|
|
|
1 | 2024-11-28T04:04:18.170Z | job assigned to worker 01JDRF06NDVCH4E139MDQQ9BR3 [factory aws, i-0daa27fd51388fe69] (queued for 1 m 5 s) |
|
2 | 2024-11-28T04:04:26.380Z | starting task 0: "setup" |
3 | 2024-11-28T04:04:26.390Z | ++ uname -s |
4 | 2024-11-28T04:04:26.393Z | + kern=SunOS |
5 | 2024-11-28T04:04:26.394Z | + case "$kern" in |
6 | 2024-11-28T04:04:26.394Z | + groupadd -g 12345 build |
7 | 2024-11-28T04:04:26.397Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-28T04:04:28.403Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-28T04:04:28.502Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-28T04:04:28.506Z | + home_fs=zfs |
11 | 2024-11-28T04:04:28.506Z | + [[ zfs == autofs ]] |
12 | 2024-11-28T04:04:28.506Z | + mkdir -p /home/build |
13 | 2024-11-28T04:04:28.506Z | + chown build:build /home/build /work |
14 | 2024-11-28T04:04:30.508Z | + chmod 0700 /home/build /work |
15 | 2024-11-28T04:04:30.514Z | process exited: duration 4130 ms, exit code 0 |
|
16 | 2024-11-28T04:04:30.521Z | starting task 1: "rust-toolchain" |
17 | 2024-11-28T04:04:30.526Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-28T04:04:30.526Z | ' 1.81.0 |
19 | 2024-11-28T04:04:30.526Z | * toolchain channel = "1.81.0" |
20 | 2024-11-28T04:04:30.526Z | * toolchain profile = "default" |
21 | 2024-11-28T04:04:30.526Z | + printf ' * toolchain profile = "%s" |
22 | 2024-11-28T04:04:30.526Z | ' default |
23 | 2024-11-28T04:04:30.529Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-28T04:04:30.529Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-28T04:04:30.710Z | info: downloading installer |
26 | 2024-11-28T04:04:32.518Z | info: profile set to 'default' |
27 | 2024-11-28T04:04:32.518Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-28T04:04:32.521Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-28T04:04:32.670Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-28T04:04:32.670Z | info: downloading component 'cargo' |
31 | 2024-11-28T04:04:33.542Z | info: downloading component 'clippy' |
32 | 2024-11-28T04:04:33.861Z | info: downloading component 'rust-docs' |
33 | 2024-11-28T04:04:35.086Z | info: downloading component 'rust-std' |
34 | 2024-11-28T04:04:36.947Z | info: downloading component 'rustc' |
35 | 2024-11-28T04:04:43.637Z | info: downloading component 'rustfmt' |
36 | 2024-11-28T04:04:43.891Z | info: installing component 'cargo' |
37 | 2024-11-28T04:04:44.689Z | info: installing component 'clippy' |
38 | 2024-11-28T04:04:45.046Z | info: installing component 'rust-docs' |
39 | 2024-11-28T04:04:46.691Z | info: installing component 'rust-std' |
40 | 2024-11-28T04:04:48.367Z | info: installing component 'rustc' |
41 | 2024-11-28T04:04:54.121Z | info: installing component 'rustfmt' |
42 | 2024-11-28T04:04:54.444Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-28T04:04:54.444Z | |
44 | 2024-11-28T04:04:54.809Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-28T04:04:54.809Z | |
46 | 2024-11-28T04:04:54.812Z | |
47 | 2024-11-28T04:04:54.812Z | Rust is installed now. Great! |
48 | 2024-11-28T04:04:54.812Z | |
49 | 2024-11-28T04:04:54.812Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-28T04:04:54.812Z | environment variable. This has not been done automatically. |
51 | 2024-11-28T04:04:54.812Z | |
52 | 2024-11-28T04:04:54.812Z | To configure your current shell, you need to source |
53 | 2024-11-28T04:04:54.812Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-28T04:04:54.812Z | |
55 | 2024-11-28T04:04:54.812Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-28T04:04:54.812Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-28T04:04:54.812Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-28T04:04:54.884Z | + rustc --version |
59 | 2024-11-28T04:04:54.952Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-28T04:04:54.955Z | process exited: duration 24433 ms, exit code 0 |
|
61 | 2024-11-28T04:04:54.961Z | starting task 2: "authentication" |
62 | 2024-11-28T04:04:54.981Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-11-28T04:04:54.987Z | starting task 3: "clone repository" |
64 | 2024-11-28T04:04:54.992Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-28T04:04:54.995Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-28T04:04:55.287Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-28T04:05:01.963Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-28T04:05:01.963Z | + git fetch origin 2d40eaa949744312cb2a01a3b38863f238c38ac8 |
69 | 2024-11-28T04:05:02.233Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-28T04:05:02.233Z | * branch 2d40eaa949744312cb2a01a3b38863f238c38ac8 -> FETCH_HEAD |
71 | 2024-11-28T04:05:02.245Z | + [[ -n renovate/flate2-1.x ]] |
72 | 2024-11-28T04:05:02.247Z | ++ git branch --show-current |
73 | 2024-11-28T04:05:02.250Z | + current=main |
74 | 2024-11-28T04:05:02.250Z | + [[ main != renovate/flate2-1.x ]] |
75 | 2024-11-28T04:05:02.251Z | + git branch -f renovate/flate2-1.x 2d40eaa949744312cb2a01a3b38863f238c38ac8 |
76 | 2024-11-28T04:05:02.254Z | + git checkout -f renovate/flate2-1.x |
77 | 2024-11-28T04:05:02.440Z | Switched to branch 'renovate/flate2-1.x' |
78 | 2024-11-28T04:05:02.444Z | + git reset --hard 2d40eaa949744312cb2a01a3b38863f238c38ac8 |
79 | 2024-11-28T04:05:02.457Z | HEAD is now at 2d40eaa94 Update Rust crate flate2 to 1.0.35 |
80 | 2024-11-28T04:05:02.461Z | process exited: duration 7471 ms, exit code 0 |
|
81 | 2024-11-28T04:05:02.466Z | starting task 4: "build" |
82 | 2024-11-28T04:05:02.472Z | + source .github/buildomat/ci-env.sh |
83 | 2024-11-28T04:05:02.472Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-11-28T04:05:02.473Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-11-28T04:05:02.476Z | + cargo --version |
86 | 2024-11-28T04:05:02.531Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-11-28T04:05:02.534Z | + rustc --version |
88 | 2024-11-28T04:05:02.597Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-11-28T04:05:02.600Z | + WORK=/work |
90 | 2024-11-28T04:05:02.600Z | + pfexec mkdir -p /work |
91 | 2024-11-28T04:05:02.603Z | + pfexec chown build /work |
92 | 2024-11-28T04:05:02.606Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2024-11-28T04:05:15.054Z | Startup: Refreshing catalog 'helios-dev' ... Done |
94 | 2024-11-28T04:05:18.915Z | Startup: Caching catalogs ... Done |
95 | 2024-11-28T04:05:28.369Z | Planning: Solver setup ... Done (8.589s) |
96 | 2024-11-28T04:05:28.490Z | Planning: Running solver ... Done (0.121s) |
97 | 2024-11-28T04:05:28.675Z | Planning: Finding local manifests ... Done (0.088s) |
98 | 2024-11-28T04:05:28.689Z | Planning: Fetching manifests: 0/5 0% complete |
99 | 2024-11-28T04:05:29.322Z | Planning: Fetching manifests: 5/5 100% complete |
100 | 2024-11-28T04:05:29.515Z | Planning: Package planning ... Done (0.191s) |
101 | 2024-11-28T04:05:29.571Z | Planning: Merging actions ... Done (0.058s) |
102 | 2024-11-28T04:05:30.289Z | Planning: Checking for conflicting actions ... Done (0.718s) |
103 | 2024-11-28T04:05:34.762Z | Planning: Consolidating action changes ... Done (4.463s) |
104 | 2024-11-28T04:05:35.158Z | Planning: Evaluating mediators ... Done (0.405s) |
105 | 2024-11-28T04:05:35.378Z | Planning: Planning completed in 16.37 seconds |
106 | 2024-11-28T04:05:35.392Z | Packages to install: 4 |
107 | 2024-11-28T04:05:35.395Z | Packages to update: 1 |
108 | 2024-11-28T04:05:35.395Z | Mediators to change: 2 |
109 | 2024-11-28T04:05:35.396Z | Services to change: 1 |
110 | 2024-11-28T04:05:35.396Z | Estimated space available: 155.64 GB |
111 | 2024-11-28T04:05:35.396Z | Estimated space to be consumed: 1.60 GB |
112 | 2024-11-28T04:05:35.396Z | Create boot environment: No |
113 | 2024-11-28T04:05:35.396Z | Create backup boot environment: Yes |
114 | 2024-11-28T04:05:35.396Z | Rebuild boot archive: No |
115 | 2024-11-28T04:05:35.396Z | |
116 | 2024-11-28T04:05:35.396Z | Changed mediators: |
117 | 2024-11-28T04:05:35.396Z | mediator clang: |
118 | 2024-11-28T04:05:35.396Z | version: None -> 15 (system default) |
119 | 2024-11-28T04:05:35.396Z | |
120 | 2024-11-28T04:05:35.396Z | mediator llvm: |
121 | 2024-11-28T04:05:35.396Z | version: 14 (system default) -> 15 (system default) |
122 | 2024-11-28T04:05:35.396Z | |
123 | 2024-11-28T04:05:35.396Z | Changed packages: |
124 | 2024-11-28T04:05:35.396Z | helios-dev |
125 | 2024-11-28T04:05:35.396Z | developer/build-essential |
126 | 2024-11-28T04:05:35.396Z | None -> 11-2.0 |
127 | 2024-11-28T04:05:35.396Z | library/libxmlsec1 |
128 | 2024-11-28T04:05:35.396Z | None -> 1.2.35-2.0 |
129 | 2024-11-28T04:05:35.396Z | ooce/developer/clang-15 |
130 | 2024-11-28T04:05:35.396Z | None -> 15.0.7-2.0 |
131 | 2024-11-28T04:05:35.396Z | ooce/developer/llvm-15 |
132 | 2024-11-28T04:05:35.397Z | None -> 15.0.7-2.0 |
133 | 2024-11-28T04:05:35.397Z | package/pkg |
134 | 2024-11-28T04:05:35.397Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
135 | 2024-11-28T04:05:35.397Z | |
136 | 2024-11-28T04:05:35.397Z | Services: |
137 | 2024-11-28T04:05:35.397Z | restart_fmri: |
138 | 2024-11-28T04:05:35.397Z | svc:/system/update-man-index:default |
139 | 2024-11-28T04:05:35.397Z | |
140 | 2024-11-28T04:05:35.397Z | Editable files to change: |
141 | 2024-11-28T04:05:35.397Z | Update: |
142 | 2024-11-28T04:05:35.397Z | usr/share/lib/pkg/web/config.shtml |
143 | 2024-11-28T04:05:35.658Z | |
144 | 2024-11-28T04:05:35.658Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
145 | 2024-11-28T04:05:40.764Z | Download: 269/4281 items 1.9/220.6MB 0% complete (353k/s) |
146 | 2024-11-28T04:05:45.714Z | Download: 825/4281 items 18.7/220.6MB 8% complete (2.0M/s) |
147 | 2024-11-28T04:05:50.782Z | Download: 1192/4281 items 74.6/220.6MB 33% complete (7.2M/s) |
148 | 2024-11-28T04:05:56.692Z | Download: 1198/4281 items 83.5/220.6MB 37% complete (7.9M/s) |
149 | 2024-11-28T04:06:01.695Z | Download: 1771/4281 items 118.2/220.6MB 53% complete (3.6M/s) |
150 | 2024-11-28T04:06:10.185Z | Download: 2219/4281 items 119.2/220.6MB 54% complete (4.1M/s) |
151 | 2024-11-28T04:06:16.591Z | Download: 2222/4281 items 119.2/220.6MB 54% complete |
152 | 2024-11-28T04:06:21.605Z | Download: 2504/4281 items 120.0/220.6MB 54% complete (163k/s) |
153 | 2024-11-28T04:06:26.625Z | Download: 2949/4281 items 120.9/220.6MB 54% complete (179k/s) |
154 | 2024-11-28T04:06:42.072Z | Download: 3240/4281 items 202.8/220.6MB 91% complete |
155 | 2024-11-28T04:06:47.125Z | Download: 3244/4281 items 203.0/220.6MB 92% complete (49.3k/s) |
156 | 2024-11-28T04:06:53.222Z | Download: 3248/4281 items 203.1/220.6MB 92% complete (48.3k/s) |
157 | 2024-11-28T04:06:58.223Z | Download: 3702/4281 items 216.6/220.6MB 98% complete (2.7M/s) |
158 | 2024-11-28T04:07:06.217Z | Download: 4206/4281 items 220.6/220.6MB 99% complete (2.3M/s) |
159 | 2024-11-28T04:07:07.371Z | Download: Completed 220.60 MB in 91.71 seconds (2.4M/s) |
160 | 2024-11-28T04:07:09.550Z | Actions: 1/5063 actions (Removing old actions) |
161 | 2024-11-28T04:07:09.568Z | Actions: 194/5063 actions (Installing new actions) |
162 | 2024-11-28T04:07:14.596Z | Actions: 4084/5063 actions (Installing new actions) |
163 | 2024-11-28T04:07:14.865Z | Actions: 4226/5063 actions (Updating modified actions) |
164 | 2024-11-28T04:07:15.219Z | Actions: Completed 5063 actions in 5.67 seconds. |
165 | 2024-11-28T04:07:15.633Z | Done (0.408s) |
166 | 2024-11-28T04:07:15.636Z | Done (0.000s) |
167 | 2024-11-28T04:07:16.174Z | Done (0.539s) |
168 | 2024-11-28T04:07:21.899Z | Done (5.502s) |
169 | 2024-11-28T04:07:22.187Z | Done (0.215s) |
170 | 2024-11-28T04:07:22.190Z | Done (0.000s) |
171 | 2024-11-28T04:07:22.339Z | Done (0.000s) |
172 | 2024-11-28T04:07:23.032Z | Planning: Evaluating mediator changes ... Done |
173 | 2024-11-28T04:07:23.195Z | Planning: Checking for conflicting actions ... Done |
174 | 2024-11-28T04:07:23.197Z | Planning: Consolidating action changes ... Done |
175 | 2024-11-28T04:07:23.469Z | Planning: Evaluating mediators ... Done |
176 | 2024-11-28T04:07:23.471Z | Planning: Planning completed in 0.44 seconds |
177 | 2024-11-28T04:07:23.508Z | Mediators to change: 2 |
178 | 2024-11-28T04:07:23.508Z | Create boot environment: No |
179 | 2024-11-28T04:07:23.511Z | Create backup boot environment: No |
180 | 2024-11-28T04:07:23.571Z | Done |
181 | 2024-11-28T04:07:23.571Z | Done |
182 | 2024-11-28T04:07:23.926Z | Done |
183 | 2024-11-28T04:07:27.706Z | Done |
184 | 2024-11-28T04:07:27.806Z | Done |
185 | 2024-11-28T04:07:27.808Z | Done |
186 | 2024-11-28T04:07:28.009Z | Done |
187 | 2024-11-28T04:07:28.667Z | Planning: Evaluating mediator changes ... Done |
188 | 2024-11-28T04:07:28.678Z | Planning: Merging actions ... Done |
189 | 2024-11-28T04:07:28.854Z | Planning: Checking for conflicting actions ... Done |
190 | 2024-11-28T04:07:28.857Z | Planning: Consolidating action changes ... Done |
191 | 2024-11-28T04:07:29.151Z | Planning: Evaluating mediators ... Done |
192 | 2024-11-28T04:07:29.214Z | Planning: Planning completed in 0.82 seconds |
193 | 2024-11-28T04:07:29.256Z | Packages to change: 1 |
194 | 2024-11-28T04:07:29.258Z | Mediators to change: 1 |
195 | 2024-11-28T04:07:29.259Z | Services to change: 1 |
196 | 2024-11-28T04:07:29.259Z | Create boot environment: No |
197 | 2024-11-28T04:07:29.259Z | Create backup boot environment: Yes |
198 | 2024-11-28T04:07:31.352Z | Actions: 1/6 actions (Updating modified actions) |
199 | 2024-11-28T04:07:31.384Z | Actions: Completed 6 actions in 0.03 seconds. |
200 | 2024-11-28T04:07:31.386Z | Done |
201 | 2024-11-28T04:07:31.386Z | Done |
202 | 2024-11-28T04:07:31.497Z | Done |
203 | 2024-11-28T04:07:35.340Z | Done |
204 | 2024-11-28T04:07:35.432Z | Done |
205 | 2024-11-28T04:07:35.435Z | Done |
206 | 2024-11-28T04:07:35.547Z | Done |
207 | 2024-11-28T04:07:35.998Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
208 | 2024-11-28T04:07:35.998Z | clang system 15 system |
209 | 2024-11-28T04:07:35.998Z | csh system system illumos |
210 | 2024-11-28T04:07:35.998Z | ctags system system illumos |
211 | 2024-11-28T04:07:35.998Z | gcc vendor 12 vendor |
212 | 2024-11-28T04:07:35.999Z | gcc system 10 system |
213 | 2024-11-28T04:07:35.999Z | gcc system 7 system |
214 | 2024-11-28T04:07:35.999Z | go system 1.20 system |
215 | 2024-11-28T04:07:35.999Z | go system 1.19 system |
216 | 2024-11-28T04:07:35.999Z | llvm system 15 system |
217 | 2024-11-28T04:07:35.999Z | llvm system 14 system |
218 | 2024-11-28T04:07:35.999Z | mariadb system 10.6 system |
219 | 2024-11-28T04:07:35.999Z | mta vendor vendor dma |
220 | 2024-11-28T04:07:35.999Z | openjdk system 17 system |
221 | 2024-11-28T04:07:35.999Z | openjdk system 11 system |
222 | 2024-11-28T04:07:36.000Z | openjdk system 1.8 system |
223 | 2024-11-28T04:07:36.000Z | openssl vendor 3 vendor |
224 | 2024-11-28T04:07:36.000Z | perl system 5.36 system |
225 | 2024-11-28T04:07:36.000Z | postgresql system 15 system |
226 | 2024-11-28T04:07:36.000Z | postgresql system 13 system |
227 | 2024-11-28T04:07:36.000Z | python vendor 3 vendor |
228 | 2024-11-28T04:07:36.000Z | python system 2 system |
229 | 2024-11-28T04:07:36.000Z | python3 system 3.11 system |
230 | 2024-11-28T04:07:36.000Z | ruby system 3.0 system |
231 | 2024-11-28T04:07:36.000Z | words vendor vendor american-english |
232 | 2024-11-28T04:07:36.000Z | words system system australian-english |
233 | 2024-11-28T04:07:36.000Z | words system system british-english |
234 | 2024-11-28T04:07:36.000Z | words system system canadian-english |
235 | 2024-11-28T04:07:36.000Z | words system system french |
236 | 2024-11-28T04:07:36.000Z | words system system italian |
237 | 2024-11-28T04:07:36.000Z | words system system ngerman |
238 | 2024-11-28T04:07:36.000Z | words system system ogerman |
239 | 2024-11-28T04:07:36.000Z | words system system spanish |
240 | 2024-11-28T04:07:36.363Z | PUBLISHER TYPE STATUS P LOCATION |
241 | 2024-11-28T04:07:36.363Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
242 | 2024-11-28T04:07:39.048Z | FMRI IFO |
243 | 2024-11-28T04:07:39.048Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
244 | 2024-11-28T04:07:39.048Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
245 | 2024-11-28T04:07:39.048Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
246 | 2024-11-28T04:07:39.048Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
247 | 2024-11-28T04:07:39.048Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
248 | 2024-11-28T04:07:39.048Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
249 | 2024-11-28T04:07:39.048Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
250 | 2024-11-28T04:07:39.049Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
251 | 2024-11-28T04:07:39.050Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
252 | 2024-11-28T04:07:39.050Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
253 | 2024-11-28T04:07:39.050Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
254 | 2024-11-28T04:07:39.050Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
255 | 2024-11-28T04:07:39.050Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
256 | 2024-11-28T04:07:39.050Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
257 | 2024-11-28T04:07:39.050Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
258 | 2024-11-28T04:07:39.836Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
259 | 2024-11-28T04:07:40.655Z | Updating crates.io index |
260 | 2024-11-28T04:07:40.657Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
261 | 2024-11-28T04:07:41.205Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
262 | 2024-11-28T04:07:41.421Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
263 | 2024-11-28T04:07:41.672Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
264 | 2024-11-28T04:07:41.915Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
265 | 2024-11-28T04:07:42.852Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
266 | 2024-11-28T04:07:45.320Z | Updating git repository `https://github.com/oxidecomputer/opte` |
267 | 2024-11-28T04:07:46.430Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
268 | 2024-11-28T04:07:47.232Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
269 | 2024-11-28T04:07:47.466Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
270 | 2024-11-28T04:07:47.826Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
271 | 2024-11-28T04:07:48.391Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
272 | 2024-11-28T04:07:48.744Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
273 | 2024-11-28T04:07:49.195Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
274 | 2024-11-28T04:07:49.450Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
275 | 2024-11-28T04:07:49.703Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
276 | 2024-11-28T04:07:49.990Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
277 | 2024-11-28T04:07:50.260Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
278 | 2024-11-28T04:07:50.593Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
279 | 2024-11-28T04:07:50.853Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
280 | 2024-11-28T04:07:51.207Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
281 | 2024-11-28T04:07:51.717Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
282 | 2024-11-28T04:07:52.015Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
283 | 2024-11-28T04:07:52.378Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
284 | 2024-11-28T04:07:52.765Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
285 | 2024-11-28T04:07:53.041Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
286 | 2024-11-28T04:07:53.331Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
287 | 2024-11-28T04:07:53.571Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
288 | 2024-11-28T04:07:54.888Z | Downloading crates ... |
289 | 2024-11-28T04:07:54.969Z | Downloaded anstream v0.6.15 |
290 | 2024-11-28T04:07:54.980Z | Downloaded colorchoice v1.0.2 |
291 | 2024-11-28T04:07:54.982Z | Downloaded bytecount v0.6.8 |
292 | 2024-11-28T04:07:54.982Z | Downloaded pest_generator v2.7.14 |
293 | 2024-11-28T04:07:54.988Z | Downloaded serde v1.0.215 |
294 | 2024-11-28T04:07:54.991Z | Downloaded equivalent v1.0.1 |
295 | 2024-11-28T04:07:55.008Z | Downloaded digest v0.10.7 |
296 | 2024-11-28T04:07:55.013Z | Downloaded plain v0.2.3 |
297 | 2024-11-28T04:07:55.016Z | Downloaded bitflags v2.6.0 |
298 | 2024-11-28T04:07:55.019Z | Downloaded toml_datetime v0.6.8 |
299 | 2024-11-28T04:07:55.023Z | Downloaded smawk v0.3.2 |
300 | 2024-11-28T04:07:55.026Z | Downloaded usdt-attr-macro v0.5.0 |
301 | 2024-11-28T04:07:55.026Z | Downloaded proc-macro2 v1.0.89 |
302 | 2024-11-28T04:07:55.034Z | Downloaded papergrid v0.11.0 |
303 | 2024-11-28T04:07:55.057Z | Downloaded memchr v2.7.4 |
304 | 2024-11-28T04:07:55.091Z | Downloaded goblin v0.8.2 |
305 | 2024-11-28T04:07:55.101Z | Downloaded anstyle-query v1.1.1 |
306 | 2024-11-28T04:07:55.104Z | Downloaded anstyle-parse v0.2.5 |
307 | 2024-11-28T04:07:55.107Z | Downloaded cargo_metadata v0.18.1 |
308 | 2024-11-28T04:07:55.110Z | Downloaded clap_lex v0.7.2 |
309 | 2024-11-28T04:07:55.110Z | Downloaded cargo-platform v0.1.8 |
310 | 2024-11-28T04:07:55.110Z | Downloaded camino-tempfile v1.1.1 |
311 | 2024-11-28T04:07:55.113Z | Downloaded cfg-if v1.0.0 |
312 | 2024-11-28T04:07:55.115Z | Downloaded byteorder v1.5.0 |
313 | 2024-11-28T04:07:55.117Z | Downloaded block-buffer v0.10.4 |
314 | 2024-11-28T04:07:55.117Z | Downloaded autocfg v1.4.0 |
315 | 2024-11-28T04:07:55.125Z | Downloaded dtrace-parser v0.2.0 |
316 | 2024-11-28T04:07:55.132Z | Downloaded clap_derive v4.5.18 |
317 | 2024-11-28T04:07:55.135Z | Downloaded cargo_toml v0.20.5 |
318 | 2024-11-28T04:07:55.138Z | Downloaded camino v1.1.9 |
319 | 2024-11-28T04:07:55.141Z | Downloaded anstyle v1.0.10 |
320 | 2024-11-28T04:07:55.153Z | Downloaded scroll_derive v0.12.0 |
321 | 2024-11-28T04:07:55.158Z | Downloaded usdt-macro v0.5.0 |
322 | 2024-11-28T04:07:55.162Z | Downloaded pretty-hex v0.4.1 |
323 | 2024-11-28T04:07:55.162Z | Downloaded memmap v0.7.0 |
324 | 2024-11-28T04:07:55.162Z | Downloaded swrite v0.1.0 |
325 | 2024-11-28T04:07:55.164Z | Downloaded fnv v1.0.7 |
326 | 2024-11-28T04:07:55.164Z | Downloaded fastrand v2.1.1 |
327 | 2024-11-28T04:07:55.167Z | Downloaded errno v0.3.9 |
328 | 2024-11-28T04:07:55.167Z | Downloaded fs-err v2.11.0 |
329 | 2024-11-28T04:07:55.169Z | Downloaded heck v0.5.0 |
330 | 2024-11-28T04:07:55.172Z | Downloaded heck v0.4.1 |
331 | 2024-11-28T04:07:55.172Z | Downloaded crypto-common v0.1.6 |
332 | 2024-11-28T04:07:55.177Z | Downloaded scroll v0.12.0 |
333 | 2024-11-28T04:07:55.183Z | Downloaded thiserror v1.0.69 |
334 | 2024-11-28T04:07:55.188Z | Downloaded serde_spanned v0.6.8 |
335 | 2024-11-28T04:07:55.191Z | Downloaded strsim v0.11.1 |
336 | 2024-11-28T04:07:55.193Z | Downloaded proc-macro-error-attr v1.0.4 |
337 | 2024-11-28T04:07:55.196Z | Downloaded unicode-linebreak v0.1.5 |
338 | 2024-11-28T04:07:55.196Z | Downloaded thiserror-impl v1.0.69 |
339 | 2024-11-28T04:07:55.199Z | Downloaded terminal_size v0.4.0 |
340 | 2024-11-28T04:07:55.199Z | Downloaded thread-id v4.2.2 |
341 | 2024-11-28T04:07:55.203Z | Downloaded is_terminal_polyfill v1.70.1 |
342 | 2024-11-28T04:07:55.203Z | Downloaded macaddr v1.0.1 |
343 | 2024-11-28T04:07:55.203Z | Downloaded cpufeatures v0.2.14 |
344 | 2024-11-28T04:07:55.207Z | Downloaded version_check v0.9.5 |
345 | 2024-11-28T04:07:55.207Z | Downloaded utf8parse v0.2.2 |
346 | 2024-11-28T04:07:55.209Z | Downloaded usdt v0.5.0 |
347 | 2024-11-28T04:07:55.209Z | Downloaded tabled_derive v0.7.0 |
348 | 2024-11-28T04:07:55.214Z | Downloaded usdt-impl v0.5.0 |
349 | 2024-11-28T04:07:55.216Z | Downloaded dof v0.3.0 |
350 | 2024-11-28T04:07:55.219Z | Downloaded quote v1.0.37 |
351 | 2024-11-28T04:07:55.223Z | Downloaded proc-macro-error v1.0.4 |
352 | 2024-11-28T04:07:55.228Z | Downloaded itoa v1.0.11 |
353 | 2024-11-28T04:07:55.228Z | Downloaded generic-array v0.14.7 |
354 | 2024-11-28T04:07:55.233Z | Downloaded tempfile v3.13.0 |
355 | 2024-11-28T04:07:55.233Z | Downloaded anyhow v1.0.93 |
356 | 2024-11-28T04:07:55.235Z | Downloaded pest_derive v2.7.14 |
357 | 2024-11-28T04:07:55.238Z | Downloaded sha2 v0.10.8 |
358 | 2024-11-28T04:07:55.241Z | Downloaded once_cell v1.20.2 |
359 | 2024-11-28T04:07:55.248Z | Downloaded serde_tokenstream v0.2.2 |
360 | 2024-11-28T04:07:55.251Z | Downloaded pest_meta v2.7.14 |
361 | 2024-11-28T04:07:55.253Z | Downloaded log v0.4.22 |
362 | 2024-11-28T04:07:55.255Z | Downloaded unicode-ident v1.0.13 |
363 | 2024-11-28T04:07:55.258Z | Downloaded unicode-width v0.1.14 |
364 | 2024-11-28T04:07:55.263Z | Downloaded ucd-trie v0.1.7 |
365 | 2024-11-28T04:07:55.265Z | Downloaded typenum v1.17.0 |
366 | 2024-11-28T04:07:55.267Z | Downloaded zerocopy-derive v0.7.35 |
367 | 2024-11-28T04:07:55.270Z | Downloaded ryu v1.0.18 |
368 | 2024-11-28T04:07:55.273Z | Downloaded clap v4.5.21 |
369 | 2024-11-28T04:07:55.281Z | Downloaded serde_derive v1.0.215 |
370 | 2024-11-28T04:07:55.284Z | Downloaded textwrap v0.16.1 |
371 | 2024-11-28T04:07:55.286Z | Downloaded semver v1.0.23 |
372 | 2024-11-28T04:07:55.294Z | Downloaded indexmap v2.6.0 |
373 | 2024-11-28T04:07:55.304Z | Downloaded toml v0.8.19 |
374 | 2024-11-28T04:07:55.327Z | Downloaded toml_edit v0.22.22 |
375 | 2024-11-28T04:07:55.348Z | Downloaded hashbrown v0.15.0 |
376 | 2024-11-28T04:07:55.353Z | Downloaded clap_builder v4.5.21 |
377 | 2024-11-28T04:07:55.360Z | Downloaded pest v2.7.14 |
378 | 2024-11-28T04:07:55.369Z | Downloaded zerocopy v0.7.35 |
379 | 2024-11-28T04:07:55.384Z | Downloaded serde_json v1.0.132 |
380 | 2024-11-28T04:07:55.391Z | Downloaded winnow v0.6.20 |
381 | 2024-11-28T04:07:55.399Z | Downloaded tabled v0.15.0 |
382 | 2024-11-28T04:07:55.416Z | Downloaded rustix v0.38.37 |
383 | 2024-11-28T04:07:55.435Z | Downloaded syn v1.0.109 |
384 | 2024-11-28T04:07:55.445Z | Downloaded syn v2.0.87 |
385 | 2024-11-28T04:07:55.475Z | Downloaded libc v0.2.162 |
386 | 2024-11-28T04:07:55.792Z | Compiling proc-macro2 v1.0.89 |
387 | 2024-11-28T04:07:55.792Z | Compiling unicode-ident v1.0.13 |
388 | 2024-11-28T04:07:55.794Z | Compiling version_check v0.9.5 |
389 | 2024-11-28T04:07:55.794Z | Compiling serde v1.0.215 |
390 | 2024-11-28T04:07:55.794Z | Compiling memchr v2.7.4 |
391 | 2024-11-28T04:07:55.794Z | Compiling thiserror v1.0.69 |
392 | 2024-11-28T04:07:55.828Z | Compiling libc v0.2.162 |
393 | 2024-11-28T04:07:55.831Z | Compiling itoa v1.0.11 |
394 | 2024-11-28T04:07:56.061Z | Compiling ryu v1.0.18 |
395 | 2024-11-28T04:07:56.194Z | Compiling ucd-trie v0.1.7 |
396 | 2024-11-28T04:07:56.409Z | Compiling once_cell v1.20.2 |
397 | 2024-11-28T04:07:56.735Z | Compiling byteorder v1.5.0 |
398 | 2024-11-28T04:07:57.192Z | Compiling rustix v0.38.37 |
399 | 2024-11-28T04:07:57.192Z | Compiling serde_json v1.0.132 |
400 | 2024-11-28T04:07:57.263Z | Compiling bitflags v2.6.0 |
401 | 2024-11-28T04:07:57.462Z | Compiling proc-macro-error-attr v1.0.4 |
402 | 2024-11-28T04:07:57.555Z | Compiling usdt-impl v0.5.0 |
403 | 2024-11-28T04:07:57.603Z | Compiling syn v1.0.109 |
404 | 2024-11-28T04:07:57.683Z | Compiling proc-macro-error v1.0.4 |
405 | 2024-11-28T04:07:57.781Z | Compiling hashbrown v0.15.0 |
406 | 2024-11-28T04:07:57.969Z | Compiling plain v0.2.3 |
407 | 2024-11-28T04:07:58.038Z | Compiling utf8parse v0.2.2 |
408 | 2024-11-28T04:07:58.129Z | Compiling log v0.4.22 |
409 | 2024-11-28T04:07:58.155Z | Compiling equivalent v1.0.1 |
410 | 2024-11-28T04:07:58.194Z | Compiling camino v1.1.9 |
411 | 2024-11-28T04:07:58.228Z | Compiling quote v1.0.37 |
412 | 2024-11-28T04:07:58.307Z | Compiling thread-id v4.2.2 |
413 | 2024-11-28T04:07:58.345Z | Compiling anstyle-parse v0.2.5 |
414 | 2024-11-28T04:07:58.509Z | Compiling errno v0.3.9 |
415 | 2024-11-28T04:07:58.676Z | Compiling syn v2.0.87 |
416 | 2024-11-28T04:07:58.891Z | Compiling is_terminal_polyfill v1.70.1 |
417 | 2024-11-28T04:07:58.940Z | Compiling anstyle-query v1.1.1 |
418 | 2024-11-28T04:07:58.967Z | Compiling semver v1.0.23 |
419 | 2024-11-28T04:07:59.015Z | Compiling indexmap v2.6.0 |
420 | 2024-11-28T04:07:59.068Z | Compiling anstyle v1.0.10 |
421 | 2024-11-28T04:07:59.107Z | Compiling unicode-width v0.1.14 |
422 | 2024-11-28T04:07:59.480Z | Compiling pretty-hex v0.4.1 |
423 | 2024-11-28T04:07:59.571Z | Compiling colorchoice v1.0.2 |
424 | 2024-11-28T04:07:59.623Z | Compiling autocfg v1.4.0 |
425 | 2024-11-28T04:07:59.705Z | Compiling winnow v0.6.20 |
426 | 2024-11-28T04:07:59.748Z | Compiling anstream v0.6.15 |
427 | 2024-11-28T04:08:00.543Z | Compiling strsim v0.11.1 |
428 | 2024-11-28T04:08:00.624Z | Compiling cfg-if v1.0.0 |
429 | 2024-11-28T04:08:00.730Z | Compiling heck v0.4.1 |
430 | 2024-11-28T04:08:00.883Z | Compiling fs-err v2.11.0 |
431 | 2024-11-28T04:08:01.038Z | Compiling terminal_size v0.4.0 |
432 | 2024-11-28T04:08:01.181Z | Compiling anyhow v1.0.93 |
433 | 2024-11-28T04:08:01.264Z | Compiling clap_lex v0.7.2 |
434 | 2024-11-28T04:08:01.291Z | Compiling heck v0.5.0 |
435 | 2024-11-28T04:08:01.512Z | Compiling fnv v1.0.7 |
436 | 2024-11-28T04:08:01.779Z | Compiling bytecount v0.6.8 |
437 | 2024-11-28T04:08:01.809Z | Compiling fastrand v2.1.1 |
438 | 2024-11-28T04:08:01.832Z | Compiling clap_builder v4.5.21 |
439 | 2024-11-28T04:08:02.004Z | Compiling papergrid v0.11.0 |
440 | 2024-11-28T04:08:02.240Z | Compiling tempfile v3.13.0 |
441 | 2024-11-28T04:08:02.389Z | Compiling memmap v0.7.0 |
442 | 2024-11-28T04:08:02.526Z | Compiling unicode-linebreak v0.1.5 |
443 | 2024-11-28T04:08:02.781Z | Compiling smawk v0.3.2 |
444 | 2024-11-28T04:08:02.997Z | Compiling textwrap v0.16.1 |
445 | 2024-11-28T04:08:03.654Z | Compiling swrite v0.1.0 |
446 | 2024-11-28T04:08:04.546Z | Compiling tabled_derive v0.7.0 |
447 | 2024-11-28T04:08:06.151Z | Compiling tabled v0.15.0 |
448 | 2024-11-28T04:08:07.630Z | Compiling serde_derive v1.0.215 |
449 | 2024-11-28T04:08:07.630Z | Compiling thiserror-impl v1.0.69 |
450 | 2024-11-28T04:08:07.632Z | Compiling zerocopy-derive v0.7.35 |
451 | 2024-11-28T04:08:07.632Z | Compiling scroll_derive v0.12.0 |
452 | 2024-11-28T04:08:07.672Z | Compiling clap_derive v4.5.18 |
453 | 2024-11-28T04:08:08.733Z | Compiling scroll v0.12.0 |
454 | 2024-11-28T04:08:09.252Z | Compiling goblin v0.8.2 |
455 | 2024-11-28T04:08:09.396Z | Compiling zerocopy v0.7.35 |
456 | 2024-11-28T04:08:10.615Z | Compiling pest v2.7.14 |
457 | 2024-11-28T04:08:11.650Z | Compiling clap v4.5.21 |
458 | 2024-11-28T04:08:12.836Z | Compiling pest_meta v2.7.14 |
459 | 2024-11-28T04:08:13.723Z | Compiling pest_generator v2.7.14 |
460 | 2024-11-28T04:08:15.818Z | Compiling pest_derive v2.7.14 |
461 | 2024-11-28T04:08:16.576Z | Compiling dtrace-parser v0.2.0 |
462 | 2024-11-28T04:08:17.811Z | Compiling serde_tokenstream v0.2.2 |
463 | 2024-11-28T04:08:17.982Z | Compiling serde_spanned v0.6.8 |
464 | 2024-11-28T04:08:17.982Z | Compiling toml_datetime v0.6.8 |
465 | 2024-11-28T04:08:18.263Z | Compiling cargo-platform v0.1.8 |
466 | 2024-11-28T04:08:18.372Z | Compiling toml_edit v0.22.22 |
467 | 2024-11-28T04:08:18.595Z | Compiling macaddr v1.0.1 |
468 | 2024-11-28T04:08:18.816Z | Compiling camino-tempfile v1.1.1 |
469 | 2024-11-28T04:08:19.292Z | Compiling dof v0.3.0 |
470 | 2024-11-28T04:08:19.646Z | Compiling cargo_metadata v0.18.1 |
471 | 2024-11-28T04:08:20.878Z | Compiling usdt-macro v0.5.0 |
472 | 2024-11-28T04:08:20.878Z | Compiling usdt-attr-macro v0.5.0 |
473 | 2024-11-28T04:08:21.497Z | Compiling toml v0.8.19 |
474 | 2024-11-28T04:08:22.106Z | Compiling usdt v0.5.0 |
475 | 2024-11-28T04:08:22.324Z | Compiling cargo_toml v0.20.5 |
476 | 2024-11-28T04:08:25.885Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
477 | 2024-11-28T04:08:30.109Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.53s |
478 | 2024-11-28T04:08:30.385Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
479 | 2024-11-28T04:08:30.950Z | Downloading crates ... |
480 | 2024-11-28T04:08:31.103Z | Downloaded bytes v1.8.0 |
481 | 2024-11-28T04:08:31.161Z | Downloaded hex v0.4.3 |
482 | 2024-11-28T04:08:31.165Z | Downloaded headers-core v0.3.0 |
483 | 2024-11-28T04:08:31.174Z | Downloaded heapless v0.8.0 |
484 | 2024-11-28T04:08:31.178Z | Downloaded heck v0.3.3 |
485 | 2024-11-28T04:08:31.180Z | Downloaded hickory-client v0.24.1 |
486 | 2024-11-28T04:08:31.185Z | Downloaded hmac v0.12.1 |
487 | 2024-11-28T04:08:31.195Z | Downloaded home v0.5.9 |
488 | 2024-11-28T04:08:31.199Z | Downloaded hex-literal v0.4.1 |
489 | 2024-11-28T04:08:31.202Z | Downloaded darling v0.20.10 |
490 | 2024-11-28T04:08:31.215Z | Downloaded heapless v0.7.17 |
491 | 2024-11-28T04:08:31.219Z | Downloaded hickory-server v0.24.1 |
492 | 2024-11-28T04:08:31.225Z | Downloaded async-recursion v1.1.1 |
493 | 2024-11-28T04:08:31.229Z | Downloaded atomic-waker v1.1.2 |
494 | 2024-11-28T04:08:31.231Z | Downloaded hkdf v0.12.4 |
495 | 2024-11-28T04:08:31.234Z | Downloaded bitfield-struct v0.6.2 |
496 | 2024-11-28T04:08:31.236Z | Downloaded ident_case v1.0.1 |
497 | 2024-11-28T04:08:31.239Z | Downloaded allocator-api2 v0.2.18 |
498 | 2024-11-28T04:08:31.242Z | Downloaded hubpack_derive v0.1.1 |
499 | 2024-11-28T04:08:31.242Z | Downloaded http-body v1.0.1 |
500 | 2024-11-28T04:08:31.245Z | Downloaded arrayvec v0.7.6 |
501 | 2024-11-28T04:08:31.248Z | Downloaded icu_provider_macros v1.5.0 |
502 | 2024-11-28T04:08:31.248Z | Downloaded http-range v0.1.5 |
503 | 2024-11-28T04:08:31.250Z | Downloaded atty v0.2.14 |
504 | 2024-11-28T04:08:31.250Z | Downloaded adler2 v2.0.0 |
505 | 2024-11-28T04:08:31.253Z | Downloaded addr2line v0.24.2 |
506 | 2024-11-28T04:08:31.256Z | Downloaded assert_matches v1.5.0 |
507 | 2024-11-28T04:08:31.256Z | Downloaded hubpack v0.1.2 |
508 | 2024-11-28T04:08:31.259Z | Downloaded httpdate v1.0.3 |
509 | 2024-11-28T04:08:31.261Z | Downloaded md5 v0.7.0 |
510 | 2024-11-28T04:08:31.261Z | Downloaded is-terminal v0.4.13 |
511 | 2024-11-28T04:08:31.264Z | Downloaded http-body-util v0.1.2 |
512 | 2024-11-28T04:08:31.264Z | Downloaded match_cfg v0.1.0 |
513 | 2024-11-28T04:08:31.267Z | Downloaded is_ci v1.2.0 |
514 | 2024-11-28T04:08:31.267Z | Downloaded matches v0.1.10 |
515 | 2024-11-28T04:08:31.269Z | Downloaded arc-swap v1.7.1 |
516 | 2024-11-28T04:08:31.272Z | Downloaded atomicwrites v0.4.4 |
517 | 2024-11-28T04:08:31.272Z | Downloaded hostname v0.4.0 |
518 | 2024-11-28T04:08:31.275Z | Downloaded bb8 v0.8.5 |
519 | 2024-11-28T04:08:31.275Z | Downloaded ahash v0.8.11 |
520 | 2024-11-28T04:08:31.279Z | Downloaded md-5 v0.10.6 |
521 | 2024-11-28T04:08:31.283Z | Downloaded async-bb8-diesel v0.2.1 |
522 | 2024-11-28T04:08:31.285Z | Downloaded maybe-uninit v2.0.0 |
523 | 2024-11-28T04:08:31.285Z | Downloaded async-stream-impl v0.3.6 |
524 | 2024-11-28T04:08:31.288Z | Downloaded lalrpop-util v0.19.12 |
525 | 2024-11-28T04:08:31.288Z | Downloaded instant v0.1.13 |
526 | 2024-11-28T04:08:31.292Z | Downloaded indoc v1.0.9 |
527 | 2024-11-28T04:08:31.295Z | Downloaded indent_write v2.2.0 |
528 | 2024-11-28T04:08:31.295Z | Downloaded humantime v2.1.0 |
529 | 2024-11-28T04:08:31.297Z | Downloaded libefi-sys v0.1.0 |
530 | 2024-11-28T04:08:31.297Z | Downloaded hostname v0.3.1 |
531 | 2024-11-28T04:08:31.300Z | Downloaded lazycell v1.3.0 |
532 | 2024-11-28T04:08:31.300Z | Downloaded impl-trait-for-tuples v0.2.2 |
533 | 2024-11-28T04:08:31.303Z | Downloaded idna_adapter v1.2.0 |
534 | 2024-11-28T04:08:31.305Z | Downloaded ascii-canvas v3.0.0 |
535 | 2024-11-28T04:08:31.308Z | Downloaded httparse v1.9.5 |
536 | 2024-11-28T04:08:31.311Z | Downloaded array-init v0.0.4 |
537 | 2024-11-28T04:08:31.311Z | Downloaded inout v0.1.3 |
538 | 2024-11-28T04:08:31.313Z | Downloaded cassowary v0.3.0 |
539 | 2024-11-28T04:08:31.314Z | Downloaded argon2 v0.5.3 |
540 | 2024-11-28T04:08:31.316Z | Downloaded managed v0.8.0 |
541 | 2024-11-28T04:08:31.316Z | Downloaded async-trait v0.1.83 |
542 | 2024-11-28T04:08:31.320Z | Downloaded lockfree-object-pool v0.1.6 |
543 | 2024-11-28T04:08:31.323Z | Downloaded crunchy v0.2.2 |
544 | 2024-11-28T04:08:31.327Z | Downloaded aead v0.5.2 |
545 | 2024-11-28T04:08:31.327Z | Downloaded lru-cache v0.1.2 |
546 | 2024-11-28T04:08:31.327Z | Downloaded mime_guess v2.0.5 |
547 | 2024-11-28T04:08:31.330Z | Downloaded memoffset v0.9.1 |
548 | 2024-11-28T04:08:31.332Z | Downloaded bit-vec v0.6.3 |
549 | 2024-11-28T04:08:31.332Z | Downloaded maplit v1.0.2 |
550 | 2024-11-28T04:08:31.335Z | Downloaded mime v0.3.17 |
551 | 2024-11-28T04:08:31.338Z | Downloaded blowfish v0.9.1 |
552 | 2024-11-28T04:08:31.338Z | Downloaded ipnetwork v0.20.0 |
553 | 2024-11-28T04:08:31.340Z | Downloaded cexpr v0.6.0 |
554 | 2024-11-28T04:08:31.344Z | Downloaded litemap v0.7.3 |
555 | 2024-11-28T04:08:31.346Z | Downloaded libsw v3.3.1 |
556 | 2024-11-28T04:08:31.346Z | Downloaded lazy_static v1.5.0 |
557 | 2024-11-28T04:08:31.349Z | Downloaded libloading v0.8.5 |
558 | 2024-11-28T04:08:31.352Z | Downloaded ref-cast-impl v1.0.23 |
559 | 2024-11-28T04:08:31.354Z | Downloaded icu_locid_transform v1.5.0 |
560 | 2024-11-28T04:08:31.358Z | Downloaded cstr-argument v0.1.2 |
561 | 2024-11-28T04:08:31.358Z | Downloaded quinn-udp v0.5.5 |
562 | 2024-11-28T04:08:31.361Z | Downloaded highway v1.2.0 |
563 | 2024-11-28T04:08:31.365Z | Downloaded bit-set v0.5.3 |
564 | 2024-11-28T04:08:31.365Z | Downloaded ciborium-io v0.2.2 |
565 | 2024-11-28T04:08:31.365Z | Downloaded cfg_aliases v0.2.1 |
566 | 2024-11-28T04:08:31.365Z | Downloaded sigpipe v0.1.3 |
567 | 2024-11-28T04:08:31.368Z | Downloaded serde-big-array v0.5.1 |
568 | 2024-11-28T04:08:31.370Z | Downloaded rustc_version v0.4.1 |
569 | 2024-11-28T04:08:31.370Z | Downloaded rustc_version v0.1.7 |
570 | 2024-11-28T04:08:31.370Z | Downloaded iana-time-zone v0.1.61 |
571 | 2024-11-28T04:08:31.374Z | Downloaded memmap2 v0.9.5 |
572 | 2024-11-28T04:08:31.376Z | Downloaded lru v0.12.5 |
573 | 2024-11-28T04:08:31.379Z | Downloaded jobserver v0.1.32 |
574 | 2024-11-28T04:08:31.381Z | Downloaded cipher v0.4.4 |
575 | 2024-11-28T04:08:31.384Z | Downloaded write16 v1.0.0 |
576 | 2024-11-28T04:08:31.384Z | Downloaded lock_api v0.4.12 |
577 | 2024-11-28T04:08:31.387Z | Downloaded crc v3.2.1 |
578 | 2024-11-28T04:08:31.387Z | Downloaded cmake v0.1.51 |
579 | 2024-11-28T04:08:31.389Z | Downloaded icu_normalizer_data v1.5.0 |
580 | 2024-11-28T04:08:31.392Z | Downloaded crucible-workspace-hack v0.1.0 |
581 | 2024-11-28T04:08:31.394Z | Downloaded arrayref v0.3.9 |
582 | 2024-11-28T04:08:31.394Z | Downloaded block-padding v0.3.3 |
583 | 2024-11-28T04:08:31.400Z | Downloaded async-stream v0.3.6 |
584 | 2024-11-28T04:08:31.402Z | Downloaded indexmap v1.9.3 |
585 | 2024-11-28T04:08:31.402Z | Downloaded kstat-rs v0.2.4 |
586 | 2024-11-28T04:08:31.406Z | Downloaded curve25519-dalek-derive v0.1.1 |
587 | 2024-11-28T04:08:31.406Z | Downloaded icu_locid v1.5.0 |
588 | 2024-11-28T04:08:31.410Z | Downloaded base16ct v0.2.0 |
589 | 2024-11-28T04:08:31.413Z | Downloaded thiserror-impl-no-std v2.0.2 |
590 | 2024-11-28T04:08:31.416Z | Downloaded crossbeam-deque v0.8.5 |
591 | 2024-11-28T04:08:31.416Z | Downloaded convert_case v0.4.0 |
592 | 2024-11-28T04:08:31.418Z | Downloaded ciborium-ll v0.2.2 |
593 | 2024-11-28T04:08:31.418Z | Downloaded cbc v0.1.2 |
594 | 2024-11-28T04:08:31.421Z | Downloaded thiserror-no-std v2.0.2 |
595 | 2024-11-28T04:08:31.424Z | Downloaded ctr v0.9.2 |
596 | 2024-11-28T04:08:31.427Z | Downloaded icu_provider v1.5.0 |
597 | 2024-11-28T04:08:31.430Z | Downloaded icu_normalizer v1.5.0 |
598 | 2024-11-28T04:08:31.433Z | Downloaded hyper-util v0.1.10 |
599 | 2024-11-28T04:08:31.438Z | Downloaded indicatif v0.17.9 |
600 | 2024-11-28T04:08:31.443Z | Downloaded wyz v0.5.1 |
601 | 2024-11-28T04:08:31.446Z | Downloaded progenitor-impl v0.8.0 |
602 | 2024-11-28T04:08:31.448Z | Downloaded ciborium v0.2.2 |
603 | 2024-11-28T04:08:31.460Z | Downloaded debug-ignore v1.0.5 |
604 | 2024-11-28T04:08:31.463Z | Downloaded vte_generate_state_changes v0.1.2 |
605 | 2024-11-28T04:08:31.466Z | Downloaded base64ct v1.6.0 |
606 | 2024-11-28T04:08:31.468Z | Downloaded clang-sys v1.8.1 |
607 | 2024-11-28T04:08:31.471Z | Downloaded tokio-rustls v0.24.1 |
608 | 2024-11-28T04:08:31.471Z | Downloaded darling_macro v0.20.10 |
609 | 2024-11-28T04:08:31.474Z | Downloaded foreign-types v0.3.2 |
610 | 2024-11-28T04:08:31.474Z | Downloaded constant_time_eq v0.3.1 |
611 | 2024-11-28T04:08:31.477Z | Downloaded writeable v0.5.5 |
612 | 2024-11-28T04:08:31.477Z | Downloaded float-ord v0.3.2 |
613 | 2024-11-28T04:08:31.481Z | Downloaded icu_properties v1.5.1 |
614 | 2024-11-28T04:08:31.484Z | Downloaded blake2 v0.10.6 |
615 | 2024-11-28T04:08:31.484Z | Downloaded opaque-debug v0.3.1 |
616 | 2024-11-28T04:08:31.487Z | Downloaded serde_repr v0.1.19 |
617 | 2024-11-28T04:08:31.489Z | Downloaded rustversion v1.0.17 |
618 | 2024-11-28T04:08:31.492Z | Downloaded serde_urlencoded v0.7.1 |
619 | 2024-11-28T04:08:31.494Z | Downloaded data-encoding v2.6.0 |
620 | 2024-11-28T04:08:31.494Z | Downloaded hickory-proto v0.24.1 |
621 | 2024-11-28T04:08:31.510Z | Downloaded newline-converter v0.3.0 |
622 | 2024-11-28T04:08:31.513Z | Downloaded new_debug_unreachable v1.0.6 |
623 | 2024-11-28T04:08:31.513Z | Downloaded mirai-annotations v1.12.0 |
624 | 2024-11-28T04:08:31.515Z | Downloaded dsl_auto_type v0.1.2 |
625 | 2024-11-28T04:08:31.515Z | Downloaded dirs-next v2.0.0 |
626 | 2024-11-28T04:08:31.517Z | Downloaded xattr v1.3.1 |
627 | 2024-11-28T04:08:31.521Z | Downloaded test-strategy v0.3.1 |
628 | 2024-11-28T04:08:31.523Z | Downloaded parse-size v1.1.0 |
629 | 2024-11-28T04:08:31.523Z | Downloaded wait-timeout v0.2.0 |
630 | 2024-11-28T04:08:31.528Z | Downloaded csv-core v0.1.11 |
631 | 2024-11-28T04:08:31.530Z | Downloaded fallible-iterator v0.3.0 |
632 | 2024-11-28T04:08:31.531Z | Downloaded unicode-properties v0.1.3 |
633 | 2024-11-28T04:08:31.531Z | Downloaded tokio-native-tls v0.3.1 |
634 | 2024-11-28T04:08:31.533Z | Downloaded crossbeam-utils v0.8.20 |
635 | 2024-11-28T04:08:31.537Z | Downloaded either v1.13.0 |
636 | 2024-11-28T04:08:31.540Z | Downloaded crc-catalog v2.4.0 |
637 | 2024-11-28T04:08:31.540Z | Downloaded crossbeam-epoch v0.9.18 |
638 | 2024-11-28T04:08:31.542Z | Downloaded foldhash v0.1.3 |
639 | 2024-11-28T04:08:31.545Z | Downloaded icu_collections v1.5.0 |
640 | 2024-11-28T04:08:31.551Z | Downloaded rsa v0.9.6 |
641 | 2024-11-28T04:08:31.555Z | Downloaded termtree v0.4.1 |
642 | 2024-11-28T04:08:31.558Z | Downloaded parse-display v0.10.0 |
643 | 2024-11-28T04:08:31.558Z | Downloaded futures-sink v0.3.31 |
644 | 2024-11-28T04:08:31.561Z | Downloaded futures-macro v0.3.31 |
645 | 2024-11-28T04:08:31.561Z | Downloaded proc-macro-crate v1.3.1 |
646 | 2024-11-28T04:08:31.563Z | Downloaded percent-encoding v2.3.1 |
647 | 2024-11-28T04:08:31.563Z | Downloaded pem v3.0.4 |
648 | 2024-11-28T04:08:31.566Z | Downloaded defmt v0.3.8 |
649 | 2024-11-28T04:08:31.569Z | Downloaded nanorand v0.7.0 |
650 | 2024-11-28T04:08:31.571Z | Downloaded multimap v0.10.0 |
651 | 2024-11-28T04:08:31.574Z | Downloaded cookie v0.18.1 |
652 | 2024-11-28T04:08:31.577Z | Downloaded parse-display-derive v0.10.0 |
653 | 2024-11-28T04:08:31.577Z | Downloaded mockall v0.13.0 |
654 | 2024-11-28T04:08:31.579Z | Downloaded futures-task v0.3.31 |
655 | 2024-11-28T04:08:31.580Z | Downloaded rand v0.8.5 |
656 | 2024-11-28T04:08:31.583Z | Downloaded r2d2 v0.8.10 |
657 | 2024-11-28T04:08:31.586Z | Downloaded quick-error v1.2.3 |
658 | 2024-11-28T04:08:31.588Z | Downloaded scopeguard v1.2.0 |
659 | 2024-11-28T04:08:31.588Z | Downloaded rpassword v7.3.1 |
660 | 2024-11-28T04:08:31.591Z | Downloaded qorb v0.2.1 |
661 | 2024-11-28T04:08:31.594Z | Downloaded slab v0.4.9 |
662 | 2024-11-28T04:08:31.596Z | Downloaded signal-hook-tokio v0.3.1 |
663 | 2024-11-28T04:08:31.602Z | Downloaded crc-any v2.5.0 |
664 | 2024-11-28T04:08:31.605Z | Downloaded zone_cfg_derive v0.3.0 |
665 | 2024-11-28T04:08:31.605Z | Downloaded rtoolbox v0.0.2 |
666 | 2024-11-28T04:08:31.605Z | Downloaded uzers v0.12.1 |
667 | 2024-11-28T04:08:31.605Z | Downloaded zone_cfg_derive v0.1.2 |
668 | 2024-11-28T04:08:31.607Z | Downloaded minimal-lexical v0.2.1 |
669 | 2024-11-28T04:08:31.610Z | Downloaded strum_macros v0.25.3 |
670 | 2024-11-28T04:08:31.612Z | Downloaded fallible-iterator v0.2.0 |
671 | 2024-11-28T04:08:31.615Z | Downloaded tokio-postgres v0.7.12 |
672 | 2024-11-28T04:08:31.619Z | Downloaded spki v0.7.3 |
673 | 2024-11-28T04:08:31.623Z | Downloaded tinystr v0.7.6 |
674 | 2024-11-28T04:08:31.628Z | Downloaded endian-type v0.1.2 |
675 | 2024-11-28T04:08:31.628Z | Downloaded structmeta v0.2.0 |
676 | 2024-11-28T04:08:31.633Z | Downloaded tiny-keccak v2.0.2 |
677 | 2024-11-28T04:08:31.633Z | Downloaded sqlparser_derive v0.2.2 |
678 | 2024-11-28T04:08:31.633Z | Downloaded oso-derive v0.27.3 |
679 | 2024-11-28T04:08:31.633Z | Downloaded openssl-probe v0.1.5 |
680 | 2024-11-28T04:08:31.635Z | Downloaded libm v0.2.8 |
681 | 2024-11-28T04:08:31.644Z | Downloaded zeroize_derive v1.4.2 |
682 | 2024-11-28T04:08:31.649Z | Downloaded unarray v0.1.4 |
683 | 2024-11-28T04:08:31.649Z | Downloaded typify-macro v0.2.0 |
684 | 2024-11-28T04:08:31.649Z | Downloaded native-tls v0.2.12 |
685 | 2024-11-28T04:08:31.656Z | Downloaded sct v0.7.1 |
686 | 2024-11-28T04:08:31.656Z | Downloaded env_filter v0.1.2 |
687 | 2024-11-28T04:08:31.660Z | Downloaded num-iter v0.1.45 |
688 | 2024-11-28T04:08:31.660Z | Downloaded nodrop v0.1.14 |
689 | 2024-11-28T04:08:31.660Z | Downloaded const-oid v0.9.6 |
690 | 2024-11-28T04:08:31.660Z | Downloaded pretty-hex v0.2.1 |
691 | 2024-11-28T04:08:31.663Z | Downloaded strum v0.26.3 |
692 | 2024-11-28T04:08:31.663Z | Downloaded mockall_derive v0.13.0 |
693 | 2024-11-28T04:08:31.666Z | Downloaded postgres-protocol v0.6.7 |
694 | 2024-11-28T04:08:31.669Z | Downloaded zone v0.3.0 |
695 | 2024-11-28T04:08:31.669Z | Downloaded zone v0.1.8 |
696 | 2024-11-28T04:08:31.671Z | Downloaded base64 v0.21.7 |
697 | 2024-11-28T04:08:31.674Z | Downloaded serde_with_macros v3.11.0 |
698 | 2024-11-28T04:08:31.677Z | Downloaded typify v0.2.0 |
699 | 2024-11-28T04:08:31.680Z | Downloaded flume v0.11.1 |
700 | 2024-11-28T04:08:31.684Z | Downloaded zerofrom v0.1.4 |
701 | 2024-11-28T04:08:31.686Z | Downloaded zopfli v0.8.1 |
702 | 2024-11-28T04:08:31.689Z | Downloaded spin v0.9.8 |
703 | 2024-11-28T04:08:31.692Z | Downloaded rand_chacha v0.3.1 |
704 | 2024-11-28T04:08:31.694Z | Downloaded shlex v1.3.0 |
705 | 2024-11-28T04:08:31.697Z | Downloaded rand_seeder v0.3.0 |
706 | 2024-11-28T04:08:31.697Z | Downloaded rand_core v0.6.4 |
707 | 2024-11-28T04:08:31.699Z | Downloaded radium v0.7.0 |
708 | 2024-11-28T04:08:31.699Z | Downloaded psl-types v2.0.11 |
709 | 2024-11-28T04:08:31.702Z | Downloaded foreign-types-shared v0.1.1 |
710 | 2024-11-28T04:08:31.705Z | Downloaded ghash v0.5.1 |
711 | 2024-11-28T04:08:31.705Z | Downloaded enum-as-inner v0.6.1 |
712 | 2024-11-28T04:08:31.705Z | Downloaded env_logger v0.11.5 |
713 | 2024-11-28T04:08:31.708Z | Downloaded tokio-macros v2.4.0 |
714 | 2024-11-28T04:08:31.711Z | Downloaded num-rational v0.4.2 |
715 | 2024-11-28T04:08:31.714Z | Downloaded derive_builder_macro v0.20.2 |
716 | 2024-11-28T04:08:31.714Z | Downloaded num-integer v0.1.46 |
717 | 2024-11-28T04:08:31.717Z | Downloaded x509-cert v0.2.5 |
718 | 2024-11-28T04:08:31.723Z | Downloaded pkg-config v0.3.31 |
719 | 2024-11-28T04:08:31.726Z | Downloaded libxml v0.3.3 |
720 | 2024-11-28T04:08:31.731Z | Downloaded pin-project-internal v1.1.6 |
721 | 2024-11-28T04:08:31.734Z | Downloaded peg-runtime v0.8.3 |
722 | 2024-11-28T04:08:31.736Z | Downloaded itertools v0.12.1 |
723 | 2024-11-28T04:08:31.743Z | Downloaded number_prefix v0.4.0 |
724 | 2024-11-28T04:08:31.747Z | Downloaded newtype_derive v0.1.6 |
725 | 2024-11-28T04:08:31.747Z | Downloaded foreign-types v0.5.0 |
726 | 2024-11-28T04:08:31.749Z | Downloaded fallible-streaming-iterator v0.1.9 |
727 | 2024-11-28T04:08:31.750Z | Downloaded untrusted v0.9.0 |
728 | 2024-11-28T04:08:31.752Z | Downloaded untrusted v0.7.1 |
729 | 2024-11-28T04:08:31.752Z | Downloaded universal-hash v0.5.1 |
730 | 2024-11-28T04:08:31.755Z | Downloaded sqlformat v0.2.6 |
731 | 2024-11-28T04:08:31.755Z | Downloaded structmeta-derive v0.2.0 |
732 | 2024-11-28T04:08:31.757Z | Downloaded slog-json v2.6.1 |
733 | 2024-11-28T04:08:31.760Z | Downloaded similar v2.6.0 |
734 | 2024-11-28T04:08:31.764Z | Downloaded try-lock v0.2.5 |
735 | 2024-11-28T04:08:31.767Z | Downloaded crossbeam-channel v0.5.13 |
736 | 2024-11-28T04:08:31.770Z | Downloaded nibble_vec v0.1.0 |
737 | 2024-11-28T04:08:31.773Z | Downloaded tough v0.19.0 |
738 | 2024-11-28T04:08:31.781Z | Downloaded unicode-xid v0.2.6 |
739 | 2024-11-28T04:08:31.783Z | Downloaded tls_codec_derive v0.4.1 |
740 | 2024-11-28T04:08:31.785Z | Downloaded enum-as-inner v0.5.1 |
741 | 2024-11-28T04:08:31.788Z | Downloaded phf v0.11.2 |
742 | 2024-11-28T04:08:31.790Z | Downloaded itertools v0.13.0 |
743 | 2024-11-28T04:08:31.796Z | Downloaded slog v2.7.0 |
744 | 2024-11-28T04:08:31.799Z | Downloaded openssl-sys v0.9.103 |
745 | 2024-11-28T04:08:31.805Z | Downloaded newtype-uuid v1.1.3 |
746 | 2024-11-28T04:08:31.807Z | Downloaded hyper v1.5.0 |
747 | 2024-11-28T04:08:31.814Z | Downloaded openssl-macros v0.1.1 |
748 | 2024-11-28T04:08:31.817Z | Downloaded globset v0.4.15 |
749 | 2024-11-28T04:08:31.819Z | Downloaded static_assertions v1.1.0 |
750 | 2024-11-28T04:08:31.819Z | Downloaded ron v0.8.1 |
751 | 2024-11-28T04:08:31.826Z | Downloaded precomputed-hash v0.1.1 |
752 | 2024-11-28T04:08:31.829Z | Downloaded utf-8 v0.7.6 |
753 | 2024-11-28T04:08:31.829Z | Downloaded string_cache v0.8.7 |
754 | 2024-11-28T04:08:31.832Z | Downloaded sha1 v0.10.6 |
755 | 2024-11-28T04:08:31.834Z | Downloaded zeroize v1.8.1 |
756 | 2024-11-28T04:08:31.834Z | Downloaded password-hash v0.5.0 |
757 | 2024-11-28T04:08:31.837Z | Downloaded term v0.7.0 |
758 | 2024-11-28T04:08:31.841Z | Downloaded dropshot_endpoint v0.13.0 |
759 | 2024-11-28T04:08:31.844Z | Downloaded ssh-encoding v0.2.0 |
760 | 2024-11-28T04:08:31.847Z | Downloaded derive_builder_core v0.20.2 |
761 | 2024-11-28T04:08:31.850Z | Downloaded fd-lock v4.0.2 |
762 | 2024-11-28T04:08:31.853Z | Downloaded float-cmp v0.9.0 |
763 | 2024-11-28T04:08:31.853Z | Downloaded sync-ptr v0.1.1 |
764 | 2024-11-28T04:08:31.855Z | Downloaded unicode-normalization v0.1.24 |
765 | 2024-11-28T04:08:31.858Z | Downloaded deranged v0.3.11 |
766 | 2024-11-28T04:08:31.861Z | Downloaded which v4.4.2 |
767 | 2024-11-28T04:08:31.864Z | Downloaded rand_xorshift v0.3.0 |
768 | 2024-11-28T04:08:31.864Z | Downloaded aho-corasick v1.1.3 |
769 | 2024-11-28T04:08:31.871Z | Downloaded embedded-io v0.6.1 |
770 | 2024-11-28T04:08:31.873Z | Downloaded diesel_derives v2.2.3 |
771 | 2024-11-28T04:08:31.877Z | Downloaded yoke-derive v0.7.4 |
772 | 2024-11-28T04:08:31.879Z | Downloaded sync_wrapper v1.0.1 |
773 | 2024-11-28T04:08:31.879Z | Downloaded normalize-line-endings v0.3.0 |
774 | 2024-11-28T04:08:31.882Z | Downloaded olpc-cjson v0.1.4 |
775 | 2024-11-28T04:08:31.882Z | Downloaded stable_deref_trait v1.2.0 |
776 | 2024-11-28T04:08:31.884Z | Downloaded embedded-io v0.4.0 |
777 | 2024-11-28T04:08:31.887Z | Downloaded hash32 v0.3.1 |
778 | 2024-11-28T04:08:31.887Z | Downloaded packed_struct v0.10.1 |
779 | 2024-11-28T04:08:31.889Z | Downloaded rustfmt-wrapper v0.2.1 |
780 | 2024-11-28T04:08:31.892Z | Downloaded predicates-tree v1.0.11 |
781 | 2024-11-28T04:08:31.892Z | Downloaded quinn v0.11.5 |
782 | 2024-11-28T04:08:31.896Z | Downloaded predicates-core v1.0.8 |
783 | 2024-11-28T04:08:31.899Z | Downloaded parking_lot v0.12.3 |
784 | 2024-11-28T04:08:31.901Z | Downloaded path-slash v0.1.5 |
785 | 2024-11-28T04:08:31.901Z | Downloaded ed25519 v2.2.3 |
786 | 2024-11-28T04:08:31.904Z | Downloaded synstructure v0.13.1 |
787 | 2024-11-28T04:08:31.906Z | Downloaded rusty-fork v0.3.0 |
788 | 2024-11-28T04:08:31.909Z | Downloaded peg-macros v0.8.4 |
789 | 2024-11-28T04:08:31.911Z | Downloaded slog-async v2.8.0 |
790 | 2024-11-28T04:08:31.914Z | Downloaded unsafe-libyaml v0.2.11 |
791 | 2024-11-28T04:08:31.916Z | Downloaded tungstenite v0.23.0 |
792 | 2024-11-28T04:08:31.921Z | Downloaded num-conv v0.1.0 |
793 | 2024-11-28T04:08:31.924Z | Downloaded foreign-types-shared v0.3.1 |
794 | 2024-11-28T04:08:31.924Z | Downloaded downcast v0.11.0 |
795 | 2024-11-28T04:08:31.926Z | Downloaded tower-service v0.3.3 |
796 | 2024-11-28T04:08:31.926Z | Downloaded filetime v0.2.25 |
797 | 2024-11-28T04:08:31.928Z | Downloaded getrandom v0.2.15 |
798 | 2024-11-28T04:08:31.931Z | Downloaded xz2 v0.1.7 |
799 | 2024-11-28T04:08:31.936Z | Downloaded ena v0.14.3 |
800 | 2024-11-28T04:08:31.938Z | Downloaded publicsuffix v2.2.3 |
801 | 2024-11-28T04:08:31.942Z | Downloaded der_derive v0.7.3 |
802 | 2024-11-28T04:08:31.945Z | Downloaded zip v0.6.6 |
803 | 2024-11-28T04:08:31.948Z | Downloaded flagset v0.4.6 |
804 | 2024-11-28T04:08:31.948Z | Downloaded ff v0.13.0 |
805 | 2024-11-28T04:08:31.950Z | Downloaded dyn-clone v1.0.17 |
806 | 2024-11-28T04:08:31.953Z | Downloaded waitgroup v0.1.2 |
807 | 2024-11-28T04:08:31.953Z | Downloaded slog-stdlog v4.1.1 |
808 | 2024-11-28T04:08:31.956Z | Downloaded rustls-pemfile v2.2.0 |
809 | 2024-11-28T04:08:31.966Z | Downloaded omicron-zone-package v0.11.1 |
810 | 2024-11-28T04:08:31.970Z | Downloaded slog-envlogger v2.2.0 |
811 | 2024-11-28T04:08:31.970Z | Downloaded ppv-lite86 v0.2.20 |
812 | 2024-11-28T04:08:31.970Z | Downloaded pbkdf2 v0.11.0 |
813 | 2024-11-28T04:08:31.970Z | Downloaded paste v1.0.15 |
814 | 2024-11-28T04:08:31.974Z | Downloaded password-hash v0.4.2 |
815 | 2024-11-28T04:08:31.974Z | Downloaded tar v0.4.42 |
816 | 2024-11-28T04:08:31.976Z | Downloaded snafu-derive v0.8.5 |
817 | 2024-11-28T04:08:31.979Z | Downloaded expectorate v1.1.0 |
818 | 2024-11-28T04:08:31.982Z | Downloaded hashbrown v0.13.2 |
819 | 2024-11-28T04:08:31.985Z | Downloaded slog-dtrace v0.3.0 |
820 | 2024-11-28T04:08:31.987Z | Downloaded slog-bunyan v2.5.0 |
821 | 2024-11-28T04:08:31.991Z | Downloaded salsa20 v0.10.2 |
822 | 2024-11-28T04:08:31.991Z | Downloaded tls_codec v0.4.1 |
823 | 2024-11-28T04:08:31.994Z | Downloaded fixedbitset v0.4.2 |
824 | 2024-11-28T04:08:31.994Z | Downloaded num-derive v0.4.2 |
825 | 2024-11-28T04:08:31.996Z | Downloaded unicode-truncate v1.1.0 |
826 | 2024-11-28T04:08:31.999Z | Downloaded strum_macros v0.26.4 |
827 | 2024-11-28T04:08:32.003Z | Downloaded zerocopy v0.6.6 |
828 | 2024-11-28T04:08:32.006Z | Downloaded fragile v2.0.0 |
829 | 2024-11-28T04:08:32.009Z | Downloaded form_urlencoded v1.2.1 |
830 | 2024-11-28T04:08:32.009Z | Downloaded derive-where v1.2.7 |
831 | 2024-11-28T04:08:32.014Z | Downloaded typed-path v0.9.3 |
832 | 2024-11-28T04:08:32.018Z | Downloaded secrecy v0.8.0 |
833 | 2024-11-28T04:08:32.022Z | Downloaded serde-hex v0.1.0 |
834 | 2024-11-28T04:08:32.024Z | Downloaded zerovec-derive v0.10.3 |
835 | 2024-11-28T04:08:32.024Z | Downloaded ecdsa v0.16.9 |
836 | 2024-11-28T04:08:32.028Z | Downloaded semver v0.1.20 |
837 | 2024-11-28T04:08:32.031Z | Downloaded rustls-pki-types v1.9.0 |
838 | 2024-11-28T04:08:32.033Z | Downloaded mio v1.0.2 |
839 | 2024-11-28T04:08:32.039Z | Downloaded want v0.3.1 |
840 | 2024-11-28T04:08:32.042Z | Downloaded vsss-rs v3.3.4 |
841 | 2024-11-28T04:08:32.052Z | Downloaded rfc6979 v0.4.0 |
842 | 2024-11-28T04:08:32.052Z | Downloaded des v0.8.1 |
843 | 2024-11-28T04:08:32.052Z | Downloaded schemars_derive v0.8.21 |
844 | 2024-11-28T04:08:32.052Z | Downloaded rustls-pemfile v1.0.4 |
845 | 2024-11-28T04:08:32.052Z | Downloaded ref-cast v1.0.23 |
846 | 2024-11-28T04:08:32.055Z | Downloaded vte v0.11.1 |
847 | 2024-11-28T04:08:32.058Z | Downloaded zerofrom-derive v0.1.4 |
848 | 2024-11-28T04:08:32.058Z | Downloaded tui-tree-widget v0.22.0 |
849 | 2024-11-28T04:08:32.060Z | Downloaded russh v0.45.0 |
850 | 2024-11-28T04:08:32.065Z | Downloaded difflib v0.4.0 |
851 | 2024-11-28T04:08:32.067Z | Downloaded hash32 v0.2.1 |
852 | 2024-11-28T04:08:32.072Z | Downloaded tinyvec_macros v0.1.1 |
853 | 2024-11-28T04:08:32.072Z | Downloaded pin-project-lite v0.2.14 |
854 | 2024-11-28T04:08:32.075Z | Downloaded derive_builder v0.20.2 |
855 | 2024-11-28T04:08:32.080Z | Downloaded toolchain_find v0.4.0 |
856 | 2024-11-28T04:08:32.083Z | Downloaded num v0.4.3 |
857 | 2024-11-28T04:08:32.083Z | Downloaded owo-colors v4.1.0 |
858 | 2024-11-28T04:08:32.086Z | Downloaded phf_shared v0.10.0 |
859 | 2024-11-28T04:08:32.086Z | Downloaded num_enum_derive v0.5.11 |
860 | 2024-11-28T04:08:32.089Z | Downloaded resolv-conf v0.7.0 |
861 | 2024-11-28T04:08:32.092Z | Downloaded hashlink v0.9.1 |
862 | 2024-11-28T04:08:32.092Z | Downloaded url v2.5.3 |
863 | 2024-11-28T04:08:32.096Z | Downloaded tracing-core v0.1.32 |
864 | 2024-11-28T04:08:32.099Z | Downloaded hashbrown v0.12.3 |
865 | 2024-11-28T04:08:32.104Z | Downloaded strip-ansi-escapes v0.2.0 |
866 | 2024-11-28T04:08:32.107Z | Downloaded twox-hash v1.6.3 |
867 | 2024-11-28T04:08:32.109Z | Downloaded packed_struct_codegen v0.10.1 |
868 | 2024-11-28T04:08:32.112Z | Downloaded ssh-cipher v0.2.0 |
869 | 2024-11-28T04:08:32.112Z | Downloaded pbkdf2 v0.12.2 |
870 | 2024-11-28T04:08:32.115Z | Downloaded dropshot_endpoint v0.12.0 |
871 | 2024-11-28T04:08:32.117Z | Downloaded diesel_table_macro_syntax v0.2.0 |
872 | 2024-11-28T04:08:32.120Z | Downloaded serde_path_to_error v0.1.16 |
873 | 2024-11-28T04:08:32.120Z | Downloaded group v0.13.0 |
874 | 2024-11-28T04:08:32.123Z | Downloaded miniz_oxide v0.8.0 |
875 | 2024-11-28T04:08:32.126Z | Downloaded rustc-hash v2.0.0 |
876 | 2024-11-28T04:08:32.128Z | Downloaded rustc-hash v1.1.0 |
877 | 2024-11-28T04:08:32.128Z | Downloaded unicase v2.7.0 |
878 | 2024-11-28T04:08:32.131Z | Downloaded fxhash v0.2.1 |
879 | 2024-11-28T04:08:32.131Z | Downloaded rusqlite v0.32.1 |
880 | 2024-11-28T04:08:32.137Z | Downloaded take_mut v0.2.2 |
881 | 2024-11-28T04:08:32.140Z | Downloaded phf_generator v0.11.2 |
882 | 2024-11-28T04:08:32.140Z | Downloaded topological-sort v0.2.2 |
883 | 2024-11-28T04:08:32.143Z | Downloaded utf8_iter v1.0.4 |
884 | 2024-11-28T04:08:32.143Z | Downloaded sec1 v0.7.3 |
885 | 2024-11-28T04:08:32.145Z | Downloaded russh-cryptovec v0.7.3 |
886 | 2024-11-28T04:08:32.145Z | Downloaded zip v2.1.3 |
887 | 2024-11-28T04:08:32.149Z | Downloaded dhcproto-macros v0.1.0 |
888 | 2024-11-28T04:08:32.153Z | Downloaded num_enum v0.5.11 |
889 | 2024-11-28T04:08:32.155Z | Downloaded unicode_categories v0.1.1 |
890 | 2024-11-28T04:08:32.158Z | Downloaded displaydoc v0.2.5 |
891 | 2024-11-28T04:08:32.161Z | Downloaded fs_extra v1.3.0 |
892 | 2024-11-28T04:08:32.163Z | Downloaded postcard v1.0.10 |
893 | 2024-11-28T04:08:32.166Z | Downloaded samael v0.0.17 |
894 | 2024-11-28T04:08:32.171Z | Downloaded pkcs1 v0.7.5 |
895 | 2024-11-28T04:08:32.174Z | Downloaded walkdir v2.5.0 |
896 | 2024-11-28T04:08:32.178Z | Downloaded toml v0.7.8 |
897 | 2024-11-28T04:08:32.180Z | Downloaded time-core v0.1.2 |
898 | 2024-11-28T04:08:32.183Z | Downloaded termcolor v1.4.1 |
899 | 2024-11-28T04:08:32.183Z | Downloaded tabwriter v1.4.0 |
900 | 2024-11-28T04:08:32.186Z | Downloaded zerocopy-derive v0.8.10 |
901 | 2024-11-28T04:08:32.190Z | Downloaded diff v0.1.13 |
902 | 2024-11-28T04:08:32.193Z | Downloaded ed25519-dalek v2.1.1 |
903 | 2024-11-28T04:08:32.197Z | Downloaded futures-io v0.3.31 |
904 | 2024-11-28T04:08:32.199Z | Downloaded signal-hook-registry v1.4.2 |
905 | 2024-11-28T04:08:32.201Z | Downloaded futures-executor v0.3.31 |
906 | 2024-11-28T04:08:32.201Z | Downloaded dirs-sys-next v0.1.2 |
907 | 2024-11-28T04:08:32.204Z | Downloaded socket2 v0.5.7 |
908 | 2024-11-28T04:08:32.206Z | Downloaded smallvec v1.13.2 |
909 | 2024-11-28T04:08:32.209Z | Downloaded smallvec v0.6.14 |
910 | 2024-11-28T04:08:32.211Z | Downloaded polyval v0.6.2 |
911 | 2024-11-28T04:08:32.213Z | Downloaded futures-core v0.3.31 |
912 | 2024-11-28T04:08:32.213Z | Downloaded serde_plain v1.0.2 |
913 | 2024-11-28T04:08:32.216Z | Downloaded rcgen v0.12.1 |
914 | 2024-11-28T04:08:32.219Z | Downloaded termios v0.3.3 |
915 | 2024-11-28T04:08:32.221Z | Downloaded defmt-macros v0.3.9 |
916 | 2024-11-28T04:08:32.223Z | Downloaded half v2.4.1 |
917 | 2024-11-28T04:08:32.227Z | Downloaded defmt-parser v0.3.4 |
918 | 2024-11-28T04:08:32.229Z | Downloaded signal-hook-mio v0.2.4 |
919 | 2024-11-28T04:08:32.232Z | Downloaded serde_derive_internals v0.29.1 |
920 | 2024-11-28T04:08:32.232Z | Downloaded pin-project v1.1.6 |
921 | 2024-11-28T04:08:32.244Z | Downloaded phf_shared v0.11.2 |
922 | 2024-11-28T04:08:32.247Z | Downloaded parking_lot v0.11.2 |
923 | 2024-11-28T04:08:32.249Z | Downloaded tinyvec v1.8.0 |
924 | 2024-11-28T04:08:32.253Z | Downloaded rustls-webpki v0.101.7 |
925 | 2024-11-28T04:08:32.266Z | Downloaded thread_local v1.1.8 |
926 | 2024-11-28T04:08:32.268Z | Downloaded idna v0.5.0 |
927 | 2024-11-28T04:08:32.276Z | Downloaded gethostname v0.5.0 |
928 | 2024-11-28T04:08:32.278Z | Downloaded idna v0.3.0 |
929 | 2024-11-28T04:08:32.283Z | Downloaded rayon-core v1.12.1 |
930 | 2024-11-28T04:08:32.287Z | Downloaded schemars v0.8.21 |
931 | 2024-11-28T04:08:32.300Z | Downloaded num-traits v0.2.19 |
932 | 2024-11-28T04:08:32.303Z | Downloaded nu-ansi-term v0.50.1 |
933 | 2024-11-28T04:08:32.306Z | Downloaded snafu v0.8.5 |
934 | 2024-11-28T04:08:32.311Z | Downloaded sqlparser v0.45.0 |
935 | 2024-11-28T04:08:32.317Z | Downloaded ssh-key v0.6.6 |
936 | 2024-11-28T04:08:32.325Z | Downloaded time-macros v0.2.18 |
937 | 2024-11-28T04:08:32.328Z | Downloaded idna v0.2.3 |
938 | 2024-11-28T04:08:32.335Z | Downloaded slog-term v2.9.1 |
939 | 2024-11-28T04:08:32.338Z | Downloaded dhcproto v0.12.0 |
940 | 2024-11-28T04:08:32.341Z | Downloaded poly1305 v0.8.0 |
941 | 2024-11-28T04:08:32.345Z | Downloaded tungstenite v0.24.0 |
942 | 2024-11-28T04:08:32.348Z | Downloaded time v0.3.36 |
943 | 2024-11-28T04:08:32.355Z | Downloaded pkcs5 v0.7.1 |
944 | 2024-11-28T04:08:32.358Z | Downloaded rustyline v14.0.0 |
945 | 2024-11-28T04:08:32.364Z | Downloaded headers v0.4.0 |
946 | 2024-11-28T04:08:32.370Z | Downloaded der v0.7.9 |
947 | 2024-11-28T04:08:32.378Z | Downloaded nom v7.1.3 |
948 | 2024-11-28T04:08:32.381Z | Downloaded proptest v1.5.0 |
949 | 2024-11-28T04:08:32.391Z | Downloaded tungstenite v0.21.0 |
950 | 2024-11-28T04:08:32.395Z | Downloaded parse-zoneinfo v0.3.1 |
951 | 2024-11-28T04:08:32.397Z | Downloaded petname v2.0.2 |
952 | 2024-11-28T04:08:32.404Z | Downloaded rustls-webpki v0.102.8 |
953 | 2024-11-28T04:08:32.423Z | Downloaded reqwest v0.12.9 |
954 | 2024-11-28T04:08:32.432Z | Downloaded bindgen v0.69.5 |
955 | 2024-11-28T04:08:32.440Z | Downloaded p521 v0.13.3 |
956 | 2024-11-28T04:08:32.444Z | Downloaded bitvec v1.0.1 |
957 | 2024-11-28T04:08:32.460Z | Downloaded regress v0.9.1 |
958 | 2024-11-28T04:08:32.469Z | Downloaded webpki-roots v0.26.6 |
959 | 2024-11-28T04:08:32.473Z | Downloaded smoltcp v0.9.1 |
960 | 2024-11-28T04:08:32.484Z | Downloaded num-bigint v0.4.6 |
961 | 2024-11-28T04:08:32.489Z | Downloaded radix_trie v0.2.1 |
962 | 2024-11-28T04:08:32.495Z | Downloaded quinn-proto v0.11.8 |
963 | 2024-11-28T04:08:32.502Z | Downloaded tracing v0.1.40 |
964 | 2024-11-28T04:08:32.506Z | Downloaded reedline v0.35.0 |
965 | 2024-11-28T04:08:32.514Z | Downloaded flate2 v1.0.35 |
966 | 2024-11-28T04:08:32.520Z | Downloaded hashbrown v0.14.5 |
967 | 2024-11-28T04:08:32.526Z | Downloaded regex v1.11.1 |
968 | 2024-11-28T04:08:32.541Z | Downloaded winnow v0.5.40 |
969 | 2024-11-28T04:08:32.549Z | Downloaded nix v0.27.1 |
970 | 2024-11-28T04:08:32.561Z | Downloaded salty v0.3.0 |
971 | 2024-11-28T04:08:32.568Z | Downloaded object v0.30.4 |
972 | 2024-11-28T04:08:32.579Z | Downloaded openssl v0.10.66 |
973 | 2024-11-28T04:08:32.589Z | Downloaded p384 v0.13.0 |
974 | 2024-11-28T04:08:32.595Z | Downloaded num-bigint-dig v0.8.4 |
975 | 2024-11-28T04:08:32.601Z | Downloaded rayon v1.10.0 |
976 | 2024-11-28T04:08:32.611Z | Downloaded object v0.36.5 |
977 | 2024-11-28T04:08:32.623Z | Downloaded regress v0.10.1 |
978 | 2024-11-28T04:08:32.632Z | Downloaded unicode-width v0.2.0 |
979 | 2024-11-28T04:08:32.639Z | Downloaded regex-syntax v0.6.29 |
980 | 2024-11-28T04:08:32.646Z | Downloaded tokio-util v0.7.12 |
981 | 2024-11-28T04:08:32.654Z | Downloaded portable-atomic v1.9.0 |
982 | 2024-11-28T04:08:32.662Z | Downloaded openapiv3 v2.0.0 |
983 | 2024-11-28T04:08:32.676Z | Downloaded zerocopy v0.8.10 |
984 | 2024-11-28T04:08:32.701Z | Downloaded h2 v0.4.6 |
985 | 2024-11-28T04:08:32.708Z | Downloaded curve25519-dalek v4.1.3 |
986 | 2024-11-28T04:08:32.717Z | Downloaded typify-impl v0.2.0 |
987 | 2024-11-28T04:08:32.734Z | Downloaded bstr v1.10.0 |
988 | 2024-11-28T04:08:32.744Z | Downloaded gimli v0.31.1 |
989 | 2024-11-28T04:08:32.754Z | Downloaded git2 v0.19.0 |
990 | 2024-11-28T04:08:32.763Z | Downloaded chrono-tz v0.10.0 |
991 | 2024-11-28T04:08:32.771Z | Downloaded nix v0.28.0 |
992 | 2024-11-28T04:08:32.784Z | Downloaded nix v0.29.0 |
993 | 2024-11-28T04:08:32.796Z | Downloaded vcpkg v0.2.15 |
994 | 2024-11-28T04:08:32.836Z | Downloaded dropshot v0.12.0 |
995 | 2024-11-28T04:08:32.857Z | Downloaded diesel v2.2.4 |
996 | 2024-11-28T04:08:32.874Z | Downloaded dropshot v0.13.0 |
997 | 2024-11-28T04:08:32.895Z | Downloaded smoltcp v0.11.0 |
998 | 2024-11-28T04:08:32.909Z | Downloaded rustls v0.23.14 |
999 | 2024-11-28T04:08:32.921Z | Downloaded rustls v0.22.4 |
1000 | 2024-11-28T04:08:32.935Z | Downloaded regex-automata v0.4.8 |
1001 | 2024-11-28T04:08:32.953Z | Downloaded petgraph v0.6.5 |
1002 | 2024-11-28T04:08:32.972Z | Downloaded lzma-sys v0.1.20 |
1003 | 2024-11-28T04:08:33.002Z | Downloaded rustls v0.21.12 |
1004 | 2024-11-28T04:08:33.013Z | Downloaded zerocopy-derive v0.6.6 |
1005 | 2024-11-28T04:08:33.023Z | Downloaded libz-sys v1.1.20 |
1006 | 2024-11-28T04:08:33.046Z | Downloaded regex-syntax v0.8.5 |
1007 | 2024-11-28T04:08:33.054Z | Downloaded sled v0.34.7 |
1008 | 2024-11-28T04:08:33.064Z | Downloaded tokio v1.40.0 |
1009 | 2024-11-28T04:08:33.103Z | Downloaded trust-dns-proto v0.22.0 |
1010 | 2024-11-28T04:08:33.115Z | Downloaded ratatui v0.28.1 |
1011 | 2024-11-28T04:08:33.136Z | Downloaded zerovec v0.10.4 |
1012 | 2024-11-28T04:08:33.142Z | Downloaded polar-core v0.27.3 |
1013 | 2024-11-28T04:08:33.151Z | Downloaded idna v0.4.0 |
1014 | 2024-11-28T04:08:33.159Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1015 | 2024-11-28T04:08:33.171Z | Downloaded aws-lc-rs v1.10.0 |
1016 | 2024-11-28T04:08:33.181Z | Downloaded rustc-demangle v0.1.24 |
1017 | 2024-11-28T04:08:33.184Z | Downloaded p256 v0.13.2 |
1018 | 2024-11-28T04:08:33.186Z | Downloaded postgres-types v0.2.8 |
1019 | 2024-11-28T04:08:33.188Z | Downloaded quick-xml v0.33.0 |
1020 | 2024-11-28T04:08:33.196Z | Downloaded futures v0.3.31 |
1021 | 2024-11-28T04:08:33.200Z | Downloaded display-error-chain v0.2.2 |
1022 | 2024-11-28T04:08:33.203Z | Downloaded tracing-attributes v0.1.27 |
1023 | 2024-11-28T04:08:33.206Z | Downloaded spin v0.5.2 |
1024 | 2024-11-28T04:08:33.206Z | Downloaded whoami v1.5.2 |
1025 | 2024-11-28T04:08:33.209Z | Downloaded tokio-tungstenite v0.24.0 |
1026 | 2024-11-28T04:08:33.211Z | Downloaded blake3 v1.5.4 |
1027 | 2024-11-28T04:08:33.218Z | Downloaded serde_with v3.11.0 |
1028 | 2024-11-28T04:08:33.227Z | Downloaded icu_properties_data v1.5.0 |
1029 | 2024-11-28T04:08:33.238Z | Downloaded chrono v0.4.38 |
1030 | 2024-11-28T04:08:33.246Z | Downloaded toml_edit v0.19.15 |
1031 | 2024-11-28T04:08:33.262Z | Downloaded csv v1.3.0 |
1032 | 2024-11-28T04:08:33.281Z | Downloaded steno v0.4.1 |
1033 | 2024-11-28T04:08:33.285Z | Downloaded futures-util v0.3.31 |
1034 | 2024-11-28T04:08:33.297Z | Downloaded sha3 v0.10.8 |
1035 | 2024-11-28T04:08:33.302Z | Downloaded funty v2.0.0 |
1036 | 2024-11-28T04:08:33.305Z | Downloaded futures-channel v0.3.31 |
1037 | 2024-11-28T04:08:33.305Z | Downloaded lalrpop v0.19.12 |
1038 | 2024-11-28T04:08:33.317Z | Downloaded vergen v8.3.2 |
1039 | 2024-11-28T04:08:33.320Z | Downloaded num-complex v0.4.6 |
1040 | 2024-11-28T04:08:33.322Z | Downloaded pin-utils v0.1.0 |
1041 | 2024-11-28T04:08:33.325Z | Downloaded signal-hook v0.3.17 |
1042 | 2024-11-28T04:08:33.327Z | Downloaded fatfs v0.3.6 |
1043 | 2024-11-28T04:08:33.330Z | Downloaded utf16_iter v1.0.5 |
1044 | 2024-11-28T04:08:33.333Z | Downloaded strum_macros v0.24.3 |
1045 | 2024-11-28T04:08:33.333Z | Downloaded structmeta v0.3.0 |
1046 | 2024-11-28T04:08:33.333Z | Downloaded derive_more v0.99.18 |
1047 | 2024-11-28T04:08:33.338Z | Downloaded crossterm v0.28.1 |
1048 | 2024-11-28T04:08:33.345Z | Downloaded aes v0.8.4 |
1049 | 2024-11-28T04:08:33.348Z | Downloaded aes-gcm v0.10.3 |
1050 | 2024-11-28T04:08:33.352Z | Downloaded scheduled-thread-pool v0.2.7 |
1051 | 2024-11-28T04:08:33.355Z | Downloaded same-file v1.0.6 |
1052 | 2024-11-28T04:08:33.357Z | Downloaded powerfmt v0.2.0 |
1053 | 2024-11-28T04:08:33.357Z | Downloaded peg v0.8.4 |
1054 | 2024-11-28T04:08:33.361Z | Downloaded tokio-rustls v0.25.0 |
1055 | 2024-11-28T04:08:33.364Z | Downloaded serde_yaml v0.9.34+deprecated |
1056 | 2024-11-28T04:08:33.367Z | Downloaded ron v0.7.1 |
1057 | 2024-11-28T04:08:33.372Z | Downloaded foreign-types-macros v0.2.3 |
1058 | 2024-11-28T04:08:33.374Z | Downloaded num_threads v0.1.7 |
1059 | 2024-11-28T04:08:33.374Z | Downloaded shell-words v1.1.0 |
1060 | 2024-11-28T04:08:33.379Z | Downloaded glob v0.3.1 |
1061 | 2024-11-28T04:08:33.379Z | Downloaded pkcs8 v0.10.2 |
1062 | 2024-11-28T04:08:33.382Z | Downloaded parking_lot_core v0.8.6 |
1063 | 2024-11-28T04:08:33.384Z | Downloaded uuid v1.11.0 |
1064 | 2024-11-28T04:08:33.387Z | Downloaded idna v1.0.3 |
1065 | 2024-11-28T04:08:33.389Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1066 | 2024-11-28T04:08:33.448Z | Downloaded tokio-stream v0.1.16 |
1067 | 2024-11-28T04:08:33.452Z | Downloaded parking_lot_core v0.9.10 |
1068 | 2024-11-28T04:08:33.456Z | Downloaded prettyplease v0.2.25 |
1069 | 2024-11-28T04:08:33.459Z | Downloaded backtrace v0.3.74 |
1070 | 2024-11-28T04:08:33.462Z | Downloaded darling_core v0.20.10 |
1071 | 2024-11-28T04:08:33.466Z | Downloaded unicode-bidi v0.3.17 |
1072 | 2024-11-28T04:08:33.474Z | Downloaded compact_str v0.8.0 |
1073 | 2024-11-28T04:08:33.474Z | Downloaded progenitor-macro v0.8.0 |
1074 | 2024-11-28T04:08:33.474Z | Downloaded primeorder v0.13.6 |
1075 | 2024-11-28T04:08:33.476Z | Downloaded progenitor-client v0.8.0 |
1076 | 2024-11-28T04:08:33.476Z | Downloaded encoding_rs v0.8.34 |
1077 | 2024-11-28T04:08:33.497Z | Downloaded progenitor v0.8.0 |
1078 | 2024-11-28T04:08:33.500Z | Downloaded crypto-bigint v0.5.5 |
1079 | 2024-11-28T04:08:33.504Z | Downloaded const_format v0.2.33 |
1080 | 2024-11-28T04:08:33.509Z | Downloaded cc v1.1.30 |
1081 | 2024-11-28T04:08:33.512Z | Downloaded value-bag v1.9.0 |
1082 | 2024-11-28T04:08:33.514Z | Downloaded unicode-segmentation v1.12.0 |
1083 | 2024-11-28T04:08:33.518Z | Downloaded phf_codegen v0.11.2 |
1084 | 2024-11-28T04:08:33.521Z | Downloaded tokio-tungstenite v0.23.1 |
1085 | 2024-11-28T04:08:33.521Z | Downloaded tokio-tungstenite v0.21.0 |
1086 | 2024-11-28T04:08:33.524Z | Downloaded tokio-rustls v0.26.0 |
1087 | 2024-11-28T04:08:33.527Z | Downloaded elliptic-curve v0.13.8 |
1088 | 2024-11-28T04:08:33.531Z | Downloaded env_logger v0.10.2 |
1089 | 2024-11-28T04:08:33.534Z | Downloaded oso v0.27.3 |
1090 | 2024-11-28T04:08:33.536Z | Downloaded yoke v0.7.4 |
1091 | 2024-11-28T04:08:33.538Z | Downloaded yasna v0.5.2 |
1092 | 2024-11-28T04:08:33.538Z | Downloaded dunce v1.0.5 |
1093 | 2024-11-28T04:08:33.541Z | Downloaded diesel-dtrace v0.3.0 |
1094 | 2024-11-28T04:08:33.543Z | Downloaded chacha20poly1305 v0.10.1 |
1095 | 2024-11-28T04:08:33.547Z | Downloaded bumpalo v3.16.0 |
1096 | 2024-11-28T04:08:33.549Z | Downloaded pem-rfc7468 v0.7.0 |
1097 | 2024-11-28T04:08:33.549Z | Downloaded tap v1.0.1 |
1098 | 2024-11-28T04:08:33.549Z | Downloaded predicates v3.1.2 |
1099 | 2024-11-28T04:08:33.552Z | Downloaded multer v3.1.0 |
1100 | 2024-11-28T04:08:33.554Z | Downloaded itertools v0.10.5 |
1101 | 2024-11-28T04:08:33.560Z | Downloaded siphasher v0.3.11 |
1102 | 2024-11-28T04:08:33.562Z | Downloaded base64 v0.22.1 |
1103 | 2024-11-28T04:08:33.565Z | Downloaded crc32fast v1.4.2 |
1104 | 2024-11-28T04:08:33.568Z | Downloaded base64 v0.13.1 |
1105 | 2024-11-28T04:08:33.571Z | Downloaded subprocess v0.2.9 |
1106 | 2024-11-28T04:08:33.574Z | Downloaded structmeta-derive v0.3.0 |
1107 | 2024-11-28T04:08:33.574Z | Downloaded stringprep v0.1.5 |
1108 | 2024-11-28T04:08:33.577Z | Downloaded slog-scope v4.4.0 |
1109 | 2024-11-28T04:08:33.577Z | Downloaded scrypt v0.11.0 |
1110 | 2024-11-28T04:08:33.579Z | Downloaded russh-keys v0.45.0 |
1111 | 2024-11-28T04:08:33.579Z | Downloaded cookie_store v0.21.0 |
1112 | 2024-11-28T04:08:33.582Z | Downloaded bcs v0.1.6 |
1113 | 2024-11-28T04:08:33.584Z | Downloaded http v1.1.0 |
1114 | 2024-11-28T04:08:33.587Z | Downloaded backoff v0.4.0 |
1115 | 2024-11-28T04:08:33.590Z | Downloaded simd-adler32 v0.3.7 |
1116 | 2024-11-28T04:08:33.592Z | Downloaded console v0.15.8 |
1117 | 2024-11-28T04:08:33.592Z | Downloaded chacha20 v0.9.1 |
1118 | 2024-11-28T04:08:33.595Z | Downloaded cancel-safe-futures v0.1.5 |
1119 | 2024-11-28T04:08:33.598Z | Downloaded bzip2 v0.4.4 |
1120 | 2024-11-28T04:08:33.602Z | Downloaded bitflags v1.3.2 |
1121 | 2024-11-28T04:08:33.602Z | Downloaded const_format_proc_macros v0.2.33 |
1122 | 2024-11-28T04:08:33.604Z | Downloaded cobs v0.2.3 |
1123 | 2024-11-28T04:08:33.610Z | Downloaded chrono-tz-build v0.4.0 |
1124 | 2024-11-28T04:08:33.610Z | Downloaded bitfield v0.14.0 |
1125 | 2024-11-28T04:08:33.610Z | Downloaded bcrypt-pbkdf v0.10.0 |
1126 | 2024-11-28T04:08:33.613Z | Downloaded castaway v0.2.3 |
1127 | 2024-11-28T04:08:33.613Z | Downloaded supports-color v3.0.1 |
1128 | 2024-11-28T04:08:33.613Z | Downloaded subtle v2.6.1 |
1129 | 2024-11-28T04:08:33.613Z | Downloaded smf v0.2.3 |
1130 | 2024-11-28T04:08:33.613Z | Downloaded signature v2.2.0 |
1131 | 2024-11-28T04:08:33.613Z | Downloaded colored v2.1.0 |
1132 | 2024-11-28T04:08:33.616Z | Downloaded buf-list v1.0.3 |
1133 | 2024-11-28T04:08:33.619Z | Downloaded ipnet v2.10.1 |
1134 | 2024-11-28T04:08:33.619Z | Downloaded cfg_aliases v0.1.1 |
1135 | 2024-11-28T04:08:33.621Z | Downloaded internet-checksum v0.2.1 |
1136 | 2024-11-28T04:08:33.621Z | Downloaded instability v0.3.2 |
1137 | 2024-11-28T04:08:33.621Z | Downloaded icu_locid_transform_data v1.5.0 |
1138 | 2024-11-28T04:08:33.624Z | Downloaded hyper-staticfile v0.10.1 |
1139 | 2024-11-28T04:08:33.627Z | Downloaded hyper-rustls v0.27.3 |
1140 | 2024-11-28T04:08:33.629Z | Downloaded hyper-tls v0.6.0 |
1141 | 2024-11-28T04:08:33.630Z | Downloaded linked-hash-map v0.5.6 |
1142 | 2024-11-28T04:08:33.630Z | Downloaded linear-map v1.2.0 |
1143 | 2024-11-28T04:08:33.632Z | Downloaded keccak v0.1.5 |
1144 | 2024-11-28T04:08:33.632Z | Downloaded hickory-resolver v0.24.1 |
1145 | 2024-11-28T04:08:33.979Z | Downloaded ring v0.16.20 |
1146 | 2024-11-28T04:08:34.060Z | Downloaded libsqlite3-sys v0.30.1 |
1147 | 2024-11-28T04:08:34.137Z | Downloaded ring v0.17.8 |
1148 | 2024-11-28T04:08:34.457Z | Downloaded aws-lc-sys v0.22.0 |
1149 | 2024-11-28T04:08:34.764Z | Compiling serde v1.0.215 |
1150 | 2024-11-28T04:08:34.766Z | Compiling lock_api v0.4.12 |
1151 | 2024-11-28T04:08:34.767Z | Compiling scopeguard v1.2.0 |
1152 | 2024-11-28T04:08:34.767Z | Compiling value-bag v1.9.0 |
1153 | 2024-11-28T04:08:34.919Z | Compiling typenum v1.17.0 |
1154 | 2024-11-28T04:08:34.922Z | Compiling generic-array v0.14.7 |
1155 | 2024-11-28T04:08:34.961Z | Compiling syn v2.0.87 |
1156 | 2024-11-28T04:08:34.975Z | Compiling getrandom v0.2.15 |
1157 | 2024-11-28T04:08:35.077Z | Compiling subtle v2.6.1 |
1158 | 2024-11-28T04:08:35.276Z | Compiling rand_core v0.6.4 |
1159 | 2024-11-28T04:08:35.401Z | Compiling log v0.4.22 |
1160 | 2024-11-28T04:08:35.509Z | Compiling shlex v1.3.0 |
1161 | 2024-11-28T04:08:35.596Z | Compiling jobserver v0.1.32 |
1162 | 2024-11-28T04:08:35.664Z | Compiling smallvec v1.13.2 |
1163 | 2024-11-28T04:08:35.937Z | Compiling const-oid v0.9.6 |
1164 | 2024-11-28T04:08:35.983Z | Compiling spin v0.9.8 |
1165 | 2024-11-28T04:08:36.014Z | Compiling pin-project-lite v0.2.14 |
1166 | 2024-11-28T04:08:36.099Z | Compiling cc v1.1.30 |
1167 | 2024-11-28T04:08:36.146Z | Compiling rustix v0.38.37 |
1168 | 2024-11-28T04:08:36.404Z | Compiling parking_lot_core v0.9.10 |
1169 | 2024-11-28T04:08:36.422Z | Compiling futures-core v0.3.31 |
1170 | 2024-11-28T04:08:36.649Z | Compiling signal-hook-registry v1.4.2 |
1171 | 2024-11-28T04:08:36.667Z | Compiling mio v1.0.2 |
1172 | 2024-11-28T04:08:37.095Z | Compiling aho-corasick v1.1.3 |
1173 | 2024-11-28T04:08:37.536Z | Compiling parking_lot v0.12.3 |
1174 | 2024-11-28T04:08:37.637Z | Compiling regex-syntax v0.8.5 |
1175 | 2024-11-28T04:08:37.879Z | Compiling cpufeatures v0.2.14 |
1176 | 2024-11-28T04:08:37.965Z | Compiling either v1.13.0 |
1177 | 2024-11-28T04:08:37.985Z | Compiling lazy_static v1.5.0 |
1178 | 2024-11-28T04:08:38.070Z | Compiling glob v0.3.1 |
1179 | 2024-11-28T04:08:38.117Z | Compiling stable_deref_trait v1.2.0 |
1180 | 2024-11-28T04:08:38.234Z | Compiling futures-sink v0.3.31 |
1181 | 2024-11-28T04:08:38.404Z | Compiling socket2 v0.5.7 |
1182 | 2024-11-28T04:08:38.407Z | Compiling slab v0.4.9 |
1183 | 2024-11-28T04:08:38.518Z | Compiling prettyplease v0.2.25 |
1184 | 2024-11-28T04:08:38.963Z | Compiling minimal-lexical v0.2.1 |
1185 | 2024-11-28T04:08:39.273Z | Compiling libloading v0.8.5 |
1186 | 2024-11-28T04:08:39.343Z | Compiling clang-sys v1.8.1 |
1187 | 2024-11-28T04:08:39.465Z | Compiling nom v7.1.3 |
1188 | 2024-11-28T04:08:39.485Z | Compiling serde_json v1.0.132 |
1189 | 2024-11-28T04:08:39.672Z | Compiling home v0.5.9 |
1190 | 2024-11-28T04:08:39.796Z | Compiling bindgen v0.69.5 |
1191 | 2024-11-28T04:08:39.982Z | Compiling futures-channel v0.3.31 |
1192 | 2024-11-28T04:08:40.411Z | Compiling itertools v0.12.1 |
1193 | 2024-11-28T04:08:40.615Z | Compiling rustc-hash v1.1.0 |
1194 | 2024-11-28T04:08:40.644Z | Compiling lazycell v1.3.0 |
1195 | 2024-11-28T04:08:40.772Z | Compiling pin-utils v0.1.0 |
1196 | 2024-11-28T04:08:40.810Z | Compiling futures-io v0.3.31 |
1197 | 2024-11-28T04:08:40.877Z | Compiling futures-task v0.3.31 |
1198 | 2024-11-28T04:08:41.150Z | Compiling allocator-api2 v0.2.18 |
1199 | 2024-11-28T04:08:41.180Z | Compiling foldhash v0.1.3 |
1200 | 2024-11-28T04:08:41.498Z | Compiling regex-automata v0.4.8 |
1201 | 2024-11-28T04:08:42.041Z | Compiling hashbrown v0.15.0 |
1202 | 2024-11-28T04:08:43.022Z | Compiling synstructure v0.13.1 |
1203 | 2024-11-28T04:08:43.345Z | Compiling cexpr v0.6.0 |
1204 | 2024-11-28T04:08:43.610Z | Compiling cmake v0.1.51 |
1205 | 2024-11-28T04:08:44.626Z | Compiling fs_extra v1.3.0 |
1206 | 2024-11-28T04:08:44.674Z | Compiling tinyvec_macros v0.1.1 |
1207 | 2024-11-28T04:08:44.773Z | Compiling pkg-config v0.3.31 |
1208 | 2024-11-28T04:08:44.809Z | Compiling dunce v1.0.5 |
1209 | 2024-11-28T04:08:44.946Z | Compiling libm v0.2.8 |
1210 | 2024-11-28T04:08:45.200Z | Compiling tinyvec v1.8.0 |
1211 | 2024-11-28T04:08:45.243Z | Compiling num-traits v0.2.19 |
1212 | 2024-11-28T04:08:45.782Z | Compiling ring v0.17.8 |
1213 | 2024-11-28T04:08:46.401Z | Compiling paste v1.0.15 |
1214 | 2024-11-28T04:08:46.655Z | Compiling litemap v0.7.3 |
1215 | 2024-11-28T04:08:46.751Z | Compiling unicode-normalization v0.1.24 |
1216 | 2024-11-28T04:08:46.781Z | Compiling unicode-bidi v0.3.17 |
1217 | 2024-11-28T04:08:46.917Z | Compiling writeable v0.5.5 |
1218 | 2024-11-28T04:08:46.960Z | Compiling base64ct v1.6.0 |
1219 | 2024-11-28T04:08:47.519Z | Compiling regex v1.11.1 |
1220 | 2024-11-28T04:08:47.538Z | Compiling pem-rfc7468 v0.7.0 |
1221 | 2024-11-28T04:08:48.190Z | Compiling httparse v1.9.5 |
1222 | 2024-11-28T04:08:48.225Z | Compiling flagset v0.4.6 |
1223 | 2024-11-28T04:08:48.425Z | Compiling aws-lc-rs v1.10.0 |
1224 | 2024-11-28T04:08:48.811Z | Compiling tracing-core v0.1.32 |
1225 | 2024-11-28T04:08:48.994Z | Compiling rustls-pki-types v1.9.0 |
1226 | 2024-11-28T04:08:49.768Z | Compiling percent-encoding v2.3.1 |
1227 | 2024-11-28T04:08:49.803Z | Compiling icu_locid_transform_data v1.5.0 |
1228 | 2024-11-28T04:08:49.914Z | Compiling crossbeam-utils v0.8.20 |
1229 | 2024-11-28T04:08:49.973Z | Compiling serde_derive v1.0.215 |
1230 | 2024-11-28T04:08:50.037Z | Compiling zeroize_derive v1.4.2 |
1231 | 2024-11-28T04:08:50.118Z | Compiling zerocopy-derive v0.7.35 |
1232 | 2024-11-28T04:08:50.185Z | Compiling tokio-macros v2.4.0 |
1233 | 2024-11-28T04:08:50.543Z | Compiling zerofrom-derive v0.1.4 |
1234 | 2024-11-28T04:08:51.661Z | Compiling zeroize v1.8.1 |
1235 | 2024-11-28T04:08:51.842Z | Compiling thiserror-impl v1.0.69 |
1236 | 2024-11-28T04:08:52.442Z | Compiling zerocopy v0.7.35 |
1237 | 2024-11-28T04:08:52.446Z | Compiling yoke-derive v0.7.4 |
1238 | 2024-11-28T04:08:53.399Z | Compiling crypto-common v0.1.6 |
1239 | 2024-11-28T04:08:53.615Z | Compiling block-buffer v0.10.4 |
1240 | 2024-11-28T04:08:53.887Z | Compiling digest v0.10.7 |
1241 | 2024-11-28T04:08:54.060Z | Compiling futures-macro v0.3.31 |
1242 | 2024-11-28T04:08:54.366Z | Compiling hmac v0.12.1 |
1243 | 2024-11-28T04:08:54.458Z | Compiling zerovec-derive v0.10.3 |
1244 | 2024-11-28T04:08:54.608Z | Compiling block-padding v0.3.3 |
1245 | 2024-11-28T04:08:54.701Z | Compiling zerofrom v0.1.4 |
1246 | 2024-11-28T04:08:54.859Z | Compiling displaydoc v0.2.5 |
1247 | 2024-11-28T04:08:54.898Z | Compiling inout v0.1.3 |
1248 | 2024-11-28T04:08:55.164Z | Compiling cipher v0.4.4 |
1249 | 2024-11-28T04:08:55.188Z | Compiling thiserror v1.0.69 |
1250 | 2024-11-28T04:08:55.332Z | Compiling sha2 v0.10.8 |
1251 | 2024-11-28T04:08:55.545Z | Compiling yoke v0.7.4 |
1252 | 2024-11-28T04:08:55.683Z | Compiling ppv-lite86 v0.2.20 |
1253 | 2024-11-28T04:08:55.919Z | Compiling der_derive v0.7.3 |
1254 | 2024-11-28T04:08:56.062Z | Compiling futures-util v0.3.31 |
1255 | 2024-11-28T04:08:56.507Z | Compiling icu_provider_macros v1.5.0 |
1256 | 2024-11-28T04:08:56.597Z | Compiling rand_chacha v0.3.1 |
1257 | 2024-11-28T04:08:56.970Z | Compiling tracing-attributes v0.1.27 |
1258 | 2024-11-28T04:08:57.250Z | Compiling zerovec v0.10.4 |
1259 | 2024-11-28T04:08:57.661Z | Compiling rand v0.8.5 |
1260 | 2024-11-28T04:08:58.488Z | Compiling der v0.7.9 |
1261 | 2024-11-28T04:08:58.813Z | Compiling salsa20 v0.10.2 |
1262 | 2024-11-28T04:08:58.995Z | Compiling pest v2.7.14 |
1263 | 2024-11-28T04:08:59.042Z | Compiling pbkdf2 v0.12.2 |
1264 | 2024-11-28T04:08:59.211Z | Compiling tinystr v0.7.6 |
1265 | 2024-11-28T04:08:59.552Z | Compiling icu_collections v1.5.0 |
1266 | 2024-11-28T04:08:59.680Z | Compiling icu_locid v1.5.0 |
1267 | 2024-11-28T04:09:00.608Z | Compiling spki v0.7.3 |
1268 | 2024-11-28T04:09:00.820Z | Compiling tracing v0.1.40 |
1269 | 2024-11-28T04:09:01.015Z | Compiling icu_provider v1.5.0 |
1270 | 2024-11-28T04:09:01.121Z | Compiling mirai-annotations v1.12.0 |
1271 | 2024-11-28T04:09:01.297Z | Compiling num-conv v0.1.0 |
1272 | 2024-11-28T04:09:01.369Z | Compiling untrusted v0.9.0 |
1273 | 2024-11-28T04:09:01.659Z | Compiling icu_properties_data v1.5.0 |
1274 | 2024-11-28T04:09:01.702Z | Compiling untrusted v0.7.1 |
1275 | 2024-11-28T04:09:01.773Z | Compiling icu_locid_transform v1.5.0 |
1276 | 2024-11-28T04:09:01.809Z | Compiling vcpkg v0.2.15 |
1277 | 2024-11-28T04:09:01.919Z | Compiling powerfmt v0.2.0 |
1278 | 2024-11-28T04:09:02.139Z | Compiling time-core v0.1.2 |
1279 | 2024-11-28T04:09:02.171Z | Compiling pest_meta v2.7.14 |
1280 | 2024-11-28T04:09:02.351Z | Compiling time-macros v0.2.18 |
1281 | 2024-11-28T04:09:02.370Z | Compiling deranged v0.3.11 |
1282 | 2024-11-28T04:09:03.786Z | Compiling icu_properties v1.5.1 |
1283 | 2024-11-28T04:09:04.093Z | Compiling openssl-sys v0.9.103 |
1284 | 2024-11-28T04:09:04.294Z | Compiling scrypt v0.11.0 |
1285 | 2024-11-28T04:09:04.545Z | Compiling bitflags v2.6.0 |
1286 | 2024-11-28T04:09:04.847Z | Compiling bytes v1.8.0 |
1287 | 2024-11-28T04:09:05.218Z | Compiling indexmap v2.6.0 |
1288 | 2024-11-28T04:09:05.676Z | Compiling semver v1.0.23 |
1289 | 2024-11-28T04:09:06.108Z | Compiling tokio v1.40.0 |
1290 | 2024-11-28T04:09:06.215Z | Compiling http v1.1.0 |
1291 | 2024-11-28T04:09:06.478Z | Compiling rustc_version v0.4.1 |
1292 | 2024-11-28T04:09:06.800Z | Compiling cbc v0.1.2 |
1293 | 2024-11-28T04:09:07.048Z | Compiling aes v0.8.4 |
1294 | 2024-11-28T04:09:07.315Z | Compiling scroll_derive v0.12.0 |
1295 | 2024-11-28T04:09:07.359Z | Compiling num_threads v0.1.7 |
1296 | 2024-11-28T04:09:07.510Z | Compiling icu_normalizer_data v1.5.0 |
1297 | 2024-11-28T04:09:07.619Z | Compiling write16 v1.0.0 |
1298 | 2024-11-28T04:09:07.756Z | Compiling utf16_iter v1.0.5 |
1299 | 2024-11-28T04:09:07.969Z | Compiling atomic-waker v1.1.2 |
1300 | 2024-11-28T04:09:08.160Z | Compiling utf8_iter v1.0.4 |
1301 | 2024-11-28T04:09:08.417Z | Compiling icu_normalizer v1.5.0 |
1302 | 2024-11-28T04:09:08.466Z | Compiling pkcs5 v0.7.1 |
1303 | 2024-11-28T04:09:08.788Z | Compiling http-body v1.0.1 |
1304 | 2024-11-28T04:09:08.809Z | Compiling scroll v0.12.0 |
1305 | 2024-11-28T04:09:08.829Z | Compiling time v0.3.36 |
1306 | 2024-11-28T04:09:09.022Z | Compiling which v4.4.2 |
1307 | 2024-11-28T04:09:09.755Z | Compiling pest_generator v2.7.14 |
1308 | 2024-11-28T04:09:09.863Z | Compiling form_urlencoded v1.2.1 |
1309 | 2024-11-28T04:09:09.938Z | Compiling try-lock v0.2.5 |
1310 | 2024-11-28T04:09:10.090Z | Compiling slog v2.7.0 |
1311 | 2024-11-28T04:09:10.176Z | Compiling want v0.3.1 |
1312 | 2024-11-28T04:09:10.436Z | Compiling goblin v0.8.2 |
1313 | 2024-11-28T04:09:10.504Z | Compiling idna_adapter v1.2.0 |
1314 | 2024-11-28T04:09:10.522Z | Compiling pkcs8 v0.10.2 |
1315 | 2024-11-28T04:09:10.717Z | Compiling httpdate v1.0.3 |
1316 | 2024-11-28T04:09:11.214Z | Compiling idna v1.0.3 |
1317 | 2024-11-28T04:09:11.271Z | Compiling toml_datetime v0.6.8 |
1318 | 2024-11-28T04:09:11.585Z | Compiling uuid v1.11.0 |
1319 | 2024-11-28T04:09:11.797Z | Compiling serde_tokenstream v0.2.2 |
1320 | 2024-11-28T04:09:11.898Z | Compiling pest_derive v2.7.14 |
1321 | 2024-11-28T04:09:12.446Z | Compiling serde_spanned v0.6.8 |
1322 | 2024-11-28T04:09:12.675Z | Compiling rustversion v1.0.17 |
1323 | 2024-11-28T04:09:12.733Z | Compiling dtrace-parser v0.2.0 |
1324 | 2024-11-28T04:09:13.053Z | Compiling iana-time-zone v0.1.61 |
1325 | 2024-11-28T04:09:13.146Z | Compiling base64 v0.22.1 |
1326 | 2024-11-28T04:09:13.413Z | Compiling adler2 v2.0.0 |
1327 | 2024-11-28T04:09:13.528Z | Compiling openssl v0.10.66 |
1328 | 2024-11-28T04:09:13.633Z | Compiling tower-service v0.3.3 |
1329 | 2024-11-28T04:09:13.771Z | Compiling foreign-types-shared v0.1.1 |
1330 | 2024-11-28T04:09:13.894Z | Compiling match_cfg v0.1.0 |
1331 | 2024-11-28T04:09:13.927Z | Compiling foreign-types v0.3.2 |
1332 | 2024-11-28T04:09:13.992Z | Compiling hostname v0.3.1 |
1333 | 2024-11-28T04:09:14.014Z | Compiling miniz_oxide v0.8.0 |
1334 | 2024-11-28T04:09:14.100Z | Compiling chrono v0.4.38 |
1335 | 2024-11-28T04:09:14.191Z | Compiling url v2.5.3 |
1336 | 2024-11-28T04:09:15.000Z | Compiling tokio-util v0.7.12 |
1337 | 2024-11-28T04:09:15.603Z | Compiling openssl-macros v0.1.1 |
1338 | 2024-11-28T04:09:15.700Z | Compiling async-trait v0.1.83 |
1339 | 2024-11-28T04:09:16.330Z | Compiling h2 v0.4.6 |
1340 | 2024-11-28T04:09:16.386Z | Compiling dof v0.3.0 |
1341 | 2024-11-28T04:09:16.520Z | Compiling dirs-sys-next v0.1.2 |
1342 | 2024-11-28T04:09:17.199Z | Compiling usdt-impl v0.5.0 |
1343 | 2024-11-28T04:09:17.988Z | Compiling rustls v0.23.14 |
1344 | 2024-11-28T04:09:18.261Z | Compiling syn v1.0.109 |
1345 | 2024-11-28T04:09:18.501Z | Compiling siphasher v0.3.11 |
1346 | 2024-11-28T04:09:18.655Z | Compiling rustls v0.22.4 |
1347 | 2024-11-28T04:09:18.828Z | Compiling native-tls v0.2.12 |
1348 | 2024-11-28T04:09:18.886Z | Compiling data-encoding v2.6.0 |
1349 | 2024-11-28T04:09:18.954Z | Compiling dirs-next v2.0.0 |
1350 | 2024-11-28T04:09:19.198Z | Compiling http-body-util v0.1.2 |
1351 | 2024-11-28T04:09:19.783Z | Compiling heapless v0.7.17 |
1352 | 2024-11-28T04:09:20.220Z | Compiling crossbeam-epoch v0.9.18 |
1353 | 2024-11-28T04:09:20.642Z | Compiling sha1 v0.10.6 |
1354 | 2024-11-28T04:09:21.014Z | Compiling signature v2.2.0 |
1355 | 2024-11-28T04:09:21.070Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1356 | 2024-11-28T04:09:21.091Z | Compiling serde_derive_internals v0.29.1 |
1357 | 2024-11-28T04:09:21.316Z | Compiling thread_local v1.1.8 |
1358 | 2024-11-28T04:09:21.425Z | Compiling encoding_rs v0.8.34 |
1359 | 2024-11-28T04:09:21.590Z | Compiling multer v3.1.0 |
1360 | 2024-11-28T04:09:21.878Z | Compiling cookie v0.18.1 |
1361 | 2024-11-28T04:09:21.910Z | Compiling rayon-core v1.12.1 |
1362 | 2024-11-28T04:09:22.166Z | Compiling schemars v0.8.21 |
1363 | 2024-11-28T04:09:22.193Z | Compiling unicode-properties v0.1.3 |
1364 | 2024-11-28T04:09:22.227Z | Compiling mime v0.3.17 |
1365 | 2024-11-28T04:09:22.495Z | Compiling openssl-probe v0.1.5 |
1366 | 2024-11-28T04:09:22.590Z | Compiling slog-async v2.8.0 |
1367 | 2024-11-28T04:09:22.829Z | Compiling ipnet v2.10.1 |
1368 | 2024-11-28T04:09:22.880Z | Compiling gimli v0.31.1 |
1369 | 2024-11-28T04:09:23.121Z | Compiling signal-hook v0.3.17 |
1370 | 2024-11-28T04:09:23.494Z | Compiling hyper v1.5.0 |
1371 | 2024-11-28T04:09:23.816Z | Compiling schemars_derive v0.8.21 |
1372 | 2024-11-28T04:09:24.130Z | Compiling toml_edit v0.22.22 |
1373 | 2024-11-28T04:09:26.010Z | Compiling hyper-util v0.1.10 |
1374 | 2024-11-28T04:09:27.369Z | Compiling stringprep v0.1.5 |
1375 | 2024-11-28T04:09:27.838Z | Compiling addr2line v0.24.2 |
1376 | 2024-11-28T04:09:28.109Z | Compiling usdt-attr-macro v0.5.0 |
1377 | 2024-11-28T04:09:28.267Z | Compiling usdt-macro v0.5.0 |
1378 | 2024-11-28T04:09:28.531Z | Compiling crossbeam-deque v0.8.5 |
1379 | 2024-11-28T04:09:28.704Z | Compiling term v0.7.0 |
1380 | 2024-11-28T04:09:29.207Z | Compiling slog-json v2.6.1 |
1381 | 2024-11-28T04:09:29.599Z | Compiling serde_urlencoded v0.7.1 |
1382 | 2024-11-28T04:09:29.679Z | Compiling curve25519-dalek v4.1.3 |
1383 | 2024-11-28T04:09:29.700Z | Compiling crossbeam-channel v0.5.13 |
1384 | 2024-11-28T04:09:29.761Z | Compiling futures-executor v0.3.31 |
1385 | 2024-11-28T04:09:30.113Z | Compiling enum-as-inner v0.6.1 |
1386 | 2024-11-28T04:09:30.202Z | Compiling md-5 v0.10.6 |
1387 | 2024-11-28T04:09:30.296Z | Compiling async-stream-impl v0.3.6 |
1388 | 2024-11-28T04:09:30.347Z | Compiling num-integer v0.1.46 |
1389 | 2024-11-28T04:09:30.461Z | Compiling rustls-pemfile v2.2.0 |
1390 | 2024-11-28T04:09:30.838Z | Compiling idna v0.4.0 |
1391 | 2024-11-28T04:09:30.891Z | Compiling idna v0.3.0 |
1392 | 2024-11-28T04:09:31.219Z | Compiling hash32 v0.2.1 |
1393 | 2024-11-28T04:09:31.253Z | Compiling ff v0.13.0 |
1394 | 2024-11-28T04:09:31.477Z | Compiling is-terminal v0.4.13 |
1395 | 2024-11-28T04:09:31.580Z | Compiling object v0.36.5 |
1396 | 2024-11-28T04:09:31.609Z | Compiling dropshot v0.12.0 |
1397 | 2024-11-28T04:09:31.737Z | Compiling linked-hash-map v0.5.6 |
1398 | 2024-11-28T04:09:31.889Z | Compiling rustc-demangle v0.1.24 |
1399 | 2024-11-28T04:09:32.122Z | Compiling anyhow v1.0.93 |
1400 | 2024-11-28T04:09:32.556Z | Compiling utf-8 v0.7.6 |
1401 | 2024-11-28T04:09:32.612Z | Compiling take_mut v0.2.2 |
1402 | 2024-11-28T04:09:32.661Z | Compiling fallible-iterator v0.2.0 |
1403 | 2024-11-28T04:09:32.766Z | Compiling base16ct v0.2.0 |
1404 | 2024-11-28T04:09:32.786Z | Compiling dyn-clone v1.0.17 |
1405 | 2024-11-28T04:09:32.859Z | Compiling psl-types v2.0.11 |
1406 | 2024-11-28T04:09:32.889Z | Compiling smoltcp v0.9.1 |
1407 | 2024-11-28T04:09:32.997Z | Compiling num-bigint-dig v0.8.4 |
1408 | 2024-11-28T04:09:33.071Z | Compiling quick-error v1.2.3 |
1409 | 2024-11-28T04:09:33.091Z | Compiling portable-atomic v1.9.0 |
1410 | 2024-11-28T04:09:33.226Z | Compiling resolv-conf v0.7.0 |
1411 | 2024-11-28T04:09:33.315Z | Compiling publicsuffix v2.2.3 |
1412 | 2024-11-28T04:09:33.400Z | Compiling postgres-protocol v0.6.7 |
1413 | 2024-11-28T04:09:33.583Z | Compiling sec1 v0.7.3 |
1414 | 2024-11-28T04:09:34.301Z | Compiling tungstenite v0.24.0 |
1415 | 2024-11-28T04:09:34.411Z | Compiling lru-cache v0.1.2 |
1416 | 2024-11-28T04:09:34.697Z | Compiling async-stream v0.3.6 |
1417 | 2024-11-28T04:09:34.835Z | Compiling hickory-proto v0.24.1 |
1418 | 2024-11-28T04:09:35.021Z | Compiling slog-term v2.9.1 |
1419 | 2024-11-28T04:09:35.442Z | Compiling usdt v0.5.0 |
1420 | 2024-11-28T04:09:36.398Z | Compiling group v0.13.0 |
1421 | 2024-11-28T04:09:36.679Z | Compiling num-iter v0.1.45 |
1422 | 2024-11-28T04:09:36.862Z | Compiling futures v0.3.31 |
1423 | 2024-11-28T04:09:36.985Z | Compiling slog-bunyan v2.5.0 |
1424 | 2024-11-28T04:09:37.696Z | Compiling tokio-native-tls v0.3.1 |
1425 | 2024-11-28T04:09:37.970Z | Compiling toml v0.8.19 |
1426 | 2024-11-28T04:09:38.324Z | Compiling camino v1.1.9 |
1427 | 2024-11-28T04:09:38.919Z | Compiling phf_shared v0.11.2 |
1428 | 2024-11-28T04:09:39.304Z | Compiling backtrace v0.3.74 |
1429 | 2024-11-28T04:09:39.324Z | Compiling dropshot_endpoint v0.12.0 |
1430 | 2024-11-28T04:09:39.437Z | Compiling terminal_size v0.4.0 |
1431 | 2024-11-28T04:09:39.669Z | Compiling waitgroup v0.1.2 |
1432 | 2024-11-28T04:09:39.738Z | Compiling openapiv3 v2.0.0 |
1433 | 2024-11-28T04:09:39.803Z | Compiling serde_path_to_error v0.1.16 |
1434 | 2024-11-28T04:09:39.899Z | Compiling hkdf v0.12.4 |
1435 | 2024-11-28T04:09:40.178Z | Compiling crypto-bigint v0.5.5 |
1436 | 2024-11-28T04:09:40.675Z | Compiling curve25519-dalek-derive v0.1.1 |
1437 | 2024-11-28T04:09:42.311Z | Compiling zerocopy-derive v0.6.6 |
1438 | 2024-11-28T04:09:43.159Z | Compiling webpki-roots v0.26.6 |
1439 | 2024-11-28T04:09:43.386Z | Compiling idna v0.5.0 |
1440 | 2024-11-28T04:09:43.650Z | Compiling hubpack_derive v0.1.1 |
1441 | 2024-11-28T04:09:44.188Z | Compiling hostname v0.4.0 |
1442 | 2024-11-28T04:09:44.322Z | Compiling ahash v0.8.11 |
1443 | 2024-11-28T04:09:44.455Z | Compiling fs-err v2.11.0 |
1444 | 2024-11-28T04:09:44.595Z | Compiling crc32fast v1.4.2 |
1445 | 2024-11-28T04:09:44.647Z | Compiling debug-ignore v1.0.5 |
1446 | 2024-11-28T04:09:44.669Z | Compiling bitflags v1.3.2 |
1447 | 2024-11-28T04:09:44.736Z | Compiling winnow v0.5.40 |
1448 | 2024-11-28T04:09:44.780Z | Compiling managed v0.8.0 |
1449 | 2024-11-28T04:09:44.804Z | Compiling console v0.15.8 |
1450 | 2024-11-28T04:09:44.933Z | Compiling flate2 v1.0.35 |
1451 | 2024-11-28T04:09:45.230Z | Compiling strum_macros v0.25.3 |
1452 | 2024-11-28T04:09:45.800Z | Compiling clap_builder v4.5.21 |
1453 | 2024-11-28T04:09:46.186Z | Compiling zerocopy v0.6.6 |
1454 | 2024-11-28T04:09:46.533Z | Compiling hubpack v0.1.2 |
1455 | 2024-11-28T04:09:46.703Z | Compiling cookie_store v0.21.0 |
1456 | 2024-11-28T04:09:47.012Z | Compiling elliptic-curve v0.13.8 |
1457 | 2024-11-28T04:09:47.353Z | Compiling hickory-resolver v0.24.1 |
1458 | 2024-11-28T04:09:48.361Z | Compiling phf v0.11.2 |
1459 | 2024-11-28T04:09:48.677Z | Compiling toml_edit v0.19.15 |
1460 | 2024-11-28T04:09:48.822Z | Compiling signal-hook-mio v0.2.4 |
1461 | 2024-11-28T04:09:48.863Z | Compiling hyper-tls v0.6.0 |
1462 | 2024-11-28T04:09:48.982Z | Compiling rayon v1.10.0 |
1463 | 2024-11-28T04:09:49.294Z | Compiling bzip2 v0.4.4 |
1464 | 2024-11-28T04:09:49.697Z | Compiling tokio-tungstenite v0.24.0 |
1465 | 2024-11-28T04:09:51.709Z | Compiling postgres-types v0.2.8 |
1466 | 2024-11-28T04:09:53.279Z | Compiling ed25519 v2.2.3 |
1467 | 2024-11-28T04:09:54.026Z | Compiling phf_shared v0.10.0 |
1468 | 2024-11-28T04:09:54.450Z | Compiling tokio-stream v0.1.16 |
1469 | 2024-11-28T04:09:54.505Z | Compiling pkcs1 v0.7.5 |
1470 | 2024-11-28T04:09:55.260Z | Compiling serde-big-array v0.5.1 |
1471 | 2024-11-28T04:09:55.373Z | Compiling clap_derive v4.5.18 |
1472 | 2024-11-28T04:09:55.510Z | Compiling rfc6979 v0.4.0 |
1473 | 2024-11-28T04:09:55.538Z | Compiling derive-where v1.2.7 |
1474 | 2024-11-28T04:09:55.613Z | Compiling serde_repr v0.1.19 |
1475 | 2024-11-28T04:09:55.698Z | Compiling float-cmp v0.9.0 |
1476 | 2024-11-28T04:09:55.718Z | Compiling bstr v1.10.0 |
1477 | 2024-11-28T04:09:55.924Z | Compiling sync_wrapper v1.0.1 |
1478 | 2024-11-28T04:09:56.089Z | Compiling predicates-core v1.0.8 |
1479 | 2024-11-28T04:09:56.476Z | Compiling difflib v0.4.0 |
1480 | 2024-11-28T04:09:56.877Z | Compiling unicode-width v0.2.0 |
1481 | 2024-11-28T04:09:56.962Z | Compiling unicode-segmentation v1.12.0 |
1482 | 2024-11-28T04:09:57.531Z | Compiling static_assertions v1.1.0 |
1483 | 2024-11-28T04:09:57.535Z | Compiling bit-vec v0.6.3 |
1484 | 2024-11-28T04:09:57.610Z | Compiling whoami v1.5.2 |
1485 | 2024-11-28T04:09:57.836Z | Compiling number_prefix v0.4.0 |
1486 | 2024-11-28T04:09:57.953Z | Compiling fixedbitset v0.4.2 |
1487 | 2024-11-28T04:09:58.067Z | Compiling normalize-line-endings v0.3.0 |
1488 | 2024-11-28T04:09:58.147Z | Compiling new_debug_unreachable v1.0.6 |
1489 | 2024-11-28T04:09:58.199Z | Compiling precomputed-hash v0.1.1 |
1490 | 2024-11-28T04:09:58.250Z | Compiling petgraph v0.6.5 |
1491 | 2024-11-28T04:09:58.271Z | Compiling predicates v3.1.2 |
1492 | 2024-11-28T04:09:58.323Z | Compiling string_cache v0.8.7 |
1493 | 2024-11-28T04:09:58.418Z | Compiling indicatif v0.17.9 |
1494 | 2024-11-28T04:09:58.838Z | Compiling tokio-postgres v0.7.12 |
1495 | 2024-11-28T04:09:59.270Z | Compiling bit-set v0.5.3 |
1496 | 2024-11-28T04:09:59.599Z | Compiling similar v2.6.0 |
1497 | 2024-11-28T04:10:00.102Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1498 | 2024-11-28T04:10:00.624Z | Compiling clap v4.5.21 |
1499 | 2024-11-28T04:10:00.761Z | Compiling ecdsa v0.16.9 |
1500 | 2024-11-28T04:10:00.782Z | Compiling rsa v0.9.6 |
1501 | 2024-11-28T04:10:01.666Z | Compiling ed25519-dalek v2.1.1 |
1502 | 2024-11-28T04:10:02.150Z | Compiling toml v0.7.8 |
1503 | 2024-11-28T04:10:02.508Z | Compiling zip v0.6.6 |
1504 | 2024-11-28T04:10:03.011Z | Compiling crossterm v0.28.1 |
1505 | 2024-11-28T04:10:04.391Z | Compiling hex v0.4.3 |
1506 | 2024-11-28T04:10:04.610Z | Compiling x509-cert v0.2.5 |
1507 | 2024-11-28T04:10:04.847Z | Compiling itertools v0.10.5 |
1508 | 2024-11-28T04:10:04.868Z | Compiling lalrpop-util v0.19.12 |
1509 | 2024-11-28T04:10:05.020Z | Compiling unicode-xid v0.2.6 |
1510 | 2024-11-28T04:10:05.196Z | Compiling peg-runtime v0.8.3 |
1511 | 2024-11-28T04:10:05.230Z | Compiling strum_macros v0.26.4 |
1512 | 2024-11-28T04:10:05.935Z | Compiling xattr v1.3.1 |
1513 | 2024-11-28T04:10:06.200Z | Compiling filetime v0.2.25 |
1514 | 2024-11-28T04:10:06.516Z | Compiling tar v0.4.42 |
1515 | 2024-11-28T04:10:10.633Z | Compiling strum v0.26.3 |
1516 | 2024-11-28T04:10:13.458Z | Compiling aws-lc-sys v0.22.0 |
1517 | 2024-11-28T04:10:45.516Z | Compiling rustls-webpki v0.102.8 |
1518 | 2024-11-28T04:10:49.127Z | Compiling tokio-rustls v0.25.0 |
1519 | 2024-11-28T04:10:50.834Z | Compiling tokio-rustls v0.26.0 |
1520 | 2024-11-28T04:10:51.302Z | Compiling hyper-rustls v0.27.3 |
1521 | 2024-11-28T04:10:51.656Z | Compiling reqwest v0.12.9 |
1522 | 2024-11-28T04:10:53.019Z | Compiling qorb v0.2.1 |
1523 | 2024-11-28T04:10:57.864Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1524 | 2024-11-28T04:10:58.115Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1525 | 2024-11-28T04:11:04.183Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 33s |
1526 | 2024-11-28T04:11:04.346Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1527 | 2024-11-28T04:11:04.399Z | Nov 28 04:11:03.384 INFO Starting download, target: Console |
1528 | 2024-11-28T04:11:04.399Z | Nov 28 04:11:03.384 INFO Starting download, target: Cockroach |
1529 | 2024-11-28T04:11:04.403Z | Nov 28 04:11:03.384 INFO Starting download, target: Clickhouse |
1530 | 2024-11-28T04:11:04.403Z | Nov 28 04:11:03.384 INFO Starting download, target: DendriteOpenapi |
1531 | 2024-11-28T04:11:04.403Z | Nov 28 04:11:03.384 INFO Starting download, target: DendriteStub |
1532 | 2024-11-28T04:11:04.403Z | Nov 28 04:11:03.384 INFO Starting download, target: MaghemiteMgd |
1533 | 2024-11-28T04:11:04.403Z | Nov 28 04:11:03.384 INFO Starting download, target: TransceiverControl |
1534 | 2024-11-28T04:11:04.403Z | Nov 28 04:11:03.385 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1535 | 2024-11-28T04:11:04.403Z | Nov 28 04:11:03.385 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1536 | 2024-11-28T04:11:04.403Z | Nov 28 04:11:03.385 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1537 | 2024-11-28T04:11:04.403Z | Nov 28 04:11:03.385 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1538 | 2024-11-28T04:11:04.403Z | Nov 28 04:11:03.385 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1539 | 2024-11-28T04:11:04.403Z | Nov 28 04:11:03.385 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1540 | 2024-11-28T04:11:04.403Z | Nov 28 04:11:03.385 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1541 | 2024-11-28T04:11:04.626Z | Nov 28 04:11:03.609 INFO Download complete, target: DendriteOpenapi |
1542 | 2024-11-28T04:11:04.793Z | Nov 28 04:11:03.773 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1543 | 2024-11-28T04:11:04.987Z | Nov 28 04:11:03.968 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1544 | 2024-11-28T04:11:05.293Z | Nov 28 04:11:04.277 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1545 | 2024-11-28T04:11:05.314Z | Nov 28 04:11:04.298 INFO Download complete, target: Console |
1546 | 2024-11-28T04:11:05.466Z | Nov 28 04:11:04.430 INFO Download complete, target: TransceiverControl |
1547 | 2024-11-28T04:11:05.493Z | Nov 28 04:11:04.455 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1548 | 2024-11-28T04:11:06.427Z | Nov 28 04:11:05.392 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1549 | 2024-11-28T04:11:06.772Z | Nov 28 04:11:05.750 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1550 | 2024-11-28T04:11:06.772Z | Nov 28 04:11:05.750 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1551 | 2024-11-28T04:11:08.287Z | Nov 28 04:11:07.272 INFO Download complete, target: MaghemiteMgd |
1552 | 2024-11-28T04:11:08.315Z | Nov 28 04:11:07.300 INFO Download complete, target: DendriteStub |
1553 | 2024-11-28T04:11:13.866Z | Nov 28 04:11:12.851 INFO Checking that binary works, target: Cockroach |
1554 | 2024-11-28T04:11:14.019Z | Nov 28 04:11:13.004 INFO Download complete, target: Cockroach |
1555 | 2024-11-28T04:11:18.340Z | Nov 28 04:11:17.324 INFO Checking that binary works, target: Clickhouse |
1556 | 2024-11-28T04:11:18.774Z | Nov 28 04:11:17.758 INFO Download complete, target: Clickhouse |
1557 | 2024-11-28T04:11:18.781Z | All prerequisites installed successfully |
1558 | 2024-11-28T04:11:18.783Z | |
1559 | 2024-11-28T04:11:18.783Z | real 6:16.147603481 |
1560 | 2024-11-28T04:11:18.783Z | user 16:50.388369089 |
1561 | 2024-11-28T04:11:18.783Z | sys 3:17.958921336 |
1562 | 2024-11-28T04:11:18.783Z | trap 0.578917141 |
1563 | 2024-11-28T04:11:18.783Z | tflt 4.684321457 |
1564 | 2024-11-28T04:11:18.783Z | dflt 4.752302826 |
1565 | 2024-11-28T04:11:18.783Z | kflt 0.202118800 |
1566 | 2024-11-28T04:11:18.783Z | lock 30:07.176218251 |
1567 | 2024-11-28T04:11:18.783Z | slp 1:05:57.502108551 |
1568 | 2024-11-28T04:11:18.784Z | lat 55.509874387 |
1569 | 2024-11-28T04:11:18.784Z | stop 2:23.064084303 |
1570 | 2024-11-28T04:11:18.784Z | + ptime -m cargo xtask download softnpu |
1571 | 2024-11-28T04:11:19.391Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1572 | 2024-11-28T04:11:19.439Z | Running `target/debug/xtask download softnpu` |
1573 | 2024-11-28T04:11:20.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
1574 | 2024-11-28T04:11:20.322Z | Running `target/debug/xtask-downloader softnpu` |
1575 | 2024-11-28T04:11:20.362Z | Nov 28 04:11:19.346 INFO Starting download, target: Softnpu |
1576 | 2024-11-28T04:11:20.366Z | Nov 28 04:11:19.346 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1577 | 2024-11-28T04:11:20.822Z | Nov 28 04:11:19.806 INFO Download complete, target: Softnpu |
1578 | 2024-11-28T04:11:20.826Z | |
1579 | 2024-11-28T04:11:20.829Z | real 2.038395533 |
1580 | 2024-11-28T04:11:20.829Z | user 1.350301451 |
1581 | 2024-11-28T04:11:20.829Z | sys 0.565372174 |
1582 | 2024-11-28T04:11:20.829Z | trap 0.000847369 |
1583 | 2024-11-28T04:11:20.829Z | tflt 0.000016018 |
1584 | 2024-11-28T04:11:20.829Z | dflt 0.000001299 |
1585 | 2024-11-28T04:11:20.829Z | kflt 0.000000000 |
1586 | 2024-11-28T04:11:20.829Z | lock 4.700839919 |
1587 | 2024-11-28T04:11:20.829Z | slp 0.294545789 |
1588 | 2024-11-28T04:11:20.829Z | lat 0.066632659 |
1589 | 2024-11-28T04:11:20.829Z | stop 0.000165879 |
1590 | 2024-11-28T04:11:20.829Z | + export CARGO_INCREMENTAL=0 |
1591 | 2024-11-28T04:11:20.829Z | + CARGO_INCREMENTAL=0 |
1592 | 2024-11-28T04:11:20.829Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1593 | 2024-11-28T04:11:21.842Z | Compiling proc-macro2 v1.0.89 |
1594 | 2024-11-28T04:11:21.842Z | Compiling unicode-ident v1.0.13 |
1595 | 2024-11-28T04:11:21.845Z | Compiling libc v0.2.162 |
1596 | 2024-11-28T04:11:21.845Z | Compiling serde v1.0.215 |
1597 | 2024-11-28T04:11:21.845Z | Compiling autocfg v1.4.0 |
1598 | 2024-11-28T04:11:21.845Z | Compiling version_check v0.9.5 |
1599 | 2024-11-28T04:11:21.845Z | Compiling cfg-if v1.0.0 |
1600 | 2024-11-28T04:11:22.105Z | Compiling memchr v2.7.4 |
1601 | 2024-11-28T04:11:22.126Z | Compiling typenum v1.17.0 |
1602 | 2024-11-28T04:11:22.144Z | Compiling shlex v1.3.0 |
1603 | 2024-11-28T04:11:22.513Z | Compiling value-bag v1.9.0 |
1604 | 2024-11-28T04:11:22.725Z | Compiling generic-array v0.14.7 |
1605 | 2024-11-28T04:11:22.854Z | Compiling lock_api v0.4.12 |
1606 | 2024-11-28T04:11:22.965Z | Compiling log v0.4.22 |
1607 | 2024-11-28T04:11:23.004Z | Compiling scopeguard v1.2.0 |
1608 | 2024-11-28T04:11:23.173Z | Compiling parking_lot_core v0.9.10 |
1609 | 2024-11-28T04:11:23.473Z | Compiling once_cell v1.20.2 |
1610 | 2024-11-28T04:11:23.575Z | Compiling serde_json v1.0.132 |
1611 | 2024-11-28T04:11:23.782Z | Compiling quote v1.0.37 |
1612 | 2024-11-28T04:11:23.820Z | Compiling rustix v0.38.37 |
1613 | 2024-11-28T04:11:23.880Z | Compiling jobserver v0.1.32 |
1614 | 2024-11-28T04:11:23.895Z | Compiling getrandom v0.2.15 |
1615 | 2024-11-28T04:11:24.258Z | Compiling syn v2.0.87 |
1616 | 2024-11-28T04:11:24.384Z | Compiling cc v1.1.30 |
1617 | 2024-11-28T04:11:24.434Z | Compiling thiserror v1.0.69 |
1618 | 2024-11-28T04:11:24.466Z | Compiling libm v0.2.8 |
1619 | 2024-11-28T04:11:24.484Z | Compiling aho-corasick v1.1.3 |
1620 | 2024-11-28T04:11:24.502Z | Compiling regex-syntax v0.8.5 |
1621 | 2024-11-28T04:11:24.694Z | Compiling num-traits v0.2.19 |
1622 | 2024-11-28T04:11:24.792Z | Compiling either v1.13.0 |
1623 | 2024-11-28T04:11:24.931Z | Compiling itoa v1.0.11 |
1624 | 2024-11-28T04:11:24.980Z | Compiling spin v0.9.8 |
1625 | 2024-11-28T04:11:25.192Z | Compiling slab v0.4.9 |
1626 | 2024-11-28T04:11:25.502Z | Compiling byteorder v1.5.0 |
1627 | 2024-11-28T04:11:25.651Z | Compiling errno v0.3.9 |
1628 | 2024-11-28T04:11:25.935Z | Compiling rand_core v0.6.4 |
1629 | 2024-11-28T04:11:25.981Z | Compiling lazy_static v1.5.0 |
1630 | 2024-11-28T04:11:26.112Z | Compiling glob v0.3.1 |
1631 | 2024-11-28T04:11:26.573Z | Compiling prettyplease v0.2.25 |
1632 | 2024-11-28T04:11:26.937Z | Compiling clang-sys v1.8.1 |
1633 | 2024-11-28T04:11:27.358Z | Compiling minimal-lexical v0.2.1 |
1634 | 2024-11-28T04:11:27.560Z | Compiling libloading v0.8.5 |
1635 | 2024-11-28T04:11:27.636Z | Compiling subtle v2.6.1 |
1636 | 2024-11-28T04:11:27.859Z | Compiling nom v7.1.3 |
1637 | 2024-11-28T04:11:27.911Z | Compiling allocator-api2 v0.2.18 |
1638 | 2024-11-28T04:11:28.087Z | Compiling home v0.5.9 |
1639 | 2024-11-28T04:11:28.197Z | Compiling regex-automata v0.4.8 |
1640 | 2024-11-28T04:11:28.213Z | Compiling bindgen v0.69.5 |
1641 | 2024-11-28T04:11:28.643Z | Compiling itertools v0.12.1 |
1642 | 2024-11-28T04:11:28.708Z | Compiling rustc-hash v1.1.0 |
1643 | 2024-11-28T04:11:28.813Z | Compiling smallvec v1.13.2 |
1644 | 2024-11-28T04:11:28.863Z | Compiling semver v1.0.23 |
1645 | 2024-11-28T04:11:29.338Z | Compiling lazycell v1.3.0 |
1646 | 2024-11-28T04:11:29.365Z | Compiling cmake v0.1.51 |
1647 | 2024-11-28T04:11:29.727Z | Compiling fs_extra v1.3.0 |
1648 | 2024-11-28T04:11:30.258Z | Compiling dunce v1.0.5 |
1649 | 2024-11-28T04:11:30.928Z | Compiling pkg-config v0.3.31 |
1650 | 2024-11-28T04:11:30.965Z | Compiling ring v0.17.8 |
1651 | 2024-11-28T04:11:31.560Z | Compiling cexpr v0.6.0 |
1652 | 2024-11-28T04:11:31.736Z | Compiling pin-project-lite v0.2.14 |
1653 | 2024-11-28T04:11:31.865Z | Compiling ryu v1.0.18 |
1654 | 2024-11-28T04:11:31.926Z | Compiling const-oid v0.9.6 |
1655 | 2024-11-28T04:11:31.947Z | Compiling paste v1.0.15 |
1656 | 2024-11-28T04:11:32.133Z | Compiling synstructure v0.13.1 |
1657 | 2024-11-28T04:11:32.377Z | Compiling fnv v1.0.7 |
1658 | 2024-11-28T04:11:33.108Z | Compiling aws-lc-rs v1.10.0 |
1659 | 2024-11-28T04:11:33.151Z | Compiling httparse v1.9.5 |
1660 | 2024-11-28T04:11:33.515Z | Compiling equivalent v1.0.1 |
1661 | 2024-11-28T04:11:33.560Z | Compiling foldhash v0.1.3 |
1662 | 2024-11-28T04:11:33.799Z | Compiling regex v1.11.1 |
1663 | 2024-11-28T04:11:33.850Z | Compiling hashbrown v0.15.0 |
1664 | 2024-11-28T04:11:33.895Z | Compiling schemars v0.8.21 |
1665 | 2024-11-28T04:11:34.724Z | Compiling heck v0.5.0 |
1666 | 2024-11-28T04:11:34.880Z | Compiling serde_derive_internals v0.29.1 |
1667 | 2024-11-28T04:11:35.005Z | Compiling signal-hook-registry v1.4.2 |
1668 | 2024-11-28T04:11:35.190Z | Compiling parking_lot v0.12.3 |
1669 | 2024-11-28T04:11:35.248Z | Compiling mio v1.0.2 |
1670 | 2024-11-28T04:11:37.175Z | Compiling stable_deref_trait v1.2.0 |
1671 | 2024-11-28T04:11:37.227Z | Compiling crossbeam-utils v0.8.20 |
1672 | 2024-11-28T04:11:37.230Z | Compiling socket2 v0.5.7 |
1673 | 2024-11-28T04:11:37.315Z | Compiling num-conv v0.1.0 |
1674 | 2024-11-28T04:11:37.649Z | Compiling serde_derive v1.0.215 |
1675 | 2024-11-28T04:11:37.728Z | Compiling zeroize_derive v1.4.2 |
1676 | 2024-11-28T04:11:38.037Z | Compiling zerocopy-derive v0.7.35 |
1677 | 2024-11-28T04:11:38.617Z | Compiling thiserror-impl v1.0.69 |
1678 | 2024-11-28T04:11:38.865Z | Compiling tokio-macros v2.4.0 |
1679 | 2024-11-28T04:11:39.126Z | Compiling zerofrom-derive v0.1.4 |
1680 | 2024-11-28T04:11:39.192Z | Compiling zeroize v1.8.1 |
1681 | 2024-11-28T04:11:39.571Z | Compiling yoke-derive v0.7.4 |
1682 | 2024-11-28T04:11:39.724Z | Compiling futures-macro v0.3.31 |
1683 | 2024-11-28T04:11:40.116Z | Compiling zerovec-derive v0.10.3 |
1684 | 2024-11-28T04:11:40.405Z | Compiling zerocopy v0.7.35 |
1685 | 2024-11-28T04:11:41.428Z | Compiling displaydoc v0.2.5 |
1686 | 2024-11-28T04:11:41.719Z | Compiling crypto-common v0.1.6 |
1687 | 2024-11-28T04:11:41.917Z | Compiling tracing-attributes v0.1.27 |
1688 | 2024-11-28T04:11:42.006Z | Compiling icu_provider_macros v1.5.0 |
1689 | 2024-11-28T04:11:42.206Z | Compiling block-buffer v0.10.4 |
1690 | 2024-11-28T04:11:42.464Z | Compiling digest v0.10.7 |
1691 | 2024-11-28T04:11:42.574Z | Compiling schemars_derive v0.8.21 |
1692 | 2024-11-28T04:11:42.870Z | Compiling der_derive v0.7.3 |
1693 | 2024-11-28T04:11:42.888Z | Compiling time-core v0.1.2 |
1694 | 2024-11-28T04:11:43.054Z | Compiling futures-core v0.3.31 |
1695 | 2024-11-28T04:11:43.071Z | Compiling time-macros v0.2.18 |
1696 | 2024-11-28T04:11:43.623Z | Compiling vcpkg v0.2.15 |
1697 | 2024-11-28T04:11:45.335Z | Compiling openssl-sys v0.9.103 |
1698 | 2024-11-28T04:11:45.970Z | Compiling cpufeatures v0.2.14 |
1699 | 2024-11-28T04:11:46.073Z | Compiling slog v2.7.0 |
1700 | 2024-11-28T04:11:46.251Z | Compiling futures-sink v0.3.31 |
1701 | 2024-11-28T04:11:46.465Z | Compiling ahash v0.8.11 |
1702 | 2024-11-28T04:11:46.516Z | Compiling syn v1.0.109 |
1703 | 2024-11-28T04:11:46.815Z | Compiling zerofrom v0.1.4 |
1704 | 2024-11-28T04:11:47.064Z | Compiling scroll_derive v0.12.0 |
1705 | 2024-11-28T04:11:47.081Z | Compiling ucd-trie v0.1.7 |
1706 | 2024-11-28T04:11:47.182Z | Compiling iana-time-zone v0.1.61 |
1707 | 2024-11-28T04:11:47.571Z | Compiling pest v2.7.14 |
1708 | 2024-11-28T04:11:47.767Z | Compiling yoke v0.7.4 |
1709 | 2024-11-28T04:11:47.871Z | Compiling futures-channel v0.3.31 |
1710 | 2024-11-28T04:11:48.320Z | Compiling hmac v0.12.1 |
1711 | 2024-11-28T04:11:48.546Z | Compiling futures-io v0.3.31 |
1712 | 2024-11-28T04:11:48.705Z | Compiling futures-task v0.3.31 |
1713 | 2024-11-28T04:11:48.818Z | Compiling pin-utils v0.1.0 |
1714 | 2024-11-28T04:11:48.999Z | Compiling openssl v0.10.66 |
1715 | 2024-11-28T04:11:49.042Z | Compiling futures-util v0.3.31 |
1716 | 2024-11-28T04:11:49.417Z | Compiling zerovec v0.10.4 |
1717 | 2024-11-28T04:11:49.644Z | Compiling block-padding v0.3.3 |
1718 | 2024-11-28T04:11:50.024Z | Compiling tinyvec_macros v0.1.1 |
1719 | 2024-11-28T04:11:50.476Z | Compiling pest_meta v2.7.14 |
1720 | 2024-11-28T04:11:50.574Z | Compiling tinyvec v1.8.0 |
1721 | 2024-11-28T04:11:51.583Z | Compiling bitflags v2.6.0 |
1722 | 2024-11-28T04:11:51.604Z | Compiling bytes v1.8.0 |
1723 | 2024-11-28T04:11:53.564Z | Compiling indexmap v2.6.0 |
1724 | 2024-11-28T04:11:54.632Z | Compiling tokio v1.40.0 |
1725 | 2024-11-28T04:11:55.200Z | Compiling serde_tokenstream v0.2.2 |
1726 | 2024-11-28T04:11:55.585Z | Compiling http v1.1.0 |
1727 | 2024-11-28T04:11:55.806Z | Compiling uuid v1.11.0 |
1728 | 2024-11-28T04:11:55.998Z | Compiling rustc_version v0.4.1 |
1729 | 2024-11-28T04:11:56.642Z | Compiling which v4.4.2 |
1730 | 2024-11-28T04:11:57.190Z | Compiling chrono v0.4.38 |
1731 | 2024-11-28T04:11:59.157Z | Compiling pest_generator v2.7.14 |
1732 | 2024-11-28T04:12:00.397Z | Compiling toml_datetime v0.6.8 |
1733 | 2024-11-28T04:12:00.860Z | Compiling serde_spanned v0.6.8 |
1734 | 2024-11-28T04:12:01.086Z | Compiling inout v0.1.3 |
1735 | 2024-11-28T04:12:01.341Z | Compiling openssl-macros v0.1.1 |
1736 | 2024-11-28T04:12:02.190Z | Compiling native-tls v0.2.12 |
1737 | 2024-11-28T04:12:02.566Z | Compiling rustls v0.23.14 |
1738 | 2024-11-28T04:12:02.856Z | Compiling strsim v0.11.1 |
1739 | 2024-11-28T04:12:03.593Z | Compiling cipher v0.4.4 |
1740 | 2024-11-28T04:12:04.084Z | Compiling pest_derive v2.7.14 |
1741 | 2024-11-28T04:12:04.215Z | Compiling unicode-normalization v0.1.24 |
1742 | 2024-11-28T04:12:04.436Z | Compiling tinystr v0.7.6 |
1743 | 2024-11-28T04:12:04.851Z | Compiling sha2 v0.10.8 |
1744 | 2024-11-28T04:12:04.901Z | Compiling tracing-core v0.1.32 |
1745 | 2024-11-28T04:12:05.281Z | Compiling usdt-impl v0.5.0 |
1746 | 2024-11-28T04:12:05.349Z | Compiling writeable v0.5.5 |
1747 | 2024-11-28T04:12:05.616Z | Compiling unicode-bidi v0.3.17 |
1748 | 2024-11-28T04:12:05.662Z | Compiling litemap v0.7.3 |
1749 | 2024-11-28T04:12:05.685Z | Compiling dyn-clone v1.0.17 |
1750 | 2024-11-28T04:12:05.871Z | Compiling base64ct v1.6.0 |
1751 | 2024-11-28T04:12:06.048Z | Compiling icu_locid v1.5.0 |
1752 | 2024-11-28T04:12:06.451Z | Compiling pem-rfc7468 v0.7.0 |
1753 | 2024-11-28T04:12:06.892Z | Compiling tracing v0.1.40 |
1754 | 2024-11-28T04:12:07.690Z | Compiling scroll v0.12.0 |
1755 | 2024-11-28T04:12:07.843Z | Compiling ppv-lite86 v0.2.20 |
1756 | 2024-11-28T04:12:08.209Z | Compiling async-trait v0.1.83 |
1757 | 2024-11-28T04:12:08.543Z | Compiling cookie v0.18.1 |
1758 | 2024-11-28T04:12:09.188Z | Compiling camino v1.1.9 |
1759 | 2024-11-28T04:12:10.086Z | Compiling plain v0.2.3 |
1760 | 2024-11-28T04:12:10.257Z | Compiling anyhow v1.0.93 |
1761 | 2024-11-28T04:12:10.492Z | Compiling flagset v0.4.6 |
1762 | 2024-11-28T04:12:10.743Z | Compiling der v0.7.9 |
1763 | 2024-11-28T04:12:10.816Z | Compiling goblin v0.8.2 |
1764 | 2024-11-28T04:12:10.872Z | Compiling aws-lc-sys v0.22.0 |
1765 | 2024-11-28T04:12:15.968Z | Compiling rand_chacha v0.3.1 |
1766 | 2024-11-28T04:12:17.422Z | Compiling icu_provider v1.5.0 |
1767 | 2024-11-28T04:12:18.366Z | Compiling pretty-hex v0.4.1 |
1768 | 2024-11-28T04:12:18.580Z | Compiling icu_locid_transform_data v1.5.0 |
1769 | 2024-11-28T04:12:18.697Z | Compiling rustls-pki-types v1.9.0 |
1770 | 2024-11-28T04:12:19.156Z | Compiling rayon-core v1.12.1 |
1771 | 2024-11-28T04:12:19.440Z | Compiling rustls v0.22.4 |
1772 | 2024-11-28T04:12:19.700Z | Compiling untrusted v0.7.1 |
1773 | 2024-11-28T04:12:19.889Z | Compiling percent-encoding v2.3.1 |
1774 | 2024-11-28T04:12:20.273Z | Compiling icu_locid_transform v1.5.0 |
1775 | 2024-11-28T04:12:20.365Z | Compiling dof v0.3.0 |
1776 | 2024-11-28T04:12:20.884Z | Compiling rand v0.8.5 |
1777 | 2024-11-28T04:12:21.368Z | Compiling spki v0.7.3 |
1778 | 2024-11-28T04:12:21.734Z | Compiling dtrace-parser v0.2.0 |
1779 | 2024-11-28T04:12:21.774Z | Compiling salsa20 v0.10.2 |
1780 | 2024-11-28T04:12:22.048Z | Compiling tokio-util v0.7.12 |
1781 | 2024-11-28T04:12:22.472Z | Compiling icu_collections v1.5.0 |
1782 | 2024-11-28T04:12:22.589Z | Compiling pbkdf2 v0.12.2 |
1783 | 2024-11-28T04:12:23.380Z | Compiling thread-id v4.2.2 |
1784 | 2024-11-28T04:12:23.487Z | Compiling untrusted v0.9.0 |
1785 | 2024-11-28T04:12:23.506Z | Compiling winnow v0.5.40 |
1786 | 2024-11-28T04:12:23.509Z | Compiling powerfmt v0.2.0 |
1787 | 2024-11-28T04:12:23.679Z | Compiling mirai-annotations v1.12.0 |
1788 | 2024-11-28T04:12:23.923Z | Compiling icu_properties_data v1.5.0 |
1789 | 2024-11-28T04:12:24.077Z | Compiling deranged v0.3.11 |
1790 | 2024-11-28T04:12:24.171Z | Compiling icu_properties v1.5.1 |
1791 | 2024-11-28T04:12:27.517Z | Compiling toml_edit v0.19.15 |
1792 | 2024-11-28T04:12:29.015Z | Compiling scrypt v0.11.0 |
1793 | 2024-11-28T04:12:29.035Z | Compiling aes v0.8.4 |
1794 | 2024-11-28T04:12:29.552Z | Compiling cbc v0.1.2 |
1795 | 2024-11-28T04:12:29.933Z | Compiling multer v3.1.0 |
1796 | 2024-11-28T04:12:29.977Z | Compiling slog-async v2.8.0 |
1797 | 2024-11-28T04:12:30.226Z | Compiling icu_normalizer_data v1.5.0 |
1798 | 2024-11-28T04:12:30.283Z | Compiling write16 v1.0.0 |
1799 | 2024-11-28T04:12:30.340Z | Compiling atomic-waker v1.1.2 |
1800 | 2024-11-28T04:12:30.411Z | Compiling utf16_iter v1.0.5 |
1801 | 2024-11-28T04:12:30.434Z | Compiling num_threads v0.1.7 |
1802 | 2024-11-28T04:12:30.719Z | Compiling utf8_iter v1.0.4 |
1803 | 2024-11-28T04:12:30.932Z | Compiling rustversion v1.0.17 |
1804 | 2024-11-28T04:12:30.971Z | Compiling icu_normalizer v1.5.0 |
1805 | 2024-11-28T04:12:31.624Z | Compiling time v0.3.36 |
1806 | 2024-11-28T04:12:32.710Z | Compiling pkcs5 v0.7.1 |
1807 | 2024-11-28T04:12:34.405Z | Compiling form_urlencoded v1.2.1 |
1808 | 2024-11-28T04:12:34.701Z | Compiling http-body v1.0.1 |
1809 | 2024-11-28T04:12:35.055Z | Compiling heapless v0.7.17 |
1810 | 2024-11-28T04:12:35.602Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1811 | 2024-11-28T04:12:36.111Z | Compiling try-lock v0.2.5 |
1812 | 2024-11-28T04:12:36.280Z | Compiling signal-hook v0.3.17 |
1813 | 2024-11-28T04:12:37.181Z | Compiling want v0.3.1 |
1814 | 2024-11-28T04:12:38.453Z | Compiling pkcs8 v0.10.2 |
1815 | 2024-11-28T04:12:38.751Z | Compiling idna_adapter v1.2.0 |
1816 | 2024-11-28T04:12:39.125Z | Compiling h2 v0.4.6 |
1817 | 2024-11-28T04:12:40.250Z | Compiling usdt-attr-macro v0.5.0 |
1818 | 2024-11-28T04:12:41.771Z | Compiling usdt-macro v0.5.0 |
1819 | 2024-11-28T04:12:42.382Z | Compiling async-stream-impl v0.3.6 |
1820 | 2024-11-28T04:12:42.612Z | Compiling adler2 v2.0.0 |
1821 | 2024-11-28T04:12:42.890Z | Compiling httpdate v1.0.3 |
1822 | 2024-11-28T04:12:43.620Z | Compiling miniz_oxide v0.8.0 |
1823 | 2024-11-28T04:12:44.415Z | Compiling idna v1.0.3 |
1824 | 2024-11-28T04:12:45.894Z | Compiling curve25519-dalek v4.1.3 |
1825 | 2024-11-28T04:12:46.302Z | Compiling hyper v1.5.0 |
1826 | 2024-11-28T04:12:46.830Z | Compiling openapiv3 v2.0.0 |
1827 | 2024-11-28T04:12:47.225Z | Compiling enum-as-inner v0.6.1 |
1828 | 2024-11-28T04:12:49.377Z | Compiling dropshot v0.12.0 |
1829 | 2024-11-28T04:12:49.679Z | Compiling tower-service v0.3.3 |
1830 | 2024-11-28T04:12:49.966Z | Compiling portable-atomic v1.9.0 |
1831 | 2024-11-28T04:12:50.194Z | Compiling base64 v0.22.1 |
1832 | 2024-11-28T04:12:50.849Z | Compiling match_cfg v0.1.0 |
1833 | 2024-11-28T04:12:51.122Z | Compiling smoltcp v0.9.1 |
1834 | 2024-11-28T04:12:51.192Z | Compiling num-bigint-dig v0.8.4 |
1835 | 2024-11-28T04:12:51.315Z | Compiling foreign-types-shared v0.1.1 |
1836 | 2024-11-28T04:12:51.479Z | Compiling foreign-types v0.3.2 |
1837 | 2024-11-28T04:12:51.621Z | Compiling hyper-util v0.1.10 |
1838 | 2024-11-28T04:12:51.640Z | Compiling hostname v0.3.1 |
1839 | 2024-11-28T04:12:54.734Z | Compiling url v2.5.3 |
1840 | 2024-11-28T04:12:59.261Z | Compiling dirs-sys-next v0.1.2 |
1841 | 2024-11-28T04:12:59.411Z | Compiling ident_case v1.0.1 |
1842 | 2024-11-28T04:12:59.616Z | Compiling siphasher v0.3.11 |
1843 | 2024-11-28T04:12:59.761Z | Compiling gimli v0.31.1 |
1844 | 2024-11-28T04:12:59.780Z | Compiling heck v0.4.1 |
1845 | 2024-11-28T04:12:59.981Z | Compiling data-encoding v2.6.0 |
1846 | 2024-11-28T04:13:00.244Z | Compiling darling_core v0.20.10 |
1847 | 2024-11-28T04:13:00.448Z | Compiling dirs-next v2.0.0 |
1848 | 2024-11-28T04:13:03.878Z | Compiling http-body-util v0.1.2 |
1849 | 2024-11-28T04:13:05.059Z | Compiling addr2line v0.24.2 |
1850 | 2024-11-28T04:13:06.478Z | Compiling crossbeam-epoch v0.9.18 |
1851 | 2024-11-28T04:13:06.916Z | Compiling hubpack_derive v0.1.1 |
1852 | 2024-11-28T04:13:07.206Z | Compiling dropshot_endpoint v0.12.0 |
1853 | 2024-11-28T04:13:07.554Z | Compiling sha1 v0.10.6 |
1854 | 2024-11-28T04:13:07.790Z | Compiling signature v2.2.0 |
1855 | 2024-11-28T04:13:07.956Z | Compiling curve25519-dalek-derive v0.1.1 |
1856 | 2024-11-28T04:13:08.035Z | Compiling zerocopy-derive v0.6.6 |
1857 | 2024-11-28T04:13:08.820Z | Compiling object v0.36.5 |
1858 | 2024-11-28T04:13:09.971Z | Compiling thread_local v1.1.8 |
1859 | 2024-11-28T04:13:10.041Z | Compiling fs-err v2.11.0 |
1860 | 2024-11-28T04:13:10.343Z | Compiling encoding_rs v0.8.34 |
1861 | 2024-11-28T04:13:11.300Z | Compiling rustc-demangle v0.1.24 |
1862 | 2024-11-28T04:13:13.603Z | Compiling anstyle v1.0.10 |
1863 | 2024-11-28T04:13:13.981Z | Compiling winnow v0.6.20 |
1864 | 2024-11-28T04:13:14.074Z | Compiling unicode-properties v0.1.3 |
1865 | 2024-11-28T04:13:17.912Z | Compiling mime v0.3.17 |
1866 | 2024-11-28T04:13:18.365Z | Compiling openssl-probe v0.1.5 |
1867 | 2024-11-28T04:13:19.008Z | Compiling ipnet v2.10.1 |
1868 | 2024-11-28T04:13:19.218Z | Compiling utf8parse v0.2.2 |
1869 | 2024-11-28T04:13:20.118Z | Compiling anstyle-parse v0.2.5 |
1870 | 2024-11-28T04:13:21.422Z | Compiling toml_edit v0.22.22 |
1871 | 2024-11-28T04:13:23.374Z | Compiling backtrace v0.3.74 |
1872 | 2024-11-28T04:13:25.368Z | Compiling rustls-webpki v0.102.8 |
1873 | 2024-11-28T04:13:26.060Z | Compiling stringprep v0.1.5 |
1874 | 2024-11-28T04:13:31.436Z | Compiling crossbeam-deque v0.8.5 |
1875 | 2024-11-28T04:13:31.791Z | Compiling darling_macro v0.20.10 |
1876 | 2024-11-28T04:13:34.183Z | Compiling term v0.7.0 |
1877 | 2024-11-28T04:13:34.507Z | Compiling slog-json v2.6.1 |
1878 | 2024-11-28T04:13:35.541Z | Compiling serde_urlencoded v0.7.1 |
1879 | 2024-11-28T04:13:36.261Z | Compiling crossbeam-channel v0.5.13 |
1880 | 2024-11-28T04:13:36.394Z | Compiling rustls-pemfile v2.2.0 |
1881 | 2024-11-28T04:13:36.726Z | Compiling hashbrown v0.14.5 |
1882 | 2024-11-28T04:13:37.460Z | Compiling idna v0.3.0 |
1883 | 2024-11-28T04:13:37.479Z | Compiling idna v0.4.0 |
1884 | 2024-11-28T04:13:38.128Z | Compiling futures-executor v0.3.31 |
1885 | 2024-11-28T04:13:38.876Z | Compiling num-integer v0.1.46 |
1886 | 2024-11-28T04:13:39.133Z | Compiling md-5 v0.10.6 |
1887 | 2024-11-28T04:13:39.348Z | Compiling ff v0.13.0 |
1888 | 2024-11-28T04:13:39.393Z | Compiling hash32 v0.2.1 |
1889 | 2024-11-28T04:13:39.597Z | Compiling memmap v0.7.0 |
1890 | 2024-11-28T04:13:39.656Z | Compiling is-terminal v0.4.13 |
1891 | 2024-11-28T04:13:39.787Z | Compiling colorchoice v1.0.2 |
1892 | 2024-11-28T04:13:39.923Z | Compiling take_mut v0.2.2 |
1893 | 2024-11-28T04:13:39.959Z | Compiling psl-types v2.0.11 |
1894 | 2024-11-28T04:13:40.097Z | Compiling is_terminal_polyfill v1.70.1 |
1895 | 2024-11-28T04:13:40.162Z | Compiling anstyle-query v1.1.1 |
1896 | 2024-11-28T04:13:40.239Z | Compiling utf-8 v0.7.6 |
1897 | 2024-11-28T04:13:40.324Z | Compiling fallible-iterator v0.2.0 |
1898 | 2024-11-28T04:13:40.538Z | Compiling quick-error v1.2.3 |
1899 | 2024-11-28T04:13:41.069Z | Compiling linked-hash-map v0.5.6 |
1900 | 2024-11-28T04:13:41.196Z | Compiling base16ct v0.2.0 |
1901 | 2024-11-28T04:13:42.380Z | Compiling lru-cache v0.1.2 |
1902 | 2024-11-28T04:13:42.593Z | Compiling sec1 v0.7.3 |
1903 | 2024-11-28T04:13:43.148Z | Compiling postgres-protocol v0.6.7 |
1904 | 2024-11-28T04:13:43.209Z | Compiling resolv-conf v0.7.0 |
1905 | 2024-11-28T04:13:43.795Z | Compiling tungstenite v0.24.0 |
1906 | 2024-11-28T04:13:43.901Z | Compiling anstream v0.6.15 |
1907 | 2024-11-28T04:13:44.358Z | Compiling publicsuffix v2.2.3 |
1908 | 2024-11-28T04:13:44.640Z | Compiling usdt v0.5.0 |
1909 | 2024-11-28T04:13:45.119Z | Compiling slog-term v2.9.1 |
1910 | 2024-11-28T04:13:45.858Z | Compiling group v0.13.0 |
1911 | 2024-11-28T04:13:46.172Z | Compiling num-iter v0.1.45 |
1912 | 2024-11-28T04:13:46.216Z | Compiling futures v0.3.31 |
1913 | 2024-11-28T04:13:46.335Z | Compiling hickory-proto v0.24.1 |
1914 | 2024-11-28T04:13:46.370Z | Compiling regress v0.10.1 |
1915 | 2024-11-28T04:13:50.748Z | Compiling slog-bunyan v2.5.0 |
1916 | 2024-11-28T04:13:50.814Z | Compiling tokio-rustls v0.26.0 |
1917 | 2024-11-28T04:13:50.834Z | Compiling darling v0.20.10 |
1918 | 2024-11-28T04:13:50.969Z | Compiling tokio-rustls v0.25.0 |
1919 | 2024-11-28T04:13:51.163Z | Compiling toml v0.8.19 |
1920 | 2024-11-28T04:13:51.267Z | Compiling tokio-native-tls v0.3.1 |
1921 | 2024-11-28T04:13:51.363Z | Compiling strum_macros v0.25.3 |
1922 | 2024-11-28T04:13:51.423Z | Compiling phf_shared v0.11.2 |
1923 | 2024-11-28T04:13:51.804Z | Compiling async-stream v0.3.6 |
1924 | 2024-11-28T04:13:51.878Z | Compiling waitgroup v0.1.2 |
1925 | 2024-11-28T04:13:52.086Z | Compiling webpki-roots v0.26.6 |
1926 | 2024-11-28T04:13:52.629Z | Compiling idna v0.5.0 |
1927 | 2024-11-28T04:13:52.754Z | Compiling terminal_size v0.4.0 |
1928 | 2024-11-28T04:13:52.972Z | Compiling serde_path_to_error v0.1.16 |
1929 | 2024-11-28T04:13:53.434Z | Compiling hkdf v0.12.4 |
1930 | 2024-11-28T04:13:53.980Z | Compiling crypto-bigint v0.5.5 |
1931 | 2024-11-28T04:13:54.067Z | Compiling serde_repr v0.1.19 |
1932 | 2024-11-28T04:13:54.352Z | Compiling clap_derive v4.5.18 |
1933 | 2024-11-28T04:13:55.079Z | Compiling derive-where v1.2.7 |
1934 | 2024-11-28T04:13:55.204Z | Compiling hostname v0.4.0 |
1935 | 2024-11-28T04:13:55.447Z | Compiling crc32fast v1.4.2 |
1936 | 2024-11-28T04:13:55.612Z | Compiling unicode-width v0.1.14 |
1937 | 2024-11-28T04:13:55.860Z | Compiling clap_lex v0.7.2 |
1938 | 2024-11-28T04:13:56.239Z | Compiling debug-ignore v1.0.5 |
1939 | 2024-11-28T04:13:56.306Z | Compiling managed v0.8.0 |
1940 | 2024-11-28T04:13:56.561Z | Compiling bitflags v1.3.2 |
1941 | 2024-11-28T04:13:57.923Z | Compiling elliptic-curve v0.13.8 |
1942 | 2024-11-28T04:13:59.129Z | Compiling clap_builder v4.5.21 |
1943 | 2024-11-28T04:14:00.384Z | Compiling console v0.15.8 |
1944 | 2024-11-28T04:14:00.868Z | Compiling flate2 v1.0.35 |
1945 | 2024-11-28T04:14:01.226Z | Compiling cookie_store v0.21.0 |
1946 | 2024-11-28T04:14:04.336Z | Compiling hyper-rustls v0.27.3 |
1947 | 2024-11-28T04:14:04.946Z | Compiling hickory-resolver v0.24.1 |
1948 | 2024-11-28T04:14:05.837Z | Compiling phf v0.11.2 |
1949 | 2024-11-28T04:14:07.174Z | Compiling hyper-tls v0.6.0 |
1950 | 2024-11-28T04:14:07.369Z | Compiling signal-hook-mio v0.2.4 |
1951 | 2024-11-28T04:14:07.530Z | Compiling typify-impl v0.2.0 |
1952 | 2024-11-28T04:14:07.550Z | Compiling rayon v1.10.0 |
1953 | 2024-11-28T04:14:07.577Z | Compiling bzip2 v0.4.4 |
1954 | 2024-11-28T04:14:07.726Z | Compiling tokio-tungstenite v0.24.0 |
1955 | 2024-11-28T04:14:07.964Z | Compiling postgres-types v0.2.8 |
1956 | 2024-11-28T04:14:08.777Z | Compiling zerocopy v0.6.6 |
1957 | 2024-11-28T04:14:09.411Z | Compiling ed25519 v2.2.3 |
1958 | 2024-11-28T04:14:09.708Z | Compiling hubpack v0.1.2 |
1959 | 2024-11-28T04:14:09.762Z | Compiling phf_shared v0.10.0 |
1960 | 2024-11-28T04:14:09.880Z | Compiling pkcs1 v0.7.5 |
1961 | 2024-11-28T04:14:10.178Z | Compiling tokio-stream v0.1.16 |
1962 | 2024-11-28T04:14:11.222Z | Compiling serde-big-array v0.5.1 |
1963 | 2024-11-28T04:14:11.347Z | Compiling rfc6979 v0.4.0 |
1964 | 2024-11-28T04:14:11.549Z | Compiling float-cmp v0.9.0 |
1965 | 2024-11-28T04:14:11.764Z | Compiling sync_wrapper v1.0.1 |
1966 | 2024-11-28T04:14:11.935Z | Compiling bstr v1.10.0 |
1967 | 2024-11-28T04:14:12.634Z | Compiling bit-vec v0.6.3 |
1968 | 2024-11-28T04:14:13.072Z | Compiling difflib v0.4.0 |
1969 | 2024-11-28T04:14:13.633Z | Compiling predicates-core v1.0.8 |
1970 | 2024-11-28T04:14:13.714Z | Compiling unicode-width v0.2.0 |
1971 | 2024-11-28T04:14:13.956Z | Compiling number_prefix v0.4.0 |
1972 | 2024-11-28T04:14:14.191Z | Compiling fixedbitset v0.4.2 |
1973 | 2024-11-28T04:14:14.255Z | Compiling normalize-line-endings v0.3.0 |
1974 | 2024-11-28T04:14:14.393Z | Compiling unicode-segmentation v1.12.0 |
1975 | 2024-11-28T04:14:14.397Z | Compiling new_debug_unreachable v1.0.6 |
1976 | 2024-11-28T04:14:14.520Z | Compiling whoami v1.5.2 |
1977 | 2024-11-28T04:14:14.673Z | Compiling precomputed-hash v0.1.1 |
1978 | 2024-11-28T04:14:14.806Z | Compiling static_assertions v1.1.0 |
1979 | 2024-11-28T04:14:14.914Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1980 | 2024-11-28T04:14:15.106Z | Compiling similar v2.6.0 |
1981 | 2024-11-28T04:14:15.239Z | Compiling tokio-postgres v0.7.12 |
1982 | 2024-11-28T04:14:17.090Z | Compiling string_cache v0.8.7 |
1983 | 2024-11-28T04:14:17.190Z | Compiling petgraph v0.6.5 |
1984 | 2024-11-28T04:14:17.548Z | Compiling predicates v3.1.2 |
1985 | 2024-11-28T04:14:19.092Z | Compiling indicatif v0.17.9 |
1986 | 2024-11-28T04:14:19.728Z | Compiling typify-macro v0.2.0 |
1987 | 2024-11-28T04:14:20.639Z | Compiling bit-set v0.5.3 |
1988 | 2024-11-28T04:14:21.121Z | Compiling reqwest v0.12.9 |
1989 | 2024-11-28T04:14:21.243Z | Compiling ecdsa v0.16.9 |
1990 | 2024-11-28T04:14:21.827Z | Compiling qorb v0.2.1 |
1991 | 2024-11-28T04:14:22.406Z | Compiling rsa v0.9.6 |
1992 | 2024-11-28T04:14:22.510Z | Compiling ed25519-dalek v2.1.1 |
1993 | 2024-11-28T04:14:23.397Z | Compiling zip v0.6.6 |
1994 | 2024-11-28T04:14:23.499Z | Compiling crossterm v0.28.1 |
1995 | 2024-11-28T04:14:23.542Z | Compiling clap v4.5.21 |
1996 | 2024-11-28T04:14:25.407Z | Compiling toml v0.7.8 |
1997 | 2024-11-28T04:14:25.842Z | Compiling x509-cert v0.2.5 |
1998 | 2024-11-28T04:14:27.137Z | Compiling hex v0.4.3 |
1999 | 2024-11-28T04:14:27.876Z | Compiling itertools v0.10.5 |
2000 | 2024-11-28T04:14:28.320Z | Compiling zerocopy v0.8.10 |
2001 | 2024-11-28T04:14:28.493Z | Compiling peg-runtime v0.8.3 |
2002 | 2024-11-28T04:14:28.645Z | Compiling unicode-xid v0.2.6 |
2003 | 2024-11-28T04:14:28.829Z | Compiling lalrpop-util v0.19.12 |
2004 | 2024-11-28T04:14:31.687Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2005 | 2024-11-28T04:14:35.243Z | Compiling proc-macro-crate v1.3.1 |
2006 | 2024-11-28T04:14:35.959Z | Compiling ipnetwork v0.20.0 |
2007 | 2024-11-28T04:14:36.137Z | Compiling macaddr v1.0.1 |
2008 | 2024-11-28T04:14:36.651Z | Compiling zerocopy-derive v0.8.10 |
2009 | 2024-11-28T04:14:36.770Z | Compiling itertools v0.13.0 |
2010 | 2024-11-28T04:14:39.715Z | Compiling heapless v0.8.0 |
2011 | 2024-11-28T04:14:40.184Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2012 | 2024-11-28T04:14:44.731Z | Compiling num_enum_derive v0.5.11 |
2013 | 2024-11-28T04:14:53.340Z | Compiling hash32 v0.3.1 |
2014 | 2024-11-28T04:14:54.081Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2015 | 2024-11-28T04:14:54.395Z | Compiling smoltcp v0.11.0 |
2016 | 2024-11-28T04:14:59.429Z | Compiling num_enum v0.5.11 |
2017 | 2024-11-28T04:14:59.625Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2018 | 2024-11-28T04:15:00.632Z | Compiling typify v0.2.0 |
2019 | 2024-11-28T04:15:01.147Z | Compiling proc-macro-error-attr v1.0.4 |
2020 | 2024-11-28T04:15:01.460Z | Compiling unsafe-libyaml v0.2.11 |
2021 | 2024-11-28T04:15:02.421Z | Compiling cobs v0.2.3 |
2022 | 2024-11-28T04:15:02.885Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2023 | 2024-11-28T04:15:03.217Z | Compiling serde_yaml v0.9.34+deprecated |
2024 | 2024-11-28T04:15:03.299Z | Compiling postcard v1.0.10 |
2025 | 2024-11-28T04:15:15.254Z | Compiling progenitor-impl v0.8.0 |
2026 | 2024-11-28T04:15:22.207Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2027 | 2024-11-28T04:15:32.588Z | Compiling strum_macros v0.26.4 |
2028 | 2024-11-28T04:15:34.068Z | Compiling structmeta-derive v0.3.0 |
2029 | 2024-11-28T04:15:34.101Z | Compiling foreign-types-macros v0.2.3 |
2030 | 2024-11-28T04:15:34.250Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2031 | 2024-11-28T04:15:34.318Z | Compiling proc-macro-error v1.0.4 |
2032 | 2024-11-28T04:15:34.486Z | Compiling foreign-types-shared v0.3.1 |
2033 | 2024-11-28T04:15:35.553Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2034 | 2024-11-28T04:15:36.011Z | Compiling newtype-uuid v1.1.3 |
2035 | 2024-11-28T04:15:36.730Z | Compiling structmeta v0.3.0 |
2036 | 2024-11-28T04:15:37.199Z | Compiling strum v0.26.3 |
2037 | 2024-11-28T04:15:37.404Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2038 | 2024-11-28T04:15:40.676Z | Compiling foreign-types v0.5.0 |
2039 | 2024-11-28T04:15:46.862Z | Compiling progenitor-macro v0.8.0 |
2040 | 2024-11-28T04:15:49.767Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2041 | 2024-11-28T04:15:51.068Z | Compiling progenitor-client v0.8.0 |
2042 | 2024-11-28T04:15:52.038Z | Compiling tabwriter v1.4.0 |
2043 | 2024-11-28T04:15:53.507Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2044 | 2024-11-28T04:15:54.326Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2045 | 2024-11-28T04:15:55.101Z | Compiling cstr-argument v0.1.2 |
2046 | 2024-11-28T04:15:55.196Z | Compiling dropshot v0.13.0 |
2047 | 2024-11-28T04:15:55.265Z | Compiling crucible-workspace-hack v0.1.0 |
2048 | 2024-11-28T04:15:55.387Z | Compiling pretty-hex v0.2.1 |
2049 | 2024-11-28T04:15:55.596Z | Compiling fastrand v2.1.1 |
2050 | 2024-11-28T04:15:55.928Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2051 | 2024-11-28T04:15:56.271Z | Compiling tempfile v3.13.0 |
2052 | 2024-11-28T04:15:56.403Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2053 | 2024-11-28T04:15:56.864Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2054 | 2024-11-28T04:15:57.152Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2055 | 2024-11-28T04:15:57.741Z | Compiling parse-display-derive v0.10.0 |
2056 | 2024-11-28T04:15:58.067Z | Compiling colored v2.1.0 |
2057 | 2024-11-28T04:15:58.404Z | Compiling serde_with_macros v3.11.0 |
2058 | 2024-11-28T04:15:59.301Z | Compiling dropshot_endpoint v0.13.0 |
2059 | 2024-11-28T04:15:59.755Z | Compiling progenitor v0.8.0 |
2060 | 2024-11-28T04:16:00.043Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2061 | 2024-11-28T04:16:00.800Z | Compiling instant v0.1.13 |
2062 | 2024-11-28T04:16:00.979Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2063 | 2024-11-28T04:16:01.018Z | Compiling serde_with v3.11.0 |
2064 | 2024-11-28T04:16:01.401Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2065 | 2024-11-28T04:16:01.672Z | Compiling parse-display v0.10.0 |
2066 | 2024-11-28T04:16:02.333Z | Compiling backoff v0.4.0 |
2067 | 2024-11-28T04:16:02.755Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2068 | 2024-11-28T04:16:02.987Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2069 | 2024-11-28T04:16:04.154Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2070 | 2024-11-28T04:16:04.490Z | Compiling zone_cfg_derive v0.3.0 |
2071 | 2024-11-28T04:16:04.785Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2072 | 2024-11-28T04:16:05.518Z | Compiling camino-tempfile v1.1.1 |
2073 | 2024-11-28T04:16:05.780Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2074 | 2024-11-28T04:16:05.910Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2075 | 2024-11-28T04:16:06.105Z | Compiling regress v0.9.1 |
2076 | 2024-11-28T04:16:06.272Z | Compiling num-derive v0.4.2 |
2077 | 2024-11-28T04:16:06.322Z | Compiling sigpipe v0.1.3 |
2078 | 2024-11-28T04:16:06.469Z | Compiling libefi-sys v0.1.0 |
2079 | 2024-11-28T04:16:06.759Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2080 | 2024-11-28T04:16:07.122Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2081 | 2024-11-28T04:16:08.507Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2082 | 2024-11-28T04:16:10.061Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2083 | 2024-11-28T04:16:10.435Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2084 | 2024-11-28T04:16:10.624Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2085 | 2024-11-28T04:16:13.601Z | Compiling zone v0.3.0 |
2086 | 2024-11-28T04:16:14.932Z | Compiling smf v0.2.3 |
2087 | 2024-11-28T04:16:15.014Z | Compiling bitfield-struct v0.6.2 |
2088 | 2024-11-28T04:16:16.403Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2089 | 2024-11-28T04:16:16.813Z | Compiling ring v0.16.20 |
2090 | 2024-11-28T04:16:17.071Z | Compiling blake3 v1.5.4 |
2091 | 2024-11-28T04:16:17.393Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2092 | 2024-11-28T04:16:18.100Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2093 | 2024-11-28T04:16:18.195Z | Compiling xattr v1.3.1 |
2094 | 2024-11-28T04:16:18.306Z | Compiling filetime v0.2.25 |
2095 | 2024-11-28T04:16:18.500Z | Compiling memmap2 v0.9.5 |
2096 | 2024-11-28T04:16:18.673Z | Compiling arrayref v0.3.9 |
2097 | 2024-11-28T04:16:18.785Z | Compiling same-file v1.0.6 |
2098 | 2024-11-28T04:16:19.074Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2099 | 2024-11-28T04:16:19.074Z | Compiling constant_time_eq v0.3.1 |
2100 | 2024-11-28T04:16:19.212Z | Compiling arrayvec v0.7.6 |
2101 | 2024-11-28T04:16:19.250Z | Compiling spin v0.5.2 |
2102 | 2024-11-28T04:16:19.295Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2103 | 2024-11-28T04:16:19.531Z | Compiling walkdir v2.5.0 |
2104 | 2024-11-28T04:16:20.884Z | Compiling tar v0.4.42 |
2105 | 2024-11-28T04:16:21.929Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2106 | 2024-11-28T04:16:22.351Z | Compiling gethostname v0.5.0 |
2107 | 2024-11-28T04:16:22.373Z | Compiling cargo-platform v0.1.8 |
2108 | 2024-11-28T04:16:22.436Z | Compiling topological-sort v0.2.2 |
2109 | 2024-11-28T04:16:22.717Z | Compiling cargo_metadata v0.18.1 |
2110 | 2024-11-28T04:16:26.850Z | Compiling omicron-zone-package v0.11.1 |
2111 | 2024-11-28T04:16:28.707Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2112 | 2024-11-28T04:16:30.304Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2113 | 2024-11-28T04:16:37.635Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2114 | 2024-11-28T04:16:53.148Z | Finished `release` profile [optimized] target(s) in 5m 32s |
2115 | 2024-11-28T04:16:53.313Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
2116 | 2024-11-28T04:16:53.363Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2117 | 2024-11-28T04:16:53.365Z | Created new build target 'test' and set it as active |
2118 | 2024-11-28T04:16:53.368Z | |
2119 | 2024-11-28T04:16:53.368Z | real 5:32.513063522 |
2120 | 2024-11-28T04:16:53.368Z | user 37:28.573084230 |
2121 | 2024-11-28T04:16:53.368Z | sys 4:57.086092985 |
2122 | 2024-11-28T04:16:53.368Z | trap 1.176937067 |
2123 | 2024-11-28T04:16:53.368Z | tflt 3.132531278 |
2124 | 2024-11-28T04:16:53.368Z | dflt 0.666326749 |
2125 | 2024-11-28T04:16:53.368Z | kflt 0.020184843 |
2126 | 2024-11-28T04:16:53.368Z | lock 1:18:46.329943964 |
2127 | 2024-11-28T04:16:53.368Z | slp 2:36:32.682022829 |
2128 | 2024-11-28T04:16:53.368Z | lat 2:35.207323563 |
2129 | 2024-11-28T04:16:53.368Z | stop 4:33.085921199 |
2130 | 2024-11-28T04:16:53.368Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2131 | 2024-11-28T04:16:54.384Z | Finished `release` profile [optimized] target(s) in 0.96s |
2132 | 2024-11-28T04:16:54.455Z | Running `target/release/omicron-package -t test package` |
2133 | 2024-11-28T04:16:54.504Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2134 | 2024-11-28T04:16:55.750Z | Compiling convert_case v0.4.0 |
2135 | 2024-11-28T04:16:55.753Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2136 | 2024-11-28T04:16:55.753Z | Compiling itertools v0.13.0 |
2137 | 2024-11-28T04:16:55.753Z | Compiling newline-converter v0.3.0 |
2138 | 2024-11-28T04:16:55.753Z | Compiling password-hash v0.5.0 |
2139 | 2024-11-28T04:16:55.753Z | Compiling progenitor-client v0.8.0 |
2140 | 2024-11-28T04:16:55.753Z | Compiling blake2 v0.10.6 |
2141 | 2024-11-28T04:16:55.947Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2142 | 2024-11-28T04:16:56.081Z | Compiling expectorate v1.1.0 |
2143 | 2024-11-28T04:16:56.104Z | Compiling cancel-safe-futures v0.1.5 |
2144 | 2024-11-28T04:16:56.285Z | Compiling owo-colors v4.1.0 |
2145 | 2024-11-28T04:16:56.414Z | Compiling progenitor v0.8.0 |
2146 | 2024-11-28T04:16:56.463Z | Compiling argon2 v0.5.3 |
2147 | 2024-11-28T04:16:56.595Z | Compiling num-rational v0.4.2 |
2148 | 2024-11-28T04:16:56.652Z | Compiling derive_more v0.99.18 |
2149 | 2024-11-28T04:16:56.672Z | Compiling num-complex v0.4.6 |
2150 | 2024-11-28T04:16:57.853Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2151 | 2024-11-28T04:16:58.126Z | Compiling num v0.4.3 |
2152 | 2024-11-28T04:16:58.134Z | Compiling atomicwrites v0.4.4 |
2153 | 2024-11-28T04:16:58.155Z | Compiling libsw v3.3.1 |
2154 | 2024-11-28T04:16:58.443Z | Compiling linear-map v1.2.0 |
2155 | 2024-11-28T04:16:58.515Z | Compiling indent_write v2.2.0 |
2156 | 2024-11-28T04:16:58.567Z | Compiling float-ord v0.3.2 |
2157 | 2024-11-28T04:16:58.751Z | Compiling swrite v0.1.0 |
2158 | 2024-11-28T04:16:58.754Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2159 | 2024-11-28T04:16:58.853Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2160 | 2024-11-28T04:16:58.885Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2161 | 2024-11-28T04:16:58.904Z | Compiling base64 v0.21.7 |
2162 | 2024-11-28T04:16:58.967Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2163 | 2024-11-28T04:16:59.498Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2164 | 2024-11-28T04:16:59.996Z | Compiling highway v1.2.0 |
2165 | 2024-11-28T04:17:00.046Z | Compiling semver v0.1.20 |
2166 | 2024-11-28T04:17:00.603Z | Compiling rustc_version v0.1.7 |
2167 | 2024-11-28T04:17:01.038Z | Compiling newtype_derive v0.1.6 |
2168 | 2024-11-28T04:17:01.360Z | Compiling newtype-uuid v1.1.3 |
2169 | 2024-11-28T04:17:01.512Z | Compiling dropshot v0.13.0 |
2170 | 2024-11-28T04:17:01.589Z | Compiling ipnetwork v0.20.0 |
2171 | 2024-11-28T04:17:01.714Z | Compiling instant v0.1.13 |
2172 | 2024-11-28T04:17:01.877Z | Compiling humantime v2.1.0 |
2173 | 2024-11-28T04:17:02.367Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2174 | 2024-11-28T04:17:02.756Z | Compiling backoff v0.4.0 |
2175 | 2024-11-28T04:17:03.066Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2176 | 2024-11-28T04:17:03.340Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2177 | 2024-11-28T04:17:03.444Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2178 | 2024-11-28T04:17:06.960Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2179 | 2024-11-28T04:17:07.597Z | Compiling parse-display v0.10.0 |
2180 | 2024-11-28T04:17:08.186Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2181 | 2024-11-28T04:17:08.381Z | Compiling strum v0.26.3 |
2182 | 2024-11-28T04:17:08.480Z | Compiling serde_with v3.11.0 |
2183 | 2024-11-28T04:17:08.569Z | Compiling regress v0.9.1 |
2184 | 2024-11-28T04:17:11.880Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2185 | 2024-11-28T04:17:13.048Z | Compiling macaddr v1.0.1 |
2186 | 2024-11-28T04:17:13.508Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2187 | 2024-11-28T04:17:13.616Z | Compiling steno v0.4.1 |
2188 | 2024-11-28T04:17:13.954Z | Compiling prettyplease v0.2.25 |
2189 | 2024-11-28T04:17:13.985Z | Compiling slog-dtrace v0.3.0 |
2190 | 2024-11-28T04:17:14.376Z | Compiling tungstenite v0.21.0 |
2191 | 2024-11-28T04:17:15.127Z | Compiling display-error-chain v0.2.2 |
2192 | 2024-11-28T04:17:16.897Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2193 | 2024-11-28T04:17:18.886Z | Compiling tokio-tungstenite v0.21.0 |
2194 | 2024-11-28T04:17:19.493Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2195 | 2024-11-28T04:17:19.565Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2196 | 2024-11-28T04:17:19.587Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2197 | 2024-11-28T04:17:20.674Z | Compiling arc-swap v1.7.1 |
2198 | 2024-11-28T04:17:21.398Z | Compiling slog-scope v4.4.0 |
2199 | 2024-11-28T04:17:22.236Z | Compiling half v2.4.1 |
2200 | 2024-11-28T04:17:22.962Z | Compiling ciborium-io v0.2.2 |
2201 | 2024-11-28T04:17:23.123Z | Compiling ciborium-ll v0.2.2 |
2202 | 2024-11-28T04:17:23.666Z | Compiling slog-stdlog v4.1.1 |
2203 | 2024-11-28T04:17:24.329Z | Compiling slog-envlogger v2.2.0 |
2204 | 2024-11-28T04:17:24.460Z | Compiling ciborium v0.2.2 |
2205 | 2024-11-28T04:17:27.056Z | Compiling nibble_vec v0.1.0 |
2206 | 2024-11-28T04:17:27.305Z | Compiling endian-type v0.1.2 |
2207 | 2024-11-28T04:17:27.571Z | Compiling radix_trie v0.2.1 |
2208 | 2024-11-28T04:17:28.533Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2209 | 2024-11-28T04:17:34.423Z | Compiling fastrand v2.1.1 |
2210 | 2024-11-28T04:17:34.497Z | Compiling same-file v1.0.6 |
2211 | 2024-11-28T04:17:34.660Z | Compiling blake3 v1.5.4 |
2212 | 2024-11-28T04:17:34.762Z | Compiling walkdir v2.5.0 |
2213 | 2024-11-28T04:17:34.931Z | Compiling tempfile v3.13.0 |
2214 | 2024-11-28T04:17:35.307Z | Compiling ring v0.16.20 |
2215 | 2024-11-28T04:17:35.371Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2216 | 2024-11-28T04:17:35.678Z | Compiling xattr v1.3.1 |
2217 | 2024-11-28T04:17:35.715Z | Compiling memmap2 v0.9.5 |
2218 | 2024-11-28T04:17:35.958Z | Compiling filetime v0.2.25 |
2219 | 2024-11-28T04:17:36.133Z | Compiling spin v0.5.2 |
2220 | 2024-11-28T04:17:36.259Z | Compiling arrayvec v0.7.6 |
2221 | 2024-11-28T04:17:36.384Z | Compiling constant_time_eq v0.3.1 |
2222 | 2024-11-28T04:17:36.405Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2223 | 2024-11-28T04:17:36.549Z | Compiling keccak v0.1.5 |
2224 | 2024-11-28T04:17:36.665Z | Compiling arrayref v0.3.9 |
2225 | 2024-11-28T04:17:37.536Z | Compiling sha3 v0.10.8 |
2226 | 2024-11-28T04:17:37.563Z | Compiling tar v0.4.42 |
2227 | 2024-11-28T04:17:37.875Z | Compiling camino-tempfile v1.1.1 |
2228 | 2024-11-28T04:17:39.030Z | Compiling toolchain_find v0.4.0 |
2229 | 2024-11-28T04:17:39.033Z | Compiling const_format_proc_macros v0.2.33 |
2230 | 2024-11-28T04:17:39.033Z | Compiling radium v0.7.0 |
2231 | 2024-11-28T04:17:39.033Z | Compiling maplit v1.0.2 |
2232 | 2024-11-28T04:17:39.033Z | Compiling crunchy v0.2.2 |
2233 | 2024-11-28T04:17:39.033Z | Compiling topological-sort v0.2.2 |
2234 | 2024-11-28T04:17:39.086Z | Compiling rustfmt-wrapper v0.2.1 |
2235 | 2024-11-28T04:17:39.240Z | Compiling pem v3.0.4 |
2236 | 2024-11-28T04:17:39.490Z | Compiling tiny-keccak v2.0.2 |
2237 | 2024-11-28T04:17:39.682Z | Compiling tap v1.0.1 |
2238 | 2024-11-28T04:17:39.801Z | Compiling maybe-uninit v2.0.0 |
2239 | 2024-11-28T04:17:39.883Z | Compiling wyz v0.5.1 |
2240 | 2024-11-28T04:17:40.198Z | Compiling const_format v0.2.33 |
2241 | 2024-11-28T04:17:40.237Z | Compiling omicron-zone-package v0.11.1 |
2242 | 2024-11-28T04:17:40.711Z | Compiling dsl_auto_type v0.1.2 |
2243 | 2024-11-28T04:17:41.129Z | Compiling phf_generator v0.11.2 |
2244 | 2024-11-28T04:17:41.271Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2245 | 2024-11-28T04:17:41.333Z | Compiling scheduled-thread-pool v0.2.7 |
2246 | 2024-11-28T04:17:41.358Z | Compiling secrecy v0.8.0 |
2247 | 2024-11-28T04:17:41.420Z | Compiling async-recursion v1.1.1 |
2248 | 2024-11-28T04:17:41.653Z | Compiling diesel_table_macro_syntax v0.2.0 |
2249 | 2024-11-28T04:17:41.803Z | Compiling packed_struct v0.10.1 |
2250 | 2024-11-28T04:17:42.073Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2251 | 2024-11-28T04:17:42.100Z | Compiling crc-catalog v2.4.0 |
2252 | 2024-11-28T04:17:42.229Z | Compiling funty v2.0.0 |
2253 | 2024-11-28T04:17:42.265Z | Compiling crc v3.2.1 |
2254 | 2024-11-28T04:17:42.443Z | Compiling diesel_derives v2.2.3 |
2255 | 2024-11-28T04:17:42.545Z | Compiling r2d2 v0.8.10 |
2256 | 2024-11-28T04:17:42.878Z | Compiling phf_codegen v0.11.2 |
2257 | 2024-11-28T04:17:43.214Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2258 | 2024-11-28T04:17:43.461Z | Compiling bitvec v1.0.1 |
2259 | 2024-11-28T04:17:44.173Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2260 | 2024-11-28T04:17:44.674Z | Compiling ascii-canvas v3.0.0 |
2261 | 2024-11-28T04:17:45.299Z | Compiling universal-hash v0.5.1 |
2262 | 2024-11-28T04:17:45.439Z | Compiling packed_struct_codegen v0.10.1 |
2263 | 2024-11-28T04:17:45.647Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2264 | 2024-11-28T04:17:47.965Z | Compiling thiserror-impl-no-std v2.0.2 |
2265 | 2024-11-28T04:17:48.348Z | Compiling parse-zoneinfo v0.3.1 |
2266 | 2024-11-28T04:17:50.028Z | Compiling lzma-sys v0.1.20 |
2267 | 2024-11-28T04:17:50.709Z | Compiling ena v0.14.3 |
2268 | 2024-11-28T04:17:50.750Z | Compiling indexmap v1.9.3 |
2269 | 2024-11-28T04:17:51.080Z | Compiling diff v0.1.13 |
2270 | 2024-11-28T04:17:51.150Z | Compiling nodrop v0.1.14 |
2271 | 2024-11-28T04:17:51.303Z | Compiling cfg_aliases v0.1.1 |
2272 | 2024-11-28T04:17:51.423Z | Compiling regex-syntax v0.6.29 |
2273 | 2024-11-28T04:17:51.637Z | Compiling opaque-debug v0.3.1 |
2274 | 2024-11-28T04:17:51.748Z | Compiling poly1305 v0.8.0 |
2275 | 2024-11-28T04:17:53.284Z | Compiling nix v0.28.0 |
2276 | 2024-11-28T04:17:54.046Z | Compiling array-init v0.0.4 |
2277 | 2024-11-28T04:17:54.170Z | Compiling diesel v2.2.4 |
2278 | 2024-11-28T04:17:55.348Z | Compiling lalrpop v0.19.12 |
2279 | 2024-11-28T04:17:56.853Z | Compiling thiserror-no-std v2.0.2 |
2280 | 2024-11-28T04:17:56.989Z | Compiling chrono-tz-build v0.4.0 |
2281 | 2024-11-28T04:18:01.581Z | Compiling smallvec v0.6.14 |
2282 | 2024-11-28T04:18:02.499Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2283 | 2024-11-28T04:18:02.713Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2284 | 2024-11-28T04:18:03.003Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2285 | 2024-11-28T04:18:03.241Z | Compiling chacha20 v0.9.1 |
2286 | 2024-11-28T04:18:03.643Z | Compiling heck v0.3.3 |
2287 | 2024-11-28T04:18:03.737Z | Compiling aead v0.5.2 |
2288 | 2024-11-28T04:18:04.027Z | Compiling vte_generate_state_changes v0.1.2 |
2289 | 2024-11-28T04:18:04.092Z | Compiling bitfield v0.14.0 |
2290 | 2024-11-28T04:18:04.426Z | Compiling hashbrown v0.12.3 |
2291 | 2024-11-28T04:18:04.679Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2292 | 2024-11-28T04:18:04.981Z | Compiling ref-cast v1.0.23 |
2293 | 2024-11-28T04:18:05.469Z | Compiling termcolor v1.4.1 |
2294 | 2024-11-28T04:18:06.586Z | Compiling env_logger v0.10.2 |
2295 | 2024-11-28T04:18:07.028Z | Compiling vte v0.11.1 |
2296 | 2024-11-28T04:18:08.547Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2297 | 2024-11-28T04:18:09.701Z | Compiling zone_cfg_derive v0.1.2 |
2298 | 2024-11-28T04:18:11.056Z | Compiling chacha20poly1305 v0.10.1 |
2299 | 2024-11-28T04:18:11.325Z | Compiling serde-hex v0.1.0 |
2300 | 2024-11-28T04:18:16.783Z | Compiling chrono-tz v0.10.0 |
2301 | 2024-11-28T04:18:17.447Z | Compiling vsss-rs v3.3.4 |
2302 | 2024-11-28T04:18:19.673Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2303 | 2024-11-28T04:18:20.032Z | Compiling ron v0.8.1 |
2304 | 2024-11-28T04:18:21.765Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2305 | 2024-11-28T04:18:21.992Z | Compiling polar-core v0.27.3 |
2306 | 2024-11-28T04:18:22.048Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2307 | 2024-11-28T04:18:22.644Z | Compiling derive_builder_core v0.20.2 |
2308 | 2024-11-28T04:18:23.246Z | Compiling hashbrown v0.13.2 |
2309 | 2024-11-28T04:18:24.728Z | Compiling fd-lock v4.0.2 |
2310 | 2024-11-28T04:18:24.902Z | Compiling headers-core v0.3.0 |
2311 | 2024-11-28T04:18:24.965Z | Compiling fxhash v0.2.1 |
2312 | 2024-11-28T04:18:25.074Z | Compiling libxml v0.3.3 |
2313 | 2024-11-28T04:18:25.197Z | Compiling ref-cast-impl v1.0.23 |
2314 | 2024-11-28T04:18:25.432Z | Compiling bumpalo v3.16.0 |
2315 | 2024-11-28T04:18:26.045Z | Compiling crc-any v2.5.0 |
2316 | 2024-11-28T04:18:26.077Z | Compiling simd-adler32 v0.3.7 |
2317 | 2024-11-28T04:18:26.355Z | Compiling base64 v0.13.1 |
2318 | 2024-11-28T04:18:27.026Z | Compiling lockfree-object-pool v0.1.6 |
2319 | 2024-11-28T04:18:27.123Z | Compiling zip v2.1.3 |
2320 | 2024-11-28T04:18:27.266Z | Compiling bytecount v0.6.8 |
2321 | 2024-11-28T04:18:27.324Z | Compiling zopfli v0.8.1 |
2322 | 2024-11-28T04:18:27.472Z | Compiling papergrid v0.11.0 |
2323 | 2024-11-28T04:18:27.572Z | Compiling ron v0.7.1 |
2324 | 2024-11-28T04:18:31.705Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2325 | 2024-11-28T04:18:33.132Z | Compiling headers v0.4.0 |
2326 | 2024-11-28T04:18:33.482Z | Compiling derive_builder_macro v0.20.2 |
2327 | 2024-11-28T04:18:34.333Z | Compiling object v0.30.4 |
2328 | 2024-11-28T04:18:39.973Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2329 | 2024-11-28T04:18:40.702Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2330 | 2024-11-28T04:18:43.142Z | Compiling xz2 v0.1.7 |
2331 | 2024-11-28T04:18:44.751Z | Compiling zone v0.1.8 |
2332 | 2024-11-28T04:18:47.090Z | Compiling strip-ansi-escapes v0.2.0 |
2333 | 2024-11-28T04:18:47.839Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2334 | 2024-11-28T04:18:48.018Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2335 | 2024-11-28T04:18:48.255Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2336 | 2024-11-28T04:18:48.372Z | Compiling tabled_derive v0.7.0 |
2337 | 2024-11-28T04:18:48.548Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2338 | 2024-11-28T04:18:48.643Z | Compiling yasna v0.5.2 |
2339 | 2024-11-28T04:18:50.616Z | Compiling peg-macros v0.8.4 |
2340 | 2024-11-28T04:18:51.062Z | Compiling strum_macros v0.24.3 |
2341 | 2024-11-28T04:18:52.049Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2342 | 2024-11-28T04:18:52.566Z | Compiling kstat-rs v0.2.4 |
2343 | 2024-11-28T04:18:53.079Z | Compiling samael v0.0.17 |
2344 | 2024-11-28T04:18:53.338Z | Compiling sqlparser_derive v0.2.2 |
2345 | 2024-11-28T04:18:53.534Z | Compiling unicase v2.7.0 |
2346 | 2024-11-28T04:18:53.844Z | Compiling nu-ansi-term v0.50.1 |
2347 | 2024-11-28T04:18:54.007Z | Compiling path-slash v0.1.5 |
2348 | 2024-11-28T04:18:54.247Z | Compiling unicode_categories v0.1.1 |
2349 | 2024-11-28T04:18:54.340Z | Compiling indoc v1.0.9 |
2350 | 2024-11-28T04:18:54.429Z | Compiling home v0.5.9 |
2351 | 2024-11-28T04:18:54.640Z | Compiling rustyline v14.0.0 |
2352 | 2024-11-28T04:18:54.737Z | Compiling sqlformat v0.2.6 |
2353 | 2024-11-28T04:18:55.061Z | Compiling sqlparser v0.45.0 |
2354 | 2024-11-28T04:18:57.116Z | Compiling reedline v0.35.0 |
2355 | 2024-11-28T04:18:57.346Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2356 | 2024-11-28T04:18:58.661Z | Compiling peg v0.8.4 |
2357 | 2024-11-28T04:18:58.790Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2358 | 2024-11-28T04:19:06.471Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2359 | 2024-11-28T04:19:07.572Z | Compiling tabled v0.15.0 |
2360 | 2024-11-28T04:19:13.144Z | Compiling rcgen v0.12.1 |
2361 | 2024-11-28T04:19:21.406Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2362 | 2024-11-28T04:19:23.370Z | Compiling derive_builder v0.20.2 |
2363 | 2024-11-28T04:19:28.155Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2364 | 2024-11-28T04:19:28.747Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2365 | 2024-11-28T04:19:30.830Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2366 | 2024-11-28T04:19:31.169Z | Compiling bcs v0.1.6 |
2367 | 2024-11-28T04:19:32.105Z | Compiling oso-derive v0.27.3 |
2368 | 2024-11-28T04:19:33.103Z | Compiling impl-trait-for-tuples v0.2.2 |
2369 | 2024-11-28T04:19:33.276Z | Compiling libz-sys v1.1.20 |
2370 | 2024-11-28T04:19:33.933Z | Compiling quick-xml v0.33.0 |
2371 | 2024-11-28T04:19:40.118Z | Compiling subprocess v0.2.9 |
2372 | 2024-11-28T04:19:40.138Z | Compiling diesel-dtrace v0.3.0 |
2373 | 2024-11-28T04:19:40.451Z | Compiling parking_lot_core v0.8.6 |
2374 | 2024-11-28T04:19:40.918Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2375 | 2024-11-28T04:19:45.054Z | Compiling oso v0.27.3 |
2376 | 2024-11-28T04:20:02.830Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2377 | 2024-11-28T04:20:04.454Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2378 | 2024-11-28T04:20:10.026Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2379 | 2024-11-28T04:20:13.346Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2380 | 2024-11-28T04:20:13.668Z | Compiling bb8 v0.8.5 |
2381 | 2024-11-28T04:20:14.240Z | Compiling buf-list v1.0.3 |
2382 | 2024-11-28T04:20:14.315Z | Compiling async-bb8-diesel v0.2.1 |
2383 | 2024-11-28T04:20:15.600Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2384 | 2024-11-28T04:20:15.978Z | Compiling pin-project-internal v1.1.6 |
2385 | 2024-11-28T04:20:16.389Z | Compiling atty v0.2.14 |
2386 | 2024-11-28T04:20:16.558Z | Compiling salty v0.3.0 |
2387 | 2024-11-28T04:20:18.815Z | Compiling pin-project v1.1.6 |
2388 | 2024-11-28T04:20:19.339Z | Compiling parking_lot v0.11.2 |
2389 | 2024-11-28T04:20:22.458Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2390 | 2024-11-28T04:20:23.179Z | Compiling snafu-derive v0.8.5 |
2391 | 2024-11-28T04:20:25.295Z | Compiling sled v0.34.7 |
2392 | 2024-11-28T04:20:27.248Z | Compiling mime_guess v2.0.5 |
2393 | 2024-11-28T04:20:28.049Z | Compiling snafu v0.8.5 |
2394 | 2024-11-28T04:20:29.569Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2395 | 2024-11-28T04:20:30.261Z | Compiling hickory-client v0.24.1 |
2396 | 2024-11-28T04:20:30.340Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2397 | 2024-11-28T04:20:31.418Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2398 | 2024-11-28T04:20:31.764Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2399 | 2024-11-28T04:20:35.451Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2400 | 2024-11-28T04:20:36.230Z | Compiling globset v0.4.15 |
2401 | 2024-11-28T04:20:37.058Z | Compiling hickory-server v0.24.1 |
2402 | 2024-11-28T04:20:40.402Z | Compiling primeorder v0.13.6 |
2403 | 2024-11-28T04:20:41.012Z | Compiling olpc-cjson v0.1.4 |
2404 | 2024-11-28T04:20:41.368Z | Compiling vergen v8.3.2 |
2405 | 2024-11-28T04:20:41.671Z | Compiling env_filter v0.1.2 |
2406 | 2024-11-28T04:20:43.636Z | Compiling cargo-platform v0.1.8 |
2407 | 2024-11-28T04:20:44.836Z | Compiling serde_plain v1.0.2 |
2408 | 2024-11-28T04:20:45.394Z | Compiling nanorand v0.7.0 |
2409 | 2024-11-28T04:20:46.103Z | Compiling memoffset v0.9.1 |
2410 | 2024-11-28T04:20:46.443Z | Compiling typed-path v0.9.3 |
2411 | 2024-11-28T04:20:52.351Z | Compiling tough v0.19.0 |
2412 | 2024-11-28T04:20:53.731Z | Compiling flume v0.11.1 |
2413 | 2024-11-28T04:20:54.554Z | Compiling cargo_metadata v0.18.1 |
2414 | 2024-11-28T04:20:57.849Z | Compiling env_logger v0.11.5 |
2415 | 2024-11-28T04:20:59.207Z | Compiling p384 v0.13.0 |
2416 | 2024-11-28T04:21:00.086Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2417 | 2024-11-28T04:21:05.120Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2418 | 2024-11-28T04:21:08.057Z | Compiling git2 v0.19.0 |
2419 | 2024-11-28T04:21:13.022Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2420 | 2024-11-28T04:21:15.855Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2421 | 2024-11-28T04:21:17.054Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2422 | 2024-11-28T04:21:17.650Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2423 | 2024-11-28T04:21:24.021Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2424 | 2024-11-28T04:21:24.202Z | Compiling rand_seeder v0.3.0 |
2425 | 2024-11-28T04:21:24.224Z | Compiling libsqlite3-sys v0.30.1 |
2426 | 2024-11-28T04:21:24.490Z | Compiling http-range v0.1.5 |
2427 | 2024-11-28T04:21:24.624Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2428 | 2024-11-28T04:21:24.759Z | Compiling rustls v0.21.12 |
2429 | 2024-11-28T04:21:24.924Z | Compiling parse-size v1.1.0 |
2430 | 2024-11-28T04:21:24.944Z | Compiling cfg_aliases v0.2.1 |
2431 | 2024-11-28T04:21:25.077Z | Compiling nix v0.29.0 |
2432 | 2024-11-28T04:21:25.096Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2433 | 2024-11-28T04:21:25.161Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2434 | 2024-11-28T04:21:25.392Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2435 | 2024-11-28T04:21:26.975Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2436 | 2024-11-28T04:21:27.098Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2437 | 2024-11-28T04:21:27.411Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2438 | 2024-11-28T04:21:27.585Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2439 | 2024-11-28T04:21:27.711Z | Compiling sct v0.7.1 |
2440 | 2024-11-28T04:21:27.924Z | Compiling rustls-webpki v0.101.7 |
2441 | 2024-11-28T04:21:28.212Z | Compiling castaway v0.2.3 |
2442 | 2024-11-28T04:21:28.435Z | Compiling csv-core v0.1.11 |
2443 | 2024-11-28T04:21:29.371Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2444 | 2024-11-28T04:21:29.685Z | Compiling glob v0.3.1 |
2445 | 2024-11-28T04:21:29.979Z | Compiling csv v1.3.0 |
2446 | 2024-11-28T04:21:31.258Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2447 | 2024-11-28T04:21:31.973Z | Compiling compact_str v0.8.0 |
2448 | 2024-11-28T04:21:31.997Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2449 | 2024-11-28T04:21:32.134Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2450 | 2024-11-28T04:21:33.418Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2451 | 2024-11-28T04:21:34.578Z | Compiling nix v0.27.1 |
2452 | 2024-11-28T04:21:37.671Z | Compiling hyper-staticfile v0.10.1 |
2453 | 2024-11-28T04:21:40.329Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2454 | 2024-11-28T04:21:41.410Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2455 | 2024-11-28T04:21:42.660Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2456 | 2024-11-28T04:21:44.165Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2457 | 2024-11-28T04:21:47.884Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2458 | 2024-11-28T04:21:50.080Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2459 | 2024-11-28T04:21:50.429Z | Compiling unicode-truncate v1.1.0 |
2460 | 2024-11-28T04:21:50.742Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2461 | 2024-11-28T04:21:51.057Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2462 | 2024-11-28T04:21:51.377Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2463 | 2024-11-28T04:21:51.895Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2464 | 2024-11-28T04:21:54.818Z | Compiling hashlink v0.9.1 |
2465 | 2024-11-28T04:21:55.706Z | Compiling tungstenite v0.23.0 |
2466 | 2024-11-28T04:21:57.778Z | Compiling lru v0.12.5 |
2467 | 2024-11-28T04:21:58.206Z | Compiling instability v0.3.2 |
2468 | 2024-11-28T04:21:58.246Z | Compiling cassowary v0.3.0 |
2469 | 2024-11-28T04:21:58.552Z | Compiling fallible-iterator v0.3.0 |
2470 | 2024-11-28T04:21:58.841Z | Compiling fallible-streaming-iterator v0.1.9 |
2471 | 2024-11-28T04:21:59.119Z | Compiling tokio-tungstenite v0.23.1 |
2472 | 2024-11-28T04:21:59.203Z | Compiling ratatui v0.28.1 |
2473 | 2024-11-28T04:21:59.410Z | Compiling rusqlite v0.32.1 |
2474 | 2024-11-28T04:21:59.792Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2475 | 2024-11-28T04:22:02.888Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2476 | 2024-11-28T04:22:04.769Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2477 | 2024-11-28T04:22:08.017Z | Compiling tokio-rustls v0.24.1 |
2478 | 2024-11-28T04:22:09.184Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2479 | 2024-11-28T04:22:10.687Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2480 | 2024-11-28T04:22:18.756Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2481 | 2024-11-28T04:22:19.936Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2482 | 2024-11-28T04:22:22.874Z | Compiling rustls-pemfile v1.0.4 |
2483 | 2024-11-28T04:22:23.640Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2484 | 2024-11-28T04:22:23.840Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2485 | 2024-11-28T04:22:23.963Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2486 | 2024-11-28T04:22:24.146Z | Compiling signal-hook-tokio v0.3.1 |
2487 | 2024-11-28T04:22:24.506Z | Compiling twox-hash v1.6.3 |
2488 | 2024-11-28T04:22:25.583Z | Compiling unicode-linebreak v0.1.5 |
2489 | 2024-11-28T04:22:26.178Z | Compiling is_ci v1.2.0 |
2490 | 2024-11-28T04:22:26.410Z | Compiling smawk v0.3.2 |
2491 | 2024-11-28T04:22:26.718Z | Compiling textwrap v0.16.1 |
2492 | 2024-11-28T04:22:28.958Z | Compiling supports-color v3.0.1 |
2493 | 2024-11-28T04:22:29.415Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2494 | 2024-11-28T04:22:30.551Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2495 | 2024-11-28T04:22:37.567Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2496 | 2024-11-28T04:22:39.090Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2497 | 2024-11-28T04:22:44.609Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2498 | 2024-11-28T04:22:49.537Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2499 | 2024-11-28T04:22:50.160Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2500 | 2024-11-28T04:23:03.147Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2501 | 2024-11-28T04:23:03.812Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2502 | 2024-11-28T04:23:04.132Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2503 | 2024-11-28T04:23:09.835Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2504 | 2024-11-28T04:23:10.973Z | Compiling fatfs v0.3.6 |
2505 | 2024-11-28T04:23:13.772Z | Compiling rtoolbox v0.0.2 |
2506 | 2024-11-28T04:23:13.911Z | Compiling assert_matches v1.5.0 |
2507 | 2024-11-28T04:23:14.217Z | Compiling rpassword v7.3.1 |
2508 | 2024-11-28T04:23:14.701Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2509 | 2024-11-28T04:23:19.100Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2510 | 2024-11-28T04:23:22.542Z | Compiling tui-tree-widget v0.22.0 |
2511 | 2024-11-28T04:23:23.038Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2512 | 2024-11-28T04:23:26.403Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2513 | 2024-11-28T04:23:31.307Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2514 | 2024-11-28T04:23:31.625Z | Compiling uzers v0.12.1 |
2515 | 2024-11-28T04:23:34.862Z | Compiling shell-words v1.1.0 |
2516 | 2024-11-28T04:23:35.313Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2517 | 2024-11-28T04:23:40.144Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2518 | 2024-11-28T04:23:42.249Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2519 | 2024-11-28T04:24:13.260Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2520 | 2024-11-28T04:24:16.114Z | Compiling multimap v0.10.0 |
2521 | 2024-11-28T04:26:39.009Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2522 | 2024-11-28T04:26:42.102Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2523 | 2024-11-28T04:33:35.523Z | Finished `release` profile [optimized] target(s) in 16m 40s |
2524 | 2024-11-28T04:34:39.875Z | |
2525 | 2024-11-28T04:34:39.878Z | real 17:46.425052393 |
2526 | 2024-11-28T04:34:39.878Z | user 2:00:22.143490449 |
2527 | 2024-11-28T04:34:39.878Z | sys 6:01.334345825 |
2528 | 2024-11-28T04:34:39.878Z | trap 3.130016254 |
2529 | 2024-11-28T04:34:39.878Z | tflt 3.121811418 |
2530 | 2024-11-28T04:34:39.878Z | dflt 5.491495972 |
2531 | 2024-11-28T04:34:39.878Z | kflt 0.085368671 |
2532 | 2024-11-28T04:34:39.878Z | lock 7:25:33.452307625 |
2533 | 2024-11-28T04:34:39.878Z | slp 6:22:37.802674504 |
2534 | 2024-11-28T04:34:39.878Z | lat 2:55.366068173 |
2535 | 2024-11-28T04:34:39.878Z | stop 2:35.704067811 |
2536 | 2024-11-28T04:34:39.878Z | + mapfile -t packages |
2537 | 2024-11-28T04:34:39.878Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2538 | 2024-11-28T04:34:40.973Z | Finished `release` profile [optimized] target(s) in 1.04s |
2539 | 2024-11-28T04:34:41.029Z | Running `target/release/omicron-package -t test list-outputs` |
2540 | 2024-11-28T04:34:41.083Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2541 | 2024-11-28T04:34:41.086Z | + ptime -m cargo build --locked --release -p xtask |
2542 | 2024-11-28T04:34:41.676Z | Compiling serde v1.0.215 |
2543 | 2024-11-28T04:34:41.679Z | Compiling libc v0.2.162 |
2544 | 2024-11-28T04:34:41.679Z | Compiling serde_json v1.0.132 |
2545 | 2024-11-28T04:34:41.679Z | Compiling rustix v0.38.37 |
2546 | 2024-11-28T04:34:41.778Z | Compiling syn v2.0.87 |
2547 | 2024-11-28T04:34:41.797Z | Compiling bitflags v2.6.0 |
2548 | 2024-11-28T04:34:42.101Z | Compiling usdt-impl v0.5.0 |
2549 | 2024-11-28T04:34:42.158Z | Compiling syn v1.0.109 |
2550 | 2024-11-28T04:34:42.268Z | Compiling hashbrown v0.15.0 |
2551 | 2024-11-28T04:34:42.319Z | Compiling log v0.4.22 |
2552 | 2024-11-28T04:34:42.389Z | Compiling fs-err v2.11.0 |
2553 | 2024-11-28T04:34:42.693Z | Compiling once_cell v1.20.2 |
2554 | 2024-11-28T04:34:42.780Z | Compiling anyhow v1.0.93 |
2555 | 2024-11-28T04:34:43.182Z | Compiling thread-id v4.2.2 |
2556 | 2024-11-28T04:34:43.536Z | Compiling indexmap v2.6.0 |
2557 | 2024-11-28T04:34:44.721Z | Compiling terminal_size v0.4.0 |
2558 | 2024-11-28T04:34:44.721Z | Compiling tempfile v3.13.0 |
2559 | 2024-11-28T04:34:44.989Z | Compiling clap_builder v4.5.21 |
2560 | 2024-11-28T04:34:45.552Z | Compiling proc-macro-error v1.0.4 |
2561 | 2024-11-28T04:34:46.976Z | Compiling tabled_derive v0.7.0 |
2562 | 2024-11-28T04:34:48.293Z | Compiling tabled v0.15.0 |
2563 | 2024-11-28T04:34:50.262Z | Compiling serde_derive v1.0.215 |
2564 | 2024-11-28T04:34:50.934Z | Compiling thiserror-impl v1.0.69 |
2565 | 2024-11-28T04:34:51.008Z | Compiling zerocopy-derive v0.7.35 |
2566 | 2024-11-28T04:34:51.122Z | Compiling scroll_derive v0.12.0 |
2567 | 2024-11-28T04:34:52.576Z | Compiling scroll v0.12.0 |
2568 | 2024-11-28T04:34:53.072Z | Compiling zerocopy v0.7.35 |
2569 | 2024-11-28T04:34:53.244Z | Compiling goblin v0.8.2 |
2570 | 2024-11-28T04:34:53.923Z | Compiling thiserror v1.0.69 |
2571 | 2024-11-28T04:34:54.095Z | Compiling pest v2.7.14 |
2572 | 2024-11-28T04:34:57.189Z | Compiling pest_meta v2.7.14 |
2573 | 2024-11-28T04:34:58.870Z | Compiling pest_generator v2.7.14 |
2574 | 2024-11-28T04:35:01.347Z | Compiling pest_derive v2.7.14 |
2575 | 2024-11-28T04:35:02.156Z | Compiling dtrace-parser v0.2.0 |
2576 | 2024-11-28T04:35:04.017Z | Compiling clap_derive v4.5.18 |
2577 | 2024-11-28T04:35:08.481Z | Compiling dof v0.3.0 |
2578 | 2024-11-28T04:35:08.651Z | Compiling serde_tokenstream v0.2.2 |
2579 | 2024-11-28T04:35:08.739Z | Compiling serde_spanned v0.6.8 |
2580 | 2024-11-28T04:35:09.274Z | Compiling toml_datetime v0.6.8 |
2581 | 2024-11-28T04:35:10.047Z | Compiling toml_edit v0.22.22 |
2582 | 2024-11-28T04:35:10.507Z | Compiling camino v1.1.9 |
2583 | 2024-11-28T04:35:11.560Z | Compiling usdt-macro v0.5.0 |
2584 | 2024-11-28T04:35:11.943Z | Compiling usdt-attr-macro v0.5.0 |
2585 | 2024-11-28T04:35:13.369Z | Compiling semver v1.0.23 |
2586 | 2024-11-28T04:35:14.575Z | Compiling toml v0.8.19 |
2587 | 2024-11-28T04:35:14.741Z | Compiling cargo-platform v0.1.8 |
2588 | 2024-11-28T04:35:14.884Z | Compiling usdt v0.5.0 |
2589 | 2024-11-28T04:35:14.886Z | Compiling camino-tempfile v1.1.1 |
2590 | 2024-11-28T04:35:15.689Z | Compiling cargo_toml v0.20.5 |
2591 | 2024-11-28T04:35:15.866Z | Compiling cargo_metadata v0.18.1 |
2592 | 2024-11-28T04:35:15.885Z | Compiling clap v4.5.21 |
2593 | 2024-11-28T04:35:16.023Z | Compiling macaddr v1.0.1 |
2594 | 2024-11-28T04:35:27.712Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2595 | 2024-11-28T04:35:39.222Z | Finished `release` profile [optimized] target(s) in 58.07s |
2596 | 2024-11-28T04:35:39.356Z | |
2597 | 2024-11-28T04:35:39.360Z | real 58.237354520 |
2598 | 2024-11-28T04:35:39.360Z | user 5:53.226771989 |
2599 | 2024-11-28T04:35:39.360Z | sys 32.374478172 |
2600 | 2024-11-28T04:35:39.360Z | trap 0.163873619 |
2601 | 2024-11-28T04:35:39.360Z | tflt 0.227479746 |
2602 | 2024-11-28T04:35:39.360Z | dflt 0.580490732 |
2603 | 2024-11-28T04:35:39.360Z | kflt 0.000000000 |
2604 | 2024-11-28T04:35:39.360Z | lock 9:58.863733378 |
2605 | 2024-11-28T04:35:39.360Z | slp 15:20.221223175 |
2606 | 2024-11-28T04:35:39.360Z | lat 13.357047712 |
2607 | 2024-11-28T04:35:39.360Z | stop 16.829633183 |
2608 | 2024-11-28T04:35:39.360Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2609 | 2024-11-28T04:35:39.360Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2610 | 2024-11-28T04:35:39.360Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2611 | 2024-11-28T04:35:39.360Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2612 | 2024-11-28T04:35:39.360Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2613 | 2024-11-28T04:35:40.282Z | Compiling hashbrown v0.14.5 |
2614 | 2024-11-28T04:35:40.412Z | Compiling ident_case v1.0.1 |
2615 | 2024-11-28T04:35:40.424Z | Compiling unsafe-libyaml v0.2.11 |
2616 | 2024-11-28T04:35:40.427Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2617 | 2024-11-28T04:35:40.427Z | Compiling progenitor-client v0.8.0 |
2618 | 2024-11-28T04:35:40.427Z | Compiling ipnetwork v0.20.0 |
2619 | 2024-11-28T04:35:40.427Z | Compiling macaddr v1.0.1 |
2620 | 2024-11-28T04:35:40.427Z | Compiling instant v0.1.13 |
2621 | 2024-11-28T04:35:40.559Z | Compiling darling_core v0.20.10 |
2622 | 2024-11-28T04:35:40.634Z | Compiling structmeta-derive v0.3.0 |
2623 | 2024-11-28T04:35:40.891Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2624 | 2024-11-28T04:35:40.971Z | Compiling dropshot v0.13.0 |
2625 | 2024-11-28T04:35:41.023Z | Compiling newtype-uuid v1.1.3 |
2626 | 2024-11-28T04:35:41.357Z | Compiling dropshot_endpoint v0.13.0 |
2627 | 2024-11-28T04:35:41.480Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2628 | 2024-11-28T04:35:41.683Z | Compiling regress v0.10.1 |
2629 | 2024-11-28T04:35:41.724Z | Compiling regress v0.9.1 |
2630 | 2024-11-28T04:35:41.745Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2631 | 2024-11-28T04:35:42.138Z | Compiling serde_yaml v0.9.34+deprecated |
2632 | 2024-11-28T04:35:42.261Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2633 | 2024-11-28T04:35:42.416Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2634 | 2024-11-28T04:35:42.462Z | Compiling backoff v0.4.0 |
2635 | 2024-11-28T04:35:42.855Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2636 | 2024-11-28T04:35:43.033Z | Compiling tempfile v3.13.0 |
2637 | 2024-11-28T04:35:43.217Z | Compiling proc-macro-crate v1.3.1 |
2638 | 2024-11-28T04:35:43.781Z | Compiling structmeta v0.3.0 |
2639 | 2024-11-28T04:35:43.962Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2640 | 2024-11-28T04:35:44.269Z | Compiling parse-display-derive v0.10.0 |
2641 | 2024-11-28T04:35:44.355Z | Compiling itertools v0.13.0 |
2642 | 2024-11-28T04:35:44.397Z | Compiling num_enum_derive v0.5.11 |
2643 | 2024-11-28T04:35:46.414Z | Compiling typify-impl v0.2.0 |
2644 | 2024-11-28T04:35:46.962Z | Compiling zerocopy v0.8.10 |
2645 | 2024-11-28T04:35:47.058Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2646 | 2024-11-28T04:35:47.077Z | Compiling num_enum v0.5.11 |
2647 | 2024-11-28T04:35:47.252Z | Compiling zerocopy-derive v0.8.10 |
2648 | 2024-11-28T04:35:47.382Z | Compiling foreign-types-macros v0.2.3 |
2649 | 2024-11-28T04:35:47.855Z | Compiling darling_macro v0.20.10 |
2650 | 2024-11-28T04:35:47.923Z | Compiling heapless v0.8.0 |
2651 | 2024-11-28T04:35:47.982Z | Compiling foreign-types-shared v0.3.1 |
2652 | 2024-11-28T04:35:48.299Z | Compiling proc-macro-error v1.0.4 |
2653 | 2024-11-28T04:35:48.759Z | Compiling foreign-types v0.5.0 |
2654 | 2024-11-28T04:35:48.810Z | Compiling darling v0.20.10 |
2655 | 2024-11-28T04:35:48.892Z | Compiling camino-tempfile v1.1.1 |
2656 | 2024-11-28T04:35:48.950Z | Compiling serde_with_macros v3.11.0 |
2657 | 2024-11-28T04:35:49.015Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2658 | 2024-11-28T04:35:49.035Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2659 | 2024-11-28T04:35:49.135Z | Compiling parse-display v0.10.0 |
2660 | 2024-11-28T04:35:49.361Z | Compiling hash32 v0.3.1 |
2661 | 2024-11-28T04:35:49.648Z | Compiling cstr-argument v0.1.2 |
2662 | 2024-11-28T04:35:50.081Z | Compiling crucible-workspace-hack v0.1.0 |
2663 | 2024-11-28T04:35:50.086Z | Compiling smoltcp v0.11.0 |
2664 | 2024-11-28T04:35:50.086Z | Compiling pretty-hex v0.2.1 |
2665 | 2024-11-28T04:35:50.159Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2666 | 2024-11-28T04:35:50.250Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2667 | 2024-11-28T04:35:50.438Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2668 | 2024-11-28T04:35:50.758Z | Compiling tabwriter v1.4.0 |
2669 | 2024-11-28T04:35:51.088Z | Compiling colored v2.1.0 |
2670 | 2024-11-28T04:35:51.332Z | Compiling cobs v0.2.3 |
2671 | 2024-11-28T04:35:51.679Z | Compiling postcard v1.0.10 |
2672 | 2024-11-28T04:35:51.924Z | Compiling serde_with v3.11.0 |
2673 | 2024-11-28T04:35:52.059Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2674 | 2024-11-28T04:35:52.364Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2675 | 2024-11-28T04:35:52.459Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2676 | 2024-11-28T04:35:52.542Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2677 | 2024-11-28T04:35:52.883Z | Compiling smf v0.2.3 |
2678 | 2024-11-28T04:35:53.408Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2679 | 2024-11-28T04:35:53.903Z | Compiling zone_cfg_derive v0.3.0 |
2680 | 2024-11-28T04:35:54.469Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2681 | 2024-11-28T04:35:54.994Z | Compiling num-derive v0.4.2 |
2682 | 2024-11-28T04:35:55.552Z | Compiling sigpipe v0.1.3 |
2683 | 2024-11-28T04:35:55.692Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2684 | 2024-11-28T04:35:56.022Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2685 | 2024-11-28T04:35:56.064Z | Compiling zone v0.3.0 |
2686 | 2024-11-28T04:35:56.233Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2687 | 2024-11-28T04:35:56.689Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2688 | 2024-11-28T04:35:56.729Z | Compiling universal-hash v0.5.1 |
2689 | 2024-11-28T04:35:56.882Z | Compiling opaque-debug v0.3.1 |
2690 | 2024-11-28T04:35:56.951Z | Compiling num-rational v0.4.2 |
2691 | 2024-11-28T04:35:57.001Z | Compiling password-hash v0.5.0 |
2692 | 2024-11-28T04:35:57.173Z | Compiling num-complex v0.4.6 |
2693 | 2024-11-28T04:35:57.398Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2694 | 2024-11-28T04:35:57.574Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2695 | 2024-11-28T04:35:57.723Z | Compiling blake2 v0.10.6 |
2696 | 2024-11-28T04:35:58.101Z | Compiling aead v0.5.2 |
2697 | 2024-11-28T04:35:58.138Z | Compiling keccak v0.1.5 |
2698 | 2024-11-28T04:35:58.250Z | Compiling convert_case v0.4.0 |
2699 | 2024-11-28T04:35:58.377Z | Compiling argon2 v0.5.3 |
2700 | 2024-11-28T04:35:58.524Z | Compiling sha3 v0.10.8 |
2701 | 2024-11-28T04:35:58.821Z | Compiling num v0.4.3 |
2702 | 2024-11-28T04:35:58.949Z | Compiling poly1305 v0.8.0 |
2703 | 2024-11-28T04:35:59.140Z | Compiling tungstenite v0.21.0 |
2704 | 2024-11-28T04:35:59.162Z | Compiling chacha20 v0.9.1 |
2705 | 2024-11-28T04:35:59.248Z | Compiling derive_more v0.99.18 |
2706 | 2024-11-28T04:35:59.651Z | Compiling base64 v0.21.7 |
2707 | 2024-11-28T04:35:59.704Z | Compiling float-ord v0.3.2 |
2708 | 2024-11-28T04:35:59.907Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2709 | 2024-11-28T04:36:00.393Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2710 | 2024-11-28T04:36:00.436Z | Compiling tokio-tungstenite v0.21.0 |
2711 | 2024-11-28T04:36:00.471Z | Compiling same-file v1.0.6 |
2712 | 2024-11-28T04:36:00.811Z | Compiling semver v0.1.20 |
2713 | 2024-11-28T04:36:00.814Z | Compiling walkdir v2.5.0 |
2714 | 2024-11-28T04:36:01.065Z | Compiling newline-converter v0.3.0 |
2715 | 2024-11-28T04:36:01.272Z | Compiling rustc_version v0.1.7 |
2716 | 2024-11-28T04:36:01.410Z | Compiling primeorder v0.13.6 |
2717 | 2024-11-28T04:36:01.519Z | Compiling secrecy v0.8.0 |
2718 | 2024-11-28T04:36:01.539Z | Compiling owo-colors v4.1.0 |
2719 | 2024-11-28T04:36:01.657Z | Compiling cancel-safe-futures v0.1.5 |
2720 | 2024-11-28T04:36:01.832Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2721 | 2024-11-28T04:36:01.851Z | Compiling newtype_derive v0.1.6 |
2722 | 2024-11-28T04:36:01.979Z | Compiling expectorate v1.1.0 |
2723 | 2024-11-28T04:36:02.021Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2724 | 2024-11-28T04:36:02.092Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2725 | 2024-11-28T04:36:02.147Z | Compiling thiserror-impl-no-std v2.0.2 |
2726 | 2024-11-28T04:36:02.168Z | Compiling ring v0.16.20 |
2727 | 2024-11-28T04:36:02.425Z | Compiling blake3 v1.5.4 |
2728 | 2024-11-28T04:36:02.447Z | Compiling unicase v2.7.0 |
2729 | 2024-11-28T04:36:02.721Z | Compiling half v2.4.1 |
2730 | 2024-11-28T04:36:02.742Z | Compiling arc-swap v1.7.1 |
2731 | 2024-11-28T04:36:03.135Z | Compiling ciborium-io v0.2.2 |
2732 | 2024-11-28T04:36:03.293Z | Compiling ciborium-ll v0.2.2 |
2733 | 2024-11-28T04:36:03.338Z | Compiling slog-scope v4.4.0 |
2734 | 2024-11-28T04:36:03.902Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2735 | 2024-11-28T04:36:03.993Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2736 | 2024-11-28T04:36:04.302Z | Compiling polyval v0.6.2 |
2737 | 2024-11-28T04:36:04.726Z | Compiling atomicwrites v0.4.4 |
2738 | 2024-11-28T04:36:04.812Z | Compiling libsw v3.3.1 |
2739 | 2024-11-28T04:36:05.103Z | Compiling memmap2 v0.9.5 |
2740 | 2024-11-28T04:36:05.139Z | Compiling constant_time_eq v0.3.1 |
2741 | 2024-11-28T04:36:05.344Z | Compiling arrayvec v0.7.6 |
2742 | 2024-11-28T04:36:05.477Z | Compiling thiserror-no-std v2.0.2 |
2743 | 2024-11-28T04:36:05.500Z | Compiling linear-map v1.2.0 |
2744 | 2024-11-28T04:36:05.597Z | Compiling salty v0.3.0 |
2745 | 2024-11-28T04:36:05.618Z | Compiling parking_lot_core v0.8.6 |
2746 | 2024-11-28T04:36:05.768Z | Compiling typify-macro v0.2.0 |
2747 | 2024-11-28T04:36:05.791Z | Compiling spin v0.5.2 |
2748 | 2024-11-28T04:36:05.877Z | Compiling indent_write v2.2.0 |
2749 | 2024-11-28T04:36:05.915Z | Compiling libefi-sys v0.1.0 |
2750 | 2024-11-28T04:36:06.030Z | Compiling arrayref v0.3.9 |
2751 | 2024-11-28T04:36:06.103Z | Compiling vsss-rs v3.3.4 |
2752 | 2024-11-28T04:36:06.176Z | Compiling ghash v0.5.1 |
2753 | 2024-11-28T04:36:06.237Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2754 | 2024-11-28T04:36:06.585Z | Compiling ciborium v0.2.2 |
2755 | 2024-11-28T04:36:07.011Z | Compiling slog-stdlog v4.1.1 |
2756 | 2024-11-28T04:36:07.408Z | Compiling p384 v0.13.0 |
2757 | 2024-11-28T04:36:07.450Z | Compiling toolchain_find v0.4.0 |
2758 | 2024-11-28T04:36:07.555Z | Compiling chacha20poly1305 v0.10.1 |
2759 | 2024-11-28T04:36:07.797Z | Compiling lzma-sys v0.1.20 |
2760 | 2024-11-28T04:36:08.173Z | Compiling ctr v0.9.2 |
2761 | 2024-11-28T04:36:08.194Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2762 | 2024-11-28T04:36:08.559Z | Compiling bitfield-struct v0.6.2 |
2763 | 2024-11-28T04:36:08.624Z | Compiling slog-dtrace v0.3.0 |
2764 | 2024-11-28T04:36:08.646Z | Compiling highway v1.2.0 |
2765 | 2024-11-28T04:36:08.933Z | Compiling topological-sort v0.2.2 |
2766 | 2024-11-28T04:36:09.179Z | Compiling omicron-zone-package v0.11.1 |
2767 | 2024-11-28T04:36:09.201Z | Compiling aes-gcm v0.10.3 |
2768 | 2024-11-28T04:36:09.470Z | Compiling rustfmt-wrapper v0.2.1 |
2769 | 2024-11-28T04:36:09.551Z | Compiling slog-envlogger v2.2.0 |
2770 | 2024-11-28T04:36:09.745Z | Compiling mime_guess v2.0.5 |
2771 | 2024-11-28T04:36:10.073Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2772 | 2024-11-28T04:36:10.100Z | Compiling steno v0.4.1 |
2773 | 2024-11-28T04:36:10.270Z | Compiling typify v0.2.0 |
2774 | 2024-11-28T04:36:10.423Z | Compiling progenitor-impl v0.8.0 |
2775 | 2024-11-28T04:36:10.861Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2776 | 2024-11-28T04:36:10.892Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2777 | 2024-11-28T04:36:11.102Z | Compiling heck v0.3.3 |
2778 | 2024-11-28T04:36:11.137Z | Compiling ssh-encoding v0.2.0 |
2779 | 2024-11-28T04:36:11.558Z | Compiling blowfish v0.9.1 |
2780 | 2024-11-28T04:36:11.597Z | Compiling nibble_vec v0.1.0 |
2781 | 2024-11-28T04:36:11.702Z | Compiling env_filter v0.1.2 |
2782 | 2024-11-28T04:36:11.831Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2783 | 2024-11-28T04:36:11.852Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2784 | 2024-11-28T04:36:11.994Z | Compiling humantime v2.1.0 |
2785 | 2024-11-28T04:36:12.030Z | Compiling endian-type v0.1.2 |
2786 | 2024-11-28T04:36:12.111Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2787 | 2024-11-28T04:36:12.165Z | Compiling env_logger v0.11.5 |
2788 | 2024-11-28T04:36:12.284Z | Compiling radix_trie v0.2.1 |
2789 | 2024-11-28T04:36:12.449Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2790 | 2024-11-28T04:36:12.478Z | Compiling bcrypt-pbkdf v0.10.0 |
2791 | 2024-11-28T04:36:12.550Z | Compiling zone_cfg_derive v0.1.2 |
2792 | 2024-11-28T04:36:12.928Z | Compiling ssh-cipher v0.2.0 |
2793 | 2024-11-28T04:36:13.028Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2794 | 2024-11-28T04:36:13.537Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2795 | 2024-11-28T04:36:13.702Z | Compiling parking_lot v0.11.2 |
2796 | 2024-11-28T04:36:14.099Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2797 | 2024-11-28T04:36:14.142Z | Compiling password-hash v0.4.2 |
2798 | 2024-11-28T04:36:14.614Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2799 | 2024-11-28T04:36:14.717Z | Compiling gethostname v0.5.0 |
2800 | 2024-11-28T04:36:14.736Z | Compiling fxhash v0.2.1 |
2801 | 2024-11-28T04:36:14.755Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2802 | 2024-11-28T04:36:14.954Z | Compiling lockfree-object-pool v0.1.6 |
2803 | 2024-11-28T04:36:14.975Z | Compiling zip v2.1.3 |
2804 | 2024-11-28T04:36:15.052Z | Compiling http-range v0.1.5 |
2805 | 2024-11-28T04:36:15.169Z | Compiling bumpalo v3.16.0 |
2806 | 2024-11-28T04:36:15.245Z | Compiling base64 v0.13.1 |
2807 | 2024-11-28T04:36:15.284Z | Compiling matches v0.1.10 |
2808 | 2024-11-28T04:36:15.313Z | Compiling simd-adler32 v0.3.7 |
2809 | 2024-11-28T04:36:15.402Z | Compiling idna v0.2.3 |
2810 | 2024-11-28T04:36:15.514Z | Compiling sled v0.34.7 |
2811 | 2024-11-28T04:36:15.695Z | Compiling ron v0.7.1 |
2812 | 2024-11-28T04:36:15.904Z | Compiling zopfli v0.8.1 |
2813 | 2024-11-28T04:36:15.926Z | Compiling pbkdf2 v0.11.0 |
2814 | 2024-11-28T04:36:15.929Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2815 | 2024-11-28T04:36:16.335Z | Compiling zone v0.1.8 |
2816 | 2024-11-28T04:36:16.694Z | Compiling xz2 v0.1.7 |
2817 | 2024-11-28T04:36:17.174Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2818 | 2024-11-28T04:36:17.768Z | Compiling ssh-key v0.6.6 |
2819 | 2024-11-28T04:36:18.005Z | Compiling hickory-client v0.24.1 |
2820 | 2024-11-28T04:36:18.273Z | Compiling p256 v0.13.2 |
2821 | 2024-11-28T04:36:18.376Z | Compiling p521 v0.13.3 |
2822 | 2024-11-28T04:36:18.478Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2823 | 2024-11-28T04:36:18.965Z | Compiling progenitor-macro v0.8.0 |
2824 | 2024-11-28T04:36:19.206Z | Compiling hickory-server v0.24.1 |
2825 | 2024-11-28T04:36:19.596Z | Compiling enum-as-inner v0.5.1 |
2826 | 2024-11-28T04:36:19.721Z | Compiling pem v3.0.4 |
2827 | 2024-11-28T04:36:20.581Z | Compiling yasna v0.5.2 |
2828 | 2024-11-28T04:36:20.679Z | Compiling headers-core v0.3.0 |
2829 | 2024-11-28T04:36:20.859Z | Compiling kstat-rs v0.2.4 |
2830 | 2024-11-28T04:36:20.861Z | Compiling nanorand v0.7.0 |
2831 | 2024-11-28T04:36:21.505Z | Compiling atty v0.2.14 |
2832 | 2024-11-28T04:36:21.551Z | Compiling russh-cryptovec v0.7.3 |
2833 | 2024-11-28T04:36:21.672Z | Compiling md5 v0.7.0 |
2834 | 2024-11-28T04:36:21.900Z | Compiling rcgen v0.12.1 |
2835 | 2024-11-28T04:36:22.215Z | Compiling russh-keys v0.45.0 |
2836 | 2024-11-28T04:36:22.350Z | Compiling flume v0.11.1 |
2837 | 2024-11-28T04:36:22.579Z | Compiling headers v0.4.0 |
2838 | 2024-11-28T04:36:22.742Z | Compiling trust-dns-proto v0.22.0 |
2839 | 2024-11-28T04:36:23.129Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2840 | 2024-11-28T04:36:24.463Z | Compiling hyper-staticfile v0.10.1 |
2841 | 2024-11-28T04:36:25.725Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2842 | 2024-11-28T04:36:26.373Z | Compiling num-bigint v0.4.6 |
2843 | 2024-11-28T04:36:26.668Z | Compiling des v0.8.1 |
2844 | 2024-11-28T04:36:26.797Z | Compiling subprocess v0.2.9 |
2845 | 2024-11-28T04:36:26.824Z | Compiling display-error-chain v0.2.2 |
2846 | 2024-11-28T04:36:27.013Z | Compiling hex-literal v0.4.1 |
2847 | 2024-11-28T04:36:27.047Z | Compiling dhcproto-macros v0.1.0 |
2848 | 2024-11-28T04:36:27.186Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2849 | 2024-11-28T04:36:27.462Z | Compiling internet-checksum v0.2.1 |
2850 | 2024-11-28T04:36:28.061Z | Compiling dhcproto v0.12.0 |
2851 | 2024-11-28T04:36:29.542Z | Compiling russh v0.45.0 |
2852 | 2024-11-28T04:36:31.788Z | Compiling progenitor v0.8.0 |
2853 | 2024-11-28T04:36:31.929Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2854 | 2024-11-28T04:36:31.933Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2855 | 2024-11-28T04:36:31.933Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2856 | 2024-11-28T04:36:31.933Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2857 | 2024-11-28T04:36:31.933Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2858 | 2024-11-28T04:36:31.933Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2859 | 2024-11-28T04:36:32.028Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2860 | 2024-11-28T04:36:33.454Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2861 | 2024-11-28T04:36:33.699Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2862 | 2024-11-28T04:36:34.318Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2863 | 2024-11-28T04:36:37.682Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2864 | 2024-11-28T04:36:38.939Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2865 | 2024-11-28T04:36:48.476Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2866 | 2024-11-28T04:36:48.476Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2867 | 2024-11-28T04:36:48.479Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2868 | 2024-11-28T04:36:48.479Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2869 | 2024-11-28T04:36:51.805Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2870 | 2024-11-28T04:36:52.068Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2871 | 2024-11-28T04:36:53.259Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2872 | 2024-11-28T04:36:53.470Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2873 | 2024-11-28T04:36:55.902Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2874 | 2024-11-28T04:36:56.684Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2875 | 2024-11-28T04:36:57.741Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2876 | 2024-11-28T04:36:57.954Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2877 | 2024-11-28T04:36:59.421Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2878 | 2024-11-28T04:37:00.883Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2879 | 2024-11-28T04:37:00.966Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2880 | 2024-11-28T04:37:02.119Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2881 | 2024-11-28T04:37:02.607Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2882 | 2024-11-28T04:37:02.610Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2883 | 2024-11-28T04:37:03.065Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2884 | 2024-11-28T04:37:04.843Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2885 | 2024-11-28T04:37:04.865Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2886 | 2024-11-28T04:37:05.323Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2887 | 2024-11-28T04:37:07.261Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2888 | 2024-11-28T04:37:07.876Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2889 | 2024-11-28T04:37:10.887Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2890 | 2024-11-28T04:37:10.891Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2891 | 2024-11-28T04:37:12.625Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2892 | 2024-11-28T04:37:12.994Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2893 | 2024-11-28T04:37:19.040Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2894 | 2024-11-28T04:37:27.757Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2895 | 2024-11-28T04:37:29.174Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2896 | 2024-11-28T04:37:49.857Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2897 | 2024-11-28T04:38:26.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 46s |
2898 | 2024-11-28T04:38:26.605Z | |
2899 | 2024-11-28T04:38:26.605Z | real 2:47.193990332 |
2900 | 2024-11-28T04:38:26.605Z | user 12:44.131163862 |
2901 | 2024-11-28T04:38:26.605Z | sys 2:46.805480819 |
2902 | 2024-11-28T04:38:26.605Z | trap 0.355452346 |
2903 | 2024-11-28T04:38:26.605Z | tflt 0.764204223 |
2904 | 2024-11-28T04:38:26.605Z | dflt 1.908012145 |
2905 | 2024-11-28T04:38:26.611Z | kflt 0.000044959 |
2906 | 2024-11-28T04:38:26.611Z | lock 26:38.758600632 |
2907 | 2024-11-28T04:38:26.611Z | slp 45:49.618365023 |
2908 | 2024-11-28T04:38:26.612Z | lat 36.945257743 |
2909 | 2024-11-28T04:38:26.612Z | stop 1:31.686635837 |
2910 | 2024-11-28T04:38:26.612Z | + mkdir tests |
2911 | 2024-11-28T04:38:26.612Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2912 | 2024-11-28T04:38:26.616Z | + xargs -I '{}' -t cp '{}' tests/ |
2913 | 2024-11-28T04:38:27.655Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-f4fdbb8bc3d0765e tests/ |
2914 | 2024-11-28T04:38:27.683Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-cc98b270d538ac87 tests/ |
2915 | 2024-11-28T04:38:27.709Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-9f5ec22b9564f4c1 tests/ |
2916 | 2024-11-28T04:38:27.744Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-d4f533ab7061bbd8 tests/ |
2917 | 2024-11-28T04:38:27.976Z | + files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*) |
2918 | 2024-11-28T04:38:27.979Z | + 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-f4fdbb8bc3d0765e tests/commtest-9f5ec22b9564f4c1 tests/dhcp_server-cc98b270d538ac87 tests/end_to_end_tests-d4f533ab7061bbd8 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-dtrace.tar out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
2919 | 2024-11-28T04:39:39.264Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2920 | 2024-11-28T04:39:39.264Z | a .github/buildomat/ci-env.sh 1K |
2921 | 2024-11-28T04:39:39.264Z | a out/target/test 1K |
2922 | 2024-11-28T04:39:39.264Z | a out/npuzone/npuzone 23144K |
2923 | 2024-11-28T04:39:39.264Z | a package-manifest.toml 32K |
2924 | 2024-11-28T04:39:39.264Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2925 | 2024-11-28T04:39:39.264Z | a target/release/omicron-package 36349K |
2926 | 2024-11-28T04:39:39.264Z | a target/release/xtask 11750K |
2927 | 2024-11-28T04:39:39.265Z | a target/debug/bootstrap 210027K |
2928 | 2024-11-28T04:39:39.265Z | a tests/bootstrap-f4fdbb8bc3d0765e 24246K |
2929 | 2024-11-28T04:39:39.265Z | a tests/commtest-9f5ec22b9564f4c1 25022K |
2930 | 2024-11-28T04:39:39.265Z | a tests/dhcp_server-cc98b270d538ac87 24246K |
2931 | 2024-11-28T04:39:39.265Z | a tests/end_to_end_tests-d4f533ab7061bbd8 228127K |
2932 | 2024-11-28T04:39:39.265Z | a out/clickhouse.tar.gz 285866K |
2933 | 2024-11-28T04:39:39.265Z | a out/clickhouse_keeper.tar.gz 285848K |
2934 | 2024-11-28T04:39:39.265Z | a out/clickhouse_server.tar.gz 285848K |
2935 | 2024-11-28T04:39:39.265Z | a out/cockroachdb.tar.gz 134560K |
2936 | 2024-11-28T04:39:39.265Z | a out/crucible-dtrace.tar 85K |
2937 | 2024-11-28T04:39:39.265Z | a out/crucible-pantry-zone.tar.gz 28179K |
2938 | 2024-11-28T04:39:39.265Z | a out/crucible-zone.tar.gz 36394K |
2939 | 2024-11-28T04:39:39.265Z | a out/external-dns.tar.gz 35281K |
2940 | 2024-11-28T04:39:39.265Z | a out/internal-dns.tar.gz 35279K |
2941 | 2024-11-28T04:39:39.265Z | a out/mg-ddm-gz.tar 63075K |
2942 | 2024-11-28T04:39:39.265Z | a out/nexus.tar.gz 100450K |
2943 | 2024-11-28T04:39:39.265Z | a out/ntp.tar.gz 10352K |
2944 | 2024-11-28T04:39:39.265Z | a out/omicron-gateway-softnpu.tar.gz 23940K |
2945 | 2024-11-28T04:39:39.265Z | a out/omicron-sled-agent.tar 113624K |
2946 | 2024-11-28T04:39:39.266Z | a out/overlay.tar.gz 3K |
2947 | 2024-11-28T04:39:39.266Z | a out/oximeter.tar.gz 51245K |
2948 | 2024-11-28T04:39:39.266Z | a out/oxlog.tar 3088K |
2949 | 2024-11-28T04:39:39.266Z | a out/probe.tar.gz 2764K |
2950 | 2024-11-28T04:39:39.266Z | a out/propolis-server.tar.gz 66600K |
2951 | 2024-11-28T04:39:39.266Z | a out/pumpkind-gz.tar 26665K |
2952 | 2024-11-28T04:39:39.266Z | a out/switch-softnpu.tar.gz 237341K |
2953 | 2024-11-28T04:39:39.270Z | |
2954 | 2024-11-28T04:39:39.270Z | real 1:11.281902116 |
2955 | 2024-11-28T04:39:39.270Z | user 1:08.186113201 |
2956 | 2024-11-28T04:39:39.270Z | sys 4.390540568 |
2957 | 2024-11-28T04:39:39.270Z | trap 0.017231846 |
2958 | 2024-11-28T04:39:39.270Z | tflt 0.000000000 |
2959 | 2024-11-28T04:39:39.270Z | dflt 0.000000000 |
2960 | 2024-11-28T04:39:39.270Z | kflt 0.000000000 |
2961 | 2024-11-28T04:39:39.270Z | lock 0.000000000 |
2962 | 2024-11-28T04:39:39.270Z | slp 1:08.117347273 |
2963 | 2024-11-28T04:39:39.270Z | lat 1.847902446 |
2964 | 2024-11-28T04:39:39.270Z | stop 0.000198637 |
2965 | 2024-11-28T04:39:39.270Z | process exited: duration 2076664 ms, exit code 0 |
|
2966 | 2024-11-28T04:39:39.285Z | found 1 output files |
2967 | 2024-11-28T04:39:39.285Z | uploading: /work/package.tar.gz (1878246161 bytes) |
2968 | 2024-11-28T04:40:18.038Z | uploaded: /work/package.tar.gz |