|
|
|
1 | 2025-01-10T04:20:27.389Z | job assigned to worker 01JH770M1YEY35BYG92ZD7645M [factory aws, i-0da5ac23bbc24394e] (queued for 1 m 3 s) |
|
2 | 2025-01-10T04:20:35.350Z | starting task 0: "setup" |
3 | 2025-01-10T04:20:35.359Z | ++ uname -s |
4 | 2025-01-10T04:20:35.361Z | + kern=SunOS |
5 | 2025-01-10T04:20:35.361Z | + case "$kern" in |
6 | 2025-01-10T04:20:35.361Z | + groupadd -g 12345 build |
7 | 2025-01-10T04:20:35.363Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-10T04:20:37.371Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-10T04:20:37.491Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-10T04:20:37.494Z | + home_fs=zfs |
11 | 2025-01-10T04:20:37.494Z | + [[ zfs == autofs ]] |
12 | 2025-01-10T04:20:37.494Z | + mkdir -p /home/build |
13 | 2025-01-10T04:20:37.496Z | + chown build:build /home/build /work |
14 | 2025-01-10T04:20:39.497Z | + chmod 0700 /home/build /work |
15 | 2025-01-10T04:20:39.501Z | process exited: duration 4152 ms, exit code 0 |
|
16 | 2025-01-10T04:20:39.506Z | starting task 1: "rust-toolchain" |
17 | 2025-01-10T04:20:39.511Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-10T04:20:39.511Z | ' 1.81.0 |
19 | 2025-01-10T04:20:39.511Z | + printf ' * toolchain profile = "%s" |
20 | 2025-01-10T04:20:39.511Z | * toolchain channel = "1.81.0" |
21 | 2025-01-10T04:20:39.511Z | ' default |
22 | 2025-01-10T04:20:39.511Z | * toolchain profile = "default" |
23 | 2025-01-10T04:20:39.514Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-10T04:20:39.514Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2025-01-10T04:20:39.636Z | info: downloading installer |
26 | 2025-01-10T04:20:41.064Z | info: profile set to 'default' |
27 | 2025-01-10T04:20:41.064Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-10T04:20:41.067Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2025-01-10T04:20:41.209Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2025-01-10T04:20:41.209Z | info: downloading component 'cargo' |
31 | 2025-01-10T04:20:41.939Z | info: downloading component 'clippy' |
32 | 2025-01-10T04:20:42.210Z | info: downloading component 'rust-docs' |
33 | 2025-01-10T04:20:43.224Z | info: downloading component 'rust-std' |
34 | 2025-01-10T04:20:44.801Z | info: downloading component 'rustc' |
35 | 2025-01-10T04:20:50.458Z | info: downloading component 'rustfmt' |
36 | 2025-01-10T04:20:50.670Z | info: installing component 'cargo' |
37 | 2025-01-10T04:20:51.466Z | info: installing component 'clippy' |
38 | 2025-01-10T04:20:51.824Z | info: installing component 'rust-docs' |
39 | 2025-01-10T04:20:53.425Z | info: installing component 'rust-std' |
40 | 2025-01-10T04:20:55.151Z | info: installing component 'rustc' |
41 | 2025-01-10T04:21:00.839Z | info: installing component 'rustfmt' |
42 | 2025-01-10T04:21:01.210Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2025-01-10T04:21:01.210Z | |
44 | 2025-01-10T04:21:01.588Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2025-01-10T04:21:01.588Z | |
46 | 2025-01-10T04:21:01.590Z | |
47 | 2025-01-10T04:21:01.590Z | Rust is installed now. Great! |
48 | 2025-01-10T04:21:01.590Z | |
49 | 2025-01-10T04:21:01.590Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-10T04:21:01.590Z | environment variable. This has not been done automatically. |
51 | 2025-01-10T04:21:01.590Z | |
52 | 2025-01-10T04:21:01.591Z | To configure your current shell, you need to source |
53 | 2025-01-10T04:21:01.591Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-10T04:21:01.591Z | |
55 | 2025-01-10T04:21:01.591Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-10T04:21:01.591Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-10T04:21:01.591Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-10T04:21:01.666Z | + rustc --version |
59 | 2025-01-10T04:21:01.734Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2025-01-10T04:21:01.738Z | process exited: duration 22229 ms, exit code 0 |
|
61 | 2025-01-10T04:21:01.743Z | starting task 2: "authentication" |
62 | 2025-01-10T04:21:01.764Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2025-01-10T04:21:01.769Z | starting task 3: "clone repository" |
64 | 2025-01-10T04:21:01.774Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-10T04:21:01.776Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-10T04:21:01.815Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-10T04:21:08.334Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-10T04:21:08.334Z | + git fetch origin 75226cefc40ad306443bc202ef41c7c0e7411e6a |
69 | 2025-01-10T04:21:08.635Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-10T04:21:08.635Z | * branch 75226cefc40ad306443bc202ef41c7c0e7411e6a -> FETCH_HEAD |
71 | 2025-01-10T04:21:08.646Z | + [[ -n renovate/uuid-1.x ]] |
72 | 2025-01-10T04:21:08.650Z | ++ git branch --show-current |
73 | 2025-01-10T04:21:08.650Z | + current=main |
74 | 2025-01-10T04:21:08.650Z | + [[ main != renovate/uuid-1.x ]] |
75 | 2025-01-10T04:21:08.650Z | + git branch -f renovate/uuid-1.x 75226cefc40ad306443bc202ef41c7c0e7411e6a |
76 | 2025-01-10T04:21:08.656Z | + git checkout -f renovate/uuid-1.x |
77 | 2025-01-10T04:21:08.837Z | Switched to branch 'renovate/uuid-1.x' |
78 | 2025-01-10T04:21:08.843Z | + git reset --hard 75226cefc40ad306443bc202ef41c7c0e7411e6a |
79 | 2025-01-10T04:21:09.007Z | HEAD is now at 75226cefc Update Rust crate uuid to 1.11.1 |
80 | 2025-01-10T04:21:09.011Z | process exited: duration 7238 ms, exit code 0 |
|
81 | 2025-01-10T04:21:09.017Z | starting task 4: "build" |
82 | 2025-01-10T04:21:09.022Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-10T04:21:09.022Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-10T04:21:09.022Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-10T04:21:09.022Z | + cargo --version |
86 | 2025-01-10T04:21:09.080Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2025-01-10T04:21:09.084Z | + rustc --version |
88 | 2025-01-10T04:21:09.144Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2025-01-10T04:21:09.147Z | + WORK=/work |
90 | 2025-01-10T04:21:09.147Z | + pfexec mkdir -p /work |
91 | 2025-01-10T04:21:09.150Z | + pfexec chown build /work |
92 | 2025-01-10T04:21:09.154Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2025-01-10T04:21:10.727Z | pkg list: illegal option -- F |
94 | 2025-01-10T04:21:10.727Z | Usage: |
95 | 2025-01-10T04:21:10.731Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
96 | 2025-01-10T04:21:10.731Z | [pkg_fmri_pattern ...] |
97 | 2025-01-10T04:21:12.488Z | pkg list: illegal option -- F |
98 | 2025-01-10T04:21:12.489Z | Usage: |
99 | 2025-01-10T04:21:12.517Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
100 | 2025-01-10T04:21:12.517Z | [pkg_fmri_pattern ...] |
101 | 2025-01-10T04:21:17.665Z | Startup: Refreshing catalog 'helios-dev' ... Done |
102 | 2025-01-10T04:21:21.671Z | Startup: Caching catalogs ... Done |
103 | 2025-01-10T04:21:32.752Z | Planning: Solver setup ... Done (10.103s) |
104 | 2025-01-10T04:21:32.891Z | Planning: Running solver ... Done (0.139s) |
105 | 2025-01-10T04:21:33.002Z | Planning: Finding local manifests ... Done (0.006s) |
106 | 2025-01-10T04:21:33.046Z | Planning: Fetching manifests: 0/7 0% complete |
107 | 2025-01-10T04:21:36.107Z | Planning: Fetching manifests: 7/7 100% complete |
108 | 2025-01-10T04:21:36.390Z | Planning: Package planning ... Done (0.282s) |
109 | 2025-01-10T04:21:36.447Z | Planning: Merging actions ... Done (0.058s) |
110 | 2025-01-10T04:21:36.646Z | Planning: Checking for conflicting actions ... Done (0.198s) |
111 | 2025-01-10T04:21:38.652Z | Planning: Consolidating action changes ... Done (2.005s) |
112 | 2025-01-10T04:21:39.083Z | Planning: Evaluating mediators ... Done (0.431s) |
113 | 2025-01-10T04:21:39.164Z | Planning: Planning completed in 17.40 seconds |
114 | 2025-01-10T04:21:39.180Z | Packages to install: 4 |
115 | 2025-01-10T04:21:39.180Z | Packages to update: 3 |
116 | 2025-01-10T04:21:39.183Z | Mediators to change: 2 |
117 | 2025-01-10T04:21:39.183Z | Services to change: 1 |
118 | 2025-01-10T04:21:39.183Z | Estimated space available: 155.63 GB |
119 | 2025-01-10T04:21:39.183Z | Estimated space to be consumed: 1.64 GB |
120 | 2025-01-10T04:21:39.183Z | Create boot environment: No |
121 | 2025-01-10T04:21:39.183Z | Create backup boot environment: Yes |
122 | 2025-01-10T04:21:39.183Z | Rebuild boot archive: No |
123 | 2025-01-10T04:21:39.183Z | |
124 | 2025-01-10T04:21:39.183Z | Changed mediators: |
125 | 2025-01-10T04:21:39.183Z | mediator clang: |
126 | 2025-01-10T04:21:39.183Z | version: None -> 15 (system default) |
127 | 2025-01-10T04:21:39.183Z | |
128 | 2025-01-10T04:21:39.183Z | mediator llvm: |
129 | 2025-01-10T04:21:39.183Z | version: 14 (system default) -> 15 (system default) |
130 | 2025-01-10T04:21:39.183Z | |
131 | 2025-01-10T04:21:39.183Z | Changed packages: |
132 | 2025-01-10T04:21:39.183Z | helios-dev |
133 | 2025-01-10T04:21:39.183Z | developer/build-essential |
134 | 2025-01-10T04:21:39.183Z | None -> 11-2.0 |
135 | 2025-01-10T04:21:39.183Z | library/libxmlsec1 |
136 | 2025-01-10T04:21:39.183Z | None -> 1.2.35-2.0 |
137 | 2025-01-10T04:21:39.183Z | ooce/developer/clang-15 |
138 | 2025-01-10T04:21:39.183Z | None -> 15.0.7-2.0 |
139 | 2025-01-10T04:21:39.183Z | ooce/developer/llvm-15 |
140 | 2025-01-10T04:21:39.183Z | None -> 15.0.7-2.0 |
141 | 2025-01-10T04:21:39.183Z | package/pkg |
142 | 2025-01-10T04:21:39.184Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
143 | 2025-01-10T04:21:39.184Z | system/library/g++-runtime |
144 | 2025-01-10T04:21:39.184Z | 13-2.0 -> 14-2.0 |
145 | 2025-01-10T04:21:39.184Z | system/library/gcc-runtime |
146 | 2025-01-10T04:21:39.184Z | 13-2.0 -> 14-2.0 |
147 | 2025-01-10T04:21:39.184Z | |
148 | 2025-01-10T04:21:39.184Z | Services: |
149 | 2025-01-10T04:21:39.184Z | restart_fmri: |
150 | 2025-01-10T04:21:39.184Z | svc:/system/update-man-index:default |
151 | 2025-01-10T04:21:39.184Z | |
152 | 2025-01-10T04:21:39.184Z | Editable files to change: |
153 | 2025-01-10T04:21:39.184Z | Update: |
154 | 2025-01-10T04:21:39.184Z | usr/share/lib/pkg/web/config.shtml |
155 | 2025-01-10T04:21:39.261Z | |
156 | 2025-01-10T04:21:39.261Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
157 | 2025-01-10T04:21:44.263Z | Download: 613/4301 items 17.8/225.4MB 7% complete (3.7M/s) |
158 | 2025-01-10T04:21:49.301Z | Download: 1191/4301 items 67.8/225.4MB 30% complete (6.8M/s) |
159 | 2025-01-10T04:21:54.302Z | Download: 1769/4301 items 118.3/225.4MB 52% complete (10.1M/s) |
160 | 2025-01-10T04:21:59.314Z | Download: 3187/4301 items 163.7/225.4MB 72% complete (9.6M/s) |
161 | 2025-01-10T04:22:04.316Z | Download: 4016/4301 items 219.0/225.4MB 97% complete (10.1M/s) |
162 | 2025-01-10T04:22:07.519Z | Download: Completed 225.42 MB in 28.25 seconds (8.0M/s) |
163 | 2025-01-10T04:22:09.537Z | Actions: 1/5122 actions (Removing old actions) |
164 | 2025-01-10T04:22:09.558Z | Actions: 194/5122 actions (Installing new actions) |
165 | 2025-01-10T04:22:14.299Z | Actions: 4267/5122 actions (Updating modified actions) |
166 | 2025-01-10T04:22:14.652Z | Actions: Completed 5122 actions in 5.11 seconds. |
167 | 2025-01-10T04:22:15.091Z | Done (0.409s) |
168 | 2025-01-10T04:22:15.099Z | Done (0.001s) |
169 | 2025-01-10T04:22:15.654Z | Done (0.584s) |
170 | 2025-01-10T04:22:20.003Z | Done (4.114s) |
171 | 2025-01-10T04:22:20.089Z | Done (0.018s) |
172 | 2025-01-10T04:22:20.092Z | Done (0.000s) |
173 | 2025-01-10T04:22:20.312Z | Done (0.000s) |
174 | 2025-01-10T04:22:21.004Z | Planning: Evaluating mediator changes ... Done |
175 | 2025-01-10T04:22:21.166Z | Planning: Checking for conflicting actions ... Done |
176 | 2025-01-10T04:22:21.168Z | Planning: Consolidating action changes ... Done |
177 | 2025-01-10T04:22:21.448Z | Planning: Evaluating mediators ... Done |
178 | 2025-01-10T04:22:21.450Z | Planning: Planning completed in 0.44 seconds |
179 | 2025-01-10T04:22:21.488Z | Mediators to change: 2 |
180 | 2025-01-10T04:22:21.488Z | Create boot environment: No |
181 | 2025-01-10T04:22:21.490Z | Create backup boot environment: No |
182 | 2025-01-10T04:22:21.587Z | Done |
183 | 2025-01-10T04:22:21.587Z | Done |
184 | 2025-01-10T04:22:21.946Z | Done |
185 | 2025-01-10T04:22:25.769Z | Done |
186 | 2025-01-10T04:22:25.861Z | Done |
187 | 2025-01-10T04:22:25.864Z | Done |
188 | 2025-01-10T04:22:26.051Z | Done |
189 | 2025-01-10T04:22:26.666Z | Planning: Evaluating mediator changes ... Done |
190 | 2025-01-10T04:22:26.669Z | Planning: Merging actions ... Done |
191 | 2025-01-10T04:22:26.857Z | Planning: Checking for conflicting actions ... Done |
192 | 2025-01-10T04:22:26.859Z | Planning: Consolidating action changes ... Done |
193 | 2025-01-10T04:22:27.127Z | Planning: Evaluating mediators ... Done |
194 | 2025-01-10T04:22:27.184Z | Planning: Planning completed in 0.76 seconds |
195 | 2025-01-10T04:22:27.225Z | Packages to change: 1 |
196 | 2025-01-10T04:22:27.225Z | Mediators to change: 1 |
197 | 2025-01-10T04:22:27.225Z | Services to change: 1 |
198 | 2025-01-10T04:22:27.225Z | Create boot environment: No |
199 | 2025-01-10T04:22:27.225Z | Create backup boot environment: Yes |
200 | 2025-01-10T04:22:29.334Z | Actions: 1/6 actions (Updating modified actions) |
201 | 2025-01-10T04:22:29.336Z | Actions: Completed 6 actions in 0.00 seconds. |
202 | 2025-01-10T04:22:29.336Z | Done |
203 | 2025-01-10T04:22:29.336Z | Done |
204 | 2025-01-10T04:22:29.452Z | Done |
205 | 2025-01-10T04:22:33.116Z | Done |
206 | 2025-01-10T04:22:33.207Z | Done |
207 | 2025-01-10T04:22:33.209Z | Done |
208 | 2025-01-10T04:22:33.347Z | Done |
209 | 2025-01-10T04:22:33.788Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
210 | 2025-01-10T04:22:33.788Z | clang system 15 system |
211 | 2025-01-10T04:22:33.788Z | csh system system illumos |
212 | 2025-01-10T04:22:33.788Z | ctags system system illumos |
213 | 2025-01-10T04:22:33.788Z | gcc vendor 12 vendor |
214 | 2025-01-10T04:22:33.788Z | gcc system 10 system |
215 | 2025-01-10T04:22:33.788Z | gcc system 7 system |
216 | 2025-01-10T04:22:33.788Z | go system 1.20 system |
217 | 2025-01-10T04:22:33.788Z | go system 1.19 system |
218 | 2025-01-10T04:22:33.788Z | llvm system 15 system |
219 | 2025-01-10T04:22:33.788Z | llvm system 14 system |
220 | 2025-01-10T04:22:33.788Z | mariadb system 10.6 system |
221 | 2025-01-10T04:22:33.788Z | mta vendor vendor dma |
222 | 2025-01-10T04:22:33.788Z | openjdk system 17 system |
223 | 2025-01-10T04:22:33.788Z | openjdk system 11 system |
224 | 2025-01-10T04:22:33.788Z | openjdk system 1.8 system |
225 | 2025-01-10T04:22:33.788Z | openssl vendor 3 vendor |
226 | 2025-01-10T04:22:33.788Z | perl system 5.36 system |
227 | 2025-01-10T04:22:33.788Z | postgresql system 15 system |
228 | 2025-01-10T04:22:33.788Z | postgresql system 13 system |
229 | 2025-01-10T04:22:33.788Z | python vendor 3 vendor |
230 | 2025-01-10T04:22:33.788Z | python system 2 system |
231 | 2025-01-10T04:22:33.788Z | python3 system 3.11 system |
232 | 2025-01-10T04:22:33.788Z | ruby system 3.0 system |
233 | 2025-01-10T04:22:33.788Z | words vendor vendor american-english |
234 | 2025-01-10T04:22:33.788Z | words system system australian-english |
235 | 2025-01-10T04:22:33.788Z | words system system british-english |
236 | 2025-01-10T04:22:33.788Z | words system system canadian-english |
237 | 2025-01-10T04:22:33.788Z | words system system french |
238 | 2025-01-10T04:22:33.788Z | words system system italian |
239 | 2025-01-10T04:22:33.788Z | words system system ngerman |
240 | 2025-01-10T04:22:33.788Z | words system system ogerman |
241 | 2025-01-10T04:22:33.788Z | words system system spanish |
242 | 2025-01-10T04:22:34.130Z | PUBLISHER TYPE STATUS P LOCATION |
243 | 2025-01-10T04:22:34.130Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
244 | 2025-01-10T04:22:36.919Z | FMRI IFO |
245 | 2025-01-10T04:22:36.920Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
246 | 2025-01-10T04:22:36.920Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
247 | 2025-01-10T04:22:36.920Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
248 | 2025-01-10T04:22:36.920Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
249 | 2025-01-10T04:22:36.920Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
250 | 2025-01-10T04:22:36.920Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
251 | 2025-01-10T04:22:36.920Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
252 | 2025-01-10T04:22:36.920Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
253 | 2025-01-10T04:22:36.920Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
254 | 2025-01-10T04:22:36.920Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
255 | 2025-01-10T04:22:36.920Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
256 | 2025-01-10T04:22:36.920Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
257 | 2025-01-10T04:22:36.920Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
258 | 2025-01-10T04:22:36.920Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
259 | 2025-01-10T04:22:36.920Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
260 | 2025-01-10T04:22:37.698Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
261 | 2025-01-10T04:22:37.972Z | Updating crates.io index |
262 | 2025-01-10T04:22:37.976Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
263 | 2025-01-10T04:22:38.322Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
264 | 2025-01-10T04:22:38.842Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
265 | 2025-01-10T04:22:39.147Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
266 | 2025-01-10T04:22:39.478Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
267 | 2025-01-10T04:22:39.749Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
268 | 2025-01-10T04:22:40.613Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
269 | 2025-01-10T04:22:42.581Z | Updating git repository `https://github.com/oxidecomputer/opte` |
270 | 2025-01-10T04:22:43.251Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
271 | 2025-01-10T04:22:43.980Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
272 | 2025-01-10T04:22:44.263Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
273 | 2025-01-10T04:22:44.525Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
274 | 2025-01-10T04:22:45.086Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
275 | 2025-01-10T04:22:45.417Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
276 | 2025-01-10T04:22:45.832Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
277 | 2025-01-10T04:22:46.080Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
278 | 2025-01-10T04:22:46.353Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
279 | 2025-01-10T04:22:46.617Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
280 | 2025-01-10T04:22:46.890Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
281 | 2025-01-10T04:22:47.245Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
282 | 2025-01-10T04:22:47.657Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
283 | 2025-01-10T04:22:47.913Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
284 | 2025-01-10T04:22:48.484Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
285 | 2025-01-10T04:22:48.776Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
286 | 2025-01-10T04:22:49.223Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
287 | 2025-01-10T04:22:49.592Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
288 | 2025-01-10T04:22:49.889Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
289 | 2025-01-10T04:22:50.164Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
290 | 2025-01-10T04:22:50.425Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
291 | 2025-01-10T04:22:51.682Z | Downloading crates ... |
292 | 2025-01-10T04:22:51.732Z | Downloaded clap_lex v0.7.2 |
293 | 2025-01-10T04:22:51.737Z | Downloaded anstyle-parse v0.2.5 |
294 | 2025-01-10T04:22:51.740Z | Downloaded errno v0.3.9 |
295 | 2025-01-10T04:22:51.743Z | Downloaded plain v0.2.3 |
296 | 2025-01-10T04:22:51.745Z | Downloaded proc-macro-error v1.0.4 |
297 | 2025-01-10T04:22:51.748Z | Downloaded terminal_size v0.4.0 |
298 | 2025-01-10T04:22:51.750Z | Downloaded proc-macro2 v1.0.89 |
299 | 2025-01-10T04:22:51.756Z | Downloaded swrite v0.1.0 |
300 | 2025-01-10T04:22:51.760Z | Downloaded serde_json v1.0.133 |
301 | 2025-01-10T04:22:51.821Z | Downloaded bitflags v2.6.0 |
302 | 2025-01-10T04:22:51.824Z | Downloaded clap v4.5.21 |
303 | 2025-01-10T04:22:51.832Z | Downloaded dof v0.3.0 |
304 | 2025-01-10T04:22:51.835Z | Downloaded anstyle-query v1.1.1 |
305 | 2025-01-10T04:22:51.835Z | Downloaded cargo_toml v0.20.5 |
306 | 2025-01-10T04:22:51.838Z | Downloaded clap_derive v4.5.18 |
307 | 2025-01-10T04:22:51.840Z | Downloaded digest v0.10.7 |
308 | 2025-01-10T04:22:51.840Z | Downloaded anyhow v1.0.93 |
309 | 2025-01-10T04:22:51.844Z | Downloaded cargo_metadata v0.18.1 |
310 | 2025-01-10T04:22:51.846Z | Downloaded fnv v1.0.7 |
311 | 2025-01-10T04:22:51.846Z | Downloaded fastrand v2.1.1 |
312 | 2025-01-10T04:22:51.848Z | Downloaded dtrace-parser v0.2.0 |
313 | 2025-01-10T04:22:51.848Z | Downloaded crypto-common v0.1.6 |
314 | 2025-01-10T04:22:51.851Z | Downloaded cpufeatures v0.2.14 |
315 | 2025-01-10T04:22:51.851Z | Downloaded colorchoice v1.0.2 |
316 | 2025-01-10T04:22:51.851Z | Downloaded cargo-platform v0.1.8 |
317 | 2025-01-10T04:22:51.854Z | Downloaded camino-tempfile v1.1.1 |
318 | 2025-01-10T04:22:51.855Z | Downloaded cfg-if v1.0.0 |
319 | 2025-01-10T04:22:51.857Z | Downloaded camino v1.1.9 |
320 | 2025-01-10T04:22:51.857Z | Downloaded bytecount v0.6.8 |
321 | 2025-01-10T04:22:51.860Z | Downloaded block-buffer v0.10.4 |
322 | 2025-01-10T04:22:51.860Z | Downloaded fs-err v2.11.0 |
323 | 2025-01-10T04:22:51.863Z | Downloaded equivalent v1.0.1 |
324 | 2025-01-10T04:22:51.863Z | Downloaded clap_builder v4.5.21 |
325 | 2025-01-10T04:22:51.868Z | Downloaded once_cell v1.20.2 |
326 | 2025-01-10T04:22:51.871Z | Downloaded indexmap v2.6.0 |
327 | 2025-01-10T04:22:51.875Z | Downloaded anstream v0.6.15 |
328 | 2025-01-10T04:22:51.877Z | Downloaded autocfg v1.4.0 |
329 | 2025-01-10T04:22:51.879Z | Downloaded anstyle v1.0.10 |
330 | 2025-01-10T04:22:51.881Z | Downloaded byteorder v1.5.0 |
331 | 2025-01-10T04:22:51.884Z | Downloaded pretty-hex v0.4.1 |
332 | 2025-01-10T04:22:51.888Z | Downloaded heck v0.4.1 |
333 | 2025-01-10T04:22:51.890Z | Downloaded generic-array v0.14.7 |
334 | 2025-01-10T04:22:51.896Z | Downloaded scroll_derive v0.12.0 |
335 | 2025-01-10T04:22:51.903Z | Downloaded serde_spanned v0.6.8 |
336 | 2025-01-10T04:22:51.908Z | Downloaded scroll v0.12.0 |
337 | 2025-01-10T04:22:51.911Z | Downloaded is_terminal_polyfill v1.70.1 |
338 | 2025-01-10T04:22:51.911Z | Downloaded thread-id v4.2.2 |
339 | 2025-01-10T04:22:51.911Z | Downloaded usdt-macro v0.5.0 |
340 | 2025-01-10T04:22:51.914Z | Downloaded memmap v0.7.0 |
341 | 2025-01-10T04:22:51.914Z | Downloaded macaddr v1.0.1 |
342 | 2025-01-10T04:22:51.916Z | Downloaded usdt-attr-macro v0.5.0 |
343 | 2025-01-10T04:22:51.919Z | Downloaded usdt v0.5.0 |
344 | 2025-01-10T04:22:51.923Z | Downloaded thiserror v1.0.69 |
345 | 2025-01-10T04:22:51.928Z | Downloaded toml_datetime v0.6.8 |
346 | 2025-01-10T04:22:51.932Z | Downloaded serde_tokenstream v0.2.2 |
347 | 2025-01-10T04:22:51.933Z | Downloaded utf8parse v0.2.2 |
348 | 2025-01-10T04:22:51.936Z | Downloaded tabled_derive v0.7.0 |
349 | 2025-01-10T04:22:51.936Z | Downloaded unicode-linebreak v0.1.5 |
350 | 2025-01-10T04:22:51.936Z | Downloaded pest_derive v2.7.14 |
351 | 2025-01-10T04:22:51.936Z | Downloaded smawk v0.3.2 |
352 | 2025-01-10T04:22:51.938Z | Downloaded heck v0.5.0 |
353 | 2025-01-10T04:22:51.939Z | Downloaded proc-macro-error-attr v1.0.4 |
354 | 2025-01-10T04:22:51.939Z | Downloaded semver v1.0.23 |
355 | 2025-01-10T04:22:51.941Z | Downloaded strsim v0.11.1 |
356 | 2025-01-10T04:22:51.941Z | Downloaded log v0.4.22 |
357 | 2025-01-10T04:22:51.945Z | Downloaded pest_generator v2.7.14 |
358 | 2025-01-10T04:22:51.945Z | Downloaded itoa v1.0.11 |
359 | 2025-01-10T04:22:51.949Z | Downloaded tempfile v3.13.0 |
360 | 2025-01-10T04:22:51.949Z | Downloaded zerocopy-derive v0.7.35 |
361 | 2025-01-10T04:22:51.951Z | Downloaded thiserror-impl v1.0.69 |
362 | 2025-01-10T04:22:51.954Z | Downloaded version_check v0.9.5 |
363 | 2025-01-10T04:22:51.954Z | Downloaded pest_meta v2.7.14 |
364 | 2025-01-10T04:22:51.957Z | Downloaded quote v1.0.37 |
365 | 2025-01-10T04:22:51.959Z | Downloaded sha2 v0.10.8 |
366 | 2025-01-10T04:22:51.962Z | Downloaded pest v2.7.14 |
367 | 2025-01-10T04:22:51.966Z | Downloaded memchr v2.7.4 |
368 | 2025-01-10T04:22:51.971Z | Downloaded usdt-impl v0.5.0 |
369 | 2025-01-10T04:22:51.974Z | Downloaded unicode-ident v1.0.13 |
370 | 2025-01-10T04:22:51.974Z | Downloaded papergrid v0.11.0 |
371 | 2025-01-10T04:22:51.978Z | Downloaded ucd-trie v0.1.7 |
372 | 2025-01-10T04:22:51.981Z | Downloaded typenum v1.17.0 |
373 | 2025-01-10T04:22:51.984Z | Downloaded serde_derive v1.0.215 |
374 | 2025-01-10T04:22:51.986Z | Downloaded toml v0.8.19 |
375 | 2025-01-10T04:22:51.990Z | Downloaded textwrap v0.16.1 |
376 | 2025-01-10T04:22:51.994Z | Downloaded ryu v1.0.18 |
377 | 2025-01-10T04:22:52.003Z | Downloaded serde v1.0.215 |
378 | 2025-01-10T04:22:52.011Z | Downloaded toml_edit v0.22.22 |
379 | 2025-01-10T04:22:52.038Z | Downloaded hashbrown v0.15.1 |
380 | 2025-01-10T04:22:52.046Z | Downloaded zerocopy v0.7.35 |
381 | 2025-01-10T04:22:52.060Z | Downloaded goblin v0.8.2 |
382 | 2025-01-10T04:22:52.066Z | Downloaded winnow v0.6.20 |
383 | 2025-01-10T04:22:52.074Z | Downloaded tabled v0.15.0 |
384 | 2025-01-10T04:22:52.088Z | Downloaded syn v1.0.109 |
385 | 2025-01-10T04:22:52.098Z | Downloaded unicode-width v0.1.14 |
386 | 2025-01-10T04:22:52.103Z | Downloaded syn v2.0.87 |
387 | 2025-01-10T04:22:52.113Z | Downloaded rustix v0.38.37 |
388 | 2025-01-10T04:22:52.147Z | Downloaded libc v0.2.162 |
389 | 2025-01-10T04:22:52.457Z | Compiling proc-macro2 v1.0.89 |
390 | 2025-01-10T04:22:52.457Z | Compiling unicode-ident v1.0.13 |
391 | 2025-01-10T04:22:52.457Z | Compiling version_check v0.9.5 |
392 | 2025-01-10T04:22:52.460Z | Compiling serde v1.0.215 |
393 | 2025-01-10T04:22:52.460Z | Compiling thiserror v1.0.69 |
394 | 2025-01-10T04:22:52.460Z | Compiling memchr v2.7.4 |
395 | 2025-01-10T04:22:52.460Z | Compiling libc v0.2.162 |
396 | 2025-01-10T04:22:52.493Z | Compiling ucd-trie v0.1.7 |
397 | 2025-01-10T04:22:52.709Z | Compiling itoa v1.0.11 |
398 | 2025-01-10T04:22:52.953Z | Compiling ryu v1.0.18 |
399 | 2025-01-10T04:22:53.227Z | Compiling once_cell v1.20.2 |
400 | 2025-01-10T04:22:53.324Z | Compiling byteorder v1.5.0 |
401 | 2025-01-10T04:22:53.500Z | Compiling rustix v0.38.37 |
402 | 2025-01-10T04:22:53.674Z | Compiling serde_json v1.0.133 |
403 | 2025-01-10T04:22:53.810Z | Compiling bitflags v2.6.0 |
404 | 2025-01-10T04:22:54.045Z | Compiling usdt-impl v0.5.0 |
405 | 2025-01-10T04:22:54.286Z | Compiling proc-macro-error-attr v1.0.4 |
406 | 2025-01-10T04:22:54.319Z | Compiling syn v1.0.109 |
407 | 2025-01-10T04:22:54.348Z | Compiling proc-macro-error v1.0.4 |
408 | 2025-01-10T04:22:54.399Z | Compiling quote v1.0.37 |
409 | 2025-01-10T04:22:54.630Z | Compiling log v0.4.22 |
410 | 2025-01-10T04:22:54.649Z | Compiling equivalent v1.0.1 |
411 | 2025-01-10T04:22:54.675Z | Compiling utf8parse v0.2.2 |
412 | 2025-01-10T04:22:54.770Z | Compiling errno v0.3.9 |
413 | 2025-01-10T04:22:54.848Z | Compiling syn v2.0.87 |
414 | 2025-01-10T04:22:55.003Z | Compiling thread-id v4.2.2 |
415 | 2025-01-10T04:22:55.030Z | Compiling camino v1.1.9 |
416 | 2025-01-10T04:22:55.053Z | Compiling hashbrown v0.15.1 |
417 | 2025-01-10T04:22:55.076Z | Compiling plain v0.2.3 |
418 | 2025-01-10T04:22:55.144Z | Compiling anstyle-parse v0.2.5 |
419 | 2025-01-10T04:22:55.495Z | Compiling unicode-width v0.1.14 |
420 | 2025-01-10T04:22:55.696Z | Compiling colorchoice v1.0.2 |
421 | 2025-01-10T04:22:55.732Z | Compiling anstyle-query v1.1.1 |
422 | 2025-01-10T04:22:55.885Z | Compiling anstyle v1.0.10 |
423 | 2025-01-10T04:22:55.911Z | Compiling winnow v0.6.20 |
424 | 2025-01-10T04:22:56.030Z | Compiling autocfg v1.4.0 |
425 | 2025-01-10T04:22:56.106Z | Compiling is_terminal_polyfill v1.70.1 |
426 | 2025-01-10T04:22:56.240Z | Compiling indexmap v2.6.0 |
427 | 2025-01-10T04:22:56.270Z | Compiling pretty-hex v0.4.1 |
428 | 2025-01-10T04:22:56.340Z | Compiling semver v1.0.23 |
429 | 2025-01-10T04:22:56.479Z | Compiling anstream v0.6.15 |
430 | 2025-01-10T04:22:57.132Z | Compiling terminal_size v0.4.0 |
431 | 2025-01-10T04:22:57.198Z | Compiling fs-err v2.11.0 |
432 | 2025-01-10T04:22:57.353Z | Compiling fnv v1.0.7 |
433 | 2025-01-10T04:22:57.379Z | Compiling cfg-if v1.0.0 |
434 | 2025-01-10T04:22:57.470Z | Compiling fastrand v2.1.1 |
435 | 2025-01-10T04:22:57.473Z | Compiling bytecount v0.6.8 |
436 | 2025-01-10T04:22:57.520Z | Compiling anyhow v1.0.93 |
437 | 2025-01-10T04:22:57.606Z | Compiling clap_lex v0.7.2 |
438 | 2025-01-10T04:22:57.711Z | Compiling heck v0.5.0 |
439 | 2025-01-10T04:22:58.118Z | Compiling heck v0.4.1 |
440 | 2025-01-10T04:22:58.152Z | Compiling strsim v0.11.1 |
441 | 2025-01-10T04:22:58.599Z | Compiling tempfile v3.13.0 |
442 | 2025-01-10T04:22:58.627Z | Compiling clap_builder v4.5.21 |
443 | 2025-01-10T04:22:58.670Z | Compiling papergrid v0.11.0 |
444 | 2025-01-10T04:22:58.859Z | Compiling memmap v0.7.0 |
445 | 2025-01-10T04:22:59.113Z | Compiling smawk v0.3.2 |
446 | 2025-01-10T04:22:59.237Z | Compiling unicode-linebreak v0.1.5 |
447 | 2025-01-10T04:22:59.710Z | Compiling textwrap v0.16.1 |
448 | 2025-01-10T04:22:59.898Z | Compiling swrite v0.1.0 |
449 | 2025-01-10T04:23:00.903Z | Compiling tabled_derive v0.7.0 |
450 | 2025-01-10T04:23:02.461Z | Compiling tabled v0.15.0 |
451 | 2025-01-10T04:23:03.920Z | Compiling serde_derive v1.0.215 |
452 | 2025-01-10T04:23:03.923Z | Compiling thiserror-impl v1.0.69 |
453 | 2025-01-10T04:23:03.989Z | Compiling zerocopy-derive v0.7.35 |
454 | 2025-01-10T04:23:04.016Z | Compiling scroll_derive v0.12.0 |
455 | 2025-01-10T04:23:04.220Z | Compiling clap_derive v4.5.18 |
456 | 2025-01-10T04:23:05.199Z | Compiling scroll v0.12.0 |
457 | 2025-01-10T04:23:05.653Z | Compiling goblin v0.8.2 |
458 | 2025-01-10T04:23:05.775Z | Compiling zerocopy v0.7.35 |
459 | 2025-01-10T04:23:06.687Z | Compiling pest v2.7.14 |
460 | 2025-01-10T04:23:08.193Z | Compiling clap v4.5.21 |
461 | 2025-01-10T04:23:08.971Z | Compiling pest_meta v2.7.14 |
462 | 2025-01-10T04:23:09.801Z | Compiling pest_generator v2.7.14 |
463 | 2025-01-10T04:23:11.651Z | Compiling pest_derive v2.7.14 |
464 | 2025-01-10T04:23:12.211Z | Compiling dtrace-parser v0.2.0 |
465 | 2025-01-10T04:23:14.276Z | Compiling serde_tokenstream v0.2.2 |
466 | 2025-01-10T04:23:14.317Z | Compiling serde_spanned v0.6.8 |
467 | 2025-01-10T04:23:14.319Z | Compiling toml_datetime v0.6.8 |
468 | 2025-01-10T04:23:14.582Z | Compiling cargo-platform v0.1.8 |
469 | 2025-01-10T04:23:14.665Z | Compiling toml_edit v0.22.22 |
470 | 2025-01-10T04:23:14.880Z | Compiling macaddr v1.0.1 |
471 | 2025-01-10T04:23:15.166Z | Compiling camino-tempfile v1.1.1 |
472 | 2025-01-10T04:23:15.732Z | Compiling dof v0.3.0 |
473 | 2025-01-10T04:23:15.886Z | Compiling cargo_metadata v0.18.1 |
474 | 2025-01-10T04:23:17.408Z | Compiling usdt-macro v0.5.0 |
475 | 2025-01-10T04:23:17.410Z | Compiling usdt-attr-macro v0.5.0 |
476 | 2025-01-10T04:23:17.457Z | Compiling toml v0.8.19 |
477 | 2025-01-10T04:23:18.333Z | Compiling cargo_toml v0.20.5 |
478 | 2025-01-10T04:23:18.762Z | Compiling usdt v0.5.0 |
479 | 2025-01-10T04:23:21.958Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
480 | 2025-01-10T04:23:26.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.64s |
481 | 2025-01-10T04:23:26.383Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
482 | 2025-01-10T04:23:26.923Z | Downloading crates ... |
483 | 2025-01-10T04:23:27.042Z | Downloaded assert_matches v1.5.0 |
484 | 2025-01-10T04:23:27.045Z | Downloaded atty v0.2.14 |
485 | 2025-01-10T04:23:27.050Z | Downloaded adler2 v2.0.0 |
486 | 2025-01-10T04:23:27.058Z | Downloaded async-stream-impl v0.3.6 |
487 | 2025-01-10T04:23:27.061Z | Downloaded http-body v1.0.1 |
488 | 2025-01-10T04:23:27.063Z | Downloaded crunchy v0.2.2 |
489 | 2025-01-10T04:23:27.063Z | Downloaded headers-core v0.3.0 |
490 | 2025-01-10T04:23:27.065Z | Downloaded cfg_aliases v0.2.1 |
491 | 2025-01-10T04:23:27.072Z | Downloaded cstr-argument v0.1.2 |
492 | 2025-01-10T04:23:27.075Z | Downloaded atomicwrites v0.4.4 |
493 | 2025-01-10T04:23:27.075Z | Downloaded cfg_aliases v0.1.1 |
494 | 2025-01-10T04:23:27.078Z | Downloaded bitfield v0.14.0 |
495 | 2025-01-10T04:23:27.081Z | Downloaded http-range v0.1.5 |
496 | 2025-01-10T04:23:27.083Z | Downloaded icu_provider_macros v1.5.0 |
497 | 2025-01-10T04:23:27.083Z | Downloaded async-recursion v1.1.1 |
498 | 2025-01-10T04:23:27.087Z | Downloaded backoff v0.4.0 |
499 | 2025-01-10T04:23:27.091Z | Downloaded arrayref v0.3.9 |
500 | 2025-01-10T04:23:27.094Z | Downloaded bb8 v0.8.5 |
501 | 2025-01-10T04:23:27.094Z | Downloaded md5 v0.7.0 |
502 | 2025-01-10T04:23:27.097Z | Downloaded crucible-workspace-hack v0.1.0 |
503 | 2025-01-10T04:23:27.097Z | Downloaded ciborium-io v0.2.2 |
504 | 2025-01-10T04:23:27.097Z | Downloaded match_cfg v0.1.0 |
505 | 2025-01-10T04:23:27.099Z | Downloaded cassowary v0.3.0 |
506 | 2025-01-10T04:23:27.099Z | Downloaded atomic-waker v1.1.2 |
507 | 2025-01-10T04:23:27.103Z | Downloaded home v0.5.9 |
508 | 2025-01-10T04:23:27.103Z | Downloaded crc-catalog v2.4.0 |
509 | 2025-01-10T04:23:27.107Z | Downloaded humantime v2.1.0 |
510 | 2025-01-10T04:23:27.110Z | Downloaded bit-vec v0.6.3 |
511 | 2025-01-10T04:23:27.110Z | Downloaded ascii-canvas v3.0.0 |
512 | 2025-01-10T04:23:27.110Z | Downloaded is_ci v1.2.0 |
513 | 2025-01-10T04:23:27.113Z | Downloaded cobs v0.2.3 |
514 | 2025-01-10T04:23:27.113Z | Downloaded ident_case v1.0.1 |
515 | 2025-01-10T04:23:27.117Z | Downloaded colored v2.1.0 |
516 | 2025-01-10T04:23:27.117Z | Downloaded instant v0.1.13 |
517 | 2025-01-10T04:23:27.120Z | Downloaded constant_time_eq v0.3.1 |
518 | 2025-01-10T04:23:27.120Z | Downloaded hex-literal v0.4.1 |
519 | 2025-01-10T04:23:27.123Z | Downloaded heck v0.3.3 |
520 | 2025-01-10T04:23:27.123Z | Downloaded cbc v0.1.2 |
521 | 2025-01-10T04:23:27.125Z | Downloaded hyper-tls v0.6.0 |
522 | 2025-01-10T04:23:27.128Z | Downloaded http-body-util v0.1.2 |
523 | 2025-01-10T04:23:27.128Z | Downloaded bit-set v0.5.3 |
524 | 2025-01-10T04:23:27.131Z | Downloaded async-trait v0.1.83 |
525 | 2025-01-10T04:23:27.133Z | Downloaded lru v0.12.5 |
526 | 2025-01-10T04:23:27.136Z | Downloaded keccak v0.1.5 |
527 | 2025-01-10T04:23:27.139Z | Downloaded base64ct v1.6.0 |
528 | 2025-01-10T04:23:27.141Z | Downloaded progenitor-client v0.8.0 |
529 | 2025-01-10T04:23:27.144Z | Downloaded linked-hash-map v0.5.6 |
530 | 2025-01-10T04:23:27.144Z | Downloaded lalrpop-util v0.19.12 |
531 | 2025-01-10T04:23:27.144Z | Downloaded internet-checksum v0.2.1 |
532 | 2025-01-10T04:23:27.146Z | Downloaded inout v0.1.3 |
533 | 2025-01-10T04:23:27.150Z | Downloaded libsw v3.3.1 |
534 | 2025-01-10T04:23:27.150Z | Downloaded kstat-rs v0.2.4 |
535 | 2025-01-10T04:23:27.152Z | Downloaded ciborium-ll v0.2.2 |
536 | 2025-01-10T04:23:27.153Z | Downloaded castaway v0.2.3 |
537 | 2025-01-10T04:23:27.155Z | Downloaded darling v0.20.10 |
538 | 2025-01-10T04:23:27.159Z | Downloaded libefi-sys v0.1.0 |
539 | 2025-01-10T04:23:27.162Z | Downloaded lockfree-object-pool v0.1.6 |
540 | 2025-01-10T04:23:27.165Z | Downloaded indoc v1.0.9 |
541 | 2025-01-10T04:23:27.168Z | Downloaded curve25519-dalek-derive v0.1.1 |
542 | 2025-01-10T04:23:27.171Z | Downloaded managed v0.8.0 |
543 | 2025-01-10T04:23:27.171Z | Downloaded crc32fast v1.4.2 |
544 | 2025-01-10T04:23:27.174Z | Downloaded mime v0.3.17 |
545 | 2025-01-10T04:23:27.176Z | Downloaded maybe-uninit v2.0.0 |
546 | 2025-01-10T04:23:27.178Z | Downloaded memoffset v0.9.1 |
547 | 2025-01-10T04:23:27.178Z | Downloaded maplit v1.0.2 |
548 | 2025-01-10T04:23:27.181Z | Downloaded httparse v1.9.5 |
549 | 2025-01-10T04:23:27.183Z | Downloaded hickory-client v0.24.1 |
550 | 2025-01-10T04:23:27.186Z | Downloaded highway v1.2.0 |
551 | 2025-01-10T04:23:27.192Z | Downloaded jobserver v0.1.32 |
552 | 2025-01-10T04:23:27.194Z | Downloaded addr2line v0.24.2 |
553 | 2025-01-10T04:23:27.194Z | Downloaded md-5 v0.10.6 |
554 | 2025-01-10T04:23:27.197Z | Downloaded const_format_proc_macros v0.2.33 |
555 | 2025-01-10T04:23:27.199Z | Downloaded ipnet v2.10.1 |
556 | 2025-01-10T04:23:27.202Z | Downloaded hyper-util v0.1.10 |
557 | 2025-01-10T04:23:27.206Z | Downloaded litemap v0.7.3 |
558 | 2025-01-10T04:23:27.209Z | Downloaded lock_api v0.4.12 |
559 | 2025-01-10T04:23:27.212Z | Downloaded csv-core v0.1.11 |
560 | 2025-01-10T04:23:27.214Z | Downloaded sync-ptr v0.1.1 |
561 | 2025-01-10T04:23:27.217Z | Downloaded bzip2 v0.4.4 |
562 | 2025-01-10T04:23:27.219Z | Downloaded ipnetwork v0.20.0 |
563 | 2025-01-10T04:23:27.219Z | Downloaded hmac v0.12.1 |
564 | 2025-01-10T04:23:27.221Z | Downloaded libloading v0.8.5 |
565 | 2025-01-10T04:23:27.225Z | Downloaded signature v2.2.0 |
566 | 2025-01-10T04:23:27.228Z | Downloaded secrecy v0.8.0 |
567 | 2025-01-10T04:23:27.231Z | Downloaded memmap2 v0.9.5 |
568 | 2025-01-10T04:23:27.231Z | Downloaded yoke-derive v0.7.4 |
569 | 2025-01-10T04:23:27.233Z | Downloaded hyper-rustls v0.27.3 |
570 | 2025-01-10T04:23:27.235Z | Downloaded rusty-fork v0.3.0 |
571 | 2025-01-10T04:23:27.238Z | Downloaded sec1 v0.7.3 |
572 | 2025-01-10T04:23:27.240Z | Downloaded indexmap v1.9.3 |
573 | 2025-01-10T04:23:27.244Z | Downloaded derive_builder_macro v0.20.2 |
574 | 2025-01-10T04:23:27.247Z | Downloaded base64 v0.22.1 |
575 | 2025-01-10T04:23:27.250Z | Downloaded new_debug_unreachable v1.0.6 |
576 | 2025-01-10T04:23:27.253Z | Downloaded slog-bunyan v2.5.0 |
577 | 2025-01-10T04:23:27.255Z | Downloaded ahash v0.8.11 |
578 | 2025-01-10T04:23:27.258Z | Downloaded slog-async v2.8.0 |
579 | 2025-01-10T04:23:27.260Z | Downloaded thread_local v1.1.8 |
580 | 2025-01-10T04:23:27.261Z | Downloaded thiserror-no-std v2.0.2 |
581 | 2025-01-10T04:23:27.264Z | Downloaded parse-size v1.1.0 |
582 | 2025-01-10T04:23:27.269Z | Downloaded float-ord v0.3.2 |
583 | 2025-01-10T04:23:27.272Z | Downloaded thiserror-impl v2.0.3 |
584 | 2025-01-10T04:23:27.272Z | Downloaded zone v0.1.8 |
585 | 2025-01-10T04:23:27.272Z | Downloaded utf8_iter v1.0.4 |
586 | 2025-01-10T04:23:27.272Z | Downloaded thiserror-impl-no-std v2.0.2 |
587 | 2025-01-10T04:23:27.274Z | Downloaded embedded-io v0.6.1 |
588 | 2025-01-10T04:23:27.276Z | Downloaded embedded-io v0.4.0 |
589 | 2025-01-10T04:23:27.278Z | Downloaded icu_normalizer v1.5.0 |
590 | 2025-01-10T04:23:27.283Z | Downloaded icu_locid_transform_data v1.5.0 |
591 | 2025-01-10T04:23:27.286Z | Downloaded iana-time-zone v0.1.61 |
592 | 2025-01-10T04:23:27.288Z | Downloaded display-error-chain v0.2.2 |
593 | 2025-01-10T04:23:27.290Z | Downloaded utf16_iter v1.0.5 |
594 | 2025-01-10T04:23:27.294Z | Downloaded unicase v2.7.0 |
595 | 2025-01-10T04:23:27.296Z | Downloaded icu_properties v1.5.1 |
596 | 2025-01-10T04:23:27.298Z | Downloaded bytes v1.8.0 |
597 | 2025-01-10T04:23:27.303Z | Downloaded const-oid v0.9.6 |
598 | 2025-01-10T04:23:27.305Z | Downloaded openssl-macros v0.1.1 |
599 | 2025-01-10T04:23:27.305Z | Downloaded dirs-next v2.0.0 |
600 | 2025-01-10T04:23:27.308Z | Downloaded zerovec-derive v0.10.3 |
601 | 2025-01-10T04:23:27.310Z | Downloaded futures-task v0.3.31 |
602 | 2025-01-10T04:23:27.310Z | Downloaded futures-sink v0.3.31 |
603 | 2025-01-10T04:23:27.312Z | Downloaded take_mut v0.2.2 |
604 | 2025-01-10T04:23:27.315Z | Downloaded clang-sys v1.8.1 |
605 | 2025-01-10T04:23:27.318Z | Downloaded sync_wrapper v1.0.1 |
606 | 2025-01-10T04:23:27.318Z | Downloaded tokio-stream v0.1.16 |
607 | 2025-01-10T04:23:27.323Z | Downloaded phf_codegen v0.11.2 |
608 | 2025-01-10T04:23:27.326Z | Downloaded packed_struct v0.10.1 |
609 | 2025-01-10T04:23:27.328Z | Downloaded phf v0.11.2 |
610 | 2025-01-10T04:23:27.330Z | Downloaded chacha20poly1305 v0.10.1 |
611 | 2025-01-10T04:23:27.334Z | Downloaded value-bag v1.9.0 |
612 | 2025-01-10T04:23:27.336Z | Downloaded allocator-api2 v0.2.18 |
613 | 2025-01-10T04:23:27.338Z | Downloaded arc-swap v1.7.1 |
614 | 2025-01-10T04:23:27.342Z | Downloaded diesel_table_macro_syntax v0.2.0 |
615 | 2025-01-10T04:23:27.345Z | Downloaded zone_cfg_derive v0.3.0 |
616 | 2025-01-10T04:23:27.345Z | Downloaded ref-cast-impl v1.0.23 |
617 | 2025-01-10T04:23:27.347Z | Downloaded heapless v0.8.0 |
618 | 2025-01-10T04:23:27.351Z | Downloaded crypto-bigint v0.5.5 |
619 | 2025-01-10T04:23:27.359Z | Downloaded zone_cfg_derive v0.1.2 |
620 | 2025-01-10T04:23:27.361Z | Downloaded rand_core v0.6.4 |
621 | 2025-01-10T04:23:27.364Z | Downloaded hickory-resolver v0.24.1 |
622 | 2025-01-10T04:23:27.371Z | Downloaded slog-json v2.6.1 |
623 | 2025-01-10T04:23:27.374Z | Downloaded slog-envlogger v2.2.0 |
624 | 2025-01-10T04:23:27.374Z | Downloaded num-complex v0.4.6 |
625 | 2025-01-10T04:23:27.374Z | Downloaded phf_shared v0.10.0 |
626 | 2025-01-10T04:23:27.377Z | Downloaded prettyplease v0.2.25 |
627 | 2025-01-10T04:23:27.381Z | Downloaded precomputed-hash v0.1.1 |
628 | 2025-01-10T04:23:27.381Z | Downloaded tap v1.0.1 |
629 | 2025-01-10T04:23:27.383Z | Downloaded unicode-xid v0.2.6 |
630 | 2025-01-10T04:23:27.383Z | Downloaded twox-hash v1.6.3 |
631 | 2025-01-10T04:23:27.386Z | Downloaded uuid v1.11.1 |
632 | 2025-01-10T04:23:27.389Z | Downloaded password-hash v0.4.2 |
633 | 2025-01-10T04:23:27.391Z | Downloaded tracing-attributes v0.1.27 |
634 | 2025-01-10T04:23:27.396Z | Downloaded derive_more v0.99.18 |
635 | 2025-01-10T04:23:27.400Z | Downloaded wyz v0.5.1 |
636 | 2025-01-10T04:23:27.404Z | Downloaded ssh-cipher v0.2.0 |
637 | 2025-01-10T04:23:27.406Z | Downloaded postcard v1.0.10 |
638 | 2025-01-10T04:23:27.409Z | Downloaded postgres-protocol v0.6.7 |
639 | 2025-01-10T04:23:27.411Z | Downloaded http v1.1.0 |
640 | 2025-01-10T04:23:27.414Z | Downloaded rustc_version v0.1.7 |
641 | 2025-01-10T04:23:27.416Z | Downloaded hickory-server v0.24.1 |
642 | 2025-01-10T04:23:27.422Z | Downloaded futures-core v0.3.31 |
643 | 2025-01-10T04:23:27.424Z | Downloaded fd-lock v4.0.2 |
644 | 2025-01-10T04:23:27.426Z | Downloaded qorb v0.2.1 |
645 | 2025-01-10T04:23:27.431Z | Downloaded serde_derive_internals v0.29.1 |
646 | 2025-01-10T04:23:27.434Z | Downloaded untrusted v0.7.1 |
647 | 2025-01-10T04:23:27.436Z | Downloaded num-iter v0.1.45 |
648 | 2025-01-10T04:23:27.439Z | Downloaded num-integer v0.1.46 |
649 | 2025-01-10T04:23:27.439Z | Downloaded zerofrom v0.1.4 |
650 | 2025-01-10T04:23:27.442Z | Downloaded progenitor-impl v0.8.0 |
651 | 2025-01-10T04:23:27.444Z | Downloaded parse-display-derive v0.10.0 |
652 | 2025-01-10T04:23:27.446Z | Downloaded term v0.7.0 |
653 | 2025-01-10T04:23:27.460Z | Downloaded downcast v0.11.0 |
654 | 2025-01-10T04:23:27.463Z | Downloaded rand_seeder v0.3.0 |
655 | 2025-01-10T04:23:27.465Z | Downloaded aes v0.8.4 |
656 | 2025-01-10T04:23:27.468Z | Downloaded rustls-pemfile v1.0.4 |
657 | 2025-01-10T04:23:27.471Z | Downloaded rustc_version v0.4.1 |
658 | 2025-01-10T04:23:27.474Z | Downloaded yoke v0.7.4 |
659 | 2025-01-10T04:23:27.474Z | Downloaded rand_xorshift v0.3.0 |
660 | 2025-01-10T04:23:27.476Z | Downloaded number_prefix v0.4.0 |
661 | 2025-01-10T04:23:27.478Z | Downloaded env_filter v0.1.2 |
662 | 2025-01-10T04:23:27.478Z | Downloaded num_threads v0.1.7 |
663 | 2025-01-10T04:23:27.481Z | Downloaded rand_chacha v0.3.1 |
664 | 2025-01-10T04:23:27.483Z | Downloaded smallvec v0.6.14 |
665 | 2025-01-10T04:23:27.485Z | Downloaded psl-types v2.0.11 |
666 | 2025-01-10T04:23:27.485Z | Downloaded static_assertions v1.1.0 |
667 | 2025-01-10T04:23:27.487Z | Downloaded stable_deref_trait v1.2.0 |
668 | 2025-01-10T04:23:27.487Z | Downloaded multer v3.1.0 |
669 | 2025-01-10T04:23:27.491Z | Downloaded structmeta-derive v0.2.0 |
670 | 2025-01-10T04:23:27.493Z | Downloaded rpassword v7.3.1 |
671 | 2025-01-10T04:23:27.496Z | Downloaded untrusted v0.9.0 |
672 | 2025-01-10T04:23:27.496Z | Downloaded unicode-truncate v1.1.0 |
673 | 2025-01-10T04:23:27.499Z | Downloaded topological-sort v0.2.2 |
674 | 2025-01-10T04:23:27.502Z | Downloaded strum v0.26.3 |
675 | 2025-01-10T04:23:27.502Z | Downloaded stringprep v0.1.5 |
676 | 2025-01-10T04:23:27.502Z | Downloaded password-hash v0.5.0 |
677 | 2025-01-10T04:23:27.504Z | Downloaded subprocess v0.2.9 |
678 | 2025-01-10T04:23:27.508Z | Downloaded futures-executor v0.3.31 |
679 | 2025-01-10T04:23:27.510Z | Downloaded string_cache v0.8.7 |
680 | 2025-01-10T04:23:27.513Z | Downloaded num-rational v0.4.2 |
681 | 2025-01-10T04:23:27.515Z | Downloaded fallible-streaming-iterator v0.1.9 |
682 | 2025-01-10T04:23:27.515Z | Downloaded fallible-iterator v0.3.0 |
683 | 2025-01-10T04:23:27.518Z | Downloaded fallible-iterator v0.2.0 |
684 | 2025-01-10T04:23:27.518Z | Downloaded ed25519 v2.2.3 |
685 | 2025-01-10T04:23:27.520Z | Downloaded ron v0.8.1 |
686 | 2025-01-10T04:23:27.527Z | Downloaded write16 v1.0.0 |
687 | 2025-01-10T04:23:27.529Z | Downloaded libxml v0.3.3 |
688 | 2025-01-10T04:23:27.537Z | Downloaded endian-type v0.1.2 |
689 | 2025-01-10T04:23:27.539Z | Downloaded radium v0.7.0 |
690 | 2025-01-10T04:23:27.539Z | Downloaded mockall_derive v0.13.0 |
691 | 2025-01-10T04:23:27.542Z | Downloaded futures v0.3.31 |
692 | 2025-01-10T04:23:27.547Z | Downloaded tokio-tungstenite v0.23.1 |
693 | 2025-01-10T04:23:27.550Z | Downloaded dsl_auto_type v0.1.2 |
694 | 2025-01-10T04:23:27.553Z | Downloaded newtype_derive v0.1.6 |
695 | 2025-01-10T04:23:27.557Z | Downloaded rtoolbox v0.0.2 |
696 | 2025-01-10T04:23:27.557Z | Downloaded tar v0.4.42 |
697 | 2025-01-10T04:23:27.559Z | Downloaded schemars_derive v0.8.21 |
698 | 2025-01-10T04:23:27.562Z | Downloaded scheduled-thread-pool v0.2.7 |
699 | 2025-01-10T04:23:27.565Z | Downloaded rfc6979 v0.4.0 |
700 | 2025-01-10T04:23:27.565Z | Downloaded zip v2.1.3 |
701 | 2025-01-10T04:23:27.569Z | Downloaded scrypt v0.11.0 |
702 | 2025-01-10T04:23:27.572Z | Downloaded pbkdf2 v0.12.2 |
703 | 2025-01-10T04:23:27.574Z | Downloaded path-slash v0.1.5 |
704 | 2025-01-10T04:23:27.574Z | Downloaded strum_macros v0.24.3 |
705 | 2025-01-10T04:23:27.576Z | Downloaded tiny-keccak v2.0.2 |
706 | 2025-01-10T04:23:27.579Z | Downloaded slab v0.4.9 |
707 | 2025-01-10T04:23:27.582Z | Downloaded tokio-macros v2.4.0 |
708 | 2025-01-10T04:23:27.585Z | Downloaded tokio-native-tls v0.3.1 |
709 | 2025-01-10T04:23:27.587Z | Downloaded aes-gcm v0.10.3 |
710 | 2025-01-10T04:23:27.589Z | Downloaded foreign-types-shared v0.1.1 |
711 | 2025-01-10T04:23:27.592Z | Downloaded darling_core v0.20.10 |
712 | 2025-01-10T04:23:27.596Z | Downloaded either v1.13.0 |
713 | 2025-01-10T04:23:27.599Z | Downloaded postgres-types v0.2.8 |
714 | 2025-01-10T04:23:27.601Z | Downloaded hyper v1.5.0 |
715 | 2025-01-10T04:23:27.609Z | Downloaded foreign-types-shared v0.3.1 |
716 | 2025-01-10T04:23:27.612Z | Downloaded dunce v1.0.5 |
717 | 2025-01-10T04:23:27.614Z | Downloaded rand v0.8.5 |
718 | 2025-01-10T04:23:27.618Z | Downloaded semver v0.1.20 |
719 | 2025-01-10T04:23:27.621Z | Downloaded parse-zoneinfo v0.3.1 |
720 | 2025-01-10T04:23:27.623Z | Downloaded typed-path v0.9.3 |
721 | 2025-01-10T04:23:27.629Z | Downloaded serde-big-array v0.5.1 |
722 | 2025-01-10T04:23:27.631Z | Downloaded siphasher v0.3.11 |
723 | 2025-01-10T04:23:27.633Z | Downloaded tinyvec_macros v0.1.1 |
724 | 2025-01-10T04:23:27.635Z | Downloaded foreign-types v0.3.2 |
725 | 2025-01-10T04:23:27.635Z | Downloaded time-core v0.1.2 |
726 | 2025-01-10T04:23:27.638Z | Downloaded packed_struct_codegen v0.10.1 |
727 | 2025-01-10T04:23:27.638Z | Downloaded simd-adler32 v0.3.7 |
728 | 2025-01-10T04:23:27.640Z | Downloaded peg v0.8.4 |
729 | 2025-01-10T04:23:27.644Z | Downloaded newline-converter v0.3.0 |
730 | 2025-01-10T04:23:27.646Z | Downloaded env_logger v0.10.2 |
731 | 2025-01-10T04:23:27.649Z | Downloaded form_urlencoded v1.2.1 |
732 | 2025-01-10T04:23:27.651Z | Downloaded foreign-types v0.5.0 |
733 | 2025-01-10T04:23:27.654Z | Downloaded vte v0.11.1 |
734 | 2025-01-10T04:23:27.656Z | Downloaded miniz_oxide v0.8.0 |
735 | 2025-01-10T04:23:27.659Z | Downloaded vsss-rs v3.3.4 |
736 | 2025-01-10T04:23:27.661Z | Downloaded omicron-zone-package v0.12.0 |
737 | 2025-01-10T04:23:27.665Z | Downloaded sqlparser_derive v0.2.2 |
738 | 2025-01-10T04:23:27.667Z | Downloaded newtype-uuid v1.1.3 |
739 | 2025-01-10T04:23:27.667Z | Downloaded slog v2.7.0 |
740 | 2025-01-10T04:23:27.671Z | Downloaded deranged v0.3.11 |
741 | 2025-01-10T04:23:27.673Z | Downloaded waitgroup v0.1.2 |
742 | 2025-01-10T04:23:27.675Z | Downloaded predicates-tree v1.0.11 |
743 | 2025-01-10T04:23:27.675Z | Downloaded predicates v3.1.2 |
744 | 2025-01-10T04:23:27.724Z | Downloaded mirai-annotations v1.12.0 |
745 | 2025-01-10T04:23:27.728Z | Downloaded peg-macros v0.8.4 |
746 | 2025-01-10T04:23:27.728Z | Downloaded tls_codec v0.4.1 |
747 | 2025-01-10T04:23:27.728Z | Downloaded ssh-encoding v0.2.0 |
748 | 2025-01-10T04:23:27.728Z | Downloaded parking_lot_core v0.8.6 |
749 | 2025-01-10T04:23:27.728Z | Downloaded hkdf v0.12.4 |
750 | 2025-01-10T04:23:27.728Z | Downloaded predicates-core v1.0.8 |
751 | 2025-01-10T04:23:27.728Z | Downloaded ppv-lite86 v0.2.20 |
752 | 2025-01-10T04:23:27.728Z | Downloaded serde_repr v0.1.19 |
753 | 2025-01-10T04:23:27.728Z | Downloaded polyval v0.6.2 |
754 | 2025-01-10T04:23:27.728Z | Downloaded foldhash v0.1.3 |
755 | 2025-01-10T04:23:27.728Z | Downloaded serde-hex v0.1.0 |
756 | 2025-01-10T04:23:27.728Z | Downloaded oso-derive v0.27.3 |
757 | 2025-01-10T04:23:27.728Z | Downloaded tower-service v0.3.3 |
758 | 2025-01-10T04:23:27.728Z | Downloaded toolchain_find v0.4.0 |
759 | 2025-01-10T04:23:27.728Z | Downloaded group v0.13.0 |
760 | 2025-01-10T04:23:27.728Z | Downloaded tinystr v0.7.6 |
761 | 2025-01-10T04:23:27.728Z | Downloaded pkg-config v0.3.31 |
762 | 2025-01-10T04:23:27.728Z | Downloaded glob v0.3.1 |
763 | 2025-01-10T04:23:27.728Z | Downloaded derive_builder_core v0.20.2 |
764 | 2025-01-10T04:23:27.728Z | Downloaded derive_builder v0.20.2 |
765 | 2025-01-10T04:23:27.728Z | Downloaded pem v3.0.4 |
766 | 2025-01-10T04:23:27.728Z | Downloaded num-bigint v0.4.6 |
767 | 2025-01-10T04:23:27.731Z | Downloaded spki v0.7.3 |
768 | 2025-01-10T04:23:27.733Z | Downloaded russh-cryptovec v0.7.3 |
769 | 2025-01-10T04:23:27.733Z | Downloaded schemars v0.8.21 |
770 | 2025-01-10T04:23:27.745Z | Downloaded mockall v0.13.0 |
771 | 2025-01-10T04:23:27.748Z | Downloaded num-conv v0.1.0 |
772 | 2025-01-10T04:23:27.751Z | Downloaded blake3 v1.5.4 |
773 | 2025-01-10T04:23:27.757Z | Downloaded normalize-line-endings v0.3.0 |
774 | 2025-01-10T04:23:27.759Z | Downloaded termtree v0.4.1 |
775 | 2025-01-10T04:23:27.759Z | Downloaded slog-dtrace v0.3.0 |
776 | 2025-01-10T04:23:27.762Z | Downloaded openssl-probe v0.1.5 |
777 | 2025-01-10T04:23:27.764Z | Downloaded hash32 v0.3.1 |
778 | 2025-01-10T04:23:27.764Z | Downloaded fragile v2.0.0 |
779 | 2025-01-10T04:23:27.767Z | Downloaded time-macros v0.2.18 |
780 | 2025-01-10T04:23:27.769Z | Downloaded signal-hook-mio v0.2.4 |
781 | 2025-01-10T04:23:27.771Z | Downloaded want v0.3.1 |
782 | 2025-01-10T04:23:27.771Z | Downloaded vte_generate_state_changes v0.1.2 |
783 | 2025-01-10T04:23:27.774Z | Downloaded peg-runtime v0.8.3 |
784 | 2025-01-10T04:23:27.774Z | Downloaded similar v2.6.0 |
785 | 2025-01-10T04:23:27.779Z | Downloaded opaque-debug v0.3.1 |
786 | 2025-01-10T04:23:27.781Z | Downloaded same-file v1.0.6 |
787 | 2025-01-10T04:23:27.781Z | Downloaded pkcs8 v0.10.2 |
788 | 2025-01-10T04:23:27.784Z | Downloaded test-strategy v0.3.1 |
789 | 2025-01-10T04:23:27.788Z | Downloaded tungstenite v0.21.0 |
790 | 2025-01-10T04:23:27.792Z | Downloaded rustc-hash v1.1.0 |
791 | 2025-01-10T04:23:27.794Z | Downloaded steno v0.4.1 |
792 | 2025-01-10T04:23:27.797Z | Downloaded rustc-demangle v0.1.24 |
793 | 2025-01-10T04:23:27.800Z | Downloaded p256 v0.13.2 |
794 | 2025-01-10T04:23:27.803Z | Downloaded futures-macro v0.3.31 |
795 | 2025-01-10T04:23:27.806Z | Downloaded num-bigint-dig v0.8.4 |
796 | 2025-01-10T04:23:27.810Z | Downloaded universal-hash v0.5.1 |
797 | 2025-01-10T04:23:27.813Z | Downloaded r2d2 v0.8.10 |
798 | 2025-01-10T04:23:27.813Z | Downloaded spin v0.9.8 |
799 | 2025-01-10T04:23:27.824Z | Downloaded dhcproto-macros v0.1.0 |
800 | 2025-01-10T04:23:27.824Z | Downloaded pkcs5 v0.7.1 |
801 | 2025-01-10T04:23:27.824Z | Downloaded rayon-core v1.12.1 |
802 | 2025-01-10T04:23:27.827Z | Downloaded xattr v1.3.1 |
803 | 2025-01-10T04:23:27.827Z | Downloaded shlex v1.3.0 |
804 | 2025-01-10T04:23:27.830Z | Downloaded zeroize_derive v1.4.2 |
805 | 2025-01-10T04:23:27.830Z | Downloaded pretty-hex v0.2.1 |
806 | 2025-01-10T04:23:27.833Z | Downloaded shell-words v1.1.0 |
807 | 2025-01-10T04:23:27.833Z | Downloaded primeorder v0.13.6 |
808 | 2025-01-10T04:23:27.836Z | Downloaded termios v0.3.3 |
809 | 2025-01-10T04:23:27.836Z | Downloaded scopeguard v1.2.0 |
810 | 2025-01-10T04:23:27.839Z | Downloaded futures-io v0.3.31 |
811 | 2025-01-10T04:23:27.839Z | Downloaded progenitor v0.8.0 |
812 | 2025-01-10T04:23:27.839Z | Downloaded tungstenite v0.23.0 |
813 | 2025-01-10T04:23:27.845Z | Downloaded expectorate v1.1.0 |
814 | 2025-01-10T04:23:27.847Z | Downloaded hash32 v0.2.1 |
815 | 2025-01-10T04:23:27.847Z | Downloaded ghash v0.5.1 |
816 | 2025-01-10T04:23:27.850Z | Downloaded rustls-pki-types v1.10.0 |
817 | 2025-01-10T04:23:27.854Z | Downloaded getrandom v0.2.15 |
818 | 2025-01-10T04:23:27.857Z | Downloaded zerofrom-derive v0.1.4 |
819 | 2025-01-10T04:23:27.857Z | Downloaded rustls-pemfile v2.2.0 |
820 | 2025-01-10T04:23:27.859Z | Downloaded tokio-tungstenite v0.24.0 |
821 | 2025-01-10T04:23:27.861Z | Downloaded gethostname v0.5.0 |
822 | 2025-01-10T04:23:27.864Z | Downloaded fixedbitset v0.4.2 |
823 | 2025-01-10T04:23:27.867Z | Downloaded rustyline v14.0.0 |
824 | 2025-01-10T04:23:27.873Z | Downloaded defmt-macros v0.3.9 |
825 | 2025-01-10T04:23:27.876Z | Downloaded diesel-dtrace v0.4.2 |
826 | 2025-01-10T04:23:27.876Z | Downloaded xz2 v0.1.7 |
827 | 2025-01-10T04:23:27.878Z | Downloaded serde_yaml v0.9.34+deprecated |
828 | 2025-01-10T04:23:27.881Z | Downloaded defmt-parser v0.3.4 |
829 | 2025-01-10T04:23:27.883Z | Downloaded pem-rfc7468 v0.7.0 |
830 | 2025-01-10T04:23:27.886Z | Downloaded slog-stdlog v4.1.1 |
831 | 2025-01-10T04:23:27.888Z | Downloaded reedline v0.35.0 |
832 | 2025-01-10T04:23:27.895Z | Downloaded pin-project-internal v1.1.6 |
833 | 2025-01-10T04:23:27.898Z | Downloaded ed25519-dalek v2.1.1 |
834 | 2025-01-10T04:23:27.902Z | Downloaded des v0.8.1 |
835 | 2025-01-10T04:23:27.906Z | Downloaded tokio-postgres v0.7.12 |
836 | 2025-01-10T04:23:27.908Z | Downloaded ssh-key v0.6.6 |
837 | 2025-01-10T04:23:27.915Z | Downloaded pin-project v1.1.6 |
838 | 2025-01-10T04:23:27.928Z | Downloaded slog-term v2.9.1 |
839 | 2025-01-10T04:23:27.931Z | Downloaded displaydoc v0.2.5 |
840 | 2025-01-10T04:23:27.933Z | Downloaded toml v0.7.8 |
841 | 2025-01-10T04:23:27.937Z | Downloaded whoami v1.5.2 |
842 | 2025-01-10T04:23:27.939Z | Downloaded half v2.4.1 |
843 | 2025-01-10T04:23:27.942Z | Downloaded oso v0.27.3 |
844 | 2025-01-10T04:23:27.946Z | Downloaded samael v0.0.17 |
845 | 2025-01-10T04:23:27.953Z | Downloaded diesel_derives v2.2.3 |
846 | 2025-01-10T04:23:27.957Z | Downloaded chrono v0.4.38 |
847 | 2025-01-10T04:23:27.965Z | Downloaded snafu-derive v0.8.5 |
848 | 2025-01-10T04:23:27.968Z | Downloaded socket2 v0.5.7 |
849 | 2025-01-10T04:23:27.970Z | Downloaded unicode-segmentation v1.12.0 |
850 | 2025-01-10T04:23:27.974Z | Downloaded openssl-sys v0.9.103 |
851 | 2025-01-10T04:23:27.980Z | Downloaded salty v0.3.0 |
852 | 2025-01-10T04:23:27.986Z | Downloaded diff v0.1.13 |
853 | 2025-01-10T04:23:27.990Z | Downloaded hashbrown v0.12.3 |
854 | 2025-01-10T04:23:27.994Z | Downloaded proptest v1.5.0 |
855 | 2025-01-10T04:23:28.005Z | Downloaded rcgen v0.12.1 |
856 | 2025-01-10T04:23:28.013Z | Downloaded serde_with v3.11.0 |
857 | 2025-01-10T04:23:28.018Z | Downloaded rustls-webpki v0.102.8 |
858 | 2025-01-10T04:23:28.038Z | Downloaded unicode_categories v0.1.1 |
859 | 2025-01-10T04:23:28.040Z | Downloaded idna v0.3.0 |
860 | 2025-01-10T04:23:28.047Z | Downloaded x509-cert v0.2.5 |
861 | 2025-01-10T04:23:28.053Z | Downloaded idna v0.2.3 |
862 | 2025-01-10T04:23:28.061Z | Downloaded petname v2.0.2 |
863 | 2025-01-10T04:23:28.067Z | Downloaded vcpkg v0.2.15 |
864 | 2025-01-10T04:23:28.105Z | Downloaded der v0.7.9 |
865 | 2025-01-10T04:23:28.110Z | Downloaded idna v0.5.0 |
866 | 2025-01-10T04:23:28.118Z | Downloaded time v0.3.36 |
867 | 2025-01-10T04:23:28.126Z | Downloaded zerocopy v0.8.10 |
868 | 2025-01-10T04:23:28.150Z | Downloaded tokio-util v0.7.12 |
869 | 2025-01-10T04:23:28.158Z | Downloaded smoltcp v0.9.1 |
870 | 2025-01-10T04:23:28.168Z | Downloaded nom v7.1.3 |
871 | 2025-01-10T04:23:28.173Z | Downloaded curve25519-dalek v4.1.3 |
872 | 2025-01-10T04:23:28.182Z | Downloaded rusqlite v0.32.1 |
873 | 2025-01-10T04:23:28.190Z | Downloaded h2 v0.4.6 |
874 | 2025-01-10T04:23:28.197Z | Downloaded rustls v0.21.12 |
875 | 2025-01-10T04:23:28.210Z | Downloaded winnow v0.5.40 |
876 | 2025-01-10T04:23:28.219Z | Downloaded sqlparser v0.45.0 |
877 | 2025-01-10T04:23:28.225Z | Downloaded reqwest v0.12.9 |
878 | 2025-01-10T04:23:28.235Z | Downloaded quinn-proto v0.11.8 |
879 | 2025-01-10T04:23:28.242Z | Downloaded radix_trie v0.2.1 |
880 | 2025-01-10T04:23:28.251Z | Downloaded p384 v0.13.0 |
881 | 2025-01-10T04:23:28.265Z | Downloaded object v0.30.4 |
882 | 2025-01-10T04:23:28.278Z | Downloaded smoltcp v0.11.0 |
883 | 2025-01-10T04:23:28.292Z | Downloaded git2 v0.19.0 |
884 | 2025-01-10T04:23:28.303Z | Downloaded hickory-proto v0.24.1 |
885 | 2025-01-10T04:23:28.319Z | Downloaded bstr v1.10.0 |
886 | 2025-01-10T04:23:28.329Z | Downloaded webpki-roots v0.26.6 |
887 | 2025-01-10T04:23:28.333Z | Downloaded nix v0.27.1 |
888 | 2025-01-10T04:23:28.345Z | Downloaded object v0.36.5 |
889 | 2025-01-10T04:23:28.356Z | Downloaded regex v1.11.1 |
890 | 2025-01-10T04:23:28.371Z | Downloaded dropshot v0.12.0 |
891 | 2025-01-10T04:23:28.392Z | Downloaded trust-dns-proto v0.22.0 |
892 | 2025-01-10T04:23:28.403Z | Downloaded polar-core v0.27.3 |
893 | 2025-01-10T04:23:28.411Z | Downloaded gimli v0.31.1 |
894 | 2025-01-10T04:23:28.421Z | Downloaded regress v0.10.1 |
895 | 2025-01-10T04:23:28.428Z | Downloaded diesel v2.2.6 |
896 | 2025-01-10T04:23:28.446Z | Downloaded openapiv3 v2.0.0 |
897 | 2025-01-10T04:23:28.458Z | Downloaded regex-syntax v0.8.5 |
898 | 2025-01-10T04:23:28.465Z | Downloaded unicode-width v0.2.0 |
899 | 2025-01-10T04:23:28.471Z | Downloaded regex-syntax v0.6.29 |
900 | 2025-01-10T04:23:28.479Z | Downloaded zerocopy-derive v0.6.6 |
901 | 2025-01-10T04:23:28.488Z | Downloaded sled v0.34.7 |
902 | 2025-01-10T04:23:28.499Z | Downloaded typify-impl v0.2.0 |
903 | 2025-01-10T04:23:28.513Z | Downloaded ratatui v0.28.1 |
904 | 2025-01-10T04:23:28.531Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
905 | 2025-01-10T04:23:28.543Z | Downloaded nix v0.29.0 |
906 | 2025-01-10T04:23:28.555Z | Downloaded rustls v0.23.19 |
907 | 2025-01-10T04:23:28.568Z | Downloaded petgraph v0.6.5 |
908 | 2025-01-10T04:23:28.585Z | Downloaded lzma-sys v0.1.20 |
909 | 2025-01-10T04:23:28.612Z | Downloaded rustls v0.22.4 |
910 | 2025-01-10T04:23:28.625Z | Downloaded nix v0.28.0 |
911 | 2025-01-10T04:23:28.636Z | Downloaded dropshot v0.13.0 |
912 | 2025-01-10T04:23:28.657Z | Downloaded regex-automata v0.4.8 |
913 | 2025-01-10T04:23:28.673Z | Downloaded libz-sys v1.1.20 |
914 | 2025-01-10T04:23:28.693Z | Downloaded chrono-tz v0.10.0 |
915 | 2025-01-10T04:23:28.700Z | Downloaded regress v0.9.1 |
916 | 2025-01-10T04:23:28.709Z | Downloaded rustls-webpki v0.101.7 |
917 | 2025-01-10T04:23:28.723Z | Downloaded openssl v0.10.66 |
918 | 2025-01-10T04:23:28.733Z | Downloaded russh v0.45.0 |
919 | 2025-01-10T04:23:28.738Z | Downloaded zerovec v0.10.4 |
920 | 2025-01-10T04:23:28.744Z | Downloaded quick-xml v0.33.0 |
921 | 2025-01-10T04:23:28.750Z | Downloaded idna v0.4.0 |
922 | 2025-01-10T04:23:28.758Z | Downloaded bitvec v1.0.1 |
923 | 2025-01-10T04:23:28.772Z | Downloaded sha3 v0.10.8 |
924 | 2025-01-10T04:23:28.778Z | Downloaded tokio v1.40.0 |
925 | 2025-01-10T04:23:28.813Z | Downloaded csv v1.3.0 |
926 | 2025-01-10T04:23:28.831Z | Downloaded unsafe-libyaml v0.2.11 |
927 | 2025-01-10T04:23:28.835Z | Downloaded tracing v0.1.40 |
928 | 2025-01-10T04:23:28.839Z | Downloaded quinn v0.11.5 |
929 | 2025-01-10T04:23:28.842Z | Downloaded publicsuffix v2.2.3 |
930 | 2025-01-10T04:23:28.845Z | Downloaded portable-atomic v1.9.0 |
931 | 2025-01-10T04:23:28.851Z | Downloaded icu_properties_data v1.5.0 |
932 | 2025-01-10T04:23:28.862Z | Downloaded hashbrown v0.13.2 |
933 | 2025-01-10T04:23:28.867Z | Downloaded toml_edit v0.19.15 |
934 | 2025-01-10T04:23:28.883Z | Downloaded bindgen v0.69.5 |
935 | 2025-01-10T04:23:28.891Z | Downloaded tough v0.19.0 |
936 | 2025-01-10T04:23:28.899Z | Downloaded hashbrown v0.14.5 |
937 | 2025-01-10T04:23:28.904Z | Downloaded lalrpop v0.19.12 |
938 | 2025-01-10T04:23:28.916Z | Downloaded p521 v0.13.3 |
939 | 2025-01-10T04:23:28.920Z | Downloaded futures-util v0.3.31 |
940 | 2025-01-10T04:23:28.932Z | Downloaded rayon v1.10.0 |
941 | 2025-01-10T04:23:28.942Z | Downloaded mio v1.0.2 |
942 | 2025-01-10T04:23:28.947Z | Downloaded pkcs1 v0.7.5 |
943 | 2025-01-10T04:23:28.950Z | Downloaded fs_extra v1.3.0 |
944 | 2025-01-10T04:23:28.953Z | Downloaded tinyvec v1.8.0 |
945 | 2025-01-10T04:23:28.956Z | Downloaded structmeta-derive v0.3.0 |
946 | 2025-01-10T04:23:28.958Z | Downloaded parking_lot v0.12.3 |
947 | 2025-01-10T04:23:28.961Z | Downloaded unicode-properties v0.1.3 |
948 | 2025-01-10T04:23:28.963Z | Downloaded aws-lc-rs v1.10.0 |
949 | 2025-01-10T04:23:28.971Z | Downloaded quick-error v1.2.3 |
950 | 2025-01-10T04:23:28.974Z | Downloaded zeroize v1.8.1 |
951 | 2025-01-10T04:23:28.974Z | Downloaded walkdir v2.5.0 |
952 | 2025-01-10T04:23:28.977Z | Downloaded globset v0.4.15 |
953 | 2025-01-10T04:23:28.979Z | Downloaded aho-corasick v1.1.3 |
954 | 2025-01-10T04:23:28.983Z | Downloaded tokio-tungstenite v0.21.0 |
955 | 2025-01-10T04:23:28.986Z | Downloaded poly1305 v0.8.0 |
956 | 2025-01-10T04:23:28.988Z | Downloaded url v2.5.3 |
957 | 2025-01-10T04:23:28.991Z | Downloaded tungstenite v0.24.0 |
958 | 2025-01-10T04:23:28.995Z | Downloaded der_derive v0.7.3 |
959 | 2025-01-10T04:23:28.998Z | Downloaded tokio-rustls v0.24.1 |
960 | 2025-01-10T04:23:29.001Z | Downloaded resolv-conf v0.7.0 |
961 | 2025-01-10T04:23:29.004Z | Downloaded encoding_rs v0.8.34 |
962 | 2025-01-10T04:23:29.025Z | Downloaded zerocopy-derive v0.8.10 |
963 | 2025-01-10T04:23:29.031Z | Downloaded flate2 v1.0.34 |
964 | 2025-01-10T04:23:29.036Z | Downloaded idna v1.0.3 |
965 | 2025-01-10T04:23:29.040Z | Downloaded thiserror v2.0.3 |
966 | 2025-01-10T04:23:29.046Z | Downloaded nodrop v0.1.14 |
967 | 2025-01-10T04:23:29.049Z | Downloaded parking_lot_core v0.9.10 |
968 | 2025-01-10T04:23:29.049Z | Downloaded ecdsa v0.16.9 |
969 | 2025-01-10T04:23:29.053Z | Downloaded signal-hook v0.3.17 |
970 | 2025-01-10T04:23:29.055Z | Downloaded unicode-normalization v0.1.24 |
971 | 2025-01-10T04:23:29.058Z | Downloaded itertools v0.13.0 |
972 | 2025-01-10T04:23:29.064Z | Downloaded unarray v0.1.4 |
973 | 2025-01-10T04:23:29.067Z | Downloaded typify-macro v0.2.0 |
974 | 2025-01-10T04:23:29.067Z | Downloaded tls_codec_derive v0.4.1 |
975 | 2025-01-10T04:23:29.071Z | Downloaded parse-display v0.10.0 |
976 | 2025-01-10T04:23:29.071Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
977 | 2025-01-10T04:23:29.131Z | Downloaded tui-tree-widget v0.22.0 |
978 | 2025-01-10T04:23:29.134Z | Downloaded pbkdf2 v0.11.0 |
979 | 2025-01-10T04:23:29.139Z | Downloaded paste v1.0.15 |
980 | 2025-01-10T04:23:29.141Z | Downloaded owo-colors v4.1.0 |
981 | 2025-01-10T04:23:29.141Z | Downloaded fatfs v0.3.6 |
982 | 2025-01-10T04:23:29.144Z | Downloaded derive-where v1.2.7 |
983 | 2025-01-10T04:23:29.147Z | Downloaded crossterm v0.28.1 |
984 | 2025-01-10T04:23:29.154Z | Downloaded nibble_vec v0.1.0 |
985 | 2025-01-10T04:23:29.156Z | Downloaded dyn-clone v1.0.17 |
986 | 2025-01-10T04:23:29.158Z | Downloaded writeable v0.5.5 |
987 | 2025-01-10T04:23:29.158Z | Downloaded sqlformat v0.2.6 |
988 | 2025-01-10T04:23:29.163Z | Downloaded yasna v0.5.2 |
989 | 2025-01-10T04:23:29.167Z | Downloaded vergen v8.3.2 |
990 | 2025-01-10T04:23:29.167Z | Downloaded num-traits v0.2.19 |
991 | 2025-01-10T04:23:29.170Z | Downloaded defmt v0.3.8 |
992 | 2025-01-10T04:23:29.172Z | Downloaded data-encoding v2.6.0 |
993 | 2025-01-10T04:23:29.173Z | Downloaded pin-project-lite v0.2.14 |
994 | 2025-01-10T04:23:29.177Z | Downloaded serde_with_macros v3.11.0 |
995 | 2025-01-10T04:23:29.180Z | Downloaded foreign-types-macros v0.2.3 |
996 | 2025-01-10T04:23:29.184Z | Downloaded debug-ignore v1.0.5 |
997 | 2025-01-10T04:23:29.184Z | Downloaded libm v0.2.8 |
998 | 2025-01-10T04:23:29.191Z | Downloaded env_logger v0.11.5 |
999 | 2025-01-10T04:23:29.196Z | Downloaded itertools v0.12.1 |
1000 | 2025-01-10T04:23:29.204Z | Downloaded itertools v0.10.5 |
1001 | 2025-01-10T04:23:29.206Z | Downloaded smallvec v1.13.2 |
1002 | 2025-01-10T04:23:29.208Z | Downloaded parking_lot v0.11.2 |
1003 | 2025-01-10T04:23:29.211Z | Downloaded dropshot_endpoint v0.13.0 |
1004 | 2025-01-10T04:23:29.214Z | Downloaded dropshot_endpoint v0.12.0 |
1005 | 2025-01-10T04:23:29.217Z | Downloaded olpc-cjson v0.1.4 |
1006 | 2025-01-10T04:23:29.217Z | Downloaded darling_macro v0.20.10 |
1007 | 2025-01-10T04:23:29.220Z | Downloaded powerfmt v0.2.0 |
1008 | 2025-01-10T04:23:29.220Z | Downloaded pin-utils v0.1.0 |
1009 | 2025-01-10T04:23:29.220Z | Downloaded num_enum_derive v0.5.11 |
1010 | 2025-01-10T04:23:29.223Z | Downloaded num-derive v0.4.2 |
1011 | 2025-01-10T04:23:29.223Z | Downloaded dhcproto v0.12.0 |
1012 | 2025-01-10T04:23:29.228Z | Downloaded ron v0.7.1 |
1013 | 2025-01-10T04:23:29.232Z | Downloaded headers v0.4.0 |
1014 | 2025-01-10T04:23:29.240Z | Downloaded try-lock v0.2.5 |
1015 | 2025-01-10T04:23:29.253Z | Downloaded enum-as-inner v0.5.1 |
1016 | 2025-01-10T04:23:29.253Z | Downloaded serde_urlencoded v0.7.1 |
1017 | 2025-01-10T04:23:29.253Z | Downloaded zopfli v0.8.1 |
1018 | 2025-01-10T04:23:29.253Z | Downloaded wait-timeout v0.2.0 |
1019 | 2025-01-10T04:23:29.259Z | Downloaded futures-channel v0.3.31 |
1020 | 2025-01-10T04:23:29.259Z | Downloaded flume v0.11.1 |
1021 | 2025-01-10T04:23:29.259Z | Downloaded proc-macro-crate v1.3.1 |
1022 | 2025-01-10T04:23:29.259Z | Downloaded typify v0.2.0 |
1023 | 2025-01-10T04:23:29.259Z | Downloaded elliptic-curve v0.13.8 |
1024 | 2025-01-10T04:23:29.263Z | Downloaded zip v0.6.6 |
1025 | 2025-01-10T04:23:29.267Z | Downloaded zerocopy v0.6.6 |
1026 | 2025-01-10T04:23:29.267Z | Downloaded unicode-bidi v0.3.17 |
1027 | 2025-01-10T04:23:29.277Z | Downloaded tracing-core v0.1.32 |
1028 | 2025-01-10T04:23:29.277Z | Downloaded rsa v0.9.6 |
1029 | 2025-01-10T04:23:29.277Z | Downloaded minimal-lexical v0.2.1 |
1030 | 2025-01-10T04:23:29.282Z | Downloaded icu_collections v1.5.0 |
1031 | 2025-01-10T04:23:29.286Z | Downloaded bumpalo v3.16.0 |
1032 | 2025-01-10T04:23:29.290Z | Downloaded snafu v0.8.5 |
1033 | 2025-01-10T04:23:29.296Z | Downloaded phf_shared v0.11.2 |
1034 | 2025-01-10T04:23:29.301Z | Downloaded phf_generator v0.11.2 |
1035 | 2025-01-10T04:23:29.301Z | Downloaded percent-encoding v2.3.1 |
1036 | 2025-01-10T04:23:29.301Z | Downloaded num_enum v0.5.11 |
1037 | 2025-01-10T04:23:29.305Z | Downloaded funty v2.0.0 |
1038 | 2025-01-10T04:23:29.305Z | Downloaded synstructure v0.13.1 |
1039 | 2025-01-10T04:23:29.316Z | Downloaded strum_macros v0.26.4 |
1040 | 2025-01-10T04:23:29.316Z | Downloaded multimap v0.10.0 |
1041 | 2025-01-10T04:23:29.316Z | Downloaded ff v0.13.0 |
1042 | 2025-01-10T04:23:29.323Z | Downloaded filetime v0.2.25 |
1043 | 2025-01-10T04:23:29.323Z | Downloaded hashlink v0.9.1 |
1044 | 2025-01-10T04:23:29.323Z | Downloaded compact_str v0.8.0 |
1045 | 2025-01-10T04:23:29.323Z | Downloaded cc v1.1.30 |
1046 | 2025-01-10T04:23:29.328Z | Downloaded enum-as-inner v0.6.1 |
1047 | 2025-01-10T04:23:29.328Z | Downloaded crossbeam-channel v0.5.13 |
1048 | 2025-01-10T04:23:29.333Z | Downloaded which v4.4.2 |
1049 | 2025-01-10T04:23:29.333Z | Downloaded utf-8 v0.7.6 |
1050 | 2025-01-10T04:23:29.333Z | Downloaded uzers v0.12.1 |
1051 | 2025-01-10T04:23:29.336Z | Downloaded backtrace v0.3.74 |
1052 | 2025-01-10T04:23:29.340Z | Downloaded tabwriter v1.4.0 |
1053 | 2025-01-10T04:23:29.340Z | Downloaded termcolor v1.4.1 |
1054 | 2025-01-10T04:23:29.347Z | Downloaded strum_macros v0.25.3 |
1055 | 2025-01-10T04:23:29.347Z | Downloaded structmeta v0.3.0 |
1056 | 2025-01-10T04:23:29.347Z | Downloaded slog-scope v4.4.0 |
1057 | 2025-01-10T04:23:29.347Z | Downloaded serde_path_to_error v0.1.16 |
1058 | 2025-01-10T04:23:29.348Z | Downloaded nu-ansi-term v0.50.1 |
1059 | 2025-01-10T04:23:29.352Z | Downloaded icu_locid v1.5.0 |
1060 | 2025-01-10T04:23:29.359Z | Downloaded signal-hook-registry v1.4.2 |
1061 | 2025-01-10T04:23:29.359Z | Downloaded serde_plain v1.0.2 |
1062 | 2025-01-10T04:23:29.362Z | Downloaded salsa20 v0.10.2 |
1063 | 2025-01-10T04:23:29.362Z | Downloaded rustc-hash v2.0.0 |
1064 | 2025-01-10T04:23:29.362Z | Downloaded native-tls v0.2.12 |
1065 | 2025-01-10T04:23:29.362Z | Downloaded difflib v0.4.0 |
1066 | 2025-01-10T04:23:29.366Z | Downloaded progenitor-macro v0.8.0 |
1067 | 2025-01-10T04:23:29.366Z | Downloaded russh-keys v0.45.0 |
1068 | 2025-01-10T04:23:29.368Z | Downloaded ena v0.14.3 |
1069 | 2025-01-10T04:23:29.368Z | Downloaded const_format v0.2.33 |
1070 | 2025-01-10T04:23:29.373Z | Downloaded num v0.4.3 |
1071 | 2025-01-10T04:23:29.378Z | Downloaded nanorand v0.7.0 |
1072 | 2025-01-10T04:23:29.379Z | Downloaded tokio-rustls v0.26.0 |
1073 | 2025-01-10T04:23:29.382Z | Downloaded tokio-rustls v0.25.0 |
1074 | 2025-01-10T04:23:29.382Z | Downloaded indicatif v0.17.9 |
1075 | 2025-01-10T04:23:29.388Z | Downloaded sigpipe v0.1.3 |
1076 | 2025-01-10T04:23:29.388Z | Downloaded quinn-udp v0.5.5 |
1077 | 2025-01-10T04:23:29.394Z | Downloaded float-cmp v0.9.0 |
1078 | 2025-01-10T04:23:29.394Z | Downloaded flagset v0.4.6 |
1079 | 2025-01-10T04:23:29.394Z | Downloaded sct v0.7.1 |
1080 | 2025-01-10T04:23:29.398Z | Downloaded blake2 v0.10.6 |
1081 | 2025-01-10T04:23:29.398Z | Downloaded base64 v0.21.7 |
1082 | 2025-01-10T04:23:29.406Z | Downloaded base64 v0.13.1 |
1083 | 2025-01-10T04:23:29.409Z | Downloaded dirs-sys-next v0.1.2 |
1084 | 2025-01-10T04:23:29.409Z | Downloaded zone v0.3.0 |
1085 | 2025-01-10T04:23:29.409Z | Downloaded supports-color v3.0.1 |
1086 | 2025-01-10T04:23:29.409Z | Downloaded subtle v2.6.1 |
1087 | 2025-01-10T04:23:29.409Z | Downloaded strip-ansi-escapes v0.2.0 |
1088 | 2025-01-10T04:23:29.409Z | Downloaded smf v0.2.3 |
1089 | 2025-01-10T04:23:29.410Z | Downloaded icu_provider v1.5.0 |
1090 | 2025-01-10T04:23:29.412Z | Downloaded icu_normalizer_data v1.5.0 |
1091 | 2025-01-10T04:23:29.416Z | Downloaded console v0.15.8 |
1092 | 2025-01-10T04:23:29.418Z | Downloaded structmeta v0.2.0 |
1093 | 2025-01-10T04:23:29.418Z | Downloaded signal-hook-tokio v0.3.1 |
1094 | 2025-01-10T04:23:29.427Z | Downloaded sha1 v0.10.6 |
1095 | 2025-01-10T04:23:29.427Z | Downloaded rustversion v1.0.17 |
1096 | 2025-01-10T04:23:29.430Z | Downloaded rustfmt-wrapper v0.2.1 |
1097 | 2025-01-10T04:23:29.430Z | Downloaded fxhash v0.2.1 |
1098 | 2025-01-10T04:23:29.430Z | Downloaded ref-cast v1.0.23 |
1099 | 2025-01-10T04:23:29.430Z | Downloaded mime_guess v2.0.5 |
1100 | 2025-01-10T04:23:29.430Z | Downloaded impl-trait-for-tuples v0.2.2 |
1101 | 2025-01-10T04:23:29.435Z | Downloaded crossbeam-utils v0.8.20 |
1102 | 2025-01-10T04:23:29.437Z | Downloaded crossbeam-epoch v0.9.18 |
1103 | 2025-01-10T04:23:29.438Z | Downloaded crc-any v2.5.0 |
1104 | 2025-01-10T04:23:29.442Z | Downloaded cookie v0.18.1 |
1105 | 2025-01-10T04:23:29.445Z | Downloaded ciborium v0.2.2 |
1106 | 2025-01-10T04:23:29.446Z | Downloaded heapless v0.7.17 |
1107 | 2025-01-10T04:23:29.448Z | Downloaded icu_locid_transform v1.5.0 |
1108 | 2025-01-10T04:23:29.452Z | Downloaded crossbeam-deque v0.8.5 |
1109 | 2025-01-10T04:23:29.455Z | Downloaded cexpr v0.6.0 |
1110 | 2025-01-10T04:23:29.455Z | Downloaded cmake v0.1.51 |
1111 | 2025-01-10T04:23:29.458Z | Downloaded cancel-safe-futures v0.1.5 |
1112 | 2025-01-10T04:23:29.461Z | Downloaded lru-cache v0.1.2 |
1113 | 2025-01-10T04:23:29.461Z | Downloaded linear-map v1.2.0 |
1114 | 2025-01-10T04:23:29.462Z | Downloaded hostname v0.4.0 |
1115 | 2025-01-10T04:23:29.465Z | Downloaded cookie_store v0.21.0 |
1116 | 2025-01-10T04:23:29.465Z | Downloaded async-bb8-diesel v0.2.1 |
1117 | 2025-01-10T04:23:29.467Z | Downloaded indent_write v2.2.0 |
1118 | 2025-01-10T04:23:29.467Z | Downloaded is-terminal v0.4.13 |
1119 | 2025-01-10T04:23:29.472Z | Downloaded instability v0.3.2 |
1120 | 2025-01-10T04:23:29.472Z | Downloaded bcs v0.1.6 |
1121 | 2025-01-10T04:23:29.475Z | Downloaded argon2 v0.5.3 |
1122 | 2025-01-10T04:23:29.476Z | Downloaded hyper-staticfile v0.10.1 |
1123 | 2025-01-10T04:23:29.476Z | Downloaded arrayvec v0.7.6 |
1124 | 2025-01-10T04:23:29.479Z | Downloaded array-init v0.0.4 |
1125 | 2025-01-10T04:23:29.479Z | Downloaded block-padding v0.3.3 |
1126 | 2025-01-10T04:23:29.482Z | Downloaded lazy_static v1.5.0 |
1127 | 2025-01-10T04:23:29.482Z | Downloaded crc v3.2.1 |
1128 | 2025-01-10T04:23:29.486Z | Downloaded convert_case v0.4.0 |
1129 | 2025-01-10T04:23:29.486Z | Downloaded chacha20 v0.9.1 |
1130 | 2025-01-10T04:23:29.490Z | Downloaded lazycell v1.3.0 |
1131 | 2025-01-10T04:23:29.490Z | Downloaded idna_adapter v1.2.0 |
1132 | 2025-01-10T04:23:29.490Z | Downloaded cipher v0.4.4 |
1133 | 2025-01-10T04:23:29.490Z | Downloaded hubpack v0.1.2 |
1134 | 2025-01-10T04:23:29.494Z | Downloaded httpdate v1.0.3 |
1135 | 2025-01-10T04:23:29.495Z | Downloaded hex v0.4.3 |
1136 | 2025-01-10T04:23:29.495Z | Downloaded ctr v0.9.2 |
1137 | 2025-01-10T04:23:29.502Z | Downloaded hostname v0.3.1 |
1138 | 2025-01-10T04:23:29.502Z | Downloaded ring v0.17.8 |
1139 | 2025-01-10T04:23:29.568Z | Downloaded chrono-tz-build v0.4.0 |
1140 | 2025-01-10T04:23:29.572Z | Downloaded buf-list v1.0.3 |
1141 | 2025-01-10T04:23:29.572Z | Downloaded blowfish v0.9.1 |
1142 | 2025-01-10T04:23:29.575Z | Downloaded hubpack_derive v0.1.1 |
1143 | 2025-01-10T04:23:29.575Z | Downloaded bitflags v1.3.2 |
1144 | 2025-01-10T04:23:29.579Z | Downloaded bitfield-struct v0.6.2 |
1145 | 2025-01-10T04:23:29.579Z | Downloaded bcrypt-pbkdf v0.10.0 |
1146 | 2025-01-10T04:23:29.579Z | Downloaded async-stream v0.3.6 |
1147 | 2025-01-10T04:23:29.583Z | Downloaded matches v0.1.10 |
1148 | 2025-01-10T04:23:29.583Z | Downloaded aead v0.5.2 |
1149 | 2025-01-10T04:23:29.583Z | Downloaded base16ct v0.2.0 |
1150 | 2025-01-10T04:23:29.628Z | Downloaded libsqlite3-sys v0.30.1 |
1151 | 2025-01-10T04:23:29.866Z | Downloaded aws-lc-sys v0.22.0 |
1152 | 2025-01-10T04:23:30.171Z | Compiling serde v1.0.215 |
1153 | 2025-01-10T04:23:30.174Z | Compiling lock_api v0.4.12 |
1154 | 2025-01-10T04:23:30.174Z | Compiling scopeguard v1.2.0 |
1155 | 2025-01-10T04:23:30.174Z | Compiling value-bag v1.9.0 |
1156 | 2025-01-10T04:23:30.174Z | Compiling typenum v1.17.0 |
1157 | 2025-01-10T04:23:30.174Z | Compiling generic-array v0.14.7 |
1158 | 2025-01-10T04:23:30.174Z | Compiling syn v2.0.87 |
1159 | 2025-01-10T04:23:30.333Z | Compiling getrandom v0.2.15 |
1160 | 2025-01-10T04:23:30.471Z | Compiling subtle v2.6.1 |
1161 | 2025-01-10T04:23:30.806Z | Compiling rand_core v0.6.4 |
1162 | 2025-01-10T04:23:30.840Z | Compiling log v0.4.22 |
1163 | 2025-01-10T04:23:30.891Z | Compiling shlex v1.3.0 |
1164 | 2025-01-10T04:23:30.973Z | Compiling jobserver v0.1.32 |
1165 | 2025-01-10T04:23:31.141Z | Compiling smallvec v1.13.2 |
1166 | 2025-01-10T04:23:31.252Z | Compiling const-oid v0.9.6 |
1167 | 2025-01-10T04:23:31.278Z | Compiling spin v0.9.8 |
1168 | 2025-01-10T04:23:31.374Z | Compiling cc v1.1.30 |
1169 | 2025-01-10T04:23:31.542Z | Compiling pin-project-lite v0.2.14 |
1170 | 2025-01-10T04:23:31.643Z | Compiling rustix v0.38.37 |
1171 | 2025-01-10T04:23:31.664Z | Compiling parking_lot_core v0.9.10 |
1172 | 2025-01-10T04:23:31.667Z | Compiling futures-core v0.3.31 |
1173 | 2025-01-10T04:23:31.889Z | Compiling signal-hook-registry v1.4.2 |
1174 | 2025-01-10T04:23:31.944Z | Compiling mio v1.0.2 |
1175 | 2025-01-10T04:23:32.587Z | Compiling parking_lot v0.12.3 |
1176 | 2025-01-10T04:23:32.691Z | Compiling aho-corasick v1.1.3 |
1177 | 2025-01-10T04:23:32.778Z | Compiling regex-syntax v0.8.5 |
1178 | 2025-01-10T04:23:32.977Z | Compiling cpufeatures v0.2.14 |
1179 | 2025-01-10T04:23:33.079Z | Compiling either v1.13.0 |
1180 | 2025-01-10T04:23:33.098Z | Compiling lazy_static v1.5.0 |
1181 | 2025-01-10T04:23:33.175Z | Compiling stable_deref_trait v1.2.0 |
1182 | 2025-01-10T04:23:33.217Z | Compiling futures-sink v0.3.31 |
1183 | 2025-01-10T04:23:33.412Z | Compiling glob v0.3.1 |
1184 | 2025-01-10T04:23:33.509Z | Compiling socket2 v0.5.7 |
1185 | 2025-01-10T04:23:33.537Z | Compiling slab v0.4.9 |
1186 | 2025-01-10T04:23:33.643Z | Compiling prettyplease v0.2.25 |
1187 | 2025-01-10T04:23:33.984Z | Compiling minimal-lexical v0.2.1 |
1188 | 2025-01-10T04:23:34.010Z | Compiling serde_json v1.0.133 |
1189 | 2025-01-10T04:23:34.436Z | Compiling clang-sys v1.8.1 |
1190 | 2025-01-10T04:23:34.501Z | Compiling nom v7.1.3 |
1191 | 2025-01-10T04:23:34.546Z | Compiling libloading v0.8.5 |
1192 | 2025-01-10T04:23:34.660Z | Compiling bindgen v0.69.5 |
1193 | 2025-01-10T04:23:34.968Z | Compiling home v0.5.9 |
1194 | 2025-01-10T04:23:35.247Z | Compiling itertools v0.12.1 |
1195 | 2025-01-10T04:23:35.484Z | Compiling futures-channel v0.3.31 |
1196 | 2025-01-10T04:23:35.647Z | Compiling pin-utils v0.1.0 |
1197 | 2025-01-10T04:23:35.750Z | Compiling lazycell v1.3.0 |
1198 | 2025-01-10T04:23:35.906Z | Compiling allocator-api2 v0.2.18 |
1199 | 2025-01-10T04:23:35.929Z | Compiling futures-io v0.3.31 |
1200 | 2025-01-10T04:23:36.246Z | Compiling futures-task v0.3.31 |
1201 | 2025-01-10T04:23:36.528Z | Compiling regex-automata v0.4.8 |
1202 | 2025-01-10T04:23:36.753Z | Compiling rustc-hash v1.1.0 |
1203 | 2025-01-10T04:23:36.908Z | Compiling foldhash v0.1.3 |
1204 | 2025-01-10T04:23:37.219Z | Compiling libm v0.2.8 |
1205 | 2025-01-10T04:23:37.577Z | Compiling hashbrown v0.15.1 |
1206 | 2025-01-10T04:23:38.340Z | Compiling synstructure v0.13.1 |
1207 | 2025-01-10T04:23:38.562Z | Compiling cexpr v0.6.0 |
1208 | 2025-01-10T04:23:39.020Z | Compiling cmake v0.1.51 |
1209 | 2025-01-10T04:23:39.731Z | Compiling num-traits v0.2.19 |
1210 | 2025-01-10T04:23:40.012Z | Compiling dunce v1.0.5 |
1211 | 2025-01-10T04:23:40.033Z | Compiling pkg-config v0.3.31 |
1212 | 2025-01-10T04:23:40.050Z | Compiling tinyvec_macros v0.1.1 |
1213 | 2025-01-10T04:23:40.135Z | Compiling fs_extra v1.3.0 |
1214 | 2025-01-10T04:23:40.156Z | Compiling tinyvec v1.8.0 |
1215 | 2025-01-10T04:23:40.757Z | Compiling ring v0.17.8 |
1216 | 2025-01-10T04:23:41.592Z | Compiling base64ct v1.6.0 |
1217 | 2025-01-10T04:23:41.690Z | Compiling unicode-normalization v0.1.24 |
1218 | 2025-01-10T04:23:41.894Z | Compiling paste v1.0.15 |
1219 | 2025-01-10T04:23:41.967Z | Compiling litemap v0.7.3 |
1220 | 2025-01-10T04:23:42.139Z | Compiling regex v1.11.1 |
1221 | 2025-01-10T04:23:42.345Z | Compiling writeable v0.5.5 |
1222 | 2025-01-10T04:23:42.409Z | Compiling unicode-bidi v0.3.17 |
1223 | 2025-01-10T04:23:42.873Z | Compiling pem-rfc7468 v0.7.0 |
1224 | 2025-01-10T04:23:43.277Z | Compiling httparse v1.9.5 |
1225 | 2025-01-10T04:23:43.529Z | Compiling aws-lc-rs v1.10.0 |
1226 | 2025-01-10T04:23:43.572Z | Compiling flagset v0.4.6 |
1227 | 2025-01-10T04:23:43.876Z | Compiling tracing-core v0.1.32 |
1228 | 2025-01-10T04:23:43.968Z | Compiling percent-encoding v2.3.1 |
1229 | 2025-01-10T04:23:44.082Z | Compiling crossbeam-utils v0.8.20 |
1230 | 2025-01-10T04:23:44.310Z | Compiling rustls-pki-types v1.10.0 |
1231 | 2025-01-10T04:23:44.667Z | Compiling icu_locid_transform_data v1.5.0 |
1232 | 2025-01-10T04:23:44.903Z | Compiling mirai-annotations v1.12.0 |
1233 | 2025-01-10T04:23:45.081Z | Compiling time-core v0.1.2 |
1234 | 2025-01-10T04:23:45.102Z | Compiling serde_derive v1.0.215 |
1235 | 2025-01-10T04:23:45.195Z | Compiling zeroize_derive v1.4.2 |
1236 | 2025-01-10T04:23:45.253Z | Compiling zerocopy-derive v0.7.35 |
1237 | 2025-01-10T04:23:45.397Z | Compiling tokio-macros v2.4.0 |
1238 | 2025-01-10T04:23:45.461Z | Compiling zerofrom-derive v0.1.4 |
1239 | 2025-01-10T04:23:46.759Z | Compiling zeroize v1.8.1 |
1240 | 2025-01-10T04:23:47.135Z | Compiling thiserror-impl v1.0.69 |
1241 | 2025-01-10T04:23:47.357Z | Compiling yoke-derive v0.7.4 |
1242 | 2025-01-10T04:23:47.495Z | Compiling zerocopy v0.7.35 |
1243 | 2025-01-10T04:23:48.414Z | Compiling crypto-common v0.1.6 |
1244 | 2025-01-10T04:23:48.621Z | Compiling block-buffer v0.10.4 |
1245 | 2025-01-10T04:23:48.669Z | Compiling zerovec-derive v0.10.3 |
1246 | 2025-01-10T04:23:48.903Z | Compiling digest v0.10.7 |
1247 | 2025-01-10T04:23:49.182Z | Compiling futures-macro v0.3.31 |
1248 | 2025-01-10T04:23:49.402Z | Compiling hmac v0.12.1 |
1249 | 2025-01-10T04:23:49.583Z | Compiling block-padding v0.3.3 |
1250 | 2025-01-10T04:23:49.633Z | Compiling displaydoc v0.2.5 |
1251 | 2025-01-10T04:23:49.659Z | Compiling zerofrom v0.1.4 |
1252 | 2025-01-10T04:23:49.842Z | Compiling inout v0.1.3 |
1253 | 2025-01-10T04:23:49.894Z | Compiling sha2 v0.10.8 |
1254 | 2025-01-10T04:23:50.110Z | Compiling cipher v0.4.4 |
1255 | 2025-01-10T04:23:50.476Z | Compiling thiserror v1.0.69 |
1256 | 2025-01-10T04:23:50.570Z | Compiling yoke v0.7.4 |
1257 | 2025-01-10T04:23:50.616Z | Compiling ppv-lite86 v0.2.20 |
1258 | 2025-01-10T04:23:50.641Z | Compiling der_derive v0.7.3 |
1259 | 2025-01-10T04:23:50.946Z | Compiling icu_provider_macros v1.5.0 |
1260 | 2025-01-10T04:23:51.158Z | Compiling futures-util v0.3.31 |
1261 | 2025-01-10T04:23:51.352Z | Compiling tracing-attributes v0.1.27 |
1262 | 2025-01-10T04:23:51.381Z | Compiling zerovec v0.10.4 |
1263 | 2025-01-10T04:23:51.458Z | Compiling rand_chacha v0.3.1 |
1264 | 2025-01-10T04:23:52.094Z | Compiling rand v0.8.5 |
1265 | 2025-01-10T04:23:53.252Z | Compiling tinystr v0.7.6 |
1266 | 2025-01-10T04:23:53.443Z | Compiling der v0.7.9 |
1267 | 2025-01-10T04:23:53.715Z | Compiling icu_locid v1.5.0 |
1268 | 2025-01-10T04:23:53.734Z | Compiling icu_collections v1.5.0 |
1269 | 2025-01-10T04:23:53.774Z | Compiling salsa20 v0.10.2 |
1270 | 2025-01-10T04:23:54.014Z | Compiling pest v2.7.14 |
1271 | 2025-01-10T04:23:54.305Z | Compiling pbkdf2 v0.12.2 |
1272 | 2025-01-10T04:23:54.477Z | Compiling untrusted v0.9.0 |
1273 | 2025-01-10T04:23:54.660Z | Compiling untrusted v0.7.1 |
1274 | 2025-01-10T04:23:54.855Z | Compiling vcpkg v0.2.15 |
1275 | 2025-01-10T04:23:55.250Z | Compiling icu_provider v1.5.0 |
1276 | 2025-01-10T04:23:55.321Z | Compiling tracing v0.1.40 |
1277 | 2025-01-10T04:23:55.843Z | Compiling spki v0.7.3 |
1278 | 2025-01-10T04:23:56.203Z | Compiling icu_locid_transform v1.5.0 |
1279 | 2025-01-10T04:23:56.237Z | Compiling icu_properties_data v1.5.0 |
1280 | 2025-01-10T04:23:56.361Z | Compiling powerfmt v0.2.0 |
1281 | 2025-01-10T04:23:56.510Z | Compiling num-conv v0.1.0 |
1282 | 2025-01-10T04:23:56.757Z | Compiling deranged v0.3.11 |
1283 | 2025-01-10T04:23:56.812Z | Compiling time-macros v0.2.18 |
1284 | 2025-01-10T04:23:56.855Z | Compiling pest_meta v2.7.14 |
1285 | 2025-01-10T04:23:57.003Z | Compiling openssl-sys v0.9.103 |
1286 | 2025-01-10T04:23:57.482Z | Compiling icu_properties v1.5.1 |
1287 | 2025-01-10T04:23:58.111Z | Compiling scrypt v0.11.0 |
1288 | 2025-01-10T04:23:58.692Z | Compiling aes v0.8.4 |
1289 | 2025-01-10T04:23:58.812Z | Compiling cbc v0.1.2 |
1290 | 2025-01-10T04:23:58.915Z | Compiling scroll_derive v0.12.0 |
1291 | 2025-01-10T04:23:59.751Z | Compiling bitflags v2.6.0 |
1292 | 2025-01-10T04:24:00.189Z | Compiling bytes v1.8.0 |
1293 | 2025-01-10T04:24:00.382Z | Compiling indexmap v2.6.0 |
1294 | 2025-01-10T04:24:01.046Z | Compiling semver v1.0.23 |
1295 | 2025-01-10T04:24:01.510Z | Compiling tokio v1.40.0 |
1296 | 2025-01-10T04:24:01.550Z | Compiling http v1.1.0 |
1297 | 2025-01-10T04:24:01.837Z | Compiling rustc_version v0.4.1 |
1298 | 2025-01-10T04:24:01.883Z | Compiling num_threads v0.1.7 |
1299 | 2025-01-10T04:24:02.013Z | Compiling atomic-waker v1.1.2 |
1300 | 2025-01-10T04:24:02.055Z | Compiling write16 v1.0.0 |
1301 | 2025-01-10T04:24:02.185Z | Compiling icu_normalizer_data v1.5.0 |
1302 | 2025-01-10T04:24:02.255Z | Compiling utf16_iter v1.0.5 |
1303 | 2025-01-10T04:24:02.300Z | Compiling utf8_iter v1.0.4 |
1304 | 2025-01-10T04:24:02.404Z | Compiling time v0.3.36 |
1305 | 2025-01-10T04:24:02.423Z | Compiling scroll v0.12.0 |
1306 | 2025-01-10T04:24:02.539Z | Compiling icu_normalizer v1.5.0 |
1307 | 2025-01-10T04:24:02.619Z | Compiling pkcs5 v0.7.1 |
1308 | 2025-01-10T04:24:03.097Z | Compiling http-body v1.0.1 |
1309 | 2025-01-10T04:24:03.368Z | Compiling pest_generator v2.7.14 |
1310 | 2025-01-10T04:24:03.536Z | Compiling form_urlencoded v1.2.1 |
1311 | 2025-01-10T04:24:03.888Z | Compiling try-lock v0.2.5 |
1312 | 2025-01-10T04:24:03.925Z | Compiling slog v2.7.0 |
1313 | 2025-01-10T04:24:04.036Z | Compiling want v0.3.1 |
1314 | 2025-01-10T04:24:04.059Z | Compiling goblin v0.8.2 |
1315 | 2025-01-10T04:24:04.337Z | Compiling which v4.4.2 |
1316 | 2025-01-10T04:24:04.532Z | Compiling idna_adapter v1.2.0 |
1317 | 2025-01-10T04:24:04.611Z | Compiling pkcs8 v0.10.2 |
1318 | 2025-01-10T04:24:04.950Z | Compiling uuid v1.11.1 |
1319 | 2025-01-10T04:24:05.337Z | Compiling iana-time-zone v0.1.61 |
1320 | 2025-01-10T04:24:05.437Z | Compiling pest_derive v2.7.14 |
1321 | 2025-01-10T04:24:05.607Z | Compiling httpdate v1.0.3 |
1322 | 2025-01-10T04:24:05.811Z | Compiling chrono v0.4.38 |
1323 | 2025-01-10T04:24:06.076Z | Compiling idna v1.0.3 |
1324 | 2025-01-10T04:24:06.244Z | Compiling dtrace-parser v0.2.0 |
1325 | 2025-01-10T04:24:07.288Z | Compiling toml_datetime v0.6.8 |
1326 | 2025-01-10T04:24:07.716Z | Compiling serde_tokenstream v0.2.2 |
1327 | 2025-01-10T04:24:07.819Z | Compiling serde_spanned v0.6.8 |
1328 | 2025-01-10T04:24:07.965Z | Compiling adler2 v2.0.0 |
1329 | 2025-01-10T04:24:08.041Z | Compiling base64 v0.22.1 |
1330 | 2025-01-10T04:24:08.175Z | Compiling tower-service v0.3.3 |
1331 | 2025-01-10T04:24:08.312Z | Compiling openssl v0.10.66 |
1332 | 2025-01-10T04:24:08.361Z | Compiling foreign-types-shared v0.1.1 |
1333 | 2025-01-10T04:24:08.477Z | Compiling rustversion v1.0.17 |
1334 | 2025-01-10T04:24:08.495Z | Compiling match_cfg v0.1.0 |
1335 | 2025-01-10T04:24:08.591Z | Compiling hostname v0.3.1 |
1336 | 2025-01-10T04:24:08.763Z | Compiling foreign-types v0.3.2 |
1337 | 2025-01-10T04:24:08.824Z | Compiling miniz_oxide v0.8.0 |
1338 | 2025-01-10T04:24:08.851Z | Compiling url v2.5.3 |
1339 | 2025-01-10T04:24:09.251Z | Compiling async-trait v0.1.83 |
1340 | 2025-01-10T04:24:09.650Z | Compiling openssl-macros v0.1.1 |
1341 | 2025-01-10T04:24:10.290Z | Compiling tokio-util v0.7.12 |
1342 | 2025-01-10T04:24:10.399Z | Compiling dof v0.3.0 |
1343 | 2025-01-10T04:24:10.422Z | Compiling serde_derive_internals v0.29.1 |
1344 | 2025-01-10T04:24:10.851Z | Compiling dirs-sys-next v0.1.2 |
1345 | 2025-01-10T04:24:11.511Z | Compiling h2 v0.4.6 |
1346 | 2025-01-10T04:24:11.759Z | Compiling usdt-impl v0.5.0 |
1347 | 2025-01-10T04:24:12.053Z | Compiling rustls v0.23.19 |
1348 | 2025-01-10T04:24:12.323Z | Compiling schemars v0.8.21 |
1349 | 2025-01-10T04:24:12.608Z | Compiling syn v1.0.109 |
1350 | 2025-01-10T04:24:12.657Z | Compiling native-tls v0.2.12 |
1351 | 2025-01-10T04:24:12.982Z | Compiling rustls v0.22.4 |
1352 | 2025-01-10T04:24:13.103Z | Compiling data-encoding v2.6.0 |
1353 | 2025-01-10T04:24:13.212Z | Compiling siphasher v0.3.11 |
1354 | 2025-01-10T04:24:13.373Z | Compiling schemars_derive v0.8.21 |
1355 | 2025-01-10T04:24:13.462Z | Compiling dirs-next v2.0.0 |
1356 | 2025-01-10T04:24:14.400Z | Compiling http-body-util v0.1.2 |
1357 | 2025-01-10T04:24:14.955Z | Compiling heapless v0.7.17 |
1358 | 2025-01-10T04:24:15.076Z | Compiling crossbeam-epoch v0.9.18 |
1359 | 2025-01-10T04:24:15.384Z | Compiling sha1 v0.10.6 |
1360 | 2025-01-10T04:24:15.610Z | Compiling signature v2.2.0 |
1361 | 2025-01-10T04:24:15.806Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1362 | 2025-01-10T04:24:15.870Z | Compiling thread_local v1.1.8 |
1363 | 2025-01-10T04:24:15.909Z | Compiling multer v3.1.0 |
1364 | 2025-01-10T04:24:16.180Z | Compiling encoding_rs v0.8.34 |
1365 | 2025-01-10T04:24:16.287Z | Compiling cookie v0.18.1 |
1366 | 2025-01-10T04:24:16.446Z | Compiling dyn-clone v1.0.17 |
1367 | 2025-01-10T04:24:16.569Z | Compiling gimli v0.31.1 |
1368 | 2025-01-10T04:24:16.652Z | Compiling unicode-properties v0.1.3 |
1369 | 2025-01-10T04:24:16.796Z | Compiling slog-async v2.8.0 |
1370 | 2025-01-10T04:24:17.088Z | Compiling ipnet v2.10.1 |
1371 | 2025-01-10T04:24:17.135Z | Compiling rayon-core v1.12.1 |
1372 | 2025-01-10T04:24:17.328Z | Compiling signal-hook v0.3.17 |
1373 | 2025-01-10T04:24:17.409Z | Compiling openssl-probe v0.1.5 |
1374 | 2025-01-10T04:24:17.593Z | Compiling mime v0.3.17 |
1375 | 2025-01-10T04:24:17.794Z | Compiling toml_edit v0.22.22 |
1376 | 2025-01-10T04:24:18.402Z | Compiling stringprep v0.1.5 |
1377 | 2025-01-10T04:24:19.722Z | Compiling hyper v1.5.0 |
1378 | 2025-01-10T04:24:21.236Z | Compiling addr2line v0.24.2 |
1379 | 2025-01-10T04:24:22.025Z | Compiling crossbeam-deque v0.8.5 |
1380 | 2025-01-10T04:24:22.242Z | Compiling hyper-util v0.1.10 |
1381 | 2025-01-10T04:24:22.350Z | Compiling usdt-macro v0.5.0 |
1382 | 2025-01-10T04:24:22.371Z | Compiling usdt-attr-macro v0.5.0 |
1383 | 2025-01-10T04:24:22.461Z | Compiling term v0.7.0 |
1384 | 2025-01-10T04:24:23.788Z | Compiling slog-json v2.6.1 |
1385 | 2025-01-10T04:24:23.924Z | Compiling serde_urlencoded v0.7.1 |
1386 | 2025-01-10T04:24:24.007Z | Compiling curve25519-dalek v4.1.3 |
1387 | 2025-01-10T04:24:24.027Z | Compiling crossbeam-channel v0.5.13 |
1388 | 2025-01-10T04:24:24.154Z | Compiling futures-executor v0.3.31 |
1389 | 2025-01-10T04:24:24.443Z | Compiling enum-as-inner v0.6.1 |
1390 | 2025-01-10T04:24:24.634Z | Compiling md-5 v0.10.6 |
1391 | 2025-01-10T04:24:24.712Z | Compiling async-stream-impl v0.3.6 |
1392 | 2025-01-10T04:24:24.899Z | Compiling rustls-pemfile v2.2.0 |
1393 | 2025-01-10T04:24:25.189Z | Compiling num-integer v0.1.46 |
1394 | 2025-01-10T04:24:25.245Z | Compiling idna v0.4.0 |
1395 | 2025-01-10T04:24:25.356Z | Compiling idna v0.3.0 |
1396 | 2025-01-10T04:24:25.545Z | Compiling hash32 v0.2.1 |
1397 | 2025-01-10T04:24:25.918Z | Compiling ff v0.13.0 |
1398 | 2025-01-10T04:24:25.964Z | Compiling is-terminal v0.4.13 |
1399 | 2025-01-10T04:24:26.100Z | Compiling dropshot v0.12.0 |
1400 | 2025-01-10T04:24:26.125Z | Compiling object v0.36.5 |
1401 | 2025-01-10T04:24:26.145Z | Compiling anyhow v1.0.93 |
1402 | 2025-01-10T04:24:26.166Z | Compiling num-bigint-dig v0.8.4 |
1403 | 2025-01-10T04:24:26.380Z | Compiling utf-8 v0.7.6 |
1404 | 2025-01-10T04:24:26.453Z | Compiling smoltcp v0.9.1 |
1405 | 2025-01-10T04:24:26.733Z | Compiling take_mut v0.2.2 |
1406 | 2025-01-10T04:24:26.736Z | Compiling fallible-iterator v0.2.0 |
1407 | 2025-01-10T04:24:26.868Z | Compiling quick-error v1.2.3 |
1408 | 2025-01-10T04:24:26.889Z | Compiling rustc-demangle v0.1.24 |
1409 | 2025-01-10T04:24:27.015Z | Compiling portable-atomic v1.9.0 |
1410 | 2025-01-10T04:24:27.114Z | Compiling base16ct v0.2.0 |
1411 | 2025-01-10T04:24:27.143Z | Compiling linked-hash-map v0.5.6 |
1412 | 2025-01-10T04:24:27.442Z | Compiling psl-types v2.0.11 |
1413 | 2025-01-10T04:24:27.462Z | Compiling postgres-protocol v0.6.7 |
1414 | 2025-01-10T04:24:27.530Z | Compiling lru-cache v0.1.2 |
1415 | 2025-01-10T04:24:27.645Z | Compiling publicsuffix v2.2.3 |
1416 | 2025-01-10T04:24:27.736Z | Compiling sec1 v0.7.3 |
1417 | 2025-01-10T04:24:27.847Z | Compiling resolv-conf v0.7.0 |
1418 | 2025-01-10T04:24:28.392Z | Compiling tungstenite v0.24.0 |
1419 | 2025-01-10T04:24:28.684Z | Compiling async-stream v0.3.6 |
1420 | 2025-01-10T04:24:28.705Z | Compiling group v0.13.0 |
1421 | 2025-01-10T04:24:28.873Z | Compiling slog-term v2.9.1 |
1422 | 2025-01-10T04:24:29.004Z | Compiling hickory-proto v0.24.1 |
1423 | 2025-01-10T04:24:29.029Z | Compiling usdt v0.5.0 |
1424 | 2025-01-10T04:24:29.536Z | Compiling num-iter v0.1.45 |
1425 | 2025-01-10T04:24:29.836Z | Compiling futures v0.3.31 |
1426 | 2025-01-10T04:24:29.959Z | Compiling slog-bunyan v2.5.0 |
1427 | 2025-01-10T04:24:30.800Z | Compiling camino v1.1.9 |
1428 | 2025-01-10T04:24:31.382Z | Compiling toml v0.8.19 |
1429 | 2025-01-10T04:24:31.620Z | Compiling tokio-native-tls v0.3.1 |
1430 | 2025-01-10T04:24:31.903Z | Compiling phf_shared v0.11.2 |
1431 | 2025-01-10T04:24:31.988Z | Compiling dropshot_endpoint v0.12.0 |
1432 | 2025-01-10T04:24:32.317Z | Compiling terminal_size v0.4.0 |
1433 | 2025-01-10T04:24:32.534Z | Compiling openapiv3 v2.0.0 |
1434 | 2025-01-10T04:24:32.802Z | Compiling waitgroup v0.1.2 |
1435 | 2025-01-10T04:24:33.045Z | Compiling serde_path_to_error v0.1.16 |
1436 | 2025-01-10T04:24:33.136Z | Compiling hkdf v0.12.4 |
1437 | 2025-01-10T04:24:33.413Z | Compiling backtrace v0.3.74 |
1438 | 2025-01-10T04:24:33.911Z | Compiling crypto-bigint v0.5.5 |
1439 | 2025-01-10T04:24:34.185Z | Compiling zerocopy-derive v0.6.6 |
1440 | 2025-01-10T04:24:36.461Z | Compiling curve25519-dalek-derive v0.1.1 |
1441 | 2025-01-10T04:24:36.773Z | Compiling webpki-roots v0.26.6 |
1442 | 2025-01-10T04:24:37.001Z | Compiling idna v0.5.0 |
1443 | 2025-01-10T04:24:37.121Z | Compiling hostname v0.4.0 |
1444 | 2025-01-10T04:24:37.157Z | Compiling crc32fast v1.4.2 |
1445 | 2025-01-10T04:24:37.385Z | Compiling fs-err v2.11.0 |
1446 | 2025-01-10T04:24:37.493Z | Compiling ahash v0.8.11 |
1447 | 2025-01-10T04:24:37.679Z | Compiling winnow v0.5.40 |
1448 | 2025-01-10T04:24:37.804Z | Compiling hubpack_derive v0.1.1 |
1449 | 2025-01-10T04:24:37.840Z | Compiling debug-ignore v1.0.5 |
1450 | 2025-01-10T04:24:37.965Z | Compiling bitflags v1.3.2 |
1451 | 2025-01-10T04:24:37.996Z | Compiling newtype-uuid v1.1.3 |
1452 | 2025-01-10T04:24:38.070Z | Compiling managed v0.8.0 |
1453 | 2025-01-10T04:24:38.320Z | Compiling clap_builder v4.5.21 |
1454 | 2025-01-10T04:24:38.714Z | Compiling strum_macros v0.25.3 |
1455 | 2025-01-10T04:24:38.739Z | Compiling hubpack v0.1.2 |
1456 | 2025-01-10T04:24:39.220Z | Compiling console v0.15.8 |
1457 | 2025-01-10T04:24:40.014Z | Compiling cookie_store v0.21.0 |
1458 | 2025-01-10T04:24:40.841Z | Compiling flate2 v1.0.34 |
1459 | 2025-01-10T04:24:40.962Z | Compiling elliptic-curve v0.13.8 |
1460 | 2025-01-10T04:24:41.590Z | Compiling toml_edit v0.19.15 |
1461 | 2025-01-10T04:24:41.633Z | Compiling zerocopy v0.6.6 |
1462 | 2025-01-10T04:24:41.791Z | Compiling hickory-resolver v0.24.1 |
1463 | 2025-01-10T04:24:42.474Z | Compiling phf v0.11.2 |
1464 | 2025-01-10T04:24:42.728Z | Compiling signal-hook-mio v0.2.4 |
1465 | 2025-01-10T04:24:42.781Z | Compiling hyper-tls v0.6.0 |
1466 | 2025-01-10T04:24:42.898Z | Compiling rayon v1.10.0 |
1467 | 2025-01-10T04:24:42.980Z | Compiling bzip2 v0.4.4 |
1468 | 2025-01-10T04:24:43.426Z | Compiling tokio-tungstenite v0.24.0 |
1469 | 2025-01-10T04:24:44.010Z | Compiling postgres-types v0.2.8 |
1470 | 2025-01-10T04:24:46.992Z | Compiling ed25519 v2.2.3 |
1471 | 2025-01-10T04:24:47.672Z | Compiling phf_shared v0.10.0 |
1472 | 2025-01-10T04:24:47.765Z | Compiling tokio-stream v0.1.16 |
1473 | 2025-01-10T04:24:48.016Z | Compiling pkcs1 v0.7.5 |
1474 | 2025-01-10T04:24:48.078Z | Compiling serde-big-array v0.5.1 |
1475 | 2025-01-10T04:24:48.343Z | Compiling clap_derive v4.5.18 |
1476 | 2025-01-10T04:24:48.687Z | Compiling rfc6979 v0.4.0 |
1477 | 2025-01-10T04:24:48.888Z | Compiling serde_repr v0.1.19 |
1478 | 2025-01-10T04:24:48.908Z | Compiling derive-where v1.2.7 |
1479 | 2025-01-10T04:24:48.911Z | Compiling float-cmp v0.9.0 |
1480 | 2025-01-10T04:24:49.034Z | Compiling bstr v1.10.0 |
1481 | 2025-01-10T04:24:49.155Z | Compiling sync_wrapper v1.0.1 |
1482 | 2025-01-10T04:24:49.312Z | Compiling static_assertions v1.1.0 |
1483 | 2025-01-10T04:24:49.421Z | Compiling bit-vec v0.6.3 |
1484 | 2025-01-10T04:24:49.801Z | Compiling predicates-core v1.0.8 |
1485 | 2025-01-10T04:24:49.907Z | Compiling precomputed-hash v0.1.1 |
1486 | 2025-01-10T04:24:50.034Z | Compiling fixedbitset v0.4.2 |
1487 | 2025-01-10T04:24:50.060Z | Compiling whoami v1.5.2 |
1488 | 2025-01-10T04:24:50.158Z | Compiling normalize-line-endings v0.3.0 |
1489 | 2025-01-10T04:24:50.292Z | Compiling unicode-width v0.2.0 |
1490 | 2025-01-10T04:24:50.511Z | Compiling new_debug_unreachable v1.0.6 |
1491 | 2025-01-10T04:24:50.608Z | Compiling number_prefix v0.4.0 |
1492 | 2025-01-10T04:24:50.723Z | Compiling unicode-segmentation v1.12.0 |
1493 | 2025-01-10T04:24:50.819Z | Compiling difflib v0.4.0 |
1494 | 2025-01-10T04:24:50.840Z | Compiling indicatif v0.17.9 |
1495 | 2025-01-10T04:24:50.843Z | Compiling string_cache v0.8.7 |
1496 | 2025-01-10T04:24:51.321Z | Compiling predicates v3.1.2 |
1497 | 2025-01-10T04:24:51.604Z | Compiling similar v2.6.0 |
1498 | 2025-01-10T04:24:52.461Z | Compiling tokio-postgres v0.7.12 |
1499 | 2025-01-10T04:24:52.557Z | Compiling petgraph v0.6.5 |
1500 | 2025-01-10T04:24:53.105Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1501 | 2025-01-10T04:24:53.127Z | Compiling bit-set v0.5.3 |
1502 | 2025-01-10T04:24:53.416Z | Compiling clap v4.5.21 |
1503 | 2025-01-10T04:24:53.438Z | Compiling ecdsa v0.16.9 |
1504 | 2025-01-10T04:24:53.553Z | Compiling rsa v0.9.6 |
1505 | 2025-01-10T04:24:54.099Z | Compiling ed25519-dalek v2.1.1 |
1506 | 2025-01-10T04:24:54.349Z | Compiling toml v0.7.8 |
1507 | 2025-01-10T04:24:55.436Z | Compiling zip v0.6.6 |
1508 | 2025-01-10T04:24:56.165Z | Compiling crossterm v0.28.1 |
1509 | 2025-01-10T04:24:57.604Z | Compiling hex v0.4.3 |
1510 | 2025-01-10T04:24:57.883Z | Compiling x509-cert v0.2.5 |
1511 | 2025-01-10T04:24:57.903Z | Compiling itertools v0.10.5 |
1512 | 2025-01-10T04:24:58.220Z | Compiling peg-runtime v0.8.3 |
1513 | 2025-01-10T04:24:58.382Z | Compiling unicode-xid v0.2.6 |
1514 | 2025-01-10T04:24:58.565Z | Compiling lalrpop-util v0.19.12 |
1515 | 2025-01-10T04:24:58.913Z | Compiling strum_macros v0.26.4 |
1516 | 2025-01-10T04:24:58.932Z | Compiling xattr v1.3.1 |
1517 | 2025-01-10T04:24:59.210Z | Compiling filetime v0.2.25 |
1518 | 2025-01-10T04:24:59.543Z | Compiling tar v0.4.42 |
1519 | 2025-01-10T04:25:04.061Z | Compiling strum v0.26.3 |
1520 | 2025-01-10T04:25:06.673Z | Compiling aws-lc-sys v0.22.0 |
1521 | 2025-01-10T04:25:34.793Z | Compiling rustls-webpki v0.102.8 |
1522 | 2025-01-10T04:25:38.219Z | Compiling tokio-rustls v0.25.0 |
1523 | 2025-01-10T04:25:39.868Z | Compiling tokio-rustls v0.26.0 |
1524 | 2025-01-10T04:25:40.324Z | Compiling hyper-rustls v0.27.3 |
1525 | 2025-01-10T04:25:40.681Z | Compiling reqwest v0.12.9 |
1526 | 2025-01-10T04:25:41.794Z | Compiling qorb v0.2.1 |
1527 | 2025-01-10T04:25:46.629Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1528 | 2025-01-10T04:25:46.868Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1529 | 2025-01-10T04:25:52.707Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 26s |
1530 | 2025-01-10T04:25:52.866Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1531 | 2025-01-10T04:25:52.917Z | Jan 10 04:25:51.044 INFO Starting download, target: Clickhouse |
1532 | 2025-01-10T04:25:52.917Z | Jan 10 04:25:51.045 INFO Starting download, target: Cockroach |
1533 | 2025-01-10T04:25:52.917Z | Jan 10 04:25:51.045 INFO Starting download, target: Console |
1534 | 2025-01-10T04:25:52.917Z | Jan 10 04:25:51.045 INFO Starting download, target: DendriteOpenapi |
1535 | 2025-01-10T04:25:52.917Z | Jan 10 04:25:51.045 INFO Starting download, target: DendriteStub |
1536 | 2025-01-10T04:25:52.920Z | Jan 10 04:25:51.045 INFO Starting download, target: MaghemiteMgd |
1537 | 2025-01-10T04:25:52.920Z | Jan 10 04:25:51.045 INFO Starting download, target: TransceiverControl |
1538 | 2025-01-10T04:25:52.920Z | Jan 10 04:25:51.045 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1539 | 2025-01-10T04:25:52.920Z | Jan 10 04:25:51.045 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1540 | 2025-01-10T04:25:52.920Z | Jan 10 04:25:51.045 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1541 | 2025-01-10T04:25:52.920Z | Jan 10 04:25:51.046 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1542 | 2025-01-10T04:25:52.920Z | Jan 10 04:25:51.046 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1543 | 2025-01-10T04:25:52.920Z | Jan 10 04:25:51.046 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1544 | 2025-01-10T04:25:52.920Z | Jan 10 04:25:51.046 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1545 | 2025-01-10T04:25:53.066Z | Jan 10 04:25:51.182 INFO Download complete, target: DendriteOpenapi |
1546 | 2025-01-10T04:25:53.228Z | Jan 10 04:25:51.318 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1547 | 2025-01-10T04:25:53.530Z | Jan 10 04:25:51.651 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1548 | 2025-01-10T04:25:53.786Z | Jan 10 04:25:51.915 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1549 | 2025-01-10T04:25:53.819Z | Jan 10 04:25:51.944 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1550 | 2025-01-10T04:25:53.868Z | Jan 10 04:25:51.996 INFO Download complete, target: Console |
1551 | 2025-01-10T04:25:53.900Z | Jan 10 04:25:52.028 INFO Download complete, target: TransceiverControl |
1552 | 2025-01-10T04:25:54.418Z | Jan 10 04:25:52.547 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1553 | 2025-01-10T04:25:54.418Z | Jan 10 04:25:52.548 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1554 | 2025-01-10T04:25:54.801Z | Jan 10 04:25:52.931 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1555 | 2025-01-10T04:25:56.670Z | Jan 10 04:25:54.782 INFO Download complete, target: MaghemiteMgd |
1556 | 2025-01-10T04:25:56.670Z | Jan 10 04:25:54.782 INFO Download complete, target: DendriteStub |
1557 | 2025-01-10T04:26:01.802Z | Jan 10 04:25:59.930 INFO Checking that binary works, target: Cockroach |
1558 | 2025-01-10T04:26:02.051Z | Jan 10 04:26:00.180 INFO Download complete, target: Cockroach |
1559 | 2025-01-10T04:26:07.152Z | Jan 10 04:26:05.280 INFO Checking that binary works, target: Clickhouse |
1560 | 2025-01-10T04:26:07.284Z | Jan 10 04:26:05.410 INFO Download complete, target: Clickhouse |
1561 | 2025-01-10T04:26:07.289Z | All prerequisites installed successfully |
1562 | 2025-01-10T04:26:07.301Z | |
1563 | 2025-01-10T04:26:07.301Z | real 4:58.112031273 |
1564 | 2025-01-10T04:26:07.301Z | user 16:37.181242849 |
1565 | 2025-01-10T04:26:07.301Z | sys 3:15.882703225 |
1566 | 2025-01-10T04:26:07.301Z | trap 0.573805425 |
1567 | 2025-01-10T04:26:07.301Z | tflt 1.561108153 |
1568 | 2025-01-10T04:26:07.302Z | dflt 2.316374268 |
1569 | 2025-01-10T04:26:07.302Z | kflt 0.027935274 |
1570 | 2025-01-10T04:26:07.302Z | lock 29:50.507111042 |
1571 | 2025-01-10T04:26:07.302Z | slp 1:01:54.372361857 |
1572 | 2025-01-10T04:26:07.302Z | lat 56.792594261 |
1573 | 2025-01-10T04:26:07.302Z | stop 2:21.434284359 |
1574 | 2025-01-10T04:26:07.302Z | + ptime -m cargo xtask download softnpu |
1575 | 2025-01-10T04:26:07.825Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1576 | 2025-01-10T04:26:07.843Z | Running `target/debug/xtask download softnpu` |
1577 | 2025-01-10T04:26:08.684Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
1578 | 2025-01-10T04:26:08.739Z | Running `target/debug/xtask-downloader softnpu` |
1579 | 2025-01-10T04:26:08.778Z | Jan 10 04:26:06.906 INFO Starting download, target: Softnpu |
1580 | 2025-01-10T04:26:08.781Z | Jan 10 04:26:06.907 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1581 | 2025-01-10T04:26:09.360Z | Jan 10 04:26:07.488 INFO Download complete, target: Softnpu |
1582 | 2025-01-10T04:26:09.364Z | |
1583 | 2025-01-10T04:26:09.367Z | real 2.067590626 |
1584 | 2025-01-10T04:26:09.367Z | user 1.287670856 |
1585 | 2025-01-10T04:26:09.367Z | sys 0.544753482 |
1586 | 2025-01-10T04:26:09.367Z | trap 0.000823996 |
1587 | 2025-01-10T04:26:09.367Z | tflt 0.000003098 |
1588 | 2025-01-10T04:26:09.367Z | dflt 0.000044096 |
1589 | 2025-01-10T04:26:09.367Z | kflt 0.000000000 |
1590 | 2025-01-10T04:26:09.367Z | lock 5.878313285 |
1591 | 2025-01-10T04:26:09.367Z | slp 0.427640040 |
1592 | 2025-01-10T04:26:09.367Z | lat 0.069419530 |
1593 | 2025-01-10T04:26:09.367Z | stop 0.000160301 |
1594 | 2025-01-10T04:26:09.367Z | + export CARGO_INCREMENTAL=0 |
1595 | 2025-01-10T04:26:09.367Z | + CARGO_INCREMENTAL=0 |
1596 | 2025-01-10T04:26:09.367Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
1597 | 2025-01-10T04:26:10.339Z | Compiling proc-macro2 v1.0.89 |
1598 | 2025-01-10T04:26:10.339Z | Compiling unicode-ident v1.0.13 |
1599 | 2025-01-10T04:26:10.342Z | Compiling libc v0.2.162 |
1600 | 2025-01-10T04:26:10.342Z | Compiling serde v1.0.215 |
1601 | 2025-01-10T04:26:10.342Z | Compiling autocfg v1.4.0 |
1602 | 2025-01-10T04:26:10.342Z | Compiling version_check v0.9.5 |
1603 | 2025-01-10T04:26:10.342Z | Compiling cfg-if v1.0.0 |
1604 | 2025-01-10T04:26:10.580Z | Compiling memchr v2.7.4 |
1605 | 2025-01-10T04:26:10.645Z | Compiling typenum v1.17.0 |
1606 | 2025-01-10T04:26:10.961Z | Compiling shlex v1.3.0 |
1607 | 2025-01-10T04:26:11.011Z | Compiling value-bag v1.9.0 |
1608 | 2025-01-10T04:26:11.133Z | Compiling generic-array v0.14.7 |
1609 | 2025-01-10T04:26:11.351Z | Compiling lock_api v0.4.12 |
1610 | 2025-01-10T04:26:11.408Z | Compiling scopeguard v1.2.0 |
1611 | 2025-01-10T04:26:11.558Z | Compiling log v0.4.22 |
1612 | 2025-01-10T04:26:11.577Z | Compiling parking_lot_core v0.9.10 |
1613 | 2025-01-10T04:26:12.013Z | Compiling serde_json v1.0.133 |
1614 | 2025-01-10T04:26:12.032Z | Compiling once_cell v1.20.2 |
1615 | 2025-01-10T04:26:12.274Z | Compiling quote v1.0.37 |
1616 | 2025-01-10T04:26:12.326Z | Compiling libm v0.2.8 |
1617 | 2025-01-10T04:26:12.415Z | Compiling rustix v0.38.37 |
1618 | 2025-01-10T04:26:12.439Z | Compiling num-traits v0.2.19 |
1619 | 2025-01-10T04:26:12.646Z | Compiling syn v2.0.87 |
1620 | 2025-01-10T04:26:12.755Z | Compiling jobserver v0.1.32 |
1621 | 2025-01-10T04:26:12.758Z | Compiling getrandom v0.2.15 |
1622 | 2025-01-10T04:26:12.912Z | Compiling thiserror v1.0.69 |
1623 | 2025-01-10T04:26:13.053Z | Compiling aho-corasick v1.1.3 |
1624 | 2025-01-10T04:26:13.121Z | Compiling cc v1.1.30 |
1625 | 2025-01-10T04:26:13.133Z | Compiling regex-syntax v0.8.5 |
1626 | 2025-01-10T04:26:13.214Z | Compiling either v1.13.0 |
1627 | 2025-01-10T04:26:13.436Z | Compiling itoa v1.0.11 |
1628 | 2025-01-10T04:26:13.497Z | Compiling spin v0.9.8 |
1629 | 2025-01-10T04:26:13.808Z | Compiling slab v0.4.9 |
1630 | 2025-01-10T04:26:13.902Z | Compiling byteorder v1.5.0 |
1631 | 2025-01-10T04:26:14.217Z | Compiling errno v0.3.9 |
1632 | 2025-01-10T04:26:14.385Z | Compiling rand_core v0.6.4 |
1633 | 2025-01-10T04:26:14.557Z | Compiling lazy_static v1.5.0 |
1634 | 2025-01-10T04:26:14.643Z | Compiling glob v0.3.1 |
1635 | 2025-01-10T04:26:15.083Z | Compiling prettyplease v0.2.25 |
1636 | 2025-01-10T04:26:15.456Z | Compiling clang-sys v1.8.1 |
1637 | 2025-01-10T04:26:15.645Z | Compiling minimal-lexical v0.2.1 |
1638 | 2025-01-10T04:26:15.798Z | Compiling libloading v0.8.5 |
1639 | 2025-01-10T04:26:16.135Z | Compiling nom v7.1.3 |
1640 | 2025-01-10T04:26:16.155Z | Compiling allocator-api2 v0.2.18 |
1641 | 2025-01-10T04:26:16.176Z | Compiling home v0.5.9 |
1642 | 2025-01-10T04:26:16.412Z | Compiling bindgen v0.69.5 |
1643 | 2025-01-10T04:26:16.551Z | Compiling subtle v2.6.1 |
1644 | 2025-01-10T04:26:16.832Z | Compiling regex-automata v0.4.8 |
1645 | 2025-01-10T04:26:16.946Z | Compiling itertools v0.12.1 |
1646 | 2025-01-10T04:26:17.377Z | Compiling rustc-hash v1.1.0 |
1647 | 2025-01-10T04:26:17.393Z | Compiling smallvec v1.13.2 |
1648 | 2025-01-10T04:26:17.530Z | Compiling lazycell v1.3.0 |
1649 | 2025-01-10T04:26:17.713Z | Compiling semver v1.0.23 |
1650 | 2025-01-10T04:26:18.172Z | Compiling cmake v0.1.51 |
1651 | 2025-01-10T04:26:19.083Z | Compiling dunce v1.0.5 |
1652 | 2025-01-10T04:26:19.131Z | Compiling fs_extra v1.3.0 |
1653 | 2025-01-10T04:26:19.365Z | Compiling ryu v1.0.18 |
1654 | 2025-01-10T04:26:19.537Z | Compiling pkg-config v0.3.31 |
1655 | 2025-01-10T04:26:19.640Z | Compiling cexpr v0.6.0 |
1656 | 2025-01-10T04:26:19.867Z | Compiling ring v0.17.8 |
1657 | 2025-01-10T04:26:20.080Z | Compiling pin-project-lite v0.2.14 |
1658 | 2025-01-10T04:26:20.222Z | Compiling synstructure v0.13.1 |
1659 | 2025-01-10T04:26:20.751Z | Compiling fnv v1.0.7 |
1660 | 2025-01-10T04:26:20.876Z | Compiling paste v1.0.15 |
1661 | 2025-01-10T04:26:20.896Z | Compiling schemars v0.8.21 |
1662 | 2025-01-10T04:26:21.185Z | Compiling const-oid v0.9.6 |
1663 | 2025-01-10T04:26:21.218Z | Compiling serde_derive_internals v0.29.1 |
1664 | 2025-01-10T04:26:21.454Z | Compiling httparse v1.9.5 |
1665 | 2025-01-10T04:26:21.642Z | Compiling equivalent v1.0.1 |
1666 | 2025-01-10T04:26:21.779Z | Compiling aws-lc-rs v1.10.0 |
1667 | 2025-01-10T04:26:22.119Z | Compiling foldhash v0.1.3 |
1668 | 2025-01-10T04:26:22.402Z | Compiling regex v1.11.1 |
1669 | 2025-01-10T04:26:22.775Z | Compiling hashbrown v0.15.1 |
1670 | 2025-01-10T04:26:23.405Z | Compiling heck v0.5.0 |
1671 | 2025-01-10T04:26:23.502Z | Compiling signal-hook-registry v1.4.2 |
1672 | 2025-01-10T04:26:24.134Z | Compiling parking_lot v0.12.3 |
1673 | 2025-01-10T04:26:24.181Z | Compiling mio v1.0.2 |
1674 | 2025-01-10T04:26:25.731Z | Compiling serde_derive v1.0.215 |
1675 | 2025-01-10T04:26:25.849Z | Compiling zeroize_derive v1.4.2 |
1676 | 2025-01-10T04:26:26.106Z | Compiling zerocopy-derive v0.7.35 |
1677 | 2025-01-10T04:26:26.152Z | Compiling thiserror-impl v1.0.69 |
1678 | 2025-01-10T04:26:26.894Z | Compiling tokio-macros v2.4.0 |
1679 | 2025-01-10T04:26:27.166Z | Compiling zerofrom-derive v0.1.4 |
1680 | 2025-01-10T04:26:27.361Z | Compiling zeroize v1.8.1 |
1681 | 2025-01-10T04:26:27.800Z | Compiling yoke-derive v0.7.4 |
1682 | 2025-01-10T04:26:27.818Z | Compiling futures-macro v0.3.31 |
1683 | 2025-01-10T04:26:28.101Z | Compiling zerovec-derive v0.10.3 |
1684 | 2025-01-10T04:26:28.345Z | Compiling zerocopy v0.7.35 |
1685 | 2025-01-10T04:26:28.922Z | Compiling displaydoc v0.2.5 |
1686 | 2025-01-10T04:26:29.660Z | Compiling crypto-common v0.1.6 |
1687 | 2025-01-10T04:26:29.962Z | Compiling tracing-attributes v0.1.27 |
1688 | 2025-01-10T04:26:30.014Z | Compiling icu_provider_macros v1.5.0 |
1689 | 2025-01-10T04:26:30.314Z | Compiling schemars_derive v0.8.21 |
1690 | 2025-01-10T04:26:30.426Z | Compiling block-buffer v0.10.4 |
1691 | 2025-01-10T04:26:30.580Z | Compiling stable_deref_trait v1.2.0 |
1692 | 2025-01-10T04:26:30.689Z | Compiling digest v0.10.7 |
1693 | 2025-01-10T04:26:30.737Z | Compiling crossbeam-utils v0.8.20 |
1694 | 2025-01-10T04:26:31.068Z | Compiling der_derive v0.7.3 |
1695 | 2025-01-10T04:26:31.136Z | Compiling socket2 v0.5.7 |
1696 | 2025-01-10T04:26:31.202Z | Compiling time-core v0.1.2 |
1697 | 2025-01-10T04:26:31.261Z | Compiling num-conv v0.1.0 |
1698 | 2025-01-10T04:26:31.393Z | Compiling futures-core v0.3.31 |
1699 | 2025-01-10T04:26:31.562Z | Compiling time-macros v0.2.18 |
1700 | 2025-01-10T04:26:32.793Z | Compiling vcpkg v0.2.15 |
1701 | 2025-01-10T04:26:33.573Z | Compiling syn v1.0.109 |
1702 | 2025-01-10T04:26:34.363Z | Compiling openssl-sys v0.9.103 |
1703 | 2025-01-10T04:26:34.436Z | Compiling cpufeatures v0.2.14 |
1704 | 2025-01-10T04:26:34.746Z | Compiling futures-sink v0.3.31 |
1705 | 2025-01-10T04:26:35.004Z | Compiling slog v2.7.0 |
1706 | 2025-01-10T04:26:35.147Z | Compiling ahash v0.8.11 |
1707 | 2025-01-10T04:26:35.423Z | Compiling iana-time-zone v0.1.61 |
1708 | 2025-01-10T04:26:35.486Z | Compiling zerofrom v0.1.4 |
1709 | 2025-01-10T04:26:35.740Z | Compiling scroll_derive v0.12.0 |
1710 | 2025-01-10T04:26:35.898Z | Compiling ucd-trie v0.1.7 |
1711 | 2025-01-10T04:26:36.023Z | Compiling yoke v0.7.4 |
1712 | 2025-01-10T04:26:36.155Z | Compiling pest v2.7.14 |
1713 | 2025-01-10T04:26:36.318Z | Compiling futures-channel v0.3.31 |
1714 | 2025-01-10T04:26:36.818Z | Compiling hmac v0.12.1 |
1715 | 2025-01-10T04:26:37.055Z | Compiling pin-utils v0.1.0 |
1716 | 2025-01-10T04:26:37.150Z | Compiling futures-task v0.3.31 |
1717 | 2025-01-10T04:26:37.169Z | Compiling futures-io v0.3.31 |
1718 | 2025-01-10T04:26:37.476Z | Compiling openssl v0.10.66 |
1719 | 2025-01-10T04:26:37.741Z | Compiling futures-util v0.3.31 |
1720 | 2025-01-10T04:26:37.883Z | Compiling zerovec v0.10.4 |
1721 | 2025-01-10T04:26:38.262Z | Compiling block-padding v0.3.3 |
1722 | 2025-01-10T04:26:38.625Z | Compiling tinyvec_macros v0.1.1 |
1723 | 2025-01-10T04:26:38.726Z | Compiling pest_meta v2.7.14 |
1724 | 2025-01-10T04:26:39.065Z | Compiling bitflags v2.6.0 |
1725 | 2025-01-10T04:26:39.337Z | Compiling bytes v1.8.0 |
1726 | 2025-01-10T04:26:41.434Z | Compiling indexmap v2.6.0 |
1727 | 2025-01-10T04:26:42.891Z | Compiling tokio v1.40.0 |
1728 | 2025-01-10T04:26:42.953Z | Compiling serde_tokenstream v0.2.2 |
1729 | 2025-01-10T04:26:43.542Z | Compiling uuid v1.11.1 |
1730 | 2025-01-10T04:26:43.798Z | Compiling http v1.1.0 |
1731 | 2025-01-10T04:26:44.589Z | Compiling which v4.4.2 |
1732 | 2025-01-10T04:26:44.784Z | Compiling chrono v0.4.38 |
1733 | 2025-01-10T04:26:45.111Z | Compiling rustc_version v0.4.1 |
1734 | 2025-01-10T04:26:47.966Z | Compiling pest_generator v2.7.14 |
1735 | 2025-01-10T04:26:48.047Z | Compiling toml_datetime v0.6.8 |
1736 | 2025-01-10T04:26:48.509Z | Compiling serde_spanned v0.6.8 |
1737 | 2025-01-10T04:26:48.729Z | Compiling tinyvec v1.8.0 |
1738 | 2025-01-10T04:26:49.779Z | Compiling inout v0.1.3 |
1739 | 2025-01-10T04:26:50.035Z | Compiling openssl-macros v0.1.1 |
1740 | 2025-01-10T04:26:50.346Z | Compiling native-tls v0.2.12 |
1741 | 2025-01-10T04:26:50.665Z | Compiling dyn-clone v1.0.17 |
1742 | 2025-01-10T04:26:50.731Z | Compiling strsim v0.11.1 |
1743 | 2025-01-10T04:26:50.994Z | Compiling rustls v0.23.19 |
1744 | 2025-01-10T04:26:51.891Z | Compiling unicode-normalization v0.1.24 |
1745 | 2025-01-10T04:26:52.935Z | Compiling cipher v0.4.4 |
1746 | 2025-01-10T04:26:52.984Z | Compiling pest_derive v2.7.14 |
1747 | 2025-01-10T04:26:53.004Z | Compiling tinystr v0.7.6 |
1748 | 2025-01-10T04:26:53.246Z | Compiling sha2 v0.10.8 |
1749 | 2025-01-10T04:26:53.430Z | Compiling tracing-core v0.1.32 |
1750 | 2025-01-10T04:26:53.452Z | Compiling usdt-impl v0.5.0 |
1751 | 2025-01-10T04:26:53.713Z | Compiling litemap v0.7.3 |
1752 | 2025-01-10T04:26:53.779Z | Compiling base64ct v1.6.0 |
1753 | 2025-01-10T04:26:54.124Z | Compiling unicode-bidi v0.3.17 |
1754 | 2025-01-10T04:26:54.245Z | Compiling writeable v0.5.5 |
1755 | 2025-01-10T04:26:54.361Z | Compiling pem-rfc7468 v0.7.0 |
1756 | 2025-01-10T04:26:54.774Z | Compiling icu_locid v1.5.0 |
1757 | 2025-01-10T04:26:54.961Z | Compiling tracing v0.1.40 |
1758 | 2025-01-10T04:26:56.301Z | Compiling scroll v0.12.0 |
1759 | 2025-01-10T04:26:56.384Z | Compiling ppv-lite86 v0.2.20 |
1760 | 2025-01-10T04:26:56.907Z | Compiling async-trait v0.1.83 |
1761 | 2025-01-10T04:26:57.271Z | Compiling cookie v0.18.1 |
1762 | 2025-01-10T04:26:58.654Z | Compiling camino v1.1.9 |
1763 | 2025-01-10T04:26:58.727Z | Compiling plain v0.2.3 |
1764 | 2025-01-10T04:26:58.746Z | Compiling aws-lc-sys v0.22.0 |
1765 | 2025-01-10T04:26:59.154Z | Compiling flagset v0.4.6 |
1766 | 2025-01-10T04:26:59.371Z | Compiling anyhow v1.0.93 |
1767 | 2025-01-10T04:26:59.922Z | Compiling der v0.7.9 |
1768 | 2025-01-10T04:27:01.932Z | Compiling goblin v0.8.2 |
1769 | 2025-01-10T04:27:02.340Z | Compiling rand_chacha v0.3.1 |
1770 | 2025-01-10T04:27:03.250Z | Compiling icu_provider v1.5.0 |
1771 | 2025-01-10T04:27:04.284Z | Compiling rustls-pki-types v1.10.0 |
1772 | 2025-01-10T04:27:06.053Z | Compiling pretty-hex v0.4.1 |
1773 | 2025-01-10T04:27:06.270Z | Compiling percent-encoding v2.3.1 |
1774 | 2025-01-10T04:27:06.328Z | Compiling rayon-core v1.12.1 |
1775 | 2025-01-10T04:27:06.607Z | Compiling rustls v0.22.4 |
1776 | 2025-01-10T04:27:06.734Z | Compiling icu_locid_transform_data v1.5.0 |
1777 | 2025-01-10T04:27:06.843Z | Compiling icu_locid_transform v1.5.0 |
1778 | 2025-01-10T04:27:07.982Z | Compiling dof v0.3.0 |
1779 | 2025-01-10T04:27:08.036Z | Compiling rand v0.8.5 |
1780 | 2025-01-10T04:27:08.557Z | Compiling spki v0.7.3 |
1781 | 2025-01-10T04:27:09.126Z | Compiling dtrace-parser v0.2.0 |
1782 | 2025-01-10T04:27:09.592Z | Compiling salsa20 v0.10.2 |
1783 | 2025-01-10T04:27:09.617Z | Compiling tokio-util v0.7.12 |
1784 | 2025-01-10T04:27:09.872Z | Compiling icu_collections v1.5.0 |
1785 | 2025-01-10T04:27:10.858Z | Compiling pbkdf2 v0.12.2 |
1786 | 2025-01-10T04:27:10.987Z | Compiling thread-id v4.2.2 |
1787 | 2025-01-10T04:27:11.027Z | Compiling untrusted v0.9.0 |
1788 | 2025-01-10T04:27:11.103Z | Compiling winnow v0.5.40 |
1789 | 2025-01-10T04:27:11.201Z | Compiling untrusted v0.7.1 |
1790 | 2025-01-10T04:27:11.220Z | Compiling mirai-annotations v1.12.0 |
1791 | 2025-01-10T04:27:11.387Z | Compiling powerfmt v0.2.0 |
1792 | 2025-01-10T04:27:11.420Z | Compiling icu_properties_data v1.5.0 |
1793 | 2025-01-10T04:27:11.855Z | Compiling deranged v0.3.11 |
1794 | 2025-01-10T04:27:12.018Z | Compiling icu_properties v1.5.1 |
1795 | 2025-01-10T04:27:15.118Z | Compiling toml_edit v0.19.15 |
1796 | 2025-01-10T04:27:16.056Z | Compiling scrypt v0.11.0 |
1797 | 2025-01-10T04:27:16.812Z | Compiling cbc v0.1.2 |
1798 | 2025-01-10T04:27:17.045Z | Compiling aes v0.8.4 |
1799 | 2025-01-10T04:27:18.311Z | Compiling multer v3.1.0 |
1800 | 2025-01-10T04:27:18.594Z | Compiling num_threads v0.1.7 |
1801 | 2025-01-10T04:27:18.733Z | Compiling icu_normalizer_data v1.5.0 |
1802 | 2025-01-10T04:27:19.248Z | Compiling write16 v1.0.0 |
1803 | 2025-01-10T04:27:19.384Z | Compiling slog-async v2.8.0 |
1804 | 2025-01-10T04:27:19.598Z | Compiling atomic-waker v1.1.2 |
1805 | 2025-01-10T04:27:19.763Z | Compiling rustversion v1.0.17 |
1806 | 2025-01-10T04:27:19.781Z | Compiling utf8_iter v1.0.4 |
1807 | 2025-01-10T04:27:19.838Z | Compiling utf16_iter v1.0.5 |
1808 | 2025-01-10T04:27:20.006Z | Compiling icu_normalizer v1.5.0 |
1809 | 2025-01-10T04:27:20.030Z | Compiling time v0.3.36 |
1810 | 2025-01-10T04:27:20.893Z | Compiling pkcs5 v0.7.1 |
1811 | 2025-01-10T04:27:22.035Z | Compiling form_urlencoded v1.2.1 |
1812 | 2025-01-10T04:27:22.325Z | Compiling http-body v1.0.1 |
1813 | 2025-01-10T04:27:22.582Z | Compiling heapless v0.7.17 |
1814 | 2025-01-10T04:27:23.018Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1815 | 2025-01-10T04:27:23.391Z | Compiling try-lock v0.2.5 |
1816 | 2025-01-10T04:27:24.049Z | Compiling signal-hook v0.3.17 |
1817 | 2025-01-10T04:27:25.042Z | Compiling want v0.3.1 |
1818 | 2025-01-10T04:27:25.809Z | Compiling pkcs8 v0.10.2 |
1819 | 2025-01-10T04:27:26.248Z | Compiling idna_adapter v1.2.0 |
1820 | 2025-01-10T04:27:26.481Z | Compiling h2 v0.4.6 |
1821 | 2025-01-10T04:27:27.720Z | Compiling usdt-attr-macro v0.5.0 |
1822 | 2025-01-10T04:27:29.192Z | Compiling usdt-macro v0.5.0 |
1823 | 2025-01-10T04:27:29.381Z | Compiling async-stream-impl v0.3.6 |
1824 | 2025-01-10T04:27:29.450Z | Compiling adler2 v2.0.0 |
1825 | 2025-01-10T04:27:29.951Z | Compiling httpdate v1.0.3 |
1826 | 2025-01-10T04:27:30.634Z | Compiling miniz_oxide v0.8.0 |
1827 | 2025-01-10T04:27:31.910Z | Compiling idna v1.0.3 |
1828 | 2025-01-10T04:27:33.629Z | Compiling curve25519-dalek v4.1.3 |
1829 | 2025-01-10T04:27:33.867Z | Compiling openapiv3 v2.0.0 |
1830 | 2025-01-10T04:27:34.103Z | Compiling enum-as-inner v0.6.1 |
1831 | 2025-01-10T04:27:35.118Z | Compiling hyper v1.5.0 |
1832 | 2025-01-10T04:27:37.365Z | Compiling dropshot v0.12.0 |
1833 | 2025-01-10T04:27:37.809Z | Compiling smoltcp v0.9.1 |
1834 | 2025-01-10T04:27:37.849Z | Compiling tower-service v0.3.3 |
1835 | 2025-01-10T04:27:37.984Z | Compiling base64 v0.22.1 |
1836 | 2025-01-10T04:27:38.083Z | Compiling num-bigint-dig v0.8.4 |
1837 | 2025-01-10T04:27:38.359Z | Compiling newtype-uuid v1.1.3 |
1838 | 2025-01-10T04:27:38.533Z | Compiling match_cfg v0.1.0 |
1839 | 2025-01-10T04:27:38.630Z | Compiling foreign-types-shared v0.1.1 |
1840 | 2025-01-10T04:27:38.648Z | Compiling portable-atomic v1.9.0 |
1841 | 2025-01-10T04:27:38.841Z | Compiling foreign-types v0.3.2 |
1842 | 2025-01-10T04:27:38.944Z | Compiling hostname v0.3.1 |
1843 | 2025-01-10T04:27:39.117Z | Compiling hyper-util v0.1.10 |
1844 | 2025-01-10T04:27:45.504Z | Compiling url v2.5.3 |
1845 | 2025-01-10T04:27:47.076Z | Compiling dirs-sys-next v0.1.2 |
1846 | 2025-01-10T04:27:47.130Z | Compiling data-encoding v2.6.0 |
1847 | 2025-01-10T04:27:47.267Z | Compiling gimli v0.31.1 |
1848 | 2025-01-10T04:27:47.605Z | Compiling heck v0.4.1 |
1849 | 2025-01-10T04:27:47.702Z | Compiling siphasher v0.3.11 |
1850 | 2025-01-10T04:27:47.723Z | Compiling ident_case v1.0.1 |
1851 | 2025-01-10T04:27:47.908Z | Compiling darling_core v0.20.10 |
1852 | 2025-01-10T04:27:48.065Z | Compiling dirs-next v2.0.0 |
1853 | 2025-01-10T04:27:50.436Z | Compiling http-body-util v0.1.2 |
1854 | 2025-01-10T04:27:54.107Z | Compiling addr2line v0.24.2 |
1855 | 2025-01-10T04:27:54.134Z | Compiling crossbeam-epoch v0.9.18 |
1856 | 2025-01-10T04:27:54.411Z | Compiling hubpack_derive v0.1.1 |
1857 | 2025-01-10T04:27:54.439Z | Compiling dropshot_endpoint v0.12.0 |
1858 | 2025-01-10T04:27:54.909Z | Compiling sha1 v0.10.6 |
1859 | 2025-01-10T04:27:54.981Z | Compiling signature v2.2.0 |
1860 | 2025-01-10T04:27:55.221Z | Compiling zerocopy-derive v0.6.6 |
1861 | 2025-01-10T04:27:55.241Z | Compiling curve25519-dalek-derive v0.1.1 |
1862 | 2025-01-10T04:27:55.360Z | Compiling object v0.36.5 |
1863 | 2025-01-10T04:27:56.612Z | Compiling thread_local v1.1.8 |
1864 | 2025-01-10T04:27:57.122Z | Compiling fs-err v2.11.0 |
1865 | 2025-01-10T04:27:57.151Z | Compiling encoding_rs v0.8.34 |
1866 | 2025-01-10T04:27:58.460Z | Compiling rustc-demangle v0.1.24 |
1867 | 2025-01-10T04:28:00.727Z | Compiling ipnet v2.10.1 |
1868 | 2025-01-10T04:28:01.778Z | Compiling unicode-properties v0.1.3 |
1869 | 2025-01-10T04:28:02.182Z | Compiling mime v0.3.17 |
1870 | 2025-01-10T04:28:03.296Z | Compiling utf8parse v0.2.2 |
1871 | 2025-01-10T04:28:03.468Z | Compiling anstyle v1.0.10 |
1872 | 2025-01-10T04:28:03.983Z | Compiling winnow v0.6.20 |
1873 | 2025-01-10T04:28:04.784Z | Compiling openssl-probe v0.1.5 |
1874 | 2025-01-10T04:28:07.327Z | Compiling backtrace v0.3.74 |
1875 | 2025-01-10T04:28:07.708Z | Compiling toml_edit v0.22.22 |
1876 | 2025-01-10T04:28:07.784Z | Compiling anstyle-parse v0.2.5 |
1877 | 2025-01-10T04:28:08.117Z | Compiling stringprep v0.1.5 |
1878 | 2025-01-10T04:28:11.330Z | Compiling crossbeam-deque v0.8.5 |
1879 | 2025-01-10T04:28:11.694Z | Compiling darling_macro v0.20.10 |
1880 | 2025-01-10T04:28:12.583Z | Compiling rustls-webpki v0.102.8 |
1881 | 2025-01-10T04:28:18.282Z | Compiling term v0.7.0 |
1882 | 2025-01-10T04:28:19.535Z | Compiling slog-json v2.6.1 |
1883 | 2025-01-10T04:28:21.466Z | Compiling serde_urlencoded v0.7.1 |
1884 | 2025-01-10T04:28:22.535Z | Compiling crossbeam-channel v0.5.13 |
1885 | 2025-01-10T04:28:22.676Z | Compiling rustls-pemfile v2.2.0 |
1886 | 2025-01-10T04:28:23.469Z | Compiling hashbrown v0.14.5 |
1887 | 2025-01-10T04:28:23.996Z | Compiling idna v0.3.0 |
1888 | 2025-01-10T04:28:24.035Z | Compiling idna v0.4.0 |
1889 | 2025-01-10T04:28:24.749Z | Compiling futures-executor v0.3.31 |
1890 | 2025-01-10T04:28:25.490Z | Compiling num-integer v0.1.46 |
1891 | 2025-01-10T04:28:25.538Z | Compiling md-5 v0.10.6 |
1892 | 2025-01-10T04:28:25.788Z | Compiling ff v0.13.0 |
1893 | 2025-01-10T04:28:26.022Z | Compiling hash32 v0.2.1 |
1894 | 2025-01-10T04:28:26.170Z | Compiling memmap v0.7.0 |
1895 | 2025-01-10T04:28:26.231Z | Compiling is-terminal v0.4.13 |
1896 | 2025-01-10T04:28:26.396Z | Compiling fallible-iterator v0.2.0 |
1897 | 2025-01-10T04:28:26.485Z | Compiling utf-8 v0.7.6 |
1898 | 2025-01-10T04:28:26.812Z | Compiling take_mut v0.2.2 |
1899 | 2025-01-10T04:28:26.997Z | Compiling is_terminal_polyfill v1.70.1 |
1900 | 2025-01-10T04:28:27.137Z | Compiling base16ct v0.2.0 |
1901 | 2025-01-10T04:28:27.162Z | Compiling linked-hash-map v0.5.6 |
1902 | 2025-01-10T04:28:27.549Z | Compiling psl-types v2.0.11 |
1903 | 2025-01-10T04:28:27.746Z | Compiling colorchoice v1.0.2 |
1904 | 2025-01-10T04:28:27.980Z | Compiling anstyle-query v1.1.1 |
1905 | 2025-01-10T04:28:28.144Z | Compiling quick-error v1.2.3 |
1906 | 2025-01-10T04:28:28.404Z | Compiling resolv-conf v0.7.0 |
1907 | 2025-01-10T04:28:29.107Z | Compiling anstream v0.6.15 |
1908 | 2025-01-10T04:28:29.181Z | Compiling publicsuffix v2.2.3 |
1909 | 2025-01-10T04:28:29.796Z | Compiling lru-cache v0.1.2 |
1910 | 2025-01-10T04:28:30.006Z | Compiling sec1 v0.7.3 |
1911 | 2025-01-10T04:28:30.556Z | Compiling postgres-protocol v0.6.7 |
1912 | 2025-01-10T04:28:30.990Z | Compiling tungstenite v0.24.0 |
1913 | 2025-01-10T04:28:31.652Z | Compiling usdt v0.5.0 |
1914 | 2025-01-10T04:28:31.846Z | Compiling slog-term v2.9.1 |
1915 | 2025-01-10T04:28:32.145Z | Compiling num-iter v0.1.45 |
1916 | 2025-01-10T04:28:32.348Z | Compiling group v0.13.0 |
1917 | 2025-01-10T04:28:32.662Z | Compiling futures v0.3.31 |
1918 | 2025-01-10T04:28:32.792Z | Compiling hickory-proto v0.24.1 |
1919 | 2025-01-10T04:28:32.935Z | Compiling regress v0.10.1 |
1920 | 2025-01-10T04:28:36.078Z | Compiling tokio-rustls v0.26.0 |
1921 | 2025-01-10T04:28:36.557Z | Compiling slog-bunyan v2.5.0 |
1922 | 2025-01-10T04:28:36.787Z | Compiling tokio-rustls v0.25.0 |
1923 | 2025-01-10T04:28:37.043Z | Compiling darling v0.20.10 |
1924 | 2025-01-10T04:28:37.168Z | Compiling toml v0.8.19 |
1925 | 2025-01-10T04:28:37.188Z | Compiling tokio-native-tls v0.3.1 |
1926 | 2025-01-10T04:28:37.227Z | Compiling strum_macros v0.25.3 |
1927 | 2025-01-10T04:28:37.479Z | Compiling phf_shared v0.11.2 |
1928 | 2025-01-10T04:28:37.869Z | Compiling async-stream v0.3.6 |
1929 | 2025-01-10T04:28:37.965Z | Compiling waitgroup v0.1.2 |
1930 | 2025-01-10T04:28:38.143Z | Compiling webpki-roots v0.26.6 |
1931 | 2025-01-10T04:28:38.688Z | Compiling idna v0.5.0 |
1932 | 2025-01-10T04:28:38.707Z | Compiling terminal_size v0.4.0 |
1933 | 2025-01-10T04:28:38.931Z | Compiling serde_path_to_error v0.1.16 |
1934 | 2025-01-10T04:28:39.793Z | Compiling hkdf v0.12.4 |
1935 | 2025-01-10T04:28:40.062Z | Compiling crypto-bigint v0.5.5 |
1936 | 2025-01-10T04:28:40.065Z | Compiling clap_derive v4.5.18 |
1937 | 2025-01-10T04:28:40.160Z | Compiling derive-where v1.2.7 |
1938 | 2025-01-10T04:28:40.788Z | Compiling serde_repr v0.1.19 |
1939 | 2025-01-10T04:28:41.887Z | Compiling hostname v0.4.0 |
1940 | 2025-01-10T04:28:41.908Z | Compiling crc32fast v1.4.2 |
1941 | 2025-01-10T04:28:42.117Z | Compiling bitflags v1.3.2 |
1942 | 2025-01-10T04:28:42.216Z | Compiling managed v0.8.0 |
1943 | 2025-01-10T04:28:42.647Z | Compiling clap_lex v0.7.2 |
1944 | 2025-01-10T04:28:43.011Z | Compiling unicode-width v0.1.14 |
1945 | 2025-01-10T04:28:43.375Z | Compiling debug-ignore v1.0.5 |
1946 | 2025-01-10T04:28:43.467Z | Compiling console v0.15.8 |
1947 | 2025-01-10T04:28:44.606Z | Compiling elliptic-curve v0.13.8 |
1948 | 2025-01-10T04:28:44.753Z | Compiling clap_builder v4.5.21 |
1949 | 2025-01-10T04:28:45.824Z | Compiling flate2 v1.0.34 |
1950 | 2025-01-10T04:28:46.814Z | Compiling cookie_store v0.21.0 |
1951 | 2025-01-10T04:28:50.295Z | Compiling hickory-resolver v0.24.1 |
1952 | 2025-01-10T04:28:50.337Z | Compiling hyper-rustls v0.27.3 |
1953 | 2025-01-10T04:28:52.040Z | Compiling phf v0.11.2 |
1954 | 2025-01-10T04:28:53.488Z | Compiling hyper-tls v0.6.0 |
1955 | 2025-01-10T04:28:53.702Z | Compiling signal-hook-mio v0.2.4 |
1956 | 2025-01-10T04:28:53.873Z | Compiling typify-impl v0.2.0 |
1957 | 2025-01-10T04:28:53.891Z | Compiling bzip2 v0.4.4 |
1958 | 2025-01-10T04:28:54.080Z | Compiling rayon v1.10.0 |
1959 | 2025-01-10T04:28:54.276Z | Compiling tokio-tungstenite v0.24.0 |
1960 | 2025-01-10T04:28:54.353Z | Compiling postgres-types v0.2.8 |
1961 | 2025-01-10T04:28:55.161Z | Compiling zerocopy v0.6.6 |
1962 | 2025-01-10T04:28:55.286Z | Compiling hubpack v0.1.2 |
1963 | 2025-01-10T04:28:55.702Z | Compiling ed25519 v2.2.3 |
1964 | 2025-01-10T04:28:55.749Z | Compiling phf_shared v0.10.0 |
1965 | 2025-01-10T04:28:56.016Z | Compiling pkcs1 v0.7.5 |
1966 | 2025-01-10T04:28:56.154Z | Compiling tokio-stream v0.1.16 |
1967 | 2025-01-10T04:28:56.952Z | Compiling ipnetwork v0.20.0 |
1968 | 2025-01-10T04:28:57.239Z | Compiling serde-big-array v0.5.1 |
1969 | 2025-01-10T04:28:57.424Z | Compiling rfc6979 v0.4.0 |
1970 | 2025-01-10T04:28:57.638Z | Compiling float-cmp v0.9.0 |
1971 | 2025-01-10T04:28:57.854Z | Compiling sync_wrapper v1.0.1 |
1972 | 2025-01-10T04:28:58.009Z | Compiling bstr v1.10.0 |
1973 | 2025-01-10T04:28:59.617Z | Compiling normalize-line-endings v0.3.0 |
1974 | 2025-01-10T04:28:59.754Z | Compiling new_debug_unreachable v1.0.6 |
1975 | 2025-01-10T04:28:59.858Z | Compiling predicates-core v1.0.8 |
1976 | 2025-01-10T04:29:00.188Z | Compiling unicode-segmentation v1.12.0 |
1977 | 2025-01-10T04:29:00.575Z | Compiling precomputed-hash v0.1.1 |
1978 | 2025-01-10T04:29:00.617Z | Compiling unicode-width v0.2.0 |
1979 | 2025-01-10T04:29:00.696Z | Compiling fixedbitset v0.4.2 |
1980 | 2025-01-10T04:29:00.724Z | Compiling difflib v0.4.0 |
1981 | 2025-01-10T04:29:01.045Z | Compiling whoami v1.5.2 |
1982 | 2025-01-10T04:29:01.111Z | Compiling static_assertions v1.1.0 |
1983 | 2025-01-10T04:29:01.221Z | Compiling number_prefix v0.4.0 |
1984 | 2025-01-10T04:29:01.446Z | Compiling bit-vec v0.6.3 |
1985 | 2025-01-10T04:29:01.584Z | Compiling indicatif v0.17.9 |
1986 | 2025-01-10T04:29:01.696Z | Compiling tokio-postgres v0.7.12 |
1987 | 2025-01-10T04:29:01.889Z | Compiling bit-set v0.5.3 |
1988 | 2025-01-10T04:29:02.041Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1989 | 2025-01-10T04:29:02.197Z | Compiling predicates v3.1.2 |
1990 | 2025-01-10T04:29:03.025Z | Compiling petgraph v0.6.5 |
1991 | 2025-01-10T04:29:03.449Z | Compiling similar v2.6.0 |
1992 | 2025-01-10T04:29:03.674Z | Compiling string_cache v0.8.7 |
1993 | 2025-01-10T04:29:05.881Z | Compiling typify-macro v0.2.0 |
1994 | 2025-01-10T04:29:06.979Z | Compiling reqwest v0.12.9 |
1995 | 2025-01-10T04:29:07.091Z | Compiling ecdsa v0.16.9 |
1996 | 2025-01-10T04:29:07.498Z | Compiling qorb v0.2.1 |
1997 | 2025-01-10T04:29:07.971Z | Compiling rsa v0.9.6 |
1998 | 2025-01-10T04:29:09.180Z | Compiling ed25519-dalek v2.1.1 |
1999 | 2025-01-10T04:29:09.932Z | Compiling zip v0.6.6 |
2000 | 2025-01-10T04:29:10.185Z | Compiling crossterm v0.28.1 |
2001 | 2025-01-10T04:29:10.447Z | Compiling clap v4.5.21 |
2002 | 2025-01-10T04:29:11.191Z | Compiling toml v0.7.8 |
2003 | 2025-01-10T04:29:12.757Z | Compiling x509-cert v0.2.5 |
2004 | 2025-01-10T04:29:13.185Z | Compiling hex v0.4.3 |
2005 | 2025-01-10T04:29:13.863Z | Compiling itertools v0.10.5 |
2006 | 2025-01-10T04:29:14.204Z | Compiling zerocopy v0.8.10 |
2007 | 2025-01-10T04:29:14.246Z | Compiling unicode-xid v0.2.6 |
2008 | 2025-01-10T04:29:14.424Z | Compiling peg-runtime v0.8.3 |
2009 | 2025-01-10T04:29:14.534Z | Compiling lalrpop-util v0.19.12 |
2010 | 2025-01-10T04:29:17.378Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2011 | 2025-01-10T04:29:21.609Z | Compiling proc-macro-crate v1.3.1 |
2012 | 2025-01-10T04:29:21.979Z | Compiling macaddr v1.0.1 |
2013 | 2025-01-10T04:29:22.452Z | Compiling zerocopy-derive v0.8.10 |
2014 | 2025-01-10T04:29:22.475Z | Compiling itertools v0.13.0 |
2015 | 2025-01-10T04:29:24.645Z | Compiling heapless v0.8.0 |
2016 | 2025-01-10T04:29:25.739Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2017 | 2025-01-10T04:29:29.538Z | Compiling num_enum_derive v0.5.11 |
2018 | 2025-01-10T04:29:39.153Z | Compiling hash32 v0.3.1 |
2019 | 2025-01-10T04:29:40.059Z | Compiling smoltcp v0.11.0 |
2020 | 2025-01-10T04:29:40.670Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2021 | 2025-01-10T04:29:45.543Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2022 | 2025-01-10T04:29:46.100Z | Compiling num_enum v0.5.11 |
2023 | 2025-01-10T04:29:46.548Z | Compiling typify v0.2.0 |
2024 | 2025-01-10T04:29:46.720Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2025 | 2025-01-10T04:29:47.970Z | Compiling proc-macro-error-attr v1.0.4 |
2026 | 2025-01-10T04:29:48.030Z | Compiling unsafe-libyaml v0.2.11 |
2027 | 2025-01-10T04:29:48.276Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2028 | 2025-01-10T04:29:49.766Z | Compiling cobs v0.2.3 |
2029 | 2025-01-10T04:29:50.225Z | Compiling postcard v1.0.10 |
2030 | 2025-01-10T04:29:51.857Z | Compiling serde_yaml v0.9.34+deprecated |
2031 | 2025-01-10T04:30:05.737Z | Compiling progenitor-impl v0.8.0 |
2032 | 2025-01-10T04:30:07.739Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2033 | 2025-01-10T04:30:17.133Z | Compiling strum_macros v0.26.4 |
2034 | 2025-01-10T04:30:18.334Z | Compiling foreign-types-macros v0.2.3 |
2035 | 2025-01-10T04:30:18.374Z | Compiling structmeta-derive v0.3.0 |
2036 | 2025-01-10T04:30:18.511Z | Compiling proc-macro-error v1.0.4 |
2037 | 2025-01-10T04:30:18.661Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2038 | 2025-01-10T04:30:19.521Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2039 | 2025-01-10T04:30:19.974Z | Compiling foreign-types-shared v0.3.1 |
2040 | 2025-01-10T04:30:21.009Z | Compiling structmeta v0.3.0 |
2041 | 2025-01-10T04:30:21.591Z | Compiling strum v0.26.3 |
2042 | 2025-01-10T04:30:25.675Z | Compiling foreign-types v0.5.0 |
2043 | 2025-01-10T04:30:26.332Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2044 | 2025-01-10T04:30:29.516Z | Compiling progenitor-macro v0.8.0 |
2045 | 2025-01-10T04:30:35.721Z | Compiling progenitor-client v0.8.0 |
2046 | 2025-01-10T04:30:35.835Z | Compiling tabwriter v1.4.0 |
2047 | 2025-01-10T04:30:36.672Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2048 | 2025-01-10T04:30:37.485Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2049 | 2025-01-10T04:30:38.702Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2050 | 2025-01-10T04:30:39.586Z | Compiling cstr-argument v0.1.2 |
2051 | 2025-01-10T04:30:39.646Z | Compiling dropshot v0.13.0 |
2052 | 2025-01-10T04:30:39.951Z | Compiling pretty-hex v0.2.1 |
2053 | 2025-01-10T04:30:40.186Z | Compiling thiserror v2.0.3 |
2054 | 2025-01-10T04:30:40.292Z | Compiling fastrand v2.1.1 |
2055 | 2025-01-10T04:30:40.744Z | Compiling crucible-workspace-hack v0.1.0 |
2056 | 2025-01-10T04:30:41.034Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2057 | 2025-01-10T04:30:41.886Z | Compiling tempfile v3.13.0 |
2058 | 2025-01-10T04:30:42.300Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2059 | 2025-01-10T04:30:42.371Z | Compiling progenitor v0.8.0 |
2060 | 2025-01-10T04:30:42.709Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2061 | 2025-01-10T04:30:42.788Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2062 | 2025-01-10T04:30:42.999Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2063 | 2025-01-10T04:30:43.621Z | Compiling parse-display-derive v0.10.0 |
2064 | 2025-01-10T04:30:43.715Z | Compiling colored v2.1.0 |
2065 | 2025-01-10T04:30:43.828Z | Compiling serde_with_macros v3.11.0 |
2066 | 2025-01-10T04:30:44.500Z | Compiling dropshot_endpoint v0.13.0 |
2067 | 2025-01-10T04:30:44.969Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2068 | 2025-01-10T04:30:45.714Z | Compiling thiserror-impl v2.0.3 |
2069 | 2025-01-10T04:30:46.412Z | Compiling instant v0.1.13 |
2070 | 2025-01-10T04:30:46.593Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2071 | 2025-01-10T04:30:47.046Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2072 | 2025-01-10T04:30:47.318Z | Compiling backoff v0.4.0 |
2073 | 2025-01-10T04:30:47.475Z | Compiling parse-display v0.10.0 |
2074 | 2025-01-10T04:30:47.702Z | Compiling serde_with v3.11.0 |
2075 | 2025-01-10T04:30:47.780Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2076 | 2025-01-10T04:30:48.948Z | Compiling zone_cfg_derive v0.3.0 |
2077 | 2025-01-10T04:30:49.436Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2078 | 2025-01-10T04:30:50.046Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2079 | 2025-01-10T04:30:50.165Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2080 | 2025-01-10T04:30:50.354Z | Compiling camino-tempfile v1.1.1 |
2081 | 2025-01-10T04:30:50.859Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2082 | 2025-01-10T04:30:51.108Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2083 | 2025-01-10T04:30:51.309Z | Compiling regress v0.9.1 |
2084 | 2025-01-10T04:30:51.352Z | Compiling num-derive v0.4.2 |
2085 | 2025-01-10T04:30:52.072Z | Compiling sigpipe v0.1.3 |
2086 | 2025-01-10T04:30:52.217Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2087 | 2025-01-10T04:30:52.515Z | Compiling libefi-sys v0.1.0 |
2088 | 2025-01-10T04:30:52.872Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2089 | 2025-01-10T04:30:53.704Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2090 | 2025-01-10T04:30:55.285Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2091 | 2025-01-10T04:30:55.836Z | Compiling zone v0.3.0 |
2092 | 2025-01-10T04:30:56.121Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2093 | 2025-01-10T04:30:57.668Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2094 | 2025-01-10T04:30:59.194Z | Compiling smf v0.2.3 |
2095 | 2025-01-10T04:30:59.997Z | Compiling bitfield-struct v0.6.2 |
2096 | 2025-01-10T04:31:01.407Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2097 | 2025-01-10T04:31:01.834Z | Compiling blake3 v1.5.4 |
2098 | 2025-01-10T04:31:01.969Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2099 | 2025-01-10T04:31:02.487Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2100 | 2025-01-10T04:31:02.722Z | Compiling xattr v1.3.1 |
2101 | 2025-01-10T04:31:03.053Z | Compiling filetime v0.2.25 |
2102 | 2025-01-10T04:31:03.105Z | Compiling memmap2 v0.9.5 |
2103 | 2025-01-10T04:31:03.150Z | Compiling arrayvec v0.7.6 |
2104 | 2025-01-10T04:31:03.417Z | Compiling same-file v1.0.6 |
2105 | 2025-01-10T04:31:03.612Z | Compiling arrayref v0.3.9 |
2106 | 2025-01-10T04:31:03.655Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2107 | 2025-01-10T04:31:03.697Z | Compiling constant_time_eq v0.3.1 |
2108 | 2025-01-10T04:31:03.720Z | Compiling walkdir v2.5.0 |
2109 | 2025-01-10T04:31:03.740Z | Compiling tar v0.4.42 |
2110 | 2025-01-10T04:31:03.787Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2111 | 2025-01-10T04:31:05.359Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2112 | 2025-01-10T04:31:05.815Z | Compiling gethostname v0.5.0 |
2113 | 2025-01-10T04:31:06.029Z | Compiling cargo-platform v0.1.8 |
2114 | 2025-01-10T04:31:06.497Z | Compiling topological-sort v0.2.2 |
2115 | 2025-01-10T04:31:06.617Z | Compiling cargo_metadata v0.18.1 |
2116 | 2025-01-10T04:31:06.800Z | Compiling omicron-zone-package v0.12.0 |
2117 | 2025-01-10T04:31:07.141Z | Compiling shell-words v1.1.0 |
2118 | 2025-01-10T04:31:07.581Z | Compiling indent_write v2.2.0 |
2119 | 2025-01-10T04:31:14.754Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2120 | 2025-01-10T04:31:17.283Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2121 | 2025-01-10T04:31:19.472Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2122 | 2025-01-10T04:31:37.502Z | Finished `release` profile [optimized] target(s) in 5m 28s |
2123 | 2025-01-10T04:31:37.662Z | Running `target/release/omicron-package -t test target create -p dev` |
2124 | 2025-01-10T04:31:37.710Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2125 | 2025-01-10T04:31:37.713Z | Created new build target 'test' and set it as active |
2126 | 2025-01-10T04:31:37.713Z | |
2127 | 2025-01-10T04:31:37.713Z | real 5:28.319918457 |
2128 | 2025-01-10T04:31:37.713Z | user 36:57.908555698 |
2129 | 2025-01-10T04:31:37.713Z | sys 4:56.895342468 |
2130 | 2025-01-10T04:31:37.713Z | trap 1.095762095 |
2131 | 2025-01-10T04:31:37.713Z | tflt 3.457051111 |
2132 | 2025-01-10T04:31:37.713Z | dflt 0.828742231 |
2133 | 2025-01-10T04:31:37.713Z | kflt 0.010388043 |
2134 | 2025-01-10T04:31:37.713Z | lock 1:17:41.470648127 |
2135 | 2025-01-10T04:31:37.713Z | slp 2:34:06.718343124 |
2136 | 2025-01-10T04:31:37.713Z | lat 2:35.990590271 |
2137 | 2025-01-10T04:31:37.713Z | stop 4:33.119071991 |
2138 | 2025-01-10T04:31:37.716Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2139 | 2025-01-10T04:31:38.678Z | Finished `release` profile [optimized] target(s) in 0.91s |
2140 | 2025-01-10T04:31:38.737Z | Running `target/release/omicron-package -t test package` |
2141 | 2025-01-10T04:31:38.781Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2142 | 2025-01-10T04:31:39.904Z | Compiling convert_case v0.4.0 |
2143 | 2025-01-10T04:31:39.904Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2144 | 2025-01-10T04:31:39.908Z | Compiling newline-converter v0.3.0 |
2145 | 2025-01-10T04:31:39.908Z | Compiling password-hash v0.5.0 |
2146 | 2025-01-10T04:31:39.908Z | Compiling blake2 v0.10.6 |
2147 | 2025-01-10T04:31:39.908Z | Compiling base64 v0.21.7 |
2148 | 2025-01-10T04:31:40.063Z | Compiling atomicwrites v0.4.4 |
2149 | 2025-01-10T04:31:40.092Z | Compiling progenitor-client v0.8.0 |
2150 | 2025-01-10T04:31:40.208Z | Compiling expectorate v1.1.0 |
2151 | 2025-01-10T04:31:40.278Z | Compiling owo-colors v4.1.0 |
2152 | 2025-01-10T04:31:40.412Z | Compiling cancel-safe-futures v0.1.5 |
2153 | 2025-01-10T04:31:40.569Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2154 | 2025-01-10T04:31:40.621Z | Compiling argon2 v0.5.3 |
2155 | 2025-01-10T04:31:40.693Z | Compiling progenitor v0.8.0 |
2156 | 2025-01-10T04:31:40.733Z | Compiling derive_more v0.99.18 |
2157 | 2025-01-10T04:31:40.779Z | Compiling num-rational v0.4.2 |
2158 | 2025-01-10T04:31:40.978Z | Compiling num-complex v0.4.6 |
2159 | 2025-01-10T04:31:41.298Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2160 | 2025-01-10T04:31:41.901Z | Compiling libsw v3.3.1 |
2161 | 2025-01-10T04:31:41.930Z | Compiling swrite v0.1.0 |
2162 | 2025-01-10T04:31:42.076Z | Compiling linear-map v1.2.0 |
2163 | 2025-01-10T04:31:42.191Z | Compiling num v0.4.3 |
2164 | 2025-01-10T04:31:42.265Z | Compiling float-ord v0.3.2 |
2165 | 2025-01-10T04:31:42.310Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2166 | 2025-01-10T04:31:42.331Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2167 | 2025-01-10T04:31:42.441Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2168 | 2025-01-10T04:31:42.504Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2169 | 2025-01-10T04:31:42.992Z | Compiling highway v1.2.0 |
2170 | 2025-01-10T04:31:43.243Z | Compiling semver v0.1.20 |
2171 | 2025-01-10T04:31:43.832Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2172 | 2025-01-10T04:31:44.161Z | Compiling rustc_version v0.1.7 |
2173 | 2025-01-10T04:31:44.411Z | Compiling tungstenite v0.21.0 |
2174 | 2025-01-10T04:31:44.582Z | Compiling newtype_derive v0.1.6 |
2175 | 2025-01-10T04:31:44.901Z | Compiling ipnetwork v0.20.0 |
2176 | 2025-01-10T04:31:45.703Z | Compiling tokio-tungstenite v0.21.0 |
2177 | 2025-01-10T04:31:46.351Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2178 | 2025-01-10T04:31:47.031Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2179 | 2025-01-10T04:31:47.319Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2180 | 2025-01-10T04:31:49.812Z | Compiling humantime v2.1.0 |
2181 | 2025-01-10T04:31:50.508Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2182 | 2025-01-10T04:31:50.656Z | Compiling dropshot v0.13.0 |
2183 | 2025-01-10T04:31:50.731Z | Compiling instant v0.1.13 |
2184 | 2025-01-10T04:31:50.915Z | Compiling backoff v0.4.0 |
2185 | 2025-01-10T04:31:51.281Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2186 | 2025-01-10T04:31:51.545Z | Compiling steno v0.4.1 |
2187 | 2025-01-10T04:31:51.669Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2188 | 2025-01-10T04:31:51.776Z | Compiling parse-display v0.10.0 |
2189 | 2025-01-10T04:31:52.348Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2190 | 2025-01-10T04:31:52.541Z | Compiling strum v0.26.3 |
2191 | 2025-01-10T04:31:52.743Z | Compiling serde_with v3.11.0 |
2192 | 2025-01-10T04:31:56.501Z | Compiling regress v0.9.1 |
2193 | 2025-01-10T04:31:56.923Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2194 | 2025-01-10T04:31:59.551Z | Compiling macaddr v1.0.1 |
2195 | 2025-01-10T04:31:59.829Z | Compiling slog-dtrace v0.3.0 |
2196 | 2025-01-10T04:31:59.968Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2197 | 2025-01-10T04:32:00.210Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2198 | 2025-01-10T04:32:00.310Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2199 | 2025-01-10T04:32:02.251Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2200 | 2025-01-10T04:32:02.424Z | Compiling prettyplease v0.2.25 |
2201 | 2025-01-10T04:32:03.012Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2202 | 2025-01-10T04:32:03.082Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2203 | 2025-01-10T04:32:04.184Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2204 | 2025-01-10T04:32:06.519Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2205 | 2025-01-10T04:32:07.503Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2206 | 2025-01-10T04:32:18.960Z | Compiling half v2.4.1 |
2207 | 2025-01-10T04:32:19.545Z | Compiling ciborium-io v0.2.2 |
2208 | 2025-01-10T04:32:19.645Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2209 | 2025-01-10T04:32:19.692Z | Compiling ciborium-ll v0.2.2 |
2210 | 2025-01-10T04:32:20.202Z | Compiling ciborium v0.2.2 |
2211 | 2025-01-10T04:32:20.418Z | Compiling same-file v1.0.6 |
2212 | 2025-01-10T04:32:20.673Z | Compiling display-error-chain v0.2.2 |
2213 | 2025-01-10T04:32:20.802Z | Compiling fastrand v2.1.1 |
2214 | 2025-01-10T04:32:20.908Z | Compiling walkdir v2.5.0 |
2215 | 2025-01-10T04:32:21.315Z | Compiling tempfile v3.13.0 |
2216 | 2025-01-10T04:32:21.583Z | Compiling blake3 v1.5.4 |
2217 | 2025-01-10T04:32:21.725Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2218 | 2025-01-10T04:32:22.113Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2219 | 2025-01-10T04:32:22.230Z | Compiling xattr v1.3.1 |
2220 | 2025-01-10T04:32:22.270Z | Compiling memmap2 v0.9.5 |
2221 | 2025-01-10T04:32:22.513Z | Compiling filetime v0.2.25 |
2222 | 2025-01-10T04:32:22.695Z | Compiling arrayref v0.3.9 |
2223 | 2025-01-10T04:32:22.809Z | Compiling constant_time_eq v0.3.1 |
2224 | 2025-01-10T04:32:22.827Z | Compiling keccak v0.1.5 |
2225 | 2025-01-10T04:32:22.966Z | Compiling arrayvec v0.7.6 |
2226 | 2025-01-10T04:32:23.808Z | Compiling sha3 v0.10.8 |
2227 | 2025-01-10T04:32:24.511Z | Compiling tar v0.4.42 |
2228 | 2025-01-10T04:32:24.693Z | Compiling camino-tempfile v1.1.1 |
2229 | 2025-01-10T04:32:25.179Z | Compiling toolchain_find v0.4.0 |
2230 | 2025-01-10T04:32:25.257Z | Compiling const_format_proc_macros v0.2.33 |
2231 | 2025-01-10T04:32:25.537Z | Compiling maplit v1.0.2 |
2232 | 2025-01-10T04:32:25.678Z | Compiling radium v0.7.0 |
2233 | 2025-01-10T04:32:25.738Z | Compiling topological-sort v0.2.2 |
2234 | 2025-01-10T04:32:25.782Z | Compiling crunchy v0.2.2 |
2235 | 2025-01-10T04:32:25.981Z | Compiling omicron-zone-package v0.12.0 |
2236 | 2025-01-10T04:32:26.144Z | Compiling rustfmt-wrapper v0.2.1 |
2237 | 2025-01-10T04:32:26.277Z | Compiling tap v1.0.1 |
2238 | 2025-01-10T04:32:26.475Z | Compiling tiny-keccak v2.0.2 |
2239 | 2025-01-10T04:32:26.493Z | Compiling maybe-uninit v2.0.0 |
2240 | 2025-01-10T04:32:26.541Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2241 | 2025-01-10T04:32:26.706Z | Compiling wyz v0.5.1 |
2242 | 2025-01-10T04:32:27.055Z | Compiling dsl_auto_type v0.1.2 |
2243 | 2025-01-10T04:32:27.073Z | Compiling const_format v0.2.33 |
2244 | 2025-01-10T04:32:27.093Z | Compiling phf_generator v0.11.2 |
2245 | 2025-01-10T04:32:27.229Z | Compiling scheduled-thread-pool v0.2.7 |
2246 | 2025-01-10T04:32:27.284Z | Compiling secrecy v0.8.0 |
2247 | 2025-01-10T04:32:27.546Z | Compiling diesel_table_macro_syntax v0.2.0 |
2248 | 2025-01-10T04:32:27.592Z | Compiling async-recursion v1.1.1 |
2249 | 2025-01-10T04:32:27.973Z | Compiling packed_struct v0.10.1 |
2250 | 2025-01-10T04:32:28.348Z | Compiling arc-swap v1.7.1 |
2251 | 2025-01-10T04:32:28.399Z | Compiling funty v2.0.0 |
2252 | 2025-01-10T04:32:28.429Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2253 | 2025-01-10T04:32:28.527Z | Compiling crc-catalog v2.4.0 |
2254 | 2025-01-10T04:32:28.694Z | Compiling crc v3.2.1 |
2255 | 2025-01-10T04:32:28.749Z | Compiling diesel_derives v2.2.3 |
2256 | 2025-01-10T04:32:29.014Z | Compiling slog-scope v4.4.0 |
2257 | 2025-01-10T04:32:29.066Z | Compiling r2d2 v0.8.10 |
2258 | 2025-01-10T04:32:29.548Z | Compiling bitvec v1.0.1 |
2259 | 2025-01-10T04:32:29.865Z | Compiling phf_codegen v0.11.2 |
2260 | 2025-01-10T04:32:30.652Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2261 | 2025-01-10T04:32:30.654Z | Compiling ascii-canvas v3.0.0 |
2262 | 2025-01-10T04:32:30.860Z | Compiling universal-hash v0.5.1 |
2263 | 2025-01-10T04:32:31.101Z | Compiling packed_struct_codegen v0.10.1 |
2264 | 2025-01-10T04:32:31.121Z | Compiling thiserror-impl-no-std v2.0.2 |
2265 | 2025-01-10T04:32:31.564Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2266 | 2025-01-10T04:32:33.641Z | Compiling parse-zoneinfo v0.3.1 |
2267 | 2025-01-10T04:32:33.742Z | Compiling ena v0.14.3 |
2268 | 2025-01-10T04:32:34.118Z | Compiling indexmap v1.9.3 |
2269 | 2025-01-10T04:32:34.178Z | Compiling opaque-debug v0.3.1 |
2270 | 2025-01-10T04:32:34.293Z | Compiling diff v0.1.13 |
2271 | 2025-01-10T04:32:34.441Z | Compiling regex-syntax v0.6.29 |
2272 | 2025-01-10T04:32:34.842Z | Compiling nodrop v0.1.14 |
2273 | 2025-01-10T04:32:35.000Z | Compiling array-init v0.0.4 |
2274 | 2025-01-10T04:32:35.310Z | Compiling chrono-tz-build v0.4.0 |
2275 | 2025-01-10T04:32:36.318Z | Compiling poly1305 v0.8.0 |
2276 | 2025-01-10T04:32:37.880Z | Compiling lalrpop v0.19.12 |
2277 | 2025-01-10T04:32:39.796Z | Compiling thiserror-no-std v2.0.2 |
2278 | 2025-01-10T04:32:39.949Z | Compiling smallvec v0.6.14 |
2279 | 2025-01-10T04:32:40.196Z | Compiling diesel v2.2.6 |
2280 | 2025-01-10T04:32:40.467Z | Compiling slog-stdlog v4.1.1 |
2281 | 2025-01-10T04:32:41.232Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2282 | 2025-01-10T04:32:41.290Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2283 | 2025-01-10T04:32:41.581Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2284 | 2025-01-10T04:32:41.859Z | Compiling chacha20 v0.9.1 |
2285 | 2025-01-10T04:32:42.353Z | Compiling aead v0.5.2 |
2286 | 2025-01-10T04:32:42.394Z | Compiling vte_generate_state_changes v0.1.2 |
2287 | 2025-01-10T04:32:42.726Z | Compiling ref-cast v1.0.23 |
2288 | 2025-01-10T04:32:43.001Z | Compiling hashbrown v0.12.3 |
2289 | 2025-01-10T04:32:43.200Z | Compiling bitfield v0.14.0 |
2290 | 2025-01-10T04:32:43.542Z | Compiling termcolor v1.4.1 |
2291 | 2025-01-10T04:32:44.638Z | Compiling env_logger v0.10.2 |
2292 | 2025-01-10T04:32:45.558Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2293 | 2025-01-10T04:32:47.808Z | Compiling vte v0.11.1 |
2294 | 2025-01-10T04:32:49.189Z | Compiling chacha20poly1305 v0.10.1 |
2295 | 2025-01-10T04:32:49.461Z | Compiling slog-envlogger v2.2.0 |
2296 | 2025-01-10T04:32:52.235Z | Compiling serde-hex v0.1.0 |
2297 | 2025-01-10T04:32:57.589Z | Compiling vsss-rs v3.3.4 |
2298 | 2025-01-10T04:33:02.086Z | Compiling chrono-tz v0.10.0 |
2299 | 2025-01-10T04:33:02.703Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2300 | 2025-01-10T04:33:03.039Z | Compiling ron v0.8.1 |
2301 | 2025-01-10T04:33:03.841Z | Compiling polar-core v0.27.3 |
2302 | 2025-01-10T04:33:04.354Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2303 | 2025-01-10T04:33:04.656Z | Compiling derive_builder_core v0.20.2 |
2304 | 2025-01-10T04:33:05.113Z | Compiling hashbrown v0.13.2 |
2305 | 2025-01-10T04:33:06.559Z | Compiling headers-core v0.3.0 |
2306 | 2025-01-10T04:33:06.785Z | Compiling fxhash v0.2.1 |
2307 | 2025-01-10T04:33:06.884Z | Compiling libxml v0.3.3 |
2308 | 2025-01-10T04:33:07.042Z | Compiling ref-cast-impl v1.0.23 |
2309 | 2025-01-10T04:33:07.270Z | Compiling simd-adler32 v0.3.7 |
2310 | 2025-01-10T04:33:08.226Z | Compiling bytecount v0.6.8 |
2311 | 2025-01-10T04:33:08.446Z | Compiling zip v2.1.3 |
2312 | 2025-01-10T04:33:08.535Z | Compiling crc-any v2.5.0 |
2313 | 2025-01-10T04:33:08.763Z | Compiling lockfree-object-pool v0.1.6 |
2314 | 2025-01-10T04:33:08.987Z | Compiling bumpalo v3.16.0 |
2315 | 2025-01-10T04:33:09.086Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2316 | 2025-01-10T04:33:09.462Z | Compiling zopfli v0.8.1 |
2317 | 2025-01-10T04:33:09.642Z | Compiling papergrid v0.11.0 |
2318 | 2025-01-10T04:33:13.872Z | Compiling derive_builder_macro v0.20.2 |
2319 | 2025-01-10T04:33:14.703Z | Compiling headers v0.4.0 |
2320 | 2025-01-10T04:33:18.441Z | Compiling object v0.30.4 |
2321 | 2025-01-10T04:33:19.505Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2322 | 2025-01-10T04:33:22.907Z | Compiling strip-ansi-escapes v0.2.0 |
2323 | 2025-01-10T04:33:23.611Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2324 | 2025-01-10T04:33:24.410Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2325 | 2025-01-10T04:33:24.713Z | Compiling tabled_derive v0.7.0 |
2326 | 2025-01-10T04:33:26.718Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2327 | 2025-01-10T04:33:26.910Z | Compiling fd-lock v4.0.2 |
2328 | 2025-01-10T04:33:27.201Z | Compiling peg-macros v0.8.4 |
2329 | 2025-01-10T04:33:27.223Z | Compiling strum_macros v0.24.3 |
2330 | 2025-01-10T04:33:30.508Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2331 | 2025-01-10T04:33:30.528Z | Compiling kstat-rs v0.2.4 |
2332 | 2025-01-10T04:33:30.530Z | Compiling samael v0.0.17 |
2333 | 2025-01-10T04:33:31.292Z | Compiling unicase v2.7.0 |
2334 | 2025-01-10T04:33:31.482Z | Compiling nu-ansi-term v0.50.1 |
2335 | 2025-01-10T04:33:31.503Z | Compiling path-slash v0.1.5 |
2336 | 2025-01-10T04:33:31.587Z | Compiling indoc v1.0.9 |
2337 | 2025-01-10T04:33:31.633Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2338 | 2025-01-10T04:33:31.779Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2339 | 2025-01-10T04:33:32.657Z | Compiling reedline v0.35.0 |
2340 | 2025-01-10T04:33:32.835Z | Compiling peg v0.8.4 |
2341 | 2025-01-10T04:33:35.961Z | Compiling tabled v0.15.0 |
2342 | 2025-01-10T04:33:37.285Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2343 | 2025-01-10T04:33:47.298Z | Compiling derive_builder v0.20.2 |
2344 | 2025-01-10T04:33:51.871Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2345 | 2025-01-10T04:33:52.465Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2346 | 2025-01-10T04:33:54.585Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2347 | 2025-01-10T04:33:54.885Z | Compiling pem v3.0.4 |
2348 | 2025-01-10T04:33:55.938Z | Compiling bcs v0.1.6 |
2349 | 2025-01-10T04:33:56.391Z | Compiling impl-trait-for-tuples v0.2.2 |
2350 | 2025-01-10T04:33:56.754Z | Compiling oso-derive v0.27.3 |
2351 | 2025-01-10T04:33:56.875Z | Compiling libz-sys v1.1.20 |
2352 | 2025-01-10T04:33:57.552Z | Compiling quick-xml v0.33.0 |
2353 | 2025-01-10T04:33:57.723Z | Compiling diesel-dtrace v0.4.2 |
2354 | 2025-01-10T04:33:58.044Z | Compiling parking_lot_core v0.8.6 |
2355 | 2025-01-10T04:34:03.178Z | Compiling oso v0.27.3 |
2356 | 2025-01-10T04:34:03.578Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2357 | 2025-01-10T04:34:05.211Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2358 | 2025-01-10T04:34:10.811Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2359 | 2025-01-10T04:34:13.986Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2360 | 2025-01-10T04:34:14.290Z | Compiling bb8 v0.8.5 |
2361 | 2025-01-10T04:34:14.941Z | Compiling buf-list v1.0.3 |
2362 | 2025-01-10T04:34:15.602Z | Compiling async-bb8-diesel v0.2.1 |
2363 | 2025-01-10T04:34:18.057Z | Compiling nibble_vec v0.1.0 |
2364 | 2025-01-10T04:34:18.313Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2365 | 2025-01-10T04:34:19.115Z | Compiling pin-project-internal v1.1.6 |
2366 | 2025-01-10T04:34:20.701Z | Compiling atty v0.2.14 |
2367 | 2025-01-10T04:34:20.885Z | Compiling salty v0.3.0 |
2368 | 2025-01-10T04:34:21.316Z | Compiling endian-type v0.1.2 |
2369 | 2025-01-10T04:34:21.591Z | Compiling radix_trie v0.2.1 |
2370 | 2025-01-10T04:34:21.893Z | Compiling pin-project v1.1.6 |
2371 | 2025-01-10T04:34:22.891Z | Compiling parking_lot v0.11.2 |
2372 | 2025-01-10T04:34:26.071Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2373 | 2025-01-10T04:34:32.455Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2374 | 2025-01-10T04:34:37.297Z | Compiling snafu-derive v0.8.5 |
2375 | 2025-01-10T04:34:40.002Z | Compiling sled v0.34.7 |
2376 | 2025-01-10T04:34:41.832Z | Compiling snafu v0.8.5 |
2377 | 2025-01-10T04:34:43.034Z | Compiling mime_guess v2.0.5 |
2378 | 2025-01-10T04:34:44.177Z | Compiling hickory-client v0.24.1 |
2379 | 2025-01-10T04:34:49.916Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2380 | 2025-01-10T04:34:51.494Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2381 | 2025-01-10T04:34:52.159Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2382 | 2025-01-10T04:34:52.329Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2383 | 2025-01-10T04:34:53.473Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2384 | 2025-01-10T04:34:54.949Z | Compiling globset v0.4.15 |
2385 | 2025-01-10T04:34:57.432Z | Compiling hickory-server v0.24.1 |
2386 | 2025-01-10T04:35:01.108Z | Compiling primeorder v0.13.6 |
2387 | 2025-01-10T04:35:01.681Z | Compiling olpc-cjson v0.1.4 |
2388 | 2025-01-10T04:35:02.037Z | Compiling castaway v0.2.3 |
2389 | 2025-01-10T04:35:02.168Z | Compiling vergen v8.3.2 |
2390 | 2025-01-10T04:35:02.245Z | Compiling env_filter v0.1.2 |
2391 | 2025-01-10T04:35:02.468Z | Compiling cargo-platform v0.1.8 |
2392 | 2025-01-10T04:35:02.982Z | Compiling serde_plain v1.0.2 |
2393 | 2025-01-10T04:35:03.514Z | Compiling nanorand v0.7.0 |
2394 | 2025-01-10T04:35:03.718Z | Compiling memoffset v0.9.1 |
2395 | 2025-01-10T04:35:04.051Z | Compiling typed-path v0.9.3 |
2396 | 2025-01-10T04:35:04.397Z | Compiling flume v0.11.1 |
2397 | 2025-01-10T04:35:05.200Z | Compiling cargo_metadata v0.18.1 |
2398 | 2025-01-10T04:35:08.890Z | Compiling tough v0.19.0 |
2399 | 2025-01-10T04:35:09.242Z | Compiling env_logger v0.11.5 |
2400 | 2025-01-10T04:35:10.641Z | Compiling compact_str v0.8.0 |
2401 | 2025-01-10T04:35:11.120Z | Compiling p384 v0.13.0 |
2402 | 2025-01-10T04:35:12.463Z | Compiling git2 v0.19.0 |
2403 | 2025-01-10T04:35:12.730Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2404 | 2025-01-10T04:35:13.250Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2405 | 2025-01-10T04:35:14.142Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2406 | 2025-01-10T04:35:21.777Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2407 | 2025-01-10T04:35:23.309Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2408 | 2025-01-10T04:35:23.524Z | Compiling unicode-truncate v1.1.0 |
2409 | 2025-01-10T04:35:23.845Z | Compiling lru v0.12.5 |
2410 | 2025-01-10T04:35:24.244Z | Compiling rand_seeder v0.3.0 |
2411 | 2025-01-10T04:35:24.678Z | Compiling libsqlite3-sys v0.30.1 |
2412 | 2025-01-10T04:35:25.318Z | Compiling lzma-sys v0.1.20 |
2413 | 2025-01-10T04:35:25.692Z | Compiling instability v0.3.2 |
2414 | 2025-01-10T04:35:26.043Z | Compiling http-range v0.1.5 |
2415 | 2025-01-10T04:35:26.649Z | Compiling rustls v0.21.12 |
2416 | 2025-01-10T04:35:26.669Z | Compiling cassowary v0.3.0 |
2417 | 2025-01-10T04:35:27.016Z | Compiling cfg_aliases v0.2.1 |
2418 | 2025-01-10T04:35:27.174Z | Compiling parse-size v1.1.0 |
2419 | 2025-01-10T04:35:27.521Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2420 | 2025-01-10T04:35:27.867Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2421 | 2025-01-10T04:35:30.318Z | Compiling nix v0.29.0 |
2422 | 2025-01-10T04:35:30.387Z | Compiling ratatui v0.28.1 |
2423 | 2025-01-10T04:35:31.318Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2424 | 2025-01-10T04:35:33.367Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2425 | 2025-01-10T04:35:38.175Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2426 | 2025-01-10T04:35:38.938Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2427 | 2025-01-10T04:35:39.129Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2428 | 2025-01-10T04:35:39.434Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2429 | 2025-01-10T04:35:39.738Z | Compiling rustls-webpki v0.101.7 |
2430 | 2025-01-10T04:35:43.141Z | Compiling sct v0.7.1 |
2431 | 2025-01-10T04:35:43.590Z | Compiling heck v0.3.3 |
2432 | 2025-01-10T04:35:43.700Z | Compiling csv-core v0.1.11 |
2433 | 2025-01-10T04:35:43.721Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2434 | 2025-01-10T04:35:43.984Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2435 | 2025-01-10T04:35:44.040Z | Compiling glob v0.3.1 |
2436 | 2025-01-10T04:35:44.340Z | Compiling csv v1.3.0 |
2437 | 2025-01-10T04:35:44.573Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2438 | 2025-01-10T04:35:46.181Z | Compiling zone_cfg_derive v0.1.2 |
2439 | 2025-01-10T04:35:47.668Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2440 | 2025-01-10T04:35:49.566Z | Compiling nix v0.27.1 |
2441 | 2025-01-10T04:35:51.856Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2442 | 2025-01-10T04:35:53.128Z | Compiling hyper-staticfile v0.10.1 |
2443 | 2025-01-10T04:35:54.184Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2444 | 2025-01-10T04:35:56.098Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2445 | 2025-01-10T04:35:56.130Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2446 | 2025-01-10T04:35:57.452Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2447 | 2025-01-10T04:36:01.266Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2448 | 2025-01-10T04:36:02.804Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2449 | 2025-01-10T04:36:03.165Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2450 | 2025-01-10T04:36:03.473Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2451 | 2025-01-10T04:36:03.780Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2452 | 2025-01-10T04:36:03.830Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2453 | 2025-01-10T04:36:06.721Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2454 | 2025-01-10T04:36:07.351Z | Compiling hashlink v0.9.1 |
2455 | 2025-01-10T04:36:07.440Z | Compiling tungstenite v0.23.0 |
2456 | 2025-01-10T04:36:08.196Z | Compiling fallible-iterator v0.3.0 |
2457 | 2025-01-10T04:36:08.836Z | Compiling base64 v0.13.1 |
2458 | 2025-01-10T04:36:09.074Z | Compiling fallible-streaming-iterator v0.1.9 |
2459 | 2025-01-10T04:36:09.392Z | Compiling rusqlite v0.32.1 |
2460 | 2025-01-10T04:36:09.607Z | Compiling ron v0.7.1 |
2461 | 2025-01-10T04:36:11.041Z | Compiling tokio-tungstenite v0.23.1 |
2462 | 2025-01-10T04:36:11.436Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2463 | 2025-01-10T04:36:12.135Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2464 | 2025-01-10T04:36:12.667Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2465 | 2025-01-10T04:36:13.260Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2466 | 2025-01-10T04:36:14.906Z | Compiling xz2 v0.1.7 |
2467 | 2025-01-10T04:36:15.581Z | Compiling tokio-rustls v0.24.1 |
2468 | 2025-01-10T04:36:16.067Z | Compiling zone v0.1.8 |
2469 | 2025-01-10T04:36:17.684Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2470 | 2025-01-10T04:36:19.530Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2471 | 2025-01-10T04:36:26.389Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2472 | 2025-01-10T04:36:32.376Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2473 | 2025-01-10T04:36:32.619Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2474 | 2025-01-10T04:36:33.582Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2475 | 2025-01-10T04:36:35.700Z | Compiling rustls-pemfile v1.0.4 |
2476 | 2025-01-10T04:36:36.443Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2477 | 2025-01-10T04:36:36.778Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2478 | 2025-01-10T04:36:40.343Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2479 | 2025-01-10T04:36:40.524Z | Compiling signal-hook-tokio v0.3.1 |
2480 | 2025-01-10T04:36:40.765Z | Compiling twox-hash v1.6.3 |
2481 | 2025-01-10T04:36:41.791Z | Compiling yasna v0.5.2 |
2482 | 2025-01-10T04:36:41.813Z | Compiling unicode-linebreak v0.1.5 |
2483 | 2025-01-10T04:36:41.877Z | Compiling smawk v0.3.2 |
2484 | 2025-01-10T04:36:42.162Z | Compiling is_ci v1.2.0 |
2485 | 2025-01-10T04:36:42.365Z | Compiling supports-color v3.0.1 |
2486 | 2025-01-10T04:36:42.481Z | Compiling textwrap v0.16.1 |
2487 | 2025-01-10T04:36:45.131Z | Compiling rcgen v0.12.1 |
2488 | 2025-01-10T04:36:46.041Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2489 | 2025-01-10T04:36:52.172Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2490 | 2025-01-10T04:36:52.960Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2491 | 2025-01-10T04:36:55.340Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2492 | 2025-01-10T04:37:03.892Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2493 | 2025-01-10T04:37:12.609Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2494 | 2025-01-10T04:37:14.068Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2495 | 2025-01-10T04:37:17.558Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2496 | 2025-01-10T04:37:18.223Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2497 | 2025-01-10T04:37:27.367Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2498 | 2025-01-10T04:37:27.667Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2499 | 2025-01-10T04:37:30.701Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2500 | 2025-01-10T04:37:34.390Z | Compiling fatfs v0.3.6 |
2501 | 2025-01-10T04:37:37.339Z | Compiling subprocess v0.2.9 |
2502 | 2025-01-10T04:37:37.419Z | Compiling rtoolbox v0.0.2 |
2503 | 2025-01-10T04:37:37.870Z | Compiling assert_matches v1.5.0 |
2504 | 2025-01-10T04:37:40.846Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2505 | 2025-01-10T04:37:42.012Z | Compiling rpassword v7.3.1 |
2506 | 2025-01-10T04:37:42.471Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2507 | 2025-01-10T04:37:46.385Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2508 | 2025-01-10T04:37:48.566Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2509 | 2025-01-10T04:37:52.701Z | Compiling tui-tree-widget v0.22.0 |
2510 | 2025-01-10T04:37:53.136Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2511 | 2025-01-10T04:37:53.515Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2512 | 2025-01-10T04:37:53.814Z | Compiling uzers v0.12.1 |
2513 | 2025-01-10T04:37:56.873Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2514 | 2025-01-10T04:38:06.923Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2515 | 2025-01-10T04:38:09.036Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2516 | 2025-01-10T04:38:30.663Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2517 | 2025-01-10T04:38:37.899Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2518 | 2025-01-10T04:38:41.326Z | Compiling multimap v0.10.0 |
2519 | 2025-01-10T04:40:59.956Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2520 | 2025-01-10T04:41:01.649Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2521 | 2025-01-10T04:47:46.408Z | Finished `release` profile [optimized] target(s) in 16m 07s |
2522 | 2025-01-10T04:48:50.440Z | |
2523 | 2025-01-10T04:48:50.443Z | real 17:12.636903679 |
2524 | 2025-01-10T04:48:50.443Z | user 1:57:50.206554853 |
2525 | 2025-01-10T04:48:50.443Z | sys 5:55.815736632 |
2526 | 2025-01-10T04:48:50.443Z | trap 2.914572578 |
2527 | 2025-01-10T04:48:50.443Z | tflt 3.151904631 |
2528 | 2025-01-10T04:48:50.443Z | dflt 4.391413636 |
2529 | 2025-01-10T04:48:50.443Z | kflt 0.001290548 |
2530 | 2025-01-10T04:48:50.443Z | lock 7:15:57.881576872 |
2531 | 2025-01-10T04:48:50.443Z | slp 6:14:23.955171651 |
2532 | 2025-01-10T04:48:50.443Z | lat 2:51.609158333 |
2533 | 2025-01-10T04:48:50.443Z | stop 2:30.995807806 |
2534 | 2025-01-10T04:48:50.443Z | + mapfile -t packages |
2535 | 2025-01-10T04:48:50.443Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2536 | 2025-01-10T04:48:51.455Z | Finished `release` profile [optimized] target(s) in 0.96s |
2537 | 2025-01-10T04:48:51.512Z | Running `target/release/omicron-package -t test list-outputs` |
2538 | 2025-01-10T04:48:51.556Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2539 | 2025-01-10T04:48:51.558Z | + ptime -m cargo build --locked --release -p xtask |
2540 | 2025-01-10T04:48:52.128Z | Compiling serde v1.0.215 |
2541 | 2025-01-10T04:48:52.130Z | Compiling serde_json v1.0.133 |
2542 | 2025-01-10T04:48:52.130Z | Compiling rustix v0.38.37 |
2543 | 2025-01-10T04:48:52.130Z | Compiling libc v0.2.162 |
2544 | 2025-01-10T04:48:52.222Z | Compiling syn v2.0.87 |
2545 | 2025-01-10T04:48:52.238Z | Compiling bitflags v2.6.0 |
2546 | 2025-01-10T04:48:52.570Z | Compiling usdt-impl v0.5.0 |
2547 | 2025-01-10T04:48:52.609Z | Compiling syn v1.0.109 |
2548 | 2025-01-10T04:48:52.717Z | Compiling log v0.4.22 |
2549 | 2025-01-10T04:48:52.744Z | Compiling hashbrown v0.15.1 |
2550 | 2025-01-10T04:48:52.823Z | Compiling fs-err v2.11.0 |
2551 | 2025-01-10T04:48:53.121Z | Compiling once_cell v1.20.2 |
2552 | 2025-01-10T04:48:53.174Z | Compiling anyhow v1.0.93 |
2553 | 2025-01-10T04:48:53.747Z | Compiling thread-id v4.2.2 |
2554 | 2025-01-10T04:48:54.034Z | Compiling indexmap v2.6.0 |
2555 | 2025-01-10T04:48:55.063Z | Compiling terminal_size v0.4.0 |
2556 | 2025-01-10T04:48:55.063Z | Compiling tempfile v3.13.0 |
2557 | 2025-01-10T04:48:55.313Z | Compiling clap_builder v4.5.21 |
2558 | 2025-01-10T04:48:55.968Z | Compiling proc-macro-error v1.0.4 |
2559 | 2025-01-10T04:48:57.381Z | Compiling tabled_derive v0.7.0 |
2560 | 2025-01-10T04:48:58.625Z | Compiling tabled v0.15.0 |
2561 | 2025-01-10T04:49:00.268Z | Compiling serde_derive v1.0.215 |
2562 | 2025-01-10T04:49:00.644Z | Compiling thiserror-impl v1.0.69 |
2563 | 2025-01-10T04:49:00.980Z | Compiling zerocopy-derive v0.7.35 |
2564 | 2025-01-10T04:49:01.500Z | Compiling scroll_derive v0.12.0 |
2565 | 2025-01-10T04:49:02.922Z | Compiling scroll v0.12.0 |
2566 | 2025-01-10T04:49:03.027Z | Compiling zerocopy v0.7.35 |
2567 | 2025-01-10T04:49:03.584Z | Compiling goblin v0.8.2 |
2568 | 2025-01-10T04:49:03.599Z | Compiling thiserror v1.0.69 |
2569 | 2025-01-10T04:49:03.758Z | Compiling pest v2.7.14 |
2570 | 2025-01-10T04:49:06.725Z | Compiling pest_meta v2.7.14 |
2571 | 2025-01-10T04:49:08.712Z | Compiling pest_generator v2.7.14 |
2572 | 2025-01-10T04:49:10.905Z | Compiling pest_derive v2.7.14 |
2573 | 2025-01-10T04:49:11.701Z | Compiling dtrace-parser v0.2.0 |
2574 | 2025-01-10T04:49:13.510Z | Compiling clap_derive v4.5.18 |
2575 | 2025-01-10T04:49:18.229Z | Compiling serde_tokenstream v0.2.2 |
2576 | 2025-01-10T04:49:18.453Z | Compiling serde_spanned v0.6.8 |
2577 | 2025-01-10T04:49:18.755Z | Compiling toml_datetime v0.6.8 |
2578 | 2025-01-10T04:49:18.841Z | Compiling dof v0.3.0 |
2579 | 2025-01-10T04:49:18.856Z | Compiling camino v1.1.9 |
2580 | 2025-01-10T04:49:19.766Z | Compiling toml_edit v0.22.22 |
2581 | 2025-01-10T04:49:20.935Z | Compiling cargo-platform v0.1.8 |
2582 | 2025-01-10T04:49:21.649Z | Compiling usdt-macro v0.5.0 |
2583 | 2025-01-10T04:49:22.037Z | Compiling usdt-attr-macro v0.5.0 |
2584 | 2025-01-10T04:49:22.908Z | Compiling semver v1.0.23 |
2585 | 2025-01-10T04:49:23.401Z | Compiling toml v0.8.19 |
2586 | 2025-01-10T04:49:24.385Z | Compiling usdt v0.5.0 |
2587 | 2025-01-10T04:49:24.813Z | Compiling cargo_toml v0.20.5 |
2588 | 2025-01-10T04:49:25.883Z | Compiling cargo_metadata v0.18.1 |
2589 | 2025-01-10T04:49:26.284Z | Compiling camino-tempfile v1.1.1 |
2590 | 2025-01-10T04:49:27.119Z | Compiling clap v4.5.21 |
2591 | 2025-01-10T04:49:27.261Z | Compiling macaddr v1.0.1 |
2592 | 2025-01-10T04:49:36.824Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2593 | 2025-01-10T04:49:48.119Z | Finished `release` profile [optimized] target(s) in 56.50s |
2594 | 2025-01-10T04:49:48.245Z | |
2595 | 2025-01-10T04:49:48.245Z | real 56.658025077 |
2596 | 2025-01-10T04:49:48.245Z | user 5:47.209440028 |
2597 | 2025-01-10T04:49:48.245Z | sys 31.657855406 |
2598 | 2025-01-10T04:49:48.245Z | trap 0.157414214 |
2599 | 2025-01-10T04:49:48.245Z | tflt 0.273138334 |
2600 | 2025-01-10T04:49:48.245Z | dflt 0.615294092 |
2601 | 2025-01-10T04:49:48.245Z | kflt 0.000000000 |
2602 | 2025-01-10T04:49:48.248Z | lock 10:31.580288859 |
2603 | 2025-01-10T04:49:48.248Z | slp 15:58.667466783 |
2604 | 2025-01-10T04:49:48.248Z | lat 14.043570486 |
2605 | 2025-01-10T04:49:48.248Z | stop 15.357307286 |
2606 | 2025-01-10T04:49:48.248Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2607 | 2025-01-10T04:49:48.248Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2608 | 2025-01-10T04:49:48.248Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2609 | 2025-01-10T04:49:48.248Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2610 | 2025-01-10T04:49:48.248Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2611 | 2025-01-10T04:49:49.139Z | Compiling hashbrown v0.14.5 |
2612 | 2025-01-10T04:49:49.268Z | Compiling ident_case v1.0.1 |
2613 | 2025-01-10T04:49:49.281Z | Compiling unsafe-libyaml v0.2.11 |
2614 | 2025-01-10T04:49:49.281Z | Compiling progenitor-client v0.8.0 |
2615 | 2025-01-10T04:49:49.284Z | Compiling ipnetwork v0.20.0 |
2616 | 2025-01-10T04:49:49.284Z | Compiling macaddr v1.0.1 |
2617 | 2025-01-10T04:49:49.284Z | Compiling instant v0.1.13 |
2618 | 2025-01-10T04:49:49.284Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2619 | 2025-01-10T04:49:49.410Z | Compiling darling_core v0.20.10 |
2620 | 2025-01-10T04:49:49.491Z | Compiling structmeta-derive v0.3.0 |
2621 | 2025-01-10T04:49:49.726Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2622 | 2025-01-10T04:49:49.745Z | Compiling dropshot v0.13.0 |
2623 | 2025-01-10T04:49:49.781Z | Compiling dropshot_endpoint v0.13.0 |
2624 | 2025-01-10T04:49:50.114Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2625 | 2025-01-10T04:49:50.219Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2626 | 2025-01-10T04:49:50.495Z | Compiling regress v0.10.1 |
2627 | 2025-01-10T04:49:50.576Z | Compiling regress v0.9.1 |
2628 | 2025-01-10T04:49:51.025Z | Compiling serde_yaml v0.9.34+deprecated |
2629 | 2025-01-10T04:49:51.259Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2630 | 2025-01-10T04:49:51.444Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2631 | 2025-01-10T04:49:51.463Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2632 | 2025-01-10T04:49:52.246Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2633 | 2025-01-10T04:49:52.511Z | Compiling structmeta v0.3.0 |
2634 | 2025-01-10T04:49:52.565Z | Compiling backoff v0.4.0 |
2635 | 2025-01-10T04:49:52.726Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2636 | 2025-01-10T04:49:52.909Z | Compiling tempfile v3.13.0 |
2637 | 2025-01-10T04:49:52.940Z | Compiling proc-macro-crate v1.3.1 |
2638 | 2025-01-10T04:49:52.959Z | Compiling parse-display-derive v0.10.0 |
2639 | 2025-01-10T04:49:53.838Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2640 | 2025-01-10T04:49:54.043Z | Compiling num_enum_derive v0.5.11 |
2641 | 2025-01-10T04:49:54.235Z | Compiling typify-impl v0.2.0 |
2642 | 2025-01-10T04:49:55.365Z | Compiling itertools v0.13.0 |
2643 | 2025-01-10T04:49:55.603Z | Compiling zerocopy v0.8.10 |
2644 | 2025-01-10T04:49:55.833Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2645 | 2025-01-10T04:49:56.159Z | Compiling zerocopy-derive v0.8.10 |
2646 | 2025-01-10T04:49:56.641Z | Compiling foreign-types-macros v0.2.3 |
2647 | 2025-01-10T04:49:56.663Z | Compiling darling_macro v0.20.10 |
2648 | 2025-01-10T04:49:56.681Z | Compiling num_enum v0.5.11 |
2649 | 2025-01-10T04:49:56.880Z | Compiling crucible-workspace-hack v0.1.0 |
2650 | 2025-01-10T04:49:57.169Z | Compiling heapless v0.8.0 |
2651 | 2025-01-10T04:49:57.675Z | Compiling parse-display v0.10.0 |
2652 | 2025-01-10T04:49:57.695Z | Compiling darling v0.20.10 |
2653 | 2025-01-10T04:49:57.775Z | Compiling foreign-types-shared v0.3.1 |
2654 | 2025-01-10T04:49:57.820Z | Compiling serde_with_macros v3.11.0 |
2655 | 2025-01-10T04:49:57.948Z | Compiling foreign-types v0.5.0 |
2656 | 2025-01-10T04:49:58.100Z | Compiling proc-macro-error v1.0.4 |
2657 | 2025-01-10T04:49:58.409Z | Compiling camino-tempfile v1.1.1 |
2658 | 2025-01-10T04:49:58.591Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2659 | 2025-01-10T04:49:58.632Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2660 | 2025-01-10T04:49:58.833Z | Compiling hash32 v0.3.1 |
2661 | 2025-01-10T04:49:58.861Z | Compiling cstr-argument v0.1.2 |
2662 | 2025-01-10T04:49:59.086Z | Compiling smoltcp v0.11.0 |
2663 | 2025-01-10T04:49:59.149Z | Compiling pretty-hex v0.2.1 |
2664 | 2025-01-10T04:49:59.349Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2665 | 2025-01-10T04:49:59.435Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2666 | 2025-01-10T04:49:59.630Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2667 | 2025-01-10T04:49:59.986Z | Compiling tabwriter v1.4.0 |
2668 | 2025-01-10T04:50:00.243Z | Compiling colored v2.1.0 |
2669 | 2025-01-10T04:50:00.498Z | Compiling cobs v0.2.3 |
2670 | 2025-01-10T04:50:00.670Z | Compiling serde_with v3.11.0 |
2671 | 2025-01-10T04:50:00.852Z | Compiling postcard v1.0.10 |
2672 | 2025-01-10T04:50:01.046Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2673 | 2025-01-10T04:50:01.368Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2674 | 2025-01-10T04:50:01.552Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2675 | 2025-01-10T04:50:01.605Z | Compiling thiserror v2.0.3 |
2676 | 2025-01-10T04:50:02.345Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2677 | 2025-01-10T04:50:02.682Z | Compiling smf v0.2.3 |
2678 | 2025-01-10T04:50:02.904Z | Compiling thiserror-impl v2.0.3 |
2679 | 2025-01-10T04:50:02.924Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2680 | 2025-01-10T04:50:04.173Z | Compiling zone_cfg_derive v0.3.0 |
2681 | 2025-01-10T04:50:04.624Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2682 | 2025-01-10T04:50:04.735Z | Compiling num-derive v0.4.2 |
2683 | 2025-01-10T04:50:05.107Z | Compiling sigpipe v0.1.3 |
2684 | 2025-01-10T04:50:05.251Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2685 | 2025-01-10T04:50:05.565Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2686 | 2025-01-10T04:50:05.708Z | Compiling zone v0.3.0 |
2687 | 2025-01-10T04:50:05.934Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2688 | 2025-01-10T04:50:06.150Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2689 | 2025-01-10T04:50:06.390Z | Compiling universal-hash v0.5.1 |
2690 | 2025-01-10T04:50:06.613Z | Compiling opaque-debug v0.3.1 |
2691 | 2025-01-10T04:50:06.681Z | Compiling tungstenite v0.21.0 |
2692 | 2025-01-10T04:50:06.724Z | Compiling num-rational v0.4.2 |
2693 | 2025-01-10T04:50:06.802Z | Compiling password-hash v0.5.0 |
2694 | 2025-01-10T04:50:07.021Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2695 | 2025-01-10T04:50:08.207Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2696 | 2025-01-10T04:50:08.211Z | Compiling blake2 v0.10.6 |
2697 | 2025-01-10T04:50:08.211Z | Compiling num-complex v0.4.6 |
2698 | 2025-01-10T04:50:08.211Z | Compiling aead v0.5.2 |
2699 | 2025-01-10T04:50:08.211Z | Compiling base64 v0.21.7 |
2700 | 2025-01-10T04:50:08.247Z | Compiling keccak v0.1.5 |
2701 | 2025-01-10T04:50:08.642Z | Compiling convert_case v0.4.0 |
2702 | 2025-01-10T04:50:08.773Z | Compiling num v0.4.3 |
2703 | 2025-01-10T04:50:08.776Z | Compiling sha3 v0.10.8 |
2704 | 2025-01-10T04:50:08.908Z | Compiling argon2 v0.5.3 |
2705 | 2025-01-10T04:50:08.928Z | Compiling tokio-tungstenite v0.21.0 |
2706 | 2025-01-10T04:50:08.948Z | Compiling poly1305 v0.8.0 |
2707 | 2025-01-10T04:50:09.266Z | Compiling chacha20 v0.9.1 |
2708 | 2025-01-10T04:50:09.546Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2709 | 2025-01-10T04:50:09.655Z | Compiling derive_more v0.99.18 |
2710 | 2025-01-10T04:50:09.775Z | Compiling float-ord v0.3.2 |
2711 | 2025-01-10T04:50:09.826Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2712 | 2025-01-10T04:50:09.828Z | Compiling semver v0.1.20 |
2713 | 2025-01-10T04:50:09.951Z | Compiling same-file v1.0.6 |
2714 | 2025-01-10T04:50:10.264Z | Compiling rustc_version v0.1.7 |
2715 | 2025-01-10T04:50:10.291Z | Compiling walkdir v2.5.0 |
2716 | 2025-01-10T04:50:10.541Z | Compiling newline-converter v0.3.0 |
2717 | 2025-01-10T04:50:10.692Z | Compiling primeorder v0.13.6 |
2718 | 2025-01-10T04:50:10.719Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2719 | 2025-01-10T04:50:10.826Z | Compiling secrecy v0.8.0 |
2720 | 2025-01-10T04:50:11.139Z | Compiling cancel-safe-futures v0.1.5 |
2721 | 2025-01-10T04:50:11.228Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2722 | 2025-01-10T04:50:11.329Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2723 | 2025-01-10T04:50:11.372Z | Compiling owo-colors v4.1.0 |
2724 | 2025-01-10T04:50:11.526Z | Compiling newtype_derive v0.1.6 |
2725 | 2025-01-10T04:50:11.635Z | Compiling expectorate v1.1.0 |
2726 | 2025-01-10T04:50:11.685Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2727 | 2025-01-10T04:50:11.822Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2728 | 2025-01-10T04:50:11.843Z | Compiling thiserror-impl-no-std v2.0.2 |
2729 | 2025-01-10T04:50:11.846Z | Compiling blake3 v1.5.4 |
2730 | 2025-01-10T04:50:12.170Z | Compiling unicase v2.7.0 |
2731 | 2025-01-10T04:50:12.172Z | Compiling half v2.4.1 |
2732 | 2025-01-10T04:50:12.464Z | Compiling arc-swap v1.7.1 |
2733 | 2025-01-10T04:50:12.530Z | Compiling ciborium-io v0.2.2 |
2734 | 2025-01-10T04:50:12.677Z | Compiling ciborium-ll v0.2.2 |
2735 | 2025-01-10T04:50:12.985Z | Compiling typify-macro v0.2.0 |
2736 | 2025-01-10T04:50:13.079Z | Compiling slog-scope v4.4.0 |
2737 | 2025-01-10T04:50:13.101Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2738 | 2025-01-10T04:50:13.150Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2739 | 2025-01-10T04:50:13.452Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2740 | 2025-01-10T04:50:13.624Z | Compiling polyval v0.6.2 |
2741 | 2025-01-10T04:50:14.080Z | Compiling atomicwrites v0.4.4 |
2742 | 2025-01-10T04:50:14.217Z | Compiling libsw v3.3.1 |
2743 | 2025-01-10T04:50:14.472Z | Compiling memmap2 v0.9.5 |
2744 | 2025-01-10T04:50:14.542Z | Compiling salty v0.3.0 |
2745 | 2025-01-10T04:50:14.955Z | Compiling parking_lot_core v0.8.6 |
2746 | 2025-01-10T04:50:14.976Z | Compiling arrayref v0.3.9 |
2747 | 2025-01-10T04:50:14.997Z | Compiling constant_time_eq v0.3.1 |
2748 | 2025-01-10T04:50:15.093Z | Compiling arrayvec v0.7.6 |
2749 | 2025-01-10T04:50:15.184Z | Compiling indent_write v2.2.0 |
2750 | 2025-01-10T04:50:15.227Z | Compiling thiserror-no-std v2.0.2 |
2751 | 2025-01-10T04:50:15.363Z | Compiling libefi-sys v0.1.0 |
2752 | 2025-01-10T04:50:15.420Z | Compiling linear-map v1.2.0 |
2753 | 2025-01-10T04:50:15.499Z | Compiling vsss-rs v3.3.4 |
2754 | 2025-01-10T04:50:15.743Z | Compiling ghash v0.5.1 |
2755 | 2025-01-10T04:50:15.810Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2756 | 2025-01-10T04:50:16.010Z | Compiling slog-stdlog v4.1.1 |
2757 | 2025-01-10T04:50:16.425Z | Compiling ciborium v0.2.2 |
2758 | 2025-01-10T04:50:16.780Z | Compiling p384 v0.13.0 |
2759 | 2025-01-10T04:50:16.845Z | Compiling toolchain_find v0.4.0 |
2760 | 2025-01-10T04:50:17.372Z | Compiling typify v0.2.0 |
2761 | 2025-01-10T04:50:17.538Z | Compiling progenitor-impl v0.8.0 |
2762 | 2025-01-10T04:50:17.558Z | Compiling chacha20poly1305 v0.10.1 |
2763 | 2025-01-10T04:50:17.613Z | Compiling ctr v0.9.2 |
2764 | 2025-01-10T04:50:17.809Z | Compiling lzma-sys v0.1.20 |
2765 | 2025-01-10T04:50:17.974Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2766 | 2025-01-10T04:50:17.977Z | Compiling bitfield-struct v0.6.2 |
2767 | 2025-01-10T04:50:18.015Z | Compiling slog-dtrace v0.3.0 |
2768 | 2025-01-10T04:50:18.321Z | Compiling topological-sort v0.2.2 |
2769 | 2025-01-10T04:50:18.376Z | Compiling highway v1.2.0 |
2770 | 2025-01-10T04:50:18.564Z | Compiling omicron-zone-package v0.12.0 |
2771 | 2025-01-10T04:50:18.586Z | Compiling aes-gcm v0.10.3 |
2772 | 2025-01-10T04:50:18.649Z | Compiling rustfmt-wrapper v0.2.1 |
2773 | 2025-01-10T04:50:18.896Z | Compiling mime_guess v2.0.5 |
2774 | 2025-01-10T04:50:19.166Z | Compiling slog-envlogger v2.2.0 |
2775 | 2025-01-10T04:50:19.238Z | Compiling steno v0.4.1 |
2776 | 2025-01-10T04:50:19.487Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2777 | 2025-01-10T04:50:20.260Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2778 | 2025-01-10T04:50:20.279Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2779 | 2025-01-10T04:50:20.444Z | Compiling heck v0.3.3 |
2780 | 2025-01-10T04:50:20.812Z | Compiling ssh-encoding v0.2.0 |
2781 | 2025-01-10T04:50:20.886Z | Compiling blowfish v0.9.1 |
2782 | 2025-01-10T04:50:20.907Z | Compiling nibble_vec v0.1.0 |
2783 | 2025-01-10T04:50:20.976Z | Compiling env_filter v0.1.2 |
2784 | 2025-01-10T04:50:21.124Z | Compiling endian-type v0.1.2 |
2785 | 2025-01-10T04:50:21.346Z | Compiling humantime v2.1.0 |
2786 | 2025-01-10T04:50:21.365Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2787 | 2025-01-10T04:50:21.383Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2788 | 2025-01-10T04:50:21.450Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2789 | 2025-01-10T04:50:21.590Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2790 | 2025-01-10T04:50:21.705Z | Compiling radix_trie v0.2.1 |
2791 | 2025-01-10T04:50:21.734Z | Compiling env_logger v0.11.5 |
2792 | 2025-01-10T04:50:21.805Z | Compiling ssh-cipher v0.2.0 |
2793 | 2025-01-10T04:50:21.917Z | Compiling bcrypt-pbkdf v0.10.0 |
2794 | 2025-01-10T04:50:22.441Z | Compiling zone_cfg_derive v0.1.2 |
2795 | 2025-01-10T04:50:22.588Z | Compiling parking_lot v0.11.2 |
2796 | 2025-01-10T04:50:22.663Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2797 | 2025-01-10T04:50:23.107Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2798 | 2025-01-10T04:50:23.594Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2799 | 2025-01-10T04:50:23.670Z | Compiling password-hash v0.4.2 |
2800 | 2025-01-10T04:50:23.724Z | Compiling gethostname v0.5.0 |
2801 | 2025-01-10T04:50:23.962Z | Compiling fxhash v0.2.1 |
2802 | 2025-01-10T04:50:23.984Z | Compiling simd-adler32 v0.3.7 |
2803 | 2025-01-10T04:50:24.024Z | Compiling zip v2.1.3 |
2804 | 2025-01-10T04:50:24.183Z | Compiling bumpalo v3.16.0 |
2805 | 2025-01-10T04:50:24.211Z | Compiling matches v0.1.10 |
2806 | 2025-01-10T04:50:24.315Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2807 | 2025-01-10T04:50:24.339Z | Compiling http-range v0.1.5 |
2808 | 2025-01-10T04:50:24.607Z | Compiling lockfree-object-pool v0.1.6 |
2809 | 2025-01-10T04:50:24.628Z | Compiling base64 v0.13.1 |
2810 | 2025-01-10T04:50:24.695Z | Compiling idna v0.2.3 |
2811 | 2025-01-10T04:50:24.718Z | Compiling pbkdf2 v0.11.0 |
2812 | 2025-01-10T04:50:24.738Z | Compiling sled v0.34.7 |
2813 | 2025-01-10T04:50:24.869Z | Compiling zopfli v0.8.1 |
2814 | 2025-01-10T04:50:25.093Z | Compiling ron v0.7.1 |
2815 | 2025-01-10T04:50:25.255Z | Compiling zone v0.1.8 |
2816 | 2025-01-10T04:50:25.623Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2817 | 2025-01-10T04:50:25.866Z | Compiling progenitor-macro v0.8.0 |
2818 | 2025-01-10T04:50:26.372Z | Compiling xz2 v0.1.7 |
2819 | 2025-01-10T04:50:26.756Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2820 | 2025-01-10T04:50:26.920Z | Compiling ssh-key v0.6.6 |
2821 | 2025-01-10T04:50:26.943Z | Compiling hickory-client v0.24.1 |
2822 | 2025-01-10T04:50:27.567Z | Compiling p256 v0.13.2 |
2823 | 2025-01-10T04:50:27.583Z | Compiling p521 v0.13.3 |
2824 | 2025-01-10T04:50:27.920Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2825 | 2025-01-10T04:50:28.425Z | Compiling hickory-server v0.24.1 |
2826 | 2025-01-10T04:50:28.484Z | Compiling enum-as-inner v0.5.1 |
2827 | 2025-01-10T04:50:29.061Z | Compiling pem v3.0.4 |
2828 | 2025-01-10T04:50:29.566Z | Compiling yasna v0.5.2 |
2829 | 2025-01-10T04:50:29.890Z | Compiling headers-core v0.3.0 |
2830 | 2025-01-10T04:50:29.989Z | Compiling kstat-rs v0.2.4 |
2831 | 2025-01-10T04:50:30.068Z | Compiling nanorand v0.7.0 |
2832 | 2025-01-10T04:50:30.664Z | Compiling russh-cryptovec v0.7.3 |
2833 | 2025-01-10T04:50:30.667Z | Compiling atty v0.2.14 |
2834 | 2025-01-10T04:50:30.841Z | Compiling md5 v0.7.0 |
2835 | 2025-01-10T04:50:30.995Z | Compiling rcgen v0.12.1 |
2836 | 2025-01-10T04:50:31.276Z | Compiling russh-keys v0.45.0 |
2837 | 2025-01-10T04:50:31.356Z | Compiling flume v0.11.1 |
2838 | 2025-01-10T04:50:31.789Z | Compiling headers v0.4.0 |
2839 | 2025-01-10T04:50:31.864Z | Compiling trust-dns-proto v0.22.0 |
2840 | 2025-01-10T04:50:33.301Z | Compiling hyper-staticfile v0.10.1 |
2841 | 2025-01-10T04:50:33.860Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2842 | 2025-01-10T04:50:34.493Z | Compiling num-bigint v0.4.6 |
2843 | 2025-01-10T04:50:34.514Z | Compiling des v0.8.1 |
2844 | 2025-01-10T04:50:34.632Z | Compiling subprocess v0.2.9 |
2845 | 2025-01-10T04:50:34.880Z | Compiling dhcproto-macros v0.1.0 |
2846 | 2025-01-10T04:50:35.617Z | Compiling display-error-chain v0.2.2 |
2847 | 2025-01-10T04:50:35.650Z | Compiling hex-literal v0.4.1 |
2848 | 2025-01-10T04:50:35.807Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2849 | 2025-01-10T04:50:35.841Z | Compiling internet-checksum v0.2.1 |
2850 | 2025-01-10T04:50:36.352Z | Compiling dhcproto v0.12.0 |
2851 | 2025-01-10T04:50:37.555Z | Compiling russh v0.45.0 |
2852 | 2025-01-10T04:50:39.567Z | Compiling progenitor v0.8.0 |
2853 | 2025-01-10T04:50:39.717Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2854 | 2025-01-10T04:50:39.717Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2855 | 2025-01-10T04:50:39.720Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2856 | 2025-01-10T04:50:39.720Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2857 | 2025-01-10T04:50:39.720Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2858 | 2025-01-10T04:50:39.720Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2859 | 2025-01-10T04:50:39.814Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2860 | 2025-01-10T04:50:41.192Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2861 | 2025-01-10T04:50:41.432Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2862 | 2025-01-10T04:50:42.377Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2863 | 2025-01-10T04:50:45.592Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2864 | 2025-01-10T04:50:45.679Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2865 | 2025-01-10T04:50:55.912Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2866 | 2025-01-10T04:50:55.914Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2867 | 2025-01-10T04:50:55.914Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2868 | 2025-01-10T04:50:55.914Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2869 | 2025-01-10T04:50:59.257Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2870 | 2025-01-10T04:50:59.364Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2871 | 2025-01-10T04:51:00.328Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2872 | 2025-01-10T04:51:01.096Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2873 | 2025-01-10T04:51:01.392Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2874 | 2025-01-10T04:51:04.097Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2875 | 2025-01-10T04:51:04.118Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2876 | 2025-01-10T04:51:05.359Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2877 | 2025-01-10T04:51:05.438Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2878 | 2025-01-10T04:51:06.881Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2879 | 2025-01-10T04:51:07.132Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2880 | 2025-01-10T04:51:08.303Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2881 | 2025-01-10T04:51:08.764Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2882 | 2025-01-10T04:51:09.226Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2883 | 2025-01-10T04:51:10.431Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2884 | 2025-01-10T04:51:12.211Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2885 | 2025-01-10T04:51:12.743Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2886 | 2025-01-10T04:51:13.310Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2887 | 2025-01-10T04:51:15.524Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2888 | 2025-01-10T04:51:15.620Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2889 | 2025-01-10T04:51:18.611Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2890 | 2025-01-10T04:51:19.813Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2891 | 2025-01-10T04:51:21.111Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2892 | 2025-01-10T04:51:21.967Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2893 | 2025-01-10T04:51:27.590Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2894 | 2025-01-10T04:51:35.741Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2895 | 2025-01-10T04:51:37.034Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2896 | 2025-01-10T04:51:57.172Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2897 | 2025-01-10T04:52:35.512Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 47s |
2898 | 2025-01-10T04:52:35.720Z | |
2899 | 2025-01-10T04:52:35.720Z | real 2:47.420950535 |
2900 | 2025-01-10T04:52:35.720Z | user 12:35.813116271 |
2901 | 2025-01-10T04:52:35.720Z | sys 2:48.307429479 |
2902 | 2025-01-10T04:52:35.720Z | trap 0.333520531 |
2903 | 2025-01-10T04:52:35.720Z | tflt 0.883467049 |
2904 | 2025-01-10T04:52:35.723Z | dflt 2.560875926 |
2905 | 2025-01-10T04:52:35.723Z | kflt 0.000016919 |
2906 | 2025-01-10T04:52:35.723Z | lock 26:30.016281858 |
2907 | 2025-01-10T04:52:35.723Z | slp 45:25.846819162 |
2908 | 2025-01-10T04:52:35.723Z | lat 34.044205605 |
2909 | 2025-01-10T04:52:35.723Z | stop 1:31.049334301 |
2910 | 2025-01-10T04:52:35.723Z | + mkdir tests |
2911 | 2025-01-10T04:52:35.725Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2912 | 2025-01-10T04:52:35.725Z | + xargs -I '{}' -t cp '{}' tests/ |
2913 | 2025-01-10T04:52:35.764Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-4d8ce9b370ef0684 tests/ |
2914 | 2025-01-10T04:52:35.791Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-a328db77daf20aaf tests/ |
2915 | 2025-01-10T04:52:35.816Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-656da0a8e958dacf tests/ |
2916 | 2025-01-10T04:52:35.843Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-0a448c54eb1b13b0 tests/ |
2917 | 2025-01-10T04:52:36.122Z | + 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/*) |
2918 | 2025-01-10T04:52:36.124Z | + 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-a328db77daf20aaf tests/commtest-656da0a8e958dacf tests/dhcp_server-4d8ce9b370ef0684 tests/end_to_end_tests-0a448c54eb1b13b0 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 |
2919 | 2025-01-10T04:53:49.104Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2920 | 2025-01-10T04:53:49.104Z | a .github/buildomat/ci-env.sh 1K |
2921 | 2025-01-10T04:53:49.104Z | a out/target/test 1K |
2922 | 2025-01-10T04:53:49.104Z | a out/npuzone/npuzone 23144K |
2923 | 2025-01-10T04:53:49.104Z | a package-manifest.toml 34K |
2924 | 2025-01-10T04:53:49.104Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2925 | 2025-01-10T04:53:49.104Z | a target/release/omicron-package 36052K |
2926 | 2025-01-10T04:53:49.104Z | a target/release/xtask 11721K |
2927 | 2025-01-10T04:53:49.104Z | a target/debug/bootstrap 209145K |
2928 | 2025-01-10T04:53:49.104Z | a tests/bootstrap-a328db77daf20aaf 24243K |
2929 | 2025-01-10T04:53:49.104Z | a tests/commtest-656da0a8e958dacf 25019K |
2930 | 2025-01-10T04:53:49.104Z | a tests/dhcp_server-4d8ce9b370ef0684 24243K |
2931 | 2025-01-10T04:53:49.104Z | a tests/end_to_end_tests-0a448c54eb1b13b0 271958K |
2932 | 2025-01-10T04:53:49.104Z | a out/clickhouse.tar.gz 293487K |
2933 | 2025-01-10T04:53:49.104Z | a out/clickhouse_keeper.tar.gz 280601K |
2934 | 2025-01-10T04:53:49.104Z | a out/clickhouse_server.tar.gz 293486K |
2935 | 2025-01-10T04:53:49.104Z | a out/cockroachdb.tar.gz 134631K |
2936 | 2025-01-10T04:53:49.104Z | a out/crucible-dtrace.tar 85K |
2937 | 2025-01-10T04:53:49.105Z | a out/crucible-pantry-zone.tar.gz 28207K |
2938 | 2025-01-10T04:53:49.105Z | a out/crucible-zone.tar.gz 36427K |
2939 | 2025-01-10T04:53:49.105Z | a out/external-dns.tar.gz 35337K |
2940 | 2025-01-10T04:53:49.105Z | a out/internal-dns.tar.gz 35335K |
2941 | 2025-01-10T04:53:49.105Z | a out/mg-ddm-gz.tar 63075K |
2942 | 2025-01-10T04:53:49.105Z | a out/nexus.tar.gz 98778K |
2943 | 2025-01-10T04:53:49.105Z | a out/ntp.tar.gz 10384K |
2944 | 2025-01-10T04:53:49.105Z | a out/omicron-gateway-softnpu.tar.gz 23984K |
2945 | 2025-01-10T04:53:49.105Z | a out/omicron-sled-agent.tar 113594K |
2946 | 2025-01-10T04:53:49.105Z | a out/overlay.tar.gz 3K |
2947 | 2025-01-10T04:53:49.105Z | a out/oximeter.tar.gz 47835K |
2948 | 2025-01-10T04:53:49.105Z | a out/oxlog.tar 3088K |
2949 | 2025-01-10T04:53:49.105Z | a out/probe.tar.gz 2764K |
2950 | 2025-01-10T04:53:49.105Z | a out/propolis-server.tar.gz 66291K |
2951 | 2025-01-10T04:53:49.105Z | a out/pumpkind-gz.tar 26665K |
2952 | 2025-01-10T04:53:49.105Z | a out/switch-softnpu.tar.gz 235406K |
2953 | 2025-01-10T04:53:49.107Z | |
2954 | 2025-01-10T04:53:49.107Z | real 1:12.975014115 |
2955 | 2025-01-10T04:53:49.107Z | user 1:09.658359675 |
2956 | 2025-01-10T04:53:49.108Z | sys 4.679481914 |
2957 | 2025-01-10T04:53:49.108Z | trap 0.018569719 |
2958 | 2025-01-10T04:53:49.108Z | tflt 0.000000000 |
2959 | 2025-01-10T04:53:49.108Z | dflt 0.000000000 |
2960 | 2025-01-10T04:53:49.108Z | kflt 0.000000000 |
2961 | 2025-01-10T04:53:49.108Z | lock 0.000000000 |
2962 | 2025-01-10T04:53:49.108Z | slp 1:09.455161701 |
2963 | 2025-01-10T04:53:49.108Z | lat 2.133572199 |
2964 | 2025-01-10T04:53:49.108Z | stop 0.000206947 |
2965 | 2025-01-10T04:53:49.110Z | process exited: duration 1959942 ms, exit code 0 |
|
2966 | 2025-01-10T04:53:49.123Z | found 1 output files |
2967 | 2025-01-10T04:53:49.123Z | uploading: /work/package.tar.gz (1890430969 bytes) |
2968 | 2025-01-10T04:54:25.829Z | uploaded: /work/package.tar.gz |