|
|
|
1 | 2025-01-10T21:10:37.837Z | job assigned to worker 01JH90TBCFFW4V0JPV0Q46M5Q3 [factory aws, i-0ac98ee3ffffd078f] (queued for 59 s) |
|
2 | 2025-01-10T21:10:45.309Z | starting task 0: "setup" |
3 | 2025-01-10T21:10:45.318Z | ++ uname -s |
4 | 2025-01-10T21:10:45.320Z | + kern=SunOS |
5 | 2025-01-10T21:10:45.321Z | + case "$kern" in |
6 | 2025-01-10T21:10:45.321Z | + groupadd -g 12345 build |
7 | 2025-01-10T21:10:45.323Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-10T21:10:47.331Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-10T21:10:47.460Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-10T21:10:47.462Z | + home_fs=zfs |
11 | 2025-01-10T21:10:47.462Z | + [[ zfs == autofs ]] |
12 | 2025-01-10T21:10:47.462Z | + mkdir -p /home/build |
13 | 2025-01-10T21:10:47.465Z | + chown build:build /home/build /work |
14 | 2025-01-10T21:10:49.466Z | + chmod 0700 /home/build /work |
15 | 2025-01-10T21:10:49.469Z | process exited: duration 4161 ms, exit code 0 |
|
16 | 2025-01-10T21:10:49.476Z | starting task 1: "rust-toolchain" |
17 | 2025-01-10T21:10:49.482Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-10T21:10:49.482Z | ' 1.81.0 |
19 | 2025-01-10T21:10:49.482Z | + printf ' * toolchain profile = "%s" |
20 | 2025-01-10T21:10:49.482Z | ' default |
21 | 2025-01-10T21:10:49.482Z | * toolchain channel = "1.81.0" |
22 | 2025-01-10T21:10:49.482Z | * toolchain profile = "default" |
23 | 2025-01-10T21:10:49.485Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-10T21:10:49.485Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2025-01-10T21:10:49.602Z | info: downloading installer |
26 | 2025-01-10T21:10:50.807Z | info: profile set to 'default' |
27 | 2025-01-10T21:10:50.807Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-10T21:10:50.809Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2025-01-10T21:10:50.963Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2025-01-10T21:10:50.963Z | info: downloading component 'cargo' |
31 | 2025-01-10T21:10:51.828Z | info: downloading component 'clippy' |
32 | 2025-01-10T21:10:52.147Z | info: downloading component 'rust-docs' |
33 | 2025-01-10T21:10:53.355Z | info: downloading component 'rust-std' |
34 | 2025-01-10T21:10:55.222Z | info: downloading component 'rustc' |
35 | 2025-01-10T21:11:01.923Z | info: downloading component 'rustfmt' |
36 | 2025-01-10T21:11:02.174Z | info: installing component 'cargo' |
37 | 2025-01-10T21:11:02.974Z | info: installing component 'clippy' |
38 | 2025-01-10T21:11:03.335Z | info: installing component 'rust-docs' |
39 | 2025-01-10T21:11:04.942Z | info: installing component 'rust-std' |
40 | 2025-01-10T21:11:06.650Z | info: installing component 'rustc' |
41 | 2025-01-10T21:11:12.308Z | info: installing component 'rustfmt' |
42 | 2025-01-10T21:11:12.629Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2025-01-10T21:11:12.629Z | |
44 | 2025-01-10T21:11:12.996Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2025-01-10T21:11:12.996Z | |
46 | 2025-01-10T21:11:13.005Z | |
47 | 2025-01-10T21:11:13.005Z | Rust is installed now. Great! |
48 | 2025-01-10T21:11:13.005Z | |
49 | 2025-01-10T21:11:13.005Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-10T21:11:13.005Z | environment variable. This has not been done automatically. |
51 | 2025-01-10T21:11:13.005Z | |
52 | 2025-01-10T21:11:13.005Z | To configure your current shell, you need to source |
53 | 2025-01-10T21:11:13.005Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-10T21:11:13.005Z | |
55 | 2025-01-10T21:11:13.005Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-10T21:11:13.005Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-10T21:11:13.005Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-10T21:11:13.069Z | + rustc --version |
59 | 2025-01-10T21:11:13.135Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2025-01-10T21:11:13.139Z | process exited: duration 23661 ms, exit code 0 |
|
61 | 2025-01-10T21:11:13.145Z | starting task 2: "authentication" |
62 | 2025-01-10T21:11:13.165Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2025-01-10T21:11:13.172Z | starting task 3: "clone repository" |
64 | 2025-01-10T21:11:13.179Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-10T21:11:13.182Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-10T21:11:13.220Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-10T21:11:21.560Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-10T21:11:21.560Z | + git fetch origin 7c02d9e05c2ddac861a44f916cc5a4eaf9c3e907 |
69 | 2025-01-10T21:11:21.864Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-10T21:11:21.864Z | * branch 7c02d9e05c2ddac861a44f916cc5a4eaf9c3e907 -> FETCH_HEAD |
71 | 2025-01-10T21:11:21.875Z | + [[ -n add-precondition-to-configuration-updates ]] |
72 | 2025-01-10T21:11:21.877Z | ++ git branch --show-current |
73 | 2025-01-10T21:11:21.879Z | + current=main |
74 | 2025-01-10T21:11:21.879Z | + [[ main != add-precondition-to-configuration-updates ]] |
75 | 2025-01-10T21:11:21.879Z | + git branch -f add-precondition-to-configuration-updates 7c02d9e05c2ddac861a44f916cc5a4eaf9c3e907 |
76 | 2025-01-10T21:11:21.882Z | + git checkout -f add-precondition-to-configuration-updates |
77 | 2025-01-10T21:11:22.057Z | Switched to branch 'add-precondition-to-configuration-updates' |
78 | 2025-01-10T21:11:22.059Z | + git reset --hard 7c02d9e05c2ddac861a44f916cc5a4eaf9c3e907 |
79 | 2025-01-10T21:11:22.232Z | HEAD is now at 7c02d9e05 Merge branch 'main' into add-precondition-to-configuration-updates |
80 | 2025-01-10T21:11:22.235Z | process exited: duration 9062 ms, exit code 0 |
|
81 | 2025-01-10T21:11:22.240Z | starting task 4: "build" |
82 | 2025-01-10T21:11:22.246Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-10T21:11:22.246Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-10T21:11:22.248Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-10T21:11:22.248Z | + cargo --version |
86 | 2025-01-10T21:11:22.302Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2025-01-10T21:11:22.306Z | + rustc --version |
88 | 2025-01-10T21:11:22.364Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2025-01-10T21:11:22.366Z | + WORK=/work |
90 | 2025-01-10T21:11:22.366Z | + pfexec mkdir -p /work |
91 | 2025-01-10T21:11:22.371Z | + pfexec chown build /work |
92 | 2025-01-10T21:11:22.373Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2025-01-10T21:11:24.047Z | pkg list: illegal option -- F |
94 | 2025-01-10T21:11:24.047Z | Usage: |
95 | 2025-01-10T21:11:24.050Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
96 | 2025-01-10T21:11:24.050Z | [pkg_fmri_pattern ...] |
97 | 2025-01-10T21:11:24.902Z | pkg list: illegal option -- F |
98 | 2025-01-10T21:11:24.902Z | Usage: |
99 | 2025-01-10T21:11:24.904Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
100 | 2025-01-10T21:11:24.904Z | [pkg_fmri_pattern ...] |
101 | 2025-01-10T21:11:30.943Z | Startup: Refreshing catalog 'helios-dev' ... Done |
102 | 2025-01-10T21:11:34.880Z | Startup: Caching catalogs ... Done |
103 | 2025-01-10T21:11:46.027Z | Planning: Solver setup ... Done (10.170s) |
104 | 2025-01-10T21:11:46.167Z | Planning: Running solver ... Done (0.140s) |
105 | 2025-01-10T21:11:46.277Z | Planning: Finding local manifests ... Done (0.006s) |
106 | 2025-01-10T21:11:46.312Z | Planning: Fetching manifests: 0/7 0% complete |
107 | 2025-01-10T21:11:46.964Z | Planning: Fetching manifests: 7/7 100% complete |
108 | 2025-01-10T21:11:47.248Z | Planning: Package planning ... Done (0.284s) |
109 | 2025-01-10T21:11:47.306Z | Planning: Merging actions ... Done (0.058s) |
110 | 2025-01-10T21:11:47.504Z | Planning: Checking for conflicting actions ... Done (0.197s) |
111 | 2025-01-10T21:11:49.649Z | Planning: Consolidating action changes ... Done (2.145s) |
112 | 2025-01-10T21:11:50.101Z | Planning: Evaluating mediators ... Done (0.452s) |
113 | 2025-01-10T21:11:50.181Z | Planning: Planning completed in 15.20 seconds |
114 | 2025-01-10T21:11:50.197Z | Packages to install: 4 |
115 | 2025-01-10T21:11:50.197Z | Packages to update: 3 |
116 | 2025-01-10T21:11:50.197Z | Mediators to change: 2 |
117 | 2025-01-10T21:11:50.199Z | Services to change: 1 |
118 | 2025-01-10T21:11:50.199Z | Estimated space available: 155.63 GB |
119 | 2025-01-10T21:11:50.199Z | Estimated space to be consumed: 1.64 GB |
120 | 2025-01-10T21:11:50.199Z | Create boot environment: No |
121 | 2025-01-10T21:11:50.199Z | Create backup boot environment: Yes |
122 | 2025-01-10T21:11:50.199Z | Rebuild boot archive: No |
123 | 2025-01-10T21:11:50.199Z | |
124 | 2025-01-10T21:11:50.199Z | Changed mediators: |
125 | 2025-01-10T21:11:50.199Z | mediator clang: |
126 | 2025-01-10T21:11:50.199Z | version: None -> 15 (system default) |
127 | 2025-01-10T21:11:50.200Z | |
128 | 2025-01-10T21:11:50.200Z | mediator llvm: |
129 | 2025-01-10T21:11:50.200Z | version: 14 (system default) -> 15 (system default) |
130 | 2025-01-10T21:11:50.200Z | |
131 | 2025-01-10T21:11:50.200Z | Changed packages: |
132 | 2025-01-10T21:11:50.200Z | helios-dev |
133 | 2025-01-10T21:11:50.200Z | developer/build-essential |
134 | 2025-01-10T21:11:50.200Z | None -> 11-2.0 |
135 | 2025-01-10T21:11:50.200Z | library/libxmlsec1 |
136 | 2025-01-10T21:11:50.200Z | None -> 1.2.35-2.0 |
137 | 2025-01-10T21:11:50.200Z | ooce/developer/clang-15 |
138 | 2025-01-10T21:11:50.200Z | None -> 15.0.7-2.0 |
139 | 2025-01-10T21:11:50.200Z | ooce/developer/llvm-15 |
140 | 2025-01-10T21:11:50.200Z | None -> 15.0.7-2.0 |
141 | 2025-01-10T21:11:50.200Z | package/pkg |
142 | 2025-01-10T21:11:50.200Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
143 | 2025-01-10T21:11:50.200Z | system/library/g++-runtime |
144 | 2025-01-10T21:11:50.200Z | 13-2.0 -> 14-2.0 |
145 | 2025-01-10T21:11:50.200Z | system/library/gcc-runtime |
146 | 2025-01-10T21:11:50.200Z | 13-2.0 -> 14-2.0 |
147 | 2025-01-10T21:11:50.200Z | |
148 | 2025-01-10T21:11:50.200Z | Services: |
149 | 2025-01-10T21:11:50.200Z | restart_fmri: |
150 | 2025-01-10T21:11:50.200Z | svc:/system/update-man-index:default |
151 | 2025-01-10T21:11:50.200Z | |
152 | 2025-01-10T21:11:50.200Z | Editable files to change: |
153 | 2025-01-10T21:11:50.200Z | Update: |
154 | 2025-01-10T21:11:50.200Z | usr/share/lib/pkg/web/config.shtml |
155 | 2025-01-10T21:11:50.285Z | |
156 | 2025-01-10T21:11:50.285Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
157 | 2025-01-10T21:11:55.287Z | Download: 898/4301 items 18.9/225.4MB 8% complete (3.9M/s) |
158 | 2025-01-10T21:12:00.699Z | Download: 1197/4301 items 83.5/225.4MB 37% complete (9.9M/s) |
159 | 2025-01-10T21:12:07.091Z | Download: 1198/4301 items 83.5/225.4MB 37% complete (9.7M/s) |
160 | 2025-01-10T21:12:12.092Z | Download: 2498/4301 items 120.3/225.4MB 53% complete (7.4M/s) |
161 | 2025-01-10T21:12:17.093Z | Download: 3600/4301 items 215.9/225.4MB 95% complete (13.3M/s) |
162 | 2025-01-10T21:12:23.779Z | Download: 4208/4301 items 220.6/225.4MB 97% complete (10.1M/s) |
163 | 2025-01-10T21:12:25.225Z | Download: Completed 225.42 MB in 34.94 seconds (6.5M/s) |
164 | 2025-01-10T21:12:27.504Z | Actions: 1/5122 actions (Removing old actions) |
165 | 2025-01-10T21:12:27.524Z | Actions: 194/5122 actions (Installing new actions) |
166 | 2025-01-10T21:12:32.260Z | Actions: 4267/5122 actions (Updating modified actions) |
167 | 2025-01-10T21:12:32.621Z | Actions: Completed 5122 actions in 5.12 seconds. |
168 | 2025-01-10T21:12:33.041Z | Done (0.412s) |
169 | 2025-01-10T21:12:33.044Z | Done (0.002s) |
170 | 2025-01-10T21:12:33.633Z | Done (0.590s) |
171 | 2025-01-10T21:12:37.992Z | Done (4.130s) |
172 | 2025-01-10T21:12:38.080Z | Done (0.018s) |
173 | 2025-01-10T21:12:38.083Z | Done (0.000s) |
174 | 2025-01-10T21:12:38.264Z | Done (0.000s) |
175 | 2025-01-10T21:12:38.961Z | Planning: Evaluating mediator changes ... Done |
176 | 2025-01-10T21:12:39.119Z | Planning: Checking for conflicting actions ... Done |
177 | 2025-01-10T21:12:39.122Z | Planning: Consolidating action changes ... Done |
178 | 2025-01-10T21:12:39.385Z | Planning: Evaluating mediators ... Done |
179 | 2025-01-10T21:12:39.388Z | Planning: Planning completed in 0.42 seconds |
180 | 2025-01-10T21:12:39.425Z | Mediators to change: 2 |
181 | 2025-01-10T21:12:39.425Z | Create boot environment: No |
182 | 2025-01-10T21:12:39.427Z | Create backup boot environment: No |
183 | 2025-01-10T21:12:39.506Z | Done |
184 | 2025-01-10T21:12:39.506Z | Done |
185 | 2025-01-10T21:12:39.883Z | Done |
186 | 2025-01-10T21:12:43.499Z | Done |
187 | 2025-01-10T21:12:43.588Z | Done |
188 | 2025-01-10T21:12:43.590Z | Done |
189 | 2025-01-10T21:12:43.770Z | Done |
190 | 2025-01-10T21:12:44.387Z | Planning: Evaluating mediator changes ... Done |
191 | 2025-01-10T21:12:44.390Z | Planning: Merging actions ... Done |
192 | 2025-01-10T21:12:44.577Z | Planning: Checking for conflicting actions ... Done |
193 | 2025-01-10T21:12:44.579Z | Planning: Consolidating action changes ... Done |
194 | 2025-01-10T21:12:44.839Z | Planning: Evaluating mediators ... Done |
195 | 2025-01-10T21:12:44.892Z | Planning: Planning completed in 0.75 seconds |
196 | 2025-01-10T21:12:44.936Z | Packages to change: 1 |
197 | 2025-01-10T21:12:44.936Z | Mediators to change: 1 |
198 | 2025-01-10T21:12:44.940Z | Services to change: 1 |
199 | 2025-01-10T21:12:44.940Z | Create boot environment: No |
200 | 2025-01-10T21:12:44.940Z | Create backup boot environment: Yes |
201 | 2025-01-10T21:12:47.054Z | Actions: 1/6 actions (Updating modified actions) |
202 | 2025-01-10T21:12:47.057Z | Actions: Completed 6 actions in 0.00 seconds. |
203 | 2025-01-10T21:12:47.057Z | Done |
204 | 2025-01-10T21:12:47.057Z | Done |
205 | 2025-01-10T21:12:47.176Z | Done |
206 | 2025-01-10T21:12:50.780Z | Done |
207 | 2025-01-10T21:12:50.870Z | Done |
208 | 2025-01-10T21:12:50.872Z | Done |
209 | 2025-01-10T21:12:50.991Z | Done |
210 | 2025-01-10T21:12:51.430Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
211 | 2025-01-10T21:12:51.431Z | clang system 15 system |
212 | 2025-01-10T21:12:51.431Z | csh system system illumos |
213 | 2025-01-10T21:12:51.431Z | ctags system system illumos |
214 | 2025-01-10T21:12:51.431Z | gcc vendor 12 vendor |
215 | 2025-01-10T21:12:51.431Z | gcc system 10 system |
216 | 2025-01-10T21:12:51.431Z | gcc system 7 system |
217 | 2025-01-10T21:12:51.431Z | go system 1.20 system |
218 | 2025-01-10T21:12:51.431Z | go system 1.19 system |
219 | 2025-01-10T21:12:51.431Z | llvm system 15 system |
220 | 2025-01-10T21:12:51.431Z | llvm system 14 system |
221 | 2025-01-10T21:12:51.431Z | mariadb system 10.6 system |
222 | 2025-01-10T21:12:51.431Z | mta vendor vendor dma |
223 | 2025-01-10T21:12:51.431Z | openjdk system 17 system |
224 | 2025-01-10T21:12:51.431Z | openjdk system 11 system |
225 | 2025-01-10T21:12:51.431Z | openjdk system 1.8 system |
226 | 2025-01-10T21:12:51.431Z | openssl vendor 3 vendor |
227 | 2025-01-10T21:12:51.431Z | perl system 5.36 system |
228 | 2025-01-10T21:12:51.431Z | postgresql system 15 system |
229 | 2025-01-10T21:12:51.431Z | postgresql system 13 system |
230 | 2025-01-10T21:12:51.431Z | python vendor 3 vendor |
231 | 2025-01-10T21:12:51.431Z | python system 2 system |
232 | 2025-01-10T21:12:51.431Z | python3 system 3.11 system |
233 | 2025-01-10T21:12:51.431Z | ruby system 3.0 system |
234 | 2025-01-10T21:12:51.431Z | words vendor vendor american-english |
235 | 2025-01-10T21:12:51.431Z | words system system australian-english |
236 | 2025-01-10T21:12:51.431Z | words system system british-english |
237 | 2025-01-10T21:12:51.431Z | words system system canadian-english |
238 | 2025-01-10T21:12:51.431Z | words system system french |
239 | 2025-01-10T21:12:51.431Z | words system system italian |
240 | 2025-01-10T21:12:51.431Z | words system system ngerman |
241 | 2025-01-10T21:12:51.431Z | words system system ogerman |
242 | 2025-01-10T21:12:51.431Z | words system system spanish |
243 | 2025-01-10T21:12:51.762Z | PUBLISHER TYPE STATUS P LOCATION |
244 | 2025-01-10T21:12:51.762Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
245 | 2025-01-10T21:12:54.555Z | FMRI IFO |
246 | 2025-01-10T21:12:54.556Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
247 | 2025-01-10T21:12:54.556Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
248 | 2025-01-10T21:12:54.556Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
249 | 2025-01-10T21:12:54.556Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
250 | 2025-01-10T21:12:54.556Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
251 | 2025-01-10T21:12:54.556Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
252 | 2025-01-10T21:12:54.556Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
253 | 2025-01-10T21:12:54.556Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
254 | 2025-01-10T21:12:54.556Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
255 | 2025-01-10T21:12:54.556Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
256 | 2025-01-10T21:12:54.556Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
257 | 2025-01-10T21:12:54.556Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
258 | 2025-01-10T21:12:54.556Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
259 | 2025-01-10T21:12:54.556Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
260 | 2025-01-10T21:12:54.556Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
261 | 2025-01-10T21:12:55.324Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
262 | 2025-01-10T21:12:55.590Z | Updating crates.io index |
263 | 2025-01-10T21:12:55.594Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
264 | 2025-01-10T21:12:55.927Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
265 | 2025-01-10T21:12:56.473Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
266 | 2025-01-10T21:12:56.755Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
267 | 2025-01-10T21:12:57.004Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
268 | 2025-01-10T21:12:57.284Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
269 | 2025-01-10T21:12:58.229Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
270 | 2025-01-10T21:12:59.716Z | Updating git repository `https://github.com/oxidecomputer/opte` |
271 | 2025-01-10T21:13:00.428Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
272 | 2025-01-10T21:13:01.163Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
273 | 2025-01-10T21:13:01.438Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
274 | 2025-01-10T21:13:01.758Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
275 | 2025-01-10T21:13:02.383Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
276 | 2025-01-10T21:13:02.694Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
277 | 2025-01-10T21:13:03.051Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
278 | 2025-01-10T21:13:03.316Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
279 | 2025-01-10T21:13:03.566Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
280 | 2025-01-10T21:13:03.834Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
281 | 2025-01-10T21:13:04.221Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
282 | 2025-01-10T21:13:04.467Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
283 | 2025-01-10T21:13:04.788Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
284 | 2025-01-10T21:13:05.159Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
285 | 2025-01-10T21:13:05.609Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
286 | 2025-01-10T21:13:05.883Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
287 | 2025-01-10T21:13:06.300Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
288 | 2025-01-10T21:13:06.682Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
289 | 2025-01-10T21:13:06.956Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
290 | 2025-01-10T21:13:07.208Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
291 | 2025-01-10T21:13:07.478Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
292 | 2025-01-10T21:13:08.774Z | Downloading crates ... |
293 | 2025-01-10T21:13:08.845Z | Downloaded autocfg v1.4.0 |
294 | 2025-01-10T21:13:08.851Z | Downloaded anstream v0.6.15 |
295 | 2025-01-10T21:13:08.855Z | Downloaded camino v1.1.9 |
296 | 2025-01-10T21:13:08.863Z | Downloaded swrite v0.1.0 |
297 | 2025-01-10T21:13:08.866Z | Downloaded scroll_derive v0.12.0 |
298 | 2025-01-10T21:13:08.868Z | Downloaded equivalent v1.0.1 |
299 | 2025-01-10T21:13:08.872Z | Downloaded usdt-attr-macro v0.5.0 |
300 | 2025-01-10T21:13:08.880Z | Downloaded camino-tempfile v1.1.1 |
301 | 2025-01-10T21:13:08.891Z | Downloaded usdt-macro v0.5.0 |
302 | 2025-01-10T21:13:08.893Z | Downloaded pretty-hex v0.4.1 |
303 | 2025-01-10T21:13:08.896Z | Downloaded dtrace-parser v0.2.0 |
304 | 2025-01-10T21:13:08.908Z | Downloaded thread-id v4.2.2 |
305 | 2025-01-10T21:13:08.911Z | Downloaded cargo-platform v0.1.8 |
306 | 2025-01-10T21:13:08.911Z | Downloaded terminal_size v0.4.0 |
307 | 2025-01-10T21:13:08.913Z | Downloaded heck v0.4.1 |
308 | 2025-01-10T21:13:08.915Z | Downloaded byteorder v1.5.0 |
309 | 2025-01-10T21:13:08.918Z | Downloaded block-buffer v0.10.4 |
310 | 2025-01-10T21:13:08.919Z | Downloaded bytecount v0.6.8 |
311 | 2025-01-10T21:13:08.921Z | Downloaded proc-macro-error-attr v1.0.4 |
312 | 2025-01-10T21:13:08.921Z | Downloaded anstyle-query v1.1.1 |
313 | 2025-01-10T21:13:08.921Z | Downloaded crypto-common v0.1.6 |
314 | 2025-01-10T21:13:08.924Z | Downloaded anstyle v1.0.10 |
315 | 2025-01-10T21:13:08.924Z | Downloaded toml_datetime v0.6.8 |
316 | 2025-01-10T21:13:08.928Z | Downloaded thiserror v1.0.69 |
317 | 2025-01-10T21:13:08.930Z | Downloaded fs-err v2.11.0 |
318 | 2025-01-10T21:13:08.932Z | Downloaded errno v0.3.9 |
319 | 2025-01-10T21:13:08.932Z | Downloaded cpufeatures v0.2.14 |
320 | 2025-01-10T21:13:08.934Z | Downloaded is_terminal_polyfill v1.70.1 |
321 | 2025-01-10T21:13:08.937Z | Downloaded unicode-linebreak v0.1.5 |
322 | 2025-01-10T21:13:08.937Z | Downloaded cfg-if v1.0.0 |
323 | 2025-01-10T21:13:08.942Z | Downloaded serde_spanned v0.6.8 |
324 | 2025-01-10T21:13:08.945Z | Downloaded thiserror-impl v1.0.69 |
325 | 2025-01-10T21:13:08.947Z | Downloaded usdt v0.5.0 |
326 | 2025-01-10T21:13:08.947Z | Downloaded pest_generator v2.7.14 |
327 | 2025-01-10T21:13:08.947Z | Downloaded memmap v0.7.0 |
328 | 2025-01-10T21:13:08.955Z | Downloaded fastrand v2.1.1 |
329 | 2025-01-10T21:13:08.955Z | Downloaded tabled_derive v0.7.0 |
330 | 2025-01-10T21:13:08.955Z | Downloaded itoa v1.0.11 |
331 | 2025-01-10T21:13:08.955Z | Downloaded smawk v0.3.2 |
332 | 2025-01-10T21:13:08.955Z | Downloaded fnv v1.0.7 |
333 | 2025-01-10T21:13:08.955Z | Downloaded anstyle-parse v0.2.5 |
334 | 2025-01-10T21:13:08.958Z | Downloaded version_check v0.9.5 |
335 | 2025-01-10T21:13:08.958Z | Downloaded heck v0.5.0 |
336 | 2025-01-10T21:13:08.958Z | Downloaded generic-array v0.14.7 |
337 | 2025-01-10T21:13:08.961Z | Downloaded strsim v0.11.1 |
338 | 2025-01-10T21:13:08.963Z | Downloaded macaddr v1.0.1 |
339 | 2025-01-10T21:13:08.965Z | Downloaded colorchoice v1.0.2 |
340 | 2025-01-10T21:13:08.965Z | Downloaded clap_lex v0.7.2 |
341 | 2025-01-10T21:13:08.968Z | Downloaded serde_tokenstream v0.2.2 |
342 | 2025-01-10T21:13:08.968Z | Downloaded dof v0.3.0 |
343 | 2025-01-10T21:13:08.970Z | Downloaded digest v0.10.7 |
344 | 2025-01-10T21:13:08.972Z | Downloaded cargo_toml v0.20.5 |
345 | 2025-01-10T21:13:08.975Z | Downloaded proc-macro-error v1.0.4 |
346 | 2025-01-10T21:13:08.977Z | Downloaded plain v0.2.3 |
347 | 2025-01-10T21:13:08.979Z | Downloaded semver v1.0.23 |
348 | 2025-01-10T21:13:08.983Z | Downloaded quote v1.0.37 |
349 | 2025-01-10T21:13:08.991Z | Downloaded cargo_metadata v0.18.1 |
350 | 2025-01-10T21:13:08.993Z | Downloaded zerocopy-derive v0.7.35 |
351 | 2025-01-10T21:13:08.996Z | Downloaded usdt-impl v0.5.0 |
352 | 2025-01-10T21:13:08.999Z | Downloaded scroll v0.12.0 |
353 | 2025-01-10T21:13:09.001Z | Downloaded clap_derive v4.5.18 |
354 | 2025-01-10T21:13:09.004Z | Downloaded utf8parse v0.2.2 |
355 | 2025-01-10T21:13:09.004Z | Downloaded once_cell v1.20.2 |
356 | 2025-01-10T21:13:09.016Z | Downloaded bitflags v2.6.0 |
357 | 2025-01-10T21:13:09.020Z | Downloaded ucd-trie v0.1.7 |
358 | 2025-01-10T21:13:09.022Z | Downloaded sha2 v0.10.8 |
359 | 2025-01-10T21:13:09.025Z | Downloaded pest_derive v2.7.14 |
360 | 2025-01-10T21:13:09.028Z | Downloaded log v0.4.22 |
361 | 2025-01-10T21:13:09.033Z | Downloaded toml v0.8.19 |
362 | 2025-01-10T21:13:09.037Z | Downloaded typenum v1.17.0 |
363 | 2025-01-10T21:13:09.039Z | Downloaded textwrap v0.16.1 |
364 | 2025-01-10T21:13:09.042Z | Downloaded pest_meta v2.7.14 |
365 | 2025-01-10T21:13:09.044Z | Downloaded ryu v1.0.18 |
366 | 2025-01-10T21:13:09.047Z | Downloaded anyhow v1.0.93 |
367 | 2025-01-10T21:13:09.051Z | Downloaded tempfile v3.13.0 |
368 | 2025-01-10T21:13:09.053Z | Downloaded proc-macro2 v1.0.89 |
369 | 2025-01-10T21:13:09.056Z | Downloaded clap v4.5.21 |
370 | 2025-01-10T21:13:09.065Z | Downloaded unicode-ident v1.0.13 |
371 | 2025-01-10T21:13:09.067Z | Downloaded serde_derive v1.0.215 |
372 | 2025-01-10T21:13:09.071Z | Downloaded papergrid v0.11.0 |
373 | 2025-01-10T21:13:09.080Z | Downloaded indexmap v2.6.0 |
374 | 2025-01-10T21:13:09.093Z | Downloaded serde v1.0.215 |
375 | 2025-01-10T21:13:09.111Z | Downloaded toml_edit v0.22.22 |
376 | 2025-01-10T21:13:09.132Z | Downloaded memchr v2.7.4 |
377 | 2025-01-10T21:13:09.155Z | Downloaded pest v2.7.14 |
378 | 2025-01-10T21:13:09.160Z | Downloaded zerocopy v0.7.35 |
379 | 2025-01-10T21:13:09.175Z | Downloaded serde_json v1.0.133 |
380 | 2025-01-10T21:13:09.182Z | Downloaded winnow v0.6.20 |
381 | 2025-01-10T21:13:09.189Z | Downloaded clap_builder v4.5.21 |
382 | 2025-01-10T21:13:09.196Z | Downloaded tabled v0.15.0 |
383 | 2025-01-10T21:13:09.210Z | Downloaded hashbrown v0.15.1 |
384 | 2025-01-10T21:13:09.215Z | Downloaded goblin v0.8.2 |
385 | 2025-01-10T21:13:09.225Z | Downloaded unicode-width v0.1.14 |
386 | 2025-01-10T21:13:09.231Z | Downloaded syn v1.0.109 |
387 | 2025-01-10T21:13:09.240Z | Downloaded syn v2.0.87 |
388 | 2025-01-10T21:13:09.251Z | Downloaded rustix v0.38.37 |
389 | 2025-01-10T21:13:09.282Z | Downloaded libc v0.2.162 |
390 | 2025-01-10T21:13:09.589Z | Compiling proc-macro2 v1.0.89 |
391 | 2025-01-10T21:13:09.590Z | Compiling unicode-ident v1.0.13 |
392 | 2025-01-10T21:13:09.590Z | Compiling version_check v0.9.5 |
393 | 2025-01-10T21:13:09.590Z | Compiling serde v1.0.215 |
394 | 2025-01-10T21:13:09.592Z | Compiling memchr v2.7.4 |
395 | 2025-01-10T21:13:09.592Z | Compiling thiserror v1.0.69 |
396 | 2025-01-10T21:13:09.592Z | Compiling libc v0.2.162 |
397 | 2025-01-10T21:13:09.592Z | Compiling ryu v1.0.18 |
398 | 2025-01-10T21:13:09.846Z | Compiling itoa v1.0.11 |
399 | 2025-01-10T21:13:10.026Z | Compiling ucd-trie v0.1.7 |
400 | 2025-01-10T21:13:10.078Z | Compiling once_cell v1.20.2 |
401 | 2025-01-10T21:13:10.454Z | Compiling byteorder v1.5.0 |
402 | 2025-01-10T21:13:10.478Z | Compiling rustix v0.38.37 |
403 | 2025-01-10T21:13:10.655Z | Compiling serde_json v1.0.133 |
404 | 2025-01-10T21:13:10.964Z | Compiling bitflags v2.6.0 |
405 | 2025-01-10T21:13:11.048Z | Compiling proc-macro-error-attr v1.0.4 |
406 | 2025-01-10T21:13:11.328Z | Compiling usdt-impl v0.5.0 |
407 | 2025-01-10T21:13:11.379Z | Compiling syn v1.0.109 |
408 | 2025-01-10T21:13:11.437Z | Compiling proc-macro-error v1.0.4 |
409 | 2025-01-10T21:13:11.463Z | Compiling equivalent v1.0.1 |
410 | 2025-01-10T21:13:11.508Z | Compiling quote v1.0.37 |
411 | 2025-01-10T21:13:11.613Z | Compiling camino v1.1.9 |
412 | 2025-01-10T21:13:11.730Z | Compiling plain v0.2.3 |
413 | 2025-01-10T21:13:11.831Z | Compiling hashbrown v0.15.1 |
414 | 2025-01-10T21:13:11.894Z | Compiling syn v2.0.87 |
415 | 2025-01-10T21:13:12.023Z | Compiling errno v0.3.9 |
416 | 2025-01-10T21:13:12.262Z | Compiling utf8parse v0.2.2 |
417 | 2025-01-10T21:13:12.264Z | Compiling log v0.4.22 |
418 | 2025-01-10T21:13:12.372Z | Compiling thread-id v4.2.2 |
419 | 2025-01-10T21:13:12.395Z | Compiling anstyle-parse v0.2.5 |
420 | 2025-01-10T21:13:12.673Z | Compiling is_terminal_polyfill v1.70.1 |
421 | 2025-01-10T21:13:12.755Z | Compiling autocfg v1.4.0 |
422 | 2025-01-10T21:13:12.801Z | Compiling anstyle-query v1.1.1 |
423 | 2025-01-10T21:13:12.966Z | Compiling semver v1.0.23 |
424 | 2025-01-10T21:13:12.993Z | Compiling indexmap v2.6.0 |
425 | 2025-01-10T21:13:13.087Z | Compiling anstyle v1.0.10 |
426 | 2025-01-10T21:13:13.335Z | Compiling winnow v0.6.20 |
427 | 2025-01-10T21:13:13.471Z | Compiling pretty-hex v0.4.1 |
428 | 2025-01-10T21:13:13.579Z | Compiling colorchoice v1.0.2 |
429 | 2025-01-10T21:13:13.699Z | Compiling unicode-width v0.1.14 |
430 | 2025-01-10T21:13:13.743Z | Compiling anstream v0.6.15 |
431 | 2025-01-10T21:13:13.916Z | Compiling fs-err v2.11.0 |
432 | 2025-01-10T21:13:14.383Z | Compiling terminal_size v0.4.0 |
433 | 2025-01-10T21:13:14.385Z | Compiling fnv v1.0.7 |
434 | 2025-01-10T21:13:14.428Z | Compiling bytecount v0.6.8 |
435 | 2025-01-10T21:13:14.504Z | Compiling fastrand v2.1.1 |
436 | 2025-01-10T21:13:14.530Z | Compiling clap_lex v0.7.2 |
437 | 2025-01-10T21:13:14.609Z | Compiling anyhow v1.0.93 |
438 | 2025-01-10T21:13:14.638Z | Compiling strsim v0.11.1 |
439 | 2025-01-10T21:13:15.027Z | Compiling cfg-if v1.0.0 |
440 | 2025-01-10T21:13:15.060Z | Compiling heck v0.5.0 |
441 | 2025-01-10T21:13:15.170Z | Compiling heck v0.4.1 |
442 | 2025-01-10T21:13:15.553Z | Compiling tempfile v3.13.0 |
443 | 2025-01-10T21:13:15.608Z | Compiling clap_builder v4.5.21 |
444 | 2025-01-10T21:13:15.673Z | Compiling papergrid v0.11.0 |
445 | 2025-01-10T21:13:16.018Z | Compiling memmap v0.7.0 |
446 | 2025-01-10T21:13:16.148Z | Compiling smawk v0.3.2 |
447 | 2025-01-10T21:13:16.384Z | Compiling unicode-linebreak v0.1.5 |
448 | 2025-01-10T21:13:16.873Z | Compiling textwrap v0.16.1 |
449 | 2025-01-10T21:13:17.030Z | Compiling swrite v0.1.0 |
450 | 2025-01-10T21:13:18.089Z | Compiling tabled_derive v0.7.0 |
451 | 2025-01-10T21:13:19.740Z | Compiling tabled v0.15.0 |
452 | 2025-01-10T21:13:21.084Z | Compiling serde_derive v1.0.215 |
453 | 2025-01-10T21:13:21.086Z | Compiling thiserror-impl v1.0.69 |
454 | 2025-01-10T21:13:21.086Z | Compiling zerocopy-derive v0.7.35 |
455 | 2025-01-10T21:13:21.086Z | Compiling scroll_derive v0.12.0 |
456 | 2025-01-10T21:13:21.237Z | Compiling clap_derive v4.5.18 |
457 | 2025-01-10T21:13:22.394Z | Compiling scroll v0.12.0 |
458 | 2025-01-10T21:13:22.876Z | Compiling goblin v0.8.2 |
459 | 2025-01-10T21:13:22.921Z | Compiling zerocopy v0.7.35 |
460 | 2025-01-10T21:13:23.626Z | Compiling pest v2.7.14 |
461 | 2025-01-10T21:13:24.989Z | Compiling clap v4.5.21 |
462 | 2025-01-10T21:13:26.037Z | Compiling pest_meta v2.7.14 |
463 | 2025-01-10T21:13:26.883Z | Compiling pest_generator v2.7.14 |
464 | 2025-01-10T21:13:28.548Z | Compiling pest_derive v2.7.14 |
465 | 2025-01-10T21:13:29.325Z | Compiling dtrace-parser v0.2.0 |
466 | 2025-01-10T21:13:31.304Z | Compiling serde_spanned v0.6.8 |
467 | 2025-01-10T21:13:31.306Z | Compiling toml_datetime v0.6.8 |
468 | 2025-01-10T21:13:31.307Z | Compiling cargo-platform v0.1.8 |
469 | 2025-01-10T21:13:31.675Z | Compiling serde_tokenstream v0.2.2 |
470 | 2025-01-10T21:13:31.893Z | Compiling toml_edit v0.22.22 |
471 | 2025-01-10T21:13:31.896Z | Compiling macaddr v1.0.1 |
472 | 2025-01-10T21:13:32.030Z | Compiling camino-tempfile v1.1.1 |
473 | 2025-01-10T21:13:32.801Z | Compiling dof v0.3.0 |
474 | 2025-01-10T21:13:32.801Z | Compiling cargo_metadata v0.18.1 |
475 | 2025-01-10T21:13:34.729Z | Compiling toml v0.8.19 |
476 | 2025-01-10T21:13:34.856Z | Compiling usdt-macro v0.5.0 |
477 | 2025-01-10T21:13:34.856Z | Compiling usdt-attr-macro v0.5.0 |
478 | 2025-01-10T21:13:35.539Z | Compiling cargo_toml v0.20.5 |
479 | 2025-01-10T21:13:36.184Z | Compiling usdt v0.5.0 |
480 | 2025-01-10T21:13:39.172Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
481 | 2025-01-10T21:13:43.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.31s |
482 | 2025-01-10T21:13:43.665Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
483 | 2025-01-10T21:13:44.203Z | Downloading crates ... |
484 | 2025-01-10T21:13:44.329Z | Downloaded adler2 v2.0.0 |
485 | 2025-01-10T21:13:44.331Z | Downloaded aead v0.5.2 |
486 | 2025-01-10T21:13:44.337Z | Downloaded cfg_aliases v0.2.1 |
487 | 2025-01-10T21:13:44.339Z | Downloaded http-body v1.0.1 |
488 | 2025-01-10T21:13:44.341Z | Downloaded headers-core v0.3.0 |
489 | 2025-01-10T21:13:44.341Z | Downloaded addr2line v0.24.2 |
490 | 2025-01-10T21:13:44.344Z | Downloaded atty v0.2.14 |
491 | 2025-01-10T21:13:44.346Z | Downloaded cfg_aliases v0.1.1 |
492 | 2025-01-10T21:13:44.346Z | Downloaded assert_matches v1.5.0 |
493 | 2025-01-10T21:13:44.351Z | Downloaded async-stream-impl v0.3.6 |
494 | 2025-01-10T21:13:44.354Z | Downloaded home v0.5.9 |
495 | 2025-01-10T21:13:44.357Z | Downloaded http-range v0.1.5 |
496 | 2025-01-10T21:13:44.359Z | Downloaded crunchy v0.2.2 |
497 | 2025-01-10T21:13:44.362Z | Downloaded hex-literal v0.4.1 |
498 | 2025-01-10T21:13:44.362Z | Downloaded hubpack_derive v0.1.1 |
499 | 2025-01-10T21:13:44.365Z | Downloaded matches v0.1.10 |
500 | 2025-01-10T21:13:44.367Z | Downloaded ciborium-io v0.2.2 |
501 | 2025-01-10T21:13:44.369Z | Downloaded md5 v0.7.0 |
502 | 2025-01-10T21:13:44.372Z | Downloaded match_cfg v0.1.0 |
503 | 2025-01-10T21:13:44.377Z | Downloaded ident_case v1.0.1 |
504 | 2025-01-10T21:13:44.377Z | Downloaded ahash v0.8.11 |
505 | 2025-01-10T21:13:44.381Z | Downloaded cstr-argument v0.1.2 |
506 | 2025-01-10T21:13:44.383Z | Downloaded async-stream v0.3.6 |
507 | 2025-01-10T21:13:44.388Z | Downloaded lazy_static v1.5.0 |
508 | 2025-01-10T21:13:44.388Z | Downloaded httparse v1.9.5 |
509 | 2025-01-10T21:13:44.390Z | Downloaded heck v0.3.3 |
510 | 2025-01-10T21:13:44.393Z | Downloaded httpdate v1.0.3 |
511 | 2025-01-10T21:13:44.395Z | Downloaded http-body-util v0.1.2 |
512 | 2025-01-10T21:13:44.397Z | Downloaded icu_provider_macros v1.5.0 |
513 | 2025-01-10T21:13:44.397Z | Downloaded hostname v0.3.1 |
514 | 2025-01-10T21:13:44.400Z | Downloaded crc-catalog v2.4.0 |
515 | 2025-01-10T21:13:44.402Z | Downloaded colored v2.1.0 |
516 | 2025-01-10T21:13:44.404Z | Downloaded is_ci v1.2.0 |
517 | 2025-01-10T21:13:44.407Z | Downloaded convert_case v0.4.0 |
518 | 2025-01-10T21:13:44.409Z | Downloaded is-terminal v0.4.13 |
519 | 2025-01-10T21:13:44.409Z | Downloaded instant v0.1.13 |
520 | 2025-01-10T21:13:44.411Z | Downloaded indoc v1.0.9 |
521 | 2025-01-10T21:13:44.414Z | Downloaded curve25519-dalek-derive v0.1.1 |
522 | 2025-01-10T21:13:44.416Z | Downloaded internet-checksum v0.2.1 |
523 | 2025-01-10T21:13:44.416Z | Downloaded const_format_proc_macros v0.2.33 |
524 | 2025-01-10T21:13:44.419Z | Downloaded memoffset v0.9.1 |
525 | 2025-01-10T21:13:44.421Z | Downloaded cassowary v0.3.0 |
526 | 2025-01-10T21:13:44.424Z | Downloaded hostname v0.4.0 |
527 | 2025-01-10T21:13:44.426Z | Downloaded maybe-uninit v2.0.0 |
528 | 2025-01-10T21:13:44.428Z | Downloaded allocator-api2 v0.2.18 |
529 | 2025-01-10T21:13:44.431Z | Downloaded progenitor-client v0.8.0 |
530 | 2025-01-10T21:13:44.433Z | Downloaded lockfree-object-pool v0.1.6 |
531 | 2025-01-10T21:13:44.436Z | Downloaded crossbeam-deque v0.8.5 |
532 | 2025-01-10T21:13:44.438Z | Downloaded chacha20 v0.9.1 |
533 | 2025-01-10T21:13:44.440Z | Downloaded lru v0.12.5 |
534 | 2025-01-10T21:13:44.442Z | Downloaded libsw v3.3.1 |
535 | 2025-01-10T21:13:44.445Z | Downloaded ctr v0.9.2 |
536 | 2025-01-10T21:13:44.447Z | Downloaded hickory-client v0.24.1 |
537 | 2025-01-10T21:13:44.451Z | Downloaded mime v0.3.17 |
538 | 2025-01-10T21:13:44.453Z | Downloaded lru-cache v0.1.2 |
539 | 2025-01-10T21:13:44.455Z | Downloaded r2d2 v0.8.10 |
540 | 2025-01-10T21:13:44.458Z | Downloaded linked-hash-map v0.5.6 |
541 | 2025-01-10T21:13:44.460Z | Downloaded cookie_store v0.21.0 |
542 | 2025-01-10T21:13:44.462Z | Downloaded maplit v1.0.2 |
543 | 2025-01-10T21:13:44.462Z | Downloaded bzip2 v0.4.4 |
544 | 2025-01-10T21:13:44.465Z | Downloaded highway v1.2.0 |
545 | 2025-01-10T21:13:44.467Z | Downloaded bitfield v0.14.0 |
546 | 2025-01-10T21:13:44.470Z | Downloaded hyper-rustls v0.27.3 |
547 | 2025-01-10T21:13:44.473Z | Downloaded async-bb8-diesel v0.2.1 |
548 | 2025-01-10T21:13:44.475Z | Downloaded managed v0.8.0 |
549 | 2025-01-10T21:13:44.478Z | Downloaded iana-time-zone v0.1.61 |
550 | 2025-01-10T21:13:44.480Z | Downloaded memmap2 v0.9.5 |
551 | 2025-01-10T21:13:44.483Z | Downloaded lock_api v0.4.12 |
552 | 2025-01-10T21:13:44.485Z | Downloaded darling v0.20.10 |
553 | 2025-01-10T21:13:44.490Z | Downloaded toolchain_find v0.4.0 |
554 | 2025-01-10T21:13:44.492Z | Downloaded libloading v0.8.5 |
555 | 2025-01-10T21:13:44.495Z | Downloaded zerofrom v0.1.4 |
556 | 2025-01-10T21:13:44.497Z | Downloaded async-trait v0.1.83 |
557 | 2025-01-10T21:13:44.500Z | Downloaded mime_guess v2.0.5 |
558 | 2025-01-10T21:13:44.503Z | Downloaded scrypt v0.11.0 |
559 | 2025-01-10T21:13:44.505Z | Downloaded same-file v1.0.6 |
560 | 2025-01-10T21:13:44.507Z | Downloaded hubpack v0.1.2 |
561 | 2025-01-10T21:13:44.510Z | Downloaded rtoolbox v0.0.2 |
562 | 2025-01-10T21:13:44.512Z | Downloaded icu_locid_transform v1.5.0 |
563 | 2025-01-10T21:13:44.514Z | Downloaded diesel_table_macro_syntax v0.2.0 |
564 | 2025-01-10T21:13:44.514Z | Downloaded resolv-conf v0.7.0 |
565 | 2025-01-10T21:13:44.516Z | Downloaded sha1 v0.10.6 |
566 | 2025-01-10T21:13:44.519Z | Downloaded crossbeam-utils v0.8.20 |
567 | 2025-01-10T21:13:44.522Z | Downloaded jobserver v0.1.32 |
568 | 2025-01-10T21:13:44.525Z | Downloaded simd-adler32 v0.3.7 |
569 | 2025-01-10T21:13:44.527Z | Downloaded array-init v0.0.4 |
570 | 2025-01-10T21:13:44.530Z | Downloaded litemap v0.7.3 |
571 | 2025-01-10T21:13:44.532Z | Downloaded dyn-clone v1.0.17 |
572 | 2025-01-10T21:13:44.534Z | Downloaded number_prefix v0.4.0 |
573 | 2025-01-10T21:13:44.537Z | Downloaded num_threads v0.1.7 |
574 | 2025-01-10T21:13:44.537Z | Downloaded foreign-types-shared v0.3.1 |
575 | 2025-01-10T21:13:44.539Z | Downloaded foreign-types-shared v0.1.1 |
576 | 2025-01-10T21:13:44.539Z | Downloaded foreign-types-macros v0.2.3 |
577 | 2025-01-10T21:13:44.541Z | Downloaded crc32fast v1.4.2 |
578 | 2025-01-10T21:13:44.544Z | Downloaded subtle v2.6.1 |
579 | 2025-01-10T21:13:44.546Z | Downloaded gethostname v0.5.0 |
580 | 2025-01-10T21:13:44.546Z | Downloaded strip-ansi-escapes v0.2.0 |
581 | 2025-01-10T21:13:44.549Z | Downloaded parse-size v1.1.0 |
582 | 2025-01-10T21:13:44.549Z | Downloaded twox-hash v1.6.3 |
583 | 2025-01-10T21:13:44.552Z | Downloaded xz2 v0.1.7 |
584 | 2025-01-10T21:13:44.555Z | Downloaded zeroize_derive v1.4.2 |
585 | 2025-01-10T21:13:44.557Z | Downloaded zerovec-derive v0.10.3 |
586 | 2025-01-10T21:13:44.557Z | Downloaded zeroize v1.8.1 |
587 | 2025-01-10T21:13:44.559Z | Downloaded icu_provider v1.5.0 |
588 | 2025-01-10T21:13:44.563Z | Downloaded foreign-types v0.5.0 |
589 | 2025-01-10T21:13:44.565Z | Downloaded float-cmp v0.9.0 |
590 | 2025-01-10T21:13:44.567Z | Downloaded fallible-iterator v0.3.0 |
591 | 2025-01-10T21:13:44.567Z | Downloaded psl-types v2.0.11 |
592 | 2025-01-10T21:13:44.570Z | Downloaded indexmap v1.9.3 |
593 | 2025-01-10T21:13:44.573Z | Downloaded fallible-streaming-iterator v0.1.9 |
594 | 2025-01-10T21:13:44.575Z | Downloaded sct v0.7.1 |
595 | 2025-01-10T21:13:44.578Z | Downloaded rpassword v7.3.1 |
596 | 2025-01-10T21:13:44.584Z | Downloaded env_filter v0.1.2 |
597 | 2025-01-10T21:13:44.584Z | Downloaded diesel-dtrace v0.4.2 |
598 | 2025-01-10T21:13:44.584Z | Downloaded bytes v1.8.0 |
599 | 2025-01-10T21:13:44.589Z | Downloaded termtree v0.4.1 |
600 | 2025-01-10T21:13:44.591Z | Downloaded sigpipe v0.1.3 |
601 | 2025-01-10T21:13:44.591Z | Downloaded icu_properties v1.5.1 |
602 | 2025-01-10T21:13:44.595Z | Downloaded nodrop v0.1.14 |
603 | 2025-01-10T21:13:44.597Z | Downloaded multimap v0.10.0 |
604 | 2025-01-10T21:13:44.599Z | Downloaded heapless v0.8.0 |
605 | 2025-01-10T21:13:44.602Z | Downloaded tokio-rustls v0.26.0 |
606 | 2025-01-10T21:13:44.605Z | Downloaded olpc-cjson v0.1.4 |
607 | 2025-01-10T21:13:44.607Z | Downloaded xattr v1.3.1 |
608 | 2025-01-10T21:13:44.610Z | Downloaded phf_codegen v0.11.2 |
609 | 2025-01-10T21:13:44.612Z | Downloaded ed25519 v2.2.3 |
610 | 2025-01-10T21:13:44.614Z | Downloaded strum_macros v0.26.4 |
611 | 2025-01-10T21:13:44.616Z | Downloaded write16 v1.0.0 |
612 | 2025-01-10T21:13:44.619Z | Downloaded percent-encoding v2.3.1 |
613 | 2025-01-10T21:13:44.619Z | Downloaded value-bag v1.9.0 |
614 | 2025-01-10T21:13:44.621Z | Downloaded primeorder v0.13.6 |
615 | 2025-01-10T21:13:44.624Z | Downloaded rusty-fork v0.3.0 |
616 | 2025-01-10T21:13:44.626Z | Downloaded serde_plain v1.0.2 |
617 | 2025-01-10T21:13:44.628Z | Downloaded ecdsa v0.16.9 |
618 | 2025-01-10T21:13:44.631Z | Downloaded cc v1.1.30 |
619 | 2025-01-10T21:13:44.634Z | Downloaded hickory-server v0.24.1 |
620 | 2025-01-10T21:13:44.641Z | Downloaded serde_path_to_error v0.1.16 |
621 | 2025-01-10T21:13:44.643Z | Downloaded icu_collections v1.5.0 |
622 | 2025-01-10T21:13:44.650Z | Downloaded path-slash v0.1.5 |
623 | 2025-01-10T21:13:44.653Z | Downloaded thiserror-impl v2.0.3 |
624 | 2025-01-10T21:13:44.656Z | Downloaded multer v3.1.0 |
625 | 2025-01-10T21:13:44.658Z | Downloaded tabwriter v1.4.0 |
626 | 2025-01-10T21:13:44.660Z | Downloaded num-iter v0.1.45 |
627 | 2025-01-10T21:13:44.663Z | Downloaded toml v0.7.8 |
628 | 2025-01-10T21:13:44.665Z | Downloaded password-hash v0.4.2 |
629 | 2025-01-10T21:13:44.667Z | Downloaded phf v0.11.2 |
630 | 2025-01-10T21:13:44.669Z | Downloaded uuid v1.11.0 |
631 | 2025-01-10T21:13:44.673Z | Downloaded untrusted v0.7.1 |
632 | 2025-01-10T21:13:44.675Z | Downloaded universal-hash v0.5.1 |
633 | 2025-01-10T21:13:44.678Z | Downloaded dunce v1.0.5 |
634 | 2025-01-10T21:13:44.678Z | Downloaded defmt-macros v0.3.9 |
635 | 2025-01-10T21:13:44.681Z | Downloaded rustversion v1.0.17 |
636 | 2025-01-10T21:13:44.684Z | Downloaded dsl_auto_type v0.1.2 |
637 | 2025-01-10T21:13:44.686Z | Downloaded dirs-sys-next v0.1.2 |
638 | 2025-01-10T21:13:44.688Z | Downloaded backtrace v0.3.74 |
639 | 2025-01-10T21:13:44.693Z | Downloaded futures-task v0.3.31 |
640 | 2025-01-10T21:13:44.696Z | Downloaded hickory-resolver v0.24.1 |
641 | 2025-01-10T21:13:44.701Z | Downloaded sqlparser_derive v0.2.2 |
642 | 2025-01-10T21:13:44.703Z | Downloaded nibble_vec v0.1.0 |
643 | 2025-01-10T21:13:44.705Z | Downloaded pbkdf2 v0.12.2 |
644 | 2025-01-10T21:13:44.708Z | Downloaded pbkdf2 v0.11.0 |
645 | 2025-01-10T21:13:44.710Z | Downloaded http v1.1.0 |
646 | 2025-01-10T21:13:44.714Z | Downloaded thiserror v2.0.3 |
647 | 2025-01-10T21:13:44.721Z | Downloaded powerfmt v0.2.0 |
648 | 2025-01-10T21:13:44.723Z | Downloaded pin-utils v0.1.0 |
649 | 2025-01-10T21:13:44.725Z | Downloaded whoami v1.5.2 |
650 | 2025-01-10T21:13:44.737Z | Downloaded shlex v1.3.0 |
651 | 2025-01-10T21:13:44.740Z | Downloaded num-conv v0.1.0 |
652 | 2025-01-10T21:13:44.742Z | Downloaded newline-converter v0.3.0 |
653 | 2025-01-10T21:13:44.742Z | Downloaded shell-words v1.1.0 |
654 | 2025-01-10T21:13:44.742Z | Downloaded secrecy v0.8.0 |
655 | 2025-01-10T21:13:44.745Z | Downloaded scheduled-thread-pool v0.2.7 |
656 | 2025-01-10T21:13:44.747Z | Downloaded normalize-line-endings v0.3.0 |
657 | 2025-01-10T21:13:44.749Z | Downloaded tls_codec v0.4.1 |
658 | 2025-01-10T21:13:44.749Z | Downloaded stable_deref_trait v1.2.0 |
659 | 2025-01-10T21:13:44.752Z | Downloaded ssh-encoding v0.2.0 |
660 | 2025-01-10T21:13:44.752Z | Downloaded signal-hook-mio v0.2.4 |
661 | 2025-01-10T21:13:44.754Z | Downloaded rfc6979 v0.4.0 |
662 | 2025-01-10T21:13:44.757Z | Downloaded ssh-cipher v0.2.0 |
663 | 2025-01-10T21:13:44.757Z | Downloaded qorb v0.2.1 |
664 | 2025-01-10T21:13:44.762Z | Downloaded pretty-hex v0.2.1 |
665 | 2025-01-10T21:13:44.764Z | Downloaded peg-runtime v0.8.3 |
666 | 2025-01-10T21:13:44.764Z | Downloaded const_format v0.2.33 |
667 | 2025-01-10T21:13:44.770Z | Downloaded serde-big-array v0.5.1 |
668 | 2025-01-10T21:13:44.772Z | Downloaded postcard v1.0.10 |
669 | 2025-01-10T21:13:44.775Z | Downloaded poly1305 v0.8.0 |
670 | 2025-01-10T21:13:44.778Z | Downloaded tracing-attributes v0.1.27 |
671 | 2025-01-10T21:13:44.780Z | Downloaded test-strategy v0.3.1 |
672 | 2025-01-10T21:13:44.785Z | Downloaded tower-service v0.3.3 |
673 | 2025-01-10T21:13:44.787Z | Downloaded deranged v0.3.11 |
674 | 2025-01-10T21:13:44.790Z | Downloaded polyval v0.6.2 |
675 | 2025-01-10T21:13:44.790Z | Downloaded fragile v2.0.0 |
676 | 2025-01-10T21:13:44.792Z | Downloaded elliptic-curve v0.13.8 |
677 | 2025-01-10T21:13:44.796Z | Downloaded dropshot_endpoint v0.13.0 |
678 | 2025-01-10T21:13:44.801Z | Downloaded endian-type v0.1.2 |
679 | 2025-01-10T21:13:44.804Z | Downloaded downcast v0.11.0 |
680 | 2025-01-10T21:13:44.804Z | Downloaded dhcproto-macros v0.1.0 |
681 | 2025-01-10T21:13:44.807Z | Downloaded hash32 v0.3.1 |
682 | 2025-01-10T21:13:44.810Z | Downloaded num-derive v0.4.2 |
683 | 2025-01-10T21:13:44.810Z | Downloaded aes v0.8.4 |
684 | 2025-01-10T21:13:44.813Z | Downloaded num v0.4.3 |
685 | 2025-01-10T21:13:44.815Z | Downloaded dropshot_endpoint v0.12.0 |
686 | 2025-01-10T21:13:44.818Z | Downloaded tokio-tungstenite v0.21.0 |
687 | 2025-01-10T21:13:44.821Z | Downloaded tokio-stream v0.1.16 |
688 | 2025-01-10T21:13:44.826Z | Downloaded predicates-tree v1.0.11 |
689 | 2025-01-10T21:13:44.828Z | Downloaded vte v0.11.1 |
690 | 2025-01-10T21:13:44.831Z | Downloaded static_assertions v1.1.0 |
691 | 2025-01-10T21:13:44.833Z | Downloaded serde_urlencoded v0.7.1 |
692 | 2025-01-10T21:13:44.835Z | Downloaded semver v0.1.20 |
693 | 2025-01-10T21:13:44.838Z | Downloaded toml_edit v0.19.15 |
694 | 2025-01-10T21:13:44.855Z | Downloaded sync_wrapper v1.0.1 |
695 | 2025-01-10T21:13:44.858Z | Downloaded sync-ptr v0.1.1 |
696 | 2025-01-10T21:13:44.858Z | Downloaded unicode-xid v0.2.6 |
697 | 2025-01-10T21:13:44.860Z | Downloaded topological-sort v0.2.2 |
698 | 2025-01-10T21:13:44.860Z | Downloaded tokio-macros v2.4.0 |
699 | 2025-01-10T21:13:44.862Z | Downloaded smallvec v0.6.14 |
700 | 2025-01-10T21:13:44.864Z | Downloaded vte_generate_state_changes v0.1.2 |
701 | 2025-01-10T21:13:44.864Z | Downloaded wait-timeout v0.2.0 |
702 | 2025-01-10T21:13:44.867Z | Downloaded untrusted v0.9.0 |
703 | 2025-01-10T21:13:44.869Z | Downloaded diesel_derives v2.2.3 |
704 | 2025-01-10T21:13:44.873Z | Downloaded yoke-derive v0.7.4 |
705 | 2025-01-10T21:13:44.875Z | Downloaded foldhash v0.1.3 |
706 | 2025-01-10T21:13:44.876Z | Downloaded float-ord v0.3.2 |
707 | 2025-01-10T21:13:44.878Z | Downloaded pkcs1 v0.7.5 |
708 | 2025-01-10T21:13:44.881Z | Downloaded derive_builder_macro v0.20.2 |
709 | 2025-01-10T21:13:44.883Z | Downloaded debug-ignore v1.0.5 |
710 | 2025-01-10T21:13:44.883Z | Downloaded flagset v0.4.6 |
711 | 2025-01-10T21:13:44.886Z | Downloaded omicron-zone-package v0.12.0 |
712 | 2025-01-10T21:13:44.888Z | Downloaded num_enum_derive v0.5.11 |
713 | 2025-01-10T21:13:44.891Z | Downloaded pin-project-lite v0.2.14 |
714 | 2025-01-10T21:13:44.896Z | Downloaded pem v3.0.4 |
715 | 2025-01-10T21:13:44.898Z | Downloaded aho-corasick v1.1.3 |
716 | 2025-01-10T21:13:44.904Z | Downloaded unicode-segmentation v1.12.0 |
717 | 2025-01-10T21:13:44.909Z | Downloaded tap v1.0.1 |
718 | 2025-01-10T21:13:44.912Z | Downloaded structmeta-derive v0.2.0 |
719 | 2025-01-10T21:13:44.912Z | Downloaded structmeta v0.3.0 |
720 | 2025-01-10T21:13:44.915Z | Downloaded slog-term v2.9.1 |
721 | 2025-01-10T21:13:44.917Z | Downloaded structmeta v0.2.0 |
722 | 2025-01-10T21:13:44.919Z | Downloaded half v2.4.1 |
723 | 2025-01-10T21:13:44.922Z | Downloaded derive-where v1.2.7 |
724 | 2025-01-10T21:13:44.927Z | Downloaded signal-hook v0.3.17 |
725 | 2025-01-10T21:13:44.930Z | Downloaded unicode_categories v0.1.1 |
726 | 2025-01-10T21:13:44.932Z | Downloaded rsa v0.9.6 |
727 | 2025-01-10T21:13:44.937Z | Downloaded try-lock v0.2.5 |
728 | 2025-01-10T21:13:44.939Z | Downloaded defmt v0.3.8 |
729 | 2025-01-10T21:13:44.942Z | Downloaded hashlink v0.9.1 |
730 | 2025-01-10T21:13:44.945Z | Downloaded itertools v0.13.0 |
731 | 2025-01-10T21:13:44.954Z | Downloaded precomputed-hash v0.1.1 |
732 | 2025-01-10T21:13:44.956Z | Downloaded zip v0.6.6 |
733 | 2025-01-10T21:13:44.959Z | Downloaded progenitor-macro v0.8.0 |
734 | 2025-01-10T21:13:44.962Z | Downloaded signal-hook-tokio v0.3.1 |
735 | 2025-01-10T21:13:44.964Z | Downloaded progenitor v0.8.0 |
736 | 2025-01-10T21:13:44.964Z | Downloaded password-hash v0.5.0 |
737 | 2025-01-10T21:13:44.966Z | Downloaded serde_with_macros v3.11.0 |
738 | 2025-01-10T21:13:44.969Z | Downloaded predicates-core v1.0.8 |
739 | 2025-01-10T21:13:44.972Z | Downloaded rand_seeder v0.3.0 |
740 | 2025-01-10T21:13:44.974Z | Downloaded unicode-normalization v0.1.24 |
741 | 2025-01-10T21:13:44.977Z | Downloaded russh-cryptovec v0.7.3 |
742 | 2025-01-10T21:13:44.979Z | Downloaded foreign-types v0.3.2 |
743 | 2025-01-10T21:13:44.979Z | Downloaded walkdir v2.5.0 |
744 | 2025-01-10T21:13:44.982Z | Downloaded vergen v8.3.2 |
745 | 2025-01-10T21:13:44.985Z | Downloaded wyz v0.5.1 |
746 | 2025-01-10T21:13:44.987Z | Downloaded supports-color v3.0.1 |
747 | 2025-01-10T21:13:44.989Z | Downloaded num-bigint v0.4.6 |
748 | 2025-01-10T21:13:44.994Z | Downloaded opaque-debug v0.3.1 |
749 | 2025-01-10T21:13:44.996Z | Downloaded zone_cfg_derive v0.1.2 |
750 | 2025-01-10T21:13:44.996Z | Downloaded want v0.3.1 |
751 | 2025-01-10T21:13:44.999Z | Downloaded waitgroup v0.1.2 |
752 | 2025-01-10T21:13:44.999Z | Downloaded enum-as-inner v0.6.1 |
753 | 2025-01-10T21:13:45.001Z | Downloaded der_derive v0.7.3 |
754 | 2025-01-10T21:13:45.003Z | Downloaded miniz_oxide v0.8.0 |
755 | 2025-01-10T21:13:45.006Z | Downloaded enum-as-inner v0.5.1 |
756 | 2025-01-10T21:13:45.008Z | Downloaded quick-error v1.2.3 |
757 | 2025-01-10T21:13:45.011Z | Downloaded num-rational v0.4.2 |
758 | 2025-01-10T21:13:45.013Z | Downloaded tokio-postgres v0.7.12 |
759 | 2025-01-10T21:13:45.017Z | Downloaded tinyvec_macros v0.1.1 |
760 | 2025-01-10T21:13:45.019Z | Downloaded ppv-lite86 v0.2.20 |
761 | 2025-01-10T21:13:45.022Z | Downloaded signal-hook-registry v1.4.2 |
762 | 2025-01-10T21:13:45.024Z | Downloaded mirai-annotations v1.12.0 |
763 | 2025-01-10T21:13:45.024Z | Downloaded phf_shared v0.11.2 |
764 | 2025-01-10T21:13:45.026Z | Downloaded glob v0.3.1 |
765 | 2025-01-10T21:13:45.026Z | Downloaded parking_lot_core v0.9.10 |
766 | 2025-01-10T21:13:45.028Z | Downloaded take_mut v0.2.2 |
767 | 2025-01-10T21:13:45.031Z | Downloaded fixedbitset v0.4.2 |
768 | 2025-01-10T21:13:45.031Z | Downloaded futures-core v0.3.31 |
769 | 2025-01-10T21:13:45.033Z | Downloaded zone v0.3.0 |
770 | 2025-01-10T21:13:45.035Z | Downloaded zone v0.1.8 |
771 | 2025-01-10T21:13:45.036Z | Downloaded parking_lot_core v0.8.6 |
772 | 2025-01-10T21:13:45.038Z | Downloaded zerocopy-derive v0.8.10 |
773 | 2025-01-10T21:13:45.045Z | Downloaded zone_cfg_derive v0.3.0 |
774 | 2025-01-10T21:13:45.047Z | Downloaded form_urlencoded v1.2.1 |
775 | 2025-01-10T21:13:45.047Z | Downloaded zerocopy v0.6.6 |
776 | 2025-01-10T21:13:45.050Z | Downloaded funty v2.0.0 |
777 | 2025-01-10T21:13:45.052Z | Downloaded flume v0.11.1 |
778 | 2025-01-10T21:13:45.056Z | Downloaded unicode-truncate v1.1.0 |
779 | 2025-01-10T21:13:45.058Z | Downloaded typify-macro v0.2.0 |
780 | 2025-01-10T21:13:45.060Z | Downloaded slog-stdlog v4.1.1 |
781 | 2025-01-10T21:13:45.062Z | Downloaded openssl-macros v0.1.1 |
782 | 2025-01-10T21:13:45.062Z | Downloaded newtype_derive v0.1.6 |
783 | 2025-01-10T21:13:45.065Z | Downloaded env_logger v0.11.5 |
784 | 2025-01-10T21:13:45.067Z | Downloaded new_debug_unreachable v1.0.6 |
785 | 2025-01-10T21:13:45.069Z | Downloaded env_logger v0.10.2 |
786 | 2025-01-10T21:13:45.072Z | Downloaded rustc_version v0.1.7 |
787 | 2025-01-10T21:13:45.072Z | Downloaded predicates v3.1.2 |
788 | 2025-01-10T21:13:45.075Z | Downloaded pkg-config v0.3.31 |
789 | 2025-01-10T21:13:45.077Z | Downloaded rustc-hash v2.0.0 |
790 | 2025-01-10T21:13:45.079Z | Downloaded phf_generator v0.11.2 |
791 | 2025-01-10T21:13:45.079Z | Downloaded progenitor-impl v0.8.0 |
792 | 2025-01-10T21:13:45.082Z | Downloaded tokio-native-tls v0.3.1 |
793 | 2025-01-10T21:13:45.084Z | Downloaded typify v0.2.0 |
794 | 2025-01-10T21:13:45.087Z | Downloaded mockall v0.13.0 |
795 | 2025-01-10T21:13:45.090Z | Downloaded zip v2.1.3 |
796 | 2025-01-10T21:13:45.095Z | Downloaded darling_macro v0.20.10 |
797 | 2025-01-10T21:13:45.097Z | Downloaded zerovec v0.10.4 |
798 | 2025-01-10T21:13:45.102Z | Downloaded synstructure v0.13.1 |
799 | 2025-01-10T21:13:45.105Z | Downloaded yasna v0.5.2 |
800 | 2025-01-10T21:13:45.108Z | Downloaded futures-channel v0.3.31 |
801 | 2025-01-10T21:13:45.111Z | Downloaded scopeguard v1.2.0 |
802 | 2025-01-10T21:13:45.111Z | Downloaded tls_codec_derive v0.4.1 |
803 | 2025-01-10T21:13:45.114Z | Downloaded pkcs8 v0.10.2 |
804 | 2025-01-10T21:13:45.116Z | Downloaded packed_struct v0.10.1 |
805 | 2025-01-10T21:13:45.118Z | Downloaded fatfs v0.3.6 |
806 | 2025-01-10T21:13:45.120Z | Downloaded pin-project-internal v1.1.6 |
807 | 2025-01-10T21:13:45.123Z | Downloaded filetime v0.2.25 |
808 | 2025-01-10T21:13:45.125Z | Downloaded rustls-pemfile v1.0.4 |
809 | 2025-01-10T21:13:45.127Z | Downloaded thiserror-no-std v2.0.2 |
810 | 2025-01-10T21:13:45.131Z | Downloaded futures-executor v0.3.31 |
811 | 2025-01-10T21:13:45.134Z | Downloaded ff v0.13.0 |
812 | 2025-01-10T21:13:45.136Z | Downloaded num-traits v0.2.19 |
813 | 2025-01-10T21:13:45.139Z | Downloaded signature v2.2.0 |
814 | 2025-01-10T21:13:45.141Z | Downloaded salsa20 v0.10.2 |
815 | 2025-01-10T21:13:45.143Z | Downloaded thread_local v1.1.8 |
816 | 2025-01-10T21:13:45.143Z | Downloaded rustls-pemfile v2.2.0 |
817 | 2025-01-10T21:13:45.146Z | Downloaded pin-project v1.1.6 |
818 | 2025-01-10T21:13:45.158Z | Downloaded tui-tree-widget v0.22.0 |
819 | 2025-01-10T21:13:45.161Z | Downloaded tinystr v0.7.6 |
820 | 2025-01-10T21:13:45.163Z | Downloaded ssh-key v0.6.6 |
821 | 2025-01-10T21:13:45.170Z | Downloaded newtype-uuid v1.1.3 |
822 | 2025-01-10T21:13:45.173Z | Downloaded russh-keys v0.45.0 |
823 | 2025-01-10T21:13:45.175Z | Downloaded data-encoding v2.6.0 |
824 | 2025-01-10T21:13:45.177Z | Downloaded packed_struct_codegen v0.10.1 |
825 | 2025-01-10T21:13:45.178Z | Downloaded schemars_derive v0.8.21 |
826 | 2025-01-10T21:13:45.180Z | Downloaded dirs-next v2.0.0 |
827 | 2025-01-10T21:13:45.182Z | Downloaded bindgen v0.69.5 |
828 | 2025-01-10T21:13:45.188Z | Downloaded term v0.7.0 |
829 | 2025-01-10T21:13:45.192Z | Downloaded mockall_derive v0.13.0 |
830 | 2025-01-10T21:13:45.195Z | Downloaded url v2.5.3 |
831 | 2025-01-10T21:13:45.198Z | Downloaded sec1 v0.7.3 |
832 | 2025-01-10T21:13:45.201Z | Downloaded icu_properties_data v1.5.0 |
833 | 2025-01-10T21:13:45.212Z | Downloaded lalrpop v0.19.12 |
834 | 2025-01-10T21:13:45.225Z | Downloaded zopfli v0.8.1 |
835 | 2025-01-10T21:13:45.228Z | Downloaded parking_lot v0.11.2 |
836 | 2025-01-10T21:13:45.230Z | Downloaded globset v0.4.15 |
837 | 2025-01-10T21:13:45.233Z | Downloaded tracing-core v0.1.32 |
838 | 2025-01-10T21:13:45.235Z | Downloaded der v0.7.9 |
839 | 2025-01-10T21:13:45.240Z | Downloaded publicsuffix v2.2.3 |
840 | 2025-01-10T21:13:45.244Z | Downloaded dhcproto v0.12.0 |
841 | 2025-01-10T21:13:45.246Z | Downloaded tungstenite v0.21.0 |
842 | 2025-01-10T21:13:45.251Z | Downloaded schemars v0.8.21 |
843 | 2025-01-10T21:13:45.264Z | Downloaded diff v0.1.13 |
844 | 2025-01-10T21:13:45.267Z | Downloaded rustls-webpki v0.101.7 |
845 | 2025-01-10T21:13:45.283Z | Downloaded samael v0.0.17 |
846 | 2025-01-10T21:13:45.289Z | Downloaded bitvec v1.0.1 |
847 | 2025-01-10T21:13:45.305Z | Downloaded tar v0.4.42 |
848 | 2025-01-10T21:13:45.308Z | Downloaded quinn-proto v0.11.8 |
849 | 2025-01-10T21:13:45.315Z | Downloaded chrono v0.4.38 |
850 | 2025-01-10T21:13:45.323Z | Downloaded expectorate v1.1.0 |
851 | 2025-01-10T21:13:45.326Z | Downloaded hashbrown v0.14.5 |
852 | 2025-01-10T21:13:45.332Z | Downloaded num-bigint-dig v0.8.4 |
853 | 2025-01-10T21:13:45.336Z | Downloaded serde_with v3.11.0 |
854 | 2025-01-10T21:13:45.346Z | Downloaded tracing v0.1.40 |
855 | 2025-01-10T21:13:45.351Z | Downloaded petname v2.0.2 |
856 | 2025-01-10T21:13:45.357Z | Downloaded nom v7.1.3 |
857 | 2025-01-10T21:13:45.362Z | Downloaded sqlparser v0.45.0 |
858 | 2025-01-10T21:13:45.369Z | Downloaded mio v1.0.2 |
859 | 2025-01-10T21:13:45.375Z | Downloaded time v0.3.36 |
860 | 2025-01-10T21:13:45.387Z | Downloaded typed-path v0.9.3 |
861 | 2025-01-10T21:13:45.390Z | Downloaded object v0.30.4 |
862 | 2025-01-10T21:13:45.401Z | Downloaded idna v0.2.3 |
863 | 2025-01-10T21:13:45.408Z | Downloaded idna v0.3.0 |
864 | 2025-01-10T21:13:45.420Z | Downloaded reqwest v0.12.9 |
865 | 2025-01-10T21:13:45.425Z | Downloaded idna v0.4.0 |
866 | 2025-01-10T21:13:45.433Z | Downloaded rustyline v14.0.0 |
867 | 2025-01-10T21:13:45.439Z | Downloaded p521 v0.13.3 |
868 | 2025-01-10T21:13:45.444Z | Downloaded hickory-proto v0.24.1 |
869 | 2025-01-10T21:13:45.461Z | Downloaded quick-xml v0.33.0 |
870 | 2025-01-10T21:13:45.467Z | Downloaded rustls v0.23.19 |
871 | 2025-01-10T21:13:45.481Z | Downloaded tokio-util v0.7.12 |
872 | 2025-01-10T21:13:45.487Z | Downloaded salty v0.3.0 |
873 | 2025-01-10T21:13:45.494Z | Downloaded zerocopy v0.8.10 |
874 | 2025-01-10T21:13:45.520Z | Downloaded object v0.36.5 |
875 | 2025-01-10T21:13:45.531Z | Downloaded smoltcp v0.11.0 |
876 | 2025-01-10T21:13:45.545Z | Downloaded h2 v0.4.6 |
877 | 2025-01-10T21:13:45.552Z | Downloaded webpki-roots v0.26.6 |
878 | 2025-01-10T21:13:45.555Z | Downloaded nix v0.28.0 |
879 | 2025-01-10T21:13:45.567Z | Downloaded chrono-tz v0.10.0 |
880 | 2025-01-10T21:13:45.575Z | Downloaded regex-syntax v0.6.29 |
881 | 2025-01-10T21:13:45.582Z | Downloaded openssl v0.10.66 |
882 | 2025-01-10T21:13:45.592Z | Downloaded polar-core v0.27.3 |
883 | 2025-01-10T21:13:45.602Z | Downloaded nix v0.29.0 |
884 | 2025-01-10T21:13:45.615Z | Downloaded rustls v0.22.4 |
885 | 2025-01-10T21:13:45.629Z | Downloaded diesel v2.2.6 |
886 | 2025-01-10T21:13:45.648Z | Downloaded unicode-width v0.2.0 |
887 | 2025-01-10T21:13:45.654Z | Downloaded trust-dns-proto v0.22.0 |
888 | 2025-01-10T21:13:45.667Z | Downloaded regex v1.11.1 |
889 | 2025-01-10T21:13:45.680Z | Downloaded openapiv3 v2.0.0 |
890 | 2025-01-10T21:13:45.693Z | Downloaded nix v0.27.1 |
891 | 2025-01-10T21:13:45.705Z | Downloaded regress v0.9.1 |
892 | 2025-01-10T21:13:45.714Z | Downloaded dropshot v0.13.0 |
893 | 2025-01-10T21:13:45.736Z | Downloaded gimli v0.31.1 |
894 | 2025-01-10T21:13:45.744Z | Downloaded dropshot v0.12.0 |
895 | 2025-01-10T21:13:45.764Z | Downloaded regress v0.10.1 |
896 | 2025-01-10T21:13:45.773Z | Downloaded regex-syntax v0.8.5 |
897 | 2025-01-10T21:13:45.782Z | Downloaded zerocopy-derive v0.6.6 |
898 | 2025-01-10T21:13:45.792Z | Downloaded p384 v0.13.0 |
899 | 2025-01-10T21:13:45.799Z | Downloaded bstr v1.10.0 |
900 | 2025-01-10T21:13:45.810Z | Downloaded ratatui v0.28.1 |
901 | 2025-01-10T21:13:45.831Z | Downloaded sled v0.34.7 |
902 | 2025-01-10T21:13:45.841Z | Downloaded typify-impl v0.2.0 |
903 | 2025-01-10T21:13:45.857Z | Downloaded petgraph v0.6.5 |
904 | 2025-01-10T21:13:45.875Z | Downloaded lzma-sys v0.1.20 |
905 | 2025-01-10T21:13:45.919Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
906 | 2025-01-10T21:13:45.935Z | Downloaded rustls v0.21.12 |
907 | 2025-01-10T21:13:45.948Z | Downloaded proptest v1.5.0 |
908 | 2025-01-10T21:13:45.961Z | Downloaded radix_trie v0.2.1 |
909 | 2025-01-10T21:13:45.968Z | Downloaded smoltcp v0.9.1 |
910 | 2025-01-10T21:13:45.981Z | Downloaded libz-sys v1.1.20 |
911 | 2025-01-10T21:13:46.001Z | Downloaded curve25519-dalek v4.1.3 |
912 | 2025-01-10T21:13:46.009Z | Downloaded regex-automata v0.4.8 |
913 | 2025-01-10T21:13:46.025Z | Downloaded sha3 v0.10.8 |
914 | 2025-01-10T21:13:46.029Z | Downloaded vcpkg v0.2.15 |
915 | 2025-01-10T21:13:46.067Z | Downloaded git2 v0.19.0 |
916 | 2025-01-10T21:13:46.075Z | Downloaded idna v0.5.0 |
917 | 2025-01-10T21:13:46.081Z | Downloaded reedline v0.35.0 |
918 | 2025-01-10T21:13:46.088Z | Downloaded rayon v1.10.0 |
919 | 2025-01-10T21:13:46.096Z | Downloaded tokio v1.40.0 |
920 | 2025-01-10T21:13:46.132Z | Downloaded csv v1.3.0 |
921 | 2025-01-10T21:13:46.152Z | Downloaded portable-atomic v1.9.0 |
922 | 2025-01-10T21:13:46.158Z | Downloaded winnow v0.5.40 |
923 | 2025-01-10T21:13:46.166Z | Downloaded tough v0.19.0 |
924 | 2025-01-10T21:13:46.173Z | Downloaded ron v0.8.1 |
925 | 2025-01-10T21:13:46.178Z | Downloaded x509-cert v0.2.5 |
926 | 2025-01-10T21:13:46.184Z | Downloaded futures-util v0.3.31 |
927 | 2025-01-10T21:13:46.196Z | Downloaded russh v0.45.0 |
928 | 2025-01-10T21:13:46.201Z | Downloaded aws-lc-rs v1.10.0 |
929 | 2025-01-10T21:13:46.209Z | Downloaded tinyvec v1.8.0 |
930 | 2025-01-10T21:13:46.212Z | Downloaded steno v0.4.1 |
931 | 2025-01-10T21:13:46.215Z | Downloaded rustls-webpki v0.102.8 |
932 | 2025-01-10T21:13:46.232Z | Downloaded flate2 v1.0.34 |
933 | 2025-01-10T21:13:46.237Z | Downloaded native-tls v0.2.12 |
934 | 2025-01-10T21:13:46.239Z | Downloaded group v0.13.0 |
935 | 2025-01-10T21:13:46.242Z | Downloaded serde_yaml v0.9.34+deprecated |
936 | 2025-01-10T21:13:46.244Z | Downloaded rcgen v0.12.1 |
937 | 2025-01-10T21:13:46.247Z | Downloaded rusqlite v0.32.1 |
938 | 2025-01-10T21:13:46.252Z | Downloaded tokio-tungstenite v0.24.0 |
939 | 2025-01-10T21:13:46.254Z | Downloaded tokio-tungstenite v0.23.1 |
940 | 2025-01-10T21:13:46.256Z | Downloaded futures v0.3.31 |
941 | 2025-01-10T21:13:46.261Z | Downloaded slab v0.4.9 |
942 | 2025-01-10T21:13:46.263Z | Downloaded num_enum v0.5.11 |
943 | 2025-01-10T21:13:46.266Z | Downloaded difflib v0.4.0 |
944 | 2025-01-10T21:13:46.268Z | Downloaded rand v0.8.5 |
945 | 2025-01-10T21:13:46.271Z | Downloaded display-error-chain v0.2.2 |
946 | 2025-01-10T21:13:46.273Z | Downloaded pkcs5 v0.7.1 |
947 | 2025-01-10T21:13:46.275Z | Downloaded pem-rfc7468 v0.7.0 |
948 | 2025-01-10T21:13:46.278Z | Downloaded p256 v0.13.2 |
949 | 2025-01-10T21:13:46.280Z | Downloaded quinn v0.11.5 |
950 | 2025-01-10T21:13:46.283Z | Downloaded headers v0.4.0 |
951 | 2025-01-10T21:13:46.288Z | Downloaded fd-lock v4.0.2 |
952 | 2025-01-10T21:13:46.291Z | Downloaded slog-scope v4.4.0 |
953 | 2025-01-10T21:13:46.293Z | Downloaded slog-json v2.6.1 |
954 | 2025-01-10T21:13:46.293Z | Downloaded slog-envlogger v2.2.0 |
955 | 2025-01-10T21:13:46.296Z | Downloaded slog-dtrace v0.3.0 |
956 | 2025-01-10T21:13:46.298Z | Downloaded derive_more v0.99.18 |
957 | 2025-01-10T21:13:46.300Z | Downloaded blake3 v1.5.4 |
958 | 2025-01-10T21:13:46.308Z | Downloaded encoding_rs v0.8.34 |
959 | 2025-01-10T21:13:46.329Z | Downloaded hashbrown v0.13.2 |
960 | 2025-01-10T21:13:46.333Z | Downloaded fallible-iterator v0.2.0 |
961 | 2025-01-10T21:13:46.336Z | Downloaded ed25519-dalek v2.1.1 |
962 | 2025-01-10T21:13:46.338Z | Downloaded proc-macro-crate v1.3.1 |
963 | 2025-01-10T21:13:46.341Z | Downloaded phf_shared v0.10.0 |
964 | 2025-01-10T21:13:46.341Z | Downloaded ghash v0.5.1 |
965 | 2025-01-10T21:13:46.341Z | Downloaded parse-display-derive v0.10.0 |
966 | 2025-01-10T21:13:46.343Z | Downloaded owo-colors v4.1.0 |
967 | 2025-01-10T21:13:46.345Z | Downloaded socket2 v0.5.7 |
968 | 2025-01-10T21:13:46.347Z | Downloaded nu-ansi-term v0.50.1 |
969 | 2025-01-10T21:13:46.350Z | Downloaded unicode-bidi v0.3.17 |
970 | 2025-01-10T21:13:46.353Z | Downloaded openssl-sys v0.9.103 |
971 | 2025-01-10T21:13:46.355Z | Downloaded hashbrown v0.12.3 |
972 | 2025-01-10T21:13:46.359Z | Downloaded hkdf v0.12.4 |
973 | 2025-01-10T21:13:46.361Z | Downloaded hyper v1.5.0 |
974 | 2025-01-10T21:13:46.368Z | Downloaded stringprep v0.1.5 |
975 | 2025-01-10T21:13:46.370Z | Downloaded rand_xorshift v0.3.0 |
976 | 2025-01-10T21:13:46.372Z | Downloaded rand_core v0.6.4 |
977 | 2025-01-10T21:13:46.372Z | Downloaded displaydoc v0.2.5 |
978 | 2025-01-10T21:13:46.375Z | Downloaded snafu-derive v0.8.5 |
979 | 2025-01-10T21:13:46.377Z | Downloaded derive_builder v0.20.2 |
980 | 2025-01-10T21:13:46.380Z | Downloaded peg v0.8.4 |
981 | 2025-01-10T21:13:46.384Z | Downloaded paste v1.0.15 |
982 | 2025-01-10T21:13:46.388Z | Downloaded parse-display v0.10.0 |
983 | 2025-01-10T21:13:46.390Z | Downloaded smallvec v1.13.2 |
984 | 2025-01-10T21:13:46.396Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
985 | 2025-01-10T21:13:46.447Z | Downloaded yoke v0.7.4 |
986 | 2025-01-10T21:13:46.450Z | Downloaded vsss-rs v3.3.4 |
987 | 2025-01-10T21:13:46.458Z | Downloaded parse-zoneinfo v0.3.1 |
988 | 2025-01-10T21:13:46.458Z | Downloaded peg-macros v0.8.4 |
989 | 2025-01-10T21:13:46.458Z | Downloaded num-complex v0.4.6 |
990 | 2025-01-10T21:13:46.458Z | Downloaded crossterm v0.28.1 |
991 | 2025-01-10T21:13:46.465Z | Downloaded libm v0.2.8 |
992 | 2025-01-10T21:13:46.472Z | Downloaded itertools v0.12.1 |
993 | 2025-01-10T21:13:46.478Z | Downloaded idna v1.0.3 |
994 | 2025-01-10T21:13:46.482Z | Downloaded utf-8 v0.7.6 |
995 | 2025-01-10T21:13:46.484Z | Downloaded serde-hex v0.1.0 |
996 | 2025-01-10T21:13:46.487Z | Downloaded fs_extra v1.3.0 |
997 | 2025-01-10T21:13:46.487Z | Downloaded ron v0.7.1 |
998 | 2025-01-10T21:13:46.491Z | Downloaded darling_core v0.20.10 |
999 | 2025-01-10T21:13:46.496Z | Downloaded unsafe-libyaml v0.2.11 |
1000 | 2025-01-10T21:13:46.499Z | Downloaded tungstenite v0.23.0 |
1001 | 2025-01-10T21:13:46.503Z | Downloaded itertools v0.10.5 |
1002 | 2025-01-10T21:13:46.509Z | Downloaded rustfmt-wrapper v0.2.1 |
1003 | 2025-01-10T21:13:46.511Z | Downloaded rustc_version v0.4.1 |
1004 | 2025-01-10T21:13:46.513Z | Downloaded rand_chacha v0.3.1 |
1005 | 2025-01-10T21:13:46.513Z | Downloaded oso v0.27.3 |
1006 | 2025-01-10T21:13:46.516Z | Downloaded libxml v0.3.3 |
1007 | 2025-01-10T21:13:46.521Z | Downloaded unicase v2.7.0 |
1008 | 2025-01-10T21:13:46.523Z | Downloaded snafu v0.8.5 |
1009 | 2025-01-10T21:13:46.528Z | Downloaded tokio-rustls v0.25.0 |
1010 | 2025-01-10T21:13:46.531Z | Downloaded tokio-rustls v0.24.1 |
1011 | 2025-01-10T21:13:46.533Z | Downloaded rustls-pki-types v1.10.0 |
1012 | 2025-01-10T21:13:46.536Z | Downloaded hash32 v0.2.1 |
1013 | 2025-01-10T21:13:46.540Z | Downloaded crossbeam-channel v0.5.13 |
1014 | 2025-01-10T21:13:46.543Z | Downloaded rayon-core v1.12.1 |
1015 | 2025-01-10T21:13:46.546Z | Downloaded ena v0.14.3 |
1016 | 2025-01-10T21:13:46.549Z | Downloaded embedded-io v0.6.1 |
1017 | 2025-01-10T21:13:46.549Z | Downloaded similar v2.6.0 |
1018 | 2025-01-10T21:13:46.554Z | Downloaded des v0.8.1 |
1019 | 2025-01-10T21:13:46.556Z | Downloaded writeable v0.5.5 |
1020 | 2025-01-10T21:13:46.558Z | Downloaded thiserror-impl-no-std v2.0.2 |
1021 | 2025-01-10T21:13:46.560Z | Downloaded tungstenite v0.24.0 |
1022 | 2025-01-10T21:13:46.562Z | Downloaded aes-gcm v0.10.3 |
1023 | 2025-01-10T21:13:46.565Z | Downloaded parking_lot v0.12.3 |
1024 | 2025-01-10T21:13:46.567Z | Downloaded termcolor v1.4.1 |
1025 | 2025-01-10T21:13:46.569Z | Downloaded serde_derive_internals v0.29.1 |
1026 | 2025-01-10T21:13:46.569Z | Downloaded crypto-bigint v0.5.5 |
1027 | 2025-01-10T21:13:46.577Z | Downloaded num-integer v0.1.46 |
1028 | 2025-01-10T21:13:46.579Z | Downloaded nanorand v0.7.0 |
1029 | 2025-01-10T21:13:46.581Z | Downloaded getrandom v0.2.15 |
1030 | 2025-01-10T21:13:46.584Z | Downloaded minimal-lexical v0.2.1 |
1031 | 2025-01-10T21:13:46.591Z | Downloaded futures-sink v0.3.31 |
1032 | 2025-01-10T21:13:46.591Z | Downloaded futures-macro v0.3.31 |
1033 | 2025-01-10T21:13:46.591Z | Downloaded futures-io v0.3.31 |
1034 | 2025-01-10T21:13:46.594Z | Downloaded embedded-io v0.4.0 |
1035 | 2025-01-10T21:13:46.594Z | Downloaded either v1.13.0 |
1036 | 2025-01-10T21:13:46.596Z | Downloaded defmt-parser v0.3.4 |
1037 | 2025-01-10T21:13:46.596Z | Downloaded base64 v0.22.1 |
1038 | 2025-01-10T21:13:46.599Z | Downloaded which v4.4.2 |
1039 | 2025-01-10T21:13:46.601Z | Downloaded radium v0.7.0 |
1040 | 2025-01-10T21:13:46.601Z | Downloaded postgres-types v0.2.8 |
1041 | 2025-01-10T21:13:46.604Z | Downloaded postgres-protocol v0.6.7 |
1042 | 2025-01-10T21:13:46.606Z | Downloaded unarray v0.1.4 |
1043 | 2025-01-10T21:13:46.609Z | Downloaded icu_locid v1.5.0 |
1044 | 2025-01-10T21:13:46.611Z | Downloaded unicode-properties v0.1.3 |
1045 | 2025-01-10T21:13:46.613Z | Downloaded subprocess v0.2.9 |
1046 | 2025-01-10T21:13:46.616Z | Downloaded prettyplease v0.2.25 |
1047 | 2025-01-10T21:13:46.619Z | Downloaded slog v2.7.0 |
1048 | 2025-01-10T21:13:46.622Z | Downloaded termios v0.3.3 |
1049 | 2025-01-10T21:13:46.624Z | Downloaded oso-derive v0.27.3 |
1050 | 2025-01-10T21:13:46.624Z | Downloaded openssl-probe v0.1.5 |
1051 | 2025-01-10T21:13:46.626Z | Downloaded structmeta-derive v0.3.0 |
1052 | 2025-01-10T21:13:46.626Z | Downloaded string_cache v0.8.7 |
1053 | 2025-01-10T21:13:46.628Z | Downloaded smf v0.2.3 |
1054 | 2025-01-10T21:13:46.631Z | Downloaded siphasher v0.3.11 |
1055 | 2025-01-10T21:13:46.631Z | Downloaded hyper-util v0.1.10 |
1056 | 2025-01-10T21:13:46.634Z | Downloaded clang-sys v1.8.1 |
1057 | 2025-01-10T21:13:46.636Z | Downloaded bumpalo v3.16.0 |
1058 | 2025-01-10T21:13:46.640Z | Downloaded chacha20poly1305 v0.10.1 |
1059 | 2025-01-10T21:13:46.643Z | Downloaded base64 v0.21.7 |
1060 | 2025-01-10T21:13:46.646Z | Downloaded derive_builder_core v0.20.2 |
1061 | 2025-01-10T21:13:46.648Z | Downloaded indicatif v0.17.9 |
1062 | 2025-01-10T21:13:46.652Z | Downloaded uzers v0.12.1 |
1063 | 2025-01-10T21:13:46.654Z | Downloaded strum_macros v0.25.3 |
1064 | 2025-01-10T21:13:46.656Z | Downloaded strum_macros v0.24.3 |
1065 | 2025-01-10T21:13:46.659Z | Downloaded compact_str v0.8.0 |
1066 | 2025-01-10T21:13:46.661Z | Downloaded tiny-keccak v2.0.2 |
1067 | 2025-01-10T21:13:46.663Z | Downloaded time-macros v0.2.18 |
1068 | 2025-01-10T21:13:46.666Z | Downloaded spin v0.9.8 |
1069 | 2025-01-10T21:13:46.669Z | Downloaded arc-swap v1.7.1 |
1070 | 2025-01-10T21:13:46.672Z | Downloaded icu_normalizer_data v1.5.0 |
1071 | 2025-01-10T21:13:46.674Z | Downloaded base64 v0.13.1 |
1072 | 2025-01-10T21:13:46.677Z | Downloaded icu_normalizer v1.5.0 |
1073 | 2025-01-10T21:13:46.681Z | Downloaded base64ct v1.6.0 |
1074 | 2025-01-10T21:13:46.683Z | Downloaded rustc-demangle v0.1.24 |
1075 | 2025-01-10T21:13:46.685Z | Downloaded zerofrom-derive v0.1.4 |
1076 | 2025-01-10T21:13:46.688Z | Downloaded utf8_iter v1.0.4 |
1077 | 2025-01-10T21:13:46.688Z | Downloaded utf16_iter v1.0.5 |
1078 | 2025-01-10T21:13:46.688Z | Downloaded fxhash v0.2.1 |
1079 | 2025-01-10T21:13:46.691Z | Downloaded sqlformat v0.2.6 |
1080 | 2025-01-10T21:13:46.691Z | Downloaded spki v0.7.3 |
1081 | 2025-01-10T21:13:46.694Z | Downloaded slog-bunyan v2.5.0 |
1082 | 2025-01-10T21:13:46.694Z | Downloaded slog-async v2.8.0 |
1083 | 2025-01-10T21:13:46.696Z | Downloaded icu_locid_transform_data v1.5.0 |
1084 | 2025-01-10T21:13:46.696Z | Downloaded ascii-canvas v3.0.0 |
1085 | 2025-01-10T21:13:46.699Z | Downloaded crossbeam-epoch v0.9.18 |
1086 | 2025-01-10T21:13:46.702Z | Downloaded crc-any v2.5.0 |
1087 | 2025-01-10T21:13:46.702Z | Downloaded cookie v0.18.1 |
1088 | 2025-01-10T21:13:46.705Z | Downloaded const-oid v0.9.6 |
1089 | 2025-01-10T21:13:46.708Z | Downloaded serde_repr v0.1.19 |
1090 | 2025-01-10T21:13:46.708Z | Downloaded rustc-hash v1.1.0 |
1091 | 2025-01-10T21:13:46.710Z | Downloaded libefi-sys v0.1.0 |
1092 | 2025-01-10T21:13:46.710Z | Downloaded ref-cast-impl v1.0.23 |
1093 | 2025-01-10T21:13:46.710Z | Downloaded ref-cast v1.0.23 |
1094 | 2025-01-10T21:13:46.712Z | Downloaded blake2 v0.10.6 |
1095 | 2025-01-10T21:13:46.715Z | Downloaded hmac v0.12.1 |
1096 | 2025-01-10T21:13:46.717Z | Downloaded heapless v0.7.17 |
1097 | 2025-01-10T21:13:46.720Z | Downloaded time-core v0.1.2 |
1098 | 2025-01-10T21:13:46.722Z | Downloaded strum v0.26.3 |
1099 | 2025-01-10T21:13:46.722Z | Downloaded console v0.15.8 |
1100 | 2025-01-10T21:13:46.724Z | Downloaded ipnet v2.10.1 |
1101 | 2025-01-10T21:13:46.726Z | Downloaded hyper-staticfile v0.10.1 |
1102 | 2025-01-10T21:13:46.729Z | Downloaded csv-core v0.1.11 |
1103 | 2025-01-10T21:13:46.731Z | Downloaded atomicwrites v0.4.4 |
1104 | 2025-01-10T21:13:46.731Z | Downloaded argon2 v0.5.3 |
1105 | 2025-01-10T21:13:46.734Z | Downloaded bcs v0.1.6 |
1106 | 2025-01-10T21:13:46.736Z | Downloaded keccak v0.1.5 |
1107 | 2025-01-10T21:13:46.736Z | Downloaded ipnetwork v0.20.0 |
1108 | 2025-01-10T21:13:46.738Z | Downloaded indent_write v2.2.0 |
1109 | 2025-01-10T21:13:46.738Z | Downloaded hyper-tls v0.6.0 |
1110 | 2025-01-10T21:13:46.740Z | Downloaded quinn-udp v0.5.5 |
1111 | 2025-01-10T21:13:46.743Z | Downloaded lalrpop-util v0.19.12 |
1112 | 2025-01-10T21:13:46.743Z | Downloaded kstat-rs v0.2.4 |
1113 | 2025-01-10T21:13:46.743Z | Downloaded idna_adapter v1.2.0 |
1114 | 2025-01-10T21:13:46.746Z | Downloaded ciborium v0.2.2 |
1115 | 2025-01-10T21:13:46.748Z | Downloaded arrayvec v0.7.6 |
1116 | 2025-01-10T21:13:46.750Z | Downloaded cancel-safe-futures v0.1.5 |
1117 | 2025-01-10T21:13:46.753Z | Downloaded backoff v0.4.0 |
1118 | 2025-01-10T21:13:46.755Z | Downloaded instability v0.3.2 |
1119 | 2025-01-10T21:13:46.757Z | Downloaded hex v0.4.3 |
1120 | 2025-01-10T21:13:46.757Z | Downloaded md-5 v0.10.6 |
1121 | 2025-01-10T21:13:46.761Z | Downloaded lazycell v1.3.0 |
1122 | 2025-01-10T21:13:46.761Z | Downloaded inout v0.1.3 |
1123 | 2025-01-10T21:13:46.764Z | Downloaded crc v3.2.1 |
1124 | 2025-01-10T21:13:46.764Z | Downloaded blowfish v0.9.1 |
1125 | 2025-01-10T21:13:46.767Z | Downloaded base16ct v0.2.0 |
1126 | 2025-01-10T21:13:46.767Z | Downloaded linear-map v1.2.0 |
1127 | 2025-01-10T21:13:46.767Z | Downloaded impl-trait-for-tuples v0.2.2 |
1128 | 2025-01-10T21:13:46.769Z | Downloaded chrono-tz-build v0.4.0 |
1129 | 2025-01-10T21:13:46.772Z | Downloaded cobs v0.2.3 |
1130 | 2025-01-10T21:13:46.772Z | Downloaded cipher v0.4.4 |
1131 | 2025-01-10T21:13:46.774Z | Downloaded bitflags v1.3.2 |
1132 | 2025-01-10T21:13:46.777Z | Downloaded atomic-waker v1.1.2 |
1133 | 2025-01-10T21:13:46.779Z | Downloaded humantime v2.1.0 |
1134 | 2025-01-10T21:13:46.779Z | Downloaded constant_time_eq v0.3.1 |
1135 | 2025-01-10T21:13:46.781Z | Downloaded buf-list v1.0.3 |
1136 | 2025-01-10T21:13:46.785Z | Downloaded bcrypt-pbkdf v0.10.0 |
1137 | 2025-01-10T21:13:46.785Z | Downloaded castaway v0.2.3 |
1138 | 2025-01-10T21:13:46.787Z | Downloaded async-recursion v1.1.1 |
1139 | 2025-01-10T21:13:46.789Z | Downloaded bit-vec v0.6.3 |
1140 | 2025-01-10T21:13:46.789Z | Downloaded bb8 v0.8.5 |
1141 | 2025-01-10T21:13:46.792Z | Downloaded ring v0.17.8 |
1142 | 2025-01-10T21:13:46.860Z | Downloaded ciborium-ll v0.2.2 |
1143 | 2025-01-10T21:13:46.862Z | Downloaded cexpr v0.6.0 |
1144 | 2025-01-10T21:13:46.865Z | Downloaded block-padding v0.3.3 |
1145 | 2025-01-10T21:13:46.865Z | Downloaded bitfield-struct v0.6.2 |
1146 | 2025-01-10T21:13:46.865Z | Downloaded arrayref v0.3.9 |
1147 | 2025-01-10T21:13:46.867Z | Downloaded cmake v0.1.51 |
1148 | 2025-01-10T21:13:46.867Z | Downloaded bit-set v0.5.3 |
1149 | 2025-01-10T21:13:46.870Z | Downloaded crucible-workspace-hack v0.1.0 |
1150 | 2025-01-10T21:13:46.870Z | Downloaded cbc v0.1.2 |
1151 | 2025-01-10T21:13:46.916Z | Downloaded libsqlite3-sys v0.30.1 |
1152 | 2025-01-10T21:13:47.144Z | Downloaded aws-lc-sys v0.22.0 |
1153 | 2025-01-10T21:13:47.469Z | Compiling serde v1.0.215 |
1154 | 2025-01-10T21:13:47.472Z | Compiling lock_api v0.4.12 |
1155 | 2025-01-10T21:13:47.472Z | Compiling scopeguard v1.2.0 |
1156 | 2025-01-10T21:13:47.472Z | Compiling value-bag v1.9.0 |
1157 | 2025-01-10T21:13:47.472Z | Compiling typenum v1.17.0 |
1158 | 2025-01-10T21:13:47.629Z | Compiling generic-array v0.14.7 |
1159 | 2025-01-10T21:13:47.671Z | Compiling syn v2.0.87 |
1160 | 2025-01-10T21:13:47.673Z | Compiling getrandom v0.2.15 |
1161 | 2025-01-10T21:13:47.850Z | Compiling shlex v1.3.0 |
1162 | 2025-01-10T21:13:47.965Z | Compiling rand_core v0.6.4 |
1163 | 2025-01-10T21:13:48.164Z | Compiling log v0.4.22 |
1164 | 2025-01-10T21:13:48.190Z | Compiling subtle v2.6.1 |
1165 | 2025-01-10T21:13:48.263Z | Compiling jobserver v0.1.32 |
1166 | 2025-01-10T21:13:48.286Z | Compiling const-oid v0.9.6 |
1167 | 2025-01-10T21:13:48.474Z | Compiling smallvec v1.13.2 |
1168 | 2025-01-10T21:13:48.493Z | Compiling spin v0.9.8 |
1169 | 2025-01-10T21:13:48.523Z | Compiling pin-project-lite v0.2.14 |
1170 | 2025-01-10T21:13:48.663Z | Compiling cc v1.1.30 |
1171 | 2025-01-10T21:13:48.907Z | Compiling rustix v0.38.37 |
1172 | 2025-01-10T21:13:48.910Z | Compiling parking_lot_core v0.9.10 |
1173 | 2025-01-10T21:13:49.071Z | Compiling futures-core v0.3.31 |
1174 | 2025-01-10T21:13:49.207Z | Compiling signal-hook-registry v1.4.2 |
1175 | 2025-01-10T21:13:49.326Z | Compiling mio v1.0.2 |
1176 | 2025-01-10T21:13:49.859Z | Compiling parking_lot v0.12.3 |
1177 | 2025-01-10T21:13:50.041Z | Compiling aho-corasick v1.1.3 |
1178 | 2025-01-10T21:13:50.070Z | Compiling either v1.13.0 |
1179 | 2025-01-10T21:13:50.235Z | Compiling regex-syntax v0.8.5 |
1180 | 2025-01-10T21:13:50.354Z | Compiling cpufeatures v0.2.14 |
1181 | 2025-01-10T21:13:50.461Z | Compiling lazy_static v1.5.0 |
1182 | 2025-01-10T21:13:50.500Z | Compiling glob v0.3.1 |
1183 | 2025-01-10T21:13:50.521Z | Compiling futures-sink v0.3.31 |
1184 | 2025-01-10T21:13:50.587Z | Compiling stable_deref_trait v1.2.0 |
1185 | 2025-01-10T21:13:50.675Z | Compiling socket2 v0.5.7 |
1186 | 2025-01-10T21:13:50.708Z | Compiling slab v0.4.9 |
1187 | 2025-01-10T21:13:50.775Z | Compiling prettyplease v0.2.25 |
1188 | 2025-01-10T21:13:51.199Z | Compiling minimal-lexical v0.2.1 |
1189 | 2025-01-10T21:13:51.224Z | Compiling serde_json v1.0.133 |
1190 | 2025-01-10T21:13:51.637Z | Compiling clang-sys v1.8.1 |
1191 | 2025-01-10T21:13:51.730Z | Compiling nom v7.1.3 |
1192 | 2025-01-10T21:13:51.797Z | Compiling libloading v0.8.5 |
1193 | 2025-01-10T21:13:51.885Z | Compiling home v0.5.9 |
1194 | 2025-01-10T21:13:52.174Z | Compiling bindgen v0.69.5 |
1195 | 2025-01-10T21:13:52.273Z | Compiling futures-channel v0.3.31 |
1196 | 2025-01-10T21:13:52.717Z | Compiling itertools v0.12.1 |
1197 | 2025-01-10T21:13:53.024Z | Compiling pin-utils v0.1.0 |
1198 | 2025-01-10T21:13:53.074Z | Compiling futures-task v0.3.31 |
1199 | 2025-01-10T21:13:53.122Z | Compiling lazycell v1.3.0 |
1200 | 2025-01-10T21:13:53.305Z | Compiling libm v0.2.8 |
1201 | 2025-01-10T21:13:53.398Z | Compiling rustc-hash v1.1.0 |
1202 | 2025-01-10T21:13:53.557Z | Compiling allocator-api2 v0.2.18 |
1203 | 2025-01-10T21:13:53.638Z | Compiling futures-io v0.3.31 |
1204 | 2025-01-10T21:13:53.952Z | Compiling foldhash v0.1.3 |
1205 | 2025-01-10T21:13:54.260Z | Compiling regex-automata v0.4.8 |
1206 | 2025-01-10T21:13:54.367Z | Compiling hashbrown v0.15.1 |
1207 | 2025-01-10T21:13:55.591Z | Compiling synstructure v0.13.1 |
1208 | 2025-01-10T21:13:55.668Z | Compiling cexpr v0.6.0 |
1209 | 2025-01-10T21:13:55.972Z | Compiling cmake v0.1.51 |
1210 | 2025-01-10T21:13:57.042Z | Compiling num-traits v0.2.19 |
1211 | 2025-01-10T21:13:57.221Z | Compiling pkg-config v0.3.31 |
1212 | 2025-01-10T21:13:57.334Z | Compiling fs_extra v1.3.0 |
1213 | 2025-01-10T21:13:57.351Z | Compiling dunce v1.0.5 |
1214 | 2025-01-10T21:13:57.480Z | Compiling tinyvec_macros v0.1.1 |
1215 | 2025-01-10T21:13:57.578Z | Compiling tinyvec v1.8.0 |
1216 | 2025-01-10T21:13:57.920Z | Compiling ring v0.17.8 |
1217 | 2025-01-10T21:13:59.024Z | Compiling paste v1.0.15 |
1218 | 2025-01-10T21:13:59.084Z | Compiling writeable v0.5.5 |
1219 | 2025-01-10T21:13:59.128Z | Compiling unicode-normalization v0.1.24 |
1220 | 2025-01-10T21:13:59.149Z | Compiling base64ct v1.6.0 |
1221 | 2025-01-10T21:13:59.528Z | Compiling unicode-bidi v0.3.17 |
1222 | 2025-01-10T21:13:59.665Z | Compiling litemap v0.7.3 |
1223 | 2025-01-10T21:13:59.760Z | Compiling regex v1.11.1 |
1224 | 2025-01-10T21:14:00.074Z | Compiling pem-rfc7468 v0.7.0 |
1225 | 2025-01-10T21:14:00.818Z | Compiling aws-lc-rs v1.10.0 |
1226 | 2025-01-10T21:14:00.837Z | Compiling flagset v0.4.6 |
1227 | 2025-01-10T21:14:00.856Z | Compiling httparse v1.9.5 |
1228 | 2025-01-10T21:14:01.068Z | Compiling tracing-core v0.1.32 |
1229 | 2025-01-10T21:14:01.291Z | Compiling percent-encoding v2.3.1 |
1230 | 2025-01-10T21:14:01.673Z | Compiling crossbeam-utils v0.8.20 |
1231 | 2025-01-10T21:14:01.724Z | Compiling icu_locid_transform_data v1.5.0 |
1232 | 2025-01-10T21:14:01.809Z | Compiling rustls-pki-types v1.10.0 |
1233 | 2025-01-10T21:14:02.295Z | Compiling vcpkg v0.2.15 |
1234 | 2025-01-10T21:14:02.441Z | Compiling serde_derive v1.0.215 |
1235 | 2025-01-10T21:14:02.495Z | Compiling zeroize_derive v1.4.2 |
1236 | 2025-01-10T21:14:02.804Z | Compiling zerocopy-derive v0.7.35 |
1237 | 2025-01-10T21:14:02.891Z | Compiling tokio-macros v2.4.0 |
1238 | 2025-01-10T21:14:04.047Z | Compiling zeroize v1.8.1 |
1239 | 2025-01-10T21:14:04.446Z | Compiling zerofrom-derive v0.1.4 |
1240 | 2025-01-10T21:14:04.489Z | Compiling thiserror-impl v1.0.69 |
1241 | 2025-01-10T21:14:04.645Z | Compiling yoke-derive v0.7.4 |
1242 | 2025-01-10T21:14:05.102Z | Compiling zerocopy v0.7.35 |
1243 | 2025-01-10T21:14:05.782Z | Compiling crypto-common v0.1.6 |
1244 | 2025-01-10T21:14:06.055Z | Compiling block-buffer v0.10.4 |
1245 | 2025-01-10T21:14:06.115Z | Compiling futures-macro v0.3.31 |
1246 | 2025-01-10T21:14:06.343Z | Compiling digest v0.10.7 |
1247 | 2025-01-10T21:14:06.723Z | Compiling zerovec-derive v0.10.3 |
1248 | 2025-01-10T21:14:06.859Z | Compiling hmac v0.12.1 |
1249 | 2025-01-10T21:14:07.119Z | Compiling block-padding v0.3.3 |
1250 | 2025-01-10T21:14:07.342Z | Compiling displaydoc v0.2.5 |
1251 | 2025-01-10T21:14:07.379Z | Compiling inout v0.1.3 |
1252 | 2025-01-10T21:14:07.661Z | Compiling cipher v0.4.4 |
1253 | 2025-01-10T21:14:07.800Z | Compiling sha2 v0.10.8 |
1254 | 2025-01-10T21:14:07.905Z | Compiling thiserror v1.0.69 |
1255 | 2025-01-10T21:14:08.054Z | Compiling ppv-lite86 v0.2.20 |
1256 | 2025-01-10T21:14:08.133Z | Compiling futures-util v0.3.31 |
1257 | 2025-01-10T21:14:08.172Z | Compiling icu_provider_macros v1.5.0 |
1258 | 2025-01-10T21:14:08.744Z | Compiling zerofrom v0.1.4 |
1259 | 2025-01-10T21:14:08.908Z | Compiling der_derive v0.7.3 |
1260 | 2025-01-10T21:14:08.965Z | Compiling yoke v0.7.4 |
1261 | 2025-01-10T21:14:09.118Z | Compiling rand_chacha v0.3.1 |
1262 | 2025-01-10T21:14:09.328Z | Compiling tracing-attributes v0.1.27 |
1263 | 2025-01-10T21:14:09.350Z | Compiling salsa20 v0.10.2 |
1264 | 2025-01-10T21:14:09.506Z | Compiling zerovec v0.10.4 |
1265 | 2025-01-10T21:14:09.572Z | Compiling rand v0.8.5 |
1266 | 2025-01-10T21:14:11.417Z | Compiling tinystr v0.7.6 |
1267 | 2025-01-10T21:14:11.492Z | Compiling der v0.7.9 |
1268 | 2025-01-10T21:14:11.550Z | Compiling icu_collections v1.5.0 |
1269 | 2025-01-10T21:14:11.798Z | Compiling pest v2.7.14 |
1270 | 2025-01-10T21:14:11.858Z | Compiling icu_locid v1.5.0 |
1271 | 2025-01-10T21:14:11.885Z | Compiling pbkdf2 v0.12.2 |
1272 | 2025-01-10T21:14:12.062Z | Compiling untrusted v0.7.1 |
1273 | 2025-01-10T21:14:12.269Z | Compiling untrusted v0.9.0 |
1274 | 2025-01-10T21:14:12.463Z | Compiling num-conv v0.1.0 |
1275 | 2025-01-10T21:14:12.774Z | Compiling powerfmt v0.2.0 |
1276 | 2025-01-10T21:14:13.031Z | Compiling icu_provider v1.5.0 |
1277 | 2025-01-10T21:14:13.174Z | Compiling time-core v0.1.2 |
1278 | 2025-01-10T21:14:13.292Z | Compiling tracing v0.1.40 |
1279 | 2025-01-10T21:14:13.343Z | Compiling icu_properties_data v1.5.0 |
1280 | 2025-01-10T21:14:13.609Z | Compiling spki v0.7.3 |
1281 | 2025-01-10T21:14:13.826Z | Compiling icu_locid_transform v1.5.0 |
1282 | 2025-01-10T21:14:13.985Z | Compiling mirai-annotations v1.12.0 |
1283 | 2025-01-10T21:14:14.117Z | Compiling time-macros v0.2.18 |
1284 | 2025-01-10T21:14:14.180Z | Compiling deranged v0.3.11 |
1285 | 2025-01-10T21:14:14.491Z | Compiling pest_meta v2.7.14 |
1286 | 2025-01-10T21:14:14.846Z | Compiling scrypt v0.11.0 |
1287 | 2025-01-10T21:14:14.866Z | Compiling aes v0.8.4 |
1288 | 2025-01-10T21:14:15.453Z | Compiling icu_properties v1.5.1 |
1289 | 2025-01-10T21:14:16.111Z | Compiling cbc v0.1.2 |
1290 | 2025-01-10T21:14:16.372Z | Compiling openssl-sys v0.9.103 |
1291 | 2025-01-10T21:14:16.599Z | Compiling bitflags v2.6.0 |
1292 | 2025-01-10T21:14:16.986Z | Compiling bytes v1.8.0 |
1293 | 2025-01-10T21:14:17.502Z | Compiling indexmap v2.6.0 |
1294 | 2025-01-10T21:14:17.802Z | Compiling semver v1.0.23 |
1295 | 2025-01-10T21:14:18.076Z | Compiling tokio v1.40.0 |
1296 | 2025-01-10T21:14:18.322Z | Compiling http v1.1.0 |
1297 | 2025-01-10T21:14:18.594Z | Compiling rustc_version v0.4.1 |
1298 | 2025-01-10T21:14:19.013Z | Compiling scroll_derive v0.12.0 |
1299 | 2025-01-10T21:14:19.667Z | Compiling utf8_iter v1.0.4 |
1300 | 2025-01-10T21:14:19.924Z | Compiling num_threads v0.1.7 |
1301 | 2025-01-10T21:14:20.057Z | Compiling icu_normalizer_data v1.5.0 |
1302 | 2025-01-10T21:14:20.162Z | Compiling utf16_iter v1.0.5 |
1303 | 2025-01-10T21:14:20.375Z | Compiling atomic-waker v1.1.2 |
1304 | 2025-01-10T21:14:20.447Z | Compiling write16 v1.0.0 |
1305 | 2025-01-10T21:14:20.470Z | Compiling scroll v0.12.0 |
1306 | 2025-01-10T21:14:20.563Z | Compiling time v0.3.36 |
1307 | 2025-01-10T21:14:20.586Z | Compiling icu_normalizer v1.5.0 |
1308 | 2025-01-10T21:14:20.642Z | Compiling http-body v1.0.1 |
1309 | 2025-01-10T21:14:20.835Z | Compiling pkcs5 v0.7.1 |
1310 | 2025-01-10T21:14:20.874Z | Compiling pest_generator v2.7.14 |
1311 | 2025-01-10T21:14:20.895Z | Compiling form_urlencoded v1.2.1 |
1312 | 2025-01-10T21:14:21.053Z | Compiling which v4.4.2 |
1313 | 2025-01-10T21:14:21.244Z | Compiling slog v2.7.0 |
1314 | 2025-01-10T21:14:21.780Z | Compiling try-lock v0.2.5 |
1315 | 2025-01-10T21:14:21.933Z | Compiling goblin v0.8.2 |
1316 | 2025-01-10T21:14:22.101Z | Compiling want v0.3.1 |
1317 | 2025-01-10T21:14:22.473Z | Compiling idna_adapter v1.2.0 |
1318 | 2025-01-10T21:14:22.509Z | Compiling pkcs8 v0.10.2 |
1319 | 2025-01-10T21:14:22.666Z | Compiling uuid v1.11.0 |
1320 | 2025-01-10T21:14:22.694Z | Compiling iana-time-zone v0.1.61 |
1321 | 2025-01-10T21:14:22.942Z | Compiling pest_derive v2.7.14 |
1322 | 2025-01-10T21:14:23.150Z | Compiling httpdate v1.0.3 |
1323 | 2025-01-10T21:14:23.244Z | Compiling chrono v0.4.38 |
1324 | 2025-01-10T21:14:23.637Z | Compiling idna v1.0.3 |
1325 | 2025-01-10T21:14:23.771Z | Compiling dtrace-parser v0.2.0 |
1326 | 2025-01-10T21:14:25.007Z | Compiling serde_spanned v0.6.8 |
1327 | 2025-01-10T21:14:25.251Z | Compiling toml_datetime v0.6.8 |
1328 | 2025-01-10T21:14:25.508Z | Compiling serde_tokenstream v0.2.2 |
1329 | 2025-01-10T21:14:25.750Z | Compiling adler2 v2.0.0 |
1330 | 2025-01-10T21:14:25.967Z | Compiling openssl v0.10.66 |
1331 | 2025-01-10T21:14:26.003Z | Compiling base64 v0.22.1 |
1332 | 2025-01-10T21:14:26.023Z | Compiling rustversion v1.0.17 |
1333 | 2025-01-10T21:14:26.144Z | Compiling match_cfg v0.1.0 |
1334 | 2025-01-10T21:14:26.248Z | Compiling tower-service v0.3.3 |
1335 | 2025-01-10T21:14:26.400Z | Compiling foreign-types-shared v0.1.1 |
1336 | 2025-01-10T21:14:26.450Z | Compiling hostname v0.3.1 |
1337 | 2025-01-10T21:14:26.513Z | Compiling tokio-util v0.7.12 |
1338 | 2025-01-10T21:14:26.705Z | Compiling foreign-types v0.3.2 |
1339 | 2025-01-10T21:14:26.788Z | Compiling miniz_oxide v0.8.0 |
1340 | 2025-01-10T21:14:26.810Z | Compiling url v2.5.3 |
1341 | 2025-01-10T21:14:27.031Z | Compiling openssl-macros v0.1.1 |
1342 | 2025-01-10T21:14:27.817Z | Compiling h2 v0.4.6 |
1343 | 2025-01-10T21:14:27.921Z | Compiling dof v0.3.0 |
1344 | 2025-01-10T21:14:28.234Z | Compiling async-trait v0.1.83 |
1345 | 2025-01-10T21:14:28.283Z | Compiling serde_derive_internals v0.29.1 |
1346 | 2025-01-10T21:14:28.859Z | Compiling usdt-impl v0.5.0 |
1347 | 2025-01-10T21:14:30.154Z | Compiling dirs-sys-next v0.1.2 |
1348 | 2025-01-10T21:14:30.483Z | Compiling rustls v0.22.4 |
1349 | 2025-01-10T21:14:30.750Z | Compiling syn v1.0.109 |
1350 | 2025-01-10T21:14:30.791Z | Compiling data-encoding v2.6.0 |
1351 | 2025-01-10T21:14:30.998Z | Compiling native-tls v0.2.12 |
1352 | 2025-01-10T21:14:31.150Z | Compiling schemars v0.8.21 |
1353 | 2025-01-10T21:14:31.327Z | Compiling rustls v0.23.19 |
1354 | 2025-01-10T21:14:31.418Z | Compiling siphasher v0.3.11 |
1355 | 2025-01-10T21:14:31.618Z | Compiling schemars_derive v0.8.21 |
1356 | 2025-01-10T21:14:31.673Z | Compiling dirs-next v2.0.0 |
1357 | 2025-01-10T21:14:32.442Z | Compiling http-body-util v0.1.2 |
1358 | 2025-01-10T21:14:33.003Z | Compiling crossbeam-epoch v0.9.18 |
1359 | 2025-01-10T21:14:33.239Z | Compiling heapless v0.7.17 |
1360 | 2025-01-10T21:14:33.306Z | Compiling sha1 v0.10.6 |
1361 | 2025-01-10T21:14:33.664Z | Compiling signature v2.2.0 |
1362 | 2025-01-10T21:14:33.727Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1363 | 2025-01-10T21:14:33.775Z | Compiling thread_local v1.1.8 |
1364 | 2025-01-10T21:14:33.799Z | Compiling cookie v0.18.1 |
1365 | 2025-01-10T21:14:33.944Z | Compiling multer v3.1.0 |
1366 | 2025-01-10T21:14:34.083Z | Compiling encoding_rs v0.8.34 |
1367 | 2025-01-10T21:14:34.220Z | Compiling slog-async v2.8.0 |
1368 | 2025-01-10T21:14:34.238Z | Compiling gimli v0.31.1 |
1369 | 2025-01-10T21:14:34.310Z | Compiling ipnet v2.10.1 |
1370 | 2025-01-10T21:14:34.771Z | Compiling hyper v1.5.0 |
1371 | 2025-01-10T21:14:34.957Z | Compiling openssl-probe v0.1.5 |
1372 | 2025-01-10T21:14:35.355Z | Compiling dyn-clone v1.0.17 |
1373 | 2025-01-10T21:14:35.513Z | Compiling signal-hook v0.3.17 |
1374 | 2025-01-10T21:14:35.590Z | Compiling rayon-core v1.12.1 |
1375 | 2025-01-10T21:14:35.783Z | Compiling unicode-properties v0.1.3 |
1376 | 2025-01-10T21:14:35.869Z | Compiling mime v0.3.17 |
1377 | 2025-01-10T21:14:36.222Z | Compiling stringprep v0.1.5 |
1378 | 2025-01-10T21:14:36.513Z | Compiling toml_edit v0.22.22 |
1379 | 2025-01-10T21:14:37.526Z | Compiling hyper-util v0.1.10 |
1380 | 2025-01-10T21:14:38.955Z | Compiling addr2line v0.24.2 |
1381 | 2025-01-10T21:14:39.632Z | Compiling crossbeam-deque v0.8.5 |
1382 | 2025-01-10T21:14:39.653Z | Compiling usdt-macro v0.5.0 |
1383 | 2025-01-10T21:14:39.990Z | Compiling usdt-attr-macro v0.5.0 |
1384 | 2025-01-10T21:14:40.539Z | Compiling term v0.7.0 |
1385 | 2025-01-10T21:14:40.731Z | Compiling slog-json v2.6.1 |
1386 | 2025-01-10T21:14:41.142Z | Compiling serde_urlencoded v0.7.1 |
1387 | 2025-01-10T21:14:41.162Z | Compiling crossbeam-channel v0.5.13 |
1388 | 2025-01-10T21:14:41.600Z | Compiling curve25519-dalek v4.1.3 |
1389 | 2025-01-10T21:14:41.697Z | Compiling futures-executor v0.3.31 |
1390 | 2025-01-10T21:14:42.124Z | Compiling enum-as-inner v0.6.1 |
1391 | 2025-01-10T21:14:42.207Z | Compiling md-5 v0.10.6 |
1392 | 2025-01-10T21:14:42.285Z | Compiling async-stream-impl v0.3.6 |
1393 | 2025-01-10T21:14:42.307Z | Compiling rustls-pemfile v2.2.0 |
1394 | 2025-01-10T21:14:42.465Z | Compiling num-integer v0.1.46 |
1395 | 2025-01-10T21:14:42.500Z | Compiling idna v0.3.0 |
1396 | 2025-01-10T21:14:42.642Z | Compiling idna v0.4.0 |
1397 | 2025-01-10T21:14:43.204Z | Compiling hash32 v0.2.1 |
1398 | 2025-01-10T21:14:43.229Z | Compiling ff v0.13.0 |
1399 | 2025-01-10T21:14:43.476Z | Compiling is-terminal v0.4.13 |
1400 | 2025-01-10T21:14:43.604Z | Compiling dropshot v0.12.0 |
1401 | 2025-01-10T21:14:43.623Z | Compiling object v0.36.5 |
1402 | 2025-01-10T21:14:43.644Z | Compiling rustc-demangle v0.1.24 |
1403 | 2025-01-10T21:14:43.880Z | Compiling anyhow v1.0.93 |
1404 | 2025-01-10T21:14:44.193Z | Compiling fallible-iterator v0.2.0 |
1405 | 2025-01-10T21:14:44.374Z | Compiling linked-hash-map v0.5.6 |
1406 | 2025-01-10T21:14:44.527Z | Compiling base16ct v0.2.0 |
1407 | 2025-01-10T21:14:44.605Z | Compiling take_mut v0.2.2 |
1408 | 2025-01-10T21:14:44.765Z | Compiling utf-8 v0.7.6 |
1409 | 2025-01-10T21:14:44.785Z | Compiling psl-types v2.0.11 |
1410 | 2025-01-10T21:14:44.854Z | Compiling portable-atomic v1.9.0 |
1411 | 2025-01-10T21:14:44.911Z | Compiling num-bigint-dig v0.8.4 |
1412 | 2025-01-10T21:14:44.974Z | Compiling quick-error v1.2.3 |
1413 | 2025-01-10T21:14:44.977Z | Compiling smoltcp v0.9.1 |
1414 | 2025-01-10T21:14:45.104Z | Compiling tungstenite v0.24.0 |
1415 | 2025-01-10T21:14:45.131Z | Compiling resolv-conf v0.7.0 |
1416 | 2025-01-10T21:14:45.211Z | Compiling publicsuffix v2.2.3 |
1417 | 2025-01-10T21:14:45.487Z | Compiling postgres-protocol v0.6.7 |
1418 | 2025-01-10T21:14:45.919Z | Compiling lru-cache v0.1.2 |
1419 | 2025-01-10T21:14:46.040Z | Compiling sec1 v0.7.3 |
1420 | 2025-01-10T21:14:46.556Z | Compiling async-stream v0.3.6 |
1421 | 2025-01-10T21:14:46.671Z | Compiling slog-term v2.9.1 |
1422 | 2025-01-10T21:14:46.875Z | Compiling hickory-proto v0.24.1 |
1423 | 2025-01-10T21:14:47.072Z | Compiling usdt v0.5.0 |
1424 | 2025-01-10T21:14:47.566Z | Compiling group v0.13.0 |
1425 | 2025-01-10T21:14:47.610Z | Compiling num-iter v0.1.45 |
1426 | 2025-01-10T21:14:47.900Z | Compiling futures v0.3.31 |
1427 | 2025-01-10T21:14:47.921Z | Compiling slog-bunyan v2.5.0 |
1428 | 2025-01-10T21:14:48.117Z | Compiling toml v0.8.19 |
1429 | 2025-01-10T21:14:49.269Z | Compiling camino v1.1.9 |
1430 | 2025-01-10T21:14:49.322Z | Compiling tokio-native-tls v0.3.1 |
1431 | 2025-01-10T21:14:49.817Z | Compiling phf_shared v0.11.2 |
1432 | 2025-01-10T21:14:49.918Z | Compiling dropshot_endpoint v0.12.0 |
1433 | 2025-01-10T21:14:50.213Z | Compiling terminal_size v0.4.0 |
1434 | 2025-01-10T21:14:50.255Z | Compiling waitgroup v0.1.2 |
1435 | 2025-01-10T21:14:50.439Z | Compiling openapiv3 v2.0.0 |
1436 | 2025-01-10T21:14:50.499Z | Compiling serde_path_to_error v0.1.16 |
1437 | 2025-01-10T21:14:50.606Z | Compiling hkdf v0.12.4 |
1438 | 2025-01-10T21:14:50.876Z | Compiling crypto-bigint v0.5.5 |
1439 | 2025-01-10T21:14:51.397Z | Compiling backtrace v0.3.74 |
1440 | 2025-01-10T21:14:51.840Z | Compiling curve25519-dalek-derive v0.1.1 |
1441 | 2025-01-10T21:14:53.450Z | Compiling zerocopy-derive v0.6.6 |
1442 | 2025-01-10T21:14:54.669Z | Compiling webpki-roots v0.26.6 |
1443 | 2025-01-10T21:14:54.901Z | Compiling idna v0.5.0 |
1444 | 2025-01-10T21:14:54.950Z | Compiling hostname v0.4.0 |
1445 | 2025-01-10T21:14:55.097Z | Compiling hubpack_derive v0.1.1 |
1446 | 2025-01-10T21:14:55.154Z | Compiling ahash v0.8.11 |
1447 | 2025-01-10T21:14:55.198Z | Compiling crc32fast v1.4.2 |
1448 | 2025-01-10T21:14:55.495Z | Compiling fs-err v2.11.0 |
1449 | 2025-01-10T21:14:55.543Z | Compiling bitflags v1.3.2 |
1450 | 2025-01-10T21:14:55.661Z | Compiling managed v0.8.0 |
1451 | 2025-01-10T21:14:55.745Z | Compiling winnow v0.5.40 |
1452 | 2025-01-10T21:14:55.769Z | Compiling newtype-uuid v1.1.3 |
1453 | 2025-01-10T21:14:56.031Z | Compiling debug-ignore v1.0.5 |
1454 | 2025-01-10T21:14:56.132Z | Compiling hubpack v0.1.2 |
1455 | 2025-01-10T21:14:56.329Z | Compiling zerocopy v0.6.6 |
1456 | 2025-01-10T21:14:56.584Z | Compiling cookie_store v0.21.0 |
1457 | 2025-01-10T21:14:56.649Z | Compiling clap_builder v4.5.21 |
1458 | 2025-01-10T21:14:57.152Z | Compiling console v0.15.8 |
1459 | 2025-01-10T21:14:57.242Z | Compiling strum_macros v0.25.3 |
1460 | 2025-01-10T21:14:57.777Z | Compiling flate2 v1.0.34 |
1461 | 2025-01-10T21:14:58.200Z | Compiling elliptic-curve v0.13.8 |
1462 | 2025-01-10T21:14:58.778Z | Compiling hickory-resolver v0.24.1 |
1463 | 2025-01-10T21:14:59.063Z | Compiling phf v0.11.2 |
1464 | 2025-01-10T21:14:59.369Z | Compiling toml_edit v0.19.15 |
1465 | 2025-01-10T21:14:59.682Z | Compiling signal-hook-mio v0.2.4 |
1466 | 2025-01-10T21:14:59.731Z | Compiling hyper-tls v0.6.0 |
1467 | 2025-01-10T21:14:59.848Z | Compiling rayon v1.10.0 |
1468 | 2025-01-10T21:15:00.165Z | Compiling bzip2 v0.4.4 |
1469 | 2025-01-10T21:15:01.421Z | Compiling postgres-types v0.2.8 |
1470 | 2025-01-10T21:15:02.946Z | Compiling tokio-tungstenite v0.24.0 |
1471 | 2025-01-10T21:15:04.800Z | Compiling ed25519 v2.2.3 |
1472 | 2025-01-10T21:15:04.898Z | Compiling phf_shared v0.10.0 |
1473 | 2025-01-10T21:15:05.326Z | Compiling tokio-stream v0.1.16 |
1474 | 2025-01-10T21:15:05.656Z | Compiling pkcs1 v0.7.5 |
1475 | 2025-01-10T21:15:06.229Z | Compiling serde-big-array v0.5.1 |
1476 | 2025-01-10T21:15:06.475Z | Compiling clap_derive v4.5.18 |
1477 | 2025-01-10T21:15:06.496Z | Compiling rfc6979 v0.4.0 |
1478 | 2025-01-10T21:15:06.496Z | Compiling derive-where v1.2.7 |
1479 | 2025-01-10T21:15:06.676Z | Compiling serde_repr v0.1.19 |
1480 | 2025-01-10T21:15:06.697Z | Compiling float-cmp v0.9.0 |
1481 | 2025-01-10T21:15:06.716Z | Compiling bstr v1.10.0 |
1482 | 2025-01-10T21:15:06.937Z | Compiling sync_wrapper v1.0.1 |
1483 | 2025-01-10T21:15:07.091Z | Compiling unicode-segmentation v1.12.0 |
1484 | 2025-01-10T21:15:07.753Z | Compiling difflib v0.4.0 |
1485 | 2025-01-10T21:15:07.899Z | Compiling whoami v1.5.2 |
1486 | 2025-01-10T21:15:08.057Z | Compiling new_debug_unreachable v1.0.6 |
1487 | 2025-01-10T21:15:08.159Z | Compiling fixedbitset v0.4.2 |
1488 | 2025-01-10T21:15:08.530Z | Compiling precomputed-hash v0.1.1 |
1489 | 2025-01-10T21:15:08.570Z | Compiling bit-vec v0.6.3 |
1490 | 2025-01-10T21:15:08.654Z | Compiling number_prefix v0.4.0 |
1491 | 2025-01-10T21:15:08.657Z | Compiling predicates-core v1.0.8 |
1492 | 2025-01-10T21:15:08.889Z | Compiling normalize-line-endings v0.3.0 |
1493 | 2025-01-10T21:15:09.023Z | Compiling unicode-width v0.2.0 |
1494 | 2025-01-10T21:15:09.041Z | Compiling static_assertions v1.1.0 |
1495 | 2025-01-10T21:15:09.059Z | Compiling predicates v3.1.2 |
1496 | 2025-01-10T21:15:09.151Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1497 | 2025-01-10T21:15:09.402Z | Compiling bit-set v0.5.3 |
1498 | 2025-01-10T21:15:09.559Z | Compiling indicatif v0.17.9 |
1499 | 2025-01-10T21:15:09.709Z | Compiling string_cache v0.8.7 |
1500 | 2025-01-10T21:15:10.185Z | Compiling petgraph v0.6.5 |
1501 | 2025-01-10T21:15:10.226Z | Compiling tokio-postgres v0.7.12 |
1502 | 2025-01-10T21:15:10.820Z | Compiling similar v2.6.0 |
1503 | 2025-01-10T21:15:11.667Z | Compiling clap v4.5.21 |
1504 | 2025-01-10T21:15:11.794Z | Compiling ecdsa v0.16.9 |
1505 | 2025-01-10T21:15:11.905Z | Compiling rsa v0.9.6 |
1506 | 2025-01-10T21:15:12.704Z | Compiling ed25519-dalek v2.1.1 |
1507 | 2025-01-10T21:15:13.414Z | Compiling toml v0.7.8 |
1508 | 2025-01-10T21:15:14.021Z | Compiling zip v0.6.6 |
1509 | 2025-01-10T21:15:14.417Z | Compiling crossterm v0.28.1 |
1510 | 2025-01-10T21:15:15.765Z | Compiling hex v0.4.3 |
1511 | 2025-01-10T21:15:15.891Z | Compiling x509-cert v0.2.5 |
1512 | 2025-01-10T21:15:16.055Z | Compiling itertools v0.10.5 |
1513 | 2025-01-10T21:15:16.126Z | Compiling unicode-xid v0.2.6 |
1514 | 2025-01-10T21:15:16.247Z | Compiling peg-runtime v0.8.3 |
1515 | 2025-01-10T21:15:16.314Z | Compiling lalrpop-util v0.19.12 |
1516 | 2025-01-10T21:15:16.371Z | Compiling strum_macros v0.26.4 |
1517 | 2025-01-10T21:15:16.686Z | Compiling xattr v1.3.1 |
1518 | 2025-01-10T21:15:16.946Z | Compiling filetime v0.2.25 |
1519 | 2025-01-10T21:15:17.303Z | Compiling tar v0.4.42 |
1520 | 2025-01-10T21:15:21.599Z | Compiling strum v0.26.3 |
1521 | 2025-01-10T21:15:24.558Z | Compiling aws-lc-sys v0.22.0 |
1522 | 2025-01-10T21:15:52.729Z | Compiling rustls-webpki v0.102.8 |
1523 | 2025-01-10T21:15:56.197Z | Compiling tokio-rustls v0.25.0 |
1524 | 2025-01-10T21:15:57.731Z | Compiling tokio-rustls v0.26.0 |
1525 | 2025-01-10T21:15:58.126Z | Compiling hyper-rustls v0.27.3 |
1526 | 2025-01-10T21:15:58.497Z | Compiling reqwest v0.12.9 |
1527 | 2025-01-10T21:15:59.668Z | Compiling qorb v0.2.1 |
1528 | 2025-01-10T21:16:04.534Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1529 | 2025-01-10T21:16:04.769Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1530 | 2025-01-10T21:16:10.588Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 26s |
1531 | 2025-01-10T21:16:10.748Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1532 | 2025-01-10T21:16:10.797Z | Jan 10 21:16:09.656 INFO Starting download, target: Clickhouse |
1533 | 2025-01-10T21:16:10.797Z | Jan 10 21:16:09.656 INFO Starting download, target: Cockroach |
1534 | 2025-01-10T21:16:10.799Z | Jan 10 21:16:09.656 INFO Starting download, target: Console |
1535 | 2025-01-10T21:16:10.799Z | Jan 10 21:16:09.656 INFO Starting download, target: DendriteOpenapi |
1536 | 2025-01-10T21:16:10.799Z | Jan 10 21:16:09.656 INFO Starting download, target: DendriteStub |
1537 | 2025-01-10T21:16:10.800Z | Jan 10 21:16:09.656 INFO Starting download, target: MaghemiteMgd |
1538 | 2025-01-10T21:16:10.800Z | Jan 10 21:16:09.656 INFO Starting download, target: TransceiverControl |
1539 | 2025-01-10T21:16:10.800Z | Jan 10 21:16:09.657 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1540 | 2025-01-10T21:16:10.800Z | Jan 10 21:16:09.657 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1541 | 2025-01-10T21:16:10.800Z | Jan 10 21:16:09.657 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1542 | 2025-01-10T21:16:10.800Z | Jan 10 21:16:09.657 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1543 | 2025-01-10T21:16:10.800Z | Jan 10 21:16:09.657 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1544 | 2025-01-10T21:16:10.800Z | Jan 10 21:16:09.657 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1545 | 2025-01-10T21:16:10.800Z | Jan 10 21:16:09.657 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1546 | 2025-01-10T21:16:10.985Z | Jan 10 21:16:09.841 INFO Download complete, target: DendriteOpenapi |
1547 | 2025-01-10T21:16:11.223Z | Jan 10 21:16:10.060 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1548 | 2025-01-10T21:16:11.473Z | Jan 10 21:16:10.289 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1549 | 2025-01-10T21:16:11.714Z | Jan 10 21:16:10.569 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1550 | 2025-01-10T21:16:11.759Z | Jan 10 21:16:10.603 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1551 | 2025-01-10T21:16:11.788Z | Jan 10 21:16:10.631 INFO Download complete, target: Console |
1552 | 2025-01-10T21:16:11.948Z | Jan 10 21:16:10.760 INFO Download complete, target: TransceiverControl |
1553 | 2025-01-10T21:16:12.690Z | Jan 10 21:16:11.548 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1554 | 2025-01-10T21:16:12.787Z | Jan 10 21:16:11.644 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1555 | 2025-01-10T21:16:12.787Z | Jan 10 21:16:11.645 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1556 | 2025-01-10T21:16:14.602Z | Jan 10 21:16:13.461 INFO Download complete, target: DendriteStub |
1557 | 2025-01-10T21:16:14.653Z | Jan 10 21:16:13.512 INFO Download complete, target: MaghemiteMgd |
1558 | 2025-01-10T21:16:20.268Z | Jan 10 21:16:19.127 INFO Checking that binary works, target: Cockroach |
1559 | 2025-01-10T21:16:20.430Z | Jan 10 21:16:19.289 INFO Download complete, target: Cockroach |
1560 | 2025-01-10T21:16:25.279Z | Jan 10 21:16:24.137 INFO Checking that binary works, target: Clickhouse |
1561 | 2025-01-10T21:16:25.402Z | Jan 10 21:16:24.261 INFO Download complete, target: Clickhouse |
1562 | 2025-01-10T21:16:25.410Z | All prerequisites installed successfully |
1563 | 2025-01-10T21:16:25.412Z | |
1564 | 2025-01-10T21:16:25.412Z | real 5:03.016291308 |
1565 | 2025-01-10T21:16:25.412Z | user 16:39.714307365 |
1566 | 2025-01-10T21:16:25.412Z | sys 3:17.870727766 |
1567 | 2025-01-10T21:16:25.412Z | trap 0.551712714 |
1568 | 2025-01-10T21:16:25.412Z | tflt 1.571966691 |
1569 | 2025-01-10T21:16:25.412Z | dflt 1.950617037 |
1570 | 2025-01-10T21:16:25.412Z | kflt 0.029631659 |
1571 | 2025-01-10T21:16:25.412Z | lock 29:41.729951251 |
1572 | 2025-01-10T21:16:25.413Z | slp 1:02:20.940405612 |
1573 | 2025-01-10T21:16:25.413Z | lat 58.126183804 |
1574 | 2025-01-10T21:16:25.413Z | stop 2:21.115728896 |
1575 | 2025-01-10T21:16:25.413Z | + ptime -m cargo xtask download softnpu |
1576 | 2025-01-10T21:16:25.945Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1577 | 2025-01-10T21:16:25.963Z | Running `target/debug/xtask download softnpu` |
1578 | 2025-01-10T21:16:26.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
1579 | 2025-01-10T21:16:26.852Z | Running `target/debug/xtask-downloader softnpu` |
1580 | 2025-01-10T21:16:26.888Z | Jan 10 21:16:25.746 INFO Starting download, target: Softnpu |
1581 | 2025-01-10T21:16:26.891Z | Jan 10 21:16:25.747 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1582 | 2025-01-10T21:16:27.492Z | Jan 10 21:16:26.350 INFO Download complete, target: Softnpu |
1583 | 2025-01-10T21:16:27.495Z | |
1584 | 2025-01-10T21:16:27.498Z | real 2.078868531 |
1585 | 2025-01-10T21:16:27.498Z | user 1.305104747 |
1586 | 2025-01-10T21:16:27.498Z | sys 0.539777498 |
1587 | 2025-01-10T21:16:27.498Z | trap 0.001040440 |
1588 | 2025-01-10T21:16:27.498Z | tflt 0.000016338 |
1589 | 2025-01-10T21:16:27.498Z | dflt 0.000019398 |
1590 | 2025-01-10T21:16:27.498Z | kflt 0.000000000 |
1591 | 2025-01-10T21:16:27.498Z | lock 6.205454566 |
1592 | 2025-01-10T21:16:27.498Z | slp 0.375423871 |
1593 | 2025-01-10T21:16:27.498Z | lat 0.072070618 |
1594 | 2025-01-10T21:16:27.498Z | stop 0.000156014 |
1595 | 2025-01-10T21:16:27.498Z | + export CARGO_INCREMENTAL=0 |
1596 | 2025-01-10T21:16:27.498Z | + CARGO_INCREMENTAL=0 |
1597 | 2025-01-10T21:16:27.498Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
1598 | 2025-01-10T21:16:28.461Z | Compiling proc-macro2 v1.0.89 |
1599 | 2025-01-10T21:16:28.461Z | Compiling unicode-ident v1.0.13 |
1600 | 2025-01-10T21:16:28.464Z | Compiling libc v0.2.162 |
1601 | 2025-01-10T21:16:28.464Z | Compiling serde v1.0.215 |
1602 | 2025-01-10T21:16:28.464Z | Compiling autocfg v1.4.0 |
1603 | 2025-01-10T21:16:28.464Z | Compiling version_check v0.9.5 |
1604 | 2025-01-10T21:16:28.464Z | Compiling cfg-if v1.0.0 |
1605 | 2025-01-10T21:16:28.730Z | Compiling memchr v2.7.4 |
1606 | 2025-01-10T21:16:28.760Z | Compiling typenum v1.17.0 |
1607 | 2025-01-10T21:16:28.853Z | Compiling shlex v1.3.0 |
1608 | 2025-01-10T21:16:29.223Z | Compiling value-bag v1.9.0 |
1609 | 2025-01-10T21:16:29.242Z | Compiling scopeguard v1.2.0 |
1610 | 2025-01-10T21:16:29.293Z | Compiling generic-array v0.14.7 |
1611 | 2025-01-10T21:16:29.486Z | Compiling lock_api v0.4.12 |
1612 | 2025-01-10T21:16:29.640Z | Compiling log v0.4.22 |
1613 | 2025-01-10T21:16:29.796Z | Compiling parking_lot_core v0.9.10 |
1614 | 2025-01-10T21:16:30.250Z | Compiling quote v1.0.37 |
1615 | 2025-01-10T21:16:30.269Z | Compiling serde_json v1.0.133 |
1616 | 2025-01-10T21:16:30.426Z | Compiling once_cell v1.20.2 |
1617 | 2025-01-10T21:16:30.477Z | Compiling libm v0.2.8 |
1618 | 2025-01-10T21:16:30.573Z | Compiling rustix v0.38.37 |
1619 | 2025-01-10T21:16:30.792Z | Compiling syn v2.0.87 |
1620 | 2025-01-10T21:16:30.830Z | Compiling jobserver v0.1.32 |
1621 | 2025-01-10T21:16:30.875Z | Compiling getrandom v0.2.15 |
1622 | 2025-01-10T21:16:30.946Z | Compiling num-traits v0.2.19 |
1623 | 2025-01-10T21:16:31.172Z | Compiling cc v1.1.30 |
1624 | 2025-01-10T21:16:31.195Z | Compiling thiserror v1.0.69 |
1625 | 2025-01-10T21:16:31.229Z | Compiling aho-corasick v1.1.3 |
1626 | 2025-01-10T21:16:31.246Z | Compiling regex-syntax v0.8.5 |
1627 | 2025-01-10T21:16:31.344Z | Compiling either v1.13.0 |
1628 | 2025-01-10T21:16:31.588Z | Compiling itoa v1.0.11 |
1629 | 2025-01-10T21:16:31.706Z | Compiling spin v0.9.8 |
1630 | 2025-01-10T21:16:31.953Z | Compiling slab v0.4.9 |
1631 | 2025-01-10T21:16:32.149Z | Compiling byteorder v1.5.0 |
1632 | 2025-01-10T21:16:32.323Z | Compiling errno v0.3.9 |
1633 | 2025-01-10T21:16:32.544Z | Compiling rand_core v0.6.4 |
1634 | 2025-01-10T21:16:32.647Z | Compiling lazy_static v1.5.0 |
1635 | 2025-01-10T21:16:32.766Z | Compiling glob v0.3.1 |
1636 | 2025-01-10T21:16:33.205Z | Compiling prettyplease v0.2.25 |
1637 | 2025-01-10T21:16:33.555Z | Compiling clang-sys v1.8.1 |
1638 | 2025-01-10T21:16:33.823Z | Compiling minimal-lexical v0.2.1 |
1639 | 2025-01-10T21:16:34.047Z | Compiling libloading v0.8.5 |
1640 | 2025-01-10T21:16:34.231Z | Compiling nom v7.1.3 |
1641 | 2025-01-10T21:16:34.291Z | Compiling allocator-api2 v0.2.18 |
1642 | 2025-01-10T21:16:34.437Z | Compiling home v0.5.9 |
1643 | 2025-01-10T21:16:34.665Z | Compiling subtle v2.6.1 |
1644 | 2025-01-10T21:16:34.799Z | Compiling regex-automata v0.4.8 |
1645 | 2025-01-10T21:16:34.992Z | Compiling bindgen v0.69.5 |
1646 | 2025-01-10T21:16:35.350Z | Compiling itertools v0.12.1 |
1647 | 2025-01-10T21:16:35.574Z | Compiling lazycell v1.3.0 |
1648 | 2025-01-10T21:16:35.665Z | Compiling smallvec v1.13.2 |
1649 | 2025-01-10T21:16:35.748Z | Compiling semver v1.0.23 |
1650 | 2025-01-10T21:16:36.181Z | Compiling rustc-hash v1.1.0 |
1651 | 2025-01-10T21:16:36.339Z | Compiling cmake v0.1.51 |
1652 | 2025-01-10T21:16:37.224Z | Compiling fs_extra v1.3.0 |
1653 | 2025-01-10T21:16:37.242Z | Compiling dunce v1.0.5 |
1654 | 2025-01-10T21:16:37.625Z | Compiling cexpr v0.6.0 |
1655 | 2025-01-10T21:16:37.680Z | Compiling ryu v1.0.18 |
1656 | 2025-01-10T21:16:37.777Z | Compiling pkg-config v0.3.31 |
1657 | 2025-01-10T21:16:37.970Z | Compiling ring v0.17.8 |
1658 | 2025-01-10T21:16:38.264Z | Compiling pin-project-lite v0.2.14 |
1659 | 2025-01-10T21:16:38.407Z | Compiling synstructure v0.13.1 |
1660 | 2025-01-10T21:16:38.999Z | Compiling const-oid v0.9.6 |
1661 | 2025-01-10T21:16:39.151Z | Compiling fnv v1.0.7 |
1662 | 2025-01-10T21:16:39.293Z | Compiling schemars v0.8.21 |
1663 | 2025-01-10T21:16:39.373Z | Compiling paste v1.0.15 |
1664 | 2025-01-10T21:16:39.604Z | Compiling serde_derive_internals v0.29.1 |
1665 | 2025-01-10T21:16:39.892Z | Compiling foldhash v0.1.3 |
1666 | 2025-01-10T21:16:39.912Z | Compiling aws-lc-rs v1.10.0 |
1667 | 2025-01-10T21:16:40.178Z | Compiling regex v1.11.1 |
1668 | 2025-01-10T21:16:40.337Z | Compiling httparse v1.9.5 |
1669 | 2025-01-10T21:16:40.959Z | Compiling equivalent v1.0.1 |
1670 | 2025-01-10T21:16:41.076Z | Compiling hashbrown v0.15.1 |
1671 | 2025-01-10T21:16:41.371Z | Compiling heck v0.5.0 |
1672 | 2025-01-10T21:16:41.832Z | Compiling signal-hook-registry v1.4.2 |
1673 | 2025-01-10T21:16:42.258Z | Compiling parking_lot v0.12.3 |
1674 | 2025-01-10T21:16:42.457Z | Compiling mio v1.0.2 |
1675 | 2025-01-10T21:16:44.062Z | Compiling stable_deref_trait v1.2.0 |
1676 | 2025-01-10T21:16:44.083Z | Compiling crossbeam-utils v0.8.20 |
1677 | 2025-01-10T21:16:44.102Z | Compiling serde_derive v1.0.215 |
1678 | 2025-01-10T21:16:44.188Z | Compiling zeroize_derive v1.4.2 |
1679 | 2025-01-10T21:16:44.269Z | Compiling zerocopy-derive v0.7.35 |
1680 | 2025-01-10T21:16:44.617Z | Compiling thiserror-impl v1.0.69 |
1681 | 2025-01-10T21:16:45.061Z | Compiling tokio-macros v2.4.0 |
1682 | 2025-01-10T21:16:45.394Z | Compiling zerofrom-derive v0.1.4 |
1683 | 2025-01-10T21:16:45.477Z | Compiling yoke-derive v0.7.4 |
1684 | 2025-01-10T21:16:45.656Z | Compiling zeroize v1.8.1 |
1685 | 2025-01-10T21:16:46.139Z | Compiling futures-macro v0.3.31 |
1686 | 2025-01-10T21:16:46.455Z | Compiling zerovec-derive v0.10.3 |
1687 | 2025-01-10T21:16:46.530Z | Compiling zerocopy v0.7.35 |
1688 | 2025-01-10T21:16:47.509Z | Compiling displaydoc v0.2.5 |
1689 | 2025-01-10T21:16:47.962Z | Compiling crypto-common v0.1.6 |
1690 | 2025-01-10T21:16:48.169Z | Compiling tracing-attributes v0.1.27 |
1691 | 2025-01-10T21:16:48.222Z | Compiling schemars_derive v0.8.21 |
1692 | 2025-01-10T21:16:48.297Z | Compiling icu_provider_macros v1.5.0 |
1693 | 2025-01-10T21:16:48.861Z | Compiling block-buffer v0.10.4 |
1694 | 2025-01-10T21:16:49.091Z | Compiling digest v0.10.7 |
1695 | 2025-01-10T21:16:49.163Z | Compiling der_derive v0.7.3 |
1696 | 2025-01-10T21:16:49.308Z | Compiling socket2 v0.5.7 |
1697 | 2025-01-10T21:16:49.326Z | Compiling futures-core v0.3.31 |
1698 | 2025-01-10T21:16:49.532Z | Compiling time-core v0.1.2 |
1699 | 2025-01-10T21:16:49.572Z | Compiling num-conv v0.1.0 |
1700 | 2025-01-10T21:16:49.865Z | Compiling time-macros v0.2.18 |
1701 | 2025-01-10T21:16:51.172Z | Compiling vcpkg v0.2.15 |
1702 | 2025-01-10T21:16:51.899Z | Compiling syn v1.0.109 |
1703 | 2025-01-10T21:16:52.715Z | Compiling cpufeatures v0.2.14 |
1704 | 2025-01-10T21:16:52.776Z | Compiling openssl-sys v0.9.103 |
1705 | 2025-01-10T21:16:52.936Z | Compiling futures-sink v0.3.31 |
1706 | 2025-01-10T21:16:52.956Z | Compiling slog v2.7.0 |
1707 | 2025-01-10T21:16:53.252Z | Compiling ahash v0.8.11 |
1708 | 2025-01-10T21:16:53.535Z | Compiling iana-time-zone v0.1.61 |
1709 | 2025-01-10T21:16:53.732Z | Compiling zerofrom v0.1.4 |
1710 | 2025-01-10T21:16:53.984Z | Compiling scroll_derive v0.12.0 |
1711 | 2025-01-10T21:16:54.020Z | Compiling ucd-trie v0.1.7 |
1712 | 2025-01-10T21:16:54.164Z | Compiling yoke v0.7.4 |
1713 | 2025-01-10T21:16:54.400Z | Compiling pest v2.7.14 |
1714 | 2025-01-10T21:16:54.514Z | Compiling futures-channel v0.3.31 |
1715 | 2025-01-10T21:16:54.956Z | Compiling hmac v0.12.1 |
1716 | 2025-01-10T21:16:55.176Z | Compiling pin-utils v0.1.0 |
1717 | 2025-01-10T21:16:55.283Z | Compiling openssl v0.10.66 |
1718 | 2025-01-10T21:16:55.308Z | Compiling futures-task v0.3.31 |
1719 | 2025-01-10T21:16:55.336Z | Compiling futures-io v0.3.31 |
1720 | 2025-01-10T21:16:55.786Z | Compiling futures-util v0.3.31 |
1721 | 2025-01-10T21:16:55.956Z | Compiling zerovec v0.10.4 |
1722 | 2025-01-10T21:16:56.355Z | Compiling block-padding v0.3.3 |
1723 | 2025-01-10T21:16:56.589Z | Compiling tinyvec_macros v0.1.1 |
1724 | 2025-01-10T21:16:56.822Z | Compiling tinyvec v1.8.0 |
1725 | 2025-01-10T21:16:57.374Z | Compiling bitflags v2.6.0 |
1726 | 2025-01-10T21:16:57.633Z | Compiling bytes v1.8.0 |
1727 | 2025-01-10T21:16:59.023Z | Compiling indexmap v2.6.0 |
1728 | 2025-01-10T21:16:59.702Z | Compiling tokio v1.40.0 |
1729 | 2025-01-10T21:17:01.196Z | Compiling serde_tokenstream v0.2.2 |
1730 | 2025-01-10T21:17:01.782Z | Compiling uuid v1.11.0 |
1731 | 2025-01-10T21:17:02.167Z | Compiling which v4.4.2 |
1732 | 2025-01-10T21:17:02.761Z | Compiling http v1.1.0 |
1733 | 2025-01-10T21:17:02.989Z | Compiling chrono v0.4.38 |
1734 | 2025-01-10T21:17:03.066Z | Compiling rustc_version v0.4.1 |
1735 | 2025-01-10T21:17:05.624Z | Compiling pest_meta v2.7.14 |
1736 | 2025-01-10T21:17:06.448Z | Compiling serde_spanned v0.6.8 |
1737 | 2025-01-10T21:17:06.679Z | Compiling toml_datetime v0.6.8 |
1738 | 2025-01-10T21:17:07.130Z | Compiling pest_generator v2.7.14 |
1739 | 2025-01-10T21:17:08.474Z | Compiling inout v0.1.3 |
1740 | 2025-01-10T21:17:08.955Z | Compiling openssl-macros v0.1.1 |
1741 | 2025-01-10T21:17:09.714Z | Compiling rustls v0.23.19 |
1742 | 2025-01-10T21:17:09.845Z | Compiling strsim v0.11.1 |
1743 | 2025-01-10T21:17:10.001Z | Compiling dyn-clone v1.0.17 |
1744 | 2025-01-10T21:17:10.239Z | Compiling native-tls v0.2.12 |
1745 | 2025-01-10T21:17:10.600Z | Compiling pest_derive v2.7.14 |
1746 | 2025-01-10T21:17:11.305Z | Compiling cipher v0.4.4 |
1747 | 2025-01-10T21:17:11.354Z | Compiling unicode-normalization v0.1.24 |
1748 | 2025-01-10T21:17:11.747Z | Compiling tinystr v0.7.6 |
1749 | 2025-01-10T21:17:11.893Z | Compiling sha2 v0.10.8 |
1750 | 2025-01-10T21:17:12.211Z | Compiling tracing-core v0.1.32 |
1751 | 2025-01-10T21:17:12.279Z | Compiling usdt-impl v0.5.0 |
1752 | 2025-01-10T21:17:12.450Z | Compiling base64ct v1.6.0 |
1753 | 2025-01-10T21:17:12.616Z | Compiling litemap v0.7.3 |
1754 | 2025-01-10T21:17:12.847Z | Compiling writeable v0.5.5 |
1755 | 2025-01-10T21:17:13.005Z | Compiling unicode-bidi v0.3.17 |
1756 | 2025-01-10T21:17:13.024Z | Compiling tracing v0.1.40 |
1757 | 2025-01-10T21:17:13.351Z | Compiling icu_locid v1.5.0 |
1758 | 2025-01-10T21:17:13.869Z | Compiling pem-rfc7468 v0.7.0 |
1759 | 2025-01-10T21:17:14.502Z | Compiling scroll v0.12.0 |
1760 | 2025-01-10T21:17:15.029Z | Compiling ppv-lite86 v0.2.20 |
1761 | 2025-01-10T21:17:15.120Z | Compiling async-trait v0.1.83 |
1762 | 2025-01-10T21:17:15.881Z | Compiling cookie v0.18.1 |
1763 | 2025-01-10T21:17:16.348Z | Compiling aws-lc-sys v0.22.0 |
1764 | 2025-01-10T21:17:17.226Z | Compiling anyhow v1.0.93 |
1765 | 2025-01-10T21:17:17.773Z | Compiling camino v1.1.9 |
1766 | 2025-01-10T21:17:17.793Z | Compiling plain v0.2.3 |
1767 | 2025-01-10T21:17:17.950Z | Compiling flagset v0.4.6 |
1768 | 2025-01-10T21:17:18.173Z | Compiling der v0.7.9 |
1769 | 2025-01-10T21:17:18.242Z | Compiling goblin v0.8.2 |
1770 | 2025-01-10T21:17:20.810Z | Compiling rand_chacha v0.3.1 |
1771 | 2025-01-10T21:17:21.702Z | Compiling icu_provider v1.5.0 |
1772 | 2025-01-10T21:17:22.640Z | Compiling rustls v0.22.4 |
1773 | 2025-01-10T21:17:22.918Z | Compiling percent-encoding v2.3.1 |
1774 | 2025-01-10T21:17:23.214Z | Compiling rayon-core v1.12.1 |
1775 | 2025-01-10T21:17:23.421Z | Compiling rustls-pki-types v1.10.0 |
1776 | 2025-01-10T21:17:23.477Z | Compiling pretty-hex v0.4.1 |
1777 | 2025-01-10T21:17:24.123Z | Compiling icu_locid_transform_data v1.5.0 |
1778 | 2025-01-10T21:17:25.243Z | Compiling icu_locid_transform v1.5.0 |
1779 | 2025-01-10T21:17:25.246Z | Compiling dof v0.3.0 |
1780 | 2025-01-10T21:17:27.364Z | Compiling rand v0.8.5 |
1781 | 2025-01-10T21:17:27.469Z | Compiling spki v0.7.3 |
1782 | 2025-01-10T21:17:27.589Z | Compiling salsa20 v0.10.2 |
1783 | 2025-01-10T21:17:27.693Z | Compiling dtrace-parser v0.2.0 |
1784 | 2025-01-10T21:17:27.793Z | Compiling tokio-util v0.7.12 |
1785 | 2025-01-10T21:17:28.358Z | Compiling icu_collections v1.5.0 |
1786 | 2025-01-10T21:17:28.954Z | Compiling pbkdf2 v0.12.2 |
1787 | 2025-01-10T21:17:29.377Z | Compiling thread-id v4.2.2 |
1788 | 2025-01-10T21:17:29.419Z | Compiling untrusted v0.9.0 |
1789 | 2025-01-10T21:17:29.512Z | Compiling untrusted v0.7.1 |
1790 | 2025-01-10T21:17:29.598Z | Compiling mirai-annotations v1.12.0 |
1791 | 2025-01-10T21:17:29.705Z | Compiling icu_properties_data v1.5.0 |
1792 | 2025-01-10T21:17:29.797Z | Compiling winnow v0.5.40 |
1793 | 2025-01-10T21:17:29.814Z | Compiling powerfmt v0.2.0 |
1794 | 2025-01-10T21:17:29.982Z | Compiling icu_properties v1.5.1 |
1795 | 2025-01-10T21:17:30.230Z | Compiling deranged v0.3.11 |
1796 | 2025-01-10T21:17:33.701Z | Compiling toml_edit v0.19.15 |
1797 | 2025-01-10T21:17:34.976Z | Compiling scrypt v0.11.0 |
1798 | 2025-01-10T21:17:35.050Z | Compiling cbc v0.1.2 |
1799 | 2025-01-10T21:17:35.287Z | Compiling aes v0.8.4 |
1800 | 2025-01-10T21:17:36.462Z | Compiling multer v3.1.0 |
1801 | 2025-01-10T21:17:36.962Z | Compiling icu_normalizer_data v1.5.0 |
1802 | 2025-01-10T21:17:37.254Z | Compiling rustversion v1.0.17 |
1803 | 2025-01-10T21:17:37.331Z | Compiling num_threads v0.1.7 |
1804 | 2025-01-10T21:17:37.468Z | Compiling utf16_iter v1.0.5 |
1805 | 2025-01-10T21:17:37.589Z | Compiling atomic-waker v1.1.2 |
1806 | 2025-01-10T21:17:37.776Z | Compiling write16 v1.0.0 |
1807 | 2025-01-10T21:17:37.856Z | Compiling slog-async v2.8.0 |
1808 | 2025-01-10T21:17:37.915Z | Compiling utf8_iter v1.0.4 |
1809 | 2025-01-10T21:17:38.137Z | Compiling icu_normalizer v1.5.0 |
1810 | 2025-01-10T21:17:38.251Z | Compiling time v0.3.36 |
1811 | 2025-01-10T21:17:38.861Z | Compiling pkcs5 v0.7.1 |
1812 | 2025-01-10T21:17:40.410Z | Compiling form_urlencoded v1.2.1 |
1813 | 2025-01-10T21:17:40.809Z | Compiling http-body v1.0.1 |
1814 | 2025-01-10T21:17:41.062Z | Compiling heapless v0.7.17 |
1815 | 2025-01-10T21:17:41.252Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1816 | 2025-01-10T21:17:41.933Z | Compiling try-lock v0.2.5 |
1817 | 2025-01-10T21:17:41.968Z | Compiling signal-hook v0.3.17 |
1818 | 2025-01-10T21:17:42.414Z | Compiling want v0.3.1 |
1819 | 2025-01-10T21:17:44.189Z | Compiling pkcs8 v0.10.2 |
1820 | 2025-01-10T21:17:44.427Z | Compiling idna_adapter v1.2.0 |
1821 | 2025-01-10T21:17:44.723Z | Compiling h2 v0.4.6 |
1822 | 2025-01-10T21:17:45.971Z | Compiling usdt-macro v0.5.0 |
1823 | 2025-01-10T21:17:47.286Z | Compiling usdt-attr-macro v0.5.0 |
1824 | 2025-01-10T21:17:47.731Z | Compiling async-stream-impl v0.3.6 |
1825 | 2025-01-10T21:17:47.881Z | Compiling httpdate v1.0.3 |
1826 | 2025-01-10T21:17:48.783Z | Compiling adler2 v2.0.0 |
1827 | 2025-01-10T21:17:48.983Z | Compiling miniz_oxide v0.8.0 |
1828 | 2025-01-10T21:17:50.088Z | Compiling idna v1.0.3 |
1829 | 2025-01-10T21:17:51.569Z | Compiling hyper v1.5.0 |
1830 | 2025-01-10T21:17:52.416Z | Compiling curve25519-dalek v4.1.3 |
1831 | 2025-01-10T21:17:53.549Z | Compiling openapiv3 v2.0.0 |
1832 | 2025-01-10T21:17:54.469Z | Compiling enum-as-inner v0.6.1 |
1833 | 2025-01-10T21:17:55.536Z | Compiling dropshot v0.12.0 |
1834 | 2025-01-10T21:17:55.747Z | Compiling base64 v0.22.1 |
1835 | 2025-01-10T21:17:56.026Z | Compiling portable-atomic v1.9.0 |
1836 | 2025-01-10T21:17:56.381Z | Compiling num-bigint-dig v0.8.4 |
1837 | 2025-01-10T21:17:56.663Z | Compiling match_cfg v0.1.0 |
1838 | 2025-01-10T21:17:56.765Z | Compiling foreign-types-shared v0.1.1 |
1839 | 2025-01-10T21:17:56.851Z | Compiling newtype-uuid v1.1.3 |
1840 | 2025-01-10T21:17:56.911Z | Compiling tower-service v0.3.3 |
1841 | 2025-01-10T21:17:57.049Z | Compiling smoltcp v0.9.1 |
1842 | 2025-01-10T21:17:57.275Z | Compiling hyper-util v0.1.10 |
1843 | 2025-01-10T21:17:57.657Z | Compiling foreign-types v0.3.2 |
1844 | 2025-01-10T21:17:57.703Z | Compiling hostname v0.3.1 |
1845 | 2025-01-10T21:18:03.591Z | Compiling url v2.5.3 |
1846 | 2025-01-10T21:18:05.290Z | Compiling dirs-sys-next v0.1.2 |
1847 | 2025-01-10T21:18:05.390Z | Compiling gimli v0.31.1 |
1848 | 2025-01-10T21:18:05.444Z | Compiling data-encoding v2.6.0 |
1849 | 2025-01-10T21:18:05.788Z | Compiling siphasher v0.3.11 |
1850 | 2025-01-10T21:18:05.878Z | Compiling ident_case v1.0.1 |
1851 | 2025-01-10T21:18:06.064Z | Compiling heck v0.4.1 |
1852 | 2025-01-10T21:18:06.091Z | Compiling darling_core v0.20.10 |
1853 | 2025-01-10T21:18:06.129Z | Compiling dirs-next v2.0.0 |
1854 | 2025-01-10T21:18:08.735Z | Compiling http-body-util v0.1.2 |
1855 | 2025-01-10T21:18:12.288Z | Compiling addr2line v0.24.2 |
1856 | 2025-01-10T21:18:12.508Z | Compiling crossbeam-epoch v0.9.18 |
1857 | 2025-01-10T21:18:12.656Z | Compiling hubpack_derive v0.1.1 |
1858 | 2025-01-10T21:18:13.007Z | Compiling dropshot_endpoint v0.12.0 |
1859 | 2025-01-10T21:18:13.209Z | Compiling sha1 v0.10.6 |
1860 | 2025-01-10T21:18:13.263Z | Compiling signature v2.2.0 |
1861 | 2025-01-10T21:18:13.493Z | Compiling zerocopy-derive v0.6.6 |
1862 | 2025-01-10T21:18:13.512Z | Compiling curve25519-dalek-derive v0.1.1 |
1863 | 2025-01-10T21:18:13.692Z | Compiling thread_local v1.1.8 |
1864 | 2025-01-10T21:18:14.172Z | Compiling object v0.36.5 |
1865 | 2025-01-10T21:18:14.926Z | Compiling fs-err v2.11.0 |
1866 | 2025-01-10T21:18:15.494Z | Compiling encoding_rs v0.8.34 |
1867 | 2025-01-10T21:18:16.823Z | Compiling openssl-probe v0.1.5 |
1868 | 2025-01-10T21:18:17.132Z | Compiling unicode-properties v0.1.3 |
1869 | 2025-01-10T21:18:17.541Z | Compiling mime v0.3.17 |
1870 | 2025-01-10T21:18:23.486Z | Compiling rustc-demangle v0.1.24 |
1871 | 2025-01-10T21:18:24.002Z | Compiling winnow v0.6.20 |
1872 | 2025-01-10T21:18:25.919Z | Compiling anstyle v1.0.10 |
1873 | 2025-01-10T21:18:26.311Z | Compiling ipnet v2.10.1 |
1874 | 2025-01-10T21:18:26.365Z | Compiling utf8parse v0.2.2 |
1875 | 2025-01-10T21:18:26.528Z | Compiling anstyle-parse v0.2.5 |
1876 | 2025-01-10T21:18:26.860Z | Compiling backtrace v0.3.74 |
1877 | 2025-01-10T21:18:27.869Z | Compiling toml_edit v0.22.22 |
1878 | 2025-01-10T21:18:28.938Z | Compiling stringprep v0.1.5 |
1879 | 2025-01-10T21:18:32.079Z | Compiling rustls-webpki v0.102.8 |
1880 | 2025-01-10T21:18:35.198Z | Compiling crossbeam-deque v0.8.5 |
1881 | 2025-01-10T21:18:35.564Z | Compiling darling_macro v0.20.10 |
1882 | 2025-01-10T21:18:37.854Z | Compiling term v0.7.0 |
1883 | 2025-01-10T21:18:38.538Z | Compiling slog-json v2.6.1 |
1884 | 2025-01-10T21:18:39.199Z | Compiling serde_urlencoded v0.7.1 |
1885 | 2025-01-10T21:18:40.445Z | Compiling crossbeam-channel v0.5.13 |
1886 | 2025-01-10T21:18:40.495Z | Compiling rustls-pemfile v2.2.0 |
1887 | 2025-01-10T21:18:41.337Z | Compiling hashbrown v0.14.5 |
1888 | 2025-01-10T21:18:41.994Z | Compiling idna v0.3.0 |
1889 | 2025-01-10T21:18:42.655Z | Compiling idna v0.4.0 |
1890 | 2025-01-10T21:18:42.684Z | Compiling futures-executor v0.3.31 |
1891 | 2025-01-10T21:18:43.687Z | Compiling num-integer v0.1.46 |
1892 | 2025-01-10T21:18:43.842Z | Compiling md-5 v0.10.6 |
1893 | 2025-01-10T21:18:44.087Z | Compiling ff v0.13.0 |
1894 | 2025-01-10T21:18:44.090Z | Compiling hash32 v0.2.1 |
1895 | 2025-01-10T21:18:44.333Z | Compiling memmap v0.7.0 |
1896 | 2025-01-10T21:18:44.413Z | Compiling is-terminal v0.4.13 |
1897 | 2025-01-10T21:18:44.543Z | Compiling is_terminal_polyfill v1.70.1 |
1898 | 2025-01-10T21:18:44.680Z | Compiling psl-types v2.0.11 |
1899 | 2025-01-10T21:18:45.650Z | Compiling take_mut v0.2.2 |
1900 | 2025-01-10T21:18:45.785Z | Compiling anstyle-query v1.1.1 |
1901 | 2025-01-10T21:18:45.822Z | Compiling base16ct v0.2.0 |
1902 | 2025-01-10T21:18:45.952Z | Compiling utf-8 v0.7.6 |
1903 | 2025-01-10T21:18:46.130Z | Compiling fallible-iterator v0.2.0 |
1904 | 2025-01-10T21:18:46.270Z | Compiling linked-hash-map v0.5.6 |
1905 | 2025-01-10T21:18:46.774Z | Compiling quick-error v1.2.3 |
1906 | 2025-01-10T21:18:46.866Z | Compiling colorchoice v1.0.2 |
1907 | 2025-01-10T21:18:46.931Z | Compiling resolv-conf v0.7.0 |
1908 | 2025-01-10T21:18:47.033Z | Compiling anstream v0.6.15 |
1909 | 2025-01-10T21:18:47.615Z | Compiling postgres-protocol v0.6.7 |
1910 | 2025-01-10T21:18:47.711Z | Compiling lru-cache v0.1.2 |
1911 | 2025-01-10T21:18:47.926Z | Compiling tungstenite v0.24.0 |
1912 | 2025-01-10T21:18:48.839Z | Compiling sec1 v0.7.3 |
1913 | 2025-01-10T21:18:50.049Z | Compiling publicsuffix v2.2.3 |
1914 | 2025-01-10T21:18:50.327Z | Compiling usdt v0.5.0 |
1915 | 2025-01-10T21:18:50.518Z | Compiling slog-term v2.9.1 |
1916 | 2025-01-10T21:18:50.795Z | Compiling group v0.13.0 |
1917 | 2025-01-10T21:18:51.103Z | Compiling num-iter v0.1.45 |
1918 | 2025-01-10T21:18:51.297Z | Compiling hickory-proto v0.24.1 |
1919 | 2025-01-10T21:18:51.641Z | Compiling futures v0.3.31 |
1920 | 2025-01-10T21:18:51.766Z | Compiling regress v0.10.1 |
1921 | 2025-01-10T21:18:54.958Z | Compiling tokio-rustls v0.26.0 |
1922 | 2025-01-10T21:18:55.224Z | Compiling slog-bunyan v2.5.0 |
1923 | 2025-01-10T21:18:55.412Z | Compiling tokio-rustls v0.25.0 |
1924 | 2025-01-10T21:18:55.433Z | Compiling darling v0.20.10 |
1925 | 2025-01-10T21:18:55.561Z | Compiling toml v0.8.19 |
1926 | 2025-01-10T21:18:55.827Z | Compiling tokio-native-tls v0.3.1 |
1927 | 2025-01-10T21:18:55.865Z | Compiling strum_macros v0.25.3 |
1928 | 2025-01-10T21:18:56.110Z | Compiling phf_shared v0.11.2 |
1929 | 2025-01-10T21:18:56.644Z | Compiling async-stream v0.3.6 |
1930 | 2025-01-10T21:18:56.710Z | Compiling waitgroup v0.1.2 |
1931 | 2025-01-10T21:18:56.927Z | Compiling webpki-roots v0.26.6 |
1932 | 2025-01-10T21:18:57.215Z | Compiling idna v0.5.0 |
1933 | 2025-01-10T21:18:57.403Z | Compiling terminal_size v0.4.0 |
1934 | 2025-01-10T21:18:57.631Z | Compiling serde_path_to_error v0.1.16 |
1935 | 2025-01-10T21:18:58.501Z | Compiling hkdf v0.12.4 |
1936 | 2025-01-10T21:18:58.677Z | Compiling crypto-bigint v0.5.5 |
1937 | 2025-01-10T21:18:58.741Z | Compiling serde_repr v0.1.19 |
1938 | 2025-01-10T21:18:58.782Z | Compiling derive-where v1.2.7 |
1939 | 2025-01-10T21:18:59.403Z | Compiling clap_derive v4.5.18 |
1940 | 2025-01-10T21:18:59.791Z | Compiling hostname v0.4.0 |
1941 | 2025-01-10T21:19:00.046Z | Compiling crc32fast v1.4.2 |
1942 | 2025-01-10T21:19:00.384Z | Compiling clap_lex v0.7.2 |
1943 | 2025-01-10T21:19:00.830Z | Compiling bitflags v1.3.2 |
1944 | 2025-01-10T21:19:01.057Z | Compiling unicode-width v0.1.14 |
1945 | 2025-01-10T21:19:01.588Z | Compiling managed v0.8.0 |
1946 | 2025-01-10T21:19:02.204Z | Compiling debug-ignore v1.0.5 |
1947 | 2025-01-10T21:19:02.545Z | Compiling elliptic-curve v0.13.8 |
1948 | 2025-01-10T21:19:03.294Z | Compiling console v0.15.8 |
1949 | 2025-01-10T21:19:04.640Z | Compiling clap_builder v4.5.21 |
1950 | 2025-01-10T21:19:04.823Z | Compiling flate2 v1.0.34 |
1951 | 2025-01-10T21:19:04.919Z | Compiling cookie_store v0.21.0 |
1952 | 2025-01-10T21:19:06.592Z | Compiling hyper-rustls v0.27.3 |
1953 | 2025-01-10T21:19:09.253Z | Compiling hickory-resolver v0.24.1 |
1954 | 2025-01-10T21:19:11.678Z | Compiling phf v0.11.2 |
1955 | 2025-01-10T21:19:11.892Z | Compiling hyper-tls v0.6.0 |
1956 | 2025-01-10T21:19:12.003Z | Compiling typify-impl v0.2.0 |
1957 | 2025-01-10T21:19:12.005Z | Compiling signal-hook-mio v0.2.4 |
1958 | 2025-01-10T21:19:12.185Z | Compiling bzip2 v0.4.4 |
1959 | 2025-01-10T21:19:12.272Z | Compiling rayon v1.10.0 |
1960 | 2025-01-10T21:19:12.872Z | Compiling tokio-tungstenite v0.24.0 |
1961 | 2025-01-10T21:19:12.947Z | Compiling postgres-types v0.2.8 |
1962 | 2025-01-10T21:19:13.431Z | Compiling zerocopy v0.6.6 |
1963 | 2025-01-10T21:19:14.339Z | Compiling hubpack v0.1.2 |
1964 | 2025-01-10T21:19:14.434Z | Compiling ed25519 v2.2.3 |
1965 | 2025-01-10T21:19:14.467Z | Compiling phf_shared v0.10.0 |
1966 | 2025-01-10T21:19:14.744Z | Compiling pkcs1 v0.7.5 |
1967 | 2025-01-10T21:19:14.854Z | Compiling tokio-stream v0.1.16 |
1968 | 2025-01-10T21:19:15.700Z | Compiling ipnetwork v0.20.0 |
1969 | 2025-01-10T21:19:15.941Z | Compiling serde-big-array v0.5.1 |
1970 | 2025-01-10T21:19:16.734Z | Compiling rfc6979 v0.4.0 |
1971 | 2025-01-10T21:19:16.940Z | Compiling float-cmp v0.9.0 |
1972 | 2025-01-10T21:19:17.179Z | Compiling sync_wrapper v1.0.1 |
1973 | 2025-01-10T21:19:17.288Z | Compiling bstr v1.10.0 |
1974 | 2025-01-10T21:19:18.407Z | Compiling difflib v0.4.0 |
1975 | 2025-01-10T21:19:18.900Z | Compiling unicode-segmentation v1.12.0 |
1976 | 2025-01-10T21:19:19.575Z | Compiling new_debug_unreachable v1.0.6 |
1977 | 2025-01-10T21:19:19.681Z | Compiling number_prefix v0.4.0 |
1978 | 2025-01-10T21:19:19.702Z | Compiling static_assertions v1.1.0 |
1979 | 2025-01-10T21:19:19.721Z | Compiling bit-vec v0.6.3 |
1980 | 2025-01-10T21:19:19.809Z | Compiling fixedbitset v0.4.2 |
1981 | 2025-01-10T21:19:19.828Z | Compiling unicode-width v0.2.0 |
1982 | 2025-01-10T21:19:20.140Z | Compiling predicates-core v1.0.8 |
1983 | 2025-01-10T21:19:20.159Z | Compiling whoami v1.5.2 |
1984 | 2025-01-10T21:19:20.223Z | Compiling precomputed-hash v0.1.1 |
1985 | 2025-01-10T21:19:20.354Z | Compiling normalize-line-endings v0.3.0 |
1986 | 2025-01-10T21:19:20.373Z | Compiling string_cache v0.8.7 |
1987 | 2025-01-10T21:19:20.463Z | Compiling predicates v3.1.2 |
1988 | 2025-01-10T21:19:20.495Z | Compiling tokio-postgres v0.7.12 |
1989 | 2025-01-10T21:19:20.716Z | Compiling indicatif v0.17.9 |
1990 | 2025-01-10T21:19:21.844Z | Compiling petgraph v0.6.5 |
1991 | 2025-01-10T21:19:22.014Z | Compiling bit-set v0.5.3 |
1992 | 2025-01-10T21:19:22.334Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1993 | 2025-01-10T21:19:22.570Z | Compiling similar v2.6.0 |
1994 | 2025-01-10T21:19:24.106Z | Compiling typify-macro v0.2.0 |
1995 | 2025-01-10T21:19:24.900Z | Compiling reqwest v0.12.9 |
1996 | 2025-01-10T21:19:25.887Z | Compiling ecdsa v0.16.9 |
1997 | 2025-01-10T21:19:26.768Z | Compiling qorb v0.2.1 |
1998 | 2025-01-10T21:19:27.304Z | Compiling rsa v0.9.6 |
1999 | 2025-01-10T21:19:27.702Z | Compiling ed25519-dalek v2.1.1 |
2000 | 2025-01-10T21:19:28.623Z | Compiling zip v0.6.6 |
2001 | 2025-01-10T21:19:28.741Z | Compiling crossterm v0.28.1 |
2002 | 2025-01-10T21:19:28.913Z | Compiling clap v4.5.21 |
2003 | 2025-01-10T21:19:30.627Z | Compiling toml v0.7.8 |
2004 | 2025-01-10T21:19:31.528Z | Compiling x509-cert v0.2.5 |
2005 | 2025-01-10T21:19:32.232Z | Compiling hex v0.4.3 |
2006 | 2025-01-10T21:19:32.855Z | Compiling itertools v0.10.5 |
2007 | 2025-01-10T21:19:33.227Z | Compiling unicode-xid v0.2.6 |
2008 | 2025-01-10T21:19:33.410Z | Compiling zerocopy v0.8.10 |
2009 | 2025-01-10T21:19:33.487Z | Compiling lalrpop-util v0.19.12 |
2010 | 2025-01-10T21:19:33.830Z | Compiling peg-runtime v0.8.3 |
2011 | 2025-01-10T21:19:35.969Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2012 | 2025-01-10T21:19:40.186Z | Compiling proc-macro-crate v1.3.1 |
2013 | 2025-01-10T21:19:40.302Z | Compiling macaddr v1.0.1 |
2014 | 2025-01-10T21:19:40.947Z | Compiling zerocopy-derive v0.8.10 |
2015 | 2025-01-10T21:19:41.005Z | Compiling itertools v0.13.0 |
2016 | 2025-01-10T21:19:41.804Z | Compiling heapless v0.8.0 |
2017 | 2025-01-10T21:19:44.256Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2018 | 2025-01-10T21:19:48.892Z | Compiling num_enum_derive v0.5.11 |
2019 | 2025-01-10T21:19:57.568Z | Compiling hash32 v0.3.1 |
2020 | 2025-01-10T21:19:58.503Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2021 | 2025-01-10T21:19:58.792Z | Compiling smoltcp v0.11.0 |
2022 | 2025-01-10T21:20:04.027Z | Compiling num_enum v0.5.11 |
2023 | 2025-01-10T21:20:04.222Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2024 | 2025-01-10T21:20:05.199Z | Compiling typify v0.2.0 |
2025 | 2025-01-10T21:20:05.227Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2026 | 2025-01-10T21:20:05.718Z | Compiling proc-macro-error-attr v1.0.4 |
2027 | 2025-01-10T21:20:06.232Z | Compiling cobs v0.2.3 |
2028 | 2025-01-10T21:20:06.697Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2029 | 2025-01-10T21:20:06.998Z | Compiling unsafe-libyaml v0.2.11 |
2030 | 2025-01-10T21:20:08.660Z | Compiling serde_yaml v0.9.34+deprecated |
2031 | 2025-01-10T21:20:12.512Z | Compiling postcard v1.0.10 |
2032 | 2025-01-10T21:20:22.303Z | Compiling progenitor-impl v0.8.0 |
2033 | 2025-01-10T21:20:27.539Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2034 | 2025-01-10T21:20:35.993Z | Compiling strum_macros v0.26.4 |
2035 | 2025-01-10T21:20:36.803Z | Compiling structmeta-derive v0.3.0 |
2036 | 2025-01-10T21:20:36.927Z | Compiling foreign-types-macros v0.2.3 |
2037 | 2025-01-10T21:20:37.109Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2038 | 2025-01-10T21:20:37.352Z | Compiling proc-macro-error v1.0.4 |
2039 | 2025-01-10T21:20:37.416Z | Compiling foreign-types-shared v0.3.1 |
2040 | 2025-01-10T21:20:39.519Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2041 | 2025-01-10T21:20:39.692Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2042 | 2025-01-10T21:20:40.306Z | Compiling structmeta v0.3.0 |
2043 | 2025-01-10T21:20:40.604Z | Compiling strum v0.26.3 |
2044 | 2025-01-10T21:20:45.290Z | Compiling foreign-types v0.5.0 |
2045 | 2025-01-10T21:20:50.403Z | Compiling progenitor-macro v0.8.0 |
2046 | 2025-01-10T21:20:53.699Z | Compiling progenitor-client v0.8.0 |
2047 | 2025-01-10T21:20:54.346Z | Compiling tabwriter v1.4.0 |
2048 | 2025-01-10T21:20:57.015Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2049 | 2025-01-10T21:20:57.105Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2050 | 2025-01-10T21:20:57.821Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2051 | 2025-01-10T21:20:58.323Z | Compiling cstr-argument v0.1.2 |
2052 | 2025-01-10T21:20:58.561Z | Compiling dropshot v0.13.0 |
2053 | 2025-01-10T21:20:58.643Z | Compiling pretty-hex v0.2.1 |
2054 | 2025-01-10T21:20:58.848Z | Compiling fastrand v2.1.1 |
2055 | 2025-01-10T21:20:58.850Z | Compiling thiserror v2.0.3 |
2056 | 2025-01-10T21:20:59.427Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2057 | 2025-01-10T21:20:59.553Z | Compiling crucible-workspace-hack v0.1.0 |
2058 | 2025-01-10T21:20:59.928Z | Compiling tempfile v3.13.0 |
2059 | 2025-01-10T21:21:00.300Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2060 | 2025-01-10T21:21:00.607Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2061 | 2025-01-10T21:21:00.708Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2062 | 2025-01-10T21:21:01.509Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2063 | 2025-01-10T21:21:01.741Z | Compiling parse-display-derive v0.10.0 |
2064 | 2025-01-10T21:21:02.329Z | Compiling colored v2.1.0 |
2065 | 2025-01-10T21:21:02.425Z | Compiling serde_with_macros v3.11.0 |
2066 | 2025-01-10T21:21:03.325Z | Compiling progenitor v0.8.0 |
2067 | 2025-01-10T21:21:03.513Z | Compiling dropshot_endpoint v0.13.0 |
2068 | 2025-01-10T21:21:03.607Z | Compiling thiserror-impl v2.0.3 |
2069 | 2025-01-10T21:21:05.033Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2070 | 2025-01-10T21:21:05.622Z | Compiling instant v0.1.13 |
2071 | 2025-01-10T21:21:05.784Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2072 | 2025-01-10T21:21:05.802Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2073 | 2025-01-10T21:21:05.865Z | Compiling backoff v0.4.0 |
2074 | 2025-01-10T21:21:06.016Z | Compiling parse-display v0.10.0 |
2075 | 2025-01-10T21:21:06.198Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2076 | 2025-01-10T21:21:06.240Z | Compiling serde_with v3.11.0 |
2077 | 2025-01-10T21:21:06.306Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2078 | 2025-01-10T21:21:08.014Z | Compiling zone_cfg_derive v0.3.0 |
2079 | 2025-01-10T21:21:09.176Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2080 | 2025-01-10T21:21:09.447Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2081 | 2025-01-10T21:21:09.911Z | Compiling camino-tempfile v1.1.1 |
2082 | 2025-01-10T21:21:10.316Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2083 | 2025-01-10T21:21:10.733Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2084 | 2025-01-10T21:21:10.752Z | Compiling regress v0.9.1 |
2085 | 2025-01-10T21:21:10.833Z | Compiling num-derive v0.4.2 |
2086 | 2025-01-10T21:21:10.921Z | Compiling sigpipe v0.1.3 |
2087 | 2025-01-10T21:21:11.064Z | Compiling libefi-sys v0.1.0 |
2088 | 2025-01-10T21:21:11.366Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2089 | 2025-01-10T21:21:11.725Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2090 | 2025-01-10T21:21:13.022Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2091 | 2025-01-10T21:21:14.563Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2092 | 2025-01-10T21:21:14.983Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2093 | 2025-01-10T21:21:15.140Z | Compiling zone v0.3.0 |
2094 | 2025-01-10T21:21:16.505Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2095 | 2025-01-10T21:21:18.527Z | Compiling smf v0.2.3 |
2096 | 2025-01-10T21:21:19.417Z | Compiling bitfield-struct v0.6.2 |
2097 | 2025-01-10T21:21:20.771Z | Compiling blake3 v1.5.4 |
2098 | 2025-01-10T21:21:20.834Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2099 | 2025-01-10T21:21:21.176Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2100 | 2025-01-10T21:21:21.749Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2101 | 2025-01-10T21:21:21.967Z | Compiling xattr v1.3.1 |
2102 | 2025-01-10T21:21:21.989Z | Compiling filetime v0.2.25 |
2103 | 2025-01-10T21:21:22.076Z | Compiling memmap2 v0.9.5 |
2104 | 2025-01-10T21:21:22.295Z | Compiling constant_time_eq v0.3.1 |
2105 | 2025-01-10T21:21:22.350Z | Compiling arrayvec v0.7.6 |
2106 | 2025-01-10T21:21:22.480Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2107 | 2025-01-10T21:21:22.619Z | Compiling same-file v1.0.6 |
2108 | 2025-01-10T21:21:22.673Z | Compiling arrayref v0.3.9 |
2109 | 2025-01-10T21:21:22.851Z | Compiling walkdir v2.5.0 |
2110 | 2025-01-10T21:21:22.883Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2111 | 2025-01-10T21:21:22.904Z | Compiling tar v0.4.42 |
2112 | 2025-01-10T21:21:24.525Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2113 | 2025-01-10T21:21:24.956Z | Compiling gethostname v0.5.0 |
2114 | 2025-01-10T21:21:25.122Z | Compiling cargo-platform v0.1.8 |
2115 | 2025-01-10T21:21:25.176Z | Compiling topological-sort v0.2.2 |
2116 | 2025-01-10T21:21:25.451Z | Compiling cargo_metadata v0.18.1 |
2117 | 2025-01-10T21:21:25.501Z | Compiling omicron-zone-package v0.12.0 |
2118 | 2025-01-10T21:21:25.595Z | Compiling shell-words v1.1.0 |
2119 | 2025-01-10T21:21:26.019Z | Compiling indent_write v2.2.0 |
2120 | 2025-01-10T21:21:33.674Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2121 | 2025-01-10T21:21:36.119Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2122 | 2025-01-10T21:21:38.662Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2123 | 2025-01-10T21:21:56.201Z | Finished `release` profile [optimized] target(s) in 5m 28s |
2124 | 2025-01-10T21:21:56.293Z | Running `target/release/omicron-package -t test target create -p dev` |
2125 | 2025-01-10T21:21:56.340Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2126 | 2025-01-10T21:21:56.343Z | Created new build target 'test' and set it as active |
2127 | 2025-01-10T21:21:56.343Z | |
2128 | 2025-01-10T21:21:56.343Z | real 5:28.824548338 |
2129 | 2025-01-10T21:21:56.343Z | user 37:02.303020417 |
2130 | 2025-01-10T21:21:56.343Z | sys 4:58.609407127 |
2131 | 2025-01-10T21:21:56.343Z | trap 1.109709820 |
2132 | 2025-01-10T21:21:56.343Z | tflt 3.200305932 |
2133 | 2025-01-10T21:21:56.343Z | dflt 0.952225965 |
2134 | 2025-01-10T21:21:56.343Z | kflt 0.000358578 |
2135 | 2025-01-10T21:21:56.343Z | lock 1:17:53.096225098 |
2136 | 2025-01-10T21:21:56.343Z | slp 2:34:25.958116790 |
2137 | 2025-01-10T21:21:56.343Z | lat 2:32.113098373 |
2138 | 2025-01-10T21:21:56.343Z | stop 4:35.351411926 |
2139 | 2025-01-10T21:21:56.343Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2140 | 2025-01-10T21:21:57.328Z | Finished `release` profile [optimized] target(s) in 0.93s |
2141 | 2025-01-10T21:21:57.385Z | Running `target/release/omicron-package -t test package` |
2142 | 2025-01-10T21:21:57.430Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2143 | 2025-01-10T21:21:58.566Z | Compiling convert_case v0.4.0 |
2144 | 2025-01-10T21:21:58.566Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2145 | 2025-01-10T21:21:58.568Z | Compiling newline-converter v0.3.0 |
2146 | 2025-01-10T21:21:58.568Z | Compiling password-hash v0.5.0 |
2147 | 2025-01-10T21:21:58.568Z | Compiling blake2 v0.10.6 |
2148 | 2025-01-10T21:21:58.568Z | Compiling base64 v0.21.7 |
2149 | 2025-01-10T21:21:58.699Z | Compiling atomicwrites v0.4.4 |
2150 | 2025-01-10T21:21:58.711Z | Compiling progenitor-client v0.8.0 |
2151 | 2025-01-10T21:21:58.921Z | Compiling owo-colors v4.1.0 |
2152 | 2025-01-10T21:21:58.969Z | Compiling expectorate v1.1.0 |
2153 | 2025-01-10T21:21:59.172Z | Compiling cancel-safe-futures v0.1.5 |
2154 | 2025-01-10T21:21:59.208Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2155 | 2025-01-10T21:21:59.254Z | Compiling argon2 v0.5.3 |
2156 | 2025-01-10T21:21:59.321Z | Compiling progenitor v0.8.0 |
2157 | 2025-01-10T21:21:59.403Z | Compiling derive_more v0.99.18 |
2158 | 2025-01-10T21:21:59.524Z | Compiling num-rational v0.4.2 |
2159 | 2025-01-10T21:21:59.567Z | Compiling num-complex v0.4.6 |
2160 | 2025-01-10T21:21:59.951Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2161 | 2025-01-10T21:22:00.549Z | Compiling libsw v3.3.1 |
2162 | 2025-01-10T21:22:00.580Z | Compiling swrite v0.1.0 |
2163 | 2025-01-10T21:22:00.718Z | Compiling num v0.4.3 |
2164 | 2025-01-10T21:22:00.840Z | Compiling linear-map v1.2.0 |
2165 | 2025-01-10T21:22:00.893Z | Compiling float-ord v0.3.2 |
2166 | 2025-01-10T21:22:00.915Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2167 | 2025-01-10T21:22:00.961Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2168 | 2025-01-10T21:22:01.062Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2169 | 2025-01-10T21:22:01.260Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2170 | 2025-01-10T21:22:01.701Z | Compiling highway v1.2.0 |
2171 | 2025-01-10T21:22:02.001Z | Compiling semver v0.1.20 |
2172 | 2025-01-10T21:22:02.576Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2173 | 2025-01-10T21:22:02.873Z | Compiling rustc_version v0.1.7 |
2174 | 2025-01-10T21:22:03.142Z | Compiling tungstenite v0.21.0 |
2175 | 2025-01-10T21:22:03.308Z | Compiling newtype_derive v0.1.6 |
2176 | 2025-01-10T21:22:03.617Z | Compiling ipnetwork v0.20.0 |
2177 | 2025-01-10T21:22:04.418Z | Compiling tokio-tungstenite v0.21.0 |
2178 | 2025-01-10T21:22:05.133Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2179 | 2025-01-10T21:22:05.810Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2180 | 2025-01-10T21:22:06.004Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2181 | 2025-01-10T21:22:08.438Z | Compiling humantime v2.1.0 |
2182 | 2025-01-10T21:22:08.914Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2183 | 2025-01-10T21:22:09.341Z | Compiling dropshot v0.13.0 |
2184 | 2025-01-10T21:22:09.420Z | Compiling instant v0.1.13 |
2185 | 2025-01-10T21:22:09.610Z | Compiling backoff v0.4.0 |
2186 | 2025-01-10T21:22:09.870Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2187 | 2025-01-10T21:22:10.250Z | Compiling steno v0.4.1 |
2188 | 2025-01-10T21:22:10.344Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2189 | 2025-01-10T21:22:10.503Z | Compiling parse-display v0.10.0 |
2190 | 2025-01-10T21:22:11.092Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2191 | 2025-01-10T21:22:11.285Z | Compiling strum v0.26.3 |
2192 | 2025-01-10T21:22:11.488Z | Compiling serde_with v3.11.0 |
2193 | 2025-01-10T21:22:15.225Z | Compiling regress v0.9.1 |
2194 | 2025-01-10T21:22:15.795Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2195 | 2025-01-10T21:22:18.366Z | Compiling macaddr v1.0.1 |
2196 | 2025-01-10T21:22:18.487Z | Compiling slog-dtrace v0.3.0 |
2197 | 2025-01-10T21:22:18.785Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2198 | 2025-01-10T21:22:18.874Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2199 | 2025-01-10T21:22:19.153Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2200 | 2025-01-10T21:22:20.857Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2201 | 2025-01-10T21:22:21.190Z | Compiling prettyplease v0.2.25 |
2202 | 2025-01-10T21:22:21.647Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2203 | 2025-01-10T21:22:21.793Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2204 | 2025-01-10T21:22:22.872Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2205 | 2025-01-10T21:22:25.289Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2206 | 2025-01-10T21:22:25.843Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2207 | 2025-01-10T21:22:37.893Z | Compiling half v2.4.1 |
2208 | 2025-01-10T21:22:38.436Z | Compiling ciborium-io v0.2.2 |
2209 | 2025-01-10T21:22:38.587Z | Compiling ciborium-ll v0.2.2 |
2210 | 2025-01-10T21:22:38.590Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2211 | 2025-01-10T21:22:39.110Z | Compiling ciborium v0.2.2 |
2212 | 2025-01-10T21:22:39.280Z | Compiling same-file v1.0.6 |
2213 | 2025-01-10T21:22:39.451Z | Compiling display-error-chain v0.2.2 |
2214 | 2025-01-10T21:22:39.530Z | Compiling fastrand v2.1.1 |
2215 | 2025-01-10T21:22:39.661Z | Compiling walkdir v2.5.0 |
2216 | 2025-01-10T21:22:40.043Z | Compiling tempfile v3.13.0 |
2217 | 2025-01-10T21:22:40.223Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2218 | 2025-01-10T21:22:40.362Z | Compiling blake3 v1.5.4 |
2219 | 2025-01-10T21:22:40.822Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2220 | 2025-01-10T21:22:41.026Z | Compiling xattr v1.3.1 |
2221 | 2025-01-10T21:22:41.176Z | Compiling filetime v0.2.25 |
2222 | 2025-01-10T21:22:41.295Z | Compiling memmap2 v0.9.5 |
2223 | 2025-01-10T21:22:41.479Z | Compiling arrayref v0.3.9 |
2224 | 2025-01-10T21:22:41.595Z | Compiling arrayvec v0.7.6 |
2225 | 2025-01-10T21:22:41.692Z | Compiling keccak v0.1.5 |
2226 | 2025-01-10T21:22:42.039Z | Compiling constant_time_eq v0.3.1 |
2227 | 2025-01-10T21:22:42.708Z | Compiling sha3 v0.10.8 |
2228 | 2025-01-10T21:22:43.308Z | Compiling tar v0.4.42 |
2229 | 2025-01-10T21:22:43.587Z | Compiling camino-tempfile v1.1.1 |
2230 | 2025-01-10T21:22:43.702Z | Compiling toolchain_find v0.4.0 |
2231 | 2025-01-10T21:22:44.064Z | Compiling const_format_proc_macros v0.2.33 |
2232 | 2025-01-10T21:22:44.330Z | Compiling maplit v1.0.2 |
2233 | 2025-01-10T21:22:44.467Z | Compiling topological-sort v0.2.2 |
2234 | 2025-01-10T21:22:44.487Z | Compiling radium v0.7.0 |
2235 | 2025-01-10T21:22:44.705Z | Compiling crunchy v0.2.2 |
2236 | 2025-01-10T21:22:44.784Z | Compiling omicron-zone-package v0.12.0 |
2237 | 2025-01-10T21:22:44.948Z | Compiling rustfmt-wrapper v0.2.1 |
2238 | 2025-01-10T21:22:45.064Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2239 | 2025-01-10T21:22:45.173Z | Compiling maybe-uninit v2.0.0 |
2240 | 2025-01-10T21:22:45.408Z | Compiling tap v1.0.1 |
2241 | 2025-01-10T21:22:45.516Z | Compiling tiny-keccak v2.0.2 |
2242 | 2025-01-10T21:22:45.601Z | Compiling wyz v0.5.1 |
2243 | 2025-01-10T21:22:45.716Z | Compiling dsl_auto_type v0.1.2 |
2244 | 2025-01-10T21:22:45.875Z | Compiling phf_generator v0.11.2 |
2245 | 2025-01-10T21:22:45.955Z | Compiling const_format v0.2.33 |
2246 | 2025-01-10T21:22:46.062Z | Compiling scheduled-thread-pool v0.2.7 |
2247 | 2025-01-10T21:22:46.095Z | Compiling secrecy v0.8.0 |
2248 | 2025-01-10T21:22:46.252Z | Compiling async-recursion v1.1.1 |
2249 | 2025-01-10T21:22:46.368Z | Compiling diesel_table_macro_syntax v0.2.0 |
2250 | 2025-01-10T21:22:46.779Z | Compiling crc-catalog v2.4.0 |
2251 | 2025-01-10T21:22:46.957Z | Compiling packed_struct v0.10.1 |
2252 | 2025-01-10T21:22:47.087Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2253 | 2025-01-10T21:22:47.227Z | Compiling funty v2.0.0 |
2254 | 2025-01-10T21:22:47.256Z | Compiling arc-swap v1.7.1 |
2255 | 2025-01-10T21:22:47.422Z | Compiling diesel_derives v2.2.3 |
2256 | 2025-01-10T21:22:47.441Z | Compiling crc v3.2.1 |
2257 | 2025-01-10T21:22:47.701Z | Compiling r2d2 v0.8.10 |
2258 | 2025-01-10T21:22:47.950Z | Compiling slog-scope v4.4.0 |
2259 | 2025-01-10T21:22:48.179Z | Compiling phf_codegen v0.11.2 |
2260 | 2025-01-10T21:22:48.413Z | Compiling bitvec v1.0.1 |
2261 | 2025-01-10T21:22:49.339Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2262 | 2025-01-10T21:22:49.429Z | Compiling ascii-canvas v3.0.0 |
2263 | 2025-01-10T21:22:49.565Z | Compiling universal-hash v0.5.1 |
2264 | 2025-01-10T21:22:49.812Z | Compiling packed_struct_codegen v0.10.1 |
2265 | 2025-01-10T21:22:49.922Z | Compiling thiserror-impl-no-std v2.0.2 |
2266 | 2025-01-10T21:22:50.673Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2267 | 2025-01-10T21:22:52.337Z | Compiling parse-zoneinfo v0.3.1 |
2268 | 2025-01-10T21:22:52.633Z | Compiling ena v0.14.3 |
2269 | 2025-01-10T21:22:52.930Z | Compiling indexmap v1.9.3 |
2270 | 2025-01-10T21:22:53.037Z | Compiling diff v0.1.13 |
2271 | 2025-01-10T21:22:53.246Z | Compiling opaque-debug v0.3.1 |
2272 | 2025-01-10T21:22:53.365Z | Compiling regex-syntax v0.6.29 |
2273 | 2025-01-10T21:22:53.597Z | Compiling nodrop v0.1.14 |
2274 | 2025-01-10T21:22:53.749Z | Compiling array-init v0.0.4 |
2275 | 2025-01-10T21:22:53.942Z | Compiling poly1305 v0.8.0 |
2276 | 2025-01-10T21:22:55.111Z | Compiling chrono-tz-build v0.4.0 |
2277 | 2025-01-10T21:22:56.293Z | Compiling thiserror-no-std v2.0.2 |
2278 | 2025-01-10T21:22:56.435Z | Compiling smallvec v0.6.14 |
2279 | 2025-01-10T21:22:56.961Z | Compiling lalrpop v0.19.12 |
2280 | 2025-01-10T21:22:58.796Z | Compiling slog-stdlog v4.1.1 |
2281 | 2025-01-10T21:22:58.933Z | Compiling diesel v2.2.6 |
2282 | 2025-01-10T21:22:59.702Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2283 | 2025-01-10T21:23:00.194Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2284 | 2025-01-10T21:23:00.495Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2285 | 2025-01-10T21:23:00.741Z | Compiling chacha20 v0.9.1 |
2286 | 2025-01-10T21:23:00.833Z | Compiling aead v0.5.2 |
2287 | 2025-01-10T21:23:01.193Z | Compiling vte_generate_state_changes v0.1.2 |
2288 | 2025-01-10T21:23:01.231Z | Compiling ref-cast v1.0.23 |
2289 | 2025-01-10T21:23:01.682Z | Compiling termcolor v1.4.1 |
2290 | 2025-01-10T21:23:01.805Z | Compiling bitfield v0.14.0 |
2291 | 2025-01-10T21:23:02.077Z | Compiling hashbrown v0.12.3 |
2292 | 2025-01-10T21:23:02.770Z | Compiling env_logger v0.10.2 |
2293 | 2025-01-10T21:23:04.583Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2294 | 2025-01-10T21:23:05.859Z | Compiling vte v0.11.1 |
2295 | 2025-01-10T21:23:07.389Z | Compiling chacha20poly1305 v0.10.1 |
2296 | 2025-01-10T21:23:07.644Z | Compiling slog-envlogger v2.2.0 |
2297 | 2025-01-10T21:23:10.493Z | Compiling serde-hex v0.1.0 |
2298 | 2025-01-10T21:23:15.925Z | Compiling vsss-rs v3.3.4 |
2299 | 2025-01-10T21:23:20.604Z | Compiling chrono-tz v0.10.0 |
2300 | 2025-01-10T21:23:21.227Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2301 | 2025-01-10T21:23:21.565Z | Compiling ron v0.8.1 |
2302 | 2025-01-10T21:23:22.753Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2303 | 2025-01-10T21:23:23.046Z | Compiling derive_builder_core v0.20.2 |
2304 | 2025-01-10T21:23:23.134Z | Compiling polar-core v0.27.3 |
2305 | 2025-01-10T21:23:24.353Z | Compiling hashbrown v0.13.2 |
2306 | 2025-01-10T21:23:25.393Z | Compiling headers-core v0.3.0 |
2307 | 2025-01-10T21:23:25.585Z | Compiling fxhash v0.2.1 |
2308 | 2025-01-10T21:23:25.769Z | Compiling libxml v0.3.3 |
2309 | 2025-01-10T21:23:25.817Z | Compiling ref-cast-impl v1.0.23 |
2310 | 2025-01-10T21:23:26.126Z | Compiling crc-any v2.5.0 |
2311 | 2025-01-10T21:23:26.956Z | Compiling bytecount v0.6.8 |
2312 | 2025-01-10T21:23:27.110Z | Compiling simd-adler32 v0.3.7 |
2313 | 2025-01-10T21:23:27.295Z | Compiling zip v2.1.3 |
2314 | 2025-01-10T21:23:27.366Z | Compiling lockfree-object-pool v0.1.6 |
2315 | 2025-01-10T21:23:27.619Z | Compiling bumpalo v3.16.0 |
2316 | 2025-01-10T21:23:27.708Z | Compiling papergrid v0.11.0 |
2317 | 2025-01-10T21:23:28.229Z | Compiling zopfli v0.8.1 |
2318 | 2025-01-10T21:23:28.432Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2319 | 2025-01-10T21:23:32.532Z | Compiling object v0.30.4 |
2320 | 2025-01-10T21:23:38.184Z | Compiling headers v0.4.0 |
2321 | 2025-01-10T21:23:38.787Z | Compiling derive_builder_macro v0.20.2 |
2322 | 2025-01-10T21:23:41.101Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2323 | 2025-01-10T21:23:42.761Z | Compiling strip-ansi-escapes v0.2.0 |
2324 | 2025-01-10T21:23:43.393Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2325 | 2025-01-10T21:23:43.448Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2326 | 2025-01-10T21:23:43.737Z | Compiling tabled_derive v0.7.0 |
2327 | 2025-01-10T21:23:45.621Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2328 | 2025-01-10T21:23:45.906Z | Compiling fd-lock v4.0.2 |
2329 | 2025-01-10T21:23:46.125Z | Compiling peg-macros v0.8.4 |
2330 | 2025-01-10T21:23:46.156Z | Compiling strum_macros v0.24.3 |
2331 | 2025-01-10T21:23:46.615Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2332 | 2025-01-10T21:23:47.715Z | Compiling kstat-rs v0.2.4 |
2333 | 2025-01-10T21:23:48.735Z | Compiling samael v0.0.17 |
2334 | 2025-01-10T21:23:49.395Z | Compiling unicase v2.7.0 |
2335 | 2025-01-10T21:23:49.415Z | Compiling nu-ansi-term v0.50.1 |
2336 | 2025-01-10T21:23:49.707Z | Compiling path-slash v0.1.5 |
2337 | 2025-01-10T21:23:49.964Z | Compiling indoc v1.0.9 |
2338 | 2025-01-10T21:23:50.347Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2339 | 2025-01-10T21:23:50.584Z | Compiling reedline v0.35.0 |
2340 | 2025-01-10T21:23:50.805Z | Compiling peg v0.8.4 |
2341 | 2025-01-10T21:23:50.932Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2342 | 2025-01-10T21:23:54.261Z | Compiling tabled v0.15.0 |
2343 | 2025-01-10T21:23:56.666Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2344 | 2025-01-10T21:24:06.184Z | Compiling derive_builder v0.20.2 |
2345 | 2025-01-10T21:24:11.198Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2346 | 2025-01-10T21:24:11.475Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2347 | 2025-01-10T21:24:14.433Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2348 | 2025-01-10T21:24:14.724Z | Compiling pem v3.0.4 |
2349 | 2025-01-10T21:24:14.744Z | Compiling bcs v0.1.6 |
2350 | 2025-01-10T21:24:14.821Z | Compiling impl-trait-for-tuples v0.2.2 |
2351 | 2025-01-10T21:24:15.680Z | Compiling oso-derive v0.27.3 |
2352 | 2025-01-10T21:24:16.197Z | Compiling libz-sys v1.1.20 |
2353 | 2025-01-10T21:24:16.651Z | Compiling quick-xml v0.33.0 |
2354 | 2025-01-10T21:24:16.851Z | Compiling diesel-dtrace v0.4.2 |
2355 | 2025-01-10T21:24:17.169Z | Compiling parking_lot_core v0.8.6 |
2356 | 2025-01-10T21:24:21.705Z | Compiling oso v0.27.3 |
2357 | 2025-01-10T21:24:22.492Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2358 | 2025-01-10T21:24:24.057Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2359 | 2025-01-10T21:24:29.472Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2360 | 2025-01-10T21:24:32.688Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2361 | 2025-01-10T21:24:32.979Z | Compiling bb8 v0.8.5 |
2362 | 2025-01-10T21:24:33.621Z | Compiling buf-list v1.0.3 |
2363 | 2025-01-10T21:24:34.268Z | Compiling async-bb8-diesel v0.2.1 |
2364 | 2025-01-10T21:24:36.667Z | Compiling nibble_vec v0.1.0 |
2365 | 2025-01-10T21:24:36.922Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2366 | 2025-01-10T21:24:37.733Z | Compiling pin-project-internal v1.1.6 |
2367 | 2025-01-10T21:24:39.279Z | Compiling atty v0.2.14 |
2368 | 2025-01-10T21:24:39.458Z | Compiling endian-type v0.1.2 |
2369 | 2025-01-10T21:24:39.727Z | Compiling salty v0.3.0 |
2370 | 2025-01-10T21:24:40.197Z | Compiling radix_trie v0.2.1 |
2371 | 2025-01-10T21:24:40.588Z | Compiling pin-project v1.1.6 |
2372 | 2025-01-10T21:24:41.534Z | Compiling parking_lot v0.11.2 |
2373 | 2025-01-10T21:24:44.587Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2374 | 2025-01-10T21:24:50.995Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2375 | 2025-01-10T21:24:55.884Z | Compiling snafu-derive v0.8.5 |
2376 | 2025-01-10T21:24:59.630Z | Compiling sled v0.34.7 |
2377 | 2025-01-10T21:25:00.692Z | Compiling snafu v0.8.5 |
2378 | 2025-01-10T21:25:01.983Z | Compiling mime_guess v2.0.5 |
2379 | 2025-01-10T21:25:03.076Z | Compiling hickory-client v0.24.1 |
2380 | 2025-01-10T21:25:09.221Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2381 | 2025-01-10T21:25:10.408Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2382 | 2025-01-10T21:25:11.400Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2383 | 2025-01-10T21:25:11.878Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2384 | 2025-01-10T21:25:12.353Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2385 | 2025-01-10T21:25:13.830Z | Compiling globset v0.4.15 |
2386 | 2025-01-10T21:25:16.468Z | Compiling hickory-server v0.24.1 |
2387 | 2025-01-10T21:25:20.673Z | Compiling primeorder v0.13.6 |
2388 | 2025-01-10T21:25:21.141Z | Compiling olpc-cjson v0.1.4 |
2389 | 2025-01-10T21:25:21.236Z | Compiling castaway v0.2.3 |
2390 | 2025-01-10T21:25:21.435Z | Compiling vergen v8.3.2 |
2391 | 2025-01-10T21:25:21.477Z | Compiling env_filter v0.1.2 |
2392 | 2025-01-10T21:25:21.720Z | Compiling serde_plain v1.0.2 |
2393 | 2025-01-10T21:25:22.259Z | Compiling cargo-platform v0.1.8 |
2394 | 2025-01-10T21:25:22.786Z | Compiling nanorand v0.7.0 |
2395 | 2025-01-10T21:25:22.983Z | Compiling memoffset v0.9.1 |
2396 | 2025-01-10T21:25:23.309Z | Compiling typed-path v0.9.3 |
2397 | 2025-01-10T21:25:23.663Z | Compiling flume v0.11.1 |
2398 | 2025-01-10T21:25:27.431Z | Compiling tough v0.19.0 |
2399 | 2025-01-10T21:25:28.665Z | Compiling cargo_metadata v0.18.1 |
2400 | 2025-01-10T21:25:30.668Z | Compiling env_logger v0.11.5 |
2401 | 2025-01-10T21:25:31.739Z | Compiling git2 v0.19.0 |
2402 | 2025-01-10T21:25:31.927Z | Compiling compact_str v0.8.0 |
2403 | 2025-01-10T21:25:32.092Z | Compiling p384 v0.13.0 |
2404 | 2025-01-10T21:25:33.994Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2405 | 2025-01-10T21:25:34.527Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2406 | 2025-01-10T21:25:38.222Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2407 | 2025-01-10T21:25:41.611Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2408 | 2025-01-10T21:25:42.806Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2409 | 2025-01-10T21:25:44.722Z | Compiling unicode-truncate v1.1.0 |
2410 | 2025-01-10T21:25:45.041Z | Compiling lru v0.12.5 |
2411 | 2025-01-10T21:25:45.432Z | Compiling rand_seeder v0.3.0 |
2412 | 2025-01-10T21:25:45.883Z | Compiling libsqlite3-sys v0.30.1 |
2413 | 2025-01-10T21:25:46.409Z | Compiling lzma-sys v0.1.20 |
2414 | 2025-01-10T21:25:47.131Z | Compiling instability v0.3.2 |
2415 | 2025-01-10T21:25:48.160Z | Compiling http-range v0.1.5 |
2416 | 2025-01-10T21:25:48.757Z | Compiling cassowary v0.3.0 |
2417 | 2025-01-10T21:25:49.634Z | Compiling parse-size v1.1.0 |
2418 | 2025-01-10T21:25:49.828Z | Compiling cfg_aliases v0.2.1 |
2419 | 2025-01-10T21:25:49.951Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2420 | 2025-01-10T21:25:49.970Z | Compiling rustls v0.21.12 |
2421 | 2025-01-10T21:25:50.309Z | Compiling nix v0.29.0 |
2422 | 2025-01-10T21:25:50.328Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2423 | 2025-01-10T21:25:51.226Z | Compiling ratatui v0.28.1 |
2424 | 2025-01-10T21:25:52.489Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2425 | 2025-01-10T21:25:54.584Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2426 | 2025-01-10T21:25:56.501Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2427 | 2025-01-10T21:25:57.642Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2428 | 2025-01-10T21:25:58.456Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2429 | 2025-01-10T21:25:58.767Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2430 | 2025-01-10T21:26:00.509Z | Compiling rustls-webpki v0.101.7 |
2431 | 2025-01-10T21:26:02.451Z | Compiling sct v0.7.1 |
2432 | 2025-01-10T21:26:02.527Z | Compiling heck v0.3.3 |
2433 | 2025-01-10T21:26:02.912Z | Compiling csv-core v0.1.11 |
2434 | 2025-01-10T21:26:02.931Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2435 | 2025-01-10T21:26:03.251Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2436 | 2025-01-10T21:26:03.570Z | Compiling glob v0.3.1 |
2437 | 2025-01-10T21:26:03.767Z | Compiling csv v1.3.0 |
2438 | 2025-01-10T21:26:04.430Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2439 | 2025-01-10T21:26:05.708Z | Compiling zone_cfg_derive v0.1.2 |
2440 | 2025-01-10T21:26:07.125Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2441 | 2025-01-10T21:26:10.698Z | Compiling nix v0.27.1 |
2442 | 2025-01-10T21:26:11.776Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2443 | 2025-01-10T21:26:13.077Z | Compiling hyper-staticfile v0.10.1 |
2444 | 2025-01-10T21:26:13.463Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2445 | 2025-01-10T21:26:14.281Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2446 | 2025-01-10T21:26:16.368Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2447 | 2025-01-10T21:26:17.643Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2448 | 2025-01-10T21:26:21.013Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2449 | 2025-01-10T21:26:23.557Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2450 | 2025-01-10T21:26:23.785Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2451 | 2025-01-10T21:26:23.897Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2452 | 2025-01-10T21:26:24.091Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2453 | 2025-01-10T21:26:24.203Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2454 | 2025-01-10T21:26:26.793Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2455 | 2025-01-10T21:26:27.214Z | Compiling hashlink v0.9.1 |
2456 | 2025-01-10T21:26:27.425Z | Compiling tungstenite v0.23.0 |
2457 | 2025-01-10T21:26:28.053Z | Compiling base64 v0.13.1 |
2458 | 2025-01-10T21:26:28.529Z | Compiling fallible-streaming-iterator v0.1.9 |
2459 | 2025-01-10T21:26:28.824Z | Compiling fallible-iterator v0.3.0 |
2460 | 2025-01-10T21:26:28.827Z | Compiling tokio-tungstenite v0.23.1 |
2461 | 2025-01-10T21:26:29.494Z | Compiling ron v0.7.1 |
2462 | 2025-01-10T21:26:29.672Z | Compiling rusqlite v0.32.1 |
2463 | 2025-01-10T21:26:30.671Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2464 | 2025-01-10T21:26:31.339Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2465 | 2025-01-10T21:26:33.187Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2466 | 2025-01-10T21:26:34.840Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2467 | 2025-01-10T21:26:34.980Z | Compiling xz2 v0.1.7 |
2468 | 2025-01-10T21:26:35.935Z | Compiling tokio-rustls v0.24.1 |
2469 | 2025-01-10T21:26:36.402Z | Compiling zone v0.1.8 |
2470 | 2025-01-10T21:26:39.131Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2471 | 2025-01-10T21:26:39.830Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2472 | 2025-01-10T21:26:47.746Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2473 | 2025-01-10T21:26:49.763Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2474 | 2025-01-10T21:26:53.081Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2475 | 2025-01-10T21:26:53.486Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2476 | 2025-01-10T21:26:56.410Z | Compiling rustls-pemfile v1.0.4 |
2477 | 2025-01-10T21:26:57.267Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2478 | 2025-01-10T21:26:57.624Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2479 | 2025-01-10T21:26:59.326Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2480 | 2025-01-10T21:26:59.508Z | Compiling signal-hook-tokio v0.3.1 |
2481 | 2025-01-10T21:26:59.744Z | Compiling twox-hash v1.6.3 |
2482 | 2025-01-10T21:27:00.788Z | Compiling yasna v0.5.2 |
2483 | 2025-01-10T21:27:01.817Z | Compiling is_ci v1.2.0 |
2484 | 2025-01-10T21:27:02.125Z | Compiling unicode-linebreak v0.1.5 |
2485 | 2025-01-10T21:27:02.540Z | Compiling smawk v0.3.2 |
2486 | 2025-01-10T21:27:02.659Z | Compiling supports-color v3.0.1 |
2487 | 2025-01-10T21:27:02.807Z | Compiling textwrap v0.16.1 |
2488 | 2025-01-10T21:27:03.074Z | Compiling rcgen v0.12.1 |
2489 | 2025-01-10T21:27:06.441Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2490 | 2025-01-10T21:27:12.104Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2491 | 2025-01-10T21:27:13.417Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2492 | 2025-01-10T21:27:14.901Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2493 | 2025-01-10T21:27:17.982Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2494 | 2025-01-10T21:27:33.270Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2495 | 2025-01-10T21:27:34.209Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2496 | 2025-01-10T21:27:38.143Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2497 | 2025-01-10T21:27:38.794Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2498 | 2025-01-10T21:27:47.875Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2499 | 2025-01-10T21:27:48.184Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2500 | 2025-01-10T21:27:50.793Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2501 | 2025-01-10T21:27:55.061Z | Compiling fatfs v0.3.6 |
2502 | 2025-01-10T21:27:57.969Z | Compiling subprocess v0.2.9 |
2503 | 2025-01-10T21:27:58.020Z | Compiling rtoolbox v0.0.2 |
2504 | 2025-01-10T21:27:58.464Z | Compiling assert_matches v1.5.0 |
2505 | 2025-01-10T21:28:00.666Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2506 | 2025-01-10T21:28:01.391Z | Compiling rpassword v7.3.1 |
2507 | 2025-01-10T21:28:01.863Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2508 | 2025-01-10T21:28:02.734Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2509 | 2025-01-10T21:28:08.477Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2510 | 2025-01-10T21:28:09.938Z | Compiling tui-tree-widget v0.22.0 |
2511 | 2025-01-10T21:28:10.398Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2512 | 2025-01-10T21:28:11.741Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2513 | 2025-01-10T21:28:12.052Z | Compiling uzers v0.12.1 |
2514 | 2025-01-10T21:28:15.194Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2515 | 2025-01-10T21:28:23.908Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2516 | 2025-01-10T21:28:25.968Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2517 | 2025-01-10T21:28:51.209Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2518 | 2025-01-10T21:28:57.486Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2519 | 2025-01-10T21:29:02.032Z | Compiling multimap v0.10.0 |
2520 | 2025-01-10T21:31:19.129Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2521 | 2025-01-10T21:31:30.900Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2522 | 2025-01-10T21:38:14.478Z | Finished `release` profile [optimized] target(s) in 16m 16s |
2523 | 2025-01-10T21:39:19.385Z | |
2524 | 2025-01-10T21:39:19.388Z | real 17:22.973093121 |
2525 | 2025-01-10T21:39:19.388Z | user 1:57:07.562104755 |
2526 | 2025-01-10T21:39:19.388Z | sys 5:55.652314779 |
2527 | 2025-01-10T21:39:19.388Z | trap 2.896774377 |
2528 | 2025-01-10T21:39:19.388Z | tflt 3.146013433 |
2529 | 2025-01-10T21:39:19.388Z | dflt 4.791493289 |
2530 | 2025-01-10T21:39:19.388Z | kflt 0.010603726 |
2531 | 2025-01-10T21:39:19.388Z | lock 7:17:11.809926950 |
2532 | 2025-01-10T21:39:19.388Z | slp 6:13:44.894413740 |
2533 | 2025-01-10T21:39:19.388Z | lat 2:53.759858593 |
2534 | 2025-01-10T21:39:19.388Z | stop 2:30.097368069 |
2535 | 2025-01-10T21:39:19.388Z | + mapfile -t packages |
2536 | 2025-01-10T21:39:19.388Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2537 | 2025-01-10T21:39:20.400Z | Finished `release` profile [optimized] target(s) in 0.96s |
2538 | 2025-01-10T21:39:20.462Z | Running `target/release/omicron-package -t test list-outputs` |
2539 | 2025-01-10T21:39:20.503Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2540 | 2025-01-10T21:39:20.508Z | + ptime -m cargo build --locked --release -p xtask |
2541 | 2025-01-10T21:39:21.073Z | Compiling serde v1.0.215 |
2542 | 2025-01-10T21:39:21.076Z | Compiling rustix v0.38.37 |
2543 | 2025-01-10T21:39:21.076Z | Compiling serde_json v1.0.133 |
2544 | 2025-01-10T21:39:21.076Z | Compiling libc v0.2.162 |
2545 | 2025-01-10T21:39:21.175Z | Compiling syn v2.0.87 |
2546 | 2025-01-10T21:39:21.204Z | Compiling bitflags v2.6.0 |
2547 | 2025-01-10T21:39:21.550Z | Compiling usdt-impl v0.5.0 |
2548 | 2025-01-10T21:39:21.570Z | Compiling syn v1.0.109 |
2549 | 2025-01-10T21:39:21.674Z | Compiling log v0.4.22 |
2550 | 2025-01-10T21:39:21.693Z | Compiling hashbrown v0.15.1 |
2551 | 2025-01-10T21:39:21.763Z | Compiling fs-err v2.11.0 |
2552 | 2025-01-10T21:39:22.079Z | Compiling once_cell v1.20.2 |
2553 | 2025-01-10T21:39:22.143Z | Compiling anyhow v1.0.93 |
2554 | 2025-01-10T21:39:22.559Z | Compiling thread-id v4.2.2 |
2555 | 2025-01-10T21:39:22.964Z | Compiling indexmap v2.6.0 |
2556 | 2025-01-10T21:39:24.325Z | Compiling terminal_size v0.4.0 |
2557 | 2025-01-10T21:39:24.325Z | Compiling tempfile v3.13.0 |
2558 | 2025-01-10T21:39:24.547Z | Compiling clap_builder v4.5.21 |
2559 | 2025-01-10T21:39:25.025Z | Compiling proc-macro-error v1.0.4 |
2560 | 2025-01-10T21:39:26.369Z | Compiling tabled_derive v0.7.0 |
2561 | 2025-01-10T21:39:27.746Z | Compiling tabled v0.15.0 |
2562 | 2025-01-10T21:39:29.205Z | Compiling serde_derive v1.0.215 |
2563 | 2025-01-10T21:39:29.803Z | Compiling thiserror-impl v1.0.69 |
2564 | 2025-01-10T21:39:32.806Z | Compiling zerocopy-derive v0.7.35 |
2565 | 2025-01-10T21:39:32.834Z | Compiling thiserror v1.0.69 |
2566 | 2025-01-10T21:39:33.036Z | Compiling pest v2.7.14 |
2567 | 2025-01-10T21:39:35.050Z | Compiling zerocopy v0.7.35 |
2568 | 2025-01-10T21:39:36.079Z | Compiling pest_meta v2.7.14 |
2569 | 2025-01-10T21:39:36.692Z | Compiling scroll_derive v0.12.0 |
2570 | 2025-01-10T21:39:38.121Z | Compiling pest_generator v2.7.14 |
2571 | 2025-01-10T21:39:39.958Z | Compiling scroll v0.12.0 |
2572 | 2025-01-10T21:39:40.250Z | Compiling pest_derive v2.7.14 |
2573 | 2025-01-10T21:39:40.585Z | Compiling goblin v0.8.2 |
2574 | 2025-01-10T21:39:41.016Z | Compiling dtrace-parser v0.2.0 |
2575 | 2025-01-10T21:39:42.812Z | Compiling clap_derive v4.5.18 |
2576 | 2025-01-10T21:39:46.065Z | Compiling dof v0.3.0 |
2577 | 2025-01-10T21:39:47.492Z | Compiling toml_datetime v0.6.8 |
2578 | 2025-01-10T21:39:47.834Z | Compiling serde_spanned v0.6.8 |
2579 | 2025-01-10T21:39:48.108Z | Compiling serde_tokenstream v0.2.2 |
2580 | 2025-01-10T21:39:48.209Z | Compiling toml_edit v0.22.22 |
2581 | 2025-01-10T21:39:48.499Z | Compiling camino v1.1.9 |
2582 | 2025-01-10T21:39:48.701Z | Compiling usdt-macro v0.5.0 |
2583 | 2025-01-10T21:39:49.853Z | Compiling usdt-attr-macro v0.5.0 |
2584 | 2025-01-10T21:39:49.941Z | Compiling cargo-platform v0.1.8 |
2585 | 2025-01-10T21:39:51.071Z | Compiling semver v1.0.23 |
2586 | 2025-01-10T21:39:51.269Z | Compiling usdt v0.5.0 |
2587 | 2025-01-10T21:39:51.897Z | Compiling toml v0.8.19 |
2588 | 2025-01-10T21:39:52.553Z | Compiling cargo_metadata v0.18.1 |
2589 | 2025-01-10T21:39:52.778Z | Compiling camino-tempfile v1.1.1 |
2590 | 2025-01-10T21:39:53.148Z | Compiling cargo_toml v0.20.5 |
2591 | 2025-01-10T21:39:53.600Z | Compiling clap v4.5.21 |
2592 | 2025-01-10T21:39:53.742Z | Compiling macaddr v1.0.1 |
2593 | 2025-01-10T21:40:06.172Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2594 | 2025-01-10T21:40:17.542Z | Finished `release` profile [optimized] target(s) in 56.98s |
2595 | 2025-01-10T21:40:17.669Z | |
2596 | 2025-01-10T21:40:17.669Z | real 57.138115758 |
2597 | 2025-01-10T21:40:17.669Z | user 5:46.523002565 |
2598 | 2025-01-10T21:40:17.669Z | sys 31.833300546 |
2599 | 2025-01-10T21:40:17.669Z | trap 0.151339194 |
2600 | 2025-01-10T21:40:17.669Z | tflt 0.267999563 |
2601 | 2025-01-10T21:40:17.672Z | dflt 0.524237196 |
2602 | 2025-01-10T21:40:17.672Z | kflt 0.000000000 |
2603 | 2025-01-10T21:40:17.672Z | lock 9:51.785466637 |
2604 | 2025-01-10T21:40:17.672Z | slp 15:16.018636179 |
2605 | 2025-01-10T21:40:17.672Z | lat 11.896185243 |
2606 | 2025-01-10T21:40:17.672Z | stop 16.781200664 |
2607 | 2025-01-10T21:40:17.672Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2608 | 2025-01-10T21:40:17.672Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2609 | 2025-01-10T21:40:17.672Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2610 | 2025-01-10T21:40:17.672Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2611 | 2025-01-10T21:40:17.672Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2612 | 2025-01-10T21:40:18.558Z | Compiling hashbrown v0.14.5 |
2613 | 2025-01-10T21:40:18.686Z | Compiling ident_case v1.0.1 |
2614 | 2025-01-10T21:40:18.699Z | Compiling unsafe-libyaml v0.2.11 |
2615 | 2025-01-10T21:40:18.699Z | Compiling progenitor-client v0.8.0 |
2616 | 2025-01-10T21:40:18.701Z | Compiling ipnetwork v0.20.0 |
2617 | 2025-01-10T21:40:18.701Z | Compiling macaddr v1.0.1 |
2618 | 2025-01-10T21:40:18.702Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2619 | 2025-01-10T21:40:18.702Z | Compiling instant v0.1.13 |
2620 | 2025-01-10T21:40:18.840Z | Compiling darling_core v0.20.10 |
2621 | 2025-01-10T21:40:18.916Z | Compiling structmeta-derive v0.3.0 |
2622 | 2025-01-10T21:40:19.116Z | Compiling dropshot v0.13.0 |
2623 | 2025-01-10T21:40:19.174Z | Compiling dropshot_endpoint v0.13.0 |
2624 | 2025-01-10T21:40:19.211Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2625 | 2025-01-10T21:40:19.504Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2626 | 2025-01-10T21:40:19.728Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2627 | 2025-01-10T21:40:20.031Z | Compiling regress v0.10.1 |
2628 | 2025-01-10T21:40:20.037Z | Compiling serde_yaml v0.9.34+deprecated |
2629 | 2025-01-10T21:40:20.521Z | Compiling regress v0.9.1 |
2630 | 2025-01-10T21:40:20.628Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2631 | 2025-01-10T21:40:20.844Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2632 | 2025-01-10T21:40:20.864Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2633 | 2025-01-10T21:40:21.662Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2634 | 2025-01-10T21:40:21.942Z | Compiling structmeta v0.3.0 |
2635 | 2025-01-10T21:40:21.986Z | Compiling backoff v0.4.0 |
2636 | 2025-01-10T21:40:22.126Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2637 | 2025-01-10T21:40:22.300Z | Compiling tempfile v3.13.0 |
2638 | 2025-01-10T21:40:22.361Z | Compiling proc-macro-crate v1.3.1 |
2639 | 2025-01-10T21:40:22.401Z | Compiling parse-display-derive v0.10.0 |
2640 | 2025-01-10T21:40:23.224Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2641 | 2025-01-10T21:40:23.501Z | Compiling num_enum_derive v0.5.11 |
2642 | 2025-01-10T21:40:23.614Z | Compiling itertools v0.13.0 |
2643 | 2025-01-10T21:40:24.162Z | Compiling typify-impl v0.2.0 |
2644 | 2025-01-10T21:40:25.136Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2645 | 2025-01-10T21:40:25.441Z | Compiling zerocopy v0.8.10 |
2646 | 2025-01-10T21:40:25.897Z | Compiling foreign-types-macros v0.2.3 |
2647 | 2025-01-10T21:40:26.038Z | Compiling darling_macro v0.20.10 |
2648 | 2025-01-10T21:40:26.168Z | Compiling num_enum v0.5.11 |
2649 | 2025-01-10T21:40:26.349Z | Compiling zerocopy-derive v0.8.10 |
2650 | 2025-01-10T21:40:26.473Z | Compiling crucible-workspace-hack v0.1.0 |
2651 | 2025-01-10T21:40:26.755Z | Compiling foreign-types-shared v0.3.1 |
2652 | 2025-01-10T21:40:26.899Z | Compiling heapless v0.8.0 |
2653 | 2025-01-10T21:40:26.996Z | Compiling darling v0.20.10 |
2654 | 2025-01-10T21:40:27.128Z | Compiling parse-display v0.10.0 |
2655 | 2025-01-10T21:40:27.131Z | Compiling serde_with_macros v3.11.0 |
2656 | 2025-01-10T21:40:27.168Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2657 | 2025-01-10T21:40:27.220Z | Compiling foreign-types v0.5.0 |
2658 | 2025-01-10T21:40:27.346Z | Compiling proc-macro-error v1.0.4 |
2659 | 2025-01-10T21:40:28.010Z | Compiling camino-tempfile v1.1.1 |
2660 | 2025-01-10T21:40:28.036Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2661 | 2025-01-10T21:40:28.108Z | Compiling hash32 v0.3.1 |
2662 | 2025-01-10T21:40:28.373Z | Compiling cstr-argument v0.1.2 |
2663 | 2025-01-10T21:40:28.500Z | Compiling smoltcp v0.11.0 |
2664 | 2025-01-10T21:40:28.647Z | Compiling pretty-hex v0.2.1 |
2665 | 2025-01-10T21:40:28.844Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2666 | 2025-01-10T21:40:28.893Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2667 | 2025-01-10T21:40:29.074Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2668 | 2025-01-10T21:40:29.426Z | Compiling tabwriter v1.4.0 |
2669 | 2025-01-10T21:40:29.707Z | Compiling colored v2.1.0 |
2670 | 2025-01-10T21:40:29.939Z | Compiling serde_with v3.11.0 |
2671 | 2025-01-10T21:40:29.964Z | Compiling cobs v0.2.3 |
2672 | 2025-01-10T21:40:30.311Z | Compiling postcard v1.0.10 |
2673 | 2025-01-10T21:40:30.474Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2674 | 2025-01-10T21:40:30.810Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2675 | 2025-01-10T21:40:31.045Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2676 | 2025-01-10T21:40:31.105Z | Compiling thiserror v2.0.3 |
2677 | 2025-01-10T21:40:31.821Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2678 | 2025-01-10T21:40:32.132Z | Compiling smf v0.2.3 |
2679 | 2025-01-10T21:40:32.367Z | Compiling thiserror-impl v2.0.3 |
2680 | 2025-01-10T21:40:33.104Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2681 | 2025-01-10T21:40:33.607Z | Compiling zone_cfg_derive v0.3.0 |
2682 | 2025-01-10T21:40:33.933Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2683 | 2025-01-10T21:40:34.186Z | Compiling num-derive v0.4.2 |
2684 | 2025-01-10T21:40:34.435Z | Compiling sigpipe v0.1.3 |
2685 | 2025-01-10T21:40:34.535Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2686 | 2025-01-10T21:40:34.576Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2687 | 2025-01-10T21:40:34.907Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2688 | 2025-01-10T21:40:35.062Z | Compiling zone v0.3.0 |
2689 | 2025-01-10T21:40:35.392Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2690 | 2025-01-10T21:40:35.498Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2691 | 2025-01-10T21:40:35.993Z | Compiling universal-hash v0.5.1 |
2692 | 2025-01-10T21:40:36.064Z | Compiling opaque-debug v0.3.1 |
2693 | 2025-01-10T21:40:36.179Z | Compiling tungstenite v0.21.0 |
2694 | 2025-01-10T21:40:36.200Z | Compiling num-rational v0.4.2 |
2695 | 2025-01-10T21:40:36.398Z | Compiling password-hash v0.5.0 |
2696 | 2025-01-10T21:40:36.600Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2697 | 2025-01-10T21:40:36.758Z | Compiling num-complex v0.4.6 |
2698 | 2025-01-10T21:40:37.445Z | Compiling blake2 v0.10.6 |
2699 | 2025-01-10T21:40:37.608Z | Compiling aead v0.5.2 |
2700 | 2025-01-10T21:40:37.807Z | Compiling base64 v0.21.7 |
2701 | 2025-01-10T21:40:37.856Z | Compiling keccak v0.1.5 |
2702 | 2025-01-10T21:40:38.027Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2703 | 2025-01-10T21:40:38.052Z | Compiling convert_case v0.4.0 |
2704 | 2025-01-10T21:40:38.254Z | Compiling sha3 v0.10.8 |
2705 | 2025-01-10T21:40:38.484Z | Compiling argon2 v0.5.3 |
2706 | 2025-01-10T21:40:38.617Z | Compiling num v0.4.3 |
2707 | 2025-01-10T21:40:38.745Z | Compiling tokio-tungstenite v0.21.0 |
2708 | 2025-01-10T21:40:38.796Z | Compiling poly1305 v0.8.0 |
2709 | 2025-01-10T21:40:38.891Z | Compiling chacha20 v0.9.1 |
2710 | 2025-01-10T21:40:39.071Z | Compiling derive_more v0.99.18 |
2711 | 2025-01-10T21:40:39.353Z | Compiling float-ord v0.3.2 |
2712 | 2025-01-10T21:40:39.381Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2713 | 2025-01-10T21:40:39.540Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2714 | 2025-01-10T21:40:39.574Z | Compiling semver v0.1.20 |
2715 | 2025-01-10T21:40:39.825Z | Compiling same-file v1.0.6 |
2716 | 2025-01-10T21:40:40.027Z | Compiling walkdir v2.5.0 |
2717 | 2025-01-10T21:40:40.162Z | Compiling rustc_version v0.1.7 |
2718 | 2025-01-10T21:40:40.283Z | Compiling newline-converter v0.3.0 |
2719 | 2025-01-10T21:40:40.468Z | Compiling primeorder v0.13.6 |
2720 | 2025-01-10T21:40:40.543Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2721 | 2025-01-10T21:40:40.675Z | Compiling secrecy v0.8.0 |
2722 | 2025-01-10T21:40:40.860Z | Compiling owo-colors v4.1.0 |
2723 | 2025-01-10T21:40:40.987Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2724 | 2025-01-10T21:40:41.019Z | Compiling cancel-safe-futures v0.1.5 |
2725 | 2025-01-10T21:40:41.185Z | Compiling newtype_derive v0.1.6 |
2726 | 2025-01-10T21:40:41.205Z | Compiling expectorate v1.1.0 |
2727 | 2025-01-10T21:40:41.334Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2728 | 2025-01-10T21:40:41.405Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2729 | 2025-01-10T21:40:41.433Z | Compiling thiserror-impl-no-std v2.0.2 |
2730 | 2025-01-10T21:40:41.499Z | Compiling blake3 v1.5.4 |
2731 | 2025-01-10T21:40:41.741Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2732 | 2025-01-10T21:40:41.881Z | Compiling half v2.4.1 |
2733 | 2025-01-10T21:40:41.909Z | Compiling unicase v2.7.0 |
2734 | 2025-01-10T21:40:42.185Z | Compiling ciborium-io v0.2.2 |
2735 | 2025-01-10T21:40:42.218Z | Compiling arc-swap v1.7.1 |
2736 | 2025-01-10T21:40:42.453Z | Compiling ciborium-ll v0.2.2 |
2737 | 2025-01-10T21:40:42.552Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2738 | 2025-01-10T21:40:42.853Z | Compiling slog-scope v4.4.0 |
2739 | 2025-01-10T21:40:42.897Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2740 | 2025-01-10T21:40:42.969Z | Compiling typify-macro v0.2.0 |
2741 | 2025-01-10T21:40:43.249Z | Compiling polyval v0.6.2 |
2742 | 2025-01-10T21:40:43.397Z | Compiling atomicwrites v0.4.4 |
2743 | 2025-01-10T21:40:43.716Z | Compiling libsw v3.3.1 |
2744 | 2025-01-10T21:40:43.782Z | Compiling memmap2 v0.9.5 |
2745 | 2025-01-10T21:40:43.804Z | Compiling parking_lot_core v0.8.6 |
2746 | 2025-01-10T21:40:44.057Z | Compiling constant_time_eq v0.3.1 |
2747 | 2025-01-10T21:40:44.264Z | Compiling libefi-sys v0.1.0 |
2748 | 2025-01-10T21:40:44.285Z | Compiling indent_write v2.2.0 |
2749 | 2025-01-10T21:40:44.304Z | Compiling arrayvec v0.7.6 |
2750 | 2025-01-10T21:40:44.530Z | Compiling salty v0.3.0 |
2751 | 2025-01-10T21:40:44.555Z | Compiling linear-map v1.2.0 |
2752 | 2025-01-10T21:40:44.750Z | Compiling arrayref v0.3.9 |
2753 | 2025-01-10T21:40:44.754Z | Compiling thiserror-no-std v2.0.2 |
2754 | 2025-01-10T21:40:44.881Z | Compiling vsss-rs v3.3.4 |
2755 | 2025-01-10T21:40:45.001Z | Compiling ghash v0.5.1 |
2756 | 2025-01-10T21:40:45.158Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2757 | 2025-01-10T21:40:45.253Z | Compiling slog-stdlog v4.1.1 |
2758 | 2025-01-10T21:40:45.504Z | Compiling ciborium v0.2.2 |
2759 | 2025-01-10T21:40:46.198Z | Compiling p384 v0.13.0 |
2760 | 2025-01-10T21:40:46.468Z | Compiling toolchain_find v0.4.0 |
2761 | 2025-01-10T21:40:47.007Z | Compiling chacha20poly1305 v0.10.1 |
2762 | 2025-01-10T21:40:47.058Z | Compiling ctr v0.9.2 |
2763 | 2025-01-10T21:40:47.221Z | Compiling lzma-sys v0.1.20 |
2764 | 2025-01-10T21:40:47.249Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2765 | 2025-01-10T21:40:47.393Z | Compiling bitfield-struct v0.6.2 |
2766 | 2025-01-10T21:40:47.429Z | Compiling slog-dtrace v0.3.0 |
2767 | 2025-01-10T21:40:47.458Z | Compiling typify v0.2.0 |
2768 | 2025-01-10T21:40:47.610Z | Compiling progenitor-impl v0.8.0 |
2769 | 2025-01-10T21:40:47.640Z | Compiling highway v1.2.0 |
2770 | 2025-01-10T21:40:47.745Z | Compiling topological-sort v0.2.2 |
2771 | 2025-01-10T21:40:47.977Z | Compiling omicron-zone-package v0.12.0 |
2772 | 2025-01-10T21:40:47.998Z | Compiling aes-gcm v0.10.3 |
2773 | 2025-01-10T21:40:48.090Z | Compiling rustfmt-wrapper v0.2.1 |
2774 | 2025-01-10T21:40:48.314Z | Compiling mime_guess v2.0.5 |
2775 | 2025-01-10T21:40:48.410Z | Compiling slog-envlogger v2.2.0 |
2776 | 2025-01-10T21:40:48.675Z | Compiling steno v0.4.1 |
2777 | 2025-01-10T21:40:48.859Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2778 | 2025-01-10T21:40:49.666Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2779 | 2025-01-10T21:40:49.668Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2780 | 2025-01-10T21:40:49.924Z | Compiling heck v0.3.3 |
2781 | 2025-01-10T21:40:50.066Z | Compiling ssh-encoding v0.2.0 |
2782 | 2025-01-10T21:40:50.208Z | Compiling blowfish v0.9.1 |
2783 | 2025-01-10T21:40:50.371Z | Compiling nibble_vec v0.1.0 |
2784 | 2025-01-10T21:40:50.394Z | Compiling env_filter v0.1.2 |
2785 | 2025-01-10T21:40:50.591Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2786 | 2025-01-10T21:40:50.621Z | Compiling endian-type v0.1.2 |
2787 | 2025-01-10T21:40:50.673Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2788 | 2025-01-10T21:40:50.729Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2789 | 2025-01-10T21:40:50.871Z | Compiling humantime v2.1.0 |
2790 | 2025-01-10T21:40:50.930Z | Compiling radix_trie v0.2.1 |
2791 | 2025-01-10T21:40:51.039Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2792 | 2025-01-10T21:40:51.090Z | Compiling env_logger v0.11.5 |
2793 | 2025-01-10T21:40:51.204Z | Compiling bcrypt-pbkdf v0.10.0 |
2794 | 2025-01-10T21:40:51.420Z | Compiling ssh-cipher v0.2.0 |
2795 | 2025-01-10T21:40:51.705Z | Compiling zone_cfg_derive v0.1.2 |
2796 | 2025-01-10T21:40:51.856Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2797 | 2025-01-10T21:40:52.081Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2798 | 2025-01-10T21:40:52.290Z | Compiling parking_lot v0.11.2 |
2799 | 2025-01-10T21:40:53.078Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2800 | 2025-01-10T21:40:53.130Z | Compiling password-hash v0.4.2 |
2801 | 2025-01-10T21:40:53.245Z | Compiling gethostname v0.5.0 |
2802 | 2025-01-10T21:40:53.268Z | Compiling fxhash v0.2.1 |
2803 | 2025-01-10T21:40:53.268Z | Compiling simd-adler32 v0.3.7 |
2804 | 2025-01-10T21:40:53.481Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2805 | 2025-01-10T21:40:53.484Z | Compiling http-range v0.1.5 |
2806 | 2025-01-10T21:40:53.515Z | Compiling base64 v0.13.1 |
2807 | 2025-01-10T21:40:53.789Z | Compiling zip v2.1.3 |
2808 | 2025-01-10T21:40:53.877Z | Compiling matches v0.1.10 |
2809 | 2025-01-10T21:40:53.877Z | Compiling lockfree-object-pool v0.1.6 |
2810 | 2025-01-10T21:40:53.986Z | Compiling bumpalo v3.16.0 |
2811 | 2025-01-10T21:40:54.083Z | Compiling idna v0.2.3 |
2812 | 2025-01-10T21:40:54.144Z | Compiling ron v0.7.1 |
2813 | 2025-01-10T21:40:54.184Z | Compiling pbkdf2 v0.11.0 |
2814 | 2025-01-10T21:40:54.211Z | Compiling sled v0.34.7 |
2815 | 2025-01-10T21:40:54.503Z | Compiling zopfli v0.8.1 |
2816 | 2025-01-10T21:40:54.568Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2817 | 2025-01-10T21:40:55.317Z | Compiling zone v0.1.8 |
2818 | 2025-01-10T21:40:55.320Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2819 | 2025-01-10T21:40:55.818Z | Compiling xz2 v0.1.7 |
2820 | 2025-01-10T21:40:56.115Z | Compiling progenitor-macro v0.8.0 |
2821 | 2025-01-10T21:40:56.374Z | Compiling ssh-key v0.6.6 |
2822 | 2025-01-10T21:40:56.429Z | Compiling hickory-client v0.24.1 |
2823 | 2025-01-10T21:40:56.968Z | Compiling p256 v0.13.2 |
2824 | 2025-01-10T21:40:57.009Z | Compiling p521 v0.13.3 |
2825 | 2025-01-10T21:40:57.355Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2826 | 2025-01-10T21:40:57.871Z | Compiling hickory-server v0.24.1 |
2827 | 2025-01-10T21:40:57.949Z | Compiling enum-as-inner v0.5.1 |
2828 | 2025-01-10T21:40:58.516Z | Compiling pem v3.0.4 |
2829 | 2025-01-10T21:40:59.047Z | Compiling yasna v0.5.2 |
2830 | 2025-01-10T21:40:59.332Z | Compiling headers-core v0.3.0 |
2831 | 2025-01-10T21:40:59.388Z | Compiling kstat-rs v0.2.4 |
2832 | 2025-01-10T21:40:59.522Z | Compiling nanorand v0.7.0 |
2833 | 2025-01-10T21:41:00.069Z | Compiling russh-cryptovec v0.7.3 |
2834 | 2025-01-10T21:41:00.114Z | Compiling atty v0.2.14 |
2835 | 2025-01-10T21:41:00.279Z | Compiling md5 v0.7.0 |
2836 | 2025-01-10T21:41:00.415Z | Compiling rcgen v0.12.1 |
2837 | 2025-01-10T21:41:00.783Z | Compiling russh-keys v0.45.0 |
2838 | 2025-01-10T21:41:00.841Z | Compiling flume v0.11.1 |
2839 | 2025-01-10T21:41:00.950Z | Compiling headers v0.4.0 |
2840 | 2025-01-10T21:41:01.306Z | Compiling trust-dns-proto v0.22.0 |
2841 | 2025-01-10T21:41:01.604Z | Compiling hyper-staticfile v0.10.1 |
2842 | 2025-01-10T21:41:03.005Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2843 | 2025-01-10T21:41:03.027Z | Compiling num-bigint v0.4.6 |
2844 | 2025-01-10T21:41:03.640Z | Compiling des v0.8.1 |
2845 | 2025-01-10T21:41:04.017Z | Compiling subprocess v0.2.9 |
2846 | 2025-01-10T21:41:04.901Z | Compiling dhcproto-macros v0.1.0 |
2847 | 2025-01-10T21:41:05.168Z | Compiling hex-literal v0.4.1 |
2848 | 2025-01-10T21:41:05.233Z | Compiling display-error-chain v0.2.2 |
2849 | 2025-01-10T21:41:05.333Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2850 | 2025-01-10T21:41:05.449Z | Compiling internet-checksum v0.2.1 |
2851 | 2025-01-10T21:41:05.936Z | Compiling dhcproto v0.12.0 |
2852 | 2025-01-10T21:41:06.195Z | Compiling russh v0.45.0 |
2853 | 2025-01-10T21:41:09.681Z | Compiling progenitor v0.8.0 |
2854 | 2025-01-10T21:41:09.818Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2855 | 2025-01-10T21:41:09.818Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2856 | 2025-01-10T21:41:09.829Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2857 | 2025-01-10T21:41:09.829Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2858 | 2025-01-10T21:41:09.829Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2859 | 2025-01-10T21:41:09.829Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2860 | 2025-01-10T21:41:09.923Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2861 | 2025-01-10T21:41:10.744Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2862 | 2025-01-10T21:41:11.370Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2863 | 2025-01-10T21:41:13.186Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2864 | 2025-01-10T21:41:15.441Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2865 | 2025-01-10T21:41:16.384Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2866 | 2025-01-10T21:41:26.025Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2867 | 2025-01-10T21:41:26.025Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2868 | 2025-01-10T21:41:26.029Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2869 | 2025-01-10T21:41:26.029Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2870 | 2025-01-10T21:41:27.007Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2871 | 2025-01-10T21:41:29.162Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2872 | 2025-01-10T21:41:30.453Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2873 | 2025-01-10T21:41:30.939Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2874 | 2025-01-10T21:41:31.409Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2875 | 2025-01-10T21:41:34.074Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2876 | 2025-01-10T21:41:34.134Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2877 | 2025-01-10T21:41:35.327Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2878 | 2025-01-10T21:41:35.660Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2879 | 2025-01-10T21:41:36.855Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2880 | 2025-01-10T21:41:37.297Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2881 | 2025-01-10T21:41:38.305Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2882 | 2025-01-10T21:41:38.740Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2883 | 2025-01-10T21:41:38.848Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2884 | 2025-01-10T21:41:40.053Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2885 | 2025-01-10T21:41:42.551Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2886 | 2025-01-10T21:41:43.015Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2887 | 2025-01-10T21:41:43.058Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2888 | 2025-01-10T21:41:44.607Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2889 | 2025-01-10T21:41:45.230Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2890 | 2025-01-10T21:41:48.236Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2891 | 2025-01-10T21:41:49.746Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2892 | 2025-01-10T21:41:50.237Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2893 | 2025-01-10T21:41:51.874Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2894 | 2025-01-10T21:41:57.125Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2895 | 2025-01-10T21:42:05.531Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2896 | 2025-01-10T21:42:06.954Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2897 | 2025-01-10T21:42:26.979Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2898 | 2025-01-10T21:43:05.264Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 47s |
2899 | 2025-01-10T21:43:05.474Z | |
2900 | 2025-01-10T21:43:05.477Z | real 2:47.754304614 |
2901 | 2025-01-10T21:43:05.477Z | user 12:36.770937248 |
2902 | 2025-01-10T21:43:05.477Z | sys 2:48.497151685 |
2903 | 2025-01-10T21:43:05.477Z | trap 0.340972609 |
2904 | 2025-01-10T21:43:05.477Z | tflt 0.836397411 |
2905 | 2025-01-10T21:43:05.477Z | dflt 2.269891425 |
2906 | 2025-01-10T21:43:05.477Z | kflt 0.000016618 |
2907 | 2025-01-10T21:43:05.477Z | lock 26:25.627004203 |
2908 | 2025-01-10T21:43:05.477Z | slp 45:26.478740767 |
2909 | 2025-01-10T21:43:05.477Z | lat 35.258955284 |
2910 | 2025-01-10T21:43:05.477Z | stop 1:31.989192509 |
2911 | 2025-01-10T21:43:05.477Z | + mkdir tests |
2912 | 2025-01-10T21:43:05.480Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2913 | 2025-01-10T21:43:05.480Z | + xargs -I '{}' -t cp '{}' tests/ |
2914 | 2025-01-10T21:43:05.521Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-233039bd511b28d4 tests/ |
2915 | 2025-01-10T21:43:05.548Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-de0a7ca8dcb7211a tests/ |
2916 | 2025-01-10T21:43:05.574Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-3ac7d7b8b4c9a31f tests/ |
2917 | 2025-01-10T21:43:05.600Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-517e010e9925d683 tests/ |
2918 | 2025-01-10T21:43:05.875Z | + 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/*) |
2919 | 2025-01-10T21:43:05.878Z | + 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-de0a7ca8dcb7211a tests/commtest-3ac7d7b8b4c9a31f tests/dhcp_server-233039bd511b28d4 tests/end_to_end_tests-517e010e9925d683 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 |
2920 | 2025-01-10T21:44:18.875Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2921 | 2025-01-10T21:44:18.875Z | a .github/buildomat/ci-env.sh 1K |
2922 | 2025-01-10T21:44:18.875Z | a out/target/test 1K |
2923 | 2025-01-10T21:44:18.875Z | a out/npuzone/npuzone 23144K |
2924 | 2025-01-10T21:44:18.875Z | a package-manifest.toml 34K |
2925 | 2025-01-10T21:44:18.875Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2926 | 2025-01-10T21:44:18.875Z | a target/release/omicron-package 36071K |
2927 | 2025-01-10T21:44:18.875Z | a target/release/xtask 11721K |
2928 | 2025-01-10T21:44:18.875Z | a target/debug/bootstrap 209181K |
2929 | 2025-01-10T21:44:18.875Z | a tests/bootstrap-de0a7ca8dcb7211a 24243K |
2930 | 2025-01-10T21:44:18.875Z | a tests/commtest-3ac7d7b8b4c9a31f 25019K |
2931 | 2025-01-10T21:44:18.875Z | a tests/dhcp_server-233039bd511b28d4 24243K |
2932 | 2025-01-10T21:44:18.875Z | a tests/end_to_end_tests-517e010e9925d683 272014K |
2933 | 2025-01-10T21:44:18.875Z | a out/clickhouse.tar.gz 293534K |
2934 | 2025-01-10T21:44:18.875Z | a out/clickhouse_keeper.tar.gz 280615K |
2935 | 2025-01-10T21:44:18.875Z | a out/clickhouse_server.tar.gz 293497K |
2936 | 2025-01-10T21:44:18.875Z | a out/cockroachdb.tar.gz 134640K |
2937 | 2025-01-10T21:44:18.875Z | a out/crucible-dtrace.tar 85K |
2938 | 2025-01-10T21:44:18.875Z | a out/crucible-pantry-zone.tar.gz 28215K |
2939 | 2025-01-10T21:44:18.875Z | a out/crucible-zone.tar.gz 36436K |
2940 | 2025-01-10T21:44:18.875Z | a out/external-dns.tar.gz 35343K |
2941 | 2025-01-10T21:44:18.875Z | a out/internal-dns.tar.gz 35343K |
2942 | 2025-01-10T21:44:18.875Z | a out/mg-ddm-gz.tar 63075K |
2943 | 2025-01-10T21:44:18.875Z | a out/nexus.tar.gz 98761K |
2944 | 2025-01-10T21:44:18.875Z | a out/ntp.tar.gz 10390K |
2945 | 2025-01-10T21:44:18.875Z | a out/omicron-gateway-softnpu.tar.gz 23980K |
2946 | 2025-01-10T21:44:18.875Z | a out/omicron-sled-agent.tar 113625K |
2947 | 2025-01-10T21:44:18.875Z | a out/overlay.tar.gz 3K |
2948 | 2025-01-10T21:44:18.876Z | a out/oximeter.tar.gz 47845K |
2949 | 2025-01-10T21:44:18.876Z | a out/oxlog.tar 3088K |
2950 | 2025-01-10T21:44:18.876Z | a out/probe.tar.gz 2764K |
2951 | 2025-01-10T21:44:18.876Z | a out/propolis-server.tar.gz 66291K |
2952 | 2025-01-10T21:44:18.876Z | a out/pumpkind-gz.tar 26665K |
2953 | 2025-01-10T21:44:18.876Z | a out/switch-softnpu.tar.gz 235430K |
2954 | 2025-01-10T21:44:18.878Z | |
2955 | 2025-01-10T21:44:18.878Z | real 1:12.993621615 |
2956 | 2025-01-10T21:44:18.878Z | user 1:09.692738783 |
2957 | 2025-01-10T21:44:18.878Z | sys 4.772931552 |
2958 | 2025-01-10T21:44:18.879Z | trap 0.019113744 |
2959 | 2025-01-10T21:44:18.879Z | tflt 0.000000000 |
2960 | 2025-01-10T21:44:18.879Z | dflt 0.000000000 |
2961 | 2025-01-10T21:44:18.879Z | kflt 0.000000000 |
2962 | 2025-01-10T21:44:18.879Z | lock 0.000000000 |
2963 | 2025-01-10T21:44:18.879Z | slp 1:09.391346538 |
2964 | 2025-01-10T21:44:18.879Z | lat 2.104142336 |
2965 | 2025-01-10T21:44:18.879Z | stop 0.000555448 |
2966 | 2025-01-10T21:44:18.881Z | process exited: duration 1976528 ms, exit code 0 |
|
2967 | 2025-01-10T21:44:18.896Z | found 1 output files |
2968 | 2025-01-10T21:44:18.896Z | uploading: /work/package.tar.gz (1890599482 bytes) |
2969 | 2025-01-10T21:44:54.175Z | uploaded: /work/package.tar.gz |