|
|
|
1 | 2024-11-20T23:20:54.154Z | job assigned to worker 01JD5Y02ZX85MHP35W3AC6RWYG [factory aws, i-0951da5458d4a1109] (queued for 1 m 9 s) |
|
2 | 2024-11-20T23:21:03.135Z | starting task 0: "setup" |
3 | 2024-11-20T23:21:03.143Z | ++ uname -s |
4 | 2024-11-20T23:21:03.146Z | + kern=SunOS |
5 | 2024-11-20T23:21:03.146Z | + case "$kern" in |
6 | 2024-11-20T23:21:03.146Z | + groupadd -g 12345 build |
7 | 2024-11-20T23:21:03.148Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-20T23:21:05.158Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-20T23:21:05.279Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-20T23:21:05.282Z | + home_fs=zfs |
11 | 2024-11-20T23:21:05.282Z | + [[ zfs == autofs ]] |
12 | 2024-11-20T23:21:05.282Z | + mkdir -p /home/build |
13 | 2024-11-20T23:21:05.284Z | + chown build:build /home/build /work |
14 | 2024-11-20T23:21:07.287Z | + chmod 0700 /home/build /work |
15 | 2024-11-20T23:21:07.290Z | process exited: duration 4156 ms, exit code 0 |
|
16 | 2024-11-20T23:21:07.296Z | starting task 1: "rust-toolchain" |
17 | 2024-11-20T23:21:07.301Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-20T23:21:07.301Z | ' 1.81.0 |
19 | 2024-11-20T23:21:07.301Z | * toolchain channel = "1.81.0" |
20 | 2024-11-20T23:21:07.301Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-20T23:21:07.301Z | ' default |
22 | 2024-11-20T23:21:07.301Z | * toolchain profile = "default" |
23 | 2024-11-20T23:21:07.303Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-20T23:21:07.303Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-20T23:21:07.426Z | info: downloading installer |
26 | 2024-11-20T23:21:08.663Z | info: profile set to 'default' |
27 | 2024-11-20T23:21:08.663Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-20T23:21:08.666Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-20T23:21:08.796Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-20T23:21:08.796Z | info: downloading component 'cargo' |
31 | 2024-11-20T23:21:09.457Z | info: downloading component 'clippy' |
32 | 2024-11-20T23:21:09.703Z | info: downloading component 'rust-docs' |
33 | 2024-11-20T23:21:10.623Z | info: downloading component 'rust-std' |
34 | 2024-11-20T23:21:12.051Z | info: downloading component 'rustc' |
35 | 2024-11-20T23:21:17.197Z | info: downloading component 'rustfmt' |
36 | 2024-11-20T23:21:17.393Z | info: installing component 'cargo' |
37 | 2024-11-20T23:21:18.212Z | info: installing component 'clippy' |
38 | 2024-11-20T23:21:18.573Z | info: installing component 'rust-docs' |
39 | 2024-11-20T23:21:20.210Z | info: installing component 'rust-std' |
40 | 2024-11-20T23:21:21.928Z | info: installing component 'rustc' |
41 | 2024-11-20T23:21:27.748Z | info: installing component 'rustfmt' |
42 | 2024-11-20T23:21:28.075Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-20T23:21:28.075Z | |
44 | 2024-11-20T23:21:28.447Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-20T23:21:28.448Z | |
46 | 2024-11-20T23:21:28.450Z | |
47 | 2024-11-20T23:21:28.450Z | Rust is installed now. Great! |
48 | 2024-11-20T23:21:28.450Z | |
49 | 2024-11-20T23:21:28.450Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-20T23:21:28.450Z | environment variable. This has not been done automatically. |
51 | 2024-11-20T23:21:28.450Z | |
52 | 2024-11-20T23:21:28.450Z | To configure your current shell, you need to source |
53 | 2024-11-20T23:21:28.450Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-20T23:21:28.451Z | |
55 | 2024-11-20T23:21:28.451Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-20T23:21:28.451Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-20T23:21:28.451Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-20T23:21:28.530Z | + rustc --version |
59 | 2024-11-20T23:21:28.603Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-20T23:21:28.607Z | process exited: duration 21310 ms, exit code 0 |
|
61 | 2024-11-20T23:21:28.612Z | starting task 2: "authentication" |
62 | 2024-11-20T23:21:28.634Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-11-20T23:21:28.638Z | starting task 3: "clone repository" |
64 | 2024-11-20T23:21:28.644Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-20T23:21:28.646Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-20T23:21:29.355Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-20T23:21:36.265Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-20T23:21:36.268Z | + git fetch origin 6f0440768f2de2ffb4190db043fa9074accaa58c |
69 | 2024-11-20T23:21:36.572Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-20T23:21:36.572Z | * branch 6f0440768f2de2ffb4190db043fa9074accaa58c -> FETCH_HEAD |
71 | 2024-11-20T23:21:36.583Z | + [[ -n felixmcfelix/opte-ingot ]] |
72 | 2024-11-20T23:21:36.586Z | ++ git branch --show-current |
73 | 2024-11-20T23:21:36.588Z | + current=main |
74 | 2024-11-20T23:21:36.589Z | + [[ main != felixmcfelix/opte-ingot ]] |
75 | 2024-11-20T23:21:36.589Z | + git branch -f felixmcfelix/opte-ingot 6f0440768f2de2ffb4190db043fa9074accaa58c |
76 | 2024-11-20T23:21:36.592Z | + git checkout -f felixmcfelix/opte-ingot |
77 | 2024-11-20T23:21:36.770Z | Switched to branch 'felixmcfelix/opte-ingot' |
78 | 2024-11-20T23:21:36.773Z | + git reset --hard 6f0440768f2de2ffb4190db043fa9074accaa58c |
79 | 2024-11-20T23:21:36.799Z | HEAD is now at 6f0440768 Bump to maghmeite/main, new lab image. |
80 | 2024-11-20T23:21:36.803Z | process exited: duration 8161 ms, exit code 0 |
|
81 | 2024-11-20T23:21:36.808Z | starting task 4: "build" |
82 | 2024-11-20T23:21:36.814Z | + source .github/buildomat/ci-env.sh |
83 | 2024-11-20T23:21:36.817Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-11-20T23:21:36.817Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-11-20T23:21:36.818Z | + cargo --version |
86 | 2024-11-20T23:21:36.875Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-11-20T23:21:36.878Z | + rustc --version |
88 | 2024-11-20T23:21:36.942Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-11-20T23:21:36.945Z | + WORK=/work |
90 | 2024-11-20T23:21:36.945Z | + pfexec mkdir -p /work |
91 | 2024-11-20T23:21:36.950Z | + pfexec chown build /work |
92 | 2024-11-20T23:21:36.953Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2024-11-20T23:22:04.847Z | Startup: Refreshing catalog 'helios-dev' ... Done |
94 | 2024-11-20T23:22:08.884Z | Startup: Caching catalogs ... Done |
95 | 2024-11-20T23:22:17.974Z | Planning: Solver setup ... Done (8.277s) |
96 | 2024-11-20T23:22:18.097Z | Planning: Running solver ... Done (0.111s) |
97 | 2024-11-20T23:22:18.423Z | Planning: Finding local manifests ... Done (0.243s) |
98 | 2024-11-20T23:22:18.902Z | Planning: Fetching manifests: 0/5 0% complete |
99 | 2024-11-20T23:22:20.471Z | Planning: Fetching manifests: 5/5 100% complete |
100 | 2024-11-20T23:22:20.753Z | Planning: Package planning ... Done (0.286s) |
101 | 2024-11-20T23:22:20.810Z | Planning: Merging actions ... Done (0.058s) |
102 | 2024-11-20T23:22:21.865Z | Planning: Checking for conflicting actions ... Done (1.054s) |
103 | 2024-11-20T23:22:29.036Z | Planning: Consolidating action changes ... Done (7.170s) |
104 | 2024-11-20T23:22:29.439Z | Planning: Evaluating mediators ... Done (0.402s) |
105 | 2024-11-20T23:22:29.524Z | Planning: Planning completed in 20.55 seconds |
106 | 2024-11-20T23:22:29.579Z | Packages to install: 4 |
107 | 2024-11-20T23:22:29.579Z | Packages to update: 1 |
108 | 2024-11-20T23:22:29.579Z | Mediators to change: 2 |
109 | 2024-11-20T23:22:29.582Z | Services to change: 1 |
110 | 2024-11-20T23:22:29.582Z | Estimated space available: 155.64 GB |
111 | 2024-11-20T23:22:29.582Z | Estimated space to be consumed: 1.60 GB |
112 | 2024-11-20T23:22:29.582Z | Create boot environment: No |
113 | 2024-11-20T23:22:29.582Z | Create backup boot environment: Yes |
114 | 2024-11-20T23:22:29.582Z | Rebuild boot archive: No |
115 | 2024-11-20T23:22:29.582Z | |
116 | 2024-11-20T23:22:29.582Z | Changed mediators: |
117 | 2024-11-20T23:22:29.582Z | mediator clang: |
118 | 2024-11-20T23:22:29.582Z | version: None -> 15 (system default) |
119 | 2024-11-20T23:22:29.582Z | |
120 | 2024-11-20T23:22:29.582Z | mediator llvm: |
121 | 2024-11-20T23:22:29.582Z | version: 14 (system default) -> 15 (system default) |
122 | 2024-11-20T23:22:29.582Z | |
123 | 2024-11-20T23:22:29.582Z | Changed packages: |
124 | 2024-11-20T23:22:29.582Z | helios-dev |
125 | 2024-11-20T23:22:29.582Z | developer/build-essential |
126 | 2024-11-20T23:22:29.582Z | None -> 11-2.0 |
127 | 2024-11-20T23:22:29.582Z | library/libxmlsec1 |
128 | 2024-11-20T23:22:29.582Z | None -> 1.2.35-2.0 |
129 | 2024-11-20T23:22:29.582Z | ooce/developer/clang-15 |
130 | 2024-11-20T23:22:29.582Z | None -> 15.0.7-2.0 |
131 | 2024-11-20T23:22:29.582Z | ooce/developer/llvm-15 |
132 | 2024-11-20T23:22:29.582Z | None -> 15.0.7-2.0 |
133 | 2024-11-20T23:22:29.582Z | package/pkg |
134 | 2024-11-20T23:22:29.583Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
135 | 2024-11-20T23:22:29.583Z | |
136 | 2024-11-20T23:22:29.583Z | Services: |
137 | 2024-11-20T23:22:29.583Z | restart_fmri: |
138 | 2024-11-20T23:22:29.583Z | svc:/system/update-man-index:default |
139 | 2024-11-20T23:22:29.583Z | |
140 | 2024-11-20T23:22:29.583Z | Editable files to change: |
141 | 2024-11-20T23:22:29.583Z | Update: |
142 | 2024-11-20T23:22:29.583Z | usr/share/lib/pkg/web/config.shtml |
143 | 2024-11-20T23:22:30.096Z | |
144 | 2024-11-20T23:22:30.096Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
145 | 2024-11-20T23:22:37.335Z | Download: 213/4281 items 1.3/220.6MB 0% complete (618k/s) |
146 | 2024-11-20T23:22:42.340Z | Download: 698/4281 items 17.9/220.6MB 8% complete (1.7M/s) |
147 | 2024-11-20T23:22:47.354Z | Download: 1156/4281 items 57.7/220.6MB 26% complete (5.6M/s) |
148 | 2024-11-20T23:22:56.218Z | Download: 1198/4281 items 83.5/220.6MB 37% complete (7.6M/s) |
149 | 2024-11-20T23:23:01.219Z | Download: 2019/4281 items 118.6/220.6MB 53% complete (7.1M/s) |
150 | 2024-11-20T23:23:08.999Z | Download: 2224/4281 items 119.2/220.6MB 54% complete (6.2M/s) |
151 | 2024-11-20T23:23:16.562Z | Download: 3248/4281 items 203.1/220.6MB 92% complete (16.9M/s) |
152 | 2024-11-20T23:23:22.889Z | Download: 3289/4281 items 212.6/220.6MB 96% complete (10.3M/s) |
153 | 2024-11-20T23:23:35.415Z | Download: 4208/4281 items 220.6/220.6MB 99% complete |
154 | 2024-11-20T23:23:35.521Z | Download: Completed 220.60 MB in 65.42 seconds (3.4M/s) |
155 | 2024-11-20T23:23:36.454Z | Actions: 1/5063 actions (Removing old actions) |
156 | 2024-11-20T23:23:36.476Z | Actions: 194/5063 actions (Installing new actions) |
157 | 2024-11-20T23:23:41.505Z | Actions: 4131/5063 actions (Installing new actions) |
158 | 2024-11-20T23:23:41.706Z | Actions: 4226/5063 actions (Updating modified actions) |
159 | 2024-11-20T23:23:42.069Z | Actions: Completed 5063 actions in 5.61 seconds. |
160 | 2024-11-20T23:23:42.294Z | Done (0.216s) |
161 | 2024-11-20T23:23:42.297Z | Done (0.000s) |
162 | 2024-11-20T23:23:42.847Z | Done (0.531s) |
163 | 2024-11-20T23:23:48.819Z | Done (5.771s) |
164 | 2024-11-20T23:23:49.132Z | Done (0.239s) |
165 | 2024-11-20T23:23:49.135Z | Done (0.000s) |
166 | 2024-11-20T23:23:49.311Z | Done (0.000s) |
167 | 2024-11-20T23:23:50.053Z | Planning: Evaluating mediator changes ... Done |
168 | 2024-11-20T23:23:50.220Z | Planning: Checking for conflicting actions ... Done |
169 | 2024-11-20T23:23:50.222Z | Planning: Consolidating action changes ... Done |
170 | 2024-11-20T23:23:50.503Z | Planning: Evaluating mediators ... Done |
171 | 2024-11-20T23:23:50.505Z | Planning: Planning completed in 0.45 seconds |
172 | 2024-11-20T23:23:50.543Z | Mediators to change: 2 |
173 | 2024-11-20T23:23:50.543Z | Create boot environment: No |
174 | 2024-11-20T23:23:50.546Z | Create backup boot environment: No |
175 | 2024-11-20T23:23:50.622Z | Done |
176 | 2024-11-20T23:23:50.622Z | Done |
177 | 2024-11-20T23:23:50.992Z | Done |
178 | 2024-11-20T23:23:55.091Z | Done |
179 | 2024-11-20T23:23:55.196Z | Done |
180 | 2024-11-20T23:23:55.199Z | Done |
181 | 2024-11-20T23:23:55.675Z | Done |
182 | 2024-11-20T23:23:56.337Z | Planning: Evaluating mediator changes ... Done |
183 | 2024-11-20T23:23:56.340Z | Planning: Merging actions ... Done |
184 | 2024-11-20T23:23:56.534Z | Planning: Checking for conflicting actions ... Done |
185 | 2024-11-20T23:23:56.537Z | Planning: Consolidating action changes ... Done |
186 | 2024-11-20T23:23:56.812Z | Planning: Evaluating mediators ... Done |
187 | 2024-11-20T23:23:56.880Z | Planning: Planning completed in 0.79 seconds |
188 | 2024-11-20T23:23:56.911Z | Packages to change: 1 |
189 | 2024-11-20T23:23:56.911Z | Mediators to change: 1 |
190 | 2024-11-20T23:23:56.914Z | Services to change: 1 |
191 | 2024-11-20T23:23:56.914Z | Create boot environment: No |
192 | 2024-11-20T23:23:56.914Z | Create backup boot environment: Yes |
193 | 2024-11-20T23:23:59.045Z | Actions: 1/6 actions (Updating modified actions) |
194 | 2024-11-20T23:23:59.084Z | Actions: Completed 6 actions in 0.04 seconds. |
195 | 2024-11-20T23:23:59.086Z | Done |
196 | 2024-11-20T23:23:59.086Z | Done |
197 | 2024-11-20T23:23:59.196Z | Done |
198 | 2024-11-20T23:24:03.206Z | Done |
199 | 2024-11-20T23:24:03.300Z | Done |
200 | 2024-11-20T23:24:03.302Z | Done |
201 | 2024-11-20T23:24:03.654Z | Done |
202 | 2024-11-20T23:24:04.119Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
203 | 2024-11-20T23:24:04.119Z | clang system 15 system |
204 | 2024-11-20T23:24:04.119Z | csh system system illumos |
205 | 2024-11-20T23:24:04.119Z | ctags system system illumos |
206 | 2024-11-20T23:24:04.119Z | gcc vendor 12 vendor |
207 | 2024-11-20T23:24:04.120Z | gcc system 10 system |
208 | 2024-11-20T23:24:04.120Z | gcc system 7 system |
209 | 2024-11-20T23:24:04.120Z | go system 1.20 system |
210 | 2024-11-20T23:24:04.120Z | go system 1.19 system |
211 | 2024-11-20T23:24:04.120Z | llvm system 15 system |
212 | 2024-11-20T23:24:04.120Z | llvm system 14 system |
213 | 2024-11-20T23:24:04.120Z | mariadb system 10.6 system |
214 | 2024-11-20T23:24:04.120Z | mta vendor vendor dma |
215 | 2024-11-20T23:24:04.120Z | openjdk system 17 system |
216 | 2024-11-20T23:24:04.120Z | openjdk system 11 system |
217 | 2024-11-20T23:24:04.121Z | openjdk system 1.8 system |
218 | 2024-11-20T23:24:04.121Z | openssl vendor 3 vendor |
219 | 2024-11-20T23:24:04.121Z | perl system 5.36 system |
220 | 2024-11-20T23:24:04.121Z | postgresql system 15 system |
221 | 2024-11-20T23:24:04.121Z | postgresql system 13 system |
222 | 2024-11-20T23:24:04.121Z | python vendor 3 vendor |
223 | 2024-11-20T23:24:04.121Z | python system 2 system |
224 | 2024-11-20T23:24:04.121Z | python3 system 3.11 system |
225 | 2024-11-20T23:24:04.121Z | ruby system 3.0 system |
226 | 2024-11-20T23:24:04.121Z | words vendor vendor american-english |
227 | 2024-11-20T23:24:04.121Z | words system system australian-english |
228 | 2024-11-20T23:24:04.121Z | words system system british-english |
229 | 2024-11-20T23:24:04.121Z | words system system canadian-english |
230 | 2024-11-20T23:24:04.121Z | words system system french |
231 | 2024-11-20T23:24:04.121Z | words system system italian |
232 | 2024-11-20T23:24:04.121Z | words system system ngerman |
233 | 2024-11-20T23:24:04.121Z | words system system ogerman |
234 | 2024-11-20T23:24:04.121Z | words system system spanish |
235 | 2024-11-20T23:24:04.474Z | PUBLISHER TYPE STATUS P LOCATION |
236 | 2024-11-20T23:24:04.474Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
237 | 2024-11-20T23:24:07.141Z | FMRI IFO |
238 | 2024-11-20T23:24:07.141Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
239 | 2024-11-20T23:24:07.141Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
240 | 2024-11-20T23:24:07.141Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
241 | 2024-11-20T23:24:07.141Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
242 | 2024-11-20T23:24:07.141Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
243 | 2024-11-20T23:24:07.141Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
244 | 2024-11-20T23:24:07.141Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
245 | 2024-11-20T23:24:07.141Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
246 | 2024-11-20T23:24:07.141Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
247 | 2024-11-20T23:24:07.141Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
248 | 2024-11-20T23:24:07.142Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
249 | 2024-11-20T23:24:07.142Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
250 | 2024-11-20T23:24:07.142Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
251 | 2024-11-20T23:24:07.142Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
252 | 2024-11-20T23:24:07.142Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
253 | 2024-11-20T23:24:07.948Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
254 | 2024-11-20T23:24:08.250Z | Updating crates.io index |
255 | 2024-11-20T23:24:08.253Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
256 | 2024-11-20T23:24:09.207Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
257 | 2024-11-20T23:24:09.470Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
258 | 2024-11-20T23:24:09.725Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
259 | 2024-11-20T23:24:09.954Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
260 | 2024-11-20T23:24:10.840Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
261 | 2024-11-20T23:24:13.223Z | Updating git repository `https://github.com/oxidecomputer/opte` |
262 | 2024-11-20T23:24:14.289Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
263 | 2024-11-20T23:24:15.107Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
264 | 2024-11-20T23:24:15.349Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
265 | 2024-11-20T23:24:15.626Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
266 | 2024-11-20T23:24:16.241Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
267 | 2024-11-20T23:24:16.582Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
268 | 2024-11-20T23:24:16.883Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
269 | 2024-11-20T23:24:17.153Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
270 | 2024-11-20T23:24:17.496Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
271 | 2024-11-20T23:24:17.765Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
272 | 2024-11-20T23:24:18.006Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
273 | 2024-11-20T23:24:18.291Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
274 | 2024-11-20T23:24:18.642Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
275 | 2024-11-20T23:24:18.880Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
276 | 2024-11-20T23:24:19.360Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
277 | 2024-11-20T23:24:19.666Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
278 | 2024-11-20T23:24:20.050Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
279 | 2024-11-20T23:24:20.434Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
280 | 2024-11-20T23:24:20.735Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
281 | 2024-11-20T23:24:21.008Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
282 | 2024-11-20T23:24:21.344Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
283 | 2024-11-20T23:24:22.641Z | Downloading crates ... |
284 | 2024-11-20T23:24:22.725Z | Downloaded anstream v0.6.15 |
285 | 2024-11-20T23:24:22.747Z | Downloaded bitflags v2.6.0 |
286 | 2024-11-20T23:24:22.754Z | Downloaded autocfg v1.4.0 |
287 | 2024-11-20T23:24:22.756Z | Downloaded anyhow v1.0.93 |
288 | 2024-11-20T23:24:22.759Z | Downloaded anstyle v1.0.10 |
289 | 2024-11-20T23:24:22.762Z | Downloaded anstyle-query v1.1.1 |
290 | 2024-11-20T23:24:22.765Z | Downloaded anstyle-parse v0.2.5 |
291 | 2024-11-20T23:24:22.772Z | Downloaded camino v1.1.9 |
292 | 2024-11-20T23:24:22.775Z | Downloaded bytecount v0.6.8 |
293 | 2024-11-20T23:24:22.779Z | Downloaded colorchoice v1.0.2 |
294 | 2024-11-20T23:24:22.782Z | Downloaded byteorder v1.5.0 |
295 | 2024-11-20T23:24:22.784Z | Downloaded clap_lex v0.7.2 |
296 | 2024-11-20T23:24:22.784Z | Downloaded cfg-if v1.0.0 |
297 | 2024-11-20T23:24:22.786Z | Downloaded dof v0.3.0 |
298 | 2024-11-20T23:24:22.786Z | Downloaded clap_derive v4.5.18 |
299 | 2024-11-20T23:24:22.789Z | Downloaded cargo-platform v0.1.8 |
300 | 2024-11-20T23:24:22.791Z | Downloaded cargo_metadata v0.18.1 |
301 | 2024-11-20T23:24:22.793Z | Downloaded camino-tempfile v1.1.1 |
302 | 2024-11-20T23:24:22.793Z | Downloaded errno v0.3.9 |
303 | 2024-11-20T23:24:22.796Z | Downloaded cpufeatures v0.2.14 |
304 | 2024-11-20T23:24:22.799Z | Downloaded fnv v1.0.7 |
305 | 2024-11-20T23:24:22.801Z | Downloaded cargo_toml v0.20.5 |
306 | 2024-11-20T23:24:22.803Z | Downloaded clap v4.5.21 |
307 | 2024-11-20T23:24:22.810Z | Downloaded dtrace-parser v0.2.0 |
308 | 2024-11-20T23:24:22.814Z | Downloaded equivalent v1.0.1 |
309 | 2024-11-20T23:24:22.814Z | Downloaded digest v0.10.7 |
310 | 2024-11-20T23:24:22.818Z | Downloaded clap_builder v4.5.21 |
311 | 2024-11-20T23:24:22.820Z | Downloaded semver v1.0.23 |
312 | 2024-11-20T23:24:22.823Z | Downloaded heck v0.4.1 |
313 | 2024-11-20T23:24:22.828Z | Downloaded fastrand v2.1.1 |
314 | 2024-11-20T23:24:22.828Z | Downloaded generic-array v0.14.7 |
315 | 2024-11-20T23:24:22.830Z | Downloaded pretty-hex v0.4.1 |
316 | 2024-11-20T23:24:22.831Z | Downloaded heck v0.5.0 |
317 | 2024-11-20T23:24:22.831Z | Downloaded fs-err v2.11.0 |
318 | 2024-11-20T23:24:22.835Z | Downloaded block-buffer v0.10.4 |
319 | 2024-11-20T23:24:22.835Z | Downloaded crypto-common v0.1.6 |
320 | 2024-11-20T23:24:22.838Z | Downloaded scroll_derive v0.12.0 |
321 | 2024-11-20T23:24:22.838Z | Downloaded macaddr v1.0.1 |
322 | 2024-11-20T23:24:22.846Z | Downloaded swrite v0.1.0 |
323 | 2024-11-20T23:24:22.854Z | Downloaded usdt-macro v0.5.0 |
324 | 2024-11-20T23:24:22.858Z | Downloaded usdt-attr-macro v0.5.0 |
325 | 2024-11-20T23:24:22.862Z | Downloaded itoa v1.0.11 |
326 | 2024-11-20T23:24:22.870Z | Downloaded pest_generator v2.7.14 |
327 | 2024-11-20T23:24:22.873Z | Downloaded serde_spanned v0.6.8 |
328 | 2024-11-20T23:24:22.878Z | Downloaded once_cell v1.20.2 |
329 | 2024-11-20T23:24:22.881Z | Downloaded utf8parse v0.2.2 |
330 | 2024-11-20T23:24:22.883Z | Downloaded tabled_derive v0.7.0 |
331 | 2024-11-20T23:24:22.888Z | Downloaded terminal_size v0.4.0 |
332 | 2024-11-20T23:24:22.892Z | Downloaded version_check v0.9.5 |
333 | 2024-11-20T23:24:22.892Z | Downloaded unicode-linebreak v0.1.5 |
334 | 2024-11-20T23:24:22.906Z | Downloaded usdt v0.5.0 |
335 | 2024-11-20T23:24:22.906Z | Downloaded thiserror v1.0.69 |
336 | 2024-11-20T23:24:22.906Z | Downloaded toml_datetime v0.6.8 |
337 | 2024-11-20T23:24:22.906Z | Downloaded thread-id v4.2.2 |
338 | 2024-11-20T23:24:22.906Z | Downloaded strsim v0.11.1 |
339 | 2024-11-20T23:24:22.906Z | Downloaded proc-macro-error-attr v1.0.4 |
340 | 2024-11-20T23:24:22.906Z | Downloaded smawk v0.3.2 |
341 | 2024-11-20T23:24:22.910Z | Downloaded plain v0.2.3 |
342 | 2024-11-20T23:24:22.910Z | Downloaded thiserror-impl v1.0.69 |
343 | 2024-11-20T23:24:22.910Z | Downloaded sha2 v0.10.8 |
344 | 2024-11-20T23:24:22.915Z | Downloaded is_terminal_polyfill v1.70.1 |
345 | 2024-11-20T23:24:22.915Z | Downloaded quote v1.0.37 |
346 | 2024-11-20T23:24:22.918Z | Downloaded memmap v0.7.0 |
347 | 2024-11-20T23:24:22.918Z | Downloaded proc-macro-error v1.0.4 |
348 | 2024-11-20T23:24:22.924Z | Downloaded serde_tokenstream v0.2.2 |
349 | 2024-11-20T23:24:22.928Z | Downloaded zerocopy-derive v0.7.35 |
350 | 2024-11-20T23:24:22.932Z | Downloaded usdt-impl v0.5.0 |
351 | 2024-11-20T23:24:22.936Z | Downloaded scroll v0.12.0 |
352 | 2024-11-20T23:24:22.940Z | Downloaded tempfile v3.13.0 |
353 | 2024-11-20T23:24:22.943Z | Downloaded proc-macro2 v1.0.89 |
354 | 2024-11-20T23:24:22.946Z | Downloaded pest_meta v2.7.14 |
355 | 2024-11-20T23:24:22.949Z | Downloaded pest_derive v2.7.14 |
356 | 2024-11-20T23:24:22.952Z | Downloaded unicode-ident v1.0.13 |
357 | 2024-11-20T23:24:22.955Z | Downloaded textwrap v0.16.1 |
358 | 2024-11-20T23:24:22.957Z | Downloaded log v0.4.22 |
359 | 2024-11-20T23:24:22.960Z | Downloaded ucd-trie v0.1.7 |
360 | 2024-11-20T23:24:22.962Z | Downloaded typenum v1.17.0 |
361 | 2024-11-20T23:24:22.965Z | Downloaded ryu v1.0.18 |
362 | 2024-11-20T23:24:22.967Z | Downloaded toml v0.8.19 |
363 | 2024-11-20T23:24:22.977Z | Downloaded papergrid v0.11.0 |
364 | 2024-11-20T23:24:22.981Z | Downloaded serde_derive v1.0.215 |
365 | 2024-11-20T23:24:23.006Z | Downloaded serde v1.0.215 |
366 | 2024-11-20T23:24:23.011Z | Downloaded memchr v2.7.4 |
367 | 2024-11-20T23:24:23.020Z | Downloaded toml_edit v0.22.22 |
368 | 2024-11-20T23:24:23.044Z | Downloaded indexmap v2.6.0 |
369 | 2024-11-20T23:24:23.047Z | Downloaded hashbrown v0.15.0 |
370 | 2024-11-20T23:24:23.055Z | Downloaded serde_json v1.0.132 |
371 | 2024-11-20T23:24:23.063Z | Downloaded pest v2.7.14 |
372 | 2024-11-20T23:24:23.069Z | Downloaded zerocopy v0.7.35 |
373 | 2024-11-20T23:24:23.085Z | Downloaded winnow v0.6.20 |
374 | 2024-11-20T23:24:23.094Z | Downloaded goblin v0.8.2 |
375 | 2024-11-20T23:24:23.106Z | Downloaded tabled v0.15.0 |
376 | 2024-11-20T23:24:23.123Z | Downloaded syn v1.0.109 |
377 | 2024-11-20T23:24:23.134Z | Downloaded unicode-width v0.1.14 |
378 | 2024-11-20T23:24:23.138Z | Downloaded syn v2.0.87 |
379 | 2024-11-20T23:24:23.149Z | Downloaded rustix v0.38.37 |
380 | 2024-11-20T23:24:23.191Z | Downloaded libc v0.2.162 |
381 | 2024-11-20T23:24:23.524Z | Compiling proc-macro2 v1.0.89 |
382 | 2024-11-20T23:24:23.524Z | Compiling unicode-ident v1.0.13 |
383 | 2024-11-20T23:24:23.528Z | Compiling version_check v0.9.5 |
384 | 2024-11-20T23:24:23.528Z | Compiling serde v1.0.215 |
385 | 2024-11-20T23:24:23.528Z | Compiling thiserror v1.0.69 |
386 | 2024-11-20T23:24:23.528Z | Compiling memchr v2.7.4 |
387 | 2024-11-20T23:24:23.528Z | Compiling libc v0.2.162 |
388 | 2024-11-20T23:24:23.561Z | Compiling ryu v1.0.18 |
389 | 2024-11-20T23:24:23.962Z | Compiling itoa v1.0.11 |
390 | 2024-11-20T23:24:24.148Z | Compiling ucd-trie v0.1.7 |
391 | 2024-11-20T23:24:24.339Z | Compiling once_cell v1.20.2 |
392 | 2024-11-20T23:24:24.666Z | Compiling byteorder v1.5.0 |
393 | 2024-11-20T23:24:24.799Z | Compiling rustix v0.38.37 |
394 | 2024-11-20T23:24:24.933Z | Compiling serde_json v1.0.132 |
395 | 2024-11-20T23:24:25.141Z | Compiling bitflags v2.6.0 |
396 | 2024-11-20T23:24:25.261Z | Compiling usdt-impl v0.5.0 |
397 | 2024-11-20T23:24:25.326Z | Compiling proc-macro-error-attr v1.0.4 |
398 | 2024-11-20T23:24:25.485Z | Compiling syn v1.0.109 |
399 | 2024-11-20T23:24:25.591Z | Compiling proc-macro-error v1.0.4 |
400 | 2024-11-20T23:24:25.707Z | Compiling camino v1.1.9 |
401 | 2024-11-20T23:24:25.734Z | Compiling utf8parse v0.2.2 |
402 | 2024-11-20T23:24:25.769Z | Compiling log v0.4.22 |
403 | 2024-11-20T23:24:25.902Z | Compiling plain v0.2.3 |
404 | 2024-11-20T23:24:25.905Z | Compiling hashbrown v0.15.0 |
405 | 2024-11-20T23:24:26.080Z | Compiling quote v1.0.37 |
406 | 2024-11-20T23:24:26.125Z | Compiling errno v0.3.9 |
407 | 2024-11-20T23:24:26.252Z | Compiling equivalent v1.0.1 |
408 | 2024-11-20T23:24:26.442Z | Compiling anstyle-parse v0.2.5 |
409 | 2024-11-20T23:24:26.479Z | Compiling syn v2.0.87 |
410 | 2024-11-20T23:24:26.792Z | Compiling thread-id v4.2.2 |
411 | 2024-11-20T23:24:26.847Z | Compiling anstyle-query v1.1.1 |
412 | 2024-11-20T23:24:26.916Z | Compiling winnow v0.6.20 |
413 | 2024-11-20T23:24:27.032Z | Compiling is_terminal_polyfill v1.70.1 |
414 | 2024-11-20T23:24:27.156Z | Compiling indexmap v2.6.0 |
415 | 2024-11-20T23:24:27.185Z | Compiling colorchoice v1.0.2 |
416 | 2024-11-20T23:24:27.244Z | Compiling autocfg v1.4.0 |
417 | 2024-11-20T23:24:27.354Z | Compiling anstyle v1.0.10 |
418 | 2024-11-20T23:24:27.871Z | Compiling semver v1.0.23 |
419 | 2024-11-20T23:24:28.034Z | Compiling unicode-width v0.1.14 |
420 | 2024-11-20T23:24:28.474Z | Compiling pretty-hex v0.4.1 |
421 | 2024-11-20T23:24:28.567Z | Compiling fs-err v2.11.0 |
422 | 2024-11-20T23:24:28.596Z | Compiling anstream v0.6.15 |
423 | 2024-11-20T23:24:28.627Z | Compiling terminal_size v0.4.0 |
424 | 2024-11-20T23:24:28.861Z | Compiling bytecount v0.6.8 |
425 | 2024-11-20T23:24:28.912Z | Compiling clap_lex v0.7.2 |
426 | 2024-11-20T23:24:28.980Z | Compiling fastrand v2.1.1 |
427 | 2024-11-20T23:24:29.103Z | Compiling anyhow v1.0.93 |
428 | 2024-11-20T23:24:29.370Z | Compiling heck v0.4.1 |
429 | 2024-11-20T23:24:29.467Z | Compiling fnv v1.0.7 |
430 | 2024-11-20T23:24:29.566Z | Compiling strsim v0.11.1 |
431 | 2024-11-20T23:24:29.783Z | Compiling heck v0.5.0 |
432 | 2024-11-20T23:24:30.196Z | Compiling cfg-if v1.0.0 |
433 | 2024-11-20T23:24:30.220Z | Compiling tempfile v3.13.0 |
434 | 2024-11-20T23:24:30.315Z | Compiling clap_builder v4.5.21 |
435 | 2024-11-20T23:24:30.345Z | Compiling papergrid v0.11.0 |
436 | 2024-11-20T23:24:30.487Z | Compiling memmap v0.7.0 |
437 | 2024-11-20T23:24:30.529Z | Compiling unicode-linebreak v0.1.5 |
438 | 2024-11-20T23:24:30.895Z | Compiling smawk v0.3.2 |
439 | 2024-11-20T23:24:31.063Z | Compiling swrite v0.1.0 |
440 | 2024-11-20T23:24:31.122Z | Compiling textwrap v0.16.1 |
441 | 2024-11-20T23:24:32.410Z | Compiling tabled_derive v0.7.0 |
442 | 2024-11-20T23:24:34.126Z | Compiling tabled v0.15.0 |
443 | 2024-11-20T23:24:35.791Z | Compiling serde_derive v1.0.215 |
444 | 2024-11-20T23:24:35.794Z | Compiling thiserror-impl v1.0.69 |
445 | 2024-11-20T23:24:35.794Z | Compiling zerocopy-derive v0.7.35 |
446 | 2024-11-20T23:24:35.904Z | Compiling scroll_derive v0.12.0 |
447 | 2024-11-20T23:24:36.188Z | Compiling clap_derive v4.5.18 |
448 | 2024-11-20T23:24:37.253Z | Compiling scroll v0.12.0 |
449 | 2024-11-20T23:24:37.783Z | Compiling zerocopy v0.7.35 |
450 | 2024-11-20T23:24:37.859Z | Compiling goblin v0.8.2 |
451 | 2024-11-20T23:24:38.633Z | Compiling pest v2.7.14 |
452 | 2024-11-20T23:24:40.264Z | Compiling clap v4.5.21 |
453 | 2024-11-20T23:24:40.956Z | Compiling pest_meta v2.7.14 |
454 | 2024-11-20T23:24:41.837Z | Compiling pest_generator v2.7.14 |
455 | 2024-11-20T23:24:43.741Z | Compiling pest_derive v2.7.14 |
456 | 2024-11-20T23:24:44.407Z | Compiling dtrace-parser v0.2.0 |
457 | 2024-11-20T23:24:46.526Z | Compiling toml_datetime v0.6.8 |
458 | 2024-11-20T23:24:46.526Z | Compiling serde_spanned v0.6.8 |
459 | 2024-11-20T23:24:46.528Z | Compiling cargo-platform v0.1.8 |
460 | 2024-11-20T23:24:46.913Z | Compiling serde_tokenstream v0.2.2 |
461 | 2024-11-20T23:24:47.081Z | Compiling toml_edit v0.22.22 |
462 | 2024-11-20T23:24:47.107Z | Compiling macaddr v1.0.1 |
463 | 2024-11-20T23:24:47.263Z | Compiling camino-tempfile v1.1.1 |
464 | 2024-11-20T23:24:48.173Z | Compiling dof v0.3.0 |
465 | 2024-11-20T23:24:48.173Z | Compiling cargo_metadata v0.18.1 |
466 | 2024-11-20T23:24:50.108Z | Compiling usdt-macro v0.5.0 |
467 | 2024-11-20T23:24:50.109Z | Compiling usdt-attr-macro v0.5.0 |
468 | 2024-11-20T23:24:50.136Z | Compiling toml v0.8.19 |
469 | 2024-11-20T23:24:51.018Z | Compiling cargo_toml v0.20.5 |
470 | 2024-11-20T23:24:51.541Z | Compiling usdt v0.5.0 |
471 | 2024-11-20T23:24:54.705Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
472 | 2024-11-20T23:24:59.146Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.45s |
473 | 2024-11-20T23:24:59.419Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
474 | 2024-11-20T23:24:59.982Z | Downloading crates ... |
475 | 2024-11-20T23:25:00.121Z | Downloaded addr2line v0.24.2 |
476 | 2024-11-20T23:25:00.124Z | Downloaded aead v0.5.2 |
477 | 2024-11-20T23:25:00.130Z | Downloaded adler2 v2.0.0 |
478 | 2024-11-20T23:25:00.152Z | Downloaded aes v0.8.4 |
479 | 2024-11-20T23:25:00.158Z | Downloaded assert_matches v1.5.0 |
480 | 2024-11-20T23:25:00.160Z | Downloaded ascii-canvas v3.0.0 |
481 | 2024-11-20T23:25:00.163Z | Downloaded arrayref v0.3.9 |
482 | 2024-11-20T23:25:00.163Z | Downloaded array-init v0.0.4 |
483 | 2024-11-20T23:25:00.166Z | Downloaded ahash v0.8.11 |
484 | 2024-11-20T23:25:00.169Z | Downloaded hex v0.4.3 |
485 | 2024-11-20T23:25:00.172Z | Downloaded hex-literal v0.4.1 |
486 | 2024-11-20T23:25:00.174Z | Downloaded async-recursion v1.1.1 |
487 | 2024-11-20T23:25:00.179Z | Downloaded async-bb8-diesel v0.2.1 |
488 | 2024-11-20T23:25:00.182Z | Downloaded heapless v0.8.0 |
489 | 2024-11-20T23:25:00.185Z | Downloaded hickory-resolver v0.24.1 |
490 | 2024-11-20T23:25:00.191Z | Downloaded heck v0.3.3 |
491 | 2024-11-20T23:25:00.194Z | Downloaded backoff v0.4.0 |
492 | 2024-11-20T23:25:00.197Z | Downloaded async-stream v0.3.6 |
493 | 2024-11-20T23:25:00.199Z | Downloaded hickory-client v0.24.1 |
494 | 2024-11-20T23:25:00.202Z | Downloaded bb8 v0.8.5 |
495 | 2024-11-20T23:25:00.205Z | Downloaded highway v1.2.0 |
496 | 2024-11-20T23:25:00.207Z | Downloaded ciborium-io v0.2.2 |
497 | 2024-11-20T23:25:00.210Z | Downloaded cfg_aliases v0.2.1 |
498 | 2024-11-20T23:25:00.210Z | Downloaded bitflags v1.3.2 |
499 | 2024-11-20T23:25:00.215Z | Downloaded http-body v1.0.1 |
500 | 2024-11-20T23:25:00.218Z | Downloaded cfg_aliases v0.1.1 |
501 | 2024-11-20T23:25:00.218Z | Downloaded atomic-waker v1.1.2 |
502 | 2024-11-20T23:25:00.218Z | Downloaded base16ct v0.2.0 |
503 | 2024-11-20T23:25:00.221Z | Downloaded httpdate v1.0.3 |
504 | 2024-11-20T23:25:00.225Z | Downloaded cstr-argument v0.1.2 |
505 | 2024-11-20T23:25:00.225Z | Downloaded crunchy v0.2.2 |
506 | 2024-11-20T23:25:00.225Z | Downloaded httparse v1.9.5 |
507 | 2024-11-20T23:25:00.227Z | Downloaded hubpack_derive v0.1.1 |
508 | 2024-11-20T23:25:00.229Z | Downloaded bitfield v0.14.0 |
509 | 2024-11-20T23:25:00.232Z | Downloaded blowfish v0.9.1 |
510 | 2024-11-20T23:25:00.232Z | Downloaded icu_provider_macros v1.5.0 |
511 | 2024-11-20T23:25:00.235Z | Downloaded hyper-tls v0.6.0 |
512 | 2024-11-20T23:25:00.237Z | Downloaded block-padding v0.3.3 |
513 | 2024-11-20T23:25:00.237Z | Downloaded bit-vec v0.6.3 |
514 | 2024-11-20T23:25:00.240Z | Downloaded home v0.5.9 |
515 | 2024-11-20T23:25:00.242Z | Downloaded hostname v0.3.1 |
516 | 2024-11-20T23:25:00.245Z | Downloaded hickory-server v0.24.1 |
517 | 2024-11-20T23:25:00.249Z | Downloaded match_cfg v0.1.0 |
518 | 2024-11-20T23:25:00.252Z | Downloaded cmake v0.1.51 |
519 | 2024-11-20T23:25:00.254Z | Downloaded matches v0.1.10 |
520 | 2024-11-20T23:25:00.254Z | Downloaded icu_locid_transform v1.5.0 |
521 | 2024-11-20T23:25:00.257Z | Downloaded chacha20 v0.9.1 |
522 | 2024-11-20T23:25:00.261Z | Downloaded instant v0.1.13 |
523 | 2024-11-20T23:25:00.263Z | Downloaded md5 v0.7.0 |
524 | 2024-11-20T23:25:00.263Z | Downloaded crc v3.2.1 |
525 | 2024-11-20T23:25:00.265Z | Downloaded curve25519-dalek-derive v0.1.1 |
526 | 2024-11-20T23:25:00.268Z | Downloaded ctr v0.9.2 |
527 | 2024-11-20T23:25:00.271Z | Downloaded cobs v0.2.3 |
528 | 2024-11-20T23:25:00.273Z | Downloaded rpassword v7.3.1 |
529 | 2024-11-20T23:25:00.273Z | Downloaded cipher v0.4.4 |
530 | 2024-11-20T23:25:00.277Z | Downloaded idna_adapter v1.2.0 |
531 | 2024-11-20T23:25:00.277Z | Downloaded ciborium-ll v0.2.2 |
532 | 2024-11-20T23:25:00.279Z | Downloaded crossbeam-deque v0.8.5 |
533 | 2024-11-20T23:25:00.279Z | Downloaded crc-catalog v2.4.0 |
534 | 2024-11-20T23:25:00.282Z | Downloaded iana-time-zone v0.1.61 |
535 | 2024-11-20T23:25:00.285Z | Downloaded russh-cryptovec v0.7.3 |
536 | 2024-11-20T23:25:00.288Z | Downloaded convert_case v0.4.0 |
537 | 2024-11-20T23:25:00.288Z | Downloaded constant_time_eq v0.3.1 |
538 | 2024-11-20T23:25:00.290Z | Downloaded libsw v3.3.1 |
539 | 2024-11-20T23:25:00.292Z | Downloaded maplit v1.0.2 |
540 | 2024-11-20T23:25:00.293Z | Downloaded kstat-rs v0.2.4 |
541 | 2024-11-20T23:25:00.296Z | Downloaded async-trait v0.1.83 |
542 | 2024-11-20T23:25:00.298Z | Downloaded take_mut v0.2.2 |
543 | 2024-11-20T23:25:00.302Z | Downloaded quinn-udp v0.5.5 |
544 | 2024-11-20T23:25:00.304Z | Downloaded bzip2 v0.4.4 |
545 | 2024-11-20T23:25:00.304Z | Downloaded toolchain_find v0.4.0 |
546 | 2024-11-20T23:25:00.307Z | Downloaded internet-checksum v0.2.1 |
547 | 2024-11-20T23:25:00.307Z | Downloaded vte_generate_state_changes v0.1.2 |
548 | 2024-11-20T23:25:00.309Z | Downloaded topological-sort v0.2.2 |
549 | 2024-11-20T23:25:00.309Z | Downloaded indent_write v2.2.0 |
550 | 2024-11-20T23:25:00.312Z | Downloaded tower-service v0.3.3 |
551 | 2024-11-20T23:25:00.316Z | Downloaded icu_normalizer_data v1.5.0 |
552 | 2024-11-20T23:25:00.317Z | Downloaded ref-cast-impl v1.0.23 |
553 | 2024-11-20T23:25:00.317Z | Downloaded hyper-staticfile v0.10.1 |
554 | 2024-11-20T23:25:00.319Z | Downloaded console v0.15.8 |
555 | 2024-11-20T23:25:00.322Z | Downloaded icu_provider v1.5.0 |
556 | 2024-11-20T23:25:00.326Z | Downloaded yoke-derive v0.7.4 |
557 | 2024-11-20T23:25:00.328Z | Downloaded universal-hash v0.5.1 |
558 | 2024-11-20T23:25:00.330Z | Downloaded serde_repr v0.1.19 |
559 | 2024-11-20T23:25:00.330Z | Downloaded rtoolbox v0.0.2 |
560 | 2024-11-20T23:25:00.333Z | Downloaded signal-hook-mio v0.2.4 |
561 | 2024-11-20T23:25:00.335Z | Downloaded signal-hook-registry v1.4.2 |
562 | 2024-11-20T23:25:00.338Z | Downloaded scopeguard v1.2.0 |
563 | 2024-11-20T23:25:00.338Z | Downloaded schemars_derive v0.8.21 |
564 | 2024-11-20T23:25:00.340Z | Downloaded slog-dtrace v0.3.0 |
565 | 2024-11-20T23:25:00.342Z | Downloaded stringprep v0.1.5 |
566 | 2024-11-20T23:25:00.345Z | Downloaded slog-json v2.6.1 |
567 | 2024-11-20T23:25:00.348Z | Downloaded downcast v0.11.0 |
568 | 2024-11-20T23:25:00.351Z | Downloaded endian-type v0.1.2 |
569 | 2024-11-20T23:25:00.351Z | Downloaded string_cache v0.8.7 |
570 | 2024-11-20T23:25:00.354Z | Downloaded blake2 v0.10.6 |
571 | 2024-11-20T23:25:00.354Z | Downloaded md-5 v0.10.6 |
572 | 2024-11-20T23:25:00.356Z | Downloaded normalize-line-endings v0.3.0 |
573 | 2024-11-20T23:25:00.359Z | Downloaded mirai-annotations v1.12.0 |
574 | 2024-11-20T23:25:00.359Z | Downloaded time-core v0.1.2 |
575 | 2024-11-20T23:25:00.362Z | Downloaded tabwriter v1.4.0 |
576 | 2024-11-20T23:25:00.362Z | Downloaded num-conv v0.1.0 |
577 | 2024-11-20T23:25:00.365Z | Downloaded tokio-native-tls v0.3.1 |
578 | 2024-11-20T23:25:00.367Z | Downloaded mime_guess v2.0.5 |
579 | 2024-11-20T23:25:00.369Z | Downloaded wait-timeout v0.2.0 |
580 | 2024-11-20T23:25:00.372Z | Downloaded litemap v0.7.3 |
581 | 2024-11-20T23:25:00.375Z | Downloaded csv-core v0.1.11 |
582 | 2024-11-20T23:25:00.378Z | Downloaded crossbeam-utils v0.8.20 |
583 | 2024-11-20T23:25:00.380Z | Downloaded deranged v0.3.11 |
584 | 2024-11-20T23:25:00.383Z | Downloaded libloading v0.8.5 |
585 | 2024-11-20T23:25:00.385Z | Downloaded progenitor-client v0.8.0 |
586 | 2024-11-20T23:25:00.387Z | Downloaded pin-utils v0.1.0 |
587 | 2024-11-20T23:25:00.387Z | Downloaded diesel-dtrace v0.3.0 |
588 | 2024-11-20T23:25:00.391Z | Downloaded parse-size v1.1.0 |
589 | 2024-11-20T23:25:00.391Z | Downloaded oso-derive v0.27.3 |
590 | 2024-11-20T23:25:00.394Z | Downloaded crc-any v2.5.0 |
591 | 2024-11-20T23:25:00.394Z | Downloaded rand_seeder v0.3.0 |
592 | 2024-11-20T23:25:00.399Z | Downloaded glob v0.3.1 |
593 | 2024-11-20T23:25:00.402Z | Downloaded indexmap v1.9.3 |
594 | 2024-11-20T23:25:00.402Z | Downloaded icu_locid v1.5.0 |
595 | 2024-11-20T23:25:00.408Z | Downloaded sigpipe v0.1.3 |
596 | 2024-11-20T23:25:00.410Z | Downloaded icu_normalizer v1.5.0 |
597 | 2024-11-20T23:25:00.413Z | Downloaded try-lock v0.2.5 |
598 | 2024-11-20T23:25:00.416Z | Downloaded want v0.3.1 |
599 | 2024-11-20T23:25:00.416Z | Downloaded futures-executor v0.3.31 |
600 | 2024-11-20T23:25:00.418Z | Downloaded futures-core v0.3.31 |
601 | 2024-11-20T23:25:00.421Z | Downloaded scrypt v0.11.0 |
602 | 2024-11-20T23:25:00.423Z | Downloaded num-derive v0.4.2 |
603 | 2024-11-20T23:25:00.425Z | Downloaded write16 v1.0.0 |
604 | 2024-11-20T23:25:00.426Z | Downloaded bytes v1.8.0 |
605 | 2024-11-20T23:25:00.430Z | Downloaded olpc-cjson v0.1.4 |
606 | 2024-11-20T23:25:00.432Z | Downloaded chacha20poly1305 v0.10.1 |
607 | 2024-11-20T23:25:00.435Z | Downloaded paste v1.0.15 |
608 | 2024-11-20T23:25:00.437Z | Downloaded waitgroup v0.1.2 |
609 | 2024-11-20T23:25:00.440Z | Downloaded foreign-types-macros v0.2.3 |
610 | 2024-11-20T23:25:00.440Z | Downloaded russh-keys v0.45.0 |
611 | 2024-11-20T23:25:00.443Z | Downloaded slog v2.7.0 |
612 | 2024-11-20T23:25:00.446Z | Downloaded compact_str v0.8.0 |
613 | 2024-11-20T23:25:00.451Z | Downloaded progenitor-macro v0.8.0 |
614 | 2024-11-20T23:25:00.453Z | Downloaded base64 v0.22.1 |
615 | 2024-11-20T23:25:00.457Z | Downloaded cc v1.1.30 |
616 | 2024-11-20T23:25:00.461Z | Downloaded openssl-probe v0.1.5 |
617 | 2024-11-20T23:25:00.463Z | Downloaded prettyplease v0.2.25 |
618 | 2024-11-20T23:25:00.468Z | Downloaded openssl-macros v0.1.1 |
619 | 2024-11-20T23:25:00.471Z | Downloaded pretty-hex v0.2.1 |
620 | 2024-11-20T23:25:00.471Z | Downloaded termios v0.3.3 |
621 | 2024-11-20T23:25:00.473Z | Downloaded structmeta v0.2.0 |
622 | 2024-11-20T23:25:00.476Z | Downloaded strip-ansi-escapes v0.2.0 |
623 | 2024-11-20T23:25:00.476Z | Downloaded utf-8 v0.7.6 |
624 | 2024-11-20T23:25:00.479Z | Downloaded typify-macro v0.2.0 |
625 | 2024-11-20T23:25:00.481Z | Downloaded tui-tree-widget v0.22.0 |
626 | 2024-11-20T23:25:00.481Z | Downloaded vte v0.11.1 |
627 | 2024-11-20T23:25:00.484Z | Downloaded unarray v0.1.4 |
628 | 2024-11-20T23:25:00.486Z | Downloaded secrecy v0.8.0 |
629 | 2024-11-20T23:25:00.488Z | Downloaded zerocopy v0.6.6 |
630 | 2024-11-20T23:25:00.491Z | Downloaded owo-colors v4.1.0 |
631 | 2024-11-20T23:25:00.505Z | Downloaded flagset v0.4.6 |
632 | 2024-11-20T23:25:00.508Z | Downloaded dsl_auto_type v0.1.2 |
633 | 2024-11-20T23:25:00.510Z | Downloaded display-error-chain v0.2.2 |
634 | 2024-11-20T23:25:00.510Z | Downloaded whoami v1.5.2 |
635 | 2024-11-20T23:25:00.513Z | Downloaded termtree v0.4.1 |
636 | 2024-11-20T23:25:00.516Z | Downloaded qorb v0.2.0 |
637 | 2024-11-20T23:25:00.519Z | Downloaded num v0.4.3 |
638 | 2024-11-20T23:25:00.521Z | Downloaded zerofrom v0.1.4 |
639 | 2024-11-20T23:25:00.523Z | Downloaded static_assertions v1.1.0 |
640 | 2024-11-20T23:25:00.526Z | Downloaded snafu-derive v0.8.5 |
641 | 2024-11-20T23:25:00.526Z | Downloaded ghash v0.5.1 |
642 | 2024-11-20T23:25:00.528Z | Downloaded foreign-types v0.3.2 |
643 | 2024-11-20T23:25:00.531Z | Downloaded peg v0.8.4 |
644 | 2024-11-20T23:25:00.533Z | Downloaded salsa20 v0.10.2 |
645 | 2024-11-20T23:25:00.537Z | Downloaded sec1 v0.7.3 |
646 | 2024-11-20T23:25:00.539Z | Downloaded walkdir v2.5.0 |
647 | 2024-11-20T23:25:00.542Z | Downloaded crypto-bigint v0.5.5 |
648 | 2024-11-20T23:25:00.548Z | Downloaded percent-encoding v2.3.1 |
649 | 2024-11-20T23:25:00.552Z | Downloaded progenitor v0.8.0 |
650 | 2024-11-20T23:25:00.555Z | Downloaded fixedbitset v0.4.2 |
651 | 2024-11-20T23:25:00.555Z | Downloaded env_logger v0.11.5 |
652 | 2024-11-20T23:25:00.557Z | Downloaded psl-types v2.0.11 |
653 | 2024-11-20T23:25:00.560Z | Downloaded displaydoc v0.2.5 |
654 | 2024-11-20T23:25:00.562Z | Downloaded darling_core v0.20.10 |
655 | 2024-11-20T23:25:00.567Z | Downloaded peg-runtime v0.8.3 |
656 | 2024-11-20T23:25:00.569Z | Downloaded path-slash v0.1.5 |
657 | 2024-11-20T23:25:00.569Z | Downloaded slog-stdlog v4.1.1 |
658 | 2024-11-20T23:25:00.572Z | Downloaded futures-channel v0.3.31 |
659 | 2024-11-20T23:25:00.574Z | Downloaded diesel_table_macro_syntax v0.2.0 |
660 | 2024-11-20T23:25:00.576Z | Downloaded zerofrom-derive v0.1.4 |
661 | 2024-11-20T23:25:00.576Z | Downloaded unicode-xid v0.2.6 |
662 | 2024-11-20T23:25:00.579Z | Downloaded minimal-lexical v0.2.1 |
663 | 2024-11-20T23:25:00.583Z | Downloaded sync-ptr v0.1.1 |
664 | 2024-11-20T23:25:00.586Z | Downloaded sqlparser_derive v0.2.2 |
665 | 2024-11-20T23:25:00.586Z | Downloaded group v0.13.0 |
666 | 2024-11-20T23:25:00.588Z | Downloaded funty v2.0.0 |
667 | 2024-11-20T23:25:00.591Z | Downloaded oso v0.27.3 |
668 | 2024-11-20T23:25:00.593Z | Downloaded either v1.13.0 |
669 | 2024-11-20T23:25:00.596Z | Downloaded futures-macro v0.3.31 |
670 | 2024-11-20T23:25:00.598Z | Downloaded signature v2.2.0 |
671 | 2024-11-20T23:25:00.601Z | Downloaded tinyvec_macros v0.1.1 |
672 | 2024-11-20T23:25:00.601Z | Downloaded unsafe-libyaml v0.2.11 |
673 | 2024-11-20T23:25:00.604Z | Downloaded rcgen v0.12.1 |
674 | 2024-11-20T23:25:00.608Z | Downloaded newtype-uuid v1.1.3 |
675 | 2024-11-20T23:25:00.610Z | Downloaded darling_macro v0.20.10 |
676 | 2024-11-20T23:25:00.614Z | Downloaded num-iter v0.1.45 |
677 | 2024-11-20T23:25:00.614Z | Downloaded snafu v0.8.5 |
678 | 2024-11-20T23:25:00.620Z | Downloaded foreign-types-shared v0.3.1 |
679 | 2024-11-20T23:25:00.623Z | Downloaded dropshot_endpoint v0.13.0 |
680 | 2024-11-20T23:25:00.626Z | Downloaded defmt v0.3.8 |
681 | 2024-11-20T23:25:00.631Z | Downloaded half v2.4.1 |
682 | 2024-11-20T23:25:00.634Z | Downloaded opaque-debug v0.3.1 |
683 | 2024-11-20T23:25:00.637Z | Downloaded structmeta-derive v0.3.0 |
684 | 2024-11-20T23:25:00.639Z | Downloaded num_threads v0.1.7 |
685 | 2024-11-20T23:25:00.640Z | Downloaded number_prefix v0.4.0 |
686 | 2024-11-20T23:25:00.642Z | Downloaded spin v0.5.2 |
687 | 2024-11-20T23:25:00.642Z | Downloaded serde_urlencoded v0.7.1 |
688 | 2024-11-20T23:25:00.646Z | Downloaded value-bag v1.9.0 |
689 | 2024-11-20T23:25:00.648Z | Downloaded tinystr v0.7.6 |
690 | 2024-11-20T23:25:00.650Z | Downloaded signal-hook-tokio v0.3.1 |
691 | 2024-11-20T23:25:00.654Z | Downloaded x509-cert v0.2.5 |
692 | 2024-11-20T23:25:00.659Z | Downloaded tokio-macros v2.4.0 |
693 | 2024-11-20T23:25:00.661Z | Downloaded num-rational v0.4.2 |
694 | 2024-11-20T23:25:00.663Z | Downloaded parse-display-derive v0.10.0 |
695 | 2024-11-20T23:25:00.666Z | Downloaded num-integer v0.1.46 |
696 | 2024-11-20T23:25:00.668Z | Downloaded new_debug_unreachable v1.0.6 |
697 | 2024-11-20T23:25:00.668Z | Downloaded libm v0.2.8 |
698 | 2024-11-20T23:25:00.677Z | Downloaded form_urlencoded v1.2.1 |
699 | 2024-11-20T23:25:00.679Z | Downloaded newline-converter v0.3.0 |
700 | 2024-11-20T23:25:00.683Z | Downloaded itertools v0.10.5 |
701 | 2024-11-20T23:25:00.688Z | Downloaded diff v0.1.13 |
702 | 2024-11-20T23:25:00.691Z | Downloaded url v2.5.3 |
703 | 2024-11-20T23:25:00.696Z | Downloaded rustversion v1.0.17 |
704 | 2024-11-20T23:25:00.699Z | Downloaded tokio-rustls v0.24.1 |
705 | 2024-11-20T23:25:00.702Z | Downloaded zone_cfg_derive v0.1.2 |
706 | 2024-11-20T23:25:00.704Z | Downloaded rand_xorshift v0.3.0 |
707 | 2024-11-20T23:25:00.704Z | Downloaded libxml v0.3.3 |
708 | 2024-11-20T23:25:00.712Z | Downloaded untrusted v0.7.1 |
709 | 2024-11-20T23:25:00.714Z | Downloaded unicode-truncate v1.1.0 |
710 | 2024-11-20T23:25:00.718Z | Downloaded derive_builder_macro v0.20.2 |
711 | 2024-11-20T23:25:00.718Z | Downloaded der_derive v0.7.3 |
712 | 2024-11-20T23:25:00.720Z | Downloaded tokio-rustls v0.26.0 |
713 | 2024-11-20T23:25:00.724Z | Downloaded phf_shared v0.10.0 |
714 | 2024-11-20T23:25:00.724Z | Downloaded data-encoding v2.6.0 |
715 | 2024-11-20T23:25:00.727Z | Downloaded pin-project v1.1.6 |
716 | 2024-11-20T23:25:00.738Z | Downloaded dhcproto-macros v0.1.0 |
717 | 2024-11-20T23:25:00.740Z | Downloaded sync_wrapper v1.0.1 |
718 | 2024-11-20T23:25:00.740Z | Downloaded zone_cfg_derive v0.3.0 |
719 | 2024-11-20T23:25:00.743Z | Downloaded ena v0.14.3 |
720 | 2024-11-20T23:25:00.743Z | Downloaded nanorand v0.7.0 |
721 | 2024-11-20T23:25:00.746Z | Downloaded quick-error v1.2.3 |
722 | 2024-11-20T23:25:00.748Z | Downloaded aws-lc-rs v1.10.0 |
723 | 2024-11-20T23:25:00.757Z | Downloaded num-complex v0.4.6 |
724 | 2024-11-20T23:25:00.760Z | Downloaded shlex v1.3.0 |
725 | 2024-11-20T23:25:00.763Z | Downloaded zerovec-derive v0.10.3 |
726 | 2024-11-20T23:25:00.768Z | Downloaded thiserror-no-std v2.0.2 |
727 | 2024-11-20T23:25:00.773Z | Downloaded zone v0.3.0 |
728 | 2024-11-20T23:25:00.773Z | Downloaded zone v0.1.8 |
729 | 2024-11-20T23:25:00.773Z | Downloaded tap v1.0.1 |
730 | 2024-11-20T23:25:00.776Z | Downloaded tinyvec v1.8.0 |
731 | 2024-11-20T23:25:00.778Z | Downloaded gethostname v0.5.0 |
732 | 2024-11-20T23:25:00.778Z | Downloaded itertools v0.12.1 |
733 | 2024-11-20T23:25:00.784Z | Downloaded serde-big-array v0.5.1 |
734 | 2024-11-20T23:25:00.787Z | Downloaded hkdf v0.12.4 |
735 | 2024-11-20T23:25:00.789Z | Downloaded strum_macros v0.25.3 |
736 | 2024-11-20T23:25:00.792Z | Downloaded polyval v0.6.2 |
737 | 2024-11-20T23:25:00.796Z | Downloaded phf_shared v0.11.2 |
738 | 2024-11-20T23:25:00.798Z | Downloaded zeroize_derive v1.4.2 |
739 | 2024-11-20T23:25:00.798Z | Downloaded xattr v1.3.1 |
740 | 2024-11-20T23:25:00.802Z | Downloaded parking_lot_core v0.8.6 |
741 | 2024-11-20T23:25:00.802Z | Downloaded hashlink v0.9.1 |
742 | 2024-11-20T23:25:00.805Z | Downloaded rustc-hash v2.0.0 |
743 | 2024-11-20T23:25:00.808Z | Downloaded postcard v1.0.10 |
744 | 2024-11-20T23:25:00.810Z | Downloaded float-ord v0.3.2 |
745 | 2024-11-20T23:25:00.810Z | Downloaded filetime v0.2.25 |
746 | 2024-11-20T23:25:00.813Z | Downloaded precomputed-hash v0.1.1 |
747 | 2024-11-20T23:25:00.813Z | Downloaded signal-hook v0.3.17 |
748 | 2024-11-20T23:25:00.817Z | Downloaded omicron-zone-package v0.11.1 |
749 | 2024-11-20T23:25:00.819Z | Downloaded phf v0.11.2 |
750 | 2024-11-20T23:25:00.830Z | Downloaded foreign-types v0.5.0 |
751 | 2024-11-20T23:25:00.830Z | Downloaded serde_plain v1.0.2 |
752 | 2024-11-20T23:25:00.830Z | Downloaded publicsuffix v2.2.3 |
753 | 2024-11-20T23:25:00.830Z | Downloaded unicode-properties v0.1.3 |
754 | 2024-11-20T23:25:00.832Z | Downloaded radium v0.7.0 |
755 | 2024-11-20T23:25:00.833Z | Downloaded foreign-types-shared v0.1.1 |
756 | 2024-11-20T23:25:00.833Z | Downloaded fallible-iterator v0.3.0 |
757 | 2024-11-20T23:25:00.836Z | Downloaded ssh-encoding v0.2.0 |
758 | 2024-11-20T23:25:00.839Z | Downloaded fallible-iterator v0.2.0 |
759 | 2024-11-20T23:25:00.839Z | Downloaded spki v0.7.3 |
760 | 2024-11-20T23:25:00.841Z | Downloaded toml_edit v0.19.15 |
761 | 2024-11-20T23:25:00.858Z | Downloaded fxhash v0.2.1 |
762 | 2024-11-20T23:25:00.860Z | Downloaded itertools v0.13.0 |
763 | 2024-11-20T23:25:00.866Z | Downloaded newtype_derive v0.1.6 |
764 | 2024-11-20T23:25:00.868Z | Downloaded serde_with_macros v3.11.0 |
765 | 2024-11-20T23:25:00.871Z | Downloaded pem-rfc7468 v0.7.0 |
766 | 2024-11-20T23:25:00.875Z | Downloaded packed_struct_codegen v0.10.1 |
767 | 2024-11-20T23:25:00.875Z | Downloaded strum v0.26.3 |
768 | 2024-11-20T23:25:00.877Z | Downloaded twox-hash v1.6.3 |
769 | 2024-11-20T23:25:00.877Z | Downloaded serde_path_to_error v0.1.16 |
770 | 2024-11-20T23:25:00.880Z | Downloaded packed_struct v0.10.1 |
771 | 2024-11-20T23:25:00.882Z | Downloaded ppv-lite86 v0.2.20 |
772 | 2024-11-20T23:25:00.882Z | Downloaded rusqlite v0.32.1 |
773 | 2024-11-20T23:25:00.890Z | Downloaded parking_lot v0.11.2 |
774 | 2024-11-20T23:25:00.893Z | Downloaded parking_lot v0.12.3 |
775 | 2024-11-20T23:25:00.896Z | Downloaded rustls-pki-types v1.9.0 |
776 | 2024-11-20T23:25:00.899Z | Downloaded powerfmt v0.2.0 |
777 | 2024-11-20T23:25:00.902Z | Downloaded phf_generator v0.11.2 |
778 | 2024-11-20T23:25:00.902Z | Downloaded spin v0.9.8 |
779 | 2024-11-20T23:25:00.904Z | Downloaded utf8_iter v1.0.4 |
780 | 2024-11-20T23:25:00.906Z | Downloaded blake3 v1.5.4 |
781 | 2024-11-20T23:25:00.914Z | Downloaded predicates-core v1.0.8 |
782 | 2024-11-20T23:25:00.916Z | Downloaded sct v0.7.1 |
783 | 2024-11-20T23:25:00.919Z | Downloaded futures-task v0.3.31 |
784 | 2024-11-20T23:25:00.921Z | Downloaded foldhash v0.1.3 |
785 | 2024-11-20T23:25:00.921Z | Downloaded ssh-key v0.6.6 |
786 | 2024-11-20T23:25:00.929Z | Downloaded semver v0.1.20 |
787 | 2024-11-20T23:25:00.932Z | Downloaded r2d2 v0.8.10 |
788 | 2024-11-20T23:25:00.934Z | Downloaded rusty-fork v0.3.0 |
789 | 2024-11-20T23:25:00.934Z | Downloaded rustls-pemfile v2.2.0 |
790 | 2024-11-20T23:25:00.936Z | Downloaded structmeta-derive v0.2.0 |
791 | 2024-11-20T23:25:00.939Z | Downloaded postgres-types v0.2.8 |
792 | 2024-11-20T23:25:00.941Z | Downloaded rand v0.8.5 |
793 | 2024-11-20T23:25:00.946Z | Downloaded des v0.8.1 |
794 | 2024-11-20T23:25:00.950Z | Downloaded uuid v1.11.0 |
795 | 2024-11-20T23:25:00.953Z | Downloaded multimap v0.10.0 |
796 | 2024-11-20T23:25:00.953Z | Downloaded dirs-next v2.0.0 |
797 | 2024-11-20T23:25:00.955Z | Downloaded structmeta v0.3.0 |
798 | 2024-11-20T23:25:00.955Z | Downloaded tar v0.4.42 |
799 | 2024-11-20T23:25:00.958Z | Downloaded ed25519 v2.2.3 |
800 | 2024-11-20T23:25:00.960Z | Downloaded tracing-core v0.1.32 |
801 | 2024-11-20T23:25:00.963Z | Downloaded predicates v3.1.2 |
802 | 2024-11-20T23:25:00.966Z | Downloaded nu-ansi-term v0.50.1 |
803 | 2024-11-20T23:25:00.968Z | Downloaded tokio-util v0.7.12 |
804 | 2024-11-20T23:25:00.976Z | Downloaded socket2 v0.5.7 |
805 | 2024-11-20T23:25:00.979Z | Downloaded headers v0.4.0 |
806 | 2024-11-20T23:25:00.984Z | Downloaded zip v0.6.6 |
807 | 2024-11-20T23:25:00.989Z | Downloaded winnow v0.5.40 |
808 | 2024-11-20T23:25:00.999Z | Downloaded multer v3.1.0 |
809 | 2024-11-20T23:25:01.003Z | Downloaded bitvec v1.0.1 |
810 | 2024-11-20T23:25:01.020Z | Downloaded getrandom v0.2.15 |
811 | 2024-11-20T23:25:01.022Z | Downloaded tungstenite v0.24.0 |
812 | 2024-11-20T23:25:01.025Z | Downloaded serde_yaml v0.9.34+deprecated |
813 | 2024-11-20T23:25:01.030Z | Downloaded zip v2.1.3 |
814 | 2024-11-20T23:25:01.035Z | Downloaded vergen v8.3.2 |
815 | 2024-11-20T23:25:01.038Z | Downloaded lalrpop v0.19.12 |
816 | 2024-11-20T23:25:01.050Z | Downloaded nom v7.1.3 |
817 | 2024-11-20T23:25:01.055Z | Downloaded h2 v0.4.6 |
818 | 2024-11-20T23:25:01.063Z | Downloaded tungstenite v0.21.0 |
819 | 2024-11-20T23:25:01.067Z | Downloaded elliptic-curve v0.13.8 |
820 | 2024-11-20T23:25:01.072Z | Downloaded writeable v0.5.5 |
821 | 2024-11-20T23:25:01.074Z | Downloaded tungstenite v0.23.0 |
822 | 2024-11-20T23:25:01.077Z | Downloaded quinn v0.11.5 |
823 | 2024-11-20T23:25:01.081Z | Downloaded num-bigint-dig v0.8.4 |
824 | 2024-11-20T23:25:01.087Z | Downloaded serde_with v3.11.0 |
825 | 2024-11-20T23:25:01.096Z | Downloaded hashbrown v0.12.3 |
826 | 2024-11-20T23:25:01.101Z | Downloaded zerocopy v0.8.10 |
827 | 2024-11-20T23:25:01.127Z | Downloaded num-bigint v0.4.6 |
828 | 2024-11-20T23:25:01.132Z | Downloaded idna v0.2.3 |
829 | 2024-11-20T23:25:01.140Z | Downloaded flume v0.11.1 |
830 | 2024-11-20T23:25:01.144Z | Downloaded ed25519-dalek v2.1.1 |
831 | 2024-11-20T23:25:01.147Z | Downloaded typed-path v0.9.3 |
832 | 2024-11-20T23:25:01.155Z | Downloaded unicode-normalization v0.1.24 |
833 | 2024-11-20T23:25:01.159Z | Downloaded idna v0.4.0 |
834 | 2024-11-20T23:25:01.167Z | Downloaded zerovec v0.10.4 |
835 | 2024-11-20T23:25:01.174Z | Downloaded rustyline v14.0.0 |
836 | 2024-11-20T23:25:01.181Z | Downloaded regex v1.11.1 |
837 | 2024-11-20T23:25:01.197Z | Downloaded portable-atomic v1.9.0 |
838 | 2024-11-20T23:25:01.203Z | Downloaded rustls-webpki v0.102.8 |
839 | 2024-11-20T23:25:01.224Z | Downloaded reqwest v0.12.9 |
840 | 2024-11-20T23:25:01.232Z | Downloaded hashbrown v0.14.5 |
841 | 2024-11-20T23:25:01.237Z | Downloaded vcpkg v0.2.15 |
842 | 2024-11-20T23:25:01.277Z | Downloaded git2 v0.19.0 |
843 | 2024-11-20T23:25:01.285Z | Downloaded rayon v1.10.0 |
844 | 2024-11-20T23:25:01.295Z | Downloaded quick-xml v0.33.0 |
845 | 2024-11-20T23:25:01.302Z | Downloaded quinn-proto v0.11.8 |
846 | 2024-11-20T23:25:01.309Z | Downloaded unicode-width v0.2.0 |
847 | 2024-11-20T23:25:01.317Z | Downloaded p384 v0.13.0 |
848 | 2024-11-20T23:25:01.323Z | Downloaded object v0.36.5 |
849 | 2024-11-20T23:25:01.337Z | Downloaded futures-util v0.3.31 |
850 | 2024-11-20T23:25:01.350Z | Downloaded dropshot v0.12.0 |
851 | 2024-11-20T23:25:01.371Z | Downloaded rustls v0.21.12 |
852 | 2024-11-20T23:25:01.383Z | Downloaded gimli v0.31.1 |
853 | 2024-11-20T23:25:01.392Z | Downloaded rustls-webpki v0.101.7 |
854 | 2024-11-20T23:25:01.409Z | Downloaded polar-core v0.27.3 |
855 | 2024-11-20T23:25:01.418Z | Downloaded regress v0.9.1 |
856 | 2024-11-20T23:25:01.428Z | Downloaded dropshot v0.13.0 |
857 | 2024-11-20T23:25:01.450Z | Downloaded diesel v2.2.4 |
858 | 2024-11-20T23:25:01.471Z | Downloaded bstr v1.10.0 |
859 | 2024-11-20T23:25:01.483Z | Downloaded nix v0.27.1 |
860 | 2024-11-20T23:25:01.495Z | Downloaded rustls v0.23.14 |
861 | 2024-11-20T23:25:01.508Z | Downloaded zerocopy-derive v0.6.6 |
862 | 2024-11-20T23:25:01.518Z | Downloaded rustls v0.22.4 |
863 | 2024-11-20T23:25:01.532Z | Downloaded object v0.30.4 |
864 | 2024-11-20T23:25:01.542Z | Downloaded trust-dns-proto v0.22.0 |
865 | 2024-11-20T23:25:01.555Z | Downloaded smoltcp v0.9.1 |
866 | 2024-11-20T23:25:01.566Z | Downloaded regex-automata v0.4.8 |
867 | 2024-11-20T23:25:01.585Z | Downloaded nix v0.28.0 |
868 | 2024-11-20T23:25:01.597Z | Downloaded chrono-tz v0.10.0 |
869 | 2024-11-20T23:25:01.605Z | Downloaded smoltcp v0.11.0 |
870 | 2024-11-20T23:25:01.618Z | Downloaded nix v0.29.0 |
871 | 2024-11-20T23:25:01.630Z | Downloaded regex-syntax v0.8.5 |
872 | 2024-11-20T23:25:01.639Z | Downloaded regress v0.10.1 |
873 | 2024-11-20T23:25:01.648Z | Downloaded sled v0.34.7 |
874 | 2024-11-20T23:25:01.659Z | Downloaded petgraph v0.6.5 |
875 | 2024-11-20T23:25:01.679Z | Downloaded typify-impl v0.2.0 |
876 | 2024-11-20T23:25:01.694Z | Downloaded lzma-sys v0.1.20 |
877 | 2024-11-20T23:25:01.723Z | Downloaded libz-sys v1.1.20 |
878 | 2024-11-20T23:25:01.744Z | Downloaded ratatui v0.28.1 |
879 | 2024-11-20T23:25:01.764Z | Downloaded tokio v1.40.0 |
880 | 2024-11-20T23:25:01.801Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
881 | 2024-11-20T23:25:01.813Z | Downloaded petname v2.0.2 |
882 | 2024-11-20T23:25:01.820Z | Downloaded radix_trie v0.2.1 |
883 | 2024-11-20T23:25:01.826Z | Downloaded openapiv3 v2.0.0 |
884 | 2024-11-20T23:25:01.838Z | Downloaded openssl v0.10.66 |
885 | 2024-11-20T23:25:01.848Z | Downloaded sqlparser v0.45.0 |
886 | 2024-11-20T23:25:01.854Z | Downloaded curve25519-dalek v4.1.3 |
887 | 2024-11-20T23:25:01.863Z | Downloaded p521 v0.13.3 |
888 | 2024-11-20T23:25:01.866Z | Downloaded regex-syntax v0.6.29 |
889 | 2024-11-20T23:25:01.874Z | Downloaded webpki-roots v0.26.6 |
890 | 2024-11-20T23:25:01.878Z | Downloaded hashbrown v0.13.2 |
891 | 2024-11-20T23:25:01.884Z | Downloaded flate2 v1.0.34 |
892 | 2024-11-20T23:25:01.889Z | Downloaded proptest v1.5.0 |
893 | 2024-11-20T23:25:01.899Z | Downloaded idna v0.3.0 |
894 | 2024-11-20T23:25:01.906Z | Downloaded csv v1.3.0 |
895 | 2024-11-20T23:25:01.926Z | Downloaded sha3 v0.10.8 |
896 | 2024-11-20T23:25:01.931Z | Downloaded idna v0.5.0 |
897 | 2024-11-20T23:25:01.938Z | Downloaded rayon-core v1.12.1 |
898 | 2024-11-20T23:25:01.949Z | Downloaded chrono v0.4.38 |
899 | 2024-11-20T23:25:01.961Z | Downloaded unicode-segmentation v1.12.0 |
900 | 2024-11-20T23:25:01.961Z | Downloaded tracing v0.1.40 |
901 | 2024-11-20T23:25:01.961Z | Downloaded expectorate v1.1.0 |
902 | 2024-11-20T23:25:01.961Z | Downloaded salty v0.3.0 |
903 | 2024-11-20T23:25:01.968Z | Downloaded bindgen v0.69.5 |
904 | 2024-11-20T23:25:01.975Z | Downloaded vsss-rs v3.3.4 |
905 | 2024-11-20T23:25:01.977Z | Downloaded dhcproto v0.12.0 |
906 | 2024-11-20T23:25:01.980Z | Downloaded icu_properties_data v1.5.0 |
907 | 2024-11-20T23:25:01.991Z | Downloaded dyn-clone v1.0.17 |
908 | 2024-11-20T23:25:01.994Z | Downloaded resolv-conf v0.7.0 |
909 | 2024-11-20T23:25:01.998Z | Downloaded unicode_categories v0.1.1 |
910 | 2024-11-20T23:25:02.001Z | Downloaded mio v1.0.2 |
911 | 2024-11-20T23:25:02.004Z | Downloaded typify v0.2.0 |
912 | 2024-11-20T23:25:02.006Z | Downloaded embedded-io v0.6.1 |
913 | 2024-11-20T23:25:02.011Z | Downloaded embedded-io v0.4.0 |
914 | 2024-11-20T23:25:02.011Z | Downloaded difflib v0.4.0 |
915 | 2024-11-20T23:25:02.011Z | Downloaded mockall_derive v0.13.0 |
916 | 2024-11-20T23:25:02.019Z | Downloaded ecdsa v0.16.9 |
917 | 2024-11-20T23:25:02.019Z | Downloaded reedline v0.35.0 |
918 | 2024-11-20T23:25:02.022Z | Downloaded nodrop v0.1.14 |
919 | 2024-11-20T23:25:02.025Z | Downloaded phf_codegen v0.11.2 |
920 | 2024-11-20T23:25:02.025Z | Downloaded yasna v0.5.2 |
921 | 2024-11-20T23:25:02.028Z | Downloaded der v0.7.9 |
922 | 2024-11-20T23:25:02.032Z | Downloaded utf16_iter v1.0.5 |
923 | 2024-11-20T23:25:02.035Z | Downloaded untrusted v0.9.0 |
924 | 2024-11-20T23:25:02.038Z | Downloaded serde-hex v0.1.0 |
925 | 2024-11-20T23:25:02.038Z | Downloaded subtle v2.6.1 |
926 | 2024-11-20T23:25:02.041Z | Downloaded postgres-protocol v0.6.7 |
927 | 2024-11-20T23:25:02.041Z | Downloaded pkcs8 v0.10.2 |
928 | 2024-11-20T23:25:02.045Z | Downloaded p256 v0.13.2 |
929 | 2024-11-20T23:25:02.047Z | Downloaded term v0.7.0 |
930 | 2024-11-20T23:25:02.050Z | Downloaded serde_derive_internals v0.29.1 |
931 | 2024-11-20T23:25:02.056Z | Downloaded env_logger v0.10.2 |
932 | 2024-11-20T23:25:02.056Z | Downloaded ron v0.8.1 |
933 | 2024-11-20T23:25:02.062Z | Downloaded zerocopy-derive v0.8.10 |
934 | 2024-11-20T23:25:02.068Z | Downloaded wyz v0.5.1 |
935 | 2024-11-20T23:25:02.068Z | Downloaded strum_macros v0.24.3 |
936 | 2024-11-20T23:25:02.076Z | Downloaded encoding_rs v0.8.34 |
937 | 2024-11-20T23:25:02.092Z | Downloaded rustls-pemfile v1.0.4 |
938 | 2024-11-20T23:25:02.097Z | Downloaded zeroize v1.8.1 |
939 | 2024-11-20T23:25:02.097Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
940 | 2024-11-20T23:25:02.154Z | Downloaded xz2 v0.1.7 |
941 | 2024-11-20T23:25:02.157Z | Downloaded native-tls v0.2.12 |
942 | 2024-11-20T23:25:02.159Z | Downloaded hyper v1.5.0 |
943 | 2024-11-20T23:25:02.163Z | Downloaded miniz_oxide v0.8.0 |
944 | 2024-11-20T23:25:02.166Z | Downloaded smf v0.2.3 |
945 | 2024-11-20T23:25:02.170Z | Downloaded smallvec v0.6.14 |
946 | 2024-11-20T23:25:02.170Z | Downloaded shell-words v1.1.0 |
947 | 2024-11-20T23:25:02.170Z | Downloaded sqlformat v0.2.6 |
948 | 2024-11-20T23:25:02.174Z | Downloaded predicates-tree v1.0.11 |
949 | 2024-11-20T23:25:02.174Z | Downloaded openssl-sys v0.9.103 |
950 | 2024-11-20T23:25:02.178Z | Downloaded tough v0.19.0 |
951 | 2024-11-20T23:25:02.185Z | Downloaded time v0.3.36 |
952 | 2024-11-20T23:25:02.191Z | Downloaded fs_extra v1.3.0 |
953 | 2024-11-20T23:25:02.194Z | Downloaded smallvec v1.13.2 |
954 | 2024-11-20T23:25:02.197Z | Downloaded dunce v1.0.5 |
955 | 2024-11-20T23:25:02.197Z | Downloaded dirs-sys-next v0.1.2 |
956 | 2024-11-20T23:25:02.200Z | Downloaded parking_lot_core v0.9.10 |
957 | 2024-11-20T23:25:02.200Z | Downloaded ron v0.7.1 |
958 | 2024-11-20T23:25:02.204Z | Downloaded russh v0.45.0 |
959 | 2024-11-20T23:25:02.210Z | Downloaded thiserror-impl-no-std v2.0.2 |
960 | 2024-11-20T23:25:02.213Z | Downloaded termcolor v1.4.1 |
961 | 2024-11-20T23:25:02.213Z | Downloaded ssh-cipher v0.2.0 |
962 | 2024-11-20T23:25:02.216Z | Downloaded tracing-attributes v0.1.27 |
963 | 2024-11-20T23:25:02.216Z | Downloaded tokio-rustls v0.25.0 |
964 | 2024-11-20T23:25:02.219Z | Downloaded parse-zoneinfo v0.3.1 |
965 | 2024-11-20T23:25:02.222Z | Downloaded crossterm v0.28.1 |
966 | 2024-11-20T23:25:02.227Z | Downloaded idna v1.0.3 |
967 | 2024-11-20T23:25:02.231Z | Downloaded float-cmp v0.9.0 |
968 | 2024-11-20T23:25:02.234Z | Downloaded defmt-parser v0.3.4 |
969 | 2024-11-20T23:25:02.234Z | Downloaded debug-ignore v1.0.5 |
970 | 2024-11-20T23:25:02.236Z | Downloaded rustc-demangle v0.1.24 |
971 | 2024-11-20T23:25:02.236Z | Downloaded peg-macros v0.8.4 |
972 | 2024-11-20T23:25:02.239Z | Downloaded toml v0.7.8 |
973 | 2024-11-20T23:25:02.241Z | Downloaded test-strategy v0.3.1 |
974 | 2024-11-20T23:25:02.245Z | Downloaded subprocess v0.2.9 |
975 | 2024-11-20T23:25:02.248Z | Downloaded tiny-keccak v2.0.2 |
976 | 2024-11-20T23:25:02.250Z | Downloaded thread_local v1.1.8 |
977 | 2024-11-20T23:25:02.252Z | Downloaded samael v0.0.17 |
978 | 2024-11-20T23:25:02.257Z | Downloaded supports-color v3.0.1 |
979 | 2024-11-20T23:25:02.260Z | Downloaded derive-where v1.2.7 |
980 | 2024-11-20T23:25:02.262Z | Downloaded futures v0.3.31 |
981 | 2024-11-20T23:25:02.267Z | Downloaded yoke v0.7.4 |
982 | 2024-11-20T23:25:02.269Z | Downloaded tokio-tungstenite v0.21.0 |
983 | 2024-11-20T23:25:02.271Z | Downloaded tokio-stream v0.1.16 |
984 | 2024-11-20T23:25:02.275Z | Downloaded poly1305 v0.8.0 |
985 | 2024-11-20T23:25:02.278Z | Downloaded rustc-hash v1.1.0 |
986 | 2024-11-20T23:25:02.281Z | Downloaded rfc6979 v0.4.0 |
987 | 2024-11-20T23:25:02.281Z | Downloaded pem v3.0.4 |
988 | 2024-11-20T23:25:02.281Z | Downloaded pbkdf2 v0.12.2 |
989 | 2024-11-20T23:25:02.284Z | Downloaded pbkdf2 v0.11.0 |
990 | 2024-11-20T23:25:02.286Z | Downloaded parse-display v0.10.0 |
991 | 2024-11-20T23:25:02.286Z | Downloaded num_enum_derive v0.5.11 |
992 | 2024-11-20T23:25:02.286Z | Downloaded strum_macros v0.26.4 |
993 | 2024-11-20T23:25:02.289Z | Downloaded slog-term v2.9.1 |
994 | 2024-11-20T23:25:02.291Z | Downloaded num-traits v0.2.19 |
995 | 2024-11-20T23:25:02.294Z | Downloaded fatfs v0.3.6 |
996 | 2024-11-20T23:25:02.297Z | Downloaded tokio-postgres v0.7.12 |
997 | 2024-11-20T23:25:02.302Z | Downloaded steno v0.4.1 |
998 | 2024-11-20T23:25:02.306Z | Downloaded diesel_derives v2.2.3 |
999 | 2024-11-20T23:25:02.310Z | Downloaded futures-sink v0.3.31 |
1000 | 2024-11-20T23:25:02.313Z | Downloaded env_filter v0.1.2 |
1001 | 2024-11-20T23:25:02.313Z | Downloaded enum-as-inner v0.6.1 |
1002 | 2024-11-20T23:25:02.315Z | Downloaded derive_builder_core v0.20.2 |
1003 | 2024-11-20T23:25:02.318Z | Downloaded defmt-macros v0.3.9 |
1004 | 2024-11-20T23:25:02.320Z | Downloaded similar v2.6.0 |
1005 | 2024-11-20T23:25:02.323Z | Downloaded pkcs5 v0.7.1 |
1006 | 2024-11-20T23:25:02.327Z | Downloaded slog-scope v4.4.0 |
1007 | 2024-11-20T23:25:02.330Z | Downloaded slab v0.4.9 |
1008 | 2024-11-20T23:25:02.333Z | Downloaded siphasher v0.3.11 |
1009 | 2024-11-20T23:25:02.333Z | Downloaded globset v0.4.15 |
1010 | 2024-11-20T23:25:02.333Z | Downloaded pin-project-internal v1.1.6 |
1011 | 2024-11-20T23:25:02.335Z | Downloaded derive_more v0.99.18 |
1012 | 2024-11-20T23:25:02.339Z | Downloaded derive_builder v0.20.2 |
1013 | 2024-11-20T23:25:02.343Z | Downloaded tokio-tungstenite v0.23.1 |
1014 | 2024-11-20T23:25:02.346Z | Downloaded rsa v0.9.6 |
1015 | 2024-11-20T23:25:02.351Z | Downloaded crossbeam-channel v0.5.13 |
1016 | 2024-11-20T23:25:02.355Z | Downloaded rustfmt-wrapper v0.2.1 |
1017 | 2024-11-20T23:25:02.358Z | Downloaded rustc_version v0.4.1 |
1018 | 2024-11-20T23:25:02.358Z | Downloaded rustc_version v0.1.7 |
1019 | 2024-11-20T23:25:02.360Z | Downloaded proc-macro-crate v1.3.1 |
1020 | 2024-11-20T23:25:02.360Z | Downloaded primeorder v0.13.6 |
1021 | 2024-11-20T23:25:02.362Z | Downloaded pkg-config v0.3.31 |
1022 | 2024-11-20T23:25:02.363Z | Downloaded num_enum v0.5.11 |
1023 | 2024-11-20T23:25:02.367Z | Downloaded time-macros v0.2.18 |
1024 | 2024-11-20T23:25:02.369Z | Downloaded unicode-bidi v0.3.17 |
1025 | 2024-11-20T23:25:02.372Z | Downloaded pkcs1 v0.7.5 |
1026 | 2024-11-20T23:25:02.374Z | Downloaded pin-project-lite v0.2.14 |
1027 | 2024-11-20T23:25:02.379Z | Downloaded progenitor-impl v0.8.0 |
1028 | 2024-11-20T23:25:02.381Z | Downloaded which v4.4.2 |
1029 | 2024-11-20T23:25:02.385Z | Downloaded password-hash v0.5.0 |
1030 | 2024-11-20T23:25:02.385Z | Downloaded password-hash v0.4.2 |
1031 | 2024-11-20T23:25:02.387Z | Downloaded dropshot_endpoint v0.12.0 |
1032 | 2024-11-20T23:25:02.389Z | Downloaded zopfli v0.8.1 |
1033 | 2024-11-20T23:25:02.392Z | Downloaded indicatif v0.17.9 |
1034 | 2024-11-20T23:25:02.395Z | Downloaded const_format v0.2.33 |
1035 | 2024-11-20T23:25:02.400Z | Downloaded schemars v0.8.21 |
1036 | 2024-11-20T23:25:02.412Z | Downloaded tokio-tungstenite v0.24.0 |
1037 | 2024-11-20T23:25:02.414Z | Downloaded tls_codec_derive v0.4.1 |
1038 | 2024-11-20T23:25:02.417Z | Downloaded tls_codec v0.4.1 |
1039 | 2024-11-20T23:25:02.419Z | Downloaded uzers v0.12.1 |
1040 | 2024-11-20T23:25:02.422Z | Downloaded stable_deref_trait v1.2.0 |
1041 | 2024-11-20T23:25:02.422Z | Downloaded simd-adler32 v0.3.7 |
1042 | 2024-11-20T23:25:02.425Z | Downloaded scheduled-thread-pool v0.2.7 |
1043 | 2024-11-20T23:25:02.425Z | Downloaded hash32 v0.3.1 |
1044 | 2024-11-20T23:25:02.427Z | Downloaded http v1.1.0 |
1045 | 2024-11-20T23:25:02.430Z | Downloaded bumpalo v3.16.0 |
1046 | 2024-11-20T23:25:02.432Z | Downloaded base64 v0.21.7 |
1047 | 2024-11-20T23:25:02.436Z | Downloaded icu_collections v1.5.0 |
1048 | 2024-11-20T23:25:02.442Z | Downloaded const-oid v0.9.6 |
1049 | 2024-11-20T23:25:02.445Z | Downloaded hyper-util v0.1.10 |
1050 | 2024-11-20T23:25:02.451Z | Downloaded nibble_vec v0.1.0 |
1051 | 2024-11-20T23:25:02.453Z | Downloaded mockall v0.13.0 |
1052 | 2024-11-20T23:25:02.456Z | Downloaded hash32 v0.2.1 |
1053 | 2024-11-20T23:25:02.456Z | Downloaded same-file v1.0.6 |
1054 | 2024-11-20T23:25:02.459Z | Downloaded fragile v2.0.0 |
1055 | 2024-11-20T23:25:02.459Z | Downloaded unicase v2.7.0 |
1056 | 2024-11-20T23:25:02.461Z | Downloaded enum-as-inner v0.5.1 |
1057 | 2024-11-20T23:25:02.461Z | Downloaded futures-io v0.3.31 |
1058 | 2024-11-20T23:25:02.470Z | Downloaded ff v0.13.0 |
1059 | 2024-11-20T23:25:02.470Z | Downloaded fd-lock v4.0.2 |
1060 | 2024-11-20T23:25:02.471Z | Downloaded fallible-streaming-iterator v0.1.9 |
1061 | 2024-11-20T23:25:02.471Z | Downloaded slog-bunyan v2.5.0 |
1062 | 2024-11-20T23:25:02.471Z | Downloaded memoffset v0.9.1 |
1063 | 2024-11-20T23:25:02.471Z | Downloaded memmap2 v0.9.5 |
1064 | 2024-11-20T23:25:02.474Z | Downloaded crossbeam-epoch v0.9.18 |
1065 | 2024-11-20T23:25:02.474Z | Downloaded cookie v0.18.1 |
1066 | 2024-11-20T23:25:02.476Z | Downloaded clang-sys v1.8.1 |
1067 | 2024-11-20T23:25:02.479Z | Downloaded icu_properties v1.5.1 |
1068 | 2024-11-20T23:25:02.481Z | Downloaded lock_api v0.4.12 |
1069 | 2024-11-20T23:25:02.483Z | Downloaded chrono-tz-build v0.4.0 |
1070 | 2024-11-20T23:25:02.486Z | Downloaded icu_locid_transform_data v1.5.0 |
1071 | 2024-11-20T23:25:02.486Z | Downloaded synstructure v0.13.1 |
1072 | 2024-11-20T23:25:02.488Z | Downloaded mime v0.3.17 |
1073 | 2024-11-20T23:25:02.488Z | Downloaded jobserver v0.1.32 |
1074 | 2024-11-20T23:25:02.491Z | Downloaded backtrace v0.3.74 |
1075 | 2024-11-20T23:25:02.495Z | Downloaded maybe-uninit v2.0.0 |
1076 | 2024-11-20T23:25:02.497Z | Downloaded slog-envlogger v2.2.0 |
1077 | 2024-11-20T23:25:02.500Z | Downloaded ipnet v2.10.1 |
1078 | 2024-11-20T23:25:02.500Z | Downloaded slog-async v2.8.0 |
1079 | 2024-11-20T23:25:02.502Z | Downloaded cookie_store v0.21.0 |
1080 | 2024-11-20T23:25:02.505Z | Downloaded lru v0.12.5 |
1081 | 2024-11-20T23:25:02.505Z | Downloaded lazy_static v1.5.0 |
1082 | 2024-11-20T23:25:02.507Z | Downloaded crc32fast v1.4.2 |
1083 | 2024-11-20T23:25:02.507Z | Downloaded const_format_proc_macros v0.2.33 |
1084 | 2024-11-20T23:25:02.510Z | Downloaded base64ct v1.6.0 |
1085 | 2024-11-20T23:25:02.512Z | Downloaded sha1 v0.10.6 |
1086 | 2024-11-20T23:25:02.514Z | Downloaded hmac v0.12.1 |
1087 | 2024-11-20T23:25:02.517Z | Downloaded ciborium v0.2.2 |
1088 | 2024-11-20T23:25:02.519Z | Downloaded ref-cast v1.0.23 |
1089 | 2024-11-20T23:25:02.521Z | Downloaded rand_core v0.6.4 |
1090 | 2024-11-20T23:25:02.524Z | Downloaded rand_chacha v0.3.1 |
1091 | 2024-11-20T23:25:02.524Z | Downloaded impl-trait-for-tuples v0.2.2 |
1092 | 2024-11-20T23:25:02.526Z | Downloaded lru-cache v0.1.2 |
1093 | 2024-11-20T23:25:02.528Z | Downloaded linked-hash-map v0.5.6 |
1094 | 2024-11-20T23:25:02.528Z | Downloaded linear-map v1.2.0 |
1095 | 2024-11-20T23:25:02.531Z | Downloaded inout v0.1.3 |
1096 | 2024-11-20T23:25:02.531Z | Downloaded indoc v1.0.9 |
1097 | 2024-11-20T23:25:02.534Z | Downloaded libefi-sys v0.1.0 |
1098 | 2024-11-20T23:25:02.536Z | Downloaded instability v0.3.2 |
1099 | 2024-11-20T23:25:02.536Z | Downloaded hyper-rustls v0.27.3 |
1100 | 2024-11-20T23:25:02.538Z | Downloaded cancel-safe-futures v0.1.5 |
1101 | 2024-11-20T23:25:02.541Z | Downloaded keccak v0.1.5 |
1102 | 2024-11-20T23:25:02.544Z | Downloaded base64 v0.13.1 |
1103 | 2024-11-20T23:25:02.547Z | Downloaded managed v0.8.0 |
1104 | 2024-11-20T23:25:02.547Z | Downloaded lazycell v1.3.0 |
1105 | 2024-11-20T23:25:02.549Z | Downloaded lalrpop-util v0.19.12 |
1106 | 2024-11-20T23:25:02.549Z | Downloaded is_ci v1.2.0 |
1107 | 2024-11-20T23:25:02.549Z | Downloaded is-terminal v0.4.13 |
1108 | 2024-11-20T23:25:02.552Z | Downloaded ipnetwork v0.20.0 |
1109 | 2024-11-20T23:25:02.552Z | Downloaded ident_case v1.0.1 |
1110 | 2024-11-20T23:25:02.555Z | Downloaded buf-list v1.0.3 |
1111 | 2024-11-20T23:25:02.557Z | Downloaded bcs v0.1.6 |
1112 | 2024-11-20T23:25:02.557Z | Downloaded colored v2.1.0 |
1113 | 2024-11-20T23:25:02.559Z | Downloaded lockfree-object-pool v0.1.6 |
1114 | 2024-11-20T23:25:02.562Z | Downloaded http-body-util v0.1.2 |
1115 | 2024-11-20T23:25:02.566Z | Downloaded cassowary v0.3.0 |
1116 | 2024-11-20T23:25:02.568Z | Downloaded cbc v0.1.2 |
1117 | 2024-11-20T23:25:02.570Z | Downloaded castaway v0.2.3 |
1118 | 2024-11-20T23:25:02.570Z | Downloaded bit-set v0.5.3 |
1119 | 2024-11-20T23:25:02.573Z | Downloaded cexpr v0.6.0 |
1120 | 2024-11-20T23:25:02.573Z | Downloaded humantime v2.1.0 |
1121 | 2024-11-20T23:25:02.576Z | Downloaded hubpack v0.1.2 |
1122 | 2024-11-20T23:25:02.578Z | Downloaded hostname v0.4.0 |
1123 | 2024-11-20T23:25:02.578Z | Downloaded bitfield-struct v0.6.2 |
1124 | 2024-11-20T23:25:02.580Z | Downloaded bcrypt-pbkdf v0.10.0 |
1125 | 2024-11-20T23:25:02.580Z | Downloaded http-range v0.1.5 |
1126 | 2024-11-20T23:25:02.580Z | Downloaded hickory-proto v0.24.1 |
1127 | 2024-11-20T23:25:02.596Z | Downloaded crucible-workspace-hack v0.1.0 |
1128 | 2024-11-20T23:25:02.599Z | Downloaded atty v0.2.14 |
1129 | 2024-11-20T23:25:02.599Z | Downloaded atomicwrites v0.4.4 |
1130 | 2024-11-20T23:25:02.601Z | Downloaded async-stream-impl v0.3.6 |
1131 | 2024-11-20T23:25:02.601Z | Downloaded aho-corasick v1.1.3 |
1132 | 2024-11-20T23:25:02.606Z | Downloaded darling v0.20.10 |
1133 | 2024-11-20T23:25:02.610Z | Downloaded aes-gcm v0.10.3 |
1134 | 2024-11-20T23:25:02.614Z | Downloaded heapless v0.7.17 |
1135 | 2024-11-20T23:25:02.618Z | Downloaded headers-core v0.3.0 |
1136 | 2024-11-20T23:25:02.622Z | Downloaded arrayvec v0.7.6 |
1137 | 2024-11-20T23:25:02.624Z | Downloaded argon2 v0.5.3 |
1138 | 2024-11-20T23:25:02.624Z | Downloaded arc-swap v1.7.1 |
1139 | 2024-11-20T23:25:02.627Z | Downloaded allocator-api2 v0.2.18 |
1140 | 2024-11-20T23:25:02.659Z | Downloaded libsqlite3-sys v0.30.1 |
1141 | 2024-11-20T23:25:02.766Z | Downloaded ring v0.17.8 |
1142 | 2024-11-20T23:25:02.924Z | Downloaded ring v0.16.20 |
1143 | 2024-11-20T23:25:03.172Z | Downloaded aws-lc-sys v0.22.0 |
1144 | 2024-11-20T23:25:03.543Z | Compiling serde v1.0.215 |
1145 | 2024-11-20T23:25:03.545Z | Compiling lock_api v0.4.12 |
1146 | 2024-11-20T23:25:03.545Z | Compiling scopeguard v1.2.0 |
1147 | 2024-11-20T23:25:03.545Z | Compiling value-bag v1.9.0 |
1148 | 2024-11-20T23:25:03.545Z | Compiling typenum v1.17.0 |
1149 | 2024-11-20T23:25:03.545Z | Compiling generic-array v0.14.7 |
1150 | 2024-11-20T23:25:03.730Z | Compiling syn v2.0.87 |
1151 | 2024-11-20T23:25:03.733Z | Compiling getrandom v0.2.15 |
1152 | 2024-11-20T23:25:03.854Z | Compiling shlex v1.3.0 |
1153 | 2024-11-20T23:25:04.088Z | Compiling rand_core v0.6.4 |
1154 | 2024-11-20T23:25:04.215Z | Compiling log v0.4.22 |
1155 | 2024-11-20T23:25:05.311Z | Compiling subtle v2.6.1 |
1156 | 2024-11-20T23:25:05.313Z | Compiling jobserver v0.1.32 |
1157 | 2024-11-20T23:25:05.313Z | Compiling const-oid v0.9.6 |
1158 | 2024-11-20T23:25:05.313Z | Compiling smallvec v1.13.2 |
1159 | 2024-11-20T23:25:05.313Z | Compiling spin v0.9.8 |
1160 | 2024-11-20T23:25:05.313Z | Compiling pin-project-lite v0.2.14 |
1161 | 2024-11-20T23:25:05.313Z | Compiling cc v1.1.30 |
1162 | 2024-11-20T23:25:05.313Z | Compiling rustix v0.38.37 |
1163 | 2024-11-20T23:25:05.315Z | Compiling parking_lot_core v0.9.10 |
1164 | 2024-11-20T23:25:05.315Z | Compiling futures-core v0.3.31 |
1165 | 2024-11-20T23:25:05.419Z | Compiling signal-hook-registry v1.4.2 |
1166 | 2024-11-20T23:25:05.511Z | Compiling mio v1.0.2 |
1167 | 2024-11-20T23:25:06.139Z | Compiling parking_lot v0.12.3 |
1168 | 2024-11-20T23:25:06.338Z | Compiling aho-corasick v1.1.3 |
1169 | 2024-11-20T23:25:06.394Z | Compiling either v1.13.0 |
1170 | 2024-11-20T23:25:06.552Z | Compiling cpufeatures v0.2.14 |
1171 | 2024-11-20T23:25:06.659Z | Compiling regex-syntax v0.8.5 |
1172 | 2024-11-20T23:25:06.681Z | Compiling lazy_static v1.5.0 |
1173 | 2024-11-20T23:25:06.798Z | Compiling stable_deref_trait v1.2.0 |
1174 | 2024-11-20T23:25:06.830Z | Compiling glob v0.3.1 |
1175 | 2024-11-20T23:25:06.855Z | Compiling futures-sink v0.3.31 |
1176 | 2024-11-20T23:25:06.916Z | Compiling socket2 v0.5.7 |
1177 | 2024-11-20T23:25:07.006Z | Compiling slab v0.4.9 |
1178 | 2024-11-20T23:25:07.099Z | Compiling prettyplease v0.2.25 |
1179 | 2024-11-20T23:25:07.456Z | Compiling minimal-lexical v0.2.1 |
1180 | 2024-11-20T23:25:07.791Z | Compiling libloading v0.8.5 |
1181 | 2024-11-20T23:25:07.870Z | Compiling clang-sys v1.8.1 |
1182 | 2024-11-20T23:25:07.942Z | Compiling nom v7.1.3 |
1183 | 2024-11-20T23:25:07.989Z | Compiling serde_json v1.0.132 |
1184 | 2024-11-20T23:25:08.229Z | Compiling home v0.5.9 |
1185 | 2024-11-20T23:25:08.302Z | Compiling bindgen v0.69.5 |
1186 | 2024-11-20T23:25:08.580Z | Compiling futures-channel v0.3.31 |
1187 | 2024-11-20T23:25:09.037Z | Compiling itertools v0.12.1 |
1188 | 2024-11-20T23:25:09.235Z | Compiling rustc-hash v1.1.0 |
1189 | 2024-11-20T23:25:09.390Z | Compiling pin-utils v0.1.0 |
1190 | 2024-11-20T23:25:09.448Z | Compiling futures-io v0.3.31 |
1191 | 2024-11-20T23:25:09.488Z | Compiling allocator-api2 v0.2.18 |
1192 | 2024-11-20T23:25:09.797Z | Compiling foldhash v0.1.3 |
1193 | 2024-11-20T23:25:10.114Z | Compiling futures-task v0.3.31 |
1194 | 2024-11-20T23:25:10.371Z | Compiling lazycell v1.3.0 |
1195 | 2024-11-20T23:25:10.409Z | Compiling regex-automata v0.4.8 |
1196 | 2024-11-20T23:25:10.545Z | Compiling hashbrown v0.15.0 |
1197 | 2024-11-20T23:25:11.888Z | Compiling cexpr v0.6.0 |
1198 | 2024-11-20T23:25:11.932Z | Compiling cmake v0.1.51 |
1199 | 2024-11-20T23:25:12.154Z | Compiling synstructure v0.13.1 |
1200 | 2024-11-20T23:25:13.020Z | Compiling pkg-config v0.3.31 |
1201 | 2024-11-20T23:25:13.789Z | Compiling tinyvec_macros v0.1.1 |
1202 | 2024-11-20T23:25:13.855Z | Compiling libm v0.2.8 |
1203 | 2024-11-20T23:25:13.889Z | Compiling fs_extra v1.3.0 |
1204 | 2024-11-20T23:25:13.969Z | Compiling dunce v1.0.5 |
1205 | 2024-11-20T23:25:14.117Z | Compiling tinyvec v1.8.0 |
1206 | 2024-11-20T23:25:14.236Z | Compiling num-traits v0.2.19 |
1207 | 2024-11-20T23:25:14.696Z | Compiling ring v0.17.8 |
1208 | 2024-11-20T23:25:14.756Z | Compiling writeable v0.5.5 |
1209 | 2024-11-20T23:25:15.400Z | Compiling base64ct v1.6.0 |
1210 | 2024-11-20T23:25:15.662Z | Compiling unicode-normalization v0.1.24 |
1211 | 2024-11-20T23:25:15.682Z | Compiling unicode-bidi v0.3.17 |
1212 | 2024-11-20T23:25:15.901Z | Compiling litemap v0.7.3 |
1213 | 2024-11-20T23:25:15.944Z | Compiling paste v1.0.15 |
1214 | 2024-11-20T23:25:16.280Z | Compiling regex v1.11.1 |
1215 | 2024-11-20T23:25:16.547Z | Compiling pem-rfc7468 v0.7.0 |
1216 | 2024-11-20T23:25:17.165Z | Compiling aws-lc-rs v1.10.0 |
1217 | 2024-11-20T23:25:17.410Z | Compiling httparse v1.9.5 |
1218 | 2024-11-20T23:25:17.484Z | Compiling flagset v0.4.6 |
1219 | 2024-11-20T23:25:17.666Z | Compiling tracing-core v0.1.32 |
1220 | 2024-11-20T23:25:18.089Z | Compiling percent-encoding v2.3.1 |
1221 | 2024-11-20T23:25:18.505Z | Compiling crossbeam-utils v0.8.20 |
1222 | 2024-11-20T23:25:18.801Z | Compiling rustls-pki-types v1.9.0 |
1223 | 2024-11-20T23:25:18.828Z | Compiling icu_locid_transform_data v1.5.0 |
1224 | 2024-11-20T23:25:19.060Z | Compiling icu_properties_data v1.5.0 |
1225 | 2024-11-20T23:25:19.131Z | Compiling time-core v0.1.2 |
1226 | 2024-11-20T23:25:19.213Z | Compiling serde_derive v1.0.215 |
1227 | 2024-11-20T23:25:19.316Z | Compiling zeroize_derive v1.4.2 |
1228 | 2024-11-20T23:25:19.339Z | Compiling zerocopy-derive v0.7.35 |
1229 | 2024-11-20T23:25:19.619Z | Compiling tokio-macros v2.4.0 |
1230 | 2024-11-20T23:25:19.987Z | Compiling zerofrom-derive v0.1.4 |
1231 | 2024-11-20T23:25:20.905Z | Compiling zeroize v1.8.1 |
1232 | 2024-11-20T23:25:21.049Z | Compiling yoke-derive v0.7.4 |
1233 | 2024-11-20T23:25:21.285Z | Compiling thiserror-impl v1.0.69 |
1234 | 2024-11-20T23:25:21.673Z | Compiling zerocopy v0.7.35 |
1235 | 2024-11-20T23:25:22.656Z | Compiling crypto-common v0.1.6 |
1236 | 2024-11-20T23:25:22.914Z | Compiling block-buffer v0.10.4 |
1237 | 2024-11-20T23:25:23.194Z | Compiling digest v0.10.7 |
1238 | 2024-11-20T23:25:23.441Z | Compiling zerovec-derive v0.10.3 |
1239 | 2024-11-20T23:25:23.702Z | Compiling hmac v0.12.1 |
1240 | 2024-11-20T23:25:23.726Z | Compiling futures-macro v0.3.31 |
1241 | 2024-11-20T23:25:23.981Z | Compiling block-padding v0.3.3 |
1242 | 2024-11-20T23:25:24.095Z | Compiling zerofrom v0.1.4 |
1243 | 2024-11-20T23:25:24.212Z | Compiling displaydoc v0.2.5 |
1244 | 2024-11-20T23:25:24.230Z | Compiling inout v0.1.3 |
1245 | 2024-11-20T23:25:24.334Z | Compiling yoke v0.7.4 |
1246 | 2024-11-20T23:25:24.521Z | Compiling cipher v0.4.4 |
1247 | 2024-11-20T23:25:24.718Z | Compiling sha2 v0.10.8 |
1248 | 2024-11-20T23:25:24.800Z | Compiling thiserror v1.0.69 |
1249 | 2024-11-20T23:25:24.930Z | Compiling ppv-lite86 v0.2.20 |
1250 | 2024-11-20T23:25:25.042Z | Compiling icu_provider_macros v1.5.0 |
1251 | 2024-11-20T23:25:25.658Z | Compiling futures-util v0.3.31 |
1252 | 2024-11-20T23:25:25.772Z | Compiling der_derive v0.7.3 |
1253 | 2024-11-20T23:25:25.922Z | Compiling rand_chacha v0.3.1 |
1254 | 2024-11-20T23:25:25.946Z | Compiling tracing-attributes v0.1.27 |
1255 | 2024-11-20T23:25:26.244Z | Compiling salsa20 v0.10.2 |
1256 | 2024-11-20T23:25:26.271Z | Compiling zerovec v0.10.4 |
1257 | 2024-11-20T23:25:26.492Z | Compiling rand v0.8.5 |
1258 | 2024-11-20T23:25:28.213Z | Compiling tinystr v0.7.6 |
1259 | 2024-11-20T23:25:28.419Z | Compiling der v0.7.9 |
1260 | 2024-11-20T23:25:28.483Z | Compiling icu_collections v1.5.0 |
1261 | 2024-11-20T23:25:28.598Z | Compiling pest v2.7.14 |
1262 | 2024-11-20T23:25:28.724Z | Compiling icu_locid v1.5.0 |
1263 | 2024-11-20T23:25:28.809Z | Compiling pbkdf2 v0.12.2 |
1264 | 2024-11-20T23:25:28.997Z | Compiling vcpkg v0.2.15 |
1265 | 2024-11-20T23:25:30.033Z | Compiling icu_provider v1.5.0 |
1266 | 2024-11-20T23:25:30.053Z | Compiling tracing v0.1.40 |
1267 | 2024-11-20T23:25:30.585Z | Compiling untrusted v0.9.0 |
1268 | 2024-11-20T23:25:30.788Z | Compiling spki v0.7.3 |
1269 | 2024-11-20T23:25:31.192Z | Compiling icu_locid_transform v1.5.0 |
1270 | 2024-11-20T23:25:31.213Z | Compiling untrusted v0.7.1 |
1271 | 2024-11-20T23:25:31.249Z | Compiling powerfmt v0.2.0 |
1272 | 2024-11-20T23:25:31.332Z | Compiling mirai-annotations v1.12.0 |
1273 | 2024-11-20T23:25:31.404Z | Compiling num-conv v0.1.0 |
1274 | 2024-11-20T23:25:31.536Z | Compiling deranged v0.3.11 |
1275 | 2024-11-20T23:25:31.681Z | Compiling openssl-sys v0.9.103 |
1276 | 2024-11-20T23:25:31.709Z | Compiling time-macros v0.2.18 |
1277 | 2024-11-20T23:25:31.834Z | Compiling pest_meta v2.7.14 |
1278 | 2024-11-20T23:25:32.255Z | Compiling scrypt v0.11.0 |
1279 | 2024-11-20T23:25:32.814Z | Compiling icu_properties v1.5.1 |
1280 | 2024-11-20T23:25:32.891Z | Compiling aes v0.8.4 |
1281 | 2024-11-20T23:25:33.639Z | Compiling cbc v0.1.2 |
1282 | 2024-11-20T23:25:33.922Z | Compiling scroll_derive v0.12.0 |
1283 | 2024-11-20T23:25:34.470Z | Compiling bitflags v2.6.0 |
1284 | 2024-11-20T23:25:34.954Z | Compiling bytes v1.8.0 |
1285 | 2024-11-20T23:25:35.519Z | Compiling indexmap v2.6.0 |
1286 | 2024-11-20T23:25:35.866Z | Compiling tokio v1.40.0 |
1287 | 2024-11-20T23:25:36.014Z | Compiling http v1.1.0 |
1288 | 2024-11-20T23:25:36.329Z | Compiling semver v1.0.23 |
1289 | 2024-11-20T23:25:37.096Z | Compiling rustc_version v0.4.1 |
1290 | 2024-11-20T23:25:37.162Z | Compiling num_threads v0.1.7 |
1291 | 2024-11-20T23:25:37.211Z | Compiling icu_normalizer_data v1.5.0 |
1292 | 2024-11-20T23:25:37.296Z | Compiling write16 v1.0.0 |
1293 | 2024-11-20T23:25:37.313Z | Compiling utf16_iter v1.0.5 |
1294 | 2024-11-20T23:25:37.455Z | Compiling utf8_iter v1.0.4 |
1295 | 2024-11-20T23:25:37.526Z | Compiling atomic-waker v1.1.2 |
1296 | 2024-11-20T23:25:37.708Z | Compiling icu_normalizer v1.5.0 |
1297 | 2024-11-20T23:25:37.731Z | Compiling http-body v1.0.1 |
1298 | 2024-11-20T23:25:37.911Z | Compiling time v0.3.36 |
1299 | 2024-11-20T23:25:37.960Z | Compiling scroll v0.12.0 |
1300 | 2024-11-20T23:25:37.989Z | Compiling pkcs5 v0.7.1 |
1301 | 2024-11-20T23:25:38.568Z | Compiling pest_generator v2.7.14 |
1302 | 2024-11-20T23:25:38.801Z | Compiling form_urlencoded v1.2.1 |
1303 | 2024-11-20T23:25:38.827Z | Compiling try-lock v0.2.5 |
1304 | 2024-11-20T23:25:38.995Z | Compiling slog v2.7.0 |
1305 | 2024-11-20T23:25:39.143Z | Compiling want v0.3.1 |
1306 | 2024-11-20T23:25:39.338Z | Compiling which v4.4.2 |
1307 | 2024-11-20T23:25:39.440Z | Compiling goblin v0.8.2 |
1308 | 2024-11-20T23:25:39.803Z | Compiling pkcs8 v0.10.2 |
1309 | 2024-11-20T23:25:39.949Z | Compiling idna_adapter v1.2.0 |
1310 | 2024-11-20T23:25:40.194Z | Compiling httpdate v1.0.3 |
1311 | 2024-11-20T23:25:40.574Z | Compiling idna v1.0.3 |
1312 | 2024-11-20T23:25:40.754Z | Compiling pest_derive v2.7.14 |
1313 | 2024-11-20T23:25:40.821Z | Compiling serde_spanned v0.6.8 |
1314 | 2024-11-20T23:25:41.046Z | Compiling toml_datetime v0.6.8 |
1315 | 2024-11-20T23:25:41.570Z | Compiling dtrace-parser v0.2.0 |
1316 | 2024-11-20T23:25:41.598Z | Compiling serde_tokenstream v0.2.2 |
1317 | 2024-11-20T23:25:41.642Z | Compiling uuid v1.11.0 |
1318 | 2024-11-20T23:25:46.079Z | Compiling openssl v0.10.66 |
1319 | 2024-11-20T23:25:46.123Z | Compiling base64 v0.22.1 |
1320 | 2024-11-20T23:25:46.123Z | Compiling iana-time-zone v0.1.61 |
1321 | 2024-11-20T23:25:46.124Z | Compiling match_cfg v0.1.0 |
1322 | 2024-11-20T23:25:46.124Z | Compiling adler2 v2.0.0 |
1323 | 2024-11-20T23:25:46.124Z | Compiling rustversion v1.0.17 |
1324 | 2024-11-20T23:25:46.124Z | Compiling tower-service v0.3.3 |
1325 | 2024-11-20T23:25:46.124Z | Compiling foreign-types-shared v0.1.1 |
1326 | 2024-11-20T23:25:46.124Z | Compiling miniz_oxide v0.8.0 |
1327 | 2024-11-20T23:25:46.124Z | Compiling foreign-types v0.3.2 |
1328 | 2024-11-20T23:25:46.124Z | Compiling hostname v0.3.1 |
1329 | 2024-11-20T23:25:46.124Z | Compiling chrono v0.4.38 |
1330 | 2024-11-20T23:25:46.124Z | Compiling url v2.5.3 |
1331 | 2024-11-20T23:25:46.124Z | Compiling async-trait v0.1.83 |
1332 | 2024-11-20T23:25:46.124Z | Compiling tokio-util v0.7.12 |
1333 | 2024-11-20T23:25:46.124Z | Compiling openssl-macros v0.1.1 |
1334 | 2024-11-20T23:25:46.124Z | Compiling dof v0.3.0 |
1335 | 2024-11-20T23:25:46.162Z | Compiling h2 v0.4.6 |
1336 | 2024-11-20T23:25:46.566Z | Compiling dirs-sys-next v0.1.2 |
1337 | 2024-11-20T23:25:46.955Z | Compiling usdt-impl v0.5.0 |
1338 | 2024-11-20T23:25:47.255Z | Compiling data-encoding v2.6.0 |
1339 | 2024-11-20T23:25:47.564Z | Compiling rustls v0.22.4 |
1340 | 2024-11-20T23:25:47.848Z | Compiling siphasher v0.3.11 |
1341 | 2024-11-20T23:25:48.256Z | Compiling rustls v0.23.14 |
1342 | 2024-11-20T23:25:48.279Z | Compiling native-tls v0.2.12 |
1343 | 2024-11-20T23:25:48.577Z | Compiling syn v1.0.109 |
1344 | 2024-11-20T23:25:48.681Z | Compiling dirs-next v2.0.0 |
1345 | 2024-11-20T23:25:49.319Z | Compiling http-body-util v0.1.2 |
1346 | 2024-11-20T23:25:49.879Z | Compiling heapless v0.7.17 |
1347 | 2024-11-20T23:25:49.902Z | Compiling crossbeam-epoch v0.9.18 |
1348 | 2024-11-20T23:25:50.347Z | Compiling signature v2.2.0 |
1349 | 2024-11-20T23:25:50.386Z | Compiling sha1 v0.10.6 |
1350 | 2024-11-20T23:25:50.405Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1351 | 2024-11-20T23:25:50.644Z | Compiling serde_derive_internals v0.29.1 |
1352 | 2024-11-20T23:25:50.717Z | Compiling thread_local v1.1.8 |
1353 | 2024-11-20T23:25:50.799Z | Compiling encoding_rs v0.8.34 |
1354 | 2024-11-20T23:25:50.903Z | Compiling multer v3.1.0 |
1355 | 2024-11-20T23:25:51.195Z | Compiling cookie v0.18.1 |
1356 | 2024-11-20T23:25:51.287Z | Compiling unicode-properties v0.1.3 |
1357 | 2024-11-20T23:25:51.478Z | Compiling gimli v0.31.1 |
1358 | 2024-11-20T23:25:51.737Z | Compiling schemars v0.8.21 |
1359 | 2024-11-20T23:25:52.090Z | Compiling rayon-core v1.12.1 |
1360 | 2024-11-20T23:25:52.365Z | Compiling signal-hook v0.3.17 |
1361 | 2024-11-20T23:25:52.389Z | Compiling ipnet v2.10.1 |
1362 | 2024-11-20T23:25:52.628Z | Compiling openssl-probe v0.1.5 |
1363 | 2024-11-20T23:25:53.018Z | Compiling mime v0.3.17 |
1364 | 2024-11-20T23:25:53.560Z | Compiling hyper v1.5.0 |
1365 | 2024-11-20T23:25:53.724Z | Compiling slog-async v2.8.0 |
1366 | 2024-11-20T23:25:53.745Z | Compiling schemars_derive v0.8.21 |
1367 | 2024-11-20T23:25:54.336Z | Compiling toml_edit v0.22.22 |
1368 | 2024-11-20T23:25:56.140Z | Compiling hyper-util v0.1.10 |
1369 | 2024-11-20T23:25:57.013Z | Compiling addr2line v0.24.2 |
1370 | 2024-11-20T23:25:57.357Z | Compiling stringprep v0.1.5 |
1371 | 2024-11-20T23:25:57.733Z | Compiling crossbeam-deque v0.8.5 |
1372 | 2024-11-20T23:25:57.837Z | Compiling usdt-macro v0.5.0 |
1373 | 2024-11-20T23:25:57.928Z | Compiling usdt-attr-macro v0.5.0 |
1374 | 2024-11-20T23:25:58.682Z | Compiling term v0.7.0 |
1375 | 2024-11-20T23:25:59.256Z | Compiling slog-json v2.6.1 |
1376 | 2024-11-20T23:25:59.413Z | Compiling serde_urlencoded v0.7.1 |
1377 | 2024-11-20T23:25:59.466Z | Compiling curve25519-dalek v4.1.3 |
1378 | 2024-11-20T23:25:59.640Z | Compiling crossbeam-channel v0.5.13 |
1379 | 2024-11-20T23:25:59.643Z | Compiling futures-executor v0.3.31 |
1380 | 2024-11-20T23:25:59.960Z | Compiling enum-as-inner v0.6.1 |
1381 | 2024-11-20T23:26:00.102Z | Compiling md-5 v0.10.6 |
1382 | 2024-11-20T23:26:00.298Z | Compiling rustls-pemfile v2.2.0 |
1383 | 2024-11-20T23:26:00.374Z | Compiling async-stream-impl v0.3.6 |
1384 | 2024-11-20T23:26:00.625Z | Compiling num-integer v0.1.46 |
1385 | 2024-11-20T23:26:00.658Z | Compiling idna v0.3.0 |
1386 | 2024-11-20T23:26:00.686Z | Compiling idna v0.4.0 |
1387 | 2024-11-20T23:26:01.109Z | Compiling hash32 v0.2.1 |
1388 | 2024-11-20T23:26:01.468Z | Compiling ff v0.13.0 |
1389 | 2024-11-20T23:26:01.526Z | Compiling is-terminal v0.4.13 |
1390 | 2024-11-20T23:26:01.665Z | Compiling object v0.36.5 |
1391 | 2024-11-20T23:26:01.729Z | Compiling dropshot v0.12.0 |
1392 | 2024-11-20T23:26:01.816Z | Compiling dyn-clone v1.0.17 |
1393 | 2024-11-20T23:26:02.030Z | Compiling base16ct v0.2.0 |
1394 | 2024-11-20T23:26:02.051Z | Compiling take_mut v0.2.2 |
1395 | 2024-11-20T23:26:02.218Z | Compiling quick-error v1.2.3 |
1396 | 2024-11-20T23:26:02.376Z | Compiling fallible-iterator v0.2.0 |
1397 | 2024-11-20T23:26:02.397Z | Compiling psl-types v2.0.11 |
1398 | 2024-11-20T23:26:02.420Z | Compiling linked-hash-map v0.5.6 |
1399 | 2024-11-20T23:26:02.449Z | Compiling num-bigint-dig v0.8.4 |
1400 | 2024-11-20T23:26:02.600Z | Compiling portable-atomic v1.9.0 |
1401 | 2024-11-20T23:26:02.746Z | Compiling utf-8 v0.7.6 |
1402 | 2024-11-20T23:26:02.816Z | Compiling smoltcp v0.9.1 |
1403 | 2024-11-20T23:26:03.077Z | Compiling rustc-demangle v0.1.24 |
1404 | 2024-11-20T23:26:03.097Z | Compiling anyhow v1.0.93 |
1405 | 2024-11-20T23:26:03.146Z | Compiling postgres-protocol v0.6.7 |
1406 | 2024-11-20T23:26:03.598Z | Compiling tungstenite v0.24.0 |
1407 | 2024-11-20T23:26:03.856Z | Compiling lru-cache v0.1.2 |
1408 | 2024-11-20T23:26:04.106Z | Compiling publicsuffix v2.2.3 |
1409 | 2024-11-20T23:26:04.150Z | Compiling resolv-conf v0.7.0 |
1410 | 2024-11-20T23:26:04.207Z | Compiling sec1 v0.7.3 |
1411 | 2024-11-20T23:26:05.045Z | Compiling async-stream v0.3.6 |
1412 | 2024-11-20T23:26:05.159Z | Compiling group v0.13.0 |
1413 | 2024-11-20T23:26:05.165Z | Compiling usdt v0.5.0 |
1414 | 2024-11-20T23:26:05.338Z | Compiling slog-term v2.9.1 |
1415 | 2024-11-20T23:26:05.676Z | Compiling hickory-proto v0.24.1 |
1416 | 2024-11-20T23:26:06.095Z | Compiling num-iter v0.1.45 |
1417 | 2024-11-20T23:26:06.429Z | Compiling futures v0.3.31 |
1418 | 2024-11-20T23:26:06.554Z | Compiling slog-bunyan v2.5.0 |
1419 | 2024-11-20T23:26:06.806Z | Compiling toml v0.8.19 |
1420 | 2024-11-20T23:26:08.686Z | Compiling tokio-native-tls v0.3.1 |
1421 | 2024-11-20T23:26:08.768Z | Compiling camino v1.1.9 |
1422 | 2024-11-20T23:26:09.015Z | Compiling phf_shared v0.11.2 |
1423 | 2024-11-20T23:26:09.448Z | Compiling backtrace v0.3.74 |
1424 | 2024-11-20T23:26:09.450Z | Compiling dropshot_endpoint v0.12.0 |
1425 | 2024-11-20T23:26:09.753Z | Compiling terminal_size v0.4.0 |
1426 | 2024-11-20T23:26:09.783Z | Compiling waitgroup v0.1.2 |
1427 | 2024-11-20T23:26:09.991Z | Compiling openapiv3 v2.0.0 |
1428 | 2024-11-20T23:26:10.019Z | Compiling serde_path_to_error v0.1.16 |
1429 | 2024-11-20T23:26:10.223Z | Compiling hkdf v0.12.4 |
1430 | 2024-11-20T23:26:10.512Z | Compiling crypto-bigint v0.5.5 |
1431 | 2024-11-20T23:26:10.903Z | Compiling webpki-roots v0.26.6 |
1432 | 2024-11-20T23:26:11.138Z | Compiling curve25519-dalek-derive v0.1.1 |
1433 | 2024-11-20T23:26:12.784Z | Compiling zerocopy-derive v0.6.6 |
1434 | 2024-11-20T23:26:12.988Z | Compiling hubpack_derive v0.1.1 |
1435 | 2024-11-20T23:26:13.348Z | Compiling idna v0.5.0 |
1436 | 2024-11-20T23:26:13.948Z | Compiling hostname v0.4.0 |
1437 | 2024-11-20T23:26:14.230Z | Compiling fs-err v2.11.0 |
1438 | 2024-11-20T23:26:14.406Z | Compiling crc32fast v1.4.2 |
1439 | 2024-11-20T23:26:14.544Z | Compiling ahash v0.8.11 |
1440 | 2024-11-20T23:26:14.661Z | Compiling managed v0.8.0 |
1441 | 2024-11-20T23:26:14.757Z | Compiling debug-ignore v1.0.5 |
1442 | 2024-11-20T23:26:14.886Z | Compiling bitflags v1.3.2 |
1443 | 2024-11-20T23:26:14.910Z | Compiling winnow v0.5.40 |
1444 | 2024-11-20T23:26:14.997Z | Compiling console v0.15.8 |
1445 | 2024-11-20T23:26:15.155Z | Compiling clap_builder v4.5.21 |
1446 | 2024-11-20T23:26:15.176Z | Compiling zerocopy v0.6.6 |
1447 | 2024-11-20T23:26:16.144Z | Compiling strum_macros v0.25.3 |
1448 | 2024-11-20T23:26:16.681Z | Compiling flate2 v1.0.34 |
1449 | 2024-11-20T23:26:16.971Z | Compiling cookie_store v0.21.0 |
1450 | 2024-11-20T23:26:17.002Z | Compiling hubpack v0.1.2 |
1451 | 2024-11-20T23:26:17.371Z | Compiling elliptic-curve v0.13.8 |
1452 | 2024-11-20T23:26:17.697Z | Compiling hickory-resolver v0.24.1 |
1453 | 2024-11-20T23:26:18.684Z | Compiling toml_edit v0.19.15 |
1454 | 2024-11-20T23:26:18.976Z | Compiling phf v0.11.2 |
1455 | 2024-11-20T23:26:19.276Z | Compiling signal-hook-mio v0.2.4 |
1456 | 2024-11-20T23:26:19.298Z | Compiling hyper-tls v0.6.0 |
1457 | 2024-11-20T23:26:19.458Z | Compiling rayon v1.10.0 |
1458 | 2024-11-20T23:26:19.774Z | Compiling bzip2 v0.4.4 |
1459 | 2024-11-20T23:26:20.630Z | Compiling tokio-tungstenite v0.24.0 |
1460 | 2024-11-20T23:26:21.267Z | Compiling postgres-types v0.2.8 |
1461 | 2024-11-20T23:26:24.337Z | Compiling ed25519 v2.2.3 |
1462 | 2024-11-20T23:26:24.559Z | Compiling phf_shared v0.10.0 |
1463 | 2024-11-20T23:26:24.910Z | Compiling tokio-stream v0.1.16 |
1464 | 2024-11-20T23:26:25.004Z | Compiling pkcs1 v0.7.5 |
1465 | 2024-11-20T23:26:25.160Z | Compiling serde-big-array v0.5.1 |
1466 | 2024-11-20T23:26:25.413Z | Compiling clap_derive v4.5.18 |
1467 | 2024-11-20T23:26:26.026Z | Compiling rfc6979 v0.4.0 |
1468 | 2024-11-20T23:26:26.048Z | Compiling derive-where v1.2.7 |
1469 | 2024-11-20T23:26:26.083Z | Compiling serde_repr v0.1.19 |
1470 | 2024-11-20T23:26:26.215Z | Compiling float-cmp v0.9.0 |
1471 | 2024-11-20T23:26:26.283Z | Compiling bstr v1.10.0 |
1472 | 2024-11-20T23:26:26.457Z | Compiling sync_wrapper v1.0.1 |
1473 | 2024-11-20T23:26:26.633Z | Compiling unicode-segmentation v1.12.0 |
1474 | 2024-11-20T23:26:27.176Z | Compiling normalize-line-endings v0.3.0 |
1475 | 2024-11-20T23:26:27.316Z | Compiling unicode-width v0.2.0 |
1476 | 2024-11-20T23:26:27.358Z | Compiling predicates-core v1.0.8 |
1477 | 2024-11-20T23:26:27.583Z | Compiling number_prefix v0.4.0 |
1478 | 2024-11-20T23:26:27.738Z | Compiling bit-vec v0.6.3 |
1479 | 2024-11-20T23:26:27.824Z | Compiling difflib v0.4.0 |
1480 | 2024-11-20T23:26:27.875Z | Compiling precomputed-hash v0.1.1 |
1481 | 2024-11-20T23:26:28.008Z | Compiling new_debug_unreachable v1.0.6 |
1482 | 2024-11-20T23:26:28.117Z | Compiling fixedbitset v0.4.2 |
1483 | 2024-11-20T23:26:28.149Z | Compiling static_assertions v1.1.0 |
1484 | 2024-11-20T23:26:28.230Z | Compiling whoami v1.5.2 |
1485 | 2024-11-20T23:26:28.259Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1486 | 2024-11-20T23:26:28.631Z | Compiling petgraph v0.6.5 |
1487 | 2024-11-20T23:26:28.926Z | Compiling tokio-postgres v0.7.12 |
1488 | 2024-11-20T23:26:29.611Z | Compiling predicates v3.1.2 |
1489 | 2024-11-20T23:26:29.838Z | Compiling bit-set v0.5.3 |
1490 | 2024-11-20T23:26:30.168Z | Compiling string_cache v0.8.7 |
1491 | 2024-11-20T23:26:30.683Z | Compiling indicatif v0.17.9 |
1492 | 2024-11-20T23:26:30.761Z | Compiling clap v4.5.21 |
1493 | 2024-11-20T23:26:30.902Z | Compiling similar v2.6.0 |
1494 | 2024-11-20T23:26:31.505Z | Compiling ecdsa v0.16.9 |
1495 | 2024-11-20T23:26:32.402Z | Compiling rsa v0.9.6 |
1496 | 2024-11-20T23:26:32.958Z | Compiling ed25519-dalek v2.1.1 |
1497 | 2024-11-20T23:26:33.085Z | Compiling toml v0.7.8 |
1498 | 2024-11-20T23:26:33.471Z | Compiling zip v0.6.6 |
1499 | 2024-11-20T23:26:34.368Z | Compiling crossterm v0.28.1 |
1500 | 2024-11-20T23:26:34.991Z | Compiling hex v0.4.3 |
1501 | 2024-11-20T23:26:35.424Z | Compiling x509-cert v0.2.5 |
1502 | 2024-11-20T23:26:35.585Z | Compiling itertools v0.10.5 |
1503 | 2024-11-20T23:26:35.619Z | Compiling unicode-xid v0.2.6 |
1504 | 2024-11-20T23:26:35.693Z | Compiling peg-runtime v0.8.3 |
1505 | 2024-11-20T23:26:35.881Z | Compiling lalrpop-util v0.19.12 |
1506 | 2024-11-20T23:26:35.909Z | Compiling strum_macros v0.26.4 |
1507 | 2024-11-20T23:26:36.198Z | Compiling xattr v1.3.1 |
1508 | 2024-11-20T23:26:36.389Z | Compiling filetime v0.2.25 |
1509 | 2024-11-20T23:26:36.709Z | Compiling tar v0.4.42 |
1510 | 2024-11-20T23:26:41.265Z | Compiling strum v0.26.3 |
1511 | 2024-11-20T23:26:44.363Z | Compiling aws-lc-sys v0.22.0 |
1512 | 2024-11-20T23:27:17.739Z | Compiling rustls-webpki v0.102.8 |
1513 | 2024-11-20T23:27:21.326Z | Compiling tokio-rustls v0.25.0 |
1514 | 2024-11-20T23:27:23.020Z | Compiling tokio-rustls v0.26.0 |
1515 | 2024-11-20T23:27:23.396Z | Compiling hyper-rustls v0.27.3 |
1516 | 2024-11-20T23:27:23.786Z | Compiling reqwest v0.12.9 |
1517 | 2024-11-20T23:27:25.348Z | Compiling qorb v0.2.0 |
1518 | 2024-11-20T23:27:30.065Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1519 | 2024-11-20T23:27:30.327Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1520 | 2024-11-20T23:27:36.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 36s |
1521 | 2024-11-20T23:27:36.660Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1522 | 2024-11-20T23:27:36.715Z | Nov 20 23:27:36.124 INFO Starting download, target: DendriteOpenapi |
1523 | 2024-11-20T23:27:36.715Z | Nov 20 23:27:36.124 INFO Starting download, target: Clickhouse |
1524 | 2024-11-20T23:27:36.715Z | Nov 20 23:27:36.124 INFO Starting download, target: Cockroach |
1525 | 2024-11-20T23:27:36.716Z | Nov 20 23:27:36.124 INFO Starting download, target: Console |
1526 | 2024-11-20T23:27:36.716Z | Nov 20 23:27:36.124 INFO Starting download, target: DendriteStub |
1527 | 2024-11-20T23:27:36.716Z | Nov 20 23:27:36.124 INFO Starting download, target: MaghemiteMgd |
1528 | 2024-11-20T23:27:36.718Z | Nov 20 23:27:36.124 INFO Starting download, target: TransceiverControl |
1529 | 2024-11-20T23:27:36.719Z | Nov 20 23:27:36.125 INFO Downloading out/downloads/dpd-d0017d6983e8a95d8136398eeadec12f410d3282.json (attempt 1/3), target: DendriteOpenapi |
1530 | 2024-11-20T23:27:36.719Z | Nov 20 23:27:36.125 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1531 | 2024-11-20T23:27:36.719Z | Nov 20 23:27:36.125 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1532 | 2024-11-20T23:27:36.719Z | Nov 20 23:27:36.125 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1533 | 2024-11-20T23:27:36.719Z | Nov 20 23:27:36.125 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1534 | 2024-11-20T23:27:36.719Z | Nov 20 23:27:36.125 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1535 | 2024-11-20T23:27:36.719Z | Nov 20 23:27:36.125 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1536 | 2024-11-20T23:27:36.877Z | Nov 20 23:27:36.281 INFO Download complete, target: DendriteOpenapi |
1537 | 2024-11-20T23:27:37.127Z | Nov 20 23:27:36.526 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1538 | 2024-11-20T23:27:37.279Z | Nov 20 23:27:36.665 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1539 | 2024-11-20T23:27:37.580Z | Nov 20 23:27:36.987 INFO Download complete, target: Console |
1540 | 2024-11-20T23:27:37.605Z | Nov 20 23:27:37.011 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1541 | 2024-11-20T23:27:37.632Z | Nov 20 23:27:37.023 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1542 | 2024-11-20T23:27:37.829Z | Nov 20 23:27:37.227 INFO Download complete, target: TransceiverControl |
1543 | 2024-11-20T23:27:38.311Z | Nov 20 23:27:37.720 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1544 | 2024-11-20T23:27:38.311Z | Nov 20 23:27:37.720 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1545 | 2024-11-20T23:27:38.963Z | Nov 20 23:27:38.373 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1546 | 2024-11-20T23:27:40.581Z | Nov 20 23:27:39.990 INFO Download complete, target: DendriteStub |
1547 | 2024-11-20T23:27:40.629Z | Nov 20 23:27:40.038 INFO Download complete, target: MaghemiteMgd |
1548 | 2024-11-20T23:27:45.717Z | Nov 20 23:27:45.125 INFO Checking that binary works, target: Cockroach |
1549 | 2024-11-20T23:27:45.955Z | Nov 20 23:27:45.363 INFO Download complete, target: Cockroach |
1550 | 2024-11-20T23:27:51.067Z | Nov 20 23:27:50.475 INFO Checking that binary works, target: Clickhouse |
1551 | 2024-11-20T23:27:51.498Z | Nov 20 23:27:50.906 INFO Download complete, target: Clickhouse |
1552 | 2024-11-20T23:27:51.505Z | All prerequisites installed successfully |
1553 | 2024-11-20T23:27:51.508Z | |
1554 | 2024-11-20T23:27:51.508Z | real 6:14.515592648 |
1555 | 2024-11-20T23:27:51.508Z | user 17:13.285904157 |
1556 | 2024-11-20T23:27:51.508Z | sys 3:22.862084321 |
1557 | 2024-11-20T23:27:51.508Z | trap 0.596998192 |
1558 | 2024-11-20T23:27:51.508Z | tflt 5.480390872 |
1559 | 2024-11-20T23:27:51.508Z | dflt 5.224725255 |
1560 | 2024-11-20T23:27:51.508Z | kflt 0.472155069 |
1561 | 2024-11-20T23:27:51.508Z | lock 30:28.813913029 |
1562 | 2024-11-20T23:27:51.508Z | slp 1:07:01.416636981 |
1563 | 2024-11-20T23:27:51.508Z | lat 56.231067364 |
1564 | 2024-11-20T23:27:51.508Z | stop 2:23.333913024 |
1565 | 2024-11-20T23:27:51.508Z | + ptime -m cargo xtask download softnpu |
1566 | 2024-11-20T23:27:52.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1567 | 2024-11-20T23:27:52.093Z | Running `target/debug/xtask download softnpu` |
1568 | 2024-11-20T23:27:52.943Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
1569 | 2024-11-20T23:27:53.004Z | Running `target/debug/xtask-downloader softnpu` |
1570 | 2024-11-20T23:27:53.043Z | Nov 20 23:27:52.451 INFO Starting download, target: Softnpu |
1571 | 2024-11-20T23:27:53.045Z | Nov 20 23:27:52.451 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1572 | 2024-11-20T23:27:53.996Z | Nov 20 23:27:53.404 INFO Download complete, target: Softnpu |
1573 | 2024-11-20T23:27:54.000Z | |
1574 | 2024-11-20T23:27:54.002Z | real 2.486903228 |
1575 | 2024-11-20T23:27:54.002Z | user 1.313859987 |
1576 | 2024-11-20T23:27:54.002Z | sys 0.572559723 |
1577 | 2024-11-20T23:27:54.002Z | trap 0.000788533 |
1578 | 2024-11-20T23:27:54.002Z | tflt 0.000014828 |
1579 | 2024-11-20T23:27:54.002Z | dflt 0.000008190 |
1580 | 2024-11-20T23:27:54.002Z | kflt 0.000000000 |
1581 | 2024-11-20T23:27:54.002Z | lock 10.037251093 |
1582 | 2024-11-20T23:27:54.002Z | slp 0.775978911 |
1583 | 2024-11-20T23:27:54.002Z | lat 0.068769265 |
1584 | 2024-11-20T23:27:54.003Z | stop 0.000173366 |
1585 | 2024-11-20T23:27:54.003Z | + export CARGO_INCREMENTAL=0 |
1586 | 2024-11-20T23:27:54.003Z | + CARGO_INCREMENTAL=0 |
1587 | 2024-11-20T23:27:54.003Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1588 | 2024-11-20T23:27:54.997Z | Compiling proc-macro2 v1.0.89 |
1589 | 2024-11-20T23:27:54.997Z | Compiling unicode-ident v1.0.13 |
1590 | 2024-11-20T23:27:54.997Z | Compiling libc v0.2.162 |
1591 | 2024-11-20T23:27:55.000Z | Compiling serde v1.0.215 |
1592 | 2024-11-20T23:27:55.000Z | Compiling autocfg v1.4.0 |
1593 | 2024-11-20T23:27:55.000Z | Compiling version_check v0.9.5 |
1594 | 2024-11-20T23:27:55.000Z | Compiling cfg-if v1.0.0 |
1595 | 2024-11-20T23:27:55.261Z | Compiling memchr v2.7.4 |
1596 | 2024-11-20T23:27:55.300Z | Compiling typenum v1.17.0 |
1597 | 2024-11-20T23:27:55.366Z | Compiling shlex v1.3.0 |
1598 | 2024-11-20T23:27:55.767Z | Compiling value-bag v1.9.0 |
1599 | 2024-11-20T23:27:55.788Z | Compiling scopeguard v1.2.0 |
1600 | 2024-11-20T23:27:55.950Z | Compiling generic-array v0.14.7 |
1601 | 2024-11-20T23:27:56.021Z | Compiling lock_api v0.4.12 |
1602 | 2024-11-20T23:27:56.241Z | Compiling log v0.4.22 |
1603 | 2024-11-20T23:27:56.365Z | Compiling parking_lot_core v0.9.10 |
1604 | 2024-11-20T23:27:56.783Z | Compiling once_cell v1.20.2 |
1605 | 2024-11-20T23:27:56.798Z | Compiling serde_json v1.0.132 |
1606 | 2024-11-20T23:27:56.996Z | Compiling quote v1.0.37 |
1607 | 2024-11-20T23:27:57.121Z | Compiling rustix v0.38.37 |
1608 | 2024-11-20T23:27:57.146Z | Compiling thiserror v1.0.69 |
1609 | 2024-11-20T23:27:57.173Z | Compiling jobserver v0.1.32 |
1610 | 2024-11-20T23:27:57.419Z | Compiling syn v2.0.87 |
1611 | 2024-11-20T23:27:57.564Z | Compiling cc v1.1.30 |
1612 | 2024-11-20T23:27:57.642Z | Compiling getrandom v0.2.15 |
1613 | 2024-11-20T23:27:57.776Z | Compiling libm v0.2.8 |
1614 | 2024-11-20T23:27:57.876Z | Compiling aho-corasick v1.1.3 |
1615 | 2024-11-20T23:27:57.962Z | Compiling regex-syntax v0.8.5 |
1616 | 2024-11-20T23:27:57.995Z | Compiling num-traits v0.2.19 |
1617 | 2024-11-20T23:27:58.016Z | Compiling either v1.13.0 |
1618 | 2024-11-20T23:27:58.120Z | Compiling itoa v1.0.11 |
1619 | 2024-11-20T23:27:58.289Z | Compiling spin v0.9.8 |
1620 | 2024-11-20T23:27:58.452Z | Compiling slab v0.4.9 |
1621 | 2024-11-20T23:27:58.770Z | Compiling byteorder v1.5.0 |
1622 | 2024-11-20T23:27:59.059Z | Compiling errno v0.3.9 |
1623 | 2024-11-20T23:27:59.243Z | Compiling rand_core v0.6.4 |
1624 | 2024-11-20T23:27:59.273Z | Compiling lazy_static v1.5.0 |
1625 | 2024-11-20T23:27:59.406Z | Compiling glob v0.3.1 |
1626 | 2024-11-20T23:27:59.974Z | Compiling prettyplease v0.2.25 |
1627 | 2024-11-20T23:28:00.267Z | Compiling clang-sys v1.8.1 |
1628 | 2024-11-20T23:28:00.616Z | Compiling minimal-lexical v0.2.1 |
1629 | 2024-11-20T23:28:00.770Z | Compiling libloading v0.8.5 |
1630 | 2024-11-20T23:28:00.988Z | Compiling allocator-api2 v0.2.18 |
1631 | 2024-11-20T23:28:01.126Z | Compiling nom v7.1.3 |
1632 | 2024-11-20T23:28:01.151Z | Compiling subtle v2.6.1 |
1633 | 2024-11-20T23:28:01.171Z | Compiling home v0.5.9 |
1634 | 2024-11-20T23:28:01.450Z | Compiling bindgen v0.69.5 |
1635 | 2024-11-20T23:28:01.740Z | Compiling regex-automata v0.4.8 |
1636 | 2024-11-20T23:28:01.849Z | Compiling itertools v0.12.1 |
1637 | 2024-11-20T23:28:01.917Z | Compiling rustc-hash v1.1.0 |
1638 | 2024-11-20T23:28:02.074Z | Compiling smallvec v1.13.2 |
1639 | 2024-11-20T23:28:02.388Z | Compiling lazycell v1.3.0 |
1640 | 2024-11-20T23:28:02.568Z | Compiling semver v1.0.23 |
1641 | 2024-11-20T23:28:02.587Z | Compiling cmake v0.1.51 |
1642 | 2024-11-20T23:28:03.270Z | Compiling dunce v1.0.5 |
1643 | 2024-11-20T23:28:03.414Z | Compiling fs_extra v1.3.0 |
1644 | 2024-11-20T23:28:04.565Z | Compiling pkg-config v0.3.31 |
1645 | 2024-11-20T23:28:04.601Z | Compiling cexpr v0.6.0 |
1646 | 2024-11-20T23:28:04.896Z | Compiling ring v0.17.8 |
1647 | 2024-11-20T23:28:04.916Z | Compiling ryu v1.0.18 |
1648 | 2024-11-20T23:28:05.208Z | Compiling pin-project-lite v0.2.14 |
1649 | 2024-11-20T23:28:05.211Z | Compiling const-oid v0.9.6 |
1650 | 2024-11-20T23:28:05.354Z | Compiling synstructure v0.13.1 |
1651 | 2024-11-20T23:28:06.229Z | Compiling fnv v1.0.7 |
1652 | 2024-11-20T23:28:06.369Z | Compiling paste v1.0.15 |
1653 | 2024-11-20T23:28:06.493Z | Compiling httparse v1.9.5 |
1654 | 2024-11-20T23:28:06.906Z | Compiling aws-lc-rs v1.10.0 |
1655 | 2024-11-20T23:28:06.924Z | Compiling equivalent v1.0.1 |
1656 | 2024-11-20T23:28:07.036Z | Compiling foldhash v0.1.3 |
1657 | 2024-11-20T23:28:07.313Z | Compiling hashbrown v0.15.0 |
1658 | 2024-11-20T23:28:07.342Z | Compiling regex v1.11.1 |
1659 | 2024-11-20T23:28:07.826Z | Compiling heck v0.5.0 |
1660 | 2024-11-20T23:28:08.214Z | Compiling schemars v0.8.21 |
1661 | 2024-11-20T23:28:08.418Z | Compiling serde_derive_internals v0.29.1 |
1662 | 2024-11-20T23:28:08.552Z | Compiling signal-hook-registry v1.4.2 |
1663 | 2024-11-20T23:28:08.605Z | Compiling mio v1.0.2 |
1664 | 2024-11-20T23:28:08.731Z | Compiling parking_lot v0.12.3 |
1665 | 2024-11-20T23:28:10.579Z | Compiling stable_deref_trait v1.2.0 |
1666 | 2024-11-20T23:28:10.730Z | Compiling crossbeam-utils v0.8.20 |
1667 | 2024-11-20T23:28:10.749Z | Compiling socket2 v0.5.7 |
1668 | 2024-11-20T23:28:10.837Z | Compiling futures-core v0.3.31 |
1669 | 2024-11-20T23:28:11.100Z | Compiling serde_derive v1.0.215 |
1670 | 2024-11-20T23:28:11.157Z | Compiling zeroize_derive v1.4.2 |
1671 | 2024-11-20T23:28:11.262Z | Compiling zerocopy-derive v0.7.35 |
1672 | 2024-11-20T23:28:11.574Z | Compiling thiserror-impl v1.0.69 |
1673 | 2024-11-20T23:28:12.438Z | Compiling tokio-macros v2.4.0 |
1674 | 2024-11-20T23:28:12.455Z | Compiling zerofrom-derive v0.1.4 |
1675 | 2024-11-20T23:28:12.703Z | Compiling zeroize v1.8.1 |
1676 | 2024-11-20T23:28:12.903Z | Compiling yoke-derive v0.7.4 |
1677 | 2024-11-20T23:28:13.195Z | Compiling futures-macro v0.3.31 |
1678 | 2024-11-20T23:28:13.338Z | Compiling zerovec-derive v0.10.3 |
1679 | 2024-11-20T23:28:13.973Z | Compiling zerocopy v0.7.35 |
1680 | 2024-11-20T23:28:14.543Z | Compiling displaydoc v0.2.5 |
1681 | 2024-11-20T23:28:15.245Z | Compiling crypto-common v0.1.6 |
1682 | 2024-11-20T23:28:15.452Z | Compiling tracing-attributes v0.1.27 |
1683 | 2024-11-20T23:28:15.606Z | Compiling icu_provider_macros v1.5.0 |
1684 | 2024-11-20T23:28:15.665Z | Compiling block-buffer v0.10.4 |
1685 | 2024-11-20T23:28:15.849Z | Compiling schemars_derive v0.8.21 |
1686 | 2024-11-20T23:28:15.916Z | Compiling digest v0.10.7 |
1687 | 2024-11-20T23:28:16.307Z | Compiling der_derive v0.7.3 |
1688 | 2024-11-20T23:28:16.360Z | Compiling time-core v0.1.2 |
1689 | 2024-11-20T23:28:16.551Z | Compiling num-conv v0.1.0 |
1690 | 2024-11-20T23:28:16.852Z | Compiling time-macros v0.2.18 |
1691 | 2024-11-20T23:28:17.667Z | Compiling vcpkg v0.2.15 |
1692 | 2024-11-20T23:28:19.328Z | Compiling openssl-sys v0.9.103 |
1693 | 2024-11-20T23:28:19.816Z | Compiling cpufeatures v0.2.14 |
1694 | 2024-11-20T23:28:19.946Z | Compiling futures-sink v0.3.31 |
1695 | 2024-11-20T23:28:20.011Z | Compiling slog v2.7.0 |
1696 | 2024-11-20T23:28:20.201Z | Compiling ahash v0.8.11 |
1697 | 2024-11-20T23:28:20.317Z | Compiling syn v1.0.109 |
1698 | 2024-11-20T23:28:20.784Z | Compiling zerofrom v0.1.4 |
1699 | 2024-11-20T23:28:21.005Z | Compiling scroll_derive v0.12.0 |
1700 | 2024-11-20T23:28:21.026Z | Compiling iana-time-zone v0.1.61 |
1701 | 2024-11-20T23:28:21.045Z | Compiling ucd-trie v0.1.7 |
1702 | 2024-11-20T23:28:21.683Z | Compiling pest v2.7.14 |
1703 | 2024-11-20T23:28:21.771Z | Compiling yoke v0.7.4 |
1704 | 2024-11-20T23:28:21.820Z | Compiling futures-channel v0.3.31 |
1705 | 2024-11-20T23:28:22.322Z | Compiling hmac v0.12.1 |
1706 | 2024-11-20T23:28:22.565Z | Compiling pin-utils v0.1.0 |
1707 | 2024-11-20T23:28:22.584Z | Compiling futures-task v0.3.31 |
1708 | 2024-11-20T23:28:22.667Z | Compiling futures-io v0.3.31 |
1709 | 2024-11-20T23:28:22.969Z | Compiling openssl v0.10.66 |
1710 | 2024-11-20T23:28:23.132Z | Compiling futures-util v0.3.31 |
1711 | 2024-11-20T23:28:23.366Z | Compiling zerovec v0.10.4 |
1712 | 2024-11-20T23:28:23.635Z | Compiling block-padding v0.3.3 |
1713 | 2024-11-20T23:28:24.284Z | Compiling pest_meta v2.7.14 |
1714 | 2024-11-20T23:28:24.855Z | Compiling tinyvec_macros v0.1.1 |
1715 | 2024-11-20T23:28:24.962Z | Compiling tinyvec v1.8.0 |
1716 | 2024-11-20T23:28:25.408Z | Compiling bitflags v2.6.0 |
1717 | 2024-11-20T23:28:25.516Z | Compiling bytes v1.8.0 |
1718 | 2024-11-20T23:28:27.383Z | Compiling indexmap v2.6.0 |
1719 | 2024-11-20T23:28:28.704Z | Compiling tokio v1.40.0 |
1720 | 2024-11-20T23:28:29.406Z | Compiling serde_tokenstream v0.2.2 |
1721 | 2024-11-20T23:28:30.000Z | Compiling which v4.4.2 |
1722 | 2024-11-20T23:28:30.090Z | Compiling http v1.1.0 |
1723 | 2024-11-20T23:28:30.562Z | Compiling uuid v1.11.0 |
1724 | 2024-11-20T23:28:31.109Z | Compiling rustc_version v0.4.1 |
1725 | 2024-11-20T23:28:31.808Z | Compiling chrono v0.4.38 |
1726 | 2024-11-20T23:28:33.763Z | Compiling pest_generator v2.7.14 |
1727 | 2024-11-20T23:28:34.474Z | Compiling serde_spanned v0.6.8 |
1728 | 2024-11-20T23:28:34.712Z | Compiling toml_datetime v0.6.8 |
1729 | 2024-11-20T23:28:35.174Z | Compiling inout v0.1.3 |
1730 | 2024-11-20T23:28:35.634Z | Compiling openssl-macros v0.1.1 |
1731 | 2024-11-20T23:28:36.417Z | Compiling strsim v0.11.1 |
1732 | 2024-11-20T23:28:37.185Z | Compiling rustls v0.23.14 |
1733 | 2024-11-20T23:28:37.477Z | Compiling native-tls v0.2.12 |
1734 | 2024-11-20T23:28:38.322Z | Compiling pest_derive v2.7.14 |
1735 | 2024-11-20T23:28:38.396Z | Compiling cipher v0.4.4 |
1736 | 2024-11-20T23:28:38.658Z | Compiling unicode-normalization v0.1.24 |
1737 | 2024-11-20T23:28:38.876Z | Compiling tinystr v0.7.6 |
1738 | 2024-11-20T23:28:39.132Z | Compiling sha2 v0.10.8 |
1739 | 2024-11-20T23:28:39.374Z | Compiling tracing-core v0.1.32 |
1740 | 2024-11-20T23:28:39.679Z | Compiling usdt-impl v0.5.0 |
1741 | 2024-11-20T23:28:39.788Z | Compiling dyn-clone v1.0.17 |
1742 | 2024-11-20T23:28:39.962Z | Compiling unicode-bidi v0.3.17 |
1743 | 2024-11-20T23:28:40.025Z | Compiling base64ct v1.6.0 |
1744 | 2024-11-20T23:28:40.044Z | Compiling writeable v0.5.5 |
1745 | 2024-11-20T23:28:40.514Z | Compiling litemap v0.7.3 |
1746 | 2024-11-20T23:28:40.577Z | Compiling pem-rfc7468 v0.7.0 |
1747 | 2024-11-20T23:28:40.625Z | Compiling tracing v0.1.40 |
1748 | 2024-11-20T23:28:40.948Z | Compiling icu_locid v1.5.0 |
1749 | 2024-11-20T23:28:41.811Z | Compiling scroll v0.12.0 |
1750 | 2024-11-20T23:28:42.146Z | Compiling ppv-lite86 v0.2.20 |
1751 | 2024-11-20T23:28:42.406Z | Compiling async-trait v0.1.83 |
1752 | 2024-11-20T23:28:43.044Z | Compiling cookie v0.18.1 |
1753 | 2024-11-20T23:28:43.176Z | Compiling camino v1.1.9 |
1754 | 2024-11-20T23:28:43.900Z | Compiling plain v0.2.3 |
1755 | 2024-11-20T23:28:44.060Z | Compiling anyhow v1.0.93 |
1756 | 2024-11-20T23:28:44.611Z | Compiling flagset v0.4.6 |
1757 | 2024-11-20T23:28:44.632Z | Compiling aws-lc-sys v0.22.0 |
1758 | 2024-11-20T23:28:44.831Z | Compiling der v0.7.9 |
1759 | 2024-11-20T23:28:48.023Z | Compiling goblin v0.8.2 |
1760 | 2024-11-20T23:28:51.879Z | Compiling rand_chacha v0.3.1 |
1761 | 2024-11-20T23:28:52.176Z | Compiling icu_provider v1.5.0 |
1762 | 2024-11-20T23:28:53.200Z | Compiling untrusted v0.7.1 |
1763 | 2024-11-20T23:28:53.232Z | Compiling icu_locid_transform_data v1.5.0 |
1764 | 2024-11-20T23:28:53.343Z | Compiling rustls-pki-types v1.9.0 |
1765 | 2024-11-20T23:28:53.387Z | Compiling percent-encoding v2.3.1 |
1766 | 2024-11-20T23:28:53.724Z | Compiling rustls v0.22.4 |
1767 | 2024-11-20T23:28:54.359Z | Compiling rayon-core v1.12.1 |
1768 | 2024-11-20T23:28:54.501Z | Compiling pretty-hex v0.4.1 |
1769 | 2024-11-20T23:28:54.711Z | Compiling dof v0.3.0 |
1770 | 2024-11-20T23:28:55.551Z | Compiling icu_locid_transform v1.5.0 |
1771 | 2024-11-20T23:28:55.789Z | Compiling rand v0.8.5 |
1772 | 2024-11-20T23:28:56.297Z | Compiling spki v0.7.3 |
1773 | 2024-11-20T23:28:56.837Z | Compiling dtrace-parser v0.2.0 |
1774 | 2024-11-20T23:28:56.869Z | Compiling salsa20 v0.10.2 |
1775 | 2024-11-20T23:28:57.110Z | Compiling tokio-util v0.7.12 |
1776 | 2024-11-20T23:28:57.477Z | Compiling icu_collections v1.5.0 |
1777 | 2024-11-20T23:28:57.951Z | Compiling pbkdf2 v0.12.2 |
1778 | 2024-11-20T23:28:58.626Z | Compiling thread-id v4.2.2 |
1779 | 2024-11-20T23:28:58.737Z | Compiling winnow v0.5.40 |
1780 | 2024-11-20T23:28:58.757Z | Compiling powerfmt v0.2.0 |
1781 | 2024-11-20T23:28:58.790Z | Compiling mirai-annotations v1.12.0 |
1782 | 2024-11-20T23:28:58.939Z | Compiling untrusted v0.9.0 |
1783 | 2024-11-20T23:28:58.993Z | Compiling icu_properties_data v1.5.0 |
1784 | 2024-11-20T23:28:59.315Z | Compiling icu_properties v1.5.1 |
1785 | 2024-11-20T23:28:59.409Z | Compiling deranged v0.3.11 |
1786 | 2024-11-20T23:29:02.831Z | Compiling toml_edit v0.19.15 |
1787 | 2024-11-20T23:29:05.042Z | Compiling scrypt v0.11.0 |
1788 | 2024-11-20T23:29:05.368Z | Compiling aes v0.8.4 |
1789 | 2024-11-20T23:29:05.518Z | Compiling cbc v0.1.2 |
1790 | 2024-11-20T23:29:05.639Z | Compiling multer v3.1.0 |
1791 | 2024-11-20T23:29:05.768Z | Compiling num_threads v0.1.7 |
1792 | 2024-11-20T23:29:05.907Z | Compiling write16 v1.0.0 |
1793 | 2024-11-20T23:29:05.963Z | Compiling icu_normalizer_data v1.5.0 |
1794 | 2024-11-20T23:29:06.049Z | Compiling utf8_iter v1.0.4 |
1795 | 2024-11-20T23:29:06.216Z | Compiling atomic-waker v1.1.2 |
1796 | 2024-11-20T23:29:06.398Z | Compiling rustversion v1.0.17 |
1797 | 2024-11-20T23:29:06.577Z | Compiling utf16_iter v1.0.5 |
1798 | 2024-11-20T23:29:06.994Z | Compiling slog-async v2.8.0 |
1799 | 2024-11-20T23:29:07.104Z | Compiling icu_normalizer v1.5.0 |
1800 | 2024-11-20T23:29:07.394Z | Compiling time v0.3.36 |
1801 | 2024-11-20T23:29:07.469Z | Compiling pkcs5 v0.7.1 |
1802 | 2024-11-20T23:29:09.175Z | Compiling form_urlencoded v1.2.1 |
1803 | 2024-11-20T23:29:09.894Z | Compiling http-body v1.0.1 |
1804 | 2024-11-20T23:29:10.163Z | Compiling heapless v0.7.17 |
1805 | 2024-11-20T23:29:10.748Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1806 | 2024-11-20T23:29:11.235Z | Compiling try-lock v0.2.5 |
1807 | 2024-11-20T23:29:11.707Z | Compiling signal-hook v0.3.17 |
1808 | 2024-11-20T23:29:13.310Z | Compiling want v0.3.1 |
1809 | 2024-11-20T23:29:13.901Z | Compiling pkcs8 v0.10.2 |
1810 | 2024-11-20T23:29:14.026Z | Compiling idna_adapter v1.2.0 |
1811 | 2024-11-20T23:29:14.917Z | Compiling h2 v0.4.6 |
1812 | 2024-11-20T23:29:15.481Z | Compiling usdt-attr-macro v0.5.0 |
1813 | 2024-11-20T23:29:17.051Z | Compiling usdt-macro v0.5.0 |
1814 | 2024-11-20T23:29:17.905Z | Compiling async-stream-impl v0.3.6 |
1815 | 2024-11-20T23:29:18.446Z | Compiling adler2 v2.0.0 |
1816 | 2024-11-20T23:29:18.471Z | Compiling httpdate v1.0.3 |
1817 | 2024-11-20T23:29:19.276Z | Compiling miniz_oxide v0.8.0 |
1818 | 2024-11-20T23:29:20.471Z | Compiling idna v1.0.3 |
1819 | 2024-11-20T23:29:22.293Z | Compiling curve25519-dalek v4.1.3 |
1820 | 2024-11-20T23:29:22.599Z | Compiling openapiv3 v2.0.0 |
1821 | 2024-11-20T23:29:22.723Z | Compiling hyper v1.5.0 |
1822 | 2024-11-20T23:29:22.761Z | Compiling enum-as-inner v0.6.1 |
1823 | 2024-11-20T23:29:26.073Z | Compiling dropshot v0.12.0 |
1824 | 2024-11-20T23:29:26.385Z | Compiling base64 v0.22.1 |
1825 | 2024-11-20T23:29:26.982Z | Compiling num-bigint-dig v0.8.4 |
1826 | 2024-11-20T23:29:27.113Z | Compiling match_cfg v0.1.0 |
1827 | 2024-11-20T23:29:27.215Z | Compiling tower-service v0.3.3 |
1828 | 2024-11-20T23:29:27.265Z | Compiling smoltcp v0.9.1 |
1829 | 2024-11-20T23:29:27.383Z | Compiling portable-atomic v1.9.0 |
1830 | 2024-11-20T23:29:27.495Z | Compiling foreign-types-shared v0.1.1 |
1831 | 2024-11-20T23:29:27.513Z | Compiling hyper-util v0.1.10 |
1832 | 2024-11-20T23:29:27.615Z | Compiling foreign-types v0.3.2 |
1833 | 2024-11-20T23:29:27.883Z | Compiling hostname v0.3.1 |
1834 | 2024-11-20T23:29:31.377Z | Compiling url v2.5.3 |
1835 | 2024-11-20T23:29:35.409Z | Compiling dirs-sys-next v0.1.2 |
1836 | 2024-11-20T23:29:35.559Z | Compiling gimli v0.31.1 |
1837 | 2024-11-20T23:29:35.776Z | Compiling ident_case v1.0.1 |
1838 | 2024-11-20T23:29:35.921Z | Compiling data-encoding v2.6.0 |
1839 | 2024-11-20T23:29:35.969Z | Compiling siphasher v0.3.11 |
1840 | 2024-11-20T23:29:36.372Z | Compiling heck v0.4.1 |
1841 | 2024-11-20T23:29:36.524Z | Compiling darling_core v0.20.10 |
1842 | 2024-11-20T23:29:36.801Z | Compiling dirs-next v2.0.0 |
1843 | 2024-11-20T23:29:39.491Z | Compiling http-body-util v0.1.2 |
1844 | 2024-11-20T23:29:40.685Z | Compiling addr2line v0.24.2 |
1845 | 2024-11-20T23:29:42.858Z | Compiling crossbeam-epoch v0.9.18 |
1846 | 2024-11-20T23:29:43.134Z | Compiling hubpack_derive v0.1.1 |
1847 | 2024-11-20T23:29:43.590Z | Compiling dropshot_endpoint v0.12.0 |
1848 | 2024-11-20T23:29:43.693Z | Compiling sha1 v0.10.6 |
1849 | 2024-11-20T23:29:44.037Z | Compiling signature v2.2.0 |
1850 | 2024-11-20T23:29:44.108Z | Compiling zerocopy-derive v0.6.6 |
1851 | 2024-11-20T23:29:44.205Z | Compiling curve25519-dalek-derive v0.1.1 |
1852 | 2024-11-20T23:29:45.657Z | Compiling object v0.36.5 |
1853 | 2024-11-20T23:29:45.818Z | Compiling thread_local v1.1.8 |
1854 | 2024-11-20T23:29:46.126Z | Compiling fs-err v2.11.0 |
1855 | 2024-11-20T23:29:46.316Z | Compiling encoding_rs v0.8.34 |
1856 | 2024-11-20T23:29:47.835Z | Compiling ipnet v2.10.1 |
1857 | 2024-11-20T23:29:48.930Z | Compiling openssl-probe v0.1.5 |
1858 | 2024-11-20T23:29:49.272Z | Compiling winnow v0.6.20 |
1859 | 2024-11-20T23:29:50.079Z | Compiling utf8parse v0.2.2 |
1860 | 2024-11-20T23:29:50.259Z | Compiling unicode-properties v0.1.3 |
1861 | 2024-11-20T23:29:50.715Z | Compiling rustc-demangle v0.1.24 |
1862 | 2024-11-20T23:29:53.111Z | Compiling anstyle v1.0.10 |
1863 | 2024-11-20T23:29:53.312Z | Compiling mime v0.3.17 |
1864 | 2024-11-20T23:29:55.414Z | Compiling backtrace v0.3.74 |
1865 | 2024-11-20T23:29:57.509Z | Compiling toml_edit v0.22.22 |
1866 | 2024-11-20T23:30:01.163Z | Compiling stringprep v0.1.5 |
1867 | 2024-11-20T23:30:02.379Z | Compiling rustls-webpki v0.102.8 |
1868 | 2024-11-20T23:30:02.711Z | Compiling anstyle-parse v0.2.5 |
1869 | 2024-11-20T23:30:06.861Z | Compiling crossbeam-deque v0.8.5 |
1870 | 2024-11-20T23:30:07.451Z | Compiling darling_macro v0.20.10 |
1871 | 2024-11-20T23:30:10.454Z | Compiling term v0.7.0 |
1872 | 2024-11-20T23:30:11.280Z | Compiling slog-json v2.6.1 |
1873 | 2024-11-20T23:30:11.861Z | Compiling serde_urlencoded v0.7.1 |
1874 | 2024-11-20T23:30:12.815Z | Compiling crossbeam-channel v0.5.13 |
1875 | 2024-11-20T23:30:13.014Z | Compiling rustls-pemfile v2.2.0 |
1876 | 2024-11-20T23:30:13.506Z | Compiling hashbrown v0.14.5 |
1877 | 2024-11-20T23:30:13.981Z | Compiling idna v0.3.0 |
1878 | 2024-11-20T23:30:14.088Z | Compiling idna v0.4.0 |
1879 | 2024-11-20T23:30:14.918Z | Compiling futures-executor v0.3.31 |
1880 | 2024-11-20T23:30:15.606Z | Compiling num-integer v0.1.46 |
1881 | 2024-11-20T23:30:15.701Z | Compiling md-5 v0.10.6 |
1882 | 2024-11-20T23:30:15.986Z | Compiling ff v0.13.0 |
1883 | 2024-11-20T23:30:16.250Z | Compiling hash32 v0.2.1 |
1884 | 2024-11-20T23:30:16.268Z | Compiling memmap v0.7.0 |
1885 | 2024-11-20T23:30:16.362Z | Compiling is-terminal v0.4.13 |
1886 | 2024-11-20T23:30:16.593Z | Compiling fallible-iterator v0.2.0 |
1887 | 2024-11-20T23:30:16.638Z | Compiling quick-error v1.2.3 |
1888 | 2024-11-20T23:30:16.802Z | Compiling anstyle-query v1.1.1 |
1889 | 2024-11-20T23:30:17.373Z | Compiling linked-hash-map v0.5.6 |
1890 | 2024-11-20T23:30:17.470Z | Compiling is_terminal_polyfill v1.70.1 |
1891 | 2024-11-20T23:30:17.619Z | Compiling psl-types v2.0.11 |
1892 | 2024-11-20T23:30:17.769Z | Compiling colorchoice v1.0.2 |
1893 | 2024-11-20T23:30:17.839Z | Compiling take_mut v0.2.2 |
1894 | 2024-11-20T23:30:17.943Z | Compiling utf-8 v0.7.6 |
1895 | 2024-11-20T23:30:18.008Z | Compiling base16ct v0.2.0 |
1896 | 2024-11-20T23:30:18.313Z | Compiling sec1 v0.7.3 |
1897 | 2024-11-20T23:30:18.927Z | Compiling tungstenite v0.24.0 |
1898 | 2024-11-20T23:30:20.299Z | Compiling anstream v0.6.15 |
1899 | 2024-11-20T23:30:21.058Z | Compiling publicsuffix v2.2.3 |
1900 | 2024-11-20T23:30:21.081Z | Compiling lru-cache v0.1.2 |
1901 | 2024-11-20T23:30:21.300Z | Compiling postgres-protocol v0.6.7 |
1902 | 2024-11-20T23:30:21.484Z | Compiling resolv-conf v0.7.0 |
1903 | 2024-11-20T23:30:22.443Z | Compiling usdt v0.5.0 |
1904 | 2024-11-20T23:30:22.568Z | Compiling slog-term v2.9.1 |
1905 | 2024-11-20T23:30:22.939Z | Compiling group v0.13.0 |
1906 | 2024-11-20T23:30:23.272Z | Compiling num-iter v0.1.45 |
1907 | 2024-11-20T23:30:23.434Z | Compiling futures v0.3.31 |
1908 | 2024-11-20T23:30:23.483Z | Compiling hickory-proto v0.24.1 |
1909 | 2024-11-20T23:30:23.561Z | Compiling regress v0.10.1 |
1910 | 2024-11-20T23:30:27.652Z | Compiling slog-bunyan v2.5.0 |
1911 | 2024-11-20T23:30:27.872Z | Compiling tokio-rustls v0.26.0 |
1912 | 2024-11-20T23:30:27.972Z | Compiling darling v0.20.10 |
1913 | 2024-11-20T23:30:28.115Z | Compiling tokio-rustls v0.25.0 |
1914 | 2024-11-20T23:30:28.346Z | Compiling tokio-native-tls v0.3.1 |
1915 | 2024-11-20T23:30:28.562Z | Compiling toml v0.8.19 |
1916 | 2024-11-20T23:30:28.567Z | Compiling strum_macros v0.25.3 |
1917 | 2024-11-20T23:30:28.651Z | Compiling phf_shared v0.11.2 |
1918 | 2024-11-20T23:30:29.410Z | Compiling async-stream v0.3.6 |
1919 | 2024-11-20T23:30:29.703Z | Compiling waitgroup v0.1.2 |
1920 | 2024-11-20T23:30:29.926Z | Compiling webpki-roots v0.26.6 |
1921 | 2024-11-20T23:30:30.711Z | Compiling idna v0.5.0 |
1922 | 2024-11-20T23:30:30.747Z | Compiling terminal_size v0.4.0 |
1923 | 2024-11-20T23:30:30.979Z | Compiling serde_path_to_error v0.1.16 |
1924 | 2024-11-20T23:30:31.341Z | Compiling hkdf v0.12.4 |
1925 | 2024-11-20T23:30:31.984Z | Compiling crypto-bigint v0.5.5 |
1926 | 2024-11-20T23:30:32.255Z | Compiling derive-where v1.2.7 |
1927 | 2024-11-20T23:30:32.287Z | Compiling clap_derive v4.5.18 |
1928 | 2024-11-20T23:30:32.314Z | Compiling serde_repr v0.1.19 |
1929 | 2024-11-20T23:30:33.116Z | Compiling hostname v0.4.0 |
1930 | 2024-11-20T23:30:33.347Z | Compiling crc32fast v1.4.2 |
1931 | 2024-11-20T23:30:33.411Z | Compiling bitflags v1.3.2 |
1932 | 2024-11-20T23:30:34.301Z | Compiling managed v0.8.0 |
1933 | 2024-11-20T23:30:35.097Z | Compiling clap_lex v0.7.2 |
1934 | 2024-11-20T23:30:35.576Z | Compiling unicode-width v0.1.14 |
1935 | 2024-11-20T23:30:35.580Z | Compiling debug-ignore v1.0.5 |
1936 | 2024-11-20T23:30:35.616Z | Compiling clap_builder v4.5.21 |
1937 | 2024-11-20T23:30:36.105Z | Compiling console v0.15.8 |
1938 | 2024-11-20T23:30:37.078Z | Compiling elliptic-curve v0.13.8 |
1939 | 2024-11-20T23:30:39.004Z | Compiling flate2 v1.0.34 |
1940 | 2024-11-20T23:30:40.028Z | Compiling cookie_store v0.21.0 |
1941 | 2024-11-20T23:30:44.086Z | Compiling hyper-rustls v0.27.3 |
1942 | 2024-11-20T23:30:44.106Z | Compiling hickory-resolver v0.24.1 |
1943 | 2024-11-20T23:30:44.683Z | Compiling phf v0.11.2 |
1944 | 2024-11-20T23:30:44.712Z | Compiling hyper-tls v0.6.0 |
1945 | 2024-11-20T23:30:45.020Z | Compiling signal-hook-mio v0.2.4 |
1946 | 2024-11-20T23:30:45.127Z | Compiling typify-impl v0.2.0 |
1947 | 2024-11-20T23:30:45.194Z | Compiling rayon v1.10.0 |
1948 | 2024-11-20T23:30:46.031Z | Compiling bzip2 v0.4.4 |
1949 | 2024-11-20T23:30:46.434Z | Compiling postgres-types v0.2.8 |
1950 | 2024-11-20T23:30:47.478Z | Compiling tokio-tungstenite v0.24.0 |
1951 | 2024-11-20T23:30:47.784Z | Compiling zerocopy v0.6.6 |
1952 | 2024-11-20T23:30:47.842Z | Compiling ed25519 v2.2.3 |
1953 | 2024-11-20T23:30:48.085Z | Compiling hubpack v0.1.2 |
1954 | 2024-11-20T23:30:48.309Z | Compiling phf_shared v0.10.0 |
1955 | 2024-11-20T23:30:48.697Z | Compiling pkcs1 v0.7.5 |
1956 | 2024-11-20T23:30:48.734Z | Compiling tokio-stream v0.1.16 |
1957 | 2024-11-20T23:30:49.937Z | Compiling serde-big-array v0.5.1 |
1958 | 2024-11-20T23:30:50.176Z | Compiling rfc6979 v0.4.0 |
1959 | 2024-11-20T23:30:50.210Z | Compiling float-cmp v0.9.0 |
1960 | 2024-11-20T23:30:50.363Z | Compiling sync_wrapper v1.0.1 |
1961 | 2024-11-20T23:30:50.420Z | Compiling bstr v1.10.0 |
1962 | 2024-11-20T23:30:50.540Z | Compiling precomputed-hash v0.1.1 |
1963 | 2024-11-20T23:30:50.681Z | Compiling bit-vec v0.6.3 |
1964 | 2024-11-20T23:30:51.168Z | Compiling whoami v1.5.2 |
1965 | 2024-11-20T23:30:51.551Z | Compiling predicates-core v1.0.8 |
1966 | 2024-11-20T23:30:51.741Z | Compiling unicode-width v0.2.0 |
1967 | 2024-11-20T23:30:51.868Z | Compiling static_assertions v1.1.0 |
1968 | 2024-11-20T23:30:51.988Z | Compiling fixedbitset v0.4.2 |
1969 | 2024-11-20T23:30:52.288Z | Compiling unicode-segmentation v1.12.0 |
1970 | 2024-11-20T23:30:52.407Z | Compiling normalize-line-endings v0.3.0 |
1971 | 2024-11-20T23:30:52.420Z | Compiling new_debug_unreachable v1.0.6 |
1972 | 2024-11-20T23:30:52.546Z | Compiling number_prefix v0.4.0 |
1973 | 2024-11-20T23:30:52.798Z | Compiling difflib v0.4.0 |
1974 | 2024-11-20T23:30:53.191Z | Compiling similar v2.6.0 |
1975 | 2024-11-20T23:30:53.256Z | Compiling indicatif v0.17.9 |
1976 | 2024-11-20T23:30:53.802Z | Compiling predicates v3.1.2 |
1977 | 2024-11-20T23:30:54.134Z | Compiling string_cache v0.8.7 |
1978 | 2024-11-20T23:30:55.041Z | Compiling petgraph v0.6.5 |
1979 | 2024-11-20T23:30:55.171Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1980 | 2024-11-20T23:30:55.359Z | Compiling tokio-postgres v0.7.12 |
1981 | 2024-11-20T23:30:56.297Z | Compiling bit-set v0.5.3 |
1982 | 2024-11-20T23:30:57.651Z | Compiling typify-macro v0.2.0 |
1983 | 2024-11-20T23:30:59.277Z | Compiling reqwest v0.12.9 |
1984 | 2024-11-20T23:31:03.019Z | Compiling ecdsa v0.16.9 |
1985 | 2024-11-20T23:31:03.087Z | Compiling qorb v0.2.0 |
1986 | 2024-11-20T23:31:03.087Z | Compiling rsa v0.9.6 |
1987 | 2024-11-20T23:31:03.087Z | Compiling ed25519-dalek v2.1.1 |
1988 | 2024-11-20T23:31:03.087Z | Compiling zip v0.6.6 |
1989 | 2024-11-20T23:31:03.087Z | Compiling crossterm v0.28.1 |
1990 | 2024-11-20T23:31:03.087Z | Compiling clap v4.5.21 |
1991 | 2024-11-20T23:31:03.809Z | Compiling toml v0.7.8 |
1992 | 2024-11-20T23:31:04.630Z | Compiling x509-cert v0.2.5 |
1993 | 2024-11-20T23:31:05.935Z | Compiling hex v0.4.3 |
1994 | 2024-11-20T23:31:06.744Z | Compiling itertools v0.10.5 |
1995 | 2024-11-20T23:31:07.142Z | Compiling unicode-xid v0.2.6 |
1996 | 2024-11-20T23:31:07.355Z | Compiling lalrpop-util v0.19.12 |
1997 | 2024-11-20T23:31:07.851Z | Compiling peg-runtime v0.8.3 |
1998 | 2024-11-20T23:31:08.196Z | Compiling zerocopy v0.8.10 |
1999 | 2024-11-20T23:31:10.151Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2000 | 2024-11-20T23:31:14.344Z | Compiling proc-macro-crate v1.3.1 |
2001 | 2024-11-20T23:31:14.477Z | Compiling ipnetwork v0.20.0 |
2002 | 2024-11-20T23:31:14.941Z | Compiling macaddr v1.0.1 |
2003 | 2024-11-20T23:31:15.566Z | Compiling zerocopy-derive v0.8.10 |
2004 | 2024-11-20T23:31:15.628Z | Compiling itertools v0.13.0 |
2005 | 2024-11-20T23:31:18.405Z | Compiling heapless v0.8.0 |
2006 | 2024-11-20T23:31:19.186Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2007 | 2024-11-20T23:31:24.327Z | Compiling num_enum_derive v0.5.11 |
2008 | 2024-11-20T23:31:32.671Z | Compiling hash32 v0.3.1 |
2009 | 2024-11-20T23:31:33.207Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2010 | 2024-11-20T23:31:33.667Z | Compiling smoltcp v0.11.0 |
2011 | 2024-11-20T23:31:38.818Z | Compiling num_enum v0.5.11 |
2012 | 2024-11-20T23:31:39.013Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2013 | 2024-11-20T23:31:40.039Z | Compiling typify v0.2.0 |
2014 | 2024-11-20T23:31:40.892Z | Compiling proc-macro-error-attr v1.0.4 |
2015 | 2024-11-20T23:31:41.193Z | Compiling unsafe-libyaml v0.2.11 |
2016 | 2024-11-20T23:31:41.415Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2017 | 2024-11-20T23:31:42.134Z | Compiling cobs v0.2.3 |
2018 | 2024-11-20T23:31:42.612Z | Compiling serde_yaml v0.9.34+deprecated |
2019 | 2024-11-20T23:31:43.064Z | Compiling postcard v1.0.10 |
2020 | 2024-11-20T23:32:00.744Z | Compiling progenitor-impl v0.8.0 |
2021 | 2024-11-20T23:32:00.792Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2022 | 2024-11-20T23:32:12.140Z | Compiling strum_macros v0.26.4 |
2023 | 2024-11-20T23:32:13.974Z | Compiling foreign-types-macros v0.2.3 |
2024 | 2024-11-20T23:32:14.047Z | Compiling structmeta-derive v0.3.0 |
2025 | 2024-11-20T23:32:14.065Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2026 | 2024-11-20T23:32:14.388Z | Compiling proc-macro-error v1.0.4 |
2027 | 2024-11-20T23:32:14.831Z | Compiling foreign-types-shared v0.3.1 |
2028 | 2024-11-20T23:32:14.973Z | Compiling newtype-uuid v1.1.3 |
2029 | 2024-11-20T23:32:15.932Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2030 | 2024-11-20T23:32:16.750Z | Compiling structmeta v0.3.0 |
2031 | 2024-11-20T23:32:16.918Z | Compiling strum v0.26.3 |
2032 | 2024-11-20T23:32:16.944Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2033 | 2024-11-20T23:32:21.400Z | Compiling foreign-types v0.5.0 |
2034 | 2024-11-20T23:32:25.088Z | Compiling progenitor-macro v0.8.0 |
2035 | 2024-11-20T23:32:31.268Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2036 | 2024-11-20T23:32:31.357Z | Compiling progenitor-client v0.8.0 |
2037 | 2024-11-20T23:32:34.977Z | Compiling tabwriter v1.4.0 |
2038 | 2024-11-20T23:32:35.616Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2039 | 2024-11-20T23:32:35.784Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2040 | 2024-11-20T23:32:36.447Z | Compiling cstr-argument v0.1.2 |
2041 | 2024-11-20T23:32:36.541Z | Compiling dropshot v0.13.0 |
2042 | 2024-11-20T23:32:36.706Z | Compiling crucible-workspace-hack v0.1.0 |
2043 | 2024-11-20T23:32:36.706Z | Compiling pretty-hex v0.2.1 |
2044 | 2024-11-20T23:32:36.860Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2045 | 2024-11-20T23:32:36.955Z | Compiling fastrand v2.1.1 |
2046 | 2024-11-20T23:32:37.698Z | Compiling tempfile v3.13.0 |
2047 | 2024-11-20T23:32:38.196Z | Compiling progenitor v0.8.0 |
2048 | 2024-11-20T23:32:38.486Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2049 | 2024-11-20T23:32:38.777Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2050 | 2024-11-20T23:32:38.890Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2051 | 2024-11-20T23:32:42.476Z | Compiling parse-display-derive v0.10.0 |
2052 | 2024-11-20T23:32:42.539Z | Compiling colored v2.1.0 |
2053 | 2024-11-20T23:32:42.539Z | Compiling serde_with_macros v3.11.0 |
2054 | 2024-11-20T23:32:42.539Z | Compiling dropshot_endpoint v0.13.0 |
2055 | 2024-11-20T23:32:42.539Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2056 | 2024-11-20T23:32:42.539Z | Compiling instant v0.1.13 |
2057 | 2024-11-20T23:32:42.540Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2058 | 2024-11-20T23:32:42.541Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2059 | 2024-11-20T23:32:42.541Z | Compiling serde_with v3.11.0 |
2060 | 2024-11-20T23:32:43.555Z | Compiling parse-display v0.10.0 |
2061 | 2024-11-20T23:32:44.712Z | Compiling backoff v0.4.0 |
2062 | 2024-11-20T23:32:45.128Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2063 | 2024-11-20T23:32:45.382Z | Compiling zone_cfg_derive v0.3.0 |
2064 | 2024-11-20T23:32:45.514Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2065 | 2024-11-20T23:32:46.160Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2066 | 2024-11-20T23:32:46.931Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2067 | 2024-11-20T23:32:46.960Z | Compiling camino-tempfile v1.1.1 |
2068 | 2024-11-20T23:32:47.110Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2069 | 2024-11-20T23:32:47.170Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2070 | 2024-11-20T23:32:47.373Z | Compiling regress v0.9.1 |
2071 | 2024-11-20T23:32:47.635Z | Compiling num-derive v0.4.2 |
2072 | 2024-11-20T23:32:47.782Z | Compiling sigpipe v0.1.3 |
2073 | 2024-11-20T23:32:47.933Z | Compiling libefi-sys v0.1.0 |
2074 | 2024-11-20T23:32:48.238Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2075 | 2024-11-20T23:32:48.602Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2076 | 2024-11-20T23:32:49.945Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2077 | 2024-11-20T23:32:51.609Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2078 | 2024-11-20T23:32:53.017Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2079 | 2024-11-20T23:32:53.607Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2080 | 2024-11-20T23:32:54.966Z | Compiling zone v0.3.0 |
2081 | 2024-11-20T23:32:55.505Z | Compiling smf v0.2.3 |
2082 | 2024-11-20T23:32:56.283Z | Compiling bitfield-struct v0.6.2 |
2083 | 2024-11-20T23:32:57.727Z | Compiling ring v0.16.20 |
2084 | 2024-11-20T23:32:58.013Z | Compiling blake3 v1.5.4 |
2085 | 2024-11-20T23:32:58.233Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2086 | 2024-11-20T23:32:58.559Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2087 | 2024-11-20T23:32:59.234Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2088 | 2024-11-20T23:32:59.300Z | Compiling xattr v1.3.1 |
2089 | 2024-11-20T23:32:59.352Z | Compiling memmap2 v0.9.5 |
2090 | 2024-11-20T23:32:59.651Z | Compiling filetime v0.2.25 |
2091 | 2024-11-20T23:32:59.970Z | Compiling arrayref v0.3.9 |
2092 | 2024-11-20T23:33:00.045Z | Compiling same-file v1.0.6 |
2093 | 2024-11-20T23:33:00.095Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2094 | 2024-11-20T23:33:00.241Z | Compiling arrayvec v0.7.6 |
2095 | 2024-11-20T23:33:00.337Z | Compiling spin v0.5.2 |
2096 | 2024-11-20T23:33:00.413Z | Compiling constant_time_eq v0.3.1 |
2097 | 2024-11-20T23:33:00.610Z | Compiling walkdir v2.5.0 |
2098 | 2024-11-20T23:33:00.614Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2099 | 2024-11-20T23:33:02.274Z | Compiling tar v0.4.42 |
2100 | 2024-11-20T23:33:03.556Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2101 | 2024-11-20T23:33:03.588Z | Compiling gethostname v0.5.0 |
2102 | 2024-11-20T23:33:03.816Z | Compiling cargo-platform v0.1.8 |
2103 | 2024-11-20T23:33:04.008Z | Compiling topological-sort v0.2.2 |
2104 | 2024-11-20T23:33:04.297Z | Compiling cargo_metadata v0.18.1 |
2105 | 2024-11-20T23:33:07.636Z | Compiling omicron-zone-package v0.11.1 |
2106 | 2024-11-20T23:33:16.241Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2107 | 2024-11-20T23:33:18.636Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2108 | 2024-11-20T23:33:21.277Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2109 | 2024-11-20T23:33:37.146Z | Finished `release` profile [optimized] target(s) in 5m 43s |
2110 | 2024-11-20T23:33:37.314Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
2111 | 2024-11-20T23:33:37.368Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2112 | 2024-11-20T23:33:37.371Z | Created new build target 'test' and set it as active |
2113 | 2024-11-20T23:33:37.371Z | |
2114 | 2024-11-20T23:33:37.371Z | real 5:43.334347174 |
2115 | 2024-11-20T23:33:37.371Z | user 38:34.273833185 |
2116 | 2024-11-20T23:33:37.372Z | sys 5:06.967762536 |
2117 | 2024-11-20T23:33:37.372Z | trap 1.239974758 |
2118 | 2024-11-20T23:33:37.372Z | tflt 3.055694476 |
2119 | 2024-11-20T23:33:37.372Z | dflt 0.999379520 |
2120 | 2024-11-20T23:33:37.372Z | kflt 0.007789636 |
2121 | 2024-11-20T23:33:37.372Z | lock 1:20:59.487441936 |
2122 | 2024-11-20T23:33:37.372Z | slp 2:40:37.992446156 |
2123 | 2024-11-20T23:33:37.372Z | lat 2:37.012336116 |
2124 | 2024-11-20T23:33:37.372Z | stop 4:41.670455695 |
2125 | 2024-11-20T23:33:37.375Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2126 | 2024-11-20T23:33:38.409Z | Finished `release` profile [optimized] target(s) in 0.98s |
2127 | 2024-11-20T23:33:38.482Z | Running `target/release/omicron-package -t test package` |
2128 | 2024-11-20T23:33:38.529Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2129 | 2024-11-20T23:33:39.787Z | Compiling convert_case v0.4.0 |
2130 | 2024-11-20T23:33:39.787Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2131 | 2024-11-20T23:33:39.790Z | Compiling itertools v0.13.0 |
2132 | 2024-11-20T23:33:39.790Z | Compiling newline-converter v0.3.0 |
2133 | 2024-11-20T23:33:39.791Z | Compiling password-hash v0.5.0 |
2134 | 2024-11-20T23:33:39.792Z | Compiling progenitor-client v0.8.0 |
2135 | 2024-11-20T23:33:39.792Z | Compiling blake2 v0.10.6 |
2136 | 2024-11-20T23:33:39.981Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2137 | 2024-11-20T23:33:40.152Z | Compiling expectorate v1.1.0 |
2138 | 2024-11-20T23:33:40.176Z | Compiling owo-colors v4.1.0 |
2139 | 2024-11-20T23:33:40.352Z | Compiling progenitor v0.8.0 |
2140 | 2024-11-20T23:33:40.396Z | Compiling cancel-safe-futures v0.1.5 |
2141 | 2024-11-20T23:33:40.474Z | Compiling argon2 v0.5.3 |
2142 | 2024-11-20T23:33:40.644Z | Compiling derive_more v0.99.18 |
2143 | 2024-11-20T23:33:40.689Z | Compiling num-rational v0.4.2 |
2144 | 2024-11-20T23:33:40.773Z | Compiling num-complex v0.4.6 |
2145 | 2024-11-20T23:33:41.205Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2146 | 2024-11-20T23:33:42.054Z | Compiling num v0.4.3 |
2147 | 2024-11-20T23:33:42.136Z | Compiling atomicwrites v0.4.4 |
2148 | 2024-11-20T23:33:42.141Z | Compiling libsw v3.3.1 |
2149 | 2024-11-20T23:33:42.178Z | Compiling float-ord v0.3.2 |
2150 | 2024-11-20T23:33:42.362Z | Compiling swrite v0.1.0 |
2151 | 2024-11-20T23:33:42.506Z | Compiling indent_write v2.2.0 |
2152 | 2024-11-20T23:33:42.509Z | Compiling linear-map v1.2.0 |
2153 | 2024-11-20T23:33:42.668Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2154 | 2024-11-20T23:33:42.755Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2155 | 2024-11-20T23:33:42.978Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2156 | 2024-11-20T23:33:42.999Z | Compiling base64 v0.21.7 |
2157 | 2024-11-20T23:33:43.143Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2158 | 2024-11-20T23:33:43.963Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2159 | 2024-11-20T23:33:44.174Z | Compiling highway v1.2.0 |
2160 | 2024-11-20T23:33:44.757Z | Compiling semver v0.1.20 |
2161 | 2024-11-20T23:33:45.381Z | Compiling rustc_version v0.1.7 |
2162 | 2024-11-20T23:33:45.716Z | Compiling newtype-uuid v1.1.3 |
2163 | 2024-11-20T23:33:45.831Z | Compiling newtype_derive v0.1.6 |
2164 | 2024-11-20T23:33:46.090Z | Compiling dropshot v0.13.0 |
2165 | 2024-11-20T23:33:46.183Z | Compiling ipnetwork v0.20.0 |
2166 | 2024-11-20T23:33:46.248Z | Compiling instant v0.1.13 |
2167 | 2024-11-20T23:33:46.422Z | Compiling humantime v2.1.0 |
2168 | 2024-11-20T23:33:47.010Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2169 | 2024-11-20T23:33:47.304Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2170 | 2024-11-20T23:33:47.480Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2171 | 2024-11-20T23:33:47.745Z | Compiling backoff v0.4.0 |
2172 | 2024-11-20T23:33:51.051Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2173 | 2024-11-20T23:33:51.422Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2174 | 2024-11-20T23:33:52.295Z | Compiling parse-display v0.10.0 |
2175 | 2024-11-20T23:33:52.860Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2176 | 2024-11-20T23:33:52.881Z | Compiling serde_with v3.11.0 |
2177 | 2024-11-20T23:33:53.073Z | Compiling strum v0.26.3 |
2178 | 2024-11-20T23:33:53.286Z | Compiling regress v0.9.1 |
2179 | 2024-11-20T23:33:57.163Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2180 | 2024-11-20T23:33:57.790Z | Compiling macaddr v1.0.1 |
2181 | 2024-11-20T23:33:58.238Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2182 | 2024-11-20T23:33:58.277Z | Compiling steno v0.4.1 |
2183 | 2024-11-20T23:33:58.940Z | Compiling prettyplease v0.2.25 |
2184 | 2024-11-20T23:33:58.971Z | Compiling slog-dtrace v0.3.0 |
2185 | 2024-11-20T23:33:59.396Z | Compiling tungstenite v0.21.0 |
2186 | 2024-11-20T23:33:59.907Z | Compiling display-error-chain v0.2.2 |
2187 | 2024-11-20T23:34:01.652Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2188 | 2024-11-20T23:34:01.908Z | Compiling tokio-tungstenite v0.21.0 |
2189 | 2024-11-20T23:34:02.596Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2190 | 2024-11-20T23:34:03.043Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2191 | 2024-11-20T23:34:04.179Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2192 | 2024-11-20T23:34:04.792Z | Compiling arc-swap v1.7.1 |
2193 | 2024-11-20T23:34:05.546Z | Compiling slog-scope v4.4.0 |
2194 | 2024-11-20T23:34:06.421Z | Compiling half v2.4.1 |
2195 | 2024-11-20T23:34:07.208Z | Compiling ciborium-io v0.2.2 |
2196 | 2024-11-20T23:34:07.372Z | Compiling ciborium-ll v0.2.2 |
2197 | 2024-11-20T23:34:07.956Z | Compiling slog-stdlog v4.1.1 |
2198 | 2024-11-20T23:34:08.664Z | Compiling slog-envlogger v2.2.0 |
2199 | 2024-11-20T23:34:08.811Z | Compiling ciborium v0.2.2 |
2200 | 2024-11-20T23:34:11.072Z | Compiling nibble_vec v0.1.0 |
2201 | 2024-11-20T23:34:11.334Z | Compiling endian-type v0.1.2 |
2202 | 2024-11-20T23:34:11.610Z | Compiling radix_trie v0.2.1 |
2203 | 2024-11-20T23:34:12.592Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2204 | 2024-11-20T23:34:17.998Z | Compiling same-file v1.0.6 |
2205 | 2024-11-20T23:34:18.269Z | Compiling fastrand v2.1.1 |
2206 | 2024-11-20T23:34:18.824Z | Compiling tempfile v3.13.0 |
2207 | 2024-11-20T23:34:19.115Z | Compiling walkdir v2.5.0 |
2208 | 2024-11-20T23:34:19.245Z | Compiling blake3 v1.5.4 |
2209 | 2024-11-20T23:34:19.606Z | Compiling ring v0.16.20 |
2210 | 2024-11-20T23:34:19.771Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2211 | 2024-11-20T23:34:19.842Z | Compiling xattr v1.3.1 |
2212 | 2024-11-20T23:34:20.132Z | Compiling memmap2 v0.9.5 |
2213 | 2024-11-20T23:34:20.583Z | Compiling filetime v0.2.25 |
2214 | 2024-11-20T23:34:20.925Z | Compiling keccak v0.1.5 |
2215 | 2024-11-20T23:34:21.569Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2216 | 2024-11-20T23:34:21.598Z | Compiling arrayref v0.3.9 |
2217 | 2024-11-20T23:34:21.717Z | Compiling constant_time_eq v0.3.1 |
2218 | 2024-11-20T23:34:21.874Z | Compiling spin v0.5.2 |
2219 | 2024-11-20T23:34:21.918Z | Compiling arrayvec v0.7.6 |
2220 | 2024-11-20T23:34:22.133Z | Compiling sha3 v0.10.8 |
2221 | 2024-11-20T23:34:22.930Z | Compiling tar v0.4.42 |
2222 | 2024-11-20T23:34:23.026Z | Compiling toolchain_find v0.4.0 |
2223 | 2024-11-20T23:34:23.501Z | Compiling camino-tempfile v1.1.1 |
2224 | 2024-11-20T23:34:23.550Z | Compiling const_format_proc_macros v0.2.33 |
2225 | 2024-11-20T23:34:23.627Z | Compiling topological-sort v0.2.2 |
2226 | 2024-11-20T23:34:23.875Z | Compiling maplit v1.0.2 |
2227 | 2024-11-20T23:34:23.935Z | Compiling crunchy v0.2.2 |
2228 | 2024-11-20T23:34:24.009Z | Compiling radium v0.7.0 |
2229 | 2024-11-20T23:34:24.474Z | Compiling rustfmt-wrapper v0.2.1 |
2230 | 2024-11-20T23:34:24.517Z | Compiling omicron-zone-package v0.11.1 |
2231 | 2024-11-20T23:34:24.980Z | Compiling pem v3.0.4 |
2232 | 2024-11-20T23:34:25.046Z | Compiling tiny-keccak v2.0.2 |
2233 | 2024-11-20T23:34:25.336Z | Compiling tap v1.0.1 |
2234 | 2024-11-20T23:34:25.377Z | Compiling const_format v0.2.33 |
2235 | 2024-11-20T23:34:25.558Z | Compiling maybe-uninit v2.0.0 |
2236 | 2024-11-20T23:34:25.873Z | Compiling wyz v0.5.1 |
2237 | 2024-11-20T23:34:26.495Z | Compiling dsl_auto_type v0.1.2 |
2238 | 2024-11-20T23:34:26.516Z | Compiling phf_generator v0.11.2 |
2239 | 2024-11-20T23:34:26.601Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2240 | 2024-11-20T23:34:26.726Z | Compiling scheduled-thread-pool v0.2.7 |
2241 | 2024-11-20T23:34:26.762Z | Compiling secrecy v0.8.0 |
2242 | 2024-11-20T23:34:26.770Z | Compiling async-recursion v1.1.1 |
2243 | 2024-11-20T23:34:27.037Z | Compiling diesel_table_macro_syntax v0.2.0 |
2244 | 2024-11-20T23:34:27.117Z | Compiling funty v2.0.0 |
2245 | 2024-11-20T23:34:27.454Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2246 | 2024-11-20T23:34:27.791Z | Compiling packed_struct v0.10.1 |
2247 | 2024-11-20T23:34:27.911Z | Compiling crc-catalog v2.4.0 |
2248 | 2024-11-20T23:34:27.987Z | Compiling diesel_derives v2.2.3 |
2249 | 2024-11-20T23:34:28.078Z | Compiling crc v3.2.1 |
2250 | 2024-11-20T23:34:28.276Z | Compiling bitvec v1.0.1 |
2251 | 2024-11-20T23:34:28.297Z | Compiling r2d2 v0.8.10 |
2252 | 2024-11-20T23:34:28.758Z | Compiling phf_codegen v0.11.2 |
2253 | 2024-11-20T23:34:29.598Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2254 | 2024-11-20T23:34:29.693Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2255 | 2024-11-20T23:34:29.917Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2256 | 2024-11-20T23:34:30.098Z | Compiling ascii-canvas v3.0.0 |
2257 | 2024-11-20T23:34:30.604Z | Compiling universal-hash v0.5.1 |
2258 | 2024-11-20T23:34:30.919Z | Compiling thiserror-impl-no-std v2.0.2 |
2259 | 2024-11-20T23:34:33.213Z | Compiling packed_struct_codegen v0.10.1 |
2260 | 2024-11-20T23:34:33.749Z | Compiling parse-zoneinfo v0.3.1 |
2261 | 2024-11-20T23:34:35.443Z | Compiling lzma-sys v0.1.20 |
2262 | 2024-11-20T23:34:35.801Z | Compiling ena v0.14.3 |
2263 | 2024-11-20T23:34:36.212Z | Compiling indexmap v1.9.3 |
2264 | 2024-11-20T23:34:36.275Z | Compiling nodrop v0.1.14 |
2265 | 2024-11-20T23:34:36.437Z | Compiling cfg_aliases v0.1.1 |
2266 | 2024-11-20T23:34:36.549Z | Compiling diff v0.1.13 |
2267 | 2024-11-20T23:34:36.581Z | Compiling regex-syntax v0.6.29 |
2268 | 2024-11-20T23:34:37.147Z | Compiling opaque-debug v0.3.1 |
2269 | 2024-11-20T23:34:37.263Z | Compiling poly1305 v0.8.0 |
2270 | 2024-11-20T23:34:38.806Z | Compiling nix v0.28.0 |
2271 | 2024-11-20T23:34:39.599Z | Compiling array-init v0.0.4 |
2272 | 2024-11-20T23:34:40.196Z | Compiling diesel v2.2.4 |
2273 | 2024-11-20T23:34:40.884Z | Compiling lalrpop v0.19.12 |
2274 | 2024-11-20T23:34:46.624Z | Compiling chrono-tz-build v0.4.0 |
2275 | 2024-11-20T23:34:47.570Z | Compiling thiserror-no-std v2.0.2 |
2276 | 2024-11-20T23:34:47.719Z | Compiling smallvec v0.6.14 |
2277 | 2024-11-20T23:34:48.237Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2278 | 2024-11-20T23:34:48.426Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2279 | 2024-11-20T23:34:48.738Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2280 | 2024-11-20T23:34:48.990Z | Compiling chacha20 v0.9.1 |
2281 | 2024-11-20T23:34:49.437Z | Compiling heck v0.3.3 |
2282 | 2024-11-20T23:34:49.537Z | Compiling aead v0.5.2 |
2283 | 2024-11-20T23:34:49.837Z | Compiling vte_generate_state_changes v0.1.2 |
2284 | 2024-11-20T23:34:49.920Z | Compiling ref-cast v1.0.23 |
2285 | 2024-11-20T23:34:50.470Z | Compiling bitfield v0.14.0 |
2286 | 2024-11-20T23:34:50.516Z | Compiling termcolor v1.4.1 |
2287 | 2024-11-20T23:34:50.797Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2288 | 2024-11-20T23:34:51.129Z | Compiling hashbrown v0.12.3 |
2289 | 2024-11-20T23:34:51.692Z | Compiling env_logger v0.10.2 |
2290 | 2024-11-20T23:34:53.697Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2291 | 2024-11-20T23:34:55.004Z | Compiling vte v0.11.1 |
2292 | 2024-11-20T23:34:56.710Z | Compiling zone_cfg_derive v0.1.2 |
2293 | 2024-11-20T23:34:58.194Z | Compiling chacha20poly1305 v0.10.1 |
2294 | 2024-11-20T23:34:58.488Z | Compiling serde-hex v0.1.0 |
2295 | 2024-11-20T23:35:04.182Z | Compiling chrono-tz v0.10.0 |
2296 | 2024-11-20T23:35:04.847Z | Compiling vsss-rs v3.3.4 |
2297 | 2024-11-20T23:35:05.238Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2298 | 2024-11-20T23:35:05.602Z | Compiling ron v0.8.1 |
2299 | 2024-11-20T23:35:08.102Z | Compiling polar-core v0.27.3 |
2300 | 2024-11-20T23:35:09.454Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2301 | 2024-11-20T23:35:09.504Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2302 | 2024-11-20T23:35:09.778Z | Compiling derive_builder_core v0.20.2 |
2303 | 2024-11-20T23:35:10.112Z | Compiling hashbrown v0.13.2 |
2304 | 2024-11-20T23:35:11.697Z | Compiling fd-lock v4.0.2 |
2305 | 2024-11-20T23:35:11.869Z | Compiling headers-core v0.3.0 |
2306 | 2024-11-20T23:35:11.940Z | Compiling fxhash v0.2.1 |
2307 | 2024-11-20T23:35:11.997Z | Compiling libxml v0.3.3 |
2308 | 2024-11-20T23:35:12.057Z | Compiling ref-cast-impl v1.0.23 |
2309 | 2024-11-20T23:35:12.182Z | Compiling base64 v0.13.1 |
2310 | 2024-11-20T23:35:12.380Z | Compiling bytecount v0.6.8 |
2311 | 2024-11-20T23:35:12.700Z | Compiling crc-any v2.5.0 |
2312 | 2024-11-20T23:35:12.999Z | Compiling ron v0.7.1 |
2313 | 2024-11-20T23:35:13.439Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2314 | 2024-11-20T23:35:13.650Z | Compiling papergrid v0.11.0 |
2315 | 2024-11-20T23:35:18.642Z | Compiling headers v0.4.0 |
2316 | 2024-11-20T23:35:18.967Z | Compiling derive_builder_macro v0.20.2 |
2317 | 2024-11-20T23:35:19.884Z | Compiling object v0.30.4 |
2318 | 2024-11-20T23:35:22.390Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2319 | 2024-11-20T23:35:28.430Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2320 | 2024-11-20T23:35:30.044Z | Compiling xz2 v0.1.7 |
2321 | 2024-11-20T23:35:30.731Z | Compiling zone v0.1.8 |
2322 | 2024-11-20T23:35:31.141Z | Compiling strip-ansi-escapes v0.2.0 |
2323 | 2024-11-20T23:35:33.326Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2324 | 2024-11-20T23:35:34.268Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2325 | 2024-11-20T23:35:34.727Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2326 | 2024-11-20T23:35:35.064Z | Compiling tabled_derive v0.7.0 |
2327 | 2024-11-20T23:35:35.347Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2328 | 2024-11-20T23:35:35.742Z | Compiling yasna v0.5.2 |
2329 | 2024-11-20T23:35:36.712Z | Compiling peg-macros v0.8.4 |
2330 | 2024-11-20T23:35:37.300Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2331 | 2024-11-20T23:35:37.361Z | Compiling strum_macros v0.24.3 |
2332 | 2024-11-20T23:35:38.421Z | Compiling kstat-rs v0.2.4 |
2333 | 2024-11-20T23:35:39.291Z | Compiling samael v0.0.17 |
2334 | 2024-11-20T23:35:39.406Z | Compiling sqlparser_derive v0.2.2 |
2335 | 2024-11-20T23:35:40.260Z | Compiling unicase v2.7.0 |
2336 | 2024-11-20T23:35:40.361Z | Compiling path-slash v0.1.5 |
2337 | 2024-11-20T23:35:40.495Z | Compiling indoc v1.0.9 |
2338 | 2024-11-20T23:35:40.629Z | Compiling nu-ansi-term v0.50.1 |
2339 | 2024-11-20T23:35:40.640Z | Compiling home v0.5.9 |
2340 | 2024-11-20T23:35:40.833Z | Compiling unicode_categories v0.1.1 |
2341 | 2024-11-20T23:35:41.010Z | Compiling rustyline v14.0.0 |
2342 | 2024-11-20T23:35:41.238Z | Compiling sqlformat v0.2.6 |
2343 | 2024-11-20T23:35:41.941Z | Compiling reedline v0.35.0 |
2344 | 2024-11-20T23:35:42.107Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2345 | 2024-11-20T23:35:44.217Z | Compiling sqlparser v0.45.0 |
2346 | 2024-11-20T23:35:44.949Z | Compiling peg v0.8.4 |
2347 | 2024-11-20T23:35:45.088Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2348 | 2024-11-20T23:35:53.359Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2349 | 2024-11-20T23:35:53.688Z | Compiling tabled v0.15.0 |
2350 | 2024-11-20T23:35:54.349Z | Compiling rcgen v0.12.1 |
2351 | 2024-11-20T23:36:06.631Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2352 | 2024-11-20T23:36:07.111Z | Compiling derive_builder v0.20.2 |
2353 | 2024-11-20T23:36:12.523Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2354 | 2024-11-20T23:36:14.236Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2355 | 2024-11-20T23:36:14.609Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2356 | 2024-11-20T23:36:14.925Z | Compiling bcs v0.1.6 |
2357 | 2024-11-20T23:36:15.867Z | Compiling impl-trait-for-tuples v0.2.2 |
2358 | 2024-11-20T23:36:18.748Z | Compiling oso-derive v0.27.3 |
2359 | 2024-11-20T23:36:19.798Z | Compiling libz-sys v1.1.20 |
2360 | 2024-11-20T23:36:20.510Z | Compiling quick-xml v0.33.0 |
2361 | 2024-11-20T23:36:22.938Z | Compiling subprocess v0.2.9 |
2362 | 2024-11-20T23:36:25.694Z | Compiling diesel-dtrace v0.3.0 |
2363 | 2024-11-20T23:36:26.047Z | Compiling parking_lot_core v0.8.6 |
2364 | 2024-11-20T23:36:26.650Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2365 | 2024-11-20T23:36:27.719Z | Compiling oso v0.27.3 |
2366 | 2024-11-20T23:36:45.828Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2367 | 2024-11-20T23:36:47.466Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2368 | 2024-11-20T23:36:53.032Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2369 | 2024-11-20T23:36:56.364Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2370 | 2024-11-20T23:36:56.684Z | Compiling bb8 v0.8.5 |
2371 | 2024-11-20T23:36:57.354Z | Compiling buf-list v1.0.3 |
2372 | 2024-11-20T23:36:58.039Z | Compiling async-bb8-diesel v0.2.1 |
2373 | 2024-11-20T23:37:00.590Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2374 | 2024-11-20T23:37:01.492Z | Compiling pin-project-internal v1.1.6 |
2375 | 2024-11-20T23:37:03.800Z | Compiling atty v0.2.14 |
2376 | 2024-11-20T23:37:03.993Z | Compiling salty v0.3.0 |
2377 | 2024-11-20T23:37:04.480Z | Compiling pin-project v1.1.6 |
2378 | 2024-11-20T23:37:05.039Z | Compiling parking_lot v0.11.2 |
2379 | 2024-11-20T23:37:08.127Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2380 | 2024-11-20T23:37:12.142Z | Compiling snafu-derive v0.8.5 |
2381 | 2024-11-20T23:37:13.294Z | Compiling simd-adler32 v0.3.7 |
2382 | 2024-11-20T23:37:14.467Z | Compiling bumpalo v3.16.0 |
2383 | 2024-11-20T23:37:15.112Z | Compiling zip v2.1.3 |
2384 | 2024-11-20T23:37:15.457Z | Compiling lockfree-object-pool v0.1.6 |
2385 | 2024-11-20T23:37:15.796Z | Compiling zopfli v0.8.1 |
2386 | 2024-11-20T23:37:15.954Z | Compiling sled v0.34.7 |
2387 | 2024-11-20T23:37:16.144Z | Compiling mime_guess v2.0.5 |
2388 | 2024-11-20T23:37:17.005Z | Compiling snafu v0.8.5 |
2389 | 2024-11-20T23:37:18.607Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2390 | 2024-11-20T23:37:19.452Z | Compiling hickory-client v0.24.1 |
2391 | 2024-11-20T23:37:19.940Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2392 | 2024-11-20T23:37:20.141Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2393 | 2024-11-20T23:37:20.955Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2394 | 2024-11-20T23:37:25.078Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2395 | 2024-11-20T23:37:26.191Z | Compiling globset v0.4.15 |
2396 | 2024-11-20T23:37:26.745Z | Compiling hickory-server v0.24.1 |
2397 | 2024-11-20T23:37:29.793Z | Compiling primeorder v0.13.6 |
2398 | 2024-11-20T23:37:30.426Z | Compiling olpc-cjson v0.1.4 |
2399 | 2024-11-20T23:37:30.801Z | Compiling vergen v8.3.2 |
2400 | 2024-11-20T23:37:31.131Z | Compiling env_filter v0.1.2 |
2401 | 2024-11-20T23:37:32.700Z | Compiling serde_plain v1.0.2 |
2402 | 2024-11-20T23:37:33.239Z | Compiling cargo-platform v0.1.8 |
2403 | 2024-11-20T23:37:33.799Z | Compiling nanorand v0.7.0 |
2404 | 2024-11-20T23:37:33.864Z | Compiling memoffset v0.9.1 |
2405 | 2024-11-20T23:37:34.211Z | Compiling typed-path v0.9.3 |
2406 | 2024-11-20T23:37:34.663Z | Compiling flume v0.11.1 |
2407 | 2024-11-20T23:37:35.496Z | Compiling cargo_metadata v0.18.1 |
2408 | 2024-11-20T23:37:39.043Z | Compiling tough v0.19.0 |
2409 | 2024-11-20T23:37:41.720Z | Compiling env_logger v0.11.5 |
2410 | 2024-11-20T23:37:41.805Z | Compiling p384 v0.13.0 |
2411 | 2024-11-20T23:37:43.271Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2412 | 2024-11-20T23:37:51.710Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2413 | 2024-11-20T23:37:56.724Z | Compiling git2 v0.19.0 |
2414 | 2024-11-20T23:38:02.023Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2415 | 2024-11-20T23:38:07.116Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2416 | 2024-11-20T23:38:08.405Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2417 | 2024-11-20T23:38:10.490Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2418 | 2024-11-20T23:38:11.876Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2419 | 2024-11-20T23:38:14.359Z | Compiling rand_seeder v0.3.0 |
2420 | 2024-11-20T23:38:14.734Z | Compiling libsqlite3-sys v0.30.1 |
2421 | 2024-11-20T23:38:14.810Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2422 | 2024-11-20T23:38:14.943Z | Compiling rustls v0.21.12 |
2423 | 2024-11-20T23:38:15.126Z | Compiling cfg_aliases v0.2.1 |
2424 | 2024-11-20T23:38:15.248Z | Compiling parse-size v1.1.0 |
2425 | 2024-11-20T23:38:15.317Z | Compiling nix v0.29.0 |
2426 | 2024-11-20T23:38:15.368Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2427 | 2024-11-20T23:38:15.482Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2428 | 2024-11-20T23:38:15.586Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2429 | 2024-11-20T23:38:17.647Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2430 | 2024-11-20T23:38:17.671Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2431 | 2024-11-20T23:38:17.994Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2432 | 2024-11-20T23:38:18.328Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2433 | 2024-11-20T23:38:18.525Z | Compiling sct v0.7.1 |
2434 | 2024-11-20T23:38:19.038Z | Compiling rustls-webpki v0.101.7 |
2435 | 2024-11-20T23:38:21.534Z | Compiling castaway v0.2.3 |
2436 | 2024-11-20T23:38:21.767Z | Compiling csv-core v0.1.11 |
2437 | 2024-11-20T23:38:22.686Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2438 | 2024-11-20T23:38:22.842Z | Compiling glob v0.3.1 |
2439 | 2024-11-20T23:38:23.030Z | Compiling http-range v0.1.5 |
2440 | 2024-11-20T23:38:23.248Z | Compiling hyper-staticfile v0.10.1 |
2441 | 2024-11-20T23:38:23.620Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2442 | 2024-11-20T23:38:24.968Z | Compiling csv v1.3.0 |
2443 | 2024-11-20T23:38:25.443Z | Compiling compact_str v0.8.0 |
2444 | 2024-11-20T23:38:27.212Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2445 | 2024-11-20T23:38:28.250Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2446 | 2024-11-20T23:38:29.595Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2447 | 2024-11-20T23:38:31.231Z | Compiling nix v0.27.1 |
2448 | 2024-11-20T23:38:35.262Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2449 | 2024-11-20T23:38:37.299Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2450 | 2024-11-20T23:38:40.377Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2451 | 2024-11-20T23:38:43.417Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2452 | 2024-11-20T23:38:46.220Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2453 | 2024-11-20T23:38:46.591Z | Compiling unicode-truncate v1.1.0 |
2454 | 2024-11-20T23:38:46.912Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2455 | 2024-11-20T23:38:47.246Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2456 | 2024-11-20T23:38:47.588Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2457 | 2024-11-20T23:38:48.301Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2458 | 2024-11-20T23:38:50.190Z | Compiling hashlink v0.9.1 |
2459 | 2024-11-20T23:38:51.118Z | Compiling tungstenite v0.23.0 |
2460 | 2024-11-20T23:38:51.329Z | Compiling lru v0.12.5 |
2461 | 2024-11-20T23:38:51.760Z | Compiling instability v0.3.2 |
2462 | 2024-11-20T23:38:52.840Z | Compiling fallible-iterator v0.3.0 |
2463 | 2024-11-20T23:38:53.127Z | Compiling fallible-streaming-iterator v0.1.9 |
2464 | 2024-11-20T23:38:53.464Z | Compiling cassowary v0.3.0 |
2465 | 2024-11-20T23:38:53.650Z | Compiling tokio-tungstenite v0.23.1 |
2466 | 2024-11-20T23:38:53.729Z | Compiling rusqlite v0.32.1 |
2467 | 2024-11-20T23:38:54.369Z | Compiling ratatui v0.28.1 |
2468 | 2024-11-20T23:38:55.273Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2469 | 2024-11-20T23:38:57.259Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2470 | 2024-11-20T23:38:59.285Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2471 | 2024-11-20T23:39:02.968Z | Compiling tokio-rustls v0.24.1 |
2472 | 2024-11-20T23:39:03.872Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2473 | 2024-11-20T23:39:05.265Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2474 | 2024-11-20T23:39:14.085Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2475 | 2024-11-20T23:39:16.420Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2476 | 2024-11-20T23:39:17.168Z | Compiling rustls-pemfile v1.0.4 |
2477 | 2024-11-20T23:39:17.978Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2478 | 2024-11-20T23:39:18.329Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2479 | 2024-11-20T23:39:18.704Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2480 | 2024-11-20T23:39:18.899Z | Compiling signal-hook-tokio v0.3.1 |
2481 | 2024-11-20T23:39:19.152Z | Compiling twox-hash v1.6.3 |
2482 | 2024-11-20T23:39:20.312Z | Compiling smawk v0.3.2 |
2483 | 2024-11-20T23:39:20.626Z | Compiling unicode-linebreak v0.1.5 |
2484 | 2024-11-20T23:39:21.256Z | Compiling is_ci v1.2.0 |
2485 | 2024-11-20T23:39:21.609Z | Compiling supports-color v3.0.1 |
2486 | 2024-11-20T23:39:22.180Z | Compiling textwrap v0.16.1 |
2487 | 2024-11-20T23:39:24.308Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2488 | 2024-11-20T23:39:25.949Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2489 | 2024-11-20T23:39:33.553Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2490 | 2024-11-20T23:39:40.814Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2491 | 2024-11-20T23:39:41.472Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2492 | 2024-11-20T23:39:46.557Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2493 | 2024-11-20T23:39:46.889Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2494 | 2024-11-20T23:39:47.611Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2495 | 2024-11-20T23:40:00.708Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2496 | 2024-11-20T23:40:01.050Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2497 | 2024-11-20T23:40:07.807Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2498 | 2024-11-20T23:40:08.145Z | Compiling fatfs v0.3.6 |
2499 | 2024-11-20T23:40:10.074Z | Compiling rtoolbox v0.0.2 |
2500 | 2024-11-20T23:40:10.561Z | Compiling assert_matches v1.5.0 |
2501 | 2024-11-20T23:40:11.245Z | Compiling rpassword v7.3.1 |
2502 | 2024-11-20T23:40:11.721Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2503 | 2024-11-20T23:40:17.336Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2504 | 2024-11-20T23:40:24.817Z | Compiling tui-tree-widget v0.22.0 |
2505 | 2024-11-20T23:40:25.355Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2506 | 2024-11-20T23:40:28.206Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2507 | 2024-11-20T23:40:28.281Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2508 | 2024-11-20T23:40:28.621Z | Compiling uzers v0.12.1 |
2509 | 2024-11-20T23:40:31.896Z | Compiling shell-words v1.1.0 |
2510 | 2024-11-20T23:40:32.374Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2511 | 2024-11-20T23:40:42.157Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2512 | 2024-11-20T23:40:44.386Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2513 | 2024-11-20T23:41:14.516Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2514 | 2024-11-20T23:41:17.102Z | Compiling multimap v0.10.0 |
2515 | 2024-11-20T23:43:44.759Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2516 | 2024-11-20T23:43:46.383Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2517 | 2024-11-20T23:50:58.137Z | Finished `release` profile [optimized] target(s) in 17m 19s |
2518 | 2024-11-20T23:52:03.780Z | |
2519 | 2024-11-20T23:52:03.783Z | real 18:26.294678962 |
2520 | 2024-11-20T23:52:03.783Z | user 2:04:50.615688357 |
2521 | 2024-11-20T23:52:03.783Z | sys 6:11.871593117 |
2522 | 2024-11-20T23:52:03.783Z | trap 3.398527767 |
2523 | 2024-11-20T23:52:03.783Z | tflt 3.208627574 |
2524 | 2024-11-20T23:52:03.783Z | dflt 5.147943469 |
2525 | 2024-11-20T23:52:03.783Z | kflt 0.034630962 |
2526 | 2024-11-20T23:52:03.783Z | lock 7:41:05.858225528 |
2527 | 2024-11-20T23:52:03.783Z | slp 6:37:44.733659742 |
2528 | 2024-11-20T23:52:03.783Z | lat 3:02.704105254 |
2529 | 2024-11-20T23:52:03.783Z | stop 2:38.073764051 |
2530 | 2024-11-20T23:52:03.783Z | + mapfile -t packages |
2531 | 2024-11-20T23:52:03.783Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2532 | 2024-11-20T23:52:04.883Z | Finished `release` profile [optimized] target(s) in 1.04s |
2533 | 2024-11-20T23:52:04.938Z | Running `target/release/omicron-package -t test list-outputs` |
2534 | 2024-11-20T23:52:04.993Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2535 | 2024-11-20T23:52:04.996Z | + ptime -m cargo build --locked --release -p xtask |
2536 | 2024-11-20T23:52:05.604Z | Compiling serde v1.0.215 |
2537 | 2024-11-20T23:52:05.607Z | Compiling rustix v0.38.37 |
2538 | 2024-11-20T23:52:05.607Z | Compiling serde_json v1.0.132 |
2539 | 2024-11-20T23:52:05.607Z | Compiling libc v0.2.162 |
2540 | 2024-11-20T23:52:05.707Z | Compiling syn v2.0.87 |
2541 | 2024-11-20T23:52:05.731Z | Compiling bitflags v2.6.0 |
2542 | 2024-11-20T23:52:06.120Z | Compiling usdt-impl v0.5.0 |
2543 | 2024-11-20T23:52:06.136Z | Compiling syn v1.0.109 |
2544 | 2024-11-20T23:52:06.223Z | Compiling hashbrown v0.15.0 |
2545 | 2024-11-20T23:52:06.240Z | Compiling log v0.4.22 |
2546 | 2024-11-20T23:52:06.375Z | Compiling fs-err v2.11.0 |
2547 | 2024-11-20T23:52:06.694Z | Compiling once_cell v1.20.2 |
2548 | 2024-11-20T23:52:06.734Z | Compiling anyhow v1.0.93 |
2549 | 2024-11-20T23:52:07.314Z | Compiling thread-id v4.2.2 |
2550 | 2024-11-20T23:52:07.648Z | Compiling indexmap v2.6.0 |
2551 | 2024-11-20T23:52:08.837Z | Compiling terminal_size v0.4.0 |
2552 | 2024-11-20T23:52:08.837Z | Compiling tempfile v3.13.0 |
2553 | 2024-11-20T23:52:09.109Z | Compiling clap_builder v4.5.21 |
2554 | 2024-11-20T23:52:09.724Z | Compiling proc-macro-error v1.0.4 |
2555 | 2024-11-20T23:52:11.141Z | Compiling tabled_derive v0.7.0 |
2556 | 2024-11-20T23:52:12.498Z | Compiling tabled v0.15.0 |
2557 | 2024-11-20T23:52:14.210Z | Compiling serde_derive v1.0.215 |
2558 | 2024-11-20T23:52:14.739Z | Compiling thiserror-impl v1.0.69 |
2559 | 2024-11-20T23:52:14.969Z | Compiling zerocopy-derive v0.7.35 |
2560 | 2024-11-20T23:52:15.961Z | Compiling scroll_derive v0.12.0 |
2561 | 2024-11-20T23:52:16.434Z | Compiling clap_derive v4.5.18 |
2562 | 2024-11-20T23:52:17.170Z | Compiling zerocopy v0.7.35 |
2563 | 2024-11-20T23:52:17.403Z | Compiling scroll v0.12.0 |
2564 | 2024-11-20T23:52:17.845Z | Compiling thiserror v1.0.69 |
2565 | 2024-11-20T23:52:18.021Z | Compiling pest v2.7.14 |
2566 | 2024-11-20T23:52:18.910Z | Compiling goblin v0.8.2 |
2567 | 2024-11-20T23:52:21.152Z | Compiling pest_meta v2.7.14 |
2568 | 2024-11-20T23:52:23.271Z | Compiling pest_generator v2.7.14 |
2569 | 2024-11-20T23:52:25.292Z | Compiling clap v4.5.21 |
2570 | 2024-11-20T23:52:25.572Z | Compiling pest_derive v2.7.14 |
2571 | 2024-11-20T23:52:26.400Z | Compiling dtrace-parser v0.2.0 |
2572 | 2024-11-20T23:52:29.732Z | Compiling serde_spanned v0.6.8 |
2573 | 2024-11-20T23:52:29.873Z | Compiling toml_datetime v0.6.8 |
2574 | 2024-11-20T23:52:30.037Z | Compiling serde_tokenstream v0.2.2 |
2575 | 2024-11-20T23:52:30.679Z | Compiling toml_edit v0.22.22 |
2576 | 2024-11-20T23:52:30.733Z | Compiling camino v1.1.9 |
2577 | 2024-11-20T23:52:31.968Z | Compiling dof v0.3.0 |
2578 | 2024-11-20T23:52:34.490Z | Compiling usdt-macro v0.5.0 |
2579 | 2024-11-20T23:52:34.758Z | Compiling usdt-attr-macro v0.5.0 |
2580 | 2024-11-20T23:52:35.600Z | Compiling toml v0.8.19 |
2581 | 2024-11-20T23:52:36.288Z | Compiling cargo-platform v0.1.8 |
2582 | 2024-11-20T23:52:37.441Z | Compiling semver v1.0.23 |
2583 | 2024-11-20T23:52:38.388Z | Compiling cargo_metadata v0.18.1 |
2584 | 2024-11-20T23:52:39.016Z | Compiling cargo_toml v0.20.5 |
2585 | 2024-11-20T23:52:42.751Z | Compiling usdt v0.5.0 |
2586 | 2024-11-20T23:52:44.340Z | Compiling camino-tempfile v1.1.1 |
2587 | 2024-11-20T23:52:44.386Z | Compiling macaddr v1.0.1 |
2588 | 2024-11-20T23:52:52.994Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2589 | 2024-11-20T23:53:04.944Z | Finished `release` profile [optimized] target(s) in 59.88s |
2590 | 2024-11-20T23:53:05.061Z | |
2591 | 2024-11-20T23:53:05.061Z | real 1:00.030114888 |
2592 | 2024-11-20T23:53:05.061Z | user 6:04.057283444 |
2593 | 2024-11-20T23:53:05.061Z | sys 33.005384317 |
2594 | 2024-11-20T23:53:05.061Z | trap 0.178730905 |
2595 | 2024-11-20T23:53:05.061Z | tflt 0.328070943 |
2596 | 2024-11-20T23:53:05.064Z | dflt 0.419581096 |
2597 | 2024-11-20T23:53:05.064Z | kflt 0.000244914 |
2598 | 2024-11-20T23:53:05.064Z | lock 11:54.660027414 |
2599 | 2024-11-20T23:53:05.064Z | slp 17:47.737908987 |
2600 | 2024-11-20T23:53:05.064Z | lat 15.001299890 |
2601 | 2024-11-20T23:53:05.064Z | stop 17.383900084 |
2602 | 2024-11-20T23:53:05.064Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2603 | 2024-11-20T23:53:05.064Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2604 | 2024-11-20T23:53:05.064Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2605 | 2024-11-20T23:53:05.065Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2606 | 2024-11-20T23:53:05.065Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2607 | 2024-11-20T23:53:06.028Z | Compiling hashbrown v0.14.5 |
2608 | 2024-11-20T23:53:06.157Z | Compiling ident_case v1.0.1 |
2609 | 2024-11-20T23:53:06.171Z | Compiling unsafe-libyaml v0.2.11 |
2610 | 2024-11-20T23:53:06.174Z | Compiling progenitor-client v0.8.0 |
2611 | 2024-11-20T23:53:06.174Z | Compiling ipnetwork v0.20.0 |
2612 | 2024-11-20T23:53:06.174Z | Compiling macaddr v1.0.1 |
2613 | 2024-11-20T23:53:06.174Z | Compiling instant v0.1.13 |
2614 | 2024-11-20T23:53:06.174Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2615 | 2024-11-20T23:53:06.314Z | Compiling darling_core v0.20.10 |
2616 | 2024-11-20T23:53:06.445Z | Compiling structmeta-derive v0.3.0 |
2617 | 2024-11-20T23:53:06.657Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2618 | 2024-11-20T23:53:06.691Z | Compiling newtype-uuid v1.1.3 |
2619 | 2024-11-20T23:53:06.875Z | Compiling dropshot v0.13.0 |
2620 | 2024-11-20T23:53:07.204Z | Compiling dropshot_endpoint v0.13.0 |
2621 | 2024-11-20T23:53:07.288Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2622 | 2024-11-20T23:53:07.346Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2623 | 2024-11-20T23:53:07.468Z | Compiling regress v0.10.1 |
2624 | 2024-11-20T23:53:07.489Z | Compiling regress v0.9.1 |
2625 | 2024-11-20T23:53:07.724Z | Compiling serde_yaml v0.9.34+deprecated |
2626 | 2024-11-20T23:53:08.119Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2627 | 2024-11-20T23:53:08.210Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2628 | 2024-11-20T23:53:08.333Z | Compiling backoff v0.4.0 |
2629 | 2024-11-20T23:53:08.723Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2630 | 2024-11-20T23:53:08.923Z | Compiling tempfile v3.13.0 |
2631 | 2024-11-20T23:53:09.056Z | Compiling proc-macro-crate v1.3.1 |
2632 | 2024-11-20T23:53:09.566Z | Compiling structmeta v0.3.0 |
2633 | 2024-11-20T23:53:09.899Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2634 | 2024-11-20T23:53:10.040Z | Compiling parse-display-derive v0.10.0 |
2635 | 2024-11-20T23:53:10.268Z | Compiling num_enum_derive v0.5.11 |
2636 | 2024-11-20T23:53:10.367Z | Compiling itertools v0.13.0 |
2637 | 2024-11-20T23:53:12.180Z | Compiling typify-impl v0.2.0 |
2638 | 2024-11-20T23:53:12.927Z | Compiling zerocopy v0.8.10 |
2639 | 2024-11-20T23:53:13.003Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2640 | 2024-11-20T23:53:13.026Z | Compiling num_enum v0.5.11 |
2641 | 2024-11-20T23:53:13.214Z | Compiling zerocopy-derive v0.8.10 |
2642 | 2024-11-20T23:53:13.346Z | Compiling foreign-types-macros v0.2.3 |
2643 | 2024-11-20T23:53:13.631Z | Compiling darling_macro v0.20.10 |
2644 | 2024-11-20T23:53:13.817Z | Compiling heapless v0.8.0 |
2645 | 2024-11-20T23:53:13.950Z | Compiling foreign-types-shared v0.3.1 |
2646 | 2024-11-20T23:53:14.293Z | Compiling proc-macro-error v1.0.4 |
2647 | 2024-11-20T23:53:14.645Z | Compiling darling v0.20.10 |
2648 | 2024-11-20T23:53:14.693Z | Compiling foreign-types v0.5.0 |
2649 | 2024-11-20T23:53:14.786Z | Compiling serde_with_macros v3.11.0 |
2650 | 2024-11-20T23:53:14.808Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2651 | 2024-11-20T23:53:15.011Z | Compiling parse-display v0.10.0 |
2652 | 2024-11-20T23:53:15.037Z | Compiling camino-tempfile v1.1.1 |
2653 | 2024-11-20T23:53:15.067Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2654 | 2024-11-20T23:53:15.617Z | Compiling hash32 v0.3.1 |
2655 | 2024-11-20T23:53:15.820Z | Compiling cstr-argument v0.1.2 |
2656 | 2024-11-20T23:53:15.898Z | Compiling crucible-workspace-hack v0.1.0 |
2657 | 2024-11-20T23:53:16.013Z | Compiling pretty-hex v0.2.1 |
2658 | 2024-11-20T23:53:16.090Z | Compiling smoltcp v0.11.0 |
2659 | 2024-11-20T23:53:16.222Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2660 | 2024-11-20T23:53:16.255Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2661 | 2024-11-20T23:53:16.450Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2662 | 2024-11-20T23:53:16.897Z | Compiling tabwriter v1.4.0 |
2663 | 2024-11-20T23:53:17.097Z | Compiling colored v2.1.0 |
2664 | 2024-11-20T23:53:17.447Z | Compiling cobs v0.2.3 |
2665 | 2024-11-20T23:53:17.763Z | Compiling postcard v1.0.10 |
2666 | 2024-11-20T23:53:17.789Z | Compiling serde_with v3.11.0 |
2667 | 2024-11-20T23:53:18.023Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2668 | 2024-11-20T23:53:18.331Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2669 | 2024-11-20T23:53:18.533Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2670 | 2024-11-20T23:53:18.556Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2671 | 2024-11-20T23:53:18.926Z | Compiling smf v0.2.3 |
2672 | 2024-11-20T23:53:19.541Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2673 | 2024-11-20T23:53:20.196Z | Compiling zone_cfg_derive v0.3.0 |
2674 | 2024-11-20T23:53:20.480Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2675 | 2024-11-20T23:53:21.007Z | Compiling num-derive v0.4.2 |
2676 | 2024-11-20T23:53:21.813Z | Compiling sigpipe v0.1.3 |
2677 | 2024-11-20T23:53:21.959Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2678 | 2024-11-20T23:53:22.020Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2679 | 2024-11-20T23:53:22.301Z | Compiling zone v0.3.0 |
2680 | 2024-11-20T23:53:22.450Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2681 | 2024-11-20T23:53:22.826Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2682 | 2024-11-20T23:53:22.952Z | Compiling universal-hash v0.5.1 |
2683 | 2024-11-20T23:53:23.072Z | Compiling opaque-debug v0.3.1 |
2684 | 2024-11-20T23:53:23.179Z | Compiling num-rational v0.4.2 |
2685 | 2024-11-20T23:53:23.202Z | Compiling password-hash v0.5.0 |
2686 | 2024-11-20T23:53:23.204Z | Compiling num-complex v0.4.6 |
2687 | 2024-11-20T23:53:23.497Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2688 | 2024-11-20T23:53:23.696Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2689 | 2024-11-20T23:53:24.060Z | Compiling blake2 v0.10.6 |
2690 | 2024-11-20T23:53:24.300Z | Compiling aead v0.5.2 |
2691 | 2024-11-20T23:53:24.421Z | Compiling convert_case v0.4.0 |
2692 | 2024-11-20T23:53:24.485Z | Compiling keccak v0.1.5 |
2693 | 2024-11-20T23:53:24.525Z | Compiling num v0.4.3 |
2694 | 2024-11-20T23:53:24.655Z | Compiling argon2 v0.5.3 |
2695 | 2024-11-20T23:53:24.680Z | Compiling poly1305 v0.8.0 |
2696 | 2024-11-20T23:53:25.084Z | Compiling sha3 v0.10.8 |
2697 | 2024-11-20T23:53:25.552Z | Compiling derive_more v0.99.18 |
2698 | 2024-11-20T23:53:25.554Z | Compiling tungstenite v0.21.0 |
2699 | 2024-11-20T23:53:25.627Z | Compiling chacha20 v0.9.1 |
2700 | 2024-11-20T23:53:26.167Z | Compiling float-ord v0.3.2 |
2701 | 2024-11-20T23:53:26.220Z | Compiling base64 v0.21.7 |
2702 | 2024-11-20T23:53:26.367Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2703 | 2024-11-20T23:53:26.562Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2704 | 2024-11-20T23:53:26.650Z | Compiling same-file v1.0.6 |
2705 | 2024-11-20T23:53:27.001Z | Compiling tokio-tungstenite v0.21.0 |
2706 | 2024-11-20T23:53:27.026Z | Compiling semver v0.1.20 |
2707 | 2024-11-20T23:53:27.055Z | Compiling walkdir v2.5.0 |
2708 | 2024-11-20T23:53:27.632Z | Compiling rustc_version v0.1.7 |
2709 | 2024-11-20T23:53:27.654Z | Compiling newline-converter v0.3.0 |
2710 | 2024-11-20T23:53:27.745Z | Compiling primeorder v0.13.6 |
2711 | 2024-11-20T23:53:27.869Z | Compiling secrecy v0.8.0 |
2712 | 2024-11-20T23:53:27.964Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2713 | 2024-11-20T23:53:28.111Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2714 | 2024-11-20T23:53:28.148Z | Compiling owo-colors v4.1.0 |
2715 | 2024-11-20T23:53:28.191Z | Compiling cancel-safe-futures v0.1.5 |
2716 | 2024-11-20T23:53:28.315Z | Compiling newtype_derive v0.1.6 |
2717 | 2024-11-20T23:53:28.485Z | Compiling expectorate v1.1.0 |
2718 | 2024-11-20T23:53:28.516Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2719 | 2024-11-20T23:53:28.601Z | Compiling thiserror-impl-no-std v2.0.2 |
2720 | 2024-11-20T23:53:28.635Z | Compiling blake3 v1.5.4 |
2721 | 2024-11-20T23:53:28.683Z | Compiling ring v0.16.20 |
2722 | 2024-11-20T23:53:28.854Z | Compiling half v2.4.1 |
2723 | 2024-11-20T23:53:28.878Z | Compiling unicase v2.7.0 |
2724 | 2024-11-20T23:53:29.205Z | Compiling arc-swap v1.7.1 |
2725 | 2024-11-20T23:53:29.388Z | Compiling ciborium-io v0.2.2 |
2726 | 2024-11-20T23:53:29.550Z | Compiling ciborium-ll v0.2.2 |
2727 | 2024-11-20T23:53:29.883Z | Compiling slog-scope v4.4.0 |
2728 | 2024-11-20T23:53:30.193Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2729 | 2024-11-20T23:53:30.238Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2730 | 2024-11-20T23:53:30.585Z | Compiling polyval v0.6.2 |
2731 | 2024-11-20T23:53:31.052Z | Compiling atomicwrites v0.4.4 |
2732 | 2024-11-20T23:53:31.174Z | Compiling libsw v3.3.1 |
2733 | 2024-11-20T23:53:31.461Z | Compiling memmap2 v0.9.5 |
2734 | 2024-11-20T23:53:31.526Z | Compiling salty v0.3.0 |
2735 | 2024-11-20T23:53:31.748Z | Compiling libefi-sys v0.1.0 |
2736 | 2024-11-20T23:53:31.869Z | Compiling typify-macro v0.2.0 |
2737 | 2024-11-20T23:53:31.932Z | Compiling spin v0.5.2 |
2738 | 2024-11-20T23:53:31.964Z | Compiling arrayref v0.3.9 |
2739 | 2024-11-20T23:53:32.029Z | Compiling thiserror-no-std v2.0.2 |
2740 | 2024-11-20T23:53:32.031Z | Compiling indent_write v2.2.0 |
2741 | 2024-11-20T23:53:32.081Z | Compiling parking_lot_core v0.8.6 |
2742 | 2024-11-20T23:53:32.162Z | Compiling constant_time_eq v0.3.1 |
2743 | 2024-11-20T23:53:32.191Z | Compiling arrayvec v0.7.6 |
2744 | 2024-11-20T23:53:32.289Z | Compiling linear-map v1.2.0 |
2745 | 2024-11-20T23:53:32.358Z | Compiling vsss-rs v3.3.4 |
2746 | 2024-11-20T23:53:32.646Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2747 | 2024-11-20T23:53:32.768Z | Compiling ghash v0.5.1 |
2748 | 2024-11-20T23:53:33.054Z | Compiling slog-stdlog v4.1.1 |
2749 | 2024-11-20T23:53:33.431Z | Compiling ciborium v0.2.2 |
2750 | 2024-11-20T23:53:33.724Z | Compiling p384 v0.13.0 |
2751 | 2024-11-20T23:53:33.827Z | Compiling toolchain_find v0.4.0 |
2752 | 2024-11-20T23:53:33.971Z | Compiling chacha20poly1305 v0.10.1 |
2753 | 2024-11-20T23:53:34.250Z | Compiling lzma-sys v0.1.20 |
2754 | 2024-11-20T23:53:34.589Z | Compiling ctr v0.9.2 |
2755 | 2024-11-20T23:53:34.991Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2756 | 2024-11-20T23:53:35.065Z | Compiling bitfield-struct v0.6.2 |
2757 | 2024-11-20T23:53:35.093Z | Compiling slog-dtrace v0.3.0 |
2758 | 2024-11-20T23:53:35.410Z | Compiling highway v1.2.0 |
2759 | 2024-11-20T23:53:35.441Z | Compiling topological-sort v0.2.2 |
2760 | 2024-11-20T23:53:35.671Z | Compiling omicron-zone-package v0.11.1 |
2761 | 2024-11-20T23:53:35.761Z | Compiling aes-gcm v0.10.3 |
2762 | 2024-11-20T23:53:36.101Z | Compiling rustfmt-wrapper v0.2.1 |
2763 | 2024-11-20T23:53:36.209Z | Compiling mime_guess v2.0.5 |
2764 | 2024-11-20T23:53:36.525Z | Compiling typify v0.2.0 |
2765 | 2024-11-20T23:53:36.559Z | Compiling slog-envlogger v2.2.0 |
2766 | 2024-11-20T23:53:36.658Z | Compiling progenitor-impl v0.8.0 |
2767 | 2024-11-20T23:53:36.693Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2768 | 2024-11-20T23:53:36.716Z | Compiling steno v0.4.1 |
2769 | 2024-11-20T23:53:37.495Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2770 | 2024-11-20T23:53:37.498Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2771 | 2024-11-20T23:53:37.622Z | Compiling heck v0.3.3 |
2772 | 2024-11-20T23:53:37.971Z | Compiling ssh-encoding v0.2.0 |
2773 | 2024-11-20T23:53:38.088Z | Compiling blowfish v0.9.1 |
2774 | 2024-11-20T23:53:38.124Z | Compiling nibble_vec v0.1.0 |
2775 | 2024-11-20T23:53:38.280Z | Compiling env_filter v0.1.2 |
2776 | 2024-11-20T23:53:38.362Z | Compiling endian-type v0.1.2 |
2777 | 2024-11-20T23:53:38.536Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2778 | 2024-11-20T23:53:38.575Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2779 | 2024-11-20T23:53:38.637Z | Compiling humantime v2.1.0 |
2780 | 2024-11-20T23:53:38.708Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2781 | 2024-11-20T23:53:38.726Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2782 | 2024-11-20T23:53:38.875Z | Compiling radix_trie v0.2.1 |
2783 | 2024-11-20T23:53:39.059Z | Compiling env_logger v0.11.5 |
2784 | 2024-11-20T23:53:39.062Z | Compiling bcrypt-pbkdf v0.10.0 |
2785 | 2024-11-20T23:53:39.205Z | Compiling ssh-cipher v0.2.0 |
2786 | 2024-11-20T23:53:39.633Z | Compiling zone_cfg_derive v0.1.2 |
2787 | 2024-11-20T23:53:39.771Z | Compiling parking_lot v0.11.2 |
2788 | 2024-11-20T23:53:39.900Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2789 | 2024-11-20T23:53:40.413Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2790 | 2024-11-20T23:53:40.993Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2791 | 2024-11-20T23:53:41.018Z | Compiling password-hash v0.4.2 |
2792 | 2024-11-20T23:53:41.109Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2793 | 2024-11-20T23:53:41.280Z | Compiling gethostname v0.5.0 |
2794 | 2024-11-20T23:53:41.426Z | Compiling fxhash v0.2.1 |
2795 | 2024-11-20T23:53:41.499Z | Compiling base64 v0.13.1 |
2796 | 2024-11-20T23:53:41.521Z | Compiling matches v0.1.10 |
2797 | 2024-11-20T23:53:41.644Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2798 | 2024-11-20T23:53:41.663Z | Compiling idna v0.2.3 |
2799 | 2024-11-20T23:53:41.786Z | Compiling sled v0.34.7 |
2800 | 2024-11-20T23:53:41.989Z | Compiling ron v0.7.1 |
2801 | 2024-11-20T23:53:42.011Z | Compiling pbkdf2 v0.11.0 |
2802 | 2024-11-20T23:53:42.157Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2803 | 2024-11-20T23:53:42.388Z | Compiling zone v0.1.8 |
2804 | 2024-11-20T23:53:42.450Z | Compiling xz2 v0.1.7 |
2805 | 2024-11-20T23:53:42.915Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2806 | 2024-11-20T23:53:43.475Z | Compiling ssh-key v0.6.6 |
2807 | 2024-11-20T23:53:44.108Z | Compiling hickory-client v0.24.1 |
2808 | 2024-11-20T23:53:44.525Z | Compiling p256 v0.13.2 |
2809 | 2024-11-20T23:53:44.598Z | Compiling p521 v0.13.3 |
2810 | 2024-11-20T23:53:44.835Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2811 | 2024-11-20T23:53:45.415Z | Compiling progenitor-macro v0.8.0 |
2812 | 2024-11-20T23:53:45.511Z | Compiling hickory-server v0.24.1 |
2813 | 2024-11-20T23:53:45.678Z | Compiling enum-as-inner v0.5.1 |
2814 | 2024-11-20T23:53:46.140Z | Compiling pem v3.0.4 |
2815 | 2024-11-20T23:53:46.809Z | Compiling yasna v0.5.2 |
2816 | 2024-11-20T23:53:47.051Z | Compiling headers-core v0.3.0 |
2817 | 2024-11-20T23:53:47.113Z | Compiling kstat-rs v0.2.4 |
2818 | 2024-11-20T23:53:47.241Z | Compiling nanorand v0.7.0 |
2819 | 2024-11-20T23:53:47.804Z | Compiling russh-cryptovec v0.7.3 |
2820 | 2024-11-20T23:53:47.876Z | Compiling atty v0.2.14 |
2821 | 2024-11-20T23:53:48.048Z | Compiling md5 v0.7.0 |
2822 | 2024-11-20T23:53:48.161Z | Compiling http-range v0.1.5 |
2823 | 2024-11-20T23:53:48.572Z | Compiling hyper-staticfile v0.10.1 |
2824 | 2024-11-20T23:53:48.597Z | Compiling russh-keys v0.45.0 |
2825 | 2024-11-20T23:53:48.618Z | Compiling rcgen v0.12.1 |
2826 | 2024-11-20T23:53:48.653Z | Compiling flume v0.11.1 |
2827 | 2024-11-20T23:53:48.656Z | Compiling headers v0.4.0 |
2828 | 2024-11-20T23:53:49.431Z | Compiling trust-dns-proto v0.22.0 |
2829 | 2024-11-20T23:53:49.782Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2830 | 2024-11-20T23:53:50.802Z | Compiling num-bigint v0.4.6 |
2831 | 2024-11-20T23:53:51.287Z | Compiling des v0.8.1 |
2832 | 2024-11-20T23:53:51.693Z | Compiling subprocess v0.2.9 |
2833 | 2024-11-20T23:53:53.236Z | Compiling hex-literal v0.4.1 |
2834 | 2024-11-20T23:53:53.284Z | Compiling dhcproto-macros v0.1.0 |
2835 | 2024-11-20T23:53:53.420Z | Compiling display-error-chain v0.2.2 |
2836 | 2024-11-20T23:53:53.660Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2837 | 2024-11-20T23:53:53.810Z | Compiling internet-checksum v0.2.1 |
2838 | 2024-11-20T23:53:54.051Z | Compiling russh v0.45.0 |
2839 | 2024-11-20T23:53:54.260Z | Compiling dhcproto v0.12.0 |
2840 | 2024-11-20T23:53:58.670Z | Compiling progenitor v0.8.0 |
2841 | 2024-11-20T23:53:58.815Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2842 | 2024-11-20T23:53:58.818Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2843 | 2024-11-20T23:53:58.818Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2844 | 2024-11-20T23:53:58.818Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2845 | 2024-11-20T23:53:58.818Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2846 | 2024-11-20T23:53:58.911Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2847 | 2024-11-20T23:53:59.053Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2848 | 2024-11-20T23:54:00.390Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2849 | 2024-11-20T23:54:00.965Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2850 | 2024-11-20T23:54:01.335Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2851 | 2024-11-20T23:54:05.663Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2852 | 2024-11-20T23:54:05.791Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2853 | 2024-11-20T23:54:16.352Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2854 | 2024-11-20T23:54:16.352Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2855 | 2024-11-20T23:54:16.356Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2856 | 2024-11-20T23:54:16.356Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2857 | 2024-11-20T23:54:19.658Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2858 | 2024-11-20T23:54:19.954Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2859 | 2024-11-20T23:54:20.850Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2860 | 2024-11-20T23:54:21.169Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2861 | 2024-11-20T23:54:23.990Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2862 | 2024-11-20T23:54:24.796Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2863 | 2024-11-20T23:54:25.176Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2864 | 2024-11-20T23:54:25.814Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2865 | 2024-11-20T23:54:27.568Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2866 | 2024-11-20T23:54:27.690Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2867 | 2024-11-20T23:54:28.174Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2868 | 2024-11-20T23:54:29.102Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2869 | 2024-11-20T23:54:29.125Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2870 | 2024-11-20T23:54:29.993Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2871 | 2024-11-20T23:54:30.096Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2872 | 2024-11-20T23:54:33.043Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2873 | 2024-11-20T23:54:33.589Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2874 | 2024-11-20T23:54:34.264Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2875 | 2024-11-20T23:54:34.743Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2876 | 2024-11-20T23:54:35.208Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2877 | 2024-11-20T23:54:36.724Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2878 | 2024-11-20T23:54:39.820Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2879 | 2024-11-20T23:54:41.066Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2880 | 2024-11-20T23:54:41.275Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2881 | 2024-11-20T23:54:49.278Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2882 | 2024-11-20T23:54:57.168Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2883 | 2024-11-20T23:54:58.482Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2884 | 2024-11-20T23:55:18.866Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2885 | 2024-11-20T23:55:53.451Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 48s |
2886 | 2024-11-20T23:55:53.676Z | |
2887 | 2024-11-20T23:55:53.678Z | real 2:48.549739837 |
2888 | 2024-11-20T23:55:53.678Z | user 12:53.372790952 |
2889 | 2024-11-20T23:55:53.678Z | sys 2:44.409030932 |
2890 | 2024-11-20T23:55:53.678Z | trap 0.368007259 |
2891 | 2024-11-20T23:55:53.678Z | tflt 0.815673345 |
2892 | 2024-11-20T23:55:53.679Z | dflt 2.125233666 |
2893 | 2024-11-20T23:55:53.679Z | kflt 0.000113107 |
2894 | 2024-11-20T23:55:53.679Z | lock 26:47.753907958 |
2895 | 2024-11-20T23:55:53.679Z | slp 46:02.702062515 |
2896 | 2024-11-20T23:55:53.679Z | lat 37.205810929 |
2897 | 2024-11-20T23:55:53.679Z | stop 1:37.319393540 |
2898 | 2024-11-20T23:55:53.679Z | + mkdir tests |
2899 | 2024-11-20T23:55:53.681Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2900 | 2024-11-20T23:55:53.681Z | + xargs -I '{}' -t cp '{}' tests/ |
2901 | 2024-11-20T23:55:54.795Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-1c07b627f9612ef2 tests/ |
2902 | 2024-11-20T23:55:54.824Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-b76c29b028377dcf tests/ |
2903 | 2024-11-20T23:55:54.854Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-7ae8ec2a7134e763 tests/ |
2904 | 2024-11-20T23:55:54.882Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-c77e5f5c99515c9f tests/ |
2905 | 2024-11-20T23:55:55.132Z | + files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*) |
2906 | 2024-11-20T23:55:55.135Z | + ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-7ae8ec2a7134e763 tests/commtest-b76c29b028377dcf tests/dhcp_server-1c07b627f9612ef2 tests/end_to_end_tests-c77e5f5c99515c9f out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-dtrace.tar out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
2907 | 2024-11-20T23:57:07.404Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2908 | 2024-11-20T23:57:07.404Z | a .github/buildomat/ci-env.sh 1K |
2909 | 2024-11-20T23:57:07.404Z | a out/target/test 1K |
2910 | 2024-11-20T23:57:07.404Z | a out/npuzone/npuzone 23144K |
2911 | 2024-11-20T23:57:07.404Z | a package-manifest.toml 32K |
2912 | 2024-11-20T23:57:07.404Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2913 | 2024-11-20T23:57:07.404Z | a target/release/omicron-package 36350K |
2914 | 2024-11-20T23:57:07.404Z | a target/release/xtask 11750K |
2915 | 2024-11-20T23:57:07.404Z | a target/debug/bootstrap 210015K |
2916 | 2024-11-20T23:57:07.404Z | a tests/bootstrap-7ae8ec2a7134e763 24246K |
2917 | 2024-11-20T23:57:07.404Z | a tests/commtest-b76c29b028377dcf 25022K |
2918 | 2024-11-20T23:57:07.404Z | a tests/dhcp_server-1c07b627f9612ef2 24246K |
2919 | 2024-11-20T23:57:07.404Z | a tests/end_to_end_tests-c77e5f5c99515c9f 228115K |
2920 | 2024-11-20T23:57:07.404Z | a out/clickhouse.tar.gz 286471K |
2921 | 2024-11-20T23:57:07.404Z | a out/clickhouse_keeper.tar.gz 286469K |
2922 | 2024-11-20T23:57:07.405Z | a out/clickhouse_server.tar.gz 286470K |
2923 | 2024-11-20T23:57:07.405Z | a out/cockroachdb.tar.gz 134559K |
2924 | 2024-11-20T23:57:07.405Z | a out/crucible-dtrace.tar 83K |
2925 | 2024-11-20T23:57:07.405Z | a out/crucible-pantry-zone.tar.gz 28173K |
2926 | 2024-11-20T23:57:07.405Z | a out/crucible-zone.tar.gz 36377K |
2927 | 2024-11-20T23:57:07.405Z | a out/external-dns.tar.gz 35278K |
2928 | 2024-11-20T23:57:07.405Z | a out/internal-dns.tar.gz 35278K |
2929 | 2024-11-20T23:57:07.405Z | a out/mg-ddm-gz.tar 63075K |
2930 | 2024-11-20T23:57:07.405Z | a out/nexus.tar.gz 100631K |
2931 | 2024-11-20T23:57:07.405Z | a out/ntp.tar.gz 10355K |
2932 | 2024-11-20T23:57:07.405Z | a out/omicron-gateway-softnpu.tar.gz 23879K |
2933 | 2024-11-20T23:57:07.405Z | a out/omicron-sled-agent.tar 112909K |
2934 | 2024-11-20T23:57:07.405Z | a out/overlay.tar.gz 3K |
2935 | 2024-11-20T23:57:07.405Z | a out/oximeter.tar.gz 51696K |
2936 | 2024-11-20T23:57:07.405Z | a out/oxlog.tar 3088K |
2937 | 2024-11-20T23:57:07.405Z | a out/probe.tar.gz 2764K |
2938 | 2024-11-20T23:57:07.405Z | a out/propolis-server.tar.gz 66584K |
2939 | 2024-11-20T23:57:07.405Z | a out/pumpkind-gz.tar 26665K |
2940 | 2024-11-20T23:57:07.405Z | a out/switch-softnpu.tar.gz 237581K |
2941 | 2024-11-20T23:57:07.408Z | |
2942 | 2024-11-20T23:57:07.408Z | real 1:12.262158379 |
2943 | 2024-11-20T23:57:07.408Z | user 1:09.041444300 |
2944 | 2024-11-20T23:57:07.408Z | sys 4.663040970 |
2945 | 2024-11-20T23:57:07.408Z | trap 0.020105854 |
2946 | 2024-11-20T23:57:07.408Z | tflt 0.000000000 |
2947 | 2024-11-20T23:57:07.408Z | dflt 0.000000000 |
2948 | 2024-11-20T23:57:07.408Z | kflt 0.000000000 |
2949 | 2024-11-20T23:57:07.408Z | lock 0.000000000 |
2950 | 2024-11-20T23:57:07.408Z | slp 1:08.905182259 |
2951 | 2024-11-20T23:57:07.408Z | lat 1.887707249 |
2952 | 2024-11-20T23:57:07.408Z | stop 0.000665106 |
2953 | 2024-11-20T23:57:07.408Z | process exited: duration 2130404 ms, exit code 0 |
|
2954 | 2024-11-20T23:57:07.422Z | found 1 output files |
2955 | 2024-11-20T23:57:07.423Z | uploading: /work/package.tar.gz (1880716501 bytes) |
2956 | 2024-11-20T23:57:50.677Z | uploaded: /work/package.tar.gz |