|
|
|
1 | 2024-12-19T20:56:28.443Z | job assigned to worker 01JFGB8DEDV653CJEAHDXDMEDM [factory aws, i-0d3c54f51f17d41f0] (queued for 1 m 19 s) |
|
2 | 2024-12-19T20:56:36.384Z | starting task 0: "setup" |
3 | 2024-12-19T20:56:36.396Z | ++ uname -s |
4 | 2024-12-19T20:56:36.399Z | + kern=SunOS |
5 | 2024-12-19T20:56:36.399Z | + case "$kern" in |
6 | 2024-12-19T20:56:36.399Z | + groupadd -g 12345 build |
7 | 2024-12-19T20:56:36.401Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-19T20:56:38.408Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-19T20:56:38.540Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-19T20:56:38.543Z | + home_fs=zfs |
11 | 2024-12-19T20:56:38.543Z | + [[ zfs == autofs ]] |
12 | 2024-12-19T20:56:38.543Z | + mkdir -p /home/build |
13 | 2024-12-19T20:56:38.547Z | + chown build:build /home/build /work |
14 | 2024-12-19T20:56:40.548Z | + chmod 0700 /home/build /work |
15 | 2024-12-19T20:56:40.551Z | process exited: duration 4167 ms, exit code 0 |
|
16 | 2024-12-19T20:56:40.557Z | starting task 1: "rust-toolchain" |
17 | 2024-12-19T20:56:40.563Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-19T20:56:40.563Z | ' 1.81.0 |
19 | 2024-12-19T20:56:40.563Z | + printf ' * toolchain profile = "%s" |
20 | 2024-12-19T20:56:40.563Z | ' default |
21 | 2024-12-19T20:56:40.563Z | * toolchain channel = "1.81.0" |
22 | 2024-12-19T20:56:40.563Z | * toolchain profile = "default" |
23 | 2024-12-19T20:56:40.566Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-19T20:56:40.566Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-19T20:56:40.670Z | info: downloading installer |
26 | 2024-12-19T20:56:41.833Z | info: profile set to 'default' |
27 | 2024-12-19T20:56:41.834Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-19T20:56:41.836Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-19T20:56:41.989Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-19T20:56:41.989Z | info: downloading component 'cargo' |
31 | 2024-12-19T20:56:42.849Z | info: downloading component 'clippy' |
32 | 2024-12-19T20:56:43.170Z | info: downloading component 'rust-docs' |
33 | 2024-12-19T20:56:44.364Z | info: downloading component 'rust-std' |
34 | 2024-12-19T20:56:46.309Z | info: downloading component 'rustc' |
35 | 2024-12-19T20:56:52.947Z | info: downloading component 'rustfmt' |
36 | 2024-12-19T20:56:53.197Z | info: installing component 'cargo' |
37 | 2024-12-19T20:56:54.001Z | info: installing component 'clippy' |
38 | 2024-12-19T20:56:54.362Z | info: installing component 'rust-docs' |
39 | 2024-12-19T20:56:56.005Z | info: installing component 'rust-std' |
40 | 2024-12-19T20:56:57.749Z | info: installing component 'rustc' |
41 | 2024-12-19T20:57:03.446Z | info: installing component 'rustfmt' |
42 | 2024-12-19T20:57:03.766Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-19T20:57:03.766Z | |
44 | 2024-12-19T20:57:04.133Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-19T20:57:04.133Z | |
46 | 2024-12-19T20:57:04.136Z | |
47 | 2024-12-19T20:57:04.136Z | Rust is installed now. Great! |
48 | 2024-12-19T20:57:04.136Z | |
49 | 2024-12-19T20:57:04.136Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-19T20:57:04.136Z | environment variable. This has not been done automatically. |
51 | 2024-12-19T20:57:04.136Z | |
52 | 2024-12-19T20:57:04.136Z | To configure your current shell, you need to source |
53 | 2024-12-19T20:57:04.136Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-19T20:57:04.136Z | |
55 | 2024-12-19T20:57:04.136Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-19T20:57:04.142Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-19T20:57:04.142Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-19T20:57:04.208Z | + rustc --version |
59 | 2024-12-19T20:57:04.274Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-19T20:57:04.278Z | process exited: duration 23717 ms, exit code 0 |
|
61 | 2024-12-19T20:57:04.284Z | starting task 2: "authentication" |
62 | 2024-12-19T20:57:04.306Z | process exited: duration 22 ms, exit code 0 |
|
63 | 2024-12-19T20:57:04.312Z | starting task 3: "clone repository" |
64 | 2024-12-19T20:57:04.317Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-19T20:57:04.320Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-19T20:57:04.362Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-19T20:57:10.579Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-19T20:57:10.583Z | + git fetch origin 4113601b516ea5bdf3a808a447beea4824396955 |
69 | 2024-12-19T20:57:10.916Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-19T20:57:10.916Z | * branch 4113601b516ea5bdf3a808a447beea4824396955 -> FETCH_HEAD |
71 | 2024-12-19T20:57:10.926Z | + [[ -n zl/tfportd-oximeter ]] |
72 | 2024-12-19T20:57:10.929Z | ++ git branch --show-current |
73 | 2024-12-19T20:57:10.931Z | + current=main |
74 | 2024-12-19T20:57:10.931Z | + [[ main != zl/tfportd-oximeter ]] |
75 | 2024-12-19T20:57:10.931Z | + git branch -f zl/tfportd-oximeter 4113601b516ea5bdf3a808a447beea4824396955 |
76 | 2024-12-19T20:57:10.934Z | + git checkout -f zl/tfportd-oximeter |
77 | 2024-12-19T20:57:11.108Z | Switched to branch 'zl/tfportd-oximeter' |
78 | 2024-12-19T20:57:11.111Z | + git reset --hard 4113601b516ea5bdf3a808a447beea4824396955 |
79 | 2024-12-19T20:57:11.283Z | HEAD is now at 4113601b5 update dendrite (keeping up) |
80 | 2024-12-19T20:57:11.286Z | process exited: duration 6971 ms, exit code 0 |
|
81 | 2024-12-19T20:57:11.291Z | starting task 4: "build" |
82 | 2024-12-19T20:57:11.296Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-19T20:57:11.296Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-19T20:57:11.299Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-19T20:57:11.299Z | + cargo --version |
86 | 2024-12-19T20:57:11.353Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-19T20:57:11.356Z | + rustc --version |
88 | 2024-12-19T20:57:11.416Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-19T20:57:11.419Z | + WORK=/work |
90 | 2024-12-19T20:57:11.419Z | + pfexec mkdir -p /work |
91 | 2024-12-19T20:57:11.423Z | + pfexec chown build /work |
92 | 2024-12-19T20:57:11.427Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2024-12-19T20:57:20.582Z | Startup: Refreshing catalog 'helios-dev' ... Done |
94 | 2024-12-19T20:57:24.413Z | Startup: Caching catalogs ... Done |
95 | 2024-12-19T20:57:34.980Z | Planning: Solver setup ... Done (9.707s) |
96 | 2024-12-19T20:57:35.110Z | Planning: Running solver ... Done (0.130s) |
97 | 2024-12-19T20:57:35.215Z | Planning: Finding local manifests ... Done (0.004s) |
98 | 2024-12-19T20:57:35.236Z | Planning: Fetching manifests: 0/5 0% complete |
99 | 2024-12-19T20:57:35.548Z | Planning: Fetching manifests: 5/5 100% complete |
100 | 2024-12-19T20:57:35.646Z | Planning: Package planning ... Done (0.098s) |
101 | 2024-12-19T20:57:35.702Z | Planning: Merging actions ... Done (0.056s) |
102 | 2024-12-19T20:57:35.894Z | Planning: Checking for conflicting actions ... Done (0.191s) |
103 | 2024-12-19T20:57:37.954Z | Planning: Consolidating action changes ... Done (2.061s) |
104 | 2024-12-19T20:57:38.391Z | Planning: Evaluating mediators ... Done (0.437s) |
105 | 2024-12-19T20:57:38.472Z | Planning: Planning completed in 13.97 seconds |
106 | 2024-12-19T20:57:38.487Z | Packages to install: 4 |
107 | 2024-12-19T20:57:38.487Z | Packages to update: 1 |
108 | 2024-12-19T20:57:38.490Z | Mediators to change: 2 |
109 | 2024-12-19T20:57:38.490Z | Services to change: 1 |
110 | 2024-12-19T20:57:38.490Z | Estimated space available: 155.64 GB |
111 | 2024-12-19T20:57:38.490Z | Estimated space to be consumed: 1.61 GB |
112 | 2024-12-19T20:57:38.490Z | Create boot environment: No |
113 | 2024-12-19T20:57:38.490Z | Create backup boot environment: Yes |
114 | 2024-12-19T20:57:38.491Z | Rebuild boot archive: No |
115 | 2024-12-19T20:57:38.491Z | |
116 | 2024-12-19T20:57:38.491Z | Changed mediators: |
117 | 2024-12-19T20:57:38.491Z | mediator clang: |
118 | 2024-12-19T20:57:38.491Z | version: None -> 15 (system default) |
119 | 2024-12-19T20:57:38.491Z | |
120 | 2024-12-19T20:57:38.491Z | mediator llvm: |
121 | 2024-12-19T20:57:38.491Z | version: 14 (system default) -> 15 (system default) |
122 | 2024-12-19T20:57:38.491Z | |
123 | 2024-12-19T20:57:38.491Z | Changed packages: |
124 | 2024-12-19T20:57:38.491Z | helios-dev |
125 | 2024-12-19T20:57:38.491Z | developer/build-essential |
126 | 2024-12-19T20:57:38.491Z | None -> 11-2.0 |
127 | 2024-12-19T20:57:38.491Z | library/libxmlsec1 |
128 | 2024-12-19T20:57:38.491Z | None -> 1.2.35-2.0 |
129 | 2024-12-19T20:57:38.491Z | ooce/developer/clang-15 |
130 | 2024-12-19T20:57:38.491Z | None -> 15.0.7-2.0 |
131 | 2024-12-19T20:57:38.491Z | ooce/developer/llvm-15 |
132 | 2024-12-19T20:57:38.491Z | None -> 15.0.7-2.0 |
133 | 2024-12-19T20:57:38.491Z | package/pkg |
134 | 2024-12-19T20:57:38.491Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
135 | 2024-12-19T20:57:38.491Z | |
136 | 2024-12-19T20:57:38.491Z | Services: |
137 | 2024-12-19T20:57:38.491Z | restart_fmri: |
138 | 2024-12-19T20:57:38.491Z | svc:/system/update-man-index:default |
139 | 2024-12-19T20:57:38.491Z | |
140 | 2024-12-19T20:57:38.491Z | Editable files to change: |
141 | 2024-12-19T20:57:38.491Z | Update: |
142 | 2024-12-19T20:57:38.491Z | usr/share/lib/pkg/web/config.shtml |
143 | 2024-12-19T20:57:38.566Z | |
144 | 2024-12-19T20:57:38.566Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
145 | 2024-12-19T20:57:44.719Z | Download: 206/4281 items 1.3/220.6MB 0% complete (635k/s) |
146 | 2024-12-19T20:57:49.815Z | Download: 1052/4281 items 19.5/220.6MB 8% complete (1.9M/s) |
147 | 2024-12-19T20:57:54.820Z | Download: 1505/4281 items 117.4/220.6MB 53% complete (12.1M/s) |
148 | 2024-12-19T20:57:59.963Z | Download: 2224/4281 items 119.2/220.6MB 54% complete (10.1M/s) |
149 | 2024-12-19T20:58:04.965Z | Download: 2865/4281 items 121.1/220.6MB 54% complete (369k/s) |
150 | 2024-12-19T20:58:09.974Z | Download: 3421/4281 items 215.0/220.6MB 97% complete (9.7M/s) |
151 | 2024-12-19T20:58:15.026Z | Download: 4140/4281 items 220.1/220.6MB 99% complete (9.9M/s) |
152 | 2024-12-19T20:58:23.347Z | Download: 4206/4281 items 220.6/220.6MB 99% complete (9.1M/s) |
153 | 2024-12-19T20:58:23.456Z | Download: Completed 220.60 MB in 44.89 seconds (4.9M/s) |
154 | 2024-12-19T20:58:25.500Z | Actions: 1/5063 actions (Removing old actions) |
155 | 2024-12-19T20:58:25.521Z | Actions: 194/5063 actions (Installing new actions) |
156 | 2024-12-19T20:58:30.179Z | Actions: 4226/5063 actions (Updating modified actions) |
157 | 2024-12-19T20:58:30.488Z | Actions: Completed 5063 actions in 4.99 seconds. |
158 | 2024-12-19T20:58:30.886Z | Done (0.387s) |
159 | 2024-12-19T20:58:30.890Z | Done (0.000s) |
160 | 2024-12-19T20:58:31.451Z | Done (0.566s) |
161 | 2024-12-19T20:58:35.861Z | Done (4.176s) |
162 | 2024-12-19T20:58:35.946Z | Done (0.018s) |
163 | 2024-12-19T20:58:35.949Z | Done (0.000s) |
164 | 2024-12-19T20:58:36.106Z | Done (0.000s) |
165 | 2024-12-19T20:58:36.793Z | Planning: Evaluating mediator changes ... Done |
166 | 2024-12-19T20:58:36.952Z | Planning: Checking for conflicting actions ... Done |
167 | 2024-12-19T20:58:36.955Z | Planning: Consolidating action changes ... Done |
168 | 2024-12-19T20:58:37.225Z | Planning: Evaluating mediators ... Done |
169 | 2024-12-19T20:58:37.228Z | Planning: Planning completed in 0.43 seconds |
170 | 2024-12-19T20:58:37.264Z | Mediators to change: 2 |
171 | 2024-12-19T20:58:37.264Z | Create boot environment: No |
172 | 2024-12-19T20:58:37.268Z | Create backup boot environment: No |
173 | 2024-12-19T20:58:37.344Z | Done |
174 | 2024-12-19T20:58:37.345Z | Done |
175 | 2024-12-19T20:58:37.713Z | Done |
176 | 2024-12-19T20:58:41.390Z | Done |
177 | 2024-12-19T20:58:41.477Z | Done |
178 | 2024-12-19T20:58:41.480Z | Done |
179 | 2024-12-19T20:58:41.600Z | Done |
180 | 2024-12-19T20:58:42.209Z | Planning: Evaluating mediator changes ... Done |
181 | 2024-12-19T20:58:42.212Z | Planning: Merging actions ... Done |
182 | 2024-12-19T20:58:42.398Z | Planning: Checking for conflicting actions ... Done |
183 | 2024-12-19T20:58:42.401Z | Planning: Consolidating action changes ... Done |
184 | 2024-12-19T20:58:42.664Z | Planning: Evaluating mediators ... Done |
185 | 2024-12-19T20:58:42.719Z | Planning: Planning completed in 0.75 seconds |
186 | 2024-12-19T20:58:42.760Z | Packages to change: 1 |
187 | 2024-12-19T20:58:42.760Z | Mediators to change: 1 |
188 | 2024-12-19T20:58:42.763Z | Services to change: 1 |
189 | 2024-12-19T20:58:42.763Z | Create boot environment: No |
190 | 2024-12-19T20:58:42.763Z | Create backup boot environment: Yes |
191 | 2024-12-19T20:58:45.010Z | Actions: 1/6 actions (Updating modified actions) |
192 | 2024-12-19T20:58:45.012Z | Actions: Completed 6 actions in 0.00 seconds. |
193 | 2024-12-19T20:58:45.012Z | Done |
194 | 2024-12-19T20:58:45.012Z | Done |
195 | 2024-12-19T20:58:45.128Z | Done |
196 | 2024-12-19T20:58:48.754Z | Done |
197 | 2024-12-19T20:58:48.847Z | Done |
198 | 2024-12-19T20:58:48.850Z | Done |
199 | 2024-12-19T20:58:48.989Z | Done |
200 | 2024-12-19T20:58:49.420Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
201 | 2024-12-19T20:58:49.420Z | clang system 15 system |
202 | 2024-12-19T20:58:49.420Z | csh system system illumos |
203 | 2024-12-19T20:58:49.420Z | ctags system system illumos |
204 | 2024-12-19T20:58:49.420Z | gcc vendor 12 vendor |
205 | 2024-12-19T20:58:49.420Z | gcc system 10 system |
206 | 2024-12-19T20:58:49.420Z | gcc system 7 system |
207 | 2024-12-19T20:58:49.420Z | go system 1.20 system |
208 | 2024-12-19T20:58:49.420Z | go system 1.19 system |
209 | 2024-12-19T20:58:49.421Z | llvm system 15 system |
210 | 2024-12-19T20:58:49.421Z | llvm system 14 system |
211 | 2024-12-19T20:58:49.421Z | mariadb system 10.6 system |
212 | 2024-12-19T20:58:49.421Z | mta vendor vendor dma |
213 | 2024-12-19T20:58:49.421Z | openjdk system 17 system |
214 | 2024-12-19T20:58:49.421Z | openjdk system 11 system |
215 | 2024-12-19T20:58:49.421Z | openjdk system 1.8 system |
216 | 2024-12-19T20:58:49.421Z | openssl vendor 3 vendor |
217 | 2024-12-19T20:58:49.421Z | perl system 5.36 system |
218 | 2024-12-19T20:58:49.421Z | postgresql system 15 system |
219 | 2024-12-19T20:58:49.421Z | postgresql system 13 system |
220 | 2024-12-19T20:58:49.421Z | python vendor 3 vendor |
221 | 2024-12-19T20:58:49.421Z | python system 2 system |
222 | 2024-12-19T20:58:49.421Z | python3 system 3.11 system |
223 | 2024-12-19T20:58:49.421Z | ruby system 3.0 system |
224 | 2024-12-19T20:58:49.421Z | words vendor vendor american-english |
225 | 2024-12-19T20:58:49.421Z | words system system australian-english |
226 | 2024-12-19T20:58:49.421Z | words system system british-english |
227 | 2024-12-19T20:58:49.422Z | words system system canadian-english |
228 | 2024-12-19T20:58:49.422Z | words system system french |
229 | 2024-12-19T20:58:49.422Z | words system system italian |
230 | 2024-12-19T20:58:49.422Z | words system system ngerman |
231 | 2024-12-19T20:58:49.422Z | words system system ogerman |
232 | 2024-12-19T20:58:49.422Z | words system system spanish |
233 | 2024-12-19T20:58:49.753Z | PUBLISHER TYPE STATUS P LOCATION |
234 | 2024-12-19T20:58:49.753Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
235 | 2024-12-19T20:58:52.483Z | FMRI IFO |
236 | 2024-12-19T20:58:52.484Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
237 | 2024-12-19T20:58:52.484Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
238 | 2024-12-19T20:58:52.484Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
239 | 2024-12-19T20:58:52.484Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
240 | 2024-12-19T20:58:52.484Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
241 | 2024-12-19T20:58:52.484Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
242 | 2024-12-19T20:58:52.484Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
243 | 2024-12-19T20:58:52.484Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
244 | 2024-12-19T20:58:52.484Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
245 | 2024-12-19T20:58:52.484Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
246 | 2024-12-19T20:58:52.484Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
247 | 2024-12-19T20:58:52.484Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
248 | 2024-12-19T20:58:52.484Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
249 | 2024-12-19T20:58:52.484Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
250 | 2024-12-19T20:58:52.484Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
251 | 2024-12-19T20:58:53.249Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
252 | 2024-12-19T20:58:53.578Z | Updating crates.io index |
253 | 2024-12-19T20:58:53.629Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
254 | 2024-12-19T20:58:54.177Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
255 | 2024-12-19T20:58:54.429Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
256 | 2024-12-19T20:58:54.692Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
257 | 2024-12-19T20:58:54.950Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
258 | 2024-12-19T20:58:55.854Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
259 | 2024-12-19T20:58:57.332Z | Updating git repository `https://github.com/oxidecomputer/opte` |
260 | 2024-12-19T20:58:57.994Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
261 | 2024-12-19T20:58:58.747Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
262 | 2024-12-19T20:58:58.998Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
263 | 2024-12-19T20:58:59.338Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
264 | 2024-12-19T20:58:59.971Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
265 | 2024-12-19T20:59:00.338Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
266 | 2024-12-19T20:59:00.618Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
267 | 2024-12-19T20:59:00.918Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
268 | 2024-12-19T20:59:01.179Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
269 | 2024-12-19T20:59:01.463Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
270 | 2024-12-19T20:59:01.719Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
271 | 2024-12-19T20:59:02.033Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
272 | 2024-12-19T20:59:02.333Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
273 | 2024-12-19T20:59:02.748Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
274 | 2024-12-19T20:59:03.230Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
275 | 2024-12-19T20:59:03.548Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
276 | 2024-12-19T20:59:03.959Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
277 | 2024-12-19T20:59:04.421Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
278 | 2024-12-19T20:59:04.691Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
279 | 2024-12-19T20:59:04.966Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
280 | 2024-12-19T20:59:05.280Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
281 | 2024-12-19T20:59:06.514Z | Downloading crates ... |
282 | 2024-12-19T20:59:06.579Z | Downloaded autocfg v1.4.0 |
283 | 2024-12-19T20:59:06.583Z | Downloaded anstyle-parse v0.2.5 |
284 | 2024-12-19T20:59:06.587Z | Downloaded equivalent v1.0.1 |
285 | 2024-12-19T20:59:06.600Z | Downloaded dtrace-parser v0.2.0 |
286 | 2024-12-19T20:59:06.608Z | Downloaded usdt-attr-macro v0.5.0 |
287 | 2024-12-19T20:59:06.611Z | Downloaded swrite v0.1.0 |
288 | 2024-12-19T20:59:06.618Z | Downloaded usdt-macro v0.5.0 |
289 | 2024-12-19T20:59:06.621Z | Downloaded pretty-hex v0.4.1 |
290 | 2024-12-19T20:59:06.627Z | Downloaded itoa v1.0.11 |
291 | 2024-12-19T20:59:06.630Z | Downloaded anstyle v1.0.10 |
292 | 2024-12-19T20:59:06.630Z | Downloaded fnv v1.0.7 |
293 | 2024-12-19T20:59:06.632Z | Downloaded anstyle-query v1.1.1 |
294 | 2024-12-19T20:59:06.635Z | Downloaded scroll_derive v0.12.0 |
295 | 2024-12-19T20:59:06.638Z | Downloaded block-buffer v0.10.4 |
296 | 2024-12-19T20:59:06.638Z | Downloaded macaddr v1.0.1 |
297 | 2024-12-19T20:59:06.638Z | Downloaded fastrand v2.1.1 |
298 | 2024-12-19T20:59:06.641Z | Downloaded unicode-linebreak v0.1.5 |
299 | 2024-12-19T20:59:06.641Z | Downloaded bytecount v0.6.8 |
300 | 2024-12-19T20:59:06.643Z | Downloaded toml_datetime v0.6.8 |
301 | 2024-12-19T20:59:06.643Z | Downloaded is_terminal_polyfill v1.70.1 |
302 | 2024-12-19T20:59:06.646Z | Downloaded generic-array v0.14.7 |
303 | 2024-12-19T20:59:06.646Z | Downloaded fs-err v2.11.0 |
304 | 2024-12-19T20:59:06.650Z | Downloaded clap_lex v0.7.2 |
305 | 2024-12-19T20:59:06.650Z | Downloaded cfg-if v1.0.0 |
306 | 2024-12-19T20:59:06.653Z | Downloaded errno v0.3.9 |
307 | 2024-12-19T20:59:06.653Z | Downloaded dof v0.3.0 |
308 | 2024-12-19T20:59:06.653Z | Downloaded digest v0.10.7 |
309 | 2024-12-19T20:59:06.656Z | Downloaded utf8parse v0.2.2 |
310 | 2024-12-19T20:59:06.656Z | Downloaded serde_spanned v0.6.8 |
311 | 2024-12-19T20:59:06.659Z | Downloaded heck v0.4.1 |
312 | 2024-12-19T20:59:06.659Z | Downloaded byteorder v1.5.0 |
313 | 2024-12-19T20:59:06.665Z | Downloaded heck v0.5.0 |
314 | 2024-12-19T20:59:06.665Z | Downloaded colorchoice v1.0.2 |
315 | 2024-12-19T20:59:06.665Z | Downloaded cpufeatures v0.2.14 |
316 | 2024-12-19T20:59:06.670Z | Downloaded thiserror-impl v1.0.69 |
317 | 2024-12-19T20:59:06.670Z | Downloaded smawk v0.3.2 |
318 | 2024-12-19T20:59:06.676Z | Downloaded serde_tokenstream v0.2.2 |
319 | 2024-12-19T20:59:06.680Z | Downloaded usdt-impl v0.5.0 |
320 | 2024-12-19T20:59:06.680Z | Downloaded memmap v0.7.0 |
321 | 2024-12-19T20:59:06.684Z | Downloaded thiserror v1.0.69 |
322 | 2024-12-19T20:59:06.688Z | Downloaded version_check v0.9.5 |
323 | 2024-12-19T20:59:06.688Z | Downloaded plain v0.2.3 |
324 | 2024-12-19T20:59:06.692Z | Downloaded usdt v0.5.0 |
325 | 2024-12-19T20:59:06.692Z | Downloaded thread-id v4.2.2 |
326 | 2024-12-19T20:59:06.692Z | Downloaded pest_generator v2.7.14 |
327 | 2024-12-19T20:59:06.694Z | Downloaded crypto-common v0.1.6 |
328 | 2024-12-19T20:59:06.695Z | Downloaded cargo-platform v0.1.8 |
329 | 2024-12-19T20:59:06.695Z | Downloaded camino-tempfile v1.1.1 |
330 | 2024-12-19T20:59:06.698Z | Downloaded terminal_size v0.4.0 |
331 | 2024-12-19T20:59:06.698Z | Downloaded tabled_derive v0.7.0 |
332 | 2024-12-19T20:59:06.701Z | Downloaded strsim v0.11.1 |
333 | 2024-12-19T20:59:06.701Z | Downloaded proc-macro-error-attr v1.0.4 |
334 | 2024-12-19T20:59:06.707Z | Downloaded camino v1.1.9 |
335 | 2024-12-19T20:59:06.709Z | Downloaded zerocopy-derive v0.7.35 |
336 | 2024-12-19T20:59:06.713Z | Downloaded clap_derive v4.5.18 |
337 | 2024-12-19T20:59:06.716Z | Downloaded quote v1.0.37 |
338 | 2024-12-19T20:59:06.720Z | Downloaded scroll v0.12.0 |
339 | 2024-12-19T20:59:06.720Z | Downloaded anstream v0.6.15 |
340 | 2024-12-19T20:59:06.723Z | Downloaded cargo_toml v0.20.5 |
341 | 2024-12-19T20:59:06.728Z | Downloaded bitflags v2.6.0 |
342 | 2024-12-19T20:59:06.731Z | Downloaded anyhow v1.0.93 |
343 | 2024-12-19T20:59:06.734Z | Downloaded tempfile v3.13.0 |
344 | 2024-12-19T20:59:06.737Z | Downloaded semver v1.0.23 |
345 | 2024-12-19T20:59:06.739Z | Downloaded clap v4.5.21 |
346 | 2024-12-19T20:59:06.749Z | Downloaded proc-macro2 v1.0.89 |
347 | 2024-12-19T20:59:06.751Z | Downloaded proc-macro-error v1.0.4 |
348 | 2024-12-19T20:59:06.754Z | Downloaded once_cell v1.20.2 |
349 | 2024-12-19T20:59:06.757Z | Downloaded unicode-ident v1.0.13 |
350 | 2024-12-19T20:59:06.759Z | Downloaded pest_derive v2.7.14 |
351 | 2024-12-19T20:59:06.762Z | Downloaded ucd-trie v0.1.7 |
352 | 2024-12-19T20:59:06.762Z | Downloaded typenum v1.17.0 |
353 | 2024-12-19T20:59:06.765Z | Downloaded toml v0.8.19 |
354 | 2024-12-19T20:59:06.767Z | Downloaded textwrap v0.16.1 |
355 | 2024-12-19T20:59:06.770Z | Downloaded pest_meta v2.7.14 |
356 | 2024-12-19T20:59:06.773Z | Downloaded cargo_metadata v0.18.1 |
357 | 2024-12-19T20:59:06.776Z | Downloaded serde_derive v1.0.215 |
358 | 2024-12-19T20:59:06.779Z | Downloaded ryu v1.0.18 |
359 | 2024-12-19T20:59:06.781Z | Downloaded papergrid v0.11.0 |
360 | 2024-12-19T20:59:06.783Z | Downloaded sha2 v0.10.8 |
361 | 2024-12-19T20:59:06.786Z | Downloaded log v0.4.22 |
362 | 2024-12-19T20:59:06.795Z | Downloaded serde v1.0.215 |
363 | 2024-12-19T20:59:06.802Z | Downloaded indexmap v2.6.0 |
364 | 2024-12-19T20:59:06.810Z | Downloaded memchr v2.7.4 |
365 | 2024-12-19T20:59:06.823Z | Downloaded toml_edit v0.22.22 |
366 | 2024-12-19T20:59:06.854Z | Downloaded pest v2.7.14 |
367 | 2024-12-19T20:59:06.862Z | Downloaded hashbrown v0.15.1 |
368 | 2024-12-19T20:59:06.870Z | Downloaded zerocopy v0.7.35 |
369 | 2024-12-19T20:59:06.885Z | Downloaded serde_json v1.0.132 |
370 | 2024-12-19T20:59:06.892Z | Downloaded winnow v0.6.20 |
371 | 2024-12-19T20:59:06.900Z | Downloaded tabled v0.15.0 |
372 | 2024-12-19T20:59:06.915Z | Downloaded goblin v0.8.2 |
373 | 2024-12-19T20:59:06.921Z | Downloaded clap_builder v4.5.21 |
374 | 2024-12-19T20:59:06.926Z | Downloaded syn v1.0.109 |
375 | 2024-12-19T20:59:06.937Z | Downloaded syn v2.0.87 |
376 | 2024-12-19T20:59:06.946Z | Downloaded unicode-width v0.1.14 |
377 | 2024-12-19T20:59:06.952Z | Downloaded rustix v0.38.37 |
378 | 2024-12-19T20:59:06.983Z | Downloaded libc v0.2.162 |
379 | 2024-12-19T20:59:07.294Z | Compiling proc-macro2 v1.0.89 |
380 | 2024-12-19T20:59:07.294Z | Compiling unicode-ident v1.0.13 |
381 | 2024-12-19T20:59:07.294Z | Compiling version_check v0.9.5 |
382 | 2024-12-19T20:59:07.297Z | Compiling serde v1.0.215 |
383 | 2024-12-19T20:59:07.297Z | Compiling thiserror v1.0.69 |
384 | 2024-12-19T20:59:07.297Z | Compiling memchr v2.7.4 |
385 | 2024-12-19T20:59:07.297Z | Compiling libc v0.2.162 |
386 | 2024-12-19T20:59:07.330Z | Compiling ryu v1.0.18 |
387 | 2024-12-19T20:59:07.539Z | Compiling ucd-trie v0.1.7 |
388 | 2024-12-19T20:59:07.750Z | Compiling itoa v1.0.11 |
389 | 2024-12-19T20:59:08.084Z | Compiling once_cell v1.20.2 |
390 | 2024-12-19T20:59:08.174Z | Compiling byteorder v1.5.0 |
391 | 2024-12-19T20:59:08.328Z | Compiling serde_json v1.0.132 |
392 | 2024-12-19T20:59:08.487Z | Compiling rustix v0.38.37 |
393 | 2024-12-19T20:59:08.586Z | Compiling bitflags v2.6.0 |
394 | 2024-12-19T20:59:08.704Z | Compiling proc-macro-error-attr v1.0.4 |
395 | 2024-12-19T20:59:09.013Z | Compiling usdt-impl v0.5.0 |
396 | 2024-12-19T20:59:09.069Z | Compiling syn v1.0.109 |
397 | 2024-12-19T20:59:09.114Z | Compiling proc-macro-error v1.0.4 |
398 | 2024-12-19T20:59:09.183Z | Compiling plain v0.2.3 |
399 | 2024-12-19T20:59:09.278Z | Compiling quote v1.0.37 |
400 | 2024-12-19T20:59:09.407Z | Compiling utf8parse v0.2.2 |
401 | 2024-12-19T20:59:09.495Z | Compiling hashbrown v0.15.1 |
402 | 2024-12-19T20:59:09.539Z | Compiling errno v0.3.9 |
403 | 2024-12-19T20:59:09.584Z | Compiling camino v1.1.9 |
404 | 2024-12-19T20:59:09.737Z | Compiling syn v2.0.87 |
405 | 2024-12-19T20:59:09.944Z | Compiling thread-id v4.2.2 |
406 | 2024-12-19T20:59:09.992Z | Compiling log v0.4.22 |
407 | 2024-12-19T20:59:10.024Z | Compiling equivalent v1.0.1 |
408 | 2024-12-19T20:59:10.149Z | Compiling anstyle-parse v0.2.5 |
409 | 2024-12-19T20:59:10.444Z | Compiling anstyle-query v1.1.1 |
410 | 2024-12-19T20:59:10.494Z | Compiling winnow v0.6.20 |
411 | 2024-12-19T20:59:10.608Z | Compiling anstyle v1.0.10 |
412 | 2024-12-19T20:59:10.699Z | Compiling autocfg v1.4.0 |
413 | 2024-12-19T20:59:10.800Z | Compiling indexmap v2.6.0 |
414 | 2024-12-19T20:59:11.077Z | Compiling unicode-width v0.1.14 |
415 | 2024-12-19T20:59:11.108Z | Compiling is_terminal_polyfill v1.70.1 |
416 | 2024-12-19T20:59:11.250Z | Compiling semver v1.0.23 |
417 | 2024-12-19T20:59:11.627Z | Compiling colorchoice v1.0.2 |
418 | 2024-12-19T20:59:11.796Z | Compiling pretty-hex v0.4.1 |
419 | 2024-12-19T20:59:11.882Z | Compiling fs-err v2.11.0 |
420 | 2024-12-19T20:59:11.908Z | Compiling terminal_size v0.4.0 |
421 | 2024-12-19T20:59:11.999Z | Compiling anstream v0.6.15 |
422 | 2024-12-19T20:59:12.192Z | Compiling clap_lex v0.7.2 |
423 | 2024-12-19T20:59:12.272Z | Compiling anyhow v1.0.93 |
424 | 2024-12-19T20:59:12.300Z | Compiling heck v0.5.0 |
425 | 2024-12-19T20:59:12.704Z | Compiling bytecount v0.6.8 |
426 | 2024-12-19T20:59:12.731Z | Compiling fastrand v2.1.1 |
427 | 2024-12-19T20:59:12.772Z | Compiling cfg-if v1.0.0 |
428 | 2024-12-19T20:59:12.836Z | Compiling heck v0.4.1 |
429 | 2024-12-19T20:59:12.945Z | Compiling fnv v1.0.7 |
430 | 2024-12-19T20:59:13.088Z | Compiling strsim v0.11.1 |
431 | 2024-12-19T20:59:13.277Z | Compiling tempfile v3.13.0 |
432 | 2024-12-19T20:59:13.338Z | Compiling papergrid v0.11.0 |
433 | 2024-12-19T20:59:13.580Z | Compiling clap_builder v4.5.21 |
434 | 2024-12-19T20:59:13.941Z | Compiling memmap v0.7.0 |
435 | 2024-12-19T20:59:14.037Z | Compiling unicode-linebreak v0.1.5 |
436 | 2024-12-19T20:59:14.228Z | Compiling smawk v0.3.2 |
437 | 2024-12-19T20:59:14.463Z | Compiling textwrap v0.16.1 |
438 | 2024-12-19T20:59:14.542Z | Compiling swrite v0.1.0 |
439 | 2024-12-19T20:59:15.760Z | Compiling tabled_derive v0.7.0 |
440 | 2024-12-19T20:59:17.288Z | Compiling tabled v0.15.0 |
441 | 2024-12-19T20:59:18.707Z | Compiling serde_derive v1.0.215 |
442 | 2024-12-19T20:59:18.712Z | Compiling thiserror-impl v1.0.69 |
443 | 2024-12-19T20:59:18.713Z | Compiling zerocopy-derive v0.7.35 |
444 | 2024-12-19T20:59:18.713Z | Compiling scroll_derive v0.12.0 |
445 | 2024-12-19T20:59:18.875Z | Compiling clap_derive v4.5.18 |
446 | 2024-12-19T20:59:20.231Z | Compiling scroll v0.12.0 |
447 | 2024-12-19T20:59:20.714Z | Compiling goblin v0.8.2 |
448 | 2024-12-19T20:59:20.788Z | Compiling zerocopy v0.7.35 |
449 | 2024-12-19T20:59:21.358Z | Compiling pest v2.7.14 |
450 | 2024-12-19T20:59:22.711Z | Compiling clap v4.5.21 |
451 | 2024-12-19T20:59:23.571Z | Compiling pest_meta v2.7.14 |
452 | 2024-12-19T20:59:24.489Z | Compiling pest_generator v2.7.14 |
453 | 2024-12-19T20:59:26.473Z | Compiling pest_derive v2.7.14 |
454 | 2024-12-19T20:59:27.157Z | Compiling dtrace-parser v0.2.0 |
455 | 2024-12-19T20:59:29.069Z | Compiling serde_tokenstream v0.2.2 |
456 | 2024-12-19T20:59:29.109Z | Compiling toml_datetime v0.6.8 |
457 | 2024-12-19T20:59:29.111Z | Compiling serde_spanned v0.6.8 |
458 | 2024-12-19T20:59:29.399Z | Compiling cargo-platform v0.1.8 |
459 | 2024-12-19T20:59:29.488Z | Compiling toml_edit v0.22.22 |
460 | 2024-12-19T20:59:29.684Z | Compiling macaddr v1.0.1 |
461 | 2024-12-19T20:59:29.762Z | Compiling camino-tempfile v1.1.1 |
462 | 2024-12-19T20:59:30.568Z | Compiling dof v0.3.0 |
463 | 2024-12-19T20:59:30.645Z | Compiling cargo_metadata v0.18.1 |
464 | 2024-12-19T20:59:32.308Z | Compiling usdt-attr-macro v0.5.0 |
465 | 2024-12-19T20:59:32.311Z | Compiling usdt-macro v0.5.0 |
466 | 2024-12-19T20:59:32.333Z | Compiling toml v0.8.19 |
467 | 2024-12-19T20:59:33.202Z | Compiling cargo_toml v0.20.5 |
468 | 2024-12-19T20:59:33.748Z | Compiling usdt v0.5.0 |
469 | 2024-12-19T20:59:36.733Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
470 | 2024-12-19T20:59:40.918Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.90s |
471 | 2024-12-19T20:59:41.191Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
472 | 2024-12-19T20:59:41.724Z | Downloading crates ... |
473 | 2024-12-19T20:59:41.911Z | Downloaded addr2line v0.24.2 |
474 | 2024-12-19T20:59:41.917Z | Downloaded hostname v0.4.0 |
475 | 2024-12-19T20:59:41.919Z | Downloaded darling v0.20.10 |
476 | 2024-12-19T20:59:41.926Z | Downloaded headers-core v0.3.0 |
477 | 2024-12-19T20:59:41.928Z | Downloaded aes v0.8.4 |
478 | 2024-12-19T20:59:41.931Z | Downloaded ident_case v1.0.1 |
479 | 2024-12-19T20:59:41.934Z | Downloaded aead v0.5.2 |
480 | 2024-12-19T20:59:41.934Z | Downloaded http-body v1.0.1 |
481 | 2024-12-19T20:59:41.944Z | Downloaded icu_provider_macros v1.5.0 |
482 | 2024-12-19T20:59:41.947Z | Downloaded aes-gcm v0.10.3 |
483 | 2024-12-19T20:59:41.952Z | Downloaded ahash v0.8.11 |
484 | 2024-12-19T20:59:41.956Z | Downloaded instant v0.1.13 |
485 | 2024-12-19T20:59:41.959Z | Downloaded md5 v0.7.0 |
486 | 2024-12-19T20:59:41.959Z | Downloaded aho-corasick v1.1.3 |
487 | 2024-12-19T20:59:41.965Z | Downloaded hubpack_derive v0.1.1 |
488 | 2024-12-19T20:59:41.968Z | Downloaded matches v0.1.10 |
489 | 2024-12-19T20:59:41.970Z | Downloaded base16ct v0.2.0 |
490 | 2024-12-19T20:59:41.970Z | Downloaded hostname v0.3.1 |
491 | 2024-12-19T20:59:41.973Z | Downloaded atty v0.2.14 |
492 | 2024-12-19T20:59:41.976Z | Downloaded http-range v0.1.5 |
493 | 2024-12-19T20:59:41.976Z | Downloaded async-stream v0.3.6 |
494 | 2024-12-19T20:59:41.979Z | Downloaded home v0.5.9 |
495 | 2024-12-19T20:59:41.979Z | Downloaded hex-literal v0.4.1 |
496 | 2024-12-19T20:59:41.981Z | Downloaded hex v0.4.3 |
497 | 2024-12-19T20:59:41.984Z | Downloaded is-terminal v0.4.13 |
498 | 2024-12-19T20:59:41.984Z | Downloaded indoc v1.0.9 |
499 | 2024-12-19T20:59:41.987Z | Downloaded ipnetwork v0.20.0 |
500 | 2024-12-19T20:59:41.989Z | Downloaded idna_adapter v1.2.0 |
501 | 2024-12-19T20:59:41.992Z | Downloaded async-stream-impl v0.3.6 |
502 | 2024-12-19T20:59:41.992Z | Downloaded managed v0.8.0 |
503 | 2024-12-19T20:59:41.995Z | Downloaded lockfree-object-pool v0.1.6 |
504 | 2024-12-19T20:59:41.997Z | Downloaded linear-map v1.2.0 |
505 | 2024-12-19T20:59:42.000Z | Downloaded indent_write v2.2.0 |
506 | 2024-12-19T20:59:42.000Z | Downloaded async-trait v0.1.83 |
507 | 2024-12-19T20:59:42.004Z | Downloaded keccak v0.1.5 |
508 | 2024-12-19T20:59:42.006Z | Downloaded http-body-util v0.1.2 |
509 | 2024-12-19T20:59:42.009Z | Downloaded arrayvec v0.7.6 |
510 | 2024-12-19T20:59:42.011Z | Downloaded libefi-sys v0.1.0 |
511 | 2024-12-19T20:59:42.014Z | Downloaded lru-cache v0.1.2 |
512 | 2024-12-19T20:59:42.016Z | Downloaded cfg_aliases v0.2.1 |
513 | 2024-12-19T20:59:42.016Z | Downloaded lazy_static v1.5.0 |
514 | 2024-12-19T20:59:42.024Z | Downloaded httpdate v1.0.3 |
515 | 2024-12-19T20:59:42.024Z | Downloaded memoffset v0.9.1 |
516 | 2024-12-19T20:59:42.024Z | Downloaded lru v0.12.5 |
517 | 2024-12-19T20:59:42.024Z | Downloaded libsw v3.3.1 |
518 | 2024-12-19T20:59:42.028Z | Downloaded lalrpop-util v0.19.12 |
519 | 2024-12-19T20:59:42.028Z | Downloaded hickory-client v0.24.1 |
520 | 2024-12-19T20:59:42.030Z | Downloaded maybe-uninit v2.0.0 |
521 | 2024-12-19T20:59:42.033Z | Downloaded mime v0.3.17 |
522 | 2024-12-19T20:59:42.036Z | Downloaded ciborium-io v0.2.2 |
523 | 2024-12-19T20:59:42.036Z | Downloaded md-5 v0.10.6 |
524 | 2024-12-19T20:59:42.038Z | Downloaded maplit v1.0.2 |
525 | 2024-12-19T20:59:42.038Z | Downloaded kstat-rs v0.2.4 |
526 | 2024-12-19T20:59:42.041Z | Downloaded cstr-argument v0.1.2 |
527 | 2024-12-19T20:59:42.041Z | Downloaded is_ci v1.2.0 |
528 | 2024-12-19T20:59:42.044Z | Downloaded crunchy v0.2.2 |
529 | 2024-12-19T20:59:42.044Z | Downloaded crucible-workspace-hack v0.1.0 |
530 | 2024-12-19T20:59:42.044Z | Downloaded instability v0.3.2 |
531 | 2024-12-19T20:59:42.046Z | Downloaded highway v1.2.0 |
532 | 2024-12-19T20:59:42.049Z | Downloaded bit-vec v0.6.3 |
533 | 2024-12-19T20:59:42.051Z | Downloaded ipnet v2.10.1 |
534 | 2024-12-19T20:59:42.055Z | Downloaded buf-list v1.0.3 |
535 | 2024-12-19T20:59:42.057Z | Downloaded block-padding v0.3.3 |
536 | 2024-12-19T20:59:42.057Z | Downloaded icu_locid_transform v1.5.0 |
537 | 2024-12-19T20:59:42.059Z | Downloaded lock_api v0.4.12 |
538 | 2024-12-19T20:59:42.062Z | Downloaded cbc v0.1.2 |
539 | 2024-12-19T20:59:42.064Z | Downloaded blowfish v0.9.1 |
540 | 2024-12-19T20:59:42.067Z | Downloaded httparse v1.9.5 |
541 | 2024-12-19T20:59:42.069Z | Downloaded jobserver v0.1.32 |
542 | 2024-12-19T20:59:42.072Z | Downloaded castaway v0.2.3 |
543 | 2024-12-19T20:59:42.075Z | Downloaded chrono-tz-build v0.4.0 |
544 | 2024-12-19T20:59:42.075Z | Downloaded humantime v2.1.0 |
545 | 2024-12-19T20:59:42.078Z | Downloaded iana-time-zone v0.1.61 |
546 | 2024-12-19T20:59:42.081Z | Downloaded mime_guess v2.0.5 |
547 | 2024-12-19T20:59:42.083Z | Downloaded heapless v0.8.0 |
548 | 2024-12-19T20:59:42.086Z | Downloaded termtree v0.4.1 |
549 | 2024-12-19T20:59:42.088Z | Downloaded memmap2 v0.9.5 |
550 | 2024-12-19T20:59:42.091Z | Downloaded heapless v0.7.17 |
551 | 2024-12-19T20:59:42.095Z | Downloaded toolchain_find v0.4.0 |
552 | 2024-12-19T20:59:42.097Z | Downloaded zerofrom v0.1.4 |
553 | 2024-12-19T20:59:42.099Z | Downloaded cipher v0.4.4 |
554 | 2024-12-19T20:59:42.099Z | Downloaded crossbeam-deque v0.8.5 |
555 | 2024-12-19T20:59:42.102Z | Downloaded cobs v0.2.3 |
556 | 2024-12-19T20:59:42.104Z | Downloaded curve25519-dalek-derive v0.1.1 |
557 | 2024-12-19T20:59:42.106Z | Downloaded cmake v0.1.51 |
558 | 2024-12-19T20:59:42.106Z | Downloaded stable_deref_trait v1.2.0 |
559 | 2024-12-19T20:59:42.109Z | Downloaded hmac v0.12.1 |
560 | 2024-12-19T20:59:42.109Z | Downloaded cexpr v0.6.0 |
561 | 2024-12-19T20:59:42.112Z | Downloaded rustc_version v0.4.1 |
562 | 2024-12-19T20:59:42.116Z | Downloaded lazycell v1.3.0 |
563 | 2024-12-19T20:59:42.118Z | Downloaded signal-hook-mio v0.2.4 |
564 | 2024-12-19T20:59:42.118Z | Downloaded convert_case v0.4.0 |
565 | 2024-12-19T20:59:42.118Z | Downloaded linked-hash-map v0.5.6 |
566 | 2024-12-19T20:59:42.120Z | Downloaded crc-catalog v2.4.0 |
567 | 2024-12-19T20:59:42.123Z | Downloaded crc v3.2.1 |
568 | 2024-12-19T20:59:42.125Z | Downloaded constant_time_eq v0.3.1 |
569 | 2024-12-19T20:59:42.127Z | Downloaded rand_chacha v0.3.1 |
570 | 2024-12-19T20:59:42.127Z | Downloaded heck v0.3.3 |
571 | 2024-12-19T20:59:42.130Z | Downloaded bitfield v0.14.0 |
572 | 2024-12-19T20:59:42.132Z | Downloaded icu_normalizer v1.5.0 |
573 | 2024-12-19T20:59:42.135Z | Downloaded bzip2 v0.4.4 |
574 | 2024-12-19T20:59:42.139Z | Downloaded argon2 v0.5.3 |
575 | 2024-12-19T20:59:42.142Z | Downloaded indexmap v1.9.3 |
576 | 2024-12-19T20:59:42.144Z | Downloaded base64 v0.13.1 |
577 | 2024-12-19T20:59:42.147Z | Downloaded litemap v0.7.3 |
578 | 2024-12-19T20:59:42.152Z | Downloaded mirai-annotations v1.12.0 |
579 | 2024-12-19T20:59:42.155Z | Downloaded foreign-types-shared v0.1.1 |
580 | 2024-12-19T20:59:42.155Z | Downloaded scopeguard v1.2.0 |
581 | 2024-12-19T20:59:42.155Z | Downloaded newline-converter v0.3.0 |
582 | 2024-12-19T20:59:42.155Z | Downloaded slog-bunyan v2.5.0 |
583 | 2024-12-19T20:59:42.158Z | Downloaded thiserror v2.0.3 |
584 | 2024-12-19T20:59:42.163Z | Downloaded unicase v2.7.0 |
585 | 2024-12-19T20:59:42.166Z | Downloaded topological-sort v0.2.2 |
586 | 2024-12-19T20:59:42.169Z | Downloaded stringprep v0.1.5 |
587 | 2024-12-19T20:59:42.169Z | Downloaded xattr v1.3.1 |
588 | 2024-12-19T20:59:42.172Z | Downloaded newtype_derive v0.1.6 |
589 | 2024-12-19T20:59:42.174Z | Downloaded display-error-chain v0.2.2 |
590 | 2024-12-19T20:59:42.176Z | Downloaded dirs-sys-next v0.1.2 |
591 | 2024-12-19T20:59:42.176Z | Downloaded defmt-macros v0.3.9 |
592 | 2024-12-19T20:59:42.179Z | Downloaded parse-size v1.1.0 |
593 | 2024-12-19T20:59:42.181Z | Downloaded russh-cryptovec v0.7.3 |
594 | 2024-12-19T20:59:42.184Z | Downloaded phf_shared v0.10.0 |
595 | 2024-12-19T20:59:42.184Z | Downloaded opaque-debug v0.3.1 |
596 | 2024-12-19T20:59:42.184Z | Downloaded hyper-util v0.1.10 |
597 | 2024-12-19T20:59:42.190Z | Downloaded utf8_iter v1.0.4 |
598 | 2024-12-19T20:59:42.192Z | Downloaded cookie_store v0.21.0 |
599 | 2024-12-19T20:59:42.195Z | Downloaded unarray v0.1.4 |
600 | 2024-12-19T20:59:42.195Z | Downloaded typify-macro v0.2.0 |
601 | 2024-12-19T20:59:42.197Z | Downloaded sct v0.7.1 |
602 | 2024-12-19T20:59:42.200Z | Downloaded icu_locid_transform_data v1.5.0 |
603 | 2024-12-19T20:59:42.203Z | Downloaded cancel-safe-futures v0.1.5 |
604 | 2024-12-19T20:59:42.206Z | Downloaded icu_locid v1.5.0 |
605 | 2024-12-19T20:59:42.212Z | Downloaded icu_normalizer_data v1.5.0 |
606 | 2024-12-19T20:59:42.215Z | Downloaded icu_properties v1.5.1 |
607 | 2024-12-19T20:59:42.218Z | Downloaded progenitor-impl v0.8.0 |
608 | 2024-12-19T20:59:42.220Z | Downloaded blake2 v0.10.6 |
609 | 2024-12-19T20:59:42.224Z | Downloaded tower-service v0.3.3 |
610 | 2024-12-19T20:59:42.226Z | Downloaded either v1.13.0 |
611 | 2024-12-19T20:59:42.229Z | Downloaded sync-ptr v0.1.1 |
612 | 2024-12-19T20:59:42.229Z | Downloaded futures-executor v0.3.31 |
613 | 2024-12-19T20:59:42.231Z | Downloaded futures-core v0.3.31 |
614 | 2024-12-19T20:59:42.234Z | Downloaded rustc_version v0.1.7 |
615 | 2024-12-19T20:59:42.234Z | Downloaded ghash v0.5.1 |
616 | 2024-12-19T20:59:42.238Z | Downloaded embedded-io v0.6.1 |
617 | 2024-12-19T20:59:42.239Z | Downloaded vsss-rs v3.3.4 |
618 | 2024-12-19T20:59:42.242Z | Downloaded tls_codec_derive v0.4.1 |
619 | 2024-12-19T20:59:42.242Z | Downloaded password-hash v0.4.2 |
620 | 2024-12-19T20:59:42.245Z | Downloaded newtype-uuid v1.1.3 |
621 | 2024-12-19T20:59:42.248Z | Downloaded predicates-core v1.0.8 |
622 | 2024-12-19T20:59:42.248Z | Downloaded phf_shared v0.11.2 |
623 | 2024-12-19T20:59:42.250Z | Downloaded waitgroup v0.1.2 |
624 | 2024-12-19T20:59:42.250Z | Downloaded olpc-cjson v0.1.4 |
625 | 2024-12-19T20:59:42.262Z | Downloaded dhcproto-macros v0.1.0 |
626 | 2024-12-19T20:59:42.264Z | Downloaded ref-cast v1.0.23 |
627 | 2024-12-19T20:59:42.267Z | Downloaded scheduled-thread-pool v0.2.7 |
628 | 2024-12-19T20:59:42.269Z | Downloaded chacha20poly1305 v0.10.1 |
629 | 2024-12-19T20:59:42.272Z | Downloaded compact_str v0.8.0 |
630 | 2024-12-19T20:59:42.274Z | Downloaded rtoolbox v0.0.2 |
631 | 2024-12-19T20:59:42.277Z | Downloaded icu_collections v1.5.0 |
632 | 2024-12-19T20:59:42.284Z | Downloaded thiserror-no-std v2.0.2 |
633 | 2024-12-19T20:59:42.287Z | Downloaded smf v0.2.3 |
634 | 2024-12-19T20:59:42.290Z | Downloaded slog-envlogger v2.2.0 |
635 | 2024-12-19T20:59:42.292Z | Downloaded serde_plain v1.0.2 |
636 | 2024-12-19T20:59:42.295Z | Downloaded serde_path_to_error v0.1.16 |
637 | 2024-12-19T20:59:42.295Z | Downloaded serde-hex v0.1.0 |
638 | 2024-12-19T20:59:42.298Z | Downloaded indicatif v0.17.9 |
639 | 2024-12-19T20:59:42.301Z | Downloaded num_threads v0.1.7 |
640 | 2024-12-19T20:59:42.304Z | Downloaded sync_wrapper v1.0.1 |
641 | 2024-12-19T20:59:42.304Z | Downloaded strum_macros v0.24.3 |
642 | 2024-12-19T20:59:42.306Z | Downloaded crossbeam-utils v0.8.20 |
643 | 2024-12-19T20:59:42.310Z | Downloaded supports-color v3.0.1 |
644 | 2024-12-19T20:59:42.312Z | Downloaded derive_builder_core v0.20.2 |
645 | 2024-12-19T20:59:42.315Z | Downloaded vte v0.11.1 |
646 | 2024-12-19T20:59:42.318Z | Downloaded path-slash v0.1.5 |
647 | 2024-12-19T20:59:42.318Z | Downloaded pin-project-internal v1.1.6 |
648 | 2024-12-19T20:59:42.321Z | Downloaded progenitor v0.8.0 |
649 | 2024-12-19T20:59:42.323Z | Downloaded zopfli v0.8.1 |
650 | 2024-12-19T20:59:42.326Z | Downloaded prettyplease v0.2.25 |
651 | 2024-12-19T20:59:42.329Z | Downloaded bytes v1.8.0 |
652 | 2024-12-19T20:59:42.333Z | Downloaded wait-timeout v0.2.0 |
653 | 2024-12-19T20:59:42.336Z | Downloaded structmeta v0.2.0 |
654 | 2024-12-19T20:59:42.338Z | Downloaded num-complex v0.4.6 |
655 | 2024-12-19T20:59:42.341Z | Downloaded rustc-demangle v0.1.24 |
656 | 2024-12-19T20:59:42.341Z | Downloaded icu_provider v1.5.0 |
657 | 2024-12-19T20:59:42.344Z | Downloaded zerovec-derive v0.10.3 |
658 | 2024-12-19T20:59:42.346Z | Downloaded dsl_auto_type v0.1.2 |
659 | 2024-12-19T20:59:42.349Z | Downloaded xz2 v0.1.7 |
660 | 2024-12-19T20:59:42.353Z | Downloaded russh-keys v0.45.0 |
661 | 2024-12-19T20:59:42.355Z | Downloaded tokio-rustls v0.24.1 |
662 | 2024-12-19T20:59:42.358Z | Downloaded dyn-clone v1.0.17 |
663 | 2024-12-19T20:59:42.362Z | Downloaded ed25519 v2.2.3 |
664 | 2024-12-19T20:59:42.362Z | Downloaded yoke-derive v0.7.4 |
665 | 2024-12-19T20:59:42.365Z | Downloaded dunce v1.0.5 |
666 | 2024-12-19T20:59:42.365Z | Downloaded tinystr v0.7.6 |
667 | 2024-12-19T20:59:42.367Z | Downloaded futures-macro v0.3.31 |
668 | 2024-12-19T20:59:42.367Z | Downloaded snafu v0.8.5 |
669 | 2024-12-19T20:59:42.375Z | Downloaded pbkdf2 v0.11.0 |
670 | 2024-12-19T20:59:42.377Z | Downloaded num_enum_derive v0.5.11 |
671 | 2024-12-19T20:59:42.380Z | Downloaded num_enum v0.5.11 |
672 | 2024-12-19T20:59:42.385Z | Downloaded pin-utils v0.1.0 |
673 | 2024-12-19T20:59:42.387Z | Downloaded pbkdf2 v0.12.2 |
674 | 2024-12-19T20:59:42.390Z | Downloaded packed_struct v0.10.1 |
675 | 2024-12-19T20:59:42.390Z | Downloaded unicode-bidi v0.3.17 |
676 | 2024-12-19T20:59:42.393Z | Downloaded pkg-config v0.3.31 |
677 | 2024-12-19T20:59:42.395Z | Downloaded rustc-hash v1.1.0 |
678 | 2024-12-19T20:59:42.398Z | Downloaded pin-project-lite v0.2.14 |
679 | 2024-12-19T20:59:42.402Z | Downloaded sha1 v0.10.6 |
680 | 2024-12-19T20:59:42.405Z | Downloaded peg-runtime v0.8.3 |
681 | 2024-12-19T20:59:42.408Z | Downloaded nodrop v0.1.14 |
682 | 2024-12-19T20:59:42.408Z | Downloaded zeroize_derive v1.4.2 |
683 | 2024-12-19T20:59:42.410Z | Downloaded same-file v1.0.6 |
684 | 2024-12-19T20:59:42.410Z | Downloaded serde_urlencoded v0.7.1 |
685 | 2024-12-19T20:59:42.412Z | Downloaded ssh-encoding v0.2.0 |
686 | 2024-12-19T20:59:42.415Z | Downloaded ssh-cipher v0.2.0 |
687 | 2024-12-19T20:59:42.418Z | Downloaded base64 v0.21.7 |
688 | 2024-12-19T20:59:42.420Z | Downloaded termcolor v1.4.1 |
689 | 2024-12-19T20:59:42.423Z | Downloaded derive-where v1.2.7 |
690 | 2024-12-19T20:59:42.426Z | Downloaded wyz v0.5.1 |
691 | 2024-12-19T20:59:42.429Z | Downloaded rustversion v1.0.17 |
692 | 2024-12-19T20:59:42.432Z | Downloaded unicode-xid v0.2.6 |
693 | 2024-12-19T20:59:42.434Z | Downloaded http v1.1.0 |
694 | 2024-12-19T20:59:42.437Z | Downloaded fd-lock v4.0.2 |
695 | 2024-12-19T20:59:42.440Z | Downloaded termios v0.3.3 |
696 | 2024-12-19T20:59:42.443Z | Downloaded similar v2.6.0 |
697 | 2024-12-19T20:59:42.448Z | Downloaded pkcs8 v0.10.2 |
698 | 2024-12-19T20:59:42.452Z | Downloaded elliptic-curve v0.13.8 |
699 | 2024-12-19T20:59:42.456Z | Downloaded crossbeam-channel v0.5.13 |
700 | 2024-12-19T20:59:42.462Z | Downloaded fragile v2.0.0 |
701 | 2024-12-19T20:59:42.464Z | Downloaded glob v0.3.1 |
702 | 2024-12-19T20:59:42.467Z | Downloaded rand v0.8.5 |
703 | 2024-12-19T20:59:42.471Z | Downloaded zerocopy-derive v0.8.10 |
704 | 2024-12-19T20:59:42.478Z | Downloaded try-lock v0.2.5 |
705 | 2024-12-19T20:59:42.482Z | Downloaded globset v0.4.15 |
706 | 2024-12-19T20:59:42.482Z | Downloaded nibble_vec v0.1.0 |
707 | 2024-12-19T20:59:42.485Z | Downloaded openssl-macros v0.1.1 |
708 | 2024-12-19T20:59:42.485Z | Downloaded tokio-stream v0.1.16 |
709 | 2024-12-19T20:59:42.489Z | Downloaded percent-encoding v2.3.1 |
710 | 2024-12-19T20:59:42.491Z | Downloaded float-cmp v0.9.0 |
711 | 2024-12-19T20:59:42.491Z | Downloaded pem v3.0.4 |
712 | 2024-12-19T20:59:42.494Z | Downloaded tokio-rustls v0.26.0 |
713 | 2024-12-19T20:59:42.497Z | Downloaded float-ord v0.3.2 |
714 | 2024-12-19T20:59:42.499Z | Downloaded peg v0.8.4 |
715 | 2024-12-19T20:59:42.502Z | Downloaded semver v0.1.20 |
716 | 2024-12-19T20:59:42.505Z | Downloaded siphasher v0.3.11 |
717 | 2024-12-19T20:59:42.507Z | Downloaded defmt v0.3.8 |
718 | 2024-12-19T20:59:42.509Z | Downloaded ecdsa v0.16.9 |
719 | 2024-12-19T20:59:42.512Z | Downloaded tungstenite v0.21.0 |
720 | 2024-12-19T20:59:42.516Z | Downloaded progenitor-client v0.8.0 |
721 | 2024-12-19T20:59:42.519Z | Downloaded time-core v0.1.2 |
722 | 2024-12-19T20:59:42.522Z | Downloaded value-bag v1.9.0 |
723 | 2024-12-19T20:59:42.525Z | Downloaded slog-scope v4.4.0 |
724 | 2024-12-19T20:59:42.525Z | Downloaded thiserror-impl v2.0.3 |
725 | 2024-12-19T20:59:42.527Z | Downloaded tap v1.0.1 |
726 | 2024-12-19T20:59:42.528Z | Downloaded fs_extra v1.3.0 |
727 | 2024-12-19T20:59:42.530Z | Downloaded pkcs1 v0.7.5 |
728 | 2024-12-19T20:59:42.533Z | Downloaded toml_edit v0.19.15 |
729 | 2024-12-19T20:59:42.551Z | Downloaded defmt-parser v0.3.4 |
730 | 2024-12-19T20:59:42.554Z | Downloaded zone v0.3.0 |
731 | 2024-12-19T20:59:42.554Z | Downloaded structmeta-derive v0.3.0 |
732 | 2024-12-19T20:59:42.556Z | Downloaded structmeta-derive v0.2.0 |
733 | 2024-12-19T20:59:42.556Z | Downloaded des v0.8.1 |
734 | 2024-12-19T20:59:42.559Z | Downloaded smallvec v1.13.2 |
735 | 2024-12-19T20:59:42.561Z | Downloaded miniz_oxide v0.8.0 |
736 | 2024-12-19T20:59:42.563Z | Downloaded darling_macro v0.20.10 |
737 | 2024-12-19T20:59:42.566Z | Downloaded pem-rfc7468 v0.7.0 |
738 | 2024-12-19T20:59:42.568Z | Downloaded parking_lot v0.11.2 |
739 | 2024-12-19T20:59:42.571Z | Downloaded term v0.7.0 |
740 | 2024-12-19T20:59:42.574Z | Downloaded multimap v0.10.0 |
741 | 2024-12-19T20:59:42.576Z | Downloaded fixedbitset v0.4.2 |
742 | 2024-12-19T20:59:42.576Z | Downloaded deranged v0.3.11 |
743 | 2024-12-19T20:59:42.579Z | Downloaded peg-macros v0.8.4 |
744 | 2024-12-19T20:59:42.581Z | Downloaded derive_more v0.99.18 |
745 | 2024-12-19T20:59:42.585Z | Downloaded zip v0.6.6 |
746 | 2024-12-19T20:59:42.591Z | Downloaded psl-types v2.0.11 |
747 | 2024-12-19T20:59:42.593Z | Downloaded proc-macro-crate v1.3.1 |
748 | 2024-12-19T20:59:42.596Z | Downloaded snafu-derive v0.8.5 |
749 | 2024-12-19T20:59:42.596Z | Downloaded uzers v0.12.1 |
750 | 2024-12-19T20:59:42.598Z | Downloaded strum_macros v0.25.3 |
751 | 2024-12-19T20:59:42.601Z | Downloaded nanorand v0.7.0 |
752 | 2024-12-19T20:59:42.603Z | Downloaded zerocopy v0.6.6 |
753 | 2024-12-19T20:59:42.606Z | Downloaded fatfs v0.3.6 |
754 | 2024-12-19T20:59:42.610Z | Downloaded rfc6979 v0.4.0 |
755 | 2024-12-19T20:59:42.612Z | Downloaded smallvec v0.6.14 |
756 | 2024-12-19T20:59:42.614Z | Downloaded paste v1.0.15 |
757 | 2024-12-19T20:59:42.617Z | Downloaded tokio-macros v2.4.0 |
758 | 2024-12-19T20:59:42.619Z | Downloaded secrecy v0.8.0 |
759 | 2024-12-19T20:59:42.619Z | Downloaded tokio-native-tls v0.3.1 |
760 | 2024-12-19T20:59:42.622Z | Downloaded sec1 v0.7.3 |
761 | 2024-12-19T20:59:42.624Z | Downloaded der_derive v0.7.3 |
762 | 2024-12-19T20:59:42.626Z | Downloaded oso v0.27.3 |
763 | 2024-12-19T20:59:42.629Z | Downloaded take_mut v0.2.2 |
764 | 2024-12-19T20:59:42.632Z | Downloaded typify v0.2.0 |
765 | 2024-12-19T20:59:42.635Z | Downloaded precomputed-hash v0.1.1 |
766 | 2024-12-19T20:59:42.635Z | Downloaded which v4.4.2 |
767 | 2024-12-19T20:59:42.637Z | Downloaded fxhash v0.2.1 |
768 | 2024-12-19T20:59:42.640Z | Downloaded derive_builder_macro v0.20.2 |
769 | 2024-12-19T20:59:42.640Z | Downloaded universal-hash v0.5.1 |
770 | 2024-12-19T20:59:42.640Z | Downloaded unicode-truncate v1.1.0 |
771 | 2024-12-19T20:59:42.642Z | Downloaded serde_yaml v0.9.34+deprecated |
772 | 2024-12-19T20:59:42.646Z | Downloaded form_urlencoded v1.2.1 |
773 | 2024-12-19T20:59:42.650Z | Downloaded fallible-iterator v0.3.0 |
774 | 2024-12-19T20:59:42.650Z | Downloaded displaydoc v0.2.5 |
775 | 2024-12-19T20:59:42.653Z | Downloaded parse-zoneinfo v0.3.1 |
776 | 2024-12-19T20:59:42.656Z | Downloaded slab v0.4.9 |
777 | 2024-12-19T20:59:42.658Z | Downloaded strum_macros v0.26.4 |
778 | 2024-12-19T20:59:42.660Z | Downloaded tokio-tungstenite v0.24.0 |
779 | 2024-12-19T20:59:42.663Z | Downloaded polyval v0.6.2 |
780 | 2024-12-19T20:59:42.665Z | Downloaded itertools v0.13.0 |
781 | 2024-12-19T20:59:42.674Z | Downloaded downcast v0.11.0 |
782 | 2024-12-19T20:59:42.676Z | Downloaded diesel_table_macro_syntax v0.2.0 |
783 | 2024-12-19T20:59:42.678Z | Downloaded sigpipe v0.1.3 |
784 | 2024-12-19T20:59:42.679Z | Downloaded futures-task v0.3.31 |
785 | 2024-12-19T20:59:42.679Z | Downloaded funty v2.0.0 |
786 | 2024-12-19T20:59:42.681Z | Downloaded oso-derive v0.27.3 |
787 | 2024-12-19T20:59:42.681Z | Downloaded slog-stdlog v4.1.1 |
788 | 2024-12-19T20:59:42.684Z | Downloaded slog-json v2.6.1 |
789 | 2024-12-19T20:59:42.687Z | Downloaded endian-type v0.1.2 |
790 | 2024-12-19T20:59:42.687Z | Downloaded postcard v1.0.10 |
791 | 2024-12-19T20:59:42.689Z | Downloaded postgres-protocol v0.6.7 |
792 | 2024-12-19T20:59:42.692Z | Downloaded shell-words v1.1.0 |
793 | 2024-12-19T20:59:42.694Z | Downloaded rpassword v7.3.1 |
794 | 2024-12-19T20:59:42.694Z | Downloaded thiserror-impl-no-std v2.0.2 |
795 | 2024-12-19T20:59:42.697Z | Downloaded headers v0.4.0 |
796 | 2024-12-19T20:59:42.701Z | Downloaded parse-display v0.10.0 |
797 | 2024-12-19T20:59:42.705Z | Downloaded foreign-types-macros v0.2.3 |
798 | 2024-12-19T20:59:42.705Z | Downloaded foreign-types v0.5.0 |
799 | 2024-12-19T20:59:42.707Z | Downloaded data-encoding v2.6.0 |
800 | 2024-12-19T20:59:42.707Z | Downloaded twox-hash v1.6.3 |
801 | 2024-12-19T20:59:42.710Z | Downloaded write16 v1.0.0 |
802 | 2024-12-19T20:59:42.712Z | Downloaded gethostname v0.5.0 |
803 | 2024-12-19T20:59:42.712Z | Downloaded debug-ignore v1.0.5 |
804 | 2024-12-19T20:59:42.715Z | Downloaded difflib v0.4.0 |
805 | 2024-12-19T20:59:42.715Z | Downloaded rusty-fork v0.3.0 |
806 | 2024-12-19T20:59:42.718Z | Downloaded strum v0.26.3 |
807 | 2024-12-19T20:59:42.720Z | Downloaded nu-ansi-term v0.50.1 |
808 | 2024-12-19T20:59:42.722Z | Downloaded unicode-properties v0.1.3 |
809 | 2024-12-19T20:59:42.725Z | Downloaded whoami v1.5.2 |
810 | 2024-12-19T20:59:42.727Z | Downloaded mockall_derive v0.13.0 |
811 | 2024-12-19T20:59:42.729Z | Downloaded simd-adler32 v0.3.7 |
812 | 2024-12-19T20:59:42.732Z | Downloaded signature v2.2.0 |
813 | 2024-12-19T20:59:42.734Z | Downloaded poly1305 v0.8.0 |
814 | 2024-12-19T20:59:42.736Z | Downloaded tar v0.4.42 |
815 | 2024-12-19T20:59:42.739Z | Downloaded pretty-hex v0.2.1 |
816 | 2024-12-19T20:59:42.742Z | Downloaded ron v0.8.1 |
817 | 2024-12-19T20:59:42.745Z | Downloaded sqlparser_derive v0.2.2 |
818 | 2024-12-19T20:59:42.748Z | Downloaded spin v0.5.2 |
819 | 2024-12-19T20:59:42.749Z | Downloaded num-conv v0.1.0 |
820 | 2024-12-19T20:59:42.752Z | Downloaded normalize-line-endings v0.3.0 |
821 | 2024-12-19T20:59:42.752Z | Downloaded diesel_derives v2.2.3 |
822 | 2024-12-19T20:59:42.754Z | Downloaded rustc-hash v2.0.0 |
823 | 2024-12-19T20:59:42.757Z | Downloaded want v0.3.1 |
824 | 2024-12-19T20:59:42.757Z | Downloaded spki v0.7.3 |
825 | 2024-12-19T20:59:42.760Z | Downloaded russh v0.45.0 |
826 | 2024-12-19T20:59:42.765Z | Downloaded enum-as-inner v0.6.1 |
827 | 2024-12-19T20:59:42.769Z | Downloaded rustfmt-wrapper v0.2.1 |
828 | 2024-12-19T20:59:42.772Z | Downloaded enum-as-inner v0.5.1 |
829 | 2024-12-19T20:59:42.772Z | Downloaded predicates v3.1.2 |
830 | 2024-12-19T20:59:42.775Z | Downloaded structmeta v0.3.0 |
831 | 2024-12-19T20:59:42.775Z | Downloaded synstructure v0.13.1 |
832 | 2024-12-19T20:59:42.778Z | Downloaded slog-term v2.9.1 |
833 | 2024-12-19T20:59:42.778Z | Downloaded diff v0.1.13 |
834 | 2024-12-19T20:59:42.781Z | Downloaded hashbrown v0.12.3 |
835 | 2024-12-19T20:59:42.786Z | Downloaded openssl-probe v0.1.5 |
836 | 2024-12-19T20:59:42.788Z | Downloaded zone_cfg_derive v0.3.0 |
837 | 2024-12-19T20:59:42.788Z | Downloaded zone_cfg_derive v0.1.2 |
838 | 2024-12-19T20:59:42.790Z | Downloaded parse-display-derive v0.10.0 |
839 | 2024-12-19T20:59:42.790Z | Downloaded owo-colors v4.1.0 |
840 | 2024-12-19T20:59:42.794Z | Downloaded tinyvec_macros v0.1.1 |
841 | 2024-12-19T20:59:42.798Z | Downloaded env_filter v0.1.2 |
842 | 2024-12-19T20:59:42.798Z | Downloaded rcgen v0.12.1 |
843 | 2024-12-19T20:59:42.800Z | Downloaded reedline v0.35.0 |
844 | 2024-12-19T20:59:42.806Z | Downloaded new_debug_unreachable v1.0.6 |
845 | 2024-12-19T20:59:42.809Z | Downloaded hkdf v0.12.4 |
846 | 2024-12-19T20:59:42.811Z | Downloaded vte_generate_state_changes v0.1.2 |
847 | 2024-12-19T20:59:42.811Z | Downloaded foreign-types v0.3.2 |
848 | 2024-12-19T20:59:42.813Z | Downloaded predicates-tree v1.0.11 |
849 | 2024-12-19T20:59:42.814Z | Downloaded blake3 v1.5.4 |
850 | 2024-12-19T20:59:42.821Z | Downloaded signal-hook-tokio v0.3.1 |
851 | 2024-12-19T20:59:42.825Z | Downloaded fallible-streaming-iterator v0.1.9 |
852 | 2024-12-19T20:59:42.825Z | Downloaded fallible-iterator v0.2.0 |
853 | 2024-12-19T20:59:42.828Z | Downloaded writeable v0.5.5 |
854 | 2024-12-19T20:59:42.828Z | Downloaded untrusted v0.9.0 |
855 | 2024-12-19T20:59:42.831Z | Downloaded serde-big-array v0.5.1 |
856 | 2024-12-19T20:59:42.831Z | Downloaded serde_repr v0.1.19 |
857 | 2024-12-19T20:59:42.836Z | Downloaded der v0.7.9 |
858 | 2024-12-19T20:59:42.839Z | Downloaded ppv-lite86 v0.2.20 |
859 | 2024-12-19T20:59:42.841Z | Downloaded tabwriter v1.4.0 |
860 | 2024-12-19T20:59:42.842Z | Downloaded phf_codegen v0.11.2 |
861 | 2024-12-19T20:59:42.842Z | Downloaded num-derive v0.4.2 |
862 | 2024-12-19T20:59:42.845Z | Downloaded parking_lot v0.12.3 |
863 | 2024-12-19T20:59:42.848Z | Downloaded resolv-conf v0.7.0 |
864 | 2024-12-19T20:59:42.851Z | Downloaded parking_lot_core v0.8.6 |
865 | 2024-12-19T20:59:42.851Z | Downloaded tough v0.19.0 |
866 | 2024-12-19T20:59:42.862Z | Downloaded primeorder v0.13.6 |
867 | 2024-12-19T20:59:42.865Z | Downloaded subtle v2.6.1 |
868 | 2024-12-19T20:59:42.865Z | Downloaded flume v0.11.1 |
869 | 2024-12-19T20:59:42.869Z | Downloaded group v0.13.0 |
870 | 2024-12-19T20:59:42.873Z | Downloaded native-tls v0.2.12 |
871 | 2024-12-19T20:59:42.873Z | Downloaded env_logger v0.10.2 |
872 | 2024-12-19T20:59:42.878Z | Downloaded rand_core v0.6.4 |
873 | 2024-12-19T20:59:42.878Z | Downloaded foldhash v0.1.3 |
874 | 2024-12-19T20:59:42.878Z | Downloaded rustls-webpki v0.101.7 |
875 | 2024-12-19T20:59:42.892Z | Downloaded utf16_iter v1.0.5 |
876 | 2024-12-19T20:59:42.896Z | Downloaded untrusted v0.7.1 |
877 | 2024-12-19T20:59:42.896Z | Downloaded darling_core v0.20.10 |
878 | 2024-12-19T20:59:42.899Z | Downloaded tungstenite v0.24.0 |
879 | 2024-12-19T20:59:42.902Z | Downloaded rand_seeder v0.3.0 |
880 | 2024-12-19T20:59:42.905Z | Downloaded slog v2.7.0 |
881 | 2024-12-19T20:59:42.907Z | Downloaded tiny-keccak v2.0.2 |
882 | 2024-12-19T20:59:42.910Z | Downloaded openssl-sys v0.9.103 |
883 | 2024-12-19T20:59:42.913Z | Downloaded zone v0.1.8 |
884 | 2024-12-19T20:59:42.916Z | Downloaded zeroize v1.8.1 |
885 | 2024-12-19T20:59:42.916Z | Downloaded tracing-attributes v0.1.27 |
886 | 2024-12-19T20:59:42.919Z | Downloaded time-macros v0.2.18 |
887 | 2024-12-19T20:59:42.923Z | Downloaded qorb v0.2.1 |
888 | 2024-12-19T20:59:42.926Z | Downloaded p521 v0.13.3 |
889 | 2024-12-19T20:59:42.929Z | Downloaded num-rational v0.4.2 |
890 | 2024-12-19T20:59:42.932Z | Downloaded postgres-types v0.2.8 |
891 | 2024-12-19T20:59:42.934Z | Downloaded ssh-key v0.6.6 |
892 | 2024-12-19T20:59:42.941Z | Downloaded ron v0.7.1 |
893 | 2024-12-19T20:59:42.945Z | Downloaded rayon-core v1.12.1 |
894 | 2024-12-19T20:59:42.950Z | Downloaded p256 v0.13.2 |
895 | 2024-12-19T20:59:42.954Z | Downloaded unicode_categories v0.1.1 |
896 | 2024-12-19T20:59:42.964Z | Downloaded num-iter v0.1.45 |
897 | 2024-12-19T20:59:42.968Z | Downloaded rustls-pemfile v2.2.0 |
898 | 2024-12-19T20:59:42.968Z | Downloaded parking_lot_core v0.9.10 |
899 | 2024-12-19T20:59:42.968Z | Downloaded socket2 v0.5.7 |
900 | 2024-12-19T20:59:42.968Z | Downloaded num v0.4.3 |
901 | 2024-12-19T20:59:42.968Z | Downloaded subprocess v0.2.9 |
902 | 2024-12-19T20:59:42.968Z | Downloaded walkdir v2.5.0 |
903 | 2024-12-19T20:59:42.970Z | Downloaded publicsuffix v2.2.3 |
904 | 2024-12-19T20:59:42.974Z | Downloaded zerovec v0.10.4 |
905 | 2024-12-19T20:59:42.980Z | Downloaded tinyvec v1.8.0 |
906 | 2024-12-19T20:59:42.983Z | Downloaded hashbrown v0.14.5 |
907 | 2024-12-19T20:59:42.987Z | Downloaded toml v0.7.8 |
908 | 2024-12-19T20:59:42.990Z | Downloaded num-traits v0.2.19 |
909 | 2024-12-19T20:59:42.993Z | Downloaded rusqlite v0.32.1 |
910 | 2024-12-19T20:59:43.000Z | Downloaded futures v0.3.31 |
911 | 2024-12-19T20:59:43.006Z | Downloaded tracing-core v0.1.32 |
912 | 2024-12-19T20:59:43.009Z | Downloaded rustyline v14.0.0 |
913 | 2024-12-19T20:59:43.015Z | Downloaded chrono v0.4.38 |
914 | 2024-12-19T20:59:43.022Z | Downloaded rustls-pki-types v1.9.0 |
915 | 2024-12-19T20:59:43.025Z | Downloaded half v2.4.1 |
916 | 2024-12-19T20:59:43.030Z | Downloaded ed25519-dalek v2.1.1 |
917 | 2024-12-19T20:59:43.035Z | Downloaded quick-xml v0.33.0 |
918 | 2024-12-19T20:59:43.038Z | Downloaded bindgen v0.69.5 |
919 | 2024-12-19T20:59:43.047Z | Downloaded unicode-normalization v0.1.24 |
920 | 2024-12-19T20:59:43.050Z | Downloaded tracing v0.1.40 |
921 | 2024-12-19T20:59:43.055Z | Downloaded serde_with v3.11.0 |
922 | 2024-12-19T20:59:43.065Z | Downloaded typed-path v0.9.3 |
923 | 2024-12-19T20:59:43.071Z | Downloaded url v2.5.3 |
924 | 2024-12-19T20:59:43.074Z | Downloaded quinn v0.11.5 |
925 | 2024-12-19T20:59:43.077Z | Downloaded lalrpop v0.19.12 |
926 | 2024-12-19T20:59:43.089Z | Downloaded bitvec v1.0.1 |
927 | 2024-12-19T20:59:43.105Z | Downloaded samael v0.0.17 |
928 | 2024-12-19T20:59:43.110Z | Downloaded icu_properties_data v1.5.0 |
929 | 2024-12-19T20:59:43.122Z | Downloaded utf-8 v0.7.6 |
930 | 2024-12-19T20:59:43.125Z | Downloaded phf_generator v0.11.2 |
931 | 2024-12-19T20:59:43.125Z | Downloaded expectorate v1.1.0 |
932 | 2024-12-19T20:59:43.129Z | Downloaded idna v0.5.0 |
933 | 2024-12-19T20:59:43.133Z | Downloaded proptest v1.5.0 |
934 | 2024-12-19T20:59:43.143Z | Downloaded num-bigint v0.4.6 |
935 | 2024-12-19T20:59:43.148Z | Downloaded num-bigint-dig v0.8.4 |
936 | 2024-12-19T20:59:43.154Z | Downloaded ref-cast-impl v1.0.23 |
937 | 2024-12-19T20:59:43.156Z | Downloaded powerfmt v0.2.0 |
938 | 2024-12-19T20:59:43.156Z | Downloaded phf v0.11.2 |
939 | 2024-12-19T20:59:43.156Z | Downloaded hash32 v0.3.1 |
940 | 2024-12-19T20:59:43.161Z | Downloaded hash32 v0.2.1 |
941 | 2024-12-19T20:59:43.161Z | Downloaded hyper v1.5.0 |
942 | 2024-12-19T20:59:43.166Z | Downloaded idna v0.4.0 |
943 | 2024-12-19T20:59:43.174Z | Downloaded nom v7.1.3 |
944 | 2024-12-19T20:59:43.179Z | Downloaded zip v2.1.3 |
945 | 2024-12-19T20:59:43.183Z | Downloaded tokio-util v0.7.12 |
946 | 2024-12-19T20:59:43.190Z | Downloaded unicode-segmentation v1.12.0 |
947 | 2024-12-19T20:59:43.194Z | Downloaded idna v0.3.0 |
948 | 2024-12-19T20:59:43.201Z | Downloaded git2 v0.19.0 |
949 | 2024-12-19T20:59:43.211Z | Downloaded idna v0.2.3 |
950 | 2024-12-19T20:59:43.217Z | Downloaded tui-tree-widget v0.22.0 |
951 | 2024-12-19T20:59:43.219Z | Downloaded object v0.30.4 |
952 | 2024-12-19T20:59:43.231Z | Downloaded time v0.3.36 |
953 | 2024-12-19T20:59:43.238Z | Downloaded regex v1.11.1 |
954 | 2024-12-19T20:59:43.249Z | Downloaded salty v0.3.0 |
955 | 2024-12-19T20:59:43.256Z | Downloaded reqwest v0.12.9 |
956 | 2024-12-19T20:59:43.265Z | Downloaded h2 v0.4.6 |
957 | 2024-12-19T20:59:43.273Z | Downloaded vcpkg v0.2.15 |
958 | 2024-12-19T20:59:43.310Z | Downloaded radix_trie v0.2.1 |
959 | 2024-12-19T20:59:43.316Z | Downloaded dropshot v0.12.0 |
960 | 2024-12-19T20:59:43.337Z | Downloaded sqlparser v0.45.0 |
961 | 2024-12-19T20:59:43.343Z | Downloaded regress v0.9.1 |
962 | 2024-12-19T20:59:43.350Z | Downloaded quinn-proto v0.11.8 |
963 | 2024-12-19T20:59:43.358Z | Downloaded webpki-roots v0.26.6 |
964 | 2024-12-19T20:59:43.361Z | Downloaded nix v0.27.1 |
965 | 2024-12-19T20:59:43.373Z | Downloaded rustls-webpki v0.102.8 |
966 | 2024-12-19T20:59:43.390Z | Downloaded rayon v1.10.0 |
967 | 2024-12-19T20:59:43.399Z | Downloaded dropshot v0.13.0 |
968 | 2024-12-19T20:59:43.421Z | Downloaded p384 v0.13.0 |
969 | 2024-12-19T20:59:43.427Z | Downloaded regex-syntax v0.6.29 |
970 | 2024-12-19T20:59:43.433Z | Downloaded openssl v0.10.66 |
971 | 2024-12-19T20:59:43.443Z | Downloaded gimli v0.31.1 |
972 | 2024-12-19T20:59:43.452Z | Downloaded polar-core v0.27.3 |
973 | 2024-12-19T20:59:43.462Z | Downloaded zerocopy v0.8.10 |
974 | 2024-12-19T20:59:43.485Z | Downloaded rustls v0.23.14 |
975 | 2024-12-19T20:59:43.498Z | Downloaded diesel v2.2.6 |
976 | 2024-12-19T20:59:43.515Z | Downloaded rustls v0.21.12 |
977 | 2024-12-19T20:59:43.527Z | Downloaded smoltcp v0.11.0 |
978 | 2024-12-19T20:59:43.538Z | Downloaded regress v0.10.1 |
979 | 2024-12-19T20:59:43.547Z | Downloaded typify-impl v0.2.0 |
980 | 2024-12-19T20:59:43.563Z | Downloaded trust-dns-proto v0.22.0 |
981 | 2024-12-19T20:59:43.576Z | Downloaded openapiv3 v2.0.0 |
982 | 2024-12-19T20:59:43.587Z | Downloaded nix v0.28.0 |
983 | 2024-12-19T20:59:43.599Z | Downloaded rustls v0.22.4 |
984 | 2024-12-19T20:59:43.611Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
985 | 2024-12-19T20:59:43.624Z | Downloaded object v0.36.5 |
986 | 2024-12-19T20:59:43.635Z | Downloaded regex-syntax v0.8.5 |
987 | 2024-12-19T20:59:43.643Z | Downloaded bstr v1.10.0 |
988 | 2024-12-19T20:59:43.655Z | Downloaded nix v0.29.0 |
989 | 2024-12-19T20:59:43.664Z | Downloaded hickory-proto v0.24.1 |
990 | 2024-12-19T20:59:43.680Z | Downloaded chrono-tz v0.10.0 |
991 | 2024-12-19T20:59:43.688Z | Downloaded unicode-width v0.2.0 |
992 | 2024-12-19T20:59:43.695Z | Downloaded petname v2.0.2 |
993 | 2024-12-19T20:59:43.699Z | Downloaded smoltcp v0.9.1 |
994 | 2024-12-19T20:59:43.710Z | Downloaded curve25519-dalek v4.1.3 |
995 | 2024-12-19T20:59:43.719Z | Downloaded winnow v0.5.40 |
996 | 2024-12-19T20:59:43.728Z | Downloaded sled v0.34.7 |
997 | 2024-12-19T20:59:43.739Z | Downloaded ratatui v0.28.1 |
998 | 2024-12-19T20:59:43.758Z | Downloaded futures-util v0.3.31 |
999 | 2024-12-19T20:59:43.769Z | Downloaded portable-atomic v1.9.0 |
1000 | 2024-12-19T20:59:43.775Z | Downloaded thread_local v1.1.8 |
1001 | 2024-12-19T20:59:43.778Z | Downloaded csv v1.3.0 |
1002 | 2024-12-19T20:59:43.800Z | Downloaded dhcproto v0.12.0 |
1003 | 2024-12-19T20:59:43.803Z | Downloaded flate2 v1.0.34 |
1004 | 2024-12-19T20:59:43.806Z | Downloaded itertools v0.12.1 |
1005 | 2024-12-19T20:59:43.812Z | Downloaded regex-automata v0.4.8 |
1006 | 2024-12-19T20:59:43.830Z | Downloaded idna v1.0.3 |
1007 | 2024-12-19T20:59:43.833Z | Downloaded packed_struct_codegen v0.10.1 |
1008 | 2024-12-19T20:59:43.836Z | Downloaded num-integer v0.1.46 |
1009 | 2024-12-19T20:59:43.839Z | Downloaded crossterm v0.28.1 |
1010 | 2024-12-19T20:59:43.842Z | Downloaded zerocopy-derive v0.6.6 |
1011 | 2024-12-19T20:59:43.852Z | Downloaded password-hash v0.5.0 |
1012 | 2024-12-19T20:59:43.856Z | Downloaded multer v3.1.0 |
1013 | 2024-12-19T20:59:43.860Z | Downloaded env_logger v0.11.5 |
1014 | 2024-12-19T20:59:43.862Z | Downloaded petgraph v0.6.5 |
1015 | 2024-12-19T20:59:43.877Z | Downloaded lzma-sys v0.1.20 |
1016 | 2024-12-19T20:59:43.908Z | Downloaded yasna v0.5.2 |
1017 | 2024-12-19T20:59:43.912Z | Downloaded mio v1.0.2 |
1018 | 2024-12-19T20:59:43.928Z | Downloaded filetime v0.2.25 |
1019 | 2024-12-19T20:59:43.928Z | Downloaded foreign-types-shared v0.3.1 |
1020 | 2024-12-19T20:59:43.928Z | Downloaded tokio v1.40.0 |
1021 | 2024-12-19T20:59:43.971Z | Downloaded hashbrown v0.13.2 |
1022 | 2024-12-19T20:59:43.976Z | Downloaded libxml v0.3.3 |
1023 | 2024-12-19T20:59:43.984Z | Downloaded unsafe-libyaml v0.2.11 |
1024 | 2024-12-19T20:59:43.988Z | Downloaded serde_with_macros v3.11.0 |
1025 | 2024-12-19T20:59:43.990Z | Downloaded dropshot_endpoint v0.13.0 |
1026 | 2024-12-19T20:59:43.994Z | Downloaded libz-sys v1.1.20 |
1027 | 2024-12-19T20:59:44.017Z | Downloaded tokio-postgres v0.7.12 |
1028 | 2024-12-19T20:59:44.022Z | Downloaded tungstenite v0.23.0 |
1029 | 2024-12-19T20:59:44.025Z | Downloaded x509-cert v0.2.5 |
1030 | 2024-12-19T20:59:44.031Z | Downloaded signal-hook-registry v1.4.2 |
1031 | 2024-12-19T20:59:44.034Z | Downloaded tokio-tungstenite v0.23.1 |
1032 | 2024-12-19T20:59:44.039Z | Downloaded tokio-tungstenite v0.21.0 |
1033 | 2024-12-19T20:59:44.042Z | Downloaded pkcs5 v0.7.1 |
1034 | 2024-12-19T20:59:44.042Z | Downloaded libm v0.2.8 |
1035 | 2024-12-19T20:59:44.048Z | Downloaded steno v0.4.1 |
1036 | 2024-12-19T20:59:44.052Z | Downloaded itertools v0.10.5 |
1037 | 2024-12-19T20:59:44.059Z | Downloaded yoke v0.7.4 |
1038 | 2024-12-19T20:59:44.062Z | Downloaded minimal-lexical v0.2.1 |
1039 | 2024-12-19T20:59:44.065Z | Downloaded sha3 v0.10.8 |
1040 | 2024-12-19T20:59:44.070Z | Downloaded hickory-server v0.24.1 |
1041 | 2024-12-19T20:59:44.074Z | Downloaded rustls-pemfile v1.0.4 |
1042 | 2024-12-19T20:59:44.077Z | Downloaded r2d2 v0.8.10 |
1043 | 2024-12-19T20:59:44.080Z | Downloaded uuid v1.11.0 |
1044 | 2024-12-19T20:59:44.083Z | Downloaded dropshot_endpoint v0.12.0 |
1045 | 2024-12-19T20:59:44.086Z | Downloaded tokio-rustls v0.25.0 |
1046 | 2024-12-19T20:59:44.086Z | Downloaded ff v0.13.0 |
1047 | 2024-12-19T20:59:44.089Z | Downloaded diesel-dtrace v0.4.0 |
1048 | 2024-12-19T20:59:44.089Z | Downloaded hashlink v0.9.1 |
1049 | 2024-12-19T20:59:44.091Z | Downloaded futures-channel v0.3.31 |
1050 | 2024-12-19T20:59:44.094Z | Downloaded rsa v0.9.6 |
1051 | 2024-12-19T20:59:44.097Z | Downloaded radium v0.7.0 |
1052 | 2024-12-19T20:59:44.100Z | Downloaded const_format v0.2.33 |
1053 | 2024-12-19T20:59:44.103Z | Downloaded cc v1.1.30 |
1054 | 2024-12-19T20:59:44.105Z | Downloaded bumpalo v3.16.0 |
1055 | 2024-12-19T20:59:44.109Z | Downloaded omicron-zone-package v0.11.1 |
1056 | 2024-12-19T20:59:44.112Z | Downloaded mockall v0.13.0 |
1057 | 2024-12-19T20:59:44.114Z | Downloaded pin-project v1.1.6 |
1058 | 2024-12-19T20:59:44.124Z | Downloaded crypto-bigint v0.5.5 |
1059 | 2024-12-19T20:59:44.129Z | Downloaded futures-sink v0.3.31 |
1060 | 2024-12-19T20:59:44.132Z | Downloaded schemars v0.8.21 |
1061 | 2024-12-19T20:59:44.142Z | Downloaded futures-io v0.3.31 |
1062 | 2024-12-19T20:59:44.145Z | Downloaded getrandom v0.2.15 |
1063 | 2024-12-19T20:59:44.148Z | Downloaded signal-hook v0.3.17 |
1064 | 2024-12-19T20:59:44.150Z | Downloaded spin v0.9.8 |
1065 | 2024-12-19T20:59:44.154Z | Downloaded serde_derive_internals v0.29.1 |
1066 | 2024-12-19T20:59:44.154Z | Downloaded test-strategy v0.3.1 |
1067 | 2024-12-19T20:59:44.156Z | Downloaded crossbeam-epoch v0.9.18 |
1068 | 2024-12-19T20:59:44.159Z | Downloaded aws-lc-rs v1.10.0 |
1069 | 2024-12-19T20:59:44.168Z | Downloaded backtrace v0.3.74 |
1070 | 2024-12-19T20:59:44.173Z | Downloaded arc-swap v1.7.1 |
1071 | 2024-12-19T20:59:44.177Z | Downloaded rand_xorshift v0.3.0 |
1072 | 2024-12-19T20:59:44.180Z | Downloaded quick-error v1.2.3 |
1073 | 2024-12-19T20:59:44.180Z | Downloaded crc-any v2.5.0 |
1074 | 2024-12-19T20:59:44.182Z | Downloaded dirs-next v2.0.0 |
1075 | 2024-12-19T20:59:44.184Z | Downloaded derive_builder v0.20.2 |
1076 | 2024-12-19T20:59:44.189Z | Downloaded vergen v8.3.2 |
1077 | 2024-12-19T20:59:44.191Z | Downloaded cookie v0.18.1 |
1078 | 2024-12-19T20:59:44.194Z | Downloaded const-oid v0.9.6 |
1079 | 2024-12-19T20:59:44.198Z | Downloaded clang-sys v1.8.1 |
1080 | 2024-12-19T20:59:44.200Z | Downloaded quinn-udp v0.5.5 |
1081 | 2024-12-19T20:59:44.203Z | Downloaded flagset v0.4.6 |
1082 | 2024-12-19T20:59:44.203Z | Downloaded ena v0.14.3 |
1083 | 2024-12-19T20:59:44.206Z | Downloaded embedded-io v0.4.0 |
1084 | 2024-12-19T20:59:44.206Z | Downloaded sqlformat v0.2.6 |
1085 | 2024-12-19T20:59:44.209Z | Downloaded tls_codec v0.4.1 |
1086 | 2024-12-19T20:59:44.209Z | Downloaded csv-core v0.1.11 |
1087 | 2024-12-19T20:59:44.212Z | Downloaded ctr v0.9.2 |
1088 | 2024-12-19T20:59:44.212Z | Downloaded encoding_rs v0.8.34 |
1089 | 2024-12-19T20:59:44.232Z | Downloaded base64ct v1.6.0 |
1090 | 2024-12-19T20:59:44.235Z | Downloaded number_prefix v0.4.0 |
1091 | 2024-12-19T20:59:44.237Z | Downloaded zerofrom-derive v0.1.4 |
1092 | 2024-12-19T20:59:44.241Z | Downloaded ciborium v0.2.2 |
1093 | 2024-12-19T20:59:44.241Z | Downloaded const_format_proc_macros v0.2.33 |
1094 | 2024-12-19T20:59:44.244Z | Downloaded console v0.15.8 |
1095 | 2024-12-19T20:59:44.247Z | Downloaded ciborium-ll v0.2.2 |
1096 | 2024-12-19T20:59:44.247Z | Downloaded string_cache v0.8.7 |
1097 | 2024-12-19T20:59:44.247Z | Downloaded static_assertions v1.1.0 |
1098 | 2024-12-19T20:59:44.250Z | Downloaded slog-dtrace v0.3.0 |
1099 | 2024-12-19T20:59:44.250Z | Downloaded slog-async v2.8.0 |
1100 | 2024-12-19T20:59:44.253Z | Downloaded shlex v1.3.0 |
1101 | 2024-12-19T20:59:44.253Z | Downloaded crc32fast v1.4.2 |
1102 | 2024-12-19T20:59:44.253Z | Downloaded strip-ansi-escapes v0.2.0 |
1103 | 2024-12-19T20:59:44.257Z | Downloaded scrypt v0.11.0 |
1104 | 2024-12-19T20:59:44.257Z | Downloaded schemars_derive v0.8.21 |
1105 | 2024-12-19T20:59:44.259Z | Downloaded hickory-resolver v0.24.1 |
1106 | 2024-12-19T20:59:44.261Z | Downloaded salsa20 v0.10.2 |
1107 | 2024-12-19T20:59:44.263Z | Downloaded progenitor-macro v0.8.0 |
1108 | 2024-12-19T20:59:44.264Z | Downloaded hyper-rustls v0.27.3 |
1109 | 2024-12-19T20:59:44.267Z | Downloaded colored v2.1.0 |
1110 | 2024-12-19T20:59:44.267Z | Downloaded chacha20 v0.9.1 |
1111 | 2024-12-19T20:59:44.270Z | Downloaded cassowary v0.3.0 |
1112 | 2024-12-19T20:59:44.270Z | Downloaded bb8 v0.8.5 |
1113 | 2024-12-19T20:59:44.272Z | Downloaded libloading v0.8.5 |
1114 | 2024-12-19T20:59:44.272Z | Downloaded internet-checksum v0.2.1 |
1115 | 2024-12-19T20:59:44.275Z | Downloaded hyper-staticfile v0.10.1 |
1116 | 2024-12-19T20:59:44.275Z | Downloaded bitflags v1.3.2 |
1117 | 2024-12-19T20:59:44.279Z | Downloaded bitfield-struct v0.6.2 |
1118 | 2024-12-19T20:59:44.284Z | Downloaded hyper-tls v0.6.0 |
1119 | 2024-12-19T20:59:44.284Z | Downloaded bit-set v0.5.3 |
1120 | 2024-12-19T20:59:44.284Z | Downloaded async-recursion v1.1.1 |
1121 | 2024-12-19T20:59:44.287Z | Downloaded cfg_aliases v0.1.1 |
1122 | 2024-12-19T20:59:44.287Z | Downloaded impl-trait-for-tuples v0.2.2 |
1123 | 2024-12-19T20:59:44.287Z | Downloaded hubpack v0.1.2 |
1124 | 2024-12-19T20:59:44.290Z | Downloaded atomic-waker v1.1.2 |
1125 | 2024-12-19T20:59:44.290Z | Downloaded ascii-canvas v3.0.0 |
1126 | 2024-12-19T20:59:44.290Z | Downloaded inout v0.1.3 |
1127 | 2024-12-19T20:59:44.292Z | Downloaded async-bb8-diesel v0.2.1 |
1128 | 2024-12-19T20:59:44.295Z | Downloaded bcrypt-pbkdf v0.10.0 |
1129 | 2024-12-19T20:59:44.295Z | Downloaded bcs v0.1.6 |
1130 | 2024-12-19T20:59:44.295Z | Downloaded base64 v0.22.1 |
1131 | 2024-12-19T20:59:44.298Z | Downloaded assert_matches v1.5.0 |
1132 | 2024-12-19T20:59:44.301Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1133 | 2024-12-19T20:59:44.354Z | Downloaded match_cfg v0.1.0 |
1134 | 2024-12-19T20:59:44.357Z | Downloaded atomicwrites v0.4.4 |
1135 | 2024-12-19T20:59:44.357Z | Downloaded backoff v0.4.0 |
1136 | 2024-12-19T20:59:44.360Z | Downloaded arrayref v0.3.9 |
1137 | 2024-12-19T20:59:44.360Z | Downloaded array-init v0.0.4 |
1138 | 2024-12-19T20:59:44.360Z | Downloaded allocator-api2 v0.2.18 |
1139 | 2024-12-19T20:59:44.363Z | Downloaded adler2 v2.0.0 |
1140 | 2024-12-19T20:59:44.596Z | Downloaded ring v0.17.8 |
1141 | 2024-12-19T20:59:44.892Z | Downloaded ring v0.16.20 |
1142 | 2024-12-19T20:59:44.975Z | Downloaded libsqlite3-sys v0.30.1 |
1143 | 2024-12-19T20:59:45.059Z | Downloaded aws-lc-sys v0.22.0 |
1144 | 2024-12-19T20:59:45.366Z | Compiling serde v1.0.215 |
1145 | 2024-12-19T20:59:45.369Z | Compiling lock_api v0.4.12 |
1146 | 2024-12-19T20:59:45.369Z | Compiling scopeguard v1.2.0 |
1147 | 2024-12-19T20:59:45.369Z | Compiling value-bag v1.9.0 |
1148 | 2024-12-19T20:59:45.527Z | Compiling typenum v1.17.0 |
1149 | 2024-12-19T20:59:45.530Z | Compiling generic-array v0.14.7 |
1150 | 2024-12-19T20:59:45.591Z | Compiling syn v2.0.87 |
1151 | 2024-12-19T20:59:45.609Z | Compiling getrandom v0.2.15 |
1152 | 2024-12-19T20:59:45.665Z | Compiling subtle v2.6.1 |
1153 | 2024-12-19T20:59:45.888Z | Compiling rand_core v0.6.4 |
1154 | 2024-12-19T20:59:46.022Z | Compiling shlex v1.3.0 |
1155 | 2024-12-19T20:59:46.089Z | Compiling log v0.4.22 |
1156 | 2024-12-19T20:59:46.132Z | Compiling jobserver v0.1.32 |
1157 | 2024-12-19T20:59:46.234Z | Compiling smallvec v1.13.2 |
1158 | 2024-12-19T20:59:46.468Z | Compiling const-oid v0.9.6 |
1159 | 2024-12-19T20:59:46.489Z | Compiling cc v1.1.30 |
1160 | 2024-12-19T20:59:46.512Z | Compiling spin v0.9.8 |
1161 | 2024-12-19T20:59:46.647Z | Compiling pin-project-lite v0.2.14 |
1162 | 2024-12-19T20:59:46.797Z | Compiling rustix v0.38.37 |
1163 | 2024-12-19T20:59:46.894Z | Compiling parking_lot_core v0.9.10 |
1164 | 2024-12-19T20:59:47.003Z | Compiling futures-core v0.3.31 |
1165 | 2024-12-19T20:59:47.062Z | Compiling signal-hook-registry v1.4.2 |
1166 | 2024-12-19T20:59:47.270Z | Compiling mio v1.0.2 |
1167 | 2024-12-19T20:59:47.665Z | Compiling aho-corasick v1.1.3 |
1168 | 2024-12-19T20:59:47.914Z | Compiling parking_lot v0.12.3 |
1169 | 2024-12-19T20:59:47.986Z | Compiling either v1.13.0 |
1170 | 2024-12-19T20:59:48.194Z | Compiling cpufeatures v0.2.14 |
1171 | 2024-12-19T20:59:48.298Z | Compiling regex-syntax v0.8.5 |
1172 | 2024-12-19T20:59:48.351Z | Compiling lazy_static v1.5.0 |
1173 | 2024-12-19T20:59:48.418Z | Compiling glob v0.3.1 |
1174 | 2024-12-19T20:59:48.463Z | Compiling stable_deref_trait v1.2.0 |
1175 | 2024-12-19T20:59:48.484Z | Compiling futures-sink v0.3.31 |
1176 | 2024-12-19T20:59:48.579Z | Compiling socket2 v0.5.7 |
1177 | 2024-12-19T20:59:48.647Z | Compiling slab v0.4.9 |
1178 | 2024-12-19T20:59:48.828Z | Compiling prettyplease v0.2.25 |
1179 | 2024-12-19T20:59:49.173Z | Compiling minimal-lexical v0.2.1 |
1180 | 2024-12-19T20:59:49.501Z | Compiling clang-sys v1.8.1 |
1181 | 2024-12-19T20:59:49.542Z | Compiling libloading v0.8.5 |
1182 | 2024-12-19T20:59:49.626Z | Compiling nom v7.1.3 |
1183 | 2024-12-19T20:59:49.706Z | Compiling bindgen v0.69.5 |
1184 | 2024-12-19T20:59:49.972Z | Compiling home v0.5.9 |
1185 | 2024-12-19T20:59:50.237Z | Compiling serde_json v1.0.132 |
1186 | 2024-12-19T20:59:50.547Z | Compiling futures-channel v0.3.31 |
1187 | 2024-12-19T20:59:50.599Z | Compiling itertools v0.12.1 |
1188 | 2024-12-19T20:59:50.850Z | Compiling rustc-hash v1.1.0 |
1189 | 2024-12-19T20:59:50.992Z | Compiling allocator-api2 v0.2.18 |
1190 | 2024-12-19T20:59:51.013Z | Compiling pin-utils v0.1.0 |
1191 | 2024-12-19T20:59:51.120Z | Compiling lazycell v1.3.0 |
1192 | 2024-12-19T20:59:51.300Z | Compiling futures-io v0.3.31 |
1193 | 2024-12-19T20:59:51.620Z | Compiling foldhash v0.1.3 |
1194 | 2024-12-19T20:59:51.866Z | Compiling futures-task v0.3.31 |
1195 | 2024-12-19T20:59:51.921Z | Compiling hashbrown v0.15.1 |
1196 | 2024-12-19T20:59:52.193Z | Compiling regex-automata v0.4.8 |
1197 | 2024-12-19T20:59:53.280Z | Compiling synstructure v0.13.1 |
1198 | 2024-12-19T20:59:53.422Z | Compiling cexpr v0.6.0 |
1199 | 2024-12-19T20:59:53.810Z | Compiling cmake v0.1.51 |
1200 | 2024-12-19T20:59:54.915Z | Compiling fs_extra v1.3.0 |
1201 | 2024-12-19T20:59:55.059Z | Compiling tinyvec_macros v0.1.1 |
1202 | 2024-12-19T20:59:55.155Z | Compiling dunce v1.0.5 |
1203 | 2024-12-19T20:59:55.239Z | Compiling pkg-config v0.3.31 |
1204 | 2024-12-19T20:59:55.287Z | Compiling libm v0.2.8 |
1205 | 2024-12-19T20:59:55.308Z | Compiling tinyvec v1.8.0 |
1206 | 2024-12-19T20:59:55.476Z | Compiling num-traits v0.2.19 |
1207 | 2024-12-19T20:59:55.993Z | Compiling ring v0.17.8 |
1208 | 2024-12-19T20:59:56.595Z | Compiling unicode-bidi v0.3.17 |
1209 | 2024-12-19T20:59:56.795Z | Compiling unicode-normalization v0.1.24 |
1210 | 2024-12-19T20:59:56.798Z | Compiling paste v1.0.15 |
1211 | 2024-12-19T20:59:57.069Z | Compiling writeable v0.5.5 |
1212 | 2024-12-19T20:59:57.127Z | Compiling base64ct v1.6.0 |
1213 | 2024-12-19T20:59:57.296Z | Compiling litemap v0.7.3 |
1214 | 2024-12-19T20:59:57.664Z | Compiling pem-rfc7468 v0.7.0 |
1215 | 2024-12-19T20:59:57.729Z | Compiling regex v1.11.1 |
1216 | 2024-12-19T20:59:58.013Z | Compiling aws-lc-rs v1.10.0 |
1217 | 2024-12-19T20:59:58.359Z | Compiling flagset v0.4.6 |
1218 | 2024-12-19T20:59:58.466Z | Compiling httparse v1.9.5 |
1219 | 2024-12-19T20:59:58.813Z | Compiling tracing-core v0.1.32 |
1220 | 2024-12-19T20:59:59.318Z | Compiling percent-encoding v2.3.1 |
1221 | 2024-12-19T20:59:59.692Z | Compiling crossbeam-utils v0.8.20 |
1222 | 2024-12-19T20:59:59.762Z | Compiling icu_locid_transform_data v1.5.0 |
1223 | 2024-12-19T20:59:59.871Z | Compiling rustls-pki-types v1.9.0 |
1224 | 2024-12-19T21:00:00.201Z | Compiling powerfmt v0.2.0 |
1225 | 2024-12-19T21:00:00.250Z | Compiling serde_derive v1.0.215 |
1226 | 2024-12-19T21:00:00.271Z | Compiling zeroize_derive v1.4.2 |
1227 | 2024-12-19T21:00:00.590Z | Compiling zerocopy-derive v0.7.35 |
1228 | 2024-12-19T21:00:00.673Z | Compiling tokio-macros v2.4.0 |
1229 | 2024-12-19T21:00:00.958Z | Compiling zerofrom-derive v0.1.4 |
1230 | 2024-12-19T21:00:01.824Z | Compiling zeroize v1.8.1 |
1231 | 2024-12-19T21:00:02.319Z | Compiling yoke-derive v0.7.4 |
1232 | 2024-12-19T21:00:02.378Z | Compiling thiserror-impl v1.0.69 |
1233 | 2024-12-19T21:00:02.865Z | Compiling zerocopy v0.7.35 |
1234 | 2024-12-19T21:00:03.608Z | Compiling crypto-common v0.1.6 |
1235 | 2024-12-19T21:00:03.754Z | Compiling block-buffer v0.10.4 |
1236 | 2024-12-19T21:00:03.848Z | Compiling futures-macro v0.3.31 |
1237 | 2024-12-19T21:00:04.088Z | Compiling digest v0.10.7 |
1238 | 2024-12-19T21:00:04.575Z | Compiling hmac v0.12.1 |
1239 | 2024-12-19T21:00:04.599Z | Compiling zerovec-derive v0.10.3 |
1240 | 2024-12-19T21:00:04.833Z | Compiling block-padding v0.3.3 |
1241 | 2024-12-19T21:00:05.076Z | Compiling displaydoc v0.2.5 |
1242 | 2024-12-19T21:00:05.147Z | Compiling zerofrom v0.1.4 |
1243 | 2024-12-19T21:00:05.199Z | Compiling inout v0.1.3 |
1244 | 2024-12-19T21:00:05.395Z | Compiling sha2 v0.10.8 |
1245 | 2024-12-19T21:00:05.461Z | Compiling cipher v0.4.4 |
1246 | 2024-12-19T21:00:05.482Z | Compiling yoke v0.7.4 |
1247 | 2024-12-19T21:00:05.867Z | Compiling thiserror v1.0.69 |
1248 | 2024-12-19T21:00:05.870Z | Compiling ppv-lite86 v0.2.20 |
1249 | 2024-12-19T21:00:05.878Z | Compiling futures-util v0.3.31 |
1250 | 2024-12-19T21:00:05.956Z | Compiling der_derive v0.7.3 |
1251 | 2024-12-19T21:00:05.998Z | Compiling icu_provider_macros v1.5.0 |
1252 | 2024-12-19T21:00:06.704Z | Compiling rand_chacha v0.3.1 |
1253 | 2024-12-19T21:00:06.819Z | Compiling tracing-attributes v0.1.27 |
1254 | 2024-12-19T21:00:07.155Z | Compiling rand v0.8.5 |
1255 | 2024-12-19T21:00:07.351Z | Compiling zerovec v0.10.4 |
1256 | 2024-12-19T21:00:08.504Z | Compiling der v0.7.9 |
1257 | 2024-12-19T21:00:08.917Z | Compiling salsa20 v0.10.2 |
1258 | 2024-12-19T21:00:09.146Z | Compiling pest v2.7.14 |
1259 | 2024-12-19T21:00:09.209Z | Compiling pbkdf2 v0.12.2 |
1260 | 2024-12-19T21:00:09.409Z | Compiling tinystr v0.7.6 |
1261 | 2024-12-19T21:00:09.465Z | Compiling icu_collections v1.5.0 |
1262 | 2024-12-19T21:00:09.681Z | Compiling untrusted v0.9.0 |
1263 | 2024-12-19T21:00:09.865Z | Compiling icu_locid v1.5.0 |
1264 | 2024-12-19T21:00:09.888Z | Compiling vcpkg v0.2.15 |
1265 | 2024-12-19T21:00:10.667Z | Compiling tracing v0.1.40 |
1266 | 2024-12-19T21:00:10.950Z | Compiling spki v0.7.3 |
1267 | 2024-12-19T21:00:11.186Z | Compiling icu_provider v1.5.0 |
1268 | 2024-12-19T21:00:11.326Z | Compiling time-core v0.1.2 |
1269 | 2024-12-19T21:00:11.506Z | Compiling untrusted v0.7.1 |
1270 | 2024-12-19T21:00:11.694Z | Compiling mirai-annotations v1.12.0 |
1271 | 2024-12-19T21:00:11.888Z | Compiling icu_locid_transform v1.5.0 |
1272 | 2024-12-19T21:00:11.917Z | Compiling num-conv v0.1.0 |
1273 | 2024-12-19T21:00:12.150Z | Compiling icu_properties_data v1.5.0 |
1274 | 2024-12-19T21:00:12.215Z | Compiling time-macros v0.2.18 |
1275 | 2024-12-19T21:00:12.250Z | Compiling openssl-sys v0.9.103 |
1276 | 2024-12-19T21:00:12.292Z | Compiling pest_meta v2.7.14 |
1277 | 2024-12-19T21:00:12.313Z | Compiling scrypt v0.11.0 |
1278 | 2024-12-19T21:00:12.393Z | Compiling cbc v0.1.2 |
1279 | 2024-12-19T21:00:12.633Z | Compiling aes v0.8.4 |
1280 | 2024-12-19T21:00:12.935Z | Compiling deranged v0.3.11 |
1281 | 2024-12-19T21:00:13.345Z | Compiling icu_properties v1.5.1 |
1282 | 2024-12-19T21:00:14.617Z | Compiling bitflags v2.6.0 |
1283 | 2024-12-19T21:00:14.888Z | Compiling bytes v1.8.0 |
1284 | 2024-12-19T21:00:15.447Z | Compiling indexmap v2.6.0 |
1285 | 2024-12-19T21:00:15.560Z | Compiling semver v1.0.23 |
1286 | 2024-12-19T21:00:16.155Z | Compiling tokio v1.40.0 |
1287 | 2024-12-19T21:00:16.241Z | Compiling http v1.1.0 |
1288 | 2024-12-19T21:00:16.323Z | Compiling rustc_version v0.4.1 |
1289 | 2024-12-19T21:00:17.115Z | Compiling scroll_derive v0.12.0 |
1290 | 2024-12-19T21:00:17.566Z | Compiling utf8_iter v1.0.4 |
1291 | 2024-12-19T21:00:17.821Z | Compiling utf16_iter v1.0.5 |
1292 | 2024-12-19T21:00:18.029Z | Compiling num_threads v0.1.7 |
1293 | 2024-12-19T21:00:18.152Z | Compiling atomic-waker v1.1.2 |
1294 | 2024-12-19T21:00:18.167Z | Compiling write16 v1.0.0 |
1295 | 2024-12-19T21:00:18.218Z | Compiling icu_normalizer_data v1.5.0 |
1296 | 2024-12-19T21:00:18.298Z | Compiling time v0.3.36 |
1297 | 2024-12-19T21:00:18.330Z | Compiling icu_normalizer v1.5.0 |
1298 | 2024-12-19T21:00:18.344Z | Compiling http-body v1.0.1 |
1299 | 2024-12-19T21:00:18.378Z | Compiling pkcs5 v0.7.1 |
1300 | 2024-12-19T21:00:18.577Z | Compiling pest_generator v2.7.14 |
1301 | 2024-12-19T21:00:18.606Z | Compiling scroll v0.12.0 |
1302 | 2024-12-19T21:00:18.894Z | Compiling form_urlencoded v1.2.1 |
1303 | 2024-12-19T21:00:19.211Z | Compiling which v4.4.2 |
1304 | 2024-12-19T21:00:19.255Z | Compiling try-lock v0.2.5 |
1305 | 2024-12-19T21:00:19.424Z | Compiling slog v2.7.0 |
1306 | 2024-12-19T21:00:19.827Z | Compiling goblin v0.8.2 |
1307 | 2024-12-19T21:00:20.038Z | Compiling want v0.3.1 |
1308 | 2024-12-19T21:00:20.333Z | Compiling idna_adapter v1.2.0 |
1309 | 2024-12-19T21:00:20.336Z | Compiling pkcs8 v0.10.2 |
1310 | 2024-12-19T21:00:20.461Z | Compiling httpdate v1.0.3 |
1311 | 2024-12-19T21:00:20.551Z | Compiling idna v1.0.3 |
1312 | 2024-12-19T21:00:20.737Z | Compiling pest_derive v2.7.14 |
1313 | 2024-12-19T21:00:21.082Z | Compiling serde_spanned v0.6.8 |
1314 | 2024-12-19T21:00:21.327Z | Compiling uuid v1.11.0 |
1315 | 2024-12-19T21:00:21.526Z | Compiling dtrace-parser v0.2.0 |
1316 | 2024-12-19T21:00:21.716Z | Compiling toml_datetime v0.6.8 |
1317 | 2024-12-19T21:00:22.249Z | Compiling serde_tokenstream v0.2.2 |
1318 | 2024-12-19T21:00:22.411Z | Compiling base64 v0.22.1 |
1319 | 2024-12-19T21:00:22.799Z | Compiling iana-time-zone v0.1.61 |
1320 | 2024-12-19T21:00:22.869Z | Compiling foreign-types-shared v0.1.1 |
1321 | 2024-12-19T21:00:22.986Z | Compiling tower-service v0.3.3 |
1322 | 2024-12-19T21:00:23.116Z | Compiling match_cfg v0.1.0 |
1323 | 2024-12-19T21:00:23.169Z | Compiling rustversion v1.0.17 |
1324 | 2024-12-19T21:00:23.215Z | Compiling openssl v0.10.66 |
1325 | 2024-12-19T21:00:23.270Z | Compiling adler2 v2.0.0 |
1326 | 2024-12-19T21:00:23.484Z | Compiling miniz_oxide v0.8.0 |
1327 | 2024-12-19T21:00:23.610Z | Compiling hostname v0.3.1 |
1328 | 2024-12-19T21:00:23.661Z | Compiling chrono v0.4.38 |
1329 | 2024-12-19T21:00:23.721Z | Compiling foreign-types v0.3.2 |
1330 | 2024-12-19T21:00:23.822Z | Compiling url v2.5.3 |
1331 | 2024-12-19T21:00:23.958Z | Compiling async-trait v0.1.83 |
1332 | 2024-12-19T21:00:25.107Z | Compiling tokio-util v0.7.12 |
1333 | 2024-12-19T21:00:25.340Z | Compiling openssl-macros v0.1.1 |
1334 | 2024-12-19T21:00:25.897Z | Compiling dof v0.3.0 |
1335 | 2024-12-19T21:00:26.114Z | Compiling h2 v0.4.6 |
1336 | 2024-12-19T21:00:26.568Z | Compiling dirs-sys-next v0.1.2 |
1337 | 2024-12-19T21:00:26.840Z | Compiling usdt-impl v0.5.0 |
1338 | 2024-12-19T21:00:27.234Z | Compiling siphasher v0.3.11 |
1339 | 2024-12-19T21:00:27.450Z | Compiling data-encoding v2.6.0 |
1340 | 2024-12-19T21:00:27.609Z | Compiling rustls v0.23.14 |
1341 | 2024-12-19T21:00:27.882Z | Compiling rustls v0.22.4 |
1342 | 2024-12-19T21:00:28.109Z | Compiling syn v1.0.109 |
1343 | 2024-12-19T21:00:28.155Z | Compiling native-tls v0.2.12 |
1344 | 2024-12-19T21:00:28.475Z | Compiling dirs-next v2.0.0 |
1345 | 2024-12-19T21:00:28.837Z | Compiling http-body-util v0.1.2 |
1346 | 2024-12-19T21:00:29.414Z | Compiling crossbeam-epoch v0.9.18 |
1347 | 2024-12-19T21:00:29.945Z | Compiling heapless v0.7.17 |
1348 | 2024-12-19T21:00:30.164Z | Compiling sha1 v0.10.6 |
1349 | 2024-12-19T21:00:30.185Z | Compiling signature v2.2.0 |
1350 | 2024-12-19T21:00:30.210Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1351 | 2024-12-19T21:00:30.359Z | Compiling serde_derive_internals v0.29.1 |
1352 | 2024-12-19T21:00:30.473Z | Compiling thread_local v1.1.8 |
1353 | 2024-12-19T21:00:30.592Z | Compiling multer v3.1.0 |
1354 | 2024-12-19T21:00:30.695Z | Compiling encoding_rs v0.8.34 |
1355 | 2024-12-19T21:00:30.876Z | Compiling cookie v0.18.1 |
1356 | 2024-12-19T21:00:30.990Z | Compiling gimli v0.31.1 |
1357 | 2024-12-19T21:00:31.160Z | Compiling schemars v0.8.21 |
1358 | 2024-12-19T21:00:31.493Z | Compiling openssl-probe v0.1.5 |
1359 | 2024-12-19T21:00:31.883Z | Compiling ipnet v2.10.1 |
1360 | 2024-12-19T21:00:32.008Z | Compiling slog-async v2.8.0 |
1361 | 2024-12-19T21:00:32.530Z | Compiling signal-hook v0.3.17 |
1362 | 2024-12-19T21:00:32.795Z | Compiling mime v0.3.17 |
1363 | 2024-12-19T21:00:33.138Z | Compiling hyper v1.5.0 |
1364 | 2024-12-19T21:00:33.190Z | Compiling rayon-core v1.12.1 |
1365 | 2024-12-19T21:00:33.431Z | Compiling unicode-properties v0.1.3 |
1366 | 2024-12-19T21:00:33.503Z | Compiling schemars_derive v0.8.21 |
1367 | 2024-12-19T21:00:33.824Z | Compiling stringprep v0.1.5 |
1368 | 2024-12-19T21:00:35.333Z | Compiling toml_edit v0.22.22 |
1369 | 2024-12-19T21:00:35.776Z | Compiling hyper-util v0.1.10 |
1370 | 2024-12-19T21:00:36.321Z | Compiling addr2line v0.24.2 |
1371 | 2024-12-19T21:00:36.998Z | Compiling usdt-attr-macro v0.5.0 |
1372 | 2024-12-19T21:00:37.032Z | Compiling usdt-macro v0.5.0 |
1373 | 2024-12-19T21:00:37.331Z | Compiling crossbeam-deque v0.8.5 |
1374 | 2024-12-19T21:00:37.677Z | Compiling term v0.7.0 |
1375 | 2024-12-19T21:00:38.398Z | Compiling slog-json v2.6.1 |
1376 | 2024-12-19T21:00:38.482Z | Compiling serde_urlencoded v0.7.1 |
1377 | 2024-12-19T21:00:38.534Z | Compiling crossbeam-channel v0.5.13 |
1378 | 2024-12-19T21:00:38.771Z | Compiling curve25519-dalek v4.1.3 |
1379 | 2024-12-19T21:00:38.814Z | Compiling enum-as-inner v0.6.1 |
1380 | 2024-12-19T21:00:39.069Z | Compiling futures-executor v0.3.31 |
1381 | 2024-12-19T21:00:39.276Z | Compiling md-5 v0.10.6 |
1382 | 2024-12-19T21:00:39.443Z | Compiling rustls-pemfile v2.2.0 |
1383 | 2024-12-19T21:00:39.548Z | Compiling async-stream-impl v0.3.6 |
1384 | 2024-12-19T21:00:39.649Z | Compiling num-integer v0.1.46 |
1385 | 2024-12-19T21:00:39.673Z | Compiling idna v0.4.0 |
1386 | 2024-12-19T21:00:39.783Z | Compiling idna v0.3.0 |
1387 | 2024-12-19T21:00:39.964Z | Compiling hash32 v0.2.1 |
1388 | 2024-12-19T21:00:40.327Z | Compiling ff v0.13.0 |
1389 | 2024-12-19T21:00:40.417Z | Compiling is-terminal v0.4.13 |
1390 | 2024-12-19T21:00:40.548Z | Compiling dropshot v0.12.0 |
1391 | 2024-12-19T21:00:40.567Z | Compiling object v0.36.5 |
1392 | 2024-12-19T21:00:40.838Z | Compiling smoltcp v0.9.1 |
1393 | 2024-12-19T21:00:40.939Z | Compiling linked-hash-map v0.5.6 |
1394 | 2024-12-19T21:00:41.324Z | Compiling rustc-demangle v0.1.24 |
1395 | 2024-12-19T21:00:41.342Z | Compiling num-bigint-dig v0.8.4 |
1396 | 2024-12-19T21:00:41.524Z | Compiling portable-atomic v1.9.0 |
1397 | 2024-12-19T21:00:41.526Z | Compiling base16ct v0.2.0 |
1398 | 2024-12-19T21:00:41.623Z | Compiling quick-error v1.2.3 |
1399 | 2024-12-19T21:00:41.781Z | Compiling take_mut v0.2.2 |
1400 | 2024-12-19T21:00:41.885Z | Compiling anyhow v1.0.93 |
1401 | 2024-12-19T21:00:41.943Z | Compiling dyn-clone v1.0.17 |
1402 | 2024-12-19T21:00:42.170Z | Compiling fallible-iterator v0.2.0 |
1403 | 2024-12-19T21:00:42.276Z | Compiling utf-8 v0.7.6 |
1404 | 2024-12-19T21:00:42.500Z | Compiling psl-types v2.0.11 |
1405 | 2024-12-19T21:00:42.689Z | Compiling tungstenite v0.24.0 |
1406 | 2024-12-19T21:00:42.709Z | Compiling publicsuffix v2.2.3 |
1407 | 2024-12-19T21:00:42.889Z | Compiling postgres-protocol v0.6.7 |
1408 | 2024-12-19T21:00:43.747Z | Compiling resolv-conf v0.7.0 |
1409 | 2024-12-19T21:00:44.245Z | Compiling sec1 v0.7.3 |
1410 | 2024-12-19T21:00:44.333Z | Compiling lru-cache v0.1.2 |
1411 | 2024-12-19T21:00:44.545Z | Compiling async-stream v0.3.6 |
1412 | 2024-12-19T21:00:44.650Z | Compiling usdt v0.5.0 |
1413 | 2024-12-19T21:00:44.828Z | Compiling group v0.13.0 |
1414 | 2024-12-19T21:00:44.866Z | Compiling hickory-proto v0.24.1 |
1415 | 2024-12-19T21:00:45.085Z | Compiling slog-term v2.9.1 |
1416 | 2024-12-19T21:00:45.175Z | Compiling num-iter v0.1.45 |
1417 | 2024-12-19T21:00:45.490Z | Compiling futures v0.3.31 |
1418 | 2024-12-19T21:00:45.615Z | Compiling slog-bunyan v2.5.0 |
1419 | 2024-12-19T21:00:45.976Z | Compiling toml v0.8.19 |
1420 | 2024-12-19T21:00:47.495Z | Compiling camino v1.1.9 |
1421 | 2024-12-19T21:00:47.818Z | Compiling tokio-native-tls v0.3.1 |
1422 | 2024-12-19T21:00:48.057Z | Compiling backtrace v0.3.74 |
1423 | 2024-12-19T21:00:48.176Z | Compiling phf_shared v0.11.2 |
1424 | 2024-12-19T21:00:48.490Z | Compiling dropshot_endpoint v0.12.0 |
1425 | 2024-12-19T21:00:48.565Z | Compiling terminal_size v0.4.0 |
1426 | 2024-12-19T21:00:48.764Z | Compiling waitgroup v0.1.2 |
1427 | 2024-12-19T21:00:48.788Z | Compiling openapiv3 v2.0.0 |
1428 | 2024-12-19T21:00:49.008Z | Compiling serde_path_to_error v0.1.16 |
1429 | 2024-12-19T21:00:49.122Z | Compiling hkdf v0.12.4 |
1430 | 2024-12-19T21:00:49.403Z | Compiling crypto-bigint v0.5.5 |
1431 | 2024-12-19T21:00:49.886Z | Compiling webpki-roots v0.26.6 |
1432 | 2024-12-19T21:00:50.094Z | Compiling curve25519-dalek-derive v0.1.1 |
1433 | 2024-12-19T21:00:51.694Z | Compiling zerocopy-derive v0.6.6 |
1434 | 2024-12-19T21:00:51.837Z | Compiling idna v0.5.0 |
1435 | 2024-12-19T21:00:51.874Z | Compiling hubpack_derive v0.1.1 |
1436 | 2024-12-19T21:00:52.768Z | Compiling hostname v0.4.0 |
1437 | 2024-12-19T21:00:53.027Z | Compiling ahash v0.8.11 |
1438 | 2024-12-19T21:00:53.196Z | Compiling crc32fast v1.4.2 |
1439 | 2024-12-19T21:00:53.217Z | Compiling fs-err v2.11.0 |
1440 | 2024-12-19T21:00:53.354Z | Compiling managed v0.8.0 |
1441 | 2024-12-19T21:00:53.507Z | Compiling bitflags v1.3.2 |
1442 | 2024-12-19T21:00:53.529Z | Compiling winnow v0.5.40 |
1443 | 2024-12-19T21:00:53.534Z | Compiling debug-ignore v1.0.5 |
1444 | 2024-12-19T21:00:53.622Z | Compiling clap_builder v4.5.21 |
1445 | 2024-12-19T21:00:53.690Z | Compiling strum_macros v0.25.3 |
1446 | 2024-12-19T21:00:54.026Z | Compiling zerocopy v0.6.6 |
1447 | 2024-12-19T21:00:55.132Z | Compiling flate2 v1.0.34 |
1448 | 2024-12-19T21:00:55.574Z | Compiling console v0.15.8 |
1449 | 2024-12-19T21:00:55.732Z | Compiling hubpack v0.1.2 |
1450 | 2024-12-19T21:00:56.012Z | Compiling cookie_store v0.21.0 |
1451 | 2024-12-19T21:00:56.140Z | Compiling elliptic-curve v0.13.8 |
1452 | 2024-12-19T21:00:56.975Z | Compiling hickory-resolver v0.24.1 |
1453 | 2024-12-19T21:00:57.223Z | Compiling toml_edit v0.19.15 |
1454 | 2024-12-19T21:00:57.662Z | Compiling signal-hook-mio v0.2.4 |
1455 | 2024-12-19T21:00:57.809Z | Compiling phf v0.11.2 |
1456 | 2024-12-19T21:00:57.837Z | Compiling hyper-tls v0.6.0 |
1457 | 2024-12-19T21:00:58.106Z | Compiling rayon v1.10.0 |
1458 | 2024-12-19T21:00:58.264Z | Compiling bzip2 v0.4.4 |
1459 | 2024-12-19T21:00:58.681Z | Compiling tokio-tungstenite v0.24.0 |
1460 | 2024-12-19T21:00:59.268Z | Compiling postgres-types v0.2.8 |
1461 | 2024-12-19T21:01:02.230Z | Compiling ed25519 v2.2.3 |
1462 | 2024-12-19T21:01:03.047Z | Compiling phf_shared v0.10.0 |
1463 | 2024-12-19T21:01:03.226Z | Compiling tokio-stream v0.1.16 |
1464 | 2024-12-19T21:01:03.467Z | Compiling pkcs1 v0.7.5 |
1465 | 2024-12-19T21:01:03.881Z | Compiling serde-big-array v0.5.1 |
1466 | 2024-12-19T21:01:04.116Z | Compiling clap_derive v4.5.18 |
1467 | 2024-12-19T21:01:04.199Z | Compiling rfc6979 v0.4.0 |
1468 | 2024-12-19T21:01:04.357Z | Compiling derive-where v1.2.7 |
1469 | 2024-12-19T21:01:04.360Z | Compiling serde_repr v0.1.19 |
1470 | 2024-12-19T21:01:04.397Z | Compiling float-cmp v0.9.0 |
1471 | 2024-12-19T21:01:04.524Z | Compiling bstr v1.10.0 |
1472 | 2024-12-19T21:01:04.619Z | Compiling sync_wrapper v1.0.1 |
1473 | 2024-12-19T21:01:04.779Z | Compiling unicode-width v0.2.0 |
1474 | 2024-12-19T21:01:05.323Z | Compiling fixedbitset v0.4.2 |
1475 | 2024-12-19T21:01:05.435Z | Compiling difflib v0.4.0 |
1476 | 2024-12-19T21:01:05.580Z | Compiling number_prefix v0.4.0 |
1477 | 2024-12-19T21:01:05.791Z | Compiling unicode-segmentation v1.12.0 |
1478 | 2024-12-19T21:01:05.816Z | Compiling precomputed-hash v0.1.1 |
1479 | 2024-12-19T21:01:05.938Z | Compiling normalize-line-endings v0.3.0 |
1480 | 2024-12-19T21:01:06.073Z | Compiling whoami v1.5.2 |
1481 | 2024-12-19T21:01:06.324Z | Compiling bit-vec v0.6.3 |
1482 | 2024-12-19T21:01:06.700Z | Compiling new_debug_unreachable v1.0.6 |
1483 | 2024-12-19T21:01:06.720Z | Compiling predicates-core v1.0.8 |
1484 | 2024-12-19T21:01:06.784Z | Compiling static_assertions v1.1.0 |
1485 | 2024-12-19T21:01:06.805Z | Compiling string_cache v0.8.7 |
1486 | 2024-12-19T21:01:06.895Z | Compiling predicates v3.1.2 |
1487 | 2024-12-19T21:01:07.071Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1488 | 2024-12-19T21:01:07.106Z | Compiling bit-set v0.5.3 |
1489 | 2024-12-19T21:01:07.273Z | Compiling similar v2.6.0 |
1490 | 2024-12-19T21:01:07.400Z | Compiling tokio-postgres v0.7.12 |
1491 | 2024-12-19T21:01:08.024Z | Compiling indicatif v0.17.9 |
1492 | 2024-12-19T21:01:08.667Z | Compiling petgraph v0.6.5 |
1493 | 2024-12-19T21:01:09.322Z | Compiling clap v4.5.21 |
1494 | 2024-12-19T21:01:09.463Z | Compiling ecdsa v0.16.9 |
1495 | 2024-12-19T21:01:09.776Z | Compiling rsa v0.9.6 |
1496 | 2024-12-19T21:01:10.343Z | Compiling ed25519-dalek v2.1.1 |
1497 | 2024-12-19T21:01:10.382Z | Compiling toml v0.7.8 |
1498 | 2024-12-19T21:01:11.675Z | Compiling zip v0.6.6 |
1499 | 2024-12-19T21:01:12.151Z | Compiling crossterm v0.28.1 |
1500 | 2024-12-19T21:01:13.089Z | Compiling hex v0.4.3 |
1501 | 2024-12-19T21:01:13.416Z | Compiling x509-cert v0.2.5 |
1502 | 2024-12-19T21:01:13.549Z | Compiling itertools v0.10.5 |
1503 | 2024-12-19T21:01:13.698Z | Compiling unicode-xid v0.2.6 |
1504 | 2024-12-19T21:01:13.815Z | Compiling lalrpop-util v0.19.12 |
1505 | 2024-12-19T21:01:13.883Z | Compiling peg-runtime v0.8.3 |
1506 | 2024-12-19T21:01:14.130Z | Compiling strum_macros v0.26.4 |
1507 | 2024-12-19T21:01:14.158Z | Compiling xattr v1.3.1 |
1508 | 2024-12-19T21:01:14.455Z | Compiling filetime v0.2.25 |
1509 | 2024-12-19T21:01:14.789Z | Compiling tar v0.4.42 |
1510 | 2024-12-19T21:01:19.420Z | Compiling strum v0.26.3 |
1511 | 2024-12-19T21:01:21.948Z | Compiling aws-lc-sys v0.22.0 |
1512 | 2024-12-19T21:01:50.299Z | Compiling rustls-webpki v0.102.8 |
1513 | 2024-12-19T21:01:53.603Z | Compiling tokio-rustls v0.25.0 |
1514 | 2024-12-19T21:01:55.441Z | Compiling tokio-rustls v0.26.0 |
1515 | 2024-12-19T21:01:55.796Z | Compiling hyper-rustls v0.27.3 |
1516 | 2024-12-19T21:01:56.128Z | Compiling reqwest v0.12.9 |
1517 | 2024-12-19T21:01:57.147Z | Compiling qorb v0.2.1 |
1518 | 2024-12-19T21:02:02.223Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1519 | 2024-12-19T21:02:02.461Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1520 | 2024-12-19T21:02:08.325Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s |
1521 | 2024-12-19T21:02:08.485Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1522 | 2024-12-19T21:02:08.535Z | Dec 19 21:02:07.331 INFO Starting download, target: Cockroach |
1523 | 2024-12-19T21:02:08.535Z | Dec 19 21:02:07.331 INFO Starting download, target: Clickhouse |
1524 | 2024-12-19T21:02:08.535Z | Dec 19 21:02:07.331 INFO Starting download, target: Console |
1525 | 2024-12-19T21:02:08.535Z | Dec 19 21:02:07.331 INFO Starting download, target: DendriteOpenapi |
1526 | 2024-12-19T21:02:08.535Z | Dec 19 21:02:07.331 INFO Starting download, target: DendriteStub |
1527 | 2024-12-19T21:02:08.538Z | Dec 19 21:02:07.331 INFO Starting download, target: MaghemiteMgd |
1528 | 2024-12-19T21:02:08.538Z | Dec 19 21:02:07.331 INFO Starting download, target: TransceiverControl |
1529 | 2024-12-19T21:02:08.538Z | Dec 19 21:02:07.332 INFO Downloading out/downloads/dpd-38eb75b831698abc2920e12f0ad24ceb3318aa46.json (attempt 1/3), target: DendriteOpenapi |
1530 | 2024-12-19T21:02:08.538Z | Dec 19 21:02:07.332 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1531 | 2024-12-19T21:02:08.538Z | Dec 19 21:02:07.332 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1532 | 2024-12-19T21:02:08.538Z | Dec 19 21:02:07.332 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1533 | 2024-12-19T21:02:08.538Z | Dec 19 21:02:07.332 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1534 | 2024-12-19T21:02:08.538Z | Dec 19 21:02:07.332 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1535 | 2024-12-19T21:02:08.538Z | Dec 19 21:02:07.332 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1536 | 2024-12-19T21:02:08.700Z | Dec 19 21:02:07.488 INFO Download complete, target: DendriteOpenapi |
1537 | 2024-12-19T21:02:08.922Z | Dec 19 21:02:07.669 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1538 | 2024-12-19T21:02:09.183Z | Dec 19 21:02:07.939 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1539 | 2024-12-19T21:02:09.482Z | Dec 19 21:02:08.263 INFO Download complete, target: Console |
1540 | 2024-12-19T21:02:09.546Z | Dec 19 21:02:08.341 INFO Download complete, target: TransceiverControl |
1541 | 2024-12-19T21:02:09.760Z | Dec 19 21:02:08.551 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1542 | 2024-12-19T21:02:09.874Z | Dec 19 21:02:08.668 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1543 | 2024-12-19T21:02:10.436Z | Dec 19 21:02:09.227 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1544 | 2024-12-19T21:02:10.574Z | Dec 19 21:02:09.367 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1545 | 2024-12-19T21:02:10.574Z | Dec 19 21:02:09.367 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1546 | 2024-12-19T21:02:12.665Z | Dec 19 21:02:11.460 INFO Download complete, target: MaghemiteMgd |
1547 | 2024-12-19T21:02:13.020Z | Dec 19 21:02:11.814 INFO Download complete, target: DendriteStub |
1548 | 2024-12-19T21:02:18.208Z | Dec 19 21:02:17.003 INFO Checking that binary works, target: Cockroach |
1549 | 2024-12-19T21:02:18.373Z | Dec 19 21:02:17.168 INFO Download complete, target: Cockroach |
1550 | 2024-12-19T21:02:23.388Z | Dec 19 21:02:22.183 INFO Checking that binary works, target: Clickhouse |
1551 | 2024-12-19T21:02:23.522Z | Dec 19 21:02:22.316 INFO Download complete, target: Clickhouse |
1552 | 2024-12-19T21:02:23.530Z | All prerequisites installed successfully |
1553 | 2024-12-19T21:02:23.533Z | |
1554 | 2024-12-19T21:02:23.533Z | real 5:12.073344608 |
1555 | 2024-12-19T21:02:23.533Z | user 16:37.883658172 |
1556 | 2024-12-19T21:02:23.533Z | sys 3:16.673479374 |
1557 | 2024-12-19T21:02:23.533Z | trap 0.539287580 |
1558 | 2024-12-19T21:02:23.533Z | tflt 1.606085847 |
1559 | 2024-12-19T21:02:23.533Z | dflt 2.337036879 |
1560 | 2024-12-19T21:02:23.533Z | kflt 0.027441531 |
1561 | 2024-12-19T21:02:23.533Z | lock 30:53.654632841 |
1562 | 2024-12-19T21:02:23.534Z | slp 1:02:26.349319406 |
1563 | 2024-12-19T21:02:23.535Z | lat 58.516327592 |
1564 | 2024-12-19T21:02:23.535Z | stop 2:23.778751288 |
1565 | 2024-12-19T21:02:23.535Z | + ptime -m cargo xtask download softnpu |
1566 | 2024-12-19T21:02:24.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1567 | 2024-12-19T21:02:24.081Z | Running `target/debug/xtask download softnpu` |
1568 | 2024-12-19T21:02:24.919Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
1569 | 2024-12-19T21:02:24.976Z | Running `target/debug/xtask-downloader softnpu` |
1570 | 2024-12-19T21:02:25.013Z | Dec 19 21:02:23.806 INFO Starting download, target: Softnpu |
1571 | 2024-12-19T21:02:25.015Z | Dec 19 21:02:23.807 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1572 | 2024-12-19T21:02:25.794Z | Dec 19 21:02:24.588 INFO Download complete, target: Softnpu |
1573 | 2024-12-19T21:02:25.798Z | |
1574 | 2024-12-19T21:02:25.800Z | real 2.260667581 |
1575 | 2024-12-19T21:02:25.800Z | user 1.270849442 |
1576 | 2024-12-19T21:02:25.800Z | sys 0.540051200 |
1577 | 2024-12-19T21:02:25.800Z | trap 0.000953048 |
1578 | 2024-12-19T21:02:25.800Z | tflt 0.000024647 |
1579 | 2024-12-19T21:02:25.800Z | dflt 0.000005909 |
1580 | 2024-12-19T21:02:25.800Z | kflt 0.000000000 |
1581 | 2024-12-19T21:02:25.800Z | lock 8.171616777 |
1582 | 2024-12-19T21:02:25.800Z | slp 0.630285066 |
1583 | 2024-12-19T21:02:25.800Z | lat 0.069323661 |
1584 | 2024-12-19T21:02:25.800Z | stop 0.000168437 |
1585 | 2024-12-19T21:02:25.800Z | + export CARGO_INCREMENTAL=0 |
1586 | 2024-12-19T21:02:25.800Z | + CARGO_INCREMENTAL=0 |
1587 | 2024-12-19T21:02:25.800Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1588 | 2024-12-19T21:02:26.756Z | Compiling proc-macro2 v1.0.89 |
1589 | 2024-12-19T21:02:26.756Z | Compiling unicode-ident v1.0.13 |
1590 | 2024-12-19T21:02:26.756Z | Compiling libc v0.2.162 |
1591 | 2024-12-19T21:02:26.758Z | Compiling serde v1.0.215 |
1592 | 2024-12-19T21:02:26.758Z | Compiling autocfg v1.4.0 |
1593 | 2024-12-19T21:02:26.758Z | Compiling version_check v0.9.5 |
1594 | 2024-12-19T21:02:26.758Z | Compiling cfg-if v1.0.0 |
1595 | 2024-12-19T21:02:27.039Z | Compiling memchr v2.7.4 |
1596 | 2024-12-19T21:02:27.058Z | Compiling typenum v1.17.0 |
1597 | 2024-12-19T21:02:27.072Z | Compiling shlex v1.3.0 |
1598 | 2024-12-19T21:02:27.440Z | Compiling value-bag v1.9.0 |
1599 | 2024-12-19T21:02:27.489Z | Compiling scopeguard v1.2.0 |
1600 | 2024-12-19T21:02:27.642Z | Compiling generic-array v0.14.7 |
1601 | 2024-12-19T21:02:27.722Z | Compiling lock_api v0.4.12 |
1602 | 2024-12-19T21:02:27.924Z | Compiling log v0.4.22 |
1603 | 2024-12-19T21:02:28.017Z | Compiling parking_lot_core v0.9.10 |
1604 | 2024-12-19T21:02:28.439Z | Compiling once_cell v1.20.2 |
1605 | 2024-12-19T21:02:28.472Z | Compiling serde_json v1.0.132 |
1606 | 2024-12-19T21:02:28.683Z | Compiling quote v1.0.37 |
1607 | 2024-12-19T21:02:28.743Z | Compiling rustix v0.38.37 |
1608 | 2024-12-19T21:02:28.783Z | Compiling thiserror v1.0.69 |
1609 | 2024-12-19T21:02:28.817Z | Compiling jobserver v0.1.32 |
1610 | 2024-12-19T21:02:29.039Z | Compiling getrandom v0.2.15 |
1611 | 2024-12-19T21:02:29.308Z | Compiling syn v2.0.87 |
1612 | 2024-12-19T21:02:29.334Z | Compiling cc v1.1.30 |
1613 | 2024-12-19T21:02:29.390Z | Compiling libm v0.2.8 |
1614 | 2024-12-19T21:02:29.390Z | Compiling aho-corasick v1.1.3 |
1615 | 2024-12-19T21:02:29.426Z | Compiling regex-syntax v0.8.5 |
1616 | 2024-12-19T21:02:29.573Z | Compiling num-traits v0.2.19 |
1617 | 2024-12-19T21:02:29.656Z | Compiling either v1.13.0 |
1618 | 2024-12-19T21:02:29.721Z | Compiling itoa v1.0.11 |
1619 | 2024-12-19T21:02:29.876Z | Compiling spin v0.9.8 |
1620 | 2024-12-19T21:02:30.082Z | Compiling slab v0.4.9 |
1621 | 2024-12-19T21:02:30.387Z | Compiling byteorder v1.5.0 |
1622 | 2024-12-19T21:02:30.617Z | Compiling errno v0.3.9 |
1623 | 2024-12-19T21:02:30.799Z | Compiling rand_core v0.6.4 |
1624 | 2024-12-19T21:02:30.854Z | Compiling lazy_static v1.5.0 |
1625 | 2024-12-19T21:02:30.983Z | Compiling glob v0.3.1 |
1626 | 2024-12-19T21:02:31.404Z | Compiling prettyplease v0.2.25 |
1627 | 2024-12-19T21:02:31.788Z | Compiling clang-sys v1.8.1 |
1628 | 2024-12-19T21:02:32.177Z | Compiling minimal-lexical v0.2.1 |
1629 | 2024-12-19T21:02:32.387Z | Compiling libloading v0.8.5 |
1630 | 2024-12-19T21:02:32.474Z | Compiling allocator-api2 v0.2.18 |
1631 | 2024-12-19T21:02:32.677Z | Compiling nom v7.1.3 |
1632 | 2024-12-19T21:02:32.729Z | Compiling subtle v2.6.1 |
1633 | 2024-12-19T21:02:33.095Z | Compiling regex-automata v0.4.8 |
1634 | 2024-12-19T21:02:33.111Z | Compiling bindgen v0.69.5 |
1635 | 2024-12-19T21:02:33.223Z | Compiling home v0.5.9 |
1636 | 2024-12-19T21:02:33.472Z | Compiling itertools v0.12.1 |
1637 | 2024-12-19T21:02:33.575Z | Compiling semver v1.0.23 |
1638 | 2024-12-19T21:02:33.769Z | Compiling rustc-hash v1.1.0 |
1639 | 2024-12-19T21:02:33.918Z | Compiling smallvec v1.13.2 |
1640 | 2024-12-19T21:02:33.991Z | Compiling lazycell v1.3.0 |
1641 | 2024-12-19T21:02:34.161Z | Compiling cmake v0.1.51 |
1642 | 2024-12-19T21:02:34.601Z | Compiling dunce v1.0.5 |
1643 | 2024-12-19T21:02:34.741Z | Compiling fs_extra v1.3.0 |
1644 | 2024-12-19T21:02:35.773Z | Compiling pkg-config v0.3.31 |
1645 | 2024-12-19T21:02:35.857Z | Compiling ring v0.17.8 |
1646 | 2024-12-19T21:02:36.296Z | Compiling cexpr v0.6.0 |
1647 | 2024-12-19T21:02:36.554Z | Compiling pin-project-lite v0.2.14 |
1648 | 2024-12-19T21:02:36.626Z | Compiling ryu v1.0.18 |
1649 | 2024-12-19T21:02:36.838Z | Compiling const-oid v0.9.6 |
1650 | 2024-12-19T21:02:36.919Z | Compiling fnv v1.0.7 |
1651 | 2024-12-19T21:02:36.977Z | Compiling paste v1.0.15 |
1652 | 2024-12-19T21:02:37.064Z | Compiling synstructure v0.13.1 |
1653 | 2024-12-19T21:02:37.591Z | Compiling httparse v1.9.5 |
1654 | 2024-12-19T21:02:37.811Z | Compiling aws-lc-rs v1.10.0 |
1655 | 2024-12-19T21:02:38.260Z | Compiling foldhash v0.1.3 |
1656 | 2024-12-19T21:02:38.279Z | Compiling equivalent v1.0.1 |
1657 | 2024-12-19T21:02:38.397Z | Compiling regex v1.11.1 |
1658 | 2024-12-19T21:02:38.490Z | Compiling hashbrown v0.15.1 |
1659 | 2024-12-19T21:02:39.372Z | Compiling schemars v0.8.21 |
1660 | 2024-12-19T21:02:39.443Z | Compiling heck v0.5.0 |
1661 | 2024-12-19T21:02:39.687Z | Compiling serde_derive_internals v0.29.1 |
1662 | 2024-12-19T21:02:39.869Z | Compiling signal-hook-registry v1.4.2 |
1663 | 2024-12-19T21:02:39.923Z | Compiling mio v1.0.2 |
1664 | 2024-12-19T21:02:39.941Z | Compiling parking_lot v0.12.3 |
1665 | 2024-12-19T21:02:41.823Z | Compiling crossbeam-utils v0.8.20 |
1666 | 2024-12-19T21:02:41.960Z | Compiling stable_deref_trait v1.2.0 |
1667 | 2024-12-19T21:02:41.979Z | Compiling socket2 v0.5.7 |
1668 | 2024-12-19T21:02:42.079Z | Compiling time-core v0.1.2 |
1669 | 2024-12-19T21:02:42.249Z | Compiling num-conv v0.1.0 |
1670 | 2024-12-19T21:02:42.341Z | Compiling futures-core v0.3.31 |
1671 | 2024-12-19T21:02:42.592Z | Compiling time-macros v0.2.18 |
1672 | 2024-12-19T21:02:42.682Z | Compiling serde_derive v1.0.215 |
1673 | 2024-12-19T21:02:42.968Z | Compiling zeroize_derive v1.4.2 |
1674 | 2024-12-19T21:02:43.569Z | Compiling zerocopy-derive v0.7.35 |
1675 | 2024-12-19T21:02:43.625Z | Compiling thiserror-impl v1.0.69 |
1676 | 2024-12-19T21:02:43.658Z | Compiling tokio-macros v2.4.0 |
1677 | 2024-12-19T21:02:44.301Z | Compiling zerofrom-derive v0.1.4 |
1678 | 2024-12-19T21:02:44.406Z | Compiling zeroize v1.8.1 |
1679 | 2024-12-19T21:02:45.056Z | Compiling yoke-derive v0.7.4 |
1680 | 2024-12-19T21:02:45.135Z | Compiling futures-macro v0.3.31 |
1681 | 2024-12-19T21:02:45.520Z | Compiling zerovec-derive v0.10.3 |
1682 | 2024-12-19T21:02:45.609Z | Compiling zerocopy v0.7.35 |
1683 | 2024-12-19T21:02:46.506Z | Compiling displaydoc v0.2.5 |
1684 | 2024-12-19T21:02:47.064Z | Compiling crypto-common v0.1.6 |
1685 | 2024-12-19T21:02:47.226Z | Compiling tracing-attributes v0.1.27 |
1686 | 2024-12-19T21:02:47.276Z | Compiling icu_provider_macros v1.5.0 |
1687 | 2024-12-19T21:02:47.689Z | Compiling block-buffer v0.10.4 |
1688 | 2024-12-19T21:02:47.771Z | Compiling schemars_derive v0.8.21 |
1689 | 2024-12-19T21:02:47.960Z | Compiling digest v0.10.7 |
1690 | 2024-12-19T21:02:48.049Z | Compiling der_derive v0.7.3 |
1691 | 2024-12-19T21:02:48.428Z | Compiling vcpkg v0.2.15 |
1692 | 2024-12-19T21:02:50.240Z | Compiling openssl-sys v0.9.103 |
1693 | 2024-12-19T21:02:50.650Z | Compiling cpufeatures v0.2.14 |
1694 | 2024-12-19T21:02:50.752Z | Compiling futures-sink v0.3.31 |
1695 | 2024-12-19T21:02:50.924Z | Compiling slog v2.7.0 |
1696 | 2024-12-19T21:02:51.112Z | Compiling ahash v0.8.11 |
1697 | 2024-12-19T21:02:51.172Z | Compiling syn v1.0.109 |
1698 | 2024-12-19T21:02:51.457Z | Compiling zerofrom v0.1.4 |
1699 | 2024-12-19T21:02:51.717Z | Compiling scroll_derive v0.12.0 |
1700 | 2024-12-19T21:02:51.863Z | Compiling iana-time-zone v0.1.61 |
1701 | 2024-12-19T21:02:51.929Z | Compiling ucd-trie v0.1.7 |
1702 | 2024-12-19T21:02:52.225Z | Compiling pest v2.7.14 |
1703 | 2024-12-19T21:02:52.445Z | Compiling yoke v0.7.4 |
1704 | 2024-12-19T21:02:52.584Z | Compiling futures-channel v0.3.31 |
1705 | 2024-12-19T21:02:53.018Z | Compiling hmac v0.12.1 |
1706 | 2024-12-19T21:02:53.245Z | Compiling pin-utils v0.1.0 |
1707 | 2024-12-19T21:02:53.304Z | Compiling openssl v0.10.66 |
1708 | 2024-12-19T21:02:53.332Z | Compiling futures-task v0.3.31 |
1709 | 2024-12-19T21:02:53.350Z | Compiling futures-io v0.3.31 |
1710 | 2024-12-19T21:02:53.985Z | Compiling futures-util v0.3.31 |
1711 | 2024-12-19T21:02:54.005Z | Compiling zerovec v0.10.4 |
1712 | 2024-12-19T21:02:54.161Z | Compiling block-padding v0.3.3 |
1713 | 2024-12-19T21:02:54.877Z | Compiling pest_meta v2.7.14 |
1714 | 2024-12-19T21:02:55.278Z | Compiling tinyvec_macros v0.1.1 |
1715 | 2024-12-19T21:02:55.379Z | Compiling tinyvec v1.8.0 |
1716 | 2024-12-19T21:02:56.134Z | Compiling bitflags v2.6.0 |
1717 | 2024-12-19T21:02:56.294Z | Compiling bytes v1.8.0 |
1718 | 2024-12-19T21:02:57.634Z | Compiling indexmap v2.6.0 |
1719 | 2024-12-19T21:02:59.076Z | Compiling tokio v1.40.0 |
1720 | 2024-12-19T21:02:59.723Z | Compiling serde_tokenstream v0.2.2 |
1721 | 2024-12-19T21:03:00.307Z | Compiling http v1.1.0 |
1722 | 2024-12-19T21:03:00.456Z | Compiling uuid v1.11.0 |
1723 | 2024-12-19T21:03:00.866Z | Compiling which v4.4.2 |
1724 | 2024-12-19T21:03:01.710Z | Compiling rustc_version v0.4.1 |
1725 | 2024-12-19T21:03:01.951Z | Compiling chrono v0.4.38 |
1726 | 2024-12-19T21:03:04.240Z | Compiling pest_generator v2.7.14 |
1727 | 2024-12-19T21:03:04.679Z | Compiling toml_datetime v0.6.8 |
1728 | 2024-12-19T21:03:05.141Z | Compiling serde_spanned v0.6.8 |
1729 | 2024-12-19T21:03:05.485Z | Compiling inout v0.1.3 |
1730 | 2024-12-19T21:03:06.060Z | Compiling openssl-macros v0.1.1 |
1731 | 2024-12-19T21:03:06.790Z | Compiling strsim v0.11.1 |
1732 | 2024-12-19T21:03:07.626Z | Compiling rustls v0.23.14 |
1733 | 2024-12-19T21:03:07.933Z | Compiling native-tls v0.2.12 |
1734 | 2024-12-19T21:03:08.277Z | Compiling pest_derive v2.7.14 |
1735 | 2024-12-19T21:03:08.775Z | Compiling cipher v0.4.4 |
1736 | 2024-12-19T21:03:08.837Z | Compiling unicode-normalization v0.1.24 |
1737 | 2024-12-19T21:03:09.047Z | Compiling tinystr v0.7.6 |
1738 | 2024-12-19T21:03:09.249Z | Compiling sha2 v0.10.8 |
1739 | 2024-12-19T21:03:09.520Z | Compiling tracing-core v0.1.32 |
1740 | 2024-12-19T21:03:09.856Z | Compiling usdt-impl v0.5.0 |
1741 | 2024-12-19T21:03:09.964Z | Compiling litemap v0.7.3 |
1742 | 2024-12-19T21:03:10.022Z | Compiling writeable v0.5.5 |
1743 | 2024-12-19T21:03:10.201Z | Compiling dyn-clone v1.0.17 |
1744 | 2024-12-19T21:03:10.370Z | Compiling base64ct v1.6.0 |
1745 | 2024-12-19T21:03:10.390Z | Compiling unicode-bidi v0.3.17 |
1746 | 2024-12-19T21:03:10.436Z | Compiling icu_locid v1.5.0 |
1747 | 2024-12-19T21:03:10.980Z | Compiling pem-rfc7468 v0.7.0 |
1748 | 2024-12-19T21:03:11.621Z | Compiling tracing v0.1.40 |
1749 | 2024-12-19T21:03:12.367Z | Compiling scroll v0.12.0 |
1750 | 2024-12-19T21:03:12.515Z | Compiling ppv-lite86 v0.2.20 |
1751 | 2024-12-19T21:03:12.588Z | Compiling async-trait v0.1.83 |
1752 | 2024-12-19T21:03:13.038Z | Compiling cookie v0.18.1 |
1753 | 2024-12-19T21:03:13.339Z | Compiling plain v0.2.3 |
1754 | 2024-12-19T21:03:13.395Z | Compiling camino v1.1.9 |
1755 | 2024-12-19T21:03:14.543Z | Compiling flagset v0.4.6 |
1756 | 2024-12-19T21:03:14.758Z | Compiling anyhow v1.0.93 |
1757 | 2024-12-19T21:03:15.046Z | Compiling aws-lc-sys v0.22.0 |
1758 | 2024-12-19T21:03:16.023Z | Compiling der v0.7.9 |
1759 | 2024-12-19T21:03:19.052Z | Compiling goblin v0.8.2 |
1760 | 2024-12-19T21:03:19.264Z | Compiling rand_chacha v0.3.1 |
1761 | 2024-12-19T21:03:20.666Z | Compiling icu_provider v1.5.0 |
1762 | 2024-12-19T21:03:21.642Z | Compiling percent-encoding v2.3.1 |
1763 | 2024-12-19T21:03:21.981Z | Compiling rustls-pki-types v1.9.0 |
1764 | 2024-12-19T21:03:22.329Z | Compiling icu_locid_transform_data v1.5.0 |
1765 | 2024-12-19T21:03:22.441Z | Compiling rayon-core v1.12.1 |
1766 | 2024-12-19T21:03:22.711Z | Compiling pretty-hex v0.4.1 |
1767 | 2024-12-19T21:03:22.936Z | Compiling untrusted v0.7.1 |
1768 | 2024-12-19T21:03:23.141Z | Compiling rustls v0.22.4 |
1769 | 2024-12-19T21:03:23.420Z | Compiling icu_locid_transform v1.5.0 |
1770 | 2024-12-19T21:03:24.739Z | Compiling dof v0.3.0 |
1771 | 2024-12-19T21:03:24.771Z | Compiling rand v0.8.5 |
1772 | 2024-12-19T21:03:24.982Z | Compiling spki v0.7.3 |
1773 | 2024-12-19T21:03:25.700Z | Compiling salsa20 v0.10.2 |
1774 | 2024-12-19T21:03:25.732Z | Compiling dtrace-parser v0.2.0 |
1775 | 2024-12-19T21:03:25.937Z | Compiling tokio-util v0.7.12 |
1776 | 2024-12-19T21:03:26.367Z | Compiling icu_collections v1.5.0 |
1777 | 2024-12-19T21:03:27.188Z | Compiling pbkdf2 v0.12.2 |
1778 | 2024-12-19T21:03:27.596Z | Compiling thread-id v4.2.2 |
1779 | 2024-12-19T21:03:27.614Z | Compiling icu_properties_data v1.5.0 |
1780 | 2024-12-19T21:03:27.712Z | Compiling mirai-annotations v1.12.0 |
1781 | 2024-12-19T21:03:27.777Z | Compiling powerfmt v0.2.0 |
1782 | 2024-12-19T21:03:28.052Z | Compiling untrusted v0.9.0 |
1783 | 2024-12-19T21:03:28.244Z | Compiling winnow v0.5.40 |
1784 | 2024-12-19T21:03:28.465Z | Compiling deranged v0.3.11 |
1785 | 2024-12-19T21:03:30.488Z | Compiling icu_properties v1.5.1 |
1786 | 2024-12-19T21:03:32.083Z | Compiling toml_edit v0.19.15 |
1787 | 2024-12-19T21:03:33.551Z | Compiling scrypt v0.11.0 |
1788 | 2024-12-19T21:03:33.604Z | Compiling aes v0.8.4 |
1789 | 2024-12-19T21:03:34.023Z | Compiling cbc v0.1.2 |
1790 | 2024-12-19T21:03:34.249Z | Compiling multer v3.1.0 |
1791 | 2024-12-19T21:03:34.547Z | Compiling utf16_iter v1.0.5 |
1792 | 2024-12-19T21:03:34.755Z | Compiling num_threads v0.1.7 |
1793 | 2024-12-19T21:03:34.885Z | Compiling rustversion v1.0.17 |
1794 | 2024-12-19T21:03:35.179Z | Compiling write16 v1.0.0 |
1795 | 2024-12-19T21:03:35.241Z | Compiling atomic-waker v1.1.2 |
1796 | 2024-12-19T21:03:35.320Z | Compiling utf8_iter v1.0.4 |
1797 | 2024-12-19T21:03:35.505Z | Compiling icu_normalizer_data v1.5.0 |
1798 | 2024-12-19T21:03:35.555Z | Compiling slog-async v2.8.0 |
1799 | 2024-12-19T21:03:35.851Z | Compiling icu_normalizer v1.5.0 |
1800 | 2024-12-19T21:03:35.904Z | Compiling time v0.3.36 |
1801 | 2024-12-19T21:03:36.717Z | Compiling pkcs5 v0.7.1 |
1802 | 2024-12-19T21:03:38.131Z | Compiling form_urlencoded v1.2.1 |
1803 | 2024-12-19T21:03:38.905Z | Compiling http-body v1.0.1 |
1804 | 2024-12-19T21:03:38.952Z | Compiling heapless v0.7.17 |
1805 | 2024-12-19T21:03:39.514Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1806 | 2024-12-19T21:03:40.108Z | Compiling try-lock v0.2.5 |
1807 | 2024-12-19T21:03:40.763Z | Compiling signal-hook v0.3.17 |
1808 | 2024-12-19T21:03:41.132Z | Compiling want v0.3.1 |
1809 | 2024-12-19T21:03:42.431Z | Compiling pkcs8 v0.10.2 |
1810 | 2024-12-19T21:03:42.548Z | Compiling idna_adapter v1.2.0 |
1811 | 2024-12-19T21:03:43.117Z | Compiling h2 v0.4.6 |
1812 | 2024-12-19T21:03:44.034Z | Compiling usdt-macro v0.5.0 |
1813 | 2024-12-19T21:03:45.357Z | Compiling usdt-attr-macro v0.5.0 |
1814 | 2024-12-19T21:03:46.272Z | Compiling async-stream-impl v0.3.6 |
1815 | 2024-12-19T21:03:46.320Z | Compiling adler2 v2.0.0 |
1816 | 2024-12-19T21:03:46.582Z | Compiling httpdate v1.0.3 |
1817 | 2024-12-19T21:03:47.351Z | Compiling miniz_oxide v0.8.0 |
1818 | 2024-12-19T21:03:48.318Z | Compiling idna v1.0.3 |
1819 | 2024-12-19T21:03:50.007Z | Compiling hyper v1.5.0 |
1820 | 2024-12-19T21:03:50.615Z | Compiling curve25519-dalek v4.1.3 |
1821 | 2024-12-19T21:03:50.951Z | Compiling openapiv3 v2.0.0 |
1822 | 2024-12-19T21:03:51.097Z | Compiling enum-as-inner v0.6.1 |
1823 | 2024-12-19T21:03:53.234Z | Compiling dropshot v0.12.0 |
1824 | 2024-12-19T21:03:53.538Z | Compiling foreign-types-shared v0.1.1 |
1825 | 2024-12-19T21:03:53.661Z | Compiling smoltcp v0.9.1 |
1826 | 2024-12-19T21:03:53.784Z | Compiling base64 v0.22.1 |
1827 | 2024-12-19T21:03:54.454Z | Compiling tower-service v0.3.3 |
1828 | 2024-12-19T21:03:54.737Z | Compiling num-bigint-dig v0.8.4 |
1829 | 2024-12-19T21:03:54.861Z | Compiling portable-atomic v1.9.0 |
1830 | 2024-12-19T21:03:55.012Z | Compiling match_cfg v0.1.0 |
1831 | 2024-12-19T21:03:55.117Z | Compiling hostname v0.3.1 |
1832 | 2024-12-19T21:03:55.138Z | Compiling hyper-util v0.1.10 |
1833 | 2024-12-19T21:03:55.795Z | Compiling foreign-types v0.3.2 |
1834 | 2024-12-19T21:04:01.201Z | Compiling url v2.5.3 |
1835 | 2024-12-19T21:04:03.448Z | Compiling dirs-sys-next v0.1.2 |
1836 | 2024-12-19T21:04:03.685Z | Compiling gimli v0.31.1 |
1837 | 2024-12-19T21:04:03.965Z | Compiling heck v0.4.1 |
1838 | 2024-12-19T21:04:04.132Z | Compiling siphasher v0.3.11 |
1839 | 2024-12-19T21:04:04.153Z | Compiling ident_case v1.0.1 |
1840 | 2024-12-19T21:04:04.213Z | Compiling data-encoding v2.6.0 |
1841 | 2024-12-19T21:04:04.336Z | Compiling darling_core v0.20.10 |
1842 | 2024-12-19T21:04:04.503Z | Compiling dirs-next v2.0.0 |
1843 | 2024-12-19T21:04:07.440Z | Compiling http-body-util v0.1.2 |
1844 | 2024-12-19T21:04:10.489Z | Compiling addr2line v0.24.2 |
1845 | 2024-12-19T21:04:10.919Z | Compiling crossbeam-epoch v0.9.18 |
1846 | 2024-12-19T21:04:11.111Z | Compiling hubpack_derive v0.1.1 |
1847 | 2024-12-19T21:04:11.196Z | Compiling dropshot_endpoint v0.12.0 |
1848 | 2024-12-19T21:04:11.484Z | Compiling sha1 v0.10.6 |
1849 | 2024-12-19T21:04:11.635Z | Compiling signature v2.2.0 |
1850 | 2024-12-19T21:04:11.883Z | Compiling zerocopy-derive v0.6.6 |
1851 | 2024-12-19T21:04:11.890Z | Compiling curve25519-dalek-derive v0.1.1 |
1852 | 2024-12-19T21:04:13.004Z | Compiling object v0.36.5 |
1853 | 2024-12-19T21:04:13.271Z | Compiling thread_local v1.1.8 |
1854 | 2024-12-19T21:04:13.740Z | Compiling fs-err v2.11.0 |
1855 | 2024-12-19T21:04:13.812Z | Compiling encoding_rs v0.8.34 |
1856 | 2024-12-19T21:04:15.325Z | Compiling unicode-properties v0.1.3 |
1857 | 2024-12-19T21:04:15.730Z | Compiling utf8parse v0.2.2 |
1858 | 2024-12-19T21:04:15.906Z | Compiling openssl-probe v0.1.5 |
1859 | 2024-12-19T21:04:17.511Z | Compiling winnow v0.6.20 |
1860 | 2024-12-19T21:04:21.262Z | Compiling mime v0.3.17 |
1861 | 2024-12-19T21:04:21.442Z | Compiling rustc-demangle v0.1.24 |
1862 | 2024-12-19T21:04:22.363Z | Compiling anstyle v1.0.10 |
1863 | 2024-12-19T21:04:22.390Z | Compiling ipnet v2.10.1 |
1864 | 2024-12-19T21:04:23.756Z | Compiling backtrace v0.3.74 |
1865 | 2024-12-19T21:04:23.968Z | Compiling toml_edit v0.22.22 |
1866 | 2024-12-19T21:04:25.866Z | Compiling anstyle-parse v0.2.5 |
1867 | 2024-12-19T21:04:26.203Z | Compiling stringprep v0.1.5 |
1868 | 2024-12-19T21:04:28.543Z | Compiling crossbeam-deque v0.8.5 |
1869 | 2024-12-19T21:04:31.013Z | Compiling rustls-webpki v0.102.8 |
1870 | 2024-12-19T21:04:31.314Z | Compiling darling_macro v0.20.10 |
1871 | 2024-12-19T21:04:34.698Z | Compiling term v0.7.0 |
1872 | 2024-12-19T21:04:35.970Z | Compiling slog-json v2.6.1 |
1873 | 2024-12-19T21:04:37.994Z | Compiling serde_urlencoded v0.7.1 |
1874 | 2024-12-19T21:04:39.322Z | Compiling crossbeam-channel v0.5.13 |
1875 | 2024-12-19T21:04:39.450Z | Compiling rustls-pemfile v2.2.0 |
1876 | 2024-12-19T21:04:40.296Z | Compiling hashbrown v0.14.5 |
1877 | 2024-12-19T21:04:40.937Z | Compiling idna v0.4.0 |
1878 | 2024-12-19T21:04:41.032Z | Compiling idna v0.3.0 |
1879 | 2024-12-19T21:04:41.715Z | Compiling futures-executor v0.3.31 |
1880 | 2024-12-19T21:04:42.549Z | Compiling num-integer v0.1.46 |
1881 | 2024-12-19T21:04:42.670Z | Compiling md-5 v0.10.6 |
1882 | 2024-12-19T21:04:42.925Z | Compiling ff v0.13.0 |
1883 | 2024-12-19T21:04:42.945Z | Compiling hash32 v0.2.1 |
1884 | 2024-12-19T21:04:43.176Z | Compiling is-terminal v0.4.13 |
1885 | 2024-12-19T21:04:43.279Z | Compiling memmap v0.7.0 |
1886 | 2024-12-19T21:04:43.343Z | Compiling is_terminal_polyfill v1.70.1 |
1887 | 2024-12-19T21:04:43.485Z | Compiling take_mut v0.2.2 |
1888 | 2024-12-19T21:04:43.612Z | Compiling linked-hash-map v0.5.6 |
1889 | 2024-12-19T21:04:43.653Z | Compiling colorchoice v1.0.2 |
1890 | 2024-12-19T21:04:43.973Z | Compiling anstyle-query v1.1.1 |
1891 | 2024-12-19T21:04:44.643Z | Compiling utf-8 v0.7.6 |
1892 | 2024-12-19T21:04:44.687Z | Compiling psl-types v2.0.11 |
1893 | 2024-12-19T21:04:44.902Z | Compiling base16ct v0.2.0 |
1894 | 2024-12-19T21:04:44.956Z | Compiling quick-error v1.2.3 |
1895 | 2024-12-19T21:04:45.202Z | Compiling fallible-iterator v0.2.0 |
1896 | 2024-12-19T21:04:45.859Z | Compiling sec1 v0.7.3 |
1897 | 2024-12-19T21:04:45.976Z | Compiling postgres-protocol v0.6.7 |
1898 | 2024-12-19T21:04:46.463Z | Compiling resolv-conf v0.7.0 |
1899 | 2024-12-19T21:04:47.154Z | Compiling publicsuffix v2.2.3 |
1900 | 2024-12-19T21:04:47.211Z | Compiling tungstenite v0.24.0 |
1901 | 2024-12-19T21:04:48.202Z | Compiling anstream v0.6.15 |
1902 | 2024-12-19T21:04:48.517Z | Compiling lru-cache v0.1.2 |
1903 | 2024-12-19T21:04:48.883Z | Compiling usdt v0.5.0 |
1904 | 2024-12-19T21:04:48.926Z | Compiling slog-term v2.9.1 |
1905 | 2024-12-19T21:04:49.367Z | Compiling group v0.13.0 |
1906 | 2024-12-19T21:04:49.673Z | Compiling num-iter v0.1.45 |
1907 | 2024-12-19T21:04:49.752Z | Compiling futures v0.3.31 |
1908 | 2024-12-19T21:04:49.858Z | Compiling hickory-proto v0.24.1 |
1909 | 2024-12-19T21:04:49.878Z | Compiling regress v0.10.1 |
1910 | 2024-12-19T21:04:53.015Z | Compiling tokio-rustls v0.26.0 |
1911 | 2024-12-19T21:04:53.668Z | Compiling tokio-rustls v0.25.0 |
1912 | 2024-12-19T21:04:53.755Z | Compiling slog-bunyan v2.5.0 |
1913 | 2024-12-19T21:04:53.838Z | Compiling darling v0.20.10 |
1914 | 2024-12-19T21:04:53.983Z | Compiling toml v0.8.19 |
1915 | 2024-12-19T21:04:54.090Z | Compiling tokio-native-tls v0.3.1 |
1916 | 2024-12-19T21:04:54.376Z | Compiling phf_shared v0.11.2 |
1917 | 2024-12-19T21:04:54.516Z | Compiling strum_macros v0.25.3 |
1918 | 2024-12-19T21:04:54.832Z | Compiling async-stream v0.3.6 |
1919 | 2024-12-19T21:04:54.902Z | Compiling waitgroup v0.1.2 |
1920 | 2024-12-19T21:04:55.115Z | Compiling webpki-roots v0.26.6 |
1921 | 2024-12-19T21:04:55.562Z | Compiling idna v0.5.0 |
1922 | 2024-12-19T21:04:55.585Z | Compiling terminal_size v0.4.0 |
1923 | 2024-12-19T21:04:55.797Z | Compiling serde_path_to_error v0.1.16 |
1924 | 2024-12-19T21:04:56.451Z | Compiling hkdf v0.12.4 |
1925 | 2024-12-19T21:04:56.835Z | Compiling crypto-bigint v0.5.5 |
1926 | 2024-12-19T21:04:57.000Z | Compiling serde_repr v0.1.19 |
1927 | 2024-12-19T21:04:57.306Z | Compiling clap_derive v4.5.18 |
1928 | 2024-12-19T21:04:58.064Z | Compiling derive-where v1.2.7 |
1929 | 2024-12-19T21:04:58.103Z | Compiling hostname v0.4.0 |
1930 | 2024-12-19T21:04:58.342Z | Compiling crc32fast v1.4.2 |
1931 | 2024-12-19T21:04:58.674Z | Compiling unicode-width v0.1.14 |
1932 | 2024-12-19T21:04:59.151Z | Compiling debug-ignore v1.0.5 |
1933 | 2024-12-19T21:04:59.219Z | Compiling bitflags v1.3.2 |
1934 | 2024-12-19T21:04:59.333Z | Compiling managed v0.8.0 |
1935 | 2024-12-19T21:04:59.412Z | Compiling clap_lex v0.7.2 |
1936 | 2024-12-19T21:05:00.796Z | Compiling elliptic-curve v0.13.8 |
1937 | 2024-12-19T21:05:01.224Z | Compiling clap_builder v4.5.21 |
1938 | 2024-12-19T21:05:02.752Z | Compiling console v0.15.8 |
1939 | 2024-12-19T21:05:04.044Z | Compiling flate2 v1.0.34 |
1940 | 2024-12-19T21:05:04.119Z | Compiling cookie_store v0.21.0 |
1941 | 2024-12-19T21:05:06.837Z | Compiling hickory-resolver v0.24.1 |
1942 | 2024-12-19T21:05:08.639Z | Compiling hyper-rustls v0.27.3 |
1943 | 2024-12-19T21:05:10.699Z | Compiling phf v0.11.2 |
1944 | 2024-12-19T21:05:10.841Z | Compiling hyper-tls v0.6.0 |
1945 | 2024-12-19T21:05:11.011Z | Compiling signal-hook-mio v0.2.4 |
1946 | 2024-12-19T21:05:11.201Z | Compiling typify-impl v0.2.0 |
1947 | 2024-12-19T21:05:11.248Z | Compiling bzip2 v0.4.4 |
1948 | 2024-12-19T21:05:11.623Z | Compiling rayon v1.10.0 |
1949 | 2024-12-19T21:05:11.814Z | Compiling tokio-tungstenite v0.24.0 |
1950 | 2024-12-19T21:05:12.145Z | Compiling postgres-types v0.2.8 |
1951 | 2024-12-19T21:05:12.388Z | Compiling zerocopy v0.6.6 |
1952 | 2024-12-19T21:05:12.422Z | Compiling hubpack v0.1.2 |
1953 | 2024-12-19T21:05:12.493Z | Compiling ed25519 v2.2.3 |
1954 | 2024-12-19T21:05:12.887Z | Compiling phf_shared v0.10.0 |
1955 | 2024-12-19T21:05:13.254Z | Compiling pkcs1 v0.7.5 |
1956 | 2024-12-19T21:05:13.300Z | Compiling tokio-stream v0.1.16 |
1957 | 2024-12-19T21:05:14.221Z | Compiling serde-big-array v0.5.1 |
1958 | 2024-12-19T21:05:14.323Z | Compiling rfc6979 v0.4.0 |
1959 | 2024-12-19T21:05:14.463Z | Compiling float-cmp v0.9.0 |
1960 | 2024-12-19T21:05:14.527Z | Compiling sync_wrapper v1.0.1 |
1961 | 2024-12-19T21:05:14.683Z | Compiling bstr v1.10.0 |
1962 | 2024-12-19T21:05:16.282Z | Compiling whoami v1.5.2 |
1963 | 2024-12-19T21:05:16.305Z | Compiling unicode-segmentation v1.12.0 |
1964 | 2024-12-19T21:05:16.552Z | Compiling normalize-line-endings v0.3.0 |
1965 | 2024-12-19T21:05:16.693Z | Compiling new_debug_unreachable v1.0.6 |
1966 | 2024-12-19T21:05:16.800Z | Compiling static_assertions v1.1.0 |
1967 | 2024-12-19T21:05:16.868Z | Compiling difflib v0.4.0 |
1968 | 2024-12-19T21:05:16.917Z | Compiling predicates-core v1.0.8 |
1969 | 2024-12-19T21:05:17.160Z | Compiling precomputed-hash v0.1.1 |
1970 | 2024-12-19T21:05:17.256Z | Compiling fixedbitset v0.4.2 |
1971 | 2024-12-19T21:05:17.681Z | Compiling number_prefix v0.4.0 |
1972 | 2024-12-19T21:05:17.726Z | Compiling unicode-width v0.2.0 |
1973 | 2024-12-19T21:05:17.875Z | Compiling bit-vec v0.6.3 |
1974 | 2024-12-19T21:05:18.134Z | Compiling petgraph v0.6.5 |
1975 | 2024-12-19T21:05:18.273Z | Compiling bit-set v0.5.3 |
1976 | 2024-12-19T21:05:18.324Z | Compiling indicatif v0.17.9 |
1977 | 2024-12-19T21:05:18.556Z | Compiling predicates v3.1.2 |
1978 | 2024-12-19T21:05:20.103Z | Compiling string_cache v0.8.7 |
1979 | 2024-12-19T21:05:20.225Z | Compiling similar v2.6.0 |
1980 | 2024-12-19T21:05:20.260Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1981 | 2024-12-19T21:05:20.554Z | Compiling tokio-postgres v0.7.12 |
1982 | 2024-12-19T21:05:23.325Z | Compiling typify-macro v0.2.0 |
1983 | 2024-12-19T21:05:23.544Z | Compiling reqwest v0.12.9 |
1984 | 2024-12-19T21:05:24.366Z | Compiling ecdsa v0.16.9 |
1985 | 2024-12-19T21:05:24.600Z | Compiling qorb v0.2.1 |
1986 | 2024-12-19T21:05:25.268Z | Compiling rsa v0.9.6 |
1987 | 2024-12-19T21:05:26.422Z | Compiling ed25519-dalek v2.1.1 |
1988 | 2024-12-19T21:05:26.962Z | Compiling zip v0.6.6 |
1989 | 2024-12-19T21:05:27.078Z | Compiling crossterm v0.28.1 |
1990 | 2024-12-19T21:05:27.108Z | Compiling clap v4.5.21 |
1991 | 2024-12-19T21:05:28.249Z | Compiling toml v0.7.8 |
1992 | 2024-12-19T21:05:29.273Z | Compiling x509-cert v0.2.5 |
1993 | 2024-12-19T21:05:30.237Z | Compiling hex v0.4.3 |
1994 | 2024-12-19T21:05:30.881Z | Compiling itertools v0.10.5 |
1995 | 2024-12-19T21:05:31.035Z | Compiling lalrpop-util v0.19.12 |
1996 | 2024-12-19T21:05:31.396Z | Compiling peg-runtime v0.8.3 |
1997 | 2024-12-19T21:05:31.553Z | Compiling zerocopy v0.8.10 |
1998 | 2024-12-19T21:05:31.947Z | Compiling unicode-xid v0.2.6 |
1999 | 2024-12-19T21:05:33.803Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2000 | 2024-12-19T21:05:38.256Z | Compiling proc-macro-crate v1.3.1 |
2001 | 2024-12-19T21:05:38.585Z | Compiling ipnetwork v0.20.0 |
2002 | 2024-12-19T21:05:39.132Z | Compiling macaddr v1.0.1 |
2003 | 2024-12-19T21:05:39.501Z | Compiling zerocopy-derive v0.8.10 |
2004 | 2024-12-19T21:05:39.773Z | Compiling itertools v0.13.0 |
2005 | 2024-12-19T21:05:42.738Z | Compiling heapless v0.8.0 |
2006 | 2024-12-19T21:05:43.210Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2007 | 2024-12-19T21:05:47.620Z | Compiling num_enum_derive v0.5.11 |
2008 | 2024-12-19T21:05:55.628Z | Compiling hash32 v0.3.1 |
2009 | 2024-12-19T21:05:56.485Z | Compiling smoltcp v0.11.0 |
2010 | 2024-12-19T21:05:57.101Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2011 | 2024-12-19T21:06:02.484Z | Compiling num_enum v0.5.11 |
2012 | 2024-12-19T21:06:02.680Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2013 | 2024-12-19T21:06:03.709Z | Compiling typify v0.2.0 |
2014 | 2024-12-19T21:06:04.359Z | Compiling proc-macro-error-attr v1.0.4 |
2015 | 2024-12-19T21:06:04.673Z | Compiling unsafe-libyaml v0.2.11 |
2016 | 2024-12-19T21:06:04.987Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2017 | 2024-12-19T21:06:05.280Z | Compiling cobs v0.2.3 |
2018 | 2024-12-19T21:06:05.745Z | Compiling postcard v1.0.10 |
2019 | 2024-12-19T21:06:06.480Z | Compiling serde_yaml v0.9.34+deprecated |
2020 | 2024-12-19T21:06:19.208Z | Compiling progenitor-impl v0.8.0 |
2021 | 2024-12-19T21:06:26.432Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2022 | 2024-12-19T21:06:35.244Z | Compiling strum_macros v0.26.4 |
2023 | 2024-12-19T21:06:36.179Z | Compiling structmeta-derive v0.3.0 |
2024 | 2024-12-19T21:06:36.198Z | Compiling foreign-types-macros v0.2.3 |
2025 | 2024-12-19T21:06:36.506Z | Compiling proc-macro-error v1.0.4 |
2026 | 2024-12-19T21:06:36.821Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2027 | 2024-12-19T21:06:36.981Z | Compiling newtype-uuid v1.1.3 |
2028 | 2024-12-19T21:06:37.454Z | Compiling foreign-types-shared v0.3.1 |
2029 | 2024-12-19T21:06:37.848Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2030 | 2024-12-19T21:06:38.763Z | Compiling structmeta v0.3.0 |
2031 | 2024-12-19T21:06:39.737Z | Compiling strum v0.26.3 |
2032 | 2024-12-19T21:06:39.946Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2033 | 2024-12-19T21:06:43.145Z | Compiling foreign-types v0.5.0 |
2034 | 2024-12-19T21:06:49.642Z | Compiling progenitor-macro v0.8.0 |
2035 | 2024-12-19T21:06:51.645Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2036 | 2024-12-19T21:06:51.822Z | Compiling progenitor-client v0.8.0 |
2037 | 2024-12-19T21:06:55.350Z | Compiling tabwriter v1.4.0 |
2038 | 2024-12-19T21:06:56.823Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2039 | 2024-12-19T21:06:56.885Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2040 | 2024-12-19T21:06:57.481Z | Compiling cstr-argument v0.1.2 |
2041 | 2024-12-19T21:06:57.620Z | Compiling dropshot v0.13.0 |
2042 | 2024-12-19T21:06:57.755Z | Compiling pretty-hex v0.2.1 |
2043 | 2024-12-19T21:06:57.773Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2044 | 2024-12-19T21:06:57.929Z | Compiling crucible-workspace-hack v0.1.0 |
2045 | 2024-12-19T21:06:58.230Z | Compiling thiserror v2.0.3 |
2046 | 2024-12-19T21:06:58.415Z | Compiling fastrand v2.1.1 |
2047 | 2024-12-19T21:06:59.094Z | Compiling tempfile v3.13.0 |
2048 | 2024-12-19T21:06:59.346Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2049 | 2024-12-19T21:06:59.706Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2050 | 2024-12-19T21:06:59.758Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2051 | 2024-12-19T21:07:00.702Z | Compiling parse-display-derive v0.10.0 |
2052 | 2024-12-19T21:07:00.825Z | Compiling colored v2.1.0 |
2053 | 2024-12-19T21:07:00.952Z | Compiling serde_with_macros v3.11.0 |
2054 | 2024-12-19T21:07:02.085Z | Compiling dropshot_endpoint v0.13.0 |
2055 | 2024-12-19T21:07:02.587Z | Compiling progenitor v0.8.0 |
2056 | 2024-12-19T21:07:02.902Z | Compiling thiserror-impl v2.0.3 |
2057 | 2024-12-19T21:07:03.480Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2058 | 2024-12-19T21:07:03.551Z | Compiling instant v0.1.13 |
2059 | 2024-12-19T21:07:03.733Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2060 | 2024-12-19T21:07:04.167Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2061 | 2024-12-19T21:07:04.238Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2062 | 2024-12-19T21:07:04.454Z | Compiling backoff v0.4.0 |
2063 | 2024-12-19T21:07:04.590Z | Compiling parse-display v0.10.0 |
2064 | 2024-12-19T21:07:04.840Z | Compiling serde_with v3.11.0 |
2065 | 2024-12-19T21:07:06.084Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2066 | 2024-12-19T21:07:07.228Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2067 | 2024-12-19T21:07:07.300Z | Compiling zone_cfg_derive v0.3.0 |
2068 | 2024-12-19T21:07:07.886Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2069 | 2024-12-19T21:07:08.538Z | Compiling camino-tempfile v1.1.1 |
2070 | 2024-12-19T21:07:08.810Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2071 | 2024-12-19T21:07:09.296Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2072 | 2024-12-19T21:07:09.354Z | Compiling regress v0.9.1 |
2073 | 2024-12-19T21:07:09.372Z | Compiling num-derive v0.4.2 |
2074 | 2024-12-19T21:07:09.487Z | Compiling sigpipe v0.1.3 |
2075 | 2024-12-19T21:07:09.641Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2076 | 2024-12-19T21:07:09.942Z | Compiling libefi-sys v0.1.0 |
2077 | 2024-12-19T21:07:10.311Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2078 | 2024-12-19T21:07:11.654Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2079 | 2024-12-19T21:07:13.236Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2080 | 2024-12-19T21:07:13.605Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2081 | 2024-12-19T21:07:13.805Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2082 | 2024-12-19T21:07:16.387Z | Compiling zone v0.3.0 |
2083 | 2024-12-19T21:07:16.955Z | Compiling smf v0.2.3 |
2084 | 2024-12-19T21:07:18.068Z | Compiling bitfield-struct v0.6.2 |
2085 | 2024-12-19T21:07:18.087Z | Compiling blake3 v1.5.4 |
2086 | 2024-12-19T21:07:18.717Z | Compiling ring v0.16.20 |
2087 | 2024-12-19T21:07:19.439Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2088 | 2024-12-19T21:07:19.596Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2089 | 2024-12-19T21:07:20.392Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2090 | 2024-12-19T21:07:20.392Z | Compiling xattr v1.3.1 |
2091 | 2024-12-19T21:07:20.443Z | Compiling filetime v0.2.25 |
2092 | 2024-12-19T21:07:20.738Z | Compiling memmap2 v0.9.5 |
2093 | 2024-12-19T21:07:20.810Z | Compiling arrayvec v0.7.6 |
2094 | 2024-12-19T21:07:21.322Z | Compiling arrayref v0.3.9 |
2095 | 2024-12-19T21:07:21.341Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2096 | 2024-12-19T21:07:21.438Z | Compiling constant_time_eq v0.3.1 |
2097 | 2024-12-19T21:07:21.474Z | Compiling spin v0.5.2 |
2098 | 2024-12-19T21:07:21.493Z | Compiling same-file v1.0.6 |
2099 | 2024-12-19T21:07:21.752Z | Compiling walkdir v2.5.0 |
2100 | 2024-12-19T21:07:21.782Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2101 | 2024-12-19T21:07:23.420Z | Compiling tar v0.4.42 |
2102 | 2024-12-19T21:07:24.334Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2103 | 2024-12-19T21:07:24.448Z | Compiling gethostname v0.5.0 |
2104 | 2024-12-19T21:07:24.523Z | Compiling cargo-platform v0.1.8 |
2105 | 2024-12-19T21:07:24.661Z | Compiling topological-sort v0.2.2 |
2106 | 2024-12-19T21:07:24.947Z | Compiling cargo_metadata v0.18.1 |
2107 | 2024-12-19T21:07:29.019Z | Compiling omicron-zone-package v0.11.1 |
2108 | 2024-12-19T21:07:32.144Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2109 | 2024-12-19T21:07:34.770Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2110 | 2024-12-19T21:07:39.425Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2111 | 2024-12-19T21:07:55.865Z | Finished `release` profile [optimized] target(s) in 5m 29s |
2112 | 2024-12-19T21:07:56.029Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
2113 | 2024-12-19T21:07:56.077Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2114 | 2024-12-19T21:07:56.080Z | Created new build target 'test' and set it as active |
2115 | 2024-12-19T21:07:56.080Z | |
2116 | 2024-12-19T21:07:56.080Z | real 5:30.247974730 |
2117 | 2024-12-19T21:07:56.080Z | user 37:04.189890906 |
2118 | 2024-12-19T21:07:56.080Z | sys 4:59.731982007 |
2119 | 2024-12-19T21:07:56.080Z | trap 1.093141076 |
2120 | 2024-12-19T21:07:56.080Z | tflt 3.107260469 |
2121 | 2024-12-19T21:07:56.080Z | dflt 0.714702899 |
2122 | 2024-12-19T21:07:56.080Z | kflt 0.008273608 |
2123 | 2024-12-19T21:07:56.080Z | lock 1:17:36.558374760 |
2124 | 2024-12-19T21:07:56.080Z | slp 2:34:51.288430634 |
2125 | 2024-12-19T21:07:56.080Z | lat 2:38.828958951 |
2126 | 2024-12-19T21:07:56.080Z | stop 4:35.001427902 |
2127 | 2024-12-19T21:07:56.080Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2128 | 2024-12-19T21:07:57.056Z | Finished `release` profile [optimized] target(s) in 0.92s |
2129 | 2024-12-19T21:07:57.115Z | Running `target/release/omicron-package -t test package` |
2130 | 2024-12-19T21:07:57.159Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2131 | 2024-12-19T21:07:58.305Z | Compiling convert_case v0.4.0 |
2132 | 2024-12-19T21:07:58.305Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2133 | 2024-12-19T21:07:58.305Z | Compiling itertools v0.13.0 |
2134 | 2024-12-19T21:07:58.308Z | Compiling newline-converter v0.3.0 |
2135 | 2024-12-19T21:07:58.308Z | Compiling password-hash v0.5.0 |
2136 | 2024-12-19T21:07:58.308Z | Compiling progenitor-client v0.8.0 |
2137 | 2024-12-19T21:07:58.308Z | Compiling blake2 v0.10.6 |
2138 | 2024-12-19T21:07:58.308Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2139 | 2024-12-19T21:07:58.642Z | Compiling expectorate v1.1.0 |
2140 | 2024-12-19T21:07:58.787Z | Compiling owo-colors v4.1.0 |
2141 | 2024-12-19T21:07:58.852Z | Compiling cancel-safe-futures v0.1.5 |
2142 | 2024-12-19T21:07:58.985Z | Compiling argon2 v0.5.3 |
2143 | 2024-12-19T21:07:59.065Z | Compiling progenitor v0.8.0 |
2144 | 2024-12-19T21:07:59.141Z | Compiling derive_more v0.99.18 |
2145 | 2024-12-19T21:07:59.201Z | Compiling num-rational v0.4.2 |
2146 | 2024-12-19T21:07:59.218Z | Compiling num-complex v0.4.6 |
2147 | 2024-12-19T21:08:00.069Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2148 | 2024-12-19T21:08:00.540Z | Compiling num v0.4.3 |
2149 | 2024-12-19T21:08:00.566Z | Compiling atomicwrites v0.4.4 |
2150 | 2024-12-19T21:08:00.665Z | Compiling libsw v3.3.1 |
2151 | 2024-12-19T21:08:00.695Z | Compiling linear-map v1.2.0 |
2152 | 2024-12-19T21:08:01.013Z | Compiling indent_write v2.2.0 |
2153 | 2024-12-19T21:08:01.108Z | Compiling float-ord v0.3.2 |
2154 | 2024-12-19T21:08:01.134Z | Compiling swrite v0.1.0 |
2155 | 2024-12-19T21:08:01.258Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2156 | 2024-12-19T21:08:01.278Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2157 | 2024-12-19T21:08:01.298Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2158 | 2024-12-19T21:08:01.315Z | Compiling base64 v0.21.7 |
2159 | 2024-12-19T21:08:01.666Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2160 | 2024-12-19T21:08:02.173Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2161 | 2024-12-19T21:08:02.423Z | Compiling highway v1.2.0 |
2162 | 2024-12-19T21:08:02.442Z | Compiling semver v0.1.20 |
2163 | 2024-12-19T21:08:03.061Z | Compiling rustc_version v0.1.7 |
2164 | 2024-12-19T21:08:03.494Z | Compiling newtype_derive v0.1.6 |
2165 | 2024-12-19T21:08:03.814Z | Compiling newtype-uuid v1.1.3 |
2166 | 2024-12-19T21:08:03.943Z | Compiling dropshot v0.13.0 |
2167 | 2024-12-19T21:08:04.025Z | Compiling ipnetwork v0.20.0 |
2168 | 2024-12-19T21:08:04.180Z | Compiling instant v0.1.13 |
2169 | 2024-12-19T21:08:04.352Z | Compiling humantime v2.1.0 |
2170 | 2024-12-19T21:08:04.833Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2171 | 2024-12-19T21:08:05.216Z | Compiling backoff v0.4.0 |
2172 | 2024-12-19T21:08:05.515Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2173 | 2024-12-19T21:08:05.573Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2174 | 2024-12-19T21:08:05.779Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2175 | 2024-12-19T21:08:09.395Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2176 | 2024-12-19T21:08:09.708Z | Compiling parse-display v0.10.0 |
2177 | 2024-12-19T21:08:10.303Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2178 | 2024-12-19T21:08:10.500Z | Compiling serde_with v3.11.0 |
2179 | 2024-12-19T21:08:10.635Z | Compiling strum v0.26.3 |
2180 | 2024-12-19T21:08:10.838Z | Compiling regress v0.9.1 |
2181 | 2024-12-19T21:08:14.483Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2182 | 2024-12-19T21:08:15.725Z | Compiling macaddr v1.0.1 |
2183 | 2024-12-19T21:08:15.881Z | Compiling steno v0.4.1 |
2184 | 2024-12-19T21:08:16.157Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2185 | 2024-12-19T21:08:16.424Z | Compiling prettyplease v0.2.25 |
2186 | 2024-12-19T21:08:16.458Z | Compiling slog-dtrace v0.3.0 |
2187 | 2024-12-19T21:08:17.354Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2188 | 2024-12-19T21:08:18.420Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2189 | 2024-12-19T21:08:18.453Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2190 | 2024-12-19T21:08:20.895Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2191 | 2024-12-19T21:08:21.576Z | Compiling half v2.4.1 |
2192 | 2024-12-19T21:08:22.296Z | Compiling ciborium-io v0.2.2 |
2193 | 2024-12-19T21:08:22.453Z | Compiling ciborium-ll v0.2.2 |
2194 | 2024-12-19T21:08:22.998Z | Compiling tungstenite v0.21.0 |
2195 | 2024-12-19T21:08:26.246Z | Compiling tokio-tungstenite v0.21.0 |
2196 | 2024-12-19T21:08:26.949Z | Compiling ciborium v0.2.2 |
2197 | 2024-12-19T21:08:28.132Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2198 | 2024-12-19T21:08:34.307Z | Compiling same-file v1.0.6 |
2199 | 2024-12-19T21:08:34.565Z | Compiling fastrand v2.1.1 |
2200 | 2024-12-19T21:08:34.997Z | Compiling display-error-chain v0.2.2 |
2201 | 2024-12-19T21:08:35.020Z | Compiling tempfile v3.13.0 |
2202 | 2024-12-19T21:08:35.219Z | Compiling walkdir v2.5.0 |
2203 | 2024-12-19T21:08:35.816Z | Compiling ring v0.16.20 |
2204 | 2024-12-19T21:08:35.880Z | Compiling blake3 v1.5.4 |
2205 | 2024-12-19T21:08:36.519Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2206 | 2024-12-19T21:08:36.572Z | Compiling xattr v1.3.1 |
2207 | 2024-12-19T21:08:36.674Z | Compiling filetime v0.2.25 |
2208 | 2024-12-19T21:08:36.860Z | Compiling memmap2 v0.9.5 |
2209 | 2024-12-19T21:08:36.964Z | Compiling arrayref v0.3.9 |
2210 | 2024-12-19T21:08:37.080Z | Compiling spin v0.5.2 |
2211 | 2024-12-19T21:08:37.099Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2212 | 2024-12-19T21:08:37.272Z | Compiling keccak v0.1.5 |
2213 | 2024-12-19T21:08:37.307Z | Compiling arrayvec v0.7.6 |
2214 | 2024-12-19T21:08:37.754Z | Compiling constant_time_eq v0.3.1 |
2215 | 2024-12-19T21:08:37.793Z | Compiling sha3 v0.10.8 |
2216 | 2024-12-19T21:08:38.252Z | Compiling tar v0.4.42 |
2217 | 2024-12-19T21:08:38.685Z | Compiling toolchain_find v0.4.0 |
2218 | 2024-12-19T21:08:39.075Z | Compiling camino-tempfile v1.1.1 |
2219 | 2024-12-19T21:08:39.289Z | Compiling const_format_proc_macros v0.2.33 |
2220 | 2024-12-19T21:08:39.529Z | Compiling maplit v1.0.2 |
2221 | 2024-12-19T21:08:39.671Z | Compiling radium v0.7.0 |
2222 | 2024-12-19T21:08:40.108Z | Compiling crunchy v0.2.2 |
2223 | 2024-12-19T21:08:40.128Z | Compiling topological-sort v0.2.2 |
2224 | 2024-12-19T21:08:40.317Z | Compiling rustfmt-wrapper v0.2.1 |
2225 | 2024-12-19T21:08:40.359Z | Compiling tap v1.0.1 |
2226 | 2024-12-19T21:08:40.555Z | Compiling omicron-zone-package v0.11.1 |
2227 | 2024-12-19T21:08:40.605Z | Compiling maybe-uninit v2.0.0 |
2228 | 2024-12-19T21:08:40.882Z | Compiling tiny-keccak v2.0.2 |
2229 | 2024-12-19T21:08:41.134Z | Compiling const_format v0.2.33 |
2230 | 2024-12-19T21:08:41.204Z | Compiling wyz v0.5.1 |
2231 | 2024-12-19T21:08:41.627Z | Compiling dsl_auto_type v0.1.2 |
2232 | 2024-12-19T21:08:41.719Z | Compiling phf_generator v0.11.2 |
2233 | 2024-12-19T21:08:41.862Z | Compiling scheduled-thread-pool v0.2.7 |
2234 | 2024-12-19T21:08:41.920Z | Compiling secrecy v0.8.0 |
2235 | 2024-12-19T21:08:41.945Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2236 | 2024-12-19T21:08:42.316Z | Compiling diesel_table_macro_syntax v0.2.0 |
2237 | 2024-12-19T21:08:42.338Z | Compiling async-recursion v1.1.1 |
2238 | 2024-12-19T21:08:42.416Z | Compiling packed_struct v0.10.1 |
2239 | 2024-12-19T21:08:42.585Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2240 | 2024-12-19T21:08:42.841Z | Compiling arc-swap v1.7.1 |
2241 | 2024-12-19T21:08:42.968Z | Compiling funty v2.0.0 |
2242 | 2024-12-19T21:08:43.037Z | Compiling crc-catalog v2.4.0 |
2243 | 2024-12-19T21:08:43.142Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2244 | 2024-12-19T21:08:43.211Z | Compiling crc v3.2.1 |
2245 | 2024-12-19T21:08:43.582Z | Compiling slog-scope v4.4.0 |
2246 | 2024-12-19T21:08:43.807Z | Compiling diesel_derives v2.2.3 |
2247 | 2024-12-19T21:08:44.439Z | Compiling bitvec v1.0.1 |
2248 | 2024-12-19T21:08:45.279Z | Compiling r2d2 v0.8.10 |
2249 | 2024-12-19T21:08:45.418Z | Compiling phf_codegen v0.11.2 |
2250 | 2024-12-19T21:08:45.739Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2251 | 2024-12-19T21:08:45.860Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2252 | 2024-12-19T21:08:46.055Z | Compiling ascii-canvas v3.0.0 |
2253 | 2024-12-19T21:08:46.544Z | Compiling universal-hash v0.5.1 |
2254 | 2024-12-19T21:08:46.795Z | Compiling thiserror-impl-no-std v2.0.2 |
2255 | 2024-12-19T21:08:49.124Z | Compiling packed_struct_codegen v0.10.1 |
2256 | 2024-12-19T21:08:49.535Z | Compiling parse-zoneinfo v0.3.1 |
2257 | 2024-12-19T21:08:51.164Z | Compiling ena v0.14.3 |
2258 | 2024-12-19T21:08:51.597Z | Compiling indexmap v1.9.3 |
2259 | 2024-12-19T21:08:51.664Z | Compiling nodrop v0.1.14 |
2260 | 2024-12-19T21:08:51.814Z | Compiling diff v0.1.13 |
2261 | 2024-12-19T21:08:51.923Z | Compiling regex-syntax v0.6.29 |
2262 | 2024-12-19T21:08:52.374Z | Compiling opaque-debug v0.3.1 |
2263 | 2024-12-19T21:08:52.487Z | Compiling poly1305 v0.8.0 |
2264 | 2024-12-19T21:08:54.058Z | Compiling array-init v0.0.4 |
2265 | 2024-12-19T21:08:55.219Z | Compiling diesel v2.2.6 |
2266 | 2024-12-19T21:08:57.441Z | Compiling lalrpop v0.19.12 |
2267 | 2024-12-19T21:08:59.566Z | Compiling chrono-tz-build v0.4.0 |
2268 | 2024-12-19T21:09:00.762Z | Compiling thiserror-no-std v2.0.2 |
2269 | 2024-12-19T21:09:00.911Z | Compiling smallvec v0.6.14 |
2270 | 2024-12-19T21:09:02.034Z | Compiling slog-stdlog v4.1.1 |
2271 | 2024-12-19T21:09:02.840Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2272 | 2024-12-19T21:09:03.082Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2273 | 2024-12-19T21:09:03.385Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2274 | 2024-12-19T21:09:03.621Z | Compiling chacha20 v0.9.1 |
2275 | 2024-12-19T21:09:03.942Z | Compiling aead v0.5.2 |
2276 | 2024-12-19T21:09:04.121Z | Compiling vte_generate_state_changes v0.1.2 |
2277 | 2024-12-19T21:09:04.306Z | Compiling bitfield v0.14.0 |
2278 | 2024-12-19T21:09:04.646Z | Compiling termcolor v1.4.1 |
2279 | 2024-12-19T21:09:04.741Z | Compiling hashbrown v0.12.3 |
2280 | 2024-12-19T21:09:05.715Z | Compiling ref-cast v1.0.23 |
2281 | 2024-12-19T21:09:06.248Z | Compiling env_logger v0.10.2 |
2282 | 2024-12-19T21:09:07.224Z | Compiling vte v0.11.1 |
2283 | 2024-12-19T21:09:08.716Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2284 | 2024-12-19T21:09:09.416Z | Compiling chacha20poly1305 v0.10.1 |
2285 | 2024-12-19T21:09:09.693Z | Compiling slog-envlogger v2.2.0 |
2286 | 2024-12-19T21:09:12.496Z | Compiling serde-hex v0.1.0 |
2287 | 2024-12-19T21:09:17.696Z | Compiling vsss-rs v3.3.4 |
2288 | 2024-12-19T21:09:19.968Z | Compiling chrono-tz v0.10.0 |
2289 | 2024-12-19T21:09:20.632Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2290 | 2024-12-19T21:09:20.979Z | Compiling ron v0.8.1 |
2291 | 2024-12-19T21:09:22.232Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2292 | 2024-12-19T21:09:22.529Z | Compiling derive_builder_core v0.20.2 |
2293 | 2024-12-19T21:09:23.470Z | Compiling polar-core v0.27.3 |
2294 | 2024-12-19T21:09:24.730Z | Compiling hashbrown v0.13.2 |
2295 | 2024-12-19T21:09:24.766Z | Compiling headers-core v0.3.0 |
2296 | 2024-12-19T21:09:24.959Z | Compiling fxhash v0.2.1 |
2297 | 2024-12-19T21:09:25.210Z | Compiling libxml v0.3.3 |
2298 | 2024-12-19T21:09:25.574Z | Compiling ref-cast-impl v1.0.23 |
2299 | 2024-12-19T21:09:26.159Z | Compiling lockfree-object-pool v0.1.6 |
2300 | 2024-12-19T21:09:26.487Z | Compiling bytecount v0.6.8 |
2301 | 2024-12-19T21:09:26.716Z | Compiling zip v2.1.3 |
2302 | 2024-12-19T21:09:26.819Z | Compiling crc-any v2.5.0 |
2303 | 2024-12-19T21:09:26.972Z | Compiling simd-adler32 v0.3.7 |
2304 | 2024-12-19T21:09:27.041Z | Compiling bumpalo v3.16.0 |
2305 | 2024-12-19T21:09:27.622Z | Compiling zopfli v0.8.1 |
2306 | 2024-12-19T21:09:27.767Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2307 | 2024-12-19T21:09:28.349Z | Compiling papergrid v0.11.0 |
2308 | 2024-12-19T21:09:31.934Z | Compiling object v0.30.4 |
2309 | 2024-12-19T21:09:32.849Z | Compiling headers v0.4.0 |
2310 | 2024-12-19T21:09:36.624Z | Compiling derive_builder_macro v0.20.2 |
2311 | 2024-12-19T21:09:39.677Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2312 | 2024-12-19T21:09:42.279Z | Compiling strip-ansi-escapes v0.2.0 |
2313 | 2024-12-19T21:09:42.431Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2314 | 2024-12-19T21:09:43.069Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2315 | 2024-12-19T21:09:43.174Z | Compiling tabled_derive v0.7.0 |
2316 | 2024-12-19T21:09:43.380Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2317 | 2024-12-19T21:09:45.031Z | Compiling fd-lock v4.0.2 |
2318 | 2024-12-19T21:09:45.281Z | Compiling peg-macros v0.8.4 |
2319 | 2024-12-19T21:09:45.287Z | Compiling strum_macros v0.24.3 |
2320 | 2024-12-19T21:09:45.687Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2321 | 2024-12-19T21:09:46.755Z | Compiling kstat-rs v0.2.4 |
2322 | 2024-12-19T21:09:47.660Z | Compiling samael v0.0.17 |
2323 | 2024-12-19T21:09:47.704Z | Compiling unicase v2.7.0 |
2324 | 2024-12-19T21:09:48.041Z | Compiling nu-ansi-term v0.50.1 |
2325 | 2024-12-19T21:09:48.084Z | Compiling indoc v1.0.9 |
2326 | 2024-12-19T21:09:48.526Z | Compiling path-slash v0.1.5 |
2327 | 2024-12-19T21:09:48.567Z | Compiling peg v0.8.4 |
2328 | 2024-12-19T21:09:48.693Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2329 | 2024-12-19T21:09:48.765Z | Compiling reedline v0.35.0 |
2330 | 2024-12-19T21:09:48.849Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2331 | 2024-12-19T21:09:53.141Z | Compiling tabled v0.15.0 |
2332 | 2024-12-19T21:09:54.602Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2333 | 2024-12-19T21:10:04.479Z | Compiling derive_builder v0.20.2 |
2334 | 2024-12-19T21:10:09.666Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2335 | 2024-12-19T21:10:10.046Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2336 | 2024-12-19T21:10:13.931Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2337 | 2024-12-19T21:10:13.931Z | Compiling pem v3.0.4 |
2338 | 2024-12-19T21:10:13.931Z | Compiling bcs v0.1.6 |
2339 | 2024-12-19T21:10:13.931Z | Compiling oso-derive v0.27.3 |
2340 | 2024-12-19T21:10:13.931Z | Compiling impl-trait-for-tuples v0.2.2 |
2341 | 2024-12-19T21:10:14.054Z | Compiling libz-sys v1.1.20 |
2342 | 2024-12-19T21:10:14.251Z | Compiling quick-xml v0.33.0 |
2343 | 2024-12-19T21:10:14.739Z | Compiling diesel-dtrace v0.4.0 |
2344 | 2024-12-19T21:10:15.057Z | Compiling parking_lot_core v0.8.6 |
2345 | 2024-12-19T21:10:20.658Z | Compiling oso v0.27.3 |
2346 | 2024-12-19T21:10:21.225Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2347 | 2024-12-19T21:10:22.962Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2348 | 2024-12-19T21:10:28.429Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2349 | 2024-12-19T21:10:31.633Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2350 | 2024-12-19T21:10:31.946Z | Compiling bb8 v0.8.5 |
2351 | 2024-12-19T21:10:32.544Z | Compiling buf-list v1.0.3 |
2352 | 2024-12-19T21:10:33.195Z | Compiling async-bb8-diesel v0.2.1 |
2353 | 2024-12-19T21:10:35.585Z | Compiling nibble_vec v0.1.0 |
2354 | 2024-12-19T21:10:35.841Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2355 | 2024-12-19T21:10:36.647Z | Compiling pin-project-internal v1.1.6 |
2356 | 2024-12-19T21:10:38.305Z | Compiling atty v0.2.14 |
2357 | 2024-12-19T21:10:38.489Z | Compiling endian-type v0.1.2 |
2358 | 2024-12-19T21:10:38.768Z | Compiling salty v0.3.0 |
2359 | 2024-12-19T21:10:39.218Z | Compiling radix_trie v0.2.1 |
2360 | 2024-12-19T21:10:39.481Z | Compiling pin-project v1.1.6 |
2361 | 2024-12-19T21:10:40.444Z | Compiling parking_lot v0.11.2 |
2362 | 2024-12-19T21:10:43.620Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2363 | 2024-12-19T21:10:48.361Z | Compiling snafu-derive v0.8.5 |
2364 | 2024-12-19T21:10:53.153Z | Compiling snafu v0.8.5 |
2365 | 2024-12-19T21:10:54.414Z | Compiling sled v0.34.7 |
2366 | 2024-12-19T21:10:56.414Z | Compiling mime_guess v2.0.5 |
2367 | 2024-12-19T21:10:57.520Z | Compiling hickory-client v0.24.1 |
2368 | 2024-12-19T21:11:05.028Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2369 | 2024-12-19T21:11:06.975Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2370 | 2024-12-19T21:11:07.359Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2371 | 2024-12-19T21:11:09.996Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2372 | 2024-12-19T21:11:11.097Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2373 | 2024-12-19T21:11:12.627Z | Compiling hickory-server v0.24.1 |
2374 | 2024-12-19T21:11:12.788Z | Compiling globset v0.4.15 |
2375 | 2024-12-19T21:11:20.464Z | Compiling primeorder v0.13.6 |
2376 | 2024-12-19T21:11:21.074Z | Compiling olpc-cjson v0.1.4 |
2377 | 2024-12-19T21:11:21.453Z | Compiling vergen v8.3.2 |
2378 | 2024-12-19T21:11:21.757Z | Compiling env_filter v0.1.2 |
2379 | 2024-12-19T21:11:23.321Z | Compiling cargo-platform v0.1.8 |
2380 | 2024-12-19T21:11:23.850Z | Compiling serde_plain v1.0.2 |
2381 | 2024-12-19T21:11:24.370Z | Compiling nanorand v0.7.0 |
2382 | 2024-12-19T21:11:24.658Z | Compiling memoffset v0.9.1 |
2383 | 2024-12-19T21:11:24.996Z | Compiling typed-path v0.9.3 |
2384 | 2024-12-19T21:11:25.907Z | Compiling flume v0.11.1 |
2385 | 2024-12-19T21:11:26.676Z | Compiling cargo_metadata v0.18.1 |
2386 | 2024-12-19T21:11:27.992Z | Compiling tough v0.19.0 |
2387 | 2024-12-19T21:11:28.951Z | Compiling env_logger v0.11.5 |
2388 | 2024-12-19T21:11:30.035Z | Compiling p384 v0.13.0 |
2389 | 2024-12-19T21:11:30.357Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2390 | 2024-12-19T21:11:30.651Z | Compiling git2 v0.19.0 |
2391 | 2024-12-19T21:11:32.059Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2392 | 2024-12-19T21:11:36.317Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2393 | 2024-12-19T21:11:40.727Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2394 | 2024-12-19T21:11:42.018Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2395 | 2024-12-19T21:11:42.400Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2396 | 2024-12-19T21:11:47.956Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2397 | 2024-12-19T21:11:48.806Z | Compiling rand_seeder v0.3.0 |
2398 | 2024-12-19T21:11:48.927Z | Compiling libsqlite3-sys v0.30.1 |
2399 | 2024-12-19T21:11:49.231Z | Compiling lzma-sys v0.1.20 |
2400 | 2024-12-19T21:11:49.446Z | Compiling http-range v0.1.5 |
2401 | 2024-12-19T21:11:49.466Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2402 | 2024-12-19T21:11:49.772Z | Compiling parse-size v1.1.0 |
2403 | 2024-12-19T21:11:49.899Z | Compiling rustls v0.21.12 |
2404 | 2024-12-19T21:11:50.002Z | Compiling cfg_aliases v0.2.1 |
2405 | 2024-12-19T21:11:50.091Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2406 | 2024-12-19T21:11:50.129Z | Compiling nix v0.29.0 |
2407 | 2024-12-19T21:11:50.350Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2408 | 2024-12-19T21:11:50.643Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2409 | 2024-12-19T21:11:52.495Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2410 | 2024-12-19T21:11:52.651Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2411 | 2024-12-19T21:11:53.484Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2412 | 2024-12-19T21:11:53.840Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2413 | 2024-12-19T21:11:54.337Z | Compiling sct v0.7.1 |
2414 | 2024-12-19T21:11:54.824Z | Compiling rustls-webpki v0.101.7 |
2415 | 2024-12-19T21:11:56.618Z | Compiling heck v0.3.3 |
2416 | 2024-12-19T21:11:57.018Z | Compiling castaway v0.2.3 |
2417 | 2024-12-19T21:11:57.232Z | Compiling csv-core v0.1.11 |
2418 | 2024-12-19T21:11:58.143Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2419 | 2024-12-19T21:11:58.222Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2420 | 2024-12-19T21:11:58.483Z | Compiling glob v0.3.1 |
2421 | 2024-12-19T21:11:58.640Z | Compiling csv v1.3.0 |
2422 | 2024-12-19T21:11:58.753Z | Compiling compact_str v0.8.0 |
2423 | 2024-12-19T21:12:00.543Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2424 | 2024-12-19T21:12:00.676Z | Compiling zone_cfg_derive v0.1.2 |
2425 | 2024-12-19T21:12:01.360Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2426 | 2024-12-19T21:12:02.180Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2427 | 2024-12-19T21:12:03.466Z | Compiling nix v0.27.1 |
2428 | 2024-12-19T21:12:03.623Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2429 | 2024-12-19T21:12:06.499Z | Compiling hyper-staticfile v0.10.1 |
2430 | 2024-12-19T21:12:09.544Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2431 | 2024-12-19T21:12:10.356Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2432 | 2024-12-19T21:12:10.375Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2433 | 2024-12-19T21:12:11.534Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2434 | 2024-12-19T21:12:17.575Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2435 | 2024-12-19T21:12:18.982Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2436 | 2024-12-19T21:12:19.333Z | Compiling unicode-truncate v1.1.0 |
2437 | 2024-12-19T21:12:19.649Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2438 | 2024-12-19T21:12:19.962Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2439 | 2024-12-19T21:12:20.287Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2440 | 2024-12-19T21:12:23.576Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2441 | 2024-12-19T21:12:25.339Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2442 | 2024-12-19T21:12:25.966Z | Compiling hashlink v0.9.1 |
2443 | 2024-12-19T21:12:26.456Z | Compiling tungstenite v0.23.0 |
2444 | 2024-12-19T21:12:26.789Z | Compiling lru v0.12.5 |
2445 | 2024-12-19T21:12:26.825Z | Compiling instability v0.3.2 |
2446 | 2024-12-19T21:12:26.999Z | Compiling base64 v0.13.1 |
2447 | 2024-12-19T21:12:27.162Z | Compiling cassowary v0.3.0 |
2448 | 2024-12-19T21:12:27.564Z | Compiling fallible-streaming-iterator v0.1.9 |
2449 | 2024-12-19T21:12:27.756Z | Compiling fallible-iterator v0.3.0 |
2450 | 2024-12-19T21:12:27.819Z | Compiling ratatui v0.28.1 |
2451 | 2024-12-19T21:12:27.895Z | Compiling tokio-tungstenite v0.23.1 |
2452 | 2024-12-19T21:12:28.502Z | Compiling ron v0.7.1 |
2453 | 2024-12-19T21:12:28.636Z | Compiling rusqlite v0.32.1 |
2454 | 2024-12-19T21:12:30.856Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2455 | 2024-12-19T21:12:31.404Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2456 | 2024-12-19T21:12:33.881Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2457 | 2024-12-19T21:12:33.921Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2458 | 2024-12-19T21:12:35.600Z | Compiling xz2 v0.1.7 |
2459 | 2024-12-19T21:12:37.221Z | Compiling tokio-rustls v0.24.1 |
2460 | 2024-12-19T21:12:38.136Z | Compiling zone v0.1.8 |
2461 | 2024-12-19T21:12:41.539Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2462 | 2024-12-19T21:12:46.757Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2463 | 2024-12-19T21:12:47.938Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2464 | 2024-12-19T21:12:50.050Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2465 | 2024-12-19T21:12:55.769Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2466 | 2024-12-19T21:12:59.480Z | Compiling rustls-pemfile v1.0.4 |
2467 | 2024-12-19T21:12:59.834Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2468 | 2024-12-19T21:13:00.149Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2469 | 2024-12-19T21:13:00.286Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2470 | 2024-12-19T21:13:00.469Z | Compiling signal-hook-tokio v0.3.1 |
2471 | 2024-12-19T21:13:00.585Z | Compiling twox-hash v1.6.3 |
2472 | 2024-12-19T21:13:00.693Z | Compiling yasna v0.5.2 |
2473 | 2024-12-19T21:13:01.603Z | Compiling unicode-linebreak v0.1.5 |
2474 | 2024-12-19T21:13:02.167Z | Compiling smawk v0.3.2 |
2475 | 2024-12-19T21:13:02.445Z | Compiling is_ci v1.2.0 |
2476 | 2024-12-19T21:13:02.755Z | Compiling supports-color v3.0.1 |
2477 | 2024-12-19T21:13:03.189Z | Compiling textwrap v0.16.1 |
2478 | 2024-12-19T21:13:04.050Z | Compiling rcgen v0.12.1 |
2479 | 2024-12-19T21:13:06.820Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2480 | 2024-12-19T21:13:10.742Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2481 | 2024-12-19T21:13:14.347Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2482 | 2024-12-19T21:13:16.436Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2483 | 2024-12-19T21:13:17.473Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2484 | 2024-12-19T21:13:18.199Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2485 | 2024-12-19T21:13:23.128Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2486 | 2024-12-19T21:13:35.224Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2487 | 2024-12-19T21:13:36.721Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2488 | 2024-12-19T21:13:37.387Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2489 | 2024-12-19T21:13:37.697Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2490 | 2024-12-19T21:13:44.560Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2491 | 2024-12-19T21:13:52.144Z | Compiling fatfs v0.3.6 |
2492 | 2024-12-19T21:13:54.526Z | Compiling subprocess v0.2.9 |
2493 | 2024-12-19T21:13:54.926Z | Compiling rtoolbox v0.0.2 |
2494 | 2024-12-19T21:13:55.008Z | Compiling assert_matches v1.5.0 |
2495 | 2024-12-19T21:13:55.130Z | Compiling rpassword v7.3.1 |
2496 | 2024-12-19T21:13:55.380Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2497 | 2024-12-19T21:13:59.050Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2498 | 2024-12-19T21:13:59.370Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2499 | 2024-12-19T21:14:03.118Z | Compiling tui-tree-widget v0.22.0 |
2500 | 2024-12-19T21:14:03.574Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2501 | 2024-12-19T21:14:06.793Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2502 | 2024-12-19T21:14:09.753Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2503 | 2024-12-19T21:14:10.074Z | Compiling uzers v0.12.1 |
2504 | 2024-12-19T21:14:13.166Z | Compiling shell-words v1.1.0 |
2505 | 2024-12-19T21:14:13.619Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2506 | 2024-12-19T21:14:20.560Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2507 | 2024-12-19T21:14:22.668Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2508 | 2024-12-19T21:14:52.741Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2509 | 2024-12-19T21:14:53.039Z | Compiling multimap v0.10.0 |
2510 | 2024-12-19T21:17:17.997Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2511 | 2024-12-19T21:17:26.933Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2512 | 2024-12-19T21:24:09.900Z | Finished `release` profile [optimized] target(s) in 16m 12s |
2513 | 2024-12-19T21:25:13.532Z | |
2514 | 2024-12-19T21:25:13.535Z | real 17:17.347703958 |
2515 | 2024-12-19T21:25:13.535Z | user 1:56:34.708892443 |
2516 | 2024-12-19T21:25:13.535Z | sys 5:52.311629176 |
2517 | 2024-12-19T21:25:13.535Z | trap 2.856161096 |
2518 | 2024-12-19T21:25:13.535Z | tflt 3.069189932 |
2519 | 2024-12-19T21:25:13.535Z | dflt 4.448882847 |
2520 | 2024-12-19T21:25:13.535Z | kflt 0.064222292 |
2521 | 2024-12-19T21:25:13.535Z | lock 7:09:30.223164345 |
2522 | 2024-12-19T21:25:13.535Z | slp 6:07:27.267746711 |
2523 | 2024-12-19T21:25:13.535Z | lat 2:50.856130479 |
2524 | 2024-12-19T21:25:13.535Z | stop 2:33.372738869 |
2525 | 2024-12-19T21:25:13.535Z | + mapfile -t packages |
2526 | 2024-12-19T21:25:13.535Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2527 | 2024-12-19T21:25:14.578Z | Finished `release` profile [optimized] target(s) in 0.99s |
2528 | 2024-12-19T21:25:14.647Z | Running `target/release/omicron-package -t test list-outputs` |
2529 | 2024-12-19T21:25:14.695Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2530 | 2024-12-19T21:25:14.698Z | + ptime -m cargo build --locked --release -p xtask |
2531 | 2024-12-19T21:25:15.268Z | Compiling serde v1.0.215 |
2532 | 2024-12-19T21:25:15.271Z | Compiling libc v0.2.162 |
2533 | 2024-12-19T21:25:15.271Z | Compiling serde_json v1.0.132 |
2534 | 2024-12-19T21:25:15.271Z | Compiling rustix v0.38.37 |
2535 | 2024-12-19T21:25:15.360Z | Compiling syn v2.0.87 |
2536 | 2024-12-19T21:25:15.384Z | Compiling bitflags v2.6.0 |
2537 | 2024-12-19T21:25:15.719Z | Compiling usdt-impl v0.5.0 |
2538 | 2024-12-19T21:25:15.754Z | Compiling syn v1.0.109 |
2539 | 2024-12-19T21:25:15.867Z | Compiling hashbrown v0.15.1 |
2540 | 2024-12-19T21:25:15.878Z | Compiling log v0.4.22 |
2541 | 2024-12-19T21:25:15.949Z | Compiling fs-err v2.11.0 |
2542 | 2024-12-19T21:25:16.255Z | Compiling anyhow v1.0.93 |
2543 | 2024-12-19T21:25:16.354Z | Compiling once_cell v1.20.2 |
2544 | 2024-12-19T21:25:16.827Z | Compiling thread-id v4.2.2 |
2545 | 2024-12-19T21:25:17.224Z | Compiling indexmap v2.6.0 |
2546 | 2024-12-19T21:25:18.459Z | Compiling terminal_size v0.4.0 |
2547 | 2024-12-19T21:25:18.459Z | Compiling tempfile v3.13.0 |
2548 | 2024-12-19T21:25:18.715Z | Compiling clap_builder v4.5.21 |
2549 | 2024-12-19T21:25:19.184Z | Compiling proc-macro-error v1.0.4 |
2550 | 2024-12-19T21:25:20.605Z | Compiling tabled_derive v0.7.0 |
2551 | 2024-12-19T21:25:21.969Z | Compiling tabled v0.15.0 |
2552 | 2024-12-19T21:25:23.449Z | Compiling serde_derive v1.0.215 |
2553 | 2024-12-19T21:25:24.611Z | Compiling thiserror-impl v1.0.69 |
2554 | 2024-12-19T21:25:27.108Z | Compiling zerocopy-derive v0.7.35 |
2555 | 2024-12-19T21:25:27.545Z | Compiling scroll_derive v0.12.0 |
2556 | 2024-12-19T21:25:27.643Z | Compiling thiserror v1.0.69 |
2557 | 2024-12-19T21:25:27.828Z | Compiling pest v2.7.14 |
2558 | 2024-12-19T21:25:29.130Z | Compiling zerocopy v0.7.35 |
2559 | 2024-12-19T21:25:29.145Z | Compiling scroll v0.12.0 |
2560 | 2024-12-19T21:25:29.821Z | Compiling goblin v0.8.2 |
2561 | 2024-12-19T21:25:30.723Z | Compiling pest_meta v2.7.14 |
2562 | 2024-12-19T21:25:32.680Z | Compiling pest_generator v2.7.14 |
2563 | 2024-12-19T21:25:34.813Z | Compiling pest_derive v2.7.14 |
2564 | 2024-12-19T21:25:35.583Z | Compiling dtrace-parser v0.2.0 |
2565 | 2024-12-19T21:25:38.536Z | Compiling toml_datetime v0.6.8 |
2566 | 2024-12-19T21:25:39.579Z | Compiling serde_tokenstream v0.2.2 |
2567 | 2024-12-19T21:25:40.178Z | Compiling serde_spanned v0.6.8 |
2568 | 2024-12-19T21:25:40.458Z | Compiling toml_edit v0.22.22 |
2569 | 2024-12-19T21:25:41.980Z | Compiling dof v0.3.0 |
2570 | 2024-12-19T21:25:43.505Z | Compiling camino v1.1.9 |
2571 | 2024-12-19T21:25:44.118Z | Compiling toml v0.8.19 |
2572 | 2024-12-19T21:25:44.362Z | Compiling usdt-attr-macro v0.5.0 |
2573 | 2024-12-19T21:25:44.859Z | Compiling usdt-macro v0.5.0 |
2574 | 2024-12-19T21:25:46.074Z | Compiling semver v1.0.23 |
2575 | 2024-12-19T21:25:47.168Z | Compiling cargo-platform v0.1.8 |
2576 | 2024-12-19T21:25:47.539Z | Compiling clap_derive v4.5.18 |
2577 | 2024-12-19T21:25:47.552Z | Compiling cargo_metadata v0.18.1 |
2578 | 2024-12-19T21:25:48.281Z | Compiling usdt v0.5.0 |
2579 | 2024-12-19T21:25:49.785Z | Compiling cargo_toml v0.20.5 |
2580 | 2024-12-19T21:25:50.783Z | Compiling camino-tempfile v1.1.1 |
2581 | 2024-12-19T21:25:50.829Z | Compiling macaddr v1.0.1 |
2582 | 2024-12-19T21:25:52.246Z | Compiling clap v4.5.21 |
2583 | 2024-12-19T21:26:01.025Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2584 | 2024-12-19T21:26:12.322Z | Finished `release` profile [optimized] target(s) in 57.56s |
2585 | 2024-12-19T21:26:12.431Z | |
2586 | 2024-12-19T21:26:12.434Z | real 57.702266884 |
2587 | 2024-12-19T21:26:12.434Z | user 5:48.198785570 |
2588 | 2024-12-19T21:26:12.434Z | sys 31.757850222 |
2589 | 2024-12-19T21:26:12.434Z | trap 0.154976361 |
2590 | 2024-12-19T21:26:12.434Z | tflt 0.292135074 |
2591 | 2024-12-19T21:26:12.434Z | dflt 0.565245656 |
2592 | 2024-12-19T21:26:12.434Z | kflt 0.000000000 |
2593 | 2024-12-19T21:26:12.434Z | lock 10:40.111961753 |
2594 | 2024-12-19T21:26:12.434Z | slp 15:45.660297911 |
2595 | 2024-12-19T21:26:12.434Z | lat 12.583126645 |
2596 | 2024-12-19T21:26:12.434Z | stop 14.440291754 |
2597 | 2024-12-19T21:26:12.434Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2598 | 2024-12-19T21:26:12.434Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2599 | 2024-12-19T21:26:12.434Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2600 | 2024-12-19T21:26:12.435Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2601 | 2024-12-19T21:26:12.435Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2602 | 2024-12-19T21:26:13.332Z | Compiling hashbrown v0.14.5 |
2603 | 2024-12-19T21:26:13.461Z | Compiling ident_case v1.0.1 |
2604 | 2024-12-19T21:26:13.474Z | Compiling unsafe-libyaml v0.2.11 |
2605 | 2024-12-19T21:26:13.477Z | Compiling progenitor-client v0.8.0 |
2606 | 2024-12-19T21:26:13.477Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2607 | 2024-12-19T21:26:13.477Z | Compiling ipnetwork v0.20.0 |
2608 | 2024-12-19T21:26:13.477Z | Compiling macaddr v1.0.1 |
2609 | 2024-12-19T21:26:13.477Z | Compiling instant v0.1.13 |
2610 | 2024-12-19T21:26:13.620Z | Compiling darling_core v0.20.10 |
2611 | 2024-12-19T21:26:13.702Z | Compiling structmeta-derive v0.3.0 |
2612 | 2024-12-19T21:26:13.934Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2613 | 2024-12-19T21:26:13.953Z | Compiling dropshot v0.13.0 |
2614 | 2024-12-19T21:26:14.014Z | Compiling newtype-uuid v1.1.3 |
2615 | 2024-12-19T21:26:14.325Z | Compiling dropshot_endpoint v0.13.0 |
2616 | 2024-12-19T21:26:14.450Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2617 | 2024-12-19T21:26:14.657Z | Compiling regress v0.10.1 |
2618 | 2024-12-19T21:26:14.723Z | Compiling regress v0.9.1 |
2619 | 2024-12-19T21:26:14.750Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2620 | 2024-12-19T21:26:15.154Z | Compiling serde_yaml v0.9.34+deprecated |
2621 | 2024-12-19T21:26:15.225Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2622 | 2024-12-19T21:26:15.376Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2623 | 2024-12-19T21:26:15.411Z | Compiling backoff v0.4.0 |
2624 | 2024-12-19T21:26:15.773Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2625 | 2024-12-19T21:26:15.951Z | Compiling tempfile v3.13.0 |
2626 | 2024-12-19T21:26:16.168Z | Compiling proc-macro-crate v1.3.1 |
2627 | 2024-12-19T21:26:16.726Z | Compiling structmeta v0.3.0 |
2628 | 2024-12-19T21:26:16.842Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2629 | 2024-12-19T21:26:17.194Z | Compiling parse-display-derive v0.10.0 |
2630 | 2024-12-19T21:26:17.239Z | Compiling itertools v0.13.0 |
2631 | 2024-12-19T21:26:17.321Z | Compiling num_enum_derive v0.5.11 |
2632 | 2024-12-19T21:26:19.343Z | Compiling typify-impl v0.2.0 |
2633 | 2024-12-19T21:26:19.768Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2634 | 2024-12-19T21:26:19.927Z | Compiling zerocopy v0.8.10 |
2635 | 2024-12-19T21:26:20.006Z | Compiling num_enum v0.5.11 |
2636 | 2024-12-19T21:26:20.066Z | Compiling zerocopy-derive v0.8.10 |
2637 | 2024-12-19T21:26:20.165Z | Compiling foreign-types-macros v0.2.3 |
2638 | 2024-12-19T21:26:20.695Z | Compiling foreign-types-shared v0.3.1 |
2639 | 2024-12-19T21:26:20.841Z | Compiling heapless v0.8.0 |
2640 | 2024-12-19T21:26:20.897Z | Compiling proc-macro-error v1.0.4 |
2641 | 2024-12-19T21:26:20.939Z | Compiling darling_macro v0.20.10 |
2642 | 2024-12-19T21:26:21.463Z | Compiling foreign-types v0.5.0 |
2643 | 2024-12-19T21:26:21.711Z | Compiling camino-tempfile v1.1.1 |
2644 | 2024-12-19T21:26:21.762Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2645 | 2024-12-19T21:26:21.833Z | Compiling hash32 v0.3.1 |
2646 | 2024-12-19T21:26:21.904Z | Compiling darling v0.20.10 |
2647 | 2024-12-19T21:26:21.954Z | Compiling parse-display v0.10.0 |
2648 | 2024-12-19T21:26:22.033Z | Compiling serde_with_macros v3.11.0 |
2649 | 2024-12-19T21:26:22.085Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2650 | 2024-12-19T21:26:22.185Z | Compiling cstr-argument v0.1.2 |
2651 | 2024-12-19T21:26:22.466Z | Compiling smoltcp v0.11.0 |
2652 | 2024-12-19T21:26:22.612Z | Compiling crucible-workspace-hack v0.1.0 |
2653 | 2024-12-19T21:26:22.635Z | Compiling pretty-hex v0.2.1 |
2654 | 2024-12-19T21:26:22.815Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2655 | 2024-12-19T21:26:22.908Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2656 | 2024-12-19T21:26:23.088Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2657 | 2024-12-19T21:26:23.242Z | Compiling tabwriter v1.4.0 |
2658 | 2024-12-19T21:26:23.773Z | Compiling colored v2.1.0 |
2659 | 2024-12-19T21:26:23.797Z | Compiling cobs v0.2.3 |
2660 | 2024-12-19T21:26:24.125Z | Compiling postcard v1.0.10 |
2661 | 2024-12-19T21:26:24.685Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2662 | 2024-12-19T21:26:24.824Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2663 | 2024-12-19T21:26:24.995Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2664 | 2024-12-19T21:26:25.012Z | Compiling serde_with v3.11.0 |
2665 | 2024-12-19T21:26:25.049Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2666 | 2024-12-19T21:26:25.350Z | Compiling thiserror v2.0.3 |
2667 | 2024-12-19T21:26:25.967Z | Compiling smf v0.2.3 |
2668 | 2024-12-19T21:26:26.379Z | Compiling thiserror-impl v2.0.3 |
2669 | 2024-12-19T21:26:26.877Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2670 | 2024-12-19T21:26:27.427Z | Compiling zone_cfg_derive v0.3.0 |
2671 | 2024-12-19T21:26:28.962Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2672 | 2024-12-19T21:26:29.058Z | Compiling num-derive v0.4.2 |
2673 | 2024-12-19T21:26:29.218Z | Compiling sigpipe v0.1.3 |
2674 | 2024-12-19T21:26:29.348Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2675 | 2024-12-19T21:26:29.447Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2676 | 2024-12-19T21:26:29.527Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2677 | 2024-12-19T21:26:29.564Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2678 | 2024-12-19T21:26:29.657Z | Compiling zone v0.3.0 |
2679 | 2024-12-19T21:26:29.894Z | Compiling universal-hash v0.5.1 |
2680 | 2024-12-19T21:26:30.088Z | Compiling opaque-debug v0.3.1 |
2681 | 2024-12-19T21:26:30.195Z | Compiling num-rational v0.4.2 |
2682 | 2024-12-19T21:26:30.321Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2683 | 2024-12-19T21:26:30.405Z | Compiling password-hash v0.5.0 |
2684 | 2024-12-19T21:26:30.730Z | Compiling num-complex v0.4.6 |
2685 | 2024-12-19T21:26:31.284Z | Compiling blake2 v0.10.6 |
2686 | 2024-12-19T21:26:31.457Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2687 | 2024-12-19T21:26:31.488Z | Compiling aead v0.5.2 |
2688 | 2024-12-19T21:26:31.491Z | Compiling keccak v0.1.5 |
2689 | 2024-12-19T21:26:31.786Z | Compiling convert_case v0.4.0 |
2690 | 2024-12-19T21:26:31.885Z | Compiling sha3 v0.10.8 |
2691 | 2024-12-19T21:26:32.016Z | Compiling argon2 v0.5.3 |
2692 | 2024-12-19T21:26:32.377Z | Compiling num v0.4.3 |
2693 | 2024-12-19T21:26:32.497Z | Compiling poly1305 v0.8.0 |
2694 | 2024-12-19T21:26:32.543Z | Compiling tungstenite v0.21.0 |
2695 | 2024-12-19T21:26:32.682Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2696 | 2024-12-19T21:26:32.801Z | Compiling derive_more v0.99.18 |
2697 | 2024-12-19T21:26:32.906Z | Compiling chacha20 v0.9.1 |
2698 | 2024-12-19T21:26:33.015Z | Compiling float-ord v0.3.2 |
2699 | 2024-12-19T21:26:33.195Z | Compiling base64 v0.21.7 |
2700 | 2024-12-19T21:26:33.459Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2701 | 2024-12-19T21:26:33.944Z | Compiling tokio-tungstenite v0.21.0 |
2702 | 2024-12-19T21:26:34.016Z | Compiling same-file v1.0.6 |
2703 | 2024-12-19T21:26:34.325Z | Compiling semver v0.1.20 |
2704 | 2024-12-19T21:26:34.505Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2705 | 2024-12-19T21:26:34.564Z | Compiling walkdir v2.5.0 |
2706 | 2024-12-19T21:26:34.840Z | Compiling rustc_version v0.1.7 |
2707 | 2024-12-19T21:26:34.886Z | Compiling newline-converter v0.3.0 |
2708 | 2024-12-19T21:26:34.999Z | Compiling primeorder v0.13.6 |
2709 | 2024-12-19T21:26:35.017Z | Compiling secrecy v0.8.0 |
2710 | 2024-12-19T21:26:35.061Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2711 | 2024-12-19T21:26:35.300Z | Compiling cancel-safe-futures v0.1.5 |
2712 | 2024-12-19T21:26:35.377Z | Compiling owo-colors v4.1.0 |
2713 | 2024-12-19T21:26:35.396Z | Compiling newtype_derive v0.1.6 |
2714 | 2024-12-19T21:26:35.542Z | Compiling expectorate v1.1.0 |
2715 | 2024-12-19T21:26:35.688Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2716 | 2024-12-19T21:26:35.705Z | Compiling thiserror-impl-no-std v2.0.2 |
2717 | 2024-12-19T21:26:35.722Z | Compiling blake3 v1.5.4 |
2718 | 2024-12-19T21:26:35.725Z | Compiling ring v0.16.20 |
2719 | 2024-12-19T21:26:35.950Z | Compiling half v2.4.1 |
2720 | 2024-12-19T21:26:36.023Z | Compiling unicase v2.7.0 |
2721 | 2024-12-19T21:26:36.332Z | Compiling ciborium-io v0.2.2 |
2722 | 2024-12-19T21:26:36.416Z | Compiling arc-swap v1.7.1 |
2723 | 2024-12-19T21:26:36.474Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2724 | 2024-12-19T21:26:36.548Z | Compiling ciborium-ll v0.2.2 |
2725 | 2024-12-19T21:26:36.985Z | Compiling slog-scope v4.4.0 |
2726 | 2024-12-19T21:26:37.265Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2727 | 2024-12-19T21:26:37.627Z | Compiling polyval v0.6.2 |
2728 | 2024-12-19T21:26:37.919Z | Compiling atomicwrites v0.4.4 |
2729 | 2024-12-19T21:26:38.079Z | Compiling libsw v3.3.1 |
2730 | 2024-12-19T21:26:38.142Z | Compiling typify-macro v0.2.0 |
2731 | 2024-12-19T21:26:38.161Z | Compiling memmap2 v0.9.5 |
2732 | 2024-12-19T21:26:38.324Z | Compiling arrayvec v0.7.6 |
2733 | 2024-12-19T21:26:38.424Z | Compiling spin v0.5.2 |
2734 | 2024-12-19T21:26:38.650Z | Compiling salty v0.3.0 |
2735 | 2024-12-19T21:26:38.684Z | Compiling libefi-sys v0.1.0 |
2736 | 2024-12-19T21:26:38.759Z | Compiling linear-map v1.2.0 |
2737 | 2024-12-19T21:26:38.960Z | Compiling thiserror-no-std v2.0.2 |
2738 | 2024-12-19T21:26:38.984Z | Compiling indent_write v2.2.0 |
2739 | 2024-12-19T21:26:39.069Z | Compiling arrayref v0.3.9 |
2740 | 2024-12-19T21:26:39.087Z | Compiling parking_lot_core v0.8.6 |
2741 | 2024-12-19T21:26:39.136Z | Compiling constant_time_eq v0.3.1 |
2742 | 2024-12-19T21:26:39.203Z | Compiling vsss-rs v3.3.4 |
2743 | 2024-12-19T21:26:39.321Z | Compiling ghash v0.5.1 |
2744 | 2024-12-19T21:26:39.528Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2745 | 2024-12-19T21:26:39.788Z | Compiling slog-stdlog v4.1.1 |
2746 | 2024-12-19T21:26:40.161Z | Compiling ciborium v0.2.2 |
2747 | 2024-12-19T21:26:40.436Z | Compiling p384 v0.13.0 |
2748 | 2024-12-19T21:26:40.532Z | Compiling toolchain_find v0.4.0 |
2749 | 2024-12-19T21:26:40.551Z | Compiling chacha20poly1305 v0.10.1 |
2750 | 2024-12-19T21:26:40.778Z | Compiling ctr v0.9.2 |
2751 | 2024-12-19T21:26:41.169Z | Compiling lzma-sys v0.1.20 |
2752 | 2024-12-19T21:26:41.273Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2753 | 2024-12-19T21:26:41.690Z | Compiling bitfield-struct v0.6.2 |
2754 | 2024-12-19T21:26:41.730Z | Compiling slog-dtrace v0.3.0 |
2755 | 2024-12-19T21:26:41.958Z | Compiling topological-sort v0.2.2 |
2756 | 2024-12-19T21:26:41.992Z | Compiling highway v1.2.0 |
2757 | 2024-12-19T21:26:42.156Z | Compiling omicron-zone-package v0.11.1 |
2758 | 2024-12-19T21:26:42.294Z | Compiling aes-gcm v0.10.3 |
2759 | 2024-12-19T21:26:42.511Z | Compiling typify v0.2.0 |
2760 | 2024-12-19T21:26:42.604Z | Compiling rustfmt-wrapper v0.2.1 |
2761 | 2024-12-19T21:26:42.666Z | Compiling progenitor-impl v0.8.0 |
2762 | 2024-12-19T21:26:42.795Z | Compiling mime_guess v2.0.5 |
2763 | 2024-12-19T21:26:43.183Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2764 | 2024-12-19T21:26:43.204Z | Compiling slog-envlogger v2.2.0 |
2765 | 2024-12-19T21:26:43.206Z | Compiling steno v0.4.1 |
2766 | 2024-12-19T21:26:44.091Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2767 | 2024-12-19T21:26:44.195Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2768 | 2024-12-19T21:26:44.199Z | Compiling heck v0.3.3 |
2769 | 2024-12-19T21:26:44.239Z | Compiling ssh-encoding v0.2.0 |
2770 | 2024-12-19T21:26:44.662Z | Compiling blowfish v0.9.1 |
2771 | 2024-12-19T21:26:44.778Z | Compiling nibble_vec v0.1.0 |
2772 | 2024-12-19T21:26:44.797Z | Compiling env_filter v0.1.2 |
2773 | 2024-12-19T21:26:45.003Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2774 | 2024-12-19T21:26:45.025Z | Compiling humantime v2.1.0 |
2775 | 2024-12-19T21:26:45.132Z | Compiling endian-type v0.1.2 |
2776 | 2024-12-19T21:26:45.152Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2777 | 2024-12-19T21:26:45.370Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2778 | 2024-12-19T21:26:45.389Z | Compiling radix_trie v0.2.1 |
2779 | 2024-12-19T21:26:45.472Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2780 | 2024-12-19T21:26:45.544Z | Compiling env_logger v0.11.5 |
2781 | 2024-12-19T21:26:45.563Z | Compiling bcrypt-pbkdf v0.10.0 |
2782 | 2024-12-19T21:26:45.686Z | Compiling zone_cfg_derive v0.1.2 |
2783 | 2024-12-19T21:26:46.096Z | Compiling ssh-cipher v0.2.0 |
2784 | 2024-12-19T21:26:46.205Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2785 | 2024-12-19T21:26:46.499Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2786 | 2024-12-19T21:26:46.859Z | Compiling parking_lot v0.11.2 |
2787 | 2024-12-19T21:26:47.185Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2788 | 2024-12-19T21:26:47.205Z | Compiling password-hash v0.4.2 |
2789 | 2024-12-19T21:26:47.619Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2790 | 2024-12-19T21:26:47.751Z | Compiling gethostname v0.5.0 |
2791 | 2024-12-19T21:26:47.797Z | Compiling fxhash v0.2.1 |
2792 | 2024-12-19T21:26:47.832Z | Compiling bumpalo v3.16.0 |
2793 | 2024-12-19T21:26:47.973Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2794 | 2024-12-19T21:26:48.020Z | Compiling matches v0.1.10 |
2795 | 2024-12-19T21:26:48.224Z | Compiling http-range v0.1.5 |
2796 | 2024-12-19T21:26:48.227Z | Compiling lockfree-object-pool v0.1.6 |
2797 | 2024-12-19T21:26:48.266Z | Compiling zip v2.1.3 |
2798 | 2024-12-19T21:26:48.268Z | Compiling simd-adler32 v0.3.7 |
2799 | 2024-12-19T21:26:48.335Z | Compiling base64 v0.13.1 |
2800 | 2024-12-19T21:26:48.470Z | Compiling idna v0.2.3 |
2801 | 2024-12-19T21:26:48.527Z | Compiling sled v0.34.7 |
2802 | 2024-12-19T21:26:48.599Z | Compiling pbkdf2 v0.11.0 |
2803 | 2024-12-19T21:26:48.622Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2804 | 2024-12-19T21:26:48.887Z | Compiling ron v0.7.1 |
2805 | 2024-12-19T21:26:48.975Z | Compiling zopfli v0.8.1 |
2806 | 2024-12-19T21:26:48.978Z | Compiling zone v0.1.8 |
2807 | 2024-12-19T21:26:49.361Z | Compiling xz2 v0.1.7 |
2808 | 2024-12-19T21:26:49.874Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2809 | 2024-12-19T21:26:50.651Z | Compiling ssh-key v0.6.6 |
2810 | 2024-12-19T21:26:50.862Z | Compiling hickory-client v0.24.1 |
2811 | 2024-12-19T21:26:51.046Z | Compiling progenitor-macro v0.8.0 |
2812 | 2024-12-19T21:26:51.222Z | Compiling p521 v0.13.3 |
2813 | 2024-12-19T21:26:51.298Z | Compiling p256 v0.13.2 |
2814 | 2024-12-19T21:26:51.467Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2815 | 2024-12-19T21:26:52.156Z | Compiling hickory-server v0.24.1 |
2816 | 2024-12-19T21:26:52.402Z | Compiling enum-as-inner v0.5.1 |
2817 | 2024-12-19T21:26:52.636Z | Compiling pem v3.0.4 |
2818 | 2024-12-19T21:26:53.492Z | Compiling yasna v0.5.2 |
2819 | 2024-12-19T21:26:53.495Z | Compiling headers-core v0.3.0 |
2820 | 2024-12-19T21:26:53.637Z | Compiling kstat-rs v0.2.4 |
2821 | 2024-12-19T21:26:53.680Z | Compiling nanorand v0.7.0 |
2822 | 2024-12-19T21:26:54.268Z | Compiling russh-cryptovec v0.7.3 |
2823 | 2024-12-19T21:26:54.329Z | Compiling atty v0.2.14 |
2824 | 2024-12-19T21:26:54.493Z | Compiling md5 v0.7.0 |
2825 | 2024-12-19T21:26:54.604Z | Compiling rcgen v0.12.1 |
2826 | 2024-12-19T21:26:55.029Z | Compiling russh-keys v0.45.0 |
2827 | 2024-12-19T21:26:55.211Z | Compiling flume v0.11.1 |
2828 | 2024-12-19T21:26:55.351Z | Compiling headers v0.4.0 |
2829 | 2024-12-19T21:26:55.468Z | Compiling trust-dns-proto v0.22.0 |
2830 | 2024-12-19T21:26:55.968Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2831 | 2024-12-19T21:26:57.108Z | Compiling hyper-staticfile v0.10.1 |
2832 | 2024-12-19T21:26:58.307Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2833 | 2024-12-19T21:26:58.956Z | Compiling num-bigint v0.4.6 |
2834 | 2024-12-19T21:26:59.376Z | Compiling des v0.8.1 |
2835 | 2024-12-19T21:26:59.578Z | Compiling subprocess v0.2.9 |
2836 | 2024-12-19T21:26:59.596Z | Compiling display-error-chain v0.2.2 |
2837 | 2024-12-19T21:26:59.728Z | Compiling dhcproto-macros v0.1.0 |
2838 | 2024-12-19T21:26:59.805Z | Compiling hex-literal v0.4.1 |
2839 | 2024-12-19T21:26:59.982Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2840 | 2024-12-19T21:27:00.395Z | Compiling internet-checksum v0.2.1 |
2841 | 2024-12-19T21:27:00.724Z | Compiling dhcproto v0.12.0 |
2842 | 2024-12-19T21:27:02.157Z | Compiling russh v0.45.0 |
2843 | 2024-12-19T21:27:04.229Z | Compiling progenitor v0.8.0 |
2844 | 2024-12-19T21:27:04.366Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2845 | 2024-12-19T21:27:04.369Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2846 | 2024-12-19T21:27:04.369Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2847 | 2024-12-19T21:27:04.369Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2848 | 2024-12-19T21:27:04.369Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2849 | 2024-12-19T21:27:04.369Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2850 | 2024-12-19T21:27:04.453Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2851 | 2024-12-19T21:27:05.225Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2852 | 2024-12-19T21:27:05.904Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2853 | 2024-12-19T21:27:07.758Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2854 | 2024-12-19T21:27:10.171Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2855 | 2024-12-19T21:27:11.147Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2856 | 2024-12-19T21:27:20.401Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2857 | 2024-12-19T21:27:20.401Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2858 | 2024-12-19T21:27:20.404Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2859 | 2024-12-19T21:27:20.404Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2860 | 2024-12-19T21:27:21.328Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2861 | 2024-12-19T21:27:23.773Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2862 | 2024-12-19T21:27:24.723Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2863 | 2024-12-19T21:27:25.509Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2864 | 2024-12-19T21:27:25.861Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2865 | 2024-12-19T21:27:28.496Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2866 | 2024-12-19T21:27:28.547Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2867 | 2024-12-19T21:27:29.670Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2868 | 2024-12-19T21:27:29.826Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2869 | 2024-12-19T21:27:31.473Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2870 | 2024-12-19T21:27:31.531Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2871 | 2024-12-19T21:27:32.662Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2872 | 2024-12-19T21:27:33.398Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2873 | 2024-12-19T21:27:33.788Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2874 | 2024-12-19T21:27:34.685Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2875 | 2024-12-19T21:27:36.799Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2876 | 2024-12-19T21:27:37.318Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2877 | 2024-12-19T21:27:37.512Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2878 | 2024-12-19T21:27:39.657Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2879 | 2024-12-19T21:27:39.856Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2880 | 2024-12-19T21:27:39.917Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2881 | 2024-12-19T21:27:42.821Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2882 | 2024-12-19T21:27:44.442Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2883 | 2024-12-19T21:27:45.025Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2884 | 2024-12-19T21:27:52.946Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2885 | 2024-12-19T21:28:00.217Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2886 | 2024-12-19T21:28:01.514Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2887 | 2024-12-19T21:28:20.551Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2888 | 2024-12-19T21:28:52.348Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 39s |
2889 | 2024-12-19T21:28:52.558Z | |
2890 | 2024-12-19T21:28:52.558Z | real 2:40.070785091 |
2891 | 2024-12-19T21:28:52.558Z | user 12:33.206118827 |
2892 | 2024-12-19T21:28:52.558Z | sys 2:40.846679312 |
2893 | 2024-12-19T21:28:52.558Z | trap 0.327518310 |
2894 | 2024-12-19T21:28:52.561Z | tflt 0.831013371 |
2895 | 2024-12-19T21:28:52.561Z | dflt 2.289265992 |
2896 | 2024-12-19T21:28:52.561Z | kflt 0.007539114 |
2897 | 2024-12-19T21:28:52.561Z | lock 25:49.866948783 |
2898 | 2024-12-19T21:28:52.561Z | slp 45:14.095722837 |
2899 | 2024-12-19T21:28:52.561Z | lat 36.277330231 |
2900 | 2024-12-19T21:28:52.561Z | stop 1:26.182907196 |
2901 | 2024-12-19T21:28:52.561Z | + mkdir tests |
2902 | 2024-12-19T21:28:52.564Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2903 | 2024-12-19T21:28:52.564Z | + xargs -I '{}' -t cp '{}' tests/ |
2904 | 2024-12-19T21:28:52.606Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-da6a5e5e8063d733 tests/ |
2905 | 2024-12-19T21:28:52.634Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-3e3f68b37990bf41 tests/ |
2906 | 2024-12-19T21:28:52.660Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-b49806a1c425ee86 tests/ |
2907 | 2024-12-19T21:28:52.686Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-9cdfae30744785b4 tests/ |
2908 | 2024-12-19T21:28:52.912Z | + 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/*) |
2909 | 2024-12-19T21:28:52.915Z | + 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-3e3f68b37990bf41 tests/commtest-b49806a1c425ee86 tests/dhcp_server-da6a5e5e8063d733 tests/end_to_end_tests-9cdfae30744785b4 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 |
2910 | 2024-12-19T21:30:04.239Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2911 | 2024-12-19T21:30:04.239Z | a .github/buildomat/ci-env.sh 1K |
2912 | 2024-12-19T21:30:04.239Z | a out/target/test 1K |
2913 | 2024-12-19T21:30:04.239Z | a out/npuzone/npuzone 23144K |
2914 | 2024-12-19T21:30:04.239Z | a package-manifest.toml 32K |
2915 | 2024-12-19T21:30:04.239Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2916 | 2024-12-19T21:30:04.239Z | a target/release/omicron-package 36361K |
2917 | 2024-12-19T21:30:04.239Z | a target/release/xtask 11762K |
2918 | 2024-12-19T21:30:04.239Z | a target/debug/bootstrap 210055K |
2919 | 2024-12-19T21:30:04.239Z | a tests/bootstrap-3e3f68b37990bf41 24246K |
2920 | 2024-12-19T21:30:04.239Z | a tests/commtest-b49806a1c425ee86 25022K |
2921 | 2024-12-19T21:30:04.239Z | a tests/dhcp_server-da6a5e5e8063d733 24246K |
2922 | 2024-12-19T21:30:04.239Z | a tests/end_to_end_tests-9cdfae30744785b4 228118K |
2923 | 2024-12-19T21:30:04.239Z | a out/clickhouse.tar.gz 280603K |
2924 | 2024-12-19T21:30:04.239Z | a out/clickhouse_keeper.tar.gz 280576K |
2925 | 2024-12-19T21:30:04.239Z | a out/clickhouse_server.tar.gz 280575K |
2926 | 2024-12-19T21:30:04.239Z | a out/cockroachdb.tar.gz 134589K |
2927 | 2024-12-19T21:30:04.239Z | a out/crucible-dtrace.tar 85K |
2928 | 2024-12-19T21:30:04.239Z | a out/crucible-pantry-zone.tar.gz 28187K |
2929 | 2024-12-19T21:30:04.239Z | a out/crucible-zone.tar.gz 36405K |
2930 | 2024-12-19T21:30:04.239Z | a out/external-dns.tar.gz 35282K |
2931 | 2024-12-19T21:30:04.240Z | a out/internal-dns.tar.gz 35281K |
2932 | 2024-12-19T21:30:04.240Z | a out/mg-ddm-gz.tar 63075K |
2933 | 2024-12-19T21:30:04.240Z | a out/nexus.tar.gz 98128K |
2934 | 2024-12-19T21:30:04.240Z | a out/ntp.tar.gz 10371K |
2935 | 2024-12-19T21:30:04.240Z | a out/omicron-gateway-softnpu.tar.gz 23949K |
2936 | 2024-12-19T21:30:04.240Z | a out/omicron-sled-agent.tar 113512K |
2937 | 2024-12-19T21:30:04.240Z | a out/overlay.tar.gz 3K |
2938 | 2024-12-19T21:30:04.240Z | a out/oximeter.tar.gz 47771K |
2939 | 2024-12-19T21:30:04.240Z | a out/oxlog.tar 3088K |
2940 | 2024-12-19T21:30:04.240Z | a out/probe.tar.gz 2764K |
2941 | 2024-12-19T21:30:04.240Z | a out/propolis-server.tar.gz 66730K |
2942 | 2024-12-19T21:30:04.240Z | a out/pumpkind-gz.tar 26665K |
2943 | 2024-12-19T21:30:04.240Z | a out/switch-softnpu.tar.gz 250642K |
2944 | 2024-12-19T21:30:04.243Z | |
2945 | 2024-12-19T21:30:04.243Z | real 1:11.317895737 |
2946 | 2024-12-19T21:30:04.243Z | user 1:08.113144623 |
2947 | 2024-12-19T21:30:04.243Z | sys 4.555738828 |
2948 | 2024-12-19T21:30:04.243Z | trap 0.018383925 |
2949 | 2024-12-19T21:30:04.243Z | tflt 0.000000000 |
2950 | 2024-12-19T21:30:04.243Z | dflt 0.000000000 |
2951 | 2024-12-19T21:30:04.243Z | kflt 0.000000000 |
2952 | 2024-12-19T21:30:04.243Z | lock 0.000000000 |
2953 | 2024-12-19T21:30:04.243Z | slp 1:07.904410485 |
2954 | 2024-12-19T21:30:04.243Z | lat 2.038208288 |
2955 | 2024-12-19T21:30:04.244Z | stop 0.000631586 |
2956 | 2024-12-19T21:30:04.244Z | process exited: duration 1972776 ms, exit code 0 |
|
2957 | 2024-12-19T21:30:04.258Z | found 1 output files |
2958 | 2024-12-19T21:30:04.258Z | uploading: /work/package.tar.gz (1870163284 bytes) |
2959 | 2024-12-19T21:30:45.796Z | uploaded: /work/package.tar.gz |