|
|
|
1 | 2024-12-16T20:02:07.090Z | job assigned to worker 01JF8GYPCPG1NH1J8RY0SJN4RX [factory aws, i-0e599e90afdcecd2b] (queued for 1 m 1 s) |
|
2 | 2024-12-16T20:02:15.451Z | starting task 0: "setup" |
3 | 2024-12-16T20:02:15.459Z | ++ uname -s |
4 | 2024-12-16T20:02:15.462Z | + kern=SunOS |
5 | 2024-12-16T20:02:15.462Z | + case "$kern" in |
6 | 2024-12-16T20:02:15.462Z | + groupadd -g 12345 build |
7 | 2024-12-16T20:02:15.464Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-16T20:02:17.471Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-16T20:02:17.613Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-16T20:02:17.616Z | + home_fs=zfs |
11 | 2024-12-16T20:02:17.616Z | + [[ zfs == autofs ]] |
12 | 2024-12-16T20:02:17.616Z | + mkdir -p /home/build |
13 | 2024-12-16T20:02:17.619Z | + chown build:build /home/build /work |
14 | 2024-12-16T20:02:19.620Z | + chmod 0700 /home/build /work |
15 | 2024-12-16T20:02:19.624Z | process exited: duration 4173 ms, exit code 0 |
|
16 | 2024-12-16T20:02:19.629Z | starting task 1: "rust-toolchain" |
17 | 2024-12-16T20:02:19.634Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-16T20:02:19.634Z | ' 1.81.0 |
19 | 2024-12-16T20:02:19.634Z | + printf ' * toolchain profile = "%s" |
20 | 2024-12-16T20:02:19.634Z | ' default |
21 | 2024-12-16T20:02:19.634Z | * toolchain channel = "1.81.0" |
22 | 2024-12-16T20:02:19.634Z | * toolchain profile = "default" |
23 | 2024-12-16T20:02:19.637Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-16T20:02:19.637Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-16T20:02:19.760Z | info: downloading installer |
26 | 2024-12-16T20:02:21.241Z | info: profile set to 'default' |
27 | 2024-12-16T20:02:21.241Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-16T20:02:21.244Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-16T20:02:21.391Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-16T20:02:21.391Z | info: downloading component 'cargo' |
31 | 2024-12-16T20:02:22.217Z | info: downloading component 'clippy' |
32 | 2024-12-16T20:02:22.541Z | info: downloading component 'rust-docs' |
33 | 2024-12-16T20:02:23.696Z | info: downloading component 'rust-std' |
34 | 2024-12-16T20:02:25.487Z | info: downloading component 'rustc' |
35 | 2024-12-16T20:02:31.924Z | info: downloading component 'rustfmt' |
36 | 2024-12-16T20:02:32.167Z | info: installing component 'cargo' |
37 | 2024-12-16T20:02:32.958Z | info: installing component 'clippy' |
38 | 2024-12-16T20:02:33.316Z | info: installing component 'rust-docs' |
39 | 2024-12-16T20:02:34.939Z | info: installing component 'rust-std' |
40 | 2024-12-16T20:02:36.612Z | info: installing component 'rustc' |
41 | 2024-12-16T20:02:42.261Z | info: installing component 'rustfmt' |
42 | 2024-12-16T20:02:42.583Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-16T20:02:42.583Z | |
44 | 2024-12-16T20:02:42.952Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-16T20:02:42.952Z | |
46 | 2024-12-16T20:02:42.955Z | |
47 | 2024-12-16T20:02:42.955Z | Rust is installed now. Great! |
48 | 2024-12-16T20:02:42.955Z | |
49 | 2024-12-16T20:02:42.955Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-16T20:02:42.955Z | environment variable. This has not been done automatically. |
51 | 2024-12-16T20:02:42.955Z | |
52 | 2024-12-16T20:02:42.955Z | To configure your current shell, you need to source |
53 | 2024-12-16T20:02:42.955Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-16T20:02:42.955Z | |
55 | 2024-12-16T20:02:42.955Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-16T20:02:42.955Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-16T20:02:42.955Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-16T20:02:43.028Z | + rustc --version |
59 | 2024-12-16T20:02:43.093Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-16T20:02:43.096Z | process exited: duration 23462 ms, exit code 0 |
|
61 | 2024-12-16T20:02:43.102Z | starting task 2: "authentication" |
62 | 2024-12-16T20:02:43.123Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-12-16T20:02:43.129Z | starting task 3: "clone repository" |
64 | 2024-12-16T20:02:43.134Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-16T20:02:43.136Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-16T20:02:44.851Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-16T20:02:51.814Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-16T20:02:51.817Z | + git fetch origin 1cfaddce5efa4166487e4f5c3e1aae81aa3c8f17 |
69 | 2024-12-16T20:02:52.102Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-16T20:02:52.102Z | * branch 1cfaddce5efa4166487e4f5c3e1aae81aa3c8f17 -> FETCH_HEAD |
71 | 2024-12-16T20:02:52.113Z | + [[ -n john/sled-editor-allocators ]] |
72 | 2024-12-16T20:02:52.116Z | ++ git branch --show-current |
73 | 2024-12-16T20:02:52.119Z | + current=main |
74 | 2024-12-16T20:02:52.119Z | + [[ main != john/sled-editor-allocators ]] |
75 | 2024-12-16T20:02:52.119Z | + git branch -f john/sled-editor-allocators 1cfaddce5efa4166487e4f5c3e1aae81aa3c8f17 |
76 | 2024-12-16T20:02:52.122Z | + git checkout -f john/sled-editor-allocators |
77 | 2024-12-16T20:02:52.153Z | Switched to branch 'john/sled-editor-allocators' |
78 | 2024-12-16T20:02:52.155Z | + git reset --hard 1cfaddce5efa4166487e4f5c3e1aae81aa3c8f17 |
79 | 2024-12-16T20:02:52.188Z | HEAD is now at 1cfaddce5 doc comment on underlay_ip module |
80 | 2024-12-16T20:02:52.191Z | process exited: duration 9059 ms, exit code 0 |
|
81 | 2024-12-16T20:02:52.198Z | starting task 4: "build" |
82 | 2024-12-16T20:02:52.201Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-16T20:02:52.201Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-16T20:02:52.201Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-16T20:02:52.201Z | + cargo --version |
86 | 2024-12-16T20:02:52.260Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-16T20:02:52.263Z | + rustc --version |
88 | 2024-12-16T20:02:52.324Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-16T20:02:52.329Z | + WORK=/work |
90 | 2024-12-16T20:02:52.329Z | + pfexec mkdir -p /work |
91 | 2024-12-16T20:02:52.332Z | + pfexec chown build /work |
92 | 2024-12-16T20:02:52.334Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2024-12-16T20:03:09.910Z | Startup: Refreshing catalog 'helios-dev' ... Done |
94 | 2024-12-16T20:03:13.827Z | Startup: Caching catalogs ... Done |
95 | 2024-12-16T20:03:23.977Z | Planning: Solver setup ... Done (9.259s) |
96 | 2024-12-16T20:03:24.103Z | Planning: Running solver ... Done (0.126s) |
97 | 2024-12-16T20:03:24.328Z | Planning: Finding local manifests ... Done (0.126s) |
98 | 2024-12-16T20:03:24.351Z | Planning: Fetching manifests: 0/5 0% complete |
99 | 2024-12-16T20:03:24.588Z | Planning: Fetching manifests: 5/5 100% complete |
100 | 2024-12-16T20:03:24.766Z | Planning: Package planning ... Done (0.178s) |
101 | 2024-12-16T20:03:24.823Z | Planning: Merging actions ... Done (0.057s) |
102 | 2024-12-16T20:03:25.441Z | Planning: Checking for conflicting actions ... Done (0.617s) |
103 | 2024-12-16T20:03:30.235Z | Planning: Consolidating action changes ... Done (4.793s) |
104 | 2024-12-16T20:03:30.637Z | Planning: Evaluating mediators ... Done (0.402s) |
105 | 2024-12-16T20:03:30.750Z | Planning: Planning completed in 16.83 seconds |
106 | 2024-12-16T20:03:30.832Z | Packages to install: 4 |
107 | 2024-12-16T20:03:30.832Z | Packages to update: 1 |
108 | 2024-12-16T20:03:30.834Z | Mediators to change: 2 |
109 | 2024-12-16T20:03:30.834Z | Services to change: 1 |
110 | 2024-12-16T20:03:30.834Z | Estimated space available: 155.64 GB |
111 | 2024-12-16T20:03:30.834Z | Estimated space to be consumed: 1.61 GB |
112 | 2024-12-16T20:03:30.835Z | Create boot environment: No |
113 | 2024-12-16T20:03:30.835Z | Create backup boot environment: Yes |
114 | 2024-12-16T20:03:30.835Z | Rebuild boot archive: No |
115 | 2024-12-16T20:03:30.835Z | |
116 | 2024-12-16T20:03:30.835Z | Changed mediators: |
117 | 2024-12-16T20:03:30.835Z | mediator clang: |
118 | 2024-12-16T20:03:30.835Z | version: None -> 15 (system default) |
119 | 2024-12-16T20:03:30.835Z | |
120 | 2024-12-16T20:03:30.835Z | mediator llvm: |
121 | 2024-12-16T20:03:30.835Z | version: 14 (system default) -> 15 (system default) |
122 | 2024-12-16T20:03:30.835Z | |
123 | 2024-12-16T20:03:30.835Z | Changed packages: |
124 | 2024-12-16T20:03:30.835Z | helios-dev |
125 | 2024-12-16T20:03:30.835Z | developer/build-essential |
126 | 2024-12-16T20:03:30.835Z | None -> 11-2.0 |
127 | 2024-12-16T20:03:30.835Z | library/libxmlsec1 |
128 | 2024-12-16T20:03:30.835Z | None -> 1.2.35-2.0 |
129 | 2024-12-16T20:03:30.835Z | ooce/developer/clang-15 |
130 | 2024-12-16T20:03:30.835Z | None -> 15.0.7-2.0 |
131 | 2024-12-16T20:03:30.835Z | ooce/developer/llvm-15 |
132 | 2024-12-16T20:03:30.835Z | None -> 15.0.7-2.0 |
133 | 2024-12-16T20:03:30.835Z | package/pkg |
134 | 2024-12-16T20:03:30.835Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
135 | 2024-12-16T20:03:30.835Z | |
136 | 2024-12-16T20:03:30.835Z | Services: |
137 | 2024-12-16T20:03:30.835Z | restart_fmri: |
138 | 2024-12-16T20:03:30.835Z | svc:/system/update-man-index:default |
139 | 2024-12-16T20:03:30.835Z | |
140 | 2024-12-16T20:03:30.835Z | Editable files to change: |
141 | 2024-12-16T20:03:30.835Z | Update: |
142 | 2024-12-16T20:03:30.835Z | usr/share/lib/pkg/web/config.shtml |
143 | 2024-12-16T20:03:31.179Z | |
144 | 2024-12-16T20:03:31.179Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
145 | 2024-12-16T20:03:36.185Z | Download: 707/4281 items 4.2/220.6MB 1% complete (889k/s) |
146 | 2024-12-16T20:03:41.262Z | Download: 1192/4281 items 83.4/220.6MB 37% complete (8.5M/s) |
147 | 2024-12-16T20:03:59.690Z | Download: 1198/4281 items 83.5/220.6MB 37% complete |
148 | 2024-12-16T20:04:04.897Z | Download: 2219/4281 items 119.2/220.6MB 54% complete (8.0M/s) |
149 | 2024-12-16T20:04:09.903Z | Download: 2922/4281 items 121.2/220.6MB 54% complete (3.8M/s) |
150 | 2024-12-16T20:04:14.904Z | Download: 3576/4281 items 215.7/220.6MB 97% complete (9.7M/s) |
151 | 2024-12-16T20:04:19.504Z | Download: Completed 220.60 MB in 48.32 seconds (4.6M/s) |
152 | 2024-12-16T20:04:22.813Z | Actions: 1/5063 actions (Removing old actions) |
153 | 2024-12-16T20:04:22.833Z | Actions: 194/5063 actions (Installing new actions) |
154 | 2024-12-16T20:04:27.834Z | Actions: 4104/5063 actions (Installing new actions) |
155 | 2024-12-16T20:04:28.073Z | Actions: 4226/5063 actions (Updating modified actions) |
156 | 2024-12-16T20:04:28.477Z | Actions: Completed 5063 actions in 5.66 seconds. |
157 | 2024-12-16T20:04:28.702Z | Done (0.217s) |
158 | 2024-12-16T20:04:28.705Z | Done (0.000s) |
159 | 2024-12-16T20:04:29.252Z | Done (0.547s) |
160 | 2024-12-16T20:04:34.890Z | Done (5.420s) |
161 | 2024-12-16T20:04:35.134Z | Done (0.168s) |
162 | 2024-12-16T20:04:35.137Z | Done (0.000s) |
163 | 2024-12-16T20:04:35.312Z | Done (0.000s) |
164 | 2024-12-16T20:04:36.008Z | Planning: Evaluating mediator changes ... Done |
165 | 2024-12-16T20:04:36.172Z | Planning: Checking for conflicting actions ... Done |
166 | 2024-12-16T20:04:36.175Z | Planning: Consolidating action changes ... Done |
167 | 2024-12-16T20:04:36.440Z | Planning: Evaluating mediators ... Done |
168 | 2024-12-16T20:04:36.443Z | Planning: Planning completed in 0.43 seconds |
169 | 2024-12-16T20:04:36.478Z | Mediators to change: 2 |
170 | 2024-12-16T20:04:36.478Z | Create boot environment: No |
171 | 2024-12-16T20:04:36.481Z | Create backup boot environment: No |
172 | 2024-12-16T20:04:36.599Z | Done |
173 | 2024-12-16T20:04:36.599Z | Done |
174 | 2024-12-16T20:04:36.968Z | Done |
175 | 2024-12-16T20:04:40.583Z | Done |
176 | 2024-12-16T20:04:40.681Z | Done |
177 | 2024-12-16T20:04:40.684Z | Done |
178 | 2024-12-16T20:04:40.847Z | Done |
179 | 2024-12-16T20:04:41.471Z | Planning: Evaluating mediator changes ... Done |
180 | 2024-12-16T20:04:41.474Z | Planning: Merging actions ... Done |
181 | 2024-12-16T20:04:41.661Z | Planning: Checking for conflicting actions ... Done |
182 | 2024-12-16T20:04:41.665Z | Planning: Consolidating action changes ... Done |
183 | 2024-12-16T20:04:41.929Z | Planning: Evaluating mediators ... Done |
184 | 2024-12-16T20:04:41.985Z | Planning: Planning completed in 0.76 seconds |
185 | 2024-12-16T20:04:42.025Z | Packages to change: 1 |
186 | 2024-12-16T20:04:42.025Z | Mediators to change: 1 |
187 | 2024-12-16T20:04:42.029Z | Services to change: 1 |
188 | 2024-12-16T20:04:42.029Z | Create boot environment: No |
189 | 2024-12-16T20:04:42.029Z | Create backup boot environment: Yes |
190 | 2024-12-16T20:04:44.236Z | Actions: 1/6 actions (Updating modified actions) |
191 | 2024-12-16T20:04:44.283Z | Actions: Completed 6 actions in 0.05 seconds. |
192 | 2024-12-16T20:04:44.285Z | Done |
193 | 2024-12-16T20:04:44.285Z | Done |
194 | 2024-12-16T20:04:44.398Z | Done |
195 | 2024-12-16T20:04:48.086Z | Done |
196 | 2024-12-16T20:04:48.182Z | Done |
197 | 2024-12-16T20:04:48.187Z | Done |
198 | 2024-12-16T20:04:48.343Z | Done |
199 | 2024-12-16T20:04:48.778Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
200 | 2024-12-16T20:04:48.778Z | clang system 15 system |
201 | 2024-12-16T20:04:48.778Z | csh system system illumos |
202 | 2024-12-16T20:04:48.778Z | ctags system system illumos |
203 | 2024-12-16T20:04:48.778Z | gcc vendor 12 vendor |
204 | 2024-12-16T20:04:48.778Z | gcc system 10 system |
205 | 2024-12-16T20:04:48.778Z | gcc system 7 system |
206 | 2024-12-16T20:04:48.778Z | go system 1.20 system |
207 | 2024-12-16T20:04:48.778Z | go system 1.19 system |
208 | 2024-12-16T20:04:48.778Z | llvm system 15 system |
209 | 2024-12-16T20:04:48.778Z | llvm system 14 system |
210 | 2024-12-16T20:04:48.778Z | mariadb system 10.6 system |
211 | 2024-12-16T20:04:48.778Z | mta vendor vendor dma |
212 | 2024-12-16T20:04:48.778Z | openjdk system 17 system |
213 | 2024-12-16T20:04:48.778Z | openjdk system 11 system |
214 | 2024-12-16T20:04:48.778Z | openjdk system 1.8 system |
215 | 2024-12-16T20:04:48.778Z | openssl vendor 3 vendor |
216 | 2024-12-16T20:04:48.778Z | perl system 5.36 system |
217 | 2024-12-16T20:04:48.778Z | postgresql system 15 system |
218 | 2024-12-16T20:04:48.778Z | postgresql system 13 system |
219 | 2024-12-16T20:04:48.778Z | python vendor 3 vendor |
220 | 2024-12-16T20:04:48.778Z | python system 2 system |
221 | 2024-12-16T20:04:48.778Z | python3 system 3.11 system |
222 | 2024-12-16T20:04:48.778Z | ruby system 3.0 system |
223 | 2024-12-16T20:04:48.778Z | words vendor vendor american-english |
224 | 2024-12-16T20:04:48.778Z | words system system australian-english |
225 | 2024-12-16T20:04:48.778Z | words system system british-english |
226 | 2024-12-16T20:04:48.778Z | words system system canadian-english |
227 | 2024-12-16T20:04:48.778Z | words system system french |
228 | 2024-12-16T20:04:48.779Z | words system system italian |
229 | 2024-12-16T20:04:48.779Z | words system system ngerman |
230 | 2024-12-16T20:04:48.779Z | words system system ogerman |
231 | 2024-12-16T20:04:48.779Z | words system system spanish |
232 | 2024-12-16T20:04:49.114Z | PUBLISHER TYPE STATUS P LOCATION |
233 | 2024-12-16T20:04:49.114Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
234 | 2024-12-16T20:04:51.830Z | FMRI IFO |
235 | 2024-12-16T20:04:51.830Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
236 | 2024-12-16T20:04:51.831Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
237 | 2024-12-16T20:04:51.831Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
238 | 2024-12-16T20:04:51.831Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
239 | 2024-12-16T20:04:51.831Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
240 | 2024-12-16T20:04:51.831Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
241 | 2024-12-16T20:04:51.831Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
242 | 2024-12-16T20:04:51.831Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
243 | 2024-12-16T20:04:51.831Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
244 | 2024-12-16T20:04:51.831Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
245 | 2024-12-16T20:04:51.831Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
246 | 2024-12-16T20:04:51.831Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
247 | 2024-12-16T20:04:51.831Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
248 | 2024-12-16T20:04:51.831Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
249 | 2024-12-16T20:04:51.831Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
250 | 2024-12-16T20:04:52.609Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
251 | 2024-12-16T20:04:52.903Z | Updating crates.io index |
252 | 2024-12-16T20:04:52.982Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
253 | 2024-12-16T20:04:53.481Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
254 | 2024-12-16T20:04:53.746Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
255 | 2024-12-16T20:04:53.967Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
256 | 2024-12-16T20:04:54.234Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
257 | 2024-12-16T20:04:55.099Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
258 | 2024-12-16T20:04:56.590Z | Updating git repository `https://github.com/oxidecomputer/opte` |
259 | 2024-12-16T20:04:57.209Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
260 | 2024-12-16T20:04:58.160Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
261 | 2024-12-16T20:04:58.435Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
262 | 2024-12-16T20:04:58.831Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
263 | 2024-12-16T20:04:59.403Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
264 | 2024-12-16T20:04:59.809Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
265 | 2024-12-16T20:05:00.164Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
266 | 2024-12-16T20:05:00.477Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
267 | 2024-12-16T20:05:00.733Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
268 | 2024-12-16T20:05:01.008Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
269 | 2024-12-16T20:05:01.333Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
270 | 2024-12-16T20:05:01.681Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
271 | 2024-12-16T20:05:02.114Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
272 | 2024-12-16T20:05:02.356Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
273 | 2024-12-16T20:05:02.902Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
274 | 2024-12-16T20:05:03.218Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
275 | 2024-12-16T20:05:03.638Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
276 | 2024-12-16T20:05:04.058Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
277 | 2024-12-16T20:05:04.468Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
278 | 2024-12-16T20:05:04.734Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
279 | 2024-12-16T20:05:05.021Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
280 | 2024-12-16T20:05:06.558Z | Downloading crates ... |
281 | 2024-12-16T20:05:06.624Z | Downloaded dtrace-parser v0.2.0 |
282 | 2024-12-16T20:05:06.630Z | Downloaded equivalent v1.0.1 |
283 | 2024-12-16T20:05:06.638Z | Downloaded anstyle-parse v0.2.5 |
284 | 2024-12-16T20:05:06.641Z | Downloaded anstyle v1.0.10 |
285 | 2024-12-16T20:05:06.644Z | Downloaded colorchoice v1.0.2 |
286 | 2024-12-16T20:05:06.648Z | Downloaded scroll_derive v0.12.0 |
287 | 2024-12-16T20:05:06.652Z | Downloaded swrite v0.1.0 |
288 | 2024-12-16T20:05:06.661Z | Downloaded usdt-macro v0.5.0 |
289 | 2024-12-16T20:05:06.669Z | Downloaded fastrand v2.1.1 |
290 | 2024-12-16T20:05:06.675Z | Downloaded dof v0.3.0 |
291 | 2024-12-16T20:05:06.678Z | Downloaded clap_lex v0.7.2 |
292 | 2024-12-16T20:05:06.678Z | Downloaded digest v0.10.7 |
293 | 2024-12-16T20:05:06.681Z | Downloaded cfg-if v1.0.0 |
294 | 2024-12-16T20:05:06.681Z | Downloaded byteorder v1.5.0 |
295 | 2024-12-16T20:05:06.685Z | Downloaded fs-err v2.11.0 |
296 | 2024-12-16T20:05:06.688Z | Downloaded cargo_toml v0.20.5 |
297 | 2024-12-16T20:05:06.690Z | Downloaded usdt-attr-macro v0.5.0 |
298 | 2024-12-16T20:05:06.691Z | Downloaded fnv v1.0.7 |
299 | 2024-12-16T20:05:06.691Z | Downloaded anstream v0.6.15 |
300 | 2024-12-16T20:05:06.693Z | Downloaded pretty-hex v0.4.1 |
301 | 2024-12-16T20:05:06.700Z | Downloaded serde_tokenstream v0.2.2 |
302 | 2024-12-16T20:05:06.703Z | Downloaded tabled_derive v0.7.0 |
303 | 2024-12-16T20:05:06.703Z | Downloaded macaddr v1.0.1 |
304 | 2024-12-16T20:05:06.708Z | Downloaded crypto-common v0.1.6 |
305 | 2024-12-16T20:05:06.708Z | Downloaded itoa v1.0.11 |
306 | 2024-12-16T20:05:06.708Z | Downloaded cpufeatures v0.2.14 |
307 | 2024-12-16T20:05:06.711Z | Downloaded thiserror v1.0.69 |
308 | 2024-12-16T20:05:06.711Z | Downloaded usdt-impl v0.5.0 |
309 | 2024-12-16T20:05:06.714Z | Downloaded proc-macro-error-attr v1.0.4 |
310 | 2024-12-16T20:05:06.717Z | Downloaded plain v0.2.3 |
311 | 2024-12-16T20:05:06.723Z | Downloaded toml_datetime v0.6.8 |
312 | 2024-12-16T20:05:06.725Z | Downloaded utf8parse v0.2.2 |
313 | 2024-12-16T20:05:06.725Z | Downloaded serde_spanned v0.6.8 |
314 | 2024-12-16T20:05:06.728Z | Downloaded errno v0.3.9 |
315 | 2024-12-16T20:05:06.731Z | Downloaded thiserror-impl v1.0.69 |
316 | 2024-12-16T20:05:06.734Z | Downloaded thread-id v4.2.2 |
317 | 2024-12-16T20:05:06.737Z | Downloaded usdt v0.5.0 |
318 | 2024-12-16T20:05:06.739Z | Downloaded is_terminal_polyfill v1.70.1 |
319 | 2024-12-16T20:05:06.741Z | Downloaded camino-tempfile v1.1.1 |
320 | 2024-12-16T20:05:06.743Z | Downloaded heck v0.5.0 |
321 | 2024-12-16T20:05:06.743Z | Downloaded clap_derive v4.5.18 |
322 | 2024-12-16T20:05:06.746Z | Downloaded heck v0.4.1 |
323 | 2024-12-16T20:05:06.751Z | Downloaded generic-array v0.14.7 |
324 | 2024-12-16T20:05:06.751Z | Downloaded bytecount v0.6.8 |
325 | 2024-12-16T20:05:06.755Z | Downloaded unicode-linebreak v0.1.5 |
326 | 2024-12-16T20:05:06.755Z | Downloaded autocfg v1.4.0 |
327 | 2024-12-16T20:05:06.755Z | Downloaded scroll v0.12.0 |
328 | 2024-12-16T20:05:06.755Z | Downloaded smawk v0.3.2 |
329 | 2024-12-16T20:05:06.755Z | Downloaded camino v1.1.9 |
330 | 2024-12-16T20:05:06.758Z | Downloaded terminal_size v0.4.0 |
331 | 2024-12-16T20:05:06.758Z | Downloaded cargo_metadata v0.18.1 |
332 | 2024-12-16T20:05:06.761Z | Downloaded cargo-platform v0.1.8 |
333 | 2024-12-16T20:05:06.763Z | Downloaded semver v1.0.23 |
334 | 2024-12-16T20:05:06.763Z | Downloaded pest_generator v2.7.14 |
335 | 2024-12-16T20:05:06.770Z | Downloaded strsim v0.11.1 |
336 | 2024-12-16T20:05:06.772Z | Downloaded proc-macro-error v1.0.4 |
337 | 2024-12-16T20:05:06.775Z | Downloaded tempfile v3.13.0 |
338 | 2024-12-16T20:05:06.777Z | Downloaded pest_derive v2.7.14 |
339 | 2024-12-16T20:05:06.779Z | Downloaded zerocopy-derive v0.7.35 |
340 | 2024-12-16T20:05:06.784Z | Downloaded once_cell v1.20.2 |
341 | 2024-12-16T20:05:06.786Z | Downloaded log v0.4.22 |
342 | 2024-12-16T20:05:06.788Z | Downloaded anyhow v1.0.93 |
343 | 2024-12-16T20:05:06.791Z | Downloaded toml v0.8.19 |
344 | 2024-12-16T20:05:06.794Z | Downloaded unicode-ident v1.0.13 |
345 | 2024-12-16T20:05:06.797Z | Downloaded ryu v1.0.18 |
346 | 2024-12-16T20:05:06.800Z | Downloaded typenum v1.17.0 |
347 | 2024-12-16T20:05:06.803Z | Downloaded pest_meta v2.7.14 |
348 | 2024-12-16T20:05:06.806Z | Downloaded ucd-trie v0.1.7 |
349 | 2024-12-16T20:05:06.806Z | Downloaded proc-macro2 v1.0.89 |
350 | 2024-12-16T20:05:06.809Z | Downloaded block-buffer v0.10.4 |
351 | 2024-12-16T20:05:06.809Z | Downloaded clap v4.5.21 |
352 | 2024-12-16T20:05:06.816Z | Downloaded bitflags v2.6.0 |
353 | 2024-12-16T20:05:06.820Z | Downloaded sha2 v0.10.8 |
354 | 2024-12-16T20:05:06.822Z | Downloaded quote v1.0.37 |
355 | 2024-12-16T20:05:06.825Z | Downloaded textwrap v0.16.1 |
356 | 2024-12-16T20:05:06.832Z | Downloaded serde_derive v1.0.215 |
357 | 2024-12-16T20:05:06.837Z | Downloaded papergrid v0.11.0 |
358 | 2024-12-16T20:05:06.839Z | Downloaded memmap v0.7.0 |
359 | 2024-12-16T20:05:06.849Z | Downloaded indexmap v2.6.0 |
360 | 2024-12-16T20:05:06.853Z | Downloaded serde v1.0.215 |
361 | 2024-12-16T20:05:06.855Z | Downloaded memchr v2.7.4 |
362 | 2024-12-16T20:05:06.870Z | Downloaded toml_edit v0.22.22 |
363 | 2024-12-16T20:05:06.891Z | Downloaded hashbrown v0.15.1 |
364 | 2024-12-16T20:05:06.900Z | Downloaded pest v2.7.14 |
365 | 2024-12-16T20:05:06.927Z | Downloaded winnow v0.6.20 |
366 | 2024-12-16T20:05:06.935Z | Downloaded serde_json v1.0.132 |
367 | 2024-12-16T20:05:06.941Z | Downloaded zerocopy v0.7.35 |
368 | 2024-12-16T20:05:06.956Z | Downloaded tabled v0.15.0 |
369 | 2024-12-16T20:05:06.970Z | Downloaded goblin v0.8.2 |
370 | 2024-12-16T20:05:06.976Z | Downloaded clap_builder v4.5.21 |
371 | 2024-12-16T20:05:06.985Z | Downloaded syn v1.0.109 |
372 | 2024-12-16T20:05:06.991Z | Downloaded unicode-width v0.1.14 |
373 | 2024-12-16T20:05:06.996Z | Downloaded rustix v0.38.37 |
374 | 2024-12-16T20:05:07.018Z | Downloaded syn v2.0.87 |
375 | 2024-12-16T20:05:07.027Z | Downloaded anstyle-query v1.1.1 |
376 | 2024-12-16T20:05:07.038Z | Downloaded version_check v0.9.5 |
377 | 2024-12-16T20:05:07.046Z | Downloaded libc v0.2.162 |
378 | 2024-12-16T20:05:07.357Z | Compiling proc-macro2 v1.0.89 |
379 | 2024-12-16T20:05:07.357Z | Compiling unicode-ident v1.0.13 |
380 | 2024-12-16T20:05:07.357Z | Compiling version_check v0.9.5 |
381 | 2024-12-16T20:05:07.360Z | Compiling serde v1.0.215 |
382 | 2024-12-16T20:05:07.360Z | Compiling thiserror v1.0.69 |
383 | 2024-12-16T20:05:07.360Z | Compiling memchr v2.7.4 |
384 | 2024-12-16T20:05:07.360Z | Compiling libc v0.2.162 |
385 | 2024-12-16T20:05:07.392Z | Compiling itoa v1.0.11 |
386 | 2024-12-16T20:05:07.624Z | Compiling ryu v1.0.18 |
387 | 2024-12-16T20:05:07.715Z | Compiling ucd-trie v0.1.7 |
388 | 2024-12-16T20:05:07.968Z | Compiling once_cell v1.20.2 |
389 | 2024-12-16T20:05:08.294Z | Compiling byteorder v1.5.0 |
390 | 2024-12-16T20:05:08.313Z | Compiling serde_json v1.0.132 |
391 | 2024-12-16T20:05:08.694Z | Compiling rustix v0.38.37 |
392 | 2024-12-16T20:05:09.003Z | Compiling bitflags v2.6.0 |
393 | 2024-12-16T20:05:09.037Z | Compiling usdt-impl v0.5.0 |
394 | 2024-12-16T20:05:09.206Z | Compiling proc-macro-error-attr v1.0.4 |
395 | 2024-12-16T20:05:09.273Z | Compiling syn v1.0.109 |
396 | 2024-12-16T20:05:09.418Z | Compiling proc-macro-error v1.0.4 |
397 | 2024-12-16T20:05:09.525Z | Compiling utf8parse v0.2.2 |
398 | 2024-12-16T20:05:09.586Z | Compiling camino v1.1.9 |
399 | 2024-12-16T20:05:09.612Z | Compiling hashbrown v0.15.1 |
400 | 2024-12-16T20:05:09.683Z | Compiling equivalent v1.0.1 |
401 | 2024-12-16T20:05:09.711Z | Compiling log v0.4.22 |
402 | 2024-12-16T20:05:09.812Z | Compiling plain v0.2.3 |
403 | 2024-12-16T20:05:09.893Z | Compiling quote v1.0.37 |
404 | 2024-12-16T20:05:10.093Z | Compiling anstyle-parse v0.2.5 |
405 | 2024-12-16T20:05:10.226Z | Compiling errno v0.3.9 |
406 | 2024-12-16T20:05:10.325Z | Compiling syn v2.0.87 |
407 | 2024-12-16T20:05:10.431Z | Compiling thread-id v4.2.2 |
408 | 2024-12-16T20:05:10.584Z | Compiling colorchoice v1.0.2 |
409 | 2024-12-16T20:05:10.611Z | Compiling autocfg v1.4.0 |
410 | 2024-12-16T20:05:10.761Z | Compiling semver v1.0.23 |
411 | 2024-12-16T20:05:10.837Z | Compiling indexmap v2.6.0 |
412 | 2024-12-16T20:05:10.891Z | Compiling winnow v0.6.20 |
413 | 2024-12-16T20:05:11.283Z | Compiling anstyle-query v1.1.1 |
414 | 2024-12-16T20:05:11.452Z | Compiling pretty-hex v0.4.1 |
415 | 2024-12-16T20:05:11.683Z | Compiling is_terminal_polyfill v1.70.1 |
416 | 2024-12-16T20:05:11.724Z | Compiling anstyle v1.0.10 |
417 | 2024-12-16T20:05:11.827Z | Compiling unicode-width v0.1.14 |
418 | 2024-12-16T20:05:11.965Z | Compiling fs-err v2.11.0 |
419 | 2024-12-16T20:05:12.163Z | Compiling anstream v0.6.15 |
420 | 2024-12-16T20:05:12.446Z | Compiling fnv v1.0.7 |
421 | 2024-12-16T20:05:12.472Z | Compiling cfg-if v1.0.0 |
422 | 2024-12-16T20:05:12.582Z | Compiling terminal_size v0.4.0 |
423 | 2024-12-16T20:05:12.607Z | Compiling bytecount v0.6.8 |
424 | 2024-12-16T20:05:12.790Z | Compiling heck v0.5.0 |
425 | 2024-12-16T20:05:12.816Z | Compiling heck v0.4.1 |
426 | 2024-12-16T20:05:12.842Z | Compiling strsim v0.11.1 |
427 | 2024-12-16T20:05:12.924Z | Compiling anyhow v1.0.93 |
428 | 2024-12-16T20:05:13.354Z | Compiling clap_lex v0.7.2 |
429 | 2024-12-16T20:05:13.444Z | Compiling fastrand v2.1.1 |
430 | 2024-12-16T20:05:13.837Z | Compiling tempfile v3.13.0 |
431 | 2024-12-16T20:05:13.887Z | Compiling clap_builder v4.5.21 |
432 | 2024-12-16T20:05:13.927Z | Compiling papergrid v0.11.0 |
433 | 2024-12-16T20:05:14.087Z | Compiling memmap v0.7.0 |
434 | 2024-12-16T20:05:14.183Z | Compiling unicode-linebreak v0.1.5 |
435 | 2024-12-16T20:05:14.475Z | Compiling smawk v0.3.2 |
436 | 2024-12-16T20:05:14.687Z | Compiling textwrap v0.16.1 |
437 | 2024-12-16T20:05:14.765Z | Compiling swrite v0.1.0 |
438 | 2024-12-16T20:05:16.152Z | Compiling tabled_derive v0.7.0 |
439 | 2024-12-16T20:05:17.811Z | Compiling tabled v0.15.0 |
440 | 2024-12-16T20:05:19.407Z | Compiling serde_derive v1.0.215 |
441 | 2024-12-16T20:05:19.407Z | Compiling thiserror-impl v1.0.69 |
442 | 2024-12-16T20:05:19.409Z | Compiling zerocopy-derive v0.7.35 |
443 | 2024-12-16T20:05:19.409Z | Compiling scroll_derive v0.12.0 |
444 | 2024-12-16T20:05:19.638Z | Compiling clap_derive v4.5.18 |
445 | 2024-12-16T20:05:20.842Z | Compiling scroll v0.12.0 |
446 | 2024-12-16T20:05:21.364Z | Compiling goblin v0.8.2 |
447 | 2024-12-16T20:05:21.465Z | Compiling zerocopy v0.7.35 |
448 | 2024-12-16T20:05:22.183Z | Compiling pest v2.7.14 |
449 | 2024-12-16T20:05:23.422Z | Compiling clap v4.5.21 |
450 | 2024-12-16T20:05:24.447Z | Compiling pest_meta v2.7.14 |
451 | 2024-12-16T20:05:25.358Z | Compiling pest_generator v2.7.14 |
452 | 2024-12-16T20:05:27.330Z | Compiling pest_derive v2.7.14 |
453 | 2024-12-16T20:05:28.015Z | Compiling dtrace-parser v0.2.0 |
454 | 2024-12-16T20:05:29.711Z | Compiling serde_tokenstream v0.2.2 |
455 | 2024-12-16T20:05:33.345Z | Compiling serde_spanned v0.6.8 |
456 | 2024-12-16T20:05:33.345Z | Compiling toml_datetime v0.6.8 |
457 | 2024-12-16T20:05:33.396Z | Compiling cargo-platform v0.1.8 |
458 | 2024-12-16T20:05:33.396Z | Compiling toml_edit v0.22.22 |
459 | 2024-12-16T20:05:33.396Z | Compiling macaddr v1.0.1 |
460 | 2024-12-16T20:05:33.433Z | Compiling camino-tempfile v1.1.1 |
461 | 2024-12-16T20:05:33.433Z | Compiling dof v0.3.0 |
462 | 2024-12-16T20:05:33.433Z | Compiling cargo_metadata v0.18.1 |
463 | 2024-12-16T20:05:33.433Z | Compiling usdt-macro v0.5.0 |
464 | 2024-12-16T20:05:33.433Z | Compiling usdt-attr-macro v0.5.0 |
465 | 2024-12-16T20:05:33.433Z | Compiling toml v0.8.19 |
466 | 2024-12-16T20:05:34.065Z | Compiling usdt v0.5.0 |
467 | 2024-12-16T20:05:34.146Z | Compiling cargo_toml v0.20.5 |
468 | 2024-12-16T20:05:37.594Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
469 | 2024-12-16T20:05:41.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.11s |
470 | 2024-12-16T20:05:41.762Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
471 | 2024-12-16T20:05:42.297Z | Downloading crates ... |
472 | 2024-12-16T20:05:42.412Z | Downloaded addr2line v0.24.2 |
473 | 2024-12-16T20:05:42.418Z | Downloaded async-stream-impl v0.3.6 |
474 | 2024-12-16T20:05:42.423Z | Downloaded aead v0.5.2 |
475 | 2024-12-16T20:05:42.425Z | Downloaded adler2 v2.0.0 |
476 | 2024-12-16T20:05:42.430Z | Downloaded atty v0.2.14 |
477 | 2024-12-16T20:05:42.433Z | Downloaded atomicwrites v0.4.4 |
478 | 2024-12-16T20:05:42.439Z | Downloaded ciborium-io v0.2.2 |
479 | 2024-12-16T20:05:42.450Z | Downloaded cfg_aliases v0.2.1 |
480 | 2024-12-16T20:05:42.452Z | Downloaded crunchy v0.2.2 |
481 | 2024-12-16T20:05:42.469Z | Downloaded darling v0.20.10 |
482 | 2024-12-16T20:05:42.474Z | Downloaded headers-core v0.3.0 |
483 | 2024-12-16T20:05:42.477Z | Downloaded cstr-argument v0.1.2 |
484 | 2024-12-16T20:05:42.477Z | Downloaded highway v1.2.0 |
485 | 2024-12-16T20:05:42.479Z | Downloaded async-stream v0.3.6 |
486 | 2024-12-16T20:05:42.482Z | Downloaded colored v2.1.0 |
487 | 2024-12-16T20:05:42.484Z | Downloaded async-recursion v1.1.1 |
488 | 2024-12-16T20:05:42.489Z | Downloaded http-body-util v0.1.2 |
489 | 2024-12-16T20:05:42.491Z | Downloaded hostname v0.4.0 |
490 | 2024-12-16T20:05:42.494Z | Downloaded http-range v0.1.5 |
491 | 2024-12-16T20:05:42.496Z | Downloaded http-body v1.0.1 |
492 | 2024-12-16T20:05:42.496Z | Downloaded cmake v0.1.51 |
493 | 2024-12-16T20:05:42.499Z | Downloaded http v1.1.0 |
494 | 2024-12-16T20:05:42.503Z | Downloaded humantime v2.1.0 |
495 | 2024-12-16T20:05:42.507Z | Downloaded hubpack_derive v0.1.1 |
496 | 2024-12-16T20:05:42.507Z | Downloaded home v0.5.9 |
497 | 2024-12-16T20:05:42.509Z | Downloaded icu_locid v1.5.0 |
498 | 2024-12-16T20:05:42.513Z | Downloaded hyper-staticfile v0.10.1 |
499 | 2024-12-16T20:05:42.516Z | Downloaded cbc v0.1.2 |
500 | 2024-12-16T20:05:42.518Z | Downloaded hyper-util v0.1.10 |
501 | 2024-12-16T20:05:42.523Z | Downloaded cobs v0.2.3 |
502 | 2024-12-16T20:05:42.526Z | Downloaded hyper-tls v0.6.0 |
503 | 2024-12-16T20:05:42.528Z | Downloaded rand_chacha v0.3.1 |
504 | 2024-12-16T20:05:42.529Z | Downloaded cexpr v0.6.0 |
505 | 2024-12-16T20:05:42.532Z | Downloaded hyper-rustls v0.27.3 |
506 | 2024-12-16T20:05:42.534Z | Downloaded hmac v0.12.1 |
507 | 2024-12-16T20:05:42.537Z | Downloaded ctr v0.9.2 |
508 | 2024-12-16T20:05:42.539Z | Downloaded hyper v1.5.0 |
509 | 2024-12-16T20:05:42.548Z | Downloaded ident_case v1.0.1 |
510 | 2024-12-16T20:05:42.550Z | Downloaded instant v0.1.13 |
511 | 2024-12-16T20:05:42.552Z | Downloaded crc v3.2.1 |
512 | 2024-12-16T20:05:42.555Z | Downloaded console v0.15.8 |
513 | 2024-12-16T20:05:42.559Z | Downloaded is_ci v1.2.0 |
514 | 2024-12-16T20:05:42.561Z | Downloaded cipher v0.4.4 |
515 | 2024-12-16T20:05:42.564Z | Downloaded bcs v0.1.6 |
516 | 2024-12-16T20:05:42.566Z | Downloaded async-trait v0.1.83 |
517 | 2024-12-16T20:05:42.569Z | Downloaded match_cfg v0.1.0 |
518 | 2024-12-16T20:05:42.571Z | Downloaded matches v0.1.10 |
519 | 2024-12-16T20:05:42.574Z | Downloaded russh-cryptovec v0.7.3 |
520 | 2024-12-16T20:05:42.574Z | Downloaded cancel-safe-futures v0.1.5 |
521 | 2024-12-16T20:05:42.577Z | Downloaded serde-big-array v0.5.1 |
522 | 2024-12-16T20:05:42.579Z | Downloaded quick-error v1.2.3 |
523 | 2024-12-16T20:05:42.582Z | Downloaded bit-vec v0.6.3 |
524 | 2024-12-16T20:05:42.584Z | Downloaded mirai-annotations v1.12.0 |
525 | 2024-12-16T20:05:42.584Z | Downloaded md5 v0.7.0 |
526 | 2024-12-16T20:05:42.586Z | Downloaded is-terminal v0.4.13 |
527 | 2024-12-16T20:05:42.589Z | Downloaded time-core v0.1.2 |
528 | 2024-12-16T20:05:42.589Z | Downloaded ref-cast-impl v1.0.23 |
529 | 2024-12-16T20:05:42.592Z | Downloaded kstat-rs v0.2.4 |
530 | 2024-12-16T20:05:42.592Z | Downloaded ipnetwork v0.20.0 |
531 | 2024-12-16T20:05:42.595Z | Downloaded lru-cache v0.1.2 |
532 | 2024-12-16T20:05:42.595Z | Downloaded const_format_proc_macros v0.2.33 |
533 | 2024-12-16T20:05:42.598Z | Downloaded instability v0.3.2 |
534 | 2024-12-16T20:05:42.600Z | Downloaded rand_core v0.6.4 |
535 | 2024-12-16T20:05:42.603Z | Downloaded crossbeam-epoch v0.9.18 |
536 | 2024-12-16T20:05:42.608Z | Downloaded indoc v1.0.9 |
537 | 2024-12-16T20:05:42.608Z | Downloaded keccak v0.1.5 |
538 | 2024-12-16T20:05:42.613Z | Downloaded clang-sys v1.8.1 |
539 | 2024-12-16T20:05:42.615Z | Downloaded lru v0.12.5 |
540 | 2024-12-16T20:05:42.615Z | Downloaded crossbeam-utils v0.8.20 |
541 | 2024-12-16T20:05:42.618Z | Downloaded maplit v1.0.2 |
542 | 2024-12-16T20:05:42.620Z | Downloaded managed v0.8.0 |
543 | 2024-12-16T20:05:42.622Z | Downloaded sigpipe v0.1.3 |
544 | 2024-12-16T20:05:42.622Z | Downloaded lalrpop-util v0.19.12 |
545 | 2024-12-16T20:05:42.626Z | Downloaded lockfree-object-pool v0.1.6 |
546 | 2024-12-16T20:05:42.629Z | Downloaded linked-hash-map v0.5.6 |
547 | 2024-12-16T20:05:42.629Z | Downloaded lazy_static v1.5.0 |
548 | 2024-12-16T20:05:42.631Z | Downloaded darling_macro v0.20.10 |
549 | 2024-12-16T20:05:42.631Z | Downloaded rustc_version v0.1.7 |
550 | 2024-12-16T20:05:42.634Z | Downloaded signal-hook-registry v1.4.2 |
551 | 2024-12-16T20:05:42.636Z | Downloaded strum_macros v0.25.3 |
552 | 2024-12-16T20:05:42.639Z | Downloaded mime v0.3.17 |
553 | 2024-12-16T20:05:42.641Z | Downloaded strum_macros v0.24.3 |
554 | 2024-12-16T20:05:42.641Z | Downloaded endian-type v0.1.2 |
555 | 2024-12-16T20:05:42.643Z | Downloaded diesel_table_macro_syntax v0.2.0 |
556 | 2024-12-16T20:05:42.643Z | Downloaded signal-hook-mio v0.2.4 |
557 | 2024-12-16T20:05:42.646Z | Downloaded crc-any v2.5.0 |
558 | 2024-12-16T20:05:42.648Z | Downloaded thread_local v1.1.8 |
559 | 2024-12-16T20:05:42.651Z | Downloaded maybe-uninit v2.0.0 |
560 | 2024-12-16T20:05:42.651Z | Downloaded memoffset v0.9.1 |
561 | 2024-12-16T20:05:42.654Z | Downloaded md-5 v0.10.6 |
562 | 2024-12-16T20:05:42.656Z | Downloaded ahash v0.8.11 |
563 | 2024-12-16T20:05:42.659Z | Downloaded iana-time-zone v0.1.61 |
564 | 2024-12-16T20:05:42.661Z | Downloaded libloading v0.8.5 |
565 | 2024-12-16T20:05:42.663Z | Downloaded chacha20poly1305 v0.10.1 |
566 | 2024-12-16T20:05:42.666Z | Downloaded nanorand v0.7.0 |
567 | 2024-12-16T20:05:42.669Z | Downloaded aes-gcm v0.10.3 |
568 | 2024-12-16T20:05:42.673Z | Downloaded utf8_iter v1.0.4 |
569 | 2024-12-16T20:05:42.675Z | Downloaded jobserver v0.1.32 |
570 | 2024-12-16T20:05:42.678Z | Downloaded openssl-macros v0.1.1 |
571 | 2024-12-16T20:05:42.681Z | Downloaded parse-size v1.1.0 |
572 | 2024-12-16T20:05:42.681Z | Downloaded tower-service v0.3.3 |
573 | 2024-12-16T20:05:42.683Z | Downloaded signature v2.2.0 |
574 | 2024-12-16T20:05:42.683Z | Downloaded dirs-next v2.0.0 |
575 | 2024-12-16T20:05:42.687Z | Downloaded tinystr v0.7.6 |
576 | 2024-12-16T20:05:42.689Z | Downloaded openssl-probe v0.1.5 |
577 | 2024-12-16T20:05:42.689Z | Downloaded ciborium v0.2.2 |
578 | 2024-12-16T20:05:42.692Z | Downloaded pretty-hex v0.2.1 |
579 | 2024-12-16T20:05:42.694Z | Downloaded env_filter v0.1.2 |
580 | 2024-12-16T20:05:42.697Z | Downloaded twox-hash v1.6.3 |
581 | 2024-12-16T20:05:42.700Z | Downloaded which v4.4.2 |
582 | 2024-12-16T20:05:42.702Z | Downloaded tiny-keccak v2.0.2 |
583 | 2024-12-16T20:05:42.705Z | Downloaded dirs-sys-next v0.1.2 |
584 | 2024-12-16T20:05:42.721Z | Downloaded funty v2.0.0 |
585 | 2024-12-16T20:05:42.721Z | Downloaded enum-as-inner v0.5.1 |
586 | 2024-12-16T20:05:42.721Z | Downloaded strum_macros v0.26.4 |
587 | 2024-12-16T20:05:42.721Z | Downloaded icu_provider v1.5.0 |
588 | 2024-12-16T20:05:42.721Z | Downloaded icu_normalizer_data v1.5.0 |
589 | 2024-12-16T20:05:42.721Z | Downloaded bumpalo v3.16.0 |
590 | 2024-12-16T20:05:42.723Z | Downloaded multer v3.1.0 |
591 | 2024-12-16T20:05:42.725Z | Downloaded slog-bunyan v2.5.0 |
592 | 2024-12-16T20:05:42.727Z | Downloaded base64 v0.21.7 |
593 | 2024-12-16T20:05:42.731Z | Downloaded take_mut v0.2.2 |
594 | 2024-12-16T20:05:42.733Z | Downloaded toolchain_find v0.4.0 |
595 | 2024-12-16T20:05:42.735Z | Downloaded num v0.4.3 |
596 | 2024-12-16T20:05:42.735Z | Downloaded ipnet v2.10.1 |
597 | 2024-12-16T20:05:42.737Z | Downloaded native-tls v0.2.12 |
598 | 2024-12-16T20:05:42.741Z | Downloaded mime_guess v2.0.5 |
599 | 2024-12-16T20:05:42.743Z | Downloaded indexmap v1.9.3 |
600 | 2024-12-16T20:05:42.747Z | Downloaded zone_cfg_derive v0.3.0 |
601 | 2024-12-16T20:05:42.749Z | Downloaded time-macros v0.2.18 |
602 | 2024-12-16T20:05:42.751Z | Downloaded rand_seeder v0.3.0 |
603 | 2024-12-16T20:05:42.755Z | Downloaded percent-encoding v2.3.1 |
604 | 2024-12-16T20:05:42.755Z | Downloaded subprocess v0.2.9 |
605 | 2024-12-16T20:05:42.757Z | Downloaded try-lock v0.2.5 |
606 | 2024-12-16T20:05:42.759Z | Downloaded signal-hook v0.3.17 |
607 | 2024-12-16T20:05:42.762Z | Downloaded siphasher v0.3.11 |
608 | 2024-12-16T20:05:42.764Z | Downloaded schemars_derive v0.8.21 |
609 | 2024-12-16T20:05:42.766Z | Downloaded mockall_derive v0.13.0 |
610 | 2024-12-16T20:05:42.769Z | Downloaded env_logger v0.10.2 |
611 | 2024-12-16T20:05:42.772Z | Downloaded icu_properties v1.5.1 |
612 | 2024-12-16T20:05:42.775Z | Downloaded crossbeam-channel v0.5.13 |
613 | 2024-12-16T20:05:42.781Z | Downloaded quinn-udp v0.5.5 |
614 | 2024-12-16T20:05:42.783Z | Downloaded foreign-types v0.3.2 |
615 | 2024-12-16T20:05:42.786Z | Downloaded const_format v0.2.33 |
616 | 2024-12-16T20:05:42.790Z | Downloaded oso-derive v0.27.3 |
617 | 2024-12-16T20:05:42.792Z | Downloaded indicatif v0.17.9 |
618 | 2024-12-16T20:05:42.796Z | Downloaded precomputed-hash v0.1.1 |
619 | 2024-12-16T20:05:42.798Z | Downloaded phf_shared v0.10.0 |
620 | 2024-12-16T20:05:42.798Z | Downloaded tabwriter v1.4.0 |
621 | 2024-12-16T20:05:42.801Z | Downloaded synstructure v0.13.1 |
622 | 2024-12-16T20:05:42.804Z | Downloaded string_cache v0.8.7 |
623 | 2024-12-16T20:05:42.804Z | Downloaded slog-async v2.8.0 |
624 | 2024-12-16T20:05:42.807Z | Downloaded pkcs8 v0.10.2 |
625 | 2024-12-16T20:05:42.810Z | Downloaded xattr v1.3.1 |
626 | 2024-12-16T20:05:42.814Z | Downloaded pkcs1 v0.7.5 |
627 | 2024-12-16T20:05:42.816Z | Downloaded strum v0.26.3 |
628 | 2024-12-16T20:05:42.816Z | Downloaded xz2 v0.1.7 |
629 | 2024-12-16T20:05:42.818Z | Downloaded diff v0.1.13 |
630 | 2024-12-16T20:05:42.822Z | Downloaded foreign-types v0.5.0 |
631 | 2024-12-16T20:05:42.825Z | Downloaded topological-sort v0.2.2 |
632 | 2024-12-16T20:05:42.825Z | Downloaded tap v1.0.1 |
633 | 2024-12-16T20:05:42.839Z | Downloaded group v0.13.0 |
634 | 2024-12-16T20:05:42.841Z | Downloaded cc v1.1.30 |
635 | 2024-12-16T20:05:42.844Z | Downloaded rustls-pemfile v2.2.0 |
636 | 2024-12-16T20:05:42.847Z | Downloaded want v0.3.1 |
637 | 2024-12-16T20:05:42.849Z | Downloaded aes v0.8.4 |
638 | 2024-12-16T20:05:42.853Z | Downloaded embedded-io v0.6.1 |
639 | 2024-12-16T20:05:42.855Z | Downloaded ppv-lite86 v0.2.20 |
640 | 2024-12-16T20:05:42.858Z | Downloaded powerfmt v0.2.0 |
641 | 2024-12-16T20:05:42.860Z | Downloaded zerofrom v0.1.4 |
642 | 2024-12-16T20:05:42.860Z | Downloaded gethostname v0.5.0 |
643 | 2024-12-16T20:05:42.862Z | Downloaded phf_shared v0.11.2 |
644 | 2024-12-16T20:05:42.864Z | Downloaded num-integer v0.1.46 |
645 | 2024-12-16T20:05:42.864Z | Downloaded downcast v0.11.0 |
646 | 2024-12-16T20:05:42.867Z | Downloaded zone_cfg_derive v0.1.2 |
647 | 2024-12-16T20:05:42.867Z | Downloaded embedded-io v0.4.0 |
648 | 2024-12-16T20:05:42.870Z | Downloaded predicates-tree v1.0.11 |
649 | 2024-12-16T20:05:42.872Z | Downloaded vsss-rs v3.3.4 |
650 | 2024-12-16T20:05:42.874Z | Downloaded pkcs5 v0.7.1 |
651 | 2024-12-16T20:05:42.879Z | Downloaded thiserror-no-std v2.0.2 |
652 | 2024-12-16T20:05:42.883Z | Downloaded num-traits v0.2.19 |
653 | 2024-12-16T20:05:42.887Z | Downloaded futures v0.3.31 |
654 | 2024-12-16T20:05:42.892Z | Downloaded foldhash v0.1.3 |
655 | 2024-12-16T20:05:42.894Z | Downloaded hex v0.4.3 |
656 | 2024-12-16T20:05:42.897Z | Downloaded newline-converter v0.3.0 |
657 | 2024-12-16T20:05:42.899Z | Downloaded new_debug_unreachable v1.0.6 |
658 | 2024-12-16T20:05:42.900Z | Downloaded pem-rfc7468 v0.7.0 |
659 | 2024-12-16T20:05:42.902Z | Downloaded num-iter v0.1.45 |
660 | 2024-12-16T20:05:42.905Z | Downloaded uuid v1.11.0 |
661 | 2024-12-16T20:05:42.907Z | Downloaded scheduled-thread-pool v0.2.7 |
662 | 2024-12-16T20:05:42.909Z | Downloaded unarray v0.1.4 |
663 | 2024-12-16T20:05:42.912Z | Downloaded typify-macro v0.2.0 |
664 | 2024-12-16T20:05:42.912Z | Downloaded parking_lot_core v0.8.6 |
665 | 2024-12-16T20:05:42.914Z | Downloaded des v0.8.1 |
666 | 2024-12-16T20:05:42.917Z | Downloaded vergen v8.3.2 |
667 | 2024-12-16T20:05:42.920Z | Downloaded diesel_derives v2.2.3 |
668 | 2024-12-16T20:05:42.925Z | Downloaded waitgroup v0.1.2 |
669 | 2024-12-16T20:05:42.927Z | Downloaded vte_generate_state_changes v0.1.2 |
670 | 2024-12-16T20:05:42.927Z | Downloaded diesel-dtrace v0.4.2 |
671 | 2024-12-16T20:05:42.929Z | Downloaded zerofrom-derive v0.1.4 |
672 | 2024-12-16T20:05:42.932Z | Downloaded hash32 v0.3.1 |
673 | 2024-12-16T20:05:42.934Z | Downloaded untrusted v0.7.1 |
674 | 2024-12-16T20:05:42.934Z | Downloaded universal-hash v0.5.1 |
675 | 2024-12-16T20:05:42.937Z | Downloaded slog-term v2.9.1 |
676 | 2024-12-16T20:05:42.939Z | Downloaded structmeta-derive v0.2.0 |
677 | 2024-12-16T20:05:42.942Z | Downloaded sqlformat v0.2.6 |
678 | 2024-12-16T20:05:42.942Z | Downloaded parking_lot_core v0.9.10 |
679 | 2024-12-16T20:05:42.944Z | Downloaded owo-colors v4.1.0 |
680 | 2024-12-16T20:05:42.948Z | Downloaded dsl_auto_type v0.1.2 |
681 | 2024-12-16T20:05:42.950Z | Downloaded slog v2.7.0 |
682 | 2024-12-16T20:05:42.953Z | Downloaded ron v0.7.1 |
683 | 2024-12-16T20:05:42.959Z | Downloaded rsa v0.9.6 |
684 | 2024-12-16T20:05:42.965Z | Downloaded opaque-debug v0.3.1 |
685 | 2024-12-16T20:05:42.968Z | Downloaded peg v0.8.4 |
686 | 2024-12-16T20:05:42.971Z | Downloaded salsa20 v0.10.2 |
687 | 2024-12-16T20:05:42.973Z | Downloaded foreign-types-shared v0.1.1 |
688 | 2024-12-16T20:05:42.973Z | Downloaded pbkdf2 v0.12.2 |
689 | 2024-12-16T20:05:42.976Z | Downloaded tracing-attributes v0.1.27 |
690 | 2024-12-16T20:05:42.979Z | Downloaded slog-dtrace v0.3.0 |
691 | 2024-12-16T20:05:42.981Z | Downloaded newtype-uuid v1.1.3 |
692 | 2024-12-16T20:05:42.984Z | Downloaded ghash v0.5.1 |
693 | 2024-12-16T20:05:42.985Z | Downloaded zip v0.6.6 |
694 | 2024-12-16T20:05:42.988Z | Downloaded normalize-line-endings v0.3.0 |
695 | 2024-12-16T20:05:42.991Z | Downloaded ron v0.8.1 |
696 | 2024-12-16T20:05:42.996Z | Downloaded psl-types v2.0.11 |
697 | 2024-12-16T20:05:42.999Z | Downloaded tui-tree-widget v0.22.0 |
698 | 2024-12-16T20:05:43.002Z | Downloaded wait-timeout v0.2.0 |
699 | 2024-12-16T20:05:43.002Z | Downloaded sqlparser_derive v0.2.2 |
700 | 2024-12-16T20:05:43.004Z | Downloaded crossterm v0.28.1 |
701 | 2024-12-16T20:05:43.010Z | Downloaded sync_wrapper v1.0.1 |
702 | 2024-12-16T20:05:43.013Z | Downloaded structmeta v0.3.0 |
703 | 2024-12-16T20:05:43.013Z | Downloaded tokio-tungstenite v0.21.0 |
704 | 2024-12-16T20:05:43.015Z | Downloaded write16 v1.0.0 |
705 | 2024-12-16T20:05:43.018Z | Downloaded derive_builder_core v0.20.2 |
706 | 2024-12-16T20:05:43.022Z | Downloaded structmeta v0.2.0 |
707 | 2024-12-16T20:05:43.022Z | Downloaded strip-ansi-escapes v0.2.0 |
708 | 2024-12-16T20:05:43.024Z | Downloaded either v1.13.0 |
709 | 2024-12-16T20:05:43.024Z | Downloaded ed25519 v2.2.3 |
710 | 2024-12-16T20:05:43.026Z | Downloaded hashbrown v0.12.3 |
711 | 2024-12-16T20:05:43.032Z | Downloaded num-conv v0.1.0 |
712 | 2024-12-16T20:05:43.034Z | Downloaded glob v0.3.1 |
713 | 2024-12-16T20:05:43.034Z | Downloaded postgres-types v0.2.8 |
714 | 2024-12-16T20:05:43.037Z | Downloaded fxhash v0.2.1 |
715 | 2024-12-16T20:05:43.040Z | Downloaded shlex v1.3.0 |
716 | 2024-12-16T20:05:43.040Z | Downloaded minimal-lexical v0.2.1 |
717 | 2024-12-16T20:05:43.045Z | Downloaded futures-executor v0.3.31 |
718 | 2024-12-16T20:05:43.055Z | Downloaded tracing-core v0.1.32 |
719 | 2024-12-16T20:05:43.055Z | Downloaded debug-ignore v1.0.5 |
720 | 2024-12-16T20:05:43.055Z | Downloaded sync-ptr v0.1.1 |
721 | 2024-12-16T20:05:43.055Z | Downloaded phf_codegen v0.11.2 |
722 | 2024-12-16T20:05:43.058Z | Downloaded phf v0.11.2 |
723 | 2024-12-16T20:05:43.058Z | Downloaded simd-adler32 v0.3.7 |
724 | 2024-12-16T20:05:43.060Z | Downloaded phf_generator v0.11.2 |
725 | 2024-12-16T20:05:43.063Z | Downloaded thiserror-impl v2.0.3 |
726 | 2024-12-16T20:05:43.063Z | Downloaded peg-macros v0.8.4 |
727 | 2024-12-16T20:05:43.066Z | Downloaded rustfmt-wrapper v0.2.1 |
728 | 2024-12-16T20:05:43.068Z | Downloaded zopfli v0.8.1 |
729 | 2024-12-16T20:05:43.071Z | Downloaded r2d2 v0.8.10 |
730 | 2024-12-16T20:05:43.074Z | Downloaded omicron-zone-package v0.11.1 |
731 | 2024-12-16T20:05:43.076Z | Downloaded tar v0.4.42 |
732 | 2024-12-16T20:05:43.078Z | Downloaded serde_repr v0.1.19 |
733 | 2024-12-16T20:05:43.081Z | Downloaded serde_plain v1.0.2 |
734 | 2024-12-16T20:05:43.083Z | Downloaded dhcproto-macros v0.1.0 |
735 | 2024-12-16T20:05:43.085Z | Downloaded tokio-rustls v0.25.0 |
736 | 2024-12-16T20:05:43.088Z | Downloaded fs_extra v1.3.0 |
737 | 2024-12-16T20:05:43.090Z | Downloaded dropshot_endpoint v0.13.0 |
738 | 2024-12-16T20:05:43.093Z | Downloaded ecdsa v0.16.9 |
739 | 2024-12-16T20:05:43.096Z | Downloaded newtype_derive v0.1.6 |
740 | 2024-12-16T20:05:43.098Z | Downloaded derive_builder_macro v0.20.2 |
741 | 2024-12-16T20:05:43.102Z | Downloaded defmt-macros v0.3.9 |
742 | 2024-12-16T20:05:43.104Z | Downloaded data-encoding v2.6.0 |
743 | 2024-12-16T20:05:43.104Z | Downloaded serde_yaml v0.9.34+deprecated |
744 | 2024-12-16T20:05:43.108Z | Downloaded similar v2.6.0 |
745 | 2024-12-16T20:05:43.114Z | Downloaded futures-task v0.3.31 |
746 | 2024-12-16T20:05:43.117Z | Downloaded nu-ansi-term v0.50.1 |
747 | 2024-12-16T20:05:43.120Z | Downloaded rfc6979 v0.4.0 |
748 | 2024-12-16T20:05:43.120Z | Downloaded stringprep v0.1.5 |
749 | 2024-12-16T20:05:43.122Z | Downloaded supports-color v3.0.1 |
750 | 2024-12-16T20:05:43.124Z | Downloaded static_assertions v1.1.0 |
751 | 2024-12-16T20:05:43.126Z | Downloaded rustc_version v0.4.1 |
752 | 2024-12-16T20:05:43.129Z | Downloaded polyval v0.6.2 |
753 | 2024-12-16T20:05:43.132Z | Downloaded ssh-cipher v0.2.0 |
754 | 2024-12-16T20:05:43.132Z | Downloaded elliptic-curve v0.13.8 |
755 | 2024-12-16T20:05:43.136Z | Downloaded thiserror v2.0.3 |
756 | 2024-12-16T20:05:43.142Z | Downloaded dunce v1.0.5 |
757 | 2024-12-16T20:05:43.145Z | Downloaded utf-8 v0.7.6 |
758 | 2024-12-16T20:05:43.149Z | Downloaded peg-runtime v0.8.3 |
759 | 2024-12-16T20:05:43.149Z | Downloaded fragile v2.0.0 |
760 | 2024-12-16T20:05:43.149Z | Downloaded unicase v2.7.0 |
761 | 2024-12-16T20:05:43.151Z | Downloaded walkdir v2.5.0 |
762 | 2024-12-16T20:05:43.154Z | Downloaded path-slash v0.1.5 |
763 | 2024-12-16T20:05:43.157Z | Downloaded futures-core v0.3.31 |
764 | 2024-12-16T20:05:43.157Z | Downloaded globset v0.4.15 |
765 | 2024-12-16T20:05:43.159Z | Downloaded steno v0.4.1 |
766 | 2024-12-16T20:05:43.163Z | Downloaded heck v0.3.3 |
767 | 2024-12-16T20:05:43.166Z | Downloaded deranged v0.3.11 |
768 | 2024-12-16T20:05:43.168Z | Downloaded num-complex v0.4.6 |
769 | 2024-12-16T20:05:43.172Z | Downloaded oso v0.27.3 |
770 | 2024-12-16T20:05:43.174Z | Downloaded termtree v0.4.1 |
771 | 2024-12-16T20:05:43.174Z | Downloaded nibble_vec v0.1.0 |
772 | 2024-12-16T20:05:43.177Z | Downloaded foreign-types-shared v0.3.1 |
773 | 2024-12-16T20:05:43.179Z | Downloaded rtoolbox v0.0.2 |
774 | 2024-12-16T20:05:43.179Z | Downloaded aho-corasick v1.1.3 |
775 | 2024-12-16T20:05:43.186Z | Downloaded yoke-derive v0.7.4 |
776 | 2024-12-16T20:05:43.188Z | Downloaded termcolor v1.4.1 |
777 | 2024-12-16T20:05:43.191Z | Downloaded termios v0.3.3 |
778 | 2024-12-16T20:05:43.193Z | Downloaded darling_core v0.20.10 |
779 | 2024-12-16T20:05:43.197Z | Downloaded parking_lot v0.12.3 |
780 | 2024-12-16T20:05:43.200Z | Downloaded ena v0.14.3 |
781 | 2024-12-16T20:05:43.203Z | Downloaded term v0.7.0 |
782 | 2024-12-16T20:05:43.208Z | Downloaded yoke v0.7.4 |
783 | 2024-12-16T20:05:43.210Z | Downloaded yasna v0.5.2 |
784 | 2024-12-16T20:05:43.212Z | Downloaded rpassword v7.3.1 |
785 | 2024-12-16T20:05:43.214Z | Downloaded hash32 v0.2.1 |
786 | 2024-12-16T20:05:43.214Z | Downloaded zone v0.1.8 |
787 | 2024-12-16T20:05:43.217Z | Downloaded zerovec-derive v0.10.3 |
788 | 2024-12-16T20:05:43.217Z | Downloaded zeroize_derive v1.4.2 |
789 | 2024-12-16T20:05:43.219Z | Downloaded rand_xorshift v0.3.0 |
790 | 2024-12-16T20:05:43.222Z | Downloaded num_threads v0.1.7 |
791 | 2024-12-16T20:05:43.222Z | Downloaded zeroize v1.8.1 |
792 | 2024-12-16T20:05:43.229Z | Downloaded tinyvec v1.8.0 |
793 | 2024-12-16T20:05:43.229Z | Downloaded same-file v1.0.6 |
794 | 2024-12-16T20:05:43.234Z | Downloaded itertools v0.12.1 |
795 | 2024-12-16T20:05:43.243Z | Downloaded tinyvec_macros v0.1.1 |
796 | 2024-12-16T20:05:43.247Z | Downloaded number_prefix v0.4.0 |
797 | 2024-12-16T20:05:43.250Z | Downloaded tokio-macros v2.4.0 |
798 | 2024-12-16T20:05:43.250Z | Downloaded untrusted v0.9.0 |
799 | 2024-12-16T20:05:43.253Z | Downloaded progenitor-client v0.8.0 |
800 | 2024-12-16T20:05:43.253Z | Downloaded progenitor v0.8.0 |
801 | 2024-12-16T20:05:43.256Z | Downloaded form_urlencoded v1.2.1 |
802 | 2024-12-16T20:05:43.259Z | Downloaded float-ord v0.3.2 |
803 | 2024-12-16T20:05:43.259Z | Downloaded parking_lot v0.11.2 |
804 | 2024-12-16T20:05:43.262Z | Downloaded float-cmp v0.9.0 |
805 | 2024-12-16T20:05:43.264Z | Downloaded publicsuffix v2.2.3 |
806 | 2024-12-16T20:05:43.268Z | Downloaded hashbrown v0.14.5 |
807 | 2024-12-16T20:05:43.274Z | Downloaded tls_codec_derive v0.4.1 |
808 | 2024-12-16T20:05:43.277Z | Downloaded smallvec v0.6.14 |
809 | 2024-12-16T20:05:43.280Z | Downloaded packed_struct v0.10.1 |
810 | 2024-12-16T20:05:43.280Z | Downloaded filetime v0.2.25 |
811 | 2024-12-16T20:05:43.283Z | Downloaded rustversion v1.0.17 |
812 | 2024-12-16T20:05:43.286Z | Downloaded unicode-truncate v1.1.0 |
813 | 2024-12-16T20:05:43.286Z | Downloaded unicode-bidi v0.3.17 |
814 | 2024-12-16T20:05:43.289Z | Downloaded num_enum_derive v0.5.11 |
815 | 2024-12-16T20:05:43.292Z | Downloaded resolv-conf v0.7.0 |
816 | 2024-12-16T20:05:43.294Z | Downloaded pin-project-lite v0.2.14 |
817 | 2024-12-16T20:05:43.298Z | Downloaded tokio-stream v0.1.16 |
818 | 2024-12-16T20:05:43.303Z | Downloaded derive_more v0.99.18 |
819 | 2024-12-16T20:05:43.309Z | Downloaded tls_codec v0.4.1 |
820 | 2024-12-16T20:05:43.312Z | Downloaded wyz v0.5.1 |
821 | 2024-12-16T20:05:43.314Z | Downloaded olpc-cjson v0.1.4 |
822 | 2024-12-16T20:05:43.314Z | Downloaded ff v0.13.0 |
823 | 2024-12-16T20:05:43.317Z | Downloaded tokio-postgres v0.7.12 |
824 | 2024-12-16T20:05:43.321Z | Downloaded slog-json v2.6.1 |
825 | 2024-12-16T20:05:43.324Z | Downloaded fallible-iterator v0.2.0 |
826 | 2024-12-16T20:05:43.326Z | Downloaded proc-macro-crate v1.3.1 |
827 | 2024-12-16T20:05:43.326Z | Downloaded paste v1.0.15 |
828 | 2024-12-16T20:05:43.330Z | Downloaded chrono v0.4.38 |
829 | 2024-12-16T20:05:43.338Z | Downloaded spin v0.5.2 |
830 | 2024-12-16T20:05:43.341Z | Downloaded scrypt v0.11.0 |
831 | 2024-12-16T20:05:43.344Z | Downloaded futures-macro v0.3.31 |
832 | 2024-12-16T20:05:43.344Z | Downloaded num-derive v0.4.2 |
833 | 2024-12-16T20:05:43.344Z | Downloaded spki v0.7.3 |
834 | 2024-12-16T20:05:43.346Z | Downloaded uzers v0.12.1 |
835 | 2024-12-16T20:05:43.348Z | Downloaded slog-scope v4.4.0 |
836 | 2024-12-16T20:05:43.351Z | Downloaded typify v0.2.0 |
837 | 2024-12-16T20:05:43.353Z | Downloaded nodrop v0.1.14 |
838 | 2024-12-16T20:05:43.356Z | Downloaded fallible-streaming-iterator v0.1.9 |
839 | 2024-12-16T20:05:43.356Z | Downloaded half v2.4.1 |
840 | 2024-12-16T20:05:43.358Z | Downloaded ed25519-dalek v2.1.1 |
841 | 2024-12-16T20:05:43.361Z | Downloaded fd-lock v4.0.2 |
842 | 2024-12-16T20:05:43.364Z | Downloaded writeable v0.5.5 |
843 | 2024-12-16T20:05:43.367Z | Downloaded sha1 v0.10.6 |
844 | 2024-12-16T20:05:43.369Z | Downloaded progenitor-macro v0.8.0 |
845 | 2024-12-16T20:05:43.372Z | Downloaded password-hash v0.4.2 |
846 | 2024-12-16T20:05:43.372Z | Downloaded fallible-iterator v0.3.0 |
847 | 2024-12-16T20:05:43.374Z | Downloaded sec1 v0.7.3 |
848 | 2024-12-16T20:05:43.377Z | Downloaded tungstenite v0.21.0 |
849 | 2024-12-16T20:05:43.382Z | Downloaded smallvec v1.13.2 |
850 | 2024-12-16T20:05:43.385Z | Downloaded postgres-protocol v0.6.7 |
851 | 2024-12-16T20:05:43.385Z | Downloaded quinn v0.11.5 |
852 | 2024-12-16T20:05:43.387Z | Downloaded bitvec v1.0.1 |
853 | 2024-12-16T20:05:43.403Z | Downloaded num_enum v0.5.11 |
854 | 2024-12-16T20:05:43.408Z | Downloaded value-bag v1.9.0 |
855 | 2024-12-16T20:05:43.411Z | Downloaded samael v0.0.17 |
856 | 2024-12-16T20:05:43.417Z | Downloaded heapless v0.8.0 |
857 | 2024-12-16T20:05:43.421Z | Downloaded dhcproto v0.12.0 |
858 | 2024-12-16T20:05:43.425Z | Downloaded slog-stdlog v4.1.1 |
859 | 2024-12-16T20:05:43.427Z | Downloaded sct v0.7.1 |
860 | 2024-12-16T20:05:43.430Z | Downloaded tungstenite v0.23.0 |
861 | 2024-12-16T20:05:43.434Z | Downloaded postcard v1.0.10 |
862 | 2024-12-16T20:05:43.437Z | Downloaded tokio-tungstenite v0.24.0 |
863 | 2024-12-16T20:05:43.440Z | Downloaded serde_with v3.11.0 |
864 | 2024-12-16T20:05:43.448Z | Downloaded spin v0.9.8 |
865 | 2024-12-16T20:05:43.451Z | Downloaded snafu v0.8.5 |
866 | 2024-12-16T20:05:43.457Z | Downloaded reedline v0.35.0 |
867 | 2024-12-16T20:05:43.466Z | Downloaded unicode-segmentation v1.12.0 |
868 | 2024-12-16T20:05:43.470Z | Downloaded rusqlite v0.32.1 |
869 | 2024-12-16T20:05:43.476Z | Downloaded toml v0.7.8 |
870 | 2024-12-16T20:05:43.480Z | Downloaded headers v0.4.0 |
871 | 2024-12-16T20:05:43.485Z | Downloaded nom v7.1.3 |
872 | 2024-12-16T20:05:43.491Z | Downloaded p256 v0.13.2 |
873 | 2024-12-16T20:05:43.495Z | Downloaded zip v2.1.3 |
874 | 2024-12-16T20:05:43.500Z | Downloaded num-bigint-dig v0.8.4 |
875 | 2024-12-16T20:05:43.505Z | Downloaded zerocopy v0.8.10 |
876 | 2024-12-16T20:05:43.531Z | Downloaded git2 v0.19.0 |
877 | 2024-12-16T20:05:43.539Z | Downloaded lalrpop v0.19.12 |
878 | 2024-12-16T20:05:43.550Z | Downloaded heapless v0.7.17 |
879 | 2024-12-16T20:05:43.554Z | Downloaded rayon-core v1.12.1 |
880 | 2024-12-16T20:05:43.558Z | Downloaded rand v0.8.5 |
881 | 2024-12-16T20:05:43.562Z | Downloaded x509-cert v0.2.5 |
882 | 2024-12-16T20:05:43.567Z | Downloaded flate2 v1.0.34 |
883 | 2024-12-16T20:05:43.573Z | Downloaded winnow v0.5.40 |
884 | 2024-12-16T20:05:43.582Z | Downloaded zerovec v0.10.4 |
885 | 2024-12-16T20:05:43.589Z | Downloaded unicode_categories v0.1.1 |
886 | 2024-12-16T20:05:43.591Z | Downloaded idna v0.2.3 |
887 | 2024-12-16T20:05:43.599Z | Downloaded parse-zoneinfo v0.3.1 |
888 | 2024-12-16T20:05:43.601Z | Downloaded unicode-width v0.2.0 |
889 | 2024-12-16T20:05:43.607Z | Downloaded object v0.30.4 |
890 | 2024-12-16T20:05:43.617Z | Downloaded p521 v0.13.3 |
891 | 2024-12-16T20:05:43.620Z | Downloaded idna v0.3.0 |
892 | 2024-12-16T20:05:43.627Z | Downloaded proptest v1.5.0 |
893 | 2024-12-16T20:05:43.637Z | Downloaded idna v0.5.0 |
894 | 2024-12-16T20:05:43.643Z | Downloaded tokio-util v0.7.12 |
895 | 2024-12-16T20:05:43.649Z | Downloaded quick-xml v0.33.0 |
896 | 2024-12-16T20:05:43.656Z | Downloaded futures-util v0.3.31 |
897 | 2024-12-16T20:05:43.668Z | Downloaded quinn-proto v0.11.8 |
898 | 2024-12-16T20:05:43.674Z | Downloaded regex v1.11.1 |
899 | 2024-12-16T20:05:43.689Z | Downloaded rayon v1.10.0 |
900 | 2024-12-16T20:05:43.697Z | Downloaded nix v0.27.1 |
901 | 2024-12-16T20:05:43.708Z | Downloaded p384 v0.13.0 |
902 | 2024-12-16T20:05:43.714Z | Downloaded regress v0.9.1 |
903 | 2024-12-16T20:05:43.723Z | Downloaded petname v2.0.2 |
904 | 2024-12-16T20:05:43.729Z | Downloaded nix v0.28.0 |
905 | 2024-12-16T20:05:43.740Z | Downloaded reqwest v0.12.9 |
906 | 2024-12-16T20:05:43.749Z | Downloaded vcpkg v0.2.15 |
907 | 2024-12-16T20:05:43.791Z | Downloaded regex-syntax v0.6.29 |
908 | 2024-12-16T20:05:43.799Z | Downloaded nix v0.29.0 |
909 | 2024-12-16T20:05:43.811Z | Downloaded polar-core v0.27.3 |
910 | 2024-12-16T20:05:43.820Z | Downloaded radix_trie v0.2.1 |
911 | 2024-12-16T20:05:43.825Z | Downloaded dropshot v0.12.0 |
912 | 2024-12-16T20:05:43.847Z | Downloaded rustls v0.22.4 |
913 | 2024-12-16T20:05:43.861Z | Downloaded regex-syntax v0.8.5 |
914 | 2024-12-16T20:05:43.870Z | Downloaded dropshot v0.13.0 |
915 | 2024-12-16T20:05:43.892Z | Downloaded object v0.36.5 |
916 | 2024-12-16T20:05:43.905Z | Downloaded hickory-proto v0.24.1 |
917 | 2024-12-16T20:05:43.921Z | Downloaded sled v0.34.7 |
918 | 2024-12-16T20:05:43.931Z | Downloaded rustls v0.23.19 |
919 | 2024-12-16T20:05:43.944Z | Downloaded openapiv3 v2.0.0 |
920 | 2024-12-16T20:05:43.957Z | Downloaded smoltcp v0.9.1 |
921 | 2024-12-16T20:05:43.969Z | Downloaded diesel v2.2.6 |
922 | 2024-12-16T20:05:43.990Z | Downloaded rustls v0.21.12 |
923 | 2024-12-16T20:05:44.002Z | Downloaded regress v0.10.1 |
924 | 2024-12-16T20:05:44.011Z | Downloaded zerocopy-derive v0.6.6 |
925 | 2024-12-16T20:05:44.023Z | Downloaded smoltcp v0.11.0 |
926 | 2024-12-16T20:05:44.036Z | Downloaded chrono-tz v0.10.0 |
927 | 2024-12-16T20:05:44.044Z | Downloaded typify-impl v0.2.0 |
928 | 2024-12-16T20:05:44.061Z | Downloaded regex-automata v0.4.8 |
929 | 2024-12-16T20:05:44.079Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
930 | 2024-12-16T20:05:44.093Z | Downloaded ratatui v0.28.1 |
931 | 2024-12-16T20:05:44.114Z | Downloaded bstr v1.10.0 |
932 | 2024-12-16T20:05:44.127Z | Downloaded trust-dns-proto v0.22.0 |
933 | 2024-12-16T20:05:44.139Z | Downloaded rustls-webpki v0.102.8 |
934 | 2024-12-16T20:05:44.158Z | Downloaded openssl v0.10.66 |
935 | 2024-12-16T20:05:44.168Z | Downloaded lzma-sys v0.1.20 |
936 | 2024-12-16T20:05:44.198Z | Downloaded gimli v0.31.1 |
937 | 2024-12-16T20:05:44.206Z | Downloaded petgraph v0.6.5 |
938 | 2024-12-16T20:05:44.223Z | Downloaded portable-atomic v1.9.0 |
939 | 2024-12-16T20:05:44.230Z | Downloaded libz-sys v1.1.20 |
940 | 2024-12-16T20:05:44.251Z | Downloaded sqlparser v0.45.0 |
941 | 2024-12-16T20:05:44.256Z | Downloaded idna v0.4.0 |
942 | 2024-12-16T20:05:44.263Z | Downloaded tokio v1.40.0 |
943 | 2024-12-16T20:05:44.300Z | Downloaded russh v0.45.0 |
944 | 2024-12-16T20:05:44.306Z | Downloaded webpki-roots v0.26.6 |
945 | 2024-12-16T20:05:44.309Z | Downloaded salty v0.3.0 |
946 | 2024-12-16T20:05:44.316Z | Downloaded curve25519-dalek v4.1.3 |
947 | 2024-12-16T20:05:44.324Z | Downloaded unicode-normalization v0.1.24 |
948 | 2024-12-16T20:05:44.328Z | Downloaded csv v1.3.0 |
949 | 2024-12-16T20:05:44.350Z | Downloaded sha3 v0.10.8 |
950 | 2024-12-16T20:05:44.355Z | Downloaded h2 v0.4.6 |
951 | 2024-12-16T20:05:44.361Z | Downloaded icu_properties_data v1.5.0 |
952 | 2024-12-16T20:05:44.371Z | Downloaded url v2.5.3 |
953 | 2024-12-16T20:05:44.374Z | Downloaded toml_edit v0.19.15 |
954 | 2024-12-16T20:05:44.390Z | Downloaded rustyline v14.0.0 |
955 | 2024-12-16T20:05:44.394Z | Downloaded rustls-webpki v0.101.7 |
956 | 2024-12-16T20:05:44.407Z | Downloaded fatfs v0.3.6 |
957 | 2024-12-16T20:05:44.410Z | Downloaded progenitor-impl v0.8.0 |
958 | 2024-12-16T20:05:44.412Z | Downloaded flume v0.11.1 |
959 | 2024-12-16T20:05:44.415Z | Downloaded bindgen v0.69.5 |
960 | 2024-12-16T20:05:44.422Z | Downloaded tough v0.19.0 |
961 | 2024-12-16T20:05:44.430Z | Downloaded radium v0.7.0 |
962 | 2024-12-16T20:05:44.432Z | Downloaded futures-io v0.3.31 |
963 | 2024-12-16T20:05:44.433Z | Downloaded fixedbitset v0.4.2 |
964 | 2024-12-16T20:05:44.435Z | Downloaded getrandom v0.2.15 |
965 | 2024-12-16T20:05:44.437Z | Downloaded hickory-resolver v0.24.1 |
966 | 2024-12-16T20:05:44.440Z | Downloaded pkg-config v0.3.31 |
967 | 2024-12-16T20:05:44.443Z | Downloaded password-hash v0.5.0 |
968 | 2024-12-16T20:05:44.446Z | Downloaded poly1305 v0.8.0 |
969 | 2024-12-16T20:05:44.448Z | Downloaded rusty-fork v0.3.0 |
970 | 2024-12-16T20:05:44.448Z | Downloaded itertools v0.13.0 |
971 | 2024-12-16T20:05:44.453Z | Downloaded smf v0.2.3 |
972 | 2024-12-16T20:05:44.455Z | Downloaded unsafe-libyaml v0.2.11 |
973 | 2024-12-16T20:05:44.458Z | Downloaded blake3 v1.5.4 |
974 | 2024-12-16T20:05:44.465Z | Downloaded unicode-properties v0.1.3 |
975 | 2024-12-16T20:05:44.468Z | Downloaded slog-envlogger v2.2.0 |
976 | 2024-12-16T20:05:44.470Z | Downloaded shell-words v1.1.0 |
977 | 2024-12-16T20:05:44.470Z | Downloaded idna v1.0.3 |
978 | 2024-12-16T20:05:44.473Z | Downloaded derive_builder v0.20.2 |
979 | 2024-12-16T20:05:44.478Z | Downloaded itertools v0.10.5 |
980 | 2024-12-16T20:05:44.484Z | Downloaded defmt v0.3.8 |
981 | 2024-12-16T20:05:44.487Z | Downloaded num-bigint v0.4.6 |
982 | 2024-12-16T20:05:44.492Z | Downloaded aws-lc-rs v1.10.0 |
983 | 2024-12-16T20:05:44.500Z | Downloaded serde_path_to_error v0.1.16 |
984 | 2024-12-16T20:05:44.503Z | Downloaded secrecy v0.8.0 |
985 | 2024-12-16T20:05:44.505Z | Downloaded hashbrown v0.13.2 |
986 | 2024-12-16T20:05:44.507Z | Downloaded pin-project-internal v1.1.6 |
987 | 2024-12-16T20:05:44.510Z | Downloaded libxml v0.3.3 |
988 | 2024-12-16T20:05:44.514Z | Downloaded packed_struct_codegen v0.10.1 |
989 | 2024-12-16T20:05:44.516Z | Downloaded schemars v0.8.21 |
990 | 2024-12-16T20:05:44.525Z | Downloaded typed-path v0.9.3 |
991 | 2024-12-16T20:05:44.531Z | Downloaded zone v0.3.0 |
992 | 2024-12-16T20:05:44.534Z | Downloaded libm v0.2.8 |
993 | 2024-12-16T20:05:44.539Z | Downloaded expectorate v1.1.0 |
994 | 2024-12-16T20:05:44.542Z | Downloaded mio v1.0.2 |
995 | 2024-12-16T20:05:44.546Z | Downloaded encoding_rs v0.8.34 |
996 | 2024-12-16T20:05:44.567Z | Downloaded dropshot_endpoint v0.12.0 |
997 | 2024-12-16T20:05:44.572Z | Downloaded rcgen v0.12.1 |
998 | 2024-12-16T20:05:44.575Z | Downloaded thiserror-impl-no-std v2.0.2 |
999 | 2024-12-16T20:05:44.575Z | Downloaded tokio-rustls v0.26.0 |
1000 | 2024-12-16T20:05:44.578Z | Downloaded rustls-pemfile v1.0.4 |
1001 | 2024-12-16T20:05:44.580Z | Downloaded pin-project v1.1.6 |
1002 | 2024-12-16T20:05:44.589Z | Downloaded time v0.3.36 |
1003 | 2024-12-16T20:05:44.595Z | Downloaded ssh-key v0.6.6 |
1004 | 2024-12-16T20:05:44.601Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1005 | 2024-12-16T20:05:44.657Z | Downloaded prettyplease v0.2.25 |
1006 | 2024-12-16T20:05:44.660Z | Downloaded futures-sink v0.3.31 |
1007 | 2024-12-16T20:05:44.662Z | Downloaded vte v0.11.1 |
1008 | 2024-12-16T20:05:44.665Z | Downloaded zerocopy-derive v0.8.10 |
1009 | 2024-12-16T20:05:44.668Z | Downloaded tracing v0.1.40 |
1010 | 2024-12-16T20:05:44.672Z | Downloaded pbkdf2 v0.11.0 |
1011 | 2024-12-16T20:05:44.674Z | Downloaded openssl-sys v0.9.103 |
1012 | 2024-12-16T20:05:44.678Z | Downloaded predicates v3.1.2 |
1013 | 2024-12-16T20:05:44.681Z | Downloaded hickory-client v0.24.1 |
1014 | 2024-12-16T20:05:44.683Z | Downloaded derive-where v1.2.7 |
1015 | 2024-12-16T20:05:44.687Z | Downloaded tokio-native-tls v0.3.1 |
1016 | 2024-12-16T20:05:44.689Z | Downloaded foreign-types-macros v0.2.3 |
1017 | 2024-12-16T20:05:44.689Z | Downloaded subtle v2.6.1 |
1018 | 2024-12-16T20:05:44.692Z | Downloaded displaydoc v0.2.5 |
1019 | 2024-12-16T20:05:44.694Z | Downloaded display-error-chain v0.2.2 |
1020 | 2024-12-16T20:05:44.694Z | Downloaded rustls-pki-types v1.10.0 |
1021 | 2024-12-16T20:05:44.697Z | Downloaded der v0.7.9 |
1022 | 2024-12-16T20:05:44.701Z | Downloaded icu_collections v1.5.0 |
1023 | 2024-12-16T20:05:44.706Z | Downloaded num-rational v0.4.2 |
1024 | 2024-12-16T20:05:44.709Z | Downloaded tungstenite v0.24.0 |
1025 | 2024-12-16T20:05:44.711Z | Downloaded structmeta-derive v0.3.0 |
1026 | 2024-12-16T20:05:44.714Z | Downloaded serde_urlencoded v0.7.1 |
1027 | 2024-12-16T20:05:44.714Z | Downloaded serde_derive_internals v0.29.1 |
1028 | 2024-12-16T20:05:44.717Z | Downloaded miniz_oxide v0.8.0 |
1029 | 2024-12-16T20:05:44.719Z | Downloaded qorb v0.2.1 |
1030 | 2024-12-16T20:05:44.722Z | Downloaded predicates-core v1.0.8 |
1031 | 2024-12-16T20:05:44.722Z | Downloaded parse-display v0.10.0 |
1032 | 2024-12-16T20:05:44.724Z | Downloaded tokio-tungstenite v0.23.1 |
1033 | 2024-12-16T20:05:44.727Z | Downloaded tokio-rustls v0.24.1 |
1034 | 2024-12-16T20:05:44.727Z | Downloaded zerocopy v0.6.6 |
1035 | 2024-12-16T20:05:44.729Z | Downloaded flagset v0.4.6 |
1036 | 2024-12-16T20:05:44.731Z | Downloaded dyn-clone v1.0.17 |
1037 | 2024-12-16T20:05:44.734Z | Downloaded test-strategy v0.3.1 |
1038 | 2024-12-16T20:05:44.736Z | Downloaded socket2 v0.5.7 |
1039 | 2024-12-16T20:05:44.739Z | Downloaded russh-keys v0.45.0 |
1040 | 2024-12-16T20:05:44.739Z | Downloaded backtrace v0.3.74 |
1041 | 2024-12-16T20:05:44.743Z | Downloaded hashlink v0.9.1 |
1042 | 2024-12-16T20:05:44.746Z | Downloaded futures-channel v0.3.31 |
1043 | 2024-12-16T20:05:44.748Z | Downloaded env_logger v0.11.5 |
1044 | 2024-12-16T20:05:44.750Z | Downloaded slab v0.4.9 |
1045 | 2024-12-16T20:05:44.750Z | Downloaded serde-hex v0.1.0 |
1046 | 2024-12-16T20:05:44.754Z | Downloaded hkdf v0.12.4 |
1047 | 2024-12-16T20:05:44.757Z | Downloaded crypto-bigint v0.5.5 |
1048 | 2024-12-16T20:05:44.760Z | Downloaded compact_str v0.8.0 |
1049 | 2024-12-16T20:05:44.763Z | Downloaded ref-cast v1.0.23 |
1050 | 2024-12-16T20:05:44.766Z | Downloaded primeorder v0.13.6 |
1051 | 2024-12-16T20:05:44.768Z | Downloaded enum-as-inner v0.6.1 |
1052 | 2024-12-16T20:05:44.769Z | Downloaded der_derive v0.7.3 |
1053 | 2024-12-16T20:05:44.771Z | Downloaded whoami v1.5.2 |
1054 | 2024-12-16T20:05:44.774Z | Downloaded pem v3.0.4 |
1055 | 2024-12-16T20:05:44.774Z | Downloaded pin-utils v0.1.0 |
1056 | 2024-12-16T20:05:44.774Z | Downloaded snafu-derive v0.8.5 |
1057 | 2024-12-16T20:05:44.777Z | Downloaded lock_api v0.4.12 |
1058 | 2024-12-16T20:05:44.777Z | Downloaded parse-display-derive v0.10.0 |
1059 | 2024-12-16T20:05:44.780Z | Downloaded bytes v1.8.0 |
1060 | 2024-12-16T20:05:44.782Z | Downloaded base64 v0.22.1 |
1061 | 2024-12-16T20:05:44.785Z | Downloaded icu_normalizer v1.5.0 |
1062 | 2024-12-16T20:05:44.787Z | Downloaded serde_with_macros v3.11.0 |
1063 | 2024-12-16T20:05:44.789Z | Downloaded litemap v0.7.3 |
1064 | 2024-12-16T20:05:44.792Z | Downloaded libefi-sys v0.1.0 |
1065 | 2024-12-16T20:05:44.794Z | Downloaded ssh-encoding v0.2.0 |
1066 | 2024-12-16T20:05:44.794Z | Downloaded arc-swap v1.7.1 |
1067 | 2024-12-16T20:05:44.797Z | Downloaded stable_deref_trait v1.2.0 |
1068 | 2024-12-16T20:05:44.799Z | Downloaded rustc-demangle v0.1.24 |
1069 | 2024-12-16T20:05:44.799Z | Downloaded signal-hook-tokio v0.3.1 |
1070 | 2024-12-16T20:05:44.803Z | Downloaded difflib v0.4.0 |
1071 | 2024-12-16T20:05:44.803Z | Downloaded defmt-parser v0.3.4 |
1072 | 2024-12-16T20:05:44.803Z | Downloaded memmap2 v0.9.5 |
1073 | 2024-12-16T20:05:44.805Z | Downloaded base64 v0.13.1 |
1074 | 2024-12-16T20:05:44.808Z | Downloaded utf16_iter v1.0.5 |
1075 | 2024-12-16T20:05:44.808Z | Downloaded unicode-xid v0.2.6 |
1076 | 2024-12-16T20:05:44.811Z | Downloaded scopeguard v1.2.0 |
1077 | 2024-12-16T20:05:44.811Z | Downloaded multimap v0.10.0 |
1078 | 2024-12-16T20:05:44.811Z | Downloaded mockall v0.13.0 |
1079 | 2024-12-16T20:05:44.813Z | Downloaded icu_locid_transform_data v1.5.0 |
1080 | 2024-12-16T20:05:44.816Z | Downloaded linear-map v1.2.0 |
1081 | 2024-12-16T20:05:44.816Z | Downloaded libsw v3.3.1 |
1082 | 2024-12-16T20:05:44.818Z | Downloaded internet-checksum v0.2.1 |
1083 | 2024-12-16T20:05:44.818Z | Downloaded semver v0.1.20 |
1084 | 2024-12-16T20:05:44.818Z | Downloaded rustc-hash v2.0.0 |
1085 | 2024-12-16T20:05:44.821Z | Downloaded rustc-hash v1.1.0 |
1086 | 2024-12-16T20:05:44.821Z | Downloaded icu_locid_transform v1.5.0 |
1087 | 2024-12-16T20:05:44.823Z | Downloaded allocator-api2 v0.2.18 |
1088 | 2024-12-16T20:05:44.825Z | Downloaded lazycell v1.3.0 |
1089 | 2024-12-16T20:05:44.827Z | Downloaded impl-trait-for-tuples v0.2.2 |
1090 | 2024-12-16T20:05:44.833Z | Downloaded const-oid v0.9.6 |
1091 | 2024-12-16T20:05:44.833Z | Downloaded indent_write v2.2.0 |
1092 | 2024-12-16T20:05:44.833Z | Downloaded cookie v0.18.1 |
1093 | 2024-12-16T20:05:44.837Z | Downloaded blake2 v0.10.6 |
1094 | 2024-12-16T20:05:44.837Z | Downloaded arrayvec v0.7.6 |
1095 | 2024-12-16T20:05:44.839Z | Downloaded inout v0.1.3 |
1096 | 2024-12-16T20:05:44.839Z | Downloaded idna_adapter v1.2.0 |
1097 | 2024-12-16T20:05:44.839Z | Downloaded hex-literal v0.4.1 |
1098 | 2024-12-16T20:05:44.842Z | Downloaded base64ct v1.6.0 |
1099 | 2024-12-16T20:05:44.844Z | Downloaded bzip2 v0.4.4 |
1100 | 2024-12-16T20:05:44.844Z | Downloaded cookie_store v0.21.0 |
1101 | 2024-12-16T20:05:44.847Z | Downloaded icu_provider_macros v1.5.0 |
1102 | 2024-12-16T20:05:44.850Z | Downloaded csv-core v0.1.11 |
1103 | 2024-12-16T20:05:44.850Z | Downloaded crc32fast v1.4.2 |
1104 | 2024-12-16T20:05:44.852Z | Downloaded crc-catalog v2.4.0 |
1105 | 2024-12-16T20:05:44.852Z | Downloaded backoff v0.4.0 |
1106 | 2024-12-16T20:05:44.855Z | Downloaded argon2 v0.5.3 |
1107 | 2024-12-16T20:05:44.857Z | Downloaded constant_time_eq v0.3.1 |
1108 | 2024-12-16T20:05:44.857Z | Downloaded castaway v0.2.3 |
1109 | 2024-12-16T20:05:44.861Z | Downloaded cassowary v0.3.0 |
1110 | 2024-12-16T20:05:44.861Z | Downloaded bitfield v0.14.0 |
1111 | 2024-12-16T20:05:44.861Z | Downloaded bit-set v0.5.3 |
1112 | 2024-12-16T20:05:44.865Z | Downloaded ciborium-ll v0.2.2 |
1113 | 2024-12-16T20:05:44.865Z | Downloaded buf-list v1.0.3 |
1114 | 2024-12-16T20:05:44.868Z | Downloaded bitflags v1.3.2 |
1115 | 2024-12-16T20:05:44.868Z | Downloaded hubpack v0.1.2 |
1116 | 2024-12-16T20:05:44.868Z | Downloaded chacha20 v0.9.1 |
1117 | 2024-12-16T20:05:44.871Z | Downloaded base16ct v0.2.0 |
1118 | 2024-12-16T20:05:44.871Z | Downloaded atomic-waker v1.1.2 |
1119 | 2024-12-16T20:05:44.873Z | Downloaded httpdate v1.0.3 |
1120 | 2024-12-16T20:05:44.873Z | Downloaded bcrypt-pbkdf v0.10.0 |
1121 | 2024-12-16T20:05:44.873Z | Downloaded httparse v1.9.5 |
1122 | 2024-12-16T20:05:44.876Z | Downloaded curve25519-dalek-derive v0.1.1 |
1123 | 2024-12-16T20:05:44.876Z | Downloaded blowfish v0.9.1 |
1124 | 2024-12-16T20:05:44.879Z | Downloaded async-bb8-diesel v0.2.1 |
1125 | 2024-12-16T20:05:44.882Z | Downloaded chrono-tz-build v0.4.0 |
1126 | 2024-12-16T20:05:44.882Z | Downloaded block-padding v0.3.3 |
1127 | 2024-12-16T20:05:44.882Z | Downloaded ascii-canvas v3.0.0 |
1128 | 2024-12-16T20:05:44.882Z | Downloaded convert_case v0.4.0 |
1129 | 2024-12-16T20:05:44.884Z | Downloaded bb8 v0.8.5 |
1130 | 2024-12-16T20:05:44.884Z | Downloaded hostname v0.3.1 |
1131 | 2024-12-16T20:05:44.887Z | Downloaded hickory-server v0.24.1 |
1132 | 2024-12-16T20:05:44.892Z | Downloaded crossbeam-deque v0.8.5 |
1133 | 2024-12-16T20:05:44.894Z | Downloaded bitfield-struct v0.6.2 |
1134 | 2024-12-16T20:05:44.894Z | Downloaded array-init v0.0.4 |
1135 | 2024-12-16T20:05:44.896Z | Downloaded crucible-workspace-hack v0.1.0 |
1136 | 2024-12-16T20:05:44.896Z | Downloaded cfg_aliases v0.1.1 |
1137 | 2024-12-16T20:05:44.896Z | Downloaded assert_matches v1.5.0 |
1138 | 2024-12-16T20:05:44.899Z | Downloaded arrayref v0.3.9 |
1139 | 2024-12-16T20:05:44.976Z | Downloaded libsqlite3-sys v0.30.1 |
1140 | 2024-12-16T20:05:45.183Z | Downloaded ring v0.17.8 |
1141 | 2024-12-16T20:05:45.345Z | Downloaded ring v0.16.20 |
1142 | 2024-12-16T20:05:45.585Z | Downloaded aws-lc-sys v0.22.0 |
1143 | 2024-12-16T20:05:45.892Z | Compiling serde v1.0.215 |
1144 | 2024-12-16T20:05:45.894Z | Compiling lock_api v0.4.12 |
1145 | 2024-12-16T20:05:45.894Z | Compiling scopeguard v1.2.0 |
1146 | 2024-12-16T20:05:45.894Z | Compiling value-bag v1.9.0 |
1147 | 2024-12-16T20:05:45.894Z | Compiling typenum v1.17.0 |
1148 | 2024-12-16T20:05:46.050Z | Compiling generic-array v0.14.7 |
1149 | 2024-12-16T20:05:46.089Z | Compiling syn v2.0.87 |
1150 | 2024-12-16T20:05:46.093Z | Compiling getrandom v0.2.15 |
1151 | 2024-12-16T20:05:46.172Z | Compiling subtle v2.6.1 |
1152 | 2024-12-16T20:05:46.354Z | Compiling rand_core v0.6.4 |
1153 | 2024-12-16T20:05:46.520Z | Compiling log v0.4.22 |
1154 | 2024-12-16T20:05:46.610Z | Compiling shlex v1.3.0 |
1155 | 2024-12-16T20:05:46.633Z | Compiling jobserver v0.1.32 |
1156 | 2024-12-16T20:05:46.673Z | Compiling const-oid v0.9.6 |
1157 | 2024-12-16T20:05:46.888Z | Compiling smallvec v1.13.2 |
1158 | 2024-12-16T20:05:46.929Z | Compiling spin v0.9.8 |
1159 | 2024-12-16T20:05:47.033Z | Compiling cc v1.1.30 |
1160 | 2024-12-16T20:05:47.284Z | Compiling pin-project-lite v0.2.14 |
1161 | 2024-12-16T20:05:47.338Z | Compiling rustix v0.38.37 |
1162 | 2024-12-16T20:05:47.412Z | Compiling parking_lot_core v0.9.10 |
1163 | 2024-12-16T20:05:47.497Z | Compiling futures-core v0.3.31 |
1164 | 2024-12-16T20:05:47.518Z | Compiling signal-hook-registry v1.4.2 |
1165 | 2024-12-16T20:05:47.757Z | Compiling mio v1.0.2 |
1166 | 2024-12-16T20:05:48.417Z | Compiling parking_lot v0.12.3 |
1167 | 2024-12-16T20:05:48.448Z | Compiling aho-corasick v1.1.3 |
1168 | 2024-12-16T20:05:48.713Z | Compiling regex-syntax v0.8.5 |
1169 | 2024-12-16T20:05:48.801Z | Compiling cpufeatures v0.2.14 |
1170 | 2024-12-16T20:05:48.822Z | Compiling lazy_static v1.5.0 |
1171 | 2024-12-16T20:05:48.909Z | Compiling stable_deref_trait v1.2.0 |
1172 | 2024-12-16T20:05:48.954Z | Compiling futures-sink v0.3.31 |
1173 | 2024-12-16T20:05:49.025Z | Compiling glob v0.3.1 |
1174 | 2024-12-16T20:05:49.077Z | Compiling either v1.13.0 |
1175 | 2024-12-16T20:05:49.111Z | Compiling socket2 v0.5.7 |
1176 | 2024-12-16T20:05:49.419Z | Compiling slab v0.4.9 |
1177 | 2024-12-16T20:05:49.578Z | Compiling prettyplease v0.2.25 |
1178 | 2024-12-16T20:05:49.885Z | Compiling minimal-lexical v0.2.1 |
1179 | 2024-12-16T20:05:50.106Z | Compiling clang-sys v1.8.1 |
1180 | 2024-12-16T20:05:50.156Z | Compiling libloading v0.8.5 |
1181 | 2024-12-16T20:05:50.253Z | Compiling serde_json v1.0.132 |
1182 | 2024-12-16T20:05:50.410Z | Compiling nom v7.1.3 |
1183 | 2024-12-16T20:05:50.592Z | Compiling home v0.5.9 |
1184 | 2024-12-16T20:05:50.594Z | Compiling bindgen v0.69.5 |
1185 | 2024-12-16T20:05:50.904Z | Compiling itertools v0.10.5 |
1186 | 2024-12-16T20:05:51.429Z | Compiling futures-channel v0.3.31 |
1187 | 2024-12-16T20:05:51.650Z | Compiling futures-task v0.3.31 |
1188 | 2024-12-16T20:05:51.883Z | Compiling allocator-api2 v0.2.18 |
1189 | 2024-12-16T20:05:51.965Z | Compiling foldhash v0.1.3 |
1190 | 2024-12-16T20:05:52.286Z | Compiling futures-io v0.3.31 |
1191 | 2024-12-16T20:05:52.625Z | Compiling regex-automata v0.4.8 |
1192 | 2024-12-16T20:05:52.696Z | Compiling rustc-hash v1.1.0 |
1193 | 2024-12-16T20:05:52.842Z | Compiling pin-utils v0.1.0 |
1194 | 2024-12-16T20:05:52.939Z | Compiling lazycell v1.3.0 |
1195 | 2024-12-16T20:05:53.101Z | Compiling hashbrown v0.15.1 |
1196 | 2024-12-16T20:05:53.906Z | Compiling cexpr v0.6.0 |
1197 | 2024-12-16T20:05:54.152Z | Compiling synstructure v0.13.1 |
1198 | 2024-12-16T20:05:54.491Z | Compiling cmake v0.1.51 |
1199 | 2024-12-16T20:05:55.535Z | Compiling tinyvec_macros v0.1.1 |
1200 | 2024-12-16T20:05:55.634Z | Compiling fs_extra v1.3.0 |
1201 | 2024-12-16T20:05:55.729Z | Compiling dunce v1.0.5 |
1202 | 2024-12-16T20:05:55.872Z | Compiling libm v0.2.8 |
1203 | 2024-12-16T20:05:55.905Z | Compiling pkg-config v0.3.31 |
1204 | 2024-12-16T20:05:55.924Z | Compiling tinyvec v1.8.0 |
1205 | 2024-12-16T20:05:56.239Z | Compiling num-traits v0.2.19 |
1206 | 2024-12-16T20:05:56.753Z | Compiling ring v0.17.8 |
1207 | 2024-12-16T20:05:57.409Z | Compiling unicode-normalization v0.1.24 |
1208 | 2024-12-16T20:05:57.460Z | Compiling writeable v0.5.5 |
1209 | 2024-12-16T20:05:57.514Z | Compiling unicode-bidi v0.3.17 |
1210 | 2024-12-16T20:05:57.576Z | Compiling base64ct v1.6.0 |
1211 | 2024-12-16T20:05:57.890Z | Compiling paste v1.0.15 |
1212 | 2024-12-16T20:05:58.049Z | Compiling litemap v0.7.3 |
1213 | 2024-12-16T20:05:58.198Z | Compiling regex v1.11.1 |
1214 | 2024-12-16T20:05:58.480Z | Compiling pem-rfc7468 v0.7.0 |
1215 | 2024-12-16T20:05:58.981Z | Compiling aws-lc-rs v1.10.0 |
1216 | 2024-12-16T20:05:59.192Z | Compiling httparse v1.9.5 |
1217 | 2024-12-16T20:05:59.255Z | Compiling flagset v0.4.6 |
1218 | 2024-12-16T20:05:59.456Z | Compiling tracing-core v0.1.32 |
1219 | 2024-12-16T20:05:59.983Z | Compiling icu_locid_transform_data v1.5.0 |
1220 | 2024-12-16T20:06:00.079Z | Compiling crossbeam-utils v0.8.20 |
1221 | 2024-12-16T20:06:00.532Z | Compiling rustls-pki-types v1.10.0 |
1222 | 2024-12-16T20:06:00.532Z | Compiling percent-encoding v2.3.1 |
1223 | 2024-12-16T20:06:00.853Z | Compiling vcpkg v0.2.15 |
1224 | 2024-12-16T20:06:01.041Z | Compiling serde_derive v1.0.215 |
1225 | 2024-12-16T20:06:01.305Z | Compiling zeroize_derive v1.4.2 |
1226 | 2024-12-16T20:06:01.620Z | Compiling zerocopy-derive v0.7.35 |
1227 | 2024-12-16T20:06:01.644Z | Compiling tokio-macros v2.4.0 |
1228 | 2024-12-16T20:06:02.841Z | Compiling zeroize v1.8.1 |
1229 | 2024-12-16T20:06:02.868Z | Compiling zerofrom-derive v0.1.4 |
1230 | 2024-12-16T20:06:02.945Z | Compiling thiserror-impl v1.0.69 |
1231 | 2024-12-16T20:06:03.242Z | Compiling yoke-derive v0.7.4 |
1232 | 2024-12-16T20:06:04.055Z | Compiling zerocopy v0.7.35 |
1233 | 2024-12-16T20:06:04.671Z | Compiling crypto-common v0.1.6 |
1234 | 2024-12-16T20:06:04.912Z | Compiling block-buffer v0.10.4 |
1235 | 2024-12-16T20:06:05.191Z | Compiling digest v0.10.7 |
1236 | 2024-12-16T20:06:05.416Z | Compiling futures-macro v0.3.31 |
1237 | 2024-12-16T20:06:05.667Z | Compiling hmac v0.12.1 |
1238 | 2024-12-16T20:06:05.751Z | Compiling zerovec-derive v0.10.3 |
1239 | 2024-12-16T20:06:05.915Z | Compiling block-padding v0.3.3 |
1240 | 2024-12-16T20:06:06.146Z | Compiling displaydoc v0.2.5 |
1241 | 2024-12-16T20:06:06.365Z | Compiling thiserror v1.0.69 |
1242 | 2024-12-16T20:06:06.386Z | Compiling inout v0.1.3 |
1243 | 2024-12-16T20:06:06.504Z | Compiling sha2 v0.10.8 |
1244 | 2024-12-16T20:06:06.634Z | Compiling cipher v0.4.4 |
1245 | 2024-12-16T20:06:07.063Z | Compiling zerofrom v0.1.4 |
1246 | 2024-12-16T20:06:07.150Z | Compiling ppv-lite86 v0.2.20 |
1247 | 2024-12-16T20:06:07.279Z | Compiling yoke v0.7.4 |
1248 | 2024-12-16T20:06:07.346Z | Compiling futures-util v0.3.31 |
1249 | 2024-12-16T20:06:07.629Z | Compiling icu_provider_macros v1.5.0 |
1250 | 2024-12-16T20:06:07.802Z | Compiling der_derive v0.7.3 |
1251 | 2024-12-16T20:06:07.962Z | Compiling rand_chacha v0.3.1 |
1252 | 2024-12-16T20:06:08.417Z | Compiling zerovec v0.10.4 |
1253 | 2024-12-16T20:06:08.774Z | Compiling tracing-attributes v0.1.27 |
1254 | 2024-12-16T20:06:09.131Z | Compiling rand v0.8.5 |
1255 | 2024-12-16T20:06:10.008Z | Compiling salsa20 v0.10.2 |
1256 | 2024-12-16T20:06:10.247Z | Compiling pest v2.7.14 |
1257 | 2024-12-16T20:06:10.250Z | Compiling pbkdf2 v0.12.2 |
1258 | 2024-12-16T20:06:10.380Z | Compiling tinystr v0.7.6 |
1259 | 2024-12-16T20:06:10.450Z | Compiling der v0.7.9 |
1260 | 2024-12-16T20:06:10.707Z | Compiling icu_collections v1.5.0 |
1261 | 2024-12-16T20:06:10.808Z | Compiling icu_locid v1.5.0 |
1262 | 2024-12-16T20:06:11.369Z | Compiling icu_properties_data v1.5.0 |
1263 | 2024-12-16T20:06:11.634Z | Compiling time-core v0.1.2 |
1264 | 2024-12-16T20:06:11.819Z | Compiling untrusted v0.7.1 |
1265 | 2024-12-16T20:06:12.019Z | Compiling icu_provider v1.5.0 |
1266 | 2024-12-16T20:06:12.211Z | Compiling mirai-annotations v1.12.0 |
1267 | 2024-12-16T20:06:12.407Z | Compiling untrusted v0.9.0 |
1268 | 2024-12-16T20:06:12.586Z | Compiling tracing v0.1.40 |
1269 | 2024-12-16T20:06:12.606Z | Compiling spki v0.7.3 |
1270 | 2024-12-16T20:06:12.980Z | Compiling icu_locid_transform v1.5.0 |
1271 | 2024-12-16T20:06:13.082Z | Compiling powerfmt v0.2.0 |
1272 | 2024-12-16T20:06:13.107Z | Compiling num-conv v0.1.0 |
1273 | 2024-12-16T20:06:13.177Z | Compiling pest_meta v2.7.14 |
1274 | 2024-12-16T20:06:13.427Z | Compiling deranged v0.3.11 |
1275 | 2024-12-16T20:06:13.447Z | Compiling time-macros v0.2.18 |
1276 | 2024-12-16T20:06:13.679Z | Compiling scrypt v0.11.0 |
1277 | 2024-12-16T20:06:13.856Z | Compiling cbc v0.1.2 |
1278 | 2024-12-16T20:06:14.096Z | Compiling aes v0.8.4 |
1279 | 2024-12-16T20:06:14.273Z | Compiling icu_properties v1.5.1 |
1280 | 2024-12-16T20:06:15.483Z | Compiling bitflags v2.6.0 |
1281 | 2024-12-16T20:06:15.744Z | Compiling bytes v1.8.0 |
1282 | 2024-12-16T20:06:16.851Z | Compiling tokio v1.40.0 |
1283 | 2024-12-16T20:06:16.930Z | Compiling indexmap v2.6.0 |
1284 | 2024-12-16T20:06:17.123Z | Compiling http v1.1.0 |
1285 | 2024-12-16T20:06:17.375Z | Compiling semver v1.0.23 |
1286 | 2024-12-16T20:06:18.137Z | Compiling rustc_version v0.4.1 |
1287 | 2024-12-16T20:06:18.474Z | Compiling openssl-sys v0.9.103 |
1288 | 2024-12-16T20:06:18.559Z | Compiling scroll_derive v0.12.0 |
1289 | 2024-12-16T20:06:19.149Z | Compiling utf16_iter v1.0.5 |
1290 | 2024-12-16T20:06:19.291Z | Compiling utf8_iter v1.0.4 |
1291 | 2024-12-16T20:06:19.347Z | Compiling atomic-waker v1.1.2 |
1292 | 2024-12-16T20:06:19.534Z | Compiling num_threads v0.1.7 |
1293 | 2024-12-16T20:06:19.557Z | Compiling write16 v1.0.0 |
1294 | 2024-12-16T20:06:19.578Z | Compiling icu_normalizer_data v1.5.0 |
1295 | 2024-12-16T20:06:19.666Z | Compiling time v0.3.36 |
1296 | 2024-12-16T20:06:19.688Z | Compiling icu_normalizer v1.5.0 |
1297 | 2024-12-16T20:06:19.691Z | Compiling http-body v1.0.1 |
1298 | 2024-12-16T20:06:19.912Z | Compiling which v4.4.2 |
1299 | 2024-12-16T20:06:19.943Z | Compiling pkcs5 v0.7.1 |
1300 | 2024-12-16T20:06:20.065Z | Compiling scroll v0.12.0 |
1301 | 2024-12-16T20:06:20.541Z | Compiling pest_generator v2.7.14 |
1302 | 2024-12-16T20:06:20.637Z | Compiling form_urlencoded v1.2.1 |
1303 | 2024-12-16T20:06:20.975Z | Compiling try-lock v0.2.5 |
1304 | 2024-12-16T20:06:21.132Z | Compiling slog v2.7.0 |
1305 | 2024-12-16T20:06:21.196Z | Compiling goblin v0.8.2 |
1306 | 2024-12-16T20:06:21.379Z | Compiling want v0.3.1 |
1307 | 2024-12-16T20:06:21.674Z | Compiling pkcs8 v0.10.2 |
1308 | 2024-12-16T20:06:21.701Z | Compiling idna_adapter v1.2.0 |
1309 | 2024-12-16T20:06:21.760Z | Compiling httpdate v1.0.3 |
1310 | 2024-12-16T20:06:21.928Z | Compiling idna v1.0.3 |
1311 | 2024-12-16T20:06:22.388Z | Compiling serde_spanned v0.6.8 |
1312 | 2024-12-16T20:06:22.544Z | Compiling pest_derive v2.7.14 |
1313 | 2024-12-16T20:06:22.640Z | Compiling uuid v1.11.0 |
1314 | 2024-12-16T20:06:23.105Z | Compiling serde_tokenstream v0.2.2 |
1315 | 2024-12-16T20:06:23.376Z | Compiling dtrace-parser v0.2.0 |
1316 | 2024-12-16T20:06:23.791Z | Compiling toml_datetime v0.6.8 |
1317 | 2024-12-16T20:06:23.853Z | Compiling foreign-types-shared v0.1.1 |
1318 | 2024-12-16T20:06:23.974Z | Compiling adler2 v2.0.0 |
1319 | 2024-12-16T20:06:24.146Z | Compiling match_cfg v0.1.0 |
1320 | 2024-12-16T20:06:24.187Z | Compiling base64 v0.22.1 |
1321 | 2024-12-16T20:06:24.246Z | Compiling iana-time-zone v0.1.61 |
1322 | 2024-12-16T20:06:24.318Z | Compiling rustversion v1.0.17 |
1323 | 2024-12-16T20:06:24.729Z | Compiling tower-service v0.3.3 |
1324 | 2024-12-16T20:06:24.864Z | Compiling openssl v0.10.66 |
1325 | 2024-12-16T20:06:24.947Z | Compiling chrono v0.4.38 |
1326 | 2024-12-16T20:06:24.971Z | Compiling hostname v0.3.1 |
1327 | 2024-12-16T20:06:25.090Z | Compiling miniz_oxide v0.8.0 |
1328 | 2024-12-16T20:06:25.235Z | Compiling foreign-types v0.3.2 |
1329 | 2024-12-16T20:06:25.291Z | Compiling url v2.5.3 |
1330 | 2024-12-16T20:06:25.590Z | Compiling tokio-util v0.7.12 |
1331 | 2024-12-16T20:06:26.631Z | Compiling h2 v0.4.6 |
1332 | 2024-12-16T20:06:26.757Z | Compiling async-trait v0.1.83 |
1333 | 2024-12-16T20:06:26.995Z | Compiling openssl-macros v0.1.1 |
1334 | 2024-12-16T20:06:27.357Z | Compiling dof v0.3.0 |
1335 | 2024-12-16T20:06:27.783Z | Compiling dirs-sys-next v0.1.2 |
1336 | 2024-12-16T20:06:28.489Z | Compiling usdt-impl v0.5.0 |
1337 | 2024-12-16T20:06:28.748Z | Compiling rustls v0.22.4 |
1338 | 2024-12-16T20:06:29.018Z | Compiling native-tls v0.2.12 |
1339 | 2024-12-16T20:06:29.356Z | Compiling rustls v0.23.19 |
1340 | 2024-12-16T20:06:29.607Z | Compiling siphasher v0.3.11 |
1341 | 2024-12-16T20:06:29.629Z | Compiling data-encoding v2.6.0 |
1342 | 2024-12-16T20:06:29.650Z | Compiling syn v1.0.109 |
1343 | 2024-12-16T20:06:30.062Z | Compiling dirs-next v2.0.0 |
1344 | 2024-12-16T20:06:30.378Z | Compiling http-body-util v0.1.2 |
1345 | 2024-12-16T20:06:30.918Z | Compiling crossbeam-epoch v0.9.18 |
1346 | 2024-12-16T20:06:31.695Z | Compiling heapless v0.7.17 |
1347 | 2024-12-16T20:06:31.716Z | Compiling sha1 v0.10.6 |
1348 | 2024-12-16T20:06:31.787Z | Compiling signature v2.2.0 |
1349 | 2024-12-16T20:06:32.090Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1350 | 2024-12-16T20:06:32.113Z | Compiling serde_derive_internals v0.29.1 |
1351 | 2024-12-16T20:06:32.142Z | Compiling thread_local v1.1.8 |
1352 | 2024-12-16T20:06:32.163Z | Compiling multer v3.1.0 |
1353 | 2024-12-16T20:06:32.445Z | Compiling cookie v0.18.1 |
1354 | 2024-12-16T20:06:32.576Z | Compiling encoding_rs v0.8.34 |
1355 | 2024-12-16T20:06:32.698Z | Compiling schemars v0.8.21 |
1356 | 2024-12-16T20:06:32.721Z | Compiling openssl-probe v0.1.5 |
1357 | 2024-12-16T20:06:32.743Z | Compiling ipnet v2.10.1 |
1358 | 2024-12-16T20:06:33.040Z | Compiling rayon-core v1.12.1 |
1359 | 2024-12-16T20:06:33.089Z | Compiling mime v0.3.17 |
1360 | 2024-12-16T20:06:33.343Z | Compiling unicode-properties v0.1.3 |
1361 | 2024-12-16T20:06:33.771Z | Compiling hyper v1.5.0 |
1362 | 2024-12-16T20:06:33.789Z | Compiling signal-hook v0.3.17 |
1363 | 2024-12-16T20:06:34.065Z | Compiling slog-async v2.8.0 |
1364 | 2024-12-16T20:06:34.100Z | Compiling gimli v0.31.1 |
1365 | 2024-12-16T20:06:34.698Z | Compiling stringprep v0.1.5 |
1366 | 2024-12-16T20:06:34.963Z | Compiling schemars_derive v0.8.21 |
1367 | 2024-12-16T20:06:36.086Z | Compiling toml_edit v0.22.22 |
1368 | 2024-12-16T20:06:37.040Z | Compiling hyper-util v0.1.10 |
1369 | 2024-12-16T20:06:38.217Z | Compiling usdt-macro v0.5.0 |
1370 | 2024-12-16T20:06:38.357Z | Compiling usdt-attr-macro v0.5.0 |
1371 | 2024-12-16T20:06:39.013Z | Compiling addr2line v0.24.2 |
1372 | 2024-12-16T20:06:39.372Z | Compiling crossbeam-deque v0.8.5 |
1373 | 2024-12-16T20:06:39.688Z | Compiling term v0.7.0 |
1374 | 2024-12-16T20:06:39.688Z | Compiling slog-json v2.6.1 |
1375 | 2024-12-16T20:06:39.728Z | Compiling serde_urlencoded v0.7.1 |
1376 | 2024-12-16T20:06:40.003Z | Compiling crossbeam-channel v0.5.13 |
1377 | 2024-12-16T20:06:40.089Z | Compiling curve25519-dalek v4.1.3 |
1378 | 2024-12-16T20:06:40.209Z | Compiling futures-executor v0.3.31 |
1379 | 2024-12-16T20:06:40.284Z | Compiling enum-as-inner v0.6.1 |
1380 | 2024-12-16T20:06:40.741Z | Compiling md-5 v0.10.6 |
1381 | 2024-12-16T20:06:40.800Z | Compiling rustls-pemfile v2.2.0 |
1382 | 2024-12-16T20:06:41.021Z | Compiling async-stream-impl v0.3.6 |
1383 | 2024-12-16T20:06:41.115Z | Compiling num-integer v0.1.46 |
1384 | 2024-12-16T20:06:41.153Z | Compiling idna v0.3.0 |
1385 | 2024-12-16T20:06:41.196Z | Compiling idna v0.4.0 |
1386 | 2024-12-16T20:06:41.400Z | Compiling hash32 v0.2.1 |
1387 | 2024-12-16T20:06:41.807Z | Compiling ff v0.13.0 |
1388 | 2024-12-16T20:06:41.847Z | Compiling is-terminal v0.4.13 |
1389 | 2024-12-16T20:06:41.983Z | Compiling dropshot v0.12.0 |
1390 | 2024-12-16T20:06:42.035Z | Compiling object v0.36.5 |
1391 | 2024-12-16T20:06:42.286Z | Compiling portable-atomic v1.9.0 |
1392 | 2024-12-16T20:06:42.437Z | Compiling take_mut v0.2.2 |
1393 | 2024-12-16T20:06:42.609Z | Compiling base16ct v0.2.0 |
1394 | 2024-12-16T20:06:42.877Z | Compiling num-bigint-dig v0.8.4 |
1395 | 2024-12-16T20:06:42.897Z | Compiling fallible-iterator v0.2.0 |
1396 | 2024-12-16T20:06:42.953Z | Compiling anyhow v1.0.93 |
1397 | 2024-12-16T20:06:43.156Z | Compiling smoltcp v0.9.1 |
1398 | 2024-12-16T20:06:43.424Z | Compiling rustc-demangle v0.1.24 |
1399 | 2024-12-16T20:06:43.642Z | Compiling quick-error v1.2.3 |
1400 | 2024-12-16T20:06:43.693Z | Compiling linked-hash-map v0.5.6 |
1401 | 2024-12-16T20:06:43.802Z | Compiling dyn-clone v1.0.17 |
1402 | 2024-12-16T20:06:43.888Z | Compiling utf-8 v0.7.6 |
1403 | 2024-12-16T20:06:44.031Z | Compiling psl-types v2.0.11 |
1404 | 2024-12-16T20:06:44.108Z | Compiling tungstenite v0.24.0 |
1405 | 2024-12-16T20:06:44.219Z | Compiling publicsuffix v2.2.3 |
1406 | 2024-12-16T20:06:44.245Z | Compiling lru-cache v0.1.2 |
1407 | 2024-12-16T20:06:44.490Z | Compiling resolv-conf v0.7.0 |
1408 | 2024-12-16T20:06:44.635Z | Compiling postgres-protocol v0.6.7 |
1409 | 2024-12-16T20:06:44.959Z | Compiling sec1 v0.7.3 |
1410 | 2024-12-16T20:06:45.543Z | Compiling async-stream v0.3.6 |
1411 | 2024-12-16T20:06:45.963Z | Compiling hickory-proto v0.24.1 |
1412 | 2024-12-16T20:06:46.022Z | Compiling group v0.13.0 |
1413 | 2024-12-16T20:06:46.343Z | Compiling slog-term v2.9.1 |
1414 | 2024-12-16T20:06:46.492Z | Compiling usdt v0.5.0 |
1415 | 2024-12-16T20:06:47.021Z | Compiling num-iter v0.1.45 |
1416 | 2024-12-16T20:06:47.340Z | Compiling futures v0.3.31 |
1417 | 2024-12-16T20:06:47.464Z | Compiling slog-bunyan v2.5.0 |
1418 | 2024-12-16T20:06:47.751Z | Compiling toml v0.8.19 |
1419 | 2024-12-16T20:06:49.007Z | Compiling tokio-native-tls v0.3.1 |
1420 | 2024-12-16T20:06:49.292Z | Compiling backtrace v0.3.74 |
1421 | 2024-12-16T20:06:49.338Z | Compiling camino v1.1.9 |
1422 | 2024-12-16T20:06:49.572Z | Compiling phf_shared v0.11.2 |
1423 | 2024-12-16T20:06:49.952Z | Compiling dropshot_endpoint v0.12.0 |
1424 | 2024-12-16T20:06:49.986Z | Compiling terminal_size v0.4.0 |
1425 | 2024-12-16T20:06:50.213Z | Compiling waitgroup v0.1.2 |
1426 | 2024-12-16T20:06:50.328Z | Compiling openapiv3 v2.0.0 |
1427 | 2024-12-16T20:06:50.451Z | Compiling serde_path_to_error v0.1.16 |
1428 | 2024-12-16T20:06:50.528Z | Compiling hkdf v0.12.4 |
1429 | 2024-12-16T20:06:50.799Z | Compiling crypto-bigint v0.5.5 |
1430 | 2024-12-16T20:06:51.315Z | Compiling webpki-roots v0.26.6 |
1431 | 2024-12-16T20:06:51.548Z | Compiling curve25519-dalek-derive v0.1.1 |
1432 | 2024-12-16T20:06:53.067Z | Compiling zerocopy-derive v0.6.6 |
1433 | 2024-12-16T20:06:53.160Z | Compiling idna v0.5.0 |
1434 | 2024-12-16T20:06:54.066Z | Compiling hubpack_derive v0.1.1 |
1435 | 2024-12-16T20:06:54.712Z | Compiling hostname v0.4.0 |
1436 | 2024-12-16T20:06:54.794Z | Compiling crc32fast v1.4.2 |
1437 | 2024-12-16T20:06:54.870Z | Compiling fs-err v2.11.0 |
1438 | 2024-12-16T20:06:54.977Z | Compiling ahash v0.8.11 |
1439 | 2024-12-16T20:06:55.005Z | Compiling debug-ignore v1.0.5 |
1440 | 2024-12-16T20:06:55.121Z | Compiling winnow v0.5.40 |
1441 | 2024-12-16T20:06:55.156Z | Compiling bitflags v1.3.2 |
1442 | 2024-12-16T20:06:55.158Z | Compiling managed v0.8.0 |
1443 | 2024-12-16T20:06:55.267Z | Compiling strum_macros v0.25.3 |
1444 | 2024-12-16T20:06:55.361Z | Compiling zerocopy v0.6.6 |
1445 | 2024-12-16T20:06:55.424Z | Compiling console v0.15.8 |
1446 | 2024-12-16T20:06:56.235Z | Compiling clap_builder v4.5.21 |
1447 | 2024-12-16T20:06:56.766Z | Compiling flate2 v1.0.34 |
1448 | 2024-12-16T20:06:57.104Z | Compiling hubpack v0.1.2 |
1449 | 2024-12-16T20:06:57.132Z | Compiling cookie_store v0.21.0 |
1450 | 2024-12-16T20:06:57.566Z | Compiling elliptic-curve v0.13.8 |
1451 | 2024-12-16T20:06:57.911Z | Compiling hickory-resolver v0.24.1 |
1452 | 2024-12-16T20:06:58.858Z | Compiling toml_edit v0.19.15 |
1453 | 2024-12-16T20:06:59.180Z | Compiling signal-hook-mio v0.2.4 |
1454 | 2024-12-16T20:06:59.357Z | Compiling phf v0.11.2 |
1455 | 2024-12-16T20:06:59.433Z | Compiling hyper-tls v0.6.0 |
1456 | 2024-12-16T20:06:59.546Z | Compiling rayon v1.10.0 |
1457 | 2024-12-16T20:06:59.672Z | Compiling bzip2 v0.4.4 |
1458 | 2024-12-16T20:07:00.067Z | Compiling postgres-types v0.2.8 |
1459 | 2024-12-16T20:07:01.658Z | Compiling tokio-tungstenite v0.24.0 |
1460 | 2024-12-16T20:07:03.626Z | Compiling ed25519 v2.2.3 |
1461 | 2024-12-16T20:07:04.518Z | Compiling phf_shared v0.10.0 |
1462 | 2024-12-16T20:07:04.804Z | Compiling tokio-stream v0.1.16 |
1463 | 2024-12-16T20:07:04.959Z | Compiling pkcs1 v0.7.5 |
1464 | 2024-12-16T20:07:05.528Z | Compiling serde-big-array v0.5.1 |
1465 | 2024-12-16T20:07:05.763Z | Compiling clap_derive v4.5.18 |
1466 | 2024-12-16T20:07:05.918Z | Compiling rfc6979 v0.4.0 |
1467 | 2024-12-16T20:07:05.980Z | Compiling derive-where v1.2.7 |
1468 | 2024-12-16T20:07:06.000Z | Compiling serde_repr v0.1.19 |
1469 | 2024-12-16T20:07:06.096Z | Compiling float-cmp v0.9.0 |
1470 | 2024-12-16T20:07:06.099Z | Compiling bstr v1.10.0 |
1471 | 2024-12-16T20:07:06.338Z | Compiling sync_wrapper v1.0.1 |
1472 | 2024-12-16T20:07:06.498Z | Compiling whoami v1.5.2 |
1473 | 2024-12-16T20:07:07.001Z | Compiling number_prefix v0.4.0 |
1474 | 2024-12-16T20:07:07.203Z | Compiling difflib v0.4.0 |
1475 | 2024-12-16T20:07:07.226Z | Compiling bit-vec v0.6.3 |
1476 | 2024-12-16T20:07:07.245Z | Compiling normalize-line-endings v0.3.0 |
1477 | 2024-12-16T20:07:07.384Z | Compiling unicode-width v0.2.0 |
1478 | 2024-12-16T20:07:07.710Z | Compiling fixedbitset v0.4.2 |
1479 | 2024-12-16T20:07:07.890Z | Compiling static_assertions v1.1.0 |
1480 | 2024-12-16T20:07:07.928Z | Compiling new_debug_unreachable v1.0.6 |
1481 | 2024-12-16T20:07:07.994Z | Compiling predicates-core v1.0.8 |
1482 | 2024-12-16T20:07:08.025Z | Compiling precomputed-hash v0.1.1 |
1483 | 2024-12-16T20:07:08.152Z | Compiling unicode-segmentation v1.12.0 |
1484 | 2024-12-16T20:07:08.175Z | Compiling string_cache v0.8.7 |
1485 | 2024-12-16T20:07:08.401Z | Compiling predicates v3.1.2 |
1486 | 2024-12-16T20:07:08.704Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1487 | 2024-12-16T20:07:08.910Z | Compiling similar v2.6.0 |
1488 | 2024-12-16T20:07:09.078Z | Compiling petgraph v0.6.5 |
1489 | 2024-12-16T20:07:09.689Z | Compiling indicatif v0.17.9 |
1490 | 2024-12-16T20:07:10.195Z | Compiling bit-set v0.5.3 |
1491 | 2024-12-16T20:07:10.488Z | Compiling tokio-postgres v0.7.12 |
1492 | 2024-12-16T20:07:10.944Z | Compiling clap v4.5.21 |
1493 | 2024-12-16T20:07:11.077Z | Compiling ecdsa v0.16.9 |
1494 | 2024-12-16T20:07:11.394Z | Compiling rsa v0.9.6 |
1495 | 2024-12-16T20:07:11.953Z | Compiling ed25519-dalek v2.1.1 |
1496 | 2024-12-16T20:07:12.013Z | Compiling toml v0.7.8 |
1497 | 2024-12-16T20:07:13.289Z | Compiling zip v0.6.6 |
1498 | 2024-12-16T20:07:13.375Z | Compiling crossterm v0.28.1 |
1499 | 2024-12-16T20:07:14.638Z | Compiling hex v0.4.3 |
1500 | 2024-12-16T20:07:14.783Z | Compiling x509-cert v0.2.5 |
1501 | 2024-12-16T20:07:15.180Z | Compiling peg-runtime v0.8.3 |
1502 | 2024-12-16T20:07:15.283Z | Compiling lalrpop-util v0.19.12 |
1503 | 2024-12-16T20:07:15.669Z | Compiling unicode-xid v0.2.6 |
1504 | 2024-12-16T20:07:15.770Z | Compiling strum_macros v0.26.4 |
1505 | 2024-12-16T20:07:15.859Z | Compiling xattr v1.3.1 |
1506 | 2024-12-16T20:07:15.911Z | Compiling filetime v0.2.25 |
1507 | 2024-12-16T20:07:16.137Z | Compiling tar v0.4.42 |
1508 | 2024-12-16T20:07:21.001Z | Compiling strum v0.26.3 |
1509 | 2024-12-16T20:07:23.565Z | Compiling aws-lc-sys v0.22.0 |
1510 | 2024-12-16T20:07:55.835Z | Compiling rustls-webpki v0.102.8 |
1511 | 2024-12-16T20:07:59.279Z | Compiling tokio-rustls v0.25.0 |
1512 | 2024-12-16T20:08:01.139Z | Compiling tokio-rustls v0.26.0 |
1513 | 2024-12-16T20:08:01.555Z | Compiling hyper-rustls v0.27.3 |
1514 | 2024-12-16T20:08:01.878Z | Compiling reqwest v0.12.9 |
1515 | 2024-12-16T20:08:02.972Z | Compiling qorb v0.2.1 |
1516 | 2024-12-16T20:08:07.868Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1517 | 2024-12-16T20:08:08.106Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1518 | 2024-12-16T20:08:13.948Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 32s |
1519 | 2024-12-16T20:08:14.110Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1520 | 2024-12-16T20:08:14.161Z | Dec 16 20:08:13.325 INFO Starting download, target: Cockroach |
1521 | 2024-12-16T20:08:14.161Z | Dec 16 20:08:13.326 INFO Starting download, target: Clickhouse |
1522 | 2024-12-16T20:08:14.161Z | Dec 16 20:08:13.326 INFO Starting download, target: Console |
1523 | 2024-12-16T20:08:14.161Z | Dec 16 20:08:13.326 INFO Starting download, target: DendriteOpenapi |
1524 | 2024-12-16T20:08:14.164Z | Dec 16 20:08:13.326 INFO Starting download, target: DendriteStub |
1525 | 2024-12-16T20:08:14.164Z | Dec 16 20:08:13.326 INFO Starting download, target: MaghemiteMgd |
1526 | 2024-12-16T20:08:14.164Z | Dec 16 20:08:13.326 INFO Starting download, target: TransceiverControl |
1527 | 2024-12-16T20:08:14.164Z | Dec 16 20:08:13.327 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1528 | 2024-12-16T20:08:14.164Z | Dec 16 20:08:13.327 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1529 | 2024-12-16T20:08:14.164Z | Dec 16 20:08:13.327 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1530 | 2024-12-16T20:08:14.164Z | Dec 16 20:08:13.327 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1531 | 2024-12-16T20:08:14.164Z | Dec 16 20:08:13.327 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1532 | 2024-12-16T20:08:14.164Z | Dec 16 20:08:13.327 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1533 | 2024-12-16T20:08:14.164Z | Dec 16 20:08:13.327 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1534 | 2024-12-16T20:08:14.386Z | Dec 16 20:08:13.522 INFO Download complete, target: DendriteOpenapi |
1535 | 2024-12-16T20:08:14.511Z | Dec 16 20:08:13.674 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1536 | 2024-12-16T20:08:14.642Z | Dec 16 20:08:13.806 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1537 | 2024-12-16T20:08:15.025Z | Dec 16 20:08:14.149 INFO Download complete, target: Console |
1538 | 2024-12-16T20:08:15.212Z | Dec 16 20:08:14.338 INFO Download complete, target: TransceiverControl |
1539 | 2024-12-16T20:08:15.313Z | Dec 16 20:08:14.471 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1540 | 2024-12-16T20:08:15.462Z | Dec 16 20:08:14.623 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1541 | 2024-12-16T20:08:15.721Z | Dec 16 20:08:14.886 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1542 | 2024-12-16T20:08:15.721Z | Dec 16 20:08:14.886 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1543 | 2024-12-16T20:08:16.035Z | Dec 16 20:08:15.199 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1544 | 2024-12-16T20:08:18.277Z | Dec 16 20:08:17.441 INFO Download complete, target: DendriteStub |
1545 | 2024-12-16T20:08:18.305Z | Dec 16 20:08:17.469 INFO Download complete, target: MaghemiteMgd |
1546 | 2024-12-16T20:08:23.323Z | Dec 16 20:08:22.486 INFO Checking that binary works, target: Cockroach |
1547 | 2024-12-16T20:08:23.486Z | Dec 16 20:08:22.649 INFO Download complete, target: Cockroach |
1548 | 2024-12-16T20:08:28.677Z | Dec 16 20:08:27.839 INFO Checking that binary works, target: Clickhouse |
1549 | 2024-12-16T20:08:29.163Z | Dec 16 20:08:28.325 INFO Download complete, target: Clickhouse |
1550 | 2024-12-16T20:08:29.170Z | All prerequisites installed successfully |
1551 | 2024-12-16T20:08:29.173Z | |
1552 | 2024-12-16T20:08:29.173Z | real 5:36.775466698 |
1553 | 2024-12-16T20:08:29.173Z | user 16:32.599399295 |
1554 | 2024-12-16T20:08:29.173Z | sys 3:21.795027490 |
1555 | 2024-12-16T20:08:29.173Z | trap 0.533238030 |
1556 | 2024-12-16T20:08:29.173Z | tflt 5.675929443 |
1557 | 2024-12-16T20:08:29.173Z | dflt 5.640290837 |
1558 | 2024-12-16T20:08:29.173Z | kflt 0.298477319 |
1559 | 2024-12-16T20:08:29.173Z | lock 29:55.033891883 |
1560 | 2024-12-16T20:08:29.173Z | slp 1:03:58.891685081 |
1561 | 2024-12-16T20:08:29.173Z | lat 55.560607758 |
1562 | 2024-12-16T20:08:29.173Z | stop 2:20.785819913 |
1563 | 2024-12-16T20:08:29.173Z | + ptime -m cargo xtask download softnpu |
1564 | 2024-12-16T20:08:29.708Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1565 | 2024-12-16T20:08:29.727Z | Running `target/debug/xtask download softnpu` |
1566 | 2024-12-16T20:08:30.574Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
1567 | 2024-12-16T20:08:30.630Z | Running `target/debug/xtask-downloader softnpu` |
1568 | 2024-12-16T20:08:30.670Z | Dec 16 20:08:29.832 INFO Starting download, target: Softnpu |
1569 | 2024-12-16T20:08:30.672Z | Dec 16 20:08:29.832 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1570 | 2024-12-16T20:08:31.518Z | Dec 16 20:08:30.679 INFO Download complete, target: Softnpu |
1571 | 2024-12-16T20:08:31.521Z | |
1572 | 2024-12-16T20:08:31.524Z | real 2.344103492 |
1573 | 2024-12-16T20:08:31.524Z | user 1.280473881 |
1574 | 2024-12-16T20:08:31.524Z | sys 0.554911706 |
1575 | 2024-12-16T20:08:31.524Z | trap 0.000938039 |
1576 | 2024-12-16T20:08:31.524Z | tflt 0.000013197 |
1577 | 2024-12-16T20:08:31.524Z | dflt 0.000016897 |
1578 | 2024-12-16T20:08:31.524Z | kflt 0.000000000 |
1579 | 2024-12-16T20:08:31.524Z | lock 8.885885779 |
1580 | 2024-12-16T20:08:31.524Z | slp 0.696387492 |
1581 | 2024-12-16T20:08:31.524Z | lat 0.071796343 |
1582 | 2024-12-16T20:08:31.524Z | stop 0.000163887 |
1583 | 2024-12-16T20:08:31.524Z | + export CARGO_INCREMENTAL=0 |
1584 | 2024-12-16T20:08:31.524Z | + CARGO_INCREMENTAL=0 |
1585 | 2024-12-16T20:08:31.524Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1586 | 2024-12-16T20:08:32.487Z | Compiling proc-macro2 v1.0.89 |
1587 | 2024-12-16T20:08:32.487Z | Compiling unicode-ident v1.0.13 |
1588 | 2024-12-16T20:08:32.487Z | Compiling libc v0.2.162 |
1589 | 2024-12-16T20:08:32.490Z | Compiling serde v1.0.215 |
1590 | 2024-12-16T20:08:32.490Z | Compiling autocfg v1.4.0 |
1591 | 2024-12-16T20:08:32.490Z | Compiling version_check v0.9.5 |
1592 | 2024-12-16T20:08:32.490Z | Compiling cfg-if v1.0.0 |
1593 | 2024-12-16T20:08:32.725Z | Compiling memchr v2.7.4 |
1594 | 2024-12-16T20:08:32.742Z | Compiling shlex v1.3.0 |
1595 | 2024-12-16T20:08:32.890Z | Compiling typenum v1.17.0 |
1596 | 2024-12-16T20:08:33.142Z | Compiling value-bag v1.9.0 |
1597 | 2024-12-16T20:08:33.313Z | Compiling generic-array v0.14.7 |
1598 | 2024-12-16T20:08:33.573Z | Compiling lock_api v0.4.12 |
1599 | 2024-12-16T20:08:33.600Z | Compiling log v0.4.22 |
1600 | 2024-12-16T20:08:33.720Z | Compiling scopeguard v1.2.0 |
1601 | 2024-12-16T20:08:33.892Z | Compiling parking_lot_core v0.9.10 |
1602 | 2024-12-16T20:08:34.228Z | Compiling serde_json v1.0.132 |
1603 | 2024-12-16T20:08:34.300Z | Compiling once_cell v1.20.2 |
1604 | 2024-12-16T20:08:34.446Z | Compiling rustix v0.38.37 |
1605 | 2024-12-16T20:08:34.490Z | Compiling quote v1.0.37 |
1606 | 2024-12-16T20:08:34.532Z | Compiling jobserver v0.1.32 |
1607 | 2024-12-16T20:08:34.714Z | Compiling getrandom v0.2.15 |
1608 | 2024-12-16T20:08:35.072Z | Compiling syn v2.0.87 |
1609 | 2024-12-16T20:08:35.075Z | Compiling cc v1.1.30 |
1610 | 2024-12-16T20:08:35.109Z | Compiling libm v0.2.8 |
1611 | 2024-12-16T20:08:35.128Z | Compiling thiserror v1.0.69 |
1612 | 2024-12-16T20:08:35.145Z | Compiling aho-corasick v1.1.3 |
1613 | 2024-12-16T20:08:35.179Z | Compiling regex-syntax v0.8.5 |
1614 | 2024-12-16T20:08:35.302Z | Compiling num-traits v0.2.19 |
1615 | 2024-12-16T20:08:35.425Z | Compiling either v1.13.0 |
1616 | 2024-12-16T20:08:35.584Z | Compiling itoa v1.0.11 |
1617 | 2024-12-16T20:08:35.655Z | Compiling spin v0.9.8 |
1618 | 2024-12-16T20:08:35.868Z | Compiling slab v0.4.9 |
1619 | 2024-12-16T20:08:36.179Z | Compiling byteorder v1.5.0 |
1620 | 2024-12-16T20:08:36.468Z | Compiling errno v0.3.9 |
1621 | 2024-12-16T20:08:36.650Z | Compiling rand_core v0.6.4 |
1622 | 2024-12-16T20:08:36.678Z | Compiling lazy_static v1.5.0 |
1623 | 2024-12-16T20:08:36.806Z | Compiling glob v0.3.1 |
1624 | 2024-12-16T20:08:37.381Z | Compiling prettyplease v0.2.25 |
1625 | 2024-12-16T20:08:37.625Z | Compiling clang-sys v1.8.1 |
1626 | 2024-12-16T20:08:37.964Z | Compiling minimal-lexical v0.2.1 |
1627 | 2024-12-16T20:08:38.112Z | Compiling libloading v0.8.5 |
1628 | 2024-12-16T20:08:38.331Z | Compiling bindgen v0.69.5 |
1629 | 2024-12-16T20:08:38.456Z | Compiling nom v7.1.3 |
1630 | 2024-12-16T20:08:38.456Z | Compiling home v0.5.9 |
1631 | 2024-12-16T20:08:38.509Z | Compiling subtle v2.6.1 |
1632 | 2024-12-16T20:08:38.757Z | Compiling allocator-api2 v0.2.18 |
1633 | 2024-12-16T20:08:38.846Z | Compiling regex-automata v0.4.8 |
1634 | 2024-12-16T20:08:39.186Z | Compiling itertools v0.10.5 |
1635 | 2024-12-16T20:08:39.530Z | Compiling rustc-hash v1.1.0 |
1636 | 2024-12-16T20:08:39.550Z | Compiling smallvec v1.13.2 |
1637 | 2024-12-16T20:08:39.678Z | Compiling lazycell v1.3.0 |
1638 | 2024-12-16T20:08:39.855Z | Compiling semver v1.0.23 |
1639 | 2024-12-16T20:08:40.048Z | Compiling cmake v0.1.51 |
1640 | 2024-12-16T20:08:40.492Z | Compiling dunce v1.0.5 |
1641 | 2024-12-16T20:08:40.630Z | Compiling fs_extra v1.3.0 |
1642 | 2024-12-16T20:08:41.597Z | Compiling pkg-config v0.3.31 |
1643 | 2024-12-16T20:08:41.719Z | Compiling ring v0.17.8 |
1644 | 2024-12-16T20:08:42.082Z | Compiling cexpr v0.6.0 |
1645 | 2024-12-16T20:08:42.170Z | Compiling pin-project-lite v0.2.14 |
1646 | 2024-12-16T20:08:42.311Z | Compiling ryu v1.0.18 |
1647 | 2024-12-16T20:08:42.353Z | Compiling paste v1.0.15 |
1648 | 2024-12-16T20:08:42.715Z | Compiling synstructure v0.13.1 |
1649 | 2024-12-16T20:08:42.830Z | Compiling const-oid v0.9.6 |
1650 | 2024-12-16T20:08:43.051Z | Compiling fnv v1.0.7 |
1651 | 2024-12-16T20:08:43.368Z | Compiling equivalent v1.0.1 |
1652 | 2024-12-16T20:08:43.485Z | Compiling httparse v1.9.5 |
1653 | 2024-12-16T20:08:43.654Z | Compiling foldhash v0.1.3 |
1654 | 2024-12-16T20:08:43.951Z | Compiling aws-lc-rs v1.10.0 |
1655 | 2024-12-16T20:08:44.129Z | Compiling hashbrown v0.15.1 |
1656 | 2024-12-16T20:08:44.536Z | Compiling regex v1.11.1 |
1657 | 2024-12-16T20:08:44.795Z | Compiling schemars v0.8.21 |
1658 | 2024-12-16T20:08:45.168Z | Compiling heck v0.5.0 |
1659 | 2024-12-16T20:08:45.509Z | Compiling serde_derive_internals v0.29.1 |
1660 | 2024-12-16T20:08:45.512Z | Compiling signal-hook-registry v1.4.2 |
1661 | 2024-12-16T20:08:45.644Z | Compiling mio v1.0.2 |
1662 | 2024-12-16T20:08:45.869Z | Compiling parking_lot v0.12.3 |
1663 | 2024-12-16T20:08:47.549Z | Compiling stable_deref_trait v1.2.0 |
1664 | 2024-12-16T20:08:47.665Z | Compiling crossbeam-utils v0.8.20 |
1665 | 2024-12-16T20:08:47.843Z | Compiling socket2 v0.5.7 |
1666 | 2024-12-16T20:08:47.875Z | Compiling futures-core v0.3.31 |
1667 | 2024-12-16T20:08:48.220Z | Compiling time-core v0.1.2 |
1668 | 2024-12-16T20:08:48.399Z | Compiling num-conv v0.1.0 |
1669 | 2024-12-16T20:08:48.422Z | Compiling serde_derive v1.0.215 |
1670 | 2024-12-16T20:08:48.484Z | Compiling zeroize_derive v1.4.2 |
1671 | 2024-12-16T20:08:48.696Z | Compiling zerocopy-derive v0.7.35 |
1672 | 2024-12-16T20:08:49.464Z | Compiling thiserror-impl v1.0.69 |
1673 | 2024-12-16T20:08:49.545Z | Compiling tokio-macros v2.4.0 |
1674 | 2024-12-16T20:08:49.566Z | Compiling zerofrom-derive v0.1.4 |
1675 | 2024-12-16T20:08:49.760Z | Compiling yoke-derive v0.7.4 |
1676 | 2024-12-16T20:08:49.903Z | Compiling zeroize v1.8.1 |
1677 | 2024-12-16T20:08:50.700Z | Compiling futures-macro v0.3.31 |
1678 | 2024-12-16T20:08:50.742Z | Compiling zerovec-derive v0.10.3 |
1679 | 2024-12-16T20:08:51.015Z | Compiling zerocopy v0.7.35 |
1680 | 2024-12-16T20:08:52.083Z | Compiling displaydoc v0.2.5 |
1681 | 2024-12-16T20:08:52.522Z | Compiling crypto-common v0.1.6 |
1682 | 2024-12-16T20:08:52.524Z | Compiling tracing-attributes v0.1.27 |
1683 | 2024-12-16T20:08:52.718Z | Compiling icu_provider_macros v1.5.0 |
1684 | 2024-12-16T20:08:52.739Z | Compiling block-buffer v0.10.4 |
1685 | 2024-12-16T20:08:52.990Z | Compiling digest v0.10.7 |
1686 | 2024-12-16T20:08:53.041Z | Compiling schemars_derive v0.8.21 |
1687 | 2024-12-16T20:08:53.423Z | Compiling der_derive v0.7.3 |
1688 | 2024-12-16T20:08:53.545Z | Compiling time-macros v0.2.18 |
1689 | 2024-12-16T20:08:54.157Z | Compiling vcpkg v0.2.15 |
1690 | 2024-12-16T20:08:55.715Z | Compiling openssl-sys v0.9.103 |
1691 | 2024-12-16T20:08:56.423Z | Compiling cpufeatures v0.2.14 |
1692 | 2024-12-16T20:08:56.639Z | Compiling futures-sink v0.3.31 |
1693 | 2024-12-16T20:08:56.798Z | Compiling slog v2.7.0 |
1694 | 2024-12-16T20:08:56.863Z | Compiling ahash v0.8.11 |
1695 | 2024-12-16T20:08:57.013Z | Compiling syn v1.0.109 |
1696 | 2024-12-16T20:08:57.433Z | Compiling zerofrom v0.1.4 |
1697 | 2024-12-16T20:08:57.650Z | Compiling scroll_derive v0.12.0 |
1698 | 2024-12-16T20:08:57.667Z | Compiling ucd-trie v0.1.7 |
1699 | 2024-12-16T20:08:58.006Z | Compiling iana-time-zone v0.1.61 |
1700 | 2024-12-16T20:08:58.193Z | Compiling pest v2.7.14 |
1701 | 2024-12-16T20:08:58.213Z | Compiling yoke v0.7.4 |
1702 | 2024-12-16T20:08:58.572Z | Compiling futures-channel v0.3.31 |
1703 | 2024-12-16T20:08:58.996Z | Compiling hmac v0.12.1 |
1704 | 2024-12-16T20:08:59.172Z | Compiling futures-task v0.3.31 |
1705 | 2024-12-16T20:08:59.221Z | Compiling futures-io v0.3.31 |
1706 | 2024-12-16T20:08:59.479Z | Compiling openssl v0.10.66 |
1707 | 2024-12-16T20:08:59.517Z | Compiling pin-utils v0.1.0 |
1708 | 2024-12-16T20:08:59.708Z | Compiling futures-util v0.3.31 |
1709 | 2024-12-16T20:09:00.003Z | Compiling zerovec v0.10.4 |
1710 | 2024-12-16T20:09:00.049Z | Compiling block-padding v0.3.3 |
1711 | 2024-12-16T20:09:00.789Z | Compiling pest_meta v2.7.14 |
1712 | 2024-12-16T20:09:01.099Z | Compiling tinyvec_macros v0.1.1 |
1713 | 2024-12-16T20:09:01.197Z | Compiling tinyvec v1.8.0 |
1714 | 2024-12-16T20:09:02.035Z | Compiling bitflags v2.6.0 |
1715 | 2024-12-16T20:09:02.089Z | Compiling bytes v1.8.0 |
1716 | 2024-12-16T20:09:04.044Z | Compiling indexmap v2.6.0 |
1717 | 2024-12-16T20:09:04.986Z | Compiling tokio v1.40.0 |
1718 | 2024-12-16T20:09:05.781Z | Compiling serde_tokenstream v0.2.2 |
1719 | 2024-12-16T20:09:06.173Z | Compiling http v1.1.0 |
1720 | 2024-12-16T20:09:06.328Z | Compiling uuid v1.11.0 |
1721 | 2024-12-16T20:09:06.856Z | Compiling which v4.4.2 |
1722 | 2024-12-16T20:09:07.605Z | Compiling rustc_version v0.4.1 |
1723 | 2024-12-16T20:09:07.957Z | Compiling chrono v0.4.38 |
1724 | 2024-12-16T20:09:10.174Z | Compiling pest_generator v2.7.14 |
1725 | 2024-12-16T20:09:11.379Z | Compiling serde_spanned v0.6.8 |
1726 | 2024-12-16T20:09:11.606Z | Compiling toml_datetime v0.6.8 |
1727 | 2024-12-16T20:09:12.001Z | Compiling inout v0.1.3 |
1728 | 2024-12-16T20:09:12.256Z | Compiling openssl-macros v0.1.1 |
1729 | 2024-12-16T20:09:13.089Z | Compiling native-tls v0.2.12 |
1730 | 2024-12-16T20:09:13.424Z | Compiling rustls v0.23.19 |
1731 | 2024-12-16T20:09:13.702Z | Compiling strsim v0.11.1 |
1732 | 2024-12-16T20:09:14.201Z | Compiling cipher v0.4.4 |
1733 | 2024-12-16T20:09:14.440Z | Compiling pest_derive v2.7.14 |
1734 | 2024-12-16T20:09:14.704Z | Compiling unicode-normalization v0.1.24 |
1735 | 2024-12-16T20:09:15.177Z | Compiling tinystr v0.7.6 |
1736 | 2024-12-16T20:09:15.196Z | Compiling sha2 v0.10.8 |
1737 | 2024-12-16T20:09:15.628Z | Compiling tracing-core v0.1.32 |
1738 | 2024-12-16T20:09:15.744Z | Compiling usdt-impl v0.5.0 |
1739 | 2024-12-16T20:09:15.786Z | Compiling base64ct v1.6.0 |
1740 | 2024-12-16T20:09:16.006Z | Compiling unicode-bidi v0.3.17 |
1741 | 2024-12-16T20:09:16.090Z | Compiling writeable v0.5.5 |
1742 | 2024-12-16T20:09:16.391Z | Compiling dyn-clone v1.0.17 |
1743 | 2024-12-16T20:09:16.424Z | Compiling litemap v0.7.3 |
1744 | 2024-12-16T20:09:16.623Z | Compiling tracing v0.1.40 |
1745 | 2024-12-16T20:09:16.829Z | Compiling icu_locid v1.5.0 |
1746 | 2024-12-16T20:09:17.314Z | Compiling pem-rfc7468 v0.7.0 |
1747 | 2024-12-16T20:09:17.980Z | Compiling scroll v0.12.0 |
1748 | 2024-12-16T20:09:18.505Z | Compiling ppv-lite86 v0.2.20 |
1749 | 2024-12-16T20:09:18.568Z | Compiling async-trait v0.1.83 |
1750 | 2024-12-16T20:09:18.981Z | Compiling cookie v0.18.1 |
1751 | 2024-12-16T20:09:19.279Z | Compiling anyhow v1.0.93 |
1752 | 2024-12-16T20:09:19.334Z | Compiling plain v0.2.3 |
1753 | 2024-12-16T20:09:19.823Z | Compiling camino v1.1.9 |
1754 | 2024-12-16T20:09:20.827Z | Compiling flagset v0.4.6 |
1755 | 2024-12-16T20:09:20.895Z | Compiling aws-lc-sys v0.22.0 |
1756 | 2024-12-16T20:09:22.167Z | Compiling der v0.7.9 |
1757 | 2024-12-16T20:09:24.477Z | Compiling goblin v0.8.2 |
1758 | 2024-12-16T20:09:25.266Z | Compiling rand_chacha v0.3.1 |
1759 | 2024-12-16T20:09:26.785Z | Compiling icu_provider v1.5.0 |
1760 | 2024-12-16T20:09:27.795Z | Compiling untrusted v0.7.1 |
1761 | 2024-12-16T20:09:27.997Z | Compiling pretty-hex v0.4.1 |
1762 | 2024-12-16T20:09:28.208Z | Compiling rustls v0.22.4 |
1763 | 2024-12-16T20:09:28.473Z | Compiling rustls-pki-types v1.10.0 |
1764 | 2024-12-16T20:09:28.934Z | Compiling percent-encoding v2.3.1 |
1765 | 2024-12-16T20:09:29.388Z | Compiling icu_locid_transform_data v1.5.0 |
1766 | 2024-12-16T20:09:29.472Z | Compiling rayon-core v1.12.1 |
1767 | 2024-12-16T20:09:29.727Z | Compiling icu_locid_transform v1.5.0 |
1768 | 2024-12-16T20:09:30.248Z | Compiling dof v0.3.0 |
1769 | 2024-12-16T20:09:31.273Z | Compiling rand v0.8.5 |
1770 | 2024-12-16T20:09:31.444Z | Compiling spki v0.7.3 |
1771 | 2024-12-16T20:09:31.940Z | Compiling dtrace-parser v0.2.0 |
1772 | 2024-12-16T20:09:31.975Z | Compiling salsa20 v0.10.2 |
1773 | 2024-12-16T20:09:31.994Z | Compiling tokio-util v0.7.12 |
1774 | 2024-12-16T20:09:32.804Z | Compiling icu_collections v1.5.0 |
1775 | 2024-12-16T20:09:33.341Z | Compiling pbkdf2 v0.12.2 |
1776 | 2024-12-16T20:09:33.781Z | Compiling thread-id v4.2.2 |
1777 | 2024-12-16T20:09:33.800Z | Compiling mirai-annotations v1.12.0 |
1778 | 2024-12-16T20:09:33.900Z | Compiling icu_properties_data v1.5.0 |
1779 | 2024-12-16T20:09:33.920Z | Compiling untrusted v0.9.0 |
1780 | 2024-12-16T20:09:34.008Z | Compiling powerfmt v0.2.0 |
1781 | 2024-12-16T20:09:34.074Z | Compiling winnow v0.5.40 |
1782 | 2024-12-16T20:09:34.431Z | Compiling deranged v0.3.11 |
1783 | 2024-12-16T20:09:36.175Z | Compiling icu_properties v1.5.1 |
1784 | 2024-12-16T20:09:37.934Z | Compiling toml_edit v0.19.15 |
1785 | 2024-12-16T20:09:38.473Z | Compiling scrypt v0.11.0 |
1786 | 2024-12-16T20:09:38.982Z | Compiling cbc v0.1.2 |
1787 | 2024-12-16T20:09:39.215Z | Compiling aes v0.8.4 |
1788 | 2024-12-16T20:09:40.054Z | Compiling multer v3.1.0 |
1789 | 2024-12-16T20:09:40.342Z | Compiling slog-async v2.8.0 |
1790 | 2024-12-16T20:09:40.444Z | Compiling num_threads v0.1.7 |
1791 | 2024-12-16T20:09:40.576Z | Compiling icu_normalizer_data v1.5.0 |
1792 | 2024-12-16T20:09:40.691Z | Compiling utf16_iter v1.0.5 |
1793 | 2024-12-16T20:09:40.787Z | Compiling utf8_iter v1.0.4 |
1794 | 2024-12-16T20:09:40.868Z | Compiling atomic-waker v1.1.2 |
1795 | 2024-12-16T20:09:41.073Z | Compiling write16 v1.0.0 |
1796 | 2024-12-16T20:09:41.335Z | Compiling rustversion v1.0.17 |
1797 | 2024-12-16T20:09:41.354Z | Compiling time v0.3.36 |
1798 | 2024-12-16T20:09:42.011Z | Compiling icu_normalizer v1.5.0 |
1799 | 2024-12-16T20:09:43.679Z | Compiling pkcs5 v0.7.1 |
1800 | 2024-12-16T20:09:44.885Z | Compiling form_urlencoded v1.2.1 |
1801 | 2024-12-16T20:09:45.187Z | Compiling http-body v1.0.1 |
1802 | 2024-12-16T20:09:45.453Z | Compiling heapless v0.7.17 |
1803 | 2024-12-16T20:09:45.993Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1804 | 2024-12-16T20:09:46.523Z | Compiling signal-hook v0.3.17 |
1805 | 2024-12-16T20:09:46.795Z | Compiling try-lock v0.2.5 |
1806 | 2024-12-16T20:09:47.111Z | Compiling want v0.3.1 |
1807 | 2024-12-16T20:09:48.989Z | Compiling pkcs8 v0.10.2 |
1808 | 2024-12-16T20:09:49.021Z | Compiling idna_adapter v1.2.0 |
1809 | 2024-12-16T20:09:49.352Z | Compiling h2 v0.4.6 |
1810 | 2024-12-16T20:09:50.460Z | Compiling usdt-macro v0.5.0 |
1811 | 2024-12-16T20:09:51.811Z | Compiling usdt-attr-macro v0.5.0 |
1812 | 2024-12-16T20:09:52.315Z | Compiling async-stream-impl v0.3.6 |
1813 | 2024-12-16T20:09:52.644Z | Compiling adler2 v2.0.0 |
1814 | 2024-12-16T20:09:53.190Z | Compiling httpdate v1.0.3 |
1815 | 2024-12-16T20:09:53.797Z | Compiling miniz_oxide v0.8.0 |
1816 | 2024-12-16T20:09:54.542Z | Compiling idna v1.0.3 |
1817 | 2024-12-16T20:09:56.247Z | Compiling hyper v1.5.0 |
1818 | 2024-12-16T20:09:56.988Z | Compiling curve25519-dalek v4.1.3 |
1819 | 2024-12-16T20:09:57.105Z | Compiling openapiv3 v2.0.0 |
1820 | 2024-12-16T20:09:59.101Z | Compiling enum-as-inner v0.6.1 |
1821 | 2024-12-16T20:10:00.221Z | Compiling dropshot v0.12.0 |
1822 | 2024-12-16T20:10:00.513Z | Compiling num-bigint-dig v0.8.4 |
1823 | 2024-12-16T20:10:00.583Z | Compiling smoltcp v0.9.1 |
1824 | 2024-12-16T20:10:00.789Z | Compiling match_cfg v0.1.0 |
1825 | 2024-12-16T20:10:00.889Z | Compiling base64 v0.22.1 |
1826 | 2024-12-16T20:10:00.984Z | Compiling tower-service v0.3.3 |
1827 | 2024-12-16T20:10:01.185Z | Compiling foreign-types-shared v0.1.1 |
1828 | 2024-12-16T20:10:01.303Z | Compiling portable-atomic v1.9.0 |
1829 | 2024-12-16T20:10:01.460Z | Compiling hyper-util v0.1.10 |
1830 | 2024-12-16T20:10:01.808Z | Compiling foreign-types v0.3.2 |
1831 | 2024-12-16T20:10:01.983Z | Compiling hostname v0.3.1 |
1832 | 2024-12-16T20:10:07.513Z | Compiling url v2.5.3 |
1833 | 2024-12-16T20:10:09.595Z | Compiling dirs-sys-next v0.1.2 |
1834 | 2024-12-16T20:10:09.639Z | Compiling data-encoding v2.6.0 |
1835 | 2024-12-16T20:10:09.748Z | Compiling ident_case v1.0.1 |
1836 | 2024-12-16T20:10:09.932Z | Compiling siphasher v0.3.11 |
1837 | 2024-12-16T20:10:10.084Z | Compiling gimli v0.31.1 |
1838 | 2024-12-16T20:10:10.291Z | Compiling heck v0.4.1 |
1839 | 2024-12-16T20:10:10.521Z | Compiling darling_core v0.20.10 |
1840 | 2024-12-16T20:10:10.629Z | Compiling dirs-next v2.0.0 |
1841 | 2024-12-16T20:10:13.162Z | Compiling http-body-util v0.1.2 |
1842 | 2024-12-16T20:10:16.733Z | Compiling addr2line v0.24.2 |
1843 | 2024-12-16T20:10:17.071Z | Compiling crossbeam-epoch v0.9.18 |
1844 | 2024-12-16T20:10:17.091Z | Compiling hubpack_derive v0.1.1 |
1845 | 2024-12-16T20:10:17.133Z | Compiling dropshot_endpoint v0.12.0 |
1846 | 2024-12-16T20:10:17.700Z | Compiling sha1 v0.10.6 |
1847 | 2024-12-16T20:10:17.747Z | Compiling signature v2.2.0 |
1848 | 2024-12-16T20:10:17.952Z | Compiling zerocopy-derive v0.6.6 |
1849 | 2024-12-16T20:10:18.006Z | Compiling curve25519-dalek-derive v0.1.1 |
1850 | 2024-12-16T20:10:19.283Z | Compiling object v0.36.5 |
1851 | 2024-12-16T20:10:19.389Z | Compiling thread_local v1.1.8 |
1852 | 2024-12-16T20:10:19.846Z | Compiling fs-err v2.11.0 |
1853 | 2024-12-16T20:10:19.869Z | Compiling encoding_rs v0.8.34 |
1854 | 2024-12-16T20:10:23.403Z | Compiling ipnet v2.10.1 |
1855 | 2024-12-16T20:10:24.470Z | Compiling openssl-probe v0.1.5 |
1856 | 2024-12-16T20:10:24.782Z | Compiling utf8parse v0.2.2 |
1857 | 2024-12-16T20:10:24.943Z | Compiling mime v0.3.17 |
1858 | 2024-12-16T20:10:26.556Z | Compiling winnow v0.6.20 |
1859 | 2024-12-16T20:10:30.520Z | Compiling anstyle v1.0.10 |
1860 | 2024-12-16T20:10:30.916Z | Compiling unicode-properties v0.1.3 |
1861 | 2024-12-16T20:10:30.935Z | Compiling rustc-demangle v0.1.24 |
1862 | 2024-12-16T20:10:31.331Z | Compiling stringprep v0.1.5 |
1863 | 2024-12-16T20:10:32.133Z | Compiling backtrace v0.3.74 |
1864 | 2024-12-16T20:10:32.396Z | Compiling toml_edit v0.22.22 |
1865 | 2024-12-16T20:10:33.886Z | Compiling anstyle-parse v0.2.5 |
1866 | 2024-12-16T20:10:36.287Z | Compiling rustls-webpki v0.102.8 |
1867 | 2024-12-16T20:10:38.249Z | Compiling crossbeam-deque v0.8.5 |
1868 | 2024-12-16T20:10:39.829Z | Compiling darling_macro v0.20.10 |
1869 | 2024-12-16T20:10:41.845Z | Compiling term v0.7.0 |
1870 | 2024-12-16T20:10:43.136Z | Compiling slog-json v2.6.1 |
1871 | 2024-12-16T20:10:43.567Z | Compiling serde_urlencoded v0.7.1 |
1872 | 2024-12-16T20:10:44.862Z | Compiling crossbeam-channel v0.5.13 |
1873 | 2024-12-16T20:10:44.944Z | Compiling rustls-pemfile v2.2.0 |
1874 | 2024-12-16T20:10:45.755Z | Compiling hashbrown v0.14.5 |
1875 | 2024-12-16T20:10:46.470Z | Compiling idna v0.3.0 |
1876 | 2024-12-16T20:10:46.752Z | Compiling idna v0.4.0 |
1877 | 2024-12-16T20:10:47.120Z | Compiling futures-executor v0.3.31 |
1878 | 2024-12-16T20:10:48.170Z | Compiling num-integer v0.1.46 |
1879 | 2024-12-16T20:10:48.242Z | Compiling md-5 v0.10.6 |
1880 | 2024-12-16T20:10:48.348Z | Compiling ff v0.13.0 |
1881 | 2024-12-16T20:10:48.494Z | Compiling hash32 v0.2.1 |
1882 | 2024-12-16T20:10:48.591Z | Compiling memmap v0.7.0 |
1883 | 2024-12-16T20:10:48.871Z | Compiling is-terminal v0.4.13 |
1884 | 2024-12-16T20:10:49.010Z | Compiling base16ct v0.2.0 |
1885 | 2024-12-16T20:10:49.299Z | Compiling colorchoice v1.0.2 |
1886 | 2024-12-16T20:10:49.411Z | Compiling linked-hash-map v0.5.6 |
1887 | 2024-12-16T20:10:49.467Z | Compiling fallible-iterator v0.2.0 |
1888 | 2024-12-16T20:10:50.265Z | Compiling is_terminal_polyfill v1.70.1 |
1889 | 2024-12-16T20:10:51.263Z | Compiling psl-types v2.0.11 |
1890 | 2024-12-16T20:10:51.471Z | Compiling take_mut v0.2.2 |
1891 | 2024-12-16T20:10:51.646Z | Compiling quick-error v1.2.3 |
1892 | 2024-12-16T20:10:51.797Z | Compiling utf-8 v0.7.6 |
1893 | 2024-12-16T20:10:51.839Z | Compiling anstyle-query v1.1.1 |
1894 | 2024-12-16T20:10:51.999Z | Compiling anstream v0.6.15 |
1895 | 2024-12-16T20:10:52.111Z | Compiling tungstenite v0.24.0 |
1896 | 2024-12-16T20:10:52.686Z | Compiling resolv-conf v0.7.0 |
1897 | 2024-12-16T20:10:53.395Z | Compiling publicsuffix v2.2.3 |
1898 | 2024-12-16T20:10:53.678Z | Compiling postgres-protocol v0.6.7 |
1899 | 2024-12-16T20:10:53.919Z | Compiling lru-cache v0.1.2 |
1900 | 2024-12-16T20:10:54.131Z | Compiling sec1 v0.7.3 |
1901 | 2024-12-16T20:10:54.707Z | Compiling slog-term v2.9.1 |
1902 | 2024-12-16T20:10:55.236Z | Compiling usdt v0.5.0 |
1903 | 2024-12-16T20:10:55.734Z | Compiling num-iter v0.1.45 |
1904 | 2024-12-16T20:10:55.814Z | Compiling group v0.13.0 |
1905 | 2024-12-16T20:10:55.920Z | Compiling hickory-proto v0.24.1 |
1906 | 2024-12-16T20:10:56.113Z | Compiling futures v0.3.31 |
1907 | 2024-12-16T20:10:56.229Z | Compiling regress v0.10.1 |
1908 | 2024-12-16T20:10:58.300Z | Compiling tokio-rustls v0.26.0 |
1909 | 2024-12-16T20:10:59.195Z | Compiling slog-bunyan v2.5.0 |
1910 | 2024-12-16T20:10:59.651Z | Compiling tokio-rustls v0.25.0 |
1911 | 2024-12-16T20:11:00.087Z | Compiling darling v0.20.10 |
1912 | 2024-12-16T20:11:00.223Z | Compiling toml v0.8.19 |
1913 | 2024-12-16T20:11:00.254Z | Compiling tokio-native-tls v0.3.1 |
1914 | 2024-12-16T20:11:00.370Z | Compiling strum_macros v0.25.3 |
1915 | 2024-12-16T20:11:00.544Z | Compiling phf_shared v0.11.2 |
1916 | 2024-12-16T20:11:01.126Z | Compiling async-stream v0.3.6 |
1917 | 2024-12-16T20:11:01.186Z | Compiling waitgroup v0.1.2 |
1918 | 2024-12-16T20:11:01.403Z | Compiling webpki-roots v0.26.6 |
1919 | 2024-12-16T20:11:01.816Z | Compiling idna v0.5.0 |
1920 | 2024-12-16T20:11:02.000Z | Compiling terminal_size v0.4.0 |
1921 | 2024-12-16T20:11:02.227Z | Compiling serde_path_to_error v0.1.16 |
1922 | 2024-12-16T20:11:02.639Z | Compiling hkdf v0.12.4 |
1923 | 2024-12-16T20:11:03.243Z | Compiling crypto-bigint v0.5.5 |
1924 | 2024-12-16T20:11:03.302Z | Compiling derive-where v1.2.7 |
1925 | 2024-12-16T20:11:03.561Z | Compiling clap_derive v4.5.18 |
1926 | 2024-12-16T20:11:03.934Z | Compiling serde_repr v0.1.19 |
1927 | 2024-12-16T20:11:05.064Z | Compiling hostname v0.4.0 |
1928 | 2024-12-16T20:11:05.085Z | Compiling crc32fast v1.4.2 |
1929 | 2024-12-16T20:11:05.378Z | Compiling bitflags v1.3.2 |
1930 | 2024-12-16T20:11:05.402Z | Compiling managed v0.8.0 |
1931 | 2024-12-16T20:11:05.583Z | Compiling unicode-width v0.1.14 |
1932 | 2024-12-16T20:11:06.108Z | Compiling clap_lex v0.7.2 |
1933 | 2024-12-16T20:11:06.551Z | Compiling debug-ignore v1.0.5 |
1934 | 2024-12-16T20:11:06.589Z | Compiling clap_builder v4.5.21 |
1935 | 2024-12-16T20:11:07.256Z | Compiling elliptic-curve v0.13.8 |
1936 | 2024-12-16T20:11:08.203Z | Compiling console v0.15.8 |
1937 | 2024-12-16T20:11:10.423Z | Compiling flate2 v1.0.34 |
1938 | 2024-12-16T20:11:10.603Z | Compiling cookie_store v0.21.0 |
1939 | 2024-12-16T20:11:11.592Z | Compiling hyper-rustls v0.27.3 |
1940 | 2024-12-16T20:11:13.829Z | Compiling hickory-resolver v0.24.1 |
1941 | 2024-12-16T20:11:16.668Z | Compiling phf v0.11.2 |
1942 | 2024-12-16T20:11:16.843Z | Compiling hyper-tls v0.6.0 |
1943 | 2024-12-16T20:11:16.874Z | Compiling typify-impl v0.2.0 |
1944 | 2024-12-16T20:11:16.987Z | Compiling signal-hook-mio v0.2.4 |
1945 | 2024-12-16T20:11:17.007Z | Compiling rayon v1.10.0 |
1946 | 2024-12-16T20:11:17.151Z | Compiling bzip2 v0.4.4 |
1947 | 2024-12-16T20:11:17.533Z | Compiling postgres-types v0.2.8 |
1948 | 2024-12-16T20:11:17.551Z | Compiling tokio-tungstenite v0.24.0 |
1949 | 2024-12-16T20:11:18.241Z | Compiling zerocopy v0.6.6 |
1950 | 2024-12-16T20:11:18.272Z | Compiling ed25519 v2.2.3 |
1951 | 2024-12-16T20:11:18.738Z | Compiling hubpack v0.1.2 |
1952 | 2024-12-16T20:11:18.919Z | Compiling phf_shared v0.10.0 |
1953 | 2024-12-16T20:11:19.135Z | Compiling pkcs1 v0.7.5 |
1954 | 2024-12-16T20:11:19.253Z | Compiling tokio-stream v0.1.16 |
1955 | 2024-12-16T20:11:20.258Z | Compiling serde-big-array v0.5.1 |
1956 | 2024-12-16T20:11:20.261Z | Compiling rfc6979 v0.4.0 |
1957 | 2024-12-16T20:11:20.444Z | Compiling float-cmp v0.9.0 |
1958 | 2024-12-16T20:11:20.515Z | Compiling sync_wrapper v1.0.1 |
1959 | 2024-12-16T20:11:20.658Z | Compiling bstr v1.10.0 |
1960 | 2024-12-16T20:11:22.002Z | Compiling bit-vec v0.6.3 |
1961 | 2024-12-16T20:11:22.241Z | Compiling difflib v0.4.0 |
1962 | 2024-12-16T20:11:22.298Z | Compiling predicates-core v1.0.8 |
1963 | 2024-12-16T20:11:22.456Z | Compiling normalize-line-endings v0.3.0 |
1964 | 2024-12-16T20:11:22.598Z | Compiling static_assertions v1.1.0 |
1965 | 2024-12-16T20:11:22.626Z | Compiling whoami v1.5.2 |
1966 | 2024-12-16T20:11:22.707Z | Compiling number_prefix v0.4.0 |
1967 | 2024-12-16T20:11:22.965Z | Compiling unicode-segmentation v1.12.0 |
1968 | 2024-12-16T20:11:23.541Z | Compiling precomputed-hash v0.1.1 |
1969 | 2024-12-16T20:11:23.672Z | Compiling new_debug_unreachable v1.0.6 |
1970 | 2024-12-16T20:11:23.717Z | Compiling fixedbitset v0.4.2 |
1971 | 2024-12-16T20:11:23.782Z | Compiling unicode-width v0.2.0 |
1972 | 2024-12-16T20:11:23.828Z | Compiling string_cache v0.8.7 |
1973 | 2024-12-16T20:11:23.831Z | Compiling similar v2.6.0 |
1974 | 2024-12-16T20:11:24.134Z | Compiling petgraph v0.6.5 |
1975 | 2024-12-16T20:11:24.325Z | Compiling indicatif v0.17.9 |
1976 | 2024-12-16T20:11:25.916Z | Compiling tokio-postgres v0.7.12 |
1977 | 2024-12-16T20:11:26.185Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1978 | 2024-12-16T20:11:26.206Z | Compiling predicates v3.1.2 |
1979 | 2024-12-16T20:11:27.720Z | Compiling bit-set v0.5.3 |
1980 | 2024-12-16T20:11:28.435Z | Compiling reqwest v0.12.9 |
1981 | 2024-12-16T20:11:29.107Z | Compiling typify-macro v0.2.0 |
1982 | 2024-12-16T20:11:30.436Z | Compiling ecdsa v0.16.9 |
1983 | 2024-12-16T20:11:31.289Z | Compiling qorb v0.2.1 |
1984 | 2024-12-16T20:11:31.738Z | Compiling rsa v0.9.6 |
1985 | 2024-12-16T20:11:32.941Z | Compiling ed25519-dalek v2.1.1 |
1986 | 2024-12-16T20:11:33.501Z | Compiling zip v0.6.6 |
1987 | 2024-12-16T20:11:33.640Z | Compiling crossterm v0.28.1 |
1988 | 2024-12-16T20:11:33.802Z | Compiling clap v4.5.21 |
1989 | 2024-12-16T20:11:34.746Z | Compiling toml v0.7.8 |
1990 | 2024-12-16T20:11:35.636Z | Compiling x509-cert v0.2.5 |
1991 | 2024-12-16T20:11:36.796Z | Compiling hex v0.4.3 |
1992 | 2024-12-16T20:11:37.438Z | Compiling zerocopy v0.8.10 |
1993 | 2024-12-16T20:11:37.973Z | Compiling unicode-xid v0.2.6 |
1994 | 2024-12-16T20:11:38.156Z | Compiling lalrpop-util v0.19.12 |
1995 | 2024-12-16T20:11:38.215Z | Compiling peg-runtime v0.8.3 |
1996 | 2024-12-16T20:11:40.150Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1997 | 2024-12-16T20:11:44.401Z | Compiling proc-macro-crate v1.3.1 |
1998 | 2024-12-16T20:11:44.497Z | Compiling ipnetwork v0.20.0 |
1999 | 2024-12-16T20:11:44.530Z | Compiling macaddr v1.0.1 |
2000 | 2024-12-16T20:11:45.307Z | Compiling zerocopy-derive v0.8.10 |
2001 | 2024-12-16T20:11:45.485Z | Compiling itertools v0.13.0 |
2002 | 2024-12-16T20:11:48.029Z | Compiling heapless v0.8.0 |
2003 | 2024-12-16T20:11:48.883Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2004 | 2024-12-16T20:11:53.948Z | Compiling num_enum_derive v0.5.11 |
2005 | 2024-12-16T20:12:01.897Z | Compiling hash32 v0.3.1 |
2006 | 2024-12-16T20:12:02.893Z | Compiling smoltcp v0.11.0 |
2007 | 2024-12-16T20:12:03.221Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2008 | 2024-12-16T20:12:08.371Z | Compiling num_enum v0.5.11 |
2009 | 2024-12-16T20:12:08.390Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2010 | 2024-12-16T20:12:09.073Z | Compiling typify v0.2.0 |
2011 | 2024-12-16T20:12:10.076Z | Compiling proc-macro-error-attr v1.0.4 |
2012 | 2024-12-16T20:12:10.097Z | Compiling cobs v0.2.3 |
2013 | 2024-12-16T20:12:10.354Z | Compiling unsafe-libyaml v0.2.11 |
2014 | 2024-12-16T20:12:11.081Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2015 | 2024-12-16T20:12:12.157Z | Compiling serde_yaml v0.9.34+deprecated |
2016 | 2024-12-16T20:12:12.544Z | Compiling postcard v1.0.10 |
2017 | 2024-12-16T20:12:28.423Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2018 | 2024-12-16T20:12:28.445Z | Compiling progenitor-impl v0.8.0 |
2019 | 2024-12-16T20:12:40.262Z | Compiling strum_macros v0.26.4 |
2020 | 2024-12-16T20:12:41.407Z | Compiling foreign-types-macros v0.2.3 |
2021 | 2024-12-16T20:12:41.433Z | Compiling structmeta-derive v0.3.0 |
2022 | 2024-12-16T20:12:41.436Z | Compiling proc-macro-error v1.0.4 |
2023 | 2024-12-16T20:12:41.765Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2024 | 2024-12-16T20:12:42.608Z | Compiling newtype-uuid v1.1.3 |
2025 | 2024-12-16T20:12:43.599Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2026 | 2024-12-16T20:12:43.772Z | Compiling foreign-types-shared v0.3.1 |
2027 | 2024-12-16T20:12:44.761Z | Compiling strum v0.26.3 |
2028 | 2024-12-16T20:12:44.879Z | Compiling structmeta v0.3.0 |
2029 | 2024-12-16T20:12:44.967Z | Compiling foreign-types v0.5.0 |
2030 | 2024-12-16T20:12:45.277Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2031 | 2024-12-16T20:12:52.384Z | Compiling progenitor-macro v0.8.0 |
2032 | 2024-12-16T20:12:57.745Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2033 | 2024-12-16T20:12:57.822Z | Compiling progenitor-client v0.8.0 |
2034 | 2024-12-16T20:12:58.851Z | Compiling tabwriter v1.4.0 |
2035 | 2024-12-16T20:13:01.444Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2036 | 2024-12-16T20:13:02.256Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2037 | 2024-12-16T20:13:02.949Z | Compiling cstr-argument v0.1.2 |
2038 | 2024-12-16T20:13:03.139Z | Compiling dropshot v0.13.0 |
2039 | 2024-12-16T20:13:03.447Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2040 | 2024-12-16T20:13:04.195Z | Compiling crucible-workspace-hack v0.1.0 |
2041 | 2024-12-16T20:13:04.473Z | Compiling fastrand v2.1.1 |
2042 | 2024-12-16T20:13:05.060Z | Compiling thiserror v2.0.3 |
2043 | 2024-12-16T20:13:05.168Z | Compiling pretty-hex v0.2.1 |
2044 | 2024-12-16T20:13:05.202Z | Compiling progenitor v0.8.0 |
2045 | 2024-12-16T20:13:05.402Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2046 | 2024-12-16T20:13:05.484Z | Compiling tempfile v3.13.0 |
2047 | 2024-12-16T20:13:05.858Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2048 | 2024-12-16T20:13:05.989Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2049 | 2024-12-16T20:13:06.557Z | Compiling parse-display-derive v0.10.0 |
2050 | 2024-12-16T20:13:06.750Z | Compiling colored v2.1.0 |
2051 | 2024-12-16T20:13:06.786Z | Compiling serde_with_macros v3.11.0 |
2052 | 2024-12-16T20:13:07.231Z | Compiling dropshot_endpoint v0.13.0 |
2053 | 2024-12-16T20:13:08.083Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2054 | 2024-12-16T20:13:08.835Z | Compiling thiserror-impl v2.0.3 |
2055 | 2024-12-16T20:13:09.409Z | Compiling instant v0.1.13 |
2056 | 2024-12-16T20:13:09.593Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2057 | 2024-12-16T20:13:09.995Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2058 | 2024-12-16T20:13:10.453Z | Compiling backoff v0.4.0 |
2059 | 2024-12-16T20:13:10.524Z | Compiling parse-display v0.10.0 |
2060 | 2024-12-16T20:13:10.724Z | Compiling serde_with v3.11.0 |
2061 | 2024-12-16T20:13:10.873Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2062 | 2024-12-16T20:13:12.111Z | Compiling zone_cfg_derive v0.3.0 |
2063 | 2024-12-16T20:13:12.540Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2064 | 2024-12-16T20:13:13.069Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2065 | 2024-12-16T20:13:13.158Z | Compiling camino-tempfile v1.1.1 |
2066 | 2024-12-16T20:13:13.603Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2067 | 2024-12-16T20:13:13.791Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2068 | 2024-12-16T20:13:13.925Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2069 | 2024-12-16T20:13:14.126Z | Compiling regress v0.9.1 |
2070 | 2024-12-16T20:13:14.309Z | Compiling num-derive v0.4.2 |
2071 | 2024-12-16T20:13:15.249Z | Compiling sigpipe v0.1.3 |
2072 | 2024-12-16T20:13:15.401Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2073 | 2024-12-16T20:13:15.703Z | Compiling libefi-sys v0.1.0 |
2074 | 2024-12-16T20:13:16.066Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2075 | 2024-12-16T20:13:16.556Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2076 | 2024-12-16T20:13:18.180Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2077 | 2024-12-16T20:13:18.725Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2078 | 2024-12-16T20:13:19.356Z | Compiling zone v0.3.0 |
2079 | 2024-12-16T20:13:20.888Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2080 | 2024-12-16T20:13:22.784Z | Compiling smf v0.2.3 |
2081 | 2024-12-16T20:13:22.824Z | Compiling bitfield-struct v0.6.2 |
2082 | 2024-12-16T20:13:22.996Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2083 | 2024-12-16T20:13:23.394Z | Compiling blake3 v1.5.4 |
2084 | 2024-12-16T20:13:24.015Z | Compiling ring v0.16.20 |
2085 | 2024-12-16T20:13:24.166Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2086 | 2024-12-16T20:13:25.653Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2087 | 2024-12-16T20:13:26.017Z | Compiling xattr v1.3.1 |
2088 | 2024-12-16T20:13:26.232Z | Compiling memmap2 v0.9.5 |
2089 | 2024-12-16T20:13:26.353Z | Compiling filetime v0.2.25 |
2090 | 2024-12-16T20:13:26.730Z | Compiling spin v0.5.2 |
2091 | 2024-12-16T20:13:26.810Z | Compiling arrayvec v0.7.6 |
2092 | 2024-12-16T20:13:26.835Z | Compiling same-file v1.0.6 |
2093 | 2024-12-16T20:13:27.018Z | Compiling arrayref v0.3.9 |
2094 | 2024-12-16T20:13:27.126Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2095 | 2024-12-16T20:13:27.147Z | Compiling constant_time_eq v0.3.1 |
2096 | 2024-12-16T20:13:27.273Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2097 | 2024-12-16T20:13:27.328Z | Compiling walkdir v2.5.0 |
2098 | 2024-12-16T20:13:28.802Z | Compiling tar v0.4.42 |
2099 | 2024-12-16T20:13:30.114Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2100 | 2024-12-16T20:13:30.185Z | Compiling gethostname v0.5.0 |
2101 | 2024-12-16T20:13:30.399Z | Compiling cargo-platform v0.1.8 |
2102 | 2024-12-16T20:13:30.526Z | Compiling topological-sort v0.2.2 |
2103 | 2024-12-16T20:13:30.819Z | Compiling cargo_metadata v0.18.1 |
2104 | 2024-12-16T20:13:34.969Z | Compiling omicron-zone-package v0.11.1 |
2105 | 2024-12-16T20:13:38.011Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2106 | 2024-12-16T20:13:40.404Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2107 | 2024-12-16T20:13:46.908Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2108 | 2024-12-16T20:14:01.742Z | Finished `release` profile [optimized] target(s) in 5m 30s |
2109 | 2024-12-16T20:14:01.907Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
2110 | 2024-12-16T20:14:01.953Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2111 | 2024-12-16T20:14:01.955Z | Created new build target 'test' and set it as active |
2112 | 2024-12-16T20:14:01.955Z | |
2113 | 2024-12-16T20:14:01.955Z | real 5:30.372649859 |
2114 | 2024-12-16T20:14:01.955Z | user 37:05.315110406 |
2115 | 2024-12-16T20:14:01.955Z | sys 5:02.904767346 |
2116 | 2024-12-16T20:14:01.955Z | trap 1.109295554 |
2117 | 2024-12-16T20:14:01.955Z | tflt 3.214544299 |
2118 | 2024-12-16T20:14:01.955Z | dflt 0.865616898 |
2119 | 2024-12-16T20:14:01.956Z | kflt 0.000976275 |
2120 | 2024-12-16T20:14:01.956Z | lock 1:17:49.885453101 |
2121 | 2024-12-16T20:14:01.956Z | slp 2:35:01.304355989 |
2122 | 2024-12-16T20:14:01.956Z | lat 2:33.348731618 |
2123 | 2024-12-16T20:14:01.956Z | stop 4:36.250285257 |
2124 | 2024-12-16T20:14:01.958Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2125 | 2024-12-16T20:14:02.935Z | Finished `release` profile [optimized] target(s) in 0.93s |
2126 | 2024-12-16T20:14:02.997Z | Running `target/release/omicron-package -t test package` |
2127 | 2024-12-16T20:14:03.045Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2128 | 2024-12-16T20:14:04.179Z | Compiling convert_case v0.4.0 |
2129 | 2024-12-16T20:14:04.179Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2130 | 2024-12-16T20:14:04.180Z | Compiling newline-converter v0.3.0 |
2131 | 2024-12-16T20:14:04.180Z | Compiling password-hash v0.5.0 |
2132 | 2024-12-16T20:14:04.182Z | Compiling progenitor-client v0.8.0 |
2133 | 2024-12-16T20:14:04.182Z | Compiling blake2 v0.10.6 |
2134 | 2024-12-16T20:14:04.182Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2135 | 2024-12-16T20:14:04.358Z | Compiling owo-colors v4.1.0 |
2136 | 2024-12-16T20:14:04.494Z | Compiling expectorate v1.1.0 |
2137 | 2024-12-16T20:14:04.539Z | Compiling cancel-safe-futures v0.1.5 |
2138 | 2024-12-16T20:14:04.698Z | Compiling num-rational v0.4.2 |
2139 | 2024-12-16T20:14:04.709Z | Compiling progenitor v0.8.0 |
2140 | 2024-12-16T20:14:04.817Z | Compiling num-complex v0.4.6 |
2141 | 2024-12-16T20:14:04.869Z | Compiling argon2 v0.5.3 |
2142 | 2024-12-16T20:14:05.007Z | Compiling derive_more v0.99.18 |
2143 | 2024-12-16T20:14:05.760Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2144 | 2024-12-16T20:14:05.763Z | Compiling num v0.4.3 |
2145 | 2024-12-16T20:14:05.907Z | Compiling atomicwrites v0.4.4 |
2146 | 2024-12-16T20:14:05.974Z | Compiling libsw v3.3.1 |
2147 | 2024-12-16T20:14:06.330Z | Compiling float-ord v0.3.2 |
2148 | 2024-12-16T20:14:06.351Z | Compiling linear-map v1.2.0 |
2149 | 2024-12-16T20:14:06.415Z | Compiling indent_write v2.2.0 |
2150 | 2024-12-16T20:14:06.449Z | Compiling swrite v0.1.0 |
2151 | 2024-12-16T20:14:06.505Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2152 | 2024-12-16T20:14:06.599Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2153 | 2024-12-16T20:14:06.657Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2154 | 2024-12-16T20:14:06.810Z | Compiling base64 v0.21.7 |
2155 | 2024-12-16T20:14:07.207Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2156 | 2024-12-16T20:14:07.226Z | Compiling highway v1.2.0 |
2157 | 2024-12-16T20:14:07.933Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2158 | 2024-12-16T20:14:08.277Z | Compiling semver v0.1.20 |
2159 | 2024-12-16T20:14:08.723Z | Compiling rustc_version v0.1.7 |
2160 | 2024-12-16T20:14:08.850Z | Compiling newtype-uuid v1.1.3 |
2161 | 2024-12-16T20:14:09.172Z | Compiling newtype_derive v0.1.6 |
2162 | 2024-12-16T20:14:09.215Z | Compiling dropshot v0.13.0 |
2163 | 2024-12-16T20:14:09.291Z | Compiling ipnetwork v0.20.0 |
2164 | 2024-12-16T20:14:09.565Z | Compiling instant v0.1.13 |
2165 | 2024-12-16T20:14:09.739Z | Compiling humantime v2.1.0 |
2166 | 2024-12-16T20:14:10.097Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2167 | 2024-12-16T20:14:10.632Z | Compiling backoff v0.4.0 |
2168 | 2024-12-16T20:14:10.935Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2169 | 2024-12-16T20:14:11.571Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2170 | 2024-12-16T20:14:14.511Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2171 | 2024-12-16T20:14:14.903Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2172 | 2024-12-16T20:14:15.933Z | Compiling parse-display v0.10.0 |
2173 | 2024-12-16T20:14:16.205Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2174 | 2024-12-16T20:14:16.406Z | Compiling serde_with v3.11.0 |
2175 | 2024-12-16T20:14:16.503Z | Compiling strum v0.26.3 |
2176 | 2024-12-16T20:14:16.706Z | Compiling regress v0.9.1 |
2177 | 2024-12-16T20:14:19.623Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2178 | 2024-12-16T20:14:21.108Z | Compiling macaddr v1.0.1 |
2179 | 2024-12-16T20:14:21.536Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2180 | 2024-12-16T20:14:21.563Z | Compiling steno v0.4.1 |
2181 | 2024-12-16T20:14:21.779Z | Compiling prettyplease v0.2.25 |
2182 | 2024-12-16T20:14:21.810Z | Compiling slog-dtrace v0.3.0 |
2183 | 2024-12-16T20:14:22.943Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2184 | 2024-12-16T20:14:23.767Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2185 | 2024-12-16T20:14:23.979Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2186 | 2024-12-16T20:14:25.972Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2187 | 2024-12-16T20:14:27.324Z | Compiling half v2.4.1 |
2188 | 2024-12-16T20:14:28.067Z | Compiling ciborium-io v0.2.2 |
2189 | 2024-12-16T20:14:28.225Z | Compiling ciborium-ll v0.2.2 |
2190 | 2024-12-16T20:14:28.765Z | Compiling tungstenite v0.21.0 |
2191 | 2024-12-16T20:14:31.343Z | Compiling tokio-tungstenite v0.21.0 |
2192 | 2024-12-16T20:14:32.014Z | Compiling ciborium v0.2.2 |
2193 | 2024-12-16T20:14:33.945Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2194 | 2024-12-16T20:14:40.159Z | Compiling same-file v1.0.6 |
2195 | 2024-12-16T20:14:40.381Z | Compiling fastrand v2.1.1 |
2196 | 2024-12-16T20:14:40.528Z | Compiling display-error-chain v0.2.2 |
2197 | 2024-12-16T20:14:40.773Z | Compiling tempfile v3.13.0 |
2198 | 2024-12-16T20:14:40.924Z | Compiling walkdir v2.5.0 |
2199 | 2024-12-16T20:14:41.587Z | Compiling ring v0.16.20 |
2200 | 2024-12-16T20:14:41.629Z | Compiling blake3 v1.5.4 |
2201 | 2024-12-16T20:14:41.660Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2202 | 2024-12-16T20:14:41.988Z | Compiling xattr v1.3.1 |
2203 | 2024-12-16T20:14:42.226Z | Compiling memmap2 v0.9.5 |
2204 | 2024-12-16T20:14:42.262Z | Compiling filetime v0.2.25 |
2205 | 2024-12-16T20:14:42.282Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2206 | 2024-12-16T20:14:42.577Z | Compiling arrayvec v0.7.6 |
2207 | 2024-12-16T20:14:42.626Z | Compiling keccak v0.1.5 |
2208 | 2024-12-16T20:14:43.031Z | Compiling arrayref v0.3.9 |
2209 | 2024-12-16T20:14:43.168Z | Compiling constant_time_eq v0.3.1 |
2210 | 2024-12-16T20:14:43.339Z | Compiling spin v0.5.2 |
2211 | 2024-12-16T20:14:43.589Z | Compiling sha3 v0.10.8 |
2212 | 2024-12-16T20:14:43.647Z | Compiling tar v0.4.42 |
2213 | 2024-12-16T20:14:44.432Z | Compiling toolchain_find v0.4.0 |
2214 | 2024-12-16T20:14:44.469Z | Compiling camino-tempfile v1.1.1 |
2215 | 2024-12-16T20:14:44.955Z | Compiling const_format_proc_macros v0.2.33 |
2216 | 2024-12-16T20:14:45.000Z | Compiling maplit v1.0.2 |
2217 | 2024-12-16T20:14:45.150Z | Compiling crunchy v0.2.2 |
2218 | 2024-12-16T20:14:45.212Z | Compiling topological-sort v0.2.2 |
2219 | 2024-12-16T20:14:45.465Z | Compiling radium v0.7.0 |
2220 | 2024-12-16T20:14:45.641Z | Compiling rustfmt-wrapper v0.2.1 |
2221 | 2024-12-16T20:14:45.662Z | Compiling maybe-uninit v2.0.0 |
2222 | 2024-12-16T20:14:45.930Z | Compiling tap v1.0.1 |
2223 | 2024-12-16T20:14:46.119Z | Compiling tiny-keccak v2.0.2 |
2224 | 2024-12-16T20:14:46.193Z | Compiling wyz v0.5.1 |
2225 | 2024-12-16T20:14:46.407Z | Compiling omicron-zone-package v0.11.1 |
2226 | 2024-12-16T20:14:46.736Z | Compiling dsl_auto_type v0.1.2 |
2227 | 2024-12-16T20:14:46.767Z | Compiling const_format v0.2.33 |
2228 | 2024-12-16T20:14:46.818Z | Compiling phf_generator v0.11.2 |
2229 | 2024-12-16T20:14:47.022Z | Compiling scheduled-thread-pool v0.2.7 |
2230 | 2024-12-16T20:14:47.126Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2231 | 2024-12-16T20:14:47.504Z | Compiling secrecy v0.8.0 |
2232 | 2024-12-16T20:14:47.634Z | Compiling async-recursion v1.1.1 |
2233 | 2024-12-16T20:14:47.778Z | Compiling diesel_table_macro_syntax v0.2.0 |
2234 | 2024-12-16T20:14:48.038Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2235 | 2024-12-16T20:14:48.164Z | Compiling crc-catalog v2.4.0 |
2236 | 2024-12-16T20:14:48.231Z | Compiling packed_struct v0.10.1 |
2237 | 2024-12-16T20:14:48.281Z | Compiling arc-swap v1.7.1 |
2238 | 2024-12-16T20:14:48.331Z | Compiling funty v2.0.0 |
2239 | 2024-12-16T20:14:48.383Z | Compiling crc v3.2.1 |
2240 | 2024-12-16T20:14:48.694Z | Compiling diesel_derives v2.2.3 |
2241 | 2024-12-16T20:14:48.975Z | Compiling slog-scope v4.4.0 |
2242 | 2024-12-16T20:14:49.125Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2243 | 2024-12-16T20:14:49.798Z | Compiling bitvec v1.0.1 |
2244 | 2024-12-16T20:14:50.366Z | Compiling r2d2 v0.8.10 |
2245 | 2024-12-16T20:14:50.676Z | Compiling phf_codegen v0.11.2 |
2246 | 2024-12-16T20:14:51.042Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2247 | 2024-12-16T20:14:51.312Z | Compiling ascii-canvas v3.0.0 |
2248 | 2024-12-16T20:14:51.747Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2249 | 2024-12-16T20:14:51.795Z | Compiling universal-hash v0.5.1 |
2250 | 2024-12-16T20:14:52.038Z | Compiling thiserror-impl-no-std v2.0.2 |
2251 | 2024-12-16T20:14:54.322Z | Compiling packed_struct_codegen v0.10.1 |
2252 | 2024-12-16T20:14:54.756Z | Compiling parse-zoneinfo v0.3.1 |
2253 | 2024-12-16T20:14:56.377Z | Compiling ena v0.14.3 |
2254 | 2024-12-16T20:14:56.826Z | Compiling indexmap v1.9.3 |
2255 | 2024-12-16T20:14:56.826Z | Compiling diff v0.1.13 |
2256 | 2024-12-16T20:14:57.148Z | Compiling nodrop v0.1.14 |
2257 | 2024-12-16T20:14:57.301Z | Compiling opaque-debug v0.3.1 |
2258 | 2024-12-16T20:14:57.416Z | Compiling regex-syntax v0.6.29 |
2259 | 2024-12-16T20:14:57.443Z | Compiling poly1305 v0.8.0 |
2260 | 2024-12-16T20:14:58.983Z | Compiling array-init v0.0.4 |
2261 | 2024-12-16T20:15:00.258Z | Compiling diesel v2.2.6 |
2262 | 2024-12-16T20:15:02.897Z | Compiling lalrpop v0.19.12 |
2263 | 2024-12-16T20:15:04.529Z | Compiling chrono-tz-build v0.4.0 |
2264 | 2024-12-16T20:15:05.688Z | Compiling thiserror-no-std v2.0.2 |
2265 | 2024-12-16T20:15:05.825Z | Compiling smallvec v0.6.14 |
2266 | 2024-12-16T20:15:06.384Z | Compiling slog-stdlog v4.1.1 |
2267 | 2024-12-16T20:15:07.814Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2268 | 2024-12-16T20:15:08.124Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2269 | 2024-12-16T20:15:08.429Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2270 | 2024-12-16T20:15:08.678Z | Compiling chacha20 v0.9.1 |
2271 | 2024-12-16T20:15:08.921Z | Compiling aead v0.5.2 |
2272 | 2024-12-16T20:15:09.160Z | Compiling vte_generate_state_changes v0.1.2 |
2273 | 2024-12-16T20:15:09.298Z | Compiling bitfield v0.14.0 |
2274 | 2024-12-16T20:15:09.607Z | Compiling termcolor v1.4.1 |
2275 | 2024-12-16T20:15:09.768Z | Compiling ref-cast v1.0.23 |
2276 | 2024-12-16T20:15:10.259Z | Compiling hashbrown v0.12.3 |
2277 | 2024-12-16T20:15:10.757Z | Compiling env_logger v0.10.2 |
2278 | 2024-12-16T20:15:12.743Z | Compiling vte v0.11.1 |
2279 | 2024-12-16T20:15:13.934Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2280 | 2024-12-16T20:15:14.285Z | Compiling chacha20poly1305 v0.10.1 |
2281 | 2024-12-16T20:15:14.570Z | Compiling slog-envlogger v2.2.0 |
2282 | 2024-12-16T20:15:17.344Z | Compiling serde-hex v0.1.0 |
2283 | 2024-12-16T20:15:22.697Z | Compiling vsss-rs v3.3.4 |
2284 | 2024-12-16T20:15:25.122Z | Compiling chrono-tz v0.10.0 |
2285 | 2024-12-16T20:15:25.798Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2286 | 2024-12-16T20:15:26.189Z | Compiling ron v0.8.1 |
2287 | 2024-12-16T20:15:27.258Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2288 | 2024-12-16T20:15:27.573Z | Compiling derive_builder_core v0.20.2 |
2289 | 2024-12-16T20:15:29.258Z | Compiling polar-core v0.27.3 |
2290 | 2024-12-16T20:15:29.803Z | Compiling hashbrown v0.13.2 |
2291 | 2024-12-16T20:15:30.513Z | Compiling headers-core v0.3.0 |
2292 | 2024-12-16T20:15:30.706Z | Compiling fxhash v0.2.1 |
2293 | 2024-12-16T20:15:30.955Z | Compiling libxml v0.3.3 |
2294 | 2024-12-16T20:15:31.288Z | Compiling ref-cast-impl v1.0.23 |
2295 | 2024-12-16T20:15:31.327Z | Compiling simd-adler32 v0.3.7 |
2296 | 2024-12-16T20:15:32.053Z | Compiling lockfree-object-pool v0.1.6 |
2297 | 2024-12-16T20:15:32.392Z | Compiling bytecount v0.6.8 |
2298 | 2024-12-16T20:15:32.433Z | Compiling zip v2.1.3 |
2299 | 2024-12-16T20:15:32.500Z | Compiling bumpalo v3.16.0 |
2300 | 2024-12-16T20:15:32.719Z | Compiling crc-any v2.5.0 |
2301 | 2024-12-16T20:15:32.789Z | Compiling papergrid v0.11.0 |
2302 | 2024-12-16T20:15:33.137Z | Compiling zopfli v0.8.1 |
2303 | 2024-12-16T20:15:33.733Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2304 | 2024-12-16T20:15:37.651Z | Compiling object v0.30.4 |
2305 | 2024-12-16T20:15:39.080Z | Compiling headers v0.4.0 |
2306 | 2024-12-16T20:15:45.926Z | Compiling derive_builder_macro v0.20.2 |
2307 | 2024-12-16T20:15:46.087Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2308 | 2024-12-16T20:15:49.880Z | Compiling strip-ansi-escapes v0.2.0 |
2309 | 2024-12-16T20:15:49.880Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2310 | 2024-12-16T20:15:49.880Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2311 | 2024-12-16T20:15:49.880Z | Compiling tabled_derive v0.7.0 |
2312 | 2024-12-16T20:15:49.880Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2313 | 2024-12-16T20:15:50.743Z | Compiling itertools v0.12.1 |
2314 | 2024-12-16T20:15:51.034Z | Compiling fd-lock v4.0.2 |
2315 | 2024-12-16T20:15:51.277Z | Compiling peg-macros v0.8.4 |
2316 | 2024-12-16T20:15:51.883Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2317 | 2024-12-16T20:15:52.934Z | Compiling strum_macros v0.24.3 |
2318 | 2024-12-16T20:15:53.397Z | Compiling kstat-rs v0.2.4 |
2319 | 2024-12-16T20:15:53.667Z | Compiling samael v0.0.17 |
2320 | 2024-12-16T20:15:54.247Z | Compiling unicase v2.7.0 |
2321 | 2024-12-16T20:15:54.362Z | Compiling indoc v1.0.9 |
2322 | 2024-12-16T20:15:54.559Z | Compiling nu-ansi-term v0.50.1 |
2323 | 2024-12-16T20:15:54.562Z | Compiling path-slash v0.1.5 |
2324 | 2024-12-16T20:15:54.633Z | Compiling peg v0.8.4 |
2325 | 2024-12-16T20:15:54.815Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2326 | 2024-12-16T20:15:54.835Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2327 | 2024-12-16T20:15:55.199Z | Compiling reedline v0.35.0 |
2328 | 2024-12-16T20:15:59.123Z | Compiling tabled v0.15.0 |
2329 | 2024-12-16T20:16:00.534Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2330 | 2024-12-16T20:16:10.623Z | Compiling derive_builder v0.20.2 |
2331 | 2024-12-16T20:16:15.527Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2332 | 2024-12-16T20:16:15.918Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2333 | 2024-12-16T20:16:18.731Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2334 | 2024-12-16T20:16:18.781Z | Compiling pem v3.0.4 |
2335 | 2024-12-16T20:16:19.046Z | Compiling bcs v0.1.6 |
2336 | 2024-12-16T20:16:19.625Z | Compiling impl-trait-for-tuples v0.2.2 |
2337 | 2024-12-16T20:16:19.960Z | Compiling oso-derive v0.27.3 |
2338 | 2024-12-16T20:16:20.264Z | Compiling libz-sys v1.1.20 |
2339 | 2024-12-16T20:16:20.920Z | Compiling quick-xml v0.33.0 |
2340 | 2024-12-16T20:16:20.923Z | Compiling diesel-dtrace v0.4.2 |
2341 | 2024-12-16T20:16:21.277Z | Compiling parking_lot_core v0.8.6 |
2342 | 2024-12-16T20:16:26.501Z | Compiling oso v0.27.3 |
2343 | 2024-12-16T20:16:27.176Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2344 | 2024-12-16T20:16:28.731Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2345 | 2024-12-16T20:16:34.266Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2346 | 2024-12-16T20:16:37.456Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2347 | 2024-12-16T20:16:37.775Z | Compiling bb8 v0.8.5 |
2348 | 2024-12-16T20:16:38.430Z | Compiling buf-list v1.0.3 |
2349 | 2024-12-16T20:16:39.109Z | Compiling async-bb8-diesel v0.2.1 |
2350 | 2024-12-16T20:16:41.573Z | Compiling nibble_vec v0.1.0 |
2351 | 2024-12-16T20:16:41.833Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2352 | 2024-12-16T20:16:42.643Z | Compiling pin-project-internal v1.1.6 |
2353 | 2024-12-16T20:16:43.907Z | Compiling atty v0.2.14 |
2354 | 2024-12-16T20:16:44.092Z | Compiling endian-type v0.1.2 |
2355 | 2024-12-16T20:16:44.373Z | Compiling salty v0.3.0 |
2356 | 2024-12-16T20:16:44.839Z | Compiling radix_trie v0.2.1 |
2357 | 2024-12-16T20:16:45.489Z | Compiling pin-project v1.1.6 |
2358 | 2024-12-16T20:16:46.155Z | Compiling parking_lot v0.11.2 |
2359 | 2024-12-16T20:16:49.271Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2360 | 2024-12-16T20:16:53.914Z | Compiling snafu-derive v0.8.5 |
2361 | 2024-12-16T20:16:58.783Z | Compiling snafu v0.8.5 |
2362 | 2024-12-16T20:17:00.157Z | Compiling sled v0.34.7 |
2363 | 2024-12-16T20:17:02.200Z | Compiling mime_guess v2.0.5 |
2364 | 2024-12-16T20:17:03.205Z | Compiling hickory-client v0.24.1 |
2365 | 2024-12-16T20:17:10.787Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2366 | 2024-12-16T20:17:13.118Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2367 | 2024-12-16T20:17:14.330Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2368 | 2024-12-16T20:17:16.599Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2369 | 2024-12-16T20:17:16.621Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2370 | 2024-12-16T20:17:18.143Z | Compiling hickory-server v0.24.1 |
2371 | 2024-12-16T20:17:18.955Z | Compiling globset v0.4.15 |
2372 | 2024-12-16T20:17:27.115Z | Compiling primeorder v0.13.6 |
2373 | 2024-12-16T20:17:27.734Z | Compiling olpc-cjson v0.1.4 |
2374 | 2024-12-16T20:17:28.116Z | Compiling vergen v8.3.2 |
2375 | 2024-12-16T20:17:28.408Z | Compiling env_filter v0.1.2 |
2376 | 2024-12-16T20:17:29.948Z | Compiling cargo-platform v0.1.8 |
2377 | 2024-12-16T20:17:29.995Z | Compiling serde_plain v1.0.2 |
2378 | 2024-12-16T20:17:30.509Z | Compiling nanorand v0.7.0 |
2379 | 2024-12-16T20:17:30.527Z | Compiling memoffset v0.9.1 |
2380 | 2024-12-16T20:17:30.858Z | Compiling typed-path v0.9.3 |
2381 | 2024-12-16T20:17:31.184Z | Compiling flume v0.11.1 |
2382 | 2024-12-16T20:17:32.337Z | Compiling cargo_metadata v0.18.1 |
2383 | 2024-12-16T20:17:34.500Z | Compiling tough v0.19.0 |
2384 | 2024-12-16T20:17:34.701Z | Compiling env_logger v0.11.5 |
2385 | 2024-12-16T20:17:35.751Z | Compiling p384 v0.13.0 |
2386 | 2024-12-16T20:17:35.871Z | Compiling git2 v0.19.0 |
2387 | 2024-12-16T20:17:36.144Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2388 | 2024-12-16T20:17:38.334Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2389 | 2024-12-16T20:17:41.841Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2390 | 2024-12-16T20:17:45.854Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2391 | 2024-12-16T20:17:47.129Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2392 | 2024-12-16T20:17:48.410Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2393 | 2024-12-16T20:17:53.619Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2394 | 2024-12-16T20:17:54.194Z | Compiling rand_seeder v0.3.0 |
2395 | 2024-12-16T20:17:54.611Z | Compiling libsqlite3-sys v0.30.1 |
2396 | 2024-12-16T20:17:55.065Z | Compiling lzma-sys v0.1.20 |
2397 | 2024-12-16T20:17:55.148Z | Compiling http-range v0.1.5 |
2398 | 2024-12-16T20:17:55.413Z | Compiling parse-size v1.1.0 |
2399 | 2024-12-16T20:17:55.730Z | Compiling cfg_aliases v0.2.1 |
2400 | 2024-12-16T20:17:55.749Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2401 | 2024-12-16T20:17:55.785Z | Compiling rustls v0.21.12 |
2402 | 2024-12-16T20:17:55.859Z | Compiling nix v0.29.0 |
2403 | 2024-12-16T20:17:56.115Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2404 | 2024-12-16T20:17:56.189Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2405 | 2024-12-16T20:17:56.432Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2406 | 2024-12-16T20:17:58.144Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2407 | 2024-12-16T20:17:58.399Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2408 | 2024-12-16T20:17:59.239Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2409 | 2024-12-16T20:17:59.552Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2410 | 2024-12-16T20:17:59.967Z | Compiling sct v0.7.1 |
2411 | 2024-12-16T20:18:00.453Z | Compiling rustls-webpki v0.101.7 |
2412 | 2024-12-16T20:18:02.253Z | Compiling heck v0.3.3 |
2413 | 2024-12-16T20:18:02.648Z | Compiling castaway v0.2.3 |
2414 | 2024-12-16T20:18:02.869Z | Compiling csv-core v0.1.11 |
2415 | 2024-12-16T20:18:03.744Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2416 | 2024-12-16T20:18:03.920Z | Compiling glob v0.3.1 |
2417 | 2024-12-16T20:18:04.080Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2418 | 2024-12-16T20:18:04.388Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2419 | 2024-12-16T20:18:04.521Z | Compiling csv v1.3.0 |
2420 | 2024-12-16T20:18:05.976Z | Compiling compact_str v0.8.0 |
2421 | 2024-12-16T20:18:06.684Z | Compiling zone_cfg_derive v0.1.2 |
2422 | 2024-12-16T20:18:08.687Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2423 | 2024-12-16T20:18:08.779Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2424 | 2024-12-16T20:18:09.387Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2425 | 2024-12-16T20:18:10.675Z | Compiling nix v0.27.1 |
2426 | 2024-12-16T20:18:11.557Z | Compiling hyper-staticfile v0.10.1 |
2427 | 2024-12-16T20:18:14.642Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2428 | 2024-12-16T20:18:15.702Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2429 | 2024-12-16T20:18:15.721Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2430 | 2024-12-16T20:18:16.959Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2431 | 2024-12-16T20:18:24.622Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2432 | 2024-12-16T20:18:24.884Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2433 | 2024-12-16T20:18:25.235Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2434 | 2024-12-16T20:18:25.545Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2435 | 2024-12-16T20:18:25.859Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2436 | 2024-12-16T20:18:29.703Z | Compiling unicode-truncate v1.1.0 |
2437 | 2024-12-16T20:18:30.006Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2438 | 2024-12-16T20:18:31.460Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2439 | 2024-12-16T20:18:32.062Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2440 | 2024-12-16T20:18:32.146Z | Compiling hashlink v0.9.1 |
2441 | 2024-12-16T20:18:32.668Z | Compiling tungstenite v0.23.0 |
2442 | 2024-12-16T20:18:32.950Z | Compiling lru v0.12.5 |
2443 | 2024-12-16T20:18:32.983Z | Compiling instability v0.3.2 |
2444 | 2024-12-16T20:18:33.120Z | Compiling base64 v0.13.1 |
2445 | 2024-12-16T20:18:33.348Z | Compiling fallible-iterator v0.3.0 |
2446 | 2024-12-16T20:18:33.915Z | Compiling cassowary v0.3.0 |
2447 | 2024-12-16T20:18:33.969Z | Compiling fallible-streaming-iterator v0.1.9 |
2448 | 2024-12-16T20:18:34.021Z | Compiling tokio-tungstenite v0.23.1 |
2449 | 2024-12-16T20:18:34.181Z | Compiling ron v0.7.1 |
2450 | 2024-12-16T20:18:34.269Z | Compiling rusqlite v0.32.1 |
2451 | 2024-12-16T20:18:34.665Z | Compiling ratatui v0.28.1 |
2452 | 2024-12-16T20:18:36.577Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2453 | 2024-12-16T20:18:37.266Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2454 | 2024-12-16T20:18:39.505Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2455 | 2024-12-16T20:18:39.607Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2456 | 2024-12-16T20:18:41.216Z | Compiling xz2 v0.1.7 |
2457 | 2024-12-16T20:18:42.855Z | Compiling tokio-rustls v0.24.1 |
2458 | 2024-12-16T20:18:43.938Z | Compiling zone v0.1.8 |
2459 | 2024-12-16T20:18:47.300Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2460 | 2024-12-16T20:18:53.429Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2461 | 2024-12-16T20:18:53.798Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2462 | 2024-12-16T20:18:55.849Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2463 | 2024-12-16T20:19:04.871Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2464 | 2024-12-16T20:19:06.277Z | Compiling rustls-pemfile v1.0.4 |
2465 | 2024-12-16T20:19:07.019Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2466 | 2024-12-16T20:19:07.372Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2467 | 2024-12-16T20:19:08.921Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2468 | 2024-12-16T20:19:09.079Z | Compiling signal-hook-tokio v0.3.1 |
2469 | 2024-12-16T20:19:09.119Z | Compiling twox-hash v1.6.3 |
2470 | 2024-12-16T20:19:09.328Z | Compiling yasna v0.5.2 |
2471 | 2024-12-16T20:19:10.124Z | Compiling unicode-linebreak v0.1.5 |
2472 | 2024-12-16T20:19:10.698Z | Compiling smawk v0.3.2 |
2473 | 2024-12-16T20:19:10.975Z | Compiling is_ci v1.2.0 |
2474 | 2024-12-16T20:19:11.297Z | Compiling supports-color v3.0.1 |
2475 | 2024-12-16T20:19:11.728Z | Compiling textwrap v0.16.1 |
2476 | 2024-12-16T20:19:12.283Z | Compiling rcgen v0.12.1 |
2477 | 2024-12-16T20:19:12.803Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2478 | 2024-12-16T20:19:15.354Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2479 | 2024-12-16T20:19:21.415Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2480 | 2024-12-16T20:19:22.561Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2481 | 2024-12-16T20:19:23.243Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2482 | 2024-12-16T20:19:23.916Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2483 | 2024-12-16T20:19:28.666Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2484 | 2024-12-16T20:19:42.057Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2485 | 2024-12-16T20:19:42.195Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2486 | 2024-12-16T20:19:42.823Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2487 | 2024-12-16T20:19:43.147Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2488 | 2024-12-16T20:19:49.841Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2489 | 2024-12-16T20:19:58.539Z | Compiling fatfs v0.3.6 |
2490 | 2024-12-16T20:20:00.138Z | Compiling rtoolbox v0.0.2 |
2491 | 2024-12-16T20:20:00.602Z | Compiling subprocess v0.2.9 |
2492 | 2024-12-16T20:20:01.483Z | Compiling assert_matches v1.5.0 |
2493 | 2024-12-16T20:20:01.624Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2494 | 2024-12-16T20:20:05.297Z | Compiling rpassword v7.3.1 |
2495 | 2024-12-16T20:20:05.759Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2496 | 2024-12-16T20:20:06.103Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2497 | 2024-12-16T20:20:09.333Z | Compiling tui-tree-widget v0.22.0 |
2498 | 2024-12-16T20:20:09.816Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2499 | 2024-12-16T20:20:13.423Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2500 | 2024-12-16T20:20:14.240Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2501 | 2024-12-16T20:20:14.553Z | Compiling uzers v0.12.1 |
2502 | 2024-12-16T20:20:17.650Z | Compiling shell-words v1.1.0 |
2503 | 2024-12-16T20:20:18.118Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2504 | 2024-12-16T20:20:27.137Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2505 | 2024-12-16T20:20:29.273Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2506 | 2024-12-16T20:20:58.340Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2507 | 2024-12-16T20:20:58.886Z | Compiling multimap v0.10.0 |
2508 | 2024-12-16T20:23:17.766Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2509 | 2024-12-16T20:23:21.338Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2510 | 2024-12-16T20:30:05.934Z | Finished `release` profile [optimized] target(s) in 16m 02s |
2511 | 2024-12-16T20:31:10.293Z | |
2512 | 2024-12-16T20:31:10.296Z | real 17:08.148820178 |
2513 | 2024-12-16T20:31:10.297Z | user 1:57:00.103767128 |
2514 | 2024-12-16T20:31:10.297Z | sys 5:51.128880957 |
2515 | 2024-12-16T20:31:10.297Z | trap 2.865400388 |
2516 | 2024-12-16T20:31:10.297Z | tflt 2.845750071 |
2517 | 2024-12-16T20:31:10.297Z | dflt 4.634809881 |
2518 | 2024-12-16T20:31:10.297Z | kflt 0.019812116 |
2519 | 2024-12-16T20:31:10.297Z | lock 7:10:20.887291327 |
2520 | 2024-12-16T20:31:10.297Z | slp 6:11:59.641563826 |
2521 | 2024-12-16T20:31:10.297Z | lat 2:52.513635376 |
2522 | 2024-12-16T20:31:10.297Z | stop 2:31.874201468 |
2523 | 2024-12-16T20:31:10.297Z | + mapfile -t packages |
2524 | 2024-12-16T20:31:10.297Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2525 | 2024-12-16T20:31:11.310Z | Finished `release` profile [optimized] target(s) in 0.96s |
2526 | 2024-12-16T20:31:11.369Z | Running `target/release/omicron-package -t test list-outputs` |
2527 | 2024-12-16T20:31:11.418Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2528 | 2024-12-16T20:31:11.424Z | + ptime -m cargo build --locked --release -p xtask |
2529 | 2024-12-16T20:31:11.973Z | Compiling serde v1.0.215 |
2530 | 2024-12-16T20:31:11.976Z | Compiling libc v0.2.162 |
2531 | 2024-12-16T20:31:11.976Z | Compiling serde_json v1.0.132 |
2532 | 2024-12-16T20:31:11.976Z | Compiling rustix v0.38.37 |
2533 | 2024-12-16T20:31:11.976Z | Compiling syn v2.0.87 |
2534 | 2024-12-16T20:31:11.976Z | Compiling bitflags v2.6.0 |
2535 | 2024-12-16T20:31:12.429Z | Compiling usdt-impl v0.5.0 |
2536 | 2024-12-16T20:31:12.467Z | Compiling syn v1.0.109 |
2537 | 2024-12-16T20:31:12.557Z | Compiling log v0.4.22 |
2538 | 2024-12-16T20:31:12.573Z | Compiling hashbrown v0.15.1 |
2539 | 2024-12-16T20:31:12.643Z | Compiling fs-err v2.11.0 |
2540 | 2024-12-16T20:31:12.940Z | Compiling once_cell v1.20.2 |
2541 | 2024-12-16T20:31:13.027Z | Compiling anyhow v1.0.93 |
2542 | 2024-12-16T20:31:13.592Z | Compiling thread-id v4.2.2 |
2543 | 2024-12-16T20:31:13.867Z | Compiling indexmap v2.6.0 |
2544 | 2024-12-16T20:31:15.253Z | Compiling terminal_size v0.4.0 |
2545 | 2024-12-16T20:31:15.254Z | Compiling tempfile v3.13.0 |
2546 | 2024-12-16T20:31:15.446Z | Compiling clap_builder v4.5.21 |
2547 | 2024-12-16T20:31:15.967Z | Compiling proc-macro-error v1.0.4 |
2548 | 2024-12-16T20:31:17.322Z | Compiling tabled_derive v0.7.0 |
2549 | 2024-12-16T20:31:18.726Z | Compiling tabled v0.15.0 |
2550 | 2024-12-16T20:31:20.259Z | Compiling serde_derive v1.0.215 |
2551 | 2024-12-16T20:31:20.584Z | Compiling thiserror-impl v1.0.69 |
2552 | 2024-12-16T20:31:20.896Z | Compiling zerocopy-derive v0.7.35 |
2553 | 2024-12-16T20:31:22.092Z | Compiling scroll_derive v0.12.0 |
2554 | 2024-12-16T20:31:22.234Z | Compiling clap_derive v4.5.18 |
2555 | 2024-12-16T20:31:22.952Z | Compiling zerocopy v0.7.35 |
2556 | 2024-12-16T20:31:23.398Z | Compiling thiserror v1.0.69 |
2557 | 2024-12-16T20:31:23.563Z | Compiling pest v2.7.14 |
2558 | 2024-12-16T20:31:23.690Z | Compiling scroll v0.12.0 |
2559 | 2024-12-16T20:31:24.380Z | Compiling goblin v0.8.2 |
2560 | 2024-12-16T20:31:26.539Z | Compiling pest_meta v2.7.14 |
2561 | 2024-12-16T20:31:28.577Z | Compiling pest_generator v2.7.14 |
2562 | 2024-12-16T20:31:30.408Z | Compiling clap v4.5.21 |
2563 | 2024-12-16T20:31:30.641Z | Compiling pest_derive v2.7.14 |
2564 | 2024-12-16T20:31:31.447Z | Compiling dtrace-parser v0.2.0 |
2565 | 2024-12-16T20:31:35.963Z | Compiling serde_tokenstream v0.2.2 |
2566 | 2024-12-16T20:31:36.585Z | Compiling serde_spanned v0.6.8 |
2567 | 2024-12-16T20:31:36.868Z | Compiling toml_datetime v0.6.8 |
2568 | 2024-12-16T20:31:37.584Z | Compiling dof v0.3.0 |
2569 | 2024-12-16T20:31:38.128Z | Compiling toml_edit v0.22.22 |
2570 | 2024-12-16T20:31:40.001Z | Compiling camino v1.1.9 |
2571 | 2024-12-16T20:31:41.234Z | Compiling usdt-attr-macro v0.5.0 |
2572 | 2024-12-16T20:31:41.383Z | Compiling usdt-macro v0.5.0 |
2573 | 2024-12-16T20:31:42.622Z | Compiling toml v0.8.19 |
2574 | 2024-12-16T20:31:44.659Z | Compiling cargo-platform v0.1.8 |
2575 | 2024-12-16T20:31:44.787Z | Compiling semver v1.0.23 |
2576 | 2024-12-16T20:31:45.057Z | Compiling cargo_toml v0.20.5 |
2577 | 2024-12-16T20:31:45.761Z | Compiling cargo_metadata v0.18.1 |
2578 | 2024-12-16T20:31:46.264Z | Compiling usdt v0.5.0 |
2579 | 2024-12-16T20:31:47.357Z | Compiling camino-tempfile v1.1.1 |
2580 | 2024-12-16T20:31:47.699Z | Compiling macaddr v1.0.1 |
2581 | 2024-12-16T20:31:57.135Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2582 | 2024-12-16T20:32:08.435Z | Finished `release` profile [optimized] target(s) in 56.95s |
2583 | 2024-12-16T20:32:08.560Z | |
2584 | 2024-12-16T20:32:08.564Z | real 57.104742103 |
2585 | 2024-12-16T20:32:08.564Z | user 5:46.285275418 |
2586 | 2024-12-16T20:32:08.564Z | sys 32.385248397 |
2587 | 2024-12-16T20:32:08.564Z | trap 0.153800997 |
2588 | 2024-12-16T20:32:08.564Z | tflt 0.278163403 |
2589 | 2024-12-16T20:32:08.564Z | dflt 0.420643120 |
2590 | 2024-12-16T20:32:08.564Z | kflt 0.000000000 |
2591 | 2024-12-16T20:32:08.564Z | lock 10:10.079796746 |
2592 | 2024-12-16T20:32:08.564Z | slp 15:51.620607796 |
2593 | 2024-12-16T20:32:08.564Z | lat 13.903792896 |
2594 | 2024-12-16T20:32:08.564Z | stop 16.560431147 |
2595 | 2024-12-16T20:32:08.564Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2596 | 2024-12-16T20:32:08.564Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2597 | 2024-12-16T20:32:08.564Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2598 | 2024-12-16T20:32:08.564Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2599 | 2024-12-16T20:32:08.564Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2600 | 2024-12-16T20:32:09.448Z | Compiling hashbrown v0.14.5 |
2601 | 2024-12-16T20:32:09.576Z | Compiling ident_case v1.0.1 |
2602 | 2024-12-16T20:32:09.579Z | Compiling unsafe-libyaml v0.2.11 |
2603 | 2024-12-16T20:32:09.579Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2604 | 2024-12-16T20:32:09.579Z | Compiling progenitor-client v0.8.0 |
2605 | 2024-12-16T20:32:09.579Z | Compiling ipnetwork v0.20.0 |
2606 | 2024-12-16T20:32:09.579Z | Compiling macaddr v1.0.1 |
2607 | 2024-12-16T20:32:09.580Z | Compiling instant v0.1.13 |
2608 | 2024-12-16T20:32:09.751Z | Compiling darling_core v0.20.10 |
2609 | 2024-12-16T20:32:09.754Z | Compiling structmeta-derive v0.3.0 |
2610 | 2024-12-16T20:32:10.073Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2611 | 2024-12-16T20:32:10.136Z | Compiling dropshot v0.13.0 |
2612 | 2024-12-16T20:32:10.199Z | Compiling newtype-uuid v1.1.3 |
2613 | 2024-12-16T20:32:10.515Z | Compiling dropshot_endpoint v0.13.0 |
2614 | 2024-12-16T20:32:10.539Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2615 | 2024-12-16T20:32:10.875Z | Compiling regress v0.10.1 |
2616 | 2024-12-16T20:32:10.875Z | Compiling serde_yaml v0.9.34+deprecated |
2617 | 2024-12-16T20:32:10.912Z | Compiling regress v0.9.1 |
2618 | 2024-12-16T20:32:11.309Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2619 | 2024-12-16T20:32:11.481Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2620 | 2024-12-16T20:32:11.502Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2621 | 2024-12-16T20:32:11.848Z | Compiling backoff v0.4.0 |
2622 | 2024-12-16T20:32:12.241Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2623 | 2024-12-16T20:32:12.320Z | Compiling tempfile v3.13.0 |
2624 | 2024-12-16T20:32:12.405Z | Compiling proc-macro-crate v1.3.1 |
2625 | 2024-12-16T20:32:12.784Z | Compiling structmeta v0.3.0 |
2626 | 2024-12-16T20:32:13.229Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2627 | 2024-12-16T20:32:13.264Z | Compiling parse-display-derive v0.10.0 |
2628 | 2024-12-16T20:32:13.540Z | Compiling num_enum_derive v0.5.11 |
2629 | 2024-12-16T20:32:13.638Z | Compiling itertools v0.13.0 |
2630 | 2024-12-16T20:32:15.072Z | Compiling typify-impl v0.2.0 |
2631 | 2024-12-16T20:32:16.128Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2632 | 2024-12-16T20:32:16.174Z | Compiling num_enum v0.5.11 |
2633 | 2024-12-16T20:32:16.196Z | Compiling zerocopy v0.8.10 |
2634 | 2024-12-16T20:32:16.354Z | Compiling foreign-types-macros v0.2.3 |
2635 | 2024-12-16T20:32:16.440Z | Compiling zerocopy-derive v0.8.10 |
2636 | 2024-12-16T20:32:16.921Z | Compiling darling_macro v0.20.10 |
2637 | 2024-12-16T20:32:16.984Z | Compiling foreign-types-shared v0.3.1 |
2638 | 2024-12-16T20:32:17.117Z | Compiling heapless v0.8.0 |
2639 | 2024-12-16T20:32:17.394Z | Compiling proc-macro-error v1.0.4 |
2640 | 2024-12-16T20:32:17.676Z | Compiling foreign-types v0.5.0 |
2641 | 2024-12-16T20:32:17.859Z | Compiling darling v0.20.10 |
2642 | 2024-12-16T20:32:17.880Z | Compiling parse-display v0.10.0 |
2643 | 2024-12-16T20:32:17.984Z | Compiling camino-tempfile v1.1.1 |
2644 | 2024-12-16T20:32:18.003Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2645 | 2024-12-16T20:32:18.083Z | Compiling serde_with_macros v3.11.0 |
2646 | 2024-12-16T20:32:18.143Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2647 | 2024-12-16T20:32:18.531Z | Compiling hash32 v0.3.1 |
2648 | 2024-12-16T20:32:18.634Z | Compiling cstr-argument v0.1.2 |
2649 | 2024-12-16T20:32:18.807Z | Compiling smoltcp v0.11.0 |
2650 | 2024-12-16T20:32:18.880Z | Compiling pretty-hex v0.2.1 |
2651 | 2024-12-16T20:32:18.919Z | Compiling crucible-workspace-hack v0.1.0 |
2652 | 2024-12-16T20:32:19.092Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2653 | 2024-12-16T20:32:19.234Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2654 | 2024-12-16T20:32:19.425Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2655 | 2024-12-16T20:32:19.604Z | Compiling tabwriter v1.4.0 |
2656 | 2024-12-16T20:32:20.055Z | Compiling colored v2.1.0 |
2657 | 2024-12-16T20:32:20.143Z | Compiling cobs v0.2.3 |
2658 | 2024-12-16T20:32:20.464Z | Compiling postcard v1.0.10 |
2659 | 2024-12-16T20:32:20.951Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2660 | 2024-12-16T20:32:20.972Z | Compiling serde_with v3.11.0 |
2661 | 2024-12-16T20:32:21.110Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2662 | 2024-12-16T20:32:21.294Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2663 | 2024-12-16T20:32:21.346Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2664 | 2024-12-16T20:32:21.638Z | Compiling thiserror v2.0.3 |
2665 | 2024-12-16T20:32:22.274Z | Compiling smf v0.2.3 |
2666 | 2024-12-16T20:32:22.668Z | Compiling thiserror-impl v2.0.3 |
2667 | 2024-12-16T20:32:23.175Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2668 | 2024-12-16T20:32:23.812Z | Compiling zone_cfg_derive v0.3.0 |
2669 | 2024-12-16T20:32:25.146Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2670 | 2024-12-16T20:32:25.206Z | Compiling num-derive v0.4.2 |
2671 | 2024-12-16T20:32:25.326Z | Compiling sigpipe v0.1.3 |
2672 | 2024-12-16T20:32:25.406Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2673 | 2024-12-16T20:32:25.461Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2674 | 2024-12-16T20:32:25.630Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2675 | 2024-12-16T20:32:25.653Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2676 | 2024-12-16T20:32:25.780Z | Compiling zone v0.3.0 |
2677 | 2024-12-16T20:32:26.110Z | Compiling universal-hash v0.5.1 |
2678 | 2024-12-16T20:32:26.251Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2679 | 2024-12-16T20:32:26.320Z | Compiling opaque-debug v0.3.1 |
2680 | 2024-12-16T20:32:26.432Z | Compiling num-rational v0.4.2 |
2681 | 2024-12-16T20:32:26.578Z | Compiling password-hash v0.5.0 |
2682 | 2024-12-16T20:32:26.768Z | Compiling num-complex v0.4.6 |
2683 | 2024-12-16T20:32:27.445Z | Compiling blake2 v0.10.6 |
2684 | 2024-12-16T20:32:27.646Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2685 | 2024-12-16T20:32:27.658Z | Compiling aead v0.5.2 |
2686 | 2024-12-16T20:32:27.680Z | Compiling keccak v0.1.5 |
2687 | 2024-12-16T20:32:27.866Z | Compiling convert_case v0.4.0 |
2688 | 2024-12-16T20:32:28.104Z | Compiling sha3 v0.10.8 |
2689 | 2024-12-16T20:32:28.313Z | Compiling argon2 v0.5.3 |
2690 | 2024-12-16T20:32:28.629Z | Compiling num v0.4.3 |
2691 | 2024-12-16T20:32:28.763Z | Compiling poly1305 v0.8.0 |
2692 | 2024-12-16T20:32:28.783Z | Compiling tungstenite v0.21.0 |
2693 | 2024-12-16T20:32:28.837Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2694 | 2024-12-16T20:32:28.923Z | Compiling derive_more v0.99.18 |
2695 | 2024-12-16T20:32:29.127Z | Compiling chacha20 v0.9.1 |
2696 | 2024-12-16T20:32:29.201Z | Compiling float-ord v0.3.2 |
2697 | 2024-12-16T20:32:29.392Z | Compiling base64 v0.21.7 |
2698 | 2024-12-16T20:32:29.639Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2699 | 2024-12-16T20:32:30.111Z | Compiling tokio-tungstenite v0.21.0 |
2700 | 2024-12-16T20:32:30.466Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2701 | 2024-12-16T20:32:30.530Z | Compiling semver v0.1.20 |
2702 | 2024-12-16T20:32:30.714Z | Compiling same-file v1.0.6 |
2703 | 2024-12-16T20:32:30.915Z | Compiling walkdir v2.5.0 |
2704 | 2024-12-16T20:32:30.982Z | Compiling rustc_version v0.1.7 |
2705 | 2024-12-16T20:32:31.038Z | Compiling newline-converter v0.3.0 |
2706 | 2024-12-16T20:32:31.131Z | Compiling primeorder v0.13.6 |
2707 | 2024-12-16T20:32:31.216Z | Compiling secrecy v0.8.0 |
2708 | 2024-12-16T20:32:31.220Z | Compiling owo-colors v4.1.0 |
2709 | 2024-12-16T20:32:31.522Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2710 | 2024-12-16T20:32:31.542Z | Compiling cancel-safe-futures v0.1.5 |
2711 | 2024-12-16T20:32:31.561Z | Compiling newtype_derive v0.1.6 |
2712 | 2024-12-16T20:32:31.670Z | Compiling expectorate v1.1.0 |
2713 | 2024-12-16T20:32:31.691Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2714 | 2024-12-16T20:32:31.857Z | Compiling thiserror-impl-no-std v2.0.2 |
2715 | 2024-12-16T20:32:31.876Z | Compiling ring v0.16.20 |
2716 | 2024-12-16T20:32:31.932Z | Compiling blake3 v1.5.4 |
2717 | 2024-12-16T20:32:32.008Z | Compiling half v2.4.1 |
2718 | 2024-12-16T20:32:32.369Z | Compiling unicase v2.7.0 |
2719 | 2024-12-16T20:32:32.582Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2720 | 2024-12-16T20:32:32.616Z | Compiling ciborium-io v0.2.2 |
2721 | 2024-12-16T20:32:32.686Z | Compiling arc-swap v1.7.1 |
2722 | 2024-12-16T20:32:32.753Z | Compiling ciborium-ll v0.2.2 |
2723 | 2024-12-16T20:32:33.224Z | Compiling slog-scope v4.4.0 |
2724 | 2024-12-16T20:32:33.381Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2725 | 2024-12-16T20:32:33.787Z | Compiling polyval v0.6.2 |
2726 | 2024-12-16T20:32:33.891Z | Compiling typify-macro v0.2.0 |
2727 | 2024-12-16T20:32:34.080Z | Compiling atomicwrites v0.4.4 |
2728 | 2024-12-16T20:32:34.259Z | Compiling libsw v3.3.1 |
2729 | 2024-12-16T20:32:34.262Z | Compiling memmap2 v0.9.5 |
2730 | 2024-12-16T20:32:34.466Z | Compiling salty v0.3.0 |
2731 | 2024-12-16T20:32:34.613Z | Compiling arrayref v0.3.9 |
2732 | 2024-12-16T20:32:34.733Z | Compiling arrayvec v0.7.6 |
2733 | 2024-12-16T20:32:34.776Z | Compiling linear-map v1.2.0 |
2734 | 2024-12-16T20:32:34.892Z | Compiling libefi-sys v0.1.0 |
2735 | 2024-12-16T20:32:35.151Z | Compiling constant_time_eq v0.3.1 |
2736 | 2024-12-16T20:32:35.172Z | Compiling thiserror-no-std v2.0.2 |
2737 | 2024-12-16T20:32:35.192Z | Compiling indent_write v2.2.0 |
2738 | 2024-12-16T20:32:35.195Z | Compiling parking_lot_core v0.8.6 |
2739 | 2024-12-16T20:32:35.289Z | Compiling spin v0.5.2 |
2740 | 2024-12-16T20:32:35.408Z | Compiling vsss-rs v3.3.4 |
2741 | 2024-12-16T20:32:35.599Z | Compiling ghash v0.5.1 |
2742 | 2024-12-16T20:32:35.812Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2743 | 2024-12-16T20:32:35.878Z | Compiling slog-stdlog v4.1.1 |
2744 | 2024-12-16T20:32:36.114Z | Compiling ciborium v0.2.2 |
2745 | 2024-12-16T20:32:36.649Z | Compiling p384 v0.13.0 |
2746 | 2024-12-16T20:32:36.693Z | Compiling toolchain_find v0.4.0 |
2747 | 2024-12-16T20:32:36.802Z | Compiling chacha20poly1305 v0.10.1 |
2748 | 2024-12-16T20:32:37.056Z | Compiling ctr v0.9.2 |
2749 | 2024-12-16T20:32:37.425Z | Compiling lzma-sys v0.1.20 |
2750 | 2024-12-16T20:32:37.447Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2751 | 2024-12-16T20:32:37.633Z | Compiling bitfield-struct v0.6.2 |
2752 | 2024-12-16T20:32:37.871Z | Compiling slog-dtrace v0.3.0 |
2753 | 2024-12-16T20:32:38.214Z | Compiling topological-sort v0.2.2 |
2754 | 2024-12-16T20:32:38.239Z | Compiling typify v0.2.0 |
2755 | 2024-12-16T20:32:38.285Z | Compiling highway v1.2.0 |
2756 | 2024-12-16T20:32:38.429Z | Compiling progenitor-impl v0.8.0 |
2757 | 2024-12-16T20:32:38.477Z | Compiling omicron-zone-package v0.11.1 |
2758 | 2024-12-16T20:32:38.575Z | Compiling aes-gcm v0.10.3 |
2759 | 2024-12-16T20:32:38.893Z | Compiling rustfmt-wrapper v0.2.1 |
2760 | 2024-12-16T20:32:39.082Z | Compiling mime_guess v2.0.5 |
2761 | 2024-12-16T20:32:39.195Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2762 | 2024-12-16T20:32:39.360Z | Compiling slog-envlogger v2.2.0 |
2763 | 2024-12-16T20:32:39.480Z | Compiling steno v0.4.1 |
2764 | 2024-12-16T20:32:40.209Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2765 | 2024-12-16T20:32:40.468Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2766 | 2024-12-16T20:32:40.524Z | Compiling heck v0.3.3 |
2767 | 2024-12-16T20:32:40.635Z | Compiling ssh-encoding v0.2.0 |
2768 | 2024-12-16T20:32:40.958Z | Compiling blowfish v0.9.1 |
2769 | 2024-12-16T20:32:40.964Z | Compiling nibble_vec v0.1.0 |
2770 | 2024-12-16T20:32:41.005Z | Compiling env_filter v0.1.2 |
2771 | 2024-12-16T20:32:41.180Z | Compiling humantime v2.1.0 |
2772 | 2024-12-16T20:32:41.184Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2773 | 2024-12-16T20:32:41.459Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2774 | 2024-12-16T20:32:41.646Z | Compiling endian-type v0.1.2 |
2775 | 2024-12-16T20:32:41.698Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2776 | 2024-12-16T20:32:41.736Z | Compiling env_logger v0.11.5 |
2777 | 2024-12-16T20:32:41.762Z | Compiling bcrypt-pbkdf v0.10.0 |
2778 | 2024-12-16T20:32:41.817Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2779 | 2024-12-16T20:32:41.835Z | Compiling radix_trie v0.2.1 |
2780 | 2024-12-16T20:32:41.880Z | Compiling zone_cfg_derive v0.1.2 |
2781 | 2024-12-16T20:32:42.401Z | Compiling ssh-cipher v0.2.0 |
2782 | 2024-12-16T20:32:42.494Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2783 | 2024-12-16T20:32:42.831Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2784 | 2024-12-16T20:32:42.958Z | Compiling parking_lot v0.11.2 |
2785 | 2024-12-16T20:32:43.676Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2786 | 2024-12-16T20:32:43.804Z | Compiling password-hash v0.4.2 |
2787 | 2024-12-16T20:32:43.895Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2788 | 2024-12-16T20:32:44.011Z | Compiling gethostname v0.5.0 |
2789 | 2024-12-16T20:32:44.131Z | Compiling fxhash v0.2.1 |
2790 | 2024-12-16T20:32:44.208Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2791 | 2024-12-16T20:32:44.256Z | Compiling matches v0.1.10 |
2792 | 2024-12-16T20:32:44.359Z | Compiling lockfree-object-pool v0.1.6 |
2793 | 2024-12-16T20:32:44.379Z | Compiling bumpalo v3.16.0 |
2794 | 2024-12-16T20:32:44.514Z | Compiling zip v2.1.3 |
2795 | 2024-12-16T20:32:44.517Z | Compiling simd-adler32 v0.3.7 |
2796 | 2024-12-16T20:32:44.649Z | Compiling base64 v0.13.1 |
2797 | 2024-12-16T20:32:44.780Z | Compiling http-range v0.1.5 |
2798 | 2024-12-16T20:32:44.856Z | Compiling idna v0.2.3 |
2799 | 2024-12-16T20:32:44.889Z | Compiling zopfli v0.8.1 |
2800 | 2024-12-16T20:32:44.891Z | Compiling sled v0.34.7 |
2801 | 2024-12-16T20:32:45.123Z | Compiling ron v0.7.1 |
2802 | 2024-12-16T20:32:45.145Z | Compiling pbkdf2 v0.11.0 |
2803 | 2024-12-16T20:32:45.238Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2804 | 2024-12-16T20:32:45.561Z | Compiling xz2 v0.1.7 |
2805 | 2024-12-16T20:32:46.044Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2806 | 2024-12-16T20:32:46.128Z | Compiling zone v0.1.8 |
2807 | 2024-12-16T20:32:46.782Z | Compiling ssh-key v0.6.6 |
2808 | 2024-12-16T20:32:46.825Z | Compiling progenitor-macro v0.8.0 |
2809 | 2024-12-16T20:32:47.200Z | Compiling hickory-client v0.24.1 |
2810 | 2024-12-16T20:32:47.578Z | Compiling p256 v0.13.2 |
2811 | 2024-12-16T20:32:47.696Z | Compiling p521 v0.13.3 |
2812 | 2024-12-16T20:32:47.721Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2813 | 2024-12-16T20:32:48.472Z | Compiling hickory-server v0.24.1 |
2814 | 2024-12-16T20:32:48.834Z | Compiling enum-as-inner v0.5.1 |
2815 | 2024-12-16T20:32:48.968Z | Compiling pem v3.0.4 |
2816 | 2024-12-16T20:32:49.839Z | Compiling yasna v0.5.2 |
2817 | 2024-12-16T20:32:49.941Z | Compiling headers-core v0.3.0 |
2818 | 2024-12-16T20:32:50.128Z | Compiling kstat-rs v0.2.4 |
2819 | 2024-12-16T20:32:50.182Z | Compiling nanorand v0.7.0 |
2820 | 2024-12-16T20:32:50.788Z | Compiling atty v0.2.14 |
2821 | 2024-12-16T20:32:50.814Z | Compiling russh-cryptovec v0.7.3 |
2822 | 2024-12-16T20:32:50.943Z | Compiling md5 v0.7.0 |
2823 | 2024-12-16T20:32:51.154Z | Compiling rcgen v0.12.1 |
2824 | 2024-12-16T20:32:51.480Z | Compiling russh-keys v0.45.0 |
2825 | 2024-12-16T20:32:51.597Z | Compiling flume v0.11.1 |
2826 | 2024-12-16T20:32:51.689Z | Compiling headers v0.4.0 |
2827 | 2024-12-16T20:32:51.741Z | Compiling trust-dns-proto v0.22.0 |
2828 | 2024-12-16T20:32:52.345Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2829 | 2024-12-16T20:32:53.718Z | Compiling hyper-staticfile v0.10.1 |
2830 | 2024-12-16T20:32:54.959Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2831 | 2024-12-16T20:32:55.544Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2832 | 2024-12-16T20:32:55.775Z | Compiling num-bigint v0.4.6 |
2833 | 2024-12-16T20:32:55.801Z | Compiling des v0.8.1 |
2834 | 2024-12-16T20:32:55.818Z | Compiling subprocess v0.2.9 |
2835 | 2024-12-16T20:32:56.070Z | Compiling dhcproto-macros v0.1.0 |
2836 | 2024-12-16T20:32:56.169Z | Compiling display-error-chain v0.2.2 |
2837 | 2024-12-16T20:32:56.420Z | Compiling hex-literal v0.4.1 |
2838 | 2024-12-16T20:32:56.611Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2839 | 2024-12-16T20:32:56.774Z | Compiling internet-checksum v0.2.1 |
2840 | 2024-12-16T20:32:57.048Z | Compiling dhcproto v0.12.0 |
2841 | 2024-12-16T20:32:58.766Z | Compiling russh v0.45.0 |
2842 | 2024-12-16T20:33:00.331Z | Compiling progenitor v0.8.0 |
2843 | 2024-12-16T20:33:00.521Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2844 | 2024-12-16T20:33:00.521Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2845 | 2024-12-16T20:33:00.604Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2846 | 2024-12-16T20:33:00.604Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2847 | 2024-12-16T20:33:00.604Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2848 | 2024-12-16T20:33:00.648Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2849 | 2024-12-16T20:33:00.730Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2850 | 2024-12-16T20:33:02.171Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2851 | 2024-12-16T20:33:02.558Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2852 | 2024-12-16T20:33:03.264Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2853 | 2024-12-16T20:33:07.331Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2854 | 2024-12-16T20:33:08.001Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2855 | 2024-12-16T20:33:16.961Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2856 | 2024-12-16T20:33:16.964Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2857 | 2024-12-16T20:33:16.964Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2858 | 2024-12-16T20:33:16.964Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2859 | 2024-12-16T20:33:17.964Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2860 | 2024-12-16T20:33:20.137Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2861 | 2024-12-16T20:33:21.290Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2862 | 2024-12-16T20:33:21.532Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2863 | 2024-12-16T20:33:22.451Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2864 | 2024-12-16T20:33:25.112Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2865 | 2024-12-16T20:33:25.251Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2866 | 2024-12-16T20:33:25.771Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2867 | 2024-12-16T20:33:26.277Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2868 | 2024-12-16T20:33:27.768Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2869 | 2024-12-16T20:33:28.040Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2870 | 2024-12-16T20:33:29.460Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2871 | 2024-12-16T20:33:29.664Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2872 | 2024-12-16T20:33:30.888Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2873 | 2024-12-16T20:33:31.191Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2874 | 2024-12-16T20:33:33.199Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2875 | 2024-12-16T20:33:33.423Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2876 | 2024-12-16T20:33:33.731Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2877 | 2024-12-16T20:33:33.989Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2878 | 2024-12-16T20:33:36.424Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2879 | 2024-12-16T20:33:39.220Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2880 | 2024-12-16T20:33:40.948Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2881 | 2024-12-16T20:33:42.109Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2882 | 2024-12-16T20:33:42.323Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2883 | 2024-12-16T20:33:48.113Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2884 | 2024-12-16T20:33:56.408Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2885 | 2024-12-16T20:33:58.017Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2886 | 2024-12-16T20:34:17.396Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2887 | 2024-12-16T20:34:53.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 44s |
2888 | 2024-12-16T20:34:53.462Z | |
2889 | 2024-12-16T20:34:53.465Z | real 2:44.828387182 |
2890 | 2024-12-16T20:34:53.465Z | user 12:29.636039753 |
2891 | 2024-12-16T20:34:53.465Z | sys 2:49.621596298 |
2892 | 2024-12-16T20:34:53.465Z | trap 0.331331381 |
2893 | 2024-12-16T20:34:53.465Z | tflt 0.965212565 |
2894 | 2024-12-16T20:34:53.465Z | dflt 2.179221930 |
2895 | 2024-12-16T20:34:53.465Z | kflt 0.000012527 |
2896 | 2024-12-16T20:34:53.465Z | lock 26:12.000408359 |
2897 | 2024-12-16T20:34:53.465Z | slp 45:07.677931503 |
2898 | 2024-12-16T20:34:53.465Z | lat 35.645160637 |
2899 | 2024-12-16T20:34:53.465Z | stop 1:36.553982156 |
2900 | 2024-12-16T20:34:53.465Z | + mkdir tests |
2901 | 2024-12-16T20:34:53.469Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2902 | 2024-12-16T20:34:53.469Z | + xargs -I '{}' -t cp '{}' tests/ |
2903 | 2024-12-16T20:34:54.443Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-5f4fd34570514b4f tests/ |
2904 | 2024-12-16T20:34:54.464Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-41e4b8f650b448b3 tests/ |
2905 | 2024-12-16T20:34:54.484Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-a6a38627cf68b1a4 tests/ |
2906 | 2024-12-16T20:34:54.505Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-40465226e9d9f67a tests/ |
2907 | 2024-12-16T20:34:54.686Z | + 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/*) |
2908 | 2024-12-16T20:34:54.688Z | + 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-41e4b8f650b448b3 tests/commtest-a6a38627cf68b1a4 tests/dhcp_server-5f4fd34570514b4f tests/end_to_end_tests-40465226e9d9f67a 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 |
2909 | 2024-12-16T20:36:05.825Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2910 | 2024-12-16T20:36:05.825Z | a .github/buildomat/ci-env.sh 1K |
2911 | 2024-12-16T20:36:05.825Z | a out/target/test 1K |
2912 | 2024-12-16T20:36:05.826Z | a out/npuzone/npuzone 23144K |
2913 | 2024-12-16T20:36:05.826Z | a package-manifest.toml 32K |
2914 | 2024-12-16T20:36:05.826Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2915 | 2024-12-16T20:36:05.826Z | a target/release/omicron-package 36300K |
2916 | 2024-12-16T20:36:05.826Z | a target/release/xtask 11762K |
2917 | 2024-12-16T20:36:05.826Z | a target/debug/bootstrap 210153K |
2918 | 2024-12-16T20:36:05.826Z | a tests/bootstrap-41e4b8f650b448b3 24246K |
2919 | 2024-12-16T20:36:05.826Z | a tests/commtest-a6a38627cf68b1a4 25022K |
2920 | 2024-12-16T20:36:05.826Z | a tests/dhcp_server-5f4fd34570514b4f 24246K |
2921 | 2024-12-16T20:36:05.826Z | a tests/end_to_end_tests-40465226e9d9f67a 228212K |
2922 | 2024-12-16T20:36:05.826Z | a out/clickhouse.tar.gz 280541K |
2923 | 2024-12-16T20:36:05.826Z | a out/clickhouse_keeper.tar.gz 280539K |
2924 | 2024-12-16T20:36:05.826Z | a out/clickhouse_server.tar.gz 280537K |
2925 | 2024-12-16T20:36:05.826Z | a out/cockroachdb.tar.gz 134578K |
2926 | 2024-12-16T20:36:05.826Z | a out/crucible-dtrace.tar 85K |
2927 | 2024-12-16T20:36:05.826Z | a out/crucible-pantry-zone.tar.gz 28190K |
2928 | 2024-12-16T20:36:05.826Z | a out/crucible-zone.tar.gz 36407K |
2929 | 2024-12-16T20:36:05.826Z | a out/external-dns.tar.gz 35286K |
2930 | 2024-12-16T20:36:05.826Z | a out/internal-dns.tar.gz 35284K |
2931 | 2024-12-16T20:36:05.826Z | a out/mg-ddm-gz.tar 63075K |
2932 | 2024-12-16T20:36:05.826Z | a out/nexus.tar.gz 98160K |
2933 | 2024-12-16T20:36:05.826Z | a out/ntp.tar.gz 10376K |
2934 | 2024-12-16T20:36:05.826Z | a out/omicron-gateway-softnpu.tar.gz 23923K |
2935 | 2024-12-16T20:36:05.826Z | a out/omicron-sled-agent.tar 113413K |
2936 | 2024-12-16T20:36:05.826Z | a out/overlay.tar.gz 3K |
2937 | 2024-12-16T20:36:05.826Z | a out/oximeter.tar.gz 47740K |
2938 | 2024-12-16T20:36:05.826Z | a out/oxlog.tar 3088K |
2939 | 2024-12-16T20:36:05.826Z | a out/probe.tar.gz 2764K |
2940 | 2024-12-16T20:36:05.826Z | a out/propolis-server.tar.gz 66730K |
2941 | 2024-12-16T20:36:05.826Z | a out/pumpkind-gz.tar 26665K |
2942 | 2024-12-16T20:36:05.826Z | a out/switch-softnpu.tar.gz 235597K |
2943 | 2024-12-16T20:36:05.829Z | |
2944 | 2024-12-16T20:36:05.829Z | real 1:11.126087587 |
2945 | 2024-12-16T20:36:05.829Z | user 1:07.810745014 |
2946 | 2024-12-16T20:36:05.829Z | sys 4.688334571 |
2947 | 2024-12-16T20:36:05.829Z | trap 0.016621658 |
2948 | 2024-12-16T20:36:05.829Z | tflt 0.000000000 |
2949 | 2024-12-16T20:36:05.829Z | dflt 0.000000000 |
2950 | 2024-12-16T20:36:05.829Z | kflt 0.000000000 |
2951 | 2024-12-16T20:36:05.829Z | lock 0.000000000 |
2952 | 2024-12-16T20:36:05.830Z | slp 1:07.626036223 |
2953 | 2024-12-16T20:36:05.830Z | lat 2.104915940 |
2954 | 2024-12-16T20:36:05.830Z | stop 0.000328240 |
2955 | 2024-12-16T20:36:05.832Z | process exited: duration 1993290 ms, exit code 0 |
|
2956 | 2024-12-16T20:36:05.846Z | found 1 output files |
2957 | 2024-12-16T20:36:05.846Z | uploading: /work/package.tar.gz (1854683135 bytes) |
2958 | 2024-12-16T20:36:47.852Z | uploaded: /work/package.tar.gz |