|
|
|
1 | 2025-01-07T04:20:56.560Z | job assigned to worker 01JGZFVG0X6VRD03S2J4XJ10WQ [factory aws, i-05c303aa8184df9d8] (queued for 57 s) |
|
2 | 2025-01-07T04:21:03.923Z | starting task 0: "setup" |
3 | 2025-01-07T04:21:03.931Z | ++ uname -s |
4 | 2025-01-07T04:21:03.934Z | + kern=SunOS |
5 | 2025-01-07T04:21:03.935Z | + case "$kern" in |
6 | 2025-01-07T04:21:03.935Z | + groupadd -g 12345 build |
7 | 2025-01-07T04:21:03.937Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-07T04:21:05.943Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-07T04:21:06.061Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-07T04:21:06.065Z | + home_fs=zfs |
11 | 2025-01-07T04:21:06.065Z | + [[ zfs == autofs ]] |
12 | 2025-01-07T04:21:06.065Z | + mkdir -p /home/build |
13 | 2025-01-07T04:21:06.067Z | + chown build:build /home/build /work |
14 | 2025-01-07T04:21:08.068Z | + chmod 0700 /home/build /work |
15 | 2025-01-07T04:21:08.071Z | process exited: duration 4149 ms, exit code 0 |
|
16 | 2025-01-07T04:21:08.076Z | starting task 1: "rust-toolchain" |
17 | 2025-01-07T04:21:08.082Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-07T04:21:08.082Z | ' 1.81.0 |
19 | 2025-01-07T04:21:08.082Z | + printf ' * toolchain profile = "%s" |
20 | 2025-01-07T04:21:08.082Z | * toolchain channel = "1.81.0" |
21 | 2025-01-07T04:21:08.082Z | ' default |
22 | 2025-01-07T04:21:08.082Z | * toolchain profile = "default" |
23 | 2025-01-07T04:21:08.085Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-07T04:21:08.085Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2025-01-07T04:21:08.259Z | info: downloading installer |
26 | 2025-01-07T04:21:09.391Z | info: profile set to 'default' |
27 | 2025-01-07T04:21:09.391Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-07T04:21:09.394Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2025-01-07T04:21:09.528Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2025-01-07T04:21:09.528Z | info: downloading component 'cargo' |
31 | 2025-01-07T04:21:10.225Z | info: downloading component 'clippy' |
32 | 2025-01-07T04:21:10.485Z | info: downloading component 'rust-docs' |
33 | 2025-01-07T04:21:11.454Z | info: downloading component 'rust-std' |
34 | 2025-01-07T04:21:12.969Z | info: downloading component 'rustc' |
35 | 2025-01-07T04:21:18.362Z | info: downloading component 'rustfmt' |
36 | 2025-01-07T04:21:18.566Z | info: installing component 'cargo' |
37 | 2025-01-07T04:21:19.350Z | info: installing component 'clippy' |
38 | 2025-01-07T04:21:19.708Z | info: installing component 'rust-docs' |
39 | 2025-01-07T04:21:21.323Z | info: installing component 'rust-std' |
40 | 2025-01-07T04:21:23.026Z | info: installing component 'rustc' |
41 | 2025-01-07T04:21:28.671Z | info: installing component 'rustfmt' |
42 | 2025-01-07T04:21:28.991Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2025-01-07T04:21:28.991Z | |
44 | 2025-01-07T04:21:29.354Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2025-01-07T04:21:29.355Z | |
46 | 2025-01-07T04:21:29.357Z | |
47 | 2025-01-07T04:21:29.357Z | Rust is installed now. Great! |
48 | 2025-01-07T04:21:29.357Z | |
49 | 2025-01-07T04:21:29.357Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-07T04:21:29.357Z | environment variable. This has not been done automatically. |
51 | 2025-01-07T04:21:29.357Z | |
52 | 2025-01-07T04:21:29.357Z | To configure your current shell, you need to source |
53 | 2025-01-07T04:21:29.357Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-07T04:21:29.357Z | |
55 | 2025-01-07T04:21:29.357Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-07T04:21:29.357Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-07T04:21:29.358Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-07T04:21:29.428Z | + rustc --version |
59 | 2025-01-07T04:21:29.493Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2025-01-07T04:21:29.496Z | process exited: duration 21419 ms, exit code 0 |
|
61 | 2025-01-07T04:21:29.502Z | starting task 2: "authentication" |
62 | 2025-01-07T04:21:29.523Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2025-01-07T04:21:29.532Z | starting task 3: "clone repository" |
64 | 2025-01-07T04:21:29.538Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-07T04:21:29.540Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-07T04:21:29.579Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-07T04:21:36.186Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-07T04:21:36.186Z | + git fetch origin c0bd4a8ef0ca1ce88c91d8ab65cd8e6d53058037 |
69 | 2025-01-07T04:21:36.502Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-07T04:21:36.502Z | * branch c0bd4a8ef0ca1ce88c91d8ab65cd8e6d53058037 -> FETCH_HEAD |
71 | 2025-01-07T04:21:36.512Z | + [[ -n renovate/anyhow-1.x-lockfile ]] |
72 | 2025-01-07T04:21:36.515Z | ++ git branch --show-current |
73 | 2025-01-07T04:21:36.518Z | + current=main |
74 | 2025-01-07T04:21:36.518Z | + [[ main != renovate/anyhow-1.x-lockfile ]] |
75 | 2025-01-07T04:21:36.519Z | + git branch -f renovate/anyhow-1.x-lockfile c0bd4a8ef0ca1ce88c91d8ab65cd8e6d53058037 |
76 | 2025-01-07T04:21:36.521Z | + git checkout -f renovate/anyhow-1.x-lockfile |
77 | 2025-01-07T04:21:36.695Z | Switched to branch 'renovate/anyhow-1.x-lockfile' |
78 | 2025-01-07T04:21:36.698Z | + git reset --hard c0bd4a8ef0ca1ce88c91d8ab65cd8e6d53058037 |
79 | 2025-01-07T04:21:36.711Z | HEAD is now at c0bd4a8ef Update Rust crate anyhow to v1.0.95 |
80 | 2025-01-07T04:21:36.715Z | process exited: duration 7179 ms, exit code 0 |
|
81 | 2025-01-07T04:21:36.725Z | starting task 4: "build" |
82 | 2025-01-07T04:21:36.728Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-07T04:21:36.728Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-07T04:21:36.728Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-07T04:21:36.728Z | + cargo --version |
86 | 2025-01-07T04:21:36.785Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2025-01-07T04:21:36.788Z | + rustc --version |
88 | 2025-01-07T04:21:36.848Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2025-01-07T04:21:36.852Z | + WORK=/work |
90 | 2025-01-07T04:21:36.852Z | + pfexec mkdir -p /work |
91 | 2025-01-07T04:21:36.855Z | + pfexec chown build /work |
92 | 2025-01-07T04:21:36.857Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2025-01-07T04:21:46.173Z | Startup: Refreshing catalog 'helios-dev' ... Done |
94 | 2025-01-07T04:21:50.070Z | Startup: Caching catalogs ... Done |
95 | 2025-01-07T04:22:01.265Z | Planning: Solver setup ... Done (10.223s) |
96 | 2025-01-07T04:22:01.400Z | Planning: Running solver ... Done (0.135s) |
97 | 2025-01-07T04:22:01.506Z | Planning: Finding local manifests ... Done (0.004s) |
98 | 2025-01-07T04:22:01.528Z | Planning: Fetching manifests: 0/5 0% complete |
99 | 2025-01-07T04:22:02.177Z | Planning: Fetching manifests: 5/5 100% complete |
100 | 2025-01-07T04:22:02.275Z | Planning: Package planning ... Done (0.099s) |
101 | 2025-01-07T04:22:02.331Z | Planning: Merging actions ... Done (0.056s) |
102 | 2025-01-07T04:22:02.521Z | Planning: Checking for conflicting actions ... Done (0.189s) |
103 | 2025-01-07T04:22:04.730Z | Planning: Consolidating action changes ... Done (2.209s) |
104 | 2025-01-07T04:22:05.192Z | Planning: Evaluating mediators ... Done (0.462s) |
105 | 2025-01-07T04:22:05.276Z | Planning: Planning completed in 15.11 seconds |
106 | 2025-01-07T04:22:05.292Z | Packages to install: 4 |
107 | 2025-01-07T04:22:05.292Z | Packages to update: 1 |
108 | 2025-01-07T04:22:05.295Z | Mediators to change: 2 |
109 | 2025-01-07T04:22:05.295Z | Services to change: 1 |
110 | 2025-01-07T04:22:05.295Z | Estimated space available: 155.63 GB |
111 | 2025-01-07T04:22:05.295Z | Estimated space to be consumed: 1.62 GB |
112 | 2025-01-07T04:22:05.295Z | Create boot environment: No |
113 | 2025-01-07T04:22:05.295Z | Create backup boot environment: Yes |
114 | 2025-01-07T04:22:05.295Z | Rebuild boot archive: No |
115 | 2025-01-07T04:22:05.295Z | |
116 | 2025-01-07T04:22:05.295Z | Changed mediators: |
117 | 2025-01-07T04:22:05.295Z | mediator clang: |
118 | 2025-01-07T04:22:05.295Z | version: None -> 15 (system default) |
119 | 2025-01-07T04:22:05.295Z | |
120 | 2025-01-07T04:22:05.295Z | mediator llvm: |
121 | 2025-01-07T04:22:05.295Z | version: 14 (system default) -> 15 (system default) |
122 | 2025-01-07T04:22:05.295Z | |
123 | 2025-01-07T04:22:05.295Z | Changed packages: |
124 | 2025-01-07T04:22:05.295Z | helios-dev |
125 | 2025-01-07T04:22:05.295Z | developer/build-essential |
126 | 2025-01-07T04:22:05.295Z | None -> 11-2.0 |
127 | 2025-01-07T04:22:05.295Z | library/libxmlsec1 |
128 | 2025-01-07T04:22:05.295Z | None -> 1.2.35-2.0 |
129 | 2025-01-07T04:22:05.295Z | ooce/developer/clang-15 |
130 | 2025-01-07T04:22:05.295Z | None -> 15.0.7-2.0 |
131 | 2025-01-07T04:22:05.295Z | ooce/developer/llvm-15 |
132 | 2025-01-07T04:22:05.295Z | None -> 15.0.7-2.0 |
133 | 2025-01-07T04:22:05.295Z | package/pkg |
134 | 2025-01-07T04:22:05.295Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
135 | 2025-01-07T04:22:05.295Z | |
136 | 2025-01-07T04:22:05.295Z | Services: |
137 | 2025-01-07T04:22:05.296Z | restart_fmri: |
138 | 2025-01-07T04:22:05.296Z | svc:/system/update-man-index:default |
139 | 2025-01-07T04:22:05.296Z | |
140 | 2025-01-07T04:22:05.296Z | Editable files to change: |
141 | 2025-01-07T04:22:05.296Z | Update: |
142 | 2025-01-07T04:22:05.296Z | usr/share/lib/pkg/web/config.shtml |
143 | 2025-01-07T04:22:05.372Z | |
144 | 2025-01-07T04:22:05.372Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
145 | 2025-01-07T04:22:11.515Z | Download: 213/4281 items 1.3/220.6MB 0% complete (1.4M/s) |
146 | 2025-01-07T04:22:16.516Z | Download: 924/4281 items 18.9/220.6MB 8% complete (1.8M/s) |
147 | 2025-01-07T04:22:24.586Z | Download: 1197/4281 items 83.5/220.6MB 37% complete (9.2M/s) |
148 | 2025-01-07T04:22:29.588Z | Download: 1455/4281 items 117.3/220.6MB 53% complete (3.6M/s) |
149 | 2025-01-07T04:22:34.597Z | Download: 2286/4281 items 119.5/220.6MB 54% complete (3.7M/s) |
150 | 2025-01-07T04:22:39.601Z | Download: 2777/4281 items 120.7/220.6MB 54% complete (472k/s) |
151 | 2025-01-07T04:22:44.639Z | Download: 3161/4281 items 181.3/220.6MB 82% complete (6.1M/s) |
152 | 2025-01-07T04:22:49.855Z | Download: 3245/4281 items 202.6/220.6MB 91% complete (8.2M/s) |
153 | 2025-01-07T04:22:55.055Z | Download: 3246/4281 items 202.7/220.6MB 91% complete (8.1M/s) |
154 | 2025-01-07T04:23:00.027Z | Download: 3262/4281 items 209.1/220.6MB 94% complete (1.1M/s) |
155 | 2025-01-07T04:23:05.028Z | Download: 3459/4281 items 213.4/220.6MB 96% complete (1.2M/s) |
156 | 2025-01-07T04:23:10.047Z | Download: 3837/4281 items 218.0/220.6MB 98% complete (1.4M/s) |
157 | 2025-01-07T04:23:15.169Z | Download: 4197/4281 items 220.5/220.6MB 99% complete (784k/s) |
158 | 2025-01-07T04:23:22.757Z | Download: 4205/4281 items 220.5/220.6MB 99% complete (686k/s) |
159 | 2025-01-07T04:23:36.901Z | Download: 4208/4281 items 220.6/220.6MB 99% complete |
160 | 2025-01-07T04:23:37.068Z | Download: Completed 220.60 MB in 91.47 seconds (2.4M/s) |
161 | 2025-01-07T04:23:39.062Z | Actions: 1/5063 actions (Removing old actions) |
162 | 2025-01-07T04:23:39.086Z | Actions: 194/5063 actions (Installing new actions) |
163 | 2025-01-07T04:23:43.760Z | Actions: 4226/5063 actions (Updating modified actions) |
164 | 2025-01-07T04:23:44.084Z | Actions: Completed 5063 actions in 5.02 seconds. |
165 | 2025-01-07T04:23:44.309Z | Done (0.217s) |
166 | 2025-01-07T04:23:44.311Z | Done (0.000s) |
167 | 2025-01-07T04:23:44.889Z | Done (0.577s) |
168 | 2025-01-07T04:23:49.320Z | Done (4.210s) |
169 | 2025-01-07T04:23:49.411Z | Done (0.018s) |
170 | 2025-01-07T04:23:49.421Z | Done (0.000s) |
171 | 2025-01-07T04:23:49.597Z | Done (0.000s) |
172 | 2025-01-07T04:23:50.280Z | Planning: Evaluating mediator changes ... Done |
173 | 2025-01-07T04:23:50.440Z | Planning: Checking for conflicting actions ... Done |
174 | 2025-01-07T04:23:50.442Z | Planning: Consolidating action changes ... Done |
175 | 2025-01-07T04:23:50.714Z | Planning: Evaluating mediators ... Done |
176 | 2025-01-07T04:23:50.725Z | Planning: Planning completed in 0.43 seconds |
177 | 2025-01-07T04:23:50.755Z | Mediators to change: 2 |
178 | 2025-01-07T04:23:50.759Z | Create boot environment: No |
179 | 2025-01-07T04:23:50.760Z | Create backup boot environment: No |
180 | 2025-01-07T04:23:50.838Z | Done |
181 | 2025-01-07T04:23:50.838Z | Done |
182 | 2025-01-07T04:23:51.247Z | Done |
183 | 2025-01-07T04:23:54.854Z | Done |
184 | 2025-01-07T04:23:54.947Z | Done |
185 | 2025-01-07T04:23:54.952Z | Done |
186 | 2025-01-07T04:23:55.082Z | Done |
187 | 2025-01-07T04:23:55.693Z | Planning: Evaluating mediator changes ... Done |
188 | 2025-01-07T04:23:55.696Z | Planning: Merging actions ... Done |
189 | 2025-01-07T04:23:55.884Z | Planning: Checking for conflicting actions ... Done |
190 | 2025-01-07T04:23:55.888Z | Planning: Consolidating action changes ... Done |
191 | 2025-01-07T04:23:56.153Z | Planning: Evaluating mediators ... Done |
192 | 2025-01-07T04:23:56.209Z | Planning: Planning completed in 0.76 seconds |
193 | 2025-01-07T04:23:56.250Z | Packages to change: 1 |
194 | 2025-01-07T04:23:56.259Z | Mediators to change: 1 |
195 | 2025-01-07T04:23:56.260Z | Services to change: 1 |
196 | 2025-01-07T04:23:56.260Z | Create boot environment: No |
197 | 2025-01-07T04:23:56.260Z | Create backup boot environment: Yes |
198 | 2025-01-07T04:23:58.541Z | Actions: 1/6 actions (Updating modified actions) |
199 | 2025-01-07T04:23:58.544Z | Actions: Completed 6 actions in 0.00 seconds. |
200 | 2025-01-07T04:23:58.544Z | Done |
201 | 2025-01-07T04:23:58.544Z | Done |
202 | 2025-01-07T04:23:58.663Z | Done |
203 | 2025-01-07T04:24:02.282Z | Done |
204 | 2025-01-07T04:24:02.377Z | Done |
205 | 2025-01-07T04:24:02.379Z | Done |
206 | 2025-01-07T04:24:02.565Z | Done |
207 | 2025-01-07T04:24:03.017Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
208 | 2025-01-07T04:24:03.017Z | clang system 15 system |
209 | 2025-01-07T04:24:03.018Z | csh system system illumos |
210 | 2025-01-07T04:24:03.018Z | ctags system system illumos |
211 | 2025-01-07T04:24:03.018Z | gcc vendor 12 vendor |
212 | 2025-01-07T04:24:03.018Z | gcc system 10 system |
213 | 2025-01-07T04:24:03.018Z | gcc system 7 system |
214 | 2025-01-07T04:24:03.018Z | go system 1.20 system |
215 | 2025-01-07T04:24:03.018Z | go system 1.19 system |
216 | 2025-01-07T04:24:03.018Z | llvm system 15 system |
217 | 2025-01-07T04:24:03.018Z | llvm system 14 system |
218 | 2025-01-07T04:24:03.018Z | mariadb system 10.6 system |
219 | 2025-01-07T04:24:03.019Z | mta vendor vendor dma |
220 | 2025-01-07T04:24:03.019Z | openjdk system 17 system |
221 | 2025-01-07T04:24:03.019Z | openjdk system 11 system |
222 | 2025-01-07T04:24:03.019Z | openjdk system 1.8 system |
223 | 2025-01-07T04:24:03.019Z | openssl vendor 3 vendor |
224 | 2025-01-07T04:24:03.019Z | perl system 5.36 system |
225 | 2025-01-07T04:24:03.019Z | postgresql system 15 system |
226 | 2025-01-07T04:24:03.019Z | postgresql system 13 system |
227 | 2025-01-07T04:24:03.019Z | python vendor 3 vendor |
228 | 2025-01-07T04:24:03.019Z | python system 2 system |
229 | 2025-01-07T04:24:03.019Z | python3 system 3.11 system |
230 | 2025-01-07T04:24:03.019Z | ruby system 3.0 system |
231 | 2025-01-07T04:24:03.019Z | words vendor vendor american-english |
232 | 2025-01-07T04:24:03.019Z | words system system australian-english |
233 | 2025-01-07T04:24:03.020Z | words system system british-english |
234 | 2025-01-07T04:24:03.020Z | words system system canadian-english |
235 | 2025-01-07T04:24:03.020Z | words system system french |
236 | 2025-01-07T04:24:03.020Z | words system system italian |
237 | 2025-01-07T04:24:03.020Z | words system system ngerman |
238 | 2025-01-07T04:24:03.020Z | words system system ogerman |
239 | 2025-01-07T04:24:03.020Z | words system system spanish |
240 | 2025-01-07T04:24:03.323Z | PUBLISHER TYPE STATUS P LOCATION |
241 | 2025-01-07T04:24:03.323Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
242 | 2025-01-07T04:24:06.062Z | FMRI IFO |
243 | 2025-01-07T04:24:06.062Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
244 | 2025-01-07T04:24:06.062Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
245 | 2025-01-07T04:24:06.062Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
246 | 2025-01-07T04:24:06.062Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
247 | 2025-01-07T04:24:06.062Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
248 | 2025-01-07T04:24:06.062Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
249 | 2025-01-07T04:24:06.062Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
250 | 2025-01-07T04:24:06.062Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
251 | 2025-01-07T04:24:06.062Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
252 | 2025-01-07T04:24:06.062Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
253 | 2025-01-07T04:24:06.062Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
254 | 2025-01-07T04:24:06.062Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
255 | 2025-01-07T04:24:06.062Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
256 | 2025-01-07T04:24:06.062Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
257 | 2025-01-07T04:24:06.062Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
258 | 2025-01-07T04:24:06.828Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
259 | 2025-01-07T04:24:07.096Z | Updating crates.io index |
260 | 2025-01-07T04:24:07.207Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
261 | 2025-01-07T04:24:07.507Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
262 | 2025-01-07T04:24:08.002Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
263 | 2025-01-07T04:24:08.291Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
264 | 2025-01-07T04:24:08.557Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
265 | 2025-01-07T04:24:08.846Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
266 | 2025-01-07T04:24:09.674Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
267 | 2025-01-07T04:24:11.230Z | Updating git repository `https://github.com/oxidecomputer/opte` |
268 | 2025-01-07T04:24:11.928Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
269 | 2025-01-07T04:24:12.611Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
270 | 2025-01-07T04:24:12.921Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
271 | 2025-01-07T04:24:13.248Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
272 | 2025-01-07T04:24:13.786Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
273 | 2025-01-07T04:24:14.163Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
274 | 2025-01-07T04:24:14.463Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
275 | 2025-01-07T04:24:14.722Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
276 | 2025-01-07T04:24:14.993Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
277 | 2025-01-07T04:24:15.305Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
278 | 2025-01-07T04:24:15.630Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
279 | 2025-01-07T04:24:15.890Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
280 | 2025-01-07T04:24:16.450Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
281 | 2025-01-07T04:24:16.685Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
282 | 2025-01-07T04:24:17.157Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
283 | 2025-01-07T04:24:17.471Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
284 | 2025-01-07T04:24:17.910Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
285 | 2025-01-07T04:24:18.328Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
286 | 2025-01-07T04:24:18.632Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
287 | 2025-01-07T04:24:18.895Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
288 | 2025-01-07T04:24:19.170Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
289 | 2025-01-07T04:24:20.586Z | Downloading crates ... |
290 | 2025-01-07T04:24:20.652Z | Downloaded anstyle v1.0.10 |
291 | 2025-01-07T04:24:20.655Z | Downloaded block-buffer v0.10.4 |
292 | 2025-01-07T04:24:20.659Z | Downloaded camino-tempfile v1.1.1 |
293 | 2025-01-07T04:24:20.662Z | Downloaded cargo_metadata v0.18.1 |
294 | 2025-01-07T04:24:20.675Z | Downloaded cfg-if v1.0.0 |
295 | 2025-01-07T04:24:20.677Z | Downloaded anstyle-parse v0.2.5 |
296 | 2025-01-07T04:24:20.679Z | Downloaded bytecount v0.6.8 |
297 | 2025-01-07T04:24:20.688Z | Downloaded usdt-attr-macro v0.5.0 |
298 | 2025-01-07T04:24:20.692Z | Downloaded swrite v0.1.0 |
299 | 2025-01-07T04:24:20.695Z | Downloaded scroll_derive v0.12.0 |
300 | 2025-01-07T04:24:20.697Z | Downloaded pretty-hex v0.4.1 |
301 | 2025-01-07T04:24:20.697Z | Downloaded equivalent v1.0.1 |
302 | 2025-01-07T04:24:20.700Z | Downloaded is_terminal_polyfill v1.70.1 |
303 | 2025-01-07T04:24:20.706Z | Downloaded autocfg v1.4.0 |
304 | 2025-01-07T04:24:20.708Z | Downloaded thiserror v1.0.69 |
305 | 2025-01-07T04:24:20.711Z | Downloaded thiserror-impl v1.0.69 |
306 | 2025-01-07T04:24:20.714Z | Downloaded toml_datetime v0.6.8 |
307 | 2025-01-07T04:24:20.714Z | Downloaded dtrace-parser v0.2.0 |
308 | 2025-01-07T04:24:20.716Z | Downloaded strsim v0.11.1 |
309 | 2025-01-07T04:24:20.716Z | Downloaded serde_spanned v0.6.8 |
310 | 2025-01-07T04:24:20.716Z | Downloaded smawk v0.3.2 |
311 | 2025-01-07T04:24:20.719Z | Downloaded macaddr v1.0.1 |
312 | 2025-01-07T04:24:20.719Z | Downloaded usdt-macro v0.5.0 |
313 | 2025-01-07T04:24:20.719Z | Downloaded fastrand v2.1.1 |
314 | 2025-01-07T04:24:20.722Z | Downloaded cargo-platform v0.1.8 |
315 | 2025-01-07T04:24:20.722Z | Downloaded heck v0.4.1 |
316 | 2025-01-07T04:24:20.725Z | Downloaded proc-macro-error-attr v1.0.4 |
317 | 2025-01-07T04:24:20.725Z | Downloaded anstyle-query v1.1.1 |
318 | 2025-01-07T04:24:20.725Z | Downloaded memmap v0.7.0 |
319 | 2025-01-07T04:24:20.728Z | Downloaded fnv v1.0.7 |
320 | 2025-01-07T04:24:20.731Z | Downloaded clap_lex v0.7.2 |
321 | 2025-01-07T04:24:20.734Z | Downloaded dof v0.3.0 |
322 | 2025-01-07T04:24:20.738Z | Downloaded usdt-impl v0.5.0 |
323 | 2025-01-07T04:24:20.738Z | Downloaded unicode-linebreak v0.1.5 |
324 | 2025-01-07T04:24:20.741Z | Downloaded terminal_size v0.4.0 |
325 | 2025-01-07T04:24:20.741Z | Downloaded pest_generator v2.7.14 |
326 | 2025-01-07T04:24:20.741Z | Downloaded generic-array v0.14.7 |
327 | 2025-01-07T04:24:20.744Z | Downloaded tabled_derive v0.7.0 |
328 | 2025-01-07T04:24:20.744Z | Downloaded serde_tokenstream v0.2.2 |
329 | 2025-01-07T04:24:20.744Z | Downloaded crypto-common v0.1.6 |
330 | 2025-01-07T04:24:20.744Z | Downloaded byteorder v1.5.0 |
331 | 2025-01-07T04:24:20.747Z | Downloaded itoa v1.0.11 |
332 | 2025-01-07T04:24:20.749Z | Downloaded anstream v0.6.15 |
333 | 2025-01-07T04:24:20.753Z | Downloaded plain v0.2.3 |
334 | 2025-01-07T04:24:20.755Z | Downloaded cpufeatures v0.2.14 |
335 | 2025-01-07T04:24:20.758Z | Downloaded cargo_toml v0.20.5 |
336 | 2025-01-07T04:24:20.758Z | Downloaded proc-macro-error v1.0.4 |
337 | 2025-01-07T04:24:20.762Z | Downloaded utf8parse v0.2.2 |
338 | 2025-01-07T04:24:20.765Z | Downloaded heck v0.5.0 |
339 | 2025-01-07T04:24:20.765Z | Downloaded errno v0.3.9 |
340 | 2025-01-07T04:24:20.765Z | Downloaded digest v0.10.7 |
341 | 2025-01-07T04:24:20.768Z | Downloaded colorchoice v1.0.2 |
342 | 2025-01-07T04:24:20.768Z | Downloaded thread-id v4.2.2 |
343 | 2025-01-07T04:24:20.770Z | Downloaded scroll v0.12.0 |
344 | 2025-01-07T04:24:20.770Z | Downloaded once_cell v1.20.2 |
345 | 2025-01-07T04:24:20.780Z | Downloaded quote v1.0.37 |
346 | 2025-01-07T04:24:20.783Z | Downloaded usdt v0.5.0 |
347 | 2025-01-07T04:24:20.787Z | Downloaded clap_derive v4.5.18 |
348 | 2025-01-07T04:24:20.790Z | Downloaded fs-err v2.11.0 |
349 | 2025-01-07T04:24:20.792Z | Downloaded typenum v1.17.0 |
350 | 2025-01-07T04:24:20.795Z | Downloaded pest_meta v2.7.14 |
351 | 2025-01-07T04:24:20.795Z | Downloaded version_check v0.9.5 |
352 | 2025-01-07T04:24:20.798Z | Downloaded sha2 v0.10.8 |
353 | 2025-01-07T04:24:20.798Z | Downloaded clap v4.5.21 |
354 | 2025-01-07T04:24:20.805Z | Downloaded zerocopy-derive v0.7.35 |
355 | 2025-01-07T04:24:20.809Z | Downloaded ryu v1.0.18 |
356 | 2025-01-07T04:24:20.812Z | Downloaded tempfile v3.13.0 |
357 | 2025-01-07T04:24:20.814Z | Downloaded camino v1.1.9 |
358 | 2025-01-07T04:24:20.816Z | Downloaded log v0.4.22 |
359 | 2025-01-07T04:24:20.819Z | Downloaded unicode-ident v1.0.13 |
360 | 2025-01-07T04:24:20.821Z | Downloaded toml v0.8.19 |
361 | 2025-01-07T04:24:20.824Z | Downloaded ucd-trie v0.1.7 |
362 | 2025-01-07T04:24:20.826Z | Downloaded serde_derive v1.0.215 |
363 | 2025-01-07T04:24:20.837Z | Downloaded semver v1.0.23 |
364 | 2025-01-07T04:24:20.837Z | Downloaded proc-macro2 v1.0.89 |
365 | 2025-01-07T04:24:20.837Z | Downloaded pest_derive v2.7.14 |
366 | 2025-01-07T04:24:20.837Z | Downloaded textwrap v0.16.1 |
367 | 2025-01-07T04:24:20.837Z | Downloaded bitflags v2.6.0 |
368 | 2025-01-07T04:24:20.840Z | Downloaded anyhow v1.0.95 |
369 | 2025-01-07T04:24:20.843Z | Downloaded indexmap v2.6.0 |
370 | 2025-01-07T04:24:20.846Z | Downloaded serde v1.0.215 |
371 | 2025-01-07T04:24:20.849Z | Downloaded papergrid v0.11.0 |
372 | 2025-01-07T04:24:20.865Z | Downloaded memchr v2.7.4 |
373 | 2025-01-07T04:24:20.870Z | Downloaded toml_edit v0.22.22 |
374 | 2025-01-07T04:24:20.901Z | Downloaded hashbrown v0.15.1 |
375 | 2025-01-07T04:24:20.904Z | Downloaded pest v2.7.14 |
376 | 2025-01-07T04:24:20.906Z | Downloaded winnow v0.6.20 |
377 | 2025-01-07T04:24:20.919Z | Downloaded serde_json v1.0.133 |
378 | 2025-01-07T04:24:20.925Z | Downloaded zerocopy v0.7.35 |
379 | 2025-01-07T04:24:20.940Z | Downloaded tabled v0.15.0 |
380 | 2025-01-07T04:24:20.954Z | Downloaded goblin v0.8.2 |
381 | 2025-01-07T04:24:20.959Z | Downloaded clap_builder v4.5.21 |
382 | 2025-01-07T04:24:20.965Z | Downloaded syn v1.0.109 |
383 | 2025-01-07T04:24:20.982Z | Downloaded syn v2.0.87 |
384 | 2025-01-07T04:24:20.992Z | Downloaded unicode-width v0.1.14 |
385 | 2025-01-07T04:24:20.998Z | Downloaded rustix v0.38.37 |
386 | 2025-01-07T04:24:21.033Z | Downloaded libc v0.2.162 |
387 | 2025-01-07T04:24:21.341Z | Compiling proc-macro2 v1.0.89 |
388 | 2025-01-07T04:24:21.342Z | Compiling unicode-ident v1.0.13 |
389 | 2025-01-07T04:24:21.342Z | Compiling version_check v0.9.5 |
390 | 2025-01-07T04:24:21.345Z | Compiling serde v1.0.215 |
391 | 2025-01-07T04:24:21.345Z | Compiling memchr v2.7.4 |
392 | 2025-01-07T04:24:21.345Z | Compiling thiserror v1.0.69 |
393 | 2025-01-07T04:24:21.345Z | Compiling libc v0.2.162 |
394 | 2025-01-07T04:24:21.345Z | Compiling itoa v1.0.11 |
395 | 2025-01-07T04:24:21.584Z | Compiling ryu v1.0.18 |
396 | 2025-01-07T04:24:21.742Z | Compiling ucd-trie v0.1.7 |
397 | 2025-01-07T04:24:21.958Z | Compiling once_cell v1.20.2 |
398 | 2025-01-07T04:24:22.211Z | Compiling byteorder v1.5.0 |
399 | 2025-01-07T04:24:22.327Z | Compiling rustix v0.38.37 |
400 | 2025-01-07T04:24:22.380Z | Compiling serde_json v1.0.133 |
401 | 2025-01-07T04:24:22.695Z | Compiling bitflags v2.6.0 |
402 | 2025-01-07T04:24:22.797Z | Compiling usdt-impl v0.5.0 |
403 | 2025-01-07T04:24:23.150Z | Compiling proc-macro-error-attr v1.0.4 |
404 | 2025-01-07T04:24:23.173Z | Compiling syn v1.0.109 |
405 | 2025-01-07T04:24:23.246Z | Compiling quote v1.0.37 |
406 | 2025-01-07T04:24:23.365Z | Compiling proc-macro-error v1.0.4 |
407 | 2025-01-07T04:24:23.388Z | Compiling plain v0.2.3 |
408 | 2025-01-07T04:24:23.485Z | Compiling hashbrown v0.15.1 |
409 | 2025-01-07T04:24:23.544Z | Compiling errno v0.3.9 |
410 | 2025-01-07T04:24:23.633Z | Compiling equivalent v1.0.1 |
411 | 2025-01-07T04:24:23.764Z | Compiling syn v2.0.87 |
412 | 2025-01-07T04:24:23.840Z | Compiling log v0.4.22 |
413 | 2025-01-07T04:24:23.882Z | Compiling camino v1.1.9 |
414 | 2025-01-07T04:24:23.997Z | Compiling thread-id v4.2.2 |
415 | 2025-01-07T04:24:24.063Z | Compiling utf8parse v0.2.2 |
416 | 2025-01-07T04:24:24.238Z | Compiling anstyle-parse v0.2.5 |
417 | 2025-01-07T04:24:24.592Z | Compiling anstyle v1.0.10 |
418 | 2025-01-07T04:24:24.619Z | Compiling semver v1.0.23 |
419 | 2025-01-07T04:24:24.744Z | Compiling indexmap v2.6.0 |
420 | 2025-01-07T04:24:24.770Z | Compiling unicode-width v0.1.14 |
421 | 2025-01-07T04:24:25.016Z | Compiling pretty-hex v0.4.1 |
422 | 2025-01-07T04:24:25.019Z | Compiling winnow v0.6.20 |
423 | 2025-01-07T04:24:25.160Z | Compiling colorchoice v1.0.2 |
424 | 2025-01-07T04:24:25.245Z | Compiling autocfg v1.4.0 |
425 | 2025-01-07T04:24:25.272Z | Compiling is_terminal_polyfill v1.70.1 |
426 | 2025-01-07T04:24:25.328Z | Compiling anstyle-query v1.1.1 |
427 | 2025-01-07T04:24:25.474Z | Compiling anstream v0.6.15 |
428 | 2025-01-07T04:24:25.784Z | Compiling fastrand v2.1.1 |
429 | 2025-01-07T04:24:26.194Z | Compiling terminal_size v0.4.0 |
430 | 2025-01-07T04:24:26.261Z | Compiling bytecount v0.6.8 |
431 | 2025-01-07T04:24:26.342Z | Compiling cfg-if v1.0.0 |
432 | 2025-01-07T04:24:26.425Z | Compiling clap_lex v0.7.2 |
433 | 2025-01-07T04:24:26.451Z | Compiling fs-err v2.11.0 |
434 | 2025-01-07T04:24:26.493Z | Compiling fnv v1.0.7 |
435 | 2025-01-07T04:24:26.642Z | Compiling anyhow v1.0.95 |
436 | 2025-01-07T04:24:26.712Z | Compiling strsim v0.11.1 |
437 | 2025-01-07T04:24:26.768Z | Compiling heck v0.5.0 |
438 | 2025-01-07T04:24:26.932Z | Compiling heck v0.4.1 |
439 | 2025-01-07T04:24:27.315Z | Compiling clap_builder v4.5.21 |
440 | 2025-01-07T04:24:27.495Z | Compiling tempfile v3.13.0 |
441 | 2025-01-07T04:24:27.752Z | Compiling papergrid v0.11.0 |
442 | 2025-01-07T04:24:27.835Z | Compiling memmap v0.7.0 |
443 | 2025-01-07T04:24:27.874Z | Compiling smawk v0.3.2 |
444 | 2025-01-07T04:24:28.026Z | Compiling unicode-linebreak v0.1.5 |
445 | 2025-01-07T04:24:28.559Z | Compiling textwrap v0.16.1 |
446 | 2025-01-07T04:24:28.721Z | Compiling swrite v0.1.0 |
447 | 2025-01-07T04:24:29.754Z | Compiling tabled_derive v0.7.0 |
448 | 2025-01-07T04:24:31.367Z | Compiling tabled v0.15.0 |
449 | 2025-01-07T04:24:32.866Z | Compiling serde_derive v1.0.215 |
450 | 2025-01-07T04:24:32.866Z | Compiling thiserror-impl v1.0.69 |
451 | 2025-01-07T04:24:32.869Z | Compiling zerocopy-derive v0.7.35 |
452 | 2025-01-07T04:24:32.869Z | Compiling scroll_derive v0.12.0 |
453 | 2025-01-07T04:24:33.121Z | Compiling clap_derive v4.5.18 |
454 | 2025-01-07T04:24:34.198Z | Compiling scroll v0.12.0 |
455 | 2025-01-07T04:24:34.681Z | Compiling zerocopy v0.7.35 |
456 | 2025-01-07T04:24:34.743Z | Compiling goblin v0.8.2 |
457 | 2025-01-07T04:24:35.490Z | Compiling pest v2.7.14 |
458 | 2025-01-07T04:24:37.145Z | Compiling clap v4.5.21 |
459 | 2025-01-07T04:24:37.650Z | Compiling pest_meta v2.7.14 |
460 | 2025-01-07T04:24:38.523Z | Compiling pest_generator v2.7.14 |
461 | 2025-01-07T04:24:40.377Z | Compiling pest_derive v2.7.14 |
462 | 2025-01-07T04:24:41.053Z | Compiling dtrace-parser v0.2.0 |
463 | 2025-01-07T04:24:43.183Z | Compiling serde_spanned v0.6.8 |
464 | 2025-01-07T04:24:43.183Z | Compiling toml_datetime v0.6.8 |
465 | 2025-01-07T04:24:43.186Z | Compiling cargo-platform v0.1.8 |
466 | 2025-01-07T04:24:43.589Z | Compiling serde_tokenstream v0.2.2 |
467 | 2025-01-07T04:24:43.614Z | Compiling toml_edit v0.22.22 |
468 | 2025-01-07T04:24:43.819Z | Compiling camino-tempfile v1.1.1 |
469 | 2025-01-07T04:24:43.872Z | Compiling macaddr v1.0.1 |
470 | 2025-01-07T04:24:44.604Z | Compiling dof v0.3.0 |
471 | 2025-01-07T04:24:44.604Z | Compiling cargo_metadata v0.18.1 |
472 | 2025-01-07T04:24:46.474Z | Compiling toml v0.8.19 |
473 | 2025-01-07T04:24:46.621Z | Compiling usdt-attr-macro v0.5.0 |
474 | 2025-01-07T04:24:46.621Z | Compiling usdt-macro v0.5.0 |
475 | 2025-01-07T04:24:47.486Z | Compiling cargo_toml v0.20.5 |
476 | 2025-01-07T04:24:48.113Z | Compiling usdt v0.5.0 |
477 | 2025-01-07T04:24:51.045Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
478 | 2025-01-07T04:24:55.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.63s |
479 | 2025-01-07T04:24:55.487Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
480 | 2025-01-07T04:24:56.011Z | Downloading crates ... |
481 | 2025-01-07T04:24:56.119Z | Downloaded async-stream-impl v0.3.6 |
482 | 2025-01-07T04:24:56.126Z | Downloaded adler2 v2.0.0 |
483 | 2025-01-07T04:24:56.134Z | Downloaded atty v0.2.14 |
484 | 2025-01-07T04:24:56.136Z | Downloaded assert_matches v1.5.0 |
485 | 2025-01-07T04:24:56.136Z | Downloaded atomicwrites v0.4.4 |
486 | 2025-01-07T04:24:56.142Z | Downloaded crucible-workspace-hack v0.1.0 |
487 | 2025-01-07T04:24:56.147Z | Downloaded cfg_aliases v0.2.1 |
488 | 2025-01-07T04:24:56.150Z | Downloaded crunchy v0.2.2 |
489 | 2025-01-07T04:24:56.156Z | Downloaded cstr-argument v0.1.2 |
490 | 2025-01-07T04:24:56.160Z | Downloaded ciborium-io v0.2.2 |
491 | 2025-01-07T04:24:56.164Z | Downloaded arrayref v0.3.9 |
492 | 2025-01-07T04:24:56.164Z | Downloaded async-recursion v1.1.1 |
493 | 2025-01-07T04:24:56.167Z | Downloaded cfg_aliases v0.1.1 |
494 | 2025-01-07T04:24:56.175Z | Downloaded headers-core v0.3.0 |
495 | 2025-01-07T04:24:56.181Z | Downloaded base16ct v0.2.0 |
496 | 2025-01-07T04:24:56.183Z | Downloaded atomic-waker v1.1.2 |
497 | 2025-01-07T04:24:56.183Z | Downloaded ascii-canvas v3.0.0 |
498 | 2025-01-07T04:24:56.184Z | Downloaded buf-list v1.0.3 |
499 | 2025-01-07T04:24:56.186Z | Downloaded array-init v0.0.4 |
500 | 2025-01-07T04:24:56.189Z | Downloaded constant_time_eq v0.3.1 |
501 | 2025-01-07T04:24:56.189Z | Downloaded bitflags v1.3.2 |
502 | 2025-01-07T04:24:56.192Z | Downloaded colored v2.1.0 |
503 | 2025-01-07T04:24:56.198Z | Downloaded cexpr v0.6.0 |
504 | 2025-01-07T04:24:56.201Z | Downloaded bit-vec v0.6.3 |
505 | 2025-01-07T04:24:56.205Z | Downloaded crc v3.2.1 |
506 | 2025-01-07T04:24:56.208Z | Downloaded async-stream v0.3.6 |
507 | 2025-01-07T04:24:56.211Z | Downloaded chrono-tz-build v0.4.0 |
508 | 2025-01-07T04:24:56.213Z | Downloaded argon2 v0.5.3 |
509 | 2025-01-07T04:24:56.215Z | Downloaded ctr v0.9.2 |
510 | 2025-01-07T04:24:56.218Z | Downloaded cmake v0.1.51 |
511 | 2025-01-07T04:24:56.218Z | Downloaded castaway v0.2.3 |
512 | 2025-01-07T04:24:56.220Z | Downloaded addr2line v0.24.2 |
513 | 2025-01-07T04:24:56.223Z | Downloaded crossbeam-deque v0.8.5 |
514 | 2025-01-07T04:24:56.225Z | Downloaded ciborium-ll v0.2.2 |
515 | 2025-01-07T04:24:56.225Z | Downloaded cassowary v0.3.0 |
516 | 2025-01-07T04:24:56.227Z | Downloaded hex-literal v0.4.1 |
517 | 2025-01-07T04:24:56.227Z | Downloaded arrayvec v0.7.6 |
518 | 2025-01-07T04:24:56.231Z | Downloaded backoff v0.4.0 |
519 | 2025-01-07T04:24:56.234Z | Downloaded hickory-server v0.24.1 |
520 | 2025-01-07T04:24:56.238Z | Downloaded home v0.5.9 |
521 | 2025-01-07T04:24:56.241Z | Downloaded darling v0.20.10 |
522 | 2025-01-07T04:24:56.244Z | Downloaded convert_case v0.4.0 |
523 | 2025-01-07T04:24:56.247Z | Downloaded hostname v0.4.0 |
524 | 2025-01-07T04:24:56.249Z | Downloaded ciborium v0.2.2 |
525 | 2025-01-07T04:24:56.251Z | Downloaded hostname v0.3.1 |
526 | 2025-01-07T04:24:56.254Z | Downloaded base64ct v1.6.0 |
527 | 2025-01-07T04:24:56.256Z | Downloaded chacha20 v0.9.1 |
528 | 2025-01-07T04:24:56.258Z | Downloaded http-range v0.1.5 |
529 | 2025-01-07T04:24:56.260Z | Downloaded http-body v1.0.1 |
530 | 2025-01-07T04:24:56.260Z | Downloaded httparse v1.9.5 |
531 | 2025-01-07T04:24:56.262Z | Downloaded cipher v0.4.4 |
532 | 2025-01-07T04:24:56.264Z | Downloaded hmac v0.12.1 |
533 | 2025-01-07T04:24:56.267Z | Downloaded crc-catalog v2.4.0 |
534 | 2025-01-07T04:24:56.270Z | Downloaded cancel-safe-futures v0.1.5 |
535 | 2025-01-07T04:24:56.272Z | Downloaded hubpack_derive v0.1.1 |
536 | 2025-01-07T04:24:56.272Z | Downloaded http-body-util v0.1.2 |
537 | 2025-01-07T04:24:56.275Z | Downloaded cbc v0.1.2 |
538 | 2025-01-07T04:24:56.277Z | Downloaded humantime v2.1.0 |
539 | 2025-01-07T04:24:56.279Z | Downloaded sigpipe v0.1.3 |
540 | 2025-01-07T04:24:56.279Z | Downloaded quick-error v1.2.3 |
541 | 2025-01-07T04:24:56.282Z | Downloaded hubpack v0.1.2 |
542 | 2025-01-07T04:24:56.282Z | Downloaded hyper-tls v0.6.0 |
543 | 2025-01-07T04:24:56.284Z | Downloaded hyper-staticfile v0.10.1 |
544 | 2025-01-07T04:24:56.287Z | Downloaded bitfield v0.14.0 |
545 | 2025-01-07T04:24:56.290Z | Downloaded ref-cast-impl v1.0.23 |
546 | 2025-01-07T04:24:56.290Z | Downloaded hkdf v0.12.4 |
547 | 2025-01-07T04:24:56.292Z | Downloaded highway v1.2.0 |
548 | 2025-01-07T04:24:56.294Z | Downloaded ident_case v1.0.1 |
549 | 2025-01-07T04:24:56.297Z | Downloaded cookie_store v0.21.0 |
550 | 2025-01-07T04:24:56.301Z | Downloaded async-bb8-diesel v0.2.1 |
551 | 2025-01-07T04:24:56.304Z | Downloaded icu_provider_macros v1.5.0 |
552 | 2025-01-07T04:24:56.305Z | Downloaded crc32fast v1.4.2 |
553 | 2025-01-07T04:24:56.308Z | Downloaded cookie v0.18.1 |
554 | 2025-01-07T04:24:56.311Z | Downloaded is_ci v1.2.0 |
555 | 2025-01-07T04:24:56.311Z | Downloaded instant v0.1.13 |
556 | 2025-01-07T04:24:56.311Z | Downloaded sync_wrapper v1.0.1 |
557 | 2025-01-07T04:24:56.314Z | Downloaded sync-ptr v0.1.1 |
558 | 2025-01-07T04:24:56.314Z | Downloaded rustc_version v0.4.1 |
559 | 2025-01-07T04:24:56.314Z | Downloaded crossbeam-epoch v0.9.18 |
560 | 2025-01-07T04:24:56.317Z | Downloaded time-core v0.1.2 |
561 | 2025-01-07T04:24:56.319Z | Downloaded clang-sys v1.8.1 |
562 | 2025-01-07T04:24:56.321Z | Downloaded bcs v0.1.6 |
563 | 2025-01-07T04:24:56.323Z | Downloaded hyper-rustls v0.27.3 |
564 | 2025-01-07T04:24:56.326Z | Downloaded secrecy v0.8.0 |
565 | 2025-01-07T04:24:56.329Z | Downloaded same-file v1.0.6 |
566 | 2025-01-07T04:24:56.329Z | Downloaded blake2 v0.10.6 |
567 | 2025-01-07T04:24:56.332Z | Downloaded semver v0.1.20 |
568 | 2025-01-07T04:24:56.335Z | Downloaded write16 v1.0.0 |
569 | 2025-01-07T04:24:56.336Z | Downloaded try-lock v0.2.5 |
570 | 2025-01-07T04:24:56.336Z | Downloaded match_cfg v0.1.0 |
571 | 2025-01-07T04:24:56.339Z | Downloaded md5 v0.7.0 |
572 | 2025-01-07T04:24:56.339Z | Downloaded matches v0.1.10 |
573 | 2025-01-07T04:24:56.339Z | Downloaded aead v0.5.2 |
574 | 2025-01-07T04:24:56.341Z | Downloaded mirai-annotations v1.12.0 |
575 | 2025-01-07T04:24:56.341Z | Downloaded hyper v1.5.0 |
576 | 2025-01-07T04:24:56.347Z | Downloaded strip-ansi-escapes v0.2.0 |
577 | 2025-01-07T04:24:56.351Z | Downloaded ssh-encoding v0.2.0 |
578 | 2025-01-07T04:24:56.353Z | Downloaded smallvec v0.6.14 |
579 | 2025-01-07T04:24:56.353Z | Downloaded ipnetwork v0.20.0 |
580 | 2025-01-07T04:24:56.356Z | Downloaded internet-checksum v0.2.1 |
581 | 2025-01-07T04:24:56.356Z | Downloaded compact_str v0.8.0 |
582 | 2025-01-07T04:24:56.359Z | Downloaded icu_locid_transform v1.5.0 |
583 | 2025-01-07T04:24:56.362Z | Downloaded is-terminal v0.4.13 |
584 | 2025-01-07T04:24:56.365Z | Downloaded impl-trait-for-tuples v0.2.2 |
585 | 2025-01-07T04:24:56.367Z | Downloaded derive_builder_macro v0.20.2 |
586 | 2025-01-07T04:24:56.370Z | Downloaded float-ord v0.3.2 |
587 | 2025-01-07T04:24:56.370Z | Downloaded endian-type v0.1.2 |
588 | 2025-01-07T04:24:56.370Z | Downloaded tower-service v0.3.3 |
589 | 2025-01-07T04:24:56.374Z | Downloaded foreign-types v0.5.0 |
590 | 2025-01-07T04:24:56.374Z | Downloaded foreign-types v0.3.2 |
591 | 2025-01-07T04:24:56.377Z | Downloaded lalrpop-util v0.19.12 |
592 | 2025-01-07T04:24:56.377Z | Downloaded linked-hash-map v0.5.6 |
593 | 2025-01-07T04:24:56.377Z | Downloaded fallible-streaming-iterator v0.1.9 |
594 | 2025-01-07T04:24:56.384Z | Downloaded tiny-keccak v2.0.2 |
595 | 2025-01-07T04:24:56.388Z | Downloaded lazycell v1.3.0 |
596 | 2025-01-07T04:24:56.388Z | Downloaded memoffset v0.9.1 |
597 | 2025-01-07T04:24:56.388Z | Downloaded managed v0.8.0 |
598 | 2025-01-07T04:24:56.388Z | Downloaded md-5 v0.10.6 |
599 | 2025-01-07T04:24:56.388Z | Downloaded twox-hash v1.6.3 |
600 | 2025-01-07T04:24:56.390Z | Downloaded serde_with_macros v3.11.0 |
601 | 2025-01-07T04:24:56.392Z | Downloaded openssl-macros v0.1.1 |
602 | 2025-01-07T04:24:56.392Z | Downloaded openssl-probe v0.1.5 |
603 | 2025-01-07T04:24:56.395Z | Downloaded num-conv v0.1.0 |
604 | 2025-01-07T04:24:56.395Z | Downloaded lru v0.12.5 |
605 | 2025-01-07T04:24:56.397Z | Downloaded foreign-types-macros v0.2.3 |
606 | 2025-01-07T04:24:56.397Z | Downloaded unicode-xid v0.2.6 |
607 | 2025-01-07T04:24:56.400Z | Downloaded multimap v0.10.0 |
608 | 2025-01-07T04:24:56.402Z | Downloaded data-encoding v2.6.0 |
609 | 2025-01-07T04:24:56.402Z | Downloaded which v4.4.2 |
610 | 2025-01-07T04:24:56.404Z | Downloaded nanorand v0.7.0 |
611 | 2025-01-07T04:24:56.407Z | Downloaded snafu-derive v0.8.5 |
612 | 2025-01-07T04:24:56.409Z | Downloaded ron v0.7.1 |
613 | 2025-01-07T04:24:56.413Z | Downloaded base64 v0.22.1 |
614 | 2025-01-07T04:24:56.417Z | Downloaded multer v3.1.0 |
615 | 2025-01-07T04:24:56.420Z | Downloaded icu_provider v1.5.0 |
616 | 2025-01-07T04:24:56.423Z | Downloaded icu_locid_transform_data v1.5.0 |
617 | 2025-01-07T04:24:56.426Z | Downloaded universal-hash v0.5.1 |
618 | 2025-01-07T04:24:56.429Z | Downloaded difflib v0.4.0 |
619 | 2025-01-07T04:24:56.429Z | Downloaded debug-ignore v1.0.5 |
620 | 2025-01-07T04:24:56.432Z | Downloaded russh-cryptovec v0.7.3 |
621 | 2025-01-07T04:24:56.432Z | Downloaded arc-swap v1.7.1 |
622 | 2025-01-07T04:24:56.436Z | Downloaded nodrop v0.1.14 |
623 | 2025-01-07T04:24:56.438Z | Downloaded foldhash v0.1.3 |
624 | 2025-01-07T04:24:56.439Z | Downloaded bumpalo v3.16.0 |
625 | 2025-01-07T04:24:56.441Z | Downloaded aes-gcm v0.10.3 |
626 | 2025-01-07T04:24:56.446Z | Downloaded termtree v0.4.1 |
627 | 2025-01-07T04:24:56.449Z | Downloaded strum v0.26.3 |
628 | 2025-01-07T04:24:56.449Z | Downloaded toolchain_find v0.4.0 |
629 | 2025-01-07T04:24:56.451Z | Downloaded memmap2 v0.9.5 |
630 | 2025-01-07T04:24:56.454Z | Downloaded maybe-uninit v2.0.0 |
631 | 2025-01-07T04:24:56.454Z | Downloaded phf v0.11.2 |
632 | 2025-01-07T04:24:56.456Z | Downloaded litemap v0.7.3 |
633 | 2025-01-07T04:24:56.459Z | Downloaded progenitor v0.8.0 |
634 | 2025-01-07T04:24:56.459Z | Downloaded polyval v0.6.2 |
635 | 2025-01-07T04:24:56.461Z | Downloaded native-tls v0.2.12 |
636 | 2025-01-07T04:24:56.463Z | Downloaded mime_guess v2.0.5 |
637 | 2025-01-07T04:24:56.465Z | Downloaded socket2 v0.5.7 |
638 | 2025-01-07T04:24:56.468Z | Downloaded crossbeam-channel v0.5.13 |
639 | 2025-01-07T04:24:56.473Z | Downloaded indexmap v1.9.3 |
640 | 2025-01-07T04:24:56.477Z | Downloaded darling_macro v0.20.10 |
641 | 2025-01-07T04:24:56.482Z | Downloaded base64 v0.13.1 |
642 | 2025-01-07T04:24:56.489Z | Downloaded phf_generator v0.11.2 |
643 | 2025-01-07T04:24:56.489Z | Downloaded vte_generate_state_changes v0.1.2 |
644 | 2025-01-07T04:24:56.489Z | Downloaded toml v0.7.8 |
645 | 2025-01-07T04:24:56.489Z | Downloaded dhcproto-macros v0.1.0 |
646 | 2025-01-07T04:24:56.489Z | Downloaded icu_properties v1.5.1 |
647 | 2025-01-07T04:24:56.498Z | Downloaded opaque-debug v0.3.1 |
648 | 2025-01-07T04:24:56.498Z | Downloaded phf_codegen v0.11.2 |
649 | 2025-01-07T04:24:56.498Z | Downloaded poly1305 v0.8.0 |
650 | 2025-01-07T04:24:56.498Z | Downloaded ipnet v2.10.1 |
651 | 2025-01-07T04:24:56.507Z | Downloaded crypto-bigint v0.5.5 |
652 | 2025-01-07T04:24:56.507Z | Downloaded normalize-line-endings v0.3.0 |
653 | 2025-01-07T04:24:56.507Z | Downloaded slog-async v2.8.0 |
654 | 2025-01-07T04:24:56.530Z | Downloaded serde_plain v1.0.2 |
655 | 2025-01-07T04:24:56.530Z | Downloaded packed_struct_codegen v0.10.1 |
656 | 2025-01-07T04:24:56.530Z | Downloaded hashlink v0.9.1 |
657 | 2025-01-07T04:24:56.530Z | Downloaded parking_lot_core v0.9.10 |
658 | 2025-01-07T04:24:56.545Z | Downloaded supports-color v3.0.1 |
659 | 2025-01-07T04:24:56.545Z | Downloaded ssh-cipher v0.2.0 |
660 | 2025-01-07T04:24:56.545Z | Downloaded num-complex v0.4.6 |
661 | 2025-01-07T04:24:56.545Z | Downloaded qorb v0.2.1 |
662 | 2025-01-07T04:24:56.545Z | Downloaded miniz_oxide v0.8.0 |
663 | 2025-01-07T04:24:56.545Z | Downloaded sqlparser_derive v0.2.2 |
664 | 2025-01-07T04:24:56.545Z | Downloaded indicatif v0.17.9 |
665 | 2025-01-07T04:24:56.545Z | Downloaded rpassword v7.3.1 |
666 | 2025-01-07T04:24:56.545Z | Downloaded fatfs v0.3.6 |
667 | 2025-01-07T04:24:56.549Z | Downloaded float-cmp v0.9.0 |
668 | 2025-01-07T04:24:56.549Z | Downloaded ghash v0.5.1 |
669 | 2025-01-07T04:24:56.549Z | Downloaded vsss-rs v3.3.4 |
670 | 2025-01-07T04:24:56.549Z | Downloaded yoke-derive v0.7.4 |
671 | 2025-01-07T04:24:56.549Z | Downloaded take_mut v0.2.2 |
672 | 2025-01-07T04:24:56.549Z | Downloaded futures-task v0.3.31 |
673 | 2025-01-07T04:24:56.558Z | Downloaded percent-encoding v2.3.1 |
674 | 2025-01-07T04:24:56.560Z | Downloaded fallible-iterator v0.2.0 |
675 | 2025-01-07T04:24:56.560Z | Downloaded ed25519 v2.2.3 |
676 | 2025-01-07T04:24:56.565Z | Downloaded zeroize_derive v1.4.2 |
677 | 2025-01-07T04:24:56.568Z | Downloaded flagset v0.4.6 |
678 | 2025-01-07T04:24:56.568Z | Downloaded rand_core v0.6.4 |
679 | 2025-01-07T04:24:56.568Z | Downloaded primeorder v0.13.6 |
680 | 2025-01-07T04:24:56.573Z | Downloaded diesel-dtrace v0.4.2 |
681 | 2025-01-07T04:24:56.574Z | Downloaded derive_more v0.99.18 |
682 | 2025-01-07T04:24:56.576Z | Downloaded num v0.4.3 |
683 | 2025-01-07T04:24:56.578Z | Downloaded aes v0.8.4 |
684 | 2025-01-07T04:24:56.581Z | Downloaded rand_xorshift v0.3.0 |
685 | 2025-01-07T04:24:56.584Z | Downloaded packed_struct v0.10.1 |
686 | 2025-01-07T04:24:56.586Z | Downloaded subtle v2.6.1 |
687 | 2025-01-07T04:24:56.586Z | Downloaded zip v0.6.6 |
688 | 2025-01-07T04:24:56.591Z | Downloaded fixedbitset v0.4.2 |
689 | 2025-01-07T04:24:56.595Z | Downloaded hyper-util v0.1.10 |
690 | 2025-01-07T04:24:56.597Z | Downloaded newtype_derive v0.1.6 |
691 | 2025-01-07T04:24:56.600Z | Downloaded schemars_derive v0.8.21 |
692 | 2025-01-07T04:24:56.602Z | Downloaded thiserror-impl v2.0.3 |
693 | 2025-01-07T04:24:56.602Z | Downloaded defmt v0.3.8 |
694 | 2025-01-07T04:24:56.605Z | Downloaded peg-runtime v0.8.3 |
695 | 2025-01-07T04:24:56.608Z | Downloaded tokio-macros v2.4.0 |
696 | 2025-01-07T04:24:56.608Z | Downloaded scopeguard v1.2.0 |
697 | 2025-01-07T04:24:56.610Z | Downloaded globset v0.4.15 |
698 | 2025-01-07T04:24:56.613Z | Downloaded glob v0.3.1 |
699 | 2025-01-07T04:24:56.613Z | Downloaded pem v3.0.4 |
700 | 2025-01-07T04:24:56.616Z | Downloaded tokio-stream v0.1.16 |
701 | 2025-01-07T04:24:56.621Z | Downloaded vte v0.11.1 |
702 | 2025-01-07T04:24:56.625Z | Downloaded tap v1.0.1 |
703 | 2025-01-07T04:24:56.625Z | Downloaded tabwriter v1.4.0 |
704 | 2025-01-07T04:24:56.628Z | Downloaded static_assertions v1.1.0 |
705 | 2025-01-07T04:24:56.628Z | Downloaded ecdsa v0.16.9 |
706 | 2025-01-07T04:24:56.628Z | Downloaded test-strategy v0.3.1 |
707 | 2025-01-07T04:24:56.631Z | Downloaded elliptic-curve v0.13.8 |
708 | 2025-01-07T04:24:56.637Z | Downloaded rand_seeder v0.3.0 |
709 | 2025-01-07T04:24:56.640Z | Downloaded postgres-types v0.2.8 |
710 | 2025-01-07T04:24:56.640Z | Downloaded dyn-clone v1.0.17 |
711 | 2025-01-07T04:24:56.643Z | Downloaded group v0.13.0 |
712 | 2025-01-07T04:24:56.646Z | Downloaded serde-big-array v0.5.1 |
713 | 2025-01-07T04:24:56.646Z | Downloaded vergen v8.3.2 |
714 | 2025-01-07T04:24:56.649Z | Downloaded futures-executor v0.3.31 |
715 | 2025-01-07T04:24:56.651Z | Downloaded postgres-protocol v0.6.7 |
716 | 2025-01-07T04:24:56.653Z | Downloaded fd-lock v4.0.2 |
717 | 2025-01-07T04:24:56.656Z | Downloaded dirs-next v2.0.0 |
718 | 2025-01-07T04:24:56.658Z | Downloaded serde_repr v0.1.19 |
719 | 2025-01-07T04:24:56.660Z | Downloaded headers v0.4.0 |
720 | 2025-01-07T04:24:56.664Z | Downloaded smallvec v1.13.2 |
721 | 2025-01-07T04:24:56.666Z | Downloaded unicode_categories v0.1.1 |
722 | 2025-01-07T04:24:56.669Z | Downloaded slog-term v2.9.1 |
723 | 2025-01-07T04:24:56.672Z | Downloaded oso-derive v0.27.3 |
724 | 2025-01-07T04:24:56.673Z | Downloaded pkg-config v0.3.31 |
725 | 2025-01-07T04:24:56.675Z | Downloaded nibble_vec v0.1.0 |
726 | 2025-01-07T04:24:56.677Z | Downloaded icu_collections v1.5.0 |
727 | 2025-01-07T04:24:56.682Z | Downloaded structmeta v0.2.0 |
728 | 2025-01-07T04:24:56.684Z | Downloaded rustc-hash v1.1.0 |
729 | 2025-01-07T04:24:56.686Z | Downloaded phf_shared v0.10.0 |
730 | 2025-01-07T04:24:56.686Z | Downloaded num_threads v0.1.7 |
731 | 2025-01-07T04:24:56.689Z | Downloaded yasna v0.5.2 |
732 | 2025-01-07T04:24:56.700Z | Downloaded sec1 v0.7.3 |
733 | 2025-01-07T04:24:56.700Z | Downloaded sct v0.7.1 |
734 | 2025-01-07T04:24:56.703Z | Downloaded tls_codec_derive v0.4.1 |
735 | 2025-01-07T04:24:56.703Z | Downloaded rustversion v1.0.17 |
736 | 2025-01-07T04:24:56.703Z | Downloaded zip v2.1.3 |
737 | 2025-01-07T04:24:56.707Z | Downloaded rustls-pemfile v1.0.4 |
738 | 2025-01-07T04:24:56.710Z | Downloaded rfc6979 v0.4.0 |
739 | 2025-01-07T04:24:56.712Z | Downloaded dhcproto v0.12.0 |
740 | 2025-01-07T04:24:56.714Z | Downloaded nu-ansi-term v0.50.1 |
741 | 2025-01-07T04:24:56.717Z | Downloaded defmt-parser v0.3.4 |
742 | 2025-01-07T04:24:56.721Z | Downloaded defmt-macros v0.3.9 |
743 | 2025-01-07T04:24:56.724Z | Downloaded tokio-native-tls v0.3.1 |
744 | 2025-01-07T04:24:56.726Z | Downloaded embedded-io v0.6.1 |
745 | 2025-01-07T04:24:56.726Z | Downloaded parking_lot v0.12.3 |
746 | 2025-01-07T04:24:56.729Z | Downloaded num-rational v0.4.2 |
747 | 2025-01-07T04:24:56.731Z | Downloaded pkcs1 v0.7.5 |
748 | 2025-01-07T04:24:56.734Z | Downloaded heapless v0.7.17 |
749 | 2025-01-07T04:24:56.739Z | Downloaded diesel_table_macro_syntax v0.2.0 |
750 | 2025-01-07T04:24:56.742Z | Downloaded newtype-uuid v1.1.3 |
751 | 2025-01-07T04:24:56.742Z | Downloaded minimal-lexical v0.2.1 |
752 | 2025-01-07T04:24:56.747Z | Downloaded waitgroup v0.1.2 |
753 | 2025-01-07T04:24:56.750Z | Downloaded pkcs8 v0.10.2 |
754 | 2025-01-07T04:24:56.752Z | Downloaded zerocopy v0.6.6 |
755 | 2025-01-07T04:24:56.755Z | Downloaded yoke v0.7.4 |
756 | 2025-01-07T04:24:56.757Z | Downloaded foreign-types-shared v0.1.1 |
757 | 2025-01-07T04:24:56.760Z | Downloaded num-bigint v0.4.6 |
758 | 2025-01-07T04:24:56.763Z | Downloaded new_debug_unreachable v1.0.6 |
759 | 2025-01-07T04:24:56.765Z | Downloaded r2d2 v0.8.10 |
760 | 2025-01-07T04:24:56.767Z | Downloaded fragile v2.0.0 |
761 | 2025-01-07T04:24:56.770Z | Downloaded futures-core v0.3.31 |
762 | 2025-01-07T04:24:56.772Z | Downloaded wyz v0.5.1 |
763 | 2025-01-07T04:24:56.773Z | Downloaded postcard v1.0.10 |
764 | 2025-01-07T04:24:56.775Z | Downloaded prettyplease v0.2.25 |
765 | 2025-01-07T04:24:56.780Z | Downloaded rustc-hash v2.0.0 |
766 | 2025-01-07T04:24:56.782Z | Downloaded writeable v0.5.5 |
767 | 2025-01-07T04:24:56.785Z | Downloaded tracing-attributes v0.1.27 |
768 | 2025-01-07T04:24:56.787Z | Downloaded rtoolbox v0.0.2 |
769 | 2025-01-07T04:24:56.788Z | Downloaded term v0.7.0 |
770 | 2025-01-07T04:24:56.792Z | Downloaded schemars v0.8.21 |
771 | 2025-01-07T04:24:56.804Z | Downloaded progenitor-client v0.8.0 |
772 | 2025-01-07T04:24:56.807Z | Downloaded rustfmt-wrapper v0.2.1 |
773 | 2025-01-07T04:24:56.810Z | Downloaded password-hash v0.5.0 |
774 | 2025-01-07T04:24:56.810Z | Downloaded pretty-hex v0.2.1 |
775 | 2025-01-07T04:24:56.812Z | Downloaded path-slash v0.1.5 |
776 | 2025-01-07T04:24:56.812Z | Downloaded filetime v0.2.25 |
777 | 2025-01-07T04:24:56.815Z | Downloaded zerofrom v0.1.4 |
778 | 2025-01-07T04:24:56.817Z | Downloaded env_logger v0.11.5 |
779 | 2025-01-07T04:24:56.819Z | Downloaded num-traits v0.2.19 |
780 | 2025-01-07T04:24:56.822Z | Downloaded want v0.3.1 |
781 | 2025-01-07T04:24:56.826Z | Downloaded wait-timeout v0.2.0 |
782 | 2025-01-07T04:24:56.828Z | Downloaded funty v2.0.0 |
783 | 2025-01-07T04:24:56.828Z | Downloaded oso v0.27.3 |
784 | 2025-01-07T04:24:56.831Z | Downloaded fxhash v0.2.1 |
785 | 2025-01-07T04:24:56.836Z | Downloaded unicode-segmentation v1.12.0 |
786 | 2025-01-07T04:24:56.838Z | Downloaded newline-converter v0.3.0 |
787 | 2025-01-07T04:24:56.838Z | Downloaded aho-corasick v1.1.3 |
788 | 2025-01-07T04:24:56.845Z | Downloaded precomputed-hash v0.1.1 |
789 | 2025-01-07T04:24:56.847Z | Downloaded powerfmt v0.2.0 |
790 | 2025-01-07T04:24:56.847Z | Downloaded num-iter v0.1.45 |
791 | 2025-01-07T04:24:56.851Z | Downloaded pem-rfc7468 v0.7.0 |
792 | 2025-01-07T04:24:56.854Z | Downloaded tracing-core v0.1.32 |
793 | 2025-01-07T04:24:56.856Z | Downloaded ed25519-dalek v2.1.1 |
794 | 2025-01-07T04:24:56.859Z | Downloaded tls_codec v0.4.1 |
795 | 2025-01-07T04:24:56.861Z | Downloaded slab v0.4.9 |
796 | 2025-01-07T04:24:56.864Z | Downloaded siphasher v0.3.11 |
797 | 2025-01-07T04:24:56.864Z | Downloaded proc-macro-crate v1.3.1 |
798 | 2025-01-07T04:24:56.866Z | Downloaded tracing v0.1.40 |
799 | 2025-01-07T04:24:56.871Z | Downloaded slog-scope v4.4.0 |
800 | 2025-01-07T04:24:56.873Z | Downloaded signal-hook-registry v1.4.2 |
801 | 2025-01-07T04:24:56.876Z | Downloaded psl-types v2.0.11 |
802 | 2025-01-07T04:24:56.876Z | Downloaded progenitor-macro v0.8.0 |
803 | 2025-01-07T04:24:56.878Z | Downloaded slog-stdlog v4.1.1 |
804 | 2025-01-07T04:24:56.878Z | Downloaded libxml v0.3.3 |
805 | 2025-01-07T04:24:56.886Z | Downloaded env_filter v0.1.2 |
806 | 2025-01-07T04:24:56.891Z | Downloaded zerovec-derive v0.10.3 |
807 | 2025-01-07T04:24:56.893Z | Downloaded zeroize v1.8.1 |
808 | 2025-01-07T04:24:56.894Z | Downloaded xz2 v0.1.7 |
809 | 2025-01-07T04:24:56.894Z | Downloaded xattr v1.3.1 |
810 | 2025-01-07T04:24:56.896Z | Downloaded signal-hook-tokio v0.3.1 |
811 | 2025-01-07T04:24:56.899Z | Downloaded num-integer v0.1.46 |
812 | 2025-01-07T04:24:56.901Z | Downloaded subprocess v0.2.9 |
813 | 2025-01-07T04:24:56.903Z | Downloaded paste v1.0.15 |
814 | 2025-01-07T04:24:56.906Z | Downloaded downcast v0.11.0 |
815 | 2025-01-07T04:24:56.909Z | Downloaded flate2 v1.0.34 |
816 | 2025-01-07T04:24:56.913Z | Downloaded zone_cfg_derive v0.3.0 |
817 | 2025-01-07T04:24:56.916Z | Downloaded zone_cfg_derive v0.1.2 |
818 | 2025-01-07T04:24:56.916Z | Downloaded shlex v1.3.0 |
819 | 2025-01-07T04:24:56.918Z | Downloaded thiserror-no-std v2.0.2 |
820 | 2025-01-07T04:24:56.921Z | Downloaded untrusted v0.9.0 |
821 | 2025-01-07T04:24:56.924Z | Downloaded untrusted v0.7.1 |
822 | 2025-01-07T04:24:56.926Z | Downloaded thiserror-impl-no-std v2.0.2 |
823 | 2025-01-07T04:24:56.926Z | Downloaded russh v0.45.0 |
824 | 2025-01-07T04:24:56.934Z | Downloaded number_prefix v0.4.0 |
825 | 2025-01-07T04:24:56.937Z | Downloaded foreign-types-shared v0.3.1 |
826 | 2025-01-07T04:24:56.937Z | Downloaded futures-sink v0.3.31 |
827 | 2025-01-07T04:24:56.937Z | Downloaded tough v0.19.0 |
828 | 2025-01-07T04:24:56.945Z | Downloaded form_urlencoded v1.2.1 |
829 | 2025-01-07T04:24:56.948Z | Downloaded utf-8 v0.7.6 |
830 | 2025-01-07T04:24:56.948Z | Downloaded rand_chacha v0.3.1 |
831 | 2025-01-07T04:24:56.951Z | Downloaded synstructure v0.13.1 |
832 | 2025-01-07T04:24:56.951Z | Downloaded aws-lc-rs v1.10.0 |
833 | 2025-01-07T04:24:56.960Z | Downloaded parse-size v1.1.0 |
834 | 2025-01-07T04:24:56.962Z | Downloaded tinyvec_macros v0.1.1 |
835 | 2025-01-07T04:24:56.962Z | Downloaded shell-words v1.1.0 |
836 | 2025-01-07T04:24:56.966Z | Downloaded tui-tree-widget v0.22.0 |
837 | 2025-01-07T04:24:56.966Z | Downloaded predicates-core v1.0.8 |
838 | 2025-01-07T04:24:56.969Z | Downloaded derive-where v1.2.7 |
839 | 2025-01-07T04:24:56.971Z | Downloaded deranged v0.3.11 |
840 | 2025-01-07T04:24:56.974Z | Downloaded zone v0.3.0 |
841 | 2025-01-07T04:24:56.974Z | Downloaded uuid v1.11.0 |
842 | 2025-01-07T04:24:56.976Z | Downloaded pbkdf2 v0.11.0 |
843 | 2025-01-07T04:24:56.979Z | Downloaded displaydoc v0.2.5 |
844 | 2025-01-07T04:24:56.982Z | Downloaded structmeta-derive v0.3.0 |
845 | 2025-01-07T04:24:56.986Z | Downloaded resolv-conf v0.7.0 |
846 | 2025-01-07T04:24:56.988Z | Downloaded hash32 v0.2.1 |
847 | 2025-01-07T04:24:56.988Z | Downloaded gethostname v0.5.0 |
848 | 2025-01-07T04:24:56.991Z | Downloaded rayon v1.10.0 |
849 | 2025-01-07T04:24:56.999Z | Downloaded zone v0.1.8 |
850 | 2025-01-07T04:24:57.002Z | Downloaded strum_macros v0.25.3 |
851 | 2025-01-07T04:24:57.004Z | Downloaded strum_macros v0.24.3 |
852 | 2025-01-07T04:24:57.007Z | Downloaded bitvec v1.0.1 |
853 | 2025-01-07T04:24:57.022Z | Downloaded signature v2.2.0 |
854 | 2025-01-07T04:24:57.024Z | Downloaded sha1 v0.10.6 |
855 | 2025-01-07T04:24:57.027Z | Downloaded simd-adler32 v0.3.7 |
856 | 2025-01-07T04:24:57.027Z | Downloaded der_derive v0.7.3 |
857 | 2025-01-07T04:24:57.030Z | Downloaded tokio-tungstenite v0.24.0 |
858 | 2025-01-07T04:24:57.032Z | Downloaded progenitor-impl v0.8.0 |
859 | 2025-01-07T04:24:57.035Z | Downloaded termcolor v1.4.1 |
860 | 2025-01-07T04:24:57.035Z | Downloaded getrandom v0.2.15 |
861 | 2025-01-07T04:24:57.038Z | Downloaded idna v1.0.3 |
862 | 2025-01-07T04:24:57.042Z | Downloaded tinystr v0.7.6 |
863 | 2025-01-07T04:24:57.045Z | Downloaded num_enum v0.5.11 |
864 | 2025-01-07T04:24:57.049Z | Downloaded pin-project v1.1.6 |
865 | 2025-01-07T04:24:57.061Z | Downloaded hex v0.4.3 |
866 | 2025-01-07T04:24:57.065Z | Downloaded heck v0.3.3 |
867 | 2025-01-07T04:24:57.067Z | Downloaded phf_shared v0.11.2 |
868 | 2025-01-07T04:24:57.067Z | Downloaded parse-display-derive v0.10.0 |
869 | 2025-01-07T04:24:57.067Z | Downloaded des v0.8.1 |
870 | 2025-01-07T04:24:57.070Z | Downloaded derive_builder v0.20.2 |
871 | 2025-01-07T04:24:57.073Z | Downloaded signal-hook v0.3.17 |
872 | 2025-01-07T04:24:57.077Z | Downloaded unicase v2.7.0 |
873 | 2025-01-07T04:24:57.079Z | Downloaded unicode-bidi v0.3.17 |
874 | 2025-01-07T04:24:57.081Z | Downloaded ppv-lite86 v0.2.20 |
875 | 2025-01-07T04:24:57.084Z | Downloaded pin-utils v0.1.0 |
876 | 2025-01-07T04:24:57.084Z | Downloaded predicates-tree v1.0.11 |
877 | 2025-01-07T04:24:57.086Z | Downloaded num-derive v0.4.2 |
878 | 2025-01-07T04:24:57.089Z | Downloaded num_enum_derive v0.5.11 |
879 | 2025-01-07T04:24:57.089Z | Downloaded ena v0.14.3 |
880 | 2025-01-07T04:24:57.091Z | Downloaded typify-macro v0.2.0 |
881 | 2025-01-07T04:24:57.091Z | Downloaded strum_macros v0.26.4 |
882 | 2025-01-07T04:24:57.094Z | Downloaded dunce v1.0.5 |
883 | 2025-01-07T04:24:57.103Z | Downloaded expectorate v1.1.0 |
884 | 2025-01-07T04:24:57.109Z | Downloaded itertools v0.13.0 |
885 | 2025-01-07T04:24:57.109Z | Downloaded utf8_iter v1.0.4 |
886 | 2025-01-07T04:24:57.112Z | Downloaded utf16_iter v1.0.5 |
887 | 2025-01-07T04:24:57.112Z | Downloaded embedded-io v0.4.0 |
888 | 2025-01-07T04:24:57.112Z | Downloaded serde-hex v0.1.0 |
889 | 2025-01-07T04:24:57.114Z | Downloaded hash32 v0.3.1 |
890 | 2025-01-07T04:24:57.114Z | Downloaded env_logger v0.10.2 |
891 | 2025-01-07T04:24:57.117Z | Downloaded password-hash v0.4.2 |
892 | 2025-01-07T04:24:57.120Z | Downloaded dsl_auto_type v0.1.2 |
893 | 2025-01-07T04:24:57.120Z | Downloaded typify v0.2.0 |
894 | 2025-01-07T04:24:57.123Z | Downloaded pin-project-internal v1.1.6 |
895 | 2025-01-07T04:24:57.125Z | Downloaded url v2.5.3 |
896 | 2025-01-07T04:24:57.128Z | Downloaded parking_lot_core v0.8.6 |
897 | 2025-01-07T04:24:57.131Z | Downloaded zopfli v0.8.1 |
898 | 2025-01-07T04:24:57.133Z | Downloaded olpc-cjson v0.1.4 |
899 | 2025-01-07T04:24:57.136Z | Downloaded pin-project-lite v0.2.14 |
900 | 2025-01-07T04:24:57.140Z | Downloaded enum-as-inner v0.6.1 |
901 | 2025-01-07T04:24:57.143Z | Downloaded bindgen v0.69.5 |
902 | 2025-01-07T04:24:57.149Z | Downloaded hickory-client v0.24.1 |
903 | 2025-01-07T04:24:57.153Z | Downloaded rsa v0.9.6 |
904 | 2025-01-07T04:24:57.158Z | Downloaded serde_derive_internals v0.29.1 |
905 | 2025-01-07T04:24:57.161Z | Downloaded tinyvec v1.8.0 |
906 | 2025-01-07T04:24:57.163Z | Downloaded snafu v0.8.5 |
907 | 2025-01-07T04:24:57.170Z | Downloaded tokio-postgres v0.7.12 |
908 | 2025-01-07T04:24:57.176Z | Downloaded diesel_derives v2.2.3 |
909 | 2025-01-07T04:24:57.180Z | Downloaded derive_builder_core v0.20.2 |
910 | 2025-01-07T04:24:57.182Z | Downloaded rustls-webpki v0.101.7 |
911 | 2025-01-07T04:24:57.197Z | Downloaded zerovec v0.10.4 |
912 | 2025-01-07T04:24:57.203Z | Downloaded omicron-zone-package v0.12.0 |
913 | 2025-01-07T04:24:57.207Z | Downloaded walkdir v2.5.0 |
914 | 2025-01-07T04:24:57.209Z | Downloaded hashbrown v0.13.2 |
915 | 2025-01-07T04:24:57.213Z | Downloaded git2 v0.19.0 |
916 | 2025-01-07T04:24:57.222Z | Downloaded heapless v0.8.0 |
917 | 2025-01-07T04:24:57.228Z | Downloaded typed-path v0.9.3 |
918 | 2025-01-07T04:24:57.233Z | Downloaded rusqlite v0.32.1 |
919 | 2025-01-07T04:24:57.241Z | Downloaded publicsuffix v2.2.3 |
920 | 2025-01-07T04:24:57.244Z | Downloaded hashbrown v0.12.3 |
921 | 2025-01-07T04:24:57.248Z | Downloaded h2 v0.4.6 |
922 | 2025-01-07T04:24:57.256Z | Downloaded quinn-proto v0.11.8 |
923 | 2025-01-07T04:24:57.263Z | Downloaded reqwest v0.12.9 |
924 | 2025-01-07T04:24:57.272Z | Downloaded p256 v0.13.2 |
925 | 2025-01-07T04:24:57.275Z | Downloaded unicode-width v0.2.0 |
926 | 2025-01-07T04:24:57.284Z | Downloaded salty v0.3.0 |
927 | 2025-01-07T04:24:57.291Z | Downloaded nom v7.1.3 |
928 | 2025-01-07T04:24:57.295Z | Downloaded lalrpop v0.19.12 |
929 | 2025-01-07T04:24:57.307Z | Downloaded rustyline v14.0.0 |
930 | 2025-01-07T04:24:57.312Z | Downloaded dropshot_endpoint v0.12.0 |
931 | 2025-01-07T04:24:57.315Z | Downloaded rcgen v0.12.1 |
932 | 2025-01-07T04:24:57.318Z | Downloaded quick-xml v0.33.0 |
933 | 2025-01-07T04:24:57.325Z | Downloaded p521 v0.13.3 |
934 | 2025-01-07T04:24:57.329Z | Downloaded regress v0.9.1 |
935 | 2025-01-07T04:24:57.339Z | Downloaded serde_with v3.11.0 |
936 | 2025-01-07T04:24:57.349Z | Downloaded futures-util v0.3.31 |
937 | 2025-01-07T04:24:57.360Z | Downloaded zerocopy v0.8.10 |
938 | 2025-01-07T04:24:57.386Z | Downloaded reedline v0.35.0 |
939 | 2025-01-07T04:24:57.392Z | Downloaded bstr v1.10.0 |
940 | 2025-01-07T04:24:57.404Z | Downloaded vcpkg v0.2.15 |
941 | 2025-01-07T04:24:57.460Z | Downloaded proptest v1.5.0 |
942 | 2025-01-07T04:24:57.472Z | Downloaded sqlparser v0.45.0 |
943 | 2025-01-07T04:24:57.479Z | Downloaded polar-core v0.27.3 |
944 | 2025-01-07T04:24:57.487Z | Downloaded petname v2.0.2 |
945 | 2025-01-07T04:24:57.492Z | Downloaded rustls v0.21.12 |
946 | 2025-01-07T04:24:57.503Z | Downloaded regress v0.10.1 |
947 | 2025-01-07T04:24:57.512Z | Downloaded radix_trie v0.2.1 |
948 | 2025-01-07T04:24:57.517Z | Downloaded chrono-tz v0.10.0 |
949 | 2025-01-07T04:24:57.524Z | Downloaded regex v1.11.1 |
950 | 2025-01-07T04:24:57.537Z | Downloaded nix v0.27.1 |
951 | 2025-01-07T04:24:57.548Z | Downloaded p384 v0.13.0 |
952 | 2025-01-07T04:24:57.554Z | Downloaded object v0.30.4 |
953 | 2025-01-07T04:24:57.564Z | Downloaded rustls v0.22.4 |
954 | 2025-01-07T04:24:57.578Z | Downloaded nix v0.28.0 |
955 | 2025-01-07T04:24:57.589Z | Downloaded hickory-proto v0.24.1 |
956 | 2025-01-07T04:24:57.605Z | Downloaded diesel v2.2.6 |
957 | 2025-01-07T04:24:57.623Z | Downloaded regex-syntax v0.8.5 |
958 | 2025-01-07T04:24:57.631Z | Downloaded nix v0.29.0 |
959 | 2025-01-07T04:24:57.643Z | Downloaded regex-syntax v0.6.29 |
960 | 2025-01-07T04:24:57.652Z | Downloaded object v0.36.5 |
961 | 2025-01-07T04:24:57.662Z | Downloaded smoltcp v0.11.0 |
962 | 2025-01-07T04:24:57.675Z | Downloaded rustls v0.23.19 |
963 | 2025-01-07T04:24:57.686Z | Downloaded ratatui v0.28.1 |
964 | 2025-01-07T04:24:57.705Z | Downloaded zerocopy-derive v0.6.6 |
965 | 2025-01-07T04:24:57.714Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
966 | 2025-01-07T04:24:57.727Z | Downloaded typify-impl v0.2.0 |
967 | 2025-01-07T04:24:57.741Z | Downloaded sled v0.34.7 |
968 | 2025-01-07T04:24:57.752Z | Downloaded smoltcp v0.9.1 |
969 | 2025-01-07T04:24:57.762Z | Downloaded trust-dns-proto v0.22.0 |
970 | 2025-01-07T04:24:57.775Z | Downloaded openapiv3 v2.0.0 |
971 | 2025-01-07T04:24:57.786Z | Downloaded dropshot v0.13.0 |
972 | 2025-01-07T04:24:57.807Z | Downloaded webpki-roots v0.26.6 |
973 | 2025-01-07T04:24:57.810Z | Downloaded idna v0.3.0 |
974 | 2025-01-07T04:24:57.817Z | Downloaded dropshot v0.12.0 |
975 | 2025-01-07T04:24:57.837Z | Downloaded rustls-webpki v0.102.8 |
976 | 2025-01-07T04:24:57.855Z | Downloaded regex-automata v0.4.8 |
977 | 2025-01-07T04:24:57.871Z | Downloaded lzma-sys v0.1.20 |
978 | 2025-01-07T04:24:57.902Z | Downloaded petgraph v0.6.5 |
979 | 2025-01-07T04:24:57.918Z | Downloaded openssl v0.10.66 |
980 | 2025-01-07T04:24:57.928Z | Downloaded gimli v0.31.1 |
981 | 2025-01-07T04:24:57.936Z | Downloaded idna v0.2.3 |
982 | 2025-01-07T04:24:57.943Z | Downloaded tokio v1.40.0 |
983 | 2025-01-07T04:24:57.980Z | Downloaded libz-sys v1.1.20 |
984 | 2025-01-07T04:24:58.000Z | Downloaded csv v1.3.0 |
985 | 2025-01-07T04:24:58.018Z | Downloaded idna v0.5.0 |
986 | 2025-01-07T04:24:58.025Z | Downloaded idna v0.4.0 |
987 | 2025-01-07T04:24:58.032Z | Downloaded curve25519-dalek v4.1.3 |
988 | 2025-01-07T04:24:58.041Z | Downloaded serde_yaml v0.9.34+deprecated |
989 | 2025-01-07T04:24:58.044Z | Downloaded icu_properties_data v1.5.0 |
990 | 2025-01-07T04:24:58.054Z | Downloaded steno v0.4.1 |
991 | 2025-01-07T04:24:58.058Z | Downloaded similar v2.6.0 |
992 | 2025-01-07T04:24:58.063Z | Downloaded hickory-resolver v0.24.1 |
993 | 2025-01-07T04:24:58.072Z | Downloaded sha3 v0.10.8 |
994 | 2025-01-07T04:24:58.074Z | Downloaded x509-cert v0.2.5 |
995 | 2025-01-07T04:24:58.079Z | Downloaded portable-atomic v1.9.0 |
996 | 2025-01-07T04:24:58.086Z | Downloaded chrono v0.4.38 |
997 | 2025-01-07T04:24:58.094Z | Downloaded der v0.7.9 |
998 | 2025-01-07T04:24:58.102Z | Downloaded tokio-util v0.7.12 |
999 | 2025-01-07T04:24:58.107Z | Downloaded ssh-key v0.6.6 |
1000 | 2025-01-07T04:24:58.114Z | Downloaded hashbrown v0.14.5 |
1001 | 2025-01-07T04:24:58.119Z | Downloaded peg-macros v0.8.4 |
1002 | 2025-01-07T04:24:58.122Z | Downloaded russh-keys v0.45.0 |
1003 | 2025-01-07T04:24:58.124Z | Downloaded unicode-normalization v0.1.24 |
1004 | 2025-01-07T04:24:58.127Z | Downloaded itertools v0.12.1 |
1005 | 2025-01-07T04:24:58.134Z | Downloaded futures-channel v0.3.31 |
1006 | 2025-01-07T04:24:58.137Z | Downloaded tar v0.4.42 |
1007 | 2025-01-07T04:24:58.140Z | Downloaded structmeta-derive v0.2.0 |
1008 | 2025-01-07T04:24:58.143Z | Downloaded slog v2.7.0 |
1009 | 2025-01-07T04:24:58.144Z | Downloaded either v1.13.0 |
1010 | 2025-01-07T04:24:58.146Z | Downloaded parse-zoneinfo v0.3.1 |
1011 | 2025-01-07T04:24:58.149Z | Downloaded sqlformat v0.2.6 |
1012 | 2025-01-07T04:24:58.152Z | Downloaded spki v0.7.3 |
1013 | 2025-01-07T04:24:58.154Z | Downloaded tokio-tungstenite v0.23.1 |
1014 | 2025-01-07T04:24:58.157Z | Downloaded tokio-tungstenite v0.21.0 |
1015 | 2025-01-07T04:24:58.160Z | Downloaded zerocopy-derive v0.8.10 |
1016 | 2025-01-07T04:24:58.164Z | Downloaded winnow v0.5.40 |
1017 | 2025-01-07T04:24:58.173Z | Downloaded num-bigint-dig v0.8.4 |
1018 | 2025-01-07T04:24:58.179Z | Downloaded predicates v3.1.2 |
1019 | 2025-01-07T04:24:58.182Z | Downloaded value-bag v1.9.0 |
1020 | 2025-01-07T04:24:58.184Z | Downloaded futures v0.3.31 |
1021 | 2025-01-07T04:24:58.188Z | Downloaded encoding_rs v0.8.34 |
1022 | 2025-01-07T04:24:58.210Z | Downloaded rayon-core v1.12.1 |
1023 | 2025-01-07T04:24:58.214Z | Downloaded tungstenite v0.23.0 |
1024 | 2025-01-07T04:24:58.217Z | Downloaded tokio-rustls v0.25.0 |
1025 | 2025-01-07T04:24:58.220Z | Downloaded darling_core v0.20.10 |
1026 | 2025-01-07T04:24:58.223Z | Downloaded openssl-sys v0.9.103 |
1027 | 2025-01-07T04:24:58.227Z | Downloaded tokio-rustls v0.26.0 |
1028 | 2025-01-07T04:24:58.231Z | Downloaded tokio-rustls v0.24.1 |
1029 | 2025-01-07T04:24:58.233Z | Downloaded dropshot_endpoint v0.13.0 |
1030 | 2025-01-07T04:24:58.236Z | Downloaded tungstenite v0.24.0 |
1031 | 2025-01-07T04:24:58.239Z | Downloaded tungstenite v0.21.0 |
1032 | 2025-01-07T04:24:58.243Z | Downloaded itertools v0.10.5 |
1033 | 2025-01-07T04:24:58.249Z | Downloaded libm v0.2.8 |
1034 | 2025-01-07T04:24:58.257Z | Downloaded owo-colors v4.1.0 |
1035 | 2025-01-07T04:24:58.260Z | Downloaded fs_extra v1.3.0 |
1036 | 2025-01-07T04:24:58.262Z | Downloaded samael v0.0.17 |
1037 | 2025-01-07T04:24:58.266Z | Downloaded blake3 v1.5.4 |
1038 | 2025-01-07T04:24:58.274Z | Downloaded ron v0.8.1 |
1039 | 2025-01-07T04:24:58.279Z | Downloaded toml_edit v0.19.15 |
1040 | 2025-01-07T04:24:58.297Z | Downloaded ff v0.13.0 |
1041 | 2025-01-07T04:24:58.299Z | Downloaded display-error-chain v0.2.2 |
1042 | 2025-01-07T04:24:58.299Z | Downloaded dirs-sys-next v0.1.2 |
1043 | 2025-01-07T04:24:58.302Z | Downloaded smf v0.2.3 |
1044 | 2025-01-07T04:24:58.302Z | Downloaded rustc_version v0.1.7 |
1045 | 2025-01-07T04:24:58.302Z | Downloaded radium v0.7.0 |
1046 | 2025-01-07T04:24:58.304Z | Downloaded diff v0.1.13 |
1047 | 2025-01-07T04:24:58.307Z | Downloaded time v0.3.36 |
1048 | 2025-01-07T04:24:58.313Z | Downloaded mio v1.0.2 |
1049 | 2025-01-07T04:24:58.320Z | Downloaded crossterm v0.28.1 |
1050 | 2025-01-07T04:24:58.327Z | Downloaded spin v0.9.8 |
1051 | 2025-01-07T04:24:58.329Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1052 | 2025-01-07T04:24:58.392Z | Downloaded quinn v0.11.5 |
1053 | 2025-01-07T04:24:58.394Z | Downloaded uzers v0.12.1 |
1054 | 2025-01-07T04:24:58.396Z | Downloaded pkcs5 v0.7.1 |
1055 | 2025-01-07T04:24:58.399Z | Downloaded parking_lot v0.11.2 |
1056 | 2025-01-07T04:24:58.402Z | Downloaded structmeta v0.3.0 |
1057 | 2025-01-07T04:24:58.405Z | Downloaded salsa20 v0.10.2 |
1058 | 2025-01-07T04:24:58.405Z | Downloaded half v2.4.1 |
1059 | 2025-01-07T04:24:58.408Z | Downloaded unsafe-libyaml v0.2.11 |
1060 | 2025-01-07T04:24:58.411Z | Downloaded unicode-properties v0.1.3 |
1061 | 2025-01-07T04:24:58.413Z | Downloaded flume v0.11.1 |
1062 | 2025-01-07T04:24:58.416Z | Downloaded futures-macro v0.3.31 |
1063 | 2025-01-07T04:24:58.418Z | Downloaded futures-io v0.3.31 |
1064 | 2025-01-07T04:24:58.418Z | Downloaded fallible-iterator v0.3.0 |
1065 | 2025-01-07T04:24:58.420Z | Downloaded rustls-pki-types v1.10.0 |
1066 | 2025-01-07T04:24:58.423Z | Downloaded stable_deref_trait v1.2.0 |
1067 | 2025-01-07T04:24:58.423Z | Downloaded rand v0.8.5 |
1068 | 2025-01-07T04:24:58.427Z | Downloaded thiserror v2.0.3 |
1069 | 2025-01-07T04:24:58.432Z | Downloaded quinn-udp v0.5.5 |
1070 | 2025-01-07T04:24:58.434Z | Downloaded allocator-api2 v0.2.18 |
1071 | 2025-01-07T04:24:58.436Z | Downloaded base64 v0.21.7 |
1072 | 2025-01-07T04:24:58.440Z | Downloaded mockall_derive v0.13.0 |
1073 | 2025-01-07T04:24:58.443Z | Downloaded slog-envlogger v2.2.0 |
1074 | 2025-01-07T04:24:58.446Z | Downloaded slog-dtrace v0.3.0 |
1075 | 2025-01-07T04:24:58.446Z | Downloaded slog-bunyan v2.5.0 |
1076 | 2025-01-07T04:24:58.448Z | Downloaded serde_urlencoded v0.7.1 |
1077 | 2025-01-07T04:24:58.448Z | Downloaded scrypt v0.11.0 |
1078 | 2025-01-07T04:24:58.451Z | Downloaded topological-sort v0.2.2 |
1079 | 2025-01-07T04:24:58.451Z | Downloaded serde_path_to_error v0.1.16 |
1080 | 2025-01-07T04:24:58.455Z | Downloaded ref-cast v1.0.23 |
1081 | 2025-01-07T04:24:58.458Z | Downloaded parse-display v0.10.0 |
1082 | 2025-01-07T04:24:58.458Z | Downloaded icu_locid v1.5.0 |
1083 | 2025-01-07T04:24:58.460Z | Downloaded icu_normalizer_data v1.5.0 |
1084 | 2025-01-07T04:24:58.463Z | Downloaded icu_normalizer v1.5.0 |
1085 | 2025-01-07T04:24:58.467Z | Downloaded peg v0.8.4 |
1086 | 2025-01-07T04:24:58.470Z | Downloaded pbkdf2 v0.12.2 |
1087 | 2025-01-07T04:24:58.473Z | Downloaded lock_api v0.4.12 |
1088 | 2025-01-07T04:24:58.475Z | Downloaded const_format v0.2.33 |
1089 | 2025-01-07T04:24:58.478Z | Downloaded enum-as-inner v0.5.1 |
1090 | 2025-01-07T04:24:58.480Z | Downloaded kstat-rs v0.2.4 |
1091 | 2025-01-07T04:24:58.483Z | Downloaded libloading v0.8.5 |
1092 | 2025-01-07T04:24:58.483Z | Downloaded jobserver v0.1.32 |
1093 | 2025-01-07T04:24:58.486Z | Downloaded zerofrom-derive v0.1.4 |
1094 | 2025-01-07T04:24:58.489Z | Downloaded time-macros v0.2.18 |
1095 | 2025-01-07T04:24:58.489Z | Downloaded string_cache v0.8.7 |
1096 | 2025-01-07T04:24:58.491Z | Downloaded slog-json v2.6.1 |
1097 | 2025-01-07T04:24:58.493Z | Downloaded unarray v0.1.4 |
1098 | 2025-01-07T04:24:58.493Z | Downloaded chacha20poly1305 v0.10.1 |
1099 | 2025-01-07T04:24:58.496Z | Downloaded cc v1.1.30 |
1100 | 2025-01-07T04:24:58.499Z | Downloaded backtrace v0.3.74 |
1101 | 2025-01-07T04:24:58.504Z | Downloaded rustls-pemfile v2.2.0 |
1102 | 2025-01-07T04:24:58.508Z | Downloaded mockall v0.13.0 |
1103 | 2025-01-07T04:24:58.510Z | Downloaded mime v0.3.17 |
1104 | 2025-01-07T04:24:58.513Z | Downloaded lru-cache v0.1.2 |
1105 | 2025-01-07T04:24:58.513Z | Downloaded unicode-truncate v1.1.0 |
1106 | 2025-01-07T04:24:58.515Z | Downloaded whoami v1.5.2 |
1107 | 2025-01-07T04:24:58.518Z | Downloaded signal-hook-mio v0.2.4 |
1108 | 2025-01-07T04:24:58.518Z | Downloaded maplit v1.0.2 |
1109 | 2025-01-07T04:24:58.523Z | Downloaded lockfree-object-pool v0.1.6 |
1110 | 2025-01-07T04:24:58.523Z | Downloaded rusty-fork v0.3.0 |
1111 | 2025-01-07T04:24:58.526Z | Downloaded crossbeam-utils v0.8.20 |
1112 | 2025-01-07T04:24:58.526Z | Downloaded const-oid v0.9.6 |
1113 | 2025-01-07T04:24:58.528Z | Downloaded linear-map v1.2.0 |
1114 | 2025-01-07T04:24:58.528Z | Downloaded libefi-sys v0.1.0 |
1115 | 2025-01-07T04:24:58.531Z | Downloaded libsw v3.3.1 |
1116 | 2025-01-07T04:24:58.531Z | Downloaded lazy_static v1.5.0 |
1117 | 2025-01-07T04:24:58.536Z | Downloaded keccak v0.1.5 |
1118 | 2025-01-07T04:24:58.536Z | Downloaded thread_local v1.1.8 |
1119 | 2025-01-07T04:24:58.541Z | Downloaded indoc v1.0.9 |
1120 | 2025-01-07T04:24:58.541Z | Downloaded termios v0.3.3 |
1121 | 2025-01-07T04:24:58.544Z | Downloaded scheduled-thread-pool v0.2.7 |
1122 | 2025-01-07T04:24:58.544Z | Downloaded stringprep v0.1.5 |
1123 | 2025-01-07T04:24:58.544Z | Downloaded rustc-demangle v0.1.24 |
1124 | 2025-01-07T04:24:58.547Z | Downloaded crc-any v2.5.0 |
1125 | 2025-01-07T04:24:58.547Z | Downloaded bytes v1.8.0 |
1126 | 2025-01-07T04:24:58.550Z | Downloaded iana-time-zone v0.1.61 |
1127 | 2025-01-07T04:24:58.553Z | Downloaded inout v0.1.3 |
1128 | 2025-01-07T04:24:58.555Z | Downloaded instability v0.3.2 |
1129 | 2025-01-07T04:24:58.555Z | Downloaded indent_write v2.2.0 |
1130 | 2025-01-07T04:24:58.557Z | Downloaded ahash v0.8.11 |
1131 | 2025-01-07T04:24:58.560Z | Downloaded idna_adapter v1.2.0 |
1132 | 2025-01-07T04:24:58.564Z | Downloaded httpdate v1.0.3 |
1133 | 2025-01-07T04:24:58.564Z | Downloaded http v1.1.0 |
1134 | 2025-01-07T04:24:58.566Z | Downloaded csv-core v0.1.11 |
1135 | 2025-01-07T04:24:58.568Z | Downloaded console v0.15.8 |
1136 | 2025-01-07T04:24:58.571Z | Downloaded bit-set v0.5.3 |
1137 | 2025-01-07T04:24:58.573Z | Downloaded bzip2 v0.4.4 |
1138 | 2025-01-07T04:24:58.573Z | Downloaded async-trait v0.1.83 |
1139 | 2025-01-07T04:24:58.577Z | Downloaded curve25519-dalek-derive v0.1.1 |
1140 | 2025-01-07T04:24:58.581Z | Downloaded const_format_proc_macros v0.2.33 |
1141 | 2025-01-07T04:24:58.581Z | Downloaded bitfield-struct v0.6.2 |
1142 | 2025-01-07T04:24:58.584Z | Downloaded bcrypt-pbkdf v0.10.0 |
1143 | 2025-01-07T04:24:58.584Z | Downloaded blowfish v0.9.1 |
1144 | 2025-01-07T04:24:58.584Z | Downloaded block-padding v0.3.3 |
1145 | 2025-01-07T04:24:58.584Z | Downloaded bb8 v0.8.5 |
1146 | 2025-01-07T04:24:58.586Z | Downloaded cobs v0.2.3 |
1147 | 2025-01-07T04:24:58.674Z | Downloaded ring v0.17.8 |
1148 | 2025-01-07T04:24:58.776Z | Downloaded libsqlite3-sys v0.30.1 |
1149 | 2025-01-07T04:24:59.030Z | Downloaded aws-lc-sys v0.22.0 |
1150 | 2025-01-07T04:24:59.335Z | Compiling serde v1.0.215 |
1151 | 2025-01-07T04:24:59.338Z | Compiling lock_api v0.4.12 |
1152 | 2025-01-07T04:24:59.338Z | Compiling scopeguard v1.2.0 |
1153 | 2025-01-07T04:24:59.338Z | Compiling value-bag v1.9.0 |
1154 | 2025-01-07T04:24:59.338Z | Compiling typenum v1.17.0 |
1155 | 2025-01-07T04:24:59.338Z | Compiling generic-array v0.14.7 |
1156 | 2025-01-07T04:24:59.533Z | Compiling syn v2.0.87 |
1157 | 2025-01-07T04:24:59.536Z | Compiling getrandom v0.2.15 |
1158 | 2025-01-07T04:24:59.653Z | Compiling shlex v1.3.0 |
1159 | 2025-01-07T04:24:59.831Z | Compiling rand_core v0.6.4 |
1160 | 2025-01-07T04:25:00.003Z | Compiling log v0.4.22 |
1161 | 2025-01-07T04:25:00.024Z | Compiling subtle v2.6.1 |
1162 | 2025-01-07T04:25:00.064Z | Compiling jobserver v0.1.32 |
1163 | 2025-01-07T04:25:00.114Z | Compiling const-oid v0.9.6 |
1164 | 2025-01-07T04:25:00.365Z | Compiling smallvec v1.13.2 |
1165 | 2025-01-07T04:25:00.384Z | Compiling spin v0.9.8 |
1166 | 2025-01-07T04:25:00.384Z | Compiling pin-project-lite v0.2.14 |
1167 | 2025-01-07T04:25:00.534Z | Compiling cc v1.1.30 |
1168 | 2025-01-07T04:25:00.767Z | Compiling rustix v0.38.37 |
1169 | 2025-01-07T04:25:00.788Z | Compiling parking_lot_core v0.9.10 |
1170 | 2025-01-07T04:25:00.828Z | Compiling futures-core v0.3.31 |
1171 | 2025-01-07T04:25:00.964Z | Compiling signal-hook-registry v1.4.2 |
1172 | 2025-01-07T04:25:01.088Z | Compiling mio v1.0.2 |
1173 | 2025-01-07T04:25:01.622Z | Compiling parking_lot v0.12.3 |
1174 | 2025-01-07T04:25:01.821Z | Compiling aho-corasick v1.1.3 |
1175 | 2025-01-07T04:25:01.891Z | Compiling cpufeatures v0.2.14 |
1176 | 2025-01-07T04:25:01.994Z | Compiling either v1.13.0 |
1177 | 2025-01-07T04:25:02.044Z | Compiling regex-syntax v0.8.5 |
1178 | 2025-01-07T04:25:02.170Z | Compiling lazy_static v1.5.0 |
1179 | 2025-01-07T04:25:02.267Z | Compiling futures-sink v0.3.31 |
1180 | 2025-01-07T04:25:02.297Z | Compiling stable_deref_trait v1.2.0 |
1181 | 2025-01-07T04:25:02.409Z | Compiling glob v0.3.1 |
1182 | 2025-01-07T04:25:02.484Z | Compiling socket2 v0.5.7 |
1183 | 2025-01-07T04:25:02.552Z | Compiling slab v0.4.9 |
1184 | 2025-01-07T04:25:02.710Z | Compiling prettyplease v0.2.25 |
1185 | 2025-01-07T04:25:03.003Z | Compiling minimal-lexical v0.2.1 |
1186 | 2025-01-07T04:25:03.054Z | Compiling serde_json v1.0.133 |
1187 | 2025-01-07T04:25:03.517Z | Compiling nom v7.1.3 |
1188 | 2025-01-07T04:25:03.552Z | Compiling libloading v0.8.5 |
1189 | 2025-01-07T04:25:03.620Z | Compiling clang-sys v1.8.1 |
1190 | 2025-01-07T04:25:03.704Z | Compiling home v0.5.9 |
1191 | 2025-01-07T04:25:03.978Z | Compiling bindgen v0.69.5 |
1192 | 2025-01-07T04:25:03.998Z | Compiling itertools v0.12.1 |
1193 | 2025-01-07T04:25:04.818Z | Compiling futures-channel v0.3.31 |
1194 | 2025-01-07T04:25:05.079Z | Compiling allocator-api2 v0.2.18 |
1195 | 2025-01-07T04:25:05.261Z | Compiling foldhash v0.1.3 |
1196 | 2025-01-07T04:25:05.563Z | Compiling pin-utils v0.1.0 |
1197 | 2025-01-07T04:25:05.662Z | Compiling rustc-hash v1.1.0 |
1198 | 2025-01-07T04:25:05.818Z | Compiling regex-automata v0.4.8 |
1199 | 2025-01-07T04:25:05.954Z | Compiling futures-io v0.3.31 |
1200 | 2025-01-07T04:25:06.268Z | Compiling futures-task v0.3.31 |
1201 | 2025-01-07T04:25:06.564Z | Compiling libm v0.2.8 |
1202 | 2025-01-07T04:25:06.896Z | Compiling lazycell v1.3.0 |
1203 | 2025-01-07T04:25:07.072Z | Compiling cexpr v0.6.0 |
1204 | 2025-01-07T04:25:07.176Z | Compiling synstructure v0.13.1 |
1205 | 2025-01-07T04:25:07.650Z | Compiling hashbrown v0.15.1 |
1206 | 2025-01-07T04:25:08.892Z | Compiling cmake v0.1.51 |
1207 | 2025-01-07T04:25:08.970Z | Compiling num-traits v0.2.19 |
1208 | 2025-01-07T04:25:08.990Z | Compiling dunce v1.0.5 |
1209 | 2025-01-07T04:25:09.019Z | Compiling tinyvec_macros v0.1.1 |
1210 | 2025-01-07T04:25:09.113Z | Compiling pkg-config v0.3.31 |
1211 | 2025-01-07T04:25:09.133Z | Compiling fs_extra v1.3.0 |
1212 | 2025-01-07T04:25:09.470Z | Compiling tinyvec v1.8.0 |
1213 | 2025-01-07T04:25:09.943Z | Compiling ring v0.17.8 |
1214 | 2025-01-07T04:25:10.467Z | Compiling base64ct v1.6.0 |
1215 | 2025-01-07T04:25:10.647Z | Compiling paste v1.0.15 |
1216 | 2025-01-07T04:25:10.939Z | Compiling unicode-normalization v0.1.24 |
1217 | 2025-01-07T04:25:11.105Z | Compiling writeable v0.5.5 |
1218 | 2025-01-07T04:25:11.150Z | Compiling unicode-bidi v0.3.17 |
1219 | 2025-01-07T04:25:11.175Z | Compiling litemap v0.7.3 |
1220 | 2025-01-07T04:25:11.564Z | Compiling regex v1.11.1 |
1221 | 2025-01-07T04:25:12.058Z | Compiling pem-rfc7468 v0.7.0 |
1222 | 2025-01-07T04:25:12.653Z | Compiling httparse v1.9.5 |
1223 | 2025-01-07T04:25:12.685Z | Compiling aws-lc-rs v1.10.0 |
1224 | 2025-01-07T04:25:12.783Z | Compiling flagset v0.4.6 |
1225 | 2025-01-07T04:25:13.025Z | Compiling tracing-core v0.1.32 |
1226 | 2025-01-07T04:25:13.118Z | Compiling crossbeam-utils v0.8.20 |
1227 | 2025-01-07T04:25:13.461Z | Compiling percent-encoding v2.3.1 |
1228 | 2025-01-07T04:25:13.702Z | Compiling icu_locid_transform_data v1.5.0 |
1229 | 2025-01-07T04:25:13.802Z | Compiling rustls-pki-types v1.10.0 |
1230 | 2025-01-07T04:25:14.094Z | Compiling untrusted v0.7.1 |
1231 | 2025-01-07T04:25:14.266Z | Compiling vcpkg v0.2.15 |
1232 | 2025-01-07T04:25:14.287Z | Compiling serde_derive v1.0.215 |
1233 | 2025-01-07T04:25:14.386Z | Compiling zeroize_derive v1.4.2 |
1234 | 2025-01-07T04:25:14.553Z | Compiling zerocopy-derive v0.7.35 |
1235 | 2025-01-07T04:25:14.923Z | Compiling tokio-macros v2.4.0 |
1236 | 2025-01-07T04:25:15.980Z | Compiling zeroize v1.8.1 |
1237 | 2025-01-07T04:25:16.431Z | Compiling zerofrom-derive v0.1.4 |
1238 | 2025-01-07T04:25:16.494Z | Compiling yoke-derive v0.7.4 |
1239 | 2025-01-07T04:25:16.564Z | Compiling thiserror-impl v1.0.69 |
1240 | 2025-01-07T04:25:16.796Z | Compiling zerocopy v0.7.35 |
1241 | 2025-01-07T04:25:17.594Z | Compiling futures-macro v0.3.31 |
1242 | 2025-01-07T04:25:17.809Z | Compiling crypto-common v0.1.6 |
1243 | 2025-01-07T04:25:18.061Z | Compiling block-buffer v0.10.4 |
1244 | 2025-01-07T04:25:18.333Z | Compiling digest v0.10.7 |
1245 | 2025-01-07T04:25:18.447Z | Compiling zerovec-derive v0.10.3 |
1246 | 2025-01-07T04:25:18.739Z | Compiling block-padding v0.3.3 |
1247 | 2025-01-07T04:25:18.823Z | Compiling hmac v0.12.1 |
1248 | 2025-01-07T04:25:18.980Z | Compiling displaydoc v0.2.5 |
1249 | 2025-01-07T04:25:19.074Z | Compiling inout v0.1.3 |
1250 | 2025-01-07T04:25:19.353Z | Compiling cipher v0.4.4 |
1251 | 2025-01-07T04:25:19.610Z | Compiling futures-util v0.3.31 |
1252 | 2025-01-07T04:25:19.669Z | Compiling sha2 v0.10.8 |
1253 | 2025-01-07T04:25:19.859Z | Compiling ppv-lite86 v0.2.20 |
1254 | 2025-01-07T04:25:20.095Z | Compiling thiserror v1.0.69 |
1255 | 2025-01-07T04:25:20.244Z | Compiling icu_provider_macros v1.5.0 |
1256 | 2025-01-07T04:25:20.561Z | Compiling zerofrom v0.1.4 |
1257 | 2025-01-07T04:25:20.686Z | Compiling der_derive v0.7.3 |
1258 | 2025-01-07T04:25:20.707Z | Compiling rand_chacha v0.3.1 |
1259 | 2025-01-07T04:25:20.791Z | Compiling yoke v0.7.4 |
1260 | 2025-01-07T04:25:21.150Z | Compiling tracing-attributes v0.1.27 |
1261 | 2025-01-07T04:25:21.205Z | Compiling zerovec v0.10.4 |
1262 | 2025-01-07T04:25:21.372Z | Compiling rand v0.8.5 |
1263 | 2025-01-07T04:25:23.103Z | Compiling tinystr v0.7.6 |
1264 | 2025-01-07T04:25:23.308Z | Compiling der v0.7.9 |
1265 | 2025-01-07T04:25:23.317Z | Compiling icu_collections v1.5.0 |
1266 | 2025-01-07T04:25:23.487Z | Compiling icu_locid v1.5.0 |
1267 | 2025-01-07T04:25:23.539Z | Compiling pest v2.7.14 |
1268 | 2025-01-07T04:25:23.625Z | Compiling salsa20 v0.10.2 |
1269 | 2025-01-07T04:25:23.866Z | Compiling pbkdf2 v0.12.2 |
1270 | 2025-01-07T04:25:24.046Z | Compiling mirai-annotations v1.12.0 |
1271 | 2025-01-07T04:25:24.252Z | Compiling icu_properties_data v1.5.0 |
1272 | 2025-01-07T04:25:24.532Z | Compiling num-conv v0.1.0 |
1273 | 2025-01-07T04:25:24.824Z | Compiling icu_provider v1.5.0 |
1274 | 2025-01-07T04:25:24.839Z | Compiling untrusted v0.9.0 |
1275 | 2025-01-07T04:25:24.978Z | Compiling tracing v0.1.40 |
1276 | 2025-01-07T04:25:25.014Z | Compiling time-core v0.1.2 |
1277 | 2025-01-07T04:25:25.185Z | Compiling powerfmt v0.2.0 |
1278 | 2025-01-07T04:25:25.519Z | Compiling spki v0.7.3 |
1279 | 2025-01-07T04:25:25.601Z | Compiling icu_locid_transform v1.5.0 |
1280 | 2025-01-07T04:25:25.878Z | Compiling deranged v0.3.11 |
1281 | 2025-01-07T04:25:25.913Z | Compiling time-macros v0.2.18 |
1282 | 2025-01-07T04:25:25.938Z | Compiling scrypt v0.11.0 |
1283 | 2025-01-07T04:25:26.550Z | Compiling pest_meta v2.7.14 |
1284 | 2025-01-07T04:25:26.553Z | Compiling aes v0.8.4 |
1285 | 2025-01-07T04:25:26.741Z | Compiling icu_properties v1.5.1 |
1286 | 2025-01-07T04:25:27.870Z | Compiling cbc v0.1.2 |
1287 | 2025-01-07T04:25:28.119Z | Compiling openssl-sys v0.9.103 |
1288 | 2025-01-07T04:25:28.323Z | Compiling scroll_derive v0.12.0 |
1289 | 2025-01-07T04:25:28.909Z | Compiling bitflags v2.6.0 |
1290 | 2025-01-07T04:25:29.214Z | Compiling bytes v1.8.0 |
1291 | 2025-01-07T04:25:29.457Z | Compiling indexmap v2.6.0 |
1292 | 2025-01-07T04:25:29.832Z | Compiling semver v1.0.23 |
1293 | 2025-01-07T04:25:30.575Z | Compiling tokio v1.40.0 |
1294 | 2025-01-07T04:25:30.599Z | Compiling http v1.1.0 |
1295 | 2025-01-07T04:25:30.982Z | Compiling rustc_version v0.4.1 |
1296 | 2025-01-07T04:25:31.123Z | Compiling utf8_iter v1.0.4 |
1297 | 2025-01-07T04:25:31.375Z | Compiling atomic-waker v1.1.2 |
1298 | 2025-01-07T04:25:31.566Z | Compiling icu_normalizer_data v1.5.0 |
1299 | 2025-01-07T04:25:31.680Z | Compiling utf16_iter v1.0.5 |
1300 | 2025-01-07T04:25:31.698Z | Compiling write16 v1.0.0 |
1301 | 2025-01-07T04:25:31.748Z | Compiling num_threads v0.1.7 |
1302 | 2025-01-07T04:25:31.770Z | Compiling scroll v0.12.0 |
1303 | 2025-01-07T04:25:31.882Z | Compiling icu_normalizer v1.5.0 |
1304 | 2025-01-07T04:25:31.884Z | Compiling time v0.3.36 |
1305 | 2025-01-07T04:25:31.918Z | Compiling pkcs5 v0.7.1 |
1306 | 2025-01-07T04:25:32.332Z | Compiling http-body v1.0.1 |
1307 | 2025-01-07T04:25:32.602Z | Compiling pest_generator v2.7.14 |
1308 | 2025-01-07T04:25:32.641Z | Compiling form_urlencoded v1.2.1 |
1309 | 2025-01-07T04:25:32.968Z | Compiling slog v2.7.0 |
1310 | 2025-01-07T04:25:33.100Z | Compiling try-lock v0.2.5 |
1311 | 2025-01-07T04:25:33.187Z | Compiling goblin v0.8.2 |
1312 | 2025-01-07T04:25:33.258Z | Compiling which v4.4.2 |
1313 | 2025-01-07T04:25:33.553Z | Compiling want v0.3.1 |
1314 | 2025-01-07T04:25:33.893Z | Compiling idna_adapter v1.2.0 |
1315 | 2025-01-07T04:25:33.972Z | Compiling pkcs8 v0.10.2 |
1316 | 2025-01-07T04:25:34.121Z | Compiling uuid v1.11.0 |
1317 | 2025-01-07T04:25:34.641Z | Compiling iana-time-zone v0.1.61 |
1318 | 2025-01-07T04:25:34.688Z | Compiling pest_derive v2.7.14 |
1319 | 2025-01-07T04:25:34.690Z | Compiling httpdate v1.0.3 |
1320 | 2025-01-07T04:25:35.147Z | Compiling chrono v0.4.38 |
1321 | 2025-01-07T04:25:35.168Z | Compiling idna v1.0.3 |
1322 | 2025-01-07T04:25:35.492Z | Compiling dtrace-parser v0.2.0 |
1323 | 2025-01-07T04:25:36.415Z | Compiling serde_tokenstream v0.2.2 |
1324 | 2025-01-07T04:25:37.036Z | Compiling toml_datetime v0.6.8 |
1325 | 2025-01-07T04:25:37.085Z | Compiling serde_spanned v0.6.8 |
1326 | 2025-01-07T04:25:37.285Z | Compiling base64 v0.22.1 |
1327 | 2025-01-07T04:25:37.320Z | Compiling adler2 v2.0.0 |
1328 | 2025-01-07T04:25:37.539Z | Compiling tower-service v0.3.3 |
1329 | 2025-01-07T04:25:37.560Z | Compiling rustversion v1.0.17 |
1330 | 2025-01-07T04:25:37.674Z | Compiling foreign-types-shared v0.1.1 |
1331 | 2025-01-07T04:25:37.733Z | Compiling openssl v0.10.66 |
1332 | 2025-01-07T04:25:37.782Z | Compiling match_cfg v0.1.0 |
1333 | 2025-01-07T04:25:37.884Z | Compiling hostname v0.3.1 |
1334 | 2025-01-07T04:25:38.103Z | Compiling foreign-types v0.3.2 |
1335 | 2025-01-07T04:25:38.143Z | Compiling miniz_oxide v0.8.0 |
1336 | 2025-01-07T04:25:38.194Z | Compiling url v2.5.3 |
1337 | 2025-01-07T04:25:38.348Z | Compiling openssl-macros v0.1.1 |
1338 | 2025-01-07T04:25:38.906Z | Compiling async-trait v0.1.83 |
1339 | 2025-01-07T04:25:39.110Z | Compiling tokio-util v0.7.12 |
1340 | 2025-01-07T04:25:39.600Z | Compiling dof v0.3.0 |
1341 | 2025-01-07T04:25:39.711Z | Compiling serde_derive_internals v0.29.1 |
1342 | 2025-01-07T04:25:40.192Z | Compiling h2 v0.4.6 |
1343 | 2025-01-07T04:25:40.569Z | Compiling usdt-impl v0.5.0 |
1344 | 2025-01-07T04:25:41.728Z | Compiling dirs-sys-next v0.1.2 |
1345 | 2025-01-07T04:25:41.791Z | Compiling data-encoding v2.6.0 |
1346 | 2025-01-07T04:25:42.100Z | Compiling rustls v0.23.19 |
1347 | 2025-01-07T04:25:42.386Z | Compiling schemars v0.8.21 |
1348 | 2025-01-07T04:25:42.404Z | Compiling syn v1.0.109 |
1349 | 2025-01-07T04:25:42.474Z | Compiling siphasher v0.3.11 |
1350 | 2025-01-07T04:25:42.767Z | Compiling rustls v0.22.4 |
1351 | 2025-01-07T04:25:42.872Z | Compiling native-tls v0.2.12 |
1352 | 2025-01-07T04:25:43.111Z | Compiling schemars_derive v0.8.21 |
1353 | 2025-01-07T04:25:43.156Z | Compiling dirs-next v2.0.0 |
1354 | 2025-01-07T04:25:43.709Z | Compiling http-body-util v0.1.2 |
1355 | 2025-01-07T04:25:44.256Z | Compiling heapless v0.7.17 |
1356 | 2025-01-07T04:25:44.286Z | Compiling crossbeam-epoch v0.9.18 |
1357 | 2025-01-07T04:25:44.687Z | Compiling signature v2.2.0 |
1358 | 2025-01-07T04:25:44.770Z | Compiling sha1 v0.10.6 |
1359 | 2025-01-07T04:25:44.986Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1360 | 2025-01-07T04:25:45.059Z | Compiling thread_local v1.1.8 |
1361 | 2025-01-07T04:25:45.196Z | Compiling multer v3.1.0 |
1362 | 2025-01-07T04:25:45.461Z | Compiling encoding_rs v0.8.34 |
1363 | 2025-01-07T04:25:45.461Z | Compiling cookie v0.18.1 |
1364 | 2025-01-07T04:25:45.626Z | Compiling openssl-probe v0.1.5 |
1365 | 2025-01-07T04:25:45.746Z | Compiling rayon-core v1.12.1 |
1366 | 2025-01-07T04:25:45.963Z | Compiling signal-hook v0.3.17 |
1367 | 2025-01-07T04:25:46.026Z | Compiling gimli v0.31.1 |
1368 | 2025-01-07T04:25:46.241Z | Compiling ipnet v2.10.1 |
1369 | 2025-01-07T04:25:46.375Z | Compiling mime v0.3.17 |
1370 | 2025-01-07T04:25:46.573Z | Compiling unicode-properties v0.1.3 |
1371 | 2025-01-07T04:25:46.980Z | Compiling slog-async v2.8.0 |
1372 | 2025-01-07T04:25:46.994Z | Compiling dyn-clone v1.0.17 |
1373 | 2025-01-07T04:25:47.222Z | Compiling hyper v1.5.0 |
1374 | 2025-01-07T04:25:47.604Z | Compiling stringprep v0.1.5 |
1375 | 2025-01-07T04:25:48.879Z | Compiling toml_edit v0.22.22 |
1376 | 2025-01-07T04:25:49.958Z | Compiling hyper-util v0.1.10 |
1377 | 2025-01-07T04:25:51.096Z | Compiling addr2line v0.24.2 |
1378 | 2025-01-07T04:25:51.621Z | Compiling crossbeam-deque v0.8.5 |
1379 | 2025-01-07T04:25:51.840Z | Compiling usdt-attr-macro v0.5.0 |
1380 | 2025-01-07T04:25:51.861Z | Compiling usdt-macro v0.5.0 |
1381 | 2025-01-07T04:25:51.920Z | Compiling term v0.7.0 |
1382 | 2025-01-07T04:25:53.040Z | Compiling slog-json v2.6.1 |
1383 | 2025-01-07T04:25:53.143Z | Compiling serde_urlencoded v0.7.1 |
1384 | 2025-01-07T04:25:53.364Z | Compiling curve25519-dalek v4.1.3 |
1385 | 2025-01-07T04:25:53.426Z | Compiling crossbeam-channel v0.5.13 |
1386 | 2025-01-07T04:25:53.472Z | Compiling futures-executor v0.3.31 |
1387 | 2025-01-07T04:25:53.474Z | Compiling enum-as-inner v0.6.1 |
1388 | 2025-01-07T04:25:53.679Z | Compiling md-5 v0.10.6 |
1389 | 2025-01-07T04:25:53.947Z | Compiling rustls-pemfile v2.2.0 |
1390 | 2025-01-07T04:25:54.005Z | Compiling async-stream-impl v0.3.6 |
1391 | 2025-01-07T04:25:54.063Z | Compiling num-integer v0.1.46 |
1392 | 2025-01-07T04:25:54.284Z | Compiling idna v0.3.0 |
1393 | 2025-01-07T04:25:54.538Z | Compiling idna v0.4.0 |
1394 | 2025-01-07T04:25:54.627Z | Compiling hash32 v0.2.1 |
1395 | 2025-01-07T04:25:54.843Z | Compiling ff v0.13.0 |
1396 | 2025-01-07T04:25:55.017Z | Compiling is-terminal v0.4.13 |
1397 | 2025-01-07T04:25:55.079Z | Compiling object v0.36.5 |
1398 | 2025-01-07T04:25:55.148Z | Compiling dropshot v0.12.0 |
1399 | 2025-01-07T04:25:55.342Z | Compiling fallible-iterator v0.2.0 |
1400 | 2025-01-07T04:25:55.446Z | Compiling rustc-demangle v0.1.24 |
1401 | 2025-01-07T04:25:55.959Z | Compiling num-bigint-dig v0.8.4 |
1402 | 2025-01-07T04:25:56.058Z | Compiling quick-error v1.2.3 |
1403 | 2025-01-07T04:25:56.197Z | Compiling take_mut v0.2.2 |
1404 | 2025-01-07T04:25:56.218Z | Compiling anyhow v1.0.95 |
1405 | 2025-01-07T04:25:56.237Z | Compiling portable-atomic v1.9.0 |
1406 | 2025-01-07T04:25:56.347Z | Compiling linked-hash-map v0.5.6 |
1407 | 2025-01-07T04:25:56.460Z | Compiling psl-types v2.0.11 |
1408 | 2025-01-07T04:25:56.664Z | Compiling utf-8 v0.7.6 |
1409 | 2025-01-07T04:25:56.727Z | Compiling smoltcp v0.9.1 |
1410 | 2025-01-07T04:25:56.847Z | Compiling base16ct v0.2.0 |
1411 | 2025-01-07T04:25:56.997Z | Compiling tungstenite v0.24.0 |
1412 | 2025-01-07T04:25:57.183Z | Compiling sec1 v0.7.3 |
1413 | 2025-01-07T04:25:57.369Z | Compiling lru-cache v0.1.2 |
1414 | 2025-01-07T04:25:57.547Z | Compiling publicsuffix v2.2.3 |
1415 | 2025-01-07T04:25:57.643Z | Compiling resolv-conf v0.7.0 |
1416 | 2025-01-07T04:25:57.781Z | Compiling postgres-protocol v0.6.7 |
1417 | 2025-01-07T04:25:57.873Z | Compiling hickory-proto v0.24.1 |
1418 | 2025-01-07T04:25:58.435Z | Compiling async-stream v0.3.6 |
1419 | 2025-01-07T04:25:58.761Z | Compiling slog-term v2.9.1 |
1420 | 2025-01-07T04:25:58.852Z | Compiling usdt v0.5.0 |
1421 | 2025-01-07T04:25:59.121Z | Compiling group v0.13.0 |
1422 | 2025-01-07T04:25:59.410Z | Compiling num-iter v0.1.45 |
1423 | 2025-01-07T04:25:59.565Z | Compiling futures v0.3.31 |
1424 | 2025-01-07T04:25:59.615Z | Compiling slog-bunyan v2.5.0 |
1425 | 2025-01-07T04:25:59.839Z | Compiling toml v0.8.19 |
1426 | 2025-01-07T04:26:00.519Z | Compiling tokio-native-tls v0.3.1 |
1427 | 2025-01-07T04:26:01.215Z | Compiling camino v1.1.9 |
1428 | 2025-01-07T04:26:01.695Z | Compiling phf_shared v0.11.2 |
1429 | 2025-01-07T04:26:01.922Z | Compiling dropshot_endpoint v0.12.0 |
1430 | 2025-01-07T04:26:02.069Z | Compiling terminal_size v0.4.0 |
1431 | 2025-01-07T04:26:02.214Z | Compiling waitgroup v0.1.2 |
1432 | 2025-01-07T04:26:02.282Z | Compiling openapiv3 v2.0.0 |
1433 | 2025-01-07T04:26:02.449Z | Compiling serde_path_to_error v0.1.16 |
1434 | 2025-01-07T04:26:02.641Z | Compiling backtrace v0.3.74 |
1435 | 2025-01-07T04:26:03.296Z | Compiling hkdf v0.12.4 |
1436 | 2025-01-07T04:26:03.333Z | Compiling crypto-bigint v0.5.5 |
1437 | 2025-01-07T04:26:03.568Z | Compiling webpki-roots v0.26.6 |
1438 | 2025-01-07T04:26:03.797Z | Compiling curve25519-dalek-derive v0.1.1 |
1439 | 2025-01-07T04:26:05.378Z | Compiling zerocopy-derive v0.6.6 |
1440 | 2025-01-07T04:26:06.330Z | Compiling idna v0.5.0 |
1441 | 2025-01-07T04:26:06.350Z | Compiling hubpack_derive v0.1.1 |
1442 | 2025-01-07T04:26:06.649Z | Compiling hostname v0.4.0 |
1443 | 2025-01-07T04:26:06.763Z | Compiling ahash v0.8.11 |
1444 | 2025-01-07T04:26:06.924Z | Compiling fs-err v2.11.0 |
1445 | 2025-01-07T04:26:07.104Z | Compiling crc32fast v1.4.2 |
1446 | 2025-01-07T04:26:07.202Z | Compiling newtype-uuid v1.1.3 |
1447 | 2025-01-07T04:26:07.252Z | Compiling bitflags v1.3.2 |
1448 | 2025-01-07T04:26:07.360Z | Compiling debug-ignore v1.0.5 |
1449 | 2025-01-07T04:26:07.457Z | Compiling managed v0.8.0 |
1450 | 2025-01-07T04:26:07.505Z | Compiling winnow v0.5.40 |
1451 | 2025-01-07T04:26:07.507Z | Compiling console v0.15.8 |
1452 | 2025-01-07T04:26:07.625Z | Compiling zerocopy v0.6.6 |
1453 | 2025-01-07T04:26:08.099Z | Compiling clap_builder v4.5.21 |
1454 | 2025-01-07T04:26:08.513Z | Compiling flate2 v1.0.34 |
1455 | 2025-01-07T04:26:08.626Z | Compiling hubpack v0.1.2 |
1456 | 2025-01-07T04:26:09.081Z | Compiling strum_macros v0.25.3 |
1457 | 2025-01-07T04:26:09.313Z | Compiling cookie_store v0.21.0 |
1458 | 2025-01-07T04:26:09.543Z | Compiling elliptic-curve v0.13.8 |
1459 | 2025-01-07T04:26:10.040Z | Compiling hickory-resolver v0.24.1 |
1460 | 2025-01-07T04:26:10.961Z | Compiling signal-hook-mio v0.2.4 |
1461 | 2025-01-07T04:26:11.135Z | Compiling toml_edit v0.19.15 |
1462 | 2025-01-07T04:26:11.325Z | Compiling phf v0.11.2 |
1463 | 2025-01-07T04:26:11.391Z | Compiling hyper-tls v0.6.0 |
1464 | 2025-01-07T04:26:11.618Z | Compiling rayon v1.10.0 |
1465 | 2025-01-07T04:26:11.851Z | Compiling bzip2 v0.4.4 |
1466 | 2025-01-07T04:26:13.383Z | Compiling postgres-types v0.2.8 |
1467 | 2025-01-07T04:26:14.929Z | Compiling tokio-tungstenite v0.24.0 |
1468 | 2025-01-07T04:26:16.586Z | Compiling ed25519 v2.2.3 |
1469 | 2025-01-07T04:26:16.844Z | Compiling phf_shared v0.10.0 |
1470 | 2025-01-07T04:26:16.942Z | Compiling tokio-stream v0.1.16 |
1471 | 2025-01-07T04:26:17.264Z | Compiling pkcs1 v0.7.5 |
1472 | 2025-01-07T04:26:17.647Z | Compiling serde-big-array v0.5.1 |
1473 | 2025-01-07T04:26:17.690Z | Compiling clap_derive v4.5.18 |
1474 | 2025-01-07T04:26:17.893Z | Compiling rfc6979 v0.4.0 |
1475 | 2025-01-07T04:26:18.069Z | Compiling derive-where v1.2.7 |
1476 | 2025-01-07T04:26:18.093Z | Compiling serde_repr v0.1.19 |
1477 | 2025-01-07T04:26:18.280Z | Compiling float-cmp v0.9.0 |
1478 | 2025-01-07T04:26:18.508Z | Compiling bstr v1.10.0 |
1479 | 2025-01-07T04:26:18.530Z | Compiling sync_wrapper v1.0.1 |
1480 | 2025-01-07T04:26:18.688Z | Compiling new_debug_unreachable v1.0.6 |
1481 | 2025-01-07T04:26:18.790Z | Compiling static_assertions v1.1.0 |
1482 | 2025-01-07T04:26:18.892Z | Compiling whoami v1.5.2 |
1483 | 2025-01-07T04:26:19.294Z | Compiling precomputed-hash v0.1.1 |
1484 | 2025-01-07T04:26:19.358Z | Compiling number_prefix v0.4.0 |
1485 | 2025-01-07T04:26:19.426Z | Compiling normalize-line-endings v0.3.0 |
1486 | 2025-01-07T04:26:19.551Z | Compiling difflib v0.4.0 |
1487 | 2025-01-07T04:26:19.572Z | Compiling unicode-width v0.2.0 |
1488 | 2025-01-07T04:26:19.591Z | Compiling bit-vec v0.6.3 |
1489 | 2025-01-07T04:26:20.064Z | Compiling unicode-segmentation v1.12.0 |
1490 | 2025-01-07T04:26:20.099Z | Compiling fixedbitset v0.4.2 |
1491 | 2025-01-07T04:26:20.310Z | Compiling predicates-core v1.0.8 |
1492 | 2025-01-07T04:26:20.588Z | Compiling predicates v3.1.2 |
1493 | 2025-01-07T04:26:20.686Z | Compiling petgraph v0.6.5 |
1494 | 2025-01-07T04:26:20.971Z | Compiling similar v2.6.0 |
1495 | 2025-01-07T04:26:21.204Z | Compiling indicatif v0.17.9 |
1496 | 2025-01-07T04:26:21.742Z | Compiling bit-set v0.5.3 |
1497 | 2025-01-07T04:26:22.042Z | Compiling string_cache v0.8.7 |
1498 | 2025-01-07T04:26:22.412Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1499 | 2025-01-07T04:26:22.577Z | Compiling tokio-postgres v0.7.12 |
1500 | 2025-01-07T04:26:22.919Z | Compiling clap v4.5.21 |
1501 | 2025-01-07T04:26:23.048Z | Compiling ecdsa v0.16.9 |
1502 | 2025-01-07T04:26:23.433Z | Compiling rsa v0.9.6 |
1503 | 2025-01-07T04:26:23.494Z | Compiling ed25519-dalek v2.1.1 |
1504 | 2025-01-07T04:26:23.911Z | Compiling toml v0.7.8 |
1505 | 2025-01-07T04:26:24.827Z | Compiling zip v0.6.6 |
1506 | 2025-01-07T04:26:24.949Z | Compiling crossterm v0.28.1 |
1507 | 2025-01-07T04:26:26.661Z | Compiling hex v0.4.3 |
1508 | 2025-01-07T04:26:26.745Z | Compiling x509-cert v0.2.5 |
1509 | 2025-01-07T04:26:27.185Z | Compiling itertools v0.10.5 |
1510 | 2025-01-07T04:26:27.301Z | Compiling lalrpop-util v0.19.12 |
1511 | 2025-01-07T04:26:27.687Z | Compiling unicode-xid v0.2.6 |
1512 | 2025-01-07T04:26:27.896Z | Compiling peg-runtime v0.8.3 |
1513 | 2025-01-07T04:26:28.512Z | Compiling strum_macros v0.26.4 |
1514 | 2025-01-07T04:26:28.552Z | Compiling xattr v1.3.1 |
1515 | 2025-01-07T04:26:28.827Z | Compiling filetime v0.2.25 |
1516 | 2025-01-07T04:26:29.155Z | Compiling tar v0.4.42 |
1517 | 2025-01-07T04:26:33.775Z | Compiling strum v0.26.3 |
1518 | 2025-01-07T04:26:35.940Z | Compiling aws-lc-sys v0.22.0 |
1519 | 2025-01-07T04:27:03.977Z | Compiling rustls-webpki v0.102.8 |
1520 | 2025-01-07T04:27:08.961Z | Compiling tokio-rustls v0.26.0 |
1521 | 2025-01-07T04:27:09.358Z | Compiling hyper-rustls v0.27.3 |
1522 | 2025-01-07T04:27:09.615Z | Compiling reqwest v0.12.9 |
1523 | 2025-01-07T04:27:12.357Z | Compiling tokio-rustls v0.25.0 |
1524 | 2025-01-07T04:27:15.488Z | Compiling qorb v0.2.1 |
1525 | 2025-01-07T04:27:18.702Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1526 | 2025-01-07T04:27:18.936Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1527 | 2025-01-07T04:27:24.762Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 29s |
1528 | 2025-01-07T04:27:24.923Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1529 | 2025-01-07T04:27:24.973Z | Jan 07 04:27:23.592 INFO Starting download, target: Cockroach |
1530 | 2025-01-07T04:27:24.975Z | Jan 07 04:27:23.592 INFO Starting download, target: Clickhouse |
1531 | 2025-01-07T04:27:24.975Z | Jan 07 04:27:23.592 INFO Starting download, target: Console |
1532 | 2025-01-07T04:27:24.975Z | Jan 07 04:27:23.592 INFO Starting download, target: DendriteOpenapi |
1533 | 2025-01-07T04:27:24.975Z | Jan 07 04:27:23.592 INFO Starting download, target: DendriteStub |
1534 | 2025-01-07T04:27:24.975Z | Jan 07 04:27:23.592 INFO Starting download, target: MaghemiteMgd |
1535 | 2025-01-07T04:27:24.975Z | Jan 07 04:27:23.592 INFO Starting download, target: TransceiverControl |
1536 | 2025-01-07T04:27:24.975Z | Jan 07 04:27:23.593 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1537 | 2025-01-07T04:27:24.975Z | Jan 07 04:27:23.593 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1538 | 2025-01-07T04:27:24.975Z | Jan 07 04:27:23.593 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1539 | 2025-01-07T04:27:24.976Z | Jan 07 04:27:23.593 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1540 | 2025-01-07T04:27:24.976Z | Jan 07 04:27:23.593 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1541 | 2025-01-07T04:27:24.976Z | Jan 07 04:27:23.593 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1542 | 2025-01-07T04:27:24.976Z | Jan 07 04:27:23.593 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1543 | 2025-01-07T04:27:25.191Z | Jan 07 04:27:23.799 INFO Download complete, target: DendriteOpenapi |
1544 | 2025-01-07T04:27:25.329Z | Jan 07 04:27:23.910 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1545 | 2025-01-07T04:27:25.604Z | Jan 07 04:27:24.201 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1546 | 2025-01-07T04:27:25.798Z | Jan 07 04:27:24.393 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1547 | 2025-01-07T04:27:25.872Z | Jan 07 04:27:24.490 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1548 | 2025-01-07T04:27:25.928Z | Jan 07 04:27:24.545 INFO Download complete, target: Console |
1549 | 2025-01-07T04:27:25.961Z | Jan 07 04:27:24.579 INFO Download complete, target: TransceiverControl |
1550 | 2025-01-07T04:27:26.705Z | Jan 07 04:27:25.324 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1551 | 2025-01-07T04:27:26.705Z | Jan 07 04:27:25.324 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1552 | 2025-01-07T04:27:27.144Z | Jan 07 04:27:25.729 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1553 | 2025-01-07T04:27:28.800Z | Jan 07 04:27:27.419 INFO Download complete, target: DendriteStub |
1554 | 2025-01-07T04:27:28.842Z | Jan 07 04:27:27.461 INFO Download complete, target: MaghemiteMgd |
1555 | 2025-01-07T04:27:34.278Z | Jan 07 04:27:32.897 INFO Checking that binary works, target: Cockroach |
1556 | 2025-01-07T04:27:34.437Z | Jan 07 04:27:33.056 INFO Download complete, target: Cockroach |
1557 | 2025-01-07T04:27:39.754Z | Jan 07 04:27:38.373 INFO Checking that binary works, target: Clickhouse |
1558 | 2025-01-07T04:27:39.872Z | Jan 07 04:27:38.491 INFO Download complete, target: Clickhouse |
1559 | 2025-01-07T04:27:39.879Z | All prerequisites installed successfully |
1560 | 2025-01-07T04:27:39.881Z | |
1561 | 2025-01-07T04:27:39.881Z | real 6:03.021348780 |
1562 | 2025-01-07T04:27:39.881Z | user 16:32.773337013 |
1563 | 2025-01-07T04:27:39.881Z | sys 3:15.656735058 |
1564 | 2025-01-07T04:27:39.881Z | trap 0.566678358 |
1565 | 2025-01-07T04:27:39.881Z | tflt 1.508846181 |
1566 | 2025-01-07T04:27:39.881Z | dflt 2.231412181 |
1567 | 2025-01-07T04:27:39.881Z | kflt 0.027753024 |
1568 | 2025-01-07T04:27:39.881Z | lock 29:56.045457209 |
1569 | 2025-01-07T04:27:39.881Z | slp 1:03:49.463499418 |
1570 | 2025-01-07T04:27:39.881Z | lat 56.498928038 |
1571 | 2025-01-07T04:27:39.881Z | stop 2:19.948956940 |
1572 | 2025-01-07T04:27:39.881Z | + ptime -m cargo xtask download softnpu |
1573 | 2025-01-07T04:27:40.415Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1574 | 2025-01-07T04:27:40.433Z | Running `target/debug/xtask download softnpu` |
1575 | 2025-01-07T04:27:41.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
1576 | 2025-01-07T04:27:41.315Z | Running `target/debug/xtask-downloader softnpu` |
1577 | 2025-01-07T04:27:41.351Z | Jan 07 04:27:39.969 INFO Starting download, target: Softnpu |
1578 | 2025-01-07T04:27:41.354Z | Jan 07 04:27:39.969 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1579 | 2025-01-07T04:27:41.836Z | Jan 07 04:27:40.455 INFO Download complete, target: Softnpu |
1580 | 2025-01-07T04:27:41.840Z | |
1581 | 2025-01-07T04:27:41.843Z | real 1.954654389 |
1582 | 2025-01-07T04:27:41.843Z | user 1.266898065 |
1583 | 2025-01-07T04:27:41.843Z | sys 0.537768582 |
1584 | 2025-01-07T04:27:41.843Z | trap 0.000866583 |
1585 | 2025-01-07T04:27:41.843Z | tflt 0.000036780 |
1586 | 2025-01-07T04:27:41.843Z | dflt 0.000018200 |
1587 | 2025-01-07T04:27:41.843Z | kflt 0.000000000 |
1588 | 2025-01-07T04:27:41.843Z | lock 4.921032943 |
1589 | 2025-01-07T04:27:41.843Z | slp 0.337039584 |
1590 | 2025-01-07T04:27:41.843Z | lat 0.068338455 |
1591 | 2025-01-07T04:27:41.843Z | stop 0.000167141 |
1592 | 2025-01-07T04:27:41.843Z | + export CARGO_INCREMENTAL=0 |
1593 | 2025-01-07T04:27:41.843Z | + CARGO_INCREMENTAL=0 |
1594 | 2025-01-07T04:27:41.843Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
1595 | 2025-01-07T04:27:42.789Z | Compiling proc-macro2 v1.0.89 |
1596 | 2025-01-07T04:27:42.790Z | Compiling unicode-ident v1.0.13 |
1597 | 2025-01-07T04:27:42.790Z | Compiling libc v0.2.162 |
1598 | 2025-01-07T04:27:42.792Z | Compiling serde v1.0.215 |
1599 | 2025-01-07T04:27:42.792Z | Compiling autocfg v1.4.0 |
1600 | 2025-01-07T04:27:42.792Z | Compiling version_check v0.9.5 |
1601 | 2025-01-07T04:27:42.792Z | Compiling cfg-if v1.0.0 |
1602 | 2025-01-07T04:27:43.075Z | Compiling memchr v2.7.4 |
1603 | 2025-01-07T04:27:43.094Z | Compiling typenum v1.17.0 |
1604 | 2025-01-07T04:27:43.141Z | Compiling shlex v1.3.0 |
1605 | 2025-01-07T04:27:43.557Z | Compiling value-bag v1.9.0 |
1606 | 2025-01-07T04:27:43.696Z | Compiling generic-array v0.14.7 |
1607 | 2025-01-07T04:27:43.841Z | Compiling lock_api v0.4.12 |
1608 | 2025-01-07T04:27:43.980Z | Compiling scopeguard v1.2.0 |
1609 | 2025-01-07T04:27:44.128Z | Compiling log v0.4.22 |
1610 | 2025-01-07T04:27:44.161Z | Compiling parking_lot_core v0.9.10 |
1611 | 2025-01-07T04:27:44.450Z | Compiling serde_json v1.0.133 |
1612 | 2025-01-07T04:27:44.536Z | Compiling once_cell v1.20.2 |
1613 | 2025-01-07T04:27:44.749Z | Compiling quote v1.0.37 |
1614 | 2025-01-07T04:27:44.767Z | Compiling libm v0.2.8 |
1615 | 2025-01-07T04:27:44.929Z | Compiling jobserver v0.1.32 |
1616 | 2025-01-07T04:27:44.949Z | Compiling getrandom v0.2.15 |
1617 | 2025-01-07T04:27:45.105Z | Compiling rustix v0.38.37 |
1618 | 2025-01-07T04:27:45.247Z | Compiling syn v2.0.87 |
1619 | 2025-01-07T04:27:45.298Z | Compiling cc v1.1.30 |
1620 | 2025-01-07T04:27:45.366Z | Compiling num-traits v0.2.19 |
1621 | 2025-01-07T04:27:45.382Z | Compiling thiserror v1.0.69 |
1622 | 2025-01-07T04:27:45.505Z | Compiling aho-corasick v1.1.3 |
1623 | 2025-01-07T04:27:45.646Z | Compiling regex-syntax v0.8.5 |
1624 | 2025-01-07T04:27:45.671Z | Compiling either v1.13.0 |
1625 | 2025-01-07T04:27:45.760Z | Compiling itoa v1.0.11 |
1626 | 2025-01-07T04:27:45.895Z | Compiling spin v0.9.8 |
1627 | 2025-01-07T04:27:46.210Z | Compiling slab v0.4.9 |
1628 | 2025-01-07T04:27:46.276Z | Compiling byteorder v1.5.0 |
1629 | 2025-01-07T04:27:46.639Z | Compiling errno v0.3.9 |
1630 | 2025-01-07T04:27:46.865Z | Compiling rand_core v0.6.4 |
1631 | 2025-01-07T04:27:46.926Z | Compiling lazy_static v1.5.0 |
1632 | 2025-01-07T04:27:47.050Z | Compiling glob v0.3.1 |
1633 | 2025-01-07T04:27:47.534Z | Compiling prettyplease v0.2.25 |
1634 | 2025-01-07T04:27:47.844Z | Compiling clang-sys v1.8.1 |
1635 | 2025-01-07T04:27:48.122Z | Compiling minimal-lexical v0.2.1 |
1636 | 2025-01-07T04:27:48.232Z | Compiling libloading v0.8.5 |
1637 | 2025-01-07T04:27:48.514Z | Compiling bindgen v0.69.5 |
1638 | 2025-01-07T04:27:48.621Z | Compiling nom v7.1.3 |
1639 | 2025-01-07T04:27:48.661Z | Compiling subtle v2.6.1 |
1640 | 2025-01-07T04:27:48.724Z | Compiling home v0.5.9 |
1641 | 2025-01-07T04:27:48.939Z | Compiling allocator-api2 v0.2.18 |
1642 | 2025-01-07T04:27:49.206Z | Compiling itertools v0.12.1 |
1643 | 2025-01-07T04:27:49.409Z | Compiling regex-automata v0.4.8 |
1644 | 2025-01-07T04:27:49.784Z | Compiling semver v1.0.23 |
1645 | 2025-01-07T04:27:49.915Z | Compiling smallvec v1.13.2 |
1646 | 2025-01-07T04:27:50.253Z | Compiling rustc-hash v1.1.0 |
1647 | 2025-01-07T04:27:50.386Z | Compiling lazycell v1.3.0 |
1648 | 2025-01-07T04:27:50.558Z | Compiling cmake v0.1.51 |
1649 | 2025-01-07T04:27:51.468Z | Compiling dunce v1.0.5 |
1650 | 2025-01-07T04:27:51.610Z | Compiling fs_extra v1.3.0 |
1651 | 2025-01-07T04:27:51.892Z | Compiling cexpr v0.6.0 |
1652 | 2025-01-07T04:27:52.020Z | Compiling ryu v1.0.18 |
1653 | 2025-01-07T04:27:52.145Z | Compiling pkg-config v0.3.31 |
1654 | 2025-01-07T04:27:52.295Z | Compiling ring v0.17.8 |
1655 | 2025-01-07T04:27:52.447Z | Compiling pin-project-lite v0.2.14 |
1656 | 2025-01-07T04:27:52.619Z | Compiling fnv v1.0.7 |
1657 | 2025-01-07T04:27:52.761Z | Compiling paste v1.0.15 |
1658 | 2025-01-07T04:27:53.081Z | Compiling synstructure v0.13.1 |
1659 | 2025-01-07T04:27:53.348Z | Compiling schemars v0.8.21 |
1660 | 2025-01-07T04:27:53.369Z | Compiling const-oid v0.9.6 |
1661 | 2025-01-07T04:27:53.561Z | Compiling serde_derive_internals v0.29.1 |
1662 | 2025-01-07T04:27:53.765Z | Compiling foldhash v0.1.3 |
1663 | 2025-01-07T04:27:54.057Z | Compiling equivalent v1.0.1 |
1664 | 2025-01-07T04:27:54.179Z | Compiling httparse v1.9.5 |
1665 | 2025-01-07T04:27:54.435Z | Compiling aws-lc-rs v1.10.0 |
1666 | 2025-01-07T04:27:54.815Z | Compiling regex v1.11.1 |
1667 | 2025-01-07T04:27:55.257Z | Compiling hashbrown v0.15.1 |
1668 | 2025-01-07T04:27:55.871Z | Compiling heck v0.5.0 |
1669 | 2025-01-07T04:27:56.002Z | Compiling signal-hook-registry v1.4.2 |
1670 | 2025-01-07T04:27:56.483Z | Compiling parking_lot v0.12.3 |
1671 | 2025-01-07T04:27:56.681Z | Compiling mio v1.0.2 |
1672 | 2025-01-07T04:27:58.351Z | Compiling stable_deref_trait v1.2.0 |
1673 | 2025-01-07T04:27:58.479Z | Compiling crossbeam-utils v0.8.20 |
1674 | 2025-01-07T04:27:58.550Z | Compiling socket2 v0.5.7 |
1675 | 2025-01-07T04:27:58.588Z | Compiling serde_derive v1.0.215 |
1676 | 2025-01-07T04:27:58.612Z | Compiling zeroize_derive v1.4.2 |
1677 | 2025-01-07T04:27:58.996Z | Compiling zerocopy-derive v0.7.35 |
1678 | 2025-01-07T04:27:59.241Z | Compiling thiserror-impl v1.0.69 |
1679 | 2025-01-07T04:27:59.433Z | Compiling tokio-macros v2.4.0 |
1680 | 2025-01-07T04:28:00.018Z | Compiling zeroize v1.8.1 |
1681 | 2025-01-07T04:28:00.192Z | Compiling zerofrom-derive v0.1.4 |
1682 | 2025-01-07T04:28:00.253Z | Compiling yoke-derive v0.7.4 |
1683 | 2025-01-07T04:28:00.366Z | Compiling futures-macro v0.3.31 |
1684 | 2025-01-07T04:28:00.902Z | Compiling zerovec-derive v0.10.3 |
1685 | 2025-01-07T04:28:00.993Z | Compiling zerocopy v0.7.35 |
1686 | 2025-01-07T04:28:01.960Z | Compiling displaydoc v0.2.5 |
1687 | 2025-01-07T04:28:02.288Z | Compiling crypto-common v0.1.6 |
1688 | 2025-01-07T04:28:02.493Z | Compiling tracing-attributes v0.1.27 |
1689 | 2025-01-07T04:28:02.646Z | Compiling schemars_derive v0.8.21 |
1690 | 2025-01-07T04:28:02.883Z | Compiling icu_provider_macros v1.5.0 |
1691 | 2025-01-07T04:28:03.193Z | Compiling block-buffer v0.10.4 |
1692 | 2025-01-07T04:28:03.446Z | Compiling digest v0.10.7 |
1693 | 2025-01-07T04:28:03.695Z | Compiling der_derive v0.7.3 |
1694 | 2025-01-07T04:28:03.870Z | Compiling time-core v0.1.2 |
1695 | 2025-01-07T04:28:03.962Z | Compiling futures-core v0.3.31 |
1696 | 2025-01-07T04:28:03.982Z | Compiling num-conv v0.1.0 |
1697 | 2025-01-07T04:28:04.260Z | Compiling time-macros v0.2.18 |
1698 | 2025-01-07T04:28:05.156Z | Compiling vcpkg v0.2.15 |
1699 | 2025-01-07T04:28:06.138Z | Compiling syn v1.0.109 |
1700 | 2025-01-07T04:28:06.766Z | Compiling openssl-sys v0.9.103 |
1701 | 2025-01-07T04:28:06.768Z | Compiling cpufeatures v0.2.14 |
1702 | 2025-01-07T04:28:07.132Z | Compiling slog v2.7.0 |
1703 | 2025-01-07T04:28:07.159Z | Compiling futures-sink v0.3.31 |
1704 | 2025-01-07T04:28:07.488Z | Compiling ahash v0.8.11 |
1705 | 2025-01-07T04:28:07.756Z | Compiling iana-time-zone v0.1.61 |
1706 | 2025-01-07T04:28:07.830Z | Compiling zerofrom v0.1.4 |
1707 | 2025-01-07T04:28:08.110Z | Compiling scroll_derive v0.12.0 |
1708 | 2025-01-07T04:28:08.300Z | Compiling ucd-trie v0.1.7 |
1709 | 2025-01-07T04:28:08.510Z | Compiling yoke v0.7.4 |
1710 | 2025-01-07T04:28:08.536Z | Compiling pest v2.7.14 |
1711 | 2025-01-07T04:28:08.809Z | Compiling futures-channel v0.3.31 |
1712 | 2025-01-07T04:28:09.239Z | Compiling hmac v0.12.1 |
1713 | 2025-01-07T04:28:09.471Z | Compiling futures-io v0.3.31 |
1714 | 2025-01-07T04:28:09.488Z | Compiling futures-task v0.3.31 |
1715 | 2025-01-07T04:28:09.745Z | Compiling openssl v0.10.66 |
1716 | 2025-01-07T04:28:09.775Z | Compiling pin-utils v0.1.0 |
1717 | 2025-01-07T04:28:10.052Z | Compiling futures-util v0.3.31 |
1718 | 2025-01-07T04:28:10.254Z | Compiling zerovec v0.10.4 |
1719 | 2025-01-07T04:28:10.536Z | Compiling block-padding v0.3.3 |
1720 | 2025-01-07T04:28:10.900Z | Compiling tinyvec_macros v0.1.1 |
1721 | 2025-01-07T04:28:11.000Z | Compiling tinyvec v1.8.0 |
1722 | 2025-01-07T04:28:11.445Z | Compiling pest_meta v2.7.14 |
1723 | 2025-01-07T04:28:12.259Z | Compiling bitflags v2.6.0 |
1724 | 2025-01-07T04:28:12.328Z | Compiling bytes v1.8.0 |
1725 | 2025-01-07T04:28:14.324Z | Compiling indexmap v2.6.0 |
1726 | 2025-01-07T04:28:15.644Z | Compiling tokio v1.40.0 |
1727 | 2025-01-07T04:28:15.810Z | Compiling serde_tokenstream v0.2.2 |
1728 | 2025-01-07T04:28:16.234Z | Compiling uuid v1.11.0 |
1729 | 2025-01-07T04:28:16.350Z | Compiling http v1.1.0 |
1730 | 2025-01-07T04:28:17.184Z | Compiling which v4.4.2 |
1731 | 2025-01-07T04:28:17.461Z | Compiling chrono v0.4.38 |
1732 | 2025-01-07T04:28:17.712Z | Compiling rustc_version v0.4.1 |
1733 | 2025-01-07T04:28:20.511Z | Compiling pest_generator v2.7.14 |
1734 | 2025-01-07T04:28:21.078Z | Compiling toml_datetime v0.6.8 |
1735 | 2025-01-07T04:28:21.538Z | Compiling serde_spanned v0.6.8 |
1736 | 2025-01-07T04:28:21.762Z | Compiling inout v0.1.3 |
1737 | 2025-01-07T04:28:22.280Z | Compiling openssl-macros v0.1.1 |
1738 | 2025-01-07T04:28:22.653Z | Compiling dyn-clone v1.0.17 |
1739 | 2025-01-07T04:28:22.930Z | Compiling rustls v0.23.19 |
1740 | 2025-01-07T04:28:23.097Z | Compiling native-tls v0.2.12 |
1741 | 2025-01-07T04:28:23.210Z | Compiling strsim v0.11.1 |
1742 | 2025-01-07T04:28:24.561Z | Compiling pest_derive v2.7.14 |
1743 | 2025-01-07T04:28:25.044Z | Compiling cipher v0.4.4 |
1744 | 2025-01-07T04:28:25.159Z | Compiling unicode-normalization v0.1.24 |
1745 | 2025-01-07T04:28:25.322Z | Compiling tinystr v0.7.6 |
1746 | 2025-01-07T04:28:25.494Z | Compiling sha2 v0.10.8 |
1747 | 2025-01-07T04:28:25.810Z | Compiling tracing-core v0.1.32 |
1748 | 2025-01-07T04:28:25.916Z | Compiling usdt-impl v0.5.0 |
1749 | 2025-01-07T04:28:26.242Z | Compiling writeable v0.5.5 |
1750 | 2025-01-07T04:28:26.261Z | Compiling unicode-bidi v0.3.17 |
1751 | 2025-01-07T04:28:26.495Z | Compiling litemap v0.7.3 |
1752 | 2025-01-07T04:28:26.771Z | Compiling base64ct v1.6.0 |
1753 | 2025-01-07T04:28:26.904Z | Compiling icu_locid v1.5.0 |
1754 | 2025-01-07T04:28:27.353Z | Compiling pem-rfc7468 v0.7.0 |
1755 | 2025-01-07T04:28:27.495Z | Compiling tracing v0.1.40 |
1756 | 2025-01-07T04:28:28.849Z | Compiling scroll v0.12.0 |
1757 | 2025-01-07T04:28:29.145Z | Compiling ppv-lite86 v0.2.20 |
1758 | 2025-01-07T04:28:29.165Z | Compiling async-trait v0.1.83 |
1759 | 2025-01-07T04:28:30.037Z | Compiling cookie v0.18.1 |
1760 | 2025-01-07T04:28:30.785Z | Compiling camino v1.1.9 |
1761 | 2025-01-07T04:28:31.315Z | Compiling anyhow v1.0.95 |
1762 | 2025-01-07T04:28:31.357Z | Compiling plain v0.2.3 |
1763 | 2025-01-07T04:28:31.421Z | Compiling aws-lc-sys v0.22.0 |
1764 | 2025-01-07T04:28:31.544Z | Compiling flagset v0.4.6 |
1765 | 2025-01-07T04:28:31.853Z | Compiling der v0.7.9 |
1766 | 2025-01-07T04:28:32.231Z | Compiling goblin v0.8.2 |
1767 | 2025-01-07T04:28:34.947Z | Compiling rand_chacha v0.3.1 |
1768 | 2025-01-07T04:28:35.850Z | Compiling icu_provider v1.5.0 |
1769 | 2025-01-07T04:28:36.801Z | Compiling rustls v0.22.4 |
1770 | 2025-01-07T04:28:37.064Z | Compiling rustls-pki-types v1.10.0 |
1771 | 2025-01-07T04:28:37.534Z | Compiling rayon-core v1.12.1 |
1772 | 2025-01-07T04:28:37.809Z | Compiling icu_locid_transform_data v1.5.0 |
1773 | 2025-01-07T04:28:37.950Z | Compiling percent-encoding v2.3.1 |
1774 | 2025-01-07T04:28:38.728Z | Compiling pretty-hex v0.4.1 |
1775 | 2025-01-07T04:28:38.938Z | Compiling dof v0.3.0 |
1776 | 2025-01-07T04:28:39.844Z | Compiling icu_locid_transform v1.5.0 |
1777 | 2025-01-07T04:28:41.405Z | Compiling rand v0.8.5 |
1778 | 2025-01-07T04:28:41.772Z | Compiling spki v0.7.3 |
1779 | 2025-01-07T04:28:42.069Z | Compiling salsa20 v0.10.2 |
1780 | 2025-01-07T04:28:42.142Z | Compiling dtrace-parser v0.2.0 |
1781 | 2025-01-07T04:28:42.156Z | Compiling tokio-util v0.7.12 |
1782 | 2025-01-07T04:28:42.284Z | Compiling icu_collections v1.5.0 |
1783 | 2025-01-07T04:28:42.949Z | Compiling pbkdf2 v0.12.2 |
1784 | 2025-01-07T04:28:43.521Z | Compiling thread-id v4.2.2 |
1785 | 2025-01-07T04:28:43.542Z | Compiling mirai-annotations v1.12.0 |
1786 | 2025-01-07T04:28:43.634Z | Compiling winnow v0.5.40 |
1787 | 2025-01-07T04:28:43.773Z | Compiling icu_properties_data v1.5.0 |
1788 | 2025-01-07T04:28:43.906Z | Compiling powerfmt v0.2.0 |
1789 | 2025-01-07T04:28:43.942Z | Compiling untrusted v0.9.0 |
1790 | 2025-01-07T04:28:44.027Z | Compiling untrusted v0.7.1 |
1791 | 2025-01-07T04:28:44.273Z | Compiling deranged v0.3.11 |
1792 | 2025-01-07T04:28:44.302Z | Compiling icu_properties v1.5.1 |
1793 | 2025-01-07T04:28:47.522Z | Compiling toml_edit v0.19.15 |
1794 | 2025-01-07T04:28:49.000Z | Compiling scrypt v0.11.0 |
1795 | 2025-01-07T04:28:49.004Z | Compiling cbc v0.1.2 |
1796 | 2025-01-07T04:28:49.250Z | Compiling aes v0.8.4 |
1797 | 2025-01-07T04:28:50.441Z | Compiling multer v3.1.0 |
1798 | 2025-01-07T04:28:50.946Z | Compiling write16 v1.0.0 |
1799 | 2025-01-07T04:28:51.083Z | Compiling atomic-waker v1.1.2 |
1800 | 2025-01-07T04:28:51.267Z | Compiling utf8_iter v1.0.4 |
1801 | 2025-01-07T04:28:51.521Z | Compiling rustversion v1.0.17 |
1802 | 2025-01-07T04:28:52.024Z | Compiling num_threads v0.1.7 |
1803 | 2025-01-07T04:28:52.127Z | Compiling utf16_iter v1.0.5 |
1804 | 2025-01-07T04:28:52.256Z | Compiling slog-async v2.8.0 |
1805 | 2025-01-07T04:28:52.279Z | Compiling icu_normalizer_data v1.5.0 |
1806 | 2025-01-07T04:28:52.380Z | Compiling icu_normalizer v1.5.0 |
1807 | 2025-01-07T04:28:52.501Z | Compiling time v0.3.36 |
1808 | 2025-01-07T04:28:52.698Z | Compiling pkcs5 v0.7.1 |
1809 | 2025-01-07T04:28:54.339Z | Compiling form_urlencoded v1.2.1 |
1810 | 2025-01-07T04:28:54.779Z | Compiling http-body v1.0.1 |
1811 | 2025-01-07T04:28:54.874Z | Compiling heapless v0.7.17 |
1812 | 2025-01-07T04:28:55.312Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1813 | 2025-01-07T04:28:55.706Z | Compiling try-lock v0.2.5 |
1814 | 2025-01-07T04:28:55.923Z | Compiling signal-hook v0.3.17 |
1815 | 2025-01-07T04:28:57.137Z | Compiling want v0.3.1 |
1816 | 2025-01-07T04:28:58.466Z | Compiling pkcs8 v0.10.2 |
1817 | 2025-01-07T04:28:58.703Z | Compiling idna_adapter v1.2.0 |
1818 | 2025-01-07T04:28:59.158Z | Compiling h2 v0.4.6 |
1819 | 2025-01-07T04:29:00.155Z | Compiling usdt-macro v0.5.0 |
1820 | 2025-01-07T04:29:01.370Z | Compiling usdt-attr-macro v0.5.0 |
1821 | 2025-01-07T04:29:01.560Z | Compiling async-stream-impl v0.3.6 |
1822 | 2025-01-07T04:29:01.592Z | Compiling adler2 v2.0.0 |
1823 | 2025-01-07T04:29:01.809Z | Compiling httpdate v1.0.3 |
1824 | 2025-01-07T04:29:02.811Z | Compiling miniz_oxide v0.8.0 |
1825 | 2025-01-07T04:29:03.786Z | Compiling idna v1.0.3 |
1826 | 2025-01-07T04:29:05.392Z | Compiling curve25519-dalek v4.1.3 |
1827 | 2025-01-07T04:29:05.801Z | Compiling openapiv3 v2.0.0 |
1828 | 2025-01-07T04:29:06.135Z | Compiling hyper v1.5.0 |
1829 | 2025-01-07T04:29:08.976Z | Compiling enum-as-inner v0.6.1 |
1830 | 2025-01-07T04:29:10.042Z | Compiling dropshot v0.12.0 |
1831 | 2025-01-07T04:29:10.059Z | Compiling foreign-types-shared v0.1.1 |
1832 | 2025-01-07T04:29:10.176Z | Compiling base64 v0.22.1 |
1833 | 2025-01-07T04:29:10.265Z | Compiling tower-service v0.3.3 |
1834 | 2025-01-07T04:29:10.332Z | Compiling num-bigint-dig v0.8.4 |
1835 | 2025-01-07T04:29:10.421Z | Compiling match_cfg v0.1.0 |
1836 | 2025-01-07T04:29:10.442Z | Compiling portable-atomic v1.9.0 |
1837 | 2025-01-07T04:29:10.524Z | Compiling smoltcp v0.9.1 |
1838 | 2025-01-07T04:29:10.844Z | Compiling newtype-uuid v1.1.3 |
1839 | 2025-01-07T04:29:11.117Z | Compiling hyper-util v0.1.10 |
1840 | 2025-01-07T04:29:11.137Z | Compiling hostname v0.3.1 |
1841 | 2025-01-07T04:29:11.816Z | Compiling foreign-types v0.3.2 |
1842 | 2025-01-07T04:29:17.914Z | Compiling url v2.5.3 |
1843 | 2025-01-07T04:29:19.585Z | Compiling dirs-sys-next v0.1.2 |
1844 | 2025-01-07T04:29:19.642Z | Compiling gimli v0.31.1 |
1845 | 2025-01-07T04:29:19.678Z | Compiling siphasher v0.3.11 |
1846 | 2025-01-07T04:29:19.750Z | Compiling data-encoding v2.6.0 |
1847 | 2025-01-07T04:29:20.069Z | Compiling ident_case v1.0.1 |
1848 | 2025-01-07T04:29:20.088Z | Compiling heck v0.4.1 |
1849 | 2025-01-07T04:29:20.246Z | Compiling darling_core v0.20.10 |
1850 | 2025-01-07T04:29:20.267Z | Compiling dirs-next v2.0.0 |
1851 | 2025-01-07T04:29:22.926Z | Compiling http-body-util v0.1.2 |
1852 | 2025-01-07T04:29:26.401Z | Compiling addr2line v0.24.2 |
1853 | 2025-01-07T04:29:26.620Z | Compiling crossbeam-epoch v0.9.18 |
1854 | 2025-01-07T04:29:26.883Z | Compiling hubpack_derive v0.1.1 |
1855 | 2025-01-07T04:29:26.904Z | Compiling dropshot_endpoint v0.12.0 |
1856 | 2025-01-07T04:29:27.333Z | Compiling sha1 v0.10.6 |
1857 | 2025-01-07T04:29:27.384Z | Compiling signature v2.2.0 |
1858 | 2025-01-07T04:29:27.615Z | Compiling curve25519-dalek-derive v0.1.1 |
1859 | 2025-01-07T04:29:27.725Z | Compiling zerocopy-derive v0.6.6 |
1860 | 2025-01-07T04:29:28.975Z | Compiling object v0.36.5 |
1861 | 2025-01-07T04:29:28.994Z | Compiling thread_local v1.1.8 |
1862 | 2025-01-07T04:29:29.488Z | Compiling fs-err v2.11.0 |
1863 | 2025-01-07T04:29:29.702Z | Compiling encoding_rs v0.8.34 |
1864 | 2025-01-07T04:29:30.983Z | Compiling rustc-demangle v0.1.24 |
1865 | 2025-01-07T04:29:33.210Z | Compiling mime v0.3.17 |
1866 | 2025-01-07T04:29:33.840Z | Compiling utf8parse v0.2.2 |
1867 | 2025-01-07T04:29:34.013Z | Compiling unicode-properties v0.1.3 |
1868 | 2025-01-07T04:29:34.419Z | Compiling winnow v0.6.20 |
1869 | 2025-01-07T04:29:38.297Z | Compiling ipnet v2.10.1 |
1870 | 2025-01-07T04:29:39.369Z | Compiling anstyle v1.0.10 |
1871 | 2025-01-07T04:29:39.859Z | Compiling openssl-probe v0.1.5 |
1872 | 2025-01-07T04:29:40.767Z | Compiling toml_edit v0.22.22 |
1873 | 2025-01-07T04:29:41.959Z | Compiling backtrace v0.3.74 |
1874 | 2025-01-07T04:29:44.058Z | Compiling stringprep v0.1.5 |
1875 | 2025-01-07T04:29:45.056Z | Compiling anstyle-parse v0.2.5 |
1876 | 2025-01-07T04:29:45.407Z | Compiling rustls-webpki v0.102.8 |
1877 | 2025-01-07T04:29:48.719Z | Compiling crossbeam-deque v0.8.5 |
1878 | 2025-01-07T04:29:51.144Z | Compiling darling_macro v0.20.10 |
1879 | 2025-01-07T04:29:52.207Z | Compiling term v0.7.0 |
1880 | 2025-01-07T04:29:52.865Z | Compiling slog-json v2.6.1 |
1881 | 2025-01-07T04:29:53.603Z | Compiling serde_urlencoded v0.7.1 |
1882 | 2025-01-07T04:29:54.687Z | Compiling crossbeam-channel v0.5.13 |
1883 | 2025-01-07T04:29:54.732Z | Compiling rustls-pemfile v2.2.0 |
1884 | 2025-01-07T04:29:55.567Z | Compiling hashbrown v0.14.5 |
1885 | 2025-01-07T04:29:56.212Z | Compiling idna v0.4.0 |
1886 | 2025-01-07T04:29:56.271Z | Compiling idna v0.3.0 |
1887 | 2025-01-07T04:29:56.948Z | Compiling futures-executor v0.3.31 |
1888 | 2025-01-07T04:29:57.758Z | Compiling num-integer v0.1.46 |
1889 | 2025-01-07T04:29:57.913Z | Compiling md-5 v0.10.6 |
1890 | 2025-01-07T04:29:58.124Z | Compiling ff v0.13.0 |
1891 | 2025-01-07T04:29:58.161Z | Compiling hash32 v0.2.1 |
1892 | 2025-01-07T04:29:58.363Z | Compiling is-terminal v0.4.13 |
1893 | 2025-01-07T04:29:58.486Z | Compiling memmap v0.7.0 |
1894 | 2025-01-07T04:29:58.527Z | Compiling anstyle-query v1.1.1 |
1895 | 2025-01-07T04:29:58.682Z | Compiling quick-error v1.2.3 |
1896 | 2025-01-07T04:29:58.803Z | Compiling base16ct v0.2.0 |
1897 | 2025-01-07T04:29:58.837Z | Compiling take_mut v0.2.2 |
1898 | 2025-01-07T04:29:59.012Z | Compiling is_terminal_polyfill v1.70.1 |
1899 | 2025-01-07T04:29:59.148Z | Compiling linked-hash-map v0.5.6 |
1900 | 2025-01-07T04:30:00.424Z | Compiling utf-8 v0.7.6 |
1901 | 2025-01-07T04:30:01.392Z | Compiling psl-types v2.0.11 |
1902 | 2025-01-07T04:30:01.622Z | Compiling fallible-iterator v0.2.0 |
1903 | 2025-01-07T04:30:01.739Z | Compiling colorchoice v1.0.2 |
1904 | 2025-01-07T04:30:01.915Z | Compiling anstream v0.6.15 |
1905 | 2025-01-07T04:30:02.167Z | Compiling publicsuffix v2.2.3 |
1906 | 2025-01-07T04:30:02.352Z | Compiling postgres-protocol v0.6.7 |
1907 | 2025-01-07T04:30:02.588Z | Compiling tungstenite v0.24.0 |
1908 | 2025-01-07T04:30:03.501Z | Compiling lru-cache v0.1.2 |
1909 | 2025-01-07T04:30:03.596Z | Compiling sec1 v0.7.3 |
1910 | 2025-01-07T04:30:04.203Z | Compiling resolv-conf v0.7.0 |
1911 | 2025-01-07T04:30:04.644Z | Compiling usdt v0.5.0 |
1912 | 2025-01-07T04:30:04.727Z | Compiling slog-term v2.9.1 |
1913 | 2025-01-07T04:30:05.096Z | Compiling group v0.13.0 |
1914 | 2025-01-07T04:30:05.404Z | Compiling num-iter v0.1.45 |
1915 | 2025-01-07T04:30:05.607Z | Compiling futures v0.3.31 |
1916 | 2025-01-07T04:30:05.739Z | Compiling hickory-proto v0.24.1 |
1917 | 2025-01-07T04:30:05.797Z | Compiling regress v0.10.1 |
1918 | 2025-01-07T04:30:09.181Z | Compiling tokio-rustls v0.26.0 |
1919 | 2025-01-07T04:30:09.516Z | Compiling slog-bunyan v2.5.0 |
1920 | 2025-01-07T04:30:09.640Z | Compiling darling v0.20.10 |
1921 | 2025-01-07T04:30:09.735Z | Compiling tokio-rustls v0.25.0 |
1922 | 2025-01-07T04:30:09.980Z | Compiling toml v0.8.19 |
1923 | 2025-01-07T04:30:10.044Z | Compiling tokio-native-tls v0.3.1 |
1924 | 2025-01-07T04:30:10.166Z | Compiling strum_macros v0.25.3 |
1925 | 2025-01-07T04:30:10.334Z | Compiling phf_shared v0.11.2 |
1926 | 2025-01-07T04:30:10.756Z | Compiling async-stream v0.3.6 |
1927 | 2025-01-07T04:30:10.846Z | Compiling waitgroup v0.1.2 |
1928 | 2025-01-07T04:30:11.035Z | Compiling webpki-roots v0.26.6 |
1929 | 2025-01-07T04:30:11.591Z | Compiling idna v0.5.0 |
1930 | 2025-01-07T04:30:11.633Z | Compiling terminal_size v0.4.0 |
1931 | 2025-01-07T04:30:11.852Z | Compiling serde_path_to_error v0.1.16 |
1932 | 2025-01-07T04:30:12.721Z | Compiling hkdf v0.12.4 |
1933 | 2025-01-07T04:30:12.968Z | Compiling crypto-bigint v0.5.5 |
1934 | 2025-01-07T04:30:13.061Z | Compiling serde_repr v0.1.19 |
1935 | 2025-01-07T04:30:13.080Z | Compiling clap_derive v4.5.18 |
1936 | 2025-01-07T04:30:13.767Z | Compiling derive-where v1.2.7 |
1937 | 2025-01-07T04:30:14.097Z | Compiling hostname v0.4.0 |
1938 | 2025-01-07T04:30:14.338Z | Compiling crc32fast v1.4.2 |
1939 | 2025-01-07T04:30:15.059Z | Compiling clap_lex v0.7.2 |
1940 | 2025-01-07T04:30:15.491Z | Compiling debug-ignore v1.0.5 |
1941 | 2025-01-07T04:30:15.651Z | Compiling bitflags v1.3.2 |
1942 | 2025-01-07T04:30:15.825Z | Compiling managed v0.8.0 |
1943 | 2025-01-07T04:30:16.286Z | Compiling unicode-width v0.1.14 |
1944 | 2025-01-07T04:30:16.828Z | Compiling console v0.15.8 |
1945 | 2025-01-07T04:30:16.997Z | Compiling elliptic-curve v0.13.8 |
1946 | 2025-01-07T04:30:17.727Z | Compiling clap_builder v4.5.21 |
1947 | 2025-01-07T04:30:18.951Z | Compiling flate2 v1.0.34 |
1948 | 2025-01-07T04:30:19.330Z | Compiling cookie_store v0.21.0 |
1949 | 2025-01-07T04:30:22.205Z | Compiling hickory-resolver v0.24.1 |
1950 | 2025-01-07T04:30:23.699Z | Compiling hyper-rustls v0.27.3 |
1951 | 2025-01-07T04:30:25.372Z | Compiling phf v0.11.2 |
1952 | 2025-01-07T04:30:25.966Z | Compiling hyper-tls v0.6.0 |
1953 | 2025-01-07T04:30:26.355Z | Compiling signal-hook-mio v0.2.4 |
1954 | 2025-01-07T04:30:26.535Z | Compiling typify-impl v0.2.0 |
1955 | 2025-01-07T04:30:26.595Z | Compiling rayon v1.10.0 |
1956 | 2025-01-07T04:30:26.936Z | Compiling bzip2 v0.4.4 |
1957 | 2025-01-07T04:30:27.040Z | Compiling tokio-tungstenite v0.24.0 |
1958 | 2025-01-07T04:30:27.305Z | Compiling postgres-types v0.2.8 |
1959 | 2025-01-07T04:30:27.899Z | Compiling zerocopy v0.6.6 |
1960 | 2025-01-07T04:30:27.946Z | Compiling hubpack v0.1.2 |
1961 | 2025-01-07T04:30:28.213Z | Compiling ed25519 v2.2.3 |
1962 | 2025-01-07T04:30:28.394Z | Compiling phf_shared v0.10.0 |
1963 | 2025-01-07T04:30:28.687Z | Compiling pkcs1 v0.7.5 |
1964 | 2025-01-07T04:30:28.800Z | Compiling tokio-stream v0.1.16 |
1965 | 2025-01-07T04:30:29.623Z | Compiling ipnetwork v0.20.0 |
1966 | 2025-01-07T04:30:29.867Z | Compiling serde-big-array v0.5.1 |
1967 | 2025-01-07T04:30:30.106Z | Compiling rfc6979 v0.4.0 |
1968 | 2025-01-07T04:30:30.306Z | Compiling float-cmp v0.9.0 |
1969 | 2025-01-07T04:30:30.520Z | Compiling sync_wrapper v1.0.1 |
1970 | 2025-01-07T04:30:31.259Z | Compiling bstr v1.10.0 |
1971 | 2025-01-07T04:30:32.512Z | Compiling static_assertions v1.1.0 |
1972 | 2025-01-07T04:30:32.626Z | Compiling difflib v0.4.0 |
1973 | 2025-01-07T04:30:32.889Z | Compiling bit-vec v0.6.3 |
1974 | 2025-01-07T04:30:33.194Z | Compiling normalize-line-endings v0.3.0 |
1975 | 2025-01-07T04:30:33.333Z | Compiling unicode-segmentation v1.12.0 |
1976 | 2025-01-07T04:30:33.350Z | Compiling unicode-width v0.2.0 |
1977 | 2025-01-07T04:30:33.798Z | Compiling new_debug_unreachable v1.0.6 |
1978 | 2025-01-07T04:30:33.888Z | Compiling predicates-core v1.0.8 |
1979 | 2025-01-07T04:30:33.905Z | Compiling whoami v1.5.2 |
1980 | 2025-01-07T04:30:33.934Z | Compiling number_prefix v0.4.0 |
1981 | 2025-01-07T04:30:34.166Z | Compiling fixedbitset v0.4.2 |
1982 | 2025-01-07T04:30:34.201Z | Compiling precomputed-hash v0.1.1 |
1983 | 2025-01-07T04:30:34.326Z | Compiling string_cache v0.8.7 |
1984 | 2025-01-07T04:30:34.450Z | Compiling petgraph v0.6.5 |
1985 | 2025-01-07T04:30:34.594Z | Compiling tokio-postgres v0.7.12 |
1986 | 2025-01-07T04:30:34.752Z | Compiling indicatif v0.17.9 |
1987 | 2025-01-07T04:30:34.754Z | Compiling predicates v3.1.2 |
1988 | 2025-01-07T04:30:35.790Z | Compiling similar v2.6.0 |
1989 | 2025-01-07T04:30:36.282Z | Compiling bit-set v0.5.3 |
1990 | 2025-01-07T04:30:36.611Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1991 | 2025-01-07T04:30:38.468Z | Compiling reqwest v0.12.9 |
1992 | 2025-01-07T04:30:38.502Z | Compiling typify-macro v0.2.0 |
1993 | 2025-01-07T04:30:39.537Z | Compiling ecdsa v0.16.9 |
1994 | 2025-01-07T04:30:40.453Z | Compiling qorb v0.2.1 |
1995 | 2025-01-07T04:30:41.553Z | Compiling rsa v0.9.6 |
1996 | 2025-01-07T04:30:42.554Z | Compiling ed25519-dalek v2.1.1 |
1997 | 2025-01-07T04:30:43.214Z | Compiling zip v0.6.6 |
1998 | 2025-01-07T04:30:43.505Z | Compiling crossterm v0.28.1 |
1999 | 2025-01-07T04:30:43.528Z | Compiling clap v4.5.21 |
2000 | 2025-01-07T04:30:44.476Z | Compiling toml v0.7.8 |
2001 | 2025-01-07T04:30:45.307Z | Compiling x509-cert v0.2.5 |
2002 | 2025-01-07T04:30:46.143Z | Compiling hex v0.4.3 |
2003 | 2025-01-07T04:30:47.039Z | Compiling itertools v0.10.5 |
2004 | 2025-01-07T04:30:47.183Z | Compiling lalrpop-util v0.19.12 |
2005 | 2025-01-07T04:30:47.531Z | Compiling unicode-xid v0.2.6 |
2006 | 2025-01-07T04:30:47.578Z | Compiling peg-runtime v0.8.3 |
2007 | 2025-01-07T04:30:47.639Z | Compiling zerocopy v0.8.10 |
2008 | 2025-01-07T04:30:49.893Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2009 | 2025-01-07T04:30:54.151Z | Compiling proc-macro-crate v1.3.1 |
2010 | 2025-01-07T04:30:54.764Z | Compiling macaddr v1.0.1 |
2011 | 2025-01-07T04:30:55.029Z | Compiling zerocopy-derive v0.8.10 |
2012 | 2025-01-07T04:30:55.307Z | Compiling itertools v0.13.0 |
2013 | 2025-01-07T04:30:56.174Z | Compiling heapless v0.8.0 |
2014 | 2025-01-07T04:30:58.636Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2015 | 2025-01-07T04:31:02.989Z | Compiling num_enum_derive v0.5.11 |
2016 | 2025-01-07T04:31:11.968Z | Compiling hash32 v0.3.1 |
2017 | 2025-01-07T04:31:12.229Z | Compiling smoltcp v0.11.0 |
2018 | 2025-01-07T04:31:13.369Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2019 | 2025-01-07T04:31:18.172Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2020 | 2025-01-07T04:31:18.250Z | Compiling num_enum v0.5.11 |
2021 | 2025-01-07T04:31:18.992Z | Compiling typify v0.2.0 |
2022 | 2025-01-07T04:31:19.125Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2023 | 2025-01-07T04:31:20.034Z | Compiling proc-macro-error-attr v1.0.4 |
2024 | 2025-01-07T04:31:20.331Z | Compiling unsafe-libyaml v0.2.11 |
2025 | 2025-01-07T04:31:20.593Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2026 | 2025-01-07T04:31:21.626Z | Compiling cobs v0.2.3 |
2027 | 2025-01-07T04:31:22.116Z | Compiling postcard v1.0.10 |
2028 | 2025-01-07T04:31:23.011Z | Compiling serde_yaml v0.9.34+deprecated |
2029 | 2025-01-07T04:31:38.631Z | Compiling progenitor-impl v0.8.0 |
2030 | 2025-01-07T04:31:39.047Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2031 | 2025-01-07T04:31:49.677Z | Compiling strum_macros v0.26.4 |
2032 | 2025-01-07T04:31:50.778Z | Compiling structmeta-derive v0.3.0 |
2033 | 2025-01-07T04:31:51.076Z | Compiling foreign-types-macros v0.2.3 |
2034 | 2025-01-07T04:31:51.326Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2035 | 2025-01-07T04:31:51.621Z | Compiling proc-macro-error v1.0.4 |
2036 | 2025-01-07T04:31:53.293Z | Compiling foreign-types-shared v0.3.1 |
2037 | 2025-01-07T04:31:53.391Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2038 | 2025-01-07T04:31:53.574Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2039 | 2025-01-07T04:31:54.135Z | Compiling strum v0.26.3 |
2040 | 2025-01-07T04:31:54.702Z | Compiling structmeta v0.3.0 |
2041 | 2025-01-07T04:31:54.721Z | Compiling foreign-types v0.5.0 |
2042 | 2025-01-07T04:32:02.456Z | Compiling progenitor-macro v0.8.0 |
2043 | 2025-01-07T04:32:08.382Z | Compiling progenitor-client v0.8.0 |
2044 | 2025-01-07T04:32:08.567Z | Compiling tabwriter v1.4.0 |
2045 | 2025-01-07T04:32:09.342Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2046 | 2025-01-07T04:32:10.142Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2047 | 2025-01-07T04:32:11.376Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2048 | 2025-01-07T04:32:12.246Z | Compiling cstr-argument v0.1.2 |
2049 | 2025-01-07T04:32:12.508Z | Compiling dropshot v0.13.0 |
2050 | 2025-01-07T04:32:12.530Z | Compiling crucible-workspace-hack v0.1.0 |
2051 | 2025-01-07T04:32:12.822Z | Compiling pretty-hex v0.2.1 |
2052 | 2025-01-07T04:32:13.527Z | Compiling fastrand v2.1.1 |
2053 | 2025-01-07T04:32:14.074Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2054 | 2025-01-07T04:32:14.232Z | Compiling thiserror v2.0.3 |
2055 | 2025-01-07T04:32:14.403Z | Compiling tempfile v3.13.0 |
2056 | 2025-01-07T04:32:15.076Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2057 | 2025-01-07T04:32:15.240Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2058 | 2025-01-07T04:32:15.396Z | Compiling progenitor v0.8.0 |
2059 | 2025-01-07T04:32:15.673Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2060 | 2025-01-07T04:32:15.714Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2061 | 2025-01-07T04:32:16.155Z | Compiling parse-display-derive v0.10.0 |
2062 | 2025-01-07T04:32:16.243Z | Compiling colored v2.1.0 |
2063 | 2025-01-07T04:32:16.495Z | Compiling serde_with_macros v3.11.0 |
2064 | 2025-01-07T04:32:17.400Z | Compiling dropshot_endpoint v0.13.0 |
2065 | 2025-01-07T04:32:17.486Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2066 | 2025-01-07T04:32:18.249Z | Compiling thiserror-impl v2.0.3 |
2067 | 2025-01-07T04:32:19.141Z | Compiling instant v0.1.13 |
2068 | 2025-01-07T04:32:19.159Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2069 | 2025-01-07T04:32:19.326Z | Compiling backoff v0.4.0 |
2070 | 2025-01-07T04:32:19.525Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2071 | 2025-01-07T04:32:19.698Z | Compiling serde_with v3.11.0 |
2072 | 2025-01-07T04:32:20.001Z | Compiling parse-display v0.10.0 |
2073 | 2025-01-07T04:32:20.390Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2074 | 2025-01-07T04:32:21.587Z | Compiling zone_cfg_derive v0.3.0 |
2075 | 2025-01-07T04:32:21.983Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2076 | 2025-01-07T04:32:22.522Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2077 | 2025-01-07T04:32:22.699Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2078 | 2025-01-07T04:32:23.104Z | Compiling camino-tempfile v1.1.1 |
2079 | 2025-01-07T04:32:23.254Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2080 | 2025-01-07T04:32:23.768Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2081 | 2025-01-07T04:32:23.902Z | Compiling regress v0.9.1 |
2082 | 2025-01-07T04:32:23.994Z | Compiling num-derive v0.4.2 |
2083 | 2025-01-07T04:32:24.110Z | Compiling sigpipe v0.1.3 |
2084 | 2025-01-07T04:32:24.255Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2085 | 2025-01-07T04:32:24.545Z | Compiling libefi-sys v0.1.0 |
2086 | 2025-01-07T04:32:24.919Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2087 | 2025-01-07T04:32:26.193Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2088 | 2025-01-07T04:32:27.767Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2089 | 2025-01-07T04:32:28.209Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2090 | 2025-01-07T04:32:28.343Z | Compiling zone v0.3.0 |
2091 | 2025-01-07T04:32:30.349Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2092 | 2025-01-07T04:32:32.417Z | Compiling smf v0.2.3 |
2093 | 2025-01-07T04:32:32.529Z | Compiling bitfield-struct v0.6.2 |
2094 | 2025-01-07T04:32:33.273Z | Compiling blake3 v1.5.4 |
2095 | 2025-01-07T04:32:33.935Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2096 | 2025-01-07T04:32:33.953Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2097 | 2025-01-07T04:32:35.049Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2098 | 2025-01-07T04:32:35.101Z | Compiling xattr v1.3.1 |
2099 | 2025-01-07T04:32:35.269Z | Compiling memmap2 v0.9.5 |
2100 | 2025-01-07T04:32:35.433Z | Compiling filetime v0.2.25 |
2101 | 2025-01-07T04:32:35.600Z | Compiling same-file v1.0.6 |
2102 | 2025-01-07T04:32:35.826Z | Compiling constant_time_eq v0.3.1 |
2103 | 2025-01-07T04:32:35.826Z | Compiling arrayvec v0.7.6 |
2104 | 2025-01-07T04:32:35.886Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2105 | 2025-01-07T04:32:36.031Z | Compiling arrayref v0.3.9 |
2106 | 2025-01-07T04:32:36.033Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2107 | 2025-01-07T04:32:36.142Z | Compiling walkdir v2.5.0 |
2108 | 2025-01-07T04:32:36.189Z | Compiling tar v0.4.42 |
2109 | 2025-01-07T04:32:37.788Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2110 | 2025-01-07T04:32:38.238Z | Compiling gethostname v0.5.0 |
2111 | 2025-01-07T04:32:38.463Z | Compiling cargo-platform v0.1.8 |
2112 | 2025-01-07T04:32:38.771Z | Compiling topological-sort v0.2.2 |
2113 | 2025-01-07T04:32:39.017Z | Compiling omicron-zone-package v0.12.0 |
2114 | 2025-01-07T04:32:39.049Z | Compiling cargo_metadata v0.18.1 |
2115 | 2025-01-07T04:32:39.553Z | Compiling shell-words v1.1.0 |
2116 | 2025-01-07T04:32:39.997Z | Compiling indent_write v2.2.0 |
2117 | 2025-01-07T04:32:48.436Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2118 | 2025-01-07T04:32:49.000Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2119 | 2025-01-07T04:32:55.752Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2120 | 2025-01-07T04:33:11.113Z | Finished `release` profile [optimized] target(s) in 5m 29s |
2121 | 2025-01-07T04:33:11.273Z | Running `target/release/omicron-package -t test target create -p dev` |
2122 | 2025-01-07T04:33:11.320Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2123 | 2025-01-07T04:33:11.323Z | Created new build target 'test' and set it as active |
2124 | 2025-01-07T04:33:11.323Z | |
2125 | 2025-01-07T04:33:11.323Z | real 5:29.480661381 |
2126 | 2025-01-07T04:33:11.323Z | user 36:59.311532334 |
2127 | 2025-01-07T04:33:11.323Z | sys 4:57.246865569 |
2128 | 2025-01-07T04:33:11.323Z | trap 1.079126708 |
2129 | 2025-01-07T04:33:11.323Z | tflt 2.859901341 |
2130 | 2025-01-07T04:33:11.323Z | dflt 0.699574964 |
2131 | 2025-01-07T04:33:11.323Z | kflt 0.000278329 |
2132 | 2025-01-07T04:33:11.323Z | lock 1:17:29.767199209 |
2133 | 2025-01-07T04:33:11.323Z | slp 2:33:57.330749517 |
2134 | 2025-01-07T04:33:11.323Z | lat 2:29.217409766 |
2135 | 2025-01-07T04:33:11.323Z | stop 4:32.193047607 |
2136 | 2025-01-07T04:33:11.325Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2137 | 2025-01-07T04:33:12.281Z | Finished `release` profile [optimized] target(s) in 0.90s |
2138 | 2025-01-07T04:33:12.338Z | Running `target/release/omicron-package -t test package` |
2139 | 2025-01-07T04:33:12.384Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2140 | 2025-01-07T04:33:13.521Z | Compiling convert_case v0.4.0 |
2141 | 2025-01-07T04:33:13.521Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2142 | 2025-01-07T04:33:13.524Z | Compiling newline-converter v0.3.0 |
2143 | 2025-01-07T04:33:13.524Z | Compiling password-hash v0.5.0 |
2144 | 2025-01-07T04:33:13.524Z | Compiling blake2 v0.10.6 |
2145 | 2025-01-07T04:33:13.654Z | Compiling base64 v0.21.7 |
2146 | 2025-01-07T04:33:13.656Z | Compiling atomicwrites v0.4.4 |
2147 | 2025-01-07T04:33:13.668Z | Compiling progenitor-client v0.8.0 |
2148 | 2025-01-07T04:33:13.848Z | Compiling owo-colors v4.1.0 |
2149 | 2025-01-07T04:33:13.876Z | Compiling expectorate v1.1.0 |
2150 | 2025-01-07T04:33:14.061Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2151 | 2025-01-07T04:33:14.124Z | Compiling cancel-safe-futures v0.1.5 |
2152 | 2025-01-07T04:33:14.246Z | Compiling progenitor v0.8.0 |
2153 | 2025-01-07T04:33:14.293Z | Compiling argon2 v0.5.3 |
2154 | 2025-01-07T04:33:14.395Z | Compiling derive_more v0.99.18 |
2155 | 2025-01-07T04:33:14.497Z | Compiling num-rational v0.4.2 |
2156 | 2025-01-07T04:33:14.515Z | Compiling num-complex v0.4.6 |
2157 | 2025-01-07T04:33:14.874Z | Compiling libsw v3.3.1 |
2158 | 2025-01-07T04:33:15.242Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2159 | 2025-01-07T04:33:15.449Z | Compiling linear-map v1.2.0 |
2160 | 2025-01-07T04:33:15.727Z | Compiling num v0.4.3 |
2161 | 2025-01-07T04:33:15.826Z | Compiling swrite v0.1.0 |
2162 | 2025-01-07T04:33:15.855Z | Compiling float-ord v0.3.2 |
2163 | 2025-01-07T04:33:15.887Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2164 | 2025-01-07T04:33:15.920Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2165 | 2025-01-07T04:33:15.958Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2166 | 2025-01-07T04:33:16.042Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2167 | 2025-01-07T04:33:16.686Z | Compiling highway v1.2.0 |
2168 | 2025-01-07T04:33:16.935Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2169 | 2025-01-07T04:33:17.666Z | Compiling semver v0.1.20 |
2170 | 2025-01-07T04:33:18.122Z | Compiling rustc_version v0.1.7 |
2171 | 2025-01-07T04:33:18.256Z | Compiling tungstenite v0.21.0 |
2172 | 2025-01-07T04:33:18.561Z | Compiling newtype_derive v0.1.6 |
2173 | 2025-01-07T04:33:18.874Z | Compiling ipnetwork v0.20.0 |
2174 | 2025-01-07T04:33:19.704Z | Compiling tokio-tungstenite v0.21.0 |
2175 | 2025-01-07T04:33:20.370Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2176 | 2025-01-07T04:33:20.892Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2177 | 2025-01-07T04:33:23.390Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2178 | 2025-01-07T04:33:24.038Z | Compiling humantime v2.1.0 |
2179 | 2025-01-07T04:33:24.211Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2180 | 2025-01-07T04:33:24.871Z | Compiling dropshot v0.13.0 |
2181 | 2025-01-07T04:33:24.947Z | Compiling instant v0.1.13 |
2182 | 2025-01-07T04:33:25.107Z | Compiling backoff v0.4.0 |
2183 | 2025-01-07T04:33:25.177Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2184 | 2025-01-07T04:33:25.206Z | Compiling steno v0.4.1 |
2185 | 2025-01-07T04:33:25.476Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2186 | 2025-01-07T04:33:25.659Z | Compiling parse-display v0.10.0 |
2187 | 2025-01-07T04:33:26.228Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2188 | 2025-01-07T04:33:26.421Z | Compiling serde_with v3.11.0 |
2189 | 2025-01-07T04:33:29.885Z | Compiling strum v0.26.3 |
2190 | 2025-01-07T04:33:30.090Z | Compiling regress v0.9.1 |
2191 | 2025-01-07T04:33:30.593Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2192 | 2025-01-07T04:33:33.385Z | Compiling macaddr v1.0.1 |
2193 | 2025-01-07T04:33:33.481Z | Compiling slog-dtrace v0.3.0 |
2194 | 2025-01-07T04:33:33.681Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2195 | 2025-01-07T04:33:33.842Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2196 | 2025-01-07T04:33:34.164Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2197 | 2025-01-07T04:33:35.570Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2198 | 2025-01-07T04:33:36.163Z | Compiling prettyplease v0.2.25 |
2199 | 2025-01-07T04:33:36.637Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2200 | 2025-01-07T04:33:36.898Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2201 | 2025-01-07T04:33:37.988Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2202 | 2025-01-07T04:33:39.913Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2203 | 2025-01-07T04:33:40.639Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2204 | 2025-01-07T04:33:52.912Z | Compiling half v2.4.1 |
2205 | 2025-01-07T04:33:53.088Z | Compiling ciborium-io v0.2.2 |
2206 | 2025-01-07T04:33:53.235Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2207 | 2025-01-07T04:33:53.627Z | Compiling ciborium-ll v0.2.2 |
2208 | 2025-01-07T04:33:54.147Z | Compiling ciborium v0.2.2 |
2209 | 2025-01-07T04:33:54.345Z | Compiling display-error-chain v0.2.2 |
2210 | 2025-01-07T04:33:54.576Z | Compiling same-file v1.0.6 |
2211 | 2025-01-07T04:33:54.595Z | Compiling fastrand v2.1.1 |
2212 | 2025-01-07T04:33:54.838Z | Compiling walkdir v2.5.0 |
2213 | 2025-01-07T04:33:55.105Z | Compiling tempfile v3.13.0 |
2214 | 2025-01-07T04:33:55.158Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2215 | 2025-01-07T04:33:55.512Z | Compiling blake3 v1.5.4 |
2216 | 2025-01-07T04:33:55.905Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2217 | 2025-01-07T04:33:56.175Z | Compiling xattr v1.3.1 |
2218 | 2025-01-07T04:33:56.263Z | Compiling memmap2 v0.9.5 |
2219 | 2025-01-07T04:33:56.449Z | Compiling filetime v0.2.25 |
2220 | 2025-01-07T04:33:56.678Z | Compiling arrayvec v0.7.6 |
2221 | 2025-01-07T04:33:56.747Z | Compiling arrayref v0.3.9 |
2222 | 2025-01-07T04:33:56.868Z | Compiling keccak v0.1.5 |
2223 | 2025-01-07T04:33:57.103Z | Compiling constant_time_eq v0.3.1 |
2224 | 2025-01-07T04:33:57.866Z | Compiling sha3 v0.10.8 |
2225 | 2025-01-07T04:33:57.914Z | Compiling tar v0.4.42 |
2226 | 2025-01-07T04:33:58.426Z | Compiling camino-tempfile v1.1.1 |
2227 | 2025-01-07T04:33:58.792Z | Compiling toolchain_find v0.4.0 |
2228 | 2025-01-07T04:33:58.869Z | Compiling const_format_proc_macros v0.2.33 |
2229 | 2025-01-07T04:33:59.255Z | Compiling radium v0.7.0 |
2230 | 2025-01-07T04:33:59.366Z | Compiling crunchy v0.2.2 |
2231 | 2025-01-07T04:33:59.442Z | Compiling maplit v1.0.2 |
2232 | 2025-01-07T04:33:59.576Z | Compiling topological-sort v0.2.2 |
2233 | 2025-01-07T04:33:59.719Z | Compiling rustfmt-wrapper v0.2.1 |
2234 | 2025-01-07T04:33:59.810Z | Compiling omicron-zone-package v0.12.0 |
2235 | 2025-01-07T04:33:59.865Z | Compiling tiny-keccak v2.0.2 |
2236 | 2025-01-07T04:33:59.978Z | Compiling maybe-uninit v2.0.0 |
2237 | 2025-01-07T04:33:59.998Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2238 | 2025-01-07T04:34:00.150Z | Compiling tap v1.0.1 |
2239 | 2025-01-07T04:34:00.331Z | Compiling wyz v0.5.1 |
2240 | 2025-01-07T04:34:00.482Z | Compiling dsl_auto_type v0.1.2 |
2241 | 2025-01-07T04:34:00.527Z | Compiling phf_generator v0.11.2 |
2242 | 2025-01-07T04:34:00.714Z | Compiling const_format v0.2.33 |
2243 | 2025-01-07T04:34:00.732Z | Compiling scheduled-thread-pool v0.2.7 |
2244 | 2025-01-07T04:34:00.801Z | Compiling secrecy v0.8.0 |
2245 | 2025-01-07T04:34:00.896Z | Compiling async-recursion v1.1.1 |
2246 | 2025-01-07T04:34:01.084Z | Compiling diesel_table_macro_syntax v0.2.0 |
2247 | 2025-01-07T04:34:01.493Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2248 | 2025-01-07T04:34:01.816Z | Compiling arc-swap v1.7.1 |
2249 | 2025-01-07T04:34:01.908Z | Compiling crc-catalog v2.4.0 |
2250 | 2025-01-07T04:34:01.911Z | Compiling funty v2.0.0 |
2251 | 2025-01-07T04:34:01.945Z | Compiling packed_struct v0.10.1 |
2252 | 2025-01-07T04:34:02.084Z | Compiling crc v3.2.1 |
2253 | 2025-01-07T04:34:02.337Z | Compiling slog-scope v4.4.0 |
2254 | 2025-01-07T04:34:02.395Z | Compiling diesel_derives v2.2.3 |
2255 | 2025-01-07T04:34:02.489Z | Compiling r2d2 v0.8.10 |
2256 | 2025-01-07T04:34:03.027Z | Compiling phf_codegen v0.11.2 |
2257 | 2025-01-07T04:34:03.214Z | Compiling bitvec v1.0.1 |
2258 | 2025-01-07T04:34:03.860Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2259 | 2025-01-07T04:34:04.044Z | Compiling ascii-canvas v3.0.0 |
2260 | 2025-01-07T04:34:04.389Z | Compiling universal-hash v0.5.1 |
2261 | 2025-01-07T04:34:04.556Z | Compiling thiserror-impl-no-std v2.0.2 |
2262 | 2025-01-07T04:34:04.634Z | Compiling packed_struct_codegen v0.10.1 |
2263 | 2025-01-07T04:34:05.676Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2264 | 2025-01-07T04:34:07.144Z | Compiling parse-zoneinfo v0.3.1 |
2265 | 2025-01-07T04:34:07.165Z | Compiling ena v0.14.3 |
2266 | 2025-01-07T04:34:07.591Z | Compiling indexmap v1.9.3 |
2267 | 2025-01-07T04:34:07.802Z | Compiling diff v0.1.13 |
2268 | 2025-01-07T04:34:07.933Z | Compiling regex-syntax v0.6.29 |
2269 | 2025-01-07T04:34:08.385Z | Compiling opaque-debug v0.3.1 |
2270 | 2025-01-07T04:34:08.505Z | Compiling nodrop v0.1.14 |
2271 | 2025-01-07T04:34:08.654Z | Compiling array-init v0.0.4 |
2272 | 2025-01-07T04:34:08.732Z | Compiling poly1305 v0.8.0 |
2273 | 2025-01-07T04:34:09.961Z | Compiling chrono-tz-build v0.4.0 |
2274 | 2025-01-07T04:34:11.113Z | Compiling thiserror-no-std v2.0.2 |
2275 | 2025-01-07T04:34:11.253Z | Compiling smallvec v0.6.14 |
2276 | 2025-01-07T04:34:11.795Z | Compiling lalrpop v0.19.12 |
2277 | 2025-01-07T04:34:13.427Z | Compiling slog-stdlog v4.1.1 |
2278 | 2025-01-07T04:34:14.058Z | Compiling diesel v2.2.6 |
2279 | 2025-01-07T04:34:14.462Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2280 | 2025-01-07T04:34:14.891Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2281 | 2025-01-07T04:34:15.116Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2282 | 2025-01-07T04:34:15.370Z | Compiling chacha20 v0.9.1 |
2283 | 2025-01-07T04:34:15.608Z | Compiling aead v0.5.2 |
2284 | 2025-01-07T04:34:15.844Z | Compiling vte_generate_state_changes v0.1.2 |
2285 | 2025-01-07T04:34:15.967Z | Compiling termcolor v1.4.1 |
2286 | 2025-01-07T04:34:16.469Z | Compiling hashbrown v0.12.3 |
2287 | 2025-01-07T04:34:17.023Z | Compiling bitfield v0.14.0 |
2288 | 2025-01-07T04:34:17.314Z | Compiling ref-cast v1.0.23 |
2289 | 2025-01-07T04:34:17.917Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2290 | 2025-01-07T04:34:19.092Z | Compiling vte v0.11.1 |
2291 | 2025-01-07T04:34:20.522Z | Compiling env_logger v0.10.2 |
2292 | 2025-01-07T04:34:23.725Z | Compiling chacha20poly1305 v0.10.1 |
2293 | 2025-01-07T04:34:24.005Z | Compiling slog-envlogger v2.2.0 |
2294 | 2025-01-07T04:34:26.761Z | Compiling serde-hex v0.1.0 |
2295 | 2025-01-07T04:34:32.080Z | Compiling vsss-rs v3.3.4 |
2296 | 2025-01-07T04:34:36.571Z | Compiling chrono-tz v0.10.0 |
2297 | 2025-01-07T04:34:37.142Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2298 | 2025-01-07T04:34:37.218Z | Compiling ron v0.8.1 |
2299 | 2025-01-07T04:34:37.492Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2300 | 2025-01-07T04:34:37.789Z | Compiling derive_builder_core v0.20.2 |
2301 | 2025-01-07T04:34:37.834Z | Compiling polar-core v0.27.3 |
2302 | 2025-01-07T04:34:39.107Z | Compiling hashbrown v0.13.2 |
2303 | 2025-01-07T04:34:40.036Z | Compiling headers-core v0.3.0 |
2304 | 2025-01-07T04:34:40.247Z | Compiling fxhash v0.2.1 |
2305 | 2025-01-07T04:34:40.496Z | Compiling libxml v0.3.3 |
2306 | 2025-01-07T04:34:40.537Z | Compiling ref-cast-impl v1.0.23 |
2307 | 2025-01-07T04:34:40.872Z | Compiling lockfree-object-pool v0.1.6 |
2308 | 2025-01-07T04:34:41.184Z | Compiling zip v2.1.3 |
2309 | 2025-01-07T04:34:41.512Z | Compiling bytecount v0.6.8 |
2310 | 2025-01-07T04:34:41.680Z | Compiling bumpalo v3.16.0 |
2311 | 2025-01-07T04:34:41.847Z | Compiling crc-any v2.5.0 |
2312 | 2025-01-07T04:34:42.295Z | Compiling simd-adler32 v0.3.7 |
2313 | 2025-01-07T04:34:42.800Z | Compiling zopfli v0.8.1 |
2314 | 2025-01-07T04:34:42.996Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2315 | 2025-01-07T04:34:43.501Z | Compiling papergrid v0.11.0 |
2316 | 2025-01-07T04:34:47.398Z | Compiling object v0.30.4 |
2317 | 2025-01-07T04:34:52.207Z | Compiling headers v0.4.0 |
2318 | 2025-01-07T04:34:52.693Z | Compiling derive_builder_macro v0.20.2 |
2319 | 2025-01-07T04:34:55.904Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2320 | 2025-01-07T04:34:57.918Z | Compiling strip-ansi-escapes v0.2.0 |
2321 | 2025-01-07T04:34:57.994Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2322 | 2025-01-07T04:34:58.632Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2323 | 2025-01-07T04:34:58.936Z | Compiling tabled_derive v0.7.0 |
2324 | 2025-01-07T04:34:59.482Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2325 | 2025-01-07T04:35:00.324Z | Compiling fd-lock v4.0.2 |
2326 | 2025-01-07T04:35:00.564Z | Compiling peg-macros v0.8.4 |
2327 | 2025-01-07T04:35:01.050Z | Compiling strum_macros v0.24.3 |
2328 | 2025-01-07T04:35:01.206Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2329 | 2025-01-07T04:35:02.280Z | Compiling kstat-rs v0.2.4 |
2330 | 2025-01-07T04:35:03.282Z | Compiling samael v0.0.17 |
2331 | 2025-01-07T04:35:03.859Z | Compiling unicase v2.7.0 |
2332 | 2025-01-07T04:35:04.174Z | Compiling path-slash v0.1.5 |
2333 | 2025-01-07T04:35:04.191Z | Compiling indoc v1.0.9 |
2334 | 2025-01-07T04:35:04.348Z | Compiling nu-ansi-term v0.50.1 |
2335 | 2025-01-07T04:35:04.424Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2336 | 2025-01-07T04:35:04.820Z | Compiling reedline v0.35.0 |
2337 | 2025-01-07T04:35:05.628Z | Compiling peg v0.8.4 |
2338 | 2025-01-07T04:35:05.758Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2339 | 2025-01-07T04:35:08.747Z | Compiling tabled v0.15.0 |
2340 | 2025-01-07T04:35:09.226Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2341 | 2025-01-07T04:35:20.232Z | Compiling derive_builder v0.20.2 |
2342 | 2025-01-07T04:35:25.824Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2343 | 2025-01-07T04:35:26.043Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2344 | 2025-01-07T04:35:28.643Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2345 | 2025-01-07T04:35:28.922Z | Compiling pem v3.0.4 |
2346 | 2025-01-07T04:35:28.949Z | Compiling bcs v0.1.6 |
2347 | 2025-01-07T04:35:29.468Z | Compiling oso-derive v0.27.3 |
2348 | 2025-01-07T04:35:29.842Z | Compiling impl-trait-for-tuples v0.2.2 |
2349 | 2025-01-07T04:35:30.379Z | Compiling libz-sys v1.1.20 |
2350 | 2025-01-07T04:35:30.430Z | Compiling quick-xml v0.33.0 |
2351 | 2025-01-07T04:35:31.053Z | Compiling diesel-dtrace v0.4.2 |
2352 | 2025-01-07T04:35:31.368Z | Compiling parking_lot_core v0.8.6 |
2353 | 2025-01-07T04:35:36.752Z | Compiling oso v0.27.3 |
2354 | 2025-01-07T04:35:37.091Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2355 | 2025-01-07T04:35:38.689Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2356 | 2025-01-07T04:35:44.107Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2357 | 2025-01-07T04:35:47.302Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2358 | 2025-01-07T04:35:47.612Z | Compiling bb8 v0.8.5 |
2359 | 2025-01-07T04:35:48.265Z | Compiling buf-list v1.0.3 |
2360 | 2025-01-07T04:35:48.887Z | Compiling async-bb8-diesel v0.2.1 |
2361 | 2025-01-07T04:35:51.344Z | Compiling nibble_vec v0.1.0 |
2362 | 2025-01-07T04:35:51.599Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2363 | 2025-01-07T04:35:52.387Z | Compiling pin-project-internal v1.1.6 |
2364 | 2025-01-07T04:35:54.045Z | Compiling atty v0.2.14 |
2365 | 2025-01-07T04:35:54.226Z | Compiling endian-type v0.1.2 |
2366 | 2025-01-07T04:35:54.490Z | Compiling salty v0.3.0 |
2367 | 2025-01-07T04:35:54.962Z | Compiling radix_trie v0.2.1 |
2368 | 2025-01-07T04:35:55.250Z | Compiling pin-project v1.1.6 |
2369 | 2025-01-07T04:35:56.309Z | Compiling parking_lot v0.11.2 |
2370 | 2025-01-07T04:35:59.413Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2371 | 2025-01-07T04:36:05.730Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2372 | 2025-01-07T04:36:10.580Z | Compiling snafu-derive v0.8.5 |
2373 | 2025-01-07T04:36:12.288Z | Compiling sled v0.34.7 |
2374 | 2025-01-07T04:36:15.204Z | Compiling snafu v0.8.5 |
2375 | 2025-01-07T04:36:16.495Z | Compiling mime_guess v2.0.5 |
2376 | 2025-01-07T04:36:17.619Z | Compiling hickory-client v0.24.1 |
2377 | 2025-01-07T04:36:23.020Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2378 | 2025-01-07T04:36:23.762Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2379 | 2025-01-07T04:36:25.247Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2380 | 2025-01-07T04:36:26.467Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2381 | 2025-01-07T04:36:26.586Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2382 | 2025-01-07T04:36:28.101Z | Compiling globset v0.4.15 |
2383 | 2025-01-07T04:36:29.549Z | Compiling hickory-server v0.24.1 |
2384 | 2025-01-07T04:36:35.113Z | Compiling primeorder v0.13.6 |
2385 | 2025-01-07T04:36:35.395Z | Compiling olpc-cjson v0.1.4 |
2386 | 2025-01-07T04:36:35.677Z | Compiling vergen v8.3.2 |
2387 | 2025-01-07T04:36:35.747Z | Compiling castaway v0.2.3 |
2388 | 2025-01-07T04:36:35.962Z | Compiling env_filter v0.1.2 |
2389 | 2025-01-07T04:36:35.989Z | Compiling cargo-platform v0.1.8 |
2390 | 2025-01-07T04:36:36.506Z | Compiling serde_plain v1.0.2 |
2391 | 2025-01-07T04:36:37.048Z | Compiling nanorand v0.7.0 |
2392 | 2025-01-07T04:36:37.496Z | Compiling memoffset v0.9.1 |
2393 | 2025-01-07T04:36:37.721Z | Compiling typed-path v0.9.3 |
2394 | 2025-01-07T04:36:41.221Z | Compiling tough v0.19.0 |
2395 | 2025-01-07T04:36:42.027Z | Compiling flume v0.11.1 |
2396 | 2025-01-07T04:36:42.796Z | Compiling cargo_metadata v0.18.1 |
2397 | 2025-01-07T04:36:45.627Z | Compiling env_logger v0.11.5 |
2398 | 2025-01-07T04:36:45.998Z | Compiling git2 v0.19.0 |
2399 | 2025-01-07T04:36:46.111Z | Compiling compact_str v0.8.0 |
2400 | 2025-01-07T04:36:46.735Z | Compiling p384 v0.13.0 |
2401 | 2025-01-07T04:36:47.033Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2402 | 2025-01-07T04:36:48.688Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2403 | 2025-01-07T04:36:52.912Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2404 | 2025-01-07T04:36:55.870Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2405 | 2025-01-07T04:36:57.061Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2406 | 2025-01-07T04:36:58.660Z | Compiling unicode-truncate v1.1.0 |
2407 | 2025-01-07T04:36:58.950Z | Compiling lru v0.12.5 |
2408 | 2025-01-07T04:36:59.321Z | Compiling rand_seeder v0.3.0 |
2409 | 2025-01-07T04:36:59.791Z | Compiling libsqlite3-sys v0.30.1 |
2410 | 2025-01-07T04:37:00.307Z | Compiling lzma-sys v0.1.20 |
2411 | 2025-01-07T04:37:01.027Z | Compiling instability v0.3.2 |
2412 | 2025-01-07T04:37:02.039Z | Compiling http-range v0.1.5 |
2413 | 2025-01-07T04:37:02.634Z | Compiling parse-size v1.1.0 |
2414 | 2025-01-07T04:37:02.966Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2415 | 2025-01-07T04:37:03.290Z | Compiling cassowary v0.3.0 |
2416 | 2025-01-07T04:37:03.995Z | Compiling rustls v0.21.12 |
2417 | 2025-01-07T04:37:04.310Z | Compiling cfg_aliases v0.2.1 |
2418 | 2025-01-07T04:37:04.423Z | Compiling ratatui v0.28.1 |
2419 | 2025-01-07T04:37:04.442Z | Compiling nix v0.29.0 |
2420 | 2025-01-07T04:37:05.369Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2421 | 2025-01-07T04:37:06.949Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2422 | 2025-01-07T04:37:07.904Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2423 | 2025-01-07T04:37:10.740Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2424 | 2025-01-07T04:37:10.767Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2425 | 2025-01-07T04:37:11.569Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2426 | 2025-01-07T04:37:11.875Z | Compiling sct v0.7.1 |
2427 | 2025-01-07T04:37:12.347Z | Compiling rustls-webpki v0.101.7 |
2428 | 2025-01-07T04:37:13.773Z | Compiling heck v0.3.3 |
2429 | 2025-01-07T04:37:14.175Z | Compiling csv-core v0.1.11 |
2430 | 2025-01-07T04:37:15.031Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2431 | 2025-01-07T04:37:15.354Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2432 | 2025-01-07T04:37:15.677Z | Compiling glob v0.3.1 |
2433 | 2025-01-07T04:37:16.104Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2434 | 2025-01-07T04:37:16.335Z | Compiling csv v1.3.0 |
2435 | 2025-01-07T04:37:17.726Z | Compiling zone_cfg_derive v0.1.2 |
2436 | 2025-01-07T04:37:19.187Z | Compiling nix v0.27.1 |
2437 | 2025-01-07T04:37:22.184Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2438 | 2025-01-07T04:37:23.657Z | Compiling hyper-staticfile v0.10.1 |
2439 | 2025-01-07T04:37:23.660Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2440 | 2025-01-07T04:37:26.125Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2441 | 2025-01-07T04:37:27.261Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2442 | 2025-01-07T04:37:27.558Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2443 | 2025-01-07T04:37:28.574Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2444 | 2025-01-07T04:37:30.442Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2445 | 2025-01-07T04:37:34.337Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2446 | 2025-01-07T04:37:34.711Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2447 | 2025-01-07T04:37:35.024Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2448 | 2025-01-07T04:37:35.326Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2449 | 2025-01-07T04:37:38.010Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2450 | 2025-01-07T04:37:38.593Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2451 | 2025-01-07T04:37:39.251Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2452 | 2025-01-07T04:37:39.891Z | Compiling hashlink v0.9.1 |
2453 | 2025-01-07T04:37:40.699Z | Compiling tungstenite v0.23.0 |
2454 | 2025-01-07T04:37:40.926Z | Compiling fallible-iterator v0.3.0 |
2455 | 2025-01-07T04:37:41.777Z | Compiling fallible-streaming-iterator v0.1.9 |
2456 | 2025-01-07T04:37:42.072Z | Compiling base64 v0.13.1 |
2457 | 2025-01-07T04:37:42.624Z | Compiling ron v0.7.1 |
2458 | 2025-01-07T04:37:42.855Z | Compiling rusqlite v0.32.1 |
2459 | 2025-01-07T04:37:43.163Z | Compiling tokio-tungstenite v0.23.1 |
2460 | 2025-01-07T04:37:43.814Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2461 | 2025-01-07T04:37:44.490Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2462 | 2025-01-07T04:37:46.416Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2463 | 2025-01-07T04:37:47.971Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2464 | 2025-01-07T04:37:48.213Z | Compiling xz2 v0.1.7 |
2465 | 2025-01-07T04:37:48.988Z | Compiling tokio-rustls v0.24.1 |
2466 | 2025-01-07T04:37:49.450Z | Compiling zone v0.1.8 |
2467 | 2025-01-07T04:37:52.923Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2468 | 2025-01-07T04:37:53.711Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2469 | 2025-01-07T04:38:01.977Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2470 | 2025-01-07T04:38:03.256Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2471 | 2025-01-07T04:38:06.501Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2472 | 2025-01-07T04:38:06.607Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2473 | 2025-01-07T04:38:06.627Z | Compiling rustls-pemfile v1.0.4 |
2474 | 2025-01-07T04:38:07.381Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2475 | 2025-01-07T04:38:07.704Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2476 | 2025-01-07T04:38:12.731Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2477 | 2025-01-07T04:38:12.917Z | Compiling signal-hook-tokio v0.3.1 |
2478 | 2025-01-07T04:38:13.159Z | Compiling twox-hash v1.6.3 |
2479 | 2025-01-07T04:38:14.184Z | Compiling yasna v0.5.2 |
2480 | 2025-01-07T04:38:15.122Z | Compiling unicode-linebreak v0.1.5 |
2481 | 2025-01-07T04:38:15.685Z | Compiling smawk v0.3.2 |
2482 | 2025-01-07T04:38:15.733Z | Compiling is_ci v1.2.0 |
2483 | 2025-01-07T04:38:15.972Z | Compiling textwrap v0.16.1 |
2484 | 2025-01-07T04:38:16.039Z | Compiling supports-color v3.0.1 |
2485 | 2025-01-07T04:38:16.446Z | Compiling rcgen v0.12.1 |
2486 | 2025-01-07T04:38:19.572Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2487 | 2025-01-07T04:38:25.031Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2488 | 2025-01-07T04:38:26.708Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2489 | 2025-01-07T04:38:28.419Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2490 | 2025-01-07T04:38:31.364Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2491 | 2025-01-07T04:38:42.155Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2492 | 2025-01-07T04:38:46.978Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2493 | 2025-01-07T04:38:47.482Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2494 | 2025-01-07T04:38:48.202Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2495 | 2025-01-07T04:39:00.338Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2496 | 2025-01-07T04:39:00.641Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2497 | 2025-01-07T04:39:04.028Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2498 | 2025-01-07T04:39:07.264Z | Compiling fatfs v0.3.6 |
2499 | 2025-01-07T04:39:07.285Z | Compiling rtoolbox v0.0.2 |
2500 | 2025-01-07T04:39:07.757Z | Compiling subprocess v0.2.9 |
2501 | 2025-01-07T04:39:10.179Z | Compiling assert_matches v1.5.0 |
2502 | 2025-01-07T04:39:12.523Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2503 | 2025-01-07T04:39:13.239Z | Compiling rpassword v7.3.1 |
2504 | 2025-01-07T04:39:13.706Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2505 | 2025-01-07T04:39:14.448Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2506 | 2025-01-07T04:39:20.194Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2507 | 2025-01-07T04:39:21.570Z | Compiling tui-tree-widget v0.22.0 |
2508 | 2025-01-07T04:39:22.034Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2509 | 2025-01-07T04:39:24.946Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2510 | 2025-01-07T04:39:25.256Z | Compiling uzers v0.12.1 |
2511 | 2025-01-07T04:39:28.450Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2512 | 2025-01-07T04:39:35.691Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2513 | 2025-01-07T04:39:37.834Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2514 | 2025-01-07T04:40:04.515Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2515 | 2025-01-07T04:40:09.462Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2516 | 2025-01-07T04:40:14.282Z | Compiling multimap v0.10.0 |
2517 | 2025-01-07T04:42:31.346Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2518 | 2025-01-07T04:42:42.832Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2519 | 2025-01-07T04:49:14.686Z | Finished `release` profile [optimized] target(s) in 16m 02s |
2520 | 2025-01-07T04:50:19.397Z | |
2521 | 2025-01-07T04:50:19.403Z | real 17:08.068843137 |
2522 | 2025-01-07T04:50:19.403Z | user 1:56:54.972321637 |
2523 | 2025-01-07T04:50:19.403Z | sys 5:38.761485306 |
2524 | 2025-01-07T04:50:19.403Z | trap 2.832192044 |
2525 | 2025-01-07T04:50:19.403Z | tflt 2.979384573 |
2526 | 2025-01-07T04:50:19.403Z | dflt 5.056008670 |
2527 | 2025-01-07T04:50:19.403Z | kflt 0.008373697 |
2528 | 2025-01-07T04:50:19.403Z | lock 7:11:07.815075211 |
2529 | 2025-01-07T04:50:19.403Z | slp 6:11:00.703919966 |
2530 | 2025-01-07T04:50:19.403Z | lat 2:49.561173742 |
2531 | 2025-01-07T04:50:19.403Z | stop 2:33.798647482 |
2532 | 2025-01-07T04:50:19.403Z | + mapfile -t packages |
2533 | 2025-01-07T04:50:19.403Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2534 | 2025-01-07T04:50:20.436Z | Finished `release` profile [optimized] target(s) in 0.98s |
2535 | 2025-01-07T04:50:20.503Z | Running `target/release/omicron-package -t test list-outputs` |
2536 | 2025-01-07T04:50:20.548Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2537 | 2025-01-07T04:50:20.551Z | + ptime -m cargo build --locked --release -p xtask |
2538 | 2025-01-07T04:50:21.103Z | Compiling serde v1.0.215 |
2539 | 2025-01-07T04:50:21.105Z | Compiling libc v0.2.162 |
2540 | 2025-01-07T04:50:21.105Z | Compiling serde_json v1.0.133 |
2541 | 2025-01-07T04:50:21.105Z | Compiling rustix v0.38.37 |
2542 | 2025-01-07T04:50:21.203Z | Compiling syn v2.0.87 |
2543 | 2025-01-07T04:50:21.206Z | Compiling bitflags v2.6.0 |
2544 | 2025-01-07T04:50:21.534Z | Compiling usdt-impl v0.5.0 |
2545 | 2025-01-07T04:50:21.584Z | Compiling syn v1.0.109 |
2546 | 2025-01-07T04:50:21.698Z | Compiling log v0.4.22 |
2547 | 2025-01-07T04:50:21.720Z | Compiling hashbrown v0.15.1 |
2548 | 2025-01-07T04:50:21.729Z | Compiling fs-err v2.11.0 |
2549 | 2025-01-07T04:50:22.043Z | Compiling anyhow v1.0.95 |
2550 | 2025-01-07T04:50:22.157Z | Compiling once_cell v1.20.2 |
2551 | 2025-01-07T04:50:22.773Z | Compiling thread-id v4.2.2 |
2552 | 2025-01-07T04:50:23.105Z | Compiling indexmap v2.6.0 |
2553 | 2025-01-07T04:50:24.201Z | Compiling terminal_size v0.4.0 |
2554 | 2025-01-07T04:50:24.201Z | Compiling tempfile v3.13.0 |
2555 | 2025-01-07T04:50:24.454Z | Compiling clap_builder v4.5.21 |
2556 | 2025-01-07T04:50:25.028Z | Compiling proc-macro-error v1.0.4 |
2557 | 2025-01-07T04:50:26.425Z | Compiling tabled_derive v0.7.0 |
2558 | 2025-01-07T04:50:27.797Z | Compiling tabled v0.15.0 |
2559 | 2025-01-07T04:50:29.373Z | Compiling serde_derive v1.0.215 |
2560 | 2025-01-07T04:50:30.087Z | Compiling thiserror-impl v1.0.69 |
2561 | 2025-01-07T04:50:31.391Z | Compiling zerocopy-derive v0.7.35 |
2562 | 2025-01-07T04:50:32.007Z | Compiling scroll_derive v0.12.0 |
2563 | 2025-01-07T04:50:33.079Z | Compiling thiserror v1.0.69 |
2564 | 2025-01-07T04:50:33.306Z | Compiling pest v2.7.14 |
2565 | 2025-01-07T04:50:33.459Z | Compiling zerocopy v0.7.35 |
2566 | 2025-01-07T04:50:33.508Z | Compiling scroll v0.12.0 |
2567 | 2025-01-07T04:50:34.191Z | Compiling goblin v0.8.2 |
2568 | 2025-01-07T04:50:36.352Z | Compiling pest_meta v2.7.14 |
2569 | 2025-01-07T04:50:36.934Z | Compiling clap_derive v4.5.18 |
2570 | 2025-01-07T04:50:40.500Z | Compiling pest_generator v2.7.14 |
2571 | 2025-01-07T04:50:41.714Z | Compiling clap v4.5.21 |
2572 | 2025-01-07T04:50:42.257Z | Compiling pest_derive v2.7.14 |
2573 | 2025-01-07T04:50:43.048Z | Compiling dtrace-parser v0.2.0 |
2574 | 2025-01-07T04:50:44.928Z | Compiling toml_datetime v0.6.8 |
2575 | 2025-01-07T04:50:45.661Z | Compiling dof v0.3.0 |
2576 | 2025-01-07T04:50:46.494Z | Compiling serde_spanned v0.6.8 |
2577 | 2025-01-07T04:50:46.594Z | Compiling serde_tokenstream v0.2.2 |
2578 | 2025-01-07T04:50:46.774Z | Compiling toml_edit v0.22.22 |
2579 | 2025-01-07T04:50:47.767Z | Compiling camino v1.1.9 |
2580 | 2025-01-07T04:50:50.146Z | Compiling usdt-macro v0.5.0 |
2581 | 2025-01-07T04:50:51.411Z | Compiling toml v0.8.19 |
2582 | 2025-01-07T04:50:53.286Z | Compiling usdt-attr-macro v0.5.0 |
2583 | 2025-01-07T04:50:53.891Z | Compiling cargo-platform v0.1.8 |
2584 | 2025-01-07T04:50:54.352Z | Compiling semver v1.0.23 |
2585 | 2025-01-07T04:50:54.706Z | Compiling usdt v0.5.0 |
2586 | 2025-01-07T04:50:54.965Z | Compiling cargo_metadata v0.18.1 |
2587 | 2025-01-07T04:50:55.850Z | Compiling cargo_toml v0.20.5 |
2588 | 2025-01-07T04:50:56.287Z | Compiling camino-tempfile v1.1.1 |
2589 | 2025-01-07T04:50:56.419Z | Compiling macaddr v1.0.1 |
2590 | 2025-01-07T04:51:06.688Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2591 | 2025-01-07T04:51:18.041Z | Finished `release` profile [optimized] target(s) in 57.44s |
2592 | 2025-01-07T04:51:18.147Z | |
2593 | 2025-01-07T04:51:18.150Z | real 57.571663702 |
2594 | 2025-01-07T04:51:18.150Z | user 5:45.547360597 |
2595 | 2025-01-07T04:51:18.150Z | sys 32.304033929 |
2596 | 2025-01-07T04:51:18.150Z | trap 0.151080910 |
2597 | 2025-01-07T04:51:18.150Z | tflt 0.312853563 |
2598 | 2025-01-07T04:51:18.150Z | dflt 0.595303255 |
2599 | 2025-01-07T04:51:18.150Z | kflt 0.000000000 |
2600 | 2025-01-07T04:51:18.150Z | lock 11:12.848430450 |
2601 | 2025-01-07T04:51:18.150Z | slp 16:12.728094921 |
2602 | 2025-01-07T04:51:18.150Z | lat 13.211702477 |
2603 | 2025-01-07T04:51:18.150Z | stop 17.993776936 |
2604 | 2025-01-07T04:51:18.150Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2605 | 2025-01-07T04:51:18.150Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2606 | 2025-01-07T04:51:18.150Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2607 | 2025-01-07T04:51:18.150Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2608 | 2025-01-07T04:51:18.151Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2609 | 2025-01-07T04:51:19.037Z | Compiling hashbrown v0.14.5 |
2610 | 2025-01-07T04:51:19.164Z | Compiling ident_case v1.0.1 |
2611 | 2025-01-07T04:51:19.178Z | Compiling unsafe-libyaml v0.2.11 |
2612 | 2025-01-07T04:51:19.181Z | Compiling progenitor-client v0.8.0 |
2613 | 2025-01-07T04:51:19.181Z | Compiling ipnetwork v0.20.0 |
2614 | 2025-01-07T04:51:19.181Z | Compiling macaddr v1.0.1 |
2615 | 2025-01-07T04:51:19.181Z | Compiling instant v0.1.13 |
2616 | 2025-01-07T04:51:19.181Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2617 | 2025-01-07T04:51:19.319Z | Compiling darling_core v0.20.10 |
2618 | 2025-01-07T04:51:19.352Z | Compiling structmeta-derive v0.3.0 |
2619 | 2025-01-07T04:51:19.651Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2620 | 2025-01-07T04:51:19.685Z | Compiling dropshot v0.13.0 |
2621 | 2025-01-07T04:51:19.704Z | Compiling dropshot_endpoint v0.13.0 |
2622 | 2025-01-07T04:51:20.062Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2623 | 2025-01-07T04:51:20.215Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2624 | 2025-01-07T04:51:20.483Z | Compiling regress v0.10.1 |
2625 | 2025-01-07T04:51:20.486Z | Compiling serde_yaml v0.9.34+deprecated |
2626 | 2025-01-07T04:51:20.999Z | Compiling regress v0.9.1 |
2627 | 2025-01-07T04:51:21.106Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2628 | 2025-01-07T04:51:21.304Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2629 | 2025-01-07T04:51:21.325Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2630 | 2025-01-07T04:51:22.096Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2631 | 2025-01-07T04:51:22.421Z | Compiling structmeta v0.3.0 |
2632 | 2025-01-07T04:51:22.446Z | Compiling backoff v0.4.0 |
2633 | 2025-01-07T04:51:22.562Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2634 | 2025-01-07T04:51:22.744Z | Compiling tempfile v3.13.0 |
2635 | 2025-01-07T04:51:22.812Z | Compiling proc-macro-crate v1.3.1 |
2636 | 2025-01-07T04:51:22.868Z | Compiling parse-display-derive v0.10.0 |
2637 | 2025-01-07T04:51:23.737Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2638 | 2025-01-07T04:51:23.976Z | Compiling num_enum_derive v0.5.11 |
2639 | 2025-01-07T04:51:24.146Z | Compiling itertools v0.13.0 |
2640 | 2025-01-07T04:51:24.596Z | Compiling typify-impl v0.2.0 |
2641 | 2025-01-07T04:51:25.682Z | Compiling zerocopy v0.8.10 |
2642 | 2025-01-07T04:51:26.304Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2643 | 2025-01-07T04:51:26.507Z | Compiling darling_macro v0.20.10 |
2644 | 2025-01-07T04:51:26.621Z | Compiling zerocopy-derive v0.8.10 |
2645 | 2025-01-07T04:51:26.662Z | Compiling num_enum v0.5.11 |
2646 | 2025-01-07T04:51:26.697Z | Compiling foreign-types-macros v0.2.3 |
2647 | 2025-01-07T04:51:26.838Z | Compiling foreign-types-shared v0.3.1 |
2648 | 2025-01-07T04:51:26.969Z | Compiling heapless v0.8.0 |
2649 | 2025-01-07T04:51:27.485Z | Compiling crucible-workspace-hack v0.1.0 |
2650 | 2025-01-07T04:51:27.507Z | Compiling darling v0.20.10 |
2651 | 2025-01-07T04:51:27.617Z | Compiling parse-display v0.10.0 |
2652 | 2025-01-07T04:51:27.638Z | Compiling serde_with_macros v3.11.0 |
2653 | 2025-01-07T04:51:27.785Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2654 | 2025-01-07T04:51:27.886Z | Compiling proc-macro-error v1.0.4 |
2655 | 2025-01-07T04:51:27.964Z | Compiling foreign-types v0.5.0 |
2656 | 2025-01-07T04:51:28.368Z | Compiling camino-tempfile v1.1.1 |
2657 | 2025-01-07T04:51:28.546Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2658 | 2025-01-07T04:51:28.698Z | Compiling hash32 v0.3.1 |
2659 | 2025-01-07T04:51:28.870Z | Compiling cstr-argument v0.1.2 |
2660 | 2025-01-07T04:51:28.965Z | Compiling smoltcp v0.11.0 |
2661 | 2025-01-07T04:51:29.153Z | Compiling pretty-hex v0.2.1 |
2662 | 2025-01-07T04:51:29.366Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2663 | 2025-01-07T04:51:29.426Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2664 | 2025-01-07T04:51:29.633Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2665 | 2025-01-07T04:51:29.882Z | Compiling tabwriter v1.4.0 |
2666 | 2025-01-07T04:51:30.248Z | Compiling colored v2.1.0 |
2667 | 2025-01-07T04:51:30.432Z | Compiling cobs v0.2.3 |
2668 | 2025-01-07T04:51:30.567Z | Compiling serde_with v3.11.0 |
2669 | 2025-01-07T04:51:30.791Z | Compiling postcard v1.0.10 |
2670 | 2025-01-07T04:51:31.046Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2671 | 2025-01-07T04:51:31.369Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2672 | 2025-01-07T04:51:31.549Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2673 | 2025-01-07T04:51:31.582Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2674 | 2025-01-07T04:51:31.873Z | Compiling thiserror v2.0.3 |
2675 | 2025-01-07T04:51:32.562Z | Compiling smf v0.2.3 |
2676 | 2025-01-07T04:51:32.905Z | Compiling thiserror-impl v2.0.3 |
2677 | 2025-01-07T04:51:33.282Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2678 | 2025-01-07T04:51:34.084Z | Compiling zone_cfg_derive v0.3.0 |
2679 | 2025-01-07T04:51:34.485Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2680 | 2025-01-07T04:51:34.608Z | Compiling num-derive v0.4.2 |
2681 | 2025-01-07T04:51:34.940Z | Compiling sigpipe v0.1.3 |
2682 | 2025-01-07T04:51:35.085Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2683 | 2025-01-07T04:51:35.157Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2684 | 2025-01-07T04:51:35.424Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2685 | 2025-01-07T04:51:35.612Z | Compiling zone v0.3.0 |
2686 | 2025-01-07T04:51:35.917Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2687 | 2025-01-07T04:51:36.012Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2688 | 2025-01-07T04:51:36.400Z | Compiling universal-hash v0.5.1 |
2689 | 2025-01-07T04:51:36.554Z | Compiling opaque-debug v0.3.1 |
2690 | 2025-01-07T04:51:36.609Z | Compiling tungstenite v0.21.0 |
2691 | 2025-01-07T04:51:36.675Z | Compiling num-rational v0.4.2 |
2692 | 2025-01-07T04:51:36.825Z | Compiling password-hash v0.5.0 |
2693 | 2025-01-07T04:51:36.968Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2694 | 2025-01-07T04:51:37.268Z | Compiling blake2 v0.10.6 |
2695 | 2025-01-07T04:51:37.890Z | Compiling num-complex v0.4.6 |
2696 | 2025-01-07T04:51:37.951Z | Compiling aead v0.5.2 |
2697 | 2025-01-07T04:51:37.973Z | Compiling convert_case v0.4.0 |
2698 | 2025-01-07T04:51:38.393Z | Compiling base64 v0.21.7 |
2699 | 2025-01-07T04:51:38.491Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2700 | 2025-01-07T04:51:38.753Z | Compiling keccak v0.1.5 |
2701 | 2025-01-07T04:51:38.844Z | Compiling argon2 v0.5.3 |
2702 | 2025-01-07T04:51:38.940Z | Compiling num v0.4.3 |
2703 | 2025-01-07T04:51:39.018Z | Compiling derive_more v0.99.18 |
2704 | 2025-01-07T04:51:39.038Z | Compiling tokio-tungstenite v0.21.0 |
2705 | 2025-01-07T04:51:39.059Z | Compiling sha3 v0.10.8 |
2706 | 2025-01-07T04:51:39.189Z | Compiling poly1305 v0.8.0 |
2707 | 2025-01-07T04:51:39.639Z | Compiling chacha20 v0.9.1 |
2708 | 2025-01-07T04:51:39.802Z | Compiling float-ord v0.3.2 |
2709 | 2025-01-07T04:51:40.122Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2710 | 2025-01-07T04:51:40.153Z | Compiling same-file v1.0.6 |
2711 | 2025-01-07T04:51:40.264Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2712 | 2025-01-07T04:51:40.491Z | Compiling semver v0.1.20 |
2713 | 2025-01-07T04:51:40.575Z | Compiling walkdir v2.5.0 |
2714 | 2025-01-07T04:51:40.597Z | Compiling newline-converter v0.3.0 |
2715 | 2025-01-07T04:51:40.837Z | Compiling rustc_version v0.1.7 |
2716 | 2025-01-07T04:51:40.952Z | Compiling primeorder v0.13.6 |
2717 | 2025-01-07T04:51:41.204Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2718 | 2025-01-07T04:51:41.375Z | Compiling secrecy v0.8.0 |
2719 | 2025-01-07T04:51:41.406Z | Compiling owo-colors v4.1.0 |
2720 | 2025-01-07T04:51:41.521Z | Compiling cancel-safe-futures v0.1.5 |
2721 | 2025-01-07T04:51:41.672Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2722 | 2025-01-07T04:51:41.701Z | Compiling newtype_derive v0.1.6 |
2723 | 2025-01-07T04:51:41.743Z | Compiling expectorate v1.1.0 |
2724 | 2025-01-07T04:51:41.824Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2725 | 2025-01-07T04:51:41.914Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2726 | 2025-01-07T04:51:41.938Z | Compiling thiserror-impl-no-std v2.0.2 |
2727 | 2025-01-07T04:51:42.017Z | Compiling blake3 v1.5.4 |
2728 | 2025-01-07T04:51:42.251Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2729 | 2025-01-07T04:51:42.511Z | Compiling half v2.4.1 |
2730 | 2025-01-07T04:51:42.563Z | Compiling unicase v2.7.0 |
2731 | 2025-01-07T04:51:42.721Z | Compiling arc-swap v1.7.1 |
2732 | 2025-01-07T04:51:42.876Z | Compiling ciborium-io v0.2.2 |
2733 | 2025-01-07T04:51:43.144Z | Compiling ciborium-ll v0.2.2 |
2734 | 2025-01-07T04:51:43.224Z | Compiling slog-scope v4.4.0 |
2735 | 2025-01-07T04:51:43.376Z | Compiling typify-macro v0.2.0 |
2736 | 2025-01-07T04:51:43.383Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2737 | 2025-01-07T04:51:43.638Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2738 | 2025-01-07T04:51:43.886Z | Compiling polyval v0.6.2 |
2739 | 2025-01-07T04:51:43.916Z | Compiling atomicwrites v0.4.4 |
2740 | 2025-01-07T04:51:44.307Z | Compiling libsw v3.3.1 |
2741 | 2025-01-07T04:51:44.317Z | Compiling memmap2 v0.9.5 |
2742 | 2025-01-07T04:51:44.372Z | Compiling libefi-sys v0.1.0 |
2743 | 2025-01-07T04:51:44.635Z | Compiling parking_lot_core v0.8.6 |
2744 | 2025-01-07T04:51:44.666Z | Compiling arrayvec v0.7.6 |
2745 | 2025-01-07T04:51:44.779Z | Compiling salty v0.3.0 |
2746 | 2025-01-07T04:51:45.121Z | Compiling indent_write v2.2.0 |
2747 | 2025-01-07T04:51:45.124Z | Compiling arrayref v0.3.9 |
2748 | 2025-01-07T04:51:45.196Z | Compiling linear-map v1.2.0 |
2749 | 2025-01-07T04:51:45.232Z | Compiling constant_time_eq v0.3.1 |
2750 | 2025-01-07T04:51:45.264Z | Compiling thiserror-no-std v2.0.2 |
2751 | 2025-01-07T04:51:45.394Z | Compiling vsss-rs v3.3.4 |
2752 | 2025-01-07T04:51:45.522Z | Compiling ghash v0.5.1 |
2753 | 2025-01-07T04:51:45.729Z | Compiling slog-stdlog v4.1.1 |
2754 | 2025-01-07T04:51:45.768Z | Compiling ciborium v0.2.2 |
2755 | 2025-01-07T04:51:46.137Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2756 | 2025-01-07T04:51:46.697Z | Compiling p384 v0.13.0 |
2757 | 2025-01-07T04:51:46.899Z | Compiling toolchain_find v0.4.0 |
2758 | 2025-01-07T04:51:46.940Z | Compiling chacha20poly1305 v0.10.1 |
2759 | 2025-01-07T04:51:47.190Z | Compiling ctr v0.9.2 |
2760 | 2025-01-07T04:51:47.383Z | Compiling lzma-sys v0.1.20 |
2761 | 2025-01-07T04:51:47.586Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2762 | 2025-01-07T04:51:47.589Z | Compiling bitfield-struct v0.6.2 |
2763 | 2025-01-07T04:51:47.881Z | Compiling typify v0.2.0 |
2764 | 2025-01-07T04:51:48.021Z | Compiling slog-dtrace v0.3.0 |
2765 | 2025-01-07T04:51:48.058Z | Compiling progenitor-impl v0.8.0 |
2766 | 2025-01-07T04:51:48.199Z | Compiling highway v1.2.0 |
2767 | 2025-01-07T04:51:48.220Z | Compiling topological-sort v0.2.2 |
2768 | 2025-01-07T04:51:48.447Z | Compiling aes-gcm v0.10.3 |
2769 | 2025-01-07T04:51:48.469Z | Compiling rustfmt-wrapper v0.2.1 |
2770 | 2025-01-07T04:51:48.515Z | Compiling omicron-zone-package v0.12.0 |
2771 | 2025-01-07T04:51:48.759Z | Compiling mime_guess v2.0.5 |
2772 | 2025-01-07T04:51:49.076Z | Compiling slog-envlogger v2.2.0 |
2773 | 2025-01-07T04:51:49.079Z | Compiling steno v0.4.1 |
2774 | 2025-01-07T04:51:49.137Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2775 | 2025-01-07T04:51:50.130Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2776 | 2025-01-07T04:51:50.156Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2777 | 2025-01-07T04:51:50.384Z | Compiling heck v0.3.3 |
2778 | 2025-01-07T04:51:50.603Z | Compiling ssh-encoding v0.2.0 |
2779 | 2025-01-07T04:51:50.834Z | Compiling blowfish v0.9.1 |
2780 | 2025-01-07T04:51:50.839Z | Compiling nibble_vec v0.1.0 |
2781 | 2025-01-07T04:51:50.956Z | Compiling env_filter v0.1.2 |
2782 | 2025-01-07T04:51:51.075Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2783 | 2025-01-07T04:51:51.179Z | Compiling humantime v2.1.0 |
2784 | 2025-01-07T04:51:51.220Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2785 | 2025-01-07T04:51:51.295Z | Compiling endian-type v0.1.2 |
2786 | 2025-01-07T04:51:51.340Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2787 | 2025-01-07T04:51:51.549Z | Compiling radix_trie v0.2.1 |
2788 | 2025-01-07T04:51:51.569Z | Compiling env_logger v0.11.5 |
2789 | 2025-01-07T04:51:51.665Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2790 | 2025-01-07T04:51:51.714Z | Compiling bcrypt-pbkdf v0.10.0 |
2791 | 2025-01-07T04:51:51.733Z | Compiling ssh-cipher v0.2.0 |
2792 | 2025-01-07T04:51:52.274Z | Compiling zone_cfg_derive v0.1.2 |
2793 | 2025-01-07T04:51:52.325Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2794 | 2025-01-07T04:51:52.693Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2795 | 2025-01-07T04:51:52.906Z | Compiling parking_lot v0.11.2 |
2796 | 2025-01-07T04:51:53.499Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2797 | 2025-01-07T04:51:53.537Z | Compiling password-hash v0.4.2 |
2798 | 2025-01-07T04:51:53.847Z | Compiling gethostname v0.5.0 |
2799 | 2025-01-07T04:51:53.870Z | Compiling fxhash v0.2.1 |
2800 | 2025-01-07T04:51:53.890Z | Compiling matches v0.1.10 |
2801 | 2025-01-07T04:51:53.949Z | Compiling bumpalo v3.16.0 |
2802 | 2025-01-07T04:51:54.001Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2803 | 2025-01-07T04:51:54.074Z | Compiling lockfree-object-pool v0.1.6 |
2804 | 2025-01-07T04:51:54.095Z | Compiling http-range v0.1.5 |
2805 | 2025-01-07T04:51:54.304Z | Compiling simd-adler32 v0.3.7 |
2806 | 2025-01-07T04:51:54.382Z | Compiling zip v2.1.3 |
2807 | 2025-01-07T04:51:54.478Z | Compiling base64 v0.13.1 |
2808 | 2025-01-07T04:51:54.516Z | Compiling sled v0.34.7 |
2809 | 2025-01-07T04:51:54.720Z | Compiling zopfli v0.8.1 |
2810 | 2025-01-07T04:51:54.866Z | Compiling pbkdf2 v0.11.0 |
2811 | 2025-01-07T04:51:55.052Z | Compiling ron v0.7.1 |
2812 | 2025-01-07T04:51:55.081Z | Compiling idna v0.2.3 |
2813 | 2025-01-07T04:51:55.234Z | Compiling zone v0.1.8 |
2814 | 2025-01-07T04:51:55.622Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2815 | 2025-01-07T04:51:56.365Z | Compiling xz2 v0.1.7 |
2816 | 2025-01-07T04:51:56.386Z | Compiling progenitor-macro v0.8.0 |
2817 | 2025-01-07T04:51:56.801Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2818 | 2025-01-07T04:51:56.823Z | Compiling ssh-key v0.6.6 |
2819 | 2025-01-07T04:51:56.881Z | Compiling hickory-client v0.24.1 |
2820 | 2025-01-07T04:51:57.551Z | Compiling p521 v0.13.3 |
2821 | 2025-01-07T04:51:57.607Z | Compiling p256 v0.13.2 |
2822 | 2025-01-07T04:51:57.993Z | Compiling hickory-server v0.24.1 |
2823 | 2025-01-07T04:51:58.438Z | Compiling enum-as-inner v0.5.1 |
2824 | 2025-01-07T04:51:58.516Z | Compiling pem v3.0.4 |
2825 | 2025-01-07T04:51:59.403Z | Compiling yasna v0.5.2 |
2826 | 2025-01-07T04:51:59.515Z | Compiling headers-core v0.3.0 |
2827 | 2025-01-07T04:51:59.704Z | Compiling kstat-rs v0.2.4 |
2828 | 2025-01-07T04:52:00.081Z | Compiling nanorand v0.7.0 |
2829 | 2025-01-07T04:52:00.390Z | Compiling russh-cryptovec v0.7.3 |
2830 | 2025-01-07T04:52:00.702Z | Compiling atty v0.2.14 |
2831 | 2025-01-07T04:52:00.736Z | Compiling md5 v0.7.0 |
2832 | 2025-01-07T04:52:00.862Z | Compiling flume v0.11.1 |
2833 | 2025-01-07T04:52:01.171Z | Compiling russh-keys v0.45.0 |
2834 | 2025-01-07T04:52:01.246Z | Compiling rcgen v0.12.1 |
2835 | 2025-01-07T04:52:01.617Z | Compiling headers v0.4.0 |
2836 | 2025-01-07T04:52:01.656Z | Compiling trust-dns-proto v0.22.0 |
2837 | 2025-01-07T04:52:01.900Z | Compiling hyper-staticfile v0.10.1 |
2838 | 2025-01-07T04:52:03.732Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2839 | 2025-01-07T04:52:03.859Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2840 | 2025-01-07T04:52:04.339Z | Compiling num-bigint v0.4.6 |
2841 | 2025-01-07T04:52:04.382Z | Compiling des v0.8.1 |
2842 | 2025-01-07T04:52:04.766Z | Compiling subprocess v0.2.9 |
2843 | 2025-01-07T04:52:05.262Z | Compiling hex-literal v0.4.1 |
2844 | 2025-01-07T04:52:05.379Z | Compiling dhcproto-macros v0.1.0 |
2845 | 2025-01-07T04:52:05.446Z | Compiling display-error-chain v0.2.2 |
2846 | 2025-01-07T04:52:05.550Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2847 | 2025-01-07T04:52:05.678Z | Compiling internet-checksum v0.2.1 |
2848 | 2025-01-07T04:52:06.356Z | Compiling dhcproto v0.12.0 |
2849 | 2025-01-07T04:52:07.448Z | Compiling russh v0.45.0 |
2850 | 2025-01-07T04:52:09.519Z | Compiling progenitor v0.8.0 |
2851 | 2025-01-07T04:52:09.669Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2852 | 2025-01-07T04:52:09.669Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2853 | 2025-01-07T04:52:09.671Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2854 | 2025-01-07T04:52:09.671Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2855 | 2025-01-07T04:52:09.671Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2856 | 2025-01-07T04:52:09.671Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2857 | 2025-01-07T04:52:09.772Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2858 | 2025-01-07T04:52:10.502Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2859 | 2025-01-07T04:52:11.214Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2860 | 2025-01-07T04:52:13.028Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2861 | 2025-01-07T04:52:15.446Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2862 | 2025-01-07T04:52:15.539Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2863 | 2025-01-07T04:52:26.028Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2864 | 2025-01-07T04:52:26.031Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2865 | 2025-01-07T04:52:26.031Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2866 | 2025-01-07T04:52:26.031Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2867 | 2025-01-07T04:52:26.935Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2868 | 2025-01-07T04:52:29.178Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2869 | 2025-01-07T04:52:30.234Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2870 | 2025-01-07T04:52:30.375Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2871 | 2025-01-07T04:52:31.355Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2872 | 2025-01-07T04:52:33.780Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2873 | 2025-01-07T04:52:33.889Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2874 | 2025-01-07T04:52:34.515Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2875 | 2025-01-07T04:52:35.386Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2876 | 2025-01-07T04:52:36.201Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2877 | 2025-01-07T04:52:36.805Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2878 | 2025-01-07T04:52:37.112Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2879 | 2025-01-07T04:52:37.965Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2880 | 2025-01-07T04:52:38.353Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2881 | 2025-01-07T04:52:39.929Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2882 | 2025-01-07T04:52:42.142Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2883 | 2025-01-07T04:52:42.169Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2884 | 2025-01-07T04:52:42.684Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2885 | 2025-01-07T04:52:44.230Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2886 | 2025-01-07T04:52:44.430Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2887 | 2025-01-07T04:52:47.439Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2888 | 2025-01-07T04:52:49.197Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2889 | 2025-01-07T04:52:49.980Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2890 | 2025-01-07T04:52:51.273Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2891 | 2025-01-07T04:52:56.155Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2892 | 2025-01-07T04:53:05.122Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2893 | 2025-01-07T04:53:06.494Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2894 | 2025-01-07T04:53:26.304Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2895 | 2025-01-07T04:54:02.572Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 44s |
2896 | 2025-01-07T04:54:02.783Z | |
2897 | 2025-01-07T04:54:02.783Z | real 2:44.593997080 |
2898 | 2025-01-07T04:54:02.783Z | user 12:30.499031867 |
2899 | 2025-01-07T04:54:02.783Z | sys 2:45.544227969 |
2900 | 2025-01-07T04:54:02.783Z | trap 0.326800970 |
2901 | 2025-01-07T04:54:02.786Z | tflt 0.840063879 |
2902 | 2025-01-07T04:54:02.786Z | dflt 2.069821327 |
2903 | 2025-01-07T04:54:02.786Z | kflt 0.000026111 |
2904 | 2025-01-07T04:54:02.786Z | lock 26:06.705773903 |
2905 | 2025-01-07T04:54:02.786Z | slp 45:18.590879850 |
2906 | 2025-01-07T04:54:02.786Z | lat 33.631683033 |
2907 | 2025-01-07T04:54:02.786Z | stop 1:32.727394721 |
2908 | 2025-01-07T04:54:02.786Z | + mkdir tests |
2909 | 2025-01-07T04:54:02.789Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2910 | 2025-01-07T04:54:02.789Z | + xargs -I '{}' -t cp '{}' tests/ |
2911 | 2025-01-07T04:54:02.832Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-3e06b4f09b599b95 tests/ |
2912 | 2025-01-07T04:54:02.858Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-670bbe23d5569758 tests/ |
2913 | 2025-01-07T04:54:02.883Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-3ffbd08eae32af3a tests/ |
2914 | 2025-01-07T04:54:02.909Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f9952a2308570ed9 tests/ |
2915 | 2025-01-07T04:54:03.143Z | + 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/*) |
2916 | 2025-01-07T04:54:03.145Z | + 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-670bbe23d5569758 tests/commtest-3ffbd08eae32af3a tests/dhcp_server-3e06b4f09b599b95 tests/end_to_end_tests-f9952a2308570ed9 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 |
2917 | 2025-01-07T04:55:15.364Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2918 | 2025-01-07T04:55:15.364Z | a .github/buildomat/ci-env.sh 1K |
2919 | 2025-01-07T04:55:15.364Z | a out/target/test 1K |
2920 | 2025-01-07T04:55:15.364Z | a out/npuzone/npuzone 23144K |
2921 | 2025-01-07T04:55:15.364Z | a package-manifest.toml 34K |
2922 | 2025-01-07T04:55:15.364Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2923 | 2025-01-07T04:55:15.364Z | a target/release/omicron-package 36062K |
2924 | 2025-01-07T04:55:15.365Z | a target/release/xtask 11725K |
2925 | 2025-01-07T04:55:15.365Z | a target/debug/bootstrap 209150K |
2926 | 2025-01-07T04:55:15.365Z | a tests/bootstrap-670bbe23d5569758 24243K |
2927 | 2025-01-07T04:55:15.365Z | a tests/commtest-3ffbd08eae32af3a 25019K |
2928 | 2025-01-07T04:55:15.365Z | a tests/dhcp_server-3e06b4f09b599b95 24243K |
2929 | 2025-01-07T04:55:15.365Z | a tests/end_to_end_tests-f9952a2308570ed9 227343K |
2930 | 2025-01-07T04:55:15.365Z | a out/clickhouse.tar.gz 293532K |
2931 | 2025-01-07T04:55:15.365Z | a out/clickhouse_keeper.tar.gz 280617K |
2932 | 2025-01-07T04:55:15.365Z | a out/clickhouse_server.tar.gz 293499K |
2933 | 2025-01-07T04:55:15.365Z | a out/cockroachdb.tar.gz 134660K |
2934 | 2025-01-07T04:55:15.365Z | a out/crucible-dtrace.tar 85K |
2935 | 2025-01-07T04:55:15.365Z | a out/crucible-pantry-zone.tar.gz 28212K |
2936 | 2025-01-07T04:55:15.365Z | a out/crucible-zone.tar.gz 36433K |
2937 | 2025-01-07T04:55:15.365Z | a out/external-dns.tar.gz 35342K |
2938 | 2025-01-07T04:55:15.365Z | a out/internal-dns.tar.gz 35341K |
2939 | 2025-01-07T04:55:15.365Z | a out/mg-ddm-gz.tar 63075K |
2940 | 2025-01-07T04:55:15.365Z | a out/nexus.tar.gz 98551K |
2941 | 2025-01-07T04:55:15.365Z | a out/ntp.tar.gz 10388K |
2942 | 2025-01-07T04:55:15.365Z | a out/omicron-gateway-softnpu.tar.gz 23971K |
2943 | 2025-01-07T04:55:15.365Z | a out/omicron-sled-agent.tar 113478K |
2944 | 2025-01-07T04:55:15.365Z | a out/overlay.tar.gz 3K |
2945 | 2025-01-07T04:55:15.365Z | a out/oximeter.tar.gz 47838K |
2946 | 2025-01-07T04:55:15.365Z | a out/oxlog.tar 3088K |
2947 | 2025-01-07T04:55:15.365Z | a out/probe.tar.gz 2764K |
2948 | 2025-01-07T04:55:15.365Z | a out/propolis-server.tar.gz 66291K |
2949 | 2025-01-07T04:55:15.365Z | a out/pumpkind-gz.tar 26665K |
2950 | 2025-01-07T04:55:15.365Z | a out/switch-softnpu.tar.gz 235412K |
2951 | 2025-01-07T04:55:15.368Z | |
2952 | 2025-01-07T04:55:15.368Z | real 1:12.219162381 |
2953 | 2025-01-07T04:55:15.368Z | user 1:08.973816326 |
2954 | 2025-01-07T04:55:15.368Z | sys 4.664052895 |
2955 | 2025-01-07T04:55:15.368Z | trap 0.018404387 |
2956 | 2025-01-07T04:55:15.368Z | tflt 0.000000000 |
2957 | 2025-01-07T04:55:15.368Z | dflt 0.000000000 |
2958 | 2025-01-07T04:55:15.368Z | kflt 0.000000000 |
2959 | 2025-01-07T04:55:15.368Z | lock 0.000000000 |
2960 | 2025-01-07T04:55:15.368Z | slp 1:08.720745699 |
2961 | 2025-01-07T04:55:15.369Z | lat 2.055489608 |
2962 | 2025-01-07T04:55:15.369Z | stop 0.000622379 |
2963 | 2025-01-07T04:55:15.369Z | process exited: duration 2018656 ms, exit code 0 |
|
2964 | 2025-01-07T04:55:15.383Z | found 1 output files |
2965 | 2025-01-07T04:55:15.383Z | uploading: /work/package.tar.gz (1880472103 bytes) |
2966 | 2025-01-07T04:55:54.716Z | uploaded: /work/package.tar.gz |