|
|
|
1 | 2024-07-19T17:05:44.004Z | job assigned to worker 01J35Z8C61KM227B39XNAJ0CVD (queued for 47 s) |
|
2 | 2024-07-19T17:05:51.494Z | starting task 0: "setup" |
3 | 2024-07-19T17:05:51.505Z | ++ uname -s |
4 | 2024-07-19T17:05:51.508Z | + kern=SunOS |
5 | 2024-07-19T17:05:51.508Z | + case "$kern" in |
6 | 2024-07-19T17:05:51.508Z | + groupadd -g 12345 build |
7 | 2024-07-19T17:05:51.511Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-19T17:05:53.523Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-19T17:05:53.676Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-19T17:05:53.679Z | + home_fs=zfs |
11 | 2024-07-19T17:05:53.679Z | + [[ zfs == autofs ]] |
12 | 2024-07-19T17:05:53.679Z | + mkdir -p /home/build |
13 | 2024-07-19T17:05:53.681Z | + chown build:build /home/build /work |
14 | 2024-07-19T17:05:55.682Z | + chmod 0700 /home/build /work |
15 | 2024-07-19T17:05:55.685Z | process exited: duration 4190 ms, exit code 0 |
|
16 | 2024-07-19T17:05:55.692Z | starting task 1: "rust-toolchain" |
17 | 2024-07-19T17:05:55.697Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-19T17:05:55.697Z | ' 1.78.0 |
19 | 2024-07-19T17:05:55.697Z | * toolchain channel = "1.78.0" |
20 | 2024-07-19T17:05:55.697Z | + printf ' * toolchain profile = "%s" |
21 | 2024-07-19T17:05:55.697Z | ' default |
22 | 2024-07-19T17:05:55.697Z | * toolchain profile = "default" |
23 | 2024-07-19T17:05:55.700Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-19T17:05:55.700Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-07-19T17:05:55.813Z | info: downloading installer |
26 | 2024-07-19T17:05:57.019Z | info: profile set to 'default' |
27 | 2024-07-19T17:05:57.019Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-19T17:05:57.022Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-07-19T17:05:57.175Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-07-19T17:05:57.175Z | info: downloading component 'cargo' |
31 | 2024-07-19T17:05:58.019Z | info: downloading component 'clippy' |
32 | 2024-07-19T17:05:58.307Z | info: downloading component 'rust-docs' |
33 | 2024-07-19T17:05:59.470Z | info: downloading component 'rust-std' |
34 | 2024-07-19T17:06:01.311Z | info: downloading component 'rustc' |
35 | 2024-07-19T17:06:06.053Z | info: downloading component 'rustfmt' |
36 | 2024-07-19T17:06:06.394Z | info: installing component 'cargo' |
37 | 2024-07-19T17:06:07.223Z | info: installing component 'clippy' |
38 | 2024-07-19T17:06:07.582Z | info: installing component 'rust-docs' |
39 | 2024-07-19T17:06:09.109Z | info: installing component 'rust-std' |
40 | 2024-07-19T17:06:10.865Z | info: installing component 'rustc' |
41 | 2024-07-19T17:06:14.994Z | info: installing component 'rustfmt' |
42 | 2024-07-19T17:06:15.328Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-07-19T17:06:15.328Z | |
44 | 2024-07-19T17:06:15.596Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-07-19T17:06:15.596Z | |
46 | 2024-07-19T17:06:15.599Z | |
47 | 2024-07-19T17:06:15.599Z | Rust is installed now. Great! |
48 | 2024-07-19T17:06:15.599Z | |
49 | 2024-07-19T17:06:15.599Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-19T17:06:15.599Z | environment variable. This has not been done automatically. |
51 | 2024-07-19T17:06:15.599Z | |
52 | 2024-07-19T17:06:15.599Z | To configure your current shell, you need to source |
53 | 2024-07-19T17:06:15.599Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-19T17:06:15.599Z | |
55 | 2024-07-19T17:06:15.599Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-19T17:06:15.599Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-19T17:06:15.599Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-19T17:06:15.649Z | + rustc --version |
59 | 2024-07-19T17:06:15.712Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-07-19T17:06:15.715Z | process exited: duration 20021 ms, exit code 0 |
|
61 | 2024-07-19T17:06:15.721Z | starting task 2: "authentication" |
62 | 2024-07-19T17:06:15.742Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-07-19T17:06:15.748Z | starting task 3: "clone repository" |
64 | 2024-07-19T17:06:15.753Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-07-19T17:06:15.757Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-07-19T17:06:15.798Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-07-19T17:06:22.465Z | + cd /work/oxidecomputer/omicron |
68 | 2024-07-19T17:06:22.465Z | + git fetch origin ea8e04155df20d01a64c93f92af7609261fe0506 |
69 | 2024-07-19T17:06:22.791Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-07-19T17:06:22.791Z | * branch ea8e04155df20d01a64c93f92af7609261fe0506 -> FETCH_HEAD |
71 | 2024-07-19T17:06:22.801Z | + [[ -n move-switch-data-link-timeseries-to-toml ]] |
72 | 2024-07-19T17:06:22.803Z | ++ git branch --show-current |
73 | 2024-07-19T17:06:22.806Z | + current=main |
74 | 2024-07-19T17:06:22.806Z | + [[ main != move-switch-data-link-timeseries-to-toml ]] |
75 | 2024-07-19T17:06:22.806Z | + git branch -f move-switch-data-link-timeseries-to-toml ea8e04155df20d01a64c93f92af7609261fe0506 |
76 | 2024-07-19T17:06:22.809Z | + git checkout -f move-switch-data-link-timeseries-to-toml |
77 | 2024-07-19T17:06:22.947Z | Switched to branch 'move-switch-data-link-timeseries-to-toml' |
78 | 2024-07-19T17:06:22.950Z | + git reset --hard ea8e04155df20d01a64c93f92af7609261fe0506 |
79 | 2024-07-19T17:06:22.966Z | HEAD is now at ea8e04155 update openapi spec |
80 | 2024-07-19T17:06:22.969Z | process exited: duration 7217 ms, exit code 0 |
|
81 | 2024-07-19T17:06:22.977Z | starting task 4: "build" |
82 | 2024-07-19T17:06:22.981Z | + cargo --version |
83 | 2024-07-19T17:06:23.035Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-07-19T17:06:23.038Z | + rustc --version |
85 | 2024-07-19T17:06:23.094Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-07-19T17:06:23.097Z | + WORK=/work |
87 | 2024-07-19T17:06:23.097Z | + pfexec mkdir -p /work |
88 | 2024-07-19T17:06:23.100Z | + pfexec chown build /work |
89 | 2024-07-19T17:06:23.103Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
90 | 2024-07-19T17:06:28.508Z | Startup: Refreshing catalog 'helios-dev' ... Done |
91 | 2024-07-19T17:06:30.498Z | Startup: Caching catalogs ... Done |
92 | 2024-07-19T17:06:33.724Z | Planning: Solver setup ... Done (2.715s) |
93 | 2024-07-19T17:06:33.778Z | Planning: Running solver ... Done (0.054s) |
94 | 2024-07-19T17:06:33.826Z | Planning: Finding local manifests ... Done (0.004s) |
95 | 2024-07-19T17:06:33.839Z | Planning: Fetching manifests: 0/4 0% complete |
96 | 2024-07-19T17:06:33.982Z | Planning: Fetching manifests: 4/4 100% complete |
97 | 2024-07-19T17:06:34.030Z | Planning: Package planning ... Done (0.048s) |
98 | 2024-07-19T17:06:34.079Z | Planning: Merging actions ... Done (0.049s) |
99 | 2024-07-19T17:06:34.376Z | Planning: Checking for conflicting actions ... Done (0.297s) |
100 | 2024-07-19T17:06:34.387Z | Planning: Consolidating action changes ... Done (0.011s) |
101 | 2024-07-19T17:06:35.387Z | Planning: Evaluating mediators ... Done (1.000s) |
102 | 2024-07-19T17:06:35.397Z | Planning: Planning completed in 4.83 seconds |
103 | 2024-07-19T17:06:35.413Z | Packages to install: 4 |
104 | 2024-07-19T17:06:35.413Z | Mediators to change: 2 |
105 | 2024-07-19T17:06:35.416Z | Services to change: 1 |
106 | 2024-07-19T17:06:35.416Z | Estimated space available: 155.77 GB |
107 | 2024-07-19T17:06:35.416Z | Estimated space to be consumed: 1.47 GB |
108 | 2024-07-19T17:06:35.416Z | Create boot environment: No |
109 | 2024-07-19T17:06:35.416Z | Create backup boot environment: No |
110 | 2024-07-19T17:06:35.416Z | Rebuild boot archive: No |
111 | 2024-07-19T17:06:35.416Z | |
112 | 2024-07-19T17:06:35.416Z | Changed mediators: |
113 | 2024-07-19T17:06:35.416Z | mediator clang: |
114 | 2024-07-19T17:06:35.416Z | version: None -> 15 (system default) |
115 | 2024-07-19T17:06:35.417Z | |
116 | 2024-07-19T17:06:35.417Z | mediator llvm: |
117 | 2024-07-19T17:06:35.417Z | version: 14 (system default) -> 15 (system default) |
118 | 2024-07-19T17:06:35.417Z | |
119 | 2024-07-19T17:06:35.417Z | Changed packages: |
120 | 2024-07-19T17:06:35.417Z | helios-dev |
121 | 2024-07-19T17:06:35.417Z | developer/build-essential |
122 | 2024-07-19T17:06:35.417Z | None -> 11-2.0 |
123 | 2024-07-19T17:06:35.417Z | library/libxmlsec1 |
124 | 2024-07-19T17:06:35.417Z | None -> 1.2.35-2.0 |
125 | 2024-07-19T17:06:35.417Z | ooce/developer/clang-15 |
126 | 2024-07-19T17:06:35.417Z | None -> 15.0.7-2.0 |
127 | 2024-07-19T17:06:35.417Z | ooce/developer/llvm-15 |
128 | 2024-07-19T17:06:35.417Z | None -> 15.0.7-2.0 |
129 | 2024-07-19T17:06:35.417Z | |
130 | 2024-07-19T17:06:35.417Z | Services: |
131 | 2024-07-19T17:06:35.417Z | restart_fmri: |
132 | 2024-07-19T17:06:35.417Z | svc:/system/update-man-index:default |
133 | 2024-07-19T17:06:35.458Z | |
134 | 2024-07-19T17:06:35.458Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
135 | 2024-07-19T17:06:40.460Z | Download: 1390/3290 items 114.8/212.6MB 54% complete (22.9M/s) |
136 | 2024-07-19T17:06:45.461Z | Download: 3194/3290 items 151.6/212.6MB 71% complete (15.1M/s) |
137 | 2024-07-19T17:06:47.440Z | Download: Completed 212.60 MB in 11.98 seconds (17.8M/s) |
138 | 2024-07-19T17:06:48.343Z | Actions: 1/3689 actions (Installing new actions) |
139 | 2024-07-19T17:06:52.908Z | Actions: Completed 3689 actions in 4.56 seconds. |
140 | 2024-07-19T17:06:53.051Z | Done (0.138s) |
141 | 2024-07-19T17:06:53.051Z | Done (0.000s) |
142 | 2024-07-19T17:06:53.389Z | Done (0.338s) |
143 | 2024-07-19T17:06:57.743Z | Done (4.191s) |
144 | 2024-07-19T17:06:57.832Z | Done (0.018s) |
145 | 2024-07-19T17:06:57.834Z | Done (0.000s) |
146 | 2024-07-19T17:06:57.983Z | Done (0.000s) |
147 | 2024-07-19T17:06:58.562Z | Planning: Evaluating mediator changes ... Done |
148 | 2024-07-19T17:06:58.722Z | Planning: Checking for conflicting actions ... Done |
149 | 2024-07-19T17:06:58.725Z | Planning: Consolidating action changes ... Done |
150 | 2024-07-19T17:06:58.996Z | Planning: Evaluating mediators ... Done |
151 | 2024-07-19T17:06:58.999Z | Planning: Planning completed in 0.43 seconds |
152 | 2024-07-19T17:06:59.030Z | Mediators to change: 2 |
153 | 2024-07-19T17:06:59.033Z | Create boot environment: No |
154 | 2024-07-19T17:06:59.033Z | Create backup boot environment: No |
155 | 2024-07-19T17:06:59.099Z | Done |
156 | 2024-07-19T17:06:59.099Z | Done |
157 | 2024-07-19T17:06:59.313Z | Done |
158 | 2024-07-19T17:07:02.802Z | Done |
159 | 2024-07-19T17:07:02.888Z | Done |
160 | 2024-07-19T17:07:02.892Z | Done |
161 | 2024-07-19T17:07:03.001Z | Done |
162 | 2024-07-19T17:07:03.610Z | Planning: Evaluating mediator changes ... Done |
163 | 2024-07-19T17:07:03.613Z | Planning: Merging actions ... Done |
164 | 2024-07-19T17:07:03.803Z | Planning: Checking for conflicting actions ... Done |
165 | 2024-07-19T17:07:03.806Z | Planning: Consolidating action changes ... Done |
166 | 2024-07-19T17:07:04.069Z | Planning: Evaluating mediators ... Done |
167 | 2024-07-19T17:07:04.124Z | Planning: Planning completed in 0.76 seconds |
168 | 2024-07-19T17:07:04.160Z | Packages to change: 1 |
169 | 2024-07-19T17:07:04.160Z | Mediators to change: 1 |
170 | 2024-07-19T17:07:04.163Z | Services to change: 1 |
171 | 2024-07-19T17:07:04.163Z | Create boot environment: No |
172 | 2024-07-19T17:07:04.163Z | Create backup boot environment: Yes |
173 | 2024-07-19T17:07:06.054Z | Actions: 1/6 actions (Updating modified actions) |
174 | 2024-07-19T17:07:06.058Z | Actions: Completed 6 actions in 0.00 seconds. |
175 | 2024-07-19T17:07:06.058Z | Done |
176 | 2024-07-19T17:07:06.058Z | Done |
177 | 2024-07-19T17:07:06.127Z | Done |
178 | 2024-07-19T17:07:09.587Z | Done |
179 | 2024-07-19T17:07:09.671Z | Done |
180 | 2024-07-19T17:07:09.674Z | Done |
181 | 2024-07-19T17:07:09.785Z | Done |
182 | 2024-07-19T17:07:10.223Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
183 | 2024-07-19T17:07:10.223Z | clang system 15 system |
184 | 2024-07-19T17:07:10.223Z | csh system system illumos |
185 | 2024-07-19T17:07:10.223Z | ctags system system illumos |
186 | 2024-07-19T17:07:10.223Z | gcc vendor 12 vendor |
187 | 2024-07-19T17:07:10.223Z | gcc system 10 system |
188 | 2024-07-19T17:07:10.223Z | gcc system 7 system |
189 | 2024-07-19T17:07:10.223Z | go system 1.20 system |
190 | 2024-07-19T17:07:10.223Z | go system 1.19 system |
191 | 2024-07-19T17:07:10.223Z | llvm system 15 system |
192 | 2024-07-19T17:07:10.223Z | llvm system 14 system |
193 | 2024-07-19T17:07:10.223Z | mariadb system 10.6 system |
194 | 2024-07-19T17:07:10.223Z | mta vendor vendor dma |
195 | 2024-07-19T17:07:10.223Z | openjdk system 17 system |
196 | 2024-07-19T17:07:10.223Z | openjdk system 11 system |
197 | 2024-07-19T17:07:10.223Z | openjdk system 1.8 system |
198 | 2024-07-19T17:07:10.223Z | openssl vendor 3 vendor |
199 | 2024-07-19T17:07:10.223Z | perl system 5.36 system |
200 | 2024-07-19T17:07:10.223Z | postgresql system 15 system |
201 | 2024-07-19T17:07:10.223Z | postgresql system 13 system |
202 | 2024-07-19T17:07:10.223Z | python vendor 3 vendor |
203 | 2024-07-19T17:07:10.223Z | python system 2 system |
204 | 2024-07-19T17:07:10.223Z | python3 system 3.11 system |
205 | 2024-07-19T17:07:10.223Z | ruby system 3.0 system |
206 | 2024-07-19T17:07:10.223Z | words vendor vendor american-english |
207 | 2024-07-19T17:07:10.223Z | words system system australian-english |
208 | 2024-07-19T17:07:10.223Z | words system system british-english |
209 | 2024-07-19T17:07:10.223Z | words system system canadian-english |
210 | 2024-07-19T17:07:10.223Z | words system system french |
211 | 2024-07-19T17:07:10.223Z | words system system italian |
212 | 2024-07-19T17:07:10.223Z | words system system ngerman |
213 | 2024-07-19T17:07:10.223Z | words system system ogerman |
214 | 2024-07-19T17:07:10.223Z | words system system spanish |
215 | 2024-07-19T17:07:10.553Z | PUBLISHER TYPE STATUS P LOCATION |
216 | 2024-07-19T17:07:10.553Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
217 | 2024-07-19T17:07:12.138Z | FMRI IFO |
218 | 2024-07-19T17:07:12.138Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
219 | 2024-07-19T17:07:12.138Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
220 | 2024-07-19T17:07:12.138Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
221 | 2024-07-19T17:07:12.138Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
222 | 2024-07-19T17:07:12.138Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
223 | 2024-07-19T17:07:12.138Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
224 | 2024-07-19T17:07:12.138Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
225 | 2024-07-19T17:07:12.138Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
226 | 2024-07-19T17:07:12.138Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
227 | 2024-07-19T17:07:12.138Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
228 | 2024-07-19T17:07:12.138Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
229 | 2024-07-19T17:07:12.138Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
230 | 2024-07-19T17:07:12.666Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
231 | 2024-07-19T17:07:12.976Z | Updating git repository `https://github.com/oxidecomputer/zone` |
232 | 2024-07-19T17:07:13.264Z | Updating crates.io index |
233 | 2024-07-19T17:07:13.267Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
234 | 2024-07-19T17:07:14.214Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
235 | 2024-07-19T17:07:14.959Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
236 | 2024-07-19T17:07:15.228Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
237 | 2024-07-19T17:07:17.749Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
238 | 2024-07-19T17:07:18.348Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
239 | 2024-07-19T17:07:18.619Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
240 | 2024-07-19T17:07:19.668Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
241 | 2024-07-19T17:07:21.725Z | Updating git repository `https://github.com/oxidecomputer/opte` |
242 | 2024-07-19T17:07:22.774Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
243 | 2024-07-19T17:07:23.480Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
244 | 2024-07-19T17:07:24.113Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
245 | 2024-07-19T17:07:24.434Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
246 | 2024-07-19T17:07:24.717Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
247 | 2024-07-19T17:07:25.040Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
248 | 2024-07-19T17:07:25.351Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
249 | 2024-07-19T17:07:25.635Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
250 | 2024-07-19T17:07:25.858Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
251 | 2024-07-19T17:07:26.180Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
252 | 2024-07-19T17:07:26.460Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
253 | 2024-07-19T17:07:26.873Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
254 | 2024-07-19T17:07:27.182Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
255 | 2024-07-19T17:07:27.876Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
256 | 2024-07-19T17:07:28.199Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
257 | 2024-07-19T17:07:28.734Z | Updating git repository `https://github.com/oxidecomputer/typify` |
258 | 2024-07-19T17:07:31.038Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
259 | 2024-07-19T17:07:31.394Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
260 | 2024-07-19T17:07:31.686Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
261 | 2024-07-19T17:07:32.150Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
262 | 2024-07-19T17:07:33.159Z | Downloading crates ... |
263 | 2024-07-19T17:07:33.238Z | Downloaded adler v1.0.2 |
264 | 2024-07-19T17:07:33.241Z | Downloaded anstream v0.6.14 |
265 | 2024-07-19T17:07:33.251Z | Downloaded match_cfg v0.1.0 |
266 | 2024-07-19T17:07:33.254Z | Downloaded equivalent v1.0.1 |
267 | 2024-07-19T17:07:33.257Z | Downloaded num-conv v0.1.0 |
268 | 2024-07-19T17:07:33.257Z | Downloaded foreign-types-shared v0.1.1 |
269 | 2024-07-19T17:07:33.260Z | Downloaded dtrace-parser v0.2.0 |
270 | 2024-07-19T17:07:33.263Z | Downloaded num_threads v0.1.7 |
271 | 2024-07-19T17:07:33.266Z | Downloaded is_terminal_polyfill v1.70.0 |
272 | 2024-07-19T17:07:33.269Z | Downloaded futures-task v0.3.30 |
273 | 2024-07-19T17:07:33.269Z | Downloaded cargo-platform v0.1.8 |
274 | 2024-07-19T17:07:33.272Z | Downloaded block-buffer v0.10.4 |
275 | 2024-07-19T17:07:33.272Z | Downloaded proc-macro-error-attr v1.0.4 |
276 | 2024-07-19T17:07:33.275Z | Downloaded tower-service v0.3.2 |
277 | 2024-07-19T17:07:33.275Z | Downloaded openssl-probe v0.1.5 |
278 | 2024-07-19T17:07:33.275Z | Downloaded memmap v0.7.0 |
279 | 2024-07-19T17:07:33.278Z | Downloaded futures-executor v0.3.30 |
280 | 2024-07-19T17:07:33.281Z | Downloaded usdt-attr-macro v0.5.0 |
281 | 2024-07-19T17:07:33.281Z | Downloaded pretty-hex v0.4.1 |
282 | 2024-07-19T17:07:33.281Z | Downloaded take_mut v0.2.2 |
283 | 2024-07-19T17:07:33.284Z | Downloaded futures-macro v0.3.30 |
284 | 2024-07-19T17:07:33.284Z | Downloaded filetime v0.2.23 |
285 | 2024-07-19T17:07:33.287Z | Downloaded fnv v1.0.7 |
286 | 2024-07-19T17:07:33.287Z | Downloaded swrite v0.1.0 |
287 | 2024-07-19T17:07:33.287Z | Downloaded want v0.3.1 |
288 | 2024-07-19T17:07:33.290Z | Downloaded plain v0.2.3 |
289 | 2024-07-19T17:07:33.290Z | Downloaded usdt-macro v0.5.0 |
290 | 2024-07-19T17:07:33.290Z | Downloaded heck v0.4.1 |
291 | 2024-07-19T17:07:33.293Z | Downloaded dirs-sys-next v0.1.2 |
292 | 2024-07-19T17:07:33.293Z | Downloaded scroll v0.12.0 |
293 | 2024-07-19T17:07:33.296Z | Downloaded fs-err v2.11.0 |
294 | 2024-07-19T17:07:33.296Z | Downloaded slab v0.4.9 |
295 | 2024-07-19T17:07:33.299Z | Downloaded powerfmt v0.2.0 |
296 | 2024-07-19T17:07:33.299Z | Downloaded pkg-config v0.3.30 |
297 | 2024-07-19T17:07:33.302Z | Downloaded time-core v0.1.2 |
298 | 2024-07-19T17:07:33.302Z | Downloaded strsim v0.11.1 |
299 | 2024-07-19T17:07:33.305Z | Downloaded slog-json v2.6.1 |
300 | 2024-07-19T17:07:33.305Z | Downloaded slog-async v2.8.0 |
301 | 2024-07-19T17:07:33.308Z | Downloaded serde_tokenstream v0.2.1 |
302 | 2024-07-19T17:07:33.311Z | Downloaded rustls-pemfile v1.0.4 |
303 | 2024-07-19T17:07:33.314Z | Downloaded toml_datetime v0.6.6 |
304 | 2024-07-19T17:07:33.314Z | Downloaded foreign-types v0.3.2 |
305 | 2024-07-19T17:07:33.317Z | Downloaded thread_local v1.1.8 |
306 | 2024-07-19T17:07:33.317Z | Downloaded rustversion v1.0.17 |
307 | 2024-07-19T17:07:33.320Z | Downloaded crc32fast v1.4.0 |
308 | 2024-07-19T17:07:33.320Z | Downloaded clap_derive v4.5.8 |
309 | 2024-07-19T17:07:33.323Z | Downloaded xattr v1.3.1 |
310 | 2024-07-19T17:07:33.326Z | Downloaded thiserror-impl v1.0.62 |
311 | 2024-07-19T17:07:33.326Z | Downloaded tabled_derive v0.7.0 |
312 | 2024-07-19T17:07:33.329Z | Downloaded serde_urlencoded v0.7.1 |
313 | 2024-07-19T17:07:33.329Z | Downloaded quote v1.0.36 |
314 | 2024-07-19T17:07:33.333Z | Downloaded pin-project-lite v0.2.14 |
315 | 2024-07-19T17:07:33.336Z | Downloaded ipnet v2.9.0 |
316 | 2024-07-19T17:07:33.339Z | Downloaded try-lock v0.2.5 |
317 | 2024-07-19T17:07:33.339Z | Downloaded tinyvec_macros v0.1.1 |
318 | 2024-07-19T17:07:33.339Z | Downloaded thread-id v4.2.1 |
319 | 2024-07-19T17:07:33.342Z | Downloaded sync_wrapper v0.1.2 |
320 | 2024-07-19T17:07:33.342Z | Downloaded smallvec v1.13.2 |
321 | 2024-07-19T17:07:33.345Z | Downloaded slog-bunyan v2.5.0 |
322 | 2024-07-19T17:07:33.345Z | Downloaded term v0.7.0 |
323 | 2024-07-19T17:07:33.348Z | Downloaded pest_derive v2.7.10 |
324 | 2024-07-19T17:07:33.352Z | Downloaded parking_lot_core v0.9.10 |
325 | 2024-07-19T17:07:33.355Z | Downloaded httpdate v1.0.3 |
326 | 2024-07-19T17:07:33.355Z | Downloaded futures-io v0.3.30 |
327 | 2024-07-19T17:07:33.355Z | Downloaded errno v0.3.9 |
328 | 2024-07-19T17:07:33.358Z | Downloaded strum_macros v0.26.4 |
329 | 2024-07-19T17:07:33.361Z | Downloaded zerocopy-derive v0.7.34 |
330 | 2024-07-19T17:07:33.364Z | Downloaded socket2 v0.5.7 |
331 | 2024-07-19T17:07:33.367Z | Downloaded tokio-macros v2.3.0 |
332 | 2024-07-19T17:07:33.367Z | Downloaded slog-term v2.9.1 |
333 | 2024-07-19T17:07:33.370Z | Downloaded log v0.4.21 |
334 | 2024-07-19T17:07:33.373Z | Downloaded tokio-native-tls v0.3.1 |
335 | 2024-07-19T17:07:33.377Z | Downloaded version_check v0.9.4 |
336 | 2024-07-19T17:07:33.377Z | Downloaded usdt v0.5.0 |
337 | 2024-07-19T17:07:33.377Z | Downloaded http-body v0.4.6 |
338 | 2024-07-19T17:07:33.380Z | Downloaded heck v0.5.0 |
339 | 2024-07-19T17:07:33.380Z | Downloaded mime v0.3.17 |
340 | 2024-07-19T17:07:33.383Z | Downloaded ucd-trie v0.1.6 |
341 | 2024-07-19T17:07:33.383Z | Downloaded proc-macro-error v1.0.4 |
342 | 2024-07-19T17:07:33.387Z | Downloaded hyper-tls v0.5.0 |
343 | 2024-07-19T17:07:33.390Z | Downloaded unicode-bidi v0.3.15 |
344 | 2024-07-19T17:07:33.390Z | Downloaded socket2 v0.4.10 |
345 | 2024-07-19T17:07:33.393Z | Downloaded proc-macro2 v1.0.86 |
346 | 2024-07-19T17:07:33.396Z | Downloaded utf8parse v0.2.1 |
347 | 2024-07-19T17:07:33.396Z | Downloaded camino v1.1.7 |
348 | 2024-07-19T17:07:33.400Z | Downloaded time-macros v0.2.18 |
349 | 2024-07-19T17:07:33.400Z | Downloaded bitflags v2.5.0 |
350 | 2024-07-19T17:07:33.403Z | Downloaded usdt-impl v0.5.0 |
351 | 2024-07-19T17:07:33.406Z | Downloaded tinyvec v1.6.0 |
352 | 2024-07-19T17:07:33.408Z | Downloaded terminal_size v0.3.0 |
353 | 2024-07-19T17:07:33.408Z | Downloaded tracing-core v0.1.32 |
354 | 2024-07-19T17:07:33.412Z | Downloaded once_cell v1.19.0 |
355 | 2024-07-19T17:07:33.415Z | Downloaded num_cpus v1.16.0 |
356 | 2024-07-19T17:07:33.418Z | Downloaded tar v0.4.41 |
357 | 2024-07-19T17:07:33.421Z | Downloaded toml v0.8.14 |
358 | 2024-07-19T17:07:33.424Z | Downloaded typenum v1.17.0 |
359 | 2024-07-19T17:07:33.427Z | Downloaded cc v1.0.97 |
360 | 2024-07-19T17:07:33.430Z | Downloaded slog v2.7.0 |
361 | 2024-07-19T17:07:33.433Z | Downloaded url v2.5.0 |
362 | 2024-07-19T17:07:33.436Z | Downloaded unicode-ident v1.0.12 |
363 | 2024-07-19T17:07:33.439Z | Downloaded serde v1.0.204 |
364 | 2024-07-19T17:07:33.441Z | Downloaded parking_lot v0.12.2 |
365 | 2024-07-19T17:07:33.444Z | Downloaded futures v0.3.30 |
366 | 2024-07-19T17:07:33.448Z | Downloaded tracing v0.1.40 |
367 | 2024-07-19T17:07:33.453Z | Downloaded bytes v1.6.0 |
368 | 2024-07-19T17:07:33.458Z | Downloaded base64 v0.21.7 |
369 | 2024-07-19T17:07:33.462Z | Downloaded toml_edit v0.22.14 |
370 | 2024-07-19T17:07:33.484Z | Downloaded tokio-util v0.7.11 |
371 | 2024-07-19T17:07:33.490Z | Downloaded unicode-normalization v0.1.23 |
372 | 2024-07-19T17:07:33.494Z | Downloaded time v0.3.36 |
373 | 2024-07-19T17:07:33.501Z | Downloaded memchr v2.7.2 |
374 | 2024-07-19T17:07:33.506Z | Downloaded zerocopy v0.7.34 |
375 | 2024-07-19T17:07:33.523Z | Downloaded mio v0.8.11 |
376 | 2024-07-19T17:07:33.528Z | Downloaded winnow v0.6.8 |
377 | 2024-07-19T17:07:33.537Z | Downloaded tabled v0.15.0 |
378 | 2024-07-19T17:07:33.554Z | Downloaded vcpkg v0.2.15 |
379 | 2024-07-19T17:07:33.593Z | Downloaded syn v2.0.71 |
380 | 2024-07-19T17:07:33.604Z | Downloaded rustix v0.38.34 |
381 | 2024-07-19T17:07:33.627Z | Downloaded openssl v0.10.64 |
382 | 2024-07-19T17:07:33.637Z | Downloaded unicode-width v0.1.13 |
383 | 2024-07-19T17:07:33.643Z | Downloaded tokio v1.38.1 |
384 | 2024-07-19T17:07:33.679Z | Downloaded idna v0.5.0 |
385 | 2024-07-19T17:07:33.685Z | Downloaded goblin v0.8.2 |
386 | 2024-07-19T17:07:33.690Z | Downloaded syn v1.0.109 |
387 | 2024-07-19T17:07:33.700Z | Downloaded hyper v0.14.28 |
388 | 2024-07-19T17:07:33.708Z | Downloaded libc v0.2.155 |
389 | 2024-07-19T17:07:33.734Z | Downloaded futures-util v0.3.30 |
390 | 2024-07-19T17:07:33.745Z | Downloaded clap_builder v4.5.9 |
391 | 2024-07-19T17:07:33.751Z | Downloaded hashbrown v0.14.5 |
392 | 2024-07-19T17:07:33.756Z | Downloaded reqwest v0.11.27 |
393 | 2024-07-19T17:07:33.763Z | Downloaded encoding_rs v0.8.34 |
394 | 2024-07-19T17:07:33.782Z | Downloaded pest v2.7.10 |
395 | 2024-07-19T17:07:33.787Z | Downloaded h2 v0.3.26 |
396 | 2024-07-19T17:07:33.793Z | Downloaded http v0.2.12 |
397 | 2024-07-19T17:07:33.796Z | Downloaded serde_json v1.0.120 |
398 | 2024-07-19T17:07:33.802Z | Downloaded openssl-sys v0.9.102 |
399 | 2024-07-19T17:07:33.807Z | Downloaded indexmap v2.2.6 |
400 | 2024-07-19T17:07:33.810Z | Downloaded crossbeam-channel v0.5.12 |
401 | 2024-07-19T17:07:33.814Z | Downloaded flate2 v1.0.30 |
402 | 2024-07-19T17:07:33.820Z | Downloaded lock_api v0.4.12 |
403 | 2024-07-19T17:07:33.822Z | Downloaded serde_derive v1.0.204 |
404 | 2024-07-19T17:07:33.823Z | Downloaded pest_meta v2.7.10 |
405 | 2024-07-19T17:07:33.825Z | Downloaded papergrid v0.11.0 |
406 | 2024-07-19T17:07:33.828Z | Downloaded pest_generator v2.7.10 |
407 | 2024-07-19T17:07:33.831Z | Downloaded macaddr v1.0.1 |
408 | 2024-07-19T17:07:33.831Z | Downloaded itoa v1.0.11 |
409 | 2024-07-19T17:07:33.834Z | Downloaded futures-sink v0.3.30 |
410 | 2024-07-19T17:07:33.834Z | Downloaded dof v0.3.0 |
411 | 2024-07-19T17:07:33.834Z | Downloaded bytecount v0.6.8 |
412 | 2024-07-19T17:07:33.836Z | Downloaded ryu v1.0.18 |
413 | 2024-07-19T17:07:33.839Z | Downloaded miniz_oxide v0.7.2 |
414 | 2024-07-19T17:07:33.842Z | Downloaded httparse v1.8.0 |
415 | 2024-07-19T17:07:33.842Z | Downloaded futures-core v0.3.30 |
416 | 2024-07-19T17:07:33.845Z | Downloaded crossbeam-utils v0.8.19 |
417 | 2024-07-19T17:07:33.845Z | Downloaded form_urlencoded v1.2.1 |
418 | 2024-07-19T17:07:33.848Z | Downloaded crypto-common v0.1.6 |
419 | 2024-07-19T17:07:33.848Z | Downloaded clap v4.5.9 |
420 | 2024-07-19T17:07:33.854Z | Downloaded anstyle-parse v0.2.4 |
421 | 2024-07-19T17:07:33.857Z | Downloaded cpufeatures v0.2.12 |
422 | 2024-07-19T17:07:33.857Z | Downloaded cargo_toml v0.20.3 |
423 | 2024-07-19T17:07:33.860Z | Downloaded autocfg v1.3.0 |
424 | 2024-07-19T17:07:33.860Z | Downloaded anstyle-query v1.0.3 |
425 | 2024-07-19T17:07:33.863Z | Downloaded openssl-macros v0.1.1 |
426 | 2024-07-19T17:07:33.863Z | Downloaded native-tls v0.2.11 |
427 | 2024-07-19T17:07:33.866Z | Downloaded scopeguard v1.2.0 |
428 | 2024-07-19T17:07:33.866Z | Downloaded sha2 v0.10.8 |
429 | 2024-07-19T17:07:33.869Z | Downloaded is-terminal v0.4.12 |
430 | 2024-07-19T17:07:33.869Z | Downloaded dirs-next v2.0.0 |
431 | 2024-07-19T17:07:33.869Z | Downloaded clap_lex v0.7.0 |
432 | 2024-07-19T17:07:33.872Z | Downloaded cfg-if v1.0.0 |
433 | 2024-07-19T17:07:33.872Z | Downloaded anstyle v1.0.7 |
434 | 2024-07-19T17:07:33.872Z | Downloaded anyhow v1.0.86 |
435 | 2024-07-19T17:07:33.875Z | Downloaded thiserror v1.0.62 |
436 | 2024-07-19T17:07:33.879Z | Downloaded semver v1.0.23 |
437 | 2024-07-19T17:07:33.882Z | Downloaded signal-hook-registry v1.4.2 |
438 | 2024-07-19T17:07:33.885Z | Downloaded pin-utils v0.1.0 |
439 | 2024-07-19T17:07:33.885Z | Downloaded percent-encoding v2.3.1 |
440 | 2024-07-19T17:07:33.885Z | Downloaded futures-channel v0.3.30 |
441 | 2024-07-19T17:07:33.888Z | Downloaded serde_spanned v0.6.6 |
442 | 2024-07-19T17:07:33.888Z | Downloaded scroll_derive v0.12.0 |
443 | 2024-07-19T17:07:33.888Z | Downloaded cargo_metadata v0.18.1 |
444 | 2024-07-19T17:07:33.891Z | Downloaded colorchoice v1.0.1 |
445 | 2024-07-19T17:07:33.891Z | Downloaded generic-array v0.14.7 |
446 | 2024-07-19T17:07:33.891Z | Downloaded strum v0.26.3 |
447 | 2024-07-19T17:07:33.893Z | Downloaded hostname v0.3.1 |
448 | 2024-07-19T17:07:33.893Z | Downloaded deranged v0.3.11 |
449 | 2024-07-19T17:07:33.896Z | Downloaded digest v0.10.7 |
450 | 2024-07-19T17:07:33.896Z | Downloaded byteorder v1.5.0 |
451 | 2024-07-19T17:07:34.185Z | Compiling proc-macro2 v1.0.86 |
452 | 2024-07-19T17:07:34.185Z | Compiling unicode-ident v1.0.12 |
453 | 2024-07-19T17:07:34.188Z | Compiling libc v0.2.155 |
454 | 2024-07-19T17:07:34.188Z | Compiling version_check v0.9.4 |
455 | 2024-07-19T17:07:34.188Z | Compiling cfg-if v1.0.0 |
456 | 2024-07-19T17:07:34.188Z | Compiling once_cell v1.19.0 |
457 | 2024-07-19T17:07:34.218Z | Compiling itoa v1.0.11 |
458 | 2024-07-19T17:07:34.221Z | Compiling autocfg v1.3.0 |
459 | 2024-07-19T17:07:34.400Z | Compiling serde v1.0.204 |
460 | 2024-07-19T17:07:34.426Z | Compiling memchr v2.7.2 |
461 | 2024-07-19T17:07:34.500Z | Compiling thiserror v1.0.62 |
462 | 2024-07-19T17:07:34.778Z | Compiling ryu v1.0.18 |
463 | 2024-07-19T17:07:35.035Z | Compiling pin-project-lite v0.2.14 |
464 | 2024-07-19T17:07:35.101Z | Compiling bitflags v2.5.0 |
465 | 2024-07-19T17:07:35.171Z | Compiling ucd-trie v0.1.6 |
466 | 2024-07-19T17:07:35.174Z | Compiling vcpkg v0.2.15 |
467 | 2024-07-19T17:07:35.218Z | Compiling lock_api v0.4.12 |
468 | 2024-07-19T17:07:35.220Z | Compiling parking_lot_core v0.9.10 |
469 | 2024-07-19T17:07:35.495Z | Compiling cc v1.0.97 |
470 | 2024-07-19T17:07:35.591Z | Compiling pkg-config v0.3.30 |
471 | 2024-07-19T17:07:35.884Z | Compiling slab v0.4.9 |
472 | 2024-07-19T17:07:35.996Z | Compiling quote v1.0.36 |
473 | 2024-07-19T17:07:36.171Z | Compiling futures-sink v0.3.30 |
474 | 2024-07-19T17:07:36.338Z | Compiling smallvec v1.13.2 |
475 | 2024-07-19T17:07:36.367Z | Compiling futures-core v0.3.30 |
476 | 2024-07-19T17:07:36.599Z | Compiling syn v2.0.71 |
477 | 2024-07-19T17:07:36.631Z | Compiling bytes v1.6.0 |
478 | 2024-07-19T17:07:36.736Z | Compiling scopeguard v1.2.0 |
479 | 2024-07-19T17:07:37.322Z | Compiling fnv v1.0.7 |
480 | 2024-07-19T17:07:37.345Z | Compiling byteorder v1.5.0 |
481 | 2024-07-19T17:07:37.367Z | Compiling hashbrown v0.14.5 |
482 | 2024-07-19T17:07:37.451Z | Compiling log v0.4.21 |
483 | 2024-07-19T17:07:37.454Z | Compiling equivalent v1.0.1 |
484 | 2024-07-19T17:07:37.593Z | Compiling serde_json v1.0.120 |
485 | 2024-07-19T17:07:37.801Z | Compiling parking_lot v0.12.2 |
486 | 2024-07-19T17:07:37.824Z | Compiling futures-channel v0.3.30 |
487 | 2024-07-19T17:07:37.887Z | Compiling socket2 v0.5.7 |
488 | 2024-07-19T17:07:37.933Z | Compiling mio v0.8.11 |
489 | 2024-07-19T17:07:37.966Z | Compiling num_cpus v1.16.0 |
490 | 2024-07-19T17:07:38.103Z | Compiling signal-hook-registry v1.4.2 |
491 | 2024-07-19T17:07:38.260Z | Compiling futures-task v0.3.30 |
492 | 2024-07-19T17:07:38.573Z | Compiling typenum v1.17.0 |
493 | 2024-07-19T17:07:38.688Z | Compiling indexmap v2.2.6 |
494 | 2024-07-19T17:07:38.738Z | Compiling futures-io v0.3.30 |
495 | 2024-07-19T17:07:38.871Z | Compiling rustix v0.38.34 |
496 | 2024-07-19T17:07:38.943Z | Compiling pin-utils v0.1.0 |
497 | 2024-07-19T17:07:39.072Z | Compiling openssl-sys v0.9.102 |
498 | 2024-07-19T17:07:39.247Z | Compiling errno v0.3.9 |
499 | 2024-07-19T17:07:39.447Z | Compiling generic-array v0.14.7 |
500 | 2024-07-19T17:07:39.483Z | Compiling foreign-types-shared v0.1.1 |
501 | 2024-07-19T17:07:39.601Z | Compiling openssl v0.10.64 |
502 | 2024-07-19T17:07:39.748Z | Compiling slog v2.7.0 |
503 | 2024-07-19T17:07:40.047Z | Compiling foreign-types v0.3.2 |
504 | 2024-07-19T17:07:40.097Z | Compiling http v0.2.12 |
505 | 2024-07-19T17:07:40.150Z | Compiling proc-macro-error-attr v1.0.4 |
506 | 2024-07-19T17:07:40.342Z | Compiling usdt-impl v0.5.0 |
507 | 2024-07-19T17:07:40.440Z | Compiling tracing-core v0.1.32 |
508 | 2024-07-19T17:07:40.614Z | Compiling native-tls v0.2.11 |
509 | 2024-07-19T17:07:40.639Z | Compiling httparse v1.8.0 |
510 | 2024-07-19T17:07:40.942Z | Compiling time-core v0.1.2 |
511 | 2024-07-19T17:07:41.068Z | Compiling tinyvec_macros v0.1.1 |
512 | 2024-07-19T17:07:41.113Z | Compiling syn v1.0.109 |
513 | 2024-07-19T17:07:41.164Z | Compiling powerfmt v0.2.0 |
514 | 2024-07-19T17:07:41.319Z | Compiling num-conv v0.1.0 |
515 | 2024-07-19T17:07:41.580Z | Compiling deranged v0.3.11 |
516 | 2024-07-19T17:07:41.612Z | Compiling time-macros v0.2.18 |
517 | 2024-07-19T17:07:41.800Z | Compiling tracing v0.1.40 |
518 | 2024-07-19T17:07:41.851Z | Compiling tinyvec v1.6.0 |
519 | 2024-07-19T17:07:42.478Z | Compiling thread-id v4.2.1 |
520 | 2024-07-19T17:07:42.667Z | Compiling proc-macro-error v1.0.4 |
521 | 2024-07-19T17:07:42.692Z | Compiling try-lock v0.2.5 |
522 | 2024-07-19T17:07:42.849Z | Compiling utf8parse v0.2.1 |
523 | 2024-07-19T17:07:42.935Z | Compiling openssl-probe v0.1.5 |
524 | 2024-07-19T17:07:43.001Z | Compiling crossbeam-utils v0.8.19 |
525 | 2024-07-19T17:07:43.170Z | Compiling heck v0.5.0 |
526 | 2024-07-19T17:07:43.270Z | Compiling plain v0.2.3 |
527 | 2024-07-19T17:07:43.301Z | Compiling percent-encoding v2.3.1 |
528 | 2024-07-19T17:07:43.413Z | Compiling num_threads v0.1.7 |
529 | 2024-07-19T17:07:43.438Z | Compiling rustversion v1.0.17 |
530 | 2024-07-19T17:07:43.488Z | Compiling unicode-normalization v0.1.23 |
531 | 2024-07-19T17:07:43.558Z | Compiling form_urlencoded v1.2.1 |
532 | 2024-07-19T17:07:43.643Z | Compiling anstyle-parse v0.2.4 |
533 | 2024-07-19T17:07:43.692Z | Compiling want v0.3.1 |
534 | 2024-07-19T17:07:44.000Z | Compiling http-body v0.4.6 |
535 | 2024-07-19T17:07:44.183Z | Compiling socket2 v0.4.10 |
536 | 2024-07-19T17:07:44.450Z | Compiling dirs-sys-next v0.1.2 |
537 | 2024-07-19T17:07:44.582Z | Compiling winnow v0.6.8 |
538 | 2024-07-19T17:07:44.633Z | Compiling semver v1.0.23 |
539 | 2024-07-19T17:07:44.906Z | Compiling crc32fast v1.4.0 |
540 | 2024-07-19T17:07:44.972Z | Compiling time v0.3.36 |
541 | 2024-07-19T17:07:45.124Z | Compiling httpdate v1.0.3 |
542 | 2024-07-19T17:07:45.148Z | Compiling pretty-hex v0.4.1 |
543 | 2024-07-19T17:07:45.186Z | Compiling tower-service v0.3.2 |
544 | 2024-07-19T17:07:45.322Z | Compiling unicode-bidi v0.3.15 |
545 | 2024-07-19T17:07:45.374Z | Compiling is_terminal_polyfill v1.70.0 |
546 | 2024-07-19T17:07:45.400Z | Compiling camino v1.1.7 |
547 | 2024-07-19T17:07:45.517Z | Compiling anstyle-query v1.0.3 |
548 | 2024-07-19T17:07:45.651Z | Compiling colorchoice v1.0.1 |
549 | 2024-07-19T17:07:45.676Z | Compiling anstyle v1.0.7 |
550 | 2024-07-19T17:07:46.115Z | Compiling anstream v0.6.14 |
551 | 2024-07-19T17:07:46.142Z | Compiling idna v0.5.0 |
552 | 2024-07-19T17:07:46.166Z | Compiling dirs-next v2.0.0 |
553 | 2024-07-19T17:07:47.564Z | Compiling crypto-common v0.1.6 |
554 | 2024-07-19T17:07:47.782Z | Compiling block-buffer v0.10.4 |
555 | 2024-07-19T17:07:47.802Z | Compiling terminal_size v0.3.0 |
556 | 2024-07-19T17:07:47.998Z | Compiling fs-err v2.11.0 |
557 | 2024-07-19T17:07:48.022Z | Compiling thread_local v1.1.8 |
558 | 2024-07-19T17:07:48.053Z | Compiling match_cfg v0.1.0 |
559 | 2024-07-19T17:07:48.150Z | Compiling unicode-width v0.1.13 |
560 | 2024-07-19T17:07:48.202Z | Compiling strsim v0.11.1 |
561 | 2024-07-19T17:07:48.266Z | Compiling base64 v0.21.7 |
562 | 2024-07-19T17:07:48.378Z | Compiling adler v1.0.2 |
563 | 2024-07-19T17:07:48.403Z | Compiling anyhow v1.0.86 |
564 | 2024-07-19T17:07:48.599Z | Compiling slog-async v2.8.0 |
565 | 2024-07-19T17:07:48.622Z | Compiling heck v0.4.1 |
566 | 2024-07-19T17:07:48.826Z | Compiling clap_lex v0.7.0 |
567 | 2024-07-19T17:07:48.981Z | Compiling bytecount v0.6.8 |
568 | 2024-07-19T17:07:49.091Z | Compiling clap_builder v4.5.9 |
569 | 2024-07-19T17:07:49.155Z | Compiling papergrid v0.11.0 |
570 | 2024-07-19T17:07:49.188Z | Compiling rustls-pemfile v1.0.4 |
571 | 2024-07-19T17:07:49.191Z | Compiling miniz_oxide v0.7.2 |
572 | 2024-07-19T17:07:49.314Z | Compiling hostname v0.3.1 |
573 | 2024-07-19T17:07:49.377Z | Compiling digest v0.10.7 |
574 | 2024-07-19T17:07:49.566Z | Compiling crossbeam-channel v0.5.12 |
575 | 2024-07-19T17:07:49.613Z | Compiling url v2.5.0 |
576 | 2024-07-19T17:07:49.616Z | Compiling serde_derive v1.0.204 |
577 | 2024-07-19T17:07:49.834Z | Compiling thiserror-impl v1.0.62 |
578 | 2024-07-19T17:07:50.710Z | Compiling zerocopy-derive v0.7.34 |
579 | 2024-07-19T17:07:50.780Z | Compiling tokio-macros v2.3.0 |
580 | 2024-07-19T17:07:50.841Z | Compiling futures-macro v0.3.30 |
581 | 2024-07-19T17:07:51.582Z | Compiling openssl-macros v0.1.1 |
582 | 2024-07-19T17:07:52.353Z | Compiling scroll_derive v0.12.0 |
583 | 2024-07-19T17:07:52.530Z | Compiling tokio v1.38.1 |
584 | 2024-07-19T17:07:52.942Z | Compiling futures-util v0.3.30 |
585 | 2024-07-19T17:07:53.059Z | Compiling zerocopy v0.7.34 |
586 | 2024-07-19T17:07:53.358Z | Compiling pest v2.7.10 |
587 | 2024-07-19T17:07:53.877Z | Compiling scroll v0.12.0 |
588 | 2024-07-19T17:07:54.438Z | Compiling goblin v0.8.2 |
589 | 2024-07-19T17:07:54.698Z | Compiling tabled_derive v0.7.0 |
590 | 2024-07-19T17:07:56.409Z | Compiling pest_meta v2.7.10 |
591 | 2024-07-19T17:07:57.352Z | Compiling clap_derive v4.5.8 |
592 | 2024-07-19T17:07:59.024Z | Compiling pest_generator v2.7.10 |
593 | 2024-07-19T17:08:01.100Z | Compiling tokio-util v0.7.11 |
594 | 2024-07-19T17:08:01.838Z | Compiling pest_derive v2.7.10 |
595 | 2024-07-19T17:08:02.103Z | Compiling h2 v0.3.26 |
596 | 2024-07-19T17:08:02.489Z | Compiling futures-executor v0.3.30 |
597 | 2024-07-19T17:08:02.642Z | Compiling dtrace-parser v0.2.0 |
598 | 2024-07-19T17:08:03.088Z | Compiling tokio-native-tls v0.3.1 |
599 | 2024-07-19T17:08:03.110Z | Compiling strum_macros v0.26.4 |
600 | 2024-07-19T17:08:03.356Z | Compiling term v0.7.0 |
601 | 2024-07-19T17:08:04.978Z | Compiling serde_tokenstream v0.2.1 |
602 | 2024-07-19T17:08:05.268Z | Compiling toml_datetime v0.6.6 |
603 | 2024-07-19T17:08:05.291Z | Compiling serde_spanned v0.6.6 |
604 | 2024-07-19T17:08:05.515Z | Compiling toml_edit v0.22.14 |
605 | 2024-07-19T17:08:05.540Z | Compiling serde_urlencoded v0.7.1 |
606 | 2024-07-19T17:08:06.061Z | Compiling cargo-platform v0.1.8 |
607 | 2024-07-19T17:08:06.668Z | Compiling dof v0.3.0 |
608 | 2024-07-19T17:08:07.692Z | Compiling hyper v0.14.28 |
609 | 2024-07-19T17:08:07.751Z | Compiling slog-json v2.6.1 |
610 | 2024-07-19T17:08:08.120Z | Compiling xattr v1.3.1 |
611 | 2024-07-19T17:08:08.171Z | Compiling filetime v0.2.23 |
612 | 2024-07-19T17:08:08.437Z | Compiling memmap v0.7.0 |
613 | 2024-07-19T17:08:08.503Z | Compiling is-terminal v0.4.12 |
614 | 2024-07-19T17:08:08.641Z | Compiling toml v0.8.14 |
615 | 2024-07-19T17:08:08.806Z | Compiling encoding_rs v0.8.34 |
616 | 2024-07-19T17:08:09.282Z | Compiling usdt-macro v0.5.0 |
617 | 2024-07-19T17:08:09.584Z | Compiling usdt-attr-macro v0.5.0 |
618 | 2024-07-19T17:08:09.944Z | Compiling ipnet v2.9.0 |
619 | 2024-07-19T17:08:10.078Z | Compiling cpufeatures v0.2.12 |
620 | 2024-07-19T17:08:10.193Z | Compiling sync_wrapper v0.1.2 |
621 | 2024-07-19T17:08:10.331Z | Compiling take_mut v0.2.2 |
622 | 2024-07-19T17:08:10.475Z | Compiling mime v0.3.17 |
623 | 2024-07-19T17:08:10.621Z | Compiling sha2 v0.10.8 |
624 | 2024-07-19T17:08:11.066Z | Compiling usdt v0.5.0 |
625 | 2024-07-19T17:08:11.089Z | Compiling cargo_toml v0.20.3 |
626 | 2024-07-19T17:08:11.216Z | Compiling slog-term v2.9.1 |
627 | 2024-07-19T17:08:11.571Z | Compiling hyper-tls v0.5.0 |
628 | 2024-07-19T17:08:11.747Z | Compiling strum v0.26.3 |
629 | 2024-07-19T17:08:11.920Z | Compiling reqwest v0.11.27 |
630 | 2024-07-19T17:08:11.946Z | Compiling tar v0.4.41 |
631 | 2024-07-19T17:08:12.485Z | Compiling flate2 v1.0.30 |
632 | 2024-07-19T17:08:13.458Z | Compiling slog-bunyan v2.5.0 |
633 | 2024-07-19T17:08:13.505Z | Compiling cargo_metadata v0.18.1 |
634 | 2024-07-19T17:08:13.669Z | Compiling macaddr v1.0.1 |
635 | 2024-07-19T17:08:13.934Z | Compiling futures v0.3.30 |
636 | 2024-07-19T17:08:14.033Z | Compiling clap v4.5.9 |
637 | 2024-07-19T17:08:14.066Z | Compiling tabled v0.15.0 |
638 | 2024-07-19T17:08:14.114Z | Compiling swrite v0.1.0 |
639 | 2024-07-19T17:08:18.869Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
640 | 2024-07-19T17:08:26.996Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s |
641 | 2024-07-19T17:08:27.244Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
642 | 2024-07-19T17:08:27.304Z | Jul 19 17:08:26.526 INFO Starting download, target: Clickhouse |
643 | 2024-07-19T17:08:27.304Z | Jul 19 17:08:26.527 INFO Starting download, target: Cockroach |
644 | 2024-07-19T17:08:27.304Z | Jul 19 17:08:26.527 INFO Starting download, target: Console |
645 | 2024-07-19T17:08:27.304Z | Jul 19 17:08:26.527 INFO Starting download, target: DendriteOpenapi |
646 | 2024-07-19T17:08:27.307Z | Jul 19 17:08:26.527 INFO Starting download, target: DendriteStub |
647 | 2024-07-19T17:08:27.307Z | Jul 19 17:08:26.527 INFO Starting download, target: MaghemiteMgd |
648 | 2024-07-19T17:08:27.307Z | Jul 19 17:08:26.527 INFO Starting download, target: TransceiverControl |
649 | 2024-07-19T17:08:27.307Z | Jul 19 17:08:26.527 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
650 | 2024-07-19T17:08:27.307Z | Jul 19 17:08:26.527 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
651 | 2024-07-19T17:08:27.307Z | Jul 19 17:08:26.527 INFO Downloading out/downloads/dpd-e83f4f164fd3dbb2100989a399a4fa087232ac36.json (attempt 1/3), target: DendriteOpenapi |
652 | 2024-07-19T17:08:27.307Z | Jul 19 17:08:26.527 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
653 | 2024-07-19T17:08:27.307Z | Jul 19 17:08:26.528 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
654 | 2024-07-19T17:08:27.307Z | Jul 19 17:08:26.528 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
655 | 2024-07-19T17:08:27.307Z | Jul 19 17:08:26.528 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
656 | 2024-07-19T17:08:27.550Z | Jul 19 17:08:26.771 INFO Download complete, target: DendriteOpenapi |
657 | 2024-07-19T17:08:27.592Z | Jul 19 17:08:26.813 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
658 | 2024-07-19T17:08:28.112Z | Jul 19 17:08:27.334 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
659 | 2024-07-19T17:08:28.155Z | Jul 19 17:08:27.377 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
660 | 2024-07-19T17:08:28.205Z | Jul 19 17:08:27.428 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
661 | 2024-07-19T17:08:28.393Z | Jul 19 17:08:27.615 INFO Download complete, target: TransceiverControl |
662 | 2024-07-19T17:08:28.536Z | Jul 19 17:08:27.758 INFO Download complete, target: Console |
663 | 2024-07-19T17:08:29.667Z | Jul 19 17:08:28.889 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
664 | 2024-07-19T17:08:30.818Z | Jul 19 17:08:30.040 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
665 | 2024-07-19T17:08:30.818Z | Jul 19 17:08:30.040 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
666 | 2024-07-19T17:08:31.393Z | Jul 19 17:08:30.615 INFO Download complete, target: DendriteStub |
667 | 2024-07-19T17:08:31.581Z | Jul 19 17:08:30.803 INFO Download complete, target: MaghemiteMgd |
668 | 2024-07-19T17:08:39.422Z | Jul 19 17:08:38.643 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
669 | 2024-07-19T17:08:39.736Z | Jul 19 17:08:38.957 INFO Checking that binary works, target: Cockroach |
670 | 2024-07-19T17:08:39.888Z | Jul 19 17:08:39.109 INFO Download complete, target: Cockroach |
671 | 2024-07-19T17:08:44.504Z | Jul 19 17:08:43.724 INFO Checking that binary works, target: Clickhouse |
672 | 2024-07-19T17:08:44.643Z | Jul 19 17:08:43.864 INFO Download complete, target: Clickhouse |
673 | 2024-07-19T17:08:44.651Z | All prerequisites installed successfully |
674 | 2024-07-19T17:08:44.654Z | |
675 | 2024-07-19T17:08:44.654Z | real 2:21.526570504 |
676 | 2024-07-19T17:08:44.654Z | user 5:53.714311627 |
677 | 2024-07-19T17:08:44.654Z | sys 1:21.073892362 |
678 | 2024-07-19T17:08:44.654Z | trap 0.227383213 |
679 | 2024-07-19T17:08:44.654Z | tflt 0.225086633 |
680 | 2024-07-19T17:08:44.654Z | dflt 0.645944794 |
681 | 2024-07-19T17:08:44.654Z | kflt 0.022679436 |
682 | 2024-07-19T17:08:44.654Z | lock 13:09.618729042 |
683 | 2024-07-19T17:08:44.654Z | slp 16:13.257648196 |
684 | 2024-07-19T17:08:44.654Z | lat 22.467662757 |
685 | 2024-07-19T17:08:44.655Z | stop 1:07.691678493 |
686 | 2024-07-19T17:08:44.655Z | + ptime -m cargo xtask download softnpu |
687 | 2024-07-19T17:08:45.218Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
688 | 2024-07-19T17:08:45.236Z | Running `target/debug/xtask download softnpu` |
689 | 2024-07-19T17:08:45.261Z | Jul 19 17:08:44.482 INFO Starting download, target: Softnpu |
690 | 2024-07-19T17:08:45.264Z | Jul 19 17:08:44.483 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
691 | 2024-07-19T17:08:46.018Z | Jul 19 17:08:45.238 INFO Download complete, target: Softnpu |
692 | 2024-07-19T17:08:46.022Z | |
693 | 2024-07-19T17:08:46.025Z | real 1.363361343 |
694 | 2024-07-19T17:08:46.025Z | user 0.628502749 |
695 | 2024-07-19T17:08:46.025Z | sys 0.299048923 |
696 | 2024-07-19T17:08:46.025Z | trap 0.000457486 |
697 | 2024-07-19T17:08:46.025Z | tflt 0.000049593 |
698 | 2024-07-19T17:08:46.025Z | dflt 0.000043124 |
699 | 2024-07-19T17:08:46.025Z | kflt 0.000000000 |
700 | 2024-07-19T17:08:46.025Z | lock 7.840737700 |
701 | 2024-07-19T17:08:46.025Z | slp 0.673843959 |
702 | 2024-07-19T17:08:46.025Z | lat 0.066866629 |
703 | 2024-07-19T17:08:46.025Z | stop 0.000242909 |
704 | 2024-07-19T17:08:46.025Z | + export CARGO_INCREMENTAL=0 |
705 | 2024-07-19T17:08:46.025Z | + CARGO_INCREMENTAL=0 |
706 | 2024-07-19T17:08:46.025Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
707 | 2024-07-19T17:08:46.574Z | Downloading crates ... |
708 | 2024-07-19T17:08:46.731Z | Downloaded arrayref v0.3.7 |
709 | 2024-07-19T17:08:46.735Z | Downloaded argon2 v0.5.3 |
710 | 2024-07-19T17:08:46.739Z | Downloaded nodrop v0.1.14 |
711 | 2024-07-19T17:08:46.742Z | Downloaded newtype_derive v0.1.6 |
712 | 2024-07-19T17:08:46.745Z | Downloaded bitstruct_derive v0.1.0 |
713 | 2024-07-19T17:08:46.745Z | Downloaded atty v0.2.14 |
714 | 2024-07-19T17:08:46.748Z | Downloaded newline-converter v0.3.0 |
715 | 2024-07-19T17:08:46.751Z | Downloaded new_debug_unreachable v1.0.6 |
716 | 2024-07-19T17:08:46.754Z | Downloaded normalize-line-endings v0.3.0 |
717 | 2024-07-19T17:08:46.755Z | Downloaded num v0.4.3 |
718 | 2024-07-19T17:08:46.758Z | Downloaded darling_macro v0.20.9 |
719 | 2024-07-19T17:08:46.761Z | Downloaded crucible-workspace-hack v0.1.0 |
720 | 2024-07-19T17:08:46.764Z | Downloaded number_prefix v0.4.0 |
721 | 2024-07-19T17:08:46.764Z | Downloaded portpicker v0.1.1 |
722 | 2024-07-19T17:08:46.767Z | Downloaded peg-runtime v0.8.3 |
723 | 2024-07-19T17:08:46.767Z | Downloaded derive_builder_macro v0.20.0 |
724 | 2024-07-19T17:08:46.770Z | Downloaded cfg_aliases v0.1.1 |
725 | 2024-07-19T17:08:46.772Z | Downloaded nanorand v0.7.0 |
726 | 2024-07-19T17:08:46.775Z | Downloaded nibble_vec v0.1.0 |
727 | 2024-07-19T17:08:46.778Z | Downloaded num-integer v0.1.46 |
728 | 2024-07-19T17:08:46.778Z | Downloaded addr2line v0.21.0 |
729 | 2024-07-19T17:08:46.781Z | Downloaded newtype-uuid v1.1.0 |
730 | 2024-07-19T17:08:46.784Z | Downloaded num-derive v0.4.2 |
731 | 2024-07-19T17:08:46.786Z | Downloaded atomicwrites v0.4.3 |
732 | 2024-07-19T17:08:46.786Z | Downloaded mime_guess v2.0.4 |
733 | 2024-07-19T17:08:46.789Z | Downloaded precomputed-hash v0.1.1 |
734 | 2024-07-19T17:08:46.789Z | Downloaded cstr-argument v0.1.2 |
735 | 2024-07-19T17:08:46.792Z | Downloaded phf_shared v0.10.0 |
736 | 2024-07-19T17:08:46.792Z | Downloaded opaque-debug v0.3.1 |
737 | 2024-07-19T17:08:46.795Z | Downloaded crunchy v0.2.2 |
738 | 2024-07-19T17:08:46.795Z | Downloaded peg v0.8.3 |
739 | 2024-07-19T17:08:46.798Z | Downloaded parse-size v1.0.0 |
740 | 2024-07-19T17:08:46.801Z | Downloaded rand_chacha v0.3.1 |
741 | 2024-07-19T17:08:46.803Z | Downloaded quick-error v1.2.3 |
742 | 2024-07-19T17:08:46.803Z | Downloaded cassowary v0.3.0 |
743 | 2024-07-19T17:08:46.806Z | Downloaded block-padding v0.3.3 |
744 | 2024-07-19T17:08:46.806Z | Downloaded cexpr v0.6.0 |
745 | 2024-07-19T17:08:46.809Z | Downloaded path-slash v0.1.5 |
746 | 2024-07-19T17:08:46.809Z | Downloaded atomic-waker v1.1.2 |
747 | 2024-07-19T17:08:46.812Z | Downloaded bit-set v0.5.3 |
748 | 2024-07-19T17:08:46.812Z | Downloaded phf_shared v0.11.2 |
749 | 2024-07-19T17:08:46.814Z | Downloaded pretty-hex v0.2.1 |
750 | 2024-07-19T17:08:46.815Z | Downloaded data-encoding v2.6.0 |
751 | 2024-07-19T17:08:46.817Z | Downloaded constant_time_eq v0.3.0 |
752 | 2024-07-19T17:08:46.817Z | Downloaded bitflags v1.3.2 |
753 | 2024-07-19T17:08:46.822Z | Downloaded async-stream v0.3.5 |
754 | 2024-07-19T17:08:46.825Z | Downloaded ref-cast-impl v1.0.23 |
755 | 2024-07-19T17:08:46.825Z | Downloaded crc-catalog v2.4.0 |
756 | 2024-07-19T17:08:46.827Z | Downloaded rand_seeder v0.2.3 |
757 | 2024-07-19T17:08:46.827Z | Downloaded num-rational v0.4.2 |
758 | 2024-07-19T17:08:46.830Z | Downloaded mockall_derive v0.12.1 |
759 | 2024-07-19T17:08:46.833Z | Downloaded crc v3.2.1 |
760 | 2024-07-19T17:08:46.835Z | Downloaded waitgroup v0.1.2 |
761 | 2024-07-19T17:08:46.838Z | Downloaded downcast v0.11.0 |
762 | 2024-07-19T17:08:46.838Z | Downloaded ppv-lite86 v0.2.17 |
763 | 2024-07-19T17:08:46.841Z | Downloaded num_enum_derive v0.5.11 |
764 | 2024-07-19T17:08:46.841Z | Downloaded radium v0.7.0 |
765 | 2024-07-19T17:08:46.844Z | Downloaded psl-types v2.0.11 |
766 | 2024-07-19T17:08:46.844Z | Downloaded bit-vec v0.6.3 |
767 | 2024-07-19T17:08:46.848Z | Downloaded arrayvec v0.7.4 |
768 | 2024-07-19T17:08:46.848Z | Downloaded postgres-protocol v0.6.6 |
769 | 2024-07-19T17:08:46.850Z | Downloaded proc-macro-crate v1.3.1 |
770 | 2024-07-19T17:08:46.853Z | Downloaded poly1305 v0.8.0 |
771 | 2024-07-19T17:08:46.856Z | Downloaded castaway v0.2.2 |
772 | 2024-07-19T17:08:46.856Z | Downloaded predicates v3.1.0 |
773 | 2024-07-19T17:08:46.859Z | Downloaded bb8 v0.8.5 |
774 | 2024-07-19T17:08:46.861Z | Downloaded ascii-canvas v3.0.0 |
775 | 2024-07-19T17:08:46.861Z | Downloaded rand_xorshift v0.3.0 |
776 | 2024-07-19T17:08:46.864Z | Downloaded rand_core v0.6.4 |
777 | 2024-07-19T17:08:46.867Z | Downloaded foreign-types-shared v0.3.1 |
778 | 2024-07-19T17:08:46.867Z | Downloaded cobs v0.2.3 |
779 | 2024-07-19T17:08:46.867Z | Downloaded convert_case v0.4.0 |
780 | 2024-07-19T17:08:46.870Z | Downloaded pin-project-internal v1.1.5 |
781 | 2024-07-19T17:08:46.873Z | Downloaded curve25519-dalek-derive v0.1.1 |
782 | 2024-07-19T17:08:46.873Z | Downloaded camino-tempfile v1.1.1 |
783 | 2024-07-19T17:08:46.875Z | Downloaded buf-list v1.0.3 |
784 | 2024-07-19T17:08:46.878Z | Downloaded untrusted v0.9.0 |
785 | 2024-07-19T17:08:46.878Z | Downloaded sigpipe v0.1.3 |
786 | 2024-07-19T17:08:46.881Z | Downloaded rustc-hash v1.1.0 |
787 | 2024-07-19T17:08:46.881Z | Downloaded serde-big-array v0.5.1 |
788 | 2024-07-19T17:08:46.884Z | Downloaded peg-macros v0.8.3 |
789 | 2024-07-19T17:08:46.887Z | Downloaded fragile v2.0.0 |
790 | 2024-07-19T17:08:46.889Z | Downloaded darling v0.20.9 |
791 | 2024-07-19T17:08:46.892Z | Downloaded pkcs8 v0.10.2 |
792 | 2024-07-19T17:08:46.896Z | Downloaded console v0.15.8 |
793 | 2024-07-19T17:08:46.899Z | Downloaded derive_builder v0.20.0 |
794 | 2024-07-19T17:08:46.904Z | Downloaded der_derive v0.7.2 |
795 | 2024-07-19T17:08:46.907Z | Downloaded hyper-staticfile v0.9.5 |
796 | 2024-07-19T17:08:46.910Z | Downloaded hash32 v0.3.1 |
797 | 2024-07-19T17:08:46.913Z | Downloaded glob v0.3.1 |
798 | 2024-07-19T17:08:46.913Z | Downloaded ref-cast v1.0.23 |
799 | 2024-07-19T17:08:46.915Z | Downloaded ciborium-io v0.2.2 |
800 | 2024-07-19T17:08:46.918Z | Downloaded defmt-parser v0.3.4 |
801 | 2024-07-19T17:08:46.918Z | Downloaded pkcs1 v0.7.5 |
802 | 2024-07-19T17:08:46.921Z | Downloaded lru v0.12.3 |
803 | 2024-07-19T17:08:46.924Z | Downloaded managed v0.8.0 |
804 | 2024-07-19T17:08:46.924Z | Downloaded instant v0.1.12 |
805 | 2024-07-19T17:08:46.926Z | Downloaded cancel-safe-futures v0.1.5 |
806 | 2024-07-19T17:08:46.929Z | Downloaded matches v0.1.10 |
807 | 2024-07-19T17:08:46.929Z | Downloaded backoff v0.4.0 |
808 | 2024-07-19T17:08:46.937Z | Downloaded lru-cache v0.1.2 |
809 | 2024-07-19T17:08:46.937Z | Downloaded subtle v2.5.0 |
810 | 2024-07-19T17:08:46.937Z | Downloaded signature v2.2.0 |
811 | 2024-07-19T17:08:46.937Z | Downloaded const_format_proc_macros v0.2.32 |
812 | 2024-07-19T17:08:46.946Z | Downloaded unicode-truncate v1.0.0 |
813 | 2024-07-19T17:08:46.946Z | Downloaded pin-project v1.1.5 |
814 | 2024-07-19T17:08:46.953Z | Downloaded zeroize v1.7.0 |
815 | 2024-07-19T17:08:46.958Z | Downloaded universal-hash v0.5.1 |
816 | 2024-07-19T17:08:46.958Z | Downloaded cookie v0.17.0 |
817 | 2024-07-19T17:08:46.960Z | Downloaded unicode-xid v0.2.4 |
818 | 2024-07-19T17:08:46.960Z | Downloaded unicode-linebreak v0.1.5 |
819 | 2024-07-19T17:08:46.963Z | Downloaded thiserror-no-std v2.0.2 |
820 | 2024-07-19T17:08:46.966Z | Downloaded rayon-core v1.12.1 |
821 | 2024-07-19T17:08:46.970Z | Downloaded arc-swap v1.7.1 |
822 | 2024-07-19T17:08:46.974Z | Downloaded ident_case v1.0.1 |
823 | 2024-07-19T17:08:46.977Z | Downloaded rustc_version v0.4.0 |
824 | 2024-07-19T17:08:46.979Z | Downloaded vte_generate_state_changes v0.1.1 |
825 | 2024-07-19T17:08:46.979Z | Downloaded maplit v1.0.2 |
826 | 2024-07-19T17:08:46.979Z | Downloaded is_ci v1.2.0 |
827 | 2024-07-19T17:08:46.982Z | Downloaded ipnetwork v0.20.0 |
828 | 2024-07-19T17:08:46.984Z | Downloaded rtoolbox v0.0.2 |
829 | 2024-07-19T17:08:46.984Z | Downloaded diesel_table_macro_syntax v0.1.0 |
830 | 2024-07-19T17:08:46.987Z | Downloaded strum_macros v0.24.3 |
831 | 2024-07-19T17:08:46.989Z | Downloaded derive_builder_core v0.20.0 |
832 | 2024-07-19T17:08:46.992Z | Downloaded defmt v0.3.8 |
833 | 2024-07-19T17:08:46.994Z | Downloaded prettyplease v0.2.20 |
834 | 2024-07-19T17:08:46.997Z | Downloaded foreign-types-macros v0.2.3 |
835 | 2024-07-19T17:08:47.000Z | Downloaded thiserror-impl-no-std v2.0.2 |
836 | 2024-07-19T17:08:47.000Z | Downloaded strip-ansi-escapes v0.2.0 |
837 | 2024-07-19T17:08:47.003Z | Downloaded stringprep v0.1.4 |
838 | 2024-07-19T17:08:47.005Z | Downloaded hmac v0.12.1 |
839 | 2024-07-19T17:08:47.005Z | Downloaded hubpack_derive v0.1.1 |
840 | 2024-07-19T17:08:47.008Z | Downloaded compact_str v0.7.1 |
841 | 2024-07-19T17:08:47.011Z | Downloaded enum-as-inner v0.5.1 |
842 | 2024-07-19T17:08:47.014Z | Downloaded crc-any v2.5.0 |
843 | 2024-07-19T17:08:47.014Z | Downloaded smf v0.2.3 |
844 | 2024-07-19T17:08:47.016Z | Downloaded erased-serde v0.3.31 |
845 | 2024-07-19T17:08:47.018Z | Downloaded const-oid v0.9.6 |
846 | 2024-07-19T17:08:47.021Z | Downloaded same-file v1.0.6 |
847 | 2024-07-19T17:08:47.024Z | Downloaded md-5 v0.10.6 |
848 | 2024-07-19T17:08:47.024Z | Downloaded spin v0.5.2 |
849 | 2024-07-19T17:08:47.026Z | Downloaded linear-map v1.2.0 |
850 | 2024-07-19T17:08:47.026Z | Downloaded termtree v0.4.1 |
851 | 2024-07-19T17:08:47.029Z | Downloaded rustls-pemfile v2.1.2 |
852 | 2024-07-19T17:08:47.032Z | Downloaded group v0.13.0 |
853 | 2024-07-19T17:08:47.035Z | Downloaded similar v2.5.0 |
854 | 2024-07-19T17:08:47.038Z | Downloaded derive_more v0.99.18 |
855 | 2024-07-19T17:08:47.044Z | Downloaded slog-scope v4.4.0 |
856 | 2024-07-19T17:08:47.047Z | Downloaded headers-core v0.2.0 |
857 | 2024-07-19T17:08:47.049Z | Downloaded uzers v0.11.3 |
858 | 2024-07-19T17:08:47.049Z | Downloaded utf-8 v0.7.6 |
859 | 2024-07-19T17:08:47.052Z | Downloaded unicase v2.7.0 |
860 | 2024-07-19T17:08:47.055Z | Downloaded snafu-derive v0.8.2 |
861 | 2024-07-19T17:08:47.055Z | Downloaded zone_cfg_derive v0.1.2 |
862 | 2024-07-19T17:08:47.055Z | Downloaded humantime v2.1.0 |
863 | 2024-07-19T17:08:47.057Z | Downloaded foreign-types v0.5.0 |
864 | 2024-07-19T17:08:47.060Z | Downloaded wait-timeout v0.2.0 |
865 | 2024-07-19T17:08:47.060Z | Downloaded unarray v0.1.4 |
866 | 2024-07-19T17:08:47.062Z | Downloaded iana-time-zone v0.1.60 |
867 | 2024-07-19T17:08:47.065Z | Downloaded scheduled-thread-pool v0.2.7 |
868 | 2024-07-19T17:08:47.065Z | Downloaded half v2.4.1 |
869 | 2024-07-19T17:08:47.068Z | Downloaded signal-hook-tokio v0.3.1 |
870 | 2024-07-19T17:08:47.070Z | Downloaded impl-trait-for-tuples v0.2.2 |
871 | 2024-07-19T17:08:47.073Z | Downloaded hostname v0.4.0 |
872 | 2024-07-19T17:08:47.082Z | Downloaded http-range v0.1.5 |
873 | 2024-07-19T17:08:47.085Z | Downloaded serde_arrays v0.1.0 |
874 | 2024-07-19T17:08:47.085Z | Downloaded globset v0.4.14 |
875 | 2024-07-19T17:08:47.087Z | Downloaded getrandom v0.2.14 |
876 | 2024-07-19T17:08:47.090Z | Downloaded serde-hex v0.1.0 |
877 | 2024-07-19T17:08:47.093Z | Downloaded serde_plain v1.0.2 |
878 | 2024-07-19T17:08:47.095Z | Downloaded backtrace v0.3.71 |
879 | 2024-07-19T17:08:47.099Z | Downloaded toolchain_find v0.4.0 |
880 | 2024-07-19T17:08:47.101Z | Downloaded const_format v0.2.32 |
881 | 2024-07-19T17:08:47.105Z | Downloaded schemars_derive v0.8.21 |
882 | 2024-07-19T17:08:47.108Z | Downloaded tap v1.0.1 |
883 | 2024-07-19T17:08:47.110Z | Downloaded zone v0.1.8 |
884 | 2024-07-19T17:08:47.111Z | Downloaded diff v0.1.13 |
885 | 2024-07-19T17:08:47.113Z | Downloaded darling_core v0.20.9 |
886 | 2024-07-19T17:08:47.117Z | Downloaded tabwriter v1.4.0 |
887 | 2024-07-19T17:08:47.120Z | Downloaded slog-envlogger v2.2.0 |
888 | 2024-07-19T17:08:47.127Z | Downloaded stability v0.2.0 |
889 | 2024-07-19T17:08:47.127Z | Downloaded home v0.5.9 |
890 | 2024-07-19T17:08:47.127Z | Downloaded highway v1.1.0 |
891 | 2024-07-19T17:08:47.127Z | Downloaded structmeta v0.3.0 |
892 | 2024-07-19T17:08:47.130Z | Downloaded lazy_static v1.5.0 |
893 | 2024-07-19T17:08:47.130Z | Downloaded fd-lock v4.0.2 |
894 | 2024-07-19T17:08:47.133Z | Downloaded walkdir v2.5.0 |
895 | 2024-07-19T17:08:47.133Z | Downloaded base64 v0.22.1 |
896 | 2024-07-19T17:08:47.137Z | Downloaded tokio-stream v0.1.15 |
897 | 2024-07-19T17:08:47.141Z | Downloaded stable_deref_trait v1.2.0 |
898 | 2024-07-19T17:08:47.144Z | Downloaded tungstenite v0.20.1 |
899 | 2024-07-19T17:08:47.147Z | Downloaded endian-type v0.1.2 |
900 | 2024-07-19T17:08:47.147Z | Downloaded yasna v0.5.2 |
901 | 2024-07-19T17:08:47.150Z | Downloaded rpassword v7.3.1 |
902 | 2024-07-19T17:08:47.152Z | Downloaded fixedbitset v0.4.2 |
903 | 2024-07-19T17:08:47.153Z | Downloaded zeroize_derive v1.4.2 |
904 | 2024-07-19T17:08:47.155Z | Downloaded static_assertions v1.1.0 |
905 | 2024-07-19T17:08:47.155Z | Downloaded diesel_derives v2.1.4 |
906 | 2024-07-19T17:08:47.159Z | Downloaded tungstenite v0.21.0 |
907 | 2024-07-19T17:08:47.163Z | Downloaded tls_codec v0.4.1 |
908 | 2024-07-19T17:08:47.165Z | Downloaded inout v0.1.3 |
909 | 2024-07-19T17:08:47.168Z | Downloaded derive-where v1.2.7 |
910 | 2024-07-19T17:08:47.170Z | Downloaded float-cmp v0.9.0 |
911 | 2024-07-19T17:08:47.171Z | Downloaded strum_macros v0.25.3 |
912 | 2024-07-19T17:08:47.173Z | Downloaded slog-dtrace v0.3.0 |
913 | 2024-07-19T17:08:47.176Z | Downloaded getopts v0.2.21 |
914 | 2024-07-19T17:08:47.179Z | Downloaded tui-tree-widget v0.21.0 |
915 | 2024-07-19T17:08:47.179Z | Downloaded lazycell v1.3.0 |
916 | 2024-07-19T17:08:47.179Z | Downloaded crypto-bigint v0.5.5 |
917 | 2024-07-19T17:08:47.185Z | Downloaded indicatif v0.17.8 |
918 | 2024-07-19T17:08:47.189Z | Downloaded signal-hook-mio v0.2.3 |
919 | 2024-07-19T17:08:47.192Z | Downloaded memoffset v0.9.1 |
920 | 2024-07-19T17:08:47.192Z | Downloaded zerocopy v0.6.6 |
921 | 2024-07-19T17:08:47.195Z | Downloaded serde_repr v0.1.19 |
922 | 2024-07-19T17:08:47.198Z | Downloaded tokio-postgres v0.7.10 |
923 | 2024-07-19T17:08:47.202Z | Downloaded rusty-fork v0.3.0 |
924 | 2024-07-19T17:08:47.205Z | Downloaded structmeta v0.2.0 |
925 | 2024-07-19T17:08:47.205Z | Downloaded string_cache v0.8.7 |
926 | 2024-07-19T17:08:47.208Z | Downloaded vte v0.11.1 |
927 | 2024-07-19T17:08:47.211Z | Downloaded snafu v0.8.2 |
928 | 2024-07-19T17:08:47.215Z | Downloaded spin v0.9.8 |
929 | 2024-07-19T17:08:47.217Z | Downloaded hubpack v0.1.2 |
930 | 2024-07-19T17:08:47.220Z | Downloaded ff v0.13.0 |
931 | 2024-07-19T17:08:47.220Z | Downloaded whoami v1.5.1 |
932 | 2024-07-19T17:08:47.223Z | Downloaded hashbrown v0.12.3 |
933 | 2024-07-19T17:08:47.227Z | Downloaded ena v0.14.3 |
934 | 2024-07-19T17:08:47.229Z | Downloaded indent_write v2.2.0 |
935 | 2024-07-19T17:08:47.229Z | Downloaded toml v0.7.8 |
936 | 2024-07-19T17:08:47.233Z | Downloaded zip v0.6.6 |
937 | 2024-07-19T17:08:47.237Z | Downloaded spki v0.7.3 |
938 | 2024-07-19T17:08:47.240Z | Downloaded memmap2 v0.9.4 |
939 | 2024-07-19T17:08:47.243Z | Downloaded signal-hook v0.3.17 |
940 | 2024-07-19T17:08:47.245Z | Downloaded heapless v0.7.17 |
941 | 2024-07-19T17:08:47.248Z | Downloaded der v0.7.9 |
942 | 2024-07-19T17:08:47.253Z | Downloaded subprocess v0.2.9 |
943 | 2024-07-19T17:08:47.256Z | Downloaded tiny-keccak v2.0.2 |
944 | 2024-07-19T17:08:47.259Z | Downloaded portable-atomic v1.6.0 |
945 | 2024-07-19T17:08:47.264Z | Downloaded serde_with_macros v3.8.3 |
946 | 2024-07-19T17:08:47.267Z | Downloaded ron v0.8.1 |
947 | 2024-07-19T17:08:47.272Z | Downloaded elliptic-curve v0.13.8 |
948 | 2024-07-19T17:08:47.276Z | Downloaded env_logger v0.9.3 |
949 | 2024-07-19T17:08:47.279Z | Downloaded libefi-sys v0.1.0 |
950 | 2024-07-19T17:08:47.282Z | Downloaded trust-dns-client v0.22.0 |
951 | 2024-07-19T17:08:47.286Z | Downloaded tokio-tungstenite v0.20.1 |
952 | 2024-07-19T17:08:47.289Z | Downloaded tokio-rustls v0.24.1 |
953 | 2024-07-19T17:08:47.291Z | Downloaded env_logger v0.10.2 |
954 | 2024-07-19T17:08:47.294Z | Downloaded tokio-rustls v0.25.0 |
955 | 2024-07-19T17:08:47.297Z | Downloaded sqlformat v0.2.4 |
956 | 2024-07-19T17:08:47.299Z | Downloaded expectorate v1.1.0 |
957 | 2024-07-19T17:08:47.300Z | Downloaded toml_edit v0.19.15 |
958 | 2024-07-19T17:08:47.317Z | Downloaded serde_yaml v0.9.34+deprecated |
959 | 2024-07-19T17:08:47.321Z | Downloaded ron v0.7.1 |
960 | 2024-07-19T17:08:47.325Z | Downloaded http v1.1.0 |
961 | 2024-07-19T17:08:47.329Z | Downloaded indexmap v1.9.3 |
962 | 2024-07-19T17:08:47.333Z | Downloaded fatfs v0.3.6 |
963 | 2024-07-19T17:08:47.335Z | Downloaded rsa v0.9.6 |
964 | 2024-07-19T17:08:47.341Z | Downloaded winnow v0.5.40 |
965 | 2024-07-19T17:08:47.350Z | Downloaded samael v0.0.15 |
966 | 2024-07-19T17:08:47.355Z | Downloaded aho-corasick v1.1.3 |
967 | 2024-07-19T17:08:47.362Z | Downloaded hkdf v0.12.4 |
968 | 2024-07-19T17:08:47.365Z | Downloaded trust-dns-server v0.22.1 |
969 | 2024-07-19T17:08:47.369Z | Downloaded rayon v1.10.0 |
970 | 2024-07-19T17:08:47.379Z | Downloaded steno v0.4.1 |
971 | 2024-07-19T17:08:47.383Z | Downloaded itertools v0.10.5 |
972 | 2024-07-19T17:08:47.389Z | Downloaded headers v0.3.9 |
973 | 2024-07-19T17:08:47.395Z | Downloaded radix_trie v0.2.1 |
974 | 2024-07-19T17:08:47.400Z | Downloaded crossterm v0.27.0 |
975 | 2024-07-19T17:08:47.407Z | Downloaded blake3 v1.5.1 |
976 | 2024-07-19T17:08:47.414Z | Downloaded hashbrown v0.13.2 |
977 | 2024-07-19T17:08:47.419Z | Downloaded toml v0.5.11 |
978 | 2024-07-19T17:08:47.422Z | Downloaded libxml v0.3.3 |
979 | 2024-07-19T17:08:47.428Z | Downloaded regex v1.10.5 |
980 | 2024-07-19T17:08:47.441Z | Downloaded lalrpop v0.19.12 |
981 | 2024-07-19T17:08:47.453Z | Downloaded rustls-webpki v0.101.7 |
982 | 2024-07-19T17:08:47.468Z | Downloaded rustls-webpki v0.102.4 |
983 | 2024-07-19T17:08:47.487Z | Downloaded tough v0.17.1 |
984 | 2024-07-19T17:08:47.495Z | Downloaded x509-cert v0.2.5 |
985 | 2024-07-19T17:08:47.501Z | Downloaded rustls v0.21.12 |
986 | 2024-07-19T17:08:47.512Z | Downloaded rustyline v14.0.0 |
987 | 2024-07-19T17:08:47.518Z | Downloaded itertools v0.13.0 |
988 | 2024-07-19T17:08:47.525Z | Downloaded rustls v0.22.4 |
989 | 2024-07-19T17:08:47.539Z | Downloaded itertools v0.12.1 |
990 | 2024-07-19T17:08:47.546Z | Downloaded regress v0.9.1 |
991 | 2024-07-19T17:08:47.555Z | Downloaded chrono v0.4.38 |
992 | 2024-07-19T17:08:47.562Z | Downloaded regex-syntax v0.8.3 |
993 | 2024-07-19T17:08:47.570Z | Downloaded sqlparser v0.45.0 |
994 | 2024-07-19T17:08:47.575Z | Downloaded ratatui v0.27.0 |
995 | 2024-07-19T17:08:47.595Z | Downloaded bitvec v1.0.1 |
996 | 2024-07-19T17:08:47.610Z | Downloaded sled v0.34.7 |
997 | 2024-07-19T17:08:47.621Z | Downloaded petgraph v0.6.5 |
998 | 2024-07-19T17:08:47.638Z | Downloaded regex-automata v0.4.6 |
999 | 2024-07-19T17:08:47.655Z | Downloaded webpki-roots v0.25.4 |
1000 | 2024-07-19T17:08:47.658Z | Downloaded curve25519-dalek v4.1.3 |
1001 | 2024-07-19T17:08:47.667Z | Downloaded openapiv3 v2.0.0 |
1002 | 2024-07-19T17:08:47.679Z | Downloaded gimli v0.28.1 |
1003 | 2024-07-19T17:08:47.686Z | Downloaded bstr v0.2.17 |
1004 | 2024-07-19T17:08:47.696Z | Downloaded idna v0.2.3 |
1005 | 2024-07-19T17:08:47.702Z | Downloaded smoltcp v0.11.0 |
1006 | 2024-07-19T17:08:47.715Z | Downloaded bstr v1.9.1 |
1007 | 2024-07-19T17:08:47.725Z | Downloaded regex-syntax v0.6.29 |
1008 | 2024-07-19T17:08:47.732Z | Downloaded trust-dns-proto v0.22.0 |
1009 | 2024-07-19T17:08:47.744Z | Downloaded bindgen v0.69.4 |
1010 | 2024-07-19T17:08:47.751Z | Downloaded serde_with v3.8.3 |
1011 | 2024-07-19T17:08:47.758Z | Downloaded idna v0.3.0 |
1012 | 2024-07-19T17:08:47.765Z | Downloaded smoltcp v0.9.1 |
1013 | 2024-07-19T17:08:47.777Z | Downloaded libm v0.2.8 |
1014 | 2024-07-19T17:08:47.786Z | Downloaded polar-core v0.27.3 |
1015 | 2024-07-19T17:08:47.794Z | Downloaded object v0.32.2 |
1016 | 2024-07-19T17:08:47.805Z | Downloaded diesel v2.1.6 |
1017 | 2024-07-19T17:08:47.823Z | Downloaded zerocopy-derive v0.6.6 |
1018 | 2024-07-19T17:08:47.832Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1019 | 2024-07-19T17:08:47.844Z | Downloaded object v0.30.4 |
1020 | 2024-07-19T17:08:47.853Z | Downloaded nix v0.28.0 |
1021 | 2024-07-19T17:08:47.864Z | Downloaded ring v0.17.8 |
1022 | 2024-07-19T17:08:47.929Z | Downloaded nix v0.27.1 |
1023 | 2024-07-19T17:08:47.939Z | Downloaded finl_unicode v1.2.0 |
1024 | 2024-07-19T17:08:47.951Z | Downloaded flume v0.11.0 |
1025 | 2024-07-19T17:08:47.954Z | Downloaded sha3 v0.10.8 |
1026 | 2024-07-19T17:08:47.958Z | Downloaded csv v1.3.0 |
1027 | 2024-07-19T17:08:47.977Z | Downloaded proptest v1.4.0 |
1028 | 2024-07-19T17:08:47.985Z | Downloaded quick-xml v0.31.0 |
1029 | 2024-07-19T17:08:47.991Z | Downloaded heapless v0.8.0 |
1030 | 2024-07-19T17:08:47.995Z | Downloaded unicode-segmentation v1.11.0 |
1031 | 2024-07-19T17:08:47.998Z | Downloaded libloading v0.8.3 |
1032 | 2024-07-19T17:08:48.001Z | Downloaded fastrand v2.1.0 |
1033 | 2024-07-19T17:08:48.004Z | Downloaded tracing-attributes v0.1.27 |
1034 | 2024-07-19T17:08:48.004Z | Downloaded reedline v0.31.0 |
1035 | 2024-07-19T17:08:48.010Z | Downloaded typed-path v0.7.1 |
1036 | 2024-07-19T17:08:48.016Z | Downloaded tls_codec_derive v0.4.1 |
1037 | 2024-07-19T17:08:48.018Z | Downloaded lalrpop-util v0.19.12 |
1038 | 2024-07-19T17:08:48.018Z | Downloaded vsss-rs v3.3.4 |
1039 | 2024-07-19T17:08:48.021Z | Downloaded unsafe-libyaml v0.2.11 |
1040 | 2024-07-19T17:08:48.024Z | Downloaded schemars v0.8.21 |
1041 | 2024-07-19T17:08:48.034Z | Downloaded wyz v0.5.1 |
1042 | 2024-07-19T17:08:48.037Z | Downloaded which v4.4.2 |
1043 | 2024-07-19T17:08:48.037Z | Downloaded shlex v1.3.0 |
1044 | 2024-07-19T17:08:48.040Z | Downloaded unicode_categories v0.1.1 |
1045 | 2024-07-19T17:08:48.040Z | Downloaded regex-automata v0.1.10 |
1046 | 2024-07-19T17:08:48.044Z | Downloaded either v1.12.0 |
1047 | 2024-07-19T17:08:48.047Z | Downloaded structmeta-derive v0.3.0 |
1048 | 2024-07-19T17:08:48.047Z | Downloaded structmeta-derive v0.2.0 |
1049 | 2024-07-19T17:08:48.050Z | Downloaded uuid v1.10.0 |
1050 | 2024-07-19T17:08:48.050Z | Downloaded nom v7.1.3 |
1051 | 2024-07-19T17:08:48.055Z | Downloaded textwrap v0.16.1 |
1052 | 2024-07-19T17:08:48.058Z | Downloaded test-strategy v0.3.1 |
1053 | 2024-07-19T17:08:48.061Z | Downloaded hex v0.4.3 |
1054 | 2024-07-19T17:08:48.064Z | Downloaded heck v0.3.3 |
1055 | 2024-07-19T17:08:48.064Z | Downloaded serde_derive_internals v0.29.1 |
1056 | 2024-07-19T17:08:48.067Z | Downloaded sqlparser_derive v0.2.2 |
1057 | 2024-07-19T17:08:48.067Z | Downloaded siphasher v0.3.11 |
1058 | 2024-07-19T17:08:48.067Z | Downloaded tempfile v3.10.1 |
1059 | 2024-07-19T17:08:48.070Z | Downloaded supports-color v3.0.0 |
1060 | 2024-07-19T17:08:48.072Z | Downloaded sha1 v0.10.6 |
1061 | 2024-07-19T17:08:48.073Z | Downloaded libsw v3.3.1 |
1062 | 2024-07-19T17:08:48.075Z | Downloaded rand v0.8.5 |
1063 | 2024-07-19T17:08:48.078Z | Downloaded serde_path_to_error v0.1.16 |
1064 | 2024-07-19T17:08:48.078Z | Downloaded rustls-pki-types v1.7.0 |
1065 | 2024-07-19T17:08:48.081Z | Downloaded tokio-tungstenite v0.21.0 |
1066 | 2024-07-19T17:08:48.084Z | Downloaded chacha20poly1305 v0.10.1 |
1067 | 2024-07-19T17:08:48.084Z | Downloaded funty v2.0.0 |
1068 | 2024-07-19T17:08:48.084Z | Downloaded num-bigint-dig v0.8.4 |
1069 | 2024-07-19T17:08:48.088Z | Downloaded trust-dns-resolver v0.22.0 |
1070 | 2024-07-19T17:08:48.092Z | Downloaded rcgen v0.12.1 |
1071 | 2024-07-19T17:08:48.095Z | Downloaded num-bigint v0.4.5 |
1072 | 2024-07-19T17:08:48.099Z | Downloaded sct v0.7.1 |
1073 | 2024-07-19T17:08:48.102Z | Downloaded float-ord v0.3.2 |
1074 | 2024-07-19T17:08:48.105Z | Downloaded termios v0.3.3 |
1075 | 2024-07-19T17:08:48.105Z | Downloaded termcolor v1.4.1 |
1076 | 2024-07-19T17:08:48.108Z | Downloaded smallvec v0.6.14 |
1077 | 2024-07-19T17:08:48.108Z | Downloaded slog-stdlog v4.1.1 |
1078 | 2024-07-19T17:08:48.111Z | Downloaded indoc v1.0.9 |
1079 | 2024-07-19T17:08:48.111Z | Downloaded shell-words v1.1.0 |
1080 | 2024-07-19T17:08:48.113Z | Downloaded linked-hash-map v0.5.6 |
1081 | 2024-07-19T17:08:48.114Z | Downloaded publicsuffix v2.2.3 |
1082 | 2024-07-19T17:08:48.116Z | Downloaded cookie v0.18.1 |
1083 | 2024-07-19T17:08:48.119Z | Downloaded gethostname v0.4.3 |
1084 | 2024-07-19T17:08:48.119Z | Downloaded base64 v0.13.1 |
1085 | 2024-07-19T17:08:48.122Z | Downloaded smawk v0.3.2 |
1086 | 2024-07-19T17:08:48.122Z | Downloaded rustfmt-wrapper v0.2.1 |
1087 | 2024-07-19T17:08:48.125Z | Downloaded maybe-uninit v2.0.0 |
1088 | 2024-07-19T17:08:48.125Z | Downloaded hash32 v0.2.1 |
1089 | 2024-07-19T17:08:48.128Z | Downloaded flagset v0.4.5 |
1090 | 2024-07-19T17:08:48.128Z | Downloaded display-error-chain v0.2.0 |
1091 | 2024-07-19T17:08:48.128Z | Downloaded sec1 v0.7.3 |
1092 | 2024-07-19T17:08:48.132Z | Downloaded resolv-conf v0.7.0 |
1093 | 2024-07-19T17:08:48.132Z | Downloaded num-traits v0.2.19 |
1094 | 2024-07-19T17:08:48.135Z | Downloaded array-init v0.0.4 |
1095 | 2024-07-19T17:08:48.135Z | Downloaded rustc-demangle v0.1.24 |
1096 | 2024-07-19T17:08:48.138Z | Downloaded kstat-rs v0.2.4 |
1097 | 2024-07-19T17:08:48.138Z | Downloaded keccak v0.1.5 |
1098 | 2024-07-19T17:08:48.141Z | Downloaded fxhash v0.2.1 |
1099 | 2024-07-19T17:08:48.141Z | Downloaded dyn-clone v1.0.17 |
1100 | 2024-07-19T17:08:48.141Z | Downloaded difflib v0.4.0 |
1101 | 2024-07-19T17:08:48.144Z | Downloaded oso v0.27.3 |
1102 | 2024-07-19T17:08:48.147Z | Downloaded minimal-lexical v0.2.1 |
1103 | 2024-07-19T17:08:48.150Z | Downloaded hyper-rustls v0.24.2 |
1104 | 2024-07-19T17:08:48.152Z | Downloaded postcard v1.0.8 |
1105 | 2024-07-19T17:08:48.155Z | Downloaded csv-core v0.1.11 |
1106 | 2024-07-19T17:08:48.155Z | Downloaded crossbeam-epoch v0.9.18 |
1107 | 2024-07-19T17:08:48.158Z | Downloaded cookie_store v0.20.0 |
1108 | 2024-07-19T17:08:48.161Z | Downloaded clang-sys v1.7.0 |
1109 | 2024-07-19T17:08:48.164Z | Downloaded ciborium-ll v0.2.2 |
1110 | 2024-07-19T17:08:48.164Z | Downloaded blake2 v0.10.6 |
1111 | 2024-07-19T17:08:48.167Z | Downloaded semver v0.1.20 |
1112 | 2024-07-19T17:08:48.167Z | Downloaded secrecy v0.8.0 |
1113 | 2024-07-19T17:08:48.169Z | Downloaded rustc_version v0.1.7 |
1114 | 2024-07-19T17:08:48.169Z | Downloaded postgres-types v0.2.6 |
1115 | 2024-07-19T17:08:48.172Z | Downloaded omicron-zone-package v0.11.0 |
1116 | 2024-07-19T17:08:48.175Z | Downloaded ahash v0.8.11 |
1117 | 2024-07-19T17:08:48.175Z | Downloaded cipher v0.4.4 |
1118 | 2024-07-19T17:08:48.178Z | Downloaded base16ct v0.2.0 |
1119 | 2024-07-19T17:08:48.178Z | Downloaded ciborium v0.2.2 |
1120 | 2024-07-19T17:08:48.181Z | Downloaded parking_lot v0.11.2 |
1121 | 2024-07-19T17:08:48.184Z | Downloaded colored v2.1.0 |
1122 | 2024-07-19T17:08:48.184Z | Downloaded fallible-iterator v0.2.0 |
1123 | 2024-07-19T17:08:48.186Z | Downloaded embedded-io v0.4.0 |
1124 | 2024-07-19T17:08:48.186Z | Downloaded bitfield v0.14.0 |
1125 | 2024-07-19T17:08:48.189Z | Downloaded bcs v0.1.6 |
1126 | 2024-07-19T17:08:48.189Z | Downloaded base64ct v1.6.0 |
1127 | 2024-07-19T17:08:48.194Z | Downloaded bzip2 v0.4.4 |
1128 | 2024-07-19T17:08:48.196Z | Downloaded async-trait v0.1.81 |
1129 | 2024-07-19T17:08:48.196Z | Downloaded untrusted v0.7.1 |
1130 | 2024-07-19T17:08:48.199Z | Downloaded topological-sort v0.2.2 |
1131 | 2024-07-19T17:08:48.199Z | Downloaded crossbeam-deque v0.8.5 |
1132 | 2024-07-19T17:08:48.199Z | Downloaded bitfield-struct v0.6.1 |
1133 | 2024-07-19T17:08:48.202Z | Downloaded allocator-api2 v0.2.18 |
1134 | 2024-07-19T17:08:48.205Z | Downloaded pem-rfc7468 v0.7.0 |
1135 | 2024-07-19T17:08:48.205Z | Downloaded password-hash v0.5.0 |
1136 | 2024-07-19T17:08:48.208Z | Downloaded parking_lot_core v0.8.6 |
1137 | 2024-07-19T17:08:48.211Z | Downloaded owo-colors v4.0.0 |
1138 | 2024-07-19T17:08:48.211Z | Downloaded num-iter v0.1.45 |
1139 | 2024-07-19T17:08:48.214Z | Downloaded parse-display v0.9.1 |
1140 | 2024-07-19T17:08:48.214Z | Downloaded packed_struct v0.10.1 |
1141 | 2024-07-19T17:08:48.214Z | Downloaded ascii v1.1.0 |
1142 | 2024-07-19T17:08:48.217Z | Downloaded predicates-core v1.0.6 |
1143 | 2024-07-19T17:08:48.219Z | Downloaded pem v3.0.4 |
1144 | 2024-07-19T17:08:48.219Z | Downloaded olpc-cjson v0.1.3 |
1145 | 2024-07-19T17:08:48.219Z | Downloaded defmt-macros v0.3.9 |
1146 | 2024-07-19T17:08:48.222Z | Downloaded debug-ignore v1.0.5 |
1147 | 2024-07-19T17:08:48.225Z | Downloaded async-recursion v1.1.1 |
1148 | 2024-07-19T17:08:48.228Z | Downloaded num-complex v0.4.6 |
1149 | 2024-07-19T17:08:48.228Z | Downloaded nu-ansi-term v0.50.0 |
1150 | 2024-07-19T17:08:48.231Z | Downloaded multer v3.1.0 |
1151 | 2024-07-19T17:08:48.235Z | Downloaded r2d2 v0.8.10 |
1152 | 2024-07-19T17:08:48.235Z | Downloaded phf v0.11.2 |
1153 | 2024-07-19T17:08:48.235Z | Downloaded packed_struct_codegen v0.10.1 |
1154 | 2024-07-19T17:08:48.238Z | Downloaded num_enum v0.5.11 |
1155 | 2024-07-19T17:08:48.241Z | Downloaded predicates-tree v1.0.9 |
1156 | 2024-07-19T17:08:48.243Z | Downloaded paste v1.0.15 |
1157 | 2024-07-19T17:08:48.246Z | Downloaded chacha20 v0.9.1 |
1158 | 2024-07-19T17:08:48.246Z | Downloaded assert_matches v1.5.0 |
1159 | 2024-07-19T17:08:48.249Z | Downloaded parse-display-derive v0.9.1 |
1160 | 2024-07-19T17:08:48.249Z | Downloaded oso-derive v0.27.3 |
1161 | 2024-07-19T17:08:48.249Z | Downloaded bitstruct v0.1.1 |
1162 | 2024-07-19T17:08:48.252Z | Downloaded async-stream-impl v0.3.5 |
1163 | 2024-07-19T17:08:48.252Z | Downloaded mockall v0.12.1 |
1164 | 2024-07-19T17:08:48.252Z | Downloaded multimap v0.10.0 |
1165 | 2024-07-19T17:08:48.255Z | Downloaded aead v0.5.2 |
1166 | 2024-07-19T17:08:48.285Z | Downloaded ring v0.16.20 |
1167 | 2024-07-19T17:08:48.509Z | Compiling proc-macro2 v1.0.86 |
1168 | 2024-07-19T17:08:48.512Z | Compiling unicode-ident v1.0.12 |
1169 | 2024-07-19T17:08:48.512Z | Compiling libc v0.2.155 |
1170 | 2024-07-19T17:08:48.512Z | Compiling serde v1.0.204 |
1171 | 2024-07-19T17:08:48.512Z | Compiling autocfg v1.3.0 |
1172 | 2024-07-19T17:08:48.512Z | Compiling version_check v0.9.4 |
1173 | 2024-07-19T17:08:48.512Z | Compiling cfg-if v1.0.0 |
1174 | 2024-07-19T17:08:48.716Z | Compiling cc v1.0.97 |
1175 | 2024-07-19T17:08:48.756Z | Compiling parking_lot_core v0.9.10 |
1176 | 2024-07-19T17:08:48.791Z | Compiling once_cell v1.19.0 |
1177 | 2024-07-19T17:08:49.186Z | Compiling serde_json v1.0.120 |
1178 | 2024-07-19T17:08:49.217Z | Compiling libm v0.2.8 |
1179 | 2024-07-19T17:08:49.234Z | Compiling byteorder v1.5.0 |
1180 | 2024-07-19T17:08:49.469Z | Compiling lock_api v0.4.12 |
1181 | 2024-07-19T17:08:49.484Z | Compiling ahash v0.8.11 |
1182 | 2024-07-19T17:08:49.526Z | Compiling num-traits v0.2.19 |
1183 | 2024-07-19T17:08:49.686Z | Compiling memchr v2.7.2 |
1184 | 2024-07-19T17:08:49.790Z | Compiling scopeguard v1.2.0 |
1185 | 2024-07-19T17:08:49.805Z | Compiling thiserror v1.0.62 |
1186 | 2024-07-19T17:08:49.875Z | Compiling typenum v1.17.0 |
1187 | 2024-07-19T17:08:50.321Z | Compiling quote v1.0.36 |
1188 | 2024-07-19T17:08:50.483Z | Compiling itoa v1.0.11 |
1189 | 2024-07-19T17:08:50.712Z | Compiling syn v2.0.71 |
1190 | 2024-07-19T17:08:50.821Z | Compiling getrandom v0.2.14 |
1191 | 2024-07-19T17:08:50.969Z | Compiling log v0.4.21 |
1192 | 2024-07-19T17:08:51.198Z | Compiling generic-array v0.14.7 |
1193 | 2024-07-19T17:08:51.765Z | Compiling allocator-api2 v0.2.18 |
1194 | 2024-07-19T17:08:51.781Z | Compiling slab v0.4.9 |
1195 | 2024-07-19T17:08:51.795Z | Compiling ring v0.17.8 |
1196 | 2024-07-19T17:08:51.894Z | Compiling ryu v1.0.18 |
1197 | 2024-07-19T17:08:52.131Z | Compiling semver v1.0.23 |
1198 | 2024-07-19T17:08:52.180Z | Compiling schemars v0.8.21 |
1199 | 2024-07-19T17:08:52.226Z | Compiling pin-project-lite v0.2.14 |
1200 | 2024-07-19T17:08:52.352Z | Compiling smallvec v1.13.2 |
1201 | 2024-07-19T17:08:52.575Z | Compiling equivalent v1.0.1 |
1202 | 2024-07-19T17:08:52.604Z | Compiling spin v0.9.8 |
1203 | 2024-07-19T17:08:52.688Z | Compiling pkg-config v0.3.30 |
1204 | 2024-07-19T17:08:52.785Z | Compiling vcpkg v0.2.15 |
1205 | 2024-07-19T17:08:53.012Z | Compiling signal-hook-registry v1.4.2 |
1206 | 2024-07-19T17:08:53.667Z | Compiling parking_lot v0.12.2 |
1207 | 2024-07-19T17:08:54.075Z | Compiling syn v1.0.109 |
1208 | 2024-07-19T17:08:54.527Z | Compiling openssl-sys v0.9.102 |
1209 | 2024-07-19T17:08:54.542Z | Compiling mio v0.8.11 |
1210 | 2024-07-19T17:08:55.434Z | Compiling rand_core v0.6.4 |
1211 | 2024-07-19T17:08:55.799Z | Compiling num_cpus v1.16.0 |
1212 | 2024-07-19T17:08:55.822Z | Compiling socket2 v0.5.7 |
1213 | 2024-07-19T17:08:55.921Z | Compiling time-core v0.1.2 |
1214 | 2024-07-19T17:08:56.090Z | Compiling num-conv v0.1.0 |
1215 | 2024-07-19T17:08:56.361Z | Compiling time-macros v0.2.18 |
1216 | 2024-07-19T17:08:56.521Z | Compiling httparse v1.8.0 |
1217 | 2024-07-19T17:08:56.568Z | Compiling heck v0.5.0 |
1218 | 2024-07-19T17:08:57.065Z | Compiling futures-core v0.3.30 |
1219 | 2024-07-19T17:08:57.433Z | Compiling openssl v0.10.64 |
1220 | 2024-07-19T17:08:57.473Z | Compiling fnv v1.0.7 |
1221 | 2024-07-19T17:08:57.916Z | Compiling crossbeam-utils v0.8.19 |
1222 | 2024-07-19T17:08:57.989Z | Compiling rustix v0.38.34 |
1223 | 2024-07-19T17:08:58.041Z | Compiling iana-time-zone v0.1.60 |
1224 | 2024-07-19T17:08:58.403Z | Compiling serde_derive_internals v0.29.1 |
1225 | 2024-07-19T17:08:58.706Z | Compiling rustls v0.21.12 |
1226 | 2024-07-19T17:08:58.930Z | Compiling native-tls v0.2.11 |
1227 | 2024-07-19T17:08:58.965Z | Compiling tinyvec_macros v0.1.1 |
1228 | 2024-07-19T17:08:59.053Z | Compiling tinyvec v1.6.0 |
1229 | 2024-07-19T17:08:59.340Z | Compiling const-oid v0.9.6 |
1230 | 2024-07-19T17:08:59.929Z | Compiling subtle v2.5.0 |
1231 | 2024-07-19T17:09:00.211Z | Compiling ucd-trie v0.1.6 |
1232 | 2024-07-19T17:09:00.251Z | Compiling futures-sink v0.3.30 |
1233 | 2024-07-19T17:09:00.458Z | Compiling unicode-normalization v0.1.23 |
1234 | 2024-07-19T17:09:00.782Z | Compiling backtrace v0.3.71 |
1235 | 2024-07-19T17:09:00.882Z | Compiling cookie v0.17.0 |
1236 | 2024-07-19T17:09:01.176Z | Compiling unicode-bidi v0.3.15 |
1237 | 2024-07-19T17:09:01.219Z | Compiling dyn-clone v1.0.17 |
1238 | 2024-07-19T17:09:01.407Z | Compiling slog v2.7.0 |
1239 | 2024-07-19T17:09:01.578Z | Compiling futures-channel v0.3.30 |
1240 | 2024-07-19T17:09:01.854Z | Compiling futures-io v0.3.30 |
1241 | 2024-07-19T17:09:02.043Z | Compiling futures-task v0.3.30 |
1242 | 2024-07-19T17:09:02.191Z | Compiling pin-utils v0.1.0 |
1243 | 2024-07-19T17:09:02.500Z | Compiling aho-corasick v1.1.3 |
1244 | 2024-07-19T17:09:02.614Z | Compiling winnow v0.5.40 |
1245 | 2024-07-19T17:09:03.265Z | Compiling untrusted v0.9.0 |
1246 | 2024-07-19T17:09:03.309Z | Compiling anyhow v1.0.86 |
1247 | 2024-07-19T17:09:03.739Z | Compiling regex-syntax v0.8.3 |
1248 | 2024-07-19T17:09:04.083Z | Compiling serde_derive v1.0.204 |
1249 | 2024-07-19T17:09:04.871Z | Compiling zerocopy-derive v0.7.34 |
1250 | 2024-07-19T17:09:06.030Z | Compiling zeroize_derive v1.4.2 |
1251 | 2024-07-19T17:09:06.473Z | Compiling thiserror-impl v1.0.62 |
1252 | 2024-07-19T17:09:06.963Z | Compiling tokio-macros v2.3.0 |
1253 | 2024-07-19T17:09:06.979Z | Compiling zerocopy v0.7.34 |
1254 | 2024-07-19T17:09:07.442Z | Compiling futures-macro v0.3.30 |
1255 | 2024-07-19T17:09:07.600Z | Compiling schemars_derive v0.8.21 |
1256 | 2024-07-19T17:09:09.010Z | Compiling tracing-attributes v0.1.27 |
1257 | 2024-07-19T17:09:09.285Z | Compiling hashbrown v0.14.5 |
1258 | 2024-07-19T17:09:09.356Z | Compiling zeroize v1.7.0 |
1259 | 2024-07-19T17:09:09.791Z | Compiling openssl-macros v0.1.1 |
1260 | 2024-07-19T17:09:10.489Z | Compiling scroll_derive v0.12.0 |
1261 | 2024-07-19T17:09:10.611Z | Compiling pest v2.7.10 |
1262 | 2024-07-19T17:09:10.626Z | Compiling futures-util v0.3.30 |
1263 | 2024-07-19T17:09:10.978Z | Compiling crypto-common v0.1.6 |
1264 | 2024-07-19T17:09:11.171Z | Compiling der_derive v0.7.2 |
1265 | 2024-07-19T17:09:11.260Z | Compiling block-buffer v0.10.4 |
1266 | 2024-07-19T17:09:12.521Z | Compiling regex-automata v0.4.6 |
1267 | 2024-07-19T17:09:13.397Z | Compiling pest_meta v2.7.10 |
1268 | 2024-07-19T17:09:13.569Z | Compiling tracing-core v0.1.32 |
1269 | 2024-07-19T17:09:15.965Z | Compiling pest_generator v2.7.10 |
1270 | 2024-07-19T17:09:17.534Z | Compiling bytes v1.6.0 |
1271 | 2024-07-19T17:09:17.702Z | Compiling indexmap v2.2.6 |
1272 | 2024-07-19T17:09:18.448Z | Compiling bitflags v2.5.0 |
1273 | 2024-07-19T17:09:18.788Z | Compiling uuid v1.10.0 |
1274 | 2024-07-19T17:09:19.018Z | Compiling tokio v1.38.1 |
1275 | 2024-07-19T17:09:19.802Z | Compiling chrono v0.4.38 |
1276 | 2024-07-19T17:09:19.908Z | Compiling serde_tokenstream v0.2.1 |
1277 | 2024-07-19T17:09:20.961Z | Compiling toml_datetime v0.6.6 |
1278 | 2024-07-19T17:09:21.415Z | Compiling serde_spanned v0.6.6 |
1279 | 2024-07-19T17:09:21.627Z | Compiling http v0.2.12 |
1280 | 2024-07-19T17:09:22.096Z | Compiling toml_edit v0.19.15 |
1281 | 2024-07-19T17:09:23.902Z | Compiling rustc_version v0.4.0 |
1282 | 2024-07-19T17:09:24.549Z | Compiling pest_derive v2.7.10 |
1283 | 2024-07-19T17:09:25.288Z | Compiling usdt-impl v0.5.0 |
1284 | 2024-07-19T17:09:25.516Z | Compiling powerfmt v0.2.0 |
1285 | 2024-07-19T17:09:25.608Z | Compiling rustversion v1.0.17 |
1286 | 2024-07-19T17:09:26.012Z | Compiling deranged v0.3.11 |
1287 | 2024-07-19T17:09:26.285Z | Compiling heapless v0.7.17 |
1288 | 2024-07-19T17:09:26.682Z | Compiling tracing v0.1.40 |
1289 | 2024-07-19T17:09:26.967Z | Compiling scroll v0.12.0 |
1290 | 2024-07-19T17:09:27.504Z | Compiling digest v0.10.7 |
1291 | 2024-07-19T17:09:28.112Z | Compiling percent-encoding v2.3.1 |
1292 | 2024-07-19T17:09:28.251Z | Compiling plain v0.2.3 |
1293 | 2024-07-19T17:09:28.287Z | Compiling num_threads v0.1.7 |
1294 | 2024-07-19T17:09:28.402Z | Compiling signal-hook v0.3.17 |
1295 | 2024-07-19T17:09:28.418Z | Compiling heck v0.4.1 |
1296 | 2024-07-19T17:09:28.634Z | Compiling ppv-lite86 v0.2.17 |
1297 | 2024-07-19T17:09:28.991Z | Compiling goblin v0.8.2 |
1298 | 2024-07-19T17:09:29.132Z | Compiling time v0.3.36 |
1299 | 2024-07-19T17:09:29.400Z | Compiling rand_chacha v0.3.1 |
1300 | 2024-07-19T17:09:30.501Z | Compiling regex v1.10.5 |
1301 | 2024-07-19T17:09:31.531Z | Compiling strsim v0.11.1 |
1302 | 2024-07-19T17:09:32.288Z | Compiling crc32fast v1.4.0 |
1303 | 2024-07-19T17:09:32.309Z | Compiling pretty-hex v0.4.1 |
1304 | 2024-07-19T17:09:33.228Z | Compiling rand v0.8.5 |
1305 | 2024-07-19T17:09:33.988Z | Compiling tokio-util v0.7.11 |
1306 | 2024-07-19T17:09:34.796Z | Compiling dof v0.3.0 |
1307 | 2024-07-19T17:09:35.325Z | Compiling dtrace-parser v0.2.0 |
1308 | 2024-07-19T17:09:35.645Z | Compiling async-trait v0.1.81 |
1309 | 2024-07-19T17:09:36.058Z | Compiling socket2 v0.4.10 |
1310 | 2024-07-19T17:09:36.702Z | Compiling thread-id v4.2.1 |
1311 | 2024-07-19T17:09:37.153Z | Compiling base64ct v1.6.0 |
1312 | 2024-07-19T17:09:37.185Z | Compiling foreign-types-shared v0.1.1 |
1313 | 2024-07-19T17:09:37.293Z | Compiling smoltcp v0.9.1 |
1314 | 2024-07-19T17:09:37.493Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1315 | 2024-07-19T17:09:37.572Z | Compiling unicode-width v0.1.13 |
1316 | 2024-07-19T17:09:37.722Z | Compiling pem-rfc7468 v0.7.0 |
1317 | 2024-07-19T17:09:37.889Z | Compiling foreign-types v0.3.2 |
1318 | 2024-07-19T17:09:38.907Z | Compiling form_urlencoded v1.2.1 |
1319 | 2024-07-19T17:09:39.220Z | Compiling hmac v0.12.1 |
1320 | 2024-07-19T17:09:39.547Z | Compiling try-lock v0.2.5 |
1321 | 2024-07-19T17:09:39.693Z | Compiling flagset v0.4.5 |
1322 | 2024-07-19T17:09:39.760Z | Compiling base64 v0.21.7 |
1323 | 2024-07-19T17:09:39.788Z | Compiling siphasher v0.3.11 |
1324 | 2024-07-19T17:09:40.020Z | Compiling adler v1.0.2 |
1325 | 2024-07-19T17:09:40.312Z | Compiling want v0.3.1 |
1326 | 2024-07-19T17:09:40.385Z | Compiling miniz_oxide v0.7.2 |
1327 | 2024-07-19T17:09:40.555Z | Compiling der v0.7.9 |
1328 | 2024-07-19T17:09:42.825Z | Compiling h2 v0.3.26 |
1329 | 2024-07-19T17:09:43.671Z | Compiling rustls-webpki v0.101.7 |
1330 | 2024-07-19T17:09:43.808Z | Compiling sct v0.7.1 |
1331 | 2024-07-19T17:09:43.944Z | Compiling http-body v0.4.6 |
1332 | 2024-07-19T17:09:44.955Z | Compiling openapiv3 v2.0.0 |
1333 | 2024-07-19T17:09:45.244Z | Compiling hubpack_derive v0.1.1 |
1334 | 2024-07-19T17:09:45.420Z | Compiling zerocopy-derive v0.6.6 |
1335 | 2024-07-19T17:09:45.718Z | Compiling idna v0.5.0 |
1336 | 2024-07-19T17:09:46.190Z | Compiling lazy_static v1.5.0 |
1337 | 2024-07-19T17:09:46.209Z | Compiling errno v0.3.9 |
1338 | 2024-07-19T17:09:46.700Z | Compiling fs-err v2.11.0 |
1339 | 2024-07-19T17:09:46.971Z | Compiling gimli v0.28.1 |
1340 | 2024-07-19T17:09:47.108Z | Compiling tower-service v0.3.2 |
1341 | 2024-07-19T17:09:47.237Z | Compiling openssl-probe v0.1.5 |
1342 | 2024-07-19T17:09:47.331Z | Compiling finl_unicode v1.2.0 |
1343 | 2024-07-19T17:09:47.919Z | Compiling httpdate v1.0.3 |
1344 | 2024-07-19T17:09:48.264Z | Compiling stable_deref_trait v1.2.0 |
1345 | 2024-07-19T17:09:48.317Z | Compiling utf8parse v0.2.1 |
1346 | 2024-07-19T17:09:48.373Z | Compiling anstyle v1.0.7 |
1347 | 2024-07-19T17:09:48.748Z | Compiling cpufeatures v0.2.12 |
1348 | 2024-07-19T17:09:48.846Z | Compiling sha2 v0.10.8 |
1349 | 2024-07-19T17:09:49.077Z | Compiling anstyle-parse v0.2.4 |
1350 | 2024-07-19T17:09:49.219Z | Compiling stringprep v0.1.4 |
1351 | 2024-07-19T17:09:49.607Z | Compiling hyper v0.14.28 |
1352 | 2024-07-19T17:09:50.084Z | Compiling url v2.5.0 |
1353 | 2024-07-19T17:09:51.783Z | Compiling addr2line v0.21.0 |
1354 | 2024-07-19T17:09:53.541Z | Compiling spki v0.7.3 |
1355 | 2024-07-19T17:09:53.914Z | Compiling usdt-macro v0.5.0 |
1356 | 2024-07-19T17:09:55.228Z | Compiling usdt-attr-macro v0.5.0 |
1357 | 2024-07-19T17:09:55.690Z | Compiling md-5 v0.10.6 |
1358 | 2024-07-19T17:09:58.931Z | Compiling idna v0.3.0 |
1359 | 2024-07-19T17:10:00.079Z | Compiling diesel_table_macro_syntax v0.1.0 |
1360 | 2024-07-19T17:10:00.336Z | Compiling num-integer v0.1.46 |
1361 | 2024-07-19T17:10:00.591Z | Compiling object v0.32.2 |
1362 | 2024-07-19T17:10:00.964Z | Compiling hash32 v0.2.1 |
1363 | 2024-07-19T17:10:01.345Z | Compiling rustc-demangle v0.1.24 |
1364 | 2024-07-19T17:10:02.996Z | Compiling is_terminal_polyfill v1.70.0 |
1365 | 2024-07-19T17:10:03.117Z | Compiling psl-types v2.0.11 |
1366 | 2024-07-19T17:10:03.329Z | Compiling fallible-iterator v0.2.0 |
1367 | 2024-07-19T17:10:04.060Z | Compiling anstyle-query v1.0.3 |
1368 | 2024-07-19T17:10:04.202Z | Compiling colorchoice v1.0.1 |
1369 | 2024-07-19T17:10:05.708Z | Compiling anstream v0.6.14 |
1370 | 2024-07-19T17:10:06.502Z | Compiling postgres-protocol v0.6.6 |
1371 | 2024-07-19T17:10:07.021Z | Compiling publicsuffix v2.2.3 |
1372 | 2024-07-19T17:10:09.025Z | Compiling diesel_derives v2.1.4 |
1373 | 2024-07-19T17:10:14.865Z | Compiling tokio-rustls v0.24.1 |
1374 | 2024-07-19T17:10:15.621Z | Compiling pkcs8 v0.10.2 |
1375 | 2024-07-19T17:10:16.138Z | Compiling terminal_size v0.3.0 |
1376 | 2024-07-19T17:10:16.159Z | Compiling tokio-native-tls v0.3.1 |
1377 | 2024-07-19T17:10:16.438Z | Compiling phf_shared v0.11.2 |
1378 | 2024-07-19T17:10:16.986Z | Compiling strum_macros v0.25.3 |
1379 | 2024-07-19T17:10:18.167Z | Compiling enum-as-inner v0.5.1 |
1380 | 2024-07-19T17:10:19.157Z | Compiling block-padding v0.3.3 |
1381 | 2024-07-19T17:10:19.379Z | Compiling regress v0.9.1 |
1382 | 2024-07-19T17:10:19.496Z | Compiling clap_derive v4.5.8 |
1383 | 2024-07-19T17:10:19.748Z | Compiling serde_repr v0.1.19 |
1384 | 2024-07-19T17:10:20.974Z | Compiling ff v0.13.0 |
1385 | 2024-07-19T17:10:21.052Z | Compiling scheduled-thread-pool v0.2.7 |
1386 | 2024-07-19T17:10:21.534Z | Compiling encoding_rs v0.8.34 |
1387 | 2024-07-19T17:10:24.084Z | Compiling either v1.12.0 |
1388 | 2024-07-19T17:10:24.119Z | Compiling managed v0.8.0 |
1389 | 2024-07-19T17:10:24.190Z | Compiling bit-vec v0.6.3 |
1390 | 2024-07-19T17:10:24.476Z | Compiling bitflags v1.3.2 |
1391 | 2024-07-19T17:10:24.582Z | Compiling matches v0.1.10 |
1392 | 2024-07-19T17:10:24.598Z | Compiling base16ct v0.2.0 |
1393 | 2024-07-19T17:10:24.673Z | Compiling mime v0.3.17 |
1394 | 2024-07-19T17:10:24.918Z | Compiling ipnet v2.9.0 |
1395 | 2024-07-19T17:10:25.359Z | Compiling regex-automata v0.1.10 |
1396 | 2024-07-19T17:10:25.859Z | Compiling clap_lex v0.7.0 |
1397 | 2024-07-19T17:10:26.233Z | Compiling clap_builder v4.5.9 |
1398 | 2024-07-19T17:10:26.307Z | Compiling bstr v0.2.17 |
1399 | 2024-07-19T17:10:27.693Z | Compiling sec1 v0.7.3 |
1400 | 2024-07-19T17:10:28.808Z | Compiling idna v0.2.3 |
1401 | 2024-07-19T17:10:28.874Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1402 | 2024-07-19T17:10:30.222Z | Compiling r2d2 v0.8.10 |
1403 | 2024-07-19T17:10:30.575Z | Compiling group v0.13.0 |
1404 | 2024-07-19T17:10:32.070Z | Compiling inout v0.1.3 |
1405 | 2024-07-19T17:10:32.929Z | Compiling phf v0.11.2 |
1406 | 2024-07-19T17:10:33.236Z | Compiling hyper-tls v0.5.0 |
1407 | 2024-07-19T17:10:33.537Z | Compiling signal-hook-mio v0.2.3 |
1408 | 2024-07-19T17:10:33.579Z | Compiling hyper-rustls v0.24.2 |
1409 | 2024-07-19T17:10:33.797Z | Compiling cookie_store v0.20.0 |
1410 | 2024-07-19T17:10:34.031Z | Compiling postgres-types v0.2.6 |
1411 | 2024-07-19T17:10:34.144Z | Compiling num-bigint v0.4.5 |
1412 | 2024-07-19T17:10:34.214Z | Compiling zerocopy v0.6.6 |
1413 | 2024-07-19T17:10:35.170Z | Compiling hubpack v0.1.2 |
1414 | 2024-07-19T17:10:35.215Z | Compiling rustls-pemfile v1.0.4 |
1415 | 2024-07-19T17:10:35.429Z | Compiling phf_shared v0.10.0 |
1416 | 2024-07-19T17:10:35.604Z | Compiling hkdf v0.12.4 |
1417 | 2024-07-19T17:10:35.606Z | Compiling serde_urlencoded v0.7.1 |
1418 | 2024-07-19T17:10:35.810Z | Compiling crossbeam-epoch v0.9.18 |
1419 | 2024-07-19T17:10:36.181Z | Compiling ipnetwork v0.20.0 |
1420 | 2024-07-19T17:10:37.101Z | Compiling futures-executor v0.3.30 |
1421 | 2024-07-19T17:10:37.153Z | Compiling crypto-bigint v0.5.5 |
1422 | 2024-07-19T17:10:37.759Z | Compiling float-cmp v0.9.0 |
1423 | 2024-07-19T17:10:37.781Z | Compiling memmap v0.7.0 |
1424 | 2024-07-19T17:10:37.965Z | Compiling data-encoding v2.6.0 |
1425 | 2024-07-19T17:10:38.096Z | Compiling static_assertions v1.1.0 |
1426 | 2024-07-19T17:10:38.216Z | Compiling difflib v0.4.0 |
1427 | 2024-07-19T17:10:39.618Z | Compiling fixedbitset v0.4.2 |
1428 | 2024-07-19T17:10:39.938Z | Compiling webpki-roots v0.25.4 |
1429 | 2024-07-19T17:10:40.100Z | Compiling unicode-segmentation v1.11.0 |
1430 | 2024-07-19T17:10:40.213Z | Compiling whoami v1.5.1 |
1431 | 2024-07-19T17:10:40.585Z | Compiling normalize-line-endings v0.3.0 |
1432 | 2024-07-19T17:10:40.604Z | Compiling predicates-core v1.0.6 |
1433 | 2024-07-19T17:10:40.787Z | Compiling minimal-lexical v0.2.1 |
1434 | 2024-07-19T17:10:40.865Z | Compiling new_debug_unreachable v1.0.6 |
1435 | 2024-07-19T17:10:40.919Z | Compiling precomputed-hash v0.1.1 |
1436 | 2024-07-19T17:10:40.958Z | Compiling winnow v0.6.8 |
1437 | 2024-07-19T17:10:41.027Z | Compiling sync_wrapper v0.1.2 |
1438 | 2024-07-19T17:10:41.161Z | Compiling reqwest v0.11.27 |
1439 | 2024-07-19T17:10:41.268Z | Compiling nom v7.1.3 |
1440 | 2024-07-19T17:10:41.346Z | Compiling string_cache v0.8.7 |
1441 | 2024-07-19T17:10:41.724Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1442 | 2024-07-19T17:10:41.741Z | Compiling predicates v3.1.0 |
1443 | 2024-07-19T17:10:43.305Z | Compiling similar v2.5.0 |
1444 | 2024-07-19T17:10:43.358Z | Compiling tokio-postgres v0.7.10 |
1445 | 2024-07-19T17:10:44.677Z | Compiling toml_edit v0.22.14 |
1446 | 2024-07-19T17:10:45.481Z | Compiling elliptic-curve v0.13.8 |
1447 | 2024-07-19T17:10:45.705Z | Compiling petgraph v0.6.5 |
1448 | 2024-07-19T17:10:46.226Z | Compiling trust-dns-proto v0.22.0 |
1449 | 2024-07-19T17:10:46.509Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1450 | 2024-07-19T17:10:47.974Z | Compiling usdt v0.5.0 |
1451 | 2024-07-19T17:10:49.702Z | Compiling futures v0.3.30 |
1452 | 2024-07-19T17:10:49.822Z | Compiling yasna v0.5.2 |
1453 | 2024-07-19T17:10:50.044Z | Compiling diesel v2.1.6 |
1454 | 2024-07-19T17:10:50.819Z | Compiling crossterm v0.27.0 |
1455 | 2024-07-19T17:10:51.010Z | Compiling flate2 v1.0.30 |
1456 | 2024-07-19T17:10:51.387Z | Compiling cipher v0.4.4 |
1457 | 2024-07-19T17:10:52.221Z | Compiling clap v4.5.9 |
1458 | 2024-07-19T17:10:52.341Z | Compiling bit-set v0.5.3 |
1459 | 2024-07-19T17:10:52.635Z | Compiling itertools v0.10.5 |
1460 | 2024-07-19T17:10:52.653Z | Compiling itertools v0.12.1 |
1461 | 2024-07-19T17:10:53.895Z | Compiling num-iter v0.1.45 |
1462 | 2024-07-19T17:10:54.092Z | Compiling console v0.15.8 |
1463 | 2024-07-19T17:10:54.408Z | Compiling tokio-stream v0.1.15 |
1464 | 2024-07-19T17:10:54.610Z | Compiling toml v0.7.8 |
1465 | 2024-07-19T17:10:55.366Z | Compiling bstr v1.9.1 |
1466 | 2024-07-19T17:10:55.369Z | Compiling hex v0.4.3 |
1467 | 2024-07-19T17:10:55.751Z | Compiling lalrpop-util v0.19.12 |
1468 | 2024-07-19T17:10:55.789Z | Compiling peg-runtime v0.8.3 |
1469 | 2024-07-19T17:10:56.080Z | Compiling unicode-xid v0.2.4 |
1470 | 2024-07-19T17:10:56.273Z | Compiling camino v1.1.7 |
1471 | 2024-07-19T17:10:56.816Z | Compiling proc-macro-crate v1.3.1 |
1472 | 2024-07-19T17:10:58.009Z | Compiling heapless v0.8.0 |
1473 | 2024-07-19T17:11:00.571Z | Compiling num_enum_derive v0.5.11 |
1474 | 2024-07-19T17:11:05.645Z | Compiling hash32 v0.3.1 |
1475 | 2024-07-19T17:11:06.223Z | Compiling ident_case v1.0.1 |
1476 | 2024-07-19T17:11:06.335Z | Compiling smoltcp v0.11.0 |
1477 | 2024-07-19T17:11:06.527Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1478 | 2024-07-19T17:11:06.860Z | Compiling rustls-pki-types v1.7.0 |
1479 | 2024-07-19T17:11:13.392Z | Compiling darling_core v0.20.9 |
1480 | 2024-07-19T17:11:21.468Z | Compiling num_enum v0.5.11 |
1481 | 2024-07-19T17:11:22.866Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1482 | 2024-07-19T17:11:23.293Z | Compiling getopts v0.2.21 |
1483 | 2024-07-19T17:11:24.445Z | Compiling dirs-sys-next v0.1.2 |
1484 | 2024-07-19T17:11:24.865Z | Compiling proc-macro-error-attr v1.0.4 |
1485 | 2024-07-19T17:11:25.148Z | Compiling rustls v0.22.4 |
1486 | 2024-07-19T17:11:25.496Z | Compiling unsafe-libyaml v0.2.11 |
1487 | 2024-07-19T17:11:25.577Z | Compiling embedded-io v0.4.0 |
1488 | 2024-07-19T17:11:25.959Z | Compiling paste v1.0.15 |
1489 | 2024-07-19T17:11:26.070Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1490 | 2024-07-19T17:11:26.340Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1491 | 2024-07-19T17:11:26.470Z | Compiling cobs v0.2.3 |
1492 | 2024-07-19T17:11:27.304Z | Compiling serde_yaml v0.9.34+deprecated |
1493 | 2024-07-19T17:11:28.581Z | Compiling postcard v1.0.8 |
1494 | 2024-07-19T17:11:31.386Z | Compiling dirs-next v2.0.0 |
1495 | 2024-07-19T17:11:32.822Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1496 | 2024-07-19T17:11:34.915Z | Compiling darling_macro v0.20.9 |
1497 | 2024-07-19T17:11:36.057Z | Compiling rustls-webpki v0.102.4 |
1498 | 2024-07-19T17:11:42.673Z | Compiling strum_macros v0.26.4 |
1499 | 2024-07-19T17:11:44.238Z | Compiling structmeta-derive v0.3.0 |
1500 | 2024-07-19T17:11:44.384Z | Compiling foreign-types-macros v0.2.3 |
1501 | 2024-07-19T17:11:45.278Z | Compiling thread_local v1.1.8 |
1502 | 2024-07-19T17:11:45.590Z | Compiling multer v3.1.0 |
1503 | 2024-07-19T17:11:45.875Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1504 | 2024-07-19T17:11:46.019Z | Compiling proc-macro-error v1.0.4 |
1505 | 2024-07-19T17:11:46.158Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1506 | 2024-07-19T17:11:46.962Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1507 | 2024-07-19T17:11:47.911Z | Compiling slog-async v2.8.0 |
1508 | 2024-07-19T17:11:47.949Z | Compiling match_cfg v0.1.0 |
1509 | 2024-07-19T17:11:48.470Z | Compiling foreign-types-shared v0.3.1 |
1510 | 2024-07-19T17:11:48.909Z | Compiling foreign-types v0.5.0 |
1511 | 2024-07-19T17:11:49.917Z | Compiling hostname v0.3.1 |
1512 | 2024-07-19T17:11:53.035Z | Compiling strum v0.26.3 |
1513 | 2024-07-19T17:11:54.169Z | Compiling structmeta v0.3.0 |
1514 | 2024-07-19T17:11:54.742Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1515 | 2024-07-19T17:11:58.113Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1516 | 2024-07-19T17:11:58.454Z | Compiling darling v0.20.9 |
1517 | 2024-07-19T17:12:06.097Z | Compiling term v0.7.0 |
1518 | 2024-07-19T17:12:10.215Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1519 | 2024-07-19T17:12:14.082Z | Compiling slog-json v2.6.1 |
1520 | 2024-07-19T17:12:14.248Z | Compiling tabwriter v1.4.0 |
1521 | 2024-07-19T17:12:14.544Z | Compiling crossbeam-channel v0.5.12 |
1522 | 2024-07-19T17:12:14.875Z | Compiling http v1.1.0 |
1523 | 2024-07-19T17:12:14.987Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1524 | 2024-07-19T17:12:15.491Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1525 | 2024-07-19T17:12:15.784Z | Compiling async-stream-impl v0.3.5 |
1526 | 2024-07-19T17:12:15.829Z | Compiling cstr-argument v0.1.2 |
1527 | 2024-07-19T17:12:16.097Z | Compiling is-terminal v0.4.12 |
1528 | 2024-07-19T17:12:16.201Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01) |
1529 | 2024-07-19T17:12:16.228Z | Compiling fastrand v2.1.0 |
1530 | 2024-07-19T17:12:16.321Z | Compiling crucible-workspace-hack v0.1.0 |
1531 | 2024-07-19T17:12:16.478Z | Compiling pretty-hex v0.2.1 |
1532 | 2024-07-19T17:12:16.586Z | Compiling rayon-core v1.12.1 |
1533 | 2024-07-19T17:12:16.852Z | Compiling atomic-waker v1.1.2 |
1534 | 2024-07-19T17:12:16.900Z | Compiling base64 v0.22.1 |
1535 | 2024-07-19T17:12:17.031Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1536 | 2024-07-19T17:12:17.048Z | Compiling take_mut v0.2.2 |
1537 | 2024-07-19T17:12:17.611Z | Compiling rustls-pemfile v2.1.2 |
1538 | 2024-07-19T17:12:17.733Z | Compiling async-stream v0.3.5 |
1539 | 2024-07-19T17:12:18.016Z | Compiling waitgroup v0.1.2 |
1540 | 2024-07-19T17:12:18.096Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1541 | 2024-07-19T17:12:18.293Z | Compiling tempfile v3.10.1 |
1542 | 2024-07-19T17:12:18.839Z | Compiling slog-term v2.9.1 |
1543 | 2024-07-19T17:12:19.436Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1544 | 2024-07-19T17:12:20.293Z | Compiling slog-bunyan v2.5.0 |
1545 | 2024-07-19T17:12:20.356Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1546 | 2024-07-19T17:12:20.574Z | Compiling tokio-rustls v0.25.0 |
1547 | 2024-07-19T17:12:20.589Z | Compiling serde_with_macros v3.8.3 |
1548 | 2024-07-19T17:12:21.037Z | Compiling parse-display-derive v0.9.1 |
1549 | 2024-07-19T17:12:21.087Z | Compiling toml v0.8.14 |
1550 | 2024-07-19T17:12:21.165Z | Compiling sha1 v0.10.6 |
1551 | 2024-07-19T17:12:21.637Z | Compiling crossbeam-deque v0.8.5 |
1552 | 2024-07-19T17:12:21.970Z | Compiling colored v2.1.0 |
1553 | 2024-07-19T17:12:22.017Z | Compiling newtype-uuid v1.1.0 |
1554 | 2024-07-19T17:12:22.354Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01) |
1555 | 2024-07-19T17:12:23.276Z | Compiling serde_path_to_error v0.1.16 |
1556 | 2024-07-19T17:12:23.314Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1557 | 2024-07-19T17:12:24.025Z | Compiling hostname v0.4.0 |
1558 | 2024-07-19T17:12:24.291Z | Compiling instant v0.1.12 |
1559 | 2024-07-19T17:12:24.307Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1560 | 2024-07-19T17:12:24.450Z | Compiling debug-ignore v1.0.5 |
1561 | 2024-07-19T17:12:24.600Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1562 | 2024-07-19T17:12:24.693Z | Compiling backoff v0.4.0 |
1563 | 2024-07-19T17:12:25.060Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1564 | 2024-07-19T17:12:25.115Z | Compiling parse-display v0.9.1 |
1565 | 2024-07-19T17:12:25.266Z | Compiling serde_with v3.8.3 |
1566 | 2024-07-19T17:12:27.514Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1567 | 2024-07-19T17:12:28.114Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1568 | 2024-07-19T17:12:28.247Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1569 | 2024-07-19T17:12:28.974Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1570 | 2024-07-19T17:12:29.430Z | Compiling camino-tempfile v1.1.1 |
1571 | 2024-07-19T17:12:30.060Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
1572 | 2024-07-19T17:12:30.187Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1573 | 2024-07-19T17:12:30.373Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1574 | 2024-07-19T17:12:30.548Z | Compiling macaddr v1.0.1 |
1575 | 2024-07-19T17:12:31.165Z | Compiling num-derive v0.4.2 |
1576 | 2024-07-19T17:12:31.773Z | Compiling sigpipe v0.1.3 |
1577 | 2024-07-19T17:12:31.902Z | Compiling libefi-sys v0.1.0 |
1578 | 2024-07-19T17:12:32.197Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
1579 | 2024-07-19T17:12:32.754Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1580 | 2024-07-19T17:12:33.437Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
1581 | 2024-07-19T17:12:34.264Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1582 | 2024-07-19T17:12:35.035Z | Compiling rayon v1.10.0 |
1583 | 2024-07-19T17:12:35.692Z | Compiling smf v0.2.3 |
1584 | 2024-07-19T17:12:35.750Z | Compiling bitfield-struct v0.6.1 |
1585 | 2024-07-19T17:12:36.001Z | Compiling ring v0.16.20 |
1586 | 2024-07-19T17:12:37.071Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1587 | 2024-07-19T17:12:37.108Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1588 | 2024-07-19T17:12:37.421Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1589 | 2024-07-19T17:12:38.179Z | Compiling blake3 v1.5.1 |
1590 | 2024-07-19T17:12:38.371Z | Compiling portable-atomic v1.6.0 |
1591 | 2024-07-19T17:12:39.302Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1592 | 2024-07-19T17:12:40.550Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1593 | 2024-07-19T17:12:40.877Z | Compiling xattr v1.3.1 |
1594 | 2024-07-19T17:12:41.045Z | Compiling filetime v0.2.23 |
1595 | 2024-07-19T17:12:41.197Z | Compiling memmap2 v0.9.4 |
1596 | 2024-07-19T17:12:41.398Z | Compiling same-file v1.0.6 |
1597 | 2024-07-19T17:12:41.651Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1598 | 2024-07-19T17:12:41.761Z | Compiling constant_time_eq v0.3.0 |
1599 | 2024-07-19T17:12:41.777Z | Compiling spin v0.5.2 |
1600 | 2024-07-19T17:12:41.780Z | Compiling arrayvec v0.7.4 |
1601 | 2024-07-19T17:12:41.933Z | Compiling untrusted v0.7.1 |
1602 | 2024-07-19T17:12:42.029Z | Compiling arrayref v0.3.7 |
1603 | 2024-07-19T17:12:42.121Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1604 | 2024-07-19T17:12:42.136Z | Compiling walkdir v2.5.0 |
1605 | 2024-07-19T17:12:43.650Z | Compiling tar v0.4.41 |
1606 | 2024-07-19T17:12:43.846Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1607 | 2024-07-19T17:12:44.969Z | Compiling cargo-platform v0.1.8 |
1608 | 2024-07-19T17:12:45.024Z | Compiling gethostname v0.4.3 |
1609 | 2024-07-19T17:12:45.299Z | Compiling topological-sort v0.2.2 |
1610 | 2024-07-19T17:12:45.559Z | Compiling number_prefix v0.4.0 |
1611 | 2024-07-19T17:12:45.827Z | Compiling indicatif v0.17.8 |
1612 | 2024-07-19T17:12:46.073Z | Compiling cargo_metadata v0.18.1 |
1613 | 2024-07-19T17:12:48.039Z | Compiling omicron-zone-package v0.11.0 |
1614 | 2024-07-19T17:12:50.923Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1615 | 2024-07-19T17:12:55.126Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1616 | 2024-07-19T17:12:57.409Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1617 | 2024-07-19T17:12:59.281Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1618 | 2024-07-19T17:13:16.429Z | Finished `release` profile [optimized] target(s) in 4m 30s |
1619 | 2024-07-19T17:13:16.545Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1620 | 2024-07-19T17:13:16.589Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1621 | 2024-07-19T17:13:16.592Z | Created new build target 'test' and set it as active |
1622 | 2024-07-19T17:13:16.592Z | |
1623 | 2024-07-19T17:13:16.592Z | real 4:30.540244827 |
1624 | 2024-07-19T17:13:16.592Z | user 30:30.764421742 |
1625 | 2024-07-19T17:13:16.592Z | sys 3:55.984270612 |
1626 | 2024-07-19T17:13:16.592Z | trap 0.899349600 |
1627 | 2024-07-19T17:13:16.592Z | tflt 2.073386979 |
1628 | 2024-07-19T17:13:16.592Z | dflt 1.008743942 |
1629 | 2024-07-19T17:13:16.592Z | kflt 0.008586187 |
1630 | 2024-07-19T17:13:16.592Z | lock 1:03:44.013951889 |
1631 | 2024-07-19T17:13:16.592Z | slp 1:25:38.858896239 |
1632 | 2024-07-19T17:13:16.592Z | lat 2:01.441786835 |
1633 | 2024-07-19T17:13:16.592Z | stop 3:04.620671157 |
1634 | 2024-07-19T17:13:16.592Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1635 | 2024-07-19T17:13:17.472Z | Finished `release` profile [optimized] target(s) in 0.83s |
1636 | 2024-07-19T17:13:17.512Z | Running `target/release/omicron-package -t test package` |
1637 | 2024-07-19T17:13:17.545Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1638 | 2024-07-19T17:13:18.574Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1639 | 2024-07-19T17:13:18.673Z | Compiling camino v1.1.7 |
1640 | 2024-07-19T17:13:18.683Z | Compiling derive-where v1.2.7 |
1641 | 2024-07-19T17:13:18.693Z | Compiling humantime v2.1.0 |
1642 | 2024-07-19T17:13:18.698Z | Compiling newline-converter v0.3.0 |
1643 | 2024-07-19T17:13:18.698Z | Compiling toml v0.8.14 |
1644 | 2024-07-19T17:13:18.698Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1645 | 2024-07-19T17:13:18.706Z | Compiling dirs-sys-next v0.1.2 |
1646 | 2024-07-19T17:13:18.889Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1647 | 2024-07-19T17:13:18.927Z | Compiling expectorate v1.1.0 |
1648 | 2024-07-19T17:13:19.111Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1649 | 2024-07-19T17:13:19.147Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1650 | 2024-07-19T17:13:19.214Z | Compiling dirs-next v2.0.0 |
1651 | 2024-07-19T17:13:19.319Z | Compiling password-hash v0.5.0 |
1652 | 2024-07-19T17:13:19.378Z | Compiling blake2 v0.10.6 |
1653 | 2024-07-19T17:13:19.546Z | Compiling prettyplease v0.2.20 |
1654 | 2024-07-19T17:13:19.657Z | Compiling term v0.7.0 |
1655 | 2024-07-19T17:13:19.819Z | Compiling is-terminal v0.4.12 |
1656 | 2024-07-19T17:13:19.944Z | Compiling argon2 v0.5.3 |
1657 | 2024-07-19T17:13:20.272Z | Compiling semver v0.1.20 |
1658 | 2024-07-19T17:13:20.578Z | Compiling home v0.5.9 |
1659 | 2024-07-19T17:13:20.822Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1660 | 2024-07-19T17:13:20.860Z | Compiling rustc_version v0.1.7 |
1661 | 2024-07-19T17:13:21.000Z | Compiling convert_case v0.4.0 |
1662 | 2024-07-19T17:13:21.270Z | Compiling newtype_derive v0.1.6 |
1663 | 2024-07-19T17:13:21.432Z | Compiling linked-hash-map v0.5.6 |
1664 | 2024-07-19T17:13:21.553Z | Compiling rustls-pki-types v1.7.0 |
1665 | 2024-07-19T17:13:21.771Z | Compiling derive_more v0.99.18 |
1666 | 2024-07-19T17:13:21.812Z | Compiling lru-cache v0.1.2 |
1667 | 2024-07-19T17:13:21.826Z | Compiling steno v0.4.1 |
1668 | 2024-07-19T17:13:22.015Z | Compiling rustls-webpki v0.102.4 |
1669 | 2024-07-19T17:13:22.264Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1670 | 2024-07-19T17:13:22.334Z | Compiling rustls v0.22.4 |
1671 | 2024-07-19T17:13:22.358Z | Compiling thread_local v1.1.8 |
1672 | 2024-07-19T17:13:22.848Z | Compiling match_cfg v0.1.0 |
1673 | 2024-07-19T17:13:22.940Z | Compiling hostname v0.3.1 |
1674 | 2024-07-19T17:13:23.897Z | Compiling multer v3.1.0 |
1675 | 2024-07-19T17:13:23.966Z | Compiling slog-async v2.8.0 |
1676 | 2024-07-19T17:13:24.032Z | Compiling slog-json v2.6.1 |
1677 | 2024-07-19T17:13:24.388Z | Compiling crossbeam-channel v0.5.12 |
1678 | 2024-07-19T17:13:24.463Z | Compiling http v1.1.0 |
1679 | 2024-07-19T17:13:25.446Z | Compiling base64 v0.22.1 |
1680 | 2024-07-19T17:13:25.551Z | Compiling atomic-waker v1.1.2 |
1681 | 2024-07-19T17:13:25.735Z | Compiling take_mut v0.2.2 |
1682 | 2024-07-19T17:13:26.839Z | Compiling rustls-pemfile v2.1.2 |
1683 | 2024-07-19T17:13:26.969Z | Compiling waitgroup v0.1.2 |
1684 | 2024-07-19T17:13:27.042Z | Compiling slog-bunyan v2.5.0 |
1685 | 2024-07-19T17:13:27.160Z | Compiling slog-term v2.9.1 |
1686 | 2024-07-19T17:13:27.258Z | Compiling tokio-rustls v0.25.0 |
1687 | 2024-07-19T17:13:27.273Z | Compiling async-stream v0.3.5 |
1688 | 2024-07-19T17:13:27.560Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01) |
1689 | 2024-07-19T17:13:27.627Z | Compiling sha1 v0.10.6 |
1690 | 2024-07-19T17:13:27.665Z | Compiling newtype-uuid v1.1.0 |
1691 | 2024-07-19T17:13:27.945Z | Compiling serde_path_to_error v0.1.16 |
1692 | 2024-07-19T17:13:27.998Z | Compiling hostname v0.4.0 |
1693 | 2024-07-19T17:13:28.216Z | Compiling slog-dtrace v0.3.0 |
1694 | 2024-07-19T17:13:28.293Z | Compiling instant v0.1.12 |
1695 | 2024-07-19T17:13:28.445Z | Compiling termcolor v1.4.1 |
1696 | 2024-07-19T17:13:28.494Z | Compiling debug-ignore v1.0.5 |
1697 | 2024-07-19T17:13:28.820Z | Compiling backoff v0.4.0 |
1698 | 2024-07-19T17:13:29.170Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1699 | 2024-07-19T17:13:29.240Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1700 | 2024-07-19T17:13:29.472Z | Compiling parse-display v0.9.1 |
1701 | 2024-07-19T17:13:29.566Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1702 | 2024-07-19T17:13:29.742Z | Compiling serde_with v3.8.3 |
1703 | 2024-07-19T17:13:30.046Z | Compiling strum v0.26.3 |
1704 | 2024-07-19T17:13:30.226Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1705 | 2024-07-19T17:13:31.246Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1706 | 2024-07-19T17:13:31.890Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1707 | 2024-07-19T17:13:32.046Z | Compiling num-rational v0.4.2 |
1708 | 2024-07-19T17:13:32.099Z | Compiling num-complex v0.4.6 |
1709 | 2024-07-19T17:13:33.125Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1710 | 2024-07-19T17:13:33.167Z | Compiling macaddr v1.0.1 |
1711 | 2024-07-19T17:13:33.620Z | Compiling swrite v0.1.0 |
1712 | 2024-07-19T17:13:33.636Z | Compiling num v0.4.3 |
1713 | 2024-07-19T17:13:35.095Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1714 | 2024-07-19T17:13:35.324Z | Compiling quick-error v1.2.3 |
1715 | 2024-07-19T17:13:35.478Z | Compiling float-ord v0.3.2 |
1716 | 2024-07-19T17:13:35.643Z | Compiling resolv-conf v0.7.0 |
1717 | 2024-07-19T17:13:36.524Z | Compiling utf-8 v0.7.6 |
1718 | 2024-07-19T17:13:36.860Z | Compiling radium v0.7.0 |
1719 | 2024-07-19T17:13:36.906Z | Compiling trust-dns-resolver v0.22.0 |
1720 | 2024-07-19T17:13:37.182Z | Compiling rayon-core v1.12.1 |
1721 | 2024-07-19T17:13:37.210Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1722 | 2024-07-19T17:13:37.302Z | Compiling crossbeam-deque v0.8.5 |
1723 | 2024-07-19T17:13:37.621Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
1724 | 2024-07-19T17:13:43.218Z | Compiling display-error-chain v0.2.0 |
1725 | 2024-07-19T17:13:43.400Z | Compiling tap v1.0.1 |
1726 | 2024-07-19T17:13:43.602Z | Compiling fastrand v2.1.0 |
1727 | 2024-07-19T17:13:44.125Z | Compiling maybe-uninit v2.0.0 |
1728 | 2024-07-19T17:13:44.366Z | Compiling same-file v1.0.6 |
1729 | 2024-07-19T17:13:44.595Z | Compiling walkdir v2.5.0 |
1730 | 2024-07-19T17:13:44.647Z | Compiling tempfile v3.10.1 |
1731 | 2024-07-19T17:13:45.429Z | Compiling wyz v0.5.1 |
1732 | 2024-07-19T17:13:48.104Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1733 | 2024-07-19T17:13:48.557Z | Compiling funty v2.0.0 |
1734 | 2024-07-19T17:13:49.815Z | Compiling glob v0.3.1 |
1735 | 2024-07-19T17:13:50.615Z | Compiling maplit v1.0.2 |
1736 | 2024-07-19T17:13:50.732Z | Compiling num-bigint-dig v0.8.4 |
1737 | 2024-07-19T17:13:51.010Z | Compiling crc-catalog v2.4.0 |
1738 | 2024-07-19T17:13:51.097Z | Compiling crunchy v0.2.2 |
1739 | 2024-07-19T17:13:51.157Z | Compiling packed_struct v0.10.1 |
1740 | 2024-07-19T17:13:51.563Z | Compiling crc v3.2.1 |
1741 | 2024-07-19T17:13:51.600Z | Compiling clang-sys v1.7.0 |
1742 | 2024-07-19T17:13:52.260Z | Compiling bitvec v1.0.1 |
1743 | 2024-07-19T17:13:53.484Z | Compiling ring v0.16.20 |
1744 | 2024-07-19T17:13:56.209Z | Compiling blake3 v1.5.1 |
1745 | 2024-07-19T17:13:56.378Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
1746 | 2024-07-19T17:13:56.795Z | Compiling rayon v1.10.0 |
1747 | 2024-07-19T17:13:58.260Z | Compiling xattr v1.3.1 |
1748 | 2024-07-19T17:13:58.518Z | Compiling nibble_vec v0.1.0 |
1749 | 2024-07-19T17:13:58.773Z | Compiling packed_struct_codegen v0.10.1 |
1750 | 2024-07-19T17:13:58.996Z | Compiling filetime v0.2.23 |
1751 | 2024-07-19T17:13:59.316Z | Compiling memmap2 v0.9.4 |
1752 | 2024-07-19T17:13:59.741Z | Compiling indexmap v1.9.3 |
1753 | 2024-07-19T17:14:00.022Z | Compiling arrayref v0.3.7 |
1754 | 2024-07-19T17:14:00.126Z | Compiling tiny-keccak v2.0.2 |
1755 | 2024-07-19T17:14:00.404Z | Compiling endian-type v0.1.2 |
1756 | 2024-07-19T17:14:00.642Z | Compiling nodrop v0.1.14 |
1757 | 2024-07-19T17:14:00.769Z | Compiling constant_time_eq v0.3.0 |
1758 | 2024-07-19T17:14:00.917Z | Compiling untrusted v0.7.1 |
1759 | 2024-07-19T17:14:00.920Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1760 | 2024-07-19T17:14:01.102Z | Compiling cancel-safe-futures v0.1.5 |
1761 | 2024-07-19T17:14:01.328Z | Compiling spin v0.5.2 |
1762 | 2024-07-19T17:14:01.358Z | Compiling arrayvec v0.7.4 |
1763 | 2024-07-19T17:14:01.479Z | Compiling array-init v0.0.4 |
1764 | 2024-07-19T17:14:01.681Z | Compiling radix_trie v0.2.1 |
1765 | 2024-07-19T17:14:02.626Z | Compiling tar v0.4.41 |
1766 | 2024-07-19T17:14:02.760Z | Compiling smallvec v0.6.14 |
1767 | 2024-07-19T17:14:03.338Z | Compiling camino-tempfile v1.1.1 |
1768 | 2024-07-19T17:14:03.846Z | Compiling toolchain_find v0.4.0 |
1769 | 2024-07-19T17:14:04.437Z | Compiling pkcs1 v0.7.5 |
1770 | 2024-07-19T17:14:04.513Z | Compiling signature v2.2.0 |
1771 | 2024-07-19T17:14:04.566Z | Compiling topological-sort v0.2.2 |
1772 | 2024-07-19T17:14:04.779Z | Compiling hashbrown v0.12.3 |
1773 | 2024-07-19T17:14:04.796Z | Compiling bitfield v0.14.0 |
1774 | 2024-07-19T17:14:05.014Z | Compiling omicron-zone-package v0.11.0 |
1775 | 2024-07-19T17:14:05.096Z | Compiling rustfmt-wrapper v0.2.1 |
1776 | 2024-07-19T17:14:05.519Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1777 | 2024-07-19T17:14:06.134Z | Compiling rsa v0.9.6 |
1778 | 2024-07-19T17:14:07.115Z | Compiling serde-hex v0.1.0 |
1779 | 2024-07-19T17:14:08.336Z | Compiling bzip2 v0.4.4 |
1780 | 2024-07-19T17:14:09.677Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1781 | 2024-07-19T17:14:09.991Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1782 | 2024-07-19T17:14:10.633Z | Compiling env_logger v0.10.2 |
1783 | 2024-07-19T17:14:11.541Z | Compiling ascii-canvas v3.0.0 |
1784 | 2024-07-19T17:14:12.034Z | Compiling x509-cert v0.2.5 |
1785 | 2024-07-19T17:14:12.336Z | Compiling ron v0.8.1 |
1786 | 2024-07-19T17:14:13.147Z | Compiling hashbrown v0.13.2 |
1787 | 2024-07-19T17:14:13.793Z | Compiling ena v0.14.3 |
1788 | 2024-07-19T17:14:14.191Z | Compiling libloading v0.8.3 |
1789 | 2024-07-19T17:14:14.505Z | Compiling regex-syntax v0.6.29 |
1790 | 2024-07-19T17:14:14.560Z | Compiling bindgen v0.69.4 |
1791 | 2024-07-19T17:14:14.978Z | Compiling crc-any v2.5.0 |
1792 | 2024-07-19T17:14:15.927Z | Compiling diff v0.1.13 |
1793 | 2024-07-19T17:14:18.513Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1794 | 2024-07-19T17:14:19.630Z | Compiling lalrpop v0.19.12 |
1795 | 2024-07-19T17:14:19.865Z | Compiling object v0.30.4 |
1796 | 2024-07-19T17:14:24.088Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1797 | 2024-07-19T17:14:25.847Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1798 | 2024-07-19T17:14:27.689Z | Compiling zip v0.6.6 |
1799 | 2024-07-19T17:14:30.470Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1800 | 2024-07-19T17:14:30.837Z | Compiling which v4.4.2 |
1801 | 2024-07-19T17:14:31.360Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
1802 | 2024-07-19T17:14:31.580Z | Compiling cexpr v0.6.0 |
1803 | 2024-07-19T17:14:31.595Z | Compiling half v2.4.1 |
1804 | 2024-07-19T17:14:32.327Z | Compiling shlex v1.3.0 |
1805 | 2024-07-19T17:14:32.728Z | Compiling ref-cast v1.0.23 |
1806 | 2024-07-19T17:14:32.802Z | Compiling ciborium-io v0.2.2 |
1807 | 2024-07-19T17:14:32.937Z | Compiling path-slash v0.1.5 |
1808 | 2024-07-19T17:14:33.160Z | Compiling lazycell v1.3.0 |
1809 | 2024-07-19T17:14:33.176Z | Compiling arc-swap v1.7.1 |
1810 | 2024-07-19T17:14:33.179Z | Compiling rustc-hash v1.1.0 |
1811 | 2024-07-19T17:14:33.404Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1812 | 2024-07-19T17:14:33.909Z | Compiling slog-scope v4.4.0 |
1813 | 2024-07-19T17:14:34.771Z | Compiling ciborium-ll v0.2.2 |
1814 | 2024-07-19T17:14:35.281Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1815 | 2024-07-19T17:14:35.563Z | Compiling derive_builder_core v0.20.0 |
1816 | 2024-07-19T17:14:35.933Z | Compiling headers-core v0.2.0 |
1817 | 2024-07-19T17:14:36.087Z | Compiling fxhash v0.2.1 |
1818 | 2024-07-19T17:14:36.306Z | Compiling libxml v0.3.3 |
1819 | 2024-07-19T17:14:36.637Z | Compiling ref-cast-impl v1.0.23 |
1820 | 2024-07-19T17:14:37.801Z | Compiling derive_builder_macro v0.20.0 |
1821 | 2024-07-19T17:14:37.917Z | Compiling headers v0.3.9 |
1822 | 2024-07-19T17:14:38.690Z | Compiling ciborium v0.2.2 |
1823 | 2024-07-19T17:14:40.863Z | Compiling slog-stdlog v4.1.1 |
1824 | 2024-07-19T17:14:41.776Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1825 | 2024-07-19T17:14:41.805Z | Compiling tungstenite v0.21.0 |
1826 | 2024-07-19T17:14:42.578Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
1827 | 2024-07-19T17:14:42.852Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1828 | 2024-07-19T17:14:45.164Z | Compiling libsw v3.3.1 |
1829 | 2024-07-19T17:14:45.504Z | Compiling strum_macros v0.24.3 |
1830 | 2024-07-19T17:14:46.055Z | Compiling polar-core v0.27.3 |
1831 | 2024-07-19T17:14:47.008Z | Compiling async-recursion v1.1.1 |
1832 | 2024-07-19T17:14:47.629Z | Compiling atty v0.2.14 |
1833 | 2024-07-19T17:14:47.697Z | Compiling samael v0.0.15 |
1834 | 2024-07-19T17:14:47.772Z | Compiling cookie v0.18.1 |
1835 | 2024-07-19T17:14:47.932Z | Compiling linear-map v1.2.0 |
1836 | 2024-07-19T17:14:48.050Z | Compiling owo-colors v4.0.0 |
1837 | 2024-07-19T17:14:48.333Z | Compiling indoc v1.0.9 |
1838 | 2024-07-19T17:14:48.951Z | Compiling tokio-tungstenite v0.21.0 |
1839 | 2024-07-19T17:14:49.200Z | Compiling slog-envlogger v2.2.0 |
1840 | 2024-07-19T17:14:49.264Z | Compiling derive_builder v0.20.0 |
1841 | 2024-07-19T17:14:49.500Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
1842 | 2024-07-19T17:14:49.763Z | Compiling pem v3.0.4 |
1843 | 2024-07-19T17:14:50.885Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1844 | 2024-07-19T17:14:51.229Z | Compiling oso-derive v0.27.3 |
1845 | 2024-07-19T17:14:51.636Z | Compiling impl-trait-for-tuples v0.2.2 |
1846 | 2024-07-19T17:14:52.168Z | Compiling quick-xml v0.31.0 |
1847 | 2024-07-19T17:14:53.148Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
1848 | 2024-07-19T17:14:53.423Z | Compiling cfg_aliases v0.1.1 |
1849 | 2024-07-19T17:14:53.565Z | Compiling nix v0.28.0 |
1850 | 2024-07-19T17:14:54.530Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
1851 | 2024-07-19T17:14:56.058Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1852 | 2024-07-19T17:14:56.958Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1853 | 2024-07-19T17:14:57.232Z | Compiling bb8 v0.8.5 |
1854 | 2024-07-19T17:14:57.793Z | Compiling const_format_proc_macros v0.2.32 |
1855 | 2024-07-19T17:14:58.380Z | Compiling vte_generate_state_changes v0.1.1 |
1856 | 2024-07-19T17:14:58.998Z | Compiling unicase v2.7.0 |
1857 | 2024-07-19T17:14:59.288Z | Compiling buf-list v1.0.3 |
1858 | 2024-07-19T17:14:59.765Z | Compiling const_format v0.2.32 |
1859 | 2024-07-19T17:14:59.877Z | Compiling vte v0.11.1 |
1860 | 2024-07-19T17:15:00.958Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
1861 | 2024-07-19T17:15:01.196Z | Compiling tungstenite v0.20.1 |
1862 | 2024-07-19T17:15:01.419Z | Compiling fd-lock v4.0.2 |
1863 | 2024-07-19T17:15:01.583Z | Compiling pin-project-internal v1.1.5 |
1864 | 2024-07-19T17:15:01.642Z | Compiling memoffset v0.9.1 |
1865 | 2024-07-19T17:15:01.936Z | Compiling bytecount v0.6.8 |
1866 | 2024-07-19T17:15:02.249Z | Compiling parking_lot_core v0.8.6 |
1867 | 2024-07-19T17:15:02.666Z | Compiling tokio-tungstenite v0.20.1 |
1868 | 2024-07-19T17:15:03.251Z | Compiling papergrid v0.11.0 |
1869 | 2024-07-19T17:15:04.402Z | Compiling pin-project v1.1.5 |
1870 | 2024-07-19T17:15:06.366Z | Compiling strip-ansi-escapes v0.2.0 |
1871 | 2024-07-19T17:15:08.024Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1872 | 2024-07-19T17:15:10.848Z | Compiling tabled_derive v0.7.0 |
1873 | 2024-07-19T17:15:13.149Z | Compiling oso v0.27.3 |
1874 | 2024-07-19T17:15:13.711Z | Compiling peg-macros v0.8.3 |
1875 | 2024-07-19T17:15:14.719Z | Compiling snafu-derive v0.8.2 |
1876 | 2024-07-19T17:15:15.535Z | Compiling sqlparser_derive v0.2.2 |
1877 | 2024-07-19T17:15:16.874Z | Compiling nu-ansi-term v0.50.0 |
1878 | 2024-07-19T17:15:17.151Z | Compiling unicode_categories v0.1.1 |
1879 | 2024-07-19T17:15:17.502Z | Compiling sqlformat v0.2.4 |
1880 | 2024-07-19T17:15:18.122Z | Compiling reedline v0.31.0 |
1881 | 2024-07-19T17:15:19.720Z | Compiling snafu v0.8.2 |
1882 | 2024-07-19T17:15:21.007Z | Compiling peg v0.8.3 |
1883 | 2024-07-19T17:15:21.124Z | Compiling rustyline v14.0.0 |
1884 | 2024-07-19T17:15:28.257Z | Compiling sqlparser v0.45.0 |
1885 | 2024-07-19T17:15:31.278Z | Compiling tabled v0.15.0 |
1886 | 2024-07-19T17:15:34.453Z | Compiling env_logger v0.9.3 |
1887 | 2024-07-19T17:15:38.928Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1888 | 2024-07-19T17:15:41.039Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1889 | 2024-07-19T17:15:41.501Z | Compiling globset v0.4.14 |
1890 | 2024-07-19T17:15:42.582Z | Compiling olpc-cjson v0.1.3 |
1891 | 2024-07-19T17:15:42.932Z | Compiling bcs v0.1.6 |
1892 | 2024-07-19T17:15:43.852Z | Compiling bitstruct_derive v0.1.0 |
1893 | 2024-07-19T17:15:45.106Z | Compiling serde_plain v1.0.2 |
1894 | 2024-07-19T17:15:45.626Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1895 | 2024-07-19T17:15:45.764Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1896 | 2024-07-19T17:15:46.054Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
1897 | 2024-07-19T17:15:46.344Z | Compiling ascii v1.1.0 |
1898 | 2024-07-19T17:15:47.098Z | Compiling highway v1.1.0 |
1899 | 2024-07-19T17:15:47.184Z | Compiling typed-path v0.7.1 |
1900 | 2024-07-19T17:15:48.473Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1901 | 2024-07-19T17:15:49.186Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1902 | 2024-07-19T17:15:49.709Z | Compiling tough v0.17.1 |
1903 | 2024-07-19T17:15:51.746Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1904 | 2024-07-19T17:15:52.026Z | Compiling bitstruct v0.1.1 |
1905 | 2024-07-19T17:15:52.154Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1906 | 2024-07-19T17:15:52.691Z | Compiling parking_lot v0.11.2 |
1907 | 2024-07-19T17:15:52.717Z | Compiling nix v0.27.1 |
1908 | 2024-07-19T17:15:53.963Z | Compiling trust-dns-client v0.22.0 |
1909 | 2024-07-19T17:15:54.732Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1910 | 2024-07-19T17:15:55.066Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
1911 | 2024-07-19T17:15:55.833Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1912 | 2024-07-19T17:15:57.010Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1913 | 2024-07-19T17:15:59.196Z | Compiling curve25519-dalek v4.1.3 |
1914 | 2024-07-19T17:15:59.590Z | Compiling kstat-rs v0.2.4 |
1915 | 2024-07-19T17:16:00.206Z | Compiling toml v0.5.11 |
1916 | 2024-07-19T17:16:00.559Z | Compiling serde_arrays v0.1.0 |
1917 | 2024-07-19T17:16:00.755Z | Compiling serde-big-array v0.5.1 |
1918 | 2024-07-19T17:16:01.021Z | Compiling erased-serde v0.3.31 |
1919 | 2024-07-19T17:16:04.764Z | Compiling parse-size v1.0.0 |
1920 | 2024-07-19T17:16:05.053Z | Compiling keccak v0.1.5 |
1921 | 2024-07-19T17:16:06.085Z | Compiling sha3 v0.10.8 |
1922 | 2024-07-19T17:16:06.963Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1923 | 2024-07-19T17:16:19.364Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1924 | 2024-07-19T17:16:25.371Z | Compiling trust-dns-server v0.22.1 |
1925 | 2024-07-19T17:16:37.400Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1926 | 2024-07-19T17:16:45.969Z | Compiling sled v0.34.7 |
1927 | 2024-07-19T17:16:46.159Z | Compiling mime_guess v2.0.4 |
1928 | 2024-07-19T17:16:47.279Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1929 | 2024-07-19T17:16:49.497Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
1930 | 2024-07-19T17:16:51.604Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
1931 | 2024-07-19T17:16:53.668Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1932 | 2024-07-19T17:17:06.185Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
1933 | 2024-07-19T17:17:06.460Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1934 | 2024-07-19T17:17:07.961Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
1935 | 2024-07-19T17:17:10.158Z | Compiling signal-hook-tokio v0.3.1 |
1936 | 2024-07-19T17:17:10.376Z | Compiling universal-hash v0.5.1 |
1937 | 2024-07-19T17:17:10.616Z | Compiling heck v0.3.3 |
1938 | 2024-07-19T17:17:11.002Z | Compiling secrecy v0.8.0 |
1939 | 2024-07-19T17:17:11.268Z | Compiling rand_seeder v0.2.3 |
1940 | 2024-07-19T17:17:11.661Z | Compiling castaway v0.2.2 |
1941 | 2024-07-19T17:17:11.843Z | Compiling thiserror-impl-no-std v2.0.2 |
1942 | 2024-07-19T17:17:13.884Z | Compiling nanorand v0.7.0 |
1943 | 2024-07-19T17:17:14.638Z | Compiling curve25519-dalek-derive v0.1.1 |
1944 | 2024-07-19T17:17:14.653Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1945 | 2024-07-19T17:17:14.932Z | Compiling opaque-debug v0.3.1 |
1946 | 2024-07-19T17:17:15.040Z | Compiling poly1305 v0.8.0 |
1947 | 2024-07-19T17:17:15.580Z | Compiling thiserror-no-std v2.0.2 |
1948 | 2024-07-19T17:17:15.707Z | Compiling flume v0.11.0 |
1949 | 2024-07-19T17:17:16.441Z | Compiling compact_str v0.7.1 |
1950 | 2024-07-19T17:17:16.493Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
1951 | 2024-07-19T17:17:16.708Z | Compiling zone_cfg_derive v0.1.2 |
1952 | 2024-07-19T17:17:17.649Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
1953 | 2024-07-19T17:17:17.959Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1954 | 2024-07-19T17:17:18.107Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1955 | 2024-07-19T17:17:20.678Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1956 | 2024-07-19T17:17:21.294Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
1957 | 2024-07-19T17:17:24.202Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1958 | 2024-07-19T17:17:24.473Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
1959 | 2024-07-19T17:17:24.749Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
1960 | 2024-07-19T17:17:25.036Z | Compiling chacha20 v0.9.1 |
1961 | 2024-07-19T17:17:25.496Z | Compiling unicode-truncate v1.0.0 |
1962 | 2024-07-19T17:17:25.756Z | Compiling itertools v0.13.0 |
1963 | 2024-07-19T17:17:27.646Z | Compiling aead v0.5.2 |
1964 | 2024-07-19T17:17:27.858Z | Compiling lru v0.12.3 |
1965 | 2024-07-19T17:17:28.002Z | Compiling stability v0.2.0 |
1966 | 2024-07-19T17:17:28.206Z | Compiling cassowary v0.3.0 |
1967 | 2024-07-19T17:17:28.988Z | Compiling base64 v0.13.1 |
1968 | 2024-07-19T17:17:29.089Z | Compiling chacha20poly1305 v0.10.1 |
1969 | 2024-07-19T17:17:29.317Z | Compiling ratatui v0.27.0 |
1970 | 2024-07-19T17:17:29.533Z | Compiling ron v0.7.1 |
1971 | 2024-07-19T17:17:29.879Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1972 | 2024-07-19T17:17:32.090Z | Compiling zone v0.1.8 |
1973 | 2024-07-19T17:17:34.914Z | Compiling vsss-rs v3.3.4 |
1974 | 2024-07-19T17:17:35.296Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
1975 | 2024-07-19T17:17:39.370Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1976 | 2024-07-19T17:17:40.119Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
1977 | 2024-07-19T17:17:42.209Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
1978 | 2024-07-19T17:17:43.742Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
1979 | 2024-07-19T17:17:45.815Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1980 | 2024-07-19T17:17:46.305Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
1981 | 2024-07-19T17:17:46.577Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
1982 | 2024-07-19T17:17:46.733Z | Compiling portpicker v0.1.1 |
1983 | 2024-07-19T17:17:47.208Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
1984 | 2024-07-19T17:17:49.475Z | Compiling csv-core v0.1.11 |
1985 | 2024-07-19T17:17:50.338Z | Compiling smawk v0.3.2 |
1986 | 2024-07-19T17:17:51.575Z | Compiling http-range v0.1.5 |
1987 | 2024-07-19T17:17:52.132Z | Compiling unicode-linebreak v0.1.5 |
1988 | 2024-07-19T17:17:52.453Z | Compiling hyper-staticfile v0.9.5 |
1989 | 2024-07-19T17:17:52.664Z | Compiling textwrap v0.16.1 |
1990 | 2024-07-19T17:17:53.020Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1991 | 2024-07-19T17:17:53.960Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1992 | 2024-07-19T17:17:55.516Z | Compiling csv v1.3.0 |
1993 | 2024-07-19T17:17:57.703Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
1994 | 2024-07-19T17:18:04.233Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
1995 | 2024-07-19T17:18:05.299Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
1996 | 2024-07-19T17:18:06.024Z | Compiling rcgen v0.12.1 |
1997 | 2024-07-19T17:18:13.903Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
1998 | 2024-07-19T17:18:15.971Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
1999 | 2024-07-19T17:18:16.176Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2000 | 2024-07-19T17:18:16.447Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2001 | 2024-07-19T17:18:16.461Z | Compiling atomicwrites v0.4.3 |
2002 | 2024-07-19T17:18:16.979Z | Compiling fatfs v0.3.6 |
2003 | 2024-07-19T17:18:18.738Z | Compiling rtoolbox v0.0.2 |
2004 | 2024-07-19T17:18:19.186Z | Compiling subprocess v0.2.9 |
2005 | 2024-07-19T17:18:19.658Z | Compiling is_ci v1.2.0 |
2006 | 2024-07-19T17:18:19.806Z | Compiling assert_matches v1.5.0 |
2007 | 2024-07-19T17:18:19.953Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2008 | 2024-07-19T17:18:23.173Z | Compiling supports-color v3.0.0 |
2009 | 2024-07-19T17:18:23.828Z | Compiling rpassword v7.3.1 |
2010 | 2024-07-19T17:18:24.239Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2011 | 2024-07-19T17:18:24.266Z | Compiling tui-tree-widget v0.21.0 |
2012 | 2024-07-19T17:18:24.737Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2013 | 2024-07-19T17:18:27.244Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2014 | 2024-07-19T17:18:29.441Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2015 | 2024-07-19T17:18:31.725Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2016 | 2024-07-19T17:18:32.004Z | Compiling shell-words v1.1.0 |
2017 | 2024-07-19T17:18:32.438Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2018 | 2024-07-19T17:18:41.119Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2019 | 2024-07-19T17:18:46.468Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2020 | 2024-07-19T17:18:56.331Z | Compiling uzers v0.11.3 |
2021 | 2024-07-19T17:18:59.248Z | Compiling multimap v0.10.0 |
2022 | 2024-07-19T17:18:59.651Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2023 | 2024-07-19T17:20:42.663Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2024 | 2024-07-19T17:21:05.911Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2025 | 2024-07-19T17:27:36.862Z | Finished `release` profile [optimized] target(s) in 14m 19s |
2026 | 2024-07-19T17:28:23.001Z | |
2027 | 2024-07-19T17:28:23.004Z | real 15:06.314601813 |
2028 | 2024-07-19T17:28:23.004Z | user 1:44:26.706194978 |
2029 | 2024-07-19T17:28:23.004Z | sys 5:41.022956987 |
2030 | 2024-07-19T17:28:23.004Z | trap 2.354038508 |
2031 | 2024-07-19T17:28:23.004Z | tflt 2.401085094 |
2032 | 2024-07-19T17:28:23.004Z | dflt 3.910067467 |
2033 | 2024-07-19T17:28:23.004Z | kflt 0.002479960 |
2034 | 2024-07-19T17:28:23.004Z | lock 6:17:06.340283363 |
2035 | 2024-07-19T17:28:23.004Z | slp 3:59:50.479053579 |
2036 | 2024-07-19T17:28:23.004Z | lat 2:33.617726238 |
2037 | 2024-07-19T17:28:23.004Z | stop 2:03.016086193 |
2038 | 2024-07-19T17:28:23.004Z | + mapfile -t packages |
2039 | 2024-07-19T17:28:23.004Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2040 | 2024-07-19T17:28:23.899Z | Finished `release` profile [optimized] target(s) in 0.85s |
2041 | 2024-07-19T17:28:23.942Z | Running `target/release/omicron-package -t test list-outputs` |
2042 | 2024-07-19T17:28:23.985Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2043 | 2024-07-19T17:28:23.988Z | + ptime -m cargo build --locked --release -p xtask |
2044 | 2024-07-19T17:28:24.599Z | Compiling serde v1.0.204 |
2045 | 2024-07-19T17:28:24.602Z | Compiling bitflags v2.5.0 |
2046 | 2024-07-19T17:28:24.603Z | Compiling syn v2.0.71 |
2047 | 2024-07-19T17:28:24.692Z | Compiling scopeguard v1.2.0 |
2048 | 2024-07-19T17:28:24.692Z | Compiling bytes v1.6.0 |
2049 | 2024-07-19T17:28:24.700Z | Compiling smallvec v1.13.2 |
2050 | 2024-07-19T17:28:24.715Z | Compiling log v0.4.21 |
2051 | 2024-07-19T17:28:24.826Z | Compiling lock_api v0.4.12 |
2052 | 2024-07-19T17:28:25.187Z | Compiling parking_lot_core v0.9.10 |
2053 | 2024-07-19T17:28:25.207Z | Compiling serde_json v1.0.120 |
2054 | 2024-07-19T17:28:25.215Z | Compiling hashbrown v0.14.5 |
2055 | 2024-07-19T17:28:25.215Z | Compiling mio v0.8.11 |
2056 | 2024-07-19T17:28:25.261Z | Compiling libc v0.2.155 |
2057 | 2024-07-19T17:28:25.550Z | Compiling parking_lot v0.12.2 |
2058 | 2024-07-19T17:28:25.656Z | Compiling generic-array v0.14.7 |
2059 | 2024-07-19T17:28:25.927Z | Compiling slog v2.7.0 |
2060 | 2024-07-19T17:28:26.133Z | Compiling rustix v0.38.34 |
2061 | 2024-07-19T17:28:26.445Z | Compiling http v0.2.12 |
2062 | 2024-07-19T17:28:26.519Z | Compiling usdt-impl v0.5.0 |
2063 | 2024-07-19T17:28:26.726Z | Compiling indexmap v2.2.6 |
2064 | 2024-07-19T17:28:26.741Z | Compiling syn v1.0.109 |
2065 | 2024-07-19T17:28:26.996Z | Compiling time-macros v0.2.18 |
2066 | 2024-07-19T17:28:27.197Z | Compiling thread-id v4.2.1 |
2067 | 2024-07-19T17:28:27.315Z | Compiling tracing v0.1.40 |
2068 | 2024-07-19T17:28:28.022Z | Compiling crossbeam-utils v0.8.19 |
2069 | 2024-07-19T17:28:28.282Z | Compiling http-body v0.4.6 |
2070 | 2024-07-19T17:28:28.796Z | Compiling unicode-normalization v0.1.23 |
2071 | 2024-07-19T17:28:28.812Z | Compiling unicode-bidi v0.3.15 |
2072 | 2024-07-19T17:28:30.031Z | Compiling idna v0.5.0 |
2073 | 2024-07-19T17:28:30.112Z | Compiling time v0.3.36 |
2074 | 2024-07-19T17:28:30.605Z | Compiling crypto-common v0.1.6 |
2075 | 2024-07-19T17:28:30.826Z | Compiling block-buffer v0.10.4 |
2076 | 2024-07-19T17:28:31.199Z | Compiling terminal_size v0.3.0 |
2077 | 2024-07-19T17:28:31.424Z | Compiling proc-macro-error v1.0.4 |
2078 | 2024-07-19T17:28:31.760Z | Compiling fs-err v2.11.0 |
2079 | 2024-07-19T17:28:32.047Z | Compiling anyhow v1.0.86 |
2080 | 2024-07-19T17:28:32.062Z | Compiling clap_builder v4.5.9 |
2081 | 2024-07-19T17:28:32.839Z | Compiling crossbeam-channel v0.5.12 |
2082 | 2024-07-19T17:28:32.902Z | Compiling digest v0.10.7 |
2083 | 2024-07-19T17:28:33.317Z | Compiling url v2.5.0 |
2084 | 2024-07-19T17:28:33.365Z | Compiling xattr v1.3.1 |
2085 | 2024-07-19T17:28:33.708Z | Compiling sha2 v0.10.8 |
2086 | 2024-07-19T17:28:34.542Z | Compiling slog-async v2.8.0 |
2087 | 2024-07-19T17:28:34.578Z | Compiling tabled_derive v0.7.0 |
2088 | 2024-07-19T17:28:36.490Z | Compiling serde_derive v1.0.204 |
2089 | 2024-07-19T17:28:36.699Z | Compiling thiserror-impl v1.0.62 |
2090 | 2024-07-19T17:28:36.766Z | Compiling zerocopy-derive v0.7.34 |
2091 | 2024-07-19T17:28:37.628Z | Compiling futures-macro v0.3.30 |
2092 | 2024-07-19T17:28:38.862Z | Compiling tokio-macros v2.3.0 |
2093 | 2024-07-19T17:28:38.895Z | Compiling zerocopy v0.7.34 |
2094 | 2024-07-19T17:28:39.369Z | Compiling openssl-macros v0.1.1 |
2095 | 2024-07-19T17:28:39.654Z | Compiling futures-util v0.3.30 |
2096 | 2024-07-19T17:28:39.677Z | Compiling thiserror v1.0.62 |
2097 | 2024-07-19T17:28:39.826Z | Compiling pest v2.7.10 |
2098 | 2024-07-19T17:28:40.279Z | Compiling scroll_derive v0.12.0 |
2099 | 2024-07-19T17:28:40.428Z | Compiling tokio v1.38.1 |
2100 | 2024-07-19T17:28:40.489Z | Compiling openssl v0.10.64 |
2101 | 2024-07-19T17:28:41.693Z | Compiling scroll v0.12.0 |
2102 | 2024-07-19T17:28:42.322Z | Compiling pest_meta v2.7.10 |
2103 | 2024-07-19T17:28:42.619Z | Compiling goblin v0.8.2 |
2104 | 2024-07-19T17:28:46.631Z | Compiling pest_generator v2.7.10 |
2105 | 2024-07-19T17:28:48.420Z | Compiling pest_derive v2.7.10 |
2106 | 2024-07-19T17:28:49.219Z | Compiling dtrace-parser v0.2.0 |
2107 | 2024-07-19T17:28:51.379Z | Compiling tokio-util v0.7.11 |
2108 | 2024-07-19T17:28:53.478Z | Compiling serde_tokenstream v0.2.1 |
2109 | 2024-07-19T17:28:54.032Z | Compiling h2 v0.3.26 |
2110 | 2024-07-19T17:28:55.989Z | Compiling dof v0.3.0 |
2111 | 2024-07-19T17:28:56.977Z | Compiling serde_spanned v0.6.6 |
2112 | 2024-07-19T17:28:57.241Z | Compiling toml_datetime v0.6.6 |
2113 | 2024-07-19T17:28:57.329Z | Compiling native-tls v0.2.11 |
2114 | 2024-07-19T17:28:58.427Z | Compiling tokio-native-tls v0.3.1 |
2115 | 2024-07-19T17:28:58.447Z | Compiling toml_edit v0.22.14 |
2116 | 2024-07-19T17:28:58.743Z | Compiling usdt-attr-macro v0.5.0 |
2117 | 2024-07-19T17:29:00.152Z | Compiling hyper v0.14.28 |
2118 | 2024-07-19T17:29:05.460Z | Compiling hyper-tls v0.5.0 |
2119 | 2024-07-19T17:29:06.717Z | Compiling toml v0.8.14 |
2120 | 2024-07-19T17:29:06.803Z | Compiling usdt-macro v0.5.0 |
2121 | 2024-07-19T17:29:07.206Z | Compiling slog-json v2.6.1 |
2122 | 2024-07-19T17:29:07.750Z | Compiling semver v1.0.23 |
2123 | 2024-07-19T17:29:08.041Z | Compiling camino v1.1.7 |
2124 | 2024-07-19T17:29:08.952Z | Compiling cargo-platform v0.1.8 |
2125 | 2024-07-19T17:29:09.310Z | Compiling serde_urlencoded v0.7.1 |
2126 | 2024-07-19T17:29:09.403Z | Compiling futures-executor v0.3.30 |
2127 | 2024-07-19T17:29:09.939Z | Compiling strum_macros v0.26.4 |
2128 | 2024-07-19T17:29:10.061Z | Compiling clap_derive v4.5.8 |
2129 | 2024-07-19T17:29:10.484Z | Compiling reqwest v0.11.27 |
2130 | 2024-07-19T17:29:12.792Z | Compiling futures v0.3.30 |
2131 | 2024-07-19T17:29:12.922Z | Compiling cargo_metadata v0.18.1 |
2132 | 2024-07-19T17:29:13.780Z | Compiling usdt v0.5.0 |
2133 | 2024-07-19T17:29:14.653Z | Compiling clap v4.5.9 |
2134 | 2024-07-19T17:29:14.782Z | Compiling cargo_toml v0.20.3 |
2135 | 2024-07-19T17:29:14.799Z | Compiling strum v0.26.3 |
2136 | 2024-07-19T17:29:14.987Z | Compiling slog-bunyan v2.5.0 |
2137 | 2024-07-19T17:29:15.280Z | Compiling macaddr v1.0.1 |
2138 | 2024-07-19T17:29:15.295Z | Compiling tabled v0.15.0 |
2139 | 2024-07-19T17:29:15.413Z | Compiling slog-term v2.9.1 |
2140 | 2024-07-19T17:29:15.916Z | Compiling tar v0.4.41 |
2141 | 2024-07-19T17:29:31.041Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2142 | 2024-07-19T17:29:45.233Z | Finished `release` profile [optimized] target(s) in 1m 21s |
2143 | 2024-07-19T17:29:45.330Z | |
2144 | 2024-07-19T17:29:45.330Z | real 1:21.309813282 |
2145 | 2024-07-19T17:29:45.330Z | user 8:51.737043559 |
2146 | 2024-07-19T17:29:45.330Z | sys 50.433852931 |
2147 | 2024-07-19T17:29:45.330Z | trap 0.241425305 |
2148 | 2024-07-19T17:29:45.331Z | tflt 0.555119221 |
2149 | 2024-07-19T17:29:45.334Z | dflt 0.243331813 |
2150 | 2024-07-19T17:29:45.334Z | kflt 0.000010178 |
2151 | 2024-07-19T17:29:45.334Z | lock 19:54.983483442 |
2152 | 2024-07-19T17:29:45.334Z | slp 22:19.459263460 |
2153 | 2024-07-19T17:29:45.334Z | lat 24.166889770 |
2154 | 2024-07-19T17:29:45.334Z | stop 22.263814957 |
2155 | 2024-07-19T17:29:45.334Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2156 | 2024-07-19T17:29:45.334Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2157 | 2024-07-19T17:29:45.334Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2158 | 2024-07-19T17:29:45.334Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2159 | 2024-07-19T17:29:45.334Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2160 | 2024-07-19T17:29:45.862Z | Downloading crates ... |
2161 | 2024-07-19T17:29:46.063Z | Downloaded ctr v0.9.2 |
2162 | 2024-07-19T17:29:46.070Z | Downloaded md5 v0.7.0 |
2163 | 2024-07-19T17:29:46.073Z | Downloaded dhcproto-macros v0.1.0 |
2164 | 2024-07-19T17:29:46.078Z | Downloaded option-ext v0.2.0 |
2165 | 2024-07-19T17:29:46.081Z | Downloaded cbc v0.1.2 |
2166 | 2024-07-19T17:29:46.084Z | Downloaded russh-cryptovec v0.7.2 |
2167 | 2024-07-19T17:29:46.084Z | Downloaded hex-literal v0.4.1 |
2168 | 2024-07-19T17:29:46.086Z | Downloaded dirs-sys v0.4.1 |
2169 | 2024-07-19T17:29:46.086Z | Downloaded polyval v0.6.2 |
2170 | 2024-07-19T17:29:46.086Z | Downloaded ed25519 v2.2.3 |
2171 | 2024-07-19T17:29:46.089Z | Downloaded rand_core v0.5.1 |
2172 | 2024-07-19T17:29:46.092Z | Downloaded pbkdf2 v0.11.0 |
2173 | 2024-07-19T17:29:46.095Z | Downloaded rand_chacha v0.2.2 |
2174 | 2024-07-19T17:29:46.095Z | Downloaded rfc6979 v0.4.0 |
2175 | 2024-07-19T17:29:46.095Z | Downloaded primeorder v0.13.6 |
2176 | 2024-07-19T17:29:46.097Z | Downloaded blowfish v0.9.1 |
2177 | 2024-07-19T17:29:46.097Z | Downloaded bcrypt-pbkdf v0.10.0 |
2178 | 2024-07-19T17:29:46.100Z | Downloaded russh-keys v0.43.0 |
2179 | 2024-07-19T17:29:46.100Z | Downloaded pbkdf2 v0.12.2 |
2180 | 2024-07-19T17:29:46.103Z | Downloaded password-hash v0.4.2 |
2181 | 2024-07-19T17:29:46.103Z | Downloaded ecdsa v0.16.9 |
2182 | 2024-07-19T17:29:46.106Z | Downloaded internet-checksum v0.2.1 |
2183 | 2024-07-19T17:29:46.106Z | Downloaded getrandom v0.1.16 |
2184 | 2024-07-19T17:29:46.108Z | Downloaded aes v0.8.4 |
2185 | 2024-07-19T17:29:46.111Z | Downloaded dhcproto v0.11.0 |
2186 | 2024-07-19T17:29:46.114Z | Downloaded dirs v5.0.1 |
2187 | 2024-07-19T17:29:46.117Z | Downloaded p256 v0.13.2 |
2188 | 2024-07-19T17:29:46.121Z | Downloaded ghash v0.5.1 |
2189 | 2024-07-19T17:29:46.121Z | Downloaded russh v0.43.0 |
2190 | 2024-07-19T17:29:46.125Z | Downloaded ed25519-dalek v2.1.1 |
2191 | 2024-07-19T17:29:46.128Z | Downloaded rand v0.7.3 |
2192 | 2024-07-19T17:29:46.132Z | Downloaded p521 v0.13.3 |
2193 | 2024-07-19T17:29:46.136Z | Downloaded aes-gcm v0.10.3 |
2194 | 2024-07-19T17:29:46.272Z | Compiling serde v1.0.204 |
2195 | 2024-07-19T17:29:46.275Z | Compiling scopeguard v1.2.0 |
2196 | 2024-07-19T17:29:46.275Z | Compiling log v0.4.21 |
2197 | 2024-07-19T17:29:46.389Z | Compiling smallvec v1.13.2 |
2198 | 2024-07-19T17:29:46.399Z | Compiling syn v2.0.71 |
2199 | 2024-07-19T17:29:46.402Z | Compiling getrandom v0.2.14 |
2200 | 2024-07-19T17:29:46.402Z | Compiling generic-array v0.14.7 |
2201 | 2024-07-19T17:29:46.405Z | Compiling libm v0.2.8 |
2202 | 2024-07-19T17:29:46.502Z | Compiling lock_api v0.4.12 |
2203 | 2024-07-19T17:29:46.728Z | Compiling rand_core v0.6.4 |
2204 | 2024-07-19T17:29:46.760Z | Compiling parking_lot_core v0.9.10 |
2205 | 2024-07-19T17:29:46.799Z | Compiling num-traits v0.2.19 |
2206 | 2024-07-19T17:29:46.814Z | Compiling subtle v2.5.0 |
2207 | 2024-07-19T17:29:46.924Z | Compiling mio v0.8.11 |
2208 | 2024-07-19T17:29:46.984Z | Compiling spin v0.9.8 |
2209 | 2024-07-19T17:29:47.132Z | Compiling parking_lot v0.12.2 |
2210 | 2024-07-19T17:29:47.282Z | Compiling ahash v0.8.11 |
2211 | 2024-07-19T17:29:47.304Z | Compiling serde_json v1.0.120 |
2212 | 2024-07-19T17:29:47.384Z | Compiling allocator-api2 v0.2.18 |
2213 | 2024-07-19T17:29:47.438Z | Compiling const-oid v0.9.6 |
2214 | 2024-07-19T17:29:47.647Z | Compiling iana-time-zone v0.1.60 |
2215 | 2024-07-19T17:29:47.661Z | Compiling syn v1.0.109 |
2216 | 2024-07-19T17:29:48.136Z | Compiling unicode-normalization v0.1.23 |
2217 | 2024-07-19T17:29:48.201Z | Compiling schemars v0.8.21 |
2218 | 2024-07-19T17:29:48.217Z | Compiling unicode-bidi v0.3.15 |
2219 | 2024-07-19T17:29:48.253Z | Compiling dyn-clone v1.0.17 |
2220 | 2024-07-19T17:29:48.471Z | Compiling ppv-lite86 v0.2.17 |
2221 | 2024-07-19T17:29:48.576Z | Compiling time-macros v0.2.18 |
2222 | 2024-07-19T17:29:49.218Z | Compiling ring v0.17.8 |
2223 | 2024-07-19T17:29:49.291Z | Compiling rand_chacha v0.3.1 |
2224 | 2024-07-19T17:29:49.390Z | Compiling aho-corasick v1.1.3 |
2225 | 2024-07-19T17:29:49.807Z | Compiling regex-syntax v0.8.3 |
2226 | 2024-07-19T17:29:50.326Z | Compiling rand v0.8.5 |
2227 | 2024-07-19T17:29:51.629Z | Compiling idna v0.5.0 |
2228 | 2024-07-19T17:29:52.184Z | Compiling time v0.3.36 |
2229 | 2024-07-19T17:29:52.454Z | Compiling slog v2.7.0 |
2230 | 2024-07-19T17:29:53.035Z | Compiling url v2.5.0 |
2231 | 2024-07-19T17:29:53.229Z | Compiling regex-automata v0.4.6 |
2232 | 2024-07-19T17:29:53.269Z | Compiling untrusted v0.9.0 |
2233 | 2024-07-19T17:29:55.007Z | Compiling serde_derive_internals v0.29.1 |
2234 | 2024-07-19T17:29:55.990Z | Compiling lazy_static v1.5.0 |
2235 | 2024-07-19T17:29:56.123Z | Compiling backtrace v0.3.71 |
2236 | 2024-07-19T17:29:56.552Z | Compiling gimli v0.28.1 |
2237 | 2024-07-19T17:29:56.592Z | Compiling object v0.32.2 |
2238 | 2024-07-19T17:29:57.386Z | Compiling anyhow v1.0.86 |
2239 | 2024-07-19T17:29:57.663Z | Compiling rustc-demangle v0.1.24 |
2240 | 2024-07-19T17:29:57.889Z | Compiling rustls v0.21.12 |
2241 | 2024-07-19T17:29:58.140Z | Compiling winnow v0.5.40 |
2242 | 2024-07-19T17:29:58.181Z | Compiling crossbeam-utils v0.8.19 |
2243 | 2024-07-19T17:29:58.674Z | Compiling regex v1.10.5 |
2244 | 2024-07-19T17:29:58.816Z | Compiling base64ct v1.6.0 |
2245 | 2024-07-19T17:29:59.526Z | Compiling rustls-webpki v0.101.7 |
2246 | 2024-07-19T17:29:59.789Z | Compiling sct v0.7.1 |
2247 | 2024-07-19T17:30:00.105Z | Compiling cookie v0.17.0 |
2248 | 2024-07-19T17:30:01.509Z | Compiling addr2line v0.21.0 |
2249 | 2024-07-19T17:30:01.531Z | Compiling serde_derive v1.0.204 |
2250 | 2024-07-19T17:30:01.553Z | Compiling zeroize_derive v1.4.2 |
2251 | 2024-07-19T17:30:02.159Z | Compiling thiserror-impl v1.0.62 |
2252 | 2024-07-19T17:30:02.176Z | Compiling zerocopy-derive v0.7.34 |
2253 | 2024-07-19T17:30:03.203Z | Compiling zeroize v1.7.0 |
2254 | 2024-07-19T17:30:03.238Z | Compiling tokio-macros v2.3.0 |
2255 | 2024-07-19T17:30:03.920Z | Compiling futures-macro v0.3.30 |
2256 | 2024-07-19T17:30:04.633Z | Compiling zerocopy v0.7.34 |
2257 | 2024-07-19T17:30:05.009Z | Compiling schemars_derive v0.8.21 |
2258 | 2024-07-19T17:30:05.132Z | Compiling crypto-common v0.1.6 |
2259 | 2024-07-19T17:30:05.376Z | Compiling block-buffer v0.10.4 |
2260 | 2024-07-19T17:30:05.658Z | Compiling digest v0.10.7 |
2261 | 2024-07-19T17:30:05.676Z | Compiling thiserror v1.0.62 |
2262 | 2024-07-19T17:30:05.824Z | Compiling tracing-attributes v0.1.27 |
2263 | 2024-07-19T17:30:06.132Z | Compiling futures-util v0.3.30 |
2264 | 2024-07-19T17:30:06.170Z | Compiling async-trait v0.1.81 |
2265 | 2024-07-19T17:30:07.039Z | Compiling hashbrown v0.14.5 |
2266 | 2024-07-19T17:30:08.386Z | Compiling openssl-macros v0.1.1 |
2267 | 2024-07-19T17:30:09.172Z | Compiling pest v2.7.10 |
2268 | 2024-07-19T17:30:09.556Z | Compiling idna v0.3.0 |
2269 | 2024-07-19T17:30:09.746Z | Compiling data-encoding v2.6.0 |
2270 | 2024-07-19T17:30:09.820Z | Compiling tracing v0.1.40 |
2271 | 2024-07-19T17:30:10.352Z | Compiling psl-types v2.0.11 |
2272 | 2024-07-19T17:30:10.468Z | Compiling hmac v0.12.1 |
2273 | 2024-07-19T17:30:10.533Z | Compiling publicsuffix v2.2.3 |
2274 | 2024-07-19T17:30:10.651Z | Compiling scroll_derive v0.12.0 |
2275 | 2024-07-19T17:30:10.803Z | Compiling webpki-roots v0.25.4 |
2276 | 2024-07-19T17:30:10.961Z | Compiling bitflags v1.3.2 |
2277 | 2024-07-19T17:30:11.063Z | Compiling block-padding v0.3.3 |
2278 | 2024-07-19T17:30:11.155Z | Compiling der_derive v0.7.2 |
2279 | 2024-07-19T17:30:11.327Z | Compiling pem-rfc7468 v0.7.0 |
2280 | 2024-07-19T17:30:11.837Z | Compiling pest_meta v2.7.10 |
2281 | 2024-07-19T17:30:12.070Z | Compiling futures-executor v0.3.30 |
2282 | 2024-07-19T17:30:12.101Z | Compiling flagset v0.4.5 |
2283 | 2024-07-19T17:30:12.140Z | Compiling inout v0.1.3 |
2284 | 2024-07-19T17:30:12.158Z | Compiling scroll v0.12.0 |
2285 | 2024-07-19T17:30:12.315Z | Compiling futures v0.3.30 |
2286 | 2024-07-19T17:30:12.425Z | Compiling cipher v0.4.4 |
2287 | 2024-07-19T17:30:12.444Z | Compiling sha2 v0.10.8 |
2288 | 2024-07-19T17:30:12.465Z | Compiling either v1.12.0 |
2289 | 2024-07-19T17:30:12.652Z | Compiling goblin v0.8.2 |
2290 | 2024-07-19T17:30:12.735Z | Compiling ff v0.13.0 |
2291 | 2024-07-19T17:30:12.870Z | Compiling base16ct v0.2.0 |
2292 | 2024-07-19T17:30:12.949Z | Compiling stable_deref_trait v1.2.0 |
2293 | 2024-07-19T17:30:12.952Z | Compiling group v0.13.0 |
2294 | 2024-07-19T17:30:13.057Z | Compiling hkdf v0.12.4 |
2295 | 2024-07-19T17:30:13.195Z | Compiling pest_generator v2.7.10 |
2296 | 2024-07-19T17:30:13.300Z | Compiling crossbeam-epoch v0.9.18 |
2297 | 2024-07-19T17:30:13.320Z | Compiling crypto-bigint v0.5.5 |
2298 | 2024-07-19T17:30:13.799Z | Compiling der v0.7.9 |
2299 | 2024-07-19T17:30:14.191Z | Compiling num-integer v0.1.46 |
2300 | 2024-07-19T17:30:15.018Z | Compiling managed v0.8.0 |
2301 | 2024-07-19T17:30:15.295Z | Compiling unicode-segmentation v1.11.0 |
2302 | 2024-07-19T17:30:15.441Z | Compiling matches v0.1.10 |
2303 | 2024-07-19T17:30:15.538Z | Compiling idna v0.2.3 |
2304 | 2024-07-19T17:30:15.956Z | Compiling spki v0.7.3 |
2305 | 2024-07-19T17:30:16.126Z | Compiling enum-as-inner v0.5.1 |
2306 | 2024-07-19T17:30:16.325Z | Compiling bytes v1.6.0 |
2307 | 2024-07-19T17:30:17.137Z | Compiling indexmap v2.2.6 |
2308 | 2024-07-19T17:30:17.154Z | Compiling chrono v0.4.38 |
2309 | 2024-07-19T17:30:17.281Z | Compiling tokio v1.38.1 |
2310 | 2024-07-19T17:30:17.353Z | Compiling uuid v1.10.0 |
2311 | 2024-07-19T17:30:17.679Z | Compiling bitflags v2.5.0 |
2312 | 2024-07-19T17:30:18.161Z | Compiling semver v1.0.23 |
2313 | 2024-07-19T17:30:18.544Z | Compiling http v0.2.12 |
2314 | 2024-07-19T17:30:18.815Z | Compiling serde_tokenstream v0.2.1 |
2315 | 2024-07-19T17:30:18.963Z | Compiling toml_datetime v0.6.6 |
2316 | 2024-07-19T17:30:19.397Z | Compiling serde_spanned v0.6.6 |
2317 | 2024-07-19T17:30:19.449Z | Compiling openssl v0.10.64 |
2318 | 2024-07-19T17:30:19.500Z | Compiling rustix v0.38.34 |
2319 | 2024-07-19T17:30:19.880Z | Compiling toml_edit v0.19.15 |
2320 | 2024-07-19T17:30:21.177Z | Compiling http-body v0.4.6 |
2321 | 2024-07-19T17:30:21.198Z | Compiling serde_urlencoded v0.7.1 |
2322 | 2024-07-19T17:30:21.631Z | Compiling openapiv3 v2.0.0 |
2323 | 2024-07-19T17:30:21.721Z | Compiling cookie_store v0.20.0 |
2324 | 2024-07-19T17:30:22.589Z | Compiling rustc_version v0.4.0 |
2325 | 2024-07-19T17:30:23.284Z | Compiling pest_derive v2.7.10 |
2326 | 2024-07-19T17:30:23.302Z | Compiling dof v0.3.0 |
2327 | 2024-07-19T17:30:23.372Z | Compiling pkcs8 v0.10.2 |
2328 | 2024-07-19T17:30:23.650Z | Compiling sec1 v0.7.3 |
2329 | 2024-07-19T17:30:23.975Z | Compiling ipnetwork v0.20.0 |
2330 | 2024-07-19T17:30:24.107Z | Compiling dtrace-parser v0.2.0 |
2331 | 2024-07-19T17:30:24.245Z | Compiling elliptic-curve v0.13.8 |
2332 | 2024-07-19T17:30:24.923Z | Compiling usdt-impl v0.5.0 |
2333 | 2024-07-19T17:30:25.055Z | Compiling tokio-util v0.7.11 |
2334 | 2024-07-19T17:30:25.578Z | Compiling native-tls v0.2.11 |
2335 | 2024-07-19T17:30:25.980Z | Compiling tokio-native-tls v0.3.1 |
2336 | 2024-07-19T17:30:26.215Z | Compiling h2 v0.3.26 |
2337 | 2024-07-19T17:30:26.268Z | Compiling tokio-rustls v0.24.1 |
2338 | 2024-07-19T17:30:26.373Z | Compiling toml v0.7.8 |
2339 | 2024-07-19T17:30:26.476Z | Compiling toml_edit v0.22.14 |
2340 | 2024-07-19T17:30:26.593Z | Compiling usdt-macro v0.5.0 |
2341 | 2024-07-19T17:30:26.681Z | Compiling usdt-attr-macro v0.5.0 |
2342 | 2024-07-19T17:30:28.087Z | Compiling hex v0.4.3 |
2343 | 2024-07-19T17:30:28.129Z | Compiling siphasher v0.3.11 |
2344 | 2024-07-19T17:30:28.189Z | Compiling bit-vec v0.6.3 |
2345 | 2024-07-19T17:30:28.311Z | Compiling trust-dns-proto v0.22.0 |
2346 | 2024-07-19T17:30:28.354Z | Compiling usdt v0.5.0 |
2347 | 2024-07-19T17:30:28.512Z | Compiling heapless v0.7.17 |
2348 | 2024-07-19T17:30:28.628Z | Compiling terminal_size v0.3.0 |
2349 | 2024-07-19T17:30:28.749Z | Compiling num-bigint v0.4.5 |
2350 | 2024-07-19T17:30:28.872Z | Compiling finl_unicode v1.2.0 |
2351 | 2024-07-19T17:30:28.914Z | Compiling signal-hook v0.3.17 |
2352 | 2024-07-19T17:30:29.001Z | Compiling clap_builder v4.5.9 |
2353 | 2024-07-19T17:30:29.278Z | Compiling itertools v0.10.5 |
2354 | 2024-07-19T17:30:29.467Z | Compiling stringprep v0.1.4 |
2355 | 2024-07-19T17:30:30.745Z | Compiling regress v0.9.1 |
2356 | 2024-07-19T17:30:32.106Z | Compiling yasna v0.5.2 |
2357 | 2024-07-19T17:30:32.952Z | Compiling hyper v0.14.28 |
2358 | 2024-07-19T17:30:34.132Z | Compiling md-5 v0.10.6 |
2359 | 2024-07-19T17:30:34.387Z | Compiling clap_derive v4.5.8 |
2360 | 2024-07-19T17:30:35.364Z | Compiling hash32 v0.2.1 |
2361 | 2024-07-19T17:30:35.767Z | Compiling regex-automata v0.1.10 |
2362 | 2024-07-19T17:30:36.017Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2363 | 2024-07-19T17:30:36.272Z | Compiling smoltcp v0.9.1 |
2364 | 2024-07-19T17:30:36.617Z | Compiling fallible-iterator v0.2.0 |
2365 | 2024-07-19T17:30:36.870Z | Compiling bstr v0.2.17 |
2366 | 2024-07-19T17:30:37.034Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2367 | 2024-07-19T17:30:37.313Z | Compiling postgres-protocol v0.6.6 |
2368 | 2024-07-19T17:30:38.399Z | Compiling phf_shared v0.11.2 |
2369 | 2024-07-19T17:30:38.557Z | Compiling tokio-stream v0.1.15 |
2370 | 2024-07-19T17:30:38.714Z | Compiling hubpack_derive v0.1.1 |
2371 | 2024-07-19T17:30:38.812Z | Compiling zerocopy-derive v0.6.6 |
2372 | 2024-07-19T17:30:39.354Z | Compiling diesel_table_macro_syntax v0.1.0 |
2373 | 2024-07-19T17:30:39.396Z | Compiling scheduled-thread-pool v0.2.7 |
2374 | 2024-07-19T17:30:39.551Z | Compiling clap v4.5.9 |
2375 | 2024-07-19T17:30:39.553Z | Compiling fs-err v2.11.0 |
2376 | 2024-07-19T17:30:39.596Z | Compiling fixedbitset v0.4.2 |
2377 | 2024-07-19T17:30:39.674Z | Compiling hyper-rustls v0.24.2 |
2378 | 2024-07-19T17:30:39.765Z | Compiling hyper-tls v0.5.0 |
2379 | 2024-07-19T17:30:39.960Z | Compiling petgraph v0.6.5 |
2380 | 2024-07-19T17:30:40.017Z | Compiling diesel_derives v2.1.4 |
2381 | 2024-07-19T17:30:40.046Z | Compiling reqwest v0.11.27 |
2382 | 2024-07-19T17:30:40.063Z | Compiling r2d2 v0.8.10 |
2383 | 2024-07-19T17:30:40.128Z | Compiling hubpack v0.1.2 |
2384 | 2024-07-19T17:30:40.417Z | Compiling phf v0.11.2 |
2385 | 2024-07-19T17:30:40.605Z | Compiling signal-hook-mio v0.2.3 |
2386 | 2024-07-19T17:30:40.755Z | Compiling postgres-types v0.2.6 |
2387 | 2024-07-19T17:30:41.066Z | Compiling zerocopy v0.6.6 |
2388 | 2024-07-19T17:30:41.918Z | Compiling similar v2.5.0 |
2389 | 2024-07-19T17:30:42.680Z | Compiling phf_shared v0.10.0 |
2390 | 2024-07-19T17:30:42.956Z | Compiling num-iter v0.1.45 |
2391 | 2024-07-19T17:30:43.052Z | Compiling strum_macros v0.25.3 |
2392 | 2024-07-19T17:30:43.102Z | Compiling serde_repr v0.1.19 |
2393 | 2024-07-19T17:30:43.141Z | Compiling console v0.15.8 |
2394 | 2024-07-19T17:30:43.966Z | Compiling float-cmp v0.9.0 |
2395 | 2024-07-19T17:30:44.201Z | Compiling new_debug_unreachable v1.0.6 |
2396 | 2024-07-19T17:30:44.301Z | Compiling static_assertions v1.1.0 |
2397 | 2024-07-19T17:30:44.360Z | Compiling predicates-core v1.0.6 |
2398 | 2024-07-19T17:30:44.408Z | Compiling difflib v0.4.0 |
2399 | 2024-07-19T17:30:44.618Z | Compiling whoami v1.5.1 |
2400 | 2024-07-19T17:30:44.646Z | Compiling minimal-lexical v0.2.1 |
2401 | 2024-07-19T17:30:44.736Z | Compiling normalize-line-endings v0.3.0 |
2402 | 2024-07-19T17:30:44.866Z | Compiling precomputed-hash v0.1.1 |
2403 | 2024-07-19T17:30:44.989Z | Compiling string_cache v0.8.7 |
2404 | 2024-07-19T17:30:45.173Z | Compiling nom v7.1.3 |
2405 | 2024-07-19T17:30:45.284Z | Compiling tokio-postgres v0.7.10 |
2406 | 2024-07-19T17:30:45.475Z | Compiling predicates v3.1.0 |
2407 | 2024-07-19T17:30:46.083Z | Compiling crossterm v0.27.0 |
2408 | 2024-07-19T17:30:47.476Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
2409 | 2024-07-19T17:30:48.173Z | Compiling bit-set v0.5.3 |
2410 | 2024-07-19T17:30:48.458Z | Compiling itertools v0.12.1 |
2411 | 2024-07-19T17:30:48.911Z | Compiling bstr v1.9.1 |
2412 | 2024-07-19T17:30:49.926Z | Compiling getopts v0.2.21 |
2413 | 2024-07-19T17:30:50.477Z | Compiling peg-runtime v0.8.3 |
2414 | 2024-07-19T17:30:50.838Z | Compiling unicode-xid v0.2.4 |
2415 | 2024-07-19T17:30:50.999Z | Compiling lalrpop-util v0.19.12 |
2416 | 2024-07-19T17:30:51.022Z | Compiling unsafe-libyaml v0.2.11 |
2417 | 2024-07-19T17:30:51.168Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2418 | 2024-07-19T17:30:51.355Z | Compiling sha1 v0.10.6 |
2419 | 2024-07-19T17:30:51.622Z | Compiling camino v1.1.7 |
2420 | 2024-07-19T17:30:51.698Z | Compiling strum_macros v0.26.4 |
2421 | 2024-07-19T17:30:51.800Z | Compiling http v1.1.0 |
2422 | 2024-07-19T17:30:52.620Z | Compiling serde_yaml v0.9.34+deprecated |
2423 | 2024-07-19T17:30:52.951Z | Compiling base64 v0.22.1 |
2424 | 2024-07-19T17:30:53.327Z | Compiling diesel v2.1.6 |
2425 | 2024-07-19T17:30:53.808Z | Compiling toml v0.8.14 |
2426 | 2024-07-19T17:30:53.867Z | Compiling rustls-pki-types v1.7.0 |
2427 | 2024-07-19T17:30:54.401Z | Compiling crossbeam-channel v0.5.12 |
2428 | 2024-07-19T17:30:54.714Z | Compiling rustls v0.22.4 |
2429 | 2024-07-19T17:30:54.980Z | Compiling ident_case v1.0.1 |
2430 | 2024-07-19T17:30:55.163Z | Compiling paste v1.0.15 |
2431 | 2024-07-19T17:30:55.530Z | Compiling slog-async v2.8.0 |
2432 | 2024-07-19T17:30:55.585Z | Compiling darling_core v0.20.9 |
2433 | 2024-07-19T17:30:55.631Z | Compiling slog-term v2.9.1 |
2434 | 2024-07-19T17:30:55.747Z | Compiling rustls-webpki v0.102.4 |
2435 | 2024-07-19T17:30:56.753Z | Compiling multer v3.1.0 |
2436 | 2024-07-19T17:30:56.893Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2437 | 2024-07-19T17:30:57.089Z | Compiling slog-json v2.6.1 |
2438 | 2024-07-19T17:30:57.258Z | Compiling strum v0.26.3 |
2439 | 2024-07-19T17:30:57.452Z | Compiling async-stream-impl v0.3.5 |
2440 | 2024-07-19T17:30:57.474Z | Compiling instant v0.1.12 |
2441 | 2024-07-19T17:30:57.631Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01) |
2442 | 2024-07-19T17:30:57.848Z | Compiling atomic-waker v1.1.2 |
2443 | 2024-07-19T17:30:57.909Z | Compiling debug-ignore v1.0.5 |
2444 | 2024-07-19T17:30:58.039Z | Compiling waitgroup v0.1.2 |
2445 | 2024-07-19T17:30:58.129Z | Compiling slog-bunyan v2.5.0 |
2446 | 2024-07-19T17:30:58.306Z | Compiling rustls-pemfile v2.1.2 |
2447 | 2024-07-19T17:30:58.333Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01) |
2448 | 2024-07-19T17:30:58.808Z | Compiling serde_path_to_error v0.1.16 |
2449 | 2024-07-19T17:30:58.952Z | Compiling async-stream v0.3.5 |
2450 | 2024-07-19T17:30:59.298Z | Compiling hostname v0.4.0 |
2451 | 2024-07-19T17:30:59.418Z | Compiling structmeta-derive v0.3.0 |
2452 | 2024-07-19T17:30:59.555Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2453 | 2024-07-19T17:30:59.708Z | Compiling newtype-uuid v1.1.0 |
2454 | 2024-07-19T17:31:00.021Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2455 | 2024-07-19T17:31:00.288Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2456 | 2024-07-19T17:31:00.575Z | Compiling backoff v0.4.0 |
2457 | 2024-07-19T17:31:00.774Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2458 | 2024-07-19T17:31:00.924Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2459 | 2024-07-19T17:31:00.969Z | Compiling macaddr v1.0.1 |
2460 | 2024-07-19T17:31:01.098Z | Compiling tokio-rustls v0.25.0 |
2461 | 2024-07-19T17:31:01.408Z | Compiling proc-macro-crate v1.3.1 |
2462 | 2024-07-19T17:31:01.436Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2463 | 2024-07-19T17:31:01.514Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2464 | 2024-07-19T17:31:01.574Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2465 | 2024-07-19T17:31:01.851Z | Compiling fastrand v2.1.0 |
2466 | 2024-07-19T17:31:02.421Z | Compiling tempfile v3.10.1 |
2467 | 2024-07-19T17:31:02.489Z | Compiling structmeta v0.3.0 |
2468 | 2024-07-19T17:31:02.535Z | Compiling num_enum_derive v0.5.11 |
2469 | 2024-07-19T17:31:02.936Z | Compiling parse-display-derive v0.9.1 |
2470 | 2024-07-19T17:31:02.939Z | Compiling darling_macro v0.20.9 |
2471 | 2024-07-19T17:31:03.342Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2472 | 2024-07-19T17:31:03.677Z | Compiling foreign-types-macros v0.2.3 |
2473 | 2024-07-19T17:31:04.078Z | Compiling darling v0.20.9 |
2474 | 2024-07-19T17:31:04.209Z | Compiling serde_with_macros v3.8.3 |
2475 | 2024-07-19T17:31:05.004Z | Compiling foreign-types-shared v0.3.1 |
2476 | 2024-07-19T17:31:05.136Z | Compiling heapless v0.8.0 |
2477 | 2024-07-19T17:31:05.431Z | Compiling num_enum v0.5.11 |
2478 | 2024-07-19T17:31:05.594Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2479 | 2024-07-19T17:31:05.893Z | Compiling foreign-types v0.5.0 |
2480 | 2024-07-19T17:31:05.984Z | Compiling proc-macro-error v1.0.4 |
2481 | 2024-07-19T17:31:06.380Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2482 | 2024-07-19T17:31:06.684Z | Compiling hash32 v0.3.1 |
2483 | 2024-07-19T17:31:06.945Z | Compiling cstr-argument v0.1.2 |
2484 | 2024-07-19T17:31:07.206Z | Compiling pretty-hex v0.2.1 |
2485 | 2024-07-19T17:31:07.242Z | Compiling smoltcp v0.11.0 |
2486 | 2024-07-19T17:31:07.398Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2487 | 2024-07-19T17:31:07.418Z | Compiling serde_with v3.8.3 |
2488 | 2024-07-19T17:31:07.472Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2489 | 2024-07-19T17:31:07.877Z | Compiling parse-display v0.9.1 |
2490 | 2024-07-19T17:31:07.996Z | Compiling camino-tempfile v1.1.1 |
2491 | 2024-07-19T17:31:08.105Z | Compiling tabwriter v1.4.0 |
2492 | 2024-07-19T17:31:08.454Z | Compiling colored v2.1.0 |
2493 | 2024-07-19T17:31:08.610Z | Compiling embedded-io v0.4.0 |
2494 | 2024-07-19T17:31:08.677Z | Compiling cobs v0.2.3 |
2495 | 2024-07-19T17:31:08.950Z | Compiling postcard v1.0.8 |
2496 | 2024-07-19T17:31:08.991Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2497 | 2024-07-19T17:31:09.290Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2498 | 2024-07-19T17:31:09.309Z | Compiling crucible-workspace-hack v0.1.0 |
2499 | 2024-07-19T17:31:09.522Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2500 | 2024-07-19T17:31:09.585Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2501 | 2024-07-19T17:31:09.892Z | Compiling smf v0.2.3 |
2502 | 2024-07-19T17:31:09.935Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2503 | 2024-07-19T17:31:10.277Z | Compiling humantime v2.1.0 |
2504 | 2024-07-19T17:31:10.280Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2505 | 2024-07-19T17:31:10.813Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2506 | 2024-07-19T17:31:11.345Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
2507 | 2024-07-19T17:31:11.522Z | Compiling num-derive v0.4.2 |
2508 | 2024-07-19T17:31:11.816Z | Compiling sigpipe v0.1.3 |
2509 | 2024-07-19T17:31:11.844Z | Compiling utf-8 v0.7.6 |
2510 | 2024-07-19T17:31:11.936Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
2511 | 2024-07-19T17:31:12.182Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2512 | 2024-07-19T17:31:12.337Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2513 | 2024-07-19T17:31:12.362Z | Compiling atty v0.2.14 |
2514 | 2024-07-19T17:31:12.504Z | Compiling semver v0.1.20 |
2515 | 2024-07-19T17:31:13.212Z | Compiling rayon-core v1.12.1 |
2516 | 2024-07-19T17:31:13.487Z | Compiling same-file v1.0.6 |
2517 | 2024-07-19T17:31:13.753Z | Compiling walkdir v2.5.0 |
2518 | 2024-07-19T17:31:13.924Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2519 | 2024-07-19T17:31:13.989Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2520 | 2024-07-19T17:31:14.098Z | Compiling rustc_version v0.1.7 |
2521 | 2024-07-19T17:31:14.230Z | Compiling curve25519-dalek v4.1.3 |
2522 | 2024-07-19T17:31:14.334Z | Compiling newline-converter v0.3.0 |
2523 | 2024-07-19T17:31:14.573Z | Compiling crossbeam-deque v0.8.5 |
2524 | 2024-07-19T17:31:14.591Z | Compiling universal-hash v0.5.1 |
2525 | 2024-07-19T17:31:14.634Z | Compiling opaque-debug v0.3.1 |
2526 | 2024-07-19T17:31:14.739Z | Compiling prettyplease v0.2.20 |
2527 | 2024-07-19T17:31:14.784Z | Compiling newtype_derive v0.1.6 |
2528 | 2024-07-19T17:31:14.951Z | Compiling expectorate v1.1.0 |
2529 | 2024-07-19T17:31:14.983Z | Compiling xattr v1.3.1 |
2530 | 2024-07-19T17:31:15.029Z | Compiling num-rational v0.4.2 |
2531 | 2024-07-19T17:31:15.064Z | Compiling signature v2.2.0 |
2532 | 2024-07-19T17:31:15.110Z | Compiling curve25519-dalek-derive v0.1.1 |
2533 | 2024-07-19T17:31:15.258Z | Compiling num-complex v0.4.6 |
2534 | 2024-07-19T17:31:15.369Z | Compiling ring v0.16.20 |
2535 | 2024-07-19T17:31:16.125Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2536 | 2024-07-19T17:31:16.343Z | Compiling blake3 v1.5.1 |
2537 | 2024-07-19T17:31:16.467Z | Compiling unicase v2.7.0 |
2538 | 2024-07-19T17:31:16.706Z | Compiling getrandom v0.1.16 |
2539 | 2024-07-19T17:31:16.754Z | Compiling quick-error v1.2.3 |
2540 | 2024-07-19T17:31:16.756Z | Compiling termcolor v1.4.1 |
2541 | 2024-07-19T17:31:16.811Z | Compiling linked-hash-map v0.5.6 |
2542 | 2024-07-19T17:31:16.894Z | Compiling arc-swap v1.7.1 |
2543 | 2024-07-19T17:31:16.911Z | Compiling convert_case v0.4.0 |
2544 | 2024-07-19T17:31:17.186Z | Compiling env_logger v0.9.3 |
2545 | 2024-07-19T17:31:17.461Z | Compiling slog-scope v4.4.0 |
2546 | 2024-07-19T17:31:17.539Z | Compiling lru-cache v0.1.2 |
2547 | 2024-07-19T17:31:17.635Z | Compiling resolv-conf v0.7.0 |
2548 | 2024-07-19T17:31:17.932Z | Compiling derive_more v0.99.18 |
2549 | 2024-07-19T17:31:17.967Z | Compiling tar v0.4.41 |
2550 | 2024-07-19T17:31:18.469Z | Compiling num v0.4.3 |
2551 | 2024-07-19T17:31:18.563Z | Compiling rayon v1.10.0 |
2552 | 2024-07-19T17:31:20.165Z | Compiling tungstenite v0.21.0 |
2553 | 2024-07-19T17:31:20.720Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2554 | 2024-07-19T17:31:21.229Z | Compiling blake2 v0.10.6 |
2555 | 2024-07-19T17:31:21.885Z | Compiling bitstruct_derive v0.1.0 |
2556 | 2024-07-19T17:31:22.366Z | Compiling derive-where v1.2.7 |
2557 | 2024-07-19T17:31:22.579Z | Compiling password-hash v0.5.0 |
2558 | 2024-07-19T17:31:23.262Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2559 | 2024-07-19T17:31:23.398Z | Compiling memmap2 v0.9.4 |
2560 | 2024-07-19T17:31:23.614Z | Compiling libefi-sys v0.1.0 |
2561 | 2024-07-19T17:31:23.688Z | Compiling ascii v1.1.0 |
2562 | 2024-07-19T17:31:23.886Z | Compiling parking_lot_core v0.8.6 |
2563 | 2024-07-19T17:31:23.889Z | Compiling untrusted v0.7.1 |
2564 | 2024-07-19T17:31:24.097Z | Compiling home v0.5.9 |
2565 | 2024-07-19T17:31:24.322Z | Compiling arrayref v0.3.7 |
2566 | 2024-07-19T17:31:24.353Z | Compiling arrayvec v0.7.4 |
2567 | 2024-07-19T17:31:24.369Z | Compiling constant_time_eq v0.3.0 |
2568 | 2024-07-19T17:31:24.421Z | Compiling float-ord v0.3.2 |
2569 | 2024-07-19T17:31:24.556Z | Compiling spin v0.5.2 |
2570 | 2024-07-19T17:31:24.620Z | Compiling toolchain_find v0.4.0 |
2571 | 2024-07-19T17:31:25.339Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2572 | 2024-07-19T17:31:26.065Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2573 | 2024-07-19T17:31:26.330Z | Compiling bitstruct v0.1.1 |
2574 | 2024-07-19T17:31:26.450Z | Compiling argon2 v0.5.3 |
2575 | 2024-07-19T17:31:26.453Z | Compiling tokio-tungstenite v0.21.0 |
2576 | 2024-07-19T17:31:26.646Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2577 | 2024-07-19T17:31:26.837Z | Compiling trust-dns-resolver v0.22.0 |
2578 | 2024-07-19T17:31:26.980Z | Compiling slog-stdlog v4.1.1 |
2579 | 2024-07-19T17:31:27.267Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2580 | 2024-07-19T17:31:27.363Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2581 | 2024-07-19T17:31:27.618Z | Compiling serde_arrays v0.1.0 |
2582 | 2024-07-19T17:31:27.727Z | Compiling erased-serde v0.3.31 |
2583 | 2024-07-19T17:31:27.783Z | Compiling rfc6979 v0.4.0 |
2584 | 2024-07-19T17:31:27.975Z | Compiling aead v0.5.2 |
2585 | 2024-07-19T17:31:28.033Z | Compiling bitfield-struct v0.6.1 |
2586 | 2024-07-19T17:31:28.352Z | Compiling nibble_vec v0.1.0 |
2587 | 2024-07-19T17:31:28.502Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2588 | 2024-07-19T17:31:28.547Z | Compiling slog-dtrace v0.3.0 |
2589 | 2024-07-19T17:31:28.880Z | Compiling topological-sort v0.2.2 |
2590 | 2024-07-19T17:31:28.917Z | Compiling endian-type v0.1.2 |
2591 | 2024-07-19T17:31:29.151Z | Compiling keccak v0.1.5 |
2592 | 2024-07-19T17:31:29.182Z | Compiling cancel-safe-futures v0.1.5 |
2593 | 2024-07-19T17:31:29.187Z | Compiling radix_trie v0.2.1 |
2594 | 2024-07-19T17:31:29.264Z | Compiling omicron-zone-package v0.11.0 |
2595 | 2024-07-19T17:31:29.446Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2596 | 2024-07-19T17:31:29.512Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2597 | 2024-07-19T17:31:29.532Z | Compiling sha3 v0.10.8 |
2598 | 2024-07-19T17:31:29.659Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2599 | 2024-07-19T17:31:29.984Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2600 | 2024-07-19T17:31:30.002Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2601 | 2024-07-19T17:31:30.210Z | Compiling ecdsa v0.16.9 |
2602 | 2024-07-19T17:31:30.257Z | Compiling rand_core v0.5.1 |
2603 | 2024-07-19T17:31:30.389Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2604 | 2024-07-19T17:31:30.534Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2605 | 2024-07-19T17:31:30.780Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2606 | 2024-07-19T17:31:31.019Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2607 | 2024-07-19T17:31:31.159Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2608 | 2024-07-19T17:31:31.506Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2609 | 2024-07-19T17:31:31.742Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2610 | 2024-07-19T17:31:31.944Z | Compiling mime_guess v2.0.4 |
2611 | 2024-07-19T17:31:32.138Z | Compiling slog-envlogger v2.2.0 |
2612 | 2024-07-19T17:31:32.972Z | Compiling steno v0.4.1 |
2613 | 2024-07-19T17:31:33.336Z | Compiling rustfmt-wrapper v0.2.1 |
2614 | 2024-07-19T17:31:33.607Z | Compiling poly1305 v0.8.0 |
2615 | 2024-07-19T17:31:33.990Z | Compiling tungstenite v0.20.1 |
2616 | 2024-07-19T17:31:34.125Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2617 | 2024-07-19T17:31:34.918Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2618 | 2024-07-19T17:31:35.478Z | Compiling primeorder v0.13.6 |
2619 | 2024-07-19T17:31:35.911Z | Compiling heck v0.3.3 |
2620 | 2024-07-19T17:31:36.103Z | Compiling chacha20 v0.9.1 |
2621 | 2024-07-19T17:31:36.152Z | Compiling secrecy v0.8.0 |
2622 | 2024-07-19T17:31:36.329Z | Compiling thiserror-impl-no-std v2.0.2 |
2623 | 2024-07-19T17:31:36.429Z | Compiling half v2.4.1 |
2624 | 2024-07-19T17:31:36.551Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2625 | 2024-07-19T17:31:36.686Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2626 | 2024-07-19T17:31:36.961Z | Compiling ciborium-io v0.2.2 |
2627 | 2024-07-19T17:31:36.982Z | Compiling option-ext v0.2.0 |
2628 | 2024-07-19T17:31:37.096Z | Compiling dirs-sys v0.4.1 |
2629 | 2024-07-19T17:31:37.117Z | Compiling ciborium-ll v0.2.2 |
2630 | 2024-07-19T17:31:37.569Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2631 | 2024-07-19T17:31:37.672Z | Compiling zone_cfg_derive v0.1.2 |
2632 | 2024-07-19T17:31:37.760Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2633 | 2024-07-19T17:31:38.031Z | Compiling tokio-tungstenite v0.20.1 |
2634 | 2024-07-19T17:31:38.580Z | Compiling parking_lot v0.11.2 |
2635 | 2024-07-19T17:31:39.131Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2636 | 2024-07-19T17:31:39.290Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2637 | 2024-07-19T17:31:39.533Z | Compiling rand_chacha v0.2.2 |
2638 | 2024-07-19T17:31:39.589Z | Compiling trust-dns-client v0.22.0 |
2639 | 2024-07-19T17:31:39.664Z | Compiling thiserror-no-std v2.0.2 |
2640 | 2024-07-19T17:31:40.155Z | Compiling ed25519 v2.2.3 |
2641 | 2024-07-19T17:31:40.422Z | Compiling polyval v0.6.2 |
2642 | 2024-07-19T17:31:40.653Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2643 | 2024-07-19T17:31:40.858Z | Compiling libsw v3.3.1 |
2644 | 2024-07-19T17:31:41.083Z | Compiling toml v0.5.11 |
2645 | 2024-07-19T17:31:41.097Z | Compiling aes v0.8.4 |
2646 | 2024-07-19T17:31:41.195Z | Compiling blowfish v0.9.1 |
2647 | 2024-07-19T17:31:41.647Z | Compiling ctr v0.9.2 |
2648 | 2024-07-19T17:31:41.647Z | Compiling pbkdf2 v0.12.2 |
2649 | 2024-07-19T17:31:41.830Z | Compiling password-hash v0.4.2 |
2650 | 2024-07-19T17:31:42.009Z | Compiling gethostname v0.4.3 |
2651 | 2024-07-19T17:31:42.300Z | Compiling fxhash v0.2.1 |
2652 | 2024-07-19T17:31:42.504Z | Compiling linear-map v1.2.0 |
2653 | 2024-07-19T17:31:42.819Z | Compiling base64 v0.13.1 |
2654 | 2024-07-19T17:31:42.868Z | Compiling owo-colors v4.0.0 |
2655 | 2024-07-19T17:31:42.871Z | Compiling trust-dns-server v0.22.1 |
2656 | 2024-07-19T17:31:43.451Z | Compiling ron v0.7.1 |
2657 | 2024-07-19T17:31:43.921Z | Compiling sled v0.34.7 |
2658 | 2024-07-19T17:31:44.875Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2659 | 2024-07-19T17:31:45.314Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2660 | 2024-07-19T17:31:45.880Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2661 | 2024-07-19T17:31:48.735Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2662 | 2024-07-19T17:31:49.714Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2663 | 2024-07-19T17:31:49.992Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2664 | 2024-07-19T17:31:50.638Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2665 | 2024-07-19T17:31:51.487Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2666 | 2024-07-19T17:31:53.026Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2667 | 2024-07-19T17:31:53.460Z | Compiling pbkdf2 v0.11.0 |
2668 | 2024-07-19T17:31:53.863Z | Compiling bcrypt-pbkdf v0.10.0 |
2669 | 2024-07-19T17:31:54.094Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2670 | 2024-07-19T17:31:54.523Z | Compiling ghash v0.5.1 |
2671 | 2024-07-19T17:31:54.633Z | Compiling ed25519-dalek v2.1.1 |
2672 | 2024-07-19T17:31:54.713Z | Compiling rand v0.7.3 |
2673 | 2024-07-19T17:31:54.813Z | Compiling vsss-rs v3.3.4 |
2674 | 2024-07-19T17:31:55.922Z | Compiling zone v0.1.8 |
2675 | 2024-07-19T17:31:55.945Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2676 | 2024-07-19T17:31:57.325Z | Compiling ciborium v0.2.2 |
2677 | 2024-07-19T17:31:57.547Z | Compiling dirs v5.0.1 |
2678 | 2024-07-19T17:31:57.764Z | Compiling chacha20poly1305 v0.10.1 |
2679 | 2024-07-19T17:31:57.991Z | Compiling p521 v0.13.3 |
2680 | 2024-07-19T17:31:58.245Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2681 | 2024-07-19T17:31:58.921Z | Compiling p256 v0.13.2 |
2682 | 2024-07-19T17:31:59.493Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2683 | 2024-07-19T17:31:59.788Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2684 | 2024-07-19T17:32:00.468Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2685 | 2024-07-19T17:32:00.563Z | Compiling pem v3.0.4 |
2686 | 2024-07-19T17:32:01.393Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
2687 | 2024-07-19T17:32:01.771Z | Compiling headers-core v0.2.0 |
2688 | 2024-07-19T17:32:01.787Z | Compiling cbc v0.1.2 |
2689 | 2024-07-19T17:32:01.864Z | Compiling kstat-rs v0.2.4 |
2690 | 2024-07-19T17:32:01.942Z | Compiling portpicker v0.1.1 |
2691 | 2024-07-19T17:32:02.036Z | Compiling nanorand v0.7.0 |
2692 | 2024-07-19T17:32:02.310Z | Compiling russh-cryptovec v0.7.2 |
2693 | 2024-07-19T17:32:02.519Z | Compiling glob v0.3.1 |
2694 | 2024-07-19T17:32:02.637Z | Compiling http-range v0.1.5 |
2695 | 2024-07-19T17:32:02.675Z | Compiling md5 v0.7.0 |
2696 | 2024-07-19T17:32:02.941Z | Compiling russh-keys v0.43.0 |
2697 | 2024-07-19T17:32:03.020Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2698 | 2024-07-19T17:32:03.142Z | Compiling hyper-staticfile v0.9.5 |
2699 | 2024-07-19T17:32:03.272Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2700 | 2024-07-19T17:32:03.516Z | Compiling flume v0.11.0 |
2701 | 2024-07-19T17:32:03.773Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2702 | 2024-07-19T17:32:04.212Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2703 | 2024-07-19T17:32:04.312Z | Compiling headers v0.3.9 |
2704 | 2024-07-19T17:32:04.887Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
2705 | 2024-07-19T17:32:06.315Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2706 | 2024-07-19T17:32:06.531Z | Compiling rcgen v0.12.1 |
2707 | 2024-07-19T17:32:07.278Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2708 | 2024-07-19T17:32:09.064Z | Compiling aes-gcm v0.10.3 |
2709 | 2024-07-19T17:32:09.353Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2710 | 2024-07-19T17:32:09.897Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2711 | 2024-07-19T17:32:11.211Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2712 | 2024-07-19T17:32:11.871Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
2713 | 2024-07-19T17:32:12.932Z | Compiling atomicwrites v0.4.3 |
2714 | 2024-07-19T17:32:13.290Z | Compiling subprocess v0.2.9 |
2715 | 2024-07-19T17:32:13.338Z | Compiling display-error-chain v0.2.0 |
2716 | 2024-07-19T17:32:13.519Z | Compiling dhcproto-macros v0.1.0 |
2717 | 2024-07-19T17:32:14.133Z | Compiling hex-literal v0.4.1 |
2718 | 2024-07-19T17:32:14.297Z | Compiling russh v0.43.0 |
2719 | 2024-07-19T17:32:14.533Z | Compiling dhcproto v0.11.0 |
2720 | 2024-07-19T17:32:15.454Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2721 | 2024-07-19T17:32:18.036Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2722 | 2024-07-19T17:32:18.959Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2723 | 2024-07-19T17:32:19.198Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2724 | 2024-07-19T17:32:19.661Z | Compiling internet-checksum v0.2.1 |
2725 | 2024-07-19T17:32:24.639Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2726 | 2024-07-19T17:32:26.220Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2727 | 2024-07-19T17:32:46.605Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2728 | 2024-07-19T17:33:32.356Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 46s |
2729 | 2024-07-19T17:33:32.520Z | |
2730 | 2024-07-19T17:33:32.523Z | real 3:47.131686487 |
2731 | 2024-07-19T17:33:32.523Z | user 19:55.186853158 |
2732 | 2024-07-19T17:33:32.523Z | sys 4:15.637186098 |
2733 | 2024-07-19T17:33:32.523Z | trap 0.566477231 |
2734 | 2024-07-19T17:33:32.523Z | tflt 0.479408101 |
2735 | 2024-07-19T17:33:32.523Z | dflt 2.356267904 |
2736 | 2024-07-19T17:33:32.523Z | kflt 0.011204447 |
2737 | 2024-07-19T17:33:32.523Z | lock 42:19.001568661 |
2738 | 2024-07-19T17:33:32.523Z | slp 56:30.059834380 |
2739 | 2024-07-19T17:33:32.523Z | lat 1:07.882904564 |
2740 | 2024-07-19T17:33:32.523Z | stop 2:28.839210936 |
2741 | 2024-07-19T17:33:32.523Z | + mkdir tests |
2742 | 2024-07-19T17:33:32.526Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2743 | 2024-07-19T17:33:32.526Z | + xargs -I '{}' -t cp '{}' tests/ |
2744 | 2024-07-19T17:33:32.563Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-e40b7faea9b44323 tests/ |
2745 | 2024-07-19T17:33:32.584Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-27415ed0c06e3ab3 tests/ |
2746 | 2024-07-19T17:33:32.604Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-6b066ac9ad3a4cf9 tests/ |
2747 | 2024-07-19T17:33:32.625Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-1cbf32bea00c6e49 tests/ |
2748 | 2024-07-19T17:33:32.909Z | + files=(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/*) |
2749 | 2024-07-19T17:33:32.912Z | + ptime -m tar cvzf /work/package.tar.gz 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-6b066ac9ad3a4cf9 tests/commtest-27415ed0c06e3ab3 tests/dhcp_server-e40b7faea9b44323 tests/end_to_end_tests-1cbf32bea00c6e49 out/clickhouse.tar.gz out/clickhouse_keeper.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 |
2750 | 2024-07-19T17:34:37.679Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2751 | 2024-07-19T17:34:37.679Z | a out/target/test 1K |
2752 | 2024-07-19T17:34:37.680Z | a out/npuzone/npuzone 23144K |
2753 | 2024-07-19T17:34:37.680Z | a package-manifest.toml 29K |
2754 | 2024-07-19T17:34:37.680Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2755 | 2024-07-19T17:34:37.680Z | a target/release/omicron-package 32422K |
2756 | 2024-07-19T17:34:37.680Z | a target/release/xtask 18193K |
2757 | 2024-07-19T17:34:37.680Z | a target/debug/bootstrap 361032K |
2758 | 2024-07-19T17:34:37.680Z | a tests/bootstrap-6b066ac9ad3a4cf9 23985K |
2759 | 2024-07-19T17:34:37.680Z | a tests/commtest-27415ed0c06e3ab3 23985K |
2760 | 2024-07-19T17:34:37.680Z | a tests/dhcp_server-e40b7faea9b44323 23985K |
2761 | 2024-07-19T17:34:37.680Z | a tests/end_to_end_tests-1cbf32bea00c6e49 370625K |
2762 | 2024-07-19T17:34:37.680Z | a out/clickhouse.tar.gz 223056K |
2763 | 2024-07-19T17:34:37.680Z | a out/clickhouse_keeper.tar.gz 223041K |
2764 | 2024-07-19T17:34:37.680Z | a out/cockroachdb.tar.gz 131867K |
2765 | 2024-07-19T17:34:37.680Z | a out/crucible-dtrace.tar 85K |
2766 | 2024-07-19T17:34:37.680Z | a out/crucible-pantry-zone.tar.gz 27006K |
2767 | 2024-07-19T17:34:37.680Z | a out/crucible-zone.tar.gz 37378K |
2768 | 2024-07-19T17:34:37.680Z | a out/external-dns.tar.gz 25196K |
2769 | 2024-07-19T17:34:37.680Z | a out/internal-dns.tar.gz 25195K |
2770 | 2024-07-19T17:34:37.680Z | a out/mg-ddm-gz.tar 60627K |
2771 | 2024-07-19T17:34:37.680Z | a out/nexus.tar.gz 84724K |
2772 | 2024-07-19T17:34:37.680Z | a out/ntp.tar.gz 8884K |
2773 | 2024-07-19T17:34:37.680Z | a out/omicron-gateway-softnpu.tar.gz 13780K |
2774 | 2024-07-19T17:34:37.680Z | a out/omicron-sled-agent.tar 94721K |
2775 | 2024-07-19T17:34:37.680Z | a out/overlay.tar.gz 3K |
2776 | 2024-07-19T17:34:37.680Z | a out/oximeter.tar.gz 42100K |
2777 | 2024-07-19T17:34:37.680Z | a out/oxlog.tar 2947K |
2778 | 2024-07-19T17:34:37.680Z | a out/probe.tar.gz 2764K |
2779 | 2024-07-19T17:34:37.680Z | a out/propolis-server.tar.gz 64643K |
2780 | 2024-07-19T17:34:37.680Z | a out/pumpkind-gz.tar 26665K |
2781 | 2024-07-19T17:34:37.680Z | a out/switch-softnpu.tar.gz 198412K |
2782 | 2024-07-19T17:34:37.684Z | |
2783 | 2024-07-19T17:34:37.684Z | real 1:04.763542555 |
2784 | 2024-07-19T17:34:37.684Z | user 1:01.993440269 |
2785 | 2024-07-19T17:34:37.684Z | sys 3.791273430 |
2786 | 2024-07-19T17:34:37.684Z | trap 0.015575713 |
2787 | 2024-07-19T17:34:37.684Z | tflt 0.000000000 |
2788 | 2024-07-19T17:34:37.684Z | dflt 0.000000000 |
2789 | 2024-07-19T17:34:37.684Z | kflt 0.000000000 |
2790 | 2024-07-19T17:34:37.684Z | lock 0.000000000 |
2791 | 2024-07-19T17:34:37.684Z | slp 1:01.919975216 |
2792 | 2024-07-19T17:34:37.684Z | lat 1.802361963 |
2793 | 2024-07-19T17:34:37.684Z | stop 0.000183986 |
2794 | 2024-07-19T17:34:37.684Z | process exited: duration 1694545 ms, exit code 0 |
|
2795 | 2024-07-19T17:34:37.699Z | found 1 output files |
2796 | 2024-07-19T17:34:37.699Z | uploading: /work/package.tar.gz (1407478442 bytes) |
2797 | 2024-07-19T17:35:08.027Z | uploaded: /work/package.tar.gz |