|
|
|
1 | 2024-12-03T22:27:22.345Z | job assigned to worker 01JE7A3CWGRAP1X1842QE9ETZ1 [factory aws, i-0083f3f72038fa73f] (queued for 1 m 5 s) |
|
2 | 2024-12-03T22:27:29.740Z | starting task 0: "setup" |
3 | 2024-12-03T22:27:29.751Z | ++ uname -s |
4 | 2024-12-03T22:27:29.754Z | + kern=SunOS |
5 | 2024-12-03T22:27:29.754Z | + case "$kern" in |
6 | 2024-12-03T22:27:29.754Z | + groupadd -g 12345 build |
7 | 2024-12-03T22:27:29.756Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-03T22:27:31.762Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-03T22:27:31.935Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-03T22:27:31.937Z | + home_fs=zfs |
11 | 2024-12-03T22:27:31.937Z | + [[ zfs == autofs ]] |
12 | 2024-12-03T22:27:31.937Z | + mkdir -p /home/build |
13 | 2024-12-03T22:27:31.940Z | + chown build:build /home/build /work |
14 | 2024-12-03T22:27:33.941Z | + chmod 0700 /home/build /work |
15 | 2024-12-03T22:27:33.949Z | process exited: duration 4202 ms, exit code 0 |
|
16 | 2024-12-03T22:27:33.958Z | starting task 1: "rust-toolchain" |
17 | 2024-12-03T22:27:33.963Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-03T22:27:33.963Z | ' 1.81.0 |
19 | 2024-12-03T22:27:33.963Z | * toolchain channel = "1.81.0" |
20 | 2024-12-03T22:27:33.963Z | * toolchain profile = "default" |
21 | 2024-12-03T22:27:33.963Z | + printf ' * toolchain profile = "%s" |
22 | 2024-12-03T22:27:33.963Z | ' default |
23 | 2024-12-03T22:27:33.965Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-03T22:27:33.965Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-03T22:27:34.065Z | info: downloading installer |
26 | 2024-12-03T22:27:35.620Z | info: profile set to 'default' |
27 | 2024-12-03T22:27:35.620Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-03T22:27:35.622Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-03T22:27:35.778Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-03T22:27:35.778Z | info: downloading component 'cargo' |
31 | 2024-12-03T22:27:36.640Z | info: downloading component 'clippy' |
32 | 2024-12-03T22:27:36.960Z | info: downloading component 'rust-docs' |
33 | 2024-12-03T22:27:38.156Z | info: downloading component 'rust-std' |
34 | 2024-12-03T22:27:40.017Z | info: downloading component 'rustc' |
35 | 2024-12-03T22:27:46.705Z | info: downloading component 'rustfmt' |
36 | 2024-12-03T22:27:46.955Z | info: installing component 'cargo' |
37 | 2024-12-03T22:27:47.759Z | info: installing component 'clippy' |
38 | 2024-12-03T22:27:48.114Z | info: installing component 'rust-docs' |
39 | 2024-12-03T22:27:49.719Z | info: installing component 'rust-std' |
40 | 2024-12-03T22:27:51.428Z | info: installing component 'rustc' |
41 | 2024-12-03T22:27:57.051Z | info: installing component 'rustfmt' |
42 | 2024-12-03T22:27:57.368Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-03T22:27:57.368Z | |
44 | 2024-12-03T22:27:57.733Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-03T22:27:57.733Z | |
46 | 2024-12-03T22:27:57.735Z | |
47 | 2024-12-03T22:27:57.735Z | Rust is installed now. Great! |
48 | 2024-12-03T22:27:57.735Z | |
49 | 2024-12-03T22:27:57.735Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-03T22:27:57.735Z | environment variable. This has not been done automatically. |
51 | 2024-12-03T22:27:57.735Z | |
52 | 2024-12-03T22:27:57.735Z | To configure your current shell, you need to source |
53 | 2024-12-03T22:27:57.736Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-03T22:27:57.736Z | |
55 | 2024-12-03T22:27:57.736Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-03T22:27:57.736Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-03T22:27:57.736Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-03T22:27:57.809Z | + rustc --version |
59 | 2024-12-03T22:27:57.872Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-03T22:27:57.875Z | process exited: duration 23915 ms, exit code 0 |
|
61 | 2024-12-03T22:27:57.880Z | starting task 2: "authentication" |
62 | 2024-12-03T22:27:57.900Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-12-03T22:27:57.906Z | starting task 3: "clone repository" |
64 | 2024-12-03T22:27:57.910Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-03T22:27:57.913Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-03T22:27:57.948Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-03T22:28:04.770Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-03T22:28:04.772Z | + git fetch origin bd515ff97e47394962258d8347b7007043019576 |
69 | 2024-12-03T22:28:05.091Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-03T22:28:05.091Z | * branch bd515ff97e47394962258d8347b7007043019576 -> FETCH_HEAD |
71 | 2024-12-03T22:28:05.100Z | + [[ -n project-scoped-oxql ]] |
72 | 2024-12-03T22:28:05.103Z | ++ git branch --show-current |
73 | 2024-12-03T22:28:05.106Z | + current=main |
74 | 2024-12-03T22:28:05.106Z | + [[ main != project-scoped-oxql ]] |
75 | 2024-12-03T22:28:05.106Z | + git branch -f project-scoped-oxql bd515ff97e47394962258d8347b7007043019576 |
76 | 2024-12-03T22:28:05.109Z | + git checkout -f project-scoped-oxql |
77 | 2024-12-03T22:28:05.280Z | Switched to branch 'project-scoped-oxql' |
78 | 2024-12-03T22:28:05.282Z | + git reset --hard bd515ff97e47394962258d8347b7007043019576 |
79 | 2024-12-03T22:28:05.450Z | HEAD is now at bd515ff97 shorter names |
80 | 2024-12-03T22:28:05.453Z | process exited: duration 7545 ms, exit code 0 |
|
81 | 2024-12-03T22:28:05.457Z | starting task 4: "build" |
82 | 2024-12-03T22:28:05.463Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-03T22:28:05.463Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-03T22:28:05.463Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-03T22:28:05.465Z | + cargo --version |
86 | 2024-12-03T22:28:05.519Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-03T22:28:05.521Z | + rustc --version |
88 | 2024-12-03T22:28:05.580Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-03T22:28:05.583Z | + WORK=/work |
90 | 2024-12-03T22:28:05.583Z | + pfexec mkdir -p /work |
91 | 2024-12-03T22:28:05.587Z | + pfexec chown build /work |
92 | 2024-12-03T22:28:05.589Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2024-12-03T22:28:12.643Z | Startup: Refreshing catalog 'helios-dev' ... Done |
94 | 2024-12-03T22:28:16.345Z | Startup: Caching catalogs ... Done |
95 | 2024-12-03T22:28:26.090Z | Planning: Solver setup ... Done (8.897s) |
96 | 2024-12-03T22:28:26.211Z | Planning: Running solver ... Done (0.121s) |
97 | 2024-12-03T22:28:26.310Z | Planning: Finding local manifests ... Done (0.004s) |
98 | 2024-12-03T22:28:26.338Z | Planning: Fetching manifests: 0/5 0% complete |
99 | 2024-12-03T22:28:26.573Z | Planning: Fetching manifests: 5/5 100% complete |
100 | 2024-12-03T22:28:26.670Z | Planning: Package planning ... Done (0.097s) |
101 | 2024-12-03T22:28:26.726Z | Planning: Merging actions ... Done (0.056s) |
102 | 2024-12-03T22:28:26.914Z | Planning: Checking for conflicting actions ... Done (0.188s) |
103 | 2024-12-03T22:28:28.868Z | Planning: Consolidating action changes ... Done (1.954s) |
104 | 2024-12-03T22:28:29.281Z | Planning: Evaluating mediators ... Done (0.413s) |
105 | 2024-12-03T22:28:29.360Z | Planning: Planning completed in 12.92 seconds |
106 | 2024-12-03T22:28:29.375Z | Packages to install: 4 |
107 | 2024-12-03T22:28:29.375Z | Packages to update: 1 |
108 | 2024-12-03T22:28:29.378Z | Mediators to change: 2 |
109 | 2024-12-03T22:28:29.378Z | Services to change: 1 |
110 | 2024-12-03T22:28:29.378Z | Estimated space available: 155.64 GB |
111 | 2024-12-03T22:28:29.378Z | Estimated space to be consumed: 1.61 GB |
112 | 2024-12-03T22:28:29.378Z | Create boot environment: No |
113 | 2024-12-03T22:28:29.378Z | Create backup boot environment: Yes |
114 | 2024-12-03T22:28:29.378Z | Rebuild boot archive: No |
115 | 2024-12-03T22:28:29.378Z | |
116 | 2024-12-03T22:28:29.378Z | Changed mediators: |
117 | 2024-12-03T22:28:29.378Z | mediator clang: |
118 | 2024-12-03T22:28:29.378Z | version: None -> 15 (system default) |
119 | 2024-12-03T22:28:29.378Z | |
120 | 2024-12-03T22:28:29.378Z | mediator llvm: |
121 | 2024-12-03T22:28:29.378Z | version: 14 (system default) -> 15 (system default) |
122 | 2024-12-03T22:28:29.379Z | |
123 | 2024-12-03T22:28:29.379Z | Changed packages: |
124 | 2024-12-03T22:28:29.379Z | helios-dev |
125 | 2024-12-03T22:28:29.379Z | developer/build-essential |
126 | 2024-12-03T22:28:29.379Z | None -> 11-2.0 |
127 | 2024-12-03T22:28:29.379Z | library/libxmlsec1 |
128 | 2024-12-03T22:28:29.379Z | None -> 1.2.35-2.0 |
129 | 2024-12-03T22:28:29.379Z | ooce/developer/clang-15 |
130 | 2024-12-03T22:28:29.379Z | None -> 15.0.7-2.0 |
131 | 2024-12-03T22:28:29.379Z | ooce/developer/llvm-15 |
132 | 2024-12-03T22:28:29.379Z | None -> 15.0.7-2.0 |
133 | 2024-12-03T22:28:29.379Z | package/pkg |
134 | 2024-12-03T22:28:29.379Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
135 | 2024-12-03T22:28:29.379Z | |
136 | 2024-12-03T22:28:29.379Z | Services: |
137 | 2024-12-03T22:28:29.379Z | restart_fmri: |
138 | 2024-12-03T22:28:29.379Z | svc:/system/update-man-index:default |
139 | 2024-12-03T22:28:29.379Z | |
140 | 2024-12-03T22:28:29.379Z | Editable files to change: |
141 | 2024-12-03T22:28:29.379Z | Update: |
142 | 2024-12-03T22:28:29.379Z | usr/share/lib/pkg/web/config.shtml |
143 | 2024-12-03T22:28:29.454Z | |
144 | 2024-12-03T22:28:29.454Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
145 | 2024-12-03T22:28:34.454Z | Download: 697/4281 items 18.1/220.6MB 8% complete (3.7M/s) |
146 | 2024-12-03T22:28:39.457Z | Download: 1198/4281 items 83.5/220.6MB 37% complete (8.9M/s) |
147 | 2024-12-03T22:28:44.686Z | Download: 2222/4281 items 119.2/220.6MB 54% complete (10.3M/s) |
148 | 2024-12-03T22:28:49.687Z | Download: 3317/4281 items 212.8/220.6MB 96% complete (12.9M/s) |
149 | 2024-12-03T22:28:51.801Z | Download: Completed 220.60 MB in 22.35 seconds (9.9M/s) |
150 | 2024-12-03T22:28:53.806Z | Actions: 1/5063 actions (Removing old actions) |
151 | 2024-12-03T22:28:53.826Z | Actions: 194/5063 actions (Installing new actions) |
152 | 2024-12-03T22:28:58.471Z | Actions: 4226/5063 actions (Updating modified actions) |
153 | 2024-12-03T22:28:58.784Z | Actions: Completed 5063 actions in 4.98 seconds. |
154 | 2024-12-03T22:28:59.001Z | Done (0.210s) |
155 | 2024-12-03T22:28:59.004Z | Done (0.000s) |
156 | 2024-12-03T22:28:59.538Z | Done (0.536s) |
157 | 2024-12-03T22:29:03.859Z | Done (4.106s) |
158 | 2024-12-03T22:29:03.948Z | Done (0.018s) |
159 | 2024-12-03T22:29:03.950Z | Done (0.000s) |
160 | 2024-12-03T22:29:04.107Z | Done (0.000s) |
161 | 2024-12-03T22:29:04.787Z | Planning: Evaluating mediator changes ... Done |
162 | 2024-12-03T22:29:04.946Z | Planning: Checking for conflicting actions ... Done |
163 | 2024-12-03T22:29:04.949Z | Planning: Consolidating action changes ... Done |
164 | 2024-12-03T22:29:05.216Z | Planning: Evaluating mediators ... Done |
165 | 2024-12-03T22:29:05.218Z | Planning: Planning completed in 0.43 seconds |
166 | 2024-12-03T22:29:05.256Z | Mediators to change: 2 |
167 | 2024-12-03T22:29:05.256Z | Create boot environment: No |
168 | 2024-12-03T22:29:05.259Z | Create backup boot environment: No |
169 | 2024-12-03T22:29:05.336Z | Done |
170 | 2024-12-03T22:29:05.336Z | Done |
171 | 2024-12-03T22:29:05.681Z | Done |
172 | 2024-12-03T22:29:09.289Z | Done |
173 | 2024-12-03T22:29:09.378Z | Done |
174 | 2024-12-03T22:29:09.380Z | Done |
175 | 2024-12-03T22:29:09.514Z | Done |
176 | 2024-12-03T22:29:10.131Z | Planning: Evaluating mediator changes ... Done |
177 | 2024-12-03T22:29:10.134Z | Planning: Merging actions ... Done |
178 | 2024-12-03T22:29:10.321Z | Planning: Checking for conflicting actions ... Done |
179 | 2024-12-03T22:29:10.324Z | Planning: Consolidating action changes ... Done |
180 | 2024-12-03T22:29:10.586Z | Planning: Evaluating mediators ... Done |
181 | 2024-12-03T22:29:10.642Z | Planning: Planning completed in 0.75 seconds |
182 | 2024-12-03T22:29:10.682Z | Packages to change: 1 |
183 | 2024-12-03T22:29:10.682Z | Mediators to change: 1 |
184 | 2024-12-03T22:29:10.685Z | Services to change: 1 |
185 | 2024-12-03T22:29:10.685Z | Create boot environment: No |
186 | 2024-12-03T22:29:10.685Z | Create backup boot environment: Yes |
187 | 2024-12-03T22:29:12.794Z | Actions: 1/6 actions (Updating modified actions) |
188 | 2024-12-03T22:29:12.801Z | Actions: Completed 6 actions in 0.00 seconds. |
189 | 2024-12-03T22:29:12.801Z | Done |
190 | 2024-12-03T22:29:12.801Z | Done |
191 | 2024-12-03T22:29:12.907Z | Done |
192 | 2024-12-03T22:29:16.543Z | Done |
193 | 2024-12-03T22:29:16.624Z | Done |
194 | 2024-12-03T22:29:16.627Z | Done |
195 | 2024-12-03T22:29:16.767Z | Done |
196 | 2024-12-03T22:29:17.195Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
197 | 2024-12-03T22:29:17.195Z | clang system 15 system |
198 | 2024-12-03T22:29:17.195Z | csh system system illumos |
199 | 2024-12-03T22:29:17.195Z | ctags system system illumos |
200 | 2024-12-03T22:29:17.195Z | gcc vendor 12 vendor |
201 | 2024-12-03T22:29:17.195Z | gcc system 10 system |
202 | 2024-12-03T22:29:17.195Z | gcc system 7 system |
203 | 2024-12-03T22:29:17.196Z | go system 1.20 system |
204 | 2024-12-03T22:29:17.196Z | go system 1.19 system |
205 | 2024-12-03T22:29:17.196Z | llvm system 15 system |
206 | 2024-12-03T22:29:17.196Z | llvm system 14 system |
207 | 2024-12-03T22:29:17.196Z | mariadb system 10.6 system |
208 | 2024-12-03T22:29:17.196Z | mta vendor vendor dma |
209 | 2024-12-03T22:29:17.196Z | openjdk system 17 system |
210 | 2024-12-03T22:29:17.196Z | openjdk system 11 system |
211 | 2024-12-03T22:29:17.196Z | openjdk system 1.8 system |
212 | 2024-12-03T22:29:17.196Z | openssl vendor 3 vendor |
213 | 2024-12-03T22:29:17.196Z | perl system 5.36 system |
214 | 2024-12-03T22:29:17.196Z | postgresql system 15 system |
215 | 2024-12-03T22:29:17.196Z | postgresql system 13 system |
216 | 2024-12-03T22:29:17.196Z | python vendor 3 vendor |
217 | 2024-12-03T22:29:17.196Z | python system 2 system |
218 | 2024-12-03T22:29:17.196Z | python3 system 3.11 system |
219 | 2024-12-03T22:29:17.196Z | ruby system 3.0 system |
220 | 2024-12-03T22:29:17.196Z | words vendor vendor american-english |
221 | 2024-12-03T22:29:17.196Z | words system system australian-english |
222 | 2024-12-03T22:29:17.197Z | words system system british-english |
223 | 2024-12-03T22:29:17.197Z | words system system canadian-english |
224 | 2024-12-03T22:29:17.197Z | words system system french |
225 | 2024-12-03T22:29:17.197Z | words system system italian |
226 | 2024-12-03T22:29:17.197Z | words system system ngerman |
227 | 2024-12-03T22:29:17.197Z | words system system ogerman |
228 | 2024-12-03T22:29:17.197Z | words system system spanish |
229 | 2024-12-03T22:29:17.521Z | PUBLISHER TYPE STATUS P LOCATION |
230 | 2024-12-03T22:29:17.521Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
231 | 2024-12-03T22:29:20.131Z | FMRI IFO |
232 | 2024-12-03T22:29:20.131Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
233 | 2024-12-03T22:29:20.131Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
234 | 2024-12-03T22:29:20.131Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
235 | 2024-12-03T22:29:20.131Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
236 | 2024-12-03T22:29:20.131Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
237 | 2024-12-03T22:29:20.131Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
238 | 2024-12-03T22:29:20.131Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
239 | 2024-12-03T22:29:20.131Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
240 | 2024-12-03T22:29:20.131Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
241 | 2024-12-03T22:29:20.131Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
242 | 2024-12-03T22:29:20.132Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
243 | 2024-12-03T22:29:20.132Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
244 | 2024-12-03T22:29:20.132Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
245 | 2024-12-03T22:29:20.132Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
246 | 2024-12-03T22:29:20.132Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
247 | 2024-12-03T22:29:20.872Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
248 | 2024-12-03T22:29:21.157Z | Updating crates.io index |
249 | 2024-12-03T22:29:21.200Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
250 | 2024-12-03T22:29:21.785Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
251 | 2024-12-03T22:29:22.184Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
252 | 2024-12-03T22:29:22.493Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
253 | 2024-12-03T22:29:22.765Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
254 | 2024-12-03T22:29:23.627Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
255 | 2024-12-03T22:29:26.305Z | Updating git repository `https://github.com/oxidecomputer/opte` |
256 | 2024-12-03T22:29:27.338Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
257 | 2024-12-03T22:29:28.177Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
258 | 2024-12-03T22:29:28.467Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
259 | 2024-12-03T22:29:28.781Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
260 | 2024-12-03T22:29:29.367Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
261 | 2024-12-03T22:29:29.658Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
262 | 2024-12-03T22:29:30.077Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
263 | 2024-12-03T22:29:30.356Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
264 | 2024-12-03T22:29:30.632Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
265 | 2024-12-03T22:29:30.940Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
266 | 2024-12-03T22:29:31.279Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
267 | 2024-12-03T22:29:31.575Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
268 | 2024-12-03T22:29:31.957Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
269 | 2024-12-03T22:29:32.206Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
270 | 2024-12-03T22:29:32.711Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
271 | 2024-12-03T22:29:32.998Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
272 | 2024-12-03T22:29:33.349Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
273 | 2024-12-03T22:29:33.833Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
274 | 2024-12-03T22:29:34.131Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
275 | 2024-12-03T22:29:34.389Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
276 | 2024-12-03T22:29:34.718Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
277 | 2024-12-03T22:29:35.991Z | Downloading crates ... |
278 | 2024-12-03T22:29:36.067Z | Downloaded log v0.4.22 |
279 | 2024-12-03T22:29:36.074Z | Downloaded usdt-impl v0.5.0 |
280 | 2024-12-03T22:29:36.081Z | Downloaded syn v1.0.109 |
281 | 2024-12-03T22:29:36.091Z | Downloaded autocfg v1.4.0 |
282 | 2024-12-03T22:29:36.093Z | Downloaded anyhow v1.0.93 |
283 | 2024-12-03T22:29:36.096Z | Downloaded anstyle-query v1.1.1 |
284 | 2024-12-03T22:29:36.099Z | Downloaded anstyle v1.0.10 |
285 | 2024-12-03T22:29:36.100Z | Downloaded clap_derive v4.5.18 |
286 | 2024-12-03T22:29:36.103Z | Downloaded cargo_metadata v0.18.1 |
287 | 2024-12-03T22:29:36.103Z | Downloaded bytecount v0.6.8 |
288 | 2024-12-03T22:29:36.105Z | Downloaded block-buffer v0.10.4 |
289 | 2024-12-03T22:29:36.107Z | Downloaded cfg-if v1.0.0 |
290 | 2024-12-03T22:29:36.107Z | Downloaded camino-tempfile v1.1.1 |
291 | 2024-12-03T22:29:36.110Z | Downloaded clap_lex v0.7.2 |
292 | 2024-12-03T22:29:36.110Z | Downloaded anstyle-parse v0.2.5 |
293 | 2024-12-03T22:29:36.113Z | Downloaded cargo-platform v0.1.8 |
294 | 2024-12-03T22:29:36.113Z | Downloaded camino v1.1.9 |
295 | 2024-12-03T22:29:36.115Z | Downloaded clap v4.5.21 |
296 | 2024-12-03T22:29:36.123Z | Downloaded cpufeatures v0.2.14 |
297 | 2024-12-03T22:29:36.127Z | Downloaded clap_builder v4.5.21 |
298 | 2024-12-03T22:29:36.131Z | Downloaded dtrace-parser v0.2.0 |
299 | 2024-12-03T22:29:36.133Z | Downloaded crypto-common v0.1.6 |
300 | 2024-12-03T22:29:36.133Z | Downloaded fs-err v2.11.0 |
301 | 2024-12-03T22:29:36.135Z | Downloaded colorchoice v1.0.2 |
302 | 2024-12-03T22:29:36.138Z | Downloaded pretty-hex v0.4.1 |
303 | 2024-12-03T22:29:36.138Z | Downloaded is_terminal_polyfill v1.70.1 |
304 | 2024-12-03T22:29:36.138Z | Downloaded heck v0.5.0 |
305 | 2024-12-03T22:29:36.140Z | Downloaded generic-array v0.14.7 |
306 | 2024-12-03T22:29:36.140Z | Downloaded heck v0.4.1 |
307 | 2024-12-03T22:29:36.143Z | Downloaded fnv v1.0.7 |
308 | 2024-12-03T22:29:36.143Z | Downloaded fastrand v2.1.1 |
309 | 2024-12-03T22:29:36.145Z | Downloaded errno v0.3.9 |
310 | 2024-12-03T22:29:36.145Z | Downloaded equivalent v1.0.1 |
311 | 2024-12-03T22:29:36.148Z | Downloaded dof v0.3.0 |
312 | 2024-12-03T22:29:36.148Z | Downloaded digest v0.10.7 |
313 | 2024-12-03T22:29:36.150Z | Downloaded anstream v0.6.15 |
314 | 2024-12-03T22:29:36.152Z | Downloaded once_cell v1.20.2 |
315 | 2024-12-03T22:29:36.154Z | Downloaded byteorder v1.5.0 |
316 | 2024-12-03T22:29:36.157Z | Downloaded cargo_toml v0.20.5 |
317 | 2024-12-03T22:29:36.157Z | Downloaded bitflags v2.6.0 |
318 | 2024-12-03T22:29:36.160Z | Downloaded proc-macro-error v1.0.4 |
319 | 2024-12-03T22:29:36.163Z | Downloaded scroll_derive v0.12.0 |
320 | 2024-12-03T22:29:36.166Z | Downloaded plain v0.2.3 |
321 | 2024-12-03T22:29:36.166Z | Downloaded quote v1.0.37 |
322 | 2024-12-03T22:29:36.169Z | Downloaded pest_derive v2.7.14 |
323 | 2024-12-03T22:29:36.171Z | Downloaded proc-macro-error-attr v1.0.4 |
324 | 2024-12-03T22:29:36.171Z | Downloaded pest_generator v2.7.14 |
325 | 2024-12-03T22:29:36.173Z | Downloaded serde_tokenstream v0.2.2 |
326 | 2024-12-03T22:29:36.173Z | Downloaded memmap v0.7.0 |
327 | 2024-12-03T22:29:36.179Z | Downloaded swrite v0.1.0 |
328 | 2024-12-03T22:29:36.185Z | Downloaded usdt-attr-macro v0.5.0 |
329 | 2024-12-03T22:29:36.188Z | Downloaded hashbrown v0.15.0 |
330 | 2024-12-03T22:29:36.192Z | Downloaded serde_spanned v0.6.8 |
331 | 2024-12-03T22:29:36.194Z | Downloaded semver v1.0.23 |
332 | 2024-12-03T22:29:36.198Z | Downloaded usdt-macro v0.5.0 |
333 | 2024-12-03T22:29:36.201Z | Downloaded thread-id v4.2.2 |
334 | 2024-12-03T22:29:36.201Z | Downloaded macaddr v1.0.1 |
335 | 2024-12-03T22:29:36.204Z | Downloaded thiserror v1.0.69 |
336 | 2024-12-03T22:29:36.207Z | Downloaded terminal_size v0.4.0 |
337 | 2024-12-03T22:29:36.209Z | Downloaded smawk v0.3.2 |
338 | 2024-12-03T22:29:36.211Z | Downloaded version_check v0.9.5 |
339 | 2024-12-03T22:29:36.211Z | Downloaded scroll v0.12.0 |
340 | 2024-12-03T22:29:36.214Z | Downloaded itoa v1.0.11 |
341 | 2024-12-03T22:29:36.214Z | Downloaded thiserror-impl v1.0.69 |
342 | 2024-12-03T22:29:36.216Z | Downloaded unicode-linebreak v0.1.5 |
343 | 2024-12-03T22:29:36.218Z | Downloaded utf8parse v0.2.2 |
344 | 2024-12-03T22:29:36.218Z | Downloaded usdt v0.5.0 |
345 | 2024-12-03T22:29:36.221Z | Downloaded toml_datetime v0.6.8 |
346 | 2024-12-03T22:29:36.228Z | Downloaded tabled_derive v0.7.0 |
347 | 2024-12-03T22:29:36.231Z | Downloaded strsim v0.11.1 |
348 | 2024-12-03T22:29:36.236Z | Downloaded sha2 v0.10.8 |
349 | 2024-12-03T22:29:36.239Z | Downloaded tempfile v3.13.0 |
350 | 2024-12-03T22:29:36.241Z | Downloaded pest_meta v2.7.14 |
351 | 2024-12-03T22:29:36.244Z | Downloaded textwrap v0.16.1 |
352 | 2024-12-03T22:29:36.247Z | Downloaded proc-macro2 v1.0.89 |
353 | 2024-12-03T22:29:36.249Z | Downloaded indexmap v2.6.0 |
354 | 2024-12-03T22:29:36.252Z | Downloaded ucd-trie v0.1.7 |
355 | 2024-12-03T22:29:36.256Z | Downloaded zerocopy-derive v0.7.35 |
356 | 2024-12-03T22:29:36.259Z | Downloaded toml v0.8.19 |
357 | 2024-12-03T22:29:36.261Z | Downloaded serde_derive v1.0.215 |
358 | 2024-12-03T22:29:36.264Z | Downloaded memchr v2.7.4 |
359 | 2024-12-03T22:29:36.268Z | Downloaded ryu v1.0.18 |
360 | 2024-12-03T22:29:36.271Z | Downloaded papergrid v0.11.0 |
361 | 2024-12-03T22:29:36.276Z | Downloaded unicode-ident v1.0.13 |
362 | 2024-12-03T22:29:36.278Z | Downloaded typenum v1.17.0 |
363 | 2024-12-03T22:29:36.283Z | Downloaded serde v1.0.215 |
364 | 2024-12-03T22:29:36.298Z | Downloaded toml_edit v0.22.22 |
365 | 2024-12-03T22:29:36.319Z | Downloaded pest v2.7.14 |
366 | 2024-12-03T22:29:36.331Z | Downloaded serde_json v1.0.132 |
367 | 2024-12-03T22:29:36.338Z | Downloaded zerocopy v0.7.35 |
368 | 2024-12-03T22:29:36.353Z | Downloaded winnow v0.6.20 |
369 | 2024-12-03T22:29:36.361Z | Downloaded goblin v0.8.2 |
370 | 2024-12-03T22:29:36.368Z | Downloaded tabled v0.15.0 |
371 | 2024-12-03T22:29:36.383Z | Downloaded unicode-width v0.1.14 |
372 | 2024-12-03T22:29:36.391Z | Downloaded syn v2.0.87 |
373 | 2024-12-03T22:29:36.405Z | Downloaded rustix v0.38.37 |
374 | 2024-12-03T22:29:36.434Z | Downloaded libc v0.2.162 |
375 | 2024-12-03T22:29:36.750Z | Compiling proc-macro2 v1.0.89 |
376 | 2024-12-03T22:29:36.750Z | Compiling unicode-ident v1.0.13 |
377 | 2024-12-03T22:29:36.750Z | Compiling serde v1.0.215 |
378 | 2024-12-03T22:29:36.752Z | Compiling version_check v0.9.5 |
379 | 2024-12-03T22:29:36.752Z | Compiling memchr v2.7.4 |
380 | 2024-12-03T22:29:36.752Z | Compiling thiserror v1.0.69 |
381 | 2024-12-03T22:29:36.752Z | Compiling libc v0.2.162 |
382 | 2024-12-03T22:29:36.752Z | Compiling itoa v1.0.11 |
383 | 2024-12-03T22:29:37.013Z | Compiling ryu v1.0.18 |
384 | 2024-12-03T22:29:37.137Z | Compiling ucd-trie v0.1.7 |
385 | 2024-12-03T22:29:37.490Z | Compiling once_cell v1.20.2 |
386 | 2024-12-03T22:29:37.647Z | Compiling byteorder v1.5.0 |
387 | 2024-12-03T22:29:37.713Z | Compiling rustix v0.38.37 |
388 | 2024-12-03T22:29:37.774Z | Compiling serde_json v1.0.132 |
389 | 2024-12-03T22:29:38.100Z | Compiling bitflags v2.6.0 |
390 | 2024-12-03T22:29:38.161Z | Compiling usdt-impl v0.5.0 |
391 | 2024-12-03T22:29:38.350Z | Compiling proc-macro-error-attr v1.0.4 |
392 | 2024-12-03T22:29:38.494Z | Compiling syn v1.0.109 |
393 | 2024-12-03T22:29:38.597Z | Compiling quote v1.0.37 |
394 | 2024-12-03T22:29:38.650Z | Compiling proc-macro-error v1.0.4 |
395 | 2024-12-03T22:29:38.673Z | Compiling equivalent v1.0.1 |
396 | 2024-12-03T22:29:38.698Z | Compiling utf8parse v0.2.2 |
397 | 2024-12-03T22:29:38.789Z | Compiling camino v1.1.9 |
398 | 2024-12-03T22:29:38.857Z | Compiling plain v0.2.3 |
399 | 2024-12-03T22:29:38.929Z | Compiling hashbrown v0.15.0 |
400 | 2024-12-03T22:29:39.030Z | Compiling syn v2.0.87 |
401 | 2024-12-03T22:29:39.100Z | Compiling errno v0.3.9 |
402 | 2024-12-03T22:29:39.339Z | Compiling log v0.4.22 |
403 | 2024-12-03T22:29:39.515Z | Compiling thread-id v4.2.2 |
404 | 2024-12-03T22:29:39.632Z | Compiling anstyle-parse v0.2.5 |
405 | 2024-12-03T22:29:39.764Z | Compiling anstyle-query v1.1.1 |
406 | 2024-12-03T22:29:39.928Z | Compiling anstyle v1.0.10 |
407 | 2024-12-03T22:29:39.981Z | Compiling is_terminal_polyfill v1.70.1 |
408 | 2024-12-03T22:29:40.078Z | Compiling indexmap v2.6.0 |
409 | 2024-12-03T22:29:40.125Z | Compiling pretty-hex v0.4.1 |
410 | 2024-12-03T22:29:40.150Z | Compiling winnow v0.6.20 |
411 | 2024-12-03T22:29:40.343Z | Compiling autocfg v1.4.0 |
412 | 2024-12-03T22:29:40.369Z | Compiling colorchoice v1.0.2 |
413 | 2024-12-03T22:29:40.371Z | Compiling unicode-width v0.1.14 |
414 | 2024-12-03T22:29:40.564Z | Compiling semver v1.0.23 |
415 | 2024-12-03T22:29:40.928Z | Compiling anstream v0.6.15 |
416 | 2024-12-03T22:29:41.412Z | Compiling fnv v1.0.7 |
417 | 2024-12-03T22:29:41.449Z | Compiling terminal_size v0.4.0 |
418 | 2024-12-03T22:29:41.476Z | Compiling fs-err v2.11.0 |
419 | 2024-12-03T22:29:41.549Z | Compiling strsim v0.11.1 |
420 | 2024-12-03T22:29:41.700Z | Compiling anyhow v1.0.93 |
421 | 2024-12-03T22:29:41.741Z | Compiling heck v0.5.0 |
422 | 2024-12-03T22:29:41.786Z | Compiling clap_lex v0.7.2 |
423 | 2024-12-03T22:29:42.294Z | Compiling cfg-if v1.0.0 |
424 | 2024-12-03T22:29:42.326Z | Compiling heck v0.4.1 |
425 | 2024-12-03T22:29:42.361Z | Compiling bytecount v0.6.8 |
426 | 2024-12-03T22:29:42.395Z | Compiling fastrand v2.1.1 |
427 | 2024-12-03T22:29:42.585Z | Compiling papergrid v0.11.0 |
428 | 2024-12-03T22:29:42.828Z | Compiling tempfile v3.13.0 |
429 | 2024-12-03T22:29:42.965Z | Compiling clap_builder v4.5.21 |
430 | 2024-12-03T22:29:43.137Z | Compiling memmap v0.7.0 |
431 | 2024-12-03T22:29:43.293Z | Compiling smawk v0.3.2 |
432 | 2024-12-03T22:29:43.488Z | Compiling unicode-linebreak v0.1.5 |
433 | 2024-12-03T22:29:43.984Z | Compiling textwrap v0.16.1 |
434 | 2024-12-03T22:29:44.080Z | Compiling swrite v0.1.0 |
435 | 2024-12-03T22:29:45.144Z | Compiling tabled_derive v0.7.0 |
436 | 2024-12-03T22:29:46.684Z | Compiling tabled v0.15.0 |
437 | 2024-12-03T22:29:48.043Z | Compiling serde_derive v1.0.215 |
438 | 2024-12-03T22:29:48.043Z | Compiling thiserror-impl v1.0.69 |
439 | 2024-12-03T22:29:48.046Z | Compiling zerocopy-derive v0.7.35 |
440 | 2024-12-03T22:29:48.220Z | Compiling scroll_derive v0.12.0 |
441 | 2024-12-03T22:29:48.244Z | Compiling clap_derive v4.5.18 |
442 | 2024-12-03T22:29:49.503Z | Compiling scroll v0.12.0 |
443 | 2024-12-03T22:29:49.938Z | Compiling zerocopy v0.7.35 |
444 | 2024-12-03T22:29:49.969Z | Compiling goblin v0.8.2 |
445 | 2024-12-03T22:29:50.979Z | Compiling pest v2.7.14 |
446 | 2024-12-03T22:29:52.130Z | Compiling clap v4.5.21 |
447 | 2024-12-03T22:29:53.147Z | Compiling pest_meta v2.7.14 |
448 | 2024-12-03T22:29:54.004Z | Compiling pest_generator v2.7.14 |
449 | 2024-12-03T22:29:56.087Z | Compiling pest_derive v2.7.14 |
450 | 2024-12-03T22:29:56.826Z | Compiling dtrace-parser v0.2.0 |
451 | 2024-12-03T22:29:58.192Z | Compiling serde_tokenstream v0.2.2 |
452 | 2024-12-03T22:29:58.378Z | Compiling serde_spanned v0.6.8 |
453 | 2024-12-03T22:29:58.378Z | Compiling toml_datetime v0.6.8 |
454 | 2024-12-03T22:29:58.476Z | Compiling cargo-platform v0.1.8 |
455 | 2024-12-03T22:29:58.748Z | Compiling toml_edit v0.22.22 |
456 | 2024-12-03T22:29:58.777Z | Compiling macaddr v1.0.1 |
457 | 2024-12-03T22:29:59.070Z | Compiling camino-tempfile v1.1.1 |
458 | 2024-12-03T22:29:59.673Z | Compiling dof v0.3.0 |
459 | 2024-12-03T22:29:59.998Z | Compiling cargo_metadata v0.18.1 |
460 | 2024-12-03T22:30:01.299Z | Compiling usdt-attr-macro v0.5.0 |
461 | 2024-12-03T22:30:01.299Z | Compiling usdt-macro v0.5.0 |
462 | 2024-12-03T22:30:01.608Z | Compiling toml v0.8.19 |
463 | 2024-12-03T22:30:02.487Z | Compiling cargo_toml v0.20.5 |
464 | 2024-12-03T22:30:02.618Z | Compiling usdt v0.5.0 |
465 | 2024-12-03T22:30:06.020Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
466 | 2024-12-03T22:30:10.162Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.52s |
467 | 2024-12-03T22:30:10.433Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
468 | 2024-12-03T22:30:10.947Z | Downloading crates ... |
469 | 2024-12-03T22:30:11.064Z | Downloaded bytes v1.8.0 |
470 | 2024-12-03T22:30:11.068Z | Downloaded arrayvec v0.7.6 |
471 | 2024-12-03T22:30:11.071Z | Downloaded cookie_store v0.21.0 |
472 | 2024-12-03T22:30:11.073Z | Downloaded constant_time_eq v0.3.1 |
473 | 2024-12-03T22:30:11.082Z | Downloaded atty v0.2.14 |
474 | 2024-12-03T22:30:11.085Z | Downloaded aes-gcm v0.10.3 |
475 | 2024-12-03T22:30:11.123Z | Downloaded aead v0.5.2 |
476 | 2024-12-03T22:30:11.126Z | Downloaded async-trait v0.1.83 |
477 | 2024-12-03T22:30:11.129Z | Downloaded headers-core v0.3.0 |
478 | 2024-12-03T22:30:11.133Z | Downloaded darling v0.20.10 |
479 | 2024-12-03T22:30:11.135Z | Downloaded arrayref v0.3.9 |
480 | 2024-12-03T22:30:11.138Z | Downloaded ahash v0.8.11 |
481 | 2024-12-03T22:30:11.141Z | Downloaded async-stream v0.3.6 |
482 | 2024-12-03T22:30:11.144Z | Downloaded arc-swap v1.7.1 |
483 | 2024-12-03T22:30:11.148Z | Downloaded hex-literal v0.4.1 |
484 | 2024-12-03T22:30:11.151Z | Downloaded async-stream-impl v0.3.6 |
485 | 2024-12-03T22:30:11.151Z | Downloaded assert_matches v1.5.0 |
486 | 2024-12-03T22:30:11.153Z | Downloaded heapless v0.7.17 |
487 | 2024-12-03T22:30:11.157Z | Downloaded async-recursion v1.1.1 |
488 | 2024-12-03T22:30:11.161Z | Downloaded hubpack_derive v0.1.1 |
489 | 2024-12-03T22:30:11.163Z | Downloaded http-range v0.1.5 |
490 | 2024-12-03T22:30:11.163Z | Downloaded hostname v0.3.1 |
491 | 2024-12-03T22:30:11.165Z | Downloaded http-body v1.0.1 |
492 | 2024-12-03T22:30:11.167Z | Downloaded home v0.5.9 |
493 | 2024-12-03T22:30:11.169Z | Downloaded atomicwrites v0.4.4 |
494 | 2024-12-03T22:30:11.169Z | Downloaded ascii-canvas v3.0.0 |
495 | 2024-12-03T22:30:11.172Z | Downloaded bit-set v0.5.3 |
496 | 2024-12-03T22:30:11.174Z | Downloaded hubpack v0.1.2 |
497 | 2024-12-03T22:30:11.174Z | Downloaded httpdate v1.0.3 |
498 | 2024-12-03T22:30:11.176Z | Downloaded hyper-tls v0.6.0 |
499 | 2024-12-03T22:30:11.179Z | Downloaded http-body-util v0.1.2 |
500 | 2024-12-03T22:30:11.181Z | Downloaded humantime v2.1.0 |
501 | 2024-12-03T22:30:11.185Z | Downloaded argon2 v0.5.3 |
502 | 2024-12-03T22:30:11.185Z | Downloaded hyper-rustls v0.27.3 |
503 | 2024-12-03T22:30:11.188Z | Downloaded ident_case v1.0.1 |
504 | 2024-12-03T22:30:11.190Z | Downloaded hmac v0.12.1 |
505 | 2024-12-03T22:30:11.193Z | Downloaded highway v1.2.0 |
506 | 2024-12-03T22:30:11.195Z | Downloaded icu_provider_macros v1.5.0 |
507 | 2024-12-03T22:30:11.198Z | Downloaded instant v0.1.13 |
508 | 2024-12-03T22:30:11.198Z | Downloaded bzip2 v0.4.4 |
509 | 2024-12-03T22:30:11.200Z | Downloaded adler2 v2.0.0 |
510 | 2024-12-03T22:30:11.203Z | Downloaded blowfish v0.9.1 |
511 | 2024-12-03T22:30:11.203Z | Downloaded is_ci v1.2.0 |
512 | 2024-12-03T22:30:11.205Z | Downloaded bitflags v1.3.2 |
513 | 2024-12-03T22:30:11.207Z | Downloaded base64ct v1.6.0 |
514 | 2024-12-03T22:30:11.210Z | Downloaded hyper-staticfile v0.10.1 |
515 | 2024-12-03T22:30:11.212Z | Downloaded match_cfg v0.1.0 |
516 | 2024-12-03T22:30:11.215Z | Downloaded hickory-client v0.24.1 |
517 | 2024-12-03T22:30:11.217Z | Downloaded progenitor-client v0.8.0 |
518 | 2024-12-03T22:30:11.219Z | Downloaded md5 v0.7.0 |
519 | 2024-12-03T22:30:11.221Z | Downloaded lru-cache v0.1.2 |
520 | 2024-12-03T22:30:11.222Z | Downloaded matches v0.1.10 |
521 | 2024-12-03T22:30:11.225Z | Downloaded backoff v0.4.0 |
522 | 2024-12-03T22:30:11.225Z | Downloaded bcs v0.1.6 |
523 | 2024-12-03T22:30:11.227Z | Downloaded maybe-uninit v2.0.0 |
524 | 2024-12-03T22:30:11.230Z | Downloaded iana-time-zone v0.1.61 |
525 | 2024-12-03T22:30:11.232Z | Downloaded convert_case v0.4.0 |
526 | 2024-12-03T22:30:11.235Z | Downloaded cexpr v0.6.0 |
527 | 2024-12-03T22:30:11.237Z | Downloaded cbc v0.1.2 |
528 | 2024-12-03T22:30:11.237Z | Downloaded is-terminal v0.4.13 |
529 | 2024-12-03T22:30:11.240Z | Downloaded blake2 v0.10.6 |
530 | 2024-12-03T22:30:11.242Z | Downloaded inout v0.1.3 |
531 | 2024-12-03T22:30:11.244Z | Downloaded ipnetwork v0.20.0 |
532 | 2024-12-03T22:30:11.244Z | Downloaded internet-checksum v0.2.1 |
533 | 2024-12-03T22:30:11.248Z | Downloaded indoc v1.0.9 |
534 | 2024-12-03T22:30:11.251Z | Downloaded lazycell v1.3.0 |
535 | 2024-12-03T22:30:11.251Z | Downloaded lazy_static v1.5.0 |
536 | 2024-12-03T22:30:11.254Z | Downloaded crc-catalog v2.4.0 |
537 | 2024-12-03T22:30:11.257Z | Downloaded crc v3.2.1 |
538 | 2024-12-03T22:30:11.257Z | Downloaded instability v0.3.2 |
539 | 2024-12-03T22:30:11.259Z | Downloaded lru v0.12.5 |
540 | 2024-12-03T22:30:11.262Z | Downloaded crossbeam-deque v0.8.5 |
541 | 2024-12-03T22:30:11.264Z | Downloaded curve25519-dalek-derive v0.1.1 |
542 | 2024-12-03T22:30:11.265Z | Downloaded sqlparser_derive v0.2.2 |
543 | 2024-12-03T22:30:11.268Z | Downloaded ctr v0.9.2 |
544 | 2024-12-03T22:30:11.268Z | Downloaded take_mut v0.2.2 |
545 | 2024-12-03T22:30:11.268Z | Downloaded bit-vec v0.6.3 |
546 | 2024-12-03T22:30:11.271Z | Downloaded same-file v1.0.6 |
547 | 2024-12-03T22:30:11.273Z | Downloaded mime v0.3.17 |
548 | 2024-12-03T22:30:11.276Z | Downloaded memoffset v0.9.1 |
549 | 2024-12-03T22:30:11.276Z | Downloaded md-5 v0.10.6 |
550 | 2024-12-03T22:30:11.279Z | Downloaded sync_wrapper v1.0.1 |
551 | 2024-12-03T22:30:11.282Z | Downloaded want v0.3.1 |
552 | 2024-12-03T22:30:11.282Z | Downloaded try-lock v0.2.5 |
553 | 2024-12-03T22:30:11.282Z | Downloaded rand_core v0.6.4 |
554 | 2024-12-03T22:30:11.284Z | Downloaded rand_chacha v0.3.1 |
555 | 2024-12-03T22:30:11.284Z | Downloaded rustc-hash v2.0.0 |
556 | 2024-12-03T22:30:11.287Z | Downloaded scheduled-thread-pool v0.2.7 |
557 | 2024-12-03T22:30:11.290Z | Downloaded cancel-safe-futures v0.1.5 |
558 | 2024-12-03T22:30:11.292Z | Downloaded idna_adapter v1.2.0 |
559 | 2024-12-03T22:30:11.294Z | Downloaded zerofrom v0.1.4 |
560 | 2024-12-03T22:30:11.295Z | Downloaded waitgroup v0.1.2 |
561 | 2024-12-03T22:30:11.297Z | Downloaded vte_generate_state_changes v0.1.2 |
562 | 2024-12-03T22:30:11.297Z | Downloaded rustls-pemfile v1.0.4 |
563 | 2024-12-03T22:30:11.300Z | Downloaded simd-adler32 v0.3.7 |
564 | 2024-12-03T22:30:11.302Z | Downloaded signal-hook-mio v0.2.4 |
565 | 2024-12-03T22:30:11.302Z | Downloaded csv-core v0.1.11 |
566 | 2024-12-03T22:30:11.305Z | Downloaded ipnet v2.10.1 |
567 | 2024-12-03T22:30:11.308Z | Downloaded serde_urlencoded v0.7.1 |
568 | 2024-12-03T22:30:11.311Z | Downloaded lock_api v0.4.12 |
569 | 2024-12-03T22:30:11.311Z | Downloaded jobserver v0.1.32 |
570 | 2024-12-03T22:30:11.313Z | Downloaded libloading v0.8.5 |
571 | 2024-12-03T22:30:11.315Z | Downloaded console v0.15.8 |
572 | 2024-12-03T22:30:11.318Z | Downloaded filetime v0.2.25 |
573 | 2024-12-03T22:30:11.321Z | Downloaded slog-scope v4.4.0 |
574 | 2024-12-03T22:30:11.323Z | Downloaded base64 v0.13.1 |
575 | 2024-12-03T22:30:11.326Z | Downloaded tokio-macros v2.4.0 |
576 | 2024-12-03T22:30:11.328Z | Downloaded tap v1.0.1 |
577 | 2024-12-03T22:30:11.331Z | Downloaded mime_guess v2.0.5 |
578 | 2024-12-03T22:30:11.333Z | Downloaded opaque-debug v0.3.1 |
579 | 2024-12-03T22:30:11.333Z | Downloaded number_prefix v0.4.0 |
580 | 2024-12-03T22:30:11.336Z | Downloaded pretty-hex v0.2.1 |
581 | 2024-12-03T22:30:11.336Z | Downloaded icu_locid_transform_data v1.5.0 |
582 | 2024-12-03T22:30:11.338Z | Downloaded synstructure v0.13.1 |
583 | 2024-12-03T22:30:11.340Z | Downloaded backtrace v0.3.74 |
584 | 2024-12-03T22:30:11.344Z | Downloaded zerofrom-derive v0.1.4 |
585 | 2024-12-03T22:30:11.347Z | Downloaded icu_normalizer v1.5.0 |
586 | 2024-12-03T22:30:11.350Z | Downloaded indexmap v1.9.3 |
587 | 2024-12-03T22:30:11.354Z | Downloaded clang-sys v1.8.1 |
588 | 2024-12-03T22:30:11.357Z | Downloaded slog-envlogger v2.2.0 |
589 | 2024-12-03T22:30:11.360Z | Downloaded deranged v0.3.11 |
590 | 2024-12-03T22:30:11.362Z | Downloaded crossbeam-epoch v0.9.18 |
591 | 2024-12-03T22:30:11.365Z | Downloaded display-error-chain v0.2.2 |
592 | 2024-12-03T22:30:11.365Z | Downloaded hickory-resolver v0.24.1 |
593 | 2024-12-03T22:30:11.370Z | Downloaded serde-big-array v0.5.1 |
594 | 2024-12-03T22:30:11.374Z | Downloaded rustfmt-wrapper v0.2.1 |
595 | 2024-12-03T22:30:11.376Z | Downloaded multimap v0.10.0 |
596 | 2024-12-03T22:30:11.376Z | Downloaded futures-executor v0.3.31 |
597 | 2024-12-03T22:30:11.379Z | Downloaded futures-core v0.3.31 |
598 | 2024-12-03T22:30:11.381Z | Downloaded ghash v0.5.1 |
599 | 2024-12-03T22:30:11.381Z | Downloaded either v1.13.0 |
600 | 2024-12-03T22:30:11.384Z | Downloaded termtree v0.4.1 |
601 | 2024-12-03T22:30:11.384Z | Downloaded tui-tree-widget v0.22.0 |
602 | 2024-12-03T22:30:11.386Z | Downloaded tokio-tungstenite v0.21.0 |
603 | 2024-12-03T22:30:11.389Z | Downloaded mockall v0.13.0 |
604 | 2024-12-03T22:30:11.391Z | Downloaded pbkdf2 v0.12.2 |
605 | 2024-12-03T22:30:11.394Z | Downloaded icu_normalizer_data v1.5.0 |
606 | 2024-12-03T22:30:11.396Z | Downloaded sqlformat v0.2.6 |
607 | 2024-12-03T22:30:11.396Z | Downloaded paste v1.0.15 |
608 | 2024-12-03T22:30:11.399Z | Downloaded predicates-tree v1.0.11 |
609 | 2024-12-03T22:30:11.401Z | Downloaded icu_provider v1.5.0 |
610 | 2024-12-03T22:30:11.405Z | Downloaded poly1305 v0.8.0 |
611 | 2024-12-03T22:30:11.407Z | Downloaded path-slash v0.1.5 |
612 | 2024-12-03T22:30:11.410Z | Downloaded downcast v0.11.0 |
613 | 2024-12-03T22:30:11.412Z | Downloaded predicates-core v1.0.8 |
614 | 2024-12-03T22:30:11.412Z | Downloaded derive_builder v0.20.2 |
615 | 2024-12-03T22:30:11.417Z | Downloaded displaydoc v0.2.5 |
616 | 2024-12-03T22:30:11.421Z | Downloaded foreign-types-shared v0.1.1 |
617 | 2024-12-03T22:30:11.423Z | Downloaded rustc_version v0.4.1 |
618 | 2024-12-03T22:30:11.425Z | Downloaded signal-hook-tokio v0.3.1 |
619 | 2024-12-03T22:30:11.425Z | Downloaded signal-hook-registry v1.4.2 |
620 | 2024-12-03T22:30:11.428Z | Downloaded smf v0.2.3 |
621 | 2024-12-03T22:30:11.430Z | Downloaded smallvec v0.6.14 |
622 | 2024-12-03T22:30:11.432Z | Downloaded chacha20poly1305 v0.10.1 |
623 | 2024-12-03T22:30:11.432Z | Downloaded strum_macros v0.26.4 |
624 | 2024-12-03T22:30:11.435Z | Downloaded thiserror-impl-no-std v2.0.2 |
625 | 2024-12-03T22:30:11.438Z | Downloaded structmeta-derive v0.3.0 |
626 | 2024-12-03T22:30:11.440Z | Downloaded num-rational v0.4.2 |
627 | 2024-12-03T22:30:11.440Z | Downloaded thiserror-impl v2.0.3 |
628 | 2024-12-03T22:30:11.443Z | Downloaded typify-macro v0.2.0 |
629 | 2024-12-03T22:30:11.445Z | Downloaded tokio-stream v0.1.16 |
630 | 2024-12-03T22:30:11.448Z | Downloaded proc-macro-crate v1.3.1 |
631 | 2024-12-03T22:30:11.450Z | Downloaded xz2 v0.1.7 |
632 | 2024-12-03T22:30:11.453Z | Downloaded xattr v1.3.1 |
633 | 2024-12-03T22:30:11.455Z | Downloaded unicode-properties v0.1.3 |
634 | 2024-12-03T22:30:11.457Z | Downloaded multer v3.1.0 |
635 | 2024-12-03T22:30:11.459Z | Downloaded indicatif v0.17.9 |
636 | 2024-12-03T22:30:11.465Z | Downloaded unarray v0.1.4 |
637 | 2024-12-03T22:30:11.467Z | Downloaded icu_collections v1.5.0 |
638 | 2024-12-03T22:30:11.472Z | Downloaded dirs-sys-next v0.1.2 |
639 | 2024-12-03T22:30:11.475Z | Downloaded time-core v0.1.2 |
640 | 2024-12-03T22:30:11.475Z | Downloaded defmt v0.3.8 |
641 | 2024-12-03T22:30:11.479Z | Downloaded futures-sink v0.3.31 |
642 | 2024-12-03T22:30:11.481Z | Downloaded smallvec v1.13.2 |
643 | 2024-12-03T22:30:11.484Z | Downloaded ff v0.13.0 |
644 | 2024-12-03T22:30:11.486Z | Downloaded form_urlencoded v1.2.1 |
645 | 2024-12-03T22:30:11.486Z | Downloaded nanorand v0.7.0 |
646 | 2024-12-03T22:30:11.492Z | Downloaded qorb v0.2.1 |
647 | 2024-12-03T22:30:11.504Z | Downloaded zone_cfg_derive v0.1.2 |
648 | 2024-12-03T22:30:11.507Z | Downloaded psl-types v2.0.11 |
649 | 2024-12-03T22:30:11.507Z | Downloaded packed_struct v0.10.1 |
650 | 2024-12-03T22:30:11.516Z | Downloaded olpc-cjson v0.1.4 |
651 | 2024-12-03T22:30:11.516Z | Downloaded nodrop v0.1.14 |
652 | 2024-12-03T22:30:11.516Z | Downloaded nibble_vec v0.1.0 |
653 | 2024-12-03T22:30:11.520Z | Downloaded fxhash v0.2.1 |
654 | 2024-12-03T22:30:11.520Z | Downloaded rand_xorshift v0.3.0 |
655 | 2024-12-03T22:30:11.520Z | Downloaded compact_str v0.8.0 |
656 | 2024-12-03T22:30:11.520Z | Downloaded aes v0.8.4 |
657 | 2024-12-03T22:30:11.523Z | Downloaded salsa20 v0.10.2 |
658 | 2024-12-03T22:30:11.526Z | Downloaded quick-error v1.2.3 |
659 | 2024-12-03T22:30:11.526Z | Downloaded tracing-attributes v0.1.27 |
660 | 2024-12-03T22:30:11.528Z | Downloaded scrypt v0.11.0 |
661 | 2024-12-03T22:30:11.531Z | Downloaded scopeguard v1.2.0 |
662 | 2024-12-03T22:30:11.533Z | Downloaded rustc-hash v1.1.0 |
663 | 2024-12-03T22:30:11.534Z | Downloaded derive-where v1.2.7 |
664 | 2024-12-03T22:30:11.537Z | Downloaded thread_local v1.1.8 |
665 | 2024-12-03T22:30:11.538Z | Downloaded slog-stdlog v4.1.1 |
666 | 2024-12-03T22:30:11.541Z | Downloaded crypto-bigint v0.5.5 |
667 | 2024-12-03T22:30:11.547Z | Downloaded precomputed-hash v0.1.1 |
668 | 2024-12-03T22:30:11.550Z | Downloaded supports-color v3.0.1 |
669 | 2024-12-03T22:30:11.552Z | Downloaded glob v0.3.1 |
670 | 2024-12-03T22:30:11.552Z | Downloaded env_logger v0.11.5 |
671 | 2024-12-03T22:30:11.555Z | Downloaded env_logger v0.10.2 |
672 | 2024-12-03T22:30:11.558Z | Downloaded zone v0.3.0 |
673 | 2024-12-03T22:30:11.560Z | Downloaded zone v0.1.8 |
674 | 2024-12-03T22:30:11.560Z | Downloaded utf-8 v0.7.6 |
675 | 2024-12-03T22:30:11.564Z | Downloaded pin-project-lite v0.2.14 |
676 | 2024-12-03T22:30:11.567Z | Downloaded parking_lot v0.11.2 |
677 | 2024-12-03T22:30:11.570Z | Downloaded vsss-rs v3.3.4 |
678 | 2024-12-03T22:30:11.576Z | Downloaded futures-task v0.3.31 |
679 | 2024-12-03T22:30:11.578Z | Downloaded futures-macro v0.3.31 |
680 | 2024-12-03T22:30:11.578Z | Downloaded fallible-streaming-iterator v0.1.9 |
681 | 2024-12-03T22:30:11.578Z | Downloaded zerocopy-derive v0.8.10 |
682 | 2024-12-03T22:30:11.584Z | Downloaded write16 v1.0.0 |
683 | 2024-12-03T22:30:11.586Z | Downloaded float-cmp v0.9.0 |
684 | 2024-12-03T22:30:11.589Z | Downloaded phf_generator v0.11.2 |
685 | 2024-12-03T22:30:11.589Z | Downloaded des v0.8.1 |
686 | 2024-12-03T22:30:11.592Z | Downloaded derive_more v0.99.18 |
687 | 2024-12-03T22:30:11.596Z | Downloaded resolv-conf v0.7.0 |
688 | 2024-12-03T22:30:11.599Z | Downloaded hyper v1.5.0 |
689 | 2024-12-03T22:30:11.606Z | Downloaded parse-size v1.1.0 |
690 | 2024-12-03T22:30:11.608Z | Downloaded oso-derive v0.27.3 |
691 | 2024-12-03T22:30:11.608Z | Downloaded tokio-rustls v0.24.1 |
692 | 2024-12-03T22:30:11.611Z | Downloaded termios v0.3.3 |
693 | 2024-12-03T22:30:11.613Z | Downloaded structmeta v0.2.0 |
694 | 2024-12-03T22:30:11.616Z | Downloaded slab v0.4.9 |
695 | 2024-12-03T22:30:11.616Z | Downloaded siphasher v0.3.11 |
696 | 2024-12-03T22:30:11.618Z | Downloaded rand_seeder v0.3.0 |
697 | 2024-12-03T22:30:11.621Z | Downloaded omicron-zone-package v0.11.1 |
698 | 2024-12-03T22:30:11.624Z | Downloaded zip v0.6.6 |
699 | 2024-12-03T22:30:11.627Z | Downloaded tokio-native-tls v0.3.1 |
700 | 2024-12-03T22:30:11.629Z | Downloaded tls_codec v0.4.1 |
701 | 2024-12-03T22:30:11.632Z | Downloaded rcgen v0.12.1 |
702 | 2024-12-03T22:30:11.636Z | Downloaded rustls-pki-types v1.9.0 |
703 | 2024-12-03T22:30:11.639Z | Downloaded parking_lot_core v0.8.6 |
704 | 2024-12-03T22:30:11.642Z | Downloaded diesel-dtrace v0.3.0 |
705 | 2024-12-03T22:30:11.644Z | Downloaded pkcs8 v0.10.2 |
706 | 2024-12-03T22:30:11.646Z | Downloaded zerovec-derive v0.10.3 |
707 | 2024-12-03T22:30:11.649Z | Downloaded itertools v0.10.5 |
708 | 2024-12-03T22:30:11.655Z | Downloaded ena v0.14.3 |
709 | 2024-12-03T22:30:11.657Z | Downloaded enum-as-inner v0.6.1 |
710 | 2024-12-03T22:30:11.660Z | Downloaded env_filter v0.1.2 |
711 | 2024-12-03T22:30:11.662Z | Downloaded value-bag v1.9.0 |
712 | 2024-12-03T22:30:11.668Z | Downloaded flagset v0.4.6 |
713 | 2024-12-03T22:30:11.668Z | Downloaded fd-lock v4.0.2 |
714 | 2024-12-03T22:30:11.672Z | Downloaded serde-hex v0.1.0 |
715 | 2024-12-03T22:30:11.674Z | Downloaded rusty-fork v0.3.0 |
716 | 2024-12-03T22:30:11.677Z | Downloaded stable_deref_trait v1.2.0 |
717 | 2024-12-03T22:30:11.679Z | Downloaded tls_codec_derive v0.4.1 |
718 | 2024-12-03T22:30:11.681Z | Downloaded schemars v0.8.21 |
719 | 2024-12-03T22:30:11.696Z | Downloaded newline-converter v0.3.0 |
720 | 2024-12-03T22:30:11.698Z | Downloaded difflib v0.4.0 |
721 | 2024-12-03T22:30:11.701Z | Downloaded diesel_table_macro_syntax v0.2.0 |
722 | 2024-12-03T22:30:11.701Z | Downloaded strum v0.26.3 |
723 | 2024-12-03T22:30:11.701Z | Downloaded string_cache v0.8.7 |
724 | 2024-12-03T22:30:11.704Z | Downloaded new_debug_unreachable v1.0.6 |
725 | 2024-12-03T22:30:11.707Z | Downloaded untrusted v0.9.0 |
726 | 2024-12-03T22:30:11.709Z | Downloaded tokio-tungstenite v0.24.0 |
727 | 2024-12-03T22:30:11.711Z | Downloaded idna v1.0.3 |
728 | 2024-12-03T22:30:11.714Z | Downloaded futures-io v0.3.31 |
729 | 2024-12-03T22:30:11.717Z | Downloaded funty v2.0.0 |
730 | 2024-12-03T22:30:11.717Z | Downloaded derive_builder_macro v0.20.2 |
731 | 2024-12-03T22:30:11.719Z | Downloaded zeroize_derive v1.4.2 |
732 | 2024-12-03T22:30:11.722Z | Downloaded ppv-lite86 v0.2.20 |
733 | 2024-12-03T22:30:11.722Z | Downloaded powerfmt v0.2.0 |
734 | 2024-12-03T22:30:11.724Z | Downloaded hash32 v0.2.1 |
735 | 2024-12-03T22:30:11.724Z | Downloaded blake3 v1.5.4 |
736 | 2024-12-03T22:30:11.732Z | Downloaded tower-service v0.3.3 |
737 | 2024-12-03T22:30:11.735Z | Downloaded foreign-types v0.5.0 |
738 | 2024-12-03T22:30:11.739Z | Downloaded darling_macro v0.20.10 |
739 | 2024-12-03T22:30:11.739Z | Downloaded tinyvec_macros v0.1.1 |
740 | 2024-12-03T22:30:11.739Z | Downloaded slog v2.7.0 |
741 | 2024-12-03T22:30:11.741Z | Downloaded toolchain_find v0.4.0 |
742 | 2024-12-03T22:30:11.744Z | Downloaded newtype_derive v0.1.6 |
743 | 2024-12-03T22:30:11.744Z | Downloaded primeorder v0.13.6 |
744 | 2024-12-03T22:30:11.747Z | Downloaded tough v0.19.0 |
745 | 2024-12-03T22:30:11.754Z | Downloaded which v4.4.2 |
746 | 2024-12-03T22:30:11.757Z | Downloaded structmeta v0.3.0 |
747 | 2024-12-03T22:30:11.759Z | Downloaded strip-ansi-escapes v0.2.0 |
748 | 2024-12-03T22:30:11.762Z | Downloaded stringprep v0.1.5 |
749 | 2024-12-03T22:30:11.762Z | Downloaded crossterm v0.28.1 |
750 | 2024-12-03T22:30:11.768Z | Downloaded sigpipe v0.1.3 |
751 | 2024-12-03T22:30:11.771Z | Downloaded phf_shared v0.10.0 |
752 | 2024-12-03T22:30:11.771Z | Downloaded sync-ptr v0.1.1 |
753 | 2024-12-03T22:30:11.774Z | Downloaded phf_codegen v0.11.2 |
754 | 2024-12-03T22:30:11.774Z | Downloaded newtype-uuid v1.1.3 |
755 | 2024-12-03T22:30:11.777Z | Downloaded futures-channel v0.3.31 |
756 | 2024-12-03T22:30:11.777Z | Downloaded fs_extra v1.3.0 |
757 | 2024-12-03T22:30:11.779Z | Downloaded num_threads v0.1.7 |
758 | 2024-12-03T22:30:11.781Z | Downloaded owo-colors v4.1.0 |
759 | 2024-12-03T22:30:11.784Z | Downloaded fatfs v0.3.6 |
760 | 2024-12-03T22:30:11.786Z | Downloaded topological-sort v0.2.2 |
761 | 2024-12-03T22:30:11.789Z | Downloaded slog-dtrace v0.3.0 |
762 | 2024-12-03T22:30:11.792Z | Downloaded slog-async v2.8.0 |
763 | 2024-12-03T22:30:11.792Z | Downloaded progenitor-macro v0.8.0 |
764 | 2024-12-03T22:30:11.792Z | Downloaded polyval v0.6.2 |
765 | 2024-12-03T22:30:11.795Z | Downloaded uuid v1.11.0 |
766 | 2024-12-03T22:30:11.797Z | Downloaded unicode-normalization v0.1.24 |
767 | 2024-12-03T22:30:11.801Z | Downloaded russh-cryptovec v0.7.3 |
768 | 2024-12-03T22:30:11.804Z | Downloaded dsl_auto_type v0.1.2 |
769 | 2024-12-03T22:30:11.804Z | Downloaded whoami v1.5.2 |
770 | 2024-12-03T22:30:11.806Z | Downloaded vergen v8.3.2 |
771 | 2024-12-03T22:30:11.809Z | Downloaded vte v0.11.1 |
772 | 2024-12-03T22:30:11.812Z | Downloaded toml v0.7.8 |
773 | 2024-12-03T22:30:11.814Z | Downloaded zeroize v1.8.1 |
774 | 2024-12-03T22:30:11.817Z | Downloaded num-conv v0.1.0 |
775 | 2024-12-03T22:30:11.819Z | Downloaded sha1 v0.10.6 |
776 | 2024-12-03T22:30:11.819Z | Downloaded diesel_derives v2.2.3 |
777 | 2024-12-03T22:30:11.823Z | Downloaded foreign-types-macros v0.2.3 |
778 | 2024-12-03T22:30:11.826Z | Downloaded termcolor v1.4.1 |
779 | 2024-12-03T22:30:11.828Z | Downloaded foreign-types v0.3.2 |
780 | 2024-12-03T22:30:11.828Z | Downloaded phf v0.11.2 |
781 | 2024-12-03T22:30:11.831Z | Downloaded darling_core v0.20.10 |
782 | 2024-12-03T22:30:11.834Z | Downloaded defmt-macros v0.3.9 |
783 | 2024-12-03T22:30:11.837Z | Downloaded debug-ignore v1.0.5 |
784 | 2024-12-03T22:30:11.841Z | Downloaded ssh-encoding v0.2.0 |
785 | 2024-12-03T22:30:11.843Z | Downloaded yoke-derive v0.7.4 |
786 | 2024-12-03T22:30:11.843Z | Downloaded postcard v1.0.10 |
787 | 2024-12-03T22:30:11.845Z | Downloaded native-tls v0.2.12 |
788 | 2024-12-03T22:30:11.848Z | Downloaded pkcs5 v0.7.1 |
789 | 2024-12-03T22:30:11.851Z | Downloaded p256 v0.13.2 |
790 | 2024-12-03T22:30:11.855Z | Downloaded shell-words v1.1.0 |
791 | 2024-12-03T22:30:11.857Z | Downloaded rustversion v1.0.17 |
792 | 2024-12-03T22:30:11.859Z | Downloaded rtoolbox v0.0.2 |
793 | 2024-12-03T22:30:11.862Z | Downloaded num_enum_derive v0.5.11 |
794 | 2024-12-03T22:30:11.862Z | Downloaded slog-bunyan v2.5.0 |
795 | 2024-12-03T22:30:11.864Z | Downloaded normalize-line-endings v0.3.0 |
796 | 2024-12-03T22:30:11.864Z | Downloaded rpassword v7.3.1 |
797 | 2024-12-03T22:30:11.866Z | Downloaded hashlink v0.9.1 |
798 | 2024-12-03T22:30:11.868Z | Downloaded half v2.4.1 |
799 | 2024-12-03T22:30:11.870Z | Downloaded salty v0.3.0 |
800 | 2024-12-03T22:30:11.878Z | Downloaded twox-hash v1.6.3 |
801 | 2024-12-03T22:30:11.880Z | Downloaded tinystr v0.7.6 |
802 | 2024-12-03T22:30:11.883Z | Downloaded tiny-keccak v2.0.2 |
803 | 2024-12-03T22:30:11.885Z | Downloaded num v0.4.3 |
804 | 2024-12-03T22:30:11.887Z | Downloaded radium v0.7.0 |
805 | 2024-12-03T22:30:11.888Z | Downloaded aws-lc-rs v1.10.0 |
806 | 2024-12-03T22:30:11.897Z | Downloaded dhcproto-macros v0.1.0 |
807 | 2024-12-03T22:30:11.900Z | Downloaded thiserror-no-std v2.0.2 |
808 | 2024-12-03T22:30:11.903Z | Downloaded untrusted v0.7.1 |
809 | 2024-12-03T22:30:11.905Z | Downloaded universal-hash v0.5.1 |
810 | 2024-12-03T22:30:11.905Z | Downloaded progenitor-impl v0.8.0 |
811 | 2024-12-03T22:30:11.908Z | Downloaded miniz_oxide v0.8.0 |
812 | 2024-12-03T22:30:11.910Z | Downloaded expectorate v1.1.0 |
813 | 2024-12-03T22:30:11.913Z | Downloaded num-derive v0.4.2 |
814 | 2024-12-03T22:30:11.915Z | Downloaded futures v0.3.31 |
815 | 2024-12-03T22:30:11.920Z | Downloaded r2d2 v0.8.10 |
816 | 2024-12-03T22:30:11.922Z | Downloaded foldhash v0.1.3 |
817 | 2024-12-03T22:30:11.924Z | Downloaded phf_shared v0.11.2 |
818 | 2024-12-03T22:30:11.924Z | Downloaded percent-encoding v2.3.1 |
819 | 2024-12-03T22:30:11.928Z | Downloaded serde_yaml v0.9.34+deprecated |
820 | 2024-12-03T22:30:11.931Z | Downloaded password-hash v0.4.2 |
821 | 2024-12-03T22:30:11.933Z | Downloaded tokio-postgres v0.7.12 |
822 | 2024-12-03T22:30:11.937Z | Downloaded ssh-cipher v0.2.0 |
823 | 2024-12-03T22:30:11.940Z | Downloaded term v0.7.0 |
824 | 2024-12-03T22:30:11.942Z | Downloaded typify v0.2.0 |
825 | 2024-12-03T22:30:11.946Z | Downloaded wyz v0.5.1 |
826 | 2024-12-03T22:30:11.948Z | Downloaded writeable v0.5.5 |
827 | 2024-12-03T22:30:11.950Z | Downloaded spin v0.5.2 |
828 | 2024-12-03T22:30:11.952Z | Downloaded defmt-parser v0.3.4 |
829 | 2024-12-03T22:30:11.952Z | Downloaded signature v2.2.0 |
830 | 2024-12-03T22:30:11.954Z | Downloaded pem-rfc7468 v0.7.0 |
831 | 2024-12-03T22:30:11.957Z | Downloaded num-complex v0.4.6 |
832 | 2024-12-03T22:30:11.960Z | Downloaded nu-ansi-term v0.50.1 |
833 | 2024-12-03T22:30:11.962Z | Downloaded zerocopy v0.6.6 |
834 | 2024-12-03T22:30:11.962Z | Downloaded dunce v1.0.5 |
835 | 2024-12-03T22:30:11.965Z | Downloaded shlex v1.3.0 |
836 | 2024-12-03T22:30:11.965Z | Downloaded time-macros v0.2.18 |
837 | 2024-12-03T22:30:11.968Z | Downloaded diff v0.1.13 |
838 | 2024-12-03T22:30:11.970Z | Downloaded num-integer v0.1.46 |
839 | 2024-12-03T22:30:11.973Z | Downloaded russh-keys v0.45.0 |
840 | 2024-12-03T22:30:11.975Z | Downloaded headers v0.4.0 |
841 | 2024-12-03T22:30:11.980Z | Downloaded steno v0.4.1 |
842 | 2024-12-03T22:30:11.985Z | Downloaded tungstenite v0.24.0 |
843 | 2024-12-03T22:30:11.988Z | Downloaded fragile v2.0.0 |
844 | 2024-12-03T22:30:11.991Z | Downloaded yasna v0.5.2 |
845 | 2024-12-03T22:30:11.993Z | Downloaded flate2 v1.0.34 |
846 | 2024-12-03T22:30:11.999Z | Downloaded yoke v0.7.4 |
847 | 2024-12-03T22:30:12.002Z | Downloaded p521 v0.13.3 |
848 | 2024-12-03T22:30:12.005Z | Downloaded sqlparser v0.45.0 |
849 | 2024-12-03T22:30:12.011Z | Downloaded chrono v0.4.38 |
850 | 2024-12-03T22:30:12.019Z | Downloaded tungstenite v0.21.0 |
851 | 2024-12-03T22:30:12.023Z | Downloaded icu_properties_data v1.5.0 |
852 | 2024-12-03T22:30:12.034Z | Downloaded dropshot_endpoint v0.13.0 |
853 | 2024-12-03T22:30:12.037Z | Downloaded unsafe-libyaml v0.2.11 |
854 | 2024-12-03T22:30:12.040Z | Downloaded rusqlite v0.32.1 |
855 | 2024-12-03T22:30:12.047Z | Downloaded pin-project v1.1.6 |
856 | 2024-12-03T22:30:12.059Z | Downloaded tracing v0.1.40 |
857 | 2024-12-03T22:30:12.063Z | Downloaded zerovec v0.10.4 |
858 | 2024-12-03T22:30:12.069Z | Downloaded quinn-proto v0.11.8 |
859 | 2024-12-03T22:30:12.076Z | Downloaded rustls-webpki v0.102.8 |
860 | 2024-12-03T22:30:12.094Z | Downloaded num-bigint v0.4.6 |
861 | 2024-12-03T22:30:12.098Z | Downloaded mio v1.0.2 |
862 | 2024-12-03T22:30:12.104Z | Downloaded hashbrown v0.12.3 |
863 | 2024-12-03T22:30:12.108Z | Downloaded rustyline v14.0.0 |
864 | 2024-12-03T22:30:12.113Z | Downloaded tokio-util v0.7.12 |
865 | 2024-12-03T22:30:12.120Z | Downloaded h2 v0.4.6 |
866 | 2024-12-03T22:30:12.127Z | Downloaded rustls-webpki v0.101.7 |
867 | 2024-12-03T22:30:12.142Z | Downloaded quinn v0.11.5 |
868 | 2024-12-03T22:30:12.145Z | Downloaded idna v0.4.0 |
869 | 2024-12-03T22:30:12.151Z | Downloaded idna v0.2.3 |
870 | 2024-12-03T22:30:12.158Z | Downloaded hashbrown v0.13.2 |
871 | 2024-12-03T22:30:12.163Z | Downloaded typed-path v0.9.3 |
872 | 2024-12-03T22:30:12.170Z | Downloaded ssh-key v0.6.6 |
873 | 2024-12-03T22:30:12.177Z | Downloaded serde_with v3.11.0 |
874 | 2024-12-03T22:30:12.186Z | Downloaded rayon v1.10.0 |
875 | 2024-12-03T22:30:12.195Z | Downloaded git2 v0.19.0 |
876 | 2024-12-03T22:30:12.204Z | Downloaded vcpkg v0.2.15 |
877 | 2024-12-03T22:30:12.242Z | Downloaded winnow v0.5.40 |
878 | 2024-12-03T22:30:12.250Z | Downloaded nom v7.1.3 |
879 | 2024-12-03T22:30:12.255Z | Downloaded portable-atomic v1.9.0 |
880 | 2024-12-03T22:30:12.264Z | Downloaded proptest v1.5.0 |
881 | 2024-12-03T22:30:12.274Z | Downloaded rustls v0.21.12 |
882 | 2024-12-03T22:30:12.286Z | Downloaded hickory-proto v0.24.1 |
883 | 2024-12-03T22:30:12.303Z | Downloaded trust-dns-proto v0.22.0 |
884 | 2024-12-03T22:30:12.316Z | Downloaded reqwest v0.12.9 |
885 | 2024-12-03T22:30:12.326Z | Downloaded p384 v0.13.0 |
886 | 2024-12-03T22:30:12.333Z | Downloaded quick-xml v0.33.0 |
887 | 2024-12-03T22:30:12.341Z | Downloaded object v0.30.4 |
888 | 2024-12-03T22:30:12.352Z | Downloaded dropshot v0.13.0 |
889 | 2024-12-03T22:30:12.375Z | Downloaded radix_trie v0.2.1 |
890 | 2024-12-03T22:30:12.380Z | Downloaded nix v0.28.0 |
891 | 2024-12-03T22:30:12.393Z | Downloaded regex-syntax v0.6.29 |
892 | 2024-12-03T22:30:12.401Z | Downloaded petname v2.0.2 |
893 | 2024-12-03T22:30:12.408Z | Downloaded object v0.36.5 |
894 | 2024-12-03T22:30:12.421Z | Downloaded regex v1.11.1 |
895 | 2024-12-03T22:30:12.434Z | Downloaded zerocopy v0.8.10 |
896 | 2024-12-03T22:30:12.459Z | Downloaded openapiv3 v2.0.0 |
897 | 2024-12-03T22:30:12.471Z | Downloaded regress v0.10.1 |
898 | 2024-12-03T22:30:12.481Z | Downloaded polar-core v0.27.3 |
899 | 2024-12-03T22:30:12.490Z | Downloaded regex-syntax v0.8.5 |
900 | 2024-12-03T22:30:12.499Z | Downloaded dropshot v0.12.0 |
901 | 2024-12-03T22:30:12.520Z | Downloaded typify-impl v0.2.0 |
902 | 2024-12-03T22:30:12.535Z | Downloaded rustls v0.23.14 |
903 | 2024-12-03T22:30:12.547Z | Downloaded bstr v1.10.0 |
904 | 2024-12-03T22:30:12.558Z | Downloaded zerocopy-derive v0.6.6 |
905 | 2024-12-03T22:30:12.568Z | Downloaded diesel v2.2.4 |
906 | 2024-12-03T22:30:12.586Z | Downloaded webpki-roots v0.26.6 |
907 | 2024-12-03T22:30:12.590Z | Downloaded sled v0.34.7 |
908 | 2024-12-03T22:30:12.602Z | Downloaded nix v0.29.0 |
909 | 2024-12-03T22:30:12.614Z | Downloaded chrono-tz v0.10.0 |
910 | 2024-12-03T22:30:12.621Z | Downloaded ratatui v0.28.1 |
911 | 2024-12-03T22:30:12.640Z | Downloaded lzma-sys v0.1.20 |
912 | 2024-12-03T22:30:12.669Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
913 | 2024-12-03T22:30:12.680Z | Downloaded rustls v0.22.4 |
914 | 2024-12-03T22:30:12.694Z | Downloaded openssl v0.10.66 |
915 | 2024-12-03T22:30:12.703Z | Downloaded unicode-width v0.2.0 |
916 | 2024-12-03T22:30:12.709Z | Downloaded libz-sys v1.1.20 |
917 | 2024-12-03T22:30:12.729Z | Downloaded petgraph v0.6.5 |
918 | 2024-12-03T22:30:12.746Z | Downloaded regex-automata v0.4.8 |
919 | 2024-12-03T22:30:12.762Z | Downloaded regress v0.9.1 |
920 | 2024-12-03T22:30:12.771Z | Downloaded nix v0.27.1 |
921 | 2024-12-03T22:30:12.781Z | Downloaded smoltcp v0.11.0 |
922 | 2024-12-03T22:30:12.794Z | Downloaded gimli v0.31.1 |
923 | 2024-12-03T22:30:12.802Z | Downloaded curve25519-dalek v4.1.3 |
924 | 2024-12-03T22:30:12.810Z | Downloaded smoltcp v0.9.1 |
925 | 2024-12-03T22:30:12.821Z | Downloaded rsa v0.9.6 |
926 | 2024-12-03T22:30:12.825Z | Downloaded idna v0.3.0 |
927 | 2024-12-03T22:30:12.832Z | Downloaded tokio v1.40.0 |
928 | 2024-12-03T22:30:12.868Z | Downloaded csv v1.3.0 |
929 | 2024-12-03T22:30:12.888Z | Downloaded sha3 v0.10.8 |
930 | 2024-12-03T22:30:12.892Z | Downloaded idna v0.5.0 |
931 | 2024-12-03T22:30:12.899Z | Downloaded futures-util v0.3.31 |
932 | 2024-12-03T22:30:12.909Z | Downloaded lalrpop v0.19.12 |
933 | 2024-12-03T22:30:12.920Z | Downloaded ron v0.8.1 |
934 | 2024-12-03T22:30:12.925Z | Downloaded bitvec v1.0.1 |
935 | 2024-12-03T22:30:12.940Z | Downloaded uzers v0.12.1 |
936 | 2024-12-03T22:30:12.942Z | Downloaded parse-zoneinfo v0.3.1 |
937 | 2024-12-03T22:30:12.945Z | Downloaded der v0.7.9 |
938 | 2024-12-03T22:30:12.949Z | Downloaded url v2.5.3 |
939 | 2024-12-03T22:30:12.952Z | Downloaded spin v0.9.8 |
940 | 2024-12-03T22:30:12.954Z | Downloaded num-bigint-dig v0.8.4 |
941 | 2024-12-03T22:30:12.958Z | Downloaded time v0.3.36 |
942 | 2024-12-03T22:30:12.965Z | Downloaded bindgen v0.69.5 |
943 | 2024-12-03T22:30:12.972Z | Downloaded ron v0.7.1 |
944 | 2024-12-03T22:30:12.977Z | Downloaded toml_edit v0.19.15 |
945 | 2024-12-03T22:30:12.991Z | Downloaded reedline v0.35.0 |
946 | 2024-12-03T22:30:12.999Z | Downloaded hashbrown v0.14.5 |
947 | 2024-12-03T22:30:13.003Z | Downloaded dyn-clone v1.0.17 |
948 | 2024-12-03T22:30:13.006Z | Downloaded tinyvec v1.8.0 |
949 | 2024-12-03T22:30:13.008Z | Downloaded rustc-demangle v0.1.24 |
950 | 2024-12-03T22:30:13.011Z | Downloaded dhcproto v0.12.0 |
951 | 2024-12-03T22:30:13.013Z | Downloaded flume v0.11.1 |
952 | 2024-12-03T22:30:13.015Z | Downloaded zip v2.1.3 |
953 | 2024-12-03T22:30:13.019Z | Downloaded serde_with_macros v3.11.0 |
954 | 2024-12-03T22:30:13.023Z | Downloaded progenitor v0.8.0 |
955 | 2024-12-03T22:30:13.025Z | Downloaded parking_lot_core v0.9.10 |
956 | 2024-12-03T22:30:13.025Z | Downloaded subprocess v0.2.9 |
957 | 2024-12-03T22:30:13.028Z | Downloaded itertools v0.13.0 |
958 | 2024-12-03T22:30:13.035Z | Downloaded der_derive v0.7.3 |
959 | 2024-12-03T22:30:13.040Z | Downloaded num-traits v0.2.19 |
960 | 2024-12-03T22:30:13.043Z | Downloaded hash32 v0.3.1 |
961 | 2024-12-03T22:30:13.044Z | Downloaded itertools v0.12.1 |
962 | 2024-12-03T22:30:13.047Z | Downloaded subtle v2.6.1 |
963 | 2024-12-03T22:30:13.049Z | Downloaded strum_macros v0.25.3 |
964 | 2024-12-03T22:30:13.051Z | Downloaded strum_macros v0.24.3 |
965 | 2024-12-03T22:30:13.054Z | Downloaded serde_plain v1.0.2 |
966 | 2024-12-03T22:30:13.054Z | Downloaded postgres-protocol v0.6.7 |
967 | 2024-12-03T22:30:13.056Z | Downloaded serde_derive_internals v0.29.1 |
968 | 2024-12-03T22:30:13.059Z | Downloaded tungstenite v0.23.0 |
969 | 2024-12-03T22:30:13.061Z | Downloaded encoding_rs v0.8.34 |
970 | 2024-12-03T22:30:13.082Z | Downloaded x509-cert v0.2.5 |
971 | 2024-12-03T22:30:13.087Z | Downloaded utf8_iter v1.0.4 |
972 | 2024-12-03T22:30:13.089Z | Downloaded utf16_iter v1.0.5 |
973 | 2024-12-03T22:30:13.089Z | Downloaded libm v0.2.8 |
974 | 2024-12-03T22:30:13.096Z | Downloaded static_assertions v1.1.0 |
975 | 2024-12-03T22:30:13.098Z | Downloaded serde_path_to_error v0.1.16 |
976 | 2024-12-03T22:30:13.101Z | Downloaded dropshot_endpoint v0.12.0 |
977 | 2024-12-03T22:30:13.103Z | Downloaded socket2 v0.5.7 |
978 | 2024-12-03T22:30:13.106Z | Downloaded snafu v0.8.5 |
979 | 2024-12-03T22:30:13.110Z | Downloaded unicode-segmentation v1.12.0 |
980 | 2024-12-03T22:30:13.113Z | Downloaded russh v0.45.0 |
981 | 2024-12-03T22:30:13.118Z | Downloaded libxml v0.3.3 |
982 | 2024-12-03T22:30:13.124Z | Downloaded parse-display-derive v0.10.0 |
983 | 2024-12-03T22:30:13.126Z | Downloaded parse-display v0.10.0 |
984 | 2024-12-03T22:30:13.126Z | Downloaded unicode_categories v0.1.1 |
985 | 2024-12-03T22:30:13.128Z | Downloaded fallible-iterator v0.3.0 |
986 | 2024-12-03T22:30:13.131Z | Downloaded rustls-pemfile v2.2.0 |
987 | 2024-12-03T22:30:13.131Z | Downloaded zopfli v0.8.1 |
988 | 2024-12-03T22:30:13.134Z | Downloaded predicates v3.1.2 |
989 | 2024-12-03T22:30:13.138Z | Downloaded embedded-io v0.6.1 |
990 | 2024-12-03T22:30:13.138Z | Downloaded embedded-io v0.4.0 |
991 | 2024-12-03T22:30:13.141Z | Downloaded rand v0.8.5 |
992 | 2024-12-03T22:30:13.144Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
993 | 2024-12-03T22:30:13.198Z | Downloaded gethostname v0.5.0 |
994 | 2024-12-03T22:30:13.201Z | Downloaded pkcs1 v0.7.5 |
995 | 2024-12-03T22:30:13.203Z | Downloaded tracing-core v0.1.32 |
996 | 2024-12-03T22:30:13.205Z | Downloaded rustc_version v0.1.7 |
997 | 2024-12-03T22:30:13.207Z | Downloaded quinn-udp v0.5.5 |
998 | 2024-12-03T22:30:13.207Z | Downloaded openssl-probe v0.1.5 |
999 | 2024-12-03T22:30:13.210Z | Downloaded openssl-macros v0.1.1 |
1000 | 2024-12-03T22:30:13.210Z | Downloaded enum-as-inner v0.5.1 |
1001 | 2024-12-03T22:30:13.213Z | Downloaded tokio-rustls v0.25.0 |
1002 | 2024-12-03T22:30:13.214Z | Downloaded pkg-config v0.3.31 |
1003 | 2024-12-03T22:30:13.216Z | Downloaded tokio-rustls v0.26.0 |
1004 | 2024-12-03T22:30:13.216Z | Downloaded elliptic-curve v0.13.8 |
1005 | 2024-12-03T22:30:13.219Z | Downloaded ed25519-dalek v2.1.1 |
1006 | 2024-12-03T22:30:13.222Z | Downloaded packed_struct_codegen v0.10.1 |
1007 | 2024-12-03T22:30:13.224Z | Downloaded num_enum v0.5.11 |
1008 | 2024-12-03T22:30:13.227Z | Downloaded num-iter v0.1.45 |
1009 | 2024-12-03T22:30:13.230Z | Downloaded snafu-derive v0.8.5 |
1010 | 2024-12-03T22:30:13.230Z | Downloaded slog-term v2.9.1 |
1011 | 2024-12-03T22:30:13.232Z | Downloaded sec1 v0.7.3 |
1012 | 2024-12-03T22:30:13.235Z | Downloaded sct v0.7.1 |
1013 | 2024-12-03T22:30:13.238Z | Downloaded rayon-core v1.12.1 |
1014 | 2024-12-03T22:30:13.241Z | Downloaded crossbeam-channel v0.5.13 |
1015 | 2024-12-03T22:30:13.244Z | Downloaded openssl-sys v0.9.103 |
1016 | 2024-12-03T22:30:13.249Z | Downloaded minimal-lexical v0.2.1 |
1017 | 2024-12-03T22:30:13.253Z | Downloaded pin-project-internal v1.1.6 |
1018 | 2024-12-03T22:30:13.256Z | Downloaded password-hash v0.5.0 |
1019 | 2024-12-03T22:30:13.258Z | Downloaded globset v0.4.15 |
1020 | 2024-12-03T22:30:13.264Z | Downloaded test-strategy v0.3.1 |
1021 | 2024-12-03T22:30:13.264Z | Downloaded thiserror v2.0.3 |
1022 | 2024-12-03T22:30:13.268Z | Downloaded signal-hook v0.3.17 |
1023 | 2024-12-03T22:30:13.271Z | Downloaded publicsuffix v2.2.3 |
1024 | 2024-12-03T22:30:13.273Z | Downloaded tokio-tungstenite v0.23.1 |
1025 | 2024-12-03T22:30:13.273Z | Downloaded postgres-types v0.2.8 |
1026 | 2024-12-03T22:30:13.276Z | Downloaded float-ord v0.3.2 |
1027 | 2024-12-03T22:30:13.279Z | Downloaded endian-type v0.1.2 |
1028 | 2024-12-03T22:30:13.279Z | Downloaded zone_cfg_derive v0.3.0 |
1029 | 2024-12-03T22:30:13.279Z | Downloaded pem v3.0.4 |
1030 | 2024-12-03T22:30:13.281Z | Downloaded parking_lot v0.12.3 |
1031 | 2024-12-03T22:30:13.283Z | Downloaded oso v0.27.3 |
1032 | 2024-12-03T22:30:13.285Z | Downloaded mockall_derive v0.13.0 |
1033 | 2024-12-03T22:30:13.287Z | Downloaded unicode-bidi v0.3.17 |
1034 | 2024-12-03T22:30:13.290Z | Downloaded group v0.13.0 |
1035 | 2024-12-03T22:30:13.290Z | Downloaded unicase v2.7.0 |
1036 | 2024-12-03T22:30:13.292Z | Downloaded peg-macros v0.8.4 |
1037 | 2024-12-03T22:30:13.294Z | Downloaded getrandom v0.2.15 |
1038 | 2024-12-03T22:30:13.297Z | Downloaded tar v0.4.42 |
1039 | 2024-12-03T22:30:13.299Z | Downloaded fallible-iterator v0.2.0 |
1040 | 2024-12-03T22:30:13.300Z | Downloaded semver v0.1.20 |
1041 | 2024-12-03T22:30:13.302Z | Downloaded http v1.1.0 |
1042 | 2024-12-03T22:30:13.304Z | Downloaded const_format v0.2.33 |
1043 | 2024-12-03T22:30:13.308Z | Downloaded cc v1.1.30 |
1044 | 2024-12-03T22:30:13.311Z | Downloaded pin-utils v0.1.0 |
1045 | 2024-12-03T22:30:13.314Z | Downloaded peg-runtime v0.8.3 |
1046 | 2024-12-03T22:30:13.314Z | Downloaded unicode-xid v0.2.6 |
1047 | 2024-12-03T22:30:13.317Z | Downloaded samael v0.0.17 |
1048 | 2024-12-03T22:30:13.322Z | Downloaded structmeta-derive v0.2.0 |
1049 | 2024-12-03T22:30:13.327Z | Downloaded prettyplease v0.2.25 |
1050 | 2024-12-03T22:30:13.327Z | Downloaded secrecy v0.8.0 |
1051 | 2024-12-03T22:30:13.329Z | Downloaded dirs-next v2.0.0 |
1052 | 2024-12-03T22:30:13.329Z | Downloaded schemars_derive v0.8.21 |
1053 | 2024-12-03T22:30:13.329Z | Downloaded ref-cast v1.0.23 |
1054 | 2024-12-03T22:30:13.331Z | Downloaded ecdsa v0.16.9 |
1055 | 2024-12-03T22:30:13.333Z | Downloaded similar v2.6.0 |
1056 | 2024-12-03T22:30:13.336Z | Downloaded derive_builder_core v0.20.2 |
1057 | 2024-12-03T22:30:13.339Z | Downloaded hkdf v0.12.4 |
1058 | 2024-12-03T22:30:13.341Z | Downloaded data-encoding v2.6.0 |
1059 | 2024-12-03T22:30:13.343Z | Downloaded walkdir v2.5.0 |
1060 | 2024-12-03T22:30:13.343Z | Downloaded wait-timeout v0.2.0 |
1061 | 2024-12-03T22:30:13.346Z | Downloaded bumpalo v3.16.0 |
1062 | 2024-12-03T22:30:13.348Z | Downloaded peg v0.8.4 |
1063 | 2024-12-03T22:30:13.351Z | Downloaded pbkdf2 v0.11.0 |
1064 | 2024-12-03T22:30:13.353Z | Downloaded icu_properties v1.5.1 |
1065 | 2024-12-03T22:30:13.358Z | Downloaded crossbeam-utils v0.8.20 |
1066 | 2024-12-03T22:30:13.360Z | Downloaded foreign-types-shared v0.3.1 |
1067 | 2024-12-03T22:30:13.363Z | Downloaded fixedbitset v0.4.2 |
1068 | 2024-12-03T22:30:13.363Z | Downloaded ed25519 v2.2.3 |
1069 | 2024-12-03T22:30:13.366Z | Downloaded crc-any v2.5.0 |
1070 | 2024-12-03T22:30:13.368Z | Downloaded cookie v0.18.1 |
1071 | 2024-12-03T22:30:13.370Z | Downloaded ciborium v0.2.2 |
1072 | 2024-12-03T22:30:13.372Z | Downloaded icu_locid v1.5.0 |
1073 | 2024-12-03T22:30:13.375Z | Downloaded base64 v0.22.1 |
1074 | 2024-12-03T22:30:13.379Z | Downloaded base64 v0.21.7 |
1075 | 2024-12-03T22:30:13.383Z | Downloaded unicode-truncate v1.1.0 |
1076 | 2024-12-03T22:30:13.385Z | Downloaded const-oid v0.9.6 |
1077 | 2024-12-03T22:30:13.387Z | Downloaded mirai-annotations v1.12.0 |
1078 | 2024-12-03T22:30:13.387Z | Downloaded tabwriter v1.4.0 |
1079 | 2024-12-03T22:30:13.390Z | Downloaded spki v0.7.3 |
1080 | 2024-12-03T22:30:13.390Z | Downloaded memmap2 v0.9.5 |
1081 | 2024-12-03T22:30:13.393Z | Downloaded lalrpop-util v0.19.12 |
1082 | 2024-12-03T22:30:13.393Z | Downloaded slog-json v2.6.1 |
1083 | 2024-12-03T22:30:13.396Z | Downloaded litemap v0.7.3 |
1084 | 2024-12-03T22:30:13.398Z | Downloaded hyper-util v0.1.10 |
1085 | 2024-12-03T22:30:13.401Z | Downloaded hickory-server v0.24.1 |
1086 | 2024-12-03T22:30:13.405Z | Downloaded crc32fast v1.4.2 |
1087 | 2024-12-03T22:30:13.408Z | Downloaded serde_repr v0.1.19 |
1088 | 2024-12-03T22:30:13.410Z | Downloaded const_format_proc_macros v0.2.33 |
1089 | 2024-12-03T22:30:13.413Z | Downloaded chacha20 v0.9.1 |
1090 | 2024-12-03T22:30:13.413Z | Downloaded icu_locid_transform v1.5.0 |
1091 | 2024-12-03T22:30:13.416Z | Downloaded rfc6979 v0.4.0 |
1092 | 2024-12-03T22:30:13.416Z | Downloaded ref-cast-impl v1.0.23 |
1093 | 2024-12-03T22:30:13.420Z | Downloaded cassowary v0.3.0 |
1094 | 2024-12-03T22:30:13.420Z | Downloaded allocator-api2 v0.2.18 |
1095 | 2024-12-03T22:30:13.423Z | Downloaded managed v0.8.0 |
1096 | 2024-12-03T22:30:13.423Z | Downloaded libsw v3.3.1 |
1097 | 2024-12-03T22:30:13.426Z | Downloaded linear-map v1.2.0 |
1098 | 2024-12-03T22:30:13.426Z | Downloaded kstat-rs v0.2.4 |
1099 | 2024-12-03T22:30:13.428Z | Downloaded maplit v1.0.2 |
1100 | 2024-12-03T22:30:13.428Z | Downloaded libefi-sys v0.1.0 |
1101 | 2024-12-03T22:30:13.428Z | Downloaded cobs v0.2.3 |
1102 | 2024-12-03T22:30:13.430Z | Downloaded cipher v0.4.4 |
1103 | 2024-12-03T22:30:13.433Z | Downloaded indent_write v2.2.0 |
1104 | 2024-12-03T22:30:13.433Z | Downloaded chrono-tz-build v0.4.0 |
1105 | 2024-12-03T22:30:13.433Z | Downloaded keccak v0.1.5 |
1106 | 2024-12-03T22:30:13.436Z | Downloaded colored v2.1.0 |
1107 | 2024-12-03T22:30:13.438Z | Downloaded cmake v0.1.51 |
1108 | 2024-12-03T22:30:13.438Z | Downloaded ciborium-ll v0.2.2 |
1109 | 2024-12-03T22:30:13.438Z | Downloaded impl-trait-for-tuples v0.2.2 |
1110 | 2024-12-03T22:30:13.442Z | Downloaded castaway v0.2.3 |
1111 | 2024-12-03T22:30:13.442Z | Downloaded buf-list v1.0.3 |
1112 | 2024-12-03T22:30:13.445Z | Downloaded bitfield-struct v0.6.2 |
1113 | 2024-12-03T22:30:13.445Z | Downloaded lockfree-object-pool v0.1.6 |
1114 | 2024-12-03T22:30:13.447Z | Downloaded linked-hash-map v0.5.6 |
1115 | 2024-12-03T22:30:13.450Z | Downloaded addr2line v0.24.2 |
1116 | 2024-12-03T22:30:13.453Z | Downloaded ciborium-io v0.2.2 |
1117 | 2024-12-03T22:30:13.453Z | Downloaded block-padding v0.3.3 |
1118 | 2024-12-03T22:30:13.455Z | Downloaded base16ct v0.2.0 |
1119 | 2024-12-03T22:30:13.457Z | Downloaded aho-corasick v1.1.3 |
1120 | 2024-12-03T22:30:13.461Z | Downloaded cstr-argument v0.1.2 |
1121 | 2024-12-03T22:30:13.463Z | Downloaded crunchy v0.2.2 |
1122 | 2024-12-03T22:30:13.464Z | Downloaded crucible-workspace-hack v0.1.0 |
1123 | 2024-12-03T22:30:13.464Z | Downloaded async-bb8-diesel v0.2.1 |
1124 | 2024-12-03T22:30:13.466Z | Downloaded cfg_aliases v0.2.1 |
1125 | 2024-12-03T22:30:13.469Z | Downloaded cfg_aliases v0.1.1 |
1126 | 2024-12-03T22:30:13.469Z | Downloaded httparse v1.9.5 |
1127 | 2024-12-03T22:30:13.472Z | Downloaded hostname v0.4.0 |
1128 | 2024-12-03T22:30:13.472Z | Downloaded bitfield v0.14.0 |
1129 | 2024-12-03T22:30:13.474Z | Downloaded bcrypt-pbkdf v0.10.0 |
1130 | 2024-12-03T22:30:13.474Z | Downloaded bb8 v0.8.5 |
1131 | 2024-12-03T22:30:13.476Z | Downloaded atomic-waker v1.1.2 |
1132 | 2024-12-03T22:30:13.476Z | Downloaded array-init v0.0.4 |
1133 | 2024-12-03T22:30:13.476Z | Downloaded hex v0.4.3 |
1134 | 2024-12-03T22:30:13.479Z | Downloaded heck v0.3.3 |
1135 | 2024-12-03T22:30:13.479Z | Downloaded heapless v0.8.0 |
1136 | 2024-12-03T22:30:13.516Z | Downloaded ring v0.17.8 |
1137 | 2024-12-03T22:30:13.667Z | Downloaded ring v0.16.20 |
1138 | 2024-12-03T22:30:13.747Z | Downloaded libsqlite3-sys v0.30.1 |
1139 | 2024-12-03T22:30:13.937Z | Downloaded aws-lc-sys v0.22.0 |
1140 | 2024-12-03T22:30:14.239Z | Compiling serde v1.0.215 |
1141 | 2024-12-03T22:30:14.241Z | Compiling lock_api v0.4.12 |
1142 | 2024-12-03T22:30:14.241Z | Compiling scopeguard v1.2.0 |
1143 | 2024-12-03T22:30:14.241Z | Compiling value-bag v1.9.0 |
1144 | 2024-12-03T22:30:14.241Z | Compiling typenum v1.17.0 |
1145 | 2024-12-03T22:30:14.396Z | Compiling generic-array v0.14.7 |
1146 | 2024-12-03T22:30:14.434Z | Compiling syn v2.0.87 |
1147 | 2024-12-03T22:30:14.448Z | Compiling getrandom v0.2.15 |
1148 | 2024-12-03T22:30:14.527Z | Compiling subtle v2.6.1 |
1149 | 2024-12-03T22:30:14.695Z | Compiling rand_core v0.6.4 |
1150 | 2024-12-03T22:30:14.880Z | Compiling shlex v1.3.0 |
1151 | 2024-12-03T22:30:14.931Z | Compiling log v0.4.22 |
1152 | 2024-12-03T22:30:14.963Z | Compiling jobserver v0.1.32 |
1153 | 2024-12-03T22:30:15.061Z | Compiling const-oid v0.9.6 |
1154 | 2024-12-03T22:30:15.240Z | Compiling smallvec v1.13.2 |
1155 | 2024-12-03T22:30:15.261Z | Compiling spin v0.9.8 |
1156 | 2024-12-03T22:30:15.264Z | Compiling pin-project-lite v0.2.14 |
1157 | 2024-12-03T22:30:15.413Z | Compiling cc v1.1.30 |
1158 | 2024-12-03T22:30:15.645Z | Compiling rustix v0.38.37 |
1159 | 2024-12-03T22:30:15.675Z | Compiling parking_lot_core v0.9.10 |
1160 | 2024-12-03T22:30:15.797Z | Compiling futures-core v0.3.31 |
1161 | 2024-12-03T22:30:15.850Z | Compiling signal-hook-registry v1.4.2 |
1162 | 2024-12-03T22:30:16.056Z | Compiling mio v1.0.2 |
1163 | 2024-12-03T22:30:16.531Z | Compiling parking_lot v0.12.3 |
1164 | 2024-12-03T22:30:16.674Z | Compiling aho-corasick v1.1.3 |
1165 | 2024-12-03T22:30:16.950Z | Compiling regex-syntax v0.8.5 |
1166 | 2024-12-03T22:30:17.190Z | Compiling cpufeatures v0.2.14 |
1167 | 2024-12-03T22:30:17.218Z | Compiling either v1.13.0 |
1168 | 2024-12-03T22:30:17.294Z | Compiling lazy_static v1.5.0 |
1169 | 2024-12-03T22:30:17.377Z | Compiling glob v0.3.1 |
1170 | 2024-12-03T22:30:17.422Z | Compiling stable_deref_trait v1.2.0 |
1171 | 2024-12-03T22:30:17.543Z | Compiling futures-sink v0.3.31 |
1172 | 2024-12-03T22:30:17.586Z | Compiling socket2 v0.5.7 |
1173 | 2024-12-03T22:30:17.670Z | Compiling slab v0.4.9 |
1174 | 2024-12-03T22:30:17.712Z | Compiling prettyplease v0.2.25 |
1175 | 2024-12-03T22:30:18.066Z | Compiling minimal-lexical v0.2.1 |
1176 | 2024-12-03T22:30:18.437Z | Compiling clang-sys v1.8.1 |
1177 | 2024-12-03T22:30:18.460Z | Compiling libloading v0.8.5 |
1178 | 2024-12-03T22:30:18.588Z | Compiling nom v7.1.3 |
1179 | 2024-12-03T22:30:18.623Z | Compiling serde_json v1.0.132 |
1180 | 2024-12-03T22:30:18.886Z | Compiling bindgen v0.69.5 |
1181 | 2024-12-03T22:30:18.947Z | Compiling home v0.5.9 |
1182 | 2024-12-03T22:30:19.265Z | Compiling futures-channel v0.3.31 |
1183 | 2024-12-03T22:30:19.703Z | Compiling itertools v0.12.1 |
1184 | 2024-12-03T22:30:19.722Z | Compiling foldhash v0.1.3 |
1185 | 2024-12-03T22:30:19.901Z | Compiling rustc-hash v1.1.0 |
1186 | 2024-12-03T22:30:20.037Z | Compiling pin-utils v0.1.0 |
1187 | 2024-12-03T22:30:20.073Z | Compiling futures-task v0.3.31 |
1188 | 2024-12-03T22:30:20.147Z | Compiling futures-io v0.3.31 |
1189 | 2024-12-03T22:30:20.396Z | Compiling lazycell v1.3.0 |
1190 | 2024-12-03T22:30:20.478Z | Compiling allocator-api2 v0.2.18 |
1191 | 2024-12-03T22:30:20.567Z | Compiling cmake v0.1.51 |
1192 | 2024-12-03T22:30:21.286Z | Compiling regex-automata v0.4.8 |
1193 | 2024-12-03T22:30:21.636Z | Compiling hashbrown v0.15.0 |
1194 | 2024-12-03T22:30:22.422Z | Compiling synstructure v0.13.1 |
1195 | 2024-12-03T22:30:22.860Z | Compiling cexpr v0.6.0 |
1196 | 2024-12-03T22:30:23.024Z | Compiling libm v0.2.8 |
1197 | 2024-12-03T22:30:23.356Z | Compiling dunce v1.0.5 |
1198 | 2024-12-03T22:30:23.493Z | Compiling fs_extra v1.3.0 |
1199 | 2024-12-03T22:30:23.957Z | Compiling tinyvec_macros v0.1.1 |
1200 | 2024-12-03T22:30:24.054Z | Compiling pkg-config v0.3.31 |
1201 | 2024-12-03T22:30:24.077Z | Compiling tinyvec v1.8.0 |
1202 | 2024-12-03T22:30:24.122Z | Compiling num-traits v0.2.19 |
1203 | 2024-12-03T22:30:24.694Z | Compiling ring v0.17.8 |
1204 | 2024-12-03T22:30:25.602Z | Compiling unicode-normalization v0.1.24 |
1205 | 2024-12-03T22:30:25.631Z | Compiling base64ct v1.6.0 |
1206 | 2024-12-03T22:30:25.797Z | Compiling writeable v0.5.5 |
1207 | 2024-12-03T22:30:25.830Z | Compiling paste v1.0.15 |
1208 | 2024-12-03T22:30:26.070Z | Compiling litemap v0.7.3 |
1209 | 2024-12-03T22:30:26.193Z | Compiling unicode-bidi v0.3.17 |
1210 | 2024-12-03T22:30:26.370Z | Compiling pem-rfc7468 v0.7.0 |
1211 | 2024-12-03T22:30:26.700Z | Compiling httparse v1.9.5 |
1212 | 2024-12-03T22:30:27.121Z | Compiling regex v1.11.1 |
1213 | 2024-12-03T22:30:27.461Z | Compiling flagset v0.4.6 |
1214 | 2024-12-03T22:30:27.615Z | Compiling aws-lc-rs v1.10.0 |
1215 | 2024-12-03T22:30:28.070Z | Compiling tracing-core v0.1.32 |
1216 | 2024-12-03T22:30:28.223Z | Compiling rustls-pki-types v1.9.0 |
1217 | 2024-12-03T22:30:28.500Z | Compiling crossbeam-utils v0.8.20 |
1218 | 2024-12-03T22:30:28.849Z | Compiling percent-encoding v2.3.1 |
1219 | 2024-12-03T22:30:29.066Z | Compiling icu_locid_transform_data v1.5.0 |
1220 | 2024-12-03T22:30:29.223Z | Compiling mirai-annotations v1.12.0 |
1221 | 2024-12-03T22:30:29.328Z | Compiling icu_properties_data v1.5.0 |
1222 | 2024-12-03T22:30:29.349Z | Compiling serde_derive v1.0.215 |
1223 | 2024-12-03T22:30:29.416Z | Compiling zeroize_derive v1.4.2 |
1224 | 2024-12-03T22:30:29.436Z | Compiling zerocopy-derive v0.7.35 |
1225 | 2024-12-03T22:30:29.578Z | Compiling tokio-macros v2.4.0 |
1226 | 2024-12-03T22:30:29.922Z | Compiling zerofrom-derive v0.1.4 |
1227 | 2024-12-03T22:30:30.970Z | Compiling zeroize v1.8.1 |
1228 | 2024-12-03T22:30:31.189Z | Compiling thiserror-impl v1.0.69 |
1229 | 2024-12-03T22:30:31.340Z | Compiling yoke-derive v0.7.4 |
1230 | 2024-12-03T22:30:31.749Z | Compiling zerocopy v0.7.35 |
1231 | 2024-12-03T22:30:32.345Z | Compiling zerovec-derive v0.10.3 |
1232 | 2024-12-03T22:30:32.797Z | Compiling crypto-common v0.1.6 |
1233 | 2024-12-03T22:30:33.055Z | Compiling block-buffer v0.10.4 |
1234 | 2024-12-03T22:30:33.328Z | Compiling digest v0.10.7 |
1235 | 2024-12-03T22:30:33.374Z | Compiling futures-macro v0.3.31 |
1236 | 2024-12-03T22:30:33.842Z | Compiling hmac v0.12.1 |
1237 | 2024-12-03T22:30:34.101Z | Compiling block-padding v0.3.3 |
1238 | 2024-12-03T22:30:34.122Z | Compiling zerofrom v0.1.4 |
1239 | 2024-12-03T22:30:34.214Z | Compiling displaydoc v0.2.5 |
1240 | 2024-12-03T22:30:34.344Z | Compiling inout v0.1.3 |
1241 | 2024-12-03T22:30:34.365Z | Compiling sha2 v0.10.8 |
1242 | 2024-12-03T22:30:34.539Z | Compiling yoke v0.7.4 |
1243 | 2024-12-03T22:30:34.609Z | Compiling thiserror v1.0.69 |
1244 | 2024-12-03T22:30:34.628Z | Compiling cipher v0.4.4 |
1245 | 2024-12-03T22:30:34.760Z | Compiling ppv-lite86 v0.2.20 |
1246 | 2024-12-03T22:30:34.912Z | Compiling der_derive v0.7.3 |
1247 | 2024-12-03T22:30:35.091Z | Compiling zerovec v0.10.4 |
1248 | 2024-12-03T22:30:35.151Z | Compiling icu_provider_macros v1.5.0 |
1249 | 2024-12-03T22:30:35.325Z | Compiling futures-util v0.3.31 |
1250 | 2024-12-03T22:30:35.631Z | Compiling rand_chacha v0.3.1 |
1251 | 2024-12-03T22:30:35.920Z | Compiling tracing-attributes v0.1.27 |
1252 | 2024-12-03T22:30:36.364Z | Compiling rand v0.8.5 |
1253 | 2024-12-03T22:30:37.310Z | Compiling tinystr v0.7.6 |
1254 | 2024-12-03T22:30:37.476Z | Compiling der v0.7.9 |
1255 | 2024-12-03T22:30:37.771Z | Compiling icu_locid v1.5.0 |
1256 | 2024-12-03T22:30:37.966Z | Compiling icu_collections v1.5.0 |
1257 | 2024-12-03T22:30:38.135Z | Compiling salsa20 v0.10.2 |
1258 | 2024-12-03T22:30:38.383Z | Compiling pest v2.7.14 |
1259 | 2024-12-03T22:30:38.590Z | Compiling pbkdf2 v0.12.2 |
1260 | 2024-12-03T22:30:38.771Z | Compiling vcpkg v0.2.15 |
1261 | 2024-12-03T22:30:39.415Z | Compiling icu_provider v1.5.0 |
1262 | 2024-12-03T22:30:39.702Z | Compiling tracing v0.1.40 |
1263 | 2024-12-03T22:30:40.207Z | Compiling icu_locid_transform v1.5.0 |
1264 | 2024-12-03T22:30:40.248Z | Compiling spki v0.7.3 |
1265 | 2024-12-03T22:30:40.531Z | Compiling untrusted v0.7.1 |
1266 | 2024-12-03T22:30:40.636Z | Compiling time-core v0.1.2 |
1267 | 2024-12-03T22:30:40.718Z | Compiling num-conv v0.1.0 |
1268 | 2024-12-03T22:30:40.815Z | Compiling powerfmt v0.2.0 |
1269 | 2024-12-03T22:30:40.842Z | Compiling untrusted v0.9.0 |
1270 | 2024-12-03T22:30:40.916Z | Compiling openssl-sys v0.9.103 |
1271 | 2024-12-03T22:30:40.998Z | Compiling time-macros v0.2.18 |
1272 | 2024-12-03T22:30:41.215Z | Compiling deranged v0.3.11 |
1273 | 2024-12-03T22:30:41.472Z | Compiling icu_properties v1.5.1 |
1274 | 2024-12-03T22:30:41.636Z | Compiling pest_meta v2.7.14 |
1275 | 2024-12-03T22:30:42.060Z | Compiling scrypt v0.11.0 |
1276 | 2024-12-03T22:30:42.682Z | Compiling aes v0.8.4 |
1277 | 2024-12-03T22:30:42.915Z | Compiling cbc v0.1.2 |
1278 | 2024-12-03T22:30:43.156Z | Compiling scroll_derive v0.12.0 |
1279 | 2024-12-03T22:30:43.870Z | Compiling bitflags v2.6.0 |
1280 | 2024-12-03T22:30:44.338Z | Compiling bytes v1.8.0 |
1281 | 2024-12-03T22:30:44.668Z | Compiling indexmap v2.6.0 |
1282 | 2024-12-03T22:30:44.826Z | Compiling semver v1.0.23 |
1283 | 2024-12-03T22:30:45.551Z | Compiling tokio v1.40.0 |
1284 | 2024-12-03T22:30:45.588Z | Compiling http v1.1.0 |
1285 | 2024-12-03T22:30:45.675Z | Compiling rustc_version v0.4.1 |
1286 | 2024-12-03T22:30:46.122Z | Compiling utf8_iter v1.0.4 |
1287 | 2024-12-03T22:30:46.392Z | Compiling write16 v1.0.0 |
1288 | 2024-12-03T22:30:46.469Z | Compiling atomic-waker v1.1.2 |
1289 | 2024-12-03T22:30:46.490Z | Compiling icu_normalizer_data v1.5.0 |
1290 | 2024-12-03T22:30:46.517Z | Compiling utf16_iter v1.0.5 |
1291 | 2024-12-03T22:30:46.590Z | Compiling num_threads v0.1.7 |
1292 | 2024-12-03T22:30:46.656Z | Compiling scroll v0.12.0 |
1293 | 2024-12-03T22:30:46.752Z | Compiling time v0.3.36 |
1294 | 2024-12-03T22:30:46.773Z | Compiling icu_normalizer v1.5.0 |
1295 | 2024-12-03T22:30:46.801Z | Compiling pkcs5 v0.7.1 |
1296 | 2024-12-03T22:30:47.253Z | Compiling http-body v1.0.1 |
1297 | 2024-12-03T22:30:47.514Z | Compiling pest_generator v2.7.14 |
1298 | 2024-12-03T22:30:47.857Z | Compiling form_urlencoded v1.2.1 |
1299 | 2024-12-03T22:30:48.034Z | Compiling slog v2.7.0 |
1300 | 2024-12-03T22:30:48.141Z | Compiling try-lock v0.2.5 |
1301 | 2024-12-03T22:30:48.182Z | Compiling goblin v0.8.2 |
1302 | 2024-12-03T22:30:48.291Z | Compiling want v0.3.1 |
1303 | 2024-12-03T22:30:48.552Z | Compiling which v4.4.2 |
1304 | 2024-12-03T22:30:48.654Z | Compiling idna_adapter v1.2.0 |
1305 | 2024-12-03T22:30:48.834Z | Compiling pkcs8 v0.10.2 |
1306 | 2024-12-03T22:30:49.183Z | Compiling httpdate v1.0.3 |
1307 | 2024-12-03T22:30:49.507Z | Compiling pest_derive v2.7.14 |
1308 | 2024-12-03T22:30:49.544Z | Compiling idna v1.0.3 |
1309 | 2024-12-03T22:30:49.899Z | Compiling toml_datetime v0.6.8 |
1310 | 2024-12-03T22:30:50.322Z | Compiling dtrace-parser v0.2.0 |
1311 | 2024-12-03T22:30:50.434Z | Compiling serde_tokenstream v0.2.2 |
1312 | 2024-12-03T22:30:50.511Z | Compiling uuid v1.11.0 |
1313 | 2024-12-03T22:30:51.064Z | Compiling serde_spanned v0.6.8 |
1314 | 2024-12-03T22:30:51.310Z | Compiling base64 v0.22.1 |
1315 | 2024-12-03T22:30:51.372Z | Compiling adler2 v2.0.0 |
1316 | 2024-12-03T22:30:51.598Z | Compiling rustversion v1.0.17 |
1317 | 2024-12-03T22:30:52.001Z | Compiling tower-service v0.3.3 |
1318 | 2024-12-03T22:30:52.095Z | Compiling iana-time-zone v0.1.61 |
1319 | 2024-12-03T22:30:52.097Z | Compiling openssl v0.10.66 |
1320 | 2024-12-03T22:30:52.141Z | Compiling foreign-types-shared v0.1.1 |
1321 | 2024-12-03T22:30:52.250Z | Compiling match_cfg v0.1.0 |
1322 | 2024-12-03T22:30:52.364Z | Compiling hostname v0.3.1 |
1323 | 2024-12-03T22:30:52.413Z | Compiling chrono v0.4.38 |
1324 | 2024-12-03T22:30:52.552Z | Compiling foreign-types v0.3.2 |
1325 | 2024-12-03T22:30:52.572Z | Compiling miniz_oxide v0.8.0 |
1326 | 2024-12-03T22:30:52.594Z | Compiling url v2.5.3 |
1327 | 2024-12-03T22:30:52.651Z | Compiling async-trait v0.1.83 |
1328 | 2024-12-03T22:30:54.010Z | Compiling tokio-util v0.7.12 |
1329 | 2024-12-03T22:30:54.113Z | Compiling dof v0.3.0 |
1330 | 2024-12-03T22:30:54.573Z | Compiling openssl-macros v0.1.1 |
1331 | 2024-12-03T22:30:55.350Z | Compiling h2 v0.4.6 |
1332 | 2024-12-03T22:30:55.461Z | Compiling usdt-impl v0.5.0 |
1333 | 2024-12-03T22:30:55.482Z | Compiling dirs-sys-next v0.1.2 |
1334 | 2024-12-03T22:30:56.163Z | Compiling siphasher v0.3.11 |
1335 | 2024-12-03T22:30:56.166Z | Compiling rustls v0.22.4 |
1336 | 2024-12-03T22:30:56.311Z | Compiling native-tls v0.2.12 |
1337 | 2024-12-03T22:30:56.452Z | Compiling syn v1.0.109 |
1338 | 2024-12-03T22:30:56.525Z | Compiling data-encoding v2.6.0 |
1339 | 2024-12-03T22:30:56.653Z | Compiling rustls v0.23.14 |
1340 | 2024-12-03T22:30:57.031Z | Compiling dirs-next v2.0.0 |
1341 | 2024-12-03T22:30:57.241Z | Compiling http-body-util v0.1.2 |
1342 | 2024-12-03T22:30:57.819Z | Compiling heapless v0.7.17 |
1343 | 2024-12-03T22:30:58.264Z | Compiling crossbeam-epoch v0.9.18 |
1344 | 2024-12-03T22:30:58.589Z | Compiling sha1 v0.10.6 |
1345 | 2024-12-03T22:30:58.610Z | Compiling signature v2.2.0 |
1346 | 2024-12-03T22:30:58.924Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1347 | 2024-12-03T22:30:58.995Z | Compiling serde_derive_internals v0.29.1 |
1348 | 2024-12-03T22:30:59.028Z | Compiling thread_local v1.1.8 |
1349 | 2024-12-03T22:30:59.030Z | Compiling encoding_rs v0.8.34 |
1350 | 2024-12-03T22:30:59.402Z | Compiling multer v3.1.0 |
1351 | 2024-12-03T22:30:59.601Z | Compiling cookie v0.18.1 |
1352 | 2024-12-03T22:30:59.680Z | Compiling rayon-core v1.12.1 |
1353 | 2024-12-03T22:30:59.886Z | Compiling ipnet v2.10.1 |
1354 | 2024-12-03T22:30:59.939Z | Compiling schemars v0.8.21 |
1355 | 2024-12-03T22:31:00.283Z | Compiling unicode-properties v0.1.3 |
1356 | 2024-12-03T22:31:00.711Z | Compiling openssl-probe v0.1.5 |
1357 | 2024-12-03T22:31:01.089Z | Compiling slog-async v2.8.0 |
1358 | 2024-12-03T22:31:01.195Z | Compiling mime v0.3.17 |
1359 | 2024-12-03T22:31:01.218Z | Compiling signal-hook v0.3.17 |
1360 | 2024-12-03T22:31:01.467Z | Compiling gimli v0.31.1 |
1361 | 2024-12-03T22:31:01.627Z | Compiling toml_edit v0.22.22 |
1362 | 2024-12-03T22:31:01.899Z | Compiling schemars_derive v0.8.21 |
1363 | 2024-12-03T22:31:01.954Z | Compiling stringprep v0.1.5 |
1364 | 2024-12-03T22:31:03.267Z | Compiling hyper v1.5.0 |
1365 | 2024-12-03T22:31:05.210Z | Compiling crossbeam-deque v0.8.5 |
1366 | 2024-12-03T22:31:05.576Z | Compiling usdt-macro v0.5.0 |
1367 | 2024-12-03T22:31:05.895Z | Compiling hyper-util v0.1.10 |
1368 | 2024-12-03T22:31:05.916Z | Compiling usdt-attr-macro v0.5.0 |
1369 | 2024-12-03T22:31:06.026Z | Compiling addr2line v0.24.2 |
1370 | 2024-12-03T22:31:06.833Z | Compiling term v0.7.0 |
1371 | 2024-12-03T22:31:07.091Z | Compiling slog-json v2.6.1 |
1372 | 2024-12-03T22:31:07.409Z | Compiling serde_urlencoded v0.7.1 |
1373 | 2024-12-03T22:31:07.501Z | Compiling curve25519-dalek v4.1.3 |
1374 | 2024-12-03T22:31:07.607Z | Compiling crossbeam-channel v0.5.13 |
1375 | 2024-12-03T22:31:07.953Z | Compiling futures-executor v0.3.31 |
1376 | 2024-12-03T22:31:08.117Z | Compiling enum-as-inner v0.6.1 |
1377 | 2024-12-03T22:31:08.441Z | Compiling md-5 v0.10.6 |
1378 | 2024-12-03T22:31:08.557Z | Compiling async-stream-impl v0.3.6 |
1379 | 2024-12-03T22:31:08.725Z | Compiling rustls-pemfile v2.2.0 |
1380 | 2024-12-03T22:31:08.746Z | Compiling num-integer v0.1.46 |
1381 | 2024-12-03T22:31:09.072Z | Compiling idna v0.3.0 |
1382 | 2024-12-03T22:31:09.177Z | Compiling idna v0.4.0 |
1383 | 2024-12-03T22:31:09.214Z | Compiling hash32 v0.2.1 |
1384 | 2024-12-03T22:31:09.537Z | Compiling ff v0.13.0 |
1385 | 2024-12-03T22:31:09.621Z | Compiling is-terminal v0.4.13 |
1386 | 2024-12-03T22:31:09.758Z | Compiling object v0.36.5 |
1387 | 2024-12-03T22:31:09.758Z | Compiling dropshot v0.12.0 |
1388 | 2024-12-03T22:31:09.918Z | Compiling rustc-demangle v0.1.24 |
1389 | 2024-12-03T22:31:09.971Z | Compiling smoltcp v0.9.1 |
1390 | 2024-12-03T22:31:10.043Z | Compiling quick-error v1.2.3 |
1391 | 2024-12-03T22:31:10.203Z | Compiling anyhow v1.0.93 |
1392 | 2024-12-03T22:31:10.667Z | Compiling num-bigint-dig v0.8.4 |
1393 | 2024-12-03T22:31:10.798Z | Compiling base16ct v0.2.0 |
1394 | 2024-12-03T22:31:10.838Z | Compiling utf-8 v0.7.6 |
1395 | 2024-12-03T22:31:10.915Z | Compiling psl-types v2.0.11 |
1396 | 2024-12-03T22:31:10.932Z | Compiling take_mut v0.2.2 |
1397 | 2024-12-03T22:31:10.955Z | Compiling portable-atomic v1.9.0 |
1398 | 2024-12-03T22:31:11.092Z | Compiling fallible-iterator v0.2.0 |
1399 | 2024-12-03T22:31:11.117Z | Compiling linked-hash-map v0.5.6 |
1400 | 2024-12-03T22:31:11.120Z | Compiling dyn-clone v1.0.17 |
1401 | 2024-12-03T22:31:11.162Z | Compiling publicsuffix v2.2.3 |
1402 | 2024-12-03T22:31:11.505Z | Compiling lru-cache v0.1.2 |
1403 | 2024-12-03T22:31:11.763Z | Compiling tungstenite v0.24.0 |
1404 | 2024-12-03T22:31:11.863Z | Compiling postgres-protocol v0.6.7 |
1405 | 2024-12-03T22:31:12.132Z | Compiling sec1 v0.7.3 |
1406 | 2024-12-03T22:31:12.792Z | Compiling resolv-conf v0.7.0 |
1407 | 2024-12-03T22:31:13.107Z | Compiling hickory-proto v0.24.1 |
1408 | 2024-12-03T22:31:13.311Z | Compiling async-stream v0.3.6 |
1409 | 2024-12-03T22:31:13.610Z | Compiling group v0.13.0 |
1410 | 2024-12-03T22:31:13.631Z | Compiling slog-term v2.9.1 |
1411 | 2024-12-03T22:31:13.956Z | Compiling usdt v0.5.0 |
1412 | 2024-12-03T22:31:14.470Z | Compiling num-iter v0.1.45 |
1413 | 2024-12-03T22:31:14.679Z | Compiling futures v0.3.31 |
1414 | 2024-12-03T22:31:14.915Z | Compiling slog-bunyan v2.5.0 |
1415 | 2024-12-03T22:31:15.133Z | Compiling toml v0.8.19 |
1416 | 2024-12-03T22:31:16.337Z | Compiling tokio-native-tls v0.3.1 |
1417 | 2024-12-03T22:31:16.625Z | Compiling camino v1.1.9 |
1418 | 2024-12-03T22:31:16.857Z | Compiling phf_shared v0.11.2 |
1419 | 2024-12-03T22:31:16.958Z | Compiling dropshot_endpoint v0.12.0 |
1420 | 2024-12-03T22:31:17.253Z | Compiling backtrace v0.3.74 |
1421 | 2024-12-03T22:31:17.492Z | Compiling terminal_size v0.4.0 |
1422 | 2024-12-03T22:31:17.655Z | Compiling waitgroup v0.1.2 |
1423 | 2024-12-03T22:31:17.732Z | Compiling openapiv3 v2.0.0 |
1424 | 2024-12-03T22:31:17.875Z | Compiling serde_path_to_error v0.1.16 |
1425 | 2024-12-03T22:31:17.990Z | Compiling hkdf v0.12.4 |
1426 | 2024-12-03T22:31:18.260Z | Compiling crypto-bigint v0.5.5 |
1427 | 2024-12-03T22:31:18.737Z | Compiling zerocopy-derive v0.6.6 |
1428 | 2024-12-03T22:31:21.036Z | Compiling curve25519-dalek-derive v0.1.1 |
1429 | 2024-12-03T22:31:21.057Z | Compiling webpki-roots v0.26.6 |
1430 | 2024-12-03T22:31:21.150Z | Compiling hubpack_derive v0.1.1 |
1431 | 2024-12-03T22:31:21.283Z | Compiling idna v0.5.0 |
1432 | 2024-12-03T22:31:21.645Z | Compiling hostname v0.4.0 |
1433 | 2024-12-03T22:31:21.908Z | Compiling crc32fast v1.4.2 |
1434 | 2024-12-03T22:31:22.063Z | Compiling fs-err v2.11.0 |
1435 | 2024-12-03T22:31:22.208Z | Compiling ahash v0.8.11 |
1436 | 2024-12-03T22:31:22.260Z | Compiling bitflags v1.3.2 |
1437 | 2024-12-03T22:31:22.344Z | Compiling debug-ignore v1.0.5 |
1438 | 2024-12-03T22:31:22.373Z | Compiling managed v0.8.0 |
1439 | 2024-12-03T22:31:22.506Z | Compiling winnow v0.5.40 |
1440 | 2024-12-03T22:31:22.629Z | Compiling clap_builder v4.5.21 |
1441 | 2024-12-03T22:31:23.009Z | Compiling strum_macros v0.25.3 |
1442 | 2024-12-03T22:31:23.935Z | Compiling console v0.15.8 |
1443 | 2024-12-03T22:31:24.467Z | Compiling cookie_store v0.21.0 |
1444 | 2024-12-03T22:31:24.959Z | Compiling flate2 v1.0.34 |
1445 | 2024-12-03T22:31:25.617Z | Compiling hubpack v0.1.2 |
1446 | 2024-12-03T22:31:25.960Z | Compiling elliptic-curve v0.13.8 |
1447 | 2024-12-03T22:31:26.077Z | Compiling toml_edit v0.19.15 |
1448 | 2024-12-03T22:31:26.096Z | Compiling zerocopy v0.6.6 |
1449 | 2024-12-03T22:31:26.375Z | Compiling hickory-resolver v0.24.1 |
1450 | 2024-12-03T22:31:26.989Z | Compiling phf v0.11.2 |
1451 | 2024-12-03T22:31:27.226Z | Compiling signal-hook-mio v0.2.4 |
1452 | 2024-12-03T22:31:27.303Z | Compiling hyper-tls v0.6.0 |
1453 | 2024-12-03T22:31:27.403Z | Compiling rayon v1.10.0 |
1454 | 2024-12-03T22:31:27.747Z | Compiling bzip2 v0.4.4 |
1455 | 2024-12-03T22:31:28.175Z | Compiling tokio-tungstenite v0.24.0 |
1456 | 2024-12-03T22:31:28.719Z | Compiling postgres-types v0.2.8 |
1457 | 2024-12-03T22:31:30.723Z | Compiling ed25519 v2.2.3 |
1458 | 2024-12-03T22:31:31.700Z | Compiling phf_shared v0.10.0 |
1459 | 2024-12-03T22:31:32.132Z | Compiling tokio-stream v0.1.16 |
1460 | 2024-12-03T22:31:32.292Z | Compiling pkcs1 v0.7.5 |
1461 | 2024-12-03T22:31:32.312Z | Compiling serde-big-array v0.5.1 |
1462 | 2024-12-03T22:31:32.555Z | Compiling clap_derive v4.5.18 |
1463 | 2024-12-03T22:31:32.712Z | Compiling rfc6979 v0.4.0 |
1464 | 2024-12-03T22:31:32.916Z | Compiling derive-where v1.2.7 |
1465 | 2024-12-03T22:31:33.190Z | Compiling serde_repr v0.1.19 |
1466 | 2024-12-03T22:31:33.225Z | Compiling float-cmp v0.9.0 |
1467 | 2024-12-03T22:31:33.322Z | Compiling bstr v1.10.0 |
1468 | 2024-12-03T22:31:33.467Z | Compiling sync_wrapper v1.0.1 |
1469 | 2024-12-03T22:31:33.639Z | Compiling whoami v1.5.2 |
1470 | 2024-12-03T22:31:34.234Z | Compiling number_prefix v0.4.0 |
1471 | 2024-12-03T22:31:34.317Z | Compiling bit-vec v0.6.3 |
1472 | 2024-12-03T22:31:34.364Z | Compiling predicates-core v1.0.8 |
1473 | 2024-12-03T22:31:34.460Z | Compiling new_debug_unreachable v1.0.6 |
1474 | 2024-12-03T22:31:34.592Z | Compiling fixedbitset v0.4.2 |
1475 | 2024-12-03T22:31:34.744Z | Compiling unicode-width v0.2.0 |
1476 | 2024-12-03T22:31:34.790Z | Compiling normalize-line-endings v0.3.0 |
1477 | 2024-12-03T22:31:34.926Z | Compiling static_assertions v1.1.0 |
1478 | 2024-12-03T22:31:35.028Z | Compiling difflib v0.4.0 |
1479 | 2024-12-03T22:31:35.077Z | Compiling precomputed-hash v0.1.1 |
1480 | 2024-12-03T22:31:35.206Z | Compiling unicode-segmentation v1.12.0 |
1481 | 2024-12-03T22:31:35.209Z | Compiling indicatif v0.17.9 |
1482 | 2024-12-03T22:31:35.269Z | Compiling string_cache v0.8.7 |
1483 | 2024-12-03T22:31:35.765Z | Compiling predicates v3.1.2 |
1484 | 2024-12-03T22:31:36.120Z | Compiling similar v2.6.0 |
1485 | 2024-12-03T22:31:36.537Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1486 | 2024-12-03T22:31:36.762Z | Compiling petgraph v0.6.5 |
1487 | 2024-12-03T22:31:37.484Z | Compiling bit-set v0.5.3 |
1488 | 2024-12-03T22:31:37.521Z | Compiling tokio-postgres v0.7.12 |
1489 | 2024-12-03T22:31:37.632Z | Compiling clap v4.5.21 |
1490 | 2024-12-03T22:31:37.759Z | Compiling ecdsa v0.16.9 |
1491 | 2024-12-03T22:31:37.780Z | Compiling rsa v0.9.6 |
1492 | 2024-12-03T22:31:38.613Z | Compiling ed25519-dalek v2.1.1 |
1493 | 2024-12-03T22:31:38.666Z | Compiling toml v0.7.8 |
1494 | 2024-12-03T22:31:39.968Z | Compiling zip v0.6.6 |
1495 | 2024-12-03T22:31:40.433Z | Compiling crossterm v0.28.1 |
1496 | 2024-12-03T22:31:41.907Z | Compiling hex v0.4.3 |
1497 | 2024-12-03T22:31:42.169Z | Compiling x509-cert v0.2.5 |
1498 | 2024-12-03T22:31:42.464Z | Compiling itertools v0.10.5 |
1499 | 2024-12-03T22:31:42.534Z | Compiling peg-runtime v0.8.3 |
1500 | 2024-12-03T22:31:43.206Z | Compiling lalrpop-util v0.19.12 |
1501 | 2024-12-03T22:31:43.426Z | Compiling unicode-xid v0.2.6 |
1502 | 2024-12-03T22:31:43.591Z | Compiling strum_macros v0.26.4 |
1503 | 2024-12-03T22:31:43.611Z | Compiling xattr v1.3.1 |
1504 | 2024-12-03T22:31:43.670Z | Compiling filetime v0.2.25 |
1505 | 2024-12-03T22:31:43.886Z | Compiling tar v0.4.42 |
1506 | 2024-12-03T22:31:48.854Z | Compiling strum v0.26.3 |
1507 | 2024-12-03T22:31:50.778Z | Compiling aws-lc-sys v0.22.0 |
1508 | 2024-12-03T22:32:18.622Z | Compiling rustls-webpki v0.102.8 |
1509 | 2024-12-03T22:32:22.010Z | Compiling tokio-rustls v0.25.0 |
1510 | 2024-12-03T22:32:23.581Z | Compiling tokio-rustls v0.26.0 |
1511 | 2024-12-03T22:32:23.996Z | Compiling hyper-rustls v0.27.3 |
1512 | 2024-12-03T22:32:24.366Z | Compiling reqwest v0.12.9 |
1513 | 2024-12-03T22:32:25.755Z | Compiling qorb v0.2.1 |
1514 | 2024-12-03T22:32:30.310Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1515 | 2024-12-03T22:32:30.545Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1516 | 2024-12-03T22:32:36.364Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 25s |
1517 | 2024-12-03T22:32:36.522Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1518 | 2024-12-03T22:32:36.572Z | Dec 03 22:32:36.191 INFO Starting download, target: Clickhouse |
1519 | 2024-12-03T22:32:36.572Z | Dec 03 22:32:36.192 INFO Starting download, target: Cockroach |
1520 | 2024-12-03T22:32:36.572Z | Dec 03 22:32:36.192 INFO Starting download, target: Console |
1521 | 2024-12-03T22:32:36.572Z | Dec 03 22:32:36.192 INFO Starting download, target: DendriteStub |
1522 | 2024-12-03T22:32:36.576Z | Dec 03 22:32:36.192 INFO Starting download, target: MaghemiteMgd |
1523 | 2024-12-03T22:32:36.577Z | Dec 03 22:32:36.192 INFO Starting download, target: DendriteOpenapi |
1524 | 2024-12-03T22:32:36.577Z | Dec 03 22:32:36.192 INFO Starting download, target: TransceiverControl |
1525 | 2024-12-03T22:32:36.577Z | Dec 03 22:32:36.192 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1526 | 2024-12-03T22:32:36.577Z | Dec 03 22:32:36.192 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1527 | 2024-12-03T22:32:36.578Z | Dec 03 22:32:36.192 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1528 | 2024-12-03T22:32:36.578Z | Dec 03 22:32:36.193 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1529 | 2024-12-03T22:32:36.578Z | Dec 03 22:32:36.193 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1530 | 2024-12-03T22:32:36.578Z | Dec 03 22:32:36.193 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1531 | 2024-12-03T22:32:36.578Z | Dec 03 22:32:36.193 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1532 | 2024-12-03T22:32:36.752Z | Dec 03 22:32:36.364 INFO Download complete, target: DendriteOpenapi |
1533 | 2024-12-03T22:32:36.843Z | Dec 03 22:32:36.461 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1534 | 2024-12-03T22:32:37.167Z | Dec 03 22:32:36.787 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1535 | 2024-12-03T22:32:37.504Z | Dec 03 22:32:37.098 INFO Download complete, target: Console |
1536 | 2024-12-03T22:32:37.534Z | Dec 03 22:32:37.104 INFO Download complete, target: TransceiverControl |
1537 | 2024-12-03T22:32:37.563Z | Dec 03 22:32:37.169 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1538 | 2024-12-03T22:32:37.835Z | Dec 03 22:32:37.453 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1539 | 2024-12-03T22:32:38.475Z | Dec 03 22:32:38.094 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1540 | 2024-12-03T22:32:38.519Z | Dec 03 22:32:38.139 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1541 | 2024-12-03T22:32:38.519Z | Dec 03 22:32:38.139 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1542 | 2024-12-03T22:32:40.231Z | Dec 03 22:32:39.851 INFO Download complete, target: MaghemiteMgd |
1543 | 2024-12-03T22:32:40.494Z | Dec 03 22:32:40.114 INFO Download complete, target: DendriteStub |
1544 | 2024-12-03T22:32:45.541Z | Dec 03 22:32:45.161 INFO Checking that binary works, target: Cockroach |
1545 | 2024-12-03T22:32:45.860Z | Dec 03 22:32:45.480 INFO Download complete, target: Cockroach |
1546 | 2024-12-03T22:32:50.285Z | Dec 03 22:32:49.905 INFO Checking that binary works, target: Clickhouse |
1547 | 2024-12-03T22:32:50.441Z | Dec 03 22:32:50.060 INFO Download complete, target: Clickhouse |
1548 | 2024-12-03T22:32:50.448Z | All prerequisites installed successfully |
1549 | 2024-12-03T22:32:50.450Z | |
1550 | 2024-12-03T22:32:50.450Z | real 4:44.837763473 |
1551 | 2024-12-03T22:32:50.450Z | user 16:30.167190826 |
1552 | 2024-12-03T22:32:50.450Z | sys 3:16.745861460 |
1553 | 2024-12-03T22:32:50.450Z | trap 0.553695462 |
1554 | 2024-12-03T22:32:50.450Z | tflt 1.668561714 |
1555 | 2024-12-03T22:32:50.450Z | dflt 2.416451655 |
1556 | 2024-12-03T22:32:50.450Z | kflt 0.024488930 |
1557 | 2024-12-03T22:32:50.450Z | lock 29:44.266577260 |
1558 | 2024-12-03T22:32:50.450Z | slp 1:01:26.227021002 |
1559 | 2024-12-03T22:32:50.450Z | lat 58.475640766 |
1560 | 2024-12-03T22:32:50.450Z | stop 2:20.833778932 |
1561 | 2024-12-03T22:32:50.450Z | + ptime -m cargo xtask download softnpu |
1562 | 2024-12-03T22:32:50.982Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1563 | 2024-12-03T22:32:51.008Z | Running `target/debug/xtask download softnpu` |
1564 | 2024-12-03T22:32:51.845Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
1565 | 2024-12-03T22:32:51.900Z | Running `target/debug/xtask-downloader softnpu` |
1566 | 2024-12-03T22:32:51.935Z | Dec 03 22:32:51.554 INFO Starting download, target: Softnpu |
1567 | 2024-12-03T22:32:51.937Z | Dec 03 22:32:51.555 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1568 | 2024-12-03T22:32:52.673Z | Dec 03 22:32:52.292 INFO Download complete, target: Softnpu |
1569 | 2024-12-03T22:32:52.676Z | |
1570 | 2024-12-03T22:32:52.679Z | real 2.221807306 |
1571 | 2024-12-03T22:32:52.679Z | user 1.259745221 |
1572 | 2024-12-03T22:32:52.679Z | sys 0.541060887 |
1573 | 2024-12-03T22:32:52.679Z | trap 0.000981047 |
1574 | 2024-12-03T22:32:52.679Z | tflt 0.000011067 |
1575 | 2024-12-03T22:32:52.679Z | dflt 0.000006189 |
1576 | 2024-12-03T22:32:52.679Z | kflt 0.000000000 |
1577 | 2024-12-03T22:32:52.679Z | lock 7.669371613 |
1578 | 2024-12-03T22:32:52.679Z | slp 0.603964098 |
1579 | 2024-12-03T22:32:52.679Z | lat 0.064810987 |
1580 | 2024-12-03T22:32:52.679Z | stop 0.000155324 |
1581 | 2024-12-03T22:32:52.679Z | + export CARGO_INCREMENTAL=0 |
1582 | 2024-12-03T22:32:52.679Z | + CARGO_INCREMENTAL=0 |
1583 | 2024-12-03T22:32:52.679Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1584 | 2024-12-03T22:32:53.605Z | Compiling proc-macro2 v1.0.89 |
1585 | 2024-12-03T22:32:53.605Z | Compiling unicode-ident v1.0.13 |
1586 | 2024-12-03T22:32:53.607Z | Compiling libc v0.2.162 |
1587 | 2024-12-03T22:32:53.607Z | Compiling serde v1.0.215 |
1588 | 2024-12-03T22:32:53.607Z | Compiling autocfg v1.4.0 |
1589 | 2024-12-03T22:32:53.607Z | Compiling version_check v0.9.5 |
1590 | 2024-12-03T22:32:53.607Z | Compiling cfg-if v1.0.0 |
1591 | 2024-12-03T22:32:53.828Z | Compiling memchr v2.7.4 |
1592 | 2024-12-03T22:32:53.863Z | Compiling shlex v1.3.0 |
1593 | 2024-12-03T22:32:53.884Z | Compiling typenum v1.17.0 |
1594 | 2024-12-03T22:32:54.232Z | Compiling value-bag v1.9.0 |
1595 | 2024-12-03T22:32:54.411Z | Compiling generic-array v0.14.7 |
1596 | 2024-12-03T22:32:54.524Z | Compiling lock_api v0.4.12 |
1597 | 2024-12-03T22:32:54.691Z | Compiling log v0.4.22 |
1598 | 2024-12-03T22:32:54.735Z | Compiling scopeguard v1.2.0 |
1599 | 2024-12-03T22:32:54.899Z | Compiling parking_lot_core v0.9.10 |
1600 | 2024-12-03T22:32:55.273Z | Compiling once_cell v1.20.2 |
1601 | 2024-12-03T22:32:55.318Z | Compiling serde_json v1.0.132 |
1602 | 2024-12-03T22:32:55.438Z | Compiling quote v1.0.37 |
1603 | 2024-12-03T22:32:55.516Z | Compiling rustix v0.38.37 |
1604 | 2024-12-03T22:32:55.626Z | Compiling jobserver v0.1.32 |
1605 | 2024-12-03T22:32:55.693Z | Compiling getrandom v0.2.15 |
1606 | 2024-12-03T22:32:55.817Z | Compiling syn v2.0.87 |
1607 | 2024-12-03T22:32:56.011Z | Compiling cc v1.1.30 |
1608 | 2024-12-03T22:32:56.095Z | Compiling libm v0.2.8 |
1609 | 2024-12-03T22:32:56.197Z | Compiling thiserror v1.0.69 |
1610 | 2024-12-03T22:32:56.339Z | Compiling aho-corasick v1.1.3 |
1611 | 2024-12-03T22:32:56.423Z | Compiling regex-syntax v0.8.5 |
1612 | 2024-12-03T22:32:56.447Z | Compiling num-traits v0.2.19 |
1613 | 2024-12-03T22:32:56.472Z | Compiling either v1.13.0 |
1614 | 2024-12-03T22:32:56.699Z | Compiling itoa v1.0.11 |
1615 | 2024-12-03T22:32:56.728Z | Compiling spin v0.9.8 |
1616 | 2024-12-03T22:32:56.939Z | Compiling slab v0.4.9 |
1617 | 2024-12-03T22:32:57.242Z | Compiling byteorder v1.5.0 |
1618 | 2024-12-03T22:32:57.458Z | Compiling errno v0.3.9 |
1619 | 2024-12-03T22:32:57.695Z | Compiling rand_core v0.6.4 |
1620 | 2024-12-03T22:32:57.716Z | Compiling lazy_static v1.5.0 |
1621 | 2024-12-03T22:32:57.842Z | Compiling glob v0.3.1 |
1622 | 2024-12-03T22:32:58.438Z | Compiling prettyplease v0.2.25 |
1623 | 2024-12-03T22:32:58.630Z | Compiling clang-sys v1.8.1 |
1624 | 2024-12-03T22:32:59.051Z | Compiling minimal-lexical v0.2.1 |
1625 | 2024-12-03T22:32:59.138Z | Compiling libloading v0.8.5 |
1626 | 2024-12-03T22:32:59.322Z | Compiling subtle v2.6.1 |
1627 | 2024-12-03T22:32:59.482Z | Compiling nom v7.1.3 |
1628 | 2024-12-03T22:32:59.527Z | Compiling home v0.5.9 |
1629 | 2024-12-03T22:32:59.627Z | Compiling bindgen v0.69.5 |
1630 | 2024-12-03T22:32:59.770Z | Compiling allocator-api2 v0.2.18 |
1631 | 2024-12-03T22:33:00.042Z | Compiling regex-automata v0.4.8 |
1632 | 2024-12-03T22:33:00.202Z | Compiling itertools v0.12.1 |
1633 | 2024-12-03T22:33:00.566Z | Compiling semver v1.0.23 |
1634 | 2024-12-03T22:33:00.731Z | Compiling rustc-hash v1.1.0 |
1635 | 2024-12-03T22:33:00.892Z | Compiling smallvec v1.13.2 |
1636 | 2024-12-03T22:33:01.030Z | Compiling lazycell v1.3.0 |
1637 | 2024-12-03T22:33:01.211Z | Compiling cmake v0.1.51 |
1638 | 2024-12-03T22:33:01.608Z | Compiling fs_extra v1.3.0 |
1639 | 2024-12-03T22:33:02.115Z | Compiling dunce v1.0.5 |
1640 | 2024-12-03T22:33:02.670Z | Compiling pkg-config v0.3.31 |
1641 | 2024-12-03T22:33:02.780Z | Compiling cexpr v0.6.0 |
1642 | 2024-12-03T22:33:03.068Z | Compiling ring v0.17.8 |
1643 | 2024-12-03T22:33:03.389Z | Compiling ryu v1.0.18 |
1644 | 2024-12-03T22:33:03.547Z | Compiling synstructure v0.13.1 |
1645 | 2024-12-03T22:33:03.844Z | Compiling pin-project-lite v0.2.14 |
1646 | 2024-12-03T22:33:03.986Z | Compiling paste v1.0.15 |
1647 | 2024-12-03T22:33:04.084Z | Compiling fnv v1.0.7 |
1648 | 2024-12-03T22:33:04.225Z | Compiling const-oid v0.9.6 |
1649 | 2024-12-03T22:33:04.612Z | Compiling httparse v1.9.5 |
1650 | 2024-12-03T22:33:04.704Z | Compiling foldhash v0.1.3 |
1651 | 2024-12-03T22:33:04.934Z | Compiling equivalent v1.0.1 |
1652 | 2024-12-03T22:33:04.998Z | Compiling aws-lc-rs v1.10.0 |
1653 | 2024-12-03T22:33:05.047Z | Compiling hashbrown v0.15.0 |
1654 | 2024-12-03T22:33:05.415Z | Compiling regex v1.11.1 |
1655 | 2024-12-03T22:33:06.202Z | Compiling heck v0.5.0 |
1656 | 2024-12-03T22:33:06.302Z | Compiling schemars v0.8.21 |
1657 | 2024-12-03T22:33:06.463Z | Compiling serde_derive_internals v0.29.1 |
1658 | 2024-12-03T22:33:06.637Z | Compiling signal-hook-registry v1.4.2 |
1659 | 2024-12-03T22:33:06.685Z | Compiling mio v1.0.2 |
1660 | 2024-12-03T22:33:06.944Z | Compiling parking_lot v0.12.3 |
1661 | 2024-12-03T22:33:08.594Z | Compiling stable_deref_trait v1.2.0 |
1662 | 2024-12-03T22:33:08.715Z | Compiling crossbeam-utils v0.8.20 |
1663 | 2024-12-03T22:33:08.733Z | Compiling socket2 v0.5.7 |
1664 | 2024-12-03T22:33:09.018Z | Compiling num-conv v0.1.0 |
1665 | 2024-12-03T22:33:09.123Z | Compiling serde_derive v1.0.215 |
1666 | 2024-12-03T22:33:09.249Z | Compiling zeroize_derive v1.4.2 |
1667 | 2024-12-03T22:33:09.306Z | Compiling zerocopy-derive v0.7.35 |
1668 | 2024-12-03T22:33:09.475Z | Compiling thiserror-impl v1.0.69 |
1669 | 2024-12-03T22:33:10.221Z | Compiling tokio-macros v2.4.0 |
1670 | 2024-12-03T22:33:10.353Z | Compiling zerofrom-derive v0.1.4 |
1671 | 2024-12-03T22:33:10.536Z | Compiling yoke-derive v0.7.4 |
1672 | 2024-12-03T22:33:10.709Z | Compiling zeroize v1.8.1 |
1673 | 2024-12-03T22:33:11.102Z | Compiling futures-macro v0.3.31 |
1674 | 2024-12-03T22:33:11.460Z | Compiling zerovec-derive v0.10.3 |
1675 | 2024-12-03T22:33:11.649Z | Compiling zerocopy v0.7.35 |
1676 | 2024-12-03T22:33:12.324Z | Compiling displaydoc v0.2.5 |
1677 | 2024-12-03T22:33:12.938Z | Compiling crypto-common v0.1.6 |
1678 | 2024-12-03T22:33:13.220Z | Compiling tracing-attributes v0.1.27 |
1679 | 2024-12-03T22:33:13.282Z | Compiling icu_provider_macros v1.5.0 |
1680 | 2024-12-03T22:33:13.301Z | Compiling block-buffer v0.10.4 |
1681 | 2024-12-03T22:33:13.557Z | Compiling digest v0.10.7 |
1682 | 2024-12-03T22:33:13.767Z | Compiling schemars_derive v0.8.21 |
1683 | 2024-12-03T22:33:13.974Z | Compiling der_derive v0.7.3 |
1684 | 2024-12-03T22:33:14.318Z | Compiling futures-core v0.3.31 |
1685 | 2024-12-03T22:33:14.361Z | Compiling time-core v0.1.2 |
1686 | 2024-12-03T22:33:14.542Z | Compiling time-macros v0.2.18 |
1687 | 2024-12-03T22:33:15.214Z | Compiling vcpkg v0.2.15 |
1688 | 2024-12-03T22:33:16.842Z | Compiling openssl-sys v0.9.103 |
1689 | 2024-12-03T22:33:17.471Z | Compiling cpufeatures v0.2.14 |
1690 | 2024-12-03T22:33:17.700Z | Compiling futures-sink v0.3.31 |
1691 | 2024-12-03T22:33:17.719Z | Compiling slog v2.7.0 |
1692 | 2024-12-03T22:33:17.853Z | Compiling ahash v0.8.11 |
1693 | 2024-12-03T22:33:17.897Z | Compiling syn v1.0.109 |
1694 | 2024-12-03T22:33:18.449Z | Compiling zerofrom v0.1.4 |
1695 | 2024-12-03T22:33:18.572Z | Compiling scroll_derive v0.12.0 |
1696 | 2024-12-03T22:33:18.658Z | Compiling ucd-trie v0.1.7 |
1697 | 2024-12-03T22:33:18.784Z | Compiling iana-time-zone v0.1.61 |
1698 | 2024-12-03T22:33:19.124Z | Compiling pest v2.7.14 |
1699 | 2024-12-03T22:33:19.478Z | Compiling yoke v0.7.4 |
1700 | 2024-12-03T22:33:19.504Z | Compiling futures-channel v0.3.31 |
1701 | 2024-12-03T22:33:19.870Z | Compiling hmac v0.12.1 |
1702 | 2024-12-03T22:33:20.115Z | Compiling futures-io v0.3.31 |
1703 | 2024-12-03T22:33:20.169Z | Compiling pin-utils v0.1.0 |
1704 | 2024-12-03T22:33:20.321Z | Compiling futures-task v0.3.31 |
1705 | 2024-12-03T22:33:20.383Z | Compiling openssl v0.10.66 |
1706 | 2024-12-03T22:33:20.740Z | Compiling futures-util v0.3.31 |
1707 | 2024-12-03T22:33:20.776Z | Compiling zerovec v0.10.4 |
1708 | 2024-12-03T22:33:21.207Z | Compiling block-padding v0.3.3 |
1709 | 2024-12-03T22:33:21.451Z | Compiling tinyvec_macros v0.1.1 |
1710 | 2024-12-03T22:33:21.693Z | Compiling pest_meta v2.7.14 |
1711 | 2024-12-03T22:33:22.471Z | Compiling bitflags v2.6.0 |
1712 | 2024-12-03T22:33:22.689Z | Compiling bytes v1.8.0 |
1713 | 2024-12-03T22:33:24.608Z | Compiling indexmap v2.6.0 |
1714 | 2024-12-03T22:33:25.738Z | Compiling tokio v1.40.0 |
1715 | 2024-12-03T22:33:26.147Z | Compiling serde_tokenstream v0.2.2 |
1716 | 2024-12-03T22:33:26.712Z | Compiling http v1.1.0 |
1717 | 2024-12-03T22:33:26.918Z | Compiling which v4.4.2 |
1718 | 2024-12-03T22:33:27.808Z | Compiling uuid v1.11.0 |
1719 | 2024-12-03T22:33:28.030Z | Compiling rustc_version v0.4.1 |
1720 | 2024-12-03T22:33:28.649Z | Compiling chrono v0.4.38 |
1721 | 2024-12-03T22:33:30.916Z | Compiling pest_generator v2.7.14 |
1722 | 2024-12-03T22:33:31.459Z | Compiling serde_spanned v0.6.8 |
1723 | 2024-12-03T22:33:31.654Z | Compiling toml_datetime v0.6.8 |
1724 | 2024-12-03T22:33:32.118Z | Compiling tinyvec v1.8.0 |
1725 | 2024-12-03T22:33:32.646Z | Compiling inout v0.1.3 |
1726 | 2024-12-03T22:33:33.617Z | Compiling openssl-macros v0.1.1 |
1727 | 2024-12-03T22:33:34.363Z | Compiling native-tls v0.2.12 |
1728 | 2024-12-03T22:33:34.583Z | Compiling rustls v0.23.14 |
1729 | 2024-12-03T22:33:34.796Z | Compiling strsim v0.11.1 |
1730 | 2024-12-03T22:33:34.997Z | Compiling unicode-normalization v0.1.24 |
1731 | 2024-12-03T22:33:35.535Z | Compiling cipher v0.4.4 |
1732 | 2024-12-03T22:33:35.987Z | Compiling pest_derive v2.7.14 |
1733 | 2024-12-03T22:33:36.063Z | Compiling tinystr v0.7.6 |
1734 | 2024-12-03T22:33:36.084Z | Compiling sha2 v0.10.8 |
1735 | 2024-12-03T22:33:36.525Z | Compiling tracing-core v0.1.32 |
1736 | 2024-12-03T22:33:36.545Z | Compiling usdt-impl v0.5.0 |
1737 | 2024-12-03T22:33:36.739Z | Compiling dyn-clone v1.0.17 |
1738 | 2024-12-03T22:33:36.874Z | Compiling unicode-bidi v0.3.17 |
1739 | 2024-12-03T22:33:36.892Z | Compiling base64ct v1.6.0 |
1740 | 2024-12-03T22:33:36.962Z | Compiling writeable v0.5.5 |
1741 | 2024-12-03T22:33:37.099Z | Compiling litemap v0.7.3 |
1742 | 2024-12-03T22:33:37.467Z | Compiling icu_locid v1.5.0 |
1743 | 2024-12-03T22:33:37.490Z | Compiling pem-rfc7468 v0.7.0 |
1744 | 2024-12-03T22:33:37.508Z | Compiling tracing v0.1.40 |
1745 | 2024-12-03T22:33:38.805Z | Compiling scroll v0.12.0 |
1746 | 2024-12-03T22:33:38.967Z | Compiling ppv-lite86 v0.2.20 |
1747 | 2024-12-03T22:33:39.363Z | Compiling async-trait v0.1.83 |
1748 | 2024-12-03T22:33:39.611Z | Compiling cookie v0.18.1 |
1749 | 2024-12-03T22:33:39.840Z | Compiling plain v0.2.3 |
1750 | 2024-12-03T22:33:39.894Z | Compiling flagset v0.4.6 |
1751 | 2024-12-03T22:33:40.005Z | Compiling camino v1.1.9 |
1752 | 2024-12-03T22:33:40.090Z | Compiling anyhow v1.0.93 |
1753 | 2024-12-03T22:33:41.174Z | Compiling aws-lc-sys v0.22.0 |
1754 | 2024-12-03T22:33:44.938Z | Compiling der v0.7.9 |
1755 | 2024-12-03T22:33:45.195Z | Compiling goblin v0.8.2 |
1756 | 2024-12-03T22:33:47.991Z | Compiling rand_chacha v0.3.1 |
1757 | 2024-12-03T22:33:48.595Z | Compiling icu_provider v1.5.0 |
1758 | 2024-12-03T22:33:49.003Z | Compiling rayon-core v1.12.1 |
1759 | 2024-12-03T22:33:49.268Z | Compiling percent-encoding v2.3.1 |
1760 | 2024-12-03T22:33:49.564Z | Compiling rustls-pki-types v1.9.0 |
1761 | 2024-12-03T22:33:50.151Z | Compiling pretty-hex v0.4.1 |
1762 | 2024-12-03T22:33:50.357Z | Compiling icu_locid_transform_data v1.5.0 |
1763 | 2024-12-03T22:33:50.574Z | Compiling untrusted v0.7.1 |
1764 | 2024-12-03T22:33:50.741Z | Compiling rustls v0.22.4 |
1765 | 2024-12-03T22:33:50.773Z | Compiling icu_locid_transform v1.5.0 |
1766 | 2024-12-03T22:33:51.009Z | Compiling dof v0.3.0 |
1767 | 2024-12-03T22:33:52.030Z | Compiling rand v0.8.5 |
1768 | 2024-12-03T22:33:52.099Z | Compiling spki v0.7.3 |
1769 | 2024-12-03T22:33:52.825Z | Compiling dtrace-parser v0.2.0 |
1770 | 2024-12-03T22:33:52.960Z | Compiling salsa20 v0.10.2 |
1771 | 2024-12-03T22:33:52.960Z | Compiling tokio-util v0.7.12 |
1772 | 2024-12-03T22:33:53.660Z | Compiling icu_collections v1.5.0 |
1773 | 2024-12-03T22:33:54.185Z | Compiling pbkdf2 v0.12.2 |
1774 | 2024-12-03T22:33:54.563Z | Compiling thread-id v4.2.2 |
1775 | 2024-12-03T22:33:54.639Z | Compiling mirai-annotations v1.12.0 |
1776 | 2024-12-03T22:33:54.685Z | Compiling untrusted v0.9.0 |
1777 | 2024-12-03T22:33:54.854Z | Compiling powerfmt v0.2.0 |
1778 | 2024-12-03T22:33:54.891Z | Compiling icu_properties_data v1.5.0 |
1779 | 2024-12-03T22:33:54.968Z | Compiling winnow v0.5.40 |
1780 | 2024-12-03T22:33:55.153Z | Compiling deranged v0.3.11 |
1781 | 2024-12-03T22:33:55.262Z | Compiling icu_properties v1.5.1 |
1782 | 2024-12-03T22:33:58.834Z | Compiling toml_edit v0.19.15 |
1783 | 2024-12-03T22:33:59.944Z | Compiling scrypt v0.11.0 |
1784 | 2024-12-03T22:34:00.313Z | Compiling cbc v0.1.2 |
1785 | 2024-12-03T22:34:00.473Z | Compiling aes v0.8.4 |
1786 | 2024-12-03T22:34:00.629Z | Compiling multer v3.1.0 |
1787 | 2024-12-03T22:34:00.924Z | Compiling utf8_iter v1.0.4 |
1788 | 2024-12-03T22:34:01.192Z | Compiling num_threads v0.1.7 |
1789 | 2024-12-03T22:34:01.326Z | Compiling write16 v1.0.0 |
1790 | 2024-12-03T22:34:01.683Z | Compiling atomic-waker v1.1.2 |
1791 | 2024-12-03T22:34:01.801Z | Compiling utf16_iter v1.0.5 |
1792 | 2024-12-03T22:34:01.881Z | Compiling rustversion v1.0.17 |
1793 | 2024-12-03T22:34:02.005Z | Compiling icu_normalizer_data v1.5.0 |
1794 | 2024-12-03T22:34:02.658Z | Compiling slog-async v2.8.0 |
1795 | 2024-12-03T22:34:02.928Z | Compiling time v0.3.36 |
1796 | 2024-12-03T22:34:02.967Z | Compiling icu_normalizer v1.5.0 |
1797 | 2024-12-03T22:34:03.203Z | Compiling pkcs5 v0.7.1 |
1798 | 2024-12-03T22:34:04.840Z | Compiling form_urlencoded v1.2.1 |
1799 | 2024-12-03T22:34:05.653Z | Compiling http-body v1.0.1 |
1800 | 2024-12-03T22:34:05.679Z | Compiling heapless v0.7.17 |
1801 | 2024-12-03T22:34:06.277Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1802 | 2024-12-03T22:34:06.954Z | Compiling try-lock v0.2.5 |
1803 | 2024-12-03T22:34:07.122Z | Compiling signal-hook v0.3.17 |
1804 | 2024-12-03T22:34:07.874Z | Compiling want v0.3.1 |
1805 | 2024-12-03T22:34:09.184Z | Compiling pkcs8 v0.10.2 |
1806 | 2024-12-03T22:34:09.360Z | Compiling idna_adapter v1.2.0 |
1807 | 2024-12-03T22:34:09.843Z | Compiling h2 v0.4.6 |
1808 | 2024-12-03T22:34:10.826Z | Compiling usdt-macro v0.5.0 |
1809 | 2024-12-03T22:34:12.166Z | Compiling usdt-attr-macro v0.5.0 |
1810 | 2024-12-03T22:34:13.043Z | Compiling async-stream-impl v0.3.6 |
1811 | 2024-12-03T22:34:13.409Z | Compiling httpdate v1.0.3 |
1812 | 2024-12-03T22:34:13.686Z | Compiling adler2 v2.0.0 |
1813 | 2024-12-03T22:34:14.298Z | Compiling miniz_oxide v0.8.0 |
1814 | 2024-12-03T22:34:15.298Z | Compiling idna v1.0.3 |
1815 | 2024-12-03T22:34:16.796Z | Compiling hyper v1.5.0 |
1816 | 2024-12-03T22:34:17.663Z | Compiling curve25519-dalek v4.1.3 |
1817 | 2024-12-03T22:34:18.013Z | Compiling openapiv3 v2.0.0 |
1818 | 2024-12-03T22:34:19.461Z | Compiling enum-as-inner v0.6.1 |
1819 | 2024-12-03T22:34:20.601Z | Compiling dropshot v0.12.0 |
1820 | 2024-12-03T22:34:20.804Z | Compiling num-bigint-dig v0.8.4 |
1821 | 2024-12-03T22:34:20.898Z | Compiling match_cfg v0.1.0 |
1822 | 2024-12-03T22:34:21.015Z | Compiling base64 v0.22.1 |
1823 | 2024-12-03T22:34:21.383Z | Compiling tower-service v0.3.3 |
1824 | 2024-12-03T22:34:21.525Z | Compiling portable-atomic v1.9.0 |
1825 | 2024-12-03T22:34:22.001Z | Compiling smoltcp v0.9.1 |
1826 | 2024-12-03T22:34:22.120Z | Compiling foreign-types-shared v0.1.1 |
1827 | 2024-12-03T22:34:22.276Z | Compiling foreign-types v0.3.2 |
1828 | 2024-12-03T22:34:22.372Z | Compiling hyper-util v0.1.10 |
1829 | 2024-12-03T22:34:22.586Z | Compiling hostname v0.3.1 |
1830 | 2024-12-03T22:34:28.381Z | Compiling url v2.5.3 |
1831 | 2024-12-03T22:34:30.225Z | Compiling dirs-sys-next v0.1.2 |
1832 | 2024-12-03T22:34:30.262Z | Compiling data-encoding v2.6.0 |
1833 | 2024-12-03T22:34:30.316Z | Compiling ident_case v1.0.1 |
1834 | 2024-12-03T22:34:30.501Z | Compiling heck v0.4.1 |
1835 | 2024-12-03T22:34:30.516Z | Compiling siphasher v0.3.11 |
1836 | 2024-12-03T22:34:30.707Z | Compiling gimli v0.31.1 |
1837 | 2024-12-03T22:34:30.915Z | Compiling darling_core v0.20.10 |
1838 | 2024-12-03T22:34:30.989Z | Compiling dirs-next v2.0.0 |
1839 | 2024-12-03T22:34:33.461Z | Compiling http-body-util v0.1.2 |
1840 | 2024-12-03T22:34:37.050Z | Compiling addr2line v0.24.2 |
1841 | 2024-12-03T22:34:37.371Z | Compiling crossbeam-epoch v0.9.18 |
1842 | 2024-12-03T22:34:37.604Z | Compiling hubpack_derive v0.1.1 |
1843 | 2024-12-03T22:34:37.680Z | Compiling dropshot_endpoint v0.12.0 |
1844 | 2024-12-03T22:34:37.998Z | Compiling sha1 v0.10.6 |
1845 | 2024-12-03T22:34:38.084Z | Compiling signature v2.2.0 |
1846 | 2024-12-03T22:34:38.327Z | Compiling zerocopy-derive v0.6.6 |
1847 | 2024-12-03T22:34:38.378Z | Compiling curve25519-dalek-derive v0.1.1 |
1848 | 2024-12-03T22:34:39.644Z | Compiling object v0.36.5 |
1849 | 2024-12-03T22:34:39.718Z | Compiling thread_local v1.1.8 |
1850 | 2024-12-03T22:34:40.199Z | Compiling fs-err v2.11.0 |
1851 | 2024-12-03T22:34:40.248Z | Compiling encoding_rs v0.8.34 |
1852 | 2024-12-03T22:34:41.706Z | Compiling openssl-probe v0.1.5 |
1853 | 2024-12-03T22:34:42.021Z | Compiling winnow v0.6.20 |
1854 | 2024-12-03T22:34:45.818Z | Compiling ipnet v2.10.1 |
1855 | 2024-12-03T22:34:46.887Z | Compiling anstyle v1.0.10 |
1856 | 2024-12-03T22:34:48.776Z | Compiling rustc-demangle v0.1.24 |
1857 | 2024-12-03T22:34:50.991Z | Compiling mime v0.3.17 |
1858 | 2024-12-03T22:34:51.123Z | Compiling utf8parse v0.2.2 |
1859 | 2024-12-03T22:34:51.301Z | Compiling unicode-properties v0.1.3 |
1860 | 2024-12-03T22:34:52.316Z | Compiling stringprep v0.1.5 |
1861 | 2024-12-03T22:34:52.353Z | Compiling anstyle-parse v0.2.5 |
1862 | 2024-12-03T22:34:52.462Z | Compiling backtrace v0.3.74 |
1863 | 2024-12-03T22:34:52.746Z | Compiling toml_edit v0.22.22 |
1864 | 2024-12-03T22:34:53.913Z | Compiling rustls-webpki v0.102.8 |
1865 | 2024-12-03T22:35:01.470Z | Compiling crossbeam-deque v0.8.5 |
1866 | 2024-12-03T22:35:01.827Z | Compiling darling_macro v0.20.10 |
1867 | 2024-12-03T22:35:03.422Z | Compiling term v0.7.0 |
1868 | 2024-12-03T22:35:03.802Z | Compiling slog-json v2.6.1 |
1869 | 2024-12-03T22:35:04.699Z | Compiling serde_urlencoded v0.7.1 |
1870 | 2024-12-03T22:35:05.320Z | Compiling crossbeam-channel v0.5.13 |
1871 | 2024-12-03T22:35:05.369Z | Compiling rustls-pemfile v2.2.0 |
1872 | 2024-12-03T22:35:05.859Z | Compiling hashbrown v0.14.5 |
1873 | 2024-12-03T22:35:06.390Z | Compiling idna v0.4.0 |
1874 | 2024-12-03T22:35:06.450Z | Compiling idna v0.3.0 |
1875 | 2024-12-03T22:35:07.226Z | Compiling futures-executor v0.3.31 |
1876 | 2024-12-03T22:35:07.907Z | Compiling num-integer v0.1.46 |
1877 | 2024-12-03T22:35:07.982Z | Compiling md-5 v0.10.6 |
1878 | 2024-12-03T22:35:08.225Z | Compiling ff v0.13.0 |
1879 | 2024-12-03T22:35:08.468Z | Compiling hash32 v0.2.1 |
1880 | 2024-12-03T22:35:08.504Z | Compiling is-terminal v0.4.13 |
1881 | 2024-12-03T22:35:08.619Z | Compiling memmap v0.7.0 |
1882 | 2024-12-03T22:35:08.857Z | Compiling linked-hash-map v0.5.6 |
1883 | 2024-12-03T22:35:09.237Z | Compiling fallible-iterator v0.2.0 |
1884 | 2024-12-03T22:35:09.279Z | Compiling quick-error v1.2.3 |
1885 | 2024-12-03T22:35:09.432Z | Compiling base16ct v0.2.0 |
1886 | 2024-12-03T22:35:09.739Z | Compiling utf-8 v0.7.6 |
1887 | 2024-12-03T22:35:09.938Z | Compiling is_terminal_polyfill v1.70.1 |
1888 | 2024-12-03T22:35:10.052Z | Compiling anstyle-query v1.1.1 |
1889 | 2024-12-03T22:35:10.217Z | Compiling colorchoice v1.0.2 |
1890 | 2024-12-03T22:35:10.382Z | Compiling take_mut v0.2.2 |
1891 | 2024-12-03T22:35:10.557Z | Compiling psl-types v2.0.11 |
1892 | 2024-12-03T22:35:10.765Z | Compiling publicsuffix v2.2.3 |
1893 | 2024-12-03T22:35:11.053Z | Compiling anstream v0.6.15 |
1894 | 2024-12-03T22:35:11.744Z | Compiling tungstenite v0.24.0 |
1895 | 2024-12-03T22:35:12.022Z | Compiling postgres-protocol v0.6.7 |
1896 | 2024-12-03T22:35:12.453Z | Compiling sec1 v0.7.3 |
1897 | 2024-12-03T22:35:13.226Z | Compiling resolv-conf v0.7.0 |
1898 | 2024-12-03T22:35:13.810Z | Compiling lru-cache v0.1.2 |
1899 | 2024-12-03T22:35:14.010Z | Compiling usdt v0.5.0 |
1900 | 2024-12-03T22:35:14.071Z | Compiling slog-term v2.9.1 |
1901 | 2024-12-03T22:35:14.489Z | Compiling group v0.13.0 |
1902 | 2024-12-03T22:35:14.804Z | Compiling num-iter v0.1.45 |
1903 | 2024-12-03T22:35:15.008Z | Compiling futures v0.3.31 |
1904 | 2024-12-03T22:35:15.135Z | Compiling hickory-proto v0.24.1 |
1905 | 2024-12-03T22:35:15.181Z | Compiling regress v0.10.1 |
1906 | 2024-12-03T22:35:19.956Z | Compiling slog-bunyan v2.5.0 |
1907 | 2024-12-03T22:35:19.959Z | Compiling darling v0.20.10 |
1908 | 2024-12-03T22:35:19.959Z | Compiling tokio-rustls v0.26.0 |
1909 | 2024-12-03T22:35:20.116Z | Compiling tokio-rustls v0.25.0 |
1910 | 2024-12-03T22:35:20.172Z | Compiling toml v0.8.19 |
1911 | 2024-12-03T22:35:20.281Z | Compiling tokio-native-tls v0.3.1 |
1912 | 2024-12-03T22:35:20.420Z | Compiling strum_macros v0.25.3 |
1913 | 2024-12-03T22:35:20.558Z | Compiling phf_shared v0.11.2 |
1914 | 2024-12-03T22:35:20.901Z | Compiling async-stream v0.3.6 |
1915 | 2024-12-03T22:35:20.950Z | Compiling waitgroup v0.1.2 |
1916 | 2024-12-03T22:35:21.191Z | Compiling webpki-roots v0.26.6 |
1917 | 2024-12-03T22:35:21.791Z | Compiling idna v0.5.0 |
1918 | 2024-12-03T22:35:21.813Z | Compiling terminal_size v0.4.0 |
1919 | 2024-12-03T22:35:22.026Z | Compiling serde_path_to_error v0.1.16 |
1920 | 2024-12-03T22:35:22.514Z | Compiling hkdf v0.12.4 |
1921 | 2024-12-03T22:35:23.007Z | Compiling crypto-bigint v0.5.5 |
1922 | 2024-12-03T22:35:23.237Z | Compiling clap_derive v4.5.18 |
1923 | 2024-12-03T22:35:23.385Z | Compiling derive-where v1.2.7 |
1924 | 2024-12-03T22:35:24.000Z | Compiling serde_repr v0.1.19 |
1925 | 2024-12-03T22:35:24.209Z | Compiling hostname v0.4.0 |
1926 | 2024-12-03T22:35:24.434Z | Compiling crc32fast v1.4.2 |
1927 | 2024-12-03T22:35:24.976Z | Compiling bitflags v1.3.2 |
1928 | 2024-12-03T22:35:25.065Z | Compiling clap_lex v0.7.2 |
1929 | 2024-12-03T22:35:25.202Z | Compiling managed v0.8.0 |
1930 | 2024-12-03T22:35:25.649Z | Compiling unicode-width v0.1.14 |
1931 | 2024-12-03T22:35:26.210Z | Compiling debug-ignore v1.0.5 |
1932 | 2024-12-03T22:35:26.511Z | Compiling console v0.15.8 |
1933 | 2024-12-03T22:35:26.548Z | Compiling elliptic-curve v0.13.8 |
1934 | 2024-12-03T22:35:27.849Z | Compiling clap_builder v4.5.21 |
1935 | 2024-12-03T22:35:29.869Z | Compiling flate2 v1.0.34 |
1936 | 2024-12-03T22:35:30.517Z | Compiling cookie_store v0.21.0 |
1937 | 2024-12-03T22:35:34.148Z | Compiling hyper-rustls v0.27.3 |
1938 | 2024-12-03T22:35:34.762Z | Compiling phf v0.11.2 |
1939 | 2024-12-03T22:35:35.073Z | Compiling hickory-resolver v0.24.1 |
1940 | 2024-12-03T22:35:35.892Z | Compiling hyper-tls v0.6.0 |
1941 | 2024-12-03T22:35:36.120Z | Compiling signal-hook-mio v0.2.4 |
1942 | 2024-12-03T22:35:36.298Z | Compiling rayon v1.10.0 |
1943 | 2024-12-03T22:35:36.330Z | Compiling bzip2 v0.4.4 |
1944 | 2024-12-03T22:35:36.349Z | Compiling typify-impl v0.2.0 |
1945 | 2024-12-03T22:35:37.032Z | Compiling tokio-tungstenite v0.24.0 |
1946 | 2024-12-03T22:35:37.159Z | Compiling postgres-types v0.2.8 |
1947 | 2024-12-03T22:35:37.744Z | Compiling zerocopy v0.6.6 |
1948 | 2024-12-03T22:35:38.039Z | Compiling hubpack v0.1.2 |
1949 | 2024-12-03T22:35:38.492Z | Compiling ed25519 v2.2.3 |
1950 | 2024-12-03T22:35:38.583Z | Compiling phf_shared v0.10.0 |
1951 | 2024-12-03T22:35:38.600Z | Compiling pkcs1 v0.7.5 |
1952 | 2024-12-03T22:35:38.951Z | Compiling tokio-stream v0.1.16 |
1953 | 2024-12-03T22:35:40.378Z | Compiling serde-big-array v0.5.1 |
1954 | 2024-12-03T22:35:40.509Z | Compiling rfc6979 v0.4.0 |
1955 | 2024-12-03T22:35:40.654Z | Compiling float-cmp v0.9.0 |
1956 | 2024-12-03T22:35:40.709Z | Compiling sync_wrapper v1.0.1 |
1957 | 2024-12-03T22:35:40.866Z | Compiling bstr v1.10.0 |
1958 | 2024-12-03T22:35:41.188Z | Compiling static_assertions v1.1.0 |
1959 | 2024-12-03T22:35:41.306Z | Compiling precomputed-hash v0.1.1 |
1960 | 2024-12-03T22:35:41.435Z | Compiling fixedbitset v0.4.2 |
1961 | 2024-12-03T22:35:41.865Z | Compiling unicode-segmentation v1.12.0 |
1962 | 2024-12-03T22:35:41.905Z | Compiling whoami v1.5.2 |
1963 | 2024-12-03T22:35:42.480Z | Compiling predicates-core v1.0.8 |
1964 | 2024-12-03T22:35:42.483Z | Compiling new_debug_unreachable v1.0.6 |
1965 | 2024-12-03T22:35:42.576Z | Compiling unicode-width v0.2.0 |
1966 | 2024-12-03T22:35:42.736Z | Compiling bit-vec v0.6.3 |
1967 | 2024-12-03T22:35:42.820Z | Compiling number_prefix v0.4.0 |
1968 | 2024-12-03T22:35:43.057Z | Compiling difflib v0.4.0 |
1969 | 2024-12-03T22:35:43.129Z | Compiling normalize-line-endings v0.3.0 |
1970 | 2024-12-03T22:35:43.711Z | Compiling predicates v3.1.2 |
1971 | 2024-12-03T22:35:43.738Z | Compiling bit-set v0.5.3 |
1972 | 2024-12-03T22:35:44.038Z | Compiling indicatif v0.17.9 |
1973 | 2024-12-03T22:35:44.337Z | Compiling similar v2.6.0 |
1974 | 2024-12-03T22:35:45.174Z | Compiling string_cache v0.8.7 |
1975 | 2024-12-03T22:35:45.614Z | Compiling tokio-postgres v0.7.12 |
1976 | 2024-12-03T22:35:45.951Z | Compiling petgraph v0.6.5 |
1977 | 2024-12-03T22:35:46.086Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1978 | 2024-12-03T22:35:46.661Z | Compiling reqwest v0.12.9 |
1979 | 2024-12-03T22:35:48.305Z | Compiling typify-macro v0.2.0 |
1980 | 2024-12-03T22:35:49.992Z | Compiling ecdsa v0.16.9 |
1981 | 2024-12-03T22:35:50.859Z | Compiling qorb v0.2.1 |
1982 | 2024-12-03T22:35:51.403Z | Compiling rsa v0.9.6 |
1983 | 2024-12-03T22:35:51.837Z | Compiling ed25519-dalek v2.1.1 |
1984 | 2024-12-03T22:35:52.842Z | Compiling zip v0.6.6 |
1985 | 2024-12-03T22:35:52.844Z | Compiling crossterm v0.28.1 |
1986 | 2024-12-03T22:35:52.844Z | Compiling clap v4.5.21 |
1987 | 2024-12-03T22:35:54.175Z | Compiling toml v0.7.8 |
1988 | 2024-12-03T22:35:54.648Z | Compiling x509-cert v0.2.5 |
1989 | 2024-12-03T22:35:56.201Z | Compiling hex v0.4.3 |
1990 | 2024-12-03T22:35:56.886Z | Compiling itertools v0.10.5 |
1991 | 2024-12-03T22:35:56.993Z | Compiling peg-runtime v0.8.3 |
1992 | 2024-12-03T22:35:57.027Z | Compiling zerocopy v0.8.10 |
1993 | 2024-12-03T22:35:57.259Z | Compiling unicode-xid v0.2.6 |
1994 | 2024-12-03T22:35:57.432Z | Compiling lalrpop-util v0.19.12 |
1995 | 2024-12-03T22:35:59.784Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1996 | 2024-12-03T22:36:03.507Z | Compiling proc-macro-crate v1.3.1 |
1997 | 2024-12-03T22:36:04.413Z | Compiling ipnetwork v0.20.0 |
1998 | 2024-12-03T22:36:04.438Z | Compiling macaddr v1.0.1 |
1999 | 2024-12-03T22:36:04.793Z | Compiling zerocopy-derive v0.8.10 |
2000 | 2024-12-03T22:36:05.060Z | Compiling itertools v0.13.0 |
2001 | 2024-12-03T22:36:07.510Z | Compiling heapless v0.8.0 |
2002 | 2024-12-03T22:36:08.484Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2003 | 2024-12-03T22:36:13.603Z | Compiling num_enum_derive v0.5.11 |
2004 | 2024-12-03T22:36:20.921Z | Compiling hash32 v0.3.1 |
2005 | 2024-12-03T22:36:22.560Z | Compiling smoltcp v0.11.0 |
2006 | 2024-12-03T22:36:22.691Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2007 | 2024-12-03T22:36:27.474Z | Compiling num_enum v0.5.11 |
2008 | 2024-12-03T22:36:27.669Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2009 | 2024-12-03T22:36:28.367Z | Compiling typify v0.2.0 |
2010 | 2024-12-03T22:36:29.097Z | Compiling proc-macro-error-attr v1.0.4 |
2011 | 2024-12-03T22:36:29.402Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2012 | 2024-12-03T22:36:29.522Z | Compiling unsafe-libyaml v0.2.11 |
2013 | 2024-12-03T22:36:29.604Z | Compiling cobs v0.2.3 |
2014 | 2024-12-03T22:36:31.341Z | Compiling serde_yaml v0.9.34+deprecated |
2015 | 2024-12-03T22:36:32.927Z | Compiling postcard v1.0.10 |
2016 | 2024-12-03T22:36:47.464Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2017 | 2024-12-03T22:36:50.901Z | Compiling progenitor-impl v0.8.0 |
2018 | 2024-12-03T22:37:00.081Z | Compiling strum_macros v0.26.4 |
2019 | 2024-12-03T22:37:01.303Z | Compiling foreign-types-macros v0.2.3 |
2020 | 2024-12-03T22:37:01.472Z | Compiling structmeta-derive v0.3.0 |
2021 | 2024-12-03T22:37:01.491Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2022 | 2024-12-03T22:37:01.623Z | Compiling proc-macro-error v1.0.4 |
2023 | 2024-12-03T22:37:02.747Z | Compiling foreign-types-shared v0.3.1 |
2024 | 2024-12-03T22:37:03.467Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2025 | 2024-12-03T22:37:03.627Z | Compiling newtype-uuid v1.1.3 |
2026 | 2024-12-03T22:37:03.855Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2027 | 2024-12-03T22:37:04.064Z | Compiling structmeta v0.3.0 |
2028 | 2024-12-03T22:37:04.589Z | Compiling strum v0.26.3 |
2029 | 2024-12-03T22:37:05.027Z | Compiling foreign-types v0.5.0 |
2030 | 2024-12-03T22:37:11.664Z | Compiling progenitor-macro v0.8.0 |
2031 | 2024-12-03T22:37:17.983Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2032 | 2024-12-03T22:37:18.039Z | Compiling progenitor-client v0.8.0 |
2033 | 2024-12-03T22:37:19.003Z | Compiling tabwriter v1.4.0 |
2034 | 2024-12-03T22:37:21.793Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2035 | 2024-12-03T22:37:22.463Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2036 | 2024-12-03T22:37:22.593Z | Compiling cstr-argument v0.1.2 |
2037 | 2024-12-03T22:37:22.873Z | Compiling dropshot v0.13.0 |
2038 | 2024-12-03T22:37:23.294Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2039 | 2024-12-03T22:37:23.565Z | Compiling pretty-hex v0.2.1 |
2040 | 2024-12-03T22:37:23.590Z | Compiling thiserror v2.0.3 |
2041 | 2024-12-03T22:37:24.147Z | Compiling fastrand v2.1.1 |
2042 | 2024-12-03T22:37:24.329Z | Compiling crucible-workspace-hack v0.1.0 |
2043 | 2024-12-03T22:37:24.454Z | Compiling progenitor v0.8.0 |
2044 | 2024-12-03T22:37:24.635Z | Compiling tempfile v3.13.0 |
2045 | 2024-12-03T22:37:24.933Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2046 | 2024-12-03T22:37:25.210Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2047 | 2024-12-03T22:37:25.313Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2048 | 2024-12-03T22:37:25.517Z | Compiling parse-display-derive v0.10.0 |
2049 | 2024-12-03T22:37:26.216Z | Compiling colored v2.1.0 |
2050 | 2024-12-03T22:37:26.373Z | Compiling serde_with_macros v3.11.0 |
2051 | 2024-12-03T22:37:26.521Z | Compiling dropshot_endpoint v0.13.0 |
2052 | 2024-12-03T22:37:27.457Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2053 | 2024-12-03T22:37:28.194Z | Compiling thiserror-impl v2.0.3 |
2054 | 2024-12-03T22:37:28.932Z | Compiling instant v0.1.13 |
2055 | 2024-12-03T22:37:29.115Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2056 | 2024-12-03T22:37:29.360Z | Compiling backoff v0.4.0 |
2057 | 2024-12-03T22:37:29.452Z | Compiling parse-display v0.10.0 |
2058 | 2024-12-03T22:37:29.548Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2059 | 2024-12-03T22:37:29.734Z | Compiling serde_with v3.11.0 |
2060 | 2024-12-03T22:37:30.880Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2061 | 2024-12-03T22:37:31.419Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2062 | 2024-12-03T22:37:31.469Z | Compiling zone_cfg_derive v0.3.0 |
2063 | 2024-12-03T22:37:32.016Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2064 | 2024-12-03T22:37:32.548Z | Compiling camino-tempfile v1.1.1 |
2065 | 2024-12-03T22:37:32.736Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2066 | 2024-12-03T22:37:32.964Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2067 | 2024-12-03T22:37:33.335Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2068 | 2024-12-03T22:37:33.460Z | Compiling regress v0.9.1 |
2069 | 2024-12-03T22:37:33.528Z | Compiling num-derive v0.4.2 |
2070 | 2024-12-03T22:37:34.189Z | Compiling sigpipe v0.1.3 |
2071 | 2024-12-03T22:37:34.334Z | Compiling libefi-sys v0.1.0 |
2072 | 2024-12-03T22:37:34.621Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2073 | 2024-12-03T22:37:34.975Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2074 | 2024-12-03T22:37:35.791Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2075 | 2024-12-03T22:37:37.387Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2076 | 2024-12-03T22:37:38.294Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2077 | 2024-12-03T22:37:38.862Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2078 | 2024-12-03T22:37:40.687Z | Compiling zone v0.3.0 |
2079 | 2024-12-03T22:37:40.725Z | Compiling smf v0.2.3 |
2080 | 2024-12-03T22:37:41.626Z | Compiling bitfield-struct v0.6.2 |
2081 | 2024-12-03T22:37:42.170Z | Compiling blake3 v1.5.4 |
2082 | 2024-12-03T22:37:42.802Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2083 | 2024-12-03T22:37:43.000Z | Compiling ring v0.16.20 |
2084 | 2024-12-03T22:37:43.336Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2085 | 2024-12-03T22:37:44.055Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2086 | 2024-12-03T22:37:44.105Z | Compiling xattr v1.3.1 |
2087 | 2024-12-03T22:37:44.436Z | Compiling memmap2 v0.9.5 |
2088 | 2024-12-03T22:37:44.481Z | Compiling filetime v0.2.25 |
2089 | 2024-12-03T22:37:44.851Z | Compiling arrayvec v0.7.6 |
2090 | 2024-12-03T22:37:45.021Z | Compiling constant_time_eq v0.3.1 |
2091 | 2024-12-03T22:37:45.183Z | Compiling arrayref v0.3.9 |
2092 | 2024-12-03T22:37:45.205Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2093 | 2024-12-03T22:37:45.294Z | Compiling spin v0.5.2 |
2094 | 2024-12-03T22:37:45.317Z | Compiling same-file v1.0.6 |
2095 | 2024-12-03T22:37:45.334Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2096 | 2024-12-03T22:37:45.561Z | Compiling walkdir v2.5.0 |
2097 | 2024-12-03T22:37:46.910Z | Compiling tar v0.4.42 |
2098 | 2024-12-03T22:37:47.230Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2099 | 2024-12-03T22:37:48.344Z | Compiling gethostname v0.5.0 |
2100 | 2024-12-03T22:37:48.569Z | Compiling cargo-platform v0.1.8 |
2101 | 2024-12-03T22:37:48.831Z | Compiling topological-sort v0.2.2 |
2102 | 2024-12-03T22:37:49.101Z | Compiling cargo_metadata v0.18.1 |
2103 | 2024-12-03T22:37:53.304Z | Compiling omicron-zone-package v0.11.1 |
2104 | 2024-12-03T22:37:56.499Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2105 | 2024-12-03T22:37:57.185Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2106 | 2024-12-03T22:37:58.982Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2107 | 2024-12-03T22:38:19.181Z | Finished `release` profile [optimized] target(s) in 5m 26s |
2108 | 2024-12-03T22:38:19.346Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
2109 | 2024-12-03T22:38:19.392Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2110 | 2024-12-03T22:38:19.394Z | Created new build target 'test' and set it as active |
2111 | 2024-12-03T22:38:19.394Z | |
2112 | 2024-12-03T22:38:19.394Z | real 5:26.692723315 |
2113 | 2024-12-03T22:38:19.394Z | user 36:49.400014629 |
2114 | 2024-12-03T22:38:19.394Z | sys 4:54.871034615 |
2115 | 2024-12-03T22:38:19.394Z | trap 1.082747458 |
2116 | 2024-12-03T22:38:19.394Z | tflt 3.287366127 |
2117 | 2024-12-03T22:38:19.394Z | dflt 0.971897736 |
2118 | 2024-12-03T22:38:19.394Z | kflt 0.000498238 |
2119 | 2024-12-03T22:38:19.394Z | lock 1:17:38.065855647 |
2120 | 2024-12-03T22:38:19.395Z | slp 2:34:12.249456555 |
2121 | 2024-12-03T22:38:19.395Z | lat 2:34.639158725 |
2122 | 2024-12-03T22:38:19.395Z | stop 4:33.561492422 |
2123 | 2024-12-03T22:38:19.395Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2124 | 2024-12-03T22:38:20.342Z | Finished `release` profile [optimized] target(s) in 0.89s |
2125 | 2024-12-03T22:38:20.402Z | Running `target/release/omicron-package -t test package` |
2126 | 2024-12-03T22:38:20.445Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2127 | 2024-12-03T22:38:21.610Z | Compiling convert_case v0.4.0 |
2128 | 2024-12-03T22:38:21.610Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2129 | 2024-12-03T22:38:21.610Z | Compiling itertools v0.13.0 |
2130 | 2024-12-03T22:38:21.613Z | Compiling newline-converter v0.3.0 |
2131 | 2024-12-03T22:38:21.613Z | Compiling password-hash v0.5.0 |
2132 | 2024-12-03T22:38:21.613Z | Compiling progenitor-client v0.8.0 |
2133 | 2024-12-03T22:38:21.745Z | Compiling blake2 v0.10.6 |
2134 | 2024-12-03T22:38:21.757Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2135 | 2024-12-03T22:38:21.891Z | Compiling expectorate v1.1.0 |
2136 | 2024-12-03T22:38:22.057Z | Compiling cancel-safe-futures v0.1.5 |
2137 | 2024-12-03T22:38:22.081Z | Compiling owo-colors v4.1.0 |
2138 | 2024-12-03T22:38:22.348Z | Compiling progenitor v0.8.0 |
2139 | 2024-12-03T22:38:22.368Z | Compiling argon2 v0.5.3 |
2140 | 2024-12-03T22:38:22.456Z | Compiling num-rational v0.4.2 |
2141 | 2024-12-03T22:38:22.475Z | Compiling num-complex v0.4.6 |
2142 | 2024-12-03T22:38:22.478Z | Compiling derive_more v0.99.18 |
2143 | 2024-12-03T22:38:23.057Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2144 | 2024-12-03T22:38:23.661Z | Compiling num v0.4.3 |
2145 | 2024-12-03T22:38:23.808Z | Compiling atomicwrites v0.4.4 |
2146 | 2024-12-03T22:38:24.009Z | Compiling libsw v3.3.1 |
2147 | 2024-12-03T22:38:24.333Z | Compiling float-ord v0.3.2 |
2148 | 2024-12-03T22:38:24.362Z | Compiling swrite v0.1.0 |
2149 | 2024-12-03T22:38:24.462Z | Compiling linear-map v1.2.0 |
2150 | 2024-12-03T22:38:24.499Z | Compiling indent_write v2.2.0 |
2151 | 2024-12-03T22:38:24.502Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2152 | 2024-12-03T22:38:24.743Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2153 | 2024-12-03T22:38:24.767Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2154 | 2024-12-03T22:38:24.881Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2155 | 2024-12-03T22:38:24.899Z | Compiling base64 v0.21.7 |
2156 | 2024-12-03T22:38:25.318Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2157 | 2024-12-03T22:38:25.460Z | Compiling highway v1.2.0 |
2158 | 2024-12-03T22:38:26.054Z | Compiling semver v0.1.20 |
2159 | 2024-12-03T22:38:26.645Z | Compiling rustc_version v0.1.7 |
2160 | 2024-12-03T22:38:26.938Z | Compiling newtype-uuid v1.1.3 |
2161 | 2024-12-03T22:38:27.069Z | Compiling newtype_derive v0.1.6 |
2162 | 2024-12-03T22:38:27.293Z | Compiling dropshot v0.13.0 |
2163 | 2024-12-03T22:38:27.368Z | Compiling ipnetwork v0.20.0 |
2164 | 2024-12-03T22:38:27.461Z | Compiling instant v0.1.13 |
2165 | 2024-12-03T22:38:27.636Z | Compiling humantime v2.1.0 |
2166 | 2024-12-03T22:38:28.181Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2167 | 2024-12-03T22:38:28.484Z | Compiling backoff v0.4.0 |
2168 | 2024-12-03T22:38:28.825Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2169 | 2024-12-03T22:38:29.152Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2170 | 2024-12-03T22:38:32.650Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2171 | 2024-12-03T22:38:32.739Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2172 | 2024-12-03T22:38:33.035Z | Compiling parse-display v0.10.0 |
2173 | 2024-12-03T22:38:33.614Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2174 | 2024-12-03T22:38:33.827Z | Compiling serde_with v3.11.0 |
2175 | 2024-12-03T22:38:34.091Z | Compiling strum v0.26.3 |
2176 | 2024-12-03T22:38:34.290Z | Compiling regress v0.9.1 |
2177 | 2024-12-03T22:38:37.454Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2178 | 2024-12-03T22:38:39.044Z | Compiling macaddr v1.0.1 |
2179 | 2024-12-03T22:38:39.228Z | Compiling steno v0.4.1 |
2180 | 2024-12-03T22:38:39.472Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2181 | 2024-12-03T22:38:39.507Z | Compiling prettyplease v0.2.25 |
2182 | 2024-12-03T22:38:39.539Z | Compiling slog-dtrace v0.3.0 |
2183 | 2024-12-03T22:38:39.924Z | Compiling tungstenite v0.21.0 |
2184 | 2024-12-03T22:38:40.646Z | Compiling display-error-chain v0.2.2 |
2185 | 2024-12-03T22:38:42.391Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2186 | 2024-12-03T22:38:44.006Z | Compiling tokio-tungstenite v0.21.0 |
2187 | 2024-12-03T22:38:44.696Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2188 | 2024-12-03T22:38:44.938Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2189 | 2024-12-03T22:38:45.072Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2190 | 2024-12-03T22:38:45.985Z | Compiling arc-swap v1.7.1 |
2191 | 2024-12-03T22:38:46.679Z | Compiling slog-scope v4.4.0 |
2192 | 2024-12-03T22:38:47.498Z | Compiling half v2.4.1 |
2193 | 2024-12-03T22:38:48.201Z | Compiling ciborium-io v0.2.2 |
2194 | 2024-12-03T22:38:48.353Z | Compiling ciborium-ll v0.2.2 |
2195 | 2024-12-03T22:38:48.869Z | Compiling slog-stdlog v4.1.1 |
2196 | 2024-12-03T22:38:49.198Z | Compiling slog-envlogger v2.2.0 |
2197 | 2024-12-03T22:38:49.690Z | Compiling ciborium v0.2.2 |
2198 | 2024-12-03T22:38:51.925Z | Compiling nibble_vec v0.1.0 |
2199 | 2024-12-03T22:38:52.160Z | Compiling endian-type v0.1.2 |
2200 | 2024-12-03T22:38:52.429Z | Compiling radix_trie v0.2.1 |
2201 | 2024-12-03T22:38:53.351Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2202 | 2024-12-03T22:38:59.388Z | Compiling fastrand v2.1.1 |
2203 | 2024-12-03T22:38:59.398Z | Compiling same-file v1.0.6 |
2204 | 2024-12-03T22:38:59.585Z | Compiling walkdir v2.5.0 |
2205 | 2024-12-03T22:38:59.641Z | Compiling blake3 v1.5.4 |
2206 | 2024-12-03T22:38:59.815Z | Compiling tempfile v3.13.0 |
2207 | 2024-12-03T22:39:00.243Z | Compiling ring v0.16.20 |
2208 | 2024-12-03T22:39:00.263Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2209 | 2024-12-03T22:39:00.617Z | Compiling xattr v1.3.1 |
2210 | 2024-12-03T22:39:00.845Z | Compiling memmap2 v0.9.5 |
2211 | 2024-12-03T22:39:00.879Z | Compiling filetime v0.2.25 |
2212 | 2024-12-03T22:39:01.202Z | Compiling arrayref v0.3.9 |
2213 | 2024-12-03T22:39:01.293Z | Compiling spin v0.5.2 |
2214 | 2024-12-03T22:39:01.317Z | Compiling keccak v0.1.5 |
2215 | 2024-12-03T22:39:01.578Z | Compiling constant_time_eq v0.3.1 |
2216 | 2024-12-03T22:39:01.643Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2217 | 2024-12-03T22:39:01.751Z | Compiling arrayvec v0.7.6 |
2218 | 2024-12-03T22:39:02.258Z | Compiling sha3 v0.10.8 |
2219 | 2024-12-03T22:39:02.675Z | Compiling tar v0.4.42 |
2220 | 2024-12-03T22:39:02.998Z | Compiling camino-tempfile v1.1.1 |
2221 | 2024-12-03T22:39:03.095Z | Compiling toolchain_find v0.4.0 |
2222 | 2024-12-03T22:39:03.264Z | Compiling const_format_proc_macros v0.2.33 |
2223 | 2024-12-03T22:39:03.428Z | Compiling radium v0.7.0 |
2224 | 2024-12-03T22:39:03.685Z | Compiling maplit v1.0.2 |
2225 | 2024-12-03T22:39:03.825Z | Compiling crunchy v0.2.2 |
2226 | 2024-12-03T22:39:03.882Z | Compiling topological-sort v0.2.2 |
2227 | 2024-12-03T22:39:04.156Z | Compiling rustfmt-wrapper v0.2.1 |
2228 | 2024-12-03T22:39:04.277Z | Compiling pem v3.0.4 |
2229 | 2024-12-03T22:39:04.610Z | Compiling tiny-keccak v2.0.2 |
2230 | 2024-12-03T22:39:04.721Z | Compiling tap v1.0.1 |
2231 | 2024-12-03T22:39:04.969Z | Compiling omicron-zone-package v0.11.1 |
2232 | 2024-12-03T22:39:04.972Z | Compiling maybe-uninit v2.0.0 |
2233 | 2024-12-03T22:39:05.100Z | Compiling const_format v0.2.33 |
2234 | 2024-12-03T22:39:05.511Z | Compiling wyz v0.5.1 |
2235 | 2024-12-03T22:39:06.012Z | Compiling dsl_auto_type v0.1.2 |
2236 | 2024-12-03T22:39:06.130Z | Compiling phf_generator v0.11.2 |
2237 | 2024-12-03T22:39:06.337Z | Compiling scheduled-thread-pool v0.2.7 |
2238 | 2024-12-03T22:39:06.368Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2239 | 2024-12-03T22:39:06.392Z | Compiling secrecy v0.8.0 |
2240 | 2024-12-03T22:39:06.409Z | Compiling diesel_table_macro_syntax v0.2.0 |
2241 | 2024-12-03T22:39:06.676Z | Compiling async-recursion v1.1.1 |
2242 | 2024-12-03T22:39:06.826Z | Compiling crc-catalog v2.4.0 |
2243 | 2024-12-03T22:39:06.882Z | Compiling funty v2.0.0 |
2244 | 2024-12-03T22:39:06.997Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2245 | 2024-12-03T22:39:07.312Z | Compiling packed_struct v0.10.1 |
2246 | 2024-12-03T22:39:07.446Z | Compiling diesel_derives v2.2.3 |
2247 | 2024-12-03T22:39:07.611Z | Compiling crc v3.2.1 |
2248 | 2024-12-03T22:39:07.779Z | Compiling r2d2 v0.8.10 |
2249 | 2024-12-03T22:39:08.129Z | Compiling bitvec v1.0.1 |
2250 | 2024-12-03T22:39:08.269Z | Compiling phf_codegen v0.11.2 |
2251 | 2024-12-03T22:39:09.082Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2252 | 2024-12-03T22:39:09.260Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2253 | 2024-12-03T22:39:09.487Z | Compiling ascii-canvas v3.0.0 |
2254 | 2024-12-03T22:39:09.968Z | Compiling universal-hash v0.5.1 |
2255 | 2024-12-03T22:39:10.213Z | Compiling packed_struct_codegen v0.10.1 |
2256 | 2024-12-03T22:39:10.242Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2257 | 2024-12-03T22:39:12.799Z | Compiling thiserror-impl-no-std v2.0.2 |
2258 | 2024-12-03T22:39:12.832Z | Compiling parse-zoneinfo v0.3.1 |
2259 | 2024-12-03T22:39:14.435Z | Compiling lzma-sys v0.1.20 |
2260 | 2024-12-03T22:39:15.138Z | Compiling ena v0.14.3 |
2261 | 2024-12-03T22:39:15.456Z | Compiling indexmap v1.9.3 |
2262 | 2024-12-03T22:39:15.578Z | Compiling diff v0.1.13 |
2263 | 2024-12-03T22:39:15.780Z | Compiling opaque-debug v0.3.1 |
2264 | 2024-12-03T22:39:15.900Z | Compiling nodrop v0.1.14 |
2265 | 2024-12-03T22:39:16.075Z | Compiling regex-syntax v0.6.29 |
2266 | 2024-12-03T22:39:16.142Z | Compiling cfg_aliases v0.1.1 |
2267 | 2024-12-03T22:39:16.264Z | Compiling nix v0.28.0 |
2268 | 2024-12-03T22:39:17.027Z | Compiling array-init v0.0.4 |
2269 | 2024-12-03T22:39:18.295Z | Compiling poly1305 v0.8.0 |
2270 | 2024-12-03T22:39:18.840Z | Compiling diesel v2.2.4 |
2271 | 2024-12-03T22:39:19.754Z | Compiling lalrpop v0.19.12 |
2272 | 2024-12-03T22:39:21.562Z | Compiling thiserror-no-std v2.0.2 |
2273 | 2024-12-03T22:39:21.759Z | Compiling chrono-tz-build v0.4.0 |
2274 | 2024-12-03T22:39:26.339Z | Compiling smallvec v0.6.14 |
2275 | 2024-12-03T22:39:27.245Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2276 | 2024-12-03T22:39:27.421Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2277 | 2024-12-03T22:39:27.720Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2278 | 2024-12-03T22:39:27.954Z | Compiling chacha20 v0.9.1 |
2279 | 2024-12-03T22:39:28.361Z | Compiling heck v0.3.3 |
2280 | 2024-12-03T22:39:28.430Z | Compiling aead v0.5.2 |
2281 | 2024-12-03T22:39:28.720Z | Compiling vte_generate_state_changes v0.1.2 |
2282 | 2024-12-03T22:39:28.788Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2283 | 2024-12-03T22:39:29.102Z | Compiling hashbrown v0.12.3 |
2284 | 2024-12-03T22:39:29.306Z | Compiling ref-cast v1.0.23 |
2285 | 2024-12-03T22:39:29.764Z | Compiling bitfield v0.14.0 |
2286 | 2024-12-03T22:39:30.114Z | Compiling termcolor v1.4.1 |
2287 | 2024-12-03T22:39:31.206Z | Compiling env_logger v0.10.2 |
2288 | 2024-12-03T22:39:31.625Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2289 | 2024-12-03T22:39:34.444Z | Compiling vte v0.11.1 |
2290 | 2024-12-03T22:39:35.972Z | Compiling zone_cfg_derive v0.1.2 |
2291 | 2024-12-03T22:39:37.372Z | Compiling chacha20poly1305 v0.10.1 |
2292 | 2024-12-03T22:39:37.711Z | Compiling serde-hex v0.1.0 |
2293 | 2024-12-03T22:39:42.998Z | Compiling chrono-tz v0.10.0 |
2294 | 2024-12-03T22:39:43.457Z | Compiling vsss-rs v3.3.4 |
2295 | 2024-12-03T22:39:43.693Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2296 | 2024-12-03T22:39:44.029Z | Compiling ron v0.8.1 |
2297 | 2024-12-03T22:39:45.944Z | Compiling polar-core v0.27.3 |
2298 | 2024-12-03T22:39:47.172Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2299 | 2024-12-03T22:39:47.452Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2300 | 2024-12-03T22:39:47.900Z | Compiling derive_builder_core v0.20.2 |
2301 | 2024-12-03T22:39:48.055Z | Compiling hashbrown v0.13.2 |
2302 | 2024-12-03T22:39:49.453Z | Compiling fd-lock v4.0.2 |
2303 | 2024-12-03T22:39:49.703Z | Compiling headers-core v0.3.0 |
2304 | 2024-12-03T22:39:49.889Z | Compiling fxhash v0.2.1 |
2305 | 2024-12-03T22:39:49.942Z | Compiling libxml v0.3.3 |
2306 | 2024-12-03T22:39:50.138Z | Compiling ref-cast-impl v1.0.23 |
2307 | 2024-12-03T22:39:50.162Z | Compiling bumpalo v3.16.0 |
2308 | 2024-12-03T22:39:50.318Z | Compiling bytecount v0.6.8 |
2309 | 2024-12-03T22:39:50.651Z | Compiling lockfree-object-pool v0.1.6 |
2310 | 2024-12-03T22:39:50.738Z | Compiling zip v2.1.3 |
2311 | 2024-12-03T22:39:50.966Z | Compiling base64 v0.13.1 |
2312 | 2024-12-03T22:39:51.075Z | Compiling simd-adler32 v0.3.7 |
2313 | 2024-12-03T22:39:51.313Z | Compiling crc-any v2.5.0 |
2314 | 2024-12-03T22:39:51.725Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2315 | 2024-12-03T22:39:52.244Z | Compiling ron v0.7.1 |
2316 | 2024-12-03T22:39:52.268Z | Compiling zopfli v0.8.1 |
2317 | 2024-12-03T22:39:56.810Z | Compiling papergrid v0.11.0 |
2318 | 2024-12-03T22:39:57.083Z | Compiling derive_builder_macro v0.20.2 |
2319 | 2024-12-03T22:39:57.644Z | Compiling headers v0.4.0 |
2320 | 2024-12-03T22:39:57.908Z | Compiling object v0.30.4 |
2321 | 2024-12-03T22:40:01.341Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2322 | 2024-12-03T22:40:05.773Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2323 | 2024-12-03T22:40:08.368Z | Compiling xz2 v0.1.7 |
2324 | 2024-12-03T22:40:08.978Z | Compiling zone v0.1.8 |
2325 | 2024-12-03T22:40:11.087Z | Compiling strip-ansi-escapes v0.2.0 |
2326 | 2024-12-03T22:40:11.111Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2327 | 2024-12-03T22:40:11.819Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2328 | 2024-12-03T22:40:12.406Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2329 | 2024-12-03T22:40:12.703Z | Compiling tabled_derive v0.7.0 |
2330 | 2024-12-03T22:40:12.830Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2331 | 2024-12-03T22:40:14.209Z | Compiling yasna v0.5.2 |
2332 | 2024-12-03T22:40:14.875Z | Compiling peg-macros v0.8.4 |
2333 | 2024-12-03T22:40:16.247Z | Compiling strum_macros v0.24.3 |
2334 | 2024-12-03T22:40:16.454Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2335 | 2024-12-03T22:40:17.452Z | Compiling kstat-rs v0.2.4 |
2336 | 2024-12-03T22:40:17.492Z | Compiling samael v0.0.17 |
2337 | 2024-12-03T22:40:17.521Z | Compiling sqlparser_derive v0.2.2 |
2338 | 2024-12-03T22:40:17.566Z | Compiling unicase v2.7.0 |
2339 | 2024-12-03T22:40:17.877Z | Compiling indoc v1.0.9 |
2340 | 2024-12-03T22:40:18.214Z | Compiling home v0.5.9 |
2341 | 2024-12-03T22:40:18.381Z | Compiling unicode_categories v0.1.1 |
2342 | 2024-12-03T22:40:18.523Z | Compiling path-slash v0.1.5 |
2343 | 2024-12-03T22:40:18.542Z | Compiling nu-ansi-term v0.50.1 |
2344 | 2024-12-03T22:40:18.698Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2345 | 2024-12-03T22:40:18.741Z | Compiling sqlformat v0.2.6 |
2346 | 2024-12-03T22:40:18.761Z | Compiling sqlparser v0.45.0 |
2347 | 2024-12-03T22:40:19.696Z | Compiling reedline v0.35.0 |
2348 | 2024-12-03T22:40:19.716Z | Compiling rustyline v14.0.0 |
2349 | 2024-12-03T22:40:22.912Z | Compiling peg v0.8.4 |
2350 | 2024-12-03T22:40:23.037Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2351 | 2024-12-03T22:40:30.048Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2352 | 2024-12-03T22:40:30.252Z | Compiling rcgen v0.12.1 |
2353 | 2024-12-03T22:40:32.443Z | Compiling tabled v0.15.0 |
2354 | 2024-12-03T22:40:43.014Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2355 | 2024-12-03T22:40:43.506Z | Compiling derive_builder v0.20.2 |
2356 | 2024-12-03T22:40:50.474Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2357 | 2024-12-03T22:40:52.703Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2358 | 2024-12-03T22:40:52.733Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2359 | 2024-12-03T22:40:53.037Z | Compiling bcs v0.1.6 |
2360 | 2024-12-03T22:40:53.366Z | Compiling oso-derive v0.27.3 |
2361 | 2024-12-03T22:40:53.930Z | Compiling impl-trait-for-tuples v0.2.2 |
2362 | 2024-12-03T22:40:54.333Z | Compiling libz-sys v1.1.20 |
2363 | 2024-12-03T22:40:55.023Z | Compiling quick-xml v0.33.0 |
2364 | 2024-12-03T22:41:00.737Z | Compiling subprocess v0.2.9 |
2365 | 2024-12-03T22:41:01.445Z | Compiling diesel-dtrace v0.3.0 |
2366 | 2024-12-03T22:41:01.766Z | Compiling parking_lot_core v0.8.6 |
2367 | 2024-12-03T22:41:02.320Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2368 | 2024-12-03T22:41:05.455Z | Compiling oso v0.27.3 |
2369 | 2024-12-03T22:41:23.037Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2370 | 2024-12-03T22:41:24.550Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2371 | 2024-12-03T22:41:29.948Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2372 | 2024-12-03T22:41:33.107Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2373 | 2024-12-03T22:41:33.423Z | Compiling bb8 v0.8.5 |
2374 | 2024-12-03T22:41:34.046Z | Compiling buf-list v1.0.3 |
2375 | 2024-12-03T22:41:34.686Z | Compiling async-bb8-diesel v0.2.1 |
2376 | 2024-12-03T22:41:37.116Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2377 | 2024-12-03T22:41:37.744Z | Compiling pin-project-internal v1.1.6 |
2378 | 2024-12-03T22:41:37.920Z | Compiling atty v0.2.14 |
2379 | 2024-12-03T22:41:38.101Z | Compiling salty v0.3.0 |
2380 | 2024-12-03T22:41:40.538Z | Compiling pin-project v1.1.6 |
2381 | 2024-12-03T22:41:41.069Z | Compiling parking_lot v0.11.2 |
2382 | 2024-12-03T22:41:44.212Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2383 | 2024-12-03T22:41:45.224Z | Compiling snafu-derive v0.8.5 |
2384 | 2024-12-03T22:41:45.372Z | Compiling sled v0.34.7 |
2385 | 2024-12-03T22:41:48.940Z | Compiling mime_guess v2.0.5 |
2386 | 2024-12-03T22:41:50.024Z | Compiling snafu v0.8.5 |
2387 | 2024-12-03T22:41:51.345Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2388 | 2024-12-03T22:41:51.554Z | Compiling hickory-client v0.24.1 |
2389 | 2024-12-03T22:41:51.972Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2390 | 2024-12-03T22:41:53.050Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2391 | 2024-12-03T22:41:53.528Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2392 | 2024-12-03T22:41:56.724Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2393 | 2024-12-03T22:41:57.932Z | Compiling globset v0.4.15 |
2394 | 2024-12-03T22:41:58.185Z | Compiling hickory-server v0.24.1 |
2395 | 2024-12-03T22:42:01.870Z | Compiling primeorder v0.13.6 |
2396 | 2024-12-03T22:42:02.470Z | Compiling olpc-cjson v0.1.4 |
2397 | 2024-12-03T22:42:02.825Z | Compiling vergen v8.3.2 |
2398 | 2024-12-03T22:42:03.121Z | Compiling env_filter v0.1.2 |
2399 | 2024-12-03T22:42:04.648Z | Compiling cargo-platform v0.1.8 |
2400 | 2024-12-03T22:42:05.168Z | Compiling serde_plain v1.0.2 |
2401 | 2024-12-03T22:42:05.333Z | Compiling nanorand v0.7.0 |
2402 | 2024-12-03T22:42:06.087Z | Compiling memoffset v0.9.1 |
2403 | 2024-12-03T22:42:07.316Z | Compiling typed-path v0.9.3 |
2404 | 2024-12-03T22:42:09.986Z | Compiling tough v0.19.0 |
2405 | 2024-12-03T22:42:14.704Z | Compiling flume v0.11.1 |
2406 | 2024-12-03T22:42:15.476Z | Compiling cargo_metadata v0.18.1 |
2407 | 2024-12-03T22:42:18.759Z | Compiling env_logger v0.11.5 |
2408 | 2024-12-03T22:42:18.907Z | Compiling p384 v0.13.0 |
2409 | 2024-12-03T22:42:20.189Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2410 | 2024-12-03T22:42:24.837Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2411 | 2024-12-03T22:42:29.136Z | Compiling git2 v0.19.0 |
2412 | 2024-12-03T22:42:34.433Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2413 | 2024-12-03T22:42:35.329Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2414 | 2024-12-03T22:42:36.578Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2415 | 2024-12-03T22:42:38.477Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2416 | 2024-12-03T22:42:43.521Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2417 | 2024-12-03T22:42:43.587Z | Compiling rand_seeder v0.3.0 |
2418 | 2024-12-03T22:42:43.662Z | Compiling libsqlite3-sys v0.30.1 |
2419 | 2024-12-03T22:42:43.969Z | Compiling http-range v0.1.5 |
2420 | 2024-12-03T22:42:44.004Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2421 | 2024-12-03T22:42:44.168Z | Compiling parse-size v1.1.0 |
2422 | 2024-12-03T22:42:44.324Z | Compiling rustls v0.21.12 |
2423 | 2024-12-03T22:42:44.489Z | Compiling cfg_aliases v0.2.1 |
2424 | 2024-12-03T22:42:44.555Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2425 | 2024-12-03T22:42:44.606Z | Compiling nix v0.29.0 |
2426 | 2024-12-03T22:42:44.757Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2427 | 2024-12-03T22:42:45.399Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2428 | 2024-12-03T22:42:45.922Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2429 | 2024-12-03T22:42:46.204Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2430 | 2024-12-03T22:42:46.796Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2431 | 2024-12-03T22:42:46.984Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2432 | 2024-12-03T22:42:47.097Z | Compiling rustls-webpki v0.101.7 |
2433 | 2024-12-03T22:42:47.117Z | Compiling sct v0.7.1 |
2434 | 2024-12-03T22:42:47.586Z | Compiling castaway v0.2.3 |
2435 | 2024-12-03T22:42:47.794Z | Compiling csv-core v0.1.11 |
2436 | 2024-12-03T22:42:48.679Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2437 | 2024-12-03T22:42:49.004Z | Compiling glob v0.3.1 |
2438 | 2024-12-03T22:42:50.998Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2439 | 2024-12-03T22:42:51.102Z | Compiling csv v1.3.0 |
2440 | 2024-12-03T22:42:51.353Z | Compiling compact_str v0.8.0 |
2441 | 2024-12-03T22:42:52.192Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2442 | 2024-12-03T22:42:53.284Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2443 | 2024-12-03T22:42:54.013Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2444 | 2024-12-03T22:42:54.556Z | Compiling nix v0.27.1 |
2445 | 2024-12-03T22:42:58.221Z | Compiling hyper-staticfile v0.10.1 |
2446 | 2024-12-03T22:43:00.768Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2447 | 2024-12-03T22:43:01.774Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2448 | 2024-12-03T22:43:03.000Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2449 | 2024-12-03T22:43:03.003Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2450 | 2024-12-03T22:43:07.863Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2451 | 2024-12-03T22:43:08.769Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2452 | 2024-12-03T22:43:09.097Z | Compiling unicode-truncate v1.1.0 |
2453 | 2024-12-03T22:43:09.397Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2454 | 2024-12-03T22:43:09.705Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2455 | 2024-12-03T22:43:10.013Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2456 | 2024-12-03T22:43:15.417Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2457 | 2024-12-03T22:43:17.011Z | Compiling hashlink v0.9.1 |
2458 | 2024-12-03T22:43:17.337Z | Compiling tungstenite v0.23.0 |
2459 | 2024-12-03T22:43:17.486Z | Compiling lru v0.12.5 |
2460 | 2024-12-03T22:43:17.849Z | Compiling instability v0.3.2 |
2461 | 2024-12-03T22:43:17.870Z | Compiling fallible-iterator v0.3.0 |
2462 | 2024-12-03T22:43:17.872Z | Compiling cassowary v0.3.0 |
2463 | 2024-12-03T22:43:18.325Z | Compiling fallible-streaming-iterator v0.1.9 |
2464 | 2024-12-03T22:43:18.599Z | Compiling tokio-tungstenite v0.23.1 |
2465 | 2024-12-03T22:43:18.678Z | Compiling rusqlite v0.32.1 |
2466 | 2024-12-03T22:43:18.811Z | Compiling ratatui v0.28.1 |
2467 | 2024-12-03T22:43:19.230Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2468 | 2024-12-03T22:43:23.059Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2469 | 2024-12-03T22:43:27.111Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2470 | 2024-12-03T22:43:29.218Z | Compiling tokio-rustls v0.24.1 |
2471 | 2024-12-03T22:43:29.657Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2472 | 2024-12-03T22:43:36.394Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2473 | 2024-12-03T22:43:38.126Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2474 | 2024-12-03T22:43:41.504Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2475 | 2024-12-03T22:43:46.006Z | Compiling rustls-pemfile v1.0.4 |
2476 | 2024-12-03T22:43:46.733Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2477 | 2024-12-03T22:43:47.029Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2478 | 2024-12-03T22:43:48.935Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2479 | 2024-12-03T22:43:49.076Z | Compiling signal-hook-tokio v0.3.1 |
2480 | 2024-12-03T22:43:49.299Z | Compiling twox-hash v1.6.3 |
2481 | 2024-12-03T22:43:50.084Z | Compiling is_ci v1.2.0 |
2482 | 2024-12-03T22:43:50.316Z | Compiling unicode-linebreak v0.1.5 |
2483 | 2024-12-03T22:43:50.390Z | Compiling smawk v0.3.2 |
2484 | 2024-12-03T22:43:50.657Z | Compiling supports-color v3.0.1 |
2485 | 2024-12-03T22:43:50.843Z | Compiling textwrap v0.16.1 |
2486 | 2024-12-03T22:43:51.625Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2487 | 2024-12-03T22:43:54.175Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2488 | 2024-12-03T22:44:00.989Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2489 | 2024-12-03T22:44:02.760Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2490 | 2024-12-03T22:44:05.302Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2491 | 2024-12-03T22:44:05.428Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2492 | 2024-12-03T22:44:10.118Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2493 | 2024-12-03T22:44:18.940Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2494 | 2024-12-03T22:44:19.570Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2495 | 2024-12-03T22:44:19.872Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2496 | 2024-12-03T22:44:26.663Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2497 | 2024-12-03T22:44:29.405Z | Compiling fatfs v0.3.6 |
2498 | 2024-12-03T22:44:32.341Z | Compiling rtoolbox v0.0.2 |
2499 | 2024-12-03T22:44:32.799Z | Compiling assert_matches v1.5.0 |
2500 | 2024-12-03T22:44:35.671Z | Compiling rpassword v7.3.1 |
2501 | 2024-12-03T22:44:36.138Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2502 | 2024-12-03T22:44:36.188Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2503 | 2024-12-03T22:44:43.456Z | Compiling tui-tree-widget v0.22.0 |
2504 | 2024-12-03T22:44:43.925Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2505 | 2024-12-03T22:44:44.195Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2506 | 2024-12-03T22:44:53.276Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2507 | 2024-12-03T22:44:53.597Z | Compiling uzers v0.12.1 |
2508 | 2024-12-03T22:44:56.782Z | Compiling shell-words v1.1.0 |
2509 | 2024-12-03T22:44:57.222Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2510 | 2024-12-03T22:44:57.972Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2511 | 2024-12-03T22:45:00.106Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2512 | 2024-12-03T22:45:32.699Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2513 | 2024-12-03T22:45:33.997Z | Compiling multimap v0.10.0 |
2514 | 2024-12-03T22:47:57.984Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2515 | 2024-12-03T22:47:59.635Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2516 | 2024-12-03T22:54:33.349Z | Finished `release` profile [optimized] target(s) in 16m 12s |
2517 | 2024-12-03T22:55:37.266Z | |
2518 | 2024-12-03T22:55:37.266Z | real 17:17.793592324 |
2519 | 2024-12-03T22:55:37.266Z | user 1:56:58.053263674 |
2520 | 2024-12-03T22:55:37.266Z | sys 5:52.641131680 |
2521 | 2024-12-03T22:55:37.269Z | trap 2.795489554 |
2522 | 2024-12-03T22:55:37.269Z | tflt 3.177749902 |
2523 | 2024-12-03T22:55:37.269Z | dflt 4.508526092 |
2524 | 2024-12-03T22:55:37.269Z | kflt 0.120744856 |
2525 | 2024-12-03T22:55:37.269Z | lock 7:20:15.721451102 |
2526 | 2024-12-03T22:55:37.269Z | slp 6:14:23.339518033 |
2527 | 2024-12-03T22:55:37.269Z | lat 2:41.983601243 |
2528 | 2024-12-03T22:55:37.269Z | stop 2:29.575725392 |
2529 | 2024-12-03T22:55:37.269Z | + mapfile -t packages |
2530 | 2024-12-03T22:55:37.269Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2531 | 2024-12-03T22:55:38.281Z | Finished `release` profile [optimized] target(s) in 0.96s |
2532 | 2024-12-03T22:55:38.337Z | Running `target/release/omicron-package -t test list-outputs` |
2533 | 2024-12-03T22:55:38.382Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2534 | 2024-12-03T22:55:38.384Z | + ptime -m cargo build --locked --release -p xtask |
2535 | 2024-12-03T22:55:38.929Z | Compiling serde v1.0.215 |
2536 | 2024-12-03T22:55:38.931Z | Compiling rustix v0.38.37 |
2537 | 2024-12-03T22:55:38.931Z | Compiling libc v0.2.162 |
2538 | 2024-12-03T22:55:38.931Z | Compiling serde_json v1.0.132 |
2539 | 2024-12-03T22:55:39.020Z | Compiling syn v2.0.87 |
2540 | 2024-12-03T22:55:39.035Z | Compiling bitflags v2.6.0 |
2541 | 2024-12-03T22:55:39.400Z | Compiling usdt-impl v0.5.0 |
2542 | 2024-12-03T22:55:39.431Z | Compiling syn v1.0.109 |
2543 | 2024-12-03T22:55:39.531Z | Compiling hashbrown v0.15.0 |
2544 | 2024-12-03T22:55:39.560Z | Compiling log v0.4.22 |
2545 | 2024-12-03T22:55:39.584Z | Compiling fs-err v2.11.0 |
2546 | 2024-12-03T22:55:39.884Z | Compiling anyhow v1.0.93 |
2547 | 2024-12-03T22:55:40.030Z | Compiling once_cell v1.20.2 |
2548 | 2024-12-03T22:55:40.439Z | Compiling thread-id v4.2.2 |
2549 | 2024-12-03T22:55:40.867Z | Compiling indexmap v2.6.0 |
2550 | 2024-12-03T22:55:42.064Z | Compiling terminal_size v0.4.0 |
2551 | 2024-12-03T22:55:42.064Z | Compiling tempfile v3.13.0 |
2552 | 2024-12-03T22:55:42.325Z | Compiling clap_builder v4.5.21 |
2553 | 2024-12-03T22:55:42.871Z | Compiling proc-macro-error v1.0.4 |
2554 | 2024-12-03T22:55:44.320Z | Compiling tabled_derive v0.7.0 |
2555 | 2024-12-03T22:55:45.635Z | Compiling tabled v0.15.0 |
2556 | 2024-12-03T22:55:47.092Z | Compiling serde_derive v1.0.215 |
2557 | 2024-12-03T22:55:47.808Z | Compiling thiserror-impl v1.0.69 |
2558 | 2024-12-03T22:55:48.725Z | Compiling zerocopy-derive v0.7.35 |
2559 | 2024-12-03T22:55:50.779Z | Compiling thiserror v1.0.69 |
2560 | 2024-12-03T22:55:50.970Z | Compiling pest v2.7.14 |
2561 | 2024-12-03T22:55:50.970Z | Compiling zerocopy v0.7.35 |
2562 | 2024-12-03T22:55:52.636Z | Compiling scroll_derive v0.12.0 |
2563 | 2024-12-03T22:55:54.041Z | Compiling pest_meta v2.7.14 |
2564 | 2024-12-03T22:55:54.086Z | Compiling scroll v0.12.0 |
2565 | 2024-12-03T22:55:54.827Z | Compiling goblin v0.8.2 |
2566 | 2024-12-03T22:55:58.264Z | Compiling pest_generator v2.7.14 |
2567 | 2024-12-03T22:56:00.060Z | Compiling pest_derive v2.7.14 |
2568 | 2024-12-03T22:56:01.505Z | Compiling dtrace-parser v0.2.0 |
2569 | 2024-12-03T22:56:03.318Z | Compiling dof v0.3.0 |
2570 | 2024-12-03T22:56:03.495Z | Compiling toml_datetime v0.6.8 |
2571 | 2024-12-03T22:56:04.246Z | Compiling serde_spanned v0.6.8 |
2572 | 2024-12-03T22:56:04.523Z | Compiling serde_tokenstream v0.2.2 |
2573 | 2024-12-03T22:56:05.168Z | Compiling toml_edit v0.22.22 |
2574 | 2024-12-03T22:56:05.320Z | Compiling camino v1.1.9 |
2575 | 2024-12-03T22:56:05.632Z | Compiling usdt-macro v0.5.0 |
2576 | 2024-12-03T22:56:06.342Z | Compiling usdt-attr-macro v0.5.0 |
2577 | 2024-12-03T22:56:06.716Z | Compiling cargo-platform v0.1.8 |
2578 | 2024-12-03T22:56:06.909Z | Compiling semver v1.0.23 |
2579 | 2024-12-03T22:56:07.322Z | Compiling clap_derive v4.5.18 |
2580 | 2024-12-03T22:56:07.851Z | Compiling cargo_metadata v0.18.1 |
2581 | 2024-12-03T22:56:08.684Z | Compiling toml v0.8.19 |
2582 | 2024-12-03T22:56:11.975Z | Compiling clap v4.5.21 |
2583 | 2024-12-03T22:56:12.119Z | Compiling cargo_toml v0.20.5 |
2584 | 2024-12-03T22:56:12.889Z | Compiling usdt v0.5.0 |
2585 | 2024-12-03T22:56:13.755Z | Compiling camino-tempfile v1.1.1 |
2586 | 2024-12-03T22:56:14.417Z | Compiling macaddr v1.0.1 |
2587 | 2024-12-03T22:56:23.818Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2588 | 2024-12-03T22:56:35.007Z | Finished `release` profile [optimized] target(s) in 56.57s |
2589 | 2024-12-03T22:56:35.135Z | |
2590 | 2024-12-03T22:56:35.138Z | real 56.720204366 |
2591 | 2024-12-03T22:56:35.138Z | user 5:44.015726468 |
2592 | 2024-12-03T22:56:35.138Z | sys 31.742483966 |
2593 | 2024-12-03T22:56:35.138Z | trap 0.149659642 |
2594 | 2024-12-03T22:56:35.138Z | tflt 0.298163533 |
2595 | 2024-12-03T22:56:35.138Z | dflt 0.431172686 |
2596 | 2024-12-03T22:56:35.138Z | kflt 0.000000000 |
2597 | 2024-12-03T22:56:35.138Z | lock 9:54.888717726 |
2598 | 2024-12-03T22:56:35.138Z | slp 15:15.951399876 |
2599 | 2024-12-03T22:56:35.138Z | lat 13.520763709 |
2600 | 2024-12-03T22:56:35.138Z | stop 16.098562613 |
2601 | 2024-12-03T22:56:35.138Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2602 | 2024-12-03T22:56:35.138Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2603 | 2024-12-03T22:56:35.138Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2604 | 2024-12-03T22:56:35.138Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2605 | 2024-12-03T22:56:35.138Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2606 | 2024-12-03T22:56:36.018Z | Compiling hashbrown v0.14.5 |
2607 | 2024-12-03T22:56:36.147Z | Compiling ident_case v1.0.1 |
2608 | 2024-12-03T22:56:36.160Z | Compiling unsafe-libyaml v0.2.11 |
2609 | 2024-12-03T22:56:36.163Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2610 | 2024-12-03T22:56:36.163Z | Compiling progenitor-client v0.8.0 |
2611 | 2024-12-03T22:56:36.163Z | Compiling ipnetwork v0.20.0 |
2612 | 2024-12-03T22:56:36.163Z | Compiling macaddr v1.0.1 |
2613 | 2024-12-03T22:56:36.163Z | Compiling instant v0.1.13 |
2614 | 2024-12-03T22:56:36.301Z | Compiling darling_core v0.20.10 |
2615 | 2024-12-03T22:56:36.557Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2616 | 2024-12-03T22:56:36.576Z | Compiling structmeta-derive v0.3.0 |
2617 | 2024-12-03T22:56:36.664Z | Compiling dropshot v0.13.0 |
2618 | 2024-12-03T22:56:36.688Z | Compiling newtype-uuid v1.1.3 |
2619 | 2024-12-03T22:56:37.021Z | Compiling dropshot_endpoint v0.13.0 |
2620 | 2024-12-03T22:56:37.128Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2621 | 2024-12-03T22:56:37.353Z | Compiling regress v0.10.1 |
2622 | 2024-12-03T22:56:37.375Z | Compiling regress v0.9.1 |
2623 | 2024-12-03T22:56:37.445Z | Compiling serde_yaml v0.9.34+deprecated |
2624 | 2024-12-03T22:56:37.908Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2625 | 2024-12-03T22:56:38.106Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2626 | 2024-12-03T22:56:38.127Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2627 | 2024-12-03T22:56:38.487Z | Compiling backoff v0.4.0 |
2628 | 2024-12-03T22:56:38.857Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2629 | 2024-12-03T22:56:38.907Z | Compiling tempfile v3.13.0 |
2630 | 2024-12-03T22:56:39.038Z | Compiling proc-macro-crate v1.3.1 |
2631 | 2024-12-03T22:56:39.638Z | Compiling structmeta v0.3.0 |
2632 | 2024-12-03T22:56:39.818Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2633 | 2024-12-03T22:56:40.116Z | Compiling parse-display-derive v0.10.0 |
2634 | 2024-12-03T22:56:40.163Z | Compiling num_enum_derive v0.5.11 |
2635 | 2024-12-03T22:56:40.212Z | Compiling itertools v0.13.0 |
2636 | 2024-12-03T22:56:41.732Z | Compiling typify-impl v0.2.0 |
2637 | 2024-12-03T22:56:42.516Z | Compiling zerocopy v0.8.10 |
2638 | 2024-12-03T22:56:42.607Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2639 | 2024-12-03T22:56:42.850Z | Compiling num_enum v0.5.11 |
2640 | 2024-12-03T22:56:42.938Z | Compiling foreign-types-macros v0.2.3 |
2641 | 2024-12-03T22:56:43.030Z | Compiling zerocopy-derive v0.8.10 |
2642 | 2024-12-03T22:56:43.510Z | Compiling darling_macro v0.20.10 |
2643 | 2024-12-03T22:56:43.531Z | Compiling foreign-types-shared v0.3.1 |
2644 | 2024-12-03T22:56:43.611Z | Compiling heapless v0.8.0 |
2645 | 2024-12-03T22:56:43.671Z | Compiling proc-macro-error v1.0.4 |
2646 | 2024-12-03T22:56:44.285Z | Compiling foreign-types v0.5.0 |
2647 | 2024-12-03T22:56:44.475Z | Compiling darling v0.20.10 |
2648 | 2024-12-03T22:56:44.496Z | Compiling camino-tempfile v1.1.1 |
2649 | 2024-12-03T22:56:44.577Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2650 | 2024-12-03T22:56:44.608Z | Compiling serde_with_macros v3.11.0 |
2651 | 2024-12-03T22:56:44.629Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2652 | 2024-12-03T22:56:44.786Z | Compiling parse-display v0.10.0 |
2653 | 2024-12-03T22:56:44.998Z | Compiling hash32 v0.3.1 |
2654 | 2024-12-03T22:56:45.270Z | Compiling cstr-argument v0.1.2 |
2655 | 2024-12-03T22:56:45.445Z | Compiling crucible-workspace-hack v0.1.0 |
2656 | 2024-12-03T22:56:45.524Z | Compiling pretty-hex v0.2.1 |
2657 | 2024-12-03T22:56:45.549Z | Compiling smoltcp v0.11.0 |
2658 | 2024-12-03T22:56:45.759Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2659 | 2024-12-03T22:56:45.827Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2660 | 2024-12-03T22:56:46.166Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2661 | 2024-12-03T22:56:46.390Z | Compiling tabwriter v1.4.0 |
2662 | 2024-12-03T22:56:46.453Z | Compiling colored v2.1.0 |
2663 | 2024-12-03T22:56:46.934Z | Compiling cobs v0.2.3 |
2664 | 2024-12-03T22:56:47.259Z | Compiling postcard v1.0.10 |
2665 | 2024-12-03T22:56:47.471Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2666 | 2024-12-03T22:56:47.579Z | Compiling serde_with v3.11.0 |
2667 | 2024-12-03T22:56:47.763Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2668 | 2024-12-03T22:56:47.973Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2669 | 2024-12-03T22:56:47.994Z | Compiling thiserror v2.0.3 |
2670 | 2024-12-03T22:56:48.655Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2671 | 2024-12-03T22:56:48.986Z | Compiling smf v0.2.3 |
2672 | 2024-12-03T22:56:49.251Z | Compiling thiserror-impl v2.0.3 |
2673 | 2024-12-03T22:56:49.766Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2674 | 2024-12-03T22:56:50.483Z | Compiling zone_cfg_derive v0.3.0 |
2675 | 2024-12-03T22:56:51.597Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2676 | 2024-12-03T22:56:51.793Z | Compiling num-derive v0.4.2 |
2677 | 2024-12-03T22:56:52.068Z | Compiling sigpipe v0.1.3 |
2678 | 2024-12-03T22:56:52.130Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2679 | 2024-12-03T22:56:52.189Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2680 | 2024-12-03T22:56:52.248Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2681 | 2024-12-03T22:56:52.438Z | Compiling zone v0.3.0 |
2682 | 2024-12-03T22:56:52.572Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2683 | 2024-12-03T22:56:52.988Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2684 | 2024-12-03T22:56:53.018Z | Compiling universal-hash v0.5.1 |
2685 | 2024-12-03T22:56:53.223Z | Compiling opaque-debug v0.3.1 |
2686 | 2024-12-03T22:56:53.239Z | Compiling num-rational v0.4.2 |
2687 | 2024-12-03T22:56:53.327Z | Compiling password-hash v0.5.0 |
2688 | 2024-12-03T22:56:53.348Z | Compiling num-complex v0.4.6 |
2689 | 2024-12-03T22:56:54.084Z | Compiling blake2 v0.10.6 |
2690 | 2024-12-03T22:56:54.151Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2691 | 2024-12-03T22:56:54.396Z | Compiling aead v0.5.2 |
2692 | 2024-12-03T22:56:54.474Z | Compiling convert_case v0.4.0 |
2693 | 2024-12-03T22:56:54.482Z | Compiling keccak v0.1.5 |
2694 | 2024-12-03T22:56:54.807Z | Compiling sha3 v0.10.8 |
2695 | 2024-12-03T22:56:55.011Z | Compiling argon2 v0.5.3 |
2696 | 2024-12-03T22:56:55.216Z | Compiling num v0.4.3 |
2697 | 2024-12-03T22:56:55.319Z | Compiling poly1305 v0.8.0 |
2698 | 2024-12-03T22:56:55.473Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2699 | 2024-12-03T22:56:55.500Z | Compiling derive_more v0.99.18 |
2700 | 2024-12-03T22:56:55.524Z | Compiling tungstenite v0.21.0 |
2701 | 2024-12-03T22:56:55.979Z | Compiling chacha20 v0.9.1 |
2702 | 2024-12-03T22:56:56.277Z | Compiling base64 v0.21.7 |
2703 | 2024-12-03T22:56:56.526Z | Compiling float-ord v0.3.2 |
2704 | 2024-12-03T22:56:56.637Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2705 | 2024-12-03T22:56:56.831Z | Compiling tokio-tungstenite v0.21.0 |
2706 | 2024-12-03T22:56:57.094Z | Compiling same-file v1.0.6 |
2707 | 2024-12-03T22:56:57.297Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2708 | 2024-12-03T22:56:57.384Z | Compiling semver v0.1.20 |
2709 | 2024-12-03T22:56:57.422Z | Compiling walkdir v2.5.0 |
2710 | 2024-12-03T22:56:57.595Z | Compiling newline-converter v0.3.0 |
2711 | 2024-12-03T22:56:57.746Z | Compiling rustc_version v0.1.7 |
2712 | 2024-12-03T22:56:57.766Z | Compiling primeorder v0.13.6 |
2713 | 2024-12-03T22:56:57.920Z | Compiling secrecy v0.8.0 |
2714 | 2024-12-03T22:56:58.099Z | Compiling cancel-safe-futures v0.1.5 |
2715 | 2024-12-03T22:56:58.222Z | Compiling owo-colors v4.1.0 |
2716 | 2024-12-03T22:56:58.232Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2717 | 2024-12-03T22:56:58.296Z | Compiling newtype_derive v0.1.6 |
2718 | 2024-12-03T22:56:58.317Z | Compiling expectorate v1.1.0 |
2719 | 2024-12-03T22:56:58.500Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2720 | 2024-12-03T22:56:58.521Z | Compiling thiserror-impl-no-std v2.0.2 |
2721 | 2024-12-03T22:56:58.569Z | Compiling blake3 v1.5.4 |
2722 | 2024-12-03T22:56:58.600Z | Compiling ring v0.16.20 |
2723 | 2024-12-03T22:56:58.858Z | Compiling unicase v2.7.0 |
2724 | 2024-12-03T22:56:59.109Z | Compiling half v2.4.1 |
2725 | 2024-12-03T22:56:59.168Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2726 | 2024-12-03T22:56:59.260Z | Compiling ciborium-io v0.2.2 |
2727 | 2024-12-03T22:56:59.418Z | Compiling arc-swap v1.7.1 |
2728 | 2024-12-03T22:56:59.719Z | Compiling ciborium-ll v0.2.2 |
2729 | 2024-12-03T22:57:00.068Z | Compiling slog-scope v4.4.0 |
2730 | 2024-12-03T22:57:00.122Z | Compiling typify-macro v0.2.0 |
2731 | 2024-12-03T22:57:00.175Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2732 | 2024-12-03T22:57:00.595Z | Compiling polyval v0.6.2 |
2733 | 2024-12-03T22:57:00.631Z | Compiling atomicwrites v0.4.4 |
2734 | 2024-12-03T22:57:01.017Z | Compiling libsw v3.3.1 |
2735 | 2024-12-03T22:57:01.093Z | Compiling memmap2 v0.9.5 |
2736 | 2024-12-03T22:57:01.254Z | Compiling salty v0.3.0 |
2737 | 2024-12-03T22:57:01.363Z | Compiling parking_lot_core v0.8.6 |
2738 | 2024-12-03T22:57:01.606Z | Compiling indent_write v2.2.0 |
2739 | 2024-12-03T22:57:01.727Z | Compiling arrayvec v0.7.6 |
2740 | 2024-12-03T22:57:01.808Z | Compiling thiserror-no-std v2.0.2 |
2741 | 2024-12-03T22:57:01.826Z | Compiling libefi-sys v0.1.0 |
2742 | 2024-12-03T22:57:01.842Z | Compiling constant_time_eq v0.3.1 |
2743 | 2024-12-03T22:57:01.919Z | Compiling arrayref v0.3.9 |
2744 | 2024-12-03T22:57:02.036Z | Compiling linear-map v1.2.0 |
2745 | 2024-12-03T22:57:02.059Z | Compiling spin v0.5.2 |
2746 | 2024-12-03T22:57:02.148Z | Compiling vsss-rs v3.3.4 |
2747 | 2024-12-03T22:57:02.355Z | Compiling ghash v0.5.1 |
2748 | 2024-12-03T22:57:02.423Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2749 | 2024-12-03T22:57:02.723Z | Compiling slog-stdlog v4.1.1 |
2750 | 2024-12-03T22:57:03.149Z | Compiling ciborium v0.2.2 |
2751 | 2024-12-03T22:57:03.333Z | Compiling p384 v0.13.0 |
2752 | 2024-12-03T22:57:03.411Z | Compiling toolchain_find v0.4.0 |
2753 | 2024-12-03T22:57:03.467Z | Compiling chacha20poly1305 v0.10.1 |
2754 | 2024-12-03T22:57:03.707Z | Compiling ctr v0.9.2 |
2755 | 2024-12-03T22:57:04.101Z | Compiling lzma-sys v0.1.20 |
2756 | 2024-12-03T22:57:04.142Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2757 | 2024-12-03T22:57:04.560Z | Compiling bitfield-struct v0.6.2 |
2758 | 2024-12-03T22:57:04.596Z | Compiling typify v0.2.0 |
2759 | 2024-12-03T22:57:04.697Z | Compiling slog-dtrace v0.3.0 |
2760 | 2024-12-03T22:57:04.720Z | Compiling progenitor-impl v0.8.0 |
2761 | 2024-12-03T22:57:04.755Z | Compiling highway v1.2.0 |
2762 | 2024-12-03T22:57:04.911Z | Compiling topological-sort v0.2.2 |
2763 | 2024-12-03T22:57:05.144Z | Compiling omicron-zone-package v0.11.1 |
2764 | 2024-12-03T22:57:05.284Z | Compiling aes-gcm v0.10.3 |
2765 | 2024-12-03T22:57:05.566Z | Compiling rustfmt-wrapper v0.2.1 |
2766 | 2024-12-03T22:57:05.649Z | Compiling mime_guess v2.0.5 |
2767 | 2024-12-03T22:57:06.067Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2768 | 2024-12-03T22:57:06.090Z | Compiling slog-envlogger v2.2.0 |
2769 | 2024-12-03T22:57:06.192Z | Compiling steno v0.4.1 |
2770 | 2024-12-03T22:57:06.945Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2771 | 2024-12-03T22:57:07.040Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2772 | 2024-12-03T22:57:07.267Z | Compiling heck v0.3.3 |
2773 | 2024-12-03T22:57:07.509Z | Compiling ssh-encoding v0.2.0 |
2774 | 2024-12-03T22:57:07.514Z | Compiling blowfish v0.9.1 |
2775 | 2024-12-03T22:57:07.655Z | Compiling nibble_vec v0.1.0 |
2776 | 2024-12-03T22:57:07.719Z | Compiling env_filter v0.1.2 |
2777 | 2024-12-03T22:57:07.878Z | Compiling humantime v2.1.0 |
2778 | 2024-12-03T22:57:07.949Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2779 | 2024-12-03T22:57:07.975Z | Compiling endian-type v0.1.2 |
2780 | 2024-12-03T22:57:08.220Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2781 | 2024-12-03T22:57:08.241Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2782 | 2024-12-03T22:57:08.294Z | Compiling radix_trie v0.2.1 |
2783 | 2024-12-03T22:57:08.382Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2784 | 2024-12-03T22:57:08.412Z | Compiling env_logger v0.11.5 |
2785 | 2024-12-03T22:57:08.434Z | Compiling ssh-cipher v0.2.0 |
2786 | 2024-12-03T22:57:08.559Z | Compiling zone_cfg_derive v0.1.2 |
2787 | 2024-12-03T22:57:09.014Z | Compiling bcrypt-pbkdf v0.10.0 |
2788 | 2024-12-03T22:57:09.394Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2789 | 2024-12-03T22:57:09.644Z | Compiling parking_lot v0.11.2 |
2790 | 2024-12-03T22:57:09.763Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2791 | 2024-12-03T22:57:10.099Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2792 | 2024-12-03T22:57:10.180Z | Compiling password-hash v0.4.2 |
2793 | 2024-12-03T22:57:10.539Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2794 | 2024-12-03T22:57:10.612Z | Compiling gethostname v0.5.0 |
2795 | 2024-12-03T22:57:10.677Z | Compiling fxhash v0.2.1 |
2796 | 2024-12-03T22:57:10.804Z | Compiling lockfree-object-pool v0.1.6 |
2797 | 2024-12-03T22:57:10.866Z | Compiling base64 v0.13.1 |
2798 | 2024-12-03T22:57:10.899Z | Compiling simd-adler32 v0.3.7 |
2799 | 2024-12-03T22:57:11.100Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2800 | 2024-12-03T22:57:11.184Z | Compiling bumpalo v3.16.0 |
2801 | 2024-12-03T22:57:11.220Z | Compiling zip v2.1.3 |
2802 | 2024-12-03T22:57:11.407Z | Compiling matches v0.1.10 |
2803 | 2024-12-03T22:57:11.490Z | Compiling http-range v0.1.5 |
2804 | 2024-12-03T22:57:11.513Z | Compiling idna v0.2.3 |
2805 | 2024-12-03T22:57:11.517Z | Compiling ron v0.7.1 |
2806 | 2024-12-03T22:57:11.600Z | Compiling zopfli v0.8.1 |
2807 | 2024-12-03T22:57:11.621Z | Compiling sled v0.34.7 |
2808 | 2024-12-03T22:57:11.686Z | Compiling pbkdf2 v0.11.0 |
2809 | 2024-12-03T22:57:11.842Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2810 | 2024-12-03T22:57:12.062Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2811 | 2024-12-03T22:57:12.817Z | Compiling zone v0.1.8 |
2812 | 2024-12-03T22:57:13.040Z | Compiling progenitor-macro v0.8.0 |
2813 | 2024-12-03T22:57:13.058Z | Compiling xz2 v0.1.7 |
2814 | 2024-12-03T22:57:13.476Z | Compiling ssh-key v0.6.6 |
2815 | 2024-12-03T22:57:13.583Z | Compiling hickory-client v0.24.1 |
2816 | 2024-12-03T22:57:14.225Z | Compiling p521 v0.13.3 |
2817 | 2024-12-03T22:57:14.493Z | Compiling p256 v0.13.2 |
2818 | 2024-12-03T22:57:14.520Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2819 | 2024-12-03T22:57:15.102Z | Compiling hickory-server v0.24.1 |
2820 | 2024-12-03T22:57:15.393Z | Compiling enum-as-inner v0.5.1 |
2821 | 2024-12-03T22:57:15.758Z | Compiling pem v3.0.4 |
2822 | 2024-12-03T22:57:16.529Z | Compiling yasna v0.5.2 |
2823 | 2024-12-03T22:57:16.581Z | Compiling headers-core v0.3.0 |
2824 | 2024-12-03T22:57:16.679Z | Compiling kstat-rs v0.2.4 |
2825 | 2024-12-03T22:57:16.768Z | Compiling nanorand v0.7.0 |
2826 | 2024-12-03T22:57:17.353Z | Compiling atty v0.2.14 |
2827 | 2024-12-03T22:57:17.380Z | Compiling russh-cryptovec v0.7.3 |
2828 | 2024-12-03T22:57:17.520Z | Compiling md5 v0.7.0 |
2829 | 2024-12-03T22:57:17.718Z | Compiling rcgen v0.12.1 |
2830 | 2024-12-03T22:57:18.057Z | Compiling russh-keys v0.45.0 |
2831 | 2024-12-03T22:57:18.271Z | Compiling flume v0.11.1 |
2832 | 2024-12-03T22:57:18.319Z | Compiling headers v0.4.0 |
2833 | 2024-12-03T22:57:18.352Z | Compiling trust-dns-proto v0.22.0 |
2834 | 2024-12-03T22:57:19.038Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2835 | 2024-12-03T22:57:20.279Z | Compiling hyper-staticfile v0.10.1 |
2836 | 2024-12-03T22:57:21.551Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2837 | 2024-12-03T22:57:22.189Z | Compiling num-bigint v0.4.6 |
2838 | 2024-12-03T22:57:22.400Z | Compiling des v0.8.1 |
2839 | 2024-12-03T22:57:22.420Z | Compiling subprocess v0.2.9 |
2840 | 2024-12-03T22:57:22.464Z | Compiling dhcproto-macros v0.1.0 |
2841 | 2024-12-03T22:57:22.761Z | Compiling hex-literal v0.4.1 |
2842 | 2024-12-03T22:57:22.944Z | Compiling display-error-chain v0.2.2 |
2843 | 2024-12-03T22:57:23.184Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2844 | 2024-12-03T22:57:23.187Z | Compiling internet-checksum v0.2.1 |
2845 | 2024-12-03T22:57:23.431Z | Compiling dhcproto v0.12.0 |
2846 | 2024-12-03T22:57:25.228Z | Compiling russh v0.45.0 |
2847 | 2024-12-03T22:57:26.777Z | Compiling progenitor v0.8.0 |
2848 | 2024-12-03T22:57:26.931Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2849 | 2024-12-03T22:57:26.934Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2850 | 2024-12-03T22:57:26.934Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2851 | 2024-12-03T22:57:26.934Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2852 | 2024-12-03T22:57:26.934Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2853 | 2024-12-03T22:57:27.019Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2854 | 2024-12-03T22:57:27.118Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2855 | 2024-12-03T22:57:28.405Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2856 | 2024-12-03T22:57:30.248Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2857 | 2024-12-03T22:57:31.146Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2858 | 2024-12-03T22:57:33.348Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2859 | 2024-12-03T22:57:33.707Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2860 | 2024-12-03T22:57:43.072Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2861 | 2024-12-03T22:57:43.072Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2862 | 2024-12-03T22:57:43.075Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2863 | 2024-12-03T22:57:43.075Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2864 | 2024-12-03T22:57:43.997Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2865 | 2024-12-03T22:57:46.336Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2866 | 2024-12-03T22:57:47.458Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2867 | 2024-12-03T22:57:48.092Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2868 | 2024-12-03T22:57:48.576Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2869 | 2024-12-03T22:57:51.192Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2870 | 2024-12-03T22:57:51.218Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2871 | 2024-12-03T22:57:52.109Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2872 | 2024-12-03T22:57:52.461Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2873 | 2024-12-03T22:57:53.807Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2874 | 2024-12-03T22:57:54.141Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2875 | 2024-12-03T22:57:55.296Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2876 | 2024-12-03T22:57:55.892Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2877 | 2024-12-03T22:57:56.421Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2878 | 2024-12-03T22:57:56.952Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2879 | 2024-12-03T22:57:58.960Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2880 | 2024-12-03T22:57:59.193Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2881 | 2024-12-03T22:57:59.473Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2882 | 2024-12-03T22:57:59.788Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2883 | 2024-12-03T22:58:02.290Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2884 | 2024-12-03T22:58:04.376Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2885 | 2024-12-03T22:58:05.245Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2886 | 2024-12-03T22:58:06.754Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2887 | 2024-12-03T22:58:07.338Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2888 | 2024-12-03T22:58:14.318Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2889 | 2024-12-03T22:58:22.320Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2890 | 2024-12-03T22:58:23.538Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2891 | 2024-12-03T22:58:42.958Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2892 | 2024-12-03T22:59:18.919Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 43s |
2893 | 2024-12-03T22:59:19.129Z | |
2894 | 2024-12-03T22:59:19.137Z | real 2:43.941194288 |
2895 | 2024-12-03T22:59:19.137Z | user 12:25.646365198 |
2896 | 2024-12-03T22:59:19.137Z | sys 2:47.692753772 |
2897 | 2024-12-03T22:59:19.138Z | trap 0.320713768 |
2898 | 2024-12-03T22:59:19.138Z | tflt 0.848491159 |
2899 | 2024-12-03T22:59:19.138Z | dflt 2.133416795 |
2900 | 2024-12-03T22:59:19.138Z | kflt 0.000030796 |
2901 | 2024-12-03T22:59:19.138Z | lock 26:03.605001874 |
2902 | 2024-12-03T22:59:19.138Z | slp 44:55.691638778 |
2903 | 2024-12-03T22:59:19.138Z | lat 37.166480262 |
2904 | 2024-12-03T22:59:19.138Z | stop 1:34.216683979 |
2905 | 2024-12-03T22:59:19.138Z | + mkdir tests |
2906 | 2024-12-03T22:59:19.138Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2907 | 2024-12-03T22:59:19.141Z | + xargs -I '{}' -t cp '{}' tests/ |
2908 | 2024-12-03T22:59:19.173Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-9bfe63e9943ea901 tests/ |
2909 | 2024-12-03T22:59:19.200Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-c491914b53d65423 tests/ |
2910 | 2024-12-03T22:59:19.227Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-10a26e62721a6aad tests/ |
2911 | 2024-12-03T22:59:19.253Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-1979aa807d4bc6ee tests/ |
2912 | 2024-12-03T22:59:19.487Z | + 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/*) |
2913 | 2024-12-03T22:59:19.490Z | + 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-c491914b53d65423 tests/commtest-10a26e62721a6aad tests/dhcp_server-9bfe63e9943ea901 tests/end_to_end_tests-1979aa807d4bc6ee 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 |
2914 | 2024-12-03T23:00:30.592Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2915 | 2024-12-03T23:00:30.592Z | a .github/buildomat/ci-env.sh 1K |
2916 | 2024-12-03T23:00:30.592Z | a out/target/test 1K |
2917 | 2024-12-03T23:00:30.592Z | a out/npuzone/npuzone 23144K |
2918 | 2024-12-03T23:00:30.592Z | a package-manifest.toml 32K |
2919 | 2024-12-03T23:00:30.592Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2920 | 2024-12-03T23:00:30.592Z | a target/release/omicron-package 36349K |
2921 | 2024-12-03T23:00:30.592Z | a target/release/xtask 11750K |
2922 | 2024-12-03T23:00:30.592Z | a target/debug/bootstrap 210029K |
2923 | 2024-12-03T23:00:30.592Z | a tests/bootstrap-c491914b53d65423 24246K |
2924 | 2024-12-03T23:00:30.592Z | a tests/commtest-10a26e62721a6aad 25022K |
2925 | 2024-12-03T23:00:30.592Z | a tests/dhcp_server-9bfe63e9943ea901 24246K |
2926 | 2024-12-03T23:00:30.592Z | a tests/end_to_end_tests-1979aa807d4bc6ee 228129K |
2927 | 2024-12-03T23:00:30.593Z | a out/clickhouse.tar.gz 285856K |
2928 | 2024-12-03T23:00:30.593Z | a out/clickhouse_keeper.tar.gz 285846K |
2929 | 2024-12-03T23:00:30.593Z | a out/clickhouse_server.tar.gz 285845K |
2930 | 2024-12-03T23:00:30.593Z | a out/cockroachdb.tar.gz 134564K |
2931 | 2024-12-03T23:00:30.593Z | a out/crucible-dtrace.tar 85K |
2932 | 2024-12-03T23:00:30.593Z | a out/crucible-pantry-zone.tar.gz 28179K |
2933 | 2024-12-03T23:00:30.593Z | a out/crucible-zone.tar.gz 36396K |
2934 | 2024-12-03T23:00:30.593Z | a out/external-dns.tar.gz 35281K |
2935 | 2024-12-03T23:00:30.593Z | a out/internal-dns.tar.gz 35280K |
2936 | 2024-12-03T23:00:30.593Z | a out/mg-ddm-gz.tar 63075K |
2937 | 2024-12-03T23:00:30.593Z | a out/nexus.tar.gz 100397K |
2938 | 2024-12-03T23:00:30.593Z | a out/ntp.tar.gz 10355K |
2939 | 2024-12-03T23:00:30.593Z | a out/omicron-gateway-softnpu.tar.gz 23934K |
2940 | 2024-12-03T23:00:30.593Z | a out/omicron-sled-agent.tar 113487K |
2941 | 2024-12-03T23:00:30.593Z | a out/overlay.tar.gz 3K |
2942 | 2024-12-03T23:00:30.593Z | a out/oximeter.tar.gz 51249K |
2943 | 2024-12-03T23:00:30.593Z | a out/oxlog.tar 3088K |
2944 | 2024-12-03T23:00:30.593Z | a out/probe.tar.gz 2764K |
2945 | 2024-12-03T23:00:30.593Z | a out/propolis-server.tar.gz 66600K |
2946 | 2024-12-03T23:00:30.593Z | a out/pumpkind-gz.tar 26665K |
2947 | 2024-12-03T23:00:30.593Z | a out/switch-softnpu.tar.gz 237362K |
2948 | 2024-12-03T23:00:30.597Z | |
2949 | 2024-12-03T23:00:30.597Z | real 1:11.097190573 |
2950 | 2024-12-03T23:00:30.597Z | user 1:08.116315934 |
2951 | 2024-12-03T23:00:30.597Z | sys 4.294170435 |
2952 | 2024-12-03T23:00:30.597Z | trap 0.020078849 |
2953 | 2024-12-03T23:00:30.597Z | tflt 0.000000000 |
2954 | 2024-12-03T23:00:30.597Z | dflt 0.000000000 |
2955 | 2024-12-03T23:00:30.597Z | kflt 0.000000000 |
2956 | 2024-12-03T23:00:30.597Z | lock 0.000000000 |
2957 | 2024-12-03T23:00:30.597Z | slp 1:07.948534341 |
2958 | 2024-12-03T23:00:30.597Z | lat 1.808790172 |
2959 | 2024-12-03T23:00:30.597Z | stop 0.000619819 |
2960 | 2024-12-03T23:00:30.597Z | process exited: duration 1945014 ms, exit code 0 |
|
2961 | 2024-12-03T23:00:30.613Z | found 1 output files |
2962 | 2024-12-03T23:00:30.613Z | uploading: /work/package.tar.gz (1878112326 bytes) |
2963 | 2024-12-03T23:01:02.111Z | uploaded: /work/package.tar.gz |