|
|
|
1 | 2024-12-20T22:32:14.793Z | job assigned to worker 01JFK34Y8JQCYHY3BFCZ7T0S8R [factory aws, i-0471ab6f8e6a110eb] (queued for 1 m 1 s) |
|
2 | 2024-12-20T22:32:23.859Z | starting task 0: "setup" |
3 | 2024-12-20T22:32:23.867Z | ++ uname -s |
4 | 2024-12-20T22:32:23.869Z | + kern=SunOS |
5 | 2024-12-20T22:32:23.869Z | + case "$kern" in |
6 | 2024-12-20T22:32:23.870Z | + groupadd -g 12345 build |
7 | 2024-12-20T22:32:23.872Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-20T22:32:25.878Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-20T22:32:25.989Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-20T22:32:25.991Z | + home_fs=zfs |
11 | 2024-12-20T22:32:25.991Z | + [[ zfs == autofs ]] |
12 | 2024-12-20T22:32:25.992Z | + mkdir -p /home/build |
13 | 2024-12-20T22:32:25.994Z | + chown build:build /home/build /work |
14 | 2024-12-20T22:32:27.996Z | + chmod 0700 /home/build /work |
15 | 2024-12-20T22:32:27.998Z | process exited: duration 4141 ms, exit code 0 |
|
16 | 2024-12-20T22:32:28.004Z | starting task 1: "rust-toolchain" |
17 | 2024-12-20T22:32:28.010Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-20T22:32:28.010Z | ' 1.81.0 |
19 | 2024-12-20T22:32:28.010Z | * toolchain channel = "1.81.0" |
20 | 2024-12-20T22:32:28.010Z | * toolchain profile = "default" |
21 | 2024-12-20T22:32:28.010Z | + printf ' * toolchain profile = "%s" |
22 | 2024-12-20T22:32:28.010Z | ' default |
23 | 2024-12-20T22:32:28.013Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-20T22:32:28.013Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-20T22:32:28.118Z | info: downloading installer |
26 | 2024-12-20T22:32:29.363Z | info: profile set to 'default' |
27 | 2024-12-20T22:32:29.363Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-20T22:32:29.366Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-20T22:32:29.518Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-20T22:32:29.518Z | info: downloading component 'cargo' |
31 | 2024-12-20T22:32:30.334Z | info: downloading component 'clippy' |
32 | 2024-12-20T22:32:30.640Z | info: downloading component 'rust-docs' |
33 | 2024-12-20T22:32:31.780Z | info: downloading component 'rust-std' |
34 | 2024-12-20T22:32:33.559Z | info: downloading component 'rustc' |
35 | 2024-12-20T22:32:39.906Z | info: downloading component 'rustfmt' |
36 | 2024-12-20T22:32:40.150Z | info: installing component 'cargo' |
37 | 2024-12-20T22:32:40.945Z | info: installing component 'clippy' |
38 | 2024-12-20T22:32:41.315Z | info: installing component 'rust-docs' |
39 | 2024-12-20T22:32:42.930Z | info: installing component 'rust-std' |
40 | 2024-12-20T22:32:44.710Z | info: installing component 'rustc' |
41 | 2024-12-20T22:32:50.520Z | info: installing component 'rustfmt' |
42 | 2024-12-20T22:32:50.872Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-20T22:32:50.872Z | |
44 | 2024-12-20T22:32:51.336Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-20T22:32:51.336Z | |
46 | 2024-12-20T22:32:51.535Z | |
47 | 2024-12-20T22:32:51.535Z | Rust is installed now. Great! |
48 | 2024-12-20T22:32:51.535Z | |
49 | 2024-12-20T22:32:51.536Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-20T22:32:51.536Z | environment variable. This has not been done automatically. |
51 | 2024-12-20T22:32:51.536Z | |
52 | 2024-12-20T22:32:51.536Z | To configure your current shell, you need to source |
53 | 2024-12-20T22:32:51.536Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-20T22:32:51.536Z | |
55 | 2024-12-20T22:32:51.536Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-20T22:32:51.536Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-20T22:32:51.536Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-20T22:32:51.536Z | + rustc --version |
59 | 2024-12-20T22:32:51.536Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-20T22:32:51.536Z | process exited: duration 23307 ms, exit code 0 |
|
61 | 2024-12-20T22:32:51.979Z | starting task 2: "authentication" |
62 | 2024-12-20T22:32:52.389Z | process exited: duration 452 ms, exit code 0 |
|
63 | 2024-12-20T22:32:52.837Z | starting task 3: "clone repository" |
64 | 2024-12-20T22:32:53.092Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-20T22:32:53.092Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-20T22:32:53.360Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-20T22:33:01.249Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-20T22:33:01.249Z | + git fetch origin 50917c7c01171c46ff066305594e819bed771774 |
69 | 2024-12-20T22:33:02.263Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-20T22:33:02.263Z | * branch 50917c7c01171c46ff066305594e819bed771774 -> FETCH_HEAD |
71 | 2024-12-20T22:33:02.263Z | + [[ -n support-bundles-crdb ]] |
72 | 2024-12-20T22:33:02.263Z | ++ git branch --show-current |
73 | 2024-12-20T22:33:02.264Z | + current=main |
74 | 2024-12-20T22:33:02.264Z | + [[ main != support-bundles-crdb ]] |
75 | 2024-12-20T22:33:02.264Z | + git branch -f support-bundles-crdb 50917c7c01171c46ff066305594e819bed771774 |
76 | 2024-12-20T22:33:02.264Z | + git checkout -f support-bundles-crdb |
77 | 2024-12-20T22:33:02.264Z | Switched to branch 'support-bundles-crdb' |
78 | 2024-12-20T22:33:02.264Z | + git reset --hard 50917c7c01171c46ff066305594e819bed771774 |
79 | 2024-12-20T22:33:02.264Z | HEAD is now at 50917c7c0 Merge branch 'nexus-support-bundles-api' into support-bundles-crdb |
80 | 2024-12-20T22:33:02.264Z | process exited: duration 8153 ms, exit code 0 |
|
81 | 2024-12-20T22:33:04.503Z | starting task 4: "build" |
82 | 2024-12-20T22:33:05.464Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-20T22:33:05.464Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-20T22:33:05.464Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-20T22:33:05.464Z | + cargo --version |
86 | 2024-12-20T22:33:05.464Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-20T22:33:05.465Z | + rustc --version |
88 | 2024-12-20T22:33:05.465Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-20T22:33:05.465Z | + WORK=/work |
90 | 2024-12-20T22:33:05.465Z | + pfexec mkdir -p /work |
91 | 2024-12-20T22:33:05.465Z | + pfexec chown build /work |
92 | 2024-12-20T22:33:05.465Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2024-12-20T22:33:18.616Z | Startup: Refreshing catalog 'helios-dev' ... Done |
94 | 2024-12-20T22:33:24.167Z | Startup: Caching catalogs ... Done |
95 | 2024-12-20T22:33:35.409Z | Planning: Solver setup ... Done (10.201s) |
96 | 2024-12-20T22:33:35.409Z | Planning: Running solver ... Done (0.136s) |
97 | 2024-12-20T22:33:35.409Z | Planning: Finding local manifests ... Done (0.081s) |
98 | 2024-12-20T22:33:35.409Z | Planning: Fetching manifests: 0/5 0% complete |
99 | 2024-12-20T22:33:37.030Z | Planning: Fetching manifests: 5/5 100% complete |
100 | 2024-12-20T22:33:37.031Z | Planning: Package planning ... Done (0.210s) |
101 | 2024-12-20T22:33:37.031Z | Planning: Merging actions ... Done (0.056s) |
102 | 2024-12-20T22:33:38.272Z | Planning: Checking for conflicting actions ... Done (0.798s) |
103 | 2024-12-20T22:33:42.349Z | Planning: Consolidating action changes ... Done (5.662s) |
104 | 2024-12-20T22:33:43.247Z | Planning: Evaluating mediators ... Done (0.449s) |
105 | 2024-12-20T22:33:43.247Z | Planning: Planning completed in 19.42 seconds |
106 | 2024-12-20T22:33:43.247Z | Packages to install: 4 |
107 | 2024-12-20T22:33:43.247Z | Packages to update: 1 |
108 | 2024-12-20T22:33:43.247Z | Mediators to change: 2 |
109 | 2024-12-20T22:33:43.247Z | Services to change: 1 |
110 | 2024-12-20T22:33:43.248Z | Estimated space available: 155.63 GB |
111 | 2024-12-20T22:33:43.248Z | Estimated space to be consumed: 1.62 GB |
112 | 2024-12-20T22:33:43.248Z | Create boot environment: No |
113 | 2024-12-20T22:33:43.248Z | Create backup boot environment: Yes |
114 | 2024-12-20T22:33:43.249Z | Rebuild boot archive: No |
115 | 2024-12-20T22:33:43.249Z | |
116 | 2024-12-20T22:33:43.249Z | Changed mediators: |
117 | 2024-12-20T22:33:43.249Z | mediator clang: |
118 | 2024-12-20T22:33:43.249Z | version: None -> 15 (system default) |
119 | 2024-12-20T22:33:43.249Z | |
120 | 2024-12-20T22:33:43.250Z | mediator llvm: |
121 | 2024-12-20T22:33:43.250Z | version: 14 (system default) -> 15 (system default) |
122 | 2024-12-20T22:33:43.250Z | |
123 | 2024-12-20T22:33:43.250Z | Changed packages: |
124 | 2024-12-20T22:33:43.250Z | helios-dev |
125 | 2024-12-20T22:33:43.255Z | developer/build-essential |
126 | 2024-12-20T22:33:43.255Z | None -> 11-2.0 |
127 | 2024-12-20T22:33:43.255Z | library/libxmlsec1 |
128 | 2024-12-20T22:33:43.255Z | None -> 1.2.35-2.0 |
129 | 2024-12-20T22:33:43.255Z | ooce/developer/clang-15 |
130 | 2024-12-20T22:33:43.255Z | None -> 15.0.7-2.0 |
131 | 2024-12-20T22:33:43.255Z | ooce/developer/llvm-15 |
132 | 2024-12-20T22:33:43.255Z | None -> 15.0.7-2.0 |
133 | 2024-12-20T22:33:43.255Z | package/pkg |
134 | 2024-12-20T22:33:43.255Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
135 | 2024-12-20T22:33:43.255Z | |
136 | 2024-12-20T22:33:43.255Z | Services: |
137 | 2024-12-20T22:33:43.255Z | restart_fmri: |
138 | 2024-12-20T22:33:43.255Z | svc:/system/update-man-index:default |
139 | 2024-12-20T22:33:43.255Z | |
140 | 2024-12-20T22:33:43.255Z | Editable files to change: |
141 | 2024-12-20T22:33:43.255Z | Update: |
142 | 2024-12-20T22:33:43.255Z | usr/share/lib/pkg/web/config.shtml |
143 | 2024-12-20T22:33:43.255Z | |
144 | 2024-12-20T22:33:43.256Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
145 | 2024-12-20T22:33:48.315Z | Download: 211/4281 items 1.3/220.6MB 0% complete (246k/s) |
146 | 2024-12-20T22:33:53.451Z | Download: 251/4281 items 1.7/220.6MB 0% complete (166k/s) |
147 | 2024-12-20T22:33:58.461Z | Download: 429/4281 items 2.7/220.6MB 1% complete (162k/s) |
148 | 2024-12-20T22:34:03.260Z | Download: 537/4281 items 3.2/220.6MB 1% complete (166k/s) |
149 | 2024-12-20T22:34:08.221Z | Download: 612/4281 items 3.5/220.6MB 1% complete (102k/s) |
150 | 2024-12-20T22:34:13.269Z | Download: 688/4281 items 3.8/220.6MB 1% complete (70.5k/s) |
151 | 2024-12-20T22:34:18.322Z | Download: 846/4281 items 18.8/220.6MB 8% complete (1.5M/s) |
152 | 2024-12-20T22:34:23.339Z | Download: 1020/4281 items 19.4/220.6MB 8% complete (1.6M/s) |
153 | 2024-12-20T22:34:28.337Z | Download: 1147/4281 items 81.8/220.6MB 37% complete (6.2M/s) |
154 | 2024-12-20T22:34:34.462Z | Download: 1190/4281 items 83.5/220.6MB 37% complete (6.4M/s) |
155 | 2024-12-20T22:34:39.907Z | Download: 1193/4281 items 83.5/220.6MB 37% complete (6.1M/s) |
156 | 2024-12-20T22:34:49.233Z | Download: 1194/4281 items 83.5/220.6MB 37% complete |
157 | 2024-12-20T22:34:55.818Z | Download: 1200/4281 items 83.5/220.6MB 37% complete (3.5k/s) |
158 | 2024-12-20T22:35:00.825Z | Download: 1390/4281 items 116.8/220.6MB 52% complete (4.3M/s) |
159 | 2024-12-20T22:35:06.095Z | Download: 1513/4281 items 117.2/220.6MB 53% complete (3.5M/s) |
160 | 2024-12-20T22:35:11.104Z | Download: 1626/4281 items 117.7/220.6MB 53% complete (143k/s) |
161 | 2024-12-20T22:35:16.106Z | Download: 1722/4281 items 118.0/220.6MB 53% complete (87.9k/s) |
162 | 2024-12-20T22:35:21.111Z | Download: 1876/4281 items 118.4/220.6MB 53% complete (76.3k/s) |
163 | 2024-12-20T22:35:26.128Z | Download: 2090/4281 items 118.8/220.6MB 53% complete (81.6k/s) |
164 | 2024-12-20T22:35:31.901Z | Download: 2216/4281 items 119.2/220.6MB 54% complete (84.6k/s) |
165 | 2024-12-20T22:35:55.675Z | Download: 2223/4281 items 119.2/220.6MB 54% complete |
166 | 2024-12-20T22:36:00.689Z | Download: 2581/4281 items 120.5/220.6MB 54% complete (295k/s) |
167 | 2024-12-20T22:36:05.693Z | Download: 2872/4281 items 121.1/220.6MB 54% complete (207k/s) |
168 | 2024-12-20T22:36:10.738Z | Download: 3241/4281 items 181.1/220.6MB 82% complete (6.0M/s) |
169 | 2024-12-20T22:36:27.266Z | Download: 3248/4281 items 203.1/220.6MB 92% complete |
170 | 2024-12-20T22:36:32.281Z | Download: 3269/4281 items 209.4/220.6MB 94% complete (1.5M/s) |
171 | 2024-12-20T22:36:40.029Z | Download: 3275/4281 items 209.5/220.6MB 94% complete (1.4M/s) |
172 | 2024-12-20T22:36:52.839Z | Download: 3277/4281 items 209.5/220.6MB 94% complete |
173 | 2024-12-20T22:36:58.055Z | Download: 3281/4281 items 209.8/220.6MB 95% complete (4.6M/s) |
174 | 2024-12-20T22:37:03.096Z | Download: 4195/4281 items 220.5/220.6MB 99% complete (1.8M/s) |
175 | 2024-12-20T22:37:08.655Z | Download: 4207/4281 items 220.6/220.6MB 99% complete (1.7M/s) |
176 | 2024-12-20T22:37:11.532Z | Download: Completed 220.60 MB in 209.00 seconds (1.1M/s) |
177 | 2024-12-20T22:37:13.623Z | Actions: 1/5063 actions (Removing old actions) |
178 | 2024-12-20T22:37:13.643Z | Actions: 194/5063 actions (Installing new actions) |
179 | 2024-12-20T22:37:18.683Z | Actions: 4111/5063 actions (Installing new actions) |
180 | 2024-12-20T22:37:18.932Z | Actions: 4226/5063 actions (Updating modified actions) |
181 | 2024-12-20T22:37:19.304Z | Actions: Completed 5063 actions in 5.68 seconds. |
182 | 2024-12-20T22:37:19.731Z | Done (0.418s) |
183 | 2024-12-20T22:37:19.735Z | Done (0.000s) |
184 | 2024-12-20T22:37:20.314Z | Done (0.583s) |
185 | 2024-12-20T22:37:25.999Z | Done (5.451s) |
186 | 2024-12-20T22:37:26.243Z | Done (0.179s) |
187 | 2024-12-20T22:37:26.247Z | Done (0.000s) |
188 | 2024-12-20T22:37:26.426Z | Done (0.000s) |
189 | 2024-12-20T22:37:27.155Z | Planning: Evaluating mediator changes ... Done |
190 | 2024-12-20T22:37:27.321Z | Planning: Checking for conflicting actions ... Done |
191 | 2024-12-20T22:37:27.327Z | Planning: Consolidating action changes ... Done |
192 | 2024-12-20T22:37:27.597Z | Planning: Evaluating mediators ... Done |
193 | 2024-12-20T22:37:27.599Z | Planning: Planning completed in 0.44 seconds |
194 | 2024-12-20T22:37:27.636Z | Mediators to change: 2 |
195 | 2024-12-20T22:37:27.636Z | Create boot environment: No |
196 | 2024-12-20T22:37:27.636Z | Create backup boot environment: No |
197 | 2024-12-20T22:37:27.717Z | Done |
198 | 2024-12-20T22:37:27.717Z | Done |
199 | 2024-12-20T22:37:28.099Z | Done |
200 | 2024-12-20T22:37:31.914Z | Done |
201 | 2024-12-20T22:37:32.002Z | Done |
202 | 2024-12-20T22:37:32.005Z | Done |
203 | 2024-12-20T22:37:32.190Z | Done |
204 | 2024-12-20T22:37:32.843Z | Planning: Evaluating mediator changes ... Done |
205 | 2024-12-20T22:37:32.845Z | Planning: Merging actions ... Done |
206 | 2024-12-20T22:37:33.040Z | Planning: Checking for conflicting actions ... Done |
207 | 2024-12-20T22:37:33.043Z | Planning: Consolidating action changes ... Done |
208 | 2024-12-20T22:37:33.337Z | Planning: Evaluating mediators ... Done |
209 | 2024-12-20T22:37:33.390Z | Planning: Planning completed in 0.80 seconds |
210 | 2024-12-20T22:37:33.433Z | Packages to change: 1 |
211 | 2024-12-20T22:37:33.433Z | Mediators to change: 1 |
212 | 2024-12-20T22:37:33.433Z | Services to change: 1 |
213 | 2024-12-20T22:37:33.436Z | Create boot environment: No |
214 | 2024-12-20T22:37:33.436Z | Create backup boot environment: Yes |
215 | 2024-12-20T22:37:35.660Z | Actions: 1/6 actions (Updating modified actions) |
216 | 2024-12-20T22:37:35.724Z | Actions: Completed 6 actions in 0.06 seconds. |
217 | 2024-12-20T22:37:35.727Z | Done |
218 | 2024-12-20T22:37:35.728Z | Done |
219 | 2024-12-20T22:37:35.843Z | Done |
220 | 2024-12-20T22:37:39.673Z | Done |
221 | 2024-12-20T22:37:39.767Z | Done |
222 | 2024-12-20T22:37:39.769Z | Done |
223 | 2024-12-20T22:37:39.896Z | Done |
224 | 2024-12-20T22:37:40.343Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
225 | 2024-12-20T22:37:40.343Z | clang system 15 system |
226 | 2024-12-20T22:37:40.343Z | csh system system illumos |
227 | 2024-12-20T22:37:40.343Z | ctags system system illumos |
228 | 2024-12-20T22:37:40.343Z | gcc vendor 12 vendor |
229 | 2024-12-20T22:37:40.343Z | gcc system 10 system |
230 | 2024-12-20T22:37:40.343Z | gcc system 7 system |
231 | 2024-12-20T22:37:40.343Z | go system 1.20 system |
232 | 2024-12-20T22:37:40.343Z | go system 1.19 system |
233 | 2024-12-20T22:37:40.343Z | llvm system 15 system |
234 | 2024-12-20T22:37:40.343Z | llvm system 14 system |
235 | 2024-12-20T22:37:40.343Z | mariadb system 10.6 system |
236 | 2024-12-20T22:37:40.343Z | mta vendor vendor dma |
237 | 2024-12-20T22:37:40.343Z | openjdk system 17 system |
238 | 2024-12-20T22:37:40.343Z | openjdk system 11 system |
239 | 2024-12-20T22:37:40.343Z | openjdk system 1.8 system |
240 | 2024-12-20T22:37:40.343Z | openssl vendor 3 vendor |
241 | 2024-12-20T22:37:40.343Z | perl system 5.36 system |
242 | 2024-12-20T22:37:40.343Z | postgresql system 15 system |
243 | 2024-12-20T22:37:40.343Z | postgresql system 13 system |
244 | 2024-12-20T22:37:40.343Z | python vendor 3 vendor |
245 | 2024-12-20T22:37:40.344Z | python system 2 system |
246 | 2024-12-20T22:37:40.344Z | python3 system 3.11 system |
247 | 2024-12-20T22:37:40.344Z | ruby system 3.0 system |
248 | 2024-12-20T22:37:40.344Z | words vendor vendor american-english |
249 | 2024-12-20T22:37:40.344Z | words system system australian-english |
250 | 2024-12-20T22:37:40.344Z | words system system british-english |
251 | 2024-12-20T22:37:40.344Z | words system system canadian-english |
252 | 2024-12-20T22:37:40.344Z | words system system french |
253 | 2024-12-20T22:37:40.344Z | words system system italian |
254 | 2024-12-20T22:37:40.344Z | words system system ngerman |
255 | 2024-12-20T22:37:40.344Z | words system system ogerman |
256 | 2024-12-20T22:37:40.344Z | words system system spanish |
257 | 2024-12-20T22:37:40.681Z | PUBLISHER TYPE STATUS P LOCATION |
258 | 2024-12-20T22:37:40.681Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
259 | 2024-12-20T22:37:43.475Z | FMRI IFO |
260 | 2024-12-20T22:37:43.475Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
261 | 2024-12-20T22:37:43.475Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
262 | 2024-12-20T22:37:43.475Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
263 | 2024-12-20T22:37:43.475Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
264 | 2024-12-20T22:37:43.475Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
265 | 2024-12-20T22:37:43.475Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
266 | 2024-12-20T22:37:43.475Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
267 | 2024-12-20T22:37:43.475Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
268 | 2024-12-20T22:37:43.475Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
269 | 2024-12-20T22:37:43.475Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
270 | 2024-12-20T22:37:43.475Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
271 | 2024-12-20T22:37:43.475Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
272 | 2024-12-20T22:37:43.475Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
273 | 2024-12-20T22:37:43.475Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
274 | 2024-12-20T22:37:43.475Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
275 | 2024-12-20T22:37:44.279Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
276 | 2024-12-20T22:37:44.580Z | Updating crates.io index |
277 | 2024-12-20T22:37:44.583Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
278 | 2024-12-20T22:37:45.113Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
279 | 2024-12-20T22:37:45.389Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
280 | 2024-12-20T22:37:45.685Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
281 | 2024-12-20T22:37:45.950Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
282 | 2024-12-20T22:37:46.819Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
283 | 2024-12-20T22:37:48.282Z | Updating git repository `https://github.com/oxidecomputer/opte` |
284 | 2024-12-20T22:37:48.871Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
285 | 2024-12-20T22:37:49.560Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
286 | 2024-12-20T22:37:49.876Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
287 | 2024-12-20T22:37:50.275Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
288 | 2024-12-20T22:37:50.876Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
289 | 2024-12-20T22:37:51.120Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
290 | 2024-12-20T22:37:51.421Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
291 | 2024-12-20T22:37:51.668Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
292 | 2024-12-20T22:37:51.942Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
293 | 2024-12-20T22:37:52.127Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
294 | 2024-12-20T22:37:52.433Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
295 | 2024-12-20T22:37:52.685Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
296 | 2024-12-20T22:37:53.112Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
297 | 2024-12-20T22:37:53.343Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
298 | 2024-12-20T22:37:53.874Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
299 | 2024-12-20T22:37:54.121Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
300 | 2024-12-20T22:37:54.456Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
301 | 2024-12-20T22:37:54.900Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
302 | 2024-12-20T22:37:55.182Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
303 | 2024-12-20T22:37:55.398Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
304 | 2024-12-20T22:37:55.728Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
305 | 2024-12-20T22:37:56.926Z | Downloading crates ... |
306 | 2024-12-20T22:37:57.009Z | Downloaded anyhow v1.0.93 |
307 | 2024-12-20T22:37:57.015Z | Downloaded cargo_metadata v0.18.1 |
308 | 2024-12-20T22:37:57.021Z | Downloaded byteorder v1.5.0 |
309 | 2024-12-20T22:37:57.021Z | Downloaded cargo_toml v0.20.5 |
310 | 2024-12-20T22:37:57.021Z | Downloaded anstyle-query v1.1.1 |
311 | 2024-12-20T22:37:57.024Z | Downloaded camino-tempfile v1.1.1 |
312 | 2024-12-20T22:37:57.024Z | Downloaded bytecount v0.6.8 |
313 | 2024-12-20T22:37:57.024Z | Downloaded block-buffer v0.10.4 |
314 | 2024-12-20T22:37:57.024Z | Downloaded anstyle-parse v0.2.5 |
315 | 2024-12-20T22:37:57.027Z | Downloaded autocfg v1.4.0 |
316 | 2024-12-20T22:37:57.029Z | Downloaded bitflags v2.6.0 |
317 | 2024-12-20T22:37:57.031Z | Downloaded cpufeatures v0.2.14 |
318 | 2024-12-20T22:37:57.034Z | Downloaded cfg-if v1.0.0 |
319 | 2024-12-20T22:37:57.034Z | Downloaded cargo-platform v0.1.8 |
320 | 2024-12-20T22:37:57.037Z | Downloaded clap_lex v0.7.2 |
321 | 2024-12-20T22:37:57.039Z | Downloaded clap v4.5.21 |
322 | 2024-12-20T22:37:57.048Z | Downloaded clap_builder v4.5.21 |
323 | 2024-12-20T22:37:57.054Z | Downloaded digest v0.10.7 |
324 | 2024-12-20T22:37:57.057Z | Downloaded camino v1.1.9 |
325 | 2024-12-20T22:37:57.059Z | Downloaded crypto-common v0.1.6 |
326 | 2024-12-20T22:37:57.059Z | Downloaded clap_derive v4.5.18 |
327 | 2024-12-20T22:37:57.062Z | Downloaded colorchoice v1.0.2 |
328 | 2024-12-20T22:37:57.062Z | Downloaded anstream v0.6.15 |
329 | 2024-12-20T22:37:57.064Z | Downloaded anstyle v1.0.10 |
330 | 2024-12-20T22:37:57.064Z | Downloaded pest_generator v2.7.14 |
331 | 2024-12-20T22:37:57.067Z | Downloaded papergrid v0.11.0 |
332 | 2024-12-20T22:37:57.071Z | Downloaded scroll_derive v0.12.0 |
333 | 2024-12-20T22:37:57.074Z | Downloaded errno v0.3.9 |
334 | 2024-12-20T22:37:57.074Z | Downloaded memchr v2.7.4 |
335 | 2024-12-20T22:37:57.077Z | Downloaded pest_derive v2.7.14 |
336 | 2024-12-20T22:37:57.081Z | Downloaded fastrand v2.1.1 |
337 | 2024-12-20T22:37:57.094Z | Downloaded dtrace-parser v0.2.0 |
338 | 2024-12-20T22:37:57.103Z | Downloaded equivalent v1.0.1 |
339 | 2024-12-20T22:37:57.109Z | Downloaded usdt-attr-macro v0.5.0 |
340 | 2024-12-20T22:37:57.121Z | Downloaded usdt-macro v0.5.0 |
341 | 2024-12-20T22:37:57.126Z | Downloaded pretty-hex v0.4.1 |
342 | 2024-12-20T22:37:57.129Z | Downloaded dof v0.3.0 |
343 | 2024-12-20T22:37:57.129Z | Downloaded fs-err v2.11.0 |
344 | 2024-12-20T22:37:57.132Z | Downloaded plain v0.2.3 |
345 | 2024-12-20T22:37:57.132Z | Downloaded heck v0.4.1 |
346 | 2024-12-20T22:37:57.134Z | Downloaded macaddr v1.0.1 |
347 | 2024-12-20T22:37:57.134Z | Downloaded is_terminal_polyfill v1.70.1 |
348 | 2024-12-20T22:37:57.139Z | Downloaded fnv v1.0.7 |
349 | 2024-12-20T22:37:57.139Z | Downloaded memmap v0.7.0 |
350 | 2024-12-20T22:37:57.139Z | Downloaded generic-array v0.14.7 |
351 | 2024-12-20T22:37:57.142Z | Downloaded proc-macro-error-attr v1.0.4 |
352 | 2024-12-20T22:37:57.142Z | Downloaded itoa v1.0.11 |
353 | 2024-12-20T22:37:57.145Z | Downloaded thread-id v4.2.2 |
354 | 2024-12-20T22:37:57.147Z | Downloaded thiserror-impl v1.0.69 |
355 | 2024-12-20T22:37:57.147Z | Downloaded swrite v0.1.0 |
356 | 2024-12-20T22:37:57.150Z | Downloaded usdt v0.5.0 |
357 | 2024-12-20T22:37:57.154Z | Downloaded terminal_size v0.4.0 |
358 | 2024-12-20T22:37:57.156Z | Downloaded serde_tokenstream v0.2.2 |
359 | 2024-12-20T22:37:57.159Z | Downloaded smawk v0.3.2 |
360 | 2024-12-20T22:37:57.159Z | Downloaded heck v0.5.0 |
361 | 2024-12-20T22:37:57.163Z | Downloaded utf8parse v0.2.2 |
362 | 2024-12-20T22:37:57.165Z | Downloaded strsim v0.11.1 |
363 | 2024-12-20T22:37:57.165Z | Downloaded unicode-linebreak v0.1.5 |
364 | 2024-12-20T22:37:57.167Z | Downloaded toml_datetime v0.6.8 |
365 | 2024-12-20T22:37:57.167Z | Downloaded thiserror v1.0.69 |
366 | 2024-12-20T22:37:57.172Z | Downloaded serde_spanned v0.6.8 |
367 | 2024-12-20T22:37:57.174Z | Downloaded version_check v0.9.5 |
368 | 2024-12-20T22:37:57.177Z | Downloaded quote v1.0.37 |
369 | 2024-12-20T22:37:57.179Z | Downloaded once_cell v1.20.2 |
370 | 2024-12-20T22:37:57.181Z | Downloaded scroll v0.12.0 |
371 | 2024-12-20T22:37:57.184Z | Downloaded proc-macro-error v1.0.4 |
372 | 2024-12-20T22:37:57.188Z | Downloaded zerocopy-derive v0.7.35 |
373 | 2024-12-20T22:37:57.191Z | Downloaded usdt-impl v0.5.0 |
374 | 2024-12-20T22:37:57.193Z | Downloaded semver v1.0.23 |
375 | 2024-12-20T22:37:57.197Z | Downloaded tabled_derive v0.7.0 |
376 | 2024-12-20T22:37:57.200Z | Downloaded tempfile v3.13.0 |
377 | 2024-12-20T22:37:57.202Z | Downloaded sha2 v0.10.8 |
378 | 2024-12-20T22:37:57.204Z | Downloaded pest_meta v2.7.14 |
379 | 2024-12-20T22:37:57.206Z | Downloaded log v0.4.22 |
380 | 2024-12-20T22:37:57.211Z | Downloaded unicode-ident v1.0.13 |
381 | 2024-12-20T22:37:57.214Z | Downloaded ucd-trie v0.1.7 |
382 | 2024-12-20T22:37:57.216Z | Downloaded typenum v1.17.0 |
383 | 2024-12-20T22:37:57.219Z | Downloaded toml v0.8.19 |
384 | 2024-12-20T22:37:57.222Z | Downloaded ryu v1.0.18 |
385 | 2024-12-20T22:37:57.228Z | Downloaded proc-macro2 v1.0.89 |
386 | 2024-12-20T22:37:57.238Z | Downloaded textwrap v0.16.1 |
387 | 2024-12-20T22:37:57.241Z | Downloaded serde_derive v1.0.215 |
388 | 2024-12-20T22:37:57.248Z | Downloaded indexmap v2.6.0 |
389 | 2024-12-20T22:37:57.254Z | Downloaded serde v1.0.215 |
390 | 2024-12-20T22:37:57.275Z | Downloaded toml_edit v0.22.22 |
391 | 2024-12-20T22:37:57.294Z | Downloaded pest v2.7.14 |
392 | 2024-12-20T22:37:57.299Z | Downloaded hashbrown v0.15.1 |
393 | 2024-12-20T22:37:57.303Z | Downloaded goblin v0.8.2 |
394 | 2024-12-20T22:37:57.309Z | Downloaded zerocopy v0.7.35 |
395 | 2024-12-20T22:37:57.323Z | Downloaded serde_json v1.0.132 |
396 | 2024-12-20T22:37:57.332Z | Downloaded winnow v0.6.20 |
397 | 2024-12-20T22:37:57.341Z | Downloaded tabled v0.15.0 |
398 | 2024-12-20T22:37:57.355Z | Downloaded unicode-width v0.1.14 |
399 | 2024-12-20T22:37:57.360Z | Downloaded syn v1.0.109 |
400 | 2024-12-20T22:37:57.369Z | Downloaded syn v2.0.87 |
401 | 2024-12-20T22:37:57.383Z | Downloaded rustix v0.38.37 |
402 | 2024-12-20T22:37:57.413Z | Downloaded libc v0.2.162 |
403 | 2024-12-20T22:37:57.723Z | Compiling proc-macro2 v1.0.89 |
404 | 2024-12-20T22:37:57.723Z | Compiling unicode-ident v1.0.13 |
405 | 2024-12-20T22:37:57.723Z | Compiling version_check v0.9.5 |
406 | 2024-12-20T22:37:57.728Z | Compiling serde v1.0.215 |
407 | 2024-12-20T22:37:57.728Z | Compiling memchr v2.7.4 |
408 | 2024-12-20T22:37:57.728Z | Compiling thiserror v1.0.69 |
409 | 2024-12-20T22:37:57.728Z | Compiling libc v0.2.162 |
410 | 2024-12-20T22:37:57.728Z | Compiling ryu v1.0.18 |
411 | 2024-12-20T22:37:57.976Z | Compiling ucd-trie v0.1.7 |
412 | 2024-12-20T22:37:58.234Z | Compiling itoa v1.0.11 |
413 | 2024-12-20T22:37:58.560Z | Compiling once_cell v1.20.2 |
414 | 2024-12-20T22:37:58.560Z | Compiling byteorder v1.5.0 |
415 | 2024-12-20T22:37:58.950Z | Compiling rustix v0.38.37 |
416 | 2024-12-20T22:37:59.118Z | Compiling serde_json v1.0.132 |
417 | 2024-12-20T22:37:59.322Z | Compiling bitflags v2.6.0 |
418 | 2024-12-20T22:37:59.349Z | Compiling usdt-impl v0.5.0 |
419 | 2024-12-20T22:37:59.503Z | Compiling proc-macro-error-attr v1.0.4 |
420 | 2024-12-20T22:37:59.533Z | Compiling syn v1.0.109 |
421 | 2024-12-20T22:37:59.752Z | Compiling proc-macro-error v1.0.4 |
422 | 2024-12-20T22:37:59.873Z | Compiling camino v1.1.9 |
423 | 2024-12-20T22:37:59.899Z | Compiling utf8parse v0.2.2 |
424 | 2024-12-20T22:37:59.922Z | Compiling equivalent v1.0.1 |
425 | 2024-12-20T22:38:00.049Z | Compiling plain v0.2.3 |
426 | 2024-12-20T22:38:00.075Z | Compiling log v0.4.22 |
427 | 2024-12-20T22:38:00.078Z | Compiling hashbrown v0.15.1 |
428 | 2024-12-20T22:38:00.222Z | Compiling quote v1.0.37 |
429 | 2024-12-20T22:38:00.405Z | Compiling anstyle-parse v0.2.5 |
430 | 2024-12-20T22:38:00.491Z | Compiling errno v0.3.9 |
431 | 2024-12-20T22:38:00.551Z | Compiling thread-id v4.2.2 |
432 | 2024-12-20T22:38:00.638Z | Compiling syn v2.0.87 |
433 | 2024-12-20T22:38:00.861Z | Compiling semver v1.0.23 |
434 | 2024-12-20T22:38:00.962Z | Compiling colorchoice v1.0.2 |
435 | 2024-12-20T22:38:01.137Z | Compiling pretty-hex v0.4.1 |
436 | 2024-12-20T22:38:01.161Z | Compiling unicode-width v0.1.14 |
437 | 2024-12-20T22:38:01.365Z | Compiling indexmap v2.6.0 |
438 | 2024-12-20T22:38:01.392Z | Compiling anstyle v1.0.10 |
439 | 2024-12-20T22:38:01.416Z | Compiling is_terminal_polyfill v1.70.1 |
440 | 2024-12-20T22:38:01.548Z | Compiling anstyle-query v1.1.1 |
441 | 2024-12-20T22:38:01.676Z | Compiling winnow v0.6.20 |
442 | 2024-12-20T22:38:01.710Z | Compiling autocfg v1.4.0 |
443 | 2024-12-20T22:38:01.890Z | Compiling anstream v0.6.15 |
444 | 2024-12-20T22:38:02.607Z | Compiling cfg-if v1.0.0 |
445 | 2024-12-20T22:38:02.699Z | Compiling heck v0.5.0 |
446 | 2024-12-20T22:38:02.730Z | Compiling bytecount v0.6.8 |
447 | 2024-12-20T22:38:02.919Z | Compiling fs-err v2.11.0 |
448 | 2024-12-20T22:38:02.950Z | Compiling fastrand v2.1.1 |
449 | 2024-12-20T22:38:03.201Z | Compiling terminal_size v0.4.0 |
450 | 2024-12-20T22:38:03.229Z | Compiling strsim v0.11.1 |
451 | 2024-12-20T22:38:03.255Z | Compiling clap_lex v0.7.2 |
452 | 2024-12-20T22:38:03.439Z | Compiling anyhow v1.0.93 |
453 | 2024-12-20T22:38:03.534Z | Compiling heck v0.4.1 |
454 | 2024-12-20T22:38:03.870Z | Compiling fnv v1.0.7 |
455 | 2024-12-20T22:38:04.029Z | Compiling papergrid v0.11.0 |
456 | 2024-12-20T22:38:04.063Z | Compiling clap_builder v4.5.21 |
457 | 2024-12-20T22:38:04.166Z | Compiling tempfile v3.13.0 |
458 | 2024-12-20T22:38:04.507Z | Compiling memmap v0.7.0 |
459 | 2024-12-20T22:38:04.613Z | Compiling smawk v0.3.2 |
460 | 2024-12-20T22:38:04.854Z | Compiling unicode-linebreak v0.1.5 |
461 | 2024-12-20T22:38:05.372Z | Compiling textwrap v0.16.1 |
462 | 2024-12-20T22:38:05.554Z | Compiling swrite v0.1.0 |
463 | 2024-12-20T22:38:06.542Z | Compiling tabled_derive v0.7.0 |
464 | 2024-12-20T22:38:08.193Z | Compiling tabled v0.15.0 |
465 | 2024-12-20T22:38:09.862Z | Compiling serde_derive v1.0.215 |
466 | 2024-12-20T22:38:09.862Z | Compiling thiserror-impl v1.0.69 |
467 | 2024-12-20T22:38:09.865Z | Compiling zerocopy-derive v0.7.35 |
468 | 2024-12-20T22:38:09.989Z | Compiling scroll_derive v0.12.0 |
469 | 2024-12-20T22:38:10.095Z | Compiling clap_derive v4.5.18 |
470 | 2024-12-20T22:38:11.379Z | Compiling scroll v0.12.0 |
471 | 2024-12-20T22:38:11.875Z | Compiling zerocopy v0.7.35 |
472 | 2024-12-20T22:38:11.950Z | Compiling goblin v0.8.2 |
473 | 2024-12-20T22:38:12.971Z | Compiling pest v2.7.14 |
474 | 2024-12-20T22:38:13.946Z | Compiling clap v4.5.21 |
475 | 2024-12-20T22:38:15.214Z | Compiling pest_meta v2.7.14 |
476 | 2024-12-20T22:38:16.145Z | Compiling pest_generator v2.7.14 |
477 | 2024-12-20T22:38:18.194Z | Compiling pest_derive v2.7.14 |
478 | 2024-12-20T22:38:18.878Z | Compiling dtrace-parser v0.2.0 |
479 | 2024-12-20T22:38:20.204Z | Compiling serde_tokenstream v0.2.2 |
480 | 2024-12-20T22:38:20.246Z | Compiling toml_datetime v0.6.8 |
481 | 2024-12-20T22:38:20.260Z | Compiling serde_spanned v0.6.8 |
482 | 2024-12-20T22:38:20.632Z | Compiling cargo-platform v0.1.8 |
483 | 2024-12-20T22:38:20.684Z | Compiling toml_edit v0.22.22 |
484 | 2024-12-20T22:38:20.780Z | Compiling macaddr v1.0.1 |
485 | 2024-12-20T22:38:21.011Z | Compiling camino-tempfile v1.1.1 |
486 | 2024-12-20T22:38:21.738Z | Compiling dof v0.3.0 |
487 | 2024-12-20T22:38:21.788Z | Compiling cargo_metadata v0.18.1 |
488 | 2024-12-20T22:38:23.527Z | Compiling usdt-attr-macro v0.5.0 |
489 | 2024-12-20T22:38:23.527Z | Compiling usdt-macro v0.5.0 |
490 | 2024-12-20T22:38:23.548Z | Compiling toml v0.8.19 |
491 | 2024-12-20T22:38:24.433Z | Compiling cargo_toml v0.20.5 |
492 | 2024-12-20T22:38:25.020Z | Compiling usdt v0.5.0 |
493 | 2024-12-20T22:38:28.125Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
494 | 2024-12-20T22:38:32.480Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.45s |
495 | 2024-12-20T22:38:32.763Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
496 | 2024-12-20T22:38:33.350Z | Downloading crates ... |
497 | 2024-12-20T22:38:33.474Z | Downloaded async-stream-impl v0.3.6 |
498 | 2024-12-20T22:38:33.481Z | Downloaded atomicwrites v0.4.4 |
499 | 2024-12-20T22:38:33.487Z | Downloaded headers-core v0.3.0 |
500 | 2024-12-20T22:38:33.490Z | Downloaded http-range v0.1.5 |
501 | 2024-12-20T22:38:33.490Z | Downloaded hex v0.4.3 |
502 | 2024-12-20T22:38:33.493Z | Downloaded ciborium-io v0.2.2 |
503 | 2024-12-20T22:38:33.495Z | Downloaded http-body v1.0.1 |
504 | 2024-12-20T22:38:33.498Z | Downloaded hmac v0.12.1 |
505 | 2024-12-20T22:38:33.501Z | Downloaded crucible-workspace-hack v0.1.0 |
506 | 2024-12-20T22:38:33.504Z | Downloaded cfg_aliases v0.2.1 |
507 | 2024-12-20T22:38:33.506Z | Downloaded arrayref v0.3.9 |
508 | 2024-12-20T22:38:33.509Z | Downloaded async-recursion v1.1.1 |
509 | 2024-12-20T22:38:33.514Z | Downloaded cstr-argument v0.1.2 |
510 | 2024-12-20T22:38:33.516Z | Downloaded cfg_aliases v0.1.1 |
511 | 2024-12-20T22:38:33.516Z | Downloaded assert_matches v1.5.0 |
512 | 2024-12-20T22:38:33.519Z | Downloaded ident_case v1.0.1 |
513 | 2024-12-20T22:38:33.521Z | Downloaded castaway v0.2.3 |
514 | 2024-12-20T22:38:33.523Z | Downloaded hubpack_derive v0.1.1 |
515 | 2024-12-20T22:38:33.523Z | Downloaded cassowary v0.3.0 |
516 | 2024-12-20T22:38:33.526Z | Downloaded buf-list v1.0.3 |
517 | 2024-12-20T22:38:33.529Z | Downloaded match_cfg v0.1.0 |
518 | 2024-12-20T22:38:33.532Z | Downloaded ctr v0.9.2 |
519 | 2024-12-20T22:38:33.536Z | Downloaded is_ci v1.2.0 |
520 | 2024-12-20T22:38:33.536Z | Downloaded chacha20 v0.9.1 |
521 | 2024-12-20T22:38:33.538Z | Downloaded blowfish v0.9.1 |
522 | 2024-12-20T22:38:33.541Z | Downloaded bit-vec v0.6.3 |
523 | 2024-12-20T22:38:33.543Z | Downloaded instant v0.1.13 |
524 | 2024-12-20T22:38:33.545Z | Downloaded crc-catalog v2.4.0 |
525 | 2024-12-20T22:38:33.545Z | Downloaded md5 v0.7.0 |
526 | 2024-12-20T22:38:33.549Z | Downloaded humantime v2.1.0 |
527 | 2024-12-20T22:38:33.554Z | Downloaded cobs v0.2.3 |
528 | 2024-12-20T22:38:33.554Z | Downloaded crossbeam-deque v0.8.5 |
529 | 2024-12-20T22:38:33.557Z | Downloaded convert_case v0.4.0 |
530 | 2024-12-20T22:38:33.557Z | Downloaded cmake v0.1.51 |
531 | 2024-12-20T22:38:33.557Z | Downloaded matches v0.1.10 |
532 | 2024-12-20T22:38:33.560Z | Downloaded backoff v0.4.0 |
533 | 2024-12-20T22:38:33.563Z | Downloaded async-bb8-diesel v0.2.1 |
534 | 2024-12-20T22:38:33.565Z | Downloaded bitfield-struct v0.6.2 |
535 | 2024-12-20T22:38:33.566Z | Downloaded httpdate v1.0.3 |
536 | 2024-12-20T22:38:33.568Z | Downloaded argon2 v0.5.3 |
537 | 2024-12-20T22:38:33.570Z | Downloaded linked-hash-map v0.5.6 |
538 | 2024-12-20T22:38:33.573Z | Downloaded constant_time_eq v0.3.1 |
539 | 2024-12-20T22:38:33.576Z | Downloaded lazycell v1.3.0 |
540 | 2024-12-20T22:38:33.576Z | Downloaded keccak v0.1.5 |
541 | 2024-12-20T22:38:33.578Z | Downloaded idna_adapter v1.2.0 |
542 | 2024-12-20T22:38:33.578Z | Downloaded linear-map v1.2.0 |
543 | 2024-12-20T22:38:33.581Z | Downloaded inout v0.1.3 |
544 | 2024-12-20T22:38:33.584Z | Downloaded mime v0.3.17 |
545 | 2024-12-20T22:38:33.587Z | Downloaded managed v0.8.0 |
546 | 2024-12-20T22:38:33.587Z | Downloaded lalrpop-util v0.19.12 |
547 | 2024-12-20T22:38:33.590Z | Downloaded md-5 v0.10.6 |
548 | 2024-12-20T22:38:33.593Z | Downloaded bitflags v1.3.2 |
549 | 2024-12-20T22:38:33.595Z | Downloaded lockfree-object-pool v0.1.6 |
550 | 2024-12-20T22:38:33.597Z | Downloaded cookie_store v0.21.0 |
551 | 2024-12-20T22:38:33.600Z | Downloaded ref-cast v1.0.23 |
552 | 2024-12-20T22:38:33.605Z | Downloaded maplit v1.0.2 |
553 | 2024-12-20T22:38:33.607Z | Downloaded libsw v3.3.1 |
554 | 2024-12-20T22:38:33.610Z | Downloaded kstat-rs v0.2.4 |
555 | 2024-12-20T22:38:33.610Z | Downloaded maybe-uninit v2.0.0 |
556 | 2024-12-20T22:38:33.612Z | Downloaded cbc v0.1.2 |
557 | 2024-12-20T22:38:33.614Z | Downloaded heapless v0.8.0 |
558 | 2024-12-20T22:38:33.619Z | Downloaded lru v0.12.5 |
559 | 2024-12-20T22:38:33.621Z | Downloaded memoffset v0.9.1 |
560 | 2024-12-20T22:38:33.623Z | Downloaded is-terminal v0.4.13 |
561 | 2024-12-20T22:38:33.626Z | Downloaded indent_write v2.2.0 |
562 | 2024-12-20T22:38:33.628Z | Downloaded take_mut v0.2.2 |
563 | 2024-12-20T22:38:33.628Z | Downloaded impl-trait-for-tuples v0.2.2 |
564 | 2024-12-20T22:38:33.631Z | Downloaded quinn-udp v0.5.5 |
565 | 2024-12-20T22:38:33.633Z | Downloaded lru-cache v0.1.2 |
566 | 2024-12-20T22:38:33.636Z | Downloaded serde-big-array v0.5.1 |
567 | 2024-12-20T22:38:33.638Z | Downloaded highway v1.2.0 |
568 | 2024-12-20T22:38:33.641Z | Downloaded crossbeam-epoch v0.9.18 |
569 | 2024-12-20T22:38:33.644Z | Downloaded icu_locid_transform v1.5.0 |
570 | 2024-12-20T22:38:33.648Z | Downloaded try-lock v0.2.5 |
571 | 2024-12-20T22:38:33.650Z | Downloaded lock_api v0.4.12 |
572 | 2024-12-20T22:38:33.663Z | Downloaded darling v0.20.10 |
573 | 2024-12-20T22:38:33.663Z | Downloaded mime_guess v2.0.5 |
574 | 2024-12-20T22:38:33.665Z | Downloaded addr2line v0.24.2 |
575 | 2024-12-20T22:38:33.666Z | Downloaded rustfmt-wrapper v0.2.1 |
576 | 2024-12-20T22:38:33.668Z | Downloaded secrecy v0.8.0 |
577 | 2024-12-20T22:38:33.668Z | Downloaded sec1 v0.7.3 |
578 | 2024-12-20T22:38:33.670Z | Downloaded zerofrom v0.1.4 |
579 | 2024-12-20T22:38:33.673Z | Downloaded litemap v0.7.3 |
580 | 2024-12-20T22:38:33.676Z | Downloaded signal-hook-mio v0.2.4 |
581 | 2024-12-20T22:38:33.676Z | Downloaded semver v0.1.20 |
582 | 2024-12-20T22:38:33.678Z | Downloaded memmap2 v0.9.5 |
583 | 2024-12-20T22:38:33.681Z | Downloaded console v0.15.8 |
584 | 2024-12-20T22:38:33.684Z | Downloaded csv-core v0.1.11 |
585 | 2024-12-20T22:38:33.686Z | Downloaded spki v0.7.3 |
586 | 2024-12-20T22:38:33.689Z | Downloaded thread_local v1.1.8 |
587 | 2024-12-20T22:38:33.691Z | Downloaded thiserror-no-std v2.0.2 |
588 | 2024-12-20T22:38:33.696Z | Downloaded normalize-line-endings v0.3.0 |
589 | 2024-12-20T22:38:33.699Z | Downloaded new_debug_unreachable v1.0.6 |
590 | 2024-12-20T22:38:33.699Z | Downloaded foreign-types-shared v0.3.1 |
591 | 2024-12-20T22:38:33.702Z | Downloaded cancel-safe-futures v0.1.5 |
592 | 2024-12-20T22:38:33.704Z | Downloaded slab v0.4.9 |
593 | 2024-12-20T22:38:33.707Z | Downloaded thiserror-impl-no-std v2.0.2 |
594 | 2024-12-20T22:38:33.709Z | Downloaded openssl-probe v0.1.5 |
595 | 2024-12-20T22:38:33.712Z | Downloaded ahash v0.8.11 |
596 | 2024-12-20T22:38:33.714Z | Downloaded base64 v0.13.1 |
597 | 2024-12-20T22:38:33.718Z | Downloaded path-slash v0.1.5 |
598 | 2024-12-20T22:38:33.720Z | Downloaded bytes v1.8.0 |
599 | 2024-12-20T22:38:33.724Z | Downloaded zeroize v1.8.1 |
600 | 2024-12-20T22:38:33.727Z | Downloaded defmt-parser v0.3.4 |
601 | 2024-12-20T22:38:33.730Z | Downloaded tap v1.0.1 |
602 | 2024-12-20T22:38:33.730Z | Downloaded async-trait v0.1.83 |
603 | 2024-12-20T22:38:33.735Z | Downloaded russh-cryptovec v0.7.3 |
604 | 2024-12-20T22:38:33.739Z | Downloaded utf16_iter v1.0.5 |
605 | 2024-12-20T22:38:33.739Z | Downloaded precomputed-hash v0.1.1 |
606 | 2024-12-20T22:38:33.739Z | Downloaded progenitor-impl v0.8.0 |
607 | 2024-12-20T22:38:33.742Z | Downloaded sqlparser_derive v0.2.2 |
608 | 2024-12-20T22:38:33.745Z | Downloaded mockall v0.13.0 |
609 | 2024-12-20T22:38:33.745Z | Downloaded ghash v0.5.1 |
610 | 2024-12-20T22:38:33.748Z | Downloaded dyn-clone v1.0.17 |
611 | 2024-12-20T22:38:33.750Z | Downloaded bumpalo v3.16.0 |
612 | 2024-12-20T22:38:33.753Z | Downloaded fallible-streaming-iterator v0.1.9 |
613 | 2024-12-20T22:38:33.755Z | Downloaded fallible-iterator v0.3.0 |
614 | 2024-12-20T22:38:33.759Z | Downloaded sync-ptr v0.1.1 |
615 | 2024-12-20T22:38:33.759Z | Downloaded russh-keys v0.45.0 |
616 | 2024-12-20T22:38:33.762Z | Downloaded fallible-iterator v0.2.0 |
617 | 2024-12-20T22:38:33.762Z | Downloaded num-iter v0.1.45 |
618 | 2024-12-20T22:38:33.765Z | Downloaded crossbeam-utils v0.8.20 |
619 | 2024-12-20T22:38:33.767Z | Downloaded fragile v2.0.0 |
620 | 2024-12-20T22:38:33.770Z | Downloaded form_urlencoded v1.2.1 |
621 | 2024-12-20T22:38:33.772Z | Downloaded hash32 v0.3.1 |
622 | 2024-12-20T22:38:33.776Z | Downloaded sync_wrapper v1.0.1 |
623 | 2024-12-20T22:38:33.776Z | Downloaded dsl_auto_type v0.1.2 |
624 | 2024-12-20T22:38:33.779Z | Downloaded icu_locid_transform_data v1.5.0 |
625 | 2024-12-20T22:38:33.779Z | Downloaded pbkdf2 v0.11.0 |
626 | 2024-12-20T22:38:33.782Z | Downloaded sqlformat v0.2.6 |
627 | 2024-12-20T22:38:33.784Z | Downloaded icu_provider v1.5.0 |
628 | 2024-12-20T22:38:33.787Z | Downloaded prettyplease v0.2.25 |
629 | 2024-12-20T22:38:33.792Z | Downloaded dhcproto-macros v0.1.0 |
630 | 2024-12-20T22:38:33.794Z | Downloaded derive_builder_macro v0.20.2 |
631 | 2024-12-20T22:38:33.795Z | Downloaded fxhash v0.2.1 |
632 | 2024-12-20T22:38:33.798Z | Downloaded rusty-fork v0.3.0 |
633 | 2024-12-20T22:38:33.798Z | Downloaded rustc-hash v1.1.0 |
634 | 2024-12-20T22:38:33.801Z | Downloaded serde_plain v1.0.2 |
635 | 2024-12-20T22:38:33.803Z | Downloaded indicatif v0.17.9 |
636 | 2024-12-20T22:38:33.807Z | Downloaded base64 v0.21.7 |
637 | 2024-12-20T22:38:33.811Z | Downloaded mirai-annotations v1.12.0 |
638 | 2024-12-20T22:38:33.814Z | Downloaded heapless v0.7.17 |
639 | 2024-12-20T22:38:33.818Z | Downloaded twox-hash v1.6.3 |
640 | 2024-12-20T22:38:33.822Z | Downloaded supports-color v3.0.1 |
641 | 2024-12-20T22:38:33.824Z | Downloaded crossbeam-channel v0.5.13 |
642 | 2024-12-20T22:38:33.828Z | Downloaded newline-converter v0.3.0 |
643 | 2024-12-20T22:38:33.831Z | Downloaded num-conv v0.1.0 |
644 | 2024-12-20T22:38:33.833Z | Downloaded signal-hook v0.3.17 |
645 | 2024-12-20T22:38:33.848Z | Downloaded peg-runtime v0.8.3 |
646 | 2024-12-20T22:38:33.851Z | Downloaded oso-derive v0.27.3 |
647 | 2024-12-20T22:38:33.851Z | Downloaded zerovec-derive v0.10.3 |
648 | 2024-12-20T22:38:33.853Z | Downloaded universal-hash v0.5.1 |
649 | 2024-12-20T22:38:33.853Z | Downloaded unicode-xid v0.2.6 |
650 | 2024-12-20T22:38:33.856Z | Downloaded serde_urlencoded v0.7.1 |
651 | 2024-12-20T22:38:33.859Z | Downloaded defmt-macros v0.3.9 |
652 | 2024-12-20T22:38:33.861Z | Downloaded tabwriter v1.4.0 |
653 | 2024-12-20T22:38:33.864Z | Downloaded futures-task v0.3.31 |
654 | 2024-12-20T22:38:33.867Z | Downloaded env_filter v0.1.2 |
655 | 2024-12-20T22:38:33.870Z | Downloaded rustc-demangle v0.1.24 |
656 | 2024-12-20T22:38:33.870Z | Downloaded strip-ansi-escapes v0.2.0 |
657 | 2024-12-20T22:38:33.873Z | Downloaded ssh-cipher v0.2.0 |
658 | 2024-12-20T22:38:33.876Z | Downloaded smf v0.2.3 |
659 | 2024-12-20T22:38:33.876Z | Downloaded serde_repr v0.1.19 |
660 | 2024-12-20T22:38:33.880Z | Downloaded synstructure v0.13.1 |
661 | 2024-12-20T22:38:33.886Z | Downloaded tokio-tungstenite v0.24.0 |
662 | 2024-12-20T22:38:33.886Z | Downloaded parking_lot v0.12.3 |
663 | 2024-12-20T22:38:33.888Z | Downloaded tungstenite v0.21.0 |
664 | 2024-12-20T22:38:33.891Z | Downloaded peg-macros v0.8.4 |
665 | 2024-12-20T22:38:33.895Z | Downloaded parking_lot_core v0.8.6 |
666 | 2024-12-20T22:38:33.898Z | Downloaded toolchain_find v0.4.0 |
667 | 2024-12-20T22:38:33.898Z | Downloaded poly1305 v0.8.0 |
668 | 2024-12-20T22:38:33.903Z | Downloaded num-rational v0.4.2 |
669 | 2024-12-20T22:38:33.903Z | Downloaded waitgroup v0.1.2 |
670 | 2024-12-20T22:38:33.906Z | Downloaded derive-where v1.2.7 |
671 | 2024-12-20T22:38:33.909Z | Downloaded downcast v0.11.0 |
672 | 2024-12-20T22:38:33.912Z | Downloaded darling_macro v0.20.10 |
673 | 2024-12-20T22:38:33.912Z | Downloaded yoke-derive v0.7.4 |
674 | 2024-12-20T22:38:33.915Z | Downloaded polyval v0.6.2 |
675 | 2024-12-20T22:38:33.918Z | Downloaded derive_builder_core v0.20.2 |
676 | 2024-12-20T22:38:33.921Z | Downloaded native-tls v0.2.12 |
677 | 2024-12-20T22:38:33.927Z | Downloaded defmt v0.3.8 |
678 | 2024-12-20T22:38:33.931Z | Downloaded foreign-types v0.3.2 |
679 | 2024-12-20T22:38:33.931Z | Downloaded hickory-server v0.24.1 |
680 | 2024-12-20T22:38:33.934Z | Downloaded newtype_derive v0.1.6 |
681 | 2024-12-20T22:38:33.937Z | Downloaded icu_collections v1.5.0 |
682 | 2024-12-20T22:38:33.946Z | Downloaded slog-scope v4.4.0 |
683 | 2024-12-20T22:38:33.949Z | Downloaded slog-json v2.6.1 |
684 | 2024-12-20T22:38:33.949Z | Downloaded tinystr v0.7.6 |
685 | 2024-12-20T22:38:33.951Z | Downloaded phf_shared v0.10.0 |
686 | 2024-12-20T22:38:33.954Z | Downloaded http v1.1.0 |
687 | 2024-12-20T22:38:33.956Z | Downloaded pretty-hex v0.2.1 |
688 | 2024-12-20T22:38:33.960Z | Downloaded env_logger v0.11.5 |
689 | 2024-12-20T22:38:33.963Z | Downloaded termtree v0.4.1 |
690 | 2024-12-20T22:38:33.967Z | Downloaded unarray v0.1.4 |
691 | 2024-12-20T22:38:33.968Z | Downloaded ssh-encoding v0.2.0 |
692 | 2024-12-20T22:38:33.970Z | Downloaded rustls-pemfile v1.0.4 |
693 | 2024-12-20T22:38:33.973Z | Downloaded float-ord v0.3.2 |
694 | 2024-12-20T22:38:33.973Z | Downloaded filetime v0.2.25 |
695 | 2024-12-20T22:38:33.976Z | Downloaded topological-sort v0.2.2 |
696 | 2024-12-20T22:38:33.976Z | Downloaded termios v0.3.3 |
697 | 2024-12-20T22:38:33.981Z | Downloaded dhcproto v0.12.0 |
698 | 2024-12-20T22:38:33.986Z | Downloaded des v0.8.1 |
699 | 2024-12-20T22:38:33.986Z | Downloaded derive_more v0.99.18 |
700 | 2024-12-20T22:38:33.990Z | Downloaded nanorand v0.7.0 |
701 | 2024-12-20T22:38:33.993Z | Downloaded nibble_vec v0.1.0 |
702 | 2024-12-20T22:38:33.997Z | Downloaded multimap v0.10.0 |
703 | 2024-12-20T22:38:34.000Z | Downloaded foreign-types v0.5.0 |
704 | 2024-12-20T22:38:34.001Z | Downloaded embedded-io v0.6.1 |
705 | 2024-12-20T22:38:34.004Z | Downloaded num-complex v0.4.6 |
706 | 2024-12-20T22:38:34.004Z | Downloaded foreign-types-macros v0.2.3 |
707 | 2024-12-20T22:38:34.004Z | Downloaded crossterm v0.28.1 |
708 | 2024-12-20T22:38:34.014Z | Downloaded rand_core v0.6.4 |
709 | 2024-12-20T22:38:34.017Z | Downloaded num_threads v0.1.7 |
710 | 2024-12-20T22:38:34.020Z | Downloaded foreign-types-shared v0.1.1 |
711 | 2024-12-20T22:38:34.020Z | Downloaded dirs-sys-next v0.1.2 |
712 | 2024-12-20T22:38:34.020Z | Downloaded password-hash v0.5.0 |
713 | 2024-12-20T22:38:34.022Z | Downloaded rand_chacha v0.3.1 |
714 | 2024-12-20T22:38:34.025Z | Downloaded termcolor v1.4.1 |
715 | 2024-12-20T22:38:34.029Z | Downloaded rand_xorshift v0.3.0 |
716 | 2024-12-20T22:38:34.029Z | Downloaded rand_seeder v0.3.0 |
717 | 2024-12-20T22:38:34.031Z | Downloaded phf_generator v0.11.2 |
718 | 2024-12-20T22:38:34.031Z | Downloaded expectorate v1.1.0 |
719 | 2024-12-20T22:38:34.034Z | Downloaded ref-cast-impl v1.0.23 |
720 | 2024-12-20T22:38:34.037Z | Downloaded strum_macros v0.25.3 |
721 | 2024-12-20T22:38:34.039Z | Downloaded phf_codegen v0.11.2 |
722 | 2024-12-20T22:38:34.042Z | Downloaded yasna v0.5.2 |
723 | 2024-12-20T22:38:34.044Z | Downloaded unicase v2.7.0 |
724 | 2024-12-20T22:38:34.048Z | Downloaded samael v0.0.17 |
725 | 2024-12-20T22:38:34.051Z | Downloaded serde_yaml v0.9.34+deprecated |
726 | 2024-12-20T22:38:34.056Z | Downloaded rayon-core v1.12.1 |
727 | 2024-12-20T22:38:34.063Z | Downloaded write16 v1.0.0 |
728 | 2024-12-20T22:38:34.067Z | Downloaded strum v0.26.3 |
729 | 2024-12-20T22:38:34.067Z | Downloaded slog-stdlog v4.1.1 |
730 | 2024-12-20T22:38:34.067Z | Downloaded slog-bunyan v2.5.0 |
731 | 2024-12-20T22:38:34.070Z | Downloaded parking_lot_core v0.9.10 |
732 | 2024-12-20T22:38:34.072Z | Downloaded number_prefix v0.4.0 |
733 | 2024-12-20T22:38:34.073Z | Downloaded zone_cfg_derive v0.3.0 |
734 | 2024-12-20T22:38:34.073Z | Downloaded oso v0.27.3 |
735 | 2024-12-20T22:38:34.077Z | Downloaded num_enum_derive v0.5.11 |
736 | 2024-12-20T22:38:34.080Z | Downloaded zone_cfg_derive v0.1.2 |
737 | 2024-12-20T22:38:34.085Z | Downloaded libxml v0.3.3 |
738 | 2024-12-20T22:38:34.088Z | Downloaded term v0.7.0 |
739 | 2024-12-20T22:38:34.092Z | Downloaded zopfli v0.8.1 |
740 | 2024-12-20T22:38:34.095Z | Downloaded futures-core v0.3.31 |
741 | 2024-12-20T22:38:34.099Z | Downloaded debug-ignore v1.0.5 |
742 | 2024-12-20T22:38:34.101Z | Downloaded parse-size v1.1.0 |
743 | 2024-12-20T22:38:34.101Z | Downloaded futures-executor v0.3.31 |
744 | 2024-12-20T22:38:34.104Z | Downloaded ff v0.13.0 |
745 | 2024-12-20T22:38:34.106Z | Downloaded slog-dtrace v0.3.0 |
746 | 2024-12-20T22:38:34.112Z | Downloaded rfc6979 v0.4.0 |
747 | 2024-12-20T22:38:34.112Z | Downloaded vsss-rs v3.3.4 |
748 | 2024-12-20T22:38:34.117Z | Downloaded password-hash v0.4.2 |
749 | 2024-12-20T22:38:34.122Z | Downloaded rtoolbox v0.0.2 |
750 | 2024-12-20T22:38:34.122Z | Downloaded tinyvec_macros v0.1.1 |
751 | 2024-12-20T22:38:34.122Z | Downloaded siphasher v0.3.11 |
752 | 2024-12-20T22:38:34.125Z | Downloaded x509-cert v0.2.5 |
753 | 2024-12-20T22:38:34.128Z | Downloaded diesel_table_macro_syntax v0.2.0 |
754 | 2024-12-20T22:38:34.131Z | Downloaded utf8_iter v1.0.4 |
755 | 2024-12-20T22:38:34.131Z | Downloaded hashbrown v0.12.3 |
756 | 2024-12-20T22:38:34.138Z | Downloaded num_enum v0.5.11 |
757 | 2024-12-20T22:38:34.145Z | Downloaded tracing-attributes v0.1.27 |
758 | 2024-12-20T22:38:34.147Z | Downloaded aes-gcm v0.10.3 |
759 | 2024-12-20T22:38:34.153Z | Downloaded float-cmp v0.9.0 |
760 | 2024-12-20T22:38:34.155Z | Downloaded flagset v0.4.6 |
761 | 2024-12-20T22:38:34.158Z | Downloaded zone v0.1.8 |
762 | 2024-12-20T22:38:34.158Z | Downloaded strum_macros v0.24.3 |
763 | 2024-12-20T22:38:34.161Z | Downloaded powerfmt v0.2.0 |
764 | 2024-12-20T22:38:34.166Z | Downloaded pkcs1 v0.7.5 |
765 | 2024-12-20T22:38:34.168Z | Downloaded vte v0.11.1 |
766 | 2024-12-20T22:38:34.168Z | Downloaded snafu-derive v0.8.5 |
767 | 2024-12-20T22:38:34.170Z | Downloaded num-bigint v0.4.6 |
768 | 2024-12-20T22:38:34.179Z | Downloaded futures-macro v0.3.31 |
769 | 2024-12-20T22:38:34.181Z | Downloaded tower-service v0.3.3 |
770 | 2024-12-20T22:38:34.182Z | Downloaded time-core v0.1.2 |
771 | 2024-12-20T22:38:34.185Z | Downloaded diesel-dtrace v0.4.2 |
772 | 2024-12-20T22:38:34.185Z | Downloaded tokio-macros v2.4.0 |
773 | 2024-12-20T22:38:34.187Z | Downloaded tls_codec_derive v0.4.1 |
774 | 2024-12-20T22:38:34.189Z | Downloaded schemars_derive v0.8.21 |
775 | 2024-12-20T22:38:34.192Z | Downloaded num-derive v0.4.2 |
776 | 2024-12-20T22:38:34.195Z | Downloaded parking_lot v0.11.2 |
777 | 2024-12-20T22:38:34.197Z | Downloaded ppv-lite86 v0.2.20 |
778 | 2024-12-20T22:38:34.200Z | Downloaded group v0.13.0 |
779 | 2024-12-20T22:38:34.203Z | Downloaded glob v0.3.1 |
780 | 2024-12-20T22:38:34.203Z | Downloaded pkcs8 v0.10.2 |
781 | 2024-12-20T22:38:34.214Z | Downloaded stringprep v0.1.5 |
782 | 2024-12-20T22:38:34.224Z | Downloaded blake3 v1.5.4 |
783 | 2024-12-20T22:38:34.224Z | Downloaded sigpipe v0.1.3 |
784 | 2024-12-20T22:38:34.224Z | Downloaded headers v0.4.0 |
785 | 2024-12-20T22:38:34.229Z | Downloaded untrusted v0.7.1 |
786 | 2024-12-20T22:38:34.233Z | Downloaded hash32 v0.2.1 |
787 | 2024-12-20T22:38:34.233Z | Downloaded tokio-native-tls v0.3.1 |
788 | 2024-12-20T22:38:34.236Z | Downloaded itertools v0.13.0 |
789 | 2024-12-20T22:38:34.245Z | Downloaded unicode-truncate v1.1.0 |
790 | 2024-12-20T22:38:34.249Z | Downloaded either v1.13.0 |
791 | 2024-12-20T22:38:34.249Z | Downloaded r2d2 v0.8.10 |
792 | 2024-12-20T22:38:34.252Z | Downloaded rcgen v0.12.1 |
793 | 2024-12-20T22:38:34.255Z | Downloaded num v0.4.3 |
794 | 2024-12-20T22:38:34.255Z | Downloaded serde_path_to_error v0.1.16 |
795 | 2024-12-20T22:38:34.257Z | Downloaded serde-hex v0.1.0 |
796 | 2024-12-20T22:38:34.260Z | Downloaded futures v0.3.31 |
797 | 2024-12-20T22:38:34.267Z | Downloaded spin v0.5.2 |
798 | 2024-12-20T22:38:34.269Z | Downloaded data-encoding v2.6.0 |
799 | 2024-12-20T22:38:34.269Z | Downloaded progenitor-macro v0.8.0 |
800 | 2024-12-20T22:38:34.269Z | Downloaded globset v0.4.15 |
801 | 2024-12-20T22:38:34.273Z | Downloaded uuid v1.11.0 |
802 | 2024-12-20T22:38:34.281Z | Downloaded difflib v0.4.0 |
803 | 2024-12-20T22:38:34.287Z | Downloaded ron v0.8.1 |
804 | 2024-12-20T22:38:34.287Z | Downloaded ena v0.14.3 |
805 | 2024-12-20T22:38:34.291Z | Downloaded ed25519 v2.2.3 |
806 | 2024-12-20T22:38:34.291Z | Downloaded itertools v0.12.1 |
807 | 2024-12-20T22:38:34.297Z | Downloaded sha1 v0.10.6 |
808 | 2024-12-20T22:38:34.301Z | Downloaded xz2 v0.1.7 |
809 | 2024-12-20T22:38:34.305Z | Downloaded zerovec v0.10.4 |
810 | 2024-12-20T22:38:34.311Z | Downloaded endian-type v0.1.2 |
811 | 2024-12-20T22:38:34.314Z | Downloaded gethostname v0.5.0 |
812 | 2024-12-20T22:38:34.314Z | Downloaded multer v3.1.0 |
813 | 2024-12-20T22:38:34.320Z | Downloaded static_assertions v1.1.0 |
814 | 2024-12-20T22:38:34.320Z | Downloaded vte_generate_state_changes v0.1.2 |
815 | 2024-12-20T22:38:34.323Z | Downloaded packed_struct v0.10.1 |
816 | 2024-12-20T22:38:34.323Z | Downloaded untrusted v0.9.0 |
817 | 2024-12-20T22:38:34.323Z | Downloaded shell-words v1.1.0 |
818 | 2024-12-20T22:38:34.323Z | Downloaded russh v0.45.0 |
819 | 2024-12-20T22:38:34.330Z | Downloaded value-bag v1.9.0 |
820 | 2024-12-20T22:38:34.333Z | Downloaded opaque-debug v0.3.1 |
821 | 2024-12-20T22:38:34.335Z | Downloaded zeroize_derive v1.4.2 |
822 | 2024-12-20T22:38:34.338Z | Downloaded want v0.3.1 |
823 | 2024-12-20T22:38:34.338Z | Downloaded bindgen v0.69.5 |
824 | 2024-12-20T22:38:34.346Z | Downloaded string_cache v0.8.7 |
825 | 2024-12-20T22:38:34.350Z | Downloaded num-integer v0.1.46 |
826 | 2024-12-20T22:38:34.350Z | Downloaded rustversion v1.0.17 |
827 | 2024-12-20T22:38:34.353Z | Downloaded snafu v0.8.5 |
828 | 2024-12-20T22:38:34.361Z | Downloaded hashlink v0.9.1 |
829 | 2024-12-20T22:38:34.364Z | Downloaded chrono v0.4.38 |
830 | 2024-12-20T22:38:34.371Z | Downloaded writeable v0.5.5 |
831 | 2024-12-20T22:38:34.374Z | Downloaded fixedbitset v0.4.2 |
832 | 2024-12-20T22:38:34.378Z | Downloaded mockall_derive v0.13.0 |
833 | 2024-12-20T22:38:34.381Z | Downloaded rayon v1.10.0 |
834 | 2024-12-20T22:38:34.389Z | Downloaded radium v0.7.0 |
835 | 2024-12-20T22:38:34.392Z | Downloaded progenitor-client v0.8.0 |
836 | 2024-12-20T22:38:34.392Z | Downloaded progenitor v0.8.0 |
837 | 2024-12-20T22:38:34.395Z | Downloaded miniz_oxide v0.8.0 |
838 | 2024-12-20T22:38:34.397Z | Downloaded olpc-cjson v0.1.4 |
839 | 2024-12-20T22:38:34.400Z | Downloaded pin-project v1.1.6 |
840 | 2024-12-20T22:38:34.411Z | Downloaded predicates-tree v1.0.11 |
841 | 2024-12-20T22:38:34.414Z | Downloaded bitvec v1.0.1 |
842 | 2024-12-20T22:38:34.430Z | Downloaded spin v0.9.8 |
843 | 2024-12-20T22:38:34.433Z | Downloaded similar v2.6.0 |
844 | 2024-12-20T22:38:34.437Z | Downloaded rustls-pki-types v1.10.0 |
845 | 2024-12-20T22:38:34.441Z | Downloaded tracing v0.1.40 |
846 | 2024-12-20T22:38:34.446Z | Downloaded unicode-segmentation v1.12.0 |
847 | 2024-12-20T22:38:34.450Z | Downloaded typify v0.2.0 |
848 | 2024-12-20T22:38:34.454Z | Downloaded zerocopy v0.6.6 |
849 | 2024-12-20T22:38:34.457Z | Downloaded futures-util v0.3.31 |
850 | 2024-12-20T22:38:34.471Z | Downloaded sct v0.7.1 |
851 | 2024-12-20T22:38:34.474Z | Downloaded wait-timeout v0.2.0 |
852 | 2024-12-20T22:38:34.477Z | Downloaded ed25519-dalek v2.1.1 |
853 | 2024-12-20T22:38:34.481Z | Downloaded omicron-zone-package v0.11.1 |
854 | 2024-12-20T22:38:34.484Z | Downloaded tough v0.19.0 |
855 | 2024-12-20T22:38:34.493Z | Downloaded dropshot_endpoint v0.12.0 |
856 | 2024-12-20T22:38:34.496Z | Downloaded p256 v0.13.2 |
857 | 2024-12-20T22:38:34.500Z | Downloaded test-strategy v0.3.1 |
858 | 2024-12-20T22:38:34.505Z | Downloaded serde_with v3.11.0 |
859 | 2024-12-20T22:38:34.514Z | Downloaded socket2 v0.5.7 |
860 | 2024-12-20T22:38:34.518Z | Downloaded steno v0.4.1 |
861 | 2024-12-20T22:38:34.528Z | Downloaded flate2 v1.0.34 |
862 | 2024-12-20T22:38:34.531Z | Downloaded tungstenite v0.24.0 |
863 | 2024-12-20T22:38:34.533Z | Downloaded tungstenite v0.23.0 |
864 | 2024-12-20T22:38:34.538Z | Downloaded sqlparser v0.45.0 |
865 | 2024-12-20T22:38:34.545Z | Downloaded toml_edit v0.19.15 |
866 | 2024-12-20T22:38:34.567Z | Downloaded zip v2.1.3 |
867 | 2024-12-20T22:38:34.570Z | Downloaded hashbrown v0.13.2 |
868 | 2024-12-20T22:38:34.575Z | Downloaded mio v1.0.2 |
869 | 2024-12-20T22:38:34.582Z | Downloaded winnow v0.5.40 |
870 | 2024-12-20T22:38:34.592Z | Downloaded time v0.3.36 |
871 | 2024-12-20T22:38:34.600Z | Downloaded curve25519-dalek v4.1.3 |
872 | 2024-12-20T22:38:34.612Z | Downloaded openssl v0.10.66 |
873 | 2024-12-20T22:38:34.627Z | Downloaded p521 v0.13.3 |
874 | 2024-12-20T22:38:34.630Z | Downloaded rustls v0.21.12 |
875 | 2024-12-20T22:38:34.642Z | Downloaded rusqlite v0.32.1 |
876 | 2024-12-20T22:38:34.650Z | Downloaded unicode-width v0.2.0 |
877 | 2024-12-20T22:38:34.656Z | Downloaded parse-zoneinfo v0.3.1 |
878 | 2024-12-20T22:38:34.662Z | Downloaded gimli v0.31.1 |
879 | 2024-12-20T22:38:34.672Z | Downloaded idna v0.2.3 |
880 | 2024-12-20T22:38:34.679Z | Downloaded quinn-proto v0.11.8 |
881 | 2024-12-20T22:38:34.688Z | Downloaded idna v0.4.0 |
882 | 2024-12-20T22:38:34.696Z | Downloaded idna v0.3.0 |
883 | 2024-12-20T22:38:34.703Z | Downloaded reqwest v0.12.9 |
884 | 2024-12-20T22:38:34.713Z | Downloaded h2 v0.4.6 |
885 | 2024-12-20T22:38:34.721Z | Downloaded idna v0.5.0 |
886 | 2024-12-20T22:38:34.730Z | Downloaded proptest v1.5.0 |
887 | 2024-12-20T22:38:34.742Z | Downloaded rustls-webpki v0.102.8 |
888 | 2024-12-20T22:38:34.763Z | Downloaded git2 v0.19.0 |
889 | 2024-12-20T22:38:34.773Z | Downloaded petname v2.0.2 |
890 | 2024-12-20T22:38:34.780Z | Downloaded object v0.30.4 |
891 | 2024-12-20T22:38:34.790Z | Downloaded rustls-webpki v0.101.7 |
892 | 2024-12-20T22:38:34.817Z | Downloaded zerocopy v0.8.10 |
893 | 2024-12-20T22:38:34.846Z | Downloaded webpki-roots v0.26.6 |
894 | 2024-12-20T22:38:34.851Z | Downloaded regress v0.9.1 |
895 | 2024-12-20T22:38:34.865Z | Downloaded nix v0.27.1 |
896 | 2024-12-20T22:38:34.875Z | Downloaded regex-syntax v0.6.29 |
897 | 2024-12-20T22:38:34.882Z | Downloaded regex-syntax v0.8.5 |
898 | 2024-12-20T22:38:34.890Z | Downloaded radix_trie v0.2.1 |
899 | 2024-12-20T22:38:34.895Z | Downloaded p384 v0.13.0 |
900 | 2024-12-20T22:38:34.901Z | Downloaded regress v0.10.1 |
901 | 2024-12-20T22:38:34.909Z | Downloaded vcpkg v0.2.15 |
902 | 2024-12-20T22:38:34.948Z | Downloaded dropshot v0.13.0 |
903 | 2024-12-20T22:38:34.968Z | Downloaded nix v0.29.0 |
904 | 2024-12-20T22:38:34.979Z | Downloaded smoltcp v0.9.1 |
905 | 2024-12-20T22:38:34.991Z | Downloaded object v0.36.5 |
906 | 2024-12-20T22:38:35.000Z | Downloaded openapiv3 v2.0.0 |
907 | 2024-12-20T22:38:35.015Z | Downloaded rustls v0.22.4 |
908 | 2024-12-20T22:38:35.024Z | Downloaded diesel v2.2.6 |
909 | 2024-12-20T22:38:35.046Z | Downloaded zerocopy-derive v0.6.6 |
910 | 2024-12-20T22:38:35.056Z | Downloaded smoltcp v0.11.0 |
911 | 2024-12-20T22:38:35.068Z | Downloaded ratatui v0.28.1 |
912 | 2024-12-20T22:38:35.086Z | Downloaded sled v0.34.7 |
913 | 2024-12-20T22:38:35.096Z | Downloaded typify-impl v0.2.0 |
914 | 2024-12-20T22:38:35.109Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
915 | 2024-12-20T22:38:35.124Z | Downloaded rustls v0.23.19 |
916 | 2024-12-20T22:38:35.134Z | Downloaded trust-dns-proto v0.22.0 |
917 | 2024-12-20T22:38:35.146Z | Downloaded nix v0.28.0 |
918 | 2024-12-20T22:38:35.160Z | Downloaded dropshot v0.12.0 |
919 | 2024-12-20T22:38:35.180Z | Downloaded hickory-proto v0.24.1 |
920 | 2024-12-20T22:38:35.198Z | Downloaded polar-core v0.27.3 |
921 | 2024-12-20T22:38:35.205Z | Downloaded regex v1.11.1 |
922 | 2024-12-20T22:38:35.219Z | Downloaded bstr v1.10.0 |
923 | 2024-12-20T22:38:35.231Z | Downloaded regex-automata v0.4.8 |
924 | 2024-12-20T22:38:35.246Z | Downloaded chrono-tz v0.10.0 |
925 | 2024-12-20T22:38:35.254Z | Downloaded lzma-sys v0.1.20 |
926 | 2024-12-20T22:38:35.286Z | Downloaded petgraph v0.6.5 |
927 | 2024-12-20T22:38:35.305Z | Downloaded lalrpop v0.19.12 |
928 | 2024-12-20T22:38:35.317Z | Downloaded csv v1.3.0 |
929 | 2024-12-20T22:38:35.335Z | Downloaded tokio v1.40.0 |
930 | 2024-12-20T22:38:35.372Z | Downloaded libz-sys v1.1.20 |
931 | 2024-12-20T22:38:35.393Z | Downloaded icu_properties_data v1.5.0 |
932 | 2024-12-20T22:38:35.406Z | Downloaded tokio-postgres v0.7.12 |
933 | 2024-12-20T22:38:35.409Z | Downloaded reedline v0.35.0 |
934 | 2024-12-20T22:38:35.416Z | Downloaded ssh-key v0.6.6 |
935 | 2024-12-20T22:38:35.425Z | Downloaded sha3 v0.10.8 |
936 | 2024-12-20T22:38:35.427Z | Downloaded portable-atomic v1.9.0 |
937 | 2024-12-20T22:38:35.435Z | Downloaded salty v0.3.0 |
938 | 2024-12-20T22:38:35.441Z | Downloaded pin-utils v0.1.0 |
939 | 2024-12-20T22:38:35.444Z | Downloaded parse-display-derive v0.10.0 |
940 | 2024-12-20T22:38:35.448Z | Downloaded parse-display v0.10.0 |
941 | 2024-12-20T22:38:35.448Z | Downloaded scrypt v0.11.0 |
942 | 2024-12-20T22:38:35.448Z | Downloaded pin-project-internal v1.1.6 |
943 | 2024-12-20T22:38:35.451Z | Downloaded percent-encoding v2.3.1 |
944 | 2024-12-20T22:38:35.451Z | Downloaded pem-rfc7468 v0.7.0 |
945 | 2024-12-20T22:38:35.456Z | Downloaded scopeguard v1.2.0 |
946 | 2024-12-20T22:38:35.456Z | Downloaded elliptic-curve v0.13.8 |
947 | 2024-12-20T22:38:35.458Z | Downloaded diesel_derives v2.2.3 |
948 | 2024-12-20T22:38:35.466Z | Downloaded schemars v0.8.21 |
949 | 2024-12-20T22:38:35.474Z | Downloaded openssl-sys v0.9.103 |
950 | 2024-12-20T22:38:35.479Z | Downloaded quick-xml v0.33.0 |
951 | 2024-12-20T22:38:35.485Z | Downloaded dropshot_endpoint v0.13.0 |
952 | 2024-12-20T22:38:35.488Z | Downloaded num-bigint-dig v0.8.4 |
953 | 2024-12-20T22:38:35.492Z | Downloaded proc-macro-crate v1.3.1 |
954 | 2024-12-20T22:38:35.494Z | Downloaded typify-macro v0.2.0 |
955 | 2024-12-20T22:38:35.494Z | Downloaded stable_deref_trait v1.2.0 |
956 | 2024-12-20T22:38:35.497Z | Downloaded uzers v0.12.1 |
957 | 2024-12-20T22:38:35.505Z | Downloaded half v2.4.1 |
958 | 2024-12-20T22:38:35.510Z | Downloaded rsa v0.9.6 |
959 | 2024-12-20T22:38:35.510Z | Downloaded tar v0.4.42 |
960 | 2024-12-20T22:38:35.510Z | Downloaded owo-colors v4.1.0 |
961 | 2024-12-20T22:38:35.517Z | Downloaded phf_shared v0.11.2 |
962 | 2024-12-20T22:38:35.517Z | Downloaded tokio-tungstenite v0.23.1 |
963 | 2024-12-20T22:38:35.517Z | Downloaded tokio-tungstenite v0.21.0 |
964 | 2024-12-20T22:38:35.521Z | Downloaded serde_derive_internals v0.29.1 |
965 | 2024-12-20T22:38:35.521Z | Downloaded hashbrown v0.14.5 |
966 | 2024-12-20T22:38:35.524Z | Downloaded typed-path v0.9.3 |
967 | 2024-12-20T22:38:35.528Z | Downloaded futures-sink v0.3.31 |
968 | 2024-12-20T22:38:35.532Z | Downloaded fd-lock v4.0.2 |
969 | 2024-12-20T22:38:35.535Z | Downloaded enum-as-inner v0.6.1 |
970 | 2024-12-20T22:38:35.535Z | Downloaded enum-as-inner v0.5.1 |
971 | 2024-12-20T22:38:35.535Z | Downloaded getrandom v0.2.15 |
972 | 2024-12-20T22:38:35.540Z | Downloaded nom v7.1.3 |
973 | 2024-12-20T22:38:35.543Z | Downloaded hkdf v0.12.4 |
974 | 2024-12-20T22:38:35.548Z | Downloaded xattr v1.3.1 |
975 | 2024-12-20T22:38:35.550Z | Downloaded simd-adler32 v0.3.7 |
976 | 2024-12-20T22:38:35.550Z | Downloaded signal-hook-registry v1.4.2 |
977 | 2024-12-20T22:38:35.554Z | Downloaded shlex v1.3.0 |
978 | 2024-12-20T22:38:35.554Z | Downloaded thiserror v2.0.3 |
979 | 2024-12-20T22:38:35.561Z | Downloaded diff v0.1.13 |
980 | 2024-12-20T22:38:35.566Z | Downloaded ron v0.7.1 |
981 | 2024-12-20T22:38:35.569Z | Downloaded tracing-core v0.1.32 |
982 | 2024-12-20T22:38:35.569Z | Downloaded encoding_rs v0.8.34 |
983 | 2024-12-20T22:38:35.592Z | Downloaded publicsuffix v2.2.3 |
984 | 2024-12-20T22:38:35.596Z | Downloaded hyper v1.5.0 |
985 | 2024-12-20T22:38:35.601Z | Downloaded time-macros v0.2.18 |
986 | 2024-12-20T22:38:35.604Z | Downloaded whoami v1.5.2 |
987 | 2024-12-20T22:38:35.606Z | Downloaded flume v0.11.1 |
988 | 2024-12-20T22:38:35.610Z | Downloaded postgres-types v0.2.8 |
989 | 2024-12-20T22:38:35.614Z | Downloaded postgres-protocol v0.6.7 |
990 | 2024-12-20T22:38:35.617Z | Downloaded pkg-config v0.3.31 |
991 | 2024-12-20T22:38:35.617Z | Downloaded strum_macros v0.26.4 |
992 | 2024-12-20T22:38:35.617Z | Downloaded structmeta-derive v0.3.0 |
993 | 2024-12-20T22:38:35.620Z | Downloaded rustls-pemfile v2.2.0 |
994 | 2024-12-20T22:38:35.620Z | Downloaded pkcs5 v0.7.1 |
995 | 2024-12-20T22:38:35.625Z | Downloaded tokio-util v0.7.12 |
996 | 2024-12-20T22:38:35.633Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
997 | 2024-12-20T22:38:35.692Z | Downloaded scheduled-thread-pool v0.2.7 |
998 | 2024-12-20T22:38:35.695Z | Downloaded same-file v1.0.6 |
999 | 2024-12-20T22:38:35.695Z | Downloaded unicode-bidi v0.3.17 |
1000 | 2024-12-20T22:38:35.698Z | Downloaded quinn v0.11.5 |
1001 | 2024-12-20T22:38:35.702Z | Downloaded itertools v0.10.5 |
1002 | 2024-12-20T22:38:35.706Z | Downloaded tls_codec v0.4.1 |
1003 | 2024-12-20T22:38:35.709Z | Downloaded futures-io v0.3.31 |
1004 | 2024-12-20T22:38:35.712Z | Downloaded vergen v8.3.2 |
1005 | 2024-12-20T22:38:35.716Z | Downloaded unicode-normalization v0.1.24 |
1006 | 2024-12-20T22:38:35.718Z | Downloaded idna v1.0.3 |
1007 | 2024-12-20T22:38:35.724Z | Downloaded nu-ansi-term v0.50.1 |
1008 | 2024-12-20T22:38:35.728Z | Downloaded displaydoc v0.2.5 |
1009 | 2024-12-20T22:38:35.728Z | Downloaded slog v2.7.0 |
1010 | 2024-12-20T22:38:35.731Z | Downloaded darling_core v0.20.10 |
1011 | 2024-12-20T22:38:35.734Z | Downloaded libm v0.2.8 |
1012 | 2024-12-20T22:38:35.742Z | Downloaded resolv-conf v0.7.0 |
1013 | 2024-12-20T22:38:35.746Z | Downloaded packed_struct_codegen v0.10.1 |
1014 | 2024-12-20T22:38:35.750Z | Downloaded tinyvec v1.8.0 |
1015 | 2024-12-20T22:38:35.753Z | Downloaded zip v0.6.6 |
1016 | 2024-12-20T22:38:35.755Z | Downloaded aho-corasick v1.1.3 |
1017 | 2024-12-20T22:38:35.761Z | Downloaded aws-lc-rs v1.10.0 |
1018 | 2024-12-20T22:38:35.770Z | Downloaded slog-async v2.8.0 |
1019 | 2024-12-20T22:38:35.772Z | Downloaded zone v0.3.0 |
1020 | 2024-12-20T22:38:35.776Z | Downloaded fatfs v0.3.6 |
1021 | 2024-12-20T22:38:35.779Z | Downloaded funty v2.0.0 |
1022 | 2024-12-20T22:38:35.779Z | Downloaded display-error-chain v0.2.2 |
1023 | 2024-12-20T22:38:35.779Z | Downloaded dirs-next v2.0.0 |
1024 | 2024-12-20T22:38:35.779Z | Downloaded unicode_categories v0.1.1 |
1025 | 2024-12-20T22:38:35.782Z | Downloaded rustyline v14.0.0 |
1026 | 2024-12-20T22:38:35.786Z | Downloaded walkdir v2.5.0 |
1027 | 2024-12-20T22:38:35.789Z | Downloaded futures-channel v0.3.31 |
1028 | 2024-12-20T22:38:35.791Z | Downloaded primeorder v0.13.6 |
1029 | 2024-12-20T22:38:35.795Z | Downloaded phf v0.11.2 |
1030 | 2024-12-20T22:38:35.795Z | Downloaded foldhash v0.1.3 |
1031 | 2024-12-20T22:38:35.798Z | Downloaded unsafe-libyaml v0.2.11 |
1032 | 2024-12-20T22:38:35.798Z | Downloaded num-traits v0.2.19 |
1033 | 2024-12-20T22:38:35.802Z | Downloaded der v0.7.9 |
1034 | 2024-12-20T22:38:35.806Z | Downloaded embedded-io v0.4.0 |
1035 | 2024-12-20T22:38:35.810Z | Downloaded slog-term v2.9.1 |
1036 | 2024-12-20T22:38:35.812Z | Downloaded subprocess v0.2.9 |
1037 | 2024-12-20T22:38:35.815Z | Downloaded aes v0.8.4 |
1038 | 2024-12-20T22:38:35.820Z | Downloaded rand v0.8.5 |
1039 | 2024-12-20T22:38:35.826Z | Downloaded postcard v1.0.10 |
1040 | 2024-12-20T22:38:35.829Z | Downloaded rustc_version v0.1.7 |
1041 | 2024-12-20T22:38:35.829Z | Downloaded env_logger v0.10.2 |
1042 | 2024-12-20T22:38:35.829Z | Downloaded tiny-keccak v2.0.2 |
1043 | 2024-12-20T22:38:35.831Z | Downloaded nodrop v0.1.14 |
1044 | 2024-12-20T22:38:35.831Z | Downloaded rustc-hash v2.0.0 |
1045 | 2024-12-20T22:38:35.836Z | Downloaded quick-error v1.2.3 |
1046 | 2024-12-20T22:38:35.836Z | Downloaded psl-types v2.0.11 |
1047 | 2024-12-20T22:38:35.838Z | Downloaded hickory-resolver v0.24.1 |
1048 | 2024-12-20T22:38:35.838Z | Downloaded zerocopy-derive v0.8.10 |
1049 | 2024-12-20T22:38:35.844Z | Downloaded signature v2.2.0 |
1050 | 2024-12-20T22:38:35.847Z | Downloaded signal-hook-tokio v0.3.1 |
1051 | 2024-12-20T22:38:35.849Z | Downloaded pin-project-lite v0.2.14 |
1052 | 2024-12-20T22:38:35.852Z | Downloaded url v2.5.3 |
1053 | 2024-12-20T22:38:35.858Z | Downloaded minimal-lexical v0.2.1 |
1054 | 2024-12-20T22:38:35.861Z | Downloaded crypto-bigint v0.5.5 |
1055 | 2024-12-20T22:38:35.867Z | Downloaded pem v3.0.4 |
1056 | 2024-12-20T22:38:35.870Z | Downloaded toml v0.7.8 |
1057 | 2024-12-20T22:38:35.873Z | Downloaded serde_with_macros v3.11.0 |
1058 | 2024-12-20T22:38:35.877Z | Downloaded newtype-uuid v1.1.3 |
1059 | 2024-12-20T22:38:35.877Z | Downloaded qorb v0.2.1 |
1060 | 2024-12-20T22:38:35.881Z | Downloaded yoke v0.7.4 |
1061 | 2024-12-20T22:38:35.886Z | Downloaded const_format v0.2.33 |
1062 | 2024-12-20T22:38:35.889Z | Downloaded backtrace v0.3.74 |
1063 | 2024-12-20T22:38:35.891Z | Downloaded fs_extra v1.3.0 |
1064 | 2024-12-20T22:38:35.894Z | Downloaded compact_str v0.8.0 |
1065 | 2024-12-20T22:38:35.897Z | Downloaded ecdsa v0.16.9 |
1066 | 2024-12-20T22:38:35.899Z | Downloaded derive_builder v0.20.2 |
1067 | 2024-12-20T22:38:35.904Z | Downloaded indexmap v1.9.3 |
1068 | 2024-12-20T22:38:35.906Z | Downloaded subtle v2.6.1 |
1069 | 2024-12-20T22:38:35.910Z | Downloaded rpassword v7.3.1 |
1070 | 2024-12-20T22:38:35.910Z | Downloaded predicates-core v1.0.8 |
1071 | 2024-12-20T22:38:35.913Z | Downloaded peg v0.8.4 |
1072 | 2024-12-20T22:38:35.915Z | Downloaded pbkdf2 v0.12.2 |
1073 | 2024-12-20T22:38:35.918Z | Downloaded unicode-properties v0.1.3 |
1074 | 2024-12-20T22:38:35.918Z | Downloaded predicates v3.1.2 |
1075 | 2024-12-20T22:38:35.921Z | Downloaded tokio-stream v0.1.16 |
1076 | 2024-12-20T22:38:35.926Z | Downloaded tokio-rustls v0.26.0 |
1077 | 2024-12-20T22:38:35.928Z | Downloaded tokio-rustls v0.25.0 |
1078 | 2024-12-20T22:38:35.931Z | Downloaded tokio-rustls v0.24.1 |
1079 | 2024-12-20T22:38:35.934Z | Downloaded hyper-util v0.1.10 |
1080 | 2024-12-20T22:38:35.937Z | Downloaded icu_normalizer v1.5.0 |
1081 | 2024-12-20T22:38:35.941Z | Downloaded chacha20poly1305 v0.10.1 |
1082 | 2024-12-20T22:38:35.944Z | Downloaded icu_properties v1.5.1 |
1083 | 2024-12-20T22:38:35.947Z | Downloaded icu_normalizer_data v1.5.0 |
1084 | 2024-12-20T22:38:35.949Z | Downloaded blake2 v0.10.6 |
1085 | 2024-12-20T22:38:35.952Z | Downloaded smallvec v1.13.2 |
1086 | 2024-12-20T22:38:35.954Z | Downloaded icu_locid v1.5.0 |
1087 | 2024-12-20T22:38:35.960Z | Downloaded paste v1.0.15 |
1088 | 2024-12-20T22:38:35.963Z | Downloaded der_derive v0.7.3 |
1089 | 2024-12-20T22:38:35.965Z | Downloaded cc v1.1.30 |
1090 | 2024-12-20T22:38:35.968Z | Downloaded base64 v0.22.1 |
1091 | 2024-12-20T22:38:35.972Z | Downloaded dunce v1.0.5 |
1092 | 2024-12-20T22:38:35.975Z | Downloaded deranged v0.3.11 |
1093 | 2024-12-20T22:38:35.976Z | Downloaded wyz v0.5.1 |
1094 | 2024-12-20T22:38:35.978Z | Downloaded zerofrom-derive v0.1.4 |
1095 | 2024-12-20T22:38:35.978Z | Downloaded which v4.4.2 |
1096 | 2024-12-20T22:38:35.981Z | Downloaded utf-8 v0.7.6 |
1097 | 2024-12-20T22:38:35.981Z | Downloaded openssl-macros v0.1.1 |
1098 | 2024-12-20T22:38:35.981Z | Downloaded tui-tree-widget v0.22.0 |
1099 | 2024-12-20T22:38:35.984Z | Downloaded thiserror-impl v2.0.3 |
1100 | 2024-12-20T22:38:35.984Z | Downloaded structmeta-derive v0.2.0 |
1101 | 2024-12-20T22:38:35.988Z | Downloaded structmeta v0.3.0 |
1102 | 2024-12-20T22:38:35.988Z | Downloaded structmeta v0.2.0 |
1103 | 2024-12-20T22:38:35.988Z | Downloaded crc-any v2.5.0 |
1104 | 2024-12-20T22:38:35.993Z | Downloaded smallvec v0.6.14 |
1105 | 2024-12-20T22:38:35.993Z | Downloaded slog-envlogger v2.2.0 |
1106 | 2024-12-20T22:38:35.997Z | Downloaded ciborium v0.2.2 |
1107 | 2024-12-20T22:38:35.997Z | Downloaded bzip2 v0.4.4 |
1108 | 2024-12-20T22:38:36.000Z | Downloaded salsa20 v0.10.2 |
1109 | 2024-12-20T22:38:36.000Z | Downloaded rustc_version v0.4.1 |
1110 | 2024-12-20T22:38:36.000Z | Downloaded libloading v0.8.5 |
1111 | 2024-12-20T22:38:36.002Z | Downloaded hyper-rustls v0.27.3 |
1112 | 2024-12-20T22:38:36.009Z | Downloaded httparse v1.9.5 |
1113 | 2024-12-20T22:38:36.013Z | Downloaded arc-swap v1.7.1 |
1114 | 2024-12-20T22:38:36.013Z | Downloaded allocator-api2 v0.2.18 |
1115 | 2024-12-20T22:38:36.015Z | Downloaded hickory-client v0.24.1 |
1116 | 2024-12-20T22:38:36.018Z | Downloaded jobserver v0.1.32 |
1117 | 2024-12-20T22:38:36.020Z | Downloaded ipnet v2.10.1 |
1118 | 2024-12-20T22:38:36.023Z | Downloaded iana-time-zone v0.1.61 |
1119 | 2024-12-20T22:38:36.027Z | Downloaded hyper-staticfile v0.10.1 |
1120 | 2024-12-20T22:38:36.027Z | Downloaded hubpack v0.1.2 |
1121 | 2024-12-20T22:38:36.031Z | Downloaded cookie v0.18.1 |
1122 | 2024-12-20T22:38:36.032Z | Downloaded const-oid v0.9.6 |
1123 | 2024-12-20T22:38:36.035Z | Downloaded crc32fast v1.4.2 |
1124 | 2024-12-20T22:38:36.035Z | Downloaded clang-sys v1.8.1 |
1125 | 2024-12-20T22:38:36.037Z | Downloaded http-body-util v0.1.2 |
1126 | 2024-12-20T22:38:36.041Z | Downloaded lazy_static v1.5.0 |
1127 | 2024-12-20T22:38:36.041Z | Downloaded libefi-sys v0.1.0 |
1128 | 2024-12-20T22:38:36.048Z | Downloaded instability v0.3.2 |
1129 | 2024-12-20T22:38:36.048Z | Downloaded curve25519-dalek-derive v0.1.1 |
1130 | 2024-12-20T22:38:36.048Z | Downloaded crc v3.2.1 |
1131 | 2024-12-20T22:38:36.055Z | Downloaded colored v2.1.0 |
1132 | 2024-12-20T22:38:36.055Z | Downloaded cexpr v0.6.0 |
1133 | 2024-12-20T22:38:36.055Z | Downloaded array-init v0.0.4 |
1134 | 2024-12-20T22:38:36.055Z | Downloaded aead v0.5.2 |
1135 | 2024-12-20T22:38:36.055Z | Downloaded internet-checksum v0.2.1 |
1136 | 2024-12-20T22:38:36.058Z | Downloaded crunchy v0.2.2 |
1137 | 2024-12-20T22:38:36.058Z | Downloaded hyper-tls v0.6.0 |
1138 | 2024-12-20T22:38:36.058Z | Downloaded atomic-waker v1.1.2 |
1139 | 2024-12-20T22:38:36.058Z | Downloaded ipnetwork v0.20.0 |
1140 | 2024-12-20T22:38:36.058Z | Downloaded hostname v0.4.0 |
1141 | 2024-12-20T22:38:36.063Z | Downloaded hostname v0.3.1 |
1142 | 2024-12-20T22:38:36.063Z | Downloaded base64ct v1.6.0 |
1143 | 2024-12-20T22:38:36.065Z | Downloaded indoc v1.0.9 |
1144 | 2024-12-20T22:38:36.065Z | Downloaded home v0.5.9 |
1145 | 2024-12-20T22:38:36.069Z | Downloaded chrono-tz-build v0.4.0 |
1146 | 2024-12-20T22:38:36.069Z | Downloaded bcs v0.1.6 |
1147 | 2024-12-20T22:38:36.073Z | Downloaded base16ct v0.2.0 |
1148 | 2024-12-20T22:38:36.073Z | Downloaded const_format_proc_macros v0.2.33 |
1149 | 2024-12-20T22:38:36.076Z | Downloaded block-padding v0.3.3 |
1150 | 2024-12-20T22:38:36.076Z | Downloaded bitfield v0.14.0 |
1151 | 2024-12-20T22:38:36.076Z | Downloaded bb8 v0.8.5 |
1152 | 2024-12-20T22:38:36.080Z | Downloaded hex-literal v0.4.1 |
1153 | 2024-12-20T22:38:36.080Z | Downloaded heck v0.3.3 |
1154 | 2024-12-20T22:38:36.088Z | Downloaded bit-set v0.5.3 |
1155 | 2024-12-20T22:38:36.088Z | Downloaded bcrypt-pbkdf v0.10.0 |
1156 | 2024-12-20T22:38:36.088Z | Downloaded arrayvec v0.7.6 |
1157 | 2024-12-20T22:38:36.096Z | Downloaded atty v0.2.14 |
1158 | 2024-12-20T22:38:36.096Z | Downloaded icu_provider_macros v1.5.0 |
1159 | 2024-12-20T22:38:36.096Z | Downloaded ciborium-ll v0.2.2 |
1160 | 2024-12-20T22:38:36.096Z | Downloaded cipher v0.4.4 |
1161 | 2024-12-20T22:38:36.096Z | Downloaded async-stream v0.3.6 |
1162 | 2024-12-20T22:38:36.102Z | Downloaded ascii-canvas v3.0.0 |
1163 | 2024-12-20T22:38:36.102Z | Downloaded adler2 v2.0.0 |
1164 | 2024-12-20T22:38:36.151Z | Downloaded ring v0.17.8 |
1165 | 2024-12-20T22:38:36.225Z | Downloaded libsqlite3-sys v0.30.1 |
1166 | 2024-12-20T22:38:36.399Z | Downloaded ring v0.16.20 |
1167 | 2024-12-20T22:38:36.641Z | Downloaded aws-lc-sys v0.22.0 |
1168 | 2024-12-20T22:38:36.949Z | Compiling serde v1.0.215 |
1169 | 2024-12-20T22:38:36.952Z | Compiling lock_api v0.4.12 |
1170 | 2024-12-20T22:38:36.952Z | Compiling scopeguard v1.2.0 |
1171 | 2024-12-20T22:38:36.952Z | Compiling value-bag v1.9.0 |
1172 | 2024-12-20T22:38:36.952Z | Compiling typenum v1.17.0 |
1173 | 2024-12-20T22:38:36.952Z | Compiling generic-array v0.14.7 |
1174 | 2024-12-20T22:38:37.134Z | Compiling syn v2.0.87 |
1175 | 2024-12-20T22:38:37.147Z | Compiling getrandom v0.2.15 |
1176 | 2024-12-20T22:38:37.303Z | Compiling shlex v1.3.0 |
1177 | 2024-12-20T22:38:37.382Z | Compiling rand_core v0.6.4 |
1178 | 2024-12-20T22:38:37.556Z | Compiling log v0.4.22 |
1179 | 2024-12-20T22:38:37.693Z | Compiling subtle v2.6.1 |
1180 | 2024-12-20T22:38:37.696Z | Compiling jobserver v0.1.32 |
1181 | 2024-12-20T22:38:37.743Z | Compiling const-oid v0.9.6 |
1182 | 2024-12-20T22:38:37.910Z | Compiling smallvec v1.13.2 |
1183 | 2024-12-20T22:38:38.060Z | Compiling spin v0.9.8 |
1184 | 2024-12-20T22:38:38.077Z | Compiling cc v1.1.30 |
1185 | 2024-12-20T22:38:38.296Z | Compiling pin-project-lite v0.2.14 |
1186 | 2024-12-20T22:38:38.429Z | Compiling rustix v0.38.37 |
1187 | 2024-12-20T22:38:38.467Z | Compiling parking_lot_core v0.9.10 |
1188 | 2024-12-20T22:38:38.467Z | Compiling futures-core v0.3.31 |
1189 | 2024-12-20T22:38:38.648Z | Compiling signal-hook-registry v1.4.2 |
1190 | 2024-12-20T22:38:38.744Z | Compiling mio v1.0.2 |
1191 | 2024-12-20T22:38:39.394Z | Compiling parking_lot v0.12.3 |
1192 | 2024-12-20T22:38:39.491Z | Compiling aho-corasick v1.1.3 |
1193 | 2024-12-20T22:38:39.602Z | Compiling cpufeatures v0.2.14 |
1194 | 2024-12-20T22:38:39.700Z | Compiling regex-syntax v0.8.5 |
1195 | 2024-12-20T22:38:39.716Z | Compiling lazy_static v1.5.0 |
1196 | 2024-12-20T22:38:39.748Z | Compiling either v1.13.0 |
1197 | 2024-12-20T22:38:39.974Z | Compiling futures-sink v0.3.31 |
1198 | 2024-12-20T22:38:40.058Z | Compiling stable_deref_trait v1.2.0 |
1199 | 2024-12-20T22:38:40.127Z | Compiling glob v0.3.1 |
1200 | 2024-12-20T22:38:40.170Z | Compiling socket2 v0.5.7 |
1201 | 2024-12-20T22:38:40.313Z | Compiling slab v0.4.9 |
1202 | 2024-12-20T22:38:40.418Z | Compiling prettyplease v0.2.25 |
1203 | 2024-12-20T22:38:40.777Z | Compiling minimal-lexical v0.2.1 |
1204 | 2024-12-20T22:38:41.121Z | Compiling libloading v0.8.5 |
1205 | 2024-12-20T22:38:41.202Z | Compiling clang-sys v1.8.1 |
1206 | 2024-12-20T22:38:41.226Z | Compiling nom v7.1.3 |
1207 | 2024-12-20T22:38:41.350Z | Compiling bindgen v0.69.5 |
1208 | 2024-12-20T22:38:41.582Z | Compiling serde_json v1.0.132 |
1209 | 2024-12-20T22:38:41.901Z | Compiling home v0.5.9 |
1210 | 2024-12-20T22:38:42.219Z | Compiling itertools v0.10.5 |
1211 | 2024-12-20T22:38:42.240Z | Compiling futures-channel v0.3.31 |
1212 | 2024-12-20T22:38:42.574Z | Compiling futures-task v0.3.31 |
1213 | 2024-12-20T22:38:42.693Z | Compiling lazycell v1.3.0 |
1214 | 2024-12-20T22:38:42.874Z | Compiling futures-io v0.3.31 |
1215 | 2024-12-20T22:38:42.900Z | Compiling foldhash v0.1.3 |
1216 | 2024-12-20T22:38:43.211Z | Compiling pin-utils v0.1.0 |
1217 | 2024-12-20T22:38:43.213Z | Compiling allocator-api2 v0.2.18 |
1218 | 2024-12-20T22:38:43.318Z | Compiling rustc-hash v1.1.0 |
1219 | 2024-12-20T22:38:43.486Z | Compiling cmake v0.1.51 |
1220 | 2024-12-20T22:38:44.072Z | Compiling regex-automata v0.4.8 |
1221 | 2024-12-20T22:38:44.545Z | Compiling hashbrown v0.15.1 |
1222 | 2024-12-20T22:38:45.042Z | Compiling cexpr v0.6.0 |
1223 | 2024-12-20T22:38:45.194Z | Compiling synstructure v0.13.1 |
1224 | 2024-12-20T22:38:46.013Z | Compiling libm v0.2.8 |
1225 | 2024-12-20T22:38:46.367Z | Compiling tinyvec_macros v0.1.1 |
1226 | 2024-12-20T22:38:46.464Z | Compiling dunce v1.0.5 |
1227 | 2024-12-20T22:38:46.604Z | Compiling fs_extra v1.3.0 |
1228 | 2024-12-20T22:38:46.867Z | Compiling pkg-config v0.3.31 |
1229 | 2024-12-20T22:38:46.940Z | Compiling tinyvec v1.8.0 |
1230 | 2024-12-20T22:38:47.022Z | Compiling num-traits v0.2.19 |
1231 | 2024-12-20T22:38:47.550Z | Compiling ring v0.17.8 |
1232 | 2024-12-20T22:38:48.466Z | Compiling unicode-normalization v0.1.24 |
1233 | 2024-12-20T22:38:48.486Z | Compiling paste v1.0.15 |
1234 | 2024-12-20T22:38:48.649Z | Compiling litemap v0.7.3 |
1235 | 2024-12-20T22:38:48.712Z | Compiling base64ct v1.6.0 |
1236 | 2024-12-20T22:38:48.751Z | Compiling writeable v0.5.5 |
1237 | 2024-12-20T22:38:48.999Z | Compiling unicode-bidi v0.3.17 |
1238 | 2024-12-20T22:38:49.292Z | Compiling pem-rfc7468 v0.7.0 |
1239 | 2024-12-20T22:38:49.532Z | Compiling flagset v0.4.6 |
1240 | 2024-12-20T22:38:49.756Z | Compiling regex v1.11.1 |
1241 | 2024-12-20T22:38:49.963Z | Compiling aws-lc-rs v1.10.0 |
1242 | 2024-12-20T22:38:50.417Z | Compiling httparse v1.9.5 |
1243 | 2024-12-20T22:38:50.863Z | Compiling tracing-core v0.1.32 |
1244 | 2024-12-20T22:38:51.195Z | Compiling crossbeam-utils v0.8.20 |
1245 | 2024-12-20T22:38:51.603Z | Compiling icu_locid_transform_data v1.5.0 |
1246 | 2024-12-20T22:38:51.630Z | Compiling percent-encoding v2.3.1 |
1247 | 2024-12-20T22:38:51.711Z | Compiling rustls-pki-types v1.10.0 |
1248 | 2024-12-20T22:38:52.012Z | Compiling num-conv v0.1.0 |
1249 | 2024-12-20T22:38:52.263Z | Compiling untrusted v0.9.0 |
1250 | 2024-12-20T22:38:52.284Z | Compiling time-core v0.1.2 |
1251 | 2024-12-20T22:38:52.396Z | Compiling serde_derive v1.0.215 |
1252 | 2024-12-20T22:38:52.455Z | Compiling zeroize_derive v1.4.2 |
1253 | 2024-12-20T22:38:52.474Z | Compiling zerocopy-derive v0.7.35 |
1254 | 2024-12-20T22:38:52.556Z | Compiling tokio-macros v2.4.0 |
1255 | 2024-12-20T22:38:52.846Z | Compiling zerofrom-derive v0.1.4 |
1256 | 2024-12-20T22:38:54.063Z | Compiling zeroize v1.8.1 |
1257 | 2024-12-20T22:38:54.084Z | Compiling thiserror-impl v1.0.69 |
1258 | 2024-12-20T22:38:54.167Z | Compiling yoke-derive v0.7.4 |
1259 | 2024-12-20T22:38:54.762Z | Compiling zerocopy v0.7.35 |
1260 | 2024-12-20T22:38:55.940Z | Compiling crypto-common v0.1.6 |
1261 | 2024-12-20T22:38:56.184Z | Compiling block-buffer v0.10.4 |
1262 | 2024-12-20T22:38:56.453Z | Compiling digest v0.10.7 |
1263 | 2024-12-20T22:38:56.534Z | Compiling futures-macro v0.3.31 |
1264 | 2024-12-20T22:38:56.906Z | Compiling hmac v0.12.1 |
1265 | 2024-12-20T22:38:57.033Z | Compiling zerofrom v0.1.4 |
1266 | 2024-12-20T22:38:57.063Z | Compiling zerovec-derive v0.10.3 |
1267 | 2024-12-20T22:38:57.147Z | Compiling block-padding v0.3.3 |
1268 | 2024-12-20T22:38:57.268Z | Compiling displaydoc v0.2.5 |
1269 | 2024-12-20T22:38:57.316Z | Compiling yoke v0.7.4 |
1270 | 2024-12-20T22:38:57.398Z | Compiling inout v0.1.3 |
1271 | 2024-12-20T22:38:57.451Z | Compiling thiserror v1.0.69 |
1272 | 2024-12-20T22:38:57.602Z | Compiling sha2 v0.10.8 |
1273 | 2024-12-20T22:38:57.648Z | Compiling cipher v0.4.4 |
1274 | 2024-12-20T22:38:57.671Z | Compiling ppv-lite86 v0.2.20 |
1275 | 2024-12-20T22:38:58.157Z | Compiling der_derive v0.7.3 |
1276 | 2024-12-20T22:38:58.484Z | Compiling futures-util v0.3.31 |
1277 | 2024-12-20T22:38:58.505Z | Compiling icu_provider_macros v1.5.0 |
1278 | 2024-12-20T22:38:59.034Z | Compiling rand_chacha v0.3.1 |
1279 | 2024-12-20T22:38:59.121Z | Compiling tracing-attributes v0.1.27 |
1280 | 2024-12-20T22:38:59.677Z | Compiling rand v0.8.5 |
1281 | 2024-12-20T22:38:59.726Z | Compiling zerovec v0.10.4 |
1282 | 2024-12-20T22:39:00.757Z | Compiling der v0.7.9 |
1283 | 2024-12-20T22:39:01.191Z | Compiling salsa20 v0.10.2 |
1284 | 2024-12-20T22:39:01.444Z | Compiling pest v2.7.14 |
1285 | 2024-12-20T22:39:01.485Z | Compiling pbkdf2 v0.12.2 |
1286 | 2024-12-20T22:39:01.665Z | Compiling powerfmt v0.2.0 |
1287 | 2024-12-20T22:39:01.902Z | Compiling tinystr v0.7.6 |
1288 | 2024-12-20T22:39:02.103Z | Compiling icu_collections v1.5.0 |
1289 | 2024-12-20T22:39:02.154Z | Compiling icu_properties_data v1.5.0 |
1290 | 2024-12-20T22:39:02.308Z | Compiling icu_locid v1.5.0 |
1291 | 2024-12-20T22:39:02.417Z | Compiling mirai-annotations v1.12.0 |
1292 | 2024-12-20T22:39:02.617Z | Compiling vcpkg v0.2.15 |
1293 | 2024-12-20T22:39:03.138Z | Compiling tracing v0.1.40 |
1294 | 2024-12-20T22:39:03.595Z | Compiling icu_provider v1.5.0 |
1295 | 2024-12-20T22:39:03.692Z | Compiling spki v0.7.3 |
1296 | 2024-12-20T22:39:04.096Z | Compiling untrusted v0.7.1 |
1297 | 2024-12-20T22:39:04.255Z | Compiling pest_meta v2.7.14 |
1298 | 2024-12-20T22:39:04.291Z | Compiling deranged v0.3.11 |
1299 | 2024-12-20T22:39:04.572Z | Compiling icu_locid_transform v1.5.0 |
1300 | 2024-12-20T22:39:04.707Z | Compiling scrypt v0.11.0 |
1301 | 2024-12-20T22:39:04.785Z | Compiling cbc v0.1.2 |
1302 | 2024-12-20T22:39:04.914Z | Compiling openssl-sys v0.9.103 |
1303 | 2024-12-20T22:39:05.068Z | Compiling aes v0.8.4 |
1304 | 2024-12-20T22:39:05.346Z | Compiling time-macros v0.2.18 |
1305 | 2024-12-20T22:39:06.091Z | Compiling icu_properties v1.5.1 |
1306 | 2024-12-20T22:39:06.342Z | Compiling scroll_derive v0.12.0 |
1307 | 2024-12-20T22:39:07.346Z | Compiling bitflags v2.6.0 |
1308 | 2024-12-20T22:39:07.407Z | Compiling bytes v1.8.0 |
1309 | 2024-12-20T22:39:08.239Z | Compiling indexmap v2.6.0 |
1310 | 2024-12-20T22:39:08.639Z | Compiling tokio v1.40.0 |
1311 | 2024-12-20T22:39:08.702Z | Compiling http v1.1.0 |
1312 | 2024-12-20T22:39:08.723Z | Compiling semver v1.0.23 |
1313 | 2024-12-20T22:39:09.493Z | Compiling rustc_version v0.4.1 |
1314 | 2024-12-20T22:39:09.536Z | Compiling utf8_iter v1.0.4 |
1315 | 2024-12-20T22:39:09.780Z | Compiling atomic-waker v1.1.2 |
1316 | 2024-12-20T22:39:10.014Z | Compiling write16 v1.0.0 |
1317 | 2024-12-20T22:39:10.158Z | Compiling utf16_iter v1.0.5 |
1318 | 2024-12-20T22:39:10.376Z | Compiling icu_normalizer_data v1.5.0 |
1319 | 2024-12-20T22:39:10.380Z | Compiling num_threads v0.1.7 |
1320 | 2024-12-20T22:39:10.478Z | Compiling icu_normalizer v1.5.0 |
1321 | 2024-12-20T22:39:10.524Z | Compiling time v0.3.36 |
1322 | 2024-12-20T22:39:10.863Z | Compiling http-body v1.0.1 |
1323 | 2024-12-20T22:39:11.112Z | Compiling scroll v0.12.0 |
1324 | 2024-12-20T22:39:11.200Z | Compiling pkcs5 v0.7.1 |
1325 | 2024-12-20T22:39:11.300Z | Compiling pest_generator v2.7.14 |
1326 | 2024-12-20T22:39:11.363Z | Compiling form_urlencoded v1.2.1 |
1327 | 2024-12-20T22:39:11.694Z | Compiling try-lock v0.2.5 |
1328 | 2024-12-20T22:39:11.697Z | Compiling slog v2.7.0 |
1329 | 2024-12-20T22:39:11.851Z | Compiling which v4.4.2 |
1330 | 2024-12-20T22:39:12.477Z | Compiling goblin v0.8.2 |
1331 | 2024-12-20T22:39:12.567Z | Compiling pkcs8 v0.10.2 |
1332 | 2024-12-20T22:39:12.589Z | Compiling want v0.3.1 |
1333 | 2024-12-20T22:39:12.887Z | Compiling idna_adapter v1.2.0 |
1334 | 2024-12-20T22:39:13.122Z | Compiling httpdate v1.0.3 |
1335 | 2024-12-20T22:39:13.264Z | Compiling pest_derive v2.7.14 |
1336 | 2024-12-20T22:39:13.286Z | Compiling idna v1.0.3 |
1337 | 2024-12-20T22:39:13.611Z | Compiling toml_datetime v0.6.8 |
1338 | 2024-12-20T22:39:14.081Z | Compiling dtrace-parser v0.2.0 |
1339 | 2024-12-20T22:39:14.154Z | Compiling serde_spanned v0.6.8 |
1340 | 2024-12-20T22:39:14.177Z | Compiling uuid v1.11.0 |
1341 | 2024-12-20T22:39:14.396Z | Compiling serde_tokenstream v0.2.2 |
1342 | 2024-12-20T22:39:15.089Z | Compiling tower-service v0.3.3 |
1343 | 2024-12-20T22:39:15.234Z | Compiling base64 v0.22.1 |
1344 | 2024-12-20T22:39:15.280Z | Compiling match_cfg v0.1.0 |
1345 | 2024-12-20T22:39:15.399Z | Compiling openssl v0.10.66 |
1346 | 2024-12-20T22:39:15.687Z | Compiling adler2 v2.0.0 |
1347 | 2024-12-20T22:39:15.830Z | Compiling iana-time-zone v0.1.61 |
1348 | 2024-12-20T22:39:15.884Z | Compiling rustversion v1.0.17 |
1349 | 2024-12-20T22:39:15.905Z | Compiling foreign-types-shared v0.1.1 |
1350 | 2024-12-20T22:39:16.020Z | Compiling foreign-types v0.3.2 |
1351 | 2024-12-20T22:39:16.022Z | Compiling chrono v0.4.38 |
1352 | 2024-12-20T22:39:16.155Z | Compiling miniz_oxide v0.8.0 |
1353 | 2024-12-20T22:39:16.314Z | Compiling hostname v0.3.1 |
1354 | 2024-12-20T22:39:16.381Z | Compiling url v2.5.3 |
1355 | 2024-12-20T22:39:16.701Z | Compiling async-trait v0.1.83 |
1356 | 2024-12-20T22:39:17.713Z | Compiling tokio-util v0.7.12 |
1357 | 2024-12-20T22:39:17.991Z | Compiling openssl-macros v0.1.1 |
1358 | 2024-12-20T22:39:18.351Z | Compiling dof v0.3.0 |
1359 | 2024-12-20T22:39:18.774Z | Compiling h2 v0.4.6 |
1360 | 2024-12-20T22:39:19.123Z | Compiling usdt-impl v0.5.0 |
1361 | 2024-12-20T22:39:19.511Z | Compiling dirs-sys-next v0.1.2 |
1362 | 2024-12-20T22:39:19.837Z | Compiling rustls v0.22.4 |
1363 | 2024-12-20T22:39:20.108Z | Compiling siphasher v0.3.11 |
1364 | 2024-12-20T22:39:20.199Z | Compiling data-encoding v2.6.0 |
1365 | 2024-12-20T22:39:20.499Z | Compiling native-tls v0.2.12 |
1366 | 2024-12-20T22:39:20.544Z | Compiling rustls v0.23.19 |
1367 | 2024-12-20T22:39:20.792Z | Compiling syn v1.0.109 |
1368 | 2024-12-20T22:39:20.862Z | Compiling dirs-next v2.0.0 |
1369 | 2024-12-20T22:39:21.510Z | Compiling http-body-util v0.1.2 |
1370 | 2024-12-20T22:39:22.056Z | Compiling heapless v0.7.17 |
1371 | 2024-12-20T22:39:22.477Z | Compiling crossbeam-epoch v0.9.18 |
1372 | 2024-12-20T22:39:22.525Z | Compiling sha1 v0.10.6 |
1373 | 2024-12-20T22:39:22.688Z | Compiling signature v2.2.0 |
1374 | 2024-12-20T22:39:22.960Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1375 | 2024-12-20T22:39:22.996Z | Compiling serde_derive_internals v0.29.1 |
1376 | 2024-12-20T22:39:23.082Z | Compiling thread_local v1.1.8 |
1377 | 2024-12-20T22:39:23.270Z | Compiling multer v3.1.0 |
1378 | 2024-12-20T22:39:23.474Z | Compiling encoding_rs v0.8.34 |
1379 | 2024-12-20T22:39:23.570Z | Compiling cookie v0.18.1 |
1380 | 2024-12-20T22:39:23.672Z | Compiling openssl-probe v0.1.5 |
1381 | 2024-12-20T22:39:23.865Z | Compiling mime v0.3.17 |
1382 | 2024-12-20T22:39:24.062Z | Compiling ipnet v2.10.1 |
1383 | 2024-12-20T22:39:24.454Z | Compiling schemars v0.8.21 |
1384 | 2024-12-20T22:39:24.525Z | Compiling slog-async v2.8.0 |
1385 | 2024-12-20T22:39:24.827Z | Compiling gimli v0.31.1 |
1386 | 2024-12-20T22:39:25.118Z | Compiling rayon-core v1.12.1 |
1387 | 2024-12-20T22:39:25.397Z | Compiling unicode-properties v0.1.3 |
1388 | 2024-12-20T22:39:25.442Z | Compiling signal-hook v0.3.17 |
1389 | 2024-12-20T22:39:25.811Z | Compiling stringprep v0.1.5 |
1390 | 2024-12-20T22:39:25.843Z | Compiling hyper v1.5.0 |
1391 | 2024-12-20T22:39:25.862Z | Compiling schemars_derive v0.8.21 |
1392 | 2024-12-20T22:39:27.820Z | Compiling toml_edit v0.22.22 |
1393 | 2024-12-20T22:39:29.281Z | Compiling hyper-util v0.1.10 |
1394 | 2024-12-20T22:39:29.581Z | Compiling addr2line v0.24.2 |
1395 | 2024-12-20T22:39:29.756Z | Compiling usdt-attr-macro v0.5.0 |
1396 | 2024-12-20T22:39:29.828Z | Compiling usdt-macro v0.5.0 |
1397 | 2024-12-20T22:39:30.069Z | Compiling crossbeam-deque v0.8.5 |
1398 | 2024-12-20T22:39:30.335Z | Compiling term v0.7.0 |
1399 | 2024-12-20T22:39:30.436Z | Compiling slog-json v2.6.1 |
1400 | 2024-12-20T22:39:30.810Z | Compiling serde_urlencoded v0.7.1 |
1401 | 2024-12-20T22:39:31.317Z | Compiling curve25519-dalek v4.1.3 |
1402 | 2024-12-20T22:39:31.391Z | Compiling crossbeam-channel v0.5.13 |
1403 | 2024-12-20T22:39:31.476Z | Compiling futures-executor v0.3.31 |
1404 | 2024-12-20T22:39:31.852Z | Compiling enum-as-inner v0.6.1 |
1405 | 2024-12-20T22:39:31.950Z | Compiling md-5 v0.10.6 |
1406 | 2024-12-20T22:39:32.064Z | Compiling async-stream-impl v0.3.6 |
1407 | 2024-12-20T22:39:32.223Z | Compiling rustls-pemfile v2.2.0 |
1408 | 2024-12-20T22:39:32.531Z | Compiling num-integer v0.1.46 |
1409 | 2024-12-20T22:39:32.553Z | Compiling idna v0.4.0 |
1410 | 2024-12-20T22:39:32.589Z | Compiling idna v0.3.0 |
1411 | 2024-12-20T22:39:32.950Z | Compiling hash32 v0.2.1 |
1412 | 2024-12-20T22:39:33.324Z | Compiling ff v0.13.0 |
1413 | 2024-12-20T22:39:33.360Z | Compiling is-terminal v0.4.13 |
1414 | 2024-12-20T22:39:33.503Z | Compiling dropshot v0.12.0 |
1415 | 2024-12-20T22:39:33.524Z | Compiling object v0.36.5 |
1416 | 2024-12-20T22:39:33.556Z | Compiling linked-hash-map v0.5.6 |
1417 | 2024-12-20T22:39:33.803Z | Compiling portable-atomic v1.9.0 |
1418 | 2024-12-20T22:39:33.943Z | Compiling rustc-demangle v0.1.24 |
1419 | 2024-12-20T22:39:34.232Z | Compiling quick-error v1.2.3 |
1420 | 2024-12-20T22:39:34.311Z | Compiling psl-types v2.0.11 |
1421 | 2024-12-20T22:39:34.387Z | Compiling take_mut v0.2.2 |
1422 | 2024-12-20T22:39:34.520Z | Compiling smoltcp v0.9.1 |
1423 | 2024-12-20T22:39:34.559Z | Compiling anyhow v1.0.93 |
1424 | 2024-12-20T22:39:34.926Z | Compiling num-bigint-dig v0.8.4 |
1425 | 2024-12-20T22:39:34.987Z | Compiling fallible-iterator v0.2.0 |
1426 | 2024-12-20T22:39:35.204Z | Compiling base16ct v0.2.0 |
1427 | 2024-12-20T22:39:35.227Z | Compiling dyn-clone v1.0.17 |
1428 | 2024-12-20T22:39:35.278Z | Compiling utf-8 v0.7.6 |
1429 | 2024-12-20T22:39:35.452Z | Compiling sec1 v0.7.3 |
1430 | 2024-12-20T22:39:35.544Z | Compiling tungstenite v0.24.0 |
1431 | 2024-12-20T22:39:35.717Z | Compiling postgres-protocol v0.6.7 |
1432 | 2024-12-20T22:39:36.548Z | Compiling publicsuffix v2.2.3 |
1433 | 2024-12-20T22:39:36.811Z | Compiling resolv-conf v0.7.0 |
1434 | 2024-12-20T22:39:37.121Z | Compiling lru-cache v0.1.2 |
1435 | 2024-12-20T22:39:37.399Z | Compiling async-stream v0.3.6 |
1436 | 2024-12-20T22:39:37.640Z | Compiling group v0.13.0 |
1437 | 2024-12-20T22:39:37.717Z | Compiling slog-term v2.9.1 |
1438 | 2024-12-20T22:39:37.759Z | Compiling hickory-proto v0.24.1 |
1439 | 2024-12-20T22:39:37.956Z | Compiling usdt v0.5.0 |
1440 | 2024-12-20T22:39:38.482Z | Compiling num-iter v0.1.45 |
1441 | 2024-12-20T22:39:38.802Z | Compiling futures v0.3.31 |
1442 | 2024-12-20T22:39:38.931Z | Compiling toml v0.8.19 |
1443 | 2024-12-20T22:39:39.040Z | Compiling slog-bunyan v2.5.0 |
1444 | 2024-12-20T22:39:40.630Z | Compiling tokio-native-tls v0.3.1 |
1445 | 2024-12-20T22:39:40.815Z | Compiling backtrace v0.3.74 |
1446 | 2024-12-20T22:39:40.912Z | Compiling camino v1.1.9 |
1447 | 2024-12-20T22:39:41.114Z | Compiling phf_shared v0.11.2 |
1448 | 2024-12-20T22:39:41.548Z | Compiling dropshot_endpoint v0.12.0 |
1449 | 2024-12-20T22:39:41.551Z | Compiling terminal_size v0.4.0 |
1450 | 2024-12-20T22:39:41.686Z | Compiling waitgroup v0.1.2 |
1451 | 2024-12-20T22:39:41.781Z | Compiling openapiv3 v2.0.0 |
1452 | 2024-12-20T22:39:41.925Z | Compiling serde_path_to_error v0.1.16 |
1453 | 2024-12-20T22:39:41.946Z | Compiling hkdf v0.12.4 |
1454 | 2024-12-20T22:39:42.209Z | Compiling crypto-bigint v0.5.5 |
1455 | 2024-12-20T22:39:42.814Z | Compiling curve25519-dalek-derive v0.1.1 |
1456 | 2024-12-20T22:39:44.444Z | Compiling zerocopy-derive v0.6.6 |
1457 | 2024-12-20T22:39:44.640Z | Compiling webpki-roots v0.26.6 |
1458 | 2024-12-20T22:39:44.895Z | Compiling idna v0.5.0 |
1459 | 2024-12-20T22:39:45.241Z | Compiling hubpack_derive v0.1.1 |
1460 | 2024-12-20T22:39:46.186Z | Compiling hostname v0.4.0 |
1461 | 2024-12-20T22:39:46.418Z | Compiling fs-err v2.11.0 |
1462 | 2024-12-20T22:39:46.448Z | Compiling ahash v0.8.11 |
1463 | 2024-12-20T22:39:46.450Z | Compiling crc32fast v1.4.2 |
1464 | 2024-12-20T22:39:46.577Z | Compiling bitflags v1.3.2 |
1465 | 2024-12-20T22:39:46.686Z | Compiling debug-ignore v1.0.5 |
1466 | 2024-12-20T22:39:46.709Z | Compiling managed v0.8.0 |
1467 | 2024-12-20T22:39:46.788Z | Compiling winnow v0.5.40 |
1468 | 2024-12-20T22:39:46.788Z | Compiling console v0.15.8 |
1469 | 2024-12-20T22:39:46.846Z | Compiling clap_builder v4.5.21 |
1470 | 2024-12-20T22:39:46.896Z | Compiling zerocopy v0.6.6 |
1471 | 2024-12-20T22:39:47.779Z | Compiling flate2 v1.0.34 |
1472 | 2024-12-20T22:39:48.576Z | Compiling strum_macros v0.25.3 |
1473 | 2024-12-20T22:39:48.596Z | Compiling hubpack v0.1.2 |
1474 | 2024-12-20T22:39:48.625Z | Compiling cookie_store v0.21.0 |
1475 | 2024-12-20T22:39:48.795Z | Compiling elliptic-curve v0.13.8 |
1476 | 2024-12-20T22:39:49.416Z | Compiling hickory-resolver v0.24.1 |
1477 | 2024-12-20T22:39:50.311Z | Compiling phf v0.11.2 |
1478 | 2024-12-20T22:39:50.630Z | Compiling toml_edit v0.19.15 |
1479 | 2024-12-20T22:39:50.651Z | Compiling signal-hook-mio v0.2.4 |
1480 | 2024-12-20T22:39:50.827Z | Compiling hyper-tls v0.6.0 |
1481 | 2024-12-20T22:39:50.919Z | Compiling rayon v1.10.0 |
1482 | 2024-12-20T22:39:51.269Z | Compiling bzip2 v0.4.4 |
1483 | 2024-12-20T22:39:52.865Z | Compiling tokio-tungstenite v0.24.0 |
1484 | 2024-12-20T22:39:54.821Z | Compiling postgres-types v0.2.8 |
1485 | 2024-12-20T22:39:55.981Z | Compiling ed25519 v2.2.3 |
1486 | 2024-12-20T22:39:56.405Z | Compiling phf_shared v0.10.0 |
1487 | 2024-12-20T22:39:56.435Z | Compiling tokio-stream v0.1.16 |
1488 | 2024-12-20T22:39:56.485Z | Compiling pkcs1 v0.7.5 |
1489 | 2024-12-20T22:39:56.839Z | Compiling serde-big-array v0.5.1 |
1490 | 2024-12-20T22:39:57.099Z | Compiling clap_derive v4.5.18 |
1491 | 2024-12-20T22:39:57.394Z | Compiling rfc6979 v0.4.0 |
1492 | 2024-12-20T22:39:57.519Z | Compiling serde_repr v0.1.19 |
1493 | 2024-12-20T22:39:57.559Z | Compiling derive-where v1.2.7 |
1494 | 2024-12-20T22:39:57.593Z | Compiling float-cmp v0.9.0 |
1495 | 2024-12-20T22:39:57.829Z | Compiling bstr v1.10.0 |
1496 | 2024-12-20T22:39:57.895Z | Compiling sync_wrapper v1.0.1 |
1497 | 2024-12-20T22:39:58.068Z | Compiling whoami v1.5.2 |
1498 | 2024-12-20T22:39:58.744Z | Compiling static_assertions v1.1.0 |
1499 | 2024-12-20T22:39:58.766Z | Compiling normalize-line-endings v0.3.0 |
1500 | 2024-12-20T22:39:58.846Z | Compiling predicates-core v1.0.8 |
1501 | 2024-12-20T22:39:58.898Z | Compiling new_debug_unreachable v1.0.6 |
1502 | 2024-12-20T22:39:58.947Z | Compiling bit-vec v0.6.3 |
1503 | 2024-12-20T22:39:59.001Z | Compiling precomputed-hash v0.1.1 |
1504 | 2024-12-20T22:39:59.133Z | Compiling unicode-width v0.2.0 |
1505 | 2024-12-20T22:39:59.235Z | Compiling difflib v0.4.0 |
1506 | 2024-12-20T22:39:59.452Z | Compiling number_prefix v0.4.0 |
1507 | 2024-12-20T22:39:59.691Z | Compiling unicode-segmentation v1.12.0 |
1508 | 2024-12-20T22:39:59.694Z | Compiling fixedbitset v0.4.2 |
1509 | 2024-12-20T22:39:59.694Z | Compiling predicates v3.1.2 |
1510 | 2024-12-20T22:40:00.558Z | Compiling petgraph v0.6.5 |
1511 | 2024-12-20T22:40:00.590Z | Compiling similar v2.6.0 |
1512 | 2024-12-20T22:40:01.019Z | Compiling indicatif v0.17.9 |
1513 | 2024-12-20T22:40:01.228Z | Compiling bit-set v0.5.3 |
1514 | 2024-12-20T22:40:01.541Z | Compiling string_cache v0.8.7 |
1515 | 2024-12-20T22:40:01.561Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1516 | 2024-12-20T22:40:01.997Z | Compiling tokio-postgres v0.7.12 |
1517 | 2024-12-20T22:40:02.256Z | Compiling clap v4.5.21 |
1518 | 2024-12-20T22:40:02.394Z | Compiling ecdsa v0.16.9 |
1519 | 2024-12-20T22:40:03.050Z | Compiling rsa v0.9.6 |
1520 | 2024-12-20T22:40:03.260Z | Compiling ed25519-dalek v2.1.1 |
1521 | 2024-12-20T22:40:03.316Z | Compiling toml v0.7.8 |
1522 | 2024-12-20T22:40:04.628Z | Compiling zip v0.6.6 |
1523 | 2024-12-20T22:40:04.892Z | Compiling crossterm v0.28.1 |
1524 | 2024-12-20T22:40:06.204Z | Compiling hex v0.4.3 |
1525 | 2024-12-20T22:40:06.528Z | Compiling x509-cert v0.2.5 |
1526 | 2024-12-20T22:40:06.770Z | Compiling unicode-xid v0.2.6 |
1527 | 2024-12-20T22:40:06.861Z | Compiling lalrpop-util v0.19.12 |
1528 | 2024-12-20T22:40:06.957Z | Compiling peg-runtime v0.8.3 |
1529 | 2024-12-20T22:40:07.262Z | Compiling strum_macros v0.26.4 |
1530 | 2024-12-20T22:40:07.703Z | Compiling xattr v1.3.1 |
1531 | 2024-12-20T22:40:07.986Z | Compiling filetime v0.2.25 |
1532 | 2024-12-20T22:40:08.315Z | Compiling tar v0.4.42 |
1533 | 2024-12-20T22:40:12.299Z | Compiling strum v0.26.3 |
1534 | 2024-12-20T22:40:16.043Z | Compiling aws-lc-sys v0.22.0 |
1535 | 2024-12-20T22:40:48.496Z | Compiling rustls-webpki v0.102.8 |
1536 | 2024-12-20T22:40:52.116Z | Compiling tokio-rustls v0.25.0 |
1537 | 2024-12-20T22:40:53.846Z | Compiling tokio-rustls v0.26.0 |
1538 | 2024-12-20T22:40:54.235Z | Compiling hyper-rustls v0.27.3 |
1539 | 2024-12-20T22:40:54.599Z | Compiling reqwest v0.12.9 |
1540 | 2024-12-20T22:40:55.844Z | Compiling qorb v0.2.1 |
1541 | 2024-12-20T22:41:00.783Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1542 | 2024-12-20T22:41:01.046Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1543 | 2024-12-20T22:41:07.236Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 34s |
1544 | 2024-12-20T22:41:07.544Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1545 | 2024-12-20T22:41:07.544Z | Dec 20 22:41:06.653 INFO Starting download, target: Clickhouse |
1546 | 2024-12-20T22:41:07.545Z | Dec 20 22:41:06.653 INFO Starting download, target: Console |
1547 | 2024-12-20T22:41:07.545Z | Dec 20 22:41:06.653 INFO Starting download, target: DendriteOpenapi |
1548 | 2024-12-20T22:41:07.545Z | Dec 20 22:41:06.653 INFO Starting download, target: Cockroach |
1549 | 2024-12-20T22:41:07.545Z | Dec 20 22:41:06.653 INFO Starting download, target: DendriteStub |
1550 | 2024-12-20T22:41:07.545Z | Dec 20 22:41:06.653 INFO Starting download, target: MaghemiteMgd |
1551 | 2024-12-20T22:41:07.545Z | Dec 20 22:41:06.653 INFO Starting download, target: TransceiverControl |
1552 | 2024-12-20T22:41:07.545Z | Dec 20 22:41:06.654 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1553 | 2024-12-20T22:41:07.545Z | Dec 20 22:41:06.654 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1554 | 2024-12-20T22:41:07.545Z | Dec 20 22:41:06.654 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1555 | 2024-12-20T22:41:07.545Z | Dec 20 22:41:06.654 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1556 | 2024-12-20T22:41:07.545Z | Dec 20 22:41:06.654 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1557 | 2024-12-20T22:41:07.546Z | Dec 20 22:41:06.654 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1558 | 2024-12-20T22:41:07.546Z | Dec 20 22:41:06.655 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1559 | 2024-12-20T22:41:08.014Z | Dec 20 22:41:07.123 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1560 | 2024-12-20T22:41:08.268Z | Dec 20 22:41:07.399 INFO Download complete, target: Console |
1561 | 2024-12-20T22:41:09.274Z | Dec 20 22:41:08.298 INFO Download complete, target: DendriteOpenapi |
1562 | 2024-12-20T22:41:09.530Z | Dec 20 22:41:08.524 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1563 | 2024-12-20T22:41:09.531Z | Dec 20 22:41:08.612 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1564 | 2024-12-20T22:41:09.909Z | Dec 20 22:41:09.169 INFO Download complete, target: TransceiverControl |
1565 | 2024-12-20T22:41:10.462Z | Dec 20 22:41:09.635 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1566 | 2024-12-20T22:41:10.946Z | Dec 20 22:41:10.244 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1567 | 2024-12-20T22:41:11.854Z | Dec 20 22:41:11.206 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1568 | 2024-12-20T22:41:11.854Z | Dec 20 22:41:11.206 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1569 | 2024-12-20T22:41:13.242Z | Dec 20 22:41:12.594 INFO Download complete, target: DendriteStub |
1570 | 2024-12-20T22:41:13.982Z | Dec 20 22:41:13.314 INFO Download complete, target: MaghemiteMgd |
1571 | 2024-12-20T22:41:19.513Z | Dec 20 22:41:18.864 INFO Checking that binary works, target: Cockroach |
1572 | 2024-12-20T22:41:19.685Z | Dec 20 22:41:19.026 INFO Download complete, target: Cockroach |
1573 | 2024-12-20T22:41:22.309Z | Dec 20 22:41:21.660 INFO Checking that binary works, target: Clickhouse |
1574 | 2024-12-20T22:41:22.694Z | Dec 20 22:41:22.043 INFO Download complete, target: Clickhouse |
1575 | 2024-12-20T22:41:22.720Z | All prerequisites installed successfully |
1576 | 2024-12-20T22:41:22.720Z | |
1577 | 2024-12-20T22:41:22.720Z | real 8:18.841845389 |
1578 | 2024-12-20T22:41:22.720Z | user 16:52.728206861 |
1579 | 2024-12-20T22:41:22.720Z | sys 3:22.799994056 |
1580 | 2024-12-20T22:41:22.720Z | trap 0.576479149 |
1581 | 2024-12-20T22:41:22.720Z | tflt 4.944025977 |
1582 | 2024-12-20T22:41:22.720Z | dflt 4.447167783 |
1583 | 2024-12-20T22:41:22.721Z | kflt 0.190738679 |
1584 | 2024-12-20T22:41:22.721Z | lock 30:35.421583316 |
1585 | 2024-12-20T22:41:22.721Z | slp 1:10:05.392096573 |
1586 | 2024-12-20T22:41:22.721Z | lat 55.023811330 |
1587 | 2024-12-20T22:41:22.721Z | stop 2:17.566395827 |
1588 | 2024-12-20T22:41:22.721Z | + ptime -m cargo xtask download softnpu |
1589 | 2024-12-20T22:41:23.228Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1590 | 2024-12-20T22:41:23.245Z | Running `target/debug/xtask download softnpu` |
1591 | 2024-12-20T22:41:24.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
1592 | 2024-12-20T22:41:24.235Z | Running `target/debug/xtask-downloader softnpu` |
1593 | 2024-12-20T22:41:24.276Z | Dec 20 22:41:23.627 INFO Starting download, target: Softnpu |
1594 | 2024-12-20T22:41:24.279Z | Dec 20 22:41:23.627 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1595 | 2024-12-20T22:41:24.753Z | Dec 20 22:41:24.103 INFO Download complete, target: Softnpu |
1596 | 2024-12-20T22:41:24.756Z | |
1597 | 2024-12-20T22:41:24.769Z | real 2.049466964 |
1598 | 2024-12-20T22:41:24.770Z | user 1.346366327 |
1599 | 2024-12-20T22:41:24.770Z | sys 0.582316018 |
1600 | 2024-12-20T22:41:24.770Z | trap 0.001406209 |
1601 | 2024-12-20T22:41:24.770Z | tflt 0.000013278 |
1602 | 2024-12-20T22:41:24.770Z | dflt 0.000000000 |
1603 | 2024-12-20T22:41:24.770Z | kflt 0.000000000 |
1604 | 2024-12-20T22:41:24.770Z | lock 4.842690487 |
1605 | 2024-12-20T22:41:24.770Z | slp 0.337806381 |
1606 | 2024-12-20T22:41:24.770Z | lat 0.078072351 |
1607 | 2024-12-20T22:41:24.770Z | stop 0.000203310 |
1608 | 2024-12-20T22:41:24.770Z | + export CARGO_INCREMENTAL=0 |
1609 | 2024-12-20T22:41:24.770Z | + CARGO_INCREMENTAL=0 |
1610 | 2024-12-20T22:41:24.770Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1611 | 2024-12-20T22:41:25.833Z | Compiling proc-macro2 v1.0.89 |
1612 | 2024-12-20T22:41:25.833Z | Compiling unicode-ident v1.0.13 |
1613 | 2024-12-20T22:41:25.834Z | Compiling libc v0.2.162 |
1614 | 2024-12-20T22:41:25.866Z | Compiling serde v1.0.215 |
1615 | 2024-12-20T22:41:25.866Z | Compiling autocfg v1.4.0 |
1616 | 2024-12-20T22:41:25.866Z | Compiling version_check v0.9.5 |
1617 | 2024-12-20T22:41:25.866Z | Compiling cfg-if v1.0.0 |
1618 | 2024-12-20T22:41:26.063Z | Compiling memchr v2.7.4 |
1619 | 2024-12-20T22:41:26.094Z | Compiling typenum v1.17.0 |
1620 | 2024-12-20T22:41:26.103Z | Compiling shlex v1.3.0 |
1621 | 2024-12-20T22:41:26.564Z | Compiling value-bag v1.9.0 |
1622 | 2024-12-20T22:41:26.617Z | Compiling generic-array v0.14.7 |
1623 | 2024-12-20T22:41:26.795Z | Compiling lock_api v0.4.12 |
1624 | 2024-12-20T22:41:26.888Z | Compiling scopeguard v1.2.0 |
1625 | 2024-12-20T22:41:27.045Z | Compiling log v0.4.22 |
1626 | 2024-12-20T22:41:27.125Z | Compiling parking_lot_core v0.9.10 |
1627 | 2024-12-20T22:41:27.477Z | Compiling serde_json v1.0.132 |
1628 | 2024-12-20T22:41:27.516Z | Compiling once_cell v1.20.2 |
1629 | 2024-12-20T22:41:27.711Z | Compiling quote v1.0.37 |
1630 | 2024-12-20T22:41:27.787Z | Compiling rustix v0.38.37 |
1631 | 2024-12-20T22:41:27.875Z | Compiling jobserver v0.1.32 |
1632 | 2024-12-20T22:41:27.907Z | Compiling getrandom v0.2.15 |
1633 | 2024-12-20T22:41:28.110Z | Compiling syn v2.0.87 |
1634 | 2024-12-20T22:41:28.335Z | Compiling cc v1.1.30 |
1635 | 2024-12-20T22:41:28.356Z | Compiling libm v0.2.8 |
1636 | 2024-12-20T22:41:28.454Z | Compiling thiserror v1.0.69 |
1637 | 2024-12-20T22:41:28.516Z | Compiling aho-corasick v1.1.3 |
1638 | 2024-12-20T22:41:28.612Z | Compiling regex-syntax v0.8.5 |
1639 | 2024-12-20T22:41:28.683Z | Compiling num-traits v0.2.19 |
1640 | 2024-12-20T22:41:28.708Z | Compiling either v1.13.0 |
1641 | 2024-12-20T22:41:28.985Z | Compiling itoa v1.0.11 |
1642 | 2024-12-20T22:41:29.004Z | Compiling spin v0.9.8 |
1643 | 2024-12-20T22:41:29.211Z | Compiling slab v0.4.9 |
1644 | 2024-12-20T22:41:29.495Z | Compiling byteorder v1.5.0 |
1645 | 2024-12-20T22:41:29.775Z | Compiling errno v0.3.9 |
1646 | 2024-12-20T22:41:29.949Z | Compiling rand_core v0.6.4 |
1647 | 2024-12-20T22:41:30.013Z | Compiling lazy_static v1.5.0 |
1648 | 2024-12-20T22:41:30.131Z | Compiling glob v0.3.1 |
1649 | 2024-12-20T22:41:31.030Z | Compiling prettyplease v0.2.25 |
1650 | 2024-12-20T22:41:31.053Z | Compiling clang-sys v1.8.1 |
1651 | 2024-12-20T22:41:31.275Z | Compiling minimal-lexical v0.2.1 |
1652 | 2024-12-20T22:41:31.390Z | Compiling libloading v0.8.5 |
1653 | 2024-12-20T22:41:31.632Z | Compiling subtle v2.6.1 |
1654 | 2024-12-20T22:41:31.751Z | Compiling nom v7.1.3 |
1655 | 2024-12-20T22:41:31.773Z | Compiling bindgen v0.69.5 |
1656 | 2024-12-20T22:41:31.973Z | Compiling home v0.5.9 |
1657 | 2024-12-20T22:41:32.200Z | Compiling allocator-api2 v0.2.18 |
1658 | 2024-12-20T22:41:32.288Z | Compiling itertools v0.10.5 |
1659 | 2024-12-20T22:41:32.413Z | Compiling regex-automata v0.4.8 |
1660 | 2024-12-20T22:41:32.938Z | Compiling rustc-hash v1.1.0 |
1661 | 2024-12-20T22:41:33.027Z | Compiling smallvec v1.13.2 |
1662 | 2024-12-20T22:41:33.105Z | Compiling lazycell v1.3.0 |
1663 | 2024-12-20T22:41:33.280Z | Compiling semver v1.0.23 |
1664 | 2024-12-20T22:41:33.565Z | Compiling cmake v0.1.51 |
1665 | 2024-12-20T22:41:33.967Z | Compiling fs_extra v1.3.0 |
1666 | 2024-12-20T22:41:34.491Z | Compiling dunce v1.0.5 |
1667 | 2024-12-20T22:41:35.151Z | Compiling cexpr v0.6.0 |
1668 | 2024-12-20T22:41:35.174Z | Compiling pkg-config v0.3.31 |
1669 | 2024-12-20T22:41:35.176Z | Compiling ring v0.17.8 |
1670 | 2024-12-20T22:41:35.433Z | Compiling ryu v1.0.18 |
1671 | 2024-12-20T22:41:35.735Z | Compiling pin-project-lite v0.2.14 |
1672 | 2024-12-20T22:41:36.346Z | Compiling const-oid v0.9.6 |
1673 | 2024-12-20T22:41:36.425Z | Compiling synstructure v0.13.1 |
1674 | 2024-12-20T22:41:36.425Z | Compiling fnv v1.0.7 |
1675 | 2024-12-20T22:41:36.490Z | Compiling paste v1.0.15 |
1676 | 2024-12-20T22:41:37.453Z | Compiling httparse v1.9.5 |
1677 | 2024-12-20T22:41:37.549Z | Compiling foldhash v0.1.3 |
1678 | 2024-12-20T22:41:37.550Z | Compiling aws-lc-rs v1.10.0 |
1679 | 2024-12-20T22:41:37.550Z | Compiling equivalent v1.0.1 |
1680 | 2024-12-20T22:41:37.628Z | Compiling hashbrown v0.15.1 |
1681 | 2024-12-20T22:41:37.839Z | Compiling heck v0.5.0 |
1682 | 2024-12-20T22:41:38.363Z | Compiling regex v1.11.1 |
1683 | 2024-12-20T22:41:38.428Z | Compiling schemars v0.8.21 |
1684 | 2024-12-20T22:41:38.788Z | Compiling serde_derive_internals v0.29.1 |
1685 | 2024-12-20T22:41:38.999Z | Compiling signal-hook-registry v1.4.2 |
1686 | 2024-12-20T22:41:39.039Z | Compiling mio v1.0.2 |
1687 | 2024-12-20T22:41:39.390Z | Compiling parking_lot v0.12.3 |
1688 | 2024-12-20T22:41:41.093Z | Compiling stable_deref_trait v1.2.0 |
1689 | 2024-12-20T22:41:41.198Z | Compiling crossbeam-utils v0.8.20 |
1690 | 2024-12-20T22:41:45.474Z | Compiling socket2 v0.5.7 |
1691 | 2024-12-20T22:41:45.547Z | Compiling num-conv v0.1.0 |
1692 | 2024-12-20T22:41:45.547Z | Compiling serde_derive v1.0.215 |
1693 | 2024-12-20T22:41:45.547Z | Compiling zeroize_derive v1.4.2 |
1694 | 2024-12-20T22:41:45.547Z | Compiling zerocopy-derive v0.7.35 |
1695 | 2024-12-20T22:41:45.548Z | Compiling thiserror-impl v1.0.69 |
1696 | 2024-12-20T22:41:45.548Z | Compiling tokio-macros v2.4.0 |
1697 | 2024-12-20T22:41:45.548Z | Compiling zerofrom-derive v0.1.4 |
1698 | 2024-12-20T22:41:45.548Z | Compiling zeroize v1.8.1 |
1699 | 2024-12-20T22:41:45.548Z | Compiling yoke-derive v0.7.4 |
1700 | 2024-12-20T22:41:45.548Z | Compiling futures-macro v0.3.31 |
1701 | 2024-12-20T22:41:45.548Z | Compiling zerovec-derive v0.10.3 |
1702 | 2024-12-20T22:41:45.548Z | Compiling zerocopy v0.7.35 |
1703 | 2024-12-20T22:41:45.548Z | Compiling displaydoc v0.2.5 |
1704 | 2024-12-20T22:41:45.548Z | Compiling crypto-common v0.1.6 |
1705 | 2024-12-20T22:41:45.804Z | Compiling tracing-attributes v0.1.27 |
1706 | 2024-12-20T22:41:46.002Z | Compiling icu_provider_macros v1.5.0 |
1707 | 2024-12-20T22:41:46.242Z | Compiling block-buffer v0.10.4 |
1708 | 2024-12-20T22:41:46.259Z | Compiling schemars_derive v0.8.21 |
1709 | 2024-12-20T22:41:46.486Z | Compiling digest v0.10.7 |
1710 | 2024-12-20T22:41:46.818Z | Compiling der_derive v0.7.3 |
1711 | 2024-12-20T22:41:46.917Z | Compiling time-core v0.1.2 |
1712 | 2024-12-20T22:41:47.052Z | Compiling futures-core v0.3.31 |
1713 | 2024-12-20T22:41:47.106Z | Compiling time-macros v0.2.18 |
1714 | 2024-12-20T22:41:48.015Z | Compiling vcpkg v0.2.15 |
1715 | 2024-12-20T22:41:49.663Z | Compiling openssl-sys v0.9.103 |
1716 | 2024-12-20T22:41:50.131Z | Compiling cpufeatures v0.2.14 |
1717 | 2024-12-20T22:41:50.238Z | Compiling futures-sink v0.3.31 |
1718 | 2024-12-20T22:41:50.362Z | Compiling slog v2.7.0 |
1719 | 2024-12-20T22:41:50.570Z | Compiling ahash v0.8.11 |
1720 | 2024-12-20T22:41:50.633Z | Compiling syn v1.0.109 |
1721 | 2024-12-20T22:41:51.055Z | Compiling zerofrom v0.1.4 |
1722 | 2024-12-20T22:41:51.312Z | Compiling scroll_derive v0.12.0 |
1723 | 2024-12-20T22:41:51.371Z | Compiling iana-time-zone v0.1.61 |
1724 | 2024-12-20T22:41:51.411Z | Compiling ucd-trie v0.1.7 |
1725 | 2024-12-20T22:41:51.958Z | Compiling pest v2.7.14 |
1726 | 2024-12-20T22:41:52.097Z | Compiling yoke v0.7.4 |
1727 | 2024-12-20T22:41:52.120Z | Compiling futures-channel v0.3.31 |
1728 | 2024-12-20T22:41:52.573Z | Compiling hmac v0.12.1 |
1729 | 2024-12-20T22:41:52.801Z | Compiling openssl v0.10.66 |
1730 | 2024-12-20T22:41:52.933Z | Compiling pin-utils v0.1.0 |
1731 | 2024-12-20T22:41:52.953Z | Compiling futures-io v0.3.31 |
1732 | 2024-12-20T22:41:53.030Z | Compiling futures-task v0.3.31 |
1733 | 2024-12-20T22:41:53.502Z | Compiling futures-util v0.3.31 |
1734 | 2024-12-20T22:41:53.526Z | Compiling zerovec v0.10.4 |
1735 | 2024-12-20T22:41:53.848Z | Compiling block-padding v0.3.3 |
1736 | 2024-12-20T22:41:54.463Z | Compiling tinyvec_macros v0.1.1 |
1737 | 2024-12-20T22:41:54.559Z | Compiling pest_meta v2.7.14 |
1738 | 2024-12-20T22:41:55.075Z | Compiling bitflags v2.6.0 |
1739 | 2024-12-20T22:41:55.382Z | Compiling bytes v1.8.0 |
1740 | 2024-12-20T22:41:57.351Z | Compiling indexmap v2.6.0 |
1741 | 2024-12-20T22:41:58.806Z | Compiling tokio v1.40.0 |
1742 | 2024-12-20T22:41:58.976Z | Compiling serde_tokenstream v0.2.2 |
1743 | 2024-12-20T22:41:59.567Z | Compiling http v1.1.0 |
1744 | 2024-12-20T22:41:59.994Z | Compiling which v4.4.2 |
1745 | 2024-12-20T22:42:00.695Z | Compiling uuid v1.11.0 |
1746 | 2024-12-20T22:42:00.967Z | Compiling rustc_version v0.4.1 |
1747 | 2024-12-20T22:42:01.640Z | Compiling chrono v0.4.38 |
1748 | 2024-12-20T22:42:03.805Z | Compiling pest_generator v2.7.14 |
1749 | 2024-12-20T22:42:04.611Z | Compiling serde_spanned v0.6.8 |
1750 | 2024-12-20T22:42:04.832Z | Compiling toml_datetime v0.6.8 |
1751 | 2024-12-20T22:42:05.315Z | Compiling tinyvec v1.8.0 |
1752 | 2024-12-20T22:42:05.623Z | Compiling inout v0.1.3 |
1753 | 2024-12-20T22:42:06.911Z | Compiling openssl-macros v0.1.1 |
1754 | 2024-12-20T22:42:07.635Z | Compiling rustls v0.23.19 |
1755 | 2024-12-20T22:42:07.667Z | Compiling strsim v0.11.1 |
1756 | 2024-12-20T22:42:07.930Z | Compiling native-tls v0.2.12 |
1757 | 2024-12-20T22:42:08.260Z | Compiling unicode-normalization v0.1.24 |
1758 | 2024-12-20T22:42:08.482Z | Compiling cipher v0.4.4 |
1759 | 2024-12-20T22:42:08.991Z | Compiling pest_derive v2.7.14 |
1760 | 2024-12-20T22:42:09.047Z | Compiling tinystr v0.7.6 |
1761 | 2024-12-20T22:42:09.401Z | Compiling sha2 v0.10.8 |
1762 | 2024-12-20T22:42:09.505Z | Compiling tracing-core v0.1.32 |
1763 | 2024-12-20T22:42:09.739Z | Compiling usdt-impl v0.5.0 |
1764 | 2024-12-20T22:42:09.950Z | Compiling unicode-bidi v0.3.17 |
1765 | 2024-12-20T22:42:10.079Z | Compiling writeable v0.5.5 |
1766 | 2024-12-20T22:42:10.166Z | Compiling base64ct v1.6.0 |
1767 | 2024-12-20T22:42:10.270Z | Compiling dyn-clone v1.0.17 |
1768 | 2024-12-20T22:42:10.497Z | Compiling litemap v0.7.3 |
1769 | 2024-12-20T22:42:10.770Z | Compiling pem-rfc7468 v0.7.0 |
1770 | 2024-12-20T22:42:10.920Z | Compiling icu_locid v1.5.0 |
1771 | 2024-12-20T22:42:11.229Z | Compiling tracing v0.1.40 |
1772 | 2024-12-20T22:42:12.104Z | Compiling scroll v0.12.0 |
1773 | 2024-12-20T22:42:12.336Z | Compiling ppv-lite86 v0.2.20 |
1774 | 2024-12-20T22:42:12.517Z | Compiling async-trait v0.1.83 |
1775 | 2024-12-20T22:42:13.009Z | Compiling cookie v0.18.1 |
1776 | 2024-12-20T22:42:13.307Z | Compiling camino v1.1.9 |
1777 | 2024-12-20T22:42:13.885Z | Compiling plain v0.2.3 |
1778 | 2024-12-20T22:42:14.054Z | Compiling anyhow v1.0.93 |
1779 | 2024-12-20T22:42:14.476Z | Compiling aws-lc-sys v0.22.0 |
1780 | 2024-12-20T22:42:14.784Z | Compiling flagset v0.4.6 |
1781 | 2024-12-20T22:42:15.364Z | Compiling der v0.7.9 |
1782 | 2024-12-20T22:42:18.481Z | Compiling goblin v0.8.2 |
1783 | 2024-12-20T22:42:19.499Z | Compiling rand_chacha v0.3.1 |
1784 | 2024-12-20T22:42:20.908Z | Compiling icu_provider v1.5.0 |
1785 | 2024-12-20T22:42:21.911Z | Compiling rustls-pki-types v1.10.0 |
1786 | 2024-12-20T22:42:22.684Z | Compiling rayon-core v1.12.1 |
1787 | 2024-12-20T22:42:23.199Z | Compiling icu_locid_transform_data v1.5.0 |
1788 | 2024-12-20T22:42:23.305Z | Compiling percent-encoding v2.3.1 |
1789 | 2024-12-20T22:42:23.646Z | Compiling untrusted v0.7.1 |
1790 | 2024-12-20T22:42:23.667Z | Compiling rustls v0.22.4 |
1791 | 2024-12-20T22:42:23.928Z | Compiling pretty-hex v0.4.1 |
1792 | 2024-12-20T22:42:24.001Z | Compiling icu_locid_transform v1.5.0 |
1793 | 2024-12-20T22:42:24.156Z | Compiling dof v0.3.0 |
1794 | 2024-12-20T22:42:25.732Z | Compiling rand v0.8.5 |
1795 | 2024-12-20T22:42:25.789Z | Compiling spki v0.7.3 |
1796 | 2024-12-20T22:42:26.044Z | Compiling dtrace-parser v0.2.0 |
1797 | 2024-12-20T22:42:26.163Z | Compiling salsa20 v0.10.2 |
1798 | 2024-12-20T22:42:26.249Z | Compiling tokio-util v0.7.12 |
1799 | 2024-12-20T22:42:27.397Z | Compiling icu_collections v1.5.0 |
1800 | 2024-12-20T22:42:27.529Z | Compiling pbkdf2 v0.12.2 |
1801 | 2024-12-20T22:42:27.789Z | Compiling thread-id v4.2.2 |
1802 | 2024-12-20T22:42:27.936Z | Compiling winnow v0.5.40 |
1803 | 2024-12-20T22:42:27.998Z | Compiling untrusted v0.9.0 |
1804 | 2024-12-20T22:42:28.083Z | Compiling powerfmt v0.2.0 |
1805 | 2024-12-20T22:42:28.445Z | Compiling mirai-annotations v1.12.0 |
1806 | 2024-12-20T22:42:28.614Z | Compiling icu_properties_data v1.5.0 |
1807 | 2024-12-20T22:42:28.831Z | Compiling deranged v0.3.11 |
1808 | 2024-12-20T22:42:28.851Z | Compiling icu_properties v1.5.1 |
1809 | 2024-12-20T22:42:31.994Z | Compiling toml_edit v0.19.15 |
1810 | 2024-12-20T22:42:34.365Z | Compiling scrypt v0.11.0 |
1811 | 2024-12-20T22:42:34.443Z | Compiling aes v0.8.4 |
1812 | 2024-12-20T22:42:34.691Z | Compiling cbc v0.1.2 |
1813 | 2024-12-20T22:42:34.873Z | Compiling multer v3.1.0 |
1814 | 2024-12-20T22:42:34.916Z | Compiling utf8_iter v1.0.4 |
1815 | 2024-12-20T22:42:35.186Z | Compiling rustversion v1.0.17 |
1816 | 2024-12-20T22:42:35.447Z | Compiling atomic-waker v1.1.2 |
1817 | 2024-12-20T22:42:35.650Z | Compiling utf16_iter v1.0.5 |
1818 | 2024-12-20T22:42:35.792Z | Compiling write16 v1.0.0 |
1819 | 2024-12-20T22:42:35.904Z | Compiling slog-async v2.8.0 |
1820 | 2024-12-20T22:42:35.926Z | Compiling num_threads v0.1.7 |
1821 | 2024-12-20T22:42:36.060Z | Compiling icu_normalizer_data v1.5.0 |
1822 | 2024-12-20T22:42:36.225Z | Compiling icu_normalizer v1.5.0 |
1823 | 2024-12-20T22:42:36.300Z | Compiling time v0.3.36 |
1824 | 2024-12-20T22:42:37.669Z | Compiling pkcs5 v0.7.1 |
1825 | 2024-12-20T22:42:38.818Z | Compiling form_urlencoded v1.2.1 |
1826 | 2024-12-20T22:42:39.328Z | Compiling http-body v1.0.1 |
1827 | 2024-12-20T22:42:39.354Z | Compiling heapless v0.7.17 |
1828 | 2024-12-20T22:42:39.956Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1829 | 2024-12-20T22:42:40.805Z | Compiling signal-hook v0.3.17 |
1830 | 2024-12-20T22:42:40.952Z | Compiling try-lock v0.2.5 |
1831 | 2024-12-20T22:42:41.333Z | Compiling want v0.3.1 |
1832 | 2024-12-20T22:42:43.007Z | Compiling pkcs8 v0.10.2 |
1833 | 2024-12-20T22:42:43.676Z | Compiling idna_adapter v1.2.0 |
1834 | 2024-12-20T22:42:43.911Z | Compiling h2 v0.4.6 |
1835 | 2024-12-20T22:42:44.471Z | Compiling usdt-macro v0.5.0 |
1836 | 2024-12-20T22:42:45.804Z | Compiling usdt-attr-macro v0.5.0 |
1837 | 2024-12-20T22:42:46.608Z | Compiling async-stream-impl v0.3.6 |
1838 | 2024-12-20T22:42:47.092Z | Compiling adler2 v2.0.0 |
1839 | 2024-12-20T22:42:47.375Z | Compiling httpdate v1.0.3 |
1840 | 2024-12-20T22:42:48.013Z | Compiling miniz_oxide v0.8.0 |
1841 | 2024-12-20T22:42:48.921Z | Compiling idna v1.0.3 |
1842 | 2024-12-20T22:42:50.641Z | Compiling curve25519-dalek v4.1.3 |
1843 | 2024-12-20T22:42:51.039Z | Compiling openapiv3 v2.0.0 |
1844 | 2024-12-20T22:42:51.313Z | Compiling enum-as-inner v0.6.1 |
1845 | 2024-12-20T22:42:51.585Z | Compiling hyper v1.5.0 |
1846 | 2024-12-20T22:42:54.630Z | Compiling dropshot v0.12.0 |
1847 | 2024-12-20T22:42:54.931Z | Compiling match_cfg v0.1.0 |
1848 | 2024-12-20T22:42:55.039Z | Compiling base64 v0.22.1 |
1849 | 2024-12-20T22:42:55.413Z | Compiling num-bigint-dig v0.8.4 |
1850 | 2024-12-20T22:42:55.448Z | Compiling foreign-types-shared v0.1.1 |
1851 | 2024-12-20T22:42:55.559Z | Compiling portable-atomic v1.9.0 |
1852 | 2024-12-20T22:42:55.691Z | Compiling smoltcp v0.9.1 |
1853 | 2024-12-20T22:42:56.020Z | Compiling tower-service v0.3.3 |
1854 | 2024-12-20T22:42:56.277Z | Compiling hyper-util v0.1.10 |
1855 | 2024-12-20T22:42:56.441Z | Compiling foreign-types v0.3.2 |
1856 | 2024-12-20T22:42:56.541Z | Compiling hostname v0.3.1 |
1857 | 2024-12-20T22:42:59.889Z | Compiling url v2.5.3 |
1858 | 2024-12-20T22:43:03.542Z | Compiling dirs-sys-next v0.1.2 |
1859 | 2024-12-20T22:43:03.896Z | Compiling siphasher v0.3.11 |
1860 | 2024-12-20T22:43:04.059Z | Compiling data-encoding v2.6.0 |
1861 | 2024-12-20T22:43:04.399Z | Compiling heck v0.4.1 |
1862 | 2024-12-20T22:43:04.487Z | Compiling gimli v0.31.1 |
1863 | 2024-12-20T22:43:04.644Z | Compiling ident_case v1.0.1 |
1864 | 2024-12-20T22:43:04.822Z | Compiling darling_core v0.20.10 |
1865 | 2024-12-20T22:43:04.947Z | Compiling dirs-next v2.0.0 |
1866 | 2024-12-20T22:43:07.818Z | Compiling http-body-util v0.1.2 |
1867 | 2024-12-20T22:43:11.153Z | Compiling addr2line v0.24.2 |
1868 | 2024-12-20T22:43:11.544Z | Compiling crossbeam-epoch v0.9.18 |
1869 | 2024-12-20T22:43:11.619Z | Compiling hubpack_derive v0.1.1 |
1870 | 2024-12-20T22:43:11.758Z | Compiling dropshot_endpoint v0.12.0 |
1871 | 2024-12-20T22:43:12.124Z | Compiling sha1 v0.10.6 |
1872 | 2024-12-20T22:43:12.266Z | Compiling signature v2.2.0 |
1873 | 2024-12-20T22:43:12.460Z | Compiling zerocopy-derive v0.6.6 |
1874 | 2024-12-20T22:43:12.500Z | Compiling curve25519-dalek-derive v0.1.1 |
1875 | 2024-12-20T22:43:13.630Z | Compiling object v0.36.5 |
1876 | 2024-12-20T22:43:13.898Z | Compiling thread_local v1.1.8 |
1877 | 2024-12-20T22:43:14.375Z | Compiling fs-err v2.11.0 |
1878 | 2024-12-20T22:43:14.400Z | Compiling encoding_rs v0.8.34 |
1879 | 2024-12-20T22:43:15.902Z | Compiling ipnet v2.10.1 |
1880 | 2024-12-20T22:43:16.975Z | Compiling unicode-properties v0.1.3 |
1881 | 2024-12-20T22:43:17.376Z | Compiling utf8parse v0.2.2 |
1882 | 2024-12-20T22:43:17.557Z | Compiling anstyle v1.0.10 |
1883 | 2024-12-20T22:43:18.268Z | Compiling mime v0.3.17 |
1884 | 2024-12-20T22:43:19.380Z | Compiling rustc-demangle v0.1.24 |
1885 | 2024-12-20T22:43:22.821Z | Compiling winnow v0.6.20 |
1886 | 2024-12-20T22:43:25.358Z | Compiling openssl-probe v0.1.5 |
1887 | 2024-12-20T22:43:26.696Z | Compiling toml_edit v0.22.22 |
1888 | 2024-12-20T22:43:27.448Z | Compiling backtrace v0.3.74 |
1889 | 2024-12-20T22:43:27.755Z | Compiling anstyle-parse v0.2.5 |
1890 | 2024-12-20T22:43:28.113Z | Compiling stringprep v0.1.5 |
1891 | 2024-12-20T22:43:30.685Z | Compiling rustls-webpki v0.102.8 |
1892 | 2024-12-20T22:43:31.591Z | Compiling crossbeam-deque v0.8.5 |
1893 | 2024-12-20T22:43:34.217Z | Compiling darling_macro v0.20.10 |
1894 | 2024-12-20T22:43:38.250Z | Compiling term v0.7.0 |
1895 | 2024-12-20T22:43:38.764Z | Compiling slog-json v2.6.1 |
1896 | 2024-12-20T22:43:39.679Z | Compiling serde_urlencoded v0.7.1 |
1897 | 2024-12-20T22:43:40.832Z | Compiling crossbeam-channel v0.5.13 |
1898 | 2024-12-20T22:43:40.889Z | Compiling rustls-pemfile v2.2.0 |
1899 | 2024-12-20T22:43:41.210Z | Compiling hashbrown v0.14.5 |
1900 | 2024-12-20T22:43:42.037Z | Compiling idna v0.4.0 |
1901 | 2024-12-20T22:43:42.060Z | Compiling idna v0.3.0 |
1902 | 2024-12-20T22:43:42.620Z | Compiling futures-executor v0.3.31 |
1903 | 2024-12-20T22:43:43.527Z | Compiling num-integer v0.1.46 |
1904 | 2024-12-20T22:43:43.748Z | Compiling md-5 v0.10.6 |
1905 | 2024-12-20T22:43:43.875Z | Compiling ff v0.13.0 |
1906 | 2024-12-20T22:43:44.014Z | Compiling hash32 v0.2.1 |
1907 | 2024-12-20T22:43:44.121Z | Compiling memmap v0.7.0 |
1908 | 2024-12-20T22:43:44.259Z | Compiling is-terminal v0.4.13 |
1909 | 2024-12-20T22:43:44.459Z | Compiling psl-types v2.0.11 |
1910 | 2024-12-20T22:43:44.664Z | Compiling is_terminal_polyfill v1.70.1 |
1911 | 2024-12-20T22:43:44.804Z | Compiling anstyle-query v1.1.1 |
1912 | 2024-12-20T22:43:44.929Z | Compiling base16ct v0.2.0 |
1913 | 2024-12-20T22:43:44.992Z | Compiling fallible-iterator v0.2.0 |
1914 | 2024-12-20T22:43:45.233Z | Compiling take_mut v0.2.2 |
1915 | 2024-12-20T22:43:45.401Z | Compiling quick-error v1.2.3 |
1916 | 2024-12-20T22:43:46.655Z | Compiling utf-8 v0.7.6 |
1917 | 2024-12-20T22:43:46.676Z | Compiling colorchoice v1.0.2 |
1918 | 2024-12-20T22:43:46.847Z | Compiling linked-hash-map v0.5.6 |
1919 | 2024-12-20T22:43:46.974Z | Compiling tungstenite v0.24.0 |
1920 | 2024-12-20T22:43:47.262Z | Compiling lru-cache v0.1.2 |
1921 | 2024-12-20T22:43:47.480Z | Compiling anstream v0.6.15 |
1922 | 2024-12-20T22:43:48.233Z | Compiling postgres-protocol v0.6.7 |
1923 | 2024-12-20T22:43:48.769Z | Compiling resolv-conf v0.7.0 |
1924 | 2024-12-20T22:43:49.419Z | Compiling sec1 v0.7.3 |
1925 | 2024-12-20T22:43:49.522Z | Compiling publicsuffix v2.2.3 |
1926 | 2024-12-20T22:43:50.012Z | Compiling slog-term v2.9.1 |
1927 | 2024-12-20T22:43:50.872Z | Compiling usdt v0.5.0 |
1928 | 2024-12-20T22:43:51.200Z | Compiling group v0.13.0 |
1929 | 2024-12-20T22:43:51.357Z | Compiling num-iter v0.1.45 |
1930 | 2024-12-20T22:43:51.426Z | Compiling hickory-proto v0.24.1 |
1931 | 2024-12-20T22:43:51.513Z | Compiling futures v0.3.31 |
1932 | 2024-12-20T22:43:51.551Z | Compiling regress v0.10.1 |
1933 | 2024-12-20T22:43:54.635Z | Compiling tokio-rustls v0.26.0 |
1934 | 2024-12-20T22:43:55.099Z | Compiling slog-bunyan v2.5.0 |
1935 | 2024-12-20T22:43:55.310Z | Compiling tokio-rustls v0.25.0 |
1936 | 2024-12-20T22:43:55.594Z | Compiling darling v0.20.10 |
1937 | 2024-12-20T22:43:55.724Z | Compiling toml v0.8.19 |
1938 | 2024-12-20T22:43:55.749Z | Compiling tokio-native-tls v0.3.1 |
1939 | 2024-12-20T22:43:56.053Z | Compiling strum_macros v0.25.3 |
1940 | 2024-12-20T22:43:56.385Z | Compiling phf_shared v0.11.2 |
1941 | 2024-12-20T22:43:57.098Z | Compiling async-stream v0.3.6 |
1942 | 2024-12-20T22:43:57.307Z | Compiling waitgroup v0.1.2 |
1943 | 2024-12-20T22:43:57.381Z | Compiling webpki-roots v0.26.6 |
1944 | 2024-12-20T22:43:57.840Z | Compiling idna v0.5.0 |
1945 | 2024-12-20T22:43:57.858Z | Compiling terminal_size v0.4.0 |
1946 | 2024-12-20T22:43:57.881Z | Compiling serde_path_to_error v0.1.16 |
1947 | 2024-12-20T22:43:58.072Z | Compiling hkdf v0.12.4 |
1948 | 2024-12-20T22:43:58.867Z | Compiling crypto-bigint v0.5.5 |
1949 | 2024-12-20T22:43:58.977Z | Compiling serde_repr v0.1.19 |
1950 | 2024-12-20T22:43:59.347Z | Compiling clap_derive v4.5.18 |
1951 | 2024-12-20T22:43:59.729Z | Compiling derive-where v1.2.7 |
1952 | 2024-12-20T22:44:00.069Z | Compiling hostname v0.4.0 |
1953 | 2024-12-20T22:44:00.309Z | Compiling crc32fast v1.4.2 |
1954 | 2024-12-20T22:44:00.627Z | Compiling bitflags v1.3.2 |
1955 | 2024-12-20T22:44:00.863Z | Compiling managed v0.8.0 |
1956 | 2024-12-20T22:44:01.332Z | Compiling unicode-width v0.1.14 |
1957 | 2024-12-20T22:44:01.878Z | Compiling debug-ignore v1.0.5 |
1958 | 2024-12-20T22:44:02.654Z | Compiling clap_lex v0.7.2 |
1959 | 2024-12-20T22:44:02.924Z | Compiling clap_builder v4.5.21 |
1960 | 2024-12-20T22:44:03.259Z | Compiling elliptic-curve v0.13.8 |
1961 | 2024-12-20T22:44:04.044Z | Compiling console v0.15.8 |
1962 | 2024-12-20T22:44:05.679Z | Compiling flate2 v1.0.34 |
1963 | 2024-12-20T22:44:07.326Z | Compiling cookie_store v0.21.0 |
1964 | 2024-12-20T22:44:10.506Z | Compiling hyper-rustls v0.27.3 |
1965 | 2024-12-20T22:44:10.621Z | Compiling hickory-resolver v0.24.1 |
1966 | 2024-12-20T22:44:11.525Z | Compiling phf v0.11.2 |
1967 | 2024-12-20T22:44:11.829Z | Compiling hyper-tls v0.6.0 |
1968 | 2024-12-20T22:44:12.224Z | Compiling typify-impl v0.2.0 |
1969 | 2024-12-20T22:44:12.266Z | Compiling signal-hook-mio v0.2.4 |
1970 | 2024-12-20T22:44:12.436Z | Compiling bzip2 v0.4.4 |
1971 | 2024-12-20T22:44:12.823Z | Compiling rayon v1.10.0 |
1972 | 2024-12-20T22:44:13.206Z | Compiling postgres-types v0.2.8 |
1973 | 2024-12-20T22:44:13.841Z | Compiling tokio-tungstenite v0.24.0 |
1974 | 2024-12-20T22:44:14.583Z | Compiling zerocopy v0.6.6 |
1975 | 2024-12-20T22:44:14.606Z | Compiling hubpack v0.1.2 |
1976 | 2024-12-20T22:44:14.627Z | Compiling ed25519 v2.2.3 |
1977 | 2024-12-20T22:44:15.039Z | Compiling phf_shared v0.10.0 |
1978 | 2024-12-20T22:44:15.496Z | Compiling pkcs1 v0.7.5 |
1979 | 2024-12-20T22:44:15.996Z | Compiling tokio-stream v0.1.16 |
1980 | 2024-12-20T22:44:16.463Z | Compiling serde-big-array v0.5.1 |
1981 | 2024-12-20T22:44:16.718Z | Compiling rfc6979 v0.4.0 |
1982 | 2024-12-20T22:44:16.922Z | Compiling float-cmp v0.9.0 |
1983 | 2024-12-20T22:44:17.021Z | Compiling sync_wrapper v1.0.1 |
1984 | 2024-12-20T22:44:17.159Z | Compiling bstr v1.10.0 |
1985 | 2024-12-20T22:44:17.933Z | Compiling difflib v0.4.0 |
1986 | 2024-12-20T22:44:18.276Z | Compiling unicode-segmentation v1.12.0 |
1987 | 2024-12-20T22:44:18.871Z | Compiling predicates-core v1.0.8 |
1988 | 2024-12-20T22:44:19.177Z | Compiling static_assertions v1.1.0 |
1989 | 2024-12-20T22:44:19.283Z | Compiling normalize-line-endings v0.3.0 |
1990 | 2024-12-20T22:44:19.427Z | Compiling number_prefix v0.4.0 |
1991 | 2024-12-20T22:44:19.489Z | Compiling unicode-width v0.2.0 |
1992 | 2024-12-20T22:44:19.668Z | Compiling precomputed-hash v0.1.1 |
1993 | 2024-12-20T22:44:19.789Z | Compiling new_debug_unreachable v1.0.6 |
1994 | 2024-12-20T22:44:19.808Z | Compiling fixedbitset v0.4.2 |
1995 | 2024-12-20T22:44:19.898Z | Compiling bit-vec v0.6.3 |
1996 | 2024-12-20T22:44:20.021Z | Compiling whoami v1.5.2 |
1997 | 2024-12-20T22:44:20.221Z | Compiling petgraph v0.6.5 |
1998 | 2024-12-20T22:44:20.301Z | Compiling bit-set v0.5.3 |
1999 | 2024-12-20T22:44:20.352Z | Compiling indicatif v0.17.9 |
2000 | 2024-12-20T22:44:20.595Z | Compiling tokio-postgres v0.7.12 |
2001 | 2024-12-20T22:44:20.611Z | Compiling string_cache v0.8.7 |
2002 | 2024-12-20T22:44:22.305Z | Compiling predicates v3.1.2 |
2003 | 2024-12-20T22:44:22.856Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2004 | 2024-12-20T22:44:23.849Z | Compiling similar v2.6.0 |
2005 | 2024-12-20T22:44:24.800Z | Compiling typify-macro v0.2.0 |
2006 | 2024-12-20T22:44:25.908Z | Compiling reqwest v0.12.9 |
2007 | 2024-12-20T22:44:26.096Z | Compiling qorb v0.2.1 |
2008 | 2024-12-20T22:44:27.375Z | Compiling ecdsa v0.16.9 |
2009 | 2024-12-20T22:44:28.261Z | Compiling rsa v0.9.6 |
2010 | 2024-12-20T22:44:28.851Z | Compiling ed25519-dalek v2.1.1 |
2011 | 2024-12-20T22:44:29.425Z | Compiling zip v0.6.6 |
2012 | 2024-12-20T22:44:29.784Z | Compiling crossterm v0.28.1 |
2013 | 2024-12-20T22:44:29.814Z | Compiling clap v4.5.21 |
2014 | 2024-12-20T22:44:30.708Z | Compiling toml v0.7.8 |
2015 | 2024-12-20T22:44:31.668Z | Compiling x509-cert v0.2.5 |
2016 | 2024-12-20T22:44:32.248Z | Compiling hex v0.4.3 |
2017 | 2024-12-20T22:44:33.135Z | Compiling unicode-xid v0.2.6 |
2018 | 2024-12-20T22:44:33.192Z | Compiling peg-runtime v0.8.3 |
2019 | 2024-12-20T22:44:33.757Z | Compiling zerocopy v0.8.10 |
2020 | 2024-12-20T22:44:33.784Z | Compiling lalrpop-util v0.19.12 |
2021 | 2024-12-20T22:44:36.470Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2022 | 2024-12-20T22:44:40.792Z | Compiling proc-macro-crate v1.3.1 |
2023 | 2024-12-20T22:44:40.817Z | Compiling ipnetwork v0.20.0 |
2024 | 2024-12-20T22:44:41.391Z | Compiling macaddr v1.0.1 |
2025 | 2024-12-20T22:44:41.840Z | Compiling zerocopy-derive v0.8.10 |
2026 | 2024-12-20T22:44:42.029Z | Compiling itertools v0.13.0 |
2027 | 2024-12-20T22:44:44.683Z | Compiling heapless v0.8.0 |
2028 | 2024-12-20T22:44:45.473Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2029 | 2024-12-20T22:44:49.895Z | Compiling num_enum_derive v0.5.11 |
2030 | 2024-12-20T22:44:58.043Z | Compiling hash32 v0.3.1 |
2031 | 2024-12-20T22:44:58.849Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2032 | 2024-12-20T22:44:58.893Z | Compiling smoltcp v0.11.0 |
2033 | 2024-12-20T22:45:04.993Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2034 | 2024-12-20T22:45:05.074Z | Compiling num_enum v0.5.11 |
2035 | 2024-12-20T22:45:05.817Z | Compiling typify v0.2.0 |
2036 | 2024-12-20T22:45:06.377Z | Compiling proc-macro-error-attr v1.0.4 |
2037 | 2024-12-20T22:45:06.783Z | Compiling unsafe-libyaml v0.2.11 |
2038 | 2024-12-20T22:45:07.606Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2039 | 2024-12-20T22:45:07.908Z | Compiling cobs v0.2.3 |
2040 | 2024-12-20T22:45:08.355Z | Compiling serde_yaml v0.9.34+deprecated |
2041 | 2024-12-20T22:45:08.598Z | Compiling postcard v1.0.10 |
2042 | 2024-12-20T22:45:25.276Z | Compiling progenitor-impl v0.8.0 |
2043 | 2024-12-20T22:45:25.307Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2044 | 2024-12-20T22:45:37.976Z | Compiling strum_macros v0.26.4 |
2045 | 2024-12-20T22:45:38.549Z | Compiling structmeta-derive v0.3.0 |
2046 | 2024-12-20T22:45:38.645Z | Compiling foreign-types-macros v0.2.3 |
2047 | 2024-12-20T22:45:38.761Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2048 | 2024-12-20T22:45:39.008Z | Compiling proc-macro-error v1.0.4 |
2049 | 2024-12-20T22:45:39.837Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2050 | 2024-12-20T22:45:39.856Z | Compiling foreign-types-shared v0.3.1 |
2051 | 2024-12-20T22:45:40.680Z | Compiling newtype-uuid v1.1.3 |
2052 | 2024-12-20T22:45:41.134Z | Compiling structmeta v0.3.0 |
2053 | 2024-12-20T22:45:42.549Z | Compiling strum v0.26.3 |
2054 | 2024-12-20T22:45:43.109Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2055 | 2024-12-20T22:45:45.391Z | Compiling foreign-types v0.5.0 |
2056 | 2024-12-20T22:45:49.094Z | Compiling progenitor-macro v0.8.0 |
2057 | 2024-12-20T22:45:55.694Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2058 | 2024-12-20T22:45:55.730Z | Compiling progenitor-client v0.8.0 |
2059 | 2024-12-20T22:45:56.787Z | Compiling tabwriter v1.4.0 |
2060 | 2024-12-20T22:45:59.387Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2061 | 2024-12-20T22:46:00.031Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2062 | 2024-12-20T22:46:00.217Z | Compiling cstr-argument v0.1.2 |
2063 | 2024-12-20T22:46:00.493Z | Compiling dropshot v0.13.0 |
2064 | 2024-12-20T22:46:00.875Z | Compiling pretty-hex v0.2.1 |
2065 | 2024-12-20T22:46:01.215Z | Compiling fastrand v2.1.1 |
2066 | 2024-12-20T22:46:01.922Z | Compiling thiserror v2.0.3 |
2067 | 2024-12-20T22:46:02.125Z | Compiling crucible-workspace-hack v0.1.0 |
2068 | 2024-12-20T22:46:02.330Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2069 | 2024-12-20T22:46:02.433Z | Compiling progenitor v0.8.0 |
2070 | 2024-12-20T22:46:02.690Z | Compiling tempfile v3.13.0 |
2071 | 2024-12-20T22:46:02.726Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2072 | 2024-12-20T22:46:02.923Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2073 | 2024-12-20T22:46:03.029Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2074 | 2024-12-20T22:46:03.670Z | Compiling parse-display-derive v0.10.0 |
2075 | 2024-12-20T22:46:03.861Z | Compiling colored v2.1.0 |
2076 | 2024-12-20T22:46:03.946Z | Compiling serde_with_macros v3.11.0 |
2077 | 2024-12-20T22:46:04.465Z | Compiling dropshot_endpoint v0.13.0 |
2078 | 2024-12-20T22:46:05.112Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2079 | 2024-12-20T22:46:05.863Z | Compiling thiserror-impl v2.0.3 |
2080 | 2024-12-20T22:46:06.577Z | Compiling instant v0.1.13 |
2081 | 2024-12-20T22:46:06.769Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2082 | 2024-12-20T22:46:06.841Z | Compiling backoff v0.4.0 |
2083 | 2024-12-20T22:46:07.218Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2084 | 2024-12-20T22:46:07.238Z | Compiling serde_with v3.11.0 |
2085 | 2024-12-20T22:46:07.673Z | Compiling parse-display v0.10.0 |
2086 | 2024-12-20T22:46:08.781Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2087 | 2024-12-20T22:46:09.120Z | Compiling zone_cfg_derive v0.3.0 |
2088 | 2024-12-20T22:46:09.706Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2089 | 2024-12-20T22:46:10.330Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2090 | 2024-12-20T22:46:10.368Z | Compiling camino-tempfile v1.1.1 |
2091 | 2024-12-20T22:46:10.505Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2092 | 2024-12-20T22:46:11.129Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2093 | 2024-12-20T22:46:11.180Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2094 | 2024-12-20T22:46:11.383Z | Compiling regress v0.9.1 |
2095 | 2024-12-20T22:46:11.650Z | Compiling num-derive v0.4.2 |
2096 | 2024-12-20T22:46:11.808Z | Compiling sigpipe v0.1.3 |
2097 | 2024-12-20T22:46:11.956Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2098 | 2024-12-20T22:46:12.252Z | Compiling libefi-sys v0.1.0 |
2099 | 2024-12-20T22:46:12.617Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2100 | 2024-12-20T22:46:14.006Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2101 | 2024-12-20T22:46:15.770Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2102 | 2024-12-20T22:46:15.930Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2103 | 2024-12-20T22:46:16.241Z | Compiling zone v0.3.0 |
2104 | 2024-12-20T22:46:18.930Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2105 | 2024-12-20T22:46:20.173Z | Compiling smf v0.2.3 |
2106 | 2024-12-20T22:46:20.238Z | Compiling bitfield-struct v0.6.2 |
2107 | 2024-12-20T22:46:20.257Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2108 | 2024-12-20T22:46:20.672Z | Compiling blake3 v1.5.4 |
2109 | 2024-12-20T22:46:21.378Z | Compiling ring v0.16.20 |
2110 | 2024-12-20T22:46:21.682Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2111 | 2024-12-20T22:46:23.192Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2112 | 2024-12-20T22:46:23.480Z | Compiling xattr v1.3.1 |
2113 | 2024-12-20T22:46:23.763Z | Compiling filetime v0.2.25 |
2114 | 2024-12-20T22:46:23.824Z | Compiling memmap2 v0.9.5 |
2115 | 2024-12-20T22:46:24.145Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2116 | 2024-12-20T22:46:24.281Z | Compiling constant_time_eq v0.3.1 |
2117 | 2024-12-20T22:46:24.395Z | Compiling same-file v1.0.6 |
2118 | 2024-12-20T22:46:24.435Z | Compiling arrayref v0.3.9 |
2119 | 2024-12-20T22:46:24.477Z | Compiling arrayvec v0.7.6 |
2120 | 2024-12-20T22:46:24.552Z | Compiling spin v0.5.2 |
2121 | 2024-12-20T22:46:24.686Z | Compiling walkdir v2.5.0 |
2122 | 2024-12-20T22:46:24.833Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2123 | 2024-12-20T22:46:26.376Z | Compiling tar v0.4.42 |
2124 | 2024-12-20T22:46:27.557Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2125 | 2024-12-20T22:46:27.766Z | Compiling gethostname v0.5.0 |
2126 | 2024-12-20T22:46:27.974Z | Compiling cargo-platform v0.1.8 |
2127 | 2024-12-20T22:46:27.995Z | Compiling topological-sort v0.2.2 |
2128 | 2024-12-20T22:46:29.094Z | Compiling cargo_metadata v0.18.1 |
2129 | 2024-12-20T22:46:30.835Z | Compiling omicron-zone-package v0.11.1 |
2130 | 2024-12-20T22:46:38.238Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2131 | 2024-12-20T22:46:40.844Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2132 | 2024-12-20T22:46:42.567Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2133 | 2024-12-20T22:46:59.991Z | Finished `release` profile [optimized] target(s) in 5m 35s |
2134 | 2024-12-20T22:47:00.157Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
2135 | 2024-12-20T22:47:00.208Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2136 | 2024-12-20T22:47:00.211Z | Created new build target 'test' and set it as active |
2137 | 2024-12-20T22:47:00.211Z | |
2138 | 2024-12-20T22:47:00.212Z | real 5:35.426720235 |
2139 | 2024-12-20T22:47:00.212Z | user 37:40.879312179 |
2140 | 2024-12-20T22:47:00.212Z | sys 5:03.400172487 |
2141 | 2024-12-20T22:47:00.212Z | trap 1.188039770 |
2142 | 2024-12-20T22:47:00.212Z | tflt 3.132064898 |
2143 | 2024-12-20T22:47:00.212Z | dflt 0.821964472 |
2144 | 2024-12-20T22:47:00.212Z | kflt 0.000703808 |
2145 | 2024-12-20T22:47:00.212Z | lock 1:19:08.695710100 |
2146 | 2024-12-20T22:47:00.212Z | slp 2:36:35.852314970 |
2147 | 2024-12-20T22:47:00.213Z | lat 2:34.925690412 |
2148 | 2024-12-20T22:47:00.213Z | stop 4:41.191812964 |
2149 | 2024-12-20T22:47:00.213Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2150 | 2024-12-20T22:47:01.218Z | Finished `release` profile [optimized] target(s) in 0.95s |
2151 | 2024-12-20T22:47:01.279Z | Running `target/release/omicron-package -t test package` |
2152 | 2024-12-20T22:47:01.325Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2153 | 2024-12-20T22:47:02.493Z | Compiling convert_case v0.4.0 |
2154 | 2024-12-20T22:47:02.493Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2155 | 2024-12-20T22:47:02.493Z | Compiling newline-converter v0.3.0 |
2156 | 2024-12-20T22:47:02.496Z | Compiling password-hash v0.5.0 |
2157 | 2024-12-20T22:47:02.496Z | Compiling progenitor-client v0.8.0 |
2158 | 2024-12-20T22:47:02.496Z | Compiling blake2 v0.10.6 |
2159 | 2024-12-20T22:47:02.496Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2160 | 2024-12-20T22:47:02.664Z | Compiling atomicwrites v0.4.4 |
2161 | 2024-12-20T22:47:03.273Z | Compiling expectorate v1.1.0 |
2162 | 2024-12-20T22:47:03.298Z | Compiling owo-colors v4.1.0 |
2163 | 2024-12-20T22:47:03.298Z | Compiling progenitor v0.8.0 |
2164 | 2024-12-20T22:47:03.298Z | Compiling cancel-safe-futures v0.1.5 |
2165 | 2024-12-20T22:47:03.298Z | Compiling argon2 v0.5.3 |
2166 | 2024-12-20T22:47:03.298Z | Compiling num-rational v0.4.2 |
2167 | 2024-12-20T22:47:03.314Z | Compiling num-complex v0.4.6 |
2168 | 2024-12-20T22:47:03.484Z | Compiling derive_more v0.99.18 |
2169 | 2024-12-20T22:47:03.781Z | Compiling libsw v3.3.1 |
2170 | 2024-12-20T22:47:04.128Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2171 | 2024-12-20T22:47:04.148Z | Compiling swrite v0.1.0 |
2172 | 2024-12-20T22:47:04.294Z | Compiling indent_write v2.2.0 |
2173 | 2024-12-20T22:47:04.546Z | Compiling num v0.4.3 |
2174 | 2024-12-20T22:47:04.647Z | Compiling float-ord v0.3.2 |
2175 | 2024-12-20T22:47:04.666Z | Compiling linear-map v1.2.0 |
2176 | 2024-12-20T22:47:04.716Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2177 | 2024-12-20T22:47:04.719Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2178 | 2024-12-20T22:47:04.816Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2179 | 2024-12-20T22:47:05.114Z | Compiling base64 v0.21.7 |
2180 | 2024-12-20T22:47:05.633Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2181 | 2024-12-20T22:47:05.737Z | Compiling highway v1.2.0 |
2182 | 2024-12-20T22:47:06.261Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2183 | 2024-12-20T22:47:06.641Z | Compiling semver v0.1.20 |
2184 | 2024-12-20T22:47:07.193Z | Compiling rustc_version v0.1.7 |
2185 | 2024-12-20T22:47:07.242Z | Compiling newtype-uuid v1.1.3 |
2186 | 2024-12-20T22:47:07.606Z | Compiling dropshot v0.13.0 |
2187 | 2024-12-20T22:47:07.644Z | Compiling newtype_derive v0.1.6 |
2188 | 2024-12-20T22:47:07.687Z | Compiling ipnetwork v0.20.0 |
2189 | 2024-12-20T22:47:08.051Z | Compiling instant v0.1.13 |
2190 | 2024-12-20T22:47:08.223Z | Compiling humantime v2.1.0 |
2191 | 2024-12-20T22:47:08.527Z | Compiling backoff v0.4.0 |
2192 | 2024-12-20T22:47:08.900Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2193 | 2024-12-20T22:47:09.301Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2194 | 2024-12-20T22:47:10.177Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2195 | 2024-12-20T22:47:12.713Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2196 | 2024-12-20T22:47:13.095Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2197 | 2024-12-20T22:47:14.376Z | Compiling parse-display v0.10.0 |
2198 | 2024-12-20T22:47:14.396Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2199 | 2024-12-20T22:47:14.584Z | Compiling serde_with v3.11.0 |
2200 | 2024-12-20T22:47:14.950Z | Compiling strum v0.26.3 |
2201 | 2024-12-20T22:47:15.161Z | Compiling regress v0.9.1 |
2202 | 2024-12-20T22:47:18.219Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2203 | 2024-12-20T22:47:19.772Z | Compiling macaddr v1.0.1 |
2204 | 2024-12-20T22:47:19.860Z | Compiling slog-dtrace v0.3.0 |
2205 | 2024-12-20T22:47:20.061Z | Compiling steno v0.4.1 |
2206 | 2024-12-20T22:47:20.153Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2207 | 2024-12-20T22:47:20.524Z | Compiling prettyplease v0.2.25 |
2208 | 2024-12-20T22:47:21.127Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2209 | 2024-12-20T22:47:21.976Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2210 | 2024-12-20T22:47:22.198Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2211 | 2024-12-20T22:47:24.755Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2212 | 2024-12-20T22:47:25.422Z | Compiling half v2.4.1 |
2213 | 2024-12-20T22:47:26.189Z | Compiling ciborium-io v0.2.2 |
2214 | 2024-12-20T22:47:26.345Z | Compiling ciborium-ll v0.2.2 |
2215 | 2024-12-20T22:47:26.886Z | Compiling tungstenite v0.21.0 |
2216 | 2024-12-20T22:47:29.887Z | Compiling tokio-tungstenite v0.21.0 |
2217 | 2024-12-20T22:47:30.581Z | Compiling ciborium v0.2.2 |
2218 | 2024-12-20T22:47:32.150Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2219 | 2024-12-20T22:47:32.802Z | Compiling fastrand v2.1.1 |
2220 | 2024-12-20T22:47:37.393Z | Compiling display-error-chain v0.2.2 |
2221 | 2024-12-20T22:47:37.637Z | Compiling same-file v1.0.6 |
2222 | 2024-12-20T22:47:38.474Z | Compiling walkdir v2.5.0 |
2223 | 2024-12-20T22:47:39.119Z | Compiling tempfile v3.13.0 |
2224 | 2024-12-20T22:47:39.246Z | Compiling ring v0.16.20 |
2225 | 2024-12-20T22:47:39.910Z | Compiling blake3 v1.5.4 |
2226 | 2024-12-20T22:47:40.195Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2227 | 2024-12-20T22:47:40.519Z | Compiling xattr v1.3.1 |
2228 | 2024-12-20T22:47:40.810Z | Compiling filetime v0.2.25 |
2229 | 2024-12-20T22:47:40.914Z | Compiling memmap2 v0.9.5 |
2230 | 2024-12-20T22:47:41.108Z | Compiling arrayvec v0.7.6 |
2231 | 2024-12-20T22:47:41.335Z | Compiling arrayref v0.3.9 |
2232 | 2024-12-20T22:47:41.453Z | Compiling keccak v0.1.5 |
2233 | 2024-12-20T22:47:41.536Z | Compiling constant_time_eq v0.3.1 |
2234 | 2024-12-20T22:47:41.591Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2235 | 2024-12-20T22:47:41.705Z | Compiling spin v0.5.2 |
2236 | 2024-12-20T22:47:41.954Z | Compiling sha3 v0.10.8 |
2237 | 2024-12-20T22:47:42.432Z | Compiling tar v0.4.42 |
2238 | 2024-12-20T22:47:42.834Z | Compiling camino-tempfile v1.1.1 |
2239 | 2024-12-20T22:47:43.160Z | Compiling toolchain_find v0.4.0 |
2240 | 2024-12-20T22:47:43.309Z | Compiling const_format_proc_macros v0.2.33 |
2241 | 2024-12-20T22:47:43.763Z | Compiling topological-sort v0.2.2 |
2242 | 2024-12-20T22:47:44.042Z | Compiling radium v0.7.0 |
2243 | 2024-12-20T22:47:44.406Z | Compiling maplit v1.0.2 |
2244 | 2024-12-20T22:47:44.506Z | Compiling crunchy v0.2.2 |
2245 | 2024-12-20T22:47:44.540Z | Compiling omicron-zone-package v0.11.1 |
2246 | 2024-12-20T22:47:44.566Z | Compiling rustfmt-wrapper v0.2.1 |
2247 | 2024-12-20T22:47:44.976Z | Compiling tap v1.0.1 |
2248 | 2024-12-20T22:47:45.128Z | Compiling maybe-uninit v2.0.0 |
2249 | 2024-12-20T22:47:45.171Z | Compiling const_format v0.2.33 |
2250 | 2024-12-20T22:47:45.192Z | Compiling tiny-keccak v2.0.2 |
2251 | 2024-12-20T22:47:45.298Z | Compiling wyz v0.5.1 |
2252 | 2024-12-20T22:47:45.661Z | Compiling dsl_auto_type v0.1.2 |
2253 | 2024-12-20T22:47:45.757Z | Compiling phf_generator v0.11.2 |
2254 | 2024-12-20T22:47:45.964Z | Compiling scheduled-thread-pool v0.2.7 |
2255 | 2024-12-20T22:47:46.168Z | Compiling secrecy v0.8.0 |
2256 | 2024-12-20T22:47:46.429Z | Compiling async-recursion v1.1.1 |
2257 | 2024-12-20T22:47:46.449Z | Compiling diesel_table_macro_syntax v0.2.0 |
2258 | 2024-12-20T22:47:46.493Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2259 | 2024-12-20T22:47:46.870Z | Compiling packed_struct v0.10.1 |
2260 | 2024-12-20T22:47:46.995Z | Compiling crc-catalog v2.4.0 |
2261 | 2024-12-20T22:47:47.041Z | Compiling arc-swap v1.7.1 |
2262 | 2024-12-20T22:47:47.162Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2263 | 2024-12-20T22:47:47.184Z | Compiling funty v2.0.0 |
2264 | 2024-12-20T22:47:47.325Z | Compiling crc v3.2.1 |
2265 | 2024-12-20T22:47:47.512Z | Compiling diesel_derives v2.2.3 |
2266 | 2024-12-20T22:47:47.751Z | Compiling slog-scope v4.4.0 |
2267 | 2024-12-20T22:47:47.897Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2268 | 2024-12-20T22:47:48.684Z | Compiling bitvec v1.0.1 |
2269 | 2024-12-20T22:47:49.422Z | Compiling r2d2 v0.8.10 |
2270 | 2024-12-20T22:47:49.701Z | Compiling phf_codegen v0.11.2 |
2271 | 2024-12-20T22:47:49.800Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2272 | 2024-12-20T22:47:50.014Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2273 | 2024-12-20T22:47:50.764Z | Compiling ascii-canvas v3.0.0 |
2274 | 2024-12-20T22:47:50.854Z | Compiling universal-hash v0.5.1 |
2275 | 2024-12-20T22:47:51.120Z | Compiling packed_struct_codegen v0.10.1 |
2276 | 2024-12-20T22:47:53.416Z | Compiling thiserror-impl-no-std v2.0.2 |
2277 | 2024-12-20T22:47:53.686Z | Compiling parse-zoneinfo v0.3.1 |
2278 | 2024-12-20T22:47:55.345Z | Compiling ena v0.14.3 |
2279 | 2024-12-20T22:47:55.794Z | Compiling indexmap v1.9.3 |
2280 | 2024-12-20T22:47:56.117Z | Compiling nodrop v0.1.14 |
2281 | 2024-12-20T22:47:56.138Z | Compiling diff v0.1.13 |
2282 | 2024-12-20T22:47:56.258Z | Compiling regex-syntax v0.6.29 |
2283 | 2024-12-20T22:47:56.682Z | Compiling opaque-debug v0.3.1 |
2284 | 2024-12-20T22:47:56.827Z | Compiling poly1305 v0.8.0 |
2285 | 2024-12-20T22:47:58.275Z | Compiling array-init v0.0.4 |
2286 | 2024-12-20T22:47:59.149Z | Compiling diesel v2.2.6 |
2287 | 2024-12-20T22:47:59.436Z | Compiling thiserror-no-std v2.0.2 |
2288 | 2024-12-20T22:47:59.608Z | Compiling chrono-tz-build v0.4.0 |
2289 | 2024-12-20T22:48:00.782Z | Compiling lalrpop v0.19.12 |
2290 | 2024-12-20T22:48:06.238Z | Compiling smallvec v0.6.14 |
2291 | 2024-12-20T22:48:06.791Z | Compiling slog-stdlog v4.1.1 |
2292 | 2024-12-20T22:48:07.635Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2293 | 2024-12-20T22:48:07.907Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2294 | 2024-12-20T22:48:08.192Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2295 | 2024-12-20T22:48:08.445Z | Compiling chacha20 v0.9.1 |
2296 | 2024-12-20T22:48:08.752Z | Compiling aead v0.5.2 |
2297 | 2024-12-20T22:48:08.928Z | Compiling vte_generate_state_changes v0.1.2 |
2298 | 2024-12-20T22:48:09.114Z | Compiling termcolor v1.4.1 |
2299 | 2024-12-20T22:48:09.532Z | Compiling hashbrown v0.12.3 |
2300 | 2024-12-20T22:48:10.214Z | Compiling ref-cast v1.0.23 |
2301 | 2024-12-20T22:48:10.722Z | Compiling bitfield v0.14.0 |
2302 | 2024-12-20T22:48:11.031Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2303 | 2024-12-20T22:48:12.253Z | Compiling env_logger v0.10.2 |
2304 | 2024-12-20T22:48:15.432Z | Compiling vte v0.11.1 |
2305 | 2024-12-20T22:48:16.985Z | Compiling chacha20poly1305 v0.10.1 |
2306 | 2024-12-20T22:48:17.299Z | Compiling slog-envlogger v2.2.0 |
2307 | 2024-12-20T22:48:20.151Z | Compiling serde-hex v0.1.0 |
2308 | 2024-12-20T22:48:23.785Z | Compiling chrono-tz v0.10.0 |
2309 | 2024-12-20T22:48:24.470Z | Compiling vsss-rs v3.3.4 |
2310 | 2024-12-20T22:48:25.538Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2311 | 2024-12-20T22:48:25.900Z | Compiling ron v0.8.1 |
2312 | 2024-12-20T22:48:27.395Z | Compiling polar-core v0.27.3 |
2313 | 2024-12-20T22:48:28.586Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2314 | 2024-12-20T22:48:28.900Z | Compiling derive_builder_core v0.20.2 |
2315 | 2024-12-20T22:48:29.134Z | Compiling hashbrown v0.13.2 |
2316 | 2024-12-20T22:48:30.616Z | Compiling headers-core v0.3.0 |
2317 | 2024-12-20T22:48:30.813Z | Compiling fxhash v0.2.1 |
2318 | 2024-12-20T22:48:31.060Z | Compiling libxml v0.3.3 |
2319 | 2024-12-20T22:48:31.197Z | Compiling ref-cast-impl v1.0.23 |
2320 | 2024-12-20T22:48:31.433Z | Compiling zip v2.1.3 |
2321 | 2024-12-20T22:48:31.782Z | Compiling bumpalo v3.16.0 |
2322 | 2024-12-20T22:48:31.973Z | Compiling bytecount v0.6.8 |
2323 | 2024-12-20T22:48:32.297Z | Compiling crc-any v2.5.0 |
2324 | 2024-12-20T22:48:32.334Z | Compiling simd-adler32 v0.3.7 |
2325 | 2024-12-20T22:48:32.406Z | Compiling lockfree-object-pool v0.1.6 |
2326 | 2024-12-20T22:48:32.739Z | Compiling zopfli v0.8.1 |
2327 | 2024-12-20T22:48:33.254Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2328 | 2024-12-20T22:48:33.744Z | Compiling papergrid v0.11.0 |
2329 | 2024-12-20T22:48:37.060Z | Compiling derive_builder_macro v0.20.2 |
2330 | 2024-12-20T22:48:37.678Z | Compiling headers v0.4.0 |
2331 | 2024-12-20T22:48:38.061Z | Compiling object v0.30.4 |
2332 | 2024-12-20T22:48:46.190Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2333 | 2024-12-20T22:48:47.776Z | Compiling strip-ansi-escapes v0.2.0 |
2334 | 2024-12-20T22:48:48.254Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2335 | 2024-12-20T22:48:48.644Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2336 | 2024-12-20T22:48:48.834Z | Compiling tabled_derive v0.7.0 |
2337 | 2024-12-20T22:48:48.956Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2338 | 2024-12-20T22:48:50.989Z | Compiling itertools v0.12.1 |
2339 | 2024-12-20T22:48:51.159Z | Compiling fd-lock v4.0.2 |
2340 | 2024-12-20T22:48:51.396Z | Compiling peg-macros v0.8.4 |
2341 | 2024-12-20T22:48:51.477Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2342 | 2024-12-20T22:48:52.548Z | Compiling strum_macros v0.24.3 |
2343 | 2024-12-20T22:48:53.494Z | Compiling kstat-rs v0.2.4 |
2344 | 2024-12-20T22:48:53.737Z | Compiling samael v0.0.17 |
2345 | 2024-12-20T22:48:54.278Z | Compiling unicase v2.7.0 |
2346 | 2024-12-20T22:48:54.488Z | Compiling nu-ansi-term v0.50.1 |
2347 | 2024-12-20T22:48:54.594Z | Compiling indoc v1.0.9 |
2348 | 2024-12-20T22:48:54.757Z | Compiling path-slash v0.1.5 |
2349 | 2024-12-20T22:48:54.845Z | Compiling peg v0.8.4 |
2350 | 2024-12-20T22:48:54.976Z | Compiling reedline v0.35.0 |
2351 | 2024-12-20T22:48:54.996Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2352 | 2024-12-20T22:48:55.429Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2353 | 2024-12-20T22:48:55.910Z | Compiling tabled v0.15.0 |
2354 | 2024-12-20T22:48:59.202Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2355 | 2024-12-20T22:49:10.589Z | Compiling derive_builder v0.20.2 |
2356 | 2024-12-20T22:49:14.913Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2357 | 2024-12-20T22:49:15.712Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2358 | 2024-12-20T22:49:15.837Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2359 | 2024-12-20T22:49:16.170Z | Compiling pem v3.0.4 |
2360 | 2024-12-20T22:49:16.192Z | Compiling bcs v0.1.6 |
2361 | 2024-12-20T22:49:17.106Z | Compiling impl-trait-for-tuples v0.2.2 |
2362 | 2024-12-20T22:49:17.638Z | Compiling oso-derive v0.27.3 |
2363 | 2024-12-20T22:49:18.671Z | Compiling libz-sys v1.1.20 |
2364 | 2024-12-20T22:49:19.350Z | Compiling quick-xml v0.33.0 |
2365 | 2024-12-20T22:49:19.445Z | Compiling diesel-dtrace v0.4.2 |
2366 | 2024-12-20T22:49:19.763Z | Compiling parking_lot_core v0.8.6 |
2367 | 2024-12-20T22:49:23.999Z | Compiling oso v0.27.3 |
2368 | 2024-12-20T22:49:27.102Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2369 | 2024-12-20T22:49:28.808Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2370 | 2024-12-20T22:49:34.358Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2371 | 2024-12-20T22:49:37.603Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2372 | 2024-12-20T22:49:37.910Z | Compiling bb8 v0.8.5 |
2373 | 2024-12-20T22:49:38.553Z | Compiling buf-list v1.0.3 |
2374 | 2024-12-20T22:49:39.236Z | Compiling async-bb8-diesel v0.2.1 |
2375 | 2024-12-20T22:49:41.672Z | Compiling nibble_vec v0.1.0 |
2376 | 2024-12-20T22:49:41.695Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2377 | 2024-12-20T22:49:41.938Z | Compiling pin-project-internal v1.1.6 |
2378 | 2024-12-20T22:49:42.464Z | Compiling atty v0.2.14 |
2379 | 2024-12-20T22:49:42.645Z | Compiling endian-type v0.1.2 |
2380 | 2024-12-20T22:49:42.918Z | Compiling salty v0.3.0 |
2381 | 2024-12-20T22:49:43.376Z | Compiling radix_trie v0.2.1 |
2382 | 2024-12-20T22:49:44.813Z | Compiling pin-project v1.1.6 |
2383 | 2024-12-20T22:49:45.308Z | Compiling parking_lot v0.11.2 |
2384 | 2024-12-20T22:49:48.479Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2385 | 2024-12-20T22:49:54.987Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2386 | 2024-12-20T22:49:59.863Z | Compiling snafu-derive v0.8.5 |
2387 | 2024-12-20T22:50:02.532Z | Compiling sled v0.34.7 |
2388 | 2024-12-20T22:50:04.735Z | Compiling snafu v0.8.5 |
2389 | 2024-12-20T22:50:06.077Z | Compiling mime_guess v2.0.5 |
2390 | 2024-12-20T22:50:07.231Z | Compiling hickory-client v0.24.1 |
2391 | 2024-12-20T22:50:14.882Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2392 | 2024-12-20T22:50:15.275Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2393 | 2024-12-20T22:50:15.939Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2394 | 2024-12-20T22:50:15.999Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2395 | 2024-12-20T22:50:16.987Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2396 | 2024-12-20T22:50:18.554Z | Compiling globset v0.4.15 |
2397 | 2024-12-20T22:50:21.296Z | Compiling hickory-server v0.24.1 |
2398 | 2024-12-20T22:50:24.933Z | Compiling primeorder v0.13.6 |
2399 | 2024-12-20T22:50:25.548Z | Compiling olpc-cjson v0.1.4 |
2400 | 2024-12-20T22:50:25.902Z | Compiling castaway v0.2.3 |
2401 | 2024-12-20T22:50:26.103Z | Compiling vergen v8.3.2 |
2402 | 2024-12-20T22:50:26.122Z | Compiling env_filter v0.1.2 |
2403 | 2024-12-20T22:50:26.407Z | Compiling serde_plain v1.0.2 |
2404 | 2024-12-20T22:50:26.962Z | Compiling cargo-platform v0.1.8 |
2405 | 2024-12-20T22:50:27.487Z | Compiling nanorand v0.7.0 |
2406 | 2024-12-20T22:50:27.560Z | Compiling memoffset v0.9.1 |
2407 | 2024-12-20T22:50:27.848Z | Compiling typed-path v0.9.3 |
2408 | 2024-12-20T22:50:28.207Z | Compiling flume v0.11.1 |
2409 | 2024-12-20T22:50:29.188Z | Compiling cargo_metadata v0.18.1 |
2410 | 2024-12-20T22:50:32.552Z | Compiling tough v0.19.0 |
2411 | 2024-12-20T22:50:33.976Z | Compiling env_logger v0.11.5 |
2412 | 2024-12-20T22:50:35.075Z | Compiling compact_str v0.8.0 |
2413 | 2024-12-20T22:50:35.420Z | Compiling git2 v0.19.0 |
2414 | 2024-12-20T22:50:35.448Z | Compiling p384 v0.13.0 |
2415 | 2024-12-20T22:50:36.563Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2416 | 2024-12-20T22:50:37.505Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2417 | 2024-12-20T22:50:37.802Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2418 | 2024-12-20T22:50:45.535Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2419 | 2024-12-20T22:50:46.788Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2420 | 2024-12-20T22:50:47.642Z | Compiling unicode-truncate v1.1.0 |
2421 | 2024-12-20T22:50:47.946Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2422 | 2024-12-20T22:50:49.592Z | Compiling lru v0.12.5 |
2423 | 2024-12-20T22:50:50.013Z | Compiling rand_seeder v0.3.0 |
2424 | 2024-12-20T22:50:50.454Z | Compiling libsqlite3-sys v0.30.1 |
2425 | 2024-12-20T22:50:50.711Z | Compiling lzma-sys v0.1.20 |
2426 | 2024-12-20T22:50:50.953Z | Compiling instability v0.3.2 |
2427 | 2024-12-20T22:50:51.535Z | Compiling parse-size v1.1.0 |
2428 | 2024-12-20T22:50:51.834Z | Compiling cfg_aliases v0.2.1 |
2429 | 2024-12-20T22:50:51.960Z | Compiling http-range v0.1.5 |
2430 | 2024-12-20T22:50:51.980Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2431 | 2024-12-20T22:50:52.297Z | Compiling rustls v0.21.12 |
2432 | 2024-12-20T22:50:52.514Z | Compiling cassowary v0.3.0 |
2433 | 2024-12-20T22:50:52.664Z | Compiling nix v0.29.0 |
2434 | 2024-12-20T22:50:53.550Z | Compiling ratatui v0.28.1 |
2435 | 2024-12-20T22:50:53.963Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2436 | 2024-12-20T22:50:56.261Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2437 | 2024-12-20T22:50:58.339Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2438 | 2024-12-20T22:51:02.093Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2439 | 2024-12-20T22:51:02.320Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2440 | 2024-12-20T22:51:03.106Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2441 | 2024-12-20T22:51:03.413Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2442 | 2024-12-20T22:51:04.252Z | Compiling sct v0.7.1 |
2443 | 2024-12-20T22:51:04.726Z | Compiling rustls-webpki v0.101.7 |
2444 | 2024-12-20T22:51:07.835Z | Compiling heck v0.3.3 |
2445 | 2024-12-20T22:51:08.004Z | Compiling csv-core v0.1.11 |
2446 | 2024-12-20T22:51:08.245Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2447 | 2024-12-20T22:51:08.591Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2448 | 2024-12-20T22:51:08.792Z | Compiling glob v0.3.1 |
2449 | 2024-12-20T22:51:08.950Z | Compiling csv v1.3.0 |
2450 | 2024-12-20T22:51:08.965Z | Compiling zone_cfg_derive v0.1.2 |
2451 | 2024-12-20T22:51:10.403Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2452 | 2024-12-20T22:51:11.176Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2453 | 2024-12-20T22:51:13.015Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2454 | 2024-12-20T22:51:14.334Z | Compiling nix v0.27.1 |
2455 | 2024-12-20T22:51:17.622Z | Compiling hyper-staticfile v0.10.1 |
2456 | 2024-12-20T22:51:19.337Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2457 | 2024-12-20T22:51:19.620Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2458 | 2024-12-20T22:51:21.489Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2459 | 2024-12-20T22:51:22.752Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2460 | 2024-12-20T22:51:26.442Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2461 | 2024-12-20T22:51:27.100Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2462 | 2024-12-20T22:51:27.959Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2463 | 2024-12-20T22:51:28.315Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2464 | 2024-12-20T22:51:28.648Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2465 | 2024-12-20T22:51:28.673Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2466 | 2024-12-20T22:51:28.947Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2467 | 2024-12-20T22:51:31.914Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2468 | 2024-12-20T22:51:32.598Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2469 | 2024-12-20T22:51:33.225Z | Compiling hashlink v0.9.1 |
2470 | 2024-12-20T22:51:34.041Z | Compiling tungstenite v0.23.0 |
2471 | 2024-12-20T22:51:34.110Z | Compiling base64 v0.13.1 |
2472 | 2024-12-20T22:51:34.926Z | Compiling fallible-streaming-iterator v0.1.9 |
2473 | 2024-12-20T22:51:35.241Z | Compiling fallible-iterator v0.3.0 |
2474 | 2024-12-20T22:51:36.032Z | Compiling tokio-tungstenite v0.23.1 |
2475 | 2024-12-20T22:51:36.110Z | Compiling rusqlite v0.32.1 |
2476 | 2024-12-20T22:51:36.741Z | Compiling ron v0.7.1 |
2477 | 2024-12-20T22:51:36.954Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2478 | 2024-12-20T22:51:37.475Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2479 | 2024-12-20T22:51:37.666Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2480 | 2024-12-20T22:51:39.390Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2481 | 2024-12-20T22:51:43.179Z | Compiling xz2 v0.1.7 |
2482 | 2024-12-20T22:51:43.684Z | Compiling tokio-rustls v0.24.1 |
2483 | 2024-12-20T22:51:44.146Z | Compiling zone v0.1.8 |
2484 | 2024-12-20T22:51:46.702Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2485 | 2024-12-20T22:51:47.733Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2486 | 2024-12-20T22:51:55.429Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2487 | 2024-12-20T22:51:59.845Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2488 | 2024-12-20T22:52:01.193Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2489 | 2024-12-20T22:52:02.068Z | Compiling rustls-pemfile v1.0.4 |
2490 | 2024-12-20T22:52:02.815Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2491 | 2024-12-20T22:52:03.116Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2492 | 2024-12-20T22:52:03.164Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2493 | 2024-12-20T22:52:03.331Z | Compiling signal-hook-tokio v0.3.1 |
2494 | 2024-12-20T22:52:03.628Z | Compiling twox-hash v1.6.3 |
2495 | 2024-12-20T22:52:04.723Z | Compiling yasna v0.5.2 |
2496 | 2024-12-20T22:52:08.205Z | Compiling smawk v0.3.2 |
2497 | 2024-12-20T22:52:08.340Z | Compiling unicode-linebreak v0.1.5 |
2498 | 2024-12-20T22:52:08.474Z | Compiling is_ci v1.2.0 |
2499 | 2024-12-20T22:52:08.789Z | Compiling textwrap v0.16.1 |
2500 | 2024-12-20T22:52:08.896Z | Compiling supports-color v3.0.1 |
2501 | 2024-12-20T22:52:09.343Z | Compiling rcgen v0.12.1 |
2502 | 2024-12-20T22:52:14.630Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2503 | 2024-12-20T22:52:19.724Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2504 | 2024-12-20T22:52:23.017Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2505 | 2024-12-20T22:52:23.290Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2506 | 2024-12-20T22:52:31.168Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2507 | 2024-12-20T22:52:31.879Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2508 | 2024-12-20T22:52:36.793Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2509 | 2024-12-20T22:52:44.551Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2510 | 2024-12-20T22:52:50.564Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2511 | 2024-12-20T22:52:51.221Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2512 | 2024-12-20T22:52:51.537Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2513 | 2024-12-20T22:52:58.247Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2514 | 2024-12-20T22:52:59.645Z | Compiling fatfs v0.3.6 |
2515 | 2024-12-20T22:53:02.630Z | Compiling rtoolbox v0.0.2 |
2516 | 2024-12-20T22:53:03.085Z | Compiling subprocess v0.2.9 |
2517 | 2024-12-20T22:53:04.042Z | Compiling assert_matches v1.5.0 |
2518 | 2024-12-20T22:53:07.732Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2519 | 2024-12-20T22:53:08.842Z | Compiling rpassword v7.3.1 |
2520 | 2024-12-20T22:53:09.324Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2521 | 2024-12-20T22:53:13.876Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2522 | 2024-12-20T22:53:15.667Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2523 | 2024-12-20T22:53:20.985Z | Compiling tui-tree-widget v0.22.0 |
2524 | 2024-12-20T22:53:21.109Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2525 | 2024-12-20T22:53:21.421Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2526 | 2024-12-20T22:53:21.741Z | Compiling uzers v0.12.1 |
2527 | 2024-12-20T22:53:25.005Z | Compiling shell-words v1.1.0 |
2528 | 2024-12-20T22:53:25.458Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2529 | 2024-12-20T22:53:34.869Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2530 | 2024-12-20T22:53:36.898Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2531 | 2024-12-20T22:54:00.192Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2532 | 2024-12-20T22:54:05.278Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2533 | 2024-12-20T22:54:10.188Z | Compiling multimap v0.10.0 |
2534 | 2024-12-20T22:56:32.213Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2535 | 2024-12-20T22:56:32.491Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2536 | 2024-12-20T23:03:28.079Z | Finished `release` profile [optimized] target(s) in 16m 26s |
2537 | 2024-12-20T23:04:33.419Z | |
2538 | 2024-12-20T23:04:33.423Z | real 17:33.123402895 |
2539 | 2024-12-20T23:04:33.423Z | user 1:59:14.487247551 |
2540 | 2024-12-20T23:04:33.423Z | sys 5:57.708909708 |
2541 | 2024-12-20T23:04:33.423Z | trap 3.138185413 |
2542 | 2024-12-20T23:04:33.423Z | tflt 2.858590691 |
2543 | 2024-12-20T23:04:33.423Z | dflt 5.106297115 |
2544 | 2024-12-20T23:04:33.423Z | kflt 0.001804463 |
2545 | 2024-12-20T23:04:33.423Z | lock 7:28:45.970849376 |
2546 | 2024-12-20T23:04:33.423Z | slp 6:20:56.904639490 |
2547 | 2024-12-20T23:04:33.423Z | lat 2:57.669851497 |
2548 | 2024-12-20T23:04:33.423Z | stop 2:38.997403143 |
2549 | 2024-12-20T23:04:33.423Z | + mapfile -t packages |
2550 | 2024-12-20T23:04:33.423Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2551 | 2024-12-20T23:04:34.578Z | Finished `release` profile [optimized] target(s) in 1.09s |
2552 | 2024-12-20T23:04:34.634Z | Running `target/release/omicron-package -t test list-outputs` |
2553 | 2024-12-20T23:04:34.689Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2554 | 2024-12-20T23:04:34.692Z | + ptime -m cargo build --locked --release -p xtask |
2555 | 2024-12-20T23:04:35.297Z | Compiling serde v1.0.215 |
2556 | 2024-12-20T23:04:35.300Z | Compiling rustix v0.38.37 |
2557 | 2024-12-20T23:04:35.300Z | Compiling serde_json v1.0.132 |
2558 | 2024-12-20T23:04:35.300Z | Compiling libc v0.2.162 |
2559 | 2024-12-20T23:04:35.401Z | Compiling syn v2.0.87 |
2560 | 2024-12-20T23:04:35.411Z | Compiling bitflags v2.6.0 |
2561 | 2024-12-20T23:04:35.740Z | Compiling usdt-impl v0.5.0 |
2562 | 2024-12-20T23:04:35.827Z | Compiling syn v1.0.109 |
2563 | 2024-12-20T23:04:35.922Z | Compiling log v0.4.22 |
2564 | 2024-12-20T23:04:35.939Z | Compiling hashbrown v0.15.1 |
2565 | 2024-12-20T23:04:35.996Z | Compiling fs-err v2.11.0 |
2566 | 2024-12-20T23:04:36.305Z | Compiling anyhow v1.0.93 |
2567 | 2024-12-20T23:04:36.396Z | Compiling once_cell v1.20.2 |
2568 | 2024-12-20T23:04:36.877Z | Compiling thread-id v4.2.2 |
2569 | 2024-12-20T23:04:37.289Z | Compiling indexmap v2.6.0 |
2570 | 2024-12-20T23:04:38.507Z | Compiling terminal_size v0.4.0 |
2571 | 2024-12-20T23:04:38.507Z | Compiling tempfile v3.13.0 |
2572 | 2024-12-20T23:04:38.770Z | Compiling clap_builder v4.5.21 |
2573 | 2024-12-20T23:04:39.432Z | Compiling proc-macro-error v1.0.4 |
2574 | 2024-12-20T23:04:40.769Z | Compiling tabled_derive v0.7.0 |
2575 | 2024-12-20T23:04:42.101Z | Compiling tabled v0.15.0 |
2576 | 2024-12-20T23:04:43.509Z | Compiling serde_derive v1.0.215 |
2577 | 2024-12-20T23:04:44.575Z | Compiling thiserror-impl v1.0.69 |
2578 | 2024-12-20T23:04:44.754Z | Compiling zerocopy-derive v0.7.35 |
2579 | 2024-12-20T23:04:44.874Z | Compiling scroll_derive v0.12.0 |
2580 | 2024-12-20T23:04:46.363Z | Compiling scroll v0.12.0 |
2581 | 2024-12-20T23:04:46.860Z | Compiling zerocopy v0.7.35 |
2582 | 2024-12-20T23:04:47.061Z | Compiling goblin v0.8.2 |
2583 | 2024-12-20T23:04:47.639Z | Compiling thiserror v1.0.69 |
2584 | 2024-12-20T23:04:47.816Z | Compiling pest v2.7.14 |
2585 | 2024-12-20T23:04:51.040Z | Compiling pest_meta v2.7.14 |
2586 | 2024-12-20T23:04:52.777Z | Compiling pest_generator v2.7.14 |
2587 | 2024-12-20T23:04:55.454Z | Compiling pest_derive v2.7.14 |
2588 | 2024-12-20T23:04:56.262Z | Compiling dtrace-parser v0.2.0 |
2589 | 2024-12-20T23:04:58.033Z | Compiling clap_derive v4.5.18 |
2590 | 2024-12-20T23:05:02.512Z | Compiling dof v0.3.0 |
2591 | 2024-12-20T23:05:02.942Z | Compiling serde_tokenstream v0.2.2 |
2592 | 2024-12-20T23:05:02.959Z | Compiling serde_spanned v0.6.8 |
2593 | 2024-12-20T23:05:03.470Z | Compiling toml_datetime v0.6.8 |
2594 | 2024-12-20T23:05:04.226Z | Compiling toml_edit v0.22.22 |
2595 | 2024-12-20T23:05:04.684Z | Compiling camino v1.1.9 |
2596 | 2024-12-20T23:05:05.179Z | Compiling usdt-attr-macro v0.5.0 |
2597 | 2024-12-20T23:05:06.123Z | Compiling usdt-macro v0.5.0 |
2598 | 2024-12-20T23:05:07.349Z | Compiling semver v1.0.23 |
2599 | 2024-12-20T23:05:08.075Z | Compiling toml v0.8.19 |
2600 | 2024-12-20T23:05:08.525Z | Compiling cargo-platform v0.1.8 |
2601 | 2024-12-20T23:05:08.887Z | Compiling usdt v0.5.0 |
2602 | 2024-12-20T23:05:08.918Z | Compiling cargo_metadata v0.18.1 |
2603 | 2024-12-20T23:05:09.691Z | Compiling cargo_toml v0.20.5 |
2604 | 2024-12-20T23:05:10.420Z | Compiling camino-tempfile v1.1.1 |
2605 | 2024-12-20T23:05:10.475Z | Compiling clap v4.5.21 |
2606 | 2024-12-20T23:05:10.627Z | Compiling macaddr v1.0.1 |
2607 | 2024-12-20T23:05:21.993Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2608 | 2024-12-20T23:05:33.817Z | Finished `release` profile [optimized] target(s) in 59.06s |
2609 | 2024-12-20T23:05:33.931Z | |
2610 | 2024-12-20T23:05:33.935Z | real 59.206465824 |
2611 | 2024-12-20T23:05:33.935Z | user 5:57.789561003 |
2612 | 2024-12-20T23:05:33.936Z | sys 33.066022798 |
2613 | 2024-12-20T23:05:33.936Z | trap 0.174354876 |
2614 | 2024-12-20T23:05:33.936Z | tflt 0.312988137 |
2615 | 2024-12-20T23:05:33.936Z | dflt 0.637405805 |
2616 | 2024-12-20T23:05:33.936Z | kflt 0.000000000 |
2617 | 2024-12-20T23:05:33.936Z | lock 10:36.696027754 |
2618 | 2024-12-20T23:05:33.936Z | slp 15:41.074500994 |
2619 | 2024-12-20T23:05:33.936Z | lat 12.760227957 |
2620 | 2024-12-20T23:05:33.936Z | stop 17.178315891 |
2621 | 2024-12-20T23:05:33.936Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2622 | 2024-12-20T23:05:33.936Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2623 | 2024-12-20T23:05:33.936Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2624 | 2024-12-20T23:05:33.936Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2625 | 2024-12-20T23:05:33.936Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2626 | 2024-12-20T23:05:34.843Z | Compiling hashbrown v0.14.5 |
2627 | 2024-12-20T23:05:34.972Z | Compiling ident_case v1.0.1 |
2628 | 2024-12-20T23:05:34.975Z | Compiling unsafe-libyaml v0.2.11 |
2629 | 2024-12-20T23:05:34.975Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2630 | 2024-12-20T23:05:34.975Z | Compiling progenitor-client v0.8.0 |
2631 | 2024-12-20T23:05:34.975Z | Compiling ipnetwork v0.20.0 |
2632 | 2024-12-20T23:05:34.975Z | Compiling macaddr v1.0.1 |
2633 | 2024-12-20T23:05:34.975Z | Compiling instant v0.1.13 |
2634 | 2024-12-20T23:05:35.131Z | Compiling darling_core v0.20.10 |
2635 | 2024-12-20T23:05:35.174Z | Compiling structmeta-derive v0.3.0 |
2636 | 2024-12-20T23:05:35.484Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2637 | 2024-12-20T23:05:35.526Z | Compiling dropshot v0.13.0 |
2638 | 2024-12-20T23:05:35.602Z | Compiling newtype-uuid v1.1.3 |
2639 | 2024-12-20T23:05:35.940Z | Compiling dropshot_endpoint v0.13.0 |
2640 | 2024-12-20T23:05:36.012Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2641 | 2024-12-20T23:05:36.300Z | Compiling regress v0.10.1 |
2642 | 2024-12-20T23:05:36.321Z | Compiling regress v0.9.1 |
2643 | 2024-12-20T23:05:36.344Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2644 | 2024-12-20T23:05:36.732Z | Compiling serde_yaml v0.9.34+deprecated |
2645 | 2024-12-20T23:05:36.816Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2646 | 2024-12-20T23:05:37.020Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2647 | 2024-12-20T23:05:37.069Z | Compiling backoff v0.4.0 |
2648 | 2024-12-20T23:05:37.462Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2649 | 2024-12-20T23:05:37.647Z | Compiling tempfile v3.13.0 |
2650 | 2024-12-20T23:05:37.836Z | Compiling proc-macro-crate v1.3.1 |
2651 | 2024-12-20T23:05:38.319Z | Compiling structmeta v0.3.0 |
2652 | 2024-12-20T23:05:38.585Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2653 | 2024-12-20T23:05:38.822Z | Compiling parse-display-derive v0.10.0 |
2654 | 2024-12-20T23:05:39.001Z | Compiling num_enum_derive v0.5.11 |
2655 | 2024-12-20T23:05:39.031Z | Compiling itertools v0.13.0 |
2656 | 2024-12-20T23:05:41.024Z | Compiling typify-impl v0.2.0 |
2657 | 2024-12-20T23:05:41.724Z | Compiling zerocopy v0.8.10 |
2658 | 2024-12-20T23:05:41.747Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2659 | 2024-12-20T23:05:41.765Z | Compiling num_enum v0.5.11 |
2660 | 2024-12-20T23:05:41.947Z | Compiling foreign-types-macros v0.2.3 |
2661 | 2024-12-20T23:05:42.095Z | Compiling zerocopy-derive v0.8.10 |
2662 | 2024-12-20T23:05:42.522Z | Compiling heapless v0.8.0 |
2663 | 2024-12-20T23:05:42.625Z | Compiling darling_macro v0.20.10 |
2664 | 2024-12-20T23:05:42.778Z | Compiling foreign-types-shared v0.3.1 |
2665 | 2024-12-20T23:05:43.100Z | Compiling proc-macro-error v1.0.4 |
2666 | 2024-12-20T23:05:43.327Z | Compiling foreign-types v0.5.0 |
2667 | 2024-12-20T23:05:43.461Z | Compiling camino-tempfile v1.1.1 |
2668 | 2024-12-20T23:05:43.598Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2669 | 2024-12-20T23:05:43.631Z | Compiling parse-display v0.10.0 |
2670 | 2024-12-20T23:05:43.650Z | Compiling darling v0.20.10 |
2671 | 2024-12-20T23:05:43.790Z | Compiling serde_with_macros v3.11.0 |
2672 | 2024-12-20T23:05:43.941Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2673 | 2024-12-20T23:05:43.969Z | Compiling hash32 v0.3.1 |
2674 | 2024-12-20T23:05:44.254Z | Compiling cstr-argument v0.1.2 |
2675 | 2024-12-20T23:05:44.445Z | Compiling crucible-workspace-hack v0.1.0 |
2676 | 2024-12-20T23:05:44.513Z | Compiling pretty-hex v0.2.1 |
2677 | 2024-12-20T23:05:44.545Z | Compiling smoltcp v0.11.0 |
2678 | 2024-12-20T23:05:44.720Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2679 | 2024-12-20T23:05:44.770Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2680 | 2024-12-20T23:05:44.967Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2681 | 2024-12-20T23:05:45.367Z | Compiling tabwriter v1.4.0 |
2682 | 2024-12-20T23:05:45.629Z | Compiling colored v2.1.0 |
2683 | 2024-12-20T23:05:45.945Z | Compiling cobs v0.2.3 |
2684 | 2024-12-20T23:05:46.300Z | Compiling postcard v1.0.10 |
2685 | 2024-12-20T23:05:46.624Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2686 | 2024-12-20T23:05:46.828Z | Compiling serde_with v3.11.0 |
2687 | 2024-12-20T23:05:46.931Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2688 | 2024-12-20T23:05:47.065Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2689 | 2024-12-20T23:05:47.129Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2690 | 2024-12-20T23:05:47.436Z | Compiling thiserror v2.0.3 |
2691 | 2024-12-20T23:05:48.082Z | Compiling smf v0.2.3 |
2692 | 2024-12-20T23:05:48.473Z | Compiling thiserror-impl v2.0.3 |
2693 | 2024-12-20T23:05:48.873Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2694 | 2024-12-20T23:05:49.606Z | Compiling zone_cfg_derive v0.3.0 |
2695 | 2024-12-20T23:05:51.171Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2696 | 2024-12-20T23:05:51.194Z | Compiling num-derive v0.4.2 |
2697 | 2024-12-20T23:05:51.429Z | Compiling sigpipe v0.1.3 |
2698 | 2024-12-20T23:05:51.480Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2699 | 2024-12-20T23:05:51.572Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2700 | 2024-12-20T23:05:51.602Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2701 | 2024-12-20T23:05:51.711Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2702 | 2024-12-20T23:05:51.813Z | Compiling zone v0.3.0 |
2703 | 2024-12-20T23:05:52.087Z | Compiling universal-hash v0.5.1 |
2704 | 2024-12-20T23:05:52.318Z | Compiling opaque-debug v0.3.1 |
2705 | 2024-12-20T23:05:52.438Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2706 | 2024-12-20T23:05:52.471Z | Compiling num-rational v0.4.2 |
2707 | 2024-12-20T23:05:52.570Z | Compiling password-hash v0.5.0 |
2708 | 2024-12-20T23:05:52.920Z | Compiling num-complex v0.4.6 |
2709 | 2024-12-20T23:05:53.477Z | Compiling blake2 v0.10.6 |
2710 | 2024-12-20T23:05:53.636Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2711 | 2024-12-20T23:05:53.642Z | Compiling aead v0.5.2 |
2712 | 2024-12-20T23:05:53.764Z | Compiling convert_case v0.4.0 |
2713 | 2024-12-20T23:05:54.052Z | Compiling keccak v0.1.5 |
2714 | 2024-12-20T23:05:54.108Z | Compiling argon2 v0.5.3 |
2715 | 2024-12-20T23:05:54.324Z | Compiling num v0.4.3 |
2716 | 2024-12-20T23:05:54.461Z | Compiling sha3 v0.10.8 |
2717 | 2024-12-20T23:05:54.714Z | Compiling poly1305 v0.8.0 |
2718 | 2024-12-20T23:05:54.873Z | Compiling derive_more v0.99.18 |
2719 | 2024-12-20T23:05:54.913Z | Compiling tungstenite v0.21.0 |
2720 | 2024-12-20T23:05:55.152Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2721 | 2024-12-20T23:05:55.492Z | Compiling chacha20 v0.9.1 |
2722 | 2024-12-20T23:05:55.540Z | Compiling base64 v0.21.7 |
2723 | 2024-12-20T23:05:56.023Z | Compiling float-ord v0.3.2 |
2724 | 2024-12-20T23:05:56.225Z | Compiling tokio-tungstenite v0.21.0 |
2725 | 2024-12-20T23:05:56.384Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2726 | 2024-12-20T23:05:56.497Z | Compiling semver v0.1.20 |
2727 | 2024-12-20T23:05:56.866Z | Compiling same-file v1.0.6 |
2728 | 2024-12-20T23:05:56.988Z | Compiling rustc_version v0.1.7 |
2729 | 2024-12-20T23:05:57.107Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2730 | 2024-12-20T23:05:57.186Z | Compiling walkdir v2.5.0 |
2731 | 2024-12-20T23:05:57.206Z | Compiling newline-converter v0.3.0 |
2732 | 2024-12-20T23:05:57.226Z | Compiling primeorder v0.13.6 |
2733 | 2024-12-20T23:05:57.273Z | Compiling secrecy v0.8.0 |
2734 | 2024-12-20T23:05:57.388Z | Compiling cancel-safe-futures v0.1.5 |
2735 | 2024-12-20T23:05:57.560Z | Compiling owo-colors v4.1.0 |
2736 | 2024-12-20T23:05:57.590Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2737 | 2024-12-20T23:05:57.775Z | Compiling newtype_derive v0.1.6 |
2738 | 2024-12-20T23:05:57.805Z | Compiling expectorate v1.1.0 |
2739 | 2024-12-20T23:05:57.887Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2740 | 2024-12-20T23:05:57.992Z | Compiling thiserror-impl-no-std v2.0.2 |
2741 | 2024-12-20T23:05:58.013Z | Compiling ring v0.16.20 |
2742 | 2024-12-20T23:05:58.070Z | Compiling blake3 v1.5.4 |
2743 | 2024-12-20T23:05:58.234Z | Compiling unicase v2.7.0 |
2744 | 2024-12-20T23:05:58.484Z | Compiling half v2.4.1 |
2745 | 2024-12-20T23:05:58.537Z | Compiling arc-swap v1.7.1 |
2746 | 2024-12-20T23:05:58.786Z | Compiling ciborium-io v0.2.2 |
2747 | 2024-12-20T23:05:59.132Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2748 | 2024-12-20T23:05:59.248Z | Compiling slog-scope v4.4.0 |
2749 | 2024-12-20T23:05:59.425Z | Compiling ciborium-ll v0.2.2 |
2750 | 2024-12-20T23:05:59.818Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2751 | 2024-12-20T23:06:00.145Z | Compiling polyval v0.6.2 |
2752 | 2024-12-20T23:06:00.384Z | Compiling typify-macro v0.2.0 |
2753 | 2024-12-20T23:06:00.605Z | Compiling atomicwrites v0.4.4 |
2754 | 2024-12-20T23:06:00.623Z | Compiling libsw v3.3.1 |
2755 | 2024-12-20T23:06:00.662Z | Compiling memmap2 v0.9.5 |
2756 | 2024-12-20T23:06:00.969Z | Compiling salty v0.3.0 |
2757 | 2024-12-20T23:06:00.992Z | Compiling indent_write v2.2.0 |
2758 | 2024-12-20T23:06:01.197Z | Compiling constant_time_eq v0.3.1 |
2759 | 2024-12-20T23:06:01.240Z | Compiling arrayref v0.3.9 |
2760 | 2024-12-20T23:06:01.368Z | Compiling spin v0.5.2 |
2761 | 2024-12-20T23:06:01.389Z | Compiling thiserror-no-std v2.0.2 |
2762 | 2024-12-20T23:06:01.408Z | Compiling libefi-sys v0.1.0 |
2763 | 2024-12-20T23:06:01.428Z | Compiling linear-map v1.2.0 |
2764 | 2024-12-20T23:06:01.526Z | Compiling parking_lot_core v0.8.6 |
2765 | 2024-12-20T23:06:01.629Z | Compiling arrayvec v0.7.6 |
2766 | 2024-12-20T23:06:01.753Z | Compiling vsss-rs v3.3.4 |
2767 | 2024-12-20T23:06:01.865Z | Compiling ghash v0.5.1 |
2768 | 2024-12-20T23:06:02.080Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2769 | 2024-12-20T23:06:02.273Z | Compiling ciborium v0.2.2 |
2770 | 2024-12-20T23:06:02.691Z | Compiling slog-stdlog v4.1.1 |
2771 | 2024-12-20T23:06:03.127Z | Compiling p384 v0.13.0 |
2772 | 2024-12-20T23:06:03.157Z | Compiling toolchain_find v0.4.0 |
2773 | 2024-12-20T23:06:03.353Z | Compiling chacha20poly1305 v0.10.1 |
2774 | 2024-12-20T23:06:03.928Z | Compiling lzma-sys v0.1.20 |
2775 | 2024-12-20T23:06:03.938Z | Compiling ctr v0.9.2 |
2776 | 2024-12-20T23:06:03.957Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2777 | 2024-12-20T23:06:04.308Z | Compiling bitfield-struct v0.6.2 |
2778 | 2024-12-20T23:06:04.385Z | Compiling slog-dtrace v0.3.0 |
2779 | 2024-12-20T23:06:04.438Z | Compiling topological-sort v0.2.2 |
2780 | 2024-12-20T23:06:04.687Z | Compiling highway v1.2.0 |
2781 | 2024-12-20T23:06:04.781Z | Compiling omicron-zone-package v0.11.1 |
2782 | 2024-12-20T23:06:04.876Z | Compiling typify v0.2.0 |
2783 | 2024-12-20T23:06:04.987Z | Compiling aes-gcm v0.10.3 |
2784 | 2024-12-20T23:06:05.053Z | Compiling progenitor-impl v0.8.0 |
2785 | 2024-12-20T23:06:05.333Z | Compiling rustfmt-wrapper v0.2.1 |
2786 | 2024-12-20T23:06:05.508Z | Compiling slog-envlogger v2.2.0 |
2787 | 2024-12-20T23:06:05.829Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2788 | 2024-12-20T23:06:05.874Z | Compiling mime_guess v2.0.5 |
2789 | 2024-12-20T23:06:05.920Z | Compiling steno v0.4.1 |
2790 | 2024-12-20T23:06:06.644Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2791 | 2024-12-20T23:06:06.930Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2792 | 2024-12-20T23:06:07.021Z | Compiling heck v0.3.3 |
2793 | 2024-12-20T23:06:07.247Z | Compiling ssh-encoding v0.2.0 |
2794 | 2024-12-20T23:06:07.383Z | Compiling blowfish v0.9.1 |
2795 | 2024-12-20T23:06:07.406Z | Compiling nibble_vec v0.1.0 |
2796 | 2024-12-20T23:06:07.490Z | Compiling env_filter v0.1.2 |
2797 | 2024-12-20T23:06:07.639Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2798 | 2024-12-20T23:06:07.772Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2799 | 2024-12-20T23:06:07.775Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2800 | 2024-12-20T23:06:07.865Z | Compiling humantime v2.1.0 |
2801 | 2024-12-20T23:06:08.077Z | Compiling endian-type v0.1.2 |
2802 | 2024-12-20T23:06:08.148Z | Compiling env_logger v0.11.5 |
2803 | 2024-12-20T23:06:08.165Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2804 | 2024-12-20T23:06:08.286Z | Compiling radix_trie v0.2.1 |
2805 | 2024-12-20T23:06:08.327Z | Compiling bcrypt-pbkdf v0.10.0 |
2806 | 2024-12-20T23:06:08.402Z | Compiling ssh-cipher v0.2.0 |
2807 | 2024-12-20T23:06:08.938Z | Compiling zone_cfg_derive v0.1.2 |
2808 | 2024-12-20T23:06:09.107Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2809 | 2024-12-20T23:06:09.252Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2810 | 2024-12-20T23:06:09.622Z | Compiling parking_lot v0.11.2 |
2811 | 2024-12-20T23:06:10.156Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2812 | 2024-12-20T23:06:10.181Z | Compiling password-hash v0.4.2 |
2813 | 2024-12-20T23:06:10.498Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2814 | 2024-12-20T23:06:10.529Z | Compiling gethostname v0.5.0 |
2815 | 2024-12-20T23:06:10.587Z | Compiling fxhash v0.2.1 |
2816 | 2024-12-20T23:06:10.608Z | Compiling zip v2.1.3 |
2817 | 2024-12-20T23:06:10.778Z | Compiling base64 v0.13.1 |
2818 | 2024-12-20T23:06:10.822Z | Compiling lockfree-object-pool v0.1.6 |
2819 | 2024-12-20T23:06:10.942Z | Compiling bumpalo v3.16.0 |
2820 | 2024-12-20T23:06:11.129Z | Compiling matches v0.1.10 |
2821 | 2024-12-20T23:06:11.132Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2822 | 2024-12-20T23:06:11.132Z | Compiling simd-adler32 v0.3.7 |
2823 | 2024-12-20T23:06:11.248Z | Compiling http-range v0.1.5 |
2824 | 2024-12-20T23:06:11.348Z | Compiling idna v0.2.3 |
2825 | 2024-12-20T23:06:11.398Z | Compiling ron v0.7.1 |
2826 | 2024-12-20T23:06:11.501Z | Compiling sled v0.34.7 |
2827 | 2024-12-20T23:06:11.555Z | Compiling zopfli v0.8.1 |
2828 | 2024-12-20T23:06:11.650Z | Compiling pbkdf2 v0.11.0 |
2829 | 2024-12-20T23:06:11.779Z | Compiling zone v0.1.8 |
2830 | 2024-12-20T23:06:12.046Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2831 | 2024-12-20T23:06:12.842Z | Compiling xz2 v0.1.7 |
2832 | 2024-12-20T23:06:13.095Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2833 | 2024-12-20T23:06:13.475Z | Compiling ssh-key v0.6.6 |
2834 | 2024-12-20T23:06:13.495Z | Compiling hickory-client v0.24.1 |
2835 | 2024-12-20T23:06:13.525Z | Compiling progenitor-macro v0.8.0 |
2836 | 2024-12-20T23:06:14.271Z | Compiling p256 v0.13.2 |
2837 | 2024-12-20T23:06:14.367Z | Compiling p521 v0.13.3 |
2838 | 2024-12-20T23:06:14.484Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2839 | 2024-12-20T23:06:15.070Z | Compiling hickory-server v0.24.1 |
2840 | 2024-12-20T23:06:15.183Z | Compiling enum-as-inner v0.5.1 |
2841 | 2024-12-20T23:06:15.704Z | Compiling pem v3.0.4 |
2842 | 2024-12-20T23:06:16.270Z | Compiling yasna v0.5.2 |
2843 | 2024-12-20T23:06:16.589Z | Compiling headers-core v0.3.0 |
2844 | 2024-12-20T23:06:16.801Z | Compiling kstat-rs v0.2.4 |
2845 | 2024-12-20T23:06:16.889Z | Compiling nanorand v0.7.0 |
2846 | 2024-12-20T23:06:17.512Z | Compiling atty v0.2.14 |
2847 | 2024-12-20T23:06:17.530Z | Compiling russh-cryptovec v0.7.3 |
2848 | 2024-12-20T23:06:17.671Z | Compiling md5 v0.7.0 |
2849 | 2024-12-20T23:06:17.873Z | Compiling flume v0.11.1 |
2850 | 2024-12-20T23:06:18.077Z | Compiling russh-keys v0.45.0 |
2851 | 2024-12-20T23:06:18.215Z | Compiling rcgen v0.12.1 |
2852 | 2024-12-20T23:06:18.236Z | Compiling headers v0.4.0 |
2853 | 2024-12-20T23:06:18.576Z | Compiling trust-dns-proto v0.22.0 |
2854 | 2024-12-20T23:06:18.629Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2855 | 2024-12-20T23:06:20.205Z | Compiling hyper-staticfile v0.10.1 |
2856 | 2024-12-20T23:06:21.376Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2857 | 2024-12-20T23:06:22.030Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2858 | 2024-12-20T23:06:22.613Z | Compiling num-bigint v0.4.6 |
2859 | 2024-12-20T23:06:22.636Z | Compiling des v0.8.1 |
2860 | 2024-12-20T23:06:22.902Z | Compiling subprocess v0.2.9 |
2861 | 2024-12-20T23:06:23.014Z | Compiling dhcproto-macros v0.1.0 |
2862 | 2024-12-20T23:06:23.017Z | Compiling display-error-chain v0.2.2 |
2863 | 2024-12-20T23:06:23.247Z | Compiling hex-literal v0.4.1 |
2864 | 2024-12-20T23:06:23.429Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2865 | 2024-12-20T23:06:23.592Z | Compiling internet-checksum v0.2.1 |
2866 | 2024-12-20T23:06:23.996Z | Compiling dhcproto v0.12.0 |
2867 | 2024-12-20T23:06:25.671Z | Compiling russh v0.45.0 |
2868 | 2024-12-20T23:06:27.343Z | Compiling progenitor v0.8.0 |
2869 | 2024-12-20T23:06:27.492Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2870 | 2024-12-20T23:06:27.492Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2871 | 2024-12-20T23:06:27.495Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2872 | 2024-12-20T23:06:27.495Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2873 | 2024-12-20T23:06:27.495Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2874 | 2024-12-20T23:06:27.574Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2875 | 2024-12-20T23:06:27.666Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2876 | 2024-12-20T23:06:29.071Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2877 | 2024-12-20T23:06:31.017Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2878 | 2024-12-20T23:06:31.933Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2879 | 2024-12-20T23:06:34.040Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2880 | 2024-12-20T23:06:34.495Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2881 | 2024-12-20T23:06:44.060Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2882 | 2024-12-20T23:06:44.062Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2883 | 2024-12-20T23:06:44.062Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2884 | 2024-12-20T23:06:44.062Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2885 | 2024-12-20T23:06:45.009Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2886 | 2024-12-20T23:06:47.495Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2887 | 2024-12-20T23:06:48.626Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2888 | 2024-12-20T23:06:48.647Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2889 | 2024-12-20T23:06:49.814Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2890 | 2024-12-20T23:06:52.507Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2891 | 2024-12-20T23:06:52.614Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2892 | 2024-12-20T23:06:53.087Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2893 | 2024-12-20T23:06:53.720Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2894 | 2024-12-20T23:06:55.244Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2895 | 2024-12-20T23:06:55.495Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2896 | 2024-12-20T23:06:56.908Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2897 | 2024-12-20T23:06:57.357Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2898 | 2024-12-20T23:06:58.422Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2899 | 2024-12-20T23:06:58.745Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2900 | 2024-12-20T23:07:00.607Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2901 | 2024-12-20T23:07:01.125Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2902 | 2024-12-20T23:07:01.147Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2903 | 2024-12-20T23:07:01.710Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2904 | 2024-12-20T23:07:03.322Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2905 | 2024-12-20T23:07:07.108Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2906 | 2024-12-20T23:07:08.454Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2907 | 2024-12-20T23:07:09.246Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2908 | 2024-12-20T23:07:10.165Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2909 | 2024-12-20T23:07:15.845Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2910 | 2024-12-20T23:07:24.858Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2911 | 2024-12-20T23:07:26.346Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2912 | 2024-12-20T23:07:47.375Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2913 | 2024-12-20T23:08:25.069Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 51s |
2914 | 2024-12-20T23:08:25.265Z | |
2915 | 2024-12-20T23:08:25.265Z | real 2:51.279772729 |
2916 | 2024-12-20T23:08:25.265Z | user 12:50.336174809 |
2917 | 2024-12-20T23:08:25.265Z | sys 2:51.412588498 |
2918 | 2024-12-20T23:08:25.265Z | trap 0.362595756 |
2919 | 2024-12-20T23:08:25.270Z | tflt 0.751447490 |
2920 | 2024-12-20T23:08:25.270Z | dflt 2.337584937 |
2921 | 2024-12-20T23:08:25.270Z | kflt 0.000067034 |
2922 | 2024-12-20T23:08:25.270Z | lock 27:04.515718958 |
2923 | 2024-12-20T23:08:25.270Z | slp 46:30.082323146 |
2924 | 2024-12-20T23:08:25.270Z | lat 37.289460741 |
2925 | 2024-12-20T23:08:25.270Z | stop 1:35.347912078 |
2926 | 2024-12-20T23:08:25.270Z | + mkdir tests |
2927 | 2024-12-20T23:08:25.273Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2928 | 2024-12-20T23:08:25.273Z | + xargs -I '{}' -t cp '{}' tests/ |
2929 | 2024-12-20T23:08:25.877Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-5f4fd34570514b4f tests/ |
2930 | 2024-12-20T23:08:25.905Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-41e4b8f650b448b3 tests/ |
2931 | 2024-12-20T23:08:26.427Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-a6a38627cf68b1a4 tests/ |
2932 | 2024-12-20T23:08:26.448Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-40465226e9d9f67a tests/ |
2933 | 2024-12-20T23:08:26.448Z | + 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/*) |
2934 | 2024-12-20T23:08:26.448Z | + 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 |
2935 | 2024-12-20T23:09:37.929Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2936 | 2024-12-20T23:09:37.929Z | a .github/buildomat/ci-env.sh 1K |
2937 | 2024-12-20T23:09:37.929Z | a out/target/test 1K |
2938 | 2024-12-20T23:09:37.929Z | a out/npuzone/npuzone 23144K |
2939 | 2024-12-20T23:09:37.930Z | a package-manifest.toml 33K |
2940 | 2024-12-20T23:09:37.930Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2941 | 2024-12-20T23:09:37.930Z | a target/release/omicron-package 36300K |
2942 | 2024-12-20T23:09:37.930Z | a target/release/xtask 11762K |
2943 | 2024-12-20T23:09:37.931Z | a target/debug/bootstrap 210462K |
2944 | 2024-12-20T23:09:37.931Z | a tests/bootstrap-41e4b8f650b448b3 24246K |
2945 | 2024-12-20T23:09:37.931Z | a tests/commtest-a6a38627cf68b1a4 25022K |
2946 | 2024-12-20T23:09:37.931Z | a tests/dhcp_server-5f4fd34570514b4f 24246K |
2947 | 2024-12-20T23:09:37.931Z | a tests/end_to_end_tests-40465226e9d9f67a 228525K |
2948 | 2024-12-20T23:09:37.931Z | a out/clickhouse.tar.gz 293411K |
2949 | 2024-12-20T23:09:37.931Z | a out/clickhouse_keeper.tar.gz 280526K |
2950 | 2024-12-20T23:09:37.931Z | a out/clickhouse_server.tar.gz 293390K |
2951 | 2024-12-20T23:09:37.931Z | a out/cockroachdb.tar.gz 134587K |
2952 | 2024-12-20T23:09:37.932Z | a out/crucible-dtrace.tar 85K |
2953 | 2024-12-20T23:09:37.932Z | a out/crucible-pantry-zone.tar.gz 28190K |
2954 | 2024-12-20T23:09:37.932Z | a out/crucible-zone.tar.gz 36406K |
2955 | 2024-12-20T23:09:37.932Z | a out/external-dns.tar.gz 35284K |
2956 | 2024-12-20T23:09:37.932Z | a out/internal-dns.tar.gz 35282K |
2957 | 2024-12-20T23:09:37.932Z | a out/mg-ddm-gz.tar 63075K |
2958 | 2024-12-20T23:09:37.932Z | a out/nexus.tar.gz 97817K |
2959 | 2024-12-20T23:09:37.932Z | a out/ntp.tar.gz 10373K |
2960 | 2024-12-20T23:09:37.932Z | a out/omicron-gateway-softnpu.tar.gz 23854K |
2961 | 2024-12-20T23:09:37.933Z | a out/omicron-sled-agent.tar 113342K |
2962 | 2024-12-20T23:09:37.933Z | a out/overlay.tar.gz 3K |
2963 | 2024-12-20T23:09:37.933Z | a out/oximeter.tar.gz 47676K |
2964 | 2024-12-20T23:09:37.933Z | a out/oxlog.tar 3088K |
2965 | 2024-12-20T23:09:37.933Z | a out/probe.tar.gz 2764K |
2966 | 2024-12-20T23:09:37.933Z | a out/propolis-server.tar.gz 66730K |
2967 | 2024-12-20T23:09:37.933Z | a out/pumpkind-gz.tar 26665K |
2968 | 2024-12-20T23:09:37.933Z | a out/switch-softnpu.tar.gz 235581K |
2969 | 2024-12-20T23:09:37.966Z | |
2970 | 2024-12-20T23:09:37.966Z | real 1:11.715527652 |
2971 | 2024-12-20T23:09:37.967Z | user 1:08.320574832 |
2972 | 2024-12-20T23:09:37.967Z | sys 4.810655282 |
2973 | 2024-12-20T23:09:37.967Z | trap 0.018835351 |
2974 | 2024-12-20T23:09:37.967Z | tflt 0.000000000 |
2975 | 2024-12-20T23:09:37.968Z | dflt 0.000000000 |
2976 | 2024-12-20T23:09:37.968Z | kflt 0.000000000 |
2977 | 2024-12-20T23:09:37.968Z | lock 0.000000000 |
2978 | 2024-12-20T23:09:37.968Z | slp 1:08.186210116 |
2979 | 2024-12-20T23:09:37.968Z | lat 2.089882756 |
2980 | 2024-12-20T23:09:37.968Z | stop 0.000215789 |
2981 | 2024-12-20T23:09:37.968Z | process exited: duration 2194080 ms, exit code 0 |
|
2982 | 2024-12-20T23:09:38.013Z | found 1 output files |
2983 | 2024-12-20T23:09:38.013Z | uploading: /work/package.tar.gz (1880423447 bytes) |
2984 | 2024-12-20T23:10:55.323Z | uploaded: /work/package.tar.gz |