|
|
|
1 | 2024-12-18T22:35:32.608Z | job assigned to worker 01JFDYH6RY969KWK1V6YXAD94F [factory aws, i-0282b250a08f83a9d] (queued for 1 m 0 s) |
|
2 | 2024-12-18T22:35:39.844Z | starting task 0: "setup" |
3 | 2024-12-18T22:35:39.853Z | ++ uname -s |
4 | 2024-12-18T22:35:39.855Z | + kern=SunOS |
5 | 2024-12-18T22:35:39.855Z | + case "$kern" in |
6 | 2024-12-18T22:35:39.855Z | + groupadd -g 12345 build |
7 | 2024-12-18T22:35:39.858Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-18T22:35:41.865Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-18T22:35:41.975Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-18T22:35:41.978Z | + home_fs=zfs |
11 | 2024-12-18T22:35:41.979Z | + [[ zfs == autofs ]] |
12 | 2024-12-18T22:35:41.979Z | + mkdir -p /home/build |
13 | 2024-12-18T22:35:41.982Z | + chown build:build /home/build /work |
14 | 2024-12-18T22:35:42.982Z | + chmod 0700 /home/build /work |
15 | 2024-12-18T22:35:42.985Z | process exited: duration 3141 ms, exit code 0 |
|
16 | 2024-12-18T22:35:42.990Z | starting task 1: "rust-toolchain" |
17 | 2024-12-18T22:35:42.997Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-18T22:35:42.997Z | ' 1.81.0 |
19 | 2024-12-18T22:35:42.997Z | * toolchain channel = "1.81.0" |
20 | 2024-12-18T22:35:42.997Z | * toolchain profile = "default" |
21 | 2024-12-18T22:35:42.997Z | + printf ' * toolchain profile = "%s" |
22 | 2024-12-18T22:35:42.997Z | ' default |
23 | 2024-12-18T22:35:43.004Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-18T22:35:43.004Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-18T22:35:43.114Z | info: downloading installer |
26 | 2024-12-18T22:35:44.712Z | info: profile set to 'default' |
27 | 2024-12-18T22:35:44.712Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-18T22:35:44.715Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-18T22:35:44.864Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-18T22:35:44.864Z | info: downloading component 'cargo' |
31 | 2024-12-18T22:35:45.708Z | info: downloading component 'clippy' |
32 | 2024-12-18T22:35:46.021Z | info: downloading component 'rust-docs' |
33 | 2024-12-18T22:35:47.194Z | info: downloading component 'rust-std' |
34 | 2024-12-18T22:35:49.021Z | info: downloading component 'rustc' |
35 | 2024-12-18T22:35:55.586Z | info: downloading component 'rustfmt' |
36 | 2024-12-18T22:35:55.833Z | info: installing component 'cargo' |
37 | 2024-12-18T22:35:56.630Z | info: installing component 'clippy' |
38 | 2024-12-18T22:35:56.989Z | info: installing component 'rust-docs' |
39 | 2024-12-18T22:35:58.618Z | info: installing component 'rust-std' |
40 | 2024-12-18T22:36:00.350Z | info: installing component 'rustc' |
41 | 2024-12-18T22:36:06.029Z | info: installing component 'rustfmt' |
42 | 2024-12-18T22:36:06.351Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-18T22:36:06.351Z | |
44 | 2024-12-18T22:36:06.716Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-18T22:36:06.717Z | |
46 | 2024-12-18T22:36:06.719Z | |
47 | 2024-12-18T22:36:06.719Z | Rust is installed now. Great! |
48 | 2024-12-18T22:36:06.719Z | |
49 | 2024-12-18T22:36:06.721Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-18T22:36:06.721Z | environment variable. This has not been done automatically. |
51 | 2024-12-18T22:36:06.721Z | |
52 | 2024-12-18T22:36:06.721Z | To configure your current shell, you need to source |
53 | 2024-12-18T22:36:06.721Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-18T22:36:06.721Z | |
55 | 2024-12-18T22:36:06.721Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-18T22:36:06.721Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-18T22:36:06.721Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-18T22:36:06.789Z | + rustc --version |
59 | 2024-12-18T22:36:06.853Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-18T22:36:06.859Z | process exited: duration 23856 ms, exit code 0 |
|
61 | 2024-12-18T22:36:06.865Z | starting task 2: "authentication" |
62 | 2024-12-18T22:36:06.887Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-12-18T22:36:06.895Z | starting task 3: "clone repository" |
64 | 2024-12-18T22:36:06.900Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-18T22:36:06.904Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-18T22:36:06.948Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-18T22:36:13.207Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-18T22:36:13.207Z | + git fetch origin d80c4c9ce6a851fad9e7dd502d4ff838b3985e6d |
69 | 2024-12-18T22:36:13.509Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-18T22:36:13.509Z | * branch d80c4c9ce6a851fad9e7dd502d4ff838b3985e6d -> FETCH_HEAD |
71 | 2024-12-18T22:36:13.518Z | + [[ -n eliza/webhook-models ]] |
72 | 2024-12-18T22:36:13.519Z | ++ git branch --show-current |
73 | 2024-12-18T22:36:13.519Z | + current=main |
74 | 2024-12-18T22:36:13.519Z | + [[ main != eliza/webhook-models ]] |
75 | 2024-12-18T22:36:13.519Z | + git branch -f eliza/webhook-models d80c4c9ce6a851fad9e7dd502d4ff838b3985e6d |
76 | 2024-12-18T22:36:13.524Z | + git checkout -f eliza/webhook-models |
77 | 2024-12-18T22:36:13.702Z | Switched to branch 'eliza/webhook-models' |
78 | 2024-12-18T22:36:13.707Z | + git reset --hard d80c4c9ce6a851fad9e7dd502d4ff838b3985e6d |
79 | 2024-12-18T22:36:13.883Z | HEAD is now at d80c4c9ce more diesel plumbing |
80 | 2024-12-18T22:36:13.890Z | process exited: duration 6987 ms, exit code 0 |
|
81 | 2024-12-18T22:36:13.897Z | starting task 4: "build" |
82 | 2024-12-18T22:36:13.903Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-18T22:36:13.906Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-18T22:36:13.906Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-18T22:36:13.906Z | + cargo --version |
86 | 2024-12-18T22:36:13.963Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-18T22:36:13.968Z | + rustc --version |
88 | 2024-12-18T22:36:14.031Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-18T22:36:14.036Z | + WORK=/work |
90 | 2024-12-18T22:36:14.036Z | + pfexec mkdir -p /work |
91 | 2024-12-18T22:36:14.039Z | + pfexec chown build /work |
92 | 2024-12-18T22:36:14.042Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2024-12-18T22:36:20.734Z | Startup: Refreshing catalog 'helios-dev' ... Done |
94 | 2024-12-18T22:36:26.543Z | Startup: Caching catalogs ... Done |
95 | 2024-12-18T22:36:35.035Z | Planning: Solver setup ... Done (9.612s) |
96 | 2024-12-18T22:36:35.170Z | Planning: Running solver ... Done (0.135s) |
97 | 2024-12-18T22:36:35.274Z | Planning: Finding local manifests ... Done (0.004s) |
98 | 2024-12-18T22:36:35.286Z | Planning: Fetching manifests: 0/5 0% complete |
99 | 2024-12-18T22:36:35.503Z | Planning: Fetching manifests: 5/5 100% complete |
100 | 2024-12-18T22:36:35.604Z | Planning: Package planning ... Done (0.101s) |
101 | 2024-12-18T22:36:35.659Z | Planning: Merging actions ... Done (0.056s) |
102 | 2024-12-18T22:36:35.852Z | Planning: Checking for conflicting actions ... Done (0.192s) |
103 | 2024-12-18T22:36:37.877Z | Planning: Consolidating action changes ... Done (1.956s) |
104 | 2024-12-18T22:36:38.250Z | Planning: Evaluating mediators ... Done (0.430s) |
105 | 2024-12-18T22:36:38.325Z | Planning: Planning completed in 13.66 seconds |
106 | 2024-12-18T22:36:38.383Z | Packages to install: 4 |
107 | 2024-12-18T22:36:38.383Z | Packages to update: 1 |
108 | 2024-12-18T22:36:38.465Z | Mediators to change: 2 |
109 | 2024-12-18T22:36:38.465Z | Services to change: 1 |
110 | 2024-12-18T22:36:38.465Z | Estimated space available: 155.63 GB |
111 | 2024-12-18T22:36:38.466Z | Estimated space to be consumed: 1.61 GB |
112 | 2024-12-18T22:36:38.466Z | Create boot environment: No |
113 | 2024-12-18T22:36:38.466Z | Create backup boot environment: Yes |
114 | 2024-12-18T22:36:38.466Z | Rebuild boot archive: No |
115 | 2024-12-18T22:36:38.466Z | |
116 | 2024-12-18T22:36:38.466Z | Changed mediators: |
117 | 2024-12-18T22:36:38.469Z | mediator clang: |
118 | 2024-12-18T22:36:38.469Z | version: None -> 15 (system default) |
119 | 2024-12-18T22:36:38.469Z | |
120 | 2024-12-18T22:36:38.469Z | mediator llvm: |
121 | 2024-12-18T22:36:38.469Z | version: 14 (system default) -> 15 (system default) |
122 | 2024-12-18T22:36:38.469Z | |
123 | 2024-12-18T22:36:38.469Z | Changed packages: |
124 | 2024-12-18T22:36:38.469Z | helios-dev |
125 | 2024-12-18T22:36:38.469Z | developer/build-essential |
126 | 2024-12-18T22:36:38.469Z | None -> 11-2.0 |
127 | 2024-12-18T22:36:38.469Z | library/libxmlsec1 |
128 | 2024-12-18T22:36:38.469Z | None -> 1.2.35-2.0 |
129 | 2024-12-18T22:36:38.470Z | ooce/developer/clang-15 |
130 | 2024-12-18T22:36:38.470Z | None -> 15.0.7-2.0 |
131 | 2024-12-18T22:36:38.470Z | ooce/developer/llvm-15 |
132 | 2024-12-18T22:36:38.470Z | None -> 15.0.7-2.0 |
133 | 2024-12-18T22:36:38.470Z | package/pkg |
134 | 2024-12-18T22:36:38.470Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
135 | 2024-12-18T22:36:38.470Z | |
136 | 2024-12-18T22:36:38.470Z | Services: |
137 | 2024-12-18T22:36:38.470Z | restart_fmri: |
138 | 2024-12-18T22:36:38.471Z | svc:/system/update-man-index:default |
139 | 2024-12-18T22:36:38.471Z | |
140 | 2024-12-18T22:36:38.471Z | Editable files to change: |
141 | 2024-12-18T22:36:38.471Z | Update: |
142 | 2024-12-18T22:36:38.471Z | usr/share/lib/pkg/web/config.shtml |
143 | 2024-12-18T22:36:38.481Z | |
144 | 2024-12-18T22:36:38.481Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
145 | 2024-12-18T22:36:47.233Z | Download: 1240/4281 items 94.6/220.6MB 42% complete (19.0M/s) |
146 | 2024-12-18T22:36:48.467Z | Download: 2824/4281 items 121.0/220.6MB 54% complete (12.3M/s) |
147 | 2024-12-18T22:36:53.470Z | Download: 3835/4281 items 217.5/220.6MB 98% complete (12.9M/s) |
148 | 2024-12-18T22:36:56.437Z | Download: Completed 220.60 MB in 17.97 seconds (12.3M/s) |
149 | 2024-12-18T22:36:58.478Z | Actions: 1/5063 actions (Removing old actions) |
150 | 2024-12-18T22:36:58.498Z | Actions: 194/5063 actions (Installing new actions) |
151 | 2024-12-18T22:37:03.156Z | Actions: 4226/5063 actions (Updating modified actions) |
152 | 2024-12-18T22:37:03.466Z | Actions: Completed 5063 actions in 4.99 seconds. |
153 | 2024-12-18T22:37:03.862Z | Done (0.387s) |
154 | 2024-12-18T22:37:03.865Z | Done (0.000s) |
155 | 2024-12-18T22:37:04.429Z | Done (0.565s) |
156 | 2024-12-18T22:37:08.858Z | Done (4.201s) |
157 | 2024-12-18T22:37:08.946Z | Done (0.018s) |
158 | 2024-12-18T22:37:08.949Z | Done (0.000s) |
159 | 2024-12-18T22:37:09.110Z | Done (0.000s) |
160 | 2024-12-18T22:37:09.803Z | Planning: Evaluating mediator changes ... Done |
161 | 2024-12-18T22:37:09.967Z | Planning: Checking for conflicting actions ... Done |
162 | 2024-12-18T22:37:09.969Z | Planning: Consolidating action changes ... Done |
163 | 2024-12-18T22:37:10.243Z | Planning: Evaluating mediators ... Done |
164 | 2024-12-18T22:37:10.246Z | Planning: Planning completed in 0.44 seconds |
165 | 2024-12-18T22:37:10.286Z | Mediators to change: 2 |
166 | 2024-12-18T22:37:10.286Z | Create boot environment: No |
167 | 2024-12-18T22:37:10.289Z | Create backup boot environment: No |
168 | 2024-12-18T22:37:10.365Z | Done |
169 | 2024-12-18T22:37:10.365Z | Done |
170 | 2024-12-18T22:37:10.730Z | Done |
171 | 2024-12-18T22:37:14.375Z | Done |
172 | 2024-12-18T22:37:14.464Z | Done |
173 | 2024-12-18T22:37:14.467Z | Done |
174 | 2024-12-18T22:37:14.603Z | Done |
175 | 2024-12-18T22:37:15.228Z | Planning: Evaluating mediator changes ... Done |
176 | 2024-12-18T22:37:15.232Z | Planning: Merging actions ... Done |
177 | 2024-12-18T22:37:15.420Z | Planning: Checking for conflicting actions ... Done |
178 | 2024-12-18T22:37:15.423Z | Planning: Consolidating action changes ... Done |
179 | 2024-12-18T22:37:15.694Z | Planning: Evaluating mediators ... Done |
180 | 2024-12-18T22:37:15.749Z | Planning: Planning completed in 0.77 seconds |
181 | 2024-12-18T22:37:15.790Z | Packages to change: 1 |
182 | 2024-12-18T22:37:15.790Z | Mediators to change: 1 |
183 | 2024-12-18T22:37:15.793Z | Services to change: 1 |
184 | 2024-12-18T22:37:15.793Z | Create boot environment: No |
185 | 2024-12-18T22:37:15.794Z | Create backup boot environment: Yes |
186 | 2024-12-18T22:37:18.163Z | Actions: 1/6 actions (Updating modified actions) |
187 | 2024-12-18T22:37:18.167Z | Actions: Completed 6 actions in 0.00 seconds. |
188 | 2024-12-18T22:37:18.167Z | Done |
189 | 2024-12-18T22:37:18.167Z | Done |
190 | 2024-12-18T22:37:18.280Z | Done |
191 | 2024-12-18T22:37:21.985Z | Done |
192 | 2024-12-18T22:37:22.074Z | Done |
193 | 2024-12-18T22:37:22.082Z | Done |
194 | 2024-12-18T22:37:22.219Z | Done |
195 | 2024-12-18T22:37:22.662Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
196 | 2024-12-18T22:37:22.663Z | clang system 15 system |
197 | 2024-12-18T22:37:22.663Z | csh system system illumos |
198 | 2024-12-18T22:37:22.663Z | ctags system system illumos |
199 | 2024-12-18T22:37:22.663Z | gcc vendor 12 vendor |
200 | 2024-12-18T22:37:22.663Z | gcc system 10 system |
201 | 2024-12-18T22:37:22.663Z | gcc system 7 system |
202 | 2024-12-18T22:37:22.663Z | go system 1.20 system |
203 | 2024-12-18T22:37:22.663Z | go system 1.19 system |
204 | 2024-12-18T22:37:22.663Z | llvm system 15 system |
205 | 2024-12-18T22:37:22.663Z | llvm system 14 system |
206 | 2024-12-18T22:37:22.663Z | mariadb system 10.6 system |
207 | 2024-12-18T22:37:22.663Z | mta vendor vendor dma |
208 | 2024-12-18T22:37:22.663Z | openjdk system 17 system |
209 | 2024-12-18T22:37:22.663Z | openjdk system 11 system |
210 | 2024-12-18T22:37:22.663Z | openjdk system 1.8 system |
211 | 2024-12-18T22:37:22.663Z | openssl vendor 3 vendor |
212 | 2024-12-18T22:37:22.663Z | perl system 5.36 system |
213 | 2024-12-18T22:37:22.663Z | postgresql system 15 system |
214 | 2024-12-18T22:37:22.663Z | postgresql system 13 system |
215 | 2024-12-18T22:37:22.663Z | python vendor 3 vendor |
216 | 2024-12-18T22:37:22.663Z | python system 2 system |
217 | 2024-12-18T22:37:22.663Z | python3 system 3.11 system |
218 | 2024-12-18T22:37:22.663Z | ruby system 3.0 system |
219 | 2024-12-18T22:37:22.663Z | words vendor vendor american-english |
220 | 2024-12-18T22:37:22.663Z | words system system australian-english |
221 | 2024-12-18T22:37:22.663Z | words system system british-english |
222 | 2024-12-18T22:37:22.663Z | words system system canadian-english |
223 | 2024-12-18T22:37:22.663Z | words system system french |
224 | 2024-12-18T22:37:22.663Z | words system system italian |
225 | 2024-12-18T22:37:22.663Z | words system system ngerman |
226 | 2024-12-18T22:37:22.663Z | words system system ogerman |
227 | 2024-12-18T22:37:22.663Z | words system system spanish |
228 | 2024-12-18T22:37:22.998Z | PUBLISHER TYPE STATUS P LOCATION |
229 | 2024-12-18T22:37:22.998Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
230 | 2024-12-18T22:37:25.720Z | FMRI IFO |
231 | 2024-12-18T22:37:25.720Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
232 | 2024-12-18T22:37:25.720Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
233 | 2024-12-18T22:37:25.720Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
234 | 2024-12-18T22:37:25.720Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
235 | 2024-12-18T22:37:25.720Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
236 | 2024-12-18T22:37:25.720Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
237 | 2024-12-18T22:37:25.720Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
238 | 2024-12-18T22:37:25.720Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
239 | 2024-12-18T22:37:25.720Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
240 | 2024-12-18T22:37:25.720Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
241 | 2024-12-18T22:37:25.720Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
242 | 2024-12-18T22:37:25.720Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
243 | 2024-12-18T22:37:25.720Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
244 | 2024-12-18T22:37:25.720Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
245 | 2024-12-18T22:37:25.720Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
246 | 2024-12-18T22:37:26.486Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
247 | 2024-12-18T22:37:26.782Z | Updating crates.io index |
248 | 2024-12-18T22:37:26.848Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
249 | 2024-12-18T22:37:27.415Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
250 | 2024-12-18T22:37:27.761Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
251 | 2024-12-18T22:37:28.029Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
252 | 2024-12-18T22:37:28.296Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
253 | 2024-12-18T22:37:29.262Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
254 | 2024-12-18T22:37:30.741Z | Updating git repository `https://github.com/oxidecomputer/opte` |
255 | 2024-12-18T22:37:31.499Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
256 | 2024-12-18T22:37:32.301Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
257 | 2024-12-18T22:37:32.572Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
258 | 2024-12-18T22:37:32.899Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
259 | 2024-12-18T22:37:33.636Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
260 | 2024-12-18T22:37:33.996Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
261 | 2024-12-18T22:37:34.232Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
262 | 2024-12-18T22:37:34.562Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
263 | 2024-12-18T22:37:34.838Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
264 | 2024-12-18T22:37:35.123Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
265 | 2024-12-18T22:37:35.530Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
266 | 2024-12-18T22:37:35.857Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
267 | 2024-12-18T22:37:36.334Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
268 | 2024-12-18T22:37:36.718Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
269 | 2024-12-18T22:37:37.208Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
270 | 2024-12-18T22:37:37.563Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
271 | 2024-12-18T22:37:37.979Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
272 | 2024-12-18T22:37:38.433Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
273 | 2024-12-18T22:37:38.739Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
274 | 2024-12-18T22:37:38.985Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
275 | 2024-12-18T22:37:39.250Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
276 | 2024-12-18T22:37:40.632Z | Downloading crates ... |
277 | 2024-12-18T22:37:40.696Z | Downloaded anstyle-parse v0.2.5 |
278 | 2024-12-18T22:37:40.699Z | Downloaded block-buffer v0.10.4 |
279 | 2024-12-18T22:37:40.702Z | Downloaded anstream v0.6.15 |
280 | 2024-12-18T22:37:40.706Z | Downloaded scroll_derive v0.12.0 |
281 | 2024-12-18T22:37:40.719Z | Downloaded autocfg v1.4.0 |
282 | 2024-12-18T22:37:40.721Z | Downloaded byteorder v1.5.0 |
283 | 2024-12-18T22:37:40.724Z | Downloaded anstyle v1.0.10 |
284 | 2024-12-18T22:37:40.733Z | Downloaded dtrace-parser v0.2.0 |
285 | 2024-12-18T22:37:40.737Z | Downloaded usdt-macro v0.5.0 |
286 | 2024-12-18T22:37:40.737Z | Downloaded colorchoice v1.0.2 |
287 | 2024-12-18T22:37:40.740Z | Downloaded swrite v0.1.0 |
288 | 2024-12-18T22:37:40.743Z | Downloaded anstyle-query v1.1.1 |
289 | 2024-12-18T22:37:40.743Z | Downloaded cargo-platform v0.1.8 |
290 | 2024-12-18T22:37:40.746Z | Downloaded bytecount v0.6.8 |
291 | 2024-12-18T22:37:40.750Z | Downloaded itoa v1.0.11 |
292 | 2024-12-18T22:37:40.750Z | Downloaded thiserror v1.0.69 |
293 | 2024-12-18T22:37:40.754Z | Downloaded smawk v0.3.2 |
294 | 2024-12-18T22:37:40.759Z | Downloaded serde_tokenstream v0.2.2 |
295 | 2024-12-18T22:37:40.759Z | Downloaded terminal_size v0.4.0 |
296 | 2024-12-18T22:37:40.759Z | Downloaded thiserror-impl v1.0.69 |
297 | 2024-12-18T22:37:40.763Z | Downloaded serde_spanned v0.6.8 |
298 | 2024-12-18T22:37:40.763Z | Downloaded pretty-hex v0.4.1 |
299 | 2024-12-18T22:37:40.763Z | Downloaded plain v0.2.3 |
300 | 2024-12-18T22:37:40.763Z | Downloaded generic-array v0.14.7 |
301 | 2024-12-18T22:37:40.766Z | Downloaded equivalent v1.0.1 |
302 | 2024-12-18T22:37:40.766Z | Downloaded fnv v1.0.7 |
303 | 2024-12-18T22:37:40.766Z | Downloaded usdt-attr-macro v0.5.0 |
304 | 2024-12-18T22:37:40.766Z | Downloaded crypto-common v0.1.6 |
305 | 2024-12-18T22:37:40.773Z | Downloaded thread-id v4.2.2 |
306 | 2024-12-18T22:37:40.777Z | Downloaded utf8parse v0.2.2 |
307 | 2024-12-18T22:37:40.777Z | Downloaded usdt v0.5.0 |
308 | 2024-12-18T22:37:40.777Z | Downloaded tabled_derive v0.7.0 |
309 | 2024-12-18T22:37:40.778Z | Downloaded strsim v0.11.1 |
310 | 2024-12-18T22:37:40.778Z | Downloaded proc-macro-error-attr v1.0.4 |
311 | 2024-12-18T22:37:40.785Z | Downloaded macaddr v1.0.1 |
312 | 2024-12-18T22:37:40.786Z | Downloaded heck v0.5.0 |
313 | 2024-12-18T22:37:40.786Z | Downloaded toml_datetime v0.6.8 |
314 | 2024-12-18T22:37:40.786Z | Downloaded memmap v0.7.0 |
315 | 2024-12-18T22:37:40.792Z | Downloaded clap_lex v0.7.2 |
316 | 2024-12-18T22:37:40.792Z | Downloaded dof v0.3.0 |
317 | 2024-12-18T22:37:40.792Z | Downloaded errno v0.3.9 |
318 | 2024-12-18T22:37:40.792Z | Downloaded digest v0.10.7 |
319 | 2024-12-18T22:37:40.792Z | Downloaded unicode-linebreak v0.1.5 |
320 | 2024-12-18T22:37:40.792Z | Downloaded pest_generator v2.7.14 |
321 | 2024-12-18T22:37:40.796Z | Downloaded is_terminal_polyfill v1.70.1 |
322 | 2024-12-18T22:37:40.796Z | Downloaded cargo_toml v0.20.5 |
323 | 2024-12-18T22:37:40.799Z | Downloaded heck v0.4.1 |
324 | 2024-12-18T22:37:40.799Z | Downloaded cargo_metadata v0.18.1 |
325 | 2024-12-18T22:37:40.802Z | Downloaded camino-tempfile v1.1.1 |
326 | 2024-12-18T22:37:40.802Z | Downloaded camino v1.1.9 |
327 | 2024-12-18T22:37:40.805Z | Downloaded tempfile v3.13.0 |
328 | 2024-12-18T22:37:40.809Z | Downloaded fastrand v2.1.1 |
329 | 2024-12-18T22:37:40.809Z | Downloaded pest_derive v2.7.14 |
330 | 2024-12-18T22:37:40.812Z | Downloaded once_cell v1.20.2 |
331 | 2024-12-18T22:37:40.812Z | Downloaded quote v1.0.37 |
332 | 2024-12-18T22:37:40.816Z | Downloaded clap_derive v4.5.18 |
333 | 2024-12-18T22:37:40.819Z | Downloaded cfg-if v1.0.0 |
334 | 2024-12-18T22:37:40.819Z | Downloaded zerocopy-derive v0.7.35 |
335 | 2024-12-18T22:37:40.824Z | Downloaded cpufeatures v0.2.14 |
336 | 2024-12-18T22:37:40.824Z | Downloaded proc-macro-error v1.0.4 |
337 | 2024-12-18T22:37:40.828Z | Downloaded version_check v0.9.5 |
338 | 2024-12-18T22:37:40.831Z | Downloaded bitflags v2.6.0 |
339 | 2024-12-18T22:37:40.832Z | Downloaded anyhow v1.0.93 |
340 | 2024-12-18T22:37:40.836Z | Downloaded ucd-trie v0.1.7 |
341 | 2024-12-18T22:37:40.839Z | Downloaded toml v0.8.19 |
342 | 2024-12-18T22:37:40.842Z | Downloaded log v0.4.22 |
343 | 2024-12-18T22:37:40.846Z | Downloaded serde_derive v1.0.215 |
344 | 2024-12-18T22:37:40.846Z | Downloaded textwrap v0.16.1 |
345 | 2024-12-18T22:37:40.849Z | Downloaded scroll v0.12.0 |
346 | 2024-12-18T22:37:40.849Z | Downloaded unicode-ident v1.0.13 |
347 | 2024-12-18T22:37:40.852Z | Downloaded fs-err v2.11.0 |
348 | 2024-12-18T22:37:40.869Z | Downloaded papergrid v0.11.0 |
349 | 2024-12-18T22:37:40.872Z | Downloaded typenum v1.17.0 |
350 | 2024-12-18T22:37:40.872Z | Downloaded ryu v1.0.18 |
351 | 2024-12-18T22:37:40.872Z | Downloaded proc-macro2 v1.0.89 |
352 | 2024-12-18T22:37:40.873Z | Downloaded pest_meta v2.7.14 |
353 | 2024-12-18T22:37:40.873Z | Downloaded usdt-impl v0.5.0 |
354 | 2024-12-18T22:37:40.873Z | Downloaded sha2 v0.10.8 |
355 | 2024-12-18T22:37:40.873Z | Downloaded clap v4.5.21 |
356 | 2024-12-18T22:37:40.888Z | Downloaded semver v1.0.23 |
357 | 2024-12-18T22:37:40.891Z | Downloaded serde v1.0.215 |
358 | 2024-12-18T22:37:40.906Z | Downloaded memchr v2.7.4 |
359 | 2024-12-18T22:37:40.911Z | Downloaded indexmap v2.6.0 |
360 | 2024-12-18T22:37:40.915Z | Downloaded toml_edit v0.22.22 |
361 | 2024-12-18T22:37:40.953Z | Downloaded zerocopy v0.7.35 |
362 | 2024-12-18T22:37:40.968Z | Downloaded winnow v0.6.20 |
363 | 2024-12-18T22:37:40.988Z | Downloaded serde_json v1.0.132 |
364 | 2024-12-18T22:37:40.993Z | Downloaded goblin v0.8.2 |
365 | 2024-12-18T22:37:40.993Z | Downloaded clap_builder v4.5.21 |
366 | 2024-12-18T22:37:40.999Z | Downloaded tabled v0.15.0 |
367 | 2024-12-18T22:37:41.009Z | Downloaded syn v1.0.109 |
368 | 2024-12-18T22:37:41.019Z | Downloaded unicode-width v0.1.14 |
369 | 2024-12-18T22:37:41.024Z | Downloaded hashbrown v0.15.1 |
370 | 2024-12-18T22:37:41.029Z | Downloaded pest v2.7.14 |
371 | 2024-12-18T22:37:41.041Z | Downloaded syn v2.0.87 |
372 | 2024-12-18T22:37:41.051Z | Downloaded rustix v0.38.37 |
373 | 2024-12-18T22:37:41.081Z | Downloaded libc v0.2.162 |
374 | 2024-12-18T22:37:41.390Z | Compiling proc-macro2 v1.0.89 |
375 | 2024-12-18T22:37:41.390Z | Compiling unicode-ident v1.0.13 |
376 | 2024-12-18T22:37:41.390Z | Compiling version_check v0.9.5 |
377 | 2024-12-18T22:37:41.394Z | Compiling serde v1.0.215 |
378 | 2024-12-18T22:37:41.394Z | Compiling thiserror v1.0.69 |
379 | 2024-12-18T22:37:41.394Z | Compiling memchr v2.7.4 |
380 | 2024-12-18T22:37:41.394Z | Compiling libc v0.2.162 |
381 | 2024-12-18T22:37:41.394Z | Compiling ryu v1.0.18 |
382 | 2024-12-18T22:37:41.653Z | Compiling itoa v1.0.11 |
383 | 2024-12-18T22:37:41.893Z | Compiling ucd-trie v0.1.7 |
384 | 2024-12-18T22:37:42.131Z | Compiling once_cell v1.20.2 |
385 | 2024-12-18T22:37:42.253Z | Compiling byteorder v1.5.0 |
386 | 2024-12-18T22:37:42.513Z | Compiling serde_json v1.0.132 |
387 | 2024-12-18T22:37:42.563Z | Compiling rustix v0.38.37 |
388 | 2024-12-18T22:37:42.757Z | Compiling bitflags v2.6.0 |
389 | 2024-12-18T22:37:42.886Z | Compiling usdt-impl v0.5.0 |
390 | 2024-12-18T22:37:43.125Z | Compiling proc-macro-error-attr v1.0.4 |
391 | 2024-12-18T22:37:43.303Z | Compiling syn v1.0.109 |
392 | 2024-12-18T22:37:43.363Z | Compiling proc-macro-error v1.0.4 |
393 | 2024-12-18T22:37:43.437Z | Compiling quote v1.0.37 |
394 | 2024-12-18T22:37:43.599Z | Compiling plain v0.2.3 |
395 | 2024-12-18T22:37:43.623Z | Compiling utf8parse v0.2.2 |
396 | 2024-12-18T22:37:43.664Z | Compiling camino v1.1.9 |
397 | 2024-12-18T22:37:43.769Z | Compiling errno v0.3.9 |
398 | 2024-12-18T22:37:43.798Z | Compiling syn v2.0.87 |
399 | 2024-12-18T22:37:44.018Z | Compiling hashbrown v0.15.1 |
400 | 2024-12-18T22:37:44.083Z | Compiling log v0.4.22 |
401 | 2024-12-18T22:37:44.140Z | Compiling equivalent v1.0.1 |
402 | 2024-12-18T22:37:44.251Z | Compiling thread-id v4.2.2 |
403 | 2024-12-18T22:37:44.369Z | Compiling anstyle-parse v0.2.5 |
404 | 2024-12-18T22:37:44.541Z | Compiling colorchoice v1.0.2 |
405 | 2024-12-18T22:37:44.701Z | Compiling autocfg v1.4.0 |
406 | 2024-12-18T22:37:44.724Z | Compiling unicode-width v0.1.14 |
407 | 2024-12-18T22:37:44.814Z | Compiling is_terminal_polyfill v1.70.1 |
408 | 2024-12-18T22:37:44.952Z | Compiling anstyle v1.0.10 |
409 | 2024-12-18T22:37:45.245Z | Compiling indexmap v2.6.0 |
410 | 2024-12-18T22:37:45.271Z | Compiling anstyle-query v1.1.1 |
411 | 2024-12-18T22:37:45.275Z | Compiling pretty-hex v0.4.1 |
412 | 2024-12-18T22:37:45.416Z | Compiling winnow v0.6.20 |
413 | 2024-12-18T22:37:45.440Z | Compiling semver v1.0.23 |
414 | 2024-12-18T22:37:45.516Z | Compiling anstream v0.6.15 |
415 | 2024-12-18T22:37:45.899Z | Compiling fs-err v2.11.0 |
416 | 2024-12-18T22:37:46.192Z | Compiling terminal_size v0.4.0 |
417 | 2024-12-18T22:37:46.370Z | Compiling cfg-if v1.0.0 |
418 | 2024-12-18T22:37:46.410Z | Compiling strsim v0.11.1 |
419 | 2024-12-18T22:37:46.476Z | Compiling anyhow v1.0.93 |
420 | 2024-12-18T22:37:46.598Z | Compiling clap_lex v0.7.2 |
421 | 2024-12-18T22:37:46.729Z | Compiling bytecount v0.6.8 |
422 | 2024-12-18T22:37:46.925Z | Compiling heck v0.5.0 |
423 | 2024-12-18T22:37:46.961Z | Compiling fastrand v2.1.1 |
424 | 2024-12-18T22:37:47.177Z | Compiling heck v0.4.1 |
425 | 2024-12-18T22:37:47.359Z | Compiling fnv v1.0.7 |
426 | 2024-12-18T22:37:47.509Z | Compiling papergrid v0.11.0 |
427 | 2024-12-18T22:37:47.536Z | Compiling tempfile v3.13.0 |
428 | 2024-12-18T22:37:47.696Z | Compiling clap_builder v4.5.21 |
429 | 2024-12-18T22:37:47.952Z | Compiling memmap v0.7.0 |
430 | 2024-12-18T22:37:48.026Z | Compiling unicode-linebreak v0.1.5 |
431 | 2024-12-18T22:37:48.334Z | Compiling smawk v0.3.2 |
432 | 2024-12-18T22:37:48.534Z | Compiling textwrap v0.16.1 |
433 | 2024-12-18T22:37:49.093Z | Compiling swrite v0.1.0 |
434 | 2024-12-18T22:37:50.088Z | Compiling tabled_derive v0.7.0 |
435 | 2024-12-18T22:37:51.602Z | Compiling tabled v0.15.0 |
436 | 2024-12-18T22:37:52.753Z | Compiling serde_derive v1.0.215 |
437 | 2024-12-18T22:37:52.764Z | Compiling thiserror-impl v1.0.69 |
438 | 2024-12-18T22:37:52.764Z | Compiling zerocopy-derive v0.7.35 |
439 | 2024-12-18T22:37:52.774Z | Compiling scroll_derive v0.12.0 |
440 | 2024-12-18T22:37:53.112Z | Compiling clap_derive v4.5.18 |
441 | 2024-12-18T22:37:57.673Z | Compiling scroll v0.12.0 |
442 | 2024-12-18T22:37:57.728Z | Compiling goblin v0.8.2 |
443 | 2024-12-18T22:37:57.728Z | Compiling zerocopy v0.7.35 |
444 | 2024-12-18T22:37:57.729Z | Compiling pest v2.7.14 |
445 | 2024-12-18T22:37:57.729Z | Compiling clap v4.5.21 |
446 | 2024-12-18T22:37:57.921Z | Compiling pest_meta v2.7.14 |
447 | 2024-12-18T22:37:58.737Z | Compiling pest_generator v2.7.14 |
448 | 2024-12-18T22:38:00.643Z | Compiling pest_derive v2.7.14 |
449 | 2024-12-18T22:38:01.370Z | Compiling dtrace-parser v0.2.0 |
450 | 2024-12-18T22:38:03.074Z | Compiling serde_tokenstream v0.2.2 |
451 | 2024-12-18T22:38:03.112Z | Compiling serde_spanned v0.6.8 |
452 | 2024-12-18T22:38:03.113Z | Compiling toml_datetime v0.6.8 |
453 | 2024-12-18T22:38:03.457Z | Compiling cargo-platform v0.1.8 |
454 | 2024-12-18T22:38:03.498Z | Compiling toml_edit v0.22.22 |
455 | 2024-12-18T22:38:03.721Z | Compiling macaddr v1.0.1 |
456 | 2024-12-18T22:38:03.736Z | Compiling camino-tempfile v1.1.1 |
457 | 2024-12-18T22:38:04.576Z | Compiling dof v0.3.0 |
458 | 2024-12-18T22:38:04.644Z | Compiling cargo_metadata v0.18.1 |
459 | 2024-12-18T22:38:06.325Z | Compiling usdt-macro v0.5.0 |
460 | 2024-12-18T22:38:06.329Z | Compiling usdt-attr-macro v0.5.0 |
461 | 2024-12-18T22:38:06.385Z | Compiling toml v0.8.19 |
462 | 2024-12-18T22:38:07.264Z | Compiling cargo_toml v0.20.5 |
463 | 2024-12-18T22:38:07.802Z | Compiling usdt v0.5.0 |
464 | 2024-12-18T22:38:10.802Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
465 | 2024-12-18T22:38:15.034Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.77s |
466 | 2024-12-18T22:38:15.306Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
467 | 2024-12-18T22:38:15.834Z | Downloading crates ... |
468 | 2024-12-18T22:38:15.973Z | Downloaded async-stream-impl v0.3.6 |
469 | 2024-12-18T22:38:15.976Z | Downloaded darling v0.20.10 |
470 | 2024-12-18T22:38:15.979Z | Downloaded ciborium-io v0.2.2 |
471 | 2024-12-18T22:38:15.981Z | Downloaded cfg_aliases v0.2.1 |
472 | 2024-12-18T22:38:15.981Z | Downloaded hex v0.4.3 |
473 | 2024-12-18T22:38:15.984Z | Downloaded atomicwrites v0.4.4 |
474 | 2024-12-18T22:38:15.984Z | Downloaded icu_normalizer_data v1.5.0 |
475 | 2024-12-18T22:38:15.987Z | Downloaded crunchy v0.2.2 |
476 | 2024-12-18T22:38:15.991Z | Downloaded http-range v0.1.5 |
477 | 2024-12-18T22:38:15.991Z | Downloaded cfg_aliases v0.1.1 |
478 | 2024-12-18T22:38:15.997Z | Downloaded cstr-argument v0.1.2 |
479 | 2024-12-18T22:38:16.001Z | Downloaded ident_case v1.0.1 |
480 | 2024-12-18T22:38:16.001Z | Downloaded ascii-canvas v3.0.0 |
481 | 2024-12-18T22:38:16.001Z | Downloaded array-init v0.0.4 |
482 | 2024-12-18T22:38:16.004Z | Downloaded aead v0.5.2 |
483 | 2024-12-18T22:38:16.004Z | Downloaded assert_matches v1.5.0 |
484 | 2024-12-18T22:38:16.004Z | Downloaded async-stream v0.3.6 |
485 | 2024-12-18T22:38:16.007Z | Downloaded async-recursion v1.1.1 |
486 | 2024-12-18T22:38:16.010Z | Downloaded is_ci v1.2.0 |
487 | 2024-12-18T22:38:16.013Z | Downloaded icu_provider_macros v1.5.0 |
488 | 2024-12-18T22:38:16.014Z | Downloaded adler2 v2.0.0 |
489 | 2024-12-18T22:38:16.014Z | Downloaded arrayref v0.3.9 |
490 | 2024-12-18T22:38:16.017Z | Downloaded http-body v1.0.1 |
491 | 2024-12-18T22:38:16.020Z | Downloaded cobs v0.2.3 |
492 | 2024-12-18T22:38:16.020Z | Downloaded match_cfg v0.1.0 |
493 | 2024-12-18T22:38:16.023Z | Downloaded cexpr v0.6.0 |
494 | 2024-12-18T22:38:16.023Z | Downloaded crc v3.2.1 |
495 | 2024-12-18T22:38:16.026Z | Downloaded matches v0.1.10 |
496 | 2024-12-18T22:38:16.026Z | Downloaded hubpack_derive v0.1.1 |
497 | 2024-12-18T22:38:16.029Z | Downloaded convert_case v0.4.0 |
498 | 2024-12-18T22:38:16.029Z | Downloaded crossbeam-deque v0.8.5 |
499 | 2024-12-18T22:38:16.032Z | Downloaded instant v0.1.13 |
500 | 2024-12-18T22:38:16.033Z | Downloaded constant_time_eq v0.3.1 |
501 | 2024-12-18T22:38:16.033Z | Downloaded md5 v0.7.0 |
502 | 2024-12-18T22:38:16.035Z | Downloaded buf-list v1.0.3 |
503 | 2024-12-18T22:38:16.038Z | Downloaded ciborium-ll v0.2.2 |
504 | 2024-12-18T22:38:16.038Z | Downloaded progenitor-client v0.8.0 |
505 | 2024-12-18T22:38:16.038Z | Downloaded chrono-tz-build v0.4.0 |
506 | 2024-12-18T22:38:16.041Z | Downloaded colored v2.1.0 |
507 | 2024-12-18T22:38:16.044Z | Downloaded base16ct v0.2.0 |
508 | 2024-12-18T22:38:16.044Z | Downloaded home v0.5.9 |
509 | 2024-12-18T22:38:16.047Z | Downloaded crucible-workspace-hack v0.1.0 |
510 | 2024-12-18T22:38:16.047Z | Downloaded bit-vec v0.6.3 |
511 | 2024-12-18T22:38:16.047Z | Downloaded humantime v2.1.0 |
512 | 2024-12-18T22:38:16.049Z | Downloaded hostname v0.4.0 |
513 | 2024-12-18T22:38:16.052Z | Downloaded cassowary v0.3.0 |
514 | 2024-12-18T22:38:16.052Z | Downloaded hostname v0.3.1 |
515 | 2024-12-18T22:38:16.056Z | Downloaded headers-core v0.3.0 |
516 | 2024-12-18T22:38:16.056Z | Downloaded bit-set v0.5.3 |
517 | 2024-12-18T22:38:16.056Z | Downloaded http-body-util v0.1.2 |
518 | 2024-12-18T22:38:16.059Z | Downloaded block-padding v0.3.3 |
519 | 2024-12-18T22:38:16.059Z | Downloaded bitfield-struct v0.6.2 |
520 | 2024-12-18T22:38:16.062Z | Downloaded bcrypt-pbkdf v0.10.0 |
521 | 2024-12-18T22:38:16.062Z | Downloaded lru v0.12.5 |
522 | 2024-12-18T22:38:16.065Z | Downloaded kstat-rs v0.2.4 |
523 | 2024-12-18T22:38:16.065Z | Downloaded maplit v1.0.2 |
524 | 2024-12-18T22:38:16.068Z | Downloaded lazy_static v1.5.0 |
525 | 2024-12-18T22:38:16.069Z | Downloaded memoffset v0.9.1 |
526 | 2024-12-18T22:38:16.073Z | Downloaded is-terminal v0.4.13 |
527 | 2024-12-18T22:38:16.073Z | Downloaded mime v0.3.17 |
528 | 2024-12-18T22:38:16.073Z | Downloaded inout v0.1.3 |
529 | 2024-12-18T22:38:16.076Z | Downloaded curve25519-dalek-derive v0.1.1 |
530 | 2024-12-18T22:38:16.076Z | Downloaded addr2line v0.24.2 |
531 | 2024-12-18T22:38:16.078Z | Downloaded indent_write v2.2.0 |
532 | 2024-12-18T22:38:16.078Z | Downloaded indoc v1.0.9 |
533 | 2024-12-18T22:38:16.081Z | Downloaded hubpack v0.1.2 |
534 | 2024-12-18T22:38:16.081Z | Downloaded httpdate v1.0.3 |
535 | 2024-12-18T22:38:16.085Z | Downloaded hyper-tls v0.6.0 |
536 | 2024-12-18T22:38:16.085Z | Downloaded ctr v0.9.2 |
537 | 2024-12-18T22:38:16.088Z | Downloaded crc-catalog v2.4.0 |
538 | 2024-12-18T22:38:16.088Z | Downloaded linked-hash-map v0.5.6 |
539 | 2024-12-18T22:38:16.091Z | Downloaded instability v0.3.2 |
540 | 2024-12-18T22:38:16.091Z | Downloaded ciborium v0.2.2 |
541 | 2024-12-18T22:38:16.094Z | Downloaded managed v0.8.0 |
542 | 2024-12-18T22:38:16.097Z | Downloaded lazycell v1.3.0 |
543 | 2024-12-18T22:38:16.097Z | Downloaded ipnetwork v0.20.0 |
544 | 2024-12-18T22:38:16.100Z | Downloaded libsw v3.3.1 |
545 | 2024-12-18T22:38:16.103Z | Downloaded keccak v0.1.5 |
546 | 2024-12-18T22:38:16.103Z | Downloaded console v0.15.8 |
547 | 2024-12-18T22:38:16.106Z | Downloaded bzip2 v0.4.4 |
548 | 2024-12-18T22:38:16.106Z | Downloaded libefi-sys v0.1.0 |
549 | 2024-12-18T22:38:16.109Z | Downloaded const_format_proc_macros v0.2.33 |
550 | 2024-12-18T22:38:16.112Z | Downloaded lru-cache v0.1.2 |
551 | 2024-12-18T22:38:16.112Z | Downloaded lockfree-object-pool v0.1.6 |
552 | 2024-12-18T22:38:16.114Z | Downloaded maybe-uninit v2.0.0 |
553 | 2024-12-18T22:38:16.117Z | Downloaded iana-time-zone v0.1.61 |
554 | 2024-12-18T22:38:16.121Z | Downloaded hyper-staticfile v0.10.1 |
555 | 2024-12-18T22:38:16.121Z | Downloaded hyper-rustls v0.27.3 |
556 | 2024-12-18T22:38:16.124Z | Downloaded rfc6979 v0.4.0 |
557 | 2024-12-18T22:38:16.127Z | Downloaded lock_api v0.4.12 |
558 | 2024-12-18T22:38:16.127Z | Downloaded litemap v0.7.3 |
559 | 2024-12-18T22:38:16.130Z | Downloaded scrypt v0.11.0 |
560 | 2024-12-18T22:38:16.133Z | Downloaded rustfmt-wrapper v0.2.1 |
561 | 2024-12-18T22:38:16.133Z | Downloaded rustc_version v0.4.1 |
562 | 2024-12-18T22:38:16.135Z | Downloaded rustc_version v0.1.7 |
563 | 2024-12-18T22:38:16.135Z | Downloaded highway v1.2.0 |
564 | 2024-12-18T22:38:16.138Z | Downloaded waitgroup v0.1.2 |
565 | 2024-12-18T22:38:16.138Z | Downloaded ahash v0.8.11 |
566 | 2024-12-18T22:38:16.140Z | Downloaded icu_locid_transform v1.5.0 |
567 | 2024-12-18T22:38:16.143Z | Downloaded serde_plain v1.0.2 |
568 | 2024-12-18T22:38:16.146Z | Downloaded csv-core v0.1.11 |
569 | 2024-12-18T22:38:16.146Z | Downloaded rand_chacha v0.3.1 |
570 | 2024-12-18T22:38:16.149Z | Downloaded memmap2 v0.9.5 |
571 | 2024-12-18T22:38:16.149Z | Downloaded icu_normalizer v1.5.0 |
572 | 2024-12-18T22:38:16.155Z | Downloaded httparse v1.9.5 |
573 | 2024-12-18T22:38:16.160Z | Downloaded hickory-client v0.24.1 |
574 | 2024-12-18T22:38:16.163Z | Downloaded crc32fast v1.4.2 |
575 | 2024-12-18T22:38:16.163Z | Downloaded dhcproto-macros v0.1.0 |
576 | 2024-12-18T22:38:16.163Z | Downloaded md-5 v0.10.6 |
577 | 2024-12-18T22:38:16.168Z | Downloaded foreign-types-shared v0.3.1 |
578 | 2024-12-18T22:38:16.168Z | Downloaded foreign-types-shared v0.1.1 |
579 | 2024-12-18T22:38:16.172Z | Downloaded cancel-safe-futures v0.1.5 |
580 | 2024-12-18T22:38:16.172Z | Downloaded enum-as-inner v0.6.1 |
581 | 2024-12-18T22:38:16.172Z | Downloaded hmac v0.12.1 |
582 | 2024-12-18T22:38:16.174Z | Downloaded structmeta-derive v0.3.0 |
583 | 2024-12-18T22:38:16.174Z | Downloaded slog-envlogger v2.2.0 |
584 | 2024-12-18T22:38:16.178Z | Downloaded string_cache v0.8.7 |
585 | 2024-12-18T22:38:16.181Z | Downloaded oso-derive v0.27.3 |
586 | 2024-12-18T22:38:16.181Z | Downloaded icu_locid_transform_data v1.5.0 |
587 | 2024-12-18T22:38:16.181Z | Downloaded stringprep v0.1.5 |
588 | 2024-12-18T22:38:16.184Z | Downloaded icu_provider v1.5.0 |
589 | 2024-12-18T22:38:16.187Z | Downloaded write16 v1.0.0 |
590 | 2024-12-18T22:38:16.187Z | Downloaded structmeta-derive v0.2.0 |
591 | 2024-12-18T22:38:16.189Z | Downloaded structmeta v0.3.0 |
592 | 2024-12-18T22:38:16.190Z | Downloaded structmeta v0.2.0 |
593 | 2024-12-18T22:38:16.194Z | Downloaded strip-ansi-escapes v0.2.0 |
594 | 2024-12-18T22:38:16.194Z | Downloaded untrusted v0.7.1 |
595 | 2024-12-18T22:38:16.194Z | Downloaded tui-tree-widget v0.22.0 |
596 | 2024-12-18T22:38:16.196Z | Downloaded scopeguard v1.2.0 |
597 | 2024-12-18T22:38:16.197Z | Downloaded smallvec v0.6.14 |
598 | 2024-12-18T22:38:16.199Z | Downloaded tinystr v0.7.6 |
599 | 2024-12-18T22:38:16.202Z | Downloaded parse-display v0.10.0 |
600 | 2024-12-18T22:38:16.202Z | Downloaded display-error-chain v0.2.2 |
601 | 2024-12-18T22:38:16.205Z | Downloaded dirs-sys-next v0.1.2 |
602 | 2024-12-18T22:38:16.205Z | Downloaded dirs-next v2.0.0 |
603 | 2024-12-18T22:38:16.205Z | Downloaded difflib v0.4.0 |
604 | 2024-12-18T22:38:16.208Z | Downloaded serde_derive_internals v0.29.1 |
605 | 2024-12-18T22:38:16.208Z | Downloaded compact_str v0.8.0 |
606 | 2024-12-18T22:38:16.211Z | Downloaded ref-cast v1.0.23 |
607 | 2024-12-18T22:38:16.214Z | Downloaded zerovec-derive v0.10.3 |
608 | 2024-12-18T22:38:16.217Z | Downloaded crossbeam-utils v0.8.20 |
609 | 2024-12-18T22:38:16.219Z | Downloaded icu_locid v1.5.0 |
610 | 2024-12-18T22:38:16.224Z | Downloaded chacha20poly1305 v0.10.1 |
611 | 2024-12-18T22:38:16.226Z | Downloaded base64 v0.13.1 |
612 | 2024-12-18T22:38:16.229Z | Downloaded form_urlencoded v1.2.1 |
613 | 2024-12-18T22:38:16.233Z | Downloaded thiserror-no-std v2.0.2 |
614 | 2024-12-18T22:38:16.236Z | Downloaded time-core v0.1.2 |
615 | 2024-12-18T22:38:16.236Z | Downloaded sync_wrapper v1.0.1 |
616 | 2024-12-18T22:38:16.240Z | Downloaded sigpipe v0.1.3 |
617 | 2024-12-18T22:38:16.240Z | Downloaded prettyplease v0.2.25 |
618 | 2024-12-18T22:38:16.243Z | Downloaded arc-swap v1.7.1 |
619 | 2024-12-18T22:38:16.246Z | Downloaded hash32 v0.2.1 |
620 | 2024-12-18T22:38:16.249Z | Downloaded whoami v1.5.2 |
621 | 2024-12-18T22:38:16.249Z | Downloaded tokio-tungstenite v0.23.1 |
622 | 2024-12-18T22:38:16.251Z | Downloaded vte_generate_state_changes v0.1.2 |
623 | 2024-12-18T22:38:16.254Z | Downloaded tokio-tungstenite v0.21.0 |
624 | 2024-12-18T22:38:16.257Z | Downloaded unarray v0.1.4 |
625 | 2024-12-18T22:38:16.257Z | Downloaded progenitor v0.8.0 |
626 | 2024-12-18T22:38:16.260Z | Downloaded proc-macro-crate v1.3.1 |
627 | 2024-12-18T22:38:16.260Z | Downloaded try-lock v0.2.5 |
628 | 2024-12-18T22:38:16.260Z | Downloaded value-bag v1.9.0 |
629 | 2024-12-18T22:38:16.263Z | Downloaded nibble_vec v0.1.0 |
630 | 2024-12-18T22:38:16.266Z | Downloaded parse-display-derive v0.10.0 |
631 | 2024-12-18T22:38:16.266Z | Downloaded blake2 v0.10.6 |
632 | 2024-12-18T22:38:16.268Z | Downloaded yoke-derive v0.7.4 |
633 | 2024-12-18T22:38:16.271Z | Downloaded darling_macro v0.20.10 |
634 | 2024-12-18T22:38:16.271Z | Downloaded bytes v1.8.0 |
635 | 2024-12-18T22:38:16.274Z | Downloaded diesel_table_macro_syntax v0.2.0 |
636 | 2024-12-18T22:38:16.277Z | Downloaded const_format v0.2.33 |
637 | 2024-12-18T22:38:16.280Z | Downloaded foreign-types v0.3.2 |
638 | 2024-12-18T22:38:16.283Z | Downloaded rand_xorshift v0.3.0 |
639 | 2024-12-18T22:38:16.283Z | Downloaded rand_seeder v0.3.0 |
640 | 2024-12-18T22:38:16.286Z | Downloaded phf_codegen v0.11.2 |
641 | 2024-12-18T22:38:16.286Z | Downloaded rand_core v0.6.4 |
642 | 2024-12-18T22:38:16.289Z | Downloaded rustc-hash v1.1.0 |
643 | 2024-12-18T22:38:16.289Z | Downloaded writeable v0.5.5 |
644 | 2024-12-18T22:38:16.292Z | Downloaded heapless v0.8.0 |
645 | 2024-12-18T22:38:16.295Z | Downloaded opaque-debug v0.3.1 |
646 | 2024-12-18T22:38:16.315Z | Downloaded base64 v0.22.1 |
647 | 2024-12-18T22:38:16.315Z | Downloaded path-slash v0.1.5 |
648 | 2024-12-18T22:38:16.315Z | Downloaded num-complex v0.4.6 |
649 | 2024-12-18T22:38:16.315Z | Downloaded foreign-types-macros v0.2.3 |
650 | 2024-12-18T22:38:16.315Z | Downloaded owo-colors v4.1.0 |
651 | 2024-12-18T22:38:16.316Z | Downloaded rustversion v1.0.17 |
652 | 2024-12-18T22:38:16.316Z | Downloaded spin v0.5.2 |
653 | 2024-12-18T22:38:16.316Z | Downloaded psl-types v2.0.11 |
654 | 2024-12-18T22:38:16.316Z | Downloaded simd-adler32 v0.3.7 |
655 | 2024-12-18T22:38:16.316Z | Downloaded signature v2.2.0 |
656 | 2024-12-18T22:38:16.319Z | Downloaded wait-timeout v0.2.0 |
657 | 2024-12-18T22:38:16.319Z | Downloaded typify-macro v0.2.0 |
658 | 2024-12-18T22:38:16.319Z | Downloaded heapless v0.7.17 |
659 | 2024-12-18T22:38:16.322Z | Downloaded rustc-demangle v0.1.24 |
660 | 2024-12-18T22:38:16.325Z | Downloaded diff v0.1.13 |
661 | 2024-12-18T22:38:16.328Z | Downloaded tinyvec v1.8.0 |
662 | 2024-12-18T22:38:16.333Z | Downloaded crossbeam-channel v0.5.13 |
663 | 2024-12-18T22:38:16.348Z | Downloaded backtrace v0.3.74 |
664 | 2024-12-18T22:38:16.348Z | Downloaded serde-big-array v0.5.1 |
665 | 2024-12-18T22:38:16.348Z | Downloaded take_mut v0.2.2 |
666 | 2024-12-18T22:38:16.348Z | Downloaded fd-lock v4.0.2 |
667 | 2024-12-18T22:38:16.348Z | Downloaded unicase v2.7.0 |
668 | 2024-12-18T22:38:16.348Z | Downloaded foldhash v0.1.3 |
669 | 2024-12-18T22:38:16.351Z | Downloaded toolchain_find v0.4.0 |
670 | 2024-12-18T22:38:16.351Z | Downloaded serde_with_macros v3.11.0 |
671 | 2024-12-18T22:38:16.351Z | Downloaded miniz_oxide v0.8.0 |
672 | 2024-12-18T22:38:16.354Z | Downloaded fragile v2.0.0 |
673 | 2024-12-18T22:38:16.357Z | Downloaded multimap v0.10.0 |
674 | 2024-12-18T22:38:16.357Z | Downloaded mockall v0.13.0 |
675 | 2024-12-18T22:38:16.359Z | Downloaded ed25519 v2.2.3 |
676 | 2024-12-18T22:38:16.365Z | Downloaded paste v1.0.15 |
677 | 2024-12-18T22:38:16.366Z | Downloaded time-macros v0.2.18 |
678 | 2024-12-18T22:38:16.369Z | Downloaded snafu-derive v0.8.5 |
679 | 2024-12-18T22:38:16.369Z | Downloaded pin-utils v0.1.0 |
680 | 2024-12-18T22:38:16.369Z | Downloaded unsafe-libyaml v0.2.11 |
681 | 2024-12-18T22:38:16.382Z | Downloaded derive_builder_macro v0.20.2 |
682 | 2024-12-18T22:38:16.385Z | Downloaded zone_cfg_derive v0.1.2 |
683 | 2024-12-18T22:38:16.385Z | Downloaded rtoolbox v0.0.2 |
684 | 2024-12-18T22:38:16.402Z | Downloaded sct v0.7.1 |
685 | 2024-12-18T22:38:16.402Z | Downloaded bumpalo v3.16.0 |
686 | 2024-12-18T22:38:16.402Z | Downloaded pin-project-lite v0.2.14 |
687 | 2024-12-18T22:38:16.402Z | Downloaded parse-size v1.1.0 |
688 | 2024-12-18T22:38:16.402Z | Downloaded aes v0.8.4 |
689 | 2024-12-18T22:38:16.405Z | Downloaded mirai-annotations v1.12.0 |
690 | 2024-12-18T22:38:16.405Z | Downloaded newline-converter v0.3.0 |
691 | 2024-12-18T22:38:16.405Z | Downloaded universal-hash v0.5.1 |
692 | 2024-12-18T22:38:16.408Z | Downloaded topological-sort v0.2.2 |
693 | 2024-12-18T22:38:16.408Z | Downloaded new_debug_unreachable v1.0.6 |
694 | 2024-12-18T22:38:16.408Z | Downloaded static_assertions v1.1.0 |
695 | 2024-12-18T22:38:16.411Z | Downloaded headers v0.4.0 |
696 | 2024-12-18T22:38:16.415Z | Downloaded strum v0.26.3 |
697 | 2024-12-18T22:38:16.419Z | Downloaded poly1305 v0.8.0 |
698 | 2024-12-18T22:38:16.426Z | Downloaded peg-runtime v0.8.3 |
699 | 2024-12-18T22:38:16.426Z | Downloaded test-strategy v0.3.1 |
700 | 2024-12-18T22:38:16.426Z | Downloaded socket2 v0.5.7 |
701 | 2024-12-18T22:38:16.426Z | Downloaded num-rational v0.4.2 |
702 | 2024-12-18T22:38:16.430Z | Downloaded tinyvec_macros v0.1.1 |
703 | 2024-12-18T22:38:16.430Z | Downloaded flagset v0.4.6 |
704 | 2024-12-18T22:38:16.430Z | Downloaded tap v1.0.1 |
705 | 2024-12-18T22:38:16.440Z | Downloaded tabwriter v1.4.0 |
706 | 2024-12-18T22:38:16.440Z | Downloaded slog-bunyan v2.5.0 |
707 | 2024-12-18T22:38:16.440Z | Downloaded semver v0.1.20 |
708 | 2024-12-18T22:38:16.440Z | Downloaded hash32 v0.3.1 |
709 | 2024-12-18T22:38:16.440Z | Downloaded globset v0.4.15 |
710 | 2024-12-18T22:38:16.440Z | Downloaded minimal-lexical v0.2.1 |
711 | 2024-12-18T22:38:16.444Z | Downloaded parking_lot_core v0.9.10 |
712 | 2024-12-18T22:38:16.447Z | Downloaded zip v0.6.6 |
713 | 2024-12-18T22:38:16.450Z | Downloaded slog-async v2.8.0 |
714 | 2024-12-18T22:38:16.452Z | Downloaded hickory-server v0.24.1 |
715 | 2024-12-18T22:38:16.457Z | Downloaded primeorder v0.13.6 |
716 | 2024-12-18T22:38:16.460Z | Downloaded tokio-tungstenite v0.24.0 |
717 | 2024-12-18T22:38:16.464Z | Downloaded parking_lot v0.11.2 |
718 | 2024-12-18T22:38:16.464Z | Downloaded synstructure v0.13.1 |
719 | 2024-12-18T22:38:16.467Z | Downloaded sha1 v0.10.6 |
720 | 2024-12-18T22:38:16.467Z | Downloaded http v1.1.0 |
721 | 2024-12-18T22:38:16.470Z | Downloaded scheduled-thread-pool v0.2.7 |
722 | 2024-12-18T22:38:16.473Z | Downloaded pretty-hex v0.2.1 |
723 | 2024-12-18T22:38:16.473Z | Downloaded stable_deref_trait v1.2.0 |
724 | 2024-12-18T22:38:16.476Z | Downloaded derive_builder_core v0.20.2 |
725 | 2024-12-18T22:38:16.476Z | Downloaded futures-executor v0.3.31 |
726 | 2024-12-18T22:38:16.479Z | Downloaded tungstenite v0.23.0 |
727 | 2024-12-18T22:38:16.483Z | Downloaded native-tls v0.2.12 |
728 | 2024-12-18T22:38:16.485Z | Downloaded futures-core v0.3.31 |
729 | 2024-12-18T22:38:16.485Z | Downloaded pem v3.0.4 |
730 | 2024-12-18T22:38:16.488Z | Downloaded which v4.4.2 |
731 | 2024-12-18T22:38:16.490Z | Downloaded twox-hash v1.6.3 |
732 | 2024-12-18T22:38:16.490Z | Downloaded num_threads v0.1.7 |
733 | 2024-12-18T22:38:16.494Z | Downloaded num_enum_derive v0.5.11 |
734 | 2024-12-18T22:38:16.494Z | Downloaded pkcs5 v0.7.1 |
735 | 2024-12-18T22:38:16.497Z | Downloaded resolv-conf v0.7.0 |
736 | 2024-12-18T22:38:16.499Z | Downloaded vsss-rs v3.3.4 |
737 | 2024-12-18T22:38:16.502Z | Downloaded zeroize v1.8.1 |
738 | 2024-12-18T22:38:16.505Z | Downloaded float-cmp v0.9.0 |
739 | 2024-12-18T22:38:16.505Z | Downloaded fixedbitset v0.4.2 |
740 | 2024-12-18T22:38:16.508Z | Downloaded fs_extra v1.3.0 |
741 | 2024-12-18T22:38:16.508Z | Downloaded ghash v0.5.1 |
742 | 2024-12-18T22:38:16.511Z | Downloaded similar v2.6.0 |
743 | 2024-12-18T22:38:16.515Z | Downloaded either v1.13.0 |
744 | 2024-12-18T22:38:16.518Z | Downloaded spki v0.7.3 |
745 | 2024-12-18T22:38:16.521Z | Downloaded number_prefix v0.4.0 |
746 | 2024-12-18T22:38:16.521Z | Downloaded vergen v8.3.2 |
747 | 2024-12-18T22:38:16.524Z | Downloaded snafu v0.8.5 |
748 | 2024-12-18T22:38:16.531Z | Downloaded num-iter v0.1.45 |
749 | 2024-12-18T22:38:16.534Z | Downloaded tokio-postgres v0.7.12 |
750 | 2024-12-18T22:38:16.536Z | Downloaded typify v0.2.0 |
751 | 2024-12-18T22:38:16.539Z | Downloaded crossterm v0.28.1 |
752 | 2024-12-18T22:38:16.546Z | Downloaded toml v0.7.8 |
753 | 2024-12-18T22:38:16.549Z | Downloaded flume v0.11.1 |
754 | 2024-12-18T22:38:16.553Z | Downloaded libm v0.2.8 |
755 | 2024-12-18T22:38:16.561Z | Downloaded zone_cfg_derive v0.3.0 |
756 | 2024-12-18T22:38:16.564Z | Downloaded tokio-macros v2.4.0 |
757 | 2024-12-18T22:38:16.564Z | Downloaded thiserror v2.0.3 |
758 | 2024-12-18T22:38:16.570Z | Downloaded termtree v0.4.1 |
759 | 2024-12-18T22:38:16.573Z | Downloaded sync-ptr v0.1.1 |
760 | 2024-12-18T22:38:16.573Z | Downloaded rpassword v7.3.1 |
761 | 2024-12-18T22:38:16.573Z | Downloaded uuid v1.11.0 |
762 | 2024-12-18T22:38:16.576Z | Downloaded tls_codec_derive v0.4.1 |
763 | 2024-12-18T22:38:16.581Z | Downloaded zerofrom v0.1.4 |
764 | 2024-12-18T22:38:16.581Z | Downloaded untrusted v0.9.0 |
765 | 2024-12-18T22:38:16.581Z | Downloaded num-bigint v0.4.6 |
766 | 2024-12-18T22:38:16.585Z | Downloaded zerofrom-derive v0.1.4 |
767 | 2024-12-18T22:38:16.588Z | Downloaded powerfmt v0.2.0 |
768 | 2024-12-18T22:38:16.588Z | Downloaded futures v0.3.31 |
769 | 2024-12-18T22:38:16.593Z | Downloaded num-conv v0.1.0 |
770 | 2024-12-18T22:38:16.596Z | Downloaded xattr v1.3.1 |
771 | 2024-12-18T22:38:16.596Z | Downloaded serde-hex v0.1.0 |
772 | 2024-12-18T22:38:16.599Z | Downloaded yasna v0.5.2 |
773 | 2024-12-18T22:38:16.602Z | Downloaded sqlparser_derive v0.2.2 |
774 | 2024-12-18T22:38:16.602Z | Downloaded sec1 v0.7.3 |
775 | 2024-12-18T22:38:16.606Z | Downloaded itertools v0.12.1 |
776 | 2024-12-18T22:38:16.610Z | Downloaded precomputed-hash v0.1.1 |
777 | 2024-12-18T22:38:16.612Z | Downloaded defmt v0.3.8 |
778 | 2024-12-18T22:38:16.616Z | Downloaded strum_macros v0.26.4 |
779 | 2024-12-18T22:38:16.619Z | Downloaded der_derive v0.7.3 |
780 | 2024-12-18T22:38:16.619Z | Downloaded idna v1.0.3 |
781 | 2024-12-18T22:38:16.623Z | Downloaded newtype_derive v0.1.6 |
782 | 2024-12-18T22:38:16.626Z | Downloaded aho-corasick v1.1.3 |
783 | 2024-12-18T22:38:16.630Z | Downloaded termios v0.3.3 |
784 | 2024-12-18T22:38:16.633Z | Downloaded termcolor v1.4.1 |
785 | 2024-12-18T22:38:16.636Z | Downloaded siphasher v0.3.11 |
786 | 2024-12-18T22:38:16.636Z | Downloaded futures-io v0.3.31 |
787 | 2024-12-18T22:38:16.640Z | Downloaded signal-hook-mio v0.2.4 |
788 | 2024-12-18T22:38:16.640Z | Downloaded wyz v0.5.1 |
789 | 2024-12-18T22:38:16.640Z | Downloaded ron v0.7.1 |
790 | 2024-12-18T22:38:16.644Z | Downloaded yoke v0.7.4 |
791 | 2024-12-18T22:38:16.647Z | Downloaded unicode-segmentation v1.12.0 |
792 | 2024-12-18T22:38:16.650Z | Downloaded tower-service v0.3.3 |
793 | 2024-12-18T22:38:16.653Z | Downloaded elliptic-curve v0.13.8 |
794 | 2024-12-18T22:38:16.657Z | Downloaded darling_core v0.20.10 |
795 | 2024-12-18T22:38:16.659Z | Downloaded filetime v0.2.25 |
796 | 2024-12-18T22:38:16.662Z | Downloaded libxml v0.3.3 |
797 | 2024-12-18T22:38:16.667Z | Downloaded predicates v3.1.2 |
798 | 2024-12-18T22:38:16.671Z | Downloaded salsa20 v0.10.2 |
799 | 2024-12-18T22:38:16.674Z | Downloaded rusty-fork v0.3.0 |
800 | 2024-12-18T22:38:16.674Z | Downloaded hyper v1.5.0 |
801 | 2024-12-18T22:38:16.680Z | Downloaded dsl_auto_type v0.1.2 |
802 | 2024-12-18T22:38:16.683Z | Downloaded steno v0.4.1 |
803 | 2024-12-18T22:38:16.686Z | Downloaded num-bigint-dig v0.8.4 |
804 | 2024-12-18T22:38:16.691Z | Downloaded utf16_iter v1.0.5 |
805 | 2024-12-18T22:38:16.695Z | Downloaded group v0.13.0 |
806 | 2024-12-18T22:38:16.695Z | Downloaded predicates-core v1.0.8 |
807 | 2024-12-18T22:38:16.698Z | Downloaded pbkdf2 v0.12.2 |
808 | 2024-12-18T22:38:16.698Z | Downloaded packed_struct_codegen v0.10.1 |
809 | 2024-12-18T22:38:16.699Z | Downloaded downcast v0.11.0 |
810 | 2024-12-18T22:38:16.701Z | Downloaded futures-sink v0.3.31 |
811 | 2024-12-18T22:38:16.701Z | Downloaded futures-macro v0.3.31 |
812 | 2024-12-18T22:38:16.704Z | Downloaded float-ord v0.3.2 |
813 | 2024-12-18T22:38:16.704Z | Downloaded utf-8 v0.7.6 |
814 | 2024-12-18T22:38:16.709Z | Downloaded thiserror-impl v2.0.3 |
815 | 2024-12-18T22:38:16.709Z | Downloaded normalize-line-endings v0.3.0 |
816 | 2024-12-18T22:38:16.709Z | Downloaded newtype-uuid v1.1.3 |
817 | 2024-12-18T22:38:16.713Z | Downloaded same-file v1.0.6 |
818 | 2024-12-18T22:38:16.713Z | Downloaded ff v0.13.0 |
819 | 2024-12-18T22:38:16.713Z | Downloaded zone v0.3.0 |
820 | 2024-12-18T22:38:16.713Z | Downloaded zone v0.1.8 |
821 | 2024-12-18T22:38:16.715Z | Downloaded rustls-pemfile v1.0.4 |
822 | 2024-12-18T22:38:16.718Z | Downloaded packed_struct v0.10.1 |
823 | 2024-12-18T22:38:16.718Z | Downloaded ed25519-dalek v2.1.1 |
824 | 2024-12-18T22:38:16.721Z | Downloaded diesel-dtrace v0.4.0 |
825 | 2024-12-18T22:38:16.724Z | Downloaded rcgen v0.12.1 |
826 | 2024-12-18T22:38:16.727Z | Downloaded winnow v0.5.40 |
827 | 2024-12-18T22:38:16.734Z | Downloaded deranged v0.3.11 |
828 | 2024-12-18T22:38:16.737Z | Downloaded rustls-pemfile v2.2.0 |
829 | 2024-12-18T22:38:16.741Z | Downloaded pin-project-internal v1.1.6 |
830 | 2024-12-18T22:38:16.744Z | Downloaded unicode-bidi v0.3.17 |
831 | 2024-12-18T22:38:16.744Z | Downloaded peg-macros v0.8.4 |
832 | 2024-12-18T22:38:16.746Z | Downloaded russh-cryptovec v0.7.3 |
833 | 2024-12-18T22:38:16.747Z | Downloaded openssl-probe v0.1.5 |
834 | 2024-12-18T22:38:16.749Z | Downloaded data-encoding v2.6.0 |
835 | 2024-12-18T22:38:16.750Z | Downloaded zeroize_derive v1.4.2 |
836 | 2024-12-18T22:38:16.750Z | Downloaded slog-json v2.6.1 |
837 | 2024-12-18T22:38:16.752Z | Downloaded radium v0.7.0 |
838 | 2024-12-18T22:38:16.752Z | Downloaded tokio-native-tls v0.3.1 |
839 | 2024-12-18T22:38:16.755Z | Downloaded itertools v0.13.0 |
840 | 2024-12-18T22:38:16.762Z | Downloaded strum_macros v0.24.3 |
841 | 2024-12-18T22:38:16.765Z | Downloaded predicates-tree v1.0.11 |
842 | 2024-12-18T22:38:16.765Z | Downloaded pkcs8 v0.10.2 |
843 | 2024-12-18T22:38:16.769Z | Downloaded blake3 v1.5.4 |
844 | 2024-12-18T22:38:16.775Z | Downloaded nodrop v0.1.14 |
845 | 2024-12-18T22:38:16.778Z | Downloaded polyval v0.6.2 |
846 | 2024-12-18T22:38:16.778Z | Downloaded tokio-rustls v0.24.1 |
847 | 2024-12-18T22:38:16.780Z | Downloaded quinn v0.11.5 |
848 | 2024-12-18T22:38:16.784Z | Downloaded omicron-zone-package v0.11.1 |
849 | 2024-12-18T22:38:16.791Z | Downloaded hkdf v0.12.4 |
850 | 2024-12-18T22:38:16.791Z | Downloaded unicode-truncate v1.1.0 |
851 | 2024-12-18T22:38:16.791Z | Downloaded funty v2.0.0 |
852 | 2024-12-18T22:38:16.797Z | Downloaded xz2 v0.1.7 |
853 | 2024-12-18T22:38:16.797Z | Downloaded num v0.4.3 |
854 | 2024-12-18T22:38:16.797Z | Downloaded half v2.4.1 |
855 | 2024-12-18T22:38:16.801Z | Downloaded serde_urlencoded v0.7.1 |
856 | 2024-12-18T22:38:16.801Z | Downloaded want v0.3.1 |
857 | 2024-12-18T22:38:16.801Z | Downloaded rustc-hash v2.0.0 |
858 | 2024-12-18T22:38:16.805Z | Downloaded progenitor-macro v0.8.0 |
859 | 2024-12-18T22:38:16.805Z | Downloaded phf_shared v0.10.0 |
860 | 2024-12-18T22:38:16.805Z | Downloaded ron v0.8.1 |
861 | 2024-12-18T22:38:16.809Z | Downloaded quick-error v1.2.3 |
862 | 2024-12-18T22:38:16.813Z | Downloaded url v2.5.3 |
863 | 2024-12-18T22:38:16.816Z | Downloaded tracing v0.1.40 |
864 | 2024-12-18T22:38:16.819Z | Downloaded tls_codec v0.4.1 |
865 | 2024-12-18T22:38:16.819Z | Downloaded thread_local v1.1.8 |
866 | 2024-12-18T22:38:16.822Z | Downloaded fxhash v0.2.1 |
867 | 2024-12-18T22:38:16.822Z | Downloaded zerocopy-derive v0.8.10 |
868 | 2024-12-18T22:38:16.827Z | Downloaded utf8_iter v1.0.4 |
869 | 2024-12-18T22:38:16.830Z | Downloaded thiserror-impl-no-std v2.0.2 |
870 | 2024-12-18T22:38:16.830Z | Downloaded env_logger v0.11.5 |
871 | 2024-12-18T22:38:16.833Z | Downloaded signal-hook v0.3.17 |
872 | 2024-12-18T22:38:16.835Z | Downloaded password-hash v0.4.2 |
873 | 2024-12-18T22:38:16.838Z | Downloaded der v0.7.9 |
874 | 2024-12-18T22:38:16.842Z | Downloaded phf_generator v0.11.2 |
875 | 2024-12-18T22:38:16.845Z | Downloaded slog-scope v4.4.0 |
876 | 2024-12-18T22:38:16.845Z | Downloaded oso v0.27.3 |
877 | 2024-12-18T22:38:16.849Z | Downloaded embedded-io v0.6.1 |
878 | 2024-12-18T22:38:16.853Z | Downloaded dunce v1.0.5 |
879 | 2024-12-18T22:38:16.853Z | Downloaded sqlformat v0.2.6 |
880 | 2024-12-18T22:38:16.853Z | Downloaded shlex v1.3.0 |
881 | 2024-12-18T22:38:16.857Z | Downloaded hashbrown v0.12.3 |
882 | 2024-12-18T22:38:16.860Z | Downloaded bitvec v1.0.1 |
883 | 2024-12-18T22:38:16.872Z | Downloaded openssl-macros v0.1.1 |
884 | 2024-12-18T22:38:16.875Z | Downloaded futures-task v0.3.31 |
885 | 2024-12-18T22:38:16.876Z | Downloaded ena v0.14.3 |
886 | 2024-12-18T22:38:16.876Z | Downloaded derive_more v0.99.18 |
887 | 2024-12-18T22:38:16.880Z | Downloaded subtle v2.6.1 |
888 | 2024-12-18T22:38:16.883Z | Downloaded rusqlite v0.32.1 |
889 | 2024-12-18T22:38:16.894Z | Downloaded glob v0.3.1 |
890 | 2024-12-18T22:38:16.903Z | Downloaded bindgen v0.69.5 |
891 | 2024-12-18T22:38:16.903Z | Downloaded flate2 v1.0.34 |
892 | 2024-12-18T22:38:16.907Z | Downloaded ssh-encoding v0.2.0 |
893 | 2024-12-18T22:38:16.907Z | Downloaded ssh-cipher v0.2.0 |
894 | 2024-12-18T22:38:16.907Z | Downloaded supports-color v3.0.1 |
895 | 2024-12-18T22:38:16.907Z | Downloaded tracing-attributes v0.1.27 |
896 | 2024-12-18T22:38:16.909Z | Downloaded postgres-protocol v0.6.7 |
897 | 2024-12-18T22:38:16.910Z | Downloaded peg v0.8.4 |
898 | 2024-12-18T22:38:16.913Z | Downloaded gethostname v0.5.0 |
899 | 2024-12-18T22:38:16.918Z | Downloaded fallible-iterator v0.2.0 |
900 | 2024-12-18T22:38:16.918Z | Downloaded slog-stdlog v4.1.1 |
901 | 2024-12-18T22:38:16.921Z | Downloaded serde_repr v0.1.19 |
902 | 2024-12-18T22:38:16.921Z | Downloaded postgres-types v0.2.8 |
903 | 2024-12-18T22:38:16.927Z | Downloaded spin v0.9.8 |
904 | 2024-12-18T22:38:16.927Z | Downloaded schemars v0.8.21 |
905 | 2024-12-18T22:38:16.934Z | Downloaded unicode-properties v0.1.3 |
906 | 2024-12-18T22:38:16.938Z | Downloaded rsa v0.9.6 |
907 | 2024-12-18T22:38:16.941Z | Downloaded postcard v1.0.10 |
908 | 2024-12-18T22:38:16.944Z | Downloaded derive-where v1.2.7 |
909 | 2024-12-18T22:38:16.948Z | Downloaded getrandom v0.2.15 |
910 | 2024-12-18T22:38:16.955Z | Downloaded x509-cert v0.2.5 |
911 | 2024-12-18T22:38:16.958Z | Downloaded dropshot_endpoint v0.12.0 |
912 | 2024-12-18T22:38:16.970Z | Downloaded salty v0.3.0 |
913 | 2024-12-18T22:38:16.970Z | Downloaded unicode-xid v0.2.6 |
914 | 2024-12-18T22:38:16.970Z | Downloaded fallible-streaming-iterator v0.1.9 |
915 | 2024-12-18T22:38:16.970Z | Downloaded parse-zoneinfo v0.3.1 |
916 | 2024-12-18T22:38:16.973Z | Downloaded diesel_derives v2.2.3 |
917 | 2024-12-18T22:38:16.983Z | Downloaded zip v2.1.3 |
918 | 2024-12-18T22:38:16.983Z | Downloaded tungstenite v0.24.0 |
919 | 2024-12-18T22:38:16.983Z | Downloaded tracing-core v0.1.32 |
920 | 2024-12-18T22:38:16.986Z | Downloaded qorb v0.2.1 |
921 | 2024-12-18T22:38:16.988Z | Downloaded openssl-sys v0.9.103 |
922 | 2024-12-18T22:38:16.993Z | Downloaded serde_yaml v0.9.34+deprecated |
923 | 2024-12-18T22:38:16.997Z | Downloaded unicode_categories v0.1.1 |
924 | 2024-12-18T22:38:17.000Z | Downloaded nu-ansi-term v0.50.1 |
925 | 2024-12-18T22:38:17.016Z | Downloaded reedline v0.35.0 |
926 | 2024-12-18T22:38:17.016Z | Downloaded p256 v0.13.2 |
927 | 2024-12-18T22:38:17.016Z | Downloaded mio v1.0.2 |
928 | 2024-12-18T22:38:17.022Z | Downloaded rayon v1.10.0 |
929 | 2024-12-18T22:38:17.026Z | Downloaded hashbrown v0.14.5 |
930 | 2024-12-18T22:38:17.031Z | Downloaded quinn-proto v0.11.8 |
931 | 2024-12-18T22:38:17.039Z | Downloaded lalrpop v0.19.12 |
932 | 2024-12-18T22:38:17.050Z | Downloaded unicode-normalization v0.1.24 |
933 | 2024-12-18T22:38:17.053Z | Downloaded time v0.3.36 |
934 | 2024-12-18T22:38:17.059Z | Downloaded p521 v0.13.3 |
935 | 2024-12-18T22:38:17.064Z | Downloaded expectorate v1.1.0 |
936 | 2024-12-18T22:38:17.067Z | Downloaded h2 v0.4.6 |
937 | 2024-12-18T22:38:17.072Z | Downloaded vcpkg v0.2.15 |
938 | 2024-12-18T22:38:17.109Z | Downloaded tough v0.19.0 |
939 | 2024-12-18T22:38:17.117Z | Downloaded rustls-webpki v0.101.7 |
940 | 2024-12-18T22:38:17.133Z | Downloaded nom v7.1.3 |
941 | 2024-12-18T22:38:17.147Z | Downloaded idna v0.2.3 |
942 | 2024-12-18T22:38:17.158Z | Downloaded reqwest v0.12.9 |
943 | 2024-12-18T22:38:17.168Z | Downloaded quick-xml v0.33.0 |
944 | 2024-12-18T22:38:17.175Z | Downloaded git2 v0.19.0 |
945 | 2024-12-18T22:38:17.187Z | Downloaded sqlparser v0.45.0 |
946 | 2024-12-18T22:38:17.193Z | Downloaded radix_trie v0.2.1 |
947 | 2024-12-18T22:38:17.198Z | Downloaded futures-util v0.3.31 |
948 | 2024-12-18T22:38:17.211Z | Downloaded petname v2.0.2 |
949 | 2024-12-18T22:38:17.217Z | Downloaded smoltcp v0.11.0 |
950 | 2024-12-18T22:38:17.230Z | Downloaded idna v0.4.0 |
951 | 2024-12-18T22:38:17.236Z | Downloaded idna v0.5.0 |
952 | 2024-12-18T22:38:17.242Z | Downloaded bstr v1.10.0 |
953 | 2024-12-18T22:38:17.253Z | Downloaded zerocopy v0.8.10 |
954 | 2024-12-18T22:38:17.278Z | Downloaded proptest v1.5.0 |
955 | 2024-12-18T22:38:17.287Z | Downloaded nix v0.27.1 |
956 | 2024-12-18T22:38:17.298Z | Downloaded regex v1.11.1 |
957 | 2024-12-18T22:38:17.311Z | Downloaded webpki-roots v0.26.6 |
958 | 2024-12-18T22:38:17.314Z | Downloaded portable-atomic v1.9.0 |
959 | 2024-12-18T22:38:17.321Z | Downloaded object v0.30.4 |
960 | 2024-12-18T22:38:17.331Z | Downloaded object v0.36.5 |
961 | 2024-12-18T22:38:17.341Z | Downloaded unicode-width v0.2.0 |
962 | 2024-12-18T22:38:17.347Z | Downloaded hickory-proto v0.24.1 |
963 | 2024-12-18T22:38:17.361Z | Downloaded gimli v0.31.1 |
964 | 2024-12-18T22:38:17.369Z | Downloaded trust-dns-proto v0.22.0 |
965 | 2024-12-18T22:38:17.381Z | Downloaded nix v0.28.0 |
966 | 2024-12-18T22:38:17.392Z | Downloaded regex-syntax v0.8.5 |
967 | 2024-12-18T22:38:17.400Z | Downloaded regress v0.10.1 |
968 | 2024-12-18T22:38:17.408Z | Downloaded typify-impl v0.2.0 |
969 | 2024-12-18T22:38:17.422Z | Downloaded nix v0.29.0 |
970 | 2024-12-18T22:38:17.433Z | Downloaded dropshot v0.12.0 |
971 | 2024-12-18T22:38:17.453Z | Downloaded rustls v0.22.4 |
972 | 2024-12-18T22:38:17.466Z | Downloaded diesel v2.2.6 |
973 | 2024-12-18T22:38:17.486Z | Downloaded sled v0.34.7 |
974 | 2024-12-18T22:38:17.495Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
975 | 2024-12-18T22:38:17.508Z | Downloaded dropshot v0.13.0 |
976 | 2024-12-18T22:38:17.531Z | Downloaded zerocopy-derive v0.6.6 |
977 | 2024-12-18T22:38:17.541Z | Downloaded ratatui v0.28.1 |
978 | 2024-12-18T22:38:17.561Z | Downloaded rustls v0.23.14 |
979 | 2024-12-18T22:38:17.572Z | Downloaded openssl v0.10.66 |
980 | 2024-12-18T22:38:17.582Z | Downloaded regex-syntax v0.6.29 |
981 | 2024-12-18T22:38:17.589Z | Downloaded openapiv3 v2.0.0 |
982 | 2024-12-18T22:38:17.601Z | Downloaded regex-automata v0.4.8 |
983 | 2024-12-18T22:38:17.619Z | Downloaded chrono-tz v0.10.0 |
984 | 2024-12-18T22:38:17.625Z | Downloaded p384 v0.13.0 |
985 | 2024-12-18T22:38:17.631Z | Downloaded rustls v0.21.12 |
986 | 2024-12-18T22:38:17.643Z | Downloaded idna v0.3.0 |
987 | 2024-12-18T22:38:17.652Z | Downloaded regress v0.9.1 |
988 | 2024-12-18T22:38:17.657Z | Downloaded rustls-webpki v0.102.8 |
989 | 2024-12-18T22:38:17.677Z | Downloaded csv v1.3.0 |
990 | 2024-12-18T22:38:17.695Z | Downloaded polar-core v0.27.3 |
991 | 2024-12-18T22:38:17.704Z | Downloaded curve25519-dalek v4.1.3 |
992 | 2024-12-18T22:38:17.713Z | Downloaded tokio v1.40.0 |
993 | 2024-12-18T22:38:17.754Z | Downloaded lzma-sys v0.1.20 |
994 | 2024-12-18T22:38:17.783Z | Downloaded russh v0.45.0 |
995 | 2024-12-18T22:38:17.789Z | Downloaded sha3 v0.10.8 |
996 | 2024-12-18T22:38:17.793Z | Downloaded rustyline v14.0.0 |
997 | 2024-12-18T22:38:17.799Z | Downloaded icu_properties_data v1.5.0 |
998 | 2024-12-18T22:38:17.809Z | Downloaded smoltcp v0.9.1 |
999 | 2024-12-18T22:38:17.822Z | Downloaded petgraph v0.6.5 |
1000 | 2024-12-18T22:38:17.838Z | Downloaded dhcproto v0.12.0 |
1001 | 2024-12-18T22:38:17.842Z | Downloaded libz-sys v1.1.20 |
1002 | 2024-12-18T22:38:17.864Z | Downloaded ssh-key v0.6.6 |
1003 | 2024-12-18T22:38:17.869Z | Downloaded hashbrown v0.13.2 |
1004 | 2024-12-18T22:38:17.873Z | Downloaded zerovec v0.10.4 |
1005 | 2024-12-18T22:38:17.880Z | Downloaded samael v0.0.17 |
1006 | 2024-12-18T22:38:17.885Z | Downloaded chrono v0.4.38 |
1007 | 2024-12-18T22:38:17.893Z | Downloaded pin-project v1.1.6 |
1008 | 2024-12-18T22:38:17.905Z | Downloaded rayon-core v1.12.1 |
1009 | 2024-12-18T22:38:17.909Z | Downloaded serde_with v3.11.0 |
1010 | 2024-12-18T22:38:17.918Z | Downloaded slog v2.7.0 |
1011 | 2024-12-18T22:38:17.921Z | Downloaded dropshot_endpoint v0.13.0 |
1012 | 2024-12-18T22:38:17.924Z | Downloaded typed-path v0.9.3 |
1013 | 2024-12-18T22:38:17.931Z | Downloaded tokio-util v0.7.12 |
1014 | 2024-12-18T22:38:17.938Z | Downloaded slog-dtrace v0.3.0 |
1015 | 2024-12-18T22:38:17.941Z | Downloaded phf_shared v0.11.2 |
1016 | 2024-12-18T22:38:17.943Z | Downloaded parking_lot v0.12.3 |
1017 | 2024-12-18T22:38:17.946Z | Downloaded subprocess v0.2.9 |
1018 | 2024-12-18T22:38:17.949Z | Downloaded aws-lc-rs v1.10.0 |
1019 | 2024-12-18T22:38:17.956Z | Downloaded ref-cast-impl v1.0.23 |
1020 | 2024-12-18T22:38:17.959Z | Downloaded toml_edit v0.19.15 |
1021 | 2024-12-18T22:38:17.974Z | Downloaded num-traits v0.2.19 |
1022 | 2024-12-18T22:38:17.976Z | Downloaded strum_macros v0.25.3 |
1023 | 2024-12-18T22:38:17.979Z | Downloaded slab v0.4.9 |
1024 | 2024-12-18T22:38:17.981Z | Downloaded num_enum v0.5.11 |
1025 | 2024-12-18T22:38:17.985Z | Downloaded hashlink v0.9.1 |
1026 | 2024-12-18T22:38:17.988Z | Downloaded percent-encoding v2.3.1 |
1027 | 2024-12-18T22:38:17.990Z | Downloaded pem-rfc7468 v0.7.0 |
1028 | 2024-12-18T22:38:17.992Z | Downloaded rustls-pki-types v1.9.0 |
1029 | 2024-12-18T22:38:17.994Z | Downloaded itertools v0.10.5 |
1030 | 2024-12-18T22:38:18.001Z | Downloaded num-integer v0.1.46 |
1031 | 2024-12-18T22:38:18.004Z | Downloaded num-derive v0.4.2 |
1032 | 2024-12-18T22:38:18.004Z | Downloaded tiny-keccak v2.0.2 |
1033 | 2024-12-18T22:38:18.007Z | Downloaded futures-channel v0.3.31 |
1034 | 2024-12-18T22:38:18.010Z | Downloaded tar v0.4.42 |
1035 | 2024-12-18T22:38:18.013Z | Downloaded walkdir v2.5.0 |
1036 | 2024-12-18T22:38:18.015Z | Downloaded encoding_rs v0.8.34 |
1037 | 2024-12-18T22:38:18.036Z | Downloaded icu_collections v1.5.0 |
1038 | 2024-12-18T22:38:18.042Z | Downloaded hickory-resolver v0.24.1 |
1039 | 2024-12-18T22:38:18.046Z | Downloaded mockall_derive v0.13.0 |
1040 | 2024-12-18T22:38:18.049Z | Downloaded embedded-io v0.4.0 |
1041 | 2024-12-18T22:38:18.051Z | Downloaded dyn-clone v1.0.17 |
1042 | 2024-12-18T22:38:18.051Z | Downloaded debug-ignore v1.0.5 |
1043 | 2024-12-18T22:38:18.054Z | Downloaded zopfli v0.8.1 |
1044 | 2024-12-18T22:38:18.056Z | Downloaded zerocopy v0.6.6 |
1045 | 2024-12-18T22:38:18.059Z | Downloaded shell-words v1.1.0 |
1046 | 2024-12-18T22:38:18.059Z | Downloaded term v0.7.0 |
1047 | 2024-12-18T22:38:18.063Z | Downloaded uzers v0.12.1 |
1048 | 2024-12-18T22:38:18.066Z | Downloaded tokio-rustls v0.25.0 |
1049 | 2024-12-18T22:38:18.066Z | Downloaded ppv-lite86 v0.2.20 |
1050 | 2024-12-18T22:38:18.068Z | Downloaded fallible-iterator v0.3.0 |
1051 | 2024-12-18T22:38:18.070Z | Downloaded defmt-parser v0.3.4 |
1052 | 2024-12-18T22:38:18.070Z | Downloaded fatfs v0.3.6 |
1053 | 2024-12-18T22:38:18.073Z | Downloaded aes-gcm v0.10.3 |
1054 | 2024-12-18T22:38:18.076Z | Downloaded ecdsa v0.16.9 |
1055 | 2024-12-18T22:38:18.079Z | Downloaded displaydoc v0.2.5 |
1056 | 2024-12-18T22:38:18.081Z | Downloaded vte v0.11.1 |
1057 | 2024-12-18T22:38:18.084Z | Downloaded secrecy v0.8.0 |
1058 | 2024-12-18T22:38:18.084Z | Downloaded r2d2 v0.8.10 |
1059 | 2024-12-18T22:38:18.087Z | Downloaded pkcs1 v0.7.5 |
1060 | 2024-12-18T22:38:18.089Z | Downloaded password-hash v0.5.0 |
1061 | 2024-12-18T22:38:18.092Z | Downloaded nanorand v0.7.0 |
1062 | 2024-12-18T22:38:18.092Z | Downloaded multer v3.1.0 |
1063 | 2024-12-18T22:38:18.094Z | Downloaded rand v0.8.5 |
1064 | 2024-12-18T22:38:18.098Z | Downloaded pbkdf2 v0.11.0 |
1065 | 2024-12-18T22:38:18.100Z | Downloaded des v0.8.1 |
1066 | 2024-12-18T22:38:18.102Z | Downloaded progenitor-impl v0.8.0 |
1067 | 2024-12-18T22:38:18.104Z | Downloaded indicatif v0.17.9 |
1068 | 2024-12-18T22:38:18.107Z | Downloaded tungstenite v0.21.0 |
1069 | 2024-12-18T22:38:18.111Z | Downloaded parking_lot_core v0.8.6 |
1070 | 2024-12-18T22:38:18.114Z | Downloaded slog-term v2.9.1 |
1071 | 2024-12-18T22:38:18.117Z | Downloaded publicsuffix v2.2.3 |
1072 | 2024-12-18T22:38:18.124Z | Downloaded crypto-bigint v0.5.5 |
1073 | 2024-12-18T22:38:18.128Z | Downloaded cc v1.1.30 |
1074 | 2024-12-18T22:38:18.130Z | Downloaded schemars_derive v0.8.21 |
1075 | 2024-12-18T22:38:18.130Z | Downloaded tokio-rustls v0.26.0 |
1076 | 2024-12-18T22:38:18.133Z | Downloaded hyper-util v0.1.10 |
1077 | 2024-12-18T22:38:18.136Z | Downloaded env_logger v0.10.2 |
1078 | 2024-12-18T22:38:18.139Z | Downloaded derive_builder v0.20.2 |
1079 | 2024-12-18T22:38:18.146Z | Downloaded base64 v0.21.7 |
1080 | 2024-12-18T22:38:18.150Z | Downloaded phf v0.11.2 |
1081 | 2024-12-18T22:38:18.153Z | Downloaded pkg-config v0.3.31 |
1082 | 2024-12-18T22:38:18.155Z | Downloaded icu_properties v1.5.1 |
1083 | 2024-12-18T22:38:18.159Z | Downloaded tokio-stream v0.1.16 |
1084 | 2024-12-18T22:38:18.162Z | Downloaded smallvec v1.13.2 |
1085 | 2024-12-18T22:38:18.164Z | Downloaded foreign-types v0.5.0 |
1086 | 2024-12-18T22:38:18.164Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1087 | 2024-12-18T22:38:18.226Z | Downloaded signal-hook-registry v1.4.2 |
1088 | 2024-12-18T22:38:18.229Z | Downloaded russh-keys v0.45.0 |
1089 | 2024-12-18T22:38:18.231Z | Downloaded indexmap v1.9.3 |
1090 | 2024-12-18T22:38:18.234Z | Downloaded env_filter v0.1.2 |
1091 | 2024-12-18T22:38:18.237Z | Downloaded enum-as-inner v0.5.1 |
1092 | 2024-12-18T22:38:18.237Z | Downloaded allocator-api2 v0.2.18 |
1093 | 2024-12-18T22:38:18.240Z | Downloaded olpc-cjson v0.1.4 |
1094 | 2024-12-18T22:38:18.242Z | Downloaded defmt-macros v0.3.9 |
1095 | 2024-12-18T22:38:18.244Z | Downloaded const-oid v0.9.6 |
1096 | 2024-12-18T22:38:18.247Z | Downloaded mime_guess v2.0.5 |
1097 | 2024-12-18T22:38:18.247Z | Downloaded jobserver v0.1.32 |
1098 | 2024-12-18T22:38:18.250Z | Downloaded smf v0.2.3 |
1099 | 2024-12-18T22:38:18.250Z | Downloaded signal-hook-tokio v0.3.1 |
1100 | 2024-12-18T22:38:18.252Z | Downloaded endian-type v0.1.2 |
1101 | 2024-12-18T22:38:18.252Z | Downloaded ipnet v2.10.1 |
1102 | 2024-12-18T22:38:18.255Z | Downloaded cookie v0.18.1 |
1103 | 2024-12-18T22:38:18.257Z | Downloaded bcs v0.1.6 |
1104 | 2024-12-18T22:38:18.259Z | Downloaded crossbeam-epoch v0.9.18 |
1105 | 2024-12-18T22:38:18.262Z | Downloaded crc-any v2.5.0 |
1106 | 2024-12-18T22:38:18.262Z | Downloaded clang-sys v1.8.1 |
1107 | 2024-12-18T22:38:18.265Z | Downloaded serde_path_to_error v0.1.16 |
1108 | 2024-12-18T22:38:18.268Z | Downloaded libloading v0.8.5 |
1109 | 2024-12-18T22:38:18.270Z | Downloaded quinn-udp v0.5.5 |
1110 | 2024-12-18T22:38:18.273Z | Downloaded hex-literal v0.4.1 |
1111 | 2024-12-18T22:38:18.273Z | Downloaded cookie_store v0.21.0 |
1112 | 2024-12-18T22:38:18.275Z | Downloaded linear-map v1.2.0 |
1113 | 2024-12-18T22:38:18.275Z | Downloaded lalrpop-util v0.19.12 |
1114 | 2024-12-18T22:38:18.278Z | Downloaded impl-trait-for-tuples v0.2.2 |
1115 | 2024-12-18T22:38:18.281Z | Downloaded idna_adapter v1.2.0 |
1116 | 2024-12-18T22:38:18.281Z | Downloaded bitfield v0.14.0 |
1117 | 2024-12-18T22:38:18.284Z | Downloaded async-trait v0.1.83 |
1118 | 2024-12-18T22:38:18.284Z | Downloaded internet-checksum v0.2.1 |
1119 | 2024-12-18T22:38:18.286Z | Downloaded base64ct v1.6.0 |
1120 | 2024-12-18T22:38:18.289Z | Downloaded backoff v0.4.0 |
1121 | 2024-12-18T22:38:18.289Z | Downloaded async-bb8-diesel v0.2.1 |
1122 | 2024-12-18T22:38:18.293Z | Downloaded heck v0.3.3 |
1123 | 2024-12-18T22:38:18.298Z | Downloaded arrayvec v0.7.6 |
1124 | 2024-12-18T22:38:18.301Z | Downloaded argon2 v0.5.3 |
1125 | 2024-12-18T22:38:18.301Z | Downloaded cmake v0.1.51 |
1126 | 2024-12-18T22:38:18.303Z | Downloaded chacha20 v0.9.1 |
1127 | 2024-12-18T22:38:18.303Z | Downloaded castaway v0.2.3 |
1128 | 2024-12-18T22:38:18.305Z | Downloaded bitflags v1.3.2 |
1129 | 2024-12-18T22:38:18.307Z | Downloaded bb8 v0.8.5 |
1130 | 2024-12-18T22:38:18.309Z | Downloaded atty v0.2.14 |
1131 | 2024-12-18T22:38:18.309Z | Downloaded cipher v0.4.4 |
1132 | 2024-12-18T22:38:18.312Z | Downloaded cbc v0.1.2 |
1133 | 2024-12-18T22:38:18.312Z | Downloaded blowfish v0.9.1 |
1134 | 2024-12-18T22:38:18.314Z | Downloaded atomic-waker v1.1.2 |
1135 | 2024-12-18T22:38:18.604Z | Downloaded aws-lc-sys v0.22.0 |
1136 | 2024-12-18T22:38:18.935Z | Downloaded ring v0.17.8 |
1137 | 2024-12-18T22:38:19.117Z | Downloaded ring v0.16.20 |
1138 | 2024-12-18T22:38:19.197Z | Downloaded libsqlite3-sys v0.30.1 |
1139 | 2024-12-18T22:38:19.371Z | Compiling serde v1.0.215 |
1140 | 2024-12-18T22:38:19.374Z | Compiling lock_api v0.4.12 |
1141 | 2024-12-18T22:38:19.374Z | Compiling scopeguard v1.2.0 |
1142 | 2024-12-18T22:38:19.374Z | Compiling value-bag v1.9.0 |
1143 | 2024-12-18T22:38:19.374Z | Compiling typenum v1.17.0 |
1144 | 2024-12-18T22:38:19.374Z | Compiling generic-array v0.14.7 |
1145 | 2024-12-18T22:38:19.576Z | Compiling syn v2.0.87 |
1146 | 2024-12-18T22:38:19.591Z | Compiling getrandom v0.2.15 |
1147 | 2024-12-18T22:38:19.737Z | Compiling subtle v2.6.1 |
1148 | 2024-12-18T22:38:19.869Z | Compiling rand_core v0.6.4 |
1149 | 2024-12-18T22:38:19.976Z | Compiling log v0.4.22 |
1150 | 2024-12-18T22:38:20.098Z | Compiling shlex v1.3.0 |
1151 | 2024-12-18T22:38:20.144Z | Compiling jobserver v0.1.32 |
1152 | 2024-12-18T22:38:20.164Z | Compiling smallvec v1.13.2 |
1153 | 2024-12-18T22:38:20.374Z | Compiling const-oid v0.9.6 |
1154 | 2024-12-18T22:38:20.393Z | Compiling spin v0.9.8 |
1155 | 2024-12-18T22:38:20.498Z | Compiling pin-project-lite v0.2.14 |
1156 | 2024-12-18T22:38:20.559Z | Compiling cc v1.1.30 |
1157 | 2024-12-18T22:38:20.631Z | Compiling rustix v0.38.37 |
1158 | 2024-12-18T22:38:20.772Z | Compiling parking_lot_core v0.9.10 |
1159 | 2024-12-18T22:38:20.875Z | Compiling futures-core v0.3.31 |
1160 | 2024-12-18T22:38:21.079Z | Compiling signal-hook-registry v1.4.2 |
1161 | 2024-12-18T22:38:21.139Z | Compiling mio v1.0.2 |
1162 | 2024-12-18T22:38:21.557Z | Compiling aho-corasick v1.1.3 |
1163 | 2024-12-18T22:38:21.945Z | Compiling parking_lot v0.12.3 |
1164 | 2024-12-18T22:38:21.962Z | Compiling cpufeatures v0.2.14 |
1165 | 2024-12-18T22:38:22.069Z | Compiling regex-syntax v0.8.5 |
1166 | 2024-12-18T22:38:22.362Z | Compiling either v1.13.0 |
1167 | 2024-12-18T22:38:22.387Z | Compiling lazy_static v1.5.0 |
1168 | 2024-12-18T22:38:22.412Z | Compiling stable_deref_trait v1.2.0 |
1169 | 2024-12-18T22:38:22.522Z | Compiling futures-sink v0.3.31 |
1170 | 2024-12-18T22:38:22.525Z | Compiling glob v0.3.1 |
1171 | 2024-12-18T22:38:22.676Z | Compiling socket2 v0.5.7 |
1172 | 2024-12-18T22:38:22.815Z | Compiling slab v0.4.9 |
1173 | 2024-12-18T22:38:22.960Z | Compiling prettyplease v0.2.25 |
1174 | 2024-12-18T22:38:23.283Z | Compiling minimal-lexical v0.2.1 |
1175 | 2024-12-18T22:38:23.549Z | Compiling clang-sys v1.8.1 |
1176 | 2024-12-18T22:38:23.635Z | Compiling libloading v0.8.5 |
1177 | 2024-12-18T22:38:23.690Z | Compiling nom v7.1.3 |
1178 | 2024-12-18T22:38:23.818Z | Compiling home v0.5.9 |
1179 | 2024-12-18T22:38:24.072Z | Compiling bindgen v0.69.5 |
1180 | 2024-12-18T22:38:24.127Z | Compiling serde_json v1.0.132 |
1181 | 2024-12-18T22:38:24.475Z | Compiling itertools v0.12.1 |
1182 | 2024-12-18T22:38:24.956Z | Compiling futures-channel v0.3.31 |
1183 | 2024-12-18T22:38:25.043Z | Compiling foldhash v0.1.3 |
1184 | 2024-12-18T22:38:25.376Z | Compiling futures-io v0.3.31 |
1185 | 2024-12-18T22:38:25.407Z | Compiling pin-utils v0.1.0 |
1186 | 2024-12-18T22:38:25.505Z | Compiling rustc-hash v1.1.0 |
1187 | 2024-12-18T22:38:25.656Z | Compiling lazycell v1.3.0 |
1188 | 2024-12-18T22:38:25.695Z | Compiling futures-task v0.3.31 |
1189 | 2024-12-18T22:38:25.831Z | Compiling allocator-api2 v0.2.18 |
1190 | 2024-12-18T22:38:25.986Z | Compiling regex-automata v0.4.8 |
1191 | 2024-12-18T22:38:26.666Z | Compiling hashbrown v0.15.1 |
1192 | 2024-12-18T22:38:27.471Z | Compiling synstructure v0.13.1 |
1193 | 2024-12-18T22:38:27.655Z | Compiling cexpr v0.6.0 |
1194 | 2024-12-18T22:38:28.080Z | Compiling cmake v0.1.51 |
1195 | 2024-12-18T22:38:29.119Z | Compiling dunce v1.0.5 |
1196 | 2024-12-18T22:38:29.139Z | Compiling libm v0.2.8 |
1197 | 2024-12-18T22:38:29.246Z | Compiling fs_extra v1.3.0 |
1198 | 2024-12-18T22:38:29.249Z | Compiling tinyvec_macros v0.1.1 |
1199 | 2024-12-18T22:38:29.360Z | Compiling pkg-config v0.3.31 |
1200 | 2024-12-18T22:38:29.441Z | Compiling tinyvec v1.8.0 |
1201 | 2024-12-18T22:38:29.490Z | Compiling num-traits v0.2.19 |
1202 | 2024-12-18T22:38:30.020Z | Compiling ring v0.17.8 |
1203 | 2024-12-18T22:38:30.633Z | Compiling unicode-bidi v0.3.17 |
1204 | 2024-12-18T22:38:30.919Z | Compiling unicode-normalization v0.1.24 |
1205 | 2024-12-18T22:38:30.941Z | Compiling paste v1.0.15 |
1206 | 2024-12-18T22:38:31.610Z | Compiling writeable v0.5.5 |
1207 | 2024-12-18T22:38:31.626Z | Compiling litemap v0.7.3 |
1208 | 2024-12-18T22:38:31.626Z | Compiling base64ct v1.6.0 |
1209 | 2024-12-18T22:38:31.677Z | Compiling regex v1.11.1 |
1210 | 2024-12-18T22:38:32.035Z | Compiling pem-rfc7468 v0.7.0 |
1211 | 2024-12-18T22:38:32.083Z | Compiling flagset v0.4.6 |
1212 | 2024-12-18T22:38:32.314Z | Compiling httparse v1.9.5 |
1213 | 2024-12-18T22:38:32.749Z | Compiling aws-lc-rs v1.10.0 |
1214 | 2024-12-18T22:38:33.147Z | Compiling tracing-core v0.1.32 |
1215 | 2024-12-18T22:38:33.185Z | Compiling percent-encoding v2.3.1 |
1216 | 2024-12-18T22:38:33.552Z | Compiling icu_locid_transform_data v1.5.0 |
1217 | 2024-12-18T22:38:33.664Z | Compiling crossbeam-utils v0.8.20 |
1218 | 2024-12-18T22:38:33.957Z | Compiling rustls-pki-types v1.9.0 |
1219 | 2024-12-18T22:38:34.299Z | Compiling powerfmt v0.2.0 |
1220 | 2024-12-18T22:38:34.322Z | Compiling serde_derive v1.0.215 |
1221 | 2024-12-18T22:38:34.410Z | Compiling zeroize_derive v1.4.2 |
1222 | 2024-12-18T22:38:34.688Z | Compiling zerocopy-derive v0.7.35 |
1223 | 2024-12-18T22:38:34.845Z | Compiling tokio-macros v2.4.0 |
1224 | 2024-12-18T22:38:35.068Z | Compiling zerofrom-derive v0.1.4 |
1225 | 2024-12-18T22:38:36.002Z | Compiling zeroize v1.8.1 |
1226 | 2024-12-18T22:38:36.391Z | Compiling thiserror-impl v1.0.69 |
1227 | 2024-12-18T22:38:36.428Z | Compiling yoke-derive v0.7.4 |
1228 | 2024-12-18T22:38:36.939Z | Compiling zerocopy v0.7.35 |
1229 | 2024-12-18T22:38:37.588Z | Compiling zerovec-derive v0.10.3 |
1230 | 2024-12-18T22:38:37.790Z | Compiling crypto-common v0.1.6 |
1231 | 2024-12-18T22:38:38.045Z | Compiling block-buffer v0.10.4 |
1232 | 2024-12-18T22:38:38.321Z | Compiling digest v0.10.7 |
1233 | 2024-12-18T22:38:38.635Z | Compiling futures-macro v0.3.31 |
1234 | 2024-12-18T22:38:38.819Z | Compiling hmac v0.12.1 |
1235 | 2024-12-18T22:38:38.984Z | Compiling block-padding v0.3.3 |
1236 | 2024-12-18T22:38:39.048Z | Compiling displaydoc v0.2.5 |
1237 | 2024-12-18T22:38:39.234Z | Compiling inout v0.1.3 |
1238 | 2024-12-18T22:38:39.345Z | Compiling zerofrom v0.1.4 |
1239 | 2024-12-18T22:38:39.503Z | Compiling cipher v0.4.4 |
1240 | 2024-12-18T22:38:39.522Z | Compiling sha2 v0.10.8 |
1241 | 2024-12-18T22:38:39.582Z | Compiling yoke v0.7.4 |
1242 | 2024-12-18T22:38:39.925Z | Compiling thiserror v1.0.69 |
1243 | 2024-12-18T22:38:39.974Z | Compiling ppv-lite86 v0.2.20 |
1244 | 2024-12-18T22:38:40.054Z | Compiling der_derive v0.7.3 |
1245 | 2024-12-18T22:38:40.075Z | Compiling icu_provider_macros v1.5.0 |
1246 | 2024-12-18T22:38:40.410Z | Compiling zerovec v0.10.4 |
1247 | 2024-12-18T22:38:40.627Z | Compiling futures-util v0.3.31 |
1248 | 2024-12-18T22:38:40.735Z | Compiling tracing-attributes v0.1.27 |
1249 | 2024-12-18T22:38:40.826Z | Compiling rand_chacha v0.3.1 |
1250 | 2024-12-18T22:38:41.215Z | Compiling pest v2.7.14 |
1251 | 2024-12-18T22:38:42.568Z | Compiling tinystr v0.7.6 |
1252 | 2024-12-18T22:38:42.721Z | Compiling der v0.7.9 |
1253 | 2024-12-18T22:38:43.019Z | Compiling icu_locid v1.5.0 |
1254 | 2024-12-18T22:38:43.177Z | Compiling icu_collections v1.5.0 |
1255 | 2024-12-18T22:38:43.229Z | Compiling rand v0.8.5 |
1256 | 2024-12-18T22:38:44.390Z | Compiling icu_provider v1.5.0 |
1257 | 2024-12-18T22:38:44.986Z | Compiling tracing v0.1.40 |
1258 | 2024-12-18T22:38:44.991Z | Compiling salsa20 v0.10.2 |
1259 | 2024-12-18T22:38:44.991Z | Compiling spki v0.7.3 |
1260 | 2024-12-18T22:38:45.248Z | Compiling icu_locid_transform v1.5.0 |
1261 | 2024-12-18T22:38:45.356Z | Compiling pbkdf2 v0.12.2 |
1262 | 2024-12-18T22:38:45.406Z | Compiling vcpkg v0.2.15 |
1263 | 2024-12-18T22:38:45.429Z | Compiling mirai-annotations v1.12.0 |
1264 | 2024-12-18T22:38:45.463Z | Compiling icu_properties_data v1.5.0 |
1265 | 2024-12-18T22:38:45.530Z | Compiling untrusted v0.7.1 |
1266 | 2024-12-18T22:38:45.619Z | Compiling untrusted v0.9.0 |
1267 | 2024-12-18T22:38:45.708Z | Compiling num-conv v0.1.0 |
1268 | 2024-12-18T22:38:45.727Z | Compiling time-core v0.1.2 |
1269 | 2024-12-18T22:38:45.913Z | Compiling scrypt v0.11.0 |
1270 | 2024-12-18T22:38:45.988Z | Compiling time-macros v0.2.18 |
1271 | 2024-12-18T22:38:46.160Z | Compiling pest_meta v2.7.14 |
1272 | 2024-12-18T22:38:46.481Z | Compiling icu_properties v1.5.1 |
1273 | 2024-12-18T22:38:46.830Z | Compiling aes v0.8.4 |
1274 | 2024-12-18T22:38:47.625Z | Compiling openssl-sys v0.9.103 |
1275 | 2024-12-18T22:38:48.044Z | Compiling cbc v0.1.2 |
1276 | 2024-12-18T22:38:48.295Z | Compiling deranged v0.3.11 |
1277 | 2024-12-18T22:38:48.763Z | Compiling bitflags v2.6.0 |
1278 | 2024-12-18T22:38:48.969Z | Compiling bytes v1.8.0 |
1279 | 2024-12-18T22:38:49.615Z | Compiling indexmap v2.6.0 |
1280 | 2024-12-18T22:38:49.750Z | Compiling semver v1.0.23 |
1281 | 2024-12-18T22:38:50.246Z | Compiling tokio v1.40.0 |
1282 | 2024-12-18T22:38:50.308Z | Compiling http v1.1.0 |
1283 | 2024-12-18T22:38:50.523Z | Compiling rustc_version v0.4.1 |
1284 | 2024-12-18T22:38:51.179Z | Compiling scroll_derive v0.12.0 |
1285 | 2024-12-18T22:38:51.373Z | Compiling utf16_iter v1.0.5 |
1286 | 2024-12-18T22:38:51.524Z | Compiling utf8_iter v1.0.4 |
1287 | 2024-12-18T22:38:51.585Z | Compiling num_threads v0.1.7 |
1288 | 2024-12-18T22:38:51.728Z | Compiling atomic-waker v1.1.2 |
1289 | 2024-12-18T22:38:51.765Z | Compiling write16 v1.0.0 |
1290 | 2024-12-18T22:38:51.906Z | Compiling icu_normalizer_data v1.5.0 |
1291 | 2024-12-18T22:38:51.926Z | Compiling http-body v1.0.1 |
1292 | 2024-12-18T22:38:52.019Z | Compiling icu_normalizer v1.5.0 |
1293 | 2024-12-18T22:38:52.190Z | Compiling time v0.3.36 |
1294 | 2024-12-18T22:38:52.636Z | Compiling pkcs5 v0.7.1 |
1295 | 2024-12-18T22:38:52.697Z | Compiling scroll v0.12.0 |
1296 | 2024-12-18T22:38:52.729Z | Compiling pest_generator v2.7.14 |
1297 | 2024-12-18T22:38:52.852Z | Compiling form_urlencoded v1.2.1 |
1298 | 2024-12-18T22:38:53.198Z | Compiling which v4.4.2 |
1299 | 2024-12-18T22:38:53.254Z | Compiling slog v2.7.0 |
1300 | 2024-12-18T22:38:53.841Z | Compiling try-lock v0.2.5 |
1301 | 2024-12-18T22:38:53.895Z | Compiling goblin v0.8.2 |
1302 | 2024-12-18T22:38:54.004Z | Compiling want v0.3.1 |
1303 | 2024-12-18T22:38:54.157Z | Compiling pkcs8 v0.10.2 |
1304 | 2024-12-18T22:38:54.309Z | Compiling idna_adapter v1.2.0 |
1305 | 2024-12-18T22:38:54.548Z | Compiling httpdate v1.0.3 |
1306 | 2024-12-18T22:38:54.582Z | Compiling idna v1.0.3 |
1307 | 2024-12-18T22:38:54.736Z | Compiling pest_derive v2.7.14 |
1308 | 2024-12-18T22:38:55.035Z | Compiling serde_spanned v0.6.8 |
1309 | 2024-12-18T22:38:55.275Z | Compiling serde_tokenstream v0.2.2 |
1310 | 2024-12-18T22:38:55.561Z | Compiling dtrace-parser v0.2.0 |
1311 | 2024-12-18T22:38:55.708Z | Compiling uuid v1.11.0 |
1312 | 2024-12-18T22:38:55.893Z | Compiling toml_datetime v0.6.8 |
1313 | 2024-12-18T22:38:56.443Z | Compiling foreign-types-shared v0.1.1 |
1314 | 2024-12-18T22:38:56.466Z | Compiling tower-service v0.3.3 |
1315 | 2024-12-18T22:38:56.559Z | Compiling rustversion v1.0.17 |
1316 | 2024-12-18T22:38:56.598Z | Compiling adler2 v2.0.0 |
1317 | 2024-12-18T22:38:56.808Z | Compiling openssl v0.10.66 |
1318 | 2024-12-18T22:38:57.103Z | Compiling base64 v0.22.1 |
1319 | 2024-12-18T22:38:57.257Z | Compiling match_cfg v0.1.0 |
1320 | 2024-12-18T22:38:57.298Z | Compiling iana-time-zone v0.1.61 |
1321 | 2024-12-18T22:38:57.356Z | Compiling hostname v0.3.1 |
1322 | 2024-12-18T22:38:57.568Z | Compiling chrono v0.4.38 |
1323 | 2024-12-18T22:38:57.714Z | Compiling miniz_oxide v0.8.0 |
1324 | 2024-12-18T22:38:57.764Z | Compiling foreign-types v0.3.2 |
1325 | 2024-12-18T22:38:57.784Z | Compiling url v2.5.3 |
1326 | 2024-12-18T22:38:57.918Z | Compiling async-trait v0.1.83 |
1327 | 2024-12-18T22:38:59.277Z | Compiling tokio-util v0.7.12 |
1328 | 2024-12-18T22:38:59.299Z | Compiling openssl-macros v0.1.1 |
1329 | 2024-12-18T22:38:59.825Z | Compiling dof v0.3.0 |
1330 | 2024-12-18T22:39:00.080Z | Compiling dirs-sys-next v0.1.2 |
1331 | 2024-12-18T22:39:00.697Z | Compiling h2 v0.4.6 |
1332 | 2024-12-18T22:39:00.735Z | Compiling usdt-impl v0.5.0 |
1333 | 2024-12-18T22:39:00.754Z | Compiling syn v1.0.109 |
1334 | 2024-12-18T22:39:01.349Z | Compiling rustls v0.23.14 |
1335 | 2024-12-18T22:39:01.389Z | Compiling data-encoding v2.6.0 |
1336 | 2024-12-18T22:39:01.618Z | Compiling siphasher v0.3.11 |
1337 | 2024-12-18T22:39:02.009Z | Compiling native-tls v0.2.12 |
1338 | 2024-12-18T22:39:02.029Z | Compiling rustls v0.22.4 |
1339 | 2024-12-18T22:39:02.335Z | Compiling dirs-next v2.0.0 |
1340 | 2024-12-18T22:39:02.536Z | Compiling http-body-util v0.1.2 |
1341 | 2024-12-18T22:39:03.089Z | Compiling crossbeam-epoch v0.9.18 |
1342 | 2024-12-18T22:39:03.813Z | Compiling heapless v0.7.17 |
1343 | 2024-12-18T22:39:03.834Z | Compiling signature v2.2.0 |
1344 | 2024-12-18T22:39:03.883Z | Compiling sha1 v0.10.6 |
1345 | 2024-12-18T22:39:04.116Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1346 | 2024-12-18T22:39:04.248Z | Compiling serde_derive_internals v0.29.1 |
1347 | 2024-12-18T22:39:04.271Z | Compiling thread_local v1.1.8 |
1348 | 2024-12-18T22:39:04.307Z | Compiling multer v3.1.0 |
1349 | 2024-12-18T22:39:04.599Z | Compiling cookie v0.18.1 |
1350 | 2024-12-18T22:39:04.627Z | Compiling encoding_rs v0.8.34 |
1351 | 2024-12-18T22:39:04.808Z | Compiling rayon-core v1.12.1 |
1352 | 2024-12-18T22:39:04.879Z | Compiling slog-async v2.8.0 |
1353 | 2024-12-18T22:39:05.058Z | Compiling ipnet v2.10.1 |
1354 | 2024-12-18T22:39:05.405Z | Compiling mime v0.3.17 |
1355 | 2024-12-18T22:39:05.964Z | Compiling unicode-properties v0.1.3 |
1356 | 2024-12-18T22:39:05.984Z | Compiling gimli v0.31.1 |
1357 | 2024-12-18T22:39:06.369Z | Compiling openssl-probe v0.1.5 |
1358 | 2024-12-18T22:39:06.392Z | Compiling signal-hook v0.3.17 |
1359 | 2024-12-18T22:39:06.647Z | Compiling schemars v0.8.21 |
1360 | 2024-12-18T22:39:06.785Z | Compiling toml_edit v0.22.22 |
1361 | 2024-12-18T22:39:07.022Z | Compiling stringprep v0.1.5 |
1362 | 2024-12-18T22:39:07.063Z | Compiling schemars_derive v0.8.21 |
1363 | 2024-12-18T22:39:08.333Z | Compiling hyper v1.5.0 |
1364 | 2024-12-18T22:39:10.489Z | Compiling addr2line v0.24.2 |
1365 | 2024-12-18T22:39:10.986Z | Compiling hyper-util v0.1.10 |
1366 | 2024-12-18T22:39:11.214Z | Compiling usdt-attr-macro v0.5.0 |
1367 | 2024-12-18T22:39:11.267Z | Compiling usdt-macro v0.5.0 |
1368 | 2024-12-18T22:39:11.615Z | Compiling crossbeam-deque v0.8.5 |
1369 | 2024-12-18T22:39:11.644Z | Compiling term v0.7.0 |
1370 | 2024-12-18T22:39:12.475Z | Compiling slog-json v2.6.1 |
1371 | 2024-12-18T22:39:12.789Z | Compiling serde_urlencoded v0.7.1 |
1372 | 2024-12-18T22:39:12.860Z | Compiling crossbeam-channel v0.5.13 |
1373 | 2024-12-18T22:39:12.910Z | Compiling curve25519-dalek v4.1.3 |
1374 | 2024-12-18T22:39:13.235Z | Compiling futures-executor v0.3.31 |
1375 | 2024-12-18T22:39:13.312Z | Compiling enum-as-inner v0.6.1 |
1376 | 2024-12-18T22:39:13.527Z | Compiling md-5 v0.10.6 |
1377 | 2024-12-18T22:39:13.799Z | Compiling rustls-pemfile v2.2.0 |
1378 | 2024-12-18T22:39:13.802Z | Compiling async-stream-impl v0.3.6 |
1379 | 2024-12-18T22:39:13.980Z | Compiling num-integer v0.1.46 |
1380 | 2024-12-18T22:39:14.156Z | Compiling idna v0.4.0 |
1381 | 2024-12-18T22:39:14.262Z | Compiling idna v0.3.0 |
1382 | 2024-12-18T22:39:14.438Z | Compiling hash32 v0.2.1 |
1383 | 2024-12-18T22:39:14.774Z | Compiling ff v0.13.0 |
1384 | 2024-12-18T22:39:14.826Z | Compiling is-terminal v0.4.13 |
1385 | 2024-12-18T22:39:14.970Z | Compiling dropshot v0.12.0 |
1386 | 2024-12-18T22:39:15.017Z | Compiling object v0.36.5 |
1387 | 2024-12-18T22:39:15.192Z | Compiling dyn-clone v1.0.17 |
1388 | 2024-12-18T22:39:15.218Z | Compiling take_mut v0.2.2 |
1389 | 2024-12-18T22:39:15.258Z | Compiling rustc-demangle v0.1.24 |
1390 | 2024-12-18T22:39:15.383Z | Compiling linked-hash-map v0.5.6 |
1391 | 2024-12-18T22:39:15.405Z | Compiling num-bigint-dig v0.8.4 |
1392 | 2024-12-18T22:39:15.687Z | Compiling anyhow v1.0.93 |
1393 | 2024-12-18T22:39:15.765Z | Compiling fallible-iterator v0.2.0 |
1394 | 2024-12-18T22:39:15.856Z | Compiling utf-8 v0.7.6 |
1395 | 2024-12-18T22:39:15.939Z | Compiling base16ct v0.2.0 |
1396 | 2024-12-18T22:39:16.200Z | Compiling quick-error v1.2.3 |
1397 | 2024-12-18T22:39:16.248Z | Compiling smoltcp v0.9.1 |
1398 | 2024-12-18T22:39:16.270Z | Compiling psl-types v2.0.11 |
1399 | 2024-12-18T22:39:16.315Z | Compiling portable-atomic v1.9.0 |
1400 | 2024-12-18T22:39:16.469Z | Compiling publicsuffix v2.2.3 |
1401 | 2024-12-18T22:39:16.471Z | Compiling postgres-protocol v0.6.7 |
1402 | 2024-12-18T22:39:16.718Z | Compiling resolv-conf v0.7.0 |
1403 | 2024-12-18T22:39:16.741Z | Compiling sec1 v0.7.3 |
1404 | 2024-12-18T22:39:16.998Z | Compiling tungstenite v0.24.0 |
1405 | 2024-12-18T22:39:17.351Z | Compiling lru-cache v0.1.2 |
1406 | 2024-12-18T22:39:17.643Z | Compiling async-stream v0.3.6 |
1407 | 2024-12-18T22:39:17.859Z | Compiling hickory-proto v0.24.1 |
1408 | 2024-12-18T22:39:17.962Z | Compiling group v0.13.0 |
1409 | 2024-12-18T22:39:18.295Z | Compiling usdt v0.5.0 |
1410 | 2024-12-18T22:39:18.785Z | Compiling slog-term v2.9.1 |
1411 | 2024-12-18T22:39:19.444Z | Compiling num-iter v0.1.45 |
1412 | 2024-12-18T22:39:19.763Z | Compiling futures v0.3.31 |
1413 | 2024-12-18T22:39:19.896Z | Compiling slog-bunyan v2.5.0 |
1414 | 2024-12-18T22:39:20.286Z | Compiling toml v0.8.19 |
1415 | 2024-12-18T22:39:21.496Z | Compiling tokio-native-tls v0.3.1 |
1416 | 2024-12-18T22:39:21.906Z | Compiling camino v1.1.9 |
1417 | 2024-12-18T22:39:22.116Z | Compiling phf_shared v0.11.2 |
1418 | 2024-12-18T22:39:22.379Z | Compiling dropshot_endpoint v0.12.0 |
1419 | 2024-12-18T22:39:22.546Z | Compiling backtrace v0.3.74 |
1420 | 2024-12-18T22:39:22.795Z | Compiling terminal_size v0.4.0 |
1421 | 2024-12-18T22:39:22.941Z | Compiling waitgroup v0.1.2 |
1422 | 2024-12-18T22:39:23.011Z | Compiling openapiv3 v2.0.0 |
1423 | 2024-12-18T22:39:23.180Z | Compiling serde_path_to_error v0.1.16 |
1424 | 2024-12-18T22:39:23.248Z | Compiling hkdf v0.12.4 |
1425 | 2024-12-18T22:39:23.514Z | Compiling crypto-bigint v0.5.5 |
1426 | 2024-12-18T22:39:24.032Z | Compiling webpki-roots v0.26.6 |
1427 | 2024-12-18T22:39:24.260Z | Compiling curve25519-dalek-derive v0.1.1 |
1428 | 2024-12-18T22:39:25.880Z | Compiling zerocopy-derive v0.6.6 |
1429 | 2024-12-18T22:39:26.277Z | Compiling hubpack_derive v0.1.1 |
1430 | 2024-12-18T22:39:26.298Z | Compiling idna v0.5.0 |
1431 | 2024-12-18T22:39:27.068Z | Compiling hostname v0.4.0 |
1432 | 2024-12-18T22:39:27.193Z | Compiling fs-err v2.11.0 |
1433 | 2024-12-18T22:39:27.377Z | Compiling ahash v0.8.11 |
1434 | 2024-12-18T22:39:27.487Z | Compiling crc32fast v1.4.2 |
1435 | 2024-12-18T22:39:27.616Z | Compiling managed v0.8.0 |
1436 | 2024-12-18T22:39:27.728Z | Compiling debug-ignore v1.0.5 |
1437 | 2024-12-18T22:39:27.817Z | Compiling winnow v0.5.40 |
1438 | 2024-12-18T22:39:27.880Z | Compiling bitflags v1.3.2 |
1439 | 2024-12-18T22:39:27.985Z | Compiling strum_macros v0.25.3 |
1440 | 2024-12-18T22:39:28.090Z | Compiling clap_builder v4.5.21 |
1441 | 2024-12-18T22:39:28.148Z | Compiling zerocopy v0.6.6 |
1442 | 2024-12-18T22:39:28.502Z | Compiling console v0.15.8 |
1443 | 2024-12-18T22:39:29.125Z | Compiling flate2 v1.0.34 |
1444 | 2024-12-18T22:39:29.838Z | Compiling hubpack v0.1.2 |
1445 | 2024-12-18T22:39:30.073Z | Compiling cookie_store v0.21.0 |
1446 | 2024-12-18T22:39:30.122Z | Compiling elliptic-curve v0.13.8 |
1447 | 2024-12-18T22:39:30.310Z | Compiling hickory-resolver v0.24.1 |
1448 | 2024-12-18T22:39:31.662Z | Compiling toml_edit v0.19.15 |
1449 | 2024-12-18T22:39:31.690Z | Compiling phf v0.11.2 |
1450 | 2024-12-18T22:39:31.876Z | Compiling signal-hook-mio v0.2.4 |
1451 | 2024-12-18T22:39:32.291Z | Compiling hyper-tls v0.6.0 |
1452 | 2024-12-18T22:39:32.296Z | Compiling rayon v1.10.0 |
1453 | 2024-12-18T22:39:32.302Z | Compiling bzip2 v0.4.4 |
1454 | 2024-12-18T22:39:32.715Z | Compiling tokio-tungstenite v0.24.0 |
1455 | 2024-12-18T22:39:34.715Z | Compiling postgres-types v0.2.8 |
1456 | 2024-12-18T22:39:36.269Z | Compiling ed25519 v2.2.3 |
1457 | 2024-12-18T22:39:37.012Z | Compiling phf_shared v0.10.0 |
1458 | 2024-12-18T22:39:37.351Z | Compiling tokio-stream v0.1.16 |
1459 | 2024-12-18T22:39:37.465Z | Compiling pkcs1 v0.7.5 |
1460 | 2024-12-18T22:39:37.684Z | Compiling serde-big-array v0.5.1 |
1461 | 2024-12-18T22:39:37.925Z | Compiling clap_derive v4.5.18 |
1462 | 2024-12-18T22:39:38.133Z | Compiling rfc6979 v0.4.0 |
1463 | 2024-12-18T22:39:38.324Z | Compiling serde_repr v0.1.19 |
1464 | 2024-12-18T22:39:38.447Z | Compiling derive-where v1.2.7 |
1465 | 2024-12-18T22:39:38.481Z | Compiling float-cmp v0.9.0 |
1466 | 2024-12-18T22:39:38.509Z | Compiling bstr v1.10.0 |
1467 | 2024-12-18T22:39:38.699Z | Compiling sync_wrapper v1.0.1 |
1468 | 2024-12-18T22:39:38.861Z | Compiling whoami v1.5.2 |
1469 | 2024-12-18T22:39:39.509Z | Compiling new_debug_unreachable v1.0.6 |
1470 | 2024-12-18T22:39:39.534Z | Compiling unicode-width v0.2.0 |
1471 | 2024-12-18T22:39:39.615Z | Compiling predicates-core v1.0.8 |
1472 | 2024-12-18T22:39:39.790Z | Compiling precomputed-hash v0.1.1 |
1473 | 2024-12-18T22:39:39.911Z | Compiling difflib v0.4.0 |
1474 | 2024-12-18T22:39:39.980Z | Compiling bit-vec v0.6.3 |
1475 | 2024-12-18T22:39:40.072Z | Compiling normalize-line-endings v0.3.0 |
1476 | 2024-12-18T22:39:40.209Z | Compiling static_assertions v1.1.0 |
1477 | 2024-12-18T22:39:40.320Z | Compiling fixedbitset v0.4.2 |
1478 | 2024-12-18T22:39:40.365Z | Compiling number_prefix v0.4.0 |
1479 | 2024-12-18T22:39:40.461Z | Compiling unicode-segmentation v1.12.0 |
1480 | 2024-12-18T22:39:40.595Z | Compiling indicatif v0.17.9 |
1481 | 2024-12-18T22:39:40.796Z | Compiling petgraph v0.6.5 |
1482 | 2024-12-18T22:39:41.379Z | Compiling similar v2.6.0 |
1483 | 2024-12-18T22:39:41.572Z | Compiling bit-set v0.5.3 |
1484 | 2024-12-18T22:39:41.866Z | Compiling predicates v3.1.2 |
1485 | 2024-12-18T22:39:42.105Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1486 | 2024-12-18T22:39:42.866Z | Compiling string_cache v0.8.7 |
1487 | 2024-12-18T22:39:43.028Z | Compiling clap v4.5.21 |
1488 | 2024-12-18T22:39:43.162Z | Compiling tokio-postgres v0.7.12 |
1489 | 2024-12-18T22:39:43.360Z | Compiling ecdsa v0.16.9 |
1490 | 2024-12-18T22:39:43.731Z | Compiling rsa v0.9.6 |
1491 | 2024-12-18T22:39:43.875Z | Compiling ed25519-dalek v2.1.1 |
1492 | 2024-12-18T22:39:44.253Z | Compiling toml v0.7.8 |
1493 | 2024-12-18T22:39:45.050Z | Compiling zip v0.6.6 |
1494 | 2024-12-18T22:39:45.248Z | Compiling crossterm v0.28.1 |
1495 | 2024-12-18T22:39:46.878Z | Compiling hex v0.4.3 |
1496 | 2024-12-18T22:39:47.190Z | Compiling x509-cert v0.2.5 |
1497 | 2024-12-18T22:39:47.263Z | Compiling itertools v0.10.5 |
1498 | 2024-12-18T22:39:47.509Z | Compiling lalrpop-util v0.19.12 |
1499 | 2024-12-18T22:39:47.880Z | Compiling peg-runtime v0.8.3 |
1500 | 2024-12-18T22:39:48.558Z | Compiling unicode-xid v0.2.6 |
1501 | 2024-12-18T22:39:48.743Z | Compiling strum_macros v0.26.4 |
1502 | 2024-12-18T22:39:49.151Z | Compiling xattr v1.3.1 |
1503 | 2024-12-18T22:39:49.202Z | Compiling filetime v0.2.25 |
1504 | 2024-12-18T22:39:49.431Z | Compiling tar v0.4.42 |
1505 | 2024-12-18T22:39:53.954Z | Compiling strum v0.26.3 |
1506 | 2024-12-18T22:39:56.176Z | Compiling aws-lc-sys v0.22.0 |
1507 | 2024-12-18T22:40:24.311Z | Compiling rustls-webpki v0.102.8 |
1508 | 2024-12-18T22:40:27.704Z | Compiling tokio-rustls v0.25.0 |
1509 | 2024-12-18T22:40:29.512Z | Compiling tokio-rustls v0.26.0 |
1510 | 2024-12-18T22:40:29.910Z | Compiling hyper-rustls v0.27.3 |
1511 | 2024-12-18T22:40:30.179Z | Compiling reqwest v0.12.9 |
1512 | 2024-12-18T22:40:31.148Z | Compiling qorb v0.2.1 |
1513 | 2024-12-18T22:40:36.169Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1514 | 2024-12-18T22:40:36.430Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1515 | 2024-12-18T22:40:42.911Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 26s |
1516 | 2024-12-18T22:40:42.911Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1517 | 2024-12-18T22:40:42.911Z | Dec 18 22:40:41.465 INFO Starting download, target: Clickhouse |
1518 | 2024-12-18T22:40:42.911Z | Dec 18 22:40:41.466 INFO Starting download, target: Console |
1519 | 2024-12-18T22:40:42.911Z | Dec 18 22:40:41.466 INFO Starting download, target: Cockroach |
1520 | 2024-12-18T22:40:42.911Z | Dec 18 22:40:41.466 INFO Starting download, target: DendriteOpenapi |
1521 | 2024-12-18T22:40:42.911Z | Dec 18 22:40:41.466 INFO Starting download, target: DendriteStub |
1522 | 2024-12-18T22:40:42.911Z | Dec 18 22:40:41.466 INFO Starting download, target: MaghemiteMgd |
1523 | 2024-12-18T22:40:42.911Z | Dec 18 22:40:41.466 INFO Starting download, target: TransceiverControl |
1524 | 2024-12-18T22:40:42.911Z | Dec 18 22:40:41.467 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1525 | 2024-12-18T22:40:42.911Z | Dec 18 22:40:41.467 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1526 | 2024-12-18T22:40:42.911Z | Dec 18 22:40:41.467 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1527 | 2024-12-18T22:40:42.911Z | Dec 18 22:40:41.467 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1528 | 2024-12-18T22:40:42.911Z | Dec 18 22:40:41.467 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1529 | 2024-12-18T22:40:42.912Z | Dec 18 22:40:41.467 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1530 | 2024-12-18T22:40:42.912Z | Dec 18 22:40:41.467 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1531 | 2024-12-18T22:40:43.077Z | Dec 18 22:40:42.078 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1532 | 2024-12-18T22:40:43.085Z | Dec 18 22:40:42.086 INFO Download complete, target: DendriteOpenapi |
1533 | 2024-12-18T22:40:43.371Z | Dec 18 22:40:42.355 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1534 | 2024-12-18T22:40:43.400Z | Dec 18 22:40:42.387 INFO Download complete, target: Console |
1535 | 2024-12-18T22:40:44.006Z | Dec 18 22:40:42.984 INFO Download complete, target: TransceiverControl |
1536 | 2024-12-18T22:40:44.077Z | Dec 18 22:40:43.077 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1537 | 2024-12-18T22:40:44.231Z | Dec 18 22:40:43.231 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1538 | 2024-12-18T22:40:44.719Z | Dec 18 22:40:43.720 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1539 | 2024-12-18T22:40:44.812Z | Dec 18 22:40:43.812 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1540 | 2024-12-18T22:40:44.812Z | Dec 18 22:40:43.812 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1541 | 2024-12-18T22:40:47.041Z | Dec 18 22:40:46.041 INFO Download complete, target: MaghemiteMgd |
1542 | 2024-12-18T22:40:47.103Z | Dec 18 22:40:46.103 INFO Download complete, target: DendriteStub |
1543 | 2024-12-18T22:40:52.559Z | Dec 18 22:40:51.557 INFO Checking that binary works, target: Cockroach |
1544 | 2024-12-18T22:40:52.757Z | Dec 18 22:40:51.754 INFO Download complete, target: Cockroach |
1545 | 2024-12-18T22:40:57.737Z | Dec 18 22:40:56.733 INFO Checking that binary works, target: Clickhouse |
1546 | 2024-12-18T22:40:57.869Z | Dec 18 22:40:56.864 INFO Download complete, target: Clickhouse |
1547 | 2024-12-18T22:40:57.876Z | All prerequisites installed successfully |
1548 | 2024-12-18T22:40:57.879Z | |
1549 | 2024-12-18T22:40:57.879Z | real 4:43.726212286 |
1550 | 2024-12-18T22:40:57.879Z | user 16:38.324298668 |
1551 | 2024-12-18T22:40:57.879Z | sys 3:16.114259074 |
1552 | 2024-12-18T22:40:57.879Z | trap 0.546346760 |
1553 | 2024-12-18T22:40:57.879Z | tflt 1.624724992 |
1554 | 2024-12-18T22:40:57.879Z | dflt 2.209453508 |
1555 | 2024-12-18T22:40:57.879Z | kflt 0.024019166 |
1556 | 2024-12-18T22:40:57.879Z | lock 29:36.789168540 |
1557 | 2024-12-18T22:40:57.880Z | slp 1:01:40.950790263 |
1558 | 2024-12-18T22:40:57.880Z | lat 58.736611814 |
1559 | 2024-12-18T22:40:57.880Z | stop 2:20.967460051 |
1560 | 2024-12-18T22:40:57.880Z | + ptime -m cargo xtask download softnpu |
1561 | 2024-12-18T22:40:58.409Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1562 | 2024-12-18T22:40:58.426Z | Running `target/debug/xtask download softnpu` |
1563 | 2024-12-18T22:40:59.261Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
1564 | 2024-12-18T22:40:59.320Z | Running `target/debug/xtask-downloader softnpu` |
1565 | 2024-12-18T22:40:59.361Z | Dec 18 22:40:58.356 INFO Starting download, target: Softnpu |
1566 | 2024-12-18T22:40:59.374Z | Dec 18 22:40:58.357 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1567 | 2024-12-18T22:41:00.007Z | Dec 18 22:40:59.002 INFO Download complete, target: Softnpu |
1568 | 2024-12-18T22:41:00.012Z | |
1569 | 2024-12-18T22:41:00.014Z | real 2.127512789 |
1570 | 2024-12-18T22:41:00.014Z | user 1.271573742 |
1571 | 2024-12-18T22:41:00.014Z | sys 0.541827291 |
1572 | 2024-12-18T22:41:00.014Z | trap 0.000793396 |
1573 | 2024-12-18T22:41:00.014Z | tflt 0.000003198 |
1574 | 2024-12-18T22:41:00.014Z | dflt 0.000013085 |
1575 | 2024-12-18T22:41:00.014Z | kflt 0.000000000 |
1576 | 2024-12-18T22:41:00.015Z | lock 6.557100203 |
1577 | 2024-12-18T22:41:00.015Z | slp 0.474911781 |
1578 | 2024-12-18T22:41:00.015Z | lat 0.068090135 |
1579 | 2024-12-18T22:41:00.015Z | stop 0.000165815 |
1580 | 2024-12-18T22:41:00.015Z | + export CARGO_INCREMENTAL=0 |
1581 | 2024-12-18T22:41:00.015Z | + CARGO_INCREMENTAL=0 |
1582 | 2024-12-18T22:41:00.015Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1583 | 2024-12-18T22:41:00.985Z | Compiling proc-macro2 v1.0.89 |
1584 | 2024-12-18T22:41:00.985Z | Compiling unicode-ident v1.0.13 |
1585 | 2024-12-18T22:41:00.988Z | Compiling libc v0.2.162 |
1586 | 2024-12-18T22:41:00.988Z | Compiling serde v1.0.215 |
1587 | 2024-12-18T22:41:00.988Z | Compiling autocfg v1.4.0 |
1588 | 2024-12-18T22:41:00.988Z | Compiling version_check v0.9.5 |
1589 | 2024-12-18T22:41:00.988Z | Compiling cfg-if v1.0.0 |
1590 | 2024-12-18T22:41:01.231Z | Compiling memchr v2.7.4 |
1591 | 2024-12-18T22:41:01.280Z | Compiling shlex v1.3.0 |
1592 | 2024-12-18T22:41:01.343Z | Compiling typenum v1.17.0 |
1593 | 2024-12-18T22:41:01.676Z | Compiling value-bag v1.9.0 |
1594 | 2024-12-18T22:41:01.722Z | Compiling scopeguard v1.2.0 |
1595 | 2024-12-18T22:41:01.882Z | Compiling generic-array v0.14.7 |
1596 | 2024-12-18T22:41:02.062Z | Compiling lock_api v0.4.12 |
1597 | 2024-12-18T22:41:02.154Z | Compiling log v0.4.22 |
1598 | 2024-12-18T22:41:02.216Z | Compiling parking_lot_core v0.9.10 |
1599 | 2024-12-18T22:41:02.633Z | Compiling once_cell v1.20.2 |
1600 | 2024-12-18T22:41:02.688Z | Compiling serde_json v1.0.132 |
1601 | 2024-12-18T22:41:03.005Z | Compiling quote v1.0.37 |
1602 | 2024-12-18T22:41:03.026Z | Compiling rustix v0.38.37 |
1603 | 2024-12-18T22:41:03.043Z | Compiling thiserror v1.0.69 |
1604 | 2024-12-18T22:41:03.083Z | Compiling libm v0.2.8 |
1605 | 2024-12-18T22:41:03.385Z | Compiling jobserver v0.1.32 |
1606 | 2024-12-18T22:41:03.413Z | Compiling syn v2.0.87 |
1607 | 2024-12-18T22:41:03.508Z | Compiling getrandom v0.2.15 |
1608 | 2024-12-18T22:41:03.648Z | Compiling aho-corasick v1.1.3 |
1609 | 2024-12-18T22:41:03.667Z | Compiling regex-syntax v0.8.5 |
1610 | 2024-12-18T22:41:03.728Z | Compiling num-traits v0.2.19 |
1611 | 2024-12-18T22:41:03.835Z | Compiling cc v1.1.30 |
1612 | 2024-12-18T22:41:03.853Z | Compiling either v1.13.0 |
1613 | 2024-12-18T22:41:04.017Z | Compiling itoa v1.0.11 |
1614 | 2024-12-18T22:41:04.114Z | Compiling spin v0.9.8 |
1615 | 2024-12-18T22:41:04.268Z | Compiling slab v0.4.9 |
1616 | 2024-12-18T22:41:04.569Z | Compiling byteorder v1.5.0 |
1617 | 2024-12-18T22:41:04.730Z | Compiling errno v0.3.9 |
1618 | 2024-12-18T22:41:04.959Z | Compiling rand_core v0.6.4 |
1619 | 2024-12-18T22:41:05.048Z | Compiling lazy_static v1.5.0 |
1620 | 2024-12-18T22:41:05.202Z | Compiling glob v0.3.1 |
1621 | 2024-12-18T22:41:05.648Z | Compiling prettyplease v0.2.25 |
1622 | 2024-12-18T22:41:05.989Z | Compiling clang-sys v1.8.1 |
1623 | 2024-12-18T22:41:06.345Z | Compiling minimal-lexical v0.2.1 |
1624 | 2024-12-18T22:41:06.612Z | Compiling libloading v0.8.5 |
1625 | 2024-12-18T22:41:07.015Z | Compiling home v0.5.9 |
1626 | 2024-12-18T22:41:07.024Z | Compiling nom v7.1.3 |
1627 | 2024-12-18T22:41:07.024Z | Compiling subtle v2.6.1 |
1628 | 2024-12-18T22:41:07.024Z | Compiling bindgen v0.69.5 |
1629 | 2024-12-18T22:41:07.229Z | Compiling regex-automata v0.4.8 |
1630 | 2024-12-18T22:41:07.440Z | Compiling allocator-api2 v0.2.18 |
1631 | 2024-12-18T22:41:07.666Z | Compiling itertools v0.12.1 |
1632 | 2024-12-18T22:41:08.090Z | Compiling smallvec v1.13.2 |
1633 | 2024-12-18T22:41:08.233Z | Compiling rustc-hash v1.1.0 |
1634 | 2024-12-18T22:41:08.393Z | Compiling lazycell v1.3.0 |
1635 | 2024-12-18T22:41:08.566Z | Compiling semver v1.0.23 |
1636 | 2024-12-18T22:41:08.597Z | Compiling cmake v0.1.51 |
1637 | 2024-12-18T22:41:09.225Z | Compiling fs_extra v1.3.0 |
1638 | 2024-12-18T22:41:09.474Z | Compiling dunce v1.0.5 |
1639 | 2024-12-18T22:41:10.070Z | Compiling pkg-config v0.3.31 |
1640 | 2024-12-18T22:41:10.222Z | Compiling cexpr v0.6.0 |
1641 | 2024-12-18T22:41:10.521Z | Compiling ring v0.17.8 |
1642 | 2024-12-18T22:41:10.836Z | Compiling ryu v1.0.18 |
1643 | 2024-12-18T22:41:11.045Z | Compiling synstructure v0.13.1 |
1644 | 2024-12-18T22:41:11.291Z | Compiling pin-project-lite v0.2.14 |
1645 | 2024-12-18T22:41:11.518Z | Compiling paste v1.0.15 |
1646 | 2024-12-18T22:41:11.779Z | Compiling const-oid v0.9.6 |
1647 | 2024-12-18T22:41:11.836Z | Compiling fnv v1.0.7 |
1648 | 2024-12-18T22:41:12.071Z | Compiling httparse v1.9.5 |
1649 | 2024-12-18T22:41:12.093Z | Compiling foldhash v0.1.3 |
1650 | 2024-12-18T22:41:12.405Z | Compiling equivalent v1.0.1 |
1651 | 2024-12-18T22:41:12.409Z | Compiling aws-lc-rs v1.10.0 |
1652 | 2024-12-18T22:41:12.533Z | Compiling hashbrown v0.15.1 |
1653 | 2024-12-18T22:41:12.742Z | Compiling regex v1.11.1 |
1654 | 2024-12-18T22:41:13.773Z | Compiling heck v0.5.0 |
1655 | 2024-12-18T22:41:13.852Z | Compiling schemars v0.8.21 |
1656 | 2024-12-18T22:41:13.911Z | Compiling serde_derive_internals v0.29.1 |
1657 | 2024-12-18T22:41:14.188Z | Compiling signal-hook-registry v1.4.2 |
1658 | 2024-12-18T22:41:14.236Z | Compiling mio v1.0.2 |
1659 | 2024-12-18T22:41:14.315Z | Compiling parking_lot v0.12.3 |
1660 | 2024-12-18T22:41:16.145Z | Compiling crossbeam-utils v0.8.20 |
1661 | 2024-12-18T22:41:16.207Z | Compiling stable_deref_trait v1.2.0 |
1662 | 2024-12-18T22:41:16.336Z | Compiling socket2 v0.5.7 |
1663 | 2024-12-18T22:41:16.367Z | Compiling futures-core v0.3.31 |
1664 | 2024-12-18T22:41:16.500Z | Compiling serde_derive v1.0.215 |
1665 | 2024-12-18T22:41:16.615Z | Compiling zeroize_derive v1.4.2 |
1666 | 2024-12-18T22:41:16.671Z | Compiling zerocopy-derive v0.7.35 |
1667 | 2024-12-18T22:41:17.088Z | Compiling thiserror-impl v1.0.69 |
1668 | 2024-12-18T22:41:17.655Z | Compiling tokio-macros v2.4.0 |
1669 | 2024-12-18T22:41:17.968Z | Compiling zerofrom-derive v0.1.4 |
1670 | 2024-12-18T22:41:18.063Z | Compiling yoke-derive v0.7.4 |
1671 | 2024-12-18T22:41:18.083Z | Compiling zeroize v1.8.1 |
1672 | 2024-12-18T22:41:18.522Z | Compiling futures-macro v0.3.31 |
1673 | 2024-12-18T22:41:18.642Z | Compiling zerovec-derive v0.10.3 |
1674 | 2024-12-18T22:41:19.094Z | Compiling zerocopy v0.7.35 |
1675 | 2024-12-18T22:41:19.934Z | Compiling displaydoc v0.2.5 |
1676 | 2024-12-18T22:41:20.346Z | Compiling crypto-common v0.1.6 |
1677 | 2024-12-18T22:41:20.638Z | Compiling tracing-attributes v0.1.27 |
1678 | 2024-12-18T22:41:20.681Z | Compiling icu_provider_macros v1.5.0 |
1679 | 2024-12-18T22:41:20.711Z | Compiling block-buffer v0.10.4 |
1680 | 2024-12-18T22:41:20.938Z | Compiling digest v0.10.7 |
1681 | 2024-12-18T22:41:21.039Z | Compiling schemars_derive v0.8.21 |
1682 | 2024-12-18T22:41:21.464Z | Compiling der_derive v0.7.3 |
1683 | 2024-12-18T22:41:21.732Z | Compiling time-core v0.1.2 |
1684 | 2024-12-18T22:41:21.843Z | Compiling num-conv v0.1.0 |
1685 | 2024-12-18T22:41:22.145Z | Compiling time-macros v0.2.18 |
1686 | 2024-12-18T22:41:22.869Z | Compiling vcpkg v0.2.15 |
1687 | 2024-12-18T22:41:24.504Z | Compiling openssl-sys v0.9.103 |
1688 | 2024-12-18T22:41:25.091Z | Compiling cpufeatures v0.2.14 |
1689 | 2024-12-18T22:41:25.091Z | Compiling futures-sink v0.3.31 |
1690 | 2024-12-18T22:41:25.206Z | Compiling slog v2.7.0 |
1691 | 2024-12-18T22:41:25.423Z | Compiling ahash v0.8.11 |
1692 | 2024-12-18T22:41:25.484Z | Compiling syn v1.0.109 |
1693 | 2024-12-18T22:41:25.796Z | Compiling zerofrom v0.1.4 |
1694 | 2024-12-18T22:41:26.054Z | Compiling scroll_derive v0.12.0 |
1695 | 2024-12-18T22:41:26.121Z | Compiling iana-time-zone v0.1.61 |
1696 | 2024-12-18T22:41:26.468Z | Compiling ucd-trie v0.1.7 |
1697 | 2024-12-18T22:41:26.738Z | Compiling pest v2.7.14 |
1698 | 2024-12-18T22:41:26.857Z | Compiling yoke v0.7.4 |
1699 | 2024-12-18T22:41:26.957Z | Compiling futures-channel v0.3.31 |
1700 | 2024-12-18T22:41:27.466Z | Compiling hmac v0.12.1 |
1701 | 2024-12-18T22:41:27.668Z | Compiling futures-io v0.3.31 |
1702 | 2024-12-18T22:41:27.717Z | Compiling futures-task v0.3.31 |
1703 | 2024-12-18T22:41:27.954Z | Compiling openssl v0.10.66 |
1704 | 2024-12-18T22:41:28.036Z | Compiling pin-utils v0.1.0 |
1705 | 2024-12-18T22:41:28.142Z | Compiling futures-util v0.3.31 |
1706 | 2024-12-18T22:41:28.400Z | Compiling zerovec v0.10.4 |
1707 | 2024-12-18T22:41:28.572Z | Compiling block-padding v0.3.3 |
1708 | 2024-12-18T22:41:29.158Z | Compiling tinyvec_macros v0.1.1 |
1709 | 2024-12-18T22:41:29.442Z | Compiling pest_meta v2.7.14 |
1710 | 2024-12-18T22:41:29.676Z | Compiling tinyvec v1.8.0 |
1711 | 2024-12-18T22:41:30.255Z | Compiling bitflags v2.6.0 |
1712 | 2024-12-18T22:41:30.578Z | Compiling bytes v1.8.0 |
1713 | 2024-12-18T22:41:31.917Z | Compiling indexmap v2.6.0 |
1714 | 2024-12-18T22:41:33.403Z | Compiling tokio v1.40.0 |
1715 | 2024-12-18T22:41:34.120Z | Compiling serde_tokenstream v0.2.2 |
1716 | 2024-12-18T22:41:34.669Z | Compiling which v4.4.2 |
1717 | 2024-12-18T22:41:34.709Z | Compiling http v1.1.0 |
1718 | 2024-12-18T22:41:35.215Z | Compiling uuid v1.11.0 |
1719 | 2024-12-18T22:41:35.792Z | Compiling rustc_version v0.4.1 |
1720 | 2024-12-18T22:41:36.546Z | Compiling chrono v0.4.38 |
1721 | 2024-12-18T22:41:38.342Z | Compiling pest_generator v2.7.14 |
1722 | 2024-12-18T22:41:39.467Z | Compiling toml_datetime v0.6.8 |
1723 | 2024-12-18T22:41:39.923Z | Compiling serde_spanned v0.6.8 |
1724 | 2024-12-18T22:41:40.149Z | Compiling inout v0.1.3 |
1725 | 2024-12-18T22:41:40.414Z | Compiling openssl-macros v0.1.1 |
1726 | 2024-12-18T22:41:41.143Z | Compiling strsim v0.11.1 |
1727 | 2024-12-18T22:41:41.976Z | Compiling rustls v0.23.14 |
1728 | 2024-12-18T22:41:42.260Z | Compiling native-tls v0.2.12 |
1729 | 2024-12-18T22:41:42.611Z | Compiling cipher v0.4.4 |
1730 | 2024-12-18T22:41:42.684Z | Compiling pest_derive v2.7.14 |
1731 | 2024-12-18T22:41:43.097Z | Compiling unicode-normalization v0.1.24 |
1732 | 2024-12-18T22:41:43.251Z | Compiling tinystr v0.7.6 |
1733 | 2024-12-18T22:41:43.445Z | Compiling sha2 v0.10.8 |
1734 | 2024-12-18T22:41:43.704Z | Compiling tracing-core v0.1.32 |
1735 | 2024-12-18T22:41:44.157Z | Compiling usdt-impl v0.5.0 |
1736 | 2024-12-18T22:41:44.260Z | Compiling unicode-bidi v0.3.17 |
1737 | 2024-12-18T22:41:44.278Z | Compiling base64ct v1.6.0 |
1738 | 2024-12-18T22:41:44.505Z | Compiling litemap v0.7.3 |
1739 | 2024-12-18T22:41:44.746Z | Compiling writeable v0.5.5 |
1740 | 2024-12-18T22:41:44.841Z | Compiling dyn-clone v1.0.17 |
1741 | 2024-12-18T22:41:44.904Z | Compiling pem-rfc7468 v0.7.0 |
1742 | 2024-12-18T22:41:45.258Z | Compiling icu_locid v1.5.0 |
1743 | 2024-12-18T22:41:45.474Z | Compiling tracing v0.1.40 |
1744 | 2024-12-18T22:41:46.328Z | Compiling scroll v0.12.0 |
1745 | 2024-12-18T22:41:46.560Z | Compiling ppv-lite86 v0.2.20 |
1746 | 2024-12-18T22:41:46.834Z | Compiling async-trait v0.1.83 |
1747 | 2024-12-18T22:41:47.443Z | Compiling cookie v0.18.1 |
1748 | 2024-12-18T22:41:48.877Z | Compiling aws-lc-sys v0.22.0 |
1749 | 2024-12-18T22:41:48.974Z | Compiling plain v0.2.3 |
1750 | 2024-12-18T22:41:49.118Z | Compiling camino v1.1.9 |
1751 | 2024-12-18T22:41:49.326Z | Compiling flagset v0.4.6 |
1752 | 2024-12-18T22:41:49.556Z | Compiling anyhow v1.0.93 |
1753 | 2024-12-18T22:41:49.679Z | Compiling der v0.7.9 |
1754 | 2024-12-18T22:41:50.445Z | Compiling goblin v0.8.2 |
1755 | 2024-12-18T22:41:53.325Z | Compiling rand_chacha v0.3.1 |
1756 | 2024-12-18T22:41:54.897Z | Compiling icu_provider v1.5.0 |
1757 | 2024-12-18T22:41:55.864Z | Compiling pretty-hex v0.4.1 |
1758 | 2024-12-18T22:41:56.061Z | Compiling percent-encoding v2.3.1 |
1759 | 2024-12-18T22:41:56.364Z | Compiling rustls v0.22.4 |
1760 | 2024-12-18T22:41:56.634Z | Compiling untrusted v0.7.1 |
1761 | 2024-12-18T22:41:56.720Z | Compiling rayon-core v1.12.1 |
1762 | 2024-12-18T22:41:56.995Z | Compiling rustls-pki-types v1.9.0 |
1763 | 2024-12-18T22:41:57.276Z | Compiling icu_locid_transform_data v1.5.0 |
1764 | 2024-12-18T22:41:58.425Z | Compiling icu_locid_transform v1.5.0 |
1765 | 2024-12-18T22:41:59.155Z | Compiling dof v0.3.0 |
1766 | 2024-12-18T22:41:59.873Z | Compiling rand v0.8.5 |
1767 | 2024-12-18T22:42:00.210Z | Compiling spki v0.7.3 |
1768 | 2024-12-18T22:42:00.587Z | Compiling dtrace-parser v0.2.0 |
1769 | 2024-12-18T22:42:00.700Z | Compiling salsa20 v0.10.2 |
1770 | 2024-12-18T22:42:00.717Z | Compiling tokio-util v0.7.12 |
1771 | 2024-12-18T22:42:00.926Z | Compiling icu_collections v1.5.0 |
1772 | 2024-12-18T22:42:01.513Z | Compiling pbkdf2 v0.12.2 |
1773 | 2024-12-18T22:42:02.011Z | Compiling thread-id v4.2.2 |
1774 | 2024-12-18T22:42:02.114Z | Compiling winnow v0.5.40 |
1775 | 2024-12-18T22:42:02.136Z | Compiling icu_properties_data v1.5.0 |
1776 | 2024-12-18T22:42:02.237Z | Compiling untrusted v0.9.0 |
1777 | 2024-12-18T22:42:02.255Z | Compiling mirai-annotations v1.12.0 |
1778 | 2024-12-18T22:42:02.444Z | Compiling powerfmt v0.2.0 |
1779 | 2024-12-18T22:42:02.821Z | Compiling deranged v0.3.11 |
1780 | 2024-12-18T22:42:02.946Z | Compiling icu_properties v1.5.1 |
1781 | 2024-12-18T22:42:06.082Z | Compiling toml_edit v0.19.15 |
1782 | 2024-12-18T22:42:07.667Z | Compiling scrypt v0.11.0 |
1783 | 2024-12-18T22:42:07.902Z | Compiling aes v0.8.4 |
1784 | 2024-12-18T22:42:08.141Z | Compiling cbc v0.1.2 |
1785 | 2024-12-18T22:42:08.362Z | Compiling multer v3.1.0 |
1786 | 2024-12-18T22:42:08.866Z | Compiling utf8_iter v1.0.4 |
1787 | 2024-12-18T22:42:09.121Z | Compiling utf16_iter v1.0.5 |
1788 | 2024-12-18T22:42:09.145Z | Compiling slog-async v2.8.0 |
1789 | 2024-12-18T22:42:09.328Z | Compiling write16 v1.0.0 |
1790 | 2024-12-18T22:42:09.474Z | Compiling atomic-waker v1.1.2 |
1791 | 2024-12-18T22:42:09.805Z | Compiling num_threads v0.1.7 |
1792 | 2024-12-18T22:42:09.950Z | Compiling icu_normalizer_data v1.5.0 |
1793 | 2024-12-18T22:42:10.077Z | Compiling rustversion v1.0.17 |
1794 | 2024-12-18T22:42:10.450Z | Compiling icu_normalizer v1.5.0 |
1795 | 2024-12-18T22:42:10.476Z | Compiling time v0.3.36 |
1796 | 2024-12-18T22:42:10.847Z | Compiling pkcs5 v0.7.1 |
1797 | 2024-12-18T22:42:12.519Z | Compiling form_urlencoded v1.2.1 |
1798 | 2024-12-18T22:42:13.048Z | Compiling http-body v1.0.1 |
1799 | 2024-12-18T22:42:13.206Z | Compiling heapless v0.7.17 |
1800 | 2024-12-18T22:42:13.739Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1801 | 2024-12-18T22:42:14.189Z | Compiling signal-hook v0.3.17 |
1802 | 2024-12-18T22:42:15.027Z | Compiling try-lock v0.2.5 |
1803 | 2024-12-18T22:42:15.259Z | Compiling want v0.3.1 |
1804 | 2024-12-18T22:42:16.777Z | Compiling pkcs8 v0.10.2 |
1805 | 2024-12-18T22:42:17.030Z | Compiling idna_adapter v1.2.0 |
1806 | 2024-12-18T22:42:17.455Z | Compiling h2 v0.4.6 |
1807 | 2024-12-18T22:42:18.495Z | Compiling usdt-attr-macro v0.5.0 |
1808 | 2024-12-18T22:42:20.006Z | Compiling usdt-macro v0.5.0 |
1809 | 2024-12-18T22:42:20.581Z | Compiling async-stream-impl v0.3.6 |
1810 | 2024-12-18T22:42:20.645Z | Compiling httpdate v1.0.3 |
1811 | 2024-12-18T22:42:21.029Z | Compiling adler2 v2.0.0 |
1812 | 2024-12-18T22:42:21.832Z | Compiling miniz_oxide v0.8.0 |
1813 | 2024-12-18T22:42:22.849Z | Compiling idna v1.0.3 |
1814 | 2024-12-18T22:42:24.570Z | Compiling curve25519-dalek v4.1.3 |
1815 | 2024-12-18T22:42:24.970Z | Compiling hyper v1.5.0 |
1816 | 2024-12-18T22:42:25.043Z | Compiling openapiv3 v2.0.0 |
1817 | 2024-12-18T22:42:27.632Z | Compiling enum-as-inner v0.6.1 |
1818 | 2024-12-18T22:42:28.826Z | Compiling dropshot v0.12.0 |
1819 | 2024-12-18T22:42:28.915Z | Compiling base64 v0.22.1 |
1820 | 2024-12-18T22:42:29.056Z | Compiling tower-service v0.3.3 |
1821 | 2024-12-18T22:42:29.121Z | Compiling portable-atomic v1.9.0 |
1822 | 2024-12-18T22:42:29.192Z | Compiling smoltcp v0.9.1 |
1823 | 2024-12-18T22:42:29.475Z | Compiling num-bigint-dig v0.8.4 |
1824 | 2024-12-18T22:42:29.761Z | Compiling foreign-types-shared v0.1.1 |
1825 | 2024-12-18T22:42:29.874Z | Compiling match_cfg v0.1.0 |
1826 | 2024-12-18T22:42:29.975Z | Compiling hostname v0.3.1 |
1827 | 2024-12-18T22:42:30.007Z | Compiling foreign-types v0.3.2 |
1828 | 2024-12-18T22:42:30.105Z | Compiling hyper-util v0.1.10 |
1829 | 2024-12-18T22:42:36.252Z | Compiling url v2.5.3 |
1830 | 2024-12-18T22:42:37.828Z | Compiling dirs-sys-next v0.1.2 |
1831 | 2024-12-18T22:42:38.021Z | Compiling ident_case v1.0.1 |
1832 | 2024-12-18T22:42:38.050Z | Compiling gimli v0.31.1 |
1833 | 2024-12-18T22:42:38.204Z | Compiling heck v0.4.1 |
1834 | 2024-12-18T22:42:38.274Z | Compiling siphasher v0.3.11 |
1835 | 2024-12-18T22:42:38.331Z | Compiling data-encoding v2.6.0 |
1836 | 2024-12-18T22:42:38.638Z | Compiling darling_core v0.20.10 |
1837 | 2024-12-18T22:42:38.648Z | Compiling dirs-next v2.0.0 |
1838 | 2024-12-18T22:42:41.585Z | Compiling http-body-util v0.1.2 |
1839 | 2024-12-18T22:42:44.757Z | Compiling addr2line v0.24.2 |
1840 | 2024-12-18T22:42:45.240Z | Compiling crossbeam-epoch v0.9.18 |
1841 | 2024-12-18T22:42:45.363Z | Compiling hubpack_derive v0.1.1 |
1842 | 2024-12-18T22:42:45.415Z | Compiling dropshot_endpoint v0.12.0 |
1843 | 2024-12-18T22:42:45.743Z | Compiling sha1 v0.10.6 |
1844 | 2024-12-18T22:42:45.966Z | Compiling signature v2.2.0 |
1845 | 2024-12-18T22:42:46.161Z | Compiling zerocopy-derive v0.6.6 |
1846 | 2024-12-18T22:42:46.203Z | Compiling curve25519-dalek-derive v0.1.1 |
1847 | 2024-12-18T22:42:47.242Z | Compiling object v0.36.5 |
1848 | 2024-12-18T22:42:47.565Z | Compiling thread_local v1.1.8 |
1849 | 2024-12-18T22:42:48.057Z | Compiling fs-err v2.11.0 |
1850 | 2024-12-18T22:42:48.073Z | Compiling encoding_rs v0.8.34 |
1851 | 2024-12-18T22:42:49.509Z | Compiling ipnet v2.10.1 |
1852 | 2024-12-18T22:42:50.591Z | Compiling anstyle v1.0.10 |
1853 | 2024-12-18T22:42:51.048Z | Compiling openssl-probe v0.1.5 |
1854 | 2024-12-18T22:42:51.367Z | Compiling mime v0.3.17 |
1855 | 2024-12-18T22:42:51.863Z | Compiling utf8parse v0.2.2 |
1856 | 2024-12-18T22:42:52.032Z | Compiling rustc-demangle v0.1.24 |
1857 | 2024-12-18T22:42:56.607Z | Compiling unicode-properties v0.1.3 |
1858 | 2024-12-18T22:42:57.011Z | Compiling winnow v0.6.20 |
1859 | 2024-12-18T22:42:58.785Z | Compiling stringprep v0.1.5 |
1860 | 2024-12-18T22:43:00.384Z | Compiling backtrace v0.3.74 |
1861 | 2024-12-18T22:43:00.479Z | Compiling anstyle-parse v0.2.5 |
1862 | 2024-12-18T22:43:00.816Z | Compiling toml_edit v0.22.22 |
1863 | 2024-12-18T22:43:03.724Z | Compiling rustls-webpki v0.102.8 |
1864 | 2024-12-18T22:43:08.057Z | Compiling crossbeam-deque v0.8.5 |
1865 | 2024-12-18T22:43:10.972Z | Compiling darling_macro v0.20.10 |
1866 | 2024-12-18T22:43:11.548Z | Compiling term v0.7.0 |
1867 | 2024-12-18T22:43:11.864Z | Compiling slog-json v2.6.1 |
1868 | 2024-12-18T22:43:12.886Z | Compiling serde_urlencoded v0.7.1 |
1869 | 2024-12-18T22:43:13.880Z | Compiling crossbeam-channel v0.5.13 |
1870 | 2024-12-18T22:43:14.057Z | Compiling rustls-pemfile v2.2.0 |
1871 | 2024-12-18T22:43:14.455Z | Compiling hashbrown v0.14.5 |
1872 | 2024-12-18T22:43:15.082Z | Compiling idna v0.3.0 |
1873 | 2024-12-18T22:43:15.271Z | Compiling idna v0.4.0 |
1874 | 2024-12-18T22:43:15.825Z | Compiling futures-executor v0.3.31 |
1875 | 2024-12-18T22:43:16.572Z | Compiling num-integer v0.1.46 |
1876 | 2024-12-18T22:43:16.696Z | Compiling md-5 v0.10.6 |
1877 | 2024-12-18T22:43:16.953Z | Compiling ff v0.13.0 |
1878 | 2024-12-18T22:43:17.191Z | Compiling hash32 v0.2.1 |
1879 | 2024-12-18T22:43:17.248Z | Compiling is-terminal v0.4.13 |
1880 | 2024-12-18T22:43:17.290Z | Compiling memmap v0.7.0 |
1881 | 2024-12-18T22:43:17.628Z | Compiling psl-types v2.0.11 |
1882 | 2024-12-18T22:43:17.835Z | Compiling base16ct v0.2.0 |
1883 | 2024-12-18T22:43:18.102Z | Compiling is_terminal_polyfill v1.70.1 |
1884 | 2024-12-18T22:43:18.172Z | Compiling utf-8 v0.7.6 |
1885 | 2024-12-18T22:43:18.494Z | Compiling linked-hash-map v0.5.6 |
1886 | 2024-12-18T22:43:18.902Z | Compiling quick-error v1.2.3 |
1887 | 2024-12-18T22:43:19.063Z | Compiling colorchoice v1.0.2 |
1888 | 2024-12-18T22:43:19.097Z | Compiling take_mut v0.2.2 |
1889 | 2024-12-18T22:43:19.300Z | Compiling anstyle-query v1.1.1 |
1890 | 2024-12-18T22:43:19.468Z | Compiling fallible-iterator v0.2.0 |
1891 | 2024-12-18T22:43:19.765Z | Compiling anstream v0.6.15 |
1892 | 2024-12-18T22:43:20.212Z | Compiling postgres-protocol v0.6.7 |
1893 | 2024-12-18T22:43:21.382Z | Compiling resolv-conf v0.7.0 |
1894 | 2024-12-18T22:43:21.527Z | Compiling lru-cache v0.1.2 |
1895 | 2024-12-18T22:43:21.623Z | Compiling tungstenite v0.24.0 |
1896 | 2024-12-18T22:43:21.748Z | Compiling sec1 v0.7.3 |
1897 | 2024-12-18T22:43:22.040Z | Compiling publicsuffix v2.2.3 |
1898 | 2024-12-18T22:43:22.303Z | Compiling usdt v0.5.0 |
1899 | 2024-12-18T22:43:22.791Z | Compiling slog-term v2.9.1 |
1900 | 2024-12-18T22:43:23.562Z | Compiling group v0.13.0 |
1901 | 2024-12-18T22:43:23.665Z | Compiling num-iter v0.1.45 |
1902 | 2024-12-18T22:43:23.860Z | Compiling hickory-proto v0.24.1 |
1903 | 2024-12-18T22:43:23.880Z | Compiling futures v0.3.31 |
1904 | 2024-12-18T22:43:23.925Z | Compiling regress v0.10.1 |
1905 | 2024-12-18T22:43:28.395Z | Compiling slog-bunyan v2.5.0 |
1906 | 2024-12-18T22:43:28.826Z | Compiling darling v0.20.10 |
1907 | 2024-12-18T22:43:28.833Z | Compiling tokio-rustls v0.26.0 |
1908 | 2024-12-18T22:43:28.834Z | Compiling tokio-rustls v0.25.0 |
1909 | 2024-12-18T22:43:28.834Z | Compiling toml v0.8.19 |
1910 | 2024-12-18T22:43:29.081Z | Compiling tokio-native-tls v0.3.1 |
1911 | 2024-12-18T22:43:29.095Z | Compiling strum_macros v0.25.3 |
1912 | 2024-12-18T22:43:29.154Z | Compiling phf_shared v0.11.2 |
1913 | 2024-12-18T22:43:29.584Z | Compiling async-stream v0.3.6 |
1914 | 2024-12-18T22:43:29.662Z | Compiling waitgroup v0.1.2 |
1915 | 2024-12-18T22:43:29.873Z | Compiling webpki-roots v0.26.6 |
1916 | 2024-12-18T22:43:30.330Z | Compiling idna v0.5.0 |
1917 | 2024-12-18T22:43:30.349Z | Compiling terminal_size v0.4.0 |
1918 | 2024-12-18T22:43:30.576Z | Compiling serde_path_to_error v0.1.16 |
1919 | 2024-12-18T22:43:31.167Z | Compiling hkdf v0.12.4 |
1920 | 2024-12-18T22:43:31.564Z | Compiling crypto-bigint v0.5.5 |
1921 | 2024-12-18T22:43:31.780Z | Compiling derive-where v1.2.7 |
1922 | 2024-12-18T22:43:32.054Z | Compiling serde_repr v0.1.19 |
1923 | 2024-12-18T22:43:32.745Z | Compiling clap_derive v4.5.18 |
1924 | 2024-12-18T22:43:32.980Z | Compiling hostname v0.4.0 |
1925 | 2024-12-18T22:43:33.149Z | Compiling crc32fast v1.4.2 |
1926 | 2024-12-18T22:43:33.217Z | Compiling managed v0.8.0 |
1927 | 2024-12-18T22:43:33.476Z | Compiling clap_lex v0.7.2 |
1928 | 2024-12-18T22:43:34.110Z | Compiling unicode-width v0.1.14 |
1929 | 2024-12-18T22:43:34.221Z | Compiling bitflags v1.3.2 |
1930 | 2024-12-18T22:43:34.755Z | Compiling debug-ignore v1.0.5 |
1931 | 2024-12-18T22:43:35.801Z | Compiling console v0.15.8 |
1932 | 2024-12-18T22:43:35.891Z | Compiling elliptic-curve v0.13.8 |
1933 | 2024-12-18T22:43:37.565Z | Compiling clap_builder v4.5.21 |
1934 | 2024-12-18T22:43:38.338Z | Compiling flate2 v1.0.34 |
1935 | 2024-12-18T22:43:38.943Z | Compiling cookie_store v0.21.0 |
1936 | 2024-12-18T22:43:41.723Z | Compiling hyper-rustls v0.27.3 |
1937 | 2024-12-18T22:43:43.061Z | Compiling phf v0.11.2 |
1938 | 2024-12-18T22:43:43.391Z | Compiling hickory-resolver v0.24.1 |
1939 | 2024-12-18T22:43:44.487Z | Compiling hyper-tls v0.6.0 |
1940 | 2024-12-18T22:43:44.545Z | Compiling signal-hook-mio v0.2.4 |
1941 | 2024-12-18T22:43:44.691Z | Compiling bzip2 v0.4.4 |
1942 | 2024-12-18T22:43:44.722Z | Compiling rayon v1.10.0 |
1943 | 2024-12-18T22:43:44.879Z | Compiling typify-impl v0.2.0 |
1944 | 2024-12-18T22:43:44.882Z | Compiling tokio-tungstenite v0.24.0 |
1945 | 2024-12-18T22:43:45.062Z | Compiling postgres-types v0.2.8 |
1946 | 2024-12-18T22:43:45.634Z | Compiling zerocopy v0.6.6 |
1947 | 2024-12-18T22:43:45.769Z | Compiling hubpack v0.1.2 |
1948 | 2024-12-18T22:43:46.229Z | Compiling ed25519 v2.2.3 |
1949 | 2024-12-18T22:43:46.468Z | Compiling phf_shared v0.10.0 |
1950 | 2024-12-18T22:43:46.487Z | Compiling pkcs1 v0.7.5 |
1951 | 2024-12-18T22:43:46.890Z | Compiling tokio-stream v0.1.16 |
1952 | 2024-12-18T22:43:48.001Z | Compiling serde-big-array v0.5.1 |
1953 | 2024-12-18T22:43:48.247Z | Compiling rfc6979 v0.4.0 |
1954 | 2024-12-18T22:43:48.452Z | Compiling float-cmp v0.9.0 |
1955 | 2024-12-18T22:43:48.753Z | Compiling sync_wrapper v1.0.1 |
1956 | 2024-12-18T22:43:48.912Z | Compiling bstr v1.10.0 |
1957 | 2024-12-18T22:43:49.725Z | Compiling predicates-core v1.0.8 |
1958 | 2024-12-18T22:43:50.048Z | Compiling precomputed-hash v0.1.1 |
1959 | 2024-12-18T22:43:50.181Z | Compiling unicode-segmentation v1.12.0 |
1960 | 2024-12-18T22:43:50.243Z | Compiling new_debug_unreachable v1.0.6 |
1961 | 2024-12-18T22:43:50.353Z | Compiling bit-vec v0.6.3 |
1962 | 2024-12-18T22:43:50.812Z | Compiling unicode-width v0.2.0 |
1963 | 2024-12-18T22:43:51.075Z | Compiling difflib v0.4.0 |
1964 | 2024-12-18T22:43:51.093Z | Compiling normalize-line-endings v0.3.0 |
1965 | 2024-12-18T22:43:51.232Z | Compiling static_assertions v1.1.0 |
1966 | 2024-12-18T22:43:51.345Z | Compiling fixedbitset v0.4.2 |
1967 | 2024-12-18T22:43:51.611Z | Compiling whoami v1.5.2 |
1968 | 2024-12-18T22:43:51.630Z | Compiling number_prefix v0.4.0 |
1969 | 2024-12-18T22:43:51.769Z | Compiling petgraph v0.6.5 |
1970 | 2024-12-18T22:43:51.871Z | Compiling indicatif v0.17.9 |
1971 | 2024-12-18T22:43:52.199Z | Compiling tokio-postgres v0.7.12 |
1972 | 2024-12-18T22:43:53.806Z | Compiling predicates v3.1.2 |
1973 | 2024-12-18T22:43:54.057Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1974 | 2024-12-18T22:43:55.328Z | Compiling similar v2.6.0 |
1975 | 2024-12-18T22:43:55.831Z | Compiling bit-set v0.5.3 |
1976 | 2024-12-18T22:43:56.156Z | Compiling string_cache v0.8.7 |
1977 | 2024-12-18T22:43:56.929Z | Compiling typify-macro v0.2.0 |
1978 | 2024-12-18T22:43:57.356Z | Compiling reqwest v0.12.9 |
1979 | 2024-12-18T22:43:58.264Z | Compiling ecdsa v0.16.9 |
1980 | 2024-12-18T22:43:58.516Z | Compiling qorb v0.2.1 |
1981 | 2024-12-18T22:43:59.508Z | Compiling rsa v0.9.6 |
1982 | 2024-12-18T22:44:00.727Z | Compiling ed25519-dalek v2.1.1 |
1983 | 2024-12-18T22:44:01.211Z | Compiling zip v0.6.6 |
1984 | 2024-12-18T22:44:01.231Z | Compiling crossterm v0.28.1 |
1985 | 2024-12-18T22:44:01.303Z | Compiling clap v4.5.21 |
1986 | 2024-12-18T22:44:02.459Z | Compiling toml v0.7.8 |
1987 | 2024-12-18T22:44:03.500Z | Compiling x509-cert v0.2.5 |
1988 | 2024-12-18T22:44:04.220Z | Compiling hex v0.4.3 |
1989 | 2024-12-18T22:44:04.870Z | Compiling itertools v0.10.5 |
1990 | 2024-12-18T22:44:05.463Z | Compiling unicode-xid v0.2.6 |
1991 | 2024-12-18T22:44:05.553Z | Compiling peg-runtime v0.8.3 |
1992 | 2024-12-18T22:44:05.643Z | Compiling lalrpop-util v0.19.12 |
1993 | 2024-12-18T22:44:06.103Z | Compiling zerocopy v0.8.10 |
1994 | 2024-12-18T22:44:07.946Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1995 | 2024-12-18T22:44:12.311Z | Compiling proc-macro-crate v1.3.1 |
1996 | 2024-12-18T22:44:13.102Z | Compiling ipnetwork v0.20.0 |
1997 | 2024-12-18T22:44:13.159Z | Compiling macaddr v1.0.1 |
1998 | 2024-12-18T22:44:13.459Z | Compiling zerocopy-derive v0.8.10 |
1999 | 2024-12-18T22:44:13.798Z | Compiling itertools v0.13.0 |
2000 | 2024-12-18T22:44:16.092Z | Compiling heapless v0.8.0 |
2001 | 2024-12-18T22:44:17.107Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2002 | 2024-12-18T22:44:21.828Z | Compiling num_enum_derive v0.5.11 |
2003 | 2024-12-18T22:44:29.239Z | Compiling hash32 v0.3.1 |
2004 | 2024-12-18T22:44:30.658Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2005 | 2024-12-18T22:44:30.987Z | Compiling smoltcp v0.11.0 |
2006 | 2024-12-18T22:44:36.093Z | Compiling num_enum v0.5.11 |
2007 | 2024-12-18T22:44:36.288Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2008 | 2024-12-18T22:44:37.552Z | Compiling typify v0.2.0 |
2009 | 2024-12-18T22:44:38.205Z | Compiling proc-macro-error-attr v1.0.4 |
2010 | 2024-12-18T22:44:38.507Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2011 | 2024-12-18T22:44:38.692Z | Compiling cobs v0.2.3 |
2012 | 2024-12-18T22:44:39.145Z | Compiling unsafe-libyaml v0.2.11 |
2013 | 2024-12-18T22:44:40.733Z | Compiling serde_yaml v0.9.34+deprecated |
2014 | 2024-12-18T22:44:40.988Z | Compiling postcard v1.0.10 |
2015 | 2024-12-18T22:44:58.355Z | Compiling progenitor-impl v0.8.0 |
2016 | 2024-12-18T22:45:00.302Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2017 | 2024-12-18T22:45:09.048Z | Compiling strum_macros v0.26.4 |
2018 | 2024-12-18T22:45:09.728Z | Compiling foreign-types-macros v0.2.3 |
2019 | 2024-12-18T22:45:09.746Z | Compiling structmeta-derive v0.3.0 |
2020 | 2024-12-18T22:45:09.917Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2021 | 2024-12-18T22:45:10.224Z | Compiling proc-macro-error v1.0.4 |
2022 | 2024-12-18T22:45:10.911Z | Compiling newtype-uuid v1.1.3 |
2023 | 2024-12-18T22:45:12.560Z | Compiling foreign-types-shared v0.3.1 |
2024 | 2024-12-18T22:45:12.591Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2025 | 2024-12-18T22:45:12.772Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2026 | 2024-12-18T22:45:13.017Z | Compiling foreign-types v0.5.0 |
2027 | 2024-12-18T22:45:13.485Z | Compiling strum v0.26.3 |
2028 | 2024-12-18T22:45:14.781Z | Compiling structmeta v0.3.0 |
2029 | 2024-12-18T22:45:20.770Z | Compiling progenitor-macro v0.8.0 |
2030 | 2024-12-18T22:45:25.795Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2031 | 2024-12-18T22:45:25.965Z | Compiling progenitor-client v0.8.0 |
2032 | 2024-12-18T22:45:29.501Z | Compiling tabwriter v1.4.0 |
2033 | 2024-12-18T22:45:30.771Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2034 | 2024-12-18T22:45:30.824Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2035 | 2024-12-18T22:45:30.883Z | Compiling cstr-argument v0.1.2 |
2036 | 2024-12-18T22:45:31.165Z | Compiling dropshot v0.13.0 |
2037 | 2024-12-18T22:45:31.472Z | Compiling pretty-hex v0.2.1 |
2038 | 2024-12-18T22:45:31.589Z | Compiling fastrand v2.1.1 |
2039 | 2024-12-18T22:45:32.160Z | Compiling crucible-workspace-hack v0.1.0 |
2040 | 2024-12-18T22:45:32.256Z | Compiling thiserror v2.0.3 |
2041 | 2024-12-18T22:45:32.446Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2042 | 2024-12-18T22:45:32.802Z | Compiling tempfile v3.13.0 |
2043 | 2024-12-18T22:45:33.174Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2044 | 2024-12-18T22:45:33.242Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2045 | 2024-12-18T22:45:33.570Z | Compiling progenitor v0.8.0 |
2046 | 2024-12-18T22:45:33.588Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2047 | 2024-12-18T22:45:34.240Z | Compiling parse-display-derive v0.10.0 |
2048 | 2024-12-18T22:45:34.381Z | Compiling colored v2.1.0 |
2049 | 2024-12-18T22:45:34.454Z | Compiling serde_with_macros v3.11.0 |
2050 | 2024-12-18T22:45:34.508Z | Compiling dropshot_endpoint v0.13.0 |
2051 | 2024-12-18T22:45:35.632Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2052 | 2024-12-18T22:45:36.391Z | Compiling thiserror-impl v2.0.3 |
2053 | 2024-12-18T22:45:37.050Z | Compiling instant v0.1.13 |
2054 | 2024-12-18T22:45:37.237Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2055 | 2024-12-18T22:45:37.678Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2056 | 2024-12-18T22:45:38.186Z | Compiling parse-display v0.10.0 |
2057 | 2024-12-18T22:45:38.942Z | Compiling backoff v0.4.0 |
2058 | 2024-12-18T22:45:39.342Z | Compiling serde_with v3.11.0 |
2059 | 2024-12-18T22:45:39.685Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2060 | 2024-12-18T22:45:40.071Z | Compiling zone_cfg_derive v0.3.0 |
2061 | 2024-12-18T22:45:40.794Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2062 | 2024-12-18T22:45:41.379Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2063 | 2024-12-18T22:45:41.413Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2064 | 2024-12-18T22:45:41.470Z | Compiling camino-tempfile v1.1.1 |
2065 | 2024-12-18T22:45:42.190Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2066 | 2024-12-18T22:45:42.245Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2067 | 2024-12-18T22:45:42.470Z | Compiling regress v0.9.1 |
2068 | 2024-12-18T22:45:42.715Z | Compiling num-derive v0.4.2 |
2069 | 2024-12-18T22:45:43.786Z | Compiling sigpipe v0.1.3 |
2070 | 2024-12-18T22:45:43.930Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2071 | 2024-12-18T22:45:44.234Z | Compiling libefi-sys v0.1.0 |
2072 | 2024-12-18T22:45:44.602Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2073 | 2024-12-18T22:45:45.044Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2074 | 2024-12-18T22:45:46.622Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2075 | 2024-12-18T22:45:47.189Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2076 | 2024-12-18T22:45:47.854Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2077 | 2024-12-18T22:45:49.673Z | Compiling zone v0.3.0 |
2078 | 2024-12-18T22:45:51.099Z | Compiling smf v0.2.3 |
2079 | 2024-12-18T22:45:51.119Z | Compiling bitfield-struct v0.6.2 |
2080 | 2024-12-18T22:45:52.180Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2081 | 2024-12-18T22:45:52.491Z | Compiling blake3 v1.5.4 |
2082 | 2024-12-18T22:45:52.612Z | Compiling ring v0.16.20 |
2083 | 2024-12-18T22:45:53.216Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2084 | 2024-12-18T22:45:53.736Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2085 | 2024-12-18T22:45:54.025Z | Compiling xattr v1.3.1 |
2086 | 2024-12-18T22:45:54.143Z | Compiling filetime v0.2.25 |
2087 | 2024-12-18T22:45:54.359Z | Compiling memmap2 v0.9.5 |
2088 | 2024-12-18T22:45:54.493Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2089 | 2024-12-18T22:45:54.634Z | Compiling spin v0.5.2 |
2090 | 2024-12-18T22:45:54.909Z | Compiling same-file v1.0.6 |
2091 | 2024-12-18T22:45:54.927Z | Compiling constant_time_eq v0.3.1 |
2092 | 2024-12-18T22:45:54.930Z | Compiling arrayvec v0.7.6 |
2093 | 2024-12-18T22:45:55.106Z | Compiling arrayref v0.3.9 |
2094 | 2024-12-18T22:45:55.203Z | Compiling walkdir v2.5.0 |
2095 | 2024-12-18T22:45:55.226Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2096 | 2024-12-18T22:45:56.761Z | Compiling tar v0.4.42 |
2097 | 2024-12-18T22:45:56.868Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2098 | 2024-12-18T22:45:58.152Z | Compiling gethostname v0.5.0 |
2099 | 2024-12-18T22:45:58.369Z | Compiling cargo-platform v0.1.8 |
2100 | 2024-12-18T22:45:58.504Z | Compiling topological-sort v0.2.2 |
2101 | 2024-12-18T22:45:58.787Z | Compiling cargo_metadata v0.18.1 |
2102 | 2024-12-18T22:46:02.337Z | Compiling omicron-zone-package v0.11.1 |
2103 | 2024-12-18T22:46:06.426Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2104 | 2024-12-18T22:46:08.534Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2105 | 2024-12-18T22:46:11.727Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2106 | 2024-12-18T22:46:28.527Z | Finished `release` profile [optimized] target(s) in 5m 28s |
2107 | 2024-12-18T22:46:28.691Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
2108 | 2024-12-18T22:46:28.740Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2109 | 2024-12-18T22:46:28.743Z | Created new build target 'test' and set it as active |
2110 | 2024-12-18T22:46:28.743Z | |
2111 | 2024-12-18T22:46:28.743Z | real 5:28.603718587 |
2112 | 2024-12-18T22:46:28.743Z | user 37:02.182527251 |
2113 | 2024-12-18T22:46:28.743Z | sys 4:57.866865485 |
2114 | 2024-12-18T22:46:28.743Z | trap 1.095822785 |
2115 | 2024-12-18T22:46:28.743Z | tflt 3.025261321 |
2116 | 2024-12-18T22:46:28.743Z | dflt 0.640608958 |
2117 | 2024-12-18T22:46:28.743Z | kflt 0.013378201 |
2118 | 2024-12-18T22:46:28.743Z | lock 1:17:52.228389841 |
2119 | 2024-12-18T22:46:28.743Z | slp 2:35:11.508560457 |
2120 | 2024-12-18T22:46:28.743Z | lat 2:33.935375134 |
2121 | 2024-12-18T22:46:28.743Z | stop 4:30.896675241 |
2122 | 2024-12-18T22:46:28.744Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2123 | 2024-12-18T22:46:29.722Z | Finished `release` profile [optimized] target(s) in 0.92s |
2124 | 2024-12-18T22:46:29.781Z | Running `target/release/omicron-package -t test package` |
2125 | 2024-12-18T22:46:29.825Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2126 | 2024-12-18T22:46:30.939Z | Compiling convert_case v0.4.0 |
2127 | 2024-12-18T22:46:30.939Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2128 | 2024-12-18T22:46:30.942Z | Compiling itertools v0.13.0 |
2129 | 2024-12-18T22:46:30.942Z | Compiling newline-converter v0.3.0 |
2130 | 2024-12-18T22:46:30.942Z | Compiling password-hash v0.5.0 |
2131 | 2024-12-18T22:46:30.942Z | Compiling progenitor-client v0.8.0 |
2132 | 2024-12-18T22:46:30.942Z | Compiling blake2 v0.10.6 |
2133 | 2024-12-18T22:46:31.105Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2134 | 2024-12-18T22:46:31.237Z | Compiling expectorate v1.1.0 |
2135 | 2024-12-18T22:46:31.341Z | Compiling cancel-safe-futures v0.1.5 |
2136 | 2024-12-18T22:46:31.454Z | Compiling progenitor v0.8.0 |
2137 | 2024-12-18T22:46:31.532Z | Compiling owo-colors v4.1.0 |
2138 | 2024-12-18T22:46:31.676Z | Compiling argon2 v0.5.3 |
2139 | 2024-12-18T22:46:31.740Z | Compiling num-rational v0.4.2 |
2140 | 2024-12-18T22:46:31.809Z | Compiling derive_more v0.99.18 |
2141 | 2024-12-18T22:46:31.848Z | Compiling num-complex v0.4.6 |
2142 | 2024-12-18T22:46:33.096Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2143 | 2024-12-18T22:46:33.155Z | Compiling num v0.4.3 |
2144 | 2024-12-18T22:46:33.279Z | Compiling atomicwrites v0.4.4 |
2145 | 2024-12-18T22:46:33.297Z | Compiling libsw v3.3.1 |
2146 | 2024-12-18T22:46:33.640Z | Compiling indent_write v2.2.0 |
2147 | 2024-12-18T22:46:33.692Z | Compiling float-ord v0.3.2 |
2148 | 2024-12-18T22:46:33.808Z | Compiling swrite v0.1.0 |
2149 | 2024-12-18T22:46:33.866Z | Compiling linear-map v1.2.0 |
2150 | 2024-12-18T22:46:33.885Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2151 | 2024-12-18T22:46:33.953Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2152 | 2024-12-18T22:46:34.127Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2153 | 2024-12-18T22:46:34.176Z | Compiling base64 v0.21.7 |
2154 | 2024-12-18T22:46:34.275Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2155 | 2024-12-18T22:46:34.726Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2156 | 2024-12-18T22:46:34.838Z | Compiling highway v1.2.0 |
2157 | 2024-12-18T22:46:35.344Z | Compiling semver v0.1.20 |
2158 | 2024-12-18T22:46:35.911Z | Compiling rustc_version v0.1.7 |
2159 | 2024-12-18T22:46:36.281Z | Compiling newtype-uuid v1.1.3 |
2160 | 2024-12-18T22:46:36.342Z | Compiling newtype_derive v0.1.6 |
2161 | 2024-12-18T22:46:36.634Z | Compiling dropshot v0.13.0 |
2162 | 2024-12-18T22:46:36.715Z | Compiling ipnetwork v0.20.0 |
2163 | 2024-12-18T22:46:36.734Z | Compiling instant v0.1.13 |
2164 | 2024-12-18T22:46:36.898Z | Compiling humantime v2.1.0 |
2165 | 2024-12-18T22:46:37.513Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2166 | 2024-12-18T22:46:37.927Z | Compiling backoff v0.4.0 |
2167 | 2024-12-18T22:46:38.138Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2168 | 2024-12-18T22:46:38.449Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2169 | 2024-12-18T22:46:41.956Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2170 | 2024-12-18T22:46:42.259Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2171 | 2024-12-18T22:46:42.336Z | Compiling parse-display v0.10.0 |
2172 | 2024-12-18T22:46:42.947Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2173 | 2024-12-18T22:46:43.148Z | Compiling serde_with v3.11.0 |
2174 | 2024-12-18T22:46:43.419Z | Compiling strum v0.26.3 |
2175 | 2024-12-18T22:46:43.620Z | Compiling regress v0.9.1 |
2176 | 2024-12-18T22:46:46.855Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2177 | 2024-12-18T22:46:48.341Z | Compiling macaddr v1.0.1 |
2178 | 2024-12-18T22:46:48.567Z | Compiling steno v0.4.1 |
2179 | 2024-12-18T22:46:48.800Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2180 | 2024-12-18T22:46:48.886Z | Compiling prettyplease v0.2.25 |
2181 | 2024-12-18T22:46:48.915Z | Compiling slog-dtrace v0.3.0 |
2182 | 2024-12-18T22:46:50.375Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2183 | 2024-12-18T22:46:50.822Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2184 | 2024-12-18T22:46:51.896Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2185 | 2024-12-18T22:46:53.265Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2186 | 2024-12-18T22:46:54.352Z | Compiling half v2.4.1 |
2187 | 2024-12-18T22:46:55.090Z | Compiling ciborium-io v0.2.2 |
2188 | 2024-12-18T22:46:55.244Z | Compiling ciborium-ll v0.2.2 |
2189 | 2024-12-18T22:46:55.773Z | Compiling tungstenite v0.21.0 |
2190 | 2024-12-18T22:46:58.704Z | Compiling tokio-tungstenite v0.21.0 |
2191 | 2024-12-18T22:46:59.339Z | Compiling ciborium v0.2.2 |
2192 | 2024-12-18T22:47:01.054Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2193 | 2024-12-18T22:47:05.115Z | Compiling display-error-chain v0.2.2 |
2194 | 2024-12-18T22:47:05.348Z | Compiling fastrand v2.1.1 |
2195 | 2024-12-18T22:47:07.253Z | Compiling same-file v1.0.6 |
2196 | 2024-12-18T22:47:07.503Z | Compiling walkdir v2.5.0 |
2197 | 2024-12-18T22:47:07.707Z | Compiling tempfile v3.13.0 |
2198 | 2024-12-18T22:47:08.161Z | Compiling ring v0.16.20 |
2199 | 2024-12-18T22:47:08.520Z | Compiling blake3 v1.5.4 |
2200 | 2024-12-18T22:47:09.064Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2201 | 2024-12-18T22:47:09.080Z | Compiling xattr v1.3.1 |
2202 | 2024-12-18T22:47:09.359Z | Compiling filetime v0.2.25 |
2203 | 2024-12-18T22:47:09.381Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2204 | 2024-12-18T22:47:09.659Z | Compiling memmap2 v0.9.5 |
2205 | 2024-12-18T22:47:10.093Z | Compiling keccak v0.1.5 |
2206 | 2024-12-18T22:47:10.388Z | Compiling spin v0.5.2 |
2207 | 2024-12-18T22:47:10.647Z | Compiling arrayref v0.3.9 |
2208 | 2024-12-18T22:47:10.772Z | Compiling arrayvec v0.7.6 |
2209 | 2024-12-18T22:47:10.783Z | Compiling constant_time_eq v0.3.1 |
2210 | 2024-12-18T22:47:11.081Z | Compiling sha3 v0.10.8 |
2211 | 2024-12-18T22:47:11.148Z | Compiling tar v0.4.42 |
2212 | 2024-12-18T22:47:15.719Z | Compiling camino-tempfile v1.1.1 |
2213 | 2024-12-18T22:47:15.784Z | Compiling toolchain_find v0.4.0 |
2214 | 2024-12-18T22:47:15.784Z | Compiling const_format_proc_macros v0.2.33 |
2215 | 2024-12-18T22:47:15.784Z | Compiling crunchy v0.2.2 |
2216 | 2024-12-18T22:47:15.784Z | Compiling radium v0.7.0 |
2217 | 2024-12-18T22:47:15.784Z | Compiling maplit v1.0.2 |
2218 | 2024-12-18T22:47:15.784Z | Compiling topological-sort v0.2.2 |
2219 | 2024-12-18T22:47:15.784Z | Compiling omicron-zone-package v0.11.1 |
2220 | 2024-12-18T22:47:15.784Z | Compiling rustfmt-wrapper v0.2.1 |
2221 | 2024-12-18T22:47:15.784Z | Compiling tiny-keccak v2.0.2 |
2222 | 2024-12-18T22:47:15.784Z | Compiling tap v1.0.1 |
2223 | 2024-12-18T22:47:15.785Z | Compiling maybe-uninit v2.0.0 |
2224 | 2024-12-18T22:47:15.785Z | Compiling wyz v0.5.1 |
2225 | 2024-12-18T22:47:15.785Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2226 | 2024-12-18T22:47:15.785Z | Compiling const_format v0.2.33 |
2227 | 2024-12-18T22:47:15.785Z | Compiling dsl_auto_type v0.1.2 |
2228 | 2024-12-18T22:47:15.785Z | Compiling phf_generator v0.11.2 |
2229 | 2024-12-18T22:47:15.785Z | Compiling scheduled-thread-pool v0.2.7 |
2230 | 2024-12-18T22:47:15.785Z | Compiling secrecy v0.8.0 |
2231 | 2024-12-18T22:47:15.785Z | Compiling async-recursion v1.1.1 |
2232 | 2024-12-18T22:47:15.785Z | Compiling diesel_table_macro_syntax v0.2.0 |
2233 | 2024-12-18T22:47:15.809Z | Compiling packed_struct v0.10.1 |
2234 | 2024-12-18T22:47:15.809Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2235 | 2024-12-18T22:47:15.809Z | Compiling crc-catalog v2.4.0 |
2236 | 2024-12-18T22:47:15.809Z | Compiling arc-swap v1.7.1 |
2237 | 2024-12-18T22:47:15.810Z | Compiling funty v2.0.0 |
2238 | 2024-12-18T22:47:15.810Z | Compiling crc v3.2.1 |
2239 | 2024-12-18T22:47:15.867Z | Compiling diesel_derives v2.2.3 |
2240 | 2024-12-18T22:47:16.087Z | Compiling r2d2 v0.8.10 |
2241 | 2024-12-18T22:47:16.388Z | Compiling slog-scope v4.4.0 |
2242 | 2024-12-18T22:47:16.557Z | Compiling phf_codegen v0.11.2 |
2243 | 2024-12-18T22:47:16.793Z | Compiling bitvec v1.0.1 |
2244 | 2024-12-18T22:47:17.783Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2245 | 2024-12-18T22:47:17.848Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2246 | 2024-12-18T22:47:18.133Z | Compiling ascii-canvas v3.0.0 |
2247 | 2024-12-18T22:47:18.333Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2248 | 2024-12-18T22:47:18.620Z | Compiling universal-hash v0.5.1 |
2249 | 2024-12-18T22:47:18.883Z | Compiling packed_struct_codegen v0.10.1 |
2250 | 2024-12-18T22:47:21.403Z | Compiling thiserror-impl-no-std v2.0.2 |
2251 | 2024-12-18T22:47:21.666Z | Compiling parse-zoneinfo v0.3.1 |
2252 | 2024-12-18T22:47:23.331Z | Compiling ena v0.14.3 |
2253 | 2024-12-18T22:47:23.767Z | Compiling indexmap v1.9.3 |
2254 | 2024-12-18T22:47:24.099Z | Compiling nodrop v0.1.14 |
2255 | 2024-12-18T22:47:24.101Z | Compiling regex-syntax v0.6.29 |
2256 | 2024-12-18T22:47:24.253Z | Compiling diff v0.1.13 |
2257 | 2024-12-18T22:47:24.809Z | Compiling opaque-debug v0.3.1 |
2258 | 2024-12-18T22:47:25.350Z | Compiling poly1305 v0.8.0 |
2259 | 2024-12-18T22:47:26.501Z | Compiling array-init v0.0.4 |
2260 | 2024-12-18T22:47:27.357Z | Compiling diesel v2.2.6 |
2261 | 2024-12-18T22:47:27.647Z | Compiling lalrpop v0.19.12 |
2262 | 2024-12-18T22:47:29.499Z | Compiling thiserror-no-std v2.0.2 |
2263 | 2024-12-18T22:47:29.645Z | Compiling chrono-tz-build v0.4.0 |
2264 | 2024-12-18T22:47:34.892Z | Compiling smallvec v0.6.14 |
2265 | 2024-12-18T22:47:35.073Z | Compiling slog-stdlog v4.1.1 |
2266 | 2024-12-18T22:47:35.895Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2267 | 2024-12-18T22:47:36.026Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2268 | 2024-12-18T22:47:36.324Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2269 | 2024-12-18T22:47:36.562Z | Compiling chacha20 v0.9.1 |
2270 | 2024-12-18T22:47:37.044Z | Compiling aead v0.5.2 |
2271 | 2024-12-18T22:47:37.062Z | Compiling vte_generate_state_changes v0.1.2 |
2272 | 2024-12-18T22:47:37.391Z | Compiling bitfield v0.14.0 |
2273 | 2024-12-18T22:47:37.671Z | Compiling hashbrown v0.12.3 |
2274 | 2024-12-18T22:47:37.689Z | Compiling termcolor v1.4.1 |
2275 | 2024-12-18T22:47:38.782Z | Compiling ref-cast v1.0.23 |
2276 | 2024-12-18T22:47:39.360Z | Compiling env_logger v0.10.2 |
2277 | 2024-12-18T22:47:40.180Z | Compiling vte v0.11.1 |
2278 | 2024-12-18T22:47:41.672Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2279 | 2024-12-18T22:47:42.541Z | Compiling chacha20poly1305 v0.10.1 |
2280 | 2024-12-18T22:47:42.816Z | Compiling serde-hex v0.1.0 |
2281 | 2024-12-18T22:47:48.173Z | Compiling slog-envlogger v2.2.0 |
2282 | 2024-12-18T22:47:50.963Z | Compiling chrono-tz v0.10.0 |
2283 | 2024-12-18T22:47:51.590Z | Compiling vsss-rs v3.3.4 |
2284 | 2024-12-18T22:47:52.036Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2285 | 2024-12-18T22:47:52.380Z | Compiling ron v0.8.1 |
2286 | 2024-12-18T22:47:53.659Z | Compiling polar-core v0.27.3 |
2287 | 2024-12-18T22:47:54.921Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2288 | 2024-12-18T22:47:55.232Z | Compiling derive_builder_core v0.20.2 |
2289 | 2024-12-18T22:47:55.904Z | Compiling hashbrown v0.13.2 |
2290 | 2024-12-18T22:47:57.346Z | Compiling headers-core v0.3.0 |
2291 | 2024-12-18T22:47:57.389Z | Compiling fxhash v0.2.1 |
2292 | 2024-12-18T22:47:57.559Z | Compiling libxml v0.3.3 |
2293 | 2024-12-18T22:47:57.658Z | Compiling ref-cast-impl v1.0.23 |
2294 | 2024-12-18T22:47:57.937Z | Compiling lockfree-object-pool v0.1.6 |
2295 | 2024-12-18T22:47:58.214Z | Compiling crc-any v2.5.0 |
2296 | 2024-12-18T22:47:58.269Z | Compiling bumpalo v3.16.0 |
2297 | 2024-12-18T22:47:58.753Z | Compiling simd-adler32 v0.3.7 |
2298 | 2024-12-18T22:47:58.896Z | Compiling zip v2.1.3 |
2299 | 2024-12-18T22:47:59.145Z | Compiling bytecount v0.6.8 |
2300 | 2024-12-18T22:47:59.261Z | Compiling zopfli v0.8.1 |
2301 | 2024-12-18T22:47:59.463Z | Compiling papergrid v0.11.0 |
2302 | 2024-12-18T22:48:00.082Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2303 | 2024-12-18T22:48:03.723Z | Compiling headers v0.4.0 |
2304 | 2024-12-18T22:48:05.436Z | Compiling derive_builder_macro v0.20.2 |
2305 | 2024-12-18T22:48:06.272Z | Compiling object v0.30.4 |
2306 | 2024-12-18T22:48:14.099Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2307 | 2024-12-18T22:48:15.585Z | Compiling strip-ansi-escapes v0.2.0 |
2308 | 2024-12-18T22:48:15.740Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2309 | 2024-12-18T22:48:16.088Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2310 | 2024-12-18T22:48:16.326Z | Compiling tabled_derive v0.7.0 |
2311 | 2024-12-18T22:48:16.398Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2312 | 2024-12-18T22:48:18.527Z | Compiling fd-lock v4.0.2 |
2313 | 2024-12-18T22:48:18.746Z | Compiling peg-macros v0.8.4 |
2314 | 2024-12-18T22:48:18.851Z | Compiling strum_macros v0.24.3 |
2315 | 2024-12-18T22:48:19.267Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2316 | 2024-12-18T22:48:20.048Z | Compiling kstat-rs v0.2.4 |
2317 | 2024-12-18T22:48:20.341Z | Compiling samael v0.0.17 |
2318 | 2024-12-18T22:48:20.946Z | Compiling unicase v2.7.0 |
2319 | 2024-12-18T22:48:20.991Z | Compiling path-slash v0.1.5 |
2320 | 2024-12-18T22:48:21.228Z | Compiling indoc v1.0.9 |
2321 | 2024-12-18T22:48:21.264Z | Compiling nu-ansi-term v0.50.1 |
2322 | 2024-12-18T22:48:21.980Z | Compiling reedline v0.35.0 |
2323 | 2024-12-18T22:48:22.070Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2324 | 2024-12-18T22:48:22.090Z | Compiling peg v0.8.4 |
2325 | 2024-12-18T22:48:22.208Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2326 | 2024-12-18T22:48:22.917Z | Compiling tabled v0.15.0 |
2327 | 2024-12-18T22:48:26.044Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2328 | 2024-12-18T22:48:37.409Z | Compiling derive_builder v0.20.2 |
2329 | 2024-12-18T22:48:42.255Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2330 | 2024-12-18T22:48:42.327Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2331 | 2024-12-18T22:48:42.746Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2332 | 2024-12-18T22:48:42.899Z | Compiling pem v3.0.4 |
2333 | 2024-12-18T22:48:43.058Z | Compiling bcs v0.1.6 |
2334 | 2024-12-18T22:48:43.950Z | Compiling oso-derive v0.27.3 |
2335 | 2024-12-18T22:48:44.373Z | Compiling impl-trait-for-tuples v0.2.2 |
2336 | 2024-12-18T22:48:44.956Z | Compiling libz-sys v1.1.20 |
2337 | 2024-12-18T22:48:45.634Z | Compiling quick-xml v0.33.0 |
2338 | 2024-12-18T22:48:45.758Z | Compiling diesel-dtrace v0.4.0 |
2339 | 2024-12-18T22:48:46.062Z | Compiling parking_lot_core v0.8.6 |
2340 | 2024-12-18T22:48:51.263Z | Compiling oso v0.27.3 |
2341 | 2024-12-18T22:48:53.505Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2342 | 2024-12-18T22:48:55.069Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2343 | 2024-12-18T22:49:00.643Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2344 | 2024-12-18T22:49:03.874Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2345 | 2024-12-18T22:49:04.176Z | Compiling bb8 v0.8.5 |
2346 | 2024-12-18T22:49:04.798Z | Compiling buf-list v1.0.3 |
2347 | 2024-12-18T22:49:05.446Z | Compiling async-bb8-diesel v0.2.1 |
2348 | 2024-12-18T22:49:07.873Z | Compiling nibble_vec v0.1.0 |
2349 | 2024-12-18T22:49:08.113Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2350 | 2024-12-18T22:49:08.590Z | Compiling pin-project-internal v1.1.6 |
2351 | 2024-12-18T22:49:08.892Z | Compiling atty v0.2.14 |
2352 | 2024-12-18T22:49:09.073Z | Compiling salty v0.3.0 |
2353 | 2024-12-18T22:49:09.499Z | Compiling endian-type v0.1.2 |
2354 | 2024-12-18T22:49:09.767Z | Compiling radix_trie v0.2.1 |
2355 | 2024-12-18T22:49:11.361Z | Compiling pin-project v1.1.6 |
2356 | 2024-12-18T22:49:11.908Z | Compiling parking_lot v0.11.2 |
2357 | 2024-12-18T22:49:15.135Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2358 | 2024-12-18T22:49:19.808Z | Compiling snafu-derive v0.8.5 |
2359 | 2024-12-18T22:49:24.527Z | Compiling snafu v0.8.5 |
2360 | 2024-12-18T22:49:25.836Z | Compiling sled v0.34.7 |
2361 | 2024-12-18T22:49:27.942Z | Compiling mime_guess v2.0.5 |
2362 | 2024-12-18T22:49:31.089Z | Compiling hickory-client v0.24.1 |
2363 | 2024-12-18T22:49:36.518Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2364 | 2024-12-18T22:49:38.762Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2365 | 2024-12-18T22:49:40.967Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2366 | 2024-12-18T22:49:41.445Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2367 | 2024-12-18T22:49:42.489Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2368 | 2024-12-18T22:49:43.970Z | Compiling hickory-server v0.24.1 |
2369 | 2024-12-18T22:49:44.572Z | Compiling globset v0.4.15 |
2370 | 2024-12-18T22:49:50.109Z | Compiling primeorder v0.13.6 |
2371 | 2024-12-18T22:49:50.717Z | Compiling olpc-cjson v0.1.4 |
2372 | 2024-12-18T22:49:51.029Z | Compiling vergen v8.3.2 |
2373 | 2024-12-18T22:49:51.327Z | Compiling env_filter v0.1.2 |
2374 | 2024-12-18T22:49:51.887Z | Compiling serde_plain v1.0.2 |
2375 | 2024-12-18T22:49:52.415Z | Compiling cargo-platform v0.1.8 |
2376 | 2024-12-18T22:49:52.820Z | Compiling nanorand v0.7.0 |
2377 | 2024-12-18T22:49:52.940Z | Compiling memoffset v0.9.1 |
2378 | 2024-12-18T22:49:53.262Z | Compiling typed-path v0.9.3 |
2379 | 2024-12-18T22:49:53.671Z | Compiling flume v0.11.1 |
2380 | 2024-12-18T22:49:54.421Z | Compiling cargo_metadata v0.18.1 |
2381 | 2024-12-18T22:49:57.427Z | Compiling tough v0.19.0 |
2382 | 2024-12-18T22:49:57.657Z | Compiling env_logger v0.11.5 |
2383 | 2024-12-18T22:49:59.135Z | Compiling p384 v0.13.0 |
2384 | 2024-12-18T22:49:59.599Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2385 | 2024-12-18T22:50:00.329Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2386 | 2024-12-18T22:50:01.477Z | Compiling git2 v0.19.0 |
2387 | 2024-12-18T22:50:05.117Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2388 | 2024-12-18T22:50:10.861Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2389 | 2024-12-18T22:50:10.941Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2390 | 2024-12-18T22:50:12.070Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2391 | 2024-12-18T22:50:16.638Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2392 | 2024-12-18T22:50:17.894Z | Compiling rand_seeder v0.3.0 |
2393 | 2024-12-18T22:50:18.309Z | Compiling libsqlite3-sys v0.30.1 |
2394 | 2024-12-18T22:50:18.821Z | Compiling lzma-sys v0.1.20 |
2395 | 2024-12-18T22:50:18.993Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2396 | 2024-12-18T22:50:19.307Z | Compiling cfg_aliases v0.2.1 |
2397 | 2024-12-18T22:50:19.348Z | Compiling parse-size v1.1.0 |
2398 | 2024-12-18T22:50:19.432Z | Compiling http-range v0.1.5 |
2399 | 2024-12-18T22:50:19.503Z | Compiling rustls v0.21.12 |
2400 | 2024-12-18T22:50:19.667Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2401 | 2024-12-18T22:50:19.882Z | Compiling nix v0.29.0 |
2402 | 2024-12-18T22:50:20.100Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2403 | 2024-12-18T22:50:20.357Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2404 | 2024-12-18T22:50:23.465Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2405 | 2024-12-18T22:50:24.148Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2406 | 2024-12-18T22:50:24.902Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2407 | 2024-12-18T22:50:24.972Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2408 | 2024-12-18T22:50:25.207Z | Compiling rustls-webpki v0.101.7 |
2409 | 2024-12-18T22:50:26.271Z | Compiling sct v0.7.1 |
2410 | 2024-12-18T22:50:26.727Z | Compiling heck v0.3.3 |
2411 | 2024-12-18T22:50:27.119Z | Compiling castaway v0.2.3 |
2412 | 2024-12-18T22:50:27.339Z | Compiling csv-core v0.1.11 |
2413 | 2024-12-18T22:50:28.247Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2414 | 2024-12-18T22:50:28.569Z | Compiling glob v0.3.1 |
2415 | 2024-12-18T22:50:29.141Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2416 | 2024-12-18T22:50:29.332Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2417 | 2024-12-18T22:50:29.567Z | Compiling csv v1.3.0 |
2418 | 2024-12-18T22:50:30.596Z | Compiling compact_str v0.8.0 |
2419 | 2024-12-18T22:50:31.697Z | Compiling zone_cfg_derive v0.1.2 |
2420 | 2024-12-18T22:50:33.107Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2421 | 2024-12-18T22:50:33.223Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2422 | 2024-12-18T22:50:34.519Z | Compiling nix v0.27.1 |
2423 | 2024-12-18T22:50:36.570Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2424 | 2024-12-18T22:50:37.526Z | Compiling hyper-staticfile v0.10.1 |
2425 | 2024-12-18T22:50:40.542Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2426 | 2024-12-18T22:50:43.512Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2427 | 2024-12-18T22:50:43.734Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2428 | 2024-12-18T22:50:44.750Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2429 | 2024-12-18T22:50:49.046Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2430 | 2024-12-18T22:50:51.745Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2431 | 2024-12-18T22:50:52.093Z | Compiling unicode-truncate v1.1.0 |
2432 | 2024-12-18T22:50:52.404Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2433 | 2024-12-18T22:50:52.733Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2434 | 2024-12-18T22:50:53.011Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2435 | 2024-12-18T22:50:53.037Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2436 | 2024-12-18T22:50:55.872Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2437 | 2024-12-18T22:50:56.490Z | Compiling hashlink v0.9.1 |
2438 | 2024-12-18T22:50:56.693Z | Compiling tungstenite v0.23.0 |
2439 | 2024-12-18T22:50:57.330Z | Compiling lru v0.12.5 |
2440 | 2024-12-18T22:50:57.623Z | Compiling instability v0.3.2 |
2441 | 2024-12-18T22:50:57.724Z | Compiling cassowary v0.3.0 |
2442 | 2024-12-18T22:50:58.522Z | Compiling fallible-streaming-iterator v0.1.9 |
2443 | 2024-12-18T22:50:58.653Z | Compiling base64 v0.13.1 |
2444 | 2024-12-18T22:50:58.807Z | Compiling fallible-iterator v0.3.0 |
2445 | 2024-12-18T22:50:59.425Z | Compiling ron v0.7.1 |
2446 | 2024-12-18T22:50:59.655Z | Compiling rusqlite v0.32.1 |
2447 | 2024-12-18T22:51:00.261Z | Compiling ratatui v0.28.1 |
2448 | 2024-12-18T22:51:01.384Z | Compiling tokio-tungstenite v0.23.1 |
2449 | 2024-12-18T22:51:02.029Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2450 | 2024-12-18T22:51:02.419Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2451 | 2024-12-18T22:51:04.858Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2452 | 2024-12-18T22:51:04.875Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2453 | 2024-12-18T22:51:06.557Z | Compiling xz2 v0.1.7 |
2454 | 2024-12-18T22:51:08.206Z | Compiling tokio-rustls v0.24.1 |
2455 | 2024-12-18T22:51:09.178Z | Compiling zone v0.1.8 |
2456 | 2024-12-18T22:51:12.569Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2457 | 2024-12-18T22:51:19.022Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2458 | 2024-12-18T22:51:19.804Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2459 | 2024-12-18T22:51:21.069Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2460 | 2024-12-18T22:51:25.235Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2461 | 2024-12-18T22:51:27.314Z | Compiling rustls-pemfile v1.0.4 |
2462 | 2024-12-18T22:51:28.111Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2463 | 2024-12-18T22:51:28.437Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2464 | 2024-12-18T22:51:32.766Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2465 | 2024-12-18T22:51:32.942Z | Compiling signal-hook-tokio v0.3.1 |
2466 | 2024-12-18T22:51:33.169Z | Compiling twox-hash v1.6.3 |
2467 | 2024-12-18T22:51:33.504Z | Compiling yasna v0.5.2 |
2468 | 2024-12-18T22:51:34.161Z | Compiling smawk v0.3.2 |
2469 | 2024-12-18T22:51:34.446Z | Compiling is_ci v1.2.0 |
2470 | 2024-12-18T22:51:34.465Z | Compiling unicode-linebreak v0.1.5 |
2471 | 2024-12-18T22:51:34.765Z | Compiling rcgen v0.12.1 |
2472 | 2024-12-18T22:51:35.029Z | Compiling textwrap v0.16.1 |
2473 | 2024-12-18T22:51:36.952Z | Compiling supports-color v3.0.1 |
2474 | 2024-12-18T22:51:38.532Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2475 | 2024-12-18T22:51:38.600Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2476 | 2024-12-18T22:51:47.039Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2477 | 2024-12-18T22:51:47.532Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2478 | 2024-12-18T22:51:49.354Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2479 | 2024-12-18T22:51:50.059Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2480 | 2024-12-18T22:51:54.929Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2481 | 2024-12-18T22:52:08.179Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2482 | 2024-12-18T22:52:08.203Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2483 | 2024-12-18T22:52:08.940Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2484 | 2024-12-18T22:52:09.126Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2485 | 2024-12-18T22:52:15.829Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2486 | 2024-12-18T22:52:22.147Z | Compiling fatfs v0.3.6 |
2487 | 2024-12-18T22:52:25.055Z | Compiling subprocess v0.2.9 |
2488 | 2024-12-18T22:52:26.094Z | Compiling rtoolbox v0.0.2 |
2489 | 2024-12-18T22:52:26.553Z | Compiling assert_matches v1.5.0 |
2490 | 2024-12-18T22:52:27.516Z | Compiling rpassword v7.3.1 |
2491 | 2024-12-18T22:52:27.982Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2492 | 2024-12-18T22:52:29.773Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2493 | 2024-12-18T22:52:30.802Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2494 | 2024-12-18T22:52:35.595Z | Compiling tui-tree-widget v0.22.0 |
2495 | 2024-12-18T22:52:36.101Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2496 | 2024-12-18T22:52:37.229Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2497 | 2024-12-18T22:52:38.089Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2498 | 2024-12-18T22:52:38.409Z | Compiling uzers v0.12.1 |
2499 | 2024-12-18T22:52:41.501Z | Compiling shell-words v1.1.0 |
2500 | 2024-12-18T22:52:41.961Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2501 | 2024-12-18T22:52:51.012Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2502 | 2024-12-18T22:52:53.092Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2503 | 2024-12-18T22:53:23.640Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2504 | 2024-12-18T22:53:25.034Z | Compiling multimap v0.10.0 |
2505 | 2024-12-18T22:55:46.873Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2506 | 2024-12-18T22:55:46.920Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2507 | 2024-12-18T23:02:34.814Z | Finished `release` profile [optimized] target(s) in 16m 04s |
2508 | 2024-12-18T23:03:37.688Z | |
2509 | 2024-12-18T23:03:37.690Z | real 17:08.547262994 |
2510 | 2024-12-18T23:03:37.690Z | user 1:56:24.868981917 |
2511 | 2024-12-18T23:03:37.690Z | sys 5:54.262294254 |
2512 | 2024-12-18T23:03:37.691Z | trap 2.830228703 |
2513 | 2024-12-18T23:03:37.691Z | tflt 2.978228472 |
2514 | 2024-12-18T23:03:37.691Z | dflt 4.255303963 |
2515 | 2024-12-18T23:03:37.691Z | kflt 0.020015757 |
2516 | 2024-12-18T23:03:37.691Z | lock 7:07:25.679250978 |
2517 | 2024-12-18T23:03:37.691Z | slp 6:08:33.030841593 |
2518 | 2024-12-18T23:03:37.691Z | lat 2:56.024053873 |
2519 | 2024-12-18T23:03:37.691Z | stop 2:31.352016396 |
2520 | 2024-12-18T23:03:37.691Z | + mapfile -t packages |
2521 | 2024-12-18T23:03:37.691Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2522 | 2024-12-18T23:03:38.717Z | Finished `release` profile [optimized] target(s) in 0.97s |
2523 | 2024-12-18T23:03:38.785Z | Running `target/release/omicron-package -t test list-outputs` |
2524 | 2024-12-18T23:03:38.832Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2525 | 2024-12-18T23:03:38.834Z | + ptime -m cargo build --locked --release -p xtask |
2526 | 2024-12-18T23:03:39.403Z | Compiling serde v1.0.215 |
2527 | 2024-12-18T23:03:39.406Z | Compiling serde_json v1.0.132 |
2528 | 2024-12-18T23:03:39.406Z | Compiling libc v0.2.162 |
2529 | 2024-12-18T23:03:39.406Z | Compiling rustix v0.38.37 |
2530 | 2024-12-18T23:03:39.406Z | Compiling syn v2.0.87 |
2531 | 2024-12-18T23:03:39.507Z | Compiling bitflags v2.6.0 |
2532 | 2024-12-18T23:03:39.848Z | Compiling usdt-impl v0.5.0 |
2533 | 2024-12-18T23:03:39.886Z | Compiling syn v1.0.109 |
2534 | 2024-12-18T23:03:40.022Z | Compiling hashbrown v0.15.1 |
2535 | 2024-12-18T23:03:40.051Z | Compiling log v0.4.22 |
2536 | 2024-12-18T23:03:40.074Z | Compiling fs-err v2.11.0 |
2537 | 2024-12-18T23:03:40.371Z | Compiling once_cell v1.20.2 |
2538 | 2024-12-18T23:03:40.507Z | Compiling anyhow v1.0.93 |
2539 | 2024-12-18T23:03:40.990Z | Compiling thread-id v4.2.2 |
2540 | 2024-12-18T23:03:41.368Z | Compiling indexmap v2.6.0 |
2541 | 2024-12-18T23:03:42.504Z | Compiling terminal_size v0.4.0 |
2542 | 2024-12-18T23:03:42.504Z | Compiling tempfile v3.13.0 |
2543 | 2024-12-18T23:03:42.770Z | Compiling clap_builder v4.5.21 |
2544 | 2024-12-18T23:03:43.655Z | Compiling proc-macro-error v1.0.4 |
2545 | 2024-12-18T23:03:44.797Z | Compiling tabled_derive v0.7.0 |
2546 | 2024-12-18T23:03:46.277Z | Compiling tabled v0.15.0 |
2547 | 2024-12-18T23:03:47.409Z | Compiling serde_derive v1.0.215 |
2548 | 2024-12-18T23:03:48.534Z | Compiling thiserror-impl v1.0.69 |
2549 | 2024-12-18T23:03:48.663Z | Compiling zerocopy-derive v0.7.35 |
2550 | 2024-12-18T23:03:48.734Z | Compiling scroll_derive v0.12.0 |
2551 | 2024-12-18T23:03:50.137Z | Compiling scroll v0.12.0 |
2552 | 2024-12-18T23:03:50.714Z | Compiling zerocopy v0.7.35 |
2553 | 2024-12-18T23:03:51.499Z | Compiling thiserror v1.0.69 |
2554 | 2024-12-18T23:03:51.679Z | Compiling pest v2.7.14 |
2555 | 2024-12-18T23:03:52.570Z | Compiling goblin v0.8.2 |
2556 | 2024-12-18T23:03:54.791Z | Compiling pest_meta v2.7.14 |
2557 | 2024-12-18T23:03:56.483Z | Compiling pest_generator v2.7.14 |
2558 | 2024-12-18T23:03:58.639Z | Compiling clap_derive v4.5.18 |
2559 | 2024-12-18T23:03:58.946Z | Compiling pest_derive v2.7.14 |
2560 | 2024-12-18T23:03:59.733Z | Compiling dtrace-parser v0.2.0 |
2561 | 2024-12-18T23:04:02.150Z | Compiling toml_datetime v0.6.8 |
2562 | 2024-12-18T23:04:02.948Z | Compiling serde_spanned v0.6.8 |
2563 | 2024-12-18T23:04:03.219Z | Compiling toml_edit v0.22.22 |
2564 | 2024-12-18T23:04:03.354Z | Compiling camino v1.1.9 |
2565 | 2024-12-18T23:04:04.850Z | Compiling serde_tokenstream v0.2.2 |
2566 | 2024-12-18T23:04:05.487Z | Compiling dof v0.3.0 |
2567 | 2024-12-18T23:04:07.633Z | Compiling toml v0.8.19 |
2568 | 2024-12-18T23:04:09.833Z | Compiling usdt-attr-macro v0.5.0 |
2569 | 2024-12-18T23:04:11.243Z | Compiling usdt-macro v0.5.0 |
2570 | 2024-12-18T23:04:11.525Z | Compiling semver v1.0.23 |
2571 | 2024-12-18T23:04:12.493Z | Compiling cargo-platform v0.1.8 |
2572 | 2024-12-18T23:04:13.064Z | Compiling cargo_metadata v0.18.1 |
2573 | 2024-12-18T23:04:13.597Z | Compiling usdt v0.5.0 |
2574 | 2024-12-18T23:04:14.415Z | Compiling cargo_toml v0.20.5 |
2575 | 2024-12-18T23:04:15.126Z | Compiling camino-tempfile v1.1.1 |
2576 | 2024-12-18T23:04:15.427Z | Compiling clap v4.5.21 |
2577 | 2024-12-18T23:04:15.568Z | Compiling macaddr v1.0.1 |
2578 | 2024-12-18T23:04:25.104Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2579 | 2024-12-18T23:04:36.331Z | Finished `release` profile [optimized] target(s) in 57.42s |
2580 | 2024-12-18T23:04:36.438Z | |
2581 | 2024-12-18T23:04:36.438Z | real 57.556092350 |
2582 | 2024-12-18T23:04:36.438Z | user 5:45.591252502 |
2583 | 2024-12-18T23:04:36.439Z | sys 32.181650954 |
2584 | 2024-12-18T23:04:36.439Z | trap 0.154433315 |
2585 | 2024-12-18T23:04:36.439Z | tflt 0.335708318 |
2586 | 2024-12-18T23:04:36.439Z | dflt 0.575630097 |
2587 | 2024-12-18T23:04:36.439Z | kflt 0.000052151 |
2588 | 2024-12-18T23:04:36.439Z | lock 10:44.032917807 |
2589 | 2024-12-18T23:04:36.441Z | slp 16:01.493242547 |
2590 | 2024-12-18T23:04:36.441Z | lat 13.197324361 |
2591 | 2024-12-18T23:04:36.441Z | stop 17.341765436 |
2592 | 2024-12-18T23:04:36.441Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2593 | 2024-12-18T23:04:36.441Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2594 | 2024-12-18T23:04:36.441Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2595 | 2024-12-18T23:04:36.441Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2596 | 2024-12-18T23:04:36.442Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2597 | 2024-12-18T23:04:37.335Z | Compiling hashbrown v0.14.5 |
2598 | 2024-12-18T23:04:37.463Z | Compiling ident_case v1.0.1 |
2599 | 2024-12-18T23:04:37.475Z | Compiling unsafe-libyaml v0.2.11 |
2600 | 2024-12-18T23:04:37.477Z | Compiling progenitor-client v0.8.0 |
2601 | 2024-12-18T23:04:37.486Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2602 | 2024-12-18T23:04:37.502Z | Compiling ipnetwork v0.20.0 |
2603 | 2024-12-18T23:04:37.505Z | Compiling macaddr v1.0.1 |
2604 | 2024-12-18T23:04:37.505Z | Compiling instant v0.1.13 |
2605 | 2024-12-18T23:04:37.625Z | Compiling darling_core v0.20.10 |
2606 | 2024-12-18T23:04:37.709Z | Compiling structmeta-derive v0.3.0 |
2607 | 2024-12-18T23:04:37.963Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2608 | 2024-12-18T23:04:38.014Z | Compiling dropshot v0.13.0 |
2609 | 2024-12-18T23:04:38.034Z | Compiling newtype-uuid v1.1.3 |
2610 | 2024-12-18T23:04:38.365Z | Compiling dropshot_endpoint v0.13.0 |
2611 | 2024-12-18T23:04:38.431Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2612 | 2024-12-18T23:04:38.754Z | Compiling regress v0.10.1 |
2613 | 2024-12-18T23:04:38.771Z | Compiling regress v0.9.1 |
2614 | 2024-12-18T23:04:38.819Z | Compiling serde_yaml v0.9.34+deprecated |
2615 | 2024-12-18T23:04:39.212Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2616 | 2024-12-18T23:04:39.415Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2617 | 2024-12-18T23:04:39.433Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2618 | 2024-12-18T23:04:39.815Z | Compiling backoff v0.4.0 |
2619 | 2024-12-18T23:04:40.202Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2620 | 2024-12-18T23:04:40.242Z | Compiling tempfile v3.13.0 |
2621 | 2024-12-18T23:04:40.381Z | Compiling proc-macro-crate v1.3.1 |
2622 | 2024-12-18T23:04:40.807Z | Compiling structmeta v0.3.0 |
2623 | 2024-12-18T23:04:41.147Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2624 | 2024-12-18T23:04:41.278Z | Compiling parse-display-derive v0.10.0 |
2625 | 2024-12-18T23:04:41.517Z | Compiling num_enum_derive v0.5.11 |
2626 | 2024-12-18T23:04:41.561Z | Compiling itertools v0.13.0 |
2627 | 2024-12-18T23:04:43.068Z | Compiling typify-impl v0.2.0 |
2628 | 2024-12-18T23:04:43.952Z | Compiling zerocopy v0.8.10 |
2629 | 2024-12-18T23:04:44.059Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2630 | 2024-12-18T23:04:44.179Z | Compiling num_enum v0.5.11 |
2631 | 2024-12-18T23:04:44.374Z | Compiling foreign-types-macros v0.2.3 |
2632 | 2024-12-18T23:04:44.400Z | Compiling zerocopy-derive v0.8.10 |
2633 | 2024-12-18T23:04:44.807Z | Compiling darling_macro v0.20.10 |
2634 | 2024-12-18T23:04:44.980Z | Compiling heapless v0.8.0 |
2635 | 2024-12-18T23:04:45.059Z | Compiling foreign-types-shared v0.3.1 |
2636 | 2024-12-18T23:04:45.376Z | Compiling proc-macro-error v1.0.4 |
2637 | 2024-12-18T23:04:45.701Z | Compiling foreign-types v0.5.0 |
2638 | 2024-12-18T23:04:45.774Z | Compiling darling v0.20.10 |
2639 | 2024-12-18T23:04:45.889Z | Compiling camino-tempfile v1.1.1 |
2640 | 2024-12-18T23:04:45.908Z | Compiling serde_with_macros v3.11.0 |
2641 | 2024-12-18T23:04:45.962Z | Compiling parse-display v0.10.0 |
2642 | 2024-12-18T23:04:46.024Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2643 | 2024-12-18T23:04:46.106Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2644 | 2024-12-18T23:04:46.385Z | Compiling hash32 v0.3.1 |
2645 | 2024-12-18T23:04:46.661Z | Compiling cstr-argument v0.1.2 |
2646 | 2024-12-18T23:04:46.689Z | Compiling pretty-hex v0.2.1 |
2647 | 2024-12-18T23:04:46.910Z | Compiling smoltcp v0.11.0 |
2648 | 2024-12-18T23:04:46.940Z | Compiling crucible-workspace-hack v0.1.0 |
2649 | 2024-12-18T23:04:46.978Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2650 | 2024-12-18T23:04:47.165Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2651 | 2024-12-18T23:04:47.241Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2652 | 2024-12-18T23:04:47.692Z | Compiling tabwriter v1.4.0 |
2653 | 2024-12-18T23:04:47.897Z | Compiling colored v2.1.0 |
2654 | 2024-12-18T23:04:48.268Z | Compiling cobs v0.2.3 |
2655 | 2024-12-18T23:04:48.603Z | Compiling postcard v1.0.10 |
2656 | 2024-12-18T23:04:48.863Z | Compiling serde_with v3.11.0 |
2657 | 2024-12-18T23:04:48.894Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2658 | 2024-12-18T23:04:49.210Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2659 | 2024-12-18T23:04:49.387Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2660 | 2024-12-18T23:04:49.406Z | Compiling thiserror v2.0.3 |
2661 | 2024-12-18T23:04:50.087Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2662 | 2024-12-18T23:04:50.417Z | Compiling smf v0.2.3 |
2663 | 2024-12-18T23:04:50.725Z | Compiling thiserror-impl v2.0.3 |
2664 | 2024-12-18T23:04:51.132Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2665 | 2024-12-18T23:04:51.917Z | Compiling zone_cfg_derive v0.3.0 |
2666 | 2024-12-18T23:04:52.938Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2667 | 2024-12-18T23:04:53.271Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2668 | 2024-12-18T23:04:53.332Z | Compiling num-derive v0.4.2 |
2669 | 2024-12-18T23:04:53.409Z | Compiling sigpipe v0.1.3 |
2670 | 2024-12-18T23:04:53.456Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2671 | 2024-12-18T23:04:53.556Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2672 | 2024-12-18T23:04:53.793Z | Compiling zone v0.3.0 |
2673 | 2024-12-18T23:04:53.934Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2674 | 2024-12-18T23:04:54.094Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2675 | 2024-12-18T23:04:54.384Z | Compiling universal-hash v0.5.1 |
2676 | 2024-12-18T23:04:54.595Z | Compiling opaque-debug v0.3.1 |
2677 | 2024-12-18T23:04:54.707Z | Compiling num-rational v0.4.2 |
2678 | 2024-12-18T23:04:54.726Z | Compiling password-hash v0.5.0 |
2679 | 2024-12-18T23:04:54.744Z | Compiling num-complex v0.4.6 |
2680 | 2024-12-18T23:04:55.426Z | Compiling blake2 v0.10.6 |
2681 | 2024-12-18T23:04:55.804Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2682 | 2024-12-18T23:04:55.837Z | Compiling aead v0.5.2 |
2683 | 2024-12-18T23:04:55.903Z | Compiling keccak v0.1.5 |
2684 | 2024-12-18T23:04:55.967Z | Compiling convert_case v0.4.0 |
2685 | 2024-12-18T23:04:56.233Z | Compiling sha3 v0.10.8 |
2686 | 2024-12-18T23:04:56.514Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2687 | 2024-12-18T23:04:56.737Z | Compiling argon2 v0.5.3 |
2688 | 2024-12-18T23:04:56.812Z | Compiling num v0.4.3 |
2689 | 2024-12-18T23:04:56.889Z | Compiling poly1305 v0.8.0 |
2690 | 2024-12-18T23:04:56.932Z | Compiling tungstenite v0.21.0 |
2691 | 2024-12-18T23:04:56.952Z | Compiling chacha20 v0.9.1 |
2692 | 2024-12-18T23:04:57.015Z | Compiling derive_more v0.99.18 |
2693 | 2024-12-18T23:04:57.279Z | Compiling float-ord v0.3.2 |
2694 | 2024-12-18T23:04:57.453Z | Compiling base64 v0.21.7 |
2695 | 2024-12-18T23:04:57.473Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2696 | 2024-12-18T23:04:58.204Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2697 | 2024-12-18T23:04:58.319Z | Compiling tokio-tungstenite v0.21.0 |
2698 | 2024-12-18T23:04:58.677Z | Compiling same-file v1.0.6 |
2699 | 2024-12-18T23:04:58.706Z | Compiling semver v0.1.20 |
2700 | 2024-12-18T23:04:58.946Z | Compiling walkdir v2.5.0 |
2701 | 2024-12-18T23:04:59.019Z | Compiling newline-converter v0.3.0 |
2702 | 2024-12-18T23:04:59.193Z | Compiling rustc_version v0.1.7 |
2703 | 2024-12-18T23:04:59.216Z | Compiling primeorder v0.13.6 |
2704 | 2024-12-18T23:04:59.410Z | Compiling secrecy v0.8.0 |
2705 | 2024-12-18T23:04:59.684Z | Compiling cancel-safe-futures v0.1.5 |
2706 | 2024-12-18T23:04:59.713Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2707 | 2024-12-18T23:04:59.747Z | Compiling owo-colors v4.1.0 |
2708 | 2024-12-18T23:04:59.759Z | Compiling newtype_derive v0.1.6 |
2709 | 2024-12-18T23:04:59.785Z | Compiling expectorate v1.1.0 |
2710 | 2024-12-18T23:04:59.982Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2711 | 2024-12-18T23:05:00.072Z | Compiling thiserror-impl-no-std v2.0.2 |
2712 | 2024-12-18T23:05:00.088Z | Compiling blake3 v1.5.4 |
2713 | 2024-12-18T23:05:00.105Z | Compiling ring v0.16.20 |
2714 | 2024-12-18T23:05:00.316Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2715 | 2024-12-18T23:05:00.543Z | Compiling unicase v2.7.0 |
2716 | 2024-12-18T23:05:00.610Z | Compiling half v2.4.1 |
2717 | 2024-12-18T23:05:00.766Z | Compiling ciborium-io v0.2.2 |
2718 | 2024-12-18T23:05:00.860Z | Compiling arc-swap v1.7.1 |
2719 | 2024-12-18T23:05:01.157Z | Compiling ciborium-ll v0.2.2 |
2720 | 2024-12-18T23:05:01.512Z | Compiling slog-scope v4.4.0 |
2721 | 2024-12-18T23:05:01.611Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2722 | 2024-12-18T23:05:01.946Z | Compiling typify-macro v0.2.0 |
2723 | 2024-12-18T23:05:01.998Z | Compiling polyval v0.6.2 |
2724 | 2024-12-18T23:05:02.025Z | Compiling atomicwrites v0.4.4 |
2725 | 2024-12-18T23:05:02.416Z | Compiling libsw v3.3.1 |
2726 | 2024-12-18T23:05:02.447Z | Compiling memmap2 v0.9.5 |
2727 | 2024-12-18T23:05:02.468Z | Compiling spin v0.5.2 |
2728 | 2024-12-18T23:05:02.724Z | Compiling constant_time_eq v0.3.1 |
2729 | 2024-12-18T23:05:02.743Z | Compiling salty v0.3.0 |
2730 | 2024-12-18T23:05:02.955Z | Compiling parking_lot_core v0.8.6 |
2731 | 2024-12-18T23:05:02.981Z | Compiling libefi-sys v0.1.0 |
2732 | 2024-12-18T23:05:03.222Z | Compiling indent_write v2.2.0 |
2733 | 2024-12-18T23:05:03.292Z | Compiling arrayref v0.3.9 |
2734 | 2024-12-18T23:05:03.345Z | Compiling thiserror-no-std v2.0.2 |
2735 | 2024-12-18T23:05:03.414Z | Compiling arrayvec v0.7.6 |
2736 | 2024-12-18T23:05:03.432Z | Compiling linear-map v1.2.0 |
2737 | 2024-12-18T23:05:03.453Z | Compiling vsss-rs v3.3.4 |
2738 | 2024-12-18T23:05:03.580Z | Compiling ghash v0.5.1 |
2739 | 2024-12-18T23:05:03.889Z | Compiling slog-stdlog v4.1.1 |
2740 | 2024-12-18T23:05:03.920Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2741 | 2024-12-18T23:05:04.249Z | Compiling ciborium v0.2.2 |
2742 | 2024-12-18T23:05:04.787Z | Compiling p384 v0.13.0 |
2743 | 2024-12-18T23:05:05.062Z | Compiling toolchain_find v0.4.0 |
2744 | 2024-12-18T23:05:05.084Z | Compiling chacha20poly1305 v0.10.1 |
2745 | 2024-12-18T23:05:05.353Z | Compiling lzma-sys v0.1.20 |
2746 | 2024-12-18T23:05:05.791Z | Compiling ctr v0.9.2 |
2747 | 2024-12-18T23:05:05.851Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2748 | 2024-12-18T23:05:06.165Z | Compiling bitfield-struct v0.6.2 |
2749 | 2024-12-18T23:05:06.223Z | Compiling slog-dtrace v0.3.0 |
2750 | 2024-12-18T23:05:06.276Z | Compiling topological-sort v0.2.2 |
2751 | 2024-12-18T23:05:06.355Z | Compiling highway v1.2.0 |
2752 | 2024-12-18T23:05:06.396Z | Compiling typify v0.2.0 |
2753 | 2024-12-18T23:05:06.513Z | Compiling omicron-zone-package v0.11.1 |
2754 | 2024-12-18T23:05:06.566Z | Compiling progenitor-impl v0.8.0 |
2755 | 2024-12-18T23:05:06.772Z | Compiling aes-gcm v0.10.3 |
2756 | 2024-12-18T23:05:07.091Z | Compiling rustfmt-wrapper v0.2.1 |
2757 | 2024-12-18T23:05:07.173Z | Compiling mime_guess v2.0.5 |
2758 | 2024-12-18T23:05:07.452Z | Compiling slog-envlogger v2.2.0 |
2759 | 2024-12-18T23:05:07.638Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2760 | 2024-12-18T23:05:07.668Z | Compiling steno v0.4.1 |
2761 | 2024-12-18T23:05:08.493Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2762 | 2024-12-18T23:05:08.510Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2763 | 2024-12-18T23:05:08.616Z | Compiling heck v0.3.3 |
2764 | 2024-12-18T23:05:09.033Z | Compiling ssh-encoding v0.2.0 |
2765 | 2024-12-18T23:05:09.050Z | Compiling blowfish v0.9.1 |
2766 | 2024-12-18T23:05:09.083Z | Compiling nibble_vec v0.1.0 |
2767 | 2024-12-18T23:05:09.214Z | Compiling env_filter v0.1.2 |
2768 | 2024-12-18T23:05:09.323Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2769 | 2024-12-18T23:05:09.520Z | Compiling endian-type v0.1.2 |
2770 | 2024-12-18T23:05:09.594Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2771 | 2024-12-18T23:05:09.614Z | Compiling humantime v2.1.0 |
2772 | 2024-12-18T23:05:09.688Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2773 | 2024-12-18T23:05:09.727Z | Compiling radix_trie v0.2.1 |
2774 | 2024-12-18T23:05:09.774Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2775 | 2024-12-18T23:05:10.019Z | Compiling env_logger v0.11.5 |
2776 | 2024-12-18T23:05:10.036Z | Compiling ssh-cipher v0.2.0 |
2777 | 2024-12-18T23:05:10.166Z | Compiling bcrypt-pbkdf v0.10.0 |
2778 | 2024-12-18T23:05:10.449Z | Compiling zone_cfg_derive v0.1.2 |
2779 | 2024-12-18T23:05:10.807Z | Compiling parking_lot v0.11.2 |
2780 | 2024-12-18T23:05:10.887Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2781 | 2024-12-18T23:05:11.334Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2782 | 2024-12-18T23:05:11.801Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2783 | 2024-12-18T23:05:11.883Z | Compiling password-hash v0.4.2 |
2784 | 2024-12-18T23:05:11.943Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2785 | 2024-12-18T23:05:12.024Z | Compiling gethostname v0.5.0 |
2786 | 2024-12-18T23:05:12.265Z | Compiling fxhash v0.2.1 |
2787 | 2024-12-18T23:05:12.282Z | Compiling simd-adler32 v0.3.7 |
2788 | 2024-12-18T23:05:12.433Z | Compiling base64 v0.13.1 |
2789 | 2024-12-18T23:05:12.477Z | Compiling lockfree-object-pool v0.1.6 |
2790 | 2024-12-18T23:05:12.589Z | Compiling http-range v0.1.5 |
2791 | 2024-12-18T23:05:12.788Z | Compiling matches v0.1.10 |
2792 | 2024-12-18T23:05:12.811Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2793 | 2024-12-18T23:05:12.870Z | Compiling zip v2.1.3 |
2794 | 2024-12-18T23:05:12.928Z | Compiling bumpalo v3.16.0 |
2795 | 2024-12-18T23:05:13.003Z | Compiling idna v0.2.3 |
2796 | 2024-12-18T23:05:13.071Z | Compiling ron v0.7.1 |
2797 | 2024-12-18T23:05:13.119Z | Compiling sled v0.34.7 |
2798 | 2024-12-18T23:05:13.171Z | Compiling pbkdf2 v0.11.0 |
2799 | 2024-12-18T23:05:13.249Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2800 | 2024-12-18T23:05:13.442Z | Compiling zopfli v0.8.1 |
2801 | 2024-12-18T23:05:13.563Z | Compiling zone v0.1.8 |
2802 | 2024-12-18T23:05:13.998Z | Compiling xz2 v0.1.7 |
2803 | 2024-12-18T23:05:14.520Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2804 | 2024-12-18T23:05:15.040Z | Compiling progenitor-macro v0.8.0 |
2805 | 2024-12-18T23:05:15.257Z | Compiling ssh-key v0.6.6 |
2806 | 2024-12-18T23:05:15.305Z | Compiling hickory-client v0.24.1 |
2807 | 2024-12-18T23:05:15.653Z | Compiling p256 v0.13.2 |
2808 | 2024-12-18T23:05:15.766Z | Compiling p521 v0.13.3 |
2809 | 2024-12-18T23:05:15.939Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2810 | 2024-12-18T23:05:16.532Z | Compiling hickory-server v0.24.1 |
2811 | 2024-12-18T23:05:16.830Z | Compiling enum-as-inner v0.5.1 |
2812 | 2024-12-18T23:05:17.128Z | Compiling pem v3.0.4 |
2813 | 2024-12-18T23:05:17.916Z | Compiling yasna v0.5.2 |
2814 | 2024-12-18T23:05:18.004Z | Compiling headers-core v0.3.0 |
2815 | 2024-12-18T23:05:18.187Z | Compiling kstat-rs v0.2.4 |
2816 | 2024-12-18T23:05:18.231Z | Compiling nanorand v0.7.0 |
2817 | 2024-12-18T23:05:18.848Z | Compiling russh-cryptovec v0.7.3 |
2818 | 2024-12-18T23:05:18.872Z | Compiling atty v0.2.14 |
2819 | 2024-12-18T23:05:19.034Z | Compiling md5 v0.7.0 |
2820 | 2024-12-18T23:05:19.193Z | Compiling rcgen v0.12.1 |
2821 | 2024-12-18T23:05:19.577Z | Compiling russh-keys v0.45.0 |
2822 | 2024-12-18T23:05:19.683Z | Compiling flume v0.11.1 |
2823 | 2024-12-18T23:05:19.986Z | Compiling headers v0.4.0 |
2824 | 2024-12-18T23:05:20.280Z | Compiling trust-dns-proto v0.22.0 |
2825 | 2024-12-18T23:05:20.374Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2826 | 2024-12-18T23:05:21.774Z | Compiling hyper-staticfile v0.10.1 |
2827 | 2024-12-18T23:05:23.008Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2828 | 2024-12-18T23:05:23.648Z | Compiling num-bigint v0.4.6 |
2829 | 2024-12-18T23:05:23.875Z | Compiling des v0.8.1 |
2830 | 2024-12-18T23:05:24.000Z | Compiling subprocess v0.2.9 |
2831 | 2024-12-18T23:05:24.212Z | Compiling hex-literal v0.4.1 |
2832 | 2024-12-18T23:05:24.246Z | Compiling display-error-chain v0.2.2 |
2833 | 2024-12-18T23:05:24.382Z | Compiling dhcproto-macros v0.1.0 |
2834 | 2024-12-18T23:05:24.462Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2835 | 2024-12-18T23:05:24.940Z | Compiling internet-checksum v0.2.1 |
2836 | 2024-12-18T23:05:25.367Z | Compiling dhcproto v0.12.0 |
2837 | 2024-12-18T23:05:26.737Z | Compiling russh v0.45.0 |
2838 | 2024-12-18T23:05:28.577Z | Compiling progenitor v0.8.0 |
2839 | 2024-12-18T23:05:28.723Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2840 | 2024-12-18T23:05:28.726Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2841 | 2024-12-18T23:05:28.726Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2842 | 2024-12-18T23:05:28.726Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2843 | 2024-12-18T23:05:28.726Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2844 | 2024-12-18T23:05:28.726Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2845 | 2024-12-18T23:05:28.817Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2846 | 2024-12-18T23:05:30.286Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2847 | 2024-12-18T23:05:31.140Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2848 | 2024-12-18T23:05:33.026Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2849 | 2024-12-18T23:05:34.508Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2850 | 2024-12-18T23:05:35.574Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2851 | 2024-12-18T23:05:44.702Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2852 | 2024-12-18T23:05:44.702Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2853 | 2024-12-18T23:05:44.704Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2854 | 2024-12-18T23:05:44.704Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2855 | 2024-12-18T23:05:48.018Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2856 | 2024-12-18T23:05:48.190Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2857 | 2024-12-18T23:05:49.112Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2858 | 2024-12-18T23:05:49.362Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2859 | 2024-12-18T23:05:51.705Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2860 | 2024-12-18T23:05:52.950Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2861 | 2024-12-18T23:05:53.628Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2862 | 2024-12-18T23:05:54.057Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2863 | 2024-12-18T23:05:55.547Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2864 | 2024-12-18T23:05:56.651Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2865 | 2024-12-18T23:05:57.110Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2866 | 2024-12-18T23:05:58.338Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2867 | 2024-12-18T23:05:58.881Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2868 | 2024-12-18T23:05:59.011Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2869 | 2024-12-18T23:05:59.222Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2870 | 2024-12-18T23:06:00.685Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2871 | 2024-12-18T23:06:01.201Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2872 | 2024-12-18T23:06:01.421Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2873 | 2024-12-18T23:06:03.108Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2874 | 2024-12-18T23:06:03.952Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2875 | 2024-12-18T23:06:07.451Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2876 | 2024-12-18T23:06:08.484Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2877 | 2024-12-18T23:06:09.717Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2878 | 2024-12-18T23:06:10.456Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2879 | 2024-12-18T23:06:14.824Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2880 | 2024-12-18T23:06:23.587Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2881 | 2024-12-18T23:06:24.948Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2882 | 2024-12-18T23:06:44.062Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2883 | 2024-12-18T23:07:16.268Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 39s |
2884 | 2024-12-18T23:07:16.479Z | |
2885 | 2024-12-18T23:07:16.480Z | real 2:39.935689398 |
2886 | 2024-12-18T23:07:16.480Z | user 12:31.748785124 |
2887 | 2024-12-18T23:07:16.480Z | sys 2:42.218227648 |
2888 | 2024-12-18T23:07:16.480Z | trap 0.325626229 |
2889 | 2024-12-18T23:07:16.480Z | tflt 0.849923085 |
2890 | 2024-12-18T23:07:16.481Z | dflt 1.911310026 |
2891 | 2024-12-18T23:07:16.481Z | kflt 0.000025849 |
2892 | 2024-12-18T23:07:16.481Z | lock 25:56.216254258 |
2893 | 2024-12-18T23:07:16.483Z | slp 45:21.409327528 |
2894 | 2024-12-18T23:07:16.483Z | lat 36.188993274 |
2895 | 2024-12-18T23:07:16.483Z | stop 1:24.633822695 |
2896 | 2024-12-18T23:07:16.483Z | + mkdir tests |
2897 | 2024-12-18T23:07:16.483Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2898 | 2024-12-18T23:07:16.483Z | + xargs -I '{}' -t cp '{}' tests/ |
2899 | 2024-12-18T23:07:16.530Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-3e3f68b37990bf41 tests/ |
2900 | 2024-12-18T23:07:16.556Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-da6a5e5e8063d733 tests/ |
2901 | 2024-12-18T23:07:16.583Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-b49806a1c425ee86 tests/ |
2902 | 2024-12-18T23:07:16.610Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-9cdfae30744785b4 tests/ |
2903 | 2024-12-18T23:07:16.818Z | + 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/*) |
2904 | 2024-12-18T23:07:16.821Z | + 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 |
2905 | 2024-12-18T23:08:27.663Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2906 | 2024-12-18T23:08:27.663Z | a .github/buildomat/ci-env.sh 1K |
2907 | 2024-12-18T23:08:27.663Z | a out/target/test 1K |
2908 | 2024-12-18T23:08:27.663Z | a out/npuzone/npuzone 23144K |
2909 | 2024-12-18T23:08:27.663Z | a package-manifest.toml 32K |
2910 | 2024-12-18T23:08:27.663Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2911 | 2024-12-18T23:08:27.663Z | a target/release/omicron-package 36361K |
2912 | 2024-12-18T23:08:27.663Z | a target/release/xtask 11762K |
2913 | 2024-12-18T23:08:27.663Z | a target/debug/bootstrap 210055K |
2914 | 2024-12-18T23:08:27.663Z | a tests/bootstrap-3e3f68b37990bf41 24246K |
2915 | 2024-12-18T23:08:27.663Z | a tests/commtest-b49806a1c425ee86 25022K |
2916 | 2024-12-18T23:08:27.663Z | a tests/dhcp_server-da6a5e5e8063d733 24246K |
2917 | 2024-12-18T23:08:27.663Z | a tests/end_to_end_tests-9cdfae30744785b4 228118K |
2918 | 2024-12-18T23:08:27.663Z | a out/clickhouse.tar.gz 280615K |
2919 | 2024-12-18T23:08:27.663Z | a out/clickhouse_keeper.tar.gz 280581K |
2920 | 2024-12-18T23:08:27.663Z | a out/clickhouse_server.tar.gz 280577K |
2921 | 2024-12-18T23:08:27.663Z | a out/cockroachdb.tar.gz 134594K |
2922 | 2024-12-18T23:08:27.663Z | a out/crucible-dtrace.tar 85K |
2923 | 2024-12-18T23:08:27.663Z | a out/crucible-pantry-zone.tar.gz 28187K |
2924 | 2024-12-18T23:08:27.663Z | a out/crucible-zone.tar.gz 36405K |
2925 | 2024-12-18T23:08:27.663Z | a out/external-dns.tar.gz 35282K |
2926 | 2024-12-18T23:08:27.663Z | a out/internal-dns.tar.gz 35281K |
2927 | 2024-12-18T23:08:27.663Z | a out/mg-ddm-gz.tar 63075K |
2928 | 2024-12-18T23:08:27.663Z | a out/nexus.tar.gz 98104K |
2929 | 2024-12-18T23:08:27.663Z | a out/ntp.tar.gz 10370K |
2930 | 2024-12-18T23:08:27.663Z | a out/omicron-gateway-softnpu.tar.gz 23944K |
2931 | 2024-12-18T23:08:27.664Z | a out/omicron-sled-agent.tar 113554K |
2932 | 2024-12-18T23:08:27.664Z | a out/overlay.tar.gz 3K |
2933 | 2024-12-18T23:08:27.664Z | a out/oximeter.tar.gz 47772K |
2934 | 2024-12-18T23:08:27.664Z | a out/oxlog.tar 3088K |
2935 | 2024-12-18T23:08:27.664Z | a out/probe.tar.gz 2764K |
2936 | 2024-12-18T23:08:27.664Z | a out/propolis-server.tar.gz 66730K |
2937 | 2024-12-18T23:08:27.664Z | a out/pumpkind-gz.tar 26665K |
2938 | 2024-12-18T23:08:27.664Z | a out/switch-softnpu.tar.gz 235671K |
2939 | 2024-12-18T23:08:27.667Z | |
2940 | 2024-12-18T23:08:27.667Z | real 1:10.816948497 |
2941 | 2024-12-18T23:08:27.667Z | user 1:07.610921034 |
2942 | 2024-12-18T23:08:27.667Z | sys 4.618631033 |
2943 | 2024-12-18T23:08:27.667Z | trap 0.018657081 |
2944 | 2024-12-18T23:08:27.667Z | tflt 0.000000000 |
2945 | 2024-12-18T23:08:27.668Z | dflt 0.000000000 |
2946 | 2024-12-18T23:08:27.668Z | kflt 0.000000000 |
2947 | 2024-12-18T23:08:27.668Z | lock 0.000000000 |
2948 | 2024-12-18T23:08:27.668Z | slp 1:07.322266781 |
2949 | 2024-12-18T23:08:27.668Z | lat 2.057565256 |
2950 | 2024-12-18T23:08:27.668Z | stop 0.000619829 |
2951 | 2024-12-18T23:08:27.668Z | process exited: duration 1933046 ms, exit code 0 |
|
2952 | 2024-12-18T23:08:27.681Z | found 1 output files |
2953 | 2024-12-18T23:08:27.681Z | uploading: /work/package.tar.gz (1854906713 bytes) |
2954 | 2024-12-18T23:09:09.021Z | uploaded: /work/package.tar.gz |