|
|
|
1 | 2024-12-19T21:36:26.993Z | job assigned to worker 01JFGDJ00600PV0WR1P846200Z [factory aws, i-085ae9ab8410d031c] (queued for 52 s) |
|
2 | 2024-12-19T21:36:35.388Z | starting task 0: "setup" |
3 | 2024-12-19T21:36:35.396Z | ++ uname -s |
4 | 2024-12-19T21:36:35.399Z | + kern=SunOS |
5 | 2024-12-19T21:36:35.399Z | + case "$kern" in |
6 | 2024-12-19T21:36:35.399Z | + groupadd -g 12345 build |
7 | 2024-12-19T21:36:35.401Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-19T21:36:37.407Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-19T21:36:37.498Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-19T21:36:37.501Z | + home_fs=zfs |
11 | 2024-12-19T21:36:37.501Z | + [[ zfs == autofs ]] |
12 | 2024-12-19T21:36:37.501Z | + mkdir -p /home/build |
13 | 2024-12-19T21:36:37.503Z | + chown build:build /home/build /work |
14 | 2024-12-19T21:36:39.505Z | + chmod 0700 /home/build /work |
15 | 2024-12-19T21:36:39.508Z | process exited: duration 4121 ms, exit code 0 |
|
16 | 2024-12-19T21:36:39.513Z | starting task 1: "rust-toolchain" |
17 | 2024-12-19T21:36:39.519Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-19T21:36:39.519Z | ' 1.81.0 |
19 | 2024-12-19T21:36:39.519Z | * toolchain channel = "1.81.0" |
20 | 2024-12-19T21:36:39.519Z | * toolchain profile = "default" |
21 | 2024-12-19T21:36:39.522Z | + printf ' * toolchain profile = "%s" |
22 | 2024-12-19T21:36:39.522Z | ' default |
23 | 2024-12-19T21:36:39.522Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-19T21:36:39.522Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-19T21:36:39.625Z | info: downloading installer |
26 | 2024-12-19T21:36:40.963Z | info: profile set to 'default' |
27 | 2024-12-19T21:36:40.966Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-19T21:36:40.966Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-19T21:36:41.114Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-19T21:36:41.114Z | info: downloading component 'cargo' |
31 | 2024-12-19T21:36:42.043Z | info: downloading component 'clippy' |
32 | 2024-12-19T21:36:42.358Z | info: downloading component 'rust-docs' |
33 | 2024-12-19T21:36:43.518Z | info: downloading component 'rust-std' |
34 | 2024-12-19T21:36:45.396Z | info: downloading component 'rustc' |
35 | 2024-12-19T21:36:52.070Z | info: downloading component 'rustfmt' |
36 | 2024-12-19T21:36:52.319Z | info: installing component 'cargo' |
37 | 2024-12-19T21:36:53.166Z | info: installing component 'clippy' |
38 | 2024-12-19T21:36:53.542Z | info: installing component 'rust-docs' |
39 | 2024-12-19T21:36:55.169Z | info: installing component 'rust-std' |
40 | 2024-12-19T21:36:56.925Z | info: installing component 'rustc' |
41 | 2024-12-19T21:37:02.772Z | info: installing component 'rustfmt' |
42 | 2024-12-19T21:37:03.091Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-19T21:37:03.091Z | |
44 | 2024-12-19T21:37:03.457Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-19T21:37:03.457Z | |
46 | 2024-12-19T21:37:03.460Z | |
47 | 2024-12-19T21:37:03.460Z | Rust is installed now. Great! |
48 | 2024-12-19T21:37:03.460Z | |
49 | 2024-12-19T21:37:03.460Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-19T21:37:03.460Z | environment variable. This has not been done automatically. |
51 | 2024-12-19T21:37:03.460Z | |
52 | 2024-12-19T21:37:03.460Z | To configure your current shell, you need to source |
53 | 2024-12-19T21:37:03.460Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-19T21:37:03.460Z | |
55 | 2024-12-19T21:37:03.460Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-19T21:37:03.460Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-19T21:37:03.460Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-19T21:37:03.536Z | + rustc --version |
59 | 2024-12-19T21:37:03.602Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-19T21:37:03.609Z | process exited: duration 24087 ms, exit code 0 |
|
61 | 2024-12-19T21:37:03.615Z | starting task 2: "authentication" |
62 | 2024-12-19T21:37:03.636Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-19T21:37:03.642Z | starting task 3: "clone repository" |
64 | 2024-12-19T21:37:03.647Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-19T21:37:03.649Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-19T21:37:03.931Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-19T21:37:10.268Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-19T21:37:10.268Z | + git fetch origin 6c76593747facb9105989da7bec1e2b292ad3748 |
69 | 2024-12-19T21:37:10.745Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-19T21:37:10.745Z | * branch 6c76593747facb9105989da7bec1e2b292ad3748 -> FETCH_HEAD |
71 | 2024-12-19T21:37:10.753Z | + [[ -n '' ]] |
72 | 2024-12-19T21:37:10.753Z | + git reset --hard 6c76593747facb9105989da7bec1e2b292ad3748 |
73 | 2024-12-19T21:37:10.843Z | HEAD is now at 6c7659374 Merge branch 'main' into pick_non_expunged_clone_source |
74 | 2024-12-19T21:37:10.845Z | process exited: duration 7201 ms, exit code 0 |
|
75 | 2024-12-19T21:37:10.851Z | starting task 4: "build" |
76 | 2024-12-19T21:37:10.856Z | + source .github/buildomat/ci-env.sh |
77 | 2024-12-19T21:37:10.856Z | ++ export CARGO_TERM_COLOR=always |
78 | 2024-12-19T21:37:10.856Z | ++ CARGO_TERM_COLOR=always |
79 | 2024-12-19T21:37:10.858Z | + cargo --version |
80 | 2024-12-19T21:37:10.915Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
81 | 2024-12-19T21:37:10.917Z | + rustc --version |
82 | 2024-12-19T21:37:10.976Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
83 | 2024-12-19T21:37:10.979Z | + WORK=/work |
84 | 2024-12-19T21:37:10.979Z | + pfexec mkdir -p /work |
85 | 2024-12-19T21:37:10.982Z | + pfexec chown build /work |
86 | 2024-12-19T21:37:10.985Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
87 | 2024-12-19T21:37:26.594Z | Startup: Refreshing catalog 'helios-dev' ... Done |
88 | 2024-12-19T21:37:30.622Z | Startup: Caching catalogs ... Done |
89 | 2024-12-19T21:37:41.662Z | Planning: Solver setup ... Done (10.156s) |
90 | 2024-12-19T21:37:41.795Z | Planning: Running solver ... Done (0.137s) |
91 | 2024-12-19T21:37:42.005Z | Planning: Finding local manifests ... Done (0.107s) |
92 | 2024-12-19T21:37:42.105Z | Planning: Fetching manifests: 0/5 0% complete |
93 | 2024-12-19T21:37:42.821Z | Planning: Fetching manifests: 5/5 100% complete |
94 | 2024-12-19T21:37:43.049Z | Planning: Package planning ... Done (0.228s) |
95 | 2024-12-19T21:37:43.106Z | Planning: Merging actions ... Done (0.057s) |
96 | 2024-12-19T21:37:43.785Z | Planning: Checking for conflicting actions ... Done (0.678s) |
97 | 2024-12-19T21:37:48.945Z | Planning: Consolidating action changes ... Done (5.159s) |
98 | 2024-12-19T21:37:49.337Z | Planning: Evaluating mediators ... Done (0.388s) |
99 | 2024-12-19T21:37:49.455Z | Planning: Planning completed in 18.74 seconds |
100 | 2024-12-19T21:37:50.487Z | Packages to install: 4 |
101 | 2024-12-19T21:37:50.487Z | Packages to update: 1 |
102 | 2024-12-19T21:37:50.490Z | Mediators to change: 2 |
103 | 2024-12-19T21:37:50.490Z | Services to change: 1 |
104 | 2024-12-19T21:37:50.490Z | Estimated space available: 155.63 GB |
105 | 2024-12-19T21:37:50.490Z | Estimated space to be consumed: 1.61 GB |
106 | 2024-12-19T21:37:50.490Z | Create boot environment: No |
107 | 2024-12-19T21:37:50.490Z | Create backup boot environment: Yes |
108 | 2024-12-19T21:37:50.490Z | Rebuild boot archive: No |
109 | 2024-12-19T21:37:50.490Z | |
110 | 2024-12-19T21:37:50.490Z | Changed mediators: |
111 | 2024-12-19T21:37:50.490Z | mediator clang: |
112 | 2024-12-19T21:37:50.490Z | version: None -> 15 (system default) |
113 | 2024-12-19T21:37:50.490Z | |
114 | 2024-12-19T21:37:50.490Z | mediator llvm: |
115 | 2024-12-19T21:37:50.490Z | version: 14 (system default) -> 15 (system default) |
116 | 2024-12-19T21:37:50.490Z | |
117 | 2024-12-19T21:37:50.490Z | Changed packages: |
118 | 2024-12-19T21:37:50.490Z | helios-dev |
119 | 2024-12-19T21:37:50.490Z | developer/build-essential |
120 | 2024-12-19T21:37:50.490Z | None -> 11-2.0 |
121 | 2024-12-19T21:37:50.490Z | library/libxmlsec1 |
122 | 2024-12-19T21:37:50.490Z | None -> 1.2.35-2.0 |
123 | 2024-12-19T21:37:50.490Z | ooce/developer/clang-15 |
124 | 2024-12-19T21:37:50.490Z | None -> 15.0.7-2.0 |
125 | 2024-12-19T21:37:50.490Z | ooce/developer/llvm-15 |
126 | 2024-12-19T21:37:50.490Z | None -> 15.0.7-2.0 |
127 | 2024-12-19T21:37:50.490Z | package/pkg |
128 | 2024-12-19T21:37:50.490Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
129 | 2024-12-19T21:37:50.490Z | |
130 | 2024-12-19T21:37:50.491Z | Services: |
131 | 2024-12-19T21:37:50.491Z | restart_fmri: |
132 | 2024-12-19T21:37:50.491Z | svc:/system/update-man-index:default |
133 | 2024-12-19T21:37:50.491Z | |
134 | 2024-12-19T21:37:50.491Z | Editable files to change: |
135 | 2024-12-19T21:37:50.491Z | Update: |
136 | 2024-12-19T21:37:50.491Z | usr/share/lib/pkg/web/config.shtml |
137 | 2024-12-19T21:37:50.711Z | |
138 | 2024-12-19T21:37:50.711Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
139 | 2024-12-19T21:37:56.895Z | Download: 213/4281 items 1.3/220.6MB 0% complete (495k/s) |
140 | 2024-12-19T21:38:01.902Z | Download: 1195/4281 items 67.0/220.6MB 30% complete (6.6M/s) |
141 | 2024-12-19T21:38:06.906Z | Download: 1641/4281 items 117.1/220.6MB 53% complete (11.7M/s) |
142 | 2024-12-19T21:38:11.970Z | Download: 2224/4281 items 119.2/220.6MB 54% complete (9.8M/s) |
143 | 2024-12-19T21:38:16.972Z | Download: 3134/4281 items 140.2/220.6MB 63% complete (2.2M/s) |
144 | 2024-12-19T21:38:25.850Z | Download: 3248/4281 items 203.1/220.6MB 92% complete (8.4M/s) |
145 | 2024-12-19T21:38:32.157Z | Download: 3284/4281 items 210.7/220.6MB 95% complete (3.6M/s) |
146 | 2024-12-19T21:38:37.299Z | Download: 4097/4281 items 219.8/220.6MB 99% complete (1.1M/s) |
147 | 2024-12-19T21:38:39.798Z | Download: Completed 220.60 MB in 49.08 seconds (4.5M/s) |
148 | 2024-12-19T21:38:41.673Z | Actions: 1/5063 actions (Removing old actions) |
149 | 2024-12-19T21:38:41.688Z | Actions: 194/5063 actions (Installing new actions) |
150 | 2024-12-19T21:38:46.699Z | Actions: 4078/5063 actions (Installing new actions) |
151 | 2024-12-19T21:38:48.041Z | Actions: 4226/5063 actions (Updating modified actions) |
152 | 2024-12-19T21:38:48.485Z | Actions: Completed 5063 actions in 6.81 seconds. |
153 | 2024-12-19T21:38:48.891Z | Done (0.399s) |
154 | 2024-12-19T21:38:48.894Z | Done (0.000s) |
155 | 2024-12-19T21:38:49.476Z | Done (0.583s) |
156 | 2024-12-19T21:38:56.408Z | Done (6.708s) |
157 | 2024-12-19T21:38:56.898Z | Done (0.421s) |
158 | 2024-12-19T21:38:56.902Z | Done (0.000s) |
159 | 2024-12-19T21:38:57.056Z | Done (0.000s) |
160 | 2024-12-19T21:38:57.753Z | Planning: Evaluating mediator changes ... Done |
161 | 2024-12-19T21:38:57.914Z | Planning: Checking for conflicting actions ... Done |
162 | 2024-12-19T21:38:57.917Z | Planning: Consolidating action changes ... Done |
163 | 2024-12-19T21:38:58.183Z | Planning: Evaluating mediators ... Done |
164 | 2024-12-19T21:38:58.185Z | Planning: Planning completed in 0.43 seconds |
165 | 2024-12-19T21:38:58.221Z | Mediators to change: 2 |
166 | 2024-12-19T21:38:58.221Z | Create boot environment: No |
167 | 2024-12-19T21:38:58.224Z | Create backup boot environment: No |
168 | 2024-12-19T21:38:58.297Z | Done |
169 | 2024-12-19T21:38:58.297Z | Done |
170 | 2024-12-19T21:38:58.658Z | Done |
171 | 2024-12-19T21:39:02.339Z | Done |
172 | 2024-12-19T21:39:02.432Z | Done |
173 | 2024-12-19T21:39:02.435Z | Done |
174 | 2024-12-19T21:39:02.552Z | Done |
175 | 2024-12-19T21:39:03.169Z | Planning: Evaluating mediator changes ... Done |
176 | 2024-12-19T21:39:03.172Z | Planning: Merging actions ... Done |
177 | 2024-12-19T21:39:03.357Z | Planning: Checking for conflicting actions ... Done |
178 | 2024-12-19T21:39:03.361Z | Planning: Consolidating action changes ... Done |
179 | 2024-12-19T21:39:03.626Z | Planning: Evaluating mediators ... Done |
180 | 2024-12-19T21:39:03.681Z | Planning: Planning completed in 0.76 seconds |
181 | 2024-12-19T21:39:03.720Z | Packages to change: 1 |
182 | 2024-12-19T21:39:03.720Z | Mediators to change: 1 |
183 | 2024-12-19T21:39:03.723Z | Services to change: 1 |
184 | 2024-12-19T21:39:03.723Z | Create boot environment: No |
185 | 2024-12-19T21:39:03.723Z | Create backup boot environment: Yes |
186 | 2024-12-19T21:39:05.740Z | Actions: 1/6 actions (Updating modified actions) |
187 | 2024-12-19T21:39:05.872Z | Actions: Completed 6 actions in 0.13 seconds. |
188 | 2024-12-19T21:39:05.875Z | Done |
189 | 2024-12-19T21:39:05.875Z | Done |
190 | 2024-12-19T21:39:05.993Z | Done |
191 | 2024-12-19T21:39:09.778Z | Done |
192 | 2024-12-19T21:39:09.869Z | Done |
193 | 2024-12-19T21:39:09.873Z | Done |
194 | 2024-12-19T21:39:09.989Z | Done |
195 | 2024-12-19T21:39:10.425Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
196 | 2024-12-19T21:39:10.425Z | clang system 15 system |
197 | 2024-12-19T21:39:10.425Z | csh system system illumos |
198 | 2024-12-19T21:39:10.425Z | ctags system system illumos |
199 | 2024-12-19T21:39:10.425Z | gcc vendor 12 vendor |
200 | 2024-12-19T21:39:10.425Z | gcc system 10 system |
201 | 2024-12-19T21:39:10.425Z | gcc system 7 system |
202 | 2024-12-19T21:39:10.426Z | go system 1.20 system |
203 | 2024-12-19T21:39:10.426Z | go system 1.19 system |
204 | 2024-12-19T21:39:10.426Z | llvm system 15 system |
205 | 2024-12-19T21:39:10.426Z | llvm system 14 system |
206 | 2024-12-19T21:39:10.426Z | mariadb system 10.6 system |
207 | 2024-12-19T21:39:10.426Z | mta vendor vendor dma |
208 | 2024-12-19T21:39:10.426Z | openjdk system 17 system |
209 | 2024-12-19T21:39:10.426Z | openjdk system 11 system |
210 | 2024-12-19T21:39:10.427Z | openjdk system 1.8 system |
211 | 2024-12-19T21:39:10.427Z | openssl vendor 3 vendor |
212 | 2024-12-19T21:39:10.427Z | perl system 5.36 system |
213 | 2024-12-19T21:39:10.427Z | postgresql system 15 system |
214 | 2024-12-19T21:39:10.427Z | postgresql system 13 system |
215 | 2024-12-19T21:39:10.427Z | python vendor 3 vendor |
216 | 2024-12-19T21:39:10.427Z | python system 2 system |
217 | 2024-12-19T21:39:10.427Z | python3 system 3.11 system |
218 | 2024-12-19T21:39:10.427Z | ruby system 3.0 system |
219 | 2024-12-19T21:39:10.427Z | words vendor vendor american-english |
220 | 2024-12-19T21:39:10.427Z | words system system australian-english |
221 | 2024-12-19T21:39:10.427Z | words system system british-english |
222 | 2024-12-19T21:39:10.427Z | words system system canadian-english |
223 | 2024-12-19T21:39:10.428Z | words system system french |
224 | 2024-12-19T21:39:10.428Z | words system system italian |
225 | 2024-12-19T21:39:10.428Z | words system system ngerman |
226 | 2024-12-19T21:39:10.428Z | words system system ogerman |
227 | 2024-12-19T21:39:10.428Z | words system system spanish |
228 | 2024-12-19T21:39:10.754Z | PUBLISHER TYPE STATUS P LOCATION |
229 | 2024-12-19T21:39:10.755Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
230 | 2024-12-19T21:39:13.506Z | FMRI IFO |
231 | 2024-12-19T21:39:13.506Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
232 | 2024-12-19T21:39:13.506Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
233 | 2024-12-19T21:39:13.506Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
234 | 2024-12-19T21:39:13.506Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
235 | 2024-12-19T21:39:13.506Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
236 | 2024-12-19T21:39:13.507Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
237 | 2024-12-19T21:39:13.507Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
238 | 2024-12-19T21:39:13.507Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
239 | 2024-12-19T21:39:13.507Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
240 | 2024-12-19T21:39:13.507Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
241 | 2024-12-19T21:39:13.507Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
242 | 2024-12-19T21:39:13.507Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
243 | 2024-12-19T21:39:13.507Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
244 | 2024-12-19T21:39:13.507Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
245 | 2024-12-19T21:39:13.507Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
246 | 2024-12-19T21:39:14.260Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
247 | 2024-12-19T21:39:14.566Z | Updating crates.io index |
248 | 2024-12-19T21:39:14.570Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
249 | 2024-12-19T21:39:15.109Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
250 | 2024-12-19T21:39:15.375Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
251 | 2024-12-19T21:39:15.596Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
252 | 2024-12-19T21:39:15.843Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
253 | 2024-12-19T21:39:16.673Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
254 | 2024-12-19T21:39:18.289Z | Updating git repository `https://github.com/oxidecomputer/opte` |
255 | 2024-12-19T21:39:19.038Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
256 | 2024-12-19T21:39:19.847Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
257 | 2024-12-19T21:39:20.102Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
258 | 2024-12-19T21:39:20.341Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
259 | 2024-12-19T21:39:21.047Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
260 | 2024-12-19T21:39:21.353Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
261 | 2024-12-19T21:39:21.699Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
262 | 2024-12-19T21:39:21.986Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
263 | 2024-12-19T21:39:22.212Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
264 | 2024-12-19T21:39:22.495Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
265 | 2024-12-19T21:39:22.798Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
266 | 2024-12-19T21:39:23.086Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
267 | 2024-12-19T21:39:23.488Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
268 | 2024-12-19T21:39:23.752Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
269 | 2024-12-19T21:39:24.239Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
270 | 2024-12-19T21:39:24.546Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
271 | 2024-12-19T21:39:24.909Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
272 | 2024-12-19T21:39:25.268Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
273 | 2024-12-19T21:39:26.003Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
274 | 2024-12-19T21:39:26.006Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
275 | 2024-12-19T21:39:26.108Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
276 | 2024-12-19T21:39:27.320Z | Downloading crates ... |
277 | 2024-12-19T21:39:27.409Z | Downloaded bitflags v2.6.0 |
278 | 2024-12-19T21:39:27.419Z | Downloaded anstyle v1.0.10 |
279 | 2024-12-19T21:39:27.419Z | Downloaded anstream v0.6.15 |
280 | 2024-12-19T21:39:27.451Z | Downloaded errno v0.3.9 |
281 | 2024-12-19T21:39:27.454Z | Downloaded equivalent v1.0.1 |
282 | 2024-12-19T21:39:27.454Z | Downloaded autocfg v1.4.0 |
283 | 2024-12-19T21:39:27.457Z | Downloaded anstyle-query v1.1.1 |
284 | 2024-12-19T21:39:27.460Z | Downloaded block-buffer v0.10.4 |
285 | 2024-12-19T21:39:27.460Z | Downloaded clap_lex v0.7.2 |
286 | 2024-12-19T21:39:27.462Z | Downloaded anyhow v1.0.93 |
287 | 2024-12-19T21:39:27.464Z | Downloaded fastrand v2.1.1 |
288 | 2024-12-19T21:39:27.467Z | Downloaded anstyle-parse v0.2.5 |
289 | 2024-12-19T21:39:27.480Z | Downloaded memchr v2.7.4 |
290 | 2024-12-19T21:39:27.485Z | Downloaded macaddr v1.0.1 |
291 | 2024-12-19T21:39:27.488Z | Downloaded is_terminal_polyfill v1.70.1 |
292 | 2024-12-19T21:39:27.488Z | Downloaded pest_generator v2.7.14 |
293 | 2024-12-19T21:39:27.490Z | Downloaded itoa v1.0.11 |
294 | 2024-12-19T21:39:27.490Z | Downloaded indexmap v2.6.0 |
295 | 2024-12-19T21:39:27.493Z | Downloaded heck v0.5.0 |
296 | 2024-12-19T21:39:27.497Z | Downloaded papergrid v0.11.0 |
297 | 2024-12-19T21:39:27.500Z | Downloaded pretty-hex v0.4.1 |
298 | 2024-12-19T21:39:27.502Z | Downloaded scroll_derive v0.12.0 |
299 | 2024-12-19T21:39:27.506Z | Downloaded swrite v0.1.0 |
300 | 2024-12-19T21:39:27.519Z | Downloaded strsim v0.11.1 |
301 | 2024-12-19T21:39:27.524Z | Downloaded memmap v0.7.0 |
302 | 2024-12-19T21:39:27.528Z | Downloaded proc-macro-error-attr v1.0.4 |
303 | 2024-12-19T21:39:27.528Z | Downloaded usdt v0.5.0 |
304 | 2024-12-19T21:39:27.529Z | Downloaded serde_spanned v0.6.8 |
305 | 2024-12-19T21:39:27.534Z | Downloaded plain v0.2.3 |
306 | 2024-12-19T21:39:27.534Z | Downloaded pest_meta v2.7.14 |
307 | 2024-12-19T21:39:27.536Z | Downloaded thiserror v1.0.69 |
308 | 2024-12-19T21:39:27.540Z | Downloaded smawk v0.3.2 |
309 | 2024-12-19T21:39:27.540Z | Downloaded toml_datetime v0.6.8 |
310 | 2024-12-19T21:39:27.543Z | Downloaded dtrace-parser v0.2.0 |
311 | 2024-12-19T21:39:27.548Z | Downloaded usdt-attr-macro v0.5.0 |
312 | 2024-12-19T21:39:27.554Z | Downloaded usdt-macro v0.5.0 |
313 | 2024-12-19T21:39:27.558Z | Downloaded scroll v0.12.0 |
314 | 2024-12-19T21:39:27.558Z | Downloaded tabled_derive v0.7.0 |
315 | 2024-12-19T21:39:27.558Z | Downloaded heck v0.4.1 |
316 | 2024-12-19T21:39:27.562Z | Downloaded fnv v1.0.7 |
317 | 2024-12-19T21:39:27.562Z | Downloaded colorchoice v1.0.2 |
318 | 2024-12-19T21:39:27.562Z | Downloaded once_cell v1.20.2 |
319 | 2024-12-19T21:39:27.566Z | Downloaded pest_derive v2.7.14 |
320 | 2024-12-19T21:39:27.566Z | Downloaded unicode-linebreak v0.1.5 |
321 | 2024-12-19T21:39:27.569Z | Downloaded semver v1.0.23 |
322 | 2024-12-19T21:39:27.574Z | Downloaded cargo-platform v0.1.8 |
323 | 2024-12-19T21:39:27.574Z | Downloaded thread-id v4.2.2 |
324 | 2024-12-19T21:39:27.577Z | Downloaded serde_tokenstream v0.2.2 |
325 | 2024-12-19T21:39:27.577Z | Downloaded quote v1.0.37 |
326 | 2024-12-19T21:39:27.580Z | Downloaded crypto-common v0.1.6 |
327 | 2024-12-19T21:39:27.580Z | Downloaded cargo_metadata v0.18.1 |
328 | 2024-12-19T21:39:27.580Z | Downloaded sha2 v0.10.8 |
329 | 2024-12-19T21:39:27.583Z | Downloaded cfg-if v1.0.0 |
330 | 2024-12-19T21:39:27.583Z | Downloaded proc-macro-error v1.0.4 |
331 | 2024-12-19T21:39:27.586Z | Downloaded generic-array v0.14.7 |
332 | 2024-12-19T21:39:27.589Z | Downloaded log v0.4.22 |
333 | 2024-12-19T21:39:27.589Z | Downloaded cpufeatures v0.2.14 |
334 | 2024-12-19T21:39:27.592Z | Downloaded fs-err v2.11.0 |
335 | 2024-12-19T21:39:27.592Z | Downloaded dof v0.3.0 |
336 | 2024-12-19T21:39:27.595Z | Downloaded digest v0.10.7 |
337 | 2024-12-19T21:39:27.595Z | Downloaded version_check v0.9.5 |
338 | 2024-12-19T21:39:27.598Z | Downloaded byteorder v1.5.0 |
339 | 2024-12-19T21:39:27.598Z | Downloaded utf8parse v0.2.2 |
340 | 2024-12-19T21:39:27.598Z | Downloaded bytecount v0.6.8 |
341 | 2024-12-19T21:39:27.601Z | Downloaded terminal_size v0.4.0 |
342 | 2024-12-19T21:39:27.606Z | Downloaded proc-macro2 v1.0.89 |
343 | 2024-12-19T21:39:27.606Z | Downloaded cargo_toml v0.20.5 |
344 | 2024-12-19T21:39:27.608Z | Downloaded camino v1.1.9 |
345 | 2024-12-19T21:39:27.609Z | Downloaded zerocopy-derive v0.7.35 |
346 | 2024-12-19T21:39:27.614Z | Downloaded thiserror-impl v1.0.69 |
347 | 2024-12-19T21:39:27.616Z | Downloaded usdt-impl v0.5.0 |
348 | 2024-12-19T21:39:27.617Z | Downloaded serde_derive v1.0.215 |
349 | 2024-12-19T21:39:27.619Z | Downloaded ucd-trie v0.1.7 |
350 | 2024-12-19T21:39:27.619Z | Downloaded textwrap v0.16.1 |
351 | 2024-12-19T21:39:27.622Z | Downloaded tempfile v3.13.0 |
352 | 2024-12-19T21:39:27.624Z | Downloaded clap_derive v4.5.18 |
353 | 2024-12-19T21:39:27.630Z | Downloaded unicode-ident v1.0.13 |
354 | 2024-12-19T21:39:27.630Z | Downloaded clap v4.5.21 |
355 | 2024-12-19T21:39:27.635Z | Downloaded toml v0.8.19 |
356 | 2024-12-19T21:39:27.638Z | Downloaded typenum v1.17.0 |
357 | 2024-12-19T21:39:27.641Z | Downloaded ryu v1.0.18 |
358 | 2024-12-19T21:39:27.644Z | Downloaded camino-tempfile v1.1.1 |
359 | 2024-12-19T21:39:27.646Z | Downloaded serde v1.0.215 |
360 | 2024-12-19T21:39:27.669Z | Downloaded toml_edit v0.22.22 |
361 | 2024-12-19T21:39:27.689Z | Downloaded pest v2.7.14 |
362 | 2024-12-19T21:39:27.702Z | Downloaded serde_json v1.0.132 |
363 | 2024-12-19T21:39:27.718Z | Downloaded hashbrown v0.15.1 |
364 | 2024-12-19T21:39:27.725Z | Downloaded zerocopy v0.7.35 |
365 | 2024-12-19T21:39:27.740Z | Downloaded winnow v0.6.20 |
366 | 2024-12-19T21:39:27.747Z | Downloaded tabled v0.15.0 |
367 | 2024-12-19T21:39:27.761Z | Downloaded goblin v0.8.2 |
368 | 2024-12-19T21:39:27.767Z | Downloaded clap_builder v4.5.21 |
369 | 2024-12-19T21:39:27.773Z | Downloaded syn v1.0.109 |
370 | 2024-12-19T21:39:27.782Z | Downloaded unicode-width v0.1.14 |
371 | 2024-12-19T21:39:27.787Z | Downloaded syn v2.0.87 |
372 | 2024-12-19T21:39:27.798Z | Downloaded rustix v0.38.37 |
373 | 2024-12-19T21:39:27.836Z | Downloaded libc v0.2.162 |
374 | 2024-12-19T21:39:28.144Z | Compiling proc-macro2 v1.0.89 |
375 | 2024-12-19T21:39:28.144Z | Compiling unicode-ident v1.0.13 |
376 | 2024-12-19T21:39:28.144Z | Compiling serde v1.0.215 |
377 | 2024-12-19T21:39:28.147Z | Compiling version_check v0.9.5 |
378 | 2024-12-19T21:39:28.147Z | Compiling thiserror v1.0.69 |
379 | 2024-12-19T21:39:28.147Z | Compiling memchr v2.7.4 |
380 | 2024-12-19T21:39:28.180Z | Compiling libc v0.2.162 |
381 | 2024-12-19T21:39:28.182Z | Compiling itoa v1.0.11 |
382 | 2024-12-19T21:39:28.400Z | Compiling ryu v1.0.18 |
383 | 2024-12-19T21:39:28.462Z | Compiling ucd-trie v0.1.7 |
384 | 2024-12-19T21:39:28.759Z | Compiling once_cell v1.20.2 |
385 | 2024-12-19T21:39:29.013Z | Compiling byteorder v1.5.0 |
386 | 2024-12-19T21:39:29.350Z | Compiling rustix v0.38.37 |
387 | 2024-12-19T21:39:29.580Z | Compiling serde_json v1.0.132 |
388 | 2024-12-19T21:39:30.244Z | Compiling bitflags v2.6.0 |
389 | 2024-12-19T21:39:30.271Z | Compiling usdt-impl v0.5.0 |
390 | 2024-12-19T21:39:30.339Z | Compiling proc-macro-error-attr v1.0.4 |
391 | 2024-12-19T21:39:30.371Z | Compiling syn v1.0.109 |
392 | 2024-12-19T21:39:30.541Z | Compiling proc-macro-error v1.0.4 |
393 | 2024-12-19T21:39:30.646Z | Compiling hashbrown v0.15.1 |
394 | 2024-12-19T21:39:30.679Z | Compiling camino v1.1.9 |
395 | 2024-12-19T21:39:30.729Z | Compiling plain v0.2.3 |
396 | 2024-12-19T21:39:30.811Z | Compiling log v0.4.22 |
397 | 2024-12-19T21:39:30.880Z | Compiling equivalent v1.0.1 |
398 | 2024-12-19T21:39:30.992Z | Compiling thread-id v4.2.2 |
399 | 2024-12-19T21:39:31.076Z | Compiling utf8parse v0.2.2 |
400 | 2024-12-19T21:39:31.167Z | Compiling colorchoice v1.0.2 |
401 | 2024-12-19T21:39:31.236Z | Compiling quote v1.0.37 |
402 | 2024-12-19T21:39:31.265Z | Compiling anstyle-parse v0.2.5 |
403 | 2024-12-19T21:39:31.326Z | Compiling is_terminal_polyfill v1.70.1 |
404 | 2024-12-19T21:39:31.430Z | Compiling anstyle-query v1.1.1 |
405 | 2024-12-19T21:39:31.453Z | Compiling anstyle v1.0.10 |
406 | 2024-12-19T21:39:31.479Z | Compiling unicode-width v0.1.14 |
407 | 2024-12-19T21:39:31.583Z | Compiling errno v0.3.9 |
408 | 2024-12-19T21:39:31.586Z | Compiling winnow v0.6.20 |
409 | 2024-12-19T21:39:31.802Z | Compiling syn v2.0.87 |
410 | 2024-12-19T21:39:31.899Z | Compiling indexmap v2.6.0 |
411 | 2024-12-19T21:39:31.954Z | Compiling autocfg v1.4.0 |
412 | 2024-12-19T21:39:31.978Z | Compiling pretty-hex v0.4.1 |
413 | 2024-12-19T21:39:32.196Z | Compiling semver v1.0.23 |
414 | 2024-12-19T21:39:32.783Z | Compiling anstream v0.6.15 |
415 | 2024-12-19T21:39:33.151Z | Compiling fs-err v2.11.0 |
416 | 2024-12-19T21:39:33.453Z | Compiling cfg-if v1.0.0 |
417 | 2024-12-19T21:39:33.550Z | Compiling anyhow v1.0.93 |
418 | 2024-12-19T21:39:33.575Z | Compiling bytecount v0.6.8 |
419 | 2024-12-19T21:39:33.578Z | Compiling fnv v1.0.7 |
420 | 2024-12-19T21:39:33.734Z | Compiling fastrand v2.1.1 |
421 | 2024-12-19T21:39:33.791Z | Compiling strsim v0.11.1 |
422 | 2024-12-19T21:39:33.828Z | Compiling heck v0.5.0 |
423 | 2024-12-19T21:39:34.162Z | Compiling terminal_size v0.4.0 |
424 | 2024-12-19T21:39:34.289Z | Compiling clap_lex v0.7.2 |
425 | 2024-12-19T21:39:34.341Z | Compiling heck v0.4.1 |
426 | 2024-12-19T21:39:34.712Z | Compiling clap_builder v4.5.21 |
427 | 2024-12-19T21:39:34.757Z | Compiling tempfile v3.13.0 |
428 | 2024-12-19T21:39:34.781Z | Compiling papergrid v0.11.0 |
429 | 2024-12-19T21:39:35.021Z | Compiling memmap v0.7.0 |
430 | 2024-12-19T21:39:35.379Z | Compiling smawk v0.3.2 |
431 | 2024-12-19T21:39:35.449Z | Compiling unicode-linebreak v0.1.5 |
432 | 2024-12-19T21:39:35.725Z | Compiling swrite v0.1.0 |
433 | 2024-12-19T21:39:35.962Z | Compiling textwrap v0.16.1 |
434 | 2024-12-19T21:39:37.287Z | Compiling tabled_derive v0.7.0 |
435 | 2024-12-19T21:39:38.713Z | Compiling tabled v0.15.0 |
436 | 2024-12-19T21:39:40.737Z | Compiling serde_derive v1.0.215 |
437 | 2024-12-19T21:39:40.737Z | Compiling thiserror-impl v1.0.69 |
438 | 2024-12-19T21:39:40.740Z | Compiling zerocopy-derive v0.7.35 |
439 | 2024-12-19T21:39:40.740Z | Compiling scroll_derive v0.12.0 |
440 | 2024-12-19T21:39:40.740Z | Compiling clap_derive v4.5.18 |
441 | 2024-12-19T21:39:41.846Z | Compiling scroll v0.12.0 |
442 | 2024-12-19T21:39:42.382Z | Compiling goblin v0.8.2 |
443 | 2024-12-19T21:39:42.484Z | Compiling zerocopy v0.7.35 |
444 | 2024-12-19T21:39:43.589Z | Compiling pest v2.7.14 |
445 | 2024-12-19T21:39:44.342Z | Compiling clap v4.5.21 |
446 | 2024-12-19T21:39:45.633Z | Compiling pest_meta v2.7.14 |
447 | 2024-12-19T21:39:46.451Z | Compiling pest_generator v2.7.14 |
448 | 2024-12-19T21:39:48.386Z | Compiling pest_derive v2.7.14 |
449 | 2024-12-19T21:39:49.052Z | Compiling dtrace-parser v0.2.0 |
450 | 2024-12-19T21:39:50.756Z | Compiling serde_tokenstream v0.2.2 |
451 | 2024-12-19T21:39:50.776Z | Compiling toml_datetime v0.6.8 |
452 | 2024-12-19T21:39:50.794Z | Compiling serde_spanned v0.6.8 |
453 | 2024-12-19T21:39:51.131Z | Compiling toml_edit v0.22.22 |
454 | 2024-12-19T21:39:51.136Z | Compiling cargo-platform v0.1.8 |
455 | 2024-12-19T21:39:51.328Z | Compiling macaddr v1.0.1 |
456 | 2024-12-19T21:39:51.576Z | Compiling camino-tempfile v1.1.1 |
457 | 2024-12-19T21:39:52.266Z | Compiling dof v0.3.0 |
458 | 2024-12-19T21:39:52.400Z | Compiling cargo_metadata v0.18.1 |
459 | 2024-12-19T21:39:53.905Z | Compiling toml v0.8.19 |
460 | 2024-12-19T21:39:54.044Z | Compiling usdt-macro v0.5.0 |
461 | 2024-12-19T21:39:54.044Z | Compiling usdt-attr-macro v0.5.0 |
462 | 2024-12-19T21:39:54.901Z | Compiling cargo_toml v0.20.5 |
463 | 2024-12-19T21:39:55.467Z | Compiling usdt v0.5.0 |
464 | 2024-12-19T21:39:58.577Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
465 | 2024-12-19T21:40:02.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.72s |
466 | 2024-12-19T21:40:03.017Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
467 | 2024-12-19T21:40:03.553Z | Downloading crates ... |
468 | 2024-12-19T21:40:03.671Z | Downloaded addr2line v0.24.2 |
469 | 2024-12-19T21:40:03.689Z | Downloaded async-stream-impl v0.3.6 |
470 | 2024-12-19T21:40:03.693Z | Downloaded hex v0.4.3 |
471 | 2024-12-19T21:40:03.696Z | Downloaded hex-literal v0.4.1 |
472 | 2024-12-19T21:40:03.699Z | Downloaded atty v0.2.14 |
473 | 2024-12-19T21:40:03.708Z | Downloaded hickory-server v0.24.1 |
474 | 2024-12-19T21:40:03.716Z | Downloaded ident_case v1.0.1 |
475 | 2024-12-19T21:40:03.719Z | Downloaded http-range v0.1.5 |
476 | 2024-12-19T21:40:03.719Z | Downloaded cfg_aliases v0.1.1 |
477 | 2024-12-19T21:40:03.724Z | Downloaded ciborium-io v0.2.2 |
478 | 2024-12-19T21:40:03.728Z | Downloaded atomicwrites v0.4.4 |
479 | 2024-12-19T21:40:03.731Z | Downloaded icu_provider_macros v1.5.0 |
480 | 2024-12-19T21:40:03.734Z | Downloaded hubpack_derive v0.1.1 |
481 | 2024-12-19T21:40:03.734Z | Downloaded crucible-workspace-hack v0.1.0 |
482 | 2024-12-19T21:40:03.740Z | Downloaded cstr-argument v0.1.2 |
483 | 2024-12-19T21:40:03.740Z | Downloaded crunchy v0.2.2 |
484 | 2024-12-19T21:40:03.740Z | Downloaded mirai-annotations v1.12.0 |
485 | 2024-12-19T21:40:03.745Z | Downloaded headers-core v0.3.0 |
486 | 2024-12-19T21:40:03.745Z | Downloaded async-recursion v1.1.1 |
487 | 2024-12-19T21:40:03.745Z | Downloaded md5 v0.7.0 |
488 | 2024-12-19T21:40:03.750Z | Downloaded bit-set v0.5.3 |
489 | 2024-12-19T21:40:03.751Z | Downloaded bcrypt-pbkdf v0.10.0 |
490 | 2024-12-19T21:40:03.751Z | Downloaded matches v0.1.10 |
491 | 2024-12-19T21:40:03.751Z | Downloaded bb8 v0.8.5 |
492 | 2024-12-19T21:40:03.760Z | Downloaded icu_provider v1.5.0 |
493 | 2024-12-19T21:40:03.760Z | Downloaded base16ct v0.2.0 |
494 | 2024-12-19T21:40:03.765Z | Downloaded async-stream v0.3.6 |
495 | 2024-12-19T21:40:03.765Z | Downloaded bit-vec v0.6.3 |
496 | 2024-12-19T21:40:03.765Z | Downloaded atomic-waker v1.1.2 |
497 | 2024-12-19T21:40:03.765Z | Downloaded cassowary v0.3.0 |
498 | 2024-12-19T21:40:03.765Z | Downloaded convert_case v0.4.0 |
499 | 2024-12-19T21:40:03.765Z | Downloaded constant_time_eq v0.3.1 |
500 | 2024-12-19T21:40:03.776Z | Downloaded castaway v0.2.3 |
501 | 2024-12-19T21:40:03.776Z | Downloaded crc v3.2.1 |
502 | 2024-12-19T21:40:03.776Z | Downloaded cobs v0.2.3 |
503 | 2024-12-19T21:40:03.780Z | Downloaded cbc v0.1.2 |
504 | 2024-12-19T21:40:03.780Z | Downloaded cmake v0.1.51 |
505 | 2024-12-19T21:40:03.780Z | Downloaded bitfield-struct v0.6.2 |
506 | 2024-12-19T21:40:03.780Z | Downloaded const_format_proc_macros v0.2.33 |
507 | 2024-12-19T21:40:03.780Z | Downloaded hubpack v0.1.2 |
508 | 2024-12-19T21:40:03.780Z | Downloaded crc-catalog v2.4.0 |
509 | 2024-12-19T21:40:03.780Z | Downloaded blowfish v0.9.1 |
510 | 2024-12-19T21:40:03.783Z | Downloaded ipnetwork v0.20.0 |
511 | 2024-12-19T21:40:03.788Z | Downloaded colored v2.1.0 |
512 | 2024-12-19T21:40:03.788Z | Downloaded chrono-tz-build v0.4.0 |
513 | 2024-12-19T21:40:03.796Z | Downloaded buf-list v1.0.3 |
514 | 2024-12-19T21:40:03.796Z | Downloaded cexpr v0.6.0 |
515 | 2024-12-19T21:40:03.796Z | Downloaded managed v0.8.0 |
516 | 2024-12-19T21:40:03.796Z | Downloaded lru v0.12.5 |
517 | 2024-12-19T21:40:03.800Z | Downloaded crossbeam-deque v0.8.5 |
518 | 2024-12-19T21:40:03.800Z | Downloaded indent_write v2.2.0 |
519 | 2024-12-19T21:40:03.800Z | Downloaded ctr v0.9.2 |
520 | 2024-12-19T21:40:03.803Z | Downloaded inout v0.1.3 |
521 | 2024-12-19T21:40:03.803Z | Downloaded ahash v0.8.11 |
522 | 2024-12-19T21:40:03.806Z | Downloaded libsw v3.3.1 |
523 | 2024-12-19T21:40:03.808Z | Downloaded mockall v0.13.0 |
524 | 2024-12-19T21:40:03.812Z | Downloaded mime v0.3.17 |
525 | 2024-12-19T21:40:03.812Z | Downloaded md-5 v0.10.6 |
526 | 2024-12-19T21:40:03.815Z | Downloaded lockfree-object-pool v0.1.6 |
527 | 2024-12-19T21:40:03.820Z | Downloaded curve25519-dalek-derive v0.1.1 |
528 | 2024-12-19T21:40:03.820Z | Downloaded base64ct v1.6.0 |
529 | 2024-12-19T21:40:03.824Z | Downloaded maplit v1.0.2 |
530 | 2024-12-19T21:40:03.824Z | Downloaded hyper-tls v0.6.0 |
531 | 2024-12-19T21:40:03.824Z | Downloaded linear-map v1.2.0 |
532 | 2024-12-19T21:40:03.829Z | Downloaded keccak v0.1.5 |
533 | 2024-12-19T21:40:03.829Z | Downloaded is-terminal v0.4.13 |
534 | 2024-12-19T21:40:03.829Z | Downloaded arrayvec v0.7.6 |
535 | 2024-12-19T21:40:03.834Z | Downloaded ciborium v0.2.2 |
536 | 2024-12-19T21:40:03.834Z | Downloaded lazy_static v1.5.0 |
537 | 2024-12-19T21:40:03.840Z | Downloaded is_ci v1.2.0 |
538 | 2024-12-19T21:40:03.840Z | Downloaded bitfield v0.14.0 |
539 | 2024-12-19T21:40:03.840Z | Downloaded console v0.15.8 |
540 | 2024-12-19T21:40:03.848Z | Downloaded maybe-uninit v2.0.0 |
541 | 2024-12-19T21:40:03.848Z | Downloaded block-padding v0.3.3 |
542 | 2024-12-19T21:40:03.848Z | Downloaded linked-hash-map v0.5.6 |
543 | 2024-12-19T21:40:03.859Z | Downloaded libefi-sys v0.1.0 |
544 | 2024-12-19T21:40:03.859Z | Downloaded hostname v0.4.0 |
545 | 2024-12-19T21:40:03.859Z | Downloaded crc32fast v1.4.2 |
546 | 2024-12-19T21:40:03.859Z | Downloaded iana-time-zone v0.1.61 |
547 | 2024-12-19T21:40:03.864Z | Downloaded darling v0.20.10 |
548 | 2024-12-19T21:40:03.864Z | Downloaded lock_api v0.4.12 |
549 | 2024-12-19T21:40:03.864Z | Downloaded bcs v0.1.6 |
550 | 2024-12-19T21:40:03.864Z | Downloaded async-bb8-diesel v0.2.1 |
551 | 2024-12-19T21:40:03.867Z | Downloaded rand_chacha v0.3.1 |
552 | 2024-12-19T21:40:03.867Z | Downloaded memoffset v0.9.1 |
553 | 2024-12-19T21:40:03.870Z | Downloaded jobserver v0.1.32 |
554 | 2024-12-19T21:40:03.870Z | Downloaded icu_locid_transform v1.5.0 |
555 | 2024-12-19T21:40:03.873Z | Downloaded zone_cfg_derive v0.1.2 |
556 | 2024-12-19T21:40:03.873Z | Downloaded highway v1.2.0 |
557 | 2024-12-19T21:40:03.876Z | Downloaded csv-core v0.1.11 |
558 | 2024-12-19T21:40:03.879Z | Downloaded httparse v1.9.5 |
559 | 2024-12-19T21:40:03.882Z | Downloaded hickory-client v0.24.1 |
560 | 2024-12-19T21:40:03.885Z | Downloaded ref-cast v1.0.23 |
561 | 2024-12-19T21:40:03.889Z | Downloaded same-file v1.0.6 |
562 | 2024-12-19T21:40:03.889Z | Downloaded argon2 v0.5.3 |
563 | 2024-12-19T21:40:03.893Z | Downloaded bzip2 v0.4.4 |
564 | 2024-12-19T21:40:03.896Z | Downloaded mime_guess v2.0.5 |
565 | 2024-12-19T21:40:03.896Z | Downloaded rustfmt-wrapper v0.2.1 |
566 | 2024-12-19T21:40:03.900Z | Downloaded const-oid v0.9.6 |
567 | 2024-12-19T21:40:03.900Z | Downloaded rustc_version v0.4.1 |
568 | 2024-12-19T21:40:03.905Z | Downloaded diesel_table_macro_syntax v0.2.0 |
569 | 2024-12-19T21:40:03.905Z | Downloaded foreign-types-shared v0.1.1 |
570 | 2024-12-19T21:40:03.906Z | Downloaded newtype_derive v0.1.6 |
571 | 2024-12-19T21:40:03.909Z | Downloaded cookie_store v0.21.0 |
572 | 2024-12-19T21:40:03.911Z | Downloaded cookie v0.18.1 |
573 | 2024-12-19T21:40:03.921Z | Downloaded ssh-encoding v0.2.0 |
574 | 2024-12-19T21:40:03.922Z | Downloaded icu_normalizer_data v1.5.0 |
575 | 2024-12-19T21:40:03.922Z | Downloaded slab v0.4.9 |
576 | 2024-12-19T21:40:03.922Z | Downloaded scheduled-thread-pool v0.2.7 |
577 | 2024-12-19T21:40:03.931Z | Downloaded idna_adapter v1.2.0 |
578 | 2024-12-19T21:40:03.931Z | Downloaded icu_normalizer v1.5.0 |
579 | 2024-12-19T21:40:03.932Z | Downloaded smf v0.2.3 |
580 | 2024-12-19T21:40:03.932Z | Downloaded ipnet v2.10.1 |
581 | 2024-12-19T21:40:03.932Z | Downloaded number_prefix v0.4.0 |
582 | 2024-12-19T21:40:03.937Z | Downloaded structmeta-derive v0.3.0 |
583 | 2024-12-19T21:40:03.937Z | Downloaded structmeta-derive v0.2.0 |
584 | 2024-12-19T21:40:03.937Z | Downloaded libloading v0.8.5 |
585 | 2024-12-19T21:40:03.937Z | Downloaded structmeta v0.3.0 |
586 | 2024-12-19T21:40:03.937Z | Downloaded tokio-macros v2.4.0 |
587 | 2024-12-19T21:40:03.937Z | Downloaded tinystr v0.7.6 |
588 | 2024-12-19T21:40:03.941Z | Downloaded hmac v0.12.1 |
589 | 2024-12-19T21:40:03.941Z | Downloaded progenitor-client v0.8.0 |
590 | 2024-12-19T21:40:03.941Z | Downloaded phf_shared v0.10.0 |
591 | 2024-12-19T21:40:03.947Z | Downloaded path-slash v0.1.5 |
592 | 2024-12-19T21:40:03.947Z | Downloaded structmeta v0.2.0 |
593 | 2024-12-19T21:40:03.947Z | Downloaded sigpipe v0.1.3 |
594 | 2024-12-19T21:40:03.947Z | Downloaded hyper-staticfile v0.10.1 |
595 | 2024-12-19T21:40:03.953Z | Downloaded rustversion v1.0.17 |
596 | 2024-12-19T21:40:03.953Z | Downloaded zone v0.3.0 |
597 | 2024-12-19T21:40:03.954Z | Downloaded zone v0.1.8 |
598 | 2024-12-19T21:40:03.957Z | Downloaded zeroize_derive v1.4.2 |
599 | 2024-12-19T21:40:03.957Z | Downloaded fallible-streaming-iterator v0.1.9 |
600 | 2024-12-19T21:40:03.957Z | Downloaded diesel-dtrace v0.4.2 |
601 | 2024-12-19T21:40:03.964Z | Downloaded foreign-types-macros v0.2.3 |
602 | 2024-12-19T21:40:03.964Z | Downloaded crossbeam-utils v0.8.20 |
603 | 2024-12-19T21:40:03.969Z | Downloaded indexmap v1.9.3 |
604 | 2024-12-19T21:40:03.969Z | Downloaded russh-cryptovec v0.7.3 |
605 | 2024-12-19T21:40:03.969Z | Downloaded arc-swap v1.7.1 |
606 | 2024-12-19T21:40:03.975Z | Downloaded allocator-api2 v0.2.18 |
607 | 2024-12-19T21:40:03.980Z | Downloaded ghash v0.5.1 |
608 | 2024-12-19T21:40:03.980Z | Downloaded nibble_vec v0.1.0 |
609 | 2024-12-19T21:40:03.981Z | Downloaded multimap v0.10.0 |
610 | 2024-12-19T21:40:03.981Z | Downloaded bytes v1.8.0 |
611 | 2024-12-19T21:40:03.990Z | Downloaded icu_locid v1.5.0 |
612 | 2024-12-19T21:40:03.994Z | Downloaded futures-core v0.3.31 |
613 | 2024-12-19T21:40:03.995Z | Downloaded compact_str v0.8.0 |
614 | 2024-12-19T21:40:03.998Z | Downloaded newtype-uuid v1.1.3 |
615 | 2024-12-19T21:40:03.998Z | Downloaded thiserror v2.0.3 |
616 | 2024-12-19T21:40:04.002Z | Downloaded waitgroup v0.1.2 |
617 | 2024-12-19T21:40:04.006Z | Downloaded termtree v0.4.1 |
618 | 2024-12-19T21:40:04.006Z | Downloaded twox-hash v1.6.3 |
619 | 2024-12-19T21:40:04.010Z | Downloaded rand_seeder v0.3.0 |
620 | 2024-12-19T21:40:04.010Z | Downloaded utf8_iter v1.0.4 |
621 | 2024-12-19T21:40:04.015Z | Downloaded schemars_derive v0.8.21 |
622 | 2024-12-19T21:40:04.015Z | Downloaded signature v2.2.0 |
623 | 2024-12-19T21:40:04.022Z | Downloaded unarray v0.1.4 |
624 | 2024-12-19T21:40:04.022Z | Downloaded paste v1.0.15 |
625 | 2024-12-19T21:40:04.022Z | Downloaded progenitor v0.8.0 |
626 | 2024-12-19T21:40:04.026Z | Downloaded vsss-rs v3.3.4 |
627 | 2024-12-19T21:40:04.026Z | Downloaded uzers v0.12.1 |
628 | 2024-12-19T21:40:04.029Z | Downloaded yoke v0.7.4 |
629 | 2024-12-19T21:40:04.029Z | Downloaded yasna v0.5.2 |
630 | 2024-12-19T21:40:04.032Z | Downloaded env_logger v0.10.2 |
631 | 2024-12-19T21:40:04.037Z | Downloaded proc-macro-crate v1.3.1 |
632 | 2024-12-19T21:40:04.044Z | Downloaded primeorder v0.13.6 |
633 | 2024-12-19T21:40:04.045Z | Downloaded pkg-config v0.3.31 |
634 | 2024-12-19T21:40:04.045Z | Downloaded base64 v0.22.1 |
635 | 2024-12-19T21:40:04.050Z | Downloaded new_debug_unreachable v1.0.6 |
636 | 2024-12-19T21:40:04.050Z | Downloaded opaque-debug v0.3.1 |
637 | 2024-12-19T21:40:04.050Z | Downloaded foreign-types-shared v0.3.1 |
638 | 2024-12-19T21:40:04.050Z | Downloaded ecdsa v0.16.9 |
639 | 2024-12-19T21:40:04.062Z | Downloaded slog-scope v4.4.0 |
640 | 2024-12-19T21:40:04.062Z | Downloaded scrypt v0.11.0 |
641 | 2024-12-19T21:40:04.062Z | Downloaded getrandom v0.2.15 |
642 | 2024-12-19T21:40:04.068Z | Downloaded normalize-line-endings v0.3.0 |
643 | 2024-12-19T21:40:04.069Z | Downloaded base64 v0.13.1 |
644 | 2024-12-19T21:40:04.069Z | Downloaded futures-task v0.3.31 |
645 | 2024-12-19T21:40:04.069Z | Downloaded smallvec v1.13.2 |
646 | 2024-12-19T21:40:04.069Z | Downloaded pretty-hex v0.2.1 |
647 | 2024-12-19T21:40:04.072Z | Downloaded icu_collections v1.5.0 |
648 | 2024-12-19T21:40:04.077Z | Downloaded peg-runtime v0.8.3 |
649 | 2024-12-19T21:40:04.077Z | Downloaded termios v0.3.3 |
650 | 2024-12-19T21:40:04.077Z | Downloaded slog-json v2.6.1 |
651 | 2024-12-19T21:40:04.082Z | Downloaded serde-big-array v0.5.1 |
652 | 2024-12-19T21:40:04.094Z | Downloaded sqlparser_derive v0.2.2 |
653 | 2024-12-19T21:40:04.098Z | Downloaded dirs-next v2.0.0 |
654 | 2024-12-19T21:40:04.098Z | Downloaded password-hash v0.5.0 |
655 | 2024-12-19T21:40:04.098Z | Downloaded value-bag v1.9.0 |
656 | 2024-12-19T21:40:04.105Z | Downloaded group v0.13.0 |
657 | 2024-12-19T21:40:04.105Z | Downloaded fatfs v0.3.6 |
658 | 2024-12-19T21:40:04.108Z | Downloaded indicatif v0.17.9 |
659 | 2024-12-19T21:40:04.114Z | Downloaded samael v0.0.17 |
660 | 2024-12-19T21:40:04.117Z | Downloaded sync-ptr v0.1.1 |
661 | 2024-12-19T21:40:04.117Z | Downloaded sec1 v0.7.3 |
662 | 2024-12-19T21:40:04.119Z | Downloaded sqlformat v0.2.6 |
663 | 2024-12-19T21:40:04.123Z | Downloaded fallible-iterator v0.2.0 |
664 | 2024-12-19T21:40:04.123Z | Downloaded scopeguard v1.2.0 |
665 | 2024-12-19T21:40:04.126Z | Downloaded aho-corasick v1.1.3 |
666 | 2024-12-19T21:40:04.130Z | Downloaded zone_cfg_derive v0.3.0 |
667 | 2024-12-19T21:40:04.133Z | Downloaded peg v0.8.4 |
668 | 2024-12-19T21:40:04.136Z | Downloaded tungstenite v0.24.0 |
669 | 2024-12-19T21:40:04.139Z | Downloaded parse-display v0.10.0 |
670 | 2024-12-19T21:40:04.141Z | Downloaded crossbeam-channel v0.5.13 |
671 | 2024-12-19T21:40:04.145Z | Downloaded parse-size v1.1.0 |
672 | 2024-12-19T21:40:04.149Z | Downloaded foreign-types v0.5.0 |
673 | 2024-12-19T21:40:04.149Z | Downloaded derive_builder_macro v0.20.2 |
674 | 2024-12-19T21:40:04.149Z | Downloaded mio v1.0.2 |
675 | 2024-12-19T21:40:04.155Z | Downloaded strum_macros v0.25.3 |
676 | 2024-12-19T21:40:04.158Z | Downloaded num_threads v0.1.7 |
677 | 2024-12-19T21:40:04.164Z | Downloaded strum_macros v0.24.3 |
678 | 2024-12-19T21:40:04.164Z | Downloaded slog-dtrace v0.3.0 |
679 | 2024-12-19T21:40:04.168Z | Downloaded slog-envlogger v2.2.0 |
680 | 2024-12-19T21:40:04.168Z | Downloaded simd-adler32 v0.3.7 |
681 | 2024-12-19T21:40:04.170Z | Downloaded serde-hex v0.1.0 |
682 | 2024-12-19T21:40:04.170Z | Downloaded rtoolbox v0.0.2 |
683 | 2024-12-19T21:40:04.174Z | Downloaded rustc-demangle v0.1.24 |
684 | 2024-12-19T21:40:04.175Z | Downloaded minimal-lexical v0.2.1 |
685 | 2024-12-19T21:40:04.180Z | Downloaded serde_yaml v0.9.34+deprecated |
686 | 2024-12-19T21:40:04.184Z | Downloaded supports-color v3.0.1 |
687 | 2024-12-19T21:40:04.190Z | Downloaded env_logger v0.11.5 |
688 | 2024-12-19T21:40:04.190Z | Downloaded polyval v0.6.2 |
689 | 2024-12-19T21:40:04.193Z | Downloaded untrusted v0.9.0 |
690 | 2024-12-19T21:40:04.193Z | Downloaded aes v0.8.4 |
691 | 2024-12-19T21:40:04.197Z | Downloaded untrusted v0.7.1 |
692 | 2024-12-19T21:40:04.197Z | Downloaded peg-macros v0.8.4 |
693 | 2024-12-19T21:40:04.202Z | Downloaded zerofrom v0.1.4 |
694 | 2024-12-19T21:40:04.202Z | Downloaded ff v0.13.0 |
695 | 2024-12-19T21:40:04.211Z | Downloaded which v4.4.2 |
696 | 2024-12-19T21:40:04.211Z | Downloaded tar v0.4.42 |
697 | 2024-12-19T21:40:04.217Z | Downloaded hash32 v0.3.1 |
698 | 2024-12-19T21:40:04.217Z | Downloaded futures-sink v0.3.31 |
699 | 2024-12-19T21:40:04.217Z | Downloaded form_urlencoded v1.2.1 |
700 | 2024-12-19T21:40:04.217Z | Downloaded dropshot_endpoint v0.13.0 |
701 | 2024-12-19T21:40:04.217Z | Downloaded newline-converter v0.3.0 |
702 | 2024-12-19T21:40:04.217Z | Downloaded strum_macros v0.26.4 |
703 | 2024-12-19T21:40:04.221Z | Downloaded vte_generate_state_changes v0.1.2 |
704 | 2024-12-19T21:40:04.221Z | Downloaded embedded-io v0.4.0 |
705 | 2024-12-19T21:40:04.225Z | Downloaded derive_builder_core v0.20.2 |
706 | 2024-12-19T21:40:04.225Z | Downloaded rustc-hash v2.0.0 |
707 | 2024-12-19T21:40:04.232Z | Downloaded tokio-tungstenite v0.24.0 |
708 | 2024-12-19T21:40:04.232Z | Downloaded num-derive v0.4.2 |
709 | 2024-12-19T21:40:04.232Z | Downloaded olpc-cjson v0.1.4 |
710 | 2024-12-19T21:40:04.232Z | Downloaded deranged v0.3.11 |
711 | 2024-12-19T21:40:04.236Z | Downloaded tokio-rustls v0.25.0 |
712 | 2024-12-19T21:40:04.236Z | Downloaded oso-derive v0.27.3 |
713 | 2024-12-19T21:40:04.236Z | Downloaded tokio-rustls v0.24.1 |
714 | 2024-12-19T21:40:04.241Z | Downloaded http v1.1.0 |
715 | 2024-12-19T21:40:04.246Z | Downloaded rustls-pemfile v1.0.4 |
716 | 2024-12-19T21:40:04.251Z | Downloaded omicron-zone-package v0.11.1 |
717 | 2024-12-19T21:40:04.251Z | Downloaded url v2.5.3 |
718 | 2024-12-19T21:40:04.254Z | Downloaded slog-stdlog v4.1.1 |
719 | 2024-12-19T21:40:04.254Z | Downloaded sha1 v0.10.6 |
720 | 2024-12-19T21:40:04.258Z | Downloaded slog-async v2.8.0 |
721 | 2024-12-19T21:40:04.258Z | Downloaded num-traits v0.2.19 |
722 | 2024-12-19T21:40:04.264Z | Downloaded siphasher v0.3.11 |
723 | 2024-12-19T21:40:04.268Z | Downloaded radium v0.7.0 |
724 | 2024-12-19T21:40:04.268Z | Downloaded quinn-udp v0.5.5 |
725 | 2024-12-19T21:40:04.269Z | Downloaded defmt v0.3.8 |
726 | 2024-12-19T21:40:04.272Z | Downloaded debug-ignore v1.0.5 |
727 | 2024-12-19T21:40:04.272Z | Downloaded filetime v0.2.25 |
728 | 2024-12-19T21:40:04.279Z | Downloaded spki v0.7.3 |
729 | 2024-12-19T21:40:04.279Z | Downloaded toolchain_find v0.4.0 |
730 | 2024-12-19T21:40:04.288Z | Downloaded defmt-macros v0.3.9 |
731 | 2024-12-19T21:40:04.288Z | Downloaded want v0.3.1 |
732 | 2024-12-19T21:40:04.288Z | Downloaded tinyvec_macros v0.1.1 |
733 | 2024-12-19T21:40:04.299Z | Downloaded libm v0.2.8 |
734 | 2024-12-19T21:40:04.299Z | Downloaded foreign-types v0.3.2 |
735 | 2024-12-19T21:40:04.303Z | Downloaded futures-io v0.3.31 |
736 | 2024-12-19T21:40:04.303Z | Downloaded futures-executor v0.3.31 |
737 | 2024-12-19T21:40:04.303Z | Downloaded defmt-parser v0.3.4 |
738 | 2024-12-19T21:40:04.303Z | Downloaded spin v0.5.2 |
739 | 2024-12-19T21:40:04.303Z | Downloaded postgres-types v0.2.8 |
740 | 2024-12-19T21:40:04.303Z | Downloaded env_filter v0.1.2 |
741 | 2024-12-19T21:40:04.319Z | Downloaded fallible-iterator v0.3.0 |
742 | 2024-12-19T21:40:04.319Z | Downloaded enum-as-inner v0.6.1 |
743 | 2024-12-19T21:40:04.319Z | Downloaded postgres-protocol v0.6.7 |
744 | 2024-12-19T21:40:04.319Z | Downloaded postcard v1.0.10 |
745 | 2024-12-19T21:40:04.319Z | Downloaded poly1305 v0.8.0 |
746 | 2024-12-19T21:40:04.330Z | Downloaded pin-project-lite v0.2.14 |
747 | 2024-12-19T21:40:04.330Z | Downloaded ed25519-dalek v2.1.1 |
748 | 2024-12-19T21:40:04.330Z | Downloaded serde_repr v0.1.19 |
749 | 2024-12-19T21:40:04.333Z | Downloaded slog-term v2.9.1 |
750 | 2024-12-19T21:40:04.333Z | Downloaded sync_wrapper v1.0.1 |
751 | 2024-12-19T21:40:04.333Z | Downloaded zip v0.6.6 |
752 | 2024-12-19T21:40:04.333Z | Downloaded write16 v1.0.0 |
753 | 2024-12-19T21:40:04.341Z | Downloaded rand_core v0.6.4 |
754 | 2024-12-19T21:40:04.341Z | Downloaded pin-utils v0.1.0 |
755 | 2024-12-19T21:40:04.347Z | Downloaded aes-gcm v0.10.3 |
756 | 2024-12-19T21:40:04.347Z | Downloaded termcolor v1.4.1 |
757 | 2024-12-19T21:40:04.347Z | Downloaded quick-error v1.2.3 |
758 | 2024-12-19T21:40:04.347Z | Downloaded zerocopy v0.6.6 |
759 | 2024-12-19T21:40:04.353Z | Downloaded tower-service v0.3.3 |
760 | 2024-12-19T21:40:04.353Z | Downloaded derive_more v0.99.18 |
761 | 2024-12-19T21:40:04.358Z | Downloaded dhcproto-macros v0.1.0 |
762 | 2024-12-19T21:40:04.359Z | Downloaded rfc6979 v0.4.0 |
763 | 2024-12-19T21:40:04.359Z | Downloaded embedded-io v0.6.1 |
764 | 2024-12-19T21:40:04.364Z | Downloaded wait-timeout v0.2.0 |
765 | 2024-12-19T21:40:04.364Z | Downloaded half v2.4.1 |
766 | 2024-12-19T21:40:04.364Z | Downloaded synstructure v0.13.1 |
767 | 2024-12-19T21:40:04.368Z | Downloaded tiny-keccak v2.0.2 |
768 | 2024-12-19T21:40:04.368Z | Downloaded openssl-probe v0.1.5 |
769 | 2024-12-19T21:40:04.382Z | Downloaded num v0.4.3 |
770 | 2024-12-19T21:40:04.382Z | Downloaded crossterm v0.28.1 |
771 | 2024-12-19T21:40:04.386Z | Downloaded secrecy v0.8.0 |
772 | 2024-12-19T21:40:04.386Z | Downloaded pbkdf2 v0.11.0 |
773 | 2024-12-19T21:40:04.387Z | Downloaded num_enum_derive v0.5.11 |
774 | 2024-12-19T21:40:04.387Z | Downloaded either v1.13.0 |
775 | 2024-12-19T21:40:04.387Z | Downloaded dirs-sys-next v0.1.2 |
776 | 2024-12-19T21:40:04.387Z | Downloaded pem-rfc7468 v0.7.0 |
777 | 2024-12-19T21:40:04.393Z | Downloaded tls_codec v0.4.1 |
778 | 2024-12-19T21:40:04.393Z | Downloaded snafu-derive v0.8.5 |
779 | 2024-12-19T21:40:04.397Z | Downloaded futures-channel v0.3.31 |
780 | 2024-12-19T21:40:04.397Z | Downloaded parse-display-derive v0.10.0 |
781 | 2024-12-19T21:40:04.397Z | Downloaded try-lock v0.2.5 |
782 | 2024-12-19T21:40:04.397Z | Downloaded strum v0.26.3 |
783 | 2024-12-19T21:40:04.397Z | Downloaded similar v2.6.0 |
784 | 2024-12-19T21:40:04.401Z | Downloaded downcast v0.11.0 |
785 | 2024-12-19T21:40:04.406Z | Downloaded darling_macro v0.20.10 |
786 | 2024-12-19T21:40:04.406Z | Downloaded r2d2 v0.8.10 |
787 | 2024-12-19T21:40:04.409Z | Downloaded thiserror-impl-no-std v2.0.2 |
788 | 2024-12-19T21:40:04.409Z | Downloaded salsa20 v0.10.2 |
789 | 2024-12-19T21:40:04.409Z | Downloaded toml v0.7.8 |
790 | 2024-12-19T21:40:04.412Z | Downloaded writeable v0.5.5 |
791 | 2024-12-19T21:40:04.416Z | Downloaded utf16_iter v1.0.5 |
792 | 2024-12-19T21:40:04.419Z | Downloaded time-macros v0.2.18 |
793 | 2024-12-19T21:40:04.419Z | Downloaded utf-8 v0.7.6 |
794 | 2024-12-19T21:40:04.423Z | Downloaded x509-cert v0.2.5 |
795 | 2024-12-19T21:40:04.427Z | Downloaded socket2 v0.5.7 |
796 | 2024-12-19T21:40:04.430Z | Downloaded topological-sort v0.2.2 |
797 | 2024-12-19T21:40:04.433Z | Downloaded spin v0.9.8 |
798 | 2024-12-19T21:40:04.437Z | Downloaded itertools v0.13.0 |
799 | 2024-12-19T21:40:04.443Z | Downloaded shell-words v1.1.0 |
800 | 2024-12-19T21:40:04.446Z | Downloaded powerfmt v0.2.0 |
801 | 2024-12-19T21:40:04.447Z | Downloaded nanorand v0.7.0 |
802 | 2024-12-19T21:40:04.447Z | Downloaded hash32 v0.2.1 |
803 | 2024-12-19T21:40:04.452Z | Downloaded parking_lot_core v0.9.10 |
804 | 2024-12-19T21:40:04.462Z | Downloaded ppv-lite86 v0.2.20 |
805 | 2024-12-19T21:40:04.462Z | Downloaded percent-encoding v2.3.1 |
806 | 2024-12-19T21:40:04.462Z | Downloaded pbkdf2 v0.12.2 |
807 | 2024-12-19T21:40:04.462Z | Downloaded password-hash v0.4.2 |
808 | 2024-12-19T21:40:04.472Z | Downloaded parking_lot_core v0.8.6 |
809 | 2024-12-19T21:40:04.472Z | Downloaded oso v0.27.3 |
810 | 2024-12-19T21:40:04.473Z | Downloaded zip v2.1.3 |
811 | 2024-12-19T21:40:04.481Z | Downloaded precomputed-hash v0.1.1 |
812 | 2024-12-19T21:40:04.481Z | Downloaded slog v2.7.0 |
813 | 2024-12-19T21:40:04.481Z | Downloaded rayon-core v1.12.1 |
814 | 2024-12-19T21:40:04.486Z | Downloaded display-error-chain v0.2.2 |
815 | 2024-12-19T21:40:04.486Z | Downloaded data-encoding v2.6.0 |
816 | 2024-12-19T21:40:04.486Z | Downloaded xattr v1.3.1 |
817 | 2024-12-19T21:40:04.488Z | Downloaded unicode-truncate v1.1.0 |
818 | 2024-12-19T21:40:04.488Z | Downloaded rcgen v0.12.1 |
819 | 2024-12-19T21:40:04.493Z | Downloaded pin-project-internal v1.1.6 |
820 | 2024-12-19T21:40:04.493Z | Downloaded hkdf v0.12.4 |
821 | 2024-12-19T21:40:04.493Z | Downloaded snafu v0.8.5 |
822 | 2024-12-19T21:40:04.505Z | Downloaded openssl-macros v0.1.1 |
823 | 2024-12-19T21:40:04.509Z | Downloaded displaydoc v0.2.5 |
824 | 2024-12-19T21:40:04.509Z | Downloaded num-conv v0.1.0 |
825 | 2024-12-19T21:40:04.509Z | Downloaded dropshot_endpoint v0.12.0 |
826 | 2024-12-19T21:40:04.509Z | Downloaded endian-type v0.1.2 |
827 | 2024-12-19T21:40:04.509Z | Downloaded yoke-derive v0.7.4 |
828 | 2024-12-19T21:40:04.509Z | Downloaded tui-tree-widget v0.22.0 |
829 | 2024-12-19T21:40:04.509Z | Downloaded string_cache v0.8.7 |
830 | 2024-12-19T21:40:04.511Z | Downloaded pkcs1 v0.7.5 |
831 | 2024-12-19T21:40:04.515Z | Downloaded thread_local v1.1.8 |
832 | 2024-12-19T21:40:04.515Z | Downloaded stable_deref_trait v1.2.0 |
833 | 2024-12-19T21:40:04.519Z | Downloaded signal-hook-tokio v0.3.1 |
834 | 2024-12-19T21:40:04.519Z | Downloaded glob v0.3.1 |
835 | 2024-12-19T21:40:04.526Z | Downloaded multer v3.1.0 |
836 | 2024-12-19T21:40:04.526Z | Downloaded serde_plain v1.0.2 |
837 | 2024-12-19T21:40:04.530Z | Downloaded parking_lot v0.12.3 |
838 | 2024-12-19T21:40:04.530Z | Downloaded tinyvec v1.8.0 |
839 | 2024-12-19T21:40:04.530Z | Downloaded hyper v1.5.0 |
840 | 2024-12-19T21:40:04.537Z | Downloaded dyn-clone v1.0.17 |
841 | 2024-12-19T21:40:04.544Z | Downloaded der_derive v0.7.3 |
842 | 2024-12-19T21:40:04.544Z | Downloaded take_mut v0.2.2 |
843 | 2024-12-19T21:40:04.551Z | Downloaded tabwriter v1.4.0 |
844 | 2024-12-19T21:40:04.551Z | Downloaded stringprep v0.1.5 |
845 | 2024-12-19T21:40:04.551Z | Downloaded vte v0.11.1 |
846 | 2024-12-19T21:40:04.551Z | Downloaded signal-hook-mio v0.2.4 |
847 | 2024-12-19T21:40:04.551Z | Downloaded thiserror-no-std v2.0.2 |
848 | 2024-12-19T21:40:04.555Z | Downloaded expectorate v1.1.0 |
849 | 2024-12-19T21:40:04.555Z | Downloaded predicates-core v1.0.8 |
850 | 2024-12-19T21:40:04.559Z | Downloaded num_enum v0.5.11 |
851 | 2024-12-19T21:40:04.566Z | Downloaded num-iter v0.1.45 |
852 | 2024-12-19T21:40:04.566Z | Downloaded uuid v1.11.0 |
853 | 2024-12-19T21:40:04.568Z | Downloaded tokio-postgres v0.7.12 |
854 | 2024-12-19T21:40:04.571Z | Downloaded rpassword v7.3.1 |
855 | 2024-12-19T21:40:04.571Z | Downloaded ron v0.7.1 |
856 | 2024-12-19T21:40:04.585Z | Downloaded num-integer v0.1.46 |
857 | 2024-12-19T21:40:04.591Z | Downloaded salty v0.3.0 |
858 | 2024-12-19T21:40:04.591Z | Downloaded shlex v1.3.0 |
859 | 2024-12-19T21:40:04.591Z | Downloaded serde_path_to_error v0.1.16 |
860 | 2024-12-19T21:40:04.594Z | Downloaded psl-types v2.0.11 |
861 | 2024-12-19T21:40:04.594Z | Downloaded pkcs8 v0.10.2 |
862 | 2024-12-19T21:40:04.594Z | Downloaded time-core v0.1.2 |
863 | 2024-12-19T21:40:04.594Z | Downloaded heck v0.3.3 |
864 | 2024-12-19T21:40:04.597Z | Downloaded unicode-xid v0.2.6 |
865 | 2024-12-19T21:40:04.597Z | Downloaded progenitor-macro v0.8.0 |
866 | 2024-12-19T21:40:04.597Z | Downloaded packed_struct_codegen v0.10.1 |
867 | 2024-12-19T21:40:04.600Z | Downloaded ron v0.8.1 |
868 | 2024-12-19T21:40:04.606Z | Downloaded headers v0.4.0 |
869 | 2024-12-19T21:40:04.610Z | Downloaded openssl-sys v0.9.103 |
870 | 2024-12-19T21:40:04.615Z | Downloaded zerovec v0.10.4 |
871 | 2024-12-19T21:40:04.622Z | Downloaded static_assertions v1.1.0 |
872 | 2024-12-19T21:40:04.625Z | Downloaded signal-hook-registry v1.4.2 |
873 | 2024-12-19T21:40:04.629Z | Downloaded ena v0.14.3 |
874 | 2024-12-19T21:40:04.630Z | Downloaded fs_extra v1.3.0 |
875 | 2024-12-19T21:40:04.643Z | Downloaded toml_edit v0.19.15 |
876 | 2024-12-19T21:40:04.646Z | Downloaded rusty-fork v0.3.0 |
877 | 2024-12-19T21:40:04.661Z | Downloaded rustc_version v0.1.7 |
878 | 2024-12-19T21:40:04.661Z | Downloaded predicates-tree v1.0.11 |
879 | 2024-12-19T21:40:04.661Z | Downloaded owo-colors v4.1.0 |
880 | 2024-12-19T21:40:04.667Z | Downloaded des v0.8.1 |
881 | 2024-12-19T21:40:04.667Z | Downloaded hashbrown v0.12.3 |
882 | 2024-12-19T21:40:04.667Z | Downloaded tap v1.0.1 |
883 | 2024-12-19T21:40:04.668Z | Downloaded phf_codegen v0.11.2 |
884 | 2024-12-19T21:40:04.668Z | Downloaded phf v0.11.2 |
885 | 2024-12-19T21:40:04.668Z | Downloaded packed_struct v0.10.1 |
886 | 2024-12-19T21:40:04.668Z | Downloaded typify v0.2.0 |
887 | 2024-12-19T21:40:04.678Z | Downloaded universal-hash v0.5.1 |
888 | 2024-12-19T21:40:04.678Z | Downloaded fixedbitset v0.4.2 |
889 | 2024-12-19T21:40:04.678Z | Downloaded flagset v0.4.6 |
890 | 2024-12-19T21:40:04.678Z | Downloaded float-cmp v0.9.0 |
891 | 2024-12-19T21:40:04.678Z | Downloaded xz2 v0.1.7 |
892 | 2024-12-19T21:40:04.683Z | Downloaded float-ord v0.3.2 |
893 | 2024-12-19T21:40:04.683Z | Downloaded unicode-properties v0.1.3 |
894 | 2024-12-19T21:40:04.683Z | Downloaded aws-lc-rs v1.10.0 |
895 | 2024-12-19T21:40:04.705Z | Downloaded signal-hook v0.3.17 |
896 | 2024-12-19T21:40:04.731Z | Downloaded pin-project v1.1.6 |
897 | 2024-12-19T21:40:04.731Z | Downloaded rustls-pemfile v2.2.0 |
898 | 2024-12-19T21:40:04.731Z | Downloaded futures-util v0.3.31 |
899 | 2024-12-19T21:40:04.737Z | Downloaded tracing-attributes v0.1.27 |
900 | 2024-12-19T21:40:04.737Z | Downloaded serde_derive_internals v0.29.1 |
901 | 2024-12-19T21:40:04.737Z | Downloaded parking_lot v0.11.2 |
902 | 2024-12-19T21:40:04.737Z | Downloaded quinn v0.11.5 |
903 | 2024-12-19T21:40:04.737Z | Downloaded parse-zoneinfo v0.3.1 |
904 | 2024-12-19T21:40:04.737Z | Downloaded term v0.7.0 |
905 | 2024-12-19T21:40:04.737Z | Downloaded der v0.7.9 |
906 | 2024-12-19T21:40:04.750Z | Downloaded tracing v0.1.40 |
907 | 2024-12-19T21:40:04.750Z | Downloaded quinn-proto v0.11.8 |
908 | 2024-12-19T21:40:04.755Z | Downloaded funty v2.0.0 |
909 | 2024-12-19T21:40:04.755Z | Downloaded rayon v1.10.0 |
910 | 2024-12-19T21:40:04.762Z | Downloaded dhcproto v0.12.0 |
911 | 2024-12-19T21:40:04.765Z | Downloaded h2 v0.4.6 |
912 | 2024-12-19T21:40:04.769Z | Downloaded lalrpop v0.19.12 |
913 | 2024-12-19T21:40:04.780Z | Downloaded mockall_derive v0.13.0 |
914 | 2024-12-19T21:40:04.783Z | Downloaded tracing-core v0.1.32 |
915 | 2024-12-19T21:40:04.786Z | Downloaded heapless v0.7.17 |
916 | 2024-12-19T21:40:04.792Z | Downloaded nom v7.1.3 |
917 | 2024-12-19T21:40:04.797Z | Downloaded rusqlite v0.32.1 |
918 | 2024-12-19T21:40:04.804Z | Downloaded tungstenite v0.21.0 |
919 | 2024-12-19T21:40:04.807Z | Downloaded unicode_categories v0.1.1 |
920 | 2024-12-19T21:40:04.819Z | Downloaded reedline v0.35.0 |
921 | 2024-12-19T21:40:04.825Z | Downloaded rustls-pki-types v1.10.0 |
922 | 2024-12-19T21:40:04.825Z | Downloaded icu_properties_data v1.5.0 |
923 | 2024-12-19T21:40:04.831Z | Downloaded publicsuffix v2.2.3 |
924 | 2024-12-19T21:40:04.845Z | Downloaded flume v0.11.1 |
925 | 2024-12-19T21:40:04.849Z | Downloaded bindgen v0.69.5 |
926 | 2024-12-19T21:40:04.849Z | Downloaded rand v0.8.5 |
927 | 2024-12-19T21:40:04.849Z | Downloaded sqlparser v0.45.0 |
928 | 2024-12-19T21:40:04.854Z | Downloaded heapless v0.8.0 |
929 | 2024-12-19T21:40:04.858Z | Downloaded unsafe-libyaml v0.2.11 |
930 | 2024-12-19T21:40:04.862Z | Downloaded rustyline v14.0.0 |
931 | 2024-12-19T21:40:04.867Z | Downloaded portable-atomic v1.9.0 |
932 | 2024-12-19T21:40:04.875Z | Downloaded typed-path v0.9.3 |
933 | 2024-12-19T21:40:04.881Z | Downloaded rustls-webpki v0.102.8 |
934 | 2024-12-19T21:40:04.901Z | Downloaded unicode-segmentation v1.12.0 |
935 | 2024-12-19T21:40:04.905Z | Downloaded time v0.3.36 |
936 | 2024-12-19T21:40:04.911Z | Downloaded num-bigint-dig v0.8.4 |
937 | 2024-12-19T21:40:04.917Z | Downloaded idna v0.4.0 |
938 | 2024-12-19T21:40:04.925Z | Downloaded tough v0.19.0 |
939 | 2024-12-19T21:40:04.941Z | Downloaded flate2 v1.0.34 |
940 | 2024-12-19T21:40:04.953Z | Downloaded num-bigint v0.4.6 |
941 | 2024-12-19T21:40:04.963Z | Downloaded reqwest v0.12.9 |
942 | 2024-12-19T21:40:04.975Z | Downloaded unicode-normalization v0.1.24 |
943 | 2024-12-19T21:40:04.979Z | Downloaded object v0.30.4 |
944 | 2024-12-19T21:40:04.987Z | Downloaded petname v2.0.2 |
945 | 2024-12-19T21:40:04.993Z | Downloaded unicode-width v0.2.0 |
946 | 2024-12-19T21:40:04.999Z | Downloaded rustls-webpki v0.101.7 |
947 | 2024-12-19T21:40:05.023Z | Downloaded polar-core v0.27.3 |
948 | 2024-12-19T21:40:05.032Z | Downloaded idna v0.3.0 |
949 | 2024-12-19T21:40:05.037Z | Downloaded curve25519-dalek v4.1.3 |
950 | 2024-12-19T21:40:05.041Z | Downloaded regex v1.11.1 |
951 | 2024-12-19T21:40:05.050Z | Downloaded webpki-roots v0.26.6 |
952 | 2024-12-19T21:40:05.054Z | Downloaded regex-syntax v0.6.29 |
953 | 2024-12-19T21:40:05.062Z | Downloaded quick-xml v0.33.0 |
954 | 2024-12-19T21:40:05.068Z | Downloaded nix v0.27.1 |
955 | 2024-12-19T21:40:05.092Z | Downloaded bstr v1.10.0 |
956 | 2024-12-19T21:40:05.098Z | Downloaded radix_trie v0.2.1 |
957 | 2024-12-19T21:40:05.098Z | Downloaded hickory-proto v0.24.1 |
958 | 2024-12-19T21:40:05.110Z | Downloaded proptest v1.5.0 |
959 | 2024-12-19T21:40:05.120Z | Downloaded dropshot v0.12.0 |
960 | 2024-12-19T21:40:05.147Z | Downloaded zerocopy v0.8.10 |
961 | 2024-12-19T21:40:05.165Z | Downloaded git2 v0.19.0 |
962 | 2024-12-19T21:40:05.172Z | Downloaded nix v0.28.0 |
963 | 2024-12-19T21:40:05.183Z | Downloaded smoltcp v0.11.0 |
964 | 2024-12-19T21:40:05.197Z | Downloaded gimli v0.31.1 |
965 | 2024-12-19T21:40:05.204Z | Downloaded rustls v0.23.19 |
966 | 2024-12-19T21:40:05.216Z | Downloaded dropshot v0.13.0 |
967 | 2024-12-19T21:40:05.245Z | Downloaded diesel v2.2.6 |
968 | 2024-12-19T21:40:05.256Z | Downloaded regress v0.9.1 |
969 | 2024-12-19T21:40:05.265Z | Downloaded rustls v0.22.4 |
970 | 2024-12-19T21:40:05.279Z | Downloaded sled v0.34.7 |
971 | 2024-12-19T21:40:05.290Z | Downloaded rustls v0.21.12 |
972 | 2024-12-19T21:40:05.299Z | Downloaded regress v0.10.1 |
973 | 2024-12-19T21:40:05.308Z | Downloaded nix v0.29.0 |
974 | 2024-12-19T21:40:05.321Z | Downloaded typify-impl v0.2.0 |
975 | 2024-12-19T21:40:05.336Z | Downloaded openapiv3 v2.0.0 |
976 | 2024-12-19T21:40:05.349Z | Downloaded regex-syntax v0.8.5 |
977 | 2024-12-19T21:40:05.357Z | Downloaded smoltcp v0.9.1 |
978 | 2024-12-19T21:40:05.367Z | Downloaded openssl v0.10.66 |
979 | 2024-12-19T21:40:05.384Z | Downloaded object v0.36.5 |
980 | 2024-12-19T21:40:05.393Z | Downloaded ratatui v0.28.1 |
981 | 2024-12-19T21:40:05.408Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
982 | 2024-12-19T21:40:05.420Z | Downloaded zerocopy-derive v0.6.6 |
983 | 2024-12-19T21:40:05.431Z | Downloaded regex-automata v0.4.8 |
984 | 2024-12-19T21:40:05.449Z | Downloaded lzma-sys v0.1.20 |
985 | 2024-12-19T21:40:05.479Z | Downloaded chrono-tz v0.10.0 |
986 | 2024-12-19T21:40:05.486Z | Downloaded trust-dns-proto v0.22.0 |
987 | 2024-12-19T21:40:05.498Z | Downloaded idna v0.2.3 |
988 | 2024-12-19T21:40:05.504Z | Downloaded tokio v1.40.0 |
989 | 2024-12-19T21:40:05.541Z | Downloaded petgraph v0.6.5 |
990 | 2024-12-19T21:40:05.558Z | Downloaded libz-sys v1.1.20 |
991 | 2024-12-19T21:40:05.579Z | Downloaded winnow v0.5.40 |
992 | 2024-12-19T21:40:05.588Z | Downloaded p384 v0.13.0 |
993 | 2024-12-19T21:40:05.594Z | Downloaded idna v0.5.0 |
994 | 2024-12-19T21:40:05.602Z | Downloaded vcpkg v0.2.15 |
995 | 2024-12-19T21:40:05.641Z | Downloaded hashbrown v0.14.5 |
996 | 2024-12-19T21:40:05.646Z | Downloaded steno v0.4.1 |
997 | 2024-12-19T21:40:05.650Z | Downloaded bitvec v1.0.1 |
998 | 2024-12-19T21:40:05.664Z | Downloaded unicode-bidi v0.3.17 |
999 | 2024-12-19T21:40:05.667Z | Downloaded csv v1.3.0 |
1000 | 2024-12-19T21:40:05.693Z | Downloaded zopfli v0.8.1 |
1001 | 2024-12-19T21:40:05.697Z | Downloaded zerocopy-derive v0.8.10 |
1002 | 2024-12-19T21:40:05.701Z | Downloaded sha3 v0.10.8 |
1003 | 2024-12-19T21:40:05.714Z | Downloaded ssh-key v0.6.6 |
1004 | 2024-12-19T21:40:05.719Z | Downloaded chrono v0.4.38 |
1005 | 2024-12-19T21:40:05.719Z | Downloaded darling_core v0.20.10 |
1006 | 2024-12-19T21:40:05.722Z | Downloaded hashbrown v0.13.2 |
1007 | 2024-12-19T21:40:05.726Z | Downloaded native-tls v0.2.12 |
1008 | 2024-12-19T21:40:05.730Z | Downloaded num-complex v0.4.6 |
1009 | 2024-12-19T21:40:05.735Z | Downloaded pkcs5 v0.7.1 |
1010 | 2024-12-19T21:40:05.738Z | Downloaded tokio-util v0.7.12 |
1011 | 2024-12-19T21:40:05.741Z | Downloaded schemars v0.8.21 |
1012 | 2024-12-19T21:40:05.753Z | Downloaded phf_generator v0.11.2 |
1013 | 2024-12-19T21:40:05.755Z | Downloaded russh v0.45.0 |
1014 | 2024-12-19T21:40:05.760Z | Downloaded blake3 v1.5.4 |
1015 | 2024-12-19T21:40:05.772Z | Downloaded p521 v0.13.3 |
1016 | 2024-12-19T21:40:05.780Z | Downloaded serde_with v3.11.0 |
1017 | 2024-12-19T21:40:05.797Z | Downloaded hashlink v0.9.1 |
1018 | 2024-12-19T21:40:05.802Z | Downloaded fragile v2.0.0 |
1019 | 2024-12-19T21:40:05.802Z | Downloaded enum-as-inner v0.5.1 |
1020 | 2024-12-19T21:40:05.802Z | Downloaded nodrop v0.1.14 |
1021 | 2024-12-19T21:40:05.802Z | Downloaded elliptic-curve v0.13.8 |
1022 | 2024-12-19T21:40:05.802Z | Downloaded prettyplease v0.2.25 |
1023 | 2024-12-19T21:40:05.811Z | Downloaded whoami v1.5.2 |
1024 | 2024-12-19T21:40:05.817Z | Downloaded futures v0.3.31 |
1025 | 2024-12-19T21:40:05.818Z | Downloaded itertools v0.12.1 |
1026 | 2024-12-19T21:40:05.820Z | Downloaded foldhash v0.1.3 |
1027 | 2024-12-19T21:40:05.824Z | Downloaded libxml v0.3.3 |
1028 | 2024-12-19T21:40:05.829Z | Downloaded idna v1.0.3 |
1029 | 2024-12-19T21:40:05.834Z | Downloaded itertools v0.10.5 |
1030 | 2024-12-19T21:40:05.840Z | Downloaded subprocess v0.2.9 |
1031 | 2024-12-19T21:40:05.843Z | Downloaded p256 v0.13.2 |
1032 | 2024-12-19T21:40:05.847Z | Downloaded bumpalo v3.16.0 |
1033 | 2024-12-19T21:40:05.850Z | Downloaded qorb v0.2.1 |
1034 | 2024-12-19T21:40:05.854Z | Downloaded nu-ansi-term v0.50.1 |
1035 | 2024-12-19T21:40:05.859Z | Downloaded diff v0.1.13 |
1036 | 2024-12-19T21:40:05.866Z | Downloaded diesel_derives v2.2.3 |
1037 | 2024-12-19T21:40:05.869Z | Downloaded russh-keys v0.45.0 |
1038 | 2024-12-19T21:40:05.870Z | Downloaded rsa v0.9.6 |
1039 | 2024-12-19T21:40:05.874Z | Downloaded globset v0.4.15 |
1040 | 2024-12-19T21:40:05.879Z | Downloaded walkdir v2.5.0 |
1041 | 2024-12-19T21:40:05.879Z | Downloaded slog-bunyan v2.5.0 |
1042 | 2024-12-19T21:40:05.879Z | Downloaded semver v0.1.20 |
1043 | 2024-12-19T21:40:05.890Z | Downloaded rustc-hash v1.1.0 |
1044 | 2024-12-19T21:40:05.890Z | Downloaded encoding_rs v0.8.34 |
1045 | 2024-12-19T21:40:05.901Z | Downloaded rand_xorshift v0.3.0 |
1046 | 2024-12-19T21:40:05.904Z | Downloaded pem v3.0.4 |
1047 | 2024-12-19T21:40:05.904Z | Downloaded tungstenite v0.23.0 |
1048 | 2024-12-19T21:40:05.907Z | Downloaded hickory-resolver v0.24.1 |
1049 | 2024-12-19T21:40:05.912Z | Downloaded cc v1.1.30 |
1050 | 2024-12-19T21:40:05.915Z | Downloaded base64 v0.21.7 |
1051 | 2024-12-19T21:40:05.919Z | Downloaded sct v0.7.1 |
1052 | 2024-12-19T21:40:05.923Z | Downloaded derive_builder v0.20.2 |
1053 | 2024-12-19T21:40:05.927Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1054 | 2024-12-19T21:40:05.991Z | Downloaded vergen v8.3.2 |
1055 | 2024-12-19T21:40:05.995Z | Downloaded futures-macro v0.3.31 |
1056 | 2024-12-19T21:40:05.996Z | Downloaded dunce v1.0.5 |
1057 | 2024-12-19T21:40:06.000Z | Downloaded dsl_auto_type v0.1.2 |
1058 | 2024-12-19T21:40:06.000Z | Downloaded difflib v0.4.0 |
1059 | 2024-12-19T21:40:06.000Z | Downloaded zerovec-derive v0.10.3 |
1060 | 2024-12-19T21:40:06.000Z | Downloaded zeroize v1.8.1 |
1061 | 2024-12-19T21:40:06.005Z | Downloaded zerofrom-derive v0.1.4 |
1062 | 2024-12-19T21:40:06.005Z | Downloaded wyz v0.5.1 |
1063 | 2024-12-19T21:40:06.005Z | Downloaded unicase v2.7.0 |
1064 | 2024-12-19T21:40:06.005Z | Downloaded tokio-native-tls v0.3.1 |
1065 | 2024-12-19T21:40:06.010Z | Downloaded tls_codec_derive v0.4.1 |
1066 | 2024-12-19T21:40:06.010Z | Downloaded thiserror-impl v2.0.3 |
1067 | 2024-12-19T21:40:06.010Z | Downloaded derive-where v1.2.7 |
1068 | 2024-12-19T21:40:06.014Z | Downloaded crypto-bigint v0.5.5 |
1069 | 2024-12-19T21:40:06.019Z | Downloaded typify-macro v0.2.0 |
1070 | 2024-12-19T21:40:06.022Z | Downloaded predicates v3.1.2 |
1071 | 2024-12-19T21:40:06.022Z | Downloaded subtle v2.6.1 |
1072 | 2024-12-19T21:40:06.025Z | Downloaded num-rational v0.4.2 |
1073 | 2024-12-19T21:40:06.025Z | Downloaded strip-ansi-escapes v0.2.0 |
1074 | 2024-12-19T21:40:06.025Z | Downloaded tokio-tungstenite v0.21.0 |
1075 | 2024-12-19T21:40:06.029Z | Downloaded test-strategy v0.3.1 |
1076 | 2024-12-19T21:40:06.038Z | Downloaded const_format v0.2.33 |
1077 | 2024-12-19T21:40:06.044Z | Downloaded backtrace v0.3.74 |
1078 | 2024-12-19T21:40:06.044Z | Downloaded phf_shared v0.11.2 |
1079 | 2024-12-19T21:40:06.044Z | Downloaded tokio-tungstenite v0.23.1 |
1080 | 2024-12-19T21:40:06.049Z | Downloaded tokio-stream v0.1.16 |
1081 | 2024-12-19T21:40:06.049Z | Downloaded tokio-rustls v0.26.0 |
1082 | 2024-12-19T21:40:06.051Z | Downloaded progenitor-impl v0.8.0 |
1083 | 2024-12-19T21:40:06.059Z | Downloaded miniz_oxide v0.8.0 |
1084 | 2024-12-19T21:40:06.059Z | Downloaded hyper-util v0.1.10 |
1085 | 2024-12-19T21:40:06.069Z | Downloaded chacha20poly1305 v0.10.1 |
1086 | 2024-12-19T21:40:06.069Z | Downloaded smallvec v0.6.14 |
1087 | 2024-12-19T21:40:06.073Z | Downloaded icu_properties v1.5.1 |
1088 | 2024-12-19T21:40:06.073Z | Downloaded gethostname v0.5.0 |
1089 | 2024-12-19T21:40:06.073Z | Downloaded fd-lock v4.0.2 |
1090 | 2024-12-19T21:40:06.073Z | Downloaded ed25519 v2.2.3 |
1091 | 2024-12-19T21:40:06.077Z | Downloaded litemap v0.7.3 |
1092 | 2024-12-19T21:40:06.077Z | Downloaded icu_locid_transform_data v1.5.0 |
1093 | 2024-12-19T21:40:06.077Z | Downloaded ssh-cipher v0.2.0 |
1094 | 2024-12-19T21:40:06.081Z | Downloaded serde_urlencoded v0.7.1 |
1095 | 2024-12-19T21:40:06.081Z | Downloaded memmap2 v0.9.5 |
1096 | 2024-12-19T21:40:06.084Z | Downloaded crc-any v2.5.0 |
1097 | 2024-12-19T21:40:06.084Z | Downloaded cancel-safe-futures v0.1.5 |
1098 | 2024-12-19T21:40:06.088Z | Downloaded fxhash v0.2.1 |
1099 | 2024-12-19T21:40:06.088Z | Downloaded serde_with_macros v3.11.0 |
1100 | 2024-12-19T21:40:06.091Z | Downloaded crossbeam-epoch v0.9.18 |
1101 | 2024-12-19T21:40:06.093Z | Downloaded clang-sys v1.8.1 |
1102 | 2024-12-19T21:40:06.096Z | Downloaded resolv-conf v0.7.0 |
1103 | 2024-12-19T21:40:06.096Z | Downloaded ref-cast-impl v1.0.23 |
1104 | 2024-12-19T21:40:06.096Z | Downloaded indoc v1.0.9 |
1105 | 2024-12-19T21:40:06.099Z | Downloaded blake2 v0.10.6 |
1106 | 2024-12-19T21:40:06.102Z | Downloaded hyper-rustls v0.27.3 |
1107 | 2024-12-19T21:40:06.105Z | Downloaded backoff v0.4.0 |
1108 | 2024-12-19T21:40:06.107Z | Downloaded kstat-rs v0.2.4 |
1109 | 2024-12-19T21:40:06.111Z | Downloaded array-init v0.0.4 |
1110 | 2024-12-19T21:40:06.111Z | Downloaded lazycell v1.3.0 |
1111 | 2024-12-19T21:40:06.111Z | Downloaded lalrpop-util v0.19.12 |
1112 | 2024-12-19T21:40:06.115Z | Downloaded internet-checksum v0.2.1 |
1113 | 2024-12-19T21:40:06.115Z | Downloaded impl-trait-for-tuples v0.2.2 |
1114 | 2024-12-19T21:40:06.115Z | Downloaded cfg_aliases v0.2.1 |
1115 | 2024-12-19T21:40:06.120Z | Downloaded async-trait v0.1.83 |
1116 | 2024-12-19T21:40:06.123Z | Downloaded ciborium-ll v0.2.2 |
1117 | 2024-12-19T21:40:06.123Z | Downloaded instability v0.3.2 |
1118 | 2024-12-19T21:40:06.123Z | Downloaded humantime v2.1.0 |
1119 | 2024-12-19T21:40:06.123Z | Downloaded lru-cache v0.1.2 |
1120 | 2024-12-19T21:40:06.126Z | Downloaded cipher v0.4.4 |
1121 | 2024-12-19T21:40:06.126Z | Downloaded chacha20 v0.9.1 |
1122 | 2024-12-19T21:40:06.128Z | Downloaded bitflags v1.3.2 |
1123 | 2024-12-19T21:40:06.131Z | Downloaded httpdate v1.0.3 |
1124 | 2024-12-19T21:40:06.134Z | Downloaded http-body-util v0.1.2 |
1125 | 2024-12-19T21:40:06.134Z | Downloaded hostname v0.3.1 |
1126 | 2024-12-19T21:40:06.134Z | Downloaded home v0.5.9 |
1127 | 2024-12-19T21:40:06.137Z | Downloaded assert_matches v1.5.0 |
1128 | 2024-12-19T21:40:06.137Z | Downloaded arrayref v0.3.9 |
1129 | 2024-12-19T21:40:06.137Z | Downloaded match_cfg v0.1.0 |
1130 | 2024-12-19T21:40:06.143Z | Downloaded ascii-canvas v3.0.0 |
1131 | 2024-12-19T21:40:06.143Z | Downloaded instant v0.1.13 |
1132 | 2024-12-19T21:40:06.143Z | Downloaded http-body v1.0.1 |
1133 | 2024-12-19T21:40:06.143Z | Downloaded aead v0.5.2 |
1134 | 2024-12-19T21:40:06.151Z | Downloaded adler2 v2.0.0 |
1135 | 2024-12-19T21:40:06.360Z | Downloaded ring v0.17.8 |
1136 | 2024-12-19T21:40:06.479Z | Downloaded libsqlite3-sys v0.30.1 |
1137 | 2024-12-19T21:40:06.602Z | Downloaded ring v0.16.20 |
1138 | 2024-12-19T21:40:06.865Z | Downloaded aws-lc-sys v0.22.0 |
1139 | 2024-12-19T21:40:07.174Z | Compiling serde v1.0.215 |
1140 | 2024-12-19T21:40:07.183Z | Compiling lock_api v0.4.12 |
1141 | 2024-12-19T21:40:07.183Z | Compiling scopeguard v1.2.0 |
1142 | 2024-12-19T21:40:07.183Z | Compiling value-bag v1.9.0 |
1143 | 2024-12-19T21:40:07.183Z | Compiling typenum v1.17.0 |
1144 | 2024-12-19T21:40:07.183Z | Compiling generic-array v0.14.7 |
1145 | 2024-12-19T21:40:07.349Z | Compiling syn v2.0.87 |
1146 | 2024-12-19T21:40:07.362Z | Compiling getrandom v0.2.15 |
1147 | 2024-12-19T21:40:07.547Z | Compiling subtle v2.6.1 |
1148 | 2024-12-19T21:40:07.819Z | Compiling log v0.4.22 |
1149 | 2024-12-19T21:40:07.868Z | Compiling rand_core v0.6.4 |
1150 | 2024-12-19T21:40:07.902Z | Compiling shlex v1.3.0 |
1151 | 2024-12-19T21:40:07.936Z | Compiling jobserver v0.1.32 |
1152 | 2024-12-19T21:40:08.232Z | Compiling const-oid v0.9.6 |
1153 | 2024-12-19T21:40:08.286Z | Compiling cc v1.1.30 |
1154 | 2024-12-19T21:40:08.359Z | Compiling smallvec v1.13.2 |
1155 | 2024-12-19T21:40:08.382Z | Compiling spin v0.9.8 |
1156 | 2024-12-19T21:40:08.656Z | Compiling pin-project-lite v0.2.14 |
1157 | 2024-12-19T21:40:08.748Z | Compiling rustix v0.38.37 |
1158 | 2024-12-19T21:40:08.786Z | Compiling parking_lot_core v0.9.10 |
1159 | 2024-12-19T21:40:08.807Z | Compiling futures-core v0.3.31 |
1160 | 2024-12-19T21:40:08.829Z | Compiling signal-hook-registry v1.4.2 |
1161 | 2024-12-19T21:40:09.045Z | Compiling mio v1.0.2 |
1162 | 2024-12-19T21:40:09.665Z | Compiling parking_lot v0.12.3 |
1163 | 2024-12-19T21:40:09.685Z | Compiling aho-corasick v1.1.3 |
1164 | 2024-12-19T21:40:09.885Z | Compiling cpufeatures v0.2.14 |
1165 | 2024-12-19T21:40:09.990Z | Compiling regex-syntax v0.8.5 |
1166 | 2024-12-19T21:40:10.098Z | Compiling lazy_static v1.5.0 |
1167 | 2024-12-19T21:40:10.189Z | Compiling either v1.13.0 |
1168 | 2024-12-19T21:40:10.229Z | Compiling glob v0.3.1 |
1169 | 2024-12-19T21:40:10.275Z | Compiling futures-sink v0.3.31 |
1170 | 2024-12-19T21:40:10.454Z | Compiling stable_deref_trait v1.2.0 |
1171 | 2024-12-19T21:40:10.567Z | Compiling socket2 v0.5.7 |
1172 | 2024-12-19T21:40:10.654Z | Compiling slab v0.4.9 |
1173 | 2024-12-19T21:40:10.724Z | Compiling prettyplease v0.2.25 |
1174 | 2024-12-19T21:40:11.082Z | Compiling minimal-lexical v0.2.1 |
1175 | 2024-12-19T21:40:11.298Z | Compiling clang-sys v1.8.1 |
1176 | 2024-12-19T21:40:11.401Z | Compiling libloading v0.8.5 |
1177 | 2024-12-19T21:40:11.677Z | Compiling nom v7.1.3 |
1178 | 2024-12-19T21:40:11.688Z | Compiling serde_json v1.0.132 |
1179 | 2024-12-19T21:40:11.830Z | Compiling bindgen v0.69.5 |
1180 | 2024-12-19T21:40:11.925Z | Compiling home v0.5.9 |
1181 | 2024-12-19T21:40:12.221Z | Compiling itertools v0.10.5 |
1182 | 2024-12-19T21:40:12.626Z | Compiling futures-channel v0.3.31 |
1183 | 2024-12-19T21:40:12.698Z | Compiling lazycell v1.3.0 |
1184 | 2024-12-19T21:40:12.877Z | Compiling allocator-api2 v0.2.18 |
1185 | 2024-12-19T21:40:13.056Z | Compiling foldhash v0.1.3 |
1186 | 2024-12-19T21:40:13.380Z | Compiling futures-io v0.3.31 |
1187 | 2024-12-19T21:40:13.681Z | Compiling futures-task v0.3.31 |
1188 | 2024-12-19T21:40:13.720Z | Compiling rustc-hash v1.1.0 |
1189 | 2024-12-19T21:40:13.870Z | Compiling regex-automata v0.4.8 |
1190 | 2024-12-19T21:40:13.995Z | Compiling pin-utils v0.1.0 |
1191 | 2024-12-19T21:40:14.090Z | Compiling hashbrown v0.15.1 |
1192 | 2024-12-19T21:40:15.099Z | Compiling synstructure v0.13.1 |
1193 | 2024-12-19T21:40:15.379Z | Compiling cexpr v0.6.0 |
1194 | 2024-12-19T21:40:15.533Z | Compiling cmake v0.1.51 |
1195 | 2024-12-19T21:40:16.560Z | Compiling dunce v1.0.5 |
1196 | 2024-12-19T21:40:16.695Z | Compiling tinyvec_macros v0.1.1 |
1197 | 2024-12-19T21:40:16.792Z | Compiling pkg-config v0.3.31 |
1198 | 2024-12-19T21:40:16.843Z | Compiling libm v0.2.8 |
1199 | 2024-12-19T21:40:17.016Z | Compiling fs_extra v1.3.0 |
1200 | 2024-12-19T21:40:17.174Z | Compiling tinyvec v1.8.0 |
1201 | 2024-12-19T21:40:17.197Z | Compiling num-traits v0.2.19 |
1202 | 2024-12-19T21:40:17.704Z | Compiling ring v0.17.8 |
1203 | 2024-12-19T21:40:18.310Z | Compiling writeable v0.5.5 |
1204 | 2024-12-19T21:40:18.616Z | Compiling base64ct v1.6.0 |
1205 | 2024-12-19T21:40:18.695Z | Compiling unicode-normalization v0.1.24 |
1206 | 2024-12-19T21:40:18.864Z | Compiling litemap v0.7.3 |
1207 | 2024-12-19T21:40:18.913Z | Compiling paste v1.0.15 |
1208 | 2024-12-19T21:40:19.000Z | Compiling unicode-bidi v0.3.17 |
1209 | 2024-12-19T21:40:19.199Z | Compiling pem-rfc7468 v0.7.0 |
1210 | 2024-12-19T21:40:19.432Z | Compiling regex v1.11.1 |
1211 | 2024-12-19T21:40:19.895Z | Compiling flagset v0.4.6 |
1212 | 2024-12-19T21:40:20.202Z | Compiling httparse v1.9.5 |
1213 | 2024-12-19T21:40:20.317Z | Compiling aws-lc-rs v1.10.0 |
1214 | 2024-12-19T21:40:20.752Z | Compiling tracing-core v0.1.32 |
1215 | 2024-12-19T21:40:20.933Z | Compiling icu_locid_transform_data v1.5.0 |
1216 | 2024-12-19T21:40:21.027Z | Compiling percent-encoding v2.3.1 |
1217 | 2024-12-19T21:40:21.384Z | Compiling crossbeam-utils v0.8.20 |
1218 | 2024-12-19T21:40:21.636Z | Compiling rustls-pki-types v1.10.0 |
1219 | 2024-12-19T21:40:22.006Z | Compiling serde_derive v1.0.215 |
1220 | 2024-12-19T21:40:22.030Z | Compiling zeroize_derive v1.4.2 |
1221 | 2024-12-19T21:40:22.056Z | Compiling zerocopy-derive v0.7.35 |
1222 | 2024-12-19T21:40:26.285Z | Compiling tokio-macros v2.4.0 |
1223 | 2024-12-19T21:40:26.356Z | Compiling zerofrom-derive v0.1.4 |
1224 | 2024-12-19T21:40:26.356Z | Compiling zeroize v1.8.1 |
1225 | 2024-12-19T21:40:26.356Z | Compiling yoke-derive v0.7.4 |
1226 | 2024-12-19T21:40:26.356Z | Compiling thiserror-impl v1.0.69 |
1227 | 2024-12-19T21:40:26.356Z | Compiling zerocopy v0.7.35 |
1228 | 2024-12-19T21:40:26.356Z | Compiling crypto-common v0.1.6 |
1229 | 2024-12-19T21:40:26.435Z | Compiling block-buffer v0.10.4 |
1230 | 2024-12-19T21:40:26.435Z | Compiling digest v0.10.7 |
1231 | 2024-12-19T21:40:26.435Z | Compiling futures-macro v0.3.31 |
1232 | 2024-12-19T21:40:26.435Z | Compiling zerovec-derive v0.10.3 |
1233 | 2024-12-19T21:40:26.435Z | Compiling hmac v0.12.1 |
1234 | 2024-12-19T21:40:26.535Z | Compiling block-padding v0.3.3 |
1235 | 2024-12-19T21:40:26.719Z | Compiling zerofrom v0.1.4 |
1236 | 2024-12-19T21:40:26.764Z | Compiling displaydoc v0.2.5 |
1237 | 2024-12-19T21:40:26.953Z | Compiling yoke v0.7.4 |
1238 | 2024-12-19T21:40:26.956Z | Compiling inout v0.1.3 |
1239 | 2024-12-19T21:40:27.254Z | Compiling cipher v0.4.4 |
1240 | 2024-12-19T21:40:27.321Z | Compiling sha2 v0.10.8 |
1241 | 2024-12-19T21:40:27.456Z | Compiling thiserror v1.0.69 |
1242 | 2024-12-19T21:40:27.607Z | Compiling ppv-lite86 v0.2.20 |
1243 | 2024-12-19T21:40:27.768Z | Compiling futures-util v0.3.31 |
1244 | 2024-12-19T21:40:27.789Z | Compiling der_derive v0.7.3 |
1245 | 2024-12-19T21:40:28.354Z | Compiling icu_provider_macros v1.5.0 |
1246 | 2024-12-19T21:40:28.471Z | Compiling rand_chacha v0.3.1 |
1247 | 2024-12-19T21:40:28.869Z | Compiling zerovec v0.10.4 |
1248 | 2024-12-19T21:40:29.519Z | Compiling tracing-attributes v0.1.27 |
1249 | 2024-12-19T21:40:30.241Z | Compiling der v0.7.9 |
1250 | 2024-12-19T21:40:30.581Z | Compiling rand v0.8.5 |
1251 | 2024-12-19T21:40:30.850Z | Compiling tinystr v0.7.6 |
1252 | 2024-12-19T21:40:30.984Z | Compiling icu_collections v1.5.0 |
1253 | 2024-12-19T21:40:31.313Z | Compiling icu_locid v1.5.0 |
1254 | 2024-12-19T21:40:32.357Z | Compiling spki v0.7.3 |
1255 | 2024-12-19T21:40:32.710Z | Compiling icu_provider v1.5.0 |
1256 | 2024-12-19T21:40:32.738Z | Compiling salsa20 v0.10.2 |
1257 | 2024-12-19T21:40:32.952Z | Compiling pest v2.7.14 |
1258 | 2024-12-19T21:40:33.401Z | Compiling tracing v0.1.40 |
1259 | 2024-12-19T21:40:33.502Z | Compiling icu_locid_transform v1.5.0 |
1260 | 2024-12-19T21:40:33.721Z | Compiling pbkdf2 v0.12.2 |
1261 | 2024-12-19T21:40:33.783Z | Compiling untrusted v0.7.1 |
1262 | 2024-12-19T21:40:33.805Z | Compiling icu_properties_data v1.5.0 |
1263 | 2024-12-19T21:40:33.872Z | Compiling untrusted v0.9.0 |
1264 | 2024-12-19T21:40:33.912Z | Compiling num-conv v0.1.0 |
1265 | 2024-12-19T21:40:33.958Z | Compiling time-core v0.1.2 |
1266 | 2024-12-19T21:40:34.042Z | Compiling vcpkg v0.2.15 |
1267 | 2024-12-19T21:40:34.044Z | Compiling mirai-annotations v1.12.0 |
1268 | 2024-12-19T21:40:34.122Z | Compiling powerfmt v0.2.0 |
1269 | 2024-12-19T21:40:34.194Z | Compiling time-macros v0.2.18 |
1270 | 2024-12-19T21:40:34.239Z | Compiling scrypt v0.11.0 |
1271 | 2024-12-19T21:40:34.512Z | Compiling deranged v0.3.11 |
1272 | 2024-12-19T21:40:34.844Z | Compiling icu_properties v1.5.1 |
1273 | 2024-12-19T21:40:35.938Z | Compiling bitflags v2.6.0 |
1274 | 2024-12-19T21:40:36.218Z | Compiling bytes v1.8.0 |
1275 | 2024-12-19T21:40:36.386Z | Compiling indexmap v2.6.0 |
1276 | 2024-12-19T21:40:36.551Z | Compiling semver v1.0.23 |
1277 | 2024-12-19T21:40:37.353Z | Compiling tokio v1.40.0 |
1278 | 2024-12-19T21:40:37.546Z | Compiling http v1.1.0 |
1279 | 2024-12-19T21:40:37.654Z | Compiling rustc_version v0.4.1 |
1280 | 2024-12-19T21:40:37.927Z | Compiling openssl-sys v0.9.103 |
1281 | 2024-12-19T21:40:38.490Z | Compiling pest_meta v2.7.14 |
1282 | 2024-12-19T21:40:38.514Z | Compiling aes v0.8.4 |
1283 | 2024-12-19T21:40:39.039Z | Compiling cbc v0.1.2 |
1284 | 2024-12-19T21:40:39.728Z | Compiling scroll_derive v0.12.0 |
1285 | 2024-12-19T21:40:39.879Z | Compiling icu_normalizer_data v1.5.0 |
1286 | 2024-12-19T21:40:40.026Z | Compiling utf16_iter v1.0.5 |
1287 | 2024-12-19T21:40:40.111Z | Compiling utf8_iter v1.0.4 |
1288 | 2024-12-19T21:40:40.232Z | Compiling atomic-waker v1.1.2 |
1289 | 2024-12-19T21:40:40.368Z | Compiling which v4.4.2 |
1290 | 2024-12-19T21:40:40.437Z | Compiling num_threads v0.1.7 |
1291 | 2024-12-19T21:40:40.570Z | Compiling write16 v1.0.0 |
1292 | 2024-12-19T21:40:40.613Z | Compiling time v0.3.36 |
1293 | 2024-12-19T21:40:40.964Z | Compiling icu_normalizer v1.5.0 |
1294 | 2024-12-19T21:40:41.267Z | Compiling scroll v0.12.0 |
1295 | 2024-12-19T21:40:41.420Z | Compiling pest_generator v2.7.14 |
1296 | 2024-12-19T21:40:41.806Z | Compiling pkcs5 v0.7.1 |
1297 | 2024-12-19T21:40:41.842Z | Compiling http-body v1.0.1 |
1298 | 2024-12-19T21:40:42.317Z | Compiling form_urlencoded v1.2.1 |
1299 | 2024-12-19T21:40:42.653Z | Compiling try-lock v0.2.5 |
1300 | 2024-12-19T21:40:42.807Z | Compiling slog v2.7.0 |
1301 | 2024-12-19T21:40:43.011Z | Compiling goblin v0.8.2 |
1302 | 2024-12-19T21:40:43.051Z | Compiling want v0.3.1 |
1303 | 2024-12-19T21:40:43.348Z | Compiling pkcs8 v0.10.2 |
1304 | 2024-12-19T21:40:43.396Z | Compiling idna_adapter v1.2.0 |
1305 | 2024-12-19T21:40:43.464Z | Compiling httpdate v1.0.3 |
1306 | 2024-12-19T21:40:43.617Z | Compiling idna v1.0.3 |
1307 | 2024-12-19T21:40:43.652Z | Compiling pest_derive v2.7.14 |
1308 | 2024-12-19T21:40:44.038Z | Compiling serde_spanned v0.6.8 |
1309 | 2024-12-19T21:40:44.280Z | Compiling uuid v1.11.0 |
1310 | 2024-12-19T21:40:44.453Z | Compiling dtrace-parser v0.2.0 |
1311 | 2024-12-19T21:40:44.777Z | Compiling serde_tokenstream v0.2.2 |
1312 | 2024-12-19T21:40:45.400Z | Compiling toml_datetime v0.6.8 |
1313 | 2024-12-19T21:40:45.517Z | Compiling iana-time-zone v0.1.61 |
1314 | 2024-12-19T21:40:45.739Z | Compiling match_cfg v0.1.0 |
1315 | 2024-12-19T21:40:45.837Z | Compiling tokio-util v0.7.12 |
1316 | 2024-12-19T21:40:45.859Z | Compiling base64 v0.22.1 |
1317 | 2024-12-19T21:40:45.900Z | Compiling adler2 v2.0.0 |
1318 | 2024-12-19T21:40:45.985Z | Compiling rustversion v1.0.17 |
1319 | 2024-12-19T21:40:46.106Z | Compiling openssl v0.10.66 |
1320 | 2024-12-19T21:40:46.518Z | Compiling tower-service v0.3.3 |
1321 | 2024-12-19T21:40:46.639Z | Compiling foreign-types-shared v0.1.1 |
1322 | 2024-12-19T21:40:46.680Z | Compiling miniz_oxide v0.8.0 |
1323 | 2024-12-19T21:40:46.707Z | Compiling hostname v0.3.1 |
1324 | 2024-12-19T21:40:46.746Z | Compiling foreign-types v0.3.2 |
1325 | 2024-12-19T21:40:46.798Z | Compiling chrono v0.4.38 |
1326 | 2024-12-19T21:40:46.848Z | Compiling h2 v0.4.6 |
1327 | 2024-12-19T21:40:46.960Z | Compiling url v2.5.3 |
1328 | 2024-12-19T21:40:48.270Z | Compiling openssl-macros v0.1.1 |
1329 | 2024-12-19T21:40:48.646Z | Compiling async-trait v0.1.83 |
1330 | 2024-12-19T21:40:49.029Z | Compiling dof v0.3.0 |
1331 | 2024-12-19T21:40:49.061Z | Compiling dirs-sys-next v0.1.2 |
1332 | 2024-12-19T21:40:49.753Z | Compiling native-tls v0.2.12 |
1333 | 2024-12-19T21:40:50.115Z | Compiling usdt-impl v0.5.0 |
1334 | 2024-12-19T21:40:50.703Z | Compiling data-encoding v2.6.0 |
1335 | 2024-12-19T21:40:51.303Z | Compiling rustls v0.23.19 |
1336 | 2024-12-19T21:40:51.492Z | Compiling syn v1.0.109 |
1337 | 2024-12-19T21:40:51.574Z | Compiling rustls v0.22.4 |
1338 | 2024-12-19T21:40:51.705Z | Compiling siphasher v0.3.11 |
1339 | 2024-12-19T21:40:51.902Z | Compiling dirs-next v2.0.0 |
1340 | 2024-12-19T21:40:52.178Z | Compiling http-body-util v0.1.2 |
1341 | 2024-12-19T21:40:52.725Z | Compiling crossbeam-epoch v0.9.18 |
1342 | 2024-12-19T21:40:53.059Z | Compiling heapless v0.7.17 |
1343 | 2024-12-19T21:40:53.170Z | Compiling sha1 v0.10.6 |
1344 | 2024-12-19T21:40:53.325Z | Compiling signature v2.2.0 |
1345 | 2024-12-19T21:40:53.468Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1346 | 2024-12-19T21:40:53.499Z | Compiling serde_derive_internals v0.29.1 |
1347 | 2024-12-19T21:40:53.554Z | Compiling thread_local v1.1.8 |
1348 | 2024-12-19T21:40:53.586Z | Compiling cookie v0.18.1 |
1349 | 2024-12-19T21:40:53.614Z | Compiling encoding_rs v0.8.34 |
1350 | 2024-12-19T21:40:53.855Z | Compiling hyper v1.5.0 |
1351 | 2024-12-19T21:40:53.907Z | Compiling multer v3.1.0 |
1352 | 2024-12-19T21:40:54.087Z | Compiling schemars v0.8.21 |
1353 | 2024-12-19T21:40:54.180Z | Compiling ipnet v2.10.1 |
1354 | 2024-12-19T21:40:54.421Z | Compiling openssl-probe v0.1.5 |
1355 | 2024-12-19T21:40:54.815Z | Compiling rayon-core v1.12.1 |
1356 | 2024-12-19T21:40:55.124Z | Compiling unicode-properties v0.1.3 |
1357 | 2024-12-19T21:40:55.452Z | Compiling mime v0.3.17 |
1358 | 2024-12-19T21:40:55.526Z | Compiling slog-async v2.8.0 |
1359 | 2024-12-19T21:40:56.055Z | Compiling signal-hook v0.3.17 |
1360 | 2024-12-19T21:40:56.059Z | Compiling gimli v0.31.1 |
1361 | 2024-12-19T21:40:56.283Z | Compiling hyper-util v0.1.10 |
1362 | 2024-12-19T21:40:56.358Z | Compiling schemars_derive v0.8.21 |
1363 | 2024-12-19T21:40:57.755Z | Compiling stringprep v0.1.5 |
1364 | 2024-12-19T21:40:58.076Z | Compiling toml_edit v0.22.22 |
1365 | 2024-12-19T21:40:59.619Z | Compiling usdt-attr-macro v0.5.0 |
1366 | 2024-12-19T21:40:59.642Z | Compiling usdt-macro v0.5.0 |
1367 | 2024-12-19T21:40:59.662Z | Compiling crossbeam-deque v0.8.5 |
1368 | 2024-12-19T21:41:00.004Z | Compiling term v0.7.0 |
1369 | 2024-12-19T21:41:01.032Z | Compiling addr2line v0.24.2 |
1370 | 2024-12-19T21:41:01.176Z | Compiling slog-json v2.6.1 |
1371 | 2024-12-19T21:41:01.267Z | Compiling serde_urlencoded v0.7.1 |
1372 | 2024-12-19T21:41:01.290Z | Compiling crossbeam-channel v0.5.13 |
1373 | 2024-12-19T21:41:01.545Z | Compiling curve25519-dalek v4.1.3 |
1374 | 2024-12-19T21:41:01.571Z | Compiling enum-as-inner v0.6.1 |
1375 | 2024-12-19T21:41:01.736Z | Compiling futures-executor v0.3.31 |
1376 | 2024-12-19T21:41:01.802Z | Compiling md-5 v0.10.6 |
1377 | 2024-12-19T21:41:02.082Z | Compiling rustls-pemfile v2.2.0 |
1378 | 2024-12-19T21:41:02.189Z | Compiling async-stream-impl v0.3.6 |
1379 | 2024-12-19T21:41:02.299Z | Compiling num-integer v0.1.46 |
1380 | 2024-12-19T21:41:02.407Z | Compiling idna v0.4.0 |
1381 | 2024-12-19T21:41:02.430Z | Compiling idna v0.3.0 |
1382 | 2024-12-19T21:41:02.641Z | Compiling hash32 v0.2.1 |
1383 | 2024-12-19T21:41:03.051Z | Compiling ff v0.13.0 |
1384 | 2024-12-19T21:41:03.069Z | Compiling is-terminal v0.4.13 |
1385 | 2024-12-19T21:41:03.195Z | Compiling object v0.36.5 |
1386 | 2024-12-19T21:41:03.264Z | Compiling dropshot v0.12.0 |
1387 | 2024-12-19T21:41:03.555Z | Compiling dyn-clone v1.0.17 |
1388 | 2024-12-19T21:41:03.624Z | Compiling utf-8 v0.7.6 |
1389 | 2024-12-19T21:41:03.780Z | Compiling base16ct v0.2.0 |
1390 | 2024-12-19T21:41:03.969Z | Compiling fallible-iterator v0.2.0 |
1391 | 2024-12-19T21:41:04.061Z | Compiling smoltcp v0.9.1 |
1392 | 2024-12-19T21:41:04.104Z | Compiling anyhow v1.0.93 |
1393 | 2024-12-19T21:41:04.130Z | Compiling take_mut v0.2.2 |
1394 | 2024-12-19T21:41:04.289Z | Compiling num-bigint-dig v0.8.4 |
1395 | 2024-12-19T21:41:04.577Z | Compiling linked-hash-map v0.5.6 |
1396 | 2024-12-19T21:41:04.708Z | Compiling portable-atomic v1.9.0 |
1397 | 2024-12-19T21:41:04.739Z | Compiling psl-types v2.0.11 |
1398 | 2024-12-19T21:41:04.742Z | Compiling rustc-demangle v0.1.24 |
1399 | 2024-12-19T21:41:04.946Z | Compiling quick-error v1.2.3 |
1400 | 2024-12-19T21:41:05.002Z | Compiling publicsuffix v2.2.3 |
1401 | 2024-12-19T21:41:05.127Z | Compiling resolv-conf v0.7.0 |
1402 | 2024-12-19T21:41:05.277Z | Compiling lru-cache v0.1.2 |
1403 | 2024-12-19T21:41:05.807Z | Compiling postgres-protocol v0.6.7 |
1404 | 2024-12-19T21:41:05.952Z | Compiling sec1 v0.7.3 |
1405 | 2024-12-19T21:41:05.956Z | Compiling tungstenite v0.24.0 |
1406 | 2024-12-19T21:41:06.523Z | Compiling async-stream v0.3.6 |
1407 | 2024-12-19T21:41:06.922Z | Compiling hickory-proto v0.24.1 |
1408 | 2024-12-19T21:41:07.144Z | Compiling group v0.13.0 |
1409 | 2024-12-19T21:41:07.165Z | Compiling usdt v0.5.0 |
1410 | 2024-12-19T21:41:07.485Z | Compiling slog-term v2.9.1 |
1411 | 2024-12-19T21:41:08.393Z | Compiling num-iter v0.1.45 |
1412 | 2024-12-19T21:41:08.715Z | Compiling futures v0.3.31 |
1413 | 2024-12-19T21:41:08.738Z | Compiling slog-bunyan v2.5.0 |
1414 | 2024-12-19T21:41:08.848Z | Compiling toml v0.8.19 |
1415 | 2024-12-19T21:41:10.283Z | Compiling tokio-native-tls v0.3.1 |
1416 | 2024-12-19T21:41:10.560Z | Compiling camino v1.1.9 |
1417 | 2024-12-19T21:41:10.658Z | Compiling backtrace v0.3.74 |
1418 | 2024-12-19T21:41:11.370Z | Compiling phf_shared v0.11.2 |
1419 | 2024-12-19T21:41:11.510Z | Compiling dropshot_endpoint v0.12.0 |
1420 | 2024-12-19T21:41:11.542Z | Compiling waitgroup v0.1.2 |
1421 | 2024-12-19T21:41:11.723Z | Compiling terminal_size v0.4.0 |
1422 | 2024-12-19T21:41:11.747Z | Compiling openapiv3 v2.0.0 |
1423 | 2024-12-19T21:41:11.767Z | Compiling serde_path_to_error v0.1.16 |
1424 | 2024-12-19T21:41:11.949Z | Compiling hkdf v0.12.4 |
1425 | 2024-12-19T21:41:12.217Z | Compiling crypto-bigint v0.5.5 |
1426 | 2024-12-19T21:41:12.623Z | Compiling webpki-roots v0.26.6 |
1427 | 2024-12-19T21:41:12.856Z | Compiling zerocopy-derive v0.6.6 |
1428 | 2024-12-19T21:41:14.321Z | Compiling hubpack_derive v0.1.1 |
1429 | 2024-12-19T21:41:14.375Z | Compiling curve25519-dalek-derive v0.1.1 |
1430 | 2024-12-19T21:41:15.191Z | Compiling idna v0.5.0 |
1431 | 2024-12-19T21:41:15.248Z | Compiling hostname v0.4.0 |
1432 | 2024-12-19T21:41:15.518Z | Compiling ahash v0.8.11 |
1433 | 2024-12-19T21:41:15.836Z | Compiling crc32fast v1.4.2 |
1434 | 2024-12-19T21:41:15.961Z | Compiling fs-err v2.11.0 |
1435 | 2024-12-19T21:41:16.161Z | Compiling bitflags v1.3.2 |
1436 | 2024-12-19T21:41:16.251Z | Compiling managed v0.8.0 |
1437 | 2024-12-19T21:41:16.272Z | Compiling debug-ignore v1.0.5 |
1438 | 2024-12-19T21:41:16.272Z | Compiling winnow v0.5.40 |
1439 | 2024-12-19T21:41:16.307Z | Compiling strum_macros v0.25.3 |
1440 | 2024-12-19T21:41:16.416Z | Compiling console v0.15.8 |
1441 | 2024-12-19T21:41:16.915Z | Compiling clap_builder v4.5.21 |
1442 | 2024-12-19T21:41:17.633Z | Compiling cookie_store v0.21.0 |
1443 | 2024-12-19T21:41:18.103Z | Compiling flate2 v1.0.34 |
1444 | 2024-12-19T21:41:18.928Z | Compiling elliptic-curve v0.13.8 |
1445 | 2024-12-19T21:41:19.102Z | Compiling hubpack v0.1.2 |
1446 | 2024-12-19T21:41:19.221Z | Compiling zerocopy v0.6.6 |
1447 | 2024-12-19T21:41:19.562Z | Compiling hickory-resolver v0.24.1 |
1448 | 2024-12-19T21:41:19.774Z | Compiling toml_edit v0.19.15 |
1449 | 2024-12-19T21:41:20.106Z | Compiling phf v0.11.2 |
1450 | 2024-12-19T21:41:20.421Z | Compiling signal-hook-mio v0.2.4 |
1451 | 2024-12-19T21:41:20.533Z | Compiling hyper-tls v0.6.0 |
1452 | 2024-12-19T21:41:20.594Z | Compiling rayon v1.10.0 |
1453 | 2024-12-19T21:41:20.962Z | Compiling bzip2 v0.4.4 |
1454 | 2024-12-19T21:41:21.354Z | Compiling tokio-tungstenite v0.24.0 |
1455 | 2024-12-19T21:41:21.911Z | Compiling postgres-types v0.2.8 |
1456 | 2024-12-19T21:41:24.808Z | Compiling ed25519 v2.2.3 |
1457 | 2024-12-19T21:41:25.551Z | Compiling phf_shared v0.10.0 |
1458 | 2024-12-19T21:41:25.975Z | Compiling tokio-stream v0.1.16 |
1459 | 2024-12-19T21:41:26.396Z | Compiling pkcs1 v0.7.5 |
1460 | 2024-12-19T21:41:26.484Z | Compiling serde-big-array v0.5.1 |
1461 | 2024-12-19T21:41:26.522Z | Compiling clap_derive v4.5.18 |
1462 | 2024-12-19T21:41:26.730Z | Compiling rfc6979 v0.4.0 |
1463 | 2024-12-19T21:41:26.750Z | Compiling serde_repr v0.1.19 |
1464 | 2024-12-19T21:41:26.923Z | Compiling derive-where v1.2.7 |
1465 | 2024-12-19T21:41:27.043Z | Compiling float-cmp v0.9.0 |
1466 | 2024-12-19T21:41:27.274Z | Compiling bstr v1.10.0 |
1467 | 2024-12-19T21:41:27.408Z | Compiling sync_wrapper v1.0.1 |
1468 | 2024-12-19T21:41:27.561Z | Compiling whoami v1.5.2 |
1469 | 2024-12-19T21:41:27.942Z | Compiling fixedbitset v0.4.2 |
1470 | 2024-12-19T21:41:27.945Z | Compiling static_assertions v1.1.0 |
1471 | 2024-12-19T21:41:28.037Z | Compiling number_prefix v0.4.0 |
1472 | 2024-12-19T21:41:28.209Z | Compiling bit-vec v0.6.3 |
1473 | 2024-12-19T21:41:28.271Z | Compiling normalize-line-endings v0.3.0 |
1474 | 2024-12-19T21:41:28.401Z | Compiling precomputed-hash v0.1.1 |
1475 | 2024-12-19T21:41:28.444Z | Compiling unicode-segmentation v1.12.0 |
1476 | 2024-12-19T21:41:28.521Z | Compiling unicode-width v0.2.0 |
1477 | 2024-12-19T21:41:28.652Z | Compiling new_debug_unreachable v1.0.6 |
1478 | 2024-12-19T21:41:28.759Z | Compiling predicates-core v1.0.8 |
1479 | 2024-12-19T21:41:29.053Z | Compiling difflib v0.4.0 |
1480 | 2024-12-19T21:41:29.082Z | Compiling indicatif v0.17.9 |
1481 | 2024-12-19T21:41:29.133Z | Compiling string_cache v0.8.7 |
1482 | 2024-12-19T21:41:29.336Z | Compiling similar v2.6.0 |
1483 | 2024-12-19T21:41:29.603Z | Compiling predicates v3.1.2 |
1484 | 2024-12-19T21:41:30.604Z | Compiling bit-set v0.5.3 |
1485 | 2024-12-19T21:41:30.713Z | Compiling petgraph v0.6.5 |
1486 | 2024-12-19T21:41:30.897Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1487 | 2024-12-19T21:41:31.367Z | Compiling tokio-postgres v0.7.12 |
1488 | 2024-12-19T21:41:31.492Z | Compiling ecdsa v0.16.9 |
1489 | 2024-12-19T21:41:31.772Z | Compiling clap v4.5.21 |
1490 | 2024-12-19T21:41:31.809Z | Compiling rsa v0.9.6 |
1491 | 2024-12-19T21:41:31.906Z | Compiling ed25519-dalek v2.1.1 |
1492 | 2024-12-19T21:41:32.348Z | Compiling toml v0.7.8 |
1493 | 2024-12-19T21:41:33.301Z | Compiling zip v0.6.6 |
1494 | 2024-12-19T21:41:34.162Z | Compiling crossterm v0.28.1 |
1495 | 2024-12-19T21:41:35.429Z | Compiling hex v0.4.3 |
1496 | 2024-12-19T21:41:35.763Z | Compiling x509-cert v0.2.5 |
1497 | 2024-12-19T21:41:35.834Z | Compiling unicode-xid v0.2.6 |
1498 | 2024-12-19T21:41:36.015Z | Compiling lalrpop-util v0.19.12 |
1499 | 2024-12-19T21:41:36.040Z | Compiling peg-runtime v0.8.3 |
1500 | 2024-12-19T21:41:36.371Z | Compiling strum_macros v0.26.4 |
1501 | 2024-12-19T21:41:36.708Z | Compiling xattr v1.3.1 |
1502 | 2024-12-19T21:41:36.992Z | Compiling filetime v0.2.25 |
1503 | 2024-12-19T21:41:37.249Z | Compiling tar v0.4.42 |
1504 | 2024-12-19T21:41:41.705Z | Compiling strum v0.26.3 |
1505 | 2024-12-19T21:41:44.708Z | Compiling aws-lc-sys v0.22.0 |
1506 | 2024-12-19T21:42:20.311Z | Compiling rustls-webpki v0.102.8 |
1507 | 2024-12-19T21:42:23.784Z | Compiling tokio-rustls v0.25.0 |
1508 | 2024-12-19T21:42:25.428Z | Compiling tokio-rustls v0.26.0 |
1509 | 2024-12-19T21:42:25.856Z | Compiling hyper-rustls v0.27.3 |
1510 | 2024-12-19T21:42:26.217Z | Compiling reqwest v0.12.9 |
1511 | 2024-12-19T21:42:27.422Z | Compiling qorb v0.2.1 |
1512 | 2024-12-19T21:42:32.349Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1513 | 2024-12-19T21:42:32.600Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1514 | 2024-12-19T21:42:38.507Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 35s |
1515 | 2024-12-19T21:42:38.670Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1516 | 2024-12-19T21:42:38.724Z | Dec 19 21:42:37.500 INFO Starting download, target: Clickhouse |
1517 | 2024-12-19T21:42:38.724Z | Dec 19 21:42:37.500 INFO Starting download, target: Cockroach |
1518 | 2024-12-19T21:42:38.724Z | Dec 19 21:42:37.500 INFO Starting download, target: Console |
1519 | 2024-12-19T21:42:38.724Z | Dec 19 21:42:37.500 INFO Starting download, target: DendriteStub |
1520 | 2024-12-19T21:42:38.724Z | Dec 19 21:42:37.500 INFO Starting download, target: DendriteOpenapi |
1521 | 2024-12-19T21:42:38.724Z | Dec 19 21:42:37.500 INFO Starting download, target: MaghemiteMgd |
1522 | 2024-12-19T21:42:38.727Z | Dec 19 21:42:37.500 INFO Starting download, target: TransceiverControl |
1523 | 2024-12-19T21:42:38.727Z | Dec 19 21:42:37.501 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1524 | 2024-12-19T21:42:38.727Z | Dec 19 21:42:37.501 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1525 | 2024-12-19T21:42:38.727Z | Dec 19 21:42:37.501 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1526 | 2024-12-19T21:42:38.727Z | Dec 19 21:42:37.501 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1527 | 2024-12-19T21:42:38.727Z | Dec 19 21:42:37.501 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1528 | 2024-12-19T21:42:38.727Z | Dec 19 21:42:37.501 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1529 | 2024-12-19T21:42:38.727Z | Dec 19 21:42:37.501 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1530 | 2024-12-19T21:42:38.952Z | Dec 19 21:42:37.719 INFO Download complete, target: DendriteOpenapi |
1531 | 2024-12-19T21:42:39.319Z | Dec 19 21:42:37.971 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1532 | 2024-12-19T21:42:39.547Z | Dec 19 21:42:38.201 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1533 | 2024-12-19T21:42:39.741Z | Dec 19 21:42:38.269 INFO Download complete, target: Console |
1534 | 2024-12-19T21:42:40.111Z | Dec 19 21:42:38.820 INFO Download complete, target: TransceiverControl |
1535 | 2024-12-19T21:42:40.444Z | Dec 19 21:42:39.200 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1536 | 2024-12-19T21:42:40.584Z | Dec 19 21:42:39.348 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1537 | 2024-12-19T21:42:40.624Z | Dec 19 21:42:39.398 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1538 | 2024-12-19T21:42:41.182Z | Dec 19 21:42:39.957 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1539 | 2024-12-19T21:42:41.182Z | Dec 19 21:42:39.958 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1540 | 2024-12-19T21:42:43.409Z | Dec 19 21:42:42.183 INFO Download complete, target: DendriteStub |
1541 | 2024-12-19T21:42:43.508Z | Dec 19 21:42:42.283 INFO Download complete, target: MaghemiteMgd |
1542 | 2024-12-19T21:42:48.723Z | Dec 19 21:42:47.497 INFO Checking that binary works, target: Cockroach |
1543 | 2024-12-19T21:42:48.884Z | Dec 19 21:42:47.658 INFO Download complete, target: Cockroach |
1544 | 2024-12-19T21:42:53.444Z | Dec 19 21:42:52.217 INFO Checking that binary works, target: Clickhouse |
1545 | 2024-12-19T21:42:54.365Z | Dec 19 21:42:53.138 INFO Download complete, target: Clickhouse |
1546 | 2024-12-19T21:42:54.373Z | All prerequisites installed successfully |
1547 | 2024-12-19T21:42:54.375Z | |
1548 | 2024-12-19T21:42:54.375Z | real 5:43.326877383 |
1549 | 2024-12-19T21:42:54.375Z | user 16:31.182689620 |
1550 | 2024-12-19T21:42:54.375Z | sys 3:13.879961733 |
1551 | 2024-12-19T21:42:54.375Z | trap 0.530487064 |
1552 | 2024-12-19T21:42:54.376Z | tflt 8.822447883 |
1553 | 2024-12-19T21:42:54.376Z | dflt 7.388629243 |
1554 | 2024-12-19T21:42:54.376Z | kflt 0.299979220 |
1555 | 2024-12-19T21:42:54.376Z | lock 30:03.397444982 |
1556 | 2024-12-19T21:42:54.376Z | slp 1:04:27.855441952 |
1557 | 2024-12-19T21:42:54.376Z | lat 51.390877589 |
1558 | 2024-12-19T21:42:54.376Z | stop 2:18.874177250 |
1559 | 2024-12-19T21:42:54.376Z | + ptime -m cargo xtask download softnpu |
1560 | 2024-12-19T21:42:54.909Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1561 | 2024-12-19T21:42:54.928Z | Running `target/debug/xtask download softnpu` |
1562 | 2024-12-19T21:42:55.767Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
1563 | 2024-12-19T21:42:55.823Z | Running `target/debug/xtask-downloader softnpu` |
1564 | 2024-12-19T21:42:55.858Z | Dec 19 21:42:54.631 INFO Starting download, target: Softnpu |
1565 | 2024-12-19T21:42:55.860Z | Dec 19 21:42:54.631 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1566 | 2024-12-19T21:42:56.554Z | Dec 19 21:42:55.326 INFO Download complete, target: Softnpu |
1567 | 2024-12-19T21:42:56.558Z | |
1568 | 2024-12-19T21:42:56.560Z | real 2.177177324 |
1569 | 2024-12-19T21:42:56.560Z | user 1.276922293 |
1570 | 2024-12-19T21:42:56.560Z | sys 0.536609451 |
1571 | 2024-12-19T21:42:56.560Z | trap 0.000949245 |
1572 | 2024-12-19T21:42:56.560Z | tflt 0.000015756 |
1573 | 2024-12-19T21:42:56.560Z | dflt 0.000000000 |
1574 | 2024-12-19T21:42:56.561Z | kflt 0.000000000 |
1575 | 2024-12-19T21:42:56.561Z | lock 7.199386918 |
1576 | 2024-12-19T21:42:56.561Z | slp 0.557345150 |
1577 | 2024-12-19T21:42:56.561Z | lat 0.070527414 |
1578 | 2024-12-19T21:42:56.561Z | stop 0.000155888 |
1579 | 2024-12-19T21:42:56.561Z | + export CARGO_INCREMENTAL=0 |
1580 | 2024-12-19T21:42:56.561Z | + CARGO_INCREMENTAL=0 |
1581 | 2024-12-19T21:42:56.561Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1582 | 2024-12-19T21:42:57.527Z | Compiling proc-macro2 v1.0.89 |
1583 | 2024-12-19T21:42:57.527Z | Compiling unicode-ident v1.0.13 |
1584 | 2024-12-19T21:42:57.529Z | Compiling libc v0.2.162 |
1585 | 2024-12-19T21:42:57.529Z | Compiling serde v1.0.215 |
1586 | 2024-12-19T21:42:57.529Z | Compiling autocfg v1.4.0 |
1587 | 2024-12-19T21:42:57.529Z | Compiling version_check v0.9.5 |
1588 | 2024-12-19T21:42:57.529Z | Compiling cfg-if v1.0.0 |
1589 | 2024-12-19T21:42:57.818Z | Compiling memchr v2.7.4 |
1590 | 2024-12-19T21:42:57.842Z | Compiling typenum v1.17.0 |
1591 | 2024-12-19T21:42:57.871Z | Compiling shlex v1.3.0 |
1592 | 2024-12-19T21:42:58.264Z | Compiling value-bag v1.9.0 |
1593 | 2024-12-19T21:42:58.390Z | Compiling generic-array v0.14.7 |
1594 | 2024-12-19T21:42:58.572Z | Compiling lock_api v0.4.12 |
1595 | 2024-12-19T21:42:58.665Z | Compiling log v0.4.22 |
1596 | 2024-12-19T21:42:58.743Z | Compiling scopeguard v1.2.0 |
1597 | 2024-12-19T21:42:58.900Z | Compiling parking_lot_core v0.9.10 |
1598 | 2024-12-19T21:42:59.269Z | Compiling serde_json v1.0.132 |
1599 | 2024-12-19T21:42:59.288Z | Compiling once_cell v1.20.2 |
1600 | 2024-12-19T21:42:59.478Z | Compiling quote v1.0.37 |
1601 | 2024-12-19T21:42:59.525Z | Compiling rustix v0.38.37 |
1602 | 2024-12-19T21:42:59.575Z | Compiling libm v0.2.8 |
1603 | 2024-12-19T21:42:59.682Z | Compiling jobserver v0.1.32 |
1604 | 2024-12-19T21:42:59.830Z | Compiling getrandom v0.2.15 |
1605 | 2024-12-19T21:42:59.888Z | Compiling syn v2.0.87 |
1606 | 2024-12-19T21:43:00.112Z | Compiling cc v1.1.30 |
1607 | 2024-12-19T21:43:00.158Z | Compiling thiserror v1.0.69 |
1608 | 2024-12-19T21:43:00.194Z | Compiling aho-corasick v1.1.3 |
1609 | 2024-12-19T21:43:00.246Z | Compiling regex-syntax v0.8.5 |
1610 | 2024-12-19T21:43:00.315Z | Compiling num-traits v0.2.19 |
1611 | 2024-12-19T21:43:00.466Z | Compiling either v1.13.0 |
1612 | 2024-12-19T21:43:00.614Z | Compiling itoa v1.0.11 |
1613 | 2024-12-19T21:43:00.685Z | Compiling spin v0.9.8 |
1614 | 2024-12-19T21:43:00.889Z | Compiling slab v0.4.9 |
1615 | 2024-12-19T21:43:01.189Z | Compiling byteorder v1.5.0 |
1616 | 2024-12-19T21:43:01.397Z | Compiling errno v0.3.9 |
1617 | 2024-12-19T21:43:01.618Z | Compiling rand_core v0.6.4 |
1618 | 2024-12-19T21:43:01.663Z | Compiling lazy_static v1.5.0 |
1619 | 2024-12-19T21:43:01.780Z | Compiling glob v0.3.1 |
1620 | 2024-12-19T21:43:02.391Z | Compiling prettyplease v0.2.25 |
1621 | 2024-12-19T21:43:02.588Z | Compiling clang-sys v1.8.1 |
1622 | 2024-12-19T21:43:02.989Z | Compiling minimal-lexical v0.2.1 |
1623 | 2024-12-19T21:43:03.056Z | Compiling libloading v0.8.5 |
1624 | 2024-12-19T21:43:03.316Z | Compiling subtle v2.6.1 |
1625 | 2024-12-19T21:43:03.429Z | Compiling nom v7.1.3 |
1626 | 2024-12-19T21:43:03.507Z | Compiling home v0.5.9 |
1627 | 2024-12-19T21:43:03.615Z | Compiling allocator-api2 v0.2.18 |
1628 | 2024-12-19T21:43:03.658Z | Compiling bindgen v0.69.5 |
1629 | 2024-12-19T21:43:04.037Z | Compiling regex-automata v0.4.8 |
1630 | 2024-12-19T21:43:04.282Z | Compiling itertools v0.10.5 |
1631 | 2024-12-19T21:43:04.429Z | Compiling smallvec v1.13.2 |
1632 | 2024-12-19T21:43:04.636Z | Compiling lazycell v1.3.0 |
1633 | 2024-12-19T21:43:04.801Z | Compiling semver v1.0.23 |
1634 | 2024-12-19T21:43:04.927Z | Compiling rustc-hash v1.1.0 |
1635 | 2024-12-19T21:43:05.077Z | Compiling cmake v0.1.51 |
1636 | 2024-12-19T21:43:05.478Z | Compiling dunce v1.0.5 |
1637 | 2024-12-19T21:43:05.618Z | Compiling fs_extra v1.3.0 |
1638 | 2024-12-19T21:43:06.646Z | Compiling pkg-config v0.3.31 |
1639 | 2024-12-19T21:43:06.739Z | Compiling cexpr v0.6.0 |
1640 | 2024-12-19T21:43:07.043Z | Compiling ring v0.17.8 |
1641 | 2024-12-19T21:43:07.100Z | Compiling ryu v1.0.18 |
1642 | 2024-12-19T21:43:07.414Z | Compiling pin-project-lite v0.2.14 |
1643 | 2024-12-19T21:43:07.515Z | Compiling synstructure v0.13.1 |
1644 | 2024-12-19T21:43:08.124Z | Compiling const-oid v0.9.6 |
1645 | 2024-12-19T21:43:08.303Z | Compiling paste v1.0.15 |
1646 | 2024-12-19T21:43:08.342Z | Compiling fnv v1.0.7 |
1647 | 2024-12-19T21:43:08.583Z | Compiling httparse v1.9.5 |
1648 | 2024-12-19T21:43:08.801Z | Compiling foldhash v0.1.3 |
1649 | 2024-12-19T21:43:08.951Z | Compiling equivalent v1.0.1 |
1650 | 2024-12-19T21:43:09.070Z | Compiling aws-lc-rs v1.10.0 |
1651 | 2024-12-19T21:43:09.089Z | Compiling hashbrown v0.15.1 |
1652 | 2024-12-19T21:43:10.068Z | Compiling regex v1.11.1 |
1653 | 2024-12-19T21:43:10.098Z | Compiling schemars v0.8.21 |
1654 | 2024-12-19T21:43:10.261Z | Compiling heck v0.5.0 |
1655 | 2024-12-19T21:43:10.432Z | Compiling serde_derive_internals v0.29.1 |
1656 | 2024-12-19T21:43:10.505Z | Compiling signal-hook-registry v1.4.2 |
1657 | 2024-12-19T21:43:10.735Z | Compiling parking_lot v0.12.3 |
1658 | 2024-12-19T21:43:11.068Z | Compiling mio v1.0.2 |
1659 | 2024-12-19T21:43:12.746Z | Compiling crossbeam-utils v0.8.20 |
1660 | 2024-12-19T21:43:12.767Z | Compiling stable_deref_trait v1.2.0 |
1661 | 2024-12-19T21:43:12.907Z | Compiling socket2 v0.5.7 |
1662 | 2024-12-19T21:43:12.965Z | Compiling num-conv v0.1.0 |
1663 | 2024-12-19T21:43:13.139Z | Compiling serde_derive v1.0.215 |
1664 | 2024-12-19T21:43:13.250Z | Compiling zeroize_derive v1.4.2 |
1665 | 2024-12-19T21:43:13.267Z | Compiling zerocopy-derive v0.7.35 |
1666 | 2024-12-19T21:43:13.407Z | Compiling thiserror-impl v1.0.69 |
1667 | 2024-12-19T21:43:14.485Z | Compiling tokio-macros v2.4.0 |
1668 | 2024-12-19T21:43:14.535Z | Compiling zerofrom-derive v0.1.4 |
1669 | 2024-12-19T21:43:14.707Z | Compiling zeroize v1.8.1 |
1670 | 2024-12-19T21:43:14.957Z | Compiling yoke-derive v0.7.4 |
1671 | 2024-12-19T21:43:15.063Z | Compiling futures-macro v0.3.31 |
1672 | 2024-12-19T21:43:15.362Z | Compiling zerovec-derive v0.10.3 |
1673 | 2024-12-19T21:43:15.953Z | Compiling zerocopy v0.7.35 |
1674 | 2024-12-19T21:43:16.368Z | Compiling displaydoc v0.2.5 |
1675 | 2024-12-19T21:43:16.903Z | Compiling crypto-common v0.1.6 |
1676 | 2024-12-19T21:43:17.246Z | Compiling tracing-attributes v0.1.27 |
1677 | 2024-12-19T21:43:17.573Z | Compiling icu_provider_macros v1.5.0 |
1678 | 2024-12-19T21:43:17.607Z | Compiling block-buffer v0.10.4 |
1679 | 2024-12-19T21:43:17.886Z | Compiling digest v0.10.7 |
1680 | 2024-12-19T21:43:17.938Z | Compiling schemars_derive v0.8.21 |
1681 | 2024-12-19T21:43:18.017Z | Compiling der_derive v0.7.3 |
1682 | 2024-12-19T21:43:18.330Z | Compiling time-core v0.1.2 |
1683 | 2024-12-19T21:43:18.525Z | Compiling futures-core v0.3.31 |
1684 | 2024-12-19T21:43:18.664Z | Compiling time-macros v0.2.18 |
1685 | 2024-12-19T21:43:19.672Z | Compiling vcpkg v0.2.15 |
1686 | 2024-12-19T21:43:21.285Z | Compiling openssl-sys v0.9.103 |
1687 | 2024-12-19T21:43:21.451Z | Compiling cpufeatures v0.2.14 |
1688 | 2024-12-19T21:43:21.662Z | Compiling futures-sink v0.3.31 |
1689 | 2024-12-19T21:43:21.748Z | Compiling slog v2.7.0 |
1690 | 2024-12-19T21:43:21.906Z | Compiling ahash v0.8.11 |
1691 | 2024-12-19T21:43:22.197Z | Compiling syn v1.0.109 |
1692 | 2024-12-19T21:43:22.423Z | Compiling zerofrom v0.1.4 |
1693 | 2024-12-19T21:43:22.657Z | Compiling scroll_derive v0.12.0 |
1694 | 2024-12-19T21:43:22.694Z | Compiling ucd-trie v0.1.7 |
1695 | 2024-12-19T21:43:22.829Z | Compiling iana-time-zone v0.1.61 |
1696 | 2024-12-19T21:43:23.193Z | Compiling pest v2.7.14 |
1697 | 2024-12-19T21:43:23.265Z | Compiling yoke v0.7.4 |
1698 | 2024-12-19T21:43:23.583Z | Compiling futures-channel v0.3.31 |
1699 | 2024-12-19T21:43:24.013Z | Compiling hmac v0.12.1 |
1700 | 2024-12-19T21:43:24.114Z | Compiling openssl v0.10.66 |
1701 | 2024-12-19T21:43:24.235Z | Compiling pin-utils v0.1.0 |
1702 | 2024-12-19T21:43:24.340Z | Compiling futures-io v0.3.31 |
1703 | 2024-12-19T21:43:24.356Z | Compiling futures-task v0.3.31 |
1704 | 2024-12-19T21:43:24.787Z | Compiling futures-util v0.3.31 |
1705 | 2024-12-19T21:43:24.914Z | Compiling zerovec v0.10.4 |
1706 | 2024-12-19T21:43:25.207Z | Compiling block-padding v0.3.3 |
1707 | 2024-12-19T21:43:25.449Z | Compiling tinyvec_macros v0.1.1 |
1708 | 2024-12-19T21:43:25.915Z | Compiling pest_meta v2.7.14 |
1709 | 2024-12-19T21:43:26.190Z | Compiling tinyvec v1.8.0 |
1710 | 2024-12-19T21:43:26.919Z | Compiling bitflags v2.6.0 |
1711 | 2024-12-19T21:43:27.041Z | Compiling bytes v1.8.0 |
1712 | 2024-12-19T21:43:28.488Z | Compiling indexmap v2.6.0 |
1713 | 2024-12-19T21:43:29.975Z | Compiling tokio v1.40.0 |
1714 | 2024-12-19T21:43:30.616Z | Compiling serde_tokenstream v0.2.2 |
1715 | 2024-12-19T21:43:31.157Z | Compiling http v1.1.0 |
1716 | 2024-12-19T21:43:31.190Z | Compiling uuid v1.11.0 |
1717 | 2024-12-19T21:43:31.614Z | Compiling rustc_version v0.4.1 |
1718 | 2024-12-19T21:43:32.260Z | Compiling which v4.4.2 |
1719 | 2024-12-19T21:43:32.497Z | Compiling chrono v0.4.38 |
1720 | 2024-12-19T21:43:34.661Z | Compiling pest_generator v2.7.14 |
1721 | 2024-12-19T21:43:35.968Z | Compiling toml_datetime v0.6.8 |
1722 | 2024-12-19T21:43:36.198Z | Compiling serde_spanned v0.6.8 |
1723 | 2024-12-19T21:43:36.443Z | Compiling inout v0.1.3 |
1724 | 2024-12-19T21:43:36.689Z | Compiling openssl-macros v0.1.1 |
1725 | 2024-12-19T21:43:37.540Z | Compiling rustls v0.23.19 |
1726 | 2024-12-19T21:43:37.831Z | Compiling strsim v0.11.1 |
1727 | 2024-12-19T21:43:38.547Z | Compiling native-tls v0.2.12 |
1728 | 2024-12-19T21:43:39.106Z | Compiling cipher v0.4.4 |
1729 | 2024-12-19T21:43:39.539Z | Compiling pest_derive v2.7.14 |
1730 | 2024-12-19T21:43:39.597Z | Compiling unicode-normalization v0.1.24 |
1731 | 2024-12-19T21:43:39.836Z | Compiling tinystr v0.7.6 |
1732 | 2024-12-19T21:43:40.277Z | Compiling sha2 v0.10.8 |
1733 | 2024-12-19T21:43:40.323Z | Compiling tracing-core v0.1.32 |
1734 | 2024-12-19T21:43:40.631Z | Compiling usdt-impl v0.5.0 |
1735 | 2024-12-19T21:43:40.666Z | Compiling writeable v0.5.5 |
1736 | 2024-12-19T21:43:40.844Z | Compiling litemap v0.7.3 |
1737 | 2024-12-19T21:43:40.970Z | Compiling base64ct v1.6.0 |
1738 | 2024-12-19T21:43:41.088Z | Compiling dyn-clone v1.0.17 |
1739 | 2024-12-19T21:43:41.178Z | Compiling unicode-bidi v0.3.17 |
1740 | 2024-12-19T21:43:41.234Z | Compiling icu_locid v1.5.0 |
1741 | 2024-12-19T21:43:41.562Z | Compiling pem-rfc7468 v0.7.0 |
1742 | 2024-12-19T21:43:42.194Z | Compiling tracing v0.1.40 |
1743 | 2024-12-19T21:43:43.033Z | Compiling scroll v0.12.0 |
1744 | 2024-12-19T21:43:43.261Z | Compiling ppv-lite86 v0.2.20 |
1745 | 2024-12-19T21:43:43.428Z | Compiling async-trait v0.1.83 |
1746 | 2024-12-19T21:43:43.790Z | Compiling cookie v0.18.1 |
1747 | 2024-12-19T21:43:44.116Z | Compiling plain v0.2.3 |
1748 | 2024-12-19T21:43:45.144Z | Compiling camino v1.1.9 |
1749 | 2024-12-19T21:43:45.688Z | Compiling flagset v0.4.6 |
1750 | 2024-12-19T21:43:45.891Z | Compiling anyhow v1.0.93 |
1751 | 2024-12-19T21:43:46.464Z | Compiling aws-lc-sys v0.22.0 |
1752 | 2024-12-19T21:43:46.936Z | Compiling der v0.7.9 |
1753 | 2024-12-19T21:43:49.013Z | Compiling goblin v0.8.2 |
1754 | 2024-12-19T21:43:49.869Z | Compiling rand_chacha v0.3.1 |
1755 | 2024-12-19T21:43:51.345Z | Compiling icu_provider v1.5.0 |
1756 | 2024-12-19T21:43:52.281Z | Compiling pretty-hex v0.4.1 |
1757 | 2024-12-19T21:43:52.509Z | Compiling rustls-pki-types v1.10.0 |
1758 | 2024-12-19T21:43:53.156Z | Compiling untrusted v0.7.1 |
1759 | 2024-12-19T21:43:53.474Z | Compiling percent-encoding v2.3.1 |
1760 | 2024-12-19T21:43:53.930Z | Compiling rayon-core v1.12.1 |
1761 | 2024-12-19T21:43:54.323Z | Compiling rustls v0.22.4 |
1762 | 2024-12-19T21:43:54.342Z | Compiling icu_locid_transform_data v1.5.0 |
1763 | 2024-12-19T21:43:54.440Z | Compiling icu_locid_transform v1.5.0 |
1764 | 2024-12-19T21:43:54.989Z | Compiling dof v0.3.0 |
1765 | 2024-12-19T21:43:55.589Z | Compiling rand v0.8.5 |
1766 | 2024-12-19T21:43:56.299Z | Compiling spki v0.7.3 |
1767 | 2024-12-19T21:43:56.711Z | Compiling dtrace-parser v0.2.0 |
1768 | 2024-12-19T21:43:56.719Z | Compiling salsa20 v0.10.2 |
1769 | 2024-12-19T21:43:56.848Z | Compiling tokio-util v0.7.12 |
1770 | 2024-12-19T21:43:58.233Z | Compiling icu_collections v1.5.0 |
1771 | 2024-12-19T21:43:58.236Z | Compiling pbkdf2 v0.12.2 |
1772 | 2024-12-19T21:43:58.494Z | Compiling thread-id v4.2.2 |
1773 | 2024-12-19T21:43:58.511Z | Compiling powerfmt v0.2.0 |
1774 | 2024-12-19T21:43:58.527Z | Compiling mirai-annotations v1.12.0 |
1775 | 2024-12-19T21:43:58.727Z | Compiling icu_properties_data v1.5.0 |
1776 | 2024-12-19T21:43:58.966Z | Compiling winnow v0.5.40 |
1777 | 2024-12-19T21:43:59.015Z | Compiling untrusted v0.9.0 |
1778 | 2024-12-19T21:43:59.048Z | Compiling icu_properties v1.5.1 |
1779 | 2024-12-19T21:44:00.955Z | Compiling deranged v0.3.11 |
1780 | 2024-12-19T21:44:02.927Z | Compiling toml_edit v0.19.15 |
1781 | 2024-12-19T21:44:04.627Z | Compiling scrypt v0.11.0 |
1782 | 2024-12-19T21:44:04.724Z | Compiling cbc v0.1.2 |
1783 | 2024-12-19T21:44:04.866Z | Compiling aes v0.8.4 |
1784 | 2024-12-19T21:44:04.935Z | Compiling multer v3.1.0 |
1785 | 2024-12-19T21:44:05.137Z | Compiling utf16_iter v1.0.5 |
1786 | 2024-12-19T21:44:05.225Z | Compiling slog-async v2.8.0 |
1787 | 2024-12-19T21:44:05.670Z | Compiling num_threads v0.1.7 |
1788 | 2024-12-19T21:44:05.804Z | Compiling rustversion v1.0.17 |
1789 | 2024-12-19T21:44:05.860Z | Compiling icu_normalizer_data v1.5.0 |
1790 | 2024-12-19T21:44:05.970Z | Compiling utf8_iter v1.0.4 |
1791 | 2024-12-19T21:44:06.094Z | Compiling atomic-waker v1.1.2 |
1792 | 2024-12-19T21:44:06.411Z | Compiling write16 v1.0.0 |
1793 | 2024-12-19T21:44:06.472Z | Compiling time v0.3.36 |
1794 | 2024-12-19T21:44:06.560Z | Compiling icu_normalizer v1.5.0 |
1795 | 2024-12-19T21:44:07.742Z | Compiling pkcs5 v0.7.1 |
1796 | 2024-12-19T21:44:08.823Z | Compiling form_urlencoded v1.2.1 |
1797 | 2024-12-19T21:44:09.646Z | Compiling http-body v1.0.1 |
1798 | 2024-12-19T21:44:09.925Z | Compiling heapless v0.7.17 |
1799 | 2024-12-19T21:44:10.458Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1800 | 2024-12-19T21:44:11.061Z | Compiling try-lock v0.2.5 |
1801 | 2024-12-19T21:44:11.249Z | Compiling signal-hook v0.3.17 |
1802 | 2024-12-19T21:44:11.679Z | Compiling want v0.3.1 |
1803 | 2024-12-19T21:44:13.315Z | Compiling pkcs8 v0.10.2 |
1804 | 2024-12-19T21:44:13.345Z | Compiling idna_adapter v1.2.0 |
1805 | 2024-12-19T21:44:14.011Z | Compiling h2 v0.4.6 |
1806 | 2024-12-19T21:44:14.840Z | Compiling usdt-macro v0.5.0 |
1807 | 2024-12-19T21:44:16.194Z | Compiling usdt-attr-macro v0.5.0 |
1808 | 2024-12-19T21:44:16.940Z | Compiling async-stream-impl v0.3.6 |
1809 | 2024-12-19T21:44:16.970Z | Compiling httpdate v1.0.3 |
1810 | 2024-12-19T21:44:17.713Z | Compiling adler2 v2.0.0 |
1811 | 2024-12-19T21:44:18.132Z | Compiling miniz_oxide v0.8.0 |
1812 | 2024-12-19T21:44:18.967Z | Compiling idna v1.0.3 |
1813 | 2024-12-19T21:44:20.674Z | Compiling curve25519-dalek v4.1.3 |
1814 | 2024-12-19T21:44:21.079Z | Compiling openapiv3 v2.0.0 |
1815 | 2024-12-19T21:44:21.418Z | Compiling enum-as-inner v0.6.1 |
1816 | 2024-12-19T21:44:21.844Z | Compiling hyper v1.5.0 |
1817 | 2024-12-19T21:44:24.442Z | Compiling dropshot v0.12.0 |
1818 | 2024-12-19T21:44:24.736Z | Compiling smoltcp v0.9.1 |
1819 | 2024-12-19T21:44:25.335Z | Compiling base64 v0.22.1 |
1820 | 2024-12-19T21:44:25.393Z | Compiling foreign-types-shared v0.1.1 |
1821 | 2024-12-19T21:44:25.512Z | Compiling tower-service v0.3.3 |
1822 | 2024-12-19T21:44:25.634Z | Compiling portable-atomic v1.9.0 |
1823 | 2024-12-19T21:44:25.655Z | Compiling num-bigint-dig v0.8.4 |
1824 | 2024-12-19T21:44:26.065Z | Compiling match_cfg v0.1.0 |
1825 | 2024-12-19T21:44:26.163Z | Compiling hostname v0.3.1 |
1826 | 2024-12-19T21:44:26.386Z | Compiling hyper-util v0.1.10 |
1827 | 2024-12-19T21:44:26.685Z | Compiling foreign-types v0.3.2 |
1828 | 2024-12-19T21:44:30.065Z | Compiling url v2.5.3 |
1829 | 2024-12-19T21:44:33.483Z | Compiling dirs-sys-next v0.1.2 |
1830 | 2024-12-19T21:44:33.964Z | Compiling gimli v0.31.1 |
1831 | 2024-12-19T21:44:33.984Z | Compiling data-encoding v2.6.0 |
1832 | 2024-12-19T21:44:34.182Z | Compiling ident_case v1.0.1 |
1833 | 2024-12-19T21:44:34.369Z | Compiling heck v0.4.1 |
1834 | 2024-12-19T21:44:34.555Z | Compiling siphasher v0.3.11 |
1835 | 2024-12-19T21:44:34.919Z | Compiling darling_core v0.20.10 |
1836 | 2024-12-19T21:44:35.047Z | Compiling dirs-next v2.0.0 |
1837 | 2024-12-19T21:44:37.676Z | Compiling http-body-util v0.1.2 |
1838 | 2024-12-19T21:44:39.064Z | Compiling addr2line v0.24.2 |
1839 | 2024-12-19T21:44:41.083Z | Compiling crossbeam-epoch v0.9.18 |
1840 | 2024-12-19T21:44:41.133Z | Compiling hubpack_derive v0.1.1 |
1841 | 2024-12-19T21:44:41.399Z | Compiling dropshot_endpoint v0.12.0 |
1842 | 2024-12-19T21:44:41.856Z | Compiling sha1 v0.10.6 |
1843 | 2024-12-19T21:44:41.970Z | Compiling signature v2.2.0 |
1844 | 2024-12-19T21:44:42.200Z | Compiling zerocopy-derive v0.6.6 |
1845 | 2024-12-19T21:44:42.250Z | Compiling curve25519-dalek-derive v0.1.1 |
1846 | 2024-12-19T21:44:43.421Z | Compiling object v0.36.5 |
1847 | 2024-12-19T21:44:43.607Z | Compiling thread_local v1.1.8 |
1848 | 2024-12-19T21:44:44.076Z | Compiling fs-err v2.11.0 |
1849 | 2024-12-19T21:44:44.143Z | Compiling encoding_rs v0.8.34 |
1850 | 2024-12-19T21:44:45.407Z | Compiling rustc-demangle v0.1.24 |
1851 | 2024-12-19T21:44:47.673Z | Compiling openssl-probe v0.1.5 |
1852 | 2024-12-19T21:44:47.814Z | Compiling ipnet v2.10.1 |
1853 | 2024-12-19T21:44:48.000Z | Compiling winnow v0.6.20 |
1854 | 2024-12-19T21:44:51.831Z | Compiling utf8parse v0.2.2 |
1855 | 2024-12-19T21:44:52.000Z | Compiling unicode-properties v0.1.3 |
1856 | 2024-12-19T21:44:52.721Z | Compiling mime v0.3.17 |
1857 | 2024-12-19T21:44:54.378Z | Compiling anstyle v1.0.10 |
1858 | 2024-12-19T21:44:54.993Z | Compiling stringprep v0.1.5 |
1859 | 2024-12-19T21:44:55.975Z | Compiling anstyle-parse v0.2.5 |
1860 | 2024-12-19T21:44:56.331Z | Compiling toml_edit v0.22.22 |
1861 | 2024-12-19T21:44:56.531Z | Compiling backtrace v0.3.74 |
1862 | 2024-12-19T21:45:00.348Z | Compiling rustls-webpki v0.102.8 |
1863 | 2024-12-19T21:45:04.292Z | Compiling crossbeam-deque v0.8.5 |
1864 | 2024-12-19T21:45:04.629Z | Compiling darling_macro v0.20.10 |
1865 | 2024-12-19T21:45:07.466Z | Compiling term v0.7.0 |
1866 | 2024-12-19T21:45:08.689Z | Compiling slog-json v2.6.1 |
1867 | 2024-12-19T21:45:09.134Z | Compiling serde_urlencoded v0.7.1 |
1868 | 2024-12-19T21:45:10.323Z | Compiling crossbeam-channel v0.5.13 |
1869 | 2024-12-19T21:45:10.406Z | Compiling rustls-pemfile v2.2.0 |
1870 | 2024-12-19T21:45:10.733Z | Compiling hashbrown v0.14.5 |
1871 | 2024-12-19T21:45:11.379Z | Compiling idna v0.3.0 |
1872 | 2024-12-19T21:45:11.423Z | Compiling idna v0.4.0 |
1873 | 2024-12-19T21:45:12.071Z | Compiling futures-executor v0.3.31 |
1874 | 2024-12-19T21:45:12.867Z | Compiling num-integer v0.1.46 |
1875 | 2024-12-19T21:45:13.121Z | Compiling md-5 v0.10.6 |
1876 | 2024-12-19T21:45:13.273Z | Compiling ff v0.13.0 |
1877 | 2024-12-19T21:45:13.364Z | Compiling hash32 v0.2.1 |
1878 | 2024-12-19T21:45:13.501Z | Compiling is-terminal v0.4.13 |
1879 | 2024-12-19T21:45:13.582Z | Compiling memmap v0.7.0 |
1880 | 2024-12-19T21:45:13.717Z | Compiling linked-hash-map v0.5.6 |
1881 | 2024-12-19T21:45:13.901Z | Compiling base16ct v0.2.0 |
1882 | 2024-12-19T21:45:14.094Z | Compiling utf-8 v0.7.6 |
1883 | 2024-12-19T21:45:14.398Z | Compiling psl-types v2.0.11 |
1884 | 2024-12-19T21:45:14.601Z | Compiling is_terminal_polyfill v1.70.1 |
1885 | 2024-12-19T21:45:14.736Z | Compiling quick-error v1.2.3 |
1886 | 2024-12-19T21:45:15.416Z | Compiling colorchoice v1.0.2 |
1887 | 2024-12-19T21:45:15.581Z | Compiling anstyle-query v1.1.1 |
1888 | 2024-12-19T21:45:15.746Z | Compiling take_mut v0.2.2 |
1889 | 2024-12-19T21:45:15.928Z | Compiling fallible-iterator v0.2.0 |
1890 | 2024-12-19T21:45:16.707Z | Compiling postgres-protocol v0.6.7 |
1891 | 2024-12-19T21:45:17.230Z | Compiling anstream v0.6.15 |
1892 | 2024-12-19T21:45:17.913Z | Compiling resolv-conf v0.7.0 |
1893 | 2024-12-19T21:45:18.005Z | Compiling publicsuffix v2.2.3 |
1894 | 2024-12-19T21:45:18.278Z | Compiling tungstenite v0.24.0 |
1895 | 2024-12-19T21:45:18.605Z | Compiling sec1 v0.7.3 |
1896 | 2024-12-19T21:45:18.930Z | Compiling lru-cache v0.1.2 |
1897 | 2024-12-19T21:45:19.121Z | Compiling usdt v0.5.0 |
1898 | 2024-12-19T21:45:19.595Z | Compiling slog-term v2.9.1 |
1899 | 2024-12-19T21:45:20.275Z | Compiling group v0.13.0 |
1900 | 2024-12-19T21:45:20.409Z | Compiling num-iter v0.1.45 |
1901 | 2024-12-19T21:45:20.590Z | Compiling futures v0.3.31 |
1902 | 2024-12-19T21:45:20.611Z | Compiling hickory-proto v0.24.1 |
1903 | 2024-12-19T21:45:20.694Z | Compiling regress v0.10.1 |
1904 | 2024-12-19T21:45:24.103Z | Compiling tokio-rustls v0.26.0 |
1905 | 2024-12-19T21:45:24.247Z | Compiling slog-bunyan v2.5.0 |
1906 | 2024-12-19T21:45:24.567Z | Compiling tokio-rustls v0.25.0 |
1907 | 2024-12-19T21:45:25.030Z | Compiling darling v0.20.10 |
1908 | 2024-12-19T21:45:25.067Z | Compiling toml v0.8.19 |
1909 | 2024-12-19T21:45:25.150Z | Compiling tokio-native-tls v0.3.1 |
1910 | 2024-12-19T21:45:25.430Z | Compiling phf_shared v0.11.2 |
1911 | 2024-12-19T21:45:25.448Z | Compiling strum_macros v0.25.3 |
1912 | 2024-12-19T21:45:26.180Z | Compiling async-stream v0.3.6 |
1913 | 2024-12-19T21:45:26.471Z | Compiling waitgroup v0.1.2 |
1914 | 2024-12-19T21:45:26.614Z | Compiling webpki-roots v0.26.6 |
1915 | 2024-12-19T21:45:26.987Z | Compiling idna v0.5.0 |
1916 | 2024-12-19T21:45:27.006Z | Compiling terminal_size v0.4.0 |
1917 | 2024-12-19T21:45:27.031Z | Compiling serde_path_to_error v0.1.16 |
1918 | 2024-12-19T21:45:27.220Z | Compiling hkdf v0.12.4 |
1919 | 2024-12-19T21:45:28.035Z | Compiling crypto-bigint v0.5.5 |
1920 | 2024-12-19T21:45:28.120Z | Compiling clap_derive v4.5.18 |
1921 | 2024-12-19T21:45:28.445Z | Compiling serde_repr v0.1.19 |
1922 | 2024-12-19T21:45:29.081Z | Compiling derive-where v1.2.7 |
1923 | 2024-12-19T21:45:29.494Z | Compiling hostname v0.4.0 |
1924 | 2024-12-19T21:45:29.720Z | Compiling crc32fast v1.4.2 |
1925 | 2024-12-19T21:45:29.742Z | Compiling managed v0.8.0 |
1926 | 2024-12-19T21:45:30.048Z | Compiling bitflags v1.3.2 |
1927 | 2024-12-19T21:45:30.205Z | Compiling debug-ignore v1.0.5 |
1928 | 2024-12-19T21:45:30.264Z | Compiling clap_lex v0.7.2 |
1929 | 2024-12-19T21:45:30.722Z | Compiling unicode-width v0.1.14 |
1930 | 2024-12-19T21:45:31.553Z | Compiling console v0.15.8 |
1931 | 2024-12-19T21:45:32.549Z | Compiling elliptic-curve v0.13.8 |
1932 | 2024-12-19T21:45:32.698Z | Compiling clap_builder v4.5.21 |
1933 | 2024-12-19T21:45:35.562Z | Compiling flate2 v1.0.34 |
1934 | 2024-12-19T21:45:35.633Z | Compiling cookie_store v0.21.0 |
1935 | 2024-12-19T21:45:37.010Z | Compiling hyper-rustls v0.27.3 |
1936 | 2024-12-19T21:45:38.157Z | Compiling hickory-resolver v0.24.1 |
1937 | 2024-12-19T21:45:40.912Z | Compiling phf v0.11.2 |
1938 | 2024-12-19T21:45:41.102Z | Compiling hyper-tls v0.6.0 |
1939 | 2024-12-19T21:45:41.239Z | Compiling signal-hook-mio v0.2.4 |
1940 | 2024-12-19T21:45:41.410Z | Compiling typify-impl v0.2.0 |
1941 | 2024-12-19T21:45:41.499Z | Compiling rayon v1.10.0 |
1942 | 2024-12-19T21:45:41.671Z | Compiling bzip2 v0.4.4 |
1943 | 2024-12-19T21:45:42.232Z | Compiling tokio-tungstenite v0.24.0 |
1944 | 2024-12-19T21:45:42.571Z | Compiling postgres-types v0.2.8 |
1945 | 2024-12-19T21:45:42.766Z | Compiling zerocopy v0.6.6 |
1946 | 2024-12-19T21:45:43.187Z | Compiling ed25519 v2.2.3 |
1947 | 2024-12-19T21:45:43.632Z | Compiling hubpack v0.1.2 |
1948 | 2024-12-19T21:45:43.693Z | Compiling phf_shared v0.10.0 |
1949 | 2024-12-19T21:45:43.979Z | Compiling pkcs1 v0.7.5 |
1950 | 2024-12-19T21:45:44.080Z | Compiling tokio-stream v0.1.16 |
1951 | 2024-12-19T21:45:44.926Z | Compiling serde-big-array v0.5.1 |
1952 | 2024-12-19T21:45:45.026Z | Compiling rfc6979 v0.4.0 |
1953 | 2024-12-19T21:45:45.173Z | Compiling float-cmp v0.9.0 |
1954 | 2024-12-19T21:45:45.224Z | Compiling sync_wrapper v1.0.1 |
1955 | 2024-12-19T21:45:45.393Z | Compiling bstr v1.10.0 |
1956 | 2024-12-19T21:45:46.436Z | Compiling new_debug_unreachable v1.0.6 |
1957 | 2024-12-19T21:45:46.465Z | Compiling precomputed-hash v0.1.1 |
1958 | 2024-12-19T21:45:46.589Z | Compiling fixedbitset v0.4.2 |
1959 | 2024-12-19T21:45:46.978Z | Compiling unicode-width v0.2.0 |
1960 | 2024-12-19T21:45:47.002Z | Compiling normalize-line-endings v0.3.0 |
1961 | 2024-12-19T21:45:47.064Z | Compiling static_assertions v1.1.0 |
1962 | 2024-12-19T21:45:47.132Z | Compiling predicates-core v1.0.8 |
1963 | 2024-12-19T21:45:47.170Z | Compiling unicode-segmentation v1.12.0 |
1964 | 2024-12-19T21:45:47.458Z | Compiling difflib v0.4.0 |
1965 | 2024-12-19T21:45:47.512Z | Compiling whoami v1.5.2 |
1966 | 2024-12-19T21:45:48.132Z | Compiling bit-vec v0.6.3 |
1967 | 2024-12-19T21:45:48.264Z | Compiling number_prefix v0.4.0 |
1968 | 2024-12-19T21:45:48.496Z | Compiling bit-set v0.5.3 |
1969 | 2024-12-19T21:45:48.557Z | Compiling indicatif v0.17.9 |
1970 | 2024-12-19T21:45:48.783Z | Compiling tokio-postgres v0.7.12 |
1971 | 2024-12-19T21:45:48.843Z | Compiling predicates v3.1.2 |
1972 | 2024-12-19T21:45:50.412Z | Compiling similar v2.6.0 |
1973 | 2024-12-19T21:45:50.456Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1974 | 2024-12-19T21:45:52.365Z | Compiling petgraph v0.6.5 |
1975 | 2024-12-19T21:45:52.414Z | Compiling string_cache v0.8.7 |
1976 | 2024-12-19T21:45:53.146Z | Compiling reqwest v0.12.9 |
1977 | 2024-12-19T21:45:53.575Z | Compiling typify-macro v0.2.0 |
1978 | 2024-12-19T21:45:54.986Z | Compiling ecdsa v0.16.9 |
1979 | 2024-12-19T21:45:55.621Z | Compiling qorb v0.2.1 |
1980 | 2024-12-19T21:45:55.885Z | Compiling rsa v0.9.6 |
1981 | 2024-12-19T21:45:56.900Z | Compiling ed25519-dalek v2.1.1 |
1982 | 2024-12-19T21:45:57.446Z | Compiling zip v0.6.6 |
1983 | 2024-12-19T21:45:57.538Z | Compiling crossterm v0.28.1 |
1984 | 2024-12-19T21:45:57.826Z | Compiling clap v4.5.21 |
1985 | 2024-12-19T21:45:58.743Z | Compiling toml v0.7.8 |
1986 | 2024-12-19T21:45:59.771Z | Compiling x509-cert v0.2.5 |
1987 | 2024-12-19T21:46:00.975Z | Compiling hex v0.4.3 |
1988 | 2024-12-19T21:46:01.612Z | Compiling lalrpop-util v0.19.12 |
1989 | 2024-12-19T21:46:01.977Z | Compiling peg-runtime v0.8.3 |
1990 | 2024-12-19T21:46:02.037Z | Compiling zerocopy v0.8.10 |
1991 | 2024-12-19T21:46:02.495Z | Compiling unicode-xid v0.2.6 |
1992 | 2024-12-19T21:46:04.210Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1993 | 2024-12-19T21:46:08.469Z | Compiling proc-macro-crate v1.3.1 |
1994 | 2024-12-19T21:46:09.182Z | Compiling ipnetwork v0.20.0 |
1995 | 2024-12-19T21:46:09.203Z | Compiling macaddr v1.0.1 |
1996 | 2024-12-19T21:46:09.591Z | Compiling zerocopy-derive v0.8.10 |
1997 | 2024-12-19T21:46:09.824Z | Compiling itertools v0.13.0 |
1998 | 2024-12-19T21:46:12.763Z | Compiling heapless v0.8.0 |
1999 | 2024-12-19T21:46:13.237Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2000 | 2024-12-19T21:46:17.962Z | Compiling num_enum_derive v0.5.11 |
2001 | 2024-12-19T21:46:26.266Z | Compiling hash32 v0.3.1 |
2002 | 2024-12-19T21:46:26.865Z | Compiling smoltcp v0.11.0 |
2003 | 2024-12-19T21:46:27.316Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2004 | 2024-12-19T21:46:32.160Z | Compiling num_enum v0.5.11 |
2005 | 2024-12-19T21:46:32.362Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2006 | 2024-12-19T21:46:33.195Z | Compiling typify v0.2.0 |
2007 | 2024-12-19T21:46:34.297Z | Compiling proc-macro-error-attr v1.0.4 |
2008 | 2024-12-19T21:46:34.492Z | Compiling cobs v0.2.3 |
2009 | 2024-12-19T21:46:34.608Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2010 | 2024-12-19T21:46:34.951Z | Compiling unsafe-libyaml v0.2.11 |
2011 | 2024-12-19T21:46:36.363Z | Compiling serde_yaml v0.9.34+deprecated |
2012 | 2024-12-19T21:46:41.032Z | Compiling postcard v1.0.10 |
2013 | 2024-12-19T21:46:52.298Z | Compiling progenitor-impl v0.8.0 |
2014 | 2024-12-19T21:46:53.316Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2015 | 2024-12-19T21:47:05.317Z | Compiling strum_macros v0.26.4 |
2016 | 2024-12-19T21:47:06.108Z | Compiling structmeta-derive v0.3.0 |
2017 | 2024-12-19T21:47:06.134Z | Compiling foreign-types-macros v0.2.3 |
2018 | 2024-12-19T21:47:06.194Z | Compiling proc-macro-error v1.0.4 |
2019 | 2024-12-19T21:47:06.522Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2020 | 2024-12-19T21:47:06.642Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2021 | 2024-12-19T21:47:06.817Z | Compiling newtype-uuid v1.1.3 |
2022 | 2024-12-19T21:47:07.080Z | Compiling foreign-types-shared v0.3.1 |
2023 | 2024-12-19T21:47:08.844Z | Compiling structmeta v0.3.0 |
2024 | 2024-12-19T21:47:09.877Z | Compiling strum v0.26.3 |
2025 | 2024-12-19T21:47:12.633Z | Compiling foreign-types v0.5.0 |
2026 | 2024-12-19T21:47:14.482Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2027 | 2024-12-19T21:47:17.690Z | Compiling progenitor-macro v0.8.0 |
2028 | 2024-12-19T21:47:21.534Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2029 | 2024-12-19T21:47:22.719Z | Compiling progenitor-client v0.8.0 |
2030 | 2024-12-19T21:47:23.801Z | Compiling tabwriter v1.4.0 |
2031 | 2024-12-19T21:47:25.213Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2032 | 2024-12-19T21:47:26.045Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2033 | 2024-12-19T21:47:26.911Z | Compiling cstr-argument v0.1.2 |
2034 | 2024-12-19T21:47:26.952Z | Compiling dropshot v0.13.0 |
2035 | 2024-12-19T21:47:27.261Z | Compiling fastrand v2.1.1 |
2036 | 2024-12-19T21:47:27.308Z | Compiling thiserror v2.0.3 |
2037 | 2024-12-19T21:47:27.888Z | Compiling crucible-workspace-hack v0.1.0 |
2038 | 2024-12-19T21:47:28.181Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2039 | 2024-12-19T21:47:28.469Z | Compiling pretty-hex v0.2.1 |
2040 | 2024-12-19T21:47:28.701Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2041 | 2024-12-19T21:47:29.131Z | Compiling tempfile v3.13.0 |
2042 | 2024-12-19T21:47:29.223Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2043 | 2024-12-19T21:47:29.710Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2044 | 2024-12-19T21:47:30.445Z | Compiling parse-display-derive v0.10.0 |
2045 | 2024-12-19T21:47:30.547Z | Compiling progenitor v0.8.0 |
2046 | 2024-12-19T21:47:30.625Z | Compiling colored v2.1.0 |
2047 | 2024-12-19T21:47:30.816Z | Compiling serde_with_macros v3.11.0 |
2048 | 2024-12-19T21:47:30.856Z | Compiling dropshot_endpoint v0.13.0 |
2049 | 2024-12-19T21:47:31.870Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2050 | 2024-12-19T21:47:32.617Z | Compiling thiserror-impl v2.0.3 |
2051 | 2024-12-19T21:47:33.437Z | Compiling instant v0.1.13 |
2052 | 2024-12-19T21:47:33.618Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2053 | 2024-12-19T21:47:34.018Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2054 | 2024-12-19T21:47:34.351Z | Compiling parse-display v0.10.0 |
2055 | 2024-12-19T21:47:35.006Z | Compiling backoff v0.4.0 |
2056 | 2024-12-19T21:47:35.407Z | Compiling serde_with v3.11.0 |
2057 | 2024-12-19T21:47:35.642Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2058 | 2024-12-19T21:47:35.898Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2059 | 2024-12-19T21:47:36.224Z | Compiling zone_cfg_derive v0.3.0 |
2060 | 2024-12-19T21:47:36.970Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2061 | 2024-12-19T21:47:37.529Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2062 | 2024-12-19T21:47:37.603Z | Compiling camino-tempfile v1.1.1 |
2063 | 2024-12-19T21:47:38.409Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2064 | 2024-12-19T21:47:38.429Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2065 | 2024-12-19T21:47:38.627Z | Compiling regress v0.9.1 |
2066 | 2024-12-19T21:47:38.910Z | Compiling num-derive v0.4.2 |
2067 | 2024-12-19T21:47:39.900Z | Compiling sigpipe v0.1.3 |
2068 | 2024-12-19T21:47:40.041Z | Compiling libefi-sys v0.1.0 |
2069 | 2024-12-19T21:47:40.334Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2070 | 2024-12-19T21:47:40.682Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2071 | 2024-12-19T21:47:41.091Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2072 | 2024-12-19T21:47:42.648Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2073 | 2024-12-19T21:47:43.967Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2074 | 2024-12-19T21:47:44.562Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2075 | 2024-12-19T21:47:45.495Z | Compiling zone v0.3.0 |
2076 | 2024-12-19T21:47:47.271Z | Compiling smf v0.2.3 |
2077 | 2024-12-19T21:47:48.946Z | Compiling bitfield-struct v0.6.2 |
2078 | 2024-12-19T21:47:48.997Z | Compiling blake3 v1.5.4 |
2079 | 2024-12-19T21:47:49.621Z | Compiling ring v0.16.20 |
2080 | 2024-12-19T21:47:49.918Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2081 | 2024-12-19T21:47:50.313Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2082 | 2024-12-19T21:47:51.028Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2083 | 2024-12-19T21:47:51.050Z | Compiling xattr v1.3.1 |
2084 | 2024-12-19T21:47:51.380Z | Compiling filetime v0.2.25 |
2085 | 2024-12-19T21:47:51.414Z | Compiling memmap2 v0.9.5 |
2086 | 2024-12-19T21:47:51.839Z | Compiling arrayvec v0.7.6 |
2087 | 2024-12-19T21:47:52.020Z | Compiling arrayref v0.3.9 |
2088 | 2024-12-19T21:47:52.132Z | Compiling constant_time_eq v0.3.1 |
2089 | 2024-12-19T21:47:52.150Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2090 | 2024-12-19T21:47:52.283Z | Compiling same-file v1.0.6 |
2091 | 2024-12-19T21:47:52.322Z | Compiling spin v0.5.2 |
2092 | 2024-12-19T21:47:52.559Z | Compiling walkdir v2.5.0 |
2093 | 2024-12-19T21:47:52.587Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2094 | 2024-12-19T21:47:54.130Z | Compiling tar v0.4.42 |
2095 | 2024-12-19T21:47:54.180Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2096 | 2024-12-19T21:47:54.630Z | Compiling gethostname v0.5.0 |
2097 | 2024-12-19T21:47:54.829Z | Compiling cargo-platform v0.1.8 |
2098 | 2024-12-19T21:47:55.031Z | Compiling topological-sort v0.2.2 |
2099 | 2024-12-19T21:47:55.312Z | Compiling cargo_metadata v0.18.1 |
2100 | 2024-12-19T21:47:55.761Z | Compiling shell-words v1.1.0 |
2101 | 2024-12-19T21:47:59.836Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2102 | 2024-12-19T21:48:00.446Z | Compiling omicron-zone-package v0.11.1 |
2103 | 2024-12-19T21:48:01.030Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2104 | 2024-12-19T21:48:03.109Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2105 | 2024-12-19T21:48:24.911Z | Finished `release` profile [optimized] target(s) in 5m 28s |
2106 | 2024-12-19T21:48:25.075Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
2107 | 2024-12-19T21:48:25.124Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2108 | 2024-12-19T21:48:25.127Z | Created new build target 'test' and set it as active |
2109 | 2024-12-19T21:48:25.127Z | |
2110 | 2024-12-19T21:48:25.127Z | real 5:28.507442273 |
2111 | 2024-12-19T21:48:25.127Z | user 37:01.005405919 |
2112 | 2024-12-19T21:48:25.127Z | sys 4:55.495207922 |
2113 | 2024-12-19T21:48:25.127Z | trap 1.117836500 |
2114 | 2024-12-19T21:48:25.127Z | tflt 3.092881719 |
2115 | 2024-12-19T21:48:25.128Z | dflt 0.815209990 |
2116 | 2024-12-19T21:48:25.128Z | kflt 0.010499808 |
2117 | 2024-12-19T21:48:25.128Z | lock 1:18:26.233547932 |
2118 | 2024-12-19T21:48:25.128Z | slp 2:35:53.075184642 |
2119 | 2024-12-19T21:48:25.128Z | lat 2:33.472567758 |
2120 | 2024-12-19T21:48:25.128Z | stop 4:35.279963940 |
2121 | 2024-12-19T21:48:25.128Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2122 | 2024-12-19T21:48:26.100Z | Finished `release` profile [optimized] target(s) in 0.92s |
2123 | 2024-12-19T21:48:26.160Z | Running `target/release/omicron-package -t test package` |
2124 | 2024-12-19T21:48:26.204Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2125 | 2024-12-19T21:48:27.352Z | Compiling convert_case v0.4.0 |
2126 | 2024-12-19T21:48:27.352Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2127 | 2024-12-19T21:48:27.355Z | Compiling newline-converter v0.3.0 |
2128 | 2024-12-19T21:48:27.356Z | Compiling password-hash v0.5.0 |
2129 | 2024-12-19T21:48:27.356Z | Compiling progenitor-client v0.8.0 |
2130 | 2024-12-19T21:48:27.356Z | Compiling blake2 v0.10.6 |
2131 | 2024-12-19T21:48:27.356Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2132 | 2024-12-19T21:48:27.356Z | Compiling atomicwrites v0.4.4 |
2133 | 2024-12-19T21:48:27.627Z | Compiling expectorate v1.1.0 |
2134 | 2024-12-19T21:48:27.740Z | Compiling owo-colors v4.1.0 |
2135 | 2024-12-19T21:48:27.834Z | Compiling cancel-safe-futures v0.1.5 |
2136 | 2024-12-19T21:48:28.026Z | Compiling progenitor v0.8.0 |
2137 | 2024-12-19T21:48:28.073Z | Compiling argon2 v0.5.3 |
2138 | 2024-12-19T21:48:28.235Z | Compiling num-rational v0.4.2 |
2139 | 2024-12-19T21:48:28.292Z | Compiling num-complex v0.4.6 |
2140 | 2024-12-19T21:48:28.328Z | Compiling derive_more v0.99.18 |
2141 | 2024-12-19T21:48:28.671Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2142 | 2024-12-19T21:48:29.255Z | Compiling libsw v3.3.1 |
2143 | 2024-12-19T21:48:29.558Z | Compiling num v0.4.3 |
2144 | 2024-12-19T21:48:29.590Z | Compiling float-ord v0.3.2 |
2145 | 2024-12-19T21:48:29.592Z | Compiling swrite v0.1.0 |
2146 | 2024-12-19T21:48:29.592Z | Compiling indent_write v2.2.0 |
2147 | 2024-12-19T21:48:29.670Z | Compiling linear-map v1.2.0 |
2148 | 2024-12-19T21:48:29.730Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2149 | 2024-12-19T21:48:29.788Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2150 | 2024-12-19T21:48:29.854Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2151 | 2024-12-19T21:48:30.109Z | Compiling base64 v0.21.7 |
2152 | 2024-12-19T21:48:30.379Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2153 | 2024-12-19T21:48:30.602Z | Compiling highway v1.2.0 |
2154 | 2024-12-19T21:48:31.220Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2155 | 2024-12-19T21:48:31.373Z | Compiling semver v0.1.20 |
2156 | 2024-12-19T21:48:31.946Z | Compiling rustc_version v0.1.7 |
2157 | 2024-12-19T21:48:32.010Z | Compiling newtype-uuid v1.1.3 |
2158 | 2024-12-19T21:48:32.374Z | Compiling newtype_derive v0.1.6 |
2159 | 2024-12-19T21:48:32.383Z | Compiling dropshot v0.13.0 |
2160 | 2024-12-19T21:48:32.670Z | Compiling ipnetwork v0.20.0 |
2161 | 2024-12-19T21:48:32.760Z | Compiling instant v0.1.13 |
2162 | 2024-12-19T21:48:32.938Z | Compiling humantime v2.1.0 |
2163 | 2024-12-19T21:48:33.497Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2164 | 2024-12-19T21:48:33.836Z | Compiling backoff v0.4.0 |
2165 | 2024-12-19T21:48:34.213Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2166 | 2024-12-19T21:48:34.853Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2167 | 2024-12-19T21:48:39.870Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2168 | 2024-12-19T21:48:39.870Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2169 | 2024-12-19T21:48:39.870Z | Compiling parse-display v0.10.0 |
2170 | 2024-12-19T21:48:39.870Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2171 | 2024-12-19T21:48:39.870Z | Compiling serde_with v3.11.0 |
2172 | 2024-12-19T21:48:39.918Z | Compiling strum v0.26.3 |
2173 | 2024-12-19T21:48:40.057Z | Compiling regress v0.9.1 |
2174 | 2024-12-19T21:48:43.060Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2175 | 2024-12-19T21:48:44.253Z | Compiling macaddr v1.0.1 |
2176 | 2024-12-19T21:48:44.689Z | Compiling slog-dtrace v0.3.0 |
2177 | 2024-12-19T21:48:44.847Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2178 | 2024-12-19T21:48:44.929Z | Compiling steno v0.4.1 |
2179 | 2024-12-19T21:48:45.238Z | Compiling prettyplease v0.2.25 |
2180 | 2024-12-19T21:48:46.113Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2181 | 2024-12-19T21:48:46.744Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2182 | 2024-12-19T21:48:47.194Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2183 | 2024-12-19T21:48:49.477Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2184 | 2024-12-19T21:48:50.116Z | Compiling half v2.4.1 |
2185 | 2024-12-19T21:48:50.836Z | Compiling ciborium-io v0.2.2 |
2186 | 2024-12-19T21:48:50.983Z | Compiling ciborium-ll v0.2.2 |
2187 | 2024-12-19T21:48:51.516Z | Compiling tungstenite v0.21.0 |
2188 | 2024-12-19T21:48:54.741Z | Compiling tokio-tungstenite v0.21.0 |
2189 | 2024-12-19T21:48:55.416Z | Compiling ciborium v0.2.2 |
2190 | 2024-12-19T21:48:56.638Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2191 | 2024-12-19T21:49:01.625Z | Compiling same-file v1.0.6 |
2192 | 2024-12-19T21:49:02.804Z | Compiling display-error-chain v0.2.2 |
2193 | 2024-12-19T21:49:03.050Z | Compiling fastrand v2.1.1 |
2194 | 2024-12-19T21:49:03.557Z | Compiling tempfile v3.13.0 |
2195 | 2024-12-19T21:49:03.710Z | Compiling walkdir v2.5.0 |
2196 | 2024-12-19T21:49:04.360Z | Compiling blake3 v1.5.4 |
2197 | 2024-12-19T21:49:04.394Z | Compiling ring v0.16.20 |
2198 | 2024-12-19T21:49:04.844Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2199 | 2024-12-19T21:49:04.983Z | Compiling xattr v1.3.1 |
2200 | 2024-12-19T21:49:05.005Z | Compiling memmap2 v0.9.5 |
2201 | 2024-12-19T21:49:05.264Z | Compiling filetime v0.2.25 |
2202 | 2024-12-19T21:49:05.406Z | Compiling spin v0.5.2 |
2203 | 2024-12-19T21:49:05.541Z | Compiling constant_time_eq v0.3.1 |
2204 | 2024-12-19T21:49:05.544Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2205 | 2024-12-19T21:49:05.655Z | Compiling arrayref v0.3.9 |
2206 | 2024-12-19T21:49:05.700Z | Compiling arrayvec v0.7.6 |
2207 | 2024-12-19T21:49:05.767Z | Compiling keccak v0.1.5 |
2208 | 2024-12-19T21:49:06.674Z | Compiling sha3 v0.10.8 |
2209 | 2024-12-19T21:49:06.756Z | Compiling tar v0.4.42 |
2210 | 2024-12-19T21:49:07.179Z | Compiling toolchain_find v0.4.0 |
2211 | 2024-12-19T21:49:07.501Z | Compiling camino-tempfile v1.1.1 |
2212 | 2024-12-19T21:49:07.767Z | Compiling const_format_proc_macros v0.2.33 |
2213 | 2024-12-19T21:49:07.968Z | Compiling topological-sort v0.2.2 |
2214 | 2024-12-19T21:49:08.218Z | Compiling maplit v1.0.2 |
2215 | 2024-12-19T21:49:08.355Z | Compiling radium v0.7.0 |
2216 | 2024-12-19T21:49:08.674Z | Compiling crunchy v0.2.2 |
2217 | 2024-12-19T21:49:08.787Z | Compiling rustfmt-wrapper v0.2.1 |
2218 | 2024-12-19T21:49:08.834Z | Compiling maybe-uninit v2.0.0 |
2219 | 2024-12-19T21:49:09.160Z | Compiling omicron-zone-package v0.11.1 |
2220 | 2024-12-19T21:49:09.296Z | Compiling tiny-keccak v2.0.2 |
2221 | 2024-12-19T21:49:09.364Z | Compiling tap v1.0.1 |
2222 | 2024-12-19T21:49:09.578Z | Compiling wyz v0.5.1 |
2223 | 2024-12-19T21:49:09.626Z | Compiling const_format v0.2.33 |
2224 | 2024-12-19T21:49:10.068Z | Compiling dsl_auto_type v0.1.2 |
2225 | 2024-12-19T21:49:10.238Z | Compiling phf_generator v0.11.2 |
2226 | 2024-12-19T21:49:10.360Z | Compiling scheduled-thread-pool v0.2.7 |
2227 | 2024-12-19T21:49:10.412Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2228 | 2024-12-19T21:49:10.436Z | Compiling secrecy v0.8.0 |
2229 | 2024-12-19T21:49:10.724Z | Compiling diesel_table_macro_syntax v0.2.0 |
2230 | 2024-12-19T21:49:10.826Z | Compiling async-recursion v1.1.1 |
2231 | 2024-12-19T21:49:10.898Z | Compiling arc-swap v1.7.1 |
2232 | 2024-12-19T21:49:11.126Z | Compiling funty v2.0.0 |
2233 | 2024-12-19T21:49:11.431Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2234 | 2024-12-19T21:49:11.578Z | Compiling packed_struct v0.10.1 |
2235 | 2024-12-19T21:49:11.595Z | Compiling crc-catalog v2.4.0 |
2236 | 2024-12-19T21:49:11.764Z | Compiling crc v3.2.1 |
2237 | 2024-12-19T21:49:11.786Z | Compiling diesel_derives v2.2.3 |
2238 | 2024-12-19T21:49:12.016Z | Compiling slog-scope v4.4.0 |
2239 | 2024-12-19T21:49:12.217Z | Compiling bitvec v1.0.1 |
2240 | 2024-12-19T21:49:12.818Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2241 | 2024-12-19T21:49:13.528Z | Compiling r2d2 v0.8.10 |
2242 | 2024-12-19T21:49:13.747Z | Compiling phf_codegen v0.11.2 |
2243 | 2024-12-19T21:49:14.121Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2244 | 2024-12-19T21:49:14.364Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2245 | 2024-12-19T21:49:14.410Z | Compiling ascii-canvas v3.0.0 |
2246 | 2024-12-19T21:49:14.875Z | Compiling universal-hash v0.5.1 |
2247 | 2024-12-19T21:49:15.115Z | Compiling packed_struct_codegen v0.10.1 |
2248 | 2024-12-19T21:49:16.965Z | Compiling thiserror-impl-no-std v2.0.2 |
2249 | 2024-12-19T21:49:17.621Z | Compiling parse-zoneinfo v0.3.1 |
2250 | 2024-12-19T21:49:19.302Z | Compiling ena v0.14.3 |
2251 | 2024-12-19T21:49:19.634Z | Compiling indexmap v1.9.3 |
2252 | 2024-12-19T21:49:19.731Z | Compiling regex-syntax v0.6.29 |
2253 | 2024-12-19T21:49:19.953Z | Compiling diff v0.1.13 |
2254 | 2024-12-19T21:49:20.509Z | Compiling nodrop v0.1.14 |
2255 | 2024-12-19T21:49:20.656Z | Compiling opaque-debug v0.3.1 |
2256 | 2024-12-19T21:49:20.767Z | Compiling poly1305 v0.8.0 |
2257 | 2024-12-19T21:49:22.317Z | Compiling array-init v0.0.4 |
2258 | 2024-12-19T21:49:22.998Z | Compiling diesel v2.2.6 |
2259 | 2024-12-19T21:49:23.582Z | Compiling lalrpop v0.19.12 |
2260 | 2024-12-19T21:49:25.056Z | Compiling thiserror-no-std v2.0.2 |
2261 | 2024-12-19T21:49:25.192Z | Compiling chrono-tz-build v0.4.0 |
2262 | 2024-12-19T21:49:30.671Z | Compiling smallvec v0.6.14 |
2263 | 2024-12-19T21:49:30.812Z | Compiling slog-stdlog v4.1.1 |
2264 | 2024-12-19T21:49:31.625Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2265 | 2024-12-19T21:49:31.753Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2266 | 2024-12-19T21:49:32.057Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2267 | 2024-12-19T21:49:32.305Z | Compiling chacha20 v0.9.1 |
2268 | 2024-12-19T21:49:32.761Z | Compiling aead v0.5.2 |
2269 | 2024-12-19T21:49:32.784Z | Compiling vte_generate_state_changes v0.1.2 |
2270 | 2024-12-19T21:49:33.139Z | Compiling ref-cast v1.0.23 |
2271 | 2024-12-19T21:49:33.472Z | Compiling bitfield v0.14.0 |
2272 | 2024-12-19T21:49:33.650Z | Compiling termcolor v1.4.1 |
2273 | 2024-12-19T21:49:33.767Z | Compiling hashbrown v0.12.3 |
2274 | 2024-12-19T21:49:34.755Z | Compiling env_logger v0.10.2 |
2275 | 2024-12-19T21:49:36.337Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2276 | 2024-12-19T21:49:37.920Z | Compiling vte v0.11.1 |
2277 | 2024-12-19T21:49:39.356Z | Compiling chacha20poly1305 v0.10.1 |
2278 | 2024-12-19T21:49:39.633Z | Compiling serde-hex v0.1.0 |
2279 | 2024-12-19T21:49:44.913Z | Compiling slog-envlogger v2.2.0 |
2280 | 2024-12-19T21:49:47.749Z | Compiling chrono-tz v0.10.0 |
2281 | 2024-12-19T21:49:48.246Z | Compiling vsss-rs v3.3.4 |
2282 | 2024-12-19T21:49:48.407Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2283 | 2024-12-19T21:49:48.748Z | Compiling ron v0.8.1 |
2284 | 2024-12-19T21:49:49.554Z | Compiling polar-core v0.27.3 |
2285 | 2024-12-19T21:49:50.798Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2286 | 2024-12-19T21:49:51.102Z | Compiling derive_builder_core v0.20.2 |
2287 | 2024-12-19T21:49:52.676Z | Compiling hashbrown v0.13.2 |
2288 | 2024-12-19T21:49:53.416Z | Compiling headers-core v0.3.0 |
2289 | 2024-12-19T21:49:53.604Z | Compiling fxhash v0.2.1 |
2290 | 2024-12-19T21:49:53.848Z | Compiling libxml v0.3.3 |
2291 | 2024-12-19T21:49:54.133Z | Compiling ref-cast-impl v1.0.23 |
2292 | 2024-12-19T21:49:54.219Z | Compiling bumpalo v3.16.0 |
2293 | 2024-12-19T21:49:54.610Z | Compiling bytecount v0.6.8 |
2294 | 2024-12-19T21:49:54.810Z | Compiling zip v2.1.3 |
2295 | 2024-12-19T21:49:54.936Z | Compiling lockfree-object-pool v0.1.6 |
2296 | 2024-12-19T21:49:55.126Z | Compiling crc-any v2.5.0 |
2297 | 2024-12-19T21:49:55.267Z | Compiling simd-adler32 v0.3.7 |
2298 | 2024-12-19T21:49:55.501Z | Compiling papergrid v0.11.0 |
2299 | 2024-12-19T21:49:56.047Z | Compiling zopfli v0.8.1 |
2300 | 2024-12-19T21:49:56.422Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2301 | 2024-12-19T21:50:00.377Z | Compiling object v0.30.4 |
2302 | 2024-12-19T21:50:01.169Z | Compiling headers v0.4.0 |
2303 | 2024-12-19T21:50:04.868Z | Compiling derive_builder_macro v0.20.2 |
2304 | 2024-12-19T21:50:09.072Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2305 | 2024-12-19T21:50:10.651Z | Compiling strip-ansi-escapes v0.2.0 |
2306 | 2024-12-19T21:50:11.309Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2307 | 2024-12-19T21:50:11.327Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2308 | 2024-12-19T21:50:11.662Z | Compiling tabled_derive v0.7.0 |
2309 | 2024-12-19T21:50:11.696Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2310 | 2024-12-19T21:50:13.375Z | Compiling itertools v0.12.1 |
2311 | 2024-12-19T21:50:13.864Z | Compiling fd-lock v4.0.2 |
2312 | 2024-12-19T21:50:14.077Z | Compiling peg-macros v0.8.4 |
2313 | 2024-12-19T21:50:14.506Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2314 | 2024-12-19T21:50:15.544Z | Compiling strum_macros v0.24.3 |
2315 | 2024-12-19T21:50:15.891Z | Compiling kstat-rs v0.2.4 |
2316 | 2024-12-19T21:50:16.401Z | Compiling samael v0.0.17 |
2317 | 2024-12-19T21:50:16.449Z | Compiling unicase v2.7.0 |
2318 | 2024-12-19T21:50:16.753Z | Compiling nu-ansi-term v0.50.1 |
2319 | 2024-12-19T21:50:16.853Z | Compiling path-slash v0.1.5 |
2320 | 2024-12-19T21:50:17.006Z | Compiling indoc v1.0.9 |
2321 | 2024-12-19T21:50:17.090Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2322 | 2024-12-19T21:50:17.407Z | Compiling peg v0.8.4 |
2323 | 2024-12-19T21:50:17.522Z | Compiling reedline v0.35.0 |
2324 | 2024-12-19T21:50:17.837Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2325 | 2024-12-19T21:50:18.771Z | Compiling tabled v0.15.0 |
2326 | 2024-12-19T21:50:21.782Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2327 | 2024-12-19T21:50:32.797Z | Compiling derive_builder v0.20.2 |
2328 | 2024-12-19T21:50:37.680Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2329 | 2024-12-19T21:50:38.039Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2330 | 2024-12-19T21:50:38.088Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2331 | 2024-12-19T21:50:38.364Z | Compiling pem v3.0.4 |
2332 | 2024-12-19T21:50:38.396Z | Compiling bcs v0.1.6 |
2333 | 2024-12-19T21:50:39.266Z | Compiling impl-trait-for-tuples v0.2.2 |
2334 | 2024-12-19T21:50:39.840Z | Compiling oso-derive v0.27.3 |
2335 | 2024-12-19T21:50:40.770Z | Compiling libz-sys v1.1.20 |
2336 | 2024-12-19T21:50:41.286Z | Compiling quick-xml v0.33.0 |
2337 | 2024-12-19T21:50:41.440Z | Compiling diesel-dtrace v0.4.2 |
2338 | 2024-12-19T21:50:41.760Z | Compiling parking_lot_core v0.8.6 |
2339 | 2024-12-19T21:50:46.168Z | Compiling oso v0.27.3 |
2340 | 2024-12-19T21:50:49.273Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2341 | 2024-12-19T21:50:50.855Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2342 | 2024-12-19T21:50:56.260Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2343 | 2024-12-19T21:50:59.492Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2344 | 2024-12-19T21:50:59.802Z | Compiling bb8 v0.8.5 |
2345 | 2024-12-19T21:51:00.429Z | Compiling buf-list v1.0.3 |
2346 | 2024-12-19T21:51:01.115Z | Compiling async-bb8-diesel v0.2.1 |
2347 | 2024-12-19T21:51:03.507Z | Compiling nibble_vec v0.1.0 |
2348 | 2024-12-19T21:51:03.570Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2349 | 2024-12-19T21:51:03.763Z | Compiling pin-project-internal v1.1.6 |
2350 | 2024-12-19T21:51:04.343Z | Compiling atty v0.2.14 |
2351 | 2024-12-19T21:51:04.528Z | Compiling salty v0.3.0 |
2352 | 2024-12-19T21:51:04.959Z | Compiling endian-type v0.1.2 |
2353 | 2024-12-19T21:51:05.230Z | Compiling radix_trie v0.2.1 |
2354 | 2024-12-19T21:51:06.524Z | Compiling pin-project v1.1.6 |
2355 | 2024-12-19T21:51:07.069Z | Compiling parking_lot v0.11.2 |
2356 | 2024-12-19T21:51:10.143Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2357 | 2024-12-19T21:51:16.717Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2358 | 2024-12-19T21:51:21.464Z | Compiling snafu-derive v0.8.5 |
2359 | 2024-12-19T21:51:23.186Z | Compiling sled v0.34.7 |
2360 | 2024-12-19T21:51:26.033Z | Compiling snafu v0.8.5 |
2361 | 2024-12-19T21:51:27.352Z | Compiling mime_guess v2.0.5 |
2362 | 2024-12-19T21:51:30.452Z | Compiling hickory-client v0.24.1 |
2363 | 2024-12-19T21:51:35.964Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2364 | 2024-12-19T21:51:37.012Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2365 | 2024-12-19T21:51:37.997Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2366 | 2024-12-19T21:51:38.083Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2367 | 2024-12-19T21:51:38.157Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2368 | 2024-12-19T21:51:39.635Z | Compiling globset v0.4.15 |
2369 | 2024-12-19T21:51:42.960Z | Compiling hickory-server v0.24.1 |
2370 | 2024-12-19T21:51:46.713Z | Compiling primeorder v0.13.6 |
2371 | 2024-12-19T21:51:47.183Z | Compiling olpc-cjson v0.1.4 |
2372 | 2024-12-19T21:51:47.297Z | Compiling castaway v0.2.3 |
2373 | 2024-12-19T21:51:47.492Z | Compiling vergen v8.3.2 |
2374 | 2024-12-19T21:51:47.514Z | Compiling env_filter v0.1.2 |
2375 | 2024-12-19T21:51:47.798Z | Compiling serde_plain v1.0.2 |
2376 | 2024-12-19T21:51:48.321Z | Compiling cargo-platform v0.1.8 |
2377 | 2024-12-19T21:51:49.088Z | Compiling nanorand v0.7.0 |
2378 | 2024-12-19T21:51:50.462Z | Compiling memoffset v0.9.1 |
2379 | 2024-12-19T21:51:50.795Z | Compiling typed-path v0.9.3 |
2380 | 2024-12-19T21:51:52.015Z | Compiling flume v0.11.1 |
2381 | 2024-12-19T21:51:52.733Z | Compiling cargo_metadata v0.18.1 |
2382 | 2024-12-19T21:51:56.044Z | Compiling tough v0.19.0 |
2383 | 2024-12-19T21:51:56.302Z | Compiling git2 v0.19.0 |
2384 | 2024-12-19T21:51:57.023Z | Compiling env_logger v0.11.5 |
2385 | 2024-12-19T21:51:58.174Z | Compiling compact_str v0.8.0 |
2386 | 2024-12-19T21:51:58.199Z | Compiling p384 v0.13.0 |
2387 | 2024-12-19T21:51:58.511Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2388 | 2024-12-19T21:52:00.658Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2389 | 2024-12-19T21:52:04.244Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2390 | 2024-12-19T21:52:06.003Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2391 | 2024-12-19T21:52:07.238Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2392 | 2024-12-19T21:52:10.797Z | Compiling unicode-truncate v1.1.0 |
2393 | 2024-12-19T21:52:11.114Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2394 | 2024-12-19T21:52:13.829Z | Compiling lru v0.12.5 |
2395 | 2024-12-19T21:52:14.214Z | Compiling rand_seeder v0.3.0 |
2396 | 2024-12-19T21:52:14.216Z | Compiling libsqlite3-sys v0.30.1 |
2397 | 2024-12-19T21:52:14.637Z | Compiling lzma-sys v0.1.20 |
2398 | 2024-12-19T21:52:14.762Z | Compiling instability v0.3.2 |
2399 | 2024-12-19T21:52:15.347Z | Compiling cassowary v0.3.0 |
2400 | 2024-12-19T21:52:15.769Z | Compiling cfg_aliases v0.2.1 |
2401 | 2024-12-19T21:52:15.831Z | Compiling parse-size v1.1.0 |
2402 | 2024-12-19T21:52:15.889Z | Compiling rustls v0.21.12 |
2403 | 2024-12-19T21:52:16.144Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2404 | 2024-12-19T21:52:16.188Z | Compiling http-range v0.1.5 |
2405 | 2024-12-19T21:52:16.541Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2406 | 2024-12-19T21:52:16.774Z | Compiling nix v0.29.0 |
2407 | 2024-12-19T21:52:17.646Z | Compiling ratatui v0.28.1 |
2408 | 2024-12-19T21:52:18.476Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2409 | 2024-12-19T21:52:18.976Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2410 | 2024-12-19T21:52:22.243Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2411 | 2024-12-19T21:52:22.337Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2412 | 2024-12-19T21:52:23.171Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2413 | 2024-12-19T21:52:23.471Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2414 | 2024-12-19T21:52:24.871Z | Compiling sct v0.7.1 |
2415 | 2024-12-19T21:52:25.359Z | Compiling rustls-webpki v0.101.7 |
2416 | 2024-12-19T21:52:27.886Z | Compiling heck v0.3.3 |
2417 | 2024-12-19T21:52:28.344Z | Compiling csv-core v0.1.11 |
2418 | 2024-12-19T21:52:29.226Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2419 | 2024-12-19T21:52:29.380Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2420 | 2024-12-19T21:52:29.548Z | Compiling glob v0.3.1 |
2421 | 2024-12-19T21:52:29.802Z | Compiling csv v1.3.0 |
2422 | 2024-12-19T21:52:30.748Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2423 | 2024-12-19T21:52:31.565Z | Compiling zone_cfg_derive v0.1.2 |
2424 | 2024-12-19T21:52:33.006Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2425 | 2024-12-19T21:52:36.914Z | Compiling nix v0.27.1 |
2426 | 2024-12-19T21:52:36.945Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2427 | 2024-12-19T21:52:38.065Z | Compiling hyper-staticfile v0.10.1 |
2428 | 2024-12-19T21:52:39.427Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2429 | 2024-12-19T21:52:39.950Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2430 | 2024-12-19T21:52:41.866Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2431 | 2024-12-19T21:52:43.152Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2432 | 2024-12-19T21:52:46.101Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2433 | 2024-12-19T21:52:48.913Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2434 | 2024-12-19T21:52:49.292Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2435 | 2024-12-19T21:52:49.639Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2436 | 2024-12-19T21:52:49.705Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2437 | 2024-12-19T21:52:49.921Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2438 | 2024-12-19T21:52:49.991Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2439 | 2024-12-19T21:52:50.632Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2440 | 2024-12-19T21:52:53.608Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2441 | 2024-12-19T21:52:54.214Z | Compiling hashlink v0.9.1 |
2442 | 2024-12-19T21:52:55.071Z | Compiling tungstenite v0.23.0 |
2443 | 2024-12-19T21:52:56.519Z | Compiling fallible-iterator v0.3.0 |
2444 | 2024-12-19T21:52:56.888Z | Compiling base64 v0.13.1 |
2445 | 2024-12-19T21:52:57.254Z | Compiling fallible-streaming-iterator v0.1.9 |
2446 | 2024-12-19T21:52:57.360Z | Compiling ron v0.7.1 |
2447 | 2024-12-19T21:52:57.568Z | Compiling rusqlite v0.32.1 |
2448 | 2024-12-19T21:52:57.622Z | Compiling tokio-tungstenite v0.23.1 |
2449 | 2024-12-19T21:52:58.142Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2450 | 2024-12-19T21:52:58.252Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2451 | 2024-12-19T21:53:00.848Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2452 | 2024-12-19T21:53:02.616Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2453 | 2024-12-19T21:53:03.749Z | Compiling xz2 v0.1.7 |
2454 | 2024-12-19T21:53:05.179Z | Compiling tokio-rustls v0.24.1 |
2455 | 2024-12-19T21:53:05.685Z | Compiling zone v0.1.8 |
2456 | 2024-12-19T21:53:08.590Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2457 | 2024-12-19T21:53:09.146Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2458 | 2024-12-19T21:53:16.546Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2459 | 2024-12-19T21:53:17.080Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2460 | 2024-12-19T21:53:20.473Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2461 | 2024-12-19T21:53:22.559Z | Compiling rustls-pemfile v1.0.4 |
2462 | 2024-12-19T21:53:22.562Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2463 | 2024-12-19T21:53:22.900Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2464 | 2024-12-19T21:53:23.353Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2465 | 2024-12-19T21:53:23.542Z | Compiling signal-hook-tokio v0.3.1 |
2466 | 2024-12-19T21:53:23.781Z | Compiling twox-hash v1.6.3 |
2467 | 2024-12-19T21:53:24.837Z | Compiling yasna v0.5.2 |
2468 | 2024-12-19T21:53:28.007Z | Compiling is_ci v1.2.0 |
2469 | 2024-12-19T21:53:28.269Z | Compiling smawk v0.3.2 |
2470 | 2024-12-19T21:53:28.318Z | Compiling unicode-linebreak v0.1.5 |
2471 | 2024-12-19T21:53:28.544Z | Compiling supports-color v3.0.1 |
2472 | 2024-12-19T21:53:28.870Z | Compiling textwrap v0.16.1 |
2473 | 2024-12-19T21:53:28.971Z | Compiling rcgen v0.12.1 |
2474 | 2024-12-19T21:53:35.376Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2475 | 2024-12-19T21:53:39.174Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2476 | 2024-12-19T21:53:40.459Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2477 | 2024-12-19T21:53:40.543Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2478 | 2024-12-19T21:53:45.701Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2479 | 2024-12-19T21:53:49.830Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2480 | 2024-12-19T21:53:54.622Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2481 | 2024-12-19T21:54:01.229Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2482 | 2024-12-19T21:54:01.912Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2483 | 2024-12-19T21:54:08.094Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2484 | 2024-12-19T21:54:08.411Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2485 | 2024-12-19T21:54:15.092Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2486 | 2024-12-19T21:54:15.961Z | Compiling fatfs v0.3.6 |
2487 | 2024-12-19T21:54:18.864Z | Compiling rtoolbox v0.0.2 |
2488 | 2024-12-19T21:54:19.295Z | Compiling subprocess v0.2.9 |
2489 | 2024-12-19T21:54:20.867Z | Compiling assert_matches v1.5.0 |
2490 | 2024-12-19T21:54:23.996Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2491 | 2024-12-19T21:54:25.307Z | Compiling rpassword v7.3.1 |
2492 | 2024-12-19T21:54:25.751Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2493 | 2024-12-19T21:54:28.105Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2494 | 2024-12-19T21:54:31.710Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2495 | 2024-12-19T21:54:35.338Z | Compiling tui-tree-widget v0.22.0 |
2496 | 2024-12-19T21:54:35.825Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2497 | 2024-12-19T21:54:37.917Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2498 | 2024-12-19T21:54:38.228Z | Compiling uzers v0.12.1 |
2499 | 2024-12-19T21:54:41.443Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2500 | 2024-12-19T21:54:49.568Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2501 | 2024-12-19T21:54:51.715Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2502 | 2024-12-19T21:55:19.681Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2503 | 2024-12-19T21:55:20.534Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2504 | 2024-12-19T21:55:25.334Z | Compiling multimap v0.10.0 |
2505 | 2024-12-19T21:57:44.417Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2506 | 2024-12-19T21:57:45.339Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2507 | 2024-12-19T22:04:21.228Z | Finished `release` profile [optimized] target(s) in 15m 54s |
2508 | 2024-12-19T22:05:26.015Z | |
2509 | 2024-12-19T22:05:26.017Z | real 17:00.705388670 |
2510 | 2024-12-19T22:05:26.017Z | user 1:56:40.086453405 |
2511 | 2024-12-19T22:05:26.017Z | sys 5:40.462887061 |
2512 | 2024-12-19T22:05:26.018Z | trap 2.862556131 |
2513 | 2024-12-19T22:05:26.018Z | tflt 2.926610739 |
2514 | 2024-12-19T22:05:26.018Z | dflt 5.231053035 |
2515 | 2024-12-19T22:05:26.018Z | kflt 0.001096197 |
2516 | 2024-12-19T22:05:26.018Z | lock 7:08:39.276596832 |
2517 | 2024-12-19T22:05:26.018Z | slp 6:11:10.985951725 |
2518 | 2024-12-19T22:05:26.018Z | lat 2:55.055433336 |
2519 | 2024-12-19T22:05:26.018Z | stop 2:34.027342971 |
2520 | 2024-12-19T22:05:26.018Z | + mapfile -t packages |
2521 | 2024-12-19T22:05:26.018Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2522 | 2024-12-19T22:05:27.029Z | Finished `release` profile [optimized] target(s) in 0.96s |
2523 | 2024-12-19T22:05:27.089Z | Running `target/release/omicron-package -t test list-outputs` |
2524 | 2024-12-19T22:05:27.142Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2525 | 2024-12-19T22:05:27.145Z | + ptime -m cargo build --locked --release -p xtask |
2526 | 2024-12-19T22:05:27.718Z | Compiling serde v1.0.215 |
2527 | 2024-12-19T22:05:27.720Z | Compiling libc v0.2.162 |
2528 | 2024-12-19T22:05:27.720Z | Compiling serde_json v1.0.132 |
2529 | 2024-12-19T22:05:27.809Z | Compiling rustix v0.38.37 |
2530 | 2024-12-19T22:05:27.820Z | Compiling syn v2.0.87 |
2531 | 2024-12-19T22:05:27.854Z | Compiling bitflags v2.6.0 |
2532 | 2024-12-19T22:05:28.242Z | Compiling usdt-impl v0.5.0 |
2533 | 2024-12-19T22:05:28.313Z | Compiling syn v1.0.109 |
2534 | 2024-12-19T22:05:28.388Z | Compiling hashbrown v0.15.1 |
2535 | 2024-12-19T22:05:28.424Z | Compiling log v0.4.22 |
2536 | 2024-12-19T22:05:28.469Z | Compiling fs-err v2.11.0 |
2537 | 2024-12-19T22:05:28.740Z | Compiling once_cell v1.20.2 |
2538 | 2024-12-19T22:05:28.853Z | Compiling anyhow v1.0.93 |
2539 | 2024-12-19T22:05:29.387Z | Compiling thread-id v4.2.2 |
2540 | 2024-12-19T22:05:29.681Z | Compiling indexmap v2.6.0 |
2541 | 2024-12-19T22:05:30.852Z | Compiling terminal_size v0.4.0 |
2542 | 2024-12-19T22:05:30.852Z | Compiling tempfile v3.13.0 |
2543 | 2024-12-19T22:05:31.105Z | Compiling clap_builder v4.5.21 |
2544 | 2024-12-19T22:05:31.673Z | Compiling proc-macro-error v1.0.4 |
2545 | 2024-12-19T22:05:33.141Z | Compiling tabled_derive v0.7.0 |
2546 | 2024-12-19T22:05:34.430Z | Compiling tabled v0.15.0 |
2547 | 2024-12-19T22:05:36.103Z | Compiling serde_derive v1.0.215 |
2548 | 2024-12-19T22:05:38.172Z | Compiling thiserror-impl v1.0.69 |
2549 | 2024-12-19T22:05:38.882Z | Compiling zerocopy-derive v0.7.35 |
2550 | 2024-12-19T22:05:39.366Z | Compiling scroll_derive v0.12.0 |
2551 | 2024-12-19T22:05:40.804Z | Compiling scroll v0.12.0 |
2552 | 2024-12-19T22:05:40.981Z | Compiling zerocopy v0.7.35 |
2553 | 2024-12-19T22:05:41.168Z | Compiling thiserror v1.0.69 |
2554 | 2024-12-19T22:05:41.338Z | Compiling pest v2.7.14 |
2555 | 2024-12-19T22:05:42.644Z | Compiling goblin v0.8.2 |
2556 | 2024-12-19T22:05:44.352Z | Compiling pest_meta v2.7.14 |
2557 | 2024-12-19T22:05:47.329Z | Compiling pest_generator v2.7.14 |
2558 | 2024-12-19T22:05:48.613Z | Compiling clap_derive v4.5.18 |
2559 | 2024-12-19T22:05:49.171Z | Compiling pest_derive v2.7.14 |
2560 | 2024-12-19T22:05:49.990Z | Compiling dtrace-parser v0.2.0 |
2561 | 2024-12-19T22:05:51.986Z | Compiling serde_tokenstream v0.2.2 |
2562 | 2024-12-19T22:05:52.635Z | Compiling serde_spanned v0.6.8 |
2563 | 2024-12-19T22:05:52.945Z | Compiling toml_datetime v0.6.8 |
2564 | 2024-12-19T22:05:53.170Z | Compiling dof v0.3.0 |
2565 | 2024-12-19T22:05:53.668Z | Compiling toml_edit v0.22.22 |
2566 | 2024-12-19T22:05:54.701Z | Compiling camino v1.1.9 |
2567 | 2024-12-19T22:05:56.947Z | Compiling usdt-attr-macro v0.5.0 |
2568 | 2024-12-19T22:05:58.417Z | Compiling toml v0.8.19 |
2569 | 2024-12-19T22:05:59.188Z | Compiling usdt-macro v0.5.0 |
2570 | 2024-12-19T22:05:59.336Z | Compiling cargo-platform v0.1.8 |
2571 | 2024-12-19T22:06:00.412Z | Compiling semver v1.0.23 |
2572 | 2024-12-19T22:06:00.430Z | Compiling usdt v0.5.0 |
2573 | 2024-12-19T22:06:01.898Z | Compiling cargo_metadata v0.18.1 |
2574 | 2024-12-19T22:06:01.920Z | Compiling cargo_toml v0.20.5 |
2575 | 2024-12-19T22:06:02.225Z | Compiling camino-tempfile v1.1.1 |
2576 | 2024-12-19T22:06:03.061Z | Compiling clap v4.5.21 |
2577 | 2024-12-19T22:06:03.063Z | Compiling macaddr v1.0.1 |
2578 | 2024-12-19T22:06:13.163Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2579 | 2024-12-19T22:06:24.431Z | Finished `release` profile [optimized] target(s) in 57.22s |
2580 | 2024-12-19T22:06:24.541Z | |
2581 | 2024-12-19T22:06:24.542Z | real 57.360057956 |
2582 | 2024-12-19T22:06:24.542Z | user 5:47.548191593 |
2583 | 2024-12-19T22:06:24.542Z | sys 32.214531807 |
2584 | 2024-12-19T22:06:24.542Z | trap 0.153003725 |
2585 | 2024-12-19T22:06:24.542Z | tflt 0.320934901 |
2586 | 2024-12-19T22:06:24.542Z | dflt 0.634563249 |
2587 | 2024-12-19T22:06:24.542Z | kflt 0.000015915 |
2588 | 2024-12-19T22:06:24.542Z | lock 10:36.641486475 |
2589 | 2024-12-19T22:06:24.544Z | slp 15:28.972877136 |
2590 | 2024-12-19T22:06:24.544Z | lat 13.044558804 |
2591 | 2024-12-19T22:06:24.544Z | stop 18.601560598 |
2592 | 2024-12-19T22:06:24.545Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2593 | 2024-12-19T22:06:24.545Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2594 | 2024-12-19T22:06:24.545Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2595 | 2024-12-19T22:06:24.545Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2596 | 2024-12-19T22:06:24.545Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2597 | 2024-12-19T22:06:25.427Z | Compiling hashbrown v0.14.5 |
2598 | 2024-12-19T22:06:25.555Z | Compiling ident_case v1.0.1 |
2599 | 2024-12-19T22:06:25.558Z | Compiling unsafe-libyaml v0.2.11 |
2600 | 2024-12-19T22:06:25.558Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2601 | 2024-12-19T22:06:25.558Z | Compiling progenitor-client v0.8.0 |
2602 | 2024-12-19T22:06:25.558Z | Compiling ipnetwork v0.20.0 |
2603 | 2024-12-19T22:06:25.558Z | Compiling macaddr v1.0.1 |
2604 | 2024-12-19T22:06:25.558Z | Compiling instant v0.1.13 |
2605 | 2024-12-19T22:06:25.734Z | Compiling darling_core v0.20.10 |
2606 | 2024-12-19T22:06:25.779Z | Compiling structmeta-derive v0.3.0 |
2607 | 2024-12-19T22:06:26.014Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2608 | 2024-12-19T22:06:26.054Z | Compiling dropshot v0.13.0 |
2609 | 2024-12-19T22:06:26.101Z | Compiling newtype-uuid v1.1.3 |
2610 | 2024-12-19T22:06:26.440Z | Compiling dropshot_endpoint v0.13.0 |
2611 | 2024-12-19T22:06:26.577Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2612 | 2024-12-19T22:06:26.789Z | Compiling regress v0.10.1 |
2613 | 2024-12-19T22:06:26.812Z | Compiling serde_yaml v0.9.34+deprecated |
2614 | 2024-12-19T22:06:26.879Z | Compiling regress v0.9.1 |
2615 | 2024-12-19T22:06:27.373Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2616 | 2024-12-19T22:06:27.455Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2617 | 2024-12-19T22:06:27.585Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2618 | 2024-12-19T22:06:27.851Z | Compiling backoff v0.4.0 |
2619 | 2024-12-19T22:06:28.232Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2620 | 2024-12-19T22:06:28.378Z | Compiling tempfile v3.13.0 |
2621 | 2024-12-19T22:06:28.430Z | Compiling proc-macro-crate v1.3.1 |
2622 | 2024-12-19T22:06:28.803Z | Compiling structmeta v0.3.0 |
2623 | 2024-12-19T22:06:29.260Z | Compiling parse-display-derive v0.10.0 |
2624 | 2024-12-19T22:06:29.326Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2625 | 2024-12-19T22:06:29.532Z | Compiling num_enum_derive v0.5.11 |
2626 | 2024-12-19T22:06:29.726Z | Compiling itertools v0.13.0 |
2627 | 2024-12-19T22:06:31.075Z | Compiling typify-impl v0.2.0 |
2628 | 2024-12-19T22:06:32.020Z | Compiling zerocopy v0.8.10 |
2629 | 2024-12-19T22:06:32.217Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2630 | 2024-12-19T22:06:32.268Z | Compiling num_enum v0.5.11 |
2631 | 2024-12-19T22:06:32.491Z | Compiling zerocopy-derive v0.8.10 |
2632 | 2024-12-19T22:06:32.586Z | Compiling foreign-types-macros v0.2.3 |
2633 | 2024-12-19T22:06:32.896Z | Compiling darling_macro v0.20.10 |
2634 | 2024-12-19T22:06:33.078Z | Compiling foreign-types-shared v0.3.1 |
2635 | 2024-12-19T22:06:33.166Z | Compiling heapless v0.8.0 |
2636 | 2024-12-19T22:06:33.395Z | Compiling proc-macro-error v1.0.4 |
2637 | 2024-12-19T22:06:33.899Z | Compiling darling v0.20.10 |
2638 | 2024-12-19T22:06:33.958Z | Compiling parse-display v0.10.0 |
2639 | 2024-12-19T22:06:33.961Z | Compiling foreign-types v0.5.0 |
2640 | 2024-12-19T22:06:34.035Z | Compiling serde_with_macros v3.11.0 |
2641 | 2024-12-19T22:06:34.078Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2642 | 2024-12-19T22:06:34.098Z | Compiling camino-tempfile v1.1.1 |
2643 | 2024-12-19T22:06:34.298Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2644 | 2024-12-19T22:06:34.618Z | Compiling hash32 v0.3.1 |
2645 | 2024-12-19T22:06:34.680Z | Compiling cstr-argument v0.1.2 |
2646 | 2024-12-19T22:06:34.886Z | Compiling pretty-hex v0.2.1 |
2647 | 2024-12-19T22:06:34.956Z | Compiling crucible-workspace-hack v0.1.0 |
2648 | 2024-12-19T22:06:35.082Z | Compiling smoltcp v0.11.0 |
2649 | 2024-12-19T22:06:35.180Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2650 | 2024-12-19T22:06:35.281Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2651 | 2024-12-19T22:06:35.365Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2652 | 2024-12-19T22:06:35.862Z | Compiling tabwriter v1.4.0 |
2653 | 2024-12-19T22:06:36.016Z | Compiling colored v2.1.0 |
2654 | 2024-12-19T22:06:36.406Z | Compiling cobs v0.2.3 |
2655 | 2024-12-19T22:06:36.790Z | Compiling postcard v1.0.10 |
2656 | 2024-12-19T22:06:36.903Z | Compiling serde_with v3.11.0 |
2657 | 2024-12-19T22:06:36.978Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2658 | 2024-12-19T22:06:37.303Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2659 | 2024-12-19T22:06:37.564Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2660 | 2024-12-19T22:06:37.618Z | Compiling thiserror v2.0.3 |
2661 | 2024-12-19T22:06:38.294Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2662 | 2024-12-19T22:06:38.629Z | Compiling smf v0.2.3 |
2663 | 2024-12-19T22:06:38.908Z | Compiling thiserror-impl v2.0.3 |
2664 | 2024-12-19T22:06:39.192Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2665 | 2024-12-19T22:06:40.093Z | Compiling zone_cfg_derive v0.3.0 |
2666 | 2024-12-19T22:06:40.947Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2667 | 2024-12-19T22:06:41.167Z | Compiling num-derive v0.4.2 |
2668 | 2024-12-19T22:06:41.457Z | Compiling sigpipe v0.1.3 |
2669 | 2024-12-19T22:06:41.459Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2670 | 2024-12-19T22:06:41.606Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2671 | 2024-12-19T22:06:41.627Z | Compiling zone v0.3.0 |
2672 | 2024-12-19T22:06:41.925Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2673 | 2024-12-19T22:06:41.945Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2674 | 2024-12-19T22:06:42.301Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2675 | 2024-12-19T22:06:42.418Z | Compiling universal-hash v0.5.1 |
2676 | 2024-12-19T22:06:42.648Z | Compiling opaque-debug v0.3.1 |
2677 | 2024-12-19T22:06:42.720Z | Compiling num-rational v0.4.2 |
2678 | 2024-12-19T22:06:42.759Z | Compiling password-hash v0.5.0 |
2679 | 2024-12-19T22:06:43.140Z | Compiling num-complex v0.4.6 |
2680 | 2024-12-19T22:06:43.287Z | Compiling blake2 v0.10.6 |
2681 | 2024-12-19T22:06:43.632Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2682 | 2024-12-19T22:06:43.839Z | Compiling aead v0.5.2 |
2683 | 2024-12-19T22:06:43.880Z | Compiling convert_case v0.4.0 |
2684 | 2024-12-19T22:06:44.226Z | Compiling keccak v0.1.5 |
2685 | 2024-12-19T22:06:44.273Z | Compiling num v0.4.3 |
2686 | 2024-12-19T22:06:44.400Z | Compiling argon2 v0.5.3 |
2687 | 2024-12-19T22:06:44.523Z | Compiling sha3 v0.10.8 |
2688 | 2024-12-19T22:06:44.584Z | Compiling poly1305 v0.8.0 |
2689 | 2024-12-19T22:06:44.687Z | Compiling tungstenite v0.21.0 |
2690 | 2024-12-19T22:06:44.903Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2691 | 2024-12-19T22:06:45.141Z | Compiling derive_more v0.99.18 |
2692 | 2024-12-19T22:06:45.254Z | Compiling chacha20 v0.9.1 |
2693 | 2024-12-19T22:06:45.557Z | Compiling float-ord v0.3.2 |
2694 | 2024-12-19T22:06:45.749Z | Compiling base64 v0.21.7 |
2695 | 2024-12-19T22:06:45.770Z | Compiling tokio-tungstenite v0.21.0 |
2696 | 2024-12-19T22:06:46.391Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2697 | 2024-12-19T22:06:46.540Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2698 | 2024-12-19T22:06:46.605Z | Compiling semver v0.1.20 |
2699 | 2024-12-19T22:06:46.834Z | Compiling same-file v1.0.6 |
2700 | 2024-12-19T22:06:46.878Z | Compiling newline-converter v0.3.0 |
2701 | 2024-12-19T22:06:46.972Z | Compiling rustc_version v0.1.7 |
2702 | 2024-12-19T22:06:47.055Z | Compiling walkdir v2.5.0 |
2703 | 2024-12-19T22:06:47.160Z | Compiling primeorder v0.13.6 |
2704 | 2024-12-19T22:06:47.190Z | Compiling secrecy v0.8.0 |
2705 | 2024-12-19T22:06:47.291Z | Compiling owo-colors v4.1.0 |
2706 | 2024-12-19T22:06:47.506Z | Compiling cancel-safe-futures v0.1.5 |
2707 | 2024-12-19T22:06:47.510Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2708 | 2024-12-19T22:06:47.651Z | Compiling newtype_derive v0.1.6 |
2709 | 2024-12-19T22:06:47.708Z | Compiling expectorate v1.1.0 |
2710 | 2024-12-19T22:06:47.895Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2711 | 2024-12-19T22:06:47.915Z | Compiling thiserror-impl-no-std v2.0.2 |
2712 | 2024-12-19T22:06:47.934Z | Compiling blake3 v1.5.4 |
2713 | 2024-12-19T22:06:47.964Z | Compiling ring v0.16.20 |
2714 | 2024-12-19T22:06:48.244Z | Compiling unicase v2.7.0 |
2715 | 2024-12-19T22:06:48.401Z | Compiling half v2.4.1 |
2716 | 2024-12-19T22:06:48.542Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2717 | 2024-12-19T22:06:48.610Z | Compiling ciborium-io v0.2.2 |
2718 | 2024-12-19T22:06:48.762Z | Compiling arc-swap v1.7.1 |
2719 | 2024-12-19T22:06:48.978Z | Compiling ciborium-ll v0.2.2 |
2720 | 2024-12-19T22:06:49.391Z | Compiling slog-scope v4.4.0 |
2721 | 2024-12-19T22:06:49.505Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2722 | 2024-12-19T22:06:49.883Z | Compiling typify-macro v0.2.0 |
2723 | 2024-12-19T22:06:49.966Z | Compiling polyval v0.6.2 |
2724 | 2024-12-19T22:06:49.997Z | Compiling atomicwrites v0.4.4 |
2725 | 2024-12-19T22:06:50.328Z | Compiling libsw v3.3.1 |
2726 | 2024-12-19T22:06:50.366Z | Compiling memmap2 v0.9.5 |
2727 | 2024-12-19T22:06:50.425Z | Compiling libefi-sys v0.1.0 |
2728 | 2024-12-19T22:06:50.682Z | Compiling salty v0.3.0 |
2729 | 2024-12-19T22:06:50.717Z | Compiling arrayvec v0.7.6 |
2730 | 2024-12-19T22:06:50.834Z | Compiling indent_write v2.2.0 |
2731 | 2024-12-19T22:06:51.054Z | Compiling spin v0.5.2 |
2732 | 2024-12-19T22:06:51.091Z | Compiling thiserror-no-std v2.0.2 |
2733 | 2024-12-19T22:06:51.126Z | Compiling linear-map v1.2.0 |
2734 | 2024-12-19T22:06:51.162Z | Compiling constant_time_eq v0.3.1 |
2735 | 2024-12-19T22:06:51.218Z | Compiling arrayref v0.3.9 |
2736 | 2024-12-19T22:06:51.307Z | Compiling parking_lot_core v0.8.6 |
2737 | 2024-12-19T22:06:51.362Z | Compiling vsss-rs v3.3.4 |
2738 | 2024-12-19T22:06:51.592Z | Compiling ghash v0.5.1 |
2739 | 2024-12-19T22:06:51.809Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2740 | 2024-12-19T22:06:52.002Z | Compiling slog-stdlog v4.1.1 |
2741 | 2024-12-19T22:06:52.422Z | Compiling ciborium v0.2.2 |
2742 | 2024-12-19T22:06:52.705Z | Compiling p384 v0.13.0 |
2743 | 2024-12-19T22:06:52.843Z | Compiling toolchain_find v0.4.0 |
2744 | 2024-12-19T22:06:53.007Z | Compiling chacha20poly1305 v0.10.1 |
2745 | 2024-12-19T22:06:53.276Z | Compiling ctr v0.9.2 |
2746 | 2024-12-19T22:06:53.603Z | Compiling lzma-sys v0.1.20 |
2747 | 2024-12-19T22:06:53.679Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2748 | 2024-12-19T22:06:54.070Z | Compiling bitfield-struct v0.6.2 |
2749 | 2024-12-19T22:06:54.103Z | Compiling slog-dtrace v0.3.0 |
2750 | 2024-12-19T22:06:54.201Z | Compiling highway v1.2.0 |
2751 | 2024-12-19T22:06:54.398Z | Compiling topological-sort v0.2.2 |
2752 | 2024-12-19T22:06:54.414Z | Compiling typify v0.2.0 |
2753 | 2024-12-19T22:06:54.568Z | Compiling progenitor-impl v0.8.0 |
2754 | 2024-12-19T22:06:54.644Z | Compiling omicron-zone-package v0.11.1 |
2755 | 2024-12-19T22:06:54.714Z | Compiling aes-gcm v0.10.3 |
2756 | 2024-12-19T22:06:55.024Z | Compiling rustfmt-wrapper v0.2.1 |
2757 | 2024-12-19T22:06:55.045Z | Compiling mime_guess v2.0.5 |
2758 | 2024-12-19T22:06:55.427Z | Compiling slog-envlogger v2.2.0 |
2759 | 2024-12-19T22:06:55.528Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2760 | 2024-12-19T22:06:55.606Z | Compiling steno v0.4.1 |
2761 | 2024-12-19T22:06:56.318Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2762 | 2024-12-19T22:06:56.416Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2763 | 2024-12-19T22:06:56.435Z | Compiling heck v0.3.3 |
2764 | 2024-12-19T22:06:56.606Z | Compiling ssh-encoding v0.2.0 |
2765 | 2024-12-19T22:06:56.880Z | Compiling blowfish v0.9.1 |
2766 | 2024-12-19T22:06:57.032Z | Compiling nibble_vec v0.1.0 |
2767 | 2024-12-19T22:06:57.168Z | Compiling env_filter v0.1.2 |
2768 | 2024-12-19T22:06:57.255Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2769 | 2024-12-19T22:06:57.496Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2770 | 2024-12-19T22:06:57.508Z | Compiling humantime v2.1.0 |
2771 | 2024-12-19T22:06:57.580Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2772 | 2024-12-19T22:06:57.609Z | Compiling endian-type v0.1.2 |
2773 | 2024-12-19T22:06:57.694Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2774 | 2024-12-19T22:06:57.727Z | Compiling env_logger v0.11.5 |
2775 | 2024-12-19T22:06:57.893Z | Compiling radix_trie v0.2.1 |
2776 | 2024-12-19T22:06:57.953Z | Compiling bcrypt-pbkdf v0.10.0 |
2777 | 2024-12-19T22:06:57.994Z | Compiling ssh-cipher v0.2.0 |
2778 | 2024-12-19T22:06:58.515Z | Compiling zone_cfg_derive v0.1.2 |
2779 | 2024-12-19T22:06:58.602Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2780 | 2024-12-19T22:06:58.779Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2781 | 2024-12-19T22:06:59.159Z | Compiling parking_lot v0.11.2 |
2782 | 2024-12-19T22:06:59.792Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2783 | 2024-12-19T22:06:59.814Z | Compiling password-hash v0.4.2 |
2784 | 2024-12-19T22:06:59.845Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2785 | 2024-12-19T22:07:00.051Z | Compiling gethostname v0.5.0 |
2786 | 2024-12-19T22:07:00.104Z | Compiling fxhash v0.2.1 |
2787 | 2024-12-19T22:07:00.243Z | Compiling http-range v0.1.5 |
2788 | 2024-12-19T22:07:00.280Z | Compiling zip v2.1.3 |
2789 | 2024-12-19T22:07:00.329Z | Compiling base64 v0.13.1 |
2790 | 2024-12-19T22:07:00.460Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2791 | 2024-12-19T22:07:00.596Z | Compiling bumpalo v3.16.0 |
2792 | 2024-12-19T22:07:00.649Z | Compiling lockfree-object-pool v0.1.6 |
2793 | 2024-12-19T22:07:00.762Z | Compiling simd-adler32 v0.3.7 |
2794 | 2024-12-19T22:07:00.782Z | Compiling matches v0.1.10 |
2795 | 2024-12-19T22:07:00.899Z | Compiling idna v0.2.3 |
2796 | 2024-12-19T22:07:00.954Z | Compiling ron v0.7.1 |
2797 | 2024-12-19T22:07:01.012Z | Compiling pbkdf2 v0.11.0 |
2798 | 2024-12-19T22:07:01.071Z | Compiling sled v0.34.7 |
2799 | 2024-12-19T22:07:01.119Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2800 | 2024-12-19T22:07:01.380Z | Compiling zopfli v0.8.1 |
2801 | 2024-12-19T22:07:01.401Z | Compiling zone v0.1.8 |
2802 | 2024-12-19T22:07:01.875Z | Compiling xz2 v0.1.7 |
2803 | 2024-12-19T22:07:02.408Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2804 | 2024-12-19T22:07:02.922Z | Compiling progenitor-macro v0.8.0 |
2805 | 2024-12-19T22:07:03.109Z | Compiling ssh-key v0.6.6 |
2806 | 2024-12-19T22:07:03.264Z | Compiling hickory-client v0.24.1 |
2807 | 2024-12-19T22:07:03.659Z | Compiling p256 v0.13.2 |
2808 | 2024-12-19T22:07:03.704Z | Compiling p521 v0.13.3 |
2809 | 2024-12-19T22:07:03.796Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2810 | 2024-12-19T22:07:04.555Z | Compiling hickory-server v0.24.1 |
2811 | 2024-12-19T22:07:04.788Z | Compiling enum-as-inner v0.5.1 |
2812 | 2024-12-19T22:07:05.037Z | Compiling pem v3.0.4 |
2813 | 2024-12-19T22:07:05.862Z | Compiling yasna v0.5.2 |
2814 | 2024-12-19T22:07:05.883Z | Compiling headers-core v0.3.0 |
2815 | 2024-12-19T22:07:06.063Z | Compiling kstat-rs v0.2.4 |
2816 | 2024-12-19T22:07:06.126Z | Compiling nanorand v0.7.0 |
2817 | 2024-12-19T22:07:06.735Z | Compiling atty v0.2.14 |
2818 | 2024-12-19T22:07:06.738Z | Compiling russh-cryptovec v0.7.3 |
2819 | 2024-12-19T22:07:06.922Z | Compiling md5 v0.7.0 |
2820 | 2024-12-19T22:07:07.093Z | Compiling rcgen v0.12.1 |
2821 | 2024-12-19T22:07:07.476Z | Compiling russh-keys v0.45.0 |
2822 | 2024-12-19T22:07:07.623Z | Compiling flume v0.11.1 |
2823 | 2024-12-19T22:07:07.785Z | Compiling headers v0.4.0 |
2824 | 2024-12-19T22:07:07.930Z | Compiling trust-dns-proto v0.22.0 |
2825 | 2024-12-19T22:07:08.403Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2826 | 2024-12-19T22:07:09.716Z | Compiling hyper-staticfile v0.10.1 |
2827 | 2024-12-19T22:07:10.885Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2828 | 2024-12-19T22:07:11.560Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2829 | 2024-12-19T22:07:11.803Z | Compiling num-bigint v0.4.6 |
2830 | 2024-12-19T22:07:11.917Z | Compiling des v0.8.1 |
2831 | 2024-12-19T22:07:11.954Z | Compiling subprocess v0.2.9 |
2832 | 2024-12-19T22:07:12.092Z | Compiling dhcproto-macros v0.1.0 |
2833 | 2024-12-19T22:07:12.290Z | Compiling hex-literal v0.4.1 |
2834 | 2024-12-19T22:07:12.470Z | Compiling display-error-chain v0.2.2 |
2835 | 2024-12-19T22:07:12.708Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2836 | 2024-12-19T22:07:13.045Z | Compiling internet-checksum v0.2.1 |
2837 | 2024-12-19T22:07:13.082Z | Compiling dhcproto v0.12.0 |
2838 | 2024-12-19T22:07:14.857Z | Compiling russh v0.45.0 |
2839 | 2024-12-19T22:07:16.578Z | Compiling progenitor v0.8.0 |
2840 | 2024-12-19T22:07:16.717Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2841 | 2024-12-19T22:07:16.720Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2842 | 2024-12-19T22:07:16.720Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2843 | 2024-12-19T22:07:16.720Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2844 | 2024-12-19T22:07:16.720Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2845 | 2024-12-19T22:07:16.804Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2846 | 2024-12-19T22:07:16.821Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2847 | 2024-12-19T22:07:18.326Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2848 | 2024-12-19T22:07:18.664Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2849 | 2024-12-19T22:07:19.577Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2850 | 2024-12-19T22:07:22.848Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2851 | 2024-12-19T22:07:23.379Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2852 | 2024-12-19T22:07:33.106Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2853 | 2024-12-19T22:07:33.108Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2854 | 2024-12-19T22:07:33.108Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2855 | 2024-12-19T22:07:33.108Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2856 | 2024-12-19T22:07:36.439Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2857 | 2024-12-19T22:07:36.536Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2858 | 2024-12-19T22:07:37.584Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2859 | 2024-12-19T22:07:38.223Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2860 | 2024-12-19T22:07:40.194Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2861 | 2024-12-19T22:07:41.286Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2862 | 2024-12-19T22:07:42.358Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2863 | 2024-12-19T22:07:42.440Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2864 | 2024-12-19T22:07:43.858Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2865 | 2024-12-19T22:07:45.102Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2866 | 2024-12-19T22:07:45.383Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2867 | 2024-12-19T22:07:46.520Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2868 | 2024-12-19T22:07:46.728Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2869 | 2024-12-19T22:07:47.115Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2870 | 2024-12-19T22:07:47.496Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2871 | 2024-12-19T22:07:49.098Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2872 | 2024-12-19T22:07:49.601Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2873 | 2024-12-19T22:07:49.715Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2874 | 2024-12-19T22:07:52.673Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2875 | 2024-12-19T22:07:54.870Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2876 | 2024-12-19T22:07:56.793Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2877 | 2024-12-19T22:07:56.900Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2878 | 2024-12-19T22:07:57.840Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2879 | 2024-12-19T22:07:59.072Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2880 | 2024-12-19T22:08:02.509Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2881 | 2024-12-19T22:08:11.283Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2882 | 2024-12-19T22:08:12.670Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2883 | 2024-12-19T22:08:32.183Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2884 | 2024-12-19T22:09:07.897Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 43s |
2885 | 2024-12-19T22:09:08.119Z | |
2886 | 2024-12-19T22:09:08.123Z | real 2:43.506320177 |
2887 | 2024-12-19T22:09:08.123Z | user 12:31.310757086 |
2888 | 2024-12-19T22:09:08.123Z | sys 2:47.733884839 |
2889 | 2024-12-19T22:09:08.123Z | trap 0.341596142 |
2890 | 2024-12-19T22:09:08.123Z | tflt 0.802130711 |
2891 | 2024-12-19T22:09:08.123Z | dflt 2.270533442 |
2892 | 2024-12-19T22:09:08.123Z | kflt 0.000058418 |
2893 | 2024-12-19T22:09:08.123Z | lock 26:07.386662965 |
2894 | 2024-12-19T22:09:08.123Z | slp 45:30.328781472 |
2895 | 2024-12-19T22:09:08.123Z | lat 35.975311208 |
2896 | 2024-12-19T22:09:08.123Z | stop 1:35.054232726 |
2897 | 2024-12-19T22:09:08.123Z | + mkdir tests |
2898 | 2024-12-19T22:09:08.126Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2899 | 2024-12-19T22:09:08.127Z | + xargs -I '{}' -t cp '{}' tests/ |
2900 | 2024-12-19T22:09:09.275Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-5f4fd34570514b4f tests/ |
2901 | 2024-12-19T22:09:09.296Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-a6a38627cf68b1a4 tests/ |
2902 | 2024-12-19T22:09:09.317Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-41e4b8f650b448b3 tests/ |
2903 | 2024-12-19T22:09:09.339Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-40465226e9d9f67a tests/ |
2904 | 2024-12-19T22:09:09.524Z | + 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/*) |
2905 | 2024-12-19T22:09:09.526Z | + ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-41e4b8f650b448b3 tests/commtest-a6a38627cf68b1a4 tests/dhcp_server-5f4fd34570514b4f tests/end_to_end_tests-40465226e9d9f67a out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-dtrace.tar out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
2906 | 2024-12-19T22:10:20.992Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2907 | 2024-12-19T22:10:20.992Z | a .github/buildomat/ci-env.sh 1K |
2908 | 2024-12-19T22:10:20.992Z | a out/target/test 1K |
2909 | 2024-12-19T22:10:20.992Z | a out/npuzone/npuzone 23144K |
2910 | 2024-12-19T22:10:20.992Z | a package-manifest.toml 33K |
2911 | 2024-12-19T22:10:20.992Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2912 | 2024-12-19T22:10:20.992Z | a target/release/omicron-package 36325K |
2913 | 2024-12-19T22:10:20.992Z | a target/release/xtask 11762K |
2914 | 2024-12-19T22:10:20.992Z | a target/debug/bootstrap 210153K |
2915 | 2024-12-19T22:10:20.992Z | a tests/bootstrap-41e4b8f650b448b3 24246K |
2916 | 2024-12-19T22:10:20.992Z | a tests/commtest-a6a38627cf68b1a4 25022K |
2917 | 2024-12-19T22:10:20.992Z | a tests/dhcp_server-5f4fd34570514b4f 24246K |
2918 | 2024-12-19T22:10:20.992Z | a tests/end_to_end_tests-40465226e9d9f67a 228212K |
2919 | 2024-12-19T22:10:20.992Z | a out/clickhouse.tar.gz 293411K |
2920 | 2024-12-19T22:10:20.992Z | a out/clickhouse_keeper.tar.gz 280526K |
2921 | 2024-12-19T22:10:20.992Z | a out/clickhouse_server.tar.gz 293390K |
2922 | 2024-12-19T22:10:20.992Z | a out/cockroachdb.tar.gz 134575K |
2923 | 2024-12-19T22:10:20.992Z | a out/crucible-dtrace.tar 85K |
2924 | 2024-12-19T22:10:20.993Z | a out/crucible-pantry-zone.tar.gz 28190K |
2925 | 2024-12-19T22:10:20.993Z | a out/crucible-zone.tar.gz 36406K |
2926 | 2024-12-19T22:10:20.993Z | a out/external-dns.tar.gz 35284K |
2927 | 2024-12-19T22:10:20.993Z | a out/internal-dns.tar.gz 35282K |
2928 | 2024-12-19T22:10:20.993Z | a out/mg-ddm-gz.tar 63075K |
2929 | 2024-12-19T22:10:20.993Z | a out/nexus.tar.gz 97974K |
2930 | 2024-12-19T22:10:20.993Z | a out/ntp.tar.gz 10373K |
2931 | 2024-12-19T22:10:20.993Z | a out/omicron-gateway-softnpu.tar.gz 23855K |
2932 | 2024-12-19T22:10:20.993Z | a out/omicron-sled-agent.tar 113312K |
2933 | 2024-12-19T22:10:20.993Z | a out/overlay.tar.gz 3K |
2934 | 2024-12-19T22:10:20.993Z | a out/oximeter.tar.gz 47672K |
2935 | 2024-12-19T22:10:20.993Z | a out/oxlog.tar 3088K |
2936 | 2024-12-19T22:10:20.993Z | a out/probe.tar.gz 2764K |
2937 | 2024-12-19T22:10:20.993Z | a out/propolis-server.tar.gz 66730K |
2938 | 2024-12-19T22:10:20.993Z | a out/pumpkind-gz.tar 26665K |
2939 | 2024-12-19T22:10:20.993Z | a out/switch-softnpu.tar.gz 235575K |
2940 | 2024-12-19T22:10:20.996Z | |
2941 | 2024-12-19T22:10:20.996Z | real 1:11.454685791 |
2942 | 2024-12-19T22:10:20.996Z | user 1:08.157066976 |
2943 | 2024-12-19T22:10:20.996Z | sys 4.652546156 |
2944 | 2024-12-19T22:10:20.996Z | trap 0.016788400 |
2945 | 2024-12-19T22:10:20.996Z | tflt 0.000000000 |
2946 | 2024-12-19T22:10:20.996Z | dflt 0.000000000 |
2947 | 2024-12-19T22:10:20.996Z | kflt 0.000000000 |
2948 | 2024-12-19T22:10:20.996Z | lock 0.000000000 |
2949 | 2024-12-19T22:10:20.996Z | slp 1:07.984493659 |
2950 | 2024-12-19T22:10:20.997Z | lat 2.093848783 |
2951 | 2024-12-19T22:10:20.997Z | stop 0.000188101 |
2952 | 2024-12-19T22:10:20.997Z | process exited: duration 1989808 ms, exit code 0 |
|
2953 | 2024-12-19T22:10:21.011Z | found 1 output files |
2954 | 2024-12-19T22:10:21.011Z | uploading: /work/package.tar.gz (1880454995 bytes) |
2955 | 2024-12-19T22:10:59.400Z | uploaded: /work/package.tar.gz |