|
|
|
1 | 2025-01-27T08:45:32.856Z | job assigned to worker 01JJKEYA7JKHTDNVJMW342E493 [factory aws, i-099899362fc889480] (queued for 1 m 5 s) |
|
2 | 2025-01-27T08:45:40.958Z | starting task 0: "setup" |
3 | 2025-01-27T08:45:40.968Z | ++ uname -s |
4 | 2025-01-27T08:45:40.971Z | + kern=SunOS |
5 | 2025-01-27T08:45:40.971Z | + case "$kern" in |
6 | 2025-01-27T08:45:40.971Z | + groupadd -g 12345 build |
7 | 2025-01-27T08:45:40.974Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-27T08:45:42.982Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-27T08:45:43.089Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-27T08:45:43.092Z | + home_fs=zfs |
11 | 2025-01-27T08:45:43.092Z | + [[ zfs == autofs ]] |
12 | 2025-01-27T08:45:43.092Z | + mkdir -p /home/build |
13 | 2025-01-27T08:45:43.095Z | + chown build:build /home/build /work |
14 | 2025-01-27T08:45:45.096Z | + chmod 0700 /home/build /work |
15 | 2025-01-27T08:45:45.100Z | process exited: duration 4142 ms, exit code 0 |
|
16 | 2025-01-27T08:45:45.106Z | starting task 1: "rust-toolchain" |
17 | 2025-01-27T08:45:45.112Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-27T08:45:45.112Z | ' 1.84.0 |
19 | 2025-01-27T08:45:45.112Z | + printf ' * toolchain profile = "%s" |
20 | 2025-01-27T08:45:45.112Z | ' default |
21 | 2025-01-27T08:45:45.112Z | * toolchain channel = "1.84.0" |
22 | 2025-01-27T08:45:45.112Z | * toolchain profile = "default" |
23 | 2025-01-27T08:45:45.115Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-27T08:45:45.115Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
25 | 2025-01-27T08:45:45.407Z | info: downloading installer |
26 | 2025-01-27T08:45:46.775Z | info: profile set to 'default' |
27 | 2025-01-27T08:45:46.775Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-27T08:45:46.778Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
29 | 2025-01-27T08:45:46.939Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
30 | 2025-01-27T08:45:46.939Z | info: downloading component 'cargo' |
31 | 2025-01-27T08:45:47.924Z | info: downloading component 'clippy' |
32 | 2025-01-27T08:45:48.300Z | info: downloading component 'rust-docs' |
33 | 2025-01-27T08:45:49.646Z | info: downloading component 'rust-std' |
34 | 2025-01-27T08:45:51.643Z | info: downloading component 'rustc' |
35 | 2025-01-27T08:45:59.302Z | info: downloading component 'rustfmt' |
36 | 2025-01-27T08:45:59.588Z | info: installing component 'cargo' |
37 | 2025-01-27T08:46:00.406Z | info: installing component 'clippy' |
38 | 2025-01-27T08:46:00.782Z | info: installing component 'rust-docs' |
39 | 2025-01-27T08:46:02.439Z | info: installing component 'rust-std' |
40 | 2025-01-27T08:46:04.148Z | info: installing component 'rustc' |
41 | 2025-01-27T08:46:10.177Z | info: installing component 'rustfmt' |
42 | 2025-01-27T08:46:10.510Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
43 | 2025-01-27T08:46:10.510Z | |
44 | 2025-01-27T08:46:10.903Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
45 | 2025-01-27T08:46:10.903Z | |
46 | 2025-01-27T08:46:10.906Z | |
47 | 2025-01-27T08:46:10.906Z | Rust is installed now. Great! |
48 | 2025-01-27T08:46:10.906Z | |
49 | 2025-01-27T08:46:10.906Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-27T08:46:10.906Z | environment variable. This has not been done automatically. |
51 | 2025-01-27T08:46:10.906Z | |
52 | 2025-01-27T08:46:10.906Z | To configure your current shell, you need to source |
53 | 2025-01-27T08:46:10.906Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-27T08:46:10.906Z | |
55 | 2025-01-27T08:46:10.906Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-27T08:46:10.906Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-27T08:46:10.906Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-27T08:46:10.981Z | + rustc --version |
59 | 2025-01-27T08:46:11.048Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
60 | 2025-01-27T08:46:11.051Z | process exited: duration 25941 ms, exit code 0 |
|
61 | 2025-01-27T08:46:11.057Z | starting task 2: "authentication" |
62 | 2025-01-27T08:46:11.077Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2025-01-27T08:46:11.083Z | starting task 3: "clone repository" |
64 | 2025-01-27T08:46:11.089Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-27T08:46:11.092Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-27T08:46:11.135Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-27T08:46:19.680Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-27T08:46:19.683Z | + git fetch origin e96acf6acc77c085f7070b2db01f428481c2ac9e |
69 | 2025-01-27T08:46:19.989Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-27T08:46:19.989Z | * branch e96acf6acc77c085f7070b2db01f428481c2ac9e -> FETCH_HEAD |
71 | 2025-01-27T08:46:20.000Z | + [[ -n renovate/lock-file-maintenance ]] |
72 | 2025-01-27T08:46:20.003Z | ++ git branch --show-current |
73 | 2025-01-27T08:46:20.003Z | + current=main |
74 | 2025-01-27T08:46:20.003Z | + [[ main != renovate/lock-file-maintenance ]] |
75 | 2025-01-27T08:46:20.003Z | + git branch -f renovate/lock-file-maintenance e96acf6acc77c085f7070b2db01f428481c2ac9e |
76 | 2025-01-27T08:46:20.006Z | + git checkout -f renovate/lock-file-maintenance |
77 | 2025-01-27T08:46:20.185Z | Switched to branch 'renovate/lock-file-maintenance' |
78 | 2025-01-27T08:46:20.188Z | + git reset --hard e96acf6acc77c085f7070b2db01f428481c2ac9e |
79 | 2025-01-27T08:46:20.203Z | HEAD is now at e96acf6ac Lock file maintenance |
80 | 2025-01-27T08:46:20.206Z | process exited: duration 9118 ms, exit code 0 |
|
81 | 2025-01-27T08:46:20.212Z | starting task 4: "build" |
82 | 2025-01-27T08:46:20.217Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-27T08:46:20.220Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-27T08:46:20.220Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-27T08:46:20.220Z | + cargo --version |
86 | 2025-01-27T08:46:20.279Z | cargo 1.84.0 (66221abde 2024-11-19) |
87 | 2025-01-27T08:46:20.282Z | + rustc --version |
88 | 2025-01-27T08:46:20.344Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
89 | 2025-01-27T08:46:20.346Z | + WORK=/work |
90 | 2025-01-27T08:46:20.347Z | + pfexec mkdir -p /work |
91 | 2025-01-27T08:46:20.352Z | + pfexec chown build /work |
92 | 2025-01-27T08:46:20.354Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2025-01-27T08:46:22.047Z | pkg list: illegal option -- F |
94 | 2025-01-27T08:46:22.047Z | Usage: |
95 | 2025-01-27T08:46:22.050Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
96 | 2025-01-27T08:46:22.050Z | [pkg_fmri_pattern ...] |
97 | 2025-01-27T08:46:22.895Z | pkg list: illegal option -- F |
98 | 2025-01-27T08:46:22.895Z | Usage: |
99 | 2025-01-27T08:46:22.895Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
100 | 2025-01-27T08:46:22.895Z | [pkg_fmri_pattern ...] |
101 | 2025-01-27T08:46:29.027Z | Startup: Refreshing catalog 'helios-dev' ... Done |
102 | 2025-01-27T08:46:33.091Z | Startup: Caching catalogs ... Done |
103 | 2025-01-27T08:46:44.395Z | Planning: Solver setup ... Done (10.491s) |
104 | 2025-01-27T08:46:44.541Z | Planning: Running solver ... Done (0.146s) |
105 | 2025-01-27T08:46:44.652Z | Planning: Finding local manifests ... Done (0.007s) |
106 | 2025-01-27T08:46:44.691Z | Planning: Fetching manifests: 0/7 0% complete |
107 | 2025-01-27T08:46:44.953Z | Planning: Fetching manifests: 7/7 100% complete |
108 | 2025-01-27T08:46:45.062Z | Planning: Package planning ... Done (0.110s) |
109 | 2025-01-27T08:46:45.119Z | Planning: Merging actions ... Done (0.056s) |
110 | 2025-01-27T08:46:45.314Z | Planning: Checking for conflicting actions ... Done (0.195s) |
111 | 2025-01-27T08:46:47.405Z | Planning: Consolidating action changes ... Done (2.090s) |
112 | 2025-01-27T08:46:47.842Z | Planning: Evaluating mediators ... Done (0.436s) |
113 | 2025-01-27T08:46:47.922Z | Planning: Planning completed in 14.73 seconds |
114 | 2025-01-27T08:46:47.938Z | Packages to install: 4 |
115 | 2025-01-27T08:46:47.939Z | Packages to update: 3 |
116 | 2025-01-27T08:46:47.939Z | Mediators to change: 2 |
117 | 2025-01-27T08:46:47.942Z | Services to change: 1 |
118 | 2025-01-27T08:46:47.942Z | Estimated space available: 155.61 GB |
119 | 2025-01-27T08:46:47.942Z | Estimated space to be consumed: 1.64 GB |
120 | 2025-01-27T08:46:47.942Z | Create boot environment: No |
121 | 2025-01-27T08:46:47.942Z | Create backup boot environment: Yes |
122 | 2025-01-27T08:46:47.942Z | Rebuild boot archive: No |
123 | 2025-01-27T08:46:47.942Z | |
124 | 2025-01-27T08:46:47.942Z | Changed mediators: |
125 | 2025-01-27T08:46:47.942Z | mediator clang: |
126 | 2025-01-27T08:46:47.942Z | version: None -> 15 (system default) |
127 | 2025-01-27T08:46:47.942Z | |
128 | 2025-01-27T08:46:47.942Z | mediator llvm: |
129 | 2025-01-27T08:46:47.942Z | version: 14 (system default) -> 15 (system default) |
130 | 2025-01-27T08:46:47.942Z | |
131 | 2025-01-27T08:46:47.942Z | Changed packages: |
132 | 2025-01-27T08:46:47.942Z | helios-dev |
133 | 2025-01-27T08:46:47.942Z | developer/build-essential |
134 | 2025-01-27T08:46:47.942Z | None -> 11-2.0 |
135 | 2025-01-27T08:46:47.942Z | library/libxmlsec1 |
136 | 2025-01-27T08:46:47.942Z | None -> 1.2.35-2.0 |
137 | 2025-01-27T08:46:47.942Z | ooce/developer/clang-15 |
138 | 2025-01-27T08:46:47.942Z | None -> 15.0.7-2.0 |
139 | 2025-01-27T08:46:47.942Z | ooce/developer/llvm-15 |
140 | 2025-01-27T08:46:47.942Z | None -> 15.0.7-2.0 |
141 | 2025-01-27T08:46:47.942Z | package/pkg |
142 | 2025-01-27T08:46:47.942Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
143 | 2025-01-27T08:46:47.942Z | system/library/g++-runtime |
144 | 2025-01-27T08:46:47.942Z | 13-2.0 -> 14-2.0 |
145 | 2025-01-27T08:46:47.942Z | system/library/gcc-runtime |
146 | 2025-01-27T08:46:47.943Z | 13-2.0 -> 14-2.0 |
147 | 2025-01-27T08:46:47.943Z | |
148 | 2025-01-27T08:46:47.943Z | Services: |
149 | 2025-01-27T08:46:47.943Z | restart_fmri: |
150 | 2025-01-27T08:46:47.943Z | svc:/system/update-man-index:default |
151 | 2025-01-27T08:46:47.943Z | |
152 | 2025-01-27T08:46:47.943Z | Editable files to change: |
153 | 2025-01-27T08:46:47.943Z | Update: |
154 | 2025-01-27T08:46:47.943Z | usr/share/lib/pkg/web/config.shtml |
155 | 2025-01-27T08:46:48.022Z | |
156 | 2025-01-27T08:46:48.022Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
157 | 2025-01-27T08:46:54.595Z | Download: 213/4301 items 1.3/225.4MB 0% complete (753k/s) |
158 | 2025-01-27T08:47:02.463Z | Download: 1195/4301 items 83.5/225.4MB 37% complete (8.3M/s) |
159 | 2025-01-27T08:47:08.870Z | Download: 1196/4301 items 83.5/225.4MB 37% complete (8.2M/s) |
160 | 2025-01-27T08:47:22.975Z | Download: 2223/4301 items 119.2/225.4MB 52% complete |
161 | 2025-01-27T08:47:27.972Z | Download: 3288/4301 items 211.7/225.4MB 93% complete (18.9M/s) |
162 | 2025-01-27T08:47:31.578Z | Download: Completed 225.42 MB in 43.55 seconds (5.2M/s) |
163 | 2025-01-27T08:47:33.728Z | Actions: 1/5122 actions (Removing old actions) |
164 | 2025-01-27T08:47:33.753Z | Actions: 194/5122 actions (Installing new actions) |
165 | 2025-01-27T08:47:38.494Z | Actions: 4267/5122 actions (Updating modified actions) |
166 | 2025-01-27T08:47:38.867Z | Actions: Completed 5122 actions in 5.12 seconds. |
167 | 2025-01-27T08:47:39.268Z | Done (0.402s) |
168 | 2025-01-27T08:47:39.281Z | Done (0.001s) |
169 | 2025-01-27T08:47:39.839Z | Done (0.576s) |
170 | 2025-01-27T08:47:44.363Z | Done (4.291s) |
171 | 2025-01-27T08:47:44.445Z | Done (0.018s) |
172 | 2025-01-27T08:47:44.448Z | Done (0.000s) |
173 | 2025-01-27T08:47:44.606Z | Done (0.000s) |
174 | 2025-01-27T08:47:45.304Z | Planning: Evaluating mediator changes ... Done |
175 | 2025-01-27T08:47:45.467Z | Planning: Checking for conflicting actions ... Done |
176 | 2025-01-27T08:47:45.470Z | Planning: Consolidating action changes ... Done |
177 | 2025-01-27T08:47:45.737Z | Planning: Evaluating mediators ... Done |
178 | 2025-01-27T08:47:45.740Z | Planning: Planning completed in 0.43 seconds |
179 | 2025-01-27T08:47:45.777Z | Mediators to change: 2 |
180 | 2025-01-27T08:47:45.777Z | Create boot environment: No |
181 | 2025-01-27T08:47:45.787Z | Create backup boot environment: No |
182 | 2025-01-27T08:47:45.932Z | Done |
183 | 2025-01-27T08:47:45.932Z | Done |
184 | 2025-01-27T08:47:46.296Z | Done |
185 | 2025-01-27T08:47:49.897Z | Done |
186 | 2025-01-27T08:47:49.983Z | Done |
187 | 2025-01-27T08:47:49.986Z | Done |
188 | 2025-01-27T08:47:50.116Z | Done |
189 | 2025-01-27T08:47:50.725Z | Planning: Evaluating mediator changes ... Done |
190 | 2025-01-27T08:47:50.728Z | Planning: Merging actions ... Done |
191 | 2025-01-27T08:47:50.917Z | Planning: Checking for conflicting actions ... Done |
192 | 2025-01-27T08:47:50.920Z | Planning: Consolidating action changes ... Done |
193 | 2025-01-27T08:47:51.185Z | Planning: Evaluating mediators ... Done |
194 | 2025-01-27T08:47:51.240Z | Planning: Planning completed in 0.76 seconds |
195 | 2025-01-27T08:47:51.282Z | Packages to change: 1 |
196 | 2025-01-27T08:47:51.282Z | Mediators to change: 1 |
197 | 2025-01-27T08:47:51.285Z | Services to change: 1 |
198 | 2025-01-27T08:47:51.285Z | Create boot environment: No |
199 | 2025-01-27T08:47:51.285Z | Create backup boot environment: Yes |
200 | 2025-01-27T08:47:53.484Z | Actions: 1/6 actions (Updating modified actions) |
201 | 2025-01-27T08:47:53.487Z | Actions: Completed 6 actions in 0.00 seconds. |
202 | 2025-01-27T08:47:53.487Z | Done |
203 | 2025-01-27T08:47:53.487Z | Done |
204 | 2025-01-27T08:47:53.601Z | Done |
205 | 2025-01-27T08:47:57.176Z | Done |
206 | 2025-01-27T08:47:57.264Z | Done |
207 | 2025-01-27T08:47:57.267Z | Done |
208 | 2025-01-27T08:47:57.418Z | Done |
209 | 2025-01-27T08:47:57.850Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
210 | 2025-01-27T08:47:57.850Z | clang system 15 system |
211 | 2025-01-27T08:47:57.850Z | csh system system illumos |
212 | 2025-01-27T08:47:57.851Z | ctags system system illumos |
213 | 2025-01-27T08:47:57.851Z | gcc vendor 12 vendor |
214 | 2025-01-27T08:47:57.851Z | gcc system 10 system |
215 | 2025-01-27T08:47:57.851Z | gcc system 7 system |
216 | 2025-01-27T08:47:57.851Z | go system 1.20 system |
217 | 2025-01-27T08:47:57.851Z | go system 1.19 system |
218 | 2025-01-27T08:47:57.851Z | llvm system 15 system |
219 | 2025-01-27T08:47:57.851Z | llvm system 14 system |
220 | 2025-01-27T08:47:57.851Z | mariadb system 10.6 system |
221 | 2025-01-27T08:47:57.851Z | mta vendor vendor dma |
222 | 2025-01-27T08:47:57.851Z | openjdk system 17 system |
223 | 2025-01-27T08:47:57.851Z | openjdk system 11 system |
224 | 2025-01-27T08:47:57.851Z | openjdk system 1.8 system |
225 | 2025-01-27T08:47:57.851Z | openssl vendor 3 vendor |
226 | 2025-01-27T08:47:57.851Z | perl system 5.36 system |
227 | 2025-01-27T08:47:57.851Z | postgresql system 15 system |
228 | 2025-01-27T08:47:57.851Z | postgresql system 13 system |
229 | 2025-01-27T08:47:57.851Z | python vendor 3 vendor |
230 | 2025-01-27T08:47:57.851Z | python system 2 system |
231 | 2025-01-27T08:47:57.851Z | python3 system 3.11 system |
232 | 2025-01-27T08:47:57.851Z | ruby system 3.0 system |
233 | 2025-01-27T08:47:57.851Z | words vendor vendor american-english |
234 | 2025-01-27T08:47:57.851Z | words system system australian-english |
235 | 2025-01-27T08:47:57.851Z | words system system british-english |
236 | 2025-01-27T08:47:57.851Z | words system system canadian-english |
237 | 2025-01-27T08:47:57.851Z | words system system french |
238 | 2025-01-27T08:47:57.851Z | words system system italian |
239 | 2025-01-27T08:47:57.851Z | words system system ngerman |
240 | 2025-01-27T08:47:57.851Z | words system system ogerman |
241 | 2025-01-27T08:47:57.851Z | words system system spanish |
242 | 2025-01-27T08:47:58.183Z | PUBLISHER TYPE STATUS P LOCATION |
243 | 2025-01-27T08:47:58.183Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
244 | 2025-01-27T08:48:00.978Z | FMRI IFO |
245 | 2025-01-27T08:48:00.978Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
246 | 2025-01-27T08:48:00.978Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
247 | 2025-01-27T08:48:00.978Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
248 | 2025-01-27T08:48:00.979Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
249 | 2025-01-27T08:48:00.979Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
250 | 2025-01-27T08:48:00.979Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
251 | 2025-01-27T08:48:00.979Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
252 | 2025-01-27T08:48:00.979Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
253 | 2025-01-27T08:48:00.979Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
254 | 2025-01-27T08:48:00.979Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
255 | 2025-01-27T08:48:00.979Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
256 | 2025-01-27T08:48:00.979Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
257 | 2025-01-27T08:48:00.979Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
258 | 2025-01-27T08:48:00.979Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
259 | 2025-01-27T08:48:00.979Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
260 | 2025-01-27T08:48:01.733Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
261 | 2025-01-27T08:48:02.051Z | Updating crates.io index |
262 | 2025-01-27T08:48:02.054Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
263 | 2025-01-27T08:48:02.448Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
264 | 2025-01-27T08:48:03.026Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
265 | 2025-01-27T08:48:03.325Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
266 | 2025-01-27T08:48:03.616Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
267 | 2025-01-27T08:48:03.892Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
268 | 2025-01-27T08:48:04.830Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
269 | 2025-01-27T08:48:06.486Z | Updating git repository `https://github.com/oxidecomputer/opte` |
270 | 2025-01-27T08:48:07.193Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
271 | 2025-01-27T08:48:07.966Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
272 | 2025-01-27T08:48:08.246Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
273 | 2025-01-27T08:48:08.600Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
274 | 2025-01-27T08:48:09.214Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
275 | 2025-01-27T08:48:09.571Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
276 | 2025-01-27T08:48:09.880Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
277 | 2025-01-27T08:48:10.181Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
278 | 2025-01-27T08:48:10.405Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
279 | 2025-01-27T08:48:10.656Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
280 | 2025-01-27T08:48:10.959Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
281 | 2025-01-27T08:48:11.286Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
282 | 2025-01-27T08:48:11.689Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
283 | 2025-01-27T08:48:12.054Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
284 | 2025-01-27T08:48:12.496Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
285 | 2025-01-27T08:48:12.781Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
286 | 2025-01-27T08:48:13.299Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
287 | 2025-01-27T08:48:13.580Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
288 | 2025-01-27T08:48:14.035Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
289 | 2025-01-27T08:48:14.436Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
290 | 2025-01-27T08:48:14.792Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
291 | 2025-01-27T08:48:15.059Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
292 | 2025-01-27T08:48:15.337Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
293 | 2025-01-27T08:48:16.627Z | Downloading crates ... |
294 | 2025-01-27T08:48:16.703Z | Downloaded anstream v0.6.18 |
295 | 2025-01-27T08:48:16.728Z | Downloaded scroll_derive v0.12.0 |
296 | 2025-01-27T08:48:16.731Z | Downloaded pretty-hex v0.4.1 |
297 | 2025-01-27T08:48:16.751Z | Downloaded anstyle v1.0.10 |
298 | 2025-01-27T08:48:16.754Z | Downloaded colorchoice v1.0.3 |
299 | 2025-01-27T08:48:16.754Z | Downloaded swrite v0.1.0 |
300 | 2025-01-27T08:48:16.761Z | Downloaded usdt-macro v0.5.0 |
301 | 2025-01-27T08:48:16.764Z | Downloaded usdt-attr-macro v0.5.0 |
302 | 2025-01-27T08:48:16.771Z | Downloaded equivalent v1.0.1 |
303 | 2025-01-27T08:48:16.782Z | Downloaded plain v0.2.3 |
304 | 2025-01-27T08:48:16.785Z | Downloaded heck v0.4.1 |
305 | 2025-01-27T08:48:16.785Z | Downloaded errno v0.3.10 |
306 | 2025-01-27T08:48:16.788Z | Downloaded bytecount v0.6.8 |
307 | 2025-01-27T08:48:16.788Z | Downloaded pest_generator v2.7.15 |
308 | 2025-01-27T08:48:16.791Z | Downloaded anstyle-query v1.1.2 |
309 | 2025-01-27T08:48:16.793Z | Downloaded thiserror v1.0.69 |
310 | 2025-01-27T08:48:16.796Z | Downloaded heck v0.5.0 |
311 | 2025-01-27T08:48:16.799Z | Downloaded digest v0.10.7 |
312 | 2025-01-27T08:48:16.801Z | Downloaded block-buffer v0.10.4 |
313 | 2025-01-27T08:48:16.801Z | Downloaded dtrace-parser v0.2.0 |
314 | 2025-01-27T08:48:16.801Z | Downloaded clap_lex v0.7.4 |
315 | 2025-01-27T08:48:16.804Z | Downloaded toml_datetime v0.6.8 |
316 | 2025-01-27T08:48:16.804Z | Downloaded macaddr v1.0.1 |
317 | 2025-01-27T08:48:16.804Z | Downloaded autocfg v1.4.0 |
318 | 2025-01-27T08:48:16.807Z | Downloaded thread-id v4.2.2 |
319 | 2025-01-27T08:48:16.807Z | Downloaded proc-macro-error-attr v1.0.4 |
320 | 2025-01-27T08:48:16.810Z | Downloaded is_terminal_polyfill v1.70.1 |
321 | 2025-01-27T08:48:16.813Z | Downloaded memmap v0.7.0 |
322 | 2025-01-27T08:48:16.815Z | Downloaded thiserror-impl v1.0.69 |
323 | 2025-01-27T08:48:16.815Z | Downloaded tabled_derive v0.7.0 |
324 | 2025-01-27T08:48:16.815Z | Downloaded strsim v0.11.1 |
325 | 2025-01-27T08:48:16.818Z | Downloaded itoa v1.0.14 |
326 | 2025-01-27T08:48:16.818Z | Downloaded cargo-platform v0.1.9 |
327 | 2025-01-27T08:48:16.821Z | Downloaded generic-array v0.14.7 |
328 | 2025-01-27T08:48:16.824Z | Downloaded fastrand v2.3.0 |
329 | 2025-01-27T08:48:16.824Z | Downloaded terminal_size v0.4.1 |
330 | 2025-01-27T08:48:16.826Z | Downloaded smawk v0.3.2 |
331 | 2025-01-27T08:48:16.827Z | Downloaded fnv v1.0.7 |
332 | 2025-01-27T08:48:16.827Z | Downloaded anstyle-parse v0.2.6 |
333 | 2025-01-27T08:48:16.830Z | Downloaded clap_derive v4.5.24 |
334 | 2025-01-27T08:48:16.832Z | Downloaded utf8parse v0.2.2 |
335 | 2025-01-27T08:48:16.835Z | Downloaded usdt v0.5.0 |
336 | 2025-01-27T08:48:16.835Z | Downloaded usdt-impl v0.5.0 |
337 | 2025-01-27T08:48:16.838Z | Downloaded unicode-linebreak v0.1.5 |
338 | 2025-01-27T08:48:16.843Z | Downloaded byteorder v1.5.0 |
339 | 2025-01-27T08:48:16.845Z | Downloaded thiserror-impl v2.0.11 |
340 | 2025-01-27T08:48:16.850Z | Downloaded serde_spanned v0.6.8 |
341 | 2025-01-27T08:48:16.854Z | Downloaded cfg-if v1.0.0 |
342 | 2025-01-27T08:48:16.854Z | Downloaded fs-err v2.11.0 |
343 | 2025-01-27T08:48:16.857Z | Downloaded serde_tokenstream v0.2.2 |
344 | 2025-01-27T08:48:16.857Z | Downloaded dof v0.3.0 |
345 | 2025-01-27T08:48:16.859Z | Downloaded getrandom v0.2.15 |
346 | 2025-01-27T08:48:16.862Z | Downloaded crypto-common v0.1.6 |
347 | 2025-01-27T08:48:16.864Z | Downloaded cargo_metadata v0.18.1 |
348 | 2025-01-27T08:48:16.864Z | Downloaded scroll v0.12.0 |
349 | 2025-01-27T08:48:16.872Z | Downloaded tempfile v3.15.0 |
350 | 2025-01-27T08:48:16.875Z | Downloaded cargo_toml v0.20.5 |
351 | 2025-01-27T08:48:16.878Z | Downloaded proc-macro-error v1.0.4 |
352 | 2025-01-27T08:48:16.880Z | Downloaded quote v1.0.38 |
353 | 2025-01-27T08:48:16.883Z | Downloaded sha2 v0.10.8 |
354 | 2025-01-27T08:48:16.886Z | Downloaded zerocopy-derive v0.7.35 |
355 | 2025-01-27T08:48:16.889Z | Downloaded version_check v0.9.5 |
356 | 2025-01-27T08:48:16.891Z | Downloaded semver v1.0.25 |
357 | 2025-01-27T08:48:16.894Z | Downloaded once_cell v1.20.2 |
358 | 2025-01-27T08:48:16.897Z | Downloaded camino v1.1.9 |
359 | 2025-01-27T08:48:16.897Z | Downloaded camino-tempfile v1.1.1 |
360 | 2025-01-27T08:48:16.902Z | Downloaded cpufeatures v0.2.17 |
361 | 2025-01-27T08:48:16.904Z | Downloaded pest_derive v2.7.15 |
362 | 2025-01-27T08:48:16.907Z | Downloaded anyhow v1.0.95 |
363 | 2025-01-27T08:48:16.913Z | Downloaded unicode-ident v1.0.15 |
364 | 2025-01-27T08:48:16.916Z | Downloaded toml v0.8.19 |
365 | 2025-01-27T08:48:16.919Z | Downloaded thiserror v2.0.11 |
366 | 2025-01-27T08:48:16.924Z | Downloaded pest_meta v2.7.15 |
367 | 2025-01-27T08:48:16.927Z | Downloaded log v0.4.25 |
368 | 2025-01-27T08:48:16.930Z | Downloaded ucd-trie v0.1.7 |
369 | 2025-01-27T08:48:16.930Z | Downloaded typenum v1.17.0 |
370 | 2025-01-27T08:48:16.933Z | Downloaded proc-macro2 v1.0.93 |
371 | 2025-01-27T08:48:16.936Z | Downloaded clap v4.5.27 |
372 | 2025-01-27T08:48:16.944Z | Downloaded serde_derive v1.0.217 |
373 | 2025-01-27T08:48:16.947Z | Downloaded ryu v1.0.18 |
374 | 2025-01-27T08:48:16.960Z | Downloaded serde v1.0.217 |
375 | 2025-01-27T08:48:16.963Z | Downloaded bitflags v2.8.0 |
376 | 2025-01-27T08:48:16.967Z | Downloaded indexmap v2.7.1 |
377 | 2025-01-27T08:48:16.974Z | Downloaded textwrap v0.16.1 |
378 | 2025-01-27T08:48:16.985Z | Downloaded papergrid v0.11.0 |
379 | 2025-01-27T08:48:16.999Z | Downloaded toml_edit v0.22.22 |
380 | 2025-01-27T08:48:17.020Z | Downloaded pest v2.7.15 |
381 | 2025-01-27T08:48:17.025Z | Downloaded memchr v2.7.4 |
382 | 2025-01-27T08:48:17.041Z | Downloaded zerocopy v0.7.35 |
383 | 2025-01-27T08:48:17.056Z | Downloaded winnow v0.6.24 |
384 | 2025-01-27T08:48:17.064Z | Downloaded serde_json v1.0.137 |
385 | 2025-01-27T08:48:17.070Z | Downloaded hashbrown v0.15.2 |
386 | 2025-01-27T08:48:17.075Z | Downloaded goblin v0.8.2 |
387 | 2025-01-27T08:48:17.080Z | Downloaded clap_builder v4.5.27 |
388 | 2025-01-27T08:48:17.087Z | Downloaded tabled v0.15.0 |
389 | 2025-01-27T08:48:17.111Z | Downloaded syn v1.0.109 |
390 | 2025-01-27T08:48:17.121Z | Downloaded unicode-width v0.1.14 |
391 | 2025-01-27T08:48:17.126Z | Downloaded syn v2.0.96 |
392 | 2025-01-27T08:48:17.138Z | Downloaded rustix v0.38.44 |
393 | 2025-01-27T08:48:17.179Z | Downloaded libc v0.2.169 |
394 | 2025-01-27T08:48:17.496Z | Compiling proc-macro2 v1.0.93 |
395 | 2025-01-27T08:48:17.496Z | Compiling unicode-ident v1.0.15 |
396 | 2025-01-27T08:48:17.499Z | Compiling version_check v0.9.5 |
397 | 2025-01-27T08:48:17.499Z | Compiling serde v1.0.217 |
398 | 2025-01-27T08:48:17.499Z | Compiling memchr v2.7.4 |
399 | 2025-01-27T08:48:17.499Z | Compiling libc v0.2.169 |
400 | 2025-01-27T08:48:17.534Z | Compiling thiserror v2.0.11 |
401 | 2025-01-27T08:48:17.536Z | Compiling thiserror v1.0.69 |
402 | 2025-01-27T08:48:17.779Z | Compiling itoa v1.0.14 |
403 | 2025-01-27T08:48:18.044Z | Compiling ryu v1.0.18 |
404 | 2025-01-27T08:48:18.289Z | Compiling ucd-trie v0.1.7 |
405 | 2025-01-27T08:48:18.364Z | Compiling once_cell v1.20.2 |
406 | 2025-01-27T08:48:18.568Z | Compiling byteorder v1.5.0 |
407 | 2025-01-27T08:48:18.622Z | Compiling rustix v0.38.44 |
408 | 2025-01-27T08:48:18.732Z | Compiling serde_json v1.0.137 |
409 | 2025-01-27T08:48:18.987Z | Compiling bitflags v2.8.0 |
410 | 2025-01-27T08:48:19.100Z | Compiling proc-macro-error-attr v1.0.4 |
411 | 2025-01-27T08:48:19.125Z | Compiling usdt-impl v0.5.0 |
412 | 2025-01-27T08:48:19.207Z | Compiling syn v1.0.109 |
413 | 2025-01-27T08:48:19.386Z | Compiling quote v1.0.38 |
414 | 2025-01-27T08:48:19.436Z | Compiling proc-macro-error v1.0.4 |
415 | 2025-01-27T08:48:19.461Z | Compiling errno v0.3.10 |
416 | 2025-01-27T08:48:19.637Z | Compiling camino v1.1.9 |
417 | 2025-01-27T08:48:19.706Z | Compiling equivalent v1.0.1 |
418 | 2025-01-27T08:48:19.731Z | Compiling hashbrown v0.15.2 |
419 | 2025-01-27T08:48:19.791Z | Compiling syn v2.0.96 |
420 | 2025-01-27T08:48:19.922Z | Compiling utf8parse v0.2.2 |
421 | 2025-01-27T08:48:20.004Z | Compiling plain v0.2.3 |
422 | 2025-01-27T08:48:20.055Z | Compiling log v0.4.25 |
423 | 2025-01-27T08:48:20.106Z | Compiling anstyle-parse v0.2.6 |
424 | 2025-01-27T08:48:20.172Z | Compiling thread-id v4.2.2 |
425 | 2025-01-27T08:48:20.444Z | Compiling unicode-width v0.1.14 |
426 | 2025-01-27T08:48:20.468Z | Compiling is_terminal_polyfill v1.70.1 |
427 | 2025-01-27T08:48:20.611Z | Compiling semver v1.0.25 |
428 | 2025-01-27T08:48:20.745Z | Compiling indexmap v2.7.1 |
429 | 2025-01-27T08:48:20.834Z | Compiling winnow v0.6.24 |
430 | 2025-01-27T08:48:20.969Z | Compiling pretty-hex v0.4.1 |
431 | 2025-01-27T08:48:21.016Z | Compiling anstyle-query v1.1.2 |
432 | 2025-01-27T08:48:21.104Z | Compiling anstyle v1.0.10 |
433 | 2025-01-27T08:48:21.196Z | Compiling cfg-if v1.0.0 |
434 | 2025-01-27T08:48:21.223Z | Compiling autocfg v1.4.0 |
435 | 2025-01-27T08:48:21.309Z | Compiling colorchoice v1.0.3 |
436 | 2025-01-27T08:48:21.489Z | Compiling anstream v0.6.18 |
437 | 2025-01-27T08:48:21.516Z | Compiling getrandom v0.2.15 |
438 | 2025-01-27T08:48:21.890Z | Compiling terminal_size v0.4.1 |
439 | 2025-01-27T08:48:22.155Z | Compiling anyhow v1.0.95 |
440 | 2025-01-27T08:48:22.205Z | Compiling fs-err v2.11.0 |
441 | 2025-01-27T08:48:22.248Z | Compiling fnv v1.0.7 |
442 | 2025-01-27T08:48:22.271Z | Compiling strsim v0.11.1 |
443 | 2025-01-27T08:48:22.413Z | Compiling heck v0.4.1 |
444 | 2025-01-27T08:48:22.557Z | Compiling bytecount v0.6.8 |
445 | 2025-01-27T08:48:22.787Z | Compiling fastrand v2.3.0 |
446 | 2025-01-27T08:48:22.813Z | Compiling clap_lex v0.7.4 |
447 | 2025-01-27T08:48:22.816Z | Compiling heck v0.5.0 |
448 | 2025-01-27T08:48:23.257Z | Compiling tempfile v3.15.0 |
449 | 2025-01-27T08:48:23.286Z | Compiling clap_builder v4.5.27 |
450 | 2025-01-27T08:48:23.313Z | Compiling papergrid v0.11.0 |
451 | 2025-01-27T08:48:23.511Z | Compiling memmap v0.7.0 |
452 | 2025-01-27T08:48:23.692Z | Compiling smawk v0.3.2 |
453 | 2025-01-27T08:48:23.859Z | Compiling unicode-linebreak v0.1.5 |
454 | 2025-01-27T08:48:24.261Z | Compiling swrite v0.1.0 |
455 | 2025-01-27T08:48:24.387Z | Compiling textwrap v0.16.1 |
456 | 2025-01-27T08:48:25.077Z | Compiling tabled_derive v0.7.0 |
457 | 2025-01-27T08:48:26.761Z | Compiling serde_derive v1.0.217 |
458 | 2025-01-27T08:48:26.761Z | Compiling thiserror-impl v2.0.11 |
459 | 2025-01-27T08:48:26.765Z | Compiling thiserror-impl v1.0.69 |
460 | 2025-01-27T08:48:26.765Z | Compiling zerocopy-derive v0.7.35 |
461 | 2025-01-27T08:48:26.765Z | Compiling scroll_derive v0.12.0 |
462 | 2025-01-27T08:48:26.765Z | Compiling clap_derive v4.5.24 |
463 | 2025-01-27T08:48:26.902Z | Compiling tabled v0.15.0 |
464 | 2025-01-27T08:48:28.169Z | Compiling scroll v0.12.0 |
465 | 2025-01-27T08:48:28.728Z | Compiling goblin v0.8.2 |
466 | 2025-01-27T08:48:28.976Z | Compiling zerocopy v0.7.35 |
467 | 2025-01-27T08:48:30.254Z | Compiling pest v2.7.15 |
468 | 2025-01-27T08:48:31.082Z | Compiling clap v4.5.27 |
469 | 2025-01-27T08:48:32.404Z | Compiling pest_meta v2.7.15 |
470 | 2025-01-27T08:48:33.331Z | Compiling pest_generator v2.7.15 |
471 | 2025-01-27T08:48:34.753Z | Compiling pest_derive v2.7.15 |
472 | 2025-01-27T08:48:35.359Z | Compiling dtrace-parser v0.2.0 |
473 | 2025-01-27T08:48:36.094Z | Compiling serde_tokenstream v0.2.2 |
474 | 2025-01-27T08:48:36.138Z | Compiling toml_datetime v0.6.8 |
475 | 2025-01-27T08:48:36.138Z | Compiling serde_spanned v0.6.8 |
476 | 2025-01-27T08:48:36.423Z | Compiling cargo-platform v0.1.9 |
477 | 2025-01-27T08:48:36.426Z | Compiling macaddr v1.0.1 |
478 | 2025-01-27T08:48:36.612Z | Compiling toml_edit v0.22.22 |
479 | 2025-01-27T08:48:36.787Z | Compiling camino-tempfile v1.1.1 |
480 | 2025-01-27T08:48:37.490Z | Compiling dof v0.3.0 |
481 | 2025-01-27T08:48:37.490Z | Compiling cargo_metadata v0.18.1 |
482 | 2025-01-27T08:48:38.912Z | Compiling usdt-attr-macro v0.5.0 |
483 | 2025-01-27T08:48:38.912Z | Compiling usdt-macro v0.5.0 |
484 | 2025-01-27T08:48:39.389Z | Compiling toml v0.8.19 |
485 | 2025-01-27T08:48:39.891Z | Compiling usdt v0.5.0 |
486 | 2025-01-27T08:48:40.195Z | Compiling cargo_toml v0.20.5 |
487 | 2025-01-27T08:48:42.875Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
488 | 2025-01-27T08:48:46.018Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.50s |
489 | 2025-01-27T08:48:46.295Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
490 | 2025-01-27T08:48:46.823Z | Downloading crates ... |
491 | 2025-01-27T08:48:46.950Z | Downloaded aead v0.5.2 |
492 | 2025-01-27T08:48:46.953Z | Downloaded adler2 v2.0.0 |
493 | 2025-01-27T08:48:46.956Z | Downloaded addr2line v0.24.2 |
494 | 2025-01-27T08:48:46.960Z | Downloaded async-stream-impl v0.3.6 |
495 | 2025-01-27T08:48:46.962Z | Downloaded atomicwrites v0.4.4 |
496 | 2025-01-27T08:48:46.969Z | Downloaded atty v0.2.14 |
497 | 2025-01-27T08:48:46.972Z | Downloaded heapless v0.7.17 |
498 | 2025-01-27T08:48:46.978Z | Downloaded cfg_aliases v0.1.1 |
499 | 2025-01-27T08:48:46.980Z | Downloaded ciborium-io v0.2.2 |
500 | 2025-01-27T08:48:46.984Z | Downloaded cfg_aliases v0.2.1 |
501 | 2025-01-27T08:48:46.995Z | Downloaded hickory-resolver v0.24.2 |
502 | 2025-01-27T08:48:47.001Z | Downloaded hyper-staticfile v0.10.1 |
503 | 2025-01-27T08:48:47.004Z | Downloaded http-range v0.1.5 |
504 | 2025-01-27T08:48:47.007Z | Downloaded cstr-argument v0.1.2 |
505 | 2025-01-27T08:48:47.007Z | Downloaded crunchy v0.2.3 |
506 | 2025-01-27T08:48:47.007Z | Downloaded crucible-workspace-hack v0.1.0 |
507 | 2025-01-27T08:48:47.012Z | Downloaded heck v0.3.3 |
508 | 2025-01-27T08:48:47.015Z | Downloaded bit-vec v0.6.3 |
509 | 2025-01-27T08:48:47.018Z | Downloaded bb8 v0.8.6 |
510 | 2025-01-27T08:48:47.018Z | Downloaded async-recursion v1.1.1 |
511 | 2025-01-27T08:48:47.021Z | Downloaded httparse v1.9.5 |
512 | 2025-01-27T08:48:47.025Z | Downloaded heapless v0.8.0 |
513 | 2025-01-27T08:48:47.029Z | Downloaded hubpack_derive v0.1.1 |
514 | 2025-01-27T08:48:47.033Z | Downloaded atomic-waker v1.1.2 |
515 | 2025-01-27T08:48:47.033Z | Downloaded bitfield-struct v0.6.2 |
516 | 2025-01-27T08:48:47.035Z | Downloaded httpdate v1.0.3 |
517 | 2025-01-27T08:48:47.035Z | Downloaded hickory-client v0.24.2 |
518 | 2025-01-27T08:48:47.038Z | Downloaded bitfield v0.14.0 |
519 | 2025-01-27T08:48:47.041Z | Downloaded hex v0.4.3 |
520 | 2025-01-27T08:48:47.044Z | Downloaded hyper-rustls v0.27.5 |
521 | 2025-01-27T08:48:47.047Z | Downloaded humantime v2.1.0 |
522 | 2025-01-27T08:48:47.049Z | Downloaded http-body-util v0.1.2 |
523 | 2025-01-27T08:48:47.052Z | Downloaded hubpack v0.1.2 |
524 | 2025-01-27T08:48:47.052Z | Downloaded curve25519-dalek v4.1.3 |
525 | 2025-01-27T08:48:47.062Z | Downloaded icu_provider_macros v1.5.0 |
526 | 2025-01-27T08:48:47.065Z | Downloaded crc v3.2.1 |
527 | 2025-01-27T08:48:47.068Z | Downloaded instant v0.1.13 |
528 | 2025-01-27T08:48:47.070Z | Downloaded crc-catalog v2.4.0 |
529 | 2025-01-27T08:48:47.073Z | Downloaded ctr v0.9.2 |
530 | 2025-01-27T08:48:47.076Z | Downloaded cobs v0.2.3 |
531 | 2025-01-27T08:48:47.076Z | Downloaded cassowary v0.3.0 |
532 | 2025-01-27T08:48:47.079Z | Downloaded http-body v1.0.1 |
533 | 2025-01-27T08:48:47.081Z | Downloaded bitflags v1.3.2 |
534 | 2025-01-27T08:48:47.084Z | Downloaded proc-macro-error-attr2 v2.0.0 |
535 | 2025-01-27T08:48:47.084Z | Downloaded ident_case v1.0.1 |
536 | 2025-01-27T08:48:47.087Z | Downloaded buf-list v1.0.3 |
537 | 2025-01-27T08:48:47.090Z | Downloaded hyper-tls v0.6.0 |
538 | 2025-01-27T08:48:47.092Z | Downloaded lazy_static v1.5.0 |
539 | 2025-01-27T08:48:47.092Z | Downloaded inout v0.1.3 |
540 | 2025-01-27T08:48:47.095Z | Downloaded lalrpop-util v0.19.12 |
541 | 2025-01-27T08:48:47.095Z | Downloaded bcs v0.1.6 |
542 | 2025-01-27T08:48:47.098Z | Downloaded hyper v1.5.2 |
543 | 2025-01-27T08:48:47.105Z | Downloaded is_ci v1.2.0 |
544 | 2025-01-27T08:48:47.108Z | Downloaded convert_case v0.4.0 |
545 | 2025-01-27T08:48:47.110Z | Downloaded bit-vec v0.8.0 |
546 | 2025-01-27T08:48:47.110Z | Downloaded async-bb8-diesel v0.2.1 |
547 | 2025-01-27T08:48:47.113Z | Downloaded md5 v0.7.0 |
548 | 2025-01-27T08:48:47.116Z | Downloaded match_cfg v0.1.0 |
549 | 2025-01-27T08:48:47.116Z | Downloaded csv-core v0.1.11 |
550 | 2025-01-27T08:48:47.118Z | Downloaded memoffset v0.9.1 |
551 | 2025-01-27T08:48:47.121Z | Downloaded md-5 v0.10.6 |
552 | 2025-01-27T08:48:47.121Z | Downloaded bzip2 v0.4.4 |
553 | 2025-01-27T08:48:47.124Z | Downloaded colored v2.2.0 |
554 | 2025-01-27T08:48:47.127Z | Downloaded libsw-core v0.3.1 |
555 | 2025-01-27T08:48:47.129Z | Downloaded lazycell v1.3.0 |
556 | 2025-01-27T08:48:47.132Z | Downloaded hostname v0.4.0 |
557 | 2025-01-27T08:48:47.132Z | Downloaded cookie_store v0.21.1 |
558 | 2025-01-27T08:48:47.135Z | Downloaded lockfree-object-pool v0.1.6 |
559 | 2025-01-27T08:48:47.138Z | Downloaded libefi-sys v0.1.0 |
560 | 2025-01-27T08:48:47.140Z | Downloaded linked-hash-map v0.5.6 |
561 | 2025-01-27T08:48:47.140Z | Downloaded crc32fast v1.4.2 |
562 | 2025-01-27T08:48:47.143Z | Downloaded strum v0.26.3 |
563 | 2025-01-27T08:48:47.146Z | Downloaded blake2 v0.10.6 |
564 | 2025-01-27T08:48:47.149Z | Downloaded radium v0.7.0 |
565 | 2025-01-27T08:48:47.149Z | Downloaded progenitor-macro v0.9.1 |
566 | 2025-01-27T08:48:47.152Z | Downloaded linear-map v1.2.0 |
567 | 2025-01-27T08:48:47.152Z | Downloaded tinyvec_macros v0.1.1 |
568 | 2025-01-27T08:48:47.155Z | Downloaded lru-cache v0.1.2 |
569 | 2025-01-27T08:48:47.155Z | Downloaded is-terminal v0.4.15 |
570 | 2025-01-27T08:48:47.158Z | Downloaded impl-trait-for-tuples v0.2.3 |
571 | 2025-01-27T08:48:47.160Z | Downloaded rustc_version v0.1.7 |
572 | 2025-01-27T08:48:47.160Z | Downloaded waitgroup v0.1.2 |
573 | 2025-01-27T08:48:47.163Z | Downloaded unicode-xid v0.2.6 |
574 | 2025-01-27T08:48:47.166Z | Downloaded maplit v1.0.2 |
575 | 2025-01-27T08:48:47.166Z | Downloaded ipnetwork v0.20.0 |
576 | 2025-01-27T08:48:47.169Z | Downloaded indoc v1.0.9 |
577 | 2025-01-27T08:48:47.172Z | Downloaded proc-macro-error2 v2.0.1 |
578 | 2025-01-27T08:48:47.174Z | Downloaded managed v0.8.0 |
579 | 2025-01-27T08:48:47.177Z | Downloaded maybe-uninit v2.0.0 |
580 | 2025-01-27T08:48:47.177Z | Downloaded downcast v0.11.0 |
581 | 2025-01-27T08:48:47.181Z | Downloaded rustc_version v0.4.1 |
582 | 2025-01-27T08:48:47.184Z | Downloaded foreign-types v0.3.2 |
583 | 2025-01-27T08:48:47.184Z | Downloaded lru v0.12.5 |
584 | 2025-01-27T08:48:47.184Z | Downloaded console v0.15.10 |
585 | 2025-01-27T08:48:47.187Z | Downloaded stable_deref_trait v1.2.0 |
586 | 2025-01-27T08:48:47.190Z | Downloaded termtree v0.5.1 |
587 | 2025-01-27T08:48:47.192Z | Downloaded highway v1.3.0 |
588 | 2025-01-27T08:48:47.196Z | Downloaded litemap v0.7.4 |
589 | 2025-01-27T08:48:47.199Z | Downloaded idna_adapter v1.2.0 |
590 | 2025-01-27T08:48:47.199Z | Downloaded tls_codec v0.4.1 |
591 | 2025-01-27T08:48:47.202Z | Downloaded serde_path_to_error v0.1.16 |
592 | 2025-01-27T08:48:47.202Z | Downloaded jobserver v0.1.32 |
593 | 2025-01-27T08:48:47.204Z | Downloaded strum_macros v0.24.3 |
594 | 2025-01-27T08:48:47.207Z | Downloaded strum_macros v0.25.3 |
595 | 2025-01-27T08:48:47.210Z | Downloaded structmeta-derive v0.3.0 |
596 | 2025-01-27T08:48:47.213Z | Downloaded icu_normalizer v1.5.0 |
597 | 2025-01-27T08:48:47.216Z | Downloaded phf_shared v0.10.0 |
598 | 2025-01-27T08:48:47.218Z | Downloaded number_prefix v0.4.0 |
599 | 2025-01-27T08:48:47.218Z | Downloaded num-conv v0.1.0 |
600 | 2025-01-27T08:48:47.221Z | Downloaded multimap v0.10.0 |
601 | 2025-01-27T08:48:47.221Z | Downloaded futures-task v0.3.31 |
602 | 2025-01-27T08:48:47.224Z | Downloaded utf8_iter v1.0.4 |
603 | 2025-01-27T08:48:47.224Z | Downloaded icu_locid_transform v1.5.0 |
604 | 2025-01-27T08:48:47.227Z | Downloaded wait-timeout v0.2.0 |
605 | 2025-01-27T08:48:47.230Z | Downloaded mime v0.3.17 |
606 | 2025-01-27T08:48:47.232Z | Downloaded slog-envlogger v2.2.0 |
607 | 2025-01-27T08:48:47.235Z | Downloaded deranged v0.3.11 |
608 | 2025-01-27T08:48:47.235Z | Downloaded zone_cfg_derive v0.1.2 |
609 | 2025-01-27T08:48:47.235Z | Downloaded zone v0.3.0 |
610 | 2025-01-27T08:48:47.238Z | Downloaded precomputed-hash v0.1.1 |
611 | 2025-01-27T08:48:47.238Z | Downloaded diesel-dtrace v0.4.2 |
612 | 2025-01-27T08:48:47.241Z | Downloaded zone v0.1.8 |
613 | 2025-01-27T08:48:47.241Z | Downloaded termios v0.3.3 |
614 | 2025-01-27T08:48:47.244Z | Downloaded litrs v0.4.1 |
615 | 2025-01-27T08:48:47.246Z | Downloaded ff v0.13.0 |
616 | 2025-01-27T08:48:47.249Z | Downloaded fd-lock v4.0.2 |
617 | 2025-01-27T08:48:47.252Z | Downloaded icu_locid v1.5.0 |
618 | 2025-01-27T08:48:47.256Z | Downloaded ena v0.14.3 |
619 | 2025-01-27T08:48:47.259Z | Downloaded topological-sort v0.2.2 |
620 | 2025-01-27T08:48:47.262Z | Downloaded icu_provider v1.5.0 |
621 | 2025-01-27T08:48:47.264Z | Downloaded icu_normalizer_data v1.5.0 |
622 | 2025-01-27T08:48:47.269Z | Downloaded futures-sink v0.3.31 |
623 | 2025-01-27T08:48:47.271Z | Downloaded slog-json v2.6.1 |
624 | 2025-01-27T08:48:47.271Z | Downloaded form_urlencoded v1.2.1 |
625 | 2025-01-27T08:48:47.272Z | Downloaded time-core v0.1.2 |
626 | 2025-01-27T08:48:47.274Z | Downloaded try-lock v0.2.5 |
627 | 2025-01-27T08:48:47.274Z | Downloaded serde_derive_internals v0.29.1 |
628 | 2025-01-27T08:48:47.277Z | Downloaded futures-io v0.3.31 |
629 | 2025-01-27T08:48:47.277Z | Downloaded futures-core v0.3.31 |
630 | 2025-01-27T08:48:47.280Z | Downloaded slog-dtrace v0.3.0 |
631 | 2025-01-27T08:48:47.283Z | Downloaded paste v1.0.15 |
632 | 2025-01-27T08:48:47.286Z | Downloaded pkg-config v0.3.31 |
633 | 2025-01-27T08:48:47.288Z | Downloaded memmap2 v0.9.5 |
634 | 2025-01-27T08:48:47.288Z | Downloaded indicatif v0.17.9 |
635 | 2025-01-27T08:48:47.293Z | Downloaded want v0.3.1 |
636 | 2025-01-27T08:48:47.296Z | Downloaded vsss-rs v3.3.4 |
637 | 2025-01-27T08:48:47.299Z | Downloaded tokio-tungstenite v0.24.0 |
638 | 2025-01-27T08:48:47.301Z | Downloaded tokio-tungstenite v0.23.1 |
639 | 2025-01-27T08:48:47.304Z | Downloaded predicates-tree v1.0.12 |
640 | 2025-01-27T08:48:47.307Z | Downloaded predicates-core v1.0.9 |
641 | 2025-01-27T08:48:47.307Z | Downloaded embedded-io v0.6.1 |
642 | 2025-01-27T08:48:47.312Z | Downloaded ref-cast-impl v1.0.23 |
643 | 2025-01-27T08:48:47.312Z | Downloaded ref-cast v1.0.23 |
644 | 2025-01-27T08:48:47.315Z | Downloaded predicates v3.1.3 |
645 | 2025-01-27T08:48:47.321Z | Downloaded headers-core v0.3.0 |
646 | 2025-01-27T08:48:47.324Z | Downloaded fallible-streaming-iterator v0.1.9 |
647 | 2025-01-27T08:48:47.324Z | Downloaded slog-bunyan v2.5.0 |
648 | 2025-01-27T08:48:47.327Z | Downloaded oso-derive v0.27.3 |
649 | 2025-01-27T08:48:47.330Z | Downloaded structmeta-derive v0.2.0 |
650 | 2025-01-27T08:48:47.333Z | Downloaded crypto-bigint v0.5.5 |
651 | 2025-01-27T08:48:47.341Z | Downloaded nodrop v0.1.14 |
652 | 2025-01-27T08:48:47.343Z | Downloaded parse-size v1.1.0 |
653 | 2025-01-27T08:48:47.346Z | Downloaded siphasher v1.0.1 |
654 | 2025-01-27T08:48:47.346Z | Downloaded siphasher v0.3.11 |
655 | 2025-01-27T08:48:47.349Z | Downloaded multer v3.1.0 |
656 | 2025-01-27T08:48:47.352Z | Downloaded pkcs8 v0.10.2 |
657 | 2025-01-27T08:48:47.355Z | Downloaded rayon-core v1.12.1 |
658 | 2025-01-27T08:48:47.371Z | Downloaded signal-hook-mio v0.2.4 |
659 | 2025-01-27T08:48:47.374Z | Downloaded fallible-iterator v0.3.0 |
660 | 2025-01-27T08:48:47.377Z | Downloaded either v1.13.0 |
661 | 2025-01-27T08:48:47.377Z | Downloaded display-error-chain v0.2.2 |
662 | 2025-01-27T08:48:47.377Z | Downloaded curve25519-dalek-derive v0.1.1 |
663 | 2025-01-27T08:48:47.379Z | Downloaded fallible-iterator v0.2.0 |
664 | 2025-01-27T08:48:47.383Z | Downloaded sqlparser_derive v0.2.2 |
665 | 2025-01-27T08:48:47.383Z | Downloaded hickory-proto v0.24.2 |
666 | 2025-01-27T08:48:47.399Z | Downloaded darling_macro v0.20.10 |
667 | 2025-01-27T08:48:47.402Z | Downloaded pem v3.0.4 |
668 | 2025-01-27T08:48:47.402Z | Downloaded packed_struct v0.10.1 |
669 | 2025-01-27T08:48:47.405Z | Downloaded strum_macros v0.26.4 |
670 | 2025-01-27T08:48:47.407Z | Downloaded parking_lot v0.11.2 |
671 | 2025-01-27T08:48:47.410Z | Downloaded rustls-pemfile v1.0.4 |
672 | 2025-01-27T08:48:47.413Z | Downloaded pin-utils v0.1.0 |
673 | 2025-01-27T08:48:47.413Z | Downloaded crossbeam-channel v0.5.14 |
674 | 2025-01-27T08:48:47.417Z | Downloaded parse-display-derive v0.10.0 |
675 | 2025-01-27T08:48:47.419Z | Downloaded phf_shared v0.11.3 |
676 | 2025-01-27T08:48:47.422Z | Downloaded slog v2.7.0 |
677 | 2025-01-27T08:48:47.424Z | Downloaded typify v0.2.0 |
678 | 2025-01-27T08:48:47.427Z | Downloaded foreign-types-shared v0.3.1 |
679 | 2025-01-27T08:48:47.430Z | Downloaded rand_xorshift v0.3.0 |
680 | 2025-01-27T08:48:47.430Z | Downloaded rand_core v0.6.4 |
681 | 2025-01-27T08:48:47.433Z | Downloaded progenitor-macro v0.8.0 |
682 | 2025-01-27T08:48:47.433Z | Downloaded whoami v1.5.2 |
683 | 2025-01-27T08:48:47.435Z | Downloaded ron v0.8.1 |
684 | 2025-01-27T08:48:47.440Z | Downloaded ssh-encoding v0.2.0 |
685 | 2025-01-27T08:48:47.443Z | Downloaded tiny-keccak v2.0.2 |
686 | 2025-01-27T08:48:47.445Z | Downloaded smf v0.2.3 |
687 | 2025-01-27T08:48:47.448Z | Downloaded globset v0.4.15 |
688 | 2025-01-27T08:48:47.448Z | Downloaded typify-macro v0.3.0 |
689 | 2025-01-27T08:48:47.450Z | Downloaded futures-channel v0.3.31 |
690 | 2025-01-27T08:48:47.453Z | Downloaded des v0.8.1 |
691 | 2025-01-27T08:48:47.456Z | Downloaded unarray v0.1.4 |
692 | 2025-01-27T08:48:47.456Z | Downloaded twox-hash v1.6.3 |
693 | 2025-01-27T08:48:47.459Z | Downloaded rpassword v7.3.1 |
694 | 2025-01-27T08:48:47.459Z | Downloaded tinystr v0.7.6 |
695 | 2025-01-27T08:48:47.462Z | Downloaded derive_builder_core v0.20.2 |
696 | 2025-01-27T08:48:47.465Z | Downloaded xz2 v0.1.7 |
697 | 2025-01-27T08:48:47.468Z | Downloaded utf16_iter v1.0.5 |
698 | 2025-01-27T08:48:47.468Z | Downloaded utf-8 v0.7.6 |
699 | 2025-01-27T08:48:47.471Z | Downloaded tower-layer v0.3.3 |
700 | 2025-01-27T08:48:47.472Z | Downloaded sync-ptr v0.1.1 |
701 | 2025-01-27T08:48:47.472Z | Downloaded env_filter v0.1.3 |
702 | 2025-01-27T08:48:47.475Z | Downloaded data-encoding v2.7.0 |
703 | 2025-01-27T08:48:47.475Z | Downloaded zeroize_derive v1.4.2 |
704 | 2025-01-27T08:48:47.477Z | Downloaded funty v2.0.0 |
705 | 2025-01-27T08:48:47.477Z | Downloaded subprocess v0.2.9 |
706 | 2025-01-27T08:48:47.480Z | Downloaded rustls-pemfile v2.2.0 |
707 | 2025-01-27T08:48:47.483Z | Downloaded similar v2.7.0 |
708 | 2025-01-27T08:48:47.487Z | Downloaded unicode-properties v0.1.3 |
709 | 2025-01-27T08:48:47.489Z | Downloaded endian-type v0.1.2 |
710 | 2025-01-27T08:48:47.492Z | Downloaded hashlink v0.9.1 |
711 | 2025-01-27T08:48:47.492Z | Downloaded difflib v0.4.0 |
712 | 2025-01-27T08:48:47.495Z | Downloaded phf_codegen v0.11.3 |
713 | 2025-01-27T08:48:47.497Z | Downloaded newline-converter v0.3.0 |
714 | 2025-01-27T08:48:47.497Z | Downloaded num_enum v0.5.11 |
715 | 2025-01-27T08:48:47.501Z | Downloaded num v0.4.3 |
716 | 2025-01-27T08:48:47.504Z | Downloaded proc-macro-crate v1.3.1 |
717 | 2025-01-27T08:48:47.507Z | Downloaded primeorder v0.13.6 |
718 | 2025-01-27T08:48:47.507Z | Downloaded tokio-rustls v0.26.1 |
719 | 2025-01-27T08:48:47.510Z | Downloaded tokio-stream v0.1.17 |
720 | 2025-01-27T08:48:47.514Z | Downloaded fatfs v0.3.6 |
721 | 2025-01-27T08:48:47.518Z | Downloaded psl-types v2.0.11 |
722 | 2025-01-27T08:48:47.520Z | Downloaded zopfli v0.8.1 |
723 | 2025-01-27T08:48:47.523Z | Downloaded peg-runtime v0.8.3 |
724 | 2025-01-27T08:48:47.523Z | Downloaded libm v0.2.11 |
725 | 2025-01-27T08:48:47.533Z | Downloaded write16 v1.0.0 |
726 | 2025-01-27T08:48:47.536Z | Downloaded signal-hook-registry v1.4.2 |
727 | 2025-01-27T08:48:47.536Z | Downloaded aes-gcm v0.10.3 |
728 | 2025-01-27T08:48:47.540Z | Downloaded fs_extra v1.3.0 |
729 | 2025-01-27T08:48:47.543Z | Downloaded tokio-macros v2.5.0 |
730 | 2025-01-27T08:48:47.545Z | Downloaded http v1.2.0 |
731 | 2025-01-27T08:48:47.548Z | Downloaded mio v1.0.3 |
732 | 2025-01-27T08:48:47.554Z | Downloaded tokio-native-tls v0.3.1 |
733 | 2025-01-27T08:48:47.557Z | Downloaded diesel_table_macro_syntax v0.2.0 |
734 | 2025-01-27T08:48:47.560Z | Downloaded ghash v0.5.1 |
735 | 2025-01-27T08:48:47.560Z | Downloaded filetime v0.2.25 |
736 | 2025-01-27T08:48:47.563Z | Downloaded zone_cfg_derive v0.3.0 |
737 | 2025-01-27T08:48:47.563Z | Downloaded fragile v2.0.0 |
738 | 2025-01-27T08:48:47.565Z | Downloaded enum-as-inner v0.6.1 |
739 | 2025-01-27T08:48:47.568Z | Downloaded publicsuffix v2.3.0 |
740 | 2025-01-27T08:48:47.571Z | Downloaded native-tls v0.2.13 |
741 | 2025-01-27T08:48:47.571Z | Downloaded zip v2.1.3 |
742 | 2025-01-27T08:48:47.576Z | Downloaded num-rational v0.4.2 |
743 | 2025-01-27T08:48:47.580Z | Downloaded hash32 v0.3.1 |
744 | 2025-01-27T08:48:47.583Z | Downloaded hash32 v0.2.1 |
745 | 2025-01-27T08:48:47.583Z | Downloaded pkcs1 v0.7.5 |
746 | 2025-01-27T08:48:47.585Z | Downloaded libxml v0.3.3 |
747 | 2025-01-27T08:48:47.590Z | Downloaded defmt-parser v0.4.1 |
748 | 2025-01-27T08:48:47.593Z | Downloaded defmt-macros v0.4.0 |
749 | 2025-01-27T08:48:47.596Z | Downloaded tls_codec_derive v0.4.1 |
750 | 2025-01-27T08:48:47.596Z | Downloaded pin-project-internal v1.1.8 |
751 | 2025-01-27T08:48:47.599Z | Downloaded zerofrom v0.1.5 |
752 | 2025-01-27T08:48:47.602Z | Downloaded synstructure v0.13.1 |
753 | 2025-01-27T08:48:47.602Z | Downloaded ppv-lite86 v0.2.20 |
754 | 2025-01-27T08:48:47.604Z | Downloaded powerfmt v0.2.0 |
755 | 2025-01-27T08:48:47.604Z | Downloaded same-file v1.0.6 |
756 | 2025-01-27T08:48:47.607Z | Downloaded salsa20 v0.10.2 |
757 | 2025-01-27T08:48:47.607Z | Downloaded rand_chacha v0.3.1 |
758 | 2025-01-27T08:48:47.610Z | Downloaded env_logger v0.11.6 |
759 | 2025-01-27T08:48:47.613Z | Downloaded env_logger v0.10.2 |
760 | 2025-01-27T08:48:47.616Z | Downloaded termcolor v1.4.1 |
761 | 2025-01-27T08:48:47.618Z | Downloaded darling_core v0.20.10 |
762 | 2025-01-27T08:48:47.622Z | Downloaded aho-corasick v1.1.3 |
763 | 2025-01-27T08:48:47.628Z | Downloaded path-slash v0.1.5 |
764 | 2025-01-27T08:48:47.631Z | Downloaded newtype_derive v0.1.6 |
765 | 2025-01-27T08:48:47.631Z | Downloaded foreign-types-shared v0.1.1 |
766 | 2025-01-27T08:48:47.634Z | Downloaded pkcs5 v0.7.1 |
767 | 2025-01-27T08:48:47.637Z | Downloaded glob v0.3.2 |
768 | 2025-01-27T08:48:47.640Z | Downloaded elliptic-curve v0.13.8 |
769 | 2025-01-27T08:48:47.643Z | Downloaded progenitor-client v0.9.1 |
770 | 2025-01-27T08:48:47.643Z | Downloaded progenitor-client v0.8.0 |
771 | 2025-01-27T08:48:47.646Z | Downloaded itertools v0.12.1 |
772 | 2025-01-27T08:48:47.651Z | Downloaded openssl-probe v0.1.6 |
773 | 2025-01-27T08:48:47.654Z | Downloaded foldhash v0.1.4 |
774 | 2025-01-27T08:48:47.654Z | Downloaded gethostname v0.5.0 |
775 | 2025-01-27T08:48:47.657Z | Downloaded signal-hook v0.3.17 |
776 | 2025-01-27T08:48:47.659Z | Downloaded itertools v0.13.0 |
777 | 2025-01-27T08:48:47.665Z | Downloaded peg v0.8.4 |
778 | 2025-01-27T08:48:47.670Z | Downloaded russh-cryptovec v0.7.3 |
779 | 2025-01-27T08:48:47.673Z | Downloaded yoke-derive v0.7.5 |
780 | 2025-01-27T08:48:47.673Z | Downloaded socket2 v0.5.8 |
781 | 2025-01-27T08:48:47.676Z | Downloaded snafu-derive v0.8.5 |
782 | 2025-01-27T08:48:47.676Z | Downloaded secrecy v0.8.0 |
783 | 2025-01-27T08:48:47.678Z | Downloaded nibble_vec v0.1.0 |
784 | 2025-01-27T08:48:47.681Z | Downloaded dsl_auto_type v0.1.2 |
785 | 2025-01-27T08:48:47.681Z | Downloaded smallvec v0.6.14 |
786 | 2025-01-27T08:48:47.684Z | Downloaded quinn v0.11.6 |
787 | 2025-01-27T08:48:47.687Z | Downloaded derive_builder_macro v0.20.2 |
788 | 2025-01-27T08:48:47.687Z | Downloaded ssh-key v0.6.7 |
789 | 2025-01-27T08:48:47.696Z | Downloaded fixedbitset v0.4.2 |
790 | 2025-01-27T08:48:47.699Z | Downloaded writeable v0.5.5 |
791 | 2025-01-27T08:48:47.699Z | Downloaded tokio-tungstenite v0.21.0 |
792 | 2025-01-27T08:48:47.702Z | Downloaded tokio-rustls v0.25.0 |
793 | 2025-01-27T08:48:47.705Z | Downloaded pbkdf2 v0.11.0 |
794 | 2025-01-27T08:48:47.708Z | Downloaded embedded-io v0.4.0 |
795 | 2025-01-27T08:48:47.708Z | Downloaded uzers v0.12.1 |
796 | 2025-01-27T08:48:47.710Z | Downloaded test-strategy v0.3.1 |
797 | 2025-01-27T08:48:47.715Z | Downloaded take_mut v0.2.2 |
798 | 2025-01-27T08:48:47.718Z | Downloaded resolv-conf v0.7.0 |
799 | 2025-01-27T08:48:47.721Z | Downloaded r2d2 v0.8.10 |
800 | 2025-01-27T08:48:47.721Z | Downloaded progenitor v0.9.1 |
801 | 2025-01-27T08:48:47.723Z | Downloaded sha1 v0.10.6 |
802 | 2025-01-27T08:48:47.723Z | Downloaded idna v1.0.3 |
803 | 2025-01-27T08:48:47.727Z | Downloaded zerovec-derive v0.10.3 |
804 | 2025-01-27T08:48:47.730Z | Downloaded newtype-uuid v1.2.1 |
805 | 2025-01-27T08:48:47.733Z | Downloaded debug-ignore v1.0.5 |
806 | 2025-01-27T08:48:47.733Z | Downloaded sct v0.7.1 |
807 | 2025-01-27T08:48:47.736Z | Downloaded postgres-protocol v0.6.7 |
808 | 2025-01-27T08:48:47.740Z | Downloaded serde-big-array v0.5.1 |
809 | 2025-01-27T08:48:47.743Z | Downloaded zeroize v1.8.1 |
810 | 2025-01-27T08:48:47.743Z | Downloaded wyz v0.5.1 |
811 | 2025-01-27T08:48:47.746Z | Downloaded tui-tree-widget v0.22.0 |
812 | 2025-01-27T08:48:47.746Z | Downloaded quick-error v1.2.3 |
813 | 2025-01-27T08:48:47.749Z | Downloaded peg-macros v0.8.4 |
814 | 2025-01-27T08:48:47.749Z | Downloaded xattr v1.4.0 |
815 | 2025-01-27T08:48:47.752Z | Downloaded typify-macro v0.2.0 |
816 | 2025-01-27T08:48:47.752Z | Downloaded rtoolbox v0.0.2 |
817 | 2025-01-27T08:48:47.755Z | Downloaded smallvec v1.13.2 |
818 | 2025-01-27T08:48:47.757Z | Downloaded tower-service v0.3.3 |
819 | 2025-01-27T08:48:47.757Z | Downloaded dyn-clone v1.0.17 |
820 | 2025-01-27T08:48:47.761Z | Downloaded tabwriter v1.4.1 |
821 | 2025-01-27T08:48:47.762Z | Downloaded strip-ansi-escapes v0.2.1 |
822 | 2025-01-27T08:48:47.765Z | Downloaded pbkdf2 v0.12.2 |
823 | 2025-01-27T08:48:47.766Z | Downloaded typed-path v0.9.3 |
824 | 2025-01-27T08:48:47.768Z | Downloaded openssl-macros v0.1.1 |
825 | 2025-01-27T08:48:47.772Z | Downloaded foreign-types v0.5.0 |
826 | 2025-01-27T08:48:47.772Z | Downloaded float-ord v0.3.2 |
827 | 2025-01-27T08:48:47.772Z | Downloaded itertools v0.14.0 |
828 | 2025-01-27T08:48:47.778Z | Downloaded value-bag v1.10.0 |
829 | 2025-01-27T08:48:47.781Z | Downloaded tokio-util v0.7.13 |
830 | 2025-01-27T08:48:47.788Z | Downloaded signal-hook-tokio v0.3.1 |
831 | 2025-01-27T08:48:47.790Z | Downloaded stringprep v0.1.5 |
832 | 2025-01-27T08:48:47.791Z | Downloaded string_cache v0.8.7 |
833 | 2025-01-27T08:48:47.793Z | Downloaded unicode-truncate v1.1.0 |
834 | 2025-01-27T08:48:47.796Z | Downloaded tracing-attributes v0.1.28 |
835 | 2025-01-27T08:48:47.796Z | Downloaded qorb v0.2.1 |
836 | 2025-01-27T08:48:47.800Z | Downloaded owo-colors v4.1.0 |
837 | 2025-01-27T08:48:47.803Z | Downloaded blake3 v1.5.5 |
838 | 2025-01-27T08:48:47.810Z | Downloaded sigpipe v0.1.3 |
839 | 2025-01-27T08:48:47.813Z | Downloaded yoke v0.7.5 |
840 | 2025-01-27T08:48:47.813Z | Downloaded zerocopy v0.6.6 |
841 | 2025-01-27T08:48:47.816Z | Downloaded unicode-bidi v0.3.18 |
842 | 2025-01-27T08:48:47.818Z | Downloaded spki v0.7.3 |
843 | 2025-01-27T08:48:47.821Z | Downloaded parking_lot_core v0.9.10 |
844 | 2025-01-27T08:48:47.824Z | Downloaded semver v0.1.20 |
845 | 2025-01-27T08:48:47.824Z | Downloaded polyval v0.6.2 |
846 | 2025-01-27T08:48:47.827Z | Downloaded rfc6979 v0.4.0 |
847 | 2025-01-27T08:48:47.827Z | Downloaded schemars v0.8.21 |
848 | 2025-01-27T08:48:47.839Z | Downloaded opaque-debug v0.3.1 |
849 | 2025-01-27T08:48:47.843Z | Downloaded num_threads v0.1.7 |
850 | 2025-01-27T08:48:47.843Z | Downloaded progenitor v0.8.0 |
851 | 2025-01-27T08:48:47.846Z | Downloaded samael v0.0.17 |
852 | 2025-01-27T08:48:47.849Z | Downloaded fxhash v0.2.1 |
853 | 2025-01-27T08:48:47.851Z | Downloaded foreign-types-macros v0.2.3 |
854 | 2025-01-27T08:48:47.852Z | Downloaded tokio-postgres v0.7.12 |
855 | 2025-01-27T08:48:47.856Z | Downloaded percent-encoding v2.3.1 |
856 | 2025-01-27T08:48:47.858Z | Downloaded oso v0.27.3 |
857 | 2025-01-27T08:48:47.861Z | Downloaded universal-hash v0.5.1 |
858 | 2025-01-27T08:48:47.864Z | Downloaded flagset v0.4.6 |
859 | 2025-01-27T08:48:47.864Z | Downloaded zerofrom-derive v0.1.5 |
860 | 2025-01-27T08:48:47.867Z | Downloaded shell-words v1.1.0 |
861 | 2025-01-27T08:48:47.868Z | Downloaded serde_urlencoded v0.7.1 |
862 | 2025-01-27T08:48:47.870Z | Downloaded postcard v1.1.1 |
863 | 2025-01-27T08:48:47.873Z | Downloaded rustc-demangle v0.1.24 |
864 | 2025-01-27T08:48:47.873Z | Downloaded tungstenite v0.23.0 |
865 | 2025-01-27T08:48:47.876Z | Downloaded float-cmp v0.10.0 |
866 | 2025-01-27T08:48:47.879Z | Downloaded serde_repr v0.1.19 |
867 | 2025-01-27T08:48:47.879Z | Downloaded nu-ansi-term v0.50.1 |
868 | 2025-01-27T08:48:47.882Z | Downloaded tungstenite v0.21.0 |
869 | 2025-01-27T08:48:47.885Z | Downloaded simd-adler32 v0.3.7 |
870 | 2025-01-27T08:48:47.887Z | Downloaded der v0.7.9 |
871 | 2025-01-27T08:48:47.890Z | Downloaded dunce v1.0.5 |
872 | 2025-01-27T08:48:47.893Z | Downloaded phf v0.11.3 |
873 | 2025-01-27T08:48:47.893Z | Downloaded num-bigint v0.4.6 |
874 | 2025-01-27T08:48:47.898Z | Downloaded sqlformat v0.2.6 |
875 | 2025-01-27T08:48:47.901Z | Downloaded parking_lot_core v0.8.6 |
876 | 2025-01-27T08:48:47.904Z | Downloaded poly1305 v0.8.0 |
877 | 2025-01-27T08:48:47.907Z | Downloaded reedline v0.35.0 |
878 | 2025-01-27T08:48:47.913Z | Downloaded tap v1.0.1 |
879 | 2025-01-27T08:48:47.916Z | Downloaded num_enum_derive v0.5.11 |
880 | 2025-01-27T08:48:47.916Z | Downloaded ecdsa v0.16.9 |
881 | 2025-01-27T08:48:47.919Z | Downloaded hkdf v0.12.4 |
882 | 2025-01-27T08:48:47.921Z | Downloaded time v0.3.37 |
883 | 2025-01-27T08:48:47.928Z | Downloaded derive_more v0.99.18 |
884 | 2025-01-27T08:48:47.933Z | Downloaded parking_lot v0.12.3 |
885 | 2025-01-27T08:48:47.936Z | Downloaded tower v0.5.2 |
886 | 2025-01-27T08:48:47.946Z | Downloaded derive_builder v0.20.2 |
887 | 2025-01-27T08:48:47.951Z | Downloaded spin v0.9.8 |
888 | 2025-01-27T08:48:47.954Z | Downloaded num-bigint-dig v0.8.4 |
889 | 2025-01-27T08:48:47.959Z | Downloaded rand v0.8.5 |
890 | 2025-01-27T08:48:47.964Z | Downloaded nom v7.1.3 |
891 | 2025-01-27T08:48:47.970Z | Downloaded dropshot_endpoint v0.12.0 |
892 | 2025-01-27T08:48:47.973Z | Downloaded p256 v0.13.2 |
893 | 2025-01-27T08:48:47.976Z | Downloaded diesel_derives v2.2.3 |
894 | 2025-01-27T08:48:47.981Z | Downloaded typify v0.3.0 |
895 | 2025-01-27T08:48:47.984Z | Downloaded winnow v0.5.40 |
896 | 2025-01-27T08:48:47.993Z | Downloaded parse-zoneinfo v0.3.1 |
897 | 2025-01-27T08:48:47.996Z | Downloaded bitvec v1.0.1 |
898 | 2025-01-27T08:48:48.010Z | Downloaded omicron-zone-package v0.12.0 |
899 | 2025-01-27T08:48:48.013Z | Downloaded dropshot_endpoint v0.15.1 |
900 | 2025-01-27T08:48:48.016Z | Downloaded russh-keys v0.45.0 |
901 | 2025-01-27T08:48:48.019Z | Downloaded prettyplease v0.2.29 |
902 | 2025-01-27T08:48:48.023Z | Downloaded unsafe-libyaml v0.2.11 |
903 | 2025-01-27T08:48:48.026Z | Downloaded tracing v0.1.41 |
904 | 2025-01-27T08:48:48.031Z | Downloaded rayon v1.10.0 |
905 | 2025-01-27T08:48:48.040Z | Downloaded chrono v0.4.39 |
906 | 2025-01-27T08:48:48.047Z | Downloaded tar v0.4.43 |
907 | 2025-01-27T08:48:48.050Z | Downloaded ed25519-dalek v2.1.1 |
908 | 2025-01-27T08:48:48.053Z | Downloaded rustyline v14.0.0 |
909 | 2025-01-27T08:48:48.058Z | Downloaded rustls-webpki v0.102.8 |
910 | 2025-01-27T08:48:48.077Z | Downloaded hashbrown v0.14.5 |
911 | 2025-01-27T08:48:48.082Z | Downloaded lalrpop v0.19.12 |
912 | 2025-01-27T08:48:48.094Z | Downloaded steno v0.4.1 |
913 | 2025-01-27T08:48:48.098Z | Downloaded url v2.5.4 |
914 | 2025-01-27T08:48:48.101Z | Downloaded sqlparser v0.45.0 |
915 | 2025-01-27T08:48:48.107Z | Downloaded x509-cert v0.2.5 |
916 | 2025-01-27T08:48:48.113Z | Downloaded unicode-segmentation v1.12.0 |
917 | 2025-01-27T08:48:48.116Z | Downloaded zerovec v0.10.4 |
918 | 2025-01-27T08:48:48.122Z | Downloaded icu_properties_data v1.5.0 |
919 | 2025-01-27T08:48:48.133Z | Downloaded p521 v0.13.3 |
920 | 2025-01-27T08:48:48.137Z | Downloaded bindgen v0.69.5 |
921 | 2025-01-27T08:48:48.144Z | Downloaded tough v0.19.0 |
922 | 2025-01-27T08:48:48.152Z | Downloaded flate2 v1.0.35 |
923 | 2025-01-27T08:48:48.158Z | Downloaded rustls-webpki v0.101.7 |
924 | 2025-01-27T08:48:48.171Z | Downloaded salty v0.3.0 |
925 | 2025-01-27T08:48:48.178Z | Downloaded radix_trie v0.2.1 |
926 | 2025-01-27T08:48:48.183Z | Downloaded rusqlite v0.32.1 |
927 | 2025-01-27T08:48:48.189Z | Downloaded object v0.30.4 |
928 | 2025-01-27T08:48:48.200Z | Downloaded regex v1.11.1 |
929 | 2025-01-27T08:48:48.213Z | Downloaded portable-atomic v1.10.0 |
930 | 2025-01-27T08:48:48.220Z | Downloaded proptest v1.6.0 |
931 | 2025-01-27T08:48:48.229Z | Downloaded webpki-roots v0.26.7 |
932 | 2025-01-27T08:48:48.233Z | Downloaded h2 v0.4.7 |
933 | 2025-01-27T08:48:48.240Z | Downloaded reqwest v0.12.12 |
934 | 2025-01-27T08:48:48.248Z | Downloaded quinn-proto v0.11.9 |
935 | 2025-01-27T08:48:48.255Z | Downloaded git2 v0.19.0 |
936 | 2025-01-27T08:48:48.264Z | Downloaded smoltcp v0.9.1 |
937 | 2025-01-27T08:48:48.274Z | Downloaded vcpkg v0.2.15 |
938 | 2025-01-27T08:48:48.314Z | Downloaded futures-util v0.3.31 |
939 | 2025-01-27T08:48:48.325Z | Downloaded p384 v0.13.0 |
940 | 2025-01-27T08:48:48.331Z | Downloaded polar-core v0.27.3 |
941 | 2025-01-27T08:48:48.340Z | Downloaded zerocopy v0.8.14 |
942 | 2025-01-27T08:48:48.364Z | Downloaded rustls v0.21.12 |
943 | 2025-01-27T08:48:48.375Z | Downloaded petname v2.0.2 |
944 | 2025-01-27T08:48:48.380Z | Downloaded gimli v0.31.1 |
945 | 2025-01-27T08:48:48.389Z | Downloaded nix v0.27.1 |
946 | 2025-01-27T08:48:48.400Z | Downloaded openssl v0.10.69 |
947 | 2025-01-27T08:48:48.409Z | Downloaded rustls v0.23.21 |
948 | 2025-01-27T08:48:48.422Z | Downloaded smoltcp v0.11.0 |
949 | 2025-01-27T08:48:48.433Z | Downloaded dropshot v0.15.1 |
950 | 2025-01-27T08:48:48.455Z | Downloaded regress v0.10.3 |
951 | 2025-01-27T08:48:48.463Z | Downloaded regex-syntax v0.8.5 |
952 | 2025-01-27T08:48:48.472Z | Downloaded unicode-width v0.2.0 |
953 | 2025-01-27T08:48:48.478Z | Downloaded dropshot v0.12.0 |
954 | 2025-01-27T08:48:48.497Z | Downloaded regress v0.9.1 |
955 | 2025-01-27T08:48:48.507Z | Downloaded openapiv3 v2.0.0 |
956 | 2025-01-27T08:48:48.518Z | Downloaded sled v0.34.7 |
957 | 2025-01-27T08:48:48.528Z | Downloaded zerocopy-derive v0.6.6 |
958 | 2025-01-27T08:48:48.537Z | Downloaded rustls v0.22.4 |
959 | 2025-01-27T08:48:48.551Z | Downloaded ratatui v0.28.1 |
960 | 2025-01-27T08:48:48.570Z | Downloaded typify-impl v0.3.0 |
961 | 2025-01-27T08:48:48.585Z | Downloaded typify-impl v0.2.0 |
962 | 2025-01-27T08:48:48.600Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
963 | 2025-01-27T08:48:48.612Z | Downloaded regex-automata v0.4.9 |
964 | 2025-01-27T08:48:48.628Z | Downloaded nix v0.29.0 |
965 | 2025-01-27T08:48:48.640Z | Downloaded nix v0.28.0 |
966 | 2025-01-27T08:48:48.650Z | Downloaded diesel v2.2.6 |
967 | 2025-01-27T08:48:48.668Z | Downloaded chrono-tz v0.10.1 |
968 | 2025-01-27T08:48:48.675Z | Downloaded regex-syntax v0.6.29 |
969 | 2025-01-27T08:48:48.682Z | Downloaded object v0.36.7 |
970 | 2025-01-27T08:48:48.694Z | Downloaded bstr v1.11.3 |
971 | 2025-01-27T08:48:48.703Z | Downloaded uuid v1.12.1 |
972 | 2025-01-27T08:48:48.705Z | Downloaded term v0.7.0 |
973 | 2025-01-27T08:48:48.709Z | Downloaded flume v0.11.1 |
974 | 2025-01-27T08:48:48.712Z | Downloaded tokio v1.43.0 |
975 | 2025-01-27T08:48:48.749Z | Downloaded lzma-sys v0.1.20 |
976 | 2025-01-27T08:48:48.777Z | Downloaded expectorate v1.1.0 |
977 | 2025-01-27T08:48:48.780Z | Downloaded csv v1.3.1 |
978 | 2025-01-27T08:48:48.798Z | Downloaded serde_with v3.12.0 |
979 | 2025-01-27T08:48:48.806Z | Downloaded petgraph v0.6.5 |
980 | 2025-01-27T08:48:48.823Z | Downloaded quick-xml v0.33.0 |
981 | 2025-01-27T08:48:48.829Z | Downloaded aws-lc-rs v1.12.2 |
982 | 2025-01-27T08:48:48.839Z | Downloaded derive-where v1.2.7 |
983 | 2025-01-27T08:48:48.842Z | Downloaded libz-sys v1.1.21 |
984 | 2025-01-27T08:48:48.862Z | Downloaded hashbrown v0.13.2 |
985 | 2025-01-27T08:48:48.866Z | Downloaded tungstenite v0.24.0 |
986 | 2025-01-27T08:48:48.869Z | Downloaded openssl-sys v0.9.104 |
987 | 2025-01-27T08:48:48.874Z | Downloaded hashbrown v0.12.3 |
988 | 2025-01-27T08:48:48.877Z | Downloaded zip v0.6.6 |
989 | 2025-01-27T08:48:48.882Z | Downloaded rsa v0.9.7 |
990 | 2025-01-27T08:48:48.886Z | Downloaded progenitor-impl v0.8.0 |
991 | 2025-01-27T08:48:48.888Z | Downloaded der_derive v0.7.3 |
992 | 2025-01-27T08:48:48.891Z | Downloaded progenitor-impl v0.9.1 |
993 | 2025-01-27T08:48:48.891Z | Downloaded quinn-udp v0.5.9 |
994 | 2025-01-27T08:48:48.894Z | Downloaded parse-display v0.10.0 |
995 | 2025-01-27T08:48:48.894Z | Downloaded slog-term v2.9.1 |
996 | 2025-01-27T08:48:48.897Z | Downloaded sha3 v0.10.8 |
997 | 2025-01-27T08:48:48.900Z | Downloaded snafu v0.8.5 |
998 | 2025-01-27T08:48:48.906Z | Downloaded unicode-normalization v0.1.24 |
999 | 2025-01-27T08:48:48.909Z | Downloaded tracing-core v0.1.33 |
1000 | 2025-01-27T08:48:48.912Z | Downloaded half v2.4.1 |
1001 | 2025-01-27T08:48:48.914Z | Downloaded headers v0.4.0 |
1002 | 2025-01-27T08:48:48.919Z | Downloaded unicase v2.8.1 |
1003 | 2025-01-27T08:48:48.922Z | Downloaded ron v0.7.1 |
1004 | 2025-01-27T08:48:48.926Z | Downloaded scrypt v0.11.0 |
1005 | 2025-01-27T08:48:48.929Z | Downloaded postgres-types v0.2.8 |
1006 | 2025-01-27T08:48:48.929Z | Downloaded pem-rfc7468 v0.7.0 |
1007 | 2025-01-27T08:48:48.932Z | Downloaded subtle v2.6.1 |
1008 | 2025-01-27T08:48:48.932Z | Downloaded structmeta v0.3.0 |
1009 | 2025-01-27T08:48:48.932Z | Downloaded structmeta v0.2.0 |
1010 | 2025-01-27T08:48:48.935Z | Downloaded defmt v0.3.10 |
1011 | 2025-01-27T08:48:48.937Z | Downloaded tokio-rustls v0.24.1 |
1012 | 2025-01-27T08:48:48.940Z | Downloaded num-traits v0.2.19 |
1013 | 2025-01-27T08:48:48.940Z | Downloaded russh v0.45.0 |
1014 | 2025-01-27T08:48:48.945Z | Downloaded displaydoc v0.2.5 |
1015 | 2025-01-27T08:48:48.948Z | Downloaded diff v0.1.13 |
1016 | 2025-01-27T08:48:48.951Z | Downloaded rustls-pki-types v1.10.1 |
1017 | 2025-01-27T08:48:48.954Z | Downloaded pin-project v1.1.8 |
1018 | 2025-01-27T08:48:48.964Z | Downloaded pin-project-lite v0.2.16 |
1019 | 2025-01-27T08:48:48.968Z | Downloaded serde_yaml v0.9.34+deprecated |
1020 | 2025-01-27T08:48:48.972Z | Downloaded unicode_categories v0.1.1 |
1021 | 2025-01-27T08:48:48.974Z | Downloaded shlex v1.3.0 |
1022 | 2025-01-27T08:48:48.977Z | Downloaded rcgen v0.12.1 |
1023 | 2025-01-27T08:48:48.977Z | Downloaded sync_wrapper v1.0.2 |
1024 | 2025-01-27T08:48:48.980Z | Downloaded scopeguard v1.2.0 |
1025 | 2025-01-27T08:48:48.980Z | Downloaded pretty-hex v0.2.1 |
1026 | 2025-01-27T08:48:48.980Z | Downloaded supports-color v3.0.2 |
1027 | 2025-01-27T08:48:48.983Z | Downloaded schemars_derive v0.8.21 |
1028 | 2025-01-27T08:48:48.983Z | Downloaded scheduled-thread-pool v0.2.7 |
1029 | 2025-01-27T08:48:48.985Z | Downloaded yasna v0.5.2 |
1030 | 2025-01-27T08:48:48.986Z | Downloaded static_assertions v1.1.0 |
1031 | 2025-01-27T08:48:48.989Z | Downloaded crossterm v0.28.1 |
1032 | 2025-01-27T08:48:48.992Z | Downloaded itertools v0.10.5 |
1033 | 2025-01-27T08:48:48.998Z | Downloaded toml_edit v0.19.15 |
1034 | 2025-01-27T08:48:49.013Z | Downloaded encoding_rs v0.8.35 |
1035 | 2025-01-27T08:48:49.034Z | Downloaded futures v0.3.31 |
1036 | 2025-01-27T08:48:49.038Z | Downloaded num-iter v0.1.45 |
1037 | 2025-01-27T08:48:49.041Z | Downloaded num-integer v0.1.46 |
1038 | 2025-01-27T08:48:49.041Z | Downloaded num-derive v0.4.2 |
1039 | 2025-01-27T08:48:49.044Z | Downloaded new_debug_unreachable v1.0.6 |
1040 | 2025-01-27T08:48:49.044Z | Downloaded zerocopy-derive v0.8.14 |
1041 | 2025-01-27T08:48:49.048Z | Downloaded minimal-lexical v0.2.1 |
1042 | 2025-01-27T08:48:49.053Z | Downloaded cc v1.2.10 |
1043 | 2025-01-27T08:48:49.056Z | Downloaded darling v0.20.10 |
1044 | 2025-01-27T08:48:49.060Z | Downloaded ssh-cipher v0.2.0 |
1045 | 2025-01-27T08:48:49.063Z | Downloaded walkdir v2.5.0 |
1046 | 2025-01-27T08:48:49.065Z | Downloaded mockall_derive v0.13.1 |
1047 | 2025-01-27T08:48:49.068Z | Downloaded vte v0.14.1 |
1048 | 2025-01-27T08:48:49.068Z | Downloaded time-macros v0.2.19 |
1049 | 2025-01-27T08:48:49.071Z | Downloaded serde_with_macros v3.12.0 |
1050 | 2025-01-27T08:48:49.073Z | Downloaded base64 v0.22.1 |
1051 | 2025-01-27T08:48:49.076Z | Downloaded backtrace v0.3.74 |
1052 | 2025-01-27T08:48:49.079Z | Downloaded group v0.13.0 |
1053 | 2025-01-27T08:48:49.082Z | Downloaded password-hash v0.4.2 |
1054 | 2025-01-27T08:48:49.082Z | Downloaded icu_collections v1.5.0 |
1055 | 2025-01-27T08:48:49.088Z | Downloaded dirs-sys-next v0.1.2 |
1056 | 2025-01-27T08:48:49.091Z | Downloaded dirs-next v2.0.0 |
1057 | 2025-01-27T08:48:49.091Z | Downloaded which v4.4.2 |
1058 | 2025-01-27T08:48:49.093Z | Downloaded untrusted v0.9.0 |
1059 | 2025-01-27T08:48:49.093Z | Downloaded untrusted v0.7.1 |
1060 | 2025-01-27T08:48:49.093Z | Downloaded thiserror-no-std v2.0.2 |
1061 | 2025-01-27T08:48:49.097Z | Downloaded thiserror-impl-no-std v2.0.2 |
1062 | 2025-01-27T08:48:49.100Z | Downloaded num-complex v0.4.6 |
1063 | 2025-01-27T08:48:49.100Z | Downloaded vergen v8.3.2 |
1064 | 2025-01-27T08:48:49.102Z | Downloaded toml v0.7.8 |
1065 | 2025-01-27T08:48:49.105Z | Downloaded tinyvec v1.8.1 |
1066 | 2025-01-27T08:48:49.108Z | Downloaded miniz_oxide v0.8.3 |
1067 | 2025-01-27T08:48:49.111Z | Downloaded password-hash v0.5.0 |
1068 | 2025-01-27T08:48:49.114Z | Downloaded icu_properties v1.5.1 |
1069 | 2025-01-27T08:48:49.117Z | Downloaded futures-executor v0.3.31 |
1070 | 2025-01-27T08:48:49.117Z | Downloaded mockall v0.13.1 |
1071 | 2025-01-27T08:48:49.117Z | Downloaded thread_local v1.1.8 |
1072 | 2025-01-27T08:48:49.119Z | Downloaded aes v0.8.4 |
1073 | 2025-01-27T08:48:49.122Z | Downloaded base64 v0.21.7 |
1074 | 2025-01-27T08:48:49.125Z | Downloaded olpc-cjson v0.1.4 |
1075 | 2025-01-27T08:48:49.127Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1076 | 2025-01-27T08:48:49.183Z | Downloaded normalize-line-endings v0.3.0 |
1077 | 2025-01-27T08:48:49.186Z | Downloaded bumpalo v3.16.0 |
1078 | 2025-01-27T08:48:49.186Z | Downloaded slog-async v2.8.0 |
1079 | 2025-01-27T08:48:49.188Z | Downloaded rusty-fork v0.3.0 |
1080 | 2025-01-27T08:48:49.188Z | Downloaded rustversion v1.0.19 |
1081 | 2025-01-27T08:48:49.191Z | Downloaded icu_locid_transform_data v1.5.0 |
1082 | 2025-01-27T08:48:49.191Z | Downloaded hyper-util v0.1.10 |
1083 | 2025-01-27T08:48:49.195Z | Downloaded const_format v0.2.34 |
1084 | 2025-01-27T08:48:49.199Z | Downloaded phf_generator v0.11.3 |
1085 | 2025-01-27T08:48:49.202Z | Downloaded packed_struct_codegen v0.10.1 |
1086 | 2025-01-27T08:48:49.202Z | Downloaded chacha20poly1305 v0.10.1 |
1087 | 2025-01-27T08:48:49.205Z | Downloaded nanorand v0.7.0 |
1088 | 2025-01-27T08:48:49.205Z | Downloaded futures-macro v0.3.31 |
1089 | 2025-01-27T08:48:49.207Z | Downloaded crossbeam-epoch v0.9.18 |
1090 | 2025-01-27T08:48:49.210Z | Downloaded compact_str v0.8.1 |
1091 | 2025-01-27T08:48:49.213Z | Downloaded bytes v1.9.0 |
1092 | 2025-01-27T08:48:49.216Z | Downloaded const-oid v0.9.6 |
1093 | 2025-01-27T08:48:49.218Z | Downloaded ed25519 v2.2.3 |
1094 | 2025-01-27T08:48:49.218Z | Downloaded document-features v0.2.10 |
1095 | 2025-01-27T08:48:49.221Z | Downloaded indexmap v1.9.3 |
1096 | 2025-01-27T08:48:49.224Z | Downloaded hmac v0.12.1 |
1097 | 2025-01-27T08:48:49.224Z | Downloaded base64 v0.13.1 |
1098 | 2025-01-27T08:48:49.227Z | Downloaded allocator-api2 v0.2.21 |
1099 | 2025-01-27T08:48:49.229Z | Downloaded sec1 v0.7.3 |
1100 | 2025-01-27T08:48:49.232Z | Downloaded mime_guess v2.0.5 |
1101 | 2025-01-27T08:48:49.234Z | Downloaded arc-swap v1.7.1 |
1102 | 2025-01-27T08:48:49.237Z | Downloaded rustc-hash v1.1.0 |
1103 | 2025-01-27T08:48:49.237Z | Downloaded ipnet v2.11.0 |
1104 | 2025-01-27T08:48:49.240Z | Downloaded iana-time-zone v0.1.61 |
1105 | 2025-01-27T08:48:49.242Z | Downloaded crossbeam-utils v0.8.21 |
1106 | 2025-01-27T08:48:49.245Z | Downloaded crc-any v2.5.0 |
1107 | 2025-01-27T08:48:49.245Z | Downloaded lock_api v0.4.12 |
1108 | 2025-01-27T08:48:49.249Z | Downloaded libsw v3.4.0 |
1109 | 2025-01-27T08:48:49.249Z | Downloaded libloading v0.8.6 |
1110 | 2025-01-27T08:48:49.252Z | Downloaded slog-stdlog v4.1.1 |
1111 | 2025-01-27T08:48:49.252Z | Downloaded slab v0.4.9 |
1112 | 2025-01-27T08:48:49.255Z | Downloaded rustfmt-wrapper v0.2.1 |
1113 | 2025-01-27T08:48:49.255Z | Downloaded instability v0.3.7 |
1114 | 2025-01-27T08:48:49.255Z | Downloaded cookie v0.18.1 |
1115 | 2025-01-27T08:48:49.257Z | Downloaded clang-sys v1.8.1 |
1116 | 2025-01-27T08:48:49.260Z | Downloaded kstat-rs v0.2.4 |
1117 | 2025-01-27T08:48:49.260Z | Downloaded hostname v0.3.1 |
1118 | 2025-01-27T08:48:49.263Z | Downloaded ahash v0.8.11 |
1119 | 2025-01-27T08:48:49.265Z | Downloaded toolchain_find v0.4.0 |
1120 | 2025-01-27T08:48:49.266Z | Downloaded slog-scope v4.4.0 |
1121 | 2025-01-27T08:48:49.266Z | Downloaded signature v2.2.0 |
1122 | 2025-01-27T08:48:49.268Z | Downloaded serde_plain v1.0.2 |
1123 | 2025-01-27T08:48:49.268Z | Downloaded serde-hex v0.1.0 |
1124 | 2025-01-27T08:48:49.271Z | Downloaded rustc-hash v2.1.0 |
1125 | 2025-01-27T08:48:49.271Z | Downloaded rand_seeder v0.3.0 |
1126 | 2025-01-27T08:48:49.274Z | Downloaded keccak v0.1.5 |
1127 | 2025-01-27T08:48:49.274Z | Downloaded indoc v2.0.5 |
1128 | 2025-01-27T08:48:49.276Z | Downloaded home v0.5.11 |
1129 | 2025-01-27T08:48:49.277Z | Downloaded ciborium v0.2.2 |
1130 | 2025-01-27T08:48:49.280Z | Downloaded chacha20 v0.9.1 |
1131 | 2025-01-27T08:48:49.283Z | Downloaded cancel-safe-futures v0.1.5 |
1132 | 2025-01-27T08:48:49.285Z | Downloaded base64ct v1.6.0 |
1133 | 2025-01-27T08:48:49.289Z | Downloaded async-trait v0.1.85 |
1134 | 2025-01-27T08:48:49.292Z | Downloaded argon2 v0.5.3 |
1135 | 2025-01-27T08:48:49.292Z | Downloaded internet-checksum v0.2.1 |
1136 | 2025-01-27T08:48:49.295Z | Downloaded indent_write v2.2.0 |
1137 | 2025-01-27T08:48:49.295Z | Downloaded base16ct v0.2.0 |
1138 | 2025-01-27T08:48:49.295Z | Downloaded backoff v0.4.0 |
1139 | 2025-01-27T08:48:49.297Z | Downloaded arrayvec v0.7.6 |
1140 | 2025-01-27T08:48:49.297Z | Downloaded hickory-server v0.24.2 |
1141 | 2025-01-27T08:48:49.302Z | Downloaded blowfish v0.9.1 |
1142 | 2025-01-27T08:48:49.305Z | Downloaded chrono-tz-build v0.4.0 |
1143 | 2025-01-27T08:48:49.305Z | Downloaded constant_time_eq v0.3.1 |
1144 | 2025-01-27T08:48:49.308Z | Downloaded cexpr v0.6.0 |
1145 | 2025-01-27T08:48:49.308Z | Downloaded block-padding v0.3.3 |
1146 | 2025-01-27T08:48:49.308Z | Downloaded const_format_proc_macros v0.2.34 |
1147 | 2025-01-27T08:48:49.310Z | Downloaded hex-literal v0.4.1 |
1148 | 2025-01-27T08:48:49.310Z | Downloaded crossbeam-deque v0.8.6 |
1149 | 2025-01-27T08:48:49.314Z | Downloaded cipher v0.4.4 |
1150 | 2025-01-27T08:48:49.314Z | Downloaded ciborium-ll v0.2.2 |
1151 | 2025-01-27T08:48:49.317Z | Downloaded cbc v0.1.2 |
1152 | 2025-01-27T08:48:49.317Z | Downloaded cmake v0.1.52 |
1153 | 2025-01-27T08:48:49.317Z | Downloaded castaway v0.2.3 |
1154 | 2025-01-27T08:48:49.320Z | Downloaded bit-set v0.8.0 |
1155 | 2025-01-27T08:48:49.320Z | Downloaded arrayref v0.3.9 |
1156 | 2025-01-27T08:48:49.320Z | Downloaded bit-set v0.5.3 |
1157 | 2025-01-27T08:48:49.323Z | Downloaded bcrypt-pbkdf v0.10.0 |
1158 | 2025-01-27T08:48:49.323Z | Downloaded async-stream v0.3.6 |
1159 | 2025-01-27T08:48:49.325Z | Downloaded array-init v0.0.4 |
1160 | 2025-01-27T08:48:49.325Z | Downloaded assert_matches v1.5.0 |
1161 | 2025-01-27T08:48:49.325Z | Downloaded ascii-canvas v3.0.0 |
1162 | 2025-01-27T08:48:49.517Z | Downloaded ring v0.17.8 |
1163 | 2025-01-27T08:48:49.630Z | Downloaded libsqlite3-sys v0.30.1 |
1164 | 2025-01-27T08:48:49.787Z | Downloaded aws-lc-sys v0.25.0 |
1165 | 2025-01-27T08:48:50.097Z | Compiling serde v1.0.217 |
1166 | 2025-01-27T08:48:50.100Z | Compiling lock_api v0.4.12 |
1167 | 2025-01-27T08:48:50.100Z | Compiling value-bag v1.10.0 |
1168 | 2025-01-27T08:48:50.100Z | Compiling scopeguard v1.2.0 |
1169 | 2025-01-27T08:48:50.100Z | Compiling typenum v1.17.0 |
1170 | 2025-01-27T08:48:50.100Z | Compiling generic-array v0.14.7 |
1171 | 2025-01-27T08:48:50.298Z | Compiling syn v2.0.96 |
1172 | 2025-01-27T08:48:50.311Z | Compiling getrandom v0.2.15 |
1173 | 2025-01-27T08:48:50.469Z | Compiling subtle v2.6.1 |
1174 | 2025-01-27T08:48:50.568Z | Compiling rand_core v0.6.4 |
1175 | 2025-01-27T08:48:50.707Z | Compiling log v0.4.25 |
1176 | 2025-01-27T08:48:50.786Z | Compiling shlex v1.3.0 |
1177 | 2025-01-27T08:48:50.826Z | Compiling jobserver v0.1.32 |
1178 | 2025-01-27T08:48:50.844Z | Compiling smallvec v1.13.2 |
1179 | 2025-01-27T08:48:51.067Z | Compiling const-oid v0.9.6 |
1180 | 2025-01-27T08:48:51.083Z | Compiling pin-project-lite v0.2.16 |
1181 | 2025-01-27T08:48:51.170Z | Compiling parking_lot_core v0.9.10 |
1182 | 2025-01-27T08:48:51.233Z | Compiling cc v1.2.10 |
1183 | 2025-01-27T08:48:51.254Z | Compiling rustix v0.38.44 |
1184 | 2025-01-27T08:48:51.520Z | Compiling spin v0.9.8 |
1185 | 2025-01-27T08:48:51.600Z | Compiling futures-core v0.3.31 |
1186 | 2025-01-27T08:48:51.857Z | Compiling signal-hook-registry v1.4.2 |
1187 | 2025-01-27T08:48:51.876Z | Compiling mio v1.0.3 |
1188 | 2025-01-27T08:48:52.065Z | Compiling parking_lot v0.12.3 |
1189 | 2025-01-27T08:48:52.193Z | Compiling aho-corasick v1.1.3 |
1190 | 2025-01-27T08:48:52.694Z | Compiling stable_deref_trait v1.2.0 |
1191 | 2025-01-27T08:48:52.697Z | Compiling futures-sink v0.3.31 |
1192 | 2025-01-27T08:48:52.820Z | Compiling cpufeatures v0.2.17 |
1193 | 2025-01-27T08:48:52.883Z | Compiling regex-syntax v0.8.5 |
1194 | 2025-01-27T08:48:52.933Z | Compiling either v1.13.0 |
1195 | 2025-01-27T08:48:53.019Z | Compiling socket2 v0.5.8 |
1196 | 2025-01-27T08:48:53.175Z | Compiling slab v0.4.9 |
1197 | 2025-01-27T08:48:53.237Z | Compiling glob v0.3.2 |
1198 | 2025-01-27T08:48:53.349Z | Compiling prettyplease v0.2.29 |
1199 | 2025-01-27T08:48:53.700Z | Compiling lazy_static v1.5.0 |
1200 | 2025-01-27T08:48:53.842Z | Compiling serde_json v1.0.137 |
1201 | 2025-01-27T08:48:53.939Z | Compiling minimal-lexical v0.2.1 |
1202 | 2025-01-27T08:48:53.959Z | Compiling futures-channel v0.3.31 |
1203 | 2025-01-27T08:48:54.139Z | Compiling clang-sys v1.8.1 |
1204 | 2025-01-27T08:48:54.192Z | Compiling libloading v0.8.6 |
1205 | 2025-01-27T08:48:54.343Z | Compiling bindgen v0.69.5 |
1206 | 2025-01-27T08:48:54.464Z | Compiling nom v7.1.3 |
1207 | 2025-01-27T08:48:54.588Z | Compiling home v0.5.11 |
1208 | 2025-01-27T08:48:54.848Z | Compiling futures-io v0.3.31 |
1209 | 2025-01-27T08:48:54.902Z | Compiling pin-utils v0.1.0 |
1210 | 2025-01-27T08:48:55.008Z | Compiling futures-task v0.3.31 |
1211 | 2025-01-27T08:48:55.187Z | Compiling itertools v0.12.1 |
1212 | 2025-01-27T08:48:55.296Z | Compiling lazycell v1.3.0 |
1213 | 2025-01-27T08:48:55.453Z | Compiling allocator-api2 v0.2.21 |
1214 | 2025-01-27T08:48:55.471Z | Compiling rustc-hash v1.1.0 |
1215 | 2025-01-27T08:48:55.624Z | Compiling foldhash v0.1.4 |
1216 | 2025-01-27T08:48:55.932Z | Compiling libm v0.2.11 |
1217 | 2025-01-27T08:48:56.186Z | Compiling hashbrown v0.15.2 |
1218 | 2025-01-27T08:48:56.314Z | Compiling cmake v0.1.52 |
1219 | 2025-01-27T08:48:57.150Z | Compiling regex-automata v0.4.9 |
1220 | 2025-01-27T08:48:57.226Z | Compiling num-traits v0.2.19 |
1221 | 2025-01-27T08:48:57.464Z | Compiling dunce v1.0.5 |
1222 | 2025-01-27T08:48:57.517Z | Compiling pkg-config v0.3.31 |
1223 | 2025-01-27T08:48:57.605Z | Compiling cexpr v0.6.0 |
1224 | 2025-01-27T08:48:57.880Z | Compiling synstructure v0.13.1 |
1225 | 2025-01-27T08:48:58.832Z | Compiling fs_extra v1.3.0 |
1226 | 2025-01-27T08:48:59.317Z | Compiling litemap v0.7.4 |
1227 | 2025-01-27T08:48:59.357Z | Compiling writeable v0.5.5 |
1228 | 2025-01-27T08:48:59.480Z | Compiling ring v0.17.8 |
1229 | 2025-01-27T08:48:59.676Z | Compiling paste v1.0.15 |
1230 | 2025-01-27T08:48:59.919Z | Compiling base64ct v1.6.0 |
1231 | 2025-01-27T08:49:00.500Z | Compiling pem-rfc7468 v0.7.0 |
1232 | 2025-01-27T08:49:00.605Z | Compiling aws-lc-rs v1.12.2 |
1233 | 2025-01-27T08:49:01.014Z | Compiling httparse v1.9.5 |
1234 | 2025-01-27T08:49:01.044Z | Compiling icu_locid_transform_data v1.5.0 |
1235 | 2025-01-27T08:49:01.145Z | Compiling flagset v0.4.6 |
1236 | 2025-01-27T08:49:01.347Z | Compiling tracing-core v0.1.33 |
1237 | 2025-01-27T08:49:01.741Z | Compiling rustls-pki-types v1.10.1 |
1238 | 2025-01-27T08:49:01.833Z | Compiling icu_properties_data v1.5.0 |
1239 | 2025-01-27T08:49:02.092Z | Compiling percent-encoding v2.3.1 |
1240 | 2025-01-27T08:49:02.222Z | Compiling crossbeam-utils v0.8.21 |
1241 | 2025-01-27T08:49:02.469Z | Compiling regex v1.11.1 |
1242 | 2025-01-27T08:49:02.716Z | Compiling write16 v1.0.0 |
1243 | 2025-01-27T08:49:02.775Z | Compiling utf16_iter v1.0.5 |
1244 | 2025-01-27T08:49:02.861Z | Compiling num-conv v0.1.0 |
1245 | 2025-01-27T08:49:02.986Z | Compiling untrusted v0.7.1 |
1246 | 2025-01-27T08:49:03.124Z | Compiling untrusted v0.9.0 |
1247 | 2025-01-27T08:49:03.168Z | Compiling icu_normalizer_data v1.5.0 |
1248 | 2025-01-27T08:49:03.187Z | Compiling utf8_iter v1.0.4 |
1249 | 2025-01-27T08:49:03.208Z | Compiling serde_derive v1.0.217 |
1250 | 2025-01-27T08:49:03.276Z | Compiling zeroize_derive v1.4.2 |
1251 | 2025-01-27T08:49:03.305Z | Compiling zerocopy-derive v0.7.35 |
1252 | 2025-01-27T08:49:03.385Z | Compiling tokio-macros v2.5.0 |
1253 | 2025-01-27T08:49:03.434Z | Compiling zerofrom-derive v0.1.5 |
1254 | 2025-01-27T08:49:04.635Z | Compiling zeroize v1.8.1 |
1255 | 2025-01-27T08:49:04.849Z | Compiling yoke-derive v0.7.5 |
1256 | 2025-01-27T08:49:05.205Z | Compiling zerocopy v0.7.35 |
1257 | 2025-01-27T08:49:05.740Z | Compiling zerovec-derive v0.10.3 |
1258 | 2025-01-27T08:49:06.244Z | Compiling crypto-common v0.1.6 |
1259 | 2025-01-27T08:49:06.471Z | Compiling block-buffer v0.10.4 |
1260 | 2025-01-27T08:49:06.492Z | Compiling futures-macro v0.3.31 |
1261 | 2025-01-27T08:49:06.521Z | Compiling displaydoc v0.2.5 |
1262 | 2025-01-27T08:49:06.748Z | Compiling digest v0.10.7 |
1263 | 2025-01-27T08:49:06.915Z | Compiling zerofrom v0.1.5 |
1264 | 2025-01-27T08:49:07.151Z | Compiling hmac v0.12.1 |
1265 | 2025-01-27T08:49:07.209Z | Compiling block-padding v0.3.3 |
1266 | 2025-01-27T08:49:07.435Z | Compiling sha2 v0.10.8 |
1267 | 2025-01-27T08:49:07.498Z | Compiling inout v0.1.3 |
1268 | 2025-01-27T08:49:07.573Z | Compiling yoke v0.7.5 |
1269 | 2025-01-27T08:49:07.789Z | Compiling cipher v0.4.4 |
1270 | 2025-01-27T08:49:07.947Z | Compiling thiserror-impl v1.0.69 |
1271 | 2025-01-27T08:49:08.020Z | Compiling icu_provider_macros v1.5.0 |
1272 | 2025-01-27T08:49:08.109Z | Compiling ppv-lite86 v0.2.20 |
1273 | 2025-01-27T08:49:08.287Z | Compiling thiserror-impl v2.0.11 |
1274 | 2025-01-27T08:49:08.308Z | Compiling zerovec v0.10.4 |
1275 | 2025-01-27T08:49:08.327Z | Compiling futures-util v0.3.31 |
1276 | 2025-01-27T08:49:08.875Z | Compiling der_derive v0.7.3 |
1277 | 2025-01-27T08:49:09.086Z | Compiling rand_chacha v0.3.1 |
1278 | 2025-01-27T08:49:10.318Z | Compiling tinystr v0.7.6 |
1279 | 2025-01-27T08:49:10.725Z | Compiling icu_locid v1.5.0 |
1280 | 2025-01-27T08:49:11.021Z | Compiling thiserror v1.0.69 |
1281 | 2025-01-27T08:49:11.034Z | Compiling icu_collections v1.5.0 |
1282 | 2025-01-27T08:49:11.135Z | Compiling tracing-attributes v0.1.28 |
1283 | 2025-01-27T08:49:11.157Z | Compiling der v0.7.9 |
1284 | 2025-01-27T08:49:11.366Z | Compiling rand v0.8.5 |
1285 | 2025-01-27T08:49:11.507Z | Compiling thiserror v2.0.11 |
1286 | 2025-01-27T08:49:11.671Z | Compiling pest v2.7.15 |
1287 | 2025-01-27T08:49:12.289Z | Compiling icu_provider v1.5.0 |
1288 | 2025-01-27T08:49:12.784Z | Compiling salsa20 v0.10.2 |
1289 | 2025-01-27T08:49:13.009Z | Compiling pbkdf2 v0.12.2 |
1290 | 2025-01-27T08:49:13.195Z | Compiling icu_locid_transform v1.5.0 |
1291 | 2025-01-27T08:49:13.326Z | Compiling spki v0.7.3 |
1292 | 2025-01-27T08:49:13.483Z | Compiling vcpkg v0.2.15 |
1293 | 2025-01-27T08:49:13.693Z | Compiling powerfmt v0.2.0 |
1294 | 2025-01-27T08:49:13.750Z | Compiling time-core v0.1.2 |
1295 | 2025-01-27T08:49:13.941Z | Compiling time-macros v0.2.19 |
1296 | 2025-01-27T08:49:14.085Z | Compiling deranged v0.3.11 |
1297 | 2025-01-27T08:49:14.152Z | Compiling scrypt v0.11.0 |
1298 | 2025-01-27T08:49:14.420Z | Compiling tracing v0.1.41 |
1299 | 2025-01-27T08:49:14.653Z | Compiling icu_properties v1.5.1 |
1300 | 2025-01-27T08:49:14.822Z | Compiling pest_meta v2.7.15 |
1301 | 2025-01-27T08:49:14.932Z | Compiling cbc v0.1.2 |
1302 | 2025-01-27T08:49:15.179Z | Compiling aes v0.8.4 |
1303 | 2025-01-27T08:49:15.294Z | Compiling openssl-sys v0.9.104 |
1304 | 2025-01-27T08:49:15.581Z | Compiling scroll_derive v0.12.0 |
1305 | 2025-01-27T08:49:16.299Z | Compiling bytes v1.9.0 |
1306 | 2025-01-27T08:49:16.343Z | Compiling bitflags v2.8.0 |
1307 | 2025-01-27T08:49:16.994Z | Compiling indexmap v2.7.1 |
1308 | 2025-01-27T08:49:17.531Z | Compiling tokio v1.43.0 |
1309 | 2025-01-27T08:49:18.029Z | Compiling http v1.2.0 |
1310 | 2025-01-27T08:49:18.385Z | Compiling semver v1.0.25 |
1311 | 2025-01-27T08:49:18.972Z | Compiling rustc_version v0.4.1 |
1312 | 2025-01-27T08:49:19.089Z | Compiling icu_normalizer v1.5.0 |
1313 | 2025-01-27T08:49:19.226Z | Compiling atomic-waker v1.1.2 |
1314 | 2025-01-27T08:49:19.421Z | Compiling num_threads v0.1.7 |
1315 | 2025-01-27T08:49:19.568Z | Compiling tinyvec_macros v0.1.1 |
1316 | 2025-01-27T08:49:19.670Z | Compiling tinyvec v1.8.1 |
1317 | 2025-01-27T08:49:19.691Z | Compiling time v0.3.37 |
1318 | 2025-01-27T08:49:19.867Z | Compiling http-body v1.0.1 |
1319 | 2025-01-27T08:49:20.114Z | Compiling idna_adapter v1.2.0 |
1320 | 2025-01-27T08:49:20.200Z | Compiling scroll v0.12.0 |
1321 | 2025-01-27T08:49:20.379Z | Compiling pest_generator v2.7.15 |
1322 | 2025-01-27T08:49:20.469Z | Compiling pkcs5 v0.7.1 |
1323 | 2025-01-27T08:49:20.722Z | Compiling form_urlencoded v1.2.1 |
1324 | 2025-01-27T08:49:20.976Z | Compiling which v4.4.2 |
1325 | 2025-01-27T08:49:21.045Z | Compiling try-lock v0.2.5 |
1326 | 2025-01-27T08:49:21.096Z | Compiling slog v2.7.0 |
1327 | 2025-01-27T08:49:21.213Z | Compiling goblin v0.8.2 |
1328 | 2025-01-27T08:49:21.583Z | Compiling want v0.3.1 |
1329 | 2025-01-27T08:49:21.656Z | Compiling pkcs8 v0.10.2 |
1330 | 2025-01-27T08:49:21.889Z | Compiling idna v1.0.3 |
1331 | 2025-01-27T08:49:22.032Z | Compiling uuid v1.12.1 |
1332 | 2025-01-27T08:49:22.205Z | Compiling pest_derive v2.7.15 |
1333 | 2025-01-27T08:49:22.304Z | Compiling httpdate v1.0.3 |
1334 | 2025-01-27T08:49:22.740Z | Compiling tower-service v0.3.3 |
1335 | 2025-01-27T08:49:22.888Z | Compiling iana-time-zone v0.1.61 |
1336 | 2025-01-27T08:49:23.018Z | Compiling dtrace-parser v0.2.0 |
1337 | 2025-01-27T08:49:23.290Z | Compiling chrono v0.4.39 |
1338 | 2025-01-27T08:49:23.538Z | Compiling serde_spanned v0.6.8 |
1339 | 2025-01-27T08:49:23.787Z | Compiling serde_tokenstream v0.2.2 |
1340 | 2025-01-27T08:49:24.232Z | Compiling toml_datetime v0.6.8 |
1341 | 2025-01-27T08:49:24.382Z | Compiling base64 v0.22.1 |
1342 | 2025-01-27T08:49:24.530Z | Compiling foreign-types-shared v0.1.1 |
1343 | 2025-01-27T08:49:24.661Z | Compiling rustversion v1.0.19 |
1344 | 2025-01-27T08:49:24.702Z | Compiling adler2 v2.0.0 |
1345 | 2025-01-27T08:49:24.933Z | Compiling match_cfg v0.1.0 |
1346 | 2025-01-27T08:49:24.953Z | Compiling openssl v0.10.69 |
1347 | 2025-01-27T08:49:25.040Z | Compiling hostname v0.3.1 |
1348 | 2025-01-27T08:49:25.081Z | Compiling miniz_oxide v0.8.3 |
1349 | 2025-01-27T08:49:25.260Z | Compiling foreign-types v0.3.2 |
1350 | 2025-01-27T08:49:25.364Z | Compiling url v2.5.4 |
1351 | 2025-01-27T08:49:25.432Z | Compiling tokio-util v0.7.13 |
1352 | 2025-01-27T08:49:26.533Z | Compiling h2 v0.4.7 |
1353 | 2025-01-27T08:49:26.659Z | Compiling async-trait v0.1.85 |
1354 | 2025-01-27T08:49:26.684Z | Compiling openssl-macros v0.1.1 |
1355 | 2025-01-27T08:49:26.686Z | Compiling serde_derive_internals v0.29.1 |
1356 | 2025-01-27T08:49:27.036Z | Compiling dof v0.3.0 |
1357 | 2025-01-27T08:49:27.431Z | Compiling dirs-sys-next v0.1.2 |
1358 | 2025-01-27T08:49:28.013Z | Compiling usdt-impl v0.5.0 |
1359 | 2025-01-27T08:49:28.860Z | Compiling rustls v0.22.4 |
1360 | 2025-01-27T08:49:29.135Z | Compiling rustls v0.23.21 |
1361 | 2025-01-27T08:49:29.157Z | Compiling schemars v0.8.21 |
1362 | 2025-01-27T08:49:29.254Z | Compiling object v0.36.7 |
1363 | 2025-01-27T08:49:29.421Z | Compiling syn v1.0.109 |
1364 | 2025-01-27T08:49:29.423Z | Compiling data-encoding v2.7.0 |
1365 | 2025-01-27T08:49:29.491Z | Compiling native-tls v0.2.13 |
1366 | 2025-01-27T08:49:29.839Z | Compiling schemars_derive v0.8.21 |
1367 | 2025-01-27T08:49:29.891Z | Compiling dirs-next v2.0.0 |
1368 | 2025-01-27T08:49:30.528Z | Compiling unicode-normalization v0.1.24 |
1369 | 2025-01-27T08:49:30.922Z | Compiling http-body-util v0.1.2 |
1370 | 2025-01-27T08:49:31.371Z | Compiling crossbeam-epoch v0.9.18 |
1371 | 2025-01-27T08:49:31.392Z | Compiling heapless v0.7.17 |
1372 | 2025-01-27T08:49:31.465Z | Compiling signature v2.2.0 |
1373 | 2025-01-27T08:49:31.576Z | Compiling sha1 v0.10.6 |
1374 | 2025-01-27T08:49:31.762Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1375 | 2025-01-27T08:49:31.817Z | Compiling thread_local v1.1.8 |
1376 | 2025-01-27T08:49:31.958Z | Compiling encoding_rs v0.8.35 |
1377 | 2025-01-27T08:49:32.037Z | Compiling multer v3.1.0 |
1378 | 2025-01-27T08:49:32.251Z | Compiling cookie v0.18.1 |
1379 | 2025-01-27T08:49:32.280Z | Compiling rayon-core v1.12.1 |
1380 | 2025-01-27T08:49:32.332Z | Compiling unicode-properties v0.1.3 |
1381 | 2025-01-27T08:49:32.557Z | Compiling gimli v0.31.1 |
1382 | 2025-01-27T08:49:32.560Z | Compiling ipnet v2.11.0 |
1383 | 2025-01-27T08:49:32.757Z | Compiling openssl-probe v0.1.6 |
1384 | 2025-01-27T08:49:32.923Z | Compiling slog-async v2.8.0 |
1385 | 2025-01-27T08:49:33.065Z | Compiling mime v0.3.17 |
1386 | 2025-01-27T08:49:33.419Z | Compiling unicode-bidi v0.3.18 |
1387 | 2025-01-27T08:49:33.566Z | Compiling hyper v1.5.2 |
1388 | 2025-01-27T08:49:33.663Z | Compiling dyn-clone v1.0.17 |
1389 | 2025-01-27T08:49:33.886Z | Compiling signal-hook v0.3.17 |
1390 | 2025-01-27T08:49:34.186Z | Compiling stringprep v0.1.5 |
1391 | 2025-01-27T08:49:35.548Z | Compiling toml_edit v0.22.22 |
1392 | 2025-01-27T08:49:36.244Z | Compiling hyper-util v0.1.10 |
1393 | 2025-01-27T08:49:37.165Z | Compiling addr2line v0.24.2 |
1394 | 2025-01-27T08:49:37.422Z | Compiling crossbeam-deque v0.8.6 |
1395 | 2025-01-27T08:49:37.766Z | Compiling usdt-macro v0.5.0 |
1396 | 2025-01-27T08:49:37.856Z | Compiling usdt-attr-macro v0.5.0 |
1397 | 2025-01-27T08:49:38.120Z | Compiling term v0.7.0 |
1398 | 2025-01-27T08:49:39.005Z | Compiling slog-json v2.6.1 |
1399 | 2025-01-27T08:49:39.098Z | Compiling serde_urlencoded v0.7.1 |
1400 | 2025-01-27T08:49:39.380Z | Compiling crossbeam-channel v0.5.14 |
1401 | 2025-01-27T08:49:39.401Z | Compiling curve25519-dalek v4.1.3 |
1402 | 2025-01-27T08:49:39.421Z | Compiling futures-executor v0.3.31 |
1403 | 2025-01-27T08:49:39.587Z | Compiling md-5 v0.10.6 |
1404 | 2025-01-27T08:49:39.877Z | Compiling async-stream-impl v0.3.6 |
1405 | 2025-01-27T08:49:39.925Z | Compiling enum-as-inner v0.6.1 |
1406 | 2025-01-27T08:49:40.085Z | Compiling rustls-pemfile v2.2.0 |
1407 | 2025-01-27T08:49:40.376Z | Compiling num-integer v0.1.46 |
1408 | 2025-01-27T08:49:40.423Z | Compiling hash32 v0.2.1 |
1409 | 2025-01-27T08:49:40.751Z | Compiling ff v0.13.0 |
1410 | 2025-01-27T08:49:40.940Z | Compiling is-terminal v0.4.15 |
1411 | 2025-01-27T08:49:40.962Z | Compiling dropshot v0.12.0 |
1412 | 2025-01-27T08:49:41.082Z | Compiling utf-8 v0.7.6 |
1413 | 2025-01-27T08:49:41.104Z | Compiling portable-atomic v1.10.0 |
1414 | 2025-01-27T08:49:41.154Z | Compiling siphasher v1.0.1 |
1415 | 2025-01-27T08:49:41.239Z | Compiling litrs v0.4.1 |
1416 | 2025-01-27T08:49:41.411Z | Compiling quick-error v1.2.3 |
1417 | 2025-01-27T08:49:41.533Z | Compiling rustc-demangle v0.1.24 |
1418 | 2025-01-27T08:49:41.576Z | Compiling smoltcp v0.9.1 |
1419 | 2025-01-27T08:49:42.087Z | Compiling fallible-iterator v0.2.0 |
1420 | 2025-01-27T08:49:42.241Z | Compiling psl-types v2.0.11 |
1421 | 2025-01-27T08:49:42.412Z | Compiling take_mut v0.2.2 |
1422 | 2025-01-27T08:49:42.483Z | Compiling linked-hash-map v0.5.6 |
1423 | 2025-01-27T08:49:42.510Z | Compiling num-bigint-dig v0.8.4 |
1424 | 2025-01-27T08:49:42.578Z | Compiling anyhow v1.0.95 |
1425 | 2025-01-27T08:49:42.799Z | Compiling base16ct v0.2.0 |
1426 | 2025-01-27T08:49:42.820Z | Compiling lru-cache v0.1.2 |
1427 | 2025-01-27T08:49:42.879Z | Compiling postgres-protocol v0.6.7 |
1428 | 2025-01-27T08:49:43.012Z | Compiling publicsuffix v2.3.0 |
1429 | 2025-01-27T08:49:43.126Z | Compiling sec1 v0.7.3 |
1430 | 2025-01-27T08:49:43.307Z | Compiling document-features v0.2.10 |
1431 | 2025-01-27T08:49:43.656Z | Compiling resolv-conf v0.7.0 |
1432 | 2025-01-27T08:49:43.676Z | Compiling phf_shared v0.11.3 |
1433 | 2025-01-27T08:49:43.949Z | Compiling tungstenite v0.24.0 |
1434 | 2025-01-27T08:49:44.109Z | Compiling async-stream v0.3.6 |
1435 | 2025-01-27T08:49:44.126Z | Compiling slog-term v2.9.1 |
1436 | 2025-01-27T08:49:44.358Z | Compiling usdt v0.5.0 |
1437 | 2025-01-27T08:49:44.408Z | Compiling hickory-proto v0.24.2 |
1438 | 2025-01-27T08:49:44.474Z | Compiling group v0.13.0 |
1439 | 2025-01-27T08:49:44.799Z | Compiling num-iter v0.1.45 |
1440 | 2025-01-27T08:49:45.111Z | Compiling futures v0.3.31 |
1441 | 2025-01-27T08:49:45.234Z | Compiling slog-bunyan v2.5.0 |
1442 | 2025-01-27T08:49:45.410Z | Compiling backtrace v0.3.74 |
1443 | 2025-01-27T08:49:45.444Z | Compiling toml v0.8.19 |
1444 | 2025-01-27T08:49:45.894Z | Compiling tokio-native-tls v0.3.1 |
1445 | 2025-01-27T08:49:46.962Z | Compiling camino v1.1.9 |
1446 | 2025-01-27T08:49:47.193Z | Compiling dropshot_endpoint v0.12.0 |
1447 | 2025-01-27T08:49:47.422Z | Compiling terminal_size v0.4.1 |
1448 | 2025-01-27T08:49:47.659Z | Compiling waitgroup v0.1.2 |
1449 | 2025-01-27T08:49:47.806Z | Compiling openapiv3 v2.0.0 |
1450 | 2025-01-27T08:49:47.897Z | Compiling serde_path_to_error v0.1.16 |
1451 | 2025-01-27T08:49:47.957Z | Compiling hkdf v0.12.4 |
1452 | 2025-01-27T08:49:48.229Z | Compiling crypto-bigint v0.5.5 |
1453 | 2025-01-27T08:49:48.499Z | Compiling curve25519-dalek-derive v0.1.1 |
1454 | 2025-01-27T08:49:48.654Z | Compiling zerocopy-derive v0.6.6 |
1455 | 2025-01-27T08:49:49.129Z | Compiling hubpack_derive v0.1.1 |
1456 | 2025-01-27T08:49:49.940Z | Compiling webpki-roots v0.26.7 |
1457 | 2025-01-27T08:49:49.987Z | Compiling sync_wrapper v1.0.2 |
1458 | 2025-01-27T08:49:50.155Z | Compiling hostname v0.4.0 |
1459 | 2025-01-27T08:49:50.175Z | Compiling fs-err v2.11.0 |
1460 | 2025-01-27T08:49:50.360Z | Compiling crc32fast v1.4.2 |
1461 | 2025-01-27T08:49:50.471Z | Compiling ahash v0.8.11 |
1462 | 2025-01-27T08:49:50.625Z | Compiling winnow v0.5.40 |
1463 | 2025-01-27T08:49:50.710Z | Compiling newtype-uuid v1.2.1 |
1464 | 2025-01-27T08:49:50.813Z | Compiling tower-layer v0.3.3 |
1465 | 2025-01-27T08:49:50.998Z | Compiling bitflags v1.3.2 |
1466 | 2025-01-27T08:49:51.114Z | Compiling siphasher v0.3.11 |
1467 | 2025-01-27T08:49:51.135Z | Compiling unicode-width v0.2.0 |
1468 | 2025-01-27T08:49:51.374Z | Compiling debug-ignore v1.0.5 |
1469 | 2025-01-27T08:49:51.514Z | Compiling managed v0.8.0 |
1470 | 2025-01-27T08:49:51.535Z | Compiling phf_shared v0.10.0 |
1471 | 2025-01-27T08:49:51.695Z | Compiling console v0.15.10 |
1472 | 2025-01-27T08:49:51.742Z | Compiling clap_builder v4.5.27 |
1473 | 2025-01-27T08:49:51.923Z | Compiling tower v0.5.2 |
1474 | 2025-01-27T08:49:52.754Z | Compiling elliptic-curve v0.13.8 |
1475 | 2025-01-27T08:49:53.205Z | Compiling strum_macros v0.25.3 |
1476 | 2025-01-27T08:49:53.589Z | Compiling zerocopy v0.6.6 |
1477 | 2025-01-27T08:49:53.656Z | Compiling flate2 v1.0.35 |
1478 | 2025-01-27T08:49:54.000Z | Compiling toml_edit v0.19.15 |
1479 | 2025-01-27T08:49:54.112Z | Compiling hubpack v0.1.2 |
1480 | 2025-01-27T08:49:54.286Z | Compiling hickory-resolver v0.24.2 |
1481 | 2025-01-27T08:49:54.519Z | Compiling signal-hook-mio v0.2.4 |
1482 | 2025-01-27T08:49:54.562Z | Compiling cookie_store v0.21.1 |
1483 | 2025-01-27T08:49:54.694Z | Compiling rayon v1.10.0 |
1484 | 2025-01-27T08:49:56.830Z | Compiling hyper-tls v0.6.0 |
1485 | 2025-01-27T08:49:56.949Z | Compiling bzip2 v0.4.4 |
1486 | 2025-01-27T08:49:57.248Z | Compiling tokio-tungstenite v0.24.0 |
1487 | 2025-01-27T08:49:57.821Z | Compiling phf v0.11.3 |
1488 | 2025-01-27T08:49:58.112Z | Compiling postgres-types v0.2.8 |
1489 | 2025-01-27T08:49:59.418Z | Compiling ed25519 v2.2.3 |
1490 | 2025-01-27T08:49:59.963Z | Compiling tokio-stream v0.1.17 |
1491 | 2025-01-27T08:50:00.148Z | Compiling pkcs1 v0.7.5 |
1492 | 2025-01-27T08:50:00.340Z | Compiling serde-big-array v0.5.1 |
1493 | 2025-01-27T08:50:00.585Z | Compiling rfc6979 v0.4.0 |
1494 | 2025-01-27T08:50:00.790Z | Compiling serde_repr v0.1.19 |
1495 | 2025-01-27T08:50:00.904Z | Compiling clap_derive v4.5.24 |
1496 | 2025-01-27T08:50:01.076Z | Compiling derive-where v1.2.7 |
1497 | 2025-01-27T08:50:01.237Z | Compiling bstr v1.11.3 |
1498 | 2025-01-27T08:50:01.309Z | Compiling float-cmp v0.10.0 |
1499 | 2025-01-27T08:50:01.566Z | Compiling fixedbitset v0.4.2 |
1500 | 2025-01-27T08:50:01.897Z | Compiling new_debug_unreachable v1.0.6 |
1501 | 2025-01-27T08:50:01.940Z | Compiling static_assertions v1.1.0 |
1502 | 2025-01-27T08:50:01.996Z | Compiling predicates-core v1.0.9 |
1503 | 2025-01-27T08:50:02.017Z | Compiling number_prefix v0.4.0 |
1504 | 2025-01-27T08:50:02.048Z | Compiling bit-vec v0.8.0 |
1505 | 2025-01-27T08:50:02.244Z | Compiling precomputed-hash v0.1.1 |
1506 | 2025-01-27T08:50:02.327Z | Compiling normalize-line-endings v0.3.0 |
1507 | 2025-01-27T08:50:02.396Z | Compiling difflib v0.4.0 |
1508 | 2025-01-27T08:50:02.483Z | Compiling whoami v1.5.2 |
1509 | 2025-01-27T08:50:02.531Z | Compiling unicode-segmentation v1.12.0 |
1510 | 2025-01-27T08:50:02.948Z | Compiling predicates v3.1.3 |
1511 | 2025-01-27T08:50:03.073Z | Compiling tokio-postgres v0.7.12 |
1512 | 2025-01-27T08:50:03.418Z | Compiling similar v2.7.0 |
1513 | 2025-01-27T08:50:03.812Z | Compiling bit-set v0.8.0 |
1514 | 2025-01-27T08:50:04.125Z | Compiling string_cache v0.8.7 |
1515 | 2025-01-27T08:50:04.313Z | Compiling indicatif v0.17.9 |
1516 | 2025-01-27T08:50:05.483Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1517 | 2025-01-27T08:50:05.486Z | Compiling petgraph v0.6.5 |
1518 | 2025-01-27T08:50:05.490Z | Compiling ecdsa v0.16.9 |
1519 | 2025-01-27T08:50:05.512Z | Compiling clap v4.5.27 |
1520 | 2025-01-27T08:50:05.641Z | Compiling rsa v0.9.7 |
1521 | 2025-01-27T08:50:06.281Z | Compiling ed25519-dalek v2.1.1 |
1522 | 2025-01-27T08:50:06.307Z | Compiling zip v0.6.6 |
1523 | 2025-01-27T08:50:07.598Z | Compiling toml v0.7.8 |
1524 | 2025-01-27T08:50:07.655Z | Compiling crossterm v0.28.1 |
1525 | 2025-01-27T08:50:09.078Z | Compiling hex v0.4.3 |
1526 | 2025-01-27T08:50:09.184Z | Compiling x509-cert v0.2.5 |
1527 | 2025-01-27T08:50:09.292Z | Compiling itertools v0.10.5 |
1528 | 2025-01-27T08:50:09.662Z | Compiling unicode-xid v0.2.6 |
1529 | 2025-01-27T08:50:09.876Z | Compiling peg-runtime v0.8.3 |
1530 | 2025-01-27T08:50:10.479Z | Compiling lalrpop-util v0.19.12 |
1531 | 2025-01-27T08:50:10.796Z | Compiling strum_macros v0.26.4 |
1532 | 2025-01-27T08:50:10.851Z | Compiling xattr v1.4.0 |
1533 | 2025-01-27T08:50:11.011Z | Compiling filetime v0.2.25 |
1534 | 2025-01-27T08:50:11.310Z | Compiling tar v0.4.43 |
1535 | 2025-01-27T08:50:15.452Z | Compiling strum v0.26.3 |
1536 | 2025-01-27T08:50:18.457Z | Compiling aws-lc-sys v0.25.0 |
1537 | 2025-01-27T08:50:46.130Z | Compiling rustls-webpki v0.102.8 |
1538 | 2025-01-27T08:50:49.306Z | Compiling tokio-rustls v0.25.0 |
1539 | 2025-01-27T08:50:50.975Z | Compiling tokio-rustls v0.26.1 |
1540 | 2025-01-27T08:50:51.262Z | Compiling hyper-rustls v0.27.5 |
1541 | 2025-01-27T08:50:51.622Z | Compiling reqwest v0.12.12 |
1542 | 2025-01-27T08:50:52.889Z | Compiling qorb v0.2.1 |
1543 | 2025-01-27T08:50:56.024Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1544 | 2025-01-27T08:50:56.258Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1545 | 2025-01-27T08:51:00.695Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 14s |
1546 | 2025-01-27T08:51:00.860Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1547 | 2025-01-27T08:51:00.910Z | Jan 27 08:50:59.926 INFO Starting download, target: Cockroach |
1548 | 2025-01-27T08:51:00.911Z | Jan 27 08:50:59.926 INFO Starting download, target: Console |
1549 | 2025-01-27T08:51:00.911Z | Jan 27 08:50:59.926 INFO Starting download, target: Clickhouse |
1550 | 2025-01-27T08:51:00.911Z | Jan 27 08:50:59.926 INFO Starting download, target: DendriteOpenapi |
1551 | 2025-01-27T08:51:00.911Z | Jan 27 08:50:59.926 INFO Starting download, target: DendriteStub |
1552 | 2025-01-27T08:51:00.911Z | Jan 27 08:50:59.926 INFO Starting download, target: MaghemiteMgd |
1553 | 2025-01-27T08:51:00.914Z | Jan 27 08:50:59.926 INFO Starting download, target: TransceiverControl |
1554 | 2025-01-27T08:51:00.914Z | Jan 27 08:50:59.927 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1555 | 2025-01-27T08:51:00.914Z | Jan 27 08:50:59.927 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1556 | 2025-01-27T08:51:00.914Z | Jan 27 08:50:59.927 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1557 | 2025-01-27T08:51:00.914Z | Jan 27 08:50:59.927 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1558 | 2025-01-27T08:51:00.914Z | Jan 27 08:50:59.927 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1559 | 2025-01-27T08:51:00.914Z | Jan 27 08:50:59.927 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1560 | 2025-01-27T08:51:00.914Z | Jan 27 08:50:59.927 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1561 | 2025-01-27T08:51:01.104Z | Jan 27 08:51:00.116 INFO Download complete, target: DendriteOpenapi |
1562 | 2025-01-27T08:51:01.323Z | Jan 27 08:51:00.327 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1563 | 2025-01-27T08:51:01.553Z | Jan 27 08:51:00.566 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1564 | 2025-01-27T08:51:01.814Z | Jan 27 08:51:00.828 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1565 | 2025-01-27T08:51:01.864Z | Jan 27 08:51:00.875 INFO Download complete, target: Console |
1566 | 2025-01-27T08:51:01.916Z | Jan 27 08:51:00.930 INFO Download complete, target: TransceiverControl |
1567 | 2025-01-27T08:51:01.970Z | Jan 27 08:51:00.984 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1568 | 2025-01-27T08:51:02.413Z | Jan 27 08:51:01.429 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1569 | 2025-01-27T08:51:02.413Z | Jan 27 08:51:01.429 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1570 | 2025-01-27T08:51:02.872Z | Jan 27 08:51:01.887 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1571 | 2025-01-27T08:51:04.485Z | Jan 27 08:51:03.500 INFO Download complete, target: MaghemiteMgd |
1572 | 2025-01-27T08:51:04.558Z | Jan 27 08:51:03.571 INFO Download complete, target: DendriteStub |
1573 | 2025-01-27T08:51:09.029Z | Jan 27 08:51:08.043 INFO Checking that binary works, target: Cockroach |
1574 | 2025-01-27T08:51:09.189Z | Jan 27 08:51:08.204 INFO Download complete, target: Cockroach |
1575 | 2025-01-27T08:51:13.776Z | Jan 27 08:51:12.789 INFO Checking that binary works, target: Clickhouse |
1576 | 2025-01-27T08:51:13.920Z | Jan 27 08:51:12.932 INFO Download complete, target: Clickhouse |
1577 | 2025-01-27T08:51:13.928Z | All prerequisites installed successfully |
1578 | 2025-01-27T08:51:13.931Z | |
1579 | 2025-01-27T08:51:13.931Z | real 4:53.534887304 |
1580 | 2025-01-27T08:51:13.931Z | user 15:51.495312890 |
1581 | 2025-01-27T08:51:13.931Z | sys 2:06.811205069 |
1582 | 2025-01-27T08:51:13.931Z | trap 0.588532361 |
1583 | 2025-01-27T08:51:13.931Z | tflt 1.515777429 |
1584 | 2025-01-27T08:51:13.931Z | dflt 1.593614240 |
1585 | 2025-01-27T08:51:13.931Z | kflt 0.027047124 |
1586 | 2025-01-27T08:51:13.931Z | lock 24:50.701101099 |
1587 | 2025-01-27T08:51:13.931Z | slp 56:08.916238271 |
1588 | 2025-01-27T08:51:13.931Z | lat 1:01.728383976 |
1589 | 2025-01-27T08:51:13.931Z | stop 2:29.426787794 |
1590 | 2025-01-27T08:51:13.931Z | + ptime -m cargo xtask download softnpu |
1591 | 2025-01-27T08:51:14.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1592 | 2025-01-27T08:51:14.489Z | Running `target/debug/xtask download softnpu` |
1593 | 2025-01-27T08:51:15.319Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
1594 | 2025-01-27T08:51:15.375Z | Running `target/debug/xtask-downloader softnpu` |
1595 | 2025-01-27T08:51:15.411Z | Jan 27 08:51:14.425 INFO Starting download, target: Softnpu |
1596 | 2025-01-27T08:51:15.414Z | Jan 27 08:51:14.425 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1597 | 2025-01-27T08:51:16.077Z | Jan 27 08:51:15.090 INFO Download complete, target: Softnpu |
1598 | 2025-01-27T08:51:16.081Z | |
1599 | 2025-01-27T08:51:16.084Z | real 2.145890937 |
1600 | 2025-01-27T08:51:16.084Z | user 1.306562720 |
1601 | 2025-01-27T08:51:16.084Z | sys 0.547395160 |
1602 | 2025-01-27T08:51:16.085Z | trap 0.000742193 |
1603 | 2025-01-27T08:51:16.085Z | tflt 0.000102994 |
1604 | 2025-01-27T08:51:16.085Z | dflt 0.000155641 |
1605 | 2025-01-27T08:51:16.085Z | kflt 0.000000000 |
1606 | 2025-01-27T08:51:16.085Z | lock 6.886716745 |
1607 | 2025-01-27T08:51:16.085Z | slp 0.480942163 |
1608 | 2025-01-27T08:51:16.085Z | lat 0.066503753 |
1609 | 2025-01-27T08:51:16.085Z | stop 0.000166030 |
1610 | 2025-01-27T08:51:16.085Z | + export CARGO_INCREMENTAL=0 |
1611 | 2025-01-27T08:51:16.085Z | + CARGO_INCREMENTAL=0 |
1612 | 2025-01-27T08:51:16.085Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
1613 | 2025-01-27T08:51:17.043Z | Compiling proc-macro2 v1.0.93 |
1614 | 2025-01-27T08:51:17.043Z | Compiling unicode-ident v1.0.15 |
1615 | 2025-01-27T08:51:17.046Z | Compiling libc v0.2.169 |
1616 | 2025-01-27T08:51:17.046Z | Compiling serde v1.0.217 |
1617 | 2025-01-27T08:51:17.046Z | Compiling autocfg v1.4.0 |
1618 | 2025-01-27T08:51:17.046Z | Compiling version_check v0.9.5 |
1619 | 2025-01-27T08:51:17.046Z | Compiling cfg-if v1.0.0 |
1620 | 2025-01-27T08:51:17.323Z | Compiling memchr v2.7.4 |
1621 | 2025-01-27T08:51:17.342Z | Compiling typenum v1.17.0 |
1622 | 2025-01-27T08:51:17.359Z | Compiling shlex v1.3.0 |
1623 | 2025-01-27T08:51:17.712Z | Compiling value-bag v1.10.0 |
1624 | 2025-01-27T08:51:17.740Z | Compiling scopeguard v1.2.0 |
1625 | 2025-01-27T08:51:17.760Z | Compiling generic-array v0.14.7 |
1626 | 2025-01-27T08:51:17.996Z | Compiling lock_api v0.4.12 |
1627 | 2025-01-27T08:51:18.155Z | Compiling log v0.4.25 |
1628 | 2025-01-27T08:51:18.249Z | Compiling parking_lot_core v0.9.10 |
1629 | 2025-01-27T08:51:18.648Z | Compiling serde_json v1.0.137 |
1630 | 2025-01-27T08:51:18.660Z | Compiling rustix v0.38.44 |
1631 | 2025-01-27T08:51:18.876Z | Compiling quote v1.0.38 |
1632 | 2025-01-27T08:51:18.879Z | Compiling libm v0.2.11 |
1633 | 2025-01-27T08:51:18.967Z | Compiling jobserver v0.1.32 |
1634 | 2025-01-27T08:51:19.090Z | Compiling getrandom v0.2.15 |
1635 | 2025-01-27T08:51:19.282Z | Compiling syn v2.0.96 |
1636 | 2025-01-27T08:51:19.303Z | Compiling aho-corasick v1.1.3 |
1637 | 2025-01-27T08:51:19.425Z | Compiling cc v1.2.10 |
1638 | 2025-01-27T08:51:19.446Z | Compiling num-traits v0.2.19 |
1639 | 2025-01-27T08:51:19.493Z | Compiling regex-syntax v0.8.5 |
1640 | 2025-01-27T08:51:19.561Z | Compiling either v1.13.0 |
1641 | 2025-01-27T08:51:19.683Z | Compiling thiserror v1.0.69 |
1642 | 2025-01-27T08:51:19.740Z | Compiling itoa v1.0.14 |
1643 | 2025-01-27T08:51:19.932Z | Compiling slab v0.4.9 |
1644 | 2025-01-27T08:51:19.955Z | Compiling once_cell v1.20.2 |
1645 | 2025-01-27T08:51:20.254Z | Compiling spin v0.9.8 |
1646 | 2025-01-27T08:51:20.710Z | Compiling errno v0.3.10 |
1647 | 2025-01-27T08:51:20.770Z | Compiling rand_core v0.6.4 |
1648 | 2025-01-27T08:51:21.170Z | Compiling glob v0.3.2 |
1649 | 2025-01-27T08:51:21.236Z | Compiling prettyplease v0.2.29 |
1650 | 2025-01-27T08:51:21.580Z | Compiling lazy_static v1.5.0 |
1651 | 2025-01-27T08:51:21.721Z | Compiling smallvec v1.13.2 |
1652 | 2025-01-27T08:51:21.794Z | Compiling minimal-lexical v0.2.1 |
1653 | 2025-01-27T08:51:21.890Z | Compiling clang-sys v1.8.1 |
1654 | 2025-01-27T08:51:22.222Z | Compiling nom v7.1.3 |
1655 | 2025-01-27T08:51:22.361Z | Compiling libloading v0.8.6 |
1656 | 2025-01-27T08:51:22.577Z | Compiling subtle v2.6.1 |
1657 | 2025-01-27T08:51:22.700Z | Compiling home v0.5.11 |
1658 | 2025-01-27T08:51:22.810Z | Compiling bindgen v0.69.5 |
1659 | 2025-01-27T08:51:22.930Z | Compiling itertools v0.12.1 |
1660 | 2025-01-27T08:51:23.093Z | Compiling regex-automata v0.4.9 |
1661 | 2025-01-27T08:51:23.109Z | Compiling rustc-hash v1.1.0 |
1662 | 2025-01-27T08:51:23.282Z | Compiling lazycell v1.3.0 |
1663 | 2025-01-27T08:51:23.452Z | Compiling cmake v0.1.52 |
1664 | 2025-01-27T08:51:23.770Z | Compiling equivalent v1.0.1 |
1665 | 2025-01-27T08:51:23.895Z | Compiling fs_extra v1.3.0 |
1666 | 2025-01-27T08:51:24.214Z | Compiling allocator-api2 v0.2.21 |
1667 | 2025-01-27T08:51:24.437Z | Compiling foldhash v0.1.4 |
1668 | 2025-01-27T08:51:24.740Z | Compiling dunce v1.0.5 |
1669 | 2025-01-27T08:51:24.885Z | Compiling semver v1.0.25 |
1670 | 2025-01-27T08:51:24.905Z | Compiling hashbrown v0.15.2 |
1671 | 2025-01-27T08:51:25.343Z | Compiling cexpr v0.6.0 |
1672 | 2025-01-27T08:51:25.533Z | Compiling pkg-config v0.3.31 |
1673 | 2025-01-27T08:51:25.622Z | Compiling pin-project-lite v0.2.16 |
1674 | 2025-01-27T08:51:25.773Z | Compiling ring v0.17.8 |
1675 | 2025-01-27T08:51:26.023Z | Compiling ryu v1.0.18 |
1676 | 2025-01-27T08:51:26.169Z | Compiling synstructure v0.13.1 |
1677 | 2025-01-27T08:51:26.627Z | Compiling byteorder v1.5.0 |
1678 | 2025-01-27T08:51:27.163Z | Compiling paste v1.0.15 |
1679 | 2025-01-27T08:51:27.308Z | Compiling schemars v0.8.21 |
1680 | 2025-01-27T08:51:27.424Z | Compiling httparse v1.9.5 |
1681 | 2025-01-27T08:51:27.576Z | Compiling const-oid v0.9.6 |
1682 | 2025-01-27T08:51:27.641Z | Compiling aws-lc-rs v1.12.2 |
1683 | 2025-01-27T08:51:28.023Z | Compiling fnv v1.0.7 |
1684 | 2025-01-27T08:51:28.285Z | Compiling serde_derive_internals v0.29.1 |
1685 | 2025-01-27T08:51:28.925Z | Compiling regex v1.11.1 |
1686 | 2025-01-27T08:51:29.030Z | Compiling signal-hook-registry v1.4.2 |
1687 | 2025-01-27T08:51:29.078Z | Compiling parking_lot v0.12.3 |
1688 | 2025-01-27T08:51:29.538Z | Compiling mio v1.0.3 |
1689 | 2025-01-27T08:51:29.853Z | Compiling heck v0.5.0 |
1690 | 2025-01-27T08:51:30.446Z | Compiling stable_deref_trait v1.2.0 |
1691 | 2025-01-27T08:51:30.601Z | Compiling serde_derive v1.0.217 |
1692 | 2025-01-27T08:51:30.918Z | Compiling zeroize_derive v1.4.2 |
1693 | 2025-01-27T08:51:31.040Z | Compiling tokio-macros v2.5.0 |
1694 | 2025-01-27T08:51:31.110Z | Compiling zerocopy-derive v0.7.35 |
1695 | 2025-01-27T08:51:31.747Z | Compiling thiserror-impl v1.0.69 |
1696 | 2025-01-27T08:51:32.237Z | Compiling zeroize v1.8.1 |
1697 | 2025-01-27T08:51:32.524Z | Compiling zerofrom-derive v0.1.5 |
1698 | 2025-01-27T08:51:32.674Z | Compiling yoke-derive v0.7.5 |
1699 | 2025-01-27T08:51:32.692Z | Compiling futures-macro v0.3.31 |
1700 | 2025-01-27T08:51:32.819Z | Compiling zerovec-derive v0.10.3 |
1701 | 2025-01-27T08:51:32.912Z | Compiling displaydoc v0.2.5 |
1702 | 2025-01-27T08:51:34.352Z | Compiling crypto-common v0.1.6 |
1703 | 2025-01-27T08:51:34.388Z | Compiling icu_provider_macros v1.5.0 |
1704 | 2025-01-27T08:51:34.406Z | Compiling tracing-attributes v0.1.28 |
1705 | 2025-01-27T08:51:34.547Z | Compiling schemars_derive v0.8.21 |
1706 | 2025-01-27T08:51:35.051Z | Compiling block-buffer v0.10.4 |
1707 | 2025-01-27T08:51:35.295Z | Compiling digest v0.10.7 |
1708 | 2025-01-27T08:51:35.314Z | Compiling socket2 v0.5.8 |
1709 | 2025-01-27T08:51:35.379Z | Compiling futures-core v0.3.31 |
1710 | 2025-01-27T08:51:35.696Z | Compiling time-core v0.1.2 |
1711 | 2025-01-27T08:51:35.778Z | Compiling crossbeam-utils v0.8.21 |
1712 | 2025-01-27T08:51:35.781Z | Compiling num-conv v0.1.0 |
1713 | 2025-01-27T08:51:36.041Z | Compiling time-macros v0.2.19 |
1714 | 2025-01-27T08:51:36.156Z | Compiling zerocopy v0.7.35 |
1715 | 2025-01-27T08:51:36.275Z | Compiling der_derive v0.7.3 |
1716 | 2025-01-27T08:51:36.933Z | Compiling vcpkg v0.2.15 |
1717 | 2025-01-27T08:51:38.403Z | Compiling thiserror v2.0.11 |
1718 | 2025-01-27T08:51:38.421Z | Compiling openssl-sys v0.9.104 |
1719 | 2025-01-27T08:51:38.973Z | Compiling futures-sink v0.3.31 |
1720 | 2025-01-27T08:51:39.080Z | Compiling syn v1.0.109 |
1721 | 2025-01-27T08:51:39.287Z | Compiling thiserror-impl v2.0.11 |
1722 | 2025-01-27T08:51:39.390Z | Compiling cpufeatures v0.2.17 |
1723 | 2025-01-27T08:51:40.061Z | Compiling slog v2.7.0 |
1724 | 2025-01-27T08:51:40.653Z | Compiling futures-channel v0.3.31 |
1725 | 2025-01-27T08:51:41.113Z | Compiling zerofrom v0.1.5 |
1726 | 2025-01-27T08:51:41.349Z | Compiling iana-time-zone v0.1.61 |
1727 | 2025-01-27T08:51:41.468Z | Compiling futures-io v0.3.31 |
1728 | 2025-01-27T08:51:41.622Z | Compiling futures-task v0.3.31 |
1729 | 2025-01-27T08:51:41.849Z | Compiling pin-utils v0.1.0 |
1730 | 2025-01-27T08:51:41.909Z | Compiling yoke v0.7.5 |
1731 | 2025-01-27T08:51:41.949Z | Compiling futures-util v0.3.31 |
1732 | 2025-01-27T08:51:42.217Z | Compiling scroll_derive v0.12.0 |
1733 | 2025-01-27T08:51:42.547Z | Compiling ucd-trie v0.1.7 |
1734 | 2025-01-27T08:51:42.575Z | Compiling bitflags v2.8.0 |
1735 | 2025-01-27T08:51:42.578Z | Compiling bytes v1.9.0 |
1736 | 2025-01-27T08:51:43.667Z | Compiling indexmap v2.7.1 |
1737 | 2025-01-27T08:51:44.195Z | Compiling tokio v1.43.0 |
1738 | 2025-01-27T08:51:45.473Z | Compiling serde_tokenstream v0.2.2 |
1739 | 2025-01-27T08:51:45.637Z | Compiling uuid v1.12.1 |
1740 | 2025-01-27T08:51:46.024Z | Compiling http v1.2.0 |
1741 | 2025-01-27T08:51:46.892Z | Compiling which v4.4.2 |
1742 | 2025-01-27T08:51:47.829Z | Compiling chrono v0.4.39 |
1743 | 2025-01-27T08:51:47.933Z | Compiling openssl v0.10.69 |
1744 | 2025-01-27T08:51:48.084Z | Compiling rustc_version v0.4.1 |
1745 | 2025-01-27T08:51:48.632Z | Compiling pest v2.7.15 |
1746 | 2025-01-27T08:51:50.079Z | Compiling zerovec v0.10.4 |
1747 | 2025-01-27T08:51:51.645Z | Compiling hmac v0.12.1 |
1748 | 2025-01-27T08:51:51.901Z | Compiling object v0.36.7 |
1749 | 2025-01-27T08:51:53.083Z | Compiling pest_meta v2.7.15 |
1750 | 2025-01-27T08:51:55.003Z | Compiling block-padding v0.3.3 |
1751 | 2025-01-27T08:51:55.244Z | Compiling openssl-macros v0.1.1 |
1752 | 2025-01-27T08:51:55.819Z | Compiling rustls v0.23.21 |
1753 | 2025-01-27T08:51:55.842Z | Compiling native-tls v0.2.13 |
1754 | 2025-01-27T08:51:55.965Z | Compiling inout v0.1.3 |
1755 | 2025-01-27T08:51:56.124Z | Compiling pest_generator v2.7.15 |
1756 | 2025-01-27T08:51:56.185Z | Compiling tinystr v0.7.6 |
1757 | 2025-01-27T08:51:56.549Z | Compiling toml_datetime v0.6.8 |
1758 | 2025-01-27T08:51:56.632Z | Compiling serde_spanned v0.6.8 |
1759 | 2025-01-27T08:51:56.728Z | Compiling tracing-core v0.1.33 |
1760 | 2025-01-27T08:51:56.891Z | Compiling litemap v0.7.4 |
1761 | 2025-01-27T08:51:57.002Z | Compiling strsim v0.11.1 |
1762 | 2025-01-27T08:51:57.152Z | Compiling writeable v0.5.5 |
1763 | 2025-01-27T08:51:57.285Z | Compiling dyn-clone v1.0.17 |
1764 | 2025-01-27T08:51:57.633Z | Compiling icu_locid v1.5.0 |
1765 | 2025-01-27T08:51:57.665Z | Compiling tracing v0.1.41 |
1766 | 2025-01-27T08:51:57.798Z | Compiling pest_derive v2.7.15 |
1767 | 2025-01-27T08:51:58.573Z | Compiling cipher v0.4.4 |
1768 | 2025-01-27T08:51:58.605Z | Compiling sha2 v0.10.8 |
1769 | 2025-01-27T08:51:59.037Z | Compiling usdt-impl v0.5.0 |
1770 | 2025-01-27T08:51:59.380Z | Compiling cookie v0.18.1 |
1771 | 2025-01-27T08:51:59.398Z | Compiling base64ct v1.6.0 |
1772 | 2025-01-27T08:51:59.658Z | Compiling aws-lc-sys v0.25.0 |
1773 | 2025-01-27T08:51:59.675Z | Compiling icu_provider v1.5.0 |
1774 | 2025-01-27T08:51:59.908Z | Compiling pem-rfc7468 v0.7.0 |
1775 | 2025-01-27T08:52:01.388Z | Compiling scroll v0.12.0 |
1776 | 2025-01-27T08:52:01.750Z | Compiling ppv-lite86 v0.2.20 |
1777 | 2025-01-27T08:52:01.980Z | Compiling async-trait v0.1.85 |
1778 | 2025-01-27T08:52:04.081Z | Compiling percent-encoding v2.3.1 |
1779 | 2025-01-27T08:52:04.465Z | Compiling camino v1.1.9 |
1780 | 2025-01-27T08:52:04.968Z | Compiling plain v0.2.3 |
1781 | 2025-01-27T08:52:05.130Z | Compiling rustls-pki-types v1.10.1 |
1782 | 2025-01-27T08:52:05.268Z | Compiling icu_locid_transform_data v1.5.0 |
1783 | 2025-01-27T08:52:05.496Z | Compiling flagset v0.4.6 |
1784 | 2025-01-27T08:52:05.739Z | Compiling anyhow v1.0.95 |
1785 | 2025-01-27T08:52:06.267Z | Compiling der v0.7.9 |
1786 | 2025-01-27T08:52:06.654Z | Compiling icu_locid_transform v1.5.0 |
1787 | 2025-01-27T08:52:08.342Z | Compiling goblin v0.8.2 |
1788 | 2025-01-27T08:52:08.823Z | Compiling rand_chacha v0.3.1 |
1789 | 2025-01-27T08:52:09.639Z | Compiling tokio-util v0.7.13 |
1790 | 2025-01-27T08:52:09.705Z | Compiling icu_collections v1.5.0 |
1791 | 2025-01-27T08:52:11.510Z | Compiling powerfmt v0.2.0 |
1792 | 2025-01-27T08:52:11.594Z | Compiling untrusted v0.9.0 |
1793 | 2025-01-27T08:52:11.806Z | Compiling untrusted v0.7.1 |
1794 | 2025-01-27T08:52:12.011Z | Compiling rayon-core v1.12.1 |
1795 | 2025-01-27T08:52:12.031Z | Compiling icu_properties_data v1.5.0 |
1796 | 2025-01-27T08:52:12.149Z | Compiling pretty-hex v0.4.1 |
1797 | 2025-01-27T08:52:12.319Z | Compiling rustls v0.22.4 |
1798 | 2025-01-27T08:52:12.626Z | Compiling icu_properties v1.5.1 |
1799 | 2025-01-27T08:52:12.931Z | Compiling deranged v0.3.11 |
1800 | 2025-01-27T08:52:14.402Z | Compiling dof v0.3.0 |
1801 | 2025-01-27T08:52:14.546Z | Compiling rand v0.8.5 |
1802 | 2025-01-27T08:52:15.929Z | Compiling spki v0.7.3 |
1803 | 2025-01-27T08:52:16.168Z | Compiling salsa20 v0.10.2 |
1804 | 2025-01-27T08:52:16.290Z | Compiling dtrace-parser v0.2.0 |
1805 | 2025-01-27T08:52:16.635Z | Compiling pbkdf2 v0.12.2 |
1806 | 2025-01-27T08:52:17.355Z | Compiling thread-id v4.2.2 |
1807 | 2025-01-27T08:52:17.600Z | Compiling utf16_iter v1.0.5 |
1808 | 2025-01-27T08:52:17.673Z | Compiling atomic-waker v1.1.2 |
1809 | 2025-01-27T08:52:17.912Z | Compiling litrs v0.4.1 |
1810 | 2025-01-27T08:52:18.057Z | Compiling write16 v1.0.0 |
1811 | 2025-01-27T08:52:18.077Z | Compiling utf8_iter v1.0.4 |
1812 | 2025-01-27T08:52:18.198Z | Compiling icu_normalizer_data v1.5.0 |
1813 | 2025-01-27T08:52:18.311Z | Compiling num_threads v0.1.7 |
1814 | 2025-01-27T08:52:18.451Z | Compiling winnow v0.5.40 |
1815 | 2025-01-27T08:52:18.599Z | Compiling icu_normalizer v1.5.0 |
1816 | 2025-01-27T08:52:18.749Z | Compiling time v0.3.37 |
1817 | 2025-01-27T08:52:18.860Z | Compiling document-features v0.2.10 |
1818 | 2025-01-27T08:52:21.814Z | Compiling toml_edit v0.19.15 |
1819 | 2025-01-27T08:52:22.674Z | Compiling scrypt v0.11.0 |
1820 | 2025-01-27T08:52:23.134Z | Compiling form_urlencoded v1.2.1 |
1821 | 2025-01-27T08:52:23.209Z | Compiling aes v0.8.4 |
1822 | 2025-01-27T08:52:23.499Z | Compiling cbc v0.1.2 |
1823 | 2025-01-27T08:52:23.640Z | Compiling http-body v1.0.1 |
1824 | 2025-01-27T08:52:23.912Z | Compiling multer v3.1.0 |
1825 | 2025-01-27T08:52:24.314Z | Compiling slog-async v2.8.0 |
1826 | 2025-01-27T08:52:24.362Z | Compiling rustversion v1.0.19 |
1827 | 2025-01-27T08:52:24.400Z | Compiling tinyvec_macros v0.1.1 |
1828 | 2025-01-27T08:52:24.501Z | Compiling try-lock v0.2.5 |
1829 | 2025-01-27T08:52:24.750Z | Compiling want v0.3.1 |
1830 | 2025-01-27T08:52:24.996Z | Compiling tinyvec v1.8.1 |
1831 | 2025-01-27T08:52:25.038Z | Compiling pkcs5 v0.7.1 |
1832 | 2025-01-27T08:52:26.598Z | Compiling idna_adapter v1.2.0 |
1833 | 2025-01-27T08:52:26.901Z | Compiling h2 v0.4.7 |
1834 | 2025-01-27T08:52:27.359Z | Compiling heapless v0.7.17 |
1835 | 2025-01-27T08:52:28.096Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1836 | 2025-01-27T08:52:28.518Z | Compiling tower-service v0.3.3 |
1837 | 2025-01-27T08:52:28.664Z | Compiling httpdate v1.0.3 |
1838 | 2025-01-27T08:52:28.698Z | Compiling signal-hook v0.3.17 |
1839 | 2025-01-27T08:52:29.421Z | Compiling idna v1.0.3 |
1840 | 2025-01-27T08:52:30.745Z | Compiling pkcs8 v0.10.2 |
1841 | 2025-01-27T08:52:31.357Z | Compiling usdt-attr-macro v0.5.0 |
1842 | 2025-01-27T08:52:31.993Z | Compiling usdt-macro v0.5.0 |
1843 | 2025-01-27T08:52:32.859Z | Compiling async-stream-impl v0.3.6 |
1844 | 2025-01-27T08:52:33.387Z | Compiling base64 v0.22.1 |
1845 | 2025-01-27T08:52:34.022Z | Compiling adler2 v2.0.0 |
1846 | 2025-01-27T08:52:34.281Z | Compiling miniz_oxide v0.8.3 |
1847 | 2025-01-27T08:52:35.143Z | Compiling hyper v1.5.2 |
1848 | 2025-01-27T08:52:37.637Z | Compiling curve25519-dalek v4.1.3 |
1849 | 2025-01-27T08:52:38.043Z | Compiling hyper-util v0.1.10 |
1850 | 2025-01-27T08:52:40.593Z | Compiling openapiv3 v2.0.0 |
1851 | 2025-01-27T08:52:41.331Z | Compiling enum-as-inner v0.6.1 |
1852 | 2025-01-27T08:52:42.317Z | Compiling ahash v0.8.11 |
1853 | 2025-01-27T08:52:42.353Z | Compiling dropshot v0.12.0 |
1854 | 2025-01-27T08:52:42.654Z | Compiling portable-atomic v1.10.0 |
1855 | 2025-01-27T08:52:42.692Z | Compiling foreign-types-shared v0.1.1 |
1856 | 2025-01-27T08:52:42.822Z | Compiling newtype-uuid v1.2.1 |
1857 | 2025-01-27T08:52:43.776Z | Compiling num-bigint-dig v0.8.4 |
1858 | 2025-01-27T08:52:43.868Z | Compiling smoltcp v0.9.1 |
1859 | 2025-01-27T08:52:44.011Z | Compiling match_cfg v0.1.0 |
1860 | 2025-01-27T08:52:44.064Z | Compiling foreign-types v0.3.2 |
1861 | 2025-01-27T08:52:44.112Z | Compiling hostname v0.3.1 |
1862 | 2025-01-27T08:52:45.441Z | Compiling url v2.5.4 |
1863 | 2025-01-27T08:52:47.714Z | Compiling http-body-util v0.1.2 |
1864 | 2025-01-27T08:52:48.317Z | Compiling dirs-sys-next v0.1.2 |
1865 | 2025-01-27T08:52:48.347Z | Compiling encoding_rs v0.8.35 |
1866 | 2025-01-27T08:52:48.636Z | Compiling mime v0.3.17 |
1867 | 2025-01-27T08:52:48.768Z | Compiling ident_case v1.0.1 |
1868 | 2025-01-27T08:52:48.943Z | Compiling heck v0.4.1 |
1869 | 2025-01-27T08:52:49.319Z | Compiling gimli v0.31.1 |
1870 | 2025-01-27T08:52:49.653Z | Compiling data-encoding v2.7.0 |
1871 | 2025-01-27T08:52:50.866Z | Compiling darling_core v0.20.10 |
1872 | 2025-01-27T08:52:51.095Z | Compiling dirs-next v2.0.0 |
1873 | 2025-01-27T08:52:55.918Z | Compiling addr2line v0.24.2 |
1874 | 2025-01-27T08:52:59.969Z | Compiling unicode-normalization v0.1.24 |
1875 | 2025-01-27T08:53:00.182Z | Compiling serde_urlencoded v0.7.1 |
1876 | 2025-01-27T08:53:00.758Z | Compiling crossbeam-epoch v0.9.18 |
1877 | 2025-01-27T08:53:01.110Z | Compiling rustls-pemfile v2.2.0 |
1878 | 2025-01-27T08:53:01.207Z | Compiling hubpack_derive v0.1.1 |
1879 | 2025-01-27T08:53:01.416Z | Compiling dropshot_endpoint v0.12.0 |
1880 | 2025-01-27T08:53:01.585Z | Compiling sha1 v0.10.6 |
1881 | 2025-01-27T08:53:02.028Z | Compiling signature v2.2.0 |
1882 | 2025-01-27T08:53:02.264Z | Compiling curve25519-dalek-derive v0.1.1 |
1883 | 2025-01-27T08:53:02.381Z | Compiling zerocopy-derive v0.6.6 |
1884 | 2025-01-27T08:53:03.639Z | Compiling thread_local v1.1.8 |
1885 | 2025-01-27T08:53:04.106Z | Compiling fs-err v2.11.0 |
1886 | 2025-01-27T08:53:04.408Z | Compiling utf8parse v0.2.2 |
1887 | 2025-01-27T08:53:04.589Z | Compiling rustc-demangle v0.1.24 |
1888 | 2025-01-27T08:53:05.094Z | Compiling openssl-probe v0.1.6 |
1889 | 2025-01-27T08:53:06.584Z | Compiling ipnet v2.11.0 |
1890 | 2025-01-27T08:53:07.580Z | Compiling unicode-properties v0.1.3 |
1891 | 2025-01-27T08:53:08.094Z | Compiling winnow v0.6.24 |
1892 | 2025-01-27T08:53:09.854Z | Compiling unicode-bidi v0.3.18 |
1893 | 2025-01-27T08:53:10.254Z | Compiling anstyle v1.0.10 |
1894 | 2025-01-27T08:53:10.704Z | Compiling stringprep v0.1.5 |
1895 | 2025-01-27T08:53:11.417Z | Compiling toml_edit v0.22.22 |
1896 | 2025-01-27T08:53:13.872Z | Compiling rustls-webpki v0.102.8 |
1897 | 2025-01-27T08:53:17.739Z | Compiling backtrace v0.3.74 |
1898 | 2025-01-27T08:53:18.003Z | Compiling anstyle-parse v0.2.6 |
1899 | 2025-01-27T08:53:19.925Z | Compiling crossbeam-deque v0.8.6 |
1900 | 2025-01-27T08:53:24.776Z | Compiling darling_macro v0.20.10 |
1901 | 2025-01-27T08:53:25.648Z | Compiling term v0.7.0 |
1902 | 2025-01-27T08:53:26.530Z | Compiling slog-json v2.6.1 |
1903 | 2025-01-27T08:53:27.467Z | Compiling crossbeam-channel v0.5.14 |
1904 | 2025-01-27T08:53:27.956Z | Compiling futures-executor v0.3.31 |
1905 | 2025-01-27T08:53:28.267Z | Compiling num-integer v0.1.46 |
1906 | 2025-01-27T08:53:28.286Z | Compiling md-5 v0.10.6 |
1907 | 2025-01-27T08:53:28.306Z | Compiling hash32 v0.2.1 |
1908 | 2025-01-27T08:53:28.364Z | Compiling ff v0.13.0 |
1909 | 2025-01-27T08:53:28.532Z | Compiling is-terminal v0.4.15 |
1910 | 2025-01-27T08:53:28.608Z | Compiling memmap v0.7.0 |
1911 | 2025-01-27T08:53:28.675Z | Compiling base16ct v0.2.0 |
1912 | 2025-01-27T08:53:28.916Z | Compiling utf-8 v0.7.6 |
1913 | 2025-01-27T08:53:28.936Z | Compiling colorchoice v1.0.3 |
1914 | 2025-01-27T08:53:28.973Z | Compiling anstyle-query v1.1.2 |
1915 | 2025-01-27T08:53:29.119Z | Compiling fallible-iterator v0.2.0 |
1916 | 2025-01-27T08:53:29.141Z | Compiling quick-error v1.2.3 |
1917 | 2025-01-27T08:53:29.215Z | Compiling take_mut v0.2.2 |
1918 | 2025-01-27T08:53:29.291Z | Compiling psl-types v2.0.11 |
1919 | 2025-01-27T08:53:29.365Z | Compiling linked-hash-map v0.5.6 |
1920 | 2025-01-27T08:53:29.385Z | Compiling is_terminal_polyfill v1.70.1 |
1921 | 2025-01-27T08:53:29.438Z | Compiling siphasher v1.0.1 |
1922 | 2025-01-27T08:53:29.519Z | Compiling anstream v0.6.18 |
1923 | 2025-01-27T08:53:29.694Z | Compiling publicsuffix v2.3.0 |
1924 | 2025-01-27T08:53:29.714Z | Compiling postgres-protocol v0.6.7 |
1925 | 2025-01-27T08:53:29.763Z | Compiling phf_shared v0.11.3 |
1926 | 2025-01-27T08:53:29.817Z | Compiling lru-cache v0.1.2 |
1927 | 2025-01-27T08:53:30.118Z | Compiling resolv-conf v0.7.0 |
1928 | 2025-01-27T08:53:30.121Z | Compiling tungstenite v0.24.0 |
1929 | 2025-01-27T08:53:30.730Z | Compiling sec1 v0.7.3 |
1930 | 2025-01-27T08:53:30.777Z | Compiling usdt v0.5.0 |
1931 | 2025-01-27T08:53:30.906Z | Compiling num-iter v0.1.45 |
1932 | 2025-01-27T08:53:31.103Z | Compiling slog-term v2.9.1 |
1933 | 2025-01-27T08:53:31.221Z | Compiling group v0.13.0 |
1934 | 2025-01-27T08:53:31.705Z | Compiling futures v0.3.31 |
1935 | 2025-01-27T08:53:33.603Z | Compiling slog-bunyan v2.5.0 |
1936 | 2025-01-27T08:53:33.621Z | Compiling darling v0.20.10 |
1937 | 2025-01-27T08:53:33.801Z | Compiling tokio-rustls v0.26.1 |
1938 | 2025-01-27T08:53:33.824Z | Compiling tokio-rustls v0.25.0 |
1939 | 2025-01-27T08:53:34.087Z | Compiling tokio-native-tls v0.3.1 |
1940 | 2025-01-27T08:53:34.249Z | Compiling toml v0.8.19 |
1941 | 2025-01-27T08:53:34.391Z | Compiling hickory-proto v0.24.2 |
1942 | 2025-01-27T08:53:34.437Z | Compiling strum_macros v0.25.3 |
1943 | 2025-01-27T08:53:34.853Z | Compiling async-stream v0.3.6 |
1944 | 2025-01-27T08:53:35.128Z | Compiling waitgroup v0.1.2 |
1945 | 2025-01-27T08:53:35.336Z | Compiling webpki-roots v0.26.7 |
1946 | 2025-01-27T08:53:35.903Z | Compiling hkdf v0.12.4 |
1947 | 2025-01-27T08:53:35.963Z | Compiling terminal_size v0.4.1 |
1948 | 2025-01-27T08:53:36.151Z | Compiling serde_path_to_error v0.1.16 |
1949 | 2025-01-27T08:53:36.192Z | Compiling sync_wrapper v1.0.2 |
1950 | 2025-01-27T08:53:36.552Z | Compiling crypto-bigint v0.5.5 |
1951 | 2025-01-27T08:53:36.679Z | Compiling clap_derive v4.5.24 |
1952 | 2025-01-27T08:53:36.919Z | Compiling serde_repr v0.1.19 |
1953 | 2025-01-27T08:53:37.804Z | Compiling derive-where v1.2.7 |
1954 | 2025-01-27T08:53:37.969Z | Compiling regress v0.10.3 |
1955 | 2025-01-27T08:53:39.791Z | Compiling hostname v0.4.0 |
1956 | 2025-01-27T08:53:40.006Z | Compiling crc32fast v1.4.2 |
1957 | 2025-01-27T08:53:40.693Z | Compiling siphasher v0.3.11 |
1958 | 2025-01-27T08:53:40.869Z | Compiling bitflags v1.3.2 |
1959 | 2025-01-27T08:53:40.996Z | Compiling clap_lex v0.7.4 |
1960 | 2025-01-27T08:53:41.054Z | Compiling managed v0.8.0 |
1961 | 2025-01-27T08:53:41.549Z | Compiling tower-layer v0.3.3 |
1962 | 2025-01-27T08:53:41.950Z | Compiling unicode-width v0.2.0 |
1963 | 2025-01-27T08:53:42.133Z | Compiling debug-ignore v1.0.5 |
1964 | 2025-01-27T08:53:42.496Z | Compiling console v0.15.10 |
1965 | 2025-01-27T08:53:43.572Z | Compiling tower v0.5.2 |
1966 | 2025-01-27T08:53:44.411Z | Compiling typify-impl v0.2.0 |
1967 | 2025-01-27T08:53:44.536Z | Compiling clap_builder v4.5.27 |
1968 | 2025-01-27T08:53:44.555Z | Compiling phf_shared v0.10.0 |
1969 | 2025-01-27T08:53:44.893Z | Compiling flate2 v1.0.35 |
1970 | 2025-01-27T08:53:45.722Z | Compiling hickory-resolver v0.24.2 |
1971 | 2025-01-27T08:53:46.313Z | Compiling elliptic-curve v0.13.8 |
1972 | 2025-01-27T08:53:49.052Z | Compiling hyper-rustls v0.27.5 |
1973 | 2025-01-27T08:53:50.902Z | Compiling hyper-tls v0.6.0 |
1974 | 2025-01-27T08:53:51.830Z | Compiling rayon v1.10.0 |
1975 | 2025-01-27T08:53:51.997Z | Compiling signal-hook-mio v0.2.4 |
1976 | 2025-01-27T08:53:52.172Z | Compiling cookie_store v0.21.1 |
1977 | 2025-01-27T08:53:54.495Z | Compiling bzip2 v0.4.4 |
1978 | 2025-01-27T08:53:54.838Z | Compiling tokio-tungstenite v0.24.0 |
1979 | 2025-01-27T08:53:54.881Z | Compiling postgres-types v0.2.8 |
1980 | 2025-01-27T08:53:54.885Z | Compiling phf v0.11.3 |
1981 | 2025-01-27T08:53:55.364Z | Compiling zerocopy v0.6.6 |
1982 | 2025-01-27T08:53:55.384Z | Compiling ed25519 v2.2.3 |
1983 | 2025-01-27T08:53:55.790Z | Compiling hubpack v0.1.2 |
1984 | 2025-01-27T08:53:55.937Z | Compiling pkcs1 v0.7.5 |
1985 | 2025-01-27T08:53:56.080Z | Compiling tokio-stream v0.1.17 |
1986 | 2025-01-27T08:53:56.130Z | Compiling ipnetwork v0.20.0 |
1987 | 2025-01-27T08:53:56.187Z | Compiling rfc6979 v0.4.0 |
1988 | 2025-01-27T08:53:56.381Z | Compiling serde-big-array v0.5.1 |
1989 | 2025-01-27T08:53:56.625Z | Compiling float-cmp v0.10.0 |
1990 | 2025-01-27T08:53:56.793Z | Compiling bstr v1.11.3 |
1991 | 2025-01-27T08:53:57.003Z | Compiling number_prefix v0.4.0 |
1992 | 2025-01-27T08:53:57.144Z | Compiling bit-vec v0.8.0 |
1993 | 2025-01-27T08:53:57.227Z | Compiling precomputed-hash v0.1.1 |
1994 | 2025-01-27T08:53:57.365Z | Compiling difflib v0.4.0 |
1995 | 2025-01-27T08:53:57.600Z | Compiling new_debug_unreachable v1.0.6 |
1996 | 2025-01-27T08:53:57.711Z | Compiling predicates-core v1.0.9 |
1997 | 2025-01-27T08:53:58.016Z | Compiling whoami v1.5.2 |
1998 | 2025-01-27T08:53:58.251Z | Compiling static_assertions v1.1.0 |
1999 | 2025-01-27T08:53:58.369Z | Compiling normalize-line-endings v0.3.0 |
2000 | 2025-01-27T08:53:58.487Z | Compiling fixedbitset v0.4.2 |
2001 | 2025-01-27T08:53:58.525Z | Compiling unicode-segmentation v1.12.0 |
2002 | 2025-01-27T08:53:58.560Z | Compiling predicates v3.1.3 |
2003 | 2025-01-27T08:53:58.868Z | Compiling petgraph v0.6.5 |
2004 | 2025-01-27T08:53:59.372Z | Compiling similar v2.7.0 |
2005 | 2025-01-27T08:53:59.866Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2006 | 2025-01-27T08:54:00.012Z | Compiling tokio-postgres v0.7.12 |
2007 | 2025-01-27T08:54:01.880Z | Compiling string_cache v0.8.7 |
2008 | 2025-01-27T08:54:02.286Z | Compiling reqwest v0.12.12 |
2009 | 2025-01-27T08:54:02.325Z | Compiling bit-set v0.8.0 |
2010 | 2025-01-27T08:54:02.622Z | Compiling indicatif v0.17.9 |
2011 | 2025-01-27T08:54:03.321Z | Compiling qorb v0.2.1 |
2012 | 2025-01-27T08:54:04.746Z | Compiling rsa v0.9.7 |
2013 | 2025-01-27T08:54:04.762Z | Compiling ecdsa v0.16.9 |
2014 | 2025-01-27T08:54:05.852Z | Compiling ed25519-dalek v2.1.1 |
2015 | 2025-01-27T08:54:06.099Z | Compiling typify-macro v0.2.0 |
2016 | 2025-01-27T08:54:06.209Z | Compiling zip v0.6.6 |
2017 | 2025-01-27T08:54:06.591Z | Compiling crossterm v0.28.1 |
2018 | 2025-01-27T08:54:07.423Z | Compiling clap v4.5.27 |
2019 | 2025-01-27T08:54:08.559Z | Compiling toml v0.7.8 |
2020 | 2025-01-27T08:54:09.443Z | Compiling x509-cert v0.2.5 |
2021 | 2025-01-27T08:54:09.938Z | Compiling hex v0.4.3 |
2022 | 2025-01-27T08:54:10.734Z | Compiling itertools v0.10.5 |
2023 | 2025-01-27T08:54:11.383Z | Compiling unicode-xid v0.2.6 |
2024 | 2025-01-27T08:54:11.489Z | Compiling zerocopy v0.8.14 |
2025 | 2025-01-27T08:54:11.580Z | Compiling peg-runtime v0.8.3 |
2026 | 2025-01-27T08:54:12.099Z | Compiling lalrpop-util v0.19.12 |
2027 | 2025-01-27T08:54:15.782Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2028 | 2025-01-27T08:54:18.161Z | Compiling proc-macro-crate v1.3.1 |
2029 | 2025-01-27T08:54:19.085Z | Compiling macaddr v1.0.1 |
2030 | 2025-01-27T08:54:19.380Z | Compiling zerocopy-derive v0.8.14 |
2031 | 2025-01-27T08:54:19.576Z | Compiling itertools v0.13.0 |
2032 | 2025-01-27T08:54:20.880Z | Compiling heapless v0.8.0 |
2033 | 2025-01-27T08:54:22.491Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2034 | 2025-01-27T08:54:28.738Z | Compiling num_enum_derive v0.5.11 |
2035 | 2025-01-27T08:54:33.654Z | Compiling hash32 v0.3.1 |
2036 | 2025-01-27T08:54:35.367Z | Compiling smoltcp v0.11.0 |
2037 | 2025-01-27T08:54:36.780Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2038 | 2025-01-27T08:54:41.637Z | Compiling num_enum v0.5.11 |
2039 | 2025-01-27T08:54:42.322Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2040 | 2025-01-27T08:54:42.487Z | Compiling typify v0.2.0 |
2041 | 2025-01-27T08:54:42.634Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2042 | 2025-01-27T08:54:44.558Z | Compiling proc-macro-error-attr v1.0.4 |
2043 | 2025-01-27T08:54:44.855Z | Compiling cobs v0.2.3 |
2044 | 2025-01-27T08:54:45.090Z | Compiling unsafe-libyaml v0.2.11 |
2045 | 2025-01-27T08:54:46.632Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2046 | 2025-01-27T08:54:46.774Z | Compiling serde_yaml v0.9.34+deprecated |
2047 | 2025-01-27T08:54:47.230Z | Compiling postcard v1.1.1 |
2048 | 2025-01-27T08:54:57.948Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2049 | 2025-01-27T08:55:01.187Z | Compiling progenitor-impl v0.8.0 |
2050 | 2025-01-27T08:55:12.040Z | Compiling strum_macros v0.26.4 |
2051 | 2025-01-27T08:55:12.869Z | Compiling structmeta-derive v0.3.0 |
2052 | 2025-01-27T08:55:12.892Z | Compiling foreign-types-macros v0.2.3 |
2053 | 2025-01-27T08:55:13.755Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2054 | 2025-01-27T08:55:14.076Z | Compiling proc-macro-error v1.0.4 |
2055 | 2025-01-27T08:55:15.193Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2056 | 2025-01-27T08:55:15.354Z | Compiling foreign-types-shared v0.3.1 |
2057 | 2025-01-27T08:55:16.065Z | Compiling foreign-types v0.5.0 |
2058 | 2025-01-27T08:55:16.193Z | Compiling strum v0.26.3 |
2059 | 2025-01-27T08:55:16.930Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2060 | 2025-01-27T08:55:19.562Z | Compiling structmeta v0.3.0 |
2061 | 2025-01-27T08:55:24.518Z | Compiling progenitor-macro v0.8.0 |
2062 | 2025-01-27T08:55:28.213Z | Compiling progenitor-client v0.8.0 |
2063 | 2025-01-27T08:55:29.044Z | Compiling tabwriter v1.4.1 |
2064 | 2025-01-27T08:55:32.509Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2065 | 2025-01-27T08:55:33.590Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2066 | 2025-01-27T08:55:33.709Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2067 | 2025-01-27T08:55:33.767Z | Compiling cstr-argument v0.1.2 |
2068 | 2025-01-27T08:55:34.043Z | Compiling dropshot v0.15.1 |
2069 | 2025-01-27T08:55:34.335Z | Compiling fastrand v2.3.0 |
2070 | 2025-01-27T08:55:34.355Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2071 | 2025-01-27T08:55:34.513Z | Compiling pretty-hex v0.2.1 |
2072 | 2025-01-27T08:55:34.671Z | Compiling crucible-workspace-hack v0.1.0 |
2073 | 2025-01-27T08:55:35.024Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2074 | 2025-01-27T08:55:35.331Z | Compiling tempfile v3.15.0 |
2075 | 2025-01-27T08:55:35.356Z | Compiling progenitor v0.8.0 |
2076 | 2025-01-27T08:55:35.659Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2077 | 2025-01-27T08:55:35.678Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2078 | 2025-01-27T08:55:35.872Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2079 | 2025-01-27T08:55:36.520Z | Compiling parse-display-derive v0.10.0 |
2080 | 2025-01-27T08:55:36.901Z | Compiling hashbrown v0.14.5 |
2081 | 2025-01-27T08:55:36.975Z | Compiling colored v2.2.0 |
2082 | 2025-01-27T08:55:37.634Z | Compiling serde_with_macros v3.12.0 |
2083 | 2025-01-27T08:55:38.319Z | Compiling dropshot_endpoint v0.15.1 |
2084 | 2025-01-27T08:55:38.388Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2085 | 2025-01-27T08:55:39.138Z | Compiling instant v0.1.13 |
2086 | 2025-01-27T08:55:39.324Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2087 | 2025-01-27T08:55:39.733Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2088 | 2025-01-27T08:55:40.085Z | Compiling serde_with v3.12.0 |
2089 | 2025-01-27T08:55:40.124Z | Compiling parse-display v0.10.0 |
2090 | 2025-01-27T08:55:40.672Z | Compiling backoff v0.4.0 |
2091 | 2025-01-27T08:55:41.037Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2092 | 2025-01-27T08:55:41.266Z | Compiling regress v0.9.1 |
2093 | 2025-01-27T08:55:42.608Z | Compiling zone_cfg_derive v0.3.0 |
2094 | 2025-01-27T08:55:43.047Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2095 | 2025-01-27T08:55:43.732Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2096 | 2025-01-27T08:55:43.878Z | Compiling camino-tempfile v1.1.1 |
2097 | 2025-01-27T08:55:44.203Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2098 | 2025-01-27T08:55:44.589Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2099 | 2025-01-27T08:55:44.682Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2100 | 2025-01-27T08:55:44.883Z | Compiling progenitor-client v0.9.1 |
2101 | 2025-01-27T08:55:45.019Z | Compiling num-derive v0.4.2 |
2102 | 2025-01-27T08:55:45.810Z | Compiling sigpipe v0.1.3 |
2103 | 2025-01-27T08:55:45.957Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2104 | 2025-01-27T08:55:46.260Z | Compiling libefi-sys v0.1.0 |
2105 | 2025-01-27T08:55:46.617Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2106 | 2025-01-27T08:55:47.270Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2107 | 2025-01-27T08:55:48.783Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2108 | 2025-01-27T08:55:49.344Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2109 | 2025-01-27T08:55:49.685Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2110 | 2025-01-27T08:55:49.852Z | Compiling zone v0.3.0 |
2111 | 2025-01-27T08:55:53.145Z | Compiling smf v0.2.3 |
2112 | 2025-01-27T08:55:53.423Z | Compiling bitfield-struct v0.6.2 |
2113 | 2025-01-27T08:55:53.921Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
2114 | 2025-01-27T08:55:54.350Z | Compiling blake3 v1.5.5 |
2115 | 2025-01-27T08:55:54.767Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2116 | 2025-01-27T08:55:55.485Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2117 | 2025-01-27T08:55:55.611Z | Compiling xattr v1.4.0 |
2118 | 2025-01-27T08:55:55.646Z | Compiling filetime v0.2.25 |
2119 | 2025-01-27T08:55:55.702Z | Compiling memmap2 v0.9.5 |
2120 | 2025-01-27T08:55:55.924Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2121 | 2025-01-27T08:55:56.005Z | Compiling constant_time_eq v0.3.1 |
2122 | 2025-01-27T08:55:56.064Z | Compiling arrayref v0.3.9 |
2123 | 2025-01-27T08:55:56.190Z | Compiling arrayvec v0.7.6 |
2124 | 2025-01-27T08:55:56.208Z | Compiling same-file v1.0.6 |
2125 | 2025-01-27T08:55:56.267Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2126 | 2025-01-27T08:55:56.496Z | Compiling walkdir v2.5.0 |
2127 | 2025-01-27T08:55:56.557Z | Compiling tar v0.4.43 |
2128 | 2025-01-27T08:55:58.115Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2129 | 2025-01-27T08:55:58.536Z | Compiling gethostname v0.5.0 |
2130 | 2025-01-27T08:55:58.759Z | Compiling cargo-platform v0.1.9 |
2131 | 2025-01-27T08:55:58.844Z | Compiling topological-sort v0.2.2 |
2132 | 2025-01-27T08:55:59.140Z | Compiling omicron-zone-package v0.12.0 |
2133 | 2025-01-27T08:55:59.259Z | Compiling cargo_metadata v0.18.1 |
2134 | 2025-01-27T08:55:59.875Z | Compiling indent_write v2.2.0 |
2135 | 2025-01-27T08:56:00.125Z | Compiling shell-words v1.1.0 |
2136 | 2025-01-27T08:56:06.517Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2137 | 2025-01-27T08:56:07.394Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2138 | 2025-01-27T08:56:15.366Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2139 | 2025-01-27T08:56:29.754Z | Finished `release` profile [optimized] target(s) in 5m 13s |
2140 | 2025-01-27T08:56:29.922Z | Running `target/release/omicron-package -t test target create -p dev` |
2141 | 2025-01-27T08:56:29.972Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2142 | 2025-01-27T08:56:29.975Z | Created new build target 'test' and set it as active |
2143 | 2025-01-27T08:56:29.975Z | |
2144 | 2025-01-27T08:56:29.975Z | real 5:13.849920114 |
2145 | 2025-01-27T08:56:29.975Z | user 36:36.325519050 |
2146 | 2025-01-27T08:56:29.975Z | sys 3:21.573183411 |
2147 | 2025-01-27T08:56:29.975Z | trap 1.137715881 |
2148 | 2025-01-27T08:56:29.975Z | tflt 2.818579437 |
2149 | 2025-01-27T08:56:29.975Z | dflt 0.498508158 |
2150 | 2025-01-27T08:56:29.975Z | kflt 0.017236456 |
2151 | 2025-01-27T08:56:29.975Z | lock 1:13:15.380989029 |
2152 | 2025-01-27T08:56:29.975Z | slp 2:27:37.056923744 |
2153 | 2025-01-27T08:56:29.975Z | lat 2:42.799766968 |
2154 | 2025-01-27T08:56:29.975Z | stop 4:40.864568341 |
2155 | 2025-01-27T08:56:29.978Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2156 | 2025-01-27T08:56:30.929Z | Finished `release` profile [optimized] target(s) in 0.90s |
2157 | 2025-01-27T08:56:30.988Z | Running `target/release/omicron-package -t test package` |
2158 | 2025-01-27T08:56:31.035Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2159 | 2025-01-27T08:56:32.179Z | Compiling typify-impl v0.3.0 |
2160 | 2025-01-27T08:56:32.327Z | Compiling convert_case v0.4.0 |
2161 | 2025-01-27T08:56:32.327Z | Compiling unicode-width v0.1.14 |
2162 | 2025-01-27T08:56:32.330Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2163 | 2025-01-27T08:56:32.330Z | Compiling newline-converter v0.3.0 |
2164 | 2025-01-27T08:56:32.330Z | Compiling password-hash v0.5.0 |
2165 | 2025-01-27T08:56:32.330Z | Compiling blake2 v0.10.6 |
2166 | 2025-01-27T08:56:32.596Z | Compiling expectorate v1.1.0 |
2167 | 2025-01-27T08:56:32.672Z | Compiling base64 v0.21.7 |
2168 | 2025-01-27T08:56:32.884Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2169 | 2025-01-27T08:56:33.005Z | Compiling derive_more v0.99.18 |
2170 | 2025-01-27T08:56:33.029Z | Compiling argon2 v0.5.3 |
2171 | 2025-01-27T08:56:33.540Z | Compiling atomicwrites v0.4.4 |
2172 | 2025-01-27T08:56:33.574Z | Compiling cancel-safe-futures v0.1.5 |
2173 | 2025-01-27T08:56:33.826Z | Compiling owo-colors v4.1.0 |
2174 | 2025-01-27T08:56:33.956Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2175 | 2025-01-27T08:56:34.050Z | Compiling num-rational v0.4.2 |
2176 | 2025-01-27T08:56:34.161Z | Compiling progenitor-client v0.9.1 |
2177 | 2025-01-27T08:56:34.516Z | Compiling libsw-core v0.3.1 |
2178 | 2025-01-27T08:56:34.536Z | Compiling num-complex v0.4.6 |
2179 | 2025-01-27T08:56:34.802Z | Compiling libsw v3.4.0 |
2180 | 2025-01-27T08:56:35.318Z | Compiling linear-map v1.2.0 |
2181 | 2025-01-27T08:56:35.705Z | Compiling num v0.4.3 |
2182 | 2025-01-27T08:56:35.747Z | Compiling swrite v0.1.0 |
2183 | 2025-01-27T08:56:35.784Z | Compiling float-ord v0.3.2 |
2184 | 2025-01-27T08:56:35.820Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2185 | 2025-01-27T08:56:35.899Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2186 | 2025-01-27T08:56:35.966Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2187 | 2025-01-27T08:56:36.436Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2188 | 2025-01-27T08:56:37.050Z | Compiling highway v1.3.0 |
2189 | 2025-01-27T08:56:38.653Z | Compiling semver v0.1.20 |
2190 | 2025-01-27T08:56:38.876Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2191 | 2025-01-27T08:56:39.186Z | Compiling rustc_version v0.1.7 |
2192 | 2025-01-27T08:56:39.619Z | Compiling newtype_derive v0.1.6 |
2193 | 2025-01-27T08:56:39.964Z | Compiling tungstenite v0.21.0 |
2194 | 2025-01-27T08:56:42.788Z | Compiling typify-macro v0.3.0 |
2195 | 2025-01-27T08:56:43.448Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2196 | 2025-01-27T08:56:44.180Z | Compiling ipnetwork v0.20.0 |
2197 | 2025-01-27T08:56:44.915Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2198 | 2025-01-27T08:56:44.935Z | Compiling tokio-tungstenite v0.21.0 |
2199 | 2025-01-27T08:56:45.028Z | Compiling progenitor-client v0.8.0 |
2200 | 2025-01-27T08:56:45.462Z | Compiling humantime v2.1.0 |
2201 | 2025-01-27T08:56:45.541Z | Compiling progenitor v0.8.0 |
2202 | 2025-01-27T08:56:45.560Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2203 | 2025-01-27T08:56:45.901Z | Compiling dropshot v0.15.1 |
2204 | 2025-01-27T08:56:45.979Z | Compiling hashbrown v0.14.5 |
2205 | 2025-01-27T08:56:46.184Z | Compiling typify v0.3.0 |
2206 | 2025-01-27T08:56:46.365Z | Compiling progenitor-impl v0.9.1 |
2207 | 2025-01-27T08:56:46.448Z | Compiling instant v0.1.13 |
2208 | 2025-01-27T08:56:46.612Z | Compiling backoff v0.4.0 |
2209 | 2025-01-27T08:56:46.955Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2210 | 2025-01-27T08:56:47.211Z | Compiling regress v0.9.1 |
2211 | 2025-01-27T08:56:51.763Z | Compiling steno v0.4.1 |
2212 | 2025-01-27T08:56:52.398Z | Compiling progenitor-macro v0.9.1 |
2213 | 2025-01-27T08:56:53.868Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2214 | 2025-01-27T08:56:55.778Z | Compiling parse-display v0.10.0 |
2215 | 2025-01-27T08:56:56.282Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2216 | 2025-01-27T08:56:56.489Z | Compiling strum v0.26.3 |
2217 | 2025-01-27T08:56:56.695Z | Compiling serde_with v3.12.0 |
2218 | 2025-01-27T08:56:57.840Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2219 | 2025-01-27T08:57:00.474Z | Compiling macaddr v1.0.1 |
2220 | 2025-01-27T08:57:00.639Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2221 | 2025-01-27T08:57:00.880Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2222 | 2025-01-27T08:57:00.900Z | Compiling slog-dtrace v0.3.0 |
2223 | 2025-01-27T08:57:01.264Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2224 | 2025-01-27T08:57:01.299Z | Compiling prettyplease v0.2.29 |
2225 | 2025-01-27T08:57:03.262Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2226 | 2025-01-27T08:57:03.417Z | Compiling progenitor v0.9.1 |
2227 | 2025-01-27T08:57:03.644Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2228 | 2025-01-27T08:57:07.097Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2229 | 2025-01-27T08:57:13.166Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2230 | 2025-01-27T08:57:17.757Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2231 | 2025-01-27T08:57:17.924Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2232 | 2025-01-27T08:57:18.976Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2233 | 2025-01-27T08:57:20.970Z | Compiling half v2.4.1 |
2234 | 2025-01-27T08:57:23.850Z | Compiling ciborium-io v0.2.2 |
2235 | 2025-01-27T08:57:24.015Z | Compiling ciborium-ll v0.2.2 |
2236 | 2025-01-27T08:57:24.095Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2237 | 2025-01-27T08:57:24.219Z | Compiling display-error-chain v0.2.2 |
2238 | 2025-01-27T08:57:24.446Z | Compiling ciborium v0.2.2 |
2239 | 2025-01-27T08:57:24.536Z | Compiling fastrand v2.3.0 |
2240 | 2025-01-27T08:57:24.809Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2241 | 2025-01-27T08:57:25.011Z | Compiling same-file v1.0.6 |
2242 | 2025-01-27T08:57:25.264Z | Compiling walkdir v2.5.0 |
2243 | 2025-01-27T08:57:25.881Z | Compiling tempfile v3.15.0 |
2244 | 2025-01-27T08:57:26.364Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2245 | 2025-01-27T08:57:26.635Z | Compiling blake3 v1.5.5 |
2246 | 2025-01-27T08:57:27.170Z | Compiling const_format_proc_macros v0.2.34 |
2247 | 2025-01-27T08:57:28.921Z | Compiling xattr v1.4.0 |
2248 | 2025-01-27T08:57:29.211Z | Compiling memmap2 v0.9.5 |
2249 | 2025-01-27T08:57:29.619Z | Compiling filetime v0.2.25 |
2250 | 2025-01-27T08:57:29.741Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2251 | 2025-01-27T08:57:29.925Z | Compiling constant_time_eq v0.3.1 |
2252 | 2025-01-27T08:57:30.025Z | Compiling keccak v0.1.5 |
2253 | 2025-01-27T08:57:30.099Z | Compiling crunchy v0.2.3 |
2254 | 2025-01-27T08:57:30.144Z | Compiling arrayvec v0.7.6 |
2255 | 2025-01-27T08:57:30.522Z | Compiling maplit v1.0.2 |
2256 | 2025-01-27T08:57:30.540Z | Compiling arrayref v0.3.9 |
2257 | 2025-01-27T08:57:30.706Z | Compiling sha3 v0.10.8 |
2258 | 2025-01-27T08:57:31.120Z | Compiling tar v0.4.43 |
2259 | 2025-01-27T08:57:31.563Z | Compiling const_format v0.2.34 |
2260 | 2025-01-27T08:57:31.653Z | Compiling camino-tempfile v1.1.1 |
2261 | 2025-01-27T08:57:31.691Z | Compiling toolchain_find v0.4.0 |
2262 | 2025-01-27T08:57:32.124Z | Compiling tiny-keccak v2.0.2 |
2263 | 2025-01-27T08:57:32.273Z | Compiling topological-sort v0.2.2 |
2264 | 2025-01-27T08:57:32.437Z | Compiling radium v0.7.0 |
2265 | 2025-01-27T08:57:32.511Z | Compiling omicron-zone-package v0.12.0 |
2266 | 2025-01-27T08:57:32.824Z | Compiling rustfmt-wrapper v0.2.1 |
2267 | 2025-01-27T08:57:33.051Z | Compiling dsl_auto_type v0.1.2 |
2268 | 2025-01-27T08:57:33.204Z | Compiling scheduled-thread-pool v0.2.7 |
2269 | 2025-01-27T08:57:33.396Z | Compiling diesel_table_macro_syntax v0.2.0 |
2270 | 2025-01-27T08:57:33.802Z | Compiling bit-vec v0.6.3 |
2271 | 2025-01-27T08:57:34.223Z | Compiling tap v1.0.1 |
2272 | 2025-01-27T08:57:34.283Z | Compiling maybe-uninit v2.0.0 |
2273 | 2025-01-27T08:57:34.429Z | Compiling wyz v0.5.1 |
2274 | 2025-01-27T08:57:34.607Z | Compiling diesel_derives v2.2.3 |
2275 | 2025-01-27T08:57:34.828Z | Compiling bit-set v0.5.3 |
2276 | 2025-01-27T08:57:34.886Z | Compiling r2d2 v0.8.10 |
2277 | 2025-01-27T08:57:35.565Z | Compiling phf_generator v0.11.3 |
2278 | 2025-01-27T08:57:35.855Z | Compiling ascii-canvas v3.0.0 |
2279 | 2025-01-27T08:57:35.948Z | Compiling secrecy v0.8.0 |
2280 | 2025-01-27T08:57:36.132Z | Compiling async-recursion v1.1.1 |
2281 | 2025-01-27T08:57:36.221Z | Compiling ena v0.14.3 |
2282 | 2025-01-27T08:57:36.298Z | Compiling regex-syntax v0.6.29 |
2283 | 2025-01-27T08:57:36.628Z | Compiling packed_struct v0.10.1 |
2284 | 2025-01-27T08:57:37.054Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2285 | 2025-01-27T08:57:37.386Z | Compiling funty v2.0.0 |
2286 | 2025-01-27T08:57:37.479Z | Compiling diff v0.1.13 |
2287 | 2025-01-27T08:57:37.596Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2288 | 2025-01-27T08:57:37.634Z | Compiling arc-swap v1.7.1 |
2289 | 2025-01-27T08:57:37.942Z | Compiling crc-catalog v2.4.0 |
2290 | 2025-01-27T08:57:38.123Z | Compiling crc v3.2.1 |
2291 | 2025-01-27T08:57:38.254Z | Compiling slog-scope v4.4.0 |
2292 | 2025-01-27T08:57:39.103Z | Compiling bitvec v1.0.1 |
2293 | 2025-01-27T08:57:40.167Z | Compiling lalrpop v0.19.12 |
2294 | 2025-01-27T08:57:40.249Z | Compiling phf_codegen v0.11.3 |
2295 | 2025-01-27T08:57:40.608Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2296 | 2025-01-27T08:57:41.192Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2297 | 2025-01-27T08:57:42.226Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2298 | 2025-01-27T08:57:42.470Z | Compiling universal-hash v0.5.1 |
2299 | 2025-01-27T08:57:42.735Z | Compiling thiserror-impl-no-std v2.0.2 |
2300 | 2025-01-27T08:57:43.505Z | Compiling packed_struct_codegen v0.10.1 |
2301 | 2025-01-27T08:57:45.201Z | Compiling parse-zoneinfo v0.3.1 |
2302 | 2025-01-27T08:57:45.312Z | Compiling diesel v2.2.6 |
2303 | 2025-01-27T08:57:45.705Z | Compiling indexmap v1.9.3 |
2304 | 2025-01-27T08:57:46.015Z | Compiling nodrop v0.1.14 |
2305 | 2025-01-27T08:57:46.178Z | Compiling opaque-debug v0.3.1 |
2306 | 2025-01-27T08:57:46.308Z | Compiling ref-cast v1.0.23 |
2307 | 2025-01-27T08:57:46.630Z | Compiling poly1305 v0.8.0 |
2308 | 2025-01-27T08:57:46.868Z | Compiling array-init v0.0.4 |
2309 | 2025-01-27T08:57:48.020Z | Compiling chrono-tz-build v0.4.0 |
2310 | 2025-01-27T08:57:48.894Z | Compiling thiserror-no-std v2.0.2 |
2311 | 2025-01-27T08:57:49.051Z | Compiling smallvec v0.6.14 |
2312 | 2025-01-27T08:57:50.032Z | Compiling slog-stdlog v4.1.1 |
2313 | 2025-01-27T08:57:50.787Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2314 | 2025-01-27T08:57:51.096Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2315 | 2025-01-27T08:57:51.411Z | Compiling derive_builder_core v0.20.2 |
2316 | 2025-01-27T08:57:52.163Z | Compiling chacha20 v0.9.1 |
2317 | 2025-01-27T08:57:52.687Z | Compiling headers-core v0.3.0 |
2318 | 2025-01-27T08:57:52.891Z | Compiling aead v0.5.2 |
2319 | 2025-01-27T08:57:53.256Z | Compiling libxml v0.3.3 |
2320 | 2025-01-27T08:57:53.444Z | Compiling ref-cast-impl v1.0.23 |
2321 | 2025-01-27T08:57:53.644Z | Compiling hashbrown v0.12.3 |
2322 | 2025-01-27T08:57:54.573Z | Compiling bitfield v0.14.0 |
2323 | 2025-01-27T08:57:54.844Z | Compiling termcolor v1.4.1 |
2324 | 2025-01-27T08:57:54.881Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2325 | 2025-01-27T08:57:55.840Z | Compiling env_logger v0.10.2 |
2326 | 2025-01-27T08:58:00.209Z | Compiling derive_builder_macro v0.20.2 |
2327 | 2025-01-27T08:58:01.030Z | Compiling chacha20poly1305 v0.10.1 |
2328 | 2025-01-27T08:58:01.292Z | Compiling headers v0.4.0 |
2329 | 2025-01-27T08:58:03.000Z | Compiling polar-core v0.27.3 |
2330 | 2025-01-27T08:58:04.869Z | Compiling slog-envlogger v2.2.0 |
2331 | 2025-01-27T08:58:06.557Z | Compiling serde-hex v0.1.0 |
2332 | 2025-01-27T08:58:07.612Z | Compiling vsss-rs v3.3.4 |
2333 | 2025-01-27T08:58:11.423Z | Compiling chrono-tz v0.10.1 |
2334 | 2025-01-27T08:58:11.557Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2335 | 2025-01-27T08:58:12.071Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2336 | 2025-01-27T08:58:12.418Z | Compiling ron v0.8.1 |
2337 | 2025-01-27T08:58:14.413Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2338 | 2025-01-27T08:58:14.735Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2339 | 2025-01-27T08:58:15.866Z | Compiling hashbrown v0.13.2 |
2340 | 2025-01-27T08:58:17.241Z | Compiling strum_macros v0.24.3 |
2341 | 2025-01-27T08:58:17.902Z | Compiling fxhash v0.2.1 |
2342 | 2025-01-27T08:58:18.152Z | Compiling samael v0.0.17 |
2343 | 2025-01-27T08:58:19.188Z | Compiling vte v0.14.1 |
2344 | 2025-01-27T08:58:19.560Z | Compiling zip v2.1.3 |
2345 | 2025-01-27T08:58:19.756Z | Compiling lockfree-object-pool v0.1.6 |
2346 | 2025-01-27T08:58:19.878Z | Compiling crc-any v2.5.0 |
2347 | 2025-01-27T08:58:20.096Z | Compiling indoc v1.0.9 |
2348 | 2025-01-27T08:58:20.267Z | Compiling bumpalo v3.16.0 |
2349 | 2025-01-27T08:58:20.836Z | Compiling simd-adler32 v0.3.7 |
2350 | 2025-01-27T08:58:20.885Z | Compiling bytecount v0.6.8 |
2351 | 2025-01-27T08:58:21.232Z | Compiling zopfli v0.8.1 |
2352 | 2025-01-27T08:58:22.129Z | Compiling papergrid v0.11.0 |
2353 | 2025-01-27T08:58:22.150Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2354 | 2025-01-27T08:58:29.254Z | Compiling strip-ansi-escapes v0.2.1 |
2355 | 2025-01-27T08:58:30.527Z | Compiling object v0.30.4 |
2356 | 2025-01-27T08:58:31.081Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2357 | 2025-01-27T08:58:34.704Z | Compiling derive_builder v0.20.2 |
2358 | 2025-01-27T08:58:35.323Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2359 | 2025-01-27T08:58:35.648Z | Compiling tabled_derive v0.7.0 |
2360 | 2025-01-27T08:58:36.862Z | Compiling fd-lock v4.0.2 |
2361 | 2025-01-27T08:58:37.107Z | Compiling peg-macros v0.8.4 |
2362 | 2025-01-27T08:58:37.753Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2363 | 2025-01-27T08:58:38.646Z | Compiling kstat-rs v0.2.4 |
2364 | 2025-01-27T08:58:39.317Z | Compiling oso-derive v0.27.3 |
2365 | 2025-01-27T08:58:39.539Z | Compiling quick-xml v0.33.0 |
2366 | 2025-01-27T08:58:40.263Z | Compiling impl-trait-for-tuples v0.2.3 |
2367 | 2025-01-27T08:58:40.284Z | Compiling diesel-dtrace v0.4.2 |
2368 | 2025-01-27T08:58:40.623Z | Compiling path-slash v0.1.5 |
2369 | 2025-01-27T08:58:40.964Z | Compiling nu-ansi-term v0.50.1 |
2370 | 2025-01-27T08:58:42.264Z | Compiling reedline v0.35.0 |
2371 | 2025-01-27T08:58:42.665Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2372 | 2025-01-27T08:58:43.837Z | Compiling oso v0.27.3 |
2373 | 2025-01-27T08:58:48.701Z | Compiling peg v0.8.4 |
2374 | 2025-01-27T08:58:48.839Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2375 | 2025-01-27T08:58:50.202Z | Compiling tabled v0.15.0 |
2376 | 2025-01-27T08:58:57.933Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2377 | 2025-01-27T08:59:08.954Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2378 | 2025-01-27T08:59:09.537Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2379 | 2025-01-27T08:59:09.827Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2380 | 2025-01-27T08:59:10.990Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2381 | 2025-01-27T08:59:11.316Z | Compiling pem v3.0.4 |
2382 | 2025-01-27T08:59:12.807Z | Compiling bb8 v0.8.6 |
2383 | 2025-01-27T08:59:13.394Z | Compiling bcs v0.1.6 |
2384 | 2025-01-27T08:59:14.253Z | Compiling libz-sys v1.1.21 |
2385 | 2025-01-27T08:59:14.363Z | Compiling termtree v0.5.1 |
2386 | 2025-01-27T08:59:14.693Z | Compiling parking_lot_core v0.8.6 |
2387 | 2025-01-27T08:59:14.942Z | Compiling unicase v2.8.1 |
2388 | 2025-01-27T08:59:15.351Z | Compiling mime_guess v2.0.5 |
2389 | 2025-01-27T08:59:16.387Z | Compiling async-bb8-diesel v0.2.1 |
2390 | 2025-01-27T08:59:17.703Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2391 | 2025-01-27T08:59:20.384Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2392 | 2025-01-27T08:59:20.905Z | Compiling buf-list v1.0.3 |
2393 | 2025-01-27T08:59:22.404Z | Compiling nibble_vec v0.1.0 |
2394 | 2025-01-27T08:59:22.679Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2395 | 2025-01-27T08:59:23.436Z | Compiling pin-project-internal v1.1.8 |
2396 | 2025-01-27T08:59:25.389Z | Compiling atty v0.2.14 |
2397 | 2025-01-27T08:59:25.581Z | Compiling endian-type v0.1.2 |
2398 | 2025-01-27T08:59:25.854Z | Compiling http-range v0.1.5 |
2399 | 2025-01-27T08:59:26.016Z | Compiling salty v0.3.0 |
2400 | 2025-01-27T08:59:26.482Z | Compiling pin-project v1.1.8 |
2401 | 2025-01-27T08:59:26.660Z | Compiling radix_trie v0.2.1 |
2402 | 2025-01-27T08:59:28.806Z | Compiling parking_lot v0.11.2 |
2403 | 2025-01-27T08:59:31.870Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2404 | 2025-01-27T08:59:33.791Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2405 | 2025-01-27T08:59:35.899Z | Compiling snafu-derive v0.8.5 |
2406 | 2025-01-27T08:59:36.518Z | Compiling sled v0.34.7 |
2407 | 2025-01-27T08:59:39.820Z | Compiling hyper-staticfile v0.10.1 |
2408 | 2025-01-27T08:59:39.992Z | Compiling snafu v0.8.5 |
2409 | 2025-01-27T08:59:41.053Z | Compiling hickory-client v0.24.2 |
2410 | 2025-01-27T08:59:46.612Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2411 | 2025-01-27T08:59:47.777Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2412 | 2025-01-27T08:59:49.897Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2413 | 2025-01-27T09:00:09.135Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2414 | 2025-01-27T09:00:10.557Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2415 | 2025-01-27T09:00:11.648Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2416 | 2025-01-27T09:00:12.324Z | Compiling hickory-server v0.24.2 |
2417 | 2025-01-27T09:00:13.084Z | Compiling globset v0.4.15 |
2418 | 2025-01-27T09:00:16.406Z | Compiling primeorder v0.13.6 |
2419 | 2025-01-27T09:00:16.985Z | Compiling olpc-cjson v0.1.4 |
2420 | 2025-01-27T09:00:17.303Z | Compiling vergen v8.3.2 |
2421 | 2025-01-27T09:00:17.637Z | Compiling castaway v0.2.3 |
2422 | 2025-01-27T09:00:17.640Z | Compiling env_filter v0.1.3 |
2423 | 2025-01-27T09:00:17.839Z | Compiling cargo-platform v0.1.9 |
2424 | 2025-01-27T09:00:17.996Z | Compiling serde_plain v1.0.2 |
2425 | 2025-01-27T09:00:18.315Z | Compiling nanorand v0.7.0 |
2426 | 2025-01-27T09:00:18.564Z | Compiling memoffset v0.9.1 |
2427 | 2025-01-27T09:00:18.928Z | Compiling indoc v2.0.5 |
2428 | 2025-01-27T09:00:18.976Z | Compiling typed-path v0.9.3 |
2429 | 2025-01-27T09:00:19.278Z | Compiling flume v0.11.1 |
2430 | 2025-01-27T09:00:19.771Z | Compiling instability v0.3.7 |
2431 | 2025-01-27T09:00:20.039Z | Compiling cargo_metadata v0.18.1 |
2432 | 2025-01-27T09:00:20.424Z | Compiling env_logger v0.11.6 |
2433 | 2025-01-27T09:00:21.164Z | Compiling git2 v0.19.0 |
2434 | 2025-01-27T09:00:21.874Z | Compiling tough v0.19.0 |
2435 | 2025-01-27T09:00:23.005Z | Compiling compact_str v0.8.1 |
2436 | 2025-01-27T09:00:23.545Z | Compiling p384 v0.13.0 |
2437 | 2025-01-27T09:00:25.593Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2438 | 2025-01-27T09:00:25.826Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2439 | 2025-01-27T09:00:29.118Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2440 | 2025-01-27T09:00:29.305Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2441 | 2025-01-27T09:00:30.509Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2442 | 2025-01-27T09:00:30.528Z | Compiling unicode-truncate v1.1.0 |
2443 | 2025-01-27T09:00:30.846Z | Compiling lru v0.12.5 |
2444 | 2025-01-27T09:00:31.210Z | Compiling rand_seeder v0.3.0 |
2445 | 2025-01-27T09:00:31.638Z | Compiling libsqlite3-sys v0.30.1 |
2446 | 2025-01-27T09:00:32.228Z | Compiling lzma-sys v0.1.20 |
2447 | 2025-01-27T09:00:32.946Z | Compiling rustls v0.21.12 |
2448 | 2025-01-27T09:00:33.274Z | Compiling cassowary v0.3.0 |
2449 | 2025-01-27T09:00:34.656Z | Compiling cfg_aliases v0.2.1 |
2450 | 2025-01-27T09:00:34.791Z | Compiling parse-size v1.1.0 |
2451 | 2025-01-27T09:00:35.135Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2452 | 2025-01-27T09:00:35.526Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2453 | 2025-01-27T09:00:36.381Z | Compiling nix v0.29.0 |
2454 | 2025-01-27T09:00:36.804Z | Compiling ratatui v0.28.1 |
2455 | 2025-01-27T09:00:37.290Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2456 | 2025-01-27T09:00:37.317Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2457 | 2025-01-27T09:00:39.142Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2458 | 2025-01-27T09:00:40.237Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2459 | 2025-01-27T09:00:40.991Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2460 | 2025-01-27T09:00:41.316Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2461 | 2025-01-27T09:00:43.771Z | Compiling sct v0.7.1 |
2462 | 2025-01-27T09:00:44.249Z | Compiling rustls-webpki v0.101.7 |
2463 | 2025-01-27T09:00:44.857Z | Compiling heck v0.3.3 |
2464 | 2025-01-27T09:00:45.213Z | Compiling csv-core v0.1.11 |
2465 | 2025-01-27T09:00:46.109Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2466 | 2025-01-27T09:00:46.456Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2467 | 2025-01-27T09:00:46.786Z | Compiling glob v0.3.2 |
2468 | 2025-01-27T09:00:48.104Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2469 | 2025-01-27T09:00:48.623Z | Compiling csv v1.3.1 |
2470 | 2025-01-27T09:00:48.967Z | Compiling zone_cfg_derive v0.1.2 |
2471 | 2025-01-27T09:00:50.829Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2472 | 2025-01-27T09:00:54.938Z | Compiling nix v0.27.1 |
2473 | 2025-01-27T09:00:55.587Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2474 | 2025-01-27T09:00:55.691Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2475 | 2025-01-27T09:00:56.848Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2476 | 2025-01-27T09:00:58.323Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2477 | 2025-01-27T09:01:02.309Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2478 | 2025-01-27T09:01:07.236Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2479 | 2025-01-27T09:01:07.599Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2480 | 2025-01-27T09:01:08.185Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2481 | 2025-01-27T09:01:08.513Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2482 | 2025-01-27T09:01:08.832Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2483 | 2025-01-27T09:01:09.156Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2484 | 2025-01-27T09:01:09.607Z | Compiling hashlink v0.9.1 |
2485 | 2025-01-27T09:01:10.079Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2486 | 2025-01-27T09:01:10.328Z | Compiling tungstenite v0.23.0 |
2487 | 2025-01-27T09:01:10.435Z | Compiling fallible-iterator v0.3.0 |
2488 | 2025-01-27T09:01:10.750Z | Compiling fallible-streaming-iterator v0.1.9 |
2489 | 2025-01-27T09:01:11.052Z | Compiling base64 v0.13.1 |
2490 | 2025-01-27T09:01:11.228Z | Compiling rusqlite v0.32.1 |
2491 | 2025-01-27T09:01:11.819Z | Compiling tokio-tungstenite v0.23.1 |
2492 | 2025-01-27T09:01:12.482Z | Compiling ron v0.7.1 |
2493 | 2025-01-27T09:01:13.121Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2494 | 2025-01-27T09:01:13.839Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2495 | 2025-01-27T09:01:16.151Z | Compiling xz2 v0.1.7 |
2496 | 2025-01-27T09:01:16.716Z | Compiling tokio-rustls v0.24.1 |
2497 | 2025-01-27T09:01:17.169Z | Compiling zone v0.1.8 |
2498 | 2025-01-27T09:01:20.299Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2499 | 2025-01-27T09:01:22.138Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2500 | 2025-01-27T09:01:23.038Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2501 | 2025-01-27T09:01:23.750Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2502 | 2025-01-27T09:01:27.354Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2503 | 2025-01-27T09:01:33.821Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2504 | 2025-01-27T09:01:35.523Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2505 | 2025-01-27T09:01:36.795Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2506 | 2025-01-27T09:01:38.784Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2507 | 2025-01-27T09:01:38.843Z | Compiling rustls-pemfile v1.0.4 |
2508 | 2025-01-27T09:01:39.592Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2509 | 2025-01-27T09:01:39.918Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2510 | 2025-01-27T09:01:40.114Z | Compiling signal-hook-tokio v0.3.1 |
2511 | 2025-01-27T09:01:40.341Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2512 | 2025-01-27T09:01:41.212Z | Compiling twox-hash v1.6.3 |
2513 | 2025-01-27T09:01:42.239Z | Compiling yasna v0.5.2 |
2514 | 2025-01-27T09:01:43.782Z | Compiling unicode-linebreak v0.1.5 |
2515 | 2025-01-27T09:01:44.356Z | Compiling is_ci v1.2.0 |
2516 | 2025-01-27T09:01:44.668Z | Compiling smawk v0.3.2 |
2517 | 2025-01-27T09:01:44.959Z | Compiling textwrap v0.16.1 |
2518 | 2025-01-27T09:01:45.611Z | Compiling supports-color v3.0.2 |
2519 | 2025-01-27T09:01:46.078Z | Compiling rcgen v0.12.1 |
2520 | 2025-01-27T09:01:47.690Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2521 | 2025-01-27T09:01:49.225Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2522 | 2025-01-27T09:01:54.782Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2523 | 2025-01-27T09:01:56.238Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2524 | 2025-01-27T09:01:57.490Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2525 | 2025-01-27T09:02:00.889Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2526 | 2025-01-27T09:02:10.249Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2527 | 2025-01-27T09:02:13.720Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2528 | 2025-01-27T09:02:15.021Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2529 | 2025-01-27T09:02:26.412Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2530 | 2025-01-27T09:02:26.972Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2531 | 2025-01-27T09:02:33.097Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2532 | 2025-01-27T09:02:33.416Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2533 | 2025-01-27T09:02:33.436Z | Compiling fatfs v0.3.6 |
2534 | 2025-01-27T09:02:33.892Z | Compiling subprocess v0.2.9 |
2535 | 2025-01-27T09:02:36.143Z | Compiling rtoolbox v0.0.2 |
2536 | 2025-01-27T09:02:36.596Z | Compiling assert_matches v1.5.0 |
2537 | 2025-01-27T09:02:38.517Z | Compiling rpassword v7.3.1 |
2538 | 2025-01-27T09:02:38.989Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2539 | 2025-01-27T09:02:41.914Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2540 | 2025-01-27T09:02:43.437Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2541 | 2025-01-27T09:02:46.535Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2542 | 2025-01-27T09:02:50.322Z | Compiling tui-tree-widget v0.22.0 |
2543 | 2025-01-27T09:02:50.794Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2544 | 2025-01-27T09:02:58.075Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2545 | 2025-01-27T09:02:58.417Z | Compiling uzers v0.12.1 |
2546 | 2025-01-27T09:03:01.507Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2547 | 2025-01-27T09:03:03.917Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2548 | 2025-01-27T09:03:05.821Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2549 | 2025-01-27T09:03:35.568Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2550 | 2025-01-27T09:03:40.209Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2551 | 2025-01-27T09:03:44.862Z | Compiling multimap v0.10.0 |
2552 | 2025-01-27T09:06:09.135Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2553 | 2025-01-27T09:06:14.530Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2554 | 2025-01-27T09:13:11.769Z | Finished `release` profile [optimized] target(s) in 16m 40s |
2555 | 2025-01-27T09:14:15.892Z | |
2556 | 2025-01-27T09:14:15.895Z | real 17:45.773782639 |
2557 | 2025-01-27T09:14:15.895Z | user 2:05:03.933645533 |
2558 | 2025-01-27T09:14:15.895Z | sys 3:16.596826622 |
2559 | 2025-01-27T09:14:15.895Z | trap 3.136726691 |
2560 | 2025-01-27T09:14:15.895Z | tflt 2.907257988 |
2561 | 2025-01-27T09:14:15.895Z | dflt 4.555280917 |
2562 | 2025-01-27T09:14:15.895Z | kflt 0.020456082 |
2563 | 2025-01-27T09:14:15.895Z | lock 7:26:10.562468048 |
2564 | 2025-01-27T09:14:15.895Z | slp 6:22:32.599948895 |
2565 | 2025-01-27T09:14:15.895Z | lat 3:27.944807858 |
2566 | 2025-01-27T09:14:15.895Z | stop 2:42.859607059 |
2567 | 2025-01-27T09:14:15.895Z | + mapfile -t packages |
2568 | 2025-01-27T09:14:15.895Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2569 | 2025-01-27T09:14:16.886Z | Finished `release` profile [optimized] target(s) in 0.94s |
2570 | 2025-01-27T09:14:16.946Z | Running `target/release/omicron-package -t test list-outputs` |
2571 | 2025-01-27T09:14:16.993Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2572 | 2025-01-27T09:14:16.995Z | + ptime -m cargo build --locked --release -p xtask |
2573 | 2025-01-27T09:14:17.562Z | Compiling serde v1.0.217 |
2574 | 2025-01-27T09:14:17.565Z | Compiling rustix v0.38.44 |
2575 | 2025-01-27T09:14:17.565Z | Compiling serde_json v1.0.137 |
2576 | 2025-01-27T09:14:17.565Z | Compiling libc v0.2.169 |
2577 | 2025-01-27T09:14:17.565Z | Compiling syn v2.0.96 |
2578 | 2025-01-27T09:14:17.666Z | Compiling bitflags v2.8.0 |
2579 | 2025-01-27T09:14:18.018Z | Compiling usdt-impl v0.5.0 |
2580 | 2025-01-27T09:14:18.050Z | Compiling syn v1.0.109 |
2581 | 2025-01-27T09:14:18.164Z | Compiling log v0.4.25 |
2582 | 2025-01-27T09:14:18.180Z | Compiling hashbrown v0.15.2 |
2583 | 2025-01-27T09:14:18.452Z | Compiling fs-err v2.11.0 |
2584 | 2025-01-27T09:14:18.536Z | Compiling getrandom v0.2.15 |
2585 | 2025-01-27T09:14:18.757Z | Compiling anyhow v1.0.95 |
2586 | 2025-01-27T09:14:18.844Z | Compiling once_cell v1.20.2 |
2587 | 2025-01-27T09:14:18.985Z | Compiling thread-id v4.2.2 |
2588 | 2025-01-27T09:14:19.421Z | Compiling indexmap v2.7.1 |
2589 | 2025-01-27T09:14:20.617Z | Compiling terminal_size v0.4.1 |
2590 | 2025-01-27T09:14:20.618Z | Compiling tempfile v3.15.0 |
2591 | 2025-01-27T09:14:20.813Z | Compiling clap_builder v4.5.27 |
2592 | 2025-01-27T09:14:21.323Z | Compiling proc-macro-error v1.0.4 |
2593 | 2025-01-27T09:14:22.288Z | Compiling tabled_derive v0.7.0 |
2594 | 2025-01-27T09:14:23.458Z | Compiling tabled v0.15.0 |
2595 | 2025-01-27T09:14:24.171Z | Compiling serde_derive v1.0.217 |
2596 | 2025-01-27T09:14:24.171Z | Compiling thiserror-impl v2.0.11 |
2597 | 2025-01-27T09:14:24.175Z | Compiling thiserror-impl v1.0.69 |
2598 | 2025-01-27T09:14:24.175Z | Compiling zerocopy-derive v0.7.35 |
2599 | 2025-01-27T09:14:24.175Z | Compiling scroll_derive v0.12.0 |
2600 | 2025-01-27T09:14:25.550Z | Compiling scroll v0.12.0 |
2601 | 2025-01-27T09:14:26.085Z | Compiling zerocopy v0.7.35 |
2602 | 2025-01-27T09:14:26.782Z | Compiling thiserror v1.0.69 |
2603 | 2025-01-27T09:14:26.960Z | Compiling thiserror v2.0.11 |
2604 | 2025-01-27T09:14:27.124Z | Compiling pest v2.7.15 |
2605 | 2025-01-27T09:14:27.466Z | Compiling goblin v0.8.2 |
2606 | 2025-01-27T09:14:27.638Z | Compiling clap_derive v4.5.24 |
2607 | 2025-01-27T09:14:30.178Z | Compiling pest_meta v2.7.15 |
2608 | 2025-01-27T09:14:31.908Z | Compiling pest_generator v2.7.15 |
2609 | 2025-01-27T09:14:33.896Z | Compiling pest_derive v2.7.15 |
2610 | 2025-01-27T09:14:34.700Z | Compiling dtrace-parser v0.2.0 |
2611 | 2025-01-27T09:14:36.354Z | Compiling clap v4.5.27 |
2612 | 2025-01-27T09:14:40.823Z | Compiling serde_tokenstream v0.2.2 |
2613 | 2025-01-27T09:14:41.464Z | Compiling dof v0.3.0 |
2614 | 2025-01-27T09:14:41.693Z | Compiling toml_datetime v0.6.8 |
2615 | 2025-01-27T09:14:42.332Z | Compiling serde_spanned v0.6.8 |
2616 | 2025-01-27T09:14:42.599Z | Compiling toml_edit v0.22.22 |
2617 | 2025-01-27T09:14:43.213Z | Compiling camino v1.1.9 |
2618 | 2025-01-27T09:14:43.411Z | Compiling usdt-attr-macro v0.5.0 |
2619 | 2025-01-27T09:14:44.496Z | Compiling usdt-macro v0.5.0 |
2620 | 2025-01-27T09:14:44.847Z | Compiling semver v1.0.25 |
2621 | 2025-01-27T09:14:45.668Z | Compiling cargo-platform v0.1.9 |
2622 | 2025-01-27T09:14:46.273Z | Compiling toml v0.8.19 |
2623 | 2025-01-27T09:14:46.736Z | Compiling cargo_metadata v0.18.1 |
2624 | 2025-01-27T09:14:48.154Z | Compiling cargo_toml v0.20.5 |
2625 | 2025-01-27T09:14:51.237Z | Compiling usdt v0.5.0 |
2626 | 2025-01-27T09:14:52.397Z | Compiling camino-tempfile v1.1.1 |
2627 | 2025-01-27T09:14:52.534Z | Compiling macaddr v1.0.1 |
2628 | 2025-01-27T09:15:00.232Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2629 | 2025-01-27T09:15:10.806Z | Finished `release` profile [optimized] target(s) in 53.75s |
2630 | 2025-01-27T09:15:10.934Z | |
2631 | 2025-01-27T09:15:10.937Z | real 53.907011227 |
2632 | 2025-01-27T09:15:10.937Z | user 5:40.422158162 |
2633 | 2025-01-27T09:15:10.937Z | sys 18.789203889 |
2634 | 2025-01-27T09:15:10.937Z | trap 0.157101343 |
2635 | 2025-01-27T09:15:10.937Z | tflt 0.361466360 |
2636 | 2025-01-27T09:15:10.937Z | dflt 0.259138465 |
2637 | 2025-01-27T09:15:10.937Z | kflt 0.000016848 |
2638 | 2025-01-27T09:15:10.938Z | lock 10:31.161275269 |
2639 | 2025-01-27T09:15:10.938Z | slp 16:27.401717670 |
2640 | 2025-01-27T09:15:10.938Z | lat 16.110033865 |
2641 | 2025-01-27T09:15:10.938Z | stop 17.193800931 |
2642 | 2025-01-27T09:15:10.938Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2643 | 2025-01-27T09:15:10.938Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2644 | 2025-01-27T09:15:10.938Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2645 | 2025-01-27T09:15:10.938Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2646 | 2025-01-27T09:15:10.938Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2647 | 2025-01-27T09:15:11.799Z | Compiling regress v0.10.3 |
2648 | 2025-01-27T09:15:11.930Z | Compiling ident_case v1.0.1 |
2649 | 2025-01-27T09:15:11.944Z | Compiling unsafe-libyaml v0.2.11 |
2650 | 2025-01-27T09:15:11.956Z | Compiling ipnetwork v0.20.0 |
2651 | 2025-01-27T09:15:11.959Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2652 | 2025-01-27T09:15:11.959Z | Compiling progenitor-client v0.9.1 |
2653 | 2025-01-27T09:15:11.959Z | Compiling macaddr v1.0.1 |
2654 | 2025-01-27T09:15:11.959Z | Compiling progenitor-client v0.8.0 |
2655 | 2025-01-27T09:15:12.084Z | Compiling darling_core v0.20.10 |
2656 | 2025-01-27T09:15:12.439Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2657 | 2025-01-27T09:15:12.442Z | Compiling instant v0.1.13 |
2658 | 2025-01-27T09:15:12.466Z | Compiling hashbrown v0.14.5 |
2659 | 2025-01-27T09:15:12.504Z | Compiling structmeta-derive v0.3.0 |
2660 | 2025-01-27T09:15:12.626Z | Compiling dropshot v0.15.1 |
2661 | 2025-01-27T09:15:12.768Z | Compiling dropshot_endpoint v0.15.1 |
2662 | 2025-01-27T09:15:13.016Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2663 | 2025-01-27T09:15:13.146Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2664 | 2025-01-27T09:15:13.669Z | Compiling serde_yaml v0.9.34+deprecated |
2665 | 2025-01-27T09:15:13.838Z | Compiling regress v0.9.1 |
2666 | 2025-01-27T09:15:13.919Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2667 | 2025-01-27T09:15:14.107Z | Compiling backoff v0.4.0 |
2668 | 2025-01-27T09:15:14.272Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2669 | 2025-01-27T09:15:14.449Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2670 | 2025-01-27T09:15:15.125Z | Compiling structmeta v0.3.0 |
2671 | 2025-01-27T09:15:15.204Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2672 | 2025-01-27T09:15:15.222Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2673 | 2025-01-27T09:15:15.407Z | Compiling tempfile v3.15.0 |
2674 | 2025-01-27T09:15:15.536Z | Compiling typify-impl v0.2.0 |
2675 | 2025-01-27T09:15:15.674Z | Compiling parse-display-derive v0.10.0 |
2676 | 2025-01-27T09:15:16.230Z | Compiling proc-macro-crate v1.3.1 |
2677 | 2025-01-27T09:15:16.638Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2678 | 2025-01-27T09:15:17.032Z | Compiling typify-impl v0.3.0 |
2679 | 2025-01-27T09:15:17.196Z | Compiling num_enum_derive v0.5.11 |
2680 | 2025-01-27T09:15:17.242Z | Compiling itertools v0.13.0 |
2681 | 2025-01-27T09:15:18.263Z | Compiling darling_macro v0.20.10 |
2682 | 2025-01-27T09:15:18.820Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2683 | 2025-01-27T09:15:19.106Z | Compiling zerocopy v0.8.14 |
2684 | 2025-01-27T09:15:19.206Z | Compiling darling v0.20.10 |
2685 | 2025-01-27T09:15:19.331Z | Compiling serde_with_macros v3.12.0 |
2686 | 2025-01-27T09:15:19.603Z | Compiling num_enum v0.5.11 |
2687 | 2025-01-27T09:15:19.817Z | Compiling parse-display v0.10.0 |
2688 | 2025-01-27T09:15:19.835Z | Compiling foreign-types-macros v0.2.3 |
2689 | 2025-01-27T09:15:20.023Z | Compiling zerocopy-derive v0.8.14 |
2690 | 2025-01-27T09:15:20.160Z | Compiling crucible-workspace-hack v0.1.0 |
2691 | 2025-01-27T09:15:20.434Z | Compiling heapless v0.8.0 |
2692 | 2025-01-27T09:15:20.462Z | Compiling foreign-types-shared v0.3.1 |
2693 | 2025-01-27T09:15:20.648Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2694 | 2025-01-27T09:15:21.073Z | Compiling foreign-types v0.5.0 |
2695 | 2025-01-27T09:15:21.191Z | Compiling proc-macro-error v1.0.4 |
2696 | 2025-01-27T09:15:21.661Z | Compiling camino-tempfile v1.1.1 |
2697 | 2025-01-27T09:15:21.794Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2698 | 2025-01-27T09:15:21.877Z | Compiling serde_with v3.12.0 |
2699 | 2025-01-27T09:15:22.105Z | Compiling hash32 v0.3.1 |
2700 | 2025-01-27T09:15:22.425Z | Compiling cstr-argument v0.1.2 |
2701 | 2025-01-27T09:15:22.636Z | Compiling smoltcp v0.11.0 |
2702 | 2025-01-27T09:15:22.688Z | Compiling pretty-hex v0.2.1 |
2703 | 2025-01-27T09:15:22.901Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2704 | 2025-01-27T09:15:23.282Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2705 | 2025-01-27T09:15:23.346Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2706 | 2025-01-27T09:15:24.020Z | Compiling tabwriter v1.4.1 |
2707 | 2025-01-27T09:15:24.453Z | Compiling colored v2.2.0 |
2708 | 2025-01-27T09:15:24.486Z | Compiling cobs v0.2.3 |
2709 | 2025-01-27T09:15:24.806Z | Compiling postcard v1.1.1 |
2710 | 2025-01-27T09:15:25.473Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2711 | 2025-01-27T09:15:25.710Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2712 | 2025-01-27T09:15:25.877Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2713 | 2025-01-27T09:15:25.899Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2714 | 2025-01-27T09:15:26.229Z | Compiling smf v0.2.3 |
2715 | 2025-01-27T09:15:26.249Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2716 | 2025-01-27T09:15:26.615Z | Compiling zone_cfg_derive v0.3.0 |
2717 | 2025-01-27T09:15:26.767Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2718 | 2025-01-27T09:15:27.257Z | Compiling num-derive v0.4.2 |
2719 | 2025-01-27T09:15:27.477Z | Compiling sigpipe v0.1.3 |
2720 | 2025-01-27T09:15:27.498Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2721 | 2025-01-27T09:15:27.630Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2722 | 2025-01-27T09:15:27.981Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2723 | 2025-01-27T09:15:28.089Z | Compiling zone v0.3.0 |
2724 | 2025-01-27T09:15:28.247Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2725 | 2025-01-27T09:15:28.929Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2726 | 2025-01-27T09:15:29.383Z | Compiling universal-hash v0.5.1 |
2727 | 2025-01-27T09:15:29.579Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2728 | 2025-01-27T09:15:29.601Z | Compiling opaque-debug v0.3.1 |
2729 | 2025-01-27T09:15:29.604Z | Compiling tungstenite v0.21.0 |
2730 | 2025-01-27T09:15:29.649Z | Compiling num-rational v0.4.2 |
2731 | 2025-01-27T09:15:29.728Z | Compiling password-hash v0.5.0 |
2732 | 2025-01-27T09:15:30.143Z | Compiling blake2 v0.10.6 |
2733 | 2025-01-27T09:15:30.440Z | Compiling aead v0.5.2 |
2734 | 2025-01-27T09:15:30.634Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2735 | 2025-01-27T09:15:30.815Z | Compiling num-complex v0.4.6 |
2736 | 2025-01-27T09:15:30.863Z | Compiling convert_case v0.4.0 |
2737 | 2025-01-27T09:15:30.930Z | Compiling typify-macro v0.2.0 |
2738 | 2025-01-27T09:15:31.201Z | Compiling base64 v0.21.7 |
2739 | 2025-01-27T09:15:31.473Z | Compiling keccak v0.1.5 |
2740 | 2025-01-27T09:15:31.523Z | Compiling tokio-tungstenite v0.21.0 |
2741 | 2025-01-27T09:15:31.713Z | Compiling derive_more v0.99.18 |
2742 | 2025-01-27T09:15:31.819Z | Compiling sha3 v0.10.8 |
2743 | 2025-01-27T09:15:32.098Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2744 | 2025-01-27T09:15:32.132Z | Compiling num v0.4.3 |
2745 | 2025-01-27T09:15:32.286Z | Compiling argon2 v0.5.3 |
2746 | 2025-01-27T09:15:32.470Z | Compiling poly1305 v0.8.0 |
2747 | 2025-01-27T09:15:32.618Z | Compiling typify-macro v0.3.0 |
2748 | 2025-01-27T09:15:32.661Z | Compiling chacha20 v0.9.1 |
2749 | 2025-01-27T09:15:32.911Z | Compiling float-ord v0.3.2 |
2750 | 2025-01-27T09:15:33.117Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2751 | 2025-01-27T09:15:33.156Z | Compiling semver v0.1.20 |
2752 | 2025-01-27T09:15:33.545Z | Compiling same-file v1.0.6 |
2753 | 2025-01-27T09:15:33.785Z | Compiling walkdir v2.5.0 |
2754 | 2025-01-27T09:15:33.848Z | Compiling rustc_version v0.1.7 |
2755 | 2025-01-27T09:15:34.184Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2756 | 2025-01-27T09:15:34.223Z | Compiling newline-converter v0.3.0 |
2757 | 2025-01-27T09:15:34.312Z | Compiling primeorder v0.13.6 |
2758 | 2025-01-27T09:15:34.418Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2759 | 2025-01-27T09:15:34.468Z | Compiling secrecy v0.8.0 |
2760 | 2025-01-27T09:15:34.732Z | Compiling owo-colors v4.1.0 |
2761 | 2025-01-27T09:15:34.819Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2762 | 2025-01-27T09:15:34.918Z | Compiling typify v0.2.0 |
2763 | 2025-01-27T09:15:35.005Z | Compiling cancel-safe-futures v0.1.5 |
2764 | 2025-01-27T09:15:35.061Z | Compiling progenitor-impl v0.8.0 |
2765 | 2025-01-27T09:15:35.079Z | Compiling expectorate v1.1.0 |
2766 | 2025-01-27T09:15:35.082Z | Compiling newtype_derive v0.1.6 |
2767 | 2025-01-27T09:15:35.262Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2768 | 2025-01-27T09:15:35.364Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2769 | 2025-01-27T09:15:35.409Z | Compiling thiserror-impl-no-std v2.0.2 |
2770 | 2025-01-27T09:15:35.429Z | Compiling libsw-core v0.3.1 |
2771 | 2025-01-27T09:15:35.605Z | Compiling blake3 v1.5.5 |
2772 | 2025-01-27T09:15:35.636Z | Compiling half v2.4.1 |
2773 | 2025-01-27T09:15:35.708Z | Compiling arc-swap v1.7.1 |
2774 | 2025-01-27T09:15:36.222Z | Compiling ciborium-io v0.2.2 |
2775 | 2025-01-27T09:15:36.327Z | Compiling slog-scope v4.4.0 |
2776 | 2025-01-27T09:15:36.346Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2777 | 2025-01-27T09:15:36.400Z | Compiling ciborium-ll v0.2.2 |
2778 | 2025-01-27T09:15:36.421Z | Compiling typify v0.3.0 |
2779 | 2025-01-27T09:15:36.569Z | Compiling progenitor-impl v0.9.1 |
2780 | 2025-01-27T09:15:36.778Z | Compiling libsw v3.4.0 |
2781 | 2025-01-27T09:15:36.796Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2782 | 2025-01-27T09:15:37.115Z | Compiling polyval v0.6.2 |
2783 | 2025-01-27T09:15:37.592Z | Compiling atomicwrites v0.4.4 |
2784 | 2025-01-27T09:15:37.643Z | Compiling memmap2 v0.9.5 |
2785 | 2025-01-27T09:15:37.948Z | Compiling linear-map v1.2.0 |
2786 | 2025-01-27T09:15:38.089Z | Compiling indent_write v2.2.0 |
2787 | 2025-01-27T09:15:38.203Z | Compiling thiserror-no-std v2.0.2 |
2788 | 2025-01-27T09:15:38.318Z | Compiling arrayref v0.3.9 |
2789 | 2025-01-27T09:15:38.321Z | Compiling parking_lot_core v0.8.6 |
2790 | 2025-01-27T09:15:38.359Z | Compiling salty v0.3.0 |
2791 | 2025-01-27T09:15:38.464Z | Compiling arrayvec v0.7.6 |
2792 | 2025-01-27T09:15:38.692Z | Compiling constant_time_eq v0.3.1 |
2793 | 2025-01-27T09:15:38.774Z | Compiling libefi-sys v0.1.0 |
2794 | 2025-01-27T09:15:38.883Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2795 | 2025-01-27T09:15:38.904Z | Compiling vsss-rs v3.3.4 |
2796 | 2025-01-27T09:15:39.061Z | Compiling ghash v0.5.1 |
2797 | 2025-01-27T09:15:39.278Z | Compiling ciborium v0.2.2 |
2798 | 2025-01-27T09:15:39.298Z | Compiling slog-stdlog v4.1.1 |
2799 | 2025-01-27T09:15:39.967Z | Compiling p384 v0.13.0 |
2800 | 2025-01-27T09:15:40.010Z | Compiling toolchain_find v0.4.0 |
2801 | 2025-01-27T09:15:40.511Z | Compiling chacha20poly1305 v0.10.1 |
2802 | 2025-01-27T09:15:40.596Z | Compiling ctr v0.9.2 |
2803 | 2025-01-27T09:15:40.645Z | Compiling lzma-sys v0.1.20 |
2804 | 2025-01-27T09:15:40.740Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
2805 | 2025-01-27T09:15:40.943Z | Compiling bitfield-struct v0.6.2 |
2806 | 2025-01-27T09:15:41.159Z | Compiling slog-dtrace v0.3.0 |
2807 | 2025-01-27T09:15:41.414Z | Compiling topological-sort v0.2.2 |
2808 | 2025-01-27T09:15:41.491Z | Compiling highway v1.3.0 |
2809 | 2025-01-27T09:15:41.512Z | Compiling unicase v2.8.1 |
2810 | 2025-01-27T09:15:41.660Z | Compiling omicron-zone-package v0.12.0 |
2811 | 2025-01-27T09:15:41.915Z | Compiling mime_guess v2.0.5 |
2812 | 2025-01-27T09:15:42.219Z | Compiling progenitor-macro v0.8.0 |
2813 | 2025-01-27T09:15:42.395Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2814 | 2025-01-27T09:15:42.540Z | Compiling aes-gcm v0.10.3 |
2815 | 2025-01-27T09:15:42.590Z | Compiling rustfmt-wrapper v0.2.1 |
2816 | 2025-01-27T09:15:42.884Z | Compiling slog-envlogger v2.2.0 |
2817 | 2025-01-27T09:15:43.037Z | Compiling steno v0.4.1 |
2818 | 2025-01-27T09:15:43.538Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2819 | 2025-01-27T09:15:43.576Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2820 | 2025-01-27T09:15:43.638Z | Compiling progenitor-macro v0.9.1 |
2821 | 2025-01-27T09:15:43.734Z | Compiling heck v0.3.3 |
2822 | 2025-01-27T09:15:44.114Z | Compiling ssh-encoding v0.2.0 |
2823 | 2025-01-27T09:15:44.153Z | Compiling blowfish v0.9.1 |
2824 | 2025-01-27T09:15:44.192Z | Compiling nibble_vec v0.1.0 |
2825 | 2025-01-27T09:15:44.421Z | Compiling env_filter v0.1.3 |
2826 | 2025-01-27T09:15:44.618Z | Compiling humantime v2.1.0 |
2827 | 2025-01-27T09:15:44.638Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2828 | 2025-01-27T09:15:44.641Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2829 | 2025-01-27T09:15:44.780Z | Compiling endian-type v0.1.2 |
2830 | 2025-01-27T09:15:44.968Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2831 | 2025-01-27T09:15:45.032Z | Compiling radix_trie v0.2.1 |
2832 | 2025-01-27T09:15:45.106Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2833 | 2025-01-27T09:15:45.132Z | Compiling env_logger v0.11.6 |
2834 | 2025-01-27T09:15:45.283Z | Compiling ssh-cipher v0.2.0 |
2835 | 2025-01-27T09:15:45.679Z | Compiling bcrypt-pbkdf v0.10.0 |
2836 | 2025-01-27T09:15:45.843Z | Compiling zone_cfg_derive v0.1.2 |
2837 | 2025-01-27T09:15:46.317Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2838 | 2025-01-27T09:15:46.438Z | Compiling parking_lot v0.11.2 |
2839 | 2025-01-27T09:15:46.726Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2840 | 2025-01-27T09:15:47.309Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2841 | 2025-01-27T09:15:47.332Z | Compiling password-hash v0.4.2 |
2842 | 2025-01-27T09:15:47.405Z | Compiling gethostname v0.5.0 |
2843 | 2025-01-27T09:15:47.589Z | Compiling fxhash v0.2.1 |
2844 | 2025-01-27T09:15:47.620Z | Compiling lockfree-object-pool v0.1.6 |
2845 | 2025-01-27T09:15:47.729Z | Compiling http-range v0.1.5 |
2846 | 2025-01-27T09:15:47.783Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2847 | 2025-01-27T09:15:47.811Z | Compiling bumpalo v3.16.0 |
2848 | 2025-01-27T09:15:47.880Z | Compiling zip v2.1.3 |
2849 | 2025-01-27T09:15:48.080Z | Compiling base64 v0.13.1 |
2850 | 2025-01-27T09:15:48.100Z | Compiling simd-adler32 v0.3.7 |
2851 | 2025-01-27T09:15:48.220Z | Compiling pbkdf2 v0.11.0 |
2852 | 2025-01-27T09:15:48.246Z | Compiling sled v0.34.7 |
2853 | 2025-01-27T09:15:48.310Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2854 | 2025-01-27T09:15:48.598Z | Compiling ron v0.7.1 |
2855 | 2025-01-27T09:15:48.629Z | Compiling zopfli v0.8.1 |
2856 | 2025-01-27T09:15:48.656Z | Compiling xz2 v0.1.7 |
2857 | 2025-01-27T09:15:48.992Z | Compiling zone v0.1.8 |
2858 | 2025-01-27T09:15:49.476Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2859 | 2025-01-27T09:15:50.153Z | Compiling ssh-key v0.6.7 |
2860 | 2025-01-27T09:15:50.225Z | Compiling hickory-client v0.24.2 |
2861 | 2025-01-27T09:15:50.703Z | Compiling p256 v0.13.2 |
2862 | 2025-01-27T09:15:50.922Z | Compiling p521 v0.13.3 |
2863 | 2025-01-27T09:15:51.539Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2864 | 2025-01-27T09:15:51.612Z | Compiling hickory-server v0.24.2 |
2865 | 2025-01-27T09:15:52.589Z | Compiling pem v3.0.4 |
2866 | 2025-01-27T09:15:53.246Z | Compiling yasna v0.5.2 |
2867 | 2025-01-27T09:15:53.330Z | Compiling headers-core v0.3.0 |
2868 | 2025-01-27T09:15:53.513Z | Compiling kstat-rs v0.2.4 |
2869 | 2025-01-27T09:15:54.131Z | Compiling nanorand v0.7.0 |
2870 | 2025-01-27T09:15:54.388Z | Compiling russh-cryptovec v0.7.3 |
2871 | 2025-01-27T09:15:54.408Z | Compiling atty v0.2.14 |
2872 | 2025-01-27T09:15:54.565Z | Compiling md5 v0.7.0 |
2873 | 2025-01-27T09:15:54.656Z | Compiling flume v0.11.1 |
2874 | 2025-01-27T09:15:54.715Z | Compiling rcgen v0.12.1 |
2875 | 2025-01-27T09:15:54.820Z | Compiling headers v0.4.0 |
2876 | 2025-01-27T09:15:54.875Z | Compiling progenitor v0.8.0 |
2877 | 2025-01-27T09:15:55.078Z | Compiling russh-keys v0.45.0 |
2878 | 2025-01-27T09:15:55.118Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2879 | 2025-01-27T09:15:55.274Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2880 | 2025-01-27T09:15:55.910Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2881 | 2025-01-27T09:15:56.321Z | Compiling progenitor v0.9.1 |
2882 | 2025-01-27T09:15:56.568Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2883 | 2025-01-27T09:15:56.585Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2884 | 2025-01-27T09:15:56.727Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2885 | 2025-01-27T09:15:56.754Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2886 | 2025-01-27T09:15:58.194Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2887 | 2025-01-27T09:15:58.897Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2888 | 2025-01-27T09:16:00.555Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2889 | 2025-01-27T09:16:01.168Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2890 | 2025-01-27T09:16:02.152Z | Compiling hyper-staticfile v0.10.1 |
2891 | 2025-01-27T09:16:02.804Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2892 | 2025-01-27T09:16:02.882Z | Compiling num-bigint v0.4.6 |
2893 | 2025-01-27T09:16:03.265Z | Compiling des v0.8.1 |
2894 | 2025-01-27T09:16:03.363Z | Compiling subprocess v0.2.9 |
2895 | 2025-01-27T09:16:03.630Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2896 | 2025-01-27T09:16:04.526Z | Compiling display-error-chain v0.2.2 |
2897 | 2025-01-27T09:16:04.560Z | Compiling hex-literal v0.4.1 |
2898 | 2025-01-27T09:16:04.744Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2899 | 2025-01-27T09:16:04.765Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2900 | 2025-01-27T09:16:05.059Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2901 | 2025-01-27T09:16:05.523Z | Compiling internet-checksum v0.2.1 |
2902 | 2025-01-27T09:16:05.767Z | Compiling russh v0.45.0 |
2903 | 2025-01-27T09:16:11.782Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2904 | 2025-01-27T09:16:11.782Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2905 | 2025-01-27T09:16:11.784Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2906 | 2025-01-27T09:16:11.784Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2907 | 2025-01-27T09:16:12.760Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2908 | 2025-01-27T09:16:14.593Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2909 | 2025-01-27T09:16:15.704Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2910 | 2025-01-27T09:16:15.951Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2911 | 2025-01-27T09:16:16.519Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2912 | 2025-01-27T09:16:16.762Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2913 | 2025-01-27T09:16:19.201Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2914 | 2025-01-27T09:16:19.515Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2915 | 2025-01-27T09:16:19.688Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2916 | 2025-01-27T09:16:20.474Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2917 | 2025-01-27T09:16:20.563Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2918 | 2025-01-27T09:16:21.089Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2919 | 2025-01-27T09:16:22.080Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2920 | 2025-01-27T09:16:22.879Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2921 | 2025-01-27T09:16:25.700Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2922 | 2025-01-27T09:16:26.011Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2923 | 2025-01-27T09:16:26.125Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2924 | 2025-01-27T09:16:26.386Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2925 | 2025-01-27T09:16:26.465Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2926 | 2025-01-27T09:16:28.978Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2927 | 2025-01-27T09:16:31.644Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2928 | 2025-01-27T09:16:31.998Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2929 | 2025-01-27T09:16:33.341Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2930 | 2025-01-27T09:16:33.534Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2931 | 2025-01-27T09:16:37.968Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2932 | 2025-01-27T09:16:46.104Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2933 | 2025-01-27T09:16:47.689Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2934 | 2025-01-27T09:17:09.100Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2935 | 2025-01-27T09:17:31.527Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 20s |
2936 | 2025-01-27T09:17:31.741Z | |
2937 | 2025-01-27T09:17:31.741Z | real 2:20.747852020 |
2938 | 2025-01-27T09:17:31.741Z | user 12:13.293535373 |
2939 | 2025-01-27T09:17:31.741Z | sys 1:33.364187946 |
2940 | 2025-01-27T09:17:31.741Z | trap 0.353174913 |
2941 | 2025-01-27T09:17:31.741Z | tflt 0.888630820 |
2942 | 2025-01-27T09:17:31.741Z | dflt 1.215380108 |
2943 | 2025-01-27T09:17:31.744Z | kflt 0.000027734 |
2944 | 2025-01-27T09:17:31.744Z | lock 22:09.936827923 |
2945 | 2025-01-27T09:17:31.744Z | slp 41:43.544987452 |
2946 | 2025-01-27T09:17:31.744Z | lat 39.084479536 |
2947 | 2025-01-27T09:17:31.744Z | stop 1:37.177339066 |
2948 | 2025-01-27T09:17:31.744Z | + mkdir tests |
2949 | 2025-01-27T09:17:31.747Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2950 | 2025-01-27T09:17:31.747Z | + xargs -I '{}' -t cp '{}' tests/ |
2951 | 2025-01-27T09:17:31.789Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-4883fb7508523a85 tests/ |
2952 | 2025-01-27T09:17:31.815Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-417af6178e881698 tests/ |
2953 | 2025-01-27T09:17:31.840Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-9b5d2e66438d9d22 tests/ |
2954 | 2025-01-27T09:17:31.867Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f901ea810c0f6d83 tests/ |
2955 | 2025-01-27T09:17:32.136Z | + 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/*) |
2956 | 2025-01-27T09:17:32.139Z | + 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-417af6178e881698 tests/commtest-9b5d2e66438d9d22 tests/dhcp_server-4883fb7508523a85 tests/end_to_end_tests-f901ea810c0f6d83 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 |
2957 | 2025-01-27T09:18:45.856Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2958 | 2025-01-27T09:18:45.856Z | a .github/buildomat/ci-env.sh 1K |
2959 | 2025-01-27T09:18:45.856Z | a out/target/test 1K |
2960 | 2025-01-27T09:18:45.856Z | a out/npuzone/npuzone 23144K |
2961 | 2025-01-27T09:18:45.856Z | a package-manifest.toml 34K |
2962 | 2025-01-27T09:18:45.856Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2963 | 2025-01-27T09:18:45.856Z | a target/release/omicron-package 36143K |
2964 | 2025-01-27T09:18:45.856Z | a target/release/xtask 11818K |
2965 | 2025-01-27T09:18:45.856Z | a target/debug/bootstrap 219791K |
2966 | 2025-01-27T09:18:45.856Z | a tests/bootstrap-417af6178e881698 24120K |
2967 | 2025-01-27T09:18:45.856Z | a tests/commtest-9b5d2e66438d9d22 24870K |
2968 | 2025-01-27T09:18:45.856Z | a tests/dhcp_server-4883fb7508523a85 24120K |
2969 | 2025-01-27T09:18:45.857Z | a tests/end_to_end_tests-f901ea810c0f6d83 281357K |
2970 | 2025-01-27T09:18:45.857Z | a out/clickhouse.tar.gz 294728K |
2971 | 2025-01-27T09:18:45.857Z | a out/clickhouse_keeper.tar.gz 281790K |
2972 | 2025-01-27T09:18:45.857Z | a out/clickhouse_server.tar.gz 294710K |
2973 | 2025-01-27T09:18:45.857Z | a out/cockroachdb.tar.gz 135234K |
2974 | 2025-01-27T09:18:45.857Z | a out/crucible-dtrace.tar 96K |
2975 | 2025-01-27T09:18:45.857Z | a out/crucible-pantry-zone.tar.gz 28623K |
2976 | 2025-01-27T09:18:45.857Z | a out/crucible-zone.tar.gz 36902K |
2977 | 2025-01-27T09:18:45.857Z | a out/external-dns.tar.gz 35681K |
2978 | 2025-01-27T09:18:45.857Z | a out/internal-dns.tar.gz 35682K |
2979 | 2025-01-27T09:18:45.857Z | a out/mg-ddm-gz.tar 63075K |
2980 | 2025-01-27T09:18:45.857Z | a out/nexus.tar.gz 100647K |
2981 | 2025-01-27T09:18:45.857Z | a out/ntp.tar.gz 10587K |
2982 | 2025-01-27T09:18:45.857Z | a out/omicron-gateway-softnpu.tar.gz 24178K |
2983 | 2025-01-27T09:18:45.857Z | a out/omicron-sled-agent.tar 114299K |
2984 | 2025-01-27T09:18:45.857Z | a out/overlay.tar.gz 3K |
2985 | 2025-01-27T09:18:45.857Z | a out/oximeter.tar.gz 48621K |
2986 | 2025-01-27T09:18:45.857Z | a out/oxlog.tar 3154K |
2987 | 2025-01-27T09:18:45.857Z | a out/probe.tar.gz 2764K |
2988 | 2025-01-27T09:18:45.857Z | a out/propolis-server.tar.gz 66467K |
2989 | 2025-01-27T09:18:45.857Z | a out/pumpkind-gz.tar 26665K |
2990 | 2025-01-27T09:18:45.857Z | a out/switch-softnpu.tar.gz 238082K |
2991 | 2025-01-27T09:18:45.860Z | |
2992 | 2025-01-27T09:18:45.860Z | real 1:13.708994780 |
2993 | 2025-01-27T09:18:45.860Z | user 1:10.400747601 |
2994 | 2025-01-27T09:18:45.860Z | sys 4.714225177 |
2995 | 2025-01-27T09:18:45.860Z | trap 0.018574992 |
2996 | 2025-01-27T09:18:45.860Z | tflt 0.000000000 |
2997 | 2025-01-27T09:18:45.860Z | dflt 0.000000000 |
2998 | 2025-01-27T09:18:45.860Z | kflt 0.000000000 |
2999 | 2025-01-27T09:18:45.860Z | lock 0.000000000 |
3000 | 2025-01-27T09:18:45.860Z | slp 1:10.173556054 |
3001 | 2025-01-27T09:18:45.860Z | lat 2.104512297 |
3002 | 2025-01-27T09:18:45.860Z | stop 0.000629231 |
3003 | 2025-01-27T09:18:45.860Z | process exited: duration 1945410 ms, exit code 0 |
|
3004 | 2025-01-27T09:18:45.875Z | found 1 output files |
3005 | 2025-01-27T09:18:45.875Z | uploading: /work/package.tar.gz (1907651129 bytes) |
3006 | 2025-01-27T09:19:22.742Z | uploaded: /work/package.tar.gz |