|
|
|
1 | 2025-01-22T08:38:59.221Z | job assigned to worker 01JJ6JJE3A223JTETGYAMV3NW4 [factory aws, i-0a0f30f06b737e0dc] (queued for 1 m 9 s) |
|
2 | 2025-01-22T08:39:06.630Z | starting task 0: "setup" |
3 | 2025-01-22T08:39:06.641Z | ++ uname -s |
4 | 2025-01-22T08:39:06.644Z | + kern=SunOS |
5 | 2025-01-22T08:39:06.644Z | + case "$kern" in |
6 | 2025-01-22T08:39:06.644Z | + groupadd -g 12345 build |
7 | 2025-01-22T08:39:06.647Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-22T08:39:08.700Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-22T08:39:08.757Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-22T08:39:08.760Z | + home_fs=zfs |
11 | 2025-01-22T08:39:08.760Z | + [[ zfs == autofs ]] |
12 | 2025-01-22T08:39:08.760Z | + mkdir -p /home/build |
13 | 2025-01-22T08:39:08.762Z | + chown build:build /home/build /work |
14 | 2025-01-22T08:39:10.766Z | + chmod 0700 /home/build /work |
15 | 2025-01-22T08:39:10.768Z | process exited: duration 4137 ms, exit code 0 |
|
16 | 2025-01-22T08:39:10.773Z | starting task 1: "rust-toolchain" |
17 | 2025-01-22T08:39:10.778Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-22T08:39:10.778Z | ' 1.84.0 |
19 | 2025-01-22T08:39:10.778Z | + printf ' * toolchain profile = "%s" |
20 | 2025-01-22T08:39:10.778Z | * toolchain channel = "1.84.0" |
21 | 2025-01-22T08:39:10.778Z | ' default |
22 | 2025-01-22T08:39:10.778Z | * toolchain profile = "default" |
23 | 2025-01-22T08:39:10.781Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-22T08:39:10.781Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
25 | 2025-01-22T08:39:10.909Z | info: downloading installer |
26 | 2025-01-22T08:39:12.493Z | info: profile set to 'default' |
27 | 2025-01-22T08:39:12.494Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-22T08:39:12.497Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
29 | 2025-01-22T08:39:12.604Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
30 | 2025-01-22T08:39:12.604Z | info: downloading component 'cargo' |
31 | 2025-01-22T08:39:13.471Z | info: downloading component 'clippy' |
32 | 2025-01-22T08:39:13.802Z | info: downloading component 'rust-docs' |
33 | 2025-01-22T08:39:14.994Z | info: downloading component 'rust-std' |
34 | 2025-01-22T08:39:16.755Z | info: downloading component 'rustc' |
35 | 2025-01-22T08:39:23.535Z | info: downloading component 'rustfmt' |
36 | 2025-01-22T08:39:23.787Z | info: installing component 'cargo' |
37 | 2025-01-22T08:39:24.625Z | info: installing component 'clippy' |
38 | 2025-01-22T08:39:25.004Z | info: installing component 'rust-docs' |
39 | 2025-01-22T08:39:26.692Z | info: installing component 'rust-std' |
40 | 2025-01-22T08:39:28.417Z | info: installing component 'rustc' |
41 | 2025-01-22T08:39:34.461Z | info: installing component 'rustfmt' |
42 | 2025-01-22T08:39:34.796Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
43 | 2025-01-22T08:39:34.796Z | |
44 | 2025-01-22T08:39:35.254Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
45 | 2025-01-22T08:39:35.254Z | |
46 | 2025-01-22T08:39:35.261Z | |
47 | 2025-01-22T08:39:35.261Z | Rust is installed now. Great! |
48 | 2025-01-22T08:39:35.261Z | |
49 | 2025-01-22T08:39:35.261Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-22T08:39:35.261Z | environment variable. This has not been done automatically. |
51 | 2025-01-22T08:39:35.261Z | |
52 | 2025-01-22T08:39:35.261Z | To configure your current shell, you need to source |
53 | 2025-01-22T08:39:35.261Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-22T08:39:35.261Z | |
55 | 2025-01-22T08:39:35.261Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-22T08:39:35.261Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-22T08:39:35.261Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-22T08:39:35.270Z | + rustc --version |
59 | 2025-01-22T08:39:35.336Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
60 | 2025-01-22T08:39:35.340Z | process exited: duration 24563 ms, exit code 0 |
|
61 | 2025-01-22T08:39:35.345Z | starting task 2: "authentication" |
62 | 2025-01-22T08:39:35.367Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2025-01-22T08:39:35.373Z | starting task 3: "clone repository" |
64 | 2025-01-22T08:39:35.379Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-22T08:39:35.382Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-22T08:39:35.422Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-22T08:39:43.308Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-22T08:39:43.311Z | + git fetch origin c583627edbddd33f0f1d5ea04e564af5c2579cf1 |
69 | 2025-01-22T08:39:43.632Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-22T08:39:43.632Z | * branch c583627edbddd33f0f1d5ea04e564af5c2579cf1 -> FETCH_HEAD |
71 | 2025-01-22T08:39:43.643Z | + [[ -n renovate/anyhow-1.x-lockfile ]] |
72 | 2025-01-22T08:39:43.646Z | ++ git branch --show-current |
73 | 2025-01-22T08:39:43.649Z | + current=main |
74 | 2025-01-22T08:39:43.649Z | + [[ main != renovate/anyhow-1.x-lockfile ]] |
75 | 2025-01-22T08:39:43.649Z | + git branch -f renovate/anyhow-1.x-lockfile c583627edbddd33f0f1d5ea04e564af5c2579cf1 |
76 | 2025-01-22T08:39:43.651Z | + git checkout -f renovate/anyhow-1.x-lockfile |
77 | 2025-01-22T08:39:43.705Z | Switched to branch 'renovate/anyhow-1.x-lockfile' |
78 | 2025-01-22T08:39:43.708Z | + git reset --hard c583627edbddd33f0f1d5ea04e564af5c2579cf1 |
79 | 2025-01-22T08:39:43.762Z | HEAD is now at c583627ed Update Rust crate anyhow to v1.0.95 |
80 | 2025-01-22T08:39:43.765Z | process exited: duration 8388 ms, exit code 0 |
|
81 | 2025-01-22T08:39:43.775Z | starting task 4: "build" |
82 | 2025-01-22T08:39:43.778Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-22T08:39:43.782Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-22T08:39:43.782Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-22T08:39:43.782Z | + cargo --version |
86 | 2025-01-22T08:39:43.838Z | cargo 1.84.0 (66221abde 2024-11-19) |
87 | 2025-01-22T08:39:43.841Z | + rustc --version |
88 | 2025-01-22T08:39:43.903Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
89 | 2025-01-22T08:39:43.906Z | + WORK=/work |
90 | 2025-01-22T08:39:43.906Z | + pfexec mkdir -p /work |
91 | 2025-01-22T08:39:43.910Z | + pfexec chown build /work |
92 | 2025-01-22T08:39:43.912Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2025-01-22T08:39:45.525Z | pkg list: illegal option -- F |
94 | 2025-01-22T08:39:45.525Z | Usage: |
95 | 2025-01-22T08:39:45.528Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
96 | 2025-01-22T08:39:45.528Z | [pkg_fmri_pattern ...] |
97 | 2025-01-22T08:39:46.393Z | pkg list: illegal option -- F |
98 | 2025-01-22T08:39:46.393Z | Usage: |
99 | 2025-01-22T08:39:46.396Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
100 | 2025-01-22T08:39:46.396Z | [pkg_fmri_pattern ...] |
101 | 2025-01-22T08:39:52.163Z | Startup: Refreshing catalog 'helios-dev' ... Done |
102 | 2025-01-22T08:39:56.349Z | Startup: Caching catalogs ... Done |
103 | 2025-01-22T08:40:07.797Z | Planning: Solver setup ... Done (10.686s) |
104 | 2025-01-22T08:40:07.947Z | Planning: Running solver ... Done (0.150s) |
105 | 2025-01-22T08:40:08.060Z | Planning: Finding local manifests ... Done (0.007s) |
106 | 2025-01-22T08:40:08.529Z | Planning: Fetching manifests: 0/7 0% complete |
107 | 2025-01-22T08:40:09.349Z | Planning: Fetching manifests: 7/7 100% complete |
108 | 2025-01-22T08:40:09.459Z | Planning: Package planning ... Done (0.110s) |
109 | 2025-01-22T08:40:09.516Z | Planning: Merging actions ... Done (0.056s) |
110 | 2025-01-22T08:40:09.712Z | Planning: Checking for conflicting actions ... Done (0.196s) |
111 | 2025-01-22T08:40:11.762Z | Planning: Consolidating action changes ... Done (2.049s) |
112 | 2025-01-22T08:40:12.198Z | Planning: Evaluating mediators ... Done (0.436s) |
113 | 2025-01-22T08:40:12.280Z | Planning: Planning completed in 15.89 seconds |
114 | 2025-01-22T08:40:12.296Z | Packages to install: 4 |
115 | 2025-01-22T08:40:12.296Z | Packages to update: 3 |
116 | 2025-01-22T08:40:12.299Z | Mediators to change: 2 |
117 | 2025-01-22T08:40:12.299Z | Services to change: 1 |
118 | 2025-01-22T08:40:12.299Z | Estimated space available: 155.61 GB |
119 | 2025-01-22T08:40:12.299Z | Estimated space to be consumed: 1.64 GB |
120 | 2025-01-22T08:40:12.299Z | Create boot environment: No |
121 | 2025-01-22T08:40:12.299Z | Create backup boot environment: Yes |
122 | 2025-01-22T08:40:12.299Z | Rebuild boot archive: No |
123 | 2025-01-22T08:40:12.299Z | |
124 | 2025-01-22T08:40:12.299Z | Changed mediators: |
125 | 2025-01-22T08:40:12.299Z | mediator clang: |
126 | 2025-01-22T08:40:12.299Z | version: None -> 15 (system default) |
127 | 2025-01-22T08:40:12.299Z | |
128 | 2025-01-22T08:40:12.299Z | mediator llvm: |
129 | 2025-01-22T08:40:12.299Z | version: 14 (system default) -> 15 (system default) |
130 | 2025-01-22T08:40:12.299Z | |
131 | 2025-01-22T08:40:12.299Z | Changed packages: |
132 | 2025-01-22T08:40:12.299Z | helios-dev |
133 | 2025-01-22T08:40:12.300Z | developer/build-essential |
134 | 2025-01-22T08:40:12.300Z | None -> 11-2.0 |
135 | 2025-01-22T08:40:12.300Z | library/libxmlsec1 |
136 | 2025-01-22T08:40:12.300Z | None -> 1.2.35-2.0 |
137 | 2025-01-22T08:40:12.300Z | ooce/developer/clang-15 |
138 | 2025-01-22T08:40:12.300Z | None -> 15.0.7-2.0 |
139 | 2025-01-22T08:40:12.300Z | ooce/developer/llvm-15 |
140 | 2025-01-22T08:40:12.300Z | None -> 15.0.7-2.0 |
141 | 2025-01-22T08:40:12.300Z | package/pkg |
142 | 2025-01-22T08:40:12.300Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
143 | 2025-01-22T08:40:12.300Z | system/library/g++-runtime |
144 | 2025-01-22T08:40:12.301Z | 13-2.0 -> 14-2.0 |
145 | 2025-01-22T08:40:12.301Z | system/library/gcc-runtime |
146 | 2025-01-22T08:40:12.301Z | 13-2.0 -> 14-2.0 |
147 | 2025-01-22T08:40:12.301Z | |
148 | 2025-01-22T08:40:12.301Z | Services: |
149 | 2025-01-22T08:40:12.301Z | restart_fmri: |
150 | 2025-01-22T08:40:12.301Z | svc:/system/update-man-index:default |
151 | 2025-01-22T08:40:12.301Z | |
152 | 2025-01-22T08:40:12.301Z | Editable files to change: |
153 | 2025-01-22T08:40:12.301Z | Update: |
154 | 2025-01-22T08:40:12.301Z | usr/share/lib/pkg/web/config.shtml |
155 | 2025-01-22T08:40:12.381Z | |
156 | 2025-01-22T08:40:12.381Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
157 | 2025-01-22T08:40:17.423Z | Download: 368/4301 items 2.5/225.4MB 1% complete (490k/s) |
158 | 2025-01-22T08:40:22.410Z | Download: 1195/4301 items 83.5/225.4MB 37% complete (9.3M/s) |
159 | 2025-01-22T08:40:27.411Z | Download: 1354/4301 items 114.8/225.4MB 50% complete (11.2M/s) |
160 | 2025-01-22T08:40:32.418Z | Download: 1848/4301 items 118.5/225.4MB 52% complete (3.6M/s) |
161 | 2025-01-22T08:40:37.433Z | Download: 2225/4301 items 119.2/225.4MB 52% complete (450k/s) |
162 | 2025-01-22T08:40:42.423Z | Download: 3233/4301 items 171.4/225.4MB 76% complete (5.2M/s) |
163 | 2025-01-22T08:40:50.374Z | Download: 3247/4301 items 203.1/225.4MB 90% complete (8.4M/s) |
164 | 2025-01-22T08:40:56.710Z | Download: 3288/4301 items 212.6/225.4MB 94% complete (1.2M/s) |
165 | 2025-01-22T08:41:03.154Z | Download: 3289/4301 items 212.6/225.4MB 94% complete (1.2M/s) |
166 | 2025-01-22T08:41:08.333Z | Download: 4284/4301 items 223.2/225.4MB 99% complete (2.0M/s) |
167 | 2025-01-22T08:41:14.350Z | Download: 4295/4301 items 224.4/225.4MB 99% complete (2.1M/s) |
168 | 2025-01-22T08:41:20.756Z | Download: 4296/4301 items 224.8/225.4MB 99% complete (1.6M/s) |
169 | 2025-01-22T08:41:20.775Z | Download: Completed 225.42 MB in 68.39 seconds (3.3M/s) |
170 | 2025-01-22T08:41:22.887Z | Actions: 1/5122 actions (Removing old actions) |
171 | 2025-01-22T08:41:22.911Z | Actions: 194/5122 actions (Installing new actions) |
172 | 2025-01-22T08:41:27.689Z | Actions: 4267/5122 actions (Updating modified actions) |
173 | 2025-01-22T08:41:28.032Z | Actions: Completed 5122 actions in 5.14 seconds. |
174 | 2025-01-22T08:41:28.441Z | Done (0.401s) |
175 | 2025-01-22T08:41:28.444Z | Done (0.001s) |
176 | 2025-01-22T08:41:29.042Z | Done (0.599s) |
177 | 2025-01-22T08:41:33.569Z | Done (4.296s) |
178 | 2025-01-22T08:41:33.722Z | Done (0.017s) |
179 | 2025-01-22T08:41:33.725Z | Done (0.000s) |
180 | 2025-01-22T08:41:33.841Z | Done (0.000s) |
181 | 2025-01-22T08:41:34.552Z | Planning: Evaluating mediator changes ... Done |
182 | 2025-01-22T08:41:34.718Z | Planning: Checking for conflicting actions ... Done |
183 | 2025-01-22T08:41:34.721Z | Planning: Consolidating action changes ... Done |
184 | 2025-01-22T08:41:34.988Z | Planning: Evaluating mediators ... Done |
185 | 2025-01-22T08:41:34.991Z | Planning: Planning completed in 0.44 seconds |
186 | 2025-01-22T08:41:35.028Z | Mediators to change: 2 |
187 | 2025-01-22T08:41:35.028Z | Create boot environment: No |
188 | 2025-01-22T08:41:35.031Z | Create backup boot environment: No |
189 | 2025-01-22T08:41:35.126Z | Done |
190 | 2025-01-22T08:41:35.126Z | Done |
191 | 2025-01-22T08:41:35.492Z | Done |
192 | 2025-01-22T08:41:39.140Z | Done |
193 | 2025-01-22T08:41:39.235Z | Done |
194 | 2025-01-22T08:41:39.238Z | Done |
195 | 2025-01-22T08:41:39.382Z | Done |
196 | 2025-01-22T08:41:40.000Z | Planning: Evaluating mediator changes ... Done |
197 | 2025-01-22T08:41:40.003Z | Planning: Merging actions ... Done |
198 | 2025-01-22T08:41:40.195Z | Planning: Checking for conflicting actions ... Done |
199 | 2025-01-22T08:41:40.198Z | Planning: Consolidating action changes ... Done |
200 | 2025-01-22T08:41:40.464Z | Planning: Evaluating mediators ... Done |
201 | 2025-01-22T08:41:40.520Z | Planning: Planning completed in 0.77 seconds |
202 | 2025-01-22T08:41:40.561Z | Packages to change: 1 |
203 | 2025-01-22T08:41:40.561Z | Mediators to change: 1 |
204 | 2025-01-22T08:41:40.564Z | Services to change: 1 |
205 | 2025-01-22T08:41:40.564Z | Create boot environment: No |
206 | 2025-01-22T08:41:40.564Z | Create backup boot environment: Yes |
207 | 2025-01-22T08:41:42.828Z | Actions: 1/6 actions (Updating modified actions) |
208 | 2025-01-22T08:41:42.831Z | Actions: Completed 6 actions in 0.00 seconds. |
209 | 2025-01-22T08:41:42.831Z | Done |
210 | 2025-01-22T08:41:42.831Z | Done |
211 | 2025-01-22T08:41:42.948Z | Done |
212 | 2025-01-22T08:41:46.640Z | Done |
213 | 2025-01-22T08:41:46.732Z | Done |
214 | 2025-01-22T08:41:46.736Z | Done |
215 | 2025-01-22T08:41:46.872Z | Done |
216 | 2025-01-22T08:41:47.309Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
217 | 2025-01-22T08:41:47.309Z | clang system 15 system |
218 | 2025-01-22T08:41:47.309Z | csh system system illumos |
219 | 2025-01-22T08:41:47.309Z | ctags system system illumos |
220 | 2025-01-22T08:41:47.309Z | gcc vendor 12 vendor |
221 | 2025-01-22T08:41:47.309Z | gcc system 10 system |
222 | 2025-01-22T08:41:47.309Z | gcc system 7 system |
223 | 2025-01-22T08:41:47.310Z | go system 1.20 system |
224 | 2025-01-22T08:41:47.310Z | go system 1.19 system |
225 | 2025-01-22T08:41:47.310Z | llvm system 15 system |
226 | 2025-01-22T08:41:47.310Z | llvm system 14 system |
227 | 2025-01-22T08:41:47.310Z | mariadb system 10.6 system |
228 | 2025-01-22T08:41:47.310Z | mta vendor vendor dma |
229 | 2025-01-22T08:41:47.310Z | openjdk system 17 system |
230 | 2025-01-22T08:41:47.310Z | openjdk system 11 system |
231 | 2025-01-22T08:41:47.310Z | openjdk system 1.8 system |
232 | 2025-01-22T08:41:47.310Z | openssl vendor 3 vendor |
233 | 2025-01-22T08:41:47.310Z | perl system 5.36 system |
234 | 2025-01-22T08:41:47.310Z | postgresql system 15 system |
235 | 2025-01-22T08:41:47.310Z | postgresql system 13 system |
236 | 2025-01-22T08:41:47.310Z | python vendor 3 vendor |
237 | 2025-01-22T08:41:47.310Z | python system 2 system |
238 | 2025-01-22T08:41:47.310Z | python3 system 3.11 system |
239 | 2025-01-22T08:41:47.310Z | ruby system 3.0 system |
240 | 2025-01-22T08:41:47.310Z | words vendor vendor american-english |
241 | 2025-01-22T08:41:47.310Z | words system system australian-english |
242 | 2025-01-22T08:41:47.310Z | words system system british-english |
243 | 2025-01-22T08:41:47.310Z | words system system canadian-english |
244 | 2025-01-22T08:41:47.310Z | words system system french |
245 | 2025-01-22T08:41:47.310Z | words system system italian |
246 | 2025-01-22T08:41:47.310Z | words system system ngerman |
247 | 2025-01-22T08:41:47.310Z | words system system ogerman |
248 | 2025-01-22T08:41:47.310Z | words system system spanish |
249 | 2025-01-22T08:41:47.648Z | PUBLISHER TYPE STATUS P LOCATION |
250 | 2025-01-22T08:41:47.648Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
251 | 2025-01-22T08:41:50.469Z | FMRI IFO |
252 | 2025-01-22T08:41:50.469Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
253 | 2025-01-22T08:41:50.469Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
254 | 2025-01-22T08:41:50.469Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
255 | 2025-01-22T08:41:50.469Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
256 | 2025-01-22T08:41:50.469Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
257 | 2025-01-22T08:41:50.469Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
258 | 2025-01-22T08:41:50.469Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
259 | 2025-01-22T08:41:50.469Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
260 | 2025-01-22T08:41:50.469Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
261 | 2025-01-22T08:41:50.469Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
262 | 2025-01-22T08:41:50.469Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
263 | 2025-01-22T08:41:50.469Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
264 | 2025-01-22T08:41:50.469Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
265 | 2025-01-22T08:41:50.469Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
266 | 2025-01-22T08:41:50.469Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
267 | 2025-01-22T08:41:51.234Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
268 | 2025-01-22T08:41:51.580Z | Updating crates.io index |
269 | 2025-01-22T08:41:51.682Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
270 | 2025-01-22T08:41:52.073Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
271 | 2025-01-22T08:41:52.575Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
272 | 2025-01-22T08:41:52.922Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
273 | 2025-01-22T08:41:53.235Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
274 | 2025-01-22T08:41:53.527Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
275 | 2025-01-22T08:41:54.430Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
276 | 2025-01-22T08:41:56.060Z | Updating git repository `https://github.com/oxidecomputer/opte` |
277 | 2025-01-22T08:41:56.732Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
278 | 2025-01-22T08:41:57.498Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
279 | 2025-01-22T08:41:57.791Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
280 | 2025-01-22T08:41:58.118Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
281 | 2025-01-22T08:41:58.735Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
282 | 2025-01-22T08:41:59.110Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
283 | 2025-01-22T08:41:59.463Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
284 | 2025-01-22T08:41:59.842Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
285 | 2025-01-22T08:42:00.066Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
286 | 2025-01-22T08:42:00.330Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
287 | 2025-01-22T08:42:00.637Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
288 | 2025-01-22T08:42:01.061Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
289 | 2025-01-22T08:42:01.419Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
290 | 2025-01-22T08:42:01.829Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
291 | 2025-01-22T08:42:02.107Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
292 | 2025-01-22T08:42:02.598Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
293 | 2025-01-22T08:42:02.918Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
294 | 2025-01-22T08:42:03.370Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
295 | 2025-01-22T08:42:03.723Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
296 | 2025-01-22T08:42:04.033Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
297 | 2025-01-22T08:42:04.300Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
298 | 2025-01-22T08:42:04.555Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
299 | 2025-01-22T08:42:05.877Z | Downloading crates ... |
300 | 2025-01-22T08:42:05.950Z | Downloaded anstyle-query v1.1.1 |
301 | 2025-01-22T08:42:05.959Z | Downloaded anstyle v1.0.10 |
302 | 2025-01-22T08:42:05.963Z | Downloaded anstream v0.6.15 |
303 | 2025-01-22T08:42:05.965Z | Downloaded anyhow v1.0.95 |
304 | 2025-01-22T08:42:05.968Z | Downloaded autocfg v1.4.0 |
305 | 2025-01-22T08:42:05.971Z | Downloaded anstyle-parse v0.2.5 |
306 | 2025-01-22T08:42:05.973Z | Downloaded dtrace-parser v0.2.0 |
307 | 2025-01-22T08:42:05.978Z | Downloaded equivalent v1.0.1 |
308 | 2025-01-22T08:42:06.009Z | Downloaded usdt-macro v0.5.0 |
309 | 2025-01-22T08:42:06.012Z | Downloaded scroll_derive v0.12.0 |
310 | 2025-01-22T08:42:06.019Z | Downloaded pretty-hex v0.4.1 |
311 | 2025-01-22T08:42:06.023Z | Downloaded usdt-attr-macro v0.5.0 |
312 | 2025-01-22T08:42:06.025Z | Downloaded cargo-platform v0.1.8 |
313 | 2025-01-22T08:42:06.025Z | Downloaded bytecount v0.6.8 |
314 | 2025-01-22T08:42:06.029Z | Downloaded generic-array v0.14.7 |
315 | 2025-01-22T08:42:06.032Z | Downloaded fastrand v2.1.1 |
316 | 2025-01-22T08:42:06.034Z | Downloaded dof v0.3.0 |
317 | 2025-01-22T08:42:06.034Z | Downloaded heck v0.4.1 |
318 | 2025-01-22T08:42:06.034Z | Downloaded digest v0.10.7 |
319 | 2025-01-22T08:42:06.038Z | Downloaded crypto-common v0.1.6 |
320 | 2025-01-22T08:42:06.038Z | Downloaded fs-err v2.11.0 |
321 | 2025-01-22T08:42:06.041Z | Downloaded errno v0.3.9 |
322 | 2025-01-22T08:42:06.041Z | Downloaded clap_lex v0.7.2 |
323 | 2025-01-22T08:42:06.041Z | Downloaded colorchoice v1.0.2 |
324 | 2025-01-22T08:42:06.044Z | Downloaded camino-tempfile v1.1.1 |
325 | 2025-01-22T08:42:06.044Z | Downloaded plain v0.2.3 |
326 | 2025-01-22T08:42:06.047Z | Downloaded itoa v1.0.11 |
327 | 2025-01-22T08:42:06.047Z | Downloaded cfg-if v1.0.0 |
328 | 2025-01-22T08:42:06.047Z | Downloaded cpufeatures v0.2.14 |
329 | 2025-01-22T08:42:06.049Z | Downloaded swrite v0.1.0 |
330 | 2025-01-22T08:42:06.052Z | Downloaded proc-macro-error-attr v1.0.4 |
331 | 2025-01-22T08:42:06.052Z | Downloaded heck v0.5.0 |
332 | 2025-01-22T08:42:06.057Z | Downloaded toml_datetime v0.6.8 |
333 | 2025-01-22T08:42:06.060Z | Downloaded pest_generator v2.7.14 |
334 | 2025-01-22T08:42:06.060Z | Downloaded thiserror v1.0.69 |
335 | 2025-01-22T08:42:06.066Z | Downloaded smawk v0.3.2 |
336 | 2025-01-22T08:42:06.069Z | Downloaded scroll v0.12.0 |
337 | 2025-01-22T08:42:06.069Z | Downloaded is_terminal_polyfill v1.70.1 |
338 | 2025-01-22T08:42:06.069Z | Downloaded serde_tokenstream v0.2.2 |
339 | 2025-01-22T08:42:06.069Z | Downloaded version_check v0.9.5 |
340 | 2025-01-22T08:42:06.074Z | Downloaded thiserror-impl v1.0.69 |
341 | 2025-01-22T08:42:06.077Z | Downloaded macaddr v1.0.1 |
342 | 2025-01-22T08:42:06.080Z | Downloaded thread-id v4.2.2 |
343 | 2025-01-22T08:42:06.083Z | Downloaded usdt-impl v0.5.0 |
344 | 2025-01-22T08:42:06.087Z | Downloaded tabled_derive v0.7.0 |
345 | 2025-01-22T08:42:06.087Z | Downloaded memmap v0.7.0 |
346 | 2025-01-22T08:42:06.090Z | Downloaded utf8parse v0.2.2 |
347 | 2025-01-22T08:42:06.092Z | Downloaded usdt v0.5.0 |
348 | 2025-01-22T08:42:06.093Z | Downloaded block-buffer v0.10.4 |
349 | 2025-01-22T08:42:06.095Z | Downloaded unicode-linebreak v0.1.5 |
350 | 2025-01-22T08:42:06.098Z | Downloaded clap_derive v4.5.18 |
351 | 2025-01-22T08:42:06.101Z | Downloaded fnv v1.0.7 |
352 | 2025-01-22T08:42:06.104Z | Downloaded cargo_toml v0.20.5 |
353 | 2025-01-22T08:42:06.104Z | Downloaded cargo_metadata v0.18.1 |
354 | 2025-01-22T08:42:06.106Z | Downloaded byteorder v1.5.0 |
355 | 2025-01-22T08:42:06.106Z | Downloaded serde_spanned v0.6.8 |
356 | 2025-01-22T08:42:06.109Z | Downloaded proc-macro-error v1.0.4 |
357 | 2025-01-22T08:42:06.112Z | Downloaded camino v1.1.9 |
358 | 2025-01-22T08:42:06.112Z | Downloaded quote v1.0.38 |
359 | 2025-01-22T08:42:06.131Z | Downloaded sha2 v0.10.8 |
360 | 2025-01-22T08:42:06.135Z | Downloaded terminal_size v0.4.0 |
361 | 2025-01-22T08:42:06.141Z | Downloaded semver v1.0.24 |
362 | 2025-01-22T08:42:06.145Z | Downloaded zerocopy-derive v0.7.35 |
363 | 2025-01-22T08:42:06.149Z | Downloaded strsim v0.11.1 |
364 | 2025-01-22T08:42:06.151Z | Downloaded ryu v1.0.18 |
365 | 2025-01-22T08:42:06.156Z | Downloaded pest_meta v2.7.14 |
366 | 2025-01-22T08:42:06.158Z | Downloaded log v0.4.22 |
367 | 2025-01-22T08:42:06.158Z | Downloaded toml v0.8.19 |
368 | 2025-01-22T08:42:06.161Z | Downloaded bitflags v2.6.0 |
369 | 2025-01-22T08:42:06.164Z | Downloaded ucd-trie v0.1.7 |
370 | 2025-01-22T08:42:06.166Z | Downloaded textwrap v0.16.1 |
371 | 2025-01-22T08:42:06.169Z | Downloaded unicode-ident v1.0.14 |
372 | 2025-01-22T08:42:06.171Z | Downloaded typenum v1.17.0 |
373 | 2025-01-22T08:42:06.174Z | Downloaded tempfile v3.13.0 |
374 | 2025-01-22T08:42:06.176Z | Downloaded once_cell v1.20.2 |
375 | 2025-01-22T08:42:06.179Z | Downloaded pest_derive v2.7.14 |
376 | 2025-01-22T08:42:06.179Z | Downloaded clap v4.5.21 |
377 | 2025-01-22T08:42:06.188Z | Downloaded papergrid v0.11.0 |
378 | 2025-01-22T08:42:06.192Z | Downloaded proc-macro2 v1.0.92 |
379 | 2025-01-22T08:42:06.198Z | Downloaded serde_derive v1.0.217 |
380 | 2025-01-22T08:42:06.206Z | Downloaded serde v1.0.217 |
381 | 2025-01-22T08:42:06.232Z | Downloaded indexmap v2.7.0 |
382 | 2025-01-22T08:42:06.237Z | Downloaded memchr v2.7.4 |
383 | 2025-01-22T08:42:06.243Z | Downloaded toml_edit v0.22.22 |
384 | 2025-01-22T08:42:06.274Z | Downloaded pest v2.7.14 |
385 | 2025-01-22T08:42:06.284Z | Downloaded hashbrown v0.15.1 |
386 | 2025-01-22T08:42:06.294Z | Downloaded zerocopy v0.7.35 |
387 | 2025-01-22T08:42:06.308Z | Downloaded winnow v0.6.20 |
388 | 2025-01-22T08:42:06.316Z | Downloaded serde_json v1.0.135 |
389 | 2025-01-22T08:42:06.322Z | Downloaded tabled v0.15.0 |
390 | 2025-01-22T08:42:06.335Z | Downloaded goblin v0.8.2 |
391 | 2025-01-22T08:42:06.342Z | Downloaded unicode-width v0.1.14 |
392 | 2025-01-22T08:42:06.346Z | Downloaded clap_builder v4.5.21 |
393 | 2025-01-22T08:42:06.362Z | Downloaded syn v1.0.109 |
394 | 2025-01-22T08:42:06.373Z | Downloaded syn v2.0.96 |
395 | 2025-01-22T08:42:06.384Z | Downloaded rustix v0.38.37 |
396 | 2025-01-22T08:42:06.486Z | Downloaded libc v0.2.169 |
397 | 2025-01-22T08:42:06.725Z | Compiling proc-macro2 v1.0.92 |
398 | 2025-01-22T08:42:06.725Z | Compiling unicode-ident v1.0.14 |
399 | 2025-01-22T08:42:06.725Z | Compiling serde v1.0.217 |
400 | 2025-01-22T08:42:06.728Z | Compiling version_check v0.9.5 |
401 | 2025-01-22T08:42:06.728Z | Compiling memchr v2.7.4 |
402 | 2025-01-22T08:42:06.728Z | Compiling thiserror v1.0.69 |
403 | 2025-01-22T08:42:06.761Z | Compiling libc v0.2.169 |
404 | 2025-01-22T08:42:06.764Z | Compiling ryu v1.0.18 |
405 | 2025-01-22T08:42:07.018Z | Compiling ucd-trie v0.1.7 |
406 | 2025-01-22T08:42:07.179Z | Compiling itoa v1.0.11 |
407 | 2025-01-22T08:42:07.419Z | Compiling once_cell v1.20.2 |
408 | 2025-01-22T08:42:07.618Z | Compiling byteorder v1.5.0 |
409 | 2025-01-22T08:42:07.623Z | Compiling rustix v0.38.37 |
410 | 2025-01-22T08:42:07.783Z | Compiling serde_json v1.0.135 |
411 | 2025-01-22T08:42:08.005Z | Compiling bitflags v2.6.0 |
412 | 2025-01-22T08:42:08.146Z | Compiling usdt-impl v0.5.0 |
413 | 2025-01-22T08:42:08.376Z | Compiling proc-macro-error-attr v1.0.4 |
414 | 2025-01-22T08:42:08.406Z | Compiling syn v1.0.109 |
415 | 2025-01-22T08:42:08.431Z | Compiling proc-macro-error v1.0.4 |
416 | 2025-01-22T08:42:08.535Z | Compiling hashbrown v0.15.1 |
417 | 2025-01-22T08:42:08.589Z | Compiling quote v1.0.38 |
418 | 2025-01-22T08:42:08.730Z | Compiling camino v1.1.9 |
419 | 2025-01-22T08:42:08.746Z | Compiling plain v0.2.3 |
420 | 2025-01-22T08:42:08.934Z | Compiling errno v0.3.9 |
421 | 2025-01-22T08:42:08.963Z | Compiling syn v2.0.96 |
422 | 2025-01-22T08:42:09.069Z | Compiling log v0.4.22 |
423 | 2025-01-22T08:42:09.266Z | Compiling thread-id v4.2.2 |
424 | 2025-01-22T08:42:09.297Z | Compiling utf8parse v0.2.2 |
425 | 2025-01-22T08:42:09.326Z | Compiling equivalent v1.0.1 |
426 | 2025-01-22T08:42:09.458Z | Compiling anstyle-parse v0.2.5 |
427 | 2025-01-22T08:42:09.583Z | Compiling indexmap v2.7.0 |
428 | 2025-01-22T08:42:09.611Z | Compiling anstyle-query v1.1.1 |
429 | 2025-01-22T08:42:09.838Z | Compiling colorchoice v1.0.2 |
430 | 2025-01-22T08:42:09.847Z | Compiling winnow v0.6.20 |
431 | 2025-01-22T08:42:09.847Z | Compiling unicode-width v0.1.14 |
432 | 2025-01-22T08:42:09.932Z | Compiling anstyle v1.0.10 |
433 | 2025-01-22T08:42:10.113Z | Compiling semver v1.0.24 |
434 | 2025-01-22T08:42:10.374Z | Compiling is_terminal_polyfill v1.70.1 |
435 | 2025-01-22T08:42:10.404Z | Compiling pretty-hex v0.4.1 |
436 | 2025-01-22T08:42:10.513Z | Compiling autocfg v1.4.0 |
437 | 2025-01-22T08:42:10.650Z | Compiling anstream v0.6.15 |
438 | 2025-01-22T08:42:10.842Z | Compiling cfg-if v1.0.0 |
439 | 2025-01-22T08:42:10.955Z | Compiling heck v0.5.0 |
440 | 2025-01-22T08:42:10.961Z | Compiling strsim v0.11.1 |
441 | 2025-01-22T08:42:11.324Z | Compiling terminal_size v0.4.0 |
442 | 2025-01-22T08:42:11.392Z | Compiling anyhow v1.0.95 |
443 | 2025-01-22T08:42:11.477Z | Compiling fs-err v2.11.0 |
444 | 2025-01-22T08:42:11.764Z | Compiling bytecount v0.6.8 |
445 | 2025-01-22T08:42:11.769Z | Compiling fnv v1.0.7 |
446 | 2025-01-22T08:42:11.841Z | Compiling heck v0.4.1 |
447 | 2025-01-22T08:42:11.933Z | Compiling clap_lex v0.7.2 |
448 | 2025-01-22T08:42:11.976Z | Compiling fastrand v2.1.1 |
449 | 2025-01-22T08:42:12.074Z | Compiling papergrid v0.11.0 |
450 | 2025-01-22T08:42:12.379Z | Compiling tempfile v3.13.0 |
451 | 2025-01-22T08:42:12.442Z | Compiling clap_builder v4.5.21 |
452 | 2025-01-22T08:42:12.672Z | Compiling memmap v0.7.0 |
453 | 2025-01-22T08:42:12.903Z | Compiling smawk v0.3.2 |
454 | 2025-01-22T08:42:13.024Z | Compiling unicode-linebreak v0.1.5 |
455 | 2025-01-22T08:42:13.186Z | Compiling swrite v0.1.0 |
456 | 2025-01-22T08:42:13.533Z | Compiling textwrap v0.16.1 |
457 | 2025-01-22T08:42:14.291Z | Compiling tabled_derive v0.7.0 |
458 | 2025-01-22T08:42:15.739Z | Compiling tabled v0.15.0 |
459 | 2025-01-22T08:42:15.823Z | Compiling serde_derive v1.0.217 |
460 | 2025-01-22T08:42:15.823Z | Compiling thiserror-impl v1.0.69 |
461 | 2025-01-22T08:42:15.829Z | Compiling zerocopy-derive v0.7.35 |
462 | 2025-01-22T08:42:15.829Z | Compiling scroll_derive v0.12.0 |
463 | 2025-01-22T08:42:15.829Z | Compiling clap_derive v4.5.18 |
464 | 2025-01-22T08:42:17.150Z | Compiling scroll v0.12.0 |
465 | 2025-01-22T08:42:17.706Z | Compiling goblin v0.8.2 |
466 | 2025-01-22T08:42:17.777Z | Compiling zerocopy v0.7.35 |
467 | 2025-01-22T08:42:18.722Z | Compiling pest v2.7.14 |
468 | 2025-01-22T08:42:19.647Z | Compiling clap v4.5.21 |
469 | 2025-01-22T08:42:20.954Z | Compiling pest_meta v2.7.14 |
470 | 2025-01-22T08:42:21.881Z | Compiling pest_generator v2.7.14 |
471 | 2025-01-22T08:42:23.325Z | Compiling pest_derive v2.7.14 |
472 | 2025-01-22T08:42:23.895Z | Compiling dtrace-parser v0.2.0 |
473 | 2025-01-22T08:42:24.789Z | Compiling serde_spanned v0.6.8 |
474 | 2025-01-22T08:42:24.792Z | Compiling toml_datetime v0.6.8 |
475 | 2025-01-22T08:42:24.792Z | Compiling cargo-platform v0.1.8 |
476 | 2025-01-22T08:42:25.147Z | Compiling serde_tokenstream v0.2.2 |
477 | 2025-01-22T08:42:25.212Z | Compiling toml_edit v0.22.22 |
478 | 2025-01-22T08:42:25.245Z | Compiling macaddr v1.0.1 |
479 | 2025-01-22T08:42:25.412Z | Compiling camino-tempfile v1.1.1 |
480 | 2025-01-22T08:42:26.302Z | Compiling dof v0.3.0 |
481 | 2025-01-22T08:42:26.302Z | Compiling cargo_metadata v0.18.1 |
482 | 2025-01-22T08:42:27.808Z | Compiling usdt-macro v0.5.0 |
483 | 2025-01-22T08:42:27.835Z | Compiling usdt-attr-macro v0.5.0 |
484 | 2025-01-22T08:42:27.910Z | Compiling toml v0.8.19 |
485 | 2025-01-22T08:42:28.795Z | Compiling cargo_toml v0.20.5 |
486 | 2025-01-22T08:42:29.120Z | Compiling usdt v0.5.0 |
487 | 2025-01-22T08:42:31.513Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
488 | 2025-01-22T08:42:34.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.70s |
489 | 2025-01-22T08:42:34.990Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
490 | 2025-01-22T08:42:35.514Z | Downloading crates ... |
491 | 2025-01-22T08:42:35.638Z | Downloaded array-init v0.0.4 |
492 | 2025-01-22T08:42:35.641Z | Downloaded aead v0.5.2 |
493 | 2025-01-22T08:42:35.644Z | Downloaded addr2line v0.24.2 |
494 | 2025-01-22T08:42:35.647Z | Downloaded arrayvec v0.7.6 |
495 | 2025-01-22T08:42:35.650Z | Downloaded assert_matches v1.5.0 |
496 | 2025-01-22T08:42:35.653Z | Downloaded adler2 v2.0.0 |
497 | 2025-01-22T08:42:35.653Z | Downloaded async-stream v0.3.6 |
498 | 2025-01-22T08:42:35.655Z | Downloaded hubpack_derive v0.1.1 |
499 | 2025-01-22T08:42:35.658Z | Downloaded async-bb8-diesel v0.2.1 |
500 | 2025-01-22T08:42:35.658Z | Downloaded ascii-canvas v3.0.0 |
501 | 2025-01-22T08:42:35.661Z | Downloaded arrayref v0.3.9 |
502 | 2025-01-22T08:42:35.661Z | Downloaded allocator-api2 v0.2.18 |
503 | 2025-01-22T08:42:35.665Z | Downloaded ahash v0.8.11 |
504 | 2025-01-22T08:42:35.669Z | Downloaded arc-swap v1.7.1 |
505 | 2025-01-22T08:42:35.673Z | Downloaded http-range v0.1.5 |
506 | 2025-01-22T08:42:35.676Z | Downloaded argon2 v0.5.3 |
507 | 2025-01-22T08:42:35.678Z | Downloaded instant v0.1.13 |
508 | 2025-01-22T08:42:35.678Z | Downloaded aho-corasick v1.1.3 |
509 | 2025-01-22T08:42:35.683Z | Downloaded aes-gcm v0.10.3 |
510 | 2025-01-22T08:42:35.687Z | Downloaded aes v0.8.4 |
511 | 2025-01-22T08:42:35.693Z | Downloaded mirai-annotations v1.12.0 |
512 | 2025-01-22T08:42:35.696Z | Downloaded base64ct v1.6.0 |
513 | 2025-01-22T08:42:35.696Z | Downloaded match_cfg v0.1.0 |
514 | 2025-01-22T08:42:35.696Z | Downloaded is_ci v1.2.0 |
515 | 2025-01-22T08:42:35.699Z | Downloaded atomicwrites v0.4.4 |
516 | 2025-01-22T08:42:35.699Z | Downloaded atomic-waker v1.1.2 |
517 | 2025-01-22T08:42:35.702Z | Downloaded icu_provider_macros v1.5.0 |
518 | 2025-01-22T08:42:35.702Z | Downloaded async-stream-impl v0.3.6 |
519 | 2025-01-22T08:42:35.702Z | Downloaded ident_case v1.0.1 |
520 | 2025-01-22T08:42:35.704Z | Downloaded async-recursion v1.1.1 |
521 | 2025-01-22T08:42:35.707Z | Downloaded heck v0.3.3 |
522 | 2025-01-22T08:42:35.710Z | Downloaded aws-lc-rs v1.10.0 |
523 | 2025-01-22T08:42:35.718Z | Downloaded atty v0.2.14 |
524 | 2025-01-22T08:42:35.721Z | Downloaded humantime v2.1.0 |
525 | 2025-01-22T08:42:35.724Z | Downloaded hubpack v0.1.2 |
526 | 2025-01-22T08:42:35.724Z | Downloaded hostname v0.4.0 |
527 | 2025-01-22T08:42:35.726Z | Downloaded http-body v1.0.1 |
528 | 2025-01-22T08:42:35.726Z | Downloaded hex-literal v0.4.1 |
529 | 2025-01-22T08:42:35.730Z | Downloaded hostname v0.3.1 |
530 | 2025-01-22T08:42:35.734Z | Downloaded lazy_static v1.5.0 |
531 | 2025-01-22T08:42:35.734Z | Downloaded indent_write v2.2.0 |
532 | 2025-01-22T08:42:35.738Z | Downloaded lru-cache v0.1.2 |
533 | 2025-01-22T08:42:35.738Z | Downloaded keccak v0.1.5 |
534 | 2025-01-22T08:42:35.738Z | Downloaded instability v0.3.2 |
535 | 2025-01-22T08:42:35.741Z | Downloaded home v0.5.9 |
536 | 2025-01-22T08:42:35.741Z | Downloaded inout v0.1.3 |
537 | 2025-01-22T08:42:35.741Z | Downloaded idna_adapter v1.2.0 |
538 | 2025-01-22T08:42:35.744Z | Downloaded managed v0.8.0 |
539 | 2025-01-22T08:42:35.744Z | Downloaded ciborium-io v0.2.2 |
540 | 2025-01-22T08:42:35.747Z | Downloaded lazycell v1.3.0 |
541 | 2025-01-22T08:42:35.747Z | Downloaded hyper-tls v0.6.0 |
542 | 2025-01-22T08:42:35.751Z | Downloaded cfg_aliases v0.2.1 |
543 | 2025-01-22T08:42:35.751Z | Downloaded cfg_aliases v0.1.1 |
544 | 2025-01-22T08:42:35.751Z | Downloaded impl-trait-for-tuples v0.2.2 |
545 | 2025-01-22T08:42:35.759Z | Downloaded md-5 v0.10.6 |
546 | 2025-01-22T08:42:35.762Z | Downloaded maybe-uninit v2.0.0 |
547 | 2025-01-22T08:42:35.762Z | Downloaded linear-map v1.2.0 |
548 | 2025-01-22T08:42:35.762Z | Downloaded crunchy v0.2.2 |
549 | 2025-01-22T08:42:35.762Z | Downloaded chrono-tz-build v0.4.0 |
550 | 2025-01-22T08:42:35.762Z | Downloaded http-body-util v0.1.2 |
551 | 2025-01-22T08:42:35.762Z | Downloaded hex v0.4.3 |
552 | 2025-01-22T08:42:35.765Z | Downloaded heapless v0.8.0 |
553 | 2025-01-22T08:42:35.769Z | Downloaded progenitor-client v0.9.1 |
554 | 2025-01-22T08:42:35.771Z | Downloaded mockall v0.13.0 |
555 | 2025-01-22T08:42:35.772Z | Downloaded memoffset v0.9.1 |
556 | 2025-01-22T08:42:35.772Z | Downloaded lru v0.12.5 |
557 | 2025-01-22T08:42:35.774Z | Downloaded md5 v0.7.0 |
558 | 2025-01-22T08:42:35.774Z | Downloaded bitflags v1.3.2 |
559 | 2025-01-22T08:42:35.779Z | Downloaded httpdate v1.0.3 |
560 | 2025-01-22T08:42:35.782Z | Downloaded hickory-client v0.24.2 |
561 | 2025-01-22T08:42:35.786Z | Downloaded libefi-sys v0.1.0 |
562 | 2025-01-22T08:42:35.786Z | Downloaded lalrpop-util v0.19.12 |
563 | 2025-01-22T08:42:35.786Z | Downloaded bit-vec v0.6.3 |
564 | 2025-01-22T08:42:35.789Z | Downloaded crc v3.2.1 |
565 | 2025-01-22T08:42:35.792Z | Downloaded cexpr v0.6.0 |
566 | 2025-01-22T08:42:35.792Z | Downloaded castaway v0.2.3 |
567 | 2025-01-22T08:42:35.794Z | Downloaded sigpipe v0.1.3 |
568 | 2025-01-22T08:42:35.794Z | Downloaded jobserver v0.1.32 |
569 | 2025-01-22T08:42:35.799Z | Downloaded icu_locid_transform v1.5.0 |
570 | 2025-01-22T08:42:35.802Z | Downloaded litemap v0.7.3 |
571 | 2025-01-22T08:42:35.805Z | Downloaded crc-catalog v2.4.0 |
572 | 2025-01-22T08:42:35.805Z | Downloaded mime_guess v2.0.5 |
573 | 2025-01-22T08:42:35.807Z | Downloaded convert_case v0.4.0 |
574 | 2025-01-22T08:42:35.808Z | Downloaded chacha20 v0.9.1 |
575 | 2025-01-22T08:42:35.812Z | Downloaded cmake v0.1.51 |
576 | 2025-01-22T08:42:35.812Z | Downloaded ipnet v2.10.1 |
577 | 2025-01-22T08:42:35.812Z | Downloaded hyper-staticfile v0.10.1 |
578 | 2025-01-22T08:42:35.815Z | Downloaded crossbeam-deque v0.8.5 |
579 | 2025-01-22T08:42:35.818Z | Downloaded const_format_proc_macros v0.2.33 |
580 | 2025-01-22T08:42:35.821Z | Downloaded multer v3.1.0 |
581 | 2025-01-22T08:42:35.824Z | Downloaded lock_api v0.4.12 |
582 | 2025-01-22T08:42:35.824Z | Downloaded ctr v0.9.2 |
583 | 2025-01-22T08:42:35.827Z | Downloaded slog-stdlog v4.1.1 |
584 | 2025-01-22T08:42:35.830Z | Downloaded serde_urlencoded v0.7.1 |
585 | 2025-01-22T08:42:35.830Z | Downloaded scopeguard v1.2.0 |
586 | 2025-01-22T08:42:35.834Z | Downloaded rustversion v1.0.17 |
587 | 2025-01-22T08:42:35.834Z | Downloaded rtoolbox v0.0.2 |
588 | 2025-01-22T08:42:35.838Z | Downloaded want v0.3.1 |
589 | 2025-01-22T08:42:35.838Z | Downloaded bzip2 v0.4.4 |
590 | 2025-01-22T08:42:35.841Z | Downloaded foreign-types v0.3.2 |
591 | 2025-01-22T08:42:35.841Z | Downloaded cipher v0.4.4 |
592 | 2025-01-22T08:42:35.841Z | Downloaded bcs v0.1.6 |
593 | 2025-01-22T08:42:35.845Z | Downloaded strip-ansi-escapes v0.2.0 |
594 | 2025-01-22T08:42:35.848Z | Downloaded ciborium v0.2.2 |
595 | 2025-01-22T08:42:35.848Z | Downloaded tap v1.0.1 |
596 | 2025-01-22T08:42:35.850Z | Downloaded stable_deref_trait v1.2.0 |
597 | 2025-01-22T08:42:35.850Z | Downloaded termios v0.3.3 |
598 | 2025-01-22T08:42:35.853Z | Downloaded console v0.15.8 |
599 | 2025-01-22T08:42:35.856Z | Downloaded icu_locid_transform_data v1.5.0 |
600 | 2025-01-22T08:42:35.860Z | Downloaded headers-core v0.3.0 |
601 | 2025-01-22T08:42:35.860Z | Downloaded float-ord v0.3.2 |
602 | 2025-01-22T08:42:35.860Z | Downloaded slog-json v2.6.1 |
603 | 2025-01-22T08:42:35.863Z | Downloaded icu_normalizer_data v1.5.0 |
604 | 2025-01-22T08:42:35.866Z | Downloaded icu_locid v1.5.0 |
605 | 2025-01-22T08:42:35.870Z | Downloaded csv-core v0.1.11 |
606 | 2025-01-22T08:42:35.873Z | Downloaded icu_normalizer v1.5.0 |
607 | 2025-01-22T08:42:35.876Z | Downloaded phf_shared v0.10.0 |
608 | 2025-01-22T08:42:35.876Z | Downloaded peg-runtime v0.8.3 |
609 | 2025-01-22T08:42:35.878Z | Downloaded precomputed-hash v0.1.1 |
610 | 2025-01-22T08:42:35.878Z | Downloaded num-iter v0.1.45 |
611 | 2025-01-22T08:42:35.881Z | Downloaded foreign-types v0.5.0 |
612 | 2025-01-22T08:42:35.881Z | Downloaded xz2 v0.1.7 |
613 | 2025-01-22T08:42:35.885Z | Downloaded xattr v1.3.1 |
614 | 2025-01-22T08:42:35.885Z | Downloaded semver v0.1.20 |
615 | 2025-01-22T08:42:35.888Z | Downloaded blake2 v0.10.6 |
616 | 2025-01-22T08:42:35.888Z | Downloaded topological-sort v0.2.2 |
617 | 2025-01-22T08:42:35.891Z | Downloaded clang-sys v1.8.1 |
618 | 2025-01-22T08:42:35.894Z | Downloaded tui-tree-widget v0.22.0 |
619 | 2025-01-22T08:42:35.894Z | Downloaded colored v2.1.0 |
620 | 2025-01-22T08:42:35.898Z | Downloaded tinystr v0.7.6 |
621 | 2025-01-22T08:42:35.898Z | Downloaded tiny-keccak v2.0.2 |
622 | 2025-01-22T08:42:35.901Z | Downloaded zeroize_derive v1.4.2 |
623 | 2025-01-22T08:42:35.904Z | Downloaded base64 v0.13.1 |
624 | 2025-01-22T08:42:35.909Z | Downloaded progenitor-client v0.8.0 |
625 | 2025-01-22T08:42:35.909Z | Downloaded deranged v0.3.11 |
626 | 2025-01-22T08:42:35.913Z | Downloaded const-oid v0.9.6 |
627 | 2025-01-22T08:42:35.913Z | Downloaded data-encoding v2.6.0 |
628 | 2025-01-22T08:42:35.913Z | Downloaded slog-scope v4.4.0 |
629 | 2025-01-22T08:42:35.916Z | Downloaded hmac v0.12.1 |
630 | 2025-01-22T08:42:35.916Z | Downloaded float-cmp v0.9.0 |
631 | 2025-01-22T08:42:35.919Z | Downloaded foreign-types-macros v0.2.3 |
632 | 2025-01-22T08:42:35.919Z | Downloaded foldhash v0.1.3 |
633 | 2025-01-22T08:42:35.922Z | Downloaded embedded-io v0.6.1 |
634 | 2025-01-22T08:42:35.922Z | Downloaded embedded-io v0.4.0 |
635 | 2025-01-22T08:42:35.925Z | Downloaded tower-service v0.3.3 |
636 | 2025-01-22T08:42:35.925Z | Downloaded time-core v0.1.2 |
637 | 2025-01-22T08:42:35.928Z | Downloaded crossbeam-utils v0.8.20 |
638 | 2025-01-22T08:42:35.928Z | Downloaded unarray v0.1.4 |
639 | 2025-01-22T08:42:35.932Z | Downloaded zone_cfg_derive v0.3.0 |
640 | 2025-01-22T08:42:35.932Z | Downloaded phf_codegen v0.11.2 |
641 | 2025-01-22T08:42:35.935Z | Downloaded phf_generator v0.11.2 |
642 | 2025-01-22T08:42:35.935Z | Downloaded phf v0.11.2 |
643 | 2025-01-22T08:42:35.935Z | Downloaded icu_provider v1.5.0 |
644 | 2025-01-22T08:42:35.938Z | Downloaded predicates v3.1.2 |
645 | 2025-01-22T08:42:35.941Z | Downloaded indexmap v1.9.3 |
646 | 2025-01-22T08:42:35.944Z | Downloaded endian-type v0.1.2 |
647 | 2025-01-22T08:42:35.947Z | Downloaded sync-ptr v0.1.1 |
648 | 2025-01-22T08:42:35.947Z | Downloaded bytes v1.9.0 |
649 | 2025-01-22T08:42:35.950Z | Downloaded yoke-derive v0.7.4 |
650 | 2025-01-22T08:42:35.954Z | Downloaded downcast v0.11.0 |
651 | 2025-01-22T08:42:35.957Z | Downloaded rfc6979 v0.4.0 |
652 | 2025-01-22T08:42:35.957Z | Downloaded num v0.4.3 |
653 | 2025-01-22T08:42:35.957Z | Downloaded rusty-fork v0.3.0 |
654 | 2025-01-22T08:42:35.959Z | Downloaded sha1 v0.10.6 |
655 | 2025-01-22T08:42:35.959Z | Downloaded schemars_derive v0.8.21 |
656 | 2025-01-22T08:42:35.963Z | Downloaded slog-term v2.9.1 |
657 | 2025-01-22T08:42:35.966Z | Downloaded base64 v0.21.7 |
658 | 2025-01-22T08:42:35.968Z | Downloaded num_threads v0.1.7 |
659 | 2025-01-22T08:42:35.970Z | Downloaded scrypt v0.11.0 |
660 | 2025-01-22T08:42:35.974Z | Downloaded radium v0.7.0 |
661 | 2025-01-22T08:42:35.974Z | Downloaded slab v0.4.9 |
662 | 2025-01-22T08:42:35.977Z | Downloaded string_cache v0.8.7 |
663 | 2025-01-22T08:42:35.977Z | Downloaded progenitor-impl v0.8.0 |
664 | 2025-01-22T08:42:35.979Z | Downloaded siphasher v0.3.11 |
665 | 2025-01-22T08:42:35.982Z | Downloaded pretty-hex v0.2.1 |
666 | 2025-01-22T08:42:35.982Z | Downloaded thiserror-impl-no-std v2.0.2 |
667 | 2025-01-22T08:42:35.982Z | Downloaded num-integer v0.1.46 |
668 | 2025-01-22T08:42:35.985Z | Downloaded stringprep v0.1.5 |
669 | 2025-01-22T08:42:35.988Z | Downloaded utf8_iter v1.0.4 |
670 | 2025-01-22T08:42:35.988Z | Downloaded num-rational v0.4.2 |
671 | 2025-01-22T08:42:35.990Z | Downloaded thiserror-no-std v2.0.2 |
672 | 2025-01-22T08:42:35.993Z | Downloaded hyper-util v0.1.10 |
673 | 2025-01-22T08:42:35.998Z | Downloaded indicatif v0.17.9 |
674 | 2025-01-22T08:42:36.002Z | Downloaded serde-big-array v0.5.1 |
675 | 2025-01-22T08:42:36.005Z | Downloaded base64 v0.22.1 |
676 | 2025-01-22T08:42:36.008Z | Downloaded either v1.13.0 |
677 | 2025-01-22T08:42:36.010Z | Downloaded supports-color v3.0.1 |
678 | 2025-01-22T08:42:36.013Z | Downloaded subtle v2.6.1 |
679 | 2025-01-22T08:42:36.013Z | Downloaded dropshot_endpoint v0.15.1 |
680 | 2025-01-22T08:42:36.016Z | Downloaded try-lock v0.2.5 |
681 | 2025-01-22T08:42:36.019Z | Downloaded termtree v0.4.1 |
682 | 2025-01-22T08:42:36.019Z | Downloaded untrusted v0.7.1 |
683 | 2025-01-22T08:42:36.022Z | Downloaded chacha20poly1305 v0.10.1 |
684 | 2025-01-22T08:42:36.022Z | Downloaded enum-as-inner v0.6.1 |
685 | 2025-01-22T08:42:36.025Z | Downloaded num_enum_derive v0.5.11 |
686 | 2025-01-22T08:42:36.027Z | Downloaded ghash v0.5.1 |
687 | 2025-01-22T08:42:36.027Z | Downloaded compact_str v0.8.0 |
688 | 2025-01-22T08:42:36.030Z | Downloaded wyz v0.5.1 |
689 | 2025-01-22T08:42:36.033Z | Downloaded poly1305 v0.8.0 |
690 | 2025-01-22T08:42:36.035Z | Downloaded progenitor-macro v0.9.1 |
691 | 2025-01-22T08:42:36.035Z | Downloaded pbkdf2 v0.12.2 |
692 | 2025-01-22T08:42:36.037Z | Downloaded thread_local v1.1.8 |
693 | 2025-01-22T08:42:36.040Z | Downloaded vte v0.11.1 |
694 | 2025-01-22T08:42:36.043Z | Downloaded quinn-udp v0.5.5 |
695 | 2025-01-22T08:42:36.043Z | Downloaded hickory-resolver v0.24.2 |
696 | 2025-01-22T08:42:36.047Z | Downloaded group v0.13.0 |
697 | 2025-01-22T08:42:36.049Z | Downloaded pem v3.0.4 |
698 | 2025-01-22T08:42:36.052Z | Downloaded peg v0.8.4 |
699 | 2025-01-22T08:42:36.065Z | Downloaded opaque-debug v0.3.1 |
700 | 2025-01-22T08:42:36.068Z | Downloaded minimal-lexical v0.2.1 |
701 | 2025-01-22T08:42:36.072Z | Downloaded hickory-server v0.24.2 |
702 | 2025-01-22T08:42:36.077Z | Downloaded diesel_table_macro_syntax v0.2.0 |
703 | 2025-01-22T08:42:36.080Z | Downloaded zone v0.3.0 |
704 | 2025-01-22T08:42:36.080Z | Downloaded funty v2.0.0 |
705 | 2025-01-22T08:42:36.080Z | Downloaded which v4.4.2 |
706 | 2025-01-22T08:42:36.083Z | Downloaded untrusted v0.9.0 |
707 | 2025-01-22T08:42:36.085Z | Downloaded half v2.4.1 |
708 | 2025-01-22T08:42:36.088Z | Downloaded nu-ansi-term v0.50.1 |
709 | 2025-01-22T08:42:36.091Z | Downloaded crypto-bigint v0.5.5 |
710 | 2025-01-22T08:42:36.097Z | Downloaded sqlformat v0.2.6 |
711 | 2025-01-22T08:42:36.099Z | Downloaded serde_path_to_error v0.1.16 |
712 | 2025-01-22T08:42:36.099Z | Downloaded salsa20 v0.10.2 |
713 | 2025-01-22T08:42:36.102Z | Downloaded nanorand v0.7.0 |
714 | 2025-01-22T08:42:36.105Z | Downloaded unicode-bidi v0.3.17 |
715 | 2025-01-22T08:42:36.108Z | Downloaded tungstenite v0.23.0 |
716 | 2025-01-22T08:42:36.111Z | Downloaded toolchain_find v0.4.0 |
717 | 2025-01-22T08:42:36.113Z | Downloaded sqlparser_derive v0.2.2 |
718 | 2025-01-22T08:42:36.113Z | Downloaded tungstenite v0.21.0 |
719 | 2025-01-22T08:42:36.117Z | Downloaded serde_derive_internals v0.29.1 |
720 | 2025-01-22T08:42:36.119Z | Downloaded globset v0.4.15 |
721 | 2025-01-22T08:42:36.124Z | Downloaded schemars v0.8.21 |
722 | 2025-01-22T08:42:36.132Z | Downloaded nodrop v0.1.14 |
723 | 2025-01-22T08:42:36.135Z | Downloaded new_debug_unreachable v1.0.6 |
724 | 2025-01-22T08:42:36.135Z | Downloaded serde_plain v1.0.2 |
725 | 2025-01-22T08:42:36.138Z | Downloaded ed25519 v2.2.3 |
726 | 2025-01-22T08:42:36.138Z | Downloaded tokio-rustls v0.25.0 |
727 | 2025-01-22T08:42:36.141Z | Downloaded tracing-attributes v0.1.27 |
728 | 2025-01-22T08:42:36.144Z | Downloaded tokio-tungstenite v0.21.0 |
729 | 2025-01-22T08:42:36.147Z | Downloaded parse-size v1.1.0 |
730 | 2025-01-22T08:42:36.147Z | Downloaded openssl-macros v0.1.1 |
731 | 2025-01-22T08:42:36.150Z | Downloaded num-conv v0.1.0 |
732 | 2025-01-22T08:42:36.150Z | Downloaded structmeta v0.3.0 |
733 | 2025-01-22T08:42:36.153Z | Downloaded structmeta v0.2.0 |
734 | 2025-01-22T08:42:36.153Z | Downloaded zopfli v0.8.1 |
735 | 2025-01-22T08:42:36.156Z | Downloaded packed_struct_codegen v0.10.1 |
736 | 2025-01-22T08:42:36.156Z | Downloaded synstructure v0.13.1 |
737 | 2025-01-22T08:42:36.158Z | Downloaded darling_core v0.20.10 |
738 | 2025-01-22T08:42:36.162Z | Downloaded rustc_version v0.1.7 |
739 | 2025-01-22T08:42:36.165Z | Downloaded spin v0.9.8 |
740 | 2025-01-22T08:42:36.167Z | Downloaded rustc-hash v2.0.0 |
741 | 2025-01-22T08:42:36.167Z | Downloaded rustc-hash v1.1.0 |
742 | 2025-01-22T08:42:36.176Z | Downloaded quinn v0.11.5 |
743 | 2025-01-22T08:42:36.180Z | Downloaded wait-timeout v0.2.0 |
744 | 2025-01-22T08:42:36.181Z | Downloaded num-complex v0.4.6 |
745 | 2025-01-22T08:42:36.181Z | Downloaded der v0.7.9 |
746 | 2025-01-22T08:42:36.183Z | Downloaded ssh-encoding v0.2.0 |
747 | 2025-01-22T08:42:36.183Z | Downloaded elliptic-curve v0.13.8 |
748 | 2025-01-22T08:42:36.187Z | Downloaded fragile v2.0.0 |
749 | 2025-01-22T08:42:36.189Z | Downloaded smallvec v1.13.2 |
750 | 2025-01-22T08:42:36.192Z | Downloaded http v1.2.0 |
751 | 2025-01-22T08:42:36.195Z | Downloaded progenitor-macro v0.8.0 |
752 | 2025-01-22T08:42:36.198Z | Downloaded postgres-protocol v0.6.7 |
753 | 2025-01-22T08:42:36.201Z | Downloaded mio v1.0.2 |
754 | 2025-01-22T08:42:36.205Z | Downloaded x509-cert v0.2.5 |
755 | 2025-01-22T08:42:36.211Z | Downloaded fd-lock v4.0.2 |
756 | 2025-01-22T08:42:36.214Z | Downloaded rand_chacha v0.3.1 |
757 | 2025-01-22T08:42:36.217Z | Downloaded zerofrom v0.1.4 |
758 | 2025-01-22T08:42:36.217Z | Downloaded quick-error v1.2.3 |
759 | 2025-01-22T08:42:36.221Z | Downloaded primeorder v0.13.6 |
760 | 2025-01-22T08:42:36.221Z | Downloaded progenitor v0.8.0 |
761 | 2025-01-22T08:42:36.223Z | Downloaded thiserror v2.0.11 |
762 | 2025-01-22T08:42:36.227Z | Downloaded pkg-config v0.3.31 |
763 | 2025-01-22T08:42:36.230Z | Downloaded ssh-cipher v0.2.0 |
764 | 2025-01-22T08:42:36.233Z | Downloaded parse-display-derive v0.10.0 |
765 | 2025-01-22T08:42:36.233Z | Downloaded parse-display v0.10.0 |
766 | 2025-01-22T08:42:36.235Z | Downloaded serde_with_macros v3.11.0 |
767 | 2025-01-22T08:42:36.236Z | Downloaded fxhash v0.2.1 |
768 | 2025-01-22T08:42:36.238Z | Downloaded unicode-xid v0.2.6 |
769 | 2025-01-22T08:42:36.238Z | Downloaded dsl_auto_type v0.1.2 |
770 | 2025-01-22T08:42:36.241Z | Downloaded rustc-demangle v0.1.24 |
771 | 2025-01-22T08:42:36.241Z | Downloaded parking_lot_core v0.9.10 |
772 | 2025-01-22T08:42:36.244Z | Downloaded tokio-native-tls v0.3.1 |
773 | 2025-01-22T08:42:36.247Z | Downloaded futures-channel v0.3.31 |
774 | 2025-01-22T08:42:36.250Z | Downloaded derive-where v1.2.7 |
775 | 2025-01-22T08:42:36.252Z | Downloaded take_mut v0.2.2 |
776 | 2025-01-22T08:42:36.252Z | Downloaded static_assertions v1.1.0 |
777 | 2025-01-22T08:42:36.257Z | Downloaded flate2 v1.0.35 |
778 | 2025-01-22T08:42:36.260Z | Downloaded normalize-line-endings v0.3.0 |
779 | 2025-01-22T08:42:36.264Z | Downloaded derive_builder_macro v0.20.2 |
780 | 2025-01-22T08:42:36.264Z | Downloaded zerocopy v0.6.6 |
781 | 2025-01-22T08:42:36.267Z | Downloaded ff v0.13.0 |
782 | 2025-01-22T08:42:36.267Z | Downloaded fallible-streaming-iterator v0.1.9 |
783 | 2025-01-22T08:42:36.270Z | Downloaded unicode-truncate v1.1.0 |
784 | 2025-01-22T08:42:36.270Z | Downloaded itertools v0.10.5 |
785 | 2025-01-22T08:42:36.277Z | Downloaded foreign-types-shared v0.1.1 |
786 | 2025-01-22T08:42:36.279Z | Downloaded predicates-tree v1.0.11 |
787 | 2025-01-22T08:42:36.279Z | Downloaded openssl-probe v0.1.5 |
788 | 2025-01-22T08:42:36.282Z | Downloaded zeroize v1.8.1 |
789 | 2025-01-22T08:42:36.282Z | Downloaded zerofrom-derive v0.1.4 |
790 | 2025-01-22T08:42:36.285Z | Downloaded derive_builder_core v0.20.2 |
791 | 2025-01-22T08:42:36.288Z | Downloaded phf_shared v0.11.2 |
792 | 2025-01-22T08:42:36.288Z | Downloaded waitgroup v0.1.2 |
793 | 2025-01-22T08:42:36.288Z | Downloaded rustfmt-wrapper v0.2.1 |
794 | 2025-01-22T08:42:36.292Z | Downloaded flagset v0.4.6 |
795 | 2025-01-22T08:42:36.292Z | Downloaded filetime v0.2.25 |
796 | 2025-01-22T08:42:36.297Z | Downloaded scheduled-thread-pool v0.2.7 |
797 | 2025-01-22T08:42:36.297Z | Downloaded universal-hash v0.5.1 |
798 | 2025-01-22T08:42:36.300Z | Downloaded tabwriter v1.4.0 |
799 | 2025-01-22T08:42:36.300Z | Downloaded parking_lot v0.12.3 |
800 | 2025-01-22T08:42:36.303Z | Downloaded tokio-macros v2.5.0 |
801 | 2025-01-22T08:42:36.303Z | Downloaded paste v1.0.15 |
802 | 2025-01-22T08:42:36.306Z | Downloaded termtree v0.5.1 |
803 | 2025-01-22T08:42:36.309Z | Downloaded rcgen v0.12.1 |
804 | 2025-01-22T08:42:36.311Z | Downloaded defmt v0.3.8 |
805 | 2025-01-22T08:42:36.316Z | Downloaded foreign-types-shared v0.3.1 |
806 | 2025-01-22T08:42:36.319Z | Downloaded darling_macro v0.20.10 |
807 | 2025-01-22T08:42:36.319Z | Downloaded zone_cfg_derive v0.1.2 |
808 | 2025-01-22T08:42:36.319Z | Downloaded path-slash v0.1.5 |
809 | 2025-01-22T08:42:36.319Z | Downloaded rayon-core v1.12.1 |
810 | 2025-01-22T08:42:36.323Z | Downloaded hyper v1.5.2 |
811 | 2025-01-22T08:42:36.331Z | Downloaded newline-converter v0.3.0 |
812 | 2025-01-22T08:42:36.334Z | Downloaded utf16_iter v1.0.5 |
813 | 2025-01-22T08:42:36.334Z | Downloaded signal-hook-mio v0.2.4 |
814 | 2025-01-22T08:42:36.336Z | Downloaded predicates-core v1.0.8 |
815 | 2025-01-22T08:42:36.336Z | Downloaded progenitor-impl v0.9.1 |
816 | 2025-01-22T08:42:36.339Z | Downloaded ppv-lite86 v0.2.20 |
817 | 2025-01-22T08:42:36.342Z | Downloaded powerfmt v0.2.0 |
818 | 2025-01-22T08:42:36.342Z | Downloaded fixedbitset v0.4.2 |
819 | 2025-01-22T08:42:36.345Z | Downloaded socket2 v0.5.7 |
820 | 2025-01-22T08:42:36.348Z | Downloaded smallvec v0.6.14 |
821 | 2025-01-22T08:42:36.351Z | Downloaded slog-dtrace v0.3.0 |
822 | 2025-01-22T08:42:36.351Z | Downloaded heapless v0.7.17 |
823 | 2025-01-22T08:42:36.354Z | Downloaded unicode-segmentation v1.12.0 |
824 | 2025-01-22T08:42:36.358Z | Downloaded nibble_vec v0.1.0 |
825 | 2025-01-22T08:42:36.361Z | Downloaded newtype_derive v0.1.6 |
826 | 2025-01-22T08:42:36.361Z | Downloaded num_enum v0.5.11 |
827 | 2025-01-22T08:42:36.367Z | Downloaded futures-macro v0.3.31 |
828 | 2025-01-22T08:42:36.370Z | Downloaded idna v1.0.3 |
829 | 2025-01-22T08:42:36.374Z | Downloaded rpassword v7.3.1 |
830 | 2025-01-22T08:42:36.377Z | Downloaded structmeta-derive v0.3.0 |
831 | 2025-01-22T08:42:36.377Z | Downloaded structmeta-derive v0.2.0 |
832 | 2025-01-22T08:42:36.380Z | Downloaded zip v2.1.3 |
833 | 2025-01-22T08:42:36.383Z | Downloaded strum v0.26.3 |
834 | 2025-01-22T08:42:36.385Z | Downloaded write16 v1.0.0 |
835 | 2025-01-22T08:42:36.385Z | Downloaded oso-derive v0.27.3 |
836 | 2025-01-22T08:42:36.386Z | Downloaded fatfs v0.3.6 |
837 | 2025-01-22T08:42:36.389Z | Downloaded utf-8 v0.7.6 |
838 | 2025-01-22T08:42:36.391Z | Downloaded pin-project-internal v1.1.6 |
839 | 2025-01-22T08:42:36.395Z | Downloaded unicase v2.7.0 |
840 | 2025-01-22T08:42:36.395Z | Downloaded uzers v0.12.1 |
841 | 2025-01-22T08:42:36.398Z | Downloaded tokio-rustls v0.24.1 |
842 | 2025-01-22T08:42:36.401Z | Downloaded percent-encoding v2.3.1 |
843 | 2025-01-22T08:42:36.401Z | Downloaded pbkdf2 v0.11.0 |
844 | 2025-01-22T08:42:36.404Z | Downloaded omicron-zone-package v0.12.0 |
845 | 2025-01-22T08:42:36.407Z | Downloaded tinyvec_macros v0.1.1 |
846 | 2025-01-22T08:42:36.410Z | Downloaded futures-io v0.3.31 |
847 | 2025-01-22T08:42:36.410Z | Downloaded futures-executor v0.3.31 |
848 | 2025-01-22T08:42:36.412Z | Downloaded twox-hash v1.6.3 |
849 | 2025-01-22T08:42:36.412Z | Downloaded rusqlite v0.32.1 |
850 | 2025-01-22T08:42:36.497Z | Downloaded sync_wrapper v1.0.1 |
851 | 2025-01-22T08:42:36.510Z | Downloaded rustc_version v0.4.1 |
852 | 2025-01-22T08:42:36.510Z | Downloaded unsafe-libyaml v0.2.11 |
853 | 2025-01-22T08:42:36.510Z | Downloaded dirs-sys-next v0.1.2 |
854 | 2025-01-22T08:42:36.510Z | Downloaded typify-macro v0.2.0 |
855 | 2025-01-22T08:42:36.510Z | Downloaded rustls-pemfile v1.0.4 |
856 | 2025-01-22T08:42:36.510Z | Downloaded smf v0.2.3 |
857 | 2025-01-22T08:42:36.510Z | Downloaded newtype-uuid v1.2.1 |
858 | 2025-01-22T08:42:36.510Z | Downloaded signal-hook-registry v1.4.2 |
859 | 2025-01-22T08:42:36.510Z | Downloaded ed25519-dalek v2.1.1 |
860 | 2025-01-22T08:42:36.510Z | Downloaded whoami v1.5.2 |
861 | 2025-01-22T08:42:36.510Z | Downloaded form_urlencoded v1.2.1 |
862 | 2025-01-22T08:42:36.510Z | Downloaded quick-xml v0.33.0 |
863 | 2025-01-22T08:42:36.510Z | Downloaded shell-words v1.1.0 |
864 | 2025-01-22T08:42:36.510Z | Downloaded resolv-conf v0.7.0 |
865 | 2025-01-22T08:42:36.511Z | Downloaded document-features v0.2.10 |
866 | 2025-01-22T08:42:36.511Z | Downloaded display-error-chain v0.2.2 |
867 | 2025-01-22T08:42:36.511Z | Downloaded hashlink v0.9.1 |
868 | 2025-01-22T08:42:36.511Z | Downloaded zip v0.6.6 |
869 | 2025-01-22T08:42:36.511Z | Downloaded tls_codec_derive v0.4.1 |
870 | 2025-01-22T08:42:36.511Z | Downloaded shlex v1.3.0 |
871 | 2025-01-22T08:42:36.511Z | Downloaded debug-ignore v1.0.5 |
872 | 2025-01-22T08:42:36.511Z | Downloaded tls_codec v0.4.1 |
873 | 2025-01-22T08:42:36.511Z | Downloaded tokio-tungstenite v0.24.0 |
874 | 2025-01-22T08:42:36.511Z | Downloaded zerovec v0.10.4 |
875 | 2025-01-22T08:42:36.511Z | Downloaded polyval v0.6.2 |
876 | 2025-01-22T08:42:36.511Z | Downloaded rustls-pemfile v2.2.0 |
877 | 2025-01-22T08:42:36.511Z | Downloaded derive_more v0.99.18 |
878 | 2025-01-22T08:42:36.511Z | Downloaded strum_macros v0.25.3 |
879 | 2025-01-22T08:42:36.511Z | Downloaded strum_macros v0.24.3 |
880 | 2025-01-22T08:42:36.511Z | Downloaded snafu-derive v0.8.5 |
881 | 2025-01-22T08:42:36.511Z | Downloaded tokio-tungstenite v0.23.1 |
882 | 2025-01-22T08:42:36.511Z | Downloaded des v0.8.1 |
883 | 2025-01-22T08:42:36.511Z | Downloaded similar v2.6.0 |
884 | 2025-01-22T08:42:36.514Z | Downloaded olpc-cjson v0.1.4 |
885 | 2025-01-22T08:42:36.514Z | Downloaded unicode_categories v0.1.1 |
886 | 2025-01-22T08:42:36.514Z | Downloaded tar v0.4.42 |
887 | 2025-01-22T08:42:36.514Z | Downloaded rustls-pki-types v1.10.0 |
888 | 2025-01-22T08:42:36.514Z | Downloaded displaydoc v0.2.5 |
889 | 2025-01-22T08:42:36.517Z | Downloaded reedline v0.35.0 |
890 | 2025-01-22T08:42:36.525Z | Downloaded pkcs5 v0.7.1 |
891 | 2025-01-22T08:42:36.530Z | Downloaded chrono v0.4.39 |
892 | 2025-01-22T08:42:36.538Z | Downloaded tokio-util v0.7.12 |
893 | 2025-01-22T08:42:36.545Z | Downloaded url v2.5.3 |
894 | 2025-01-22T08:42:36.549Z | Downloaded tracing v0.1.40 |
895 | 2025-01-22T08:42:36.553Z | Downloaded pkcs1 v0.7.5 |
896 | 2025-01-22T08:42:36.556Z | Downloaded p521 v0.13.3 |
897 | 2025-01-22T08:42:36.561Z | Downloaded oso v0.27.3 |
898 | 2025-01-22T08:42:36.564Z | Downloaded openssl-sys v0.9.103 |
899 | 2025-01-22T08:42:36.570Z | Downloaded unicode-normalization v0.1.24 |
900 | 2025-01-22T08:42:36.574Z | Downloaded zerocopy-derive v0.8.10 |
901 | 2025-01-22T08:42:36.581Z | Downloaded serde_with v3.11.0 |
902 | 2025-01-22T08:42:36.591Z | Downloaded subprocess v0.2.9 |
903 | 2025-01-22T08:42:36.594Z | Downloaded russh-keys v0.45.0 |
904 | 2025-01-22T08:42:36.597Z | Downloaded icu_properties_data v1.5.0 |
905 | 2025-01-22T08:42:36.609Z | Downloaded tokio-postgres v0.7.12 |
906 | 2025-01-22T08:42:36.614Z | Downloaded lalrpop v0.19.12 |
907 | 2025-01-22T08:42:36.626Z | Downloaded bitvec v1.0.1 |
908 | 2025-01-22T08:42:36.643Z | Downloaded expectorate v1.1.0 |
909 | 2025-01-22T08:42:36.646Z | Downloaded ssh-key v0.6.6 |
910 | 2025-01-22T08:42:36.652Z | Downloaded diesel_derives v2.2.3 |
911 | 2025-01-22T08:42:36.656Z | Downloaded futures-util v0.3.31 |
912 | 2025-01-22T08:42:36.670Z | Downloaded rsa v0.9.6 |
913 | 2025-01-22T08:42:36.675Z | Downloaded winnow v0.5.40 |
914 | 2025-01-22T08:42:36.684Z | Downloaded hashbrown v0.14.5 |
915 | 2025-01-22T08:42:36.690Z | Downloaded git2 v0.19.0 |
916 | 2025-01-22T08:42:36.700Z | Downloaded hashbrown v0.13.2 |
917 | 2025-01-22T08:42:36.706Z | Downloaded num-bigint v0.4.6 |
918 | 2025-01-22T08:42:36.710Z | Downloaded salty v0.3.0 |
919 | 2025-01-22T08:42:36.718Z | Downloaded typed-path v0.9.3 |
920 | 2025-01-22T08:42:36.725Z | Downloaded rustls-webpki v0.101.7 |
921 | 2025-01-22T08:42:36.740Z | Downloaded hashbrown v0.12.3 |
922 | 2025-01-22T08:42:36.744Z | Downloaded nom v7.1.3 |
923 | 2025-01-22T08:42:36.750Z | Downloaded p384 v0.13.0 |
924 | 2025-01-22T08:42:36.757Z | Downloaded rayon v1.10.0 |
925 | 2025-01-22T08:42:36.767Z | Downloaded num-bigint-dig v0.8.4 |
926 | 2025-01-22T08:42:36.781Z | Downloaded gimli v0.31.1 |
927 | 2025-01-22T08:42:36.789Z | Downloaded webpki-roots v0.26.6 |
928 | 2025-01-22T08:42:36.794Z | Downloaded bstr v1.10.0 |
929 | 2025-01-22T08:42:36.809Z | Downloaded nix v0.29.0 |
930 | 2025-01-22T08:42:36.824Z | Downloaded unicode-width v0.2.0 |
931 | 2025-01-22T08:42:36.832Z | Downloaded dropshot v0.15.1 |
932 | 2025-01-22T08:42:36.855Z | Downloaded chrono-tz v0.10.0 |
933 | 2025-01-22T08:42:36.862Z | Downloaded polar-core v0.27.3 |
934 | 2025-01-22T08:42:36.871Z | Downloaded radix_trie v0.2.1 |
935 | 2025-01-22T08:42:36.877Z | Downloaded zerocopy v0.8.10 |
936 | 2025-01-22T08:42:36.901Z | Downloaded rustls v0.23.19 |
937 | 2025-01-22T08:42:36.913Z | Downloaded rustls-webpki v0.102.8 |
938 | 2025-01-22T08:42:36.932Z | Downloaded dropshot v0.12.0 |
939 | 2025-01-22T08:42:36.953Z | Downloaded sqlparser v0.45.0 |
940 | 2025-01-22T08:42:36.958Z | Downloaded portable-atomic v1.9.0 |
941 | 2025-01-22T08:42:36.965Z | Downloaded vcpkg v0.2.15 |
942 | 2025-01-22T08:42:37.003Z | Downloaded hickory-proto v0.24.2 |
943 | 2025-01-22T08:42:37.018Z | Downloaded rustls v0.22.4 |
944 | 2025-01-22T08:42:37.031Z | Downloaded openssl v0.10.66 |
945 | 2025-01-22T08:42:37.040Z | Downloaded ratatui v0.28.1 |
946 | 2025-01-22T08:42:37.060Z | Downloaded regex v1.11.1 |
947 | 2025-01-22T08:42:37.072Z | Downloaded smoltcp v0.9.1 |
948 | 2025-01-22T08:42:37.083Z | Downloaded regress v0.10.1 |
949 | 2025-01-22T08:42:37.091Z | Downloaded regress v0.9.1 |
950 | 2025-01-22T08:42:37.099Z | Downloaded zerocopy-derive v0.6.6 |
951 | 2025-01-22T08:42:37.108Z | Downloaded nix v0.28.0 |
952 | 2025-01-22T08:42:37.119Z | Downloaded nix v0.27.1 |
953 | 2025-01-22T08:42:37.130Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
954 | 2025-01-22T08:42:37.142Z | Downloaded rustls v0.21.12 |
955 | 2025-01-22T08:42:37.152Z | Downloaded openapiv3 v2.0.0 |
956 | 2025-01-22T08:42:37.163Z | Downloaded smoltcp v0.11.0 |
957 | 2025-01-22T08:42:37.175Z | Downloaded regex-automata v0.4.8 |
958 | 2025-01-22T08:42:37.192Z | Downloaded regex-syntax v0.8.5 |
959 | 2025-01-22T08:42:37.200Z | Downloaded object v0.36.5 |
960 | 2025-01-22T08:42:37.211Z | Downloaded h2 v0.4.6 |
961 | 2025-01-22T08:42:37.217Z | Downloaded object v0.30.4 |
962 | 2025-01-22T08:42:37.227Z | Downloaded diesel v2.2.6 |
963 | 2025-01-22T08:42:37.244Z | Downloaded sled v0.34.7 |
964 | 2025-01-22T08:42:37.253Z | Downloaded tokio v1.43.0 |
965 | 2025-01-22T08:42:37.297Z | Downloaded csv v1.3.0 |
966 | 2025-01-22T08:42:37.312Z | Downloaded reqwest v0.12.9 |
967 | 2025-01-22T08:42:37.320Z | Downloaded regex-syntax v0.6.29 |
968 | 2025-01-22T08:42:37.327Z | Downloaded curve25519-dalek v4.1.3 |
969 | 2025-01-22T08:42:37.336Z | Downloaded petname v2.0.2 |
970 | 2025-01-22T08:42:37.341Z | Downloaded typify-impl v0.3.0 |
971 | 2025-01-22T08:42:37.356Z | Downloaded typify-impl v0.2.0 |
972 | 2025-01-22T08:42:37.370Z | Downloaded proptest v1.5.0 |
973 | 2025-01-22T08:42:37.379Z | Downloaded rustyline v14.0.0 |
974 | 2025-01-22T08:42:37.384Z | Downloaded snafu v0.8.5 |
975 | 2025-01-22T08:42:37.391Z | Downloaded steno v0.4.1 |
976 | 2025-01-22T08:42:37.394Z | Downloaded quinn-proto v0.11.8 |
977 | 2025-01-22T08:42:37.401Z | Downloaded itertools v0.13.0 |
978 | 2025-01-22T08:42:37.409Z | Downloaded lzma-sys v0.1.20 |
979 | 2025-01-22T08:42:37.440Z | Downloaded bindgen v0.69.5 |
980 | 2025-01-22T08:42:37.448Z | Downloaded pem-rfc7468 v0.7.0 |
981 | 2025-01-22T08:42:37.451Z | Downloaded pin-project v1.1.6 |
982 | 2025-01-22T08:42:37.462Z | Downloaded difflib v0.4.0 |
983 | 2025-01-22T08:42:37.465Z | Downloaded writeable v0.5.5 |
984 | 2025-01-22T08:42:37.465Z | Downloaded hash32 v0.3.1 |
985 | 2025-01-22T08:42:37.468Z | Downloaded hash32 v0.2.1 |
986 | 2025-01-22T08:42:37.468Z | Downloaded rand v0.8.5 |
987 | 2025-01-22T08:42:37.471Z | Downloaded qorb v0.2.1 |
988 | 2025-01-22T08:42:37.474Z | Downloaded toml_edit v0.19.15 |
989 | 2025-01-22T08:42:37.491Z | Downloaded petgraph v0.6.5 |
990 | 2025-01-22T08:42:37.509Z | Downloaded libz-sys v1.1.20 |
991 | 2025-01-22T08:42:37.616Z | Downloaded blake3 v1.5.4 |
992 | 2025-01-22T08:42:37.626Z | Downloaded ref-cast-impl v1.0.23 |
993 | 2025-01-22T08:42:37.626Z | Downloaded ref-cast v1.0.23 |
994 | 2025-01-22T08:42:37.626Z | Downloaded futures-sink v0.3.31 |
995 | 2025-01-22T08:42:37.626Z | Downloaded uuid v1.12.0 |
996 | 2025-01-22T08:42:37.626Z | Downloaded typify v0.3.0 |
997 | 2025-01-22T08:42:37.627Z | Downloaded prettyplease v0.2.25 |
998 | 2025-01-22T08:42:37.627Z | Downloaded tough v0.19.0 |
999 | 2025-01-22T08:42:37.627Z | Downloaded time v0.3.36 |
1000 | 2025-01-22T08:42:37.627Z | Downloaded hkdf v0.12.4 |
1001 | 2025-01-22T08:42:37.627Z | Downloaded publicsuffix v2.3.0 |
1002 | 2025-01-22T08:42:37.627Z | Downloaded parse-zoneinfo v0.3.1 |
1003 | 2025-01-22T08:42:37.627Z | Downloaded itertools v0.12.1 |
1004 | 2025-01-22T08:42:37.627Z | Downloaded password-hash v0.5.0 |
1005 | 2025-01-22T08:42:37.627Z | Downloaded password-hash v0.4.2 |
1006 | 2025-01-22T08:42:37.627Z | Downloaded sct v0.7.1 |
1007 | 2025-01-22T08:42:37.627Z | Downloaded sha3 v0.10.8 |
1008 | 2025-01-22T08:42:37.627Z | Downloaded futures v0.3.31 |
1009 | 2025-01-22T08:42:37.627Z | Downloaded same-file v1.0.6 |
1010 | 2025-01-22T08:42:37.627Z | Downloaded pkcs8 v0.10.2 |
1011 | 2025-01-22T08:42:37.627Z | Downloaded value-bag v1.9.0 |
1012 | 2025-01-22T08:42:37.627Z | Downloaded toml v0.7.8 |
1013 | 2025-01-22T08:42:37.627Z | Downloaded tinyvec v1.8.0 |
1014 | 2025-01-22T08:42:37.627Z | Downloaded test-strategy v0.3.1 |
1015 | 2025-01-22T08:42:37.627Z | Downloaded getrandom v0.2.15 |
1016 | 2025-01-22T08:42:37.632Z | Downloaded diff v0.1.13 |
1017 | 2025-01-22T08:42:37.632Z | Downloaded fallible-iterator v0.3.0 |
1018 | 2025-01-22T08:42:37.632Z | Downloaded fallible-iterator v0.2.0 |
1019 | 2025-01-22T08:42:37.633Z | Downloaded crossterm v0.28.1 |
1020 | 2025-01-22T08:42:37.636Z | Downloaded signature v2.2.0 |
1021 | 2025-01-22T08:42:37.636Z | Downloaded signal-hook-tokio v0.3.1 |
1022 | 2025-01-22T08:42:37.639Z | Downloaded rand_xorshift v0.3.0 |
1023 | 2025-01-22T08:42:37.639Z | Downloaded vergen v8.3.2 |
1024 | 2025-01-22T08:42:37.642Z | Downloaded tungstenite v0.24.0 |
1025 | 2025-01-22T08:42:37.645Z | Downloaded tracing-core v0.1.32 |
1026 | 2025-01-22T08:42:37.648Z | Downloaded parking_lot_core v0.8.6 |
1027 | 2025-01-22T08:42:37.651Z | Downloaded env_logger v0.11.5 |
1028 | 2025-01-22T08:42:37.654Z | Downloaded vsss-rs v3.3.4 |
1029 | 2025-01-22T08:42:37.656Z | Downloaded native-tls v0.2.12 |
1030 | 2025-01-22T08:42:37.659Z | Downloaded futures-core v0.3.31 |
1031 | 2025-01-22T08:42:37.659Z | Downloaded parking_lot v0.11.2 |
1032 | 2025-01-22T08:42:37.662Z | Downloaded proc-macro-crate v1.3.1 |
1033 | 2025-01-22T08:42:37.662Z | Downloaded russh v0.45.0 |
1034 | 2025-01-22T08:42:37.669Z | Downloaded defmt-parser v0.3.4 |
1035 | 2025-01-22T08:42:37.672Z | Downloaded defmt-macros v0.3.9 |
1036 | 2025-01-22T08:42:37.672Z | Downloaded zerovec-derive v0.10.3 |
1037 | 2025-01-22T08:42:37.674Z | Downloaded env_logger v0.10.2 |
1038 | 2025-01-22T08:42:37.677Z | Downloaded ecdsa v0.16.9 |
1039 | 2025-01-22T08:42:37.680Z | Downloaded flume v0.11.1 |
1040 | 2025-01-22T08:42:37.683Z | Downloaded libm v0.2.8 |
1041 | 2025-01-22T08:42:37.690Z | Downloaded libxml v0.3.3 |
1042 | 2025-01-22T08:42:37.696Z | Downloaded postcard v1.0.10 |
1043 | 2025-01-22T08:42:37.699Z | Downloaded encoding_rs v0.8.34 |
1044 | 2025-01-22T08:42:37.722Z | Downloaded pin-project-lite v0.2.14 |
1045 | 2025-01-22T08:42:37.726Z | Downloaded yasna v0.5.2 |
1046 | 2025-01-22T08:42:37.729Z | Downloaded p256 v0.13.2 |
1047 | 2025-01-22T08:42:37.732Z | Downloaded num-traits v0.2.19 |
1048 | 2025-01-22T08:42:37.735Z | Downloaded env_filter v0.1.2 |
1049 | 2025-01-22T08:42:37.738Z | Downloaded serde_yaml v0.9.34+deprecated |
1050 | 2025-01-22T08:42:37.740Z | Downloaded headers v0.4.0 |
1051 | 2025-01-22T08:42:37.745Z | Downloaded postgres-types v0.2.8 |
1052 | 2025-01-22T08:42:37.748Z | Downloaded peg-macros v0.8.4 |
1053 | 2025-01-22T08:42:37.751Z | Downloaded pin-utils v0.1.0 |
1054 | 2025-01-22T08:42:37.751Z | Downloaded term v0.7.0 |
1055 | 2025-01-22T08:42:37.755Z | Downloaded slog v2.7.0 |
1056 | 2025-01-22T08:42:37.757Z | Downloaded ron v0.8.1 |
1057 | 2025-01-22T08:42:37.763Z | Downloaded multimap v0.10.0 |
1058 | 2025-01-22T08:42:37.766Z | Downloaded gethostname v0.5.0 |
1059 | 2025-01-22T08:42:37.766Z | Downloaded dyn-clone v1.0.17 |
1060 | 2025-01-22T08:42:37.769Z | Downloaded dunce v1.0.5 |
1061 | 2025-01-22T08:42:37.769Z | Downloaded zone v0.1.8 |
1062 | 2025-01-22T08:42:37.769Z | Downloaded spki v0.7.3 |
1063 | 2025-01-22T08:42:37.772Z | Downloaded yoke v0.7.4 |
1064 | 2025-01-22T08:42:37.775Z | Downloaded typify v0.2.0 |
1065 | 2025-01-22T08:42:37.777Z | Downloaded psl-types v2.0.11 |
1066 | 2025-01-22T08:42:37.777Z | Downloaded crossbeam-channel v0.5.13 |
1067 | 2025-01-22T08:42:37.781Z | Downloaded termcolor v1.4.1 |
1068 | 2025-01-22T08:42:37.784Z | Downloaded fs_extra v1.3.0 |
1069 | 2025-01-22T08:42:37.786Z | Downloaded serde-hex v0.1.0 |
1070 | 2025-01-22T08:42:37.786Z | Downloaded secrecy v0.8.0 |
1071 | 2025-01-22T08:42:37.789Z | Downloaded sec1 v0.7.3 |
1072 | 2025-01-22T08:42:37.789Z | Downloaded ron v0.7.1 |
1073 | 2025-01-22T08:42:37.793Z | Downloaded samael v0.0.17 |
1074 | 2025-01-22T08:42:37.800Z | Downloaded icu_collections v1.5.0 |
1075 | 2025-01-22T08:42:37.806Z | Downloaded cc v1.1.30 |
1076 | 2025-01-22T08:42:37.810Z | Downloaded bumpalo v3.16.0 |
1077 | 2025-01-22T08:42:37.813Z | Downloaded glob v0.3.1 |
1078 | 2025-01-22T08:42:37.816Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1079 | 2025-01-22T08:42:37.876Z | Downloaded futures-task v0.3.31 |
1080 | 2025-01-22T08:42:37.879Z | Downloaded derive_builder v0.20.2 |
1081 | 2025-01-22T08:42:37.882Z | Downloaded unicode-properties v0.1.3 |
1082 | 2025-01-22T08:42:37.885Z | Downloaded owo-colors v4.1.0 |
1083 | 2025-01-22T08:42:37.887Z | Downloaded dropshot_endpoint v0.12.0 |
1084 | 2025-01-22T08:42:37.890Z | Downloaded const_format v0.2.33 |
1085 | 2025-01-22T08:42:37.894Z | Downloaded dirs-next v2.0.0 |
1086 | 2025-01-22T08:42:37.897Z | Downloaded diesel-dtrace v0.4.2 |
1087 | 2025-01-22T08:42:37.899Z | Downloaded backtrace v0.3.74 |
1088 | 2025-01-22T08:42:37.903Z | Downloaded slog-bunyan v2.5.0 |
1089 | 2025-01-22T08:42:37.906Z | Downloaded slog-async v2.8.0 |
1090 | 2025-01-22T08:42:37.909Z | Downloaded ena v0.14.3 |
1091 | 2025-01-22T08:42:37.909Z | Downloaded number_prefix v0.4.0 |
1092 | 2025-01-22T08:42:37.909Z | Downloaded progenitor v0.9.1 |
1093 | 2025-01-22T08:42:37.911Z | Downloaded der_derive v0.7.3 |
1094 | 2025-01-22T08:42:37.912Z | Downloaded walkdir v2.5.0 |
1095 | 2025-01-22T08:42:37.914Z | Downloaded packed_struct v0.10.1 |
1096 | 2025-01-22T08:42:37.917Z | Downloaded tokio-stream v0.1.16 |
1097 | 2025-01-22T08:42:37.920Z | Downloaded tokio-rustls v0.26.0 |
1098 | 2025-01-22T08:42:37.923Z | Downloaded time-macros v0.2.18 |
1099 | 2025-01-22T08:42:37.926Z | Downloaded signal-hook v0.3.17 |
1100 | 2025-01-22T08:42:37.929Z | Downloaded vte_generate_state_changes v0.1.2 |
1101 | 2025-01-22T08:42:37.929Z | Downloaded icu_properties v1.5.1 |
1102 | 2025-01-22T08:42:37.932Z | Downloaded num-derive v0.4.2 |
1103 | 2025-01-22T08:42:37.932Z | Downloaded typify-macro v0.3.0 |
1104 | 2025-01-22T08:42:37.935Z | Downloaded strum_macros v0.26.4 |
1105 | 2025-01-22T08:42:37.938Z | Downloaded thiserror-impl v2.0.11 |
1106 | 2025-01-22T08:42:37.938Z | Downloaded maplit v1.0.2 |
1107 | 2025-01-22T08:42:37.938Z | Downloaded crc-any v2.5.0 |
1108 | 2025-01-22T08:42:37.942Z | Downloaded cookie_store v0.21.1 |
1109 | 2025-01-22T08:42:37.949Z | Downloaded cookie v0.18.1 |
1110 | 2025-01-22T08:42:37.949Z | Downloaded crossbeam-epoch v0.9.18 |
1111 | 2025-01-22T08:42:37.954Z | Downloaded cancel-safe-futures v0.1.5 |
1112 | 2025-01-22T08:42:37.954Z | Downloaded bit-set v0.5.3 |
1113 | 2025-01-22T08:42:37.954Z | Downloaded mockall_derive v0.13.0 |
1114 | 2025-01-22T08:42:37.957Z | Downloaded miniz_oxide v0.8.0 |
1115 | 2025-01-22T08:42:37.957Z | Downloaded litrs v0.4.1 |
1116 | 2025-01-22T08:42:37.960Z | Downloaded crc32fast v1.4.2 |
1117 | 2025-01-22T08:42:37.966Z | Downloaded slog-envlogger v2.2.0 |
1118 | 2025-01-22T08:42:37.966Z | Downloaded simd-adler32 v0.3.7 |
1119 | 2025-01-22T08:42:37.969Z | Downloaded memmap2 v0.9.5 |
1120 | 2025-01-22T08:42:37.969Z | Downloaded iana-time-zone v0.1.61 |
1121 | 2025-01-22T08:42:37.972Z | Downloaded hyper-rustls v0.27.3 |
1122 | 2025-01-22T08:42:37.975Z | Downloaded cassowary v0.3.0 |
1123 | 2025-01-22T08:42:37.975Z | Downloaded rand_seeder v0.3.0 |
1124 | 2025-01-22T08:42:37.978Z | Downloaded rand_core v0.6.4 |
1125 | 2025-01-22T08:42:37.980Z | Downloaded r2d2 v0.8.10 |
1126 | 2025-01-22T08:42:37.980Z | Downloaded serde_repr v0.1.19 |
1127 | 2025-01-22T08:42:37.983Z | Downloaded mime v0.3.17 |
1128 | 2025-01-22T08:42:37.983Z | Downloaded libloading v0.8.5 |
1129 | 2025-01-22T08:42:37.986Z | Downloaded httparse v1.9.5 |
1130 | 2025-01-22T08:42:37.989Z | Downloaded curve25519-dalek-derive v0.1.1 |
1131 | 2025-01-22T08:42:37.989Z | Downloaded cobs v0.2.3 |
1132 | 2025-01-22T08:42:37.992Z | Downloaded constant_time_eq v0.3.1 |
1133 | 2025-01-22T08:42:37.992Z | Downloaded ciborium-ll v0.2.2 |
1134 | 2025-01-22T08:42:37.995Z | Downloaded highway v1.2.0 |
1135 | 2025-01-22T08:42:37.995Z | Downloaded bb8 v0.8.5 |
1136 | 2025-01-22T08:42:37.997Z | Downloaded backoff v0.4.0 |
1137 | 2025-01-22T08:42:37.997Z | Downloaded russh-cryptovec v0.7.3 |
1138 | 2025-01-22T08:42:38.000Z | Downloaded blowfish v0.9.1 |
1139 | 2025-01-22T08:42:38.000Z | Downloaded block-padding v0.3.3 |
1140 | 2025-01-22T08:42:38.001Z | Downloaded kstat-rs v0.2.4 |
1141 | 2025-01-22T08:42:38.003Z | Downloaded ipnetwork v0.20.0 |
1142 | 2025-01-22T08:42:38.004Z | Downloaded internet-checksum v0.2.1 |
1143 | 2025-01-22T08:42:38.006Z | Downloaded cbc v0.1.2 |
1144 | 2025-01-22T08:42:38.006Z | Downloaded buf-list v1.0.3 |
1145 | 2025-01-22T08:42:38.009Z | Downloaded bitfield-struct v0.6.2 |
1146 | 2025-01-22T08:42:38.009Z | Downloaded bitfield v0.14.0 |
1147 | 2025-01-22T08:42:38.012Z | Downloaded base16ct v0.2.0 |
1148 | 2025-01-22T08:42:38.012Z | Downloaded async-trait v0.1.83 |
1149 | 2025-01-22T08:42:38.015Z | Downloaded linked-hash-map v0.5.6 |
1150 | 2025-01-22T08:42:38.018Z | Downloaded is-terminal v0.4.13 |
1151 | 2025-01-22T08:42:38.018Z | Downloaded indoc v1.0.9 |
1152 | 2025-01-22T08:42:38.021Z | Downloaded cstr-argument v0.1.2 |
1153 | 2025-01-22T08:42:38.024Z | Downloaded crucible-workspace-hack v0.1.0 |
1154 | 2025-01-22T08:42:38.024Z | Downloaded darling v0.20.10 |
1155 | 2025-01-22T08:42:38.027Z | Downloaded libsw v3.3.1 |
1156 | 2025-01-22T08:42:38.029Z | Downloaded bcrypt-pbkdf v0.10.0 |
1157 | 2025-01-22T08:42:38.032Z | Downloaded lockfree-object-pool v0.1.6 |
1158 | 2025-01-22T08:42:38.212Z | Downloaded ring v0.17.8 |
1159 | 2025-01-22T08:42:38.313Z | Downloaded aws-lc-sys v0.22.0 |
1160 | 2025-01-22T08:42:38.526Z | Downloaded libsqlite3-sys v0.30.1 |
1161 | 2025-01-22T08:42:38.726Z | Compiling serde v1.0.217 |
1162 | 2025-01-22T08:42:38.732Z | Compiling lock_api v0.4.12 |
1163 | 2025-01-22T08:42:38.732Z | Compiling scopeguard v1.2.0 |
1164 | 2025-01-22T08:42:38.732Z | Compiling value-bag v1.9.0 |
1165 | 2025-01-22T08:42:38.732Z | Compiling typenum v1.17.0 |
1166 | 2025-01-22T08:42:38.859Z | Compiling generic-array v0.14.7 |
1167 | 2025-01-22T08:42:38.903Z | Compiling syn v2.0.96 |
1168 | 2025-01-22T08:42:38.919Z | Compiling getrandom v0.2.15 |
1169 | 2025-01-22T08:42:39.064Z | Compiling shlex v1.3.0 |
1170 | 2025-01-22T08:42:39.165Z | Compiling rand_core v0.6.4 |
1171 | 2025-01-22T08:42:39.346Z | Compiling log v0.4.22 |
1172 | 2025-01-22T08:42:39.417Z | Compiling subtle v2.6.1 |
1173 | 2025-01-22T08:42:39.434Z | Compiling jobserver v0.1.32 |
1174 | 2025-01-22T08:42:39.468Z | Compiling smallvec v1.13.2 |
1175 | 2025-01-22T08:42:39.667Z | Compiling const-oid v0.9.6 |
1176 | 2025-01-22T08:42:39.738Z | Compiling spin v0.9.8 |
1177 | 2025-01-22T08:42:39.836Z | Compiling pin-project-lite v0.2.14 |
1178 | 2025-01-22T08:42:39.848Z | Compiling cc v1.1.30 |
1179 | 2025-01-22T08:42:39.882Z | Compiling rustix v0.38.37 |
1180 | 2025-01-22T08:42:40.104Z | Compiling parking_lot_core v0.9.10 |
1181 | 2025-01-22T08:42:40.125Z | Compiling futures-core v0.3.31 |
1182 | 2025-01-22T08:42:40.253Z | Compiling signal-hook-registry v1.4.2 |
1183 | 2025-01-22T08:42:40.404Z | Compiling mio v1.0.2 |
1184 | 2025-01-22T08:42:40.698Z | Compiling aho-corasick v1.1.3 |
1185 | 2025-01-22T08:42:40.953Z | Compiling parking_lot v0.12.3 |
1186 | 2025-01-22T08:42:41.139Z | Compiling cpufeatures v0.2.14 |
1187 | 2025-01-22T08:42:41.161Z | Compiling stable_deref_trait v1.2.0 |
1188 | 2025-01-22T08:42:41.255Z | Compiling either v1.13.0 |
1189 | 2025-01-22T08:42:41.281Z | Compiling regex-syntax v0.8.5 |
1190 | 2025-01-22T08:42:41.477Z | Compiling lazy_static v1.5.0 |
1191 | 2025-01-22T08:42:41.615Z | Compiling glob v0.3.1 |
1192 | 2025-01-22T08:42:41.648Z | Compiling futures-sink v0.3.31 |
1193 | 2025-01-22T08:42:41.725Z | Compiling socket2 v0.5.7 |
1194 | 2025-01-22T08:42:41.742Z | Compiling slab v0.4.9 |
1195 | 2025-01-22T08:42:41.931Z | Compiling prettyplease v0.2.25 |
1196 | 2025-01-22T08:42:42.234Z | Compiling minimal-lexical v0.2.1 |
1197 | 2025-01-22T08:42:42.298Z | Compiling serde_json v1.0.135 |
1198 | 2025-01-22T08:42:42.600Z | Compiling clang-sys v1.8.1 |
1199 | 2025-01-22T08:42:42.650Z | Compiling nom v7.1.3 |
1200 | 2025-01-22T08:42:42.782Z | Compiling libloading v0.8.5 |
1201 | 2025-01-22T08:42:43.065Z | Compiling home v0.5.9 |
1202 | 2025-01-22T08:42:43.181Z | Compiling bindgen v0.69.5 |
1203 | 2025-01-22T08:42:43.341Z | Compiling futures-channel v0.3.31 |
1204 | 2025-01-22T08:42:43.768Z | Compiling itertools v0.12.1 |
1205 | 2025-01-22T08:42:43.824Z | Compiling futures-io v0.3.31 |
1206 | 2025-01-22T08:42:44.082Z | Compiling foldhash v0.1.3 |
1207 | 2025-01-22T08:42:44.109Z | Compiling pin-utils v0.1.0 |
1208 | 2025-01-22T08:42:44.282Z | Compiling rustc-hash v1.1.0 |
1209 | 2025-01-22T08:42:44.391Z | Compiling libm v0.2.8 |
1210 | 2025-01-22T08:42:44.411Z | Compiling allocator-api2 v0.2.18 |
1211 | 2025-01-22T08:42:44.728Z | Compiling lazycell v1.3.0 |
1212 | 2025-01-22T08:42:44.915Z | Compiling futures-task v0.3.31 |
1213 | 2025-01-22T08:42:45.158Z | Compiling regex-automata v0.4.8 |
1214 | 2025-01-22T08:42:45.207Z | Compiling hashbrown v0.15.1 |
1215 | 2025-01-22T08:42:45.707Z | Compiling cmake v0.1.51 |
1216 | 2025-01-22T08:42:46.070Z | Compiling cexpr v0.6.0 |
1217 | 2025-01-22T08:42:46.496Z | Compiling synstructure v0.13.1 |
1218 | 2025-01-22T08:42:46.651Z | Compiling num-traits v0.2.19 |
1219 | 2025-01-22T08:42:46.994Z | Compiling fs_extra v1.3.0 |
1220 | 2025-01-22T08:42:47.610Z | Compiling dunce v1.0.5 |
1221 | 2025-01-22T08:42:47.693Z | Compiling pkg-config v0.3.31 |
1222 | 2025-01-22T08:42:47.890Z | Compiling litemap v0.7.3 |
1223 | 2025-01-22T08:42:47.986Z | Compiling writeable v0.5.5 |
1224 | 2025-01-22T08:42:48.256Z | Compiling ring v0.17.8 |
1225 | 2025-01-22T08:42:48.523Z | Compiling base64ct v1.6.0 |
1226 | 2025-01-22T08:42:49.113Z | Compiling paste v1.0.15 |
1227 | 2025-01-22T08:42:49.135Z | Compiling pem-rfc7468 v0.7.0 |
1228 | 2025-01-22T08:42:49.390Z | Compiling aws-lc-rs v1.10.0 |
1229 | 2025-01-22T08:42:49.664Z | Compiling icu_locid_transform_data v1.5.0 |
1230 | 2025-01-22T08:42:49.823Z | Compiling flagset v0.4.6 |
1231 | 2025-01-22T08:42:49.836Z | Compiling httparse v1.9.5 |
1232 | 2025-01-22T08:42:49.984Z | Compiling tracing-core v0.1.32 |
1233 | 2025-01-22T08:42:50.438Z | Compiling regex v1.11.1 |
1234 | 2025-01-22T08:42:50.779Z | Compiling percent-encoding v2.3.1 |
1235 | 2025-01-22T08:42:50.848Z | Compiling crossbeam-utils v0.8.20 |
1236 | 2025-01-22T08:42:51.066Z | Compiling icu_properties_data v1.5.0 |
1237 | 2025-01-22T08:42:51.154Z | Compiling rustls-pki-types v1.10.0 |
1238 | 2025-01-22T08:42:51.366Z | Compiling time-core v0.1.2 |
1239 | 2025-01-22T08:42:51.369Z | Compiling mirai-annotations v1.12.0 |
1240 | 2025-01-22T08:42:51.538Z | Compiling num-conv v0.1.0 |
1241 | 2025-01-22T08:42:51.559Z | Compiling icu_normalizer_data v1.5.0 |
1242 | 2025-01-22T08:42:51.659Z | Compiling untrusted v0.7.1 |
1243 | 2025-01-22T08:42:51.686Z | Compiling serde_derive v1.0.217 |
1244 | 2025-01-22T08:42:51.784Z | Compiling zeroize_derive v1.4.2 |
1245 | 2025-01-22T08:42:51.893Z | Compiling zerocopy-derive v0.7.35 |
1246 | 2025-01-22T08:42:52.050Z | Compiling tokio-macros v2.5.0 |
1247 | 2025-01-22T08:42:52.150Z | Compiling zerofrom-derive v0.1.4 |
1248 | 2025-01-22T08:42:53.265Z | Compiling zeroize v1.8.1 |
1249 | 2025-01-22T08:42:53.471Z | Compiling yoke-derive v0.7.4 |
1250 | 2025-01-22T08:42:53.853Z | Compiling zerocopy v0.7.35 |
1251 | 2025-01-22T08:42:53.980Z | Compiling thiserror-impl v1.0.69 |
1252 | 2025-01-22T08:42:54.919Z | Compiling crypto-common v0.1.6 |
1253 | 2025-01-22T08:42:55.108Z | Compiling block-buffer v0.10.4 |
1254 | 2025-01-22T08:42:55.167Z | Compiling zerovec-derive v0.10.3 |
1255 | 2025-01-22T08:42:55.199Z | Compiling futures-macro v0.3.31 |
1256 | 2025-01-22T08:42:55.386Z | Compiling digest v0.10.7 |
1257 | 2025-01-22T08:42:55.651Z | Compiling zerofrom v0.1.4 |
1258 | 2025-01-22T08:42:55.831Z | Compiling hmac v0.12.1 |
1259 | 2025-01-22T08:42:55.879Z | Compiling displaydoc v0.2.5 |
1260 | 2025-01-22T08:42:56.083Z | Compiling block-padding v0.3.3 |
1261 | 2025-01-22T08:42:56.200Z | Compiling sha2 v0.10.8 |
1262 | 2025-01-22T08:42:56.225Z | Compiling yoke v0.7.4 |
1263 | 2025-01-22T08:42:56.349Z | Compiling inout v0.1.3 |
1264 | 2025-01-22T08:42:56.596Z | Compiling cipher v0.4.4 |
1265 | 2025-01-22T08:42:56.639Z | Compiling icu_provider_macros v1.5.0 |
1266 | 2025-01-22T08:42:56.939Z | Compiling thiserror v1.0.69 |
1267 | 2025-01-22T08:42:57.099Z | Compiling ppv-lite86 v0.2.20 |
1268 | 2025-01-22T08:42:57.120Z | Compiling futures-util v0.3.31 |
1269 | 2025-01-22T08:42:57.166Z | Compiling der_derive v0.7.3 |
1270 | 2025-01-22T08:42:57.407Z | Compiling tracing-attributes v0.1.27 |
1271 | 2025-01-22T08:42:57.719Z | Compiling zerovec v0.10.4 |
1272 | 2025-01-22T08:42:57.740Z | Compiling salsa20 v0.10.2 |
1273 | 2025-01-22T08:42:57.872Z | Compiling rand_chacha v0.3.1 |
1274 | 2025-01-22T08:42:57.957Z | Compiling pest v2.7.14 |
1275 | 2025-01-22T08:42:59.488Z | Compiling tinystr v0.7.6 |
1276 | 2025-01-22T08:42:59.729Z | Compiling der v0.7.9 |
1277 | 2025-01-22T08:42:59.829Z | Compiling icu_collections v1.5.0 |
1278 | 2025-01-22T08:42:59.874Z | Compiling icu_locid v1.5.0 |
1279 | 2025-01-22T08:43:00.180Z | Compiling rand v0.8.5 |
1280 | 2025-01-22T08:43:00.784Z | Compiling tracing v0.1.40 |
1281 | 2025-01-22T08:43:00.936Z | Compiling pbkdf2 v0.12.2 |
1282 | 2025-01-22T08:43:01.075Z | Compiling icu_provider v1.5.0 |
1283 | 2025-01-22T08:43:01.118Z | Compiling utf16_iter v1.0.5 |
1284 | 2025-01-22T08:43:01.324Z | Compiling utf8_iter v1.0.4 |
1285 | 2025-01-22T08:43:01.346Z | Compiling write16 v1.0.0 |
1286 | 2025-01-22T08:43:01.495Z | Compiling untrusted v0.9.0 |
1287 | 2025-01-22T08:43:01.585Z | Compiling vcpkg v0.2.15 |
1288 | 2025-01-22T08:43:01.686Z | Compiling spki v0.7.3 |
1289 | 2025-01-22T08:43:02.060Z | Compiling icu_locid_transform v1.5.0 |
1290 | 2025-01-22T08:43:02.083Z | Compiling powerfmt v0.2.0 |
1291 | 2025-01-22T08:43:02.326Z | Compiling scrypt v0.11.0 |
1292 | 2025-01-22T08:43:02.482Z | Compiling deranged v0.3.11 |
1293 | 2025-01-22T08:43:02.506Z | Compiling pest_meta v2.7.14 |
1294 | 2025-01-22T08:43:02.833Z | Compiling cbc v0.1.2 |
1295 | 2025-01-22T08:43:02.836Z | Compiling aes v0.8.4 |
1296 | 2025-01-22T08:43:03.169Z | Compiling time-macros v0.2.18 |
1297 | 2025-01-22T08:43:03.522Z | Compiling icu_properties v1.5.1 |
1298 | 2025-01-22T08:43:03.905Z | Compiling openssl-sys v0.9.103 |
1299 | 2025-01-22T08:43:04.488Z | Compiling bitflags v2.6.0 |
1300 | 2025-01-22T08:43:04.748Z | Compiling bytes v1.9.0 |
1301 | 2025-01-22T08:43:05.593Z | Compiling indexmap v2.7.0 |
1302 | 2025-01-22T08:43:05.650Z | Compiling tokio v1.43.0 |
1303 | 2025-01-22T08:43:05.949Z | Compiling http v1.2.0 |
1304 | 2025-01-22T08:43:06.201Z | Compiling semver v1.0.24 |
1305 | 2025-01-22T08:43:06.844Z | Compiling rustc_version v0.4.1 |
1306 | 2025-01-22T08:43:06.917Z | Compiling scroll_derive v0.12.0 |
1307 | 2025-01-22T08:43:07.616Z | Compiling icu_normalizer v1.5.0 |
1308 | 2025-01-22T08:43:07.934Z | Compiling tinyvec_macros v0.1.1 |
1309 | 2025-01-22T08:43:08.030Z | Compiling num_threads v0.1.7 |
1310 | 2025-01-22T08:43:08.111Z | Compiling atomic-waker v1.1.2 |
1311 | 2025-01-22T08:43:08.145Z | Compiling time v0.3.36 |
1312 | 2025-01-22T08:43:08.175Z | Compiling tinyvec v1.8.0 |
1313 | 2025-01-22T08:43:08.222Z | Compiling http-body v1.0.1 |
1314 | 2025-01-22T08:43:08.333Z | Compiling scroll v0.12.0 |
1315 | 2025-01-22T08:43:08.404Z | Compiling pest_generator v2.7.14 |
1316 | 2025-01-22T08:43:08.458Z | Compiling idna_adapter v1.2.0 |
1317 | 2025-01-22T08:43:08.729Z | Compiling which v4.4.2 |
1318 | 2025-01-22T08:43:08.881Z | Compiling pkcs5 v0.7.1 |
1319 | 2025-01-22T08:43:09.358Z | Compiling form_urlencoded v1.2.1 |
1320 | 2025-01-22T08:43:09.674Z | Compiling try-lock v0.2.5 |
1321 | 2025-01-22T08:43:09.691Z | Compiling slog v2.7.0 |
1322 | 2025-01-22T08:43:09.745Z | Compiling goblin v0.8.2 |
1323 | 2025-01-22T08:43:09.862Z | Compiling want v0.3.1 |
1324 | 2025-01-22T08:43:10.008Z | Compiling pkcs8 v0.10.2 |
1325 | 2025-01-22T08:43:10.125Z | Compiling idna v1.0.3 |
1326 | 2025-01-22T08:43:10.260Z | Compiling pest_derive v2.7.14 |
1327 | 2025-01-22T08:43:10.262Z | Compiling uuid v1.12.0 |
1328 | 2025-01-22T08:43:10.684Z | Compiling iana-time-zone v0.1.61 |
1329 | 2025-01-22T08:43:11.031Z | Compiling httpdate v1.0.3 |
1330 | 2025-01-22T08:43:11.096Z | Compiling dtrace-parser v0.2.0 |
1331 | 2025-01-22T08:43:11.487Z | Compiling chrono v0.4.39 |
1332 | 2025-01-22T08:43:11.842Z | Compiling serde_spanned v0.6.8 |
1333 | 2025-01-22T08:43:12.100Z | Compiling toml_datetime v0.6.8 |
1334 | 2025-01-22T08:43:12.548Z | Compiling serde_tokenstream v0.2.2 |
1335 | 2025-01-22T08:43:12.614Z | Compiling rustversion v1.0.17 |
1336 | 2025-01-22T08:43:12.890Z | Compiling match_cfg v0.1.0 |
1337 | 2025-01-22T08:43:12.998Z | Compiling base64 v0.22.1 |
1338 | 2025-01-22T08:43:13.051Z | Compiling adler2 v2.0.0 |
1339 | 2025-01-22T08:43:13.173Z | Compiling foreign-types-shared v0.1.1 |
1340 | 2025-01-22T08:43:13.274Z | Compiling tower-service v0.3.3 |
1341 | 2025-01-22T08:43:13.297Z | Compiling openssl v0.10.66 |
1342 | 2025-01-22T08:43:13.391Z | Compiling foreign-types v0.3.2 |
1343 | 2025-01-22T08:43:13.419Z | Compiling miniz_oxide v0.8.0 |
1344 | 2025-01-22T08:43:13.502Z | Compiling hostname v0.3.1 |
1345 | 2025-01-22T08:43:13.691Z | Compiling tokio-util v0.7.12 |
1346 | 2025-01-22T08:43:13.729Z | Compiling url v2.5.3 |
1347 | 2025-01-22T08:43:14.864Z | Compiling h2 v0.4.6 |
1348 | 2025-01-22T08:43:14.891Z | Compiling openssl-macros v0.1.1 |
1349 | 2025-01-22T08:43:14.969Z | Compiling async-trait v0.1.83 |
1350 | 2025-01-22T08:43:14.994Z | Compiling serde_derive_internals v0.29.1 |
1351 | 2025-01-22T08:43:15.589Z | Compiling dof v0.3.0 |
1352 | 2025-01-22T08:43:15.610Z | Compiling dirs-sys-next v0.1.2 |
1353 | 2025-01-22T08:43:16.168Z | Compiling rustls v0.23.19 |
1354 | 2025-01-22T08:43:16.502Z | Compiling usdt-impl v0.5.0 |
1355 | 2025-01-22T08:43:17.389Z | Compiling syn v1.0.109 |
1356 | 2025-01-22T08:43:17.413Z | Compiling data-encoding v2.6.0 |
1357 | 2025-01-22T08:43:17.468Z | Compiling schemars v0.8.21 |
1358 | 2025-01-22T08:43:17.805Z | Compiling rustls v0.22.4 |
1359 | 2025-01-22T08:43:17.893Z | Compiling siphasher v0.3.11 |
1360 | 2025-01-22T08:43:17.961Z | Compiling native-tls v0.2.12 |
1361 | 2025-01-22T08:43:18.208Z | Compiling schemars_derive v0.8.21 |
1362 | 2025-01-22T08:43:18.265Z | Compiling dirs-next v2.0.0 |
1363 | 2025-01-22T08:43:19.179Z | Compiling unicode-normalization v0.1.24 |
1364 | 2025-01-22T08:43:19.350Z | Compiling http-body-util v0.1.2 |
1365 | 2025-01-22T08:43:19.433Z | Compiling crossbeam-epoch v0.9.18 |
1366 | 2025-01-22T08:43:19.707Z | Compiling heapless v0.7.17 |
1367 | 2025-01-22T08:43:19.844Z | Compiling sha1 v0.10.6 |
1368 | 2025-01-22T08:43:20.125Z | Compiling signature v2.2.0 |
1369 | 2025-01-22T08:43:20.145Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1370 | 2025-01-22T08:43:20.237Z | Compiling thread_local v1.1.8 |
1371 | 2025-01-22T08:43:20.262Z | Compiling cookie v0.18.1 |
1372 | 2025-01-22T08:43:20.425Z | Compiling encoding_rs v0.8.34 |
1373 | 2025-01-22T08:43:20.572Z | Compiling multer v3.1.0 |
1374 | 2025-01-22T08:43:20.621Z | Compiling dyn-clone v1.0.17 |
1375 | 2025-01-22T08:43:20.720Z | Compiling signal-hook v0.3.17 |
1376 | 2025-01-22T08:43:20.850Z | Compiling unicode-properties v0.1.3 |
1377 | 2025-01-22T08:43:20.954Z | Compiling mime v0.3.17 |
1378 | 2025-01-22T08:43:21.002Z | Compiling ipnet v2.10.1 |
1379 | 2025-01-22T08:43:21.228Z | Compiling openssl-probe v0.1.5 |
1380 | 2025-01-22T08:43:21.270Z | Compiling unicode-bidi v0.3.17 |
1381 | 2025-01-22T08:43:21.374Z | Compiling rayon-core v1.12.1 |
1382 | 2025-01-22T08:43:21.541Z | Compiling gimli v0.31.1 |
1383 | 2025-01-22T08:43:21.654Z | Compiling slog-async v2.8.0 |
1384 | 2025-01-22T08:43:22.112Z | Compiling hyper v1.5.2 |
1385 | 2025-01-22T08:43:22.237Z | Compiling stringprep v0.1.5 |
1386 | 2025-01-22T08:43:23.422Z | Compiling toml_edit v0.22.22 |
1387 | 2025-01-22T08:43:24.654Z | Compiling hyper-util v0.1.10 |
1388 | 2025-01-22T08:43:25.823Z | Compiling addr2line v0.24.2 |
1389 | 2025-01-22T08:43:26.174Z | Compiling crossbeam-deque v0.8.5 |
1390 | 2025-01-22T08:43:26.221Z | Compiling usdt-macro v0.5.0 |
1391 | 2025-01-22T08:43:26.294Z | Compiling usdt-attr-macro v0.5.0 |
1392 | 2025-01-22T08:43:26.509Z | Compiling term v0.7.0 |
1393 | 2025-01-22T08:43:27.361Z | Compiling slog-json v2.6.1 |
1394 | 2025-01-22T08:43:27.459Z | Compiling serde_urlencoded v0.7.1 |
1395 | 2025-01-22T08:43:27.637Z | Compiling crossbeam-channel v0.5.13 |
1396 | 2025-01-22T08:43:27.704Z | Compiling curve25519-dalek v4.1.3 |
1397 | 2025-01-22T08:43:27.757Z | Compiling futures-executor v0.3.31 |
1398 | 2025-01-22T08:43:27.821Z | Compiling enum-as-inner v0.6.1 |
1399 | 2025-01-22T08:43:27.958Z | Compiling md-5 v0.10.6 |
1400 | 2025-01-22T08:43:28.247Z | Compiling rustls-pemfile v2.2.0 |
1401 | 2025-01-22T08:43:28.268Z | Compiling async-stream-impl v0.3.6 |
1402 | 2025-01-22T08:43:28.382Z | Compiling num-integer v0.1.46 |
1403 | 2025-01-22T08:43:28.583Z | Compiling hash32 v0.2.1 |
1404 | 2025-01-22T08:43:28.642Z | Compiling ff v0.13.0 |
1405 | 2025-01-22T08:43:28.881Z | Compiling is-terminal v0.4.13 |
1406 | 2025-01-22T08:43:28.884Z | Compiling object v0.36.5 |
1407 | 2025-01-22T08:43:28.957Z | Compiling dropshot v0.12.0 |
1408 | 2025-01-22T08:43:29.025Z | Compiling utf-8 v0.7.6 |
1409 | 2025-01-22T08:43:29.092Z | Compiling rustc-demangle v0.1.24 |
1410 | 2025-01-22T08:43:29.249Z | Compiling take_mut v0.2.2 |
1411 | 2025-01-22T08:43:29.326Z | Compiling linked-hash-map v0.5.6 |
1412 | 2025-01-22T08:43:29.410Z | Compiling num-bigint-dig v0.8.4 |
1413 | 2025-01-22T08:43:29.556Z | Compiling smoltcp v0.9.1 |
1414 | 2025-01-22T08:43:29.658Z | Compiling portable-atomic v1.9.0 |
1415 | 2025-01-22T08:43:29.708Z | Compiling base16ct v0.2.0 |
1416 | 2025-01-22T08:43:30.037Z | Compiling fallible-iterator v0.2.0 |
1417 | 2025-01-22T08:43:30.062Z | Compiling psl-types v2.0.11 |
1418 | 2025-01-22T08:43:30.185Z | Compiling litrs v0.4.1 |
1419 | 2025-01-22T08:43:30.277Z | Compiling quick-error v1.2.3 |
1420 | 2025-01-22T08:43:30.444Z | Compiling anyhow v1.0.95 |
1421 | 2025-01-22T08:43:30.693Z | Compiling postgres-protocol v0.6.7 |
1422 | 2025-01-22T08:43:30.714Z | Compiling resolv-conf v0.7.0 |
1423 | 2025-01-22T08:43:30.982Z | Compiling publicsuffix v2.3.0 |
1424 | 2025-01-22T08:43:31.263Z | Compiling sec1 v0.7.3 |
1425 | 2025-01-22T08:43:31.410Z | Compiling document-features v0.2.10 |
1426 | 2025-01-22T08:43:31.431Z | Compiling lru-cache v0.1.2 |
1427 | 2025-01-22T08:43:31.459Z | Compiling async-stream v0.3.6 |
1428 | 2025-01-22T08:43:31.813Z | Compiling tungstenite v0.24.0 |
1429 | 2025-01-22T08:43:31.856Z | Compiling slog-term v2.9.1 |
1430 | 2025-01-22T08:43:31.952Z | Compiling usdt v0.5.0 |
1431 | 2025-01-22T08:43:32.433Z | Compiling num-iter v0.1.45 |
1432 | 2025-01-22T08:43:32.630Z | Compiling hickory-proto v0.24.2 |
1433 | 2025-01-22T08:43:32.754Z | Compiling group v0.13.0 |
1434 | 2025-01-22T08:43:33.093Z | Compiling futures v0.3.31 |
1435 | 2025-01-22T08:43:33.204Z | Compiling slog-bunyan v2.5.0 |
1436 | 2025-01-22T08:43:33.375Z | Compiling toml v0.8.19 |
1437 | 2025-01-22T08:43:34.777Z | Compiling camino v1.1.9 |
1438 | 2025-01-22T08:43:34.874Z | Compiling tokio-native-tls v0.3.1 |
1439 | 2025-01-22T08:43:34.974Z | Compiling phf_shared v0.11.2 |
1440 | 2025-01-22T08:43:35.154Z | Compiling dropshot_endpoint v0.12.0 |
1441 | 2025-01-22T08:43:35.418Z | Compiling terminal_size v0.4.0 |
1442 | 2025-01-22T08:43:35.576Z | Compiling backtrace v0.3.74 |
1443 | 2025-01-22T08:43:35.579Z | Compiling waitgroup v0.1.2 |
1444 | 2025-01-22T08:43:35.739Z | Compiling openapiv3 v2.0.0 |
1445 | 2025-01-22T08:43:35.796Z | Compiling serde_path_to_error v0.1.16 |
1446 | 2025-01-22T08:43:36.088Z | Compiling hkdf v0.12.4 |
1447 | 2025-01-22T08:43:36.363Z | Compiling crypto-bigint v0.5.5 |
1448 | 2025-01-22T08:43:36.568Z | Compiling webpki-roots v0.26.6 |
1449 | 2025-01-22T08:43:36.799Z | Compiling zerocopy-derive v0.6.6 |
1450 | 2025-01-22T08:43:38.754Z | Compiling curve25519-dalek-derive v0.1.1 |
1451 | 2025-01-22T08:43:38.820Z | Compiling hostname v0.4.0 |
1452 | 2025-01-22T08:43:39.052Z | Compiling crc32fast v1.4.2 |
1453 | 2025-01-22T08:43:39.073Z | Compiling hubpack_derive v0.1.1 |
1454 | 2025-01-22T08:43:39.407Z | Compiling fs-err v2.11.0 |
1455 | 2025-01-22T08:43:39.410Z | Compiling ahash v0.8.11 |
1456 | 2025-01-22T08:43:39.714Z | Compiling managed v0.8.0 |
1457 | 2025-01-22T08:43:39.771Z | Compiling debug-ignore v1.0.5 |
1458 | 2025-01-22T08:43:39.864Z | Compiling winnow v0.5.40 |
1459 | 2025-01-22T08:43:39.886Z | Compiling bitflags v1.3.2 |
1460 | 2025-01-22T08:43:39.924Z | Compiling newtype-uuid v1.2.1 |
1461 | 2025-01-22T08:43:39.993Z | Compiling hubpack v0.1.2 |
1462 | 2025-01-22T08:43:40.310Z | Compiling clap_builder v4.5.21 |
1463 | 2025-01-22T08:43:40.398Z | Compiling console v0.15.8 |
1464 | 2025-01-22T08:43:41.792Z | Compiling strum_macros v0.25.3 |
1465 | 2025-01-22T08:43:42.102Z | Compiling flate2 v1.0.35 |
1466 | 2025-01-22T08:43:42.130Z | Compiling elliptic-curve v0.13.8 |
1467 | 2025-01-22T08:43:42.398Z | Compiling zerocopy v0.6.6 |
1468 | 2025-01-22T08:43:42.954Z | Compiling hickory-resolver v0.24.2 |
1469 | 2025-01-22T08:43:43.215Z | Compiling toml_edit v0.19.15 |
1470 | 2025-01-22T08:43:43.309Z | Compiling signal-hook-mio v0.2.4 |
1471 | 2025-01-22T08:43:43.483Z | Compiling phf v0.11.2 |
1472 | 2025-01-22T08:43:43.746Z | Compiling hyper-tls v0.6.0 |
1473 | 2025-01-22T08:43:43.776Z | Compiling cookie_store v0.21.1 |
1474 | 2025-01-22T08:43:44.188Z | Compiling rayon v1.10.0 |
1475 | 2025-01-22T08:43:45.238Z | Compiling bzip2 v0.4.4 |
1476 | 2025-01-22T08:43:45.548Z | Compiling tokio-tungstenite v0.24.0 |
1477 | 2025-01-22T08:43:46.081Z | Compiling postgres-types v0.2.8 |
1478 | 2025-01-22T08:43:48.143Z | Compiling ed25519 v2.2.3 |
1479 | 2025-01-22T08:43:48.529Z | Compiling phf_shared v0.10.0 |
1480 | 2025-01-22T08:43:48.752Z | Compiling tokio-stream v0.1.16 |
1481 | 2025-01-22T08:43:48.763Z | Compiling pkcs1 v0.7.5 |
1482 | 2025-01-22T08:43:48.868Z | Compiling serde-big-array v0.5.1 |
1483 | 2025-01-22T08:43:48.898Z | Compiling clap_derive v4.5.18 |
1484 | 2025-01-22T08:43:49.106Z | Compiling rfc6979 v0.4.0 |
1485 | 2025-01-22T08:43:49.308Z | Compiling derive-where v1.2.7 |
1486 | 2025-01-22T08:43:49.655Z | Compiling serde_repr v0.1.19 |
1487 | 2025-01-22T08:43:49.699Z | Compiling float-cmp v0.9.0 |
1488 | 2025-01-22T08:43:49.928Z | Compiling bstr v1.10.0 |
1489 | 2025-01-22T08:43:50.019Z | Compiling sync_wrapper v1.0.1 |
1490 | 2025-01-22T08:43:50.184Z | Compiling whoami v1.5.2 |
1491 | 2025-01-22T08:43:50.397Z | Compiling static_assertions v1.1.0 |
1492 | 2025-01-22T08:43:50.533Z | Compiling new_debug_unreachable v1.0.6 |
1493 | 2025-01-22T08:43:50.646Z | Compiling unicode-segmentation v1.12.0 |
1494 | 2025-01-22T08:43:50.739Z | Compiling predicates-core v1.0.8 |
1495 | 2025-01-22T08:43:50.760Z | Compiling normalize-line-endings v0.3.0 |
1496 | 2025-01-22T08:43:50.965Z | Compiling difflib v0.4.0 |
1497 | 2025-01-22T08:43:51.056Z | Compiling fixedbitset v0.4.2 |
1498 | 2025-01-22T08:43:51.505Z | Compiling number_prefix v0.4.0 |
1499 | 2025-01-22T08:43:51.529Z | Compiling unicode-width v0.2.0 |
1500 | 2025-01-22T08:43:51.547Z | Compiling precomputed-hash v0.1.1 |
1501 | 2025-01-22T08:43:51.680Z | Compiling bit-vec v0.6.3 |
1502 | 2025-01-22T08:43:51.740Z | Compiling string_cache v0.8.7 |
1503 | 2025-01-22T08:43:52.095Z | Compiling indicatif v0.17.9 |
1504 | 2025-01-22T08:43:52.119Z | Compiling bit-set v0.5.3 |
1505 | 2025-01-22T08:43:52.191Z | Compiling similar v2.6.0 |
1506 | 2025-01-22T08:43:52.317Z | Compiling predicates v3.1.2 |
1507 | 2025-01-22T08:43:52.373Z | Compiling petgraph v0.6.5 |
1508 | 2025-01-22T08:43:52.583Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1509 | 2025-01-22T08:43:53.489Z | Compiling clap v4.5.21 |
1510 | 2025-01-22T08:43:53.623Z | Compiling tokio-postgres v0.7.12 |
1511 | 2025-01-22T08:43:53.839Z | Compiling ecdsa v0.16.9 |
1512 | 2025-01-22T08:43:54.072Z | Compiling rsa v0.9.6 |
1513 | 2025-01-22T08:43:54.340Z | Compiling ed25519-dalek v2.1.1 |
1514 | 2025-01-22T08:43:54.647Z | Compiling toml v0.7.8 |
1515 | 2025-01-22T08:43:55.665Z | Compiling zip v0.6.6 |
1516 | 2025-01-22T08:43:55.991Z | Compiling crossterm v0.28.1 |
1517 | 2025-01-22T08:43:57.326Z | Compiling hex v0.4.3 |
1518 | 2025-01-22T08:43:57.496Z | Compiling x509-cert v0.2.5 |
1519 | 2025-01-22T08:43:57.911Z | Compiling itertools v0.10.5 |
1520 | 2025-01-22T08:43:58.907Z | Compiling peg-runtime v0.8.3 |
1521 | 2025-01-22T08:43:59.324Z | Compiling unicode-xid v0.2.6 |
1522 | 2025-01-22T08:43:59.348Z | Compiling lalrpop-util v0.19.12 |
1523 | 2025-01-22T08:43:59.498Z | Compiling strum_macros v0.26.4 |
1524 | 2025-01-22T08:43:59.524Z | Compiling xattr v1.3.1 |
1525 | 2025-01-22T08:43:59.721Z | Compiling filetime v0.2.25 |
1526 | 2025-01-22T08:44:00.027Z | Compiling tar v0.4.42 |
1527 | 2025-01-22T08:44:04.205Z | Compiling strum v0.26.3 |
1528 | 2025-01-22T08:44:07.104Z | Compiling aws-lc-sys v0.22.0 |
1529 | 2025-01-22T08:44:34.735Z | Compiling rustls-webpki v0.102.8 |
1530 | 2025-01-22T08:44:37.899Z | Compiling tokio-rustls v0.25.0 |
1531 | 2025-01-22T08:44:39.601Z | Compiling tokio-rustls v0.26.0 |
1532 | 2025-01-22T08:44:39.866Z | Compiling hyper-rustls v0.27.3 |
1533 | 2025-01-22T08:44:40.165Z | Compiling reqwest v0.12.9 |
1534 | 2025-01-22T08:44:41.665Z | Compiling qorb v0.2.1 |
1535 | 2025-01-22T08:44:44.879Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1536 | 2025-01-22T08:44:45.023Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1537 | 2025-01-22T08:44:49.502Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 14s |
1538 | 2025-01-22T08:44:49.667Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1539 | 2025-01-22T08:44:49.720Z | Jan 22 08:44:48.438 INFO Starting download, target: Clickhouse |
1540 | 2025-01-22T08:44:49.720Z | Jan 22 08:44:48.438 INFO Starting download, target: Cockroach |
1541 | 2025-01-22T08:44:49.720Z | Jan 22 08:44:48.438 INFO Starting download, target: Console |
1542 | 2025-01-22T08:44:49.724Z | Jan 22 08:44:48.438 INFO Starting download, target: DendriteOpenapi |
1543 | 2025-01-22T08:44:49.724Z | Jan 22 08:44:48.438 INFO Starting download, target: DendriteStub |
1544 | 2025-01-22T08:44:49.724Z | Jan 22 08:44:48.438 INFO Starting download, target: MaghemiteMgd |
1545 | 2025-01-22T08:44:49.724Z | Jan 22 08:44:48.438 INFO Starting download, target: TransceiverControl |
1546 | 2025-01-22T08:44:49.724Z | Jan 22 08:44:48.439 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1547 | 2025-01-22T08:44:49.724Z | Jan 22 08:44:48.439 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1548 | 2025-01-22T08:44:49.724Z | Jan 22 08:44:48.439 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1549 | 2025-01-22T08:44:49.724Z | Jan 22 08:44:48.439 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1550 | 2025-01-22T08:44:49.724Z | Jan 22 08:44:48.439 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1551 | 2025-01-22T08:44:49.724Z | Jan 22 08:44:48.439 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1552 | 2025-01-22T08:44:49.724Z | Jan 22 08:44:48.439 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1553 | 2025-01-22T08:44:49.910Z | Jan 22 08:44:48.607 INFO Download complete, target: DendriteOpenapi |
1554 | 2025-01-22T08:44:50.103Z | Jan 22 08:44:48.816 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1555 | 2025-01-22T08:44:50.319Z | Jan 22 08:44:49.034 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1556 | 2025-01-22T08:44:50.655Z | Jan 22 08:44:49.370 INFO Download complete, target: Console |
1557 | 2025-01-22T08:44:50.798Z | Jan 22 08:44:49.512 INFO Download complete, target: TransceiverControl |
1558 | 2025-01-22T08:44:50.805Z | Jan 22 08:44:49.517 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1559 | 2025-01-22T08:44:50.805Z | Jan 22 08:44:49.520 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1560 | 2025-01-22T08:44:51.310Z | Jan 22 08:44:50.028 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1561 | 2025-01-22T08:44:51.310Z | Jan 22 08:44:50.028 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1562 | 2025-01-22T08:44:51.618Z | Jan 22 08:44:50.333 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1563 | 2025-01-22T08:44:53.814Z | Jan 22 08:44:52.508 INFO Download complete, target: MaghemiteMgd |
1564 | 2025-01-22T08:44:53.831Z | Jan 22 08:44:52.518 INFO Download complete, target: DendriteStub |
1565 | 2025-01-22T08:44:58.737Z | Jan 22 08:44:57.454 INFO Checking that binary works, target: Cockroach |
1566 | 2025-01-22T08:44:58.897Z | Jan 22 08:44:57.614 INFO Download complete, target: Cockroach |
1567 | 2025-01-22T08:45:04.096Z | Jan 22 08:45:02.811 INFO Checking that binary works, target: Clickhouse |
1568 | 2025-01-22T08:45:04.241Z | Jan 22 08:45:02.957 INFO Download complete, target: Clickhouse |
1569 | 2025-01-22T08:45:04.249Z | All prerequisites installed successfully |
1570 | 2025-01-22T08:45:04.252Z | |
1571 | 2025-01-22T08:45:04.252Z | real 5:20.291983569 |
1572 | 2025-01-22T08:45:04.252Z | user 15:53.927044300 |
1573 | 2025-01-22T08:45:04.252Z | sys 2:04.342957111 |
1574 | 2025-01-22T08:45:04.252Z | trap 0.571210024 |
1575 | 2025-01-22T08:45:04.252Z | tflt 1.413439139 |
1576 | 2025-01-22T08:45:04.252Z | dflt 1.457505334 |
1577 | 2025-01-22T08:45:04.252Z | kflt 0.023988714 |
1578 | 2025-01-22T08:45:04.252Z | lock 25:24.704741280 |
1579 | 2025-01-22T08:45:04.252Z | slp 56:37.130226168 |
1580 | 2025-01-22T08:45:04.252Z | lat 59.115594606 |
1581 | 2025-01-22T08:45:04.252Z | stop 2:28.874062963 |
1582 | 2025-01-22T08:45:04.252Z | + ptime -m cargo xtask download softnpu |
1583 | 2025-01-22T08:45:04.772Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1584 | 2025-01-22T08:45:04.790Z | Running `target/debug/xtask download softnpu` |
1585 | 2025-01-22T08:45:05.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
1586 | 2025-01-22T08:45:05.646Z | Running `target/debug/xtask-downloader softnpu` |
1587 | 2025-01-22T08:45:05.686Z | Jan 22 08:45:04.397 INFO Starting download, target: Softnpu |
1588 | 2025-01-22T08:45:05.702Z | Jan 22 08:45:04.398 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1589 | 2025-01-22T08:45:06.715Z | Jan 22 08:45:05.329 INFO Download complete, target: Softnpu |
1590 | 2025-01-22T08:45:06.726Z | |
1591 | 2025-01-22T08:45:06.726Z | real 2.361679988 |
1592 | 2025-01-22T08:45:06.726Z | user 1.246795820 |
1593 | 2025-01-22T08:45:06.726Z | sys 0.539675885 |
1594 | 2025-01-22T08:45:06.726Z | trap 0.000590294 |
1595 | 2025-01-22T08:45:06.726Z | tflt 0.000055370 |
1596 | 2025-01-22T08:45:06.726Z | dflt 0.000006069 |
1597 | 2025-01-22T08:45:06.726Z | kflt 0.000000000 |
1598 | 2025-01-22T08:45:06.726Z | lock 9.684158107 |
1599 | 2025-01-22T08:45:06.726Z | slp 0.772564279 |
1600 | 2025-01-22T08:45:06.726Z | lat 0.075626817 |
1601 | 2025-01-22T08:45:06.726Z | stop 0.000162864 |
1602 | 2025-01-22T08:45:06.726Z | + export CARGO_INCREMENTAL=0 |
1603 | 2025-01-22T08:45:06.726Z | + CARGO_INCREMENTAL=0 |
1604 | 2025-01-22T08:45:06.726Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
1605 | 2025-01-22T08:45:07.591Z | Compiling proc-macro2 v1.0.92 |
1606 | 2025-01-22T08:45:07.591Z | Compiling unicode-ident v1.0.14 |
1607 | 2025-01-22T08:45:07.594Z | Compiling libc v0.2.169 |
1608 | 2025-01-22T08:45:07.594Z | Compiling serde v1.0.217 |
1609 | 2025-01-22T08:45:07.594Z | Compiling autocfg v1.4.0 |
1610 | 2025-01-22T08:45:07.594Z | Compiling version_check v0.9.5 |
1611 | 2025-01-22T08:45:07.594Z | Compiling cfg-if v1.0.0 |
1612 | 2025-01-22T08:45:07.845Z | Compiling memchr v2.7.4 |
1613 | 2025-01-22T08:45:07.901Z | Compiling typenum v1.17.0 |
1614 | 2025-01-22T08:45:07.996Z | Compiling shlex v1.3.0 |
1615 | 2025-01-22T08:45:08.258Z | Compiling value-bag v1.9.0 |
1616 | 2025-01-22T08:45:08.306Z | Compiling scopeguard v1.2.0 |
1617 | 2025-01-22T08:45:08.339Z | Compiling generic-array v0.14.7 |
1618 | 2025-01-22T08:45:08.523Z | Compiling lock_api v0.4.12 |
1619 | 2025-01-22T08:45:08.724Z | Compiling log v0.4.22 |
1620 | 2025-01-22T08:45:08.763Z | Compiling parking_lot_core v0.9.10 |
1621 | 2025-01-22T08:45:09.110Z | Compiling serde_json v1.0.135 |
1622 | 2025-01-22T08:45:09.160Z | Compiling once_cell v1.20.2 |
1623 | 2025-01-22T08:45:09.398Z | Compiling quote v1.0.38 |
1624 | 2025-01-22T08:45:09.423Z | Compiling rustix v0.38.37 |
1625 | 2025-01-22T08:45:09.474Z | Compiling libm v0.2.8 |
1626 | 2025-01-22T08:45:09.538Z | Compiling jobserver v0.1.32 |
1627 | 2025-01-22T08:45:09.689Z | Compiling getrandom v0.2.15 |
1628 | 2025-01-22T08:45:09.798Z | Compiling syn v2.0.96 |
1629 | 2025-01-22T08:45:10.004Z | Compiling cc v1.1.30 |
1630 | 2025-01-22T08:45:10.022Z | Compiling aho-corasick v1.1.3 |
1631 | 2025-01-22T08:45:10.040Z | Compiling num-traits v0.2.19 |
1632 | 2025-01-22T08:45:10.348Z | Compiling regex-syntax v0.8.5 |
1633 | 2025-01-22T08:45:10.361Z | Compiling thiserror v1.0.69 |
1634 | 2025-01-22T08:45:10.361Z | Compiling either v1.13.0 |
1635 | 2025-01-22T08:45:10.362Z | Compiling itoa v1.0.11 |
1636 | 2025-01-22T08:45:10.590Z | Compiling spin v0.9.8 |
1637 | 2025-01-22T08:45:10.940Z | Compiling slab v0.4.9 |
1638 | 2025-01-22T08:45:11.162Z | Compiling errno v0.3.9 |
1639 | 2025-01-22T08:45:11.176Z | Compiling byteorder v1.5.0 |
1640 | 2025-01-22T08:45:11.389Z | Compiling lazy_static v1.5.0 |
1641 | 2025-01-22T08:45:11.536Z | Compiling rand_core v0.6.4 |
1642 | 2025-01-22T08:45:11.637Z | Compiling glob v0.3.1 |
1643 | 2025-01-22T08:45:12.044Z | Compiling prettyplease v0.2.25 |
1644 | 2025-01-22T08:45:12.365Z | Compiling clang-sys v1.8.1 |
1645 | 2025-01-22T08:45:12.419Z | Compiling minimal-lexical v0.2.1 |
1646 | 2025-01-22T08:45:12.820Z | Compiling nom v7.1.3 |
1647 | 2025-01-22T08:45:13.052Z | Compiling libloading v0.8.5 |
1648 | 2025-01-22T08:45:13.071Z | Compiling home v0.5.9 |
1649 | 2025-01-22T08:45:13.088Z | Compiling bindgen v0.69.5 |
1650 | 2025-01-22T08:45:13.296Z | Compiling subtle v2.6.1 |
1651 | 2025-01-22T08:45:13.401Z | Compiling smallvec v1.13.2 |
1652 | 2025-01-22T08:45:13.709Z | Compiling itertools v0.12.1 |
1653 | 2025-01-22T08:45:13.860Z | Compiling regex-automata v0.4.8 |
1654 | 2025-01-22T08:45:14.061Z | Compiling allocator-api2 v0.2.18 |
1655 | 2025-01-22T08:45:14.165Z | Compiling lazycell v1.3.0 |
1656 | 2025-01-22T08:45:14.350Z | Compiling rustc-hash v1.1.0 |
1657 | 2025-01-22T08:45:14.531Z | Compiling cmake v0.1.51 |
1658 | 2025-01-22T08:45:14.973Z | Compiling semver v1.0.24 |
1659 | 2025-01-22T08:45:15.347Z | Compiling fs_extra v1.3.0 |
1660 | 2025-01-22T08:45:15.435Z | Compiling dunce v1.0.5 |
1661 | 2025-01-22T08:45:16.850Z | Compiling cexpr v0.6.0 |
1662 | 2025-01-22T08:45:16.852Z | Compiling pkg-config v0.3.31 |
1663 | 2025-01-22T08:45:16.852Z | Compiling ring v0.17.8 |
1664 | 2025-01-22T08:45:16.852Z | Compiling synstructure v0.13.1 |
1665 | 2025-01-22T08:45:17.199Z | Compiling ryu v1.0.18 |
1666 | 2025-01-22T08:45:17.271Z | Compiling pin-project-lite v0.2.14 |
1667 | 2025-01-22T08:45:17.310Z | Compiling paste v1.0.15 |
1668 | 2025-01-22T08:45:17.543Z | Compiling fnv v1.0.7 |
1669 | 2025-01-22T08:45:17.688Z | Compiling const-oid v0.9.6 |
1670 | 2025-01-22T08:45:17.827Z | Compiling httparse v1.9.5 |
1671 | 2025-01-22T08:45:17.845Z | Compiling schemars v0.8.21 |
1672 | 2025-01-22T08:45:18.189Z | Compiling aws-lc-rs v1.10.0 |
1673 | 2025-01-22T08:45:18.594Z | Compiling serde_derive_internals v0.29.1 |
1674 | 2025-01-22T08:45:18.772Z | Compiling equivalent v1.0.1 |
1675 | 2025-01-22T08:45:18.908Z | Compiling foldhash v0.1.3 |
1676 | 2025-01-22T08:45:19.287Z | Compiling regex v1.11.1 |
1677 | 2025-01-22T08:45:19.290Z | Compiling hashbrown v0.15.1 |
1678 | 2025-01-22T08:45:19.700Z | Compiling signal-hook-registry v1.4.2 |
1679 | 2025-01-22T08:45:20.167Z | Compiling heck v0.5.0 |
1680 | 2025-01-22T08:45:20.186Z | Compiling parking_lot v0.12.3 |
1681 | 2025-01-22T08:45:20.473Z | Compiling mio v1.0.2 |
1682 | 2025-01-22T08:45:20.625Z | Compiling stable_deref_trait v1.2.0 |
1683 | 2025-01-22T08:45:21.256Z | Compiling serde_derive v1.0.217 |
1684 | 2025-01-22T08:45:21.409Z | Compiling zeroize_derive v1.4.2 |
1685 | 2025-01-22T08:45:22.109Z | Compiling zerocopy-derive v0.7.35 |
1686 | 2025-01-22T08:45:22.264Z | Compiling thiserror-impl v1.0.69 |
1687 | 2025-01-22T08:45:22.762Z | Compiling zeroize v1.8.1 |
1688 | 2025-01-22T08:45:23.001Z | Compiling tokio-macros v2.5.0 |
1689 | 2025-01-22T08:45:23.202Z | Compiling zerofrom-derive v0.1.4 |
1690 | 2025-01-22T08:45:23.227Z | Compiling yoke-derive v0.7.4 |
1691 | 2025-01-22T08:45:23.562Z | Compiling zerovec-derive v0.10.3 |
1692 | 2025-01-22T08:45:23.575Z | Compiling futures-macro v0.3.31 |
1693 | 2025-01-22T08:45:23.946Z | Compiling displaydoc v0.2.5 |
1694 | 2025-01-22T08:45:24.906Z | Compiling zerocopy v0.7.35 |
1695 | 2025-01-22T08:45:25.465Z | Compiling crypto-common v0.1.6 |
1696 | 2025-01-22T08:45:25.525Z | Compiling icu_provider_macros v1.5.0 |
1697 | 2025-01-22T08:45:25.574Z | Compiling tracing-attributes v0.1.27 |
1698 | 2025-01-22T08:45:25.678Z | Compiling schemars_derive v0.8.21 |
1699 | 2025-01-22T08:45:25.729Z | Compiling block-buffer v0.10.4 |
1700 | 2025-01-22T08:45:26.033Z | Compiling digest v0.10.7 |
1701 | 2025-01-22T08:45:26.382Z | Compiling socket2 v0.5.7 |
1702 | 2025-01-22T08:45:26.528Z | Compiling futures-core v0.3.31 |
1703 | 2025-01-22T08:45:26.799Z | Compiling num-conv v0.1.0 |
1704 | 2025-01-22T08:45:26.819Z | Compiling time-core v0.1.2 |
1705 | 2025-01-22T08:45:27.014Z | Compiling crossbeam-utils v0.8.20 |
1706 | 2025-01-22T08:45:27.151Z | Compiling time-macros v0.2.18 |
1707 | 2025-01-22T08:45:27.750Z | Compiling der_derive v0.7.3 |
1708 | 2025-01-22T08:45:27.837Z | Compiling vcpkg v0.2.15 |
1709 | 2025-01-22T08:45:29.294Z | Compiling openssl-sys v0.9.103 |
1710 | 2025-01-22T08:45:29.901Z | Compiling syn v1.0.109 |
1711 | 2025-01-22T08:45:30.115Z | Compiling futures-sink v0.3.31 |
1712 | 2025-01-22T08:45:30.283Z | Compiling cpufeatures v0.2.14 |
1713 | 2025-01-22T08:45:30.521Z | Compiling slog v2.7.0 |
1714 | 2025-01-22T08:45:30.791Z | Compiling ahash v0.8.11 |
1715 | 2025-01-22T08:45:30.965Z | Compiling zerofrom v0.1.4 |
1716 | 2025-01-22T08:45:31.335Z | Compiling iana-time-zone v0.1.61 |
1717 | 2025-01-22T08:45:31.506Z | Compiling yoke v0.7.4 |
1718 | 2025-01-22T08:45:31.800Z | Compiling futures-channel v0.3.31 |
1719 | 2025-01-22T08:45:31.900Z | Compiling scroll_derive v0.12.0 |
1720 | 2025-01-22T08:45:32.041Z | Compiling pin-utils v0.1.0 |
1721 | 2025-01-22T08:45:32.060Z | Compiling openssl v0.10.66 |
1722 | 2025-01-22T08:45:32.155Z | Compiling ucd-trie v0.1.7 |
1723 | 2025-01-22T08:45:32.270Z | Compiling futures-task v0.3.31 |
1724 | 2025-01-22T08:45:32.474Z | Compiling futures-io v0.3.31 |
1725 | 2025-01-22T08:45:32.553Z | Compiling pest v2.7.14 |
1726 | 2025-01-22T08:45:32.625Z | Compiling zerovec v0.10.4 |
1727 | 2025-01-22T08:45:32.817Z | Compiling futures-util v0.3.31 |
1728 | 2025-01-22T08:45:33.707Z | Compiling bitflags v2.6.0 |
1729 | 2025-01-22T08:45:33.945Z | Compiling bytes v1.9.0 |
1730 | 2025-01-22T08:45:35.539Z | Compiling indexmap v2.7.0 |
1731 | 2025-01-22T08:45:35.957Z | Compiling tokio v1.43.0 |
1732 | 2025-01-22T08:45:36.874Z | Compiling serde_tokenstream v0.2.2 |
1733 | 2025-01-22T08:45:37.338Z | Compiling uuid v1.12.0 |
1734 | 2025-01-22T08:45:37.405Z | Compiling http v1.2.0 |
1735 | 2025-01-22T08:45:38.719Z | Compiling which v4.4.2 |
1736 | 2025-01-22T08:45:38.937Z | Compiling chrono v0.4.39 |
1737 | 2025-01-22T08:45:38.991Z | Compiling rustc_version v0.4.1 |
1738 | 2025-01-22T08:45:40.346Z | Compiling hmac v0.12.1 |
1739 | 2025-01-22T08:45:41.828Z | Compiling pest_meta v2.7.14 |
1740 | 2025-01-22T08:45:44.765Z | Compiling block-padding v0.3.3 |
1741 | 2025-01-22T08:45:45.015Z | Compiling openssl-macros v0.1.1 |
1742 | 2025-01-22T08:45:45.543Z | Compiling rustls v0.23.19 |
1743 | 2025-01-22T08:45:45.758Z | Compiling native-tls v0.2.12 |
1744 | 2025-01-22T08:45:45.856Z | Compiling inout v0.1.3 |
1745 | 2025-01-22T08:45:45.928Z | Compiling pest_generator v2.7.14 |
1746 | 2025-01-22T08:45:46.107Z | Compiling tinystr v0.7.6 |
1747 | 2025-01-22T08:45:46.499Z | Compiling toml_datetime v0.6.8 |
1748 | 2025-01-22T08:45:46.556Z | Compiling serde_spanned v0.6.8 |
1749 | 2025-01-22T08:45:46.873Z | Compiling tracing-core v0.1.32 |
1750 | 2025-01-22T08:45:46.913Z | Compiling strsim v0.11.1 |
1751 | 2025-01-22T08:45:46.957Z | Compiling litemap v0.7.3 |
1752 | 2025-01-22T08:45:47.427Z | Compiling writeable v0.5.5 |
1753 | 2025-01-22T08:45:47.573Z | Compiling dyn-clone v1.0.17 |
1754 | 2025-01-22T08:45:47.654Z | Compiling pest_derive v2.7.14 |
1755 | 2025-01-22T08:45:47.828Z | Compiling icu_locid v1.5.0 |
1756 | 2025-01-22T08:45:48.503Z | Compiling tracing v0.1.40 |
1757 | 2025-01-22T08:45:48.997Z | Compiling cipher v0.4.4 |
1758 | 2025-01-22T08:45:49.353Z | Compiling sha2 v0.10.8 |
1759 | 2025-01-22T08:45:49.472Z | Compiling cookie v0.18.1 |
1760 | 2025-01-22T08:45:49.705Z | Compiling usdt-impl v0.5.0 |
1761 | 2025-01-22T08:45:50.018Z | Compiling base64ct v1.6.0 |
1762 | 2025-01-22T08:45:50.151Z | Compiling icu_provider v1.5.0 |
1763 | 2025-01-22T08:45:50.578Z | Compiling pem-rfc7468 v0.7.0 |
1764 | 2025-01-22T08:45:51.452Z | Compiling aws-lc-sys v0.22.0 |
1765 | 2025-01-22T08:45:52.155Z | Compiling scroll v0.12.0 |
1766 | 2025-01-22T08:45:52.375Z | Compiling ppv-lite86 v0.2.20 |
1767 | 2025-01-22T08:45:52.715Z | Compiling async-trait v0.1.83 |
1768 | 2025-01-22T08:45:53.235Z | Compiling flagset v0.4.6 |
1769 | 2025-01-22T08:45:53.468Z | Compiling rustls-pki-types v1.10.0 |
1770 | 2025-01-22T08:45:54.903Z | Compiling anyhow v1.0.95 |
1771 | 2025-01-22T08:45:55.174Z | Compiling percent-encoding v2.3.1 |
1772 | 2025-01-22T08:45:55.410Z | Compiling icu_locid_transform_data v1.5.0 |
1773 | 2025-01-22T08:45:55.529Z | Compiling camino v1.1.9 |
1774 | 2025-01-22T08:45:55.633Z | Compiling plain v0.2.3 |
1775 | 2025-01-22T08:45:55.933Z | Compiling icu_locid_transform v1.5.0 |
1776 | 2025-01-22T08:45:56.067Z | Compiling goblin v0.8.2 |
1777 | 2025-01-22T08:45:58.942Z | Compiling der v0.7.9 |
1778 | 2025-01-22T08:46:00.893Z | Compiling rand_chacha v0.3.1 |
1779 | 2025-01-22T08:46:01.844Z | Compiling tokio-util v0.7.12 |
1780 | 2025-01-22T08:46:01.851Z | Compiling icu_collections v1.5.0 |
1781 | 2025-01-22T08:46:02.586Z | Compiling powerfmt v0.2.0 |
1782 | 2025-01-22T08:46:02.959Z | Compiling untrusted v0.7.1 |
1783 | 2025-01-22T08:46:03.069Z | Compiling rustls v0.22.4 |
1784 | 2025-01-22T08:46:03.095Z | Compiling rayon-core v1.12.1 |
1785 | 2025-01-22T08:46:03.355Z | Compiling mirai-annotations v1.12.0 |
1786 | 2025-01-22T08:46:03.393Z | Compiling pretty-hex v0.4.1 |
1787 | 2025-01-22T08:46:03.555Z | Compiling icu_properties_data v1.5.0 |
1788 | 2025-01-22T08:46:03.640Z | Compiling untrusted v0.9.0 |
1789 | 2025-01-22T08:46:03.862Z | Compiling icu_properties v1.5.1 |
1790 | 2025-01-22T08:46:04.139Z | Compiling dof v0.3.0 |
1791 | 2025-01-22T08:46:04.805Z | Compiling deranged v0.3.11 |
1792 | 2025-01-22T08:46:05.657Z | Compiling rand v0.8.5 |
1793 | 2025-01-22T08:46:05.676Z | Compiling spki v0.7.3 |
1794 | 2025-01-22T08:46:06.213Z | Compiling salsa20 v0.10.2 |
1795 | 2025-01-22T08:46:06.463Z | Compiling dtrace-parser v0.2.0 |
1796 | 2025-01-22T08:46:07.214Z | Compiling pbkdf2 v0.12.2 |
1797 | 2025-01-22T08:46:08.048Z | Compiling thread-id v4.2.2 |
1798 | 2025-01-22T08:46:08.192Z | Compiling utf8_iter v1.0.4 |
1799 | 2025-01-22T08:46:08.235Z | Compiling icu_normalizer_data v1.5.0 |
1800 | 2025-01-22T08:46:08.322Z | Compiling write16 v1.0.0 |
1801 | 2025-01-22T08:46:08.532Z | Compiling utf16_iter v1.0.5 |
1802 | 2025-01-22T08:46:08.689Z | Compiling winnow v0.5.40 |
1803 | 2025-01-22T08:46:08.749Z | Compiling num_threads v0.1.7 |
1804 | 2025-01-22T08:46:08.821Z | Compiling litrs v0.4.1 |
1805 | 2025-01-22T08:46:08.887Z | Compiling atomic-waker v1.1.2 |
1806 | 2025-01-22T08:46:09.449Z | Compiling time v0.3.36 |
1807 | 2025-01-22T08:46:09.483Z | Compiling icu_normalizer v1.5.0 |
1808 | 2025-01-22T08:46:09.822Z | Compiling document-features v0.2.10 |
1809 | 2025-01-22T08:46:12.032Z | Compiling toml_edit v0.19.15 |
1810 | 2025-01-22T08:46:14.101Z | Compiling scrypt v0.11.0 |
1811 | 2025-01-22T08:46:14.139Z | Compiling form_urlencoded v1.2.1 |
1812 | 2025-01-22T08:46:14.528Z | Compiling cbc v0.1.2 |
1813 | 2025-01-22T08:46:14.578Z | Compiling aes v0.8.4 |
1814 | 2025-01-22T08:46:14.657Z | Compiling http-body v1.0.1 |
1815 | 2025-01-22T08:46:14.807Z | Compiling multer v3.1.0 |
1816 | 2025-01-22T08:46:15.115Z | Compiling tinyvec_macros v0.1.1 |
1817 | 2025-01-22T08:46:15.218Z | Compiling try-lock v0.2.5 |
1818 | 2025-01-22T08:46:15.285Z | Compiling slog-async v2.8.0 |
1819 | 2025-01-22T08:46:15.398Z | Compiling rustversion v1.0.17 |
1820 | 2025-01-22T08:46:15.663Z | Compiling pkcs5 v0.7.1 |
1821 | 2025-01-22T08:46:15.729Z | Compiling want v0.3.1 |
1822 | 2025-01-22T08:46:16.113Z | Compiling tinyvec v1.8.0 |
1823 | 2025-01-22T08:46:17.641Z | Compiling idna_adapter v1.2.0 |
1824 | 2025-01-22T08:46:17.945Z | Compiling h2 v0.4.6 |
1825 | 2025-01-22T08:46:18.299Z | Compiling heapless v0.7.17 |
1826 | 2025-01-22T08:46:18.773Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1827 | 2025-01-22T08:46:19.048Z | Compiling httpdate v1.0.3 |
1828 | 2025-01-22T08:46:19.183Z | Compiling signal-hook v0.3.17 |
1829 | 2025-01-22T08:46:20.208Z | Compiling idna v1.0.3 |
1830 | 2025-01-22T08:46:21.597Z | Compiling pkcs8 v0.10.2 |
1831 | 2025-01-22T08:46:22.714Z | Compiling usdt-attr-macro v0.5.0 |
1832 | 2025-01-22T08:46:22.890Z | Compiling usdt-macro v0.5.0 |
1833 | 2025-01-22T08:46:24.173Z | Compiling async-stream-impl v0.3.6 |
1834 | 2025-01-22T08:46:24.195Z | Compiling base64 v0.22.1 |
1835 | 2025-01-22T08:46:24.408Z | Compiling tower-service v0.3.3 |
1836 | 2025-01-22T08:46:25.279Z | Compiling adler2 v2.0.0 |
1837 | 2025-01-22T08:46:25.495Z | Compiling miniz_oxide v0.8.0 |
1838 | 2025-01-22T08:46:25.966Z | Compiling hyper v1.5.2 |
1839 | 2025-01-22T08:46:28.248Z | Compiling curve25519-dalek v4.1.3 |
1840 | 2025-01-22T08:46:28.668Z | Compiling openapiv3 v2.0.0 |
1841 | 2025-01-22T08:46:28.886Z | Compiling hyper-util v0.1.10 |
1842 | 2025-01-22T08:46:32.599Z | Compiling enum-as-inner v0.6.1 |
1843 | 2025-01-22T08:46:33.127Z | Compiling dropshot v0.12.0 |
1844 | 2025-01-22T08:46:33.448Z | Compiling num-bigint-dig v0.8.4 |
1845 | 2025-01-22T08:46:33.600Z | Compiling foreign-types-shared v0.1.1 |
1846 | 2025-01-22T08:46:33.776Z | Compiling smoltcp v0.9.1 |
1847 | 2025-01-22T08:46:34.390Z | Compiling newtype-uuid v1.2.1 |
1848 | 2025-01-22T08:46:34.643Z | Compiling portable-atomic v1.9.0 |
1849 | 2025-01-22T08:46:34.696Z | Compiling match_cfg v0.1.0 |
1850 | 2025-01-22T08:46:34.847Z | Compiling hostname v0.3.1 |
1851 | 2025-01-22T08:46:35.038Z | Compiling foreign-types v0.3.2 |
1852 | 2025-01-22T08:46:36.571Z | Compiling url v2.5.3 |
1853 | 2025-01-22T08:46:38.450Z | Compiling http-body-util v0.1.2 |
1854 | 2025-01-22T08:46:39.157Z | Compiling dirs-sys-next v0.1.2 |
1855 | 2025-01-22T08:46:39.195Z | Compiling encoding_rs v0.8.34 |
1856 | 2025-01-22T08:46:39.302Z | Compiling gimli v0.31.1 |
1857 | 2025-01-22T08:46:39.625Z | Compiling data-encoding v2.6.0 |
1858 | 2025-01-22T08:46:41.092Z | Compiling siphasher v0.3.11 |
1859 | 2025-01-22T08:46:41.460Z | Compiling ident_case v1.0.1 |
1860 | 2025-01-22T08:46:41.686Z | Compiling heck v0.4.1 |
1861 | 2025-01-22T08:46:42.088Z | Compiling mime v0.3.17 |
1862 | 2025-01-22T08:46:42.372Z | Compiling darling_core v0.20.10 |
1863 | 2025-01-22T08:46:42.882Z | Compiling dirs-next v2.0.0 |
1864 | 2025-01-22T08:46:43.960Z | Compiling addr2line v0.24.2 |
1865 | 2025-01-22T08:46:46.504Z | Compiling unicode-normalization v0.1.24 |
1866 | 2025-01-22T08:46:47.911Z | Compiling serde_urlencoded v0.7.1 |
1867 | 2025-01-22T08:46:48.506Z | Compiling crossbeam-epoch v0.9.18 |
1868 | 2025-01-22T08:46:49.197Z | Compiling rustls-pemfile v2.2.0 |
1869 | 2025-01-22T08:46:49.669Z | Compiling hubpack_derive v0.1.1 |
1870 | 2025-01-22T08:46:50.326Z | Compiling dropshot_endpoint v0.12.0 |
1871 | 2025-01-22T08:46:50.505Z | Compiling sha1 v0.10.6 |
1872 | 2025-01-22T08:46:50.525Z | Compiling signature v2.2.0 |
1873 | 2025-01-22T08:46:50.556Z | Compiling curve25519-dalek-derive v0.1.1 |
1874 | 2025-01-22T08:46:50.757Z | Compiling zerocopy-derive v0.6.6 |
1875 | 2025-01-22T08:46:50.983Z | Compiling object v0.36.5 |
1876 | 2025-01-22T08:46:52.518Z | Compiling thread_local v1.1.8 |
1877 | 2025-01-22T08:46:52.966Z | Compiling fs-err v2.11.0 |
1878 | 2025-01-22T08:46:56.671Z | Compiling openssl-probe v0.1.5 |
1879 | 2025-01-22T08:46:57.180Z | Compiling ipnet v2.10.1 |
1880 | 2025-01-22T08:46:58.135Z | Compiling unicode-properties v0.1.3 |
1881 | 2025-01-22T08:46:59.494Z | Compiling anstyle v1.0.10 |
1882 | 2025-01-22T08:46:59.680Z | Compiling utf8parse v0.2.2 |
1883 | 2025-01-22T08:46:59.866Z | Compiling winnow v0.6.20 |
1884 | 2025-01-22T08:46:59.926Z | Compiling unicode-bidi v0.3.17 |
1885 | 2025-01-22T08:47:01.398Z | Compiling rustc-demangle v0.1.24 |
1886 | 2025-01-22T08:47:03.793Z | Compiling toml_edit v0.22.22 |
1887 | 2025-01-22T08:47:04.502Z | Compiling backtrace v0.3.74 |
1888 | 2025-01-22T08:47:05.388Z | Compiling rustls-webpki v0.102.8 |
1889 | 2025-01-22T08:47:07.130Z | Compiling stringprep v0.1.5 |
1890 | 2025-01-22T08:47:08.045Z | Compiling anstyle-parse v0.2.5 |
1891 | 2025-01-22T08:47:12.312Z | Compiling crossbeam-deque v0.8.5 |
1892 | 2025-01-22T08:47:12.692Z | Compiling darling_macro v0.20.10 |
1893 | 2025-01-22T08:47:13.573Z | Compiling term v0.7.0 |
1894 | 2025-01-22T08:47:14.246Z | Compiling slog-json v2.6.1 |
1895 | 2025-01-22T08:47:15.302Z | Compiling crossbeam-channel v0.5.13 |
1896 | 2025-01-22T08:47:15.511Z | Compiling hashbrown v0.14.5 |
1897 | 2025-01-22T08:47:16.190Z | Compiling futures-executor v0.3.31 |
1898 | 2025-01-22T08:47:16.523Z | Compiling num-integer v0.1.46 |
1899 | 2025-01-22T08:47:16.647Z | Compiling md-5 v0.10.6 |
1900 | 2025-01-22T08:47:16.689Z | Compiling ff v0.13.0 |
1901 | 2025-01-22T08:47:16.894Z | Compiling hash32 v0.2.1 |
1902 | 2025-01-22T08:47:16.917Z | Compiling is-terminal v0.4.13 |
1903 | 2025-01-22T08:47:16.937Z | Compiling memmap v0.7.0 |
1904 | 2025-01-22T08:47:17.242Z | Compiling anstyle-query v1.1.1 |
1905 | 2025-01-22T08:47:17.242Z | Compiling base16ct v0.2.0 |
1906 | 2025-01-22T08:47:17.278Z | Compiling psl-types v2.0.11 |
1907 | 2025-01-22T08:47:17.506Z | Compiling fallible-iterator v0.2.0 |
1908 | 2025-01-22T08:47:17.540Z | Compiling utf-8 v0.7.6 |
1909 | 2025-01-22T08:47:17.851Z | Compiling take_mut v0.2.2 |
1910 | 2025-01-22T08:47:18.033Z | Compiling colorchoice v1.0.2 |
1911 | 2025-01-22T08:47:18.206Z | Compiling linked-hash-map v0.5.6 |
1912 | 2025-01-22T08:47:18.303Z | Compiling is_terminal_polyfill v1.70.1 |
1913 | 2025-01-22T08:47:18.456Z | Compiling quick-error v1.2.3 |
1914 | 2025-01-22T08:47:18.477Z | Compiling publicsuffix v2.3.0 |
1915 | 2025-01-22T08:47:18.561Z | Compiling lru-cache v0.1.2 |
1916 | 2025-01-22T08:47:18.619Z | Compiling resolv-conf v0.7.0 |
1917 | 2025-01-22T08:47:18.653Z | Compiling anstream v0.6.15 |
1918 | 2025-01-22T08:47:18.760Z | Compiling postgres-protocol v0.6.7 |
1919 | 2025-01-22T08:47:19.227Z | Compiling tungstenite v0.24.0 |
1920 | 2025-01-22T08:47:19.634Z | Compiling sec1 v0.7.3 |
1921 | 2025-01-22T08:47:19.894Z | Compiling usdt v0.5.0 |
1922 | 2025-01-22T08:47:20.167Z | Compiling num-iter v0.1.45 |
1923 | 2025-01-22T08:47:20.346Z | Compiling slog-term v2.9.1 |
1924 | 2025-01-22T08:47:20.369Z | Compiling group v0.13.0 |
1925 | 2025-01-22T08:47:20.693Z | Compiling regress v0.10.1 |
1926 | 2025-01-22T08:47:20.750Z | Compiling futures v0.3.31 |
1927 | 2025-01-22T08:47:24.148Z | Compiling slog-bunyan v2.5.0 |
1928 | 2025-01-22T08:47:24.151Z | Compiling darling v0.20.10 |
1929 | 2025-01-22T08:47:24.282Z | Compiling tokio-rustls v0.26.0 |
1930 | 2025-01-22T08:47:24.362Z | Compiling tokio-native-tls v0.3.1 |
1931 | 2025-01-22T08:47:24.688Z | Compiling tokio-rustls v0.25.0 |
1932 | 2025-01-22T08:47:24.729Z | Compiling toml v0.8.19 |
1933 | 2025-01-22T08:47:25.296Z | Compiling hickory-proto v0.24.2 |
1934 | 2025-01-22T08:47:25.387Z | Compiling strum_macros v0.25.3 |
1935 | 2025-01-22T08:47:26.103Z | Compiling phf_shared v0.11.2 |
1936 | 2025-01-22T08:47:26.483Z | Compiling async-stream v0.3.6 |
1937 | 2025-01-22T08:47:26.578Z | Compiling waitgroup v0.1.2 |
1938 | 2025-01-22T08:47:26.597Z | Compiling webpki-roots v0.26.6 |
1939 | 2025-01-22T08:47:26.860Z | Compiling hkdf v0.12.4 |
1940 | 2025-01-22T08:47:27.072Z | Compiling terminal_size v0.4.0 |
1941 | 2025-01-22T08:47:27.109Z | Compiling serde_path_to_error v0.1.16 |
1942 | 2025-01-22T08:47:27.456Z | Compiling crypto-bigint v0.5.5 |
1943 | 2025-01-22T08:47:27.803Z | Compiling clap_derive v4.5.18 |
1944 | 2025-01-22T08:47:27.856Z | Compiling serde_repr v0.1.19 |
1945 | 2025-01-22T08:47:28.816Z | Compiling derive-where v1.2.7 |
1946 | 2025-01-22T08:47:28.909Z | Compiling hostname v0.4.0 |
1947 | 2025-01-22T08:47:29.130Z | Compiling crc32fast v1.4.2 |
1948 | 2025-01-22T08:47:29.467Z | Compiling bitflags v1.3.2 |
1949 | 2025-01-22T08:47:29.713Z | Compiling debug-ignore v1.0.5 |
1950 | 2025-01-22T08:47:30.007Z | Compiling managed v0.8.0 |
1951 | 2025-01-22T08:47:30.522Z | Compiling clap_lex v0.7.2 |
1952 | 2025-01-22T08:47:31.128Z | Compiling unicode-width v0.1.14 |
1953 | 2025-01-22T08:47:31.691Z | Compiling console v0.15.8 |
1954 | 2025-01-22T08:47:32.903Z | Compiling clap_builder v4.5.21 |
1955 | 2025-01-22T08:47:33.450Z | Compiling hickory-resolver v0.24.2 |
1956 | 2025-01-22T08:47:33.932Z | Compiling elliptic-curve v0.13.8 |
1957 | 2025-01-22T08:47:35.067Z | Compiling flate2 v1.0.35 |
1958 | 2025-01-22T08:47:36.628Z | Compiling hyper-rustls v0.27.3 |
1959 | 2025-01-22T08:47:38.597Z | Compiling phf v0.11.2 |
1960 | 2025-01-22T08:47:39.528Z | Compiling hyper-tls v0.6.0 |
1961 | 2025-01-22T08:47:39.995Z | Compiling typify-impl v0.2.0 |
1962 | 2025-01-22T08:47:40.014Z | Compiling signal-hook-mio v0.2.4 |
1963 | 2025-01-22T08:47:40.069Z | Compiling rayon v1.10.0 |
1964 | 2025-01-22T08:47:40.151Z | Compiling bzip2 v0.4.4 |
1965 | 2025-01-22T08:47:40.199Z | Compiling cookie_store v0.21.1 |
1966 | 2025-01-22T08:47:41.526Z | Compiling tokio-tungstenite v0.24.0 |
1967 | 2025-01-22T08:47:42.366Z | Compiling postgres-types v0.2.8 |
1968 | 2025-01-22T08:47:44.548Z | Compiling zerocopy v0.6.6 |
1969 | 2025-01-22T08:47:44.592Z | Compiling ed25519 v2.2.3 |
1970 | 2025-01-22T08:47:45.042Z | Compiling hubpack v0.1.2 |
1971 | 2025-01-22T08:47:45.213Z | Compiling phf_shared v0.10.0 |
1972 | 2025-01-22T08:47:45.321Z | Compiling pkcs1 v0.7.5 |
1973 | 2025-01-22T08:47:45.558Z | Compiling tokio-stream v0.1.16 |
1974 | 2025-01-22T08:47:46.231Z | Compiling ipnetwork v0.20.0 |
1975 | 2025-01-22T08:47:46.564Z | Compiling rfc6979 v0.4.0 |
1976 | 2025-01-22T08:47:46.691Z | Compiling serde-big-array v0.5.1 |
1977 | 2025-01-22T08:47:46.793Z | Compiling float-cmp v0.9.0 |
1978 | 2025-01-22T08:47:46.944Z | Compiling sync_wrapper v1.0.1 |
1979 | 2025-01-22T08:47:47.117Z | Compiling bstr v1.10.0 |
1980 | 2025-01-22T08:47:48.253Z | Compiling unicode-width v0.2.0 |
1981 | 2025-01-22T08:47:48.607Z | Compiling fixedbitset v0.4.2 |
1982 | 2025-01-22T08:47:48.821Z | Compiling whoami v1.5.2 |
1983 | 2025-01-22T08:47:49.313Z | Compiling unicode-segmentation v1.12.0 |
1984 | 2025-01-22T08:47:49.670Z | Compiling normalize-line-endings v0.3.0 |
1985 | 2025-01-22T08:47:49.825Z | Compiling number_prefix v0.4.0 |
1986 | 2025-01-22T08:47:50.047Z | Compiling bit-vec v0.6.3 |
1987 | 2025-01-22T08:47:50.072Z | Compiling predicates-core v1.0.8 |
1988 | 2025-01-22T08:47:50.191Z | Compiling static_assertions v1.1.0 |
1989 | 2025-01-22T08:47:50.319Z | Compiling difflib v0.4.0 |
1990 | 2025-01-22T08:47:50.375Z | Compiling precomputed-hash v0.1.1 |
1991 | 2025-01-22T08:47:50.451Z | Compiling new_debug_unreachable v1.0.6 |
1992 | 2025-01-22T08:47:50.552Z | Compiling typify-macro v0.2.0 |
1993 | 2025-01-22T08:47:50.571Z | Compiling string_cache v0.8.7 |
1994 | 2025-01-22T08:47:50.823Z | Compiling predicates v3.1.2 |
1995 | 2025-01-22T08:47:52.147Z | Compiling reqwest v0.12.9 |
1996 | 2025-01-22T08:47:52.321Z | Compiling bit-set v0.5.3 |
1997 | 2025-01-22T08:47:52.366Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1998 | 2025-01-22T08:47:52.614Z | Compiling similar v2.6.0 |
1999 | 2025-01-22T08:47:52.769Z | Compiling indicatif v0.17.9 |
2000 | 2025-01-22T08:47:53.907Z | Compiling tokio-postgres v0.7.12 |
2001 | 2025-01-22T08:47:54.431Z | Compiling petgraph v0.6.5 |
2002 | 2025-01-22T08:47:55.492Z | Compiling ecdsa v0.16.9 |
2003 | 2025-01-22T08:47:56.328Z | Compiling qorb v0.2.1 |
2004 | 2025-01-22T08:47:57.873Z | Compiling rsa v0.9.6 |
2005 | 2025-01-22T08:47:58.394Z | Compiling ed25519-dalek v2.1.1 |
2006 | 2025-01-22T08:47:58.931Z | Compiling zip v0.6.6 |
2007 | 2025-01-22T08:47:59.194Z | Compiling crossterm v0.28.1 |
2008 | 2025-01-22T08:47:59.315Z | Compiling clap v4.5.21 |
2009 | 2025-01-22T08:48:01.661Z | Compiling toml v0.7.8 |
2010 | 2025-01-22T08:48:01.729Z | Compiling x509-cert v0.2.5 |
2011 | 2025-01-22T08:48:02.339Z | Compiling hex v0.4.3 |
2012 | 2025-01-22T08:48:03.273Z | Compiling itertools v0.10.5 |
2013 | 2025-01-22T08:48:03.823Z | Compiling zerocopy v0.8.10 |
2014 | 2025-01-22T08:48:03.894Z | Compiling lalrpop-util v0.19.12 |
2015 | 2025-01-22T08:48:04.149Z | Compiling peg-runtime v0.8.3 |
2016 | 2025-01-22T08:48:04.257Z | Compiling unicode-xid v0.2.6 |
2017 | 2025-01-22T08:48:05.823Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2018 | 2025-01-22T08:48:10.423Z | Compiling proc-macro-crate v1.3.1 |
2019 | 2025-01-22T08:48:11.296Z | Compiling macaddr v1.0.1 |
2020 | 2025-01-22T08:48:11.571Z | Compiling zerocopy-derive v0.8.10 |
2021 | 2025-01-22T08:48:11.848Z | Compiling itertools v0.13.0 |
2022 | 2025-01-22T08:48:14.099Z | Compiling heapless v0.8.0 |
2023 | 2025-01-22T08:48:14.823Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2024 | 2025-01-22T08:48:20.114Z | Compiling num_enum_derive v0.5.11 |
2025 | 2025-01-22T08:48:27.667Z | Compiling hash32 v0.3.1 |
2026 | 2025-01-22T08:48:28.879Z | Compiling smoltcp v0.11.0 |
2027 | 2025-01-22T08:48:29.545Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2028 | 2025-01-22T08:48:34.185Z | Compiling num_enum v0.5.11 |
2029 | 2025-01-22T08:48:34.213Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2030 | 2025-01-22T08:48:34.889Z | Compiling typify v0.2.0 |
2031 | 2025-01-22T08:48:35.048Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2032 | 2025-01-22T08:48:36.108Z | Compiling proc-macro-error-attr v1.0.4 |
2033 | 2025-01-22T08:48:36.171Z | Compiling thiserror v2.0.11 |
2034 | 2025-01-22T08:48:36.436Z | Compiling unsafe-libyaml v0.2.11 |
2035 | 2025-01-22T08:48:36.457Z | Compiling cobs v0.2.3 |
2036 | 2025-01-22T08:48:36.756Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2037 | 2025-01-22T08:48:38.234Z | Compiling serde_yaml v0.9.34+deprecated |
2038 | 2025-01-22T08:48:38.827Z | Compiling postcard v1.0.10 |
2039 | 2025-01-22T08:48:51.370Z | Compiling progenitor-impl v0.8.0 |
2040 | 2025-01-22T08:48:54.384Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2041 | 2025-01-22T08:49:04.570Z | Compiling strum_macros v0.26.4 |
2042 | 2025-01-22T08:49:05.415Z | Compiling thiserror-impl v2.0.11 |
2043 | 2025-01-22T08:49:05.778Z | Compiling foreign-types-macros v0.2.3 |
2044 | 2025-01-22T08:49:05.827Z | Compiling structmeta-derive v0.3.0 |
2045 | 2025-01-22T08:49:06.318Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2046 | 2025-01-22T08:49:06.669Z | Compiling proc-macro-error v1.0.4 |
2047 | 2025-01-22T08:49:07.116Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2048 | 2025-01-22T08:49:08.452Z | Compiling foreign-types-shared v0.3.1 |
2049 | 2025-01-22T08:49:08.746Z | Compiling strum v0.26.3 |
2050 | 2025-01-22T08:49:09.123Z | Compiling foreign-types v0.5.0 |
2051 | 2025-01-22T08:49:10.118Z | Compiling structmeta v0.3.0 |
2052 | 2025-01-22T08:49:14.244Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2053 | 2025-01-22T08:49:18.481Z | Compiling progenitor-macro v0.8.0 |
2054 | 2025-01-22T08:49:21.765Z | Compiling progenitor-client v0.8.0 |
2055 | 2025-01-22T08:49:22.637Z | Compiling tabwriter v1.4.0 |
2056 | 2025-01-22T08:49:23.427Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2057 | 2025-01-22T08:49:24.225Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2058 | 2025-01-22T08:49:25.447Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2059 | 2025-01-22T08:49:26.241Z | Compiling cstr-argument v0.1.2 |
2060 | 2025-01-22T08:49:26.287Z | Compiling dropshot v0.15.1 |
2061 | 2025-01-22T08:49:26.520Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2062 | 2025-01-22T08:49:26.540Z | Compiling pretty-hex v0.2.1 |
2063 | 2025-01-22T08:49:26.617Z | Compiling crucible-workspace-hack v0.1.0 |
2064 | 2025-01-22T08:49:26.871Z | Compiling fastrand v2.1.1 |
2065 | 2025-01-22T08:49:27.352Z | Compiling tempfile v3.13.0 |
2066 | 2025-01-22T08:49:27.603Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2067 | 2025-01-22T08:49:28.093Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2068 | 2025-01-22T08:49:28.510Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2069 | 2025-01-22T08:49:28.908Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2070 | 2025-01-22T08:49:29.111Z | Compiling parse-display-derive v0.10.0 |
2071 | 2025-01-22T08:49:29.467Z | Compiling progenitor v0.8.0 |
2072 | 2025-01-22T08:49:29.681Z | Compiling colored v2.1.0 |
2073 | 2025-01-22T08:49:29.710Z | Compiling serde_with_macros v3.11.0 |
2074 | 2025-01-22T08:49:30.228Z | Compiling dropshot_endpoint v0.15.1 |
2075 | 2025-01-22T08:49:30.936Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2076 | 2025-01-22T08:49:31.689Z | Compiling instant v0.1.13 |
2077 | 2025-01-22T08:49:31.897Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2078 | 2025-01-22T08:49:32.112Z | Compiling serde_with v3.11.0 |
2079 | 2025-01-22T08:49:32.294Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2080 | 2025-01-22T08:49:32.756Z | Compiling parse-display v0.10.0 |
2081 | 2025-01-22T08:49:34.369Z | Compiling backoff v0.4.0 |
2082 | 2025-01-22T08:49:34.647Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2083 | 2025-01-22T08:49:34.874Z | Compiling zone_cfg_derive v0.3.0 |
2084 | 2025-01-22T08:49:35.268Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2085 | 2025-01-22T08:49:36.064Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2086 | 2025-01-22T08:49:36.203Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2087 | 2025-01-22T08:49:36.710Z | Compiling camino-tempfile v1.1.1 |
2088 | 2025-01-22T08:49:36.901Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2089 | 2025-01-22T08:49:36.953Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2090 | 2025-01-22T08:49:37.171Z | Compiling regress v0.9.1 |
2091 | 2025-01-22T08:49:37.387Z | Compiling progenitor-client v0.9.1 |
2092 | 2025-01-22T08:49:37.474Z | Compiling num-derive v0.4.2 |
2093 | 2025-01-22T08:49:38.344Z | Compiling sigpipe v0.1.3 |
2094 | 2025-01-22T08:49:38.500Z | Compiling libefi-sys v0.1.0 |
2095 | 2025-01-22T08:49:38.823Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2096 | 2025-01-22T08:49:39.207Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2097 | 2025-01-22T08:49:39.638Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2098 | 2025-01-22T08:49:41.177Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2099 | 2025-01-22T08:49:42.472Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2100 | 2025-01-22T08:49:43.037Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2101 | 2025-01-22T08:49:44.390Z | Compiling zone v0.3.0 |
2102 | 2025-01-22T08:49:47.191Z | Compiling smf v0.2.3 |
2103 | 2025-01-22T08:49:47.761Z | Compiling bitfield-struct v0.6.2 |
2104 | 2025-01-22T08:49:48.787Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2105 | 2025-01-22T08:49:49.116Z | Compiling blake3 v1.5.4 |
2106 | 2025-01-22T08:49:49.196Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2107 | 2025-01-22T08:49:49.780Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2108 | 2025-01-22T08:49:49.799Z | Compiling xattr v1.3.1 |
2109 | 2025-01-22T08:49:49.911Z | Compiling filetime v0.2.25 |
2110 | 2025-01-22T08:49:50.133Z | Compiling memmap2 v0.9.5 |
2111 | 2025-01-22T08:49:50.280Z | Compiling constant_time_eq v0.3.1 |
2112 | 2025-01-22T08:49:50.391Z | Compiling same-file v1.0.6 |
2113 | 2025-01-22T08:49:50.481Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2114 | 2025-01-22T08:49:50.625Z | Compiling arrayref v0.3.9 |
2115 | 2025-01-22T08:49:50.658Z | Compiling arrayvec v0.7.6 |
2116 | 2025-01-22T08:49:50.687Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2117 | 2025-01-22T08:49:50.748Z | Compiling walkdir v2.5.0 |
2118 | 2025-01-22T08:49:50.849Z | Compiling tar v0.4.42 |
2119 | 2025-01-22T08:49:52.457Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2120 | 2025-01-22T08:49:52.882Z | Compiling gethostname v0.5.0 |
2121 | 2025-01-22T08:49:53.111Z | Compiling cargo-platform v0.1.8 |
2122 | 2025-01-22T08:49:53.601Z | Compiling topological-sort v0.2.2 |
2123 | 2025-01-22T08:49:53.747Z | Compiling cargo_metadata v0.18.1 |
2124 | 2025-01-22T08:49:53.896Z | Compiling omicron-zone-package v0.12.0 |
2125 | 2025-01-22T08:49:54.185Z | Compiling indent_write v2.2.0 |
2126 | 2025-01-22T08:49:54.460Z | Compiling shell-words v1.1.0 |
2127 | 2025-01-22T08:49:56.763Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2128 | 2025-01-22T08:49:59.249Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2129 | 2025-01-22T08:50:01.064Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2130 | 2025-01-22T08:50:22.272Z | Finished `release` profile [optimized] target(s) in 5m 15s |
2131 | 2025-01-22T08:50:22.440Z | Running `target/release/omicron-package -t test target create -p dev` |
2132 | 2025-01-22T08:50:22.490Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2133 | 2025-01-22T08:50:22.493Z | Created new build target 'test' and set it as active |
2134 | 2025-01-22T08:50:22.493Z | |
2135 | 2025-01-22T08:50:22.493Z | real 5:15.827968627 |
2136 | 2025-01-22T08:50:22.493Z | user 36:53.747607498 |
2137 | 2025-01-22T08:50:22.493Z | sys 3:25.201116946 |
2138 | 2025-01-22T08:50:22.493Z | trap 1.177589368 |
2139 | 2025-01-22T08:50:22.493Z | tflt 2.784325740 |
2140 | 2025-01-22T08:50:22.493Z | dflt 0.542730035 |
2141 | 2025-01-22T08:50:22.493Z | kflt 0.028556612 |
2142 | 2025-01-22T08:50:22.493Z | lock 1:14:12.931665183 |
2143 | 2025-01-22T08:50:22.493Z | slp 2:29:10.438709730 |
2144 | 2025-01-22T08:50:22.493Z | lat 2:45.988517636 |
2145 | 2025-01-22T08:50:22.493Z | stop 4:55.825179290 |
2146 | 2025-01-22T08:50:22.496Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2147 | 2025-01-22T08:50:23.451Z | Finished `release` profile [optimized] target(s) in 0.90s |
2148 | 2025-01-22T08:50:23.511Z | Running `target/release/omicron-package -t test package` |
2149 | 2025-01-22T08:50:23.556Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2150 | 2025-01-22T08:50:24.677Z | Compiling thiserror v2.0.11 |
2151 | 2025-01-22T08:50:24.813Z | Compiling typify-impl v0.3.0 |
2152 | 2025-01-22T08:50:24.826Z | Compiling convert_case v0.4.0 |
2153 | 2025-01-22T08:50:24.829Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2154 | 2025-01-22T08:50:24.829Z | Compiling newline-converter v0.3.0 |
2155 | 2025-01-22T08:50:24.838Z | Compiling password-hash v0.5.0 |
2156 | 2025-01-22T08:50:24.841Z | Compiling blake2 v0.10.6 |
2157 | 2025-01-22T08:50:24.843Z | Compiling base64 v0.21.7 |
2158 | 2025-01-22T08:50:25.104Z | Compiling expectorate v1.1.0 |
2159 | 2025-01-22T08:50:25.143Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2160 | 2025-01-22T08:50:25.357Z | Compiling atomicwrites v0.4.4 |
2161 | 2025-01-22T08:50:25.478Z | Compiling derive_more v0.99.18 |
2162 | 2025-01-22T08:50:25.836Z | Compiling argon2 v0.5.3 |
2163 | 2025-01-22T08:50:25.879Z | Compiling owo-colors v4.1.0 |
2164 | 2025-01-22T08:50:25.932Z | Compiling cancel-safe-futures v0.1.5 |
2165 | 2025-01-22T08:50:26.140Z | Compiling num-rational v0.4.2 |
2166 | 2025-01-22T08:50:26.239Z | Compiling progenitor-client v0.9.1 |
2167 | 2025-01-22T08:50:26.312Z | Compiling num-complex v0.4.6 |
2168 | 2025-01-22T08:50:26.776Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2169 | 2025-01-22T08:50:27.366Z | Compiling num v0.4.3 |
2170 | 2025-01-22T08:50:27.518Z | Compiling libsw v3.3.1 |
2171 | 2025-01-22T08:50:27.755Z | Compiling linear-map v1.2.0 |
2172 | 2025-01-22T08:50:27.864Z | Compiling swrite v0.1.0 |
2173 | 2025-01-22T08:50:28.038Z | Compiling float-ord v0.3.2 |
2174 | 2025-01-22T08:50:28.177Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2175 | 2025-01-22T08:50:28.228Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2176 | 2025-01-22T08:50:28.244Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2177 | 2025-01-22T08:50:28.648Z | Compiling highway v1.2.0 |
2178 | 2025-01-22T08:50:29.859Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2179 | 2025-01-22T08:50:30.139Z | Compiling semver v0.1.20 |
2180 | 2025-01-22T08:50:30.685Z | Compiling rustc_version v0.1.7 |
2181 | 2025-01-22T08:50:31.109Z | Compiling newtype_derive v0.1.6 |
2182 | 2025-01-22T08:50:31.445Z | Compiling tungstenite v0.21.0 |
2183 | 2025-01-22T08:50:31.548Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2184 | 2025-01-22T08:50:35.712Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2185 | 2025-01-22T08:50:35.961Z | Compiling typify-macro v0.3.0 |
2186 | 2025-01-22T08:50:36.501Z | Compiling ipnetwork v0.20.0 |
2187 | 2025-01-22T08:50:37.273Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2188 | 2025-01-22T08:50:37.598Z | Compiling tokio-tungstenite v0.21.0 |
2189 | 2025-01-22T08:50:37.902Z | Compiling progenitor-client v0.8.0 |
2190 | 2025-01-22T08:50:37.924Z | Compiling humantime v2.1.0 |
2191 | 2025-01-22T08:50:38.349Z | Compiling progenitor v0.8.0 |
2192 | 2025-01-22T08:50:38.375Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2193 | 2025-01-22T08:50:38.565Z | Compiling dropshot v0.15.1 |
2194 | 2025-01-22T08:50:38.646Z | Compiling instant v0.1.13 |
2195 | 2025-01-22T08:50:38.776Z | Compiling backoff v0.4.0 |
2196 | 2025-01-22T08:50:39.135Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2197 | 2025-01-22T08:50:39.213Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2198 | 2025-01-22T08:50:39.383Z | Compiling typify v0.3.0 |
2199 | 2025-01-22T08:50:39.578Z | Compiling progenitor-impl v0.9.1 |
2200 | 2025-01-22T08:50:45.787Z | Compiling progenitor-macro v0.9.1 |
2201 | 2025-01-22T08:50:46.356Z | Compiling steno v0.4.1 |
2202 | 2025-01-22T08:50:46.688Z | Compiling parse-display v0.10.0 |
2203 | 2025-01-22T08:50:47.169Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2204 | 2025-01-22T08:50:47.226Z | Compiling serde_with v3.11.0 |
2205 | 2025-01-22T08:50:47.367Z | Compiling strum v0.26.3 |
2206 | 2025-01-22T08:50:47.582Z | Compiling regress v0.9.1 |
2207 | 2025-01-22T08:50:50.483Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2208 | 2025-01-22T08:50:51.684Z | Compiling macaddr v1.0.1 |
2209 | 2025-01-22T08:50:52.134Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2210 | 2025-01-22T08:50:52.234Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2211 | 2025-01-22T08:50:52.501Z | Compiling slog-dtrace v0.3.0 |
2212 | 2025-01-22T08:50:53.056Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2213 | 2025-01-22T08:50:53.115Z | Compiling prettyplease v0.2.25 |
2214 | 2025-01-22T08:50:54.971Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2215 | 2025-01-22T08:50:57.078Z | Compiling progenitor v0.9.1 |
2216 | 2025-01-22T08:50:57.319Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2217 | 2025-01-22T08:50:58.710Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2218 | 2025-01-22T08:51:08.128Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2219 | 2025-01-22T08:51:09.926Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2220 | 2025-01-22T08:51:10.948Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2221 | 2025-01-22T08:51:12.011Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2222 | 2025-01-22T08:51:12.509Z | Compiling half v2.4.1 |
2223 | 2025-01-22T08:51:14.896Z | Compiling ciborium-io v0.2.2 |
2224 | 2025-01-22T08:51:15.060Z | Compiling ciborium-ll v0.2.2 |
2225 | 2025-01-22T08:51:15.597Z | Compiling ciborium v0.2.2 |
2226 | 2025-01-22T08:51:15.917Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2227 | 2025-01-22T08:51:16.398Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2228 | 2025-01-22T08:51:17.642Z | Compiling display-error-chain v0.2.2 |
2229 | 2025-01-22T08:51:17.820Z | Compiling same-file v1.0.6 |
2230 | 2025-01-22T08:51:17.870Z | Compiling fastrand v2.1.1 |
2231 | 2025-01-22T08:51:18.090Z | Compiling walkdir v2.5.0 |
2232 | 2025-01-22T08:51:18.352Z | Compiling tempfile v3.13.0 |
2233 | 2025-01-22T08:51:18.700Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2234 | 2025-01-22T08:51:19.045Z | Compiling blake3 v1.5.4 |
2235 | 2025-01-22T08:51:19.707Z | Compiling const_format_proc_macros v0.2.33 |
2236 | 2025-01-22T08:51:21.303Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2237 | 2025-01-22T08:51:21.499Z | Compiling xattr v1.3.1 |
2238 | 2025-01-22T08:51:21.746Z | Compiling filetime v0.2.25 |
2239 | 2025-01-22T08:51:21.815Z | Compiling memmap2 v0.9.5 |
2240 | 2025-01-22T08:51:22.040Z | Compiling crunchy v0.2.2 |
2241 | 2025-01-22T08:51:22.061Z | Compiling constant_time_eq v0.3.1 |
2242 | 2025-01-22T08:51:22.224Z | Compiling keccak v0.1.5 |
2243 | 2025-01-22T08:51:22.248Z | Compiling arrayref v0.3.9 |
2244 | 2025-01-22T08:51:22.372Z | Compiling maplit v1.0.2 |
2245 | 2025-01-22T08:51:22.500Z | Compiling arrayvec v0.7.6 |
2246 | 2025-01-22T08:51:22.522Z | Compiling sha3 v0.10.8 |
2247 | 2025-01-22T08:51:23.375Z | Compiling tar v0.4.42 |
2248 | 2025-01-22T08:51:23.393Z | Compiling const_format v0.2.33 |
2249 | 2025-01-22T08:51:23.919Z | Compiling camino-tempfile v1.1.1 |
2250 | 2025-01-22T08:51:24.194Z | Compiling toolchain_find v0.4.0 |
2251 | 2025-01-22T08:51:24.354Z | Compiling topological-sort v0.2.2 |
2252 | 2025-01-22T08:51:24.605Z | Compiling tiny-keccak v2.0.2 |
2253 | 2025-01-22T08:51:24.625Z | Compiling radium v0.7.0 |
2254 | 2025-01-22T08:51:24.730Z | Compiling omicron-zone-package v0.12.0 |
2255 | 2025-01-22T08:51:24.950Z | Compiling rustfmt-wrapper v0.2.1 |
2256 | 2025-01-22T08:51:25.219Z | Compiling dsl_auto_type v0.1.2 |
2257 | 2025-01-22T08:51:25.395Z | Compiling scheduled-thread-pool v0.2.7 |
2258 | 2025-01-22T08:51:25.531Z | Compiling diesel_table_macro_syntax v0.2.0 |
2259 | 2025-01-22T08:51:25.928Z | Compiling maybe-uninit v2.0.0 |
2260 | 2025-01-22T08:51:26.407Z | Compiling tap v1.0.1 |
2261 | 2025-01-22T08:51:26.465Z | Compiling diesel_derives v2.2.3 |
2262 | 2025-01-22T08:51:26.605Z | Compiling wyz v0.5.1 |
2263 | 2025-01-22T08:51:26.861Z | Compiling r2d2 v0.8.10 |
2264 | 2025-01-22T08:51:27.546Z | Compiling phf_generator v0.11.2 |
2265 | 2025-01-22T08:51:27.761Z | Compiling ascii-canvas v3.0.0 |
2266 | 2025-01-22T08:51:27.795Z | Compiling secrecy v0.8.0 |
2267 | 2025-01-22T08:51:28.068Z | Compiling async-recursion v1.1.1 |
2268 | 2025-01-22T08:51:28.218Z | Compiling ena v0.14.3 |
2269 | 2025-01-22T08:51:28.643Z | Compiling crc-catalog v2.4.0 |
2270 | 2025-01-22T08:51:28.823Z | Compiling packed_struct v0.10.1 |
2271 | 2025-01-22T08:51:29.258Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2272 | 2025-01-22T08:51:29.428Z | Compiling diff v0.1.13 |
2273 | 2025-01-22T08:51:29.494Z | Compiling regex-syntax v0.6.29 |
2274 | 2025-01-22T08:51:29.590Z | Compiling funty v2.0.0 |
2275 | 2025-01-22T08:51:29.754Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2276 | 2025-01-22T08:51:29.893Z | Compiling arc-swap v1.7.1 |
2277 | 2025-01-22T08:51:30.352Z | Compiling slog-scope v4.4.0 |
2278 | 2025-01-22T08:51:30.531Z | Compiling bitvec v1.0.1 |
2279 | 2025-01-22T08:51:31.230Z | Compiling crc v3.2.1 |
2280 | 2025-01-22T08:51:32.327Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2281 | 2025-01-22T08:51:33.348Z | Compiling lalrpop v0.19.12 |
2282 | 2025-01-22T08:51:34.605Z | Compiling phf_codegen v0.11.2 |
2283 | 2025-01-22T08:51:34.946Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2284 | 2025-01-22T08:51:34.974Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2285 | 2025-01-22T08:51:35.209Z | Compiling universal-hash v0.5.1 |
2286 | 2025-01-22T08:51:35.462Z | Compiling thiserror-impl-no-std v2.0.2 |
2287 | 2025-01-22T08:51:36.013Z | Compiling packed_struct_codegen v0.10.1 |
2288 | 2025-01-22T08:51:37.336Z | Compiling diesel v2.2.6 |
2289 | 2025-01-22T08:51:37.918Z | Compiling parse-zoneinfo v0.3.1 |
2290 | 2025-01-22T08:51:38.342Z | Compiling unicase v2.7.0 |
2291 | 2025-01-22T08:51:38.673Z | Compiling indexmap v1.9.3 |
2292 | 2025-01-22T08:51:39.009Z | Compiling nodrop v0.1.14 |
2293 | 2025-01-22T08:51:39.172Z | Compiling ref-cast v1.0.23 |
2294 | 2025-01-22T08:51:39.325Z | Compiling opaque-debug v0.3.1 |
2295 | 2025-01-22T08:51:39.449Z | Compiling poly1305 v0.8.0 |
2296 | 2025-01-22T08:51:39.720Z | Compiling array-init v0.0.4 |
2297 | 2025-01-22T08:51:40.800Z | Compiling chrono-tz-build v0.4.0 |
2298 | 2025-01-22T08:51:41.803Z | Compiling thiserror-no-std v2.0.2 |
2299 | 2025-01-22T08:51:41.972Z | Compiling smallvec v0.6.14 |
2300 | 2025-01-22T08:51:43.020Z | Compiling slog-stdlog v4.1.1 |
2301 | 2025-01-22T08:51:43.844Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2302 | 2025-01-22T08:51:44.153Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2303 | 2025-01-22T08:51:44.470Z | Compiling derive_builder_core v0.20.2 |
2304 | 2025-01-22T08:51:44.772Z | Compiling chacha20 v0.9.1 |
2305 | 2025-01-22T08:51:45.278Z | Compiling headers-core v0.3.0 |
2306 | 2025-01-22T08:51:45.478Z | Compiling aead v0.5.2 |
2307 | 2025-01-22T08:51:45.855Z | Compiling libxml v0.3.3 |
2308 | 2025-01-22T08:51:46.239Z | Compiling ref-cast-impl v1.0.23 |
2309 | 2025-01-22T08:51:46.566Z | Compiling vte_generate_state_changes v0.1.2 |
2310 | 2025-01-22T08:51:47.038Z | Compiling bitfield v0.14.0 |
2311 | 2025-01-22T08:51:47.302Z | Compiling termcolor v1.4.1 |
2312 | 2025-01-22T08:51:47.320Z | Compiling hashbrown v0.12.3 |
2313 | 2025-01-22T08:51:48.356Z | Compiling env_logger v0.10.2 |
2314 | 2025-01-22T08:51:49.851Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2315 | 2025-01-22T08:51:51.404Z | Compiling vte v0.11.1 |
2316 | 2025-01-22T08:51:52.962Z | Compiling derive_builder_macro v0.20.2 |
2317 | 2025-01-22T08:51:53.858Z | Compiling chacha20poly1305 v0.10.1 |
2318 | 2025-01-22T08:51:54.122Z | Compiling headers v0.4.0 |
2319 | 2025-01-22T08:51:56.169Z | Compiling polar-core v0.27.3 |
2320 | 2025-01-22T08:51:57.883Z | Compiling slog-envlogger v2.2.0 |
2321 | 2025-01-22T08:51:59.548Z | Compiling serde-hex v0.1.0 |
2322 | 2025-01-22T08:52:00.564Z | Compiling vsss-rs v3.3.4 |
2323 | 2025-01-22T08:52:04.399Z | Compiling chrono-tz v0.10.0 |
2324 | 2025-01-22T08:52:04.542Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2325 | 2025-01-22T08:52:05.072Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2326 | 2025-01-22T08:52:05.418Z | Compiling ron v0.8.1 |
2327 | 2025-01-22T08:52:07.507Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2328 | 2025-01-22T08:52:07.826Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2329 | 2025-01-22T08:52:08.663Z | Compiling hashbrown v0.13.2 |
2330 | 2025-01-22T08:52:09.934Z | Compiling strum_macros v0.24.3 |
2331 | 2025-01-22T08:52:11.030Z | Compiling fxhash v0.2.1 |
2332 | 2025-01-22T08:52:11.292Z | Compiling samael v0.0.17 |
2333 | 2025-01-22T08:52:12.313Z | Compiling lockfree-object-pool v0.1.6 |
2334 | 2025-01-22T08:52:12.635Z | Compiling bumpalo v3.16.0 |
2335 | 2025-01-22T08:52:12.936Z | Compiling indoc v1.0.9 |
2336 | 2025-01-22T08:52:12.939Z | Compiling bytecount v0.6.8 |
2337 | 2025-01-22T08:52:13.218Z | Compiling crc-any v2.5.0 |
2338 | 2025-01-22T08:52:13.294Z | Compiling zip v2.1.3 |
2339 | 2025-01-22T08:52:13.652Z | Compiling simd-adler32 v0.3.7 |
2340 | 2025-01-22T08:52:14.154Z | Compiling zopfli v0.8.1 |
2341 | 2025-01-22T08:52:14.313Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2342 | 2025-01-22T08:52:14.911Z | Compiling papergrid v0.11.0 |
2343 | 2025-01-22T08:52:23.841Z | Compiling object v0.30.4 |
2344 | 2025-01-22T08:52:25.398Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2345 | 2025-01-22T08:52:27.997Z | Compiling derive_builder v0.20.2 |
2346 | 2025-01-22T08:52:28.222Z | Compiling strip-ansi-escapes v0.2.0 |
2347 | 2025-01-22T08:52:29.062Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2348 | 2025-01-22T08:52:29.208Z | Compiling tabled_derive v0.7.0 |
2349 | 2025-01-22T08:52:29.385Z | Compiling fd-lock v4.0.2 |
2350 | 2025-01-22T08:52:29.642Z | Compiling peg-macros v0.8.4 |
2351 | 2025-01-22T08:52:31.222Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2352 | 2025-01-22T08:52:32.214Z | Compiling kstat-rs v0.2.4 |
2353 | 2025-01-22T08:52:32.462Z | Compiling oso-derive v0.27.3 |
2354 | 2025-01-22T08:52:32.917Z | Compiling impl-trait-for-tuples v0.2.2 |
2355 | 2025-01-22T08:52:33.149Z | Compiling quick-xml v0.33.0 |
2356 | 2025-01-22T08:52:33.372Z | Compiling diesel-dtrace v0.4.2 |
2357 | 2025-01-22T08:52:33.726Z | Compiling path-slash v0.1.5 |
2358 | 2025-01-22T08:52:34.004Z | Compiling nu-ansi-term v0.50.1 |
2359 | 2025-01-22T08:52:35.299Z | Compiling reedline v0.35.0 |
2360 | 2025-01-22T08:52:35.852Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2361 | 2025-01-22T08:52:39.041Z | Compiling oso v0.27.3 |
2362 | 2025-01-22T08:52:43.009Z | Compiling peg v0.8.4 |
2363 | 2025-01-22T08:52:43.144Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2364 | 2025-01-22T08:52:44.553Z | Compiling tabled v0.15.0 |
2365 | 2025-01-22T08:52:51.419Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2366 | 2025-01-22T08:53:03.263Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2367 | 2025-01-22T08:53:03.769Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2368 | 2025-01-22T08:53:04.309Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2369 | 2025-01-22T08:53:05.248Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2370 | 2025-01-22T08:53:05.572Z | Compiling pem v3.0.4 |
2371 | 2025-01-22T08:53:07.052Z | Compiling bb8 v0.8.5 |
2372 | 2025-01-22T08:53:07.694Z | Compiling bcs v0.1.6 |
2373 | 2025-01-22T08:53:08.642Z | Compiling libz-sys v1.1.20 |
2374 | 2025-01-22T08:53:09.292Z | Compiling parking_lot_core v0.8.6 |
2375 | 2025-01-22T08:53:09.763Z | Compiling termtree v0.5.1 |
2376 | 2025-01-22T08:53:10.309Z | Compiling async-bb8-diesel v0.2.1 |
2377 | 2025-01-22T08:53:11.101Z | Compiling mime_guess v2.0.5 |
2378 | 2025-01-22T08:53:12.920Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2379 | 2025-01-22T08:53:15.034Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2380 | 2025-01-22T08:53:16.036Z | Compiling buf-list v1.0.3 |
2381 | 2025-01-22T08:53:18.217Z | Compiling nibble_vec v0.1.0 |
2382 | 2025-01-22T08:53:18.491Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2383 | 2025-01-22T08:53:19.268Z | Compiling pin-project-internal v1.1.6 |
2384 | 2025-01-22T08:53:20.009Z | Compiling atty v0.2.14 |
2385 | 2025-01-22T08:53:20.210Z | Compiling salty v0.3.0 |
2386 | 2025-01-22T08:53:20.641Z | Compiling endian-type v0.1.2 |
2387 | 2025-01-22T08:53:20.922Z | Compiling http-range v0.1.5 |
2388 | 2025-01-22T08:53:21.536Z | Compiling radix_trie v0.2.1 |
2389 | 2025-01-22T08:53:21.969Z | Compiling pin-project v1.1.6 |
2390 | 2025-01-22T08:53:22.461Z | Compiling parking_lot v0.11.2 |
2391 | 2025-01-22T08:53:27.393Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2392 | 2025-01-22T08:53:28.519Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2393 | 2025-01-22T08:53:30.534Z | Compiling snafu-derive v0.8.5 |
2394 | 2025-01-22T08:53:31.903Z | Compiling hyper-staticfile v0.10.1 |
2395 | 2025-01-22T08:53:34.775Z | Compiling sled v0.34.7 |
2396 | 2025-01-22T08:53:34.879Z | Compiling snafu v0.8.5 |
2397 | 2025-01-22T08:53:36.079Z | Compiling hickory-client v0.24.2 |
2398 | 2025-01-22T08:53:37.014Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2399 | 2025-01-22T08:53:38.203Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2400 | 2025-01-22T08:53:41.822Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2401 | 2025-01-22T08:54:01.238Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2402 | 2025-01-22T08:54:06.136Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2403 | 2025-01-22T08:54:07.842Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2404 | 2025-01-22T08:54:09.167Z | Compiling hickory-server v0.24.2 |
2405 | 2025-01-22T08:54:09.372Z | Compiling globset v0.4.15 |
2406 | 2025-01-22T08:54:09.803Z | Compiling olpc-cjson v0.1.4 |
2407 | 2025-01-22T08:54:10.173Z | Compiling primeorder v0.13.6 |
2408 | 2025-01-22T08:54:10.768Z | Compiling vergen v8.3.2 |
2409 | 2025-01-22T08:54:11.114Z | Compiling castaway v0.2.3 |
2410 | 2025-01-22T08:54:11.328Z | Compiling env_filter v0.1.2 |
2411 | 2025-01-22T08:54:12.075Z | Compiling cargo-platform v0.1.8 |
2412 | 2025-01-22T08:54:12.561Z | Compiling serde_plain v1.0.2 |
2413 | 2025-01-22T08:54:12.822Z | Compiling nanorand v0.7.0 |
2414 | 2025-01-22T08:54:13.116Z | Compiling memoffset v0.9.1 |
2415 | 2025-01-22T08:54:13.477Z | Compiling typed-path v0.9.3 |
2416 | 2025-01-22T08:54:13.541Z | Compiling git2 v0.19.0 |
2417 | 2025-01-22T08:54:13.658Z | Compiling flume v0.11.1 |
2418 | 2025-01-22T08:54:14.445Z | Compiling cargo_metadata v0.18.1 |
2419 | 2025-01-22T08:54:16.797Z | Compiling tough v0.19.0 |
2420 | 2025-01-22T08:54:17.552Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2421 | 2025-01-22T08:54:20.379Z | Compiling env_logger v0.11.5 |
2422 | 2025-01-22T08:54:20.628Z | Compiling compact_str v0.8.0 |
2423 | 2025-01-22T08:54:21.825Z | Compiling p384 v0.13.0 |
2424 | 2025-01-22T08:54:21.849Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2425 | 2025-01-22T08:54:23.225Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2426 | 2025-01-22T08:54:24.408Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2427 | 2025-01-22T08:54:25.631Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2428 | 2025-01-22T08:54:28.867Z | Compiling unicode-truncate v1.1.0 |
2429 | 2025-01-22T08:54:29.195Z | Compiling lru v0.12.5 |
2430 | 2025-01-22T08:54:29.550Z | Compiling rand_seeder v0.3.0 |
2431 | 2025-01-22T08:54:29.995Z | Compiling libsqlite3-sys v0.30.1 |
2432 | 2025-01-22T08:54:30.262Z | Compiling lzma-sys v0.1.20 |
2433 | 2025-01-22T08:54:30.512Z | Compiling instability v0.3.2 |
2434 | 2025-01-22T08:54:30.979Z | Compiling cassowary v0.3.0 |
2435 | 2025-01-22T08:54:31.530Z | Compiling cfg_aliases v0.2.1 |
2436 | 2025-01-22T08:54:31.663Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2437 | 2025-01-22T08:54:32.021Z | Compiling rustls v0.21.12 |
2438 | 2025-01-22T08:54:32.361Z | Compiling parse-size v1.1.0 |
2439 | 2025-01-22T08:54:32.531Z | Compiling nix v0.29.0 |
2440 | 2025-01-22T08:54:32.553Z | Compiling ratatui v0.28.1 |
2441 | 2025-01-22T08:54:32.720Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2442 | 2025-01-22T08:54:33.489Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2443 | 2025-01-22T08:54:33.743Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2444 | 2025-01-22T08:54:34.695Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2445 | 2025-01-22T08:54:35.960Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2446 | 2025-01-22T08:54:36.722Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2447 | 2025-01-22T08:54:37.079Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2448 | 2025-01-22T08:54:40.139Z | Compiling sct v0.7.1 |
2449 | 2025-01-22T08:54:40.648Z | Compiling rustls-webpki v0.101.7 |
2450 | 2025-01-22T08:54:40.737Z | Compiling heck v0.3.3 |
2451 | 2025-01-22T08:54:41.041Z | Compiling csv-core v0.1.11 |
2452 | 2025-01-22T08:54:41.084Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2453 | 2025-01-22T08:54:41.427Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2454 | 2025-01-22T08:54:41.769Z | Compiling glob v0.3.1 |
2455 | 2025-01-22T08:54:43.842Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2456 | 2025-01-22T08:54:44.653Z | Compiling csv v1.3.0 |
2457 | 2025-01-22T08:54:46.885Z | Compiling zone_cfg_derive v0.1.2 |
2458 | 2025-01-22T08:54:48.217Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2459 | 2025-01-22T08:54:50.621Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2460 | 2025-01-22T08:54:51.279Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2461 | 2025-01-22T08:54:51.400Z | Compiling nix v0.27.1 |
2462 | 2025-01-22T08:54:51.889Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2463 | 2025-01-22T08:54:54.943Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2464 | 2025-01-22T08:54:57.934Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2465 | 2025-01-22T08:55:02.516Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2466 | 2025-01-22T08:55:02.879Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2467 | 2025-01-22T08:55:04.705Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2468 | 2025-01-22T08:55:05.031Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2469 | 2025-01-22T08:55:05.229Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2470 | 2025-01-22T08:55:05.350Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2471 | 2025-01-22T08:55:05.543Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2472 | 2025-01-22T08:55:05.706Z | Compiling tungstenite v0.23.0 |
2473 | 2025-01-22T08:55:06.205Z | Compiling hashlink v0.9.1 |
2474 | 2025-01-22T08:55:07.009Z | Compiling base64 v0.13.1 |
2475 | 2025-01-22T08:55:07.404Z | Compiling fallible-streaming-iterator v0.1.9 |
2476 | 2025-01-22T08:55:07.427Z | Compiling fallible-iterator v0.3.0 |
2477 | 2025-01-22T08:55:07.713Z | Compiling ron v0.7.1 |
2478 | 2025-01-22T08:55:07.782Z | Compiling tokio-tungstenite v0.23.1 |
2479 | 2025-01-22T08:55:08.208Z | Compiling rusqlite v0.32.1 |
2480 | 2025-01-22T08:55:08.289Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2481 | 2025-01-22T08:55:08.417Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2482 | 2025-01-22T08:55:12.191Z | Compiling xz2 v0.1.7 |
2483 | 2025-01-22T08:55:12.986Z | Compiling zone v0.1.8 |
2484 | 2025-01-22T08:55:13.121Z | Compiling tokio-rustls v0.24.1 |
2485 | 2025-01-22T08:55:16.178Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2486 | 2025-01-22T08:55:17.788Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2487 | 2025-01-22T08:55:18.397Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2488 | 2025-01-22T08:55:20.664Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2489 | 2025-01-22T08:55:23.004Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2490 | 2025-01-22T08:55:27.863Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2491 | 2025-01-22T08:55:30.457Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2492 | 2025-01-22T08:55:32.858Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2493 | 2025-01-22T08:55:33.730Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2494 | 2025-01-22T08:55:34.276Z | Compiling rustls-pemfile v1.0.4 |
2495 | 2025-01-22T08:55:35.045Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2496 | 2025-01-22T08:55:35.367Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2497 | 2025-01-22T08:55:35.568Z | Compiling signal-hook-tokio v0.3.1 |
2498 | 2025-01-22T08:55:35.859Z | Compiling twox-hash v1.6.3 |
2499 | 2025-01-22T08:55:36.885Z | Compiling yasna v0.5.2 |
2500 | 2025-01-22T08:55:37.020Z | Compiling is_ci v1.2.0 |
2501 | 2025-01-22T08:55:37.342Z | Compiling smawk v0.3.2 |
2502 | 2025-01-22T08:55:37.638Z | Compiling unicode-linebreak v0.1.5 |
2503 | 2025-01-22T08:55:38.213Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2504 | 2025-01-22T08:55:40.272Z | Compiling textwrap v0.16.1 |
2505 | 2025-01-22T08:55:40.296Z | Compiling rcgen v0.12.1 |
2506 | 2025-01-22T08:55:42.400Z | Compiling supports-color v3.0.1 |
2507 | 2025-01-22T08:55:43.773Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2508 | 2025-01-22T08:55:50.522Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2509 | 2025-01-22T08:55:50.911Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2510 | 2025-01-22T08:55:53.633Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2511 | 2025-01-22T08:56:00.963Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2512 | 2025-01-22T08:56:05.832Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2513 | 2025-01-22T08:56:10.201Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2514 | 2025-01-22T08:56:10.762Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2515 | 2025-01-22T08:56:18.881Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2516 | 2025-01-22T08:56:25.560Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2517 | 2025-01-22T08:56:25.867Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2518 | 2025-01-22T08:56:26.608Z | Compiling fatfs v0.3.6 |
2519 | 2025-01-22T08:56:29.504Z | Compiling rtoolbox v0.0.2 |
2520 | 2025-01-22T08:56:29.850Z | Compiling subprocess v0.2.9 |
2521 | 2025-01-22T08:56:29.881Z | Compiling assert_matches v1.5.0 |
2522 | 2025-01-22T08:56:34.573Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2523 | 2025-01-22T08:56:34.971Z | Compiling rpassword v7.3.1 |
2524 | 2025-01-22T08:56:35.442Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2525 | 2025-01-22T08:56:35.883Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2526 | 2025-01-22T08:56:41.964Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2527 | 2025-01-22T08:56:42.948Z | Compiling tui-tree-widget v0.22.0 |
2528 | 2025-01-22T08:56:43.430Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2529 | 2025-01-22T08:56:51.972Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2530 | 2025-01-22T08:56:52.301Z | Compiling uzers v0.12.1 |
2531 | 2025-01-22T08:56:55.455Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2532 | 2025-01-22T08:56:56.906Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2533 | 2025-01-22T08:56:58.802Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2534 | 2025-01-22T08:57:30.522Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2535 | 2025-01-22T08:57:30.968Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2536 | 2025-01-22T08:57:35.765Z | Compiling multimap v0.10.0 |
2537 | 2025-01-22T09:00:04.804Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2538 | 2025-01-22T09:00:13.093Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2539 | 2025-01-22T09:07:02.948Z | Finished `release` profile [optimized] target(s) in 16m 39s |
2540 | 2025-01-22T09:08:05.987Z | |
2541 | 2025-01-22T09:08:05.990Z | real 17:43.342423184 |
2542 | 2025-01-22T09:08:05.990Z | user 2:05:54.983019917 |
2543 | 2025-01-22T09:08:05.990Z | sys 3:16.811334425 |
2544 | 2025-01-22T09:08:05.990Z | trap 3.233829567 |
2545 | 2025-01-22T09:08:05.990Z | tflt 2.768313370 |
2546 | 2025-01-22T09:08:05.990Z | dflt 5.016725558 |
2547 | 2025-01-22T09:08:05.990Z | kflt 0.051233423 |
2548 | 2025-01-22T09:08:05.990Z | lock 7:26:42.881999234 |
2549 | 2025-01-22T09:08:05.990Z | slp 6:22:49.840838912 |
2550 | 2025-01-22T09:08:05.990Z | lat 3:19.626723380 |
2551 | 2025-01-22T09:08:05.990Z | stop 2:47.753903396 |
2552 | 2025-01-22T09:08:05.990Z | + mapfile -t packages |
2553 | 2025-01-22T09:08:05.990Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2554 | 2025-01-22T09:08:06.991Z | Finished `release` profile [optimized] target(s) in 0.95s |
2555 | 2025-01-22T09:08:07.053Z | Running `target/release/omicron-package -t test list-outputs` |
2556 | 2025-01-22T09:08:07.100Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2557 | 2025-01-22T09:08:07.103Z | + ptime -m cargo build --locked --release -p xtask |
2558 | 2025-01-22T09:08:07.664Z | Compiling serde v1.0.217 |
2559 | 2025-01-22T09:08:07.667Z | Compiling serde_json v1.0.135 |
2560 | 2025-01-22T09:08:07.667Z | Compiling rustix v0.38.37 |
2561 | 2025-01-22T09:08:07.758Z | Compiling libc v0.2.169 |
2562 | 2025-01-22T09:08:07.767Z | Compiling syn v2.0.96 |
2563 | 2025-01-22T09:08:07.785Z | Compiling bitflags v2.6.0 |
2564 | 2025-01-22T09:08:08.096Z | Compiling usdt-impl v0.5.0 |
2565 | 2025-01-22T09:08:08.154Z | Compiling syn v1.0.109 |
2566 | 2025-01-22T09:08:08.262Z | Compiling log v0.4.22 |
2567 | 2025-01-22T09:08:08.278Z | Compiling hashbrown v0.15.1 |
2568 | 2025-01-22T09:08:08.548Z | Compiling fs-err v2.11.0 |
2569 | 2025-01-22T09:08:08.705Z | Compiling once_cell v1.20.2 |
2570 | 2025-01-22T09:08:08.856Z | Compiling anyhow v1.0.95 |
2571 | 2025-01-22T09:08:09.163Z | Compiling thread-id v4.2.2 |
2572 | 2025-01-22T09:08:09.531Z | Compiling indexmap v2.7.0 |
2573 | 2025-01-22T09:08:10.609Z | Compiling terminal_size v0.4.0 |
2574 | 2025-01-22T09:08:10.609Z | Compiling tempfile v3.13.0 |
2575 | 2025-01-22T09:08:10.865Z | Compiling clap_builder v4.5.21 |
2576 | 2025-01-22T09:08:11.441Z | Compiling proc-macro-error v1.0.4 |
2577 | 2025-01-22T09:08:12.302Z | Compiling tabled_derive v0.7.0 |
2578 | 2025-01-22T09:08:13.356Z | Compiling tabled v0.15.0 |
2579 | 2025-01-22T09:08:14.322Z | Compiling serde_derive v1.0.217 |
2580 | 2025-01-22T09:08:14.322Z | Compiling thiserror-impl v1.0.69 |
2581 | 2025-01-22T09:08:14.325Z | Compiling zerocopy-derive v0.7.35 |
2582 | 2025-01-22T09:08:14.325Z | Compiling scroll_derive v0.12.0 |
2583 | 2025-01-22T09:08:14.325Z | Compiling clap_derive v4.5.18 |
2584 | 2025-01-22T09:08:15.685Z | Compiling scroll v0.12.0 |
2585 | 2025-01-22T09:08:16.199Z | Compiling zerocopy v0.7.35 |
2586 | 2025-01-22T09:08:16.326Z | Compiling goblin v0.8.2 |
2587 | 2025-01-22T09:08:17.042Z | Compiling thiserror v1.0.69 |
2588 | 2025-01-22T09:08:17.222Z | Compiling pest v2.7.14 |
2589 | 2025-01-22T09:08:20.275Z | Compiling pest_meta v2.7.14 |
2590 | 2025-01-22T09:08:20.311Z | Compiling clap v4.5.21 |
2591 | 2025-01-22T09:08:21.758Z | Compiling pest_generator v2.7.14 |
2592 | 2025-01-22T09:08:24.057Z | Compiling pest_derive v2.7.14 |
2593 | 2025-01-22T09:08:24.836Z | Compiling dtrace-parser v0.2.0 |
2594 | 2025-01-22T09:08:28.517Z | Compiling toml_datetime v0.6.8 |
2595 | 2025-01-22T09:08:28.790Z | Compiling serde_spanned v0.6.8 |
2596 | 2025-01-22T09:08:29.150Z | Compiling serde_tokenstream v0.2.2 |
2597 | 2025-01-22T09:08:29.199Z | Compiling toml_edit v0.22.22 |
2598 | 2025-01-22T09:08:29.717Z | Compiling dof v0.3.0 |
2599 | 2025-01-22T09:08:32.427Z | Compiling camino v1.1.9 |
2600 | 2025-01-22T09:08:33.430Z | Compiling toml v0.8.19 |
2601 | 2025-01-22T09:08:33.656Z | Compiling usdt-attr-macro v0.5.0 |
2602 | 2025-01-22T09:08:33.719Z | Compiling usdt-macro v0.5.0 |
2603 | 2025-01-22T09:08:34.920Z | Compiling cargo-platform v0.1.8 |
2604 | 2025-01-22T09:08:34.970Z | Compiling semver v1.0.24 |
2605 | 2025-01-22T09:08:35.620Z | Compiling cargo_metadata v0.18.1 |
2606 | 2025-01-22T09:08:35.972Z | Compiling usdt v0.5.0 |
2607 | 2025-01-22T09:08:36.411Z | Compiling cargo_toml v0.20.5 |
2608 | 2025-01-22T09:08:37.414Z | Compiling camino-tempfile v1.1.1 |
2609 | 2025-01-22T09:08:38.189Z | Compiling macaddr v1.0.1 |
2610 | 2025-01-22T09:08:50.472Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2611 | 2025-01-22T09:09:01.073Z | Finished `release` profile [optimized] target(s) in 53.91s |
2612 | 2025-01-22T09:09:01.187Z | |
2613 | 2025-01-22T09:09:01.187Z | real 54.047793911 |
2614 | 2025-01-22T09:09:01.187Z | user 5:43.992055590 |
2615 | 2025-01-22T09:09:01.187Z | sys 18.102661750 |
2616 | 2025-01-22T09:09:01.190Z | trap 0.161078708 |
2617 | 2025-01-22T09:09:01.190Z | tflt 0.262609897 |
2618 | 2025-01-22T09:09:01.190Z | dflt 0.337889128 |
2619 | 2025-01-22T09:09:01.190Z | kflt 0.012206684 |
2620 | 2025-01-22T09:09:01.190Z | lock 11:05.438511559 |
2621 | 2025-01-22T09:09:01.190Z | slp 16:37.560513434 |
2622 | 2025-01-22T09:09:01.190Z | lat 16.160507258 |
2623 | 2025-01-22T09:09:01.190Z | stop 17.290186794 |
2624 | 2025-01-22T09:09:01.190Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2625 | 2025-01-22T09:09:01.190Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2626 | 2025-01-22T09:09:01.190Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2627 | 2025-01-22T09:09:01.190Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2628 | 2025-01-22T09:09:01.190Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2629 | 2025-01-22T09:09:02.082Z | Compiling hashbrown v0.14.5 |
2630 | 2025-01-22T09:09:02.216Z | Compiling thiserror v2.0.11 |
2631 | 2025-01-22T09:09:02.230Z | Compiling thiserror-impl v2.0.11 |
2632 | 2025-01-22T09:09:02.243Z | Compiling ident_case v1.0.1 |
2633 | 2025-01-22T09:09:02.260Z | Compiling unsafe-libyaml v0.2.11 |
2634 | 2025-01-22T09:09:02.276Z | Compiling ipnetwork v0.20.0 |
2635 | 2025-01-22T09:09:02.276Z | Compiling progenitor-client v0.9.1 |
2636 | 2025-01-22T09:09:02.279Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2637 | 2025-01-22T09:09:02.406Z | Compiling darling_core v0.20.10 |
2638 | 2025-01-22T09:09:02.761Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2639 | 2025-01-22T09:09:02.872Z | Compiling macaddr v1.0.1 |
2640 | 2025-01-22T09:09:03.173Z | Compiling progenitor-client v0.8.0 |
2641 | 2025-01-22T09:09:03.190Z | Compiling instant v0.1.13 |
2642 | 2025-01-22T09:09:03.336Z | Compiling regress v0.10.1 |
2643 | 2025-01-22T09:09:03.355Z | Compiling structmeta-derive v0.3.0 |
2644 | 2025-01-22T09:09:03.375Z | Compiling dropshot v0.15.1 |
2645 | 2025-01-22T09:09:03.470Z | Compiling serde_yaml v0.9.34+deprecated |
2646 | 2025-01-22T09:09:03.641Z | Compiling regress v0.9.1 |
2647 | 2025-01-22T09:09:03.750Z | Compiling dropshot_endpoint v0.15.1 |
2648 | 2025-01-22T09:09:04.074Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2649 | 2025-01-22T09:09:05.295Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2650 | 2025-01-22T09:09:05.610Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2651 | 2025-01-22T09:09:06.022Z | Compiling structmeta v0.3.0 |
2652 | 2025-01-22T09:09:06.211Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2653 | 2025-01-22T09:09:06.373Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2654 | 2025-01-22T09:09:06.469Z | Compiling parse-display-derive v0.10.0 |
2655 | 2025-01-22T09:09:06.580Z | Compiling backoff v0.4.0 |
2656 | 2025-01-22T09:09:06.686Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2657 | 2025-01-22T09:09:06.988Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2658 | 2025-01-22T09:09:07.172Z | Compiling typify-impl v0.2.0 |
2659 | 2025-01-22T09:09:07.221Z | Compiling tempfile v3.13.0 |
2660 | 2025-01-22T09:09:07.489Z | Compiling proc-macro-crate v1.3.1 |
2661 | 2025-01-22T09:09:08.069Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2662 | 2025-01-22T09:09:08.241Z | Compiling typify-impl v0.3.0 |
2663 | 2025-01-22T09:09:08.422Z | Compiling num_enum_derive v0.5.11 |
2664 | 2025-01-22T09:09:08.473Z | Compiling itertools v0.13.0 |
2665 | 2025-01-22T09:09:08.580Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2666 | 2025-01-22T09:09:08.657Z | Compiling darling_macro v0.20.10 |
2667 | 2025-01-22T09:09:08.888Z | Compiling zerocopy v0.8.10 |
2668 | 2025-01-22T09:09:09.569Z | Compiling darling v0.20.10 |
2669 | 2025-01-22T09:09:09.708Z | Compiling serde_with_macros v3.11.0 |
2670 | 2025-01-22T09:09:09.838Z | Compiling zerocopy-derive v0.8.10 |
2671 | 2025-01-22T09:09:10.611Z | Compiling parse-display v0.10.0 |
2672 | 2025-01-22T09:09:10.725Z | Compiling num_enum v0.5.11 |
2673 | 2025-01-22T09:09:10.916Z | Compiling foreign-types-macros v0.2.3 |
2674 | 2025-01-22T09:09:11.219Z | Compiling heapless v0.8.0 |
2675 | 2025-01-22T09:09:11.465Z | Compiling crucible-workspace-hack v0.1.0 |
2676 | 2025-01-22T09:09:11.762Z | Compiling foreign-types-shared v0.3.1 |
2677 | 2025-01-22T09:09:12.013Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2678 | 2025-01-22T09:09:12.101Z | Compiling proc-macro-error v1.0.4 |
2679 | 2025-01-22T09:09:12.205Z | Compiling foreign-types v0.5.0 |
2680 | 2025-01-22T09:09:12.395Z | Compiling serde_with v3.11.0 |
2681 | 2025-01-22T09:09:12.729Z | Compiling camino-tempfile v1.1.1 |
2682 | 2025-01-22T09:09:12.750Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2683 | 2025-01-22T09:09:13.189Z | Compiling hash32 v0.3.1 |
2684 | 2025-01-22T09:09:13.457Z | Compiling cstr-argument v0.1.2 |
2685 | 2025-01-22T09:09:13.626Z | Compiling smoltcp v0.11.0 |
2686 | 2025-01-22T09:09:13.723Z | Compiling pretty-hex v0.2.1 |
2687 | 2025-01-22T09:09:13.951Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2688 | 2025-01-22T09:09:14.341Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2689 | 2025-01-22T09:09:14.367Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2690 | 2025-01-22T09:09:14.972Z | Compiling tabwriter v1.4.0 |
2691 | 2025-01-22T09:09:15.457Z | Compiling colored v2.1.0 |
2692 | 2025-01-22T09:09:15.555Z | Compiling cobs v0.2.3 |
2693 | 2025-01-22T09:09:15.884Z | Compiling postcard v1.0.10 |
2694 | 2025-01-22T09:09:15.932Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2695 | 2025-01-22T09:09:16.122Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2696 | 2025-01-22T09:09:16.313Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2697 | 2025-01-22T09:09:16.333Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2698 | 2025-01-22T09:09:16.544Z | Compiling smf v0.2.3 |
2699 | 2025-01-22T09:09:16.662Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2700 | 2025-01-22T09:09:17.205Z | Compiling zone_cfg_derive v0.3.0 |
2701 | 2025-01-22T09:09:17.364Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2702 | 2025-01-22T09:09:17.832Z | Compiling num-derive v0.4.2 |
2703 | 2025-01-22T09:09:17.849Z | Compiling sigpipe v0.1.3 |
2704 | 2025-01-22T09:09:17.990Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2705 | 2025-01-22T09:09:18.332Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2706 | 2025-01-22T09:09:18.595Z | Compiling zone v0.3.0 |
2707 | 2025-01-22T09:09:18.785Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2708 | 2025-01-22T09:09:19.297Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2709 | 2025-01-22T09:09:19.534Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2710 | 2025-01-22T09:09:19.760Z | Compiling universal-hash v0.5.1 |
2711 | 2025-01-22T09:09:19.960Z | Compiling opaque-debug v0.3.1 |
2712 | 2025-01-22T09:09:19.980Z | Compiling tungstenite v0.21.0 |
2713 | 2025-01-22T09:09:20.070Z | Compiling num-rational v0.4.2 |
2714 | 2025-01-22T09:09:20.090Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2715 | 2025-01-22T09:09:20.093Z | Compiling password-hash v0.5.0 |
2716 | 2025-01-22T09:09:20.921Z | Compiling blake2 v0.10.6 |
2717 | 2025-01-22T09:09:20.963Z | Compiling num-complex v0.4.6 |
2718 | 2025-01-22T09:09:21.030Z | Compiling aead v0.5.2 |
2719 | 2025-01-22T09:09:21.428Z | Compiling base64 v0.21.7 |
2720 | 2025-01-22T09:09:21.704Z | Compiling convert_case v0.4.0 |
2721 | 2025-01-22T09:09:21.948Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2722 | 2025-01-22T09:09:22.024Z | Compiling keccak v0.1.5 |
2723 | 2025-01-22T09:09:22.097Z | Compiling num v0.4.3 |
2724 | 2025-01-22T09:09:22.157Z | Compiling argon2 v0.5.3 |
2725 | 2025-01-22T09:09:22.244Z | Compiling tokio-tungstenite v0.21.0 |
2726 | 2025-01-22T09:09:22.350Z | Compiling poly1305 v0.8.0 |
2727 | 2025-01-22T09:09:22.615Z | Compiling derive_more v0.99.18 |
2728 | 2025-01-22T09:09:22.790Z | Compiling typify-macro v0.2.0 |
2729 | 2025-01-22T09:09:22.855Z | Compiling sha3 v0.10.8 |
2730 | 2025-01-22T09:09:23.170Z | Compiling chacha20 v0.9.1 |
2731 | 2025-01-22T09:09:23.774Z | Compiling typify-macro v0.3.0 |
2732 | 2025-01-22T09:09:23.853Z | Compiling float-ord v0.3.2 |
2733 | 2025-01-22T09:09:23.893Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2734 | 2025-01-22T09:09:23.954Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2735 | 2025-01-22T09:09:24.046Z | Compiling semver v0.1.20 |
2736 | 2025-01-22T09:09:24.063Z | Compiling same-file v1.0.6 |
2737 | 2025-01-22T09:09:24.303Z | Compiling walkdir v2.5.0 |
2738 | 2025-01-22T09:09:24.361Z | Compiling newline-converter v0.3.0 |
2739 | 2025-01-22T09:09:24.556Z | Compiling rustc_version v0.1.7 |
2740 | 2025-01-22T09:09:24.661Z | Compiling primeorder v0.13.6 |
2741 | 2025-01-22T09:09:24.896Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2742 | 2025-01-22T09:09:25.034Z | Compiling secrecy v0.8.0 |
2743 | 2025-01-22T09:09:25.037Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2744 | 2025-01-22T09:09:25.172Z | Compiling cancel-safe-futures v0.1.5 |
2745 | 2025-01-22T09:09:25.295Z | Compiling owo-colors v4.1.0 |
2746 | 2025-01-22T09:09:25.495Z | Compiling newtype_derive v0.1.6 |
2747 | 2025-01-22T09:09:25.552Z | Compiling expectorate v1.1.0 |
2748 | 2025-01-22T09:09:25.627Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2749 | 2025-01-22T09:09:25.736Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2750 | 2025-01-22T09:09:25.818Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2751 | 2025-01-22T09:09:25.880Z | Compiling thiserror-impl-no-std v2.0.2 |
2752 | 2025-01-22T09:09:26.026Z | Compiling blake3 v1.5.4 |
2753 | 2025-01-22T09:09:26.094Z | Compiling half v2.4.1 |
2754 | 2025-01-22T09:09:26.653Z | Compiling typify v0.2.0 |
2755 | 2025-01-22T09:09:26.675Z | Compiling unicase v2.7.0 |
2756 | 2025-01-22T09:09:26.699Z | Compiling arc-swap v1.7.1 |
2757 | 2025-01-22T09:09:26.718Z | Compiling ciborium-io v0.2.2 |
2758 | 2025-01-22T09:09:26.797Z | Compiling progenitor-impl v0.8.0 |
2759 | 2025-01-22T09:09:26.872Z | Compiling ciborium-ll v0.2.2 |
2760 | 2025-01-22T09:09:27.247Z | Compiling slog-scope v4.4.0 |
2761 | 2025-01-22T09:09:27.318Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2762 | 2025-01-22T09:09:27.321Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2763 | 2025-01-22T09:09:27.644Z | Compiling typify v0.3.0 |
2764 | 2025-01-22T09:09:27.749Z | Compiling polyval v0.6.2 |
2765 | 2025-01-22T09:09:27.793Z | Compiling progenitor-impl v0.9.1 |
2766 | 2025-01-22T09:09:28.198Z | Compiling atomicwrites v0.4.4 |
2767 | 2025-01-22T09:09:28.319Z | Compiling libsw v3.3.1 |
2768 | 2025-01-22T09:09:28.566Z | Compiling memmap2 v0.9.5 |
2769 | 2025-01-22T09:09:28.651Z | Compiling constant_time_eq v0.3.1 |
2770 | 2025-01-22T09:09:28.814Z | Compiling thiserror-no-std v2.0.2 |
2771 | 2025-01-22T09:09:28.860Z | Compiling parking_lot_core v0.8.6 |
2772 | 2025-01-22T09:09:28.953Z | Compiling linear-map v1.2.0 |
2773 | 2025-01-22T09:09:29.038Z | Compiling arrayvec v0.7.6 |
2774 | 2025-01-22T09:09:29.306Z | Compiling salty v0.3.0 |
2775 | 2025-01-22T09:09:29.325Z | Compiling libefi-sys v0.1.0 |
2776 | 2025-01-22T09:09:29.432Z | Compiling indent_write v2.2.0 |
2777 | 2025-01-22T09:09:29.554Z | Compiling arrayref v0.3.9 |
2778 | 2025-01-22T09:09:29.670Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2779 | 2025-01-22T09:09:29.673Z | Compiling vsss-rs v3.3.4 |
2780 | 2025-01-22T09:09:29.673Z | Compiling ghash v0.5.1 |
2781 | 2025-01-22T09:09:29.894Z | Compiling slog-stdlog v4.1.1 |
2782 | 2025-01-22T09:09:30.271Z | Compiling ciborium v0.2.2 |
2783 | 2025-01-22T09:09:30.623Z | Compiling p384 v0.13.0 |
2784 | 2025-01-22T09:09:30.816Z | Compiling toolchain_find v0.4.0 |
2785 | 2025-01-22T09:09:31.450Z | Compiling chacha20poly1305 v0.10.1 |
2786 | 2025-01-22T09:09:31.548Z | Compiling ctr v0.9.2 |
2787 | 2025-01-22T09:09:31.638Z | Compiling lzma-sys v0.1.20 |
2788 | 2025-01-22T09:09:31.697Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2789 | 2025-01-22T09:09:31.934Z | Compiling bitfield-struct v0.6.2 |
2790 | 2025-01-22T09:09:32.167Z | Compiling slog-dtrace v0.3.0 |
2791 | 2025-01-22T09:09:32.208Z | Compiling topological-sort v0.2.2 |
2792 | 2025-01-22T09:09:32.451Z | Compiling highway v1.2.0 |
2793 | 2025-01-22T09:09:32.522Z | Compiling omicron-zone-package v0.12.0 |
2794 | 2025-01-22T09:09:32.708Z | Compiling aes-gcm v0.10.3 |
2795 | 2025-01-22T09:09:33.033Z | Compiling rustfmt-wrapper v0.2.1 |
2796 | 2025-01-22T09:09:33.214Z | Compiling mime_guess v2.0.5 |
2797 | 2025-01-22T09:09:33.334Z | Compiling slog-envlogger v2.2.0 |
2798 | 2025-01-22T09:09:33.353Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2799 | 2025-01-22T09:09:33.667Z | Compiling steno v0.4.1 |
2800 | 2025-01-22T09:09:33.938Z | Compiling progenitor-macro v0.8.0 |
2801 | 2025-01-22T09:09:34.386Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2802 | 2025-01-22T09:09:34.448Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2803 | 2025-01-22T09:09:34.726Z | Compiling heck v0.3.3 |
2804 | 2025-01-22T09:09:34.789Z | Compiling ssh-encoding v0.2.0 |
2805 | 2025-01-22T09:09:35.006Z | Compiling blowfish v0.9.1 |
2806 | 2025-01-22T09:09:35.009Z | Compiling progenitor-macro v0.9.1 |
2807 | 2025-01-22T09:09:35.122Z | Compiling nibble_vec v0.1.0 |
2808 | 2025-01-22T09:09:35.294Z | Compiling env_filter v0.1.2 |
2809 | 2025-01-22T09:09:35.362Z | Compiling humantime v2.1.0 |
2810 | 2025-01-22T09:09:35.486Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2811 | 2025-01-22T09:09:35.548Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2812 | 2025-01-22T09:09:35.695Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2813 | 2025-01-22T09:09:35.799Z | Compiling endian-type v0.1.2 |
2814 | 2025-01-22T09:09:35.901Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2815 | 2025-01-22T09:09:35.941Z | Compiling env_logger v0.11.5 |
2816 | 2025-01-22T09:09:36.046Z | Compiling radix_trie v0.2.1 |
2817 | 2025-01-22T09:09:36.067Z | Compiling bcrypt-pbkdf v0.10.0 |
2818 | 2025-01-22T09:09:36.626Z | Compiling ssh-cipher v0.2.0 |
2819 | 2025-01-22T09:09:36.686Z | Compiling zone_cfg_derive v0.1.2 |
2820 | 2025-01-22T09:09:36.738Z | Compiling parking_lot v0.11.2 |
2821 | 2025-01-22T09:09:37.213Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2822 | 2025-01-22T09:09:37.584Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2823 | 2025-01-22T09:09:38.182Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2824 | 2025-01-22T09:09:38.278Z | Compiling password-hash v0.4.2 |
2825 | 2025-01-22T09:09:38.354Z | Compiling gethostname v0.5.0 |
2826 | 2025-01-22T09:09:38.443Z | Compiling fxhash v0.2.1 |
2827 | 2025-01-22T09:09:38.467Z | Compiling http-range v0.1.5 |
2828 | 2025-01-22T09:09:38.567Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2829 | 2025-01-22T09:09:38.598Z | Compiling bumpalo v3.16.0 |
2830 | 2025-01-22T09:09:38.657Z | Compiling simd-adler32 v0.3.7 |
2831 | 2025-01-22T09:09:38.805Z | Compiling zip v2.1.3 |
2832 | 2025-01-22T09:09:38.874Z | Compiling base64 v0.13.1 |
2833 | 2025-01-22T09:09:39.101Z | Compiling lockfree-object-pool v0.1.6 |
2834 | 2025-01-22T09:09:39.168Z | Compiling pbkdf2 v0.11.0 |
2835 | 2025-01-22T09:09:39.187Z | Compiling sled v0.34.7 |
2836 | 2025-01-22T09:09:39.228Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2837 | 2025-01-22T09:09:39.386Z | Compiling zopfli v0.8.1 |
2838 | 2025-01-22T09:09:39.442Z | Compiling ron v0.7.1 |
2839 | 2025-01-22T09:09:39.542Z | Compiling xz2 v0.1.7 |
2840 | 2025-01-22T09:09:39.914Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2841 | 2025-01-22T09:09:40.010Z | Compiling zone v0.1.8 |
2842 | 2025-01-22T09:09:41.008Z | Compiling ssh-key v0.6.6 |
2843 | 2025-01-22T09:09:41.028Z | Compiling hickory-client v0.24.2 |
2844 | 2025-01-22T09:09:41.565Z | Compiling p256 v0.13.2 |
2845 | 2025-01-22T09:09:41.582Z | Compiling p521 v0.13.3 |
2846 | 2025-01-22T09:09:42.468Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2847 | 2025-01-22T09:09:42.489Z | Compiling hickory-server v0.24.2 |
2848 | 2025-01-22T09:09:43.509Z | Compiling pem v3.0.4 |
2849 | 2025-01-22T09:09:43.965Z | Compiling yasna v0.5.2 |
2850 | 2025-01-22T09:09:44.258Z | Compiling headers-core v0.3.0 |
2851 | 2025-01-22T09:09:44.457Z | Compiling kstat-rs v0.2.4 |
2852 | 2025-01-22T09:09:45.060Z | Compiling nanorand v0.7.0 |
2853 | 2025-01-22T09:09:45.293Z | Compiling russh-cryptovec v0.7.3 |
2854 | 2025-01-22T09:09:45.408Z | Compiling atty v0.2.14 |
2855 | 2025-01-22T09:09:45.553Z | Compiling md5 v0.7.0 |
2856 | 2025-01-22T09:09:45.572Z | Compiling flume v0.11.1 |
2857 | 2025-01-22T09:09:45.591Z | Compiling rcgen v0.12.1 |
2858 | 2025-01-22T09:09:45.617Z | Compiling headers v0.4.0 |
2859 | 2025-01-22T09:09:46.072Z | Compiling russh-keys v0.45.0 |
2860 | 2025-01-22T09:09:46.521Z | Compiling progenitor v0.8.0 |
2861 | 2025-01-22T09:09:46.765Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2862 | 2025-01-22T09:09:46.894Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2863 | 2025-01-22T09:09:47.452Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2864 | 2025-01-22T09:09:47.826Z | Compiling hyper-staticfile v0.10.1 |
2865 | 2025-01-22T09:09:47.963Z | Compiling progenitor v0.9.1 |
2866 | 2025-01-22T09:09:48.212Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2867 | 2025-01-22T09:09:48.365Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2868 | 2025-01-22T09:09:48.826Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2869 | 2025-01-22T09:09:48.908Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2870 | 2025-01-22T09:09:49.377Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2871 | 2025-01-22T09:09:49.950Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2872 | 2025-01-22T09:09:51.107Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2873 | 2025-01-22T09:09:51.670Z | Compiling num-bigint v0.4.6 |
2874 | 2025-01-22T09:09:52.729Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2875 | 2025-01-22T09:09:53.692Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2876 | 2025-01-22T09:09:53.817Z | Compiling des v0.8.1 |
2877 | 2025-01-22T09:09:54.172Z | Compiling subprocess v0.2.9 |
2878 | 2025-01-22T09:09:54.406Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2879 | 2025-01-22T09:09:54.719Z | Compiling display-error-chain v0.2.2 |
2880 | 2025-01-22T09:09:54.957Z | Compiling hex-literal v0.4.1 |
2881 | 2025-01-22T09:09:55.137Z | Compiling russh v0.45.0 |
2882 | 2025-01-22T09:09:55.307Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2883 | 2025-01-22T09:09:55.940Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2884 | 2025-01-22T09:09:58.485Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2885 | 2025-01-22T09:09:58.954Z | Compiling internet-checksum v0.2.1 |
2886 | 2025-01-22T09:10:03.562Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2887 | 2025-01-22T09:10:03.565Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2888 | 2025-01-22T09:10:03.565Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2889 | 2025-01-22T09:10:03.565Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2890 | 2025-01-22T09:10:04.431Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2891 | 2025-01-22T09:10:06.211Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2892 | 2025-01-22T09:10:07.621Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2893 | 2025-01-22T09:10:07.764Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2894 | 2025-01-22T09:10:08.364Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2895 | 2025-01-22T09:10:08.695Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2896 | 2025-01-22T09:10:11.099Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2897 | 2025-01-22T09:10:11.307Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2898 | 2025-01-22T09:10:11.375Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2899 | 2025-01-22T09:10:12.443Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2900 | 2025-01-22T09:10:12.465Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2901 | 2025-01-22T09:10:12.499Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2902 | 2025-01-22T09:10:13.836Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2903 | 2025-01-22T09:10:14.763Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2904 | 2025-01-22T09:10:17.524Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2905 | 2025-01-22T09:10:17.976Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2906 | 2025-01-22T09:10:18.086Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2907 | 2025-01-22T09:10:18.306Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2908 | 2025-01-22T09:10:23.125Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2909 | 2025-01-22T09:10:23.586Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2910 | 2025-01-22T09:10:23.841Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2911 | 2025-01-22T09:10:25.035Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2912 | 2025-01-22T09:10:26.135Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2913 | 2025-01-22T09:10:26.315Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2914 | 2025-01-22T09:10:30.002Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2915 | 2025-01-22T09:10:38.088Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2916 | 2025-01-22T09:10:39.732Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2917 | 2025-01-22T09:11:02.003Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2918 | 2025-01-22T09:11:25.551Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 24s |
2919 | 2025-01-22T09:11:25.770Z | |
2920 | 2025-01-22T09:11:25.770Z | real 2:24.519428411 |
2921 | 2025-01-22T09:11:25.770Z | user 12:18.181400716 |
2922 | 2025-01-22T09:11:25.770Z | sys 1:35.100200020 |
2923 | 2025-01-22T09:11:25.770Z | trap 0.373932363 |
2924 | 2025-01-22T09:11:25.770Z | tflt 0.727957927 |
2925 | 2025-01-22T09:11:25.770Z | dflt 1.004280596 |
2926 | 2025-01-22T09:11:25.770Z | kflt 0.000014327 |
2927 | 2025-01-22T09:11:25.773Z | lock 22:53.524980968 |
2928 | 2025-01-22T09:11:25.773Z | slp 42:35.969798284 |
2929 | 2025-01-22T09:11:25.773Z | lat 37.613271507 |
2930 | 2025-01-22T09:11:25.773Z | stop 1:34.808473858 |
2931 | 2025-01-22T09:11:25.773Z | + mkdir tests |
2932 | 2025-01-22T09:11:25.776Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2933 | 2025-01-22T09:11:25.776Z | + xargs -I '{}' -t cp '{}' tests/ |
2934 | 2025-01-22T09:11:25.816Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-4d72ac0d0a27a912 tests/ |
2935 | 2025-01-22T09:11:25.843Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ce0c3730dcf0497e tests/ |
2936 | 2025-01-22T09:11:25.869Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-abb2ebc63376bf98 tests/ |
2937 | 2025-01-22T09:11:25.898Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-694936f7530bbbda tests/ |
2938 | 2025-01-22T09:11:26.197Z | + 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/*) |
2939 | 2025-01-22T09:11:26.200Z | + 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 |
2940 | 2025-01-22T09:12:39.862Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2941 | 2025-01-22T09:12:39.862Z | a .github/buildomat/ci-env.sh 1K |
2942 | 2025-01-22T09:12:39.862Z | a out/target/test 1K |
2943 | 2025-01-22T09:12:39.862Z | a out/npuzone/npuzone 23144K |
2944 | 2025-01-22T09:12:39.862Z | a package-manifest.toml 34K |
2945 | 2025-01-22T09:12:39.862Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2946 | 2025-01-22T09:12:39.862Z | a target/release/omicron-package 36015K |
2947 | 2025-01-22T09:12:39.862Z | a target/release/xtask 11908K |
2948 | 2025-01-22T09:12:39.862Z | a target/debug/bootstrap 220365K |
2949 | 2025-01-22T09:12:39.862Z | a tests/bootstrap-ce0c3730dcf0497e 24276K |
2950 | 2025-01-22T09:12:39.862Z | a tests/commtest-abb2ebc63376bf98 24769K |
2951 | 2025-01-22T09:12:39.862Z | a tests/dhcp_server-4d72ac0d0a27a912 24276K |
2952 | 2025-01-22T09:12:39.862Z | a tests/end_to_end_tests-694936f7530bbbda 282389K |
2953 | 2025-01-22T09:12:39.862Z | a out/clickhouse.tar.gz 294277K |
2954 | 2025-01-22T09:12:39.862Z | a out/clickhouse_keeper.tar.gz 281398K |
2955 | 2025-01-22T09:12:39.862Z | a out/clickhouse_server.tar.gz 294252K |
2956 | 2025-01-22T09:12:39.862Z | a out/cockroachdb.tar.gz 135001K |
2957 | 2025-01-22T09:12:39.862Z | a out/crucible-dtrace.tar 96K |
2958 | 2025-01-22T09:12:39.862Z | a out/crucible-pantry-zone.tar.gz 28545K |
2959 | 2025-01-22T09:12:39.862Z | a out/crucible-zone.tar.gz 36823K |
2960 | 2025-01-22T09:12:39.862Z | a out/external-dns.tar.gz 35465K |
2961 | 2025-01-22T09:12:39.862Z | a out/internal-dns.tar.gz 35465K |
2962 | 2025-01-22T09:12:39.862Z | a out/mg-ddm-gz.tar 63075K |
2963 | 2025-01-22T09:12:39.863Z | a out/nexus.tar.gz 99867K |
2964 | 2025-01-22T09:12:39.863Z | a out/ntp.tar.gz 10507K |
2965 | 2025-01-22T09:12:39.863Z | a out/omicron-gateway-softnpu.tar.gz 24108K |
2966 | 2025-01-22T09:12:39.863Z | a out/omicron-sled-agent.tar 114117K |
2967 | 2025-01-22T09:12:39.863Z | a out/overlay.tar.gz 3K |
2968 | 2025-01-22T09:12:39.863Z | a out/oximeter.tar.gz 48380K |
2969 | 2025-01-22T09:12:39.863Z | a out/oxlog.tar 3153K |
2970 | 2025-01-22T09:12:39.863Z | a out/probe.tar.gz 2764K |
2971 | 2025-01-22T09:12:39.863Z | a out/propolis-server.tar.gz 66467K |
2972 | 2025-01-22T09:12:39.863Z | a out/pumpkind-gz.tar 26665K |
2973 | 2025-01-22T09:12:39.863Z | a out/switch-softnpu.tar.gz 236097K |
2974 | 2025-01-22T09:12:39.866Z | |
2975 | 2025-01-22T09:12:39.866Z | real 1:13.652461421 |
2976 | 2025-01-22T09:12:39.866Z | user 1:10.250886935 |
2977 | 2025-01-22T09:12:39.866Z | sys 4.868102855 |
2978 | 2025-01-22T09:12:39.866Z | trap 0.017316081 |
2979 | 2025-01-22T09:12:39.866Z | tflt 0.000000000 |
2980 | 2025-01-22T09:12:39.866Z | dflt 0.000000000 |
2981 | 2025-01-22T09:12:39.866Z | kflt 0.000000000 |
2982 | 2025-01-22T09:12:39.866Z | lock 0.000000000 |
2983 | 2025-01-22T09:12:39.866Z | slp 1:09.996980202 |
2984 | 2025-01-22T09:12:39.866Z | lat 2.165952642 |
2985 | 2025-01-22T09:12:39.866Z | stop 0.000638850 |
2986 | 2025-01-22T09:12:39.866Z | process exited: duration 1975834 ms, exit code 0 |
|
2987 | 2025-01-22T09:12:39.881Z | found 1 output files |
2988 | 2025-01-22T09:12:39.881Z | uploading: /work/package.tar.gz (1902541399 bytes) |
2989 | 2025-01-22T09:13:19.697Z | uploaded: /work/package.tar.gz |