|
|
|
1 | 2025-01-06T18:28:31.349Z | job assigned to worker 01JGYDYPNZDNY2E07T5JJB9RD7 [factory aws, i-00e20506e02f935ad] (queued for 6 m 58 s) |
|
2 | 2025-01-06T18:28:38.688Z | starting task 0: "setup" |
3 | 2025-01-06T18:28:38.699Z | ++ uname -s |
4 | 2025-01-06T18:28:38.702Z | + kern=SunOS |
5 | 2025-01-06T18:28:38.702Z | + case "$kern" in |
6 | 2025-01-06T18:28:38.702Z | + groupadd -g 12345 build |
7 | 2025-01-06T18:28:38.704Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-06T18:28:40.713Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-06T18:28:40.822Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-06T18:28:40.826Z | + home_fs=zfs |
11 | 2025-01-06T18:28:40.826Z | + [[ zfs == autofs ]] |
12 | 2025-01-06T18:28:40.826Z | + mkdir -p /home/build |
13 | 2025-01-06T18:28:40.829Z | + chown build:build /home/build /work |
14 | 2025-01-06T18:28:42.828Z | + chmod 0700 /home/build /work |
15 | 2025-01-06T18:28:42.831Z | process exited: duration 4142 ms, exit code 0 |
|
16 | 2025-01-06T18:28:42.838Z | starting task 1: "rust-toolchain" |
17 | 2025-01-06T18:28:42.842Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-06T18:28:42.842Z | ' 1.81.0 |
19 | 2025-01-06T18:28:42.842Z | * toolchain channel = "1.81.0" |
20 | 2025-01-06T18:28:42.842Z | + printf ' * toolchain profile = "%s" |
21 | 2025-01-06T18:28:42.842Z | ' default |
22 | 2025-01-06T18:28:42.842Z | * toolchain profile = "default" |
23 | 2025-01-06T18:28:42.844Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-06T18:28:42.844Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2025-01-06T18:28:42.967Z | info: downloading installer |
26 | 2025-01-06T18:28:44.152Z | info: profile set to 'default' |
27 | 2025-01-06T18:28:44.152Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-06T18:28:44.155Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2025-01-06T18:28:44.305Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2025-01-06T18:28:44.305Z | info: downloading component 'cargo' |
31 | 2025-01-06T18:28:45.148Z | info: downloading component 'clippy' |
32 | 2025-01-06T18:28:45.459Z | info: downloading component 'rust-docs' |
33 | 2025-01-06T18:28:46.631Z | info: downloading component 'rust-std' |
34 | 2025-01-06T18:28:48.454Z | info: downloading component 'rustc' |
35 | 2025-01-06T18:28:54.965Z | info: downloading component 'rustfmt' |
36 | 2025-01-06T18:28:55.213Z | info: installing component 'cargo' |
37 | 2025-01-06T18:28:56.001Z | info: installing component 'clippy' |
38 | 2025-01-06T18:28:56.362Z | info: installing component 'rust-docs' |
39 | 2025-01-06T18:28:57.982Z | info: installing component 'rust-std' |
40 | 2025-01-06T18:28:59.727Z | info: installing component 'rustc' |
41 | 2025-01-06T18:29:05.333Z | info: installing component 'rustfmt' |
42 | 2025-01-06T18:29:05.655Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2025-01-06T18:29:05.655Z | |
44 | 2025-01-06T18:29:06.020Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2025-01-06T18:29:06.020Z | |
46 | 2025-01-06T18:29:06.023Z | |
47 | 2025-01-06T18:29:06.023Z | Rust is installed now. Great! |
48 | 2025-01-06T18:29:06.023Z | |
49 | 2025-01-06T18:29:06.023Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-06T18:29:06.023Z | environment variable. This has not been done automatically. |
51 | 2025-01-06T18:29:06.023Z | |
52 | 2025-01-06T18:29:06.023Z | To configure your current shell, you need to source |
53 | 2025-01-06T18:29:06.023Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-06T18:29:06.023Z | |
55 | 2025-01-06T18:29:06.023Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-06T18:29:06.023Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-06T18:29:06.023Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-06T18:29:06.094Z | + rustc --version |
59 | 2025-01-06T18:29:06.159Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2025-01-06T18:29:06.162Z | process exited: duration 23321 ms, exit code 0 |
|
61 | 2025-01-06T18:29:06.168Z | starting task 2: "authentication" |
62 | 2025-01-06T18:29:06.189Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2025-01-06T18:29:06.194Z | starting task 3: "clone repository" |
64 | 2025-01-06T18:29:06.200Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-06T18:29:06.203Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-06T18:29:06.243Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-06T18:29:12.997Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-06T18:29:12.997Z | + git fetch origin 8c107d34caa414084a3b50107676e82ba731ab2a |
69 | 2025-01-06T18:29:13.333Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-06T18:29:13.333Z | * branch 8c107d34caa414084a3b50107676e82ba731ab2a -> FETCH_HEAD |
71 | 2025-01-06T18:29:13.343Z | + [[ -n spr/papertigers/add-support-for-finding-oxide-processes-on-a-sled ]] |
72 | 2025-01-06T18:29:13.346Z | ++ git branch --show-current |
73 | 2025-01-06T18:29:13.348Z | + current=main |
74 | 2025-01-06T18:29:13.348Z | + [[ main != spr/papertigers/add-support-for-finding-oxide-processes-on-a-sled ]] |
75 | 2025-01-06T18:29:13.348Z | + git branch -f spr/papertigers/add-support-for-finding-oxide-processes-on-a-sled 8c107d34caa414084a3b50107676e82ba731ab2a |
76 | 2025-01-06T18:29:13.351Z | + git checkout -f spr/papertigers/add-support-for-finding-oxide-processes-on-a-sled |
77 | 2025-01-06T18:29:13.525Z | Switched to branch 'spr/papertigers/add-support-for-finding-oxide-processes-on-a-sled' |
78 | 2025-01-06T18:29:13.528Z | + git reset --hard 8c107d34caa414084a3b50107676e82ba731ab2a |
79 | 2025-01-06T18:29:13.542Z | HEAD is now at 8c107d34c rebase main |
80 | 2025-01-06T18:29:13.545Z | process exited: duration 7348 ms, exit code 0 |
|
81 | 2025-01-06T18:29:13.552Z | starting task 4: "build" |
82 | 2025-01-06T18:29:13.556Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-06T18:29:13.556Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-06T18:29:13.556Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-06T18:29:13.558Z | + cargo --version |
86 | 2025-01-06T18:29:13.612Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2025-01-06T18:29:13.615Z | + rustc --version |
88 | 2025-01-06T18:29:13.673Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2025-01-06T18:29:13.676Z | + WORK=/work |
90 | 2025-01-06T18:29:13.676Z | + pfexec mkdir -p /work |
91 | 2025-01-06T18:29:13.680Z | + pfexec chown build /work |
92 | 2025-01-06T18:29:13.683Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2025-01-06T18:29:20.664Z | Startup: Refreshing catalog 'helios-dev' ... Done |
94 | 2025-01-06T18:29:24.684Z | Startup: Caching catalogs ... Done |
95 | 2025-01-06T18:29:35.590Z | Planning: Solver setup ... Done (9.915s) |
96 | 2025-01-06T18:29:35.724Z | Planning: Running solver ... Done (0.134s) |
97 | 2025-01-06T18:29:35.826Z | Planning: Finding local manifests ... Done (0.004s) |
98 | 2025-01-06T18:29:35.852Z | Planning: Fetching manifests: 0/5 0% complete |
99 | 2025-01-06T18:29:37.256Z | Planning: Fetching manifests: 5/5 100% complete |
100 | 2025-01-06T18:29:37.355Z | Planning: Package planning ... Done (0.099s) |
101 | 2025-01-06T18:29:37.412Z | Planning: Merging actions ... Done (0.056s) |
102 | 2025-01-06T18:29:37.787Z | Planning: Checking for conflicting actions ... Done (0.375s) |
103 | 2025-01-06T18:29:39.938Z | Planning: Consolidating action changes ... Done (2.150s) |
104 | 2025-01-06T18:29:40.390Z | Planning: Evaluating mediators ... Done (0.452s) |
105 | 2025-01-06T18:29:40.472Z | Planning: Planning completed in 15.69 seconds |
106 | 2025-01-06T18:29:40.488Z | Packages to install: 4 |
107 | 2025-01-06T18:29:40.488Z | Packages to update: 1 |
108 | 2025-01-06T18:29:40.490Z | Mediators to change: 2 |
109 | 2025-01-06T18:29:40.490Z | Services to change: 1 |
110 | 2025-01-06T18:29:40.490Z | Estimated space available: 155.63 GB |
111 | 2025-01-06T18:29:40.490Z | Estimated space to be consumed: 1.62 GB |
112 | 2025-01-06T18:29:40.490Z | Create boot environment: No |
113 | 2025-01-06T18:29:40.490Z | Create backup boot environment: Yes |
114 | 2025-01-06T18:29:40.490Z | Rebuild boot archive: No |
115 | 2025-01-06T18:29:40.491Z | |
116 | 2025-01-06T18:29:40.491Z | Changed mediators: |
117 | 2025-01-06T18:29:40.491Z | mediator clang: |
118 | 2025-01-06T18:29:40.491Z | version: None -> 15 (system default) |
119 | 2025-01-06T18:29:40.491Z | |
120 | 2025-01-06T18:29:40.491Z | mediator llvm: |
121 | 2025-01-06T18:29:40.491Z | version: 14 (system default) -> 15 (system default) |
122 | 2025-01-06T18:29:40.491Z | |
123 | 2025-01-06T18:29:40.491Z | Changed packages: |
124 | 2025-01-06T18:29:40.491Z | helios-dev |
125 | 2025-01-06T18:29:40.491Z | developer/build-essential |
126 | 2025-01-06T18:29:40.491Z | None -> 11-2.0 |
127 | 2025-01-06T18:29:40.491Z | library/libxmlsec1 |
128 | 2025-01-06T18:29:40.491Z | None -> 1.2.35-2.0 |
129 | 2025-01-06T18:29:40.491Z | ooce/developer/clang-15 |
130 | 2025-01-06T18:29:40.491Z | None -> 15.0.7-2.0 |
131 | 2025-01-06T18:29:40.491Z | ooce/developer/llvm-15 |
132 | 2025-01-06T18:29:40.491Z | None -> 15.0.7-2.0 |
133 | 2025-01-06T18:29:40.491Z | package/pkg |
134 | 2025-01-06T18:29:40.491Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
135 | 2025-01-06T18:29:40.492Z | |
136 | 2025-01-06T18:29:40.492Z | Services: |
137 | 2025-01-06T18:29:40.492Z | restart_fmri: |
138 | 2025-01-06T18:29:40.492Z | svc:/system/update-man-index:default |
139 | 2025-01-06T18:29:40.492Z | |
140 | 2025-01-06T18:29:40.492Z | Editable files to change: |
141 | 2025-01-06T18:29:40.492Z | Update: |
142 | 2025-01-06T18:29:40.492Z | usr/share/lib/pkg/web/config.shtml |
143 | 2025-01-06T18:29:40.574Z | |
144 | 2025-01-06T18:29:40.574Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
145 | 2025-01-06T18:29:47.385Z | Download: 211/4281 items 1.3/220.6MB 0% complete (420k/s) |
146 | 2025-01-06T18:30:11.296Z | Download: 213/4281 items 1.3/220.6MB 0% complete |
147 | 2025-01-06T18:30:16.339Z | Download: 1119/4281 items 46.7/220.6MB 21% complete (9.0M/s) |
148 | 2025-01-06T18:30:21.573Z | Download: 1196/4281 items 83.5/220.6MB 37% complete (12.0M/s) |
149 | 2025-01-06T18:30:26.578Z | Download: 1506/4281 items 117.5/220.6MB 53% complete (7.2M/s) |
150 | 2025-01-06T18:30:31.593Z | Download: 1903/4281 items 118.6/220.6MB 53% complete (3.7M/s) |
151 | 2025-01-06T18:30:36.797Z | Download: 2218/4281 items 119.2/220.6MB 54% complete (219k/s) |
152 | 2025-01-06T18:30:59.538Z | Download: 2222/4281 items 119.2/220.6MB 54% complete |
153 | 2025-01-06T18:31:04.536Z | Download: 2953/4281 items 121.2/220.6MB 54% complete (412k/s) |
154 | 2025-01-06T18:31:10.129Z | Download: 3288/4281 items 211.9/220.6MB 96% complete (10.3M/s) |
155 | 2025-01-06T18:31:15.130Z | Download: 3757/4281 items 217.3/220.6MB 98% complete (9.6M/s) |
156 | 2025-01-06T18:31:20.405Z | Download: 4206/4281 items 220.6/220.6MB 99% complete (992k/s) |
157 | 2025-01-06T18:31:22.866Z | Download: Completed 220.60 MB in 102.26 seconds (2.2M/s) |
158 | 2025-01-06T18:31:24.910Z | Actions: 1/5063 actions (Removing old actions) |
159 | 2025-01-06T18:31:24.934Z | Actions: 194/5063 actions (Installing new actions) |
160 | 2025-01-06T18:31:30.458Z | Actions: 4226/5063 actions (Updating modified actions) |
161 | 2025-01-06T18:31:31.441Z | Actions: Completed 5063 actions in 5.01 seconds. |
162 | 2025-01-06T18:31:31.441Z | Done (0.402s) |
163 | 2025-01-06T18:31:31.441Z | Done (0.000s) |
164 | 2025-01-06T18:31:31.577Z | Done (0.566s) |
165 | 2025-01-06T18:31:38.351Z | Done (4.117s) |
166 | 2025-01-06T18:31:38.439Z | Done (0.018s) |
167 | 2025-01-06T18:31:38.439Z | Done (0.000s) |
168 | 2025-01-06T18:31:38.439Z | Done (0.000s) |
169 | 2025-01-06T18:31:38.439Z | Planning: Evaluating mediator changes ... Done |
170 | 2025-01-06T18:31:38.439Z | Planning: Checking for conflicting actions ... Done |
171 | 2025-01-06T18:31:38.440Z | Planning: Consolidating action changes ... Done |
172 | 2025-01-06T18:31:38.440Z | Planning: Evaluating mediators ... Done |
173 | 2025-01-06T18:31:38.440Z | Planning: Planning completed in 0.43 seconds |
174 | 2025-01-06T18:31:38.440Z | Mediators to change: 2 |
175 | 2025-01-06T18:31:38.440Z | Create boot environment: No |
176 | 2025-01-06T18:31:38.440Z | Create backup boot environment: No |
177 | 2025-01-06T18:31:38.440Z | Done |
178 | 2025-01-06T18:31:38.440Z | Done |
179 | 2025-01-06T18:31:38.440Z | Done |
180 | 2025-01-06T18:31:40.738Z | Done |
181 | 2025-01-06T18:31:40.849Z | Done |
182 | 2025-01-06T18:31:40.875Z | Done |
183 | 2025-01-06T18:31:40.971Z | Done |
184 | 2025-01-06T18:31:41.547Z | Planning: Evaluating mediator changes ... Done |
185 | 2025-01-06T18:31:41.557Z | Planning: Merging actions ... Done |
186 | 2025-01-06T18:31:41.730Z | Planning: Checking for conflicting actions ... Done |
187 | 2025-01-06T18:31:41.735Z | Planning: Consolidating action changes ... Done |
188 | 2025-01-06T18:31:41.998Z | Planning: Evaluating mediators ... Done |
189 | 2025-01-06T18:31:42.053Z | Planning: Planning completed in 0.75 seconds |
190 | 2025-01-06T18:31:42.093Z | Packages to change: 1 |
191 | 2025-01-06T18:31:42.093Z | Mediators to change: 1 |
192 | 2025-01-06T18:31:42.096Z | Services to change: 1 |
193 | 2025-01-06T18:31:42.096Z | Create boot environment: No |
194 | 2025-01-06T18:31:42.096Z | Create backup boot environment: Yes |
195 | 2025-01-06T18:31:44.294Z | Actions: 1/6 actions (Updating modified actions) |
196 | 2025-01-06T18:31:44.297Z | Actions: Completed 6 actions in 0.00 seconds. |
197 | 2025-01-06T18:31:44.297Z | Done |
198 | 2025-01-06T18:31:44.297Z | Done |
199 | 2025-01-06T18:31:44.412Z | Done |
200 | 2025-01-06T18:31:48.051Z | Done |
201 | 2025-01-06T18:31:48.148Z | Done |
202 | 2025-01-06T18:31:48.150Z | Done |
203 | 2025-01-06T18:31:48.296Z | Done |
204 | 2025-01-06T18:31:48.728Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
205 | 2025-01-06T18:31:48.728Z | clang system 15 system |
206 | 2025-01-06T18:31:48.728Z | csh system system illumos |
207 | 2025-01-06T18:31:48.728Z | ctags system system illumos |
208 | 2025-01-06T18:31:48.728Z | gcc vendor 12 vendor |
209 | 2025-01-06T18:31:48.728Z | gcc system 10 system |
210 | 2025-01-06T18:31:48.728Z | gcc system 7 system |
211 | 2025-01-06T18:31:48.728Z | go system 1.20 system |
212 | 2025-01-06T18:31:48.728Z | go system 1.19 system |
213 | 2025-01-06T18:31:48.728Z | llvm system 15 system |
214 | 2025-01-06T18:31:48.728Z | llvm system 14 system |
215 | 2025-01-06T18:31:48.728Z | mariadb system 10.6 system |
216 | 2025-01-06T18:31:48.728Z | mta vendor vendor dma |
217 | 2025-01-06T18:31:48.729Z | openjdk system 17 system |
218 | 2025-01-06T18:31:48.729Z | openjdk system 11 system |
219 | 2025-01-06T18:31:48.729Z | openjdk system 1.8 system |
220 | 2025-01-06T18:31:48.729Z | openssl vendor 3 vendor |
221 | 2025-01-06T18:31:48.729Z | perl system 5.36 system |
222 | 2025-01-06T18:31:48.729Z | postgresql system 15 system |
223 | 2025-01-06T18:31:48.729Z | postgresql system 13 system |
224 | 2025-01-06T18:31:48.729Z | python vendor 3 vendor |
225 | 2025-01-06T18:31:48.729Z | python system 2 system |
226 | 2025-01-06T18:31:48.730Z | python3 system 3.11 system |
227 | 2025-01-06T18:31:48.730Z | ruby system 3.0 system |
228 | 2025-01-06T18:31:48.730Z | words vendor vendor american-english |
229 | 2025-01-06T18:31:48.730Z | words system system australian-english |
230 | 2025-01-06T18:31:48.730Z | words system system british-english |
231 | 2025-01-06T18:31:48.730Z | words system system canadian-english |
232 | 2025-01-06T18:31:48.730Z | words system system french |
233 | 2025-01-06T18:31:48.730Z | words system system italian |
234 | 2025-01-06T18:31:48.730Z | words system system ngerman |
235 | 2025-01-06T18:31:48.730Z | words system system ogerman |
236 | 2025-01-06T18:31:48.730Z | words system system spanish |
237 | 2025-01-06T18:31:49.066Z | PUBLISHER TYPE STATUS P LOCATION |
238 | 2025-01-06T18:31:49.067Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
239 | 2025-01-06T18:31:51.852Z | FMRI IFO |
240 | 2025-01-06T18:31:51.853Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
241 | 2025-01-06T18:31:51.853Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
242 | 2025-01-06T18:31:51.853Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
243 | 2025-01-06T18:31:51.853Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
244 | 2025-01-06T18:31:51.853Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
245 | 2025-01-06T18:31:51.853Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
246 | 2025-01-06T18:31:51.853Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
247 | 2025-01-06T18:31:51.853Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
248 | 2025-01-06T18:31:51.853Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
249 | 2025-01-06T18:31:51.853Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
250 | 2025-01-06T18:31:51.853Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
251 | 2025-01-06T18:31:51.853Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
252 | 2025-01-06T18:31:51.853Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
253 | 2025-01-06T18:31:51.853Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
254 | 2025-01-06T18:31:51.853Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
255 | 2025-01-06T18:31:52.630Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
256 | 2025-01-06T18:31:52.919Z | Updating crates.io index |
257 | 2025-01-06T18:31:52.924Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
258 | 2025-01-06T18:31:53.282Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
259 | 2025-01-06T18:31:53.851Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
260 | 2025-01-06T18:31:54.124Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
261 | 2025-01-06T18:31:54.423Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
262 | 2025-01-06T18:31:54.730Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
263 | 2025-01-06T18:31:55.770Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
264 | 2025-01-06T18:31:57.397Z | Updating git repository `https://github.com/oxidecomputer/opte` |
265 | 2025-01-06T18:31:58.186Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
266 | 2025-01-06T18:31:58.813Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
267 | 2025-01-06T18:31:59.114Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
268 | 2025-01-06T18:31:59.397Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
269 | 2025-01-06T18:32:00.095Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
270 | 2025-01-06T18:32:00.412Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
271 | 2025-01-06T18:32:00.804Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
272 | 2025-01-06T18:32:01.086Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
273 | 2025-01-06T18:32:01.367Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
274 | 2025-01-06T18:32:01.613Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
275 | 2025-01-06T18:32:01.921Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
276 | 2025-01-06T18:32:02.274Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
277 | 2025-01-06T18:32:02.616Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
278 | 2025-01-06T18:32:02.999Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
279 | 2025-01-06T18:32:03.484Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
280 | 2025-01-06T18:32:03.779Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
281 | 2025-01-06T18:32:04.182Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
282 | 2025-01-06T18:32:04.586Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
283 | 2025-01-06T18:32:04.920Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
284 | 2025-01-06T18:32:05.206Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
285 | 2025-01-06T18:32:05.486Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
286 | 2025-01-06T18:32:06.750Z | Downloading crates ... |
287 | 2025-01-06T18:32:06.810Z | Downloaded anstream v0.6.15 |
288 | 2025-01-06T18:32:06.816Z | Downloaded anstyle-parse v0.2.5 |
289 | 2025-01-06T18:32:06.819Z | Downloaded anstyle-query v1.1.1 |
290 | 2025-01-06T18:32:06.819Z | Downloaded cfg-if v1.0.0 |
291 | 2025-01-06T18:32:06.824Z | Downloaded dtrace-parser v0.2.0 |
292 | 2025-01-06T18:32:06.843Z | Downloaded swrite v0.1.0 |
293 | 2025-01-06T18:32:06.847Z | Downloaded scroll_derive v0.12.0 |
294 | 2025-01-06T18:32:06.851Z | Downloaded pretty-hex v0.4.1 |
295 | 2025-01-06T18:32:06.860Z | Downloaded usdt-macro v0.5.0 |
296 | 2025-01-06T18:32:06.870Z | Downloaded equivalent v1.0.1 |
297 | 2025-01-06T18:32:06.872Z | Downloaded colorchoice v1.0.2 |
298 | 2025-01-06T18:32:06.877Z | Downloaded anstyle v1.0.10 |
299 | 2025-01-06T18:32:06.881Z | Downloaded cargo-platform v0.1.8 |
300 | 2025-01-06T18:32:06.883Z | Downloaded memmap v0.7.0 |
301 | 2025-01-06T18:32:06.883Z | Downloaded toml_datetime v0.6.8 |
302 | 2025-01-06T18:32:06.883Z | Downloaded crypto-common v0.1.6 |
303 | 2025-01-06T18:32:06.885Z | Downloaded clap_lex v0.7.2 |
304 | 2025-01-06T18:32:06.885Z | Downloaded block-buffer v0.10.4 |
305 | 2025-01-06T18:32:06.888Z | Downloaded plain v0.2.3 |
306 | 2025-01-06T18:32:06.892Z | Downloaded thiserror v1.0.69 |
307 | 2025-01-06T18:32:06.895Z | Downloaded autocfg v1.4.0 |
308 | 2025-01-06T18:32:06.897Z | Downloaded fastrand v2.1.1 |
309 | 2025-01-06T18:32:06.897Z | Downloaded digest v0.10.7 |
310 | 2025-01-06T18:32:06.899Z | Downloaded heck v0.5.0 |
311 | 2025-01-06T18:32:06.902Z | Downloaded usdt v0.5.0 |
312 | 2025-01-06T18:32:06.902Z | Downloaded serde_spanned v0.6.8 |
313 | 2025-01-06T18:32:06.902Z | Downloaded macaddr v1.0.1 |
314 | 2025-01-06T18:32:06.904Z | Downloaded is_terminal_polyfill v1.70.1 |
315 | 2025-01-06T18:32:06.904Z | Downloaded generic-array v0.14.7 |
316 | 2025-01-06T18:32:06.906Z | Downloaded errno v0.3.9 |
317 | 2025-01-06T18:32:06.909Z | Downloaded dof v0.3.0 |
318 | 2025-01-06T18:32:06.909Z | Downloaded terminal_size v0.4.0 |
319 | 2025-01-06T18:32:06.910Z | Downloaded unicode-linebreak v0.1.5 |
320 | 2025-01-06T18:32:06.913Z | Downloaded strsim v0.11.1 |
321 | 2025-01-06T18:32:06.913Z | Downloaded anyhow v1.0.93 |
322 | 2025-01-06T18:32:06.915Z | Downloaded bytecount v0.6.8 |
323 | 2025-01-06T18:32:06.917Z | Downloaded itoa v1.0.11 |
324 | 2025-01-06T18:32:06.917Z | Downloaded usdt-attr-macro v0.5.0 |
325 | 2025-01-06T18:32:06.920Z | Downloaded thiserror-impl v1.0.69 |
326 | 2025-01-06T18:32:06.920Z | Downloaded smawk v0.3.2 |
327 | 2025-01-06T18:32:06.920Z | Downloaded fnv v1.0.7 |
328 | 2025-01-06T18:32:06.925Z | Downloaded thread-id v4.2.2 |
329 | 2025-01-06T18:32:06.928Z | Downloaded tabled_derive v0.7.0 |
330 | 2025-01-06T18:32:06.928Z | Downloaded heck v0.4.1 |
331 | 2025-01-06T18:32:06.933Z | Downloaded fs-err v2.11.0 |
332 | 2025-01-06T18:32:06.935Z | Downloaded cpufeatures v0.2.14 |
333 | 2025-01-06T18:32:06.938Z | Downloaded byteorder v1.5.0 |
334 | 2025-01-06T18:32:06.938Z | Downloaded version_check v0.9.5 |
335 | 2025-01-06T18:32:06.940Z | Downloaded cargo_metadata v0.18.1 |
336 | 2025-01-06T18:32:06.942Z | Downloaded utf8parse v0.2.2 |
337 | 2025-01-06T18:32:06.942Z | Downloaded camino-tempfile v1.1.1 |
338 | 2025-01-06T18:32:06.945Z | Downloaded camino v1.1.9 |
339 | 2025-01-06T18:32:06.948Z | Downloaded clap_derive v4.5.18 |
340 | 2025-01-06T18:32:06.952Z | Downloaded pest_generator v2.7.14 |
341 | 2025-01-06T18:32:06.952Z | Downloaded pest_derive v2.7.14 |
342 | 2025-01-06T18:32:06.954Z | Downloaded sha2 v0.10.8 |
343 | 2025-01-06T18:32:06.957Z | Downloaded scroll v0.12.0 |
344 | 2025-01-06T18:32:06.959Z | Downloaded once_cell v1.20.2 |
345 | 2025-01-06T18:32:06.959Z | Downloaded usdt-impl v0.5.0 |
346 | 2025-01-06T18:32:06.962Z | Downloaded quote v1.0.37 |
347 | 2025-01-06T18:32:06.965Z | Downloaded proc-macro-error-attr v1.0.4 |
348 | 2025-01-06T18:32:06.965Z | Downloaded proc-macro-error v1.0.4 |
349 | 2025-01-06T18:32:06.967Z | Downloaded serde_tokenstream v0.2.2 |
350 | 2025-01-06T18:32:06.971Z | Downloaded tempfile v3.13.0 |
351 | 2025-01-06T18:32:06.973Z | Downloaded bitflags v2.6.0 |
352 | 2025-01-06T18:32:06.979Z | Downloaded zerocopy-derive v0.7.35 |
353 | 2025-01-06T18:32:06.986Z | Downloaded ucd-trie v0.1.7 |
354 | 2025-01-06T18:32:06.988Z | Downloaded semver v1.0.23 |
355 | 2025-01-06T18:32:06.997Z | Downloaded log v0.4.22 |
356 | 2025-01-06T18:32:07.000Z | Downloaded typenum v1.17.0 |
357 | 2025-01-06T18:32:07.004Z | Downloaded proc-macro2 v1.0.89 |
358 | 2025-01-06T18:32:07.006Z | Downloaded serde_derive v1.0.215 |
359 | 2025-01-06T18:32:07.008Z | Downloaded cargo_toml v0.20.5 |
360 | 2025-01-06T18:32:07.011Z | Downloaded pest_meta v2.7.14 |
361 | 2025-01-06T18:32:07.013Z | Downloaded clap v4.5.21 |
362 | 2025-01-06T18:32:07.020Z | Downloaded unicode-ident v1.0.13 |
363 | 2025-01-06T18:32:07.023Z | Downloaded toml v0.8.19 |
364 | 2025-01-06T18:32:07.025Z | Downloaded papergrid v0.11.0 |
365 | 2025-01-06T18:32:07.030Z | Downloaded textwrap v0.16.1 |
366 | 2025-01-06T18:32:07.032Z | Downloaded ryu v1.0.18 |
367 | 2025-01-06T18:32:07.036Z | Downloaded serde v1.0.215 |
368 | 2025-01-06T18:32:07.038Z | Downloaded indexmap v2.6.0 |
369 | 2025-01-06T18:32:07.048Z | Downloaded memchr v2.7.4 |
370 | 2025-01-06T18:32:07.068Z | Downloaded toml_edit v0.22.22 |
371 | 2025-01-06T18:32:07.088Z | Downloaded pest v2.7.14 |
372 | 2025-01-06T18:32:07.098Z | Downloaded hashbrown v0.15.1 |
373 | 2025-01-06T18:32:07.115Z | Downloaded zerocopy v0.7.35 |
374 | 2025-01-06T18:32:07.130Z | Downloaded winnow v0.6.20 |
375 | 2025-01-06T18:32:07.138Z | Downloaded serde_json v1.0.133 |
376 | 2025-01-06T18:32:07.144Z | Downloaded tabled v0.15.0 |
377 | 2025-01-06T18:32:07.158Z | Downloaded goblin v0.8.2 |
378 | 2025-01-06T18:32:07.164Z | Downloaded syn v1.0.109 |
379 | 2025-01-06T18:32:07.173Z | Downloaded syn v2.0.87 |
380 | 2025-01-06T18:32:07.183Z | Downloaded clap_builder v4.5.21 |
381 | 2025-01-06T18:32:07.189Z | Downloaded unicode-width v0.1.14 |
382 | 2025-01-06T18:32:07.204Z | Downloaded rustix v0.38.37 |
383 | 2025-01-06T18:32:07.239Z | Downloaded libc v0.2.162 |
384 | 2025-01-06T18:32:07.551Z | Compiling proc-macro2 v1.0.89 |
385 | 2025-01-06T18:32:07.551Z | Compiling unicode-ident v1.0.13 |
386 | 2025-01-06T18:32:07.554Z | Compiling version_check v0.9.5 |
387 | 2025-01-06T18:32:07.554Z | Compiling serde v1.0.215 |
388 | 2025-01-06T18:32:07.554Z | Compiling memchr v2.7.4 |
389 | 2025-01-06T18:32:07.554Z | Compiling thiserror v1.0.69 |
390 | 2025-01-06T18:32:07.554Z | Compiling libc v0.2.162 |
391 | 2025-01-06T18:32:07.554Z | Compiling ucd-trie v0.1.7 |
392 | 2025-01-06T18:32:07.884Z | Compiling ryu v1.0.18 |
393 | 2025-01-06T18:32:08.259Z | Compiling itoa v1.0.11 |
394 | 2025-01-06T18:32:08.283Z | Compiling once_cell v1.20.2 |
395 | 2025-01-06T18:32:08.456Z | Compiling byteorder v1.5.0 |
396 | 2025-01-06T18:32:08.506Z | Compiling rustix v0.38.37 |
397 | 2025-01-06T18:32:08.705Z | Compiling serde_json v1.0.133 |
398 | 2025-01-06T18:32:08.936Z | Compiling bitflags v2.6.0 |
399 | 2025-01-06T18:32:09.066Z | Compiling usdt-impl v0.5.0 |
400 | 2025-01-06T18:32:09.351Z | Compiling proc-macro-error-attr v1.0.4 |
401 | 2025-01-06T18:32:09.354Z | Compiling syn v1.0.109 |
402 | 2025-01-06T18:32:09.476Z | Compiling quote v1.0.37 |
403 | 2025-01-06T18:32:09.528Z | Compiling proc-macro-error v1.0.4 |
404 | 2025-01-06T18:32:09.561Z | Compiling equivalent v1.0.1 |
405 | 2025-01-06T18:32:09.690Z | Compiling log v0.4.22 |
406 | 2025-01-06T18:32:09.716Z | Compiling camino v1.1.9 |
407 | 2025-01-06T18:32:09.809Z | Compiling hashbrown v0.15.1 |
408 | 2025-01-06T18:32:10.056Z | Compiling syn v2.0.87 |
409 | 2025-01-06T18:32:10.092Z | Compiling errno v0.3.9 |
410 | 2025-01-06T18:32:10.208Z | Compiling plain v0.2.3 |
411 | 2025-01-06T18:32:10.236Z | Compiling utf8parse v0.2.2 |
412 | 2025-01-06T18:32:10.361Z | Compiling thread-id v4.2.2 |
413 | 2025-01-06T18:32:10.387Z | Compiling anstyle-parse v0.2.5 |
414 | 2025-01-06T18:32:10.632Z | Compiling semver v1.0.23 |
415 | 2025-01-06T18:32:10.718Z | Compiling anstyle v1.0.10 |
416 | 2025-01-06T18:32:10.826Z | Compiling is_terminal_polyfill v1.70.1 |
417 | 2025-01-06T18:32:10.971Z | Compiling indexmap v2.6.0 |
418 | 2025-01-06T18:32:11.022Z | Compiling autocfg v1.4.0 |
419 | 2025-01-06T18:32:11.154Z | Compiling anstyle-query v1.1.1 |
420 | 2025-01-06T18:32:11.185Z | Compiling pretty-hex v0.4.1 |
421 | 2025-01-06T18:32:11.316Z | Compiling winnow v0.6.20 |
422 | 2025-01-06T18:32:11.344Z | Compiling colorchoice v1.0.2 |
423 | 2025-01-06T18:32:11.414Z | Compiling unicode-width v0.1.14 |
424 | 2025-01-06T18:32:11.538Z | Compiling anstream v0.6.15 |
425 | 2025-01-06T18:32:12.270Z | Compiling fs-err v2.11.0 |
426 | 2025-01-06T18:32:12.326Z | Compiling bytecount v0.6.8 |
427 | 2025-01-06T18:32:12.413Z | Compiling terminal_size v0.4.0 |
428 | 2025-01-06T18:32:12.552Z | Compiling heck v0.5.0 |
429 | 2025-01-06T18:32:12.593Z | Compiling heck v0.4.1 |
430 | 2025-01-06T18:32:12.647Z | Compiling clap_lex v0.7.2 |
431 | 2025-01-06T18:32:12.693Z | Compiling cfg-if v1.0.0 |
432 | 2025-01-06T18:32:12.789Z | Compiling strsim v0.11.1 |
433 | 2025-01-06T18:32:13.115Z | Compiling fastrand v2.1.1 |
434 | 2025-01-06T18:32:13.142Z | Compiling anyhow v1.0.93 |
435 | 2025-01-06T18:32:13.169Z | Compiling fnv v1.0.7 |
436 | 2025-01-06T18:32:13.199Z | Compiling clap_builder v4.5.21 |
437 | 2025-01-06T18:32:13.738Z | Compiling tempfile v3.13.0 |
438 | 2025-01-06T18:32:13.767Z | Compiling papergrid v0.11.0 |
439 | 2025-01-06T18:32:14.201Z | Compiling memmap v0.7.0 |
440 | 2025-01-06T18:32:14.257Z | Compiling unicode-linebreak v0.1.5 |
441 | 2025-01-06T18:32:14.579Z | Compiling smawk v0.3.2 |
442 | 2025-01-06T18:32:14.811Z | Compiling textwrap v0.16.1 |
443 | 2025-01-06T18:32:15.232Z | Compiling swrite v0.1.0 |
444 | 2025-01-06T18:32:16.154Z | Compiling tabled_derive v0.7.0 |
445 | 2025-01-06T18:32:17.871Z | Compiling tabled v0.15.0 |
446 | 2025-01-06T18:32:19.003Z | Compiling serde_derive v1.0.215 |
447 | 2025-01-06T18:32:19.003Z | Compiling thiserror-impl v1.0.69 |
448 | 2025-01-06T18:32:19.006Z | Compiling zerocopy-derive v0.7.35 |
449 | 2025-01-06T18:32:19.006Z | Compiling scroll_derive v0.12.0 |
450 | 2025-01-06T18:32:19.052Z | Compiling clap_derive v4.5.18 |
451 | 2025-01-06T18:32:20.283Z | Compiling scroll v0.12.0 |
452 | 2025-01-06T18:32:20.775Z | Compiling goblin v0.8.2 |
453 | 2025-01-06T18:32:20.948Z | Compiling zerocopy v0.7.35 |
454 | 2025-01-06T18:32:21.532Z | Compiling pest v2.7.14 |
455 | 2025-01-06T18:32:22.740Z | Compiling clap v4.5.21 |
456 | 2025-01-06T18:32:23.871Z | Compiling pest_meta v2.7.14 |
457 | 2025-01-06T18:32:24.731Z | Compiling pest_generator v2.7.14 |
458 | 2025-01-06T18:32:26.370Z | Compiling pest_derive v2.7.14 |
459 | 2025-01-06T18:32:27.020Z | Compiling dtrace-parser v0.2.0 |
460 | 2025-01-06T18:32:29.134Z | Compiling serde_tokenstream v0.2.2 |
461 | 2025-01-06T18:32:29.209Z | Compiling serde_spanned v0.6.8 |
462 | 2025-01-06T18:32:29.212Z | Compiling toml_datetime v0.6.8 |
463 | 2025-01-06T18:32:29.472Z | Compiling cargo-platform v0.1.8 |
464 | 2025-01-06T18:32:29.559Z | Compiling toml_edit v0.22.22 |
465 | 2025-01-06T18:32:29.747Z | Compiling macaddr v1.0.1 |
466 | 2025-01-06T18:32:30.012Z | Compiling camino-tempfile v1.1.1 |
467 | 2025-01-06T18:32:30.637Z | Compiling dof v0.3.0 |
468 | 2025-01-06T18:32:30.751Z | Compiling cargo_metadata v0.18.1 |
469 | 2025-01-06T18:32:32.343Z | Compiling usdt-macro v0.5.0 |
470 | 2025-01-06T18:32:32.343Z | Compiling usdt-attr-macro v0.5.0 |
471 | 2025-01-06T18:32:32.367Z | Compiling toml v0.8.19 |
472 | 2025-01-06T18:32:33.243Z | Compiling cargo_toml v0.20.5 |
473 | 2025-01-06T18:32:33.825Z | Compiling usdt v0.5.0 |
474 | 2025-01-06T18:32:36.687Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
475 | 2025-01-06T18:32:40.830Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.43s |
476 | 2025-01-06T18:32:41.102Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
477 | 2025-01-06T18:32:41.627Z | Downloading crates ... |
478 | 2025-01-06T18:32:41.766Z | Downloaded headers-core v0.3.0 |
479 | 2025-01-06T18:32:41.770Z | Downloaded darling v0.20.10 |
480 | 2025-01-06T18:32:41.784Z | Downloaded arc-swap v1.7.1 |
481 | 2025-01-06T18:32:41.787Z | Downloaded http-range v0.1.5 |
482 | 2025-01-06T18:32:41.793Z | Downloaded hubpack_derive v0.1.1 |
483 | 2025-01-06T18:32:41.795Z | Downloaded allocator-api2 v0.2.18 |
484 | 2025-01-06T18:32:41.799Z | Downloaded aead v0.5.2 |
485 | 2025-01-06T18:32:41.802Z | Downloaded md5 v0.7.0 |
486 | 2025-01-06T18:32:41.802Z | Downloaded adler2 v2.0.0 |
487 | 2025-01-06T18:32:41.805Z | Downloaded is_ci v1.2.0 |
488 | 2025-01-06T18:32:41.805Z | Downloaded icu_provider_macros v1.5.0 |
489 | 2025-01-06T18:32:41.807Z | Downloaded matches v0.1.10 |
490 | 2025-01-06T18:32:41.807Z | Downloaded hostname v0.4.0 |
491 | 2025-01-06T18:32:41.810Z | Downloaded icu_normalizer v1.5.0 |
492 | 2025-01-06T18:32:41.813Z | Downloaded humantime v2.1.0 |
493 | 2025-01-06T18:32:41.815Z | Downloaded match_cfg v0.1.0 |
494 | 2025-01-06T18:32:41.815Z | Downloaded heck v0.3.3 |
495 | 2025-01-06T18:32:41.818Z | Downloaded http-body-util v0.1.2 |
496 | 2025-01-06T18:32:41.820Z | Downloaded argon2 v0.5.3 |
497 | 2025-01-06T18:32:41.820Z | Downloaded ahash v0.8.11 |
498 | 2025-01-06T18:32:41.823Z | Downloaded instant v0.1.13 |
499 | 2025-01-06T18:32:41.825Z | Downloaded http-body v1.0.1 |
500 | 2025-01-06T18:32:41.825Z | Downloaded aes-gcm v0.10.3 |
501 | 2025-01-06T18:32:41.829Z | Downloaded hex-literal v0.4.1 |
502 | 2025-01-06T18:32:41.832Z | Downloaded addr2line v0.24.2 |
503 | 2025-01-06T18:32:41.840Z | Downloaded home v0.5.9 |
504 | 2025-01-06T18:32:41.840Z | Downloaded hex v0.4.3 |
505 | 2025-01-06T18:32:41.840Z | Downloaded hostname v0.3.1 |
506 | 2025-01-06T18:32:41.842Z | Downloaded backoff v0.4.0 |
507 | 2025-01-06T18:32:41.842Z | Downloaded lalrpop-util v0.19.12 |
508 | 2025-01-06T18:32:41.842Z | Downloaded array-init v0.0.4 |
509 | 2025-01-06T18:32:41.842Z | Downloaded hyper-tls v0.6.0 |
510 | 2025-01-06T18:32:41.847Z | Downloaded lazycell v1.3.0 |
511 | 2025-01-06T18:32:41.847Z | Downloaded managed v0.8.0 |
512 | 2025-01-06T18:32:41.849Z | Downloaded maybe-uninit v2.0.0 |
513 | 2025-01-06T18:32:41.849Z | Downloaded lockfree-object-pool v0.1.6 |
514 | 2025-01-06T18:32:41.852Z | Downloaded linear-map v1.2.0 |
515 | 2025-01-06T18:32:41.854Z | Downloaded libsw v3.3.1 |
516 | 2025-01-06T18:32:41.856Z | Downloaded idna_adapter v1.2.0 |
517 | 2025-01-06T18:32:41.858Z | Downloaded base64 v0.13.1 |
518 | 2025-01-06T18:32:41.861Z | Downloaded md-5 v0.10.6 |
519 | 2025-01-06T18:32:41.866Z | Downloaded linked-hash-map v0.5.6 |
520 | 2025-01-06T18:32:41.869Z | Downloaded memoffset v0.9.1 |
521 | 2025-01-06T18:32:41.869Z | Downloaded ciborium-io v0.2.2 |
522 | 2025-01-06T18:32:41.869Z | Downloaded maplit v1.0.2 |
523 | 2025-01-06T18:32:41.869Z | Downloaded bcrypt-pbkdf v0.10.0 |
524 | 2025-01-06T18:32:41.871Z | Downloaded hubpack v0.1.2 |
525 | 2025-01-06T18:32:41.871Z | Downloaded russh-cryptovec v0.7.3 |
526 | 2025-01-06T18:32:41.874Z | Downloaded base64ct v1.6.0 |
527 | 2025-01-06T18:32:41.876Z | Downloaded httparse v1.9.5 |
528 | 2025-01-06T18:32:41.880Z | Downloaded ipnetwork v0.20.0 |
529 | 2025-01-06T18:32:41.884Z | Downloaded cfg_aliases v0.2.1 |
530 | 2025-01-06T18:32:41.884Z | Downloaded ciborium-ll v0.2.2 |
531 | 2025-01-06T18:32:41.887Z | Downloaded iana-time-zone v0.1.61 |
532 | 2025-01-06T18:32:41.887Z | Downloaded cfg_aliases v0.1.1 |
533 | 2025-01-06T18:32:41.892Z | Downloaded httpdate v1.0.3 |
534 | 2025-01-06T18:32:41.892Z | Downloaded lru v0.12.5 |
535 | 2025-01-06T18:32:41.895Z | Downloaded hyper-staticfile v0.10.1 |
536 | 2025-01-06T18:32:41.895Z | Downloaded lazy_static v1.5.0 |
537 | 2025-01-06T18:32:41.895Z | Downloaded lock_api v0.4.12 |
538 | 2025-01-06T18:32:41.898Z | Downloaded internet-checksum v0.2.1 |
539 | 2025-01-06T18:32:41.898Z | Downloaded hyper-rustls v0.27.3 |
540 | 2025-01-06T18:32:41.901Z | Downloaded memmap2 v0.9.5 |
541 | 2025-01-06T18:32:41.903Z | Downloaded jobserver v0.1.32 |
542 | 2025-01-06T18:32:41.905Z | Downloaded inout v0.1.3 |
543 | 2025-01-06T18:32:41.907Z | Downloaded mime_guess v2.0.5 |
544 | 2025-01-06T18:32:41.909Z | Downloaded indoc v1.0.9 |
545 | 2025-01-06T18:32:41.913Z | Downloaded mime v0.3.17 |
546 | 2025-01-06T18:32:41.913Z | Downloaded highway v1.2.0 |
547 | 2025-01-06T18:32:41.916Z | Downloaded cstr-argument v0.1.2 |
548 | 2025-01-06T18:32:41.916Z | Downloaded crunchy v0.2.2 |
549 | 2025-01-06T18:32:41.919Z | Downloaded ident_case v1.0.1 |
550 | 2025-01-06T18:32:41.919Z | Downloaded sigpipe v0.1.3 |
551 | 2025-01-06T18:32:41.919Z | Downloaded crucible-workspace-hack v0.1.0 |
552 | 2025-01-06T18:32:41.922Z | Downloaded libloading v0.8.5 |
553 | 2025-01-06T18:32:41.925Z | Downloaded bit-vec v0.6.3 |
554 | 2025-01-06T18:32:41.925Z | Downloaded keccak v0.1.5 |
555 | 2025-01-06T18:32:41.925Z | Downloaded want v0.3.1 |
556 | 2025-01-06T18:32:41.927Z | Downloaded cbc v0.1.2 |
557 | 2025-01-06T18:32:41.927Z | Downloaded block-padding v0.3.3 |
558 | 2025-01-06T18:32:41.929Z | Downloaded rand_chacha v0.3.1 |
559 | 2025-01-06T18:32:41.933Z | Downloaded cipher v0.4.4 |
560 | 2025-01-06T18:32:41.933Z | Downloaded rusty-fork v0.3.0 |
561 | 2025-01-06T18:32:41.936Z | Downloaded rustc_version v0.1.7 |
562 | 2025-01-06T18:32:41.936Z | Downloaded bitfield v0.14.0 |
563 | 2025-01-06T18:32:41.940Z | Downloaded blowfish v0.9.1 |
564 | 2025-01-06T18:32:41.940Z | Downloaded bitflags v1.3.2 |
565 | 2025-01-06T18:32:41.943Z | Downloaded hmac v0.12.1 |
566 | 2025-01-06T18:32:41.943Z | Downloaded buf-list v1.0.3 |
567 | 2025-01-06T18:32:41.946Z | Downloaded icu_normalizer_data v1.5.0 |
568 | 2025-01-06T18:32:41.948Z | Downloaded waitgroup v0.1.2 |
569 | 2025-01-06T18:32:41.950Z | Downloaded try-lock v0.2.5 |
570 | 2025-01-06T18:32:41.950Z | Downloaded convert_case v0.4.0 |
571 | 2025-01-06T18:32:41.954Z | Downloaded zone_cfg_derive v0.3.0 |
572 | 2025-01-06T18:32:41.954Z | Downloaded zone_cfg_derive v0.1.2 |
573 | 2025-01-06T18:32:41.954Z | Downloaded downcast v0.11.0 |
574 | 2025-01-06T18:32:41.954Z | Downloaded chrono-tz-build v0.4.0 |
575 | 2025-01-06T18:32:41.959Z | Downloaded chacha20 v0.9.1 |
576 | 2025-01-06T18:32:41.959Z | Downloaded cmake v0.1.51 |
577 | 2025-01-06T18:32:41.962Z | Downloaded icu_properties v1.5.1 |
578 | 2025-01-06T18:32:41.965Z | Downloaded simd-adler32 v0.3.7 |
579 | 2025-01-06T18:32:41.965Z | Downloaded serde-hex v0.1.0 |
580 | 2025-01-06T18:32:41.967Z | Downloaded endian-type v0.1.2 |
581 | 2025-01-06T18:32:41.967Z | Downloaded hickory-client v0.24.1 |
582 | 2025-01-06T18:32:41.969Z | Downloaded rustversion v1.0.17 |
583 | 2025-01-06T18:32:41.973Z | Downloaded curve25519-dalek-derive v0.1.1 |
584 | 2025-01-06T18:32:41.979Z | Downloaded constant_time_eq v0.3.1 |
585 | 2025-01-06T18:32:41.979Z | Downloaded openssl-macros v0.1.1 |
586 | 2025-01-06T18:32:41.979Z | Downloaded num-conv v0.1.0 |
587 | 2025-01-06T18:32:41.979Z | Downloaded subtle v2.6.1 |
588 | 2025-01-06T18:32:41.982Z | Downloaded thiserror-impl v2.0.3 |
589 | 2025-01-06T18:32:41.982Z | Downloaded crossbeam-deque v0.8.5 |
590 | 2025-01-06T18:32:41.990Z | Downloaded crc v3.2.1 |
591 | 2025-01-06T18:32:41.992Z | Downloaded twox-hash v1.6.3 |
592 | 2025-01-06T18:32:41.992Z | Downloaded ref-cast-impl v1.0.23 |
593 | 2025-01-06T18:32:41.992Z | Downloaded structmeta v0.2.0 |
594 | 2025-01-06T18:32:41.992Z | Downloaded strip-ansi-escapes v0.2.0 |
595 | 2025-01-06T18:32:41.992Z | Downloaded spki v0.7.3 |
596 | 2025-01-06T18:32:41.996Z | Downloaded newtype_derive v0.1.6 |
597 | 2025-01-06T18:32:41.996Z | Downloaded signature v2.2.0 |
598 | 2025-01-06T18:32:41.998Z | Downloaded shell-words v1.1.0 |
599 | 2025-01-06T18:32:41.998Z | Downloaded progenitor-impl v0.8.0 |
600 | 2025-01-06T18:32:42.001Z | Downloaded cassowary v0.3.0 |
601 | 2025-01-06T18:32:42.001Z | Downloaded icu_provider v1.5.0 |
602 | 2025-01-06T18:32:42.004Z | Downloaded bcs v0.1.6 |
603 | 2025-01-06T18:32:42.007Z | Downloaded normalize-line-endings v0.3.0 |
604 | 2025-01-06T18:32:42.009Z | Downloaded hyper-util v0.1.10 |
605 | 2025-01-06T18:32:42.012Z | Downloaded parse-size v1.1.0 |
606 | 2025-01-06T18:32:42.014Z | Downloaded foreign-types-shared v0.1.1 |
607 | 2025-01-06T18:32:42.014Z | Downloaded const_format_proc_macros v0.2.33 |
608 | 2025-01-06T18:32:42.017Z | Downloaded fallible-streaming-iterator v0.1.9 |
609 | 2025-01-06T18:32:42.020Z | Downloaded enum-as-inner v0.5.1 |
610 | 2025-01-06T18:32:42.020Z | Downloaded tui-tree-widget v0.22.0 |
611 | 2025-01-06T18:32:42.026Z | Downloaded display-error-chain v0.2.2 |
612 | 2025-01-06T18:32:42.026Z | Downloaded indexmap v1.9.3 |
613 | 2025-01-06T18:32:42.028Z | Downloaded foreign-types-macros v0.2.3 |
614 | 2025-01-06T18:32:42.028Z | Downloaded prettyplease v0.2.25 |
615 | 2025-01-06T18:32:42.031Z | Downloaded progenitor-client v0.8.0 |
616 | 2025-01-06T18:32:42.033Z | Downloaded tokio-rustls v0.25.0 |
617 | 2025-01-06T18:32:42.036Z | Downloaded sqlformat v0.2.6 |
618 | 2025-01-06T18:32:42.036Z | Downloaded termtree v0.4.1 |
619 | 2025-01-06T18:32:42.041Z | Downloaded csv-core v0.1.11 |
620 | 2025-01-06T18:32:42.041Z | Downloaded rtoolbox v0.0.2 |
621 | 2025-01-06T18:32:42.044Z | Downloaded console v0.15.8 |
622 | 2025-01-06T18:32:42.044Z | Downloaded mockall v0.13.0 |
623 | 2025-01-06T18:32:42.046Z | Downloaded num_enum v0.5.11 |
624 | 2025-01-06T18:32:42.050Z | Downloaded tokio-stream v0.1.16 |
625 | 2025-01-06T18:32:42.055Z | Downloaded tokio-rustls v0.26.0 |
626 | 2025-01-06T18:32:42.060Z | Downloaded spin v0.9.8 |
627 | 2025-01-06T18:32:42.064Z | Downloaded indicatif v0.17.9 |
628 | 2025-01-06T18:32:42.066Z | Downloaded sha1 v0.10.6 |
629 | 2025-01-06T18:32:42.066Z | Downloaded futures-core v0.3.31 |
630 | 2025-01-06T18:32:42.069Z | Downloaded icu_locid v1.5.0 |
631 | 2025-01-06T18:32:42.073Z | Downloaded blake2 v0.10.6 |
632 | 2025-01-06T18:32:42.076Z | Downloaded bzip2 v0.4.4 |
633 | 2025-01-06T18:32:42.078Z | Downloaded zerofrom v0.1.4 |
634 | 2025-01-06T18:32:42.080Z | Downloaded displaydoc v0.2.5 |
635 | 2025-01-06T18:32:42.082Z | Downloaded parse-display-derive v0.10.0 |
636 | 2025-01-06T18:32:42.082Z | Downloaded parse-display v0.10.0 |
637 | 2025-01-06T18:32:42.085Z | Downloaded packed_struct v0.10.1 |
638 | 2025-01-06T18:32:42.087Z | Downloaded derive_builder_macro v0.20.2 |
639 | 2025-01-06T18:32:42.087Z | Downloaded walkdir v2.5.0 |
640 | 2025-01-06T18:32:42.091Z | Downloaded cookie v0.18.1 |
641 | 2025-01-06T18:32:42.095Z | Downloaded difflib v0.4.0 |
642 | 2025-01-06T18:32:42.095Z | Downloaded yoke-derive v0.7.4 |
643 | 2025-01-06T18:32:42.102Z | Downloaded phf_codegen v0.11.2 |
644 | 2025-01-06T18:32:42.102Z | Downloaded phf v0.11.2 |
645 | 2025-01-06T18:32:42.103Z | Downloaded zone v0.3.0 |
646 | 2025-01-06T18:32:42.103Z | Downloaded litemap v0.7.3 |
647 | 2025-01-06T18:32:42.105Z | Downloaded oso-derive v0.27.3 |
648 | 2025-01-06T18:32:42.105Z | Downloaded crossbeam-utils v0.8.20 |
649 | 2025-01-06T18:32:42.105Z | Downloaded chacha20poly1305 v0.10.1 |
650 | 2025-01-06T18:32:42.108Z | Downloaded scrypt v0.11.0 |
651 | 2025-01-06T18:32:42.108Z | Downloaded structmeta-derive v0.3.0 |
652 | 2025-01-06T18:32:42.110Z | Downloaded slog-scope v4.4.0 |
653 | 2025-01-06T18:32:42.112Z | Downloaded structmeta-derive v0.2.0 |
654 | 2025-01-06T18:32:42.112Z | Downloaded structmeta v0.3.0 |
655 | 2025-01-06T18:32:42.115Z | Downloaded smf v0.2.3 |
656 | 2025-01-06T18:32:42.115Z | Downloaded crc-any v2.5.0 |
657 | 2025-01-06T18:32:42.117Z | Downloaded uzers v0.12.1 |
658 | 2025-01-06T18:32:42.120Z | Downloaded uuid v1.11.0 |
659 | 2025-01-06T18:32:42.123Z | Downloaded hickory-server v0.24.1 |
660 | 2025-01-06T18:32:42.129Z | Downloaded precomputed-hash v0.1.1 |
661 | 2025-01-06T18:32:42.131Z | Downloaded openssl-probe v0.1.5 |
662 | 2025-01-06T18:32:42.131Z | Downloaded bytes v1.8.0 |
663 | 2025-01-06T18:32:42.135Z | Downloaded psl-types v2.0.11 |
664 | 2025-01-06T18:32:42.138Z | Downloaded termcolor v1.4.1 |
665 | 2025-01-06T18:32:42.138Z | Downloaded predicates-core v1.0.8 |
666 | 2025-01-06T18:32:42.141Z | Downloaded fatfs v0.3.6 |
667 | 2025-01-06T18:32:42.147Z | Downloaded wait-timeout v0.2.0 |
668 | 2025-01-06T18:32:42.147Z | Downloaded phf_generator v0.11.2 |
669 | 2025-01-06T18:32:42.150Z | Downloaded tokio-rustls v0.24.1 |
670 | 2025-01-06T18:32:42.150Z | Downloaded test-strategy v0.3.1 |
671 | 2025-01-06T18:32:42.152Z | Downloaded termios v0.3.3 |
672 | 2025-01-06T18:32:42.154Z | Downloaded postgres-protocol v0.6.7 |
673 | 2025-01-06T18:32:42.157Z | Downloaded wyz v0.5.1 |
674 | 2025-01-06T18:32:42.157Z | Downloaded similar v2.6.0 |
675 | 2025-01-06T18:32:42.164Z | Downloaded stable_deref_trait v1.2.0 |
676 | 2025-01-06T18:32:42.167Z | Downloaded rand_xorshift v0.3.0 |
677 | 2025-01-06T18:32:42.167Z | Downloaded typify-macro v0.2.0 |
678 | 2025-01-06T18:32:42.175Z | Downloaded strum v0.26.3 |
679 | 2025-01-06T18:32:42.178Z | Downloaded tungstenite v0.23.0 |
680 | 2025-01-06T18:32:42.180Z | Downloaded tungstenite v0.21.0 |
681 | 2025-01-06T18:32:42.185Z | Downloaded dhcproto v0.12.0 |
682 | 2025-01-06T18:32:42.188Z | Downloaded subprocess v0.2.9 |
683 | 2025-01-06T18:32:42.190Z | Downloaded ron v0.8.1 |
684 | 2025-01-06T18:32:42.196Z | Downloaded nibble_vec v0.1.0 |
685 | 2025-01-06T18:32:42.199Z | Downloaded base64 v0.22.1 |
686 | 2025-01-06T18:32:42.201Z | Downloaded des v0.8.1 |
687 | 2025-01-06T18:32:42.204Z | Downloaded hash32 v0.2.1 |
688 | 2025-01-06T18:32:42.206Z | Downloaded tokio-tungstenite v0.21.0 |
689 | 2025-01-06T18:32:42.208Z | Downloaded num_threads v0.1.7 |
690 | 2025-01-06T18:32:42.213Z | Downloaded const_format v0.2.33 |
691 | 2025-01-06T18:32:42.222Z | Downloaded serde_urlencoded v0.7.1 |
692 | 2025-01-06T18:32:42.222Z | Downloaded either v1.13.0 |
693 | 2025-01-06T18:32:42.222Z | Downloaded radium v0.7.0 |
694 | 2025-01-06T18:32:42.232Z | Downloaded heapless v0.8.0 |
695 | 2025-01-06T18:32:42.232Z | Downloaded serde-big-array v0.5.1 |
696 | 2025-01-06T18:32:42.232Z | Downloaded unarray v0.1.4 |
697 | 2025-01-06T18:32:42.235Z | Downloaded rustls-pemfile v1.0.4 |
698 | 2025-01-06T18:32:42.235Z | Downloaded mockall_derive v0.13.0 |
699 | 2025-01-06T18:32:42.235Z | Downloaded writeable v0.5.5 |
700 | 2025-01-06T18:32:42.235Z | Downloaded utf8_iter v1.0.4 |
701 | 2025-01-06T18:32:42.235Z | Downloaded tungstenite v0.24.0 |
702 | 2025-01-06T18:32:42.238Z | Downloaded phf_shared v0.10.0 |
703 | 2025-01-06T18:32:42.241Z | Downloaded fxhash v0.2.1 |
704 | 2025-01-06T18:32:42.241Z | Downloaded utf16_iter v1.0.5 |
705 | 2025-01-06T18:32:42.244Z | Downloaded serde_repr v0.1.19 |
706 | 2025-01-06T18:32:42.244Z | Downloaded owo-colors v4.1.0 |
707 | 2025-01-06T18:32:42.247Z | Downloaded tokio-macros v2.4.0 |
708 | 2025-01-06T18:32:42.249Z | Downloaded strum_macros v0.25.3 |
709 | 2025-01-06T18:32:42.249Z | Downloaded libxml v0.3.3 |
710 | 2025-01-06T18:32:42.255Z | Downloaded typify v0.2.0 |
711 | 2025-01-06T18:32:42.259Z | Downloaded strum_macros v0.24.3 |
712 | 2025-01-06T18:32:42.263Z | Downloaded crypto-bigint v0.5.5 |
713 | 2025-01-06T18:32:42.267Z | Downloaded num-iter v0.1.45 |
714 | 2025-01-06T18:32:42.269Z | Downloaded ghash v0.5.1 |
715 | 2025-01-06T18:32:42.272Z | Downloaded gethostname v0.5.0 |
716 | 2025-01-06T18:32:42.272Z | Downloaded zerofrom-derive v0.1.4 |
717 | 2025-01-06T18:32:42.275Z | Downloaded env_filter v0.1.2 |
718 | 2025-01-06T18:32:42.275Z | Downloaded embedded-io v0.4.0 |
719 | 2025-01-06T18:32:42.278Z | Downloaded pin-utils v0.1.0 |
720 | 2025-01-06T18:32:42.278Z | Downloaded zerocopy v0.6.6 |
721 | 2025-01-06T18:32:42.281Z | Downloaded qorb v0.2.1 |
722 | 2025-01-06T18:32:42.284Z | Downloaded proc-macro-crate v1.3.1 |
723 | 2025-01-06T18:32:42.287Z | Downloaded tinyvec_macros v0.1.1 |
724 | 2025-01-06T18:32:42.287Z | Downloaded debug-ignore v1.0.5 |
725 | 2025-01-06T18:32:42.291Z | Downloaded tar v0.4.42 |
726 | 2025-01-06T18:32:42.294Z | Downloaded signal-hook-mio v0.2.4 |
727 | 2025-01-06T18:32:42.294Z | Downloaded tracing-attributes v0.1.27 |
728 | 2025-01-06T18:32:42.297Z | Downloaded dunce v1.0.5 |
729 | 2025-01-06T18:32:42.297Z | Downloaded defmt-macros v0.3.9 |
730 | 2025-01-06T18:32:42.300Z | Downloaded write16 v1.0.0 |
731 | 2025-01-06T18:32:42.302Z | Downloaded crossbeam-channel v0.5.13 |
732 | 2025-01-06T18:32:42.307Z | Downloaded libm v0.2.8 |
733 | 2025-01-06T18:32:42.314Z | Downloaded peg-runtime v0.8.3 |
734 | 2025-01-06T18:32:42.318Z | Downloaded opaque-debug v0.3.1 |
735 | 2025-01-06T18:32:42.318Z | Downloaded tls_codec_derive v0.4.1 |
736 | 2025-01-06T18:32:42.321Z | Downloaded futures-io v0.3.31 |
737 | 2025-01-06T18:32:42.321Z | Downloaded futures-executor v0.3.31 |
738 | 2025-01-06T18:32:42.321Z | Downloaded ron v0.7.1 |
739 | 2025-01-06T18:32:42.325Z | Downloaded scheduled-thread-pool v0.2.7 |
740 | 2025-01-06T18:32:42.332Z | Downloaded rpassword v7.3.1 |
741 | 2025-01-06T18:32:42.332Z | Downloaded sqlparser_derive v0.2.2 |
742 | 2025-01-06T18:32:42.336Z | Downloaded semver v0.1.20 |
743 | 2025-01-06T18:32:42.336Z | Downloaded slog v2.7.0 |
744 | 2025-01-06T18:32:42.336Z | Downloaded ed25519 v2.2.3 |
745 | 2025-01-06T18:32:42.338Z | Downloaded pkcs8 v0.10.2 |
746 | 2025-01-06T18:32:42.342Z | Downloaded r2d2 v0.8.10 |
747 | 2025-01-06T18:32:42.342Z | Downloaded pkcs1 v0.7.5 |
748 | 2025-01-06T18:32:42.344Z | Downloaded quinn v0.11.5 |
749 | 2025-01-06T18:32:42.346Z | Downloaded slog-stdlog v4.1.1 |
750 | 2025-01-06T18:32:42.358Z | Downloaded zeroize v1.8.1 |
751 | 2025-01-06T18:32:42.358Z | Downloaded pkcs5 v0.7.1 |
752 | 2025-01-06T18:32:42.358Z | Downloaded toolchain_find v0.4.0 |
753 | 2025-01-06T18:32:42.358Z | Downloaded idna v1.0.3 |
754 | 2025-01-06T18:32:42.363Z | Downloaded whoami v1.5.2 |
755 | 2025-01-06T18:32:42.363Z | Downloaded itertools v0.10.5 |
756 | 2025-01-06T18:32:42.369Z | Downloaded xattr v1.3.1 |
757 | 2025-01-06T18:32:42.373Z | Downloaded tracing-core v0.1.32 |
758 | 2025-01-06T18:32:42.376Z | Downloaded number_prefix v0.4.0 |
759 | 2025-01-06T18:32:42.376Z | Downloaded unsafe-libyaml v0.2.11 |
760 | 2025-01-06T18:32:42.378Z | Downloaded flagset v0.4.6 |
761 | 2025-01-06T18:32:42.381Z | Downloaded defmt v0.3.8 |
762 | 2025-01-06T18:32:42.383Z | Downloaded pem v3.0.4 |
763 | 2025-01-06T18:32:42.389Z | Downloaded parse-zoneinfo v0.3.1 |
764 | 2025-01-06T18:32:42.392Z | Downloaded num-traits v0.2.19 |
765 | 2025-01-06T18:32:42.392Z | Downloaded getrandom v0.2.15 |
766 | 2025-01-06T18:32:42.394Z | Downloaded secrecy v0.8.0 |
767 | 2025-01-06T18:32:42.397Z | Downloaded futures-macro v0.3.31 |
768 | 2025-01-06T18:32:42.397Z | Downloaded rustyline v14.0.0 |
769 | 2025-01-06T18:32:42.401Z | Downloaded headers v0.4.0 |
770 | 2025-01-06T18:32:42.407Z | Downloaded vte_generate_state_changes v0.1.2 |
771 | 2025-01-06T18:32:42.412Z | Downloaded pretty-hex v0.2.1 |
772 | 2025-01-06T18:32:42.412Z | Downloaded yasna v0.5.2 |
773 | 2025-01-06T18:32:42.415Z | Downloaded defmt-parser v0.3.4 |
774 | 2025-01-06T18:32:42.415Z | Downloaded signal-hook v0.3.17 |
775 | 2025-01-06T18:32:42.419Z | Downloaded toml_edit v0.19.15 |
776 | 2025-01-06T18:32:42.433Z | Downloaded enum-as-inner v0.6.1 |
777 | 2025-01-06T18:32:42.436Z | Downloaded tracing v0.1.40 |
778 | 2025-01-06T18:32:42.439Z | Downloaded utf-8 v0.7.6 |
779 | 2025-01-06T18:32:42.441Z | Downloaded thiserror-no-std v2.0.2 |
780 | 2025-01-06T18:32:42.444Z | Downloaded dhcproto-macros v0.1.0 |
781 | 2025-01-06T18:32:42.447Z | Downloaded samael v0.0.17 |
782 | 2025-01-06T18:32:42.450Z | Downloaded ena v0.14.3 |
783 | 2025-01-06T18:32:42.453Z | Downloaded xz2 v0.1.7 |
784 | 2025-01-06T18:32:42.455Z | Downloaded diesel_table_macro_syntax v0.2.0 |
785 | 2025-01-06T18:32:42.455Z | Downloaded postgres-types v0.2.8 |
786 | 2025-01-06T18:32:42.458Z | Downloaded primeorder v0.13.6 |
787 | 2025-01-06T18:32:42.460Z | Downloaded serde_derive_internals v0.29.1 |
788 | 2025-01-06T18:32:42.463Z | Downloaded rustc-demangle v0.1.24 |
789 | 2025-01-06T18:32:42.463Z | Downloaded yoke v0.7.4 |
790 | 2025-01-06T18:32:42.465Z | Downloaded snafu-derive v0.8.5 |
791 | 2025-01-06T18:32:42.467Z | Downloaded peg v0.8.4 |
792 | 2025-01-06T18:32:42.470Z | Downloaded pbkdf2 v0.11.0 |
793 | 2025-01-06T18:32:42.473Z | Downloaded new_debug_unreachable v1.0.6 |
794 | 2025-01-06T18:32:42.476Z | Downloaded slog-dtrace v0.3.0 |
795 | 2025-01-06T18:32:42.476Z | Downloaded parking_lot_core v0.9.10 |
796 | 2025-01-06T18:32:42.479Z | Downloaded parking_lot_core v0.8.6 |
797 | 2025-01-06T18:32:42.482Z | Downloaded unicode-truncate v1.1.0 |
798 | 2025-01-06T18:32:42.484Z | Downloaded typed-path v0.9.3 |
799 | 2025-01-06T18:32:42.489Z | Downloaded stringprep v0.1.5 |
800 | 2025-01-06T18:32:42.491Z | Downloaded string_cache v0.8.7 |
801 | 2025-01-06T18:32:42.494Z | Downloaded ed25519-dalek v2.1.1 |
802 | 2025-01-06T18:32:42.497Z | Downloaded resolv-conf v0.7.0 |
803 | 2025-01-06T18:32:42.499Z | Downloaded num v0.4.3 |
804 | 2025-01-06T18:32:42.499Z | Downloaded predicates-tree v1.0.11 |
805 | 2025-01-06T18:32:42.502Z | Downloaded pem-rfc7468 v0.7.0 |
806 | 2025-01-06T18:32:42.504Z | Downloaded embedded-io v0.6.1 |
807 | 2025-01-06T18:32:42.504Z | Downloaded take_mut v0.2.2 |
808 | 2025-01-06T18:32:42.507Z | Downloaded smallvec v1.13.2 |
809 | 2025-01-06T18:32:42.510Z | Downloaded openssl-sys v0.9.103 |
810 | 2025-01-06T18:32:42.512Z | Downloaded phf_shared v0.11.2 |
811 | 2025-01-06T18:32:42.516Z | Downloaded ssh-encoding v0.2.0 |
812 | 2025-01-06T18:32:42.516Z | Downloaded salsa20 v0.10.2 |
813 | 2025-01-06T18:32:42.519Z | Downloaded ecdsa v0.16.9 |
814 | 2025-01-06T18:32:42.519Z | Downloaded mirai-annotations v1.12.0 |
815 | 2025-01-06T18:32:42.522Z | Downloaded darling_macro v0.20.10 |
816 | 2025-01-06T18:32:42.522Z | Downloaded unicase v2.7.0 |
817 | 2025-01-06T18:32:42.525Z | Downloaded value-bag v1.9.0 |
818 | 2025-01-06T18:32:42.527Z | Downloaded form_urlencoded v1.2.1 |
819 | 2025-01-06T18:32:42.527Z | Downloaded serde_with v3.11.0 |
820 | 2025-01-06T18:32:42.535Z | Downloaded newline-converter v0.3.0 |
821 | 2025-01-06T18:32:42.537Z | Downloaded russh-keys v0.45.0 |
822 | 2025-01-06T18:32:42.539Z | Downloaded tinyvec v1.8.0 |
823 | 2025-01-06T18:32:42.542Z | Downloaded powerfmt v0.2.0 |
824 | 2025-01-06T18:32:42.548Z | Downloaded sec1 v0.7.3 |
825 | 2025-01-06T18:32:42.552Z | Downloaded percent-encoding v2.3.1 |
826 | 2025-01-06T18:32:42.552Z | Downloaded diesel-dtrace v0.4.2 |
827 | 2025-01-06T18:32:42.552Z | Downloaded topological-sort v0.2.2 |
828 | 2025-01-06T18:32:42.552Z | Downloaded thiserror-impl-no-std v2.0.2 |
829 | 2025-01-06T18:32:42.552Z | Downloaded tap v1.0.1 |
830 | 2025-01-06T18:32:42.555Z | Downloaded slog-bunyan v2.5.0 |
831 | 2025-01-06T18:32:42.555Z | Downloaded slab v0.4.9 |
832 | 2025-01-06T18:32:42.555Z | Downloaded peg-macros v0.8.4 |
833 | 2025-01-06T18:32:42.558Z | Downloaded num-complex v0.4.6 |
834 | 2025-01-06T18:32:42.560Z | Downloaded expectorate v1.1.0 |
835 | 2025-01-06T18:32:42.563Z | Downloaded nu-ansi-term v0.50.1 |
836 | 2025-01-06T18:32:42.565Z | Downloaded serde_plain v1.0.2 |
837 | 2025-01-06T18:32:42.566Z | Downloaded unicode_categories v0.1.1 |
838 | 2025-01-06T18:32:42.568Z | Downloaded fixedbitset v0.4.2 |
839 | 2025-01-06T18:32:42.571Z | Downloaded rand_seeder v0.3.0 |
840 | 2025-01-06T18:32:42.571Z | Downloaded crossterm v0.28.1 |
841 | 2025-01-06T18:32:42.577Z | Downloaded tabwriter v1.4.0 |
842 | 2025-01-06T18:32:42.579Z | Downloaded slog-envlogger v2.2.0 |
843 | 2025-01-06T18:32:42.582Z | Downloaded packed_struct_codegen v0.10.1 |
844 | 2025-01-06T18:32:42.582Z | Downloaded env_logger v0.11.5 |
845 | 2025-01-06T18:32:42.584Z | Downloaded foreign-types-shared v0.3.1 |
846 | 2025-01-06T18:32:42.587Z | Downloaded rcgen v0.12.1 |
847 | 2025-01-06T18:32:42.589Z | Downloaded parking_lot v0.12.3 |
848 | 2025-01-06T18:32:42.592Z | Downloaded snafu v0.8.5 |
849 | 2025-01-06T18:32:42.597Z | Downloaded untrusted v0.9.0 |
850 | 2025-01-06T18:32:42.601Z | Downloaded ssh-cipher v0.2.0 |
851 | 2025-01-06T18:32:42.601Z | Downloaded ppv-lite86 v0.2.20 |
852 | 2025-01-06T18:32:42.608Z | Downloaded group v0.13.0 |
853 | 2025-01-06T18:32:42.608Z | Downloaded vsss-rs v3.3.4 |
854 | 2025-01-06T18:32:42.608Z | Downloaded rand_core v0.6.4 |
855 | 2025-01-06T18:32:42.611Z | Downloaded derive_more v0.99.18 |
856 | 2025-01-06T18:32:42.613Z | Downloaded foreign-types v0.3.2 |
857 | 2025-01-06T18:32:42.613Z | Downloaded path-slash v0.1.5 |
858 | 2025-01-06T18:32:42.617Z | Downloaded diff v0.1.13 |
859 | 2025-01-06T18:32:42.620Z | Downloaded dropshot_endpoint v0.12.0 |
860 | 2025-01-06T18:32:42.622Z | Downloaded fragile v2.0.0 |
861 | 2025-01-06T18:32:42.622Z | Downloaded zerovec-derive v0.10.3 |
862 | 2025-01-06T18:32:42.625Z | Downloaded vergen v8.3.2 |
863 | 2025-01-06T18:32:42.628Z | Downloaded multimap v0.10.0 |
864 | 2025-01-06T18:32:42.628Z | Downloaded toml v0.7.8 |
865 | 2025-01-06T18:32:42.631Z | Downloaded miniz_oxide v0.8.0 |
866 | 2025-01-06T18:32:43.076Z | Downloaded sync_wrapper v1.0.1 |
867 | 2025-01-06T18:32:43.125Z | Downloaded filetime v0.2.25 |
868 | 2025-01-06T18:32:43.125Z | Downloaded dsl_auto_type v0.1.2 |
869 | 2025-01-06T18:32:43.125Z | Downloaded rsa v0.9.6 |
870 | 2025-01-06T18:32:43.125Z | Downloaded tiny-keccak v2.0.2 |
871 | 2025-01-06T18:32:43.125Z | Downloaded multer v3.1.0 |
872 | 2025-01-06T18:32:43.125Z | Downloaded hashbrown v0.14.5 |
873 | 2025-01-06T18:32:43.125Z | Downloaded polyval v0.6.2 |
874 | 2025-01-06T18:32:43.125Z | Downloaded rayon-core v1.12.1 |
875 | 2025-01-06T18:32:43.125Z | Downloaded rustc-hash v2.0.0 |
876 | 2025-01-06T18:32:43.125Z | Downloaded h2 v0.4.6 |
877 | 2025-01-06T18:32:43.125Z | Downloaded vte v0.11.1 |
878 | 2025-01-06T18:32:43.125Z | Downloaded siphasher v0.3.11 |
879 | 2025-01-06T18:32:43.125Z | Downloaded foreign-types v0.5.0 |
880 | 2025-01-06T18:32:43.125Z | Downloaded dropshot_endpoint v0.13.0 |
881 | 2025-01-06T18:32:43.125Z | Downloaded serde_path_to_error v0.1.16 |
882 | 2025-01-06T18:32:43.125Z | Downloaded blake3 v1.5.4 |
883 | 2025-01-06T18:32:43.125Z | Downloaded sync-ptr v0.1.1 |
884 | 2025-01-06T18:32:43.125Z | Downloaded num-derive v0.4.2 |
885 | 2025-01-06T18:32:43.125Z | Downloaded pin-project-internal v1.1.6 |
886 | 2025-01-06T18:32:43.125Z | Downloaded rfc6979 v0.4.0 |
887 | 2025-01-06T18:32:43.125Z | Downloaded progenitor-macro v0.8.0 |
888 | 2025-01-06T18:32:43.126Z | Downloaded hashlink v0.9.1 |
889 | 2025-01-06T18:32:43.126Z | Downloaded hash32 v0.3.1 |
890 | 2025-01-06T18:32:43.126Z | Downloaded num-integer v0.1.46 |
891 | 2025-01-06T18:32:43.126Z | Downloaded zopfli v0.8.1 |
892 | 2025-01-06T18:32:43.126Z | Downloaded tokio-tungstenite v0.24.0 |
893 | 2025-01-06T18:32:43.126Z | Downloaded derive-where v1.2.7 |
894 | 2025-01-06T18:32:43.126Z | Downloaded unicode-bidi v0.3.17 |
895 | 2025-01-06T18:32:43.126Z | Downloaded futures-util v0.3.31 |
896 | 2025-01-06T18:32:43.126Z | Downloaded paste v1.0.15 |
897 | 2025-01-06T18:32:43.126Z | Downloaded rustls-pki-types v1.10.0 |
898 | 2025-01-06T18:32:43.126Z | Downloaded float-cmp v0.9.0 |
899 | 2025-01-06T18:32:43.126Z | Downloaded which v4.4.2 |
900 | 2025-01-06T18:32:43.126Z | Downloaded time-macros v0.2.18 |
901 | 2025-01-06T18:32:43.126Z | Downloaded poly1305 v0.8.0 |
902 | 2025-01-06T18:32:43.126Z | Downloaded time v0.3.36 |
903 | 2025-01-06T18:32:43.126Z | Downloaded progenitor v0.8.0 |
904 | 2025-01-06T18:32:43.126Z | Downloaded glob v0.3.1 |
905 | 2025-01-06T18:32:43.126Z | Downloaded darling_core v0.20.10 |
906 | 2025-01-06T18:32:43.126Z | Downloaded tokio-tungstenite v0.23.1 |
907 | 2025-01-06T18:32:43.126Z | Downloaded tinystr v0.7.6 |
908 | 2025-01-06T18:32:43.126Z | Downloaded lalrpop v0.19.12 |
909 | 2025-01-06T18:32:43.126Z | Downloaded olpc-cjson v0.1.4 |
910 | 2025-01-06T18:32:43.126Z | Downloaded thread_local v1.1.8 |
911 | 2025-01-06T18:32:43.126Z | Downloaded unicode-properties v0.1.3 |
912 | 2025-01-06T18:32:43.126Z | Downloaded aws-lc-rs v1.10.0 |
913 | 2025-01-06T18:32:43.126Z | Downloaded num-bigint v0.4.6 |
914 | 2025-01-06T18:32:43.127Z | Downloaded password-hash v0.5.0 |
915 | 2025-01-06T18:32:43.127Z | Downloaded derive_builder v0.20.2 |
916 | 2025-01-06T18:32:43.127Z | Downloaded steno v0.4.1 |
917 | 2025-01-06T18:32:43.127Z | Downloaded rusqlite v0.32.1 |
918 | 2025-01-06T18:32:43.127Z | Downloaded fs_extra v1.3.0 |
919 | 2025-01-06T18:32:43.127Z | Downloaded url v2.5.3 |
920 | 2025-01-06T18:32:43.127Z | Downloaded tokio-util v0.7.12 |
921 | 2025-01-06T18:32:43.127Z | Downloaded rustls-pemfile v2.2.0 |
922 | 2025-01-06T18:32:43.127Z | Downloaded futures-channel v0.3.31 |
923 | 2025-01-06T18:32:43.127Z | Downloaded flate2 v1.0.34 |
924 | 2025-01-06T18:32:43.127Z | Downloaded password-hash v0.4.2 |
925 | 2025-01-06T18:32:43.127Z | Downloaded untrusted v0.7.1 |
926 | 2025-01-06T18:32:43.127Z | Downloaded idna v0.3.0 |
927 | 2025-01-06T18:32:43.127Z | Downloaded mio v1.0.2 |
928 | 2025-01-06T18:32:43.127Z | Downloaded idna v0.5.0 |
929 | 2025-01-06T18:32:43.127Z | Downloaded tokio-postgres v0.7.12 |
930 | 2025-01-06T18:32:43.127Z | Downloaded rustls-webpki v0.102.8 |
931 | 2025-01-06T18:32:43.127Z | Downloaded diesel_derives v2.2.3 |
932 | 2025-01-06T18:32:43.127Z | Downloaded x509-cert v0.2.5 |
933 | 2025-01-06T18:32:43.127Z | Downloaded num-bigint-dig v0.8.4 |
934 | 2025-01-06T18:32:43.127Z | Downloaded quick-xml v0.33.0 |
935 | 2025-01-06T18:32:43.127Z | Downloaded schemars v0.8.21 |
936 | 2025-01-06T18:32:43.127Z | Downloaded salty v0.3.0 |
937 | 2025-01-06T18:32:43.127Z | Downloaded idna v0.2.3 |
938 | 2025-01-06T18:32:43.127Z | Downloaded hashbrown v0.13.2 |
939 | 2025-01-06T18:32:43.127Z | Downloaded p521 v0.13.3 |
940 | 2025-01-06T18:32:43.127Z | Downloaded sqlparser v0.45.0 |
941 | 2025-01-06T18:32:43.127Z | Downloaded p384 v0.13.0 |
942 | 2025-01-06T18:32:43.128Z | Downloaded zerocopy v0.8.10 |
943 | 2025-01-06T18:32:43.128Z | Downloaded unicode-segmentation v1.12.0 |
944 | 2025-01-06T18:32:43.128Z | Downloaded tough v0.19.0 |
945 | 2025-01-06T18:32:43.128Z | Downloaded winnow v0.5.40 |
946 | 2025-01-06T18:32:43.128Z | Downloaded rayon v1.10.0 |
947 | 2025-01-06T18:32:43.128Z | Downloaded openssl v0.10.66 |
948 | 2025-01-06T18:32:43.128Z | Downloaded petname v2.0.2 |
949 | 2025-01-06T18:32:43.128Z | Downloaded smoltcp v0.9.1 |
950 | 2025-01-06T18:32:43.128Z | Downloaded nom v7.1.3 |
951 | 2025-01-06T18:32:43.128Z | Downloaded git2 v0.19.0 |
952 | 2025-01-06T18:32:43.128Z | Downloaded vcpkg v0.2.15 |
953 | 2025-01-06T18:32:43.128Z | Downloaded reqwest v0.12.9 |
954 | 2025-01-06T18:32:43.128Z | Downloaded object v0.36.5 |
955 | 2025-01-06T18:32:43.151Z | Downloaded zerovec v0.10.4 |
956 | 2025-01-06T18:32:43.151Z | Downloaded rustls v0.23.19 |
957 | 2025-01-06T18:32:43.151Z | Downloaded nix v0.29.0 |
958 | 2025-01-06T18:32:43.152Z | Downloaded rustls-webpki v0.101.7 |
959 | 2025-01-06T18:32:43.152Z | Downloaded gimli v0.31.1 |
960 | 2025-01-06T18:32:43.152Z | Downloaded proptest v1.5.0 |
961 | 2025-01-06T18:32:43.157Z | Downloaded smoltcp v0.11.0 |
962 | 2025-01-06T18:32:43.160Z | Downloaded object v0.30.4 |
963 | 2025-01-06T18:32:43.165Z | Downloaded regex-syntax v0.6.29 |
964 | 2025-01-06T18:32:43.173Z | Downloaded nix v0.27.1 |
965 | 2025-01-06T18:32:43.183Z | Downloaded regress v0.10.1 |
966 | 2025-01-06T18:32:43.191Z | Downloaded chrono-tz v0.10.0 |
967 | 2025-01-06T18:32:43.201Z | Downloaded nix v0.28.0 |
968 | 2025-01-06T18:32:43.219Z | Downloaded typify-impl v0.2.0 |
969 | 2025-01-06T18:32:43.240Z | Downloaded bstr v1.10.0 |
970 | 2025-01-06T18:32:43.252Z | Downloaded unicode-width v0.2.0 |
971 | 2025-01-06T18:32:43.260Z | Downloaded zerocopy-derive v0.6.6 |
972 | 2025-01-06T18:32:43.272Z | Downloaded dropshot v0.13.0 |
973 | 2025-01-06T18:32:43.291Z | Downloaded openapiv3 v2.0.0 |
974 | 2025-01-06T18:32:43.302Z | Downloaded rustls v0.21.12 |
975 | 2025-01-06T18:32:43.313Z | Downloaded polar-core v0.27.3 |
976 | 2025-01-06T18:32:43.321Z | Downloaded rustls v0.22.4 |
977 | 2025-01-06T18:32:43.334Z | Downloaded diesel v2.2.6 |
978 | 2025-01-06T18:32:43.351Z | Downloaded dropshot v0.12.0 |
979 | 2025-01-06T18:32:43.371Z | Downloaded sled v0.34.7 |
980 | 2025-01-06T18:32:43.380Z | Downloaded ratatui v0.28.1 |
981 | 2025-01-06T18:32:43.399Z | Downloaded curve25519-dalek v4.1.3 |
982 | 2025-01-06T18:32:43.408Z | Downloaded lzma-sys v0.1.20 |
983 | 2025-01-06T18:32:43.436Z | Downloaded trust-dns-proto v0.22.0 |
984 | 2025-01-06T18:32:43.449Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
985 | 2025-01-06T18:32:43.459Z | Downloaded radix_trie v0.2.1 |
986 | 2025-01-06T18:32:43.464Z | Downloaded regex v1.11.1 |
987 | 2025-01-06T18:32:43.477Z | Downloaded petgraph v0.6.5 |
988 | 2025-01-06T18:32:43.493Z | Downloaded libz-sys v1.1.20 |
989 | 2025-01-06T18:32:43.516Z | Downloaded regex-automata v0.4.8 |
990 | 2025-01-06T18:32:43.530Z | Downloaded tokio v1.40.0 |
991 | 2025-01-06T18:32:43.566Z | Downloaded hickory-proto v0.24.1 |
992 | 2025-01-06T18:32:43.580Z | Downloaded regex-syntax v0.8.5 |
993 | 2025-01-06T18:32:43.589Z | Downloaded regress v0.9.1 |
994 | 2025-01-06T18:32:43.596Z | Downloaded bindgen v0.69.5 |
995 | 2025-01-06T18:32:43.603Z | Downloaded bitvec v1.0.1 |
996 | 2025-01-06T18:32:43.618Z | Downloaded reedline v0.35.0 |
997 | 2025-01-06T18:32:43.625Z | Downloaded russh v0.45.0 |
998 | 2025-01-06T18:32:43.630Z | Downloaded unicode-normalization v0.1.24 |
999 | 2025-01-06T18:32:43.633Z | Downloaded chrono v0.4.38 |
1000 | 2025-01-06T18:32:43.640Z | Downloaded webpki-roots v0.26.6 |
1001 | 2025-01-06T18:32:43.645Z | Downloaded publicsuffix v2.2.3 |
1002 | 2025-01-06T18:32:43.648Z | Downloaded hashbrown v0.12.3 |
1003 | 2025-01-06T18:32:43.653Z | Downloaded csv v1.3.0 |
1004 | 2025-01-06T18:32:43.672Z | Downloaded sha3 v0.10.8 |
1005 | 2025-01-06T18:32:43.676Z | Downloaded ssh-key v0.6.6 |
1006 | 2025-01-06T18:32:43.682Z | Downloaded idna v0.4.0 |
1007 | 2025-01-06T18:32:43.689Z | Downloaded sct v0.7.1 |
1008 | 2025-01-06T18:32:43.692Z | Downloaded zip v0.6.6 |
1009 | 2025-01-06T18:32:43.696Z | Downloaded omicron-zone-package v0.11.1 |
1010 | 2025-01-06T18:32:43.699Z | Downloaded der_derive v0.7.3 |
1011 | 2025-01-06T18:32:43.701Z | Downloaded native-tls v0.2.12 |
1012 | 2025-01-06T18:32:43.704Z | Downloaded portable-atomic v1.9.0 |
1013 | 2025-01-06T18:32:43.708Z | Downloaded signal-hook-registry v1.4.2 |
1014 | 2025-01-06T18:32:43.711Z | Downloaded serde_with_macros v3.11.0 |
1015 | 2025-01-06T18:32:43.713Z | Downloaded pin-project v1.1.6 |
1016 | 2025-01-06T18:32:43.723Z | Downloaded quinn-proto v0.11.8 |
1017 | 2025-01-06T18:32:43.732Z | Downloaded pkg-config v0.3.31 |
1018 | 2025-01-06T18:32:43.734Z | Downloaded tokio-native-tls v0.3.1 |
1019 | 2025-01-06T18:32:43.737Z | Downloaded zeroize_derive v1.4.2 |
1020 | 2025-01-06T18:32:43.737Z | Downloaded icu_properties_data v1.5.0 |
1021 | 2025-01-06T18:32:43.746Z | Downloaded flume v0.11.1 |
1022 | 2025-01-06T18:32:43.750Z | Downloaded deranged v0.3.11 |
1023 | 2025-01-06T18:32:43.753Z | Downloaded signal-hook-tokio v0.3.1 |
1024 | 2025-01-06T18:32:43.753Z | Downloaded ff v0.13.0 |
1025 | 2025-01-06T18:32:43.755Z | Downloaded smallvec v0.6.14 |
1026 | 2025-01-06T18:32:43.756Z | Downloaded slog-json v2.6.1 |
1027 | 2025-01-06T18:32:43.758Z | Downloaded pin-project-lite v0.2.14 |
1028 | 2025-01-06T18:32:43.762Z | Downloaded parking_lot v0.11.2 |
1029 | 2025-01-06T18:32:43.765Z | Downloaded globset v0.4.15 |
1030 | 2025-01-06T18:32:43.768Z | Downloaded half v2.4.1 |
1031 | 2025-01-06T18:32:43.771Z | Downloaded futures v0.3.31 |
1032 | 2025-01-06T18:32:43.774Z | Downloaded supports-color v3.0.1 |
1033 | 2025-01-06T18:32:43.777Z | Downloaded strum_macros v0.26.4 |
1034 | 2025-01-06T18:32:43.779Z | Downloaded elliptic-curve v0.13.8 |
1035 | 2025-01-06T18:32:43.781Z | Downloaded der v0.7.9 |
1036 | 2025-01-06T18:32:43.786Z | Downloaded postcard v1.0.10 |
1037 | 2025-01-06T18:32:43.789Z | Downloaded newtype-uuid v1.1.3 |
1038 | 2025-01-06T18:32:43.791Z | Downloaded dyn-clone v1.0.17 |
1039 | 2025-01-06T18:32:43.791Z | Downloaded socket2 v0.5.7 |
1040 | 2025-01-06T18:32:43.794Z | Downloaded itertools v0.12.1 |
1041 | 2025-01-06T18:32:43.800Z | Downloaded encoding_rs v0.8.34 |
1042 | 2025-01-06T18:32:43.820Z | Downloaded rand v0.8.5 |
1043 | 2025-01-06T18:32:43.824Z | Downloaded hkdf v0.12.4 |
1044 | 2025-01-06T18:32:43.828Z | Downloaded slog-term v2.9.1 |
1045 | 2025-01-06T18:32:43.830Z | Downloaded hyper v1.5.0 |
1046 | 2025-01-06T18:32:43.835Z | Downloaded zip v2.1.3 |
1047 | 2025-01-06T18:32:43.838Z | Downloaded itertools v0.13.0 |
1048 | 2025-01-06T18:32:43.848Z | Downloaded env_logger v0.10.2 |
1049 | 2025-01-06T18:32:43.853Z | Downloaded data-encoding v2.6.0 |
1050 | 2025-01-06T18:32:43.853Z | Downloaded p256 v0.13.2 |
1051 | 2025-01-06T18:32:43.858Z | Downloaded oso v0.27.3 |
1052 | 2025-01-06T18:32:43.870Z | Downloaded cc v1.1.30 |
1053 | 2025-01-06T18:32:43.870Z | Downloaded universal-hash v0.5.1 |
1054 | 2025-01-06T18:32:43.875Z | Downloaded unicode-xid v0.2.6 |
1055 | 2025-01-06T18:32:43.875Z | Downloaded serde_yaml v0.9.34+deprecated |
1056 | 2025-01-06T18:32:43.875Z | Downloaded quinn-udp v0.5.5 |
1057 | 2025-01-06T18:32:43.875Z | Downloaded quick-error v1.2.3 |
1058 | 2025-01-06T18:32:43.875Z | Downloaded pbkdf2 v0.12.2 |
1059 | 2025-01-06T18:32:43.875Z | Downloaded num_enum_derive v0.5.11 |
1060 | 2025-01-06T18:32:43.875Z | Downloaded num-rational v0.4.2 |
1061 | 2025-01-06T18:32:43.875Z | Downloaded futures-sink v0.3.31 |
1062 | 2025-01-06T18:32:43.875Z | Downloaded synstructure v0.13.1 |
1063 | 2025-01-06T18:32:43.878Z | Downloaded static_assertions v1.1.0 |
1064 | 2025-01-06T18:32:43.878Z | Downloaded foldhash v0.1.3 |
1065 | 2025-01-06T18:32:43.878Z | Downloaded zerocopy-derive v0.8.10 |
1066 | 2025-01-06T18:32:43.883Z | Downloaded compact_str v0.8.0 |
1067 | 2025-01-06T18:32:43.887Z | Downloaded slog-async v2.8.0 |
1068 | 2025-01-06T18:32:43.889Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1069 | 2025-01-06T18:32:43.948Z | Downloaded rustfmt-wrapper v0.2.1 |
1070 | 2025-01-06T18:32:43.951Z | Downloaded heapless v0.7.17 |
1071 | 2025-01-06T18:32:43.953Z | Downloaded derive_builder_core v0.20.2 |
1072 | 2025-01-06T18:32:43.956Z | Downloaded same-file v1.0.6 |
1073 | 2025-01-06T18:32:43.958Z | Downloaded minimal-lexical v0.2.1 |
1074 | 2025-01-06T18:32:43.961Z | Downloaded bumpalo v3.16.0 |
1075 | 2025-01-06T18:32:43.964Z | Downloaded term v0.7.0 |
1076 | 2025-01-06T18:32:43.967Z | Downloaded futures-task v0.3.31 |
1077 | 2025-01-06T18:32:43.970Z | Downloaded funty v2.0.0 |
1078 | 2025-01-06T18:32:43.970Z | Downloaded fd-lock v4.0.2 |
1079 | 2025-01-06T18:32:43.972Z | Downloaded fallible-iterator v0.3.0 |
1080 | 2025-01-06T18:32:43.974Z | Downloaded fallible-iterator v0.2.0 |
1081 | 2025-01-06T18:32:43.974Z | Downloaded crossbeam-epoch v0.9.18 |
1082 | 2025-01-06T18:32:43.977Z | Downloaded tower-service v0.3.3 |
1083 | 2025-01-06T18:32:43.977Z | Downloaded time-core v0.1.2 |
1084 | 2025-01-06T18:32:43.980Z | Downloaded nanorand v0.7.0 |
1085 | 2025-01-06T18:32:43.983Z | Downloaded predicates v3.1.2 |
1086 | 2025-01-06T18:32:43.983Z | Downloaded spin v0.5.2 |
1087 | 2025-01-06T18:32:43.985Z | Downloaded http v1.1.0 |
1088 | 2025-01-06T18:32:43.988Z | Downloaded shlex v1.3.0 |
1089 | 2025-01-06T18:32:43.992Z | Downloaded scopeguard v1.2.0 |
1090 | 2025-01-06T18:32:43.992Z | Downloaded schemars_derive v0.8.21 |
1091 | 2025-01-06T18:32:43.995Z | Downloaded rustc-hash v1.1.0 |
1092 | 2025-01-06T18:32:43.995Z | Downloaded ref-cast v1.0.23 |
1093 | 2025-01-06T18:32:43.998Z | Downloaded thiserror v2.0.3 |
1094 | 2025-01-06T18:32:44.002Z | Downloaded icu_locid_transform_data v1.5.0 |
1095 | 2025-01-06T18:32:44.005Z | Downloaded hickory-resolver v0.24.1 |
1096 | 2025-01-06T18:32:44.008Z | Downloaded nodrop v0.1.14 |
1097 | 2025-01-06T18:32:44.010Z | Downloaded const-oid v0.9.6 |
1098 | 2025-01-06T18:32:44.013Z | Downloaded icu_collections v1.5.0 |
1099 | 2025-01-06T18:32:44.017Z | Downloaded float-ord v0.3.2 |
1100 | 2025-01-06T18:32:44.019Z | Downloaded cookie_store v0.21.0 |
1101 | 2025-01-06T18:32:44.022Z | Downloaded crc32fast v1.4.2 |
1102 | 2025-01-06T18:32:44.024Z | Downloaded zone v0.1.8 |
1103 | 2025-01-06T18:32:44.027Z | Downloaded crc-catalog v2.4.0 |
1104 | 2025-01-06T18:32:44.027Z | Downloaded dirs-sys-next v0.1.2 |
1105 | 2025-01-06T18:32:44.029Z | Downloaded dirs-next v2.0.0 |
1106 | 2025-01-06T18:32:44.029Z | Downloaded tls_codec v0.4.1 |
1107 | 2025-01-06T18:32:44.032Z | Downloaded colored v2.1.0 |
1108 | 2025-01-06T18:32:44.032Z | Downloaded backtrace v0.3.74 |
1109 | 2025-01-06T18:32:44.037Z | Downloaded ciborium v0.2.2 |
1110 | 2025-01-06T18:32:44.043Z | Downloaded cancel-safe-futures v0.1.5 |
1111 | 2025-01-06T18:32:44.047Z | Downloaded ctr v0.9.2 |
1112 | 2025-01-06T18:32:44.047Z | Downloaded cobs v0.2.3 |
1113 | 2025-01-06T18:32:44.047Z | Downloaded clang-sys v1.8.1 |
1114 | 2025-01-06T18:32:44.050Z | Downloaded cexpr v0.6.0 |
1115 | 2025-01-06T18:32:44.054Z | Downloaded rustc_version v0.4.1 |
1116 | 2025-01-06T18:32:44.054Z | Downloaded castaway v0.2.3 |
1117 | 2025-01-06T18:32:44.057Z | Downloaded bitfield-struct v0.6.2 |
1118 | 2025-01-06T18:32:44.058Z | Downloaded bit-set v0.5.3 |
1119 | 2025-01-06T18:32:44.058Z | Downloaded atomic-waker v1.1.2 |
1120 | 2025-01-06T18:32:44.058Z | Downloaded bb8 v0.8.5 |
1121 | 2025-01-06T18:32:44.060Z | Downloaded ipnet v2.10.1 |
1122 | 2025-01-06T18:32:44.060Z | Downloaded arrayref v0.3.9 |
1123 | 2025-01-06T18:32:44.063Z | Downloaded icu_locid_transform v1.5.0 |
1124 | 2025-01-06T18:32:44.065Z | Downloaded base16ct v0.2.0 |
1125 | 2025-01-06T18:32:44.065Z | Downloaded atomicwrites v0.4.4 |
1126 | 2025-01-06T18:32:44.067Z | Downloaded arrayvec v0.7.6 |
1127 | 2025-01-06T18:32:44.070Z | Downloaded impl-trait-for-tuples v0.2.2 |
1128 | 2025-01-06T18:32:44.072Z | Downloaded libefi-sys v0.1.0 |
1129 | 2025-01-06T18:32:44.073Z | Downloaded base64 v0.21.7 |
1130 | 2025-01-06T18:32:44.075Z | Downloaded kstat-rs v0.2.4 |
1131 | 2025-01-06T18:32:44.079Z | Downloaded lru-cache v0.1.2 |
1132 | 2025-01-06T18:32:44.079Z | Downloaded is-terminal v0.4.13 |
1133 | 2025-01-06T18:32:44.079Z | Downloaded instability v0.3.2 |
1134 | 2025-01-06T18:32:44.082Z | Downloaded atty v0.2.14 |
1135 | 2025-01-06T18:32:44.082Z | Downloaded async-stream-impl v0.3.6 |
1136 | 2025-01-06T18:32:44.082Z | Downloaded assert_matches v1.5.0 |
1137 | 2025-01-06T18:32:44.088Z | Downloaded indent_write v2.2.0 |
1138 | 2025-01-06T18:32:44.088Z | Downloaded async-trait v0.1.83 |
1139 | 2025-01-06T18:32:44.091Z | Downloaded async-recursion v1.1.1 |
1140 | 2025-01-06T18:32:44.091Z | Downloaded async-bb8-diesel v0.2.1 |
1141 | 2025-01-06T18:32:44.093Z | Downloaded async-stream v0.3.6 |
1142 | 2025-01-06T18:32:44.096Z | Downloaded ascii-canvas v3.0.0 |
1143 | 2025-01-06T18:32:44.096Z | Downloaded aho-corasick v1.1.3 |
1144 | 2025-01-06T18:32:44.101Z | Downloaded aes v0.8.4 |
1145 | 2025-01-06T18:32:44.259Z | Downloaded ring v0.17.8 |
1146 | 2025-01-06T18:32:44.368Z | Downloaded libsqlite3-sys v0.30.1 |
1147 | 2025-01-06T18:32:44.580Z | Downloaded ring v0.16.20 |
1148 | 2025-01-06T18:32:44.849Z | Downloaded aws-lc-sys v0.22.0 |
1149 | 2025-01-06T18:32:45.157Z | Compiling serde v1.0.215 |
1150 | 2025-01-06T18:32:45.160Z | Compiling lock_api v0.4.12 |
1151 | 2025-01-06T18:32:45.160Z | Compiling scopeguard v1.2.0 |
1152 | 2025-01-06T18:32:45.160Z | Compiling value-bag v1.9.0 |
1153 | 2025-01-06T18:32:45.160Z | Compiling typenum v1.17.0 |
1154 | 2025-01-06T18:32:45.160Z | Compiling generic-array v0.14.7 |
1155 | 2025-01-06T18:32:45.372Z | Compiling syn v2.0.87 |
1156 | 2025-01-06T18:32:45.375Z | Compiling getrandom v0.2.15 |
1157 | 2025-01-06T18:32:45.453Z | Compiling subtle v2.6.1 |
1158 | 2025-01-06T18:32:45.649Z | Compiling rand_core v0.6.4 |
1159 | 2025-01-06T18:32:45.830Z | Compiling log v0.4.22 |
1160 | 2025-01-06T18:32:45.852Z | Compiling shlex v1.3.0 |
1161 | 2025-01-06T18:32:45.940Z | Compiling jobserver v0.1.32 |
1162 | 2025-01-06T18:32:45.975Z | Compiling const-oid v0.9.6 |
1163 | 2025-01-06T18:32:46.150Z | Compiling smallvec v1.13.2 |
1164 | 2025-01-06T18:32:46.169Z | Compiling spin v0.9.8 |
1165 | 2025-01-06T18:32:46.269Z | Compiling pin-project-lite v0.2.14 |
1166 | 2025-01-06T18:32:46.408Z | Compiling cc v1.1.30 |
1167 | 2025-01-06T18:32:46.544Z | Compiling rustix v0.38.37 |
1168 | 2025-01-06T18:32:46.564Z | Compiling parking_lot_core v0.9.10 |
1169 | 2025-01-06T18:32:46.704Z | Compiling futures-core v0.3.31 |
1170 | 2025-01-06T18:32:46.893Z | Compiling signal-hook-registry v1.4.2 |
1171 | 2025-01-06T18:32:46.955Z | Compiling mio v1.0.2 |
1172 | 2025-01-06T18:32:47.465Z | Compiling parking_lot v0.12.3 |
1173 | 2025-01-06T18:32:47.711Z | Compiling aho-corasick v1.1.3 |
1174 | 2025-01-06T18:32:47.734Z | Compiling cpufeatures v0.2.14 |
1175 | 2025-01-06T18:32:47.834Z | Compiling regex-syntax v0.8.5 |
1176 | 2025-01-06T18:32:47.920Z | Compiling lazy_static v1.5.0 |
1177 | 2025-01-06T18:32:48.037Z | Compiling futures-sink v0.3.31 |
1178 | 2025-01-06T18:32:48.099Z | Compiling glob v0.3.1 |
1179 | 2025-01-06T18:32:48.164Z | Compiling stable_deref_trait v1.2.0 |
1180 | 2025-01-06T18:32:48.185Z | Compiling either v1.13.0 |
1181 | 2025-01-06T18:32:48.394Z | Compiling socket2 v0.5.7 |
1182 | 2025-01-06T18:32:48.546Z | Compiling slab v0.4.9 |
1183 | 2025-01-06T18:32:48.764Z | Compiling prettyplease v0.2.25 |
1184 | 2025-01-06T18:32:49.037Z | Compiling serde_json v1.0.133 |
1185 | 2025-01-06T18:32:49.133Z | Compiling minimal-lexical v0.2.1 |
1186 | 2025-01-06T18:32:49.259Z | Compiling clang-sys v1.8.1 |
1187 | 2025-01-06T18:32:49.422Z | Compiling libloading v0.8.5 |
1188 | 2025-01-06T18:32:49.680Z | Compiling nom v7.1.3 |
1189 | 2025-01-06T18:32:49.700Z | Compiling home v0.5.9 |
1190 | 2025-01-06T18:32:49.868Z | Compiling bindgen v0.69.5 |
1191 | 2025-01-06T18:32:49.965Z | Compiling itertools v0.10.5 |
1192 | 2025-01-06T18:32:50.696Z | Compiling futures-channel v0.3.31 |
1193 | 2025-01-06T18:32:50.743Z | Compiling allocator-api2 v0.2.18 |
1194 | 2025-01-06T18:32:51.123Z | Compiling rustc-hash v1.1.0 |
1195 | 2025-01-06T18:32:51.283Z | Compiling futures-io v0.3.31 |
1196 | 2025-01-06T18:32:51.579Z | Compiling regex-automata v0.4.8 |
1197 | 2025-01-06T18:32:51.603Z | Compiling foldhash v0.1.3 |
1198 | 2025-01-06T18:32:51.905Z | Compiling libm v0.2.8 |
1199 | 2025-01-06T18:32:52.239Z | Compiling lazycell v1.3.0 |
1200 | 2025-01-06T18:32:52.414Z | Compiling pin-utils v0.1.0 |
1201 | 2025-01-06T18:32:52.513Z | Compiling futures-task v0.3.31 |
1202 | 2025-01-06T18:32:52.808Z | Compiling hashbrown v0.15.1 |
1203 | 2025-01-06T18:32:52.827Z | Compiling cmake v0.1.51 |
1204 | 2025-01-06T18:32:53.429Z | Compiling synstructure v0.13.1 |
1205 | 2025-01-06T18:32:53.520Z | Compiling cexpr v0.6.0 |
1206 | 2025-01-06T18:32:54.217Z | Compiling num-traits v0.2.19 |
1207 | 2025-01-06T18:32:54.494Z | Compiling fs_extra v1.3.0 |
1208 | 2025-01-06T18:32:54.762Z | Compiling dunce v1.0.5 |
1209 | 2025-01-06T18:32:54.900Z | Compiling tinyvec_macros v0.1.1 |
1210 | 2025-01-06T18:32:55.001Z | Compiling pkg-config v0.3.31 |
1211 | 2025-01-06T18:32:55.096Z | Compiling tinyvec v1.8.0 |
1212 | 2025-01-06T18:32:55.453Z | Compiling ring v0.17.8 |
1213 | 2025-01-06T18:32:56.560Z | Compiling unicode-normalization v0.1.24 |
1214 | 2025-01-06T18:32:56.603Z | Compiling unicode-bidi v0.3.17 |
1215 | 2025-01-06T18:32:56.665Z | Compiling litemap v0.7.3 |
1216 | 2025-01-06T18:32:57.053Z | Compiling paste v1.0.15 |
1217 | 2025-01-06T18:32:57.056Z | Compiling writeable v0.5.5 |
1218 | 2025-01-06T18:32:57.575Z | Compiling regex v1.11.1 |
1219 | 2025-01-06T18:32:57.685Z | Compiling base64ct v1.6.0 |
1220 | 2025-01-06T18:32:58.060Z | Compiling aws-lc-rs v1.10.0 |
1221 | 2025-01-06T18:32:58.293Z | Compiling pem-rfc7468 v0.7.0 |
1222 | 2025-01-06T18:32:58.541Z | Compiling flagset v0.4.6 |
1223 | 2025-01-06T18:32:58.650Z | Compiling httparse v1.9.5 |
1224 | 2025-01-06T18:32:58.757Z | Compiling tracing-core v0.1.32 |
1225 | 2025-01-06T18:32:58.986Z | Compiling icu_locid_transform_data v1.5.0 |
1226 | 2025-01-06T18:32:59.096Z | Compiling rustls-pki-types v1.10.0 |
1227 | 2025-01-06T18:32:59.464Z | Compiling crossbeam-utils v0.8.20 |
1228 | 2025-01-06T18:32:59.769Z | Compiling percent-encoding v2.3.1 |
1229 | 2025-01-06T18:32:59.973Z | Compiling serde_derive v1.0.215 |
1230 | 2025-01-06T18:33:00.046Z | Compiling zeroize_derive v1.4.2 |
1231 | 2025-01-06T18:33:00.099Z | Compiling zerocopy-derive v0.7.35 |
1232 | 2025-01-06T18:33:00.120Z | Compiling tokio-macros v2.4.0 |
1233 | 2025-01-06T18:33:00.161Z | Compiling zerofrom-derive v0.1.4 |
1234 | 2025-01-06T18:33:01.645Z | Compiling zeroize v1.8.1 |
1235 | 2025-01-06T18:33:01.676Z | Compiling thiserror-impl v1.0.69 |
1236 | 2025-01-06T18:33:02.149Z | Compiling yoke-derive v0.7.4 |
1237 | 2025-01-06T18:33:02.413Z | Compiling zerocopy v0.7.35 |
1238 | 2025-01-06T18:33:03.514Z | Compiling crypto-common v0.1.6 |
1239 | 2025-01-06T18:33:03.534Z | Compiling block-buffer v0.10.4 |
1240 | 2025-01-06T18:33:03.761Z | Compiling digest v0.10.7 |
1241 | 2025-01-06T18:33:03.814Z | Compiling futures-macro v0.3.31 |
1242 | 2025-01-06T18:33:03.975Z | Compiling zerovec-derive v0.10.3 |
1243 | 2025-01-06T18:33:04.257Z | Compiling hmac v0.12.1 |
1244 | 2025-01-06T18:33:04.367Z | Compiling zerofrom v0.1.4 |
1245 | 2025-01-06T18:33:04.371Z | Compiling block-padding v0.3.3 |
1246 | 2025-01-06T18:33:04.501Z | Compiling displaydoc v0.2.5 |
1247 | 2025-01-06T18:33:04.602Z | Compiling inout v0.1.3 |
1248 | 2025-01-06T18:33:04.643Z | Compiling sha2 v0.10.8 |
1249 | 2025-01-06T18:33:04.877Z | Compiling cipher v0.4.4 |
1250 | 2025-01-06T18:33:05.127Z | Compiling thiserror v1.0.69 |
1251 | 2025-01-06T18:33:05.241Z | Compiling yoke v0.7.4 |
1252 | 2025-01-06T18:33:05.292Z | Compiling ppv-lite86 v0.2.20 |
1253 | 2025-01-06T18:33:05.459Z | Compiling der_derive v0.7.3 |
1254 | 2025-01-06T18:33:05.656Z | Compiling icu_provider_macros v1.5.0 |
1255 | 2025-01-06T18:33:05.857Z | Compiling futures-util v0.3.31 |
1256 | 2025-01-06T18:33:06.171Z | Compiling rand_chacha v0.3.1 |
1257 | 2025-01-06T18:33:06.266Z | Compiling tracing-attributes v0.1.27 |
1258 | 2025-01-06T18:33:06.722Z | Compiling zerovec v0.10.4 |
1259 | 2025-01-06T18:33:06.856Z | Compiling rand v0.8.5 |
1260 | 2025-01-06T18:33:07.993Z | Compiling der v0.7.9 |
1261 | 2025-01-06T18:33:08.154Z | Compiling salsa20 v0.10.2 |
1262 | 2025-01-06T18:33:08.447Z | Compiling pest v2.7.14 |
1263 | 2025-01-06T18:33:08.447Z | Compiling pbkdf2 v0.12.2 |
1264 | 2025-01-06T18:33:08.656Z | Compiling tinystr v0.7.6 |
1265 | 2025-01-06T18:33:09.114Z | Compiling icu_locid v1.5.0 |
1266 | 2025-01-06T18:33:09.133Z | Compiling icu_collections v1.5.0 |
1267 | 2025-01-06T18:33:09.904Z | Compiling mirai-annotations v1.12.0 |
1268 | 2025-01-06T18:33:10.104Z | Compiling spki v0.7.3 |
1269 | 2025-01-06T18:33:10.127Z | Compiling tracing v0.1.40 |
1270 | 2025-01-06T18:33:10.503Z | Compiling icu_provider v1.5.0 |
1271 | 2025-01-06T18:33:10.635Z | Compiling num-conv v0.1.0 |
1272 | 2025-01-06T18:33:10.655Z | Compiling untrusted v0.9.0 |
1273 | 2025-01-06T18:33:10.828Z | Compiling powerfmt v0.2.0 |
1274 | 2025-01-06T18:33:10.920Z | Compiling icu_properties_data v1.5.0 |
1275 | 2025-01-06T18:33:11.198Z | Compiling time-core v0.1.2 |
1276 | 2025-01-06T18:33:11.233Z | Compiling icu_locid_transform v1.5.0 |
1277 | 2025-01-06T18:33:11.356Z | Compiling untrusted v0.7.1 |
1278 | 2025-01-06T18:33:11.385Z | Compiling vcpkg v0.2.15 |
1279 | 2025-01-06T18:33:11.519Z | Compiling time-macros v0.2.18 |
1280 | 2025-01-06T18:33:11.549Z | Compiling deranged v0.3.11 |
1281 | 2025-01-06T18:33:11.579Z | Compiling pest_meta v2.7.14 |
1282 | 2025-01-06T18:33:13.428Z | Compiling icu_properties v1.5.1 |
1283 | 2025-01-06T18:33:13.544Z | Compiling scrypt v0.11.0 |
1284 | 2025-01-06T18:33:13.662Z | Compiling openssl-sys v0.9.103 |
1285 | 2025-01-06T18:33:13.980Z | Compiling cbc v0.1.2 |
1286 | 2025-01-06T18:33:14.135Z | Compiling bitflags v2.6.0 |
1287 | 2025-01-06T18:33:14.233Z | Compiling bytes v1.8.0 |
1288 | 2025-01-06T18:33:14.775Z | Compiling indexmap v2.6.0 |
1289 | 2025-01-06T18:33:14.794Z | Compiling semver v1.0.23 |
1290 | 2025-01-06T18:33:15.448Z | Compiling tokio v1.40.0 |
1291 | 2025-01-06T18:33:15.506Z | Compiling http v1.1.0 |
1292 | 2025-01-06T18:33:15.583Z | Compiling rustc_version v0.4.1 |
1293 | 2025-01-06T18:33:16.316Z | Compiling aes v0.8.4 |
1294 | 2025-01-06T18:33:16.343Z | Compiling scroll_derive v0.12.0 |
1295 | 2025-01-06T18:33:16.692Z | Compiling num_threads v0.1.7 |
1296 | 2025-01-06T18:33:16.827Z | Compiling atomic-waker v1.1.2 |
1297 | 2025-01-06T18:33:17.023Z | Compiling utf8_iter v1.0.4 |
1298 | 2025-01-06T18:33:17.286Z | Compiling write16 v1.0.0 |
1299 | 2025-01-06T18:33:17.428Z | Compiling utf16_iter v1.0.5 |
1300 | 2025-01-06T18:33:17.644Z | Compiling icu_normalizer_data v1.5.0 |
1301 | 2025-01-06T18:33:17.750Z | Compiling icu_normalizer v1.5.0 |
1302 | 2025-01-06T18:33:17.803Z | Compiling pkcs5 v0.7.1 |
1303 | 2025-01-06T18:33:17.872Z | Compiling scroll v0.12.0 |
1304 | 2025-01-06T18:33:18.000Z | Compiling http-body v1.0.1 |
1305 | 2025-01-06T18:33:18.276Z | Compiling time v0.3.36 |
1306 | 2025-01-06T18:33:18.427Z | Compiling which v4.4.2 |
1307 | 2025-01-06T18:33:18.447Z | Compiling pest_generator v2.7.14 |
1308 | 2025-01-06T18:33:19.127Z | Compiling form_urlencoded v1.2.1 |
1309 | 2025-01-06T18:33:19.181Z | Compiling try-lock v0.2.5 |
1310 | 2025-01-06T18:33:19.343Z | Compiling slog v2.7.0 |
1311 | 2025-01-06T18:33:19.440Z | Compiling goblin v0.8.2 |
1312 | 2025-01-06T18:33:19.808Z | Compiling want v0.3.1 |
1313 | 2025-01-06T18:33:19.869Z | Compiling idna_adapter v1.2.0 |
1314 | 2025-01-06T18:33:19.962Z | Compiling pkcs8 v0.10.2 |
1315 | 2025-01-06T18:33:20.103Z | Compiling uuid v1.11.0 |
1316 | 2025-01-06T18:33:20.123Z | Compiling iana-time-zone v0.1.61 |
1317 | 2025-01-06T18:33:20.514Z | Compiling pest_derive v2.7.14 |
1318 | 2025-01-06T18:33:20.588Z | Compiling httpdate v1.0.3 |
1319 | 2025-01-06T18:33:20.669Z | Compiling chrono v0.4.38 |
1320 | 2025-01-06T18:33:21.056Z | Compiling idna v1.0.3 |
1321 | 2025-01-06T18:33:21.322Z | Compiling dtrace-parser v0.2.0 |
1322 | 2025-01-06T18:33:22.345Z | Compiling serde_spanned v0.6.8 |
1323 | 2025-01-06T18:33:22.585Z | Compiling serde_tokenstream v0.2.2 |
1324 | 2025-01-06T18:33:22.903Z | Compiling toml_datetime v0.6.8 |
1325 | 2025-01-06T18:33:23.229Z | Compiling adler2 v2.0.0 |
1326 | 2025-01-06T18:33:23.430Z | Compiling base64 v0.22.1 |
1327 | 2025-01-06T18:33:23.451Z | Compiling foreign-types-shared v0.1.1 |
1328 | 2025-01-06T18:33:23.546Z | Compiling match_cfg v0.1.0 |
1329 | 2025-01-06T18:33:23.549Z | Compiling openssl v0.10.66 |
1330 | 2025-01-06T18:33:23.587Z | Compiling rustversion v1.0.17 |
1331 | 2025-01-06T18:33:23.648Z | Compiling tower-service v0.3.3 |
1332 | 2025-01-06T18:33:23.783Z | Compiling hostname v0.3.1 |
1333 | 2025-01-06T18:33:23.971Z | Compiling tokio-util v0.7.12 |
1334 | 2025-01-06T18:33:24.085Z | Compiling foreign-types v0.3.2 |
1335 | 2025-01-06T18:33:24.187Z | Compiling miniz_oxide v0.8.0 |
1336 | 2025-01-06T18:33:24.208Z | Compiling url v2.5.3 |
1337 | 2025-01-06T18:33:24.418Z | Compiling async-trait v0.1.83 |
1338 | 2025-01-06T18:33:25.393Z | Compiling h2 v0.4.6 |
1339 | 2025-01-06T18:33:25.695Z | Compiling dof v0.3.0 |
1340 | 2025-01-06T18:33:25.787Z | Compiling openssl-macros v0.1.1 |
1341 | 2025-01-06T18:33:26.241Z | Compiling serde_derive_internals v0.29.1 |
1342 | 2025-01-06T18:33:26.538Z | Compiling usdt-impl v0.5.0 |
1343 | 2025-01-06T18:33:27.186Z | Compiling dirs-sys-next v0.1.2 |
1344 | 2025-01-06T18:33:27.864Z | Compiling rustls v0.22.4 |
1345 | 2025-01-06T18:33:27.888Z | Compiling native-tls v0.2.12 |
1346 | 2025-01-06T18:33:28.123Z | Compiling schemars v0.8.21 |
1347 | 2025-01-06T18:33:28.146Z | Compiling siphasher v0.3.11 |
1348 | 2025-01-06T18:33:28.214Z | Compiling data-encoding v2.6.0 |
1349 | 2025-01-06T18:33:28.499Z | Compiling syn v1.0.109 |
1350 | 2025-01-06T18:33:28.551Z | Compiling rustls v0.23.19 |
1351 | 2025-01-06T18:33:28.929Z | Compiling dirs-next v2.0.0 |
1352 | 2025-01-06T18:33:29.010Z | Compiling schemars_derive v0.8.21 |
1353 | 2025-01-06T18:33:29.689Z | Compiling http-body-util v0.1.2 |
1354 | 2025-01-06T18:33:30.576Z | Compiling heapless v0.7.17 |
1355 | 2025-01-06T18:33:30.645Z | Compiling crossbeam-epoch v0.9.18 |
1356 | 2025-01-06T18:33:30.650Z | Compiling sha1 v0.10.6 |
1357 | 2025-01-06T18:33:30.650Z | Compiling signature v2.2.0 |
1358 | 2025-01-06T18:33:30.979Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1359 | 2025-01-06T18:33:31.061Z | Compiling thread_local v1.1.8 |
1360 | 2025-01-06T18:33:31.232Z | Compiling cookie v0.18.1 |
1361 | 2025-01-06T18:33:31.403Z | Compiling multer v3.1.0 |
1362 | 2025-01-06T18:33:31.474Z | Compiling encoding_rs v0.8.34 |
1363 | 2025-01-06T18:33:31.533Z | Compiling dyn-clone v1.0.17 |
1364 | 2025-01-06T18:33:31.652Z | Compiling mime v0.3.17 |
1365 | 2025-01-06T18:33:31.681Z | Compiling rayon-core v1.12.1 |
1366 | 2025-01-06T18:33:31.766Z | Compiling slog-async v2.8.0 |
1367 | 2025-01-06T18:33:31.947Z | Compiling signal-hook v0.3.17 |
1368 | 2025-01-06T18:33:32.223Z | Compiling hyper v1.5.0 |
1369 | 2025-01-06T18:33:32.272Z | Compiling openssl-probe v0.1.5 |
1370 | 2025-01-06T18:33:32.294Z | Compiling unicode-properties v0.1.3 |
1371 | 2025-01-06T18:33:32.347Z | Compiling ipnet v2.10.1 |
1372 | 2025-01-06T18:33:32.652Z | Compiling gimli v0.31.1 |
1373 | 2025-01-06T18:33:32.702Z | Compiling toml_edit v0.22.22 |
1374 | 2025-01-06T18:33:33.614Z | Compiling stringprep v0.1.5 |
1375 | 2025-01-06T18:33:34.880Z | Compiling hyper-util v0.1.10 |
1376 | 2025-01-06T18:33:36.677Z | Compiling crossbeam-deque v0.8.5 |
1377 | 2025-01-06T18:33:37.039Z | Compiling usdt-attr-macro v0.5.0 |
1378 | 2025-01-06T18:33:37.815Z | Compiling addr2line v0.24.2 |
1379 | 2025-01-06T18:33:37.881Z | Compiling usdt-macro v0.5.0 |
1380 | 2025-01-06T18:33:38.009Z | Compiling term v0.7.0 |
1381 | 2025-01-06T18:33:38.523Z | Compiling slog-json v2.6.1 |
1382 | 2025-01-06T18:33:38.689Z | Compiling serde_urlencoded v0.7.1 |
1383 | 2025-01-06T18:33:38.900Z | Compiling curve25519-dalek v4.1.3 |
1384 | 2025-01-06T18:33:39.208Z | Compiling crossbeam-channel v0.5.13 |
1385 | 2025-01-06T18:33:39.347Z | Compiling futures-executor v0.3.31 |
1386 | 2025-01-06T18:33:39.516Z | Compiling enum-as-inner v0.6.1 |
1387 | 2025-01-06T18:33:39.557Z | Compiling md-5 v0.10.6 |
1388 | 2025-01-06T18:33:39.792Z | Compiling async-stream-impl v0.3.6 |
1389 | 2025-01-06T18:33:39.813Z | Compiling rustls-pemfile v2.2.0 |
1390 | 2025-01-06T18:33:39.912Z | Compiling num-integer v0.1.46 |
1391 | 2025-01-06T18:33:40.154Z | Compiling idna v0.3.0 |
1392 | 2025-01-06T18:33:40.296Z | Compiling idna v0.4.0 |
1393 | 2025-01-06T18:33:40.626Z | Compiling hash32 v0.2.1 |
1394 | 2025-01-06T18:33:40.721Z | Compiling ff v0.13.0 |
1395 | 2025-01-06T18:33:40.967Z | Compiling is-terminal v0.4.13 |
1396 | 2025-01-06T18:33:41.007Z | Compiling object v0.36.5 |
1397 | 2025-01-06T18:33:41.099Z | Compiling dropshot v0.12.0 |
1398 | 2025-01-06T18:33:41.124Z | Compiling rustc-demangle v0.1.24 |
1399 | 2025-01-06T18:33:41.218Z | Compiling fallible-iterator v0.2.0 |
1400 | 2025-01-06T18:33:41.391Z | Compiling linked-hash-map v0.5.6 |
1401 | 2025-01-06T18:33:41.783Z | Compiling anyhow v1.0.93 |
1402 | 2025-01-06T18:33:41.807Z | Compiling utf-8 v0.7.6 |
1403 | 2025-01-06T18:33:41.928Z | Compiling num-bigint-dig v0.8.4 |
1404 | 2025-01-06T18:33:41.961Z | Compiling base16ct v0.2.0 |
1405 | 2025-01-06T18:33:42.136Z | Compiling take_mut v0.2.2 |
1406 | 2025-01-06T18:33:42.157Z | Compiling quick-error v1.2.3 |
1407 | 2025-01-06T18:33:42.209Z | Compiling smoltcp v0.9.1 |
1408 | 2025-01-06T18:33:42.286Z | Compiling psl-types v2.0.11 |
1409 | 2025-01-06T18:33:42.286Z | Compiling portable-atomic v1.9.0 |
1410 | 2025-01-06T18:33:42.326Z | Compiling resolv-conf v0.7.0 |
1411 | 2025-01-06T18:33:42.488Z | Compiling publicsuffix v2.2.3 |
1412 | 2025-01-06T18:33:42.816Z | Compiling sec1 v0.7.3 |
1413 | 2025-01-06T18:33:42.957Z | Compiling tungstenite v0.24.0 |
1414 | 2025-01-06T18:33:43.072Z | Compiling postgres-protocol v0.6.7 |
1415 | 2025-01-06T18:33:43.447Z | Compiling lru-cache v0.1.2 |
1416 | 2025-01-06T18:33:43.602Z | Compiling async-stream v0.3.6 |
1417 | 2025-01-06T18:33:43.667Z | Compiling hickory-proto v0.24.1 |
1418 | 2025-01-06T18:33:43.918Z | Compiling slog-term v2.9.1 |
1419 | 2025-01-06T18:33:43.998Z | Compiling usdt v0.5.0 |
1420 | 2025-01-06T18:33:44.519Z | Compiling group v0.13.0 |
1421 | 2025-01-06T18:33:44.862Z | Compiling num-iter v0.1.45 |
1422 | 2025-01-06T18:33:45.062Z | Compiling futures v0.3.31 |
1423 | 2025-01-06T18:33:45.205Z | Compiling slog-bunyan v2.5.0 |
1424 | 2025-01-06T18:33:45.697Z | Compiling camino v1.1.9 |
1425 | 2025-01-06T18:33:46.604Z | Compiling tokio-native-tls v0.3.1 |
1426 | 2025-01-06T18:33:46.695Z | Compiling toml v0.8.19 |
1427 | 2025-01-06T18:33:46.881Z | Compiling phf_shared v0.11.2 |
1428 | 2025-01-06T18:33:47.219Z | Compiling dropshot_endpoint v0.12.0 |
1429 | 2025-01-06T18:33:47.289Z | Compiling terminal_size v0.4.0 |
1430 | 2025-01-06T18:33:47.520Z | Compiling waitgroup v0.1.2 |
1431 | 2025-01-06T18:33:47.607Z | Compiling openapiv3 v2.0.0 |
1432 | 2025-01-06T18:33:47.751Z | Compiling serde_path_to_error v0.1.16 |
1433 | 2025-01-06T18:33:48.465Z | Compiling backtrace v0.3.74 |
1434 | 2025-01-06T18:33:48.624Z | Compiling hkdf v0.12.4 |
1435 | 2025-01-06T18:33:48.897Z | Compiling crypto-bigint v0.5.5 |
1436 | 2025-01-06T18:33:49.240Z | Compiling zerocopy-derive v0.6.6 |
1437 | 2025-01-06T18:33:51.537Z | Compiling curve25519-dalek-derive v0.1.1 |
1438 | 2025-01-06T18:33:51.954Z | Compiling webpki-roots v0.26.6 |
1439 | 2025-01-06T18:33:52.099Z | Compiling idna v0.5.0 |
1440 | 2025-01-06T18:33:52.171Z | Compiling hostname v0.4.0 |
1441 | 2025-01-06T18:33:52.191Z | Compiling ahash v0.8.11 |
1442 | 2025-01-06T18:33:52.285Z | Compiling hubpack_derive v0.1.1 |
1443 | 2025-01-06T18:33:52.420Z | Compiling crc32fast v1.4.2 |
1444 | 2025-01-06T18:33:52.518Z | Compiling fs-err v2.11.0 |
1445 | 2025-01-06T18:33:52.747Z | Compiling newtype-uuid v1.1.3 |
1446 | 2025-01-06T18:33:52.792Z | Compiling managed v0.8.0 |
1447 | 2025-01-06T18:33:53.017Z | Compiling debug-ignore v1.0.5 |
1448 | 2025-01-06T18:33:53.103Z | Compiling winnow v0.5.40 |
1449 | 2025-01-06T18:33:53.176Z | Compiling bitflags v1.3.2 |
1450 | 2025-01-06T18:33:53.219Z | Compiling clap_builder v4.5.21 |
1451 | 2025-01-06T18:33:53.240Z | Compiling hubpack v0.1.2 |
1452 | 2025-01-06T18:33:53.737Z | Compiling strum_macros v0.25.3 |
1453 | 2025-01-06T18:33:53.779Z | Compiling console v0.15.8 |
1454 | 2025-01-06T18:33:54.996Z | Compiling cookie_store v0.21.0 |
1455 | 2025-01-06T18:33:55.514Z | Compiling flate2 v1.0.34 |
1456 | 2025-01-06T18:33:55.666Z | Compiling elliptic-curve v0.13.8 |
1457 | 2025-01-06T18:33:56.509Z | Compiling zerocopy v0.6.6 |
1458 | 2025-01-06T18:33:56.531Z | Compiling hickory-resolver v0.24.1 |
1459 | 2025-01-06T18:33:57.019Z | Compiling toml_edit v0.19.15 |
1460 | 2025-01-06T18:33:57.389Z | Compiling phf v0.11.2 |
1461 | 2025-01-06T18:33:57.480Z | Compiling signal-hook-mio v0.2.4 |
1462 | 2025-01-06T18:33:57.643Z | Compiling hyper-tls v0.6.0 |
1463 | 2025-01-06T18:33:57.682Z | Compiling rayon v1.10.0 |
1464 | 2025-01-06T18:33:57.845Z | Compiling bzip2 v0.4.4 |
1465 | 2025-01-06T18:33:58.242Z | Compiling tokio-tungstenite v0.24.0 |
1466 | 2025-01-06T18:33:58.784Z | Compiling postgres-types v0.2.8 |
1467 | 2025-01-06T18:34:01.646Z | Compiling ed25519 v2.2.3 |
1468 | 2025-01-06T18:34:02.257Z | Compiling phf_shared v0.10.0 |
1469 | 2025-01-06T18:34:02.592Z | Compiling tokio-stream v0.1.16 |
1470 | 2025-01-06T18:34:02.594Z | Compiling pkcs1 v0.7.5 |
1471 | 2025-01-06T18:34:02.676Z | Compiling serde-big-array v0.5.1 |
1472 | 2025-01-06T18:34:02.925Z | Compiling clap_derive v4.5.18 |
1473 | 2025-01-06T18:34:03.464Z | Compiling rfc6979 v0.4.0 |
1474 | 2025-01-06T18:34:03.582Z | Compiling derive-where v1.2.7 |
1475 | 2025-01-06T18:34:03.657Z | Compiling serde_repr v0.1.19 |
1476 | 2025-01-06T18:34:03.678Z | Compiling float-cmp v0.9.0 |
1477 | 2025-01-06T18:34:03.698Z | Compiling bstr v1.10.0 |
1478 | 2025-01-06T18:34:03.901Z | Compiling sync_wrapper v1.0.1 |
1479 | 2025-01-06T18:34:04.066Z | Compiling new_debug_unreachable v1.0.6 |
1480 | 2025-01-06T18:34:04.174Z | Compiling fixedbitset v0.4.2 |
1481 | 2025-01-06T18:34:04.648Z | Compiling precomputed-hash v0.1.1 |
1482 | 2025-01-06T18:34:04.779Z | Compiling normalize-line-endings v0.3.0 |
1483 | 2025-01-06T18:34:04.819Z | Compiling static_assertions v1.1.0 |
1484 | 2025-01-06T18:34:04.915Z | Compiling predicates-core v1.0.8 |
1485 | 2025-01-06T18:34:04.936Z | Compiling number_prefix v0.4.0 |
1486 | 2025-01-06T18:34:04.983Z | Compiling unicode-segmentation v1.12.0 |
1487 | 2025-01-06T18:34:05.170Z | Compiling whoami v1.5.2 |
1488 | 2025-01-06T18:34:05.285Z | Compiling difflib v0.4.0 |
1489 | 2025-01-06T18:34:05.532Z | Compiling bit-vec v0.6.3 |
1490 | 2025-01-06T18:34:05.842Z | Compiling unicode-width v0.2.0 |
1491 | 2025-01-06T18:34:05.910Z | Compiling bit-set v0.5.3 |
1492 | 2025-01-06T18:34:06.030Z | Compiling predicates v3.1.2 |
1493 | 2025-01-06T18:34:06.202Z | Compiling similar v2.6.0 |
1494 | 2025-01-06T18:34:06.346Z | Compiling indicatif v0.17.9 |
1495 | 2025-01-06T18:34:06.968Z | Compiling tokio-postgres v0.7.12 |
1496 | 2025-01-06T18:34:07.211Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1497 | 2025-01-06T18:34:07.802Z | Compiling string_cache v0.8.7 |
1498 | 2025-01-06T18:34:08.128Z | Compiling clap v4.5.21 |
1499 | 2025-01-06T18:34:08.281Z | Compiling petgraph v0.6.5 |
1500 | 2025-01-06T18:34:08.311Z | Compiling ecdsa v0.16.9 |
1501 | 2025-01-06T18:34:08.576Z | Compiling rsa v0.9.6 |
1502 | 2025-01-06T18:34:08.616Z | Compiling ed25519-dalek v2.1.1 |
1503 | 2025-01-06T18:34:09.188Z | Compiling toml v0.7.8 |
1504 | 2025-01-06T18:34:09.987Z | Compiling zip v0.6.6 |
1505 | 2025-01-06T18:34:10.985Z | Compiling crossterm v0.28.1 |
1506 | 2025-01-06T18:34:12.470Z | Compiling hex v0.4.3 |
1507 | 2025-01-06T18:34:12.735Z | Compiling x509-cert v0.2.5 |
1508 | 2025-01-06T18:34:12.943Z | Compiling lalrpop-util v0.19.12 |
1509 | 2025-01-06T18:34:13.023Z | Compiling unicode-xid v0.2.6 |
1510 | 2025-01-06T18:34:13.110Z | Compiling peg-runtime v0.8.3 |
1511 | 2025-01-06T18:34:13.198Z | Compiling strum_macros v0.26.4 |
1512 | 2025-01-06T18:34:13.321Z | Compiling xattr v1.3.1 |
1513 | 2025-01-06T18:34:13.601Z | Compiling filetime v0.2.25 |
1514 | 2025-01-06T18:34:13.934Z | Compiling tar v0.4.42 |
1515 | 2025-01-06T18:34:18.374Z | Compiling strum v0.26.3 |
1516 | 2025-01-06T18:34:21.342Z | Compiling aws-lc-sys v0.22.0 |
1517 | 2025-01-06T18:34:49.240Z | Compiling rustls-webpki v0.102.8 |
1518 | 2025-01-06T18:34:52.573Z | Compiling tokio-rustls v0.25.0 |
1519 | 2025-01-06T18:34:54.395Z | Compiling tokio-rustls v0.26.0 |
1520 | 2025-01-06T18:34:54.754Z | Compiling hyper-rustls v0.27.3 |
1521 | 2025-01-06T18:34:55.028Z | Compiling reqwest v0.12.9 |
1522 | 2025-01-06T18:34:55.925Z | Compiling qorb v0.2.1 |
1523 | 2025-01-06T18:35:00.974Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1524 | 2025-01-06T18:35:01.210Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1525 | 2025-01-06T18:35:06.991Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 25s |
1526 | 2025-01-06T18:35:07.152Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1527 | 2025-01-06T18:35:07.203Z | Jan 06 18:35:06.075 INFO Starting download, target: Clickhouse |
1528 | 2025-01-06T18:35:07.203Z | Jan 06 18:35:06.075 INFO Starting download, target: Console |
1529 | 2025-01-06T18:35:07.203Z | Jan 06 18:35:06.075 INFO Starting download, target: Cockroach |
1530 | 2025-01-06T18:35:07.205Z | Jan 06 18:35:06.075 INFO Starting download, target: DendriteOpenapi |
1531 | 2025-01-06T18:35:07.205Z | Jan 06 18:35:06.075 INFO Starting download, target: DendriteStub |
1532 | 2025-01-06T18:35:07.205Z | Jan 06 18:35:06.075 INFO Starting download, target: MaghemiteMgd |
1533 | 2025-01-06T18:35:07.205Z | Jan 06 18:35:06.075 INFO Starting download, target: TransceiverControl |
1534 | 2025-01-06T18:35:07.205Z | Jan 06 18:35:06.076 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1535 | 2025-01-06T18:35:07.205Z | Jan 06 18:35:06.076 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1536 | 2025-01-06T18:35:07.205Z | Jan 06 18:35:06.076 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1537 | 2025-01-06T18:35:07.205Z | Jan 06 18:35:06.076 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1538 | 2025-01-06T18:35:07.205Z | Jan 06 18:35:06.076 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1539 | 2025-01-06T18:35:07.205Z | Jan 06 18:35:06.076 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1540 | 2025-01-06T18:35:07.206Z | Jan 06 18:35:06.076 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1541 | 2025-01-06T18:35:07.395Z | Jan 06 18:35:06.266 INFO Download complete, target: DendriteOpenapi |
1542 | 2025-01-06T18:35:07.705Z | Jan 06 18:35:06.535 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1543 | 2025-01-06T18:35:07.848Z | Jan 06 18:35:06.688 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1544 | 2025-01-06T18:35:08.134Z | Jan 06 18:35:07.005 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1545 | 2025-01-06T18:35:08.174Z | Jan 06 18:35:07.045 INFO Download complete, target: Console |
1546 | 2025-01-06T18:35:08.195Z | Jan 06 18:35:07.066 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1547 | 2025-01-06T18:35:08.376Z | Jan 06 18:35:07.246 INFO Download complete, target: TransceiverControl |
1548 | 2025-01-06T18:35:08.783Z | Jan 06 18:35:07.655 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1549 | 2025-01-06T18:35:08.783Z | Jan 06 18:35:07.655 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1550 | 2025-01-06T18:35:09.358Z | Jan 06 18:35:08.230 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1551 | 2025-01-06T18:35:11.201Z | Jan 06 18:35:10.072 INFO Download complete, target: DendriteStub |
1552 | 2025-01-06T18:35:11.204Z | Jan 06 18:35:10.074 INFO Download complete, target: MaghemiteMgd |
1553 | 2025-01-06T18:35:16.410Z | Jan 06 18:35:15.281 INFO Checking that binary works, target: Cockroach |
1554 | 2025-01-06T18:35:16.577Z | Jan 06 18:35:15.447 INFO Download complete, target: Cockroach |
1555 | 2025-01-06T18:35:22.133Z | Jan 06 18:35:21.001 INFO Checking that binary works, target: Clickhouse |
1556 | 2025-01-06T18:35:22.252Z | Jan 06 18:35:21.122 INFO Download complete, target: Clickhouse |
1557 | 2025-01-06T18:35:22.259Z | All prerequisites installed successfully |
1558 | 2025-01-06T18:35:22.262Z | |
1559 | 2025-01-06T18:35:22.262Z | real 6:08.516065442 |
1560 | 2025-01-06T18:35:22.262Z | user 16:28.970004398 |
1561 | 2025-01-06T18:35:22.262Z | sys 3:16.124665918 |
1562 | 2025-01-06T18:35:22.262Z | trap 0.550832220 |
1563 | 2025-01-06T18:35:22.262Z | tflt 1.719894487 |
1564 | 2025-01-06T18:35:22.262Z | dflt 2.262268097 |
1565 | 2025-01-06T18:35:22.262Z | kflt 0.030967876 |
1566 | 2025-01-06T18:35:22.262Z | lock 29:39.447200879 |
1567 | 2025-01-06T18:35:22.262Z | slp 1:03:41.073725611 |
1568 | 2025-01-06T18:35:22.262Z | lat 58.186736950 |
1569 | 2025-01-06T18:35:22.262Z | stop 2:27.445406405 |
1570 | 2025-01-06T18:35:22.262Z | + ptime -m cargo xtask download softnpu |
1571 | 2025-01-06T18:35:22.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1572 | 2025-01-06T18:35:22.808Z | Running `target/debug/xtask download softnpu` |
1573 | 2025-01-06T18:35:23.627Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
1574 | 2025-01-06T18:35:23.681Z | Running `target/debug/xtask-downloader softnpu` |
1575 | 2025-01-06T18:35:23.716Z | Jan 06 18:35:22.586 INFO Starting download, target: Softnpu |
1576 | 2025-01-06T18:35:23.720Z | Jan 06 18:35:22.586 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1577 | 2025-01-06T18:35:24.468Z | Jan 06 18:35:23.337 INFO Download complete, target: Softnpu |
1578 | 2025-01-06T18:35:24.471Z | |
1579 | 2025-01-06T18:35:24.475Z | real 2.204744579 |
1580 | 2025-01-06T18:35:24.475Z | user 1.258769973 |
1581 | 2025-01-06T18:35:24.475Z | sys 0.531018398 |
1582 | 2025-01-06T18:35:24.475Z | trap 0.000642297 |
1583 | 2025-01-06T18:35:24.475Z | tflt 0.000011268 |
1584 | 2025-01-06T18:35:24.475Z | dflt 0.000000000 |
1585 | 2025-01-06T18:35:24.476Z | kflt 0.000000000 |
1586 | 2025-01-06T18:35:24.476Z | lock 7.718635914 |
1587 | 2025-01-06T18:35:24.476Z | slp 0.599169046 |
1588 | 2025-01-06T18:35:24.476Z | lat 0.067535860 |
1589 | 2025-01-06T18:35:24.476Z | stop 0.000156307 |
1590 | 2025-01-06T18:35:24.476Z | + export CARGO_INCREMENTAL=0 |
1591 | 2025-01-06T18:35:24.476Z | + CARGO_INCREMENTAL=0 |
1592 | 2025-01-06T18:35:24.476Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1593 | 2025-01-06T18:35:25.416Z | Compiling proc-macro2 v1.0.89 |
1594 | 2025-01-06T18:35:25.416Z | Compiling unicode-ident v1.0.13 |
1595 | 2025-01-06T18:35:25.419Z | Compiling libc v0.2.162 |
1596 | 2025-01-06T18:35:25.419Z | Compiling serde v1.0.215 |
1597 | 2025-01-06T18:35:25.419Z | Compiling autocfg v1.4.0 |
1598 | 2025-01-06T18:35:25.419Z | Compiling version_check v0.9.5 |
1599 | 2025-01-06T18:35:25.419Z | Compiling cfg-if v1.0.0 |
1600 | 2025-01-06T18:35:25.678Z | Compiling memchr v2.7.4 |
1601 | 2025-01-06T18:35:25.703Z | Compiling typenum v1.17.0 |
1602 | 2025-01-06T18:35:25.757Z | Compiling shlex v1.3.0 |
1603 | 2025-01-06T18:35:26.087Z | Compiling value-bag v1.9.0 |
1604 | 2025-01-06T18:35:26.105Z | Compiling scopeguard v1.2.0 |
1605 | 2025-01-06T18:35:26.399Z | Compiling lock_api v0.4.12 |
1606 | 2025-01-06T18:35:26.576Z | Compiling generic-array v0.14.7 |
1607 | 2025-01-06T18:35:26.664Z | Compiling log v0.4.22 |
1608 | 2025-01-06T18:35:26.854Z | Compiling parking_lot_core v0.9.10 |
1609 | 2025-01-06T18:35:27.140Z | Compiling serde_json v1.0.133 |
1610 | 2025-01-06T18:35:27.276Z | Compiling quote v1.0.37 |
1611 | 2025-01-06T18:35:27.321Z | Compiling once_cell v1.20.2 |
1612 | 2025-01-06T18:35:27.452Z | Compiling libm v0.2.8 |
1613 | 2025-01-06T18:35:27.506Z | Compiling rustix v0.38.37 |
1614 | 2025-01-06T18:35:27.717Z | Compiling syn v2.0.87 |
1615 | 2025-01-06T18:35:27.773Z | Compiling jobserver v0.1.32 |
1616 | 2025-01-06T18:35:27.873Z | Compiling getrandom v0.2.15 |
1617 | 2025-01-06T18:35:27.938Z | Compiling num-traits v0.2.19 |
1618 | 2025-01-06T18:35:28.139Z | Compiling cc v1.1.30 |
1619 | 2025-01-06T18:35:28.164Z | Compiling thiserror v1.0.69 |
1620 | 2025-01-06T18:35:28.221Z | Compiling aho-corasick v1.1.3 |
1621 | 2025-01-06T18:35:28.224Z | Compiling regex-syntax v0.8.5 |
1622 | 2025-01-06T18:35:28.263Z | Compiling either v1.13.0 |
1623 | 2025-01-06T18:35:28.494Z | Compiling itoa v1.0.11 |
1624 | 2025-01-06T18:35:28.665Z | Compiling spin v0.9.8 |
1625 | 2025-01-06T18:35:28.849Z | Compiling slab v0.4.9 |
1626 | 2025-01-06T18:35:28.956Z | Compiling byteorder v1.5.0 |
1627 | 2025-01-06T18:35:29.141Z | Compiling errno v0.3.9 |
1628 | 2025-01-06T18:35:29.354Z | Compiling rand_core v0.6.4 |
1629 | 2025-01-06T18:35:29.411Z | Compiling lazy_static v1.5.0 |
1630 | 2025-01-06T18:35:29.622Z | Compiling glob v0.3.1 |
1631 | 2025-01-06T18:35:30.178Z | Compiling prettyplease v0.2.25 |
1632 | 2025-01-06T18:35:30.425Z | Compiling clang-sys v1.8.1 |
1633 | 2025-01-06T18:35:30.620Z | Compiling minimal-lexical v0.2.1 |
1634 | 2025-01-06T18:35:30.813Z | Compiling libloading v0.8.5 |
1635 | 2025-01-06T18:35:31.096Z | Compiling nom v7.1.3 |
1636 | 2025-01-06T18:35:31.114Z | Compiling home v0.5.9 |
1637 | 2025-01-06T18:35:31.188Z | Compiling allocator-api2 v0.2.18 |
1638 | 2025-01-06T18:35:31.353Z | Compiling subtle v2.6.1 |
1639 | 2025-01-06T18:35:31.507Z | Compiling bindgen v0.69.5 |
1640 | 2025-01-06T18:35:31.919Z | Compiling regex-automata v0.4.8 |
1641 | 2025-01-06T18:35:31.984Z | Compiling itertools v0.10.5 |
1642 | 2025-01-06T18:35:31.987Z | Compiling smallvec v1.13.2 |
1643 | 2025-01-06T18:35:32.524Z | Compiling semver v1.0.23 |
1644 | 2025-01-06T18:35:32.582Z | Compiling lazycell v1.3.0 |
1645 | 2025-01-06T18:35:32.750Z | Compiling rustc-hash v1.1.0 |
1646 | 2025-01-06T18:35:32.898Z | Compiling cmake v0.1.51 |
1647 | 2025-01-06T18:35:33.189Z | Compiling dunce v1.0.5 |
1648 | 2025-01-06T18:35:33.331Z | Compiling fs_extra v1.3.0 |
1649 | 2025-01-06T18:35:34.462Z | Compiling cexpr v0.6.0 |
1650 | 2025-01-06T18:35:34.554Z | Compiling ryu v1.0.18 |
1651 | 2025-01-06T18:35:34.609Z | Compiling pkg-config v0.3.31 |
1652 | 2025-01-06T18:35:34.774Z | Compiling ring v0.17.8 |
1653 | 2025-01-06T18:35:34.830Z | Compiling pin-project-lite v0.2.14 |
1654 | 2025-01-06T18:35:35.002Z | Compiling paste v1.0.15 |
1655 | 2025-01-06T18:35:35.444Z | Compiling synstructure v0.13.1 |
1656 | 2025-01-06T18:35:35.755Z | Compiling schemars v0.8.21 |
1657 | 2025-01-06T18:35:35.843Z | Compiling fnv v1.0.7 |
1658 | 2025-01-06T18:35:35.977Z | Compiling const-oid v0.9.6 |
1659 | 2025-01-06T18:35:36.069Z | Compiling serde_derive_internals v0.29.1 |
1660 | 2025-01-06T18:35:36.772Z | Compiling httparse v1.9.5 |
1661 | 2025-01-06T18:35:36.836Z | Compiling equivalent v1.0.1 |
1662 | 2025-01-06T18:35:36.975Z | Compiling aws-lc-rs v1.10.0 |
1663 | 2025-01-06T18:35:37.401Z | Compiling regex v1.11.1 |
1664 | 2025-01-06T18:35:37.421Z | Compiling foldhash v0.1.3 |
1665 | 2025-01-06T18:35:37.721Z | Compiling hashbrown v0.15.1 |
1666 | 2025-01-06T18:35:38.409Z | Compiling heck v0.5.0 |
1667 | 2025-01-06T18:35:38.467Z | Compiling signal-hook-registry v1.4.2 |
1668 | 2025-01-06T18:35:38.852Z | Compiling parking_lot v0.12.3 |
1669 | 2025-01-06T18:35:39.143Z | Compiling mio v1.0.2 |
1670 | 2025-01-06T18:35:40.768Z | Compiling crossbeam-utils v0.8.20 |
1671 | 2025-01-06T18:35:40.865Z | Compiling stable_deref_trait v1.2.0 |
1672 | 2025-01-06T18:35:40.909Z | Compiling serde_derive v1.0.215 |
1673 | 2025-01-06T18:35:40.986Z | Compiling zeroize_derive v1.4.2 |
1674 | 2025-01-06T18:35:41.297Z | Compiling zerocopy-derive v0.7.35 |
1675 | 2025-01-06T18:35:41.593Z | Compiling thiserror-impl v1.0.69 |
1676 | 2025-01-06T18:35:41.841Z | Compiling tokio-macros v2.4.0 |
1677 | 2025-01-06T18:35:42.033Z | Compiling zerofrom-derive v0.1.4 |
1678 | 2025-01-06T18:35:42.348Z | Compiling yoke-derive v0.7.4 |
1679 | 2025-01-06T18:35:42.448Z | Compiling zeroize v1.8.1 |
1680 | 2025-01-06T18:35:42.796Z | Compiling futures-macro v0.3.31 |
1681 | 2025-01-06T18:35:43.233Z | Compiling zerovec-derive v0.10.3 |
1682 | 2025-01-06T18:35:43.324Z | Compiling zerocopy v0.7.35 |
1683 | 2025-01-06T18:35:44.374Z | Compiling displaydoc v0.2.5 |
1684 | 2025-01-06T18:35:44.772Z | Compiling crypto-common v0.1.6 |
1685 | 2025-01-06T18:35:44.939Z | Compiling tracing-attributes v0.1.27 |
1686 | 2025-01-06T18:35:44.984Z | Compiling icu_provider_macros v1.5.0 |
1687 | 2025-01-06T18:35:45.001Z | Compiling schemars_derive v0.8.21 |
1688 | 2025-01-06T18:35:45.554Z | Compiling block-buffer v0.10.4 |
1689 | 2025-01-06T18:35:45.819Z | Compiling digest v0.10.7 |
1690 | 2025-01-06T18:35:45.838Z | Compiling der_derive v0.7.3 |
1691 | 2025-01-06T18:35:46.043Z | Compiling socket2 v0.5.7 |
1692 | 2025-01-06T18:35:46.068Z | Compiling futures-core v0.3.31 |
1693 | 2025-01-06T18:35:46.257Z | Compiling num-conv v0.1.0 |
1694 | 2025-01-06T18:35:46.324Z | Compiling time-core v0.1.2 |
1695 | 2025-01-06T18:35:46.560Z | Compiling time-macros v0.2.18 |
1696 | 2025-01-06T18:35:47.889Z | Compiling vcpkg v0.2.15 |
1697 | 2025-01-06T18:35:48.592Z | Compiling syn v1.0.109 |
1698 | 2025-01-06T18:35:49.432Z | Compiling cpufeatures v0.2.14 |
1699 | 2025-01-06T18:35:49.457Z | Compiling openssl-sys v0.9.103 |
1700 | 2025-01-06T18:35:49.533Z | Compiling slog v2.7.0 |
1701 | 2025-01-06T18:35:49.560Z | Compiling futures-sink v0.3.31 |
1702 | 2025-01-06T18:35:49.959Z | Compiling ahash v0.8.11 |
1703 | 2025-01-06T18:35:50.197Z | Compiling iana-time-zone v0.1.61 |
1704 | 2025-01-06T18:35:50.406Z | Compiling zerofrom v0.1.4 |
1705 | 2025-01-06T18:35:50.587Z | Compiling scroll_derive v0.12.0 |
1706 | 2025-01-06T18:35:50.658Z | Compiling ucd-trie v0.1.7 |
1707 | 2025-01-06T18:35:50.963Z | Compiling pest v2.7.14 |
1708 | 2025-01-06T18:35:51.034Z | Compiling yoke v0.7.4 |
1709 | 2025-01-06T18:35:51.156Z | Compiling futures-channel v0.3.31 |
1710 | 2025-01-06T18:35:51.651Z | Compiling hmac v0.12.1 |
1711 | 2025-01-06T18:35:51.875Z | Compiling futures-task v0.3.31 |
1712 | 2025-01-06T18:35:52.112Z | Compiling pin-utils v0.1.0 |
1713 | 2025-01-06T18:35:52.252Z | Compiling futures-io v0.3.31 |
1714 | 2025-01-06T18:35:52.666Z | Compiling openssl v0.10.66 |
1715 | 2025-01-06T18:35:52.934Z | Compiling futures-util v0.3.31 |
1716 | 2025-01-06T18:35:53.282Z | Compiling zerovec v0.10.4 |
1717 | 2025-01-06T18:35:53.282Z | Compiling block-padding v0.3.3 |
1718 | 2025-01-06T18:35:53.311Z | Compiling tinyvec_macros v0.1.1 |
1719 | 2025-01-06T18:35:53.429Z | Compiling tinyvec v1.8.0 |
1720 | 2025-01-06T18:35:53.977Z | Compiling pest_meta v2.7.14 |
1721 | 2025-01-06T18:35:54.568Z | Compiling bitflags v2.6.0 |
1722 | 2025-01-06T18:35:54.959Z | Compiling bytes v1.8.0 |
1723 | 2025-01-06T18:35:56.890Z | Compiling indexmap v2.6.0 |
1724 | 2025-01-06T18:35:58.077Z | Compiling tokio v1.40.0 |
1725 | 2025-01-06T18:35:58.382Z | Compiling serde_tokenstream v0.2.2 |
1726 | 2025-01-06T18:35:58.812Z | Compiling uuid v1.11.0 |
1727 | 2025-01-06T18:35:58.949Z | Compiling http v1.1.0 |
1728 | 2025-01-06T18:35:59.353Z | Compiling which v4.4.2 |
1729 | 2025-01-06T18:36:00.109Z | Compiling chrono v0.4.38 |
1730 | 2025-01-06T18:36:00.130Z | Compiling rustc_version v0.4.1 |
1731 | 2025-01-06T18:36:03.153Z | Compiling pest_generator v2.7.14 |
1732 | 2025-01-06T18:36:03.550Z | Compiling toml_datetime v0.6.8 |
1733 | 2025-01-06T18:36:04.005Z | Compiling serde_spanned v0.6.8 |
1734 | 2025-01-06T18:36:04.234Z | Compiling inout v0.1.3 |
1735 | 2025-01-06T18:36:04.939Z | Compiling openssl-macros v0.1.1 |
1736 | 2025-01-06T18:36:05.133Z | Compiling rustls v0.23.19 |
1737 | 2025-01-06T18:36:05.527Z | Compiling dyn-clone v1.0.17 |
1738 | 2025-01-06T18:36:05.671Z | Compiling native-tls v0.2.12 |
1739 | 2025-01-06T18:36:05.764Z | Compiling strsim v0.11.1 |
1740 | 2025-01-06T18:36:07.100Z | Compiling pest_derive v2.7.14 |
1741 | 2025-01-06T18:36:07.609Z | Compiling cipher v0.4.4 |
1742 | 2025-01-06T18:36:07.849Z | Compiling unicode-normalization v0.1.24 |
1743 | 2025-01-06T18:36:08.076Z | Compiling tinystr v0.7.6 |
1744 | 2025-01-06T18:36:08.242Z | Compiling sha2 v0.10.8 |
1745 | 2025-01-06T18:36:08.438Z | Compiling tracing-core v0.1.32 |
1746 | 2025-01-06T18:36:08.512Z | Compiling usdt-impl v0.5.0 |
1747 | 2025-01-06T18:36:08.856Z | Compiling base64ct v1.6.0 |
1748 | 2025-01-06T18:36:08.925Z | Compiling writeable v0.5.5 |
1749 | 2025-01-06T18:36:09.061Z | Compiling litemap v0.7.3 |
1750 | 2025-01-06T18:36:09.434Z | Compiling unicode-bidi v0.3.17 |
1751 | 2025-01-06T18:36:09.480Z | Compiling icu_locid v1.5.0 |
1752 | 2025-01-06T18:36:10.705Z | Compiling pem-rfc7468 v0.7.0 |
1753 | 2025-01-06T18:36:10.741Z | Compiling tracing v0.1.40 |
1754 | 2025-01-06T18:36:11.605Z | Compiling scroll v0.12.0 |
1755 | 2025-01-06T18:36:11.777Z | Compiling ppv-lite86 v0.2.20 |
1756 | 2025-01-06T18:36:12.062Z | Compiling async-trait v0.1.83 |
1757 | 2025-01-06T18:36:12.721Z | Compiling cookie v0.18.1 |
1758 | 2025-01-06T18:36:13.596Z | Compiling aws-lc-sys v0.22.0 |
1759 | 2025-01-06T18:36:14.035Z | Compiling camino v1.1.9 |
1760 | 2025-01-06T18:36:14.554Z | Compiling flagset v0.4.6 |
1761 | 2025-01-06T18:36:14.769Z | Compiling anyhow v1.0.93 |
1762 | 2025-01-06T18:36:14.784Z | Compiling plain v0.2.3 |
1763 | 2025-01-06T18:36:14.952Z | Compiling goblin v0.8.2 |
1764 | 2025-01-06T18:36:15.302Z | Compiling der v0.7.9 |
1765 | 2025-01-06T18:36:18.007Z | Compiling rand_chacha v0.3.1 |
1766 | 2025-01-06T18:36:18.760Z | Compiling icu_provider v1.5.0 |
1767 | 2025-01-06T18:36:19.803Z | Compiling rustls v0.22.4 |
1768 | 2025-01-06T18:36:20.068Z | Compiling untrusted v0.7.1 |
1769 | 2025-01-06T18:36:20.256Z | Compiling icu_locid_transform_data v1.5.0 |
1770 | 2025-01-06T18:36:20.367Z | Compiling rayon-core v1.12.1 |
1771 | 2025-01-06T18:36:20.498Z | Compiling rustls-pki-types v1.10.0 |
1772 | 2025-01-06T18:36:20.642Z | Compiling percent-encoding v2.3.1 |
1773 | 2025-01-06T18:36:21.519Z | Compiling pretty-hex v0.4.1 |
1774 | 2025-01-06T18:36:21.736Z | Compiling dof v0.3.0 |
1775 | 2025-01-06T18:36:22.706Z | Compiling icu_locid_transform v1.5.0 |
1776 | 2025-01-06T18:36:23.675Z | Compiling rand v0.8.5 |
1777 | 2025-01-06T18:36:23.973Z | Compiling spki v0.7.3 |
1778 | 2025-01-06T18:36:24.467Z | Compiling salsa20 v0.10.2 |
1779 | 2025-01-06T18:36:24.499Z | Compiling dtrace-parser v0.2.0 |
1780 | 2025-01-06T18:36:24.714Z | Compiling tokio-util v0.7.12 |
1781 | 2025-01-06T18:36:24.912Z | Compiling icu_collections v1.5.0 |
1782 | 2025-01-06T18:36:25.237Z | Compiling pbkdf2 v0.12.2 |
1783 | 2025-01-06T18:36:26.204Z | Compiling thread-id v4.2.2 |
1784 | 2025-01-06T18:36:26.222Z | Compiling mirai-annotations v1.12.0 |
1785 | 2025-01-06T18:36:26.239Z | Compiling icu_properties_data v1.5.0 |
1786 | 2025-01-06T18:36:26.341Z | Compiling powerfmt v0.2.0 |
1787 | 2025-01-06T18:36:26.425Z | Compiling untrusted v0.9.0 |
1788 | 2025-01-06T18:36:26.613Z | Compiling winnow v0.5.40 |
1789 | 2025-01-06T18:36:26.635Z | Compiling deranged v0.3.11 |
1790 | 2025-01-06T18:36:28.754Z | Compiling icu_properties v1.5.1 |
1791 | 2025-01-06T18:36:30.584Z | Compiling toml_edit v0.19.15 |
1792 | 2025-01-06T18:36:31.842Z | Compiling scrypt v0.11.0 |
1793 | 2025-01-06T18:36:32.081Z | Compiling cbc v0.1.2 |
1794 | 2025-01-06T18:36:32.300Z | Compiling aes v0.8.4 |
1795 | 2025-01-06T18:36:32.377Z | Compiling multer v3.1.0 |
1796 | 2025-01-06T18:36:32.659Z | Compiling slog-async v2.8.0 |
1797 | 2025-01-06T18:36:33.119Z | Compiling utf16_iter v1.0.5 |
1798 | 2025-01-06T18:36:33.319Z | Compiling write16 v1.0.0 |
1799 | 2025-01-06T18:36:33.360Z | Compiling num_threads v0.1.7 |
1800 | 2025-01-06T18:36:33.449Z | Compiling utf8_iter v1.0.4 |
1801 | 2025-01-06T18:36:33.487Z | Compiling icu_normalizer_data v1.5.0 |
1802 | 2025-01-06T18:36:33.511Z | Compiling rustversion v1.0.17 |
1803 | 2025-01-06T18:36:33.678Z | Compiling atomic-waker v1.1.2 |
1804 | 2025-01-06T18:36:34.191Z | Compiling time v0.3.36 |
1805 | 2025-01-06T18:36:34.466Z | Compiling icu_normalizer v1.5.0 |
1806 | 2025-01-06T18:36:34.990Z | Compiling pkcs5 v0.7.1 |
1807 | 2025-01-06T18:36:36.649Z | Compiling form_urlencoded v1.2.1 |
1808 | 2025-01-06T18:36:37.393Z | Compiling http-body v1.0.1 |
1809 | 2025-01-06T18:36:37.472Z | Compiling heapless v0.7.17 |
1810 | 2025-01-06T18:36:38.005Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1811 | 2025-01-06T18:36:38.459Z | Compiling signal-hook v0.3.17 |
1812 | 2025-01-06T18:36:38.731Z | Compiling try-lock v0.2.5 |
1813 | 2025-01-06T18:36:39.112Z | Compiling want v0.3.1 |
1814 | 2025-01-06T18:36:41.069Z | Compiling pkcs8 v0.10.2 |
1815 | 2025-01-06T18:36:41.122Z | Compiling idna_adapter v1.2.0 |
1816 | 2025-01-06T18:36:41.745Z | Compiling h2 v0.4.6 |
1817 | 2025-01-06T18:36:42.583Z | Compiling usdt-attr-macro v0.5.0 |
1818 | 2025-01-06T18:36:44.040Z | Compiling usdt-macro v0.5.0 |
1819 | 2025-01-06T18:36:44.231Z | Compiling async-stream-impl v0.3.6 |
1820 | 2025-01-06T18:36:44.697Z | Compiling httpdate v1.0.3 |
1821 | 2025-01-06T18:36:45.383Z | Compiling adler2 v2.0.0 |
1822 | 2025-01-06T18:36:45.645Z | Compiling miniz_oxide v0.8.0 |
1823 | 2025-01-06T18:36:48.190Z | Compiling idna v1.0.3 |
1824 | 2025-01-06T18:36:48.481Z | Compiling curve25519-dalek v4.1.3 |
1825 | 2025-01-06T18:36:48.861Z | Compiling hyper v1.5.0 |
1826 | 2025-01-06T18:36:48.886Z | Compiling openapiv3 v2.0.0 |
1827 | 2025-01-06T18:36:49.361Z | Compiling enum-as-inner v0.6.1 |
1828 | 2025-01-06T18:36:54.505Z | Compiling dropshot v0.12.0 |
1829 | 2025-01-06T18:36:54.632Z | Compiling portable-atomic v1.9.0 |
1830 | 2025-01-06T18:36:54.632Z | Compiling newtype-uuid v1.1.3 |
1831 | 2025-01-06T18:36:54.632Z | Compiling foreign-types-shared v0.1.1 |
1832 | 2025-01-06T18:36:54.632Z | Compiling match_cfg v0.1.0 |
1833 | 2025-01-06T18:36:54.632Z | Compiling smoltcp v0.9.1 |
1834 | 2025-01-06T18:36:54.632Z | Compiling base64 v0.22.1 |
1835 | 2025-01-06T18:36:54.632Z | Compiling tower-service v0.3.3 |
1836 | 2025-01-06T18:36:54.632Z | Compiling num-bigint-dig v0.8.4 |
1837 | 2025-01-06T18:36:54.632Z | Compiling hyper-util v0.1.10 |
1838 | 2025-01-06T18:36:54.633Z | Compiling hostname v0.3.1 |
1839 | 2025-01-06T18:36:54.663Z | Compiling foreign-types v0.3.2 |
1840 | 2025-01-06T18:36:57.069Z | Compiling url v2.5.3 |
1841 | 2025-01-06T18:37:01.040Z | Compiling dirs-sys-next v0.1.2 |
1842 | 2025-01-06T18:37:01.042Z | Compiling heck v0.4.1 |
1843 | 2025-01-06T18:37:01.464Z | Compiling gimli v0.31.1 |
1844 | 2025-01-06T18:37:01.682Z | Compiling ident_case v1.0.1 |
1845 | 2025-01-06T18:37:01.853Z | Compiling data-encoding v2.6.0 |
1846 | 2025-01-06T18:37:01.872Z | Compiling siphasher v0.3.11 |
1847 | 2025-01-06T18:37:02.103Z | Compiling darling_core v0.20.10 |
1848 | 2025-01-06T18:37:02.375Z | Compiling dirs-next v2.0.0 |
1849 | 2025-01-06T18:37:05.028Z | Compiling http-body-util v0.1.2 |
1850 | 2025-01-06T18:37:08.321Z | Compiling addr2line v0.24.2 |
1851 | 2025-01-06T18:37:08.618Z | Compiling crossbeam-epoch v0.9.18 |
1852 | 2025-01-06T18:37:08.725Z | Compiling hubpack_derive v0.1.1 |
1853 | 2025-01-06T18:37:08.873Z | Compiling dropshot_endpoint v0.12.0 |
1854 | 2025-01-06T18:37:09.286Z | Compiling sha1 v0.10.6 |
1855 | 2025-01-06T18:37:09.330Z | Compiling signature v2.2.0 |
1856 | 2025-01-06T18:37:09.551Z | Compiling zerocopy-derive v0.6.6 |
1857 | 2025-01-06T18:37:09.569Z | Compiling curve25519-dalek-derive v0.1.1 |
1858 | 2025-01-06T18:37:09.755Z | Compiling thread_local v1.1.8 |
1859 | 2025-01-06T18:37:10.266Z | Compiling object v0.36.5 |
1860 | 2025-01-06T18:37:10.932Z | Compiling fs-err v2.11.0 |
1861 | 2025-01-06T18:37:11.230Z | Compiling encoding_rs v0.8.34 |
1862 | 2025-01-06T18:37:12.906Z | Compiling mime v0.3.17 |
1863 | 2025-01-06T18:37:14.692Z | Compiling ipnet v2.10.1 |
1864 | 2025-01-06T18:37:15.778Z | Compiling anstyle v1.0.10 |
1865 | 2025-01-06T18:37:16.231Z | Compiling unicode-properties v0.1.3 |
1866 | 2025-01-06T18:37:17.185Z | Compiling openssl-probe v0.1.5 |
1867 | 2025-01-06T18:37:17.489Z | Compiling rustc-demangle v0.1.24 |
1868 | 2025-01-06T18:37:19.643Z | Compiling winnow v0.6.20 |
1869 | 2025-01-06T18:37:19.704Z | Compiling utf8parse v0.2.2 |
1870 | 2025-01-06T18:37:19.879Z | Compiling anstyle-parse v0.2.5 |
1871 | 2025-01-06T18:37:20.930Z | Compiling backtrace v0.3.74 |
1872 | 2025-01-06T18:37:22.698Z | Compiling stringprep v0.1.5 |
1873 | 2025-01-06T18:37:23.460Z | Compiling toml_edit v0.22.22 |
1874 | 2025-01-06T18:37:27.155Z | Compiling rustls-webpki v0.102.8 |
1875 | 2025-01-06T18:37:30.683Z | Compiling crossbeam-deque v0.8.5 |
1876 | 2025-01-06T18:37:31.926Z | Compiling darling_macro v0.20.10 |
1877 | 2025-01-06T18:37:34.148Z | Compiling term v0.7.0 |
1878 | 2025-01-06T18:37:35.413Z | Compiling slog-json v2.6.1 |
1879 | 2025-01-06T18:37:35.883Z | Compiling serde_urlencoded v0.7.1 |
1880 | 2025-01-06T18:37:37.103Z | Compiling crossbeam-channel v0.5.13 |
1881 | 2025-01-06T18:37:37.204Z | Compiling rustls-pemfile v2.2.0 |
1882 | 2025-01-06T18:37:38.009Z | Compiling hashbrown v0.14.5 |
1883 | 2025-01-06T18:37:38.269Z | Compiling idna v0.3.0 |
1884 | 2025-01-06T18:37:38.392Z | Compiling idna v0.4.0 |
1885 | 2025-01-06T18:37:39.404Z | Compiling futures-executor v0.3.31 |
1886 | 2025-01-06T18:37:39.868Z | Compiling num-integer v0.1.46 |
1887 | 2025-01-06T18:37:40.049Z | Compiling md-5 v0.10.6 |
1888 | 2025-01-06T18:37:40.295Z | Compiling ff v0.13.0 |
1889 | 2025-01-06T18:37:40.371Z | Compiling hash32 v0.2.1 |
1890 | 2025-01-06T18:37:40.535Z | Compiling is-terminal v0.4.13 |
1891 | 2025-01-06T18:37:40.588Z | Compiling memmap v0.7.0 |
1892 | 2025-01-06T18:37:40.759Z | Compiling anstyle-query v1.1.1 |
1893 | 2025-01-06T18:37:40.883Z | Compiling base16ct v0.2.0 |
1894 | 2025-01-06T18:37:40.922Z | Compiling is_terminal_polyfill v1.70.1 |
1895 | 2025-01-06T18:37:41.059Z | Compiling linked-hash-map v0.5.6 |
1896 | 2025-01-06T18:37:41.175Z | Compiling colorchoice v1.0.2 |
1897 | 2025-01-06T18:37:41.328Z | Compiling utf-8 v0.7.6 |
1898 | 2025-01-06T18:37:41.617Z | Compiling psl-types v2.0.11 |
1899 | 2025-01-06T18:37:41.758Z | Compiling fallible-iterator v0.2.0 |
1900 | 2025-01-06T18:37:41.935Z | Compiling quick-error v1.2.3 |
1901 | 2025-01-06T18:37:42.538Z | Compiling take_mut v0.2.2 |
1902 | 2025-01-06T18:37:42.983Z | Compiling postgres-protocol v0.6.7 |
1903 | 2025-01-06T18:37:43.746Z | Compiling resolv-conf v0.7.0 |
1904 | 2025-01-06T18:37:44.219Z | Compiling publicsuffix v2.2.3 |
1905 | 2025-01-06T18:37:44.477Z | Compiling tungstenite v0.24.0 |
1906 | 2025-01-06T18:37:44.827Z | Compiling lru-cache v0.1.2 |
1907 | 2025-01-06T18:37:45.081Z | Compiling anstream v0.6.15 |
1908 | 2025-01-06T18:37:45.490Z | Compiling sec1 v0.7.3 |
1909 | 2025-01-06T18:37:45.753Z | Compiling usdt v0.5.0 |
1910 | 2025-01-06T18:37:46.214Z | Compiling slog-term v2.9.1 |
1911 | 2025-01-06T18:37:46.483Z | Compiling group v0.13.0 |
1912 | 2025-01-06T18:37:46.816Z | Compiling num-iter v0.1.45 |
1913 | 2025-01-06T18:37:47.025Z | Compiling futures v0.3.31 |
1914 | 2025-01-06T18:37:47.161Z | Compiling regress v0.10.1 |
1915 | 2025-01-06T18:37:47.238Z | Compiling hickory-proto v0.24.1 |
1916 | 2025-01-06T18:37:51.242Z | Compiling slog-bunyan v2.5.0 |
1917 | 2025-01-06T18:37:51.407Z | Compiling tokio-rustls v0.26.0 |
1918 | 2025-01-06T18:37:51.430Z | Compiling tokio-rustls v0.25.0 |
1919 | 2025-01-06T18:37:51.644Z | Compiling darling v0.20.10 |
1920 | 2025-01-06T18:37:51.923Z | Compiling toml v0.8.19 |
1921 | 2025-01-06T18:37:51.955Z | Compiling tokio-native-tls v0.3.1 |
1922 | 2025-01-06T18:37:51.956Z | Compiling phf_shared v0.11.2 |
1923 | 2025-01-06T18:37:52.191Z | Compiling strum_macros v0.25.3 |
1924 | 2025-01-06T18:37:52.660Z | Compiling async-stream v0.3.6 |
1925 | 2025-01-06T18:37:52.892Z | Compiling waitgroup v0.1.2 |
1926 | 2025-01-06T18:37:53.101Z | Compiling webpki-roots v0.26.6 |
1927 | 2025-01-06T18:37:53.556Z | Compiling idna v0.5.0 |
1928 | 2025-01-06T18:37:53.674Z | Compiling terminal_size v0.4.0 |
1929 | 2025-01-06T18:37:53.904Z | Compiling serde_path_to_error v0.1.16 |
1930 | 2025-01-06T18:37:58.349Z | Compiling hkdf v0.12.4 |
1931 | 2025-01-06T18:37:58.456Z | Compiling crypto-bigint v0.5.5 |
1932 | 2025-01-06T18:37:58.457Z | Compiling clap_derive v4.5.18 |
1933 | 2025-01-06T18:37:58.457Z | Compiling derive-where v1.2.7 |
1934 | 2025-01-06T18:37:58.457Z | Compiling serde_repr v0.1.19 |
1935 | 2025-01-06T18:37:58.457Z | Compiling hostname v0.4.0 |
1936 | 2025-01-06T18:37:58.457Z | Compiling crc32fast v1.4.2 |
1937 | 2025-01-06T18:37:58.457Z | Compiling managed v0.8.0 |
1938 | 2025-01-06T18:37:58.457Z | Compiling bitflags v1.3.2 |
1939 | 2025-01-06T18:37:58.457Z | Compiling clap_lex v0.7.2 |
1940 | 2025-01-06T18:37:58.457Z | Compiling debug-ignore v1.0.5 |
1941 | 2025-01-06T18:37:58.518Z | Compiling unicode-width v0.1.14 |
1942 | 2025-01-06T18:37:58.952Z | Compiling console v0.15.8 |
1943 | 2025-01-06T18:38:00.453Z | Compiling clap_builder v4.5.21 |
1944 | 2025-01-06T18:38:00.683Z | Compiling elliptic-curve v0.13.8 |
1945 | 2025-01-06T18:38:01.496Z | Compiling flate2 v1.0.34 |
1946 | 2025-01-06T18:38:01.629Z | Compiling cookie_store v0.21.0 |
1947 | 2025-01-06T18:38:05.792Z | Compiling hyper-rustls v0.27.3 |
1948 | 2025-01-06T18:38:06.096Z | Compiling hickory-resolver v0.24.1 |
1949 | 2025-01-06T18:38:07.546Z | Compiling phf v0.11.2 |
1950 | 2025-01-06T18:38:07.779Z | Compiling hyper-tls v0.6.0 |
1951 | 2025-01-06T18:38:07.855Z | Compiling signal-hook-mio v0.2.4 |
1952 | 2025-01-06T18:38:07.966Z | Compiling typify-impl v0.2.0 |
1953 | 2025-01-06T18:38:08.027Z | Compiling rayon v1.10.0 |
1954 | 2025-01-06T18:38:08.133Z | Compiling bzip2 v0.4.4 |
1955 | 2025-01-06T18:38:08.501Z | Compiling tokio-tungstenite v0.24.0 |
1956 | 2025-01-06T18:38:09.052Z | Compiling postgres-types v0.2.8 |
1957 | 2025-01-06T18:38:09.347Z | Compiling zerocopy v0.6.6 |
1958 | 2025-01-06T18:38:09.986Z | Compiling hubpack v0.1.2 |
1959 | 2025-01-06T18:38:10.207Z | Compiling ed25519 v2.2.3 |
1960 | 2025-01-06T18:38:10.422Z | Compiling phf_shared v0.10.0 |
1961 | 2025-01-06T18:38:10.529Z | Compiling pkcs1 v0.7.5 |
1962 | 2025-01-06T18:38:10.841Z | Compiling tokio-stream v0.1.16 |
1963 | 2025-01-06T18:38:11.654Z | Compiling ipnetwork v0.20.0 |
1964 | 2025-01-06T18:38:11.836Z | Compiling serde-big-array v0.5.1 |
1965 | 2025-01-06T18:38:12.088Z | Compiling rfc6979 v0.4.0 |
1966 | 2025-01-06T18:38:12.821Z | Compiling float-cmp v0.9.0 |
1967 | 2025-01-06T18:38:12.938Z | Compiling sync_wrapper v1.0.1 |
1968 | 2025-01-06T18:38:13.075Z | Compiling bstr v1.10.0 |
1969 | 2025-01-06T18:38:14.159Z | Compiling fixedbitset v0.4.2 |
1970 | 2025-01-06T18:38:14.580Z | Compiling precomputed-hash v0.1.1 |
1971 | 2025-01-06T18:38:14.708Z | Compiling difflib v0.4.0 |
1972 | 2025-01-06T18:38:14.711Z | Compiling normalize-line-endings v0.3.0 |
1973 | 2025-01-06T18:38:14.867Z | Compiling new_debug_unreachable v1.0.6 |
1974 | 2025-01-06T18:38:14.977Z | Compiling predicates-core v1.0.8 |
1975 | 2025-01-06T18:38:15.903Z | Compiling unicode-width v0.2.0 |
1976 | 2025-01-06T18:38:15.915Z | Compiling static_assertions v1.1.0 |
1977 | 2025-01-06T18:38:15.915Z | Compiling unicode-segmentation v1.12.0 |
1978 | 2025-01-06T18:38:15.915Z | Compiling whoami v1.5.2 |
1979 | 2025-01-06T18:38:15.978Z | Compiling bit-vec v0.6.3 |
1980 | 2025-01-06T18:38:16.137Z | Compiling number_prefix v0.4.0 |
1981 | 2025-01-06T18:38:16.363Z | Compiling bit-set v0.5.3 |
1982 | 2025-01-06T18:38:16.420Z | Compiling indicatif v0.17.9 |
1983 | 2025-01-06T18:38:16.454Z | Compiling tokio-postgres v0.7.12 |
1984 | 2025-01-06T18:38:16.660Z | Compiling similar v2.6.0 |
1985 | 2025-01-06T18:38:17.851Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1986 | 2025-01-06T18:38:18.277Z | Compiling predicates v3.1.2 |
1987 | 2025-01-06T18:38:18.683Z | Compiling string_cache v0.8.7 |
1988 | 2025-01-06T18:38:19.128Z | Compiling petgraph v0.6.5 |
1989 | 2025-01-06T18:38:19.936Z | Compiling typify-macro v0.2.0 |
1990 | 2025-01-06T18:38:20.057Z | Compiling reqwest v0.12.9 |
1991 | 2025-01-06T18:38:23.119Z | Compiling ecdsa v0.16.9 |
1992 | 2025-01-06T18:38:23.234Z | Compiling qorb v0.2.1 |
1993 | 2025-01-06T18:38:23.697Z | Compiling rsa v0.9.6 |
1994 | 2025-01-06T18:38:23.959Z | Compiling ed25519-dalek v2.1.1 |
1995 | 2025-01-06T18:38:24.549Z | Compiling zip v0.6.6 |
1996 | 2025-01-06T18:38:24.894Z | Compiling crossterm v0.28.1 |
1997 | 2025-01-06T18:38:24.957Z | Compiling clap v4.5.21 |
1998 | 2025-01-06T18:38:26.931Z | Compiling toml v0.7.8 |
1999 | 2025-01-06T18:38:27.489Z | Compiling x509-cert v0.2.5 |
2000 | 2025-01-06T18:38:28.366Z | Compiling hex v0.4.3 |
2001 | 2025-01-06T18:38:29.171Z | Compiling unicode-xid v0.2.6 |
2002 | 2025-01-06T18:38:29.320Z | Compiling peg-runtime v0.8.3 |
2003 | 2025-01-06T18:38:29.349Z | Compiling lalrpop-util v0.19.12 |
2004 | 2025-01-06T18:38:29.631Z | Compiling zerocopy v0.8.10 |
2005 | 2025-01-06T18:38:31.822Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2006 | 2025-01-06T18:38:35.421Z | Compiling proc-macro-crate v1.3.1 |
2007 | 2025-01-06T18:38:36.119Z | Compiling macaddr v1.0.1 |
2008 | 2025-01-06T18:38:36.280Z | Compiling zerocopy-derive v0.8.10 |
2009 | 2025-01-06T18:38:36.456Z | Compiling itertools v0.13.0 |
2010 | 2025-01-06T18:38:38.672Z | Compiling heapless v0.8.0 |
2011 | 2025-01-06T18:38:39.764Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2012 | 2025-01-06T18:38:43.927Z | Compiling num_enum_derive v0.5.11 |
2013 | 2025-01-06T18:38:52.933Z | Compiling hash32 v0.3.1 |
2014 | 2025-01-06T18:38:53.933Z | Compiling smoltcp v0.11.0 |
2015 | 2025-01-06T18:38:54.900Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2016 | 2025-01-06T18:38:59.664Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2017 | 2025-01-06T18:38:59.822Z | Compiling num_enum v0.5.11 |
2018 | 2025-01-06T18:39:00.534Z | Compiling typify v0.2.0 |
2019 | 2025-01-06T18:39:00.577Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2020 | 2025-01-06T18:39:01.497Z | Compiling proc-macro-error-attr v1.0.4 |
2021 | 2025-01-06T18:39:01.801Z | Compiling unsafe-libyaml v0.2.11 |
2022 | 2025-01-06T18:39:01.938Z | Compiling cobs v0.2.3 |
2023 | 2025-01-06T18:39:04.293Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2024 | 2025-01-06T18:39:04.371Z | Compiling serde_yaml v0.9.34+deprecated |
2025 | 2025-01-06T18:39:07.160Z | Compiling postcard v1.0.10 |
2026 | 2025-01-06T18:39:17.831Z | Compiling progenitor-impl v0.8.0 |
2027 | 2025-01-06T18:39:19.618Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2028 | 2025-01-06T18:39:30.809Z | Compiling strum_macros v0.26.4 |
2029 | 2025-01-06T18:39:31.856Z | Compiling foreign-types-macros v0.2.3 |
2030 | 2025-01-06T18:39:32.124Z | Compiling structmeta-derive v0.3.0 |
2031 | 2025-01-06T18:39:32.393Z | Compiling proc-macro-error v1.0.4 |
2032 | 2025-01-06T18:39:32.704Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2033 | 2025-01-06T18:39:33.293Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2034 | 2025-01-06T18:39:34.805Z | Compiling foreign-types-shared v0.3.1 |
2035 | 2025-01-06T18:39:34.936Z | Compiling foreign-types v0.5.0 |
2036 | 2025-01-06T18:39:35.327Z | Compiling structmeta v0.3.0 |
2037 | 2025-01-06T18:39:35.392Z | Compiling strum v0.26.3 |
2038 | 2025-01-06T18:39:39.447Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2039 | 2025-01-06T18:39:44.842Z | Compiling progenitor-macro v0.8.0 |
2040 | 2025-01-06T18:39:53.224Z | Compiling progenitor-client v0.8.0 |
2041 | 2025-01-06T18:39:53.302Z | Compiling tabwriter v1.4.0 |
2042 | 2025-01-06T18:39:53.302Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2043 | 2025-01-06T18:39:53.302Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2044 | 2025-01-06T18:39:53.302Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2045 | 2025-01-06T18:39:53.302Z | Compiling cstr-argument v0.1.2 |
2046 | 2025-01-06T18:39:53.302Z | Compiling dropshot v0.13.0 |
2047 | 2025-01-06T18:39:53.302Z | Compiling fastrand v2.1.1 |
2048 | 2025-01-06T18:39:53.302Z | Compiling crucible-workspace-hack v0.1.0 |
2049 | 2025-01-06T18:39:53.302Z | Compiling thiserror v2.0.3 |
2050 | 2025-01-06T18:39:53.598Z | Compiling pretty-hex v0.2.1 |
2051 | 2025-01-06T18:39:53.952Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2052 | 2025-01-06T18:39:54.305Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2053 | 2025-01-06T18:39:55.190Z | Compiling tempfile v3.13.0 |
2054 | 2025-01-06T18:39:55.488Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2055 | 2025-01-06T18:39:55.704Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2056 | 2025-01-06T18:39:56.379Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2057 | 2025-01-06T18:39:56.887Z | Compiling parse-display-derive v0.10.0 |
2058 | 2025-01-06T18:39:57.308Z | Compiling colored v2.1.0 |
2059 | 2025-01-06T18:39:57.427Z | Compiling serde_with_macros v3.11.0 |
2060 | 2025-01-06T18:39:57.430Z | Compiling progenitor v0.8.0 |
2061 | 2025-01-06T18:39:57.711Z | Compiling dropshot_endpoint v0.13.0 |
2062 | 2025-01-06T18:39:58.619Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2063 | 2025-01-06T18:39:59.360Z | Compiling thiserror-impl v2.0.3 |
2064 | 2025-01-06T18:40:00.012Z | Compiling instant v0.1.13 |
2065 | 2025-01-06T18:40:00.031Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2066 | 2025-01-06T18:40:00.204Z | Compiling backoff v0.4.0 |
2067 | 2025-01-06T18:40:00.442Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2068 | 2025-01-06T18:40:00.586Z | Compiling serde_with v3.11.0 |
2069 | 2025-01-06T18:40:00.783Z | Compiling parse-display v0.10.0 |
2070 | 2025-01-06T18:40:00.987Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2071 | 2025-01-06T18:40:02.691Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2072 | 2025-01-06T18:40:02.693Z | Compiling zone_cfg_derive v0.3.0 |
2073 | 2025-01-06T18:40:03.478Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2074 | 2025-01-06T18:40:04.020Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2075 | 2025-01-06T18:40:04.137Z | Compiling camino-tempfile v1.1.1 |
2076 | 2025-01-06T18:40:04.833Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2077 | 2025-01-06T18:40:04.927Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2078 | 2025-01-06T18:40:04.999Z | Compiling regress v0.9.1 |
2079 | 2025-01-06T18:40:05.130Z | Compiling num-derive v0.4.2 |
2080 | 2025-01-06T18:40:05.319Z | Compiling sigpipe v0.1.3 |
2081 | 2025-01-06T18:40:05.471Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2082 | 2025-01-06T18:40:05.786Z | Compiling libefi-sys v0.1.0 |
2083 | 2025-01-06T18:40:06.178Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2084 | 2025-01-06T18:40:07.407Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2085 | 2025-01-06T18:40:08.971Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2086 | 2025-01-06T18:40:09.439Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2087 | 2025-01-06T18:40:09.995Z | Compiling zone v0.3.0 |
2088 | 2025-01-06T18:40:10.949Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2089 | 2025-01-06T18:40:13.397Z | Compiling smf v0.2.3 |
2090 | 2025-01-06T18:40:13.593Z | Compiling bitfield-struct v0.6.2 |
2091 | 2025-01-06T18:40:14.980Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2092 | 2025-01-06T18:40:15.243Z | Compiling ring v0.16.20 |
2093 | 2025-01-06T18:40:15.387Z | Compiling blake3 v1.5.4 |
2094 | 2025-01-06T18:40:16.123Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2095 | 2025-01-06T18:40:16.894Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2096 | 2025-01-06T18:40:17.005Z | Compiling xattr v1.3.1 |
2097 | 2025-01-06T18:40:17.028Z | Compiling filetime v0.2.25 |
2098 | 2025-01-06T18:40:17.343Z | Compiling memmap2 v0.9.5 |
2099 | 2025-01-06T18:40:17.397Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2100 | 2025-01-06T18:40:17.533Z | Compiling arrayvec v0.7.6 |
2101 | 2025-01-06T18:40:17.973Z | Compiling constant_time_eq v0.3.1 |
2102 | 2025-01-06T18:40:18.053Z | Compiling spin v0.5.2 |
2103 | 2025-01-06T18:40:18.144Z | Compiling same-file v1.0.6 |
2104 | 2025-01-06T18:40:18.202Z | Compiling arrayref v0.3.9 |
2105 | 2025-01-06T18:40:18.292Z | Compiling walkdir v2.5.0 |
2106 | 2025-01-06T18:40:18.366Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2107 | 2025-01-06T18:40:19.945Z | Compiling tar v0.4.42 |
2108 | 2025-01-06T18:40:20.921Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2109 | 2025-01-06T18:40:21.053Z | Compiling gethostname v0.5.0 |
2110 | 2025-01-06T18:40:21.073Z | Compiling cargo-platform v0.1.8 |
2111 | 2025-01-06T18:40:21.267Z | Compiling topological-sort v0.2.2 |
2112 | 2025-01-06T18:40:21.329Z | Compiling shell-words v1.1.0 |
2113 | 2025-01-06T18:40:21.536Z | Compiling cargo_metadata v0.18.1 |
2114 | 2025-01-06T18:40:25.042Z | Compiling omicron-zone-package v0.11.1 |
2115 | 2025-01-06T18:40:27.368Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2116 | 2025-01-06T18:40:28.520Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2117 | 2025-01-06T18:40:33.124Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2118 | 2025-01-06T18:40:50.621Z | Finished `release` profile [optimized] target(s) in 5m 26s |
2119 | 2025-01-06T18:40:50.785Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
2120 | 2025-01-06T18:40:50.830Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2121 | 2025-01-06T18:40:50.833Z | Created new build target 'test' and set it as active |
2122 | 2025-01-06T18:40:50.833Z | |
2123 | 2025-01-06T18:40:50.833Z | real 5:26.306159758 |
2124 | 2025-01-06T18:40:50.833Z | user 36:48.415468348 |
2125 | 2025-01-06T18:40:50.833Z | sys 4:55.002450808 |
2126 | 2025-01-06T18:40:50.833Z | trap 1.078746398 |
2127 | 2025-01-06T18:40:50.833Z | tflt 3.272143330 |
2128 | 2025-01-06T18:40:50.833Z | dflt 0.589834187 |
2129 | 2025-01-06T18:40:50.833Z | kflt 0.006538492 |
2130 | 2025-01-06T18:40:50.834Z | lock 1:18:05.486191782 |
2131 | 2025-01-06T18:40:50.834Z | slp 2:34:47.030294428 |
2132 | 2025-01-06T18:40:50.834Z | lat 2:32.889550733 |
2133 | 2025-01-06T18:40:50.834Z | stop 4:32.512158557 |
2134 | 2025-01-06T18:40:50.837Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2135 | 2025-01-06T18:40:51.815Z | Finished `release` profile [optimized] target(s) in 0.93s |
2136 | 2025-01-06T18:40:51.873Z | Running `target/release/omicron-package -t test package` |
2137 | 2025-01-06T18:40:51.919Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2138 | 2025-01-06T18:40:53.063Z | Compiling convert_case v0.4.0 |
2139 | 2025-01-06T18:40:53.063Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2140 | 2025-01-06T18:40:53.063Z | Compiling newline-converter v0.3.0 |
2141 | 2025-01-06T18:40:53.066Z | Compiling password-hash v0.5.0 |
2142 | 2025-01-06T18:40:53.066Z | Compiling blake2 v0.10.6 |
2143 | 2025-01-06T18:40:53.066Z | Compiling base64 v0.21.7 |
2144 | 2025-01-06T18:40:53.066Z | Compiling atomicwrites v0.4.4 |
2145 | 2025-01-06T18:40:53.066Z | Compiling progenitor-client v0.8.0 |
2146 | 2025-01-06T18:40:53.355Z | Compiling expectorate v1.1.0 |
2147 | 2025-01-06T18:40:53.404Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2148 | 2025-01-06T18:40:53.559Z | Compiling cancel-safe-futures v0.1.5 |
2149 | 2025-01-06T18:40:53.749Z | Compiling argon2 v0.5.3 |
2150 | 2025-01-06T18:40:53.797Z | Compiling owo-colors v4.1.0 |
2151 | 2025-01-06T18:40:53.915Z | Compiling derive_more v0.99.18 |
2152 | 2025-01-06T18:40:53.934Z | Compiling progenitor v0.8.0 |
2153 | 2025-01-06T18:40:54.123Z | Compiling num-rational v0.4.2 |
2154 | 2025-01-06T18:40:54.150Z | Compiling num-complex v0.4.6 |
2155 | 2025-01-06T18:40:54.463Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2156 | 2025-01-06T18:40:55.029Z | Compiling libsw v3.3.1 |
2157 | 2025-01-06T18:40:55.044Z | Compiling swrite v0.1.0 |
2158 | 2025-01-06T18:40:55.172Z | Compiling linear-map v1.2.0 |
2159 | 2025-01-06T18:40:55.267Z | Compiling num v0.4.3 |
2160 | 2025-01-06T18:40:55.334Z | Compiling indent_write v2.2.0 |
2161 | 2025-01-06T18:40:55.381Z | Compiling float-ord v0.3.2 |
2162 | 2025-01-06T18:40:55.426Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2163 | 2025-01-06T18:40:55.555Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2164 | 2025-01-06T18:40:55.557Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2165 | 2025-01-06T18:40:55.602Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2166 | 2025-01-06T18:40:56.120Z | Compiling highway v1.2.0 |
2167 | 2025-01-06T18:40:56.555Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2168 | 2025-01-06T18:40:57.102Z | Compiling semver v0.1.20 |
2169 | 2025-01-06T18:40:57.572Z | Compiling rustc_version v0.1.7 |
2170 | 2025-01-06T18:40:57.675Z | Compiling tungstenite v0.21.0 |
2171 | 2025-01-06T18:40:58.003Z | Compiling newtype_derive v0.1.6 |
2172 | 2025-01-06T18:40:58.312Z | Compiling ipnetwork v0.20.0 |
2173 | 2025-01-06T18:40:59.120Z | Compiling tokio-tungstenite v0.21.0 |
2174 | 2025-01-06T18:40:59.792Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2175 | 2025-01-06T18:41:00.457Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2176 | 2025-01-06T18:41:00.474Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2177 | 2025-01-06T18:41:02.960Z | Compiling humantime v2.1.0 |
2178 | 2025-01-06T18:41:03.465Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2179 | 2025-01-06T18:41:03.789Z | Compiling dropshot v0.13.0 |
2180 | 2025-01-06T18:41:03.883Z | Compiling instant v0.1.13 |
2181 | 2025-01-06T18:41:04.055Z | Compiling backoff v0.4.0 |
2182 | 2025-01-06T18:41:04.386Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2183 | 2025-01-06T18:41:04.406Z | Compiling steno v0.4.1 |
2184 | 2025-01-06T18:41:04.828Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2185 | 2025-01-06T18:41:04.999Z | Compiling parse-display v0.10.0 |
2186 | 2025-01-06T18:41:05.580Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2187 | 2025-01-06T18:41:05.772Z | Compiling strum v0.26.3 |
2188 | 2025-01-06T18:41:05.959Z | Compiling serde_with v3.11.0 |
2189 | 2025-01-06T18:41:09.533Z | Compiling regress v0.9.1 |
2190 | 2025-01-06T18:41:10.193Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2191 | 2025-01-06T18:41:12.823Z | Compiling macaddr v1.0.1 |
2192 | 2025-01-06T18:41:12.823Z | Compiling slog-dtrace v0.3.0 |
2193 | 2025-01-06T18:41:13.230Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2194 | 2025-01-06T18:41:13.235Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2195 | 2025-01-06T18:41:13.521Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2196 | 2025-01-06T18:41:15.477Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2197 | 2025-01-06T18:41:15.585Z | Compiling prettyplease v0.2.25 |
2198 | 2025-01-06T18:41:16.021Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2199 | 2025-01-06T18:41:16.231Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2200 | 2025-01-06T18:41:17.087Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2201 | 2025-01-06T18:41:19.778Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2202 | 2025-01-06T18:41:20.414Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2203 | 2025-01-06T18:41:31.895Z | Compiling half v2.4.1 |
2204 | 2025-01-06T18:41:32.222Z | Compiling ciborium-io v0.2.2 |
2205 | 2025-01-06T18:41:32.431Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2206 | 2025-01-06T18:41:32.631Z | Compiling ciborium-ll v0.2.2 |
2207 | 2025-01-06T18:41:33.162Z | Compiling ciborium v0.2.2 |
2208 | 2025-01-06T18:41:33.562Z | Compiling display-error-chain v0.2.2 |
2209 | 2025-01-06T18:41:33.714Z | Compiling fastrand v2.1.1 |
2210 | 2025-01-06T18:41:33.784Z | Compiling same-file v1.0.6 |
2211 | 2025-01-06T18:41:34.041Z | Compiling walkdir v2.5.0 |
2212 | 2025-01-06T18:41:34.236Z | Compiling tempfile v3.13.0 |
2213 | 2025-01-06T18:41:34.708Z | Compiling blake3 v1.5.4 |
2214 | 2025-01-06T18:41:34.985Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2215 | 2025-01-06T18:41:35.007Z | Compiling ring v0.16.20 |
2216 | 2025-01-06T18:41:35.214Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2217 | 2025-01-06T18:41:35.368Z | Compiling xattr v1.3.1 |
2218 | 2025-01-06T18:41:35.647Z | Compiling memmap2 v0.9.5 |
2219 | 2025-01-06T18:41:36.059Z | Compiling filetime v0.2.25 |
2220 | 2025-01-06T18:41:36.360Z | Compiling constant_time_eq v0.3.1 |
2221 | 2025-01-06T18:41:36.526Z | Compiling keccak v0.1.5 |
2222 | 2025-01-06T18:41:37.535Z | Compiling arrayvec v0.7.6 |
2223 | 2025-01-06T18:41:38.048Z | Compiling spin v0.5.2 |
2224 | 2025-01-06T18:41:38.059Z | Compiling arrayref v0.3.9 |
2225 | 2025-01-06T18:41:38.059Z | Compiling sha3 v0.10.8 |
2226 | 2025-01-06T18:41:38.407Z | Compiling tar v0.4.42 |
2227 | 2025-01-06T18:41:38.777Z | Compiling camino-tempfile v1.1.1 |
2228 | 2025-01-06T18:41:38.897Z | Compiling toolchain_find v0.4.0 |
2229 | 2025-01-06T18:41:39.197Z | Compiling const_format_proc_macros v0.2.33 |
2230 | 2025-01-06T18:41:39.236Z | Compiling radium v0.7.0 |
2231 | 2025-01-06T18:41:39.463Z | Compiling crunchy v0.2.2 |
2232 | 2025-01-06T18:41:39.663Z | Compiling topological-sort v0.2.2 |
2233 | 2025-01-06T18:41:39.791Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2234 | 2025-01-06T18:41:39.900Z | Compiling maplit v1.0.2 |
2235 | 2025-01-06T18:41:39.964Z | Compiling omicron-zone-package v0.11.1 |
2236 | 2025-01-06T18:41:40.072Z | Compiling rustfmt-wrapper v0.2.1 |
2237 | 2025-01-06T18:41:40.269Z | Compiling tiny-keccak v2.0.2 |
2238 | 2025-01-06T18:41:40.475Z | Compiling maybe-uninit v2.0.0 |
2239 | 2025-01-06T18:41:40.560Z | Compiling tap v1.0.1 |
2240 | 2025-01-06T18:41:40.760Z | Compiling wyz v0.5.1 |
2241 | 2025-01-06T18:41:41.078Z | Compiling const_format v0.2.33 |
2242 | 2025-01-06T18:41:41.117Z | Compiling dsl_auto_type v0.1.2 |
2243 | 2025-01-06T18:41:41.232Z | Compiling phf_generator v0.11.2 |
2244 | 2025-01-06T18:41:41.266Z | Compiling scheduled-thread-pool v0.2.7 |
2245 | 2025-01-06T18:41:41.268Z | Compiling secrecy v0.8.0 |
2246 | 2025-01-06T18:41:41.448Z | Compiling diesel_table_macro_syntax v0.2.0 |
2247 | 2025-01-06T18:41:41.555Z | Compiling async-recursion v1.1.1 |
2248 | 2025-01-06T18:41:41.833Z | Compiling funty v2.0.0 |
2249 | 2025-01-06T18:41:42.339Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2250 | 2025-01-06T18:41:42.528Z | Compiling arc-swap v1.7.1 |
2251 | 2025-01-06T18:41:42.573Z | Compiling crc-catalog v2.4.0 |
2252 | 2025-01-06T18:41:42.654Z | Compiling packed_struct v0.10.1 |
2253 | 2025-01-06T18:41:42.732Z | Compiling crc v3.2.1 |
2254 | 2025-01-06T18:41:43.063Z | Compiling bitvec v1.0.1 |
2255 | 2025-01-06T18:41:43.119Z | Compiling slog-scope v4.4.0 |
2256 | 2025-01-06T18:41:43.248Z | Compiling diesel_derives v2.2.3 |
2257 | 2025-01-06T18:41:43.959Z | Compiling r2d2 v0.8.10 |
2258 | 2025-01-06T18:41:44.388Z | Compiling phf_codegen v0.11.2 |
2259 | 2025-01-06T18:41:44.641Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2260 | 2025-01-06T18:41:44.719Z | Compiling ascii-canvas v3.0.0 |
2261 | 2025-01-06T18:41:44.869Z | Compiling universal-hash v0.5.1 |
2262 | 2025-01-06T18:41:45.121Z | Compiling thiserror-impl-no-std v2.0.2 |
2263 | 2025-01-06T18:41:45.172Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2264 | 2025-01-06T18:41:45.204Z | Compiling packed_struct_codegen v0.10.1 |
2265 | 2025-01-06T18:41:47.662Z | Compiling parse-zoneinfo v0.3.1 |
2266 | 2025-01-06T18:41:47.710Z | Compiling ena v0.14.3 |
2267 | 2025-01-06T18:41:47.757Z | Compiling indexmap v1.9.3 |
2268 | 2025-01-06T18:41:48.092Z | Compiling nodrop v0.1.14 |
2269 | 2025-01-06T18:41:48.133Z | Compiling diff v0.1.13 |
2270 | 2025-01-06T18:41:48.236Z | Compiling regex-syntax v0.6.29 |
2271 | 2025-01-06T18:41:48.687Z | Compiling opaque-debug v0.3.1 |
2272 | 2025-01-06T18:41:48.803Z | Compiling poly1305 v0.8.0 |
2273 | 2025-01-06T18:41:49.281Z | Compiling chrono-tz-build v0.4.0 |
2274 | 2025-01-06T18:41:50.324Z | Compiling array-init v0.0.4 |
2275 | 2025-01-06T18:41:50.458Z | Compiling thiserror-no-std v2.0.2 |
2276 | 2025-01-06T18:41:51.573Z | Compiling lalrpop v0.19.12 |
2277 | 2025-01-06T18:41:53.527Z | Compiling smallvec v0.6.14 |
2278 | 2025-01-06T18:41:54.003Z | Compiling slog-stdlog v4.1.1 |
2279 | 2025-01-06T18:41:54.546Z | Compiling diesel v2.2.6 |
2280 | 2025-01-06T18:41:54.971Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2281 | 2025-01-06T18:41:55.320Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2282 | 2025-01-06T18:41:55.608Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2283 | 2025-01-06T18:41:55.859Z | Compiling chacha20 v0.9.1 |
2284 | 2025-01-06T18:41:56.118Z | Compiling aead v0.5.2 |
2285 | 2025-01-06T18:41:56.346Z | Compiling vte_generate_state_changes v0.1.2 |
2286 | 2025-01-06T18:41:56.469Z | Compiling ref-cast v1.0.23 |
2287 | 2025-01-06T18:41:56.942Z | Compiling termcolor v1.4.1 |
2288 | 2025-01-06T18:41:56.960Z | Compiling hashbrown v0.12.3 |
2289 | 2025-01-06T18:41:58.069Z | Compiling bitfield v0.14.0 |
2290 | 2025-01-06T18:41:58.413Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2291 | 2025-01-06T18:41:59.500Z | Compiling env_logger v0.10.2 |
2292 | 2025-01-06T18:42:02.648Z | Compiling vte v0.11.1 |
2293 | 2025-01-06T18:42:04.199Z | Compiling chacha20poly1305 v0.10.1 |
2294 | 2025-01-06T18:42:04.475Z | Compiling slog-envlogger v2.2.0 |
2295 | 2025-01-06T18:42:07.192Z | Compiling serde-hex v0.1.0 |
2296 | 2025-01-06T18:42:12.354Z | Compiling vsss-rs v3.3.4 |
2297 | 2025-01-06T18:42:16.345Z | Compiling chrono-tz v0.10.0 |
2298 | 2025-01-06T18:42:16.734Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2299 | 2025-01-06T18:42:17.007Z | Compiling ron v0.8.1 |
2300 | 2025-01-06T18:42:17.097Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2301 | 2025-01-06T18:42:17.398Z | Compiling derive_builder_core v0.20.2 |
2302 | 2025-01-06T18:42:17.615Z | Compiling polar-core v0.27.3 |
2303 | 2025-01-06T18:42:18.852Z | Compiling hashbrown v0.13.2 |
2304 | 2025-01-06T18:42:19.649Z | Compiling headers-core v0.3.0 |
2305 | 2025-01-06T18:42:19.833Z | Compiling fxhash v0.2.1 |
2306 | 2025-01-06T18:42:20.078Z | Compiling libxml v0.3.3 |
2307 | 2025-01-06T18:42:20.328Z | Compiling ref-cast-impl v1.0.23 |
2308 | 2025-01-06T18:42:20.447Z | Compiling bumpalo v3.16.0 |
2309 | 2025-01-06T18:42:21.063Z | Compiling zip v2.1.3 |
2310 | 2025-01-06T18:42:21.374Z | Compiling lockfree-object-pool v0.1.6 |
2311 | 2025-01-06T18:42:21.451Z | Compiling simd-adler32 v0.3.7 |
2312 | 2025-01-06T18:42:21.687Z | Compiling bytecount v0.6.8 |
2313 | 2025-01-06T18:42:22.037Z | Compiling crc-any v2.5.0 |
2314 | 2025-01-06T18:42:22.650Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2315 | 2025-01-06T18:42:22.887Z | Compiling papergrid v0.11.0 |
2316 | 2025-01-06T18:42:22.995Z | Compiling zopfli v0.8.1 |
2317 | 2025-01-06T18:42:27.612Z | Compiling object v0.30.4 |
2318 | 2025-01-06T18:42:31.879Z | Compiling headers v0.4.0 |
2319 | 2025-01-06T18:42:31.973Z | Compiling derive_builder_macro v0.20.2 |
2320 | 2025-01-06T18:42:35.612Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2321 | 2025-01-06T18:42:37.175Z | Compiling strip-ansi-escapes v0.2.0 |
2322 | 2025-01-06T18:42:37.479Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2323 | 2025-01-06T18:42:37.896Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2324 | 2025-01-06T18:42:38.201Z | Compiling tabled_derive v0.7.0 |
2325 | 2025-01-06T18:42:40.267Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2326 | 2025-01-06T18:42:40.351Z | Compiling itertools v0.12.1 |
2327 | 2025-01-06T18:42:40.395Z | Compiling fd-lock v4.0.2 |
2328 | 2025-01-06T18:42:40.617Z | Compiling peg-macros v0.8.4 |
2329 | 2025-01-06T18:42:40.638Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2330 | 2025-01-06T18:42:41.691Z | Compiling strum_macros v0.24.3 |
2331 | 2025-01-06T18:42:44.030Z | Compiling kstat-rs v0.2.4 |
2332 | 2025-01-06T18:42:44.053Z | Compiling samael v0.0.17 |
2333 | 2025-01-06T18:42:44.132Z | Compiling unicase v2.7.0 |
2334 | 2025-01-06T18:42:44.468Z | Compiling path-slash v0.1.5 |
2335 | 2025-01-06T18:42:44.742Z | Compiling indoc v1.0.9 |
2336 | 2025-01-06T18:42:45.005Z | Compiling nu-ansi-term v0.50.1 |
2337 | 2025-01-06T18:42:45.025Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2338 | 2025-01-06T18:42:45.048Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2339 | 2025-01-06T18:42:46.199Z | Compiling reedline v0.35.0 |
2340 | 2025-01-06T18:42:47.136Z | Compiling peg v0.8.4 |
2341 | 2025-01-06T18:42:47.888Z | Compiling tabled v0.15.0 |
2342 | 2025-01-06T18:42:49.719Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2343 | 2025-01-06T18:43:00.665Z | Compiling derive_builder v0.20.2 |
2344 | 2025-01-06T18:43:05.667Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2345 | 2025-01-06T18:43:05.746Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2346 | 2025-01-06T18:43:07.991Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2347 | 2025-01-06T18:43:08.290Z | Compiling pem v3.0.4 |
2348 | 2025-01-06T18:43:08.834Z | Compiling bcs v0.1.6 |
2349 | 2025-01-06T18:43:09.728Z | Compiling oso-derive v0.27.3 |
2350 | 2025-01-06T18:43:09.730Z | Compiling impl-trait-for-tuples v0.2.2 |
2351 | 2025-01-06T18:43:09.730Z | Compiling libz-sys v1.1.20 |
2352 | 2025-01-06T18:43:10.407Z | Compiling quick-xml v0.33.0 |
2353 | 2025-01-06T18:43:10.670Z | Compiling diesel-dtrace v0.4.2 |
2354 | 2025-01-06T18:43:11.068Z | Compiling parking_lot_core v0.8.6 |
2355 | 2025-01-06T18:43:16.508Z | Compiling oso v0.27.3 |
2356 | 2025-01-06T18:43:16.880Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2357 | 2025-01-06T18:43:18.517Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2358 | 2025-01-06T18:43:24.073Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2359 | 2025-01-06T18:43:27.230Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2360 | 2025-01-06T18:43:27.532Z | Compiling bb8 v0.8.5 |
2361 | 2025-01-06T18:43:28.170Z | Compiling buf-list v1.0.3 |
2362 | 2025-01-06T18:43:28.838Z | Compiling async-bb8-diesel v0.2.1 |
2363 | 2025-01-06T18:43:31.231Z | Compiling nibble_vec v0.1.0 |
2364 | 2025-01-06T18:43:31.487Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2365 | 2025-01-06T18:43:32.275Z | Compiling pin-project-internal v1.1.6 |
2366 | 2025-01-06T18:43:33.698Z | Compiling atty v0.2.14 |
2367 | 2025-01-06T18:43:33.872Z | Compiling endian-type v0.1.2 |
2368 | 2025-01-06T18:43:34.145Z | Compiling salty v0.3.0 |
2369 | 2025-01-06T18:43:34.606Z | Compiling radix_trie v0.2.1 |
2370 | 2025-01-06T18:43:35.038Z | Compiling pin-project v1.1.6 |
2371 | 2025-01-06T18:43:35.832Z | Compiling parking_lot v0.11.2 |
2372 | 2025-01-06T18:43:38.795Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2373 | 2025-01-06T18:43:45.281Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2374 | 2025-01-06T18:43:49.974Z | Compiling snafu-derive v0.8.5 |
2375 | 2025-01-06T18:43:51.948Z | Compiling sled v0.34.7 |
2376 | 2025-01-06T18:43:54.699Z | Compiling snafu v0.8.5 |
2377 | 2025-01-06T18:43:55.860Z | Compiling mime_guess v2.0.5 |
2378 | 2025-01-06T18:43:56.962Z | Compiling hickory-client v0.24.1 |
2379 | 2025-01-06T18:44:02.621Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2380 | 2025-01-06T18:44:04.047Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2381 | 2025-01-06T18:44:04.878Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2382 | 2025-01-06T18:44:05.305Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2383 | 2025-01-06T18:44:05.627Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2384 | 2025-01-06T18:44:07.181Z | Compiling globset v0.4.15 |
2385 | 2025-01-06T18:44:09.805Z | Compiling hickory-server v0.24.1 |
2386 | 2025-01-06T18:44:13.922Z | Compiling primeorder v0.13.6 |
2387 | 2025-01-06T18:44:14.536Z | Compiling olpc-cjson v0.1.4 |
2388 | 2025-01-06T18:44:14.584Z | Compiling castaway v0.2.3 |
2389 | 2025-01-06T18:44:14.791Z | Compiling vergen v8.3.2 |
2390 | 2025-01-06T18:44:14.869Z | Compiling env_filter v0.1.2 |
2391 | 2025-01-06T18:44:15.087Z | Compiling serde_plain v1.0.2 |
2392 | 2025-01-06T18:44:15.633Z | Compiling cargo-platform v0.1.8 |
2393 | 2025-01-06T18:44:16.129Z | Compiling nanorand v0.7.0 |
2394 | 2025-01-06T18:44:16.352Z | Compiling memoffset v0.9.1 |
2395 | 2025-01-06T18:44:16.727Z | Compiling typed-path v0.9.3 |
2396 | 2025-01-06T18:44:16.981Z | Compiling flume v0.11.1 |
2397 | 2025-01-06T18:44:17.775Z | Compiling cargo_metadata v0.18.1 |
2398 | 2025-01-06T18:44:21.449Z | Compiling tough v0.19.0 |
2399 | 2025-01-06T18:44:22.026Z | Compiling env_logger v0.11.5 |
2400 | 2025-01-06T18:44:23.455Z | Compiling compact_str v0.8.0 |
2401 | 2025-01-06T18:44:24.016Z | Compiling p384 v0.13.0 |
2402 | 2025-01-06T18:44:24.968Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2403 | 2025-01-06T18:44:25.377Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2404 | 2025-01-06T18:44:26.011Z | Compiling git2 v0.19.0 |
2405 | 2025-01-06T18:44:30.068Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2406 | 2025-01-06T18:44:35.166Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2407 | 2025-01-06T18:44:36.052Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2408 | 2025-01-06T18:44:36.333Z | Compiling unicode-truncate v1.1.0 |
2409 | 2025-01-06T18:44:36.663Z | Compiling lru v0.12.5 |
2410 | 2025-01-06T18:44:37.045Z | Compiling rand_seeder v0.3.0 |
2411 | 2025-01-06T18:44:37.448Z | Compiling libsqlite3-sys v0.30.1 |
2412 | 2025-01-06T18:44:38.156Z | Compiling lzma-sys v0.1.20 |
2413 | 2025-01-06T18:44:38.875Z | Compiling instability v0.3.2 |
2414 | 2025-01-06T18:44:39.877Z | Compiling cfg_aliases v0.2.1 |
2415 | 2025-01-06T18:44:40.001Z | Compiling parse-size v1.1.0 |
2416 | 2025-01-06T18:44:40.329Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2417 | 2025-01-06T18:44:40.657Z | Compiling rustls v0.21.12 |
2418 | 2025-01-06T18:44:40.955Z | Compiling cassowary v0.3.0 |
2419 | 2025-01-06T18:44:41.450Z | Compiling http-range v0.1.5 |
2420 | 2025-01-06T18:44:42.060Z | Compiling ratatui v0.28.1 |
2421 | 2025-01-06T18:44:42.986Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2422 | 2025-01-06T18:44:44.554Z | Compiling nix v0.29.0 |
2423 | 2025-01-06T18:44:45.509Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2424 | 2025-01-06T18:44:47.509Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2425 | 2025-01-06T18:44:48.844Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2426 | 2025-01-06T18:44:50.261Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2427 | 2025-01-06T18:44:51.090Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2428 | 2025-01-06T18:44:51.413Z | Compiling sct v0.7.1 |
2429 | 2025-01-06T18:44:51.895Z | Compiling rustls-webpki v0.101.7 |
2430 | 2025-01-06T18:44:53.322Z | Compiling heck v0.3.3 |
2431 | 2025-01-06T18:44:53.713Z | Compiling csv-core v0.1.11 |
2432 | 2025-01-06T18:44:54.558Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2433 | 2025-01-06T18:44:54.886Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2434 | 2025-01-06T18:44:55.199Z | Compiling glob v0.3.1 |
2435 | 2025-01-06T18:44:55.887Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2436 | 2025-01-06T18:44:56.196Z | Compiling csv v1.3.0 |
2437 | 2025-01-06T18:44:57.218Z | Compiling zone_cfg_derive v0.1.2 |
2438 | 2025-01-06T18:44:58.646Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2439 | 2025-01-06T18:44:59.914Z | Compiling nix v0.27.1 |
2440 | 2025-01-06T18:45:02.995Z | Compiling hyper-staticfile v0.10.1 |
2441 | 2025-01-06T18:45:03.117Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2442 | 2025-01-06T18:45:06.179Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2443 | 2025-01-06T18:45:06.203Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2444 | 2025-01-06T18:45:06.384Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2445 | 2025-01-06T18:45:07.463Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2446 | 2025-01-06T18:45:11.972Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2447 | 2025-01-06T18:45:12.732Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2448 | 2025-01-06T18:45:13.077Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2449 | 2025-01-06T18:45:13.385Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2450 | 2025-01-06T18:45:13.685Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2451 | 2025-01-06T18:45:15.886Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2452 | 2025-01-06T18:45:18.860Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2453 | 2025-01-06T18:45:19.389Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2454 | 2025-01-06T18:45:19.897Z | Compiling hashlink v0.9.1 |
2455 | 2025-01-06T18:45:19.999Z | Compiling tungstenite v0.23.0 |
2456 | 2025-01-06T18:45:20.298Z | Compiling fallible-streaming-iterator v0.1.9 |
2457 | 2025-01-06T18:45:20.604Z | Compiling fallible-iterator v0.3.0 |
2458 | 2025-01-06T18:45:20.734Z | Compiling base64 v0.13.1 |
2459 | 2025-01-06T18:45:20.902Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2460 | 2025-01-06T18:45:21.428Z | Compiling rusqlite v0.32.1 |
2461 | 2025-01-06T18:45:21.477Z | Compiling tokio-tungstenite v0.23.1 |
2462 | 2025-01-06T18:45:21.584Z | Compiling ron v0.7.1 |
2463 | 2025-01-06T18:45:22.122Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2464 | 2025-01-06T18:45:25.772Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2465 | 2025-01-06T18:45:26.680Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2466 | 2025-01-06T18:45:27.823Z | Compiling xz2 v0.1.7 |
2467 | 2025-01-06T18:45:28.327Z | Compiling tokio-rustls v0.24.1 |
2468 | 2025-01-06T18:45:28.817Z | Compiling zone v0.1.8 |
2469 | 2025-01-06T18:45:30.211Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2470 | 2025-01-06T18:45:32.245Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2471 | 2025-01-06T18:45:39.505Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2472 | 2025-01-06T18:45:44.817Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2473 | 2025-01-06T18:45:45.533Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2474 | 2025-01-06T18:45:47.159Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2475 | 2025-01-06T18:45:48.238Z | Compiling rustls-pemfile v1.0.4 |
2476 | 2025-01-06T18:45:49.043Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2477 | 2025-01-06T18:45:49.358Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2478 | 2025-01-06T18:45:52.560Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2479 | 2025-01-06T18:45:52.741Z | Compiling signal-hook-tokio v0.3.1 |
2480 | 2025-01-06T18:45:52.965Z | Compiling twox-hash v1.6.3 |
2481 | 2025-01-06T18:45:53.968Z | Compiling yasna v0.5.2 |
2482 | 2025-01-06T18:45:54.157Z | Compiling is_ci v1.2.0 |
2483 | 2025-01-06T18:45:54.469Z | Compiling smawk v0.3.2 |
2484 | 2025-01-06T18:45:54.749Z | Compiling unicode-linebreak v0.1.5 |
2485 | 2025-01-06T18:45:54.868Z | Compiling supports-color v3.0.1 |
2486 | 2025-01-06T18:45:55.281Z | Compiling textwrap v0.16.1 |
2487 | 2025-01-06T18:45:55.299Z | Compiling rcgen v0.12.1 |
2488 | 2025-01-06T18:45:58.823Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2489 | 2025-01-06T18:46:04.825Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2490 | 2025-01-06T18:46:05.348Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2491 | 2025-01-06T18:46:08.097Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2492 | 2025-01-06T18:46:10.345Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2493 | 2025-01-06T18:46:21.042Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2494 | 2025-01-06T18:46:25.855Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2495 | 2025-01-06T18:46:25.994Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2496 | 2025-01-06T18:46:26.700Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2497 | 2025-01-06T18:46:39.267Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2498 | 2025-01-06T18:46:39.579Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2499 | 2025-01-06T18:46:43.321Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2500 | 2025-01-06T18:46:45.688Z | Compiling fatfs v0.3.6 |
2501 | 2025-01-06T18:46:46.427Z | Compiling subprocess v0.2.9 |
2502 | 2025-01-06T18:46:48.499Z | Compiling rtoolbox v0.0.2 |
2503 | 2025-01-06T18:46:48.967Z | Compiling assert_matches v1.5.0 |
2504 | 2025-01-06T18:46:51.081Z | Compiling rpassword v7.3.1 |
2505 | 2025-01-06T18:46:51.559Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2506 | 2025-01-06T18:46:52.114Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2507 | 2025-01-06T18:46:53.611Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2508 | 2025-01-06T18:46:59.139Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2509 | 2025-01-06T18:47:00.638Z | Compiling tui-tree-widget v0.22.0 |
2510 | 2025-01-06T18:47:01.114Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2511 | 2025-01-06T18:47:03.202Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2512 | 2025-01-06T18:47:03.517Z | Compiling uzers v0.12.1 |
2513 | 2025-01-06T18:47:06.636Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2514 | 2025-01-06T18:47:14.544Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2515 | 2025-01-06T18:47:16.576Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2516 | 2025-01-06T18:47:42.785Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2517 | 2025-01-06T18:47:48.146Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2518 | 2025-01-06T18:47:52.949Z | Compiling multimap v0.10.0 |
2519 | 2025-01-06T18:50:07.061Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2520 | 2025-01-06T18:50:18.999Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2521 | 2025-01-06T18:56:49.592Z | Finished `release` profile [optimized] target(s) in 15m 57s |
2522 | 2025-01-06T18:57:53.877Z | |
2523 | 2025-01-06T18:57:53.877Z | real 17:02.871756096 |
2524 | 2025-01-06T18:57:53.877Z | user 1:57:01.019068937 |
2525 | 2025-01-06T18:57:53.877Z | sys 5:54.203712542 |
2526 | 2025-01-06T18:57:53.877Z | trap 2.848670631 |
2527 | 2025-01-06T18:57:53.877Z | tflt 3.036230009 |
2528 | 2025-01-06T18:57:53.880Z | dflt 4.555759124 |
2529 | 2025-01-06T18:57:53.880Z | kflt 0.008151496 |
2530 | 2025-01-06T18:57:53.880Z | lock 7:15:31.262590312 |
2531 | 2025-01-06T18:57:53.880Z | slp 6:10:41.932702199 |
2532 | 2025-01-06T18:57:53.880Z | lat 2:53.955757592 |
2533 | 2025-01-06T18:57:53.880Z | stop 2:34.637804657 |
2534 | 2025-01-06T18:57:53.880Z | + mapfile -t packages |
2535 | 2025-01-06T18:57:53.880Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2536 | 2025-01-06T18:57:54.895Z | Finished `release` profile [optimized] target(s) in 0.96s |
2537 | 2025-01-06T18:57:54.954Z | Running `target/release/omicron-package -t test list-outputs` |
2538 | 2025-01-06T18:57:55.003Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2539 | 2025-01-06T18:57:55.006Z | + ptime -m cargo build --locked --release -p xtask |
2540 | 2025-01-06T18:57:55.573Z | Compiling serde v1.0.215 |
2541 | 2025-01-06T18:57:55.575Z | Compiling libc v0.2.162 |
2542 | 2025-01-06T18:57:55.575Z | Compiling serde_json v1.0.133 |
2543 | 2025-01-06T18:57:55.665Z | Compiling rustix v0.38.37 |
2544 | 2025-01-06T18:57:55.672Z | Compiling syn v2.0.87 |
2545 | 2025-01-06T18:57:55.682Z | Compiling bitflags v2.6.0 |
2546 | 2025-01-06T18:57:56.053Z | Compiling usdt-impl v0.5.0 |
2547 | 2025-01-06T18:57:56.141Z | Compiling syn v1.0.109 |
2548 | 2025-01-06T18:57:56.157Z | Compiling hashbrown v0.15.1 |
2549 | 2025-01-06T18:57:56.214Z | Compiling log v0.4.22 |
2550 | 2025-01-06T18:57:56.262Z | Compiling fs-err v2.11.0 |
2551 | 2025-01-06T18:57:56.598Z | Compiling once_cell v1.20.2 |
2552 | 2025-01-06T18:57:56.697Z | Compiling anyhow v1.0.93 |
2553 | 2025-01-06T18:57:57.108Z | Compiling thread-id v4.2.2 |
2554 | 2025-01-06T18:57:57.552Z | Compiling indexmap v2.6.0 |
2555 | 2025-01-06T18:57:58.744Z | Compiling terminal_size v0.4.0 |
2556 | 2025-01-06T18:57:58.744Z | Compiling tempfile v3.13.0 |
2557 | 2025-01-06T18:57:58.990Z | Compiling clap_builder v4.5.21 |
2558 | 2025-01-06T18:57:59.528Z | Compiling proc-macro-error v1.0.4 |
2559 | 2025-01-06T18:58:00.910Z | Compiling tabled_derive v0.7.0 |
2560 | 2025-01-06T18:58:02.163Z | Compiling tabled v0.15.0 |
2561 | 2025-01-06T18:58:03.790Z | Compiling serde_derive v1.0.215 |
2562 | 2025-01-06T18:58:04.385Z | Compiling thiserror-impl v1.0.69 |
2563 | 2025-01-06T18:58:04.991Z | Compiling zerocopy-derive v0.7.35 |
2564 | 2025-01-06T18:58:05.850Z | Compiling scroll_derive v0.12.0 |
2565 | 2025-01-06T18:58:06.683Z | Compiling zerocopy v0.7.35 |
2566 | 2025-01-06T18:58:07.227Z | Compiling scroll v0.12.0 |
2567 | 2025-01-06T18:58:07.306Z | Compiling thiserror v1.0.69 |
2568 | 2025-01-06T18:58:07.474Z | Compiling pest v2.7.14 |
2569 | 2025-01-06T18:58:08.332Z | Compiling goblin v0.8.2 |
2570 | 2025-01-06T18:58:10.528Z | Compiling pest_meta v2.7.14 |
2571 | 2025-01-06T18:58:12.001Z | Compiling pest_generator v2.7.14 |
2572 | 2025-01-06T18:58:14.653Z | Compiling pest_derive v2.7.14 |
2573 | 2025-01-06T18:58:15.466Z | Compiling dtrace-parser v0.2.0 |
2574 | 2025-01-06T18:58:17.352Z | Compiling clap_derive v4.5.18 |
2575 | 2025-01-06T18:58:21.784Z | Compiling serde_tokenstream v0.2.2 |
2576 | 2025-01-06T18:58:22.096Z | Compiling toml_datetime v0.6.8 |
2577 | 2025-01-06T18:58:22.146Z | Compiling dof v0.3.0 |
2578 | 2025-01-06T18:58:22.433Z | Compiling serde_spanned v0.6.8 |
2579 | 2025-01-06T18:58:22.883Z | Compiling toml_edit v0.22.22 |
2580 | 2025-01-06T18:58:23.086Z | Compiling camino v1.1.9 |
2581 | 2025-01-06T18:58:24.151Z | Compiling usdt-attr-macro v0.5.0 |
2582 | 2025-01-06T18:58:24.346Z | Compiling usdt-macro v0.5.0 |
2583 | 2025-01-06T18:58:25.552Z | Compiling semver v1.0.23 |
2584 | 2025-01-06T18:58:25.597Z | Compiling cargo-platform v0.1.8 |
2585 | 2025-01-06T18:58:26.708Z | Compiling toml v0.8.19 |
2586 | 2025-01-06T18:58:27.051Z | Compiling cargo_metadata v0.18.1 |
2587 | 2025-01-06T18:58:28.894Z | Compiling cargo_toml v0.20.5 |
2588 | 2025-01-06T18:58:28.956Z | Compiling usdt v0.5.0 |
2589 | 2025-01-06T18:58:30.443Z | Compiling camino-tempfile v1.1.1 |
2590 | 2025-01-06T18:58:30.580Z | Compiling clap v4.5.21 |
2591 | 2025-01-06T18:58:30.728Z | Compiling macaddr v1.0.1 |
2592 | 2025-01-06T18:58:40.487Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2593 | 2025-01-06T18:58:51.579Z | Finished `release` profile [optimized] target(s) in 56.51s |
2594 | 2025-01-06T18:58:51.698Z | |
2595 | 2025-01-06T18:58:51.700Z | real 56.657645270 |
2596 | 2025-01-06T18:58:51.700Z | user 5:43.302888788 |
2597 | 2025-01-06T18:58:51.700Z | sys 31.955310467 |
2598 | 2025-01-06T18:58:51.700Z | trap 0.154872693 |
2599 | 2025-01-06T18:58:51.700Z | tflt 0.299791424 |
2600 | 2025-01-06T18:58:51.700Z | dflt 0.580683272 |
2601 | 2025-01-06T18:58:51.700Z | kflt 0.000000000 |
2602 | 2025-01-06T18:58:51.700Z | lock 10:26.403618772 |
2603 | 2025-01-06T18:58:51.700Z | slp 15:47.286148284 |
2604 | 2025-01-06T18:58:51.700Z | lat 12.314565197 |
2605 | 2025-01-06T18:58:51.701Z | stop 17.293230103 |
2606 | 2025-01-06T18:58:51.701Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2607 | 2025-01-06T18:58:51.701Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2608 | 2025-01-06T18:58:51.701Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2609 | 2025-01-06T18:58:51.701Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2610 | 2025-01-06T18:58:51.701Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2611 | 2025-01-06T18:58:52.582Z | Compiling hashbrown v0.14.5 |
2612 | 2025-01-06T18:58:52.709Z | Compiling ident_case v1.0.1 |
2613 | 2025-01-06T18:58:52.722Z | Compiling unsafe-libyaml v0.2.11 |
2614 | 2025-01-06T18:58:52.722Z | Compiling progenitor-client v0.8.0 |
2615 | 2025-01-06T18:58:52.725Z | Compiling ipnetwork v0.20.0 |
2616 | 2025-01-06T18:58:52.725Z | Compiling macaddr v1.0.1 |
2617 | 2025-01-06T18:58:52.726Z | Compiling instant v0.1.13 |
2618 | 2025-01-06T18:58:52.726Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2619 | 2025-01-06T18:58:52.904Z | Compiling darling_core v0.20.10 |
2620 | 2025-01-06T18:58:52.945Z | Compiling structmeta-derive v0.3.0 |
2621 | 2025-01-06T18:58:53.191Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2622 | 2025-01-06T18:58:53.246Z | Compiling dropshot v0.13.0 |
2623 | 2025-01-06T18:58:53.269Z | Compiling dropshot_endpoint v0.13.0 |
2624 | 2025-01-06T18:58:53.616Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2625 | 2025-01-06T18:58:53.690Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2626 | 2025-01-06T18:58:53.992Z | Compiling regress v0.10.1 |
2627 | 2025-01-06T18:58:54.084Z | Compiling serde_yaml v0.9.34+deprecated |
2628 | 2025-01-06T18:58:54.524Z | Compiling regress v0.9.1 |
2629 | 2025-01-06T18:58:54.576Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2630 | 2025-01-06T18:58:54.778Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2631 | 2025-01-06T18:58:54.919Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2632 | 2025-01-06T18:58:55.595Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2633 | 2025-01-06T18:58:55.967Z | Compiling structmeta v0.3.0 |
2634 | 2025-01-06T18:58:55.990Z | Compiling backoff v0.4.0 |
2635 | 2025-01-06T18:58:56.087Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2636 | 2025-01-06T18:58:56.263Z | Compiling tempfile v3.13.0 |
2637 | 2025-01-06T18:58:56.362Z | Compiling proc-macro-crate v1.3.1 |
2638 | 2025-01-06T18:58:56.461Z | Compiling parse-display-derive v0.10.0 |
2639 | 2025-01-06T18:58:57.252Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2640 | 2025-01-06T18:58:57.515Z | Compiling num_enum_derive v0.5.11 |
2641 | 2025-01-06T18:58:57.639Z | Compiling itertools v0.13.0 |
2642 | 2025-01-06T18:58:58.182Z | Compiling typify-impl v0.2.0 |
2643 | 2025-01-06T18:58:59.187Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2644 | 2025-01-06T18:58:59.509Z | Compiling zerocopy v0.8.10 |
2645 | 2025-01-06T18:58:59.843Z | Compiling foreign-types-macros v0.2.3 |
2646 | 2025-01-06T18:59:00.004Z | Compiling darling_macro v0.20.10 |
2647 | 2025-01-06T18:59:00.230Z | Compiling num_enum v0.5.11 |
2648 | 2025-01-06T18:59:00.406Z | Compiling zerocopy-derive v0.8.10 |
2649 | 2025-01-06T18:59:00.480Z | Compiling foreign-types-shared v0.3.1 |
2650 | 2025-01-06T18:59:00.622Z | Compiling crucible-workspace-hack v0.1.0 |
2651 | 2025-01-06T18:59:00.899Z | Compiling heapless v0.8.0 |
2652 | 2025-01-06T18:59:00.979Z | Compiling darling v0.20.10 |
2653 | 2025-01-06T18:59:01.007Z | Compiling proc-macro-error v1.0.4 |
2654 | 2025-01-06T18:59:01.125Z | Compiling serde_with_macros v3.11.0 |
2655 | 2025-01-06T18:59:01.160Z | Compiling parse-display v0.10.0 |
2656 | 2025-01-06T18:59:01.160Z | Compiling foreign-types v0.5.0 |
2657 | 2025-01-06T18:59:01.305Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2658 | 2025-01-06T18:59:01.930Z | Compiling camino-tempfile v1.1.1 |
2659 | 2025-01-06T18:59:01.955Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2660 | 2025-01-06T18:59:02.070Z | Compiling hash32 v0.3.1 |
2661 | 2025-01-06T18:59:02.341Z | Compiling cstr-argument v0.1.2 |
2662 | 2025-01-06T18:59:02.424Z | Compiling pretty-hex v0.2.1 |
2663 | 2025-01-06T18:59:02.626Z | Compiling smoltcp v0.11.0 |
2664 | 2025-01-06T18:59:02.647Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2665 | 2025-01-06T18:59:02.816Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2666 | 2025-01-06T18:59:03.007Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2667 | 2025-01-06T18:59:03.507Z | Compiling tabwriter v1.4.0 |
2668 | 2025-01-06T18:59:03.645Z | Compiling colored v2.1.0 |
2669 | 2025-01-06T18:59:03.982Z | Compiling serde_with v3.11.0 |
2670 | 2025-01-06T18:59:04.003Z | Compiling cobs v0.2.3 |
2671 | 2025-01-06T18:59:04.311Z | Compiling postcard v1.0.10 |
2672 | 2025-01-06T18:59:04.423Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2673 | 2025-01-06T18:59:04.722Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2674 | 2025-01-06T18:59:04.990Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2675 | 2025-01-06T18:59:05.012Z | Compiling thiserror v2.0.3 |
2676 | 2025-01-06T18:59:05.708Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2677 | 2025-01-06T18:59:06.039Z | Compiling smf v0.2.3 |
2678 | 2025-01-06T18:59:06.325Z | Compiling thiserror-impl v2.0.3 |
2679 | 2025-01-06T18:59:07.189Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2680 | 2025-01-06T18:59:07.548Z | Compiling zone_cfg_derive v0.3.0 |
2681 | 2025-01-06T18:59:07.942Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2682 | 2025-01-06T18:59:08.090Z | Compiling num-derive v0.4.2 |
2683 | 2025-01-06T18:59:08.448Z | Compiling sigpipe v0.1.3 |
2684 | 2025-01-06T18:59:08.604Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2685 | 2025-01-06T18:59:08.733Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2686 | 2025-01-06T18:59:08.934Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2687 | 2025-01-06T18:59:09.025Z | Compiling zone v0.3.0 |
2688 | 2025-01-06T18:59:09.278Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2689 | 2025-01-06T18:59:09.619Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2690 | 2025-01-06T18:59:09.786Z | Compiling universal-hash v0.5.1 |
2691 | 2025-01-06T18:59:09.985Z | Compiling opaque-debug v0.3.1 |
2692 | 2025-01-06T18:59:10.071Z | Compiling tungstenite v0.21.0 |
2693 | 2025-01-06T18:59:10.091Z | Compiling num-rational v0.4.2 |
2694 | 2025-01-06T18:59:10.353Z | Compiling password-hash v0.5.0 |
2695 | 2025-01-06T18:59:10.497Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2696 | 2025-01-06T18:59:10.652Z | Compiling num-complex v0.4.6 |
2697 | 2025-01-06T18:59:11.513Z | Compiling blake2 v0.10.6 |
2698 | 2025-01-06T18:59:11.535Z | Compiling aead v0.5.2 |
2699 | 2025-01-06T18:59:11.849Z | Compiling convert_case v0.4.0 |
2700 | 2025-01-06T18:59:11.853Z | Compiling base64 v0.21.7 |
2701 | 2025-01-06T18:59:11.890Z | Compiling keccak v0.1.5 |
2702 | 2025-01-06T18:59:11.926Z | Compiling num v0.4.3 |
2703 | 2025-01-06T18:59:12.049Z | Compiling argon2 v0.5.3 |
2704 | 2025-01-06T18:59:12.388Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2705 | 2025-01-06T18:59:12.500Z | Compiling sha3 v0.10.8 |
2706 | 2025-01-06T18:59:12.647Z | Compiling tokio-tungstenite v0.21.0 |
2707 | 2025-01-06T18:59:12.872Z | Compiling derive_more v0.99.18 |
2708 | 2025-01-06T18:59:12.892Z | Compiling poly1305 v0.8.0 |
2709 | 2025-01-06T18:59:12.916Z | Compiling chacha20 v0.9.1 |
2710 | 2025-01-06T18:59:13.292Z | Compiling float-ord v0.3.2 |
2711 | 2025-01-06T18:59:13.406Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2712 | 2025-01-06T18:59:13.453Z | Compiling same-file v1.0.6 |
2713 | 2025-01-06T18:59:13.588Z | Compiling semver v0.1.20 |
2714 | 2025-01-06T18:59:13.859Z | Compiling walkdir v2.5.0 |
2715 | 2025-01-06T18:59:14.041Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2716 | 2025-01-06T18:59:14.284Z | Compiling rustc_version v0.1.7 |
2717 | 2025-01-06T18:59:14.406Z | Compiling newline-converter v0.3.0 |
2718 | 2025-01-06T18:59:14.592Z | Compiling primeorder v0.13.6 |
2719 | 2025-01-06T18:59:14.615Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2720 | 2025-01-06T18:59:14.684Z | Compiling secrecy v0.8.0 |
2721 | 2025-01-06T18:59:14.835Z | Compiling owo-colors v4.1.0 |
2722 | 2025-01-06T18:59:14.894Z | Compiling cancel-safe-futures v0.1.5 |
2723 | 2025-01-06T18:59:14.985Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2724 | 2025-01-06T18:59:15.133Z | Compiling newtype_derive v0.1.6 |
2725 | 2025-01-06T18:59:15.162Z | Compiling expectorate v1.1.0 |
2726 | 2025-01-06T18:59:15.249Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2727 | 2025-01-06T18:59:15.315Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2728 | 2025-01-06T18:59:15.348Z | Compiling thiserror-impl-no-std v2.0.2 |
2729 | 2025-01-06T18:59:15.426Z | Compiling ring v0.16.20 |
2730 | 2025-01-06T18:59:15.653Z | Compiling blake3 v1.5.4 |
2731 | 2025-01-06T18:59:15.869Z | Compiling half v2.4.1 |
2732 | 2025-01-06T18:59:16.344Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2733 | 2025-01-06T18:59:16.364Z | Compiling unicase v2.7.0 |
2734 | 2025-01-06T18:59:16.401Z | Compiling arc-swap v1.7.1 |
2735 | 2025-01-06T18:59:16.460Z | Compiling ciborium-io v0.2.2 |
2736 | 2025-01-06T18:59:16.624Z | Compiling ciborium-ll v0.2.2 |
2737 | 2025-01-06T18:59:16.919Z | Compiling slog-scope v4.4.0 |
2738 | 2025-01-06T18:59:17.056Z | Compiling typify-macro v0.2.0 |
2739 | 2025-01-06T18:59:17.112Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2740 | 2025-01-06T18:59:17.426Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2741 | 2025-01-06T18:59:17.835Z | Compiling polyval v0.6.2 |
2742 | 2025-01-06T18:59:18.291Z | Compiling atomicwrites v0.4.4 |
2743 | 2025-01-06T18:59:18.352Z | Compiling libsw v3.3.1 |
2744 | 2025-01-06T18:59:18.646Z | Compiling thiserror-no-std v2.0.2 |
2745 | 2025-01-06T18:59:18.678Z | Compiling memmap2 v0.9.5 |
2746 | 2025-01-06T18:59:18.710Z | Compiling indent_write v2.2.0 |
2747 | 2025-01-06T18:59:18.801Z | Compiling libefi-sys v0.1.0 |
2748 | 2025-01-06T18:59:18.954Z | Compiling arrayvec v0.7.6 |
2749 | 2025-01-06T18:59:19.097Z | Compiling salty v0.3.0 |
2750 | 2025-01-06T18:59:19.193Z | Compiling linear-map v1.2.0 |
2751 | 2025-01-06T18:59:19.305Z | Compiling constant_time_eq v0.3.1 |
2752 | 2025-01-06T18:59:19.382Z | Compiling arrayref v0.3.9 |
2753 | 2025-01-06T18:59:19.505Z | Compiling parking_lot_core v0.8.6 |
2754 | 2025-01-06T18:59:19.509Z | Compiling spin v0.5.2 |
2755 | 2025-01-06T18:59:19.625Z | Compiling vsss-rs v3.3.4 |
2756 | 2025-01-06T18:59:20.035Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2757 | 2025-01-06T18:59:20.177Z | Compiling ghash v0.5.1 |
2758 | 2025-01-06T18:59:20.571Z | Compiling slog-stdlog v4.1.1 |
2759 | 2025-01-06T18:59:20.791Z | Compiling ciborium v0.2.2 |
2760 | 2025-01-06T18:59:21.299Z | Compiling p384 v0.13.0 |
2761 | 2025-01-06T18:59:21.318Z | Compiling toolchain_find v0.4.0 |
2762 | 2025-01-06T18:59:21.411Z | Compiling typify v0.2.0 |
2763 | 2025-01-06T18:59:21.583Z | Compiling progenitor-impl v0.8.0 |
2764 | 2025-01-06T18:59:22.053Z | Compiling chacha20poly1305 v0.10.1 |
2765 | 2025-01-06T18:59:22.088Z | Compiling ctr v0.9.2 |
2766 | 2025-01-06T18:59:22.310Z | Compiling lzma-sys v0.1.20 |
2767 | 2025-01-06T18:59:22.398Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2768 | 2025-01-06T18:59:22.475Z | Compiling bitfield-struct v0.6.2 |
2769 | 2025-01-06T18:59:22.807Z | Compiling slog-dtrace v0.3.0 |
2770 | 2025-01-06T18:59:22.892Z | Compiling highway v1.2.0 |
2771 | 2025-01-06T18:59:23.143Z | Compiling topological-sort v0.2.2 |
2772 | 2025-01-06T18:59:23.391Z | Compiling omicron-zone-package v0.11.1 |
2773 | 2025-01-06T18:59:23.411Z | Compiling aes-gcm v0.10.3 |
2774 | 2025-01-06T18:59:23.515Z | Compiling rustfmt-wrapper v0.2.1 |
2775 | 2025-01-06T18:59:23.703Z | Compiling mime_guess v2.0.5 |
2776 | 2025-01-06T18:59:23.731Z | Compiling slog-envlogger v2.2.0 |
2777 | 2025-01-06T18:59:23.927Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2778 | 2025-01-06T18:59:24.017Z | Compiling steno v0.4.1 |
2779 | 2025-01-06T18:59:24.688Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2780 | 2025-01-06T18:59:24.760Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2781 | 2025-01-06T18:59:24.780Z | Compiling heck v0.3.3 |
2782 | 2025-01-06T18:59:25.070Z | Compiling ssh-encoding v0.2.0 |
2783 | 2025-01-06T18:59:25.236Z | Compiling blowfish v0.9.1 |
2784 | 2025-01-06T18:59:25.397Z | Compiling nibble_vec v0.1.0 |
2785 | 2025-01-06T18:59:25.585Z | Compiling env_filter v0.1.2 |
2786 | 2025-01-06T18:59:25.605Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2787 | 2025-01-06T18:59:25.638Z | Compiling humantime v2.1.0 |
2788 | 2025-01-06T18:59:25.716Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2789 | 2025-01-06T18:59:25.896Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2790 | 2025-01-06T18:59:25.973Z | Compiling endian-type v0.1.2 |
2791 | 2025-01-06T18:59:26.023Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2792 | 2025-01-06T18:59:26.088Z | Compiling env_logger v0.11.5 |
2793 | 2025-01-06T18:59:26.191Z | Compiling bcrypt-pbkdf v0.10.0 |
2794 | 2025-01-06T18:59:26.250Z | Compiling radix_trie v0.2.1 |
2795 | 2025-01-06T18:59:26.366Z | Compiling ssh-cipher v0.2.0 |
2796 | 2025-01-06T18:59:26.889Z | Compiling zone_cfg_derive v0.1.2 |
2797 | 2025-01-06T18:59:26.943Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2798 | 2025-01-06T18:59:27.114Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2799 | 2025-01-06T18:59:27.547Z | Compiling parking_lot v0.11.2 |
2800 | 2025-01-06T18:59:27.940Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2801 | 2025-01-06T18:59:28.169Z | Compiling password-hash v0.4.2 |
2802 | 2025-01-06T18:59:28.363Z | Compiling gethostname v0.5.0 |
2803 | 2025-01-06T18:59:28.450Z | Compiling fxhash v0.2.1 |
2804 | 2025-01-06T18:59:28.477Z | Compiling http-range v0.1.5 |
2805 | 2025-01-06T18:59:28.498Z | Compiling bumpalo v3.16.0 |
2806 | 2025-01-06T18:59:28.585Z | Compiling simd-adler32 v0.3.7 |
2807 | 2025-01-06T18:59:28.675Z | Compiling base64 v0.13.1 |
2808 | 2025-01-06T18:59:28.845Z | Compiling lockfree-object-pool v0.1.6 |
2809 | 2025-01-06T18:59:29.001Z | Compiling zip v2.1.3 |
2810 | 2025-01-06T18:59:29.123Z | Compiling matches v0.1.10 |
2811 | 2025-01-06T18:59:29.131Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2812 | 2025-01-06T18:59:29.185Z | Compiling ron v0.7.1 |
2813 | 2025-01-06T18:59:29.240Z | Compiling idna v0.2.3 |
2814 | 2025-01-06T18:59:29.333Z | Compiling zopfli v0.8.1 |
2815 | 2025-01-06T18:59:29.363Z | Compiling pbkdf2 v0.11.0 |
2816 | 2025-01-06T18:59:29.449Z | Compiling sled v0.34.7 |
2817 | 2025-01-06T18:59:29.735Z | Compiling zone v0.1.8 |
2818 | 2025-01-06T18:59:29.770Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2819 | 2025-01-06T18:59:29.914Z | Compiling progenitor-macro v0.8.0 |
2820 | 2025-01-06T18:59:30.478Z | Compiling xz2 v0.1.7 |
2821 | 2025-01-06T18:59:30.959Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2822 | 2025-01-06T18:59:31.188Z | Compiling ssh-key v0.6.6 |
2823 | 2025-01-06T18:59:31.379Z | Compiling hickory-client v0.24.1 |
2824 | 2025-01-06T18:59:32.080Z | Compiling p521 v0.13.3 |
2825 | 2025-01-06T18:59:32.107Z | Compiling p256 v0.13.2 |
2826 | 2025-01-06T18:59:32.145Z | Compiling hickory-server v0.24.1 |
2827 | 2025-01-06T18:59:32.943Z | Compiling enum-as-inner v0.5.1 |
2828 | 2025-01-06T18:59:32.978Z | Compiling pem v3.0.4 |
2829 | 2025-01-06T18:59:33.869Z | Compiling yasna v0.5.2 |
2830 | 2025-01-06T18:59:34.011Z | Compiling headers-core v0.3.0 |
2831 | 2025-01-06T18:59:34.196Z | Compiling kstat-rs v0.2.4 |
2832 | 2025-01-06T18:59:34.590Z | Compiling nanorand v0.7.0 |
2833 | 2025-01-06T18:59:34.856Z | Compiling atty v0.2.14 |
2834 | 2025-01-06T18:59:35.011Z | Compiling russh-cryptovec v0.7.3 |
2835 | 2025-01-06T18:59:35.189Z | Compiling md5 v0.7.0 |
2836 | 2025-01-06T18:59:35.348Z | Compiling flume v0.11.1 |
2837 | 2025-01-06T18:59:35.641Z | Compiling russh-keys v0.45.0 |
2838 | 2025-01-06T18:59:35.718Z | Compiling rcgen v0.12.1 |
2839 | 2025-01-06T18:59:35.938Z | Compiling headers v0.4.0 |
2840 | 2025-01-06T18:59:36.081Z | Compiling trust-dns-proto v0.22.0 |
2841 | 2025-01-06T18:59:36.911Z | Compiling hyper-staticfile v0.10.1 |
2842 | 2025-01-06T18:59:38.053Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2843 | 2025-01-06T18:59:38.308Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2844 | 2025-01-06T18:59:38.660Z | Compiling num-bigint v0.4.6 |
2845 | 2025-01-06T18:59:38.747Z | Compiling des v0.8.1 |
2846 | 2025-01-06T18:59:39.106Z | Compiling subprocess v0.2.9 |
2847 | 2025-01-06T18:59:39.219Z | Compiling hex-literal v0.4.1 |
2848 | 2025-01-06T18:59:39.388Z | Compiling display-error-chain v0.2.2 |
2849 | 2025-01-06T18:59:40.516Z | Compiling dhcproto-macros v0.1.0 |
2850 | 2025-01-06T18:59:40.674Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2851 | 2025-01-06T18:59:40.676Z | Compiling internet-checksum v0.2.1 |
2852 | 2025-01-06T18:59:40.719Z | Compiling dhcproto v0.12.0 |
2853 | 2025-01-06T18:59:41.729Z | Compiling russh v0.45.0 |
2854 | 2025-01-06T18:59:43.819Z | Compiling progenitor v0.8.0 |
2855 | 2025-01-06T18:59:43.993Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2856 | 2025-01-06T18:59:43.993Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2857 | 2025-01-06T18:59:43.993Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2858 | 2025-01-06T18:59:43.993Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2859 | 2025-01-06T18:59:43.993Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2860 | 2025-01-06T18:59:43.993Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2861 | 2025-01-06T18:59:44.121Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2862 | 2025-01-06T18:59:48.007Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2863 | 2025-01-06T18:59:48.050Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2864 | 2025-01-06T18:59:48.267Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2865 | 2025-01-06T18:59:49.945Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2866 | 2025-01-06T18:59:49.947Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2867 | 2025-01-06T19:00:00.120Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2868 | 2025-01-06T19:00:00.132Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2869 | 2025-01-06T19:00:00.132Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2870 | 2025-01-06T19:00:00.132Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2871 | 2025-01-06T19:00:03.507Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2872 | 2025-01-06T19:00:03.617Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2873 | 2025-01-06T19:00:05.271Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2874 | 2025-01-06T19:00:05.324Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2875 | 2025-01-06T19:00:05.554Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2876 | 2025-01-06T19:00:06.380Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2877 | 2025-01-06T19:00:09.144Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2878 | 2025-01-06T19:00:09.562Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2879 | 2025-01-06T19:00:09.643Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2880 | 2025-01-06T19:00:10.140Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2881 | 2025-01-06T19:00:10.778Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2882 | 2025-01-06T19:00:11.060Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2883 | 2025-01-06T19:00:11.244Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2884 | 2025-01-06T19:00:13.733Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2885 | 2025-01-06T19:00:14.360Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2886 | 2025-01-06T19:00:16.609Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2887 | 2025-01-06T19:00:16.836Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2888 | 2025-01-06T19:00:17.310Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2889 | 2025-01-06T19:00:18.816Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2890 | 2025-01-06T19:00:19.541Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2891 | 2025-01-06T19:00:24.307Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2892 | 2025-01-06T19:00:24.569Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2893 | 2025-01-06T19:00:24.600Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2894 | 2025-01-06T19:00:25.948Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2895 | 2025-01-06T19:00:29.556Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2896 | 2025-01-06T19:00:38.775Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2897 | 2025-01-06T19:00:40.068Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2898 | 2025-01-06T19:00:59.708Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2899 | 2025-01-06T19:01:36.914Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 45s |
2900 | 2025-01-06T19:01:37.130Z | |
2901 | 2025-01-06T19:01:37.130Z | real 2:45.364159089 |
2902 | 2025-01-06T19:01:37.130Z | user 12:37.430139411 |
2903 | 2025-01-06T19:01:37.130Z | sys 2:46.696751703 |
2904 | 2025-01-06T19:01:37.130Z | trap 0.336742183 |
2905 | 2025-01-06T19:01:37.130Z | tflt 0.921710737 |
2906 | 2025-01-06T19:01:37.133Z | dflt 1.911766774 |
2907 | 2025-01-06T19:01:37.133Z | kflt 0.000016256 |
2908 | 2025-01-06T19:01:37.133Z | lock 26:19.610014159 |
2909 | 2025-01-06T19:01:37.133Z | slp 45:45.329931815 |
2910 | 2025-01-06T19:01:37.133Z | lat 36.936027685 |
2911 | 2025-01-06T19:01:37.133Z | stop 1:32.416428711 |
2912 | 2025-01-06T19:01:37.133Z | + mkdir tests |
2913 | 2025-01-06T19:01:37.135Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2914 | 2025-01-06T19:01:37.135Z | + xargs -I '{}' -t cp '{}' tests/ |
2915 | 2025-01-06T19:01:37.176Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-b2b77aa5b061724c tests/ |
2916 | 2025-01-06T19:01:37.196Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-438c93e457a633ca tests/ |
2917 | 2025-01-06T19:01:37.217Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-11a3f56960f2e896 tests/ |
2918 | 2025-01-06T19:01:37.237Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-a4e8660acf3c52ab tests/ |
2919 | 2025-01-06T19:01:37.403Z | + 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/*) |
2920 | 2025-01-06T19:01:37.406Z | + 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-438c93e457a633ca tests/commtest-11a3f56960f2e896 tests/dhcp_server-b2b77aa5b061724c tests/end_to_end_tests-a4e8660acf3c52ab 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 |
2921 | 2025-01-06T19:02:48.754Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2922 | 2025-01-06T19:02:48.754Z | a .github/buildomat/ci-env.sh 1K |
2923 | 2025-01-06T19:02:48.754Z | a out/target/test 1K |
2924 | 2025-01-06T19:02:48.754Z | a out/npuzone/npuzone 23144K |
2925 | 2025-01-06T19:02:48.754Z | a package-manifest.toml 33K |
2926 | 2025-01-06T19:02:48.754Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2927 | 2025-01-06T19:02:48.755Z | a target/release/omicron-package 36387K |
2928 | 2025-01-06T19:02:48.755Z | a target/release/xtask 11721K |
2929 | 2025-01-06T19:02:48.755Z | a target/debug/bootstrap 208840K |
2930 | 2025-01-06T19:02:48.755Z | a tests/bootstrap-438c93e457a633ca 24243K |
2931 | 2025-01-06T19:02:48.755Z | a tests/commtest-11a3f56960f2e896 25019K |
2932 | 2025-01-06T19:02:48.755Z | a tests/dhcp_server-b2b77aa5b061724c 24243K |
2933 | 2025-01-06T19:02:48.755Z | a tests/end_to_end_tests-a4e8660acf3c52ab 227034K |
2934 | 2025-01-06T19:02:48.755Z | a out/clickhouse.tar.gz 293538K |
2935 | 2025-01-06T19:02:48.755Z | a out/clickhouse_keeper.tar.gz 280626K |
2936 | 2025-01-06T19:02:48.755Z | a out/clickhouse_server.tar.gz 293520K |
2937 | 2025-01-06T19:02:48.755Z | a out/cockroachdb.tar.gz 134636K |
2938 | 2025-01-06T19:02:48.755Z | a out/crucible-dtrace.tar 85K |
2939 | 2025-01-06T19:02:48.755Z | a out/crucible-pantry-zone.tar.gz 28210K |
2940 | 2025-01-06T19:02:48.755Z | a out/crucible-zone.tar.gz 36430K |
2941 | 2025-01-06T19:02:48.755Z | a out/external-dns.tar.gz 35339K |
2942 | 2025-01-06T19:02:48.755Z | a out/internal-dns.tar.gz 35338K |
2943 | 2025-01-06T19:02:48.755Z | a out/mg-ddm-gz.tar 63075K |
2944 | 2025-01-06T19:02:48.755Z | a out/nexus.tar.gz 98325K |
2945 | 2025-01-06T19:02:48.755Z | a out/ntp.tar.gz 10386K |
2946 | 2025-01-06T19:02:48.755Z | a out/omicron-gateway-softnpu.tar.gz 23969K |
2947 | 2025-01-06T19:02:48.755Z | a out/omicron-sled-agent.tar 113438K |
2948 | 2025-01-06T19:02:48.756Z | a out/overlay.tar.gz 3K |
2949 | 2025-01-06T19:02:48.756Z | a out/oximeter.tar.gz 47844K |
2950 | 2025-01-06T19:02:48.756Z | a out/oxlog.tar 3088K |
2951 | 2025-01-06T19:02:48.756Z | a out/probe.tar.gz 2764K |
2952 | 2025-01-06T19:02:48.756Z | a out/propolis-server.tar.gz 66291K |
2953 | 2025-01-06T19:02:48.756Z | a out/pumpkind-gz.tar 26665K |
2954 | 2025-01-06T19:02:48.756Z | a out/switch-softnpu.tar.gz 235385K |
2955 | 2025-01-06T19:02:48.759Z | |
2956 | 2025-01-06T19:02:48.759Z | real 1:11.338185068 |
2957 | 2025-01-06T19:02:48.760Z | user 1:08.075348087 |
2958 | 2025-01-06T19:02:48.760Z | sys 4.623987360 |
2959 | 2025-01-06T19:02:48.760Z | trap 0.017372185 |
2960 | 2025-01-06T19:02:48.760Z | tflt 0.000000000 |
2961 | 2025-01-06T19:02:48.760Z | dflt 0.000000000 |
2962 | 2025-01-06T19:02:48.760Z | kflt 0.000000000 |
2963 | 2025-01-06T19:02:48.760Z | lock 0.000000000 |
2964 | 2025-01-06T19:02:48.760Z | slp 1:07.910711508 |
2965 | 2025-01-06T19:02:48.760Z | lat 2.044401935 |
2966 | 2025-01-06T19:02:48.760Z | stop 0.000192812 |
2967 | 2025-01-06T19:02:48.760Z | process exited: duration 2014892 ms, exit code 0 |
|
2968 | 2025-01-06T19:02:48.775Z | found 1 output files |
2969 | 2025-01-06T19:02:48.775Z | uploading: /work/package.tar.gz (1880327130 bytes) |
2970 | 2025-01-06T19:03:29.945Z | uploaded: /work/package.tar.gz |