|
|
|
1 | 2024-08-16T01:05:13.894Z | job assigned to worker 01J5CBDPYBWGWC197CKY6KKPPN (queued for 56 s) |
|
2 | 2024-08-16T01:05:20.889Z | starting task 0: "setup" |
3 | 2024-08-16T01:05:20.900Z | ++ uname -s |
4 | 2024-08-16T01:05:20.903Z | + kern=SunOS |
5 | 2024-08-16T01:05:20.903Z | + case "$kern" in |
6 | 2024-08-16T01:05:20.904Z | + groupadd -g 12345 build |
7 | 2024-08-16T01:05:20.906Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-16T01:05:22.915Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-16T01:05:23.012Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-16T01:05:23.015Z | + home_fs=zfs |
11 | 2024-08-16T01:05:23.015Z | + [[ zfs == autofs ]] |
12 | 2024-08-16T01:05:23.015Z | + mkdir -p /home/build |
13 | 2024-08-16T01:05:23.018Z | + chown build:build /home/build /work |
14 | 2024-08-16T01:05:25.051Z | + chmod 0700 /home/build /work |
15 | 2024-08-16T01:05:25.067Z | process exited: duration 4132 ms, exit code 0 |
|
16 | 2024-08-16T01:05:25.084Z | starting task 1: "rust-toolchain" |
17 | 2024-08-16T01:05:25.089Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-16T01:05:25.089Z | ' 1.80.1 |
19 | 2024-08-16T01:05:25.093Z | * toolchain channel = "1.80.1" |
20 | 2024-08-16T01:05:25.093Z | * toolchain profile = "default" |
21 | 2024-08-16T01:05:25.093Z | + printf ' * toolchain profile = "%s" |
22 | 2024-08-16T01:05:25.093Z | ' default |
23 | 2024-08-16T01:05:25.093Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-16T01:05:25.093Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-16T01:05:25.210Z | info: downloading installer |
26 | 2024-08-16T01:05:26.752Z | info: profile set to 'default' |
27 | 2024-08-16T01:05:26.757Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-16T01:05:26.757Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-16T01:05:26.909Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-16T01:05:26.910Z | info: downloading component 'cargo' |
31 | 2024-08-16T01:05:27.897Z | info: downloading component 'clippy' |
32 | 2024-08-16T01:05:28.235Z | info: downloading component 'rust-docs' |
33 | 2024-08-16T01:05:29.561Z | info: downloading component 'rust-std' |
34 | 2024-08-16T01:05:31.491Z | info: downloading component 'rustc' |
35 | 2024-08-16T01:05:36.783Z | info: downloading component 'rustfmt' |
36 | 2024-08-16T01:05:37.058Z | info: installing component 'cargo' |
37 | 2024-08-16T01:05:37.882Z | info: installing component 'clippy' |
38 | 2024-08-16T01:05:38.250Z | info: installing component 'rust-docs' |
39 | 2024-08-16T01:05:39.881Z | info: installing component 'rust-std' |
40 | 2024-08-16T01:05:41.554Z | info: installing component 'rustc' |
41 | 2024-08-16T01:05:45.733Z | info: installing component 'rustfmt' |
42 | 2024-08-16T01:05:46.065Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-16T01:05:46.065Z | |
44 | 2024-08-16T01:05:46.314Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-16T01:05:46.315Z | |
46 | 2024-08-16T01:05:46.317Z | |
47 | 2024-08-16T01:05:46.317Z | Rust is installed now. Great! |
48 | 2024-08-16T01:05:46.317Z | |
49 | 2024-08-16T01:05:46.317Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-16T01:05:46.317Z | environment variable. This has not been done automatically. |
51 | 2024-08-16T01:05:46.317Z | |
52 | 2024-08-16T01:05:46.317Z | To configure your current shell, you need to source |
53 | 2024-08-16T01:05:46.317Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-16T01:05:46.317Z | |
55 | 2024-08-16T01:05:46.317Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-16T01:05:46.317Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-16T01:05:46.317Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-16T01:05:46.365Z | + rustc --version |
59 | 2024-08-16T01:05:46.428Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-16T01:05:46.431Z | process exited: duration 21345 ms, exit code 0 |
|
61 | 2024-08-16T01:05:46.437Z | starting task 2: "authentication" |
62 | 2024-08-16T01:05:46.458Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-08-16T01:05:46.463Z | starting task 3: "clone repository" |
64 | 2024-08-16T01:05:46.468Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-16T01:05:46.470Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-16T01:05:46.510Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-16T01:05:53.272Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-16T01:05:53.275Z | + git fetch origin 76949094af7c6a926fcb573d70bfacec741f649a |
69 | 2024-08-16T01:05:53.571Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-16T01:05:53.572Z | * branch 76949094af7c6a926fcb573d70bfacec741f649a -> FETCH_HEAD |
71 | 2024-08-16T01:05:53.582Z | + [[ -n ixi/remove-service-bare-ip-resolution ]] |
72 | 2024-08-16T01:05:53.585Z | ++ git branch --show-current |
73 | 2024-08-16T01:05:53.587Z | + current=main |
74 | 2024-08-16T01:05:53.587Z | + [[ main != ixi/remove-service-bare-ip-resolution ]] |
75 | 2024-08-16T01:05:53.587Z | + git branch -f ixi/remove-service-bare-ip-resolution 76949094af7c6a926fcb573d70bfacec741f649a |
76 | 2024-08-16T01:05:53.590Z | + git checkout -f ixi/remove-service-bare-ip-resolution |
77 | 2024-08-16T01:05:53.738Z | Switched to branch 'ixi/remove-service-bare-ip-resolution' |
78 | 2024-08-16T01:05:53.741Z | + git reset --hard 76949094af7c6a926fcb573d70bfacec741f649a |
79 | 2024-08-16T01:05:53.753Z | HEAD is now at 76949094a Merge remote-tracking branch 'origin/main' into ixi/remove-service-bare-ip-resolution |
80 | 2024-08-16T01:05:53.756Z | process exited: duration 7290 ms, exit code 0 |
|
81 | 2024-08-16T01:05:53.761Z | starting task 4: "build" |
82 | 2024-08-16T01:05:53.766Z | + cargo --version |
83 | 2024-08-16T01:05:53.821Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-16T01:05:53.824Z | + rustc --version |
85 | 2024-08-16T01:05:53.880Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-16T01:05:53.883Z | + source ./env.sh |
87 | 2024-08-16T01:05:53.883Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-08-16T01:05:53.883Z | ++ set -o xtrace |
89 | 2024-08-16T01:05:53.886Z | ++++ dirname ./env.sh |
90 | 2024-08-16T01:05:53.889Z | +++ readlink -f . |
91 | 2024-08-16T01:05:53.892Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-08-16T01:05:53.894Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-08-16T01:05:53.894Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2024-08-16T01:05:53.894Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2024-08-16T01:05:53.894Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2024-08-16T01:05:53.895Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2024-08-16T01:05:53.895Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
98 | 2024-08-16T01:05:53.895Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
99 | 2024-08-16T01:05:53.895Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
100 | 2024-08-16T01:05:53.895Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-08-16T01:05:53.895Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-08-16T01:05:53.895Z | + banner prerequisites |
103 | 2024-08-16T01:05:53.897Z | |
104 | 2024-08-16T01:05:53.898Z | ##### ##### ###### ##### ###### #### # # # #### # |
105 | 2024-08-16T01:05:53.898Z | # # # # # # # # # # # # # # # |
106 | 2024-08-16T01:05:53.898Z | # # # # ##### # # ##### # # # # # #### # |
107 | 2024-08-16T01:05:53.898Z | ##### ##### # ##### # # # # # # # # # |
108 | 2024-08-16T01:05:53.898Z | # # # # # # # # # # # # # # # |
109 | 2024-08-16T01:05:53.898Z | # # # ###### # # ###### ### # #### # #### # |
110 | 2024-08-16T01:05:53.898Z | |
111 | 2024-08-16T01:05:53.898Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
112 | 2024-08-16T01:05:58.394Z | Startup: Refreshing catalog 'helios-dev' ... Done |
113 | 2024-08-16T01:06:00.512Z | Startup: Caching catalogs ... Done |
114 | 2024-08-16T01:06:02.397Z | Planning: Solver setup ... Done (1.230s) |
115 | 2024-08-16T01:06:02.418Z | Planning: Running solver ... Done (0.021s) |
116 | 2024-08-16T01:06:02.459Z | Planning: Finding local manifests ... Done (0.003s) |
117 | 2024-08-16T01:06:02.473Z | Planning: Fetching manifests: 0/4 0% complete |
118 | 2024-08-16T01:06:02.620Z | Planning: Fetching manifests: 4/4 100% complete |
119 | 2024-08-16T01:06:02.781Z | Planning: Package planning ... Done (0.161s) |
120 | 2024-08-16T01:06:02.840Z | Planning: Merging actions ... Done (0.058s) |
121 | 2024-08-16T01:06:03.147Z | Planning: Checking for conflicting actions ... Done (0.307s) |
122 | 2024-08-16T01:06:03.158Z | Planning: Consolidating action changes ... Done (0.011s) |
123 | 2024-08-16T01:06:04.098Z | Planning: Evaluating mediators ... Done (0.939s) |
124 | 2024-08-16T01:06:04.106Z | Planning: Planning completed in 3.53 seconds |
125 | 2024-08-16T01:06:04.123Z | Packages to install: 4 |
126 | 2024-08-16T01:06:04.123Z | Mediators to change: 2 |
127 | 2024-08-16T01:06:04.127Z | Services to change: 1 |
128 | 2024-08-16T01:06:04.127Z | Estimated space available: 155.72 GB |
129 | 2024-08-16T01:06:04.127Z | Estimated space to be consumed: 1.48 GB |
130 | 2024-08-16T01:06:04.127Z | Create boot environment: No |
131 | 2024-08-16T01:06:04.127Z | Create backup boot environment: No |
132 | 2024-08-16T01:06:04.127Z | Rebuild boot archive: No |
133 | 2024-08-16T01:06:04.127Z | |
134 | 2024-08-16T01:06:04.127Z | Changed mediators: |
135 | 2024-08-16T01:06:04.127Z | mediator clang: |
136 | 2024-08-16T01:06:04.127Z | version: None -> 15 (system default) |
137 | 2024-08-16T01:06:04.127Z | |
138 | 2024-08-16T01:06:04.127Z | mediator llvm: |
139 | 2024-08-16T01:06:04.127Z | version: 14 (system default) -> 15 (system default) |
140 | 2024-08-16T01:06:04.127Z | |
141 | 2024-08-16T01:06:04.127Z | Changed packages: |
142 | 2024-08-16T01:06:04.127Z | helios-dev |
143 | 2024-08-16T01:06:04.127Z | developer/build-essential |
144 | 2024-08-16T01:06:04.127Z | None -> 11-2.0 |
145 | 2024-08-16T01:06:04.127Z | library/libxmlsec1 |
146 | 2024-08-16T01:06:04.127Z | None -> 1.2.35-2.0 |
147 | 2024-08-16T01:06:04.127Z | ooce/developer/clang-15 |
148 | 2024-08-16T01:06:04.127Z | None -> 15.0.7-2.0 |
149 | 2024-08-16T01:06:04.127Z | ooce/developer/llvm-15 |
150 | 2024-08-16T01:06:04.127Z | None -> 15.0.7-2.0 |
151 | 2024-08-16T01:06:04.127Z | |
152 | 2024-08-16T01:06:04.127Z | Services: |
153 | 2024-08-16T01:06:04.127Z | restart_fmri: |
154 | 2024-08-16T01:06:04.127Z | svc:/system/update-man-index:default |
155 | 2024-08-16T01:06:04.171Z | |
156 | 2024-08-16T01:06:04.171Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
157 | 2024-08-16T01:06:09.185Z | Download: 1199/3290 items 83.5/212.6MB 39% complete (16.9M/s) |
158 | 2024-08-16T01:06:14.236Z | Download: 2215/3290 items 118.6/212.6MB 55% complete (12.0M/s) |
159 | 2024-08-16T01:06:19.236Z | Download: 2654/3290 items 120.6/212.6MB 56% complete (3.8M/s) |
160 | 2024-08-16T01:06:24.376Z | Download: 3244/3290 items 203.1/212.6MB 95% complete (8.4M/s) |
161 | 2024-08-16T01:06:33.647Z | Download: 3289/3290 items 212.6/212.6MB 100% complete (9.0M/s) |
162 | 2024-08-16T01:06:33.672Z | Download: Completed 212.60 MB in 29.50 seconds (7.2M/s) |
163 | 2024-08-16T01:06:33.833Z | Actions: 1/3689 actions (Installing new actions) |
164 | 2024-08-16T01:06:38.451Z | Actions: Completed 3689 actions in 4.62 seconds. |
165 | 2024-08-16T01:06:38.732Z | Done (0.275s) |
166 | 2024-08-16T01:06:38.732Z | Done (0.000s) |
167 | 2024-08-16T01:06:39.110Z | Done (0.377s) |
168 | 2024-08-16T01:06:43.488Z | Done (4.204s) |
169 | 2024-08-16T01:06:43.576Z | Done (0.021s) |
170 | 2024-08-16T01:06:43.579Z | Done (0.000s) |
171 | 2024-08-16T01:06:43.794Z | Done (0.000s) |
172 | 2024-08-16T01:06:44.378Z | Planning: Evaluating mediator changes ... Done |
173 | 2024-08-16T01:06:44.537Z | Planning: Checking for conflicting actions ... Done |
174 | 2024-08-16T01:06:44.539Z | Planning: Consolidating action changes ... Done |
175 | 2024-08-16T01:06:44.805Z | Planning: Evaluating mediators ... Done |
176 | 2024-08-16T01:06:44.809Z | Planning: Planning completed in 0.43 seconds |
177 | 2024-08-16T01:06:44.839Z | Mediators to change: 2 |
178 | 2024-08-16T01:06:44.842Z | Create boot environment: No |
179 | 2024-08-16T01:06:44.842Z | Create backup boot environment: No |
180 | 2024-08-16T01:06:44.905Z | Done |
181 | 2024-08-16T01:06:44.905Z | Done |
182 | 2024-08-16T01:06:45.135Z | Done |
183 | 2024-08-16T01:06:48.692Z | Done |
184 | 2024-08-16T01:06:48.778Z | Done |
185 | 2024-08-16T01:06:48.782Z | Done |
186 | 2024-08-16T01:06:48.878Z | Done |
187 | 2024-08-16T01:06:49.481Z | Planning: Evaluating mediator changes ... Done |
188 | 2024-08-16T01:06:49.484Z | Planning: Merging actions ... Done |
189 | 2024-08-16T01:06:49.674Z | Planning: Checking for conflicting actions ... Done |
190 | 2024-08-16T01:06:49.681Z | Planning: Consolidating action changes ... Done |
191 | 2024-08-16T01:06:49.936Z | Planning: Evaluating mediators ... Done |
192 | 2024-08-16T01:06:49.991Z | Planning: Planning completed in 0.75 seconds |
193 | 2024-08-16T01:06:50.027Z | Packages to change: 1 |
194 | 2024-08-16T01:06:50.027Z | Mediators to change: 1 |
195 | 2024-08-16T01:06:50.030Z | Services to change: 1 |
196 | 2024-08-16T01:06:50.030Z | Create boot environment: No |
197 | 2024-08-16T01:06:50.030Z | Create backup boot environment: Yes |
198 | 2024-08-16T01:06:51.830Z | Actions: 1/6 actions (Updating modified actions) |
199 | 2024-08-16T01:06:51.833Z | Actions: Completed 6 actions in 0.00 seconds. |
200 | 2024-08-16T01:06:51.833Z | Done |
201 | 2024-08-16T01:06:51.833Z | Done |
202 | 2024-08-16T01:06:51.911Z | Done |
203 | 2024-08-16T01:06:55.608Z | Done |
204 | 2024-08-16T01:06:55.695Z | Done |
205 | 2024-08-16T01:06:55.698Z | Done |
206 | 2024-08-16T01:06:55.794Z | Done |
207 | 2024-08-16T01:06:56.236Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
208 | 2024-08-16T01:06:56.236Z | clang system 15 system |
209 | 2024-08-16T01:06:56.237Z | csh system system illumos |
210 | 2024-08-16T01:06:56.237Z | ctags system system illumos |
211 | 2024-08-16T01:06:56.237Z | gcc vendor 12 vendor |
212 | 2024-08-16T01:06:56.237Z | gcc system 10 system |
213 | 2024-08-16T01:06:56.237Z | gcc system 7 system |
214 | 2024-08-16T01:06:56.237Z | go system 1.20 system |
215 | 2024-08-16T01:06:56.237Z | go system 1.19 system |
216 | 2024-08-16T01:06:56.237Z | llvm system 15 system |
217 | 2024-08-16T01:06:56.237Z | llvm system 14 system |
218 | 2024-08-16T01:06:56.237Z | mariadb system 10.6 system |
219 | 2024-08-16T01:06:56.237Z | mta vendor vendor dma |
220 | 2024-08-16T01:06:56.237Z | openjdk system 17 system |
221 | 2024-08-16T01:06:56.237Z | openjdk system 11 system |
222 | 2024-08-16T01:06:56.237Z | openjdk system 1.8 system |
223 | 2024-08-16T01:06:56.237Z | openssl vendor 3 vendor |
224 | 2024-08-16T01:06:56.237Z | perl system 5.36 system |
225 | 2024-08-16T01:06:56.237Z | postgresql system 15 system |
226 | 2024-08-16T01:06:56.237Z | postgresql system 13 system |
227 | 2024-08-16T01:06:56.237Z | python vendor 3 vendor |
228 | 2024-08-16T01:06:56.237Z | python system 2 system |
229 | 2024-08-16T01:06:56.237Z | python3 system 3.11 system |
230 | 2024-08-16T01:06:56.237Z | ruby system 3.0 system |
231 | 2024-08-16T01:06:56.237Z | words vendor vendor american-english |
232 | 2024-08-16T01:06:56.237Z | words system system australian-english |
233 | 2024-08-16T01:06:56.237Z | words system system british-english |
234 | 2024-08-16T01:06:56.237Z | words system system canadian-english |
235 | 2024-08-16T01:06:56.237Z | words system system french |
236 | 2024-08-16T01:06:56.237Z | words system system italian |
237 | 2024-08-16T01:06:56.237Z | words system system ngerman |
238 | 2024-08-16T01:06:56.237Z | words system system ogerman |
239 | 2024-08-16T01:06:56.237Z | words system system spanish |
240 | 2024-08-16T01:06:56.573Z | PUBLISHER TYPE STATUS P LOCATION |
241 | 2024-08-16T01:06:56.573Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
242 | 2024-08-16T01:06:58.294Z | FMRI IFO |
243 | 2024-08-16T01:06:58.294Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
244 | 2024-08-16T01:06:58.294Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
245 | 2024-08-16T01:06:58.294Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
246 | 2024-08-16T01:06:58.294Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
247 | 2024-08-16T01:06:58.294Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
248 | 2024-08-16T01:06:58.294Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
249 | 2024-08-16T01:06:58.295Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
250 | 2024-08-16T01:06:58.295Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
251 | 2024-08-16T01:06:58.295Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
252 | 2024-08-16T01:06:58.295Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
253 | 2024-08-16T01:06:58.295Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
254 | 2024-08-16T01:06:58.295Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
255 | 2024-08-16T01:06:58.890Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
256 | 2024-08-16T01:06:59.167Z | Updating git repository `https://github.com/oxidecomputer/zone` |
257 | 2024-08-16T01:06:59.440Z | Updating crates.io index |
258 | 2024-08-16T01:06:59.442Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
259 | 2024-08-16T01:07:00.234Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
260 | 2024-08-16T01:07:01.027Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
261 | 2024-08-16T01:07:01.268Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
262 | 2024-08-16T01:07:02.813Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
263 | 2024-08-16T01:07:03.066Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
264 | 2024-08-16T01:07:03.302Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
265 | 2024-08-16T01:07:04.348Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
266 | 2024-08-16T01:07:06.151Z | Updating git repository `https://github.com/oxidecomputer/opte` |
267 | 2024-08-16T01:07:07.133Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
268 | 2024-08-16T01:07:07.834Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
269 | 2024-08-16T01:07:08.090Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
270 | 2024-08-16T01:07:08.606Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
271 | 2024-08-16T01:07:08.948Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
272 | 2024-08-16T01:07:09.319Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
273 | 2024-08-16T01:07:09.716Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
274 | 2024-08-16T01:07:10.016Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
275 | 2024-08-16T01:07:10.251Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
276 | 2024-08-16T01:07:10.478Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
277 | 2024-08-16T01:07:10.780Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
278 | 2024-08-16T01:07:11.030Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
279 | 2024-08-16T01:07:11.512Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
280 | 2024-08-16T01:07:11.745Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
281 | 2024-08-16T01:07:12.157Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
282 | 2024-08-16T01:07:12.528Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
283 | 2024-08-16T01:07:12.920Z | Updating git repository `https://github.com/oxidecomputer/typify` |
284 | 2024-08-16T01:07:15.099Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
285 | 2024-08-16T01:07:15.339Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
286 | 2024-08-16T01:07:15.611Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
287 | 2024-08-16T01:07:15.941Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
288 | 2024-08-16T01:07:17.232Z | Downloading crates ... |
289 | 2024-08-16T01:07:17.295Z | Downloaded byteorder v1.5.0 |
290 | 2024-08-16T01:07:17.302Z | Downloaded cargo_toml v0.20.4 |
291 | 2024-08-16T01:07:17.305Z | Downloaded anstyle-parse v0.2.4 |
292 | 2024-08-16T01:07:17.314Z | Downloaded dtrace-parser v0.2.0 |
293 | 2024-08-16T01:07:17.324Z | Downloaded usdt-attr-macro v0.5.0 |
294 | 2024-08-16T01:07:17.333Z | Downloaded block-buffer v0.10.4 |
295 | 2024-08-16T01:07:17.337Z | Downloaded anstyle v1.0.8 |
296 | 2024-08-16T01:07:17.337Z | Downloaded usdt-macro v0.5.0 |
297 | 2024-08-16T01:07:17.340Z | Downloaded serde_spanned v0.6.7 |
298 | 2024-08-16T01:07:17.342Z | Downloaded autocfg v1.3.0 |
299 | 2024-08-16T01:07:17.346Z | Downloaded clap_lex v0.7.0 |
300 | 2024-08-16T01:07:17.346Z | Downloaded anstyle-query v1.0.3 |
301 | 2024-08-16T01:07:17.350Z | Downloaded cpufeatures v0.2.12 |
302 | 2024-08-16T01:07:17.354Z | Downloaded pest_generator v2.7.10 |
303 | 2024-08-16T01:07:17.359Z | Downloaded heck v0.4.1 |
304 | 2024-08-16T01:07:17.359Z | Downloaded thiserror-impl v1.0.63 |
305 | 2024-08-16T01:07:17.362Z | Downloaded errno v0.3.9 |
306 | 2024-08-16T01:07:17.362Z | Downloaded serde_tokenstream v0.2.2 |
307 | 2024-08-16T01:07:17.365Z | Downloaded scroll v0.12.0 |
308 | 2024-08-16T01:07:17.365Z | Downloaded strsim v0.11.1 |
309 | 2024-08-16T01:07:17.368Z | Downloaded cfg-if v1.0.0 |
310 | 2024-08-16T01:07:17.380Z | Downloaded fs-err v2.11.0 |
311 | 2024-08-16T01:07:17.383Z | Downloaded bytecount v0.6.8 |
312 | 2024-08-16T01:07:17.391Z | Downloaded semver v1.0.23 |
313 | 2024-08-16T01:07:17.393Z | Downloaded itoa v1.0.11 |
314 | 2024-08-16T01:07:17.393Z | Downloaded once_cell v1.19.0 |
315 | 2024-08-16T01:07:17.397Z | Downloaded digest v0.10.7 |
316 | 2024-08-16T01:07:17.399Z | Downloaded cargo-platform v0.1.8 |
317 | 2024-08-16T01:07:17.402Z | Downloaded proc-macro-error v1.0.4 |
318 | 2024-08-16T01:07:17.406Z | Downloaded equivalent v1.0.1 |
319 | 2024-08-16T01:07:17.406Z | Downloaded anstream v0.6.14 |
320 | 2024-08-16T01:07:17.409Z | Downloaded swrite v0.1.0 |
321 | 2024-08-16T01:07:17.412Z | Downloaded is_terminal_polyfill v1.70.0 |
322 | 2024-08-16T01:07:17.422Z | Downloaded zerocopy-derive v0.7.34 |
323 | 2024-08-16T01:07:17.427Z | Downloaded clap_derive v4.5.13 |
324 | 2024-08-16T01:07:17.430Z | Downloaded cargo_metadata v0.18.1 |
325 | 2024-08-16T01:07:17.432Z | Downloaded terminal_size v0.3.0 |
326 | 2024-08-16T01:07:17.432Z | Downloaded clap v4.5.15 |
327 | 2024-08-16T01:07:17.440Z | Downloaded toml v0.8.19 |
328 | 2024-08-16T01:07:17.443Z | Downloaded serde_derive v1.0.207 |
329 | 2024-08-16T01:07:17.446Z | Downloaded proc-macro2 v1.0.86 |
330 | 2024-08-16T01:07:17.449Z | Downloaded proc-macro-error-attr v1.0.4 |
331 | 2024-08-16T01:07:17.452Z | Downloaded plain v0.2.3 |
332 | 2024-08-16T01:07:17.452Z | Downloaded ucd-trie v0.1.6 |
333 | 2024-08-16T01:07:17.452Z | Downloaded generic-array v0.14.7 |
334 | 2024-08-16T01:07:17.456Z | Downloaded pretty-hex v0.4.1 |
335 | 2024-08-16T01:07:17.459Z | Downloaded heck v0.5.0 |
336 | 2024-08-16T01:07:17.462Z | Downloaded colorchoice v1.0.1 |
337 | 2024-08-16T01:07:17.462Z | Downloaded fnv v1.0.7 |
338 | 2024-08-16T01:07:17.462Z | Downloaded utf8parse v0.2.1 |
339 | 2024-08-16T01:07:17.465Z | Downloaded thiserror v1.0.63 |
340 | 2024-08-16T01:07:17.468Z | Downloaded thread-id v4.2.1 |
341 | 2024-08-16T01:07:17.470Z | Downloaded tabled_derive v0.7.0 |
342 | 2024-08-16T01:07:17.470Z | Downloaded toml_datetime v0.6.8 |
343 | 2024-08-16T01:07:17.473Z | Downloaded scroll_derive v0.12.0 |
344 | 2024-08-16T01:07:17.473Z | Downloaded pest_meta v2.7.10 |
345 | 2024-08-16T01:07:17.475Z | Downloaded version_check v0.9.5 |
346 | 2024-08-16T01:07:17.475Z | Downloaded bitflags v2.6.0 |
347 | 2024-08-16T01:07:17.478Z | Downloaded macaddr v1.0.1 |
348 | 2024-08-16T01:07:17.480Z | Downloaded usdt-impl v0.5.0 |
349 | 2024-08-16T01:07:17.483Z | Downloaded quote v1.0.36 |
350 | 2024-08-16T01:07:17.486Z | Downloaded log v0.4.21 |
351 | 2024-08-16T01:07:17.486Z | Downloaded camino v1.1.7 |
352 | 2024-08-16T01:07:17.488Z | Downloaded dof v0.3.0 |
353 | 2024-08-16T01:07:17.491Z | Downloaded memmap v0.7.0 |
354 | 2024-08-16T01:07:17.491Z | Downloaded crypto-common v0.1.6 |
355 | 2024-08-16T01:07:17.494Z | Downloaded pest_derive v2.7.10 |
356 | 2024-08-16T01:07:17.498Z | Downloaded usdt v0.5.0 |
357 | 2024-08-16T01:07:17.501Z | Downloaded anyhow v1.0.86 |
358 | 2024-08-16T01:07:17.517Z | Downloaded ryu v1.0.18 |
359 | 2024-08-16T01:07:17.520Z | Downloaded typenum v1.17.0 |
360 | 2024-08-16T01:07:17.523Z | Downloaded unicode-ident v1.0.12 |
361 | 2024-08-16T01:07:17.526Z | Downloaded sha2 v0.10.8 |
362 | 2024-08-16T01:07:17.528Z | Downloaded papergrid v0.11.0 |
363 | 2024-08-16T01:07:17.533Z | Downloaded indexmap v2.4.0 |
364 | 2024-08-16T01:07:17.546Z | Downloaded memchr v2.7.2 |
365 | 2024-08-16T01:07:17.550Z | Downloaded toml_edit v0.22.20 |
366 | 2024-08-16T01:07:17.572Z | Downloaded serde v1.0.207 |
367 | 2024-08-16T01:07:17.583Z | Downloaded pest v2.7.10 |
368 | 2024-08-16T01:07:17.601Z | Downloaded clap_builder v4.5.15 |
369 | 2024-08-16T01:07:17.613Z | Downloaded hashbrown v0.14.5 |
370 | 2024-08-16T01:07:17.621Z | Downloaded zerocopy v0.7.34 |
371 | 2024-08-16T01:07:17.636Z | Downloaded tabled v0.15.0 |
372 | 2024-08-16T01:07:17.652Z | Downloaded serde_json v1.0.125 |
373 | 2024-08-16T01:07:17.658Z | Downloaded winnow v0.6.18 |
374 | 2024-08-16T01:07:17.667Z | Downloaded syn v1.0.109 |
375 | 2024-08-16T01:07:17.676Z | Downloaded goblin v0.8.2 |
376 | 2024-08-16T01:07:17.683Z | Downloaded syn v2.0.74 |
377 | 2024-08-16T01:07:17.693Z | Downloaded rustix v0.38.34 |
378 | 2024-08-16T01:07:17.715Z | Downloaded unicode-width v0.1.13 |
379 | 2024-08-16T01:07:17.735Z | Downloaded libc v0.2.155 |
380 | 2024-08-16T01:07:18.033Z | Compiling proc-macro2 v1.0.86 |
381 | 2024-08-16T01:07:18.036Z | Compiling unicode-ident v1.0.12 |
382 | 2024-08-16T01:07:18.036Z | Compiling version_check v0.9.5 |
383 | 2024-08-16T01:07:18.036Z | Compiling serde v1.0.207 |
384 | 2024-08-16T01:07:18.036Z | Compiling thiserror v1.0.63 |
385 | 2024-08-16T01:07:18.036Z | Compiling memchr v2.7.2 |
386 | 2024-08-16T01:07:18.066Z | Compiling libc v0.2.155 |
387 | 2024-08-16T01:07:18.069Z | Compiling itoa v1.0.11 |
388 | 2024-08-16T01:07:18.294Z | Compiling ucd-trie v0.1.6 |
389 | 2024-08-16T01:07:18.360Z | Compiling ryu v1.0.18 |
390 | 2024-08-16T01:07:18.794Z | Compiling once_cell v1.19.0 |
391 | 2024-08-16T01:07:18.905Z | Compiling byteorder v1.5.0 |
392 | 2024-08-16T01:07:18.908Z | Compiling serde_json v1.0.125 |
393 | 2024-08-16T01:07:19.297Z | Compiling usdt-impl v0.5.0 |
394 | 2024-08-16T01:07:19.321Z | Compiling proc-macro-error-attr v1.0.4 |
395 | 2024-08-16T01:07:19.369Z | Compiling rustix v0.38.34 |
396 | 2024-08-16T01:07:19.617Z | Compiling syn v1.0.109 |
397 | 2024-08-16T01:07:19.708Z | Compiling quote v1.0.36 |
398 | 2024-08-16T01:07:19.835Z | Compiling proc-macro-error v1.0.4 |
399 | 2024-08-16T01:07:19.837Z | Compiling bitflags v2.6.0 |
400 | 2024-08-16T01:07:20.147Z | Compiling syn v2.0.74 |
401 | 2024-08-16T01:07:20.290Z | Compiling errno v0.3.9 |
402 | 2024-08-16T01:07:20.293Z | Compiling utf8parse v0.2.1 |
403 | 2024-08-16T01:07:20.313Z | Compiling log v0.4.21 |
404 | 2024-08-16T01:07:20.404Z | Compiling plain v0.2.3 |
405 | 2024-08-16T01:07:20.406Z | Compiling hashbrown v0.14.5 |
406 | 2024-08-16T01:07:20.466Z | Compiling equivalent v1.0.1 |
407 | 2024-08-16T01:07:20.524Z | Compiling thread-id v4.2.1 |
408 | 2024-08-16T01:07:20.589Z | Compiling anstyle-parse v0.2.4 |
409 | 2024-08-16T01:07:20.801Z | Compiling anstyle-query v1.0.3 |
410 | 2024-08-16T01:07:20.955Z | Compiling semver v1.0.23 |
411 | 2024-08-16T01:07:20.979Z | Compiling pretty-hex v0.4.1 |
412 | 2024-08-16T01:07:21.135Z | Compiling camino v1.1.7 |
413 | 2024-08-16T01:07:21.194Z | Compiling is_terminal_polyfill v1.70.0 |
414 | 2024-08-16T01:07:21.338Z | Compiling anstyle v1.0.8 |
415 | 2024-08-16T01:07:21.543Z | Compiling colorchoice v1.0.1 |
416 | 2024-08-16T01:07:21.566Z | Compiling winnow v0.6.18 |
417 | 2024-08-16T01:07:21.718Z | Compiling autocfg v1.3.0 |
418 | 2024-08-16T01:07:21.830Z | Compiling terminal_size v0.3.0 |
419 | 2024-08-16T01:07:21.882Z | Compiling indexmap v2.4.0 |
420 | 2024-08-16T01:07:21.949Z | Compiling anstream v0.6.14 |
421 | 2024-08-16T01:07:22.285Z | Compiling heck v0.5.0 |
422 | 2024-08-16T01:07:22.386Z | Compiling heck v0.4.1 |
423 | 2024-08-16T01:07:22.722Z | Compiling fs-err v2.11.0 |
424 | 2024-08-16T01:07:22.725Z | Compiling clap_lex v0.7.0 |
425 | 2024-08-16T01:07:22.809Z | Compiling strsim v0.11.1 |
426 | 2024-08-16T01:07:22.899Z | Compiling bytecount v0.6.8 |
427 | 2024-08-16T01:07:23.012Z | Compiling fnv v1.0.7 |
428 | 2024-08-16T01:07:23.110Z | Compiling anyhow v1.0.86 |
429 | 2024-08-16T01:07:23.156Z | Compiling unicode-width v0.1.13 |
430 | 2024-08-16T01:07:23.224Z | Compiling clap_builder v4.5.15 |
431 | 2024-08-16T01:07:23.388Z | Compiling papergrid v0.11.0 |
432 | 2024-08-16T01:07:23.413Z | Compiling memmap v0.7.0 |
433 | 2024-08-16T01:07:24.381Z | Compiling swrite v0.1.0 |
434 | 2024-08-16T01:07:25.955Z | Compiling tabled_derive v0.7.0 |
435 | 2024-08-16T01:07:27.484Z | Compiling tabled v0.15.0 |
436 | 2024-08-16T01:07:29.001Z | Compiling serde_derive v1.0.207 |
437 | 2024-08-16T01:07:29.001Z | Compiling thiserror-impl v1.0.63 |
438 | 2024-08-16T01:07:29.004Z | Compiling zerocopy-derive v0.7.34 |
439 | 2024-08-16T01:07:29.004Z | Compiling scroll_derive v0.12.0 |
440 | 2024-08-16T01:07:29.004Z | Compiling clap_derive v4.5.13 |
441 | 2024-08-16T01:07:30.160Z | Compiling scroll v0.12.0 |
442 | 2024-08-16T01:07:30.623Z | Compiling goblin v0.8.2 |
443 | 2024-08-16T01:07:30.963Z | Compiling zerocopy v0.7.34 |
444 | 2024-08-16T01:07:31.411Z | Compiling pest v2.7.10 |
445 | 2024-08-16T01:07:33.185Z | Compiling clap v4.5.15 |
446 | 2024-08-16T01:07:33.695Z | Compiling pest_meta v2.7.10 |
447 | 2024-08-16T01:07:34.532Z | Compiling pest_generator v2.7.10 |
448 | 2024-08-16T01:07:36.481Z | Compiling pest_derive v2.7.10 |
449 | 2024-08-16T01:07:37.141Z | Compiling dtrace-parser v0.2.0 |
450 | 2024-08-16T01:07:39.141Z | Compiling serde_tokenstream v0.2.2 |
451 | 2024-08-16T01:07:39.254Z | Compiling toml_datetime v0.6.8 |
452 | 2024-08-16T01:07:39.254Z | Compiling serde_spanned v0.6.7 |
453 | 2024-08-16T01:07:39.387Z | Compiling cargo-platform v0.1.8 |
454 | 2024-08-16T01:07:39.649Z | Compiling toml_edit v0.22.20 |
455 | 2024-08-16T01:07:39.712Z | Compiling macaddr v1.0.1 |
456 | 2024-08-16T01:07:40.593Z | Compiling dof v0.3.0 |
457 | 2024-08-16T01:07:40.654Z | Compiling cargo_metadata v0.18.1 |
458 | 2024-08-16T01:07:42.364Z | Compiling usdt-attr-macro v0.5.0 |
459 | 2024-08-16T01:07:42.364Z | Compiling usdt-macro v0.5.0 |
460 | 2024-08-16T01:07:42.508Z | Compiling toml v0.8.19 |
461 | 2024-08-16T01:07:43.328Z | Compiling cargo_toml v0.20.4 |
462 | 2024-08-16T01:07:43.696Z | Compiling usdt v0.5.0 |
463 | 2024-08-16T01:07:47.030Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
464 | 2024-08-16T01:07:50.866Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.20s |
465 | 2024-08-16T01:07:51.121Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
466 | 2024-08-16T01:07:51.672Z | Downloading crates ... |
467 | 2024-08-16T01:07:51.792Z | Downloaded aead v0.5.2 |
468 | 2024-08-16T01:07:51.795Z | Downloaded adler v1.0.2 |
469 | 2024-08-16T01:07:51.798Z | Downloaded bitstruct v0.1.1 |
470 | 2024-08-16T01:07:51.801Z | Downloaded cfg_aliases v0.1.1 |
471 | 2024-08-16T01:07:51.803Z | Downloaded assert_matches v1.5.0 |
472 | 2024-08-16T01:07:51.807Z | Downloaded cstr-argument v0.1.2 |
473 | 2024-08-16T01:07:51.811Z | Downloaded crunchy v0.2.2 |
474 | 2024-08-16T01:07:51.811Z | Downloaded ident_case v1.0.1 |
475 | 2024-08-16T01:07:51.816Z | Downloaded hyper-rustls v0.24.2 |
476 | 2024-08-16T01:07:51.819Z | Downloaded humantime v2.1.0 |
477 | 2024-08-16T01:07:51.819Z | Downloaded is_ci v1.2.0 |
478 | 2024-08-16T01:07:51.819Z | Downloaded arrayref v0.3.7 |
479 | 2024-08-16T01:07:51.824Z | Downloaded newtype_derive v0.1.6 |
480 | 2024-08-16T01:07:51.824Z | Downloaded addr2line v0.21.0 |
481 | 2024-08-16T01:07:51.827Z | Downloaded normalize-line-endings v0.3.0 |
482 | 2024-08-16T01:07:51.827Z | Downloaded castaway v0.2.3 |
483 | 2024-08-16T01:07:51.827Z | Downloaded atomicwrites v0.4.3 |
484 | 2024-08-16T01:07:51.832Z | Downloaded ipnetwork v0.20.0 |
485 | 2024-08-16T01:07:51.835Z | Downloaded instability v0.3.2 |
486 | 2024-08-16T01:07:51.835Z | Downloaded openssl-macros v0.1.1 |
487 | 2024-08-16T01:07:51.835Z | Downloaded number_prefix v0.4.0 |
488 | 2024-08-16T01:07:51.838Z | Downloaded libefi-sys v0.1.0 |
489 | 2024-08-16T01:07:51.842Z | Downloaded num-iter v0.1.45 |
490 | 2024-08-16T01:07:51.842Z | Downloaded lru v0.12.3 |
491 | 2024-08-16T01:07:51.846Z | Downloaded convert_case v0.4.0 |
492 | 2024-08-16T01:07:51.846Z | Downloaded data-encoding v2.6.0 |
493 | 2024-08-16T01:07:51.849Z | Downloaded num_enum v0.5.11 |
494 | 2024-08-16T01:07:51.852Z | Downloaded num v0.4.3 |
495 | 2024-08-16T01:07:51.857Z | Downloaded num_enum_derive v0.5.11 |
496 | 2024-08-16T01:07:51.862Z | Downloaded num-derive v0.4.2 |
497 | 2024-08-16T01:07:51.862Z | Downloaded ciborium v0.2.2 |
498 | 2024-08-16T01:07:51.865Z | Downloaded mime v0.3.17 |
499 | 2024-08-16T01:07:51.865Z | Downloaded num-complex v0.4.6 |
500 | 2024-08-16T01:07:51.867Z | Downloaded memmap2 v0.9.4 |
501 | 2024-08-16T01:07:51.870Z | Downloaded multer v3.1.0 |
502 | 2024-08-16T01:07:51.872Z | Downloaded libsw v3.3.1 |
503 | 2024-08-16T01:07:51.876Z | Downloaded ciborium-io v0.2.2 |
504 | 2024-08-16T01:07:51.876Z | Downloaded hubpack_derive v0.1.1 |
505 | 2024-08-16T01:07:51.879Z | Downloaded bitstruct_derive v0.1.0 |
506 | 2024-08-16T01:07:51.879Z | Downloaded instant v0.1.12 |
507 | 2024-08-16T01:07:51.881Z | Downloaded is-terminal v0.4.12 |
508 | 2024-08-16T01:07:51.881Z | Downloaded hubpack v0.1.2 |
509 | 2024-08-16T01:07:51.884Z | Downloaded indexmap v1.9.3 |
510 | 2024-08-16T01:07:51.887Z | Downloaded curve25519-dalek-derive v0.1.1 |
511 | 2024-08-16T01:07:51.889Z | Downloaded num-conv v0.1.0 |
512 | 2024-08-16T01:07:51.889Z | Downloaded match_cfg v0.1.0 |
513 | 2024-08-16T01:07:51.892Z | Downloaded inout v0.1.3 |
514 | 2024-08-16T01:07:51.894Z | Downloaded termtree v0.4.1 |
515 | 2024-08-16T01:07:51.894Z | Downloaded new_debug_unreachable v1.0.6 |
516 | 2024-08-16T01:07:51.897Z | Downloaded crucible-workspace-hack v0.1.0 |
517 | 2024-08-16T01:07:51.897Z | Downloaded num_threads v0.1.7 |
518 | 2024-08-16T01:07:51.899Z | Downloaded crc32fast v1.4.0 |
519 | 2024-08-16T01:07:51.901Z | Downloaded cookie_store v0.20.0 |
520 | 2024-08-16T01:07:51.904Z | Downloaded opaque-debug v0.3.1 |
521 | 2024-08-16T01:07:51.904Z | Downloaded ascii v1.1.0 |
522 | 2024-08-16T01:07:51.907Z | Downloaded hyper-staticfile v0.9.5 |
523 | 2024-08-16T01:07:51.910Z | Downloaded smf v0.2.3 |
524 | 2024-08-16T01:07:51.912Z | Downloaded crc-any v2.5.0 |
525 | 2024-08-16T01:07:51.915Z | Downloaded const-oid v0.9.6 |
526 | 2024-08-16T01:07:51.918Z | Downloaded num-traits v0.2.19 |
527 | 2024-08-16T01:07:51.921Z | Downloaded salsa20 v0.10.2 |
528 | 2024-08-16T01:07:51.925Z | Downloaded downcast v0.11.0 |
529 | 2024-08-16T01:07:51.925Z | Downloaded block-padding v0.3.3 |
530 | 2024-08-16T01:07:51.927Z | Downloaded bit-set v0.5.3 |
531 | 2024-08-16T01:07:51.927Z | Downloaded chacha20 v0.9.1 |
532 | 2024-08-16T01:07:51.930Z | Downloaded multimap v0.10.0 |
533 | 2024-08-16T01:07:51.936Z | Downloaded cookie v0.17.0 |
534 | 2024-08-16T01:07:51.941Z | Downloaded bitfield v0.14.0 |
535 | 2024-08-16T01:07:51.941Z | Downloaded newtype-uuid v1.1.0 |
536 | 2024-08-16T01:07:51.941Z | Downloaded dsl_auto_type v0.1.2 |
537 | 2024-08-16T01:07:51.941Z | Downloaded arc-swap v1.7.1 |
538 | 2024-08-16T01:07:51.946Z | Downloaded ciborium-ll v0.2.2 |
539 | 2024-08-16T01:07:51.949Z | Downloaded openssl-probe v0.1.5 |
540 | 2024-08-16T01:07:51.949Z | Downloaded crc v3.2.1 |
541 | 2024-08-16T01:07:51.953Z | Downloaded debug-ignore v1.0.5 |
542 | 2024-08-16T01:07:51.953Z | Downloaded crc-catalog v2.4.0 |
543 | 2024-08-16T01:07:51.956Z | Downloaded http-range v0.1.5 |
544 | 2024-08-16T01:07:51.956Z | Downloaded heck v0.3.3 |
545 | 2024-08-16T01:07:51.956Z | Downloaded ipnet v2.9.0 |
546 | 2024-08-16T01:07:51.959Z | Downloaded structmeta-derive v0.2.0 |
547 | 2024-08-16T01:07:51.962Z | Downloaded termios v0.3.3 |
548 | 2024-08-16T01:07:51.962Z | Downloaded phf_shared v0.10.0 |
549 | 2024-08-16T01:07:51.965Z | Downloaded structmeta v0.3.0 |
550 | 2024-08-16T01:07:51.965Z | Downloaded cexpr v0.6.0 |
551 | 2024-08-16T01:07:51.968Z | Downloaded bzip2 v0.4.4 |
552 | 2024-08-16T01:07:51.970Z | Downloaded psl-types v2.0.11 |
553 | 2024-08-16T01:07:51.973Z | Downloaded rpassword v7.3.1 |
554 | 2024-08-16T01:07:51.973Z | Downloaded dirs-sys-next v0.1.2 |
555 | 2024-08-16T01:07:51.975Z | Downloaded darling_core v0.20.9 |
556 | 2024-08-16T01:07:51.981Z | Downloaded utf-8 v0.7.6 |
557 | 2024-08-16T01:07:51.984Z | Downloaded num-rational v0.4.2 |
558 | 2024-08-16T01:07:51.984Z | Downloaded display-error-chain v0.2.0 |
559 | 2024-08-16T01:07:51.987Z | Downloaded sqlformat v0.2.4 |
560 | 2024-08-16T01:07:51.989Z | Downloaded float-cmp v0.9.0 |
561 | 2024-08-16T01:07:51.990Z | Downloaded flagset v0.4.5 |
562 | 2024-08-16T01:07:51.992Z | Downloaded signal-hook-tokio v0.3.1 |
563 | 2024-08-16T01:07:51.992Z | Downloaded ff v0.13.0 |
564 | 2024-08-16T01:07:51.995Z | Downloaded fixedbitset v0.4.2 |
565 | 2024-08-16T01:07:51.998Z | Downloaded filetime v0.2.24 |
566 | 2024-08-16T01:07:52.000Z | Downloaded toolchain_find v0.4.0 |
567 | 2024-08-16T01:07:52.000Z | Downloaded tokio-rustls v0.25.0 |
568 | 2024-08-16T01:07:52.003Z | Downloaded want v0.3.1 |
569 | 2024-08-16T01:07:52.005Z | Downloaded predicates-tree v1.0.9 |
570 | 2024-08-16T01:07:52.006Z | Downloaded percent-encoding v2.3.1 |
571 | 2024-08-16T01:07:52.008Z | Downloaded minimal-lexical v0.2.1 |
572 | 2024-08-16T01:07:52.012Z | Downloaded cc v1.0.97 |
573 | 2024-08-16T01:07:52.016Z | Downloaded diesel_table_macro_syntax v0.2.0 |
574 | 2024-08-16T01:07:52.019Z | Downloaded rand_xorshift v0.3.0 |
575 | 2024-08-16T01:07:52.021Z | Downloaded derive_builder v0.20.0 |
576 | 2024-08-16T01:07:52.025Z | Downloaded tokio-stream v0.1.15 |
577 | 2024-08-16T01:07:52.030Z | Downloaded headers-core v0.2.0 |
578 | 2024-08-16T01:07:52.033Z | Downloaded signal-hook-registry v1.4.2 |
579 | 2024-08-16T01:07:52.033Z | Downloaded clang-sys v1.7.0 |
580 | 2024-08-16T01:07:52.036Z | Downloaded scrypt v0.11.0 |
581 | 2024-08-16T01:07:52.039Z | Downloaded httparse v1.8.0 |
582 | 2024-08-16T01:07:52.043Z | Downloaded uzers v0.11.3 |
583 | 2024-08-16T01:07:52.046Z | Downloaded sigpipe v0.1.3 |
584 | 2024-08-16T01:07:52.046Z | Downloaded native-tls v0.2.11 |
585 | 2024-08-16T01:07:52.050Z | Downloaded termcolor v1.4.1 |
586 | 2024-08-16T01:07:52.052Z | Downloaded mio v0.8.11 |
587 | 2024-08-16T01:07:52.057Z | Downloaded subtle v2.5.0 |
588 | 2024-08-16T01:07:52.059Z | Downloaded try-lock v0.2.5 |
589 | 2024-08-16T01:07:52.062Z | Downloaded strum v0.26.3 |
590 | 2024-08-16T01:07:52.062Z | Downloaded mockall_derive v0.13.0 |
591 | 2024-08-16T01:07:52.064Z | Downloaded thiserror-impl-no-std v2.0.2 |
592 | 2024-08-16T01:07:52.067Z | Downloaded phf v0.11.2 |
593 | 2024-08-16T01:07:52.070Z | Downloaded defmt-parser v0.3.4 |
594 | 2024-08-16T01:07:52.074Z | Downloaded defmt-macros v0.3.9 |
595 | 2024-08-16T01:07:52.078Z | Downloaded universal-hash v0.5.1 |
596 | 2024-08-16T01:07:52.078Z | Downloaded slog-term v2.9.1 |
597 | 2024-08-16T01:07:52.080Z | Downloaded futures-task v0.3.30 |
598 | 2024-08-16T01:07:52.080Z | Downloaded indicatif v0.17.8 |
599 | 2024-08-16T01:07:52.084Z | Downloaded hex v0.4.3 |
600 | 2024-08-16T01:07:52.088Z | Downloaded predicates v3.1.2 |
601 | 2024-08-16T01:07:52.091Z | Downloaded group v0.13.0 |
602 | 2024-08-16T01:07:52.093Z | Downloaded pretty-hex v0.2.1 |
603 | 2024-08-16T01:07:52.095Z | Downloaded scopeguard v1.2.0 |
604 | 2024-08-16T01:07:52.096Z | Downloaded ref-cast v1.0.23 |
605 | 2024-08-16T01:07:52.102Z | Downloaded slab v0.4.9 |
606 | 2024-08-16T01:07:52.102Z | Downloaded quick-error v1.2.3 |
607 | 2024-08-16T01:07:52.106Z | Downloaded siphasher v0.3.11 |
608 | 2024-08-16T01:07:52.106Z | Downloaded base64 v0.21.7 |
609 | 2024-08-16T01:07:52.109Z | Downloaded topological-sort v0.2.2 |
610 | 2024-08-16T01:07:52.112Z | Downloaded signal-hook-mio v0.2.4 |
611 | 2024-08-16T01:07:52.114Z | Downloaded serde_repr v0.1.19 |
612 | 2024-08-16T01:07:52.117Z | Downloaded schemars_derive v0.8.21 |
613 | 2024-08-16T01:07:52.120Z | Downloaded tokio-native-tls v0.3.1 |
614 | 2024-08-16T01:07:52.120Z | Downloaded strum_macros v0.25.3 |
615 | 2024-08-16T01:07:52.122Z | Downloaded tui-tree-widget v0.22.0 |
616 | 2024-08-16T01:07:52.125Z | Downloaded derive_builder_core v0.20.0 |
617 | 2024-08-16T01:07:52.128Z | Downloaded fallible-iterator v0.3.0 |
618 | 2024-08-16T01:07:52.131Z | Downloaded fallible-iterator v0.2.0 |
619 | 2024-08-16T01:07:52.131Z | Downloaded foreign-types-shared v0.3.1 |
620 | 2024-08-16T01:07:52.131Z | Downloaded hostname v0.3.1 |
621 | 2024-08-16T01:07:52.134Z | Downloaded erased-serde v0.3.31 |
622 | 2024-08-16T01:07:52.138Z | Downloaded const_format v0.2.32 |
623 | 2024-08-16T01:07:52.142Z | Downloaded glob v0.3.1 |
624 | 2024-08-16T01:07:52.144Z | Downloaded env_logger v0.10.2 |
625 | 2024-08-16T01:07:52.148Z | Downloaded path-slash v0.1.5 |
626 | 2024-08-16T01:07:52.150Z | Downloaded rand_core v0.6.4 |
627 | 2024-08-16T01:07:52.150Z | Downloaded snafu-derive v0.8.2 |
628 | 2024-08-16T01:07:52.154Z | Downloaded toml v0.7.8 |
629 | 2024-08-16T01:07:52.156Z | Downloaded rustversion v1.0.17 |
630 | 2024-08-16T01:07:52.159Z | Downloaded rusty-fork v0.3.0 |
631 | 2024-08-16T01:07:52.162Z | Downloaded tokio-postgres v0.7.11 |
632 | 2024-08-16T01:07:52.167Z | Downloaded socket2 v0.5.7 |
633 | 2024-08-16T01:07:52.171Z | Downloaded shlex v1.3.0 |
634 | 2024-08-16T01:07:52.173Z | Downloaded slog-async v2.8.0 |
635 | 2024-08-16T01:07:52.175Z | Downloaded stringprep v0.1.4 |
636 | 2024-08-16T01:07:52.177Z | Downloaded foreign-types v0.5.0 |
637 | 2024-08-16T01:07:52.178Z | Downloaded openssl-sys v0.9.103 |
638 | 2024-08-16T01:07:52.194Z | Downloaded zeroize_derive v1.4.2 |
639 | 2024-08-16T01:07:52.198Z | Downloaded rustfmt-wrapper v0.2.1 |
640 | 2024-08-16T01:07:52.198Z | Downloaded peg-runtime v0.8.3 |
641 | 2024-08-16T01:07:52.201Z | Downloaded getopts v0.2.21 |
642 | 2024-08-16T01:07:52.201Z | Downloaded gethostname v0.5.0 |
643 | 2024-08-16T01:07:52.203Z | Downloaded mio v1.0.2 |
644 | 2024-08-16T01:07:52.208Z | Downloaded radium v0.7.0 |
645 | 2024-08-16T01:07:52.212Z | Downloaded hickory-server v0.24.1 |
646 | 2024-08-16T01:07:52.216Z | Downloaded tinyvec_macros v0.1.1 |
647 | 2024-08-16T01:07:52.218Z | Downloaded peg v0.8.4 |
648 | 2024-08-16T01:07:52.221Z | Downloaded hmac v0.12.1 |
649 | 2024-08-16T01:07:52.224Z | Downloaded rustls-pemfile v1.0.4 |
650 | 2024-08-16T01:07:52.226Z | Downloaded wyz v0.5.1 |
651 | 2024-08-16T01:07:52.229Z | Downloaded thiserror-no-std v2.0.2 |
652 | 2024-08-16T01:07:52.232Z | Downloaded pin-project-lite v0.2.14 |
653 | 2024-08-16T01:07:52.238Z | Downloaded oso-derive v0.27.3 |
654 | 2024-08-16T01:07:52.241Z | Downloaded vte_generate_state_changes v0.1.1 |
655 | 2024-08-16T01:07:52.241Z | Downloaded slog-json v2.6.1 |
656 | 2024-08-16T01:07:52.245Z | Downloaded serde_plain v1.0.2 |
657 | 2024-08-16T01:07:52.245Z | Downloaded itertools v0.12.1 |
658 | 2024-08-16T01:07:52.252Z | Downloaded pem v3.0.4 |
659 | 2024-08-16T01:07:52.254Z | Downloaded derive_builder_macro v0.20.0 |
660 | 2024-08-16T01:07:52.257Z | Downloaded parking_lot_core v0.8.6 |
661 | 2024-08-16T01:07:52.257Z | Downloaded futures-sink v0.3.30 |
662 | 2024-08-16T01:07:52.260Z | Downloaded futures-macro v0.3.30 |
663 | 2024-08-16T01:07:52.260Z | Downloaded rcgen v0.12.1 |
664 | 2024-08-16T01:07:52.263Z | Downloaded tracing v0.1.40 |
665 | 2024-08-16T01:07:52.267Z | Downloaded rsa v0.9.6 |
666 | 2024-08-16T01:07:52.274Z | Downloaded sqlparser_derive v0.2.2 |
667 | 2024-08-16T01:07:52.276Z | Downloaded twox-hash v1.6.3 |
668 | 2024-08-16T01:07:52.276Z | Downloaded tls_codec v0.4.1 |
669 | 2024-08-16T01:07:52.279Z | Downloaded spki v0.7.3 |
670 | 2024-08-16T01:07:52.281Z | Downloaded tempfile v3.10.1 |
671 | 2024-08-16T01:07:52.285Z | Downloaded rustc-demangle v0.1.24 |
672 | 2024-08-16T01:07:52.287Z | Downloaded tinyvec v1.6.0 |
673 | 2024-08-16T01:07:52.290Z | Downloaded libm v0.2.8 |
674 | 2024-08-16T01:07:52.297Z | Downloaded hash32 v0.3.1 |
675 | 2024-08-16T01:07:52.300Z | Downloaded precomputed-hash v0.1.1 |
676 | 2024-08-16T01:07:52.303Z | Downloaded portpicker v0.1.1 |
677 | 2024-08-16T01:07:52.303Z | Downloaded flume v0.11.0 |
678 | 2024-08-16T01:07:52.306Z | Downloaded packed_struct_codegen v0.10.1 |
679 | 2024-08-16T01:07:52.306Z | Downloaded supports-color v3.0.0 |
680 | 2024-08-16T01:07:52.309Z | Downloaded crossterm v0.27.0 |
681 | 2024-08-16T01:07:52.315Z | Downloaded parse-display-derive v0.10.0 |
682 | 2024-08-16T01:07:52.317Z | Downloaded take_mut v0.2.2 |
683 | 2024-08-16T01:07:52.317Z | Downloaded parse-display v0.10.0 |
684 | 2024-08-16T01:07:52.320Z | Downloaded sync_wrapper v0.1.2 |
685 | 2024-08-16T01:07:52.320Z | Downloaded fxhash v0.2.1 |
686 | 2024-08-16T01:07:52.320Z | Downloaded futures-io v0.3.30 |
687 | 2024-08-16T01:07:52.323Z | Downloaded packed_struct v0.10.1 |
688 | 2024-08-16T01:07:52.325Z | Downloaded secrecy v0.8.0 |
689 | 2024-08-16T01:07:52.325Z | Downloaded serde_derive_internals v0.29.1 |
690 | 2024-08-16T01:07:52.328Z | Downloaded samael v0.0.15 |
691 | 2024-08-16T01:07:52.332Z | Downloaded toml_edit v0.19.15 |
692 | 2024-08-16T01:07:52.350Z | Downloaded r2d2 v0.8.10 |
693 | 2024-08-16T01:07:52.353Z | Downloaded waitgroup v0.1.2 |
694 | 2024-08-16T01:07:52.353Z | Downloaded tap v1.0.1 |
695 | 2024-08-16T01:07:52.353Z | Downloaded xattr v1.3.1 |
696 | 2024-08-16T01:07:52.356Z | Downloaded slog v2.7.0 |
697 | 2024-08-16T01:07:52.358Z | Downloaded spin v0.9.8 |
698 | 2024-08-16T01:07:52.361Z | Downloaded serde-big-array v0.5.1 |
699 | 2024-08-16T01:07:52.363Z | Downloaded powerfmt v0.2.0 |
700 | 2024-08-16T01:07:52.363Z | Downloaded pkg-config v0.3.30 |
701 | 2024-08-16T01:07:52.366Z | Downloaded password-hash v0.5.0 |
702 | 2024-08-16T01:07:52.369Z | Downloaded zone_cfg_derive v0.1.2 |
703 | 2024-08-16T01:07:52.369Z | Downloaded wait-timeout v0.2.0 |
704 | 2024-08-16T01:07:52.369Z | Downloaded strum_macros v0.26.4 |
705 | 2024-08-16T01:07:52.372Z | Downloaded zip v0.6.6 |
706 | 2024-08-16T01:07:52.375Z | Downloaded untrusted v0.9.0 |
707 | 2024-08-16T01:07:52.379Z | Downloaded untrusted v0.7.1 |
708 | 2024-08-16T01:07:52.381Z | Downloaded proc-macro-crate v1.3.1 |
709 | 2024-08-16T01:07:52.381Z | Downloaded futures-core v0.3.30 |
710 | 2024-08-16T01:07:52.381Z | Downloaded tls_codec_derive v0.4.1 |
711 | 2024-08-16T01:07:52.384Z | Downloaded rustc_version v0.4.0 |
712 | 2024-08-16T01:07:52.386Z | Downloaded rustc_version v0.1.7 |
713 | 2024-08-16T01:07:52.386Z | Downloaded signal-hook v0.3.17 |
714 | 2024-08-16T01:07:52.389Z | Downloaded foreign-types-macros v0.2.3 |
715 | 2024-08-16T01:07:52.391Z | Downloaded ron v0.8.1 |
716 | 2024-08-16T01:07:52.395Z | Downloaded serde_yaml v0.9.34+deprecated |
717 | 2024-08-16T01:07:52.399Z | Downloaded tar v0.4.41 |
718 | 2024-08-16T01:07:52.402Z | Downloaded itertools v0.13.0 |
719 | 2024-08-16T01:07:52.410Z | Downloaded semver v0.1.20 |
720 | 2024-08-16T01:07:52.412Z | Downloaded postgres-types v0.2.7 |
721 | 2024-08-16T01:07:52.415Z | Downloaded peg-macros v0.8.4 |
722 | 2024-08-16T01:07:52.415Z | Downloaded funty v2.0.0 |
723 | 2024-08-16T01:07:52.417Z | Downloaded resolv-conf v0.7.0 |
724 | 2024-08-16T01:07:52.420Z | Downloaded http v1.1.0 |
725 | 2024-08-16T01:07:52.423Z | Downloaded fragile v2.0.0 |
726 | 2024-08-16T01:07:52.425Z | Downloaded serde_path_to_error v0.1.16 |
727 | 2024-08-16T01:07:52.428Z | Downloaded tabwriter v1.4.0 |
728 | 2024-08-16T01:07:52.428Z | Downloaded futures-executor v0.3.30 |
729 | 2024-08-16T01:07:52.431Z | Downloaded http v0.2.12 |
730 | 2024-08-16T01:07:52.433Z | Downloaded pin-project v1.1.5 |
731 | 2024-08-16T01:07:52.445Z | Downloaded blake3 v1.5.1 |
732 | 2024-08-16T01:07:52.452Z | Downloaded rustls-pemfile v2.1.3 |
733 | 2024-08-16T01:07:52.455Z | Downloaded der_derive v0.7.2 |
734 | 2024-08-16T01:07:52.457Z | Downloaded walkdir v2.5.0 |
735 | 2024-08-16T01:07:52.460Z | Downloaded smallvec v1.13.2 |
736 | 2024-08-16T01:07:52.463Z | Downloaded expectorate v1.1.0 |
737 | 2024-08-16T01:07:52.463Z | Downloaded tungstenite v0.21.0 |
738 | 2024-08-16T01:07:52.466Z | Downloaded serde_with v3.8.3 |
739 | 2024-08-16T01:07:52.475Z | Downloaded regex-automata v0.1.10 |
740 | 2024-08-16T01:07:52.480Z | Downloaded rustls-pki-types v1.7.0 |
741 | 2024-08-16T01:07:52.483Z | Downloaded bindgen v0.69.4 |
742 | 2024-08-16T01:07:52.490Z | Downloaded headers v0.3.9 |
743 | 2024-08-16T01:07:52.495Z | Downloaded futures v0.3.30 |
744 | 2024-08-16T01:07:52.501Z | Downloaded prettyplease v0.2.20 |
745 | 2024-08-16T01:07:52.505Z | Downloaded typed-path v0.7.1 |
746 | 2024-08-16T01:07:52.511Z | Downloaded tracing-core v0.1.32 |
747 | 2024-08-16T01:07:52.514Z | Downloaded schemars v0.8.21 |
748 | 2024-08-16T01:07:52.526Z | Downloaded rand v0.8.5 |
749 | 2024-08-16T01:07:52.530Z | Downloaded elliptic-curve v0.13.8 |
750 | 2024-08-16T01:07:52.534Z | Downloaded hashbrown v0.13.2 |
751 | 2024-08-16T01:07:52.538Z | Downloaded unicode-normalization v0.1.23 |
752 | 2024-08-16T01:07:52.542Z | Downloaded x509-cert v0.2.5 |
753 | 2024-08-16T01:07:52.548Z | Downloaded steno v0.4.1 |
754 | 2024-08-16T01:07:52.552Z | Downloaded time v0.3.36 |
755 | 2024-08-16T01:07:52.559Z | Downloaded hkdf v0.12.4 |
756 | 2024-08-16T01:07:52.562Z | Downloaded bitvec v1.0.1 |
757 | 2024-08-16T01:07:52.578Z | Downloaded chrono v0.4.38 |
758 | 2024-08-16T01:07:52.585Z | Downloaded nix v0.27.1 |
759 | 2024-08-16T01:07:52.598Z | Downloaded object v0.32.2 |
760 | 2024-08-16T01:07:52.607Z | Downloaded rayon v1.10.0 |
761 | 2024-08-16T01:07:52.616Z | Downloaded tokio-util v0.7.11 |
762 | 2024-08-16T01:07:52.623Z | Downloaded vcpkg v0.2.15 |
763 | 2024-08-16T01:07:52.662Z | Downloaded portable-atomic v1.6.0 |
764 | 2024-08-16T01:07:52.667Z | Downloaded rustls-webpki v0.101.7 |
765 | 2024-08-16T01:07:52.682Z | Downloaded idna v0.5.0 |
766 | 2024-08-16T01:07:52.689Z | Downloaded winnow v0.5.40 |
767 | 2024-08-16T01:07:52.698Z | Downloaded git2 v0.19.0 |
768 | 2024-08-16T01:07:52.707Z | Downloaded reqwest v0.11.27 |
769 | 2024-08-16T01:07:52.714Z | Downloaded sqlparser v0.45.0 |
770 | 2024-08-16T01:07:52.720Z | Downloaded curve25519-dalek v4.1.3 |
771 | 2024-08-16T01:07:52.728Z | Downloaded nix v0.28.0 |
772 | 2024-08-16T01:07:52.741Z | Downloaded quick-xml v0.31.0 |
773 | 2024-08-16T01:07:52.746Z | Downloaded radix_trie v0.2.1 |
774 | 2024-08-16T01:07:52.751Z | Downloaded regex v1.10.6 |
775 | 2024-08-16T01:07:52.765Z | Downloaded regex-syntax v0.6.29 |
776 | 2024-08-16T01:07:52.772Z | Downloaded polar-core v0.27.3 |
777 | 2024-08-16T01:07:52.781Z | Downloaded webpki-roots v0.25.4 |
778 | 2024-08-16T01:07:52.785Z | Downloaded rustls v0.21.12 |
779 | 2024-08-16T01:07:52.796Z | Downloaded gimli v0.28.1 |
780 | 2024-08-16T01:07:52.804Z | Downloaded rustls v0.22.4 |
781 | 2024-08-16T01:07:52.818Z | Downloaded smoltcp v0.9.1 |
782 | 2024-08-16T01:07:52.829Z | Downloaded regex-syntax v0.8.4 |
783 | 2024-08-16T01:07:52.838Z | Downloaded diesel v2.2.2 |
784 | 2024-08-16T01:07:52.859Z | Downloaded smoltcp v0.11.0 |
785 | 2024-08-16T01:07:52.869Z | Downloaded regress v0.9.1 |
786 | 2024-08-16T01:07:52.878Z | Downloaded hickory-proto v0.24.1 |
787 | 2024-08-16T01:07:52.893Z | Downloaded bstr v1.9.1 |
788 | 2024-08-16T01:07:52.903Z | Downloaded openapiv3 v2.0.0 |
789 | 2024-08-16T01:07:52.914Z | Downloaded sled v0.34.7 |
790 | 2024-08-16T01:07:52.924Z | Downloaded finl_unicode v1.2.0 |
791 | 2024-08-16T01:07:52.938Z | Downloaded zerocopy-derive v0.6.6 |
792 | 2024-08-16T01:07:52.947Z | Downloaded petgraph v0.6.5 |
793 | 2024-08-16T01:07:52.965Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
794 | 2024-08-16T01:07:52.977Z | Downloaded regex-automata v0.4.6 |
795 | 2024-08-16T01:07:52.996Z | Downloaded ratatui v0.28.0 |
796 | 2024-08-16T01:07:53.015Z | Downloaded tokio v1.38.1 |
797 | 2024-08-16T01:07:53.054Z | Downloaded idna v0.3.0 |
798 | 2024-08-16T01:07:53.061Z | Downloaded sha3 v0.10.8 |
799 | 2024-08-16T01:07:53.065Z | Downloaded csv v1.3.0 |
800 | 2024-08-16T01:07:53.086Z | Downloaded bstr v0.2.17 |
801 | 2024-08-16T01:07:53.096Z | Downloaded rustls-webpki v0.102.4 |
802 | 2024-08-16T01:07:53.115Z | Downloaded openssl v0.10.66 |
803 | 2024-08-16T01:07:53.125Z | Downloaded object v0.30.4 |
804 | 2024-08-16T01:07:53.134Z | Downloaded encoding_rs v0.8.34 |
805 | 2024-08-16T01:07:53.157Z | Downloaded proptest v1.5.0 |
806 | 2024-08-16T01:07:53.167Z | Downloaded lalrpop v0.19.12 |
807 | 2024-08-16T01:07:53.177Z | Downloaded idna v0.4.0 |
808 | 2024-08-16T01:07:53.184Z | Downloaded hashbrown v0.12.3 |
809 | 2024-08-16T01:07:53.189Z | Downloaded h2 v0.3.26 |
810 | 2024-08-16T01:07:53.196Z | Downloaded futures-util v0.3.30 |
811 | 2024-08-16T01:07:53.208Z | Downloaded hyper v0.14.30 |
812 | 2024-08-16T01:07:53.216Z | Downloaded tungstenite v0.20.1 |
813 | 2024-08-16T01:07:53.221Z | Downloaded rusqlite v0.31.0 |
814 | 2024-08-16T01:07:53.228Z | Downloaded der v0.7.9 |
815 | 2024-08-16T01:07:53.234Z | Downloaded unicode-segmentation v1.11.0 |
816 | 2024-08-16T01:07:53.237Z | Downloaded reedline v0.33.0 |
817 | 2024-08-16T01:07:53.245Z | Downloaded futures-channel v0.3.30 |
818 | 2024-08-16T01:07:53.248Z | Downloaded tracing-attributes v0.1.27 |
819 | 2024-08-16T01:07:53.253Z | Downloaded postcard v1.0.8 |
820 | 2024-08-16T01:07:53.255Z | Downloaded parking_lot v0.12.2 |
821 | 2024-08-16T01:07:53.257Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
822 | 2024-08-16T01:07:53.315Z | Downloaded parking_lot v0.11.2 |
823 | 2024-08-16T01:07:53.318Z | Downloaded zerocopy v0.6.6 |
824 | 2024-08-16T01:07:53.321Z | Downloaded whoami v1.5.1 |
825 | 2024-08-16T01:07:53.324Z | Downloaded half v2.4.1 |
826 | 2024-08-16T01:07:53.327Z | Downloaded derive_more v0.99.18 |
827 | 2024-08-16T01:07:53.330Z | Downloaded snafu v0.8.2 |
828 | 2024-08-16T01:07:53.336Z | Downloaded tough v0.17.1 |
829 | 2024-08-16T01:07:53.345Z | Downloaded diff v0.1.13 |
830 | 2024-08-16T01:07:53.349Z | Downloaded parking_lot_core v0.9.10 |
831 | 2024-08-16T01:07:53.352Z | Downloaded yasna v0.5.2 |
832 | 2024-08-16T01:07:53.354Z | Downloaded ron v0.7.1 |
833 | 2024-08-16T01:07:53.357Z | Downloaded globset v0.4.14 |
834 | 2024-08-16T01:07:53.359Z | Downloaded unicode_categories v0.1.1 |
835 | 2024-08-16T01:07:53.361Z | Downloaded aho-corasick v1.1.3 |
836 | 2024-08-16T01:07:53.367Z | Downloaded rustyline v14.0.0 |
837 | 2024-08-16T01:07:53.372Z | Downloaded ring v0.17.8 |
838 | 2024-08-16T01:07:53.443Z | Downloaded postgres-protocol v0.6.7 |
839 | 2024-08-16T01:07:53.445Z | Downloaded deranged v0.3.11 |
840 | 2024-08-16T01:07:53.448Z | Downloaded pkcs5 v0.7.1 |
841 | 2024-08-16T01:07:53.450Z | Downloaded hashlink v0.9.1 |
842 | 2024-08-16T01:07:53.453Z | Downloaded hickory-resolver v0.24.1 |
843 | 2024-08-16T01:07:53.456Z | Downloaded heapless v0.8.0 |
844 | 2024-08-16T01:07:53.461Z | Downloaded nom v7.1.3 |
845 | 2024-08-16T01:07:53.465Z | Downloaded heapless v0.7.17 |
846 | 2024-08-16T01:07:53.469Z | Downloaded flate2 v1.0.31 |
847 | 2024-08-16T01:07:53.474Z | Downloaded itertools v0.10.5 |
848 | 2024-08-16T01:07:53.527Z | Downloaded num-bigint-dig v0.8.4 |
849 | 2024-08-16T01:07:53.536Z | Downloaded libxml v0.3.3 |
850 | 2024-08-16T01:07:53.536Z | Downloaded dyn-clone v1.0.17 |
851 | 2024-08-16T01:07:53.536Z | Downloaded stable_deref_trait v1.2.0 |
852 | 2024-08-16T01:07:53.536Z | Downloaded scheduled-thread-pool v0.2.7 |
853 | 2024-08-16T01:07:53.536Z | Downloaded pkcs8 v0.10.2 |
854 | 2024-08-16T01:07:53.536Z | Downloaded unsafe-libyaml v0.2.11 |
855 | 2024-08-16T01:07:53.536Z | Downloaded parse-size v1.0.0 |
856 | 2024-08-16T01:07:53.536Z | Downloaded smallvec v0.6.14 |
857 | 2024-08-16T01:07:53.536Z | Downloaded sec1 v0.7.3 |
858 | 2024-08-16T01:07:53.536Z | Downloaded rustc-hash v1.1.0 |
859 | 2024-08-16T01:07:53.536Z | Downloaded hash32 v0.2.1 |
860 | 2024-08-16T01:07:53.536Z | Downloaded slog-stdlog v4.1.1 |
861 | 2024-08-16T01:07:53.536Z | Downloaded serde_with_macros v3.8.3 |
862 | 2024-08-16T01:07:53.536Z | Downloaded publicsuffix v2.2.3 |
863 | 2024-08-16T01:07:53.536Z | Downloaded dirs-next v2.0.0 |
864 | 2024-08-16T01:07:53.536Z | Downloaded difflib v0.4.0 |
865 | 2024-08-16T01:07:53.536Z | Downloaded ppv-lite86 v0.2.17 |
866 | 2024-08-16T01:07:53.536Z | Downloaded oso v0.27.3 |
867 | 2024-08-16T01:07:53.536Z | Downloaded pkcs1 v0.7.5 |
868 | 2024-08-16T01:07:53.536Z | Downloaded slog-scope v4.4.0 |
869 | 2024-08-16T01:07:53.536Z | Downloaded owo-colors v4.0.0 |
870 | 2024-08-16T01:07:53.536Z | Downloaded getrandom v0.2.14 |
871 | 2024-08-16T01:07:53.536Z | Downloaded rayon-core v1.12.1 |
872 | 2024-08-16T01:07:53.539Z | Downloaded thread_local v1.1.8 |
873 | 2024-08-16T01:07:53.539Z | Downloaded tokio-tungstenite v0.21.0 |
874 | 2024-08-16T01:07:53.539Z | Downloaded term v0.7.0 |
875 | 2024-08-16T01:07:53.539Z | Downloaded derive-where v1.2.7 |
876 | 2024-08-16T01:07:53.542Z | Downloaded textwrap v0.16.1 |
877 | 2024-08-16T01:07:53.545Z | Downloaded crossterm v0.28.1 |
878 | 2024-08-16T01:07:53.550Z | Downloaded url v2.5.2 |
879 | 2024-08-16T01:07:53.553Z | Downloaded pbkdf2 v0.12.2 |
880 | 2024-08-16T01:07:53.556Z | Downloaded sha1 v0.10.6 |
881 | 2024-08-16T01:07:53.558Z | Downloaded paste v1.0.15 |
882 | 2024-08-16T01:07:53.560Z | Downloaded pin-project-internal v1.1.5 |
883 | 2024-08-16T01:07:53.561Z | Downloaded hickory-client v0.24.1 |
884 | 2024-08-16T01:07:53.563Z | Downloaded form_urlencoded v1.2.1 |
885 | 2024-08-16T01:07:53.566Z | Downloaded either v1.13.0 |
886 | 2024-08-16T01:07:53.566Z | Downloaded zone v0.1.8 |
887 | 2024-08-16T01:07:53.569Z | Downloaded unicode-truncate v1.0.0 |
888 | 2024-08-16T01:07:53.569Z | Downloaded tokio-macros v2.3.0 |
889 | 2024-08-16T01:07:53.569Z | Downloaded zeroize v1.7.0 |
890 | 2024-08-16T01:07:53.572Z | Downloaded poly1305 v0.8.0 |
891 | 2024-08-16T01:07:53.574Z | Downloaded env_logger v0.9.3 |
892 | 2024-08-16T01:07:53.575Z | Downloaded crossbeam-channel v0.5.12 |
893 | 2024-08-16T01:07:53.579Z | Downloaded unicode-linebreak v0.1.5 |
894 | 2024-08-16T01:07:53.581Z | Downloaded slog-envlogger v2.2.0 |
895 | 2024-08-16T01:07:53.581Z | Downloaded diesel_derives v2.2.2 |
896 | 2024-08-16T01:07:53.585Z | Downloaded foreign-types v0.3.2 |
897 | 2024-08-16T01:07:53.588Z | Downloaded time-core v0.1.2 |
898 | 2024-08-16T01:07:53.588Z | Downloaded socket2 v0.4.10 |
899 | 2024-08-16T01:07:53.590Z | Downloaded test-strategy v0.3.1 |
900 | 2024-08-16T01:07:53.593Z | Downloaded subprocess v0.2.9 |
901 | 2024-08-16T01:07:53.595Z | Downloaded rand_seeder v0.3.0 |
902 | 2024-08-16T01:07:53.597Z | Downloaded rand_chacha v0.3.1 |
903 | 2024-08-16T01:07:53.597Z | Downloaded predicates-core v1.0.6 |
904 | 2024-08-16T01:07:53.600Z | Downloaded foreign-types-shared v0.1.1 |
905 | 2024-08-16T01:07:53.600Z | Downloaded home v0.5.9 |
906 | 2024-08-16T01:07:53.601Z | Downloaded ena v0.14.3 |
907 | 2024-08-16T01:07:53.603Z | Downloaded embedded-io v0.4.0 |
908 | 2024-08-16T01:07:53.603Z | Downloaded unicode-xid v0.2.4 |
909 | 2024-08-16T01:07:53.606Z | Downloaded pin-utils v0.1.0 |
910 | 2024-08-16T01:07:53.606Z | Downloaded crypto-bigint v0.5.5 |
911 | 2024-08-16T01:07:53.612Z | Downloaded aes v0.8.4 |
912 | 2024-08-16T01:07:53.615Z | Downloaded unicode-bidi v0.3.15 |
913 | 2024-08-16T01:07:53.618Z | Downloaded strum_macros v0.24.3 |
914 | 2024-08-16T01:07:53.620Z | Downloaded strip-ansi-escapes v0.2.0 |
915 | 2024-08-16T01:07:53.624Z | Downloaded string_cache v0.8.7 |
916 | 2024-08-16T01:07:53.624Z | Downloaded ref-cast-impl v1.0.23 |
917 | 2024-08-16T01:07:53.626Z | Downloaded fatfs v0.3.6 |
918 | 2024-08-16T01:07:53.626Z | Downloaded hostname v0.4.0 |
919 | 2024-08-16T01:07:53.629Z | Downloaded enum-as-inner v0.6.0 |
920 | 2024-08-16T01:07:53.629Z | Downloaded vte v0.11.1 |
921 | 2024-08-16T01:07:53.631Z | Downloaded vsss-rs v3.3.4 |
922 | 2024-08-16T01:07:53.633Z | Downloaded uuid v1.10.0 |
923 | 2024-08-16T01:07:53.636Z | Downloaded which v4.4.2 |
924 | 2024-08-16T01:07:53.639Z | Downloaded vergen v8.3.2 |
925 | 2024-08-16T01:07:53.641Z | Downloaded similar v2.5.0 |
926 | 2024-08-16T01:07:53.645Z | Downloaded pem-rfc7468 v0.7.0 |
927 | 2024-08-16T01:07:53.647Z | Downloaded spin v0.5.2 |
928 | 2024-08-16T01:07:53.650Z | Downloaded signature v2.2.0 |
929 | 2024-08-16T01:07:53.650Z | Downloaded miniz_oxide v0.7.2 |
930 | 2024-08-16T01:07:53.652Z | Downloaded same-file v1.0.6 |
931 | 2024-08-16T01:07:53.655Z | Downloaded rtoolbox v0.0.2 |
932 | 2024-08-16T01:07:53.655Z | Downloaded serde-hex v0.1.0 |
933 | 2024-08-16T01:07:53.657Z | Downloaded cookie v0.18.1 |
934 | 2024-08-16T01:07:53.659Z | Downloaded endian-type v0.1.2 |
935 | 2024-08-16T01:07:53.660Z | Downloaded tokio-tungstenite v0.20.1 |
936 | 2024-08-16T01:07:53.662Z | Downloaded crossbeam-epoch v0.9.18 |
937 | 2024-08-16T01:07:53.664Z | Downloaded time-macros v0.2.18 |
938 | 2024-08-16T01:07:53.666Z | Downloaded phf_shared v0.11.2 |
939 | 2024-08-16T01:07:53.667Z | Downloaded httpdate v1.0.3 |
940 | 2024-08-16T01:07:53.669Z | Downloaded highway v1.2.0 |
941 | 2024-08-16T01:07:53.671Z | Downloaded compact_str v0.8.0 |
942 | 2024-08-16T01:07:53.674Z | Downloaded base64 v0.22.1 |
943 | 2024-08-16T01:07:53.676Z | Downloaded backtrace v0.3.71 |
944 | 2024-08-16T01:07:53.682Z | Downloaded blake2 v0.10.6 |
945 | 2024-08-16T01:07:53.684Z | Downloaded argon2 v0.5.3 |
946 | 2024-08-16T01:07:53.687Z | Downloaded http-body v0.4.6 |
947 | 2024-08-16T01:07:53.689Z | Downloaded tokio-rustls v0.24.1 |
948 | 2024-08-16T01:07:53.691Z | Downloaded tower-service v0.3.2 |
949 | 2024-08-16T01:07:53.691Z | Downloaded nu-ansi-term v0.50.0 |
950 | 2024-08-16T01:07:53.694Z | Downloaded fd-lock v4.0.2 |
951 | 2024-08-16T01:07:53.696Z | Downloaded num_cpus v1.16.0 |
952 | 2024-08-16T01:07:53.698Z | Downloaded darling v0.20.9 |
953 | 2024-08-16T01:07:53.701Z | Downloaded console v0.15.8 |
954 | 2024-08-16T01:07:53.704Z | Downloaded fastrand v2.1.0 |
955 | 2024-08-16T01:07:53.706Z | Downloaded fallible-streaming-iterator v0.1.9 |
956 | 2024-08-16T01:07:53.706Z | Downloaded mime_guess v2.0.4 |
957 | 2024-08-16T01:07:53.709Z | Downloaded cbc v0.1.2 |
958 | 2024-08-16T01:07:53.711Z | Downloaded bcs v0.1.6 |
959 | 2024-08-16T01:07:53.711Z | Downloaded unicase v2.7.0 |
960 | 2024-08-16T01:07:53.713Z | Downloaded unarray v0.1.4 |
961 | 2024-08-16T01:07:53.716Z | Downloaded libz-sys v1.1.16 |
962 | 2024-08-16T01:07:53.783Z | Downloaded iana-time-zone v0.1.60 |
963 | 2024-08-16T01:07:53.785Z | Downloaded structmeta-derive v0.3.0 |
964 | 2024-08-16T01:07:53.788Z | Downloaded slog-dtrace v0.3.0 |
965 | 2024-08-16T01:07:53.788Z | Downloaded slog-bunyan v2.5.0 |
966 | 2024-08-16T01:07:53.790Z | Downloaded sct v0.7.1 |
967 | 2024-08-16T01:07:53.792Z | Downloaded base64ct v1.6.0 |
968 | 2024-08-16T01:07:53.795Z | Downloaded bytes v1.7.1 |
969 | 2024-08-16T01:07:53.799Z | Downloaded base64 v0.13.1 |
970 | 2024-08-16T01:07:53.802Z | Downloaded arrayvec v0.7.4 |
971 | 2024-08-16T01:07:53.805Z | Downloaded structmeta v0.2.0 |
972 | 2024-08-16T01:07:53.805Z | Downloaded static_assertions v1.1.0 |
973 | 2024-08-16T01:07:53.808Z | Downloaded smawk v0.3.2 |
974 | 2024-08-16T01:07:53.811Z | Downloaded shell-words v1.1.0 |
975 | 2024-08-16T01:07:53.811Z | Downloaded serde_urlencoded v0.7.1 |
976 | 2024-08-16T01:07:53.813Z | Downloaded serde_arrays v0.1.0 |
977 | 2024-08-16T01:07:53.813Z | Downloaded chacha20poly1305 v0.10.1 |
978 | 2024-08-16T01:07:53.816Z | Downloaded float-ord v0.3.2 |
979 | 2024-08-16T01:07:53.816Z | Downloaded tiny-keccak v2.0.2 |
980 | 2024-08-16T01:07:53.818Z | Downloaded omicron-zone-package v0.11.0 |
981 | 2024-08-16T01:07:53.822Z | Downloaded olpc-cjson v0.1.3 |
982 | 2024-08-16T01:07:53.824Z | Downloaded num-integer v0.1.46 |
983 | 2024-08-16T01:07:53.824Z | Downloaded memoffset v0.9.1 |
984 | 2024-08-16T01:07:53.826Z | Downloaded lazy_static v1.5.0 |
985 | 2024-08-16T01:07:53.826Z | Downloaded colored v2.1.0 |
986 | 2024-08-16T01:07:53.829Z | Downloaded cassowary v0.3.0 |
987 | 2024-08-16T01:07:53.831Z | Downloaded managed v0.8.0 |
988 | 2024-08-16T01:07:53.831Z | Downloaded linked-hash-map v0.5.6 |
989 | 2024-08-16T01:07:53.833Z | Downloaded constant_time_eq v0.3.0 |
990 | 2024-08-16T01:07:53.834Z | Downloaded buf-list v1.0.3 |
991 | 2024-08-16T01:07:53.836Z | Downloaded bitflags v1.3.2 |
992 | 2024-08-16T01:07:53.838Z | Downloaded md-5 v0.10.6 |
993 | 2024-08-16T01:07:53.841Z | Downloaded camino-tempfile v1.1.1 |
994 | 2024-08-16T01:07:53.843Z | Downloaded base16ct v0.2.0 |
995 | 2024-08-16T01:07:53.843Z | Downloaded atomic-waker v1.1.2 |
996 | 2024-08-16T01:07:53.845Z | Downloaded async-recursion v1.1.1 |
997 | 2024-08-16T01:07:53.848Z | Downloaded ascii-canvas v3.0.0 |
998 | 2024-08-16T01:07:53.850Z | Downloaded nibble_vec v0.1.0 |
999 | 2024-08-16T01:07:53.850Z | Downloaded async-stream-impl v0.3.5 |
1000 | 2024-08-16T01:07:53.850Z | Downloaded array-init v0.0.4 |
1001 | 2024-08-16T01:07:53.854Z | Downloaded keccak v0.1.5 |
1002 | 2024-08-16T01:07:53.854Z | Downloaded indent_write v2.2.0 |
1003 | 2024-08-16T01:07:53.854Z | Downloaded crossbeam-utils v0.8.19 |
1004 | 2024-08-16T01:07:53.856Z | Downloaded darling_macro v0.20.9 |
1005 | 2024-08-16T01:07:53.857Z | Downloaded csv-core v0.1.11 |
1006 | 2024-08-16T01:07:53.860Z | Downloaded atty v0.2.14 |
1007 | 2024-08-16T01:07:53.860Z | Downloaded lock_api v0.4.12 |
1008 | 2024-08-16T01:07:53.860Z | Downloaded crossbeam-deque v0.8.5 |
1009 | 2024-08-16T01:07:53.863Z | Downloaded cancel-safe-futures v0.1.5 |
1010 | 2024-08-16T01:07:53.865Z | Downloaded async-trait v0.1.81 |
1011 | 2024-08-16T01:07:53.868Z | Downloaded backoff v0.4.0 |
1012 | 2024-08-16T01:07:53.870Z | Downloaded nodrop v0.1.14 |
1013 | 2024-08-16T01:07:53.870Z | Downloaded nanorand v0.7.0 |
1014 | 2024-08-16T01:07:53.872Z | Downloaded maybe-uninit v2.0.0 |
1015 | 2024-08-16T01:07:53.875Z | Downloaded maplit v1.0.2 |
1016 | 2024-08-16T01:07:53.875Z | Downloaded lru-cache v0.1.2 |
1017 | 2024-08-16T01:07:53.877Z | Downloaded linear-map v1.2.0 |
1018 | 2024-08-16T01:07:53.877Z | Downloaded libloading v0.8.3 |
1019 | 2024-08-16T01:07:53.879Z | Downloaded jobserver v0.1.32 |
1020 | 2024-08-16T01:07:53.882Z | Downloaded indoc v1.0.9 |
1021 | 2024-08-16T01:07:53.884Z | Downloaded const_format_proc_macros v0.2.32 |
1022 | 2024-08-16T01:07:53.887Z | Downloaded mockall v0.13.0 |
1023 | 2024-08-16T01:07:53.887Z | Downloaded lalrpop-util v0.19.12 |
1024 | 2024-08-16T01:07:53.890Z | Downloaded lazycell v1.3.0 |
1025 | 2024-08-16T01:07:53.890Z | Downloaded kstat-rs v0.2.4 |
1026 | 2024-08-16T01:07:53.890Z | Downloaded impl-trait-for-tuples v0.2.2 |
1027 | 2024-08-16T01:07:53.892Z | Downloaded defmt v0.3.8 |
1028 | 2024-08-16T01:07:53.895Z | Downloaded bit-vec v0.6.3 |
1029 | 2024-08-16T01:07:53.897Z | Downloaded libsqlite3-sys v0.28.0 |
1030 | 2024-08-16T01:07:53.972Z | Downloaded ring v0.16.20 |
1031 | 2024-08-16T01:07:54.054Z | Downloaded allocator-api2 v0.2.18 |
1032 | 2024-08-16T01:07:54.057Z | Downloaded cobs v0.2.3 |
1033 | 2024-08-16T01:07:54.061Z | Downloaded async-stream v0.3.5 |
1034 | 2024-08-16T01:07:54.061Z | Downloaded newline-converter v0.3.0 |
1035 | 2024-08-16T01:07:54.061Z | Downloaded cipher v0.4.4 |
1036 | 2024-08-16T01:07:54.064Z | Downloaded bitfield-struct v0.6.1 |
1037 | 2024-08-16T01:07:54.064Z | Downloaded hyper-tls v0.5.0 |
1038 | 2024-08-16T01:07:54.064Z | Downloaded bb8 v0.8.5 |
1039 | 2024-08-16T01:07:54.066Z | Downloaded ahash v0.8.11 |
1040 | 2024-08-16T01:07:54.149Z | Compiling cfg-if v1.0.0 |
1041 | 2024-08-16T01:07:54.149Z | Compiling serde v1.0.207 |
1042 | 2024-08-16T01:07:54.152Z | Compiling lock_api v0.4.12 |
1043 | 2024-08-16T01:07:54.152Z | Compiling typenum v1.17.0 |
1044 | 2024-08-16T01:07:54.152Z | Compiling scopeguard v1.2.0 |
1045 | 2024-08-16T01:07:54.288Z | Compiling generic-array v0.14.7 |
1046 | 2024-08-16T01:07:54.300Z | Compiling syn v2.0.74 |
1047 | 2024-08-16T01:07:54.324Z | Compiling log v0.4.21 |
1048 | 2024-08-16T01:07:54.385Z | Compiling getrandom v0.2.14 |
1049 | 2024-08-16T01:07:54.492Z | Compiling jobserver v0.1.32 |
1050 | 2024-08-16T01:07:54.648Z | Compiling rand_core v0.6.4 |
1051 | 2024-08-16T01:07:54.846Z | Compiling cc v1.0.97 |
1052 | 2024-08-16T01:07:54.864Z | Compiling subtle v2.5.0 |
1053 | 2024-08-16T01:07:54.885Z | Compiling const-oid v0.9.6 |
1054 | 2024-08-16T01:07:55.148Z | Compiling smallvec v1.13.2 |
1055 | 2024-08-16T01:07:55.172Z | Compiling pin-project-lite v0.2.14 |
1056 | 2024-08-16T01:07:55.189Z | Compiling parking_lot_core v0.9.10 |
1057 | 2024-08-16T01:07:55.285Z | Compiling spin v0.9.8 |
1058 | 2024-08-16T01:07:55.410Z | Compiling signal-hook-registry v1.4.2 |
1059 | 2024-08-16T01:07:55.552Z | Compiling mio v0.8.11 |
1060 | 2024-08-16T01:07:55.656Z | Compiling ahash v0.8.11 |
1061 | 2024-08-16T01:07:56.128Z | Compiling tinyvec_macros v0.1.1 |
1062 | 2024-08-16T01:07:56.224Z | Compiling parking_lot v0.12.2 |
1063 | 2024-08-16T01:07:56.332Z | Compiling tinyvec v1.6.0 |
1064 | 2024-08-16T01:07:56.540Z | Compiling socket2 v0.5.7 |
1065 | 2024-08-16T01:07:57.036Z | Compiling num_cpus v1.16.0 |
1066 | 2024-08-16T01:07:57.088Z | Compiling cpufeatures v0.2.12 |
1067 | 2024-08-16T01:07:57.106Z | Compiling serde_json v1.0.125 |
1068 | 2024-08-16T01:07:57.158Z | Compiling libm v0.2.8 |
1069 | 2024-08-16T01:07:57.184Z | Compiling futures-core v0.3.30 |
1070 | 2024-08-16T01:07:57.200Z | Compiling slab v0.4.9 |
1071 | 2024-08-16T01:07:57.415Z | Compiling num-traits v0.2.19 |
1072 | 2024-08-16T01:07:57.474Z | Compiling allocator-api2 v0.2.18 |
1073 | 2024-08-16T01:07:57.515Z | Compiling futures-sink v0.3.30 |
1074 | 2024-08-16T01:07:57.553Z | Compiling unicode-bidi v0.3.15 |
1075 | 2024-08-16T01:07:57.941Z | Compiling unicode-normalization v0.1.23 |
1076 | 2024-08-16T01:07:57.960Z | Compiling futures-channel v0.3.30 |
1077 | 2024-08-16T01:07:58.101Z | Compiling vcpkg v0.2.15 |
1078 | 2024-08-16T01:07:58.302Z | Compiling futures-io v0.3.30 |
1079 | 2024-08-16T01:07:58.383Z | Compiling futures-task v0.3.30 |
1080 | 2024-08-16T01:07:58.694Z | Compiling pin-utils v0.1.0 |
1081 | 2024-08-16T01:07:58.790Z | Compiling pkg-config v0.3.30 |
1082 | 2024-08-16T01:07:58.989Z | Compiling base64ct v1.6.0 |
1083 | 2024-08-16T01:07:59.091Z | Compiling percent-encoding v2.3.1 |
1084 | 2024-08-16T01:07:59.092Z | Compiling flagset v0.4.5 |
1085 | 2024-08-16T01:07:59.143Z | Compiling ring v0.17.8 |
1086 | 2024-08-16T01:07:59.300Z | Compiling ppv-lite86 v0.2.17 |
1087 | 2024-08-16T01:07:59.475Z | Compiling pem-rfc7468 v0.7.0 |
1088 | 2024-08-16T01:07:59.541Z | Compiling tracing-core v0.1.32 |
1089 | 2024-08-16T01:08:00.129Z | Compiling rand_chacha v0.3.1 |
1090 | 2024-08-16T01:08:00.358Z | Compiling untrusted v0.9.0 |
1091 | 2024-08-16T01:08:00.358Z | Compiling rustix v0.38.34 |
1092 | 2024-08-16T01:08:00.391Z | Compiling openssl-sys v0.9.103 |
1093 | 2024-08-16T01:08:00.531Z | Compiling time-core v0.1.2 |
1094 | 2024-08-16T01:08:00.696Z | Compiling rand v0.8.5 |
1095 | 2024-08-16T01:08:00.741Z | Compiling rustversion v1.0.17 |
1096 | 2024-08-16T01:08:01.061Z | Compiling openssl v0.10.66 |
1097 | 2024-08-16T01:08:01.302Z | Compiling foreign-types-shared v0.1.1 |
1098 | 2024-08-16T01:08:01.408Z | Compiling powerfmt v0.2.0 |
1099 | 2024-08-16T01:08:01.472Z | Compiling num-conv v0.1.0 |
1100 | 2024-08-16T01:08:01.489Z | Compiling httparse v1.8.0 |
1101 | 2024-08-16T01:08:01.736Z | Compiling time-macros v0.2.18 |
1102 | 2024-08-16T01:08:01.794Z | Compiling deranged v0.3.11 |
1103 | 2024-08-16T01:08:02.037Z | Compiling foreign-types v0.3.2 |
1104 | 2024-08-16T01:08:02.135Z | Compiling form_urlencoded v1.2.1 |
1105 | 2024-08-16T01:08:02.431Z | Compiling lazy_static v1.5.0 |
1106 | 2024-08-16T01:08:02.449Z | Compiling crossbeam-utils v0.8.19 |
1107 | 2024-08-16T01:08:02.549Z | Compiling native-tls v0.2.11 |
1108 | 2024-08-16T01:08:02.621Z | Compiling siphasher v0.3.11 |
1109 | 2024-08-16T01:08:02.854Z | Compiling try-lock v0.2.5 |
1110 | 2024-08-16T01:08:02.871Z | Compiling num_threads v0.1.7 |
1111 | 2024-08-16T01:08:02.984Z | Compiling rustls v0.21.12 |
1112 | 2024-08-16T01:08:03.002Z | Compiling syn v1.0.109 |
1113 | 2024-08-16T01:08:03.019Z | Compiling want v0.3.1 |
1114 | 2024-08-16T01:08:03.299Z | Compiling idna v0.5.0 |
1115 | 2024-08-16T01:08:03.586Z | Compiling aho-corasick v1.1.3 |
1116 | 2024-08-16T01:08:03.695Z | Compiling cookie v0.17.0 |
1117 | 2024-08-16T01:08:03.916Z | Compiling adler v1.0.2 |
1118 | 2024-08-16T01:08:03.992Z | Compiling finl_unicode v1.2.0 |
1119 | 2024-08-16T01:08:04.128Z | Compiling tower-service v0.3.2 |
1120 | 2024-08-16T01:08:04.243Z | Compiling httpdate v1.0.3 |
1121 | 2024-08-16T01:08:04.429Z | Compiling openssl-probe v0.1.5 |
1122 | 2024-08-16T01:08:04.562Z | Compiling regex-syntax v0.8.4 |
1123 | 2024-08-16T01:08:04.678Z | Compiling iana-time-zone v0.1.60 |
1124 | 2024-08-16T01:08:04.729Z | Compiling slog v2.7.0 |
1125 | 2024-08-16T01:08:04.766Z | Compiling stringprep v0.1.4 |
1126 | 2024-08-16T01:08:04.981Z | Compiling time v0.3.36 |
1127 | 2024-08-16T01:08:05.082Z | Compiling url v2.5.2 |
1128 | 2024-08-16T01:08:05.281Z | Compiling miniz_oxide v0.7.2 |
1129 | 2024-08-16T01:08:06.979Z | Compiling num-integer v0.1.46 |
1130 | 2024-08-16T01:08:07.736Z | Compiling backtrace v0.3.71 |
1131 | 2024-08-16T01:08:08.158Z | Compiling rustls-webpki v0.101.7 |
1132 | 2024-08-16T01:08:08.218Z | Compiling sct v0.7.1 |
1133 | 2024-08-16T01:08:08.541Z | Compiling regex-automata v0.4.6 |
1134 | 2024-08-16T01:08:08.858Z | Compiling serde_derive v1.0.207 |
1135 | 2024-08-16T01:08:09.075Z | Compiling zeroize_derive v1.4.2 |
1136 | 2024-08-16T01:08:09.734Z | Compiling zerocopy-derive v0.7.34 |
1137 | 2024-08-16T01:08:10.066Z | Compiling tokio-macros v2.3.0 |
1138 | 2024-08-16T01:08:10.301Z | Compiling thiserror-impl v1.0.63 |
1139 | 2024-08-16T01:08:10.688Z | Compiling zeroize v1.7.0 |
1140 | 2024-08-16T01:08:11.139Z | Compiling futures-macro v0.3.30 |
1141 | 2024-08-16T01:08:11.726Z | Compiling der_derive v0.7.2 |
1142 | 2024-08-16T01:08:12.062Z | Compiling zerocopy v0.7.34 |
1143 | 2024-08-16T01:08:12.568Z | Compiling crypto-common v0.1.6 |
1144 | 2024-08-16T01:08:12.790Z | Compiling block-buffer v0.10.4 |
1145 | 2024-08-16T01:08:13.060Z | Compiling digest v0.10.7 |
1146 | 2024-08-16T01:08:13.136Z | Compiling block-padding v0.3.3 |
1147 | 2024-08-16T01:08:13.379Z | Compiling inout v0.1.3 |
1148 | 2024-08-16T01:08:13.616Z | Compiling hmac v0.12.1 |
1149 | 2024-08-16T01:08:13.643Z | Compiling thiserror v1.0.63 |
1150 | 2024-08-16T01:08:13.660Z | Compiling cipher v0.4.4 |
1151 | 2024-08-16T01:08:13.782Z | Compiling sha2 v0.10.8 |
1152 | 2024-08-16T01:08:13.869Z | Compiling futures-util v0.3.30 |
1153 | 2024-08-16T01:08:14.157Z | Compiling hashbrown v0.14.5 |
1154 | 2024-08-16T01:08:14.188Z | Compiling pest v2.7.10 |
1155 | 2024-08-16T01:08:14.315Z | Compiling der v0.7.9 |
1156 | 2024-08-16T01:08:15.586Z | Compiling salsa20 v0.10.2 |
1157 | 2024-08-16T01:08:15.834Z | Compiling pbkdf2 v0.12.2 |
1158 | 2024-08-16T01:08:16.017Z | Compiling scroll_derive v0.12.0 |
1159 | 2024-08-16T01:08:17.292Z | Compiling pest_meta v2.7.10 |
1160 | 2024-08-16T01:08:17.423Z | Compiling tracing-attributes v0.1.27 |
1161 | 2024-08-16T01:08:17.509Z | Compiling scroll v0.12.0 |
1162 | 2024-08-16T01:08:17.697Z | Compiling spki v0.7.3 |
1163 | 2024-08-16T01:08:18.075Z | Compiling scrypt v0.11.0 |
1164 | 2024-08-16T01:08:18.095Z | Compiling aes v0.8.4 |
1165 | 2024-08-16T01:08:18.656Z | Compiling pest_generator v2.7.10 |
1166 | 2024-08-16T01:08:20.072Z | Compiling cbc v0.1.2 |
1167 | 2024-08-16T01:08:20.289Z | Compiling pkcs5 v0.7.1 |
1168 | 2024-08-16T01:08:20.352Z | Compiling goblin v0.8.2 |
1169 | 2024-08-16T01:08:20.697Z | Compiling openssl-macros v0.1.1 |
1170 | 2024-08-16T01:08:20.910Z | Compiling pkcs8 v0.10.2 |
1171 | 2024-08-16T01:08:21.311Z | Compiling tracing v0.1.40 |
1172 | 2024-08-16T01:08:21.449Z | Compiling md-5 v0.10.6 |
1173 | 2024-08-16T01:08:21.543Z | Compiling idna v0.3.0 |
1174 | 2024-08-16T01:08:21.646Z | Compiling hash32 v0.2.1 |
1175 | 2024-08-16T01:08:21.698Z | Compiling num-bigint-dig v0.8.4 |
1176 | 2024-08-16T01:08:21.798Z | Compiling fallible-iterator v0.2.0 |
1177 | 2024-08-16T01:08:21.988Z | Compiling crc32fast v1.4.0 |
1178 | 2024-08-16T01:08:22.021Z | Compiling psl-types v2.0.11 |
1179 | 2024-08-16T01:08:22.212Z | Compiling signal-hook v0.3.17 |
1180 | 2024-08-16T01:08:22.292Z | Compiling pest_derive v2.7.10 |
1181 | 2024-08-16T01:08:22.478Z | Compiling smoltcp v0.9.1 |
1182 | 2024-08-16T01:08:22.497Z | Compiling cfg_aliases v0.1.1 |
1183 | 2024-08-16T01:08:22.500Z | Compiling gimli v0.28.1 |
1184 | 2024-08-16T01:08:22.589Z | Compiling base64 v0.22.1 |
1185 | 2024-08-16T01:08:23.094Z | Compiling dtrace-parser v0.2.0 |
1186 | 2024-08-16T01:08:23.126Z | Compiling stable_deref_trait v1.2.0 |
1187 | 2024-08-16T01:08:23.217Z | Compiling bytes v1.7.1 |
1188 | 2024-08-16T01:08:23.235Z | Compiling bitflags v2.6.0 |
1189 | 2024-08-16T01:08:23.517Z | Compiling indexmap v2.4.0 |
1190 | 2024-08-16T01:08:23.688Z | Compiling semver v1.0.23 |
1191 | 2024-08-16T01:08:24.457Z | Compiling tokio v1.38.1 |
1192 | 2024-08-16T01:08:24.562Z | Compiling http v0.2.12 |
1193 | 2024-08-16T01:08:25.005Z | Compiling rustc_version v0.4.0 |
1194 | 2024-08-16T01:08:25.775Z | Compiling heapless v0.7.17 |
1195 | 2024-08-16T01:08:26.238Z | Compiling http-body v0.4.6 |
1196 | 2024-08-16T01:08:26.418Z | Compiling dof v0.3.0 |
1197 | 2024-08-16T01:08:27.101Z | Compiling uuid v1.10.0 |
1198 | 2024-08-16T01:08:27.570Z | Compiling usdt-impl v0.5.0 |
1199 | 2024-08-16T01:08:28.456Z | Compiling chrono v0.4.38 |
1200 | 2024-08-16T01:08:28.531Z | Compiling serde_spanned v0.6.7 |
1201 | 2024-08-16T01:08:28.623Z | Compiling toml_datetime v0.6.8 |
1202 | 2024-08-16T01:08:28.771Z | Compiling serde_tokenstream v0.2.2 |
1203 | 2024-08-16T01:08:29.167Z | Compiling terminal_size v0.3.0 |
1204 | 2024-08-16T01:08:29.360Z | Compiling addr2line v0.21.0 |
1205 | 2024-08-16T01:08:29.378Z | Compiling postgres-protocol v0.6.7 |
1206 | 2024-08-16T01:08:30.062Z | Compiling nix v0.28.0 |
1207 | 2024-08-16T01:08:30.441Z | Compiling publicsuffix v2.2.3 |
1208 | 2024-08-16T01:08:30.572Z | Compiling hubpack_derive v0.1.1 |
1209 | 2024-08-16T01:08:30.702Z | Compiling async-trait v0.1.81 |
1210 | 2024-08-16T01:08:30.702Z | Compiling zerocopy-derive v0.6.6 |
1211 | 2024-08-16T01:08:30.895Z | Compiling num-iter v0.1.45 |
1212 | 2024-08-16T01:08:31.530Z | Compiling phf_shared v0.11.2 |
1213 | 2024-08-16T01:08:31.891Z | Compiling serde_derive_internals v0.29.1 |
1214 | 2024-08-16T01:08:31.910Z | Compiling ff v0.13.0 |
1215 | 2024-08-16T01:08:31.927Z | Compiling object v0.32.2 |
1216 | 2024-08-16T01:08:32.130Z | Compiling fs-err v2.11.0 |
1217 | 2024-08-16T01:08:32.282Z | Compiling anyhow v1.0.86 |
1218 | 2024-08-16T01:08:32.425Z | Compiling schemars v0.8.21 |
1219 | 2024-08-16T01:08:32.790Z | Compiling tokio-util v0.7.11 |
1220 | 2024-08-16T01:08:32.883Z | Compiling tokio-rustls v0.24.1 |
1221 | 2024-08-16T01:08:33.276Z | Compiling tokio-native-tls v0.3.1 |
1222 | 2024-08-16T01:08:33.490Z | Compiling regex-automata v0.1.10 |
1223 | 2024-08-16T01:08:33.508Z | Compiling rustc-demangle v0.1.24 |
1224 | 2024-08-16T01:08:33.551Z | Compiling either v1.13.0 |
1225 | 2024-08-16T01:08:33.981Z | Compiling h2 v0.3.26 |
1226 | 2024-08-16T01:08:33.999Z | Compiling base16ct v0.2.0 |
1227 | 2024-08-16T01:08:34.153Z | Compiling ipnet v2.9.0 |
1228 | 2024-08-16T01:08:34.314Z | Compiling managed v0.8.0 |
1229 | 2024-08-16T01:08:34.460Z | Compiling bitflags v1.3.2 |
1230 | 2024-08-16T01:08:34.533Z | Compiling base64 v0.21.7 |
1231 | 2024-08-16T01:08:34.569Z | Compiling winnow v0.5.40 |
1232 | 2024-08-16T01:08:35.290Z | Compiling rustls-pemfile v1.0.4 |
1233 | 2024-08-16T01:08:35.396Z | Compiling schemars_derive v0.8.21 |
1234 | 2024-08-16T01:08:35.513Z | Compiling clap_builder v4.5.15 |
1235 | 2024-08-16T01:08:35.725Z | Compiling sec1 v0.7.3 |
1236 | 2024-08-16T01:08:36.342Z | Compiling bstr v0.2.17 |
1237 | 2024-08-16T01:08:37.088Z | Compiling zerocopy v0.6.6 |
1238 | 2024-08-16T01:08:37.936Z | Compiling group v0.13.0 |
1239 | 2024-08-16T01:08:37.997Z | Compiling phf v0.11.2 |
1240 | 2024-08-16T01:08:38.261Z | Compiling toml_edit v0.19.15 |
1241 | 2024-08-16T01:08:38.283Z | Compiling hubpack v0.1.2 |
1242 | 2024-08-16T01:08:38.400Z | Compiling cookie_store v0.20.0 |
1243 | 2024-08-16T01:08:39.414Z | Compiling postgres-types v0.2.7 |
1244 | 2024-08-16T01:08:39.648Z | Compiling usdt-attr-macro v0.5.0 |
1245 | 2024-08-16T01:08:39.886Z | Compiling usdt-macro v0.5.0 |
1246 | 2024-08-16T01:08:40.916Z | Compiling hyper v0.14.30 |
1247 | 2024-08-16T01:08:41.737Z | Compiling serde_urlencoded v0.7.1 |
1248 | 2024-08-16T01:08:42.269Z | Compiling pkcs1 v0.7.5 |
1249 | 2024-08-16T01:08:42.287Z | Compiling futures-executor v0.3.30 |
1250 | 2024-08-16T01:08:42.319Z | Compiling hkdf v0.12.4 |
1251 | 2024-08-16T01:08:42.575Z | Compiling regex v1.10.6 |
1252 | 2024-08-16T01:08:42.874Z | Compiling signature v2.2.0 |
1253 | 2024-08-16T01:08:43.267Z | Compiling crypto-bigint v0.5.5 |
1254 | 2024-08-16T01:08:43.271Z | Compiling strum_macros v0.25.3 |
1255 | 2024-08-16T01:08:43.638Z | Compiling enum-as-inner v0.6.0 |
1256 | 2024-08-16T01:08:44.587Z | Compiling clap_derive v4.5.13 |
1257 | 2024-08-16T01:08:44.707Z | Compiling serde_repr v0.1.19 |
1258 | 2024-08-16T01:08:44.784Z | Compiling phf_shared v0.10.0 |
1259 | 2024-08-16T01:08:45.201Z | Compiling float-cmp v0.9.0 |
1260 | 2024-08-16T01:08:45.438Z | Compiling idna v0.4.0 |
1261 | 2024-08-16T01:08:45.961Z | Compiling mio v1.0.2 |
1262 | 2024-08-16T01:08:46.326Z | Compiling encoding_rs v0.8.34 |
1263 | 2024-08-16T01:08:47.061Z | Compiling mime v0.3.17 |
1264 | 2024-08-16T01:08:47.183Z | Compiling difflib v0.4.0 |
1265 | 2024-08-16T01:08:47.455Z | Compiling predicates-core v1.0.6 |
1266 | 2024-08-16T01:08:47.649Z | Compiling precomputed-hash v0.1.1 |
1267 | 2024-08-16T01:08:47.768Z | Compiling dyn-clone v1.0.17 |
1268 | 2024-08-16T01:08:47.805Z | Compiling sync_wrapper v0.1.2 |
1269 | 2024-08-16T01:08:47.940Z | Compiling hyper-rustls v0.24.2 |
1270 | 2024-08-16T01:08:47.982Z | Compiling hyper-tls v0.5.0 |
1271 | 2024-08-16T01:08:48.297Z | Compiling whoami v1.5.1 |
1272 | 2024-08-16T01:08:48.340Z | Compiling webpki-roots v0.25.4 |
1273 | 2024-08-16T01:08:48.507Z | Compiling static_assertions v1.1.0 |
1274 | 2024-08-16T01:08:48.610Z | Compiling new_debug_unreachable v1.0.6 |
1275 | 2024-08-16T01:08:48.709Z | Compiling fixedbitset v0.4.2 |
1276 | 2024-08-16T01:08:48.786Z | Compiling unicode-segmentation v1.11.0 |
1277 | 2024-08-16T01:08:48.947Z | Compiling normalize-line-endings v0.3.0 |
1278 | 2024-08-16T01:08:49.074Z | Compiling bit-vec v0.6.3 |
1279 | 2024-08-16T01:08:49.178Z | Compiling data-encoding v2.6.0 |
1280 | 2024-08-16T01:08:49.289Z | Compiling minimal-lexical v0.2.1 |
1281 | 2024-08-16T01:08:49.528Z | Compiling similar v2.5.0 |
1282 | 2024-08-16T01:08:49.611Z | Compiling bit-set v0.5.3 |
1283 | 2024-08-16T01:08:49.703Z | Compiling clap v4.5.15 |
1284 | 2024-08-16T01:08:49.805Z | Compiling nom v7.1.3 |
1285 | 2024-08-16T01:08:49.827Z | Compiling predicates v3.1.2 |
1286 | 2024-08-16T01:08:49.891Z | Compiling hickory-proto v0.24.1 |
1287 | 2024-08-16T01:08:50.716Z | Compiling petgraph v0.6.5 |
1288 | 2024-08-16T01:08:50.950Z | Compiling console v0.15.8 |
1289 | 2024-08-16T01:08:51.575Z | Compiling toml_edit v0.22.20 |
1290 | 2024-08-16T01:08:51.638Z | Compiling string_cache v0.8.7 |
1291 | 2024-08-16T01:08:52.129Z | Compiling tokio-postgres v0.7.11 |
1292 | 2024-08-16T01:08:52.148Z | Compiling reqwest v0.11.27 |
1293 | 2024-08-16T01:08:52.486Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1294 | 2024-08-16T01:08:53.621Z | Compiling usdt v0.5.0 |
1295 | 2024-08-16T01:08:54.110Z | Compiling signal-hook-mio v0.2.4 |
1296 | 2024-08-16T01:08:54.276Z | Compiling elliptic-curve v0.13.8 |
1297 | 2024-08-16T01:08:54.815Z | Compiling rsa v0.9.6 |
1298 | 2024-08-16T01:08:55.090Z | Compiling futures v0.3.30 |
1299 | 2024-08-16T01:08:55.215Z | Compiling flate2 v1.0.31 |
1300 | 2024-08-16T01:08:56.234Z | Compiling toml v0.7.8 |
1301 | 2024-08-16T01:08:58.311Z | Compiling itertools v0.12.1 |
1302 | 2024-08-16T01:08:58.788Z | Compiling itertools v0.10.5 |
1303 | 2024-08-16T01:08:58.955Z | Compiling tokio-stream v0.1.15 |
1304 | 2024-08-16T01:08:59.964Z | Compiling openapiv3 v2.0.0 |
1305 | 2024-08-16T01:08:59.983Z | Compiling hex v0.4.3 |
1306 | 2024-08-16T01:09:00.161Z | Compiling bstr v1.9.1 |
1307 | 2024-08-16T01:09:00.593Z | Compiling sha1 v0.10.6 |
1308 | 2024-08-16T01:09:01.068Z | Compiling crossbeam-epoch v0.9.18 |
1309 | 2024-08-16T01:09:01.452Z | Compiling dirs-sys-next v0.1.2 |
1310 | 2024-08-16T01:09:01.629Z | Compiling peg-runtime v0.8.3 |
1311 | 2024-08-16T01:09:01.856Z | Compiling unicode-xid v0.2.4 |
1312 | 2024-08-16T01:09:01.894Z | Compiling lalrpop-util v0.19.12 |
1313 | 2024-08-16T01:09:01.962Z | Compiling dirs-next v2.0.0 |
1314 | 2024-08-16T01:09:02.029Z | Compiling thread_local v1.1.8 |
1315 | 2024-08-16T01:09:02.131Z | Compiling slog-async v2.8.0 |
1316 | 2024-08-16T01:09:02.148Z | Compiling term v0.7.0 |
1317 | 2024-08-16T01:09:02.237Z | Compiling xattr v1.3.1 |
1318 | 2024-08-16T01:09:02.299Z | Compiling strum_macros v0.26.4 |
1319 | 2024-08-16T01:09:02.520Z | Compiling crossbeam-channel v0.5.12 |
1320 | 2024-08-16T01:09:02.555Z | Compiling filetime v0.2.24 |
1321 | 2024-08-16T01:09:02.729Z | Compiling is-terminal v0.4.12 |
1322 | 2024-08-16T01:09:02.857Z | Compiling take_mut v0.2.2 |
1323 | 2024-08-16T01:09:02.875Z | Compiling slog-term v2.9.1 |
1324 | 2024-08-16T01:09:03.009Z | Compiling tar v0.4.41 |
1325 | 2024-08-16T01:09:03.187Z | Compiling camino v1.1.7 |
1326 | 2024-08-16T01:09:05.308Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1327 | 2024-08-16T01:09:05.662Z | Compiling strum v0.26.3 |
1328 | 2024-08-16T01:09:05.738Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1329 | 2024-08-16T01:09:11.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 19s |
1330 | 2024-08-16T01:09:11.172Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1331 | 2024-08-16T01:09:11.216Z | Aug 16 01:09:10.569 INFO Starting download, target: Cockroach |
1332 | 2024-08-16T01:09:11.216Z | Aug 16 01:09:10.569 INFO Starting download, target: Clickhouse |
1333 | 2024-08-16T01:09:11.216Z | Aug 16 01:09:10.569 INFO Starting download, target: Console |
1334 | 2024-08-16T01:09:11.218Z | Aug 16 01:09:10.569 INFO Starting download, target: DendriteOpenapi |
1335 | 2024-08-16T01:09:11.218Z | Aug 16 01:09:10.569 INFO Starting download, target: DendriteStub |
1336 | 2024-08-16T01:09:11.218Z | Aug 16 01:09:10.569 INFO Starting download, target: MaghemiteMgd |
1337 | 2024-08-16T01:09:11.218Z | Aug 16 01:09:10.569 INFO Starting download, target: TransceiverControl |
1338 | 2024-08-16T01:09:11.218Z | Aug 16 01:09:10.570 INFO Downloading out/downloads/dpd-21b16567f28e103f145cd18d53fac6958429c4ff.json (attempt 1/3), target: DendriteOpenapi |
1339 | 2024-08-16T01:09:11.218Z | Aug 16 01:09:10.570 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1340 | 2024-08-16T01:09:11.218Z | Aug 16 01:09:10.570 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1341 | 2024-08-16T01:09:11.218Z | Aug 16 01:09:10.570 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1342 | 2024-08-16T01:09:11.218Z | Aug 16 01:09:10.571 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1343 | 2024-08-16T01:09:11.218Z | Aug 16 01:09:10.571 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1344 | 2024-08-16T01:09:11.218Z | Aug 16 01:09:10.571 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1345 | 2024-08-16T01:09:11.441Z | Aug 16 01:09:10.786 INFO Download complete, target: DendriteOpenapi |
1346 | 2024-08-16T01:09:11.497Z | Aug 16 01:09:10.835 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1347 | 2024-08-16T01:09:11.734Z | Aug 16 01:09:11.084 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1348 | 2024-08-16T01:09:11.748Z | Aug 16 01:09:11.101 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1349 | 2024-08-16T01:09:11.863Z | Aug 16 01:09:11.217 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1350 | 2024-08-16T01:09:12.127Z | Aug 16 01:09:11.480 INFO Download complete, target: Console |
1351 | 2024-08-16T01:09:12.338Z | Aug 16 01:09:11.691 INFO Download complete, target: TransceiverControl |
1352 | 2024-08-16T01:09:13.218Z | Aug 16 01:09:12.571 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1353 | 2024-08-16T01:09:14.146Z | Aug 16 01:09:13.498 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1354 | 2024-08-16T01:09:14.148Z | Aug 16 01:09:13.499 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1355 | 2024-08-16T01:09:14.893Z | Aug 16 01:09:14.246 INFO Download complete, target: DendriteStub |
1356 | 2024-08-16T01:09:15.175Z | Aug 16 01:09:14.528 INFO Download complete, target: MaghemiteMgd |
1357 | 2024-08-16T01:09:22.375Z | Aug 16 01:09:21.726 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1358 | 2024-08-16T01:09:22.714Z | Aug 16 01:09:22.056 INFO Checking that binary works, target: Cockroach |
1359 | 2024-08-16T01:09:22.946Z | Aug 16 01:09:22.297 INFO Download complete, target: Cockroach |
1360 | 2024-08-16T01:09:27.341Z | Aug 16 01:09:26.690 INFO Checking that binary works, target: Clickhouse |
1361 | 2024-08-16T01:09:27.494Z | Aug 16 01:09:26.845 INFO Download complete, target: Clickhouse |
1362 | 2024-08-16T01:09:27.516Z | All builder prerequisites installed successfully, and PATH looks valid |
1363 | 2024-08-16T01:09:27.518Z | |
1364 | 2024-08-16T01:09:27.518Z | real 3:33.583324458 |
1365 | 2024-08-16T01:09:27.518Z | user 11:23.459807419 |
1366 | 2024-08-16T01:09:27.518Z | sys 2:25.721739699 |
1367 | 2024-08-16T01:09:27.518Z | trap 0.419812180 |
1368 | 2024-08-16T01:09:27.518Z | tflt 0.977373238 |
1369 | 2024-08-16T01:09:27.518Z | dflt 1.607945864 |
1370 | 2024-08-16T01:09:27.518Z | kflt 0.021723635 |
1371 | 2024-08-16T01:09:27.518Z | lock 22:15.961384760 |
1372 | 2024-08-16T01:09:27.518Z | slp 43:28.422735630 |
1373 | 2024-08-16T01:09:27.518Z | lat 42.010728733 |
1374 | 2024-08-16T01:09:27.518Z | stop 1:43.986968113 |
1375 | 2024-08-16T01:09:27.518Z | + banner clippy |
1376 | 2024-08-16T01:09:27.521Z | |
1377 | 2024-08-16T01:09:27.521Z | #### # # ##### ##### # # |
1378 | 2024-08-16T01:09:27.522Z | # # # # # # # # # # |
1379 | 2024-08-16T01:09:27.522Z | # # # # # # # # |
1380 | 2024-08-16T01:09:27.522Z | # # # ##### ##### # |
1381 | 2024-08-16T01:09:27.522Z | # # # # # # # |
1382 | 2024-08-16T01:09:27.522Z | #### ###### # # # # |
1383 | 2024-08-16T01:09:27.522Z | |
1384 | 2024-08-16T01:09:27.522Z | + export CARGO_INCREMENTAL=0 |
1385 | 2024-08-16T01:09:27.522Z | + CARGO_INCREMENTAL=0 |
1386 | 2024-08-16T01:09:27.522Z | + ptime -m cargo xtask clippy |
1387 | 2024-08-16T01:09:28.103Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1388 | 2024-08-16T01:09:31.543Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.97s |
1389 | 2024-08-16T01:09:31.597Z | Running `target/debug/xtask clippy` |
1390 | 2024-08-16T01:09:31.618Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1391 | 2024-08-16T01:09:32.308Z | Downloading crates ... |
1392 | 2024-08-16T01:09:32.624Z | Downloaded anes v0.1.6 |
1393 | 2024-08-16T01:09:32.636Z | Downloaded guppy-workspace-hack v0.1.0 |
1394 | 2024-08-16T01:09:32.640Z | Downloaded dhcproto-macros v0.1.0 |
1395 | 2024-08-16T01:09:32.645Z | Downloaded doc-comment v0.3.3 |
1396 | 2024-08-16T01:09:32.653Z | Downloaded russh-cryptovec v0.7.2 |
1397 | 2024-08-16T01:09:32.656Z | Downloaded matches v0.1.10 |
1398 | 2024-08-16T01:09:32.656Z | Downloaded nested v0.1.1 |
1399 | 2024-08-16T01:09:32.656Z | Downloaded http-body v1.0.0 |
1400 | 2024-08-16T01:09:32.658Z | Downloaded cast v0.3.0 |
1401 | 2024-08-16T01:09:32.663Z | Downloaded dirs v5.0.1 |
1402 | 2024-08-16T01:09:32.666Z | Downloaded datatest-stable v0.2.9 |
1403 | 2024-08-16T01:09:32.669Z | Downloaded relative-path v1.9.3 |
1404 | 2024-08-16T01:09:32.669Z | Downloaded yansi v0.5.1 |
1405 | 2024-08-16T01:09:32.671Z | Downloaded ssh-encoding v0.2.0 |
1406 | 2024-08-16T01:09:32.671Z | Downloaded oorandom v11.1.3 |
1407 | 2024-08-16T01:09:32.674Z | Downloaded similar-asserts v1.5.0 |
1408 | 2024-08-16T01:09:32.677Z | Downloaded threadpool v1.8.1 |
1409 | 2024-08-16T01:09:32.680Z | Downloaded polyval v0.6.2 |
1410 | 2024-08-16T01:09:32.683Z | Downloaded plotters-svg v0.3.5 |
1411 | 2024-08-16T01:09:32.683Z | Downloaded enum-as-inner v0.5.1 |
1412 | 2024-08-16T01:09:32.685Z | Downloaded primeorder v0.13.6 |
1413 | 2024-08-16T01:09:32.687Z | Downloaded ed25519 v2.2.3 |
1414 | 2024-08-16T01:09:32.690Z | Downloaded internet-checksum v0.2.1 |
1415 | 2024-08-16T01:09:32.690Z | Downloaded blake2b_simd v1.0.2 |
1416 | 2024-08-16T01:09:32.693Z | Downloaded assert_cmd v2.0.16 |
1417 | 2024-08-16T01:09:32.696Z | Downloaded ctr v0.9.2 |
1418 | 2024-08-16T01:09:32.698Z | Downloaded ghash v0.5.1 |
1419 | 2024-08-16T01:09:32.703Z | Downloaded target-lexicon v0.12.16 |
1420 | 2024-08-16T01:09:32.717Z | Downloaded approx v0.5.1 |
1421 | 2024-08-16T01:09:32.722Z | Downloaded rstest v0.19.0 |
1422 | 2024-08-16T01:09:32.725Z | Downloaded pathdiff v0.2.1 |
1423 | 2024-08-16T01:09:32.728Z | Downloaded escape8259 v0.5.2 |
1424 | 2024-08-16T01:09:32.728Z | Downloaded rust-argon2 v2.1.0 |
1425 | 2024-08-16T01:09:32.731Z | Downloaded password-hash v0.4.2 |
1426 | 2024-08-16T01:09:32.731Z | Downloaded tower-layer v0.3.2 |
1427 | 2024-08-16T01:09:32.739Z | Downloaded md5 v0.7.0 |
1428 | 2024-08-16T01:09:32.742Z | Downloaded aes-gcm v0.10.3 |
1429 | 2024-08-16T01:09:32.745Z | Downloaded hex-literal v0.4.1 |
1430 | 2024-08-16T01:09:32.751Z | Downloaded option-ext v0.2.0 |
1431 | 2024-08-16T01:09:32.751Z | Downloaded futures-timer v3.0.3 |
1432 | 2024-08-16T01:09:32.754Z | Downloaded pbkdf2 v0.11.0 |
1433 | 2024-08-16T01:09:32.760Z | Downloaded rfc6979 v0.4.0 |
1434 | 2024-08-16T01:09:32.763Z | Downloaded plotters-backend v0.3.5 |
1435 | 2024-08-16T01:09:32.771Z | Downloaded ssh-cipher v0.2.0 |
1436 | 2024-08-16T01:09:32.774Z | Downloaded dirs-sys v0.4.1 |
1437 | 2024-08-16T01:09:32.774Z | Downloaded target-spec v3.2.1 |
1438 | 2024-08-16T01:09:32.776Z | Downloaded criterion-plot v0.5.0 |
1439 | 2024-08-16T01:09:32.776Z | Downloaded cfg-expr v0.16.0 |
1440 | 2024-08-16T01:09:32.781Z | Downloaded bcrypt-pbkdf v0.10.0 |
1441 | 2024-08-16T01:09:32.781Z | Downloaded blowfish v0.9.1 |
1442 | 2024-08-16T01:09:32.781Z | Downloaded p256 v0.13.2 |
1443 | 2024-08-16T01:09:32.785Z | Downloaded hyper-util v0.1.3 |
1444 | 2024-08-16T01:09:32.791Z | Downloaded rustls-native-certs v0.7.0 |
1445 | 2024-08-16T01:09:32.793Z | Downloaded partial-io v0.5.4 |
1446 | 2024-08-16T01:09:32.796Z | Downloaded tinytemplate v1.2.1 |
1447 | 2024-08-16T01:09:32.800Z | Downloaded libtest-mimic v0.7.3 |
1448 | 2024-08-16T01:09:32.800Z | Downloaded hyper-rustls v0.26.0 |
1449 | 2024-08-16T01:09:32.803Z | Downloaded httptest v0.15.5 |
1450 | 2024-08-16T01:09:32.806Z | Downloaded ecdsa v0.16.9 |
1451 | 2024-08-16T01:09:32.807Z | Downloaded dhcproto v0.12.0 |
1452 | 2024-08-16T01:09:32.823Z | Downloaded russh-keys v0.44.0 |
1453 | 2024-08-16T01:09:32.826Z | Downloaded fancy-regex v0.13.0 |
1454 | 2024-08-16T01:09:32.834Z | Downloaded trybuild v1.0.99 |
1455 | 2024-08-16T01:09:32.842Z | Downloaded rand_distr v0.4.3 |
1456 | 2024-08-16T01:09:32.846Z | Downloaded tower v0.4.13 |
1457 | 2024-08-16T01:09:32.855Z | Downloaded rstest_macros v0.19.0 |
1458 | 2024-08-16T01:09:32.859Z | Downloaded pretty_assertions v1.4.0 |
1459 | 2024-08-16T01:09:32.864Z | Downloaded num-bigint v0.4.5 |
1460 | 2024-08-16T01:09:32.874Z | Downloaded ed25519-dalek v2.1.1 |
1461 | 2024-08-16T01:09:32.879Z | Downloaded p521 v0.13.3 |
1462 | 2024-08-16T01:09:32.881Z | Downloaded criterion v0.5.1 |
1463 | 2024-08-16T01:09:32.886Z | Downloaded ssh-key v0.6.6 |
1464 | 2024-08-16T01:09:32.892Z | Downloaded russh v0.44.1 |
1465 | 2024-08-16T01:09:32.898Z | Downloaded plotters v0.3.5 |
1466 | 2024-08-16T01:09:32.906Z | Downloaded hyper v1.3.1 |
1467 | 2024-08-16T01:09:32.913Z | Downloaded guppy v0.17.7 |
1468 | 2024-08-16T01:09:33.922Z | Downloaded trust-dns-proto v0.22.0 |
1469 | 2024-08-16T01:09:33.925Z | Downloaded idna v0.2.3 |
1470 | 2024-08-16T01:09:33.926Z | Downloaded p384 v0.13.0 |
1471 | 2024-08-16T01:09:33.926Z | Checking cfg-if v1.0.0 |
1472 | 2024-08-16T01:09:33.926Z | Checking libc v0.2.155 |
1473 | 2024-08-16T01:09:33.926Z | Checking serde v1.0.207 |
1474 | 2024-08-16T01:09:33.926Z | Checking memchr v2.7.2 |
1475 | 2024-08-16T01:09:33.926Z | Checking scopeguard v1.2.0 |
1476 | 2024-08-16T01:09:33.926Z | Checking log v0.4.21 |
1477 | 2024-08-16T01:09:33.926Z | Checking byteorder v1.5.0 |
1478 | 2024-08-16T01:09:33.926Z | Checking smallvec v1.13.2 |
1479 | 2024-08-16T01:09:33.926Z | Checking itoa v1.0.11 |
1480 | 2024-08-16T01:09:33.926Z | Checking lock_api v0.4.12 |
1481 | 2024-08-16T01:09:33.967Z | Checking zeroize v1.7.0 |
1482 | 2024-08-16T01:09:33.971Z | Checking once_cell v1.19.0 |
1483 | 2024-08-16T01:09:34.121Z | Checking pin-project-lite v0.2.14 |
1484 | 2024-08-16T01:09:34.148Z | Checking typenum v1.17.0 |
1485 | 2024-08-16T01:09:34.216Z | Checking libm v0.2.8 |
1486 | 2024-08-16T01:09:34.246Z | Checking subtle v2.5.0 |
1487 | 2024-08-16T01:09:34.249Z | Checking spin v0.9.8 |
1488 | 2024-08-16T01:09:34.288Z | Checking ryu v1.0.18 |
1489 | 2024-08-16T01:09:34.506Z | Checking thiserror v1.0.63 |
1490 | 2024-08-16T01:09:34.531Z | Checking futures-core v0.3.30 |
1491 | 2024-08-16T01:09:34.555Z | Checking zerocopy v0.7.34 |
1492 | 2024-08-16T01:09:34.603Z | Checking futures-sink v0.3.30 |
1493 | 2024-08-16T01:09:34.631Z | Checking const-oid v0.9.6 |
1494 | 2024-08-16T01:09:34.685Z | Checking getrandom v0.2.14 |
1495 | 2024-08-16T01:09:34.725Z | Checking parking_lot_core v0.9.10 |
1496 | 2024-08-16T01:09:34.749Z | Checking signal-hook-registry v1.4.2 |
1497 | 2024-08-16T01:09:34.942Z | Checking rand_core v0.6.4 |
1498 | 2024-08-16T01:09:35.000Z | Checking mio v0.8.11 |
1499 | 2024-08-16T01:09:35.059Z | Checking parking_lot v0.12.2 |
1500 | 2024-08-16T01:09:35.118Z | Checking num-traits v0.2.19 |
1501 | 2024-08-16T01:09:35.244Z | Checking num_cpus v1.16.0 |
1502 | 2024-08-16T01:09:35.367Z | Checking socket2 v0.5.7 |
1503 | 2024-08-16T01:09:35.405Z | Checking futures-channel v0.3.30 |
1504 | 2024-08-16T01:09:35.480Z | Checking generic-array v0.14.7 |
1505 | 2024-08-16T01:09:35.594Z | Checking slab v0.4.9 |
1506 | 2024-08-16T01:09:35.778Z | Checking futures-task v0.3.30 |
1507 | 2024-08-16T01:09:35.865Z | Checking futures-io v0.3.30 |
1508 | 2024-08-16T01:09:35.891Z | Checking pin-utils v0.1.0 |
1509 | 2024-08-16T01:09:35.977Z | Checking ahash v0.8.11 |
1510 | 2024-08-16T01:09:36.004Z | Checking cpufeatures v0.2.12 |
1511 | 2024-08-16T01:09:36.028Z | Checking allocator-api2 v0.2.18 |
1512 | 2024-08-16T01:09:36.051Z | Checking futures-util v0.3.30 |
1513 | 2024-08-16T01:09:36.110Z | Checking fnv v1.0.7 |
1514 | 2024-08-16T01:09:36.250Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1515 | 2024-08-16T01:09:36.460Z | Checking iana-time-zone v0.1.60 |
1516 | 2024-08-16T01:09:36.530Z | Checking equivalent v1.0.1 |
1517 | 2024-08-16T01:09:36.577Z | Checking tinyvec_macros v0.1.1 |
1518 | 2024-08-16T01:09:36.607Z | Checking ppv-lite86 v0.2.17 |
1519 | 2024-08-16T01:09:36.632Z | Checking crypto-common v0.1.6 |
1520 | 2024-08-16T01:09:36.653Z | Checking block-buffer v0.10.4 |
1521 | 2024-08-16T01:09:36.674Z | Checking tinyvec v1.6.0 |
1522 | 2024-08-16T01:09:36.678Z | Checking hashbrown v0.14.5 |
1523 | 2024-08-16T01:09:36.786Z | Checking unicode-bidi v0.3.15 |
1524 | 2024-08-16T01:09:36.810Z | Checking tracing-core v0.1.32 |
1525 | 2024-08-16T01:09:36.864Z | Checking digest v0.10.7 |
1526 | 2024-08-16T01:09:37.243Z | Checking errno v0.3.9 |
1527 | 2024-08-16T01:09:37.289Z | Checking rand_chacha v0.3.1 |
1528 | 2024-08-16T01:09:37.420Z | Checking lazy_static v1.5.0 |
1529 | 2024-08-16T01:09:37.442Z | Checking tracing v0.1.40 |
1530 | 2024-08-16T01:09:37.442Z | Checking percent-encoding v2.3.1 |
1531 | 2024-08-16T01:09:37.522Z | Checking dyn-clone v1.0.17 |
1532 | 2024-08-16T01:09:37.661Z | Checking rand v0.8.5 |
1533 | 2024-08-16T01:09:37.665Z | Checking block-padding v0.3.3 |
1534 | 2024-08-16T01:09:37.715Z | Checking regex-syntax v0.8.4 |
1535 | 2024-08-16T01:09:37.800Z | Checking form_urlencoded v1.2.1 |
1536 | 2024-08-16T01:09:37.891Z | Checking unicode-ident v1.0.12 |
1537 | 2024-08-16T01:09:37.914Z | Checking inout v0.1.3 |
1538 | 2024-08-16T01:09:37.989Z | Checking unicode-normalization v0.1.23 |
1539 | 2024-08-16T01:09:38.011Z | Checking aho-corasick v1.1.3 |
1540 | 2024-08-16T01:09:38.064Z | Checking base64ct v1.6.0 |
1541 | 2024-08-16T01:09:38.157Z | Checking cipher v0.4.4 |
1542 | 2024-08-16T01:09:38.526Z | Checking hmac v0.12.1 |
1543 | 2024-08-16T01:09:38.571Z | Checking unicode-width v0.1.13 |
1544 | 2024-08-16T01:09:38.646Z | Checking bytes v1.7.1 |
1545 | 2024-08-16T01:09:38.731Z | Checking bitflags v2.6.0 |
1546 | 2024-08-16T01:09:38.756Z | Checking serde_json v1.0.125 |
1547 | 2024-08-16T01:09:38.910Z | Checking chrono v0.4.38 |
1548 | 2024-08-16T01:09:38.934Z | Checking indexmap v2.4.0 |
1549 | 2024-08-16T01:09:39.045Z | Checking uuid v1.10.0 |
1550 | 2024-08-16T01:09:39.436Z | Checking tokio v1.38.1 |
1551 | 2024-08-16T01:09:39.580Z | Checking rustix v0.38.34 |
1552 | 2024-08-16T01:09:39.638Z | Checking proc-macro2 v1.0.86 |
1553 | 2024-08-16T01:09:40.206Z | Checking sha2 v0.10.8 |
1554 | 2024-08-16T01:09:40.333Z | Checking httparse v1.8.0 |
1555 | 2024-08-16T01:09:40.438Z | Checking adler v1.0.2 |
1556 | 2024-08-16T01:09:44.710Z | Checking miniz_oxide v0.7.2 |
1557 | 2024-08-16T01:09:44.761Z | Checking quote v1.0.36 |
1558 | 2024-08-16T01:09:44.761Z | Checking http v0.2.12 |
1559 | 2024-08-16T01:09:44.761Z | Checking regex-automata v0.4.6 |
1560 | 2024-08-16T01:09:44.768Z | Checking schemars v0.8.21 |
1561 | 2024-08-16T01:09:44.768Z | Checking idna v0.5.0 |
1562 | 2024-08-16T01:09:44.768Z | Checking powerfmt v0.2.0 |
1563 | 2024-08-16T01:09:44.768Z | Checking syn v2.0.74 |
1564 | 2024-08-16T01:09:44.768Z | Checking deranged v0.3.11 |
1565 | 2024-08-16T01:09:44.768Z | Checking num_threads v0.1.7 |
1566 | 2024-08-16T01:09:44.768Z | Checking untrusted v0.9.0 |
1567 | 2024-08-16T01:09:44.768Z | Checking num-conv v0.1.0 |
1568 | 2024-08-16T01:09:44.768Z | Checking url v2.5.2 |
1569 | 2024-08-16T01:09:44.768Z | Checking time-core v0.1.2 |
1570 | 2024-08-16T01:09:44.768Z | Checking ring v0.17.8 |
1571 | 2024-08-16T01:09:44.768Z | Checking pem-rfc7468 v0.7.0 |
1572 | 2024-08-16T01:09:44.769Z | Checking try-lock v0.2.5 |
1573 | 2024-08-16T01:09:44.769Z | Checking slog v2.7.0 |
1574 | 2024-08-16T01:09:44.769Z | Checking want v0.3.1 |
1575 | 2024-08-16T01:09:44.769Z | Checking flagset v0.4.5 |
1576 | 2024-08-16T01:09:44.769Z | Checking tower-service v0.3.2 |
1577 | 2024-08-16T01:09:44.769Z | Checking der v0.7.9 |
1578 | 2024-08-16T01:09:44.769Z | Checking pbkdf2 v0.12.2 |
1579 | 2024-08-16T01:09:44.769Z | Checking aes v0.8.4 |
1580 | 2024-08-16T01:09:44.769Z | Checking gimli v0.28.1 |
1581 | 2024-08-16T01:09:44.769Z | Checking time v0.3.36 |
1582 | 2024-08-16T01:09:44.769Z | Checking futures-executor v0.3.30 |
1583 | 2024-08-16T01:09:44.769Z | Checking salsa20 v0.10.2 |
1584 | 2024-08-16T01:09:44.769Z | Checking cbc v0.1.2 |
1585 | 2024-08-16T01:09:44.769Z | Checking object v0.32.2 |
1586 | 2024-08-16T01:09:44.769Z | Checking httpdate v1.0.3 |
1587 | 2024-08-16T01:09:44.769Z | Checking rustc-demangle v0.1.24 |
1588 | 2024-08-16T01:09:44.846Z | Checking spki v0.7.3 |
1589 | 2024-08-16T01:09:45.130Z | Checking base64 v0.21.7 |
1590 | 2024-08-16T01:09:45.152Z | Checking scrypt v0.11.0 |
1591 | 2024-08-16T01:09:45.376Z | Checking futures v0.3.30 |
1592 | 2024-08-16T01:09:45.494Z | Checking http-body v0.4.6 |
1593 | 2024-08-16T01:09:45.535Z | Checking regex v1.10.6 |
1594 | 2024-08-16T01:09:45.585Z | Checking utf8parse v0.2.1 |
1595 | 2024-08-16T01:09:45.719Z | Checking pkcs5 v0.7.1 |
1596 | 2024-08-16T01:09:45.742Z | Checking openssl-probe v0.1.5 |
1597 | 2024-08-16T01:09:45.884Z | Checking foreign-types-shared v0.1.1 |
1598 | 2024-08-16T01:09:45.907Z | Checking ipnet v2.9.0 |
1599 | 2024-08-16T01:09:46.001Z | Checking mime v0.3.17 |
1600 | 2024-08-16T01:09:46.159Z | Checking foreign-types v0.3.2 |
1601 | 2024-08-16T01:09:46.211Z | Checking pkcs8 v0.10.2 |
1602 | 2024-08-16T01:09:46.263Z | Checking openssl-sys v0.9.103 |
1603 | 2024-08-16T01:09:46.308Z | Checking tokio-util v0.7.11 |
1604 | 2024-08-16T01:09:46.334Z | Checking anstyle v1.0.8 |
1605 | 2024-08-16T01:09:46.338Z | Checking sct v0.7.1 |
1606 | 2024-08-16T01:09:46.516Z | Checking rustls-webpki v0.101.7 |
1607 | 2024-08-16T01:09:46.540Z | Checking semver v1.0.23 |
1608 | 2024-08-16T01:09:46.705Z | Checking serde_spanned v0.6.7 |
1609 | 2024-08-16T01:09:46.901Z | Checking toml_datetime v0.6.8 |
1610 | 2024-08-16T01:09:46.939Z | Checking crossbeam-utils v0.8.19 |
1611 | 2024-08-16T01:09:46.997Z | Checking addr2line v0.21.0 |
1612 | 2024-08-16T01:09:47.169Z | Checking h2 v0.3.26 |
1613 | 2024-08-16T01:09:47.206Z | Checking data-encoding v2.6.0 |
1614 | 2024-08-16T01:09:47.240Z | Checking either v1.13.0 |
1615 | 2024-08-16T01:09:47.474Z | Checking rustls v0.21.12 |
1616 | 2024-08-16T01:09:47.508Z | Checking openssl v0.10.66 |
1617 | 2024-08-16T01:09:47.618Z | Checking serde_urlencoded v0.7.1 |
1618 | 2024-08-16T01:09:47.641Z | Checking scroll v0.12.0 |
1619 | 2024-08-16T01:09:47.700Z | Checking encoding_rs v0.8.34 |
1620 | 2024-08-16T01:09:47.929Z | Checking plain v0.2.3 |
1621 | 2024-08-16T01:09:48.067Z | Checking ucd-trie v0.1.6 |
1622 | 2024-08-16T01:09:48.091Z | Checking anstyle-parse v0.2.4 |
1623 | 2024-08-16T01:09:48.151Z | Checking goblin v0.8.2 |
1624 | 2024-08-16T01:09:48.289Z | Checking pest v2.7.10 |
1625 | 2024-08-16T01:09:48.352Z | Checking idna v0.3.0 |
1626 | 2024-08-16T01:09:49.249Z | Checking pretty-hex v0.4.1 |
1627 | 2024-08-16T01:09:49.436Z | Checking psl-types v2.0.11 |
1628 | 2024-08-16T01:09:49.633Z | Checking bitflags v1.3.2 |
1629 | 2024-08-16T01:09:49.745Z | Checking is_terminal_polyfill v1.70.0 |
1630 | 2024-08-16T01:09:49.876Z | Checking anstyle-query v1.0.3 |
1631 | 2024-08-16T01:09:50.009Z | Checking colorchoice v1.0.1 |
1632 | 2024-08-16T01:09:50.032Z | Checking publicsuffix v2.2.3 |
1633 | 2024-08-16T01:09:50.155Z | Checking anstream v0.6.14 |
1634 | 2024-08-16T01:09:50.259Z | Checking cookie v0.17.0 |
1635 | 2024-08-16T01:09:50.386Z | Checking backtrace v0.3.71 |
1636 | 2024-08-16T01:09:50.521Z | Checking rustls-pemfile v1.0.4 |
1637 | 2024-08-16T01:09:50.697Z | Checking terminal_size v0.3.0 |
1638 | 2024-08-16T01:09:50.720Z | Checking thread-id v4.2.1 |
1639 | 2024-08-16T01:09:50.723Z | Checking tokio-rustls v0.24.1 |
1640 | 2024-08-16T01:09:50.788Z | Checking dtrace-parser v0.2.0 |
1641 | 2024-08-16T01:09:50.834Z | Checking clap_lex v0.7.0 |
1642 | 2024-08-16T01:09:50.868Z | Checking strsim v0.11.1 |
1643 | 2024-08-16T01:09:50.951Z | Checking anyhow v1.0.86 |
1644 | 2024-08-16T01:09:51.088Z | Checking cookie_store v0.20.0 |
1645 | 2024-08-16T01:09:51.117Z | Checking openapiv3 v2.0.0 |
1646 | 2024-08-16T01:09:51.163Z | Checking clap_builder v4.5.15 |
1647 | 2024-08-16T01:09:51.255Z | Checking sha1 v0.10.6 |
1648 | 2024-08-16T01:09:51.317Z | Checking signature v2.2.0 |
1649 | 2024-08-16T01:09:51.528Z | Checking memmap v0.7.0 |
1650 | 2024-08-16T01:09:51.552Z | Checking sync_wrapper v0.1.2 |
1651 | 2024-08-16T01:09:51.683Z | Checking base64 v0.22.1 |
1652 | 2024-08-16T01:09:51.714Z | Checking webpki-roots v0.25.4 |
1653 | 2024-08-16T01:09:51.755Z | Checking num-integer v0.1.46 |
1654 | 2024-08-16T01:09:51.890Z | Checking base16ct v0.2.0 |
1655 | 2024-08-16T01:09:52.085Z | Checking sec1 v0.7.3 |
1656 | 2024-08-16T01:09:52.189Z | Checking ff v0.13.0 |
1657 | 2024-08-16T01:09:52.233Z | Checking stable_deref_trait v1.2.0 |
1658 | 2024-08-16T01:09:52.343Z | Checking num-iter v0.1.45 |
1659 | 2024-08-16T01:09:52.410Z | Checking group v0.13.0 |
1660 | 2024-08-16T01:09:52.458Z | Checking hkdf v0.12.4 |
1661 | 2024-08-16T01:09:52.513Z | Checking crypto-bigint v0.5.5 |
1662 | 2024-08-16T01:09:52.666Z | Checking crc32fast v1.4.0 |
1663 | 2024-08-16T01:09:52.690Z | Checking winnow v0.6.18 |
1664 | 2024-08-16T01:09:52.894Z | Checking native-tls v0.2.11 |
1665 | 2024-08-16T01:09:52.920Z | Checking crossbeam-epoch v0.9.18 |
1666 | 2024-08-16T01:09:53.058Z | Checking dof v0.3.0 |
1667 | 2024-08-16T01:09:53.235Z | Checking tokio-native-tls v0.3.1 |
1668 | 2024-08-16T01:09:53.276Z | Checking hyper v0.14.30 |
1669 | 2024-08-16T01:09:53.363Z | Checking hex v0.4.3 |
1670 | 2024-08-16T01:09:53.511Z | Checking managed v0.8.0 |
1671 | 2024-08-16T01:09:53.631Z | Checking usdt-impl v0.5.0 |
1672 | 2024-08-16T01:09:53.865Z | Checking winnow v0.5.40 |
1673 | 2024-08-16T01:09:53.906Z | Checking unicode-segmentation v1.11.0 |
1674 | 2024-08-16T01:09:54.179Z | Checking usdt v0.5.0 |
1675 | 2024-08-16T01:09:54.202Z | Checking clap v4.5.15 |
1676 | 2024-08-16T01:09:54.322Z | Checking static_assertions v1.1.0 |
1677 | 2024-08-16T01:09:54.425Z | Checking num-bigint-dig v0.8.4 |
1678 | 2024-08-16T01:09:54.449Z | Checking pkcs1 v0.7.5 |
1679 | 2024-08-16T01:09:54.543Z | Checking zerocopy v0.6.6 |
1680 | 2024-08-16T01:09:54.685Z | Checking signal-hook v0.3.17 |
1681 | 2024-08-16T01:09:54.833Z | Checking flate2 v1.0.31 |
1682 | 2024-08-16T01:09:55.032Z | Checking mio v1.0.2 |
1683 | 2024-08-16T01:09:55.271Z | Checking elliptic-curve v0.13.8 |
1684 | 2024-08-16T01:09:55.295Z | Checking siphasher v0.3.11 |
1685 | 2024-08-16T01:09:55.487Z | Checking itertools v0.10.5 |
1686 | 2024-08-16T01:09:55.601Z | Checking regex-automata v0.1.10 |
1687 | 2024-08-16T01:09:55.661Z | Checking signal-hook-mio v0.2.4 |
1688 | 2024-08-16T01:09:55.733Z | Checking toml_edit v0.22.20 |
1689 | 2024-08-16T01:09:55.830Z | Checking bit-vec v0.6.3 |
1690 | 2024-08-16T01:09:55.958Z | Checking itertools v0.12.1 |
1691 | 2024-08-16T01:09:56.001Z | Checking bstr v0.2.17 |
1692 | 2024-08-16T01:09:56.148Z | Checking bit-set v0.5.3 |
1693 | 2024-08-16T01:09:56.403Z | Checking idna v0.4.0 |
1694 | 2024-08-16T01:09:56.540Z | Checking rsa v0.9.6 |
1695 | 2024-08-16T01:09:56.865Z | Checking hash32 v0.2.1 |
1696 | 2024-08-16T01:09:56.946Z | Checking toml_edit v0.19.15 |
1697 | 2024-08-16T01:09:57.184Z | Checking predicates-core v1.0.6 |
1698 | 2024-08-16T01:09:57.243Z | Checking finl_unicode v1.2.0 |
1699 | 2024-08-16T01:09:57.368Z | Checking hickory-proto v0.24.1 |
1700 | 2024-08-16T01:09:57.530Z | Checking heapless v0.7.17 |
1701 | 2024-08-16T01:09:57.748Z | Checking bstr v1.9.1 |
1702 | 2024-08-16T01:09:57.804Z | Checking stringprep v0.1.4 |
1703 | 2024-08-16T01:09:58.094Z | Checking console v0.15.8 |
1704 | 2024-08-16T01:09:58.397Z | Checking md-5 v0.10.6 |
1705 | 2024-08-16T01:09:58.553Z | Checking float-cmp v0.9.0 |
1706 | 2024-08-16T01:09:58.597Z | Checking difflib v0.4.0 |
1707 | 2024-08-16T01:09:58.600Z | Checking normalize-line-endings v0.3.0 |
1708 | 2024-08-16T01:09:58.657Z | Checking fixedbitset v0.4.2 |
1709 | 2024-08-16T01:09:58.719Z | Checking fallible-iterator v0.2.0 |
1710 | 2024-08-16T01:09:58.722Z | Checking smoltcp v0.9.1 |
1711 | 2024-08-16T01:09:58.757Z | Checking similar v2.5.0 |
1712 | 2024-08-16T01:09:58.919Z | Checking petgraph v0.6.5 |
1713 | 2024-08-16T01:09:58.940Z | Checking predicates v3.1.2 |
1714 | 2024-08-16T01:09:59.347Z | Checking postgres-protocol v0.6.7 |
1715 | 2024-08-16T01:09:59.441Z | Checking toml v0.7.8 |
1716 | 2024-08-16T01:09:59.509Z | Checking hyper-rustls v0.24.2 |
1717 | 2024-08-16T01:09:59.581Z | Checking hyper-tls v0.5.0 |
1718 | 2024-08-16T01:09:59.607Z | Checking phf_shared v0.11.2 |
1719 | 2024-08-16T01:09:59.826Z | Checking phf_shared v0.10.0 |
1720 | 2024-08-16T01:09:59.888Z | Checking reqwest v0.11.27 |
1721 | 2024-08-16T01:09:59.911Z | Checking fs-err v2.11.0 |
1722 | 2024-08-16T01:10:00.041Z | Checking tokio-stream v0.1.15 |
1723 | 2024-08-16T01:10:00.114Z | Checking nix v0.28.0 |
1724 | 2024-08-16T01:10:00.165Z | Checking hubpack v0.1.2 |
1725 | 2024-08-16T01:10:00.195Z | Checking new_debug_unreachable v1.0.6 |
1726 | 2024-08-16T01:10:00.296Z | Checking minimal-lexical v0.2.1 |
1727 | 2024-08-16T01:10:00.432Z | Checking lalrpop-util v0.19.12 |
1728 | 2024-08-16T01:10:00.491Z | Checking precomputed-hash v0.1.1 |
1729 | 2024-08-16T01:10:00.611Z | Checking string_cache v0.8.7 |
1730 | 2024-08-16T01:10:00.685Z | Checking nom v7.1.3 |
1731 | 2024-08-16T01:10:00.732Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1732 | 2024-08-16T01:10:00.833Z | Checking postgres-types v0.2.7 |
1733 | 2024-08-16T01:10:00.910Z | Checking phf v0.11.2 |
1734 | 2024-08-16T01:10:01.194Z | Checking whoami v1.5.1 |
1735 | 2024-08-16T01:10:01.501Z | Checking peg-runtime v0.8.3 |
1736 | 2024-08-16T01:10:01.552Z | Checking tokio-postgres v0.7.11 |
1737 | 2024-08-16T01:10:01.688Z | Compiling regress v0.9.1 |
1738 | 2024-08-16T01:10:01.720Z | Compiling getopts v0.2.21 |
1739 | 2024-08-16T01:10:02.129Z | Compiling unsafe-libyaml v0.2.11 |
1740 | 2024-08-16T01:10:02.152Z | Checking camino v1.1.7 |
1741 | 2024-08-16T01:10:02.650Z | Checking heck v0.5.0 |
1742 | 2024-08-16T01:10:02.805Z | Checking is-terminal v0.4.12 |
1743 | 2024-08-16T01:10:02.859Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1744 | 2024-08-16T01:10:02.936Z | Compiling paste v1.0.15 |
1745 | 2024-08-16T01:10:03.188Z | Compiling ident_case v1.0.1 |
1746 | 2024-08-16T01:10:03.374Z | Compiling darling_core v0.20.9 |
1747 | 2024-08-16T01:10:03.463Z | Compiling serde_yaml v0.9.34+deprecated |
1748 | 2024-08-16T01:10:04.109Z | Compiling rustls v0.22.4 |
1749 | 2024-08-16T01:10:04.458Z | Checking http v1.1.0 |
1750 | 2024-08-16T01:10:04.544Z | Checking dirs-sys-next v0.1.2 |
1751 | 2024-08-16T01:10:04.739Z | Checking dirs-next v2.0.0 |
1752 | 2024-08-16T01:10:04.883Z | Checking crossbeam-channel v0.5.12 |
1753 | 2024-08-16T01:10:05.243Z | Checking thread_local v1.1.8 |
1754 | 2024-08-16T01:10:05.536Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1755 | 2024-08-16T01:10:05.608Z | Checking term v0.7.0 |
1756 | 2024-08-16T01:10:05.812Z | Checking strum v0.26.3 |
1757 | 2024-08-16T01:10:05.950Z | Compiling multer v3.1.0 |
1758 | 2024-08-16T01:10:05.971Z | Checking take_mut v0.2.2 |
1759 | 2024-08-16T01:10:06.043Z | Checking slog-term v2.9.1 |
1760 | 2024-08-16T01:10:06.123Z | Checking slog-async v2.8.0 |
1761 | 2024-08-16T01:10:06.340Z | Compiling async-stream-impl v0.3.5 |
1762 | 2024-08-16T01:10:06.445Z | Checking rustls-pki-types v1.7.0 |
1763 | 2024-08-16T01:10:06.525Z | Checking match_cfg v0.1.0 |
1764 | 2024-08-16T01:10:06.626Z | Checking hostname v0.3.1 |
1765 | 2024-08-16T01:10:06.766Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1766 | 2024-08-16T01:10:06.868Z | Checking toml v0.8.19 |
1767 | 2024-08-16T01:10:06.892Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1768 | 2024-08-16T01:10:07.162Z | Checking rustls-webpki v0.102.4 |
1769 | 2024-08-16T01:10:07.634Z | Checking rustls-pemfile v2.1.3 |
1770 | 2024-08-16T01:10:07.654Z | Checking debug-ignore v1.0.5 |
1771 | 2024-08-16T01:10:07.763Z | Checking slog-json v2.6.1 |
1772 | 2024-08-16T01:10:07.804Z | Checking atomic-waker v1.1.2 |
1773 | 2024-08-16T01:10:07.914Z | Checking async-stream v0.3.5 |
1774 | 2024-08-16T01:10:07.952Z | Checking waitgroup v0.1.2 |
1775 | 2024-08-16T01:10:08.026Z | Checking slog-bunyan v2.5.0 |
1776 | 2024-08-16T01:10:08.119Z | Checking ipnetwork v0.20.0 |
1777 | 2024-08-16T01:10:08.201Z | Checking serde_path_to_error v0.1.16 |
1778 | 2024-08-16T01:10:08.493Z | Checking hostname v0.4.0 |
1779 | 2024-08-16T01:10:08.517Z | Checking instant v0.1.12 |
1780 | 2024-08-16T01:10:08.634Z | Checking fastrand v2.1.0 |
1781 | 2024-08-16T01:10:08.657Z | Compiling structmeta-derive v0.3.0 |
1782 | 2024-08-16T01:10:08.716Z | Checking quick-error v1.2.3 |
1783 | 2024-08-16T01:10:08.808Z | Checking newtype-uuid v1.1.0 |
1784 | 2024-08-16T01:10:08.866Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1785 | 2024-08-16T01:10:08.963Z | Checking tempfile v3.10.1 |
1786 | 2024-08-16T01:10:09.074Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1787 | 2024-08-16T01:10:09.336Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1788 | 2024-08-16T01:10:09.645Z | Checking macaddr v1.0.1 |
1789 | 2024-08-16T01:10:09.675Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1790 | 2024-08-16T01:10:09.828Z | Checking backoff v0.4.0 |
1791 | 2024-08-16T01:10:09.889Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1792 | 2024-08-16T01:10:09.974Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1793 | 2024-08-16T01:10:10.119Z | Checking wait-timeout v0.2.0 |
1794 | 2024-08-16T01:10:10.142Z | Checking rand_xorshift v0.3.0 |
1795 | 2024-08-16T01:10:10.225Z | Compiling structmeta-derive v0.2.0 |
1796 | 2024-08-16T01:10:10.304Z | Checking rusty-fork v0.3.0 |
1797 | 2024-08-16T01:10:10.327Z | Checking unarray v0.1.4 |
1798 | 2024-08-16T01:10:10.388Z | Compiling darling_macro v0.20.9 |
1799 | 2024-08-16T01:10:10.480Z | Compiling proc-macro-error v1.0.4 |
1800 | 2024-08-16T01:10:10.618Z | Checking proptest v1.5.0 |
1801 | 2024-08-16T01:10:10.979Z | Checking camino-tempfile v1.1.1 |
1802 | 2024-08-16T01:10:11.175Z | Compiling proc-macro-crate v1.3.1 |
1803 | 2024-08-16T01:10:11.257Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1804 | 2024-08-16T01:10:11.332Z | Compiling darling v0.20.9 |
1805 | 2024-08-16T01:10:11.464Z | Compiling serde_with_macros v3.8.3 |
1806 | 2024-08-16T01:10:11.598Z | Compiling structmeta v0.3.0 |
1807 | 2024-08-16T01:10:11.652Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1808 | 2024-08-16T01:10:11.686Z | Checking tokio-rustls v0.25.0 |
1809 | 2024-08-16T01:10:11.994Z | Compiling foreign-types-macros v0.2.3 |
1810 | 2024-08-16T01:10:12.049Z | Compiling parse-display-derive v0.10.0 |
1811 | 2024-08-16T01:10:12.250Z | Compiling num_enum_derive v0.5.11 |
1812 | 2024-08-16T01:10:13.276Z | Compiling structmeta v0.2.0 |
1813 | 2024-08-16T01:10:13.400Z | Checking foreign-types-shared v0.3.1 |
1814 | 2024-08-16T01:10:13.526Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1815 | 2024-08-16T01:10:13.749Z | Compiling test-strategy v0.3.1 |
1816 | 2024-08-16T01:10:13.875Z | Checking foreign-types v0.5.0 |
1817 | 2024-08-16T01:10:14.338Z | Checking cstr-argument v0.1.2 |
1818 | 2024-08-16T01:10:14.463Z | Checking serde_with v3.8.3 |
1819 | 2024-08-16T01:10:14.510Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1820 | 2024-08-16T01:10:15.017Z | Checking num_enum v0.5.11 |
1821 | 2024-08-16T01:10:15.169Z | Checking pretty-hex v0.2.1 |
1822 | 2024-08-16T01:10:15.272Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1823 | 2024-08-16T01:10:15.348Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1824 | 2024-08-16T01:10:15.516Z | Checking tabwriter v1.4.0 |
1825 | 2024-08-16T01:10:15.606Z | Checking colored v2.1.0 |
1826 | 2024-08-16T01:10:15.609Z | Checking socket2 v0.4.10 |
1827 | 2024-08-16T01:10:15.769Z | Checking smf v0.2.3 |
1828 | 2024-08-16T01:10:15.904Z | Checking termtree v0.4.1 |
1829 | 2024-08-16T01:10:15.941Z | Compiling heapless v0.8.0 |
1830 | 2024-08-16T01:10:16.041Z | Checking hash32 v0.3.1 |
1831 | 2024-08-16T01:10:16.118Z | Checking predicates-tree v1.0.9 |
1832 | 2024-08-16T01:10:16.225Z | Compiling smoltcp v0.11.0 |
1833 | 2024-08-16T01:10:16.247Z | Compiling crucible-workspace-hack v0.1.0 |
1834 | 2024-08-16T01:10:16.276Z | Checking cobs v0.2.3 |
1835 | 2024-08-16T01:10:16.460Z | Checking embedded-io v0.4.0 |
1836 | 2024-08-16T01:10:16.659Z | Checking postcard v1.0.8 |
1837 | 2024-08-16T01:10:16.681Z | Checking sigpipe v0.1.3 |
1838 | 2024-08-16T01:10:16.775Z | Checking parse-display v0.10.0 |
1839 | 2024-08-16T01:10:16.798Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1840 | 2024-08-16T01:10:17.007Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1841 | 2024-08-16T01:10:17.009Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1842 | 2024-08-16T01:10:17.178Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1843 | 2024-08-16T01:10:17.199Z | Compiling mockall_derive v0.13.0 |
1844 | 2024-08-16T01:10:17.377Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1845 | 2024-08-16T01:10:17.497Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1846 | 2024-08-16T01:10:17.706Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1847 | 2024-08-16T01:10:17.782Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1848 | 2024-08-16T01:10:17.824Z | Compiling num-derive v0.4.2 |
1849 | 2024-08-16T01:10:17.942Z | Checking downcast v0.11.0 |
1850 | 2024-08-16T01:10:18.149Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1851 | 2024-08-16T01:10:18.169Z | Checking fragile v2.0.0 |
1852 | 2024-08-16T01:10:18.471Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1853 | 2024-08-16T01:10:18.519Z | Checking humantime v2.1.0 |
1854 | 2024-08-16T01:10:18.754Z | Checking arc-swap v1.7.1 |
1855 | 2024-08-16T01:10:18.832Z | Checking utf-8 v0.7.6 |
1856 | 2024-08-16T01:10:19.042Z | Checking xattr v1.3.1 |
1857 | 2024-08-16T01:10:19.206Z | Checking slog-scope v4.4.0 |
1858 | 2024-08-16T01:10:19.253Z | Checking filetime v0.2.24 |
1859 | 2024-08-16T01:10:19.276Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1860 | 2024-08-16T01:10:19.402Z | Checking slog-stdlog v4.1.1 |
1861 | 2024-08-16T01:10:19.405Z | Checking termcolor v1.4.1 |
1862 | 2024-08-16T01:10:19.463Z | Checking tar v0.4.41 |
1863 | 2024-08-16T01:10:19.573Z | Checking slog-envlogger v2.2.0 |
1864 | 2024-08-16T01:10:19.804Z | Checking same-file v1.0.6 |
1865 | 2024-08-16T01:10:19.886Z | Checking newline-converter v0.3.0 |
1866 | 2024-08-16T01:10:19.976Z | Checking walkdir v2.5.0 |
1867 | 2024-08-16T01:10:20.019Z | Checking tungstenite v0.21.0 |
1868 | 2024-08-16T01:10:20.044Z | Checking expectorate v1.1.0 |
1869 | 2024-08-16T01:10:20.184Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1870 | 2024-08-16T01:10:20.218Z | Checking atty v0.2.14 |
1871 | 2024-08-16T01:10:20.221Z | Compiling derive-where v1.2.7 |
1872 | 2024-08-16T01:10:20.260Z | Checking pem v3.0.4 |
1873 | 2024-08-16T01:10:20.342Z | Checking password-hash v0.5.0 |
1874 | 2024-08-16T01:10:20.525Z | Checking blake2 v0.10.6 |
1875 | 2024-08-16T01:10:20.656Z | Checking tungstenite v0.20.1 |
1876 | 2024-08-16T01:10:20.753Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1877 | 2024-08-16T01:10:20.790Z | Checking env_logger v0.9.3 |
1878 | 2024-08-16T01:10:20.928Z | Checking tokio-tungstenite v0.21.0 |
1879 | 2024-08-16T01:10:20.991Z | Checking argon2 v0.5.3 |
1880 | 2024-08-16T01:10:21.257Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1881 | 2024-08-16T01:10:21.363Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1882 | 2024-08-16T01:10:21.505Z | Compiling bitstruct_derive v0.1.0 |
1883 | 2024-08-16T01:10:21.528Z | Checking tokio-tungstenite v0.20.1 |
1884 | 2024-08-16T01:10:21.642Z | Checking ascii v1.1.0 |
1885 | 2024-08-16T01:10:21.688Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1886 | 2024-08-16T01:10:22.021Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1887 | 2024-08-16T01:10:22.045Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1888 | 2024-08-16T01:10:22.048Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1889 | 2024-08-16T01:10:22.197Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1890 | 2024-08-16T01:10:22.231Z | Checking atomicwrites v0.4.3 |
1891 | 2024-08-16T01:10:22.267Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1892 | 2024-08-16T01:10:22.422Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1893 | 2024-08-16T01:10:22.576Z | Checking serde_arrays v0.1.0 |
1894 | 2024-08-16T01:10:22.703Z | Checking erased-serde v0.3.31 |
1895 | 2024-08-16T01:10:22.766Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1896 | 2024-08-16T01:10:22.933Z | Checking bitstruct v0.1.1 |
1897 | 2024-08-16T01:10:22.956Z | Compiling heck v0.3.3 |
1898 | 2024-08-16T01:10:23.051Z | Compiling convert_case v0.4.0 |
1899 | 2024-08-16T01:10:23.144Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1900 | 2024-08-16T01:10:23.420Z | Compiling zone_cfg_derive v0.1.2 |
1901 | 2024-08-16T01:10:23.491Z | Checking yasna v0.5.2 |
1902 | 2024-08-16T01:10:23.781Z | Checking headers-core v0.2.0 |
1903 | 2024-08-16T01:10:23.837Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1904 | 2024-08-16T01:10:23.943Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1905 | 2024-08-16T01:10:23.986Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1906 | 2024-08-16T01:10:24.033Z | Compiling derive_more v0.99.18 |
1907 | 2024-08-16T01:10:24.323Z | Checking base64 v0.13.1 |
1908 | 2024-08-16T01:10:24.744Z | Checking ron v0.7.1 |
1909 | 2024-08-16T01:10:24.766Z | Checking rcgen v0.12.1 |
1910 | 2024-08-16T01:10:24.989Z | Checking zone v0.1.8 |
1911 | 2024-08-16T01:10:25.422Z | Checking headers v0.3.9 |
1912 | 2024-08-16T01:10:25.671Z | Checking portpicker v0.1.1 |
1913 | 2024-08-16T01:10:25.711Z | Checking mockall v0.13.0 |
1914 | 2024-08-16T01:10:25.832Z | Checking subprocess v0.2.9 |
1915 | 2024-08-16T01:10:25.854Z | Checking half v2.4.1 |
1916 | 2024-08-16T01:10:25.957Z | Checking ciborium-io v0.2.2 |
1917 | 2024-08-16T01:10:26.088Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1918 | 2024-08-16T01:10:26.341Z | Checking ciborium-ll v0.2.2 |
1919 | 2024-08-16T01:10:26.392Z | Compiling rayon-core v1.12.1 |
1920 | 2024-08-16T01:10:26.495Z | Compiling prettyplease v0.2.20 |
1921 | 2024-08-16T01:10:26.655Z | Checking ciborium v0.2.2 |
1922 | 2024-08-16T01:10:26.726Z | Checking swrite v0.1.0 |
1923 | 2024-08-16T01:10:26.830Z | Compiling home v0.5.9 |
1924 | 2024-08-16T01:10:26.852Z | Checking linked-hash-map v0.5.6 |
1925 | 2024-08-16T01:10:27.014Z | Compiling semver v0.1.20 |
1926 | 2024-08-16T01:10:27.101Z | Compiling slog-dtrace v0.3.0 |
1927 | 2024-08-16T01:10:27.185Z | Checking lru-cache v0.1.2 |
1928 | 2024-08-16T01:10:27.376Z | Compiling rustc_version v0.1.7 |
1929 | 2024-08-16T01:10:27.397Z | Compiling blake3 v1.5.1 |
1930 | 2024-08-16T01:10:27.492Z | Compiling ring v0.16.20 |
1931 | 2024-08-16T01:10:27.655Z | Compiling cancel-safe-futures v0.1.5 |
1932 | 2024-08-16T01:10:27.910Z | Compiling newtype_derive v0.1.6 |
1933 | 2024-08-16T01:10:28.373Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1934 | 2024-08-16T01:10:28.396Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1935 | 2024-08-16T01:10:28.554Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1936 | 2024-08-16T01:10:28.631Z | Checking steno v0.4.1 |
1937 | 2024-08-16T01:10:29.690Z | Checking num-rational v0.4.2 |
1938 | 2024-08-16T01:10:30.361Z | Checking itertools v0.13.0 |
1939 | 2024-08-16T01:10:30.414Z | Checking num-complex v0.4.6 |
1940 | 2024-08-16T01:10:31.340Z | Checking float-ord v0.3.2 |
1941 | 2024-08-16T01:10:31.380Z | Checking num v0.4.3 |
1942 | 2024-08-16T01:10:31.502Z | Checking resolv-conf v0.7.0 |
1943 | 2024-08-16T01:10:31.859Z | Checking hickory-resolver v0.24.1 |
1944 | 2024-08-16T01:10:32.018Z | Checking libsw v3.3.1 |
1945 | 2024-08-16T01:10:32.613Z | Checking linear-map v1.2.0 |
1946 | 2024-08-16T01:10:32.706Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1947 | 2024-08-16T01:10:33.057Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1948 | 2024-08-16T01:10:33.105Z | Checking owo-colors v4.0.0 |
1949 | 2024-08-16T01:10:34.983Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1950 | 2024-08-16T01:10:35.289Z | Compiling crossbeam-deque v0.8.5 |
1951 | 2024-08-16T01:10:36.799Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1952 | 2024-08-16T01:10:37.031Z | Compiling memmap2 v0.9.4 |
1953 | 2024-08-16T01:10:37.394Z | Compiling rayon v1.10.0 |
1954 | 2024-08-16T01:10:37.505Z | Compiling arrayvec v0.7.4 |
1955 | 2024-08-16T01:10:37.936Z | Compiling spin v0.5.2 |
1956 | 2024-08-16T01:10:38.181Z | Compiling constant_time_eq v0.3.0 |
1957 | 2024-08-16T01:10:38.358Z | Compiling untrusted v0.7.1 |
1958 | 2024-08-16T01:10:38.385Z | Compiling arrayref v0.3.7 |
1959 | 2024-08-16T01:10:38.805Z | Compiling toolchain_find v0.4.0 |
1960 | 2024-08-16T01:10:38.965Z | Compiling topological-sort v0.2.2 |
1961 | 2024-08-16T01:10:39.186Z | Compiling rustfmt-wrapper v0.2.1 |
1962 | 2024-08-16T01:10:39.401Z | Checking display-error-chain v0.2.0 |
1963 | 2024-08-16T01:10:39.529Z | Checking nibble_vec v0.1.0 |
1964 | 2024-08-16T01:10:39.561Z | Checking endian-type v0.1.2 |
1965 | 2024-08-16T01:10:39.740Z | Checking fxhash v0.2.1 |
1966 | 2024-08-16T01:10:39.787Z | Checking radix_trie v0.2.1 |
1967 | 2024-08-16T01:10:39.790Z | Checking keccak v0.1.5 |
1968 | 2024-08-16T01:10:39.922Z | Checking secrecy v0.8.0 |
1969 | 2024-08-16T01:10:40.123Z | Checking sha3 v0.10.8 |
1970 | 2024-08-16T01:10:40.149Z | Checking universal-hash v0.5.1 |
1971 | 2024-08-16T01:10:40.215Z | Checking opaque-debug v0.3.1 |
1972 | 2024-08-16T01:10:40.316Z | Compiling curve25519-dalek v4.1.3 |
1973 | 2024-08-16T01:10:40.341Z | Checking maplit v1.0.2 |
1974 | 2024-08-16T01:10:40.462Z | Compiling radium v0.7.0 |
1975 | 2024-08-16T01:10:40.500Z | Checking aead v0.5.2 |
1976 | 2024-08-16T01:10:40.729Z | Compiling curve25519-dalek-derive v0.1.1 |
1977 | 2024-08-16T01:10:41.007Z | Compiling maybe-uninit v2.0.0 |
1978 | 2024-08-16T01:10:41.092Z | Checking tap v1.0.1 |
1979 | 2024-08-16T01:10:41.268Z | Checking wyz v0.5.1 |
1980 | 2024-08-16T01:10:41.655Z | Checking poly1305 v0.8.0 |
1981 | 2024-08-16T01:10:42.135Z | Checking chacha20 v0.9.1 |
1982 | 2024-08-16T01:10:42.163Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1983 | 2024-08-16T01:10:42.308Z | Compiling packed_struct v0.10.1 |
1984 | 2024-08-16T01:10:42.492Z | Checking funty v2.0.0 |
1985 | 2024-08-16T01:10:42.678Z | Compiling omicron-zone-package v0.11.0 |
1986 | 2024-08-16T01:10:42.753Z | Checking crc-catalog v2.4.0 |
1987 | 2024-08-16T01:10:42.909Z | Checking crc v3.2.1 |
1988 | 2024-08-16T01:10:43.358Z | Checking gethostname v0.5.0 |
1989 | 2024-08-16T01:10:43.390Z | Compiling packed_struct_codegen v0.10.1 |
1990 | 2024-08-16T01:10:43.452Z | Checking bitvec v1.0.1 |
1991 | 2024-08-16T01:10:43.491Z | Compiling indexmap v1.9.3 |
1992 | 2024-08-16T01:10:43.811Z | Checking nodrop v0.1.14 |
1993 | 2024-08-16T01:10:43.942Z | Compiling libefi-sys v0.1.0 |
1994 | 2024-08-16T01:10:44.126Z | Checking array-init v0.0.4 |
1995 | 2024-08-16T01:10:44.311Z | Checking smallvec v0.6.14 |
1996 | 2024-08-16T01:10:44.690Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1997 | 2024-08-16T01:10:44.706Z | Compiling bitfield-struct v0.6.1 |
1998 | 2024-08-16T01:10:45.115Z | Checking bitfield v0.14.0 |
1999 | 2024-08-16T01:10:45.147Z | Checking hashbrown v0.12.3 |
2000 | 2024-08-16T01:10:45.404Z | Checking serde-hex v0.1.0 |
2001 | 2024-08-16T01:10:46.185Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2002 | 2024-08-16T01:10:46.187Z | Checking bzip2 v0.4.4 |
2003 | 2024-08-16T01:10:46.503Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2004 | 2024-08-16T01:10:46.676Z | Checking env_logger v0.10.2 |
2005 | 2024-08-16T01:10:46.741Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2006 | 2024-08-16T01:10:46.761Z | Checking ron v0.8.1 |
2007 | 2024-08-16T01:10:46.907Z | Checking x509-cert v0.2.5 |
2008 | 2024-08-16T01:10:47.048Z | Checking hashbrown v0.13.2 |
2009 | 2024-08-16T01:10:47.083Z | Compiling thiserror-impl-no-std v2.0.2 |
2010 | 2024-08-16T01:10:48.060Z | Compiling async-recursion v1.1.1 |
2011 | 2024-08-16T01:10:48.114Z | Checking crc-any v2.5.0 |
2012 | 2024-08-16T01:10:48.522Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2013 | 2024-08-16T01:10:48.565Z | Checking object v0.30.4 |
2014 | 2024-08-16T01:10:48.648Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2015 | 2024-08-16T01:10:49.136Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2016 | 2024-08-16T01:10:49.412Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2017 | 2024-08-16T01:10:49.477Z | Checking zip v0.6.6 |
2018 | 2024-08-16T01:10:49.480Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2019 | 2024-08-16T01:10:49.654Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2020 | 2024-08-16T01:10:49.763Z | Checking path-slash v0.1.5 |
2021 | 2024-08-16T01:10:49.824Z | Compiling parking_lot_core v0.8.6 |
2022 | 2024-08-16T01:10:49.941Z | Checking chacha20poly1305 v0.10.1 |
2023 | 2024-08-16T01:10:50.018Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2024 | 2024-08-16T01:10:50.133Z | Checking glob v0.3.1 |
2025 | 2024-08-16T01:10:50.163Z | Checking hickory-client v0.24.1 |
2026 | 2024-08-16T01:10:50.342Z | Checking thiserror-no-std v2.0.2 |
2027 | 2024-08-16T01:10:50.450Z | Checking hickory-server v0.24.1 |
2028 | 2024-08-16T01:10:50.471Z | Checking vsss-rs v3.3.4 |
2029 | 2024-08-16T01:10:50.489Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2030 | 2024-08-16T01:10:50.643Z | Checking parking_lot v0.11.2 |
2031 | 2024-08-16T01:10:50.775Z | Checking crossterm v0.28.1 |
2032 | 2024-08-16T01:10:50.862Z | Compiling buf-list v1.0.3 |
2033 | 2024-08-16T01:10:51.004Z | Checking sled v0.34.7 |
2034 | 2024-08-16T01:10:51.625Z | Compiling unicase v2.7.0 |
2035 | 2024-08-16T01:10:52.173Z | Checking nanorand v0.7.0 |
2036 | 2024-08-16T01:10:52.551Z | Checking flume v0.11.0 |
2037 | 2024-08-16T01:10:53.055Z | Checking kstat-rs v0.2.4 |
2038 | 2024-08-16T01:10:53.399Z | Compiling vte_generate_state_changes v0.1.1 |
2039 | 2024-08-16T01:10:53.521Z | Compiling mime_guess v2.0.4 |
2040 | 2024-08-16T01:10:53.543Z | Checking fd-lock v4.0.2 |
2041 | 2024-08-16T01:10:53.748Z | Checking crossterm v0.27.0 |
2042 | 2024-08-16T01:10:53.907Z | Checking nu-ansi-term v0.50.0 |
2043 | 2024-08-16T01:10:53.988Z | Compiling dsl_auto_type v0.1.2 |
2044 | 2024-08-16T01:10:54.087Z | Checking vte v0.11.1 |
2045 | 2024-08-16T01:10:54.305Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2046 | 2024-08-16T01:10:54.579Z | Checking scheduled-thread-pool v0.2.7 |
2047 | 2024-08-16T01:10:54.652Z | Compiling diesel_table_macro_syntax v0.2.0 |
2048 | 2024-08-16T01:10:54.815Z | Compiling pin-project-internal v1.1.5 |
2049 | 2024-08-16T01:10:55.113Z | Checking http-range v0.1.5 |
2050 | 2024-08-16T01:10:55.152Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2051 | 2024-08-16T01:10:55.383Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2052 | 2024-08-16T01:10:55.386Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2053 | 2024-08-16T01:10:55.486Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2054 | 2024-08-16T01:10:55.538Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2055 | 2024-08-16T01:10:55.639Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2056 | 2024-08-16T01:10:56.754Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2057 | 2024-08-16T01:10:57.878Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2058 | 2024-08-16T01:10:59.103Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2059 | 2024-08-16T01:10:59.648Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2060 | 2024-08-16T01:11:00.166Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2061 | 2024-08-16T01:11:00.611Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2062 | 2024-08-16T01:11:01.160Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2063 | 2024-08-16T01:11:01.732Z | Checking strip-ansi-escapes v0.2.0 |
2064 | 2024-08-16T01:11:01.839Z | Compiling crunchy v0.2.2 |
2065 | 2024-08-16T01:11:01.871Z | Checking reedline v0.33.0 |
2066 | 2024-08-16T01:11:01.959Z | Checking pin-project v1.1.5 |
2067 | 2024-08-16T01:11:02.093Z | Compiling diesel_derives v2.2.2 |
2068 | 2024-08-16T01:11:02.446Z | Checking hyper-staticfile v0.9.5 |
2069 | 2024-08-16T01:11:02.888Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2070 | 2024-08-16T01:11:03.434Z | Checking r2d2 v0.8.10 |
2071 | 2024-08-16T01:11:03.437Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2072 | 2024-08-16T01:11:03.777Z | Compiling clang-sys v1.7.0 |
2073 | 2024-08-16T01:11:04.126Z | Compiling tiny-keccak v2.0.2 |
2074 | 2024-08-16T01:11:04.582Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2075 | 2024-08-16T01:11:04.603Z | Compiling ref-cast v1.0.23 |
2076 | 2024-08-16T01:11:04.689Z | Checking bytecount v0.6.8 |
2077 | 2024-08-16T01:11:04.855Z | Checking papergrid v0.11.0 |
2078 | 2024-08-16T01:11:05.270Z | Compiling ascii-canvas v3.0.0 |
2079 | 2024-08-16T01:11:05.589Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2080 | 2024-08-16T01:11:05.845Z | Compiling tabled_derive v0.7.0 |
2081 | 2024-08-16T01:11:06.222Z | Compiling ena v0.14.3 |
2082 | 2024-08-16T01:11:06.348Z | Compiling ref-cast-impl v1.0.23 |
2083 | 2024-08-16T01:11:06.640Z | Compiling libloading v0.8.3 |
2084 | 2024-08-16T01:11:07.058Z | Compiling bindgen v0.69.4 |
2085 | 2024-08-16T01:11:07.060Z | Compiling regex-syntax v0.6.29 |
2086 | 2024-08-16T01:11:07.602Z | Compiling diff v0.1.13 |
2087 | 2024-08-16T01:11:08.394Z | Checking tabled v0.15.0 |
2088 | 2024-08-16T01:11:09.002Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2089 | 2024-08-16T01:11:11.399Z | Compiling lalrpop v0.19.12 |
2090 | 2024-08-16T01:11:12.950Z | Compiling which v4.4.2 |
2091 | 2024-08-16T01:11:13.198Z | Checking signal-hook-tokio v0.3.1 |
2092 | 2024-08-16T01:11:13.387Z | Compiling cexpr v0.6.0 |
2093 | 2024-08-16T01:11:13.610Z | Compiling rustc-hash v1.1.0 |
2094 | 2024-08-16T01:11:13.786Z | Compiling lazycell v1.3.0 |
2095 | 2024-08-16T01:11:13.974Z | Compiling shlex v1.3.0 |
2096 | 2024-08-16T01:11:14.738Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2097 | 2024-08-16T01:11:15.114Z | Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2098 | 2024-08-16T01:11:18.240Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2099 | 2024-08-16T01:11:20.430Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2100 | 2024-08-16T01:11:21.456Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2101 | 2024-08-16T01:11:21.577Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2102 | 2024-08-16T01:11:22.117Z | Checking diesel v2.2.2 |
2103 | 2024-08-16T01:11:22.160Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2104 | 2024-08-16T01:11:22.247Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2105 | 2024-08-16T01:11:24.607Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2106 | 2024-08-16T01:11:24.931Z | Compiling derive_builder_core v0.20.0 |
2107 | 2024-08-16T01:11:26.466Z | Compiling libxml v0.3.3 |
2108 | 2024-08-16T01:11:26.620Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2109 | 2024-08-16T01:11:26.819Z | Compiling memoffset v0.9.1 |
2110 | 2024-08-16T01:11:27.337Z | Compiling derive_builder_macro v0.20.0 |
2111 | 2024-08-16T01:11:27.397Z | Compiling peg-macros v0.8.4 |
2112 | 2024-08-16T01:11:27.875Z | Compiling snafu-derive v0.8.2 |
2113 | 2024-08-16T01:11:28.241Z | Compiling strum_macros v0.24.3 |
2114 | 2024-08-16T01:11:31.260Z | Compiling sqlparser_derive v0.2.2 |
2115 | 2024-08-16T01:11:31.339Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2116 | 2024-08-16T01:11:31.986Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2117 | 2024-08-16T01:11:32.158Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2118 | 2024-08-16T01:11:32.362Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2119 | 2024-08-16T01:11:33.658Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2120 | 2024-08-16T01:11:34.183Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2121 | 2024-08-16T01:11:34.335Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2122 | 2024-08-16T01:11:34.366Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2123 | 2024-08-16T01:11:37.130Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2124 | 2024-08-16T01:11:37.406Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2125 | 2024-08-16T01:11:37.985Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2126 | 2024-08-16T01:11:39.126Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2127 | 2024-08-16T01:11:39.593Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2128 | 2024-08-16T01:11:40.881Z | Compiling cookie v0.18.1 |
2129 | 2024-08-16T01:11:41.334Z | Checking unicode_categories v0.1.1 |
2130 | 2024-08-16T01:11:41.439Z | Compiling indoc v1.0.9 |
2131 | 2024-08-16T01:11:41.639Z | Checking sqlformat v0.2.4 |
2132 | 2024-08-16T01:11:42.473Z | Checking rustyline v14.0.0 |
2133 | 2024-08-16T01:11:42.644Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2134 | 2024-08-16T01:11:44.211Z | Checking snafu v0.8.2 |
2135 | 2024-08-16T01:11:44.276Z | Checking sqlparser v0.45.0 |
2136 | 2024-08-16T01:11:44.672Z | Checking peg v0.8.4 |
2137 | 2024-08-16T01:11:44.791Z | Checking derive_builder v0.20.0 |
2138 | 2024-08-16T01:11:45.942Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2139 | 2024-08-16T01:11:46.177Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2140 | 2024-08-16T01:11:46.499Z | Checking globset v0.4.14 |
2141 | 2024-08-16T01:11:46.501Z | Checking olpc-cjson v0.1.3 |
2142 | 2024-08-16T01:11:46.710Z | Checking bcs v0.1.6 |
2143 | 2024-08-16T01:11:46.760Z | Checking serde_plain v1.0.2 |
2144 | 2024-08-16T01:11:47.012Z | Checking quick-xml v0.31.0 |
2145 | 2024-08-16T01:11:47.056Z | Compiling impl-trait-for-tuples v0.2.2 |
2146 | 2024-08-16T01:11:47.202Z | Compiling oso-derive v0.27.3 |
2147 | 2024-08-16T01:11:48.328Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2148 | 2024-08-16T01:11:48.654Z | Checking highway v1.2.0 |
2149 | 2024-08-16T01:11:49.081Z | Checking typed-path v0.7.1 |
2150 | 2024-08-16T01:11:49.216Z | Checking nix v0.27.1 |
2151 | 2024-08-16T01:11:51.013Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2152 | 2024-08-16T01:11:51.045Z | Checking tough v0.17.1 |
2153 | 2024-08-16T01:11:52.877Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2154 | 2024-08-16T01:11:53.137Z | Checking serde-big-array v0.5.1 |
2155 | 2024-08-16T01:11:53.366Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2156 | 2024-08-16T01:11:53.527Z | Checking parse-size v1.0.0 |
2157 | 2024-08-16T01:11:53.700Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2158 | 2024-08-16T01:11:55.534Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2159 | 2024-08-16T01:11:55.837Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2160 | 2024-08-16T01:11:55.908Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2161 | 2024-08-16T01:11:55.987Z | Checking bb8 v0.8.5 |
2162 | 2024-08-16T01:11:56.222Z | Compiling const_format_proc_macros v0.2.32 |
2163 | 2024-08-16T01:11:56.498Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2164 | 2024-08-16T01:11:58.472Z | Checking const_format v0.2.32 |
2165 | 2024-08-16T01:11:58.919Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2166 | 2024-08-16T01:11:58.942Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2167 | 2024-08-16T01:11:58.977Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2168 | 2024-08-16T01:11:59.478Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2169 | 2024-08-16T01:12:00.224Z | Checking heck v0.4.1 |
2170 | 2024-08-16T01:12:00.304Z | Checking assert_matches v1.5.0 |
2171 | 2024-08-16T01:12:00.417Z | Compiling portable-atomic v1.6.0 |
2172 | 2024-08-16T01:12:00.458Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2173 | 2024-08-16T01:12:00.895Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2174 | 2024-08-16T01:12:01.446Z | Compiling libz-sys v1.1.16 |
2175 | 2024-08-16T01:12:01.977Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2176 | 2024-08-16T01:12:02.266Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2177 | 2024-08-16T01:12:02.632Z | Checking rand_seeder v0.3.0 |
2178 | 2024-08-16T01:12:02.868Z | Checking number_prefix v0.4.0 |
2179 | 2024-08-16T01:12:02.915Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2180 | 2024-08-16T01:12:03.091Z | Checking indicatif v0.17.8 |
2181 | 2024-08-16T01:12:03.858Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2182 | 2024-08-16T01:12:04.302Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2183 | 2024-08-16T01:12:05.669Z | Compiling vergen v8.3.2 |
2184 | 2024-08-16T01:12:05.738Z | Compiling cargo-platform v0.1.8 |
2185 | 2024-08-16T01:12:05.988Z | Checking is_ci v1.2.0 |
2186 | 2024-08-16T01:12:06.144Z | Checking supports-color v3.0.0 |
2187 | 2024-08-16T01:12:06.298Z | Compiling cargo_metadata v0.18.1 |
2188 | 2024-08-16T01:12:06.338Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2189 | 2024-08-16T01:12:06.361Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2190 | 2024-08-16T01:12:07.505Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2191 | 2024-08-16T01:12:07.835Z | Checking castaway v0.2.3 |
2192 | 2024-08-16T01:12:07.907Z | Compiling libsqlite3-sys v0.28.0 |
2193 | 2024-08-16T01:12:08.007Z | Checking compact_str v0.8.0 |
2194 | 2024-08-16T01:12:08.506Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2195 | 2024-08-16T01:12:08.811Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2196 | 2024-08-16T01:12:08.860Z | Checking unicode-truncate v1.0.0 |
2197 | 2024-08-16T01:12:08.882Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2198 | 2024-08-16T01:12:09.103Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2199 | 2024-08-16T01:12:09.124Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2200 | 2024-08-16T01:12:09.649Z | Checking lru v0.12.3 |
2201 | 2024-08-16T01:12:09.892Z | Compiling instability v0.3.2 |
2202 | 2024-08-16T01:12:09.957Z | Checking cassowary v0.3.0 |
2203 | 2024-08-16T01:12:10.282Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2204 | 2024-08-16T01:12:10.834Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2205 | 2024-08-16T01:12:10.987Z | Checking ratatui v0.28.0 |
2206 | 2024-08-16T01:12:11.692Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2207 | 2024-08-16T01:12:12.638Z | Checking hashlink v0.9.1 |
2208 | 2024-08-16T01:12:12.925Z | Checking fallible-streaming-iterator v0.1.9 |
2209 | 2024-08-16T01:12:13.175Z | Checking fallible-iterator v0.3.0 |
2210 | 2024-08-16T01:12:13.320Z | Checking smawk v0.3.2 |
2211 | 2024-08-16T01:12:13.544Z | Checking unicode-linebreak v0.1.5 |
2212 | 2024-08-16T01:12:13.797Z | Checking rusqlite v0.31.0 |
2213 | 2024-08-16T01:12:13.981Z | Checking textwrap v0.16.1 |
2214 | 2024-08-16T01:12:14.092Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2215 | 2024-08-16T01:12:14.372Z | Checking twox-hash v1.6.3 |
2216 | 2024-08-16T01:12:14.423Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2217 | 2024-08-16T01:12:14.841Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2218 | 2024-08-16T01:12:15.416Z | Checking fatfs v0.3.6 |
2219 | 2024-08-16T01:12:16.416Z | Checking csv-core v0.1.11 |
2220 | 2024-08-16T01:12:16.544Z | Checking shell-words v1.1.0 |
2221 | 2024-08-16T01:12:16.734Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2222 | 2024-08-16T01:12:16.788Z | Checking csv v1.3.0 |
2223 | 2024-08-16T01:12:17.929Z | Checking rtoolbox v0.0.2 |
2224 | 2024-08-16T01:12:18.141Z | Checking rpassword v7.3.1 |
2225 | 2024-08-16T01:12:20.001Z | Checking tui-tree-widget v0.22.0 |
2226 | 2024-08-16T01:12:20.357Z | Checking polyval v0.6.2 |
2227 | 2024-08-16T01:12:20.634Z | Checking rfc6979 v0.4.0 |
2228 | 2024-08-16T01:12:20.824Z | Checking plotters-backend v0.3.5 |
2229 | 2024-08-16T01:12:21.168Z | Checking plotters-svg v0.3.5 |
2230 | 2024-08-16T01:12:21.391Z | Checking ecdsa v0.16.9 |
2231 | 2024-08-16T01:12:22.103Z | Checking ghash v0.5.1 |
2232 | 2024-08-16T01:12:22.283Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2233 | 2024-08-16T01:12:23.404Z | Checking primeorder v0.13.6 |
2234 | 2024-08-16T01:12:23.756Z | Checking ctr v0.9.2 |
2235 | 2024-08-16T01:12:23.944Z | Checking cast v0.3.0 |
2236 | 2024-08-16T01:12:24.180Z | Checking yansi v0.5.1 |
2237 | 2024-08-16T01:12:24.720Z | Checking pretty_assertions v1.4.0 |
2238 | 2024-08-16T01:12:24.767Z | Checking criterion-plot v0.5.0 |
2239 | 2024-08-16T01:12:24.922Z | Checking aes-gcm v0.10.3 |
2240 | 2024-08-16T01:12:25.179Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2241 | 2024-08-16T01:12:25.272Z | Checking plotters v0.3.5 |
2242 | 2024-08-16T01:12:27.015Z | Checking ed25519 v2.2.3 |
2243 | 2024-08-16T01:12:27.353Z | Checking ssh-encoding v0.2.0 |
2244 | 2024-08-16T01:12:27.713Z | Checking tinytemplate v1.2.1 |
2245 | 2024-08-16T01:12:28.101Z | Checking blowfish v0.9.1 |
2246 | 2024-08-16T01:12:28.363Z | Checking anes v0.1.6 |
2247 | 2024-08-16T01:12:28.737Z | Checking option-ext v0.2.0 |
2248 | 2024-08-16T01:12:28.877Z | Checking oorandom v11.1.3 |
2249 | 2024-08-16T01:12:29.055Z | Checking criterion v0.5.1 |
2250 | 2024-08-16T01:12:31.890Z | Checking dirs-sys v0.4.1 |
2251 | 2024-08-16T01:12:32.085Z | Checking bcrypt-pbkdf v0.10.0 |
2252 | 2024-08-16T01:12:32.136Z | Checking ssh-cipher v0.2.0 |
2253 | 2024-08-16T01:12:32.328Z | Checking ed25519-dalek v2.1.1 |
2254 | 2024-08-16T01:12:32.438Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2255 | 2024-08-16T01:12:32.742Z | Checking password-hash v0.4.2 |
2256 | 2024-08-16T01:12:33.178Z | Checking matches v0.1.10 |
2257 | 2024-08-16T01:12:33.282Z | Checking hex-literal v0.4.1 |
2258 | 2024-08-16T01:12:33.427Z | Checking idna v0.2.3 |
2259 | 2024-08-16T01:12:33.946Z | Checking pbkdf2 v0.11.0 |
2260 | 2024-08-16T01:12:34.152Z | Checking ssh-key v0.6.6 |
2261 | 2024-08-16T01:12:34.235Z | Checking dirs v5.0.1 |
2262 | 2024-08-16T01:12:34.383Z | Checking p384 v0.13.0 |
2263 | 2024-08-16T01:12:35.519Z | Checking p256 v0.13.2 |
2264 | 2024-08-16T01:12:35.656Z | Checking p521 v0.13.3 |
2265 | 2024-08-16T01:12:35.724Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2266 | 2024-08-16T01:12:36.050Z | Checking russh-cryptovec v0.7.2 |
2267 | 2024-08-16T01:12:36.241Z | Compiling enum-as-inner v0.5.1 |
2268 | 2024-08-16T01:12:36.558Z | Checking md5 v0.7.0 |
2269 | 2024-08-16T01:12:36.867Z | Compiling target-lexicon v0.12.16 |
2270 | 2024-08-16T01:12:37.110Z | Compiling doc-comment v0.3.3 |
2271 | 2024-08-16T01:12:37.261Z | Checking trust-dns-proto v0.22.0 |
2272 | 2024-08-16T01:12:37.948Z | Checking russh-keys v0.44.0 |
2273 | 2024-08-16T01:12:38.026Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2274 | 2024-08-16T01:12:39.406Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2275 | 2024-08-16T01:12:39.778Z | Checking http-body v1.0.0 |
2276 | 2024-08-16T01:12:39.989Z | Checking num-bigint v0.4.5 |
2277 | 2024-08-16T01:12:40.143Z | Compiling guppy-workspace-hack v0.1.0 |
2278 | 2024-08-16T01:12:40.441Z | Checking tower-layer v0.3.2 |
2279 | 2024-08-16T01:12:40.713Z | Compiling assert_cmd v2.0.16 |
2280 | 2024-08-16T01:12:40.967Z | Compiling dhcproto-macros v0.1.0 |
2281 | 2024-08-16T01:12:41.205Z | Checking tower v0.4.13 |
2282 | 2024-08-16T01:12:41.965Z | Checking dhcproto v0.12.0 |
2283 | 2024-08-16T01:12:41.992Z | Checking hyper v1.3.1 |
2284 | 2024-08-16T01:12:42.570Z | Checking russh v0.44.1 |
2285 | 2024-08-16T01:12:43.568Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2286 | 2024-08-16T01:12:43.770Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2287 | 2024-08-16T01:12:44.099Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2288 | 2024-08-16T01:12:44.492Z | Compiling target-spec v3.2.1 |
2289 | 2024-08-16T01:12:44.960Z | Checking internet-checksum v0.2.1 |
2290 | 2024-08-16T01:12:45.491Z | Compiling samael v0.0.15 |
2291 | 2024-08-16T01:12:45.695Z | Checking cfg-expr v0.16.0 |
2292 | 2024-08-16T01:12:46.775Z | Checking hyper-util v0.1.3 |
2293 | 2024-08-16T01:12:46.916Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2294 | 2024-08-16T01:12:46.974Z | Checking rustls-native-certs v0.7.0 |
2295 | 2024-08-16T01:12:47.129Z | Checking httptest v0.15.5 |
2296 | 2024-08-16T01:12:48.338Z | Checking hyper-rustls v0.26.0 |
2297 | 2024-08-16T01:12:49.090Z | Checking pathdiff v0.2.1 |
2298 | 2024-08-16T01:12:49.267Z | Checking threadpool v1.8.1 |
2299 | 2024-08-16T01:12:49.496Z | Compiling rstest_macros v0.19.0 |
2300 | 2024-08-16T01:12:49.960Z | Checking escape8259 v0.5.2 |
2301 | 2024-08-16T01:12:50.027Z | Checking nested v0.1.1 |
2302 | 2024-08-16T01:12:50.157Z | Checking libtest-mimic v0.7.3 |
2303 | 2024-08-16T01:12:50.248Z | Checking guppy v0.17.7 |
2304 | 2024-08-16T01:12:50.809Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2305 | 2024-08-16T01:12:51.063Z | Checking similar-asserts v1.5.0 |
2306 | 2024-08-16T01:12:51.318Z | Checking fancy-regex v0.13.0 |
2307 | 2024-08-16T01:12:51.441Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2308 | 2024-08-16T01:12:52.090Z | Compiling trybuild v1.0.99 |
2309 | 2024-08-16T01:12:52.315Z | Compiling relative-path v1.9.3 |
2310 | 2024-08-16T01:12:52.615Z | Checking datatest-stable v0.2.9 |
2311 | 2024-08-16T01:12:52.919Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2312 | 2024-08-16T01:12:54.230Z | Checking blake2b_simd v1.0.2 |
2313 | 2024-08-16T01:12:54.474Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2314 | 2024-08-16T01:12:54.941Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2315 | 2024-08-16T01:12:55.039Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2316 | 2024-08-16T01:12:55.164Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2317 | 2024-08-16T01:12:55.269Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2318 | 2024-08-16T01:12:55.478Z | Checking serde_tokenstream v0.2.2 |
2319 | 2024-08-16T01:12:55.543Z | Checking uzers v0.11.3 |
2320 | 2024-08-16T01:12:55.570Z | Checking indent_write v2.2.0 |
2321 | 2024-08-16T01:12:55.788Z | Checking futures-timer v3.0.3 |
2322 | 2024-08-16T01:12:55.865Z | Compiling git2 v0.19.0 |
2323 | 2024-08-16T01:12:56.008Z | Checking rust-argon2 v2.1.0 |
2324 | 2024-08-16T01:12:56.084Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2325 | 2024-08-16T01:12:57.491Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2326 | 2024-08-16T01:12:57.855Z | Checking rand_distr v0.4.3 |
2327 | 2024-08-16T01:12:58.651Z | Checking multimap v0.10.0 |
2328 | 2024-08-16T01:12:58.965Z | Checking approx v0.5.1 |
2329 | 2024-08-16T01:12:59.250Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2330 | 2024-08-16T01:12:59.892Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2331 | 2024-08-16T01:13:01.426Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2332 | 2024-08-16T01:13:02.264Z | Checking rstest v0.19.0 |
2333 | 2024-08-16T01:13:02.806Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2334 | 2024-08-16T01:13:02.907Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2335 | 2024-08-16T01:13:03.261Z | Checking partial-io v0.5.4 |
2336 | 2024-08-16T01:13:03.613Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2337 | 2024-08-16T01:13:03.634Z | Checking cargo_toml v0.20.4 |
2338 | 2024-08-16T01:13:03.694Z | Checking termios v0.3.3 |
2339 | 2024-08-16T01:13:03.911Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2340 | 2024-08-16T01:13:05.653Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2341 | 2024-08-16T01:13:05.701Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2342 | 2024-08-16T01:13:20.271Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2343 | 2024-08-16T01:13:30.081Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2344 | 2024-08-16T01:13:33.980Z | Compiling polar-core v0.27.3 |
2345 | 2024-08-16T01:13:44.943Z | Checking oso v0.27.3 |
2346 | 2024-08-16T01:13:54.038Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2347 | 2024-08-16T01:13:54.749Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2348 | 2024-08-16T01:13:55.165Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2349 | 2024-08-16T01:14:28.158Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2350 | 2024-08-16T01:14:28.158Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2351 | 2024-08-16T01:14:28.158Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2352 | 2024-08-16T01:15:52.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 20s |
2353 | 2024-08-16T01:15:52.390Z | |
2354 | 2024-08-16T01:15:52.390Z | real 6:24.805416341 |
2355 | 2024-08-16T01:15:52.390Z | user 34:49.207369611 |
2356 | 2024-08-16T01:15:52.390Z | sys 6:08.130891526 |
2357 | 2024-08-16T01:15:52.390Z | trap 0.940892476 |
2358 | 2024-08-16T01:15:52.390Z | tflt 2.030182990 |
2359 | 2024-08-16T01:15:52.390Z | dflt 0.687598925 |
2360 | 2024-08-16T01:15:52.393Z | kflt 0.002475420 |
2361 | 2024-08-16T01:15:52.393Z | lock 54:07.685124045 |
2362 | 2024-08-16T01:15:52.393Z | slp 2:03:41.743414890 |
2363 | 2024-08-16T01:15:52.393Z | lat 1:36.349428600 |
2364 | 2024-08-16T01:15:52.393Z | stop 5:23.403241815 |
2365 | 2024-08-16T01:15:52.393Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2366 | 2024-08-16T01:15:52.393Z | + ptime -m cargo doc --workspace --no-deps |
2367 | 2024-08-16T01:15:53.571Z | warning: output filename collision. |
2368 | 2024-08-16T01:15:53.571Z | 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)`. |
2369 | 2024-08-16T01:15:53.571Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2370 | 2024-08-16T01:15:53.571Z | The targets should have unique names. |
2371 | 2024-08-16T01:15:53.571Z | This is a known bug where multiple crates with the same name use |
2372 | 2024-08-16T01:15:53.571Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2373 | 2024-08-16T01:15:53.937Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2374 | 2024-08-16T01:15:53.997Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2375 | 2024-08-16T01:15:54.013Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2376 | 2024-08-16T01:15:54.047Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2377 | 2024-08-16T01:15:54.073Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2378 | 2024-08-16T01:15:54.103Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2379 | 2024-08-16T01:15:54.103Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2380 | 2024-08-16T01:15:54.301Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2381 | 2024-08-16T01:15:54.332Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2382 | 2024-08-16T01:15:54.349Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2383 | 2024-08-16T01:15:54.366Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2384 | 2024-08-16T01:15:54.385Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2385 | 2024-08-16T01:15:54.624Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2386 | 2024-08-16T01:15:54.643Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2387 | 2024-08-16T01:15:54.901Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2388 | 2024-08-16T01:15:55.098Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2389 | 2024-08-16T01:15:55.810Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2390 | 2024-08-16T01:15:58.865Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2391 | 2024-08-16T01:15:59.095Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2392 | 2024-08-16T01:15:59.118Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2393 | 2024-08-16T01:15:59.302Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2394 | 2024-08-16T01:15:59.449Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2395 | 2024-08-16T01:15:59.656Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2396 | 2024-08-16T01:15:59.815Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2397 | 2024-08-16T01:15:59.994Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2398 | 2024-08-16T01:16:00.379Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2399 | 2024-08-16T01:16:00.467Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2400 | 2024-08-16T01:16:00.671Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2401 | 2024-08-16T01:16:00.980Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2402 | 2024-08-16T01:16:01.045Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2403 | 2024-08-16T01:16:01.277Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2404 | 2024-08-16T01:16:01.566Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2405 | 2024-08-16T01:16:01.616Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2406 | 2024-08-16T01:16:01.952Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2407 | 2024-08-16T01:16:02.262Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2408 | 2024-08-16T01:16:02.570Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2409 | 2024-08-16T01:16:02.610Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2410 | 2024-08-16T01:16:02.633Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2411 | 2024-08-16T01:16:02.909Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2412 | 2024-08-16T01:16:03.171Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2413 | 2024-08-16T01:16:03.235Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2414 | 2024-08-16T01:16:04.878Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2415 | 2024-08-16T01:16:07.197Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2416 | 2024-08-16T01:16:07.381Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2417 | 2024-08-16T01:16:07.906Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2418 | 2024-08-16T01:16:08.874Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2419 | 2024-08-16T01:16:09.347Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2420 | 2024-08-16T01:16:09.768Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2421 | 2024-08-16T01:16:13.250Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2422 | 2024-08-16T01:16:14.121Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2423 | 2024-08-16T01:16:15.419Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2424 | 2024-08-16T01:16:15.959Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2425 | 2024-08-16T01:16:17.251Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2426 | 2024-08-16T01:16:18.658Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2427 | 2024-08-16T01:16:19.074Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2428 | 2024-08-16T01:16:20.124Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2429 | 2024-08-16T01:16:21.138Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2430 | 2024-08-16T01:16:21.891Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2431 | 2024-08-16T01:16:22.389Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2432 | 2024-08-16T01:16:22.480Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2433 | 2024-08-16T01:16:22.650Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2434 | 2024-08-16T01:16:22.734Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2435 | 2024-08-16T01:16:23.077Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2436 | 2024-08-16T01:16:23.761Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2437 | 2024-08-16T01:16:24.156Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2438 | 2024-08-16T01:16:24.237Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2439 | 2024-08-16T01:16:25.649Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2440 | 2024-08-16T01:16:25.803Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2441 | 2024-08-16T01:16:25.994Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2442 | 2024-08-16T01:16:26.054Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2443 | 2024-08-16T01:16:26.433Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2444 | 2024-08-16T01:16:26.655Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2445 | 2024-08-16T01:16:26.802Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2446 | 2024-08-16T01:16:27.484Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2447 | 2024-08-16T01:16:28.406Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2448 | 2024-08-16T01:16:28.984Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2449 | 2024-08-16T01:16:29.098Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2450 | 2024-08-16T01:16:29.562Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2451 | 2024-08-16T01:16:29.691Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2452 | 2024-08-16T01:16:29.893Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2453 | 2024-08-16T01:16:30.686Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2454 | 2024-08-16T01:16:31.090Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2455 | 2024-08-16T01:16:31.207Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2456 | 2024-08-16T01:16:31.294Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2457 | 2024-08-16T01:16:31.658Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2458 | 2024-08-16T01:16:31.837Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2459 | 2024-08-16T01:16:32.453Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2460 | 2024-08-16T01:16:32.584Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2461 | 2024-08-16T01:16:32.605Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2462 | 2024-08-16T01:16:33.019Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2463 | 2024-08-16T01:16:33.094Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2464 | 2024-08-16T01:16:33.352Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2465 | 2024-08-16T01:16:33.636Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2466 | 2024-08-16T01:16:34.094Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2467 | 2024-08-16T01:16:34.839Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2468 | 2024-08-16T01:16:36.885Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2469 | 2024-08-16T01:16:37.973Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2470 | 2024-08-16T01:16:49.754Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2471 | 2024-08-16T01:16:50.780Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2472 | 2024-08-16T01:16:50.961Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2473 | 2024-08-16T01:16:51.129Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2474 | 2024-08-16T01:16:52.280Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2475 | 2024-08-16T01:16:54.057Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2476 | 2024-08-16T01:17:29.672Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2477 | 2024-08-16T01:17:33.305Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2478 | 2024-08-16T01:17:33.919Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2479 | 2024-08-16T01:17:41.460Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2480 | 2024-08-16T01:17:53.259Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2481 | 2024-08-16T01:18:01.199Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2482 | 2024-08-16T01:18:02.875Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2483 | 2024-08-16T01:18:07.378Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2484 | 2024-08-16T01:18:10.502Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2485 | 2024-08-16T01:18:12.924Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2486 | 2024-08-16T01:18:13.464Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2487 | 2024-08-16T01:18:14.095Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2488 | 2024-08-16T01:18:16.224Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2489 | 2024-08-16T01:18:23.280Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2490 | 2024-08-16T01:18:24.210Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2491 | 2024-08-16T01:18:30.300Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2492 | 2024-08-16T01:18:31.328Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2493 | 2024-08-16T01:18:59.562Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2494 | 2024-08-16T01:18:59.728Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2495 | 2024-08-16T01:19:01.981Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2496 | 2024-08-16T01:19:13.854Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2497 | 2024-08-16T01:19:25.173Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2498 | 2024-08-16T01:19:25.371Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2499 | 2024-08-16T01:19:28.368Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2500 | 2024-08-16T01:19:32.289Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2501 | 2024-08-16T01:19:34.363Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2502 | 2024-08-16T01:19:35.994Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2503 | 2024-08-16T01:19:37.066Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2504 | 2024-08-16T01:19:41.199Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2505 | 2024-08-16T01:19:50.875Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2506 | 2024-08-16T01:19:52.681Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2507 | 2024-08-16T01:19:55.536Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2508 | 2024-08-16T01:19:58.796Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2509 | 2024-08-16T01:20:00.687Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2510 | 2024-08-16T01:20:03.130Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2511 | 2024-08-16T01:20:11.894Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2512 | 2024-08-16T01:20:14.346Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2513 | 2024-08-16T01:20:14.695Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2514 | 2024-08-16T01:20:17.550Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2515 | 2024-08-16T01:20:18.310Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2516 | 2024-08-16T01:20:30.590Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2517 | 2024-08-16T01:20:30.958Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2518 | 2024-08-16T01:20:31.574Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2519 | 2024-08-16T01:20:41.351Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2520 | 2024-08-16T01:20:41.368Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2521 | 2024-08-16T01:20:43.411Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2522 | 2024-08-16T01:20:46.132Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2523 | 2024-08-16T01:20:46.215Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2524 | 2024-08-16T01:20:48.069Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2525 | 2024-08-16T01:20:54.367Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2526 | 2024-08-16T01:20:54.787Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2527 | 2024-08-16T01:20:59.543Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2528 | 2024-08-16T01:21:00.062Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2529 | 2024-08-16T01:21:02.474Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2530 | 2024-08-16T01:21:02.477Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2531 | 2024-08-16T01:21:04.803Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2532 | 2024-08-16T01:21:10.969Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2533 | 2024-08-16T01:21:14.505Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2534 | 2024-08-16T01:21:14.742Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2535 | 2024-08-16T01:21:17.605Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2536 | 2024-08-16T01:21:17.828Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2537 | 2024-08-16T01:21:28.331Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2538 | 2024-08-16T01:21:29.479Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2539 | 2024-08-16T01:21:30.682Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2540 | 2024-08-16T01:21:31.910Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2541 | 2024-08-16T01:21:34.431Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2542 | 2024-08-16T01:21:37.827Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2543 | 2024-08-16T01:21:37.892Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2544 | 2024-08-16T01:21:41.089Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2545 | 2024-08-16T01:21:47.443Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2546 | 2024-08-16T01:21:49.614Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2547 | 2024-08-16T01:21:50.040Z | Documenting oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2548 | 2024-08-16T01:21:51.769Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2549 | 2024-08-16T01:21:55.234Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2550 | 2024-08-16T01:21:55.298Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2551 | 2024-08-16T01:21:56.351Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2552 | 2024-08-16T01:21:58.506Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2553 | 2024-08-16T01:22:02.515Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2554 | 2024-08-16T01:22:03.728Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2555 | 2024-08-16T01:22:08.833Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2556 | 2024-08-16T01:22:09.028Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2557 | 2024-08-16T01:22:09.568Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2558 | 2024-08-16T01:22:11.979Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2559 | 2024-08-16T01:22:13.097Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2560 | 2024-08-16T01:22:13.629Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2561 | 2024-08-16T01:22:15.689Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2562 | 2024-08-16T01:22:16.756Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2563 | 2024-08-16T01:22:18.435Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2564 | 2024-08-16T01:22:20.710Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2565 | 2024-08-16T01:22:20.995Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2566 | 2024-08-16T01:22:21.814Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2567 | 2024-08-16T01:22:23.690Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2568 | 2024-08-16T01:22:23.994Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2569 | 2024-08-16T01:22:46.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 54s |
2570 | 2024-08-16T01:22:46.858Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 120 other files |
2571 | 2024-08-16T01:22:46.918Z | |
2572 | 2024-08-16T01:22:46.921Z | real 6:54.419487028 |
2573 | 2024-08-16T01:22:46.921Z | user 20:59.451066215 |
2574 | 2024-08-16T01:22:46.921Z | sys 31:11.577068925 |
2575 | 2024-08-16T01:22:46.921Z | trap 0.354286780 |
2576 | 2024-08-16T01:22:46.921Z | tflt 0.144654185 |
2577 | 2024-08-16T01:22:46.921Z | dflt 0.192966480 |
2578 | 2024-08-16T01:22:46.921Z | kflt 0.000000000 |
2579 | 2024-08-16T01:22:46.921Z | lock 1:08:02.345418279 |
2580 | 2024-08-16T01:22:46.921Z | slp 1:58:31.177097280 |
2581 | 2024-08-16T01:22:46.921Z | lat 1:08.467749395 |
2582 | 2024-08-16T01:22:46.921Z | stop 56.833892349 |
2583 | 2024-08-16T01:22:46.921Z | process exited: duration 1012992 ms, exit code 0 |
|
2584 | 2024-08-16T01:22:46.928Z | found 0 output files |