|
|
|
1 | 2024-11-15T19:38:27.819Z | job assigned to worker 01JCRN93VPH6BPDYJWKXNBJM38 [factory aws, i-0199ec2d8b6c629d6] (queued for 1 m 7 s) |
|
2 | 2024-11-15T19:38:35.266Z | starting task 0: "setup" |
3 | 2024-11-15T19:38:35.277Z | ++ uname -s |
4 | 2024-11-15T19:38:35.279Z | + kern=SunOS |
5 | 2024-11-15T19:38:35.279Z | + case "$kern" in |
6 | 2024-11-15T19:38:35.279Z | + groupadd -g 12345 build |
7 | 2024-11-15T19:38:35.282Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-15T19:38:37.290Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-15T19:38:37.391Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-15T19:38:37.394Z | + home_fs=zfs |
11 | 2024-11-15T19:38:37.394Z | + [[ zfs == autofs ]] |
12 | 2024-11-15T19:38:37.394Z | + mkdir -p /home/build |
13 | 2024-11-15T19:38:37.396Z | + chown build:build /home/build /work |
14 | 2024-11-15T19:38:38.398Z | + chmod 0700 /home/build /work |
15 | 2024-11-15T19:38:38.401Z | process exited: duration 3133 ms, exit code 0 |
|
16 | 2024-11-15T19:38:38.406Z | starting task 1: "rust-toolchain" |
17 | 2024-11-15T19:38:38.411Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-15T19:38:38.411Z | ' 1.81.0 |
19 | 2024-11-15T19:38:38.411Z | + printf ' * toolchain profile = "%s" |
20 | 2024-11-15T19:38:38.411Z | ' default |
21 | 2024-11-15T19:38:38.411Z | * toolchain channel = "1.81.0" |
22 | 2024-11-15T19:38:38.411Z | * toolchain profile = "default" |
23 | 2024-11-15T19:38:38.414Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-15T19:38:38.414Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-15T19:38:38.577Z | info: downloading installer |
26 | 2024-11-15T19:38:40.056Z | info: profile set to 'default' |
27 | 2024-11-15T19:38:40.056Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-15T19:38:40.056Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-15T19:38:40.203Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-15T19:38:40.203Z | info: downloading component 'cargo' |
31 | 2024-11-15T19:38:40.995Z | info: downloading component 'clippy' |
32 | 2024-11-15T19:38:41.289Z | info: downloading component 'rust-docs' |
33 | 2024-11-15T19:38:42.387Z | info: downloading component 'rust-std' |
34 | 2024-11-15T19:38:44.092Z | info: downloading component 'rustc' |
35 | 2024-11-15T19:38:50.220Z | info: downloading component 'rustfmt' |
36 | 2024-11-15T19:38:50.453Z | info: installing component 'cargo' |
37 | 2024-11-15T19:38:51.235Z | info: installing component 'clippy' |
38 | 2024-11-15T19:38:51.593Z | info: installing component 'rust-docs' |
39 | 2024-11-15T19:38:53.175Z | info: installing component 'rust-std' |
40 | 2024-11-15T19:38:54.902Z | info: installing component 'rustc' |
41 | 2024-11-15T19:39:00.454Z | info: installing component 'rustfmt' |
42 | 2024-11-15T19:39:00.816Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-15T19:39:00.816Z | |
44 | 2024-11-15T19:39:01.182Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-15T19:39:01.182Z | |
46 | 2024-11-15T19:39:01.185Z | |
47 | 2024-11-15T19:39:01.185Z | Rust is installed now. Great! |
48 | 2024-11-15T19:39:01.185Z | |
49 | 2024-11-15T19:39:01.185Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-15T19:39:01.185Z | environment variable. This has not been done automatically. |
51 | 2024-11-15T19:39:01.185Z | |
52 | 2024-11-15T19:39:01.185Z | To configure your current shell, you need to source |
53 | 2024-11-15T19:39:01.185Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-15T19:39:01.185Z | |
55 | 2024-11-15T19:39:01.185Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-15T19:39:01.185Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-15T19:39:01.185Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-15T19:39:01.259Z | + rustc --version |
59 | 2024-11-15T19:39:01.325Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-15T19:39:01.328Z | process exited: duration 22912 ms, exit code 0 |
|
61 | 2024-11-15T19:39:01.334Z | starting task 2: "authentication" |
62 | 2024-11-15T19:39:01.354Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-11-15T19:39:01.362Z | starting task 3: "clone repository" |
64 | 2024-11-15T19:39:01.366Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-15T19:39:01.369Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-15T19:39:01.410Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-15T19:39:42.523Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-15T19:39:42.523Z | + git fetch origin a8f2400c1930fa7912ac43d6f6c340464360b20d |
69 | 2024-11-15T19:39:43.238Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-15T19:39:43.238Z | * branch a8f2400c1930fa7912ac43d6f6c340464360b20d -> FETCH_HEAD |
71 | 2024-11-15T19:39:43.248Z | + [[ -n dendrite-integration ]] |
72 | 2024-11-15T19:39:43.250Z | ++ git branch --show-current |
73 | 2024-11-15T19:39:43.253Z | + current=main |
74 | 2024-11-15T19:39:43.253Z | + [[ main != dendrite-integration ]] |
75 | 2024-11-15T19:39:43.253Z | + git branch -f dendrite-integration a8f2400c1930fa7912ac43d6f6c340464360b20d |
76 | 2024-11-15T19:39:43.255Z | + git checkout -f dendrite-integration |
77 | 2024-11-15T19:39:43.378Z | Switched to branch 'dendrite-integration' |
78 | 2024-11-15T19:39:43.381Z | + git reset --hard a8f2400c1930fa7912ac43d6f6c340464360b20d |
79 | 2024-11-15T19:39:43.498Z | HEAD is now at a8f2400c1 Update with latest version |
80 | 2024-11-15T19:39:43.501Z | process exited: duration 42120 ms, exit code 0 |
|
81 | 2024-11-15T19:39:43.505Z | starting task 4: "build" |
82 | 2024-11-15T19:39:43.512Z | + source .github/buildomat/ci-env.sh |
83 | 2024-11-15T19:39:43.512Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-11-15T19:39:43.514Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-11-15T19:39:43.514Z | + cargo --version |
86 | 2024-11-15T19:39:43.569Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-11-15T19:39:43.571Z | + rustc --version |
88 | 2024-11-15T19:39:43.632Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-11-15T19:39:43.635Z | + WORK=/work |
90 | 2024-11-15T19:39:43.635Z | + pfexec mkdir -p /work |
91 | 2024-11-15T19:39:43.639Z | + pfexec chown build /work |
92 | 2024-11-15T19:39:43.642Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2024-11-15T19:39:52.095Z | Startup: Refreshing catalog 'helios-dev' ... Done |
94 | 2024-11-15T19:39:55.591Z | Startup: Caching catalogs ... Done |
95 | 2024-11-15T19:40:03.942Z | Planning: Solver setup ... Done (7.459s) |
96 | 2024-11-15T19:40:04.008Z | Planning: Running solver ... Done (0.107s) |
97 | 2024-11-15T19:40:04.079Z | Planning: Finding local manifests ... Done (0.003s) |
98 | 2024-11-15T19:40:04.223Z | Planning: Fetching manifests: 0/5 0% complete |
99 | 2024-11-15T19:40:05.017Z | Planning: Fetching manifests: 5/5 100% complete |
100 | 2024-11-15T19:40:05.114Z | Planning: Package planning ... Done (0.097s) |
101 | 2024-11-15T19:40:05.169Z | Planning: Merging actions ... Done (0.055s) |
102 | 2024-11-15T19:40:05.518Z | Planning: Checking for conflicting actions ... Done (0.348s) |
103 | 2024-11-15T19:40:07.482Z | Planning: Consolidating action changes ... Done (1.963s) |
104 | 2024-11-15T19:40:07.903Z | Planning: Evaluating mediators ... Done (0.420s) |
105 | 2024-11-15T19:40:07.985Z | Planning: Planning completed in 12.29 seconds |
106 | 2024-11-15T19:40:08.021Z | Packages to install: 4 |
107 | 2024-11-15T19:40:08.022Z | Packages to update: 1 |
108 | 2024-11-15T19:40:08.022Z | Mediators to change: 2 |
109 | 2024-11-15T19:40:08.022Z | Services to change: 1 |
110 | 2024-11-15T19:40:08.023Z | Estimated space available: 155.64 GB |
111 | 2024-11-15T19:40:08.023Z | Estimated space to be consumed: 1.60 GB |
112 | 2024-11-15T19:40:08.023Z | Create boot environment: No |
113 | 2024-11-15T19:40:08.023Z | Create backup boot environment: Yes |
114 | 2024-11-15T19:40:08.023Z | Rebuild boot archive: No |
115 | 2024-11-15T19:40:08.023Z | |
116 | 2024-11-15T19:40:08.023Z | Changed mediators: |
117 | 2024-11-15T19:40:08.024Z | mediator clang: |
118 | 2024-11-15T19:40:08.024Z | version: None -> 15 (system default) |
119 | 2024-11-15T19:40:08.024Z | |
120 | 2024-11-15T19:40:08.024Z | mediator llvm: |
121 | 2024-11-15T19:40:08.024Z | version: 14 (system default) -> 15 (system default) |
122 | 2024-11-15T19:40:08.024Z | |
123 | 2024-11-15T19:40:08.024Z | Changed packages: |
124 | 2024-11-15T19:40:08.024Z | helios-dev |
125 | 2024-11-15T19:40:08.025Z | developer/build-essential |
126 | 2024-11-15T19:40:08.025Z | None -> 11-2.0 |
127 | 2024-11-15T19:40:08.025Z | library/libxmlsec1 |
128 | 2024-11-15T19:40:08.025Z | None -> 1.2.35-2.0 |
129 | 2024-11-15T19:40:08.025Z | ooce/developer/clang-15 |
130 | 2024-11-15T19:40:08.025Z | None -> 15.0.7-2.0 |
131 | 2024-11-15T19:40:08.025Z | ooce/developer/llvm-15 |
132 | 2024-11-15T19:40:08.025Z | None -> 15.0.7-2.0 |
133 | 2024-11-15T19:40:08.025Z | package/pkg |
134 | 2024-11-15T19:40:08.025Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
135 | 2024-11-15T19:40:08.025Z | |
136 | 2024-11-15T19:40:08.026Z | Services: |
137 | 2024-11-15T19:40:08.026Z | restart_fmri: |
138 | 2024-11-15T19:40:08.026Z | svc:/system/update-man-index:default |
139 | 2024-11-15T19:40:08.026Z | |
140 | 2024-11-15T19:40:08.026Z | Editable files to change: |
141 | 2024-11-15T19:40:08.026Z | Update: |
142 | 2024-11-15T19:40:08.026Z | usr/share/lib/pkg/web/config.shtml |
143 | 2024-11-15T19:40:08.096Z | |
144 | 2024-11-15T19:40:08.097Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
145 | 2024-11-15T19:40:13.081Z | Download: 1107/4281 items 20.4/220.6MB 9% complete (4.0M/s) |
146 | 2024-11-15T19:40:18.086Z | Download: 2028/4281 items 118.7/220.6MB 53% complete (11.9M/s) |
147 | 2024-11-15T19:40:23.089Z | Download: 2913/4281 items 121.2/220.6MB 54% complete (10.1M/s) |
148 | 2024-11-15T19:40:32.127Z | Download: 3248/4281 items 203.1/220.6MB 92% complete (11.1M/s) |
149 | 2024-11-15T19:40:37.131Z | Download: 4009/4281 items 218.5/220.6MB 99% complete (3.1M/s) |
150 | 2024-11-15T19:40:39.018Z | Download: Completed 220.60 MB in 30.93 seconds (7.1M/s) |
151 | 2024-11-15T19:40:41.020Z | Actions: 1/5063 actions (Removing old actions) |
152 | 2024-11-15T19:40:41.041Z | Actions: 194/5063 actions (Installing new actions) |
153 | 2024-11-15T19:40:45.688Z | Actions: 4226/5063 actions (Updating modified actions) |
154 | 2024-11-15T19:40:45.993Z | Actions: Completed 5063 actions in 4.97 seconds. |
155 | 2024-11-15T19:40:46.376Z | Done (0.376s) |
156 | 2024-11-15T19:40:46.379Z | Done (0.000s) |
157 | 2024-11-15T19:40:46.893Z | Done (0.515s) |
158 | 2024-11-15T19:40:51.104Z | Done (3.992s) |
159 | 2024-11-15T19:40:51.195Z | Done (0.019s) |
160 | 2024-11-15T19:40:51.197Z | Done (0.000s) |
161 | 2024-11-15T19:40:51.332Z | Done (0.000s) |
162 | 2024-11-15T19:40:51.995Z | Planning: Evaluating mediator changes ... Done |
163 | 2024-11-15T19:40:52.154Z | Planning: Checking for conflicting actions ... Done |
164 | 2024-11-15T19:40:52.157Z | Planning: Consolidating action changes ... Done |
165 | 2024-11-15T19:40:52.425Z | Planning: Evaluating mediators ... Done |
166 | 2024-11-15T19:40:52.428Z | Planning: Planning completed in 0.43 seconds |
167 | 2024-11-15T19:40:52.467Z | Mediators to change: 2 |
168 | 2024-11-15T19:40:52.467Z | Create boot environment: No |
169 | 2024-11-15T19:40:52.469Z | Create backup boot environment: No |
170 | 2024-11-15T19:40:52.531Z | Done |
171 | 2024-11-15T19:40:52.531Z | Done |
172 | 2024-11-15T19:40:52.864Z | Done |
173 | 2024-11-15T19:40:56.521Z | Done |
174 | 2024-11-15T19:40:56.611Z | Done |
175 | 2024-11-15T19:40:56.614Z | Done |
176 | 2024-11-15T19:40:56.707Z | Done |
177 | 2024-11-15T19:40:57.324Z | Planning: Evaluating mediator changes ... Done |
178 | 2024-11-15T19:40:57.326Z | Planning: Merging actions ... Done |
179 | 2024-11-15T19:40:57.515Z | Planning: Checking for conflicting actions ... Done |
180 | 2024-11-15T19:40:57.518Z | Planning: Consolidating action changes ... Done |
181 | 2024-11-15T19:40:57.786Z | Planning: Evaluating mediators ... Done |
182 | 2024-11-15T19:40:57.842Z | Planning: Planning completed in 0.76 seconds |
183 | 2024-11-15T19:40:57.882Z | Packages to change: 1 |
184 | 2024-11-15T19:40:57.882Z | Mediators to change: 1 |
185 | 2024-11-15T19:40:57.885Z | Services to change: 1 |
186 | 2024-11-15T19:40:57.885Z | Create boot environment: No |
187 | 2024-11-15T19:40:57.885Z | Create backup boot environment: Yes |
188 | 2024-11-15T19:40:59.946Z | Actions: 1/6 actions (Updating modified actions) |
189 | 2024-11-15T19:40:59.948Z | Actions: Completed 6 actions in 0.00 seconds. |
190 | 2024-11-15T19:40:59.948Z | Done |
191 | 2024-11-15T19:40:59.948Z | Done |
192 | 2024-11-15T19:41:00.056Z | Done |
193 | 2024-11-15T19:41:03.674Z | Done |
194 | 2024-11-15T19:41:03.770Z | Done |
195 | 2024-11-15T19:41:03.773Z | Done |
196 | 2024-11-15T19:41:03.895Z | Done |
197 | 2024-11-15T19:41:04.330Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
198 | 2024-11-15T19:41:04.330Z | clang system 15 system |
199 | 2024-11-15T19:41:04.330Z | csh system system illumos |
200 | 2024-11-15T19:41:04.330Z | ctags system system illumos |
201 | 2024-11-15T19:41:04.330Z | gcc vendor 12 vendor |
202 | 2024-11-15T19:41:04.330Z | gcc system 10 system |
203 | 2024-11-15T19:41:04.330Z | gcc system 7 system |
204 | 2024-11-15T19:41:04.330Z | go system 1.20 system |
205 | 2024-11-15T19:41:04.330Z | go system 1.19 system |
206 | 2024-11-15T19:41:04.330Z | llvm system 15 system |
207 | 2024-11-15T19:41:04.330Z | llvm system 14 system |
208 | 2024-11-15T19:41:04.330Z | mariadb system 10.6 system |
209 | 2024-11-15T19:41:04.330Z | mta vendor vendor dma |
210 | 2024-11-15T19:41:04.330Z | openjdk system 17 system |
211 | 2024-11-15T19:41:04.330Z | openjdk system 11 system |
212 | 2024-11-15T19:41:04.330Z | openjdk system 1.8 system |
213 | 2024-11-15T19:41:04.330Z | openssl vendor 3 vendor |
214 | 2024-11-15T19:41:04.330Z | perl system 5.36 system |
215 | 2024-11-15T19:41:04.330Z | postgresql system 15 system |
216 | 2024-11-15T19:41:04.330Z | postgresql system 13 system |
217 | 2024-11-15T19:41:04.330Z | python vendor 3 vendor |
218 | 2024-11-15T19:41:04.331Z | python system 2 system |
219 | 2024-11-15T19:41:04.331Z | python3 system 3.11 system |
220 | 2024-11-15T19:41:04.331Z | ruby system 3.0 system |
221 | 2024-11-15T19:41:04.331Z | words vendor vendor american-english |
222 | 2024-11-15T19:41:04.331Z | words system system australian-english |
223 | 2024-11-15T19:41:04.331Z | words system system british-english |
224 | 2024-11-15T19:41:04.331Z | words system system canadian-english |
225 | 2024-11-15T19:41:04.331Z | words system system french |
226 | 2024-11-15T19:41:04.331Z | words system system italian |
227 | 2024-11-15T19:41:04.331Z | words system system ngerman |
228 | 2024-11-15T19:41:04.331Z | words system system ogerman |
229 | 2024-11-15T19:41:04.331Z | words system system spanish |
230 | 2024-11-15T19:41:04.658Z | PUBLISHER TYPE STATUS P LOCATION |
231 | 2024-11-15T19:41:04.658Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
232 | 2024-11-15T19:41:07.163Z | FMRI IFO |
233 | 2024-11-15T19:41:07.163Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
234 | 2024-11-15T19:41:07.163Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
235 | 2024-11-15T19:41:07.163Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
236 | 2024-11-15T19:41:07.163Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
237 | 2024-11-15T19:41:07.163Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
238 | 2024-11-15T19:41:07.163Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
239 | 2024-11-15T19:41:07.163Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
240 | 2024-11-15T19:41:07.163Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
241 | 2024-11-15T19:41:07.163Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
242 | 2024-11-15T19:41:07.163Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
243 | 2024-11-15T19:41:07.163Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
244 | 2024-11-15T19:41:07.163Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
245 | 2024-11-15T19:41:07.163Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
246 | 2024-11-15T19:41:07.163Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
247 | 2024-11-15T19:41:07.163Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
248 | 2024-11-15T19:41:07.877Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
249 | 2024-11-15T19:41:08.595Z | Updating crates.io index |
250 | 2024-11-15T19:41:08.628Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
251 | 2024-11-15T19:41:10.652Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
252 | 2024-11-15T19:41:11.269Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
253 | 2024-11-15T19:41:11.895Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
254 | 2024-11-15T19:41:12.525Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
255 | 2024-11-15T19:41:15.592Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
256 | 2024-11-15T19:41:20.938Z | Updating git repository `https://github.com/oxidecomputer/opte` |
257 | 2024-11-15T19:41:23.703Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
258 | 2024-11-15T19:41:27.742Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
259 | 2024-11-15T19:41:28.469Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
260 | 2024-11-15T19:41:29.288Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
261 | 2024-11-15T19:41:30.723Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
262 | 2024-11-15T19:41:31.295Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
263 | 2024-11-15T19:41:32.315Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
264 | 2024-11-15T19:41:33.015Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
265 | 2024-11-15T19:41:33.629Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
266 | 2024-11-15T19:41:34.263Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
267 | 2024-11-15T19:41:35.048Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
268 | 2024-11-15T19:41:35.972Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
269 | 2024-11-15T19:41:36.819Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
270 | 2024-11-15T19:41:37.420Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
271 | 2024-11-15T19:41:38.476Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
272 | 2024-11-15T19:41:39.088Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
273 | 2024-11-15T19:41:40.025Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
274 | 2024-11-15T19:41:40.891Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
275 | 2024-11-15T19:41:41.589Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
276 | 2024-11-15T19:41:42.306Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
277 | 2024-11-15T19:41:44.046Z | Downloading crates ... |
278 | 2024-11-15T19:41:44.139Z | Downloaded anstream v0.6.15 |
279 | 2024-11-15T19:41:44.144Z | Downloaded cpufeatures v0.2.14 |
280 | 2024-11-15T19:41:44.146Z | Downloaded clap_derive v4.5.18 |
281 | 2024-11-15T19:41:44.148Z | Downloaded heck v0.5.0 |
282 | 2024-11-15T19:41:44.152Z | Downloaded cfg-if v1.0.0 |
283 | 2024-11-15T19:41:44.154Z | Downloaded block-buffer v0.10.4 |
284 | 2024-11-15T19:41:44.154Z | Downloaded camino v1.1.9 |
285 | 2024-11-15T19:41:44.156Z | Downloaded equivalent v1.0.1 |
286 | 2024-11-15T19:41:44.164Z | Downloaded usdt-macro v0.5.0 |
287 | 2024-11-15T19:41:44.170Z | Downloaded fnv v1.0.7 |
288 | 2024-11-15T19:41:44.173Z | Downloaded dof v0.3.0 |
289 | 2024-11-15T19:41:44.176Z | Downloaded macaddr v1.0.1 |
290 | 2024-11-15T19:41:44.178Z | Downloaded is_terminal_polyfill v1.70.1 |
291 | 2024-11-15T19:41:44.181Z | Downloaded thiserror-impl v1.0.69 |
292 | 2024-11-15T19:41:44.181Z | Downloaded terminal_size v0.4.0 |
293 | 2024-11-15T19:41:44.183Z | Downloaded strsim v0.11.1 |
294 | 2024-11-15T19:41:44.183Z | Downloaded cargo-platform v0.1.8 |
295 | 2024-11-15T19:41:44.188Z | Downloaded unicode-linebreak v0.1.5 |
296 | 2024-11-15T19:41:44.190Z | Downloaded tabled_derive v0.7.0 |
297 | 2024-11-15T19:41:44.196Z | Downloaded sha2 v0.10.8 |
298 | 2024-11-15T19:41:44.198Z | Downloaded quote v1.0.37 |
299 | 2024-11-15T19:41:44.201Z | Downloaded semver v1.0.23 |
300 | 2024-11-15T19:41:44.203Z | Downloaded papergrid v0.11.0 |
301 | 2024-11-15T19:41:44.207Z | Downloaded typenum v1.17.0 |
302 | 2024-11-15T19:41:44.209Z | Downloaded anyhow v1.0.93 |
303 | 2024-11-15T19:41:44.213Z | Downloaded toml v0.8.19 |
304 | 2024-11-15T19:41:44.216Z | Downloaded pest_meta v2.7.14 |
305 | 2024-11-15T19:41:44.219Z | Downloaded ryu v1.0.18 |
306 | 2024-11-15T19:41:44.222Z | Downloaded proc-macro-error v1.0.4 |
307 | 2024-11-15T19:41:44.232Z | Downloaded anstyle v1.0.10 |
308 | 2024-11-15T19:41:44.241Z | Downloaded dtrace-parser v0.2.0 |
309 | 2024-11-15T19:41:44.249Z | Downloaded pretty-hex v0.4.1 |
310 | 2024-11-15T19:41:44.258Z | Downloaded usdt-attr-macro v0.5.0 |
311 | 2024-11-15T19:41:44.260Z | Downloaded swrite v0.1.0 |
312 | 2024-11-15T19:41:44.263Z | Downloaded clap_lex v0.7.2 |
313 | 2024-11-15T19:41:44.265Z | Downloaded autocfg v1.4.0 |
314 | 2024-11-15T19:41:44.265Z | Downloaded fs-err v2.11.0 |
315 | 2024-11-15T19:41:44.267Z | Downloaded scroll_derive v0.12.0 |
316 | 2024-11-15T19:41:44.270Z | Downloaded errno v0.3.9 |
317 | 2024-11-15T19:41:44.270Z | Downloaded colorchoice v1.0.2 |
318 | 2024-11-15T19:41:44.272Z | Downloaded memchr v2.7.4 |
319 | 2024-11-15T19:41:44.277Z | Downloaded heck v0.4.1 |
320 | 2024-11-15T19:41:44.280Z | Downloaded digest v0.10.7 |
321 | 2024-11-15T19:41:44.280Z | Downloaded byteorder v1.5.0 |
322 | 2024-11-15T19:41:44.282Z | Downloaded serde_spanned v0.6.8 |
323 | 2024-11-15T19:41:44.284Z | Downloaded pest_generator v2.7.14 |
324 | 2024-11-15T19:41:44.284Z | Downloaded serde_tokenstream v0.2.2 |
325 | 2024-11-15T19:41:44.287Z | Downloaded generic-array v0.14.7 |
326 | 2024-11-15T19:41:44.287Z | Downloaded plain v0.2.3 |
327 | 2024-11-15T19:41:44.289Z | Downloaded fastrand v2.1.1 |
328 | 2024-11-15T19:41:44.289Z | Downloaded proc-macro-error-attr v1.0.4 |
329 | 2024-11-15T19:41:44.291Z | Downloaded thread-id v4.2.2 |
330 | 2024-11-15T19:41:44.292Z | Downloaded bytecount v0.6.8 |
331 | 2024-11-15T19:41:44.294Z | Downloaded crypto-common v0.1.6 |
332 | 2024-11-15T19:41:44.297Z | Downloaded anstyle-parse v0.2.5 |
333 | 2024-11-15T19:41:44.300Z | Downloaded utf8parse v0.2.2 |
334 | 2024-11-15T19:41:44.302Z | Downloaded toml_datetime v0.6.8 |
335 | 2024-11-15T19:41:44.302Z | Downloaded smawk v0.3.2 |
336 | 2024-11-15T19:41:44.304Z | Downloaded usdt v0.5.0 |
337 | 2024-11-15T19:41:44.304Z | Downloaded thiserror v1.0.69 |
338 | 2024-11-15T19:41:44.308Z | Downloaded version_check v0.9.5 |
339 | 2024-11-15T19:41:44.311Z | Downloaded cargo_toml v0.20.5 |
340 | 2024-11-15T19:41:44.311Z | Downloaded anstyle-query v1.1.1 |
341 | 2024-11-15T19:41:44.313Z | Downloaded cargo_metadata v0.18.1 |
342 | 2024-11-15T19:41:44.316Z | Downloaded once_cell v1.20.2 |
343 | 2024-11-15T19:41:44.318Z | Downloaded itoa v1.0.11 |
344 | 2024-11-15T19:41:44.321Z | Downloaded camino-tempfile v1.1.1 |
345 | 2024-11-15T19:41:44.323Z | Downloaded memmap v0.7.0 |
346 | 2024-11-15T19:41:44.331Z | Downloaded scroll v0.12.0 |
347 | 2024-11-15T19:41:44.333Z | Downloaded usdt-impl v0.5.0 |
348 | 2024-11-15T19:41:44.336Z | Downloaded tempfile v3.13.0 |
349 | 2024-11-15T19:41:44.338Z | Downloaded bitflags v2.6.0 |
350 | 2024-11-15T19:41:44.340Z | Downloaded goblin v0.8.2 |
351 | 2024-11-15T19:41:44.347Z | Downloaded pest_derive v2.7.14 |
352 | 2024-11-15T19:41:44.349Z | Downloaded log v0.4.22 |
353 | 2024-11-15T19:41:44.353Z | Downloaded unicode-ident v1.0.13 |
354 | 2024-11-15T19:41:44.356Z | Downloaded ucd-trie v0.1.7 |
355 | 2024-11-15T19:41:44.356Z | Downloaded proc-macro2 v1.0.89 |
356 | 2024-11-15T19:41:44.359Z | Downloaded zerocopy-derive v0.7.35 |
357 | 2024-11-15T19:41:44.362Z | Downloaded textwrap v0.16.1 |
358 | 2024-11-15T19:41:44.364Z | Downloaded clap v4.5.21 |
359 | 2024-11-15T19:41:44.374Z | Downloaded serde_derive v1.0.215 |
360 | 2024-11-15T19:41:44.378Z | Downloaded serde_json v1.0.132 |
361 | 2024-11-15T19:41:44.384Z | Downloaded indexmap v2.6.0 |
362 | 2024-11-15T19:41:44.388Z | Downloaded serde v1.0.215 |
363 | 2024-11-15T19:41:44.391Z | Downloaded winnow v0.6.20 |
364 | 2024-11-15T19:41:44.407Z | Downloaded toml_edit v0.22.22 |
365 | 2024-11-15T19:41:44.428Z | Downloaded pest v2.7.14 |
366 | 2024-11-15T19:41:44.446Z | Downloaded zerocopy v0.7.35 |
367 | 2024-11-15T19:41:44.461Z | Downloaded clap_builder v4.5.21 |
368 | 2024-11-15T19:41:44.467Z | Downloaded syn v2.0.87 |
369 | 2024-11-15T19:41:44.477Z | Downloaded hashbrown v0.15.0 |
370 | 2024-11-15T19:41:44.482Z | Downloaded tabled v0.15.0 |
371 | 2024-11-15T19:41:44.496Z | Downloaded syn v1.0.109 |
372 | 2024-11-15T19:41:44.505Z | Downloaded unicode-width v0.1.14 |
373 | 2024-11-15T19:41:44.520Z | Downloaded rustix v0.38.37 |
374 | 2024-11-15T19:41:44.551Z | Downloaded libc v0.2.162 |
375 | 2024-11-15T19:41:44.839Z | Compiling proc-macro2 v1.0.89 |
376 | 2024-11-15T19:41:44.839Z | Compiling unicode-ident v1.0.13 |
377 | 2024-11-15T19:41:44.839Z | Compiling version_check v0.9.5 |
378 | 2024-11-15T19:41:44.842Z | Compiling serde v1.0.215 |
379 | 2024-11-15T19:41:44.842Z | Compiling thiserror v1.0.69 |
380 | 2024-11-15T19:41:44.842Z | Compiling memchr v2.7.4 |
381 | 2024-11-15T19:41:44.842Z | Compiling libc v0.2.162 |
382 | 2024-11-15T19:41:44.842Z | Compiling ryu v1.0.18 |
383 | 2024-11-15T19:41:45.157Z | Compiling ucd-trie v0.1.7 |
384 | 2024-11-15T19:41:45.221Z | Compiling itoa v1.0.11 |
385 | 2024-11-15T19:41:45.665Z | Compiling once_cell v1.20.2 |
386 | 2024-11-15T19:41:45.698Z | Compiling byteorder v1.5.0 |
387 | 2024-11-15T19:41:45.876Z | Compiling rustix v0.38.37 |
388 | 2024-11-15T19:41:46.053Z | Compiling serde_json v1.0.132 |
389 | 2024-11-15T19:41:46.077Z | Compiling bitflags v2.6.0 |
390 | 2024-11-15T19:41:46.396Z | Compiling usdt-impl v0.5.0 |
391 | 2024-11-15T19:41:46.485Z | Compiling proc-macro-error-attr v1.0.4 |
392 | 2024-11-15T19:41:46.536Z | Compiling syn v1.0.109 |
393 | 2024-11-15T19:41:46.576Z | Compiling proc-macro-error v1.0.4 |
394 | 2024-11-15T19:41:46.688Z | Compiling quote v1.0.37 |
395 | 2024-11-15T19:41:46.843Z | Compiling errno v0.3.9 |
396 | 2024-11-15T19:41:46.865Z | Compiling log v0.4.22 |
397 | 2024-11-15T19:41:46.946Z | Compiling hashbrown v0.15.0 |
398 | 2024-11-15T19:41:47.081Z | Compiling syn v2.0.87 |
399 | 2024-11-15T19:41:47.219Z | Compiling equivalent v1.0.1 |
400 | 2024-11-15T19:41:47.253Z | Compiling plain v0.2.3 |
401 | 2024-11-15T19:41:47.344Z | Compiling thread-id v4.2.2 |
402 | 2024-11-15T19:41:47.380Z | Compiling camino v1.1.9 |
403 | 2024-11-15T19:41:47.402Z | Compiling utf8parse v0.2.2 |
404 | 2024-11-15T19:41:47.560Z | Compiling anstyle-parse v0.2.5 |
405 | 2024-11-15T19:41:47.916Z | Compiling semver v1.0.23 |
406 | 2024-11-15T19:41:47.940Z | Compiling winnow v0.6.20 |
407 | 2024-11-15T19:41:48.120Z | Compiling indexmap v2.6.0 |
408 | 2024-11-15T19:41:48.203Z | Compiling anstyle-query v1.1.1 |
409 | 2024-11-15T19:41:48.377Z | Compiling is_terminal_polyfill v1.70.1 |
410 | 2024-11-15T19:41:48.443Z | Compiling autocfg v1.4.0 |
411 | 2024-11-15T19:41:48.482Z | Compiling pretty-hex v0.4.1 |
412 | 2024-11-15T19:41:48.513Z | Compiling colorchoice v1.0.2 |
413 | 2024-11-15T19:41:48.674Z | Compiling unicode-width v0.1.14 |
414 | 2024-11-15T19:41:48.703Z | Compiling anstyle v1.0.10 |
415 | 2024-11-15T19:41:49.247Z | Compiling anstream v0.6.15 |
416 | 2024-11-15T19:41:49.346Z | Compiling terminal_size v0.4.0 |
417 | 2024-11-15T19:41:49.722Z | Compiling fs-err v2.11.0 |
418 | 2024-11-15T19:41:49.753Z | Compiling strsim v0.11.1 |
419 | 2024-11-15T19:41:50.003Z | Compiling fastrand v2.1.1 |
420 | 2024-11-15T19:41:50.028Z | Compiling heck v0.4.1 |
421 | 2024-11-15T19:41:50.130Z | Compiling fnv v1.0.7 |
422 | 2024-11-15T19:41:50.602Z | Compiling clap_lex v0.7.2 |
423 | 2024-11-15T19:41:50.602Z | Compiling anyhow v1.0.93 |
424 | 2024-11-15T19:41:50.602Z | Compiling bytecount v0.6.8 |
425 | 2024-11-15T19:41:50.673Z | Compiling heck v0.5.0 |
426 | 2024-11-15T19:41:50.695Z | Compiling cfg-if v1.0.0 |
427 | 2024-11-15T19:41:50.761Z | Compiling papergrid v0.11.0 |
428 | 2024-11-15T19:41:50.796Z | Compiling tempfile v3.13.0 |
429 | 2024-11-15T19:41:50.983Z | Compiling clap_builder v4.5.21 |
430 | 2024-11-15T19:41:51.340Z | Compiling memmap v0.7.0 |
431 | 2024-11-15T19:41:51.533Z | Compiling smawk v0.3.2 |
432 | 2024-11-15T19:41:51.656Z | Compiling unicode-linebreak v0.1.5 |
433 | 2024-11-15T19:41:51.832Z | Compiling swrite v0.1.0 |
434 | 2024-11-15T19:41:52.150Z | Compiling textwrap v0.16.1 |
435 | 2024-11-15T19:41:53.017Z | Compiling tabled_derive v0.7.0 |
436 | 2024-11-15T19:41:54.534Z | Compiling tabled v0.15.0 |
437 | 2024-11-15T19:41:56.048Z | Compiling serde_derive v1.0.215 |
438 | 2024-11-15T19:41:56.048Z | Compiling thiserror-impl v1.0.69 |
439 | 2024-11-15T19:41:56.051Z | Compiling zerocopy-derive v0.7.35 |
440 | 2024-11-15T19:41:56.051Z | Compiling scroll_derive v0.12.0 |
441 | 2024-11-15T19:41:56.619Z | Compiling clap_derive v4.5.18 |
442 | 2024-11-15T19:41:57.475Z | Compiling scroll v0.12.0 |
443 | 2024-11-15T19:41:58.003Z | Compiling zerocopy v0.7.35 |
444 | 2024-11-15T19:41:58.059Z | Compiling goblin v0.8.2 |
445 | 2024-11-15T19:41:58.812Z | Compiling pest v2.7.14 |
446 | 2024-11-15T19:42:00.149Z | Compiling clap v4.5.21 |
447 | 2024-11-15T19:42:01.034Z | Compiling pest_meta v2.7.14 |
448 | 2024-11-15T19:42:01.854Z | Compiling pest_generator v2.7.14 |
449 | 2024-11-15T19:42:03.856Z | Compiling pest_derive v2.7.14 |
450 | 2024-11-15T19:42:04.557Z | Compiling dtrace-parser v0.2.0 |
451 | 2024-11-15T19:42:06.246Z | Compiling serde_spanned v0.6.8 |
452 | 2024-11-15T19:42:06.246Z | Compiling toml_datetime v0.6.8 |
453 | 2024-11-15T19:42:06.248Z | Compiling cargo-platform v0.1.8 |
454 | 2024-11-15T19:42:06.623Z | Compiling serde_tokenstream v0.2.2 |
455 | 2024-11-15T19:42:06.744Z | Compiling toml_edit v0.22.22 |
456 | 2024-11-15T19:42:06.807Z | Compiling macaddr v1.0.1 |
457 | 2024-11-15T19:42:06.963Z | Compiling camino-tempfile v1.1.1 |
458 | 2024-11-15T19:42:07.706Z | Compiling dof v0.3.0 |
459 | 2024-11-15T19:42:07.706Z | Compiling cargo_metadata v0.18.1 |
460 | 2024-11-15T19:42:09.454Z | Compiling toml v0.8.19 |
461 | 2024-11-15T19:42:09.763Z | Compiling usdt-attr-macro v0.5.0 |
462 | 2024-11-15T19:42:09.763Z | Compiling usdt-macro v0.5.0 |
463 | 2024-11-15T19:42:10.348Z | Compiling cargo_toml v0.20.5 |
464 | 2024-11-15T19:42:11.141Z | Compiling usdt v0.5.0 |
465 | 2024-11-15T19:42:13.852Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
466 | 2024-11-15T19:42:17.943Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s |
467 | 2024-11-15T19:42:18.214Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
468 | 2024-11-15T19:42:18.721Z | Downloading crates ... |
469 | 2024-11-15T19:42:18.834Z | Downloaded atomic-waker v1.1.2 |
470 | 2024-11-15T19:42:18.841Z | Downloaded argon2 v0.5.3 |
471 | 2024-11-15T19:42:18.845Z | Downloaded atty v0.2.14 |
472 | 2024-11-15T19:42:18.852Z | Downloaded ciborium-io v0.2.2 |
473 | 2024-11-15T19:42:18.854Z | Downloaded async-stream-impl v0.3.6 |
474 | 2024-11-15T19:42:18.857Z | Downloaded cstr-argument v0.1.2 |
475 | 2024-11-15T19:42:18.862Z | Downloaded arrayvec v0.7.6 |
476 | 2024-11-15T19:42:18.864Z | Downloaded hex-literal v0.4.1 |
477 | 2024-11-15T19:42:18.864Z | Downloaded bb8 v0.8.5 |
478 | 2024-11-15T19:42:18.864Z | Downloaded colored v2.1.0 |
479 | 2024-11-15T19:42:18.866Z | Downloaded chacha20 v0.9.1 |
480 | 2024-11-15T19:42:18.869Z | Downloaded bitflags v1.3.2 |
481 | 2024-11-15T19:42:18.871Z | Downloaded cexpr v0.6.0 |
482 | 2024-11-15T19:42:18.874Z | Downloaded base16ct v0.2.0 |
483 | 2024-11-15T19:42:18.877Z | Downloaded matches v0.1.10 |
484 | 2024-11-15T19:42:18.877Z | Downloaded http-range v0.1.5 |
485 | 2024-11-15T19:42:18.879Z | Downloaded adler2 v2.0.0 |
486 | 2024-11-15T19:42:18.881Z | Downloaded bitfield v0.14.0 |
487 | 2024-11-15T19:42:18.882Z | Downloaded aead v0.5.2 |
488 | 2024-11-15T19:42:18.884Z | Downloaded icu_provider_macros v1.5.0 |
489 | 2024-11-15T19:42:18.884Z | Downloaded md5 v0.7.0 |
490 | 2024-11-15T19:42:18.888Z | Downloaded async-bb8-diesel v0.2.1 |
491 | 2024-11-15T19:42:18.891Z | Downloaded keccak v0.1.5 |
492 | 2024-11-15T19:42:18.891Z | Downloaded is-terminal v0.4.13 |
493 | 2024-11-15T19:42:18.891Z | Downloaded home v0.5.9 |
494 | 2024-11-15T19:42:18.893Z | Downloaded array-init v0.0.4 |
495 | 2024-11-15T19:42:18.896Z | Downloaded managed v0.8.0 |
496 | 2024-11-15T19:42:18.896Z | Downloaded internet-checksum v0.2.1 |
497 | 2024-11-15T19:42:18.898Z | Downloaded ctr v0.9.2 |
498 | 2024-11-15T19:42:18.898Z | Downloaded hubpack v0.1.2 |
499 | 2024-11-15T19:42:18.901Z | Downloaded impl-trait-for-tuples v0.2.2 |
500 | 2024-11-15T19:42:18.904Z | Downloaded lru v0.12.5 |
501 | 2024-11-15T19:42:18.907Z | Downloaded crc-any v2.5.0 |
502 | 2024-11-15T19:42:18.909Z | Downloaded litemap v0.7.3 |
503 | 2024-11-15T19:42:18.912Z | Downloaded const-oid v0.9.6 |
504 | 2024-11-15T19:42:18.914Z | Downloaded hickory-client v0.24.1 |
505 | 2024-11-15T19:42:18.917Z | Downloaded atomicwrites v0.4.4 |
506 | 2024-11-15T19:42:18.917Z | Downloaded hyper-staticfile v0.10.1 |
507 | 2024-11-15T19:42:18.919Z | Downloaded cfg_aliases v0.2.1 |
508 | 2024-11-15T19:42:18.922Z | Downloaded cookie v0.18.1 |
509 | 2024-11-15T19:42:18.924Z | Downloaded async-stream v0.3.6 |
510 | 2024-11-15T19:42:18.926Z | Downloaded libefi-sys v0.1.0 |
511 | 2024-11-15T19:42:18.929Z | Downloaded mockall_derive v0.13.0 |
512 | 2024-11-15T19:42:18.931Z | Downloaded mime_guess v2.0.5 |
513 | 2024-11-15T19:42:18.931Z | Downloaded http v1.1.0 |
514 | 2024-11-15T19:42:18.936Z | Downloaded libsw v3.3.1 |
515 | 2024-11-15T19:42:18.938Z | Downloaded iana-time-zone v0.1.61 |
516 | 2024-11-15T19:42:18.945Z | Downloaded crossbeam-epoch v0.9.18 |
517 | 2024-11-15T19:42:18.949Z | Downloaded indicatif v0.17.9 |
518 | 2024-11-15T19:42:18.949Z | Downloaded ahash v0.8.11 |
519 | 2024-11-15T19:42:18.951Z | Downloaded addr2line v0.24.2 |
520 | 2024-11-15T19:42:18.954Z | Downloaded rustc_version v0.4.1 |
521 | 2024-11-15T19:42:18.957Z | Downloaded sec1 v0.7.3 |
522 | 2024-11-15T19:42:18.960Z | Downloaded slog-envlogger v2.2.0 |
523 | 2024-11-15T19:42:18.962Z | Downloaded crc v3.2.1 |
524 | 2024-11-15T19:42:18.965Z | Downloaded match_cfg v0.1.0 |
525 | 2024-11-15T19:42:18.965Z | Downloaded ident_case v1.0.1 |
526 | 2024-11-15T19:42:18.968Z | Downloaded constant_time_eq v0.3.1 |
527 | 2024-11-15T19:42:18.970Z | Downloaded chrono-tz-build v0.4.0 |
528 | 2024-11-15T19:42:18.970Z | Downloaded r2d2 v0.8.10 |
529 | 2024-11-15T19:42:18.973Z | Downloaded http-body v1.0.1 |
530 | 2024-11-15T19:42:18.973Z | Downloaded buf-list v1.0.3 |
531 | 2024-11-15T19:42:18.975Z | Downloaded shlex v1.3.0 |
532 | 2024-11-15T19:42:18.978Z | Downloaded convert_case v0.4.0 |
533 | 2024-11-15T19:42:18.980Z | Downloaded is_ci v1.2.0 |
534 | 2024-11-15T19:42:18.980Z | Downloaded hubpack_derive v0.1.1 |
535 | 2024-11-15T19:42:18.982Z | Downloaded hickory-resolver v0.24.1 |
536 | 2024-11-15T19:42:18.985Z | Downloaded cobs v0.2.3 |
537 | 2024-11-15T19:42:18.987Z | Downloaded cbc v0.1.2 |
538 | 2024-11-15T19:42:18.991Z | Downloaded instant v0.1.13 |
539 | 2024-11-15T19:42:18.994Z | Downloaded arc-swap v1.7.1 |
540 | 2024-11-15T19:42:18.996Z | Downloaded resolv-conf v0.7.0 |
541 | 2024-11-15T19:42:18.999Z | Downloaded quinn-udp v0.5.5 |
542 | 2024-11-15T19:42:19.001Z | Downloaded mirai-annotations v1.12.0 |
543 | 2024-11-15T19:42:19.001Z | Downloaded maybe-uninit v2.0.0 |
544 | 2024-11-15T19:42:19.006Z | Downloaded bytes v1.8.0 |
545 | 2024-11-15T19:42:19.008Z | Downloaded zerofrom v0.1.4 |
546 | 2024-11-15T19:42:19.008Z | Downloaded md-5 v0.10.6 |
547 | 2024-11-15T19:42:19.011Z | Downloaded same-file v1.0.6 |
548 | 2024-11-15T19:42:19.015Z | Downloaded signature v2.2.0 |
549 | 2024-11-15T19:42:19.015Z | Downloaded lazy_static v1.5.0 |
550 | 2024-11-15T19:42:19.017Z | Downloaded instability v0.3.2 |
551 | 2024-11-15T19:42:19.017Z | Downloaded idna_adapter v1.2.0 |
552 | 2024-11-15T19:42:19.020Z | Downloaded cookie_store v0.21.0 |
553 | 2024-11-15T19:42:19.023Z | Downloaded take_mut v0.2.2 |
554 | 2024-11-15T19:42:19.023Z | Downloaded humantime v2.1.0 |
555 | 2024-11-15T19:42:19.023Z | Downloaded termtree v0.4.1 |
556 | 2024-11-15T19:42:19.026Z | Downloaded sigpipe v0.1.3 |
557 | 2024-11-15T19:42:19.028Z | Downloaded downcast v0.11.0 |
558 | 2024-11-15T19:42:19.028Z | Downloaded ssh-encoding v0.2.0 |
559 | 2024-11-15T19:42:19.031Z | Downloaded crc32fast v1.4.2 |
560 | 2024-11-15T19:42:19.033Z | Downloaded memoffset v0.9.1 |
561 | 2024-11-15T19:42:19.033Z | Downloaded termios v0.3.3 |
562 | 2024-11-15T19:42:19.035Z | Downloaded maplit v1.0.2 |
563 | 2024-11-15T19:42:19.035Z | Downloaded lazycell v1.3.0 |
564 | 2024-11-15T19:42:19.038Z | Downloaded csv-core v0.1.11 |
565 | 2024-11-15T19:42:19.041Z | Downloaded aho-corasick v1.1.3 |
566 | 2024-11-15T19:42:19.045Z | Downloaded foreign-types-shared v0.1.1 |
567 | 2024-11-15T19:42:19.048Z | Downloaded tls_codec v0.4.1 |
568 | 2024-11-15T19:42:19.051Z | Downloaded foreign-types v0.3.2 |
569 | 2024-11-15T19:42:19.051Z | Downloaded mime v0.3.17 |
570 | 2024-11-15T19:42:19.052Z | Downloaded rfc6979 v0.4.0 |
571 | 2024-11-15T19:42:19.055Z | Downloaded foreign-types-shared v0.3.1 |
572 | 2024-11-15T19:42:19.055Z | Downloaded num_threads v0.1.7 |
573 | 2024-11-15T19:42:19.055Z | Downloaded new_debug_unreachable v1.0.6 |
574 | 2024-11-15T19:42:19.057Z | Downloaded supports-color v3.0.1 |
575 | 2024-11-15T19:42:19.061Z | Downloaded crypto-bigint v0.5.5 |
576 | 2024-11-15T19:42:19.065Z | Downloaded parse-size v1.1.0 |
577 | 2024-11-15T19:42:19.068Z | Downloaded httparse v1.9.5 |
578 | 2024-11-15T19:42:19.071Z | Downloaded number_prefix v0.4.0 |
579 | 2024-11-15T19:42:19.073Z | Downloaded zeroize v1.8.1 |
580 | 2024-11-15T19:42:19.073Z | Downloaded blake2 v0.10.6 |
581 | 2024-11-15T19:42:19.076Z | Downloaded precomputed-hash v0.1.1 |
582 | 2024-11-15T19:42:19.080Z | Downloaded mio v1.0.2 |
583 | 2024-11-15T19:42:19.084Z | Downloaded ena v0.14.3 |
584 | 2024-11-15T19:42:19.086Z | Downloaded diesel-dtrace v0.3.0 |
585 | 2024-11-15T19:42:19.089Z | Downloaded zeroize_derive v1.4.2 |
586 | 2024-11-15T19:42:19.091Z | Downloaded env_filter v0.1.2 |
587 | 2024-11-15T19:42:19.091Z | Downloaded slog-json v2.6.1 |
588 | 2024-11-15T19:42:19.094Z | Downloaded stable_deref_trait v1.2.0 |
589 | 2024-11-15T19:42:19.097Z | Downloaded tokio-rustls v0.26.0 |
590 | 2024-11-15T19:42:19.097Z | Downloaded foreign-types-macros v0.2.3 |
591 | 2024-11-15T19:42:19.100Z | Downloaded tokio-rustls v0.24.1 |
592 | 2024-11-15T19:42:19.103Z | Downloaded icu_locid_transform v1.5.0 |
593 | 2024-11-15T19:42:19.105Z | Downloaded tower-service v0.3.3 |
594 | 2024-11-15T19:42:19.105Z | Downloaded highway v1.2.0 |
595 | 2024-11-15T19:42:19.108Z | Downloaded jobserver v0.1.32 |
596 | 2024-11-15T19:42:19.111Z | Downloaded ghash v0.5.1 |
597 | 2024-11-15T19:42:19.111Z | Downloaded foreign-types v0.5.0 |
598 | 2024-11-15T19:42:19.114Z | Downloaded slog-dtrace v0.3.0 |
599 | 2024-11-15T19:42:19.118Z | Downloaded ipnet v2.10.1 |
600 | 2024-11-15T19:42:19.118Z | Downloaded salsa20 v0.10.2 |
601 | 2024-11-15T19:42:19.118Z | Downloaded parse-display-derive v0.10.0 |
602 | 2024-11-15T19:42:19.120Z | Downloaded olpc-cjson v0.1.4 |
603 | 2024-11-15T19:42:19.120Z | Downloaded time-core v0.1.2 |
604 | 2024-11-15T19:42:19.123Z | Downloaded uzers v0.12.1 |
605 | 2024-11-15T19:42:19.125Z | Downloaded libloading v0.8.5 |
606 | 2024-11-15T19:42:19.128Z | Downloaded hyper-tls v0.6.0 |
607 | 2024-11-15T19:42:19.130Z | Downloaded icu_normalizer_data v1.5.0 |
608 | 2024-11-15T19:42:19.132Z | Downloaded utf16_iter v1.0.5 |
609 | 2024-11-15T19:42:19.132Z | Downloaded indexmap v1.9.3 |
610 | 2024-11-15T19:42:19.136Z | Downloaded icu_locid v1.5.0 |
611 | 2024-11-15T19:42:19.141Z | Downloaded derive_builder_macro v0.20.2 |
612 | 2024-11-15T19:42:19.144Z | Downloaded thread_local v1.1.8 |
613 | 2024-11-15T19:42:19.146Z | Downloaded glob v0.3.1 |
614 | 2024-11-15T19:42:19.146Z | Downloaded dhcproto-macros v0.1.0 |
615 | 2024-11-15T19:42:19.149Z | Downloaded env_logger v0.10.2 |
616 | 2024-11-15T19:42:19.151Z | Downloaded tokio-tungstenite v0.21.0 |
617 | 2024-11-15T19:42:19.154Z | Downloaded sha1 v0.10.6 |
618 | 2024-11-15T19:42:19.157Z | Downloaded percent-encoding v2.3.1 |
619 | 2024-11-15T19:42:19.157Z | Downloaded value-bag v1.9.0 |
620 | 2024-11-15T19:42:19.160Z | Downloaded smallvec v0.6.14 |
621 | 2024-11-15T19:42:19.162Z | Downloaded slog-stdlog v4.1.1 |
622 | 2024-11-15T19:42:19.162Z | Downloaded slog-scope v4.4.0 |
623 | 2024-11-15T19:42:19.164Z | Downloaded oso-derive v0.27.3 |
624 | 2024-11-15T19:42:19.166Z | Downloaded base64 v0.21.7 |
625 | 2024-11-15T19:42:19.169Z | Downloaded tokio-stream v0.1.16 |
626 | 2024-11-15T19:42:19.174Z | Downloaded xz2 v0.1.7 |
627 | 2024-11-15T19:42:19.177Z | Downloaded rand_seeder v0.3.0 |
628 | 2024-11-15T19:42:19.179Z | Downloaded progenitor v0.8.0 |
629 | 2024-11-15T19:42:19.179Z | Downloaded zerocopy v0.6.6 |
630 | 2024-11-15T19:42:19.182Z | Downloaded const_format v0.2.33 |
631 | 2024-11-15T19:42:19.186Z | Downloaded rusty-fork v0.3.0 |
632 | 2024-11-15T19:42:19.189Z | Downloaded smf v0.2.3 |
633 | 2024-11-15T19:42:19.189Z | Downloaded rayon-core v1.12.1 |
634 | 2024-11-15T19:42:19.193Z | Downloaded publicsuffix v2.2.3 |
635 | 2024-11-15T19:42:19.196Z | Downloaded icu_provider v1.5.0 |
636 | 2024-11-15T19:42:19.200Z | Downloaded rpassword v7.3.1 |
637 | 2024-11-15T19:42:19.204Z | Downloaded path-slash v0.1.5 |
638 | 2024-11-15T19:42:19.204Z | Downloaded hyper v1.5.0 |
639 | 2024-11-15T19:42:19.210Z | Downloaded futures-channel v0.3.31 |
640 | 2024-11-15T19:42:19.214Z | Downloaded funty v2.0.0 |
641 | 2024-11-15T19:42:19.214Z | Downloaded hmac v0.12.1 |
642 | 2024-11-15T19:42:19.216Z | Downloaded slog-term v2.9.1 |
643 | 2024-11-15T19:42:19.219Z | Downloaded serde_with_macros v3.11.0 |
644 | 2024-11-15T19:42:19.219Z | Downloaded flagset v0.4.6 |
645 | 2024-11-15T19:42:19.221Z | Downloaded globset v0.4.15 |
646 | 2024-11-15T19:42:19.224Z | Downloaded hash32 v0.2.1 |
647 | 2024-11-15T19:42:19.227Z | Downloaded poly1305 v0.8.0 |
648 | 2024-11-15T19:42:19.229Z | Downloaded pem-rfc7468 v0.7.0 |
649 | 2024-11-15T19:42:19.229Z | Downloaded paste v1.0.15 |
650 | 2024-11-15T19:42:19.233Z | Downloaded parse-display v0.10.0 |
651 | 2024-11-15T19:42:19.236Z | Downloaded derive_more v0.99.18 |
652 | 2024-11-15T19:42:19.239Z | Downloaded unicode-bidi v0.3.17 |
653 | 2024-11-15T19:42:19.243Z | Downloaded hyper-util v0.1.10 |
654 | 2024-11-15T19:42:19.246Z | Downloaded diesel_table_macro_syntax v0.2.0 |
655 | 2024-11-15T19:42:19.248Z | Downloaded yoke-derive v0.7.4 |
656 | 2024-11-15T19:42:19.250Z | Downloaded diesel_derives v2.2.3 |
657 | 2024-11-15T19:42:19.253Z | Downloaded cc v1.1.30 |
658 | 2024-11-15T19:42:19.257Z | Downloaded rand_xorshift v0.3.0 |
659 | 2024-11-15T19:42:19.260Z | Downloaded tokio-postgres v0.7.12 |
660 | 2024-11-15T19:42:19.264Z | Downloaded fixedbitset v0.4.2 |
661 | 2024-11-15T19:42:19.266Z | Downloaded hickory-server v0.24.1 |
662 | 2024-11-15T19:42:19.271Z | Downloaded newtype_derive v0.1.6 |
663 | 2024-11-15T19:42:19.273Z | Downloaded structmeta v0.3.0 |
664 | 2024-11-15T19:42:19.283Z | Downloaded signal-hook-registry v1.4.2 |
665 | 2024-11-15T19:42:19.286Z | Downloaded semver v0.1.20 |
666 | 2024-11-15T19:42:19.286Z | Downloaded hash32 v0.3.1 |
667 | 2024-11-15T19:42:19.288Z | Downloaded secrecy v0.8.0 |
668 | 2024-11-15T19:42:19.291Z | Downloaded twox-hash v1.6.3 |
669 | 2024-11-15T19:42:19.293Z | Downloaded wyz v0.5.1 |
670 | 2024-11-15T19:42:19.293Z | Downloaded password-hash v0.5.0 |
671 | 2024-11-15T19:42:19.297Z | Downloaded password-hash v0.4.2 |
672 | 2024-11-15T19:42:19.300Z | Downloaded parking_lot_core v0.9.10 |
673 | 2024-11-15T19:42:19.303Z | Downloaded crossbeam-channel v0.5.13 |
674 | 2024-11-15T19:42:19.305Z | Downloaded prettyplease v0.2.25 |
675 | 2024-11-15T19:42:19.309Z | Downloaded either v1.13.0 |
676 | 2024-11-15T19:42:19.311Z | Downloaded ed25519-dalek v2.1.1 |
677 | 2024-11-15T19:42:19.315Z | Downloaded sqlparser_derive v0.2.2 |
678 | 2024-11-15T19:42:19.317Z | Downloaded rand_core v0.6.4 |
679 | 2024-11-15T19:42:19.317Z | Downloaded owo-colors v4.1.0 |
680 | 2024-11-15T19:42:19.321Z | Downloaded multimap v0.10.0 |
681 | 2024-11-15T19:42:19.323Z | Downloaded zerovec-derive v0.10.3 |
682 | 2024-11-15T19:42:19.326Z | Downloaded ff v0.13.0 |
683 | 2024-11-15T19:42:19.326Z | Downloaded untrusted v0.9.0 |
684 | 2024-11-15T19:42:19.328Z | Downloaded num_enum v0.5.11 |
685 | 2024-11-15T19:42:19.332Z | Downloaded filetime v0.2.25 |
686 | 2024-11-15T19:42:19.335Z | Downloaded tar v0.4.43 |
687 | 2024-11-15T19:42:19.338Z | Downloaded futures v0.3.31 |
688 | 2024-11-15T19:42:19.343Z | Downloaded want v0.3.1 |
689 | 2024-11-15T19:42:19.346Z | Downloaded radium v0.7.0 |
690 | 2024-11-15T19:42:19.348Z | Downloaded float-ord v0.3.2 |
691 | 2024-11-15T19:42:19.348Z | Downloaded enum-as-inner v0.5.1 |
692 | 2024-11-15T19:42:19.351Z | Downloaded phf v0.11.2 |
693 | 2024-11-15T19:42:19.351Z | Downloaded float-cmp v0.9.0 |
694 | 2024-11-15T19:42:19.354Z | Downloaded dsl_auto_type v0.1.2 |
695 | 2024-11-15T19:42:19.358Z | Downloaded nibble_vec v0.1.0 |
696 | 2024-11-15T19:42:19.358Z | Downloaded dhcproto v0.12.0 |
697 | 2024-11-15T19:42:19.360Z | Downloaded ppv-lite86 v0.2.20 |
698 | 2024-11-15T19:42:19.365Z | Downloaded yasna v0.5.2 |
699 | 2024-11-15T19:42:19.368Z | Downloaded scheduled-thread-pool v0.2.7 |
700 | 2024-11-15T19:42:19.368Z | Downloaded aes v0.8.4 |
701 | 2024-11-15T19:42:19.370Z | Downloaded scrypt v0.11.0 |
702 | 2024-11-15T19:42:19.373Z | Downloaded typed-path v0.9.3 |
703 | 2024-11-15T19:42:19.383Z | Downloaded static_assertions v1.1.0 |
704 | 2024-11-15T19:42:19.387Z | Downloaded serde-big-array v0.5.1 |
705 | 2024-11-15T19:42:19.387Z | Downloaded pretty-hex v0.2.1 |
706 | 2024-11-15T19:42:19.387Z | Downloaded tui-tree-widget v0.22.0 |
707 | 2024-11-15T19:42:19.387Z | Downloaded tap v1.0.1 |
708 | 2024-11-15T19:42:19.387Z | Downloaded walkdir v2.5.0 |
709 | 2024-11-15T19:42:19.391Z | Downloaded serde_yaml v0.9.34+deprecated |
710 | 2024-11-15T19:42:19.394Z | Downloaded tracing v0.1.40 |
711 | 2024-11-15T19:42:19.399Z | Downloaded debug-ignore v1.0.5 |
712 | 2024-11-15T19:42:19.401Z | Downloaded progenitor-client v0.8.0 |
713 | 2024-11-15T19:42:19.404Z | Downloaded futures-core v0.3.31 |
714 | 2024-11-15T19:42:19.404Z | Downloaded dunce v1.0.5 |
715 | 2024-11-15T19:42:19.406Z | Downloaded postgres-types v0.2.8 |
716 | 2024-11-15T19:42:19.409Z | Downloaded scopeguard v1.2.0 |
717 | 2024-11-15T19:42:19.411Z | Downloaded parse-zoneinfo v0.3.1 |
718 | 2024-11-15T19:42:19.413Z | Downloaded group v0.13.0 |
719 | 2024-11-15T19:42:19.416Z | Downloaded gethostname v0.5.0 |
720 | 2024-11-15T19:42:19.416Z | Downloaded powerfmt v0.2.0 |
721 | 2024-11-15T19:42:19.419Z | Downloaded termcolor v1.4.1 |
722 | 2024-11-15T19:42:19.419Z | Downloaded endian-type v0.1.2 |
723 | 2024-11-15T19:42:19.422Z | Downloaded crossterm v0.28.1 |
724 | 2024-11-15T19:42:19.428Z | Downloaded packed_struct_codegen v0.10.1 |
725 | 2024-11-15T19:42:19.430Z | Downloaded headers v0.4.0 |
726 | 2024-11-15T19:42:19.434Z | Downloaded ed25519 v2.2.3 |
727 | 2024-11-15T19:42:19.437Z | Downloaded signal-hook-tokio v0.3.1 |
728 | 2024-11-15T19:42:19.439Z | Downloaded dyn-clone v1.0.17 |
729 | 2024-11-15T19:42:19.442Z | Downloaded simd-adler32 v0.3.7 |
730 | 2024-11-15T19:42:19.446Z | Downloaded ron v0.8.1 |
731 | 2024-11-15T19:42:19.448Z | Downloaded tiny-keccak v2.0.2 |
732 | 2024-11-15T19:42:19.451Z | Downloaded toolchain_find v0.4.0 |
733 | 2024-11-15T19:42:19.453Z | Downloaded zone_cfg_derive v0.3.0 |
734 | 2024-11-15T19:42:19.456Z | Downloaded zone_cfg_derive v0.1.2 |
735 | 2024-11-15T19:42:19.456Z | Downloaded psl-types v2.0.11 |
736 | 2024-11-15T19:42:19.456Z | Downloaded pbkdf2 v0.11.0 |
737 | 2024-11-15T19:42:19.459Z | Downloaded phf_shared v0.10.0 |
738 | 2024-11-15T19:42:19.461Z | Downloaded progenitor-macro v0.8.0 |
739 | 2024-11-15T19:42:19.464Z | Downloaded tinyvec_macros v0.1.1 |
740 | 2024-11-15T19:42:19.464Z | Downloaded tungstenite v0.24.0 |
741 | 2024-11-15T19:42:19.467Z | Downloaded getrandom v0.2.15 |
742 | 2024-11-15T19:42:19.471Z | Downloaded slog-async v2.8.0 |
743 | 2024-11-15T19:42:19.473Z | Downloaded num_enum_derive v0.5.11 |
744 | 2024-11-15T19:42:19.477Z | Downloaded typify v0.2.0 |
745 | 2024-11-15T19:42:19.479Z | Downloaded vte_generate_state_changes v0.1.2 |
746 | 2024-11-15T19:42:19.479Z | Downloaded slab v0.4.9 |
747 | 2024-11-15T19:42:19.482Z | Downloaded foldhash v0.1.3 |
748 | 2024-11-15T19:42:19.482Z | Downloaded num-rational v0.4.2 |
749 | 2024-11-15T19:42:19.485Z | Downloaded siphasher v0.3.11 |
750 | 2024-11-15T19:42:19.487Z | Downloaded nanorand v0.7.0 |
751 | 2024-11-15T19:42:19.490Z | Downloaded form_urlencoded v1.2.1 |
752 | 2024-11-15T19:42:19.490Z | Downloaded snafu-derive v0.8.5 |
753 | 2024-11-15T19:42:19.493Z | Downloaded fs_extra v1.3.0 |
754 | 2024-11-15T19:42:19.495Z | Downloaded normalize-line-endings v0.3.0 |
755 | 2024-11-15T19:42:19.495Z | Downloaded phf_codegen v0.11.2 |
756 | 2024-11-15T19:42:19.498Z | Downloaded p256 v0.13.2 |
757 | 2024-11-15T19:42:19.500Z | Downloaded time-macros v0.2.18 |
758 | 2024-11-15T19:42:19.503Z | Downloaded hashbrown v0.12.3 |
759 | 2024-11-15T19:42:19.508Z | Downloaded strum v0.26.3 |
760 | 2024-11-15T19:42:19.511Z | Downloaded topological-sort v0.2.2 |
761 | 2024-11-15T19:42:19.511Z | Downloaded tracing-core v0.1.32 |
762 | 2024-11-15T19:42:19.516Z | Downloaded serde_with v3.11.0 |
763 | 2024-11-15T19:42:19.524Z | Downloaded sync-ptr v0.1.1 |
764 | 2024-11-15T19:42:19.526Z | Downloaded dirs-sys-next v0.1.2 |
765 | 2024-11-15T19:42:19.526Z | Downloaded phf_shared v0.11.2 |
766 | 2024-11-15T19:42:19.530Z | Downloaded spin v0.5.2 |
767 | 2024-11-15T19:42:20.535Z | Downloaded signal-hook-mio v0.2.4 |
768 | 2024-11-15T19:42:20.535Z | Downloaded display-error-chain v0.2.2 |
769 | 2024-11-15T19:42:20.535Z | Downloaded slog-bunyan v2.5.0 |
770 | 2024-11-15T19:42:20.539Z | Downloaded num-conv v0.1.0 |
771 | 2024-11-15T19:42:20.539Z | Downloaded toml v0.7.8 |
772 | 2024-11-15T19:42:20.539Z | Downloaded tungstenite v0.21.0 |
773 | 2024-11-15T19:42:20.539Z | Downloaded hashbrown v0.13.2 |
774 | 2024-11-15T19:42:20.539Z | Downloaded write16 v1.0.0 |
775 | 2024-11-15T19:42:20.539Z | Downloaded ecdsa v0.16.9 |
776 | 2024-11-15T19:42:20.539Z | Downloaded peg v0.8.4 |
777 | 2024-11-15T19:42:20.539Z | Downloaded rustfmt-wrapper v0.2.1 |
778 | 2024-11-15T19:42:20.539Z | Downloaded ssh-key v0.6.6 |
779 | 2024-11-15T19:42:20.539Z | Downloaded derive-where v1.2.7 |
780 | 2024-11-15T19:42:20.539Z | Downloaded sync_wrapper v1.0.1 |
781 | 2024-11-15T19:42:20.539Z | Downloaded peg-runtime v0.8.3 |
782 | 2024-11-15T19:42:20.539Z | Downloaded fatfs v0.3.6 |
783 | 2024-11-15T19:42:20.539Z | Downloaded zone v0.3.0 |
784 | 2024-11-15T19:42:20.539Z | Downloaded parking_lot_core v0.8.6 |
785 | 2024-11-15T19:42:20.539Z | Downloaded predicates v3.1.2 |
786 | 2024-11-15T19:42:20.539Z | Downloaded enum-as-inner v0.6.1 |
787 | 2024-11-15T19:42:20.539Z | Downloaded pin-project-lite v0.2.14 |
788 | 2024-11-15T19:42:20.539Z | Downloaded russh-cryptovec v0.7.3 |
789 | 2024-11-15T19:42:20.539Z | Downloaded ref-cast-impl v1.0.23 |
790 | 2024-11-15T19:42:20.539Z | Downloaded predicates-tree v1.0.11 |
791 | 2024-11-15T19:42:20.539Z | Downloaded unicode-xid v0.2.6 |
792 | 2024-11-15T19:42:20.540Z | Downloaded quinn v0.11.5 |
793 | 2024-11-15T19:42:20.540Z | Downloaded openssl-probe v0.1.5 |
794 | 2024-11-15T19:42:20.540Z | Downloaded dirs-next v2.0.0 |
795 | 2024-11-15T19:42:20.540Z | Downloaded difflib v0.4.0 |
796 | 2024-11-15T19:42:20.540Z | Downloaded rustc-demangle v0.1.24 |
797 | 2024-11-15T19:42:20.540Z | Downloaded strum_macros v0.24.3 |
798 | 2024-11-15T19:42:20.540Z | Downloaded pin-utils v0.1.0 |
799 | 2024-11-15T19:42:20.540Z | Downloaded futures-io v0.3.31 |
800 | 2024-11-15T19:42:20.540Z | Downloaded try-lock v0.2.5 |
801 | 2024-11-15T19:42:20.540Z | Downloaded packed_struct v0.10.1 |
802 | 2024-11-15T19:42:20.540Z | Downloaded unicode-normalization v0.1.24 |
803 | 2024-11-15T19:42:20.540Z | Downloaded displaydoc v0.2.5 |
804 | 2024-11-15T19:42:20.540Z | Downloaded vte v0.11.1 |
805 | 2024-11-15T19:42:20.540Z | Downloaded term v0.7.0 |
806 | 2024-11-15T19:42:20.540Z | Downloaded flume v0.11.1 |
807 | 2024-11-15T19:42:20.540Z | Downloaded serde-hex v0.1.0 |
808 | 2024-11-15T19:42:20.540Z | Downloaded openssl-macros v0.1.1 |
809 | 2024-11-15T19:42:20.540Z | Downloaded nodrop v0.1.14 |
810 | 2024-11-15T19:42:20.540Z | Downloaded newline-converter v0.3.0 |
811 | 2024-11-15T19:42:20.540Z | Downloaded num-integer v0.1.46 |
812 | 2024-11-15T19:42:20.540Z | Downloaded futures-macro v0.3.31 |
813 | 2024-11-15T19:42:20.540Z | Downloaded ref-cast v1.0.23 |
814 | 2024-11-15T19:42:20.540Z | Downloaded data-encoding v2.6.0 |
815 | 2024-11-15T19:42:20.540Z | Downloaded time v0.3.36 |
816 | 2024-11-15T19:42:20.540Z | Downloaded num-derive v0.4.2 |
817 | 2024-11-15T19:42:20.540Z | Downloaded darling_macro v0.20.10 |
818 | 2024-11-15T19:42:20.540Z | Downloaded futures-sink v0.3.31 |
819 | 2024-11-15T19:42:20.540Z | Downloaded hashbrown v0.14.5 |
820 | 2024-11-15T19:42:20.540Z | Downloaded synstructure v0.13.1 |
821 | 2024-11-15T19:42:20.540Z | Downloaded aws-lc-rs v1.10.0 |
822 | 2024-11-15T19:42:20.540Z | Downloaded unicode-truncate v1.1.0 |
823 | 2024-11-15T19:42:20.540Z | Downloaded opaque-debug v0.3.1 |
824 | 2024-11-15T19:42:20.540Z | Downloaded wait-timeout v0.2.0 |
825 | 2024-11-15T19:42:20.540Z | Downloaded spki v0.7.3 |
826 | 2024-11-15T19:42:20.540Z | Downloaded quick-error v1.2.3 |
827 | 2024-11-15T19:42:20.540Z | Downloaded tokio-tungstenite v0.24.0 |
828 | 2024-11-15T19:42:20.541Z | Downloaded hex v0.4.3 |
829 | 2024-11-15T19:42:20.541Z | Downloaded heck v0.3.3 |
830 | 2024-11-15T19:42:20.541Z | Downloaded bindgen v0.69.5 |
831 | 2024-11-15T19:42:20.541Z | Downloaded string_cache v0.8.7 |
832 | 2024-11-15T19:42:20.541Z | Downloaded serde_plain v1.0.2 |
833 | 2024-11-15T19:42:20.541Z | Downloaded strum_macros v0.26.4 |
834 | 2024-11-15T19:42:20.541Z | Downloaded newtype-uuid v1.1.3 |
835 | 2024-11-15T19:42:20.541Z | Downloaded universal-hash v0.5.1 |
836 | 2024-11-15T19:42:20.541Z | Downloaded tokio-native-tls v0.3.1 |
837 | 2024-11-15T19:42:20.541Z | Downloaded dropshot_endpoint v0.13.0 |
838 | 2024-11-15T19:42:20.541Z | Downloaded dropshot_endpoint v0.12.0 |
839 | 2024-11-15T19:42:20.541Z | Downloaded shell-words v1.1.0 |
840 | 2024-11-15T19:42:20.541Z | Downloaded tabwriter v1.4.0 |
841 | 2024-11-15T19:42:20.541Z | Downloaded embedded-io v0.4.0 |
842 | 2024-11-15T19:42:20.541Z | Downloaded pkg-config v0.3.31 |
843 | 2024-11-15T19:42:20.541Z | Downloaded futures-task v0.3.31 |
844 | 2024-11-15T19:42:20.541Z | Downloaded socket2 v0.5.7 |
845 | 2024-11-15T19:42:20.541Z | Downloaded snafu v0.8.5 |
846 | 2024-11-15T19:42:20.541Z | Downloaded serde_urlencoded v0.7.1 |
847 | 2024-11-15T19:42:20.541Z | Downloaded rand_chacha v0.3.1 |
848 | 2024-11-15T19:42:20.541Z | Downloaded num-bigint v0.4.6 |
849 | 2024-11-15T19:42:20.541Z | Downloaded unicase v2.7.0 |
850 | 2024-11-15T19:42:20.541Z | Downloaded zone v0.1.8 |
851 | 2024-11-15T19:42:20.541Z | Downloaded reqwest v0.12.9 |
852 | 2024-11-15T19:42:20.541Z | Downloaded pkcs8 v0.10.2 |
853 | 2024-11-15T19:42:20.541Z | Downloaded der_derive v0.7.3 |
854 | 2024-11-15T19:42:20.542Z | Downloaded hkdf v0.12.4 |
855 | 2024-11-15T19:42:20.542Z | Downloaded serde_derive_internals v0.29.1 |
856 | 2024-11-15T19:42:20.542Z | Downloaded openssl-sys v0.9.104 |
857 | 2024-11-15T19:42:20.542Z | Downloaded sqlformat v0.2.6 |
858 | 2024-11-15T19:42:20.542Z | Downloaded samael v0.0.17 |
859 | 2024-11-15T19:42:20.542Z | Downloaded postgres-protocol v0.6.7 |
860 | 2024-11-15T19:42:20.542Z | Downloaded tokio-tungstenite v0.23.1 |
861 | 2024-11-15T19:42:20.542Z | Downloaded serde_path_to_error v0.1.16 |
862 | 2024-11-15T19:42:20.542Z | Downloaded subprocess v0.2.9 |
863 | 2024-11-15T19:42:20.542Z | Downloaded signal-hook v0.3.17 |
864 | 2024-11-15T19:42:20.542Z | Downloaded zip v0.6.6 |
865 | 2024-11-15T19:42:20.542Z | Downloaded url v2.5.3 |
866 | 2024-11-15T19:42:20.542Z | Downloaded darling_core v0.20.10 |
867 | 2024-11-15T19:42:20.542Z | Downloaded idna v0.3.0 |
868 | 2024-11-15T19:42:20.542Z | Downloaded unicode_categories v0.1.1 |
869 | 2024-11-15T19:42:20.542Z | Downloaded half v2.4.1 |
870 | 2024-11-15T19:42:20.546Z | Downloaded x509-cert v0.2.5 |
871 | 2024-11-15T19:42:20.546Z | Downloaded chrono v0.4.38 |
872 | 2024-11-15T19:42:20.546Z | Downloaded git2 v0.19.0 |
873 | 2024-11-15T19:42:20.546Z | Downloaded heapless v0.8.0 |
874 | 2024-11-15T19:42:20.546Z | Downloaded toml_edit v0.19.15 |
875 | 2024-11-15T19:42:20.546Z | Downloaded pkcs5 v0.7.1 |
876 | 2024-11-15T19:42:20.546Z | Downloaded icu_properties_data v1.5.0 |
877 | 2024-11-15T19:42:20.546Z | Downloaded steno v0.4.1 |
878 | 2024-11-15T19:42:20.546Z | Downloaded qorb v0.2.0 |
879 | 2024-11-15T19:42:20.546Z | Downloaded zip v2.1.3 |
880 | 2024-11-15T19:42:20.546Z | Downloaded expectorate v1.1.0 |
881 | 2024-11-15T19:42:20.546Z | Downloaded reedline v0.35.0 |
882 | 2024-11-15T19:42:20.546Z | Downloaded rusqlite v0.32.1 |
883 | 2024-11-15T19:42:20.546Z | Downloaded rand v0.8.5 |
884 | 2024-11-15T19:42:20.546Z | Downloaded rustls-webpki v0.102.8 |
885 | 2024-11-15T19:42:20.546Z | Downloaded unicode-segmentation v1.12.0 |
886 | 2024-11-15T19:42:20.546Z | Downloaded curve25519-dalek v4.1.3 |
887 | 2024-11-15T19:42:20.546Z | Downloaded sqlparser v0.45.0 |
888 | 2024-11-15T19:42:20.546Z | Downloaded salty v0.3.0 |
889 | 2024-11-15T19:42:20.546Z | Downloaded chrono-tz v0.10.0 |
890 | 2024-11-15T19:42:20.546Z | Downloaded idna v0.4.0 |
891 | 2024-11-15T19:42:20.546Z | Downloaded quick-xml v0.33.0 |
892 | 2024-11-15T19:42:20.546Z | Downloaded openssl v0.10.68 |
893 | 2024-11-15T19:42:20.546Z | Downloaded quinn-proto v0.11.8 |
894 | 2024-11-15T19:42:20.546Z | Downloaded nix v0.28.0 |
895 | 2024-11-15T19:42:20.546Z | Downloaded futures-util v0.3.31 |
896 | 2024-11-15T19:42:20.546Z | Downloaded unicode-width v0.2.0 |
897 | 2024-11-15T19:42:20.546Z | Downloaded webpki-roots v0.26.6 |
898 | 2024-11-15T19:42:20.546Z | Downloaded p384 v0.13.0 |
899 | 2024-11-15T19:42:20.546Z | Downloaded object v0.36.5 |
900 | 2024-11-15T19:42:20.546Z | Downloaded idna v0.2.3 |
901 | 2024-11-15T19:42:20.547Z | Downloaded bstr v1.10.0 |
902 | 2024-11-15T19:42:20.547Z | Downloaded regress v0.9.1 |
903 | 2024-11-15T19:42:20.547Z | Downloaded dropshot v0.12.0 |
904 | 2024-11-15T19:42:20.547Z | Downloaded regress v0.10.1 |
905 | 2024-11-15T19:42:20.547Z | Downloaded smoltcp v0.9.1 |
906 | 2024-11-15T19:42:20.547Z | Downloaded regex-syntax v0.8.5 |
907 | 2024-11-15T19:42:20.547Z | Downloaded hickory-proto v0.24.1 |
908 | 2024-11-15T19:42:20.547Z | Downloaded rustls v0.21.12 |
909 | 2024-11-15T19:42:20.547Z | Downloaded smoltcp v0.11.0 |
910 | 2024-11-15T19:42:20.547Z | Downloaded radix_trie v0.2.1 |
911 | 2024-11-15T19:42:20.547Z | Downloaded nix v0.29.0 |
912 | 2024-11-15T19:42:20.547Z | Downloaded rustls v0.23.14 |
913 | 2024-11-15T19:42:20.547Z | Downloaded trust-dns-proto v0.22.0 |
914 | 2024-11-15T19:42:20.547Z | Downloaded dropshot v0.13.0 |
915 | 2024-11-15T19:42:20.547Z | Downloaded sled v0.34.7 |
916 | 2024-11-15T19:42:20.547Z | Downloaded zerocopy-derive v0.6.6 |
917 | 2024-11-15T19:42:20.547Z | Downloaded rustls v0.22.4 |
918 | 2024-11-15T19:42:20.547Z | Downloaded regex-syntax v0.6.29 |
919 | 2024-11-15T19:42:20.547Z | Downloaded diesel v2.2.4 |
920 | 2024-11-15T19:42:20.547Z | Downloaded openapiv3 v2.0.0 |
921 | 2024-11-15T19:42:20.547Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
922 | 2024-11-15T19:42:20.547Z | Downloaded typify-impl v0.2.0 |
923 | 2024-11-15T19:42:20.547Z | Downloaded ratatui v0.28.1 |
924 | 2024-11-15T19:42:20.547Z | Downloaded regex-automata v0.4.8 |
925 | 2024-11-15T19:42:20.547Z | Downloaded petname v2.0.2 |
926 | 2024-11-15T19:42:20.547Z | Downloaded rustls-webpki v0.101.7 |
927 | 2024-11-15T19:42:20.547Z | Downloaded polar-core v0.27.3 |
928 | 2024-11-15T19:42:20.547Z | Downloaded vcpkg v0.2.15 |
929 | 2024-11-15T19:42:20.547Z | Downloaded nix v0.27.1 |
930 | 2024-11-15T19:42:20.547Z | Downloaded gimli v0.31.1 |
931 | 2024-11-15T19:42:20.547Z | Downloaded nom v7.1.3 |
932 | 2024-11-15T19:42:20.547Z | Downloaded russh v0.45.0 |
933 | 2024-11-15T19:42:20.547Z | Downloaded h2 v0.4.6 |
934 | 2024-11-15T19:42:20.547Z | Downloaded regex v1.11.1 |
935 | 2024-11-15T19:42:20.547Z | Downloaded csv v1.3.0 |
936 | 2024-11-15T19:42:20.547Z | Downloaded sha3 v0.10.8 |
937 | 2024-11-15T19:42:20.547Z | Downloaded petgraph v0.6.5 |
938 | 2024-11-15T19:42:20.547Z | Downloaded libz-sys v1.1.20 |
939 | 2024-11-15T19:42:20.547Z | Downloaded lzma-sys v0.1.20 |
940 | 2024-11-15T19:42:20.556Z | Downloaded object v0.30.4 |
941 | 2024-11-15T19:42:20.565Z | Downloaded p521 v0.13.3 |
942 | 2024-11-15T19:42:20.569Z | Downloaded tokio v1.40.0 |
943 | 2024-11-15T19:42:20.605Z | Downloaded portable-atomic v1.9.0 |
944 | 2024-11-15T19:42:20.611Z | Downloaded proptest v1.5.0 |
945 | 2024-11-15T19:42:20.620Z | Downloaded elliptic-curve v0.13.8 |
946 | 2024-11-15T19:42:20.624Z | Downloaded winnow v0.5.40 |
947 | 2024-11-15T19:42:20.632Z | Downloaded multer v3.1.0 |
948 | 2024-11-15T19:42:20.635Z | Downloaded serde_repr v0.1.19 |
949 | 2024-11-15T19:42:20.637Z | Downloaded idna v0.5.0 |
950 | 2024-11-15T19:42:20.643Z | Downloaded bitvec v1.0.1 |
951 | 2024-11-15T19:42:20.658Z | Downloaded tinystr v0.7.6 |
952 | 2024-11-15T19:42:20.661Z | Downloaded defmt-parser v0.3.4 |
953 | 2024-11-15T19:42:20.663Z | Downloaded lalrpop v0.19.12 |
954 | 2024-11-15T19:42:20.671Z | Downloaded peg-macros v0.8.4 |
955 | 2024-11-15T19:42:20.673Z | Downloaded fragile v2.0.0 |
956 | 2024-11-15T19:42:20.676Z | Downloaded tinyvec v1.8.0 |
957 | 2024-11-15T19:42:20.678Z | Downloaded predicates-core v1.0.8 |
958 | 2024-11-15T19:42:20.678Z | Downloaded pem v3.0.4 |
959 | 2024-11-15T19:42:20.681Z | Downloaded tokio-util v0.7.12 |
960 | 2024-11-15T19:42:20.685Z | Downloaded rustyline v14.0.0 |
961 | 2024-11-15T19:42:20.691Z | Downloaded zerovec v0.10.4 |
962 | 2024-11-15T19:42:20.697Z | Downloaded itertools v0.13.0 |
963 | 2024-11-15T19:42:20.703Z | Downloaded idna v1.0.3 |
964 | 2024-11-15T19:42:20.707Z | Downloaded strum_macros v0.25.3 |
965 | 2024-11-15T19:42:20.710Z | Downloaded futures-executor v0.3.31 |
966 | 2024-11-15T19:42:20.712Z | Downloaded fallible-streaming-iterator v0.1.9 |
967 | 2024-11-15T19:42:20.712Z | Downloaded fallible-iterator v0.2.0 |
968 | 2024-11-15T19:42:20.714Z | Downloaded stringprep v0.1.5 |
969 | 2024-11-15T19:42:20.714Z | Downloaded fxhash v0.2.1 |
970 | 2024-11-15T19:42:20.717Z | Downloaded structmeta-derive v0.3.0 |
971 | 2024-11-15T19:42:20.717Z | Downloaded zopfli v0.8.1 |
972 | 2024-11-15T19:42:20.720Z | Downloaded similar v2.6.0 |
973 | 2024-11-15T19:42:20.723Z | Downloaded pkcs1 v0.7.5 |
974 | 2024-11-15T19:42:20.725Z | Downloaded native-tls v0.2.12 |
975 | 2024-11-15T19:42:20.727Z | Downloaded oso v0.27.3 |
976 | 2024-11-15T19:42:20.730Z | Downloaded tough v0.19.0 |
977 | 2024-11-15T19:42:20.738Z | Downloaded embedded-io v0.6.1 |
978 | 2024-11-15T19:42:20.741Z | Downloaded heapless v0.7.17 |
979 | 2024-11-15T19:42:20.743Z | Downloaded encoding_rs v0.8.34 |
980 | 2024-11-15T19:42:20.765Z | Downloaded tokio-macros v2.4.0 |
981 | 2024-11-15T19:42:20.769Z | Downloaded unsafe-libyaml v0.2.11 |
982 | 2024-11-15T19:42:20.771Z | Downloaded rayon v1.10.0 |
983 | 2024-11-15T19:42:20.777Z | Downloaded itertools v0.12.1 |
984 | 2024-11-15T19:42:20.784Z | Downloaded num-bigint-dig v0.8.4 |
985 | 2024-11-15T19:42:20.788Z | Downloaded derive_builder v0.20.2 |
986 | 2024-11-15T19:42:20.793Z | Downloaded waitgroup v0.1.2 |
987 | 2024-11-15T19:42:20.795Z | Downloaded rsa v0.9.6 |
988 | 2024-11-15T19:42:20.798Z | Downloaded russh-keys v0.45.0 |
989 | 2024-11-15T19:42:20.801Z | Downloaded nu-ansi-term v0.50.1 |
990 | 2024-11-15T19:42:20.803Z | Downloaded phf_generator v0.11.2 |
991 | 2024-11-15T19:42:20.805Z | Downloaded parking_lot v0.12.3 |
992 | 2024-11-15T19:42:20.809Z | Downloaded parking_lot v0.11.2 |
993 | 2024-11-15T19:42:20.811Z | Downloaded schemars v0.8.21 |
994 | 2024-11-15T19:42:20.820Z | Downloaded flate2 v1.0.34 |
995 | 2024-11-15T19:42:20.825Z | Downloaded libxml v0.3.3 |
996 | 2024-11-15T19:42:20.830Z | Downloaded unarray v0.1.4 |
997 | 2024-11-15T19:42:20.833Z | Downloaded vsss-rs v3.3.4 |
998 | 2024-11-15T19:42:20.835Z | Downloaded diff v0.1.13 |
999 | 2024-11-15T19:42:20.838Z | Downloaded tungstenite v0.23.0 |
1000 | 2024-11-15T19:42:20.840Z | Downloaded deranged v0.3.11 |
1001 | 2024-11-15T19:42:20.843Z | Downloaded utf-8 v0.7.6 |
1002 | 2024-11-15T19:42:20.843Z | Downloaded defmt v0.3.8 |
1003 | 2024-11-15T19:42:20.845Z | Downloaded pin-project v1.1.6 |
1004 | 2024-11-15T19:42:20.857Z | Downloaded typify-macro v0.2.0 |
1005 | 2024-11-15T19:42:20.859Z | Downloaded thiserror-impl-no-std v2.0.2 |
1006 | 2024-11-15T19:42:20.859Z | Downloaded pbkdf2 v0.12.2 |
1007 | 2024-11-15T19:42:20.862Z | Downloaded num v0.4.3 |
1008 | 2024-11-15T19:42:20.862Z | Downloaded slog v2.7.0 |
1009 | 2024-11-15T19:42:20.864Z | Downloaded rustls-pemfile v1.0.4 |
1010 | 2024-11-15T19:42:20.866Z | Downloaded num-traits v0.2.19 |
1011 | 2024-11-15T19:42:20.868Z | Downloaded defmt-macros v0.3.9 |
1012 | 2024-11-15T19:42:20.871Z | Downloaded which v4.4.2 |
1013 | 2024-11-15T19:42:20.873Z | Downloaded subtle v2.6.1 |
1014 | 2024-11-15T19:42:20.875Z | Downloaded pin-project-internal v1.1.6 |
1015 | 2024-11-15T19:42:20.878Z | Downloaded der v0.7.9 |
1016 | 2024-11-15T19:42:20.881Z | Downloaded rustls-pki-types v1.9.0 |
1017 | 2024-11-15T19:42:20.884Z | Downloaded schemars_derive v0.8.21 |
1018 | 2024-11-15T19:42:20.887Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1019 | 2024-11-15T19:42:20.941Z | Downloaded rtoolbox v0.0.2 |
1020 | 2024-11-15T19:42:20.944Z | Downloaded ron v0.7.1 |
1021 | 2024-11-15T19:42:20.947Z | Downloaded blake3 v1.5.4 |
1022 | 2024-11-15T19:42:20.954Z | Downloaded aes-gcm v0.10.3 |
1023 | 2024-11-15T19:42:20.958Z | Downloaded minimal-lexical v0.2.1 |
1024 | 2024-11-15T19:42:20.962Z | Downloaded vergen v8.3.2 |
1025 | 2024-11-15T19:42:20.964Z | Downloaded uuid v1.11.0 |
1026 | 2024-11-15T19:42:20.967Z | Downloaded rustls-pemfile v2.2.0 |
1027 | 2024-11-15T19:42:20.969Z | Downloaded postcard v1.0.10 |
1028 | 2024-11-15T19:42:20.971Z | Downloaded icu_collections v1.5.0 |
1029 | 2024-11-15T19:42:20.977Z | Downloaded miniz_oxide v0.8.0 |
1030 | 2024-11-15T19:42:20.979Z | Downloaded chacha20poly1305 v0.10.1 |
1031 | 2024-11-15T19:42:20.982Z | Downloaded writeable v0.5.5 |
1032 | 2024-11-15T19:42:20.984Z | Downloaded tls_codec_derive v0.4.1 |
1033 | 2024-11-15T19:42:20.986Z | Downloaded structmeta-derive v0.2.0 |
1034 | 2024-11-15T19:42:20.987Z | Downloaded hashlink v0.9.1 |
1035 | 2024-11-15T19:42:20.989Z | Downloaded omicron-zone-package v0.11.1 |
1036 | 2024-11-15T19:42:20.991Z | Downloaded thiserror-no-std v2.0.2 |
1037 | 2024-11-15T19:42:20.994Z | Downloaded fallible-iterator v0.3.0 |
1038 | 2024-11-15T19:42:20.996Z | Downloaded unicode-properties v0.1.3 |
1039 | 2024-11-15T19:42:20.999Z | Downloaded structmeta v0.2.0 |
1040 | 2024-11-15T19:42:21.001Z | Downloaded strip-ansi-escapes v0.2.0 |
1041 | 2024-11-15T19:42:21.001Z | Downloaded polyval v0.6.2 |
1042 | 2024-11-15T19:42:21.004Z | Downloaded yoke v0.7.4 |
1043 | 2024-11-15T19:42:21.006Z | Downloaded tracing-attributes v0.1.27 |
1044 | 2024-11-15T19:42:21.009Z | Downloaded fd-lock v4.0.2 |
1045 | 2024-11-15T19:42:21.009Z | Downloaded des v0.8.1 |
1046 | 2024-11-15T19:42:21.011Z | Downloaded derive_builder_core v0.20.2 |
1047 | 2024-11-15T19:42:21.014Z | Downloaded env_logger v0.11.5 |
1048 | 2024-11-15T19:42:21.016Z | Downloaded backtrace v0.3.74 |
1049 | 2024-11-15T19:42:21.020Z | Downloaded num-iter v0.1.45 |
1050 | 2024-11-15T19:42:21.022Z | Downloaded smallvec v1.13.2 |
1051 | 2024-11-15T19:42:21.024Z | Downloaded rustversion v1.0.17 |
1052 | 2024-11-15T19:42:21.027Z | Downloaded icu_locid_transform_data v1.5.0 |
1053 | 2024-11-15T19:42:21.029Z | Downloaded num-complex v0.4.6 |
1054 | 2024-11-15T19:42:21.029Z | Downloaded utf8_iter v1.0.4 |
1055 | 2024-11-15T19:42:21.032Z | Downloaded sct v0.7.1 |
1056 | 2024-11-15T19:42:21.034Z | Downloaded compact_str v0.8.0 |
1057 | 2024-11-15T19:42:21.037Z | Downloaded bumpalo v3.16.0 |
1058 | 2024-11-15T19:42:21.040Z | Downloaded xattr v1.3.1 |
1059 | 2024-11-15T19:42:21.042Z | Downloaded test-strategy v0.3.1 |
1060 | 2024-11-15T19:42:21.045Z | Downloaded base64 v0.13.1 |
1061 | 2024-11-15T19:42:21.048Z | Downloaded proc-macro-crate v1.3.1 |
1062 | 2024-11-15T19:42:21.050Z | Downloaded whoami v1.5.2 |
1063 | 2024-11-15T19:42:21.052Z | Downloaded rcgen v0.12.1 |
1064 | 2024-11-15T19:42:21.055Z | Downloaded icu_normalizer v1.5.0 |
1065 | 2024-11-15T19:42:21.057Z | Downloaded primeorder v0.13.6 |
1066 | 2024-11-15T19:42:21.060Z | Downloaded spin v0.9.8 |
1067 | 2024-11-15T19:42:21.062Z | Downloaded hyper-rustls v0.27.3 |
1068 | 2024-11-15T19:42:21.064Z | Downloaded memmap2 v0.9.5 |
1069 | 2024-11-15T19:42:21.067Z | Downloaded tokio-rustls v0.25.0 |
1070 | 2024-11-15T19:42:21.069Z | Downloaded lock_api v0.4.12 |
1071 | 2024-11-15T19:42:21.069Z | Downloaded ssh-cipher v0.2.0 |
1072 | 2024-11-15T19:42:21.072Z | Downloaded progenitor-impl v0.8.0 |
1073 | 2024-11-15T19:42:21.074Z | Downloaded libm v0.2.8 |
1074 | 2024-11-15T19:42:21.080Z | Downloaded allocator-api2 v0.2.18 |
1075 | 2024-11-15T19:42:21.083Z | Downloaded zerofrom-derive v0.1.4 |
1076 | 2024-11-15T19:42:21.086Z | Downloaded untrusted v0.7.1 |
1077 | 2024-11-15T19:42:21.086Z | Downloaded mockall v0.13.0 |
1078 | 2024-11-15T19:42:21.088Z | Downloaded kstat-rs v0.2.4 |
1079 | 2024-11-15T19:42:21.088Z | Downloaded linked-hash-map v0.5.6 |
1080 | 2024-11-15T19:42:21.088Z | Downloaded ipnetwork v0.20.0 |
1081 | 2024-11-15T19:42:21.091Z | Downloaded indoc v1.0.9 |
1082 | 2024-11-15T19:42:21.093Z | Downloaded linear-map v1.2.0 |
1083 | 2024-11-15T19:42:21.095Z | Downloaded lalrpop-util v0.19.12 |
1084 | 2024-11-15T19:42:21.095Z | Downloaded base64 v0.22.1 |
1085 | 2024-11-15T19:42:21.098Z | Downloaded console v0.15.8 |
1086 | 2024-11-15T19:42:21.101Z | Downloaded cancel-safe-futures v0.1.5 |
1087 | 2024-11-15T19:42:21.104Z | Downloaded darling v0.20.10 |
1088 | 2024-11-15T19:42:21.108Z | Downloaded httpdate v1.0.3 |
1089 | 2024-11-15T19:42:21.111Z | Downloaded ciborium v0.2.2 |
1090 | 2024-11-15T19:42:21.113Z | Downloaded bzip2 v0.4.4 |
1091 | 2024-11-15T19:42:21.115Z | Downloaded bcs v0.1.6 |
1092 | 2024-11-15T19:42:21.117Z | Downloaded rustc_version v0.1.7 |
1093 | 2024-11-15T19:42:21.117Z | Downloaded base64ct v1.6.0 |
1094 | 2024-11-15T19:42:21.119Z | Downloaded backoff v0.4.0 |
1095 | 2024-11-15T19:42:21.123Z | Downloaded lru-cache v0.1.2 |
1096 | 2024-11-15T19:42:21.123Z | Downloaded indent_write v2.2.0 |
1097 | 2024-11-15T19:42:21.123Z | Downloaded hostname v0.4.0 |
1098 | 2024-11-15T19:42:21.125Z | Downloaded hostname v0.3.1 |
1099 | 2024-11-15T19:42:21.127Z | Downloaded rustc-hash v2.0.0 |
1100 | 2024-11-15T19:42:21.127Z | Downloaded rustc-hash v1.1.0 |
1101 | 2024-11-15T19:42:21.127Z | Downloaded itertools v0.10.5 |
1102 | 2024-11-15T19:42:21.134Z | Downloaded http-body-util v0.1.2 |
1103 | 2024-11-15T19:42:21.136Z | Downloaded lockfree-object-pool v0.1.6 |
1104 | 2024-11-15T19:42:21.140Z | Downloaded curve25519-dalek-derive v0.1.1 |
1105 | 2024-11-15T19:42:21.140Z | Downloaded crossbeam-deque v0.8.5 |
1106 | 2024-11-15T19:42:21.142Z | Downloaded crc-catalog v2.4.0 |
1107 | 2024-11-15T19:42:21.142Z | Downloaded cmake v0.1.51 |
1108 | 2024-11-15T19:42:21.144Z | Downloaded cassowary v0.3.0 |
1109 | 2024-11-15T19:42:21.144Z | Downloaded block-padding v0.3.3 |
1110 | 2024-11-15T19:42:21.147Z | Downloaded cfg_aliases v0.1.1 |
1111 | 2024-11-15T19:42:21.147Z | Downloaded castaway v0.2.3 |
1112 | 2024-11-15T19:42:21.147Z | Downloaded bcrypt-pbkdf v0.10.0 |
1113 | 2024-11-15T19:42:21.149Z | Downloaded cipher v0.4.4 |
1114 | 2024-11-15T19:42:21.149Z | Downloaded ciborium-ll v0.2.2 |
1115 | 2024-11-15T19:42:21.152Z | Downloaded bitfield-struct v0.6.2 |
1116 | 2024-11-15T19:42:21.152Z | Downloaded bit-vec v0.6.3 |
1117 | 2024-11-15T19:42:21.154Z | Downloaded blowfish v0.9.1 |
1118 | 2024-11-15T19:42:21.154Z | Downloaded bit-set v0.5.3 |
1119 | 2024-11-15T19:42:21.157Z | Downloaded clang-sys v1.8.1 |
1120 | 2024-11-15T19:42:21.159Z | Downloaded icu_properties v1.5.1 |
1121 | 2024-11-15T19:42:21.161Z | Downloaded headers-core v0.3.0 |
1122 | 2024-11-15T19:42:21.163Z | Downloaded crucible-workspace-hack v0.1.0 |
1123 | 2024-11-15T19:42:21.163Z | Downloaded crossbeam-utils v0.8.20 |
1124 | 2024-11-15T19:42:21.166Z | Downloaded async-trait v0.1.83 |
1125 | 2024-11-15T19:42:21.169Z | Downloaded arrayref v0.3.9 |
1126 | 2024-11-15T19:42:21.171Z | Downloaded crunchy v0.2.2 |
1127 | 2024-11-15T19:42:21.171Z | Downloaded assert_matches v1.5.0 |
1128 | 2024-11-15T19:42:21.171Z | Downloaded ascii-canvas v3.0.0 |
1129 | 2024-11-15T19:42:21.173Z | Downloaded inout v0.1.3 |
1130 | 2024-11-15T19:42:21.173Z | Downloaded async-recursion v1.1.1 |
1131 | 2024-11-15T19:42:21.176Z | Downloaded const_format_proc_macros v0.2.33 |
1132 | 2024-11-15T19:42:21.216Z | Downloaded ring v0.17.8 |
1133 | 2024-11-15T19:42:21.436Z | Downloaded ring v0.16.20 |
1134 | 2024-11-15T19:42:21.518Z | Downloaded libsqlite3-sys v0.30.1 |
1135 | 2024-11-15T19:42:21.631Z | Downloaded aws-lc-sys v0.22.0 |
1136 | 2024-11-15T19:42:21.934Z | Compiling serde v1.0.215 |
1137 | 2024-11-15T19:42:21.937Z | Compiling lock_api v0.4.12 |
1138 | 2024-11-15T19:42:21.937Z | Compiling scopeguard v1.2.0 |
1139 | 2024-11-15T19:42:21.937Z | Compiling value-bag v1.9.0 |
1140 | 2024-11-15T19:42:21.937Z | Compiling typenum v1.17.0 |
1141 | 2024-11-15T19:42:21.937Z | Compiling generic-array v0.14.7 |
1142 | 2024-11-15T19:42:22.108Z | Compiling syn v2.0.87 |
1143 | 2024-11-15T19:42:22.119Z | Compiling getrandom v0.2.15 |
1144 | 2024-11-15T19:42:22.219Z | Compiling shlex v1.3.0 |
1145 | 2024-11-15T19:42:22.426Z | Compiling rand_core v0.6.4 |
1146 | 2024-11-15T19:42:22.554Z | Compiling log v0.4.22 |
1147 | 2024-11-15T19:42:22.654Z | Compiling subtle v2.6.1 |
1148 | 2024-11-15T19:42:22.675Z | Compiling jobserver v0.1.32 |
1149 | 2024-11-15T19:42:22.704Z | Compiling const-oid v0.9.6 |
1150 | 2024-11-15T19:42:22.950Z | Compiling smallvec v1.13.2 |
1151 | 2024-11-15T19:42:22.952Z | Compiling spin v0.9.8 |
1152 | 2024-11-15T19:42:22.986Z | Compiling pin-project-lite v0.2.14 |
1153 | 2024-11-15T19:42:23.116Z | Compiling cc v1.1.30 |
1154 | 2024-11-15T19:42:23.334Z | Compiling rustix v0.38.37 |
1155 | 2024-11-15T19:42:23.353Z | Compiling parking_lot_core v0.9.10 |
1156 | 2024-11-15T19:42:23.444Z | Compiling futures-core v0.3.31 |
1157 | 2024-11-15T19:42:23.575Z | Compiling signal-hook-registry v1.4.2 |
1158 | 2024-11-15T19:42:23.705Z | Compiling mio v1.0.2 |
1159 | 2024-11-15T19:42:24.283Z | Compiling parking_lot v0.12.3 |
1160 | 2024-11-15T19:42:24.551Z | Compiling aho-corasick v1.1.3 |
1161 | 2024-11-15T19:42:24.575Z | Compiling either v1.13.0 |
1162 | 2024-11-15T19:42:24.808Z | Compiling regex-syntax v0.8.5 |
1163 | 2024-11-15T19:42:24.918Z | Compiling cpufeatures v0.2.14 |
1164 | 2024-11-15T19:42:25.008Z | Compiling lazy_static v1.5.0 |
1165 | 2024-11-15T19:42:25.025Z | Compiling stable_deref_trait v1.2.0 |
1166 | 2024-11-15T19:42:25.127Z | Compiling futures-sink v0.3.31 |
1167 | 2024-11-15T19:42:25.145Z | Compiling glob v0.3.1 |
1168 | 2024-11-15T19:42:25.148Z | Compiling socket2 v0.5.7 |
1169 | 2024-11-15T19:42:25.260Z | Compiling slab v0.4.9 |
1170 | 2024-11-15T19:42:25.289Z | Compiling prettyplease v0.2.25 |
1171 | 2024-11-15T19:42:25.659Z | Compiling minimal-lexical v0.2.1 |
1172 | 2024-11-15T19:42:26.052Z | Compiling libloading v0.8.5 |
1173 | 2024-11-15T19:42:26.195Z | Compiling clang-sys v1.8.1 |
1174 | 2024-11-15T19:42:26.217Z | Compiling nom v7.1.3 |
1175 | 2024-11-15T19:42:26.221Z | Compiling serde_json v1.0.132 |
1176 | 2024-11-15T19:42:26.487Z | Compiling bindgen v0.69.5 |
1177 | 2024-11-15T19:42:26.544Z | Compiling home v0.5.9 |
1178 | 2024-11-15T19:42:26.845Z | Compiling futures-channel v0.3.31 |
1179 | 2024-11-15T19:42:27.314Z | Compiling itertools v0.12.1 |
1180 | 2024-11-15T19:42:27.395Z | Compiling foldhash v0.1.3 |
1181 | 2024-11-15T19:42:27.715Z | Compiling rustc-hash v1.1.0 |
1182 | 2024-11-15T19:42:27.742Z | Compiling allocator-api2 v0.2.18 |
1183 | 2024-11-15T19:42:27.872Z | Compiling futures-task v0.3.31 |
1184 | 2024-11-15T19:42:28.158Z | Compiling lazycell v1.3.0 |
1185 | 2024-11-15T19:42:28.480Z | Compiling pin-utils v0.1.0 |
1186 | 2024-11-15T19:42:28.483Z | Compiling regex-automata v0.4.8 |
1187 | 2024-11-15T19:42:28.539Z | Compiling futures-io v0.3.31 |
1188 | 2024-11-15T19:42:28.894Z | Compiling hashbrown v0.15.0 |
1189 | 2024-11-15T19:42:30.091Z | Compiling synstructure v0.13.1 |
1190 | 2024-11-15T19:42:30.286Z | Compiling cexpr v0.6.0 |
1191 | 2024-11-15T19:42:30.532Z | Compiling cmake v0.1.51 |
1192 | 2024-11-15T19:42:31.570Z | Compiling libm v0.2.8 |
1193 | 2024-11-15T19:42:31.690Z | Compiling dunce v1.0.5 |
1194 | 2024-11-15T19:42:31.785Z | Compiling fs_extra v1.3.0 |
1195 | 2024-11-15T19:42:31.824Z | Compiling tinyvec_macros v0.1.1 |
1196 | 2024-11-15T19:42:31.900Z | Compiling pkg-config v0.3.31 |
1197 | 2024-11-15T19:42:31.951Z | Compiling tinyvec v1.8.0 |
1198 | 2024-11-15T19:42:32.083Z | Compiling num-traits v0.2.19 |
1199 | 2024-11-15T19:42:32.598Z | Compiling ring v0.17.8 |
1200 | 2024-11-15T19:42:33.409Z | Compiling unicode-normalization v0.1.24 |
1201 | 2024-11-15T19:42:33.440Z | Compiling base64ct v1.6.0 |
1202 | 2024-11-15T19:42:33.459Z | Compiling unicode-bidi v0.3.17 |
1203 | 2024-11-15T19:42:33.733Z | Compiling litemap v0.7.3 |
1204 | 2024-11-15T19:42:33.802Z | Compiling writeable v0.5.5 |
1205 | 2024-11-15T19:42:34.018Z | Compiling regex v1.11.1 |
1206 | 2024-11-15T19:42:34.146Z | Compiling paste v1.0.15 |
1207 | 2024-11-15T19:42:34.427Z | Compiling pem-rfc7468 v0.7.0 |
1208 | 2024-11-15T19:42:34.946Z | Compiling flagset v0.4.6 |
1209 | 2024-11-15T19:42:35.082Z | Compiling aws-lc-rs v1.10.0 |
1210 | 2024-11-15T19:42:35.116Z | Compiling httparse v1.9.5 |
1211 | 2024-11-15T19:42:35.539Z | Compiling tracing-core v0.1.32 |
1212 | 2024-11-15T19:42:35.921Z | Compiling rustls-pki-types v1.9.0 |
1213 | 2024-11-15T19:42:36.298Z | Compiling crossbeam-utils v0.8.20 |
1214 | 2024-11-15T19:42:36.583Z | Compiling percent-encoding v2.3.1 |
1215 | 2024-11-15T19:42:36.866Z | Compiling icu_locid_transform_data v1.5.0 |
1216 | 2024-11-15T19:42:36.969Z | Compiling mirai-annotations v1.12.0 |
1217 | 2024-11-15T19:42:36.987Z | Compiling serde_derive v1.0.215 |
1218 | 2024-11-15T19:42:36.990Z | Compiling zeroize_derive v1.4.2 |
1219 | 2024-11-15T19:42:37.024Z | Compiling zerocopy-derive v0.7.35 |
1220 | 2024-11-15T19:42:37.159Z | Compiling tokio-macros v2.4.0 |
1221 | 2024-11-15T19:42:37.676Z | Compiling zerofrom-derive v0.1.4 |
1222 | 2024-11-15T19:42:38.566Z | Compiling zeroize v1.8.1 |
1223 | 2024-11-15T19:42:38.798Z | Compiling thiserror-impl v1.0.69 |
1224 | 2024-11-15T19:42:39.100Z | Compiling yoke-derive v0.7.4 |
1225 | 2024-11-15T19:42:39.312Z | Compiling zerocopy v0.7.35 |
1226 | 2024-11-15T19:42:40.359Z | Compiling crypto-common v0.1.6 |
1227 | 2024-11-15T19:42:40.379Z | Compiling block-buffer v0.10.4 |
1228 | 2024-11-15T19:42:40.607Z | Compiling digest v0.10.7 |
1229 | 2024-11-15T19:42:40.647Z | Compiling futures-macro v0.3.31 |
1230 | 2024-11-15T19:42:40.937Z | Compiling zerovec-derive v0.10.3 |
1231 | 2024-11-15T19:42:41.098Z | Compiling hmac v0.12.1 |
1232 | 2024-11-15T19:42:41.202Z | Compiling block-padding v0.3.3 |
1233 | 2024-11-15T19:42:41.345Z | Compiling displaydoc v0.2.5 |
1234 | 2024-11-15T19:42:41.456Z | Compiling inout v0.1.3 |
1235 | 2024-11-15T19:42:41.741Z | Compiling cipher v0.4.4 |
1236 | 2024-11-15T19:42:41.829Z | Compiling zerofrom v0.1.4 |
1237 | 2024-11-15T19:42:42.073Z | Compiling sha2 v0.10.8 |
1238 | 2024-11-15T19:42:42.181Z | Compiling yoke v0.7.4 |
1239 | 2024-11-15T19:42:42.184Z | Compiling thiserror v1.0.69 |
1240 | 2024-11-15T19:42:42.285Z | Compiling ppv-lite86 v0.2.20 |
1241 | 2024-11-15T19:42:42.330Z | Compiling icu_provider_macros v1.5.0 |
1242 | 2024-11-15T19:42:42.528Z | Compiling der_derive v0.7.3 |
1243 | 2024-11-15T19:42:42.606Z | Compiling futures-util v0.3.31 |
1244 | 2024-11-15T19:42:43.031Z | Compiling tracing-attributes v0.1.27 |
1245 | 2024-11-15T19:42:43.157Z | Compiling rand_chacha v0.3.1 |
1246 | 2024-11-15T19:42:43.516Z | Compiling pest v2.7.14 |
1247 | 2024-11-15T19:42:43.654Z | Compiling zerovec v0.10.4 |
1248 | 2024-11-15T19:42:45.191Z | Compiling der v0.7.9 |
1249 | 2024-11-15T19:42:45.525Z | Compiling rand v0.8.5 |
1250 | 2024-11-15T19:42:45.631Z | Compiling tinystr v0.7.6 |
1251 | 2024-11-15T19:42:46.001Z | Compiling icu_collections v1.5.0 |
1252 | 2024-11-15T19:42:46.072Z | Compiling icu_locid v1.5.0 |
1253 | 2024-11-15T19:42:46.609Z | Compiling salsa20 v0.10.2 |
1254 | 2024-11-15T19:42:46.816Z | Compiling tracing v0.1.40 |
1255 | 2024-11-15T19:42:46.847Z | Compiling pbkdf2 v0.12.2 |
1256 | 2024-11-15T19:42:47.018Z | Compiling powerfmt v0.2.0 |
1257 | 2024-11-15T19:42:47.375Z | Compiling icu_provider v1.5.0 |
1258 | 2024-11-15T19:42:47.411Z | Compiling spki v0.7.3 |
1259 | 2024-11-15T19:42:47.495Z | Compiling untrusted v0.9.0 |
1260 | 2024-11-15T19:42:47.657Z | Compiling untrusted v0.7.1 |
1261 | 2024-11-15T19:42:47.677Z | Compiling vcpkg v0.2.15 |
1262 | 2024-11-15T19:42:47.776Z | Compiling time-core v0.1.2 |
1263 | 2024-11-15T19:42:47.838Z | Compiling icu_properties_data v1.5.0 |
1264 | 2024-11-15T19:42:47.963Z | Compiling num-conv v0.1.0 |
1265 | 2024-11-15T19:42:48.090Z | Compiling icu_locid_transform v1.5.0 |
1266 | 2024-11-15T19:42:48.260Z | Compiling time-macros v0.2.18 |
1267 | 2024-11-15T19:42:48.487Z | Compiling deranged v0.3.11 |
1268 | 2024-11-15T19:42:48.507Z | Compiling scrypt v0.11.0 |
1269 | 2024-11-15T19:42:48.778Z | Compiling pest_meta v2.7.14 |
1270 | 2024-11-15T19:42:49.138Z | Compiling aes v0.8.4 |
1271 | 2024-11-15T19:42:49.917Z | Compiling openssl-sys v0.9.104 |
1272 | 2024-11-15T19:42:50.466Z | Compiling icu_properties v1.5.1 |
1273 | 2024-11-15T19:42:50.815Z | Compiling cbc v0.1.2 |
1274 | 2024-11-15T19:42:51.006Z | Compiling bitflags v2.6.0 |
1275 | 2024-11-15T19:42:51.062Z | Compiling bytes v1.8.0 |
1276 | 2024-11-15T19:42:51.572Z | Compiling indexmap v2.6.0 |
1277 | 2024-11-15T19:42:51.999Z | Compiling tokio v1.40.0 |
1278 | 2024-11-15T19:42:52.229Z | Compiling http v1.1.0 |
1279 | 2024-11-15T19:42:52.345Z | Compiling semver v1.0.23 |
1280 | 2024-11-15T19:42:53.092Z | Compiling rustc_version v0.4.1 |
1281 | 2024-11-15T19:42:53.885Z | Compiling scroll_derive v0.12.0 |
1282 | 2024-11-15T19:42:53.914Z | Compiling write16 v1.0.0 |
1283 | 2024-11-15T19:42:54.050Z | Compiling icu_normalizer_data v1.5.0 |
1284 | 2024-11-15T19:42:54.168Z | Compiling atomic-waker v1.1.2 |
1285 | 2024-11-15T19:42:54.378Z | Compiling num_threads v0.1.7 |
1286 | 2024-11-15T19:42:54.452Z | Compiling utf8_iter v1.0.4 |
1287 | 2024-11-15T19:42:54.518Z | Compiling utf16_iter v1.0.5 |
1288 | 2024-11-15T19:42:54.687Z | Compiling icu_normalizer v1.5.0 |
1289 | 2024-11-15T19:42:54.708Z | Compiling time v0.3.36 |
1290 | 2024-11-15T19:42:54.725Z | Compiling http-body v1.0.1 |
1291 | 2024-11-15T19:42:54.772Z | Compiling pkcs5 v0.7.1 |
1292 | 2024-11-15T19:42:55.070Z | Compiling pest_generator v2.7.14 |
1293 | 2024-11-15T19:42:55.335Z | Compiling which v4.4.2 |
1294 | 2024-11-15T19:42:55.371Z | Compiling scroll v0.12.0 |
1295 | 2024-11-15T19:42:55.957Z | Compiling form_urlencoded v1.2.1 |
1296 | 2024-11-15T19:42:56.007Z | Compiling slog v2.7.0 |
1297 | 2024-11-15T19:42:56.276Z | Compiling try-lock v0.2.5 |
1298 | 2024-11-15T19:42:56.428Z | Compiling want v0.3.1 |
1299 | 2024-11-15T19:42:56.625Z | Compiling goblin v0.8.2 |
1300 | 2024-11-15T19:42:56.699Z | Compiling idna_adapter v1.2.0 |
1301 | 2024-11-15T19:42:56.729Z | Compiling pkcs8 v0.10.2 |
1302 | 2024-11-15T19:42:56.752Z | Compiling httpdate v1.0.3 |
1303 | 2024-11-15T19:42:56.929Z | Compiling idna v1.0.3 |
1304 | 2024-11-15T19:42:57.056Z | Compiling pest_derive v2.7.14 |
1305 | 2024-11-15T19:42:57.429Z | Compiling serde_spanned v0.6.8 |
1306 | 2024-11-15T19:42:57.676Z | Compiling uuid v1.11.0 |
1307 | 2024-11-15T19:42:57.850Z | Compiling dtrace-parser v0.2.0 |
1308 | 2024-11-15T19:42:58.072Z | Compiling toml_datetime v0.6.8 |
1309 | 2024-11-15T19:42:58.601Z | Compiling serde_tokenstream v0.2.2 |
1310 | 2024-11-15T19:42:58.814Z | Compiling foreign-types-shared v0.1.1 |
1311 | 2024-11-15T19:42:58.954Z | Compiling iana-time-zone v0.1.61 |
1312 | 2024-11-15T19:42:59.148Z | Compiling openssl v0.10.68 |
1313 | 2024-11-15T19:42:59.247Z | Compiling tower-service v0.3.3 |
1314 | 2024-11-15T19:42:59.393Z | Compiling adler2 v2.0.0 |
1315 | 2024-11-15T19:42:59.425Z | Compiling match_cfg v0.1.0 |
1316 | 2024-11-15T19:42:59.527Z | Compiling base64 v0.22.1 |
1317 | 2024-11-15T19:42:59.582Z | Compiling rustversion v1.0.17 |
1318 | 2024-11-15T19:42:59.633Z | Compiling miniz_oxide v0.8.0 |
1319 | 2024-11-15T19:42:59.916Z | Compiling hostname v0.3.1 |
1320 | 2024-11-15T19:43:00.108Z | Compiling chrono v0.4.38 |
1321 | 2024-11-15T19:43:00.188Z | Compiling foreign-types v0.3.2 |
1322 | 2024-11-15T19:43:00.298Z | Compiling url v2.5.3 |
1323 | 2024-11-15T19:43:00.387Z | Compiling tokio-util v0.7.12 |
1324 | 2024-11-15T19:43:01.193Z | Compiling openssl-macros v0.1.1 |
1325 | 2024-11-15T19:43:01.713Z | Compiling h2 v0.4.6 |
1326 | 2024-11-15T19:43:01.819Z | Compiling async-trait v0.1.83 |
1327 | 2024-11-15T19:43:01.955Z | Compiling dirs-sys-next v0.1.2 |
1328 | 2024-11-15T19:43:02.283Z | Compiling dof v0.3.0 |
1329 | 2024-11-15T19:43:02.635Z | Compiling rustls v0.23.14 |
1330 | 2024-11-15T19:43:02.885Z | Compiling siphasher v0.3.11 |
1331 | 2024-11-15T19:43:03.278Z | Compiling usdt-impl v0.5.0 |
1332 | 2024-11-15T19:43:03.852Z | Compiling data-encoding v2.6.0 |
1333 | 2024-11-15T19:43:04.517Z | Compiling native-tls v0.2.12 |
1334 | 2024-11-15T19:43:04.632Z | Compiling syn v1.0.109 |
1335 | 2024-11-15T19:43:04.835Z | Compiling rustls v0.22.4 |
1336 | 2024-11-15T19:43:04.954Z | Compiling dirs-next v2.0.0 |
1337 | 2024-11-15T19:43:05.344Z | Compiling http-body-util v0.1.2 |
1338 | 2024-11-15T19:43:05.873Z | Compiling crossbeam-epoch v0.9.18 |
1339 | 2024-11-15T19:43:06.284Z | Compiling heapless v0.7.17 |
1340 | 2024-11-15T19:43:06.580Z | Compiling sha1 v0.10.6 |
1341 | 2024-11-15T19:43:06.653Z | Compiling signature v2.2.0 |
1342 | 2024-11-15T19:43:06.716Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1343 | 2024-11-15T19:43:06.941Z | Compiling serde_derive_internals v0.29.1 |
1344 | 2024-11-15T19:43:06.987Z | Compiling thread_local v1.1.8 |
1345 | 2024-11-15T19:43:07.009Z | Compiling multer v3.1.0 |
1346 | 2024-11-15T19:43:07.189Z | Compiling cookie v0.18.1 |
1347 | 2024-11-15T19:43:07.296Z | Compiling encoding_rs v0.8.34 |
1348 | 2024-11-15T19:43:07.470Z | Compiling unicode-properties v0.1.3 |
1349 | 2024-11-15T19:43:07.543Z | Compiling slog-async v2.8.0 |
1350 | 2024-11-15T19:43:07.661Z | Compiling schemars v0.8.21 |
1351 | 2024-11-15T19:43:07.855Z | Compiling ipnet v2.10.1 |
1352 | 2024-11-15T19:43:07.996Z | Compiling signal-hook v0.3.17 |
1353 | 2024-11-15T19:43:08.068Z | Compiling openssl-probe v0.1.5 |
1354 | 2024-11-15T19:43:08.245Z | Compiling mime v0.3.17 |
1355 | 2024-11-15T19:43:08.417Z | Compiling hyper v1.5.0 |
1356 | 2024-11-15T19:43:08.851Z | Compiling rayon-core v1.12.1 |
1357 | 2024-11-15T19:43:09.140Z | Compiling gimli v0.31.1 |
1358 | 2024-11-15T19:43:09.194Z | Compiling toml_edit v0.22.22 |
1359 | 2024-11-15T19:43:09.808Z | Compiling schemars_derive v0.8.21 |
1360 | 2024-11-15T19:43:11.765Z | Compiling hyper-util v0.1.10 |
1361 | 2024-11-15T19:43:12.775Z | Compiling stringprep v0.1.5 |
1362 | 2024-11-15T19:43:13.222Z | Compiling usdt-attr-macro v0.5.0 |
1363 | 2024-11-15T19:43:13.952Z | Compiling addr2line v0.24.2 |
1364 | 2024-11-15T19:43:13.954Z | Compiling usdt-macro v0.5.0 |
1365 | 2024-11-15T19:43:14.415Z | Compiling crossbeam-deque v0.8.5 |
1366 | 2024-11-15T19:43:14.651Z | Compiling term v0.7.0 |
1367 | 2024-11-15T19:43:14.757Z | Compiling slog-json v2.6.1 |
1368 | 2024-11-15T19:43:14.845Z | Compiling serde_urlencoded v0.7.1 |
1369 | 2024-11-15T19:43:14.864Z | Compiling crossbeam-channel v0.5.13 |
1370 | 2024-11-15T19:43:15.147Z | Compiling curve25519-dalek v4.1.3 |
1371 | 2024-11-15T19:43:15.432Z | Compiling enum-as-inner v0.6.1 |
1372 | 2024-11-15T19:43:15.695Z | Compiling futures-executor v0.3.31 |
1373 | 2024-11-15T19:43:15.800Z | Compiling md-5 v0.10.6 |
1374 | 2024-11-15T19:43:15.939Z | Compiling async-stream-impl v0.3.6 |
1375 | 2024-11-15T19:43:16.056Z | Compiling rustls-pemfile v2.2.0 |
1376 | 2024-11-15T19:43:16.077Z | Compiling num-integer v0.1.46 |
1377 | 2024-11-15T19:43:16.137Z | Compiling idna v0.3.0 |
1378 | 2024-11-15T19:43:16.399Z | Compiling idna v0.4.0 |
1379 | 2024-11-15T19:43:16.522Z | Compiling hash32 v0.2.1 |
1380 | 2024-11-15T19:43:16.876Z | Compiling ff v0.13.0 |
1381 | 2024-11-15T19:43:16.898Z | Compiling is-terminal v0.4.13 |
1382 | 2024-11-15T19:43:17.026Z | Compiling object v0.36.5 |
1383 | 2024-11-15T19:43:17.100Z | Compiling dropshot v0.12.0 |
1384 | 2024-11-15T19:43:17.261Z | Compiling rustc-demangle v0.1.24 |
1385 | 2024-11-15T19:43:17.385Z | Compiling utf-8 v0.7.6 |
1386 | 2024-11-15T19:43:17.451Z | Compiling num-bigint-dig v0.8.4 |
1387 | 2024-11-15T19:43:17.720Z | Compiling fallible-iterator v0.2.0 |
1388 | 2024-11-15T19:43:17.741Z | Compiling psl-types v2.0.11 |
1389 | 2024-11-15T19:43:17.853Z | Compiling base16ct v0.2.0 |
1390 | 2024-11-15T19:43:17.941Z | Compiling linked-hash-map v0.5.6 |
1391 | 2024-11-15T19:43:18.079Z | Compiling dyn-clone v1.0.17 |
1392 | 2024-11-15T19:43:18.169Z | Compiling anyhow v1.0.93 |
1393 | 2024-11-15T19:43:18.236Z | Compiling take_mut v0.2.2 |
1394 | 2024-11-15T19:43:18.306Z | Compiling smoltcp v0.9.1 |
1395 | 2024-11-15T19:43:18.327Z | Compiling portable-atomic v1.9.0 |
1396 | 2024-11-15T19:43:18.403Z | Compiling quick-error v1.2.3 |
1397 | 2024-11-15T19:43:18.559Z | Compiling resolv-conf v0.7.0 |
1398 | 2024-11-15T19:43:19.093Z | Compiling postgres-protocol v0.6.7 |
1399 | 2024-11-15T19:43:19.205Z | Compiling lru-cache v0.1.2 |
1400 | 2024-11-15T19:43:19.438Z | Compiling sec1 v0.7.3 |
1401 | 2024-11-15T19:43:19.459Z | Compiling publicsuffix v2.2.3 |
1402 | 2024-11-15T19:43:19.701Z | Compiling tungstenite v0.24.0 |
1403 | 2024-11-15T19:43:19.793Z | Compiling hickory-proto v0.24.1 |
1404 | 2024-11-15T19:43:20.013Z | Compiling async-stream v0.3.6 |
1405 | 2024-11-15T19:43:20.342Z | Compiling group v0.13.0 |
1406 | 2024-11-15T19:43:20.476Z | Compiling slog-term v2.9.1 |
1407 | 2024-11-15T19:43:20.662Z | Compiling usdt v0.5.0 |
1408 | 2024-11-15T19:43:21.796Z | Compiling num-iter v0.1.45 |
1409 | 2024-11-15T19:43:22.052Z | Compiling futures v0.3.31 |
1410 | 2024-11-15T19:43:22.110Z | Compiling slog-bunyan v2.5.0 |
1411 | 2024-11-15T19:43:23.568Z | Compiling camino v1.1.9 |
1412 | 2024-11-15T19:43:23.626Z | Compiling tokio-native-tls v0.3.1 |
1413 | 2024-11-15T19:43:23.931Z | Compiling toml v0.8.19 |
1414 | 2024-11-15T19:43:23.968Z | Compiling phf_shared v0.11.2 |
1415 | 2024-11-15T19:43:24.266Z | Compiling dropshot_endpoint v0.12.0 |
1416 | 2024-11-15T19:43:24.367Z | Compiling backtrace v0.3.74 |
1417 | 2024-11-15T19:43:24.530Z | Compiling terminal_size v0.4.0 |
1418 | 2024-11-15T19:43:24.759Z | Compiling waitgroup v0.1.2 |
1419 | 2024-11-15T19:43:25.000Z | Compiling openapiv3 v2.0.0 |
1420 | 2024-11-15T19:43:25.146Z | Compiling serde_path_to_error v0.1.16 |
1421 | 2024-11-15T19:43:25.710Z | Compiling hkdf v0.12.4 |
1422 | 2024-11-15T19:43:25.969Z | Compiling crypto-bigint v0.5.5 |
1423 | 2024-11-15T19:43:26.004Z | Compiling zerocopy-derive v0.6.6 |
1424 | 2024-11-15T19:43:28.141Z | Compiling curve25519-dalek-derive v0.1.1 |
1425 | 2024-11-15T19:43:28.312Z | Compiling webpki-roots v0.26.6 |
1426 | 2024-11-15T19:43:28.539Z | Compiling idna v0.5.0 |
1427 | 2024-11-15T19:43:28.585Z | Compiling hubpack_derive v0.1.1 |
1428 | 2024-11-15T19:43:28.960Z | Compiling hostname v0.4.0 |
1429 | 2024-11-15T19:43:29.232Z | Compiling crc32fast v1.4.2 |
1430 | 2024-11-15T19:43:29.501Z | Compiling fs-err v2.11.0 |
1431 | 2024-11-15T19:43:29.535Z | Compiling ahash v0.8.11 |
1432 | 2024-11-15T19:43:29.557Z | Compiling managed v0.8.0 |
1433 | 2024-11-15T19:43:29.655Z | Compiling bitflags v1.3.2 |
1434 | 2024-11-15T19:43:29.771Z | Compiling debug-ignore v1.0.5 |
1435 | 2024-11-15T19:43:29.774Z | Compiling winnow v0.5.40 |
1436 | 2024-11-15T19:43:29.949Z | Compiling clap_builder v4.5.21 |
1437 | 2024-11-15T19:43:30.143Z | Compiling console v0.15.8 |
1438 | 2024-11-15T19:43:30.251Z | Compiling strum_macros v0.25.3 |
1439 | 2024-11-15T19:43:31.715Z | Compiling hubpack v0.1.2 |
1440 | 2024-11-15T19:43:32.062Z | Compiling flate2 v1.0.34 |
1441 | 2024-11-15T19:43:32.171Z | Compiling cookie_store v0.21.0 |
1442 | 2024-11-15T19:43:32.174Z | Compiling elliptic-curve v0.13.8 |
1443 | 2024-11-15T19:43:33.006Z | Compiling zerocopy v0.6.6 |
1444 | 2024-11-15T19:43:33.027Z | Compiling hickory-resolver v0.24.1 |
1445 | 2024-11-15T19:43:33.609Z | Compiling toml_edit v0.19.15 |
1446 | 2024-11-15T19:43:33.892Z | Compiling phf v0.11.2 |
1447 | 2024-11-15T19:43:34.232Z | Compiling hyper-tls v0.6.0 |
1448 | 2024-11-15T19:43:34.520Z | Compiling signal-hook-mio v0.2.4 |
1449 | 2024-11-15T19:43:34.658Z | Compiling rayon v1.10.0 |
1450 | 2024-11-15T19:43:34.684Z | Compiling bzip2 v0.4.4 |
1451 | 2024-11-15T19:43:35.104Z | Compiling tokio-tungstenite v0.24.0 |
1452 | 2024-11-15T19:43:35.669Z | Compiling postgres-types v0.2.8 |
1453 | 2024-11-15T19:43:38.616Z | Compiling ed25519 v2.2.3 |
1454 | 2024-11-15T19:43:38.640Z | Compiling phf_shared v0.10.0 |
1455 | 2024-11-15T19:43:39.083Z | Compiling tokio-stream v0.1.16 |
1456 | 2024-11-15T19:43:39.287Z | Compiling pkcs1 v0.7.5 |
1457 | 2024-11-15T19:43:39.520Z | Compiling serde-big-array v0.5.1 |
1458 | 2024-11-15T19:43:39.758Z | Compiling clap_derive v4.5.18 |
1459 | 2024-11-15T19:43:39.857Z | Compiling rfc6979 v0.4.0 |
1460 | 2024-11-15T19:43:40.053Z | Compiling derive-where v1.2.7 |
1461 | 2024-11-15T19:43:40.159Z | Compiling serde_repr v0.1.19 |
1462 | 2024-11-15T19:43:40.305Z | Compiling float-cmp v0.9.0 |
1463 | 2024-11-15T19:43:40.521Z | Compiling bstr v1.10.0 |
1464 | 2024-11-15T19:43:40.542Z | Compiling sync_wrapper v1.0.1 |
1465 | 2024-11-15T19:43:40.697Z | Compiling unicode-width v0.2.0 |
1466 | 2024-11-15T19:43:41.250Z | Compiling predicates-core v1.0.8 |
1467 | 2024-11-15T19:43:41.368Z | Compiling normalize-line-endings v0.3.0 |
1468 | 2024-11-15T19:43:41.499Z | Compiling fixedbitset v0.4.2 |
1469 | 2024-11-15T19:43:41.601Z | Compiling precomputed-hash v0.1.1 |
1470 | 2024-11-15T19:43:41.688Z | Compiling bit-vec v0.6.3 |
1471 | 2024-11-15T19:43:41.725Z | Compiling static_assertions v1.1.0 |
1472 | 2024-11-15T19:43:41.831Z | Compiling difflib v0.4.0 |
1473 | 2024-11-15T19:43:41.963Z | Compiling whoami v1.5.2 |
1474 | 2024-11-15T19:43:42.163Z | Compiling new_debug_unreachable v1.0.6 |
1475 | 2024-11-15T19:43:42.264Z | Compiling number_prefix v0.4.0 |
1476 | 2024-11-15T19:43:42.370Z | Compiling unicode-segmentation v1.12.0 |
1477 | 2024-11-15T19:43:42.485Z | Compiling indicatif v0.17.9 |
1478 | 2024-11-15T19:43:42.614Z | Compiling tokio-postgres v0.7.12 |
1479 | 2024-11-15T19:43:43.268Z | Compiling similar v2.6.0 |
1480 | 2024-11-15T19:43:43.458Z | Compiling string_cache v0.8.7 |
1481 | 2024-11-15T19:43:43.691Z | Compiling predicates v3.1.2 |
1482 | 2024-11-15T19:43:43.972Z | Compiling bit-set v0.5.3 |
1483 | 2024-11-15T19:43:44.284Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1484 | 2024-11-15T19:43:44.749Z | Compiling clap v4.5.21 |
1485 | 2024-11-15T19:43:44.769Z | Compiling petgraph v0.6.5 |
1486 | 2024-11-15T19:43:44.882Z | Compiling ecdsa v0.16.9 |
1487 | 2024-11-15T19:43:45.495Z | Compiling rsa v0.9.6 |
1488 | 2024-11-15T19:43:45.725Z | Compiling ed25519-dalek v2.1.1 |
1489 | 2024-11-15T19:43:45.746Z | Compiling toml v0.7.8 |
1490 | 2024-11-15T19:43:47.051Z | Compiling zip v0.6.6 |
1491 | 2024-11-15T19:43:47.504Z | Compiling crossterm v0.28.1 |
1492 | 2024-11-15T19:43:48.952Z | Compiling hex v0.4.3 |
1493 | 2024-11-15T19:43:48.954Z | Compiling x509-cert v0.2.5 |
1494 | 2024-11-15T19:43:49.203Z | Compiling itertools v0.10.5 |
1495 | 2024-11-15T19:43:49.336Z | Compiling lalrpop-util v0.19.12 |
1496 | 2024-11-15T19:43:49.558Z | Compiling peg-runtime v0.8.3 |
1497 | 2024-11-15T19:43:49.714Z | Compiling unicode-xid v0.2.6 |
1498 | 2024-11-15T19:43:49.903Z | Compiling strum_macros v0.26.4 |
1499 | 2024-11-15T19:43:50.242Z | Compiling xattr v1.3.1 |
1500 | 2024-11-15T19:43:50.518Z | Compiling filetime v0.2.25 |
1501 | 2024-11-15T19:43:50.848Z | Compiling tar v0.4.43 |
1502 | 2024-11-15T19:43:55.094Z | Compiling strum v0.26.3 |
1503 | 2024-11-15T19:43:57.610Z | Compiling aws-lc-sys v0.22.0 |
1504 | 2024-11-15T19:44:25.259Z | Compiling rustls-webpki v0.102.8 |
1505 | 2024-11-15T19:44:28.670Z | Compiling tokio-rustls v0.25.0 |
1506 | 2024-11-15T19:44:30.338Z | Compiling tokio-rustls v0.26.0 |
1507 | 2024-11-15T19:44:30.801Z | Compiling hyper-rustls v0.27.3 |
1508 | 2024-11-15T19:44:31.138Z | Compiling reqwest v0.12.9 |
1509 | 2024-11-15T19:44:32.456Z | Compiling qorb v0.2.0 |
1510 | 2024-11-15T19:44:37.132Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1511 | 2024-11-15T19:44:37.368Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1512 | 2024-11-15T19:44:43.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 24s |
1513 | 2024-11-15T19:44:43.345Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1514 | 2024-11-15T19:44:43.394Z | Nov 15 19:44:41.872 INFO Starting download, target: Clickhouse |
1515 | 2024-11-15T19:44:43.394Z | Nov 15 19:44:41.872 INFO Starting download, target: Console |
1516 | 2024-11-15T19:44:43.394Z | Nov 15 19:44:41.872 INFO Starting download, target: Cockroach |
1517 | 2024-11-15T19:44:43.394Z | Nov 15 19:44:41.872 INFO Starting download, target: DendriteOpenapi |
1518 | 2024-11-15T19:44:43.397Z | Nov 15 19:44:41.872 INFO Starting download, target: DendriteStub |
1519 | 2024-11-15T19:44:43.397Z | Nov 15 19:44:41.872 INFO Starting download, target: MaghemiteMgd |
1520 | 2024-11-15T19:44:43.397Z | Nov 15 19:44:41.872 INFO Starting download, target: TransceiverControl |
1521 | 2024-11-15T19:44:43.397Z | Nov 15 19:44:41.873 INFO Downloading out/downloads/dpd-a9d6214a29327ebc99c10c5d3cf5cc6963234498.json (attempt 1/3), target: DendriteOpenapi |
1522 | 2024-11-15T19:44:43.397Z | Nov 15 19:44:41.873 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1523 | 2024-11-15T19:44:43.397Z | Nov 15 19:44:41.873 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1524 | 2024-11-15T19:44:43.397Z | Nov 15 19:44:41.873 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1525 | 2024-11-15T19:44:43.397Z | Nov 15 19:44:41.873 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1526 | 2024-11-15T19:44:43.397Z | Nov 15 19:44:41.873 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1527 | 2024-11-15T19:44:43.397Z | Nov 15 19:44:41.873 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1528 | 2024-11-15T19:44:43.714Z | Nov 15 19:44:42.187 INFO Download complete, target: DendriteOpenapi |
1529 | 2024-11-15T19:44:43.834Z | Nov 15 19:44:42.307 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1530 | 2024-11-15T19:44:43.947Z | Nov 15 19:44:42.418 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1531 | 2024-11-15T19:44:44.282Z | Nov 15 19:44:42.744 INFO Download complete, target: Console |
1532 | 2024-11-15T19:44:44.453Z | Nov 15 19:44:42.929 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1533 | 2024-11-15T19:44:44.487Z | Nov 15 19:44:42.961 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1534 | 2024-11-15T19:44:44.495Z | Nov 15 19:44:42.972 INFO Download complete, target: TransceiverControl |
1535 | 2024-11-15T19:44:45.153Z | Nov 15 19:44:43.630 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1536 | 2024-11-15T19:44:45.153Z | Nov 15 19:44:43.630 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1537 | 2024-11-15T19:44:45.711Z | Nov 15 19:44:44.188 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1538 | 2024-11-15T19:44:47.232Z | Nov 15 19:44:45.706 INFO Download complete, target: DendriteStub |
1539 | 2024-11-15T19:44:47.267Z | Nov 15 19:44:45.743 INFO Download complete, target: MaghemiteMgd |
1540 | 2024-11-15T19:44:52.375Z | Nov 15 19:44:50.849 INFO Checking that binary works, target: Cockroach |
1541 | 2024-11-15T19:44:52.529Z | Nov 15 19:44:51.003 INFO Download complete, target: Cockroach |
1542 | 2024-11-15T19:44:57.801Z | Nov 15 19:44:56.272 INFO Checking that binary works, target: Clickhouse |
1543 | 2024-11-15T19:44:57.966Z | Nov 15 19:44:56.438 INFO Download complete, target: Clickhouse |
1544 | 2024-11-15T19:44:57.974Z | All prerequisites installed successfully |
1545 | 2024-11-15T19:44:57.976Z | |
1546 | 2024-11-15T19:44:57.976Z | real 5:14.196109192 |
1547 | 2024-11-15T19:44:57.976Z | user 16:23.788988220 |
1548 | 2024-11-15T19:44:57.976Z | sys 3:14.504316644 |
1549 | 2024-11-15T19:44:57.976Z | trap 0.564255462 |
1550 | 2024-11-15T19:44:57.976Z | tflt 1.600776156 |
1551 | 2024-11-15T19:44:57.976Z | dflt 2.153603026 |
1552 | 2024-11-15T19:44:57.976Z | kflt 0.028755783 |
1553 | 2024-11-15T19:44:57.976Z | lock 29:15.522659663 |
1554 | 2024-11-15T19:44:57.976Z | slp 1:02:02.047611654 |
1555 | 2024-11-15T19:44:57.976Z | lat 57.722280736 |
1556 | 2024-11-15T19:44:57.976Z | stop 2:15.956527132 |
1557 | 2024-11-15T19:44:57.976Z | + ptime -m cargo xtask download softnpu |
1558 | 2024-11-15T19:44:58.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1559 | 2024-11-15T19:44:58.509Z | Running `target/debug/xtask download softnpu` |
1560 | 2024-11-15T19:44:59.303Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
1561 | 2024-11-15T19:44:59.356Z | Running `target/debug/xtask-downloader softnpu` |
1562 | 2024-11-15T19:44:59.391Z | Nov 15 19:44:57.862 INFO Starting download, target: Softnpu |
1563 | 2024-11-15T19:44:59.396Z | Nov 15 19:44:57.862 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1564 | 2024-11-15T19:45:00.022Z | Nov 15 19:44:58.492 INFO Download complete, target: Softnpu |
1565 | 2024-11-15T19:45:00.026Z | |
1566 | 2024-11-15T19:45:00.028Z | real 2.043844272 |
1567 | 2024-11-15T19:45:00.028Z | user 1.233358671 |
1568 | 2024-11-15T19:45:00.028Z | sys 0.516188386 |
1569 | 2024-11-15T19:45:00.028Z | trap 0.000479427 |
1570 | 2024-11-15T19:45:00.028Z | tflt 0.000031375 |
1571 | 2024-11-15T19:45:00.028Z | dflt 0.000007815 |
1572 | 2024-11-15T19:45:00.028Z | kflt 0.000000000 |
1573 | 2024-11-15T19:45:00.028Z | lock 6.398931125 |
1574 | 2024-11-15T19:45:00.028Z | slp 0.482242920 |
1575 | 2024-11-15T19:45:00.028Z | lat 0.067860115 |
1576 | 2024-11-15T19:45:00.028Z | stop 0.000151434 |
1577 | 2024-11-15T19:45:00.028Z | + export CARGO_INCREMENTAL=0 |
1578 | 2024-11-15T19:45:00.028Z | + CARGO_INCREMENTAL=0 |
1579 | 2024-11-15T19:45:00.028Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1580 | 2024-11-15T19:45:00.960Z | Compiling proc-macro2 v1.0.89 |
1581 | 2024-11-15T19:45:00.960Z | Compiling unicode-ident v1.0.13 |
1582 | 2024-11-15T19:45:00.963Z | Compiling libc v0.2.162 |
1583 | 2024-11-15T19:45:00.963Z | Compiling serde v1.0.215 |
1584 | 2024-11-15T19:45:00.963Z | Compiling autocfg v1.4.0 |
1585 | 2024-11-15T19:45:00.963Z | Compiling version_check v0.9.5 |
1586 | 2024-11-15T19:45:00.963Z | Compiling cfg-if v1.0.0 |
1587 | 2024-11-15T19:45:01.225Z | Compiling memchr v2.7.4 |
1588 | 2024-11-15T19:45:01.242Z | Compiling typenum v1.17.0 |
1589 | 2024-11-15T19:45:01.263Z | Compiling shlex v1.3.0 |
1590 | 2024-11-15T19:45:01.630Z | Compiling value-bag v1.9.0 |
1591 | 2024-11-15T19:45:01.664Z | Compiling scopeguard v1.2.0 |
1592 | 2024-11-15T19:45:01.756Z | Compiling generic-array v0.14.7 |
1593 | 2024-11-15T19:45:01.972Z | Compiling lock_api v0.4.12 |
1594 | 2024-11-15T19:45:02.097Z | Compiling log v0.4.22 |
1595 | 2024-11-15T19:45:02.200Z | Compiling parking_lot_core v0.9.10 |
1596 | 2024-11-15T19:45:02.622Z | Compiling serde_json v1.0.132 |
1597 | 2024-11-15T19:45:02.656Z | Compiling once_cell v1.20.2 |
1598 | 2024-11-15T19:45:02.863Z | Compiling quote v1.0.37 |
1599 | 2024-11-15T19:45:02.918Z | Compiling rustix v0.38.37 |
1600 | 2024-11-15T19:45:02.976Z | Compiling libm v0.2.8 |
1601 | 2024-11-15T19:45:03.071Z | Compiling jobserver v0.1.32 |
1602 | 2024-11-15T19:45:03.288Z | Compiling syn v2.0.87 |
1603 | 2024-11-15T19:45:03.306Z | Compiling getrandom v0.2.15 |
1604 | 2024-11-15T19:45:03.482Z | Compiling cc v1.1.30 |
1605 | 2024-11-15T19:45:03.570Z | Compiling thiserror v1.0.69 |
1606 | 2024-11-15T19:45:03.657Z | Compiling num-traits v0.2.19 |
1607 | 2024-11-15T19:45:03.683Z | Compiling itoa v1.0.11 |
1608 | 2024-11-15T19:45:03.797Z | Compiling spin v0.9.8 |
1609 | 2024-11-15T19:45:03.813Z | Compiling aho-corasick v1.1.3 |
1610 | 2024-11-15T19:45:03.894Z | Compiling regex-syntax v0.8.5 |
1611 | 2024-11-15T19:45:04.087Z | Compiling slab v0.4.9 |
1612 | 2024-11-15T19:45:04.373Z | Compiling byteorder v1.5.0 |
1613 | 2024-11-15T19:45:04.538Z | Compiling errno v0.3.9 |
1614 | 2024-11-15T19:45:04.757Z | Compiling rand_core v0.6.4 |
1615 | 2024-11-15T19:45:04.757Z | Compiling either v1.13.0 |
1616 | 2024-11-15T19:45:04.864Z | Compiling lazy_static v1.5.0 |
1617 | 2024-11-15T19:45:05.205Z | Compiling glob v0.3.1 |
1618 | 2024-11-15T19:45:05.483Z | Compiling prettyplease v0.2.25 |
1619 | 2024-11-15T19:45:06.000Z | Compiling clang-sys v1.8.1 |
1620 | 2024-11-15T19:45:06.185Z | Compiling minimal-lexical v0.2.1 |
1621 | 2024-11-15T19:45:06.240Z | Compiling libloading v0.8.5 |
1622 | 2024-11-15T19:45:06.650Z | Compiling nom v7.1.3 |
1623 | 2024-11-15T19:45:06.713Z | Compiling home v0.5.9 |
1624 | 2024-11-15T19:45:06.732Z | Compiling bindgen v0.69.5 |
1625 | 2024-11-15T19:45:06.940Z | Compiling subtle v2.6.1 |
1626 | 2024-11-15T19:45:07.136Z | Compiling allocator-api2 v0.2.18 |
1627 | 2024-11-15T19:45:07.272Z | Compiling itertools v0.12.1 |
1628 | 2024-11-15T19:45:07.284Z | Compiling semver v1.0.23 |
1629 | 2024-11-15T19:45:07.720Z | Compiling regex-automata v0.4.8 |
1630 | 2024-11-15T19:45:07.930Z | Compiling rustc-hash v1.1.0 |
1631 | 2024-11-15T19:45:08.088Z | Compiling smallvec v1.13.2 |
1632 | 2024-11-15T19:45:08.189Z | Compiling lazycell v1.3.0 |
1633 | 2024-11-15T19:45:08.357Z | Compiling cmake v0.1.51 |
1634 | 2024-11-15T19:45:08.767Z | Compiling fs_extra v1.3.0 |
1635 | 2024-11-15T19:45:09.244Z | Compiling dunce v1.0.5 |
1636 | 2024-11-15T19:45:09.911Z | Compiling cexpr v0.6.0 |
1637 | 2024-11-15T19:45:10.102Z | Compiling pkg-config v0.3.31 |
1638 | 2024-11-15T19:45:10.105Z | Compiling ring v0.17.8 |
1639 | 2024-11-15T19:45:10.491Z | Compiling ryu v1.0.18 |
1640 | 2024-11-15T19:45:10.722Z | Compiling pin-project-lite v0.2.14 |
1641 | 2024-11-15T19:45:10.781Z | Compiling paste v1.0.15 |
1642 | 2024-11-15T19:45:10.857Z | Compiling const-oid v0.9.6 |
1643 | 2024-11-15T19:45:11.118Z | Compiling synstructure v0.13.1 |
1644 | 2024-11-15T19:45:11.660Z | Compiling equivalent v1.0.1 |
1645 | 2024-11-15T19:45:11.729Z | Compiling httparse v1.9.5 |
1646 | 2024-11-15T19:45:11.780Z | Compiling foldhash v0.1.3 |
1647 | 2024-11-15T19:45:12.062Z | Compiling aws-lc-rs v1.10.0 |
1648 | 2024-11-15T19:45:12.364Z | Compiling hashbrown v0.15.0 |
1649 | 2024-11-15T19:45:12.537Z | Compiling heck v0.5.0 |
1650 | 2024-11-15T19:45:12.977Z | Compiling schemars v0.8.21 |
1651 | 2024-11-15T19:45:13.316Z | Compiling regex v1.11.1 |
1652 | 2024-11-15T19:45:13.497Z | Compiling serde_derive_internals v0.29.1 |
1653 | 2024-11-15T19:45:13.727Z | Compiling signal-hook-registry v1.4.2 |
1654 | 2024-11-15T19:45:13.974Z | Compiling parking_lot v0.12.3 |
1655 | 2024-11-15T19:45:14.126Z | Compiling mio v1.0.2 |
1656 | 2024-11-15T19:45:15.769Z | Compiling stable_deref_trait v1.2.0 |
1657 | 2024-11-15T19:45:15.884Z | Compiling crossbeam-utils v0.8.20 |
1658 | 2024-11-15T19:45:15.950Z | Compiling socket2 v0.5.7 |
1659 | 2024-11-15T19:45:16.011Z | Compiling num-conv v0.1.0 |
1660 | 2024-11-15T19:45:16.423Z | Compiling futures-core v0.3.31 |
1661 | 2024-11-15T19:45:16.550Z | Compiling serde_derive v1.0.215 |
1662 | 2024-11-15T19:45:16.695Z | Compiling zeroize_derive v1.4.2 |
1663 | 2024-11-15T19:45:16.782Z | Compiling zerocopy-derive v0.7.35 |
1664 | 2024-11-15T19:45:17.386Z | Compiling thiserror-impl v1.0.69 |
1665 | 2024-11-15T19:45:17.549Z | Compiling tokio-macros v2.4.0 |
1666 | 2024-11-15T19:45:17.921Z | Compiling zerofrom-derive v0.1.4 |
1667 | 2024-11-15T19:45:18.123Z | Compiling zeroize v1.8.1 |
1668 | 2024-11-15T19:45:18.479Z | Compiling yoke-derive v0.7.4 |
1669 | 2024-11-15T19:45:18.682Z | Compiling futures-macro v0.3.31 |
1670 | 2024-11-15T19:45:18.767Z | Compiling zerovec-derive v0.10.3 |
1671 | 2024-11-15T19:45:19.015Z | Compiling zerocopy v0.7.35 |
1672 | 2024-11-15T19:45:20.060Z | Compiling displaydoc v0.2.5 |
1673 | 2024-11-15T19:45:20.592Z | Compiling crypto-common v0.1.6 |
1674 | 2024-11-15T19:45:20.643Z | Compiling tracing-attributes v0.1.27 |
1675 | 2024-11-15T19:45:20.807Z | Compiling icu_provider_macros v1.5.0 |
1676 | 2024-11-15T19:45:21.137Z | Compiling block-buffer v0.10.4 |
1677 | 2024-11-15T19:45:21.386Z | Compiling digest v0.10.7 |
1678 | 2024-11-15T19:45:21.388Z | Compiling schemars_derive v0.8.21 |
1679 | 2024-11-15T19:45:21.540Z | Compiling der_derive v0.7.3 |
1680 | 2024-11-15T19:45:21.827Z | Compiling time-core v0.1.2 |
1681 | 2024-11-15T19:45:22.017Z | Compiling time-macros v0.2.18 |
1682 | 2024-11-15T19:45:22.247Z | Compiling vcpkg v0.2.15 |
1683 | 2024-11-15T19:45:22.461Z | Compiling fnv v1.0.7 |
1684 | 2024-11-15T19:45:23.858Z | Compiling openssl-sys v0.9.104 |
1685 | 2024-11-15T19:45:24.745Z | Compiling cpufeatures v0.2.14 |
1686 | 2024-11-15T19:45:24.783Z | Compiling futures-sink v0.3.31 |
1687 | 2024-11-15T19:45:24.934Z | Compiling slog v2.7.0 |
1688 | 2024-11-15T19:45:24.971Z | Compiling ahash v0.8.11 |
1689 | 2024-11-15T19:45:25.039Z | Compiling syn v1.0.109 |
1690 | 2024-11-15T19:45:25.508Z | Compiling zerofrom v0.1.4 |
1691 | 2024-11-15T19:45:25.737Z | Compiling scroll_derive v0.12.0 |
1692 | 2024-11-15T19:45:25.781Z | Compiling ucd-trie v0.1.7 |
1693 | 2024-11-15T19:45:25.948Z | Compiling iana-time-zone v0.1.61 |
1694 | 2024-11-15T19:45:26.220Z | Compiling pest v2.7.14 |
1695 | 2024-11-15T19:45:26.297Z | Compiling yoke v0.7.4 |
1696 | 2024-11-15T19:45:26.710Z | Compiling futures-channel v0.3.31 |
1697 | 2024-11-15T19:45:27.144Z | Compiling hmac v0.12.1 |
1698 | 2024-11-15T19:45:27.180Z | Compiling futures-io v0.3.31 |
1699 | 2024-11-15T19:45:27.392Z | Compiling futures-task v0.3.31 |
1700 | 2024-11-15T19:45:27.436Z | Compiling pin-utils v0.1.0 |
1701 | 2024-11-15T19:45:27.700Z | Compiling openssl v0.10.68 |
1702 | 2024-11-15T19:45:27.757Z | Compiling futures-util v0.3.31 |
1703 | 2024-11-15T19:45:28.095Z | Compiling zerovec v0.10.4 |
1704 | 2024-11-15T19:45:28.231Z | Compiling block-padding v0.3.3 |
1705 | 2024-11-15T19:45:28.621Z | Compiling tinyvec_macros v0.1.1 |
1706 | 2024-11-15T19:45:28.714Z | Compiling pest_meta v2.7.14 |
1707 | 2024-11-15T19:45:29.505Z | Compiling tinyvec v1.8.0 |
1708 | 2024-11-15T19:45:30.091Z | Compiling bitflags v2.6.0 |
1709 | 2024-11-15T19:45:30.127Z | Compiling bytes v1.8.0 |
1710 | 2024-11-15T19:45:32.029Z | Compiling indexmap v2.6.0 |
1711 | 2024-11-15T19:45:32.806Z | Compiling tokio v1.40.0 |
1712 | 2024-11-15T19:45:33.459Z | Compiling serde_tokenstream v0.2.2 |
1713 | 2024-11-15T19:45:33.979Z | Compiling http v1.1.0 |
1714 | 2024-11-15T19:45:34.020Z | Compiling uuid v1.11.0 |
1715 | 2024-11-15T19:45:34.587Z | Compiling which v4.4.2 |
1716 | 2024-11-15T19:45:35.307Z | Compiling rustc_version v0.4.1 |
1717 | 2024-11-15T19:45:35.721Z | Compiling chrono v0.4.38 |
1718 | 2024-11-15T19:45:38.191Z | Compiling pest_generator v2.7.14 |
1719 | 2024-11-15T19:45:38.628Z | Compiling serde_spanned v0.6.8 |
1720 | 2024-11-15T19:45:38.862Z | Compiling toml_datetime v0.6.8 |
1721 | 2024-11-15T19:45:39.356Z | Compiling inout v0.1.3 |
1722 | 2024-11-15T19:45:39.951Z | Compiling openssl-macros v0.1.1 |
1723 | 2024-11-15T19:45:40.771Z | Compiling native-tls v0.2.12 |
1724 | 2024-11-15T19:45:41.124Z | Compiling rustls v0.23.14 |
1725 | 2024-11-15T19:45:41.996Z | Compiling pest_derive v2.7.14 |
1726 | 2024-11-15T19:45:42.668Z | Compiling cipher v0.4.4 |
1727 | 2024-11-15T19:45:42.735Z | Compiling unicode-normalization v0.1.24 |
1728 | 2024-11-15T19:45:42.738Z | Compiling tinystr v0.7.6 |
1729 | 2024-11-15T19:45:43.110Z | Compiling sha2 v0.10.8 |
1730 | 2024-11-15T19:45:43.160Z | Compiling tracing-core v0.1.32 |
1731 | 2024-11-15T19:45:43.185Z | Compiling usdt-impl v0.5.0 |
1732 | 2024-11-15T19:45:43.518Z | Compiling unicode-bidi v0.3.17 |
1733 | 2024-11-15T19:45:43.828Z | Compiling litemap v0.7.3 |
1734 | 2024-11-15T19:45:43.891Z | Compiling writeable v0.5.5 |
1735 | 2024-11-15T19:45:44.129Z | Compiling dyn-clone v1.0.17 |
1736 | 2024-11-15T19:45:44.230Z | Compiling base64ct v1.6.0 |
1737 | 2024-11-15T19:45:44.393Z | Compiling icu_locid v1.5.0 |
1738 | 2024-11-15T19:45:44.739Z | Compiling pem-rfc7468 v0.7.0 |
1739 | 2024-11-15T19:45:44.791Z | Compiling tracing v0.1.40 |
1740 | 2024-11-15T19:45:45.652Z | Compiling scroll v0.12.0 |
1741 | 2024-11-15T19:45:45.910Z | Compiling ppv-lite86 v0.2.20 |
1742 | 2024-11-15T19:45:46.244Z | Compiling async-trait v0.1.83 |
1743 | 2024-11-15T19:45:46.742Z | Compiling cookie v0.18.1 |
1744 | 2024-11-15T19:45:46.796Z | Compiling anyhow v1.0.93 |
1745 | 2024-11-15T19:45:47.339Z | Compiling flagset v0.4.6 |
1746 | 2024-11-15T19:45:48.014Z | Compiling camino v1.1.9 |
1747 | 2024-11-15T19:45:48.652Z | Compiling aws-lc-sys v0.22.0 |
1748 | 2024-11-15T19:45:48.715Z | Compiling plain v0.2.3 |
1749 | 2024-11-15T19:45:48.881Z | Compiling goblin v0.8.2 |
1750 | 2024-11-15T19:45:52.804Z | Compiling der v0.7.9 |
1751 | 2024-11-15T19:45:54.327Z | Compiling rand_chacha v0.3.1 |
1752 | 2024-11-15T19:45:55.739Z | Compiling icu_provider v1.5.0 |
1753 | 2024-11-15T19:45:56.548Z | Compiling pretty-hex v0.4.1 |
1754 | 2024-11-15T19:45:56.729Z | Compiling rustls v0.22.4 |
1755 | 2024-11-15T19:45:56.754Z | Compiling rustls-pki-types v1.9.0 |
1756 | 2024-11-15T19:45:56.992Z | Compiling untrusted v0.7.1 |
1757 | 2024-11-15T19:45:57.430Z | Compiling rayon-core v1.12.1 |
1758 | 2024-11-15T19:45:57.707Z | Compiling icu_locid_transform_data v1.5.0 |
1759 | 2024-11-15T19:45:57.729Z | Compiling percent-encoding v2.3.1 |
1760 | 2024-11-15T19:45:58.031Z | Compiling icu_locid_transform v1.5.0 |
1761 | 2024-11-15T19:45:58.113Z | Compiling dof v0.3.0 |
1762 | 2024-11-15T19:45:58.497Z | Compiling spki v0.7.3 |
1763 | 2024-11-15T19:45:58.839Z | Compiling rand v0.8.5 |
1764 | 2024-11-15T19:45:59.475Z | Compiling salsa20 v0.10.2 |
1765 | 2024-11-15T19:45:59.550Z | Compiling dtrace-parser v0.2.0 |
1766 | 2024-11-15T19:45:59.703Z | Compiling tokio-util v0.7.12 |
1767 | 2024-11-15T19:46:00.230Z | Compiling icu_collections v1.5.0 |
1768 | 2024-11-15T19:46:00.417Z | Compiling pbkdf2 v0.12.2 |
1769 | 2024-11-15T19:46:01.120Z | Compiling thread-id v4.2.2 |
1770 | 2024-11-15T19:46:01.239Z | Compiling untrusted v0.9.0 |
1771 | 2024-11-15T19:46:01.312Z | Compiling powerfmt v0.2.0 |
1772 | 2024-11-15T19:46:01.436Z | Compiling mirai-annotations v1.12.0 |
1773 | 2024-11-15T19:46:01.543Z | Compiling icu_properties_data v1.5.0 |
1774 | 2024-11-15T19:46:01.665Z | Compiling winnow v0.5.40 |
1775 | 2024-11-15T19:46:01.776Z | Compiling icu_properties v1.5.1 |
1776 | 2024-11-15T19:46:01.796Z | Compiling deranged v0.3.11 |
1777 | 2024-11-15T19:46:05.406Z | Compiling toml_edit v0.19.15 |
1778 | 2024-11-15T19:46:06.421Z | Compiling scrypt v0.11.0 |
1779 | 2024-11-15T19:46:06.793Z | Compiling cbc v0.1.2 |
1780 | 2024-11-15T19:46:06.891Z | Compiling aes v0.8.4 |
1781 | 2024-11-15T19:46:07.012Z | Compiling multer v3.1.0 |
1782 | 2024-11-15T19:46:07.311Z | Compiling rustversion v1.0.17 |
1783 | 2024-11-15T19:46:07.539Z | Compiling num_threads v0.1.7 |
1784 | 2024-11-15T19:46:07.663Z | Compiling icu_normalizer_data v1.5.0 |
1785 | 2024-11-15T19:46:07.768Z | Compiling utf16_iter v1.0.5 |
1786 | 2024-11-15T19:46:07.900Z | Compiling atomic-waker v1.1.2 |
1787 | 2024-11-15T19:46:07.961Z | Compiling slog-async v2.8.0 |
1788 | 2024-11-15T19:46:08.227Z | Compiling utf8_iter v1.0.4 |
1789 | 2024-11-15T19:46:08.469Z | Compiling write16 v1.0.0 |
1790 | 2024-11-15T19:46:08.519Z | Compiling time v0.3.36 |
1791 | 2024-11-15T19:46:08.602Z | Compiling icu_normalizer v1.5.0 |
1792 | 2024-11-15T19:46:10.318Z | Compiling pkcs5 v0.7.1 |
1793 | 2024-11-15T19:46:11.967Z | Compiling form_urlencoded v1.2.1 |
1794 | 2024-11-15T19:46:12.465Z | Compiling http-body v1.0.1 |
1795 | 2024-11-15T19:46:12.603Z | Compiling heapless v0.7.17 |
1796 | 2024-11-15T19:46:13.149Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1797 | 2024-11-15T19:46:13.829Z | Compiling try-lock v0.2.5 |
1798 | 2024-11-15T19:46:14.110Z | Compiling signal-hook v0.3.17 |
1799 | 2024-11-15T19:46:14.758Z | Compiling want v0.3.1 |
1800 | 2024-11-15T19:46:16.116Z | Compiling pkcs8 v0.10.2 |
1801 | 2024-11-15T19:46:16.799Z | Compiling idna_adapter v1.2.0 |
1802 | 2024-11-15T19:46:17.029Z | Compiling h2 v0.4.6 |
1803 | 2024-11-15T19:46:17.314Z | Compiling usdt-macro v0.5.0 |
1804 | 2024-11-15T19:46:18.617Z | Compiling usdt-attr-macro v0.5.0 |
1805 | 2024-11-15T19:46:19.585Z | Compiling async-stream-impl v0.3.6 |
1806 | 2024-11-15T19:46:19.795Z | Compiling httpdate v1.0.3 |
1807 | 2024-11-15T19:46:20.085Z | Compiling adler2 v2.0.0 |
1808 | 2024-11-15T19:46:20.195Z | Compiling strsim v0.11.1 |
1809 | 2024-11-15T19:46:20.897Z | Compiling miniz_oxide v0.8.0 |
1810 | 2024-11-15T19:46:21.341Z | Compiling idna v1.0.3 |
1811 | 2024-11-15T19:46:22.810Z | Compiling curve25519-dalek v4.1.3 |
1812 | 2024-11-15T19:46:23.209Z | Compiling openapiv3 v2.0.0 |
1813 | 2024-11-15T19:46:24.087Z | Compiling hyper v1.5.0 |
1814 | 2024-11-15T19:46:24.519Z | Compiling enum-as-inner v0.6.1 |
1815 | 2024-11-15T19:46:26.909Z | Compiling dropshot v0.12.0 |
1816 | 2024-11-15T19:46:27.202Z | Compiling tower-service v0.3.3 |
1817 | 2024-11-15T19:46:27.337Z | Compiling base64 v0.22.1 |
1818 | 2024-11-15T19:46:27.409Z | Compiling num-bigint-dig v0.8.4 |
1819 | 2024-11-15T19:46:27.687Z | Compiling smoltcp v0.9.1 |
1820 | 2024-11-15T19:46:27.794Z | Compiling match_cfg v0.1.0 |
1821 | 2024-11-15T19:46:27.895Z | Compiling portable-atomic v1.9.0 |
1822 | 2024-11-15T19:46:28.205Z | Compiling foreign-types-shared v0.1.1 |
1823 | 2024-11-15T19:46:28.313Z | Compiling foreign-types v0.3.2 |
1824 | 2024-11-15T19:46:28.418Z | Compiling hyper-util v0.1.10 |
1825 | 2024-11-15T19:46:28.747Z | Compiling hostname v0.3.1 |
1826 | 2024-11-15T19:46:34.513Z | Compiling url v2.5.3 |
1827 | 2024-11-15T19:46:36.721Z | Compiling dirs-sys-next v0.1.2 |
1828 | 2024-11-15T19:46:36.773Z | Compiling gimli v0.31.1 |
1829 | 2024-11-15T19:46:37.243Z | Compiling heck v0.4.1 |
1830 | 2024-11-15T19:46:37.340Z | Compiling data-encoding v2.6.0 |
1831 | 2024-11-15T19:46:37.531Z | Compiling siphasher v0.3.11 |
1832 | 2024-11-15T19:46:37.751Z | Compiling dirs-next v2.0.0 |
1833 | 2024-11-15T19:46:39.019Z | Compiling http-body-util v0.1.2 |
1834 | 2024-11-15T19:46:40.437Z | Compiling crossbeam-epoch v0.9.18 |
1835 | 2024-11-15T19:46:41.217Z | Compiling hubpack_derive v0.1.1 |
1836 | 2024-11-15T19:46:42.048Z | Compiling addr2line v0.24.2 |
1837 | 2024-11-15T19:46:42.659Z | Compiling dropshot_endpoint v0.12.0 |
1838 | 2024-11-15T19:46:43.007Z | Compiling sha1 v0.10.6 |
1839 | 2024-11-15T19:46:43.415Z | Compiling signature v2.2.0 |
1840 | 2024-11-15T19:46:43.647Z | Compiling zerocopy-derive v0.6.6 |
1841 | 2024-11-15T19:46:43.700Z | Compiling curve25519-dalek-derive v0.1.1 |
1842 | 2024-11-15T19:46:45.064Z | Compiling object v0.36.5 |
1843 | 2024-11-15T19:46:45.532Z | Compiling thread_local v1.1.8 |
1844 | 2024-11-15T19:46:45.977Z | Compiling fs-err v2.11.0 |
1845 | 2024-11-15T19:46:46.016Z | Compiling encoding_rs v0.8.34 |
1846 | 2024-11-15T19:46:54.295Z | Compiling winnow v0.6.20 |
1847 | 2024-11-15T19:46:54.472Z | Compiling unicode-properties v0.1.3 |
1848 | 2024-11-15T19:46:54.888Z | Compiling anstyle v1.0.10 |
1849 | 2024-11-15T19:46:55.338Z | Compiling openssl-probe v0.1.5 |
1850 | 2024-11-15T19:46:55.658Z | Compiling mime v0.3.17 |
1851 | 2024-11-15T19:46:56.937Z | Compiling ipnet v2.10.1 |
1852 | 2024-11-15T19:46:57.310Z | Compiling rustc-demangle v0.1.24 |
1853 | 2024-11-15T19:46:57.715Z | Compiling utf8parse v0.2.2 |
1854 | 2024-11-15T19:46:57.875Z | Compiling anstyle-parse v0.2.5 |
1855 | 2024-11-15T19:46:57.985Z | Compiling backtrace v0.3.74 |
1856 | 2024-11-15T19:46:58.056Z | Compiling toml_edit v0.22.22 |
1857 | 2024-11-15T19:46:58.763Z | Compiling stringprep v0.1.5 |
1858 | 2024-11-15T19:47:02.424Z | Compiling rustls-webpki v0.102.8 |
1859 | 2024-11-15T19:47:05.408Z | Compiling crossbeam-deque v0.8.5 |
1860 | 2024-11-15T19:47:06.462Z | Compiling term v0.7.0 |
1861 | 2024-11-15T19:47:07.722Z | Compiling slog-json v2.6.1 |
1862 | 2024-11-15T19:47:09.044Z | Compiling serde_urlencoded v0.7.1 |
1863 | 2024-11-15T19:47:09.704Z | Compiling crossbeam-channel v0.5.13 |
1864 | 2024-11-15T19:47:10.141Z | Compiling rustls-pemfile v2.2.0 |
1865 | 2024-11-15T19:47:10.713Z | Compiling hashbrown v0.14.5 |
1866 | 2024-11-15T19:47:11.466Z | Compiling idna v0.4.0 |
1867 | 2024-11-15T19:47:12.127Z | Compiling idna v0.3.0 |
1868 | 2024-11-15T19:47:12.895Z | Compiling futures-executor v0.3.31 |
1869 | 2024-11-15T19:47:13.572Z | Compiling num-integer v0.1.46 |
1870 | 2024-11-15T19:47:13.632Z | Compiling md-5 v0.10.6 |
1871 | 2024-11-15T19:47:13.816Z | Compiling ff v0.13.0 |
1872 | 2024-11-15T19:47:13.878Z | Compiling hash32 v0.2.1 |
1873 | 2024-11-15T19:47:14.057Z | Compiling is-terminal v0.4.13 |
1874 | 2024-11-15T19:47:14.198Z | Compiling memmap v0.7.0 |
1875 | 2024-11-15T19:47:14.271Z | Compiling base16ct v0.2.0 |
1876 | 2024-11-15T19:47:14.514Z | Compiling utf-8 v0.7.6 |
1877 | 2024-11-15T19:47:14.563Z | Compiling psl-types v2.0.11 |
1878 | 2024-11-15T19:47:14.770Z | Compiling anstyle-query v1.1.1 |
1879 | 2024-11-15T19:47:14.955Z | Compiling linked-hash-map v0.5.6 |
1880 | 2024-11-15T19:47:16.716Z | Compiling colorchoice v1.0.2 |
1881 | 2024-11-15T19:47:16.837Z | Compiling is_terminal_polyfill v1.70.1 |
1882 | 2024-11-15T19:47:16.904Z | Compiling quick-error v1.2.3 |
1883 | 2024-11-15T19:47:16.949Z | Compiling fallible-iterator v0.2.0 |
1884 | 2024-11-15T19:47:17.044Z | Compiling take_mut v0.2.2 |
1885 | 2024-11-15T19:47:17.676Z | Compiling postgres-protocol v0.6.7 |
1886 | 2024-11-15T19:47:17.791Z | Compiling resolv-conf v0.7.0 |
1887 | 2024-11-15T19:47:18.237Z | Compiling anstream v0.6.15 |
1888 | 2024-11-15T19:47:18.855Z | Compiling lru-cache v0.1.2 |
1889 | 2024-11-15T19:47:18.919Z | Compiling publicsuffix v2.2.3 |
1890 | 2024-11-15T19:47:19.047Z | Compiling tungstenite v0.24.0 |
1891 | 2024-11-15T19:47:19.176Z | Compiling sec1 v0.7.3 |
1892 | 2024-11-15T19:47:19.513Z | Compiling usdt v0.5.0 |
1893 | 2024-11-15T19:47:19.984Z | Compiling slog-term v2.9.1 |
1894 | 2024-11-15T19:47:21.011Z | Compiling num-iter v0.1.45 |
1895 | 2024-11-15T19:47:21.029Z | Compiling group v0.13.0 |
1896 | 2024-11-15T19:47:21.073Z | Compiling futures v0.3.31 |
1897 | 2024-11-15T19:47:21.208Z | Compiling hickory-proto v0.24.1 |
1898 | 2024-11-15T19:47:21.211Z | Compiling regress v0.10.1 |
1899 | 2024-11-15T19:47:23.117Z | Compiling tokio-rustls v0.26.0 |
1900 | 2024-11-15T19:47:24.471Z | Compiling tokio-rustls v0.25.0 |
1901 | 2024-11-15T19:47:24.916Z | Compiling slog-bunyan v2.5.0 |
1902 | 2024-11-15T19:47:25.124Z | Compiling toml v0.8.19 |
1903 | 2024-11-15T19:47:25.418Z | Compiling tokio-native-tls v0.3.1 |
1904 | 2024-11-15T19:47:25.442Z | Compiling phf_shared v0.11.2 |
1905 | 2024-11-15T19:47:25.709Z | Compiling strum_macros v0.25.3 |
1906 | 2024-11-15T19:47:25.976Z | Compiling async-stream v0.3.6 |
1907 | 2024-11-15T19:47:26.037Z | Compiling waitgroup v0.1.2 |
1908 | 2024-11-15T19:47:26.268Z | Compiling webpki-roots v0.26.6 |
1909 | 2024-11-15T19:47:26.755Z | Compiling idna v0.5.0 |
1910 | 2024-11-15T19:47:26.867Z | Compiling terminal_size v0.4.0 |
1911 | 2024-11-15T19:47:27.092Z | Compiling serde_path_to_error v0.1.16 |
1912 | 2024-11-15T19:47:27.445Z | Compiling hkdf v0.12.4 |
1913 | 2024-11-15T19:47:28.078Z | Compiling crypto-bigint v0.5.5 |
1914 | 2024-11-15T19:47:28.192Z | Compiling derive-where v1.2.7 |
1915 | 2024-11-15T19:47:28.336Z | Compiling serde_repr v0.1.19 |
1916 | 2024-11-15T19:47:29.175Z | Compiling clap_derive v4.5.18 |
1917 | 2024-11-15T19:47:29.422Z | Compiling hostname v0.4.0 |
1918 | 2024-11-15T19:47:29.652Z | Compiling crc32fast v1.4.2 |
1919 | 2024-11-15T19:47:29.977Z | Compiling clap_lex v0.7.2 |
1920 | 2024-11-15T19:47:30.378Z | Compiling bitflags v1.3.2 |
1921 | 2024-11-15T19:47:30.491Z | Compiling managed v0.8.0 |
1922 | 2024-11-15T19:47:30.586Z | Compiling unicode-width v0.1.14 |
1923 | 2024-11-15T19:47:30.949Z | Compiling debug-ignore v1.0.5 |
1924 | 2024-11-15T19:47:31.645Z | Compiling console v0.15.8 |
1925 | 2024-11-15T19:47:32.232Z | Compiling elliptic-curve v0.13.8 |
1926 | 2024-11-15T19:47:34.334Z | Compiling clap_builder v4.5.21 |
1927 | 2024-11-15T19:47:34.915Z | Compiling flate2 v1.0.34 |
1928 | 2024-11-15T19:47:35.156Z | Compiling cookie_store v0.21.0 |
1929 | 2024-11-15T19:47:36.141Z | Compiling hickory-resolver v0.24.1 |
1930 | 2024-11-15T19:47:36.579Z | Compiling hyper-rustls v0.27.3 |
1931 | 2024-11-15T19:47:41.488Z | Compiling phf v0.11.2 |
1932 | 2024-11-15T19:47:41.553Z | Compiling hyper-tls v0.6.0 |
1933 | 2024-11-15T19:47:41.832Z | Compiling signal-hook-mio v0.2.4 |
1934 | 2024-11-15T19:47:41.951Z | Compiling typify-impl v0.2.0 |
1935 | 2024-11-15T19:47:41.987Z | Compiling bzip2 v0.4.4 |
1936 | 2024-11-15T19:47:42.094Z | Compiling rayon v1.10.0 |
1937 | 2024-11-15T19:47:42.287Z | Compiling tokio-tungstenite v0.24.0 |
1938 | 2024-11-15T19:47:42.673Z | Compiling postgres-types v0.2.8 |
1939 | 2024-11-15T19:47:42.837Z | Compiling zerocopy v0.6.6 |
1940 | 2024-11-15T19:47:42.857Z | Compiling ed25519 v2.2.3 |
1941 | 2024-11-15T19:47:43.033Z | Compiling hubpack v0.1.2 |
1942 | 2024-11-15T19:47:43.307Z | Compiling phf_shared v0.10.0 |
1943 | 2024-11-15T19:47:43.474Z | Compiling pkcs1 v0.7.5 |
1944 | 2024-11-15T19:47:43.718Z | Compiling tokio-stream v0.1.16 |
1945 | 2024-11-15T19:47:44.736Z | Compiling serde-big-array v0.5.1 |
1946 | 2024-11-15T19:47:44.835Z | Compiling rfc6979 v0.4.0 |
1947 | 2024-11-15T19:47:44.979Z | Compiling float-cmp v0.9.0 |
1948 | 2024-11-15T19:47:45.033Z | Compiling sync_wrapper v1.0.1 |
1949 | 2024-11-15T19:47:45.191Z | Compiling bstr v1.10.0 |
1950 | 2024-11-15T19:47:46.256Z | Compiling number_prefix v0.4.0 |
1951 | 2024-11-15T19:47:46.488Z | Compiling unicode-width v0.2.0 |
1952 | 2024-11-15T19:47:46.838Z | Compiling static_assertions v1.1.0 |
1953 | 2024-11-15T19:47:47.012Z | Compiling fixedbitset v0.4.2 |
1954 | 2024-11-15T19:47:47.029Z | Compiling bit-vec v0.6.3 |
1955 | 2024-11-15T19:47:47.223Z | Compiling new_debug_unreachable v1.0.6 |
1956 | 2024-11-15T19:47:47.327Z | Compiling unicode-segmentation v1.12.0 |
1957 | 2024-11-15T19:47:47.431Z | Compiling whoami v1.5.2 |
1958 | 2024-11-15T19:47:47.450Z | Compiling precomputed-hash v0.1.1 |
1959 | 2024-11-15T19:47:47.575Z | Compiling difflib v0.4.0 |
1960 | 2024-11-15T19:47:47.995Z | Compiling predicates-core v1.0.8 |
1961 | 2024-11-15T19:47:48.150Z | Compiling normalize-line-endings v0.3.0 |
1962 | 2024-11-15T19:47:48.283Z | Compiling predicates v3.1.2 |
1963 | 2024-11-15T19:47:48.311Z | Compiling similar v2.6.0 |
1964 | 2024-11-15T19:47:48.824Z | Compiling tokio-postgres v0.7.12 |
1965 | 2024-11-15T19:47:49.788Z | Compiling string_cache v0.8.7 |
1966 | 2024-11-15T19:47:50.228Z | Compiling bit-set v0.5.3 |
1967 | 2024-11-15T19:47:50.321Z | Compiling petgraph v0.6.5 |
1968 | 2024-11-15T19:47:50.513Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1969 | 2024-11-15T19:47:50.690Z | Compiling indicatif v0.17.9 |
1970 | 2024-11-15T19:47:52.920Z | Compiling reqwest v0.12.9 |
1971 | 2024-11-15T19:47:53.771Z | Compiling typify-macro v0.2.0 |
1972 | 2024-11-15T19:47:54.287Z | Compiling ecdsa v0.16.9 |
1973 | 2024-11-15T19:47:55.164Z | Compiling qorb v0.2.0 |
1974 | 2024-11-15T19:47:57.032Z | Compiling rsa v0.9.6 |
1975 | 2024-11-15T19:47:57.073Z | Compiling ed25519-dalek v2.1.1 |
1976 | 2024-11-15T19:47:57.610Z | Compiling zip v0.6.6 |
1977 | 2024-11-15T19:47:57.903Z | Compiling crossterm v0.28.1 |
1978 | 2024-11-15T19:47:58.017Z | Compiling clap v4.5.21 |
1979 | 2024-11-15T19:47:58.909Z | Compiling toml v0.7.8 |
1980 | 2024-11-15T19:48:00.296Z | Compiling x509-cert v0.2.5 |
1981 | 2024-11-15T19:48:00.700Z | Compiling hex v0.4.3 |
1982 | 2024-11-15T19:48:01.491Z | Compiling itertools v0.10.5 |
1983 | 2024-11-15T19:48:01.649Z | Compiling unicode-xid v0.2.6 |
1984 | 2024-11-15T19:48:02.026Z | Compiling peg-runtime v0.8.3 |
1985 | 2024-11-15T19:48:02.573Z | Compiling lalrpop-util v0.19.12 |
1986 | 2024-11-15T19:48:04.766Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1987 | 2024-11-15T19:48:08.709Z | Compiling proc-macro-crate v1.3.1 |
1988 | 2024-11-15T19:48:08.799Z | Compiling ipnetwork v0.20.0 |
1989 | 2024-11-15T19:48:10.598Z | Compiling heapless v0.8.0 |
1990 | 2024-11-15T19:48:13.253Z | Compiling num_enum_derive v0.5.11 |
1991 | 2024-11-15T19:48:22.840Z | Compiling hash32 v0.3.1 |
1992 | 2024-11-15T19:48:23.217Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1993 | 2024-11-15T19:48:23.630Z | Compiling ident_case v1.0.1 |
1994 | 2024-11-15T19:48:24.344Z | Compiling smoltcp v0.11.0 |
1995 | 2024-11-15T19:48:26.706Z | Compiling darling_core v0.20.10 |
1996 | 2024-11-15T19:48:31.076Z | Compiling num_enum v0.5.11 |
1997 | 2024-11-15T19:48:31.800Z | Compiling typify v0.2.0 |
1998 | 2024-11-15T19:48:32.892Z | Compiling proc-macro-error-attr v1.0.4 |
1999 | 2024-11-15T19:48:33.415Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2000 | 2024-11-15T19:48:33.712Z | Compiling cobs v0.2.3 |
2001 | 2024-11-15T19:48:33.923Z | Compiling unsafe-libyaml v0.2.11 |
2002 | 2024-11-15T19:48:34.167Z | Compiling postcard v1.0.10 |
2003 | 2024-11-15T19:48:35.155Z | Compiling darling_macro v0.20.10 |
2004 | 2024-11-15T19:48:35.710Z | Compiling serde_yaml v0.9.34+deprecated |
2005 | 2024-11-15T19:48:50.938Z | Compiling progenitor-impl v0.8.0 |
2006 | 2024-11-15T19:49:02.910Z | Compiling strum_macros v0.26.4 |
2007 | 2024-11-15T19:49:04.378Z | Compiling structmeta-derive v0.3.0 |
2008 | 2024-11-15T19:49:04.430Z | Compiling foreign-types-macros v0.2.3 |
2009 | 2024-11-15T19:49:04.632Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2010 | 2024-11-15T19:49:04.788Z | Compiling proc-macro-error v1.0.4 |
2011 | 2024-11-15T19:49:05.053Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2012 | 2024-11-15T19:49:05.643Z | Compiling foreign-types-shared v0.3.1 |
2013 | 2024-11-15T19:49:06.192Z | Compiling newtype-uuid v1.1.3 |
2014 | 2024-11-15T19:49:06.968Z | Compiling structmeta v0.3.0 |
2015 | 2024-11-15T19:49:07.317Z | Compiling strum v0.26.3 |
2016 | 2024-11-15T19:49:10.583Z | Compiling foreign-types v0.5.0 |
2017 | 2024-11-15T19:49:11.061Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2018 | 2024-11-15T19:49:15.164Z | Compiling progenitor-macro v0.8.0 |
2019 | 2024-11-15T19:49:20.050Z | Compiling darling v0.20.10 |
2020 | 2024-11-15T19:49:21.144Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2021 | 2024-11-15T19:49:21.348Z | Compiling progenitor-client v0.8.0 |
2022 | 2024-11-15T19:49:22.313Z | Compiling tabwriter v1.4.0 |
2023 | 2024-11-15T19:49:24.821Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2024 | 2024-11-15T19:49:25.511Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2025 | 2024-11-15T19:49:25.589Z | Compiling cstr-argument v0.1.2 |
2026 | 2024-11-15T19:49:25.853Z | Compiling dropshot v0.13.0 |
2027 | 2024-11-15T19:49:26.364Z | Compiling crucible-workspace-hack v0.1.0 |
2028 | 2024-11-15T19:49:26.644Z | Compiling pretty-hex v0.2.1 |
2029 | 2024-11-15T19:49:26.874Z | Compiling fastrand v2.1.1 |
2030 | 2024-11-15T19:49:27.420Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2031 | 2024-11-15T19:49:27.734Z | Compiling tempfile v3.13.0 |
2032 | 2024-11-15T19:49:28.061Z | Compiling progenitor v0.8.0 |
2033 | 2024-11-15T19:49:28.102Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2034 | 2024-11-15T19:49:28.421Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2035 | 2024-11-15T19:49:28.457Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2036 | 2024-11-15T19:49:28.648Z | Compiling serde_with_macros v3.11.0 |
2037 | 2024-11-15T19:49:29.315Z | Compiling parse-display-derive v0.10.0 |
2038 | 2024-11-15T19:49:29.416Z | Compiling colored v2.1.0 |
2039 | 2024-11-15T19:49:29.607Z | Compiling dropshot_endpoint v0.13.0 |
2040 | 2024-11-15T19:49:30.683Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2041 | 2024-11-15T19:49:31.190Z | Compiling instant v0.1.13 |
2042 | 2024-11-15T19:49:31.386Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2043 | 2024-11-15T19:49:31.446Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2044 | 2024-11-15T19:49:31.682Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2045 | 2024-11-15T19:49:31.798Z | Compiling backoff v0.4.0 |
2046 | 2024-11-15T19:49:31.816Z | Compiling serde_with v3.11.0 |
2047 | 2024-11-15T19:49:33.130Z | Compiling parse-display v0.10.0 |
2048 | 2024-11-15T19:49:34.121Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2049 | 2024-11-15T19:49:34.647Z | Compiling zone_cfg_derive v0.3.0 |
2050 | 2024-11-15T19:49:34.710Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2051 | 2024-11-15T19:49:35.053Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2052 | 2024-11-15T19:49:35.561Z | Compiling camino-tempfile v1.1.1 |
2053 | 2024-11-15T19:49:35.977Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2054 | 2024-11-15T19:49:36.066Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2055 | 2024-11-15T19:49:36.298Z | Compiling regress v0.9.1 |
2056 | 2024-11-15T19:49:36.318Z | Compiling macaddr v1.0.1 |
2057 | 2024-11-15T19:49:36.500Z | Compiling num-derive v0.4.2 |
2058 | 2024-11-15T19:49:36.962Z | Compiling sigpipe v0.1.3 |
2059 | 2024-11-15T19:49:37.109Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2060 | 2024-11-15T19:49:37.399Z | Compiling libefi-sys v0.1.0 |
2061 | 2024-11-15T19:49:37.783Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2062 | 2024-11-15T19:49:38.727Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2063 | 2024-11-15T19:49:40.268Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2064 | 2024-11-15T19:49:40.832Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2065 | 2024-11-15T19:49:41.042Z | Compiling zone v0.3.0 |
2066 | 2024-11-15T19:49:41.695Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2067 | 2024-11-15T19:49:44.402Z | Compiling smf v0.2.3 |
2068 | 2024-11-15T19:49:44.769Z | Compiling bitfield-struct v0.6.2 |
2069 | 2024-11-15T19:49:44.848Z | Compiling ring v0.16.20 |
2070 | 2024-11-15T19:49:45.887Z | Compiling blake3 v1.5.4 |
2071 | 2024-11-15T19:49:45.971Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2072 | 2024-11-15T19:49:46.167Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2073 | 2024-11-15T19:49:47.013Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2074 | 2024-11-15T19:49:47.163Z | Compiling xattr v1.3.1 |
2075 | 2024-11-15T19:49:47.381Z | Compiling filetime v0.2.25 |
2076 | 2024-11-15T19:49:47.485Z | Compiling memmap2 v0.9.5 |
2077 | 2024-11-15T19:49:47.765Z | Compiling spin v0.5.2 |
2078 | 2024-11-15T19:49:48.056Z | Compiling same-file v1.0.6 |
2079 | 2024-11-15T19:49:48.072Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2080 | 2024-11-15T19:49:48.176Z | Compiling arrayref v0.3.9 |
2081 | 2024-11-15T19:49:48.202Z | Compiling arrayvec v0.7.6 |
2082 | 2024-11-15T19:49:48.292Z | Compiling constant_time_eq v0.3.1 |
2083 | 2024-11-15T19:49:48.339Z | Compiling walkdir v2.5.0 |
2084 | 2024-11-15T19:49:48.481Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2085 | 2024-11-15T19:49:49.986Z | Compiling tar v0.4.43 |
2086 | 2024-11-15T19:49:51.205Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2087 | 2024-11-15T19:49:51.400Z | Compiling gethostname v0.5.0 |
2088 | 2024-11-15T19:49:51.617Z | Compiling cargo-platform v0.1.8 |
2089 | 2024-11-15T19:49:51.636Z | Compiling topological-sort v0.2.2 |
2090 | 2024-11-15T19:49:52.048Z | Compiling cargo_metadata v0.18.1 |
2091 | 2024-11-15T19:49:56.088Z | Compiling omicron-zone-package v0.11.1 |
2092 | 2024-11-15T19:49:59.292Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2093 | 2024-11-15T19:50:01.819Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2094 | 2024-11-15T19:50:04.742Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2095 | 2024-11-15T19:50:21.736Z | Finished `release` profile [optimized] target(s) in 5m 21s |
2096 | 2024-11-15T19:50:21.894Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
2097 | 2024-11-15T19:50:21.939Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2098 | 2024-11-15T19:50:21.942Z | Created new build target 'test' and set it as active |
2099 | 2024-11-15T19:50:21.942Z | |
2100 | 2024-11-15T19:50:21.942Z | real 5:21.775433073 |
2101 | 2024-11-15T19:50:21.942Z | user 36:16.111098868 |
2102 | 2024-11-15T19:50:21.942Z | sys 4:49.444103802 |
2103 | 2024-11-15T19:50:21.942Z | trap 1.046269021 |
2104 | 2024-11-15T19:50:21.942Z | tflt 3.162281586 |
2105 | 2024-11-15T19:50:21.942Z | dflt 0.655973513 |
2106 | 2024-11-15T19:50:21.942Z | kflt 0.000418078 |
2107 | 2024-11-15T19:50:21.942Z | lock 1:16:11.246880603 |
2108 | 2024-11-15T19:50:21.942Z | slp 2:31:36.854547701 |
2109 | 2024-11-15T19:50:21.942Z | lat 2:31.854788021 |
2110 | 2024-11-15T19:50:21.942Z | stop 4:22.759127315 |
2111 | 2024-11-15T19:50:21.942Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2112 | 2024-11-15T19:50:22.887Z | Finished `release` profile [optimized] target(s) in 0.89s |
2113 | 2024-11-15T19:50:22.944Z | Running `target/release/omicron-package -t test package` |
2114 | 2024-11-15T19:50:22.988Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2115 | 2024-11-15T19:50:24.099Z | Compiling convert_case v0.4.0 |
2116 | 2024-11-15T19:50:24.099Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2117 | 2024-11-15T19:50:24.102Z | Compiling itertools v0.13.0 |
2118 | 2024-11-15T19:50:24.102Z | Compiling password-hash v0.5.0 |
2119 | 2024-11-15T19:50:24.102Z | Compiling blake2 v0.10.6 |
2120 | 2024-11-15T19:50:24.102Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2121 | 2024-11-15T19:50:24.102Z | Compiling newline-converter v0.3.0 |
2122 | 2024-11-15T19:50:24.243Z | Compiling owo-colors v4.1.0 |
2123 | 2024-11-15T19:50:24.498Z | Compiling cancel-safe-futures v0.1.5 |
2124 | 2024-11-15T19:50:24.523Z | Compiling expectorate v1.1.0 |
2125 | 2024-11-15T19:50:24.728Z | Compiling libsw v3.3.1 |
2126 | 2024-11-15T19:50:24.831Z | Compiling argon2 v0.5.3 |
2127 | 2024-11-15T19:50:24.916Z | Compiling derive_more v0.99.18 |
2128 | 2024-11-15T19:50:25.074Z | Compiling indent_write v2.2.0 |
2129 | 2024-11-15T19:50:25.307Z | Compiling swrite v0.1.0 |
2130 | 2024-11-15T19:50:25.451Z | Compiling linear-map v1.2.0 |
2131 | 2024-11-15T19:50:25.499Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2132 | 2024-11-15T19:50:25.802Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2133 | 2024-11-15T19:50:25.889Z | Compiling progenitor-client v0.8.0 |
2134 | 2024-11-15T19:50:26.414Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2135 | 2024-11-15T19:50:26.434Z | Compiling base64 v0.21.7 |
2136 | 2024-11-15T19:50:26.453Z | Compiling progenitor v0.8.0 |
2137 | 2024-11-15T19:50:26.730Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2138 | 2024-11-15T19:50:27.248Z | Compiling atomicwrites v0.4.4 |
2139 | 2024-11-15T19:50:27.456Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2140 | 2024-11-15T19:50:27.527Z | Compiling num-rational v0.4.2 |
2141 | 2024-11-15T19:50:27.792Z | Compiling num-complex v0.4.6 |
2142 | 2024-11-15T19:50:27.811Z | Compiling float-ord v0.3.2 |
2143 | 2024-11-15T19:50:27.998Z | Compiling semver v0.1.20 |
2144 | 2024-11-15T19:50:28.593Z | Compiling rustc_version v0.1.7 |
2145 | 2024-11-15T19:50:29.018Z | Compiling num v0.4.3 |
2146 | 2024-11-15T19:50:29.112Z | Compiling newtype_derive v0.1.6 |
2147 | 2024-11-15T19:50:29.148Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2148 | 2024-11-15T19:50:29.503Z | Compiling highway v1.2.0 |
2149 | 2024-11-15T19:50:29.958Z | Compiling humantime v2.1.0 |
2150 | 2024-11-15T19:50:31.009Z | Compiling steno v0.4.1 |
2151 | 2024-11-15T19:50:31.195Z | Compiling newtype-uuid v1.1.3 |
2152 | 2024-11-15T19:50:31.469Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2153 | 2024-11-15T19:50:31.557Z | Compiling dropshot v0.13.0 |
2154 | 2024-11-15T19:50:31.634Z | Compiling tungstenite v0.21.0 |
2155 | 2024-11-15T19:50:34.314Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2156 | 2024-11-15T19:50:34.625Z | Compiling ipnetwork v0.20.0 |
2157 | 2024-11-15T19:50:34.826Z | Compiling instant v0.1.13 |
2158 | 2024-11-15T19:50:35.001Z | Compiling slog-dtrace v0.3.0 |
2159 | 2024-11-15T19:50:35.393Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2160 | 2024-11-15T19:50:35.413Z | Compiling backoff v0.4.0 |
2161 | 2024-11-15T19:50:35.768Z | Compiling tokio-tungstenite v0.21.0 |
2162 | 2024-11-15T19:50:36.074Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2163 | 2024-11-15T19:50:36.785Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2164 | 2024-11-15T19:50:37.143Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2165 | 2024-11-15T19:50:41.210Z | Compiling parse-display v0.10.0 |
2166 | 2024-11-15T19:50:41.802Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2167 | 2024-11-15T19:50:41.997Z | Compiling serde_with v3.11.0 |
2168 | 2024-11-15T19:50:44.867Z | Compiling strum v0.26.3 |
2169 | 2024-11-15T19:50:44.932Z | Compiling regress v0.9.1 |
2170 | 2024-11-15T19:50:45.054Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2171 | 2024-11-15T19:50:46.017Z | Compiling macaddr v1.0.1 |
2172 | 2024-11-15T19:50:46.846Z | Compiling prettyplease v0.2.25 |
2173 | 2024-11-15T19:50:46.908Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2174 | 2024-11-15T19:50:48.003Z | Compiling arc-swap v1.7.1 |
2175 | 2024-11-15T19:50:48.701Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2176 | 2024-11-15T19:50:49.294Z | Compiling display-error-chain v0.2.2 |
2177 | 2024-11-15T19:50:49.519Z | Compiling slog-scope v4.4.0 |
2178 | 2024-11-15T19:50:49.659Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2179 | 2024-11-15T19:50:50.359Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2180 | 2024-11-15T19:50:51.442Z | Compiling half v2.4.1 |
2181 | 2024-11-15T19:50:52.164Z | Compiling ciborium-io v0.2.2 |
2182 | 2024-11-15T19:50:52.320Z | Compiling ciborium-ll v0.2.2 |
2183 | 2024-11-15T19:50:52.477Z | Compiling slog-stdlog v4.1.1 |
2184 | 2024-11-15T19:50:52.846Z | Compiling slog-envlogger v2.2.0 |
2185 | 2024-11-15T19:50:53.296Z | Compiling ciborium v0.2.2 |
2186 | 2024-11-15T19:50:53.770Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2187 | 2024-11-15T19:50:55.462Z | Compiling fastrand v2.1.1 |
2188 | 2024-11-15T19:50:55.567Z | Compiling same-file v1.0.6 |
2189 | 2024-11-15T19:50:55.806Z | Compiling walkdir v2.5.0 |
2190 | 2024-11-15T19:50:55.974Z | Compiling tempfile v3.13.0 |
2191 | 2024-11-15T19:50:56.548Z | Compiling blake3 v1.5.4 |
2192 | 2024-11-15T19:50:56.797Z | Compiling ring v0.16.20 |
2193 | 2024-11-15T19:50:57.204Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2194 | 2024-11-15T19:50:59.491Z | Compiling xattr v1.3.1 |
2195 | 2024-11-15T19:50:59.784Z | Compiling filetime v0.2.25 |
2196 | 2024-11-15T19:50:59.787Z | Compiling memmap2 v0.9.5 |
2197 | 2024-11-15T19:51:00.093Z | Compiling constant_time_eq v0.3.1 |
2198 | 2024-11-15T19:51:00.240Z | Compiling arrayvec v0.7.6 |
2199 | 2024-11-15T19:51:00.259Z | Compiling spin v0.5.2 |
2200 | 2024-11-15T19:51:00.507Z | Compiling arrayref v0.3.9 |
2201 | 2024-11-15T19:51:00.619Z | Compiling keccak v0.1.5 |
2202 | 2024-11-15T19:51:01.847Z | Compiling sha3 v0.10.8 |
2203 | 2024-11-15T19:51:04.089Z | Compiling tar v0.4.43 |
2204 | 2024-11-15T19:51:04.700Z | Compiling camino-tempfile v1.1.1 |
2205 | 2024-11-15T19:51:05.156Z | Compiling toolchain_find v0.4.0 |
2206 | 2024-11-15T19:51:06.011Z | Compiling nibble_vec v0.1.0 |
2207 | 2024-11-15T19:51:06.057Z | Compiling maplit v1.0.2 |
2208 | 2024-11-15T19:51:06.195Z | Compiling crunchy v0.2.2 |
2209 | 2024-11-15T19:51:06.262Z | Compiling topological-sort v0.2.2 |
2210 | 2024-11-15T19:51:06.506Z | Compiling endian-type v0.1.2 |
2211 | 2024-11-15T19:51:06.670Z | Compiling radium v0.7.0 |
2212 | 2024-11-15T19:51:06.764Z | Compiling radix_trie v0.2.1 |
2213 | 2024-11-15T19:51:07.177Z | Compiling omicron-zone-package v0.11.1 |
2214 | 2024-11-15T19:51:07.303Z | Compiling rustfmt-wrapper v0.2.1 |
2215 | 2024-11-15T19:51:07.822Z | Compiling pem v3.0.4 |
2216 | 2024-11-15T19:51:07.880Z | Compiling maybe-uninit v2.0.0 |
2217 | 2024-11-15T19:51:08.352Z | Compiling tap v1.0.1 |
2218 | 2024-11-15T19:51:08.562Z | Compiling tiny-keccak v2.0.2 |
2219 | 2024-11-15T19:51:08.874Z | Compiling wyz v0.5.1 |
2220 | 2024-11-15T19:51:09.088Z | Compiling dsl_auto_type v0.1.2 |
2221 | 2024-11-15T19:51:09.337Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2222 | 2024-11-15T19:51:09.366Z | Compiling scheduled-thread-pool v0.2.7 |
2223 | 2024-11-15T19:51:09.576Z | Compiling secrecy v0.8.0 |
2224 | 2024-11-15T19:51:09.865Z | Compiling diesel_table_macro_syntax v0.2.0 |
2225 | 2024-11-15T19:51:09.892Z | Compiling crc-catalog v2.4.0 |
2226 | 2024-11-15T19:51:10.062Z | Compiling funty v2.0.0 |
2227 | 2024-11-15T19:51:10.272Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2228 | 2024-11-15T19:51:10.434Z | Compiling packed_struct v0.10.1 |
2229 | 2024-11-15T19:51:10.544Z | Compiling diesel_derives v2.2.3 |
2230 | 2024-11-15T19:51:10.615Z | Compiling crc v3.2.1 |
2231 | 2024-11-15T19:51:10.899Z | Compiling r2d2 v0.8.10 |
2232 | 2024-11-15T19:51:11.397Z | Compiling bitvec v1.0.1 |
2233 | 2024-11-15T19:51:12.441Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2234 | 2024-11-15T19:51:12.771Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2235 | 2024-11-15T19:51:12.889Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2236 | 2024-11-15T19:51:14.303Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2237 | 2024-11-15T19:51:14.824Z | Compiling ascii-canvas v3.0.0 |
2238 | 2024-11-15T19:51:15.283Z | Compiling universal-hash v0.5.1 |
2239 | 2024-11-15T19:51:15.536Z | Compiling thiserror-impl-no-std v2.0.2 |
2240 | 2024-11-15T19:51:15.778Z | Compiling packed_struct_codegen v0.10.1 |
2241 | 2024-11-15T19:51:18.244Z | Compiling lzma-sys v0.1.20 |
2242 | 2024-11-15T19:51:18.374Z | Compiling ena v0.14.3 |
2243 | 2024-11-15T19:51:18.819Z | Compiling indexmap v1.9.3 |
2244 | 2024-11-15T19:51:18.942Z | Compiling diff v0.1.13 |
2245 | 2024-11-15T19:51:19.142Z | Compiling regex-syntax v0.6.29 |
2246 | 2024-11-15T19:51:19.480Z | Compiling nodrop v0.1.14 |
2247 | 2024-11-15T19:51:19.627Z | Compiling opaque-debug v0.3.1 |
2248 | 2024-11-15T19:51:19.743Z | Compiling poly1305 v0.8.0 |
2249 | 2024-11-15T19:51:21.324Z | Compiling array-init v0.0.4 |
2250 | 2024-11-15T19:51:21.879Z | Compiling diesel v2.2.4 |
2251 | 2024-11-15T19:51:22.540Z | Compiling lalrpop v0.19.12 |
2252 | 2024-11-15T19:51:29.082Z | Compiling thiserror-no-std v2.0.2 |
2253 | 2024-11-15T19:51:29.222Z | Compiling smallvec v0.6.14 |
2254 | 2024-11-15T19:51:29.833Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2255 | 2024-11-15T19:51:30.253Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2256 | 2024-11-15T19:51:30.562Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2257 | 2024-11-15T19:51:30.821Z | Compiling chacha20 v0.9.1 |
2258 | 2024-11-15T19:51:30.947Z | Compiling heck v0.3.3 |
2259 | 2024-11-15T19:51:31.303Z | Compiling const_format_proc_macros v0.2.33 |
2260 | 2024-11-15T19:51:31.343Z | Compiling aead v0.5.2 |
2261 | 2024-11-15T19:51:31.701Z | Compiling hashbrown v0.12.3 |
2262 | 2024-11-15T19:51:33.050Z | Compiling termcolor v1.4.1 |
2263 | 2024-11-15T19:51:33.151Z | Compiling ref-cast v1.0.23 |
2264 | 2024-11-15T19:51:33.632Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2265 | 2024-11-15T19:51:33.934Z | Compiling bitfield v0.14.0 |
2266 | 2024-11-15T19:51:34.221Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2267 | 2024-11-15T19:51:34.260Z | Compiling env_logger v0.10.2 |
2268 | 2024-11-15T19:51:37.344Z | Compiling const_format v0.2.33 |
2269 | 2024-11-15T19:51:38.893Z | Compiling chacha20poly1305 v0.10.1 |
2270 | 2024-11-15T19:51:39.137Z | Compiling zone_cfg_derive v0.1.2 |
2271 | 2024-11-15T19:51:39.816Z | Compiling serde-hex v0.1.0 |
2272 | 2024-11-15T19:51:40.513Z | Compiling vsss-rs v3.3.4 |
2273 | 2024-11-15T19:51:45.052Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2274 | 2024-11-15T19:51:45.203Z | Compiling ron v0.8.1 |
2275 | 2024-11-15T19:51:45.397Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2276 | 2024-11-15T19:51:45.698Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2277 | 2024-11-15T19:51:46.326Z | Compiling derive_builder_core v0.20.2 |
2278 | 2024-11-15T19:51:48.317Z | Compiling polar-core v0.27.3 |
2279 | 2024-11-15T19:51:48.637Z | Compiling hashbrown v0.13.2 |
2280 | 2024-11-15T19:51:49.516Z | Compiling headers-core v0.3.0 |
2281 | 2024-11-15T19:51:49.702Z | Compiling fxhash v0.2.1 |
2282 | 2024-11-15T19:51:49.942Z | Compiling libxml v0.3.3 |
2283 | 2024-11-15T19:51:50.037Z | Compiling ref-cast-impl v1.0.23 |
2284 | 2024-11-15T19:51:50.296Z | Compiling base64 v0.13.1 |
2285 | 2024-11-15T19:51:51.043Z | Compiling crc-any v2.5.0 |
2286 | 2024-11-15T19:51:51.138Z | Compiling ron v0.7.1 |
2287 | 2024-11-15T19:51:51.361Z | Compiling object v0.30.4 |
2288 | 2024-11-15T19:51:51.996Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2289 | 2024-11-15T19:51:56.396Z | Compiling headers v0.4.0 |
2290 | 2024-11-15T19:52:00.020Z | Compiling derive_builder_macro v0.20.2 |
2291 | 2024-11-15T19:52:00.797Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2292 | 2024-11-15T19:52:02.348Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2293 | 2024-11-15T19:52:03.080Z | Compiling xz2 v0.1.7 |
2294 | 2024-11-15T19:52:03.991Z | Compiling zone v0.1.8 |
2295 | 2024-11-15T19:52:06.691Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2296 | 2024-11-15T19:52:07.348Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2297 | 2024-11-15T19:52:07.576Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2298 | 2024-11-15T19:52:07.901Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2299 | 2024-11-15T19:52:08.483Z | Compiling yasna v0.5.2 |
2300 | 2024-11-15T19:52:09.776Z | Compiling phf_generator v0.11.2 |
2301 | 2024-11-15T19:52:09.980Z | Compiling strum_macros v0.24.3 |
2302 | 2024-11-15T19:52:10.176Z | Compiling kstat-rs v0.2.4 |
2303 | 2024-11-15T19:52:11.155Z | Compiling samael v0.0.17 |
2304 | 2024-11-15T19:52:11.818Z | Compiling async-recursion v1.1.1 |
2305 | 2024-11-15T19:52:12.613Z | Compiling unicase v2.7.0 |
2306 | 2024-11-15T19:52:12.788Z | Compiling path-slash v0.1.5 |
2307 | 2024-11-15T19:52:12.934Z | Compiling indoc v1.0.9 |
2308 | 2024-11-15T19:52:13.039Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2309 | 2024-11-15T19:52:13.313Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2310 | 2024-11-15T19:52:13.643Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2311 | 2024-11-15T19:52:13.791Z | Compiling phf_codegen v0.11.2 |
2312 | 2024-11-15T19:52:17.137Z | Compiling rcgen v0.12.1 |
2313 | 2024-11-15T19:52:19.391Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2314 | 2024-11-15T19:52:25.679Z | Compiling derive_builder v0.20.2 |
2315 | 2024-11-15T19:52:27.219Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2316 | 2024-11-15T19:52:28.630Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2317 | 2024-11-15T19:52:28.937Z | Compiling impl-trait-for-tuples v0.2.2 |
2318 | 2024-11-15T19:52:30.854Z | Compiling oso-derive v0.27.3 |
2319 | 2024-11-15T19:52:31.842Z | Compiling libz-sys v1.1.20 |
2320 | 2024-11-15T19:52:32.509Z | Compiling parse-zoneinfo v0.3.1 |
2321 | 2024-11-15T19:52:33.595Z | Compiling quick-xml v0.33.0 |
2322 | 2024-11-15T19:52:33.788Z | Compiling subprocess v0.2.9 |
2323 | 2024-11-15T19:52:34.113Z | Compiling diesel-dtrace v0.3.0 |
2324 | 2024-11-15T19:52:34.425Z | Compiling cfg_aliases v0.1.1 |
2325 | 2024-11-15T19:52:34.546Z | Compiling parking_lot_core v0.8.6 |
2326 | 2024-11-15T19:52:35.020Z | Compiling nix v0.28.0 |
2327 | 2024-11-15T19:52:35.627Z | Compiling oso v0.27.3 |
2328 | 2024-11-15T19:52:35.751Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2329 | 2024-11-15T19:52:38.516Z | Compiling chrono-tz-build v0.4.0 |
2330 | 2024-11-15T19:52:39.857Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2331 | 2024-11-15T19:52:41.428Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2332 | 2024-11-15T19:52:43.434Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2333 | 2024-11-15T19:52:46.807Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2334 | 2024-11-15T19:52:46.881Z | Compiling bb8 v0.8.5 |
2335 | 2024-11-15T19:52:47.105Z | Compiling vte_generate_state_changes v0.1.2 |
2336 | 2024-11-15T19:52:47.507Z | Compiling buf-list v1.0.3 |
2337 | 2024-11-15T19:52:47.728Z | Compiling vte v0.11.1 |
2338 | 2024-11-15T19:52:48.162Z | Compiling async-bb8-diesel v0.2.1 |
2339 | 2024-11-15T19:52:49.063Z | Compiling chrono-tz v0.10.0 |
2340 | 2024-11-15T19:52:49.910Z | Compiling fd-lock v4.0.2 |
2341 | 2024-11-15T19:52:50.158Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2342 | 2024-11-15T19:52:50.464Z | Compiling pin-project-internal v1.1.6 |
2343 | 2024-11-15T19:52:50.970Z | Compiling atty v0.2.14 |
2344 | 2024-11-15T19:52:51.142Z | Compiling salty v0.3.0 |
2345 | 2024-11-15T19:52:51.569Z | Compiling bytecount v0.6.8 |
2346 | 2024-11-15T19:52:51.906Z | Compiling papergrid v0.11.0 |
2347 | 2024-11-15T19:52:53.167Z | Compiling pin-project v1.1.6 |
2348 | 2024-11-15T19:52:53.329Z | Compiling parking_lot v0.11.2 |
2349 | 2024-11-15T19:53:02.103Z | Compiling strip-ansi-escapes v0.2.0 |
2350 | 2024-11-15T19:53:03.829Z | Compiling tabled_derive v0.7.0 |
2351 | 2024-11-15T19:53:04.920Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2352 | 2024-11-15T19:53:05.843Z | Compiling peg-macros v0.8.4 |
2353 | 2024-11-15T19:53:09.162Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2354 | 2024-11-15T19:53:09.695Z | Compiling snafu-derive v0.8.5 |
2355 | 2024-11-15T19:53:10.118Z | Compiling sqlparser_derive v0.2.2 |
2356 | 2024-11-15T19:53:11.188Z | Compiling home v0.5.9 |
2357 | 2024-11-15T19:53:11.525Z | Compiling lockfree-object-pool v0.1.6 |
2358 | 2024-11-15T19:53:11.858Z | Compiling simd-adler32 v0.3.7 |
2359 | 2024-11-15T19:53:12.958Z | Compiling zip v2.1.3 |
2360 | 2024-11-15T19:53:13.290Z | Compiling nu-ansi-term v0.50.1 |
2361 | 2024-11-15T19:53:14.275Z | Compiling bumpalo v3.16.0 |
2362 | 2024-11-15T19:53:14.498Z | Compiling unicode_categories v0.1.1 |
2363 | 2024-11-15T19:53:14.868Z | Compiling sqlformat v0.2.6 |
2364 | 2024-11-15T19:53:14.870Z | Compiling zopfli v0.8.1 |
2365 | 2024-11-15T19:53:18.845Z | Compiling snafu v0.8.5 |
2366 | 2024-11-15T19:53:20.147Z | Compiling reedline v0.35.0 |
2367 | 2024-11-15T19:53:21.100Z | Compiling rustyline v14.0.0 |
2368 | 2024-11-15T19:53:25.751Z | Compiling sqlparser v0.45.0 |
2369 | 2024-11-15T19:53:27.010Z | Compiling peg v0.8.4 |
2370 | 2024-11-15T19:53:27.139Z | Compiling tabled v0.15.0 |
2371 | 2024-11-15T19:53:30.545Z | Compiling mime_guess v2.0.5 |
2372 | 2024-11-15T19:53:31.628Z | Compiling sled v0.34.7 |
2373 | 2024-11-15T19:53:35.656Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2374 | 2024-11-15T19:53:37.820Z | Compiling hickory-client v0.24.1 |
2375 | 2024-11-15T19:53:40.801Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2376 | 2024-11-15T19:53:43.055Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2377 | 2024-11-15T19:53:44.103Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2378 | 2024-11-15T19:53:46.728Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2379 | 2024-11-15T19:53:51.745Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2380 | 2024-11-15T19:53:53.336Z | Compiling globset v0.4.15 |
2381 | 2024-11-15T19:53:55.366Z | Compiling hickory-server v0.24.1 |
2382 | 2024-11-15T19:54:00.973Z | Compiling primeorder v0.13.6 |
2383 | 2024-11-15T19:54:01.653Z | Compiling olpc-cjson v0.1.4 |
2384 | 2024-11-15T19:54:02.111Z | Compiling vergen v8.3.2 |
2385 | 2024-11-15T19:54:02.418Z | Compiling bcs v0.1.6 |
2386 | 2024-11-15T19:54:03.334Z | Compiling env_filter v0.1.2 |
2387 | 2024-11-15T19:54:04.877Z | Compiling cargo-platform v0.1.8 |
2388 | 2024-11-15T19:54:05.354Z | Compiling serde_plain v1.0.2 |
2389 | 2024-11-15T19:54:05.446Z | Compiling nanorand v0.7.0 |
2390 | 2024-11-15T19:54:05.886Z | Compiling memoffset v0.9.1 |
2391 | 2024-11-15T19:54:05.997Z | Compiling typed-path v0.9.3 |
2392 | 2024-11-15T19:54:06.174Z | Compiling flume v0.11.1 |
2393 | 2024-11-15T19:54:06.397Z | Compiling cargo_metadata v0.18.1 |
2394 | 2024-11-15T19:54:06.985Z | Compiling env_logger v0.11.5 |
2395 | 2024-11-15T19:54:08.475Z | Compiling p384 v0.13.0 |
2396 | 2024-11-15T19:54:09.666Z | Compiling tough v0.19.0 |
2397 | 2024-11-15T19:54:10.887Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2398 | 2024-11-15T19:54:13.336Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2399 | 2024-11-15T19:54:14.600Z | Compiling git2 v0.19.0 |
2400 | 2024-11-15T19:54:23.229Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2401 | 2024-11-15T19:54:24.466Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2402 | 2024-11-15T19:54:29.602Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2403 | 2024-11-15T19:54:30.198Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2404 | 2024-11-15T19:54:34.360Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2405 | 2024-11-15T19:54:34.783Z | Compiling rand_seeder v0.3.0 |
2406 | 2024-11-15T19:54:35.192Z | Compiling libsqlite3-sys v0.30.1 |
2407 | 2024-11-15T19:54:35.712Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2408 | 2024-11-15T19:54:36.025Z | Compiling cfg_aliases v0.2.1 |
2409 | 2024-11-15T19:54:36.149Z | Compiling rustls v0.21.12 |
2410 | 2024-11-15T19:54:36.295Z | Compiling parse-size v1.1.0 |
2411 | 2024-11-15T19:54:36.343Z | Compiling nix v0.29.0 |
2412 | 2024-11-15T19:54:36.531Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2413 | 2024-11-15T19:54:36.702Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2414 | 2024-11-15T19:54:37.039Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2415 | 2024-11-15T19:54:38.815Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2416 | 2024-11-15T19:54:38.831Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2417 | 2024-11-15T19:54:39.600Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2418 | 2024-11-15T19:54:39.899Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2419 | 2024-11-15T19:54:42.911Z | Compiling rustls-webpki v0.101.7 |
2420 | 2024-11-15T19:54:43.941Z | Compiling sct v0.7.1 |
2421 | 2024-11-15T19:54:44.203Z | Compiling castaway v0.2.3 |
2422 | 2024-11-15T19:54:44.409Z | Compiling csv-core v0.1.11 |
2423 | 2024-11-15T19:54:44.428Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2424 | 2024-11-15T19:54:44.751Z | Compiling http-range v0.1.5 |
2425 | 2024-11-15T19:54:45.250Z | Compiling glob v0.3.1 |
2426 | 2024-11-15T19:54:45.330Z | Compiling hyper-staticfile v0.10.1 |
2427 | 2024-11-15T19:54:46.841Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2428 | 2024-11-15T19:54:47.387Z | Compiling csv v1.3.0 |
2429 | 2024-11-15T19:54:48.315Z | Compiling compact_str v0.8.0 |
2430 | 2024-11-15T19:54:49.813Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2431 | 2024-11-15T19:54:51.070Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2432 | 2024-11-15T19:54:52.356Z | Compiling nix v0.27.1 |
2433 | 2024-11-15T19:54:53.843Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2434 | 2024-11-15T19:54:55.659Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2435 | 2024-11-15T19:55:01.008Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2436 | 2024-11-15T19:55:05.484Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2437 | 2024-11-15T19:55:06.724Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2438 | 2024-11-15T19:55:09.485Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2439 | 2024-11-15T19:55:09.841Z | Compiling unicode-truncate v1.1.0 |
2440 | 2024-11-15T19:55:10.131Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2441 | 2024-11-15T19:55:10.433Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2442 | 2024-11-15T19:55:10.752Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2443 | 2024-11-15T19:55:12.492Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2444 | 2024-11-15T19:55:13.118Z | Compiling hashlink v0.9.1 |
2445 | 2024-11-15T19:55:13.951Z | Compiling tungstenite v0.23.0 |
2446 | 2024-11-15T19:55:15.106Z | Compiling lru v0.12.5 |
2447 | 2024-11-15T19:55:15.394Z | Compiling instability v0.3.2 |
2448 | 2024-11-15T19:55:15.475Z | Compiling fallible-streaming-iterator v0.1.9 |
2449 | 2024-11-15T19:55:15.770Z | Compiling cassowary v0.3.0 |
2450 | 2024-11-15T19:55:16.371Z | Compiling fallible-iterator v0.3.0 |
2451 | 2024-11-15T19:55:17.210Z | Compiling rusqlite v0.32.1 |
2452 | 2024-11-15T19:55:18.001Z | Compiling ratatui v0.28.1 |
2453 | 2024-11-15T19:55:19.426Z | Compiling tokio-tungstenite v0.23.1 |
2454 | 2024-11-15T19:55:19.591Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2455 | 2024-11-15T19:55:23.387Z | Compiling tokio-rustls v0.24.1 |
2456 | 2024-11-15T19:55:29.554Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2457 | 2024-11-15T19:55:31.089Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2458 | 2024-11-15T19:55:35.312Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2459 | 2024-11-15T19:55:36.154Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2460 | 2024-11-15T19:55:36.827Z | Compiling rustls-pemfile v1.0.4 |
2461 | 2024-11-15T19:55:37.579Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2462 | 2024-11-15T19:55:37.602Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2463 | 2024-11-15T19:55:37.891Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2464 | 2024-11-15T19:55:38.074Z | Compiling signal-hook-tokio v0.3.1 |
2465 | 2024-11-15T19:55:38.306Z | Compiling twox-hash v1.6.3 |
2466 | 2024-11-15T19:55:39.280Z | Compiling is_ci v1.2.0 |
2467 | 2024-11-15T19:55:39.580Z | Compiling smawk v0.3.2 |
2468 | 2024-11-15T19:55:39.841Z | Compiling unicode-linebreak v0.1.5 |
2469 | 2024-11-15T19:55:40.370Z | Compiling textwrap v0.16.1 |
2470 | 2024-11-15T19:55:42.334Z | Compiling supports-color v3.0.1 |
2471 | 2024-11-15T19:55:43.798Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2472 | 2024-11-15T19:55:48.368Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2473 | 2024-11-15T19:56:03.749Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2474 | 2024-11-15T19:56:04.430Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2475 | 2024-11-15T19:56:07.364Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2476 | 2024-11-15T19:56:09.222Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2477 | 2024-11-15T19:56:09.844Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2478 | 2024-11-15T19:56:12.658Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2479 | 2024-11-15T19:56:19.747Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2480 | 2024-11-15T19:56:20.057Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2481 | 2024-11-15T19:56:20.545Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2482 | 2024-11-15T19:56:26.559Z | Compiling fatfs v0.3.6 |
2483 | 2024-11-15T19:56:29.001Z | Compiling rtoolbox v0.0.2 |
2484 | 2024-11-15T19:56:29.442Z | Compiling assert_matches v1.5.0 |
2485 | 2024-11-15T19:56:29.463Z | Compiling rpassword v7.3.1 |
2486 | 2024-11-15T19:56:29.686Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2487 | 2024-11-15T19:56:29.934Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2488 | 2024-11-15T19:56:47.190Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2489 | 2024-11-15T19:56:48.526Z | Compiling tui-tree-widget v0.22.0 |
2490 | 2024-11-15T19:56:49.009Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2491 | 2024-11-15T19:56:54.225Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2492 | 2024-11-15T19:56:56.073Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2493 | 2024-11-15T19:56:56.378Z | Compiling uzers v0.12.1 |
2494 | 2024-11-15T19:56:59.536Z | Compiling shell-words v1.1.0 |
2495 | 2024-11-15T19:56:59.984Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2496 | 2024-11-15T19:57:07.451Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2497 | 2024-11-15T19:57:09.444Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2498 | 2024-11-15T19:57:27.604Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2499 | 2024-11-15T19:57:37.863Z | Compiling multimap v0.10.0 |
2500 | 2024-11-15T19:59:32.862Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2501 | 2024-11-15T19:59:48.234Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2502 | 2024-11-15T20:06:21.038Z | Finished `release` profile [optimized] target(s) in 15m 57s |
2503 | 2024-11-15T20:07:21.780Z | |
2504 | 2024-11-15T20:07:21.783Z | real 16:59.394041885 |
2505 | 2024-11-15T20:07:21.783Z | user 1:56:47.168953981 |
2506 | 2024-11-15T20:07:21.783Z | sys 5:48.344928369 |
2507 | 2024-11-15T20:07:21.783Z | trap 2.779731257 |
2508 | 2024-11-15T20:07:21.783Z | tflt 2.956219279 |
2509 | 2024-11-15T20:07:21.783Z | dflt 3.245512712 |
2510 | 2024-11-15T20:07:21.783Z | kflt 0.067719451 |
2511 | 2024-11-15T20:07:21.783Z | lock 7:07:51.466435293 |
2512 | 2024-11-15T20:07:21.783Z | slp 6:10:17.353867030 |
2513 | 2024-11-15T20:07:21.783Z | lat 2:52.255943280 |
2514 | 2024-11-15T20:07:21.783Z | stop 2:32.829026004 |
2515 | 2024-11-15T20:07:21.783Z | + mapfile -t packages |
2516 | 2024-11-15T20:07:21.783Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2517 | 2024-11-15T20:07:22.800Z | Finished `release` profile [optimized] target(s) in 0.96s |
2518 | 2024-11-15T20:07:22.858Z | Running `target/release/omicron-package -t test list-outputs` |
2519 | 2024-11-15T20:07:22.906Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2520 | 2024-11-15T20:07:22.909Z | + ptime -m cargo build --locked --release -p xtask |
2521 | 2024-11-15T20:07:23.453Z | Compiling serde v1.0.215 |
2522 | 2024-11-15T20:07:23.455Z | Compiling serde_json v1.0.132 |
2523 | 2024-11-15T20:07:23.455Z | Compiling rustix v0.38.37 |
2524 | 2024-11-15T20:07:23.455Z | Compiling libc v0.2.162 |
2525 | 2024-11-15T20:07:23.455Z | Compiling syn v2.0.87 |
2526 | 2024-11-15T20:07:23.560Z | Compiling bitflags v2.6.0 |
2527 | 2024-11-15T20:07:23.884Z | Compiling usdt-impl v0.5.0 |
2528 | 2024-11-15T20:07:23.942Z | Compiling syn v1.0.109 |
2529 | 2024-11-15T20:07:24.060Z | Compiling hashbrown v0.15.0 |
2530 | 2024-11-15T20:07:24.081Z | Compiling log v0.4.22 |
2531 | 2024-11-15T20:07:24.130Z | Compiling fs-err v2.11.0 |
2532 | 2024-11-15T20:07:24.417Z | Compiling once_cell v1.20.2 |
2533 | 2024-11-15T20:07:24.552Z | Compiling anyhow v1.0.93 |
2534 | 2024-11-15T20:07:24.936Z | Compiling thread-id v4.2.2 |
2535 | 2024-11-15T20:07:25.367Z | Compiling indexmap v2.6.0 |
2536 | 2024-11-15T20:07:26.500Z | Compiling terminal_size v0.4.0 |
2537 | 2024-11-15T20:07:26.501Z | Compiling tempfile v3.13.0 |
2538 | 2024-11-15T20:07:26.751Z | Compiling clap_builder v4.5.21 |
2539 | 2024-11-15T20:07:27.586Z | Compiling proc-macro-error v1.0.4 |
2540 | 2024-11-15T20:07:28.746Z | Compiling tabled_derive v0.7.0 |
2541 | 2024-11-15T20:07:29.983Z | Compiling tabled v0.15.0 |
2542 | 2024-11-15T20:07:31.684Z | Compiling serde_derive v1.0.215 |
2543 | 2024-11-15T20:07:31.921Z | Compiling thiserror-impl v1.0.69 |
2544 | 2024-11-15T20:07:31.970Z | Compiling zerocopy-derive v0.7.35 |
2545 | 2024-11-15T20:07:32.829Z | Compiling scroll_derive v0.12.0 |
2546 | 2024-11-15T20:07:34.001Z | Compiling zerocopy v0.7.35 |
2547 | 2024-11-15T20:07:34.227Z | Compiling scroll v0.12.0 |
2548 | 2024-11-15T20:07:34.835Z | Compiling thiserror v1.0.69 |
2549 | 2024-11-15T20:07:34.984Z | Compiling pest v2.7.14 |
2550 | 2024-11-15T20:07:35.702Z | Compiling goblin v0.8.2 |
2551 | 2024-11-15T20:07:38.021Z | Compiling pest_meta v2.7.14 |
2552 | 2024-11-15T20:07:40.625Z | Compiling pest_generator v2.7.14 |
2553 | 2024-11-15T20:07:42.463Z | Compiling pest_derive v2.7.14 |
2554 | 2024-11-15T20:07:42.661Z | Compiling clap_derive v4.5.18 |
2555 | 2024-11-15T20:07:43.456Z | Compiling dtrace-parser v0.2.0 |
2556 | 2024-11-15T20:07:46.317Z | Compiling serde_spanned v0.6.8 |
2557 | 2024-11-15T20:07:46.586Z | Compiling toml_datetime v0.6.8 |
2558 | 2024-11-15T20:07:47.315Z | Compiling toml_edit v0.22.22 |
2559 | 2024-11-15T20:07:47.331Z | Compiling camino v1.1.9 |
2560 | 2024-11-15T20:07:48.714Z | Compiling serde_tokenstream v0.2.2 |
2561 | 2024-11-15T20:07:49.302Z | Compiling dof v0.3.0 |
2562 | 2024-11-15T20:07:51.311Z | Compiling toml v0.8.19 |
2563 | 2024-11-15T20:07:53.510Z | Compiling usdt-attr-macro v0.5.0 |
2564 | 2024-11-15T20:07:54.919Z | Compiling usdt-macro v0.5.0 |
2565 | 2024-11-15T20:07:55.298Z | Compiling semver v1.0.23 |
2566 | 2024-11-15T20:07:56.164Z | Compiling cargo-platform v0.1.8 |
2567 | 2024-11-15T20:07:56.786Z | Compiling cargo_metadata v0.18.1 |
2568 | 2024-11-15T20:07:57.275Z | Compiling usdt v0.5.0 |
2569 | 2024-11-15T20:07:58.155Z | Compiling cargo_toml v0.20.5 |
2570 | 2024-11-15T20:07:58.745Z | Compiling camino-tempfile v1.1.1 |
2571 | 2024-11-15T20:07:58.778Z | Compiling clap v4.5.21 |
2572 | 2024-11-15T20:07:58.914Z | Compiling macaddr v1.0.1 |
2573 | 2024-11-15T20:08:08.577Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2574 | 2024-11-15T20:08:19.715Z | Finished `release` profile [optimized] target(s) in 56.73s |
2575 | 2024-11-15T20:08:19.821Z | |
2576 | 2024-11-15T20:08:19.825Z | real 56.862102928 |
2577 | 2024-11-15T20:08:19.825Z | user 5:41.916474113 |
2578 | 2024-11-15T20:08:19.825Z | sys 31.471089989 |
2579 | 2024-11-15T20:08:19.825Z | trap 0.151368713 |
2580 | 2024-11-15T20:08:19.825Z | tflt 0.271629002 |
2581 | 2024-11-15T20:08:19.825Z | dflt 0.583414259 |
2582 | 2024-11-15T20:08:19.825Z | kflt 0.009148242 |
2583 | 2024-11-15T20:08:19.825Z | lock 10:52.214093356 |
2584 | 2024-11-15T20:08:19.825Z | slp 15:49.335217850 |
2585 | 2024-11-15T20:08:19.825Z | lat 14.527714592 |
2586 | 2024-11-15T20:08:19.825Z | stop 17.345642339 |
2587 | 2024-11-15T20:08:19.825Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2588 | 2024-11-15T20:08:19.825Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2589 | 2024-11-15T20:08:19.825Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2590 | 2024-11-15T20:08:19.825Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2591 | 2024-11-15T20:08:19.825Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2592 | 2024-11-15T20:08:20.691Z | Compiling hashbrown v0.14.5 |
2593 | 2024-11-15T20:08:20.819Z | Compiling unsafe-libyaml v0.2.11 |
2594 | 2024-11-15T20:08:20.831Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2595 | 2024-11-15T20:08:20.831Z | Compiling progenitor-client v0.8.0 |
2596 | 2024-11-15T20:08:20.834Z | Compiling ident_case v1.0.1 |
2597 | 2024-11-15T20:08:20.834Z | Compiling ipnetwork v0.20.0 |
2598 | 2024-11-15T20:08:20.834Z | Compiling instant v0.1.13 |
2599 | 2024-11-15T20:08:20.834Z | Compiling structmeta-derive v0.3.0 |
2600 | 2024-11-15T20:08:20.983Z | Compiling darling_core v0.20.10 |
2601 | 2024-11-15T20:08:21.006Z | Compiling newtype-uuid v1.1.3 |
2602 | 2024-11-15T20:08:21.283Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2603 | 2024-11-15T20:08:21.356Z | Compiling dropshot v0.13.0 |
2604 | 2024-11-15T20:08:21.714Z | Compiling dropshot_endpoint v0.13.0 |
2605 | 2024-11-15T20:08:21.738Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2606 | 2024-11-15T20:08:21.853Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2607 | 2024-11-15T20:08:22.077Z | Compiling regress v0.10.1 |
2608 | 2024-11-15T20:08:22.149Z | Compiling serde_yaml v0.9.34+deprecated |
2609 | 2024-11-15T20:08:22.213Z | Compiling regress v0.9.1 |
2610 | 2024-11-15T20:08:22.519Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2611 | 2024-11-15T20:08:22.714Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2612 | 2024-11-15T20:08:22.759Z | Compiling backoff v0.4.0 |
2613 | 2024-11-15T20:08:23.132Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2614 | 2024-11-15T20:08:23.310Z | Compiling macaddr v1.0.1 |
2615 | 2024-11-15T20:08:23.490Z | Compiling tempfile v3.13.0 |
2616 | 2024-11-15T20:08:23.761Z | Compiling proc-macro-crate v1.3.1 |
2617 | 2024-11-15T20:08:23.915Z | Compiling structmeta v0.3.0 |
2618 | 2024-11-15T20:08:24.372Z | Compiling parse-display-derive v0.10.0 |
2619 | 2024-11-15T20:08:24.430Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2620 | 2024-11-15T20:08:24.821Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2621 | 2024-11-15T20:08:24.865Z | Compiling num_enum_derive v0.5.11 |
2622 | 2024-11-15T20:08:25.158Z | Compiling foreign-types-macros v0.2.3 |
2623 | 2024-11-15T20:08:26.421Z | Compiling typify-impl v0.2.0 |
2624 | 2024-11-15T20:08:26.503Z | Compiling heapless v0.8.0 |
2625 | 2024-11-15T20:08:27.085Z | Compiling foreign-types-shared v0.3.1 |
2626 | 2024-11-15T20:08:27.225Z | Compiling foreign-types v0.5.0 |
2627 | 2024-11-15T20:08:27.369Z | Compiling proc-macro-error v1.0.4 |
2628 | 2024-11-15T20:08:27.561Z | Compiling num_enum v0.5.11 |
2629 | 2024-11-15T20:08:27.602Z | Compiling camino-tempfile v1.1.1 |
2630 | 2024-11-15T20:08:27.727Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2631 | 2024-11-15T20:08:27.787Z | Compiling hash32 v0.3.1 |
2632 | 2024-11-15T20:08:28.042Z | Compiling cstr-argument v0.1.2 |
2633 | 2024-11-15T20:08:28.071Z | Compiling crucible-workspace-hack v0.1.0 |
2634 | 2024-11-15T20:08:28.091Z | Compiling smoltcp v0.11.0 |
2635 | 2024-11-15T20:08:28.127Z | Compiling darling_macro v0.20.10 |
2636 | 2024-11-15T20:08:28.302Z | Compiling pretty-hex v0.2.1 |
2637 | 2024-11-15T20:08:28.383Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2638 | 2024-11-15T20:08:28.502Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2639 | 2024-11-15T20:08:28.554Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2640 | 2024-11-15T20:08:28.869Z | Compiling tabwriter v1.4.0 |
2641 | 2024-11-15T20:08:28.889Z | Compiling colored v2.1.0 |
2642 | 2024-11-15T20:08:28.953Z | Compiling cobs v0.2.3 |
2643 | 2024-11-15T20:08:29.075Z | Compiling darling v0.20.10 |
2644 | 2024-11-15T20:08:29.095Z | Compiling parse-display v0.10.0 |
2645 | 2024-11-15T20:08:29.208Z | Compiling serde_with_macros v3.11.0 |
2646 | 2024-11-15T20:08:29.282Z | Compiling postcard v1.0.10 |
2647 | 2024-11-15T20:08:29.503Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2648 | 2024-11-15T20:08:29.666Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2649 | 2024-11-15T20:08:29.823Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2650 | 2024-11-15T20:08:29.858Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2651 | 2024-11-15T20:08:29.896Z | Compiling smf v0.2.3 |
2652 | 2024-11-15T20:08:29.959Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2653 | 2024-11-15T20:08:30.295Z | Compiling zone_cfg_derive v0.3.0 |
2654 | 2024-11-15T20:08:30.777Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2655 | 2024-11-15T20:08:31.383Z | Compiling num-derive v0.4.2 |
2656 | 2024-11-15T20:08:31.425Z | Compiling sigpipe v0.1.3 |
2657 | 2024-11-15T20:08:31.570Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2658 | 2024-11-15T20:08:31.910Z | Compiling zone v0.3.0 |
2659 | 2024-11-15T20:08:31.937Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2660 | 2024-11-15T20:08:32.135Z | Compiling serde_with v3.11.0 |
2661 | 2024-11-15T20:08:33.096Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2662 | 2024-11-15T20:08:33.586Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2663 | 2024-11-15T20:08:33.627Z | Compiling universal-hash v0.5.1 |
2664 | 2024-11-15T20:08:33.767Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2665 | 2024-11-15T20:08:33.812Z | Compiling opaque-debug v0.3.1 |
2666 | 2024-11-15T20:08:33.926Z | Compiling num-rational v0.4.2 |
2667 | 2024-11-15T20:08:34.492Z | Compiling password-hash v0.5.0 |
2668 | 2024-11-15T20:08:34.745Z | Compiling num-complex v0.4.6 |
2669 | 2024-11-15T20:08:35.128Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2670 | 2024-11-15T20:08:35.527Z | Compiling blake2 v0.10.6 |
2671 | 2024-11-15T20:08:35.606Z | Compiling aead v0.5.2 |
2672 | 2024-11-15T20:08:35.750Z | Compiling keccak v0.1.5 |
2673 | 2024-11-15T20:08:35.875Z | Compiling convert_case v0.4.0 |
2674 | 2024-11-15T20:08:36.000Z | Compiling argon2 v0.5.3 |
2675 | 2024-11-15T20:08:36.175Z | Compiling sha3 v0.10.8 |
2676 | 2024-11-15T20:08:36.249Z | Compiling num v0.4.3 |
2677 | 2024-11-15T20:08:36.382Z | Compiling poly1305 v0.8.0 |
2678 | 2024-11-15T20:08:36.845Z | Compiling tungstenite v0.21.0 |
2679 | 2024-11-15T20:08:36.889Z | Compiling derive_more v0.99.18 |
2680 | 2024-11-15T20:08:36.924Z | Compiling chacha20 v0.9.1 |
2681 | 2024-11-15T20:08:37.262Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2682 | 2024-11-15T20:08:37.413Z | Compiling float-ord v0.3.2 |
2683 | 2024-11-15T20:08:37.447Z | Compiling base64 v0.21.7 |
2684 | 2024-11-15T20:08:37.616Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2685 | 2024-11-15T20:08:38.093Z | Compiling tokio-tungstenite v0.21.0 |
2686 | 2024-11-15T20:08:38.129Z | Compiling semver v0.1.20 |
2687 | 2024-11-15T20:08:38.229Z | Compiling same-file v1.0.6 |
2688 | 2024-11-15T20:08:38.564Z | Compiling rustc_version v0.1.7 |
2689 | 2024-11-15T20:08:38.694Z | Compiling walkdir v2.5.0 |
2690 | 2024-11-15T20:08:38.753Z | Compiling newline-converter v0.3.0 |
2691 | 2024-11-15T20:08:38.835Z | Compiling primeorder v0.13.6 |
2692 | 2024-11-15T20:08:38.859Z | Compiling secrecy v0.8.0 |
2693 | 2024-11-15T20:08:38.937Z | Compiling cancel-safe-futures v0.1.5 |
2694 | 2024-11-15T20:08:39.031Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2695 | 2024-11-15T20:08:39.099Z | Compiling owo-colors v4.1.0 |
2696 | 2024-11-15T20:08:39.124Z | Compiling newtype_derive v0.1.6 |
2697 | 2024-11-15T20:08:39.318Z | Compiling expectorate v1.1.0 |
2698 | 2024-11-15T20:08:39.352Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2699 | 2024-11-15T20:08:39.429Z | Compiling thiserror-impl-no-std v2.0.2 |
2700 | 2024-11-15T20:08:39.442Z | Compiling blake3 v1.5.4 |
2701 | 2024-11-15T20:08:39.501Z | Compiling ring v0.16.20 |
2702 | 2024-11-15T20:08:39.526Z | Compiling unicase v2.7.0 |
2703 | 2024-11-15T20:08:39.688Z | Compiling half v2.4.1 |
2704 | 2024-11-15T20:08:39.835Z | Compiling ciborium-io v0.2.2 |
2705 | 2024-11-15T20:08:39.901Z | Compiling arc-swap v1.7.1 |
2706 | 2024-11-15T20:08:40.217Z | Compiling ciborium-ll v0.2.2 |
2707 | 2024-11-15T20:08:40.289Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2708 | 2024-11-15T20:08:40.567Z | Compiling slog-scope v4.4.0 |
2709 | 2024-11-15T20:08:40.746Z | Compiling polyval v0.6.2 |
2710 | 2024-11-15T20:08:41.129Z | Compiling atomicwrites v0.4.4 |
2711 | 2024-11-15T20:08:41.257Z | Compiling libsw v3.3.1 |
2712 | 2024-11-15T20:08:41.308Z | Compiling memmap2 v0.9.5 |
2713 | 2024-11-15T20:08:41.517Z | Compiling arrayref v0.3.9 |
2714 | 2024-11-15T20:08:41.651Z | Compiling indent_write v2.2.0 |
2715 | 2024-11-15T20:08:41.674Z | Compiling arrayvec v0.7.6 |
2716 | 2024-11-15T20:08:41.801Z | Compiling libefi-sys v0.1.0 |
2717 | 2024-11-15T20:08:41.834Z | Compiling parking_lot_core v0.8.6 |
2718 | 2024-11-15T20:08:42.064Z | Compiling linear-map v1.2.0 |
2719 | 2024-11-15T20:08:42.097Z | Compiling spin v0.5.2 |
2720 | 2024-11-15T20:08:42.330Z | Compiling salty v0.3.0 |
2721 | 2024-11-15T20:08:42.490Z | Compiling constant_time_eq v0.3.1 |
2722 | 2024-11-15T20:08:42.550Z | Compiling ghash v0.5.1 |
2723 | 2024-11-15T20:08:42.587Z | Compiling thiserror-no-std v2.0.2 |
2724 | 2024-11-15T20:08:42.725Z | Compiling vsss-rs v3.3.4 |
2725 | 2024-11-15T20:08:42.759Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2726 | 2024-11-15T20:08:42.812Z | Compiling slog-stdlog v4.1.1 |
2727 | 2024-11-15T20:08:43.144Z | Compiling ciborium v0.2.2 |
2728 | 2024-11-15T20:08:43.730Z | Compiling p384 v0.13.0 |
2729 | 2024-11-15T20:08:43.959Z | Compiling toolchain_find v0.4.0 |
2730 | 2024-11-15T20:08:44.580Z | Compiling chacha20poly1305 v0.10.1 |
2731 | 2024-11-15T20:08:44.681Z | Compiling lzma-sys v0.1.20 |
2732 | 2024-11-15T20:08:44.681Z | Compiling ctr v0.9.2 |
2733 | 2024-11-15T20:08:44.920Z | Compiling itertools v0.13.0 |
2734 | 2024-11-15T20:08:44.939Z | Compiling typify-macro v0.2.0 |
2735 | 2024-11-15T20:08:45.039Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2736 | 2024-11-15T20:08:45.313Z | Compiling bitfield-struct v0.6.2 |
2737 | 2024-11-15T20:08:45.449Z | Compiling slog-dtrace v0.3.0 |
2738 | 2024-11-15T20:08:45.485Z | Compiling highway v1.2.0 |
2739 | 2024-11-15T20:08:45.759Z | Compiling topological-sort v0.2.2 |
2740 | 2024-11-15T20:08:50.001Z | Compiling omicron-zone-package v0.11.1 |
2741 | 2024-11-15T20:08:50.050Z | Compiling aes-gcm v0.10.3 |
2742 | 2024-11-15T20:08:50.050Z | Compiling rustfmt-wrapper v0.2.1 |
2743 | 2024-11-15T20:08:50.050Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2744 | 2024-11-15T20:08:50.051Z | Compiling mime_guess v2.0.5 |
2745 | 2024-11-15T20:08:50.051Z | Compiling steno v0.4.1 |
2746 | 2024-11-15T20:08:50.051Z | Compiling slog-envlogger v2.2.0 |
2747 | 2024-11-15T20:08:50.051Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2748 | 2024-11-15T20:08:50.051Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2749 | 2024-11-15T20:08:50.051Z | Compiling heck v0.3.3 |
2750 | 2024-11-15T20:08:50.051Z | Compiling ssh-encoding v0.2.0 |
2751 | 2024-11-15T20:08:50.051Z | Compiling blowfish v0.9.1 |
2752 | 2024-11-15T20:08:50.052Z | Compiling nibble_vec v0.1.0 |
2753 | 2024-11-15T20:08:50.052Z | Compiling env_filter v0.1.2 |
2754 | 2024-11-15T20:08:50.052Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2755 | 2024-11-15T20:08:50.054Z | Compiling humantime v2.1.0 |
2756 | 2024-11-15T20:08:50.054Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2757 | 2024-11-15T20:08:50.054Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2758 | 2024-11-15T20:08:50.054Z | Compiling typify v0.2.0 |
2759 | 2024-11-15T20:08:50.054Z | Compiling endian-type v0.1.2 |
2760 | 2024-11-15T20:08:50.054Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2761 | 2024-11-15T20:08:50.054Z | Compiling progenitor-impl v0.8.0 |
2762 | 2024-11-15T20:08:50.054Z | Compiling radix_trie v0.2.1 |
2763 | 2024-11-15T20:08:50.054Z | Compiling env_logger v0.11.5 |
2764 | 2024-11-15T20:08:50.054Z | Compiling bcrypt-pbkdf v0.10.0 |
2765 | 2024-11-15T20:08:50.054Z | Compiling zone_cfg_derive v0.1.2 |
2766 | 2024-11-15T20:08:50.240Z | Compiling ssh-cipher v0.2.0 |
2767 | 2024-11-15T20:08:50.276Z | Compiling parking_lot v0.11.2 |
2768 | 2024-11-15T20:08:50.409Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2769 | 2024-11-15T20:08:50.828Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2770 | 2024-11-15T20:08:51.201Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2771 | 2024-11-15T20:08:51.231Z | Compiling password-hash v0.4.2 |
2772 | 2024-11-15T20:08:51.664Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2773 | 2024-11-15T20:08:51.709Z | Compiling gethostname v0.5.0 |
2774 | 2024-11-15T20:08:51.893Z | Compiling fxhash v0.2.1 |
2775 | 2024-11-15T20:08:51.939Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2776 | 2024-11-15T20:08:52.040Z | Compiling matches v0.1.10 |
2777 | 2024-11-15T20:08:52.104Z | Compiling base64 v0.13.1 |
2778 | 2024-11-15T20:08:52.153Z | Compiling idna v0.2.3 |
2779 | 2024-11-15T20:08:52.186Z | Compiling sled v0.34.7 |
2780 | 2024-11-15T20:08:52.264Z | Compiling pbkdf2 v0.11.0 |
2781 | 2024-11-15T20:08:52.285Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2782 | 2024-11-15T20:08:52.285Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2783 | 2024-11-15T20:08:52.644Z | Compiling ron v0.7.1 |
2784 | 2024-11-15T20:08:52.733Z | Compiling zone v0.1.8 |
2785 | 2024-11-15T20:08:53.018Z | Compiling xz2 v0.1.7 |
2786 | 2024-11-15T20:08:53.474Z | Compiling ssh-key v0.6.6 |
2787 | 2024-11-15T20:08:53.840Z | Compiling hickory-client v0.24.1 |
2788 | 2024-11-15T20:08:54.698Z | Compiling p256 v0.13.2 |
2789 | 2024-11-15T20:08:54.814Z | Compiling p521 v0.13.3 |
2790 | 2024-11-15T20:08:55.122Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2791 | 2024-11-15T20:08:55.345Z | Compiling hickory-server v0.24.1 |
2792 | 2024-11-15T20:08:55.555Z | Compiling enum-as-inner v0.5.1 |
2793 | 2024-11-15T20:08:56.343Z | Compiling pem v3.0.4 |
2794 | 2024-11-15T20:08:56.658Z | Compiling yasna v0.5.2 |
2795 | 2024-11-15T20:08:57.199Z | Compiling headers-core v0.3.0 |
2796 | 2024-11-15T20:08:57.251Z | Compiling kstat-rs v0.2.4 |
2797 | 2024-11-15T20:08:57.388Z | Compiling nanorand v0.7.0 |
2798 | 2024-11-15T20:08:57.785Z | Compiling progenitor-macro v0.8.0 |
2799 | 2024-11-15T20:08:57.925Z | Compiling russh-cryptovec v0.7.3 |
2800 | 2024-11-15T20:08:57.963Z | Compiling atty v0.2.14 |
2801 | 2024-11-15T20:08:58.124Z | Compiling http-range v0.1.5 |
2802 | 2024-11-15T20:08:58.265Z | Compiling md5 v0.7.0 |
2803 | 2024-11-15T20:08:58.286Z | Compiling flume v0.11.1 |
2804 | 2024-11-15T20:08:58.392Z | Compiling hyper-staticfile v0.10.1 |
2805 | 2024-11-15T20:08:58.519Z | Compiling rcgen v0.12.1 |
2806 | 2024-11-15T20:08:58.800Z | Compiling russh-keys v0.45.0 |
2807 | 2024-11-15T20:08:58.876Z | Compiling headers v0.4.0 |
2808 | 2024-11-15T20:08:59.053Z | Compiling trust-dns-proto v0.22.0 |
2809 | 2024-11-15T20:08:59.552Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2810 | 2024-11-15T20:09:00.900Z | Compiling num-bigint v0.4.6 |
2811 | 2024-11-15T20:09:01.090Z | Compiling des v0.8.1 |
2812 | 2024-11-15T20:09:01.475Z | Compiling subprocess v0.2.9 |
2813 | 2024-11-15T20:09:02.749Z | Compiling display-error-chain v0.2.2 |
2814 | 2024-11-15T20:09:02.974Z | Compiling hex-literal v0.4.1 |
2815 | 2024-11-15T20:09:03.135Z | Compiling dhcproto-macros v0.1.0 |
2816 | 2024-11-15T20:09:03.156Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2817 | 2024-11-15T20:09:03.492Z | Compiling internet-checksum v0.2.1 |
2818 | 2024-11-15T20:09:04.095Z | Compiling dhcproto v0.12.0 |
2819 | 2024-11-15T20:09:04.126Z | Compiling russh v0.45.0 |
2820 | 2024-11-15T20:09:08.598Z | Compiling progenitor v0.8.0 |
2821 | 2024-11-15T20:09:08.759Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2822 | 2024-11-15T20:09:08.762Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2823 | 2024-11-15T20:09:08.762Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2824 | 2024-11-15T20:09:08.762Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2825 | 2024-11-15T20:09:08.762Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2826 | 2024-11-15T20:09:08.854Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2827 | 2024-11-15T20:09:08.999Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2828 | 2024-11-15T20:09:10.280Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2829 | 2024-11-15T20:09:10.862Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2830 | 2024-11-15T20:09:11.814Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2831 | 2024-11-15T20:09:13.971Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2832 | 2024-11-15T20:09:15.308Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2833 | 2024-11-15T20:09:24.776Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2834 | 2024-11-15T20:09:24.776Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2835 | 2024-11-15T20:09:24.779Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2836 | 2024-11-15T20:09:24.779Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2837 | 2024-11-15T20:09:27.902Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2838 | 2024-11-15T20:09:27.980Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2839 | 2024-11-15T20:09:28.999Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2840 | 2024-11-15T20:09:29.545Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2841 | 2024-11-15T20:09:29.667Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2842 | 2024-11-15T20:09:32.924Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2843 | 2024-11-15T20:09:33.474Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2844 | 2024-11-15T20:09:33.689Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2845 | 2024-11-15T20:09:34.389Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2846 | 2024-11-15T20:09:35.133Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2847 | 2024-11-15T20:09:35.436Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2848 | 2024-11-15T20:09:35.464Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2849 | 2024-11-15T20:09:36.755Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2850 | 2024-11-15T20:09:37.456Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2851 | 2024-11-15T20:09:38.834Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2852 | 2024-11-15T20:09:40.275Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2853 | 2024-11-15T20:09:40.775Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2854 | 2024-11-15T20:09:41.523Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2855 | 2024-11-15T20:09:42.560Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2856 | 2024-11-15T20:09:43.687Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2857 | 2024-11-15T20:09:46.914Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2858 | 2024-11-15T20:09:47.955Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2859 | 2024-11-15T20:09:49.321Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2860 | 2024-11-15T20:09:49.806Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2861 | 2024-11-15T20:09:53.095Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2862 | 2024-11-15T20:10:02.002Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2863 | 2024-11-15T20:10:03.322Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2864 | 2024-11-15T20:10:21.235Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2865 | 2024-11-15T20:10:52.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 32s |
2866 | 2024-11-15T20:10:52.589Z | |
2867 | 2024-11-15T20:10:52.594Z | real 2:32.662366992 |
2868 | 2024-11-15T20:10:52.595Z | user 11:53.545675998 |
2869 | 2024-11-15T20:10:52.595Z | sys 2:34.991959400 |
2870 | 2024-11-15T20:10:52.595Z | trap 0.304606493 |
2871 | 2024-11-15T20:10:52.595Z | tflt 0.821899354 |
2872 | 2024-11-15T20:10:52.595Z | dflt 1.914221064 |
2873 | 2024-11-15T20:10:52.595Z | kflt 0.000013963 |
2874 | 2024-11-15T20:10:52.595Z | lock 24:36.688503860 |
2875 | 2024-11-15T20:10:52.595Z | slp 42:47.140361804 |
2876 | 2024-11-15T20:10:52.595Z | lat 34.518023543 |
2877 | 2024-11-15T20:10:52.595Z | stop 1:27.655710932 |
2878 | 2024-11-15T20:10:52.595Z | + mkdir tests |
2879 | 2024-11-15T20:10:52.595Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2880 | 2024-11-15T20:10:52.598Z | + xargs -I '{}' -t cp '{}' tests/ |
2881 | 2024-11-15T20:10:52.633Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-f25fc174fad7a7b4 tests/ |
2882 | 2024-11-15T20:10:52.660Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-47185152e52e4d85 tests/ |
2883 | 2024-11-15T20:10:52.687Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-246df57fa2cbf807 tests/ |
2884 | 2024-11-15T20:10:52.712Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-113dd4db321a5b88 tests/ |
2885 | 2024-11-15T20:10:52.937Z | + 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/*) |
2886 | 2024-11-15T20:10:52.940Z | + 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-246df57fa2cbf807 tests/commtest-47185152e52e4d85 tests/dhcp_server-f25fc174fad7a7b4 tests/end_to_end_tests-113dd4db321a5b88 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 |
2887 | 2024-11-15T20:12:01.448Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2888 | 2024-11-15T20:12:01.448Z | a .github/buildomat/ci-env.sh 1K |
2889 | 2024-11-15T20:12:01.448Z | a out/target/test 1K |
2890 | 2024-11-15T20:12:01.448Z | a out/npuzone/npuzone 23144K |
2891 | 2024-11-15T20:12:01.448Z | a package-manifest.toml 32K |
2892 | 2024-11-15T20:12:01.448Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2893 | 2024-11-15T20:12:01.448Z | a target/release/omicron-package 36276K |
2894 | 2024-11-15T20:12:01.448Z | a target/release/xtask 11750K |
2895 | 2024-11-15T20:12:01.448Z | a target/debug/bootstrap 209775K |
2896 | 2024-11-15T20:12:01.448Z | a tests/bootstrap-246df57fa2cbf807 24246K |
2897 | 2024-11-15T20:12:01.448Z | a tests/commtest-47185152e52e4d85 25022K |
2898 | 2024-11-15T20:12:01.448Z | a tests/dhcp_server-f25fc174fad7a7b4 24246K |
2899 | 2024-11-15T20:12:01.448Z | a tests/end_to_end_tests-113dd4db321a5b88 227882K |
2900 | 2024-11-15T20:12:01.448Z | a out/clickhouse.tar.gz 250295K |
2901 | 2024-11-15T20:12:01.448Z | a out/clickhouse_keeper.tar.gz 250288K |
2902 | 2024-11-15T20:12:01.448Z | a out/clickhouse_server.tar.gz 250288K |
2903 | 2024-11-15T20:12:01.448Z | a out/cockroachdb.tar.gz 134543K |
2904 | 2024-11-15T20:12:01.448Z | a out/crucible-dtrace.tar 83K |
2905 | 2024-11-15T20:12:01.449Z | a out/crucible-pantry-zone.tar.gz 28155K |
2906 | 2024-11-15T20:12:01.449Z | a out/crucible-zone.tar.gz 36369K |
2907 | 2024-11-15T20:12:01.449Z | a out/external-dns.tar.gz 35250K |
2908 | 2024-11-15T20:12:01.449Z | a out/internal-dns.tar.gz 35250K |
2909 | 2024-11-15T20:12:01.449Z | a out/mg-ddm-gz.tar 62661K |
2910 | 2024-11-15T20:12:01.449Z | a out/nexus.tar.gz 100655K |
2911 | 2024-11-15T20:12:01.449Z | a out/ntp.tar.gz 10342K |
2912 | 2024-11-15T20:12:01.449Z | a out/omicron-gateway-softnpu.tar.gz 23853K |
2913 | 2024-11-15T20:12:01.449Z | a out/omicron-sled-agent.tar 112560K |
2914 | 2024-11-15T20:12:01.449Z | a out/overlay.tar.gz 3K |
2915 | 2024-11-15T20:12:01.449Z | a out/oximeter.tar.gz 51617K |
2916 | 2024-11-15T20:12:01.449Z | a out/oxlog.tar 3088K |
2917 | 2024-11-15T20:12:01.449Z | a out/probe.tar.gz 2764K |
2918 | 2024-11-15T20:12:01.449Z | a out/propolis-server.tar.gz 66584K |
2919 | 2024-11-15T20:12:01.449Z | a out/pumpkind-gz.tar 26665K |
2920 | 2024-11-15T20:12:01.449Z | a out/switch-softnpu.tar.gz 237175K |
2921 | 2024-11-15T20:12:01.452Z | |
2922 | 2024-11-15T20:12:01.452Z | real 1:08.480760880 |
2923 | 2024-11-15T20:12:01.452Z | user 1:05.428434856 |
2924 | 2024-11-15T20:12:01.452Z | sys 4.263777391 |
2925 | 2024-11-15T20:12:01.452Z | trap 0.016503822 |
2926 | 2024-11-15T20:12:01.452Z | tflt 0.000000000 |
2927 | 2024-11-15T20:12:01.452Z | dflt 0.000000000 |
2928 | 2024-11-15T20:12:01.452Z | kflt 0.000000000 |
2929 | 2024-11-15T20:12:01.452Z | lock 0.000000000 |
2930 | 2024-11-15T20:12:01.452Z | slp 1:05.310336150 |
2931 | 2024-11-15T20:12:01.452Z | lat 1.937351635 |
2932 | 2024-11-15T20:12:01.452Z | stop 0.000211454 |
2933 | 2024-11-15T20:12:01.452Z | process exited: duration 1937125 ms, exit code 0 |
|
2934 | 2024-11-15T20:12:01.466Z | found 1 output files |
2935 | 2024-11-15T20:12:01.467Z | uploading: /work/package.tar.gz (1769458023 bytes) |
2936 | 2024-11-15T20:12:36.229Z | uploaded: /work/package.tar.gz |