|
|
|
1 | 2024-11-22T01:29:03.464Z | job assigned to worker 01JD8QQRAXASH47JNA35AW57VF [factory aws, i-0d4d38cf025479697] (queued for 50 s) |
|
2 | 2024-11-22T01:29:11.681Z | starting task 0: "setup" |
3 | 2024-11-22T01:29:11.692Z | ++ uname -s |
4 | 2024-11-22T01:29:11.696Z | + kern=SunOS |
5 | 2024-11-22T01:29:11.696Z | + case "$kern" in |
6 | 2024-11-22T01:29:11.696Z | + groupadd -g 12345 build |
7 | 2024-11-22T01:29:11.696Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-22T01:29:13.698Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-22T01:29:13.849Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-22T01:29:13.851Z | + home_fs=zfs |
11 | 2024-11-22T01:29:13.851Z | + [[ zfs == autofs ]] |
12 | 2024-11-22T01:29:13.851Z | + mkdir -p /home/build |
13 | 2024-11-22T01:29:13.854Z | + chown build:build /home/build /work |
14 | 2024-11-22T01:29:15.855Z | + chmod 0700 /home/build /work |
15 | 2024-11-22T01:29:15.858Z | process exited: duration 4177 ms, exit code 0 |
|
16 | 2024-11-22T01:29:15.864Z | starting task 1: "rust-toolchain" |
17 | 2024-11-22T01:29:15.869Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-22T01:29:15.870Z | ' 1.81.0 |
19 | 2024-11-22T01:29:15.870Z | * toolchain channel = "1.81.0" |
20 | 2024-11-22T01:29:15.870Z | * toolchain profile = "default" |
21 | 2024-11-22T01:29:15.870Z | + printf ' * toolchain profile = "%s" |
22 | 2024-11-22T01:29:15.870Z | ' default |
23 | 2024-11-22T01:29:15.873Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-22T01:29:15.873Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-22T01:29:15.996Z | info: downloading installer |
26 | 2024-11-22T01:29:17.453Z | info: profile set to 'default' |
27 | 2024-11-22T01:29:17.453Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-22T01:29:17.456Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-22T01:29:17.614Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-22T01:29:17.614Z | info: downloading component 'cargo' |
31 | 2024-11-22T01:29:18.468Z | info: downloading component 'clippy' |
32 | 2024-11-22T01:29:18.781Z | info: downloading component 'rust-docs' |
33 | 2024-11-22T01:29:19.961Z | info: downloading component 'rust-std' |
34 | 2024-11-22T01:29:21.790Z | info: downloading component 'rustc' |
35 | 2024-11-22T01:29:28.362Z | info: downloading component 'rustfmt' |
36 | 2024-11-22T01:29:28.606Z | info: installing component 'cargo' |
37 | 2024-11-22T01:29:29.414Z | info: installing component 'clippy' |
38 | 2024-11-22T01:29:29.771Z | info: installing component 'rust-docs' |
39 | 2024-11-22T01:29:31.405Z | info: installing component 'rust-std' |
40 | 2024-11-22T01:29:33.128Z | info: installing component 'rustc' |
41 | 2024-11-22T01:29:38.762Z | info: installing component 'rustfmt' |
42 | 2024-11-22T01:29:39.080Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-22T01:29:39.080Z | |
44 | 2024-11-22T01:29:39.451Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-22T01:29:39.451Z | |
46 | 2024-11-22T01:29:39.454Z | |
47 | 2024-11-22T01:29:39.454Z | Rust is installed now. Great! |
48 | 2024-11-22T01:29:39.454Z | |
49 | 2024-11-22T01:29:39.454Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-22T01:29:39.454Z | environment variable. This has not been done automatically. |
51 | 2024-11-22T01:29:39.454Z | |
52 | 2024-11-22T01:29:39.454Z | To configure your current shell, you need to source |
53 | 2024-11-22T01:29:39.454Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-22T01:29:39.454Z | |
55 | 2024-11-22T01:29:39.454Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-22T01:29:39.454Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-22T01:29:39.454Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-22T01:29:39.526Z | + rustc --version |
59 | 2024-11-22T01:29:39.594Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-22T01:29:39.596Z | process exited: duration 23724 ms, exit code 0 |
|
61 | 2024-11-22T01:29:39.604Z | starting task 2: "authentication" |
62 | 2024-11-22T01:29:39.621Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-11-22T01:29:39.626Z | starting task 3: "clone repository" |
64 | 2024-11-22T01:29:39.631Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-22T01:29:39.634Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-22T01:29:39.903Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-22T01:29:46.315Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-22T01:29:46.315Z | + git fetch origin 37f0900d4b7df82f30cc5e8868ec8ae0fb7b3ac9 |
69 | 2024-11-22T01:29:46.623Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-22T01:29:46.623Z | * branch 37f0900d4b7df82f30cc5e8868ec8ae0fb7b3ac9 -> FETCH_HEAD |
71 | 2024-11-22T01:29:46.633Z | + [[ -n support-bundle-storage-api ]] |
72 | 2024-11-22T01:29:46.635Z | ++ git branch --show-current |
73 | 2024-11-22T01:29:46.637Z | + current=main |
74 | 2024-11-22T01:29:46.637Z | + [[ main != support-bundle-storage-api ]] |
75 | 2024-11-22T01:29:46.637Z | + git branch -f support-bundle-storage-api 37f0900d4b7df82f30cc5e8868ec8ae0fb7b3ac9 |
76 | 2024-11-22T01:29:46.640Z | + git checkout -f support-bundle-storage-api |
77 | 2024-11-22T01:29:46.816Z | Switched to branch 'support-bundle-storage-api' |
78 | 2024-11-22T01:29:46.819Z | + git reset --hard 37f0900d4b7df82f30cc5e8868ec8ae0fb7b3ac9 |
79 | 2024-11-22T01:29:46.985Z | HEAD is now at 37f0900d4 clippy |
80 | 2024-11-22T01:29:46.988Z | process exited: duration 7358 ms, exit code 0 |
|
81 | 2024-11-22T01:29:46.993Z | starting task 4: "build" |
82 | 2024-11-22T01:29:46.998Z | + source .github/buildomat/ci-env.sh |
83 | 2024-11-22T01:29:46.998Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-11-22T01:29:47.001Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-11-22T01:29:47.001Z | + cargo --version |
86 | 2024-11-22T01:29:47.056Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-11-22T01:29:47.058Z | + rustc --version |
88 | 2024-11-22T01:29:47.117Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-11-22T01:29:47.120Z | + WORK=/work |
90 | 2024-11-22T01:29:47.120Z | + pfexec mkdir -p /work |
91 | 2024-11-22T01:29:47.123Z | + pfexec chown build /work |
92 | 2024-11-22T01:29:47.125Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2024-11-22T01:30:03.852Z | Startup: Refreshing catalog 'helios-dev' ... Done |
94 | 2024-11-22T01:30:07.604Z | Startup: Caching catalogs ... Done |
95 | 2024-11-22T01:30:16.263Z | Planning: Solver setup ... Done (7.892s) |
96 | 2024-11-22T01:30:16.375Z | Planning: Running solver ... Done (0.109s) |
97 | 2024-11-22T01:30:16.540Z | Planning: Finding local manifests ... Done (0.080s) |
98 | 2024-11-22T01:30:16.573Z | Planning: Fetching manifests: 0/5 0% complete |
99 | 2024-11-22T01:30:17.224Z | Planning: Fetching manifests: 5/5 100% complete |
100 | 2024-11-22T01:30:17.414Z | Planning: Package planning ... Done (0.190s) |
101 | 2024-11-22T01:30:17.470Z | Planning: Merging actions ... Done (0.055s) |
102 | 2024-11-22T01:30:18.143Z | Planning: Checking for conflicting actions ... Done (0.674s) |
103 | 2024-11-22T01:30:22.852Z | Planning: Consolidating action changes ... Done (4.707s) |
104 | 2024-11-22T01:30:23.242Z | Planning: Evaluating mediators ... Done (0.387s) |
105 | 2024-11-22T01:30:23.379Z | Planning: Planning completed in 15.68 seconds |
106 | 2024-11-22T01:30:23.395Z | Packages to install: 4 |
107 | 2024-11-22T01:30:23.398Z | Packages to update: 1 |
108 | 2024-11-22T01:30:23.398Z | Mediators to change: 2 |
109 | 2024-11-22T01:30:23.398Z | Services to change: 1 |
110 | 2024-11-22T01:30:23.398Z | Estimated space available: 155.64 GB |
111 | 2024-11-22T01:30:23.398Z | Estimated space to be consumed: 1.60 GB |
112 | 2024-11-22T01:30:23.398Z | Create boot environment: No |
113 | 2024-11-22T01:30:23.398Z | Create backup boot environment: Yes |
114 | 2024-11-22T01:30:23.399Z | Rebuild boot archive: No |
115 | 2024-11-22T01:30:23.399Z | |
116 | 2024-11-22T01:30:23.399Z | Changed mediators: |
117 | 2024-11-22T01:30:23.399Z | mediator clang: |
118 | 2024-11-22T01:30:23.399Z | version: None -> 15 (system default) |
119 | 2024-11-22T01:30:23.399Z | |
120 | 2024-11-22T01:30:23.399Z | mediator llvm: |
121 | 2024-11-22T01:30:23.399Z | version: 14 (system default) -> 15 (system default) |
122 | 2024-11-22T01:30:23.399Z | |
123 | 2024-11-22T01:30:23.399Z | Changed packages: |
124 | 2024-11-22T01:30:23.399Z | helios-dev |
125 | 2024-11-22T01:30:23.399Z | developer/build-essential |
126 | 2024-11-22T01:30:23.399Z | None -> 11-2.0 |
127 | 2024-11-22T01:30:23.399Z | library/libxmlsec1 |
128 | 2024-11-22T01:30:23.399Z | None -> 1.2.35-2.0 |
129 | 2024-11-22T01:30:23.399Z | ooce/developer/clang-15 |
130 | 2024-11-22T01:30:23.399Z | None -> 15.0.7-2.0 |
131 | 2024-11-22T01:30:23.399Z | ooce/developer/llvm-15 |
132 | 2024-11-22T01:30:23.399Z | None -> 15.0.7-2.0 |
133 | 2024-11-22T01:30:23.399Z | package/pkg |
134 | 2024-11-22T01:30:23.399Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
135 | 2024-11-22T01:30:23.399Z | |
136 | 2024-11-22T01:30:23.399Z | Services: |
137 | 2024-11-22T01:30:23.399Z | restart_fmri: |
138 | 2024-11-22T01:30:23.399Z | svc:/system/update-man-index:default |
139 | 2024-11-22T01:30:23.399Z | |
140 | 2024-11-22T01:30:23.399Z | Editable files to change: |
141 | 2024-11-22T01:30:23.399Z | Update: |
142 | 2024-11-22T01:30:23.399Z | usr/share/lib/pkg/web/config.shtml |
143 | 2024-11-22T01:30:23.590Z | |
144 | 2024-11-22T01:30:23.590Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
145 | 2024-11-22T01:30:31.077Z | Download: 213/4281 items 1.3/220.6MB 0% complete (548k/s) |
146 | 2024-11-22T01:30:36.081Z | Download: 1059/4281 items 19.7/220.6MB 8% complete (1.9M/s) |
147 | 2024-11-22T01:30:41.082Z | Download: 1591/4281 items 117.7/220.6MB 53% complete (11.7M/s) |
148 | 2024-11-22T01:30:48.147Z | Download: 2223/4281 items 119.2/220.6MB 54% complete (10.1M/s) |
149 | 2024-11-22T01:31:06.723Z | Download: 2224/4281 items 119.2/220.6MB 54% complete |
150 | 2024-11-22T01:31:11.711Z | Download: 3245/4281 items 197.0/220.6MB 89% complete (15.4M/s) |
151 | 2024-11-22T01:31:15.554Z | Download: Completed 220.60 MB in 51.95 seconds (4.2M/s) |
152 | 2024-11-22T01:31:18.339Z | Actions: 1/5063 actions (Removing old actions) |
153 | 2024-11-22T01:31:18.353Z | Actions: 194/5063 actions (Installing new actions) |
154 | 2024-11-22T01:31:23.382Z | Actions: 4101/5063 actions (Installing new actions) |
155 | 2024-11-22T01:31:23.867Z | Actions: 4226/5063 actions (Updating modified actions) |
156 | 2024-11-22T01:31:24.199Z | Actions: Completed 5063 actions in 5.86 seconds. |
157 | 2024-11-22T01:31:24.419Z | Done (0.212s) |
158 | 2024-11-22T01:31:24.421Z | Done (0.000s) |
159 | 2024-11-22T01:31:24.949Z | Done (0.529s) |
160 | 2024-11-22T01:31:30.810Z | Done (5.607s) |
161 | 2024-11-22T01:31:31.077Z | Done (0.227s) |
162 | 2024-11-22T01:31:31.095Z | Done (0.000s) |
163 | 2024-11-22T01:31:31.220Z | Done (0.000s) |
164 | 2024-11-22T01:31:31.886Z | Planning: Evaluating mediator changes ... Done |
165 | 2024-11-22T01:31:32.048Z | Planning: Checking for conflicting actions ... Done |
166 | 2024-11-22T01:31:32.053Z | Planning: Consolidating action changes ... Done |
167 | 2024-11-22T01:31:32.313Z | Planning: Evaluating mediators ... Done |
168 | 2024-11-22T01:31:32.317Z | Planning: Planning completed in 0.43 seconds |
169 | 2024-11-22T01:31:32.352Z | Mediators to change: 2 |
170 | 2024-11-22T01:31:32.352Z | Create boot environment: No |
171 | 2024-11-22T01:31:32.354Z | Create backup boot environment: No |
172 | 2024-11-22T01:31:32.481Z | Done |
173 | 2024-11-22T01:31:32.481Z | Done |
174 | 2024-11-22T01:31:32.858Z | Done |
175 | 2024-11-22T01:31:36.436Z | Done |
176 | 2024-11-22T01:31:36.534Z | Done |
177 | 2024-11-22T01:31:36.537Z | Done |
178 | 2024-11-22T01:31:36.707Z | Done |
179 | 2024-11-22T01:31:37.326Z | Planning: Evaluating mediator changes ... Done |
180 | 2024-11-22T01:31:37.329Z | Planning: Merging actions ... Done |
181 | 2024-11-22T01:31:37.517Z | Planning: Checking for conflicting actions ... Done |
182 | 2024-11-22T01:31:37.520Z | Planning: Consolidating action changes ... Done |
183 | 2024-11-22T01:31:37.785Z | Planning: Evaluating mediators ... Done |
184 | 2024-11-22T01:31:37.841Z | Planning: Planning completed in 0.76 seconds |
185 | 2024-11-22T01:31:37.880Z | Packages to change: 1 |
186 | 2024-11-22T01:31:37.880Z | Mediators to change: 1 |
187 | 2024-11-22T01:31:37.883Z | Services to change: 1 |
188 | 2024-11-22T01:31:37.883Z | Create boot environment: No |
189 | 2024-11-22T01:31:37.883Z | Create backup boot environment: Yes |
190 | 2024-11-22T01:31:40.037Z | Actions: 1/6 actions (Updating modified actions) |
191 | 2024-11-22T01:31:40.076Z | Actions: Completed 6 actions in 0.04 seconds. |
192 | 2024-11-22T01:31:40.079Z | Done |
193 | 2024-11-22T01:31:40.079Z | Done |
194 | 2024-11-22T01:31:40.184Z | Done |
195 | 2024-11-22T01:31:43.807Z | Done |
196 | 2024-11-22T01:31:43.898Z | Done |
197 | 2024-11-22T01:31:43.901Z | Done |
198 | 2024-11-22T01:31:44.067Z | Done |
199 | 2024-11-22T01:31:44.503Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
200 | 2024-11-22T01:31:44.503Z | clang system 15 system |
201 | 2024-11-22T01:31:44.503Z | csh system system illumos |
202 | 2024-11-22T01:31:44.503Z | ctags system system illumos |
203 | 2024-11-22T01:31:44.503Z | gcc vendor 12 vendor |
204 | 2024-11-22T01:31:44.503Z | gcc system 10 system |
205 | 2024-11-22T01:31:44.503Z | gcc system 7 system |
206 | 2024-11-22T01:31:44.503Z | go system 1.20 system |
207 | 2024-11-22T01:31:44.503Z | go system 1.19 system |
208 | 2024-11-22T01:31:44.503Z | llvm system 15 system |
209 | 2024-11-22T01:31:44.503Z | llvm system 14 system |
210 | 2024-11-22T01:31:44.503Z | mariadb system 10.6 system |
211 | 2024-11-22T01:31:44.503Z | mta vendor vendor dma |
212 | 2024-11-22T01:31:44.503Z | openjdk system 17 system |
213 | 2024-11-22T01:31:44.503Z | openjdk system 11 system |
214 | 2024-11-22T01:31:44.503Z | openjdk system 1.8 system |
215 | 2024-11-22T01:31:44.503Z | openssl vendor 3 vendor |
216 | 2024-11-22T01:31:44.504Z | perl system 5.36 system |
217 | 2024-11-22T01:31:44.504Z | postgresql system 15 system |
218 | 2024-11-22T01:31:44.504Z | postgresql system 13 system |
219 | 2024-11-22T01:31:44.504Z | python vendor 3 vendor |
220 | 2024-11-22T01:31:44.504Z | python system 2 system |
221 | 2024-11-22T01:31:44.504Z | python3 system 3.11 system |
222 | 2024-11-22T01:31:44.504Z | ruby system 3.0 system |
223 | 2024-11-22T01:31:44.504Z | words vendor vendor american-english |
224 | 2024-11-22T01:31:44.504Z | words system system australian-english |
225 | 2024-11-22T01:31:44.504Z | words system system british-english |
226 | 2024-11-22T01:31:44.504Z | words system system canadian-english |
227 | 2024-11-22T01:31:44.504Z | words system system french |
228 | 2024-11-22T01:31:44.504Z | words system system italian |
229 | 2024-11-22T01:31:44.504Z | words system system ngerman |
230 | 2024-11-22T01:31:44.505Z | words system system ogerman |
231 | 2024-11-22T01:31:44.505Z | words system system spanish |
232 | 2024-11-22T01:31:44.829Z | PUBLISHER TYPE STATUS P LOCATION |
233 | 2024-11-22T01:31:44.829Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
234 | 2024-11-22T01:31:47.357Z | FMRI IFO |
235 | 2024-11-22T01:31:47.357Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
236 | 2024-11-22T01:31:47.358Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
237 | 2024-11-22T01:31:47.358Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
238 | 2024-11-22T01:31:47.358Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
239 | 2024-11-22T01:31:47.358Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
240 | 2024-11-22T01:31:47.360Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
241 | 2024-11-22T01:31:47.360Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
242 | 2024-11-22T01:31:47.360Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
243 | 2024-11-22T01:31:47.360Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
244 | 2024-11-22T01:31:47.360Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
245 | 2024-11-22T01:31:47.360Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
246 | 2024-11-22T01:31:47.360Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
247 | 2024-11-22T01:31:47.360Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
248 | 2024-11-22T01:31:47.360Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
249 | 2024-11-22T01:31:47.360Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
250 | 2024-11-22T01:31:48.085Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
251 | 2024-11-22T01:31:48.379Z | Updating crates.io index |
252 | 2024-11-22T01:31:48.458Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
253 | 2024-11-22T01:31:49.261Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
254 | 2024-11-22T01:31:49.492Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
255 | 2024-11-22T01:31:49.768Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
256 | 2024-11-22T01:31:50.063Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
257 | 2024-11-22T01:31:50.996Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
258 | 2024-11-22T01:31:53.324Z | Updating git repository `https://github.com/oxidecomputer/opte` |
259 | 2024-11-22T01:31:54.418Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
260 | 2024-11-22T01:31:55.154Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
261 | 2024-11-22T01:31:55.406Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
262 | 2024-11-22T01:31:55.679Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
263 | 2024-11-22T01:31:56.240Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
264 | 2024-11-22T01:31:56.621Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
265 | 2024-11-22T01:31:56.911Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
266 | 2024-11-22T01:31:57.207Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
267 | 2024-11-22T01:31:57.439Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
268 | 2024-11-22T01:31:57.712Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
269 | 2024-11-22T01:31:58.003Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
270 | 2024-11-22T01:31:58.288Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
271 | 2024-11-22T01:31:58.666Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
272 | 2024-11-22T01:31:58.936Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
273 | 2024-11-22T01:31:59.439Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
274 | 2024-11-22T01:31:59.793Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
275 | 2024-11-22T01:32:00.411Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
276 | 2024-11-22T01:32:00.848Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
277 | 2024-11-22T01:32:01.254Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
278 | 2024-11-22T01:32:01.537Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
279 | 2024-11-22T01:32:01.860Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
280 | 2024-11-22T01:32:02.109Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
281 | 2024-11-22T01:32:03.543Z | Downloading crates ... |
282 | 2024-11-22T01:32:03.715Z | Downloaded autocfg v1.4.0 |
283 | 2024-11-22T01:32:03.717Z | Downloaded cpufeatures v0.2.14 |
284 | 2024-11-22T01:32:03.722Z | Downloaded cargo-platform v0.1.8 |
285 | 2024-11-22T01:32:03.726Z | Downloaded equivalent v1.0.1 |
286 | 2024-11-22T01:32:03.728Z | Downloaded anstyle-parse v0.2.5 |
287 | 2024-11-22T01:32:03.733Z | Downloaded clap v4.5.21 |
288 | 2024-11-22T01:32:03.742Z | Downloaded dof v0.3.0 |
289 | 2024-11-22T01:32:03.744Z | Downloaded crypto-common v0.1.6 |
290 | 2024-11-22T01:32:03.744Z | Downloaded byteorder v1.5.0 |
291 | 2024-11-22T01:32:03.747Z | Downloaded bitflags v2.6.0 |
292 | 2024-11-22T01:32:03.756Z | Downloaded clap_builder v4.5.21 |
293 | 2024-11-22T01:32:03.764Z | Downloaded pest_generator v2.7.14 |
294 | 2024-11-22T01:32:03.767Z | Downloaded anyhow v1.0.93 |
295 | 2024-11-22T01:32:03.769Z | Downloaded log v0.4.22 |
296 | 2024-11-22T01:32:03.772Z | Downloaded anstream v0.6.15 |
297 | 2024-11-22T01:32:03.774Z | Downloaded dtrace-parser v0.2.0 |
298 | 2024-11-22T01:32:03.774Z | Downloaded colorchoice v1.0.2 |
299 | 2024-11-22T01:32:03.774Z | Downloaded clap_derive v4.5.18 |
300 | 2024-11-22T01:32:03.777Z | Downloaded camino-tempfile v1.1.1 |
301 | 2024-11-22T01:32:03.779Z | Downloaded bytecount v0.6.8 |
302 | 2024-11-22T01:32:03.782Z | Downloaded block-buffer v0.10.4 |
303 | 2024-11-22T01:32:03.782Z | Downloaded cargo_metadata v0.18.1 |
304 | 2024-11-22T01:32:03.784Z | Downloaded cargo_toml v0.20.5 |
305 | 2024-11-22T01:32:03.793Z | Downloaded tabled v0.15.0 |
306 | 2024-11-22T01:32:03.809Z | Downloaded usdt-macro v0.5.0 |
307 | 2024-11-22T01:32:03.812Z | Downloaded digest v0.10.7 |
308 | 2024-11-22T01:32:03.812Z | Downloaded anstyle-query v1.1.1 |
309 | 2024-11-22T01:32:03.814Z | Downloaded pretty-hex v0.4.1 |
310 | 2024-11-22T01:32:03.814Z | Downloaded cfg-if v1.0.0 |
311 | 2024-11-22T01:32:03.819Z | Downloaded usdt-attr-macro v0.5.0 |
312 | 2024-11-22T01:32:03.827Z | Downloaded semver v1.0.23 |
313 | 2024-11-22T01:32:03.830Z | Downloaded fnv v1.0.7 |
314 | 2024-11-22T01:32:03.832Z | Downloaded camino v1.1.9 |
315 | 2024-11-22T01:32:03.836Z | Downloaded scroll_derive v0.12.0 |
316 | 2024-11-22T01:32:03.845Z | Downloaded swrite v0.1.0 |
317 | 2024-11-22T01:32:03.848Z | Downloaded once_cell v1.20.2 |
318 | 2024-11-22T01:32:03.854Z | Downloaded usdt-impl v0.5.0 |
319 | 2024-11-22T01:32:03.857Z | Downloaded plain v0.2.3 |
320 | 2024-11-22T01:32:03.859Z | Downloaded is_terminal_polyfill v1.70.1 |
321 | 2024-11-22T01:32:03.859Z | Downloaded heck v0.4.1 |
322 | 2024-11-22T01:32:03.859Z | Downloaded generic-array v0.14.7 |
323 | 2024-11-22T01:32:03.862Z | Downloaded fs-err v2.11.0 |
324 | 2024-11-22T01:32:03.864Z | Downloaded utf8parse v0.2.2 |
325 | 2024-11-22T01:32:03.864Z | Downloaded fastrand v2.1.1 |
326 | 2024-11-22T01:32:03.867Z | Downloaded version_check v0.9.5 |
327 | 2024-11-22T01:32:03.867Z | Downloaded terminal_size v0.4.0 |
328 | 2024-11-22T01:32:03.870Z | Downloaded proc-macro-error-attr v1.0.4 |
329 | 2024-11-22T01:32:03.870Z | Downloaded itoa v1.0.11 |
330 | 2024-11-22T01:32:03.870Z | Downloaded errno v0.3.9 |
331 | 2024-11-22T01:32:03.873Z | Downloaded anstyle v1.0.10 |
332 | 2024-11-22T01:32:03.875Z | Downloaded thiserror-impl v1.0.69 |
333 | 2024-11-22T01:32:03.882Z | Downloaded serde_spanned v0.6.8 |
334 | 2024-11-22T01:32:03.885Z | Downloaded unicode-linebreak v0.1.5 |
335 | 2024-11-22T01:32:03.886Z | Downloaded clap_lex v0.7.2 |
336 | 2024-11-22T01:32:03.889Z | Downloaded tabled_derive v0.7.0 |
337 | 2024-11-22T01:32:03.889Z | Downloaded toml_datetime v0.6.8 |
338 | 2024-11-22T01:32:03.891Z | Downloaded thiserror v1.0.69 |
339 | 2024-11-22T01:32:03.896Z | Downloaded memmap v0.7.0 |
340 | 2024-11-22T01:32:03.898Z | Downloaded strsim v0.11.1 |
341 | 2024-11-22T01:32:03.900Z | Downloaded serde_tokenstream v0.2.2 |
342 | 2024-11-22T01:32:03.900Z | Downloaded usdt v0.5.0 |
343 | 2024-11-22T01:32:03.903Z | Downloaded zerocopy-derive v0.7.35 |
344 | 2024-11-22T01:32:03.905Z | Downloaded quote v1.0.37 |
345 | 2024-11-22T01:32:03.908Z | Downloaded heck v0.5.0 |
346 | 2024-11-22T01:32:03.910Z | Downloaded thread-id v4.2.2 |
347 | 2024-11-22T01:32:03.910Z | Downloaded smawk v0.3.2 |
348 | 2024-11-22T01:32:03.914Z | Downloaded proc-macro2 v1.0.89 |
349 | 2024-11-22T01:32:03.930Z | Downloaded macaddr v1.0.1 |
350 | 2024-11-22T01:32:03.933Z | Downloaded scroll v0.12.0 |
351 | 2024-11-22T01:32:03.933Z | Downloaded sha2 v0.10.8 |
352 | 2024-11-22T01:32:03.933Z | Downloaded proc-macro-error v1.0.4 |
353 | 2024-11-22T01:32:03.933Z | Downloaded ucd-trie v0.1.7 |
354 | 2024-11-22T01:32:03.933Z | Downloaded tempfile v3.13.0 |
355 | 2024-11-22T01:32:03.939Z | Downloaded typenum v1.17.0 |
356 | 2024-11-22T01:32:03.942Z | Downloaded unicode-ident v1.0.13 |
357 | 2024-11-22T01:32:03.945Z | Downloaded pest_meta v2.7.14 |
358 | 2024-11-22T01:32:03.948Z | Downloaded papergrid v0.11.0 |
359 | 2024-11-22T01:32:03.952Z | Downloaded serde_derive v1.0.215 |
360 | 2024-11-22T01:32:03.955Z | Downloaded toml v0.8.19 |
361 | 2024-11-22T01:32:03.959Z | Downloaded memchr v2.7.4 |
362 | 2024-11-22T01:32:03.964Z | Downloaded textwrap v0.16.1 |
363 | 2024-11-22T01:32:03.967Z | Downloaded pest_derive v2.7.14 |
364 | 2024-11-22T01:32:03.971Z | Downloaded ryu v1.0.18 |
365 | 2024-11-22T01:32:03.973Z | Downloaded indexmap v2.6.0 |
366 | 2024-11-22T01:32:03.981Z | Downloaded serde v1.0.215 |
367 | 2024-11-22T01:32:03.994Z | Downloaded toml_edit v0.22.22 |
368 | 2024-11-22T01:32:04.024Z | Downloaded winnow v0.6.20 |
369 | 2024-11-22T01:32:04.032Z | Downloaded pest v2.7.14 |
370 | 2024-11-22T01:32:04.037Z | Downloaded hashbrown v0.15.0 |
371 | 2024-11-22T01:32:04.042Z | Downloaded zerocopy v0.7.35 |
372 | 2024-11-22T01:32:04.059Z | Downloaded serde_json v1.0.132 |
373 | 2024-11-22T01:32:04.066Z | Downloaded goblin v0.8.2 |
374 | 2024-11-22T01:32:04.072Z | Downloaded syn v2.0.87 |
375 | 2024-11-22T01:32:04.083Z | Downloaded syn v1.0.109 |
376 | 2024-11-22T01:32:04.094Z | Downloaded unicode-width v0.1.14 |
377 | 2024-11-22T01:32:04.104Z | Downloaded rustix v0.38.37 |
378 | 2024-11-22T01:32:04.149Z | Downloaded libc v0.2.162 |
379 | 2024-11-22T01:32:04.458Z | Compiling proc-macro2 v1.0.89 |
380 | 2024-11-22T01:32:04.458Z | Compiling unicode-ident v1.0.13 |
381 | 2024-11-22T01:32:04.458Z | Compiling serde v1.0.215 |
382 | 2024-11-22T01:32:04.461Z | Compiling version_check v0.9.5 |
383 | 2024-11-22T01:32:04.461Z | Compiling thiserror v1.0.69 |
384 | 2024-11-22T01:32:04.461Z | Compiling memchr v2.7.4 |
385 | 2024-11-22T01:32:04.461Z | Compiling libc v0.2.162 |
386 | 2024-11-22T01:32:04.461Z | Compiling ryu v1.0.18 |
387 | 2024-11-22T01:32:04.716Z | Compiling ucd-trie v0.1.7 |
388 | 2024-11-22T01:32:04.968Z | Compiling itoa v1.0.11 |
389 | 2024-11-22T01:32:05.147Z | Compiling once_cell v1.20.2 |
390 | 2024-11-22T01:32:05.296Z | Compiling byteorder v1.5.0 |
391 | 2024-11-22T01:32:05.492Z | Compiling serde_json v1.0.132 |
392 | 2024-11-22T01:32:05.802Z | Compiling rustix v0.38.37 |
393 | 2024-11-22T01:32:05.932Z | Compiling bitflags v2.6.0 |
394 | 2024-11-22T01:32:05.993Z | Compiling proc-macro-error-attr v1.0.4 |
395 | 2024-11-22T01:32:06.018Z | Compiling usdt-impl v0.5.0 |
396 | 2024-11-22T01:32:06.233Z | Compiling syn v1.0.109 |
397 | 2024-11-22T01:32:06.334Z | Compiling proc-macro-error v1.0.4 |
398 | 2024-11-22T01:32:06.359Z | Compiling utf8parse v0.2.2 |
399 | 2024-11-22T01:32:06.514Z | Compiling hashbrown v0.15.0 |
400 | 2024-11-22T01:32:06.537Z | Compiling log v0.4.22 |
401 | 2024-11-22T01:32:06.612Z | Compiling camino v1.1.9 |
402 | 2024-11-22T01:32:06.688Z | Compiling equivalent v1.0.1 |
403 | 2024-11-22T01:32:06.807Z | Compiling plain v0.2.3 |
404 | 2024-11-22T01:32:06.885Z | Compiling quote v1.0.37 |
405 | 2024-11-22T01:32:06.995Z | Compiling errno v0.3.9 |
406 | 2024-11-22T01:32:07.119Z | Compiling anstyle-parse v0.2.5 |
407 | 2024-11-22T01:32:07.349Z | Compiling syn v2.0.87 |
408 | 2024-11-22T01:32:07.435Z | Compiling thread-id v4.2.2 |
409 | 2024-11-22T01:32:07.552Z | Compiling is_terminal_polyfill v1.70.1 |
410 | 2024-11-22T01:32:07.619Z | Compiling pretty-hex v0.4.1 |
411 | 2024-11-22T01:32:07.648Z | Compiling indexmap v2.6.0 |
412 | 2024-11-22T01:32:07.677Z | Compiling unicode-width v0.1.14 |
413 | 2024-11-22T01:32:07.717Z | Compiling autocfg v1.4.0 |
414 | 2024-11-22T01:32:07.827Z | Compiling colorchoice v1.0.2 |
415 | 2024-11-22T01:32:07.984Z | Compiling semver v1.0.23 |
416 | 2024-11-22T01:32:08.183Z | Compiling anstyle-query v1.1.1 |
417 | 2024-11-22T01:32:08.341Z | Compiling winnow v0.6.20 |
418 | 2024-11-22T01:32:08.494Z | Compiling anstyle v1.0.10 |
419 | 2024-11-22T01:32:08.902Z | Compiling fs-err v2.11.0 |
420 | 2024-11-22T01:32:08.990Z | Compiling anstream v0.6.15 |
421 | 2024-11-22T01:32:09.081Z | Compiling fastrand v2.1.1 |
422 | 2024-11-22T01:32:09.164Z | Compiling clap_lex v0.7.2 |
423 | 2024-11-22T01:32:09.219Z | Compiling bytecount v0.6.8 |
424 | 2024-11-22T01:32:09.461Z | Compiling terminal_size v0.4.0 |
425 | 2024-11-22T01:32:09.658Z | Compiling strsim v0.11.1 |
426 | 2024-11-22T01:32:09.693Z | Compiling fnv v1.0.7 |
427 | 2024-11-22T01:32:09.718Z | Compiling anyhow v1.0.93 |
428 | 2024-11-22T01:32:09.777Z | Compiling cfg-if v1.0.0 |
429 | 2024-11-22T01:32:09.825Z | Compiling heck v0.4.1 |
430 | 2024-11-22T01:32:09.878Z | Compiling heck v0.5.0 |
431 | 2024-11-22T01:32:10.311Z | Compiling clap_builder v4.5.21 |
432 | 2024-11-22T01:32:10.398Z | Compiling papergrid v0.11.0 |
433 | 2024-11-22T01:32:10.654Z | Compiling tempfile v3.13.0 |
434 | 2024-11-22T01:32:10.891Z | Compiling memmap v0.7.0 |
435 | 2024-11-22T01:32:11.253Z | Compiling unicode-linebreak v0.1.5 |
436 | 2024-11-22T01:32:11.277Z | Compiling smawk v0.3.2 |
437 | 2024-11-22T01:32:11.738Z | Compiling textwrap v0.16.1 |
438 | 2024-11-22T01:32:12.136Z | Compiling swrite v0.1.0 |
439 | 2024-11-22T01:32:13.292Z | Compiling tabled_derive v0.7.0 |
440 | 2024-11-22T01:32:14.898Z | Compiling tabled v0.15.0 |
441 | 2024-11-22T01:32:16.260Z | Compiling serde_derive v1.0.215 |
442 | 2024-11-22T01:32:16.260Z | Compiling thiserror-impl v1.0.69 |
443 | 2024-11-22T01:32:16.263Z | Compiling zerocopy-derive v0.7.35 |
444 | 2024-11-22T01:32:16.263Z | Compiling scroll_derive v0.12.0 |
445 | 2024-11-22T01:32:16.263Z | Compiling clap_derive v4.5.18 |
446 | 2024-11-22T01:32:17.365Z | Compiling scroll v0.12.0 |
447 | 2024-11-22T01:32:17.827Z | Compiling goblin v0.8.2 |
448 | 2024-11-22T01:32:18.150Z | Compiling zerocopy v0.7.35 |
449 | 2024-11-22T01:32:18.971Z | Compiling pest v2.7.14 |
450 | 2024-11-22T01:32:20.211Z | Compiling clap v4.5.21 |
451 | 2024-11-22T01:32:21.079Z | Compiling pest_meta v2.7.14 |
452 | 2024-11-22T01:32:21.914Z | Compiling pest_generator v2.7.14 |
453 | 2024-11-22T01:32:23.897Z | Compiling pest_derive v2.7.14 |
454 | 2024-11-22T01:32:24.550Z | Compiling dtrace-parser v0.2.0 |
455 | 2024-11-22T01:32:26.405Z | Compiling serde_tokenstream v0.2.2 |
456 | 2024-11-22T01:32:26.477Z | Compiling toml_datetime v0.6.8 |
457 | 2024-11-22T01:32:26.477Z | Compiling serde_spanned v0.6.8 |
458 | 2024-11-22T01:32:26.697Z | Compiling cargo-platform v0.1.8 |
459 | 2024-11-22T01:32:26.836Z | Compiling toml_edit v0.22.22 |
460 | 2024-11-22T01:32:27.029Z | Compiling macaddr v1.0.1 |
461 | 2024-11-22T01:32:27.329Z | Compiling camino-tempfile v1.1.1 |
462 | 2024-11-22T01:32:27.912Z | Compiling dof v0.3.0 |
463 | 2024-11-22T01:32:27.982Z | Compiling cargo_metadata v0.18.1 |
464 | 2024-11-22T01:32:29.615Z | Compiling usdt-macro v0.5.0 |
465 | 2024-11-22T01:32:29.615Z | Compiling usdt-attr-macro v0.5.0 |
466 | 2024-11-22T01:32:29.660Z | Compiling toml v0.8.19 |
467 | 2024-11-22T01:32:30.631Z | Compiling cargo_toml v0.20.5 |
468 | 2024-11-22T01:32:31.017Z | Compiling usdt v0.5.0 |
469 | 2024-11-22T01:32:34.060Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
470 | 2024-11-22T01:32:38.180Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.32s |
471 | 2024-11-22T01:32:38.447Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
472 | 2024-11-22T01:32:38.996Z | Downloading crates ... |
473 | 2024-11-22T01:32:39.170Z | Downloaded indoc v1.0.9 |
474 | 2024-11-22T01:32:39.178Z | Downloaded lock_api v0.4.12 |
475 | 2024-11-22T01:32:39.196Z | Downloaded darling v0.20.10 |
476 | 2024-11-22T01:32:39.204Z | Downloaded heapless v0.8.0 |
477 | 2024-11-22T01:32:39.208Z | Downloaded headers-core v0.3.0 |
478 | 2024-11-22T01:32:39.211Z | Downloaded heapless v0.7.17 |
479 | 2024-11-22T01:32:39.220Z | Downloaded ascii-canvas v3.0.0 |
480 | 2024-11-22T01:32:39.223Z | Downloaded atty v0.2.14 |
481 | 2024-11-22T01:32:39.229Z | Downloaded ahash v0.8.11 |
482 | 2024-11-22T01:32:39.232Z | Downloaded quinn-udp v0.5.5 |
483 | 2024-11-22T01:32:39.235Z | Downloaded assert_matches v1.5.0 |
484 | 2024-11-22T01:32:39.237Z | Downloaded arrayvec v0.7.6 |
485 | 2024-11-22T01:32:39.244Z | Downloaded atomicwrites v0.4.4 |
486 | 2024-11-22T01:32:39.248Z | Downloaded async-stream-impl v0.3.6 |
487 | 2024-11-22T01:32:39.248Z | Downloaded aead v0.5.2 |
488 | 2024-11-22T01:32:39.253Z | Downloaded array-init v0.0.4 |
489 | 2024-11-22T01:32:39.255Z | Downloaded arrayref v0.3.9 |
490 | 2024-11-22T01:32:39.258Z | Downloaded async-stream v0.3.6 |
491 | 2024-11-22T01:32:39.261Z | Downloaded litemap v0.7.3 |
492 | 2024-11-22T01:32:39.263Z | Downloaded httpdate v1.0.3 |
493 | 2024-11-22T01:32:39.267Z | Downloaded base16ct v0.2.0 |
494 | 2024-11-22T01:32:39.267Z | Downloaded adler2 v2.0.0 |
495 | 2024-11-22T01:32:39.270Z | Downloaded argon2 v0.5.3 |
496 | 2024-11-22T01:32:39.272Z | Downloaded hubpack_derive v0.1.1 |
497 | 2024-11-22T01:32:39.272Z | Downloaded hostname v0.3.1 |
498 | 2024-11-22T01:32:39.275Z | Downloaded home v0.5.9 |
499 | 2024-11-22T01:32:39.275Z | Downloaded atomic-waker v1.1.2 |
500 | 2024-11-22T01:32:39.277Z | Downloaded async-recursion v1.1.1 |
501 | 2024-11-22T01:32:39.287Z | Downloaded inout v0.1.3 |
502 | 2024-11-22T01:32:39.288Z | Downloaded humantime v2.1.0 |
503 | 2024-11-22T01:32:39.288Z | Downloaded hickory-server v0.24.1 |
504 | 2024-11-22T01:32:39.291Z | Downloaded http-body-util v0.1.2 |
505 | 2024-11-22T01:32:39.291Z | Downloaded hex v0.4.3 |
506 | 2024-11-22T01:32:39.294Z | Downloaded cfg_aliases v0.2.1 |
507 | 2024-11-22T01:32:39.294Z | Downloaded hostname v0.4.0 |
508 | 2024-11-22T01:32:39.297Z | Downloaded cfg_aliases v0.1.1 |
509 | 2024-11-22T01:32:39.299Z | Downloaded internet-checksum v0.2.1 |
510 | 2024-11-22T01:32:39.299Z | Downloaded hyper-rustls v0.27.3 |
511 | 2024-11-22T01:32:39.303Z | Downloaded httparse v1.9.5 |
512 | 2024-11-22T01:32:39.305Z | Downloaded hmac v0.12.1 |
513 | 2024-11-22T01:32:39.308Z | Downloaded addr2line v0.24.2 |
514 | 2024-11-22T01:32:39.310Z | Downloaded libloading v0.8.5 |
515 | 2024-11-22T01:32:39.312Z | Downloaded buf-list v1.0.3 |
516 | 2024-11-22T01:32:39.315Z | Downloaded backoff v0.4.0 |
517 | 2024-11-22T01:32:39.317Z | Downloaded indicatif v0.17.9 |
518 | 2024-11-22T01:32:39.322Z | Downloaded ident_case v1.0.1 |
519 | 2024-11-22T01:32:39.324Z | Downloaded indexmap v1.9.3 |
520 | 2024-11-22T01:32:39.327Z | Downloaded http-range v0.1.5 |
521 | 2024-11-22T01:32:39.329Z | Downloaded ciborium-io v0.2.2 |
522 | 2024-11-22T01:32:39.329Z | Downloaded http-body v1.0.1 |
523 | 2024-11-22T01:32:39.332Z | Downloaded http v1.1.0 |
524 | 2024-11-22T01:32:39.335Z | Downloaded md5 v0.7.0 |
525 | 2024-11-22T01:32:39.337Z | Downloaded is_ci v1.2.0 |
526 | 2024-11-22T01:32:39.337Z | Downloaded cstr-argument v0.1.2 |
527 | 2024-11-22T01:32:39.340Z | Downloaded crunchy v0.2.2 |
528 | 2024-11-22T01:32:39.340Z | Downloaded instant v0.1.13 |
529 | 2024-11-22T01:32:39.343Z | Downloaded block-padding v0.3.3 |
530 | 2024-11-22T01:32:39.343Z | Downloaded icu_provider_macros v1.5.0 |
531 | 2024-11-22T01:32:39.345Z | Downloaded match_cfg v0.1.0 |
532 | 2024-11-22T01:32:39.345Z | Downloaded icu_collections v1.5.0 |
533 | 2024-11-22T01:32:39.351Z | Downloaded hubpack v0.1.2 |
534 | 2024-11-22T01:32:39.353Z | Downloaded kstat-rs v0.2.4 |
535 | 2024-11-22T01:32:39.356Z | Downloaded indent_write v2.2.0 |
536 | 2024-11-22T01:32:39.356Z | Downloaded impl-trait-for-tuples v0.2.2 |
537 | 2024-11-22T01:32:39.359Z | Downloaded chrono-tz-build v0.4.0 |
538 | 2024-11-22T01:32:39.362Z | Downloaded cexpr v0.6.0 |
539 | 2024-11-22T01:32:39.364Z | Downloaded strum v0.26.3 |
540 | 2024-11-22T01:32:39.364Z | Downloaded matches v0.1.10 |
541 | 2024-11-22T01:32:39.364Z | Downloaded castaway v0.2.3 |
542 | 2024-11-22T01:32:39.367Z | Downloaded heck v0.3.3 |
543 | 2024-11-22T01:32:39.367Z | Downloaded idna_adapter v1.2.0 |
544 | 2024-11-22T01:32:39.370Z | Downloaded arc-swap v1.7.1 |
545 | 2024-11-22T01:32:39.373Z | Downloaded lru v0.12.5 |
546 | 2024-11-22T01:32:39.376Z | Downloaded crc v3.2.1 |
547 | 2024-11-22T01:32:39.379Z | Downloaded lazycell v1.3.0 |
548 | 2024-11-22T01:32:39.379Z | Downloaded linked-hash-map v0.5.6 |
549 | 2024-11-22T01:32:39.382Z | Downloaded maplit v1.0.2 |
550 | 2024-11-22T01:32:39.382Z | Downloaded managed v0.8.0 |
551 | 2024-11-22T01:32:39.385Z | Downloaded hyper-tls v0.6.0 |
552 | 2024-11-22T01:32:39.385Z | Downloaded instability v0.3.2 |
553 | 2024-11-22T01:32:39.388Z | Downloaded crc-catalog v2.4.0 |
554 | 2024-11-22T01:32:39.388Z | Downloaded russh-cryptovec v0.7.3 |
555 | 2024-11-22T01:32:39.390Z | Downloaded lockfree-object-pool v0.1.6 |
556 | 2024-11-22T01:32:39.392Z | Downloaded mime v0.3.17 |
557 | 2024-11-22T01:32:39.395Z | Downloaded linear-map v1.2.0 |
558 | 2024-11-22T01:32:39.395Z | Downloaded libsw v3.3.1 |
559 | 2024-11-22T01:32:39.398Z | Downloaded curve25519-dalek-derive v0.1.1 |
560 | 2024-11-22T01:32:39.400Z | Downloaded tower-service v0.3.3 |
561 | 2024-11-22T01:32:39.400Z | Downloaded toolchain_find v0.4.0 |
562 | 2024-11-22T01:32:39.403Z | Downloaded lazy_static v1.5.0 |
563 | 2024-11-22T01:32:39.403Z | Downloaded cbc v0.1.2 |
564 | 2024-11-22T01:32:39.405Z | Downloaded signal-hook-tokio v0.3.1 |
565 | 2024-11-22T01:32:39.407Z | Downloaded bcs v0.1.6 |
566 | 2024-11-22T01:32:39.410Z | Downloaded maybe-uninit v2.0.0 |
567 | 2024-11-22T01:32:39.410Z | Downloaded libefi-sys v0.1.0 |
568 | 2024-11-22T01:32:39.412Z | Downloaded cmake v0.1.51 |
569 | 2024-11-22T01:32:39.415Z | Downloaded highway v1.2.0 |
570 | 2024-11-22T01:32:39.417Z | Downloaded memoffset v0.9.1 |
571 | 2024-11-22T01:32:39.417Z | Downloaded bitflags v1.3.2 |
572 | 2024-11-22T01:32:39.420Z | Downloaded async-trait v0.1.83 |
573 | 2024-11-22T01:32:39.424Z | Downloaded cancel-safe-futures v0.1.5 |
574 | 2024-11-22T01:32:39.427Z | Downloaded spin v0.5.2 |
575 | 2024-11-22T01:32:39.430Z | Downloaded signature v2.2.0 |
576 | 2024-11-22T01:32:39.432Z | Downloaded bzip2 v0.4.4 |
577 | 2024-11-22T01:32:39.435Z | Downloaded structmeta-derive v0.3.0 |
578 | 2024-11-22T01:32:39.435Z | Downloaded ipnetwork v0.20.0 |
579 | 2024-11-22T01:32:39.437Z | Downloaded ipnet v2.10.1 |
580 | 2024-11-22T01:32:39.440Z | Downloaded lru-cache v0.1.2 |
581 | 2024-11-22T01:32:39.440Z | Downloaded allocator-api2 v0.2.18 |
582 | 2024-11-22T01:32:39.443Z | Downloaded darling_macro v0.20.10 |
583 | 2024-11-22T01:32:39.450Z | Downloaded jobserver v0.1.32 |
584 | 2024-11-22T01:32:39.450Z | Downloaded icu_locid_transform v1.5.0 |
585 | 2024-11-22T01:32:39.450Z | Downloaded cipher v0.4.4 |
586 | 2024-11-22T01:32:39.458Z | Downloaded secrecy v0.8.0 |
587 | 2024-11-22T01:32:39.458Z | Downloaded ref-cast-impl v1.0.23 |
588 | 2024-11-22T01:32:39.458Z | Downloaded ciborium v0.2.2 |
589 | 2024-11-22T01:32:39.458Z | Downloaded chacha20 v0.9.1 |
590 | 2024-11-22T01:32:39.466Z | Downloaded scopeguard v1.2.0 |
591 | 2024-11-22T01:32:39.466Z | Downloaded crc32fast v1.4.2 |
592 | 2024-11-22T01:32:39.466Z | Downloaded topological-sort v0.2.2 |
593 | 2024-11-22T01:32:39.466Z | Downloaded console v0.15.8 |
594 | 2024-11-22T01:32:39.477Z | Downloaded thread_local v1.1.8 |
595 | 2024-11-22T01:32:39.477Z | Downloaded strum_macros v0.24.3 |
596 | 2024-11-22T01:32:39.478Z | Downloaded mime_guess v2.0.5 |
597 | 2024-11-22T01:32:39.478Z | Downloaded md-5 v0.10.6 |
598 | 2024-11-22T01:32:39.478Z | Downloaded num_threads v0.1.7 |
599 | 2024-11-22T01:32:39.479Z | Downloaded slog-bunyan v2.5.0 |
600 | 2024-11-22T01:32:39.484Z | Downloaded serde_repr v0.1.19 |
601 | 2024-11-22T01:32:39.485Z | Downloaded oso-derive v0.27.3 |
602 | 2024-11-22T01:32:39.485Z | Downloaded slog-async v2.8.0 |
603 | 2024-11-22T01:32:39.485Z | Downloaded unicode-xid v0.2.6 |
604 | 2024-11-22T01:32:39.487Z | Downloaded new_debug_unreachable v1.0.6 |
605 | 2024-11-22T01:32:39.487Z | Downloaded newline-converter v0.3.0 |
606 | 2024-11-22T01:32:39.489Z | Downloaded tokio-native-tls v0.3.1 |
607 | 2024-11-22T01:32:39.491Z | Downloaded zeroize v1.8.1 |
608 | 2024-11-22T01:32:39.491Z | Downloaded which v4.4.2 |
609 | 2024-11-22T01:32:39.494Z | Downloaded thiserror-no-std v2.0.2 |
610 | 2024-11-22T01:32:39.498Z | Downloaded spin v0.9.8 |
611 | 2024-11-22T01:32:39.501Z | Downloaded icu_locid v1.5.0 |
612 | 2024-11-22T01:32:39.506Z | Downloaded base64 v0.21.7 |
613 | 2024-11-22T01:32:39.520Z | Downloaded path-slash v0.1.5 |
614 | 2024-11-22T01:32:39.523Z | Downloaded cookie_store v0.21.0 |
615 | 2024-11-22T01:32:39.525Z | Downloaded display-error-chain v0.2.2 |
616 | 2024-11-22T01:32:39.525Z | Downloaded defmt-parser v0.3.4 |
617 | 2024-11-22T01:32:39.527Z | Downloaded defmt-macros v0.3.9 |
618 | 2024-11-22T01:32:39.530Z | Downloaded const-oid v0.9.6 |
619 | 2024-11-22T01:32:39.532Z | Downloaded foldhash v0.1.3 |
620 | 2024-11-22T01:32:39.534Z | Downloaded fixedbitset v0.4.2 |
621 | 2024-11-22T01:32:39.537Z | Downloaded env_filter v0.1.2 |
622 | 2024-11-22T01:32:39.538Z | Downloaded icu_locid_transform_data v1.5.0 |
623 | 2024-11-22T01:32:39.541Z | Downloaded icu_normalizer v1.5.0 |
624 | 2024-11-22T01:32:39.543Z | Downloaded time-core v0.1.2 |
625 | 2024-11-22T01:32:39.545Z | Downloaded opaque-debug v0.3.1 |
626 | 2024-11-22T01:32:39.545Z | Downloaded float-ord v0.3.2 |
627 | 2024-11-22T01:32:39.548Z | Downloaded float-cmp v0.9.0 |
628 | 2024-11-22T01:32:39.550Z | Downloaded flagset v0.4.6 |
629 | 2024-11-22T01:32:39.550Z | Downloaded zone_cfg_derive v0.1.2 |
630 | 2024-11-22T01:32:39.552Z | Downloaded group v0.13.0 |
631 | 2024-11-22T01:32:39.555Z | Downloaded write16 v1.0.0 |
632 | 2024-11-22T01:32:39.555Z | Downloaded chacha20poly1305 v0.10.1 |
633 | 2024-11-22T01:32:39.557Z | Downloaded filetime v0.2.25 |
634 | 2024-11-22T01:32:39.559Z | Downloaded parse-display v0.10.0 |
635 | 2024-11-22T01:32:39.559Z | Downloaded backtrace v0.3.74 |
636 | 2024-11-22T01:32:39.564Z | Downloaded polyval v0.6.2 |
637 | 2024-11-22T01:32:39.567Z | Downloaded want v0.3.1 |
638 | 2024-11-22T01:32:39.569Z | Downloaded waitgroup v0.1.2 |
639 | 2024-11-22T01:32:39.569Z | Downloaded whoami v1.5.2 |
640 | 2024-11-22T01:32:39.572Z | Downloaded icu_normalizer_data v1.5.0 |
641 | 2024-11-22T01:32:39.574Z | Downloaded peg v0.8.4 |
642 | 2024-11-22T01:32:39.578Z | Downloaded quick-error v1.2.3 |
643 | 2024-11-22T01:32:39.581Z | Downloaded pbkdf2 v0.12.2 |
644 | 2024-11-22T01:32:39.583Z | Downloaded embedded-io v0.6.1 |
645 | 2024-11-22T01:32:39.583Z | Downloaded rustls-pemfile v2.2.0 |
646 | 2024-11-22T01:32:39.586Z | Downloaded slab v0.4.9 |
647 | 2024-11-22T01:32:39.589Z | Downloaded signal-hook-registry v1.4.2 |
648 | 2024-11-22T01:32:39.589Z | Downloaded rand_seeder v0.3.0 |
649 | 2024-11-22T01:32:39.592Z | Downloaded rand_core v0.6.4 |
650 | 2024-11-22T01:32:39.595Z | Downloaded proc-macro-crate v1.3.1 |
651 | 2024-11-22T01:32:39.595Z | Downloaded openssl-macros v0.1.1 |
652 | 2024-11-22T01:32:39.595Z | Downloaded defmt v0.3.8 |
653 | 2024-11-22T01:32:39.598Z | Downloaded openssl-probe v0.1.5 |
654 | 2024-11-22T01:32:39.601Z | Downloaded stringprep v0.1.5 |
655 | 2024-11-22T01:32:39.601Z | Downloaded string_cache v0.8.7 |
656 | 2024-11-22T01:32:39.604Z | Downloaded ssh-cipher v0.2.0 |
657 | 2024-11-22T01:32:39.606Z | Downloaded globset v0.4.15 |
658 | 2024-11-22T01:32:39.609Z | Downloaded slog-stdlog v4.1.1 |
659 | 2024-11-22T01:32:39.609Z | Downloaded newtype_derive v0.1.6 |
660 | 2024-11-22T01:32:39.611Z | Downloaded slog-scope v4.4.0 |
661 | 2024-11-22T01:32:39.612Z | Downloaded slog-json v2.6.1 |
662 | 2024-11-22T01:32:39.614Z | Downloaded bumpalo v3.16.0 |
663 | 2024-11-22T01:32:39.617Z | Downloaded value-bag v1.9.0 |
664 | 2024-11-22T01:32:39.620Z | Downloaded prettyplease v0.2.25 |
665 | 2024-11-22T01:32:39.624Z | Downloaded cc v1.1.30 |
666 | 2024-11-22T01:32:39.627Z | Downloaded wait-timeout v0.2.0 |
667 | 2024-11-22T01:32:39.630Z | Downloaded tiny-keccak v2.0.2 |
668 | 2024-11-22T01:32:39.632Z | Downloaded dropshot_endpoint v0.13.0 |
669 | 2024-11-22T01:32:39.635Z | Downloaded universal-hash v0.5.1 |
670 | 2024-11-22T01:32:39.637Z | Downloaded thiserror-impl-no-std v2.0.2 |
671 | 2024-11-22T01:32:39.640Z | Downloaded strip-ansi-escapes v0.2.0 |
672 | 2024-11-22T01:32:39.640Z | Downloaded peg-macros v0.8.4 |
673 | 2024-11-22T01:32:39.643Z | Downloaded sigpipe v0.1.3 |
674 | 2024-11-22T01:32:39.645Z | Downloaded const_format v0.2.33 |
675 | 2024-11-22T01:32:39.648Z | Downloaded form_urlencoded v1.2.1 |
676 | 2024-11-22T01:32:39.650Z | Downloaded socket2 v0.5.7 |
677 | 2024-11-22T01:32:39.652Z | Downloaded dunce v1.0.5 |
678 | 2024-11-22T01:32:39.654Z | Downloaded difflib v0.4.0 |
679 | 2024-11-22T01:32:39.654Z | Downloaded zerocopy v0.6.6 |
680 | 2024-11-22T01:32:39.657Z | Downloaded paste v1.0.15 |
681 | 2024-11-22T01:32:39.660Z | Downloaded crypto-bigint v0.5.5 |
682 | 2024-11-22T01:32:39.667Z | Downloaded sec1 v0.7.3 |
683 | 2024-11-22T01:32:39.669Z | Downloaded vte_generate_state_changes v0.1.2 |
684 | 2024-11-22T01:32:39.671Z | Downloaded sync_wrapper v1.0.1 |
685 | 2024-11-22T01:32:39.671Z | Downloaded yoke-derive v0.7.4 |
686 | 2024-11-22T01:32:39.674Z | Downloaded sync-ptr v0.1.1 |
687 | 2024-11-22T01:32:39.674Z | Downloaded native-tls v0.2.12 |
688 | 2024-11-22T01:32:39.677Z | Downloaded env_logger v0.10.2 |
689 | 2024-11-22T01:32:39.679Z | Downloaded pkg-config v0.3.31 |
690 | 2024-11-22T01:32:39.682Z | Downloaded num_enum_derive v0.5.11 |
691 | 2024-11-22T01:32:39.684Z | Downloaded uzers v0.12.1 |
692 | 2024-11-22T01:32:39.684Z | Downloaded sct v0.7.1 |
693 | 2024-11-22T01:32:39.689Z | Downloaded walkdir v2.5.0 |
694 | 2024-11-22T01:32:39.691Z | Downloaded progenitor v0.8.0 |
695 | 2024-11-22T01:32:39.694Z | Downloaded aes v0.8.4 |
696 | 2024-11-22T01:32:39.696Z | Downloaded num-conv v0.1.0 |
697 | 2024-11-22T01:32:39.699Z | Downloaded foreign-types-shared v0.3.1 |
698 | 2024-11-22T01:32:39.701Z | Downloaded rand_xorshift v0.3.0 |
699 | 2024-11-22T01:32:39.701Z | Downloaded rand_chacha v0.3.1 |
700 | 2024-11-22T01:32:39.703Z | Downloaded hickory-resolver v0.24.1 |
701 | 2024-11-22T01:32:39.706Z | Downloaded serde_urlencoded v0.7.1 |
702 | 2024-11-22T01:32:39.709Z | Downloaded typify v0.2.0 |
703 | 2024-11-22T01:32:39.711Z | Downloaded poly1305 v0.8.0 |
704 | 2024-11-22T01:32:39.714Z | Downloaded nibble_vec v0.1.0 |
705 | 2024-11-22T01:32:39.716Z | Downloaded oso v0.27.3 |
706 | 2024-11-22T01:32:39.720Z | Downloaded qorb v0.2.0 |
707 | 2024-11-22T01:32:39.724Z | Downloaded serde_path_to_error v0.1.16 |
708 | 2024-11-22T01:32:39.727Z | Downloaded tabwriter v1.4.0 |
709 | 2024-11-22T01:32:39.729Z | Downloaded synstructure v0.13.1 |
710 | 2024-11-22T01:32:39.731Z | Downloaded supports-color v3.0.1 |
711 | 2024-11-22T01:32:39.731Z | Downloaded scheduled-thread-pool v0.2.7 |
712 | 2024-11-22T01:32:39.734Z | Downloaded tui-tree-widget v0.22.0 |
713 | 2024-11-22T01:32:39.734Z | Downloaded flume v0.11.1 |
714 | 2024-11-22T01:32:39.738Z | Downloaded take_mut v0.2.2 |
715 | 2024-11-22T01:32:39.740Z | Downloaded time-macros v0.2.18 |
716 | 2024-11-22T01:32:39.743Z | Downloaded foreign-types-shared v0.1.1 |
717 | 2024-11-22T01:32:39.743Z | Downloaded phf_generator v0.11.2 |
718 | 2024-11-22T01:32:39.745Z | Downloaded siphasher v0.3.11 |
719 | 2024-11-22T01:32:39.745Z | Downloaded zerofrom-derive v0.1.4 |
720 | 2024-11-22T01:32:39.748Z | Downloaded simd-adler32 v0.3.7 |
721 | 2024-11-22T01:32:39.750Z | Downloaded phf_codegen v0.11.2 |
722 | 2024-11-22T01:32:39.750Z | Downloaded either v1.13.0 |
723 | 2024-11-22T01:32:39.752Z | Downloaded dropshot_endpoint v0.12.0 |
724 | 2024-11-22T01:32:39.755Z | Downloaded try-lock v0.2.5 |
725 | 2024-11-22T01:32:39.758Z | Downloaded unicode-truncate v1.1.0 |
726 | 2024-11-22T01:32:39.758Z | Downloaded termcolor v1.4.1 |
727 | 2024-11-22T01:32:39.761Z | Downloaded stable_deref_trait v1.2.0 |
728 | 2024-11-22T01:32:39.761Z | Downloaded crossbeam-channel v0.5.13 |
729 | 2024-11-22T01:32:39.765Z | Downloaded fallible-iterator v0.2.0 |
730 | 2024-11-22T01:32:39.767Z | Downloaded zone v0.1.8 |
731 | 2024-11-22T01:32:39.770Z | Downloaded num v0.4.3 |
732 | 2024-11-22T01:32:39.770Z | Downloaded fragile v2.0.0 |
733 | 2024-11-22T01:32:39.772Z | Downloaded endian-type v0.1.2 |
734 | 2024-11-22T01:32:39.775Z | Downloaded num-integer v0.1.46 |
735 | 2024-11-22T01:32:39.775Z | Downloaded num-iter v0.1.45 |
736 | 2024-11-22T01:32:39.778Z | Downloaded diff v0.1.13 |
737 | 2024-11-22T01:32:39.781Z | Downloaded num-derive v0.4.2 |
738 | 2024-11-22T01:32:39.783Z | Downloaded funty v2.0.0 |
739 | 2024-11-22T01:32:39.783Z | Downloaded zerofrom v0.1.4 |
740 | 2024-11-22T01:32:39.785Z | Downloaded multimap v0.10.0 |
741 | 2024-11-22T01:32:39.785Z | Downloaded dsl_auto_type v0.1.2 |
742 | 2024-11-22T01:32:39.788Z | Downloaded diesel-dtrace v0.3.0 |
743 | 2024-11-22T01:32:39.788Z | Downloaded test-strategy v0.3.1 |
744 | 2024-11-22T01:32:39.792Z | Downloaded rustc-hash v1.1.0 |
745 | 2024-11-22T01:32:39.795Z | Downloaded pin-utils v0.1.0 |
746 | 2024-11-22T01:32:39.795Z | Downloaded tap v1.0.1 |
747 | 2024-11-22T01:32:39.797Z | Downloaded tar v0.4.42 |
748 | 2024-11-22T01:32:39.799Z | Downloaded unicode_categories v0.1.1 |
749 | 2024-11-22T01:32:39.803Z | Downloaded rustfmt-wrapper v0.2.1 |
750 | 2024-11-22T01:32:39.803Z | Downloaded unicode-bidi v0.3.17 |
751 | 2024-11-22T01:32:39.805Z | Downloaded ghash v0.5.1 |
752 | 2024-11-22T01:32:39.808Z | Downloaded rustc_version v0.4.1 |
753 | 2024-11-22T01:32:39.808Z | Downloaded peg-runtime v0.8.3 |
754 | 2024-11-22T01:32:39.813Z | Downloaded termtree v0.4.1 |
755 | 2024-11-22T01:32:39.813Z | Downloaded smallvec v0.6.14 |
756 | 2024-11-22T01:32:39.816Z | Downloaded der_derive v0.7.3 |
757 | 2024-11-22T01:32:39.816Z | Downloaded termios v0.3.3 |
758 | 2024-11-22T01:32:39.816Z | Downloaded term v0.7.0 |
759 | 2024-11-22T01:32:39.819Z | Downloaded zip v2.1.3 |
760 | 2024-11-22T01:32:39.824Z | Downloaded strum_macros v0.25.3 |
761 | 2024-11-22T01:32:39.827Z | Downloaded serde_yaml v0.9.34+deprecated |
762 | 2024-11-22T01:32:39.830Z | Downloaded openssl-sys v0.9.103 |
763 | 2024-11-22T01:32:39.836Z | Downloaded minimal-lexical v0.2.1 |
764 | 2024-11-22T01:32:39.840Z | Downloaded dyn-clone v1.0.17 |
765 | 2024-11-22T01:32:39.843Z | Downloaded tokio-postgres v0.7.12 |
766 | 2024-11-22T01:32:39.847Z | Downloaded pkcs8 v0.10.2 |
767 | 2024-11-22T01:32:39.850Z | Downloaded num-rational v0.4.2 |
768 | 2024-11-22T01:32:39.852Z | Downloaded unsafe-libyaml v0.2.11 |
769 | 2024-11-22T01:32:39.856Z | Downloaded hash32 v0.3.1 |
770 | 2024-11-22T01:32:39.858Z | Downloaded hash32 v0.2.1 |
771 | 2024-11-22T01:32:39.861Z | Downloaded num-complex v0.4.6 |
772 | 2024-11-22T01:32:39.861Z | Downloaded glob v0.3.1 |
773 | 2024-11-22T01:32:39.863Z | Downloaded multer v3.1.0 |
774 | 2024-11-22T01:32:39.866Z | Downloaded ed25519 v2.2.3 |
775 | 2024-11-22T01:32:39.868Z | Downloaded serde_derive_internals v0.29.1 |
776 | 2024-11-22T01:32:39.871Z | Downloaded olpc-cjson v0.1.4 |
777 | 2024-11-22T01:32:39.871Z | Downloaded pin-project-lite v0.2.14 |
778 | 2024-11-22T01:32:39.876Z | Downloaded mirai-annotations v1.12.0 |
779 | 2024-11-22T01:32:39.879Z | Downloaded dhcproto-macros v0.1.0 |
780 | 2024-11-22T01:32:39.879Z | Downloaded smallvec v1.13.2 |
781 | 2024-11-22T01:32:39.881Z | Downloaded powerfmt v0.2.0 |
782 | 2024-11-22T01:32:39.884Z | Downloaded schemars_derive v0.8.21 |
783 | 2024-11-22T01:32:39.884Z | Downloaded tracing v0.1.40 |
784 | 2024-11-22T01:32:39.888Z | Downloaded elliptic-curve v0.13.8 |
785 | 2024-11-22T01:32:39.893Z | Downloaded tinyvec_macros v0.1.1 |
786 | 2024-11-22T01:32:39.897Z | Downloaded same-file v1.0.6 |
787 | 2024-11-22T01:32:39.897Z | Downloaded rtoolbox v0.0.2 |
788 | 2024-11-22T01:32:39.900Z | Downloaded radium v0.7.0 |
789 | 2024-11-22T01:32:39.901Z | Downloaded progenitor-client v0.8.0 |
790 | 2024-11-22T01:32:39.901Z | Downloaded itertools v0.10.5 |
791 | 2024-11-22T01:32:39.907Z | Downloaded slog-envlogger v2.2.0 |
792 | 2024-11-22T01:32:39.909Z | Downloaded slog-dtrace v0.3.0 |
793 | 2024-11-22T01:32:39.911Z | Downloaded vsss-rs v3.3.4 |
794 | 2024-11-22T01:32:39.914Z | Downloaded strum_macros v0.26.4 |
795 | 2024-11-22T01:32:39.916Z | Downloaded derive_builder v0.20.2 |
796 | 2024-11-22T01:32:39.922Z | Downloaded foreign-types v0.3.2 |
797 | 2024-11-22T01:32:39.925Z | Downloaded rayon-core v1.12.1 |
798 | 2024-11-22T01:32:39.927Z | Downloaded tokio-tungstenite v0.23.1 |
799 | 2024-11-22T01:32:39.930Z | Downloaded fs_extra v1.3.0 |
800 | 2024-11-22T01:32:39.932Z | Downloaded number_prefix v0.4.0 |
801 | 2024-11-22T01:32:39.935Z | Downloaded libxml v0.3.3 |
802 | 2024-11-22T01:32:39.939Z | Downloaded crossterm v0.28.1 |
803 | 2024-11-22T01:32:39.947Z | Downloaded parse-display-derive v0.10.0 |
804 | 2024-11-22T01:32:39.950Z | Downloaded mockall v0.13.0 |
805 | 2024-11-22T01:32:39.952Z | Downloaded slog-term v2.9.1 |
806 | 2024-11-22T01:32:39.955Z | Downloaded futures-task v0.3.31 |
807 | 2024-11-22T01:32:39.955Z | Downloaded ff v0.13.0 |
808 | 2024-11-22T01:32:39.958Z | Downloaded postgres-types v0.2.8 |
809 | 2024-11-22T01:32:39.960Z | Downloaded password-hash v0.5.0 |
810 | 2024-11-22T01:32:39.963Z | Downloaded postgres-protocol v0.6.7 |
811 | 2024-11-22T01:32:39.965Z | Downloaded unicode-properties v0.1.3 |
812 | 2024-11-22T01:32:39.967Z | Downloaded progenitor-macro v0.8.0 |
813 | 2024-11-22T01:32:39.967Z | Downloaded diesel_derives v2.2.3 |
814 | 2024-11-22T01:32:39.971Z | Downloaded zone_cfg_derive v0.3.0 |
815 | 2024-11-22T01:32:39.975Z | Downloaded pin-project-internal v1.1.6 |
816 | 2024-11-22T01:32:39.977Z | Downloaded tough v0.19.0 |
817 | 2024-11-22T01:32:39.984Z | Downloaded xz2 v0.1.7 |
818 | 2024-11-22T01:32:39.986Z | Downloaded salsa20 v0.10.2 |
819 | 2024-11-22T01:32:39.989Z | Downloaded publicsuffix v2.2.3 |
820 | 2024-11-22T01:32:39.992Z | Downloaded dhcproto v0.12.0 |
821 | 2024-11-22T01:32:39.994Z | Downloaded rcgen v0.12.1 |
822 | 2024-11-22T01:32:39.997Z | Downloaded rand v0.8.5 |
823 | 2024-11-22T01:32:40.001Z | Downloaded foreign-types v0.5.0 |
824 | 2024-11-22T01:32:40.004Z | Downloaded flate2 v1.0.34 |
825 | 2024-11-22T01:32:40.009Z | Downloaded serde-big-array v0.5.1 |
826 | 2024-11-22T01:32:40.011Z | Downloaded owo-colors v4.1.0 |
827 | 2024-11-22T01:32:40.014Z | Downloaded downcast v0.11.0 |
828 | 2024-11-22T01:32:40.016Z | Downloaded percent-encoding v2.3.1 |
829 | 2024-11-22T01:32:40.017Z | Downloaded packed_struct v0.10.1 |
830 | 2024-11-22T01:32:40.019Z | Downloaded predicates-core v1.0.8 |
831 | 2024-11-22T01:32:40.022Z | Downloaded shlex v1.3.0 |
832 | 2024-11-22T01:32:40.022Z | Downloaded predicates-tree v1.0.11 |
833 | 2024-11-22T01:32:40.024Z | Downloaded normalize-line-endings v0.3.0 |
834 | 2024-11-22T01:32:40.024Z | Downloaded ecdsa v0.16.9 |
835 | 2024-11-22T01:32:40.027Z | Downloaded fallible-iterator v0.3.0 |
836 | 2024-11-22T01:32:40.029Z | Downloaded tls_codec v0.4.1 |
837 | 2024-11-22T01:32:40.032Z | Downloaded parking_lot_core v0.9.10 |
838 | 2024-11-22T01:32:40.034Z | Downloaded parking_lot_core v0.8.6 |
839 | 2024-11-22T01:32:40.037Z | Downloaded zeroize_derive v1.4.2 |
840 | 2024-11-22T01:32:40.037Z | Downloaded utf8_iter v1.0.4 |
841 | 2024-11-22T01:32:40.040Z | Downloaded unarray v0.1.4 |
842 | 2024-11-22T01:32:40.040Z | Downloaded parking_lot v0.11.2 |
843 | 2024-11-22T01:32:40.042Z | Downloaded psl-types v2.0.11 |
844 | 2024-11-22T01:32:40.045Z | Downloaded pretty-hex v0.2.1 |
845 | 2024-11-22T01:32:40.045Z | Downloaded hashbrown v0.13.2 |
846 | 2024-11-22T01:32:40.049Z | Downloaded subprocess v0.2.9 |
847 | 2024-11-22T01:32:40.053Z | Downloaded tracing-attributes v0.1.27 |
848 | 2024-11-22T01:32:40.055Z | Downloaded futures-core v0.3.31 |
849 | 2024-11-22T01:32:40.058Z | Downloaded zone v0.3.0 |
850 | 2024-11-22T01:32:40.058Z | Downloaded aws-lc-rs v1.10.0 |
851 | 2024-11-22T01:32:40.068Z | Downloaded phf_shared v0.10.0 |
852 | 2024-11-22T01:32:40.070Z | Downloaded parse-size v1.1.0 |
853 | 2024-11-22T01:32:40.070Z | Downloaded hashbrown v0.12.3 |
854 | 2024-11-22T01:32:40.074Z | Downloaded num-bigint-dig v0.8.4 |
855 | 2024-11-22T01:32:40.080Z | Downloaded sha1 v0.10.6 |
856 | 2024-11-22T01:32:40.082Z | Downloaded serde-hex v0.1.0 |
857 | 2024-11-22T01:32:40.084Z | Downloaded phf v0.11.2 |
858 | 2024-11-22T01:32:40.087Z | Downloaded enum-as-inner v0.6.1 |
859 | 2024-11-22T01:32:40.087Z | Downloaded diesel_table_macro_syntax v0.2.0 |
860 | 2024-11-22T01:32:40.090Z | Downloaded enum-as-inner v0.5.1 |
861 | 2024-11-22T01:32:40.090Z | Downloaded yoke v0.7.4 |
862 | 2024-11-22T01:32:40.093Z | Downloaded yasna v0.5.2 |
863 | 2024-11-22T01:32:40.095Z | Downloaded displaydoc v0.2.5 |
864 | 2024-11-22T01:32:40.099Z | Downloaded blake3 v1.5.4 |
865 | 2024-11-22T01:32:40.106Z | Downloaded dirs-sys-next v0.1.2 |
866 | 2024-11-22T01:32:40.108Z | Downloaded parking_lot v0.12.3 |
867 | 2024-11-22T01:32:40.112Z | Downloaded dirs-next v2.0.0 |
868 | 2024-11-22T01:32:40.114Z | Downloaded tokio-tungstenite v0.21.0 |
869 | 2024-11-22T01:32:40.114Z | Downloaded time v0.3.36 |
870 | 2024-11-22T01:32:40.121Z | Downloaded derive_builder_macro v0.20.2 |
871 | 2024-11-22T01:32:40.124Z | Downloaded hyper v1.5.0 |
872 | 2024-11-22T01:32:40.130Z | Downloaded untrusted v0.9.0 |
873 | 2024-11-22T01:32:40.132Z | Downloaded snafu v0.8.5 |
874 | 2024-11-22T01:32:40.138Z | Downloaded tinyvec v1.8.0 |
875 | 2024-11-22T01:32:40.142Z | Downloaded sqlparser_derive v0.2.2 |
876 | 2024-11-22T01:32:40.144Z | Downloaded fxhash v0.2.1 |
877 | 2024-11-22T01:32:40.144Z | Downloaded rustyline v14.0.0 |
878 | 2024-11-22T01:32:40.149Z | Downloaded num_enum v0.5.11 |
879 | 2024-11-22T01:32:40.154Z | Downloaded utf16_iter v1.0.5 |
880 | 2024-11-22T01:32:40.156Z | Downloaded fatfs v0.3.6 |
881 | 2024-11-22T01:32:40.160Z | Downloaded p256 v0.13.2 |
882 | 2024-11-22T01:32:40.162Z | Downloaded ed25519-dalek v2.1.1 |
883 | 2024-11-22T01:32:40.165Z | Downloaded hkdf v0.12.4 |
884 | 2024-11-22T01:32:40.168Z | Downloaded futures-macro v0.3.31 |
885 | 2024-11-22T01:32:40.172Z | Downloaded ron v0.7.1 |
886 | 2024-11-22T01:32:40.174Z | Downloaded xattr v1.3.1 |
887 | 2024-11-22T01:32:40.177Z | Downloaded zerovec-derive v0.10.3 |
888 | 2024-11-22T01:32:40.184Z | Downloaded tokio-macros v2.4.0 |
889 | 2024-11-22T01:32:40.184Z | Downloaded nu-ansi-term v0.50.1 |
890 | 2024-11-22T01:32:40.186Z | Downloaded scrypt v0.11.0 |
891 | 2024-11-22T01:32:40.186Z | Downloaded unicode-segmentation v1.12.0 |
892 | 2024-11-22T01:32:40.186Z | Downloaded tls_codec_derive v0.4.1 |
893 | 2024-11-22T01:32:40.189Z | Downloaded wyz v0.5.1 |
894 | 2024-11-22T01:32:40.191Z | Downloaded rsa v0.9.6 |
895 | 2024-11-22T01:32:40.195Z | Downloaded spki v0.7.3 |
896 | 2024-11-22T01:32:40.197Z | Downloaded tokio-stream v0.1.16 |
897 | 2024-11-22T01:32:40.202Z | Downloaded utf-8 v0.7.6 |
898 | 2024-11-22T01:32:40.204Z | Downloaded static_assertions v1.1.0 |
899 | 2024-11-22T01:32:40.207Z | Downloaded futures v0.3.31 |
900 | 2024-11-22T01:32:40.210Z | Downloaded tracing-core v0.1.32 |
901 | 2024-11-22T01:32:40.213Z | Downloaded phf_shared v0.11.2 |
902 | 2024-11-22T01:32:40.215Z | Downloaded samael v0.0.17 |
903 | 2024-11-22T01:32:40.220Z | Downloaded packed_struct_codegen v0.10.1 |
904 | 2024-11-22T01:32:40.223Z | Downloaded derive_builder_core v0.20.2 |
905 | 2024-11-22T01:32:40.225Z | Downloaded ron v0.8.1 |
906 | 2024-11-22T01:32:40.229Z | Downloaded typify-macro v0.2.0 |
907 | 2024-11-22T01:32:40.232Z | Downloaded hashbrown v0.14.5 |
908 | 2024-11-22T01:32:40.236Z | Downloaded salty v0.3.0 |
909 | 2024-11-22T01:32:40.243Z | Downloaded predicates v3.1.2 |
910 | 2024-11-22T01:32:40.246Z | Downloaded newtype-uuid v1.1.3 |
911 | 2024-11-22T01:32:40.249Z | Downloaded nanorand v0.7.0 |
912 | 2024-11-22T01:32:40.251Z | Downloaded untrusted v0.7.1 |
913 | 2024-11-22T01:32:40.251Z | Downloaded ssh-encoding v0.2.0 |
914 | 2024-11-22T01:32:40.253Z | Downloaded ppv-lite86 v0.2.20 |
915 | 2024-11-22T01:32:40.256Z | Downloaded nodrop v0.1.14 |
916 | 2024-11-22T01:32:40.256Z | Downloaded tinystr v0.7.6 |
917 | 2024-11-22T01:32:40.258Z | Downloaded snafu-derive v0.8.5 |
918 | 2024-11-22T01:32:40.261Z | Downloaded unicase v2.7.0 |
919 | 2024-11-22T01:32:40.261Z | Downloaded gethostname v0.5.0 |
920 | 2024-11-22T01:32:40.264Z | Downloaded structmeta v0.2.0 |
921 | 2024-11-22T01:32:40.264Z | Downloaded hashlink v0.9.1 |
922 | 2024-11-22T01:32:40.266Z | Downloaded env_logger v0.11.5 |
923 | 2024-11-22T01:32:40.269Z | Downloaded tokio-rustls v0.25.0 |
924 | 2024-11-22T01:32:40.271Z | Downloaded num-traits v0.2.19 |
925 | 2024-11-22T01:32:40.274Z | Downloaded tokio-rustls v0.26.0 |
926 | 2024-11-22T01:32:40.276Z | Downloaded pin-project v1.1.6 |
927 | 2024-11-22T01:32:40.287Z | Downloaded futures-sink v0.3.31 |
928 | 2024-11-22T01:32:40.289Z | Downloaded bitvec v1.0.1 |
929 | 2024-11-22T01:32:40.304Z | Downloaded darling_core v0.20.10 |
930 | 2024-11-22T01:32:40.308Z | Downloaded bindgen v0.69.5 |
931 | 2024-11-22T01:32:40.316Z | Downloaded des v0.8.1 |
932 | 2024-11-22T01:32:40.319Z | Downloaded zip v0.6.6 |
933 | 2024-11-22T01:32:40.322Z | Downloaded tungstenite v0.24.0 |
934 | 2024-11-22T01:32:40.326Z | Downloaded slog v2.7.0 |
935 | 2024-11-22T01:32:40.328Z | Downloaded rustc-demangle v0.1.24 |
936 | 2024-11-22T01:32:40.331Z | Downloaded ssh-key v0.6.6 |
937 | 2024-11-22T01:32:40.337Z | Downloaded toml v0.7.8 |
938 | 2024-11-22T01:32:40.340Z | Downloaded lalrpop v0.19.12 |
939 | 2024-11-22T01:32:40.353Z | Downloaded mockall_derive v0.13.0 |
940 | 2024-11-22T01:32:40.356Z | Downloaded signal-hook v0.3.17 |
941 | 2024-11-22T01:32:40.359Z | Downloaded quinn v0.11.5 |
942 | 2024-11-22T01:32:40.361Z | Downloaded mio v1.0.2 |
943 | 2024-11-22T01:32:40.367Z | Downloaded winnow v0.5.40 |
944 | 2024-11-22T01:32:40.377Z | Downloaded derive_more v0.99.18 |
945 | 2024-11-22T01:32:40.382Z | Downloaded portable-atomic v1.9.0 |
946 | 2024-11-22T01:32:40.389Z | Downloaded unicode-normalization v0.1.24 |
947 | 2024-11-22T01:32:40.393Z | Downloaded reqwest v0.12.9 |
948 | 2024-11-22T01:32:40.402Z | Downloaded headers v0.4.0 |
949 | 2024-11-22T01:32:40.407Z | Downloaded tungstenite v0.21.0 |
950 | 2024-11-22T01:32:40.411Z | Downloaded quick-xml v0.33.0 |
951 | 2024-11-22T01:32:40.418Z | Downloaded vcpkg v0.2.15 |
952 | 2024-11-22T01:32:40.458Z | Downloaded zerovec v0.10.4 |
953 | 2024-11-22T01:32:40.464Z | Downloaded x509-cert v0.2.5 |
954 | 2024-11-22T01:32:40.471Z | Downloaded nom v7.1.3 |
955 | 2024-11-22T01:32:40.476Z | Downloaded russh v0.45.0 |
956 | 2024-11-22T01:32:40.482Z | Downloaded icu_properties_data v1.5.0 |
957 | 2024-11-22T01:32:40.493Z | Downloaded tokio-util v0.7.12 |
958 | 2024-11-22T01:32:40.500Z | Downloaded idna v0.4.0 |
959 | 2024-11-22T01:32:40.508Z | Downloaded h2 v0.4.6 |
960 | 2024-11-22T01:32:40.515Z | Downloaded toml_edit v0.19.15 |
961 | 2024-11-22T01:32:40.531Z | Downloaded parse-zoneinfo v0.3.1 |
962 | 2024-11-22T01:32:40.534Z | Downloaded steno v0.4.1 |
963 | 2024-11-22T01:32:40.538Z | Downloaded idna v0.5.0 |
964 | 2024-11-22T01:32:40.545Z | Downloaded webpki-roots v0.26.6 |
965 | 2024-11-22T01:32:40.549Z | Downloaded idna v0.3.0 |
966 | 2024-11-22T01:32:40.556Z | Downloaded rustls-webpki v0.101.7 |
967 | 2024-11-22T01:32:40.572Z | Downloaded unicode-width v0.2.0 |
968 | 2024-11-22T01:32:40.577Z | Downloaded idna v0.2.3 |
969 | 2024-11-22T01:32:40.585Z | Downloaded curve25519-dalek v4.1.3 |
970 | 2024-11-22T01:32:40.594Z | Downloaded openssl v0.10.66 |
971 | 2024-11-22T01:32:40.604Z | Downloaded sqlparser v0.45.0 |
972 | 2024-11-22T01:32:40.610Z | Downloaded hickory-proto v0.24.1 |
973 | 2024-11-22T01:32:40.625Z | Downloaded serde_with v3.11.0 |
974 | 2024-11-22T01:32:40.634Z | Downloaded futures-util v0.3.31 |
975 | 2024-11-22T01:32:40.648Z | Downloaded rustls-webpki v0.102.8 |
976 | 2024-11-22T01:32:40.665Z | Downloaded gimli v0.31.1 |
977 | 2024-11-22T01:32:40.674Z | Downloaded nix v0.27.1 |
978 | 2024-11-22T01:32:40.686Z | Downloaded regex-syntax v0.6.29 |
979 | 2024-11-22T01:32:40.693Z | Downloaded polar-core v0.27.3 |
980 | 2024-11-22T01:32:40.702Z | Downloaded nix v0.28.0 |
981 | 2024-11-22T01:32:40.714Z | Downloaded bstr v1.10.0 |
982 | 2024-11-22T01:32:40.725Z | Downloaded zerocopy v0.8.10 |
983 | 2024-11-22T01:32:40.750Z | Downloaded object v0.30.4 |
984 | 2024-11-22T01:32:40.760Z | Downloaded regress v0.10.1 |
985 | 2024-11-22T01:32:40.769Z | Downloaded regex v1.11.1 |
986 | 2024-11-22T01:32:40.782Z | Downloaded p384 v0.13.0 |
987 | 2024-11-22T01:32:40.788Z | Downloaded smoltcp v0.11.0 |
988 | 2024-11-22T01:32:40.800Z | Downloaded regex-syntax v0.8.5 |
989 | 2024-11-22T01:32:40.809Z | Downloaded rustls v0.21.12 |
990 | 2024-11-22T01:32:40.821Z | Downloaded trust-dns-proto v0.22.0 |
991 | 2024-11-22T01:32:40.834Z | Downloaded object v0.36.5 |
992 | 2024-11-22T01:32:40.845Z | Downloaded dropshot v0.12.0 |
993 | 2024-11-22T01:32:40.867Z | Downloaded rustls v0.22.4 |
994 | 2024-11-22T01:32:40.878Z | Downloaded nix v0.29.0 |
995 | 2024-11-22T01:32:40.891Z | Downloaded rustls v0.23.14 |
996 | 2024-11-22T01:32:40.903Z | Downloaded diesel v2.2.4 |
997 | 2024-11-22T01:32:40.922Z | Downloaded typify-impl v0.2.0 |
998 | 2024-11-22T01:32:40.937Z | Downloaded ratatui v0.28.1 |
999 | 2024-11-22T01:32:40.957Z | Downloaded dropshot v0.13.0 |
1000 | 2024-11-22T01:32:40.979Z | Downloaded zerocopy-derive v0.6.6 |
1001 | 2024-11-22T01:32:40.987Z | Downloaded sled v0.34.7 |
1002 | 2024-11-22T01:32:40.998Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1003 | 2024-11-22T01:32:41.010Z | Downloaded regex-automata v0.4.8 |
1004 | 2024-11-22T01:32:41.028Z | Downloaded openapiv3 v2.0.0 |
1005 | 2024-11-22T01:32:41.040Z | Downloaded radix_trie v0.2.1 |
1006 | 2024-11-22T01:32:41.045Z | Downloaded smoltcp v0.9.1 |
1007 | 2024-11-22T01:32:41.056Z | Downloaded chrono-tz v0.10.0 |
1008 | 2024-11-22T01:32:41.064Z | Downloaded quinn-proto v0.11.8 |
1009 | 2024-11-22T01:32:41.071Z | Downloaded git2 v0.19.0 |
1010 | 2024-11-22T01:32:41.080Z | Downloaded regress v0.9.1 |
1011 | 2024-11-22T01:32:41.089Z | Downloaded petname v2.0.2 |
1012 | 2024-11-22T01:32:41.095Z | Downloaded proptest v1.5.0 |
1013 | 2024-11-22T01:32:41.104Z | Downloaded petgraph v0.6.5 |
1014 | 2024-11-22T01:32:41.121Z | Downloaded lzma-sys v0.1.20 |
1015 | 2024-11-22T01:32:41.150Z | Downloaded p521 v0.13.3 |
1016 | 2024-11-22T01:32:41.154Z | Downloaded csv v1.3.0 |
1017 | 2024-11-22T01:32:41.173Z | Downloaded tokio v1.40.0 |
1018 | 2024-11-22T01:32:41.209Z | Downloaded libz-sys v1.1.20 |
1019 | 2024-11-22T01:32:41.230Z | Downloaded rusqlite v0.32.1 |
1020 | 2024-11-22T01:32:41.236Z | Downloaded rayon v1.10.0 |
1021 | 2024-11-22T01:32:41.246Z | Downloaded chrono v0.4.38 |
1022 | 2024-11-22T01:32:41.253Z | Downloaded reedline v0.35.0 |
1023 | 2024-11-22T01:32:41.260Z | Downloaded zopfli v0.8.1 |
1024 | 2024-11-22T01:32:41.263Z | Downloaded rustls-pki-types v1.9.0 |
1025 | 2024-11-22T01:32:41.265Z | Downloaded tungstenite v0.23.0 |
1026 | 2024-11-22T01:32:41.268Z | Downloaded primeorder v0.13.6 |
1027 | 2024-11-22T01:32:41.271Z | Downloaded expectorate v1.1.0 |
1028 | 2024-11-22T01:32:41.276Z | Downloaded miniz_oxide v0.8.0 |
1029 | 2024-11-22T01:32:41.276Z | Downloaded serde_with_macros v3.11.0 |
1030 | 2024-11-22T01:32:41.279Z | Downloaded semver v0.1.20 |
1031 | 2024-11-22T01:32:41.279Z | Downloaded pem-rfc7468 v0.7.0 |
1032 | 2024-11-22T01:32:41.281Z | Downloaded password-hash v0.4.2 |
1033 | 2024-11-22T01:32:41.281Z | Downloaded precomputed-hash v0.1.1 |
1034 | 2024-11-22T01:32:41.282Z | Downloaded zerocopy-derive v0.8.10 |
1035 | 2024-11-22T01:32:41.289Z | Downloaded sha3 v0.10.8 |
1036 | 2024-11-22T01:32:41.292Z | Downloaded schemars v0.8.21 |
1037 | 2024-11-22T01:32:41.304Z | Downloaded url v2.5.3 |
1038 | 2024-11-22T01:32:41.307Z | Downloaded sqlformat v0.2.6 |
1039 | 2024-11-22T01:32:41.310Z | Downloaded der v0.7.9 |
1040 | 2024-11-22T01:32:41.314Z | Downloaded twox-hash v1.6.3 |
1041 | 2024-11-22T01:32:41.316Z | Downloaded vte v0.11.1 |
1042 | 2024-11-22T01:32:41.319Z | Downloaded uuid v1.11.0 |
1043 | 2024-11-22T01:32:41.321Z | Downloaded typed-path v0.9.3 |
1044 | 2024-11-22T01:32:41.327Z | Downloaded itertools v0.12.1 |
1045 | 2024-11-22T01:32:41.334Z | Downloaded idna v1.0.3 |
1046 | 2024-11-22T01:32:41.338Z | Downloaded fd-lock v4.0.2 |
1047 | 2024-11-22T01:32:41.341Z | Downloaded fallible-streaming-iterator v0.1.9 |
1048 | 2024-11-22T01:32:41.343Z | Downloaded num-bigint v0.4.6 |
1049 | 2024-11-22T01:32:41.346Z | Downloaded rustversion v1.0.17 |
1050 | 2024-11-22T01:32:41.350Z | Downloaded tokio-tungstenite v0.24.0 |
1051 | 2024-11-22T01:32:41.354Z | Downloaded tokio-rustls v0.24.1 |
1052 | 2024-11-22T01:32:41.357Z | Downloaded vergen v8.3.2 |
1053 | 2024-11-22T01:32:41.359Z | Downloaded deranged v0.3.11 |
1054 | 2024-11-22T01:32:41.359Z | Downloaded writeable v0.5.5 |
1055 | 2024-11-22T01:32:41.362Z | Downloaded getrandom v0.2.15 |
1056 | 2024-11-22T01:32:41.365Z | Downloaded futures-channel v0.3.31 |
1057 | 2024-11-22T01:32:41.367Z | Downloaded pkcs5 v0.7.1 |
1058 | 2024-11-22T01:32:41.370Z | Downloaded similar v2.6.0 |
1059 | 2024-11-22T01:32:41.375Z | Downloaded aho-corasick v1.1.3 |
1060 | 2024-11-22T01:32:41.381Z | Downloaded signal-hook-mio v0.2.4 |
1061 | 2024-11-22T01:32:41.384Z | Downloaded pkcs1 v0.7.5 |
1062 | 2024-11-22T01:32:41.387Z | Downloaded itertools v0.13.0 |
1063 | 2024-11-22T01:32:41.393Z | Downloaded libm v0.2.8 |
1064 | 2024-11-22T01:32:41.401Z | Downloaded subtle v2.6.1 |
1065 | 2024-11-22T01:32:41.405Z | Downloaded omicron-zone-package v0.11.1 |
1066 | 2024-11-22T01:32:41.407Z | Downloaded rustc_version v0.1.7 |
1067 | 2024-11-22T01:32:41.407Z | Downloaded rustc-hash v2.0.0 |
1068 | 2024-11-22T01:32:41.410Z | Downloaded rfc6979 v0.4.0 |
1069 | 2024-11-22T01:32:41.410Z | Downloaded aes-gcm v0.10.3 |
1070 | 2024-11-22T01:32:41.413Z | Downloaded half v2.4.1 |
1071 | 2024-11-22T01:32:41.416Z | Downloaded encoding_rs v0.8.34 |
1072 | 2024-11-22T01:32:41.437Z | Downloaded foreign-types-macros v0.2.3 |
1073 | 2024-11-22T01:32:41.440Z | Downloaded ref-cast v1.0.23 |
1074 | 2024-11-22T01:32:41.443Z | Downloaded postcard v1.0.10 |
1075 | 2024-11-22T01:32:41.445Z | Downloaded derive-where v1.2.7 |
1076 | 2024-11-22T01:32:41.448Z | Downloaded pem v3.0.4 |
1077 | 2024-11-22T01:32:41.448Z | Downloaded futures-io v0.3.31 |
1078 | 2024-11-22T01:32:41.451Z | Downloaded futures-executor v0.3.31 |
1079 | 2024-11-22T01:32:41.451Z | Downloaded ena v0.14.3 |
1080 | 2024-11-22T01:32:41.454Z | Downloaded embedded-io v0.4.0 |
1081 | 2024-11-22T01:32:41.454Z | Downloaded resolv-conf v0.7.0 |
1082 | 2024-11-22T01:32:41.454Z | Downloaded icu_properties v1.5.1 |
1083 | 2024-11-22T01:32:41.457Z | Downloaded compact_str v0.8.0 |
1084 | 2024-11-22T01:32:41.461Z | Downloaded rusty-fork v0.3.0 |
1085 | 2024-11-22T01:32:41.463Z | Downloaded russh-keys v0.45.0 |
1086 | 2024-11-22T01:32:41.466Z | Downloaded icu_provider v1.5.0 |
1087 | 2024-11-22T01:32:41.468Z | Downloaded pbkdf2 v0.11.0 |
1088 | 2024-11-22T01:32:41.471Z | Downloaded hyper-util v0.1.10 |
1089 | 2024-11-22T01:32:41.474Z | Downloaded progenitor-impl v0.8.0 |
1090 | 2024-11-22T01:32:41.476Z | Downloaded smf v0.2.3 |
1091 | 2024-11-22T01:32:41.479Z | Downloaded crossbeam-utils v0.8.20 |
1092 | 2024-11-22T01:32:41.482Z | Downloaded crossbeam-epoch v0.9.18 |
1093 | 2024-11-22T01:32:41.485Z | Downloaded bytes v1.8.0 |
1094 | 2024-11-22T01:32:41.487Z | Downloaded clang-sys v1.8.1 |
1095 | 2024-11-22T01:32:41.490Z | Downloaded debug-ignore v1.0.5 |
1096 | 2024-11-22T01:32:41.492Z | Downloaded data-encoding v2.6.0 |
1097 | 2024-11-22T01:32:41.492Z | Downloaded crc-any v2.5.0 |
1098 | 2024-11-22T01:32:41.495Z | Downloaded cookie v0.18.1 |
1099 | 2024-11-22T01:32:41.499Z | Downloaded blake2 v0.10.6 |
1100 | 2024-11-22T01:32:41.502Z | Downloaded base64 v0.22.1 |
1101 | 2024-11-22T01:32:41.504Z | Downloaded structmeta-derive v0.2.0 |
1102 | 2024-11-22T01:32:41.507Z | Downloaded structmeta v0.3.0 |
1103 | 2024-11-22T01:32:41.507Z | Downloaded rustls-pemfile v1.0.4 |
1104 | 2024-11-22T01:32:41.509Z | Downloaded csv-core v0.1.11 |
1105 | 2024-11-22T01:32:41.509Z | Downloaded serde_plain v1.0.2 |
1106 | 2024-11-22T01:32:41.512Z | Downloaded memmap2 v0.9.5 |
1107 | 2024-11-22T01:32:41.514Z | Downloaded hyper-staticfile v0.10.1 |
1108 | 2024-11-22T01:32:41.517Z | Downloaded ctr v0.9.2 |
1109 | 2024-11-22T01:32:41.517Z | Downloaded base64ct v1.6.0 |
1110 | 2024-11-22T01:32:41.519Z | Downloaded iana-time-zone v0.1.61 |
1111 | 2024-11-22T01:32:41.522Z | Downloaded shell-words v1.1.0 |
1112 | 2024-11-22T01:32:41.524Z | Downloaded rpassword v7.3.1 |
1113 | 2024-11-22T01:32:41.524Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1114 | 2024-11-22T01:32:41.581Z | Downloaded r2d2 v0.8.10 |
1115 | 2024-11-22T01:32:41.584Z | Downloaded is-terminal v0.4.13 |
1116 | 2024-11-22T01:32:41.584Z | Downloaded hex-literal v0.4.1 |
1117 | 2024-11-22T01:32:41.586Z | Downloaded convert_case v0.4.0 |
1118 | 2024-11-22T01:32:41.586Z | Downloaded keccak v0.1.5 |
1119 | 2024-11-22T01:32:41.586Z | Downloaded ciborium-ll v0.2.2 |
1120 | 2024-11-22T01:32:41.591Z | Downloaded constant_time_eq v0.3.1 |
1121 | 2024-11-22T01:32:41.591Z | Downloaded const_format_proc_macros v0.2.33 |
1122 | 2024-11-22T01:32:41.593Z | Downloaded cobs v0.2.3 |
1123 | 2024-11-22T01:32:41.593Z | Downloaded bb8 v0.8.5 |
1124 | 2024-11-22T01:32:41.593Z | Downloaded lalrpop-util v0.19.12 |
1125 | 2024-11-22T01:32:41.595Z | Downloaded crossbeam-deque v0.8.5 |
1126 | 2024-11-22T01:32:41.596Z | Downloaded colored v2.1.0 |
1127 | 2024-11-22T01:32:41.598Z | Downloaded cassowary v0.3.0 |
1128 | 2024-11-22T01:32:41.600Z | Downloaded blowfish v0.9.1 |
1129 | 2024-11-22T01:32:41.600Z | Downloaded bit-vec v0.6.3 |
1130 | 2024-11-22T01:32:41.603Z | Downloaded bcrypt-pbkdf v0.10.0 |
1131 | 2024-11-22T01:32:41.603Z | Downloaded base64 v0.13.1 |
1132 | 2024-11-22T01:32:41.606Z | Downloaded crucible-workspace-hack v0.1.0 |
1133 | 2024-11-22T01:32:41.608Z | Downloaded bitfield v0.14.0 |
1134 | 2024-11-22T01:32:41.608Z | Downloaded bit-set v0.5.3 |
1135 | 2024-11-22T01:32:41.611Z | Downloaded hickory-client v0.24.1 |
1136 | 2024-11-22T01:32:41.613Z | Downloaded bitfield-struct v0.6.2 |
1137 | 2024-11-22T01:32:41.614Z | Downloaded async-bb8-diesel v0.2.1 |
1138 | 2024-11-22T01:32:41.921Z | Downloaded ring v0.17.8 |
1139 | 2024-11-22T01:32:42.038Z | Downloaded ring v0.16.20 |
1140 | 2024-11-22T01:32:42.118Z | Downloaded libsqlite3-sys v0.30.1 |
1141 | 2024-11-22T01:32:42.390Z | Downloaded aws-lc-sys v0.22.0 |
1142 | 2024-11-22T01:32:42.690Z | Compiling serde v1.0.215 |
1143 | 2024-11-22T01:32:42.693Z | Compiling lock_api v0.4.12 |
1144 | 2024-11-22T01:32:42.693Z | Compiling scopeguard v1.2.0 |
1145 | 2024-11-22T01:32:42.693Z | Compiling value-bag v1.9.0 |
1146 | 2024-11-22T01:32:42.693Z | Compiling typenum v1.17.0 |
1147 | 2024-11-22T01:32:42.853Z | Compiling generic-array v0.14.7 |
1148 | 2024-11-22T01:32:42.910Z | Compiling syn v2.0.87 |
1149 | 2024-11-22T01:32:42.925Z | Compiling getrandom v0.2.15 |
1150 | 2024-11-22T01:32:42.987Z | Compiling shlex v1.3.0 |
1151 | 2024-11-22T01:32:43.176Z | Compiling rand_core v0.6.4 |
1152 | 2024-11-22T01:32:43.389Z | Compiling log v0.4.22 |
1153 | 2024-11-22T01:32:43.412Z | Compiling subtle v2.6.1 |
1154 | 2024-11-22T01:32:43.415Z | Compiling jobserver v0.1.32 |
1155 | 2024-11-22T01:32:43.494Z | Compiling smallvec v1.13.2 |
1156 | 2024-11-22T01:32:43.669Z | Compiling const-oid v0.9.6 |
1157 | 2024-11-22T01:32:43.750Z | Compiling spin v0.9.8 |
1158 | 2024-11-22T01:32:43.768Z | Compiling cc v1.1.30 |
1159 | 2024-11-22T01:32:43.902Z | Compiling pin-project-lite v0.2.14 |
1160 | 2024-11-22T01:32:44.175Z | Compiling rustix v0.38.37 |
1161 | 2024-11-22T01:32:44.270Z | Compiling parking_lot_core v0.9.10 |
1162 | 2024-11-22T01:32:44.382Z | Compiling futures-core v0.3.31 |
1163 | 2024-11-22T01:32:44.525Z | Compiling signal-hook-registry v1.4.2 |
1164 | 2024-11-22T01:32:44.649Z | Compiling mio v1.0.2 |
1165 | 2024-11-22T01:32:45.219Z | Compiling parking_lot v0.12.3 |
1166 | 2024-11-22T01:32:45.396Z | Compiling aho-corasick v1.1.3 |
1167 | 2024-11-22T01:32:45.530Z | Compiling cpufeatures v0.2.14 |
1168 | 2024-11-22T01:32:45.644Z | Compiling regex-syntax v0.8.5 |
1169 | 2024-11-22T01:32:45.851Z | Compiling either v1.13.0 |
1170 | 2024-11-22T01:32:45.883Z | Compiling lazy_static v1.5.0 |
1171 | 2024-11-22T01:32:45.981Z | Compiling stable_deref_trait v1.2.0 |
1172 | 2024-11-22T01:32:46.019Z | Compiling glob v0.3.1 |
1173 | 2024-11-22T01:32:46.100Z | Compiling futures-sink v0.3.31 |
1174 | 2024-11-22T01:32:46.193Z | Compiling socket2 v0.5.7 |
1175 | 2024-11-22T01:32:46.256Z | Compiling slab v0.4.9 |
1176 | 2024-11-22T01:32:46.314Z | Compiling prettyplease v0.2.25 |
1177 | 2024-11-22T01:32:46.677Z | Compiling minimal-lexical v0.2.1 |
1178 | 2024-11-22T01:32:47.010Z | Compiling libloading v0.8.5 |
1179 | 2024-11-22T01:32:47.030Z | Compiling clang-sys v1.8.1 |
1180 | 2024-11-22T01:32:47.200Z | Compiling nom v7.1.3 |
1181 | 2024-11-22T01:32:47.203Z | Compiling serde_json v1.0.132 |
1182 | 2024-11-22T01:32:47.419Z | Compiling bindgen v0.69.5 |
1183 | 2024-11-22T01:32:47.530Z | Compiling home v0.5.9 |
1184 | 2024-11-22T01:32:47.835Z | Compiling itertools v0.12.1 |
1185 | 2024-11-22T01:32:48.236Z | Compiling futures-channel v0.3.31 |
1186 | 2024-11-22T01:32:48.326Z | Compiling rustc-hash v1.1.0 |
1187 | 2024-11-22T01:32:48.482Z | Compiling pin-utils v0.1.0 |
1188 | 2024-11-22T01:32:48.578Z | Compiling futures-io v0.3.31 |
1189 | 2024-11-22T01:32:48.636Z | Compiling foldhash v0.1.3 |
1190 | 2024-11-22T01:32:48.898Z | Compiling allocator-api2 v0.2.18 |
1191 | 2024-11-22T01:32:48.942Z | Compiling futures-task v0.3.31 |
1192 | 2024-11-22T01:32:49.291Z | Compiling regex-automata v0.4.8 |
1193 | 2024-11-22T01:32:49.742Z | Compiling lazycell v1.3.0 |
1194 | 2024-11-22T01:32:49.920Z | Compiling hashbrown v0.15.0 |
1195 | 2024-11-22T01:32:50.942Z | Compiling synstructure v0.13.1 |
1196 | 2024-11-22T01:32:50.988Z | Compiling cexpr v0.6.0 |
1197 | 2024-11-22T01:32:51.281Z | Compiling cmake v0.1.51 |
1198 | 2024-11-22T01:32:52.342Z | Compiling fs_extra v1.3.0 |
1199 | 2024-11-22T01:32:52.442Z | Compiling dunce v1.0.5 |
1200 | 2024-11-22T01:32:52.574Z | Compiling tinyvec_macros v0.1.1 |
1201 | 2024-11-22T01:32:52.675Z | Compiling pkg-config v0.3.31 |
1202 | 2024-11-22T01:32:52.678Z | Compiling libm v0.2.8 |
1203 | 2024-11-22T01:32:52.809Z | Compiling tinyvec v1.8.0 |
1204 | 2024-11-22T01:32:52.939Z | Compiling num-traits v0.2.19 |
1205 | 2024-11-22T01:32:53.462Z | Compiling ring v0.17.8 |
1206 | 2024-11-22T01:32:54.228Z | Compiling unicode-bidi v0.3.17 |
1207 | 2024-11-22T01:32:54.359Z | Compiling unicode-normalization v0.1.24 |
1208 | 2024-11-22T01:32:54.418Z | Compiling base64ct v1.6.0 |
1209 | 2024-11-22T01:32:54.480Z | Compiling paste v1.0.15 |
1210 | 2024-11-22T01:32:54.639Z | Compiling writeable v0.5.5 |
1211 | 2024-11-22T01:32:55.000Z | Compiling regex v1.11.1 |
1212 | 2024-11-22T01:32:55.021Z | Compiling litemap v0.7.3 |
1213 | 2024-11-22T01:32:55.336Z | Compiling pem-rfc7468 v0.7.0 |
1214 | 2024-11-22T01:32:55.624Z | Compiling flagset v0.4.6 |
1215 | 2024-11-22T01:32:55.815Z | Compiling httparse v1.9.5 |
1216 | 2024-11-22T01:32:56.045Z | Compiling aws-lc-rs v1.10.0 |
1217 | 2024-11-22T01:32:56.516Z | Compiling tracing-core v0.1.32 |
1218 | 2024-11-22T01:32:56.608Z | Compiling percent-encoding v2.3.1 |
1219 | 2024-11-22T01:32:56.966Z | Compiling icu_locid_transform_data v1.5.0 |
1220 | 2024-11-22T01:32:57.072Z | Compiling crossbeam-utils v0.8.20 |
1221 | 2024-11-22T01:32:57.221Z | Compiling rustls-pki-types v1.9.0 |
1222 | 2024-11-22T01:32:57.585Z | Compiling serde_derive v1.0.215 |
1223 | 2024-11-22T01:32:57.627Z | Compiling zeroize_derive v1.4.2 |
1224 | 2024-11-22T01:32:57.908Z | Compiling zerocopy-derive v0.7.35 |
1225 | 2024-11-22T01:32:58.127Z | Compiling tokio-macros v2.4.0 |
1226 | 2024-11-22T01:32:58.197Z | Compiling zerofrom-derive v0.1.4 |
1227 | 2024-11-22T01:32:59.172Z | Compiling zeroize v1.8.1 |
1228 | 2024-11-22T01:32:59.712Z | Compiling thiserror-impl v1.0.69 |
1229 | 2024-11-22T01:32:59.758Z | Compiling yoke-derive v0.7.4 |
1230 | 2024-11-22T01:33:00.170Z | Compiling zerocopy v0.7.35 |
1231 | 2024-11-22T01:33:00.969Z | Compiling crypto-common v0.1.6 |
1232 | 2024-11-22T01:33:01.203Z | Compiling block-buffer v0.10.4 |
1233 | 2024-11-22T01:33:01.475Z | Compiling digest v0.10.7 |
1234 | 2024-11-22T01:33:01.685Z | Compiling futures-macro v0.3.31 |
1235 | 2024-11-22T01:33:01.923Z | Compiling hmac v0.12.1 |
1236 | 2024-11-22T01:33:02.045Z | Compiling zerovec-derive v0.10.3 |
1237 | 2024-11-22T01:33:02.180Z | Compiling block-padding v0.3.3 |
1238 | 2024-11-22T01:33:02.246Z | Compiling zerofrom v0.1.4 |
1239 | 2024-11-22T01:33:02.432Z | Compiling displaydoc v0.2.5 |
1240 | 2024-11-22T01:33:02.482Z | Compiling inout v0.1.3 |
1241 | 2024-11-22T01:33:02.733Z | Compiling cipher v0.4.4 |
1242 | 2024-11-22T01:33:02.785Z | Compiling yoke v0.7.4 |
1243 | 2024-11-22T01:33:03.121Z | Compiling thiserror v1.0.69 |
1244 | 2024-11-22T01:33:03.153Z | Compiling sha2 v0.10.8 |
1245 | 2024-11-22T01:33:03.397Z | Compiling ppv-lite86 v0.2.20 |
1246 | 2024-11-22T01:33:03.399Z | Compiling der_derive v0.7.3 |
1247 | 2024-11-22T01:33:03.553Z | Compiling futures-util v0.3.31 |
1248 | 2024-11-22T01:33:04.097Z | Compiling icu_provider_macros v1.5.0 |
1249 | 2024-11-22T01:33:04.116Z | Compiling rand_chacha v0.3.1 |
1250 | 2024-11-22T01:33:04.699Z | Compiling zerovec v0.10.4 |
1251 | 2024-11-22T01:33:05.267Z | Compiling tracing-attributes v0.1.27 |
1252 | 2024-11-22T01:33:05.765Z | Compiling der v0.7.9 |
1253 | 2024-11-22T01:33:05.849Z | Compiling rand v0.8.5 |
1254 | 2024-11-22T01:33:06.280Z | Compiling pest v2.7.14 |
1255 | 2024-11-22T01:33:06.612Z | Compiling tinystr v0.7.6 |
1256 | 2024-11-22T01:33:06.827Z | Compiling icu_collections v1.5.0 |
1257 | 2024-11-22T01:33:07.070Z | Compiling icu_locid v1.5.0 |
1258 | 2024-11-22T01:33:07.986Z | Compiling spki v0.7.3 |
1259 | 2024-11-22T01:33:08.281Z | Compiling icu_provider v1.5.0 |
1260 | 2024-11-22T01:33:08.382Z | Compiling salsa20 v0.10.2 |
1261 | 2024-11-22T01:33:08.599Z | Compiling pbkdf2 v0.12.2 |
1262 | 2024-11-22T01:33:08.815Z | Compiling untrusted v0.7.1 |
1263 | 2024-11-22T01:33:09.052Z | Compiling icu_locid_transform v1.5.0 |
1264 | 2024-11-22T01:33:09.124Z | Compiling tracing v0.1.40 |
1265 | 2024-11-22T01:33:09.288Z | Compiling num-conv v0.1.0 |
1266 | 2024-11-22T01:33:09.362Z | Compiling icu_properties_data v1.5.0 |
1267 | 2024-11-22T01:33:09.425Z | Compiling untrusted v0.9.0 |
1268 | 2024-11-22T01:33:09.456Z | Compiling powerfmt v0.2.0 |
1269 | 2024-11-22T01:33:09.580Z | Compiling vcpkg v0.2.15 |
1270 | 2024-11-22T01:33:09.607Z | Compiling mirai-annotations v1.12.0 |
1271 | 2024-11-22T01:33:09.630Z | Compiling time-core v0.1.2 |
1272 | 2024-11-22T01:33:09.744Z | Compiling deranged v0.3.11 |
1273 | 2024-11-22T01:33:09.809Z | Compiling time-macros v0.2.18 |
1274 | 2024-11-22T01:33:09.840Z | Compiling pest_meta v2.7.14 |
1275 | 2024-11-22T01:33:11.080Z | Compiling icu_properties v1.5.1 |
1276 | 2024-11-22T01:33:11.679Z | Compiling scrypt v0.11.0 |
1277 | 2024-11-22T01:33:11.762Z | Compiling bitflags v2.6.0 |
1278 | 2024-11-22T01:33:11.789Z | Compiling bytes v1.8.0 |
1279 | 2024-11-22T01:33:12.263Z | Compiling indexmap v2.6.0 |
1280 | 2024-11-22T01:33:13.119Z | Compiling tokio v1.40.0 |
1281 | 2024-11-22T01:33:13.121Z | Compiling http v1.1.0 |
1282 | 2024-11-22T01:33:13.474Z | Compiling semver v1.0.23 |
1283 | 2024-11-22T01:33:13.784Z | Compiling openssl-sys v0.9.103 |
1284 | 2024-11-22T01:33:14.269Z | Compiling rustc_version v0.4.1 |
1285 | 2024-11-22T01:33:14.918Z | Compiling cbc v0.1.2 |
1286 | 2024-11-22T01:33:15.040Z | Compiling aes v0.8.4 |
1287 | 2024-11-22T01:33:15.098Z | Compiling scroll_derive v0.12.0 |
1288 | 2024-11-22T01:33:15.154Z | Compiling utf16_iter v1.0.5 |
1289 | 2024-11-22T01:33:15.360Z | Compiling write16 v1.0.0 |
1290 | 2024-11-22T01:33:15.500Z | Compiling atomic-waker v1.1.2 |
1291 | 2024-11-22T01:33:15.520Z | Compiling utf8_iter v1.0.4 |
1292 | 2024-11-22T01:33:15.664Z | Compiling num_threads v0.1.7 |
1293 | 2024-11-22T01:33:15.686Z | Compiling icu_normalizer_data v1.5.0 |
1294 | 2024-11-22T01:33:15.786Z | Compiling icu_normalizer v1.5.0 |
1295 | 2024-11-22T01:33:15.789Z | Compiling time v0.3.36 |
1296 | 2024-11-22T01:33:15.931Z | Compiling pkcs5 v0.7.1 |
1297 | 2024-11-22T01:33:16.022Z | Compiling http-body v1.0.1 |
1298 | 2024-11-22T01:33:16.253Z | Compiling which v4.4.2 |
1299 | 2024-11-22T01:33:16.919Z | Compiling scroll v0.12.0 |
1300 | 2024-11-22T01:33:17.195Z | Compiling pest_generator v2.7.14 |
1301 | 2024-11-22T01:33:17.498Z | Compiling form_urlencoded v1.2.1 |
1302 | 2024-11-22T01:33:17.569Z | Compiling try-lock v0.2.5 |
1303 | 2024-11-22T01:33:17.725Z | Compiling slog v2.7.0 |
1304 | 2024-11-22T01:33:17.818Z | Compiling want v0.3.1 |
1305 | 2024-11-22T01:33:17.840Z | Compiling goblin v0.8.2 |
1306 | 2024-11-22T01:33:17.860Z | Compiling idna_adapter v1.2.0 |
1307 | 2024-11-22T01:33:18.093Z | Compiling pkcs8 v0.10.2 |
1308 | 2024-11-22T01:33:18.112Z | Compiling httpdate v1.0.3 |
1309 | 2024-11-22T01:33:18.584Z | Compiling idna v1.0.3 |
1310 | 2024-11-22T01:33:18.795Z | Compiling serde_spanned v0.6.8 |
1311 | 2024-11-22T01:33:19.089Z | Compiling toml_datetime v0.6.8 |
1312 | 2024-11-22T01:33:19.201Z | Compiling uuid v1.11.0 |
1313 | 2024-11-22T01:33:19.230Z | Compiling pest_derive v2.7.14 |
1314 | 2024-11-22T01:33:19.611Z | Compiling serde_tokenstream v0.2.2 |
1315 | 2024-11-22T01:33:20.062Z | Compiling dtrace-parser v0.2.0 |
1316 | 2024-11-22T01:33:20.229Z | Compiling base64 v0.22.1 |
1317 | 2024-11-22T01:33:20.474Z | Compiling match_cfg v0.1.0 |
1318 | 2024-11-22T01:33:20.578Z | Compiling openssl v0.10.66 |
1319 | 2024-11-22T01:33:20.603Z | Compiling adler2 v2.0.0 |
1320 | 2024-11-22T01:33:20.810Z | Compiling tower-service v0.3.3 |
1321 | 2024-11-22T01:33:20.946Z | Compiling rustversion v1.0.17 |
1322 | 2024-11-22T01:33:20.967Z | Compiling foreign-types-shared v0.1.1 |
1323 | 2024-11-22T01:33:20.990Z | Compiling iana-time-zone v0.1.61 |
1324 | 2024-11-22T01:33:21.081Z | Compiling foreign-types v0.3.2 |
1325 | 2024-11-22T01:33:21.133Z | Compiling miniz_oxide v0.8.0 |
1326 | 2024-11-22T01:33:21.185Z | Compiling chrono v0.4.38 |
1327 | 2024-11-22T01:33:21.460Z | Compiling hostname v0.3.1 |
1328 | 2024-11-22T01:33:21.654Z | Compiling tokio-util v0.7.12 |
1329 | 2024-11-22T01:33:21.801Z | Compiling url v2.5.3 |
1330 | 2024-11-22T01:33:22.682Z | Compiling async-trait v0.1.83 |
1331 | 2024-11-22T01:33:23.157Z | Compiling h2 v0.4.6 |
1332 | 2024-11-22T01:33:23.638Z | Compiling dof v0.3.0 |
1333 | 2024-11-22T01:33:23.811Z | Compiling openssl-macros v0.1.1 |
1334 | 2024-11-22T01:33:24.635Z | Compiling usdt-impl v0.5.0 |
1335 | 2024-11-22T01:33:24.934Z | Compiling dirs-sys-next v0.1.2 |
1336 | 2024-11-22T01:33:25.482Z | Compiling rustls v0.22.4 |
1337 | 2024-11-22T01:33:25.606Z | Compiling data-encoding v2.6.0 |
1338 | 2024-11-22T01:33:25.744Z | Compiling rustls v0.23.14 |
1339 | 2024-11-22T01:33:25.910Z | Compiling siphasher v0.3.11 |
1340 | 2024-11-22T01:33:26.013Z | Compiling native-tls v0.2.12 |
1341 | 2024-11-22T01:33:26.246Z | Compiling syn v1.0.109 |
1342 | 2024-11-22T01:33:26.339Z | Compiling dirs-next v2.0.0 |
1343 | 2024-11-22T01:33:26.951Z | Compiling http-body-util v0.1.2 |
1344 | 2024-11-22T01:33:27.499Z | Compiling heapless v0.7.17 |
1345 | 2024-11-22T01:33:27.938Z | Compiling crossbeam-epoch v0.9.18 |
1346 | 2024-11-22T01:33:27.971Z | Compiling sha1 v0.10.6 |
1347 | 2024-11-22T01:33:28.045Z | Compiling signature v2.2.0 |
1348 | 2024-11-22T01:33:28.154Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1349 | 2024-11-22T01:33:28.335Z | Compiling serde_derive_internals v0.29.1 |
1350 | 2024-11-22T01:33:28.395Z | Compiling thread_local v1.1.8 |
1351 | 2024-11-22T01:33:28.627Z | Compiling multer v3.1.0 |
1352 | 2024-11-22T01:33:28.708Z | Compiling cookie v0.18.1 |
1353 | 2024-11-22T01:33:28.900Z | Compiling encoding_rs v0.8.34 |
1354 | 2024-11-22T01:33:28.903Z | Compiling signal-hook v0.3.17 |
1355 | 2024-11-22T01:33:28.943Z | Compiling gimli v0.31.1 |
1356 | 2024-11-22T01:33:28.985Z | Compiling openssl-probe v0.1.5 |
1357 | 2024-11-22T01:33:29.213Z | Compiling slog-async v2.8.0 |
1358 | 2024-11-22T01:33:29.412Z | Compiling unicode-properties v0.1.3 |
1359 | 2024-11-22T01:33:29.754Z | Compiling ipnet v2.10.1 |
1360 | 2024-11-22T01:33:29.803Z | Compiling schemars v0.8.21 |
1361 | 2024-11-22T01:33:30.142Z | Compiling rayon-core v1.12.1 |
1362 | 2024-11-22T01:33:30.418Z | Compiling hyper v1.5.0 |
1363 | 2024-11-22T01:33:31.040Z | Compiling mime v0.3.17 |
1364 | 2024-11-22T01:33:31.150Z | Compiling schemars_derive v0.8.21 |
1365 | 2024-11-22T01:33:31.793Z | Compiling stringprep v0.1.5 |
1366 | 2024-11-22T01:33:33.026Z | Compiling hyper-util v0.1.10 |
1367 | 2024-11-22T01:33:33.923Z | Compiling addr2line v0.24.2 |
1368 | 2024-11-22T01:33:33.944Z | Compiling toml_edit v0.22.22 |
1369 | 2024-11-22T01:33:34.549Z | Compiling crossbeam-deque v0.8.5 |
1370 | 2024-11-22T01:33:34.595Z | Compiling usdt-macro v0.5.0 |
1371 | 2024-11-22T01:33:34.678Z | Compiling usdt-attr-macro v0.5.0 |
1372 | 2024-11-22T01:33:35.251Z | Compiling term v0.7.0 |
1373 | 2024-11-22T01:33:35.761Z | Compiling slog-json v2.6.1 |
1374 | 2024-11-22T01:33:36.038Z | Compiling serde_urlencoded v0.7.1 |
1375 | 2024-11-22T01:33:36.139Z | Compiling curve25519-dalek v4.1.3 |
1376 | 2024-11-22T01:33:36.161Z | Compiling crossbeam-channel v0.5.13 |
1377 | 2024-11-22T01:33:36.322Z | Compiling enum-as-inner v0.6.1 |
1378 | 2024-11-22T01:33:36.588Z | Compiling futures-executor v0.3.31 |
1379 | 2024-11-22T01:33:36.759Z | Compiling md-5 v0.10.6 |
1380 | 2024-11-22T01:33:36.763Z | Compiling rustls-pemfile v2.2.0 |
1381 | 2024-11-22T01:33:37.052Z | Compiling async-stream-impl v0.3.6 |
1382 | 2024-11-22T01:33:37.109Z | Compiling num-integer v0.1.46 |
1383 | 2024-11-22T01:33:37.135Z | Compiling idna v0.3.0 |
1384 | 2024-11-22T01:33:37.253Z | Compiling idna v0.4.0 |
1385 | 2024-11-22T01:33:37.415Z | Compiling hash32 v0.2.1 |
1386 | 2024-11-22T01:33:37.820Z | Compiling ff v0.13.0 |
1387 | 2024-11-22T01:33:37.924Z | Compiling is-terminal v0.4.13 |
1388 | 2024-11-22T01:33:38.052Z | Compiling object v0.36.5 |
1389 | 2024-11-22T01:33:38.072Z | Compiling dropshot v0.12.0 |
1390 | 2024-11-22T01:33:38.364Z | Compiling quick-error v1.2.3 |
1391 | 2024-11-22T01:33:38.482Z | Compiling linked-hash-map v0.5.6 |
1392 | 2024-11-22T01:33:38.518Z | Compiling psl-types v2.0.11 |
1393 | 2024-11-22T01:33:38.726Z | Compiling smoltcp v0.9.1 |
1394 | 2024-11-22T01:33:38.844Z | Compiling anyhow v1.0.93 |
1395 | 2024-11-22T01:33:38.866Z | Compiling base16ct v0.2.0 |
1396 | 2024-11-22T01:33:38.918Z | Compiling portable-atomic v1.9.0 |
1397 | 2024-11-22T01:33:39.202Z | Compiling rustc-demangle v0.1.24 |
1398 | 2024-11-22T01:33:39.480Z | Compiling dyn-clone v1.0.17 |
1399 | 2024-11-22T01:33:39.500Z | Compiling num-bigint-dig v0.8.4 |
1400 | 2024-11-22T01:33:39.720Z | Compiling take_mut v0.2.2 |
1401 | 2024-11-22T01:33:39.791Z | Compiling utf-8 v0.7.6 |
1402 | 2024-11-22T01:33:39.891Z | Compiling fallible-iterator v0.2.0 |
1403 | 2024-11-22T01:33:40.145Z | Compiling tungstenite v0.24.0 |
1404 | 2024-11-22T01:33:40.632Z | Compiling postgres-protocol v0.6.7 |
1405 | 2024-11-22T01:33:41.810Z | Compiling sec1 v0.7.3 |
1406 | 2024-11-22T01:33:41.990Z | Compiling lru-cache v0.1.2 |
1407 | 2024-11-22T01:33:42.192Z | Compiling publicsuffix v2.2.3 |
1408 | 2024-11-22T01:33:42.390Z | Compiling resolv-conf v0.7.0 |
1409 | 2024-11-22T01:33:42.410Z | Compiling async-stream v0.3.6 |
1410 | 2024-11-22T01:33:42.516Z | Compiling hickory-proto v0.24.1 |
1411 | 2024-11-22T01:33:42.537Z | Compiling slog-term v2.9.1 |
1412 | 2024-11-22T01:33:42.692Z | Compiling group v0.13.0 |
1413 | 2024-11-22T01:33:43.029Z | Compiling usdt v0.5.0 |
1414 | 2024-11-22T01:33:43.543Z | Compiling num-iter v0.1.45 |
1415 | 2024-11-22T01:33:43.734Z | Compiling toml v0.8.19 |
1416 | 2024-11-22T01:33:43.826Z | Compiling futures v0.3.31 |
1417 | 2024-11-22T01:33:44.094Z | Compiling slog-bunyan v2.5.0 |
1418 | 2024-11-22T01:33:45.550Z | Compiling tokio-native-tls v0.3.1 |
1419 | 2024-11-22T01:33:45.571Z | Compiling backtrace v0.3.74 |
1420 | 2024-11-22T01:33:45.844Z | Compiling camino v1.1.9 |
1421 | 2024-11-22T01:33:46.080Z | Compiling phf_shared v0.11.2 |
1422 | 2024-11-22T01:33:46.428Z | Compiling dropshot_endpoint v0.12.0 |
1423 | 2024-11-22T01:33:46.499Z | Compiling terminal_size v0.4.0 |
1424 | 2024-11-22T01:33:46.578Z | Compiling waitgroup v0.1.2 |
1425 | 2024-11-22T01:33:46.698Z | Compiling openapiv3 v2.0.0 |
1426 | 2024-11-22T01:33:46.761Z | Compiling serde_path_to_error v0.1.16 |
1427 | 2024-11-22T01:33:46.828Z | Compiling hkdf v0.12.4 |
1428 | 2024-11-22T01:33:47.077Z | Compiling crypto-bigint v0.5.5 |
1429 | 2024-11-22T01:33:47.539Z | Compiling webpki-roots v0.26.6 |
1430 | 2024-11-22T01:33:47.769Z | Compiling zerocopy-derive v0.6.6 |
1431 | 2024-11-22T01:33:49.159Z | Compiling hubpack_derive v0.1.1 |
1432 | 2024-11-22T01:33:49.354Z | Compiling curve25519-dalek-derive v0.1.1 |
1433 | 2024-11-22T01:33:50.078Z | Compiling idna v0.5.0 |
1434 | 2024-11-22T01:33:50.114Z | Compiling hostname v0.4.0 |
1435 | 2024-11-22T01:33:50.380Z | Compiling fs-err v2.11.0 |
1436 | 2024-11-22T01:33:50.682Z | Compiling crc32fast v1.4.2 |
1437 | 2024-11-22T01:33:50.907Z | Compiling ahash v0.8.11 |
1438 | 2024-11-22T01:33:51.029Z | Compiling managed v0.8.0 |
1439 | 2024-11-22T01:33:51.102Z | Compiling bitflags v1.3.2 |
1440 | 2024-11-22T01:33:51.152Z | Compiling winnow v0.5.40 |
1441 | 2024-11-22T01:33:51.222Z | Compiling debug-ignore v1.0.5 |
1442 | 2024-11-22T01:33:51.328Z | Compiling clap_builder v4.5.21 |
1443 | 2024-11-22T01:33:51.455Z | Compiling console v0.15.8 |
1444 | 2024-11-22T01:33:51.721Z | Compiling strum_macros v0.25.3 |
1445 | 2024-11-22T01:33:53.172Z | Compiling flate2 v1.0.34 |
1446 | 2024-11-22T01:33:53.176Z | Compiling cookie_store v0.21.0 |
1447 | 2024-11-22T01:33:53.748Z | Compiling zerocopy v0.6.6 |
1448 | 2024-11-22T01:33:54.194Z | Compiling hubpack v0.1.2 |
1449 | 2024-11-22T01:33:54.665Z | Compiling toml_edit v0.19.15 |
1450 | 2024-11-22T01:33:54.685Z | Compiling elliptic-curve v0.13.8 |
1451 | 2024-11-22T01:33:54.748Z | Compiling hickory-resolver v0.24.1 |
1452 | 2024-11-22T01:33:55.542Z | Compiling phf v0.11.2 |
1453 | 2024-11-22T01:33:55.852Z | Compiling signal-hook-mio v0.2.4 |
1454 | 2024-11-22T01:33:55.946Z | Compiling hyper-tls v0.6.0 |
1455 | 2024-11-22T01:33:56.021Z | Compiling rayon v1.10.0 |
1456 | 2024-11-22T01:33:56.049Z | Compiling bzip2 v0.4.4 |
1457 | 2024-11-22T01:33:56.474Z | Compiling postgres-types v0.2.8 |
1458 | 2024-11-22T01:33:58.155Z | Compiling tokio-tungstenite v0.24.0 |
1459 | 2024-11-22T01:33:59.978Z | Compiling ed25519 v2.2.3 |
1460 | 2024-11-22T01:34:00.857Z | Compiling phf_shared v0.10.0 |
1461 | 2024-11-22T01:34:00.979Z | Compiling tokio-stream v0.1.16 |
1462 | 2024-11-22T01:34:01.294Z | Compiling pkcs1 v0.7.5 |
1463 | 2024-11-22T01:34:01.384Z | Compiling serde-big-array v0.5.1 |
1464 | 2024-11-22T01:34:01.629Z | Compiling clap_derive v4.5.18 |
1465 | 2024-11-22T01:34:01.736Z | Compiling rfc6979 v0.4.0 |
1466 | 2024-11-22T01:34:01.882Z | Compiling serde_repr v0.1.19 |
1467 | 2024-11-22T01:34:01.941Z | Compiling derive-where v1.2.7 |
1468 | 2024-11-22T01:34:02.085Z | Compiling float-cmp v0.9.0 |
1469 | 2024-11-22T01:34:02.308Z | Compiling bstr v1.10.0 |
1470 | 2024-11-22T01:34:02.310Z | Compiling sync_wrapper v1.0.1 |
1471 | 2024-11-22T01:34:02.493Z | Compiling whoami v1.5.2 |
1472 | 2024-11-22T01:34:02.747Z | Compiling unicode-segmentation v1.12.0 |
1473 | 2024-11-22T01:34:03.076Z | Compiling bit-vec v0.6.3 |
1474 | 2024-11-22T01:34:03.120Z | Compiling new_debug_unreachable v1.0.6 |
1475 | 2024-11-22T01:34:03.246Z | Compiling difflib v0.4.0 |
1476 | 2024-11-22T01:34:03.542Z | Compiling normalize-line-endings v0.3.0 |
1477 | 2024-11-22T01:34:03.643Z | Compiling predicates-core v1.0.8 |
1478 | 2024-11-22T01:34:03.675Z | Compiling precomputed-hash v0.1.1 |
1479 | 2024-11-22T01:34:03.805Z | Compiling static_assertions v1.1.0 |
1480 | 2024-11-22T01:34:03.918Z | Compiling unicode-width v0.2.0 |
1481 | 2024-11-22T01:34:04.026Z | Compiling number_prefix v0.4.0 |
1482 | 2024-11-22T01:34:04.172Z | Compiling fixedbitset v0.4.2 |
1483 | 2024-11-22T01:34:04.256Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1484 | 2024-11-22T01:34:04.474Z | Compiling petgraph v0.6.5 |
1485 | 2024-11-22T01:34:04.643Z | Compiling indicatif v0.17.9 |
1486 | 2024-11-22T01:34:04.893Z | Compiling predicates v3.1.2 |
1487 | 2024-11-22T01:34:05.570Z | Compiling string_cache v0.8.7 |
1488 | 2024-11-22T01:34:06.088Z | Compiling similar v2.6.0 |
1489 | 2024-11-22T01:34:06.716Z | Compiling bit-set v0.5.3 |
1490 | 2024-11-22T01:34:06.873Z | Compiling clap v4.5.21 |
1491 | 2024-11-22T01:34:06.954Z | Compiling tokio-postgres v0.7.12 |
1492 | 2024-11-22T01:34:06.977Z | Compiling ecdsa v0.16.9 |
1493 | 2024-11-22T01:34:07.003Z | Compiling rsa v0.9.6 |
1494 | 2024-11-22T01:34:07.858Z | Compiling ed25519-dalek v2.1.1 |
1495 | 2024-11-22T01:34:08.599Z | Compiling toml v0.7.8 |
1496 | 2024-11-22T01:34:08.674Z | Compiling zip v0.6.6 |
1497 | 2024-11-22T01:34:09.181Z | Compiling crossterm v0.28.1 |
1498 | 2024-11-22T01:34:11.027Z | Compiling hex v0.4.3 |
1499 | 2024-11-22T01:34:11.047Z | Compiling x509-cert v0.2.5 |
1500 | 2024-11-22T01:34:11.066Z | Compiling itertools v0.10.5 |
1501 | 2024-11-22T01:34:11.304Z | Compiling lalrpop-util v0.19.12 |
1502 | 2024-11-22T01:34:11.651Z | Compiling unicode-xid v0.2.6 |
1503 | 2024-11-22T01:34:11.672Z | Compiling peg-runtime v0.8.3 |
1504 | 2024-11-22T01:34:11.837Z | Compiling strum_macros v0.26.4 |
1505 | 2024-11-22T01:34:12.412Z | Compiling xattr v1.3.1 |
1506 | 2024-11-22T01:34:12.687Z | Compiling filetime v0.2.25 |
1507 | 2024-11-22T01:34:12.930Z | Compiling tar v0.4.42 |
1508 | 2024-11-22T01:34:17.093Z | Compiling strum v0.26.3 |
1509 | 2024-11-22T01:34:19.537Z | Compiling aws-lc-sys v0.22.0 |
1510 | 2024-11-22T01:34:50.865Z | Compiling rustls-webpki v0.102.8 |
1511 | 2024-11-22T01:34:54.280Z | Compiling tokio-rustls v0.25.0 |
1512 | 2024-11-22T01:34:55.885Z | Compiling tokio-rustls v0.26.0 |
1513 | 2024-11-22T01:34:56.305Z | Compiling hyper-rustls v0.27.3 |
1514 | 2024-11-22T01:34:56.680Z | Compiling reqwest v0.12.9 |
1515 | 2024-11-22T01:34:57.929Z | Compiling qorb v0.2.0 |
1516 | 2024-11-22T01:35:02.580Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1517 | 2024-11-22T01:35:02.816Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1518 | 2024-11-22T01:35:08.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 30s |
1519 | 2024-11-22T01:35:08.780Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1520 | 2024-11-22T01:35:08.831Z | Nov 22 01:35:07.818 INFO Starting download, target: Clickhouse |
1521 | 2024-11-22T01:35:08.831Z | Nov 22 01:35:07.819 INFO Starting download, target: Console |
1522 | 2024-11-22T01:35:08.831Z | Nov 22 01:35:07.819 INFO Starting download, target: Cockroach |
1523 | 2024-11-22T01:35:08.831Z | Nov 22 01:35:07.819 INFO Starting download, target: DendriteOpenapi |
1524 | 2024-11-22T01:35:08.831Z | Nov 22 01:35:07.819 INFO Starting download, target: DendriteStub |
1525 | 2024-11-22T01:35:08.835Z | Nov 22 01:35:07.819 INFO Starting download, target: MaghemiteMgd |
1526 | 2024-11-22T01:35:08.835Z | Nov 22 01:35:07.819 INFO Starting download, target: TransceiverControl |
1527 | 2024-11-22T01:35:08.835Z | Nov 22 01:35:07.819 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1528 | 2024-11-22T01:35:08.835Z | Nov 22 01:35:07.819 INFO Downloading out/downloads/dpd-6ff2fa108419df134b869a08021fc64d0a58595a.json (attempt 1/3), target: DendriteOpenapi |
1529 | 2024-11-22T01:35:08.835Z | Nov 22 01:35:07.819 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1530 | 2024-11-22T01:35:08.835Z | Nov 22 01:35:07.819 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1531 | 2024-11-22T01:35:08.835Z | Nov 22 01:35:07.819 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1532 | 2024-11-22T01:35:08.835Z | Nov 22 01:35:07.820 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1533 | 2024-11-22T01:35:08.835Z | Nov 22 01:35:07.820 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1534 | 2024-11-22T01:35:09.106Z | Nov 22 01:35:08.093 INFO Download complete, target: DendriteOpenapi |
1535 | 2024-11-22T01:35:09.342Z | Nov 22 01:35:08.328 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1536 | 2024-11-22T01:35:09.431Z | Nov 22 01:35:08.408 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1537 | 2024-11-22T01:35:09.751Z | Nov 22 01:35:08.737 INFO Download complete, target: Console |
1538 | 2024-11-22T01:35:09.801Z | Nov 22 01:35:08.787 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1539 | 2024-11-22T01:35:09.971Z | Nov 22 01:35:08.957 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1540 | 2024-11-22T01:35:09.995Z | Nov 22 01:35:08.982 INFO Download complete, target: TransceiverControl |
1541 | 2024-11-22T01:35:10.482Z | Nov 22 01:35:09.469 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1542 | 2024-11-22T01:35:10.482Z | Nov 22 01:35:09.469 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1543 | 2024-11-22T01:35:10.932Z | Nov 22 01:35:09.919 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1544 | 2024-11-22T01:35:12.501Z | Nov 22 01:35:11.487 INFO Download complete, target: DendriteStub |
1545 | 2024-11-22T01:35:12.709Z | Nov 22 01:35:11.695 INFO Download complete, target: MaghemiteMgd |
1546 | 2024-11-22T01:35:17.513Z | Nov 22 01:35:16.498 INFO Checking that binary works, target: Cockroach |
1547 | 2024-11-22T01:35:17.674Z | Nov 22 01:35:16.658 INFO Download complete, target: Cockroach |
1548 | 2024-11-22T01:35:22.825Z | Nov 22 01:35:21.801 INFO Checking that binary works, target: Clickhouse |
1549 | 2024-11-22T01:35:23.217Z | Nov 22 01:35:22.202 INFO Download complete, target: Clickhouse |
1550 | 2024-11-22T01:35:23.225Z | All prerequisites installed successfully |
1551 | 2024-11-22T01:35:23.227Z | |
1552 | 2024-11-22T01:35:23.227Z | real 5:36.024280571 |
1553 | 2024-11-22T01:35:23.227Z | user 16:26.594621335 |
1554 | 2024-11-22T01:35:23.227Z | sys 3:15.505829979 |
1555 | 2024-11-22T01:35:23.227Z | trap 0.543430884 |
1556 | 2024-11-22T01:35:23.227Z | tflt 5.574448577 |
1557 | 2024-11-22T01:35:23.228Z | dflt 4.812796969 |
1558 | 2024-11-22T01:35:23.228Z | kflt 0.377275333 |
1559 | 2024-11-22T01:35:23.228Z | lock 29:47.297636179 |
1560 | 2024-11-22T01:35:23.228Z | slp 1:03:35.562766797 |
1561 | 2024-11-22T01:35:23.228Z | lat 55.894773918 |
1562 | 2024-11-22T01:35:23.228Z | stop 2:19.277939572 |
1563 | 2024-11-22T01:35:23.228Z | + ptime -m cargo xtask download softnpu |
1564 | 2024-11-22T01:35:23.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1565 | 2024-11-22T01:35:23.778Z | Running `target/debug/xtask download softnpu` |
1566 | 2024-11-22T01:35:24.587Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
1567 | 2024-11-22T01:35:24.641Z | Running `target/debug/xtask-downloader softnpu` |
1568 | 2024-11-22T01:35:24.681Z | Nov 22 01:35:23.661 INFO Starting download, target: Softnpu |
1569 | 2024-11-22T01:35:24.684Z | Nov 22 01:35:23.662 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1570 | 2024-11-22T01:35:25.319Z | Nov 22 01:35:24.303 INFO Download complete, target: Softnpu |
1571 | 2024-11-22T01:35:25.323Z | |
1572 | 2024-11-22T01:35:25.325Z | real 2.090643944 |
1573 | 2024-11-22T01:35:25.325Z | user 1.246686387 |
1574 | 2024-11-22T01:35:25.325Z | sys 0.531125260 |
1575 | 2024-11-22T01:35:25.325Z | trap 0.000531526 |
1576 | 2024-11-22T01:35:25.325Z | tflt 0.000003008 |
1577 | 2024-11-22T01:35:25.325Z | dflt 0.000014427 |
1578 | 2024-11-22T01:35:25.325Z | kflt 0.000000000 |
1579 | 2024-11-22T01:35:25.325Z | lock 6.632575792 |
1580 | 2024-11-22T01:35:25.325Z | slp 0.482522077 |
1581 | 2024-11-22T01:35:25.325Z | lat 0.063449010 |
1582 | 2024-11-22T01:35:25.325Z | stop 0.000156562 |
1583 | 2024-11-22T01:35:25.325Z | + export CARGO_INCREMENTAL=0 |
1584 | 2024-11-22T01:35:25.325Z | + CARGO_INCREMENTAL=0 |
1585 | 2024-11-22T01:35:25.325Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1586 | 2024-11-22T01:35:26.271Z | Compiling proc-macro2 v1.0.89 |
1587 | 2024-11-22T01:35:26.271Z | Compiling unicode-ident v1.0.13 |
1588 | 2024-11-22T01:35:26.274Z | Compiling libc v0.2.162 |
1589 | 2024-11-22T01:35:26.274Z | Compiling serde v1.0.215 |
1590 | 2024-11-22T01:35:26.274Z | Compiling autocfg v1.4.0 |
1591 | 2024-11-22T01:35:26.274Z | Compiling version_check v0.9.5 |
1592 | 2024-11-22T01:35:26.274Z | Compiling cfg-if v1.0.0 |
1593 | 2024-11-22T01:35:26.548Z | Compiling memchr v2.7.4 |
1594 | 2024-11-22T01:35:26.588Z | Compiling typenum v1.17.0 |
1595 | 2024-11-22T01:35:26.695Z | Compiling shlex v1.3.0 |
1596 | 2024-11-22T01:35:27.063Z | Compiling value-bag v1.9.0 |
1597 | 2024-11-22T01:35:27.091Z | Compiling scopeguard v1.2.0 |
1598 | 2024-11-22T01:35:27.107Z | Compiling generic-array v0.14.7 |
1599 | 2024-11-22T01:35:27.440Z | Compiling lock_api v0.4.12 |
1600 | 2024-11-22T01:35:27.479Z | Compiling log v0.4.22 |
1601 | 2024-11-22T01:35:27.618Z | Compiling parking_lot_core v0.9.10 |
1602 | 2024-11-22T01:35:28.015Z | Compiling serde_json v1.0.132 |
1603 | 2024-11-22T01:35:28.033Z | Compiling once_cell v1.20.2 |
1604 | 2024-11-22T01:35:28.299Z | Compiling quote v1.0.37 |
1605 | 2024-11-22T01:35:28.318Z | Compiling rustix v0.38.37 |
1606 | 2024-11-22T01:35:28.339Z | Compiling libm v0.2.8 |
1607 | 2024-11-22T01:35:28.437Z | Compiling thiserror v1.0.69 |
1608 | 2024-11-22T01:35:28.661Z | Compiling syn v2.0.87 |
1609 | 2024-11-22T01:35:28.719Z | Compiling jobserver v0.1.32 |
1610 | 2024-11-22T01:35:28.758Z | Compiling getrandom v0.2.15 |
1611 | 2024-11-22T01:35:28.949Z | Compiling aho-corasick v1.1.3 |
1612 | 2024-11-22T01:35:28.953Z | Compiling regex-syntax v0.8.5 |
1613 | 2024-11-22T01:35:29.111Z | Compiling cc v1.1.30 |
1614 | 2024-11-22T01:35:29.202Z | Compiling num-traits v0.2.19 |
1615 | 2024-11-22T01:35:29.223Z | Compiling either v1.13.0 |
1616 | 2024-11-22T01:35:29.472Z | Compiling itoa v1.0.11 |
1617 | 2024-11-22T01:35:29.493Z | Compiling spin v0.9.8 |
1618 | 2024-11-22T01:35:29.687Z | Compiling slab v0.4.9 |
1619 | 2024-11-22T01:35:29.985Z | Compiling byteorder v1.5.0 |
1620 | 2024-11-22T01:35:30.023Z | Compiling errno v0.3.9 |
1621 | 2024-11-22T01:35:30.246Z | Compiling rand_core v0.6.4 |
1622 | 2024-11-22T01:35:30.440Z | Compiling lazy_static v1.5.0 |
1623 | 2024-11-22T01:35:30.582Z | Compiling glob v0.3.1 |
1624 | 2024-11-22T01:35:31.043Z | Compiling prettyplease v0.2.25 |
1625 | 2024-11-22T01:35:31.380Z | Compiling clang-sys v1.8.1 |
1626 | 2024-11-22T01:35:31.748Z | Compiling minimal-lexical v0.2.1 |
1627 | 2024-11-22T01:35:31.769Z | Compiling libloading v0.8.5 |
1628 | 2024-11-22T01:35:32.096Z | Compiling bindgen v0.69.5 |
1629 | 2024-11-22T01:35:32.150Z | Compiling home v0.5.9 |
1630 | 2024-11-22T01:35:32.235Z | Compiling nom v7.1.3 |
1631 | 2024-11-22T01:35:32.384Z | Compiling subtle v2.6.1 |
1632 | 2024-11-22T01:35:32.520Z | Compiling regex-automata v0.4.8 |
1633 | 2024-11-22T01:35:33.214Z | Compiling allocator-api2 v0.2.18 |
1634 | 2024-11-22T01:35:33.238Z | Compiling itertools v0.12.1 |
1635 | 2024-11-22T01:35:33.279Z | Compiling rustc-hash v1.1.0 |
1636 | 2024-11-22T01:35:33.432Z | Compiling lazycell v1.3.0 |
1637 | 2024-11-22T01:35:33.469Z | Compiling semver v1.0.23 |
1638 | 2024-11-22T01:35:33.592Z | Compiling smallvec v1.13.2 |
1639 | 2024-11-22T01:35:33.926Z | Compiling cmake v0.1.51 |
1640 | 2024-11-22T01:35:34.282Z | Compiling fs_extra v1.3.0 |
1641 | 2024-11-22T01:35:34.803Z | Compiling dunce v1.0.5 |
1642 | 2024-11-22T01:35:35.282Z | Compiling pkg-config v0.3.31 |
1643 | 2024-11-22T01:35:35.383Z | Compiling ring v0.17.8 |
1644 | 2024-11-22T01:35:35.802Z | Compiling cexpr v0.6.0 |
1645 | 2024-11-22T01:35:36.141Z | Compiling ryu v1.0.18 |
1646 | 2024-11-22T01:35:36.230Z | Compiling synstructure v0.13.1 |
1647 | 2024-11-22T01:35:36.425Z | Compiling pin-project-lite v0.2.14 |
1648 | 2024-11-22T01:35:36.594Z | Compiling const-oid v0.9.6 |
1649 | 2024-11-22T01:35:36.974Z | Compiling fnv v1.0.7 |
1650 | 2024-11-22T01:35:37.114Z | Compiling paste v1.0.15 |
1651 | 2024-11-22T01:35:37.498Z | Compiling httparse v1.9.5 |
1652 | 2024-11-22T01:35:37.648Z | Compiling foldhash v0.1.3 |
1653 | 2024-11-22T01:35:37.688Z | Compiling aws-lc-rs v1.10.0 |
1654 | 2024-11-22T01:35:37.946Z | Compiling regex v1.11.1 |
1655 | 2024-11-22T01:35:38.115Z | Compiling equivalent v1.0.1 |
1656 | 2024-11-22T01:35:38.247Z | Compiling hashbrown v0.15.0 |
1657 | 2024-11-22T01:35:38.969Z | Compiling heck v0.5.0 |
1658 | 2024-11-22T01:35:39.120Z | Compiling schemars v0.8.21 |
1659 | 2024-11-22T01:35:39.138Z | Compiling serde_derive_internals v0.29.1 |
1660 | 2024-11-22T01:35:39.424Z | Compiling signal-hook-registry v1.4.2 |
1661 | 2024-11-22T01:35:39.480Z | Compiling mio v1.0.2 |
1662 | 2024-11-22T01:35:39.628Z | Compiling parking_lot v0.12.3 |
1663 | 2024-11-22T01:35:41.376Z | Compiling crossbeam-utils v0.8.20 |
1664 | 2024-11-22T01:35:41.533Z | Compiling stable_deref_trait v1.2.0 |
1665 | 2024-11-22T01:35:41.648Z | Compiling socket2 v0.5.7 |
1666 | 2024-11-22T01:35:41.666Z | Compiling futures-core v0.3.31 |
1667 | 2024-11-22T01:35:41.801Z | Compiling serde_derive v1.0.215 |
1668 | 2024-11-22T01:35:41.923Z | Compiling zeroize_derive v1.4.2 |
1669 | 2024-11-22T01:35:41.942Z | Compiling zerocopy-derive v0.7.35 |
1670 | 2024-11-22T01:35:42.207Z | Compiling thiserror-impl v1.0.69 |
1671 | 2024-11-22T01:35:43.060Z | Compiling tokio-macros v2.4.0 |
1672 | 2024-11-22T01:35:43.216Z | Compiling zerofrom-derive v0.1.4 |
1673 | 2024-11-22T01:35:43.302Z | Compiling yoke-derive v0.7.4 |
1674 | 2024-11-22T01:35:43.360Z | Compiling zeroize v1.8.1 |
1675 | 2024-11-22T01:35:43.751Z | Compiling futures-macro v0.3.31 |
1676 | 2024-11-22T01:35:44.187Z | Compiling zerovec-derive v0.10.3 |
1677 | 2024-11-22T01:35:44.513Z | Compiling zerocopy v0.7.35 |
1678 | 2024-11-22T01:35:45.012Z | Compiling displaydoc v0.2.5 |
1679 | 2024-11-22T01:35:45.534Z | Compiling crypto-common v0.1.6 |
1680 | 2024-11-22T01:35:45.899Z | Compiling tracing-attributes v0.1.27 |
1681 | 2024-11-22T01:35:45.929Z | Compiling icu_provider_macros v1.5.0 |
1682 | 2024-11-22T01:35:46.207Z | Compiling block-buffer v0.10.4 |
1683 | 2024-11-22T01:35:46.498Z | Compiling digest v0.10.7 |
1684 | 2024-11-22T01:35:46.540Z | Compiling schemars_derive v0.8.21 |
1685 | 2024-11-22T01:35:46.833Z | Compiling der_derive v0.7.3 |
1686 | 2024-11-22T01:35:46.935Z | Compiling time-core v0.1.2 |
1687 | 2024-11-22T01:35:47.013Z | Compiling num-conv v0.1.0 |
1688 | 2024-11-22T01:35:47.322Z | Compiling time-macros v0.2.18 |
1689 | 2024-11-22T01:35:48.022Z | Compiling vcpkg v0.2.15 |
1690 | 2024-11-22T01:35:49.636Z | Compiling openssl-sys v0.9.103 |
1691 | 2024-11-22T01:35:50.209Z | Compiling cpufeatures v0.2.14 |
1692 | 2024-11-22T01:35:50.313Z | Compiling slog v2.7.0 |
1693 | 2024-11-22T01:35:50.406Z | Compiling futures-sink v0.3.31 |
1694 | 2024-11-22T01:35:50.599Z | Compiling ahash v0.8.11 |
1695 | 2024-11-22T01:35:50.698Z | Compiling syn v1.0.109 |
1696 | 2024-11-22T01:35:51.088Z | Compiling zerofrom v0.1.4 |
1697 | 2024-11-22T01:35:51.196Z | Compiling scroll_derive v0.12.0 |
1698 | 2024-11-22T01:35:51.338Z | Compiling ucd-trie v0.1.7 |
1699 | 2024-11-22T01:35:51.410Z | Compiling iana-time-zone v0.1.61 |
1700 | 2024-11-22T01:35:51.950Z | Compiling pest v2.7.14 |
1701 | 2024-11-22T01:35:52.107Z | Compiling yoke v0.7.4 |
1702 | 2024-11-22T01:35:52.164Z | Compiling futures-channel v0.3.31 |
1703 | 2024-11-22T01:35:52.584Z | Compiling hmac v0.12.1 |
1704 | 2024-11-22T01:35:52.816Z | Compiling futures-io v0.3.31 |
1705 | 2024-11-22T01:35:52.869Z | Compiling pin-utils v0.1.0 |
1706 | 2024-11-22T01:35:52.977Z | Compiling futures-task v0.3.31 |
1707 | 2024-11-22T01:35:53.176Z | Compiling openssl v0.10.66 |
1708 | 2024-11-22T01:35:53.388Z | Compiling futures-util v0.3.31 |
1709 | 2024-11-22T01:35:53.579Z | Compiling zerovec v0.10.4 |
1710 | 2024-11-22T01:35:53.987Z | Compiling block-padding v0.3.3 |
1711 | 2024-11-22T01:35:54.217Z | Compiling tinyvec_macros v0.1.1 |
1712 | 2024-11-22T01:35:54.658Z | Compiling pest_meta v2.7.14 |
1713 | 2024-11-22T01:35:55.036Z | Compiling tinyvec v1.8.0 |
1714 | 2024-11-22T01:35:55.429Z | Compiling bitflags v2.6.0 |
1715 | 2024-11-22T01:35:55.696Z | Compiling bytes v1.8.0 |
1716 | 2024-11-22T01:35:57.596Z | Compiling indexmap v2.6.0 |
1717 | 2024-11-22T01:35:58.870Z | Compiling tokio v1.40.0 |
1718 | 2024-11-22T01:35:59.443Z | Compiling serde_tokenstream v0.2.2 |
1719 | 2024-11-22T01:35:59.657Z | Compiling http v1.1.0 |
1720 | 2024-11-22T01:36:00.044Z | Compiling which v4.4.2 |
1721 | 2024-11-22T01:36:00.155Z | Compiling uuid v1.11.0 |
1722 | 2024-11-22T01:36:00.811Z | Compiling rustc_version v0.4.1 |
1723 | 2024-11-22T01:36:01.390Z | Compiling chrono v0.4.38 |
1724 | 2024-11-22T01:36:06.403Z | Compiling pest_generator v2.7.14 |
1725 | 2024-11-22T01:36:06.461Z | Compiling toml_datetime v0.6.8 |
1726 | 2024-11-22T01:36:06.461Z | Compiling serde_spanned v0.6.8 |
1727 | 2024-11-22T01:36:06.461Z | Compiling inout v0.1.3 |
1728 | 2024-11-22T01:36:06.461Z | Compiling openssl-macros v0.1.1 |
1729 | 2024-11-22T01:36:06.504Z | Compiling native-tls v0.2.12 |
1730 | 2024-11-22T01:36:06.815Z | Compiling rustls v0.23.14 |
1731 | 2024-11-22T01:36:07.107Z | Compiling strsim v0.11.1 |
1732 | 2024-11-22T01:36:07.536Z | Compiling cipher v0.4.4 |
1733 | 2024-11-22T01:36:07.855Z | Compiling pest_derive v2.7.14 |
1734 | 2024-11-22T01:36:08.021Z | Compiling unicode-normalization v0.1.24 |
1735 | 2024-11-22T01:36:08.576Z | Compiling tinystr v0.7.6 |
1736 | 2024-11-22T01:36:08.615Z | Compiling sha2 v0.10.8 |
1737 | 2024-11-22T01:36:09.073Z | Compiling tracing-core v0.1.32 |
1738 | 2024-11-22T01:36:09.106Z | Compiling usdt-impl v0.5.0 |
1739 | 2024-11-22T01:36:09.334Z | Compiling base64ct v1.6.0 |
1740 | 2024-11-22T01:36:09.442Z | Compiling litemap v0.7.3 |
1741 | 2024-11-22T01:36:09.462Z | Compiling dyn-clone v1.0.17 |
1742 | 2024-11-22T01:36:09.692Z | Compiling writeable v0.5.5 |
1743 | 2024-11-22T01:36:09.806Z | Compiling unicode-bidi v0.3.17 |
1744 | 2024-11-22T01:36:09.830Z | Compiling pem-rfc7468 v0.7.0 |
1745 | 2024-11-22T01:36:09.876Z | Compiling tracing v0.1.40 |
1746 | 2024-11-22T01:36:10.200Z | Compiling icu_locid v1.5.0 |
1747 | 2024-11-22T01:36:11.331Z | Compiling scroll v0.12.0 |
1748 | 2024-11-22T01:36:11.634Z | Compiling ppv-lite86 v0.2.20 |
1749 | 2024-11-22T01:36:11.925Z | Compiling async-trait v0.1.83 |
1750 | 2024-11-22T01:36:12.409Z | Compiling cookie v0.18.1 |
1751 | 2024-11-22T01:36:12.698Z | Compiling flagset v0.4.6 |
1752 | 2024-11-22T01:36:12.874Z | Compiling plain v0.2.3 |
1753 | 2024-11-22T01:36:14.083Z | Compiling camino v1.1.9 |
1754 | 2024-11-22T01:36:14.134Z | Compiling anyhow v1.0.93 |
1755 | 2024-11-22T01:36:14.260Z | Compiling aws-lc-sys v0.22.0 |
1756 | 2024-11-22T01:36:15.813Z | Compiling goblin v0.8.2 |
1757 | 2024-11-22T01:36:18.089Z | Compiling der v0.7.9 |
1758 | 2024-11-22T01:36:20.810Z | Compiling rand_chacha v0.3.1 |
1759 | 2024-11-22T01:36:21.616Z | Compiling icu_provider v1.5.0 |
1760 | 2024-11-22T01:36:21.992Z | Compiling rustls-pki-types v1.9.0 |
1761 | 2024-11-22T01:36:22.585Z | Compiling pretty-hex v0.4.1 |
1762 | 2024-11-22T01:36:22.797Z | Compiling untrusted v0.7.1 |
1763 | 2024-11-22T01:36:22.990Z | Compiling rayon-core v1.12.1 |
1764 | 2024-11-22T01:36:23.091Z | Compiling percent-encoding v2.3.1 |
1765 | 2024-11-22T01:36:23.733Z | Compiling rustls v0.22.4 |
1766 | 2024-11-22T01:36:23.747Z | Compiling icu_locid_transform_data v1.5.0 |
1767 | 2024-11-22T01:36:23.855Z | Compiling icu_locid_transform v1.5.0 |
1768 | 2024-11-22T01:36:23.982Z | Compiling dof v0.3.0 |
1769 | 2024-11-22T01:36:24.929Z | Compiling rand v0.8.5 |
1770 | 2024-11-22T01:36:24.996Z | Compiling spki v0.7.3 |
1771 | 2024-11-22T01:36:25.524Z | Compiling dtrace-parser v0.2.0 |
1772 | 2024-11-22T01:36:25.574Z | Compiling salsa20 v0.10.2 |
1773 | 2024-11-22T01:36:25.735Z | Compiling tokio-util v0.7.12 |
1774 | 2024-11-22T01:36:26.131Z | Compiling icu_collections v1.5.0 |
1775 | 2024-11-22T01:36:26.574Z | Compiling pbkdf2 v0.12.2 |
1776 | 2024-11-22T01:36:27.293Z | Compiling thread-id v4.2.2 |
1777 | 2024-11-22T01:36:27.312Z | Compiling untrusted v0.9.0 |
1778 | 2024-11-22T01:36:27.420Z | Compiling powerfmt v0.2.0 |
1779 | 2024-11-22T01:36:27.519Z | Compiling mirai-annotations v1.12.0 |
1780 | 2024-11-22T01:36:27.720Z | Compiling winnow v0.5.40 |
1781 | 2024-11-22T01:36:27.809Z | Compiling icu_properties_data v1.5.0 |
1782 | 2024-11-22T01:36:27.834Z | Compiling deranged v0.3.11 |
1783 | 2024-11-22T01:36:28.035Z | Compiling icu_properties v1.5.1 |
1784 | 2024-11-22T01:36:31.590Z | Compiling toml_edit v0.19.15 |
1785 | 2024-11-22T01:36:32.872Z | Compiling scrypt v0.11.0 |
1786 | 2024-11-22T01:36:33.044Z | Compiling aes v0.8.4 |
1787 | 2024-11-22T01:36:33.294Z | Compiling cbc v0.1.2 |
1788 | 2024-11-22T01:36:33.517Z | Compiling multer v3.1.0 |
1789 | 2024-11-22T01:36:33.801Z | Compiling num_threads v0.1.7 |
1790 | 2024-11-22T01:36:33.942Z | Compiling write16 v1.0.0 |
1791 | 2024-11-22T01:36:34.088Z | Compiling icu_normalizer_data v1.5.0 |
1792 | 2024-11-22T01:36:34.415Z | Compiling rustversion v1.0.17 |
1793 | 2024-11-22T01:36:34.477Z | Compiling utf8_iter v1.0.4 |
1794 | 2024-11-22T01:36:34.731Z | Compiling slog-async v2.8.0 |
1795 | 2024-11-22T01:36:35.172Z | Compiling atomic-waker v1.1.2 |
1796 | 2024-11-22T01:36:35.370Z | Compiling utf16_iter v1.0.5 |
1797 | 2024-11-22T01:36:35.530Z | Compiling pkcs5 v0.7.1 |
1798 | 2024-11-22T01:36:35.574Z | Compiling icu_normalizer v1.5.0 |
1799 | 2024-11-22T01:36:35.651Z | Compiling time v0.3.36 |
1800 | 2024-11-22T01:36:37.269Z | Compiling form_urlencoded v1.2.1 |
1801 | 2024-11-22T01:36:38.089Z | Compiling http-body v1.0.1 |
1802 | 2024-11-22T01:36:38.355Z | Compiling heapless v0.7.17 |
1803 | 2024-11-22T01:36:38.978Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1804 | 2024-11-22T01:36:39.414Z | Compiling signal-hook v0.3.17 |
1805 | 2024-11-22T01:36:39.434Z | Compiling try-lock v0.2.5 |
1806 | 2024-11-22T01:36:40.637Z | Compiling want v0.3.1 |
1807 | 2024-11-22T01:36:41.959Z | Compiling idna_adapter v1.2.0 |
1808 | 2024-11-22T01:36:42.187Z | Compiling pkcs8 v0.10.2 |
1809 | 2024-11-22T01:36:42.893Z | Compiling h2 v0.4.6 |
1810 | 2024-11-22T01:36:43.508Z | Compiling usdt-macro v0.5.0 |
1811 | 2024-11-22T01:36:44.833Z | Compiling usdt-attr-macro v0.5.0 |
1812 | 2024-11-22T01:36:45.789Z | Compiling async-stream-impl v0.3.6 |
1813 | 2024-11-22T01:36:45.880Z | Compiling httpdate v1.0.3 |
1814 | 2024-11-22T01:36:46.609Z | Compiling adler2 v2.0.0 |
1815 | 2024-11-22T01:36:46.891Z | Compiling miniz_oxide v0.8.0 |
1816 | 2024-11-22T01:36:47.806Z | Compiling idna v1.0.3 |
1817 | 2024-11-22T01:36:49.528Z | Compiling curve25519-dalek v4.1.3 |
1818 | 2024-11-22T01:36:49.932Z | Compiling hyper v1.5.0 |
1819 | 2024-11-22T01:36:50.019Z | Compiling openapiv3 v2.0.0 |
1820 | 2024-11-22T01:36:50.698Z | Compiling enum-as-inner v0.6.1 |
1821 | 2024-11-22T01:36:52.939Z | Compiling dropshot v0.12.0 |
1822 | 2024-11-22T01:36:53.210Z | Compiling smoltcp v0.9.1 |
1823 | 2024-11-22T01:36:53.828Z | Compiling tower-service v0.3.3 |
1824 | 2024-11-22T01:36:53.971Z | Compiling match_cfg v0.1.0 |
1825 | 2024-11-22T01:36:53.989Z | Compiling base64 v0.22.1 |
1826 | 2024-11-22T01:36:54.056Z | Compiling portable-atomic v1.9.0 |
1827 | 2024-11-22T01:36:54.543Z | Compiling foreign-types-shared v0.1.1 |
1828 | 2024-11-22T01:36:54.771Z | Compiling num-bigint-dig v0.8.4 |
1829 | 2024-11-22T01:36:54.933Z | Compiling foreign-types v0.3.2 |
1830 | 2024-11-22T01:36:54.964Z | Compiling hyper-util v0.1.10 |
1831 | 2024-11-22T01:36:55.039Z | Compiling hostname v0.3.1 |
1832 | 2024-11-22T01:37:02.336Z | Compiling url v2.5.3 |
1833 | 2024-11-22T01:37:03.229Z | Compiling dirs-sys-next v0.1.2 |
1834 | 2024-11-22T01:37:03.306Z | Compiling data-encoding v2.6.0 |
1835 | 2024-11-22T01:37:03.309Z | Compiling ident_case v1.0.1 |
1836 | 2024-11-22T01:37:03.403Z | Compiling heck v0.4.1 |
1837 | 2024-11-22T01:37:03.508Z | Compiling siphasher v0.3.11 |
1838 | 2024-11-22T01:37:03.684Z | Compiling gimli v0.31.1 |
1839 | 2024-11-22T01:37:03.805Z | Compiling darling_core v0.20.10 |
1840 | 2024-11-22T01:37:03.825Z | Compiling dirs-next v2.0.0 |
1841 | 2024-11-22T01:37:06.499Z | Compiling http-body-util v0.1.2 |
1842 | 2024-11-22T01:37:10.011Z | Compiling addr2line v0.24.2 |
1843 | 2024-11-22T01:37:10.383Z | Compiling crossbeam-epoch v0.9.18 |
1844 | 2024-11-22T01:37:10.550Z | Compiling hubpack_derive v0.1.1 |
1845 | 2024-11-22T01:37:10.553Z | Compiling dropshot_endpoint v0.12.0 |
1846 | 2024-11-22T01:37:10.985Z | Compiling sha1 v0.10.6 |
1847 | 2024-11-22T01:37:11.094Z | Compiling signature v2.2.0 |
1848 | 2024-11-22T01:37:11.335Z | Compiling curve25519-dalek-derive v0.1.1 |
1849 | 2024-11-22T01:37:11.388Z | Compiling zerocopy-derive v0.6.6 |
1850 | 2024-11-22T01:37:11.499Z | Compiling object v0.36.5 |
1851 | 2024-11-22T01:37:12.719Z | Compiling thread_local v1.1.8 |
1852 | 2024-11-22T01:37:13.222Z | Compiling fs-err v2.11.0 |
1853 | 2024-11-22T01:37:13.297Z | Compiling encoding_rs v0.8.34 |
1854 | 2024-11-22T01:37:14.700Z | Compiling mime v0.3.17 |
1855 | 2024-11-22T01:37:16.999Z | Compiling unicode-properties v0.1.3 |
1856 | 2024-11-22T01:37:17.423Z | Compiling openssl-probe v0.1.5 |
1857 | 2024-11-22T01:37:17.749Z | Compiling anstyle v1.0.10 |
1858 | 2024-11-22T01:37:18.214Z | Compiling rustc-demangle v0.1.24 |
1859 | 2024-11-22T01:37:20.488Z | Compiling ipnet v2.10.1 |
1860 | 2024-11-22T01:37:20.928Z | Compiling utf8parse v0.2.2 |
1861 | 2024-11-22T01:37:21.458Z | Compiling winnow v0.6.20 |
1862 | 2024-11-22T01:37:21.551Z | Compiling anstyle-parse v0.2.5 |
1863 | 2024-11-22T01:37:22.589Z | Compiling backtrace v0.3.74 |
1864 | 2024-11-22T01:37:24.669Z | Compiling stringprep v0.1.5 |
1865 | 2024-11-22T01:37:25.158Z | Compiling toml_edit v0.22.22 |
1866 | 2024-11-22T01:37:28.003Z | Compiling rustls-webpki v0.102.8 |
1867 | 2024-11-22T01:37:32.470Z | Compiling crossbeam-deque v0.8.5 |
1868 | 2024-11-22T01:37:33.673Z | Compiling darling_macro v0.20.10 |
1869 | 2024-11-22T01:37:36.012Z | Compiling term v0.7.0 |
1870 | 2024-11-22T01:37:37.315Z | Compiling slog-json v2.6.1 |
1871 | 2024-11-22T01:37:37.925Z | Compiling serde_urlencoded v0.7.1 |
1872 | 2024-11-22T01:37:38.533Z | Compiling crossbeam-channel v0.5.13 |
1873 | 2024-11-22T01:37:38.576Z | Compiling rustls-pemfile v2.2.0 |
1874 | 2024-11-22T01:37:39.225Z | Compiling hashbrown v0.14.5 |
1875 | 2024-11-22T01:37:39.694Z | Compiling idna v0.4.0 |
1876 | 2024-11-22T01:37:39.719Z | Compiling idna v0.3.0 |
1877 | 2024-11-22T01:37:40.608Z | Compiling futures-executor v0.3.31 |
1878 | 2024-11-22T01:37:44.361Z | Compiling num-integer v0.1.46 |
1879 | 2024-11-22T01:37:44.361Z | Compiling md-5 v0.10.6 |
1880 | 2024-11-22T01:37:44.361Z | Compiling ff v0.13.0 |
1881 | 2024-11-22T01:37:44.412Z | Compiling hash32 v0.2.1 |
1882 | 2024-11-22T01:37:44.412Z | Compiling is-terminal v0.4.13 |
1883 | 2024-11-22T01:37:44.412Z | Compiling memmap v0.7.0 |
1884 | 2024-11-22T01:37:44.412Z | Compiling fallible-iterator v0.2.0 |
1885 | 2024-11-22T01:37:44.412Z | Compiling linked-hash-map v0.5.6 |
1886 | 2024-11-22T01:37:44.412Z | Compiling colorchoice v1.0.2 |
1887 | 2024-11-22T01:37:44.412Z | Compiling quick-error v1.2.3 |
1888 | 2024-11-22T01:37:44.412Z | Compiling base16ct v0.2.0 |
1889 | 2024-11-22T01:37:44.412Z | Compiling utf-8 v0.7.6 |
1890 | 2024-11-22T01:37:44.412Z | Compiling anstyle-query v1.1.1 |
1891 | 2024-11-22T01:37:44.412Z | Compiling is_terminal_polyfill v1.70.1 |
1892 | 2024-11-22T01:37:44.412Z | Compiling psl-types v2.0.11 |
1893 | 2024-11-22T01:37:44.428Z | Compiling take_mut v0.2.2 |
1894 | 2024-11-22T01:37:44.816Z | Compiling publicsuffix v2.2.3 |
1895 | 2024-11-22T01:37:45.091Z | Compiling anstream v0.6.15 |
1896 | 2024-11-22T01:37:45.675Z | Compiling tungstenite v0.24.0 |
1897 | 2024-11-22T01:37:45.680Z | Compiling sec1 v0.7.3 |
1898 | 2024-11-22T01:37:46.262Z | Compiling resolv-conf v0.7.0 |
1899 | 2024-11-22T01:37:46.877Z | Compiling postgres-protocol v0.6.7 |
1900 | 2024-11-22T01:37:46.954Z | Compiling lru-cache v0.1.2 |
1901 | 2024-11-22T01:37:47.696Z | Compiling usdt v0.5.0 |
1902 | 2024-11-22T01:37:48.118Z | Compiling slog-term v2.9.1 |
1903 | 2024-11-22T01:37:48.163Z | Compiling group v0.13.0 |
1904 | 2024-11-22T01:37:48.364Z | Compiling num-iter v0.1.45 |
1905 | 2024-11-22T01:37:48.480Z | Compiling futures v0.3.31 |
1906 | 2024-11-22T01:37:48.562Z | Compiling hickory-proto v0.24.1 |
1907 | 2024-11-22T01:37:48.609Z | Compiling regress v0.10.1 |
1908 | 2024-11-22T01:37:52.861Z | Compiling slog-bunyan v2.5.0 |
1909 | 2024-11-22T01:37:53.055Z | Compiling tokio-rustls v0.26.0 |
1910 | 2024-11-22T01:37:53.082Z | Compiling darling v0.20.10 |
1911 | 2024-11-22T01:37:53.315Z | Compiling tokio-rustls v0.25.0 |
1912 | 2024-11-22T01:37:53.393Z | Compiling toml v0.8.19 |
1913 | 2024-11-22T01:37:53.552Z | Compiling tokio-native-tls v0.3.1 |
1914 | 2024-11-22T01:37:53.554Z | Compiling strum_macros v0.25.3 |
1915 | 2024-11-22T01:37:53.748Z | Compiling phf_shared v0.11.2 |
1916 | 2024-11-22T01:37:54.131Z | Compiling async-stream v0.3.6 |
1917 | 2024-11-22T01:37:54.167Z | Compiling waitgroup v0.1.2 |
1918 | 2024-11-22T01:37:54.379Z | Compiling webpki-roots v0.26.6 |
1919 | 2024-11-22T01:37:54.862Z | Compiling idna v0.5.0 |
1920 | 2024-11-22T01:37:54.895Z | Compiling terminal_size v0.4.0 |
1921 | 2024-11-22T01:37:55.120Z | Compiling serde_path_to_error v0.1.16 |
1922 | 2024-11-22T01:37:55.806Z | Compiling hkdf v0.12.4 |
1923 | 2024-11-22T01:37:56.180Z | Compiling crypto-bigint v0.5.5 |
1924 | 2024-11-22T01:37:56.287Z | Compiling serde_repr v0.1.19 |
1925 | 2024-11-22T01:37:56.591Z | Compiling derive-where v1.2.7 |
1926 | 2024-11-22T01:37:57.149Z | Compiling clap_derive v4.5.18 |
1927 | 2024-11-22T01:37:57.409Z | Compiling hostname v0.4.0 |
1928 | 2024-11-22T01:37:57.647Z | Compiling crc32fast v1.4.2 |
1929 | 2024-11-22T01:37:57.968Z | Compiling unicode-width v0.1.14 |
1930 | 2024-11-22T01:37:58.498Z | Compiling bitflags v1.3.2 |
1931 | 2024-11-22T01:37:58.589Z | Compiling clap_lex v0.7.2 |
1932 | 2024-11-22T01:37:59.158Z | Compiling managed v0.8.0 |
1933 | 2024-11-22T01:37:59.308Z | Compiling debug-ignore v1.0.5 |
1934 | 2024-11-22T01:38:00.246Z | Compiling elliptic-curve v0.13.8 |
1935 | 2024-11-22T01:38:00.979Z | Compiling clap_builder v4.5.21 |
1936 | 2024-11-22T01:38:01.783Z | Compiling console v0.15.8 |
1937 | 2024-11-22T01:38:03.097Z | Compiling flate2 v1.0.34 |
1938 | 2024-11-22T01:38:03.145Z | Compiling cookie_store v0.21.0 |
1939 | 2024-11-22T01:38:07.576Z | Compiling hyper-rustls v0.27.3 |
1940 | 2024-11-22T01:38:07.958Z | Compiling hickory-resolver v0.24.1 |
1941 | 2024-11-22T01:38:08.285Z | Compiling phf v0.11.2 |
1942 | 2024-11-22T01:38:08.823Z | Compiling hyper-tls v0.6.0 |
1943 | 2024-11-22T01:38:09.081Z | Compiling signal-hook-mio v0.2.4 |
1944 | 2024-11-22T01:38:09.185Z | Compiling rayon v1.10.0 |
1945 | 2024-11-22T01:38:09.249Z | Compiling typify-impl v0.2.0 |
1946 | 2024-11-22T01:38:10.063Z | Compiling bzip2 v0.4.4 |
1947 | 2024-11-22T01:38:10.437Z | Compiling postgres-types v0.2.8 |
1948 | 2024-11-22T01:38:10.821Z | Compiling tokio-tungstenite v0.24.0 |
1949 | 2024-11-22T01:38:11.728Z | Compiling zerocopy v0.6.6 |
1950 | 2024-11-22T01:38:11.863Z | Compiling hubpack v0.1.2 |
1951 | 2024-11-22T01:38:11.882Z | Compiling ed25519 v2.2.3 |
1952 | 2024-11-22T01:38:12.298Z | Compiling phf_shared v0.10.0 |
1953 | 2024-11-22T01:38:12.601Z | Compiling pkcs1 v0.7.5 |
1954 | 2024-11-22T01:38:12.685Z | Compiling tokio-stream v0.1.16 |
1955 | 2024-11-22T01:38:13.725Z | Compiling serde-big-array v0.5.1 |
1956 | 2024-11-22T01:38:13.937Z | Compiling rfc6979 v0.4.0 |
1957 | 2024-11-22T01:38:14.013Z | Compiling float-cmp v0.9.0 |
1958 | 2024-11-22T01:38:14.143Z | Compiling sync_wrapper v1.0.1 |
1959 | 2024-11-22T01:38:14.168Z | Compiling bstr v1.10.0 |
1960 | 2024-11-22T01:38:14.311Z | Compiling bit-vec v0.6.3 |
1961 | 2024-11-22T01:38:14.768Z | Compiling new_debug_unreachable v1.0.6 |
1962 | 2024-11-22T01:38:14.879Z | Compiling fixedbitset v0.4.2 |
1963 | 2024-11-22T01:38:15.310Z | Compiling precomputed-hash v0.1.1 |
1964 | 2024-11-22T01:38:15.312Z | Compiling difflib v0.4.0 |
1965 | 2024-11-22T01:38:15.447Z | Compiling static_assertions v1.1.0 |
1966 | 2024-11-22T01:38:15.559Z | Compiling unicode-segmentation v1.12.0 |
1967 | 2024-11-22T01:38:15.753Z | Compiling number_prefix v0.4.0 |
1968 | 2024-11-22T01:38:16.598Z | Compiling unicode-width v0.2.0 |
1969 | 2024-11-22T01:38:16.665Z | Compiling normalize-line-endings v0.3.0 |
1970 | 2024-11-22T01:38:16.708Z | Compiling predicates-core v1.0.8 |
1971 | 2024-11-22T01:38:16.808Z | Compiling whoami v1.5.2 |
1972 | 2024-11-22T01:38:17.035Z | Compiling predicates v3.1.2 |
1973 | 2024-11-22T01:38:17.129Z | Compiling indicatif v0.17.9 |
1974 | 2024-11-22T01:38:17.391Z | Compiling tokio-postgres v0.7.12 |
1975 | 2024-11-22T01:38:18.540Z | Compiling similar v2.6.0 |
1976 | 2024-11-22T01:38:18.996Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1977 | 2024-11-22T01:38:19.722Z | Compiling string_cache v0.8.7 |
1978 | 2024-11-22T01:38:20.149Z | Compiling petgraph v0.6.5 |
1979 | 2024-11-22T01:38:20.545Z | Compiling bit-set v0.5.3 |
1980 | 2024-11-22T01:38:21.291Z | Compiling typify-macro v0.2.0 |
1981 | 2024-11-22T01:38:22.824Z | Compiling reqwest v0.12.9 |
1982 | 2024-11-22T01:38:23.622Z | Compiling ecdsa v0.16.9 |
1983 | 2024-11-22T01:38:24.253Z | Compiling qorb v0.2.0 |
1984 | 2024-11-22T01:38:24.478Z | Compiling rsa v0.9.6 |
1985 | 2024-11-22T01:38:25.342Z | Compiling ed25519-dalek v2.1.1 |
1986 | 2024-11-22T01:38:25.721Z | Compiling zip v0.6.6 |
1987 | 2024-11-22T01:38:25.911Z | Compiling crossterm v0.28.1 |
1988 | 2024-11-22T01:38:26.013Z | Compiling clap v4.5.21 |
1989 | 2024-11-22T01:38:26.984Z | Compiling toml v0.7.8 |
1990 | 2024-11-22T01:38:27.924Z | Compiling x509-cert v0.2.5 |
1991 | 2024-11-22T01:38:28.997Z | Compiling hex v0.4.3 |
1992 | 2024-11-22T01:38:29.816Z | Compiling itertools v0.10.5 |
1993 | 2024-11-22T01:38:29.956Z | Compiling lalrpop-util v0.19.12 |
1994 | 2024-11-22T01:38:30.150Z | Compiling peg-runtime v0.8.3 |
1995 | 2024-11-22T01:38:30.718Z | Compiling unicode-xid v0.2.6 |
1996 | 2024-11-22T01:38:30.736Z | Compiling zerocopy v0.8.10 |
1997 | 2024-11-22T01:38:33.075Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1998 | 2024-11-22T01:38:37.244Z | Compiling proc-macro-crate v1.3.1 |
1999 | 2024-11-22T01:38:37.406Z | Compiling ipnetwork v0.20.0 |
2000 | 2024-11-22T01:38:37.867Z | Compiling macaddr v1.0.1 |
2001 | 2024-11-22T01:38:38.420Z | Compiling zerocopy-derive v0.8.10 |
2002 | 2024-11-22T01:38:38.523Z | Compiling itertools v0.13.0 |
2003 | 2024-11-22T01:38:41.307Z | Compiling heapless v0.8.0 |
2004 | 2024-11-22T01:38:41.967Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2005 | 2024-11-22T01:38:46.728Z | Compiling num_enum_derive v0.5.11 |
2006 | 2024-11-22T01:38:54.390Z | Compiling hash32 v0.3.1 |
2007 | 2024-11-22T01:38:54.779Z | Compiling smoltcp v0.11.0 |
2008 | 2024-11-22T01:38:55.420Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2009 | 2024-11-22T01:39:00.845Z | Compiling num_enum v0.5.11 |
2010 | 2024-11-22T01:39:01.044Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2011 | 2024-11-22T01:39:02.039Z | Compiling typify v0.2.0 |
2012 | 2024-11-22T01:39:02.869Z | Compiling proc-macro-error-attr v1.0.4 |
2013 | 2024-11-22T01:39:03.068Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2014 | 2024-11-22T01:39:03.346Z | Compiling cobs v0.2.3 |
2015 | 2024-11-22T01:39:03.807Z | Compiling unsafe-libyaml v0.2.11 |
2016 | 2024-11-22T01:39:05.145Z | Compiling serde_yaml v0.9.34+deprecated |
2017 | 2024-11-22T01:39:05.587Z | Compiling postcard v1.0.10 |
2018 | 2024-11-22T01:39:21.053Z | Compiling progenitor-impl v0.8.0 |
2019 | 2024-11-22T01:39:21.631Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2020 | 2024-11-22T01:39:33.082Z | Compiling strum_macros v0.26.4 |
2021 | 2024-11-22T01:39:34.004Z | Compiling foreign-types-macros v0.2.3 |
2022 | 2024-11-22T01:39:34.147Z | Compiling structmeta-derive v0.3.0 |
2023 | 2024-11-22T01:39:34.182Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2024 | 2024-11-22T01:39:34.488Z | Compiling proc-macro-error v1.0.4 |
2025 | 2024-11-22T01:39:35.343Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2026 | 2024-11-22T01:39:35.404Z | Compiling newtype-uuid v1.1.3 |
2027 | 2024-11-22T01:39:35.927Z | Compiling foreign-types-shared v0.3.1 |
2028 | 2024-11-22T01:39:36.712Z | Compiling structmeta v0.3.0 |
2029 | 2024-11-22T01:39:37.127Z | Compiling foreign-types v0.5.0 |
2030 | 2024-11-22T01:39:37.598Z | Compiling strum v0.26.3 |
2031 | 2024-11-22T01:39:37.843Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2032 | 2024-11-22T01:39:45.755Z | Compiling progenitor-macro v0.8.0 |
2033 | 2024-11-22T01:39:51.225Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2034 | 2024-11-22T01:39:51.398Z | Compiling progenitor-client v0.8.0 |
2035 | 2024-11-22T01:39:52.417Z | Compiling tabwriter v1.4.0 |
2036 | 2024-11-22T01:39:54.859Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2037 | 2024-11-22T01:39:55.431Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2038 | 2024-11-22T01:39:55.677Z | Compiling cstr-argument v0.1.2 |
2039 | 2024-11-22T01:39:55.949Z | Compiling dropshot v0.13.0 |
2040 | 2024-11-22T01:39:56.265Z | Compiling fastrand v2.1.1 |
2041 | 2024-11-22T01:39:56.284Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2042 | 2024-11-22T01:39:56.448Z | Compiling crucible-workspace-hack v0.1.0 |
2043 | 2024-11-22T01:39:56.600Z | Compiling pretty-hex v0.2.1 |
2044 | 2024-11-22T01:39:56.984Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2045 | 2024-11-22T01:39:57.408Z | Compiling tempfile v3.13.0 |
2046 | 2024-11-22T01:39:57.795Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2047 | 2024-11-22T01:39:58.052Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2048 | 2024-11-22T01:39:58.757Z | Compiling progenitor v0.8.0 |
2049 | 2024-11-22T01:39:59.020Z | Compiling parse-display-derive v0.10.0 |
2050 | 2024-11-22T01:39:59.060Z | Compiling colored v2.1.0 |
2051 | 2024-11-22T01:39:59.075Z | Compiling serde_with_macros v3.11.0 |
2052 | 2024-11-22T01:39:59.085Z | Compiling dropshot_endpoint v0.13.0 |
2053 | 2024-11-22T01:40:00.275Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2054 | 2024-11-22T01:40:01.112Z | Compiling instant v0.1.13 |
2055 | 2024-11-22T01:40:01.302Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2056 | 2024-11-22T01:40:01.649Z | Compiling serde_with v3.11.0 |
2057 | 2024-11-22T01:40:01.743Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2058 | 2024-11-22T01:40:02.825Z | Compiling parse-display v0.10.0 |
2059 | 2024-11-22T01:40:02.932Z | Compiling backoff v0.4.0 |
2060 | 2024-11-22T01:40:03.332Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2061 | 2024-11-22T01:40:04.317Z | Compiling zone_cfg_derive v0.3.0 |
2062 | 2024-11-22T01:40:04.702Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2063 | 2024-11-22T01:40:04.799Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2064 | 2024-11-22T01:40:05.403Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2065 | 2024-11-22T01:40:05.684Z | Compiling camino-tempfile v1.1.1 |
2066 | 2024-11-22T01:40:06.134Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2067 | 2024-11-22T01:40:06.242Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2068 | 2024-11-22T01:40:06.441Z | Compiling regress v0.9.1 |
2069 | 2024-11-22T01:40:06.445Z | Compiling num-derive v0.4.2 |
2070 | 2024-11-22T01:40:06.661Z | Compiling sigpipe v0.1.3 |
2071 | 2024-11-22T01:40:06.815Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2072 | 2024-11-22T01:40:07.106Z | Compiling libefi-sys v0.1.0 |
2073 | 2024-11-22T01:40:07.465Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2074 | 2024-11-22T01:40:08.764Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2075 | 2024-11-22T01:40:10.313Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2076 | 2024-11-22T01:40:10.741Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2077 | 2024-11-22T01:40:10.876Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2078 | 2024-11-22T01:40:13.310Z | Compiling zone v0.3.0 |
2079 | 2024-11-22T01:40:15.097Z | Compiling smf v0.2.3 |
2080 | 2024-11-22T01:40:15.117Z | Compiling bitfield-struct v0.6.2 |
2081 | 2024-11-22T01:40:15.377Z | Compiling ring v0.16.20 |
2082 | 2024-11-22T01:40:16.395Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2083 | 2024-11-22T01:40:16.446Z | Compiling blake3 v1.5.4 |
2084 | 2024-11-22T01:40:16.716Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2085 | 2024-11-22T01:40:17.718Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2086 | 2024-11-22T01:40:17.721Z | Compiling xattr v1.3.1 |
2087 | 2024-11-22T01:40:18.017Z | Compiling filetime v0.2.25 |
2088 | 2024-11-22T01:40:18.042Z | Compiling memmap2 v0.9.5 |
2089 | 2024-11-22T01:40:18.383Z | Compiling arrayvec v0.7.6 |
2090 | 2024-11-22T01:40:18.631Z | Compiling constant_time_eq v0.3.1 |
2091 | 2024-11-22T01:40:18.847Z | Compiling spin v0.5.2 |
2092 | 2024-11-22T01:40:18.866Z | Compiling arrayref v0.3.9 |
2093 | 2024-11-22T01:40:18.927Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2094 | 2024-11-22T01:40:19.019Z | Compiling same-file v1.0.6 |
2095 | 2024-11-22T01:40:19.028Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2096 | 2024-11-22T01:40:19.279Z | Compiling walkdir v2.5.0 |
2097 | 2024-11-22T01:40:20.529Z | Compiling tar v0.4.42 |
2098 | 2024-11-22T01:40:21.816Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2099 | 2024-11-22T01:40:22.122Z | Compiling gethostname v0.5.0 |
2100 | 2024-11-22T01:40:22.248Z | Compiling cargo-platform v0.1.8 |
2101 | 2024-11-22T01:40:22.338Z | Compiling topological-sort v0.2.2 |
2102 | 2024-11-22T01:40:22.621Z | Compiling cargo_metadata v0.18.1 |
2103 | 2024-11-22T01:40:29.057Z | Compiling omicron-zone-package v0.11.1 |
2104 | 2024-11-22T01:40:30.149Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2105 | 2024-11-22T01:40:32.630Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2106 | 2024-11-22T01:40:35.172Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2107 | 2024-11-22T01:40:52.782Z | Finished `release` profile [optimized] target(s) in 5m 27s |
2108 | 2024-11-22T01:40:52.816Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
2109 | 2024-11-22T01:40:52.894Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2110 | 2024-11-22T01:40:52.902Z | Created new build target 'test' and set it as active |
2111 | 2024-11-22T01:40:52.902Z | |
2112 | 2024-11-22T01:40:52.902Z | real 5:27.468780925 |
2113 | 2024-11-22T01:40:52.902Z | user 36:52.273406415 |
2114 | 2024-11-22T01:40:52.902Z | sys 4:56.252381448 |
2115 | 2024-11-22T01:40:52.905Z | trap 1.091210516 |
2116 | 2024-11-22T01:40:52.905Z | tflt 3.123188850 |
2117 | 2024-11-22T01:40:52.906Z | dflt 0.943303291 |
2118 | 2024-11-22T01:40:52.906Z | kflt 0.001253464 |
2119 | 2024-11-22T01:40:52.906Z | lock 1:17:38.996572917 |
2120 | 2024-11-22T01:40:52.914Z | slp 2:34:09.130455205 |
2121 | 2024-11-22T01:40:52.914Z | lat 2:36.355815905 |
2122 | 2024-11-22T01:40:52.914Z | stop 4:29.162670837 |
2123 | 2024-11-22T01:40:52.914Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2124 | 2024-11-22T01:40:53.832Z | Finished `release` profile [optimized] target(s) in 0.91s |
2125 | 2024-11-22T01:40:53.896Z | Running `target/release/omicron-package -t test package` |
2126 | 2024-11-22T01:40:53.935Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2127 | 2024-11-22T01:40:55.086Z | Compiling convert_case v0.4.0 |
2128 | 2024-11-22T01:40:55.097Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2129 | 2024-11-22T01:40:55.097Z | Compiling itertools v0.13.0 |
2130 | 2024-11-22T01:40:55.097Z | Compiling newline-converter v0.3.0 |
2131 | 2024-11-22T01:40:55.097Z | Compiling password-hash v0.5.0 |
2132 | 2024-11-22T01:40:55.097Z | Compiling progenitor-client v0.8.0 |
2133 | 2024-11-22T01:40:55.097Z | Compiling blake2 v0.10.6 |
2134 | 2024-11-22T01:40:55.243Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2135 | 2024-11-22T01:40:55.425Z | Compiling owo-colors v4.1.0 |
2136 | 2024-11-22T01:40:55.528Z | Compiling expectorate v1.1.0 |
2137 | 2024-11-22T01:40:55.721Z | Compiling progenitor v0.8.0 |
2138 | 2024-11-22T01:40:55.734Z | Compiling cancel-safe-futures v0.1.5 |
2139 | 2024-11-22T01:40:55.830Z | Compiling argon2 v0.5.3 |
2140 | 2024-11-22T01:40:55.931Z | Compiling derive_more v0.99.18 |
2141 | 2024-11-22T01:40:55.946Z | Compiling num-rational v0.4.2 |
2142 | 2024-11-22T01:40:56.065Z | Compiling num-complex v0.4.6 |
2143 | 2024-11-22T01:40:56.541Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2144 | 2024-11-22T01:41:00.748Z | Compiling num v0.4.3 |
2145 | 2024-11-22T01:41:00.748Z | Compiling atomicwrites v0.4.4 |
2146 | 2024-11-22T01:41:00.748Z | Compiling libsw v3.3.1 |
2147 | 2024-11-22T01:41:00.748Z | Compiling linear-map v1.2.0 |
2148 | 2024-11-22T01:41:00.748Z | Compiling indent_write v2.2.0 |
2149 | 2024-11-22T01:41:00.748Z | Compiling float-ord v0.3.2 |
2150 | 2024-11-22T01:41:00.748Z | Compiling swrite v0.1.0 |
2151 | 2024-11-22T01:41:00.750Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2152 | 2024-11-22T01:41:00.751Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2153 | 2024-11-22T01:41:00.751Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2154 | 2024-11-22T01:41:00.751Z | Compiling base64 v0.21.7 |
2155 | 2024-11-22T01:41:00.751Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2156 | 2024-11-22T01:41:00.751Z | Compiling highway v1.2.0 |
2157 | 2024-11-22T01:41:00.751Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2158 | 2024-11-22T01:41:00.751Z | Compiling semver v0.1.20 |
2159 | 2024-11-22T01:41:00.751Z | Compiling newtype-uuid v1.1.3 |
2160 | 2024-11-22T01:41:00.751Z | Compiling rustc_version v0.1.7 |
2161 | 2024-11-22T01:41:00.836Z | Compiling newtype_derive v0.1.6 |
2162 | 2024-11-22T01:41:00.899Z | Compiling dropshot v0.13.0 |
2163 | 2024-11-22T01:41:00.978Z | Compiling ipnetwork v0.20.0 |
2164 | 2024-11-22T01:41:01.295Z | Compiling instant v0.1.13 |
2165 | 2024-11-22T01:41:01.405Z | Compiling humantime v2.1.0 |
2166 | 2024-11-22T01:41:01.919Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2167 | 2024-11-22T01:41:02.259Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2168 | 2024-11-22T01:41:02.477Z | Compiling backoff v0.4.0 |
2169 | 2024-11-22T01:41:02.498Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2170 | 2024-11-22T01:41:05.829Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2171 | 2024-11-22T01:41:06.225Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2172 | 2024-11-22T01:41:07.771Z | Compiling parse-display v0.10.0 |
2173 | 2024-11-22T01:41:07.771Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2174 | 2024-11-22T01:41:07.771Z | Compiling strum v0.26.3 |
2175 | 2024-11-22T01:41:07.824Z | Compiling serde_with v3.11.0 |
2176 | 2024-11-22T01:41:07.862Z | Compiling regress v0.9.1 |
2177 | 2024-11-22T01:41:11.496Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2178 | 2024-11-22T01:41:12.286Z | Compiling macaddr v1.0.1 |
2179 | 2024-11-22T01:41:12.751Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2180 | 2024-11-22T01:41:12.794Z | Compiling steno v0.4.1 |
2181 | 2024-11-22T01:41:13.491Z | Compiling prettyplease v0.2.25 |
2182 | 2024-11-22T01:41:13.510Z | Compiling slog-dtrace v0.3.0 |
2183 | 2024-11-22T01:41:13.914Z | Compiling tungstenite v0.21.0 |
2184 | 2024-11-22T01:41:14.164Z | Compiling display-error-chain v0.2.2 |
2185 | 2024-11-22T01:41:15.920Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2186 | 2024-11-22T01:41:16.258Z | Compiling tokio-tungstenite v0.21.0 |
2187 | 2024-11-22T01:41:16.953Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2188 | 2024-11-22T01:41:17.391Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2189 | 2024-11-22T01:41:18.462Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2190 | 2024-11-22T01:41:19.061Z | Compiling arc-swap v1.7.1 |
2191 | 2024-11-22T01:41:19.753Z | Compiling slog-scope v4.4.0 |
2192 | 2024-11-22T01:41:20.598Z | Compiling half v2.4.1 |
2193 | 2024-11-22T01:41:21.334Z | Compiling ciborium-io v0.2.2 |
2194 | 2024-11-22T01:41:21.489Z | Compiling ciborium-ll v0.2.2 |
2195 | 2024-11-22T01:41:22.053Z | Compiling slog-stdlog v4.1.1 |
2196 | 2024-11-22T01:41:22.721Z | Compiling slog-envlogger v2.2.0 |
2197 | 2024-11-22T01:41:22.898Z | Compiling ciborium v0.2.2 |
2198 | 2024-11-22T01:41:25.536Z | Compiling nibble_vec v0.1.0 |
2199 | 2024-11-22T01:41:25.783Z | Compiling endian-type v0.1.2 |
2200 | 2024-11-22T01:41:26.053Z | Compiling radix_trie v0.2.1 |
2201 | 2024-11-22T01:41:27.009Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2202 | 2024-11-22T01:41:31.795Z | Compiling fastrand v2.1.1 |
2203 | 2024-11-22T01:41:32.302Z | Compiling same-file v1.0.6 |
2204 | 2024-11-22T01:41:32.459Z | Compiling tempfile v3.13.0 |
2205 | 2024-11-22T01:41:32.563Z | Compiling walkdir v2.5.0 |
2206 | 2024-11-22T01:41:33.029Z | Compiling blake3 v1.5.4 |
2207 | 2024-11-22T01:41:33.219Z | Compiling ring v0.16.20 |
2208 | 2024-11-22T01:41:33.268Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2209 | 2024-11-22T01:41:33.666Z | Compiling xattr v1.3.1 |
2210 | 2024-11-22T01:41:33.933Z | Compiling memmap2 v0.9.5 |
2211 | 2024-11-22T01:41:34.333Z | Compiling filetime v0.2.25 |
2212 | 2024-11-22T01:41:34.654Z | Compiling arrayvec v0.7.6 |
2213 | 2024-11-22T01:41:34.828Z | Compiling spin v0.5.2 |
2214 | 2024-11-22T01:41:35.068Z | Compiling arrayref v0.3.9 |
2215 | 2024-11-22T01:41:35.088Z | Compiling keccak v0.1.5 |
2216 | 2024-11-22T01:41:35.091Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2217 | 2024-11-22T01:41:35.180Z | Compiling constant_time_eq v0.3.1 |
2218 | 2024-11-22T01:41:36.108Z | Compiling sha3 v0.10.8 |
2219 | 2024-11-22T01:41:36.405Z | Compiling tar v0.4.42 |
2220 | 2024-11-22T01:41:36.471Z | Compiling camino-tempfile v1.1.1 |
2221 | 2024-11-22T01:41:36.798Z | Compiling toolchain_find v0.4.0 |
2222 | 2024-11-22T01:41:36.946Z | Compiling const_format_proc_macros v0.2.33 |
2223 | 2024-11-22T01:41:36.969Z | Compiling radium v0.7.0 |
2224 | 2024-11-22T01:41:37.358Z | Compiling crunchy v0.2.2 |
2225 | 2024-11-22T01:41:37.418Z | Compiling maplit v1.0.2 |
2226 | 2024-11-22T01:41:37.562Z | Compiling topological-sort v0.2.2 |
2227 | 2024-11-22T01:41:37.808Z | Compiling omicron-zone-package v0.11.1 |
2228 | 2024-11-22T01:41:37.856Z | Compiling rustfmt-wrapper v0.2.1 |
2229 | 2024-11-22T01:41:38.450Z | Compiling pem v3.0.4 |
2230 | 2024-11-22T01:41:38.470Z | Compiling tap v1.0.1 |
2231 | 2024-11-22T01:41:38.682Z | Compiling maybe-uninit v2.0.0 |
2232 | 2024-11-22T01:41:38.831Z | Compiling const_format v0.2.33 |
2233 | 2024-11-22T01:41:38.851Z | Compiling tiny-keccak v2.0.2 |
2234 | 2024-11-22T01:41:39.194Z | Compiling wyz v0.5.1 |
2235 | 2024-11-22T01:41:39.801Z | Compiling dsl_auto_type v0.1.2 |
2236 | 2024-11-22T01:41:39.821Z | Compiling phf_generator v0.11.2 |
2237 | 2024-11-22T01:41:39.854Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2238 | 2024-11-22T01:41:39.878Z | Compiling scheduled-thread-pool v0.2.7 |
2239 | 2024-11-22T01:41:40.012Z | Compiling secrecy v0.8.0 |
2240 | 2024-11-22T01:41:40.035Z | Compiling diesel_table_macro_syntax v0.2.0 |
2241 | 2024-11-22T01:41:40.299Z | Compiling async-recursion v1.1.1 |
2242 | 2024-11-22T01:41:40.340Z | Compiling funty v2.0.0 |
2243 | 2024-11-22T01:41:40.445Z | Compiling crc-catalog v2.4.0 |
2244 | 2024-11-22T01:41:40.625Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2245 | 2024-11-22T01:41:40.940Z | Compiling packed_struct v0.10.1 |
2246 | 2024-11-22T01:41:41.104Z | Compiling crc v3.2.1 |
2247 | 2024-11-22T01:41:41.144Z | Compiling diesel_derives v2.2.3 |
2248 | 2024-11-22T01:41:41.409Z | Compiling r2d2 v0.8.10 |
2249 | 2024-11-22T01:41:41.793Z | Compiling bitvec v1.0.1 |
2250 | 2024-11-22T01:41:41.936Z | Compiling phf_codegen v0.11.2 |
2251 | 2024-11-22T01:41:42.733Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2252 | 2024-11-22T01:41:42.867Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2253 | 2024-11-22T01:41:43.070Z | Compiling ascii-canvas v3.0.0 |
2254 | 2024-11-22T01:41:43.145Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2255 | 2024-11-22T01:41:43.567Z | Compiling universal-hash v0.5.1 |
2256 | 2024-11-22T01:41:43.813Z | Compiling packed_struct_codegen v0.10.1 |
2257 | 2024-11-22T01:41:46.315Z | Compiling thiserror-impl-no-std v2.0.2 |
2258 | 2024-11-22T01:41:46.470Z | Compiling parse-zoneinfo v0.3.1 |
2259 | 2024-11-22T01:41:48.098Z | Compiling lzma-sys v0.1.20 |
2260 | 2024-11-22T01:41:48.795Z | Compiling ena v0.14.3 |
2261 | 2024-11-22T01:41:49.034Z | Compiling indexmap v1.9.3 |
2262 | 2024-11-22T01:41:49.215Z | Compiling opaque-debug v0.3.1 |
2263 | 2024-11-22T01:41:49.331Z | Compiling regex-syntax v0.6.29 |
2264 | 2024-11-22T01:41:49.355Z | Compiling nodrop v0.1.14 |
2265 | 2024-11-22T01:41:49.508Z | Compiling cfg_aliases v0.1.1 |
2266 | 2024-11-22T01:41:49.624Z | Compiling diff v0.1.13 |
2267 | 2024-11-22T01:41:50.152Z | Compiling nix v0.28.0 |
2268 | 2024-11-22T01:41:50.894Z | Compiling array-init v0.0.4 |
2269 | 2024-11-22T01:41:52.229Z | Compiling poly1305 v0.8.0 |
2270 | 2024-11-22T01:41:52.548Z | Compiling diesel v2.2.4 |
2271 | 2024-11-22T01:41:53.665Z | Compiling lalrpop v0.19.12 |
2272 | 2024-11-22T01:41:54.822Z | Compiling thiserror-no-std v2.0.2 |
2273 | 2024-11-22T01:41:55.007Z | Compiling chrono-tz-build v0.4.0 |
2274 | 2024-11-22T01:41:59.787Z | Compiling smallvec v0.6.14 |
2275 | 2024-11-22T01:42:00.473Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2276 | 2024-11-22T01:42:00.889Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2277 | 2024-11-22T01:42:01.185Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2278 | 2024-11-22T01:42:01.436Z | Compiling chacha20 v0.9.1 |
2279 | 2024-11-22T01:42:01.600Z | Compiling heck v0.3.3 |
2280 | 2024-11-22T01:42:01.981Z | Compiling aead v0.5.2 |
2281 | 2024-11-22T01:42:02.036Z | Compiling vte_generate_state_changes v0.1.2 |
2282 | 2024-11-22T01:42:02.338Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2283 | 2024-11-22T01:42:02.649Z | Compiling termcolor v1.4.1 |
2284 | 2024-11-22T01:42:02.668Z | Compiling bitfield v0.14.0 |
2285 | 2024-11-22T01:42:03.008Z | Compiling hashbrown v0.12.3 |
2286 | 2024-11-22T01:42:03.764Z | Compiling ref-cast v1.0.23 |
2287 | 2024-11-22T01:42:04.332Z | Compiling env_logger v0.10.2 |
2288 | 2024-11-22T01:42:05.591Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2289 | 2024-11-22T01:42:07.511Z | Compiling vte v0.11.1 |
2290 | 2024-11-22T01:42:09.002Z | Compiling chacha20poly1305 v0.10.1 |
2291 | 2024-11-22T01:42:09.257Z | Compiling zone_cfg_derive v0.1.2 |
2292 | 2024-11-22T01:42:10.694Z | Compiling serde-hex v0.1.0 |
2293 | 2024-11-22T01:42:15.998Z | Compiling chrono-tz v0.10.0 |
2294 | 2024-11-22T01:42:16.842Z | Compiling vsss-rs v3.3.4 |
2295 | 2024-11-22T01:42:17.432Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2296 | 2024-11-22T01:42:17.800Z | Compiling ron v0.8.1 |
2297 | 2024-11-22T01:42:19.869Z | Compiling polar-core v0.27.3 |
2298 | 2024-11-22T01:42:21.113Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2299 | 2024-11-22T01:42:21.325Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2300 | 2024-11-22T01:42:21.423Z | Compiling derive_builder_core v0.20.2 |
2301 | 2024-11-22T01:42:25.347Z | Compiling hashbrown v0.13.2 |
2302 | 2024-11-22T01:42:25.408Z | Compiling fd-lock v4.0.2 |
2303 | 2024-11-22T01:42:25.408Z | Compiling headers-core v0.3.0 |
2304 | 2024-11-22T01:42:25.408Z | Compiling fxhash v0.2.1 |
2305 | 2024-11-22T01:42:25.408Z | Compiling libxml v0.3.3 |
2306 | 2024-11-22T01:42:25.408Z | Compiling ref-cast-impl v1.0.23 |
2307 | 2024-11-22T01:42:25.408Z | Compiling bumpalo v3.16.0 |
2308 | 2024-11-22T01:42:25.408Z | Compiling lockfree-object-pool v0.1.6 |
2309 | 2024-11-22T01:42:25.408Z | Compiling simd-adler32 v0.3.7 |
2310 | 2024-11-22T01:42:25.408Z | Compiling crc-any v2.5.0 |
2311 | 2024-11-22T01:42:25.408Z | Compiling base64 v0.13.1 |
2312 | 2024-11-22T01:42:25.444Z | Compiling zip v2.1.3 |
2313 | 2024-11-22T01:42:25.600Z | Compiling bytecount v0.6.8 |
2314 | 2024-11-22T01:42:25.619Z | Compiling ron v0.7.1 |
2315 | 2024-11-22T01:42:25.798Z | Compiling papergrid v0.11.0 |
2316 | 2024-11-22T01:42:25.913Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2317 | 2024-11-22T01:42:30.196Z | Compiling zopfli v0.8.1 |
2318 | 2024-11-22T01:42:31.051Z | Compiling headers v0.4.0 |
2319 | 2024-11-22T01:42:34.343Z | Compiling derive_builder_macro v0.20.2 |
2320 | 2024-11-22T01:42:34.695Z | Compiling object v0.30.4 |
2321 | 2024-11-22T01:42:35.168Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2322 | 2024-11-22T01:42:39.281Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2323 | 2024-11-22T01:42:40.934Z | Compiling xz2 v0.1.7 |
2324 | 2024-11-22T01:42:41.553Z | Compiling zone v0.1.8 |
2325 | 2024-11-22T01:42:45.006Z | Compiling strip-ansi-escapes v0.2.0 |
2326 | 2024-11-22T01:42:45.399Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2327 | 2024-11-22T01:42:45.525Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2328 | 2024-11-22T01:42:45.744Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2329 | 2024-11-22T01:42:46.050Z | Compiling tabled_derive v0.7.0 |
2330 | 2024-11-22T01:42:46.930Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2331 | 2024-11-22T01:42:47.335Z | Compiling yasna v0.5.2 |
2332 | 2024-11-22T01:42:47.707Z | Compiling peg-macros v0.8.4 |
2333 | 2024-11-22T01:42:48.351Z | Compiling strum_macros v0.24.3 |
2334 | 2024-11-22T01:42:48.652Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2335 | 2024-11-22T01:42:49.680Z | Compiling kstat-rs v0.2.4 |
2336 | 2024-11-22T01:42:50.667Z | Compiling samael v0.0.17 |
2337 | 2024-11-22T01:42:50.711Z | Compiling sqlparser_derive v0.2.2 |
2338 | 2024-11-22T01:42:51.059Z | Compiling unicase v2.7.0 |
2339 | 2024-11-22T01:42:51.394Z | Compiling unicode_categories v0.1.1 |
2340 | 2024-11-22T01:42:51.601Z | Compiling nu-ansi-term v0.50.1 |
2341 | 2024-11-22T01:42:51.701Z | Compiling indoc v1.0.9 |
2342 | 2024-11-22T01:42:51.749Z | Compiling path-slash v0.1.5 |
2343 | 2024-11-22T01:42:51.770Z | Compiling home v0.5.9 |
2344 | 2024-11-22T01:42:51.812Z | Compiling sqlparser v0.45.0 |
2345 | 2024-11-22T01:42:51.987Z | Compiling rustyline v14.0.0 |
2346 | 2024-11-22T01:42:52.088Z | Compiling reedline v0.35.0 |
2347 | 2024-11-22T01:42:52.823Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2348 | 2024-11-22T01:42:54.683Z | Compiling sqlformat v0.2.6 |
2349 | 2024-11-22T01:42:55.972Z | Compiling peg v0.8.4 |
2350 | 2024-11-22T01:42:56.117Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2351 | 2024-11-22T01:43:03.877Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2352 | 2024-11-22T01:43:06.171Z | Compiling rcgen v0.12.1 |
2353 | 2024-11-22T01:43:08.423Z | Compiling tabled v0.15.0 |
2354 | 2024-11-22T01:43:16.123Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2355 | 2024-11-22T01:43:16.914Z | Compiling derive_builder v0.20.2 |
2356 | 2024-11-22T01:43:23.849Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2357 | 2024-11-22T01:43:26.070Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2358 | 2024-11-22T01:43:28.814Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2359 | 2024-11-22T01:43:29.125Z | Compiling bcs v0.1.6 |
2360 | 2024-11-22T01:43:29.173Z | Compiling oso-derive v0.27.3 |
2361 | 2024-11-22T01:43:30.424Z | Compiling impl-trait-for-tuples v0.2.2 |
2362 | 2024-11-22T01:43:30.427Z | Compiling libz-sys v1.1.20 |
2363 | 2024-11-22T01:43:30.814Z | Compiling quick-xml v0.33.0 |
2364 | 2024-11-22T01:43:36.911Z | Compiling subprocess v0.2.9 |
2365 | 2024-11-22T01:43:36.934Z | Compiling diesel-dtrace v0.3.0 |
2366 | 2024-11-22T01:43:37.246Z | Compiling parking_lot_core v0.8.6 |
2367 | 2024-11-22T01:43:37.802Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2368 | 2024-11-22T01:43:41.733Z | Compiling oso v0.27.3 |
2369 | 2024-11-22T01:43:59.105Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2370 | 2024-11-22T01:44:00.729Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2371 | 2024-11-22T01:44:06.306Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2372 | 2024-11-22T01:44:09.608Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2373 | 2024-11-22T01:44:09.918Z | Compiling bb8 v0.8.5 |
2374 | 2024-11-22T01:44:10.485Z | Compiling buf-list v1.0.3 |
2375 | 2024-11-22T01:44:11.125Z | Compiling async-bb8-diesel v0.2.1 |
2376 | 2024-11-22T01:44:12.163Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2377 | 2024-11-22T01:44:12.452Z | Compiling pin-project-internal v1.1.6 |
2378 | 2024-11-22T01:44:12.966Z | Compiling atty v0.2.14 |
2379 | 2024-11-22T01:44:13.149Z | Compiling salty v0.3.0 |
2380 | 2024-11-22T01:44:15.094Z | Compiling pin-project v1.1.6 |
2381 | 2024-11-22T01:44:15.600Z | Compiling parking_lot v0.11.2 |
2382 | 2024-11-22T01:44:18.508Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2383 | 2024-11-22T01:44:18.570Z | Compiling snafu-derive v0.8.5 |
2384 | 2024-11-22T01:44:18.662Z | Compiling sled v0.34.7 |
2385 | 2024-11-22T01:44:23.300Z | Compiling snafu v0.8.5 |
2386 | 2024-11-22T01:44:23.332Z | Compiling mime_guess v2.0.5 |
2387 | 2024-11-22T01:44:24.822Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2388 | 2024-11-22T01:44:25.251Z | Compiling hickory-client v0.24.1 |
2389 | 2024-11-22T01:44:26.486Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2390 | 2024-11-22T01:44:27.049Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2391 | 2024-11-22T01:44:27.808Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2392 | 2024-11-22T01:44:30.492Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2393 | 2024-11-22T01:44:31.952Z | Compiling hickory-server v0.24.1 |
2394 | 2024-11-22T01:44:32.428Z | Compiling globset v0.4.15 |
2395 | 2024-11-22T01:44:39.935Z | Compiling primeorder v0.13.6 |
2396 | 2024-11-22T01:44:40.547Z | Compiling olpc-cjson v0.1.4 |
2397 | 2024-11-22T01:44:40.874Z | Compiling vergen v8.3.2 |
2398 | 2024-11-22T01:44:41.199Z | Compiling env_filter v0.1.2 |
2399 | 2024-11-22T01:44:43.578Z | Compiling cargo-platform v0.1.8 |
2400 | 2024-11-22T01:44:44.015Z | Compiling serde_plain v1.0.2 |
2401 | 2024-11-22T01:44:44.551Z | Compiling nanorand v0.7.0 |
2402 | 2024-11-22T01:44:45.173Z | Compiling memoffset v0.9.1 |
2403 | 2024-11-22T01:44:45.505Z | Compiling typed-path v0.9.3 |
2404 | 2024-11-22T01:44:47.469Z | Compiling flume v0.11.1 |
2405 | 2024-11-22T01:44:48.257Z | Compiling tough v0.19.0 |
2406 | 2024-11-22T01:44:52.836Z | Compiling cargo_metadata v0.18.1 |
2407 | 2024-11-22T01:44:52.965Z | Compiling env_logger v0.11.5 |
2408 | 2024-11-22T01:44:54.437Z | Compiling p384 v0.13.0 |
2409 | 2024-11-22T01:44:56.039Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2410 | 2024-11-22T01:45:03.871Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2411 | 2024-11-22T01:45:03.989Z | Compiling git2 v0.19.0 |
2412 | 2024-11-22T01:45:05.709Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2413 | 2024-11-22T01:45:10.364Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2414 | 2024-11-22T01:45:12.160Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2415 | 2024-11-22T01:45:12.944Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2416 | 2024-11-22T01:45:17.482Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2417 | 2024-11-22T01:45:18.491Z | Compiling rand_seeder v0.3.0 |
2418 | 2024-11-22T01:45:18.903Z | Compiling libsqlite3-sys v0.30.1 |
2419 | 2024-11-22T01:45:19.059Z | Compiling http-range v0.1.5 |
2420 | 2024-11-22T01:45:19.426Z | Compiling rustls v0.21.12 |
2421 | 2024-11-22T01:45:19.467Z | Compiling parse-size v1.1.0 |
2422 | 2024-11-22T01:45:19.657Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2423 | 2024-11-22T01:45:19.723Z | Compiling cfg_aliases v0.2.1 |
2424 | 2024-11-22T01:45:19.819Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2425 | 2024-11-22T01:45:19.848Z | Compiling nix v0.29.0 |
2426 | 2024-11-22T01:45:19.928Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2427 | 2024-11-22T01:45:20.043Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2428 | 2024-11-22T01:45:20.883Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2429 | 2024-11-22T01:45:21.770Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2430 | 2024-11-22T01:45:21.894Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2431 | 2024-11-22T01:45:22.206Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=1d82cc9fd9925814d097d39f7cbafd62fb8cfb7e#1d82cc9f) |
2432 | 2024-11-22T01:45:22.612Z | Compiling rustls-webpki v0.101.7 |
2433 | 2024-11-22T01:45:22.705Z | Compiling sct v0.7.1 |
2434 | 2024-11-22T01:45:23.053Z | Compiling castaway v0.2.3 |
2435 | 2024-11-22T01:45:23.214Z | Compiling csv-core v0.1.11 |
2436 | 2024-11-22T01:45:23.266Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2437 | 2024-11-22T01:45:23.597Z | Compiling glob v0.3.1 |
2438 | 2024-11-22T01:45:24.083Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2439 | 2024-11-22T01:45:25.702Z | Compiling csv v1.3.0 |
2440 | 2024-11-22T01:45:26.449Z | Compiling compact_str v0.8.0 |
2441 | 2024-11-22T01:45:26.549Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2442 | 2024-11-22T01:45:27.961Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2443 | 2024-11-22T01:45:29.103Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2444 | 2024-11-22T01:45:30.367Z | Compiling nix v0.27.1 |
2445 | 2024-11-22T01:45:31.347Z | Compiling hyper-staticfile v0.10.1 |
2446 | 2024-11-22T01:45:34.410Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2447 | 2024-11-22T01:45:35.197Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2448 | 2024-11-22T01:45:36.465Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2449 | 2024-11-22T01:45:37.999Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2450 | 2024-11-22T01:45:42.197Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2451 | 2024-11-22T01:45:44.904Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2452 | 2024-11-22T01:45:45.264Z | Compiling unicode-truncate v1.1.0 |
2453 | 2024-11-22T01:45:45.507Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2454 | 2024-11-22T01:45:45.570Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2455 | 2024-11-22T01:45:45.819Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2456 | 2024-11-22T01:45:45.889Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2457 | 2024-11-22T01:45:48.770Z | Compiling hashlink v0.9.1 |
2458 | 2024-11-22T01:45:49.661Z | Compiling tungstenite v0.23.0 |
2459 | 2024-11-22T01:45:51.504Z | Compiling lru v0.12.5 |
2460 | 2024-11-22T01:45:51.854Z | Compiling instability v0.3.2 |
2461 | 2024-11-22T01:45:51.911Z | Compiling cassowary v0.3.0 |
2462 | 2024-11-22T01:45:56.428Z | Compiling fallible-iterator v0.3.0 |
2463 | 2024-11-22T01:45:56.957Z | Compiling fallible-streaming-iterator v0.1.9 |
2464 | 2024-11-22T01:45:56.957Z | Compiling ratatui v0.28.1 |
2465 | 2024-11-22T01:45:56.957Z | Compiling tokio-tungstenite v0.23.1 |
2466 | 2024-11-22T01:45:56.957Z | Compiling rusqlite v0.32.1 |
2467 | 2024-11-22T01:45:56.957Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2468 | 2024-11-22T01:45:59.066Z | Compiling tokio-rustls v0.24.1 |
2469 | 2024-11-22T01:45:59.588Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2470 | 2024-11-22T01:46:02.036Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2471 | 2024-11-22T01:46:06.385Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2472 | 2024-11-22T01:46:07.133Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2473 | 2024-11-22T01:46:12.629Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2474 | 2024-11-22T01:46:13.849Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2475 | 2024-11-22T01:46:15.315Z | Compiling rustls-pemfile v1.0.4 |
2476 | 2024-11-22T01:46:15.698Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2477 | 2024-11-22T01:46:16.008Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2478 | 2024-11-22T01:46:16.083Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2479 | 2024-11-22T01:46:16.272Z | Compiling signal-hook-tokio v0.3.1 |
2480 | 2024-11-22T01:46:16.511Z | Compiling twox-hash v1.6.3 |
2481 | 2024-11-22T01:46:17.657Z | Compiling unicode-linebreak v0.1.5 |
2482 | 2024-11-22T01:46:18.246Z | Compiling is_ci v1.2.0 |
2483 | 2024-11-22T01:46:18.567Z | Compiling smawk v0.3.2 |
2484 | 2024-11-22T01:46:18.845Z | Compiling textwrap v0.16.1 |
2485 | 2024-11-22T01:46:20.770Z | Compiling supports-color v3.0.1 |
2486 | 2024-11-22T01:46:21.256Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2487 | 2024-11-22T01:46:22.479Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2488 | 2024-11-22T01:46:26.321Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2489 | 2024-11-22T01:46:33.051Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2490 | 2024-11-22T01:46:41.856Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2491 | 2024-11-22T01:46:43.027Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2492 | 2024-11-22T01:46:46.842Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2493 | 2024-11-22T01:46:47.495Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2494 | 2024-11-22T01:46:56.535Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2495 | 2024-11-22T01:46:56.866Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2496 | 2024-11-22T01:46:58.823Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2497 | 2024-11-22T01:47:03.677Z | Compiling fatfs v0.3.6 |
2498 | 2024-11-22T01:47:06.539Z | Compiling rtoolbox v0.0.2 |
2499 | 2024-11-22T01:47:06.878Z | Compiling assert_matches v1.5.0 |
2500 | 2024-11-22T01:47:07.010Z | Compiling rpassword v7.3.1 |
2501 | 2024-11-22T01:47:07.476Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2502 | 2024-11-22T01:47:08.046Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2503 | 2024-11-22T01:47:15.271Z | Compiling tui-tree-widget v0.22.0 |
2504 | 2024-11-22T01:47:15.305Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2505 | 2024-11-22T01:47:15.768Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2506 | 2024-11-22T01:47:22.007Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2507 | 2024-11-22T01:47:22.326Z | Compiling uzers v0.12.1 |
2508 | 2024-11-22T01:47:25.514Z | Compiling shell-words v1.1.0 |
2509 | 2024-11-22T01:47:25.952Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2510 | 2024-11-22T01:47:29.104Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2511 | 2024-11-22T01:47:31.265Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2512 | 2024-11-22T01:48:04.828Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2513 | 2024-11-22T01:48:05.596Z | Compiling multimap v0.10.0 |
2514 | 2024-11-22T01:50:30.019Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2515 | 2024-11-22T01:50:30.538Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2516 | 2024-11-22T01:57:10.157Z | Finished `release` profile [optimized] target(s) in 16m 15s |
2517 | 2024-11-22T01:58:14.637Z | |
2518 | 2024-11-22T01:58:14.640Z | real 17:21.536807917 |
2519 | 2024-11-22T01:58:14.640Z | user 1:58:44.127638624 |
2520 | 2024-11-22T01:58:14.640Z | sys 6:03.525808364 |
2521 | 2024-11-22T01:58:14.640Z | trap 2.874048293 |
2522 | 2024-11-22T01:58:14.640Z | tflt 2.793767683 |
2523 | 2024-11-22T01:58:14.640Z | dflt 5.427790131 |
2524 | 2024-11-22T01:58:14.640Z | kflt 0.000833770 |
2525 | 2024-11-22T01:58:14.640Z | lock 7:16:52.176822708 |
2526 | 2024-11-22T01:58:14.640Z | slp 6:14:43.533299054 |
2527 | 2024-11-22T01:58:14.640Z | lat 2:54.403404036 |
2528 | 2024-11-22T01:58:14.640Z | stop 2:36.928295262 |
2529 | 2024-11-22T01:58:14.640Z | + mapfile -t packages |
2530 | 2024-11-22T01:58:14.640Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2531 | 2024-11-22T01:58:15.647Z | Finished `release` profile [optimized] target(s) in 0.95s |
2532 | 2024-11-22T01:58:15.709Z | Running `target/release/omicron-package -t test list-outputs` |
2533 | 2024-11-22T01:58:15.757Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2534 | 2024-11-22T01:58:15.759Z | + ptime -m cargo build --locked --release -p xtask |
2535 | 2024-11-22T01:58:16.315Z | Compiling serde v1.0.215 |
2536 | 2024-11-22T01:58:16.318Z | Compiling rustix v0.38.37 |
2537 | 2024-11-22T01:58:16.318Z | Compiling libc v0.2.162 |
2538 | 2024-11-22T01:58:16.318Z | Compiling serde_json v1.0.132 |
2539 | 2024-11-22T01:58:16.318Z | Compiling syn v2.0.87 |
2540 | 2024-11-22T01:58:16.415Z | Compiling bitflags v2.6.0 |
2541 | 2024-11-22T01:58:16.803Z | Compiling usdt-impl v0.5.0 |
2542 | 2024-11-22T01:58:16.916Z | Compiling syn v1.0.109 |
2543 | 2024-11-22T01:58:16.932Z | Compiling hashbrown v0.15.0 |
2544 | 2024-11-22T01:58:17.013Z | Compiling log v0.4.22 |
2545 | 2024-11-22T01:58:17.052Z | Compiling fs-err v2.11.0 |
2546 | 2024-11-22T01:58:17.351Z | Compiling once_cell v1.20.2 |
2547 | 2024-11-22T01:58:17.483Z | Compiling anyhow v1.0.93 |
2548 | 2024-11-22T01:58:17.867Z | Compiling thread-id v4.2.2 |
2549 | 2024-11-22T01:58:18.239Z | Compiling indexmap v2.6.0 |
2550 | 2024-11-22T01:58:19.537Z | Compiling terminal_size v0.4.0 |
2551 | 2024-11-22T01:58:19.537Z | Compiling tempfile v3.13.0 |
2552 | 2024-11-22T01:58:19.756Z | Compiling clap_builder v4.5.21 |
2553 | 2024-11-22T01:58:20.365Z | Compiling proc-macro-error v1.0.4 |
2554 | 2024-11-22T01:58:21.740Z | Compiling tabled_derive v0.7.0 |
2555 | 2024-11-22T01:58:23.150Z | Compiling tabled v0.15.0 |
2556 | 2024-11-22T01:58:24.578Z | Compiling serde_derive v1.0.215 |
2557 | 2024-11-22T01:58:25.050Z | Compiling thiserror-impl v1.0.69 |
2558 | 2024-11-22T01:58:27.844Z | Compiling zerocopy-derive v0.7.35 |
2559 | 2024-11-22T01:58:28.027Z | Compiling thiserror v1.0.69 |
2560 | 2024-11-22T01:58:28.196Z | Compiling pest v2.7.14 |
2561 | 2024-11-22T01:58:30.096Z | Compiling zerocopy v0.7.35 |
2562 | 2024-11-22T01:58:31.288Z | Compiling pest_meta v2.7.14 |
2563 | 2024-11-22T01:58:31.778Z | Compiling scroll_derive v0.12.0 |
2564 | 2024-11-22T01:58:33.158Z | Compiling pest_generator v2.7.14 |
2565 | 2024-11-22T01:58:35.008Z | Compiling scroll v0.12.0 |
2566 | 2024-11-22T01:58:35.559Z | Compiling pest_derive v2.7.14 |
2567 | 2024-11-22T01:58:35.695Z | Compiling goblin v0.8.2 |
2568 | 2024-11-22T01:58:36.330Z | Compiling dtrace-parser v0.2.0 |
2569 | 2024-11-22T01:58:41.512Z | Compiling dof v0.3.0 |
2570 | 2024-11-22T01:58:42.219Z | Compiling toml_datetime v0.6.8 |
2571 | 2024-11-22T01:58:42.263Z | Compiling serde_spanned v0.6.8 |
2572 | 2024-11-22T01:58:42.388Z | Compiling serde_tokenstream v0.2.2 |
2573 | 2024-11-22T01:58:42.756Z | Compiling toml_edit v0.22.22 |
2574 | 2024-11-22T01:58:42.986Z | Compiling camino v1.1.9 |
2575 | 2024-11-22T01:58:43.010Z | Compiling cargo-platform v0.1.8 |
2576 | 2024-11-22T01:58:43.559Z | Compiling usdt-macro v0.5.0 |
2577 | 2024-11-22T01:58:44.230Z | Compiling usdt-attr-macro v0.5.0 |
2578 | 2024-11-22T01:58:44.370Z | Compiling semver v1.0.23 |
2579 | 2024-11-22T01:58:44.792Z | Compiling clap_derive v4.5.18 |
2580 | 2024-11-22T01:58:45.632Z | Compiling cargo_metadata v0.18.1 |
2581 | 2024-11-22T01:58:45.889Z | Compiling usdt v0.5.0 |
2582 | 2024-11-22T01:58:47.394Z | Compiling toml v0.8.19 |
2583 | 2024-11-22T01:58:48.710Z | Compiling cargo_toml v0.20.5 |
2584 | 2024-11-22T01:58:49.551Z | Compiling clap v4.5.21 |
2585 | 2024-11-22T01:58:49.687Z | Compiling camino-tempfile v1.1.1 |
2586 | 2024-11-22T01:58:50.103Z | Compiling macaddr v1.0.1 |
2587 | 2024-11-22T01:59:01.610Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2588 | 2024-11-22T01:59:13.034Z | Finished `release` profile [optimized] target(s) in 57.19s |
2589 | 2024-11-22T01:59:13.152Z | |
2590 | 2024-11-22T01:59:13.179Z | real 57.324760383 |
2591 | 2024-11-22T01:59:13.179Z | user 5:46.483453574 |
2592 | 2024-11-22T01:59:13.180Z | sys 31.828550733 |
2593 | 2024-11-22T01:59:13.180Z | trap 0.147366208 |
2594 | 2024-11-22T01:59:13.180Z | tflt 0.299517360 |
2595 | 2024-11-22T01:59:13.180Z | dflt 0.688620564 |
2596 | 2024-11-22T01:59:13.180Z | kflt 0.000010407 |
2597 | 2024-11-22T01:59:13.181Z | lock 10:16.032183230 |
2598 | 2024-11-22T01:59:13.181Z | slp 15:18.021782838 |
2599 | 2024-11-22T01:59:13.181Z | lat 13.419327941 |
2600 | 2024-11-22T01:59:13.181Z | stop 15.445588343 |
2601 | 2024-11-22T01:59:13.181Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2602 | 2024-11-22T01:59:13.181Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2603 | 2024-11-22T01:59:13.181Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2604 | 2024-11-22T01:59:13.181Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2605 | 2024-11-22T01:59:13.181Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2606 | 2024-11-22T01:59:14.014Z | Compiling hashbrown v0.14.5 |
2607 | 2024-11-22T01:59:14.142Z | Compiling ident_case v1.0.1 |
2608 | 2024-11-22T01:59:14.155Z | Compiling unsafe-libyaml v0.2.11 |
2609 | 2024-11-22T01:59:14.158Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2610 | 2024-11-22T01:59:14.158Z | Compiling progenitor-client v0.8.0 |
2611 | 2024-11-22T01:59:14.158Z | Compiling ipnetwork v0.20.0 |
2612 | 2024-11-22T01:59:14.158Z | Compiling macaddr v1.0.1 |
2613 | 2024-11-22T01:59:14.167Z | Compiling instant v0.1.13 |
2614 | 2024-11-22T01:59:14.295Z | Compiling darling_core v0.20.10 |
2615 | 2024-11-22T01:59:14.338Z | Compiling structmeta-derive v0.3.0 |
2616 | 2024-11-22T01:59:14.620Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2617 | 2024-11-22T01:59:14.670Z | Compiling dropshot v0.13.0 |
2618 | 2024-11-22T01:59:14.690Z | Compiling newtype-uuid v1.1.3 |
2619 | 2024-11-22T01:59:14.991Z | Compiling dropshot_endpoint v0.13.0 |
2620 | 2024-11-22T01:59:15.187Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2621 | 2024-11-22T01:59:15.375Z | Compiling regress v0.10.1 |
2622 | 2024-11-22T01:59:15.409Z | Compiling regress v0.9.1 |
2623 | 2024-11-22T01:59:15.440Z | Compiling serde_yaml v0.9.34+deprecated |
2624 | 2024-11-22T01:59:15.988Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2625 | 2024-11-22T01:59:16.049Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2626 | 2024-11-22T01:59:16.181Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2627 | 2024-11-22T01:59:16.453Z | Compiling backoff v0.4.0 |
2628 | 2024-11-22T01:59:16.821Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2629 | 2024-11-22T01:59:16.981Z | Compiling tempfile v3.13.0 |
2630 | 2024-11-22T01:59:16.998Z | Compiling proc-macro-crate v1.3.1 |
2631 | 2024-11-22T01:59:17.427Z | Compiling structmeta v0.3.0 |
2632 | 2024-11-22T01:59:17.902Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2633 | 2024-11-22T01:59:17.905Z | Compiling parse-display-derive v0.10.0 |
2634 | 2024-11-22T01:59:18.114Z | Compiling num_enum_derive v0.5.11 |
2635 | 2024-11-22T01:59:18.293Z | Compiling itertools v0.13.0 |
2636 | 2024-11-22T01:59:19.754Z | Compiling typify-impl v0.2.0 |
2637 | 2024-11-22T01:59:20.490Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2638 | 2024-11-22T01:59:20.582Z | Compiling zerocopy v0.8.10 |
2639 | 2024-11-22T01:59:20.732Z | Compiling num_enum v0.5.11 |
2640 | 2024-11-22T01:59:20.807Z | Compiling zerocopy-derive v0.8.10 |
2641 | 2024-11-22T01:59:20.906Z | Compiling foreign-types-macros v0.2.3 |
2642 | 2024-11-22T01:59:21.552Z | Compiling darling_macro v0.20.10 |
2643 | 2024-11-22T01:59:21.602Z | Compiling foreign-types-shared v0.3.1 |
2644 | 2024-11-22T01:59:21.647Z | Compiling heapless v0.8.0 |
2645 | 2024-11-22T01:59:21.737Z | Compiling proc-macro-error v1.0.4 |
2646 | 2024-11-22T01:59:22.214Z | Compiling foreign-types v0.5.0 |
2647 | 2024-11-22T01:59:22.528Z | Compiling camino-tempfile v1.1.1 |
2648 | 2024-11-22T01:59:22.546Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2649 | 2024-11-22T01:59:22.563Z | Compiling darling v0.20.10 |
2650 | 2024-11-22T01:59:22.630Z | Compiling parse-display v0.10.0 |
2651 | 2024-11-22T01:59:22.684Z | Compiling serde_with_macros v3.11.0 |
2652 | 2024-11-22T01:59:22.701Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2653 | 2024-11-22T01:59:22.995Z | Compiling hash32 v0.3.1 |
2654 | 2024-11-22T01:59:23.255Z | Compiling cstr-argument v0.1.2 |
2655 | 2024-11-22T01:59:23.374Z | Compiling pretty-hex v0.2.1 |
2656 | 2024-11-22T01:59:23.392Z | Compiling crucible-workspace-hack v0.1.0 |
2657 | 2024-11-22T01:59:23.521Z | Compiling smoltcp v0.11.0 |
2658 | 2024-11-22T01:59:23.563Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2659 | 2024-11-22T01:59:23.696Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2660 | 2024-11-22T01:59:23.931Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2661 | 2024-11-22T01:59:24.309Z | Compiling tabwriter v1.4.0 |
2662 | 2024-11-22T01:59:24.336Z | Compiling colored v2.1.0 |
2663 | 2024-11-22T01:59:24.891Z | Compiling cobs v0.2.3 |
2664 | 2024-11-22T01:59:25.220Z | Compiling postcard v1.0.10 |
2665 | 2024-11-22T01:59:25.342Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2666 | 2024-11-22T01:59:25.995Z | Compiling serde_with v3.11.0 |
2667 | 2024-11-22T01:59:26.007Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2668 | 2024-11-22T01:59:26.007Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2669 | 2024-11-22T01:59:26.007Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2670 | 2024-11-22T01:59:26.248Z | Compiling smf v0.2.3 |
2671 | 2024-11-22T01:59:26.841Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2672 | 2024-11-22T01:59:27.552Z | Compiling zone_cfg_derive v0.3.0 |
2673 | 2024-11-22T01:59:27.821Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2674 | 2024-11-22T01:59:28.287Z | Compiling num-derive v0.4.2 |
2675 | 2024-11-22T01:59:29.088Z | Compiling sigpipe v0.1.3 |
2676 | 2024-11-22T01:59:29.216Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2677 | 2024-11-22T01:59:29.539Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2678 | 2024-11-22T01:59:29.563Z | Compiling zone v0.3.0 |
2679 | 2024-11-22T01:59:29.851Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2680 | 2024-11-22T01:59:30.008Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2681 | 2024-11-22T01:59:30.338Z | Compiling universal-hash v0.5.1 |
2682 | 2024-11-22T01:59:30.355Z | Compiling opaque-debug v0.3.1 |
2683 | 2024-11-22T01:59:30.458Z | Compiling num-rational v0.4.2 |
2684 | 2024-11-22T01:59:30.546Z | Compiling password-hash v0.5.0 |
2685 | 2024-11-22T01:59:30.635Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2686 | 2024-11-22T01:59:30.654Z | Compiling num-complex v0.4.6 |
2687 | 2024-11-22T01:59:30.873Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2688 | 2024-11-22T01:59:31.234Z | Compiling blake2 v0.10.6 |
2689 | 2024-11-22T01:59:31.582Z | Compiling aead v0.5.2 |
2690 | 2024-11-22T01:59:31.602Z | Compiling keccak v0.1.5 |
2691 | 2024-11-22T01:59:31.633Z | Compiling convert_case v0.4.0 |
2692 | 2024-11-22T01:59:31.733Z | Compiling argon2 v0.5.3 |
2693 | 2024-11-22T01:59:32.014Z | Compiling sha3 v0.10.8 |
2694 | 2024-11-22T01:59:32.279Z | Compiling num v0.4.3 |
2695 | 2024-11-22T01:59:32.401Z | Compiling poly1305 v0.8.0 |
2696 | 2024-11-22T01:59:32.699Z | Compiling tungstenite v0.21.0 |
2697 | 2024-11-22T01:59:32.715Z | Compiling chacha20 v0.9.1 |
2698 | 2024-11-22T01:59:32.732Z | Compiling derive_more v0.99.18 |
2699 | 2024-11-22T01:59:33.082Z | Compiling float-ord v0.3.2 |
2700 | 2024-11-22T01:59:33.204Z | Compiling base64 v0.21.7 |
2701 | 2024-11-22T01:59:33.263Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2702 | 2024-11-22T01:59:33.715Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2703 | 2024-11-22T01:59:33.766Z | Compiling tokio-tungstenite v0.21.0 |
2704 | 2024-11-22T01:59:34.007Z | Compiling semver v0.1.20 |
2705 | 2024-11-22T01:59:34.162Z | Compiling same-file v1.0.6 |
2706 | 2024-11-22T01:59:34.365Z | Compiling walkdir v2.5.0 |
2707 | 2024-11-22T01:59:34.488Z | Compiling rustc_version v0.1.7 |
2708 | 2024-11-22T01:59:34.632Z | Compiling newline-converter v0.3.0 |
2709 | 2024-11-22T01:59:34.681Z | Compiling primeorder v0.13.6 |
2710 | 2024-11-22T01:59:34.805Z | Compiling secrecy v0.8.0 |
2711 | 2024-11-22T01:59:34.876Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2712 | 2024-11-22T01:59:35.082Z | Compiling owo-colors v4.1.0 |
2713 | 2024-11-22T01:59:35.166Z | Compiling cancel-safe-futures v0.1.5 |
2714 | 2024-11-22T01:59:35.199Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2715 | 2024-11-22T01:59:35.269Z | Compiling newtype_derive v0.1.6 |
2716 | 2024-11-22T01:59:35.396Z | Compiling expectorate v1.1.0 |
2717 | 2024-11-22T01:59:35.552Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2718 | 2024-11-22T01:59:35.576Z | Compiling thiserror-impl-no-std v2.0.2 |
2719 | 2024-11-22T01:59:35.594Z | Compiling blake3 v1.5.4 |
2720 | 2024-11-22T01:59:35.747Z | Compiling ring v0.16.20 |
2721 | 2024-11-22T01:59:35.767Z | Compiling unicase v2.7.0 |
2722 | 2024-11-22T01:59:35.887Z | Compiling half v2.4.1 |
2723 | 2024-11-22T01:59:36.069Z | Compiling arc-swap v1.7.1 |
2724 | 2024-11-22T01:59:36.272Z | Compiling ciborium-io v0.2.2 |
2725 | 2024-11-22T01:59:36.426Z | Compiling ciborium-ll v0.2.2 |
2726 | 2024-11-22T01:59:36.752Z | Compiling slog-scope v4.4.0 |
2727 | 2024-11-22T01:59:37.103Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2728 | 2024-11-22T01:59:37.153Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2729 | 2024-11-22T01:59:37.467Z | Compiling polyval v0.6.2 |
2730 | 2024-11-22T01:59:37.924Z | Compiling atomicwrites v0.4.4 |
2731 | 2024-11-22T01:59:38.019Z | Compiling libsw v3.3.1 |
2732 | 2024-11-22T01:59:38.293Z | Compiling memmap2 v0.9.5 |
2733 | 2024-11-22T01:59:38.354Z | Compiling arrayvec v0.7.6 |
2734 | 2024-11-22T01:59:38.622Z | Compiling spin v0.5.2 |
2735 | 2024-11-22T01:59:38.729Z | Compiling typify-macro v0.2.0 |
2736 | 2024-11-22T01:59:38.749Z | Compiling thiserror-no-std v2.0.2 |
2737 | 2024-11-22T01:59:38.787Z | Compiling linear-map v1.2.0 |
2738 | 2024-11-22T01:59:38.804Z | Compiling salty v0.3.0 |
2739 | 2024-11-22T01:59:38.855Z | Compiling indent_write v2.2.0 |
2740 | 2024-11-22T01:59:38.878Z | Compiling constant_time_eq v0.3.1 |
2741 | 2024-11-22T01:59:39.071Z | Compiling parking_lot_core v0.8.6 |
2742 | 2024-11-22T01:59:39.091Z | Compiling libefi-sys v0.1.0 |
2743 | 2024-11-22T01:59:39.163Z | Compiling arrayref v0.3.9 |
2744 | 2024-11-22T01:59:39.243Z | Compiling vsss-rs v3.3.4 |
2745 | 2024-11-22T01:59:39.392Z | Compiling ghash v0.5.1 |
2746 | 2024-11-22T01:59:39.594Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2747 | 2024-11-22T01:59:39.785Z | Compiling slog-stdlog v4.1.1 |
2748 | 2024-11-22T01:59:40.147Z | Compiling ciborium v0.2.2 |
2749 | 2024-11-22T01:59:40.483Z | Compiling p384 v0.13.0 |
2750 | 2024-11-22T01:59:40.515Z | Compiling toolchain_find v0.4.0 |
2751 | 2024-11-22T01:59:40.517Z | Compiling chacha20poly1305 v0.10.1 |
2752 | 2024-11-22T01:59:40.787Z | Compiling ctr v0.9.2 |
2753 | 2024-11-22T01:59:41.178Z | Compiling lzma-sys v0.1.20 |
2754 | 2024-11-22T01:59:41.244Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2755 | 2024-11-22T01:59:41.666Z | Compiling bitfield-struct v0.6.2 |
2756 | 2024-11-22T01:59:41.716Z | Compiling slog-dtrace v0.3.0 |
2757 | 2024-11-22T01:59:42.014Z | Compiling topological-sort v0.2.2 |
2758 | 2024-11-22T01:59:42.016Z | Compiling highway v1.2.0 |
2759 | 2024-11-22T01:59:42.223Z | Compiling omicron-zone-package v0.11.1 |
2760 | 2024-11-22T01:59:42.396Z | Compiling aes-gcm v0.10.3 |
2761 | 2024-11-22T01:59:42.710Z | Compiling rustfmt-wrapper v0.2.1 |
2762 | 2024-11-22T01:59:42.851Z | Compiling mime_guess v2.0.5 |
2763 | 2024-11-22T01:59:43.161Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2764 | 2024-11-22T01:59:43.164Z | Compiling typify v0.2.0 |
2765 | 2024-11-22T01:59:43.268Z | Compiling slog-envlogger v2.2.0 |
2766 | 2024-11-22T01:59:43.300Z | Compiling progenitor-impl v0.8.0 |
2767 | 2024-11-22T01:59:43.339Z | Compiling steno v0.4.1 |
2768 | 2024-11-22T01:59:44.102Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2769 | 2024-11-22T01:59:44.174Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2770 | 2024-11-22T01:59:44.204Z | Compiling heck v0.3.3 |
2771 | 2024-11-22T01:59:44.303Z | Compiling ssh-encoding v0.2.0 |
2772 | 2024-11-22T01:59:44.657Z | Compiling blowfish v0.9.1 |
2773 | 2024-11-22T01:59:44.811Z | Compiling nibble_vec v0.1.0 |
2774 | 2024-11-22T01:59:44.866Z | Compiling env_filter v0.1.2 |
2775 | 2024-11-22T01:59:44.934Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2776 | 2024-11-22T01:59:45.048Z | Compiling endian-type v0.1.2 |
2777 | 2024-11-22T01:59:45.118Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2778 | 2024-11-22T01:59:45.210Z | Compiling humantime v2.1.0 |
2779 | 2024-11-22T01:59:45.255Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2780 | 2024-11-22T01:59:45.286Z | Compiling radix_trie v0.2.1 |
2781 | 2024-11-22T01:59:45.354Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2782 | 2024-11-22T01:59:45.619Z | Compiling env_logger v0.11.5 |
2783 | 2024-11-22T01:59:45.636Z | Compiling bcrypt-pbkdf v0.10.0 |
2784 | 2024-11-22T01:59:45.758Z | Compiling ssh-cipher v0.2.0 |
2785 | 2024-11-22T01:59:45.992Z | Compiling zone_cfg_derive v0.1.2 |
2786 | 2024-11-22T01:59:46.278Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2787 | 2024-11-22T01:59:46.364Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2788 | 2024-11-22T01:59:46.928Z | Compiling parking_lot v0.11.2 |
2789 | 2024-11-22T01:59:47.304Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2790 | 2024-11-22T01:59:47.564Z | Compiling password-hash v0.4.2 |
2791 | 2024-11-22T01:59:47.634Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2792 | 2024-11-22T01:59:47.761Z | Compiling gethostname v0.5.0 |
2793 | 2024-11-22T01:59:47.791Z | Compiling fxhash v0.2.1 |
2794 | 2024-11-22T01:59:47.872Z | Compiling bumpalo v3.16.0 |
2795 | 2024-11-22T01:59:47.996Z | Compiling matches v0.1.10 |
2796 | 2024-11-22T01:59:48.015Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2797 | 2024-11-22T01:59:48.105Z | Compiling http-range v0.1.5 |
2798 | 2024-11-22T01:59:48.269Z | Compiling zip v2.1.3 |
2799 | 2024-11-22T01:59:48.307Z | Compiling lockfree-object-pool v0.1.6 |
2800 | 2024-11-22T01:59:48.383Z | Compiling base64 v0.13.1 |
2801 | 2024-11-22T01:59:48.485Z | Compiling simd-adler32 v0.3.7 |
2802 | 2024-11-22T01:59:48.530Z | Compiling idna v0.2.3 |
2803 | 2024-11-22T01:59:48.582Z | Compiling pbkdf2 v0.11.0 |
2804 | 2024-11-22T01:59:48.603Z | Compiling sled v0.34.7 |
2805 | 2024-11-22T01:59:48.646Z | Compiling zone v0.1.8 |
2806 | 2024-11-22T01:59:48.972Z | Compiling zopfli v0.8.1 |
2807 | 2024-11-22T01:59:48.996Z | Compiling ron v0.7.1 |
2808 | 2024-11-22T01:59:49.111Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2809 | 2024-11-22T01:59:49.845Z | Compiling xz2 v0.1.7 |
2810 | 2024-11-22T01:59:50.218Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2811 | 2024-11-22T01:59:50.367Z | Compiling ssh-key v0.6.6 |
2812 | 2024-11-22T01:59:50.878Z | Compiling hickory-client v0.24.1 |
2813 | 2024-11-22T01:59:51.419Z | Compiling p256 v0.13.2 |
2814 | 2024-11-22T01:59:51.448Z | Compiling p521 v0.13.3 |
2815 | 2024-11-22T01:59:51.634Z | Compiling progenitor-macro v0.8.0 |
2816 | 2024-11-22T01:59:51.742Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=1d82cc9fd9925814d097d39f7cbafd62fb8cfb7e#1d82cc9f) |
2817 | 2024-11-22T01:59:52.317Z | Compiling hickory-server v0.24.1 |
2818 | 2024-11-22T01:59:52.449Z | Compiling enum-as-inner v0.5.1 |
2819 | 2024-11-22T01:59:52.971Z | Compiling pem v3.0.4 |
2820 | 2024-11-22T01:59:53.536Z | Compiling yasna v0.5.2 |
2821 | 2024-11-22T01:59:53.845Z | Compiling headers-core v0.3.0 |
2822 | 2024-11-22T01:59:53.903Z | Compiling kstat-rs v0.2.4 |
2823 | 2024-11-22T01:59:54.024Z | Compiling nanorand v0.7.0 |
2824 | 2024-11-22T01:59:54.578Z | Compiling russh-cryptovec v0.7.3 |
2825 | 2024-11-22T01:59:54.624Z | Compiling atty v0.2.14 |
2826 | 2024-11-22T01:59:54.791Z | Compiling md5 v0.7.0 |
2827 | 2024-11-22T01:59:54.903Z | Compiling rcgen v0.12.1 |
2828 | 2024-11-22T01:59:55.174Z | Compiling russh-keys v0.45.0 |
2829 | 2024-11-22T01:59:55.255Z | Compiling flume v0.11.1 |
2830 | 2024-11-22T01:59:55.327Z | Compiling headers v0.4.0 |
2831 | 2024-11-22T01:59:55.347Z | Compiling trust-dns-proto v0.22.0 |
2832 | 2024-11-22T01:59:56.004Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2833 | 2024-11-22T01:59:57.381Z | Compiling hyper-staticfile v0.10.1 |
2834 | 2024-11-22T01:59:58.555Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2835 | 2024-11-22T01:59:59.187Z | Compiling num-bigint v0.4.6 |
2836 | 2024-11-22T01:59:59.531Z | Compiling des v0.8.1 |
2837 | 2024-11-22T01:59:59.600Z | Compiling subprocess v0.2.9 |
2838 | 2024-11-22T01:59:59.603Z | Compiling display-error-chain v0.2.2 |
2839 | 2024-11-22T01:59:59.832Z | Compiling dhcproto-macros v0.1.0 |
2840 | 2024-11-22T01:59:59.898Z | Compiling hex-literal v0.4.1 |
2841 | 2024-11-22T02:00:00.069Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2842 | 2024-11-22T02:00:00.472Z | Compiling internet-checksum v0.2.1 |
2843 | 2024-11-22T02:00:00.810Z | Compiling dhcproto v0.12.0 |
2844 | 2024-11-22T02:00:02.290Z | Compiling russh v0.45.0 |
2845 | 2024-11-22T02:00:04.565Z | Compiling progenitor v0.8.0 |
2846 | 2024-11-22T02:00:04.699Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2847 | 2024-11-22T02:00:04.702Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2848 | 2024-11-22T02:00:04.702Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2849 | 2024-11-22T02:00:04.702Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2850 | 2024-11-22T02:00:04.702Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2851 | 2024-11-22T02:00:04.702Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2852 | 2024-11-22T02:00:04.790Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2853 | 2024-11-22T02:00:06.209Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2854 | 2024-11-22T02:00:06.458Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2855 | 2024-11-22T02:00:07.382Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2856 | 2024-11-22T02:00:10.047Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2857 | 2024-11-22T02:00:11.236Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2858 | 2024-11-22T02:00:21.156Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2859 | 2024-11-22T02:00:21.156Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2860 | 2024-11-22T02:00:21.158Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2861 | 2024-11-22T02:00:21.158Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2862 | 2024-11-22T02:00:24.466Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2863 | 2024-11-22T02:00:24.588Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2864 | 2024-11-22T02:00:25.571Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2865 | 2024-11-22T02:00:26.079Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2866 | 2024-11-22T02:00:28.240Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2867 | 2024-11-22T02:00:29.313Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2868 | 2024-11-22T02:00:30.282Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2869 | 2024-11-22T02:00:30.285Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2870 | 2024-11-22T02:00:31.989Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2871 | 2024-11-22T02:00:33.082Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2872 | 2024-11-22T02:00:34.053Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2873 | 2024-11-22T02:00:34.453Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2874 | 2024-11-22T02:00:34.730Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2875 | 2024-11-22T02:00:35.149Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2876 | 2024-11-22T02:00:35.325Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2877 | 2024-11-22T02:00:37.302Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2878 | 2024-11-22T02:00:37.812Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2879 | 2024-11-22T02:00:39.267Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2880 | 2024-11-22T02:00:39.974Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2881 | 2024-11-22T02:00:41.082Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2882 | 2024-11-22T02:00:41.455Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2883 | 2024-11-22T02:00:44.407Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2884 | 2024-11-22T02:00:44.917Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2885 | 2024-11-22T02:00:46.340Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2886 | 2024-11-22T02:00:49.890Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2887 | 2024-11-22T02:00:58.854Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2888 | 2024-11-22T02:01:00.152Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2889 | 2024-11-22T02:01:19.706Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2890 | 2024-11-22T02:01:55.631Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 42s |
2891 | 2024-11-22T02:01:55.841Z | |
2892 | 2024-11-22T02:01:55.844Z | real 2:42.640293621 |
2893 | 2024-11-22T02:01:55.844Z | user 12:27.583914801 |
2894 | 2024-11-22T02:01:55.844Z | sys 2:43.580289391 |
2895 | 2024-11-22T02:01:55.844Z | trap 0.336438802 |
2896 | 2024-11-22T02:01:55.844Z | tflt 0.886525897 |
2897 | 2024-11-22T02:01:55.844Z | dflt 2.176834141 |
2898 | 2024-11-22T02:01:55.844Z | kflt 0.004560443 |
2899 | 2024-11-22T02:01:55.844Z | lock 26:10.384640037 |
2900 | 2024-11-22T02:01:55.844Z | slp 45:02.398514188 |
2901 | 2024-11-22T02:01:55.844Z | lat 36.099403608 |
2902 | 2024-11-22T02:01:55.844Z | stop 1:26.463346370 |
2903 | 2024-11-22T02:01:55.844Z | + mkdir tests |
2904 | 2024-11-22T02:01:55.847Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2905 | 2024-11-22T02:01:55.847Z | + xargs -I '{}' -t cp '{}' tests/ |
2906 | 2024-11-22T02:01:56.978Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-d4e53d9f3bedcb3c tests/ |
2907 | 2024-11-22T02:01:56.999Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-40c18115de4f3f4d tests/ |
2908 | 2024-11-22T02:01:57.020Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-c8af10747fd33443 tests/ |
2909 | 2024-11-22T02:01:57.041Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-fec4822d49808226 tests/ |
2910 | 2024-11-22T02:01:57.220Z | + 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/*) |
2911 | 2024-11-22T02:01:57.223Z | + 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-40c18115de4f3f4d tests/commtest-c8af10747fd33443 tests/dhcp_server-d4e53d9f3bedcb3c tests/end_to_end_tests-fec4822d49808226 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 |
2912 | 2024-11-22T02:03:08.318Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2913 | 2024-11-22T02:03:08.318Z | a .github/buildomat/ci-env.sh 1K |
2914 | 2024-11-22T02:03:08.318Z | a out/target/test 1K |
2915 | 2024-11-22T02:03:08.318Z | a out/npuzone/npuzone 23144K |
2916 | 2024-11-22T02:03:08.318Z | a package-manifest.toml 32K |
2917 | 2024-11-22T02:03:08.318Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2918 | 2024-11-22T02:03:08.318Z | a target/release/omicron-package 36350K |
2919 | 2024-11-22T02:03:08.318Z | a target/release/xtask 11750K |
2920 | 2024-11-22T02:03:08.318Z | a target/debug/bootstrap 210020K |
2921 | 2024-11-22T02:03:08.318Z | a tests/bootstrap-40c18115de4f3f4d 24246K |
2922 | 2024-11-22T02:03:08.318Z | a tests/commtest-c8af10747fd33443 25022K |
2923 | 2024-11-22T02:03:08.318Z | a tests/dhcp_server-d4e53d9f3bedcb3c 24246K |
2924 | 2024-11-22T02:03:08.318Z | a tests/end_to_end_tests-fec4822d49808226 228120K |
2925 | 2024-11-22T02:03:08.318Z | a out/clickhouse.tar.gz 285644K |
2926 | 2024-11-22T02:03:08.319Z | a out/clickhouse_keeper.tar.gz 285642K |
2927 | 2024-11-22T02:03:08.319Z | a out/clickhouse_server.tar.gz 285639K |
2928 | 2024-11-22T02:03:08.319Z | a out/cockroachdb.tar.gz 134564K |
2929 | 2024-11-22T02:03:08.319Z | a out/crucible-dtrace.tar 85K |
2930 | 2024-11-22T02:03:08.319Z | a out/crucible-pantry-zone.tar.gz 28184K |
2931 | 2024-11-22T02:03:08.319Z | a out/crucible-zone.tar.gz 36396K |
2932 | 2024-11-22T02:03:08.319Z | a out/external-dns.tar.gz 35283K |
2933 | 2024-11-22T02:03:08.319Z | a out/internal-dns.tar.gz 35283K |
2934 | 2024-11-22T02:03:08.319Z | a out/mg-ddm-gz.tar 63075K |
2935 | 2024-11-22T02:03:08.319Z | a out/nexus.tar.gz 100330K |
2936 | 2024-11-22T02:03:08.319Z | a out/ntp.tar.gz 10354K |
2937 | 2024-11-22T02:03:08.319Z | a out/omicron-gateway-softnpu.tar.gz 23877K |
2938 | 2024-11-22T02:03:08.319Z | a out/omicron-sled-agent.tar 113631K |
2939 | 2024-11-22T02:03:08.319Z | a out/overlay.tar.gz 3K |
2940 | 2024-11-22T02:03:08.319Z | a out/oximeter.tar.gz 51195K |
2941 | 2024-11-22T02:03:08.319Z | a out/oxlog.tar 3088K |
2942 | 2024-11-22T02:03:08.319Z | a out/probe.tar.gz 2764K |
2943 | 2024-11-22T02:03:08.319Z | a out/propolis-server.tar.gz 66596K |
2944 | 2024-11-22T02:03:08.319Z | a out/pumpkind-gz.tar 26665K |
2945 | 2024-11-22T02:03:08.319Z | a out/switch-softnpu.tar.gz 237329K |
2946 | 2024-11-22T02:03:08.322Z | |
2947 | 2024-11-22T02:03:08.322Z | real 1:11.081186620 |
2948 | 2024-11-22T02:03:08.322Z | user 1:08.032791750 |
2949 | 2024-11-22T02:03:08.322Z | sys 4.283228380 |
2950 | 2024-11-22T02:03:08.322Z | trap 0.016563725 |
2951 | 2024-11-22T02:03:08.322Z | tflt 0.000000000 |
2952 | 2024-11-22T02:03:08.323Z | dflt 0.000000000 |
2953 | 2024-11-22T02:03:08.323Z | kflt 0.000000000 |
2954 | 2024-11-22T02:03:08.323Z | lock 0.000000000 |
2955 | 2024-11-22T02:03:08.323Z | slp 1:08.003539326 |
2956 | 2024-11-22T02:03:08.323Z | lat 1.821486865 |
2957 | 2024-11-22T02:03:08.323Z | stop 0.000212732 |
2958 | 2024-11-22T02:03:08.323Z | process exited: duration 2000899 ms, exit code 0 |
|
2959 | 2024-11-22T02:03:08.337Z | found 1 output files |
2960 | 2024-11-22T02:03:08.337Z | uploading: /work/package.tar.gz (1877395960 bytes) |
2961 | 2024-11-22T02:03:51.154Z | uploaded: /work/package.tar.gz |