|
|
|
1 | 2025-01-24T19:12:38.483Z | job assigned to worker 01JJCVMD4SR7X7S9D2KSSFEPQR [factory aws, i-0af170c8dbdb89dab] (queued for 59 s) |
|
2 | 2025-01-24T19:12:46.848Z | starting task 0: "setup" |
3 | 2025-01-24T19:12:46.857Z | ++ uname -s |
4 | 2025-01-24T19:12:46.860Z | + kern=SunOS |
5 | 2025-01-24T19:12:46.860Z | + case "$kern" in |
6 | 2025-01-24T19:12:46.860Z | + groupadd -g 12345 build |
7 | 2025-01-24T19:12:46.862Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-24T19:12:48.868Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-24T19:12:49.084Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-24T19:12:49.087Z | + home_fs=zfs |
11 | 2025-01-24T19:12:49.087Z | + [[ zfs == autofs ]] |
12 | 2025-01-24T19:12:49.087Z | + mkdir -p /home/build |
13 | 2025-01-24T19:12:49.089Z | + chown build:build /home/build /work |
14 | 2025-01-24T19:12:51.091Z | + chmod 0700 /home/build /work |
15 | 2025-01-24T19:12:51.094Z | process exited: duration 4247 ms, exit code 0 |
|
16 | 2025-01-24T19:12:51.099Z | starting task 1: "rust-toolchain" |
17 | 2025-01-24T19:12:51.105Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-24T19:12:51.105Z | ' 1.84.0 |
19 | 2025-01-24T19:12:51.105Z | + printf ' * toolchain profile = "%s" |
20 | 2025-01-24T19:12:51.105Z | ' default |
21 | 2025-01-24T19:12:51.105Z | * toolchain channel = "1.84.0" |
22 | 2025-01-24T19:12:51.105Z | * toolchain profile = "default" |
23 | 2025-01-24T19:12:51.107Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-24T19:12:51.107Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
25 | 2025-01-24T19:12:51.221Z | info: downloading installer |
26 | 2025-01-24T19:12:52.781Z | info: profile set to 'default' |
27 | 2025-01-24T19:12:52.781Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-24T19:12:52.784Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
29 | 2025-01-24T19:12:52.950Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
30 | 2025-01-24T19:12:52.951Z | info: downloading component 'cargo' |
31 | 2025-01-24T19:12:53.810Z | info: downloading component 'clippy' |
32 | 2025-01-24T19:12:54.139Z | info: downloading component 'rust-docs' |
33 | 2025-01-24T19:12:55.317Z | info: downloading component 'rust-std' |
34 | 2025-01-24T19:12:57.067Z | info: downloading component 'rustc' |
35 | 2025-01-24T19:13:04.426Z | info: downloading component 'rustfmt' |
36 | 2025-01-24T19:13:04.677Z | info: installing component 'cargo' |
37 | 2025-01-24T19:13:05.506Z | info: installing component 'clippy' |
38 | 2025-01-24T19:13:05.883Z | info: installing component 'rust-docs' |
39 | 2025-01-24T19:13:07.542Z | info: installing component 'rust-std' |
40 | 2025-01-24T19:13:09.262Z | info: installing component 'rustc' |
41 | 2025-01-24T19:13:15.209Z | info: installing component 'rustfmt' |
42 | 2025-01-24T19:13:15.545Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
43 | 2025-01-24T19:13:15.545Z | |
44 | 2025-01-24T19:13:15.955Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
45 | 2025-01-24T19:13:15.955Z | |
46 | 2025-01-24T19:13:15.958Z | |
47 | 2025-01-24T19:13:15.958Z | Rust is installed now. Great! |
48 | 2025-01-24T19:13:15.958Z | |
49 | 2025-01-24T19:13:15.958Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-24T19:13:15.959Z | environment variable. This has not been done automatically. |
51 | 2025-01-24T19:13:15.959Z | |
52 | 2025-01-24T19:13:15.959Z | To configure your current shell, you need to source |
53 | 2025-01-24T19:13:15.959Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-24T19:13:15.959Z | |
55 | 2025-01-24T19:13:15.959Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-24T19:13:15.959Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-24T19:13:15.959Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-24T19:13:16.034Z | + rustc --version |
59 | 2025-01-24T19:13:16.104Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
60 | 2025-01-24T19:13:16.107Z | process exited: duration 25007 ms, exit code 0 |
|
61 | 2025-01-24T19:13:16.112Z | starting task 2: "authentication" |
62 | 2025-01-24T19:13:16.133Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2025-01-24T19:13:16.138Z | starting task 3: "clone repository" |
64 | 2025-01-24T19:13:16.143Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-24T19:13:16.146Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-24T19:13:16.191Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-24T19:13:23.312Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-24T19:13:23.312Z | + git fetch origin 41e6a9e1a7295073337b5083d2d3c32d12317cb6 |
69 | 2025-01-24T19:13:23.605Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-24T19:13:23.605Z | * branch 41e6a9e1a7295073337b5083d2d3c32d12317cb6 -> FETCH_HEAD |
71 | 2025-01-24T19:13:23.615Z | + [[ -n iliana/nexus-tuf ]] |
72 | 2025-01-24T19:13:23.618Z | ++ git branch --show-current |
73 | 2025-01-24T19:13:23.620Z | + current=main |
74 | 2025-01-24T19:13:23.621Z | + [[ main != iliana/nexus-tuf ]] |
75 | 2025-01-24T19:13:23.621Z | + git branch -f iliana/nexus-tuf 41e6a9e1a7295073337b5083d2d3c32d12317cb6 |
76 | 2025-01-24T19:13:23.623Z | + git checkout -f iliana/nexus-tuf |
77 | 2025-01-24T19:13:23.803Z | Switched to branch 'iliana/nexus-tuf' |
78 | 2025-01-24T19:13:23.806Z | + git reset --hard 41e6a9e1a7295073337b5083d2d3c32d12317cb6 |
79 | 2025-01-24T19:13:23.829Z | HEAD is now at 41e6a9e1a Merge remote-tracking branch 'origin/main' into iliana/nexus-tuf |
80 | 2025-01-24T19:13:23.832Z | process exited: duration 7692 ms, exit code 0 |
|
81 | 2025-01-24T19:13:23.838Z | starting task 4: "build" |
82 | 2025-01-24T19:13:23.843Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-24T19:13:23.843Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-24T19:13:23.843Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-24T19:13:23.846Z | + cargo --version |
86 | 2025-01-24T19:13:23.902Z | cargo 1.84.0 (66221abde 2024-11-19) |
87 | 2025-01-24T19:13:23.905Z | + rustc --version |
88 | 2025-01-24T19:13:23.965Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
89 | 2025-01-24T19:13:23.968Z | + WORK=/work |
90 | 2025-01-24T19:13:23.968Z | + pfexec mkdir -p /work |
91 | 2025-01-24T19:13:23.971Z | + pfexec chown build /work |
92 | 2025-01-24T19:13:23.974Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2025-01-24T19:13:26.486Z | pkg list: illegal option -- F |
94 | 2025-01-24T19:13:26.486Z | Usage: |
95 | 2025-01-24T19:13:26.489Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
96 | 2025-01-24T19:13:26.489Z | [pkg_fmri_pattern ...] |
97 | 2025-01-24T19:13:27.329Z | pkg list: illegal option -- F |
98 | 2025-01-24T19:13:27.329Z | Usage: |
99 | 2025-01-24T19:13:27.332Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
100 | 2025-01-24T19:13:27.332Z | [pkg_fmri_pattern ...] |
101 | 2025-01-24T19:13:34.992Z | Startup: Refreshing catalog 'helios-dev' ... Done |
102 | 2025-01-24T19:13:39.069Z | Startup: Caching catalogs ... Done |
103 | 2025-01-24T19:13:50.340Z | Planning: Solver setup ... Done (10.453s) |
104 | 2025-01-24T19:13:50.487Z | Planning: Running solver ... Done (0.147s) |
105 | 2025-01-24T19:13:50.601Z | Planning: Finding local manifests ... Done (0.006s) |
106 | 2025-01-24T19:13:50.655Z | Planning: Fetching manifests: 0/7 0% complete |
107 | 2025-01-24T19:13:51.358Z | Planning: Fetching manifests: 7/7 100% complete |
108 | 2025-01-24T19:13:51.467Z | Planning: Package planning ... Done (0.109s) |
109 | 2025-01-24T19:13:51.524Z | Planning: Merging actions ... Done (0.056s) |
110 | 2025-01-24T19:13:51.724Z | Planning: Checking for conflicting actions ... Done (0.199s) |
111 | 2025-01-24T19:13:53.396Z | Planning: Consolidating action changes ... Done (1.672s) |
112 | 2025-01-24T19:13:53.801Z | Planning: Evaluating mediators ... Done (0.404s) |
113 | 2025-01-24T19:13:53.879Z | Planning: Planning completed in 14.71 seconds |
114 | 2025-01-24T19:13:53.894Z | Packages to install: 4 |
115 | 2025-01-24T19:13:53.894Z | Packages to update: 3 |
116 | 2025-01-24T19:13:53.894Z | Mediators to change: 2 |
117 | 2025-01-24T19:13:53.895Z | Services to change: 1 |
118 | 2025-01-24T19:13:53.897Z | Estimated space available: 155.61 GB |
119 | 2025-01-24T19:13:53.897Z | Estimated space to be consumed: 1.64 GB |
120 | 2025-01-24T19:13:53.897Z | Create boot environment: No |
121 | 2025-01-24T19:13:53.897Z | Create backup boot environment: Yes |
122 | 2025-01-24T19:13:53.897Z | Rebuild boot archive: No |
123 | 2025-01-24T19:13:53.897Z | |
124 | 2025-01-24T19:13:53.897Z | Changed mediators: |
125 | 2025-01-24T19:13:53.897Z | mediator clang: |
126 | 2025-01-24T19:13:53.897Z | version: None -> 15 (system default) |
127 | 2025-01-24T19:13:53.898Z | |
128 | 2025-01-24T19:13:53.898Z | mediator llvm: |
129 | 2025-01-24T19:13:53.898Z | version: 14 (system default) -> 15 (system default) |
130 | 2025-01-24T19:13:53.898Z | |
131 | 2025-01-24T19:13:53.898Z | Changed packages: |
132 | 2025-01-24T19:13:53.898Z | helios-dev |
133 | 2025-01-24T19:13:53.898Z | developer/build-essential |
134 | 2025-01-24T19:13:53.898Z | None -> 11-2.0 |
135 | 2025-01-24T19:13:53.898Z | library/libxmlsec1 |
136 | 2025-01-24T19:13:53.898Z | None -> 1.2.35-2.0 |
137 | 2025-01-24T19:13:53.898Z | ooce/developer/clang-15 |
138 | 2025-01-24T19:13:53.898Z | None -> 15.0.7-2.0 |
139 | 2025-01-24T19:13:53.898Z | ooce/developer/llvm-15 |
140 | 2025-01-24T19:13:53.898Z | None -> 15.0.7-2.0 |
141 | 2025-01-24T19:13:53.898Z | package/pkg |
142 | 2025-01-24T19:13:53.898Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
143 | 2025-01-24T19:13:53.898Z | system/library/g++-runtime |
144 | 2025-01-24T19:13:53.898Z | 13-2.0 -> 14-2.0 |
145 | 2025-01-24T19:13:53.899Z | system/library/gcc-runtime |
146 | 2025-01-24T19:13:53.899Z | 13-2.0 -> 14-2.0 |
147 | 2025-01-24T19:13:53.899Z | |
148 | 2025-01-24T19:13:53.899Z | Services: |
149 | 2025-01-24T19:13:53.899Z | restart_fmri: |
150 | 2025-01-24T19:13:53.899Z | svc:/system/update-man-index:default |
151 | 2025-01-24T19:13:53.899Z | |
152 | 2025-01-24T19:13:53.899Z | Editable files to change: |
153 | 2025-01-24T19:13:53.899Z | Update: |
154 | 2025-01-24T19:13:53.899Z | usr/share/lib/pkg/web/config.shtml |
155 | 2025-01-24T19:13:54.003Z | |
156 | 2025-01-24T19:13:54.003Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
157 | 2025-01-24T19:13:59.003Z | Download: 382/4301 items 2.8/225.4MB 1% complete (539k/s) |
158 | 2025-01-24T19:14:04.593Z | Download: 1193/4301 items 83.5/225.4MB 37% complete (9.9M/s) |
159 | 2025-01-24T19:14:12.992Z | Download: 1195/4301 items 83.5/225.4MB 37% complete |
160 | 2025-01-24T19:14:17.982Z | Download: 3098/4301 items 123.3/225.4MB 54% complete (7.8M/s) |
161 | 2025-01-24T19:14:22.999Z | Download: 3646/4301 items 216.2/225.4MB 95% complete (13.5M/s) |
162 | 2025-01-24T19:14:28.681Z | Download: 4296/4301 items 224.9/225.4MB 99% complete (10.3M/s) |
163 | 2025-01-24T19:14:31.931Z | Download: Completed 225.42 MB in 37.92 seconds (5.9M/s) |
164 | 2025-01-24T19:14:34.223Z | Actions: 1/5122 actions (Removing old actions) |
165 | 2025-01-24T19:14:34.244Z | Actions: 194/5122 actions (Installing new actions) |
166 | 2025-01-24T19:14:39.275Z | Actions: 4189/5122 actions (Installing new actions) |
167 | 2025-01-24T19:14:39.284Z | Actions: 4267/5122 actions (Updating modified actions) |
168 | 2025-01-24T19:14:39.879Z | Actions: Completed 5122 actions in 5.66 seconds. |
169 | 2025-01-24T19:14:40.293Z | Done (0.405s) |
170 | 2025-01-24T19:14:40.295Z | Done (0.001s) |
171 | 2025-01-24T19:14:40.874Z | Done (0.579s) |
172 | 2025-01-24T19:14:45.317Z | Done (4.207s) |
173 | 2025-01-24T19:14:45.406Z | Done (0.017s) |
174 | 2025-01-24T19:14:45.410Z | Done (0.000s) |
175 | 2025-01-24T19:14:45.570Z | Done (0.000s) |
176 | 2025-01-24T19:14:46.282Z | Planning: Evaluating mediator changes ... Done |
177 | 2025-01-24T19:14:46.451Z | Planning: Checking for conflicting actions ... Done |
178 | 2025-01-24T19:14:46.454Z | Planning: Consolidating action changes ... Done |
179 | 2025-01-24T19:14:46.730Z | Planning: Evaluating mediators ... Done |
180 | 2025-01-24T19:14:46.733Z | Planning: Planning completed in 0.45 seconds |
181 | 2025-01-24T19:14:46.771Z | Mediators to change: 2 |
182 | 2025-01-24T19:14:46.773Z | Create boot environment: No |
183 | 2025-01-24T19:14:46.774Z | Create backup boot environment: No |
184 | 2025-01-24T19:14:46.853Z | Done |
185 | 2025-01-24T19:14:46.853Z | Done |
186 | 2025-01-24T19:14:47.223Z | Done |
187 | 2025-01-24T19:14:50.808Z | Done |
188 | 2025-01-24T19:14:50.896Z | Done |
189 | 2025-01-24T19:14:50.899Z | Done |
190 | 2025-01-24T19:14:51.042Z | Done |
191 | 2025-01-24T19:14:51.657Z | Planning: Evaluating mediator changes ... Done |
192 | 2025-01-24T19:14:51.659Z | Planning: Merging actions ... Done |
193 | 2025-01-24T19:14:51.847Z | Planning: Checking for conflicting actions ... Done |
194 | 2025-01-24T19:14:51.853Z | Planning: Consolidating action changes ... Done |
195 | 2025-01-24T19:14:52.113Z | Planning: Evaluating mediators ... Done |
196 | 2025-01-24T19:14:52.169Z | Planning: Planning completed in 0.76 seconds |
197 | 2025-01-24T19:14:52.210Z | Packages to change: 1 |
198 | 2025-01-24T19:14:52.210Z | Mediators to change: 1 |
199 | 2025-01-24T19:14:52.212Z | Services to change: 1 |
200 | 2025-01-24T19:14:52.212Z | Create boot environment: No |
201 | 2025-01-24T19:14:52.212Z | Create backup boot environment: Yes |
202 | 2025-01-24T19:14:54.846Z | Actions: 1/6 actions (Updating modified actions) |
203 | 2025-01-24T19:14:54.849Z | Actions: Completed 6 actions in 0.00 seconds. |
204 | 2025-01-24T19:14:54.849Z | Done |
205 | 2025-01-24T19:14:54.849Z | Done |
206 | 2025-01-24T19:14:54.965Z | Done |
207 | 2025-01-24T19:14:58.670Z | Done |
208 | 2025-01-24T19:14:58.761Z | Done |
209 | 2025-01-24T19:14:58.763Z | Done |
210 | 2025-01-24T19:14:58.907Z | Done |
211 | 2025-01-24T19:14:59.340Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
212 | 2025-01-24T19:14:59.340Z | clang system 15 system |
213 | 2025-01-24T19:14:59.340Z | csh system system illumos |
214 | 2025-01-24T19:14:59.340Z | ctags system system illumos |
215 | 2025-01-24T19:14:59.340Z | gcc vendor 12 vendor |
216 | 2025-01-24T19:14:59.340Z | gcc system 10 system |
217 | 2025-01-24T19:14:59.340Z | gcc system 7 system |
218 | 2025-01-24T19:14:59.340Z | go system 1.20 system |
219 | 2025-01-24T19:14:59.340Z | go system 1.19 system |
220 | 2025-01-24T19:14:59.340Z | llvm system 15 system |
221 | 2025-01-24T19:14:59.340Z | llvm system 14 system |
222 | 2025-01-24T19:14:59.340Z | mariadb system 10.6 system |
223 | 2025-01-24T19:14:59.340Z | mta vendor vendor dma |
224 | 2025-01-24T19:14:59.340Z | openjdk system 17 system |
225 | 2025-01-24T19:14:59.340Z | openjdk system 11 system |
226 | 2025-01-24T19:14:59.340Z | openjdk system 1.8 system |
227 | 2025-01-24T19:14:59.340Z | openssl vendor 3 vendor |
228 | 2025-01-24T19:14:59.340Z | perl system 5.36 system |
229 | 2025-01-24T19:14:59.340Z | postgresql system 15 system |
230 | 2025-01-24T19:14:59.340Z | postgresql system 13 system |
231 | 2025-01-24T19:14:59.340Z | python vendor 3 vendor |
232 | 2025-01-24T19:14:59.340Z | python system 2 system |
233 | 2025-01-24T19:14:59.340Z | python3 system 3.11 system |
234 | 2025-01-24T19:14:59.340Z | ruby system 3.0 system |
235 | 2025-01-24T19:14:59.340Z | words vendor vendor american-english |
236 | 2025-01-24T19:14:59.340Z | words system system australian-english |
237 | 2025-01-24T19:14:59.340Z | words system system british-english |
238 | 2025-01-24T19:14:59.340Z | words system system canadian-english |
239 | 2025-01-24T19:14:59.340Z | words system system french |
240 | 2025-01-24T19:14:59.340Z | words system system italian |
241 | 2025-01-24T19:14:59.341Z | words system system ngerman |
242 | 2025-01-24T19:14:59.341Z | words system system ogerman |
243 | 2025-01-24T19:14:59.341Z | words system system spanish |
244 | 2025-01-24T19:14:59.681Z | PUBLISHER TYPE STATUS P LOCATION |
245 | 2025-01-24T19:14:59.681Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
246 | 2025-01-24T19:15:02.463Z | FMRI IFO |
247 | 2025-01-24T19:15:02.463Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
248 | 2025-01-24T19:15:02.463Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
249 | 2025-01-24T19:15:02.463Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
250 | 2025-01-24T19:15:02.463Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
251 | 2025-01-24T19:15:02.463Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
252 | 2025-01-24T19:15:02.463Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
253 | 2025-01-24T19:15:02.463Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
254 | 2025-01-24T19:15:02.463Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
255 | 2025-01-24T19:15:02.464Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
256 | 2025-01-24T19:15:02.464Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
257 | 2025-01-24T19:15:02.464Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
258 | 2025-01-24T19:15:02.464Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
259 | 2025-01-24T19:15:02.464Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
260 | 2025-01-24T19:15:02.464Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
261 | 2025-01-24T19:15:02.464Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
262 | 2025-01-24T19:15:03.219Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
263 | 2025-01-24T19:15:03.713Z | Updating crates.io index |
264 | 2025-01-24T19:15:03.716Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
265 | 2025-01-24T19:15:04.070Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
266 | 2025-01-24T19:15:04.599Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
267 | 2025-01-24T19:15:04.855Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
268 | 2025-01-24T19:15:05.114Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
269 | 2025-01-24T19:15:05.414Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
270 | 2025-01-24T19:15:06.415Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
271 | 2025-01-24T19:15:08.010Z | Updating git repository `https://github.com/oxidecomputer/opte` |
272 | 2025-01-24T19:15:08.652Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
273 | 2025-01-24T19:15:09.364Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
274 | 2025-01-24T19:15:09.633Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
275 | 2025-01-24T19:15:09.912Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
276 | 2025-01-24T19:15:10.471Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
277 | 2025-01-24T19:15:10.920Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
278 | 2025-01-24T19:15:11.314Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
279 | 2025-01-24T19:15:11.590Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
280 | 2025-01-24T19:15:11.875Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
281 | 2025-01-24T19:15:12.097Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
282 | 2025-01-24T19:15:12.356Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
283 | 2025-01-24T19:15:12.645Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
284 | 2025-01-24T19:15:13.061Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
285 | 2025-01-24T19:15:13.362Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
286 | 2025-01-24T19:15:13.694Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
287 | 2025-01-24T19:15:14.223Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
288 | 2025-01-24T19:15:14.556Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
289 | 2025-01-24T19:15:14.942Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
290 | 2025-01-24T19:15:15.372Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
291 | 2025-01-24T19:15:15.747Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
292 | 2025-01-24T19:15:15.997Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
293 | 2025-01-24T19:15:16.286Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
294 | 2025-01-24T19:15:17.545Z | Downloading crates ... |
295 | 2025-01-24T19:15:17.609Z | Downloaded byteorder v1.5.0 |
296 | 2025-01-24T19:15:17.613Z | Downloaded anstyle v1.0.10 |
297 | 2025-01-24T19:15:17.615Z | Downloaded anstream v0.6.15 |
298 | 2025-01-24T19:15:17.674Z | Downloaded clap_derive v4.5.18 |
299 | 2025-01-24T19:15:17.677Z | Downloaded once_cell v1.20.2 |
300 | 2025-01-24T19:15:17.680Z | Downloaded clap_builder v4.5.21 |
301 | 2025-01-24T19:15:17.692Z | Downloaded indexmap v2.7.0 |
302 | 2025-01-24T19:15:17.695Z | Downloaded is_terminal_polyfill v1.70.1 |
303 | 2025-01-24T19:15:17.695Z | Downloaded dof v0.3.0 |
304 | 2025-01-24T19:15:17.695Z | Downloaded digest v0.10.7 |
305 | 2025-01-24T19:15:17.698Z | Downloaded crypto-common v0.1.6 |
306 | 2025-01-24T19:15:17.698Z | Downloaded macaddr v1.0.1 |
307 | 2025-01-24T19:15:17.698Z | Downloaded fastrand v2.1.1 |
308 | 2025-01-24T19:15:17.701Z | Downloaded colorchoice v1.0.2 |
309 | 2025-01-24T19:15:17.701Z | Downloaded dtrace-parser v0.2.0 |
310 | 2025-01-24T19:15:17.703Z | Downloaded scroll_derive v0.12.0 |
311 | 2025-01-24T19:15:17.710Z | Downloaded equivalent v1.0.1 |
312 | 2025-01-24T19:15:17.718Z | Downloaded serde_spanned v0.6.8 |
313 | 2025-01-24T19:15:17.720Z | Downloaded plain v0.2.3 |
314 | 2025-01-24T19:15:17.720Z | Downloaded generic-array v0.14.7 |
315 | 2025-01-24T19:15:17.723Z | Downloaded errno v0.3.9 |
316 | 2025-01-24T19:15:17.723Z | Downloaded heck v0.4.1 |
317 | 2025-01-24T19:15:17.725Z | Downloaded fs-err v2.11.0 |
318 | 2025-01-24T19:15:17.725Z | Downloaded fnv v1.0.7 |
319 | 2025-01-24T19:15:17.739Z | Downloaded swrite v0.1.0 |
320 | 2025-01-24T19:15:17.741Z | Downloaded cpufeatures v0.2.14 |
321 | 2025-01-24T19:15:17.745Z | Downloaded serde_tokenstream v0.2.2 |
322 | 2025-01-24T19:15:17.747Z | Downloaded proc-macro-error-attr v1.0.4 |
323 | 2025-01-24T19:15:17.747Z | Downloaded pest_generator v2.7.14 |
324 | 2025-01-24T19:15:17.750Z | Downloaded itoa v1.0.11 |
325 | 2025-01-24T19:15:17.753Z | Downloaded usdt-attr-macro v0.5.0 |
326 | 2025-01-24T19:15:17.755Z | Downloaded usdt-macro v0.5.0 |
327 | 2025-01-24T19:15:17.755Z | Downloaded quote v1.0.38 |
328 | 2025-01-24T19:15:17.758Z | Downloaded heck v0.5.0 |
329 | 2025-01-24T19:15:17.760Z | Downloaded proc-macro-error v1.0.4 |
330 | 2025-01-24T19:15:17.763Z | Downloaded tabled_derive v0.7.0 |
331 | 2025-01-24T19:15:17.765Z | Downloaded terminal_size v0.4.0 |
332 | 2025-01-24T19:15:17.765Z | Downloaded pretty-hex v0.4.1 |
333 | 2025-01-24T19:15:17.768Z | Downloaded toml_datetime v0.6.8 |
334 | 2025-01-24T19:15:17.768Z | Downloaded thread-id v4.2.2 |
335 | 2025-01-24T19:15:17.770Z | Downloaded thiserror v1.0.69 |
336 | 2025-01-24T19:15:17.774Z | Downloaded anstyle-query v1.1.1 |
337 | 2025-01-24T19:15:17.776Z | Downloaded autocfg v1.4.0 |
338 | 2025-01-24T19:15:17.776Z | Downloaded cfg-if v1.0.0 |
339 | 2025-01-24T19:15:17.776Z | Downloaded cargo-platform v0.1.8 |
340 | 2025-01-24T19:15:17.779Z | Downloaded block-buffer v0.10.4 |
341 | 2025-01-24T19:15:17.779Z | Downloaded anstyle-parse v0.2.5 |
342 | 2025-01-24T19:15:17.781Z | Downloaded strsim v0.11.1 |
343 | 2025-01-24T19:15:17.781Z | Downloaded semver v1.0.24 |
344 | 2025-01-24T19:15:17.785Z | Downloaded bytecount v0.6.8 |
345 | 2025-01-24T19:15:17.788Z | Downloaded smawk v0.3.2 |
346 | 2025-01-24T19:15:17.788Z | Downloaded clap_lex v0.7.2 |
347 | 2025-01-24T19:15:17.790Z | Downloaded version_check v0.9.5 |
348 | 2025-01-24T19:15:17.790Z | Downloaded memmap v0.7.0 |
349 | 2025-01-24T19:15:17.793Z | Downloaded utf8parse v0.2.2 |
350 | 2025-01-24T19:15:17.793Z | Downloaded usdt v0.5.0 |
351 | 2025-01-24T19:15:17.793Z | Downloaded camino-tempfile v1.1.1 |
352 | 2025-01-24T19:15:17.795Z | Downloaded log v0.4.22 |
353 | 2025-01-24T19:15:17.799Z | Downloaded tempfile v3.13.0 |
354 | 2025-01-24T19:15:17.801Z | Downloaded scroll v0.12.0 |
355 | 2025-01-24T19:15:17.802Z | Downloaded ryu v1.0.18 |
356 | 2025-01-24T19:15:17.804Z | Downloaded thiserror-impl v1.0.69 |
357 | 2025-01-24T19:15:17.807Z | Downloaded sha2 v0.10.8 |
358 | 2025-01-24T19:15:17.809Z | Downloaded pest_meta v2.7.14 |
359 | 2025-01-24T19:15:17.809Z | Downloaded cargo_metadata v0.18.1 |
360 | 2025-01-24T19:15:17.812Z | Downloaded serde_derive v1.0.217 |
361 | 2025-01-24T19:15:17.814Z | Downloaded pest v2.7.14 |
362 | 2025-01-24T19:15:17.817Z | Downloaded zerocopy-derive v0.7.35 |
363 | 2025-01-24T19:15:17.821Z | Downloaded unicode-linebreak v0.1.5 |
364 | 2025-01-24T19:15:17.824Z | Downloaded textwrap v0.16.1 |
365 | 2025-01-24T19:15:17.827Z | Downloaded usdt-impl v0.5.0 |
366 | 2025-01-24T19:15:17.827Z | Downloaded bitflags v2.6.0 |
367 | 2025-01-24T19:15:17.829Z | Downloaded anyhow v1.0.95 |
368 | 2025-01-24T19:15:17.832Z | Downloaded ucd-trie v0.1.7 |
369 | 2025-01-24T19:15:17.836Z | Downloaded pest_derive v2.7.14 |
370 | 2025-01-24T19:15:17.838Z | Downloaded unicode-ident v1.0.14 |
371 | 2025-01-24T19:15:17.838Z | Downloaded toml v0.8.19 |
372 | 2025-01-24T19:15:17.841Z | Downloaded typenum v1.17.0 |
373 | 2025-01-24T19:15:17.843Z | Downloaded clap v4.5.21 |
374 | 2025-01-24T19:15:17.851Z | Downloaded serde v1.0.217 |
375 | 2025-01-24T19:15:17.854Z | Downloaded papergrid v0.11.0 |
376 | 2025-01-24T19:15:17.858Z | Downloaded camino v1.1.9 |
377 | 2025-01-24T19:15:17.861Z | Downloaded hashbrown v0.15.1 |
378 | 2025-01-24T19:15:17.864Z | Downloaded proc-macro2 v1.0.92 |
379 | 2025-01-24T19:15:17.867Z | Downloaded toml_edit v0.22.22 |
380 | 2025-01-24T19:15:17.886Z | Downloaded memchr v2.7.4 |
381 | 2025-01-24T19:15:17.890Z | Downloaded cargo_toml v0.20.5 |
382 | 2025-01-24T19:15:17.906Z | Downloaded serde_json v1.0.135 |
383 | 2025-01-24T19:15:17.920Z | Downloaded zerocopy v0.7.35 |
384 | 2025-01-24T19:15:17.934Z | Downloaded winnow v0.6.20 |
385 | 2025-01-24T19:15:17.941Z | Downloaded tabled v0.15.0 |
386 | 2025-01-24T19:15:17.954Z | Downloaded syn v1.0.109 |
387 | 2025-01-24T19:15:17.964Z | Downloaded goblin v0.8.2 |
388 | 2025-01-24T19:15:17.976Z | Downloaded unicode-width v0.1.14 |
389 | 2025-01-24T19:15:17.981Z | Downloaded syn v2.0.96 |
390 | 2025-01-24T19:15:17.991Z | Downloaded rustix v0.38.37 |
391 | 2025-01-24T19:15:18.019Z | Downloaded libc v0.2.169 |
392 | 2025-01-24T19:15:18.328Z | Compiling proc-macro2 v1.0.92 |
393 | 2025-01-24T19:15:18.328Z | Compiling unicode-ident v1.0.14 |
394 | 2025-01-24T19:15:18.331Z | Compiling version_check v0.9.5 |
395 | 2025-01-24T19:15:18.331Z | Compiling serde v1.0.217 |
396 | 2025-01-24T19:15:18.331Z | Compiling thiserror v1.0.69 |
397 | 2025-01-24T19:15:18.362Z | Compiling memchr v2.7.4 |
398 | 2025-01-24T19:15:18.365Z | Compiling libc v0.2.169 |
399 | 2025-01-24T19:15:18.366Z | Compiling ucd-trie v0.1.7 |
400 | 2025-01-24T19:15:18.590Z | Compiling ryu v1.0.18 |
401 | 2025-01-24T19:15:18.946Z | Compiling itoa v1.0.11 |
402 | 2025-01-24T19:15:19.021Z | Compiling once_cell v1.20.2 |
403 | 2025-01-24T19:15:19.183Z | Compiling byteorder v1.5.0 |
404 | 2025-01-24T19:15:19.186Z | Compiling rustix v0.38.37 |
405 | 2025-01-24T19:15:19.436Z | Compiling serde_json v1.0.135 |
406 | 2025-01-24T19:15:19.624Z | Compiling bitflags v2.6.0 |
407 | 2025-01-24T19:15:19.794Z | Compiling usdt-impl v0.5.0 |
408 | 2025-01-24T19:15:19.989Z | Compiling proc-macro-error-attr v1.0.4 |
409 | 2025-01-24T19:15:20.019Z | Compiling syn v1.0.109 |
410 | 2025-01-24T19:15:20.047Z | Compiling proc-macro-error v1.0.4 |
411 | 2025-01-24T19:15:20.050Z | Compiling log v0.4.22 |
412 | 2025-01-24T19:15:20.099Z | Compiling quote v1.0.38 |
413 | 2025-01-24T19:15:20.344Z | Compiling errno v0.3.9 |
414 | 2025-01-24T19:15:20.403Z | Compiling camino v1.1.9 |
415 | 2025-01-24T19:15:20.528Z | Compiling syn v2.0.96 |
416 | 2025-01-24T19:15:20.584Z | Compiling utf8parse v0.2.2 |
417 | 2025-01-24T19:15:20.685Z | Compiling plain v0.2.3 |
418 | 2025-01-24T19:15:20.730Z | Compiling hashbrown v0.15.1 |
419 | 2025-01-24T19:15:20.756Z | Compiling thread-id v4.2.2 |
420 | 2025-01-24T19:15:20.780Z | Compiling equivalent v1.0.1 |
421 | 2025-01-24T19:15:20.850Z | Compiling anstyle-parse v0.2.5 |
422 | 2025-01-24T19:15:21.087Z | Compiling anstyle-query v1.1.1 |
423 | 2025-01-24T19:15:21.174Z | Compiling semver v1.0.24 |
424 | 2025-01-24T19:15:21.245Z | Compiling unicode-width v0.1.14 |
425 | 2025-01-24T19:15:21.387Z | Compiling colorchoice v1.0.2 |
426 | 2025-01-24T19:15:21.545Z | Compiling is_terminal_polyfill v1.70.1 |
427 | 2025-01-24T19:15:21.571Z | Compiling winnow v0.6.20 |
428 | 2025-01-24T19:15:21.639Z | Compiling autocfg v1.4.0 |
429 | 2025-01-24T19:15:21.685Z | Compiling pretty-hex v0.4.1 |
430 | 2025-01-24T19:15:21.726Z | Compiling indexmap v2.7.0 |
431 | 2025-01-24T19:15:21.796Z | Compiling anstyle v1.0.10 |
432 | 2025-01-24T19:15:22.153Z | Compiling anstream v0.6.15 |
433 | 2025-01-24T19:15:22.382Z | Compiling cfg-if v1.0.0 |
434 | 2025-01-24T19:15:22.493Z | Compiling terminal_size v0.4.0 |
435 | 2025-01-24T19:15:22.621Z | Compiling fs-err v2.11.0 |
436 | 2025-01-24T19:15:22.877Z | Compiling bytecount v0.6.8 |
437 | 2025-01-24T19:15:22.889Z | Compiling fnv v1.0.7 |
438 | 2025-01-24T19:15:22.911Z | Compiling anyhow v1.0.95 |
439 | 2025-01-24T19:15:22.938Z | Compiling heck v0.4.1 |
440 | 2025-01-24T19:15:22.972Z | Compiling strsim v0.11.1 |
441 | 2025-01-24T19:15:22.998Z | Compiling heck v0.5.0 |
442 | 2025-01-24T19:15:23.134Z | Compiling clap_lex v0.7.2 |
443 | 2025-01-24T19:15:23.484Z | Compiling fastrand v2.1.1 |
444 | 2025-01-24T19:15:23.696Z | Compiling clap_builder v4.5.21 |
445 | 2025-01-24T19:15:23.752Z | Compiling papergrid v0.11.0 |
446 | 2025-01-24T19:15:23.940Z | Compiling tempfile v3.13.0 |
447 | 2025-01-24T19:15:24.216Z | Compiling memmap v0.7.0 |
448 | 2025-01-24T19:15:24.275Z | Compiling unicode-linebreak v0.1.5 |
449 | 2025-01-24T19:15:24.582Z | Compiling smawk v0.3.2 |
450 | 2025-01-24T19:15:24.799Z | Compiling textwrap v0.16.1 |
451 | 2025-01-24T19:15:24.847Z | Compiling swrite v0.1.0 |
452 | 2025-01-24T19:15:25.806Z | Compiling tabled_derive v0.7.0 |
453 | 2025-01-24T19:15:27.229Z | Compiling tabled v0.15.0 |
454 | 2025-01-24T19:15:27.469Z | Compiling serde_derive v1.0.217 |
455 | 2025-01-24T19:15:27.472Z | Compiling thiserror-impl v1.0.69 |
456 | 2025-01-24T19:15:27.472Z | Compiling zerocopy-derive v0.7.35 |
457 | 2025-01-24T19:15:27.472Z | Compiling scroll_derive v0.12.0 |
458 | 2025-01-24T19:15:27.734Z | Compiling clap_derive v4.5.18 |
459 | 2025-01-24T19:15:28.913Z | Compiling scroll v0.12.0 |
460 | 2025-01-24T19:15:29.416Z | Compiling zerocopy v0.7.35 |
461 | 2025-01-24T19:15:29.464Z | Compiling goblin v0.8.2 |
462 | 2025-01-24T19:15:30.310Z | Compiling pest v2.7.14 |
463 | 2025-01-24T19:15:31.021Z | Compiling clap v4.5.21 |
464 | 2025-01-24T19:15:32.452Z | Compiling pest_meta v2.7.14 |
465 | 2025-01-24T19:15:33.353Z | Compiling pest_generator v2.7.14 |
466 | 2025-01-24T19:15:34.821Z | Compiling pest_derive v2.7.14 |
467 | 2025-01-24T19:15:35.407Z | Compiling dtrace-parser v0.2.0 |
468 | 2025-01-24T19:15:36.130Z | Compiling serde_tokenstream v0.2.2 |
469 | 2025-01-24T19:15:36.263Z | Compiling serde_spanned v0.6.8 |
470 | 2025-01-24T19:15:36.273Z | Compiling toml_datetime v0.6.8 |
471 | 2025-01-24T19:15:36.472Z | Compiling cargo-platform v0.1.8 |
472 | 2025-01-24T19:15:36.475Z | Compiling macaddr v1.0.1 |
473 | 2025-01-24T19:15:36.665Z | Compiling toml_edit v0.22.22 |
474 | 2025-01-24T19:15:36.878Z | Compiling camino-tempfile v1.1.1 |
475 | 2025-01-24T19:15:37.486Z | Compiling dof v0.3.0 |
476 | 2025-01-24T19:15:37.633Z | Compiling cargo_metadata v0.18.1 |
477 | 2025-01-24T19:15:38.902Z | Compiling usdt-macro v0.5.0 |
478 | 2025-01-24T19:15:38.902Z | Compiling usdt-attr-macro v0.5.0 |
479 | 2025-01-24T19:15:39.655Z | Compiling toml v0.8.19 |
480 | 2025-01-24T19:15:39.980Z | Compiling usdt v0.5.0 |
481 | 2025-01-24T19:15:40.414Z | Compiling cargo_toml v0.20.5 |
482 | 2025-01-24T19:15:43.042Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
483 | 2025-01-24T19:15:46.200Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.20s |
484 | 2025-01-24T19:15:46.475Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
485 | 2025-01-24T19:15:47.012Z | Downloading crates ... |
486 | 2025-01-24T19:15:47.139Z | Downloaded ahash v0.8.11 |
487 | 2025-01-24T19:15:47.155Z | Downloaded atomicwrites v0.4.4 |
488 | 2025-01-24T19:15:47.155Z | Downloaded assert_matches v1.5.0 |
489 | 2025-01-24T19:15:47.155Z | Downloaded atty v0.2.14 |
490 | 2025-01-24T19:15:47.174Z | Downloaded ciborium-io v0.2.2 |
491 | 2025-01-24T19:15:47.175Z | Downloaded cfg_aliases v0.1.1 |
492 | 2025-01-24T19:15:47.175Z | Downloaded heck v0.3.3 |
493 | 2025-01-24T19:15:47.175Z | Downloaded heapless v0.8.0 |
494 | 2025-01-24T19:15:47.175Z | Downloaded http-body v1.0.1 |
495 | 2025-01-24T19:15:47.175Z | Downloaded crunchy v0.2.2 |
496 | 2025-01-24T19:15:47.207Z | Downloaded async-stream-impl v0.3.6 |
497 | 2025-01-24T19:15:47.208Z | Downloaded adler2 v2.0.0 |
498 | 2025-01-24T19:15:47.208Z | Downloaded crucible-workspace-hack v0.1.0 |
499 | 2025-01-24T19:15:47.208Z | Downloaded cstr-argument v0.1.2 |
500 | 2025-01-24T19:15:47.208Z | Downloaded http-range v0.1.5 |
501 | 2025-01-24T19:15:47.208Z | Downloaded hubpack_derive v0.1.1 |
502 | 2025-01-24T19:15:47.208Z | Downloaded cfg_aliases v0.2.1 |
503 | 2025-01-24T19:15:47.208Z | Downloaded match_cfg v0.1.0 |
504 | 2025-01-24T19:15:47.219Z | Downloaded base16ct v0.2.0 |
505 | 2025-01-24T19:15:47.220Z | Downloaded atomic-waker v1.1.2 |
506 | 2025-01-24T19:15:47.220Z | Downloaded async-recursion v1.1.1 |
507 | 2025-01-24T19:15:47.220Z | Downloaded is_ci v1.2.0 |
508 | 2025-01-24T19:15:47.220Z | Downloaded darling v0.20.10 |
509 | 2025-01-24T19:15:47.220Z | Downloaded ident_case v1.0.1 |
510 | 2025-01-24T19:15:47.220Z | Downloaded crc-catalog v2.4.0 |
511 | 2025-01-24T19:15:47.220Z | Downloaded constant_time_eq v0.3.1 |
512 | 2025-01-24T19:15:47.220Z | Downloaded convert_case v0.4.0 |
513 | 2025-01-24T19:15:47.220Z | Downloaded instant v0.1.13 |
514 | 2025-01-24T19:15:47.220Z | Downloaded cobs v0.2.3 |
515 | 2025-01-24T19:15:47.220Z | Downloaded md5 v0.7.0 |
516 | 2025-01-24T19:15:47.220Z | Downloaded bitfield-struct v0.6.2 |
517 | 2025-01-24T19:15:47.220Z | Downloaded ascii-canvas v3.0.0 |
518 | 2025-01-24T19:15:47.221Z | Downloaded cmake v0.1.51 |
519 | 2025-01-24T19:15:47.221Z | Downloaded ciborium-ll v0.2.2 |
520 | 2025-01-24T19:15:47.221Z | Downloaded mirai-annotations v1.12.0 |
521 | 2025-01-24T19:15:47.273Z | Downloaded bb8 v0.8.5 |
522 | 2025-01-24T19:15:47.273Z | Downloaded arrayref v0.3.9 |
523 | 2025-01-24T19:15:47.273Z | Downloaded icu_provider_macros v1.5.0 |
524 | 2025-01-24T19:15:47.278Z | Downloaded home v0.5.9 |
525 | 2025-01-24T19:15:47.278Z | Downloaded bitfield v0.14.0 |
526 | 2025-01-24T19:15:47.278Z | Downloaded bit-vec v0.6.3 |
527 | 2025-01-24T19:15:47.279Z | Downloaded async-stream v0.3.6 |
528 | 2025-01-24T19:15:47.279Z | Downloaded http-body-util v0.1.2 |
529 | 2025-01-24T19:15:47.344Z | Downloaded lru v0.12.5 |
530 | 2025-01-24T19:15:47.344Z | Downloaded lazy_static v1.5.0 |
531 | 2025-01-24T19:15:47.344Z | Downloaded chacha20 v0.9.1 |
532 | 2025-01-24T19:15:47.345Z | Downloaded cexpr v0.6.0 |
533 | 2025-01-24T19:15:47.345Z | Downloaded blowfish v0.9.1 |
534 | 2025-01-24T19:15:47.345Z | Downloaded colored v2.1.0 |
535 | 2025-01-24T19:15:47.345Z | Downloaded linked-hash-map v0.5.6 |
536 | 2025-01-24T19:15:47.345Z | Downloaded hubpack v0.1.2 |
537 | 2025-01-24T19:15:47.346Z | Downloaded lazycell v1.3.0 |
538 | 2025-01-24T19:15:47.346Z | Downloaded is-terminal v0.4.13 |
539 | 2025-01-24T19:15:47.346Z | Downloaded progenitor-client v0.9.1 |
540 | 2025-01-24T19:15:47.346Z | Downloaded humantime v2.1.0 |
541 | 2025-01-24T19:15:47.347Z | Downloaded chrono-tz-build v0.4.0 |
542 | 2025-01-24T19:15:47.347Z | Downloaded linear-map v1.2.0 |
543 | 2025-01-24T19:15:47.347Z | Downloaded castaway v0.2.3 |
544 | 2025-01-24T19:15:47.347Z | Downloaded block-padding v0.3.3 |
545 | 2025-01-24T19:15:47.347Z | Downloaded async-trait v0.1.83 |
546 | 2025-01-24T19:15:47.347Z | Downloaded maybe-uninit v2.0.0 |
547 | 2025-01-24T19:15:47.347Z | Downloaded indoc v1.0.9 |
548 | 2025-01-24T19:15:47.347Z | Downloaded base64ct v1.6.0 |
549 | 2025-01-24T19:15:47.348Z | Downloaded mime v0.3.17 |
550 | 2025-01-24T19:15:47.348Z | Downloaded managed v0.8.0 |
551 | 2025-01-24T19:15:47.348Z | Downloaded internet-checksum v0.2.1 |
552 | 2025-01-24T19:15:47.348Z | Downloaded hyper-tls v0.6.0 |
553 | 2025-01-24T19:15:47.348Z | Downloaded crc32fast v1.4.2 |
554 | 2025-01-24T19:15:47.348Z | Downloaded lalrpop-util v0.19.12 |
555 | 2025-01-24T19:15:47.348Z | Downloaded idna_adapter v1.2.0 |
556 | 2025-01-24T19:15:47.348Z | Downloaded instability v0.3.2 |
557 | 2025-01-24T19:15:47.348Z | Downloaded cancel-safe-futures v0.1.5 |
558 | 2025-01-24T19:15:47.349Z | Downloaded md-5 v0.10.6 |
559 | 2025-01-24T19:15:47.349Z | Downloaded keccak v0.1.5 |
560 | 2025-01-24T19:15:47.349Z | Downloaded impl-trait-for-tuples v0.2.2 |
561 | 2025-01-24T19:15:47.349Z | Downloaded cbc v0.1.2 |
562 | 2025-01-24T19:15:47.349Z | Downloaded backoff v0.4.0 |
563 | 2025-01-24T19:15:47.349Z | Downloaded buf-list v1.0.3 |
564 | 2025-01-24T19:15:47.349Z | Downloaded bzip2 v0.4.4 |
565 | 2025-01-24T19:15:47.349Z | Downloaded addr2line v0.24.2 |
566 | 2025-01-24T19:15:47.349Z | Downloaded bitflags v1.3.2 |
567 | 2025-01-24T19:15:47.349Z | Downloaded memoffset v0.9.1 |
568 | 2025-01-24T19:15:47.350Z | Downloaded cipher v0.4.4 |
569 | 2025-01-24T19:15:47.350Z | Downloaded maplit v1.0.2 |
570 | 2025-01-24T19:15:47.350Z | Downloaded lockfree-object-pool v0.1.6 |
571 | 2025-01-24T19:15:47.350Z | Downloaded litemap v0.7.3 |
572 | 2025-01-24T19:15:47.350Z | Downloaded sync_wrapper v1.0.1 |
573 | 2025-01-24T19:15:47.350Z | Downloaded sync-ptr v0.1.1 |
574 | 2025-01-24T19:15:47.350Z | Downloaded shell-words v1.1.0 |
575 | 2025-01-24T19:15:47.350Z | Downloaded async-bb8-diesel v0.2.1 |
576 | 2025-01-24T19:15:47.350Z | Downloaded crossbeam-deque v0.8.5 |
577 | 2025-01-24T19:15:47.350Z | Downloaded rand_xorshift v0.3.0 |
578 | 2025-01-24T19:15:47.350Z | Downloaded lru-cache v0.1.2 |
579 | 2025-01-24T19:15:47.350Z | Downloaded mime_guess v2.0.5 |
580 | 2025-01-24T19:15:47.399Z | Downloaded jobserver v0.1.32 |
581 | 2025-01-24T19:15:47.399Z | Downloaded hyper-staticfile v0.10.1 |
582 | 2025-01-24T19:15:47.399Z | Downloaded iana-time-zone v0.1.61 |
583 | 2025-01-24T19:15:47.400Z | Downloaded tower-service v0.3.3 |
584 | 2025-01-24T19:15:47.400Z | Downloaded hyper-rustls v0.27.3 |
585 | 2025-01-24T19:15:47.400Z | Downloaded kstat-rs v0.2.4 |
586 | 2025-01-24T19:15:47.400Z | Downloaded cookie v0.18.1 |
587 | 2025-01-24T19:15:47.400Z | Downloaded want v0.3.1 |
588 | 2025-01-24T19:15:47.400Z | Downloaded crossbeam-utils v0.8.20 |
589 | 2025-01-24T19:15:47.400Z | Downloaded clang-sys v1.8.1 |
590 | 2025-01-24T19:15:47.400Z | Downloaded zone_cfg_derive v0.3.0 |
591 | 2025-01-24T19:15:47.401Z | Downloaded zone_cfg_derive v0.1.2 |
592 | 2025-01-24T19:15:47.401Z | Downloaded yoke-derive v0.7.4 |
593 | 2025-01-24T19:15:47.401Z | Downloaded libloading v0.8.5 |
594 | 2025-01-24T19:15:47.401Z | Downloaded memmap2 v0.9.5 |
595 | 2025-01-24T19:15:47.401Z | Downloaded ipnet v2.10.1 |
596 | 2025-01-24T19:15:47.401Z | Downloaded csv-core v0.1.11 |
597 | 2025-01-24T19:15:47.401Z | Downloaded multer v3.1.0 |
598 | 2025-01-24T19:15:47.440Z | Downloaded httparse v1.9.5 |
599 | 2025-01-24T19:15:47.440Z | Downloaded headers-core v0.3.0 |
600 | 2025-01-24T19:15:47.440Z | Downloaded derive_builder_macro v0.20.2 |
601 | 2025-01-24T19:15:47.440Z | Downloaded signal-hook-registry v1.4.2 |
602 | 2025-01-24T19:15:47.440Z | Downloaded hmac v0.12.1 |
603 | 2025-01-24T19:15:47.440Z | Downloaded hickory-client v0.24.2 |
604 | 2025-01-24T19:15:47.441Z | Downloaded string_cache v0.8.7 |
605 | 2025-01-24T19:15:47.441Z | Downloaded tokio-macros v2.5.0 |
606 | 2025-01-24T19:15:47.441Z | Downloaded tinystr v0.7.6 |
607 | 2025-01-24T19:15:47.441Z | Downloaded icu_normalizer v1.5.0 |
608 | 2025-01-24T19:15:47.441Z | Downloaded pretty-hex v0.2.1 |
609 | 2025-01-24T19:15:47.441Z | Downloaded indexmap v1.9.3 |
610 | 2025-01-24T19:15:47.441Z | Downloaded unicase v2.7.0 |
611 | 2025-01-24T19:15:47.441Z | Downloaded crossbeam-epoch v0.9.18 |
612 | 2025-01-24T19:15:47.441Z | Downloaded icu_normalizer_data v1.5.0 |
613 | 2025-01-24T19:15:47.442Z | Downloaded ssh-cipher v0.2.0 |
614 | 2025-01-24T19:15:47.442Z | Downloaded smallvec v0.6.14 |
615 | 2025-01-24T19:15:47.442Z | Downloaded num_threads v0.1.7 |
616 | 2025-01-24T19:15:47.442Z | Downloaded chacha20poly1305 v0.10.1 |
617 | 2025-01-24T19:15:47.442Z | Downloaded base64 v0.13.1 |
618 | 2025-01-24T19:15:47.442Z | Downloaded stringprep v0.1.5 |
619 | 2025-01-24T19:15:47.442Z | Downloaded smf v0.2.3 |
620 | 2025-01-24T19:15:47.442Z | Downloaded russh-cryptovec v0.7.3 |
621 | 2025-01-24T19:15:47.443Z | Downloaded mockall_derive v0.13.0 |
622 | 2025-01-24T19:15:47.443Z | Downloaded powerfmt v0.2.0 |
623 | 2025-01-24T19:15:47.465Z | Downloaded allocator-api2 v0.2.18 |
624 | 2025-01-24T19:15:47.465Z | Downloaded flagset v0.4.6 |
625 | 2025-01-24T19:15:47.465Z | Downloaded fixedbitset v0.4.2 |
626 | 2025-01-24T19:15:47.465Z | Downloaded untrusted v0.9.0 |
627 | 2025-01-24T19:15:47.465Z | Downloaded untrusted v0.7.1 |
628 | 2025-01-24T19:15:47.466Z | Downloaded env_filter v0.1.2 |
629 | 2025-01-24T19:15:47.466Z | Downloaded miniz_oxide v0.8.0 |
630 | 2025-01-24T19:15:47.466Z | Downloaded sec1 v0.7.3 |
631 | 2025-01-24T19:15:47.466Z | Downloaded libsw v3.3.1 |
632 | 2025-01-24T19:15:47.466Z | Downloaded rpassword v7.3.1 |
633 | 2025-01-24T19:15:47.466Z | Downloaded filetime v0.2.25 |
634 | 2025-01-24T19:15:47.466Z | Downloaded litrs v0.4.1 |
635 | 2025-01-24T19:15:47.466Z | Downloaded icu_provider v1.5.0 |
636 | 2025-01-24T19:15:47.466Z | Downloaded smallvec v1.13.2 |
637 | 2025-01-24T19:15:47.466Z | Downloaded compact_str v0.8.0 |
638 | 2025-01-24T19:15:47.466Z | Downloaded icu_locid v1.5.0 |
639 | 2025-01-24T19:15:47.466Z | Downloaded try-lock v0.2.5 |
640 | 2025-01-24T19:15:47.505Z | Downloaded num_enum_derive v0.5.11 |
641 | 2025-01-24T19:15:47.505Z | Downloaded num_enum v0.5.11 |
642 | 2025-01-24T19:15:47.505Z | Downloaded predicates-tree v1.0.11 |
643 | 2025-01-24T19:15:47.506Z | Downloaded phf_codegen v0.11.2 |
644 | 2025-01-24T19:15:47.506Z | Downloaded embedded-io v0.6.1 |
645 | 2025-01-24T19:15:47.506Z | Downloaded ron v0.7.1 |
646 | 2025-01-24T19:15:47.506Z | Downloaded hyper-util v0.1.10 |
647 | 2025-01-24T19:15:47.506Z | Downloaded write16 v1.0.0 |
648 | 2025-01-24T19:15:47.506Z | Downloaded darling_macro v0.20.10 |
649 | 2025-01-24T19:15:47.506Z | Downloaded termios v0.3.3 |
650 | 2025-01-24T19:15:47.507Z | Downloaded nodrop v0.1.14 |
651 | 2025-01-24T19:15:47.507Z | Downloaded indicatif v0.17.9 |
652 | 2025-01-24T19:15:47.507Z | Downloaded derive_builder v0.20.2 |
653 | 2025-01-24T19:15:47.535Z | Downloaded zerofrom v0.1.4 |
654 | 2025-01-24T19:15:47.535Z | Downloaded rustls-pki-types v1.10.0 |
655 | 2025-01-24T19:15:47.535Z | Downloaded const_format v0.2.33 |
656 | 2025-01-24T19:15:47.535Z | Downloaded rustls-pemfile v1.0.4 |
657 | 2025-01-24T19:15:47.535Z | Downloaded newtype_derive v0.1.6 |
658 | 2025-01-24T19:15:47.535Z | Downloaded slog-scope v4.4.0 |
659 | 2025-01-24T19:15:47.535Z | Downloaded radium v0.7.0 |
660 | 2025-01-24T19:15:47.535Z | Downloaded num-conv v0.1.0 |
661 | 2025-01-24T19:15:47.535Z | Downloaded walkdir v2.5.0 |
662 | 2025-01-24T19:15:47.535Z | Downloaded tokio-tungstenite v0.23.1 |
663 | 2025-01-24T19:15:47.535Z | Downloaded icu_locid_transform_data v1.5.0 |
664 | 2025-01-24T19:15:47.536Z | Downloaded icu_properties v1.5.1 |
665 | 2025-01-24T19:15:47.536Z | Downloaded static_assertions v1.1.0 |
666 | 2025-01-24T19:15:47.536Z | Downloaded sha1 v0.10.6 |
667 | 2025-01-24T19:15:47.585Z | Downloaded opaque-debug v0.3.1 |
668 | 2025-01-24T19:15:47.585Z | Downloaded thiserror-impl-no-std v2.0.2 |
669 | 2025-01-24T19:15:47.585Z | Downloaded arc-swap v1.7.1 |
670 | 2025-01-24T19:15:47.585Z | Downloaded oso-derive v0.27.3 |
671 | 2025-01-24T19:15:47.585Z | Downloaded strip-ansi-escapes v0.2.0 |
672 | 2025-01-24T19:15:47.585Z | Downloaded thiserror-impl v2.0.11 |
673 | 2025-01-24T19:15:47.585Z | Downloaded bytes v1.9.0 |
674 | 2025-01-24T19:15:47.585Z | Downloaded bumpalo v3.16.0 |
675 | 2025-01-24T19:15:47.586Z | Downloaded progenitor v0.9.1 |
676 | 2025-01-24T19:15:47.586Z | Downloaded debug-ignore v1.0.5 |
677 | 2025-01-24T19:15:47.654Z | Downloaded defmt-macros v0.3.9 |
678 | 2025-01-24T19:15:47.654Z | Downloaded sigpipe v0.1.3 |
679 | 2025-01-24T19:15:47.654Z | Downloaded rustfmt-wrapper v0.2.1 |
680 | 2025-01-24T19:15:47.654Z | Downloaded progenitor-client v0.8.0 |
681 | 2025-01-24T19:15:47.655Z | Downloaded group v0.13.0 |
682 | 2025-01-24T19:15:47.655Z | Downloaded fallible-iterator v0.2.0 |
683 | 2025-01-24T19:15:47.655Z | Downloaded strum v0.26.3 |
684 | 2025-01-24T19:15:47.655Z | Downloaded pem-rfc7468 v0.7.0 |
685 | 2025-01-24T19:15:47.655Z | Downloaded defmt-parser v0.3.4 |
686 | 2025-01-24T19:15:47.655Z | Downloaded zerofrom-derive v0.1.4 |
687 | 2025-01-24T19:15:47.655Z | Downloaded universal-hash v0.5.1 |
688 | 2025-01-24T19:15:47.655Z | Downloaded password-hash v0.5.0 |
689 | 2025-01-24T19:15:47.655Z | Downloaded num-derive v0.4.2 |
690 | 2025-01-24T19:15:47.655Z | Downloaded quinn-udp v0.5.5 |
691 | 2025-01-24T19:15:47.655Z | Downloaded ff v0.13.0 |
692 | 2025-01-24T19:15:47.655Z | Downloaded fd-lock v4.0.2 |
693 | 2025-01-24T19:15:47.655Z | Downloaded tinyvec_macros v0.1.1 |
694 | 2025-01-24T19:15:47.655Z | Downloaded tokio-rustls v0.24.1 |
695 | 2025-01-24T19:15:47.655Z | Downloaded fallible-streaming-iterator v0.1.9 |
696 | 2025-01-24T19:15:47.655Z | Downloaded fallible-iterator v0.3.0 |
697 | 2025-01-24T19:15:47.655Z | Downloaded progenitor v0.8.0 |
698 | 2025-01-24T19:15:47.655Z | Downloaded proc-macro-crate v1.3.1 |
699 | 2025-01-24T19:15:47.655Z | Downloaded packed_struct v0.10.1 |
700 | 2025-01-24T19:15:47.655Z | Downloaded unicode-bidi v0.3.17 |
701 | 2025-01-24T19:15:47.655Z | Downloaded foreign-types-shared v0.3.1 |
702 | 2025-01-24T19:15:47.655Z | Downloaded diesel_table_macro_syntax v0.2.0 |
703 | 2025-01-24T19:15:47.656Z | Downloaded nibble_vec v0.1.0 |
704 | 2025-01-24T19:15:47.656Z | Downloaded zopfli v0.8.1 |
705 | 2025-01-24T19:15:47.656Z | Downloaded derive_builder_core v0.20.2 |
706 | 2025-01-24T19:15:47.656Z | Downloaded signature v2.2.0 |
707 | 2025-01-24T19:15:47.656Z | Downloaded pin-utils v0.1.0 |
708 | 2025-01-24T19:15:47.656Z | Downloaded pem v3.0.4 |
709 | 2025-01-24T19:15:47.656Z | Downloaded packed_struct_codegen v0.10.1 |
710 | 2025-01-24T19:15:47.656Z | Downloaded futures v0.3.31 |
711 | 2025-01-24T19:15:47.656Z | Downloaded env_logger v0.11.5 |
712 | 2025-01-24T19:15:47.686Z | Downloaded strum_macros v0.24.3 |
713 | 2025-01-24T19:15:47.686Z | Downloaded precomputed-hash v0.1.1 |
714 | 2025-01-24T19:15:47.686Z | Downloaded number_prefix v0.4.0 |
715 | 2025-01-24T19:15:47.686Z | Downloaded slog-envlogger v2.2.0 |
716 | 2025-01-24T19:15:47.686Z | Downloaded postgres-types v0.2.8 |
717 | 2025-01-24T19:15:47.687Z | Downloaded tokio-native-tls v0.3.1 |
718 | 2025-01-24T19:15:47.687Z | Downloaded schemars_derive v0.8.21 |
719 | 2025-01-24T19:15:47.687Z | Downloaded same-file v1.0.6 |
720 | 2025-01-24T19:15:47.687Z | Downloaded tokio-rustls v0.25.0 |
721 | 2025-01-24T19:15:47.687Z | Downloaded tinyvec v1.8.0 |
722 | 2025-01-24T19:15:47.687Z | Downloaded normalize-line-endings v0.3.0 |
723 | 2025-01-24T19:15:47.687Z | Downloaded embedded-io v0.4.0 |
724 | 2025-01-24T19:15:47.687Z | Downloaded ecdsa v0.16.9 |
725 | 2025-01-24T19:15:47.687Z | Downloaded path-slash v0.1.5 |
726 | 2025-01-24T19:15:47.687Z | Downloaded typify-macro v0.3.0 |
727 | 2025-01-24T19:15:47.687Z | Downloaded typify-macro v0.2.0 |
728 | 2025-01-24T19:15:47.687Z | Downloaded pkcs5 v0.7.1 |
729 | 2025-01-24T19:15:47.687Z | Downloaded display-error-chain v0.2.2 |
730 | 2025-01-24T19:15:47.687Z | Downloaded unsafe-libyaml v0.2.11 |
731 | 2025-01-24T19:15:47.687Z | Downloaded either v1.13.0 |
732 | 2025-01-24T19:15:47.754Z | Downloaded mio v1.0.2 |
733 | 2025-01-24T19:15:47.754Z | Downloaded take_mut v0.2.2 |
734 | 2025-01-24T19:15:47.755Z | Downloaded termtree v0.4.1 |
735 | 2025-01-24T19:15:47.755Z | Downloaded minimal-lexical v0.2.1 |
736 | 2025-01-24T19:15:47.755Z | Downloaded zerovec-derive v0.10.3 |
737 | 2025-01-24T19:15:47.755Z | Downloaded pkcs1 v0.7.5 |
738 | 2025-01-24T19:15:47.755Z | Downloaded fxhash v0.2.1 |
739 | 2025-01-24T19:15:47.755Z | Downloaded tap v1.0.1 |
740 | 2025-01-24T19:15:47.755Z | Downloaded num-iter v0.1.45 |
741 | 2025-01-24T19:15:47.755Z | Downloaded aes v0.8.4 |
742 | 2025-01-24T19:15:47.757Z | Downloaded ppv-lite86 v0.2.20 |
743 | 2025-01-24T19:15:47.757Z | Downloaded downcast v0.11.0 |
744 | 2025-01-24T19:15:47.757Z | Downloaded serde_yaml v0.9.34+deprecated |
745 | 2025-01-24T19:15:47.757Z | Downloaded tungstenite v0.21.0 |
746 | 2025-01-24T19:15:47.757Z | Downloaded heapless v0.7.17 |
747 | 2025-01-24T19:15:47.757Z | Downloaded dirs-sys-next v0.1.2 |
748 | 2025-01-24T19:15:47.758Z | Downloaded quick-error v1.2.3 |
749 | 2025-01-24T19:15:47.758Z | Downloaded value-bag v1.9.0 |
750 | 2025-01-24T19:15:47.758Z | Downloaded futures-task v0.3.31 |
751 | 2025-01-24T19:15:47.758Z | Downloaded slog-async v2.8.0 |
752 | 2025-01-24T19:15:47.790Z | Downloaded slab v0.4.9 |
753 | 2025-01-24T19:15:47.790Z | Downloaded rustc_version v0.1.7 |
754 | 2025-01-24T19:15:47.790Z | Downloaded rustc-hash v1.1.0 |
755 | 2025-01-24T19:15:47.790Z | Downloaded scheduled-thread-pool v0.2.7 |
756 | 2025-01-24T19:15:47.790Z | Downloaded p256 v0.13.2 |
757 | 2025-01-24T19:15:47.790Z | Downloaded rustc-hash v2.0.0 |
758 | 2025-01-24T19:15:47.790Z | Downloaded aes-gcm v0.10.3 |
759 | 2025-01-24T19:15:47.790Z | Downloaded sqlparser_derive v0.2.2 |
760 | 2025-01-24T19:15:47.790Z | Downloaded publicsuffix v2.3.0 |
761 | 2025-01-24T19:15:47.790Z | Downloaded termtree v0.5.1 |
762 | 2025-01-24T19:15:47.790Z | Downloaded tokio-rustls v0.26.0 |
763 | 2025-01-24T19:15:47.791Z | Downloaded peg v0.8.4 |
764 | 2025-01-24T19:15:47.791Z | Downloaded slog-bunyan v2.5.0 |
765 | 2025-01-24T19:15:47.791Z | Downloaded wyz v0.5.1 |
766 | 2025-01-24T19:15:47.791Z | Downloaded pbkdf2 v0.12.2 |
767 | 2025-01-24T19:15:47.791Z | Downloaded ghash v0.5.1 |
768 | 2025-01-24T19:15:47.791Z | Downloaded foreign-types-macros v0.2.3 |
769 | 2025-01-24T19:15:47.791Z | Downloaded foreign-types v0.5.0 |
770 | 2025-01-24T19:15:47.791Z | Downloaded num-rational v0.4.2 |
771 | 2025-01-24T19:15:47.791Z | Downloaded pbkdf2 v0.11.0 |
772 | 2025-01-24T19:15:47.791Z | Downloaded tokio-postgres v0.7.12 |
773 | 2025-01-24T19:15:47.832Z | Downloaded peg-runtime v0.8.3 |
774 | 2025-01-24T19:15:47.832Z | Downloaded num-integer v0.1.46 |
775 | 2025-01-24T19:15:47.832Z | Downloaded foreign-types-shared v0.1.1 |
776 | 2025-01-24T19:15:47.832Z | Downloaded foreign-types v0.3.2 |
777 | 2025-01-24T19:15:47.832Z | Downloaded progenitor-macro v0.8.0 |
778 | 2025-01-24T19:15:47.832Z | Downloaded polyval v0.6.2 |
779 | 2025-01-24T19:15:47.832Z | Downloaded utf8_iter v1.0.4 |
780 | 2025-01-24T19:15:47.832Z | Downloaded displaydoc v0.2.5 |
781 | 2025-01-24T19:15:47.832Z | Downloaded zeroize v1.8.1 |
782 | 2025-01-24T19:15:47.832Z | Downloaded derive_more v0.99.18 |
783 | 2025-01-24T19:15:47.832Z | Downloaded document-features v0.2.10 |
784 | 2025-01-24T19:15:47.832Z | Downloaded parse-display-derive v0.10.0 |
785 | 2025-01-24T19:15:47.833Z | Downloaded rustc-demangle v0.1.24 |
786 | 2025-01-24T19:15:47.833Z | Downloaded resolv-conf v0.7.0 |
787 | 2025-01-24T19:15:47.833Z | Downloaded toolchain_find v0.4.0 |
788 | 2025-01-24T19:15:47.833Z | Downloaded flate2 v1.0.35 |
789 | 2025-01-24T19:15:47.833Z | Downloaded ssh-encoding v0.2.0 |
790 | 2025-01-24T19:15:47.833Z | Downloaded rtoolbox v0.0.2 |
791 | 2025-01-24T19:15:47.833Z | Downloaded rfc6979 v0.4.0 |
792 | 2025-01-24T19:15:47.833Z | Downloaded tiny-keccak v2.0.2 |
793 | 2025-01-24T19:15:47.833Z | Downloaded peg-macros v0.8.4 |
794 | 2025-01-24T19:15:47.833Z | Downloaded predicates-core v1.0.8 |
795 | 2025-01-24T19:15:47.833Z | Downloaded crossterm v0.28.1 |
796 | 2025-01-24T19:15:47.851Z | Downloaded ed25519 v2.2.3 |
797 | 2025-01-24T19:15:47.851Z | Downloaded twox-hash v1.6.3 |
798 | 2025-01-24T19:15:47.852Z | Downloaded term v0.7.0 |
799 | 2025-01-24T19:15:47.852Z | Downloaded getrandom v0.2.15 |
800 | 2025-01-24T19:15:47.852Z | Downloaded unarray v0.1.4 |
801 | 2025-01-24T19:15:47.852Z | Downloaded difflib v0.4.0 |
802 | 2025-01-24T19:15:47.852Z | Downloaded zone v0.3.0 |
803 | 2025-01-24T19:15:47.852Z | Downloaded phf_shared v0.10.0 |
804 | 2025-01-24T19:15:47.895Z | Downloaded newtype-uuid v1.2.1 |
805 | 2025-01-24T19:15:47.895Z | Downloaded parking_lot_core v0.9.10 |
806 | 2025-01-24T19:15:47.896Z | Downloaded parking_lot_core v0.8.6 |
807 | 2025-01-24T19:15:47.896Z | Downloaded dirs-next v2.0.0 |
808 | 2025-01-24T19:15:47.896Z | Downloaded itertools v0.10.5 |
809 | 2025-01-24T19:15:47.896Z | Downloaded fragile v2.0.0 |
810 | 2025-01-24T19:15:47.896Z | Downloaded strum_macros v0.25.3 |
811 | 2025-01-24T19:15:47.896Z | Downloaded signal-hook-tokio v0.3.1 |
812 | 2025-01-24T19:15:47.896Z | Downloaded futures-channel v0.3.31 |
813 | 2025-01-24T19:15:47.896Z | Downloaded parse-display v0.10.0 |
814 | 2025-01-24T19:15:47.897Z | Downloaded rcgen v0.12.1 |
815 | 2025-01-24T19:15:47.897Z | Downloaded num-complex v0.4.6 |
816 | 2025-01-24T19:15:47.921Z | Downloaded vte_generate_state_changes v0.1.2 |
817 | 2025-01-24T19:15:47.921Z | Downloaded idna v1.0.3 |
818 | 2025-01-24T19:15:47.921Z | Downloaded topological-sort v0.2.2 |
819 | 2025-01-24T19:15:47.921Z | Downloaded ref-cast-impl v1.0.23 |
820 | 2025-01-24T19:15:47.921Z | Downloaded ref-cast v1.0.23 |
821 | 2025-01-24T19:15:47.921Z | Downloaded openssl-macros v0.1.1 |
822 | 2025-01-24T19:15:47.921Z | Downloaded writeable v0.5.5 |
823 | 2025-01-24T19:15:47.921Z | Downloaded vsss-rs v3.3.4 |
824 | 2025-01-24T19:15:47.922Z | Downloaded ena v0.14.3 |
825 | 2025-01-24T19:15:47.922Z | Downloaded futures-core v0.3.31 |
826 | 2025-01-24T19:15:47.922Z | Downloaded funty v2.0.0 |
827 | 2025-01-24T19:15:47.922Z | Downloaded dyn-clone v1.0.17 |
828 | 2025-01-24T19:15:47.922Z | Downloaded snafu v0.8.5 |
829 | 2025-01-24T19:15:47.922Z | Downloaded new_debug_unreachable v1.0.6 |
830 | 2025-01-24T19:15:47.922Z | Downloaded postgres-protocol v0.6.7 |
831 | 2025-01-24T19:15:47.922Z | Downloaded tracing-attributes v0.1.27 |
832 | 2025-01-24T19:15:47.943Z | Downloaded rustversion v1.0.17 |
833 | 2025-01-24T19:15:47.944Z | Downloaded serde-big-array v0.5.1 |
834 | 2025-01-24T19:15:47.944Z | Downloaded zip v0.6.6 |
835 | 2025-01-24T19:15:47.944Z | Downloaded futures-io v0.3.31 |
836 | 2025-01-24T19:15:47.944Z | Downloaded futures-executor v0.3.31 |
837 | 2025-01-24T19:15:47.944Z | Downloaded itertools v0.12.1 |
838 | 2025-01-24T19:15:47.945Z | Downloaded supports-color v3.0.1 |
839 | 2025-01-24T19:15:47.945Z | Downloaded form_urlencoded v1.2.1 |
840 | 2025-01-24T19:15:47.952Z | Downloaded elliptic-curve v0.13.8 |
841 | 2025-01-24T19:15:47.953Z | Downloaded diesel-dtrace v0.4.2 |
842 | 2025-01-24T19:15:47.953Z | Downloaded deranged v0.3.11 |
843 | 2025-01-24T19:15:47.953Z | Downloaded tracing-core v0.1.32 |
844 | 2025-01-24T19:15:47.953Z | Downloaded rustyline v14.0.0 |
845 | 2025-01-24T19:15:47.953Z | Downloaded zone v0.1.8 |
846 | 2025-01-24T19:15:47.953Z | Downloaded scrypt v0.11.0 |
847 | 2025-01-24T19:15:47.953Z | Downloaded primeorder v0.13.6 |
848 | 2025-01-24T19:15:47.966Z | Downloaded which v4.4.2 |
849 | 2025-01-24T19:15:47.966Z | Downloaded salsa20 v0.10.2 |
850 | 2025-01-24T19:15:47.966Z | Downloaded rusty-fork v0.3.0 |
851 | 2025-01-24T19:15:47.966Z | Downloaded vergen v8.3.2 |
852 | 2025-01-24T19:15:47.979Z | Downloaded wait-timeout v0.2.0 |
853 | 2025-01-24T19:15:47.979Z | Downloaded strum_macros v0.26.4 |
854 | 2025-01-24T19:15:47.979Z | Downloaded russh-keys v0.45.0 |
855 | 2025-01-24T19:15:47.979Z | Downloaded phf_shared v0.11.2 |
856 | 2025-01-24T19:15:47.979Z | Downloaded socket2 v0.5.7 |
857 | 2025-01-24T19:15:47.979Z | Downloaded zeroize_derive v1.4.2 |
858 | 2025-01-24T19:15:47.979Z | Downloaded spin v0.9.8 |
859 | 2025-01-24T19:15:48.005Z | Downloaded tough v0.19.0 |
860 | 2025-01-24T19:15:48.006Z | Downloaded endian-type v0.1.2 |
861 | 2025-01-24T19:15:48.006Z | Downloaded parse-size v1.1.0 |
862 | 2025-01-24T19:15:48.006Z | Downloaded openssl-probe v0.1.5 |
863 | 2025-01-24T19:15:48.006Z | Downloaded multimap v0.10.0 |
864 | 2025-01-24T19:15:48.006Z | Downloaded thread_local v1.1.8 |
865 | 2025-01-24T19:15:48.006Z | Downloaded aws-lc-rs v1.10.0 |
866 | 2025-01-24T19:15:48.046Z | Downloaded xattr v1.3.1 |
867 | 2025-01-24T19:15:48.046Z | Downloaded waitgroup v0.1.2 |
868 | 2025-01-24T19:15:48.046Z | Downloaded secrecy v0.8.0 |
869 | 2025-01-24T19:15:48.046Z | Downloaded hashlink v0.9.1 |
870 | 2025-01-24T19:15:48.046Z | Downloaded test-strategy v0.3.1 |
871 | 2025-01-24T19:15:48.046Z | Downloaded hashbrown v0.13.2 |
872 | 2025-01-24T19:15:48.046Z | Downloaded thiserror-no-std v2.0.2 |
873 | 2025-01-24T19:15:48.115Z | Downloaded sct v0.7.1 |
874 | 2025-01-24T19:15:48.115Z | Downloaded futures-sink v0.3.31 |
875 | 2025-01-24T19:15:48.116Z | Downloaded nom v7.1.3 |
876 | 2025-01-24T19:15:48.116Z | Downloaded time-core v0.1.2 |
877 | 2025-01-24T19:15:48.116Z | Downloaded rand_core v0.6.4 |
878 | 2025-01-24T19:15:48.116Z | Downloaded rand_chacha v0.3.1 |
879 | 2025-01-24T19:15:48.116Z | Downloaded scopeguard v1.2.0 |
880 | 2025-01-24T19:15:48.117Z | Downloaded unicode-truncate v1.1.0 |
881 | 2025-01-24T19:15:48.117Z | Downloaded nu-ansi-term v0.50.1 |
882 | 2025-01-24T19:15:48.117Z | Downloaded progenitor-impl v0.9.1 |
883 | 2025-01-24T19:15:48.117Z | Downloaded tabwriter v1.4.0 |
884 | 2025-01-24T19:15:48.117Z | Downloaded xz2 v0.1.7 |
885 | 2025-01-24T19:15:48.117Z | Downloaded serde_path_to_error v0.1.16 |
886 | 2025-01-24T19:15:48.117Z | Downloaded toml v0.7.8 |
887 | 2025-01-24T19:15:48.117Z | Downloaded float-ord v0.3.2 |
888 | 2025-01-24T19:15:48.117Z | Downloaded float-cmp v0.9.0 |
889 | 2025-01-24T19:15:48.118Z | Downloaded enum-as-inner v0.6.1 |
890 | 2025-01-24T19:15:48.118Z | Downloaded hyper v1.5.2 |
891 | 2025-01-24T19:15:48.118Z | Downloaded subprocess v0.2.9 |
892 | 2025-01-24T19:15:48.118Z | Downloaded simd-adler32 v0.3.7 |
893 | 2025-01-24T19:15:48.118Z | Downloaded futures-macro v0.3.31 |
894 | 2025-01-24T19:15:48.173Z | Downloaded semver v0.1.20 |
895 | 2025-01-24T19:15:48.173Z | Downloaded serde_plain v1.0.2 |
896 | 2025-01-24T19:15:48.173Z | Downloaded des v0.8.1 |
897 | 2025-01-24T19:15:48.173Z | Downloaded serde_with v3.11.0 |
898 | 2025-01-24T19:15:48.173Z | Downloaded num v0.4.3 |
899 | 2025-01-24T19:15:48.174Z | Downloaded structmeta-derive v0.3.0 |
900 | 2025-01-24T19:15:48.174Z | Downloaded tokio-tungstenite v0.24.0 |
901 | 2025-01-24T19:15:48.174Z | Downloaded der_derive v0.7.3 |
902 | 2025-01-24T19:15:48.174Z | Downloaded structmeta-derive v0.2.0 |
903 | 2025-01-24T19:15:48.174Z | Downloaded omicron-zone-package v0.12.0 |
904 | 2025-01-24T19:15:48.174Z | Downloaded zerocopy-derive v0.8.10 |
905 | 2025-01-24T19:15:48.174Z | Downloaded hash32 v0.3.1 |
906 | 2025-01-24T19:15:48.174Z | Downloaded foldhash v0.1.3 |
907 | 2025-01-24T19:15:48.174Z | Downloaded pkg-config v0.3.31 |
908 | 2025-01-24T19:15:48.174Z | Downloaded proptest v1.5.0 |
909 | 2025-01-24T19:15:48.175Z | Downloaded serde_urlencoded v0.7.1 |
910 | 2025-01-24T19:15:48.175Z | Downloaded dsl_auto_type v0.1.2 |
911 | 2025-01-24T19:15:48.175Z | Downloaded rayon-core v1.12.1 |
912 | 2025-01-24T19:15:48.175Z | Downloaded rsa v0.9.6 |
913 | 2025-01-24T19:15:48.175Z | Downloaded predicates v3.1.2 |
914 | 2025-01-24T19:15:48.175Z | Downloaded postcard v1.0.10 |
915 | 2025-01-24T19:15:48.175Z | Downloaded poly1305 v0.8.0 |
916 | 2025-01-24T19:15:48.216Z | Downloaded half v2.4.1 |
917 | 2025-01-24T19:15:48.216Z | Downloaded native-tls v0.2.12 |
918 | 2025-01-24T19:15:48.216Z | Downloaded structmeta v0.3.0 |
919 | 2025-01-24T19:15:48.217Z | Downloaded olpc-cjson v0.1.4 |
920 | 2025-01-24T19:15:48.217Z | Downloaded oso v0.27.3 |
921 | 2025-01-24T19:15:48.217Z | Downloaded typify v0.2.0 |
922 | 2025-01-24T19:15:48.217Z | Downloaded bindgen v0.69.5 |
923 | 2025-01-24T19:15:48.218Z | Downloaded pin-project-lite v0.2.14 |
924 | 2025-01-24T19:15:48.218Z | Downloaded reqwest v0.12.9 |
925 | 2025-01-24T19:15:48.218Z | Downloaded diesel_derives v2.2.3 |
926 | 2025-01-24T19:15:48.218Z | Downloaded yasna v0.5.2 |
927 | 2025-01-24T19:15:48.218Z | Downloaded samael v0.0.17 |
928 | 2025-01-24T19:15:48.252Z | Downloaded typify v0.3.0 |
929 | 2025-01-24T19:15:48.252Z | Downloaded x509-cert v0.2.5 |
930 | 2025-01-24T19:15:48.253Z | Downloaded dropshot_endpoint v0.15.1 |
931 | 2025-01-24T19:15:48.253Z | Downloaded diff v0.1.13 |
932 | 2025-01-24T19:15:48.253Z | Downloaded winnow v0.5.40 |
933 | 2025-01-24T19:15:48.253Z | Downloaded similar v2.6.0 |
934 | 2025-01-24T19:15:48.253Z | Downloaded vte v0.11.1 |
935 | 2025-01-24T19:15:48.253Z | Downloaded reedline v0.35.0 |
936 | 2025-01-24T19:15:48.293Z | Downloaded parse-zoneinfo v0.3.1 |
937 | 2025-01-24T19:15:48.293Z | Downloaded toml_edit v0.19.15 |
938 | 2025-01-24T19:15:48.293Z | Downloaded parking_lot v0.12.3 |
939 | 2025-01-24T19:15:48.293Z | Downloaded tracing v0.1.40 |
940 | 2025-01-24T19:15:48.293Z | Downloaded h2 v0.4.6 |
941 | 2025-01-24T19:15:48.400Z | Downloaded futures-util v0.3.31 |
942 | 2025-01-24T19:15:48.400Z | Downloaded unicode-properties v0.1.3 |
943 | 2025-01-24T19:15:48.400Z | Downloaded rusqlite v0.32.1 |
944 | 2025-01-24T19:15:48.400Z | Downloaded git2 v0.19.0 |
945 | 2025-01-24T19:15:48.400Z | Downloaded der v0.7.9 |
946 | 2025-01-24T19:15:48.400Z | Downloaded num-bigint-dig v0.8.4 |
947 | 2025-01-24T19:15:48.400Z | Downloaded bitvec v1.0.1 |
948 | 2025-01-24T19:15:48.458Z | Downloaded typed-path v0.9.3 |
949 | 2025-01-24T19:15:48.458Z | Downloaded flume v0.11.1 |
950 | 2025-01-24T19:15:48.458Z | Downloaded zip v2.1.3 |
951 | 2025-01-24T19:15:48.459Z | Downloaded ssh-key v0.6.6 |
952 | 2025-01-24T19:15:48.460Z | Downloaded num-bigint v0.4.6 |
953 | 2025-01-24T19:15:48.460Z | Downloaded hashbrown v0.14.5 |
954 | 2025-01-24T19:15:48.460Z | Downloaded icu_properties_data v1.5.0 |
955 | 2025-01-24T19:15:48.460Z | Downloaded hashbrown v0.12.3 |
956 | 2025-01-24T19:15:48.460Z | Downloaded lalrpop v0.19.12 |
957 | 2025-01-24T19:15:48.460Z | Downloaded curve25519-dalek v4.1.3 |
958 | 2025-01-24T19:15:48.460Z | Downloaded pin-project-internal v1.1.6 |
959 | 2025-01-24T19:15:48.460Z | Downloaded sqlformat v0.2.6 |
960 | 2025-01-24T19:15:48.461Z | Downloaded zerocopy v0.8.10 |
961 | 2025-01-24T19:15:48.486Z | Downloaded sqlparser v0.45.0 |
962 | 2025-01-24T19:15:48.490Z | Downloaded rayon v1.10.0 |
963 | 2025-01-24T19:15:48.490Z | Downloaded time v0.3.36 |
964 | 2025-01-24T19:15:48.490Z | Downloaded unicode-normalization v0.1.24 |
965 | 2025-01-24T19:15:48.490Z | Downloaded smoltcp v0.9.1 |
966 | 2025-01-24T19:15:48.630Z | Downloaded unicode-segmentation v1.12.0 |
967 | 2025-01-24T19:15:48.630Z | Downloaded gimli v0.31.1 |
968 | 2025-01-24T19:15:48.630Z | Downloaded radix_trie v0.2.1 |
969 | 2025-01-24T19:15:48.630Z | Downloaded rustls v0.22.4 |
970 | 2025-01-24T19:15:48.630Z | Downloaded quinn-proto v0.11.8 |
971 | 2025-01-24T19:15:48.630Z | Downloaded object v0.30.4 |
972 | 2025-01-24T19:15:48.674Z | Downloaded salty v0.3.0 |
973 | 2025-01-24T19:15:48.674Z | Downloaded rustls v0.23.19 |
974 | 2025-01-24T19:15:48.674Z | Downloaded unicode-width v0.2.0 |
975 | 2025-01-24T19:15:48.674Z | Downloaded portable-atomic v1.9.0 |
976 | 2025-01-24T19:15:48.674Z | Downloaded dropshot v0.12.0 |
977 | 2025-01-24T19:15:48.674Z | Downloaded regress v0.9.1 |
978 | 2025-01-24T19:15:48.674Z | Downloaded openssl v0.10.66 |
979 | 2025-01-24T19:15:48.674Z | Downloaded petname v2.0.2 |
980 | 2025-01-24T19:15:48.674Z | Downloaded regex v1.11.1 |
981 | 2025-01-24T19:15:48.674Z | Downloaded nix v0.29.0 |
982 | 2025-01-24T19:15:48.674Z | Downloaded regex-syntax v0.8.5 |
983 | 2025-01-24T19:15:48.674Z | Downloaded polar-core v0.27.3 |
984 | 2025-01-24T19:15:48.693Z | Downloaded dropshot v0.15.1 |
985 | 2025-01-24T19:15:48.693Z | Downloaded nix v0.27.1 |
986 | 2025-01-24T19:15:48.716Z | Downloaded regress v0.10.1 |
987 | 2025-01-24T19:15:48.716Z | Downloaded object v0.36.5 |
988 | 2025-01-24T19:15:48.730Z | Downloaded openapiv3 v2.0.0 |
989 | 2025-01-24T19:15:48.731Z | Downloaded nix v0.28.0 |
990 | 2025-01-24T19:15:48.742Z | Downloaded diesel v2.2.6 |
991 | 2025-01-24T19:15:48.764Z | Downloaded sled v0.34.7 |
992 | 2025-01-24T19:15:48.772Z | Downloaded typify-impl v0.2.0 |
993 | 2025-01-24T19:15:48.787Z | Downloaded hickory-proto v0.24.2 |
994 | 2025-01-24T19:15:48.819Z | Downloaded smoltcp v0.11.0 |
995 | 2025-01-24T19:15:48.828Z | Downloaded zerocopy-derive v0.6.6 |
996 | 2025-01-24T19:15:48.848Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
997 | 2025-01-24T19:15:48.865Z | Downloaded chrono-tz v0.10.1 |
998 | 2025-01-24T19:15:48.876Z | Downloaded regex-syntax v0.6.29 |
999 | 2025-01-24T19:15:48.877Z | Downloaded bstr v1.10.0 |
1000 | 2025-01-24T19:15:48.885Z | Downloaded typify-impl v0.3.0 |
1001 | 2025-01-24T19:15:48.905Z | Downloaded regex-automata v0.4.8 |
1002 | 2025-01-24T19:15:48.919Z | Downloaded vcpkg v0.2.15 |
1003 | 2025-01-24T19:15:48.963Z | Downloaded ratatui v0.28.1 |
1004 | 2025-01-24T19:15:48.974Z | Downloaded rustls-webpki v0.102.8 |
1005 | 2025-01-24T19:15:48.988Z | Downloaded p384 v0.13.0 |
1006 | 2025-01-24T19:15:48.998Z | Downloaded rustls v0.21.12 |
1007 | 2025-01-24T19:15:49.014Z | Downloaded webpki-roots v0.26.6 |
1008 | 2025-01-24T19:15:49.024Z | Downloaded tokio-util v0.7.12 |
1009 | 2025-01-24T19:15:49.024Z | Downloaded rustls-webpki v0.101.7 |
1010 | 2025-01-24T19:15:49.035Z | Downloaded sha3 v0.10.8 |
1011 | 2025-01-24T19:15:49.043Z | Downloaded csv v1.3.0 |
1012 | 2025-01-24T19:15:49.059Z | Downloaded tokio v1.43.0 |
1013 | 2025-01-24T19:15:49.088Z | Downloaded lzma-sys v0.1.20 |
1014 | 2025-01-24T19:15:49.134Z | Downloaded quick-xml v0.33.0 |
1015 | 2025-01-24T19:15:49.140Z | Downloaded openssl-sys v0.9.103 |
1016 | 2025-01-24T19:15:49.140Z | Downloaded hkdf v0.12.4 |
1017 | 2025-01-24T19:15:49.140Z | Downloaded petgraph v0.6.5 |
1018 | 2025-01-24T19:15:49.145Z | Downloaded darling_core v0.20.10 |
1019 | 2025-01-24T19:15:49.172Z | Downloaded libz-sys v1.1.20 |
1020 | 2025-01-24T19:15:49.184Z | Downloaded fs_extra v1.3.0 |
1021 | 2025-01-24T19:15:49.185Z | Downloaded prettyplease v0.2.25 |
1022 | 2025-01-24T19:15:49.185Z | Downloaded parking_lot v0.11.2 |
1023 | 2025-01-24T19:15:49.185Z | Downloaded progenitor-impl v0.8.0 |
1024 | 2025-01-24T19:15:49.205Z | Downloaded chrono v0.4.39 |
1025 | 2025-01-24T19:15:49.206Z | Downloaded hash32 v0.2.1 |
1026 | 2025-01-24T19:15:49.206Z | Downloaded stable_deref_trait v1.2.0 |
1027 | 2025-01-24T19:15:49.206Z | Downloaded spki v0.7.3 |
1028 | 2025-01-24T19:15:49.206Z | Downloaded siphasher v0.3.11 |
1029 | 2025-01-24T19:15:49.206Z | Downloaded serde_repr v0.1.19 |
1030 | 2025-01-24T19:15:49.206Z | Downloaded slog-dtrace v0.3.0 |
1031 | 2025-01-24T19:15:49.234Z | Downloaded tokio-tungstenite v0.21.0 |
1032 | 2025-01-24T19:15:49.234Z | Downloaded quinn v0.11.5 |
1033 | 2025-01-24T19:15:49.234Z | Downloaded pin-project v1.1.6 |
1034 | 2025-01-24T19:15:49.235Z | Downloaded qorb v0.2.1 |
1035 | 2025-01-24T19:15:49.235Z | Downloaded p521 v0.13.3 |
1036 | 2025-01-24T19:15:49.257Z | Downloaded russh v0.45.0 |
1037 | 2025-01-24T19:15:49.257Z | Downloaded itertools v0.13.0 |
1038 | 2025-01-24T19:15:49.257Z | Downloaded snafu-derive v0.8.5 |
1039 | 2025-01-24T19:15:49.257Z | Downloaded rand v0.8.5 |
1040 | 2025-01-24T19:15:49.257Z | Downloaded blake3 v1.5.4 |
1041 | 2025-01-24T19:15:49.257Z | Downloaded subtle v2.6.1 |
1042 | 2025-01-24T19:15:49.257Z | Downloaded uuid v1.12.0 |
1043 | 2025-01-24T19:15:49.293Z | Downloaded ed25519-dalek v2.1.1 |
1044 | 2025-01-24T19:15:49.294Z | Downloaded zerovec v0.10.4 |
1045 | 2025-01-24T19:15:49.294Z | Downloaded slog v2.7.0 |
1046 | 2025-01-24T19:15:49.294Z | Downloaded unicode_categories v0.1.1 |
1047 | 2025-01-24T19:15:49.294Z | Downloaded phf v0.11.2 |
1048 | 2025-01-24T19:15:49.294Z | Downloaded paste v1.0.15 |
1049 | 2025-01-24T19:15:49.294Z | Downloaded dunce v1.0.5 |
1050 | 2025-01-24T19:15:49.294Z | Downloaded tokio-stream v0.1.16 |
1051 | 2025-01-24T19:15:49.294Z | Downloaded time-macros v0.2.18 |
1052 | 2025-01-24T19:15:49.294Z | Downloaded thiserror v2.0.11 |
1053 | 2025-01-24T19:15:49.294Z | Downloaded expectorate v1.1.0 |
1054 | 2025-01-24T19:15:49.295Z | Downloaded yoke v0.7.4 |
1055 | 2025-01-24T19:15:49.306Z | Downloaded tar v0.4.42 |
1056 | 2025-01-24T19:15:49.306Z | Downloaded progenitor-macro v0.9.1 |
1057 | 2025-01-24T19:15:49.306Z | Downloaded encoding_rs v0.8.34 |
1058 | 2025-01-24T19:15:49.306Z | Downloaded globset v0.4.15 |
1059 | 2025-01-24T19:15:49.341Z | Downloaded tungstenite v0.23.0 |
1060 | 2025-01-24T19:15:49.341Z | Downloaded gethostname v0.5.0 |
1061 | 2025-01-24T19:15:49.341Z | Downloaded newline-converter v0.3.0 |
1062 | 2025-01-24T19:15:49.341Z | Downloaded unicode-xid v0.2.6 |
1063 | 2025-01-24T19:15:49.341Z | Downloaded libxml v0.3.3 |
1064 | 2025-01-24T19:15:49.341Z | Downloaded libm v0.2.8 |
1065 | 2025-01-24T19:15:49.341Z | Downloaded fatfs v0.3.6 |
1066 | 2025-01-24T19:15:49.341Z | Downloaded steno v0.4.1 |
1067 | 2025-01-24T19:15:49.347Z | Downloaded http v1.2.0 |
1068 | 2025-01-24T19:15:49.347Z | Downloaded utf16_iter v1.0.5 |
1069 | 2025-01-24T19:15:49.347Z | Downloaded utf-8 v0.7.6 |
1070 | 2025-01-24T19:15:49.347Z | Downloaded percent-encoding v2.3.1 |
1071 | 2025-01-24T19:15:49.347Z | Downloaded url v2.5.3 |
1072 | 2025-01-24T19:15:49.348Z | Downloaded tungstenite v0.24.0 |
1073 | 2025-01-24T19:15:49.354Z | Downloaded uzers v0.12.1 |
1074 | 2025-01-24T19:15:49.354Z | Downloaded num-traits v0.2.19 |
1075 | 2025-01-24T19:15:49.354Z | Downloaded tls_codec_derive v0.4.1 |
1076 | 2025-01-24T19:15:49.354Z | Downloaded tls_codec v0.4.1 |
1077 | 2025-01-24T19:15:49.358Z | Downloaded headers v0.4.0 |
1078 | 2025-01-24T19:15:49.362Z | Downloaded serde_derive_internals v0.29.1 |
1079 | 2025-01-24T19:15:49.362Z | Downloaded hickory-resolver v0.24.2 |
1080 | 2025-01-24T19:15:49.367Z | Downloaded dropshot_endpoint v0.12.0 |
1081 | 2025-01-24T19:15:49.385Z | Downloaded schemars v0.8.21 |
1082 | 2025-01-24T19:15:49.407Z | Downloaded aho-corasick v1.1.3 |
1083 | 2025-01-24T19:15:49.407Z | Downloaded rustc_version v0.4.1 |
1084 | 2025-01-24T19:15:49.407Z | Downloaded slog-term v2.9.1 |
1085 | 2025-01-24T19:15:49.407Z | Downloaded nanorand v0.7.0 |
1086 | 2025-01-24T19:15:49.419Z | Downloaded crypto-bigint v0.5.5 |
1087 | 2025-01-24T19:15:49.419Z | Downloaded crossbeam-channel v0.5.13 |
1088 | 2025-01-24T19:15:49.419Z | Downloaded tui-tree-widget v0.22.0 |
1089 | 2025-01-24T19:15:49.419Z | Downloaded pkcs8 v0.10.2 |
1090 | 2025-01-24T19:15:49.419Z | Downloaded signal-hook v0.3.17 |
1091 | 2025-01-24T19:15:49.420Z | Downloaded password-hash v0.4.2 |
1092 | 2025-01-24T19:15:49.420Z | Downloaded slog-json v2.6.1 |
1093 | 2025-01-24T19:15:49.420Z | Downloaded serde_with_macros v3.11.0 |
1094 | 2025-01-24T19:15:49.420Z | Downloaded rustls-pemfile v2.2.0 |
1095 | 2025-01-24T19:15:49.442Z | Downloaded glob v0.3.1 |
1096 | 2025-01-24T19:15:49.442Z | Downloaded defmt v0.3.8 |
1097 | 2025-01-24T19:15:49.442Z | Downloaded data-encoding v2.6.0 |
1098 | 2025-01-24T19:15:49.442Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1099 | 2025-01-24T19:15:49.482Z | Downloaded derive-where v1.2.7 |
1100 | 2025-01-24T19:15:49.487Z | Downloaded icu_collections v1.5.0 |
1101 | 2025-01-24T19:15:49.501Z | Downloaded hickory-server v0.24.2 |
1102 | 2025-01-24T19:15:49.508Z | Downloaded zerocopy v0.6.6 |
1103 | 2025-01-24T19:15:49.508Z | Downloaded whoami v1.5.2 |
1104 | 2025-01-24T19:15:49.508Z | Downloaded env_logger v0.10.2 |
1105 | 2025-01-24T19:15:49.508Z | Downloaded termcolor v1.4.1 |
1106 | 2025-01-24T19:15:49.508Z | Downloaded synstructure v0.13.1 |
1107 | 2025-01-24T19:15:49.508Z | Downloaded structmeta v0.2.0 |
1108 | 2025-01-24T19:15:49.508Z | Downloaded slog-stdlog v4.1.1 |
1109 | 2025-01-24T19:15:49.511Z | Downloaded phf_generator v0.11.2 |
1110 | 2025-01-24T19:15:49.511Z | Downloaded owo-colors v4.1.0 |
1111 | 2025-01-24T19:15:49.511Z | Downloaded ron v0.8.1 |
1112 | 2025-01-24T19:15:49.514Z | Downloaded cc v1.1.30 |
1113 | 2025-01-24T19:15:49.518Z | Downloaded base64 v0.22.1 |
1114 | 2025-01-24T19:15:49.525Z | Downloaded base64 v0.21.7 |
1115 | 2025-01-24T19:15:49.531Z | Downloaded backtrace v0.3.74 |
1116 | 2025-01-24T19:15:49.532Z | Downloaded crc-any v2.5.0 |
1117 | 2025-01-24T19:15:49.536Z | Downloaded shlex v1.3.0 |
1118 | 2025-01-24T19:15:49.536Z | Downloaded mockall v0.13.0 |
1119 | 2025-01-24T19:15:49.540Z | Downloaded icu_locid_transform v1.5.0 |
1120 | 2025-01-24T19:15:49.540Z | Downloaded cookie_store v0.21.1 |
1121 | 2025-01-24T19:15:49.543Z | Downloaded signal-hook-mio v0.2.4 |
1122 | 2025-01-24T19:15:49.543Z | Downloaded serde-hex v0.1.0 |
1123 | 2025-01-24T19:15:49.543Z | Downloaded console v0.15.8 |
1124 | 2025-01-24T19:15:49.549Z | Downloaded const-oid v0.9.6 |
1125 | 2025-01-24T19:15:49.552Z | Downloaded blake2 v0.10.6 |
1126 | 2025-01-24T19:15:49.552Z | Downloaded lock_api v0.4.12 |
1127 | 2025-01-24T19:15:49.552Z | Downloaded const_format_proc_macros v0.2.33 |
1128 | 2025-01-24T19:15:49.557Z | Downloaded ciborium v0.2.2 |
1129 | 2025-01-24T19:15:49.580Z | Downloaded rand_seeder v0.3.0 |
1130 | 2025-01-24T19:15:49.580Z | Downloaded r2d2 v0.8.10 |
1131 | 2025-01-24T19:15:49.581Z | Downloaded psl-types v2.0.11 |
1132 | 2025-01-24T19:15:49.581Z | Downloaded highway v1.2.0 |
1133 | 2025-01-24T19:15:49.586Z | Downloaded libefi-sys v0.1.0 |
1134 | 2025-01-24T19:15:49.586Z | Downloaded bcs v0.1.6 |
1135 | 2025-01-24T19:15:49.586Z | Downloaded argon2 v0.5.3 |
1136 | 2025-01-24T19:15:49.586Z | Downloaded inout v0.1.3 |
1137 | 2025-01-24T19:15:49.586Z | Downloaded arrayvec v0.7.6 |
1138 | 2025-01-24T19:15:49.586Z | Downloaded aead v0.5.2 |
1139 | 2025-01-24T19:15:49.587Z | Downloaded ctr v0.9.2 |
1140 | 2025-01-24T19:15:49.587Z | Downloaded cassowary v0.3.0 |
1141 | 2025-01-24T19:15:49.587Z | Downloaded ipnetwork v0.20.0 |
1142 | 2025-01-24T19:15:49.587Z | Downloaded indent_write v2.2.0 |
1143 | 2025-01-24T19:15:49.587Z | Downloaded curve25519-dalek-derive v0.1.1 |
1144 | 2025-01-24T19:15:49.587Z | Downloaded crc v3.2.1 |
1145 | 2025-01-24T19:15:49.587Z | Downloaded bit-set v0.5.3 |
1146 | 2025-01-24T19:15:49.587Z | Downloaded bcrypt-pbkdf v0.10.0 |
1147 | 2025-01-24T19:15:49.587Z | Downloaded hostname v0.4.0 |
1148 | 2025-01-24T19:15:49.587Z | Downloaded hostname v0.3.1 |
1149 | 2025-01-24T19:15:49.587Z | Downloaded hex-literal v0.4.1 |
1150 | 2025-01-24T19:15:49.587Z | Downloaded hex v0.4.3 |
1151 | 2025-01-24T19:15:49.590Z | Downloaded httpdate v1.0.3 |
1152 | 2025-01-24T19:15:49.590Z | Downloaded array-init v0.0.4 |
1153 | 2025-01-24T19:15:49.884Z | Downloaded ring v0.17.8 |
1154 | 2025-01-24T19:15:49.981Z | Downloaded aws-lc-sys v0.22.0 |
1155 | 2025-01-24T19:15:50.208Z | Downloaded libsqlite3-sys v0.30.1 |
1156 | 2025-01-24T19:15:50.402Z | Compiling serde v1.0.217 |
1157 | 2025-01-24T19:15:50.406Z | Compiling lock_api v0.4.12 |
1158 | 2025-01-24T19:15:50.406Z | Compiling scopeguard v1.2.0 |
1159 | 2025-01-24T19:15:50.406Z | Compiling value-bag v1.9.0 |
1160 | 2025-01-24T19:15:50.406Z | Compiling typenum v1.17.0 |
1161 | 2025-01-24T19:15:50.406Z | Compiling generic-array v0.14.7 |
1162 | 2025-01-24T19:15:50.615Z | Compiling syn v2.0.96 |
1163 | 2025-01-24T19:15:50.632Z | Compiling getrandom v0.2.15 |
1164 | 2025-01-24T19:15:50.755Z | Compiling subtle v2.6.1 |
1165 | 2025-01-24T19:15:50.896Z | Compiling rand_core v0.6.4 |
1166 | 2025-01-24T19:15:51.094Z | Compiling log v0.4.22 |
1167 | 2025-01-24T19:15:51.126Z | Compiling shlex v1.3.0 |
1168 | 2025-01-24T19:15:51.148Z | Compiling jobserver v0.1.32 |
1169 | 2025-01-24T19:15:51.216Z | Compiling smallvec v1.13.2 |
1170 | 2025-01-24T19:15:51.406Z | Compiling const-oid v0.9.6 |
1171 | 2025-01-24T19:15:51.427Z | Compiling spin v0.9.8 |
1172 | 2025-01-24T19:15:51.482Z | Compiling pin-project-lite v0.2.14 |
1173 | 2025-01-24T19:15:51.613Z | Compiling cc v1.1.30 |
1174 | 2025-01-24T19:15:51.642Z | Compiling rustix v0.38.37 |
1175 | 2025-01-24T19:15:51.797Z | Compiling parking_lot_core v0.9.10 |
1176 | 2025-01-24T19:15:51.867Z | Compiling futures-core v0.3.31 |
1177 | 2025-01-24T19:15:52.003Z | Compiling signal-hook-registry v1.4.2 |
1178 | 2025-01-24T19:15:52.127Z | Compiling mio v1.0.2 |
1179 | 2025-01-24T19:15:52.488Z | Compiling aho-corasick v1.1.3 |
1180 | 2025-01-24T19:15:52.735Z | Compiling parking_lot v0.12.3 |
1181 | 2025-01-24T19:15:52.873Z | Compiling regex-syntax v0.8.5 |
1182 | 2025-01-24T19:15:52.893Z | Compiling cpufeatures v0.2.14 |
1183 | 2025-01-24T19:15:53.001Z | Compiling stable_deref_trait v1.2.0 |
1184 | 2025-01-24T19:15:53.119Z | Compiling either v1.13.0 |
1185 | 2025-01-24T19:15:53.221Z | Compiling lazy_static v1.5.0 |
1186 | 2025-01-24T19:15:53.349Z | Compiling futures-sink v0.3.31 |
1187 | 2025-01-24T19:15:53.501Z | Compiling glob v0.3.1 |
1188 | 2025-01-24T19:15:53.547Z | Compiling socket2 v0.5.7 |
1189 | 2025-01-24T19:15:53.551Z | Compiling slab v0.4.9 |
1190 | 2025-01-24T19:15:53.557Z | Compiling prettyplease v0.2.25 |
1191 | 2025-01-24T19:15:53.982Z | Compiling minimal-lexical v0.2.1 |
1192 | 2025-01-24T19:15:54.116Z | Compiling serde_json v1.0.135 |
1193 | 2025-01-24T19:15:54.422Z | Compiling clang-sys v1.8.1 |
1194 | 2025-01-24T19:15:54.444Z | Compiling nom v7.1.3 |
1195 | 2025-01-24T19:15:54.526Z | Compiling libloading v0.8.5 |
1196 | 2025-01-24T19:15:54.787Z | Compiling home v0.5.9 |
1197 | 2025-01-24T19:15:54.910Z | Compiling bindgen v0.69.5 |
1198 | 2025-01-24T19:15:55.037Z | Compiling itertools v0.12.1 |
1199 | 2025-01-24T19:15:55.543Z | Compiling futures-channel v0.3.31 |
1200 | 2025-01-24T19:15:55.807Z | Compiling rustc-hash v1.1.0 |
1201 | 2025-01-24T19:15:55.970Z | Compiling pin-utils v0.1.0 |
1202 | 2025-01-24T19:15:55.973Z | Compiling futures-task v0.3.31 |
1203 | 2025-01-24T19:15:56.075Z | Compiling allocator-api2 v0.2.18 |
1204 | 2025-01-24T19:15:56.286Z | Compiling futures-io v0.3.31 |
1205 | 2025-01-24T19:15:56.577Z | Compiling libm v0.2.8 |
1206 | 2025-01-24T19:15:56.844Z | Compiling regex-automata v0.4.8 |
1207 | 2025-01-24T19:15:56.908Z | Compiling foldhash v0.1.3 |
1208 | 2025-01-24T19:15:57.223Z | Compiling lazycell v1.3.0 |
1209 | 2025-01-24T19:15:57.407Z | Compiling hashbrown v0.15.1 |
1210 | 2025-01-24T19:15:57.452Z | Compiling cmake v0.1.51 |
1211 | 2025-01-24T19:15:57.927Z | Compiling synstructure v0.13.1 |
1212 | 2025-01-24T19:15:58.354Z | Compiling cexpr v0.6.0 |
1213 | 2025-01-24T19:15:58.592Z | Compiling num-traits v0.2.19 |
1214 | 2025-01-24T19:15:58.905Z | Compiling pkg-config v0.3.31 |
1215 | 2025-01-24T19:15:59.269Z | Compiling dunce v1.0.5 |
1216 | 2025-01-24T19:15:59.306Z | Compiling fs_extra v1.3.0 |
1217 | 2025-01-24T19:15:59.855Z | Compiling writeable v0.5.5 |
1218 | 2025-01-24T19:16:00.041Z | Compiling litemap v0.7.3 |
1219 | 2025-01-24T19:16:00.210Z | Compiling ring v0.17.8 |
1220 | 2025-01-24T19:16:00.404Z | Compiling base64ct v1.6.0 |
1221 | 2025-01-24T19:16:00.426Z | Compiling paste v1.0.15 |
1222 | 2025-01-24T19:16:00.958Z | Compiling pem-rfc7468 v0.7.0 |
1223 | 2025-01-24T19:16:00.978Z | Compiling aws-lc-rs v1.10.0 |
1224 | 2025-01-24T19:16:00.998Z | Compiling flagset v0.4.6 |
1225 | 2025-01-24T19:16:01.225Z | Compiling icu_locid_transform_data v1.5.0 |
1226 | 2025-01-24T19:16:01.331Z | Compiling httparse v1.9.5 |
1227 | 2025-01-24T19:16:01.592Z | Compiling tracing-core v0.1.32 |
1228 | 2025-01-24T19:16:02.085Z | Compiling regex v1.11.1 |
1229 | 2025-01-24T19:16:02.294Z | Compiling percent-encoding v2.3.1 |
1230 | 2025-01-24T19:16:02.450Z | Compiling crossbeam-utils v0.8.20 |
1231 | 2025-01-24T19:16:02.600Z | Compiling rustls-pki-types v1.10.0 |
1232 | 2025-01-24T19:16:02.741Z | Compiling icu_properties_data v1.5.0 |
1233 | 2025-01-24T19:16:02.994Z | Compiling icu_normalizer_data v1.5.0 |
1234 | 2025-01-24T19:16:03.043Z | Compiling untrusted v0.7.1 |
1235 | 2025-01-24T19:16:03.095Z | Compiling write16 v1.0.0 |
1236 | 2025-01-24T19:16:03.237Z | Compiling utf16_iter v1.0.5 |
1237 | 2025-01-24T19:16:03.250Z | Compiling untrusted v0.9.0 |
1238 | 2025-01-24T19:16:03.438Z | Compiling time-core v0.1.2 |
1239 | 2025-01-24T19:16:03.441Z | Compiling vcpkg v0.2.15 |
1240 | 2025-01-24T19:16:03.490Z | Compiling serde_derive v1.0.217 |
1241 | 2025-01-24T19:16:03.553Z | Compiling zeroize_derive v1.4.2 |
1242 | 2025-01-24T19:16:03.571Z | Compiling zerocopy-derive v0.7.35 |
1243 | 2025-01-24T19:16:03.622Z | Compiling zerofrom-derive v0.1.4 |
1244 | 2025-01-24T19:16:04.983Z | Compiling zeroize v1.8.1 |
1245 | 2025-01-24T19:16:05.329Z | Compiling tokio-macros v2.5.0 |
1246 | 2025-01-24T19:16:05.570Z | Compiling zerocopy v0.7.35 |
1247 | 2025-01-24T19:16:05.760Z | Compiling yoke-derive v0.7.4 |
1248 | 2025-01-24T19:16:08.128Z | Compiling crypto-common v0.1.6 |
1249 | 2025-01-24T19:16:08.260Z | Compiling block-buffer v0.10.4 |
1250 | 2025-01-24T19:16:08.260Z | Compiling thiserror-impl v1.0.69 |
1251 | 2025-01-24T19:16:08.260Z | Compiling zerovec-derive v0.10.3 |
1252 | 2025-01-24T19:16:08.260Z | Compiling displaydoc v0.2.5 |
1253 | 2025-01-24T19:16:08.260Z | Compiling digest v0.10.7 |
1254 | 2025-01-24T19:16:08.260Z | Compiling zerofrom v0.1.4 |
1255 | 2025-01-24T19:16:08.260Z | Compiling futures-macro v0.3.31 |
1256 | 2025-01-24T19:16:08.260Z | Compiling hmac v0.12.1 |
1257 | 2025-01-24T19:16:08.260Z | Compiling block-padding v0.3.3 |
1258 | 2025-01-24T19:16:08.260Z | Compiling sha2 v0.10.8 |
1259 | 2025-01-24T19:16:08.261Z | Compiling inout v0.1.3 |
1260 | 2025-01-24T19:16:08.299Z | Compiling cipher v0.4.4 |
1261 | 2025-01-24T19:16:08.422Z | Compiling yoke v0.7.4 |
1262 | 2025-01-24T19:16:08.509Z | Compiling icu_provider_macros v1.5.0 |
1263 | 2025-01-24T19:16:08.816Z | Compiling ppv-lite86 v0.2.20 |
1264 | 2025-01-24T19:16:08.836Z | Compiling der_derive v0.7.3 |
1265 | 2025-01-24T19:16:09.266Z | Compiling futures-util v0.3.31 |
1266 | 2025-01-24T19:16:09.553Z | Compiling zerovec v0.10.4 |
1267 | 2025-01-24T19:16:09.568Z | Compiling rand_chacha v0.3.1 |
1268 | 2025-01-24T19:16:09.568Z | Compiling tracing-attributes v0.1.27 |
1269 | 2025-01-24T19:16:10.424Z | Compiling thiserror v1.0.69 |
1270 | 2025-01-24T19:16:10.438Z | Compiling pest v2.7.14 |
1271 | 2025-01-24T19:16:11.177Z | Compiling tinystr v0.7.6 |
1272 | 2025-01-24T19:16:11.310Z | Compiling der v0.7.9 |
1273 | 2025-01-24T19:16:11.669Z | Compiling icu_collections v1.5.0 |
1274 | 2025-01-24T19:16:11.676Z | Compiling icu_locid v1.5.0 |
1275 | 2025-01-24T19:16:11.882Z | Compiling rand v0.8.5 |
1276 | 2025-01-24T19:16:16.282Z | Compiling icu_provider v1.5.0 |
1277 | 2025-01-24T19:16:16.335Z | Compiling tracing v0.1.40 |
1278 | 2025-01-24T19:16:16.335Z | Compiling salsa20 v0.10.2 |
1279 | 2025-01-24T19:16:16.336Z | Compiling spki v0.7.3 |
1280 | 2025-01-24T19:16:16.336Z | Compiling pbkdf2 v0.12.2 |
1281 | 2025-01-24T19:16:16.336Z | Compiling icu_locid_transform v1.5.0 |
1282 | 2025-01-24T19:16:16.336Z | Compiling utf8_iter v1.0.4 |
1283 | 2025-01-24T19:16:16.336Z | Compiling mirai-annotations v1.12.0 |
1284 | 2025-01-24T19:16:16.337Z | Compiling powerfmt v0.2.0 |
1285 | 2025-01-24T19:16:16.337Z | Compiling num-conv v0.1.0 |
1286 | 2025-01-24T19:16:16.337Z | Compiling scrypt v0.11.0 |
1287 | 2025-01-24T19:16:16.337Z | Compiling pest_meta v2.7.14 |
1288 | 2025-01-24T19:16:16.337Z | Compiling time-macros v0.2.18 |
1289 | 2025-01-24T19:16:16.337Z | Compiling deranged v0.3.11 |
1290 | 2025-01-24T19:16:16.337Z | Compiling aes v0.8.4 |
1291 | 2025-01-24T19:16:16.337Z | Compiling cbc v0.1.2 |
1292 | 2025-01-24T19:16:16.337Z | Compiling openssl-sys v0.9.103 |
1293 | 2025-01-24T19:16:16.337Z | Compiling icu_properties v1.5.1 |
1294 | 2025-01-24T19:16:16.337Z | Compiling scroll_derive v0.12.0 |
1295 | 2025-01-24T19:16:16.413Z | Compiling bitflags v2.6.0 |
1296 | 2025-01-24T19:16:16.873Z | Compiling bytes v1.9.0 |
1297 | 2025-01-24T19:16:17.196Z | Compiling indexmap v2.7.0 |
1298 | 2025-01-24T19:16:17.201Z | Compiling semver v1.0.24 |
1299 | 2025-01-24T19:16:17.919Z | Compiling tokio v1.43.0 |
1300 | 2025-01-24T19:16:17.942Z | Compiling http v1.2.0 |
1301 | 2025-01-24T19:16:18.009Z | Compiling rustc_version v0.4.1 |
1302 | 2025-01-24T19:16:18.318Z | Compiling num_threads v0.1.7 |
1303 | 2025-01-24T19:16:18.469Z | Compiling atomic-waker v1.1.2 |
1304 | 2025-01-24T19:16:18.508Z | Compiling tinyvec_macros v0.1.1 |
1305 | 2025-01-24T19:16:18.616Z | Compiling tinyvec v1.8.0 |
1306 | 2025-01-24T19:16:18.675Z | Compiling time v0.3.36 |
1307 | 2025-01-24T19:16:18.708Z | Compiling scroll v0.12.0 |
1308 | 2025-01-24T19:16:19.289Z | Compiling icu_normalizer v1.5.0 |
1309 | 2025-01-24T19:16:20.044Z | Compiling http-body v1.0.1 |
1310 | 2025-01-24T19:16:20.153Z | Compiling pest_generator v2.7.14 |
1311 | 2025-01-24T19:16:20.220Z | Compiling idna_adapter v1.2.0 |
1312 | 2025-01-24T19:16:20.243Z | Compiling pkcs5 v0.7.1 |
1313 | 2025-01-24T19:16:20.276Z | Compiling form_urlencoded v1.2.1 |
1314 | 2025-01-24T19:16:20.469Z | Compiling slog v2.7.0 |
1315 | 2025-01-24T19:16:20.583Z | Compiling try-lock v0.2.5 |
1316 | 2025-01-24T19:16:20.750Z | Compiling which v4.4.2 |
1317 | 2025-01-24T19:16:21.031Z | Compiling pkcs8 v0.10.2 |
1318 | 2025-01-24T19:16:21.296Z | Compiling want v0.3.1 |
1319 | 2025-01-24T19:16:21.343Z | Compiling goblin v0.8.2 |
1320 | 2025-01-24T19:16:21.588Z | Compiling idna v1.0.3 |
1321 | 2025-01-24T19:16:21.682Z | Compiling uuid v1.12.0 |
1322 | 2025-01-24T19:16:21.807Z | Compiling iana-time-zone v0.1.61 |
1323 | 2025-01-24T19:16:22.002Z | Compiling pest_derive v2.7.14 |
1324 | 2025-01-24T19:16:22.178Z | Compiling httpdate v1.0.3 |
1325 | 2025-01-24T19:16:22.648Z | Compiling chrono v0.4.39 |
1326 | 2025-01-24T19:16:22.779Z | Compiling dtrace-parser v0.2.0 |
1327 | 2025-01-24T19:16:23.206Z | Compiling serde_spanned v0.6.8 |
1328 | 2025-01-24T19:16:23.392Z | Compiling toml_datetime v0.6.8 |
1329 | 2025-01-24T19:16:23.431Z | Compiling serde_tokenstream v0.2.2 |
1330 | 2025-01-24T19:16:23.881Z | Compiling match_cfg v0.1.0 |
1331 | 2025-01-24T19:16:23.902Z | Compiling adler2 v2.0.0 |
1332 | 2025-01-24T19:16:23.994Z | Compiling foreign-types-shared v0.1.1 |
1333 | 2025-01-24T19:16:24.028Z | Compiling openssl v0.10.66 |
1334 | 2025-01-24T19:16:24.125Z | Compiling tower-service v0.3.3 |
1335 | 2025-01-24T19:16:24.146Z | Compiling rustversion v1.0.17 |
1336 | 2025-01-24T19:16:24.274Z | Compiling base64 v0.22.1 |
1337 | 2025-01-24T19:16:24.484Z | Compiling foreign-types v0.3.2 |
1338 | 2025-01-24T19:16:24.590Z | Compiling miniz_oxide v0.8.0 |
1339 | 2025-01-24T19:16:24.668Z | Compiling hostname v0.3.1 |
1340 | 2025-01-24T19:16:24.889Z | Compiling url v2.5.3 |
1341 | 2025-01-24T19:16:24.976Z | Compiling openssl-macros v0.1.1 |
1342 | 2025-01-24T19:16:25.715Z | Compiling async-trait v0.1.83 |
1343 | 2025-01-24T19:16:25.997Z | Compiling tokio-util v0.7.12 |
1344 | 2025-01-24T19:16:26.060Z | Compiling serde_derive_internals v0.29.1 |
1345 | 2025-01-24T19:16:26.156Z | Compiling dirs-sys-next v0.1.2 |
1346 | 2025-01-24T19:16:26.713Z | Compiling data-encoding v2.6.0 |
1347 | 2025-01-24T19:16:26.734Z | Compiling siphasher v0.3.11 |
1348 | 2025-01-24T19:16:27.128Z | Compiling h2 v0.4.6 |
1349 | 2025-01-24T19:16:27.239Z | Compiling dof v0.3.0 |
1350 | 2025-01-24T19:16:28.112Z | Compiling usdt-impl v0.5.0 |
1351 | 2025-01-24T19:16:28.380Z | Compiling rustls v0.22.4 |
1352 | 2025-01-24T19:16:28.662Z | Compiling rustls v0.23.19 |
1353 | 2025-01-24T19:16:28.745Z | Compiling native-tls v0.2.12 |
1354 | 2025-01-24T19:16:29.000Z | Compiling syn v1.0.109 |
1355 | 2025-01-24T19:16:29.092Z | Compiling schemars v0.8.21 |
1356 | 2025-01-24T19:16:29.197Z | Compiling schemars_derive v0.8.21 |
1357 | 2025-01-24T19:16:29.462Z | Compiling dirs-next v2.0.0 |
1358 | 2025-01-24T19:16:29.670Z | Compiling http-body-util v0.1.2 |
1359 | 2025-01-24T19:16:30.157Z | Compiling unicode-normalization v0.1.24 |
1360 | 2025-01-24T19:16:30.778Z | Compiling heapless v0.7.17 |
1361 | 2025-01-24T19:16:30.941Z | Compiling crossbeam-epoch v0.9.18 |
1362 | 2025-01-24T19:16:31.214Z | Compiling sha1 v0.10.6 |
1363 | 2025-01-24T19:16:31.233Z | Compiling signature v2.2.0 |
1364 | 2025-01-24T19:16:31.392Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1365 | 2025-01-24T19:16:31.537Z | Compiling thread_local v1.1.8 |
1366 | 2025-01-24T19:16:31.589Z | Compiling multer v3.1.0 |
1367 | 2025-01-24T19:16:31.620Z | Compiling encoding_rs v0.8.34 |
1368 | 2025-01-24T19:16:31.870Z | Compiling cookie v0.18.1 |
1369 | 2025-01-24T19:16:31.891Z | Compiling gimli v0.31.1 |
1370 | 2025-01-24T19:16:32.025Z | Compiling signal-hook v0.3.17 |
1371 | 2025-01-24T19:16:32.157Z | Compiling mime v0.3.17 |
1372 | 2025-01-24T19:16:32.228Z | Compiling dyn-clone v1.0.17 |
1373 | 2025-01-24T19:16:32.284Z | Compiling unicode-properties v0.1.3 |
1374 | 2025-01-24T19:16:32.450Z | Compiling openssl-probe v0.1.5 |
1375 | 2025-01-24T19:16:32.655Z | Compiling slog-async v2.8.0 |
1376 | 2025-01-24T19:16:32.701Z | Compiling unicode-bidi v0.3.17 |
1377 | 2025-01-24T19:16:32.753Z | Compiling rayon-core v1.12.1 |
1378 | 2025-01-24T19:16:33.037Z | Compiling ipnet v2.10.1 |
1379 | 2025-01-24T19:16:34.016Z | Compiling stringprep v0.1.5 |
1380 | 2025-01-24T19:16:34.245Z | Compiling hyper v1.5.2 |
1381 | 2025-01-24T19:16:35.802Z | Compiling toml_edit v0.22.22 |
1382 | 2025-01-24T19:16:36.608Z | Compiling hyper-util v0.1.10 |
1383 | 2025-01-24T19:16:36.637Z | Compiling addr2line v0.24.2 |
1384 | 2025-01-24T19:16:37.091Z | Compiling crossbeam-deque v0.8.5 |
1385 | 2025-01-24T19:16:37.168Z | Compiling usdt-attr-macro v0.5.0 |
1386 | 2025-01-24T19:16:37.265Z | Compiling usdt-macro v0.5.0 |
1387 | 2025-01-24T19:16:37.575Z | Compiling term v0.7.0 |
1388 | 2025-01-24T19:16:37.850Z | Compiling slog-json v2.6.1 |
1389 | 2025-01-24T19:16:38.211Z | Compiling serde_urlencoded v0.7.1 |
1390 | 2025-01-24T19:16:38.666Z | Compiling curve25519-dalek v4.1.3 |
1391 | 2025-01-24T19:16:38.725Z | Compiling crossbeam-channel v0.5.13 |
1392 | 2025-01-24T19:16:38.728Z | Compiling futures-executor v0.3.31 |
1393 | 2025-01-24T19:16:38.826Z | Compiling enum-as-inner v0.6.1 |
1394 | 2025-01-24T19:16:39.345Z | Compiling md-5 v0.10.6 |
1395 | 2025-01-24T19:16:39.417Z | Compiling async-stream-impl v0.3.6 |
1396 | 2025-01-24T19:16:39.550Z | Compiling rustls-pemfile v2.2.0 |
1397 | 2025-01-24T19:16:39.637Z | Compiling num-integer v0.1.46 |
1398 | 2025-01-24T19:16:39.802Z | Compiling hash32 v0.2.1 |
1399 | 2025-01-24T19:16:39.890Z | Compiling ff v0.13.0 |
1400 | 2025-01-24T19:16:39.911Z | Compiling is-terminal v0.4.13 |
1401 | 2025-01-24T19:16:40.054Z | Compiling object v0.36.5 |
1402 | 2025-01-24T19:16:40.135Z | Compiling dropshot v0.12.0 |
1403 | 2025-01-24T19:16:40.160Z | Compiling take_mut v0.2.2 |
1404 | 2025-01-24T19:16:40.341Z | Compiling portable-atomic v1.9.0 |
1405 | 2025-01-24T19:16:40.380Z | Compiling quick-error v1.2.3 |
1406 | 2025-01-24T19:16:40.445Z | Compiling anyhow v1.0.95 |
1407 | 2025-01-24T19:16:40.538Z | Compiling rustc-demangle v0.1.24 |
1408 | 2025-01-24T19:16:40.707Z | Compiling fallible-iterator v0.2.0 |
1409 | 2025-01-24T19:16:41.042Z | Compiling base16ct v0.2.0 |
1410 | 2025-01-24T19:16:41.367Z | Compiling smoltcp v0.9.1 |
1411 | 2025-01-24T19:16:41.369Z | Compiling utf-8 v0.7.6 |
1412 | 2025-01-24T19:16:41.405Z | Compiling linked-hash-map v0.5.6 |
1413 | 2025-01-24T19:16:41.425Z | Compiling litrs v0.4.1 |
1414 | 2025-01-24T19:16:41.711Z | Compiling psl-types v2.0.11 |
1415 | 2025-01-24T19:16:41.754Z | Compiling num-bigint-dig v0.8.4 |
1416 | 2025-01-24T19:16:41.903Z | Compiling publicsuffix v2.3.0 |
1417 | 2025-01-24T19:16:42.034Z | Compiling lru-cache v0.1.2 |
1418 | 2025-01-24T19:16:42.086Z | Compiling tungstenite v0.24.0 |
1419 | 2025-01-24T19:16:42.236Z | Compiling postgres-protocol v0.6.7 |
1420 | 2025-01-24T19:16:42.274Z | Compiling sec1 v0.7.3 |
1421 | 2025-01-24T19:16:42.529Z | Compiling document-features v0.2.10 |
1422 | 2025-01-24T19:16:43.230Z | Compiling async-stream v0.3.6 |
1423 | 2025-01-24T19:16:43.333Z | Compiling resolv-conf v0.7.0 |
1424 | 2025-01-24T19:16:43.527Z | Compiling num-iter v0.1.45 |
1425 | 2025-01-24T19:16:43.712Z | Compiling group v0.13.0 |
1426 | 2025-01-24T19:16:44.056Z | Compiling slog-term v2.9.1 |
1427 | 2025-01-24T19:16:44.081Z | Compiling usdt v0.5.0 |
1428 | 2025-01-24T19:16:44.159Z | Compiling hickory-proto v0.24.2 |
1429 | 2025-01-24T19:16:44.584Z | Compiling toml v0.8.19 |
1430 | 2025-01-24T19:16:44.681Z | Compiling futures v0.3.31 |
1431 | 2025-01-24T19:16:44.718Z | Compiling slog-bunyan v2.5.0 |
1432 | 2025-01-24T19:16:46.146Z | Compiling tokio-native-tls v0.3.1 |
1433 | 2025-01-24T19:16:46.329Z | Compiling camino v1.1.9 |
1434 | 2025-01-24T19:16:46.440Z | Compiling phf_shared v0.11.2 |
1435 | 2025-01-24T19:16:46.524Z | Compiling backtrace v0.3.74 |
1436 | 2025-01-24T19:16:46.811Z | Compiling dropshot_endpoint v0.12.0 |
1437 | 2025-01-24T19:16:46.876Z | Compiling terminal_size v0.4.0 |
1438 | 2025-01-24T19:16:47.112Z | Compiling openapiv3 v2.0.0 |
1439 | 2025-01-24T19:16:47.135Z | Compiling waitgroup v0.1.2 |
1440 | 2025-01-24T19:16:47.187Z | Compiling serde_path_to_error v0.1.16 |
1441 | 2025-01-24T19:16:47.355Z | Compiling hkdf v0.12.4 |
1442 | 2025-01-24T19:16:47.627Z | Compiling crypto-bigint v0.5.5 |
1443 | 2025-01-24T19:16:47.967Z | Compiling curve25519-dalek-derive v0.1.1 |
1444 | 2025-01-24T19:16:49.442Z | Compiling zerocopy-derive v0.6.6 |
1445 | 2025-01-24T19:16:49.626Z | Compiling webpki-roots v0.26.6 |
1446 | 2025-01-24T19:16:49.851Z | Compiling hostname v0.4.0 |
1447 | 2025-01-24T19:16:50.048Z | Compiling hubpack_derive v0.1.1 |
1448 | 2025-01-24T19:16:50.078Z | Compiling crc32fast v1.4.2 |
1449 | 2025-01-24T19:16:50.420Z | Compiling fs-err v2.11.0 |
1450 | 2025-01-24T19:16:50.718Z | Compiling ahash v0.8.11 |
1451 | 2025-01-24T19:16:50.913Z | Compiling newtype-uuid v1.2.1 |
1452 | 2025-01-24T19:16:51.032Z | Compiling winnow v0.5.40 |
1453 | 2025-01-24T19:16:51.035Z | Compiling managed v0.8.0 |
1454 | 2025-01-24T19:16:51.074Z | Compiling bitflags v1.3.2 |
1455 | 2025-01-24T19:16:51.185Z | Compiling debug-ignore v1.0.5 |
1456 | 2025-01-24T19:16:51.307Z | Compiling strum_macros v0.25.3 |
1457 | 2025-01-24T19:16:51.328Z | Compiling zerocopy v0.6.6 |
1458 | 2025-01-24T19:16:51.348Z | Compiling clap_builder v4.5.21 |
1459 | 2025-01-24T19:16:52.035Z | Compiling console v0.15.8 |
1460 | 2025-01-24T19:16:53.259Z | Compiling hubpack v0.1.2 |
1461 | 2025-01-24T19:16:53.425Z | Compiling elliptic-curve v0.13.8 |
1462 | 2025-01-24T19:16:53.531Z | Compiling flate2 v1.0.35 |
1463 | 2025-01-24T19:16:53.555Z | Compiling hickory-resolver v0.24.2 |
1464 | 2025-01-24T19:16:54.288Z | Compiling toml_edit v0.19.15 |
1465 | 2025-01-24T19:16:54.460Z | Compiling phf v0.11.2 |
1466 | 2025-01-24T19:16:54.736Z | Compiling signal-hook-mio v0.2.4 |
1467 | 2025-01-24T19:16:54.904Z | Compiling hyper-tls v0.6.0 |
1468 | 2025-01-24T19:16:55.040Z | Compiling cookie_store v0.21.1 |
1469 | 2025-01-24T19:16:55.244Z | Compiling rayon v1.10.0 |
1470 | 2025-01-24T19:16:55.305Z | Compiling bzip2 v0.4.4 |
1471 | 2025-01-24T19:16:56.509Z | Compiling tokio-tungstenite v0.24.0 |
1472 | 2025-01-24T19:16:57.062Z | Compiling postgres-types v0.2.8 |
1473 | 2025-01-24T19:16:59.512Z | Compiling ed25519 v2.2.3 |
1474 | 2025-01-24T19:16:59.542Z | Compiling phf_shared v0.10.0 |
1475 | 2025-01-24T19:16:59.606Z | Compiling tokio-stream v0.1.16 |
1476 | 2025-01-24T19:16:59.685Z | Compiling pkcs1 v0.7.5 |
1477 | 2025-01-24T19:16:59.914Z | Compiling serde-big-array v0.5.1 |
1478 | 2025-01-24T19:17:00.169Z | Compiling clap_derive v4.5.18 |
1479 | 2025-01-24T19:17:00.564Z | Compiling rfc6979 v0.4.0 |
1480 | 2025-01-24T19:17:00.646Z | Compiling serde_repr v0.1.19 |
1481 | 2025-01-24T19:17:00.782Z | Compiling derive-where v1.2.7 |
1482 | 2025-01-24T19:17:01.389Z | Compiling float-cmp v0.9.0 |
1483 | 2025-01-24T19:17:01.549Z | Compiling bstr v1.10.0 |
1484 | 2025-01-24T19:17:01.629Z | Compiling sync_wrapper v1.0.1 |
1485 | 2025-01-24T19:17:01.746Z | Compiling unicode-segmentation v1.12.0 |
1486 | 2025-01-24T19:17:01.781Z | Compiling unicode-width v0.2.0 |
1487 | 2025-01-24T19:17:01.800Z | Compiling predicates-core v1.0.8 |
1488 | 2025-01-24T19:17:02.109Z | Compiling static_assertions v1.1.0 |
1489 | 2025-01-24T19:17:02.223Z | Compiling normalize-line-endings v0.3.0 |
1490 | 2025-01-24T19:17:02.337Z | Compiling fixedbitset v0.4.2 |
1491 | 2025-01-24T19:17:02.401Z | Compiling whoami v1.5.2 |
1492 | 2025-01-24T19:17:02.614Z | Compiling difflib v0.4.0 |
1493 | 2025-01-24T19:17:02.811Z | Compiling precomputed-hash v0.1.1 |
1494 | 2025-01-24T19:17:02.950Z | Compiling number_prefix v0.4.0 |
1495 | 2025-01-24T19:17:02.982Z | Compiling bit-vec v0.6.3 |
1496 | 2025-01-24T19:17:03.184Z | Compiling new_debug_unreachable v1.0.6 |
1497 | 2025-01-24T19:17:03.202Z | Compiling indicatif v0.17.9 |
1498 | 2025-01-24T19:17:03.293Z | Compiling string_cache v0.8.7 |
1499 | 2025-01-24T19:17:03.399Z | Compiling bit-set v0.5.3 |
1500 | 2025-01-24T19:17:03.679Z | Compiling predicates v3.1.2 |
1501 | 2025-01-24T19:17:03.728Z | Compiling tokio-postgres v0.7.12 |
1502 | 2025-01-24T19:17:03.991Z | Compiling petgraph v0.6.5 |
1503 | 2025-01-24T19:17:04.082Z | Compiling similar v2.6.0 |
1504 | 2025-01-24T19:17:04.813Z | Compiling clap v4.5.21 |
1505 | 2025-01-24T19:17:04.934Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1506 | 2025-01-24T19:17:05.214Z | Compiling ecdsa v0.16.9 |
1507 | 2025-01-24T19:17:05.266Z | Compiling rsa v0.9.6 |
1508 | 2025-01-24T19:17:06.029Z | Compiling ed25519-dalek v2.1.1 |
1509 | 2025-01-24T19:17:06.205Z | Compiling toml v0.7.8 |
1510 | 2025-01-24T19:17:07.293Z | Compiling zip v0.6.6 |
1511 | 2025-01-24T19:17:07.497Z | Compiling crossterm v0.28.1 |
1512 | 2025-01-24T19:17:08.965Z | Compiling hex v0.4.3 |
1513 | 2025-01-24T19:17:09.111Z | Compiling x509-cert v0.2.5 |
1514 | 2025-01-24T19:17:09.427Z | Compiling itertools v0.10.5 |
1515 | 2025-01-24T19:17:09.461Z | Compiling unicode-xid v0.2.6 |
1516 | 2025-01-24T19:17:09.560Z | Compiling lalrpop-util v0.19.12 |
1517 | 2025-01-24T19:17:09.666Z | Compiling peg-runtime v0.8.3 |
1518 | 2025-01-24T19:17:09.943Z | Compiling strum_macros v0.26.4 |
1519 | 2025-01-24T19:17:10.256Z | Compiling xattr v1.3.1 |
1520 | 2025-01-24T19:17:10.542Z | Compiling filetime v0.2.25 |
1521 | 2025-01-24T19:17:10.861Z | Compiling tar v0.4.42 |
1522 | 2025-01-24T19:17:14.586Z | Compiling strum v0.26.3 |
1523 | 2025-01-24T19:17:18.222Z | Compiling aws-lc-sys v0.22.0 |
1524 | 2025-01-24T19:17:48.750Z | Compiling rustls-webpki v0.102.8 |
1525 | 2025-01-24T19:17:51.895Z | Compiling tokio-rustls v0.25.0 |
1526 | 2025-01-24T19:17:53.620Z | Compiling tokio-rustls v0.26.0 |
1527 | 2025-01-24T19:17:53.933Z | Compiling hyper-rustls v0.27.3 |
1528 | 2025-01-24T19:17:54.260Z | Compiling reqwest v0.12.9 |
1529 | 2025-01-24T19:17:55.687Z | Compiling qorb v0.2.1 |
1530 | 2025-01-24T19:17:58.787Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1531 | 2025-01-24T19:17:59.049Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1532 | 2025-01-24T19:18:03.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 16s |
1533 | 2025-01-24T19:18:03.652Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1534 | 2025-01-24T19:18:03.704Z | Jan 24 19:18:02.333 INFO Starting download, target: Clickhouse |
1535 | 2025-01-24T19:18:03.704Z | Jan 24 19:18:02.334 INFO Starting download, target: Cockroach |
1536 | 2025-01-24T19:18:03.704Z | Jan 24 19:18:02.334 INFO Starting download, target: Console |
1537 | 2025-01-24T19:18:03.704Z | Jan 24 19:18:02.334 INFO Starting download, target: DendriteOpenapi |
1538 | 2025-01-24T19:18:03.704Z | Jan 24 19:18:02.334 INFO Starting download, target: DendriteStub |
1539 | 2025-01-24T19:18:03.707Z | Jan 24 19:18:02.334 INFO Starting download, target: MaghemiteMgd |
1540 | 2025-01-24T19:18:03.707Z | Jan 24 19:18:02.334 INFO Starting download, target: TransceiverControl |
1541 | 2025-01-24T19:18:03.707Z | Jan 24 19:18:02.335 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1542 | 2025-01-24T19:18:03.707Z | Jan 24 19:18:02.335 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1543 | 2025-01-24T19:18:03.707Z | Jan 24 19:18:02.335 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1544 | 2025-01-24T19:18:03.707Z | Jan 24 19:18:02.335 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1545 | 2025-01-24T19:18:03.707Z | Jan 24 19:18:02.335 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1546 | 2025-01-24T19:18:03.707Z | Jan 24 19:18:02.335 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1547 | 2025-01-24T19:18:03.707Z | Jan 24 19:18:02.335 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1548 | 2025-01-24T19:18:03.999Z | Jan 24 19:18:02.604 INFO Download complete, target: DendriteOpenapi |
1549 | 2025-01-24T19:18:04.026Z | Jan 24 19:18:02.654 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1550 | 2025-01-24T19:18:04.224Z | Jan 24 19:18:02.848 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1551 | 2025-01-24T19:18:04.570Z | Jan 24 19:18:03.197 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1552 | 2025-01-24T19:18:04.575Z | Jan 24 19:18:03.198 INFO Download complete, target: Console |
1553 | 2025-01-24T19:18:04.592Z | Jan 24 19:18:03.221 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1554 | 2025-01-24T19:18:04.752Z | Jan 24 19:18:03.380 INFO Download complete, target: TransceiverControl |
1555 | 2025-01-24T19:18:05.321Z | Jan 24 19:18:03.950 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1556 | 2025-01-24T19:18:05.321Z | Jan 24 19:18:03.950 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1557 | 2025-01-24T19:18:05.661Z | Jan 24 19:18:04.290 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1558 | 2025-01-24T19:18:07.400Z | Jan 24 19:18:06.029 INFO Download complete, target: DendriteStub |
1559 | 2025-01-24T19:18:07.440Z | Jan 24 19:18:06.069 INFO Download complete, target: MaghemiteMgd |
1560 | 2025-01-24T19:18:12.831Z | Jan 24 19:18:11.460 INFO Checking that binary works, target: Cockroach |
1561 | 2025-01-24T19:18:13.127Z | Jan 24 19:18:11.748 INFO Download complete, target: Cockroach |
1562 | 2025-01-24T19:18:18.362Z | Jan 24 19:18:16.989 INFO Checking that binary works, target: Clickhouse |
1563 | 2025-01-24T19:18:18.963Z | Jan 24 19:18:17.593 INFO Download complete, target: Clickhouse |
1564 | 2025-01-24T19:18:18.971Z | All prerequisites installed successfully |
1565 | 2025-01-24T19:18:18.974Z | |
1566 | 2025-01-24T19:18:18.974Z | real 4:54.991973426 |
1567 | 2025-01-24T19:18:18.974Z | user 15:47.656994488 |
1568 | 2025-01-24T19:18:18.974Z | sys 2:04.261804237 |
1569 | 2025-01-24T19:18:18.974Z | trap 0.571933580 |
1570 | 2025-01-24T19:18:18.974Z | tflt 2.906797290 |
1571 | 2025-01-24T19:18:18.974Z | dflt 2.644162511 |
1572 | 2025-01-24T19:18:18.974Z | kflt 0.160863833 |
1573 | 2025-01-24T19:18:18.974Z | lock 25:10.118842686 |
1574 | 2025-01-24T19:18:18.974Z | slp 55:24.385505792 |
1575 | 2025-01-24T19:18:18.974Z | lat 59.537761122 |
1576 | 2025-01-24T19:18:18.974Z | stop 2:24.245565020 |
1577 | 2025-01-24T19:18:18.974Z | + ptime -m cargo xtask download softnpu |
1578 | 2025-01-24T19:18:19.499Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1579 | 2025-01-24T19:18:19.516Z | Running `target/debug/xtask download softnpu` |
1580 | 2025-01-24T19:18:20.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
1581 | 2025-01-24T19:18:20.392Z | Running `target/debug/xtask-downloader softnpu` |
1582 | 2025-01-24T19:18:20.430Z | Jan 24 19:18:19.060 INFO Starting download, target: Softnpu |
1583 | 2025-01-24T19:18:20.434Z | Jan 24 19:18:19.060 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1584 | 2025-01-24T19:18:21.039Z | Jan 24 19:18:19.668 INFO Download complete, target: Softnpu |
1585 | 2025-01-24T19:18:21.043Z | |
1586 | 2025-01-24T19:18:21.045Z | real 2.064293945 |
1587 | 2025-01-24T19:18:21.045Z | user 1.248886068 |
1588 | 2025-01-24T19:18:21.045Z | sys 0.536918769 |
1589 | 2025-01-24T19:18:21.045Z | trap 0.000675574 |
1590 | 2025-01-24T19:18:21.046Z | tflt 0.000020080 |
1591 | 2025-01-24T19:18:21.046Z | dflt 0.000027379 |
1592 | 2025-01-24T19:18:21.046Z | kflt 0.000000000 |
1593 | 2025-01-24T19:18:21.046Z | lock 6.222651114 |
1594 | 2025-01-24T19:18:21.046Z | slp 0.475003829 |
1595 | 2025-01-24T19:18:21.046Z | lat 0.067734976 |
1596 | 2025-01-24T19:18:21.046Z | stop 0.000157116 |
1597 | 2025-01-24T19:18:21.046Z | + export CARGO_INCREMENTAL=0 |
1598 | 2025-01-24T19:18:21.046Z | + CARGO_INCREMENTAL=0 |
1599 | 2025-01-24T19:18:21.046Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
1600 | 2025-01-24T19:18:22.004Z | Compiling proc-macro2 v1.0.92 |
1601 | 2025-01-24T19:18:22.004Z | Compiling unicode-ident v1.0.14 |
1602 | 2025-01-24T19:18:22.008Z | Compiling libc v0.2.169 |
1603 | 2025-01-24T19:18:22.009Z | Compiling serde v1.0.217 |
1604 | 2025-01-24T19:18:22.009Z | Compiling autocfg v1.4.0 |
1605 | 2025-01-24T19:18:22.009Z | Compiling version_check v0.9.5 |
1606 | 2025-01-24T19:18:22.009Z | Compiling cfg-if v1.0.0 |
1607 | 2025-01-24T19:18:22.277Z | Compiling memchr v2.7.4 |
1608 | 2025-01-24T19:18:22.298Z | Compiling typenum v1.17.0 |
1609 | 2025-01-24T19:18:22.321Z | Compiling shlex v1.3.0 |
1610 | 2025-01-24T19:18:22.750Z | Compiling value-bag v1.9.0 |
1611 | 2025-01-24T19:18:22.809Z | Compiling generic-array v0.14.7 |
1612 | 2025-01-24T19:18:22.977Z | Compiling lock_api v0.4.12 |
1613 | 2025-01-24T19:18:23.094Z | Compiling scopeguard v1.2.0 |
1614 | 2025-01-24T19:18:23.140Z | Compiling log v0.4.22 |
1615 | 2025-01-24T19:18:23.283Z | Compiling parking_lot_core v0.9.10 |
1616 | 2025-01-24T19:18:23.565Z | Compiling serde_json v1.0.135 |
1617 | 2025-01-24T19:18:23.677Z | Compiling once_cell v1.20.2 |
1618 | 2025-01-24T19:18:23.846Z | Compiling jobserver v0.1.32 |
1619 | 2025-01-24T19:18:23.865Z | Compiling getrandom v0.2.15 |
1620 | 2025-01-24T19:18:23.884Z | Compiling libm v0.2.8 |
1621 | 2025-01-24T19:18:24.017Z | Compiling quote v1.0.38 |
1622 | 2025-01-24T19:18:24.142Z | Compiling rustix v0.38.37 |
1623 | 2025-01-24T19:18:24.203Z | Compiling aho-corasick v1.1.3 |
1624 | 2025-01-24T19:18:24.389Z | Compiling cc v1.1.30 |
1625 | 2025-01-24T19:18:24.452Z | Compiling syn v2.0.96 |
1626 | 2025-01-24T19:18:24.494Z | Compiling num-traits v0.2.19 |
1627 | 2025-01-24T19:18:24.572Z | Compiling regex-syntax v0.8.5 |
1628 | 2025-01-24T19:18:24.596Z | Compiling thiserror v1.0.69 |
1629 | 2025-01-24T19:18:24.725Z | Compiling either v1.13.0 |
1630 | 2025-01-24T19:18:24.794Z | Compiling itoa v1.0.11 |
1631 | 2025-01-24T19:18:25.039Z | Compiling spin v0.9.8 |
1632 | 2025-01-24T19:18:25.293Z | Compiling slab v0.4.9 |
1633 | 2025-01-24T19:18:25.557Z | Compiling errno v0.3.9 |
1634 | 2025-01-24T19:18:25.617Z | Compiling byteorder v1.5.0 |
1635 | 2025-01-24T19:18:25.781Z | Compiling lazy_static v1.5.0 |
1636 | 2025-01-24T19:18:25.938Z | Compiling rand_core v0.6.4 |
1637 | 2025-01-24T19:18:26.050Z | Compiling glob v0.3.1 |
1638 | 2025-01-24T19:18:26.425Z | Compiling prettyplease v0.2.25 |
1639 | 2025-01-24T19:18:26.744Z | Compiling clang-sys v1.8.1 |
1640 | 2025-01-24T19:18:26.787Z | Compiling minimal-lexical v0.2.1 |
1641 | 2025-01-24T19:18:27.264Z | Compiling nom v7.1.3 |
1642 | 2025-01-24T19:18:27.380Z | Compiling libloading v0.8.5 |
1643 | 2025-01-24T19:18:27.399Z | Compiling home v0.5.9 |
1644 | 2025-01-24T19:18:27.445Z | Compiling subtle v2.6.1 |
1645 | 2025-01-24T19:18:27.626Z | Compiling bindgen v0.69.5 |
1646 | 2025-01-24T19:18:27.766Z | Compiling smallvec v1.13.2 |
1647 | 2025-01-24T19:18:27.937Z | Compiling itertools v0.12.1 |
1648 | 2025-01-24T19:18:28.059Z | Compiling regex-automata v0.4.8 |
1649 | 2025-01-24T19:18:28.289Z | Compiling rustc-hash v1.1.0 |
1650 | 2025-01-24T19:18:28.433Z | Compiling allocator-api2 v0.2.18 |
1651 | 2025-01-24T19:18:28.459Z | Compiling lazycell v1.3.0 |
1652 | 2025-01-24T19:18:28.944Z | Compiling cmake v0.1.51 |
1653 | 2025-01-24T19:18:29.364Z | Compiling dunce v1.0.5 |
1654 | 2025-01-24T19:18:29.519Z | Compiling semver v1.0.24 |
1655 | 2025-01-24T19:18:29.733Z | Compiling fs_extra v1.3.0 |
1656 | 2025-01-24T19:18:30.282Z | Compiling cexpr v0.6.0 |
1657 | 2025-01-24T19:18:30.445Z | Compiling pkg-config v0.3.31 |
1658 | 2025-01-24T19:18:30.535Z | Compiling ring v0.17.8 |
1659 | 2025-01-24T19:18:31.041Z | Compiling pin-project-lite v0.2.14 |
1660 | 2025-01-24T19:18:31.119Z | Compiling ryu v1.0.18 |
1661 | 2025-01-24T19:18:31.421Z | Compiling synstructure v0.13.1 |
1662 | 2025-01-24T19:18:31.531Z | Compiling paste v1.0.15 |
1663 | 2025-01-24T19:18:31.592Z | Compiling aws-lc-rs v1.10.0 |
1664 | 2025-01-24T19:18:32.002Z | Compiling httparse v1.9.5 |
1665 | 2025-01-24T19:18:32.051Z | Compiling const-oid v0.9.6 |
1666 | 2025-01-24T19:18:32.364Z | Compiling schemars v0.8.21 |
1667 | 2025-01-24T19:18:32.622Z | Compiling fnv v1.0.7 |
1668 | 2025-01-24T19:18:32.706Z | Compiling serde_derive_internals v0.29.1 |
1669 | 2025-01-24T19:18:32.932Z | Compiling equivalent v1.0.1 |
1670 | 2025-01-24T19:18:33.070Z | Compiling foldhash v0.1.3 |
1671 | 2025-01-24T19:18:33.377Z | Compiling hashbrown v0.15.1 |
1672 | 2025-01-24T19:18:33.645Z | Compiling regex v1.11.1 |
1673 | 2025-01-24T19:18:34.061Z | Compiling signal-hook-registry v1.4.2 |
1674 | 2025-01-24T19:18:34.578Z | Compiling heck v0.5.0 |
1675 | 2025-01-24T19:18:34.602Z | Compiling parking_lot v0.12.3 |
1676 | 2025-01-24T19:18:34.699Z | Compiling mio v1.0.2 |
1677 | 2025-01-24T19:18:34.763Z | Compiling stable_deref_trait v1.2.0 |
1678 | 2025-01-24T19:18:35.784Z | Compiling serde_derive v1.0.217 |
1679 | 2025-01-24T19:18:35.902Z | Compiling zeroize_derive v1.4.2 |
1680 | 2025-01-24T19:18:36.303Z | Compiling zerocopy-derive v0.7.35 |
1681 | 2025-01-24T19:18:36.593Z | Compiling thiserror-impl v1.0.69 |
1682 | 2025-01-24T19:18:36.720Z | Compiling tokio-macros v2.5.0 |
1683 | 2025-01-24T19:18:37.187Z | Compiling zeroize v1.8.1 |
1684 | 2025-01-24T19:18:37.585Z | Compiling zerofrom-derive v0.1.4 |
1685 | 2025-01-24T19:18:37.629Z | Compiling yoke-derive v0.7.4 |
1686 | 2025-01-24T19:18:37.705Z | Compiling zerovec-derive v0.10.3 |
1687 | 2025-01-24T19:18:37.830Z | Compiling futures-macro v0.3.31 |
1688 | 2025-01-24T19:18:38.030Z | Compiling displaydoc v0.2.5 |
1689 | 2025-01-24T19:18:39.303Z | Compiling zerocopy v0.7.35 |
1690 | 2025-01-24T19:18:39.554Z | Compiling crypto-common v0.1.6 |
1691 | 2025-01-24T19:18:39.618Z | Compiling icu_provider_macros v1.5.0 |
1692 | 2025-01-24T19:18:39.766Z | Compiling tracing-attributes v0.1.27 |
1693 | 2025-01-24T19:18:39.971Z | Compiling schemars_derive v0.8.21 |
1694 | 2025-01-24T19:18:40.014Z | Compiling block-buffer v0.10.4 |
1695 | 2025-01-24T19:18:40.283Z | Compiling digest v0.10.7 |
1696 | 2025-01-24T19:18:40.664Z | Compiling socket2 v0.5.7 |
1697 | 2025-01-24T19:18:40.686Z | Compiling crossbeam-utils v0.8.20 |
1698 | 2025-01-24T19:18:40.876Z | Compiling num-conv v0.1.0 |
1699 | 2025-01-24T19:18:41.176Z | Compiling futures-core v0.3.31 |
1700 | 2025-01-24T19:18:41.197Z | Compiling time-core v0.1.2 |
1701 | 2025-01-24T19:18:41.394Z | Compiling time-macros v0.2.18 |
1702 | 2025-01-24T19:18:41.808Z | Compiling der_derive v0.7.3 |
1703 | 2025-01-24T19:18:42.076Z | Compiling vcpkg v0.2.15 |
1704 | 2025-01-24T19:18:43.562Z | Compiling openssl-sys v0.9.103 |
1705 | 2025-01-24T19:18:44.166Z | Compiling syn v1.0.109 |
1706 | 2025-01-24T19:18:44.398Z | Compiling futures-sink v0.3.31 |
1707 | 2025-01-24T19:18:44.567Z | Compiling cpufeatures v0.2.14 |
1708 | 2025-01-24T19:18:44.684Z | Compiling slog v2.7.0 |
1709 | 2025-01-24T19:18:44.919Z | Compiling ahash v0.8.11 |
1710 | 2025-01-24T19:18:45.203Z | Compiling zerofrom v0.1.4 |
1711 | 2025-01-24T19:18:45.483Z | Compiling iana-time-zone v0.1.61 |
1712 | 2025-01-24T19:18:45.600Z | Compiling yoke v0.7.4 |
1713 | 2025-01-24T19:18:45.878Z | Compiling futures-channel v0.3.31 |
1714 | 2025-01-24T19:18:45.970Z | Compiling scroll_derive v0.12.0 |
1715 | 2025-01-24T19:18:46.040Z | Compiling pin-utils v0.1.0 |
1716 | 2025-01-24T19:18:46.158Z | Compiling futures-task v0.3.31 |
1717 | 2025-01-24T19:18:46.177Z | Compiling ucd-trie v0.1.7 |
1718 | 2025-01-24T19:18:46.348Z | Compiling openssl v0.10.66 |
1719 | 2025-01-24T19:18:46.449Z | Compiling futures-io v0.3.31 |
1720 | 2025-01-24T19:18:46.606Z | Compiling pest v2.7.14 |
1721 | 2025-01-24T19:18:46.771Z | Compiling futures-util v0.3.31 |
1722 | 2025-01-24T19:18:46.826Z | Compiling zerovec v0.10.4 |
1723 | 2025-01-24T19:18:47.715Z | Compiling hmac v0.12.1 |
1724 | 2025-01-24T19:18:47.955Z | Compiling bitflags v2.6.0 |
1725 | 2025-01-24T19:18:48.035Z | Compiling bytes v1.9.0 |
1726 | 2025-01-24T19:18:49.767Z | Compiling indexmap v2.7.0 |
1727 | 2025-01-24T19:18:49.840Z | Compiling tokio v1.43.0 |
1728 | 2025-01-24T19:18:51.014Z | Compiling serde_tokenstream v0.2.2 |
1729 | 2025-01-24T19:18:51.560Z | Compiling uuid v1.12.0 |
1730 | 2025-01-24T19:18:51.698Z | Compiling http v1.2.0 |
1731 | 2025-01-24T19:18:52.760Z | Compiling which v4.4.2 |
1732 | 2025-01-24T19:18:52.864Z | Compiling chrono v0.4.39 |
1733 | 2025-01-24T19:18:52.980Z | Compiling rustc_version v0.4.1 |
1734 | 2025-01-24T19:18:56.180Z | Compiling pest_meta v2.7.14 |
1735 | 2025-01-24T19:18:59.165Z | Compiling block-padding v0.3.3 |
1736 | 2025-01-24T19:18:59.413Z | Compiling openssl-macros v0.1.1 |
1737 | 2025-01-24T19:18:59.822Z | Compiling native-tls v0.2.12 |
1738 | 2025-01-24T19:18:59.921Z | Compiling rustls v0.23.19 |
1739 | 2025-01-24T19:19:00.133Z | Compiling inout v0.1.3 |
1740 | 2025-01-24T19:19:00.162Z | Compiling pest_generator v2.7.14 |
1741 | 2025-01-24T19:19:00.220Z | Compiling tinystr v0.7.6 |
1742 | 2025-01-24T19:19:00.605Z | Compiling serde_spanned v0.6.8 |
1743 | 2025-01-24T19:19:00.835Z | Compiling toml_datetime v0.6.8 |
1744 | 2025-01-24T19:19:00.885Z | Compiling tracing-core v0.1.32 |
1745 | 2025-01-24T19:19:01.017Z | Compiling litemap v0.7.3 |
1746 | 2025-01-24T19:19:01.040Z | Compiling writeable v0.5.5 |
1747 | 2025-01-24T19:19:01.284Z | Compiling strsim v0.11.1 |
1748 | 2025-01-24T19:19:01.552Z | Compiling dyn-clone v1.0.17 |
1749 | 2025-01-24T19:19:01.823Z | Compiling pest_derive v2.7.14 |
1750 | 2025-01-24T19:19:02.257Z | Compiling icu_locid v1.5.0 |
1751 | 2025-01-24T19:19:02.513Z | Compiling tracing v0.1.40 |
1752 | 2025-01-24T19:19:03.061Z | Compiling cipher v0.4.4 |
1753 | 2025-01-24T19:19:03.165Z | Compiling sha2 v0.10.8 |
1754 | 2025-01-24T19:19:03.527Z | Compiling usdt-impl v0.5.0 |
1755 | 2025-01-24T19:19:03.887Z | Compiling cookie v0.18.1 |
1756 | 2025-01-24T19:19:03.937Z | Compiling base64ct v1.6.0 |
1757 | 2025-01-24T19:19:04.438Z | Compiling pem-rfc7468 v0.7.0 |
1758 | 2025-01-24T19:19:04.526Z | Compiling icu_provider v1.5.0 |
1759 | 2025-01-24T19:19:05.368Z | Compiling aws-lc-sys v0.22.0 |
1760 | 2025-01-24T19:19:05.463Z | Compiling scroll v0.12.0 |
1761 | 2025-01-24T19:19:06.096Z | Compiling ppv-lite86 v0.2.20 |
1762 | 2025-01-24T19:19:06.953Z | Compiling async-trait v0.1.83 |
1763 | 2025-01-24T19:19:07.449Z | Compiling icu_locid_transform_data v1.5.0 |
1764 | 2025-01-24T19:19:07.583Z | Compiling anyhow v1.0.95 |
1765 | 2025-01-24T19:19:08.949Z | Compiling plain v0.2.3 |
1766 | 2025-01-24T19:19:09.121Z | Compiling percent-encoding v2.3.1 |
1767 | 2025-01-24T19:19:09.365Z | Compiling flagset v0.4.6 |
1768 | 2025-01-24T19:19:09.595Z | Compiling rustls-pki-types v1.10.0 |
1769 | 2025-01-24T19:19:09.615Z | Compiling camino v1.1.9 |
1770 | 2025-01-24T19:19:10.227Z | Compiling icu_locid_transform v1.5.0 |
1771 | 2025-01-24T19:19:11.176Z | Compiling der v0.7.9 |
1772 | 2025-01-24T19:19:12.062Z | Compiling goblin v0.8.2 |
1773 | 2025-01-24T19:19:14.545Z | Compiling rand_chacha v0.3.1 |
1774 | 2025-01-24T19:19:15.246Z | Compiling tokio-util v0.7.12 |
1775 | 2025-01-24T19:19:15.394Z | Compiling icu_collections v1.5.0 |
1776 | 2025-01-24T19:19:16.452Z | Compiling icu_properties_data v1.5.0 |
1777 | 2025-01-24T19:19:16.721Z | Compiling mirai-annotations v1.12.0 |
1778 | 2025-01-24T19:19:16.918Z | Compiling rustls v0.22.4 |
1779 | 2025-01-24T19:19:16.972Z | Compiling pretty-hex v0.4.1 |
1780 | 2025-01-24T19:19:17.100Z | Compiling rayon-core v1.12.1 |
1781 | 2025-01-24T19:19:17.193Z | Compiling powerfmt v0.2.0 |
1782 | 2025-01-24T19:19:17.518Z | Compiling untrusted v0.9.0 |
1783 | 2025-01-24T19:19:17.721Z | Compiling untrusted v0.7.1 |
1784 | 2025-01-24T19:19:17.762Z | Compiling dof v0.3.0 |
1785 | 2025-01-24T19:19:17.932Z | Compiling deranged v0.3.11 |
1786 | 2025-01-24T19:19:18.166Z | Compiling icu_properties v1.5.1 |
1787 | 2025-01-24T19:19:19.606Z | Compiling rand v0.8.5 |
1788 | 2025-01-24T19:19:19.949Z | Compiling spki v0.7.3 |
1789 | 2025-01-24T19:19:20.432Z | Compiling salsa20 v0.10.2 |
1790 | 2025-01-24T19:19:20.477Z | Compiling dtrace-parser v0.2.0 |
1791 | 2025-01-24T19:19:21.044Z | Compiling pbkdf2 v0.12.2 |
1792 | 2025-01-24T19:19:22.075Z | Compiling thread-id v4.2.2 |
1793 | 2025-01-24T19:19:22.094Z | Compiling utf8_iter v1.0.4 |
1794 | 2025-01-24T19:19:22.138Z | Compiling utf16_iter v1.0.5 |
1795 | 2025-01-24T19:19:22.371Z | Compiling icu_normalizer_data v1.5.0 |
1796 | 2025-01-24T19:19:22.777Z | Compiling atomic-waker v1.1.2 |
1797 | 2025-01-24T19:19:22.823Z | Compiling num_threads v0.1.7 |
1798 | 2025-01-24T19:19:22.876Z | Compiling write16 v1.0.0 |
1799 | 2025-01-24T19:19:22.948Z | Compiling litrs v0.4.1 |
1800 | 2025-01-24T19:19:22.988Z | Compiling winnow v0.5.40 |
1801 | 2025-01-24T19:19:23.183Z | Compiling icu_normalizer v1.5.0 |
1802 | 2025-01-24T19:19:23.909Z | Compiling document-features v0.2.10 |
1803 | 2025-01-24T19:19:24.722Z | Compiling time v0.3.36 |
1804 | 2025-01-24T19:19:26.116Z | Compiling toml_edit v0.19.15 |
1805 | 2025-01-24T19:19:27.348Z | Compiling scrypt v0.11.0 |
1806 | 2025-01-24T19:19:27.367Z | Compiling form_urlencoded v1.2.1 |
1807 | 2025-01-24T19:19:27.842Z | Compiling cbc v0.1.2 |
1808 | 2025-01-24T19:19:27.860Z | Compiling aes v0.8.4 |
1809 | 2025-01-24T19:19:27.901Z | Compiling http-body v1.0.1 |
1810 | 2025-01-24T19:19:28.166Z | Compiling multer v3.1.0 |
1811 | 2025-01-24T19:19:28.476Z | Compiling tinyvec_macros v0.1.1 |
1812 | 2025-01-24T19:19:28.588Z | Compiling try-lock v0.2.5 |
1813 | 2025-01-24T19:19:28.764Z | Compiling slog-async v2.8.0 |
1814 | 2025-01-24T19:19:29.109Z | Compiling rustversion v1.0.17 |
1815 | 2025-01-24T19:19:29.769Z | Compiling want v0.3.1 |
1816 | 2025-01-24T19:19:29.788Z | Compiling pkcs5 v0.7.1 |
1817 | 2025-01-24T19:19:30.065Z | Compiling tinyvec v1.8.0 |
1818 | 2025-01-24T19:19:31.570Z | Compiling idna_adapter v1.2.0 |
1819 | 2025-01-24T19:19:31.793Z | Compiling h2 v0.4.6 |
1820 | 2025-01-24T19:19:32.324Z | Compiling heapless v0.7.17 |
1821 | 2025-01-24T19:19:32.716Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1822 | 2025-01-24T19:19:33.180Z | Compiling signal-hook v0.3.17 |
1823 | 2025-01-24T19:19:33.409Z | Compiling httpdate v1.0.3 |
1824 | 2025-01-24T19:19:34.163Z | Compiling idna v1.0.3 |
1825 | 2025-01-24T19:19:35.330Z | Compiling pkcs8 v0.10.2 |
1826 | 2025-01-24T19:19:36.616Z | Compiling usdt-attr-macro v0.5.0 |
1827 | 2025-01-24T19:19:36.618Z | Compiling usdt-macro v0.5.0 |
1828 | 2025-01-24T19:19:38.036Z | Compiling async-stream-impl v0.3.6 |
1829 | 2025-01-24T19:19:38.052Z | Compiling adler2 v2.0.0 |
1830 | 2025-01-24T19:19:38.320Z | Compiling tower-service v0.3.3 |
1831 | 2025-01-24T19:19:38.485Z | Compiling base64 v0.22.1 |
1832 | 2025-01-24T19:19:39.215Z | Compiling miniz_oxide v0.8.0 |
1833 | 2025-01-24T19:19:40.258Z | Compiling hyper v1.5.2 |
1834 | 2025-01-24T19:19:42.574Z | Compiling curve25519-dalek v4.1.3 |
1835 | 2025-01-24T19:19:43.090Z | Compiling openapiv3 v2.0.0 |
1836 | 2025-01-24T19:19:45.388Z | Compiling hyper-util v0.1.10 |
1837 | 2025-01-24T19:19:45.978Z | Compiling enum-as-inner v0.6.1 |
1838 | 2025-01-24T19:19:46.781Z | Compiling dropshot v0.12.0 |
1839 | 2025-01-24T19:19:46.968Z | Compiling smoltcp v0.9.1 |
1840 | 2025-01-24T19:19:47.092Z | Compiling newtype-uuid v1.2.1 |
1841 | 2025-01-24T19:19:47.203Z | Compiling foreign-types-shared v0.1.1 |
1842 | 2025-01-24T19:19:47.385Z | Compiling match_cfg v0.1.0 |
1843 | 2025-01-24T19:19:47.526Z | Compiling portable-atomic v1.9.0 |
1844 | 2025-01-24T19:19:47.704Z | Compiling num-bigint-dig v0.8.4 |
1845 | 2025-01-24T19:19:48.025Z | Compiling foreign-types v0.3.2 |
1846 | 2025-01-24T19:19:48.169Z | Compiling hostname v0.3.1 |
1847 | 2025-01-24T19:19:50.937Z | Compiling url v2.5.3 |
1848 | 2025-01-24T19:19:52.831Z | Compiling http-body-util v0.1.2 |
1849 | 2025-01-24T19:19:53.008Z | Compiling dirs-sys-next v0.1.2 |
1850 | 2025-01-24T19:19:53.200Z | Compiling encoding_rs v0.8.34 |
1851 | 2025-01-24T19:19:53.384Z | Compiling ident_case v1.0.1 |
1852 | 2025-01-24T19:19:53.445Z | Compiling data-encoding v2.6.0 |
1853 | 2025-01-24T19:19:53.584Z | Compiling gimli v0.31.1 |
1854 | 2025-01-24T19:19:54.916Z | Compiling heck v0.4.1 |
1855 | 2025-01-24T19:19:55.317Z | Compiling mime v0.3.17 |
1856 | 2025-01-24T19:19:55.982Z | Compiling siphasher v0.3.11 |
1857 | 2025-01-24T19:19:56.373Z | Compiling darling_core v0.20.10 |
1858 | 2025-01-24T19:19:56.393Z | Compiling dirs-next v2.0.0 |
1859 | 2025-01-24T19:20:00.208Z | Compiling addr2line v0.24.2 |
1860 | 2025-01-24T19:20:01.986Z | Compiling unicode-normalization v0.1.24 |
1861 | 2025-01-24T19:20:03.066Z | Compiling serde_urlencoded v0.7.1 |
1862 | 2025-01-24T19:20:03.632Z | Compiling crossbeam-epoch v0.9.18 |
1863 | 2025-01-24T19:20:04.094Z | Compiling rustls-pemfile v2.2.0 |
1864 | 2025-01-24T19:20:04.284Z | Compiling hubpack_derive v0.1.1 |
1865 | 2025-01-24T19:20:04.306Z | Compiling dropshot_endpoint v0.12.0 |
1866 | 2025-01-24T19:20:04.576Z | Compiling sha1 v0.10.6 |
1867 | 2025-01-24T19:20:04.596Z | Compiling signature v2.2.0 |
1868 | 2025-01-24T19:20:04.832Z | Compiling curve25519-dalek-derive v0.1.1 |
1869 | 2025-01-24T19:20:04.966Z | Compiling zerocopy-derive v0.6.6 |
1870 | 2025-01-24T19:20:06.239Z | Compiling object v0.36.5 |
1871 | 2025-01-24T19:20:06.775Z | Compiling thread_local v1.1.8 |
1872 | 2025-01-24T19:20:07.206Z | Compiling fs-err v2.11.0 |
1873 | 2025-01-24T19:20:08.091Z | Compiling ipnet v2.10.1 |
1874 | 2025-01-24T19:20:09.033Z | Compiling openssl-probe v0.1.5 |
1875 | 2025-01-24T19:20:09.652Z | Compiling anstyle v1.0.10 |
1876 | 2025-01-24T19:20:10.089Z | Compiling winnow v0.6.20 |
1877 | 2025-01-24T19:20:10.934Z | Compiling utf8parse v0.2.2 |
1878 | 2025-01-24T19:20:12.303Z | Compiling unicode-properties v0.1.3 |
1879 | 2025-01-24T19:20:12.737Z | Compiling rustc-demangle v0.1.24 |
1880 | 2025-01-24T19:20:14.702Z | Compiling unicode-bidi v0.3.17 |
1881 | 2025-01-24T19:20:16.724Z | Compiling stringprep v0.1.5 |
1882 | 2025-01-24T19:20:17.055Z | Compiling rustls-webpki v0.102.8 |
1883 | 2025-01-24T19:20:17.791Z | Compiling backtrace v0.3.74 |
1884 | 2025-01-24T19:20:20.520Z | Compiling toml_edit v0.22.22 |
1885 | 2025-01-24T19:20:26.518Z | Compiling anstyle-parse v0.2.5 |
1886 | 2025-01-24T19:20:28.490Z | Compiling crossbeam-deque v0.8.5 |
1887 | 2025-01-24T19:20:28.776Z | Compiling darling_macro v0.20.10 |
1888 | 2025-01-24T19:20:28.844Z | Compiling term v0.7.0 |
1889 | 2025-01-24T19:20:29.169Z | Compiling slog-json v2.6.1 |
1890 | 2025-01-24T19:20:30.109Z | Compiling crossbeam-channel v0.5.13 |
1891 | 2025-01-24T19:20:30.541Z | Compiling hashbrown v0.14.5 |
1892 | 2025-01-24T19:20:31.078Z | Compiling futures-executor v0.3.31 |
1893 | 2025-01-24T19:20:31.421Z | Compiling num-integer v0.1.46 |
1894 | 2025-01-24T19:20:31.526Z | Compiling md-5 v0.10.6 |
1895 | 2025-01-24T19:20:31.561Z | Compiling ff v0.13.0 |
1896 | 2025-01-24T19:20:31.707Z | Compiling hash32 v0.2.1 |
1897 | 2025-01-24T19:20:31.760Z | Compiling is-terminal v0.4.13 |
1898 | 2025-01-24T19:20:31.779Z | Compiling memmap v0.7.0 |
1899 | 2025-01-24T19:20:31.898Z | Compiling fallible-iterator v0.2.0 |
1900 | 2025-01-24T19:20:32.052Z | Compiling utf-8 v0.7.6 |
1901 | 2025-01-24T19:20:32.084Z | Compiling psl-types v2.0.11 |
1902 | 2025-01-24T19:20:32.102Z | Compiling base16ct v0.2.0 |
1903 | 2025-01-24T19:20:32.297Z | Compiling colorchoice v1.0.2 |
1904 | 2025-01-24T19:20:32.469Z | Compiling linked-hash-map v0.5.6 |
1905 | 2025-01-24T19:20:32.579Z | Compiling take_mut v0.2.2 |
1906 | 2025-01-24T19:20:32.777Z | Compiling quick-error v1.2.3 |
1907 | 2025-01-24T19:20:32.815Z | Compiling anstyle-query v1.1.1 |
1908 | 2025-01-24T19:20:32.849Z | Compiling is_terminal_polyfill v1.70.1 |
1909 | 2025-01-24T19:20:32.934Z | Compiling resolv-conf v0.7.0 |
1910 | 2025-01-24T19:20:32.979Z | Compiling anstream v0.6.15 |
1911 | 2025-01-24T19:20:32.998Z | Compiling lru-cache v0.1.2 |
1912 | 2025-01-24T19:20:33.382Z | Compiling publicsuffix v2.3.0 |
1913 | 2025-01-24T19:20:33.552Z | Compiling postgres-protocol v0.6.7 |
1914 | 2025-01-24T19:20:33.555Z | Compiling sec1 v0.7.3 |
1915 | 2025-01-24T19:20:33.735Z | Compiling tungstenite v0.24.0 |
1916 | 2025-01-24T19:20:34.111Z | Compiling usdt v0.5.0 |
1917 | 2025-01-24T19:20:34.539Z | Compiling num-iter v0.1.45 |
1918 | 2025-01-24T19:20:34.684Z | Compiling slog-term v2.9.1 |
1919 | 2025-01-24T19:20:34.740Z | Compiling group v0.13.0 |
1920 | 2025-01-24T19:20:35.070Z | Compiling regress v0.10.1 |
1921 | 2025-01-24T19:20:35.387Z | Compiling futures v0.3.31 |
1922 | 2025-01-24T19:20:38.101Z | Compiling darling v0.20.10 |
1923 | 2025-01-24T19:20:38.406Z | Compiling slog-bunyan v2.5.0 |
1924 | 2025-01-24T19:20:38.774Z | Compiling tokio-native-tls v0.3.1 |
1925 | 2025-01-24T19:20:38.968Z | Compiling tokio-rustls v0.26.0 |
1926 | 2025-01-24T19:20:39.084Z | Compiling toml v0.8.19 |
1927 | 2025-01-24T19:20:39.392Z | Compiling tokio-rustls v0.25.0 |
1928 | 2025-01-24T19:20:39.803Z | Compiling hickory-proto v0.24.2 |
1929 | 2025-01-24T19:20:39.841Z | Compiling phf_shared v0.11.2 |
1930 | 2025-01-24T19:20:40.195Z | Compiling strum_macros v0.25.3 |
1931 | 2025-01-24T19:20:40.763Z | Compiling async-stream v0.3.6 |
1932 | 2025-01-24T19:20:40.807Z | Compiling waitgroup v0.1.2 |
1933 | 2025-01-24T19:20:40.942Z | Compiling webpki-roots v0.26.6 |
1934 | 2025-01-24T19:20:41.147Z | Compiling terminal_size v0.4.0 |
1935 | 2025-01-24T19:20:41.254Z | Compiling hkdf v0.12.4 |
1936 | 2025-01-24T19:20:41.372Z | Compiling serde_path_to_error v0.1.16 |
1937 | 2025-01-24T19:20:41.656Z | Compiling crypto-bigint v0.5.5 |
1938 | 2025-01-24T19:20:42.093Z | Compiling clap_derive v4.5.18 |
1939 | 2025-01-24T19:20:42.097Z | Compiling serde_repr v0.1.19 |
1940 | 2025-01-24T19:20:43.182Z | Compiling derive-where v1.2.7 |
1941 | 2025-01-24T19:20:43.595Z | Compiling hostname v0.4.0 |
1942 | 2025-01-24T19:20:43.817Z | Compiling crc32fast v1.4.2 |
1943 | 2025-01-24T19:20:44.171Z | Compiling debug-ignore v1.0.5 |
1944 | 2025-01-24T19:20:44.332Z | Compiling managed v0.8.0 |
1945 | 2025-01-24T19:20:44.777Z | Compiling bitflags v1.3.2 |
1946 | 2025-01-24T19:20:44.902Z | Compiling clap_lex v0.7.2 |
1947 | 2025-01-24T19:20:45.496Z | Compiling unicode-width v0.1.14 |
1948 | 2025-01-24T19:20:45.810Z | Compiling hickory-resolver v0.24.2 |
1949 | 2025-01-24T19:20:46.051Z | Compiling console v0.15.8 |
1950 | 2025-01-24T19:20:46.128Z | Compiling clap_builder v4.5.21 |
1951 | 2025-01-24T19:20:48.078Z | Compiling elliptic-curve v0.13.8 |
1952 | 2025-01-24T19:20:49.691Z | Compiling flate2 v1.0.35 |
1953 | 2025-01-24T19:20:50.875Z | Compiling hyper-rustls v0.27.3 |
1954 | 2025-01-24T19:20:52.662Z | Compiling phf v0.11.2 |
1955 | 2025-01-24T19:20:52.969Z | Compiling hyper-tls v0.6.0 |
1956 | 2025-01-24T19:20:53.660Z | Compiling typify-impl v0.2.0 |
1957 | 2025-01-24T19:20:53.721Z | Compiling signal-hook-mio v0.2.4 |
1958 | 2025-01-24T19:20:53.794Z | Compiling rayon v1.10.0 |
1959 | 2025-01-24T19:20:54.168Z | Compiling bzip2 v0.4.4 |
1960 | 2025-01-24T19:20:54.554Z | Compiling cookie_store v0.21.1 |
1961 | 2025-01-24T19:20:57.176Z | Compiling tokio-tungstenite v0.24.0 |
1962 | 2025-01-24T19:20:57.755Z | Compiling postgres-types v0.2.8 |
1963 | 2025-01-24T19:20:58.240Z | Compiling zerocopy v0.6.6 |
1964 | 2025-01-24T19:20:58.504Z | Compiling hubpack v0.1.2 |
1965 | 2025-01-24T19:20:58.940Z | Compiling ed25519 v2.2.3 |
1966 | 2025-01-24T19:20:58.971Z | Compiling phf_shared v0.10.0 |
1967 | 2025-01-24T19:20:59.028Z | Compiling pkcs1 v0.7.5 |
1968 | 2025-01-24T19:20:59.374Z | Compiling tokio-stream v0.1.16 |
1969 | 2025-01-24T19:20:59.474Z | Compiling ipnetwork v0.20.0 |
1970 | 2025-01-24T19:20:59.974Z | Compiling rfc6979 v0.4.0 |
1971 | 2025-01-24T19:21:00.180Z | Compiling serde-big-array v0.5.1 |
1972 | 2025-01-24T19:21:00.336Z | Compiling float-cmp v0.9.0 |
1973 | 2025-01-24T19:21:00.425Z | Compiling sync_wrapper v1.0.1 |
1974 | 2025-01-24T19:21:00.564Z | Compiling bstr v1.10.0 |
1975 | 2025-01-24T19:21:00.622Z | Compiling unicode-segmentation v1.12.0 |
1976 | 2025-01-24T19:21:01.484Z | Compiling fixedbitset v0.4.2 |
1977 | 2025-01-24T19:21:01.620Z | Compiling difflib v0.4.0 |
1978 | 2025-01-24T19:21:02.021Z | Compiling whoami v1.5.2 |
1979 | 2025-01-24T19:21:02.540Z | Compiling new_debug_unreachable v1.0.6 |
1980 | 2025-01-24T19:21:02.673Z | Compiling bit-vec v0.6.3 |
1981 | 2025-01-24T19:21:02.753Z | Compiling unicode-width v0.2.0 |
1982 | 2025-01-24T19:21:02.821Z | Compiling number_prefix v0.4.0 |
1983 | 2025-01-24T19:21:03.089Z | Compiling normalize-line-endings v0.3.0 |
1984 | 2025-01-24T19:21:03.238Z | Compiling precomputed-hash v0.1.1 |
1985 | 2025-01-24T19:21:03.292Z | Compiling predicates-core v1.0.8 |
1986 | 2025-01-24T19:21:03.309Z | Compiling static_assertions v1.1.0 |
1987 | 2025-01-24T19:21:03.379Z | Compiling string_cache v0.8.7 |
1988 | 2025-01-24T19:21:03.424Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1989 | 2025-01-24T19:21:03.581Z | Compiling predicates v3.1.2 |
1990 | 2025-01-24T19:21:03.783Z | Compiling indicatif v0.17.9 |
1991 | 2025-01-24T19:21:04.136Z | Compiling typify-macro v0.2.0 |
1992 | 2025-01-24T19:21:04.882Z | Compiling reqwest v0.12.9 |
1993 | 2025-01-24T19:21:04.906Z | Compiling bit-set v0.5.3 |
1994 | 2025-01-24T19:21:05.188Z | Compiling tokio-postgres v0.7.12 |
1995 | 2025-01-24T19:21:05.541Z | Compiling petgraph v0.6.5 |
1996 | 2025-01-24T19:21:07.505Z | Compiling similar v2.6.0 |
1997 | 2025-01-24T19:21:09.387Z | Compiling qorb v0.2.1 |
1998 | 2025-01-24T19:21:09.487Z | Compiling ecdsa v0.16.9 |
1999 | 2025-01-24T19:21:10.482Z | Compiling rsa v0.9.6 |
2000 | 2025-01-24T19:21:10.732Z | Compiling ed25519-dalek v2.1.1 |
2001 | 2025-01-24T19:21:11.573Z | Compiling zip v0.6.6 |
2002 | 2025-01-24T19:21:11.985Z | Compiling crossterm v0.28.1 |
2003 | 2025-01-24T19:21:12.606Z | Compiling clap v4.5.21 |
2004 | 2025-01-24T19:21:14.215Z | Compiling toml v0.7.8 |
2005 | 2025-01-24T19:21:14.627Z | Compiling x509-cert v0.2.5 |
2006 | 2025-01-24T19:21:15.383Z | Compiling hex v0.4.3 |
2007 | 2025-01-24T19:21:16.218Z | Compiling itertools v0.10.5 |
2008 | 2025-01-24T19:21:16.626Z | Compiling lalrpop-util v0.19.12 |
2009 | 2025-01-24T19:21:17.000Z | Compiling unicode-xid v0.2.6 |
2010 | 2025-01-24T19:21:17.054Z | Compiling peg-runtime v0.8.3 |
2011 | 2025-01-24T19:21:17.206Z | Compiling zerocopy v0.8.10 |
2012 | 2025-01-24T19:21:18.765Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2013 | 2025-01-24T19:21:23.436Z | Compiling proc-macro-crate v1.3.1 |
2014 | 2025-01-24T19:21:24.363Z | Compiling macaddr v1.0.1 |
2015 | 2025-01-24T19:21:24.695Z | Compiling zerocopy-derive v0.8.10 |
2016 | 2025-01-24T19:21:24.732Z | Compiling itertools v0.13.0 |
2017 | 2025-01-24T19:21:27.121Z | Compiling heapless v0.8.0 |
2018 | 2025-01-24T19:21:27.722Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2019 | 2025-01-24T19:21:33.176Z | Compiling num_enum_derive v0.5.11 |
2020 | 2025-01-24T19:21:40.995Z | Compiling hash32 v0.3.1 |
2021 | 2025-01-24T19:21:41.044Z | Compiling smoltcp v0.11.0 |
2022 | 2025-01-24T19:21:41.677Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2023 | 2025-01-24T19:21:47.601Z | Compiling num_enum v0.5.11 |
2024 | 2025-01-24T19:21:47.601Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2025 | 2025-01-24T19:21:47.775Z | Compiling typify v0.2.0 |
2026 | 2025-01-24T19:21:47.934Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2027 | 2025-01-24T19:21:48.789Z | Compiling proc-macro-error-attr v1.0.4 |
2028 | 2025-01-24T19:21:49.114Z | Compiling thiserror v2.0.11 |
2029 | 2025-01-24T19:21:49.146Z | Compiling unsafe-libyaml v0.2.11 |
2030 | 2025-01-24T19:21:49.684Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2031 | 2025-01-24T19:21:50.729Z | Compiling cobs v0.2.3 |
2032 | 2025-01-24T19:21:50.877Z | Compiling serde_yaml v0.9.34+deprecated |
2033 | 2025-01-24T19:21:50.971Z | Compiling postcard v1.0.10 |
2034 | 2025-01-24T19:22:03.572Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2035 | 2025-01-24T19:22:06.713Z | Compiling progenitor-impl v0.8.0 |
2036 | 2025-01-24T19:22:17.232Z | Compiling strum_macros v0.26.4 |
2037 | 2025-01-24T19:22:18.600Z | Compiling thiserror-impl v2.0.11 |
2038 | 2025-01-24T19:22:18.817Z | Compiling foreign-types-macros v0.2.3 |
2039 | 2025-01-24T19:22:19.044Z | Compiling structmeta-derive v0.3.0 |
2040 | 2025-01-24T19:22:19.095Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2041 | 2025-01-24T19:22:19.205Z | Compiling proc-macro-error v1.0.4 |
2042 | 2025-01-24T19:22:19.962Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2043 | 2025-01-24T19:22:20.414Z | Compiling foreign-types-shared v0.3.1 |
2044 | 2025-01-24T19:22:21.393Z | Compiling strum v0.26.3 |
2045 | 2025-01-24T19:22:21.395Z | Compiling structmeta v0.3.0 |
2046 | 2025-01-24T19:22:22.428Z | Compiling foreign-types v0.5.0 |
2047 | 2025-01-24T19:22:26.631Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2048 | 2025-01-24T19:22:30.517Z | Compiling progenitor-macro v0.8.0 |
2049 | 2025-01-24T19:22:34.175Z | Compiling progenitor-client v0.8.0 |
2050 | 2025-01-24T19:22:35.053Z | Compiling tabwriter v1.4.0 |
2051 | 2025-01-24T19:22:36.674Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2052 | 2025-01-24T19:22:37.885Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2053 | 2025-01-24T19:22:38.669Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2054 | 2025-01-24T19:22:38.697Z | Compiling cstr-argument v0.1.2 |
2055 | 2025-01-24T19:22:38.981Z | Compiling dropshot v0.15.1 |
2056 | 2025-01-24T19:22:39.497Z | Compiling pretty-hex v0.2.1 |
2057 | 2025-01-24T19:22:39.751Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2058 | 2025-01-24T19:22:40.064Z | Compiling crucible-workspace-hack v0.1.0 |
2059 | 2025-01-24T19:22:40.087Z | Compiling fastrand v2.1.1 |
2060 | 2025-01-24T19:22:40.546Z | Compiling tempfile v3.13.0 |
2061 | 2025-01-24T19:22:40.563Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2062 | 2025-01-24T19:22:41.026Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2063 | 2025-01-24T19:22:41.064Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2064 | 2025-01-24T19:22:41.279Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2065 | 2025-01-24T19:22:41.475Z | Compiling progenitor v0.8.0 |
2066 | 2025-01-24T19:22:41.876Z | Compiling parse-display-derive v0.10.0 |
2067 | 2025-01-24T19:22:42.179Z | Compiling colored v2.1.0 |
2068 | 2025-01-24T19:22:42.368Z | Compiling serde_with_macros v3.11.0 |
2069 | 2025-01-24T19:22:42.939Z | Compiling dropshot_endpoint v0.15.1 |
2070 | 2025-01-24T19:22:43.418Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2071 | 2025-01-24T19:22:44.175Z | Compiling instant v0.1.13 |
2072 | 2025-01-24T19:22:44.366Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2073 | 2025-01-24T19:22:44.794Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2074 | 2025-01-24T19:22:44.813Z | Compiling serde_with v3.11.0 |
2075 | 2025-01-24T19:22:45.418Z | Compiling parse-display v0.10.0 |
2076 | 2025-01-24T19:22:46.802Z | Compiling backoff v0.4.0 |
2077 | 2025-01-24T19:22:47.182Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2078 | 2025-01-24T19:22:47.416Z | Compiling zone_cfg_derive v0.3.0 |
2079 | 2025-01-24T19:22:47.759Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2080 | 2025-01-24T19:22:48.486Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2081 | 2025-01-24T19:22:48.505Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2082 | 2025-01-24T19:22:48.751Z | Compiling camino-tempfile v1.1.1 |
2083 | 2025-01-24T19:22:48.951Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2084 | 2025-01-24T19:22:49.196Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2085 | 2025-01-24T19:22:49.404Z | Compiling regress v0.9.1 |
2086 | 2025-01-24T19:22:49.421Z | Compiling progenitor-client v0.9.1 |
2087 | 2025-01-24T19:22:49.522Z | Compiling num-derive v0.4.2 |
2088 | 2025-01-24T19:22:50.293Z | Compiling sigpipe v0.1.3 |
2089 | 2025-01-24T19:22:50.448Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2090 | 2025-01-24T19:22:50.762Z | Compiling libefi-sys v0.1.0 |
2091 | 2025-01-24T19:22:51.151Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2092 | 2025-01-24T19:22:51.682Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2093 | 2025-01-24T19:22:53.259Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2094 | 2025-01-24T19:22:54.388Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2095 | 2025-01-24T19:22:56.966Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2096 | 2025-01-24T19:22:57.359Z | Compiling zone v0.3.0 |
2097 | 2025-01-24T19:22:57.991Z | Compiling smf v0.2.3 |
2098 | 2025-01-24T19:23:00.613Z | Compiling bitfield-struct v0.6.2 |
2099 | 2025-01-24T19:23:00.684Z | Compiling blake3 v1.5.4 |
2100 | 2025-01-24T19:23:00.966Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2101 | 2025-01-24T19:23:01.522Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2102 | 2025-01-24T19:23:01.614Z | Compiling xattr v1.3.1 |
2103 | 2025-01-24T19:23:01.879Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2104 | 2025-01-24T19:23:01.949Z | Compiling filetime v0.2.25 |
2105 | 2025-01-24T19:23:01.999Z | Compiling memmap2 v0.9.5 |
2106 | 2025-01-24T19:23:02.327Z | Compiling constant_time_eq v0.3.1 |
2107 | 2025-01-24T19:23:02.532Z | Compiling same-file v1.0.6 |
2108 | 2025-01-24T19:23:02.570Z | Compiling arrayref v0.3.9 |
2109 | 2025-01-24T19:23:02.606Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2110 | 2025-01-24T19:23:02.681Z | Compiling arrayvec v0.7.6 |
2111 | 2025-01-24T19:23:02.706Z | Compiling tar v0.4.42 |
2112 | 2025-01-24T19:23:02.768Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2113 | 2025-01-24T19:23:02.845Z | Compiling walkdir v2.5.0 |
2114 | 2025-01-24T19:23:04.526Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2115 | 2025-01-24T19:23:04.959Z | Compiling gethostname v0.5.0 |
2116 | 2025-01-24T19:23:05.197Z | Compiling cargo-platform v0.1.8 |
2117 | 2025-01-24T19:23:05.444Z | Compiling topological-sort v0.2.2 |
2118 | 2025-01-24T19:23:05.744Z | Compiling omicron-zone-package v0.12.0 |
2119 | 2025-01-24T19:23:05.833Z | Compiling cargo_metadata v0.18.1 |
2120 | 2025-01-24T19:23:06.230Z | Compiling shell-words v1.1.0 |
2121 | 2025-01-24T19:23:06.763Z | Compiling indent_write v2.2.0 |
2122 | 2025-01-24T19:23:12.929Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2123 | 2025-01-24T19:23:13.787Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2124 | 2025-01-24T19:23:16.787Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2125 | 2025-01-24T19:23:35.035Z | Finished `release` profile [optimized] target(s) in 5m 13s |
2126 | 2025-01-24T19:23:35.203Z | Running `target/release/omicron-package -t test target create -p dev` |
2127 | 2025-01-24T19:23:35.254Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2128 | 2025-01-24T19:23:35.257Z | Created new build target 'test' and set it as active |
2129 | 2025-01-24T19:23:35.257Z | |
2130 | 2025-01-24T19:23:35.257Z | real 5:14.206630469 |
2131 | 2025-01-24T19:23:35.257Z | user 36:41.716569493 |
2132 | 2025-01-24T19:23:35.257Z | sys 3:22.753310341 |
2133 | 2025-01-24T19:23:35.257Z | trap 1.150653240 |
2134 | 2025-01-24T19:23:35.257Z | tflt 2.986584273 |
2135 | 2025-01-24T19:23:35.257Z | dflt 0.646069341 |
2136 | 2025-01-24T19:23:35.257Z | kflt 0.062841463 |
2137 | 2025-01-24T19:23:35.257Z | lock 1:13:48.248008358 |
2138 | 2025-01-24T19:23:35.257Z | slp 2:28:01.765888836 |
2139 | 2025-01-24T19:23:35.257Z | lat 2:44.014625603 |
2140 | 2025-01-24T19:23:35.257Z | stop 4:42.529279513 |
2141 | 2025-01-24T19:23:35.261Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2142 | 2025-01-24T19:23:36.266Z | Finished `release` profile [optimized] target(s) in 0.95s |
2143 | 2025-01-24T19:23:36.325Z | Running `target/release/omicron-package -t test package` |
2144 | 2025-01-24T19:23:36.370Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2145 | 2025-01-24T19:23:37.509Z | Compiling thiserror v2.0.11 |
2146 | 2025-01-24T19:23:37.644Z | Compiling typify-impl v0.3.0 |
2147 | 2025-01-24T19:23:37.661Z | Compiling convert_case v0.4.0 |
2148 | 2025-01-24T19:23:37.661Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2149 | 2025-01-24T19:23:37.661Z | Compiling newline-converter v0.3.0 |
2150 | 2025-01-24T19:23:37.661Z | Compiling password-hash v0.5.0 |
2151 | 2025-01-24T19:23:37.661Z | Compiling blake2 v0.10.6 |
2152 | 2025-01-24T19:23:37.661Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2153 | 2025-01-24T19:23:37.871Z | Compiling expectorate v1.1.0 |
2154 | 2025-01-24T19:23:37.983Z | Compiling base64 v0.21.7 |
2155 | 2025-01-24T19:23:38.151Z | Compiling atomicwrites v0.4.4 |
2156 | 2025-01-24T19:23:38.412Z | Compiling argon2 v0.5.3 |
2157 | 2025-01-24T19:23:38.455Z | Compiling derive_more v0.99.18 |
2158 | 2025-01-24T19:23:38.673Z | Compiling owo-colors v4.1.0 |
2159 | 2025-01-24T19:23:38.974Z | Compiling cancel-safe-futures v0.1.5 |
2160 | 2025-01-24T19:23:39.021Z | Compiling num-rational v0.4.2 |
2161 | 2025-01-24T19:23:39.040Z | Compiling progenitor-client v0.9.1 |
2162 | 2025-01-24T19:23:39.349Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2163 | 2025-01-24T19:23:39.567Z | Compiling num-complex v0.4.6 |
2164 | 2025-01-24T19:23:40.567Z | Compiling num v0.4.3 |
2165 | 2025-01-24T19:23:40.700Z | Compiling libsw v3.3.1 |
2166 | 2025-01-24T19:23:40.718Z | Compiling linear-map v1.2.0 |
2167 | 2025-01-24T19:23:40.733Z | Compiling swrite v0.1.0 |
2168 | 2025-01-24T19:23:40.891Z | Compiling float-ord v0.3.2 |
2169 | 2025-01-24T19:23:41.051Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2170 | 2025-01-24T19:23:41.091Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2171 | 2025-01-24T19:23:41.110Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2172 | 2025-01-24T19:23:41.362Z | Compiling highway v1.2.0 |
2173 | 2025-01-24T19:23:42.242Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2174 | 2025-01-24T19:23:42.817Z | Compiling semver v0.1.20 |
2175 | 2025-01-24T19:23:43.371Z | Compiling rustc_version v0.1.7 |
2176 | 2025-01-24T19:23:43.785Z | Compiling newtype_derive v0.1.6 |
2177 | 2025-01-24T19:23:44.078Z | Compiling tungstenite v0.21.0 |
2178 | 2025-01-24T19:23:44.307Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2179 | 2025-01-24T19:23:48.735Z | Compiling typify-macro v0.3.0 |
2180 | 2025-01-24T19:23:48.916Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2181 | 2025-01-24T19:23:49.119Z | Compiling ipnetwork v0.20.0 |
2182 | 2025-01-24T19:23:49.868Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2183 | 2025-01-24T19:23:50.144Z | Compiling tokio-tungstenite v0.21.0 |
2184 | 2025-01-24T19:23:50.482Z | Compiling progenitor-client v0.8.0 |
2185 | 2025-01-24T19:23:50.508Z | Compiling humantime v2.1.0 |
2186 | 2025-01-24T19:23:50.907Z | Compiling progenitor v0.8.0 |
2187 | 2025-01-24T19:23:50.935Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2188 | 2025-01-24T19:23:51.128Z | Compiling dropshot v0.15.1 |
2189 | 2025-01-24T19:23:51.207Z | Compiling instant v0.1.13 |
2190 | 2025-01-24T19:23:51.373Z | Compiling backoff v0.4.0 |
2191 | 2025-01-24T19:23:51.752Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2192 | 2025-01-24T19:23:51.776Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2193 | 2025-01-24T19:23:52.081Z | Compiling typify v0.3.0 |
2194 | 2025-01-24T19:23:52.232Z | Compiling progenitor-impl v0.9.1 |
2195 | 2025-01-24T19:23:58.343Z | Compiling progenitor-macro v0.9.1 |
2196 | 2025-01-24T19:23:58.986Z | Compiling steno v0.4.1 |
2197 | 2025-01-24T19:23:59.473Z | Compiling parse-display v0.10.0 |
2198 | 2025-01-24T19:23:59.504Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2199 | 2025-01-24T19:23:59.713Z | Compiling strum v0.26.3 |
2200 | 2025-01-24T19:23:59.930Z | Compiling serde_with v3.11.0 |
2201 | 2025-01-24T19:24:00.022Z | Compiling regress v0.9.1 |
2202 | 2025-01-24T19:24:03.638Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2203 | 2025-01-24T19:24:04.732Z | Compiling macaddr v1.0.1 |
2204 | 2025-01-24T19:24:05.219Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2205 | 2025-01-24T19:24:05.222Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2206 | 2025-01-24T19:24:05.311Z | Compiling slog-dtrace v0.3.0 |
2207 | 2025-01-24T19:24:05.769Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2208 | 2025-01-24T19:24:05.835Z | Compiling prettyplease v0.2.25 |
2209 | 2025-01-24T19:24:07.940Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2210 | 2025-01-24T19:24:09.381Z | Compiling progenitor v0.9.1 |
2211 | 2025-01-24T19:24:09.634Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2212 | 2025-01-24T19:24:11.353Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2213 | 2025-01-24T19:24:20.707Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2214 | 2025-01-24T19:24:22.604Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2215 | 2025-01-24T19:24:22.956Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2216 | 2025-01-24T19:24:24.038Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2217 | 2025-01-24T19:24:25.149Z | Compiling half v2.4.1 |
2218 | 2025-01-24T19:24:27.594Z | Compiling ciborium-io v0.2.2 |
2219 | 2025-01-24T19:24:27.767Z | Compiling ciborium-ll v0.2.2 |
2220 | 2025-01-24T19:24:28.315Z | Compiling ciborium v0.2.2 |
2221 | 2025-01-24T19:24:28.522Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2222 | 2025-01-24T19:24:29.148Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2223 | 2025-01-24T19:24:30.340Z | Compiling display-error-chain v0.2.2 |
2224 | 2025-01-24T19:24:30.397Z | Compiling same-file v1.0.6 |
2225 | 2025-01-24T19:24:30.575Z | Compiling fastrand v2.1.1 |
2226 | 2025-01-24T19:24:30.647Z | Compiling walkdir v2.5.0 |
2227 | 2025-01-24T19:24:31.064Z | Compiling tempfile v3.13.0 |
2228 | 2025-01-24T19:24:31.286Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2229 | 2025-01-24T19:24:31.805Z | Compiling blake3 v1.5.4 |
2230 | 2025-01-24T19:24:32.501Z | Compiling const_format_proc_macros v0.2.33 |
2231 | 2025-01-24T19:24:33.988Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2232 | 2025-01-24T19:24:34.270Z | Compiling xattr v1.3.1 |
2233 | 2025-01-24T19:24:34.395Z | Compiling memmap2 v0.9.5 |
2234 | 2025-01-24T19:24:34.521Z | Compiling filetime v0.2.25 |
2235 | 2025-01-24T19:24:34.539Z | Compiling constant_time_eq v0.3.1 |
2236 | 2025-01-24T19:24:34.716Z | Compiling arrayvec v0.7.6 |
2237 | 2025-01-24T19:24:34.806Z | Compiling arrayref v0.3.9 |
2238 | 2025-01-24T19:24:34.827Z | Compiling crunchy v0.2.2 |
2239 | 2025-01-24T19:24:34.930Z | Compiling keccak v0.1.5 |
2240 | 2025-01-24T19:24:35.133Z | Compiling maplit v1.0.2 |
2241 | 2025-01-24T19:24:35.273Z | Compiling sha3 v0.10.8 |
2242 | 2025-01-24T19:24:36.032Z | Compiling tar v0.4.42 |
2243 | 2025-01-24T19:24:36.117Z | Compiling const_format v0.2.33 |
2244 | 2025-01-24T19:24:36.314Z | Compiling camino-tempfile v1.1.1 |
2245 | 2025-01-24T19:24:36.755Z | Compiling toolchain_find v0.4.0 |
2246 | 2025-01-24T19:24:36.909Z | Compiling topological-sort v0.2.2 |
2247 | 2025-01-24T19:24:37.157Z | Compiling radium v0.7.0 |
2248 | 2025-01-24T19:24:37.326Z | Compiling tiny-keccak v2.0.2 |
2249 | 2025-01-24T19:24:37.366Z | Compiling omicron-zone-package v0.12.0 |
2250 | 2025-01-24T19:24:37.636Z | Compiling rustfmt-wrapper v0.2.1 |
2251 | 2025-01-24T19:24:37.883Z | Compiling dsl_auto_type v0.1.2 |
2252 | 2025-01-24T19:24:38.091Z | Compiling scheduled-thread-pool v0.2.7 |
2253 | 2025-01-24T19:24:38.249Z | Compiling diesel_table_macro_syntax v0.2.0 |
2254 | 2025-01-24T19:24:38.651Z | Compiling maybe-uninit v2.0.0 |
2255 | 2025-01-24T19:24:39.145Z | Compiling tap v1.0.1 |
2256 | 2025-01-24T19:24:39.182Z | Compiling diesel_derives v2.2.3 |
2257 | 2025-01-24T19:24:39.369Z | Compiling wyz v0.5.1 |
2258 | 2025-01-24T19:24:39.631Z | Compiling r2d2 v0.8.10 |
2259 | 2025-01-24T19:24:40.273Z | Compiling phf_generator v0.11.2 |
2260 | 2025-01-24T19:24:40.488Z | Compiling ascii-canvas v3.0.0 |
2261 | 2025-01-24T19:24:40.580Z | Compiling secrecy v0.8.0 |
2262 | 2025-01-24T19:24:40.858Z | Compiling async-recursion v1.1.1 |
2263 | 2025-01-24T19:24:40.915Z | Compiling ena v0.14.3 |
2264 | 2025-01-24T19:24:41.323Z | Compiling packed_struct v0.10.1 |
2265 | 2025-01-24T19:24:41.504Z | Compiling crc-catalog v2.4.0 |
2266 | 2025-01-24T19:24:41.695Z | Compiling diff v0.1.13 |
2267 | 2025-01-24T19:24:41.752Z | Compiling arc-swap v1.7.1 |
2268 | 2025-01-24T19:24:42.189Z | Compiling regex-syntax v0.6.29 |
2269 | 2025-01-24T19:24:42.225Z | Compiling funty v2.0.0 |
2270 | 2025-01-24T19:24:42.404Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2271 | 2025-01-24T19:24:42.458Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2272 | 2025-01-24T19:24:42.770Z | Compiling slog-scope v4.4.0 |
2273 | 2025-01-24T19:24:43.030Z | Compiling crc v3.2.1 |
2274 | 2025-01-24T19:24:43.577Z | Compiling bitvec v1.0.1 |
2275 | 2025-01-24T19:24:44.937Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2276 | 2025-01-24T19:24:45.058Z | Compiling phf_codegen v0.11.2 |
2277 | 2025-01-24T19:24:45.415Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2278 | 2025-01-24T19:24:46.468Z | Compiling lalrpop v0.19.12 |
2279 | 2025-01-24T19:24:47.105Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2280 | 2025-01-24T19:24:47.337Z | Compiling universal-hash v0.5.1 |
2281 | 2025-01-24T19:24:47.608Z | Compiling thiserror-impl-no-std v2.0.2 |
2282 | 2025-01-24T19:24:47.908Z | Compiling packed_struct_codegen v0.10.1 |
2283 | 2025-01-24T19:24:49.841Z | Compiling diesel v2.2.6 |
2284 | 2025-01-24T19:24:50.147Z | Compiling parse-zoneinfo v0.3.1 |
2285 | 2025-01-24T19:24:50.201Z | Compiling indexmap v1.9.3 |
2286 | 2025-01-24T19:24:50.548Z | Compiling unicase v2.7.0 |
2287 | 2025-01-24T19:24:50.901Z | Compiling opaque-debug v0.3.1 |
2288 | 2025-01-24T19:24:51.034Z | Compiling nodrop v0.1.14 |
2289 | 2025-01-24T19:24:51.194Z | Compiling ref-cast v1.0.23 |
2290 | 2025-01-24T19:24:51.502Z | Compiling array-init v0.0.4 |
2291 | 2025-01-24T19:24:51.755Z | Compiling poly1305 v0.8.0 |
2292 | 2025-01-24T19:24:52.496Z | Compiling chrono-tz-build v0.4.0 |
2293 | 2025-01-24T19:24:53.601Z | Compiling thiserror-no-std v2.0.2 |
2294 | 2025-01-24T19:24:53.751Z | Compiling smallvec v0.6.14 |
2295 | 2025-01-24T19:24:54.233Z | Compiling slog-stdlog v4.1.1 |
2296 | 2025-01-24T19:24:55.597Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2297 | 2025-01-24T19:24:55.914Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2298 | 2025-01-24T19:24:56.230Z | Compiling derive_builder_core v0.20.2 |
2299 | 2025-01-24T19:24:57.332Z | Compiling chacha20 v0.9.1 |
2300 | 2025-01-24T19:24:57.856Z | Compiling headers-core v0.3.0 |
2301 | 2025-01-24T19:24:58.063Z | Compiling aead v0.5.2 |
2302 | 2025-01-24T19:24:58.245Z | Compiling libxml v0.3.3 |
2303 | 2025-01-24T19:24:58.426Z | Compiling ref-cast-impl v1.0.23 |
2304 | 2025-01-24T19:24:58.627Z | Compiling vte_generate_state_changes v0.1.2 |
2305 | 2025-01-24T19:24:59.217Z | Compiling hashbrown v0.12.3 |
2306 | 2025-01-24T19:24:59.528Z | Compiling bitfield v0.14.0 |
2307 | 2025-01-24T19:24:59.836Z | Compiling termcolor v1.4.1 |
2308 | 2025-01-24T19:25:00.891Z | Compiling env_logger v0.10.2 |
2309 | 2025-01-24T19:25:01.518Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2310 | 2025-01-24T19:25:04.146Z | Compiling vte v0.11.1 |
2311 | 2025-01-24T19:25:05.715Z | Compiling chacha20poly1305 v0.10.1 |
2312 | 2025-01-24T19:25:05.988Z | Compiling derive_builder_macro v0.20.2 |
2313 | 2025-01-24T19:25:06.857Z | Compiling headers v0.4.0 |
2314 | 2025-01-24T19:25:09.380Z | Compiling polar-core v0.27.3 |
2315 | 2025-01-24T19:25:10.531Z | Compiling slog-envlogger v2.2.0 |
2316 | 2025-01-24T19:25:11.695Z | Compiling serde-hex v0.1.0 |
2317 | 2025-01-24T19:25:13.160Z | Compiling vsss-rs v3.3.4 |
2318 | 2025-01-24T19:25:16.766Z | Compiling chrono-tz v0.10.1 |
2319 | 2025-01-24T19:25:17.263Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2320 | 2025-01-24T19:25:17.414Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2321 | 2025-01-24T19:25:17.746Z | Compiling ron v0.8.1 |
2322 | 2025-01-24T19:25:20.192Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2323 | 2025-01-24T19:25:20.506Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2324 | 2025-01-24T19:25:21.909Z | Compiling hashbrown v0.13.2 |
2325 | 2025-01-24T19:25:23.225Z | Compiling strum_macros v0.24.3 |
2326 | 2025-01-24T19:25:23.432Z | Compiling fxhash v0.2.1 |
2327 | 2025-01-24T19:25:23.673Z | Compiling samael v0.0.17 |
2328 | 2025-01-24T19:25:24.808Z | Compiling bumpalo v3.16.0 |
2329 | 2025-01-24T19:25:25.261Z | Compiling simd-adler32 v0.3.7 |
2330 | 2025-01-24T19:25:25.391Z | Compiling indoc v1.0.9 |
2331 | 2025-01-24T19:25:26.228Z | Compiling lockfree-object-pool v0.1.6 |
2332 | 2025-01-24T19:25:26.248Z | Compiling zip v2.1.3 |
2333 | 2025-01-24T19:25:26.520Z | Compiling bytecount v0.6.8 |
2334 | 2025-01-24T19:25:26.541Z | Compiling crc-any v2.5.0 |
2335 | 2025-01-24T19:25:26.618Z | Compiling zopfli v0.8.1 |
2336 | 2025-01-24T19:25:26.765Z | Compiling papergrid v0.11.0 |
2337 | 2025-01-24T19:25:27.503Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2338 | 2025-01-24T19:25:36.278Z | Compiling object v0.30.4 |
2339 | 2025-01-24T19:25:36.579Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2340 | 2025-01-24T19:25:39.705Z | Compiling derive_builder v0.20.2 |
2341 | 2025-01-24T19:25:40.248Z | Compiling strip-ansi-escapes v0.2.0 |
2342 | 2025-01-24T19:25:41.277Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2343 | 2025-01-24T19:25:41.609Z | Compiling tabled_derive v0.7.0 |
2344 | 2025-01-24T19:25:42.145Z | Compiling fd-lock v4.0.2 |
2345 | 2025-01-24T19:25:42.405Z | Compiling peg-macros v0.8.4 |
2346 | 2025-01-24T19:25:43.710Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2347 | 2025-01-24T19:25:44.310Z | Compiling kstat-rs v0.2.4 |
2348 | 2025-01-24T19:25:44.674Z | Compiling oso-derive v0.27.3 |
2349 | 2025-01-24T19:25:45.196Z | Compiling impl-trait-for-tuples v0.2.2 |
2350 | 2025-01-24T19:25:45.611Z | Compiling quick-xml v0.33.0 |
2351 | 2025-01-24T19:25:45.615Z | Compiling diesel-dtrace v0.4.2 |
2352 | 2025-01-24T19:25:45.947Z | Compiling nu-ansi-term v0.50.1 |
2353 | 2025-01-24T19:25:47.258Z | Compiling path-slash v0.1.5 |
2354 | 2025-01-24T19:25:47.536Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2355 | 2025-01-24T19:25:48.465Z | Compiling reedline v0.35.0 |
2356 | 2025-01-24T19:25:51.324Z | Compiling oso v0.27.3 |
2357 | 2025-01-24T19:25:54.389Z | Compiling peg v0.8.4 |
2358 | 2025-01-24T19:25:54.562Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2359 | 2025-01-24T19:25:58.436Z | Compiling tabled v0.15.0 |
2360 | 2025-01-24T19:26:02.977Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2361 | 2025-01-24T19:26:14.947Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2362 | 2025-01-24T19:26:16.511Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2363 | 2025-01-24T19:26:17.936Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2364 | 2025-01-24T19:26:18.309Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2365 | 2025-01-24T19:26:18.636Z | Compiling pem v3.0.4 |
2366 | 2025-01-24T19:26:20.127Z | Compiling bb8 v0.8.5 |
2367 | 2025-01-24T19:26:20.759Z | Compiling bcs v0.1.6 |
2368 | 2025-01-24T19:26:21.634Z | Compiling libz-sys v1.1.20 |
2369 | 2025-01-24T19:26:22.322Z | Compiling termtree v0.5.1 |
2370 | 2025-01-24T19:26:22.413Z | Compiling parking_lot_core v0.8.6 |
2371 | 2025-01-24T19:26:23.079Z | Compiling async-bb8-diesel v0.2.1 |
2372 | 2025-01-24T19:26:23.901Z | Compiling mime_guess v2.0.5 |
2373 | 2025-01-24T19:26:25.668Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2374 | 2025-01-24T19:26:28.691Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2375 | 2025-01-24T19:26:28.828Z | Compiling buf-list v1.0.3 |
2376 | 2025-01-24T19:26:31.008Z | Compiling nibble_vec v0.1.0 |
2377 | 2025-01-24T19:26:31.279Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2378 | 2025-01-24T19:26:32.051Z | Compiling pin-project-internal v1.1.6 |
2379 | 2025-01-24T19:26:33.713Z | Compiling atty v0.2.14 |
2380 | 2025-01-24T19:26:33.913Z | Compiling salty v0.3.0 |
2381 | 2025-01-24T19:26:34.339Z | Compiling http-range v0.1.5 |
2382 | 2025-01-24T19:26:34.724Z | Compiling endian-type v0.1.2 |
2383 | 2025-01-24T19:26:34.920Z | Compiling pin-project v1.1.6 |
2384 | 2025-01-24T19:26:34.980Z | Compiling radix_trie v0.2.1 |
2385 | 2025-01-24T19:26:35.816Z | Compiling parking_lot v0.11.2 |
2386 | 2025-01-24T19:26:40.442Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2387 | 2025-01-24T19:26:40.541Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2388 | 2025-01-24T19:26:42.665Z | Compiling snafu-derive v0.8.5 |
2389 | 2025-01-24T19:26:44.875Z | Compiling hyper-staticfile v0.10.1 |
2390 | 2025-01-24T19:26:46.771Z | Compiling sled v0.34.7 |
2391 | 2025-01-24T19:26:46.950Z | Compiling snafu v0.8.5 |
2392 | 2025-01-24T19:26:47.792Z | Compiling hickory-client v0.24.2 |
2393 | 2025-01-24T19:26:50.322Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2394 | 2025-01-24T19:26:53.019Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2395 | 2025-01-24T19:26:55.138Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2396 | 2025-01-24T19:27:03.766Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2397 | 2025-01-24T19:27:18.124Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2398 | 2025-01-24T19:27:19.371Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2399 | 2025-01-24T19:27:20.484Z | Compiling globset v0.4.15 |
2400 | 2025-01-24T19:27:20.988Z | Compiling hickory-server v0.24.2 |
2401 | 2025-01-24T19:27:23.510Z | Compiling primeorder v0.13.6 |
2402 | 2025-01-24T19:27:23.910Z | Compiling olpc-cjson v0.1.4 |
2403 | 2025-01-24T19:27:24.108Z | Compiling castaway v0.2.3 |
2404 | 2025-01-24T19:27:24.253Z | Compiling vergen v8.3.2 |
2405 | 2025-01-24T19:27:24.306Z | Compiling env_filter v0.1.2 |
2406 | 2025-01-24T19:27:24.583Z | Compiling cargo-platform v0.1.8 |
2407 | 2025-01-24T19:27:25.068Z | Compiling serde_plain v1.0.2 |
2408 | 2025-01-24T19:27:25.356Z | Compiling nanorand v0.7.0 |
2409 | 2025-01-24T19:27:25.626Z | Compiling memoffset v0.9.1 |
2410 | 2025-01-24T19:27:25.834Z | Compiling typed-path v0.9.3 |
2411 | 2025-01-24T19:27:26.006Z | Compiling flume v0.11.1 |
2412 | 2025-01-24T19:27:26.168Z | Compiling git2 v0.19.0 |
2413 | 2025-01-24T19:27:26.795Z | Compiling cargo_metadata v0.18.1 |
2414 | 2025-01-24T19:27:27.819Z | Compiling env_logger v0.11.5 |
2415 | 2025-01-24T19:27:29.253Z | Compiling tough v0.19.0 |
2416 | 2025-01-24T19:27:29.775Z | Compiling compact_str v0.8.0 |
2417 | 2025-01-24T19:27:32.259Z | Compiling p384 v0.13.0 |
2418 | 2025-01-24T19:27:32.580Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2419 | 2025-01-24T19:27:32.710Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2420 | 2025-01-24T19:27:34.488Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2421 | 2025-01-24T19:27:36.127Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2422 | 2025-01-24T19:27:37.316Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2423 | 2025-01-24T19:27:39.142Z | Compiling unicode-truncate v1.1.0 |
2424 | 2025-01-24T19:27:39.454Z | Compiling lru v0.12.5 |
2425 | 2025-01-24T19:27:39.831Z | Compiling rand_seeder v0.3.0 |
2426 | 2025-01-24T19:27:40.267Z | Compiling libsqlite3-sys v0.30.1 |
2427 | 2025-01-24T19:27:40.825Z | Compiling lzma-sys v0.1.20 |
2428 | 2025-01-24T19:27:41.562Z | Compiling instability v0.3.2 |
2429 | 2025-01-24T19:27:42.335Z | Compiling cfg_aliases v0.2.1 |
2430 | 2025-01-24T19:27:42.469Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2431 | 2025-01-24T19:27:42.573Z | Compiling rustls v0.21.12 |
2432 | 2025-01-24T19:27:42.832Z | Compiling cassowary v0.3.0 |
2433 | 2025-01-24T19:27:42.909Z | Compiling parse-size v1.1.0 |
2434 | 2025-01-24T19:27:43.189Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2435 | 2025-01-24T19:27:43.309Z | Compiling ratatui v0.28.1 |
2436 | 2025-01-24T19:27:44.246Z | Compiling nix v0.29.0 |
2437 | 2025-01-24T19:27:45.173Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2438 | 2025-01-24T19:27:45.415Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2439 | 2025-01-24T19:27:46.535Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2440 | 2025-01-24T19:27:46.980Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2441 | 2025-01-24T19:27:47.678Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2442 | 2025-01-24T19:27:48.003Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2443 | 2025-01-24T19:27:51.733Z | Compiling rustls-webpki v0.101.7 |
2444 | 2025-01-24T19:27:51.874Z | Compiling sct v0.7.1 |
2445 | 2025-01-24T19:27:52.367Z | Compiling heck v0.3.3 |
2446 | 2025-01-24T19:27:52.719Z | Compiling csv-core v0.1.11 |
2447 | 2025-01-24T19:27:53.628Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2448 | 2025-01-24T19:27:53.979Z | Compiling glob v0.3.1 |
2449 | 2025-01-24T19:27:55.670Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2450 | 2025-01-24T19:27:55.836Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2451 | 2025-01-24T19:27:56.026Z | Compiling csv v1.3.0 |
2452 | 2025-01-24T19:27:56.056Z | Compiling zone_cfg_derive v0.1.2 |
2453 | 2025-01-24T19:27:58.231Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2454 | 2025-01-24T19:28:02.199Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2455 | 2025-01-24T19:28:02.651Z | Compiling nix v0.27.1 |
2456 | 2025-01-24T19:28:03.490Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2457 | 2025-01-24T19:28:03.511Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2458 | 2025-01-24T19:28:06.115Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2459 | 2025-01-24T19:28:10.220Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2460 | 2025-01-24T19:28:14.064Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2461 | 2025-01-24T19:28:14.425Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2462 | 2025-01-24T19:28:15.222Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2463 | 2025-01-24T19:28:15.547Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2464 | 2025-01-24T19:28:15.876Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2465 | 2025-01-24T19:28:16.204Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2466 | 2025-01-24T19:28:17.328Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2467 | 2025-01-24T19:28:17.456Z | Compiling tungstenite v0.23.0 |
2468 | 2025-01-24T19:28:17.481Z | Compiling hashlink v0.9.1 |
2469 | 2025-01-24T19:28:18.043Z | Compiling fallible-streaming-iterator v0.1.9 |
2470 | 2025-01-24T19:28:18.180Z | Compiling fallible-iterator v0.3.0 |
2471 | 2025-01-24T19:28:18.315Z | Compiling base64 v0.13.1 |
2472 | 2025-01-24T19:28:18.942Z | Compiling rusqlite v0.32.1 |
2473 | 2025-01-24T19:28:19.103Z | Compiling ron v0.7.1 |
2474 | 2025-01-24T19:28:19.886Z | Compiling tokio-tungstenite v0.23.1 |
2475 | 2025-01-24T19:28:20.536Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2476 | 2025-01-24T19:28:21.253Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2477 | 2025-01-24T19:28:23.442Z | Compiling xz2 v0.1.7 |
2478 | 2025-01-24T19:28:24.067Z | Compiling tokio-rustls v0.24.1 |
2479 | 2025-01-24T19:28:24.467Z | Compiling zone v0.1.8 |
2480 | 2025-01-24T19:28:27.886Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2481 | 2025-01-24T19:28:29.370Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2482 | 2025-01-24T19:28:29.501Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2483 | 2025-01-24T19:28:32.192Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2484 | 2025-01-24T19:28:34.023Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2485 | 2025-01-24T19:28:41.147Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2486 | 2025-01-24T19:28:42.721Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2487 | 2025-01-24T19:28:45.811Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2488 | 2025-01-24T19:28:46.074Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2489 | 2025-01-24T19:28:46.084Z | Compiling rustls-pemfile v1.0.4 |
2490 | 2025-01-24T19:28:46.849Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2491 | 2025-01-24T19:28:47.181Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2492 | 2025-01-24T19:28:47.381Z | Compiling signal-hook-tokio v0.3.1 |
2493 | 2025-01-24T19:28:47.626Z | Compiling twox-hash v1.6.3 |
2494 | 2025-01-24T19:28:47.763Z | Compiling yasna v0.5.2 |
2495 | 2025-01-24T19:28:48.637Z | Compiling unicode-linebreak v0.1.5 |
2496 | 2025-01-24T19:28:49.222Z | Compiling smawk v0.3.2 |
2497 | 2025-01-24T19:28:49.516Z | Compiling is_ci v1.2.0 |
2498 | 2025-01-24T19:28:49.850Z | Compiling supports-color v3.0.1 |
2499 | 2025-01-24T19:28:50.307Z | Compiling textwrap v0.16.1 |
2500 | 2025-01-24T19:28:50.437Z | Compiling rcgen v0.12.1 |
2501 | 2025-01-24T19:28:50.989Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2502 | 2025-01-24T19:28:54.631Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2503 | 2025-01-24T19:29:00.645Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2504 | 2025-01-24T19:29:03.707Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2505 | 2025-01-24T19:29:04.479Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2506 | 2025-01-24T19:29:13.631Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2507 | 2025-01-24T19:29:18.594Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2508 | 2025-01-24T19:29:21.710Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2509 | 2025-01-24T19:29:31.557Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2510 | 2025-01-24T19:29:32.145Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2511 | 2025-01-24T19:29:38.798Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2512 | 2025-01-24T19:29:39.133Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2513 | 2025-01-24T19:29:39.427Z | Compiling fatfs v0.3.6 |
2514 | 2025-01-24T19:29:41.039Z | Compiling rtoolbox v0.0.2 |
2515 | 2025-01-24T19:29:41.497Z | Compiling subprocess v0.2.9 |
2516 | 2025-01-24T19:29:42.130Z | Compiling assert_matches v1.5.0 |
2517 | 2025-01-24T19:29:42.269Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2518 | 2025-01-24T19:29:46.182Z | Compiling rpassword v7.3.1 |
2519 | 2025-01-24T19:29:46.688Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2520 | 2025-01-24T19:29:49.238Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2521 | 2025-01-24T19:29:49.833Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2522 | 2025-01-24T19:29:56.255Z | Compiling tui-tree-widget v0.22.0 |
2523 | 2025-01-24T19:29:56.747Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2524 | 2025-01-24T19:30:01.827Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2525 | 2025-01-24T19:30:02.195Z | Compiling uzers v0.12.1 |
2526 | 2025-01-24T19:30:05.374Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2527 | 2025-01-24T19:30:10.028Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2528 | 2025-01-24T19:30:11.900Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2529 | 2025-01-24T19:30:39.337Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2530 | 2025-01-24T19:30:40.019Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2531 | 2025-01-24T19:30:44.725Z | Compiling multimap v0.10.0 |
2532 | 2025-01-24T19:33:10.716Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2533 | 2025-01-24T19:33:21.413Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2534 | 2025-01-24T19:40:22.908Z | Finished `release` profile [optimized] target(s) in 16m 46s |
2535 | 2025-01-24T19:41:26.832Z | |
2536 | 2025-01-24T19:41:26.835Z | real 17:51.554328070 |
2537 | 2025-01-24T19:41:26.835Z | user 2:05:21.344924982 |
2538 | 2025-01-24T19:41:26.835Z | sys 3:15.756814917 |
2539 | 2025-01-24T19:41:26.835Z | trap 3.169170642 |
2540 | 2025-01-24T19:41:26.835Z | tflt 2.806162755 |
2541 | 2025-01-24T19:41:26.835Z | dflt 4.482323880 |
2542 | 2025-01-24T19:41:26.835Z | kflt 0.015266520 |
2543 | 2025-01-24T19:41:26.835Z | lock 7:31:01.309415351 |
2544 | 2025-01-24T19:41:26.835Z | slp 6:27:39.759274869 |
2545 | 2025-01-24T19:41:26.835Z | lat 3:20.986912083 |
2546 | 2025-01-24T19:41:26.835Z | stop 2:51.249075898 |
2547 | 2025-01-24T19:41:26.835Z | + mapfile -t packages |
2548 | 2025-01-24T19:41:26.836Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2549 | 2025-01-24T19:41:27.903Z | Finished `release` profile [optimized] target(s) in 1.01s |
2550 | 2025-01-24T19:41:27.973Z | Running `target/release/omicron-package -t test list-outputs` |
2551 | 2025-01-24T19:41:28.024Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2552 | 2025-01-24T19:41:28.027Z | + ptime -m cargo build --locked --release -p xtask |
2553 | 2025-01-24T19:41:28.597Z | Compiling serde v1.0.217 |
2554 | 2025-01-24T19:41:28.605Z | Compiling serde_json v1.0.135 |
2555 | 2025-01-24T19:41:28.605Z | Compiling rustix v0.38.37 |
2556 | 2025-01-24T19:41:28.605Z | Compiling libc v0.2.169 |
2557 | 2025-01-24T19:41:28.605Z | Compiling syn v2.0.96 |
2558 | 2025-01-24T19:41:28.691Z | Compiling bitflags v2.6.0 |
2559 | 2025-01-24T19:41:29.014Z | Compiling usdt-impl v0.5.0 |
2560 | 2025-01-24T19:41:29.065Z | Compiling syn v1.0.109 |
2561 | 2025-01-24T19:41:29.207Z | Compiling hashbrown v0.15.1 |
2562 | 2025-01-24T19:41:29.254Z | Compiling log v0.4.22 |
2563 | 2025-01-24T19:41:29.508Z | Compiling fs-err v2.11.0 |
2564 | 2025-01-24T19:41:29.690Z | Compiling once_cell v1.20.2 |
2565 | 2025-01-24T19:41:29.813Z | Compiling anyhow v1.0.95 |
2566 | 2025-01-24T19:41:30.119Z | Compiling thread-id v4.2.2 |
2567 | 2025-01-24T19:41:30.421Z | Compiling indexmap v2.7.0 |
2568 | 2025-01-24T19:41:31.497Z | Compiling terminal_size v0.4.0 |
2569 | 2025-01-24T19:41:31.497Z | Compiling tempfile v3.13.0 |
2570 | 2025-01-24T19:41:31.725Z | Compiling clap_builder v4.5.21 |
2571 | 2025-01-24T19:41:32.255Z | Compiling proc-macro-error v1.0.4 |
2572 | 2025-01-24T19:41:33.230Z | Compiling tabled_derive v0.7.0 |
2573 | 2025-01-24T19:41:34.324Z | Compiling tabled v0.15.0 |
2574 | 2025-01-24T19:41:35.095Z | Compiling serde_derive v1.0.217 |
2575 | 2025-01-24T19:41:35.095Z | Compiling thiserror-impl v1.0.69 |
2576 | 2025-01-24T19:41:35.098Z | Compiling zerocopy-derive v0.7.35 |
2577 | 2025-01-24T19:41:35.098Z | Compiling scroll_derive v0.12.0 |
2578 | 2025-01-24T19:41:35.098Z | Compiling clap_derive v4.5.18 |
2579 | 2025-01-24T19:41:36.492Z | Compiling scroll v0.12.0 |
2580 | 2025-01-24T19:41:36.939Z | Compiling zerocopy v0.7.35 |
2581 | 2025-01-24T19:41:37.134Z | Compiling goblin v0.8.2 |
2582 | 2025-01-24T19:41:37.762Z | Compiling thiserror v1.0.69 |
2583 | 2025-01-24T19:41:37.942Z | Compiling pest v2.7.14 |
2584 | 2025-01-24T19:41:40.969Z | Compiling pest_meta v2.7.14 |
2585 | 2025-01-24T19:41:41.057Z | Compiling clap v4.5.21 |
2586 | 2025-01-24T19:41:42.389Z | Compiling pest_generator v2.7.14 |
2587 | 2025-01-24T19:41:44.738Z | Compiling pest_derive v2.7.14 |
2588 | 2025-01-24T19:41:45.525Z | Compiling dtrace-parser v0.2.0 |
2589 | 2025-01-24T19:41:49.527Z | Compiling toml_datetime v0.6.8 |
2590 | 2025-01-24T19:41:49.629Z | Compiling serde_spanned v0.6.8 |
2591 | 2025-01-24T19:41:49.996Z | Compiling serde_tokenstream v0.2.2 |
2592 | 2025-01-24T19:41:50.249Z | Compiling toml_edit v0.22.22 |
2593 | 2025-01-24T19:41:50.570Z | Compiling dof v0.3.0 |
2594 | 2025-01-24T19:41:53.144Z | Compiling camino v1.1.9 |
2595 | 2025-01-24T19:41:54.342Z | Compiling toml v0.8.19 |
2596 | 2025-01-24T19:41:54.460Z | Compiling cargo-platform v0.1.8 |
2597 | 2025-01-24T19:41:54.479Z | Compiling usdt-attr-macro v0.5.0 |
2598 | 2025-01-24T19:41:55.550Z | Compiling usdt-macro v0.5.0 |
2599 | 2025-01-24T19:41:55.823Z | Compiling semver v1.0.24 |
2600 | 2025-01-24T19:41:56.439Z | Compiling cargo_metadata v0.18.1 |
2601 | 2025-01-24T19:41:56.763Z | Compiling usdt v0.5.0 |
2602 | 2025-01-24T19:41:57.304Z | Compiling cargo_toml v0.20.5 |
2603 | 2025-01-24T19:41:58.246Z | Compiling camino-tempfile v1.1.1 |
2604 | 2025-01-24T19:41:59.052Z | Compiling macaddr v1.0.1 |
2605 | 2025-01-24T19:42:11.682Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2606 | 2025-01-24T19:42:22.644Z | Finished `release` profile [optimized] target(s) in 54.56s |
2607 | 2025-01-24T19:42:22.756Z | |
2608 | 2025-01-24T19:42:22.756Z | real 54.701893744 |
2609 | 2025-01-24T19:42:22.756Z | user 5:43.793675505 |
2610 | 2025-01-24T19:42:22.759Z | sys 18.397896108 |
2611 | 2025-01-24T19:42:22.759Z | trap 0.160697005 |
2612 | 2025-01-24T19:42:22.759Z | tflt 0.282116584 |
2613 | 2025-01-24T19:42:22.759Z | dflt 0.246625377 |
2614 | 2025-01-24T19:42:22.759Z | kflt 0.000022040 |
2615 | 2025-01-24T19:42:22.759Z | lock 10:40.365535052 |
2616 | 2025-01-24T19:42:22.759Z | slp 16:22.911125540 |
2617 | 2025-01-24T19:42:22.759Z | lat 15.224912491 |
2618 | 2025-01-24T19:42:22.759Z | stop 17.610202260 |
2619 | 2025-01-24T19:42:22.759Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2620 | 2025-01-24T19:42:22.759Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2621 | 2025-01-24T19:42:22.759Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2622 | 2025-01-24T19:42:22.759Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2623 | 2025-01-24T19:42:22.759Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2624 | 2025-01-24T19:42:23.618Z | Compiling hashbrown v0.14.5 |
2625 | 2025-01-24T19:42:23.751Z | Compiling thiserror v2.0.11 |
2626 | 2025-01-24T19:42:23.764Z | Compiling thiserror-impl v2.0.11 |
2627 | 2025-01-24T19:42:23.766Z | Compiling ident_case v1.0.1 |
2628 | 2025-01-24T19:42:23.793Z | Compiling unsafe-libyaml v0.2.11 |
2629 | 2025-01-24T19:42:23.812Z | Compiling ipnetwork v0.20.0 |
2630 | 2025-01-24T19:42:23.814Z | Compiling progenitor-client v0.9.1 |
2631 | 2025-01-24T19:42:23.814Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2632 | 2025-01-24T19:42:23.975Z | Compiling darling_core v0.20.10 |
2633 | 2025-01-24T19:42:24.304Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2634 | 2025-01-24T19:42:24.373Z | Compiling macaddr v1.0.1 |
2635 | 2025-01-24T19:42:24.595Z | Compiling progenitor-client v0.8.0 |
2636 | 2025-01-24T19:42:24.691Z | Compiling regress v0.10.1 |
2637 | 2025-01-24T19:42:24.773Z | Compiling instant v0.1.13 |
2638 | 2025-01-24T19:42:24.825Z | Compiling structmeta-derive v0.3.0 |
2639 | 2025-01-24T19:42:24.930Z | Compiling dropshot v0.15.1 |
2640 | 2025-01-24T19:42:25.003Z | Compiling regress v0.9.1 |
2641 | 2025-01-24T19:42:25.065Z | Compiling serde_yaml v0.9.34+deprecated |
2642 | 2025-01-24T19:42:25.315Z | Compiling dropshot_endpoint v0.15.1 |
2643 | 2025-01-24T19:42:25.645Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2644 | 2025-01-24T19:42:26.942Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2645 | 2025-01-24T19:42:27.263Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2646 | 2025-01-24T19:42:27.481Z | Compiling structmeta v0.3.0 |
2647 | 2025-01-24T19:42:27.905Z | Compiling parse-display-derive v0.10.0 |
2648 | 2025-01-24T19:42:27.945Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2649 | 2025-01-24T19:42:28.038Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2650 | 2025-01-24T19:42:28.247Z | Compiling backoff v0.4.0 |
2651 | 2025-01-24T19:42:28.412Z | Compiling typify-impl v0.2.0 |
2652 | 2025-01-24T19:42:28.626Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2653 | 2025-01-24T19:42:28.733Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2654 | 2025-01-24T19:42:28.929Z | Compiling tempfile v3.13.0 |
2655 | 2025-01-24T19:42:29.401Z | Compiling proc-macro-crate v1.3.1 |
2656 | 2025-01-24T19:42:29.527Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2657 | 2025-01-24T19:42:29.747Z | Compiling typify-impl v0.3.0 |
2658 | 2025-01-24T19:42:29.917Z | Compiling itertools v0.13.0 |
2659 | 2025-01-24T19:42:29.992Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2660 | 2025-01-24T19:42:30.103Z | Compiling darling_macro v0.20.10 |
2661 | 2025-01-24T19:42:30.299Z | Compiling zerocopy v0.8.10 |
2662 | 2025-01-24T19:42:30.360Z | Compiling num_enum_derive v0.5.11 |
2663 | 2025-01-24T19:42:31.029Z | Compiling darling v0.20.10 |
2664 | 2025-01-24T19:42:31.170Z | Compiling serde_with_macros v3.11.0 |
2665 | 2025-01-24T19:42:31.250Z | Compiling foreign-types-macros v0.2.3 |
2666 | 2025-01-24T19:42:31.975Z | Compiling parse-display v0.10.0 |
2667 | 2025-01-24T19:42:32.612Z | Compiling zerocopy-derive v0.8.10 |
2668 | 2025-01-24T19:42:32.679Z | Compiling crucible-workspace-hack v0.1.0 |
2669 | 2025-01-24T19:42:32.805Z | Compiling num_enum v0.5.11 |
2670 | 2025-01-24T19:42:32.941Z | Compiling heapless v0.8.0 |
2671 | 2025-01-24T19:42:32.976Z | Compiling foreign-types-shared v0.3.1 |
2672 | 2025-01-24T19:42:33.034Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2673 | 2025-01-24T19:42:33.117Z | Compiling foreign-types v0.5.0 |
2674 | 2025-01-24T19:42:33.249Z | Compiling proc-macro-error v1.0.4 |
2675 | 2025-01-24T19:42:33.846Z | Compiling serde_with v3.11.0 |
2676 | 2025-01-24T19:42:34.009Z | Compiling camino-tempfile v1.1.1 |
2677 | 2025-01-24T19:42:34.058Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2678 | 2025-01-24T19:42:34.481Z | Compiling hash32 v0.3.1 |
2679 | 2025-01-24T19:42:34.751Z | Compiling cstr-argument v0.1.2 |
2680 | 2025-01-24T19:42:34.913Z | Compiling smoltcp v0.11.0 |
2681 | 2025-01-24T19:42:35.029Z | Compiling pretty-hex v0.2.1 |
2682 | 2025-01-24T19:42:35.257Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2683 | 2025-01-24T19:42:35.580Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2684 | 2025-01-24T19:42:35.609Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2685 | 2025-01-24T19:42:36.227Z | Compiling tabwriter v1.4.0 |
2686 | 2025-01-24T19:42:36.694Z | Compiling colored v2.1.0 |
2687 | 2025-01-24T19:42:36.794Z | Compiling cobs v0.2.3 |
2688 | 2025-01-24T19:42:37.125Z | Compiling postcard v1.0.10 |
2689 | 2025-01-24T19:42:37.393Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2690 | 2025-01-24T19:42:37.721Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2691 | 2025-01-24T19:42:37.878Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2692 | 2025-01-24T19:42:37.919Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2693 | 2025-01-24T19:42:38.270Z | Compiling smf v0.2.3 |
2694 | 2025-01-24T19:42:38.526Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2695 | 2025-01-24T19:42:38.894Z | Compiling zone_cfg_derive v0.3.0 |
2696 | 2025-01-24T19:42:39.055Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2697 | 2025-01-24T19:42:39.483Z | Compiling num-derive v0.4.2 |
2698 | 2025-01-24T19:42:39.504Z | Compiling sigpipe v0.1.3 |
2699 | 2025-01-24T19:42:39.653Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2700 | 2025-01-24T19:42:39.946Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2701 | 2025-01-24T19:42:40.014Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2702 | 2025-01-24T19:42:40.318Z | Compiling zone v0.3.0 |
2703 | 2025-01-24T19:42:40.715Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2704 | 2025-01-24T19:42:40.987Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2705 | 2025-01-24T19:42:41.451Z | Compiling universal-hash v0.5.1 |
2706 | 2025-01-24T19:42:41.671Z | Compiling opaque-debug v0.3.1 |
2707 | 2025-01-24T19:42:41.718Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2708 | 2025-01-24T19:42:41.782Z | Compiling tungstenite v0.21.0 |
2709 | 2025-01-24T19:42:41.803Z | Compiling num-rational v0.4.2 |
2710 | 2025-01-24T19:42:41.881Z | Compiling password-hash v0.5.0 |
2711 | 2025-01-24T19:42:42.606Z | Compiling num-complex v0.4.6 |
2712 | 2025-01-24T19:42:42.661Z | Compiling blake2 v0.10.6 |
2713 | 2025-01-24T19:42:42.881Z | Compiling aead v0.5.2 |
2714 | 2025-01-24T19:42:43.240Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2715 | 2025-01-24T19:42:43.271Z | Compiling convert_case v0.4.0 |
2716 | 2025-01-24T19:42:43.437Z | Compiling keccak v0.1.5 |
2717 | 2025-01-24T19:42:43.610Z | Compiling base64 v0.21.7 |
2718 | 2025-01-24T19:42:43.787Z | Compiling sha3 v0.10.8 |
2719 | 2025-01-24T19:42:43.790Z | Compiling typify-macro v0.2.0 |
2720 | 2025-01-24T19:42:43.984Z | Compiling num v0.4.3 |
2721 | 2025-01-24T19:42:44.096Z | Compiling derive_more v0.99.18 |
2722 | 2025-01-24T19:42:44.117Z | Compiling argon2 v0.5.3 |
2723 | 2025-01-24T19:42:44.304Z | Compiling tokio-tungstenite v0.21.0 |
2724 | 2025-01-24T19:42:44.814Z | Compiling poly1305 v0.8.0 |
2725 | 2025-01-24T19:42:44.861Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2726 | 2025-01-24T19:42:44.901Z | Compiling chacha20 v0.9.1 |
2727 | 2025-01-24T19:42:45.040Z | Compiling typify-macro v0.3.0 |
2728 | 2025-01-24T19:42:45.068Z | Compiling float-ord v0.3.2 |
2729 | 2025-01-24T19:42:45.260Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2730 | 2025-01-24T19:42:45.393Z | Compiling same-file v1.0.6 |
2731 | 2025-01-24T19:42:45.700Z | Compiling semver v0.1.20 |
2732 | 2025-01-24T19:42:45.729Z | Compiling walkdir v2.5.0 |
2733 | 2025-01-24T19:42:46.313Z | Compiling rustc_version v0.1.7 |
2734 | 2025-01-24T19:42:46.418Z | Compiling newline-converter v0.3.0 |
2735 | 2025-01-24T19:42:46.571Z | Compiling primeorder v0.13.6 |
2736 | 2025-01-24T19:42:46.620Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2737 | 2025-01-24T19:42:46.797Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2738 | 2025-01-24T19:42:46.872Z | Compiling secrecy v0.8.0 |
2739 | 2025-01-24T19:42:46.948Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2740 | 2025-01-24T19:42:47.127Z | Compiling owo-colors v4.1.0 |
2741 | 2025-01-24T19:42:47.161Z | Compiling cancel-safe-futures v0.1.5 |
2742 | 2025-01-24T19:42:47.258Z | Compiling newtype_derive v0.1.6 |
2743 | 2025-01-24T19:42:47.495Z | Compiling expectorate v1.1.0 |
2744 | 2025-01-24T19:42:47.571Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2745 | 2025-01-24T19:42:47.593Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2746 | 2025-01-24T19:42:47.700Z | Compiling thiserror-impl-no-std v2.0.2 |
2747 | 2025-01-24T19:42:47.741Z | Compiling typify v0.2.0 |
2748 | 2025-01-24T19:42:47.771Z | Compiling blake3 v1.5.4 |
2749 | 2025-01-24T19:42:47.874Z | Compiling progenitor-impl v0.8.0 |
2750 | 2025-01-24T19:42:47.897Z | Compiling half v2.4.1 |
2751 | 2025-01-24T19:42:48.102Z | Compiling unicase v2.7.0 |
2752 | 2025-01-24T19:42:48.420Z | Compiling ciborium-io v0.2.2 |
2753 | 2025-01-24T19:42:48.441Z | Compiling arc-swap v1.7.1 |
2754 | 2025-01-24T19:42:48.574Z | Compiling ciborium-ll v0.2.2 |
2755 | 2025-01-24T19:42:48.693Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2756 | 2025-01-24T19:42:48.951Z | Compiling typify v0.3.0 |
2757 | 2025-01-24T19:42:48.973Z | Compiling slog-scope v4.4.0 |
2758 | 2025-01-24T19:42:49.024Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2759 | 2025-01-24T19:42:49.100Z | Compiling progenitor-impl v0.9.1 |
2760 | 2025-01-24T19:42:49.451Z | Compiling polyval v0.6.2 |
2761 | 2025-01-24T19:42:49.895Z | Compiling atomicwrites v0.4.4 |
2762 | 2025-01-24T19:42:49.916Z | Compiling libsw v3.3.1 |
2763 | 2025-01-24T19:42:50.248Z | Compiling memmap2 v0.9.5 |
2764 | 2025-01-24T19:42:50.251Z | Compiling salty v0.3.0 |
2765 | 2025-01-24T19:42:50.442Z | Compiling thiserror-no-std v2.0.2 |
2766 | 2025-01-24T19:42:50.585Z | Compiling linear-map v1.2.0 |
2767 | 2025-01-24T19:42:50.693Z | Compiling constant_time_eq v0.3.1 |
2768 | 2025-01-24T19:42:50.715Z | Compiling arrayvec v0.7.6 |
2769 | 2025-01-24T19:42:50.899Z | Compiling arrayref v0.3.9 |
2770 | 2025-01-24T19:42:50.932Z | Compiling indent_write v2.2.0 |
2771 | 2025-01-24T19:42:51.015Z | Compiling parking_lot_core v0.8.6 |
2772 | 2025-01-24T19:42:51.018Z | Compiling libefi-sys v0.1.0 |
2773 | 2025-01-24T19:42:51.183Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2774 | 2025-01-24T19:42:51.294Z | Compiling vsss-rs v3.3.4 |
2775 | 2025-01-24T19:42:51.357Z | Compiling ghash v0.5.1 |
2776 | 2025-01-24T19:42:51.571Z | Compiling slog-stdlog v4.1.1 |
2777 | 2025-01-24T19:42:51.670Z | Compiling ciborium v0.2.2 |
2778 | 2025-01-24T19:42:52.525Z | Compiling p384 v0.13.0 |
2779 | 2025-01-24T19:42:52.682Z | Compiling toolchain_find v0.4.0 |
2780 | 2025-01-24T19:42:53.060Z | Compiling chacha20poly1305 v0.10.1 |
2781 | 2025-01-24T19:42:53.149Z | Compiling ctr v0.9.2 |
2782 | 2025-01-24T19:42:53.308Z | Compiling lzma-sys v0.1.20 |
2783 | 2025-01-24T19:42:53.351Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2784 | 2025-01-24T19:42:53.501Z | Compiling bitfield-struct v0.6.2 |
2785 | 2025-01-24T19:42:53.767Z | Compiling slog-dtrace v0.3.0 |
2786 | 2025-01-24T19:42:54.028Z | Compiling topological-sort v0.2.2 |
2787 | 2025-01-24T19:42:54.049Z | Compiling highway v1.2.0 |
2788 | 2025-01-24T19:42:54.270Z | Compiling omicron-zone-package v0.12.0 |
2789 | 2025-01-24T19:42:54.308Z | Compiling aes-gcm v0.10.3 |
2790 | 2025-01-24T19:42:54.618Z | Compiling rustfmt-wrapper v0.2.1 |
2791 | 2025-01-24T19:42:54.835Z | Compiling mime_guess v2.0.5 |
2792 | 2025-01-24T19:42:54.939Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2793 | 2025-01-24T19:42:54.961Z | Compiling slog-envlogger v2.2.0 |
2794 | 2025-01-24T19:42:55.102Z | Compiling progenitor-macro v0.8.0 |
2795 | 2025-01-24T19:42:55.204Z | Compiling steno v0.4.1 |
2796 | 2025-01-24T19:42:56.030Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2797 | 2025-01-24T19:42:56.081Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2798 | 2025-01-24T19:42:56.247Z | Compiling heck v0.3.3 |
2799 | 2025-01-24T19:42:56.456Z | Compiling progenitor-macro v0.9.1 |
2800 | 2025-01-24T19:42:56.599Z | Compiling ssh-encoding v0.2.0 |
2801 | 2025-01-24T19:42:56.640Z | Compiling blowfish v0.9.1 |
2802 | 2025-01-24T19:42:56.680Z | Compiling nibble_vec v0.1.0 |
2803 | 2025-01-24T19:42:56.914Z | Compiling env_filter v0.1.2 |
2804 | 2025-01-24T19:42:57.119Z | Compiling humantime v2.1.0 |
2805 | 2025-01-24T19:42:57.142Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2806 | 2025-01-24T19:42:57.220Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2807 | 2025-01-24T19:42:57.464Z | Compiling endian-type v0.1.2 |
2808 | 2025-01-24T19:42:57.558Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2809 | 2025-01-24T19:42:57.641Z | Compiling env_logger v0.11.5 |
2810 | 2025-01-24T19:42:57.671Z | Compiling radix_trie v0.2.1 |
2811 | 2025-01-24T19:42:57.703Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2812 | 2025-01-24T19:42:57.724Z | Compiling ssh-cipher v0.2.0 |
2813 | 2025-01-24T19:42:58.320Z | Compiling bcrypt-pbkdf v0.10.0 |
2814 | 2025-01-24T19:42:58.323Z | Compiling zone_cfg_derive v0.1.2 |
2815 | 2025-01-24T19:42:58.955Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2816 | 2025-01-24T19:42:59.113Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2817 | 2025-01-24T19:42:59.203Z | Compiling parking_lot v0.11.2 |
2818 | 2025-01-24T19:42:59.767Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2819 | 2025-01-24T19:42:59.809Z | Compiling password-hash v0.4.2 |
2820 | 2025-01-24T19:43:00.043Z | Compiling gethostname v0.5.0 |
2821 | 2025-01-24T19:43:00.170Z | Compiling fxhash v0.2.1 |
2822 | 2025-01-24T19:43:00.191Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2823 | 2025-01-24T19:43:00.242Z | Compiling lockfree-object-pool v0.1.6 |
2824 | 2025-01-24T19:43:00.303Z | Compiling simd-adler32 v0.3.7 |
2825 | 2025-01-24T19:43:00.385Z | Compiling base64 v0.13.1 |
2826 | 2025-01-24T19:43:00.485Z | Compiling http-range v0.1.5 |
2827 | 2025-01-24T19:43:00.539Z | Compiling zip v2.1.3 |
2828 | 2025-01-24T19:43:00.679Z | Compiling bumpalo v3.16.0 |
2829 | 2025-01-24T19:43:00.836Z | Compiling ron v0.7.1 |
2830 | 2025-01-24T19:43:00.904Z | Compiling sled v0.34.7 |
2831 | 2025-01-24T19:43:00.923Z | Compiling pbkdf2 v0.11.0 |
2832 | 2025-01-24T19:43:00.941Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2833 | 2025-01-24T19:43:01.147Z | Compiling zopfli v0.8.1 |
2834 | 2025-01-24T19:43:01.292Z | Compiling zone v0.1.8 |
2835 | 2025-01-24T19:43:01.595Z | Compiling xz2 v0.1.7 |
2836 | 2025-01-24T19:43:01.803Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2837 | 2025-01-24T19:43:02.752Z | Compiling ssh-key v0.6.6 |
2838 | 2025-01-24T19:43:02.810Z | Compiling hickory-client v0.24.2 |
2839 | 2025-01-24T19:43:03.169Z | Compiling p256 v0.13.2 |
2840 | 2025-01-24T19:43:03.383Z | Compiling p521 v0.13.3 |
2841 | 2025-01-24T19:43:03.949Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2842 | 2025-01-24T19:43:04.184Z | Compiling hickory-server v0.24.2 |
2843 | 2025-01-24T19:43:04.982Z | Compiling pem v3.0.4 |
2844 | 2025-01-24T19:43:05.730Z | Compiling yasna v0.5.2 |
2845 | 2025-01-24T19:43:05.751Z | Compiling headers-core v0.3.0 |
2846 | 2025-01-24T19:43:05.948Z | Compiling kstat-rs v0.2.4 |
2847 | 2025-01-24T19:43:06.561Z | Compiling nanorand v0.7.0 |
2848 | 2025-01-24T19:43:06.781Z | Compiling russh-cryptovec v0.7.3 |
2849 | 2025-01-24T19:43:07.052Z | Compiling atty v0.2.14 |
2850 | 2025-01-24T19:43:07.125Z | Compiling md5 v0.7.0 |
2851 | 2025-01-24T19:43:07.148Z | Compiling flume v0.11.1 |
2852 | 2025-01-24T19:43:07.223Z | Compiling rcgen v0.12.1 |
2853 | 2025-01-24T19:43:07.324Z | Compiling headers v0.4.0 |
2854 | 2025-01-24T19:43:07.651Z | Compiling russh-keys v0.45.0 |
2855 | 2025-01-24T19:43:07.905Z | Compiling progenitor v0.8.0 |
2856 | 2025-01-24T19:43:08.162Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2857 | 2025-01-24T19:43:08.658Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2858 | 2025-01-24T19:43:09.075Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2859 | 2025-01-24T19:43:09.291Z | Compiling progenitor v0.9.1 |
2860 | 2025-01-24T19:43:09.481Z | Compiling hyper-staticfile v0.10.1 |
2861 | 2025-01-24T19:43:09.539Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2862 | 2025-01-24T19:43:09.899Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2863 | 2025-01-24T19:43:10.082Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2864 | 2025-01-24T19:43:10.543Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2865 | 2025-01-24T19:43:11.087Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2866 | 2025-01-24T19:43:11.459Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2867 | 2025-01-24T19:43:12.198Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2868 | 2025-01-24T19:43:12.809Z | Compiling num-bigint v0.4.6 |
2869 | 2025-01-24T19:43:13.809Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2870 | 2025-01-24T19:43:15.030Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2871 | 2025-01-24T19:43:15.763Z | Compiling des v0.8.1 |
2872 | 2025-01-24T19:43:15.805Z | Compiling subprocess v0.2.9 |
2873 | 2025-01-24T19:43:16.102Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2874 | 2025-01-24T19:43:16.277Z | Compiling display-error-chain v0.2.2 |
2875 | 2025-01-24T19:43:16.496Z | Compiling hex-literal v0.4.1 |
2876 | 2025-01-24T19:43:16.680Z | Compiling russh v0.45.0 |
2877 | 2025-01-24T19:43:17.005Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2878 | 2025-01-24T19:43:17.625Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2879 | 2025-01-24T19:43:19.961Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2880 | 2025-01-24T19:43:20.452Z | Compiling internet-checksum v0.2.1 |
2881 | 2025-01-24T19:43:24.761Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2882 | 2025-01-24T19:43:24.764Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2883 | 2025-01-24T19:43:24.764Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2884 | 2025-01-24T19:43:24.764Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2885 | 2025-01-24T19:43:27.541Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2886 | 2025-01-24T19:43:28.034Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2887 | 2025-01-24T19:43:28.962Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2888 | 2025-01-24T19:43:29.117Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2889 | 2025-01-24T19:43:29.484Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2890 | 2025-01-24T19:43:30.020Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2891 | 2025-01-24T19:43:32.371Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2892 | 2025-01-24T19:43:32.490Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2893 | 2025-01-24T19:43:32.696Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2894 | 2025-01-24T19:43:33.535Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2895 | 2025-01-24T19:43:33.621Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2896 | 2025-01-24T19:43:34.217Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2897 | 2025-01-24T19:43:34.415Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2898 | 2025-01-24T19:43:35.899Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2899 | 2025-01-24T19:43:37.947Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2900 | 2025-01-24T19:43:38.643Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2901 | 2025-01-24T19:43:39.100Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2902 | 2025-01-24T19:43:39.615Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2903 | 2025-01-24T19:43:40.315Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2904 | 2025-01-24T19:43:44.806Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2905 | 2025-01-24T19:43:45.030Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2906 | 2025-01-24T19:43:45.292Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2907 | 2025-01-24T19:43:46.650Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2908 | 2025-01-24T19:43:47.181Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2909 | 2025-01-24T19:43:51.229Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2910 | 2025-01-24T19:43:59.445Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2911 | 2025-01-24T19:44:00.946Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2912 | 2025-01-24T19:44:23.152Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2913 | 2025-01-24T19:44:46.469Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 23s |
2914 | 2025-01-24T19:44:46.684Z | |
2915 | 2025-01-24T19:44:46.684Z | real 2:23.882917285 |
2916 | 2025-01-24T19:44:46.684Z | user 12:19.827886944 |
2917 | 2025-01-24T19:44:46.687Z | sys 1:34.873619672 |
2918 | 2025-01-24T19:44:46.687Z | trap 0.375184909 |
2919 | 2025-01-24T19:44:46.687Z | tflt 0.917746358 |
2920 | 2025-01-24T19:44:46.687Z | dflt 0.842932295 |
2921 | 2025-01-24T19:44:46.687Z | kflt 0.000045579 |
2922 | 2025-01-24T19:44:46.687Z | lock 22:48.380688742 |
2923 | 2025-01-24T19:44:46.687Z | slp 42:22.992562116 |
2924 | 2025-01-24T19:44:46.687Z | lat 39.011150901 |
2925 | 2025-01-24T19:44:46.687Z | stop 1:41.052228752 |
2926 | 2025-01-24T19:44:46.687Z | + mkdir tests |
2927 | 2025-01-24T19:44:46.690Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2928 | 2025-01-24T19:44:46.690Z | + xargs -I '{}' -t cp '{}' tests/ |
2929 | 2025-01-24T19:44:46.731Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-4d72ac0d0a27a912 tests/ |
2930 | 2025-01-24T19:44:46.757Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ce0c3730dcf0497e tests/ |
2931 | 2025-01-24T19:44:46.784Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-abb2ebc63376bf98 tests/ |
2932 | 2025-01-24T19:44:46.811Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-694936f7530bbbda tests/ |
2933 | 2025-01-24T19:44:47.091Z | + 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 | 2025-01-24T19:44:47.094Z | + 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-ce0c3730dcf0497e tests/commtest-abb2ebc63376bf98 tests/dhcp_server-4d72ac0d0a27a912 tests/end_to_end_tests-694936f7530bbbda 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 | 2025-01-24T19:46:00.746Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2936 | 2025-01-24T19:46:00.747Z | a .github/buildomat/ci-env.sh 1K |
2937 | 2025-01-24T19:46:00.747Z | a out/target/test 1K |
2938 | 2025-01-24T19:46:00.747Z | a out/npuzone/npuzone 23144K |
2939 | 2025-01-24T19:46:00.747Z | a package-manifest.toml 34K |
2940 | 2025-01-24T19:46:00.747Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2941 | 2025-01-24T19:46:00.747Z | a target/release/omicron-package 36015K |
2942 | 2025-01-24T19:46:00.747Z | a target/release/xtask 11908K |
2943 | 2025-01-24T19:46:00.748Z | a target/debug/bootstrap 220365K |
2944 | 2025-01-24T19:46:00.748Z | a tests/bootstrap-ce0c3730dcf0497e 24276K |
2945 | 2025-01-24T19:46:00.748Z | a tests/commtest-abb2ebc63376bf98 24769K |
2946 | 2025-01-24T19:46:00.748Z | a tests/dhcp_server-4d72ac0d0a27a912 24276K |
2947 | 2025-01-24T19:46:00.748Z | a tests/end_to_end_tests-694936f7530bbbda 282526K |
2948 | 2025-01-24T19:46:00.748Z | a out/clickhouse.tar.gz 294275K |
2949 | 2025-01-24T19:46:00.748Z | a out/clickhouse_keeper.tar.gz 281400K |
2950 | 2025-01-24T19:46:00.749Z | a out/clickhouse_server.tar.gz 294255K |
2951 | 2025-01-24T19:46:00.749Z | a out/cockroachdb.tar.gz 135001K |
2952 | 2025-01-24T19:46:00.749Z | a out/crucible-dtrace.tar 96K |
2953 | 2025-01-24T19:46:00.749Z | a out/crucible-pantry-zone.tar.gz 28545K |
2954 | 2025-01-24T19:46:00.749Z | a out/crucible-zone.tar.gz 36823K |
2955 | 2025-01-24T19:46:00.749Z | a out/external-dns.tar.gz 35465K |
2956 | 2025-01-24T19:46:00.749Z | a out/internal-dns.tar.gz 35465K |
2957 | 2025-01-24T19:46:00.749Z | a out/mg-ddm-gz.tar 63075K |
2958 | 2025-01-24T19:46:00.749Z | a out/nexus.tar.gz 100166K |
2959 | 2025-01-24T19:46:00.749Z | a out/ntp.tar.gz 10507K |
2960 | 2025-01-24T19:46:00.749Z | a out/omicron-gateway-softnpu.tar.gz 24137K |
2961 | 2025-01-24T19:46:00.749Z | a out/omicron-sled-agent.tar 114116K |
2962 | 2025-01-24T19:46:00.750Z | a out/overlay.tar.gz 3K |
2963 | 2025-01-24T19:46:00.750Z | a out/oximeter.tar.gz 48391K |
2964 | 2025-01-24T19:46:00.750Z | a out/oxlog.tar 3153K |
2965 | 2025-01-24T19:46:00.750Z | a out/probe.tar.gz 2764K |
2966 | 2025-01-24T19:46:00.750Z | a out/propolis-server.tar.gz 66467K |
2967 | 2025-01-24T19:46:00.750Z | a out/pumpkind-gz.tar 26665K |
2968 | 2025-01-24T19:46:00.750Z | a out/switch-softnpu.tar.gz 236203K |
2969 | 2025-01-24T19:46:00.753Z | |
2970 | 2025-01-24T19:46:00.753Z | real 1:13.651547148 |
2971 | 2025-01-24T19:46:00.753Z | user 1:10.357426938 |
2972 | 2025-01-24T19:46:00.753Z | sys 4.653276494 |
2973 | 2025-01-24T19:46:00.753Z | trap 0.018883421 |
2974 | 2025-01-24T19:46:00.753Z | tflt 0.000000000 |
2975 | 2025-01-24T19:46:00.753Z | dflt 0.000000000 |
2976 | 2025-01-24T19:46:00.753Z | kflt 0.000000000 |
2977 | 2025-01-24T19:46:00.753Z | lock 0.000000000 |
2978 | 2025-01-24T19:46:00.754Z | slp 1:10.175519759 |
2979 | 2025-01-24T19:46:00.754Z | lat 2.092398444 |
2980 | 2025-01-24T19:46:00.754Z | stop 0.000550925 |
2981 | 2025-01-24T19:46:00.754Z | process exited: duration 1956895 ms, exit code 0 |
|
2982 | 2025-01-24T19:46:00.769Z | found 1 output files |
2983 | 2025-01-24T19:46:00.769Z | uploading: /work/package.tar.gz (1903060320 bytes) |
2984 | 2025-01-24T19:46:37.345Z | uploaded: /work/package.tar.gz |