|
|
|
1 | 2024-08-02T16:42:02.425Z | job assigned to worker 01J49ZEQ3R3WAFQ3BVD2PBQPT5 (queued for 1 m 5 s) |
|
2 | 2024-08-02T16:42:09.558Z | starting task 0: "setup" |
3 | 2024-08-02T16:42:09.608Z | ++ uname -s |
4 | 2024-08-02T16:42:09.611Z | + kern=SunOS |
5 | 2024-08-02T16:42:09.611Z | + case "$kern" in |
6 | 2024-08-02T16:42:09.612Z | + groupadd -g 12345 build |
7 | 2024-08-02T16:42:09.614Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-02T16:42:11.622Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-02T16:42:11.739Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-02T16:42:11.742Z | + home_fs=zfs |
11 | 2024-08-02T16:42:11.742Z | + [[ zfs == autofs ]] |
12 | 2024-08-02T16:42:11.742Z | + mkdir -p /home/build |
13 | 2024-08-02T16:42:11.745Z | + chown build:build /home/build /work |
14 | 2024-08-02T16:42:12.745Z | + chmod 0700 /home/build /work |
15 | 2024-08-02T16:42:12.748Z | process exited: duration 3191 ms, exit code 0 |
|
16 | 2024-08-02T16:42:12.754Z | starting task 1: "rust-toolchain" |
17 | 2024-08-02T16:42:12.760Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-02T16:42:12.761Z | ' 1.78.0 |
19 | 2024-08-02T16:42:12.764Z | * toolchain channel = "1.78.0" |
20 | 2024-08-02T16:42:12.764Z | + printf ' * toolchain profile = "%s" |
21 | 2024-08-02T16:42:12.764Z | ' default |
22 | 2024-08-02T16:42:12.764Z | * toolchain profile = "default" |
23 | 2024-08-02T16:42:12.764Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-02T16:42:12.764Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-08-02T16:42:12.875Z | info: downloading installer |
26 | 2024-08-02T16:42:14.353Z | info: profile set to 'default' |
27 | 2024-08-02T16:42:14.353Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-02T16:42:14.353Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-08-02T16:42:14.486Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-08-02T16:42:14.486Z | info: downloading component 'cargo' |
31 | 2024-08-02T16:42:15.201Z | info: downloading component 'clippy' |
32 | 2024-08-02T16:42:15.439Z | info: downloading component 'rust-docs' |
33 | 2024-08-02T16:42:16.389Z | info: downloading component 'rust-std' |
34 | 2024-08-02T16:42:17.900Z | info: downloading component 'rustc' |
35 | 2024-08-02T16:42:21.723Z | info: downloading component 'rustfmt' |
36 | 2024-08-02T16:42:21.930Z | info: installing component 'cargo' |
37 | 2024-08-02T16:42:22.781Z | info: installing component 'clippy' |
38 | 2024-08-02T16:42:23.148Z | info: installing component 'rust-docs' |
39 | 2024-08-02T16:42:24.659Z | info: installing component 'rust-std' |
40 | 2024-08-02T16:42:26.410Z | info: installing component 'rustc' |
41 | 2024-08-02T16:42:30.695Z | info: installing component 'rustfmt' |
42 | 2024-08-02T16:42:31.025Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-08-02T16:42:31.025Z | |
44 | 2024-08-02T16:42:31.291Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-08-02T16:42:31.291Z | |
46 | 2024-08-02T16:42:31.294Z | |
47 | 2024-08-02T16:42:31.294Z | Rust is installed now. Great! |
48 | 2024-08-02T16:42:31.294Z | |
49 | 2024-08-02T16:42:31.294Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-02T16:42:31.294Z | environment variable. This has not been done automatically. |
51 | 2024-08-02T16:42:31.294Z | |
52 | 2024-08-02T16:42:31.294Z | To configure your current shell, you need to source |
53 | 2024-08-02T16:42:31.294Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-02T16:42:31.295Z | |
55 | 2024-08-02T16:42:31.295Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-02T16:42:31.295Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-02T16:42:31.295Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-02T16:42:31.356Z | + rustc --version |
59 | 2024-08-02T16:42:31.418Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-08-02T16:42:31.421Z | process exited: duration 18663 ms, exit code 0 |
|
61 | 2024-08-02T16:42:31.427Z | starting task 2: "authentication" |
62 | 2024-08-02T16:42:31.447Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-08-02T16:42:31.453Z | starting task 3: "clone repository" |
64 | 2024-08-02T16:42:31.458Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-02T16:42:31.461Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-02T16:42:31.602Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-02T16:42:44.926Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-02T16:42:44.926Z | + git fetch origin fcaf48be81455748a28872c53a3ae5e0dfd40aa0 |
69 | 2024-08-02T16:42:45.427Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-02T16:42:45.427Z | * branch fcaf48be81455748a28872c53a3ae5e0dfd40aa0 -> FETCH_HEAD |
71 | 2024-08-02T16:42:45.435Z | + [[ -n '' ]] |
72 | 2024-08-02T16:42:45.435Z | + git reset --hard fcaf48be81455748a28872c53a3ae5e0dfd40aa0 |
73 | 2024-08-02T16:42:45.573Z | HEAD is now at fcaf48be8 Snapshot creation races with region replacement |
74 | 2024-08-02T16:42:45.576Z | process exited: duration 14119 ms, exit code 0 |
|
75 | 2024-08-02T16:42:45.582Z | starting task 4: "build" |
76 | 2024-08-02T16:42:45.587Z | + cargo --version |
77 | 2024-08-02T16:42:45.640Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
78 | 2024-08-02T16:42:45.643Z | + rustc --version |
79 | 2024-08-02T16:42:45.698Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
80 | 2024-08-02T16:42:45.701Z | + WORK=/work |
81 | 2024-08-02T16:42:45.701Z | + pfexec mkdir -p /work |
82 | 2024-08-02T16:42:45.704Z | + pfexec chown build /work |
83 | 2024-08-02T16:42:45.707Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
84 | 2024-08-02T16:43:03.437Z | Startup: Refreshing catalog 'helios-dev' ... Done |
85 | 2024-08-02T16:43:05.570Z | Startup: Caching catalogs ... Done |
86 | 2024-08-02T16:43:09.223Z | Planning: Solver setup ... Done (3.076s) |
87 | 2024-08-02T16:43:09.282Z | Planning: Running solver ... Done (0.059s) |
88 | 2024-08-02T16:43:09.336Z | Planning: Finding local manifests ... Done (0.003s) |
89 | 2024-08-02T16:43:09.352Z | Planning: Fetching manifests: 0/4 0% complete |
90 | 2024-08-02T16:43:09.624Z | Planning: Fetching manifests: 4/4 100% complete |
91 | 2024-08-02T16:43:09.675Z | Planning: Package planning ... Done (0.050s) |
92 | 2024-08-02T16:43:09.726Z | Planning: Merging actions ... Done (0.052s) |
93 | 2024-08-02T16:43:10.701Z | Planning: Checking for conflicting actions ... Done (0.975s) |
94 | 2024-08-02T16:43:10.713Z | Planning: Consolidating action changes ... Done (0.011s) |
95 | 2024-08-02T16:43:14.897Z | Planning: Evaluating mediators ... Done (4.183s) |
96 | 2024-08-02T16:43:14.907Z | Planning: Planning completed in 9.27 seconds |
97 | 2024-08-02T16:43:15.371Z | Packages to install: 4 |
98 | 2024-08-02T16:43:15.371Z | Mediators to change: 2 |
99 | 2024-08-02T16:43:15.371Z | Services to change: 1 |
100 | 2024-08-02T16:43:15.371Z | Estimated space available: 155.77 GB |
101 | 2024-08-02T16:43:15.374Z | Estimated space to be consumed: 1.47 GB |
102 | 2024-08-02T16:43:15.374Z | Create boot environment: No |
103 | 2024-08-02T16:43:15.374Z | Create backup boot environment: No |
104 | 2024-08-02T16:43:15.374Z | Rebuild boot archive: No |
105 | 2024-08-02T16:43:15.374Z | |
106 | 2024-08-02T16:43:15.374Z | Changed mediators: |
107 | 2024-08-02T16:43:15.374Z | mediator clang: |
108 | 2024-08-02T16:43:15.374Z | version: None -> 15 (system default) |
109 | 2024-08-02T16:43:15.374Z | |
110 | 2024-08-02T16:43:15.374Z | mediator llvm: |
111 | 2024-08-02T16:43:15.374Z | version: 14 (system default) -> 15 (system default) |
112 | 2024-08-02T16:43:15.374Z | |
113 | 2024-08-02T16:43:15.375Z | Changed packages: |
114 | 2024-08-02T16:43:15.375Z | helios-dev |
115 | 2024-08-02T16:43:15.375Z | developer/build-essential |
116 | 2024-08-02T16:43:15.375Z | None -> 11-2.0 |
117 | 2024-08-02T16:43:15.375Z | library/libxmlsec1 |
118 | 2024-08-02T16:43:15.375Z | None -> 1.2.35-2.0 |
119 | 2024-08-02T16:43:15.375Z | ooce/developer/clang-15 |
120 | 2024-08-02T16:43:15.375Z | None -> 15.0.7-2.0 |
121 | 2024-08-02T16:43:15.375Z | ooce/developer/llvm-15 |
122 | 2024-08-02T16:43:15.375Z | None -> 15.0.7-2.0 |
123 | 2024-08-02T16:43:15.375Z | |
124 | 2024-08-02T16:43:15.375Z | Services: |
125 | 2024-08-02T16:43:15.375Z | restart_fmri: |
126 | 2024-08-02T16:43:15.375Z | svc:/system/update-man-index:default |
127 | 2024-08-02T16:43:15.500Z | |
128 | 2024-08-02T16:43:15.500Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
129 | 2024-08-02T16:43:21.616Z | Download: 207/3290 items 1.3/212.6MB 0% complete (563k/s) |
130 | 2024-08-02T16:43:26.637Z | Download: 1190/3290 items 62.0/212.6MB 29% complete (6.1M/s) |
131 | 2024-08-02T16:43:31.793Z | Download: 2221/3290 items 119.2/212.6MB 56% complete (12.3M/s) |
132 | 2024-08-02T16:43:36.793Z | Download: 3249/3290 items 203.1/212.6MB 95% complete (14.2M/s) |
133 | 2024-08-02T16:43:39.874Z | Download: Completed 212.60 MB in 24.37 seconds (8.7M/s) |
134 | 2024-08-02T16:43:40.267Z | Actions: 1/3689 actions (Installing new actions) |
135 | 2024-08-02T16:43:45.471Z | Actions: 3643/3689 actions (Installing new actions) |
136 | 2024-08-02T16:43:45.517Z | Actions: Completed 3689 actions in 5.25 seconds. |
137 | 2024-08-02T16:43:45.776Z | Done (0.254s) |
138 | 2024-08-02T16:43:45.776Z | Done (0.000s) |
139 | 2024-08-02T16:43:46.124Z | Done (0.347s) |
140 | 2024-08-02T16:43:51.357Z | Done (5.069s) |
141 | 2024-08-02T16:43:51.575Z | Done (0.148s) |
142 | 2024-08-02T16:43:51.578Z | Done (0.000s) |
143 | 2024-08-02T16:43:51.748Z | Done (0.000s) |
144 | 2024-08-02T16:43:52.314Z | Planning: Evaluating mediator changes ... Done |
145 | 2024-08-02T16:43:52.471Z | Planning: Checking for conflicting actions ... Done |
146 | 2024-08-02T16:43:52.474Z | Planning: Consolidating action changes ... Done |
147 | 2024-08-02T16:43:52.734Z | Planning: Evaluating mediators ... Done |
148 | 2024-08-02T16:43:52.737Z | Planning: Planning completed in 0.42 seconds |
149 | 2024-08-02T16:43:52.767Z | Mediators to change: 2 |
150 | 2024-08-02T16:43:52.767Z | Create boot environment: No |
151 | 2024-08-02T16:43:52.770Z | Create backup boot environment: No |
152 | 2024-08-02T16:43:52.833Z | Done |
153 | 2024-08-02T16:43:52.833Z | Done |
154 | 2024-08-02T16:43:53.075Z | Done |
155 | 2024-08-02T16:43:56.527Z | Done |
156 | 2024-08-02T16:43:56.607Z | Done |
157 | 2024-08-02T16:43:56.610Z | Done |
158 | 2024-08-02T16:43:56.721Z | Done |
159 | 2024-08-02T16:43:57.324Z | Planning: Evaluating mediator changes ... Done |
160 | 2024-08-02T16:43:57.327Z | Planning: Merging actions ... Done |
161 | 2024-08-02T16:43:57.520Z | Planning: Checking for conflicting actions ... Done |
162 | 2024-08-02T16:43:57.530Z | Planning: Consolidating action changes ... Done |
163 | 2024-08-02T16:43:57.784Z | Planning: Evaluating mediators ... Done |
164 | 2024-08-02T16:43:57.834Z | Planning: Planning completed in 0.75 seconds |
165 | 2024-08-02T16:43:57.869Z | Packages to change: 1 |
166 | 2024-08-02T16:43:57.869Z | Mediators to change: 1 |
167 | 2024-08-02T16:43:57.870Z | Services to change: 1 |
168 | 2024-08-02T16:43:57.876Z | Create boot environment: No |
169 | 2024-08-02T16:43:57.876Z | Create backup boot environment: Yes |
170 | 2024-08-02T16:43:59.683Z | Actions: 1/6 actions (Updating modified actions) |
171 | 2024-08-02T16:43:59.718Z | Actions: Completed 6 actions in 0.03 seconds. |
172 | 2024-08-02T16:43:59.723Z | Done |
173 | 2024-08-02T16:43:59.723Z | Done |
174 | 2024-08-02T16:43:59.791Z | Done |
175 | 2024-08-02T16:44:03.451Z | Done |
176 | 2024-08-02T16:44:03.533Z | Done |
177 | 2024-08-02T16:44:03.533Z | Done |
178 | 2024-08-02T16:44:03.654Z | Done |
179 | 2024-08-02T16:44:04.088Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
180 | 2024-08-02T16:44:04.088Z | clang system 15 system |
181 | 2024-08-02T16:44:04.088Z | csh system system illumos |
182 | 2024-08-02T16:44:04.088Z | ctags system system illumos |
183 | 2024-08-02T16:44:04.088Z | gcc vendor 12 vendor |
184 | 2024-08-02T16:44:04.088Z | gcc system 10 system |
185 | 2024-08-02T16:44:04.088Z | gcc system 7 system |
186 | 2024-08-02T16:44:04.088Z | go system 1.20 system |
187 | 2024-08-02T16:44:04.088Z | go system 1.19 system |
188 | 2024-08-02T16:44:04.088Z | llvm system 15 system |
189 | 2024-08-02T16:44:04.088Z | llvm system 14 system |
190 | 2024-08-02T16:44:04.088Z | mariadb system 10.6 system |
191 | 2024-08-02T16:44:04.088Z | mta vendor vendor dma |
192 | 2024-08-02T16:44:04.088Z | openjdk system 17 system |
193 | 2024-08-02T16:44:04.088Z | openjdk system 11 system |
194 | 2024-08-02T16:44:04.088Z | openjdk system 1.8 system |
195 | 2024-08-02T16:44:04.088Z | openssl vendor 3 vendor |
196 | 2024-08-02T16:44:04.088Z | perl system 5.36 system |
197 | 2024-08-02T16:44:04.088Z | postgresql system 15 system |
198 | 2024-08-02T16:44:04.088Z | postgresql system 13 system |
199 | 2024-08-02T16:44:04.088Z | python vendor 3 vendor |
200 | 2024-08-02T16:44:04.088Z | python system 2 system |
201 | 2024-08-02T16:44:04.088Z | python3 system 3.11 system |
202 | 2024-08-02T16:44:04.088Z | ruby system 3.0 system |
203 | 2024-08-02T16:44:04.088Z | words vendor vendor american-english |
204 | 2024-08-02T16:44:04.088Z | words system system australian-english |
205 | 2024-08-02T16:44:04.088Z | words system system british-english |
206 | 2024-08-02T16:44:04.089Z | words system system canadian-english |
207 | 2024-08-02T16:44:04.089Z | words system system french |
208 | 2024-08-02T16:44:04.089Z | words system system italian |
209 | 2024-08-02T16:44:04.089Z | words system system ngerman |
210 | 2024-08-02T16:44:04.089Z | words system system ogerman |
211 | 2024-08-02T16:44:04.089Z | words system system spanish |
212 | 2024-08-02T16:44:04.416Z | PUBLISHER TYPE STATUS P LOCATION |
213 | 2024-08-02T16:44:04.417Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
214 | 2024-08-02T16:44:06.033Z | FMRI IFO |
215 | 2024-08-02T16:44:06.033Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
216 | 2024-08-02T16:44:06.033Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
217 | 2024-08-02T16:44:06.033Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
218 | 2024-08-02T16:44:06.033Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
219 | 2024-08-02T16:44:06.033Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
220 | 2024-08-02T16:44:06.033Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
221 | 2024-08-02T16:44:06.033Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
222 | 2024-08-02T16:44:06.033Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
223 | 2024-08-02T16:44:06.033Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
224 | 2024-08-02T16:44:06.033Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
225 | 2024-08-02T16:44:06.033Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
226 | 2024-08-02T16:44:06.033Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
227 | 2024-08-02T16:44:06.556Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
228 | 2024-08-02T16:44:06.851Z | Updating git repository `https://github.com/oxidecomputer/zone` |
229 | 2024-08-02T16:44:07.125Z | Updating crates.io index |
230 | 2024-08-02T16:44:07.189Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
231 | 2024-08-02T16:44:08.023Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
232 | 2024-08-02T16:44:08.830Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
233 | 2024-08-02T16:44:09.081Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
234 | 2024-08-02T16:44:10.994Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
235 | 2024-08-02T16:44:11.528Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
236 | 2024-08-02T16:44:11.772Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
237 | 2024-08-02T16:44:12.832Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
238 | 2024-08-02T16:44:14.842Z | Updating git repository `https://github.com/oxidecomputer/opte` |
239 | 2024-08-02T16:44:15.979Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
240 | 2024-08-02T16:44:16.797Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
241 | 2024-08-02T16:44:17.420Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
242 | 2024-08-02T16:44:17.774Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
243 | 2024-08-02T16:44:18.025Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
244 | 2024-08-02T16:44:18.338Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
245 | 2024-08-02T16:44:18.623Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
246 | 2024-08-02T16:44:18.858Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
247 | 2024-08-02T16:44:19.074Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
248 | 2024-08-02T16:44:19.430Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
249 | 2024-08-02T16:44:19.719Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
250 | 2024-08-02T16:44:20.095Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
251 | 2024-08-02T16:44:20.329Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
252 | 2024-08-02T16:44:20.951Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
253 | 2024-08-02T16:44:21.251Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
254 | 2024-08-02T16:44:21.640Z | Updating git repository `https://github.com/oxidecomputer/typify` |
255 | 2024-08-02T16:44:23.703Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
256 | 2024-08-02T16:44:24.018Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
257 | 2024-08-02T16:44:24.312Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
258 | 2024-08-02T16:44:24.781Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
259 | 2024-08-02T16:44:25.826Z | Downloading crates ... |
260 | 2024-08-02T16:44:25.894Z | Downloaded bytecount v0.6.8 |
261 | 2024-08-02T16:44:25.897Z | Downloaded cargo-platform v0.1.8 |
262 | 2024-08-02T16:44:25.900Z | Downloaded anstyle-query v1.0.3 |
263 | 2024-08-02T16:44:25.903Z | Downloaded is_terminal_polyfill v1.70.0 |
264 | 2024-08-02T16:44:25.906Z | Downloaded equivalent v1.0.1 |
265 | 2024-08-02T16:44:25.915Z | Downloaded usdt-macro v0.5.0 |
266 | 2024-08-02T16:44:25.917Z | Downloaded swrite v0.1.0 |
267 | 2024-08-02T16:44:25.920Z | Downloaded usdt-attr-macro v0.5.0 |
268 | 2024-08-02T16:44:25.924Z | Downloaded cargo_toml v0.20.4 |
269 | 2024-08-02T16:44:25.927Z | Downloaded camino v1.1.7 |
270 | 2024-08-02T16:44:25.927Z | Downloaded clap_derive v4.5.8 |
271 | 2024-08-02T16:44:25.930Z | Downloaded anstyle v1.0.8 |
272 | 2024-08-02T16:44:25.932Z | Downloaded anstyle-parse v0.2.4 |
273 | 2024-08-02T16:44:25.932Z | Downloaded block-buffer v0.10.4 |
274 | 2024-08-02T16:44:25.935Z | Downloaded autocfg v1.3.0 |
275 | 2024-08-02T16:44:25.939Z | Downloaded version_check v0.9.4 |
276 | 2024-08-02T16:44:25.942Z | Downloaded thiserror v1.0.63 |
277 | 2024-08-02T16:44:25.945Z | Downloaded tabled_derive v0.7.0 |
278 | 2024-08-02T16:44:25.948Z | Downloaded thread-id v4.2.1 |
279 | 2024-08-02T16:44:25.948Z | Downloaded plain v0.2.3 |
280 | 2024-08-02T16:44:25.951Z | Downloaded toml_datetime v0.6.6 |
281 | 2024-08-02T16:44:25.951Z | Downloaded heck v0.5.0 |
282 | 2024-08-02T16:44:25.951Z | Downloaded byteorder v1.5.0 |
283 | 2024-08-02T16:44:25.954Z | Downloaded colorchoice v1.0.1 |
284 | 2024-08-02T16:44:25.954Z | Downloaded cargo_metadata v0.18.1 |
285 | 2024-08-02T16:44:25.957Z | Downloaded bitflags v2.6.0 |
286 | 2024-08-02T16:44:25.960Z | Downloaded anstream v0.6.14 |
287 | 2024-08-02T16:44:25.962Z | Downloaded macaddr v1.0.1 |
288 | 2024-08-02T16:44:25.962Z | Downloaded serde_spanned v0.6.6 |
289 | 2024-08-02T16:44:25.965Z | Downloaded crypto-common v0.1.6 |
290 | 2024-08-02T16:44:25.965Z | Downloaded cfg-if v1.0.0 |
291 | 2024-08-02T16:44:25.965Z | Downloaded dtrace-parser v0.2.0 |
292 | 2024-08-02T16:44:25.968Z | Downloaded scroll_derive v0.12.0 |
293 | 2024-08-02T16:44:25.976Z | Downloaded pest_derive v2.7.10 |
294 | 2024-08-02T16:44:25.980Z | Downloaded semver v1.0.23 |
295 | 2024-08-02T16:44:25.982Z | Downloaded scroll v0.12.0 |
296 | 2024-08-02T16:44:25.982Z | Downloaded generic-array v0.14.7 |
297 | 2024-08-02T16:44:25.985Z | Downloaded dof v0.3.0 |
298 | 2024-08-02T16:44:25.985Z | Downloaded sha2 v0.10.8 |
299 | 2024-08-02T16:44:25.992Z | Downloaded digest v0.10.7 |
300 | 2024-08-02T16:44:25.995Z | Downloaded proc-macro-error v1.0.4 |
301 | 2024-08-02T16:44:25.998Z | Downloaded fnv v1.0.7 |
302 | 2024-08-02T16:44:25.998Z | Downloaded anyhow v1.0.86 |
303 | 2024-08-02T16:44:26.002Z | Downloaded clap_lex v0.7.0 |
304 | 2024-08-02T16:44:26.004Z | Downloaded strsim v0.11.1 |
305 | 2024-08-02T16:44:26.005Z | Downloaded proc-macro-error-attr v1.0.4 |
306 | 2024-08-02T16:44:26.005Z | Downloaded fs-err v2.11.0 |
307 | 2024-08-02T16:44:26.007Z | Downloaded itoa v1.0.11 |
308 | 2024-08-02T16:44:26.007Z | Downloaded heck v0.4.1 |
309 | 2024-08-02T16:44:26.010Z | Downloaded usdt-impl v0.5.0 |
310 | 2024-08-02T16:44:26.010Z | Downloaded terminal_size v0.3.0 |
311 | 2024-08-02T16:44:26.013Z | Downloaded pest_generator v2.7.10 |
312 | 2024-08-02T16:44:26.013Z | Downloaded usdt v0.5.0 |
313 | 2024-08-02T16:44:26.013Z | Downloaded errno v0.3.9 |
314 | 2024-08-02T16:44:26.016Z | Downloaded cpufeatures v0.2.12 |
315 | 2024-08-02T16:44:26.016Z | Downloaded serde_derive v1.0.204 |
316 | 2024-08-02T16:44:26.019Z | Downloaded proc-macro2 v1.0.86 |
317 | 2024-08-02T16:44:26.022Z | Downloaded thiserror-impl v1.0.63 |
318 | 2024-08-02T16:44:26.022Z | Downloaded utf8parse v0.2.1 |
319 | 2024-08-02T16:44:26.025Z | Downloaded ucd-trie v0.1.6 |
320 | 2024-08-02T16:44:26.025Z | Downloaded serde_tokenstream v0.2.1 |
321 | 2024-08-02T16:44:26.029Z | Downloaded memmap v0.7.0 |
322 | 2024-08-02T16:44:26.032Z | Downloaded papergrid v0.11.0 |
323 | 2024-08-02T16:44:26.037Z | Downloaded pretty-hex v0.4.1 |
324 | 2024-08-02T16:44:26.040Z | Downloaded quote v1.0.36 |
325 | 2024-08-02T16:44:26.043Z | Downloaded once_cell v1.19.0 |
326 | 2024-08-02T16:44:26.043Z | Downloaded pest_meta v2.7.10 |
327 | 2024-08-02T16:44:26.046Z | Downloaded zerocopy-derive v0.7.34 |
328 | 2024-08-02T16:44:26.054Z | Downloaded clap v4.5.9 |
329 | 2024-08-02T16:44:26.062Z | Downloaded unicode-ident v1.0.12 |
330 | 2024-08-02T16:44:26.065Z | Downloaded toml v0.8.15 |
331 | 2024-08-02T16:44:26.067Z | Downloaded log v0.4.21 |
332 | 2024-08-02T16:44:26.070Z | Downloaded typenum v1.17.0 |
333 | 2024-08-02T16:44:26.073Z | Downloaded ryu v1.0.18 |
334 | 2024-08-02T16:44:26.093Z | Downloaded indexmap v2.2.6 |
335 | 2024-08-02T16:44:26.102Z | Downloaded toml_edit v0.22.16 |
336 | 2024-08-02T16:44:26.123Z | Downloaded serde v1.0.204 |
337 | 2024-08-02T16:44:26.126Z | Downloaded memchr v2.7.2 |
338 | 2024-08-02T16:44:26.139Z | Downloaded pest v2.7.10 |
339 | 2024-08-02T16:44:26.144Z | Downloaded hashbrown v0.14.5 |
340 | 2024-08-02T16:44:26.149Z | Downloaded clap_builder v4.5.9 |
341 | 2024-08-02T16:44:26.165Z | Downloaded winnow v0.6.8 |
342 | 2024-08-02T16:44:26.173Z | Downloaded zerocopy v0.7.34 |
343 | 2024-08-02T16:44:26.188Z | Downloaded serde_json v1.0.120 |
344 | 2024-08-02T16:44:26.197Z | Downloaded tabled v0.15.0 |
345 | 2024-08-02T16:44:26.211Z | Downloaded goblin v0.8.2 |
346 | 2024-08-02T16:44:26.217Z | Downloaded syn v1.0.109 |
347 | 2024-08-02T16:44:26.227Z | Downloaded syn v2.0.72 |
348 | 2024-08-02T16:44:26.239Z | Downloaded rustix v0.38.34 |
349 | 2024-08-02T16:44:26.260Z | Downloaded unicode-width v0.1.13 |
350 | 2024-08-02T16:44:26.269Z | Downloaded libc v0.2.155 |
351 | 2024-08-02T16:44:26.559Z | Compiling proc-macro2 v1.0.86 |
352 | 2024-08-02T16:44:26.559Z | Compiling unicode-ident v1.0.12 |
353 | 2024-08-02T16:44:26.559Z | Compiling version_check v0.9.4 |
354 | 2024-08-02T16:44:26.559Z | Compiling serde v1.0.204 |
355 | 2024-08-02T16:44:26.562Z | Compiling thiserror v1.0.63 |
356 | 2024-08-02T16:44:26.562Z | Compiling libc v0.2.155 |
357 | 2024-08-02T16:44:26.592Z | Compiling ucd-trie v0.1.6 |
358 | 2024-08-02T16:44:26.595Z | Compiling ryu v1.0.18 |
359 | 2024-08-02T16:44:26.795Z | Compiling memchr v2.7.2 |
360 | 2024-08-02T16:44:27.030Z | Compiling itoa v1.0.11 |
361 | 2024-08-02T16:44:27.209Z | Compiling once_cell v1.19.0 |
362 | 2024-08-02T16:44:27.484Z | Compiling byteorder v1.5.0 |
363 | 2024-08-02T16:44:27.780Z | Compiling serde_json v1.0.120 |
364 | 2024-08-02T16:44:28.756Z | Compiling proc-macro-error-attr v1.0.4 |
365 | 2024-08-02T16:44:28.777Z | Compiling usdt-impl v0.5.0 |
366 | 2024-08-02T16:44:28.780Z | Compiling rustix v0.38.34 |
367 | 2024-08-02T16:44:28.859Z | Compiling syn v1.0.109 |
368 | 2024-08-02T16:44:28.937Z | Compiling proc-macro-error v1.0.4 |
369 | 2024-08-02T16:44:29.068Z | Compiling bitflags v2.6.0 |
370 | 2024-08-02T16:44:29.205Z | Compiling utf8parse v0.2.1 |
371 | 2024-08-02T16:44:29.241Z | Compiling log v0.4.21 |
372 | 2024-08-02T16:44:29.381Z | Compiling plain v0.2.3 |
373 | 2024-08-02T16:44:29.535Z | Compiling thread-id v4.2.1 |
374 | 2024-08-02T16:44:29.558Z | Compiling equivalent v1.0.1 |
375 | 2024-08-02T16:44:29.561Z | Compiling hashbrown v0.14.5 |
376 | 2024-08-02T16:44:29.622Z | Compiling anstyle-parse v0.2.4 |
377 | 2024-08-02T16:44:29.666Z | Compiling quote v1.0.36 |
378 | 2024-08-02T16:44:29.707Z | Compiling colorchoice v1.0.1 |
379 | 2024-08-02T16:44:29.780Z | Compiling winnow v0.6.8 |
380 | 2024-08-02T16:44:29.845Z | Compiling anstyle-query v1.0.3 |
381 | 2024-08-02T16:44:29.933Z | Compiling errno v0.3.9 |
382 | 2024-08-02T16:44:29.979Z | Compiling pretty-hex v0.4.1 |
383 | 2024-08-02T16:44:30.003Z | Compiling syn v2.0.72 |
384 | 2024-08-02T16:44:30.207Z | Compiling semver v1.0.23 |
385 | 2024-08-02T16:44:30.340Z | Compiling anstyle v1.0.8 |
386 | 2024-08-02T16:44:30.711Z | Compiling camino v1.1.7 |
387 | 2024-08-02T16:44:30.802Z | Compiling autocfg v1.3.0 |
388 | 2024-08-02T16:44:30.971Z | Compiling indexmap v2.2.6 |
389 | 2024-08-02T16:44:31.309Z | Compiling is_terminal_polyfill v1.70.0 |
390 | 2024-08-02T16:44:31.438Z | Compiling anstream v0.6.14 |
391 | 2024-08-02T16:44:31.743Z | Compiling terminal_size v0.3.0 |
392 | 2024-08-02T16:44:31.765Z | Compiling fs-err v2.11.0 |
393 | 2024-08-02T16:44:32.018Z | Compiling anyhow v1.0.86 |
394 | 2024-08-02T16:44:32.040Z | Compiling strsim v0.11.1 |
395 | 2024-08-02T16:44:32.064Z | Compiling heck v0.4.1 |
396 | 2024-08-02T16:44:32.148Z | Compiling bytecount v0.6.8 |
397 | 2024-08-02T16:44:32.281Z | Compiling unicode-width v0.1.13 |
398 | 2024-08-02T16:44:32.355Z | Compiling clap_lex v0.7.0 |
399 | 2024-08-02T16:44:32.506Z | Compiling fnv v1.0.7 |
400 | 2024-08-02T16:44:32.550Z | Compiling heck v0.5.0 |
401 | 2024-08-02T16:44:32.644Z | Compiling papergrid v0.11.0 |
402 | 2024-08-02T16:44:32.748Z | Compiling clap_builder v4.5.9 |
403 | 2024-08-02T16:44:32.975Z | Compiling memmap v0.7.0 |
404 | 2024-08-02T16:44:33.490Z | Compiling swrite v0.1.0 |
405 | 2024-08-02T16:44:35.334Z | Compiling tabled_derive v0.7.0 |
406 | 2024-08-02T16:44:36.835Z | Compiling tabled v0.15.0 |
407 | 2024-08-02T16:44:38.898Z | Compiling serde_derive v1.0.204 |
408 | 2024-08-02T16:44:38.898Z | Compiling thiserror-impl v1.0.63 |
409 | 2024-08-02T16:44:38.901Z | Compiling zerocopy-derive v0.7.34 |
410 | 2024-08-02T16:44:38.901Z | Compiling scroll_derive v0.12.0 |
411 | 2024-08-02T16:44:38.901Z | Compiling clap_derive v4.5.8 |
412 | 2024-08-02T16:44:40.076Z | Compiling scroll v0.12.0 |
413 | 2024-08-02T16:44:40.622Z | Compiling goblin v0.8.2 |
414 | 2024-08-02T16:44:40.859Z | Compiling zerocopy v0.7.34 |
415 | 2024-08-02T16:44:41.944Z | Compiling pest v2.7.10 |
416 | 2024-08-02T16:44:43.005Z | Compiling clap v4.5.9 |
417 | 2024-08-02T16:44:43.989Z | Compiling pest_meta v2.7.10 |
418 | 2024-08-02T16:44:44.792Z | Compiling pest_generator v2.7.10 |
419 | 2024-08-02T16:44:46.829Z | Compiling pest_derive v2.7.10 |
420 | 2024-08-02T16:44:47.515Z | Compiling dtrace-parser v0.2.0 |
421 | 2024-08-02T16:44:49.068Z | Compiling toml_datetime v0.6.6 |
422 | 2024-08-02T16:44:49.072Z | Compiling serde_spanned v0.6.6 |
423 | 2024-08-02T16:44:49.072Z | Compiling cargo-platform v0.1.8 |
424 | 2024-08-02T16:44:49.457Z | Compiling serde_tokenstream v0.2.1 |
425 | 2024-08-02T16:44:49.638Z | Compiling toml_edit v0.22.16 |
426 | 2024-08-02T16:44:49.663Z | Compiling macaddr v1.0.1 |
427 | 2024-08-02T16:44:50.443Z | Compiling dof v0.3.0 |
428 | 2024-08-02T16:44:50.443Z | Compiling cargo_metadata v0.18.1 |
429 | 2024-08-02T16:44:52.285Z | Compiling toml v0.8.15 |
430 | 2024-08-02T16:44:52.578Z | Compiling usdt-macro v0.5.0 |
431 | 2024-08-02T16:44:52.578Z | Compiling usdt-attr-macro v0.5.0 |
432 | 2024-08-02T16:44:53.189Z | Compiling cargo_toml v0.20.4 |
433 | 2024-08-02T16:44:53.958Z | Compiling usdt v0.5.0 |
434 | 2024-08-02T16:44:57.174Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
435 | 2024-08-02T16:45:01.443Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.06s |
436 | 2024-08-02T16:45:01.685Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
437 | 2024-08-02T16:45:02.201Z | Downloading crates ... |
438 | 2024-08-02T16:45:02.310Z | Downloaded atomicwrites v0.4.3 |
439 | 2024-08-02T16:45:02.319Z | Downloaded addr2line v0.21.0 |
440 | 2024-08-02T16:45:02.325Z | Downloaded assert_matches v1.5.0 |
441 | 2024-08-02T16:45:02.331Z | Downloaded ciborium-io v0.2.2 |
442 | 2024-08-02T16:45:02.335Z | Downloaded cfg_aliases v0.1.1 |
443 | 2024-08-02T16:45:02.335Z | Downloaded is-terminal v0.4.12 |
444 | 2024-08-02T16:45:02.338Z | Downloaded instant v0.1.12 |
445 | 2024-08-02T16:45:02.346Z | Downloaded crucible-workspace-hack v0.1.0 |
446 | 2024-08-02T16:45:02.350Z | Downloaded bitstruct_derive v0.1.0 |
447 | 2024-08-02T16:45:02.350Z | Downloaded array-init v0.0.4 |
448 | 2024-08-02T16:45:02.350Z | Downloaded is_ci v1.2.0 |
449 | 2024-08-02T16:45:02.350Z | Downloaded bitflags v1.3.2 |
450 | 2024-08-02T16:45:02.350Z | Downloaded inout v0.1.3 |
451 | 2024-08-02T16:45:02.350Z | Downloaded darling_macro v0.20.9 |
452 | 2024-08-02T16:45:02.353Z | Downloaded ipnet v2.9.0 |
453 | 2024-08-02T16:45:02.356Z | Downloaded openssl-macros v0.1.1 |
454 | 2024-08-02T16:45:02.356Z | Downloaded base16ct v0.2.0 |
455 | 2024-08-02T16:45:02.357Z | Downloaded ascii-canvas v3.0.0 |
456 | 2024-08-02T16:45:02.360Z | Downloaded number_prefix v0.4.0 |
457 | 2024-08-02T16:45:02.360Z | Downloaded aead v0.5.2 |
458 | 2024-08-02T16:45:02.363Z | Downloaded nodrop v0.1.14 |
459 | 2024-08-02T16:45:02.363Z | Downloaded match_cfg v0.1.0 |
460 | 2024-08-02T16:45:02.363Z | Downloaded crc-catalog v2.4.0 |
461 | 2024-08-02T16:45:02.368Z | Downloaded crc v3.2.1 |
462 | 2024-08-02T16:45:02.368Z | Downloaded oso-derive v0.27.3 |
463 | 2024-08-02T16:45:02.368Z | Downloaded parse-size v1.0.0 |
464 | 2024-08-02T16:45:02.371Z | Downloaded camino-tempfile v1.1.1 |
465 | 2024-08-02T16:45:02.371Z | Downloaded newtype_derive v0.1.6 |
466 | 2024-08-02T16:45:02.374Z | Downloaded cassowary v0.3.0 |
467 | 2024-08-02T16:45:02.374Z | Downloaded path-slash v0.1.5 |
468 | 2024-08-02T16:45:02.378Z | Downloaded peg-runtime v0.8.3 |
469 | 2024-08-02T16:45:02.378Z | Downloaded linked-hash-map v0.5.6 |
470 | 2024-08-02T16:45:02.378Z | Downloaded async-stream-impl v0.3.5 |
471 | 2024-08-02T16:45:02.381Z | Downloaded ipnetwork v0.20.0 |
472 | 2024-08-02T16:45:02.381Z | Downloaded newline-converter v0.3.0 |
473 | 2024-08-02T16:45:02.384Z | Downloaded atty v0.2.14 |
474 | 2024-08-02T16:45:02.384Z | Downloaded num-iter v0.1.45 |
475 | 2024-08-02T16:45:02.387Z | Downloaded mockall v0.12.1 |
476 | 2024-08-02T16:45:02.387Z | Downloaded managed v0.8.0 |
477 | 2024-08-02T16:45:02.390Z | Downloaded num_enum_derive v0.5.11 |
478 | 2024-08-02T16:45:02.390Z | Downloaded debug-ignore v1.0.5 |
479 | 2024-08-02T16:45:02.392Z | Downloaded num-derive v0.4.2 |
480 | 2024-08-02T16:45:02.395Z | Downloaded maybe-uninit v2.0.0 |
481 | 2024-08-02T16:45:02.395Z | Downloaded libefi-sys v0.1.0 |
482 | 2024-08-02T16:45:02.399Z | Downloaded arrayref v0.3.7 |
483 | 2024-08-02T16:45:02.399Z | Downloaded matches v0.1.10 |
484 | 2024-08-02T16:45:02.399Z | Downloaded crossbeam-deque v0.8.5 |
485 | 2024-08-02T16:45:02.402Z | Downloaded ciborium v0.2.2 |
486 | 2024-08-02T16:45:02.405Z | Downloaded parse-display v0.9.1 |
487 | 2024-08-02T16:45:02.405Z | Downloaded num-conv v0.1.0 |
488 | 2024-08-02T16:45:02.407Z | Downloaded nu-ansi-term v0.50.0 |
489 | 2024-08-02T16:45:02.410Z | Downloaded convert_case v0.4.0 |
490 | 2024-08-02T16:45:02.410Z | Downloaded new_debug_unreachable v1.0.6 |
491 | 2024-08-02T16:45:02.411Z | Downloaded console v0.15.8 |
492 | 2024-08-02T16:45:02.413Z | Downloaded openssl-probe v0.1.5 |
493 | 2024-08-02T16:45:02.417Z | Downloaded crunchy v0.2.2 |
494 | 2024-08-02T16:45:02.417Z | Downloaded bitstruct v0.1.1 |
495 | 2024-08-02T16:45:02.420Z | Downloaded normalize-line-endings v0.3.0 |
496 | 2024-08-02T16:45:02.420Z | Downloaded memoffset v0.9.1 |
497 | 2024-08-02T16:45:02.420Z | Downloaded indoc v1.0.9 |
498 | 2024-08-02T16:45:02.423Z | Downloaded bcs v0.1.6 |
499 | 2024-08-02T16:45:02.426Z | Downloaded slog-stdlog v4.1.1 |
500 | 2024-08-02T16:45:02.429Z | Downloaded mime_guess v2.0.4 |
501 | 2024-08-02T16:45:02.429Z | Downloaded cstr-argument v0.1.2 |
502 | 2024-08-02T16:45:02.432Z | Downloaded signal-hook-tokio v0.3.1 |
503 | 2024-08-02T16:45:02.432Z | Downloaded owo-colors v4.0.0 |
504 | 2024-08-02T16:45:02.435Z | Downloaded lru v0.12.3 |
505 | 2024-08-02T16:45:02.438Z | Downloaded num-complex v0.4.6 |
506 | 2024-08-02T16:45:02.438Z | Downloaded async-recursion v1.1.1 |
507 | 2024-08-02T16:45:02.441Z | Downloaded lru-cache v0.1.2 |
508 | 2024-08-02T16:45:02.444Z | Downloaded parking_lot_core v0.8.6 |
509 | 2024-08-02T16:45:02.447Z | Downloaded bb8 v0.8.5 |
510 | 2024-08-02T16:45:02.447Z | Downloaded endian-type v0.1.2 |
511 | 2024-08-02T16:45:02.450Z | Downloaded linear-map v1.2.0 |
512 | 2024-08-02T16:45:02.450Z | Downloaded toolchain_find v0.4.0 |
513 | 2024-08-02T16:45:02.453Z | Downloaded newtype-uuid v1.1.0 |
514 | 2024-08-02T16:45:02.453Z | Downloaded derive_builder_macro v0.20.0 |
515 | 2024-08-02T16:45:02.453Z | Downloaded olpc-cjson v0.1.3 |
516 | 2024-08-02T16:45:02.456Z | Downloaded nibble_vec v0.1.0 |
517 | 2024-08-02T16:45:02.456Z | Downloaded multimap v0.10.0 |
518 | 2024-08-02T16:45:02.459Z | Downloaded shell-words v1.1.0 |
519 | 2024-08-02T16:45:02.459Z | Downloaded mime v0.3.17 |
520 | 2024-08-02T16:45:02.462Z | Downloaded maplit v1.0.2 |
521 | 2024-08-02T16:45:02.462Z | Downloaded termios v0.3.3 |
522 | 2024-08-02T16:45:02.465Z | Downloaded peg v0.8.4 |
523 | 2024-08-02T16:45:02.468Z | Downloaded paste v1.0.15 |
524 | 2024-08-02T16:45:02.471Z | Downloaded foreign-types v0.5.0 |
525 | 2024-08-02T16:45:02.474Z | Downloaded peg-macros v0.8.4 |
526 | 2024-08-02T16:45:02.474Z | Downloaded omicron-zone-package v0.11.0 |
527 | 2024-08-02T16:45:02.478Z | Downloaded num_cpus v1.16.0 |
528 | 2024-08-02T16:45:02.481Z | Downloaded num-traits v0.2.19 |
529 | 2024-08-02T16:45:02.484Z | Downloaded chacha20 v0.9.1 |
530 | 2024-08-02T16:45:02.487Z | Downloaded difflib v0.4.0 |
531 | 2024-08-02T16:45:02.490Z | Downloaded tokio-macros v2.3.0 |
532 | 2024-08-02T16:45:02.490Z | Downloaded lock_api v0.4.12 |
533 | 2024-08-02T16:45:02.490Z | Downloaded libloading v0.8.3 |
534 | 2024-08-02T16:45:02.493Z | Downloaded kstat-rs v0.2.4 |
535 | 2024-08-02T16:45:02.496Z | Downloaded defmt v0.3.8 |
536 | 2024-08-02T16:45:02.499Z | Downloaded buf-list v1.0.3 |
537 | 2024-08-02T16:45:02.502Z | Downloaded xattr v1.3.1 |
538 | 2024-08-02T16:45:02.502Z | Downloaded enum-as-inner v0.5.1 |
539 | 2024-08-02T16:45:02.505Z | Downloaded dyn-clone v1.0.17 |
540 | 2024-08-02T16:45:02.508Z | Downloaded sqlformat v0.2.4 |
541 | 2024-08-02T16:45:02.511Z | Downloaded structmeta v0.2.0 |
542 | 2024-08-02T16:45:02.511Z | Downloaded strum_macros v0.25.3 |
543 | 2024-08-02T16:45:02.514Z | Downloaded strum_macros v0.24.3 |
544 | 2024-08-02T16:45:02.517Z | Downloaded unicode-linebreak v0.1.5 |
545 | 2024-08-02T16:45:02.517Z | Downloaded futures-sink v0.3.30 |
546 | 2024-08-02T16:45:02.517Z | Downloaded tls_codec_derive v0.4.1 |
547 | 2024-08-02T16:45:02.520Z | Downloaded futures-task v0.3.30 |
548 | 2024-08-02T16:45:02.523Z | Downloaded portpicker v0.1.1 |
549 | 2024-08-02T16:45:02.523Z | Downloaded humantime v2.1.0 |
550 | 2024-08-02T16:45:02.526Z | Downloaded miniz_oxide v0.7.2 |
551 | 2024-08-02T16:45:02.526Z | Downloaded ahash v0.8.11 |
552 | 2024-08-02T16:45:02.528Z | Downloaded hash32 v0.3.1 |
553 | 2024-08-02T16:45:02.531Z | Downloaded percent-encoding v2.3.1 |
554 | 2024-08-02T16:45:02.531Z | Downloaded time-macros v0.2.18 |
555 | 2024-08-02T16:45:02.534Z | Downloaded itertools v0.10.5 |
556 | 2024-08-02T16:45:02.541Z | Downloaded want v0.3.1 |
557 | 2024-08-02T16:45:02.544Z | Downloaded downcast v0.11.0 |
558 | 2024-08-02T16:45:02.544Z | Downloaded csv-core v0.1.11 |
559 | 2024-08-02T16:45:02.548Z | Downloaded ref-cast-impl v1.0.23 |
560 | 2024-08-02T16:45:02.548Z | Downloaded sync_wrapper v0.1.2 |
561 | 2024-08-02T16:45:02.551Z | Downloaded stability v0.2.0 |
562 | 2024-08-02T16:45:02.551Z | Downloaded rustls-pemfile v1.0.4 |
563 | 2024-08-02T16:45:02.554Z | Downloaded tinyvec_macros v0.1.1 |
564 | 2024-08-02T16:45:02.554Z | Downloaded mockall_derive v0.12.1 |
565 | 2024-08-02T16:45:02.557Z | Downloaded der_derive v0.7.2 |
566 | 2024-08-02T16:45:02.561Z | Downloaded serde_urlencoded v0.7.1 |
567 | 2024-08-02T16:45:02.561Z | Downloaded serde_repr v0.1.19 |
568 | 2024-08-02T16:45:02.564Z | Downloaded pem-rfc7468 v0.7.0 |
569 | 2024-08-02T16:45:02.564Z | Downloaded darling v0.20.9 |
570 | 2024-08-02T16:45:02.568Z | Downloaded serde_plain v1.0.2 |
571 | 2024-08-02T16:45:02.571Z | Downloaded tabwriter v1.4.0 |
572 | 2024-08-02T16:45:02.574Z | Downloaded thiserror-impl-no-std v2.0.2 |
573 | 2024-08-02T16:45:02.574Z | Downloaded strum_macros v0.26.4 |
574 | 2024-08-02T16:45:02.578Z | Downloaded static_assertions v1.1.0 |
575 | 2024-08-02T16:45:02.578Z | Downloaded precomputed-hash v0.1.1 |
576 | 2024-08-02T16:45:02.582Z | Downloaded pkcs1 v0.7.5 |
577 | 2024-08-02T16:45:02.582Z | Downloaded der v0.7.9 |
578 | 2024-08-02T16:45:02.586Z | Downloaded tls_codec v0.4.1 |
579 | 2024-08-02T16:45:02.589Z | Downloaded waitgroup v0.1.2 |
580 | 2024-08-02T16:45:02.592Z | Downloaded deranged v0.3.11 |
581 | 2024-08-02T16:45:02.592Z | Downloaded crypto-bigint v0.5.5 |
582 | 2024-08-02T16:45:02.599Z | Downloaded hostname v0.4.0 |
583 | 2024-08-02T16:45:02.603Z | Downloaded rustls-pemfile v2.1.2 |
584 | 2024-08-02T16:45:02.606Z | Downloaded crossbeam-epoch v0.9.18 |
585 | 2024-08-02T16:45:02.606Z | Downloaded scheduled-thread-pool v0.2.7 |
586 | 2024-08-02T16:45:02.609Z | Downloaded curve25519-dalek-derive v0.1.1 |
587 | 2024-08-02T16:45:02.609Z | Downloaded tiny-keccak v2.0.2 |
588 | 2024-08-02T16:45:02.612Z | Downloaded crc32fast v1.4.0 |
589 | 2024-08-02T16:45:02.615Z | Downloaded phf_shared v0.10.0 |
590 | 2024-08-02T16:45:02.615Z | Downloaded predicates-tree v1.0.9 |
591 | 2024-08-02T16:45:02.615Z | Downloaded tower-service v0.3.2 |
592 | 2024-08-02T16:45:02.619Z | Downloaded display-error-chain v0.2.0 |
593 | 2024-08-02T16:45:02.619Z | Downloaded serde_with_macros v3.8.3 |
594 | 2024-08-02T16:45:02.624Z | Downloaded hyper-rustls v0.24.2 |
595 | 2024-08-02T16:45:02.624Z | Downloaded headers-core v0.2.0 |
596 | 2024-08-02T16:45:02.627Z | Downloaded cookie_store v0.20.0 |
597 | 2024-08-02T16:45:02.627Z | Downloaded psl-types v2.0.11 |
598 | 2024-08-02T16:45:02.630Z | Downloaded postgres-protocol v0.6.7 |
599 | 2024-08-02T16:45:02.630Z | Downloaded tokio-native-tls v0.3.1 |
600 | 2024-08-02T16:45:02.634Z | Downloaded scopeguard v1.2.0 |
601 | 2024-08-02T16:45:02.638Z | Downloaded sec1 v0.7.3 |
602 | 2024-08-02T16:45:02.638Z | Downloaded tokio-rustls v0.24.1 |
603 | 2024-08-02T16:45:02.641Z | Downloaded try-lock v0.2.5 |
604 | 2024-08-02T16:45:02.641Z | Downloaded ppv-lite86 v0.2.17 |
605 | 2024-08-02T16:45:02.644Z | Downloaded hyper-tls v0.5.0 |
606 | 2024-08-02T16:45:02.644Z | Downloaded pretty-hex v0.2.1 |
607 | 2024-08-02T16:45:02.644Z | Downloaded spki v0.7.3 |
608 | 2024-08-02T16:45:02.647Z | Downloaded serde-big-array v0.5.1 |
609 | 2024-08-02T16:45:02.650Z | Downloaded whoami v1.5.1 |
610 | 2024-08-02T16:45:02.653Z | Downloaded which v4.4.2 |
611 | 2024-08-02T16:45:02.653Z | Downloaded rustfmt-wrapper v0.2.1 |
612 | 2024-08-02T16:45:02.656Z | Downloaded getrandom v0.2.14 |
613 | 2024-08-02T16:45:02.660Z | Downloaded tungstenite v0.20.1 |
614 | 2024-08-02T16:45:02.663Z | Downloaded sct v0.7.1 |
615 | 2024-08-02T16:45:02.667Z | Downloaded futures-core v0.3.30 |
616 | 2024-08-02T16:45:02.667Z | Downloaded strum v0.26.3 |
617 | 2024-08-02T16:45:02.670Z | Downloaded num-bigint v0.4.5 |
618 | 2024-08-02T16:45:02.673Z | Downloaded fxhash v0.2.1 |
619 | 2024-08-02T16:45:02.676Z | Downloaded spin v0.5.2 |
620 | 2024-08-02T16:45:02.676Z | Downloaded zone_cfg_derive v0.1.2 |
621 | 2024-08-02T16:45:02.679Z | Downloaded half v2.4.1 |
622 | 2024-08-02T16:45:02.682Z | Downloaded topological-sort v0.2.2 |
623 | 2024-08-02T16:45:02.682Z | Downloaded tap v1.0.1 |
624 | 2024-08-02T16:45:02.687Z | Downloaded base64 v0.22.1 |
625 | 2024-08-02T16:45:02.690Z | Downloaded proc-macro-crate v1.3.1 |
626 | 2024-08-02T16:45:02.690Z | Downloaded tui-tree-widget v0.21.0 |
627 | 2024-08-02T16:45:02.693Z | Downloaded slog-bunyan v2.5.0 |
628 | 2024-08-02T16:45:02.693Z | Downloaded zone v0.1.8 |
629 | 2024-08-02T16:45:02.693Z | Downloaded utf-8 v0.7.6 |
630 | 2024-08-02T16:45:02.696Z | Downloaded phf v0.11.2 |
631 | 2024-08-02T16:45:02.696Z | Downloaded ff v0.13.0 |
632 | 2024-08-02T16:45:02.699Z | Downloaded slog-async v2.8.0 |
633 | 2024-08-02T16:45:02.699Z | Downloaded serde-hex v0.1.0 |
634 | 2024-08-02T16:45:02.702Z | Downloaded term v0.7.0 |
635 | 2024-08-02T16:45:02.705Z | Downloaded tempfile v3.10.1 |
636 | 2024-08-02T16:45:02.708Z | Downloaded powerfmt v0.2.0 |
637 | 2024-08-02T16:45:02.711Z | Downloaded predicates v3.1.0 |
638 | 2024-08-02T16:45:02.711Z | Downloaded iana-time-zone v0.1.60 |
639 | 2024-08-02T16:45:02.715Z | Downloaded socket2 v0.5.7 |
640 | 2024-08-02T16:45:02.718Z | Downloaded secrecy v0.8.0 |
641 | 2024-08-02T16:45:02.719Z | Downloaded socket2 v0.4.10 |
642 | 2024-08-02T16:45:02.722Z | Downloaded fatfs v0.3.6 |
643 | 2024-08-02T16:45:02.725Z | Downloaded time-core v0.1.2 |
644 | 2024-08-02T16:45:02.725Z | Downloaded foreign-types-shared v0.3.1 |
645 | 2024-08-02T16:45:02.728Z | Downloaded rand_chacha v0.3.1 |
646 | 2024-08-02T16:45:02.728Z | Downloaded http-body v0.4.6 |
647 | 2024-08-02T16:45:02.731Z | Downloaded structmeta-derive v0.3.0 |
648 | 2024-08-02T16:45:02.731Z | Downloaded structmeta v0.3.0 |
649 | 2024-08-02T16:45:02.734Z | Downloaded ena v0.14.3 |
650 | 2024-08-02T16:45:02.734Z | Downloaded libxml v0.3.3 |
651 | 2024-08-02T16:45:02.739Z | Downloaded structmeta-derive v0.2.0 |
652 | 2024-08-02T16:45:02.743Z | Downloaded serde_path_to_error v0.1.16 |
653 | 2024-08-02T16:45:02.747Z | Downloaded rand_core v0.6.4 |
654 | 2024-08-02T16:45:02.747Z | Downloaded sigpipe v0.1.3 |
655 | 2024-08-02T16:45:02.747Z | Downloaded diesel_table_macro_syntax v0.1.0 |
656 | 2024-08-02T16:45:02.747Z | Downloaded smawk v0.3.2 |
657 | 2024-08-02T16:45:02.750Z | Downloaded tracing-attributes v0.1.27 |
658 | 2024-08-02T16:45:02.758Z | Downloaded phf_shared v0.11.2 |
659 | 2024-08-02T16:45:02.762Z | Downloaded foreign-types-macros v0.2.3 |
660 | 2024-08-02T16:45:02.762Z | Downloaded home v0.5.9 |
661 | 2024-08-02T16:45:02.765Z | Downloaded rand_seeder v0.2.3 |
662 | 2024-08-02T16:45:02.765Z | Downloaded backtrace v0.3.71 |
663 | 2024-08-02T16:45:02.769Z | Downloaded uuid v1.10.0 |
664 | 2024-08-02T16:45:02.772Z | Downloaded postgres-types v0.2.7 |
665 | 2024-08-02T16:45:02.775Z | Downloaded semver v0.1.20 |
666 | 2024-08-02T16:45:02.777Z | Downloaded termtree v0.4.1 |
667 | 2024-08-02T16:45:02.777Z | Downloaded take_mut v0.2.2 |
668 | 2024-08-02T16:45:02.778Z | Downloaded mio v0.8.11 |
669 | 2024-08-02T16:45:02.783Z | Downloaded slog-envlogger v2.2.0 |
670 | 2024-08-02T16:45:02.787Z | Downloaded unicode-truncate v1.0.0 |
671 | 2024-08-02T16:45:02.790Z | Downloaded unicase v2.7.0 |
672 | 2024-08-02T16:45:02.790Z | Downloaded float-ord v0.3.2 |
673 | 2024-08-02T16:45:02.790Z | Downloaded libm v0.2.8 |
674 | 2024-08-02T16:45:02.798Z | Downloaded wyz v0.5.1 |
675 | 2024-08-02T16:45:02.801Z | Downloaded sqlparser_derive v0.2.2 |
676 | 2024-08-02T16:45:02.801Z | Downloaded pem v3.0.4 |
677 | 2024-08-02T16:45:02.804Z | Downloaded tar v0.4.41 |
678 | 2024-08-02T16:45:02.806Z | Downloaded rustls-pki-types v1.7.0 |
679 | 2024-08-02T16:45:02.809Z | Downloaded siphasher v0.3.11 |
680 | 2024-08-02T16:45:02.809Z | Downloaded slog-term v2.9.1 |
681 | 2024-08-02T16:45:02.812Z | Downloaded slog v2.7.0 |
682 | 2024-08-02T16:45:02.815Z | Downloaded dirs-sys-next v0.1.2 |
683 | 2024-08-02T16:45:02.815Z | Downloaded nom v7.1.3 |
684 | 2024-08-02T16:45:02.821Z | Downloaded subtle v2.5.0 |
685 | 2024-08-02T16:45:02.824Z | Downloaded serde_derive_internals v0.29.1 |
686 | 2024-08-02T16:45:02.827Z | Downloaded derive_builder v0.20.0 |
687 | 2024-08-02T16:45:02.830Z | Downloaded toml_edit v0.19.15 |
688 | 2024-08-02T16:45:02.846Z | Downloaded num-bigint-dig v0.8.4 |
689 | 2024-08-02T16:45:02.850Z | Downloaded zeroize_derive v1.4.2 |
690 | 2024-08-02T16:45:02.853Z | Downloaded vte_generate_state_changes v0.1.1 |
691 | 2024-08-02T16:45:02.853Z | Downloaded float-cmp v0.9.0 |
692 | 2024-08-02T16:45:02.853Z | Downloaded supports-color v3.0.0 |
693 | 2024-08-02T16:45:02.856Z | Downloaded string_cache v0.8.7 |
694 | 2024-08-02T16:45:02.856Z | Downloaded sha1 v0.10.6 |
695 | 2024-08-02T16:45:02.859Z | Downloaded fragile v2.0.0 |
696 | 2024-08-02T16:45:02.859Z | Downloaded tokio-rustls v0.25.0 |
697 | 2024-08-02T16:45:02.862Z | Downloaded schemars v0.8.21 |
698 | 2024-08-02T16:45:02.873Z | Downloaded hubpack_derive v0.1.1 |
699 | 2024-08-02T16:45:02.875Z | Downloaded rpassword v7.3.1 |
700 | 2024-08-02T16:45:02.875Z | Downloaded serde_arrays v0.1.0 |
701 | 2024-08-02T16:45:02.878Z | Downloaded tokio-tungstenite v0.21.0 |
702 | 2024-08-02T16:45:02.878Z | Downloaded tokio-tungstenite v0.20.1 |
703 | 2024-08-02T16:45:02.882Z | Downloaded tokio-stream v0.1.15 |
704 | 2024-08-02T16:45:02.884Z | Downloaded hmac v0.12.1 |
705 | 2024-08-02T16:45:02.887Z | Downloaded heapless v0.7.17 |
706 | 2024-08-02T16:45:02.890Z | Downloaded unicode-normalization v0.1.23 |
707 | 2024-08-02T16:45:02.893Z | Downloaded tracing-core v0.1.32 |
708 | 2024-08-02T16:45:02.896Z | Downloaded either v1.12.0 |
709 | 2024-08-02T16:45:02.899Z | Downloaded rand_xorshift v0.3.0 |
710 | 2024-08-02T16:45:02.899Z | Downloaded signal-hook-mio v0.2.3 |
711 | 2024-08-02T16:45:02.902Z | Downloaded shlex v1.3.0 |
712 | 2024-08-02T16:45:02.902Z | Downloaded quick-error v1.2.3 |
713 | 2024-08-02T16:45:02.905Z | Downloaded httparse v1.8.0 |
714 | 2024-08-02T16:45:02.905Z | Downloaded zip v0.6.6 |
715 | 2024-08-02T16:45:02.909Z | Downloaded futures-io v0.3.30 |
716 | 2024-08-02T16:45:02.912Z | Downloaded rtoolbox v0.0.2 |
717 | 2024-08-02T16:45:02.912Z | Downloaded hubpack v0.1.2 |
718 | 2024-08-02T16:45:02.915Z | Downloaded pin-utils v0.1.0 |
719 | 2024-08-02T16:45:02.915Z | Downloaded indicatif v0.17.8 |
720 | 2024-08-02T16:45:02.918Z | Downloaded indexmap v1.9.3 |
721 | 2024-08-02T16:45:02.921Z | Downloaded indent_write v2.2.0 |
722 | 2024-08-02T16:45:02.924Z | Downloaded pkg-config v0.3.30 |
723 | 2024-08-02T16:45:02.924Z | Downloaded poly1305 v0.8.0 |
724 | 2024-08-02T16:45:02.927Z | Downloaded zerocopy v0.6.6 |
725 | 2024-08-02T16:45:02.931Z | Downloaded signal-hook v0.3.17 |
726 | 2024-08-02T16:45:02.934Z | Downloaded toml v0.7.8 |
727 | 2024-08-02T16:45:02.937Z | Downloaded httpdate v1.0.3 |
728 | 2024-08-02T16:45:02.937Z | Downloaded rusty-fork v0.3.0 |
729 | 2024-08-02T16:45:02.940Z | Downloaded highway v1.1.0 |
730 | 2024-08-02T16:45:02.940Z | Downloaded group v0.13.0 |
731 | 2024-08-02T16:45:02.943Z | Downloaded itertools v0.13.0 |
732 | 2024-08-02T16:45:02.948Z | Downloaded futures-executor v0.3.30 |
733 | 2024-08-02T16:45:02.951Z | Downloaded derive_builder_core v0.20.0 |
734 | 2024-08-02T16:45:02.954Z | Downloaded uzers v0.11.3 |
735 | 2024-08-02T16:45:02.955Z | Downloaded untrusted v0.9.0 |
736 | 2024-08-02T16:45:02.957Z | Downloaded untrusted v0.7.1 |
737 | 2024-08-02T16:45:02.957Z | Downloaded universal-hash v0.5.1 |
738 | 2024-08-02T16:45:02.957Z | Downloaded unicode-xid v0.2.4 |
739 | 2024-08-02T16:45:02.960Z | Downloaded samael v0.0.15 |
740 | 2024-08-02T16:45:02.964Z | Downloaded thread_local v1.1.8 |
741 | 2024-08-02T16:45:02.967Z | Downloaded dirs-next v2.0.0 |
742 | 2024-08-02T16:45:02.967Z | Downloaded rustc-hash v1.1.0 |
743 | 2024-08-02T16:45:02.970Z | Downloaded unarray v0.1.4 |
744 | 2024-08-02T16:45:02.970Z | Downloaded signal-hook-registry v1.4.2 |
745 | 2024-08-02T16:45:02.973Z | Downloaded expectorate v1.1.0 |
746 | 2024-08-02T16:45:02.973Z | Downloaded rand v0.8.5 |
747 | 2024-08-02T16:45:02.976Z | Downloaded futures v0.3.30 |
748 | 2024-08-02T16:45:02.981Z | Downloaded rustversion v1.0.17 |
749 | 2024-08-02T16:45:02.984Z | Downloaded derive_more v0.99.18 |
750 | 2024-08-02T16:45:02.988Z | Downloaded thiserror-no-std v2.0.2 |
751 | 2024-08-02T16:45:02.992Z | Downloaded toml v0.5.11 |
752 | 2024-08-02T16:45:02.995Z | Downloaded trust-dns-server v0.22.1 |
753 | 2024-08-02T16:45:03.000Z | Downloaded subprocess v0.2.9 |
754 | 2024-08-02T16:45:03.003Z | Downloaded url v2.5.2 |
755 | 2024-08-02T16:45:03.006Z | Downloaded textwrap v0.16.1 |
756 | 2024-08-02T16:45:03.009Z | Downloaded pin-project-lite v0.2.14 |
757 | 2024-08-02T16:45:03.013Z | Downloaded ron v0.8.1 |
758 | 2024-08-02T16:45:03.019Z | Downloaded tracing v0.1.40 |
759 | 2024-08-02T16:45:03.024Z | Downloaded flate2 v1.0.30 |
760 | 2024-08-02T16:45:03.028Z | Downloaded pkcs8 v0.10.2 |
761 | 2024-08-02T16:45:03.031Z | Downloaded rcgen v0.12.1 |
762 | 2024-08-02T16:45:03.034Z | Downloaded serde_yaml v0.9.34+deprecated |
763 | 2024-08-02T16:45:03.037Z | Downloaded quick-xml v0.31.0 |
764 | 2024-08-02T16:45:03.043Z | Downloaded rayon-core v1.12.1 |
765 | 2024-08-02T16:45:03.047Z | Downloaded trust-dns-client v0.22.0 |
766 | 2024-08-02T16:45:03.053Z | Downloaded flume v0.11.0 |
767 | 2024-08-02T16:45:03.056Z | Downloaded lalrpop v0.19.12 |
768 | 2024-08-02T16:45:03.068Z | Downloaded elliptic-curve v0.13.8 |
769 | 2024-08-02T16:45:03.071Z | Downloaded rsa v0.9.6 |
770 | 2024-08-02T16:45:03.076Z | Downloaded globset v0.4.14 |
771 | 2024-08-02T16:45:03.079Z | Downloaded headers v0.3.9 |
772 | 2024-08-02T16:45:03.083Z | Downloaded typed-path v0.7.1 |
773 | 2024-08-02T16:45:03.089Z | Downloaded x509-cert v0.2.5 |
774 | 2024-08-02T16:45:03.095Z | Downloaded regex-automata v0.1.10 |
775 | 2024-08-02T16:45:03.101Z | Downloaded tokio-util v0.7.11 |
776 | 2024-08-02T16:45:03.107Z | Downloaded tungstenite v0.21.0 |
777 | 2024-08-02T16:45:03.110Z | Downloaded blake3 v1.5.1 |
778 | 2024-08-02T16:45:03.118Z | Downloaded steno v0.4.1 |
779 | 2024-08-02T16:45:03.122Z | Downloaded futures-util v0.3.30 |
780 | 2024-08-02T16:45:03.134Z | Downloaded hashbrown v0.13.2 |
781 | 2024-08-02T16:45:03.138Z | Downloaded unicode_categories v0.1.1 |
782 | 2024-08-02T16:45:03.141Z | Downloaded hkdf v0.12.4 |
783 | 2024-08-02T16:45:03.144Z | Downloaded tough v0.17.1 |
784 | 2024-08-02T16:45:03.150Z | Downloaded http v1.1.0 |
785 | 2024-08-02T16:45:03.154Z | Downloaded object v0.32.2 |
786 | 2024-08-02T16:45:03.165Z | Downloaded publicsuffix v2.2.3 |
787 | 2024-08-02T16:45:03.168Z | Downloaded reqwest v0.11.27 |
788 | 2024-08-02T16:45:03.176Z | Downloaded rustyline v14.0.0 |
789 | 2024-08-02T16:45:03.181Z | Downloaded time v0.3.36 |
790 | 2024-08-02T16:45:03.188Z | Downloaded proptest v1.4.0 |
791 | 2024-08-02T16:45:03.198Z | Downloaded rayon v1.10.0 |
792 | 2024-08-02T16:45:03.206Z | Downloaded chrono v0.4.38 |
793 | 2024-08-02T16:45:03.214Z | Downloaded bitvec v1.0.1 |
794 | 2024-08-02T16:45:03.229Z | Downloaded bindgen v0.69.4 |
795 | 2024-08-02T16:45:03.236Z | Downloaded idna v0.3.0 |
796 | 2024-08-02T16:45:03.243Z | Downloaded rustls v0.21.12 |
797 | 2024-08-02T16:45:03.254Z | Downloaded regex-syntax v0.6.29 |
798 | 2024-08-02T16:45:03.261Z | Downloaded openapiv3 v2.0.0 |
799 | 2024-08-02T16:45:03.274Z | Downloaded winnow v0.5.40 |
800 | 2024-08-02T16:45:03.283Z | Downloaded rustls-webpki v0.101.7 |
801 | 2024-08-02T16:45:03.298Z | Downloaded smoltcp v0.11.0 |
802 | 2024-08-02T16:45:03.311Z | Downloaded rustls-webpki v0.102.4 |
803 | 2024-08-02T16:45:03.330Z | Downloaded trust-dns-proto v0.22.0 |
804 | 2024-08-02T16:45:03.343Z | Downloaded rustls v0.22.4 |
805 | 2024-08-02T16:45:03.356Z | Downloaded idna v0.5.0 |
806 | 2024-08-02T16:45:03.363Z | Downloaded radix_trie v0.2.1 |
807 | 2024-08-02T16:45:03.369Z | Downloaded bstr v1.9.1 |
808 | 2024-08-02T16:45:03.381Z | Downloaded ratatui v0.27.0 |
809 | 2024-08-02T16:45:03.400Z | Downloaded polar-core v0.27.3 |
810 | 2024-08-02T16:45:03.409Z | Downloaded regress v0.9.1 |
811 | 2024-08-02T16:45:03.418Z | Downloaded curve25519-dalek v4.1.3 |
812 | 2024-08-02T16:45:03.427Z | Downloaded diesel v2.1.6 |
813 | 2024-08-02T16:45:03.446Z | Downloaded tokio v1.38.1 |
814 | 2024-08-02T16:45:03.483Z | Downloaded bstr v0.2.17 |
815 | 2024-08-02T16:45:03.493Z | Downloaded regex-syntax v0.8.3 |
816 | 2024-08-02T16:45:03.501Z | Downloaded idna v0.2.3 |
817 | 2024-08-02T16:45:03.508Z | Downloaded sha3 v0.10.8 |
818 | 2024-08-02T16:45:03.513Z | Downloaded zerocopy-derive v0.6.6 |
819 | 2024-08-02T16:45:03.524Z | Downloaded sled v0.34.7 |
820 | 2024-08-02T16:45:03.534Z | Downloaded regex-automata v0.4.6 |
821 | 2024-08-02T16:45:03.552Z | Downloaded finl_unicode v1.2.0 |
822 | 2024-08-02T16:45:03.565Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
823 | 2024-08-02T16:45:03.581Z | Downloaded petgraph v0.6.5 |
824 | 2024-08-02T16:45:03.604Z | Downloaded csv v1.3.0 |
825 | 2024-08-02T16:45:03.628Z | Downloaded encoding_rs v0.8.34 |
826 | 2024-08-02T16:45:03.650Z | Downloaded gimli v0.28.1 |
827 | 2024-08-02T16:45:03.658Z | Downloaded webpki-roots v0.25.4 |
828 | 2024-08-02T16:45:03.661Z | Downloaded regex v1.10.5 |
829 | 2024-08-02T16:45:03.673Z | Downloaded vcpkg v0.2.15 |
830 | 2024-08-02T16:45:03.710Z | Downloaded openssl v0.10.66 |
831 | 2024-08-02T16:45:03.719Z | Downloaded nix v0.28.0 |
832 | 2024-08-02T16:45:03.730Z | Downloaded object v0.30.4 |
833 | 2024-08-02T16:45:03.740Z | Downloaded h2 v0.3.26 |
834 | 2024-08-02T16:45:03.746Z | Downloaded nix v0.27.1 |
835 | 2024-08-02T16:45:03.757Z | Downloaded http v0.2.12 |
836 | 2024-08-02T16:45:03.761Z | Downloaded reedline v0.31.0 |
837 | 2024-08-02T16:45:03.769Z | Downloaded sqlparser v0.45.0 |
838 | 2024-08-02T16:45:03.773Z | Downloaded smoltcp v0.9.1 |
839 | 2024-08-02T16:45:03.784Z | Downloaded portable-atomic v1.6.0 |
840 | 2024-08-02T16:45:03.790Z | Downloaded hyper v0.14.28 |
841 | 2024-08-02T16:45:03.798Z | Downloaded aho-corasick v1.1.3 |
842 | 2024-08-02T16:45:03.804Z | Downloaded ron v0.7.1 |
843 | 2024-08-02T16:45:03.808Z | Downloaded serde_with v3.8.3 |
844 | 2024-08-02T16:45:03.816Z | Downloaded test-strategy v0.3.1 |
845 | 2024-08-02T16:45:03.819Z | Downloaded diff v0.1.13 |
846 | 2024-08-02T16:45:03.822Z | Downloaded trust-dns-resolver v0.22.0 |
847 | 2024-08-02T16:45:03.826Z | Downloaded snafu v0.8.2 |
848 | 2024-08-02T16:45:03.831Z | Downloaded pin-project v1.1.5 |
849 | 2024-08-02T16:45:03.842Z | Downloaded heapless v0.8.0 |
850 | 2024-08-02T16:45:03.846Z | Downloaded crossterm v0.27.0 |
851 | 2024-08-02T16:45:03.852Z | Downloaded funty v2.0.0 |
852 | 2024-08-02T16:45:03.855Z | Downloaded prettyplease v0.2.20 |
853 | 2024-08-02T16:45:03.858Z | Downloaded zeroize v1.7.0 |
854 | 2024-08-02T16:45:03.858Z | Downloaded diesel_derives v2.1.4 |
855 | 2024-08-02T16:45:03.862Z | Downloaded tokio-postgres v0.7.11 |
856 | 2024-08-02T16:45:03.867Z | Downloaded crossbeam-channel v0.5.12 |
857 | 2024-08-02T16:45:03.871Z | Downloaded pin-project-internal v1.1.5 |
858 | 2024-08-02T16:45:03.874Z | Downloaded smf v0.2.3 |
859 | 2024-08-02T16:45:03.874Z | Downloaded itertools v0.12.1 |
860 | 2024-08-02T16:45:03.880Z | Downloaded foreign-types-shared v0.1.1 |
861 | 2024-08-02T16:45:03.883Z | Downloaded embedded-io v0.4.0 |
862 | 2024-08-02T16:45:03.883Z | Downloaded hashbrown v0.12.3 |
863 | 2024-08-02T16:45:03.886Z | Downloaded unicode-segmentation v1.11.0 |
864 | 2024-08-02T16:45:03.890Z | Downloaded minimal-lexical v0.2.1 |
865 | 2024-08-02T16:45:03.894Z | Downloaded form_urlencoded v1.2.1 |
866 | 2024-08-02T16:45:03.897Z | Downloaded smallvec v0.6.14 |
867 | 2024-08-02T16:45:03.897Z | Downloaded signature v2.2.0 |
868 | 2024-08-02T16:45:03.900Z | Downloaded rustc_version v0.1.7 |
869 | 2024-08-02T16:45:03.900Z | Downloaded resolv-conf v0.7.0 |
870 | 2024-08-02T16:45:03.900Z | Downloaded env_logger v0.10.2 |
871 | 2024-08-02T16:45:03.903Z | Downloaded env_logger v0.9.3 |
872 | 2024-08-02T16:45:03.906Z | Downloaded flagset v0.4.5 |
873 | 2024-08-02T16:45:03.906Z | Downloaded postcard v1.0.8 |
874 | 2024-08-02T16:45:03.909Z | Downloaded const_format v0.2.32 |
875 | 2024-08-02T16:45:03.913Z | Downloaded spin v0.9.8 |
876 | 2024-08-02T16:45:03.916Z | Downloaded snafu-derive v0.8.2 |
877 | 2024-08-02T16:45:03.919Z | Downloaded smallvec v1.13.2 |
878 | 2024-08-02T16:45:03.919Z | Downloaded similar v2.5.0 |
879 | 2024-08-02T16:45:03.923Z | Downloaded unsafe-libyaml v0.2.11 |
880 | 2024-08-02T16:45:03.926Z | Downloaded unicode-bidi v0.3.15 |
881 | 2024-08-02T16:45:03.929Z | Downloaded tinyvec v1.6.0 |
882 | 2024-08-02T16:45:03.932Z | Downloaded strip-ansi-escapes v0.2.0 |
883 | 2024-08-02T16:45:03.935Z | Downloaded stringprep v0.1.4 |
884 | 2024-08-02T16:45:03.935Z | Downloaded futures-macro v0.3.30 |
885 | 2024-08-02T16:45:03.935Z | Downloaded derive-where v1.2.7 |
886 | 2024-08-02T16:45:03.938Z | Downloaded vte v0.11.1 |
887 | 2024-08-02T16:45:03.941Z | Downloaded rustc_version v0.4.0 |
888 | 2024-08-02T16:45:03.944Z | Downloaded fallible-iterator v0.2.0 |
889 | 2024-08-02T16:45:03.944Z | Downloaded oso v0.27.3 |
890 | 2024-08-02T16:45:03.946Z | Downloaded hex v0.4.3 |
891 | 2024-08-02T16:45:03.949Z | Downloaded heck v0.3.3 |
892 | 2024-08-02T16:45:03.949Z | Downloaded glob v0.3.1 |
893 | 2024-08-02T16:45:03.952Z | Downloaded filetime v0.2.23 |
894 | 2024-08-02T16:45:03.952Z | Downloaded compact_str v0.7.1 |
895 | 2024-08-02T16:45:03.955Z | Downloaded rustc-demangle v0.1.24 |
896 | 2024-08-02T16:45:03.958Z | Downloaded wait-timeout v0.2.0 |
897 | 2024-08-02T16:45:03.959Z | Downloaded hyper-staticfile v0.9.5 |
898 | 2024-08-02T16:45:03.964Z | Downloaded schemars_derive v0.8.21 |
899 | 2024-08-02T16:45:03.964Z | Downloaded crc-any v2.5.0 |
900 | 2024-08-02T16:45:03.965Z | Downloaded base64 v0.13.1 |
901 | 2024-08-02T16:45:03.968Z | Downloaded allocator-api2 v0.2.18 |
902 | 2024-08-02T16:45:03.972Z | Downloaded predicates-core v1.0.6 |
903 | 2024-08-02T16:45:03.972Z | Downloaded slog-scope v4.4.0 |
904 | 2024-08-02T16:45:03.972Z | Downloaded erased-serde v0.3.31 |
905 | 2024-08-02T16:45:03.975Z | Downloaded walkdir v2.5.0 |
906 | 2024-08-02T16:45:03.975Z | Downloaded cc v1.0.97 |
907 | 2024-08-02T16:45:03.978Z | Downloaded bzip2 v0.4.4 |
908 | 2024-08-02T16:45:03.982Z | Downloaded hostname v0.3.1 |
909 | 2024-08-02T16:45:03.983Z | Downloaded getopts v0.2.21 |
910 | 2024-08-02T16:45:03.983Z | Downloaded gethostname v0.4.3 |
911 | 2024-08-02T16:45:03.986Z | Downloaded fd-lock v4.0.2 |
912 | 2024-08-02T16:45:03.986Z | Downloaded fastrand v2.1.0 |
913 | 2024-08-02T16:45:03.988Z | Downloaded ring v0.17.8 |
914 | 2024-08-02T16:45:04.054Z | Downloaded slog-json v2.6.1 |
915 | 2024-08-02T16:45:04.057Z | Downloaded same-file v1.0.6 |
916 | 2024-08-02T16:45:04.057Z | Downloaded darling_core v0.20.9 |
917 | 2024-08-02T16:45:04.062Z | Downloaded ident_case v1.0.1 |
918 | 2024-08-02T16:45:04.065Z | Downloaded vsss-rs v3.3.4 |
919 | 2024-08-02T16:45:04.068Z | Downloaded stable_deref_trait v1.2.0 |
920 | 2024-08-02T16:45:04.068Z | Downloaded parking_lot v0.12.2 |
921 | 2024-08-02T16:45:04.071Z | Downloaded yasna v0.5.2 |
922 | 2024-08-02T16:45:04.071Z | Downloaded http-range v0.1.5 |
923 | 2024-08-02T16:45:04.074Z | Downloaded futures-channel v0.3.30 |
924 | 2024-08-02T16:45:04.074Z | Downloaded fixedbitset v0.4.2 |
925 | 2024-08-02T16:45:04.077Z | Downloaded base64 v0.21.7 |
926 | 2024-08-02T16:45:04.079Z | Downloaded ref-cast v1.0.23 |
927 | 2024-08-02T16:45:04.082Z | Downloaded radium v0.7.0 |
928 | 2024-08-02T16:45:04.082Z | Downloaded cookie v0.17.0 |
929 | 2024-08-02T16:45:04.085Z | Downloaded cancel-safe-futures v0.1.5 |
930 | 2024-08-02T16:45:04.088Z | Downloaded r2d2 v0.8.10 |
931 | 2024-08-02T16:45:04.091Z | Downloaded chacha20poly1305 v0.10.1 |
932 | 2024-08-02T16:45:04.091Z | Downloaded bytes v1.6.0 |
933 | 2024-08-02T16:45:04.094Z | Downloaded blake2 v0.10.6 |
934 | 2024-08-02T16:45:04.097Z | Downloaded ring v0.16.20 |
935 | 2024-08-02T16:45:04.178Z | Downloaded arc-swap v1.7.1 |
936 | 2024-08-02T16:45:04.181Z | Downloaded hash32 v0.2.1 |
937 | 2024-08-02T16:45:04.184Z | Downloaded num-rational v0.4.2 |
938 | 2024-08-02T16:45:04.184Z | Downloaded termcolor v1.4.1 |
939 | 2024-08-02T16:45:04.187Z | Downloaded openssl-sys v0.9.103 |
940 | 2024-08-02T16:45:04.190Z | Downloaded password-hash v0.5.0 |
941 | 2024-08-02T16:45:04.193Z | Downloaded parking_lot_core v0.9.10 |
942 | 2024-08-02T16:45:04.196Z | Downloaded num v0.4.3 |
943 | 2024-08-02T16:45:04.196Z | Downloaded memmap2 v0.9.4 |
944 | 2024-08-02T16:45:04.199Z | Downloaded bitfield-struct v0.6.1 |
945 | 2024-08-02T16:45:04.199Z | Downloaded async-trait v0.1.81 |
946 | 2024-08-02T16:45:04.201Z | Downloaded ascii v1.1.0 |
947 | 2024-08-02T16:45:04.201Z | Downloaded argon2 v0.5.3 |
948 | 2024-08-02T16:45:04.204Z | Downloaded slog-dtrace v0.3.0 |
949 | 2024-08-02T16:45:04.204Z | Downloaded slab v0.4.9 |
950 | 2024-08-02T16:45:04.207Z | Downloaded impl-trait-for-tuples v0.2.2 |
951 | 2024-08-02T16:45:04.210Z | Downloaded defmt-parser v0.3.4 |
952 | 2024-08-02T16:45:04.210Z | Downloaded cexpr v0.6.0 |
953 | 2024-08-02T16:45:04.210Z | Downloaded num-integer v0.1.46 |
954 | 2024-08-02T16:45:04.213Z | Downloaded data-encoding v2.6.0 |
955 | 2024-08-02T16:45:04.213Z | Downloaded ciborium-ll v0.2.2 |
956 | 2024-08-02T16:45:04.217Z | Downloaded constant_time_eq v0.3.0 |
957 | 2024-08-02T16:45:04.217Z | Downloaded cobs v0.2.3 |
958 | 2024-08-02T16:45:04.217Z | Downloaded block-padding v0.3.3 |
959 | 2024-08-02T16:45:04.217Z | Downloaded foreign-types v0.3.2 |
960 | 2024-08-02T16:45:04.221Z | Downloaded crossbeam-utils v0.8.19 |
961 | 2024-08-02T16:45:04.221Z | Downloaded cookie v0.18.1 |
962 | 2024-08-02T16:45:04.224Z | Downloaded const-oid v0.9.6 |
963 | 2024-08-02T16:45:04.224Z | Downloaded clang-sys v1.7.0 |
964 | 2024-08-02T16:45:04.227Z | Downloaded num_enum v0.5.11 |
965 | 2024-08-02T16:45:04.230Z | Downloaded parse-display-derive v0.9.1 |
966 | 2024-08-02T16:45:04.234Z | Downloaded packed_struct_codegen v0.10.1 |
967 | 2024-08-02T16:45:04.234Z | Downloaded libsw v3.3.1 |
968 | 2024-08-02T16:45:04.238Z | Downloaded colored v2.1.0 |
969 | 2024-08-02T16:45:04.238Z | Downloaded castaway v0.2.2 |
970 | 2024-08-02T16:45:04.238Z | Downloaded lalrpop-util v0.19.12 |
971 | 2024-08-02T16:45:04.238Z | Downloaded parking_lot v0.11.2 |
972 | 2024-08-02T16:45:04.241Z | Downloaded packed_struct v0.10.1 |
973 | 2024-08-02T16:45:04.244Z | Downloaded lazycell v1.3.0 |
974 | 2024-08-02T16:45:04.244Z | Downloaded bit-vec v0.6.3 |
975 | 2024-08-02T16:45:04.244Z | Downloaded atomic-waker v1.1.2 |
976 | 2024-08-02T16:45:04.247Z | Downloaded adler v1.0.2 |
977 | 2024-08-02T16:45:04.247Z | Downloaded arrayvec v0.7.4 |
978 | 2024-08-02T16:45:04.250Z | Downloaded num_threads v0.1.7 |
979 | 2024-08-02T16:45:04.250Z | Downloaded native-tls v0.2.11 |
980 | 2024-08-02T16:45:04.253Z | Downloaded multer v3.1.0 |
981 | 2024-08-02T16:45:04.253Z | Downloaded lazy_static v1.5.0 |
982 | 2024-08-02T16:45:04.256Z | Downloaded base64ct v1.6.0 |
983 | 2024-08-02T16:45:04.258Z | Downloaded keccak v0.1.5 |
984 | 2024-08-02T16:45:04.258Z | Downloaded nanorand v0.7.0 |
985 | 2024-08-02T16:45:04.261Z | Downloaded md-5 v0.10.6 |
986 | 2024-08-02T16:45:04.261Z | Downloaded defmt-macros v0.3.9 |
987 | 2024-08-02T16:45:04.264Z | Downloaded backoff v0.4.0 |
988 | 2024-08-02T16:45:04.267Z | Downloaded cipher v0.4.4 |
989 | 2024-08-02T16:45:04.267Z | Downloaded const_format_proc_macros v0.2.32 |
990 | 2024-08-02T16:45:04.270Z | Downloaded opaque-debug v0.3.1 |
991 | 2024-08-02T16:45:04.270Z | Downloaded bitfield v0.14.0 |
992 | 2024-08-02T16:45:04.270Z | Downloaded bit-set v0.5.3 |
993 | 2024-08-02T16:45:04.273Z | Downloaded async-stream v0.3.5 |
994 | 2024-08-02T16:45:04.363Z | Compiling cfg-if v1.0.0 |
995 | 2024-08-02T16:45:04.363Z | Compiling serde v1.0.204 |
996 | 2024-08-02T16:45:04.365Z | Compiling scopeguard v1.2.0 |
997 | 2024-08-02T16:45:04.366Z | Compiling lock_api v0.4.12 |
998 | 2024-08-02T16:45:04.366Z | Compiling log v0.4.21 |
999 | 2024-08-02T16:45:04.505Z | Compiling syn v2.0.72 |
1000 | 2024-08-02T16:45:04.508Z | Compiling cc v1.0.97 |
1001 | 2024-08-02T16:45:04.508Z | Compiling parking_lot_core v0.9.10 |
1002 | 2024-08-02T16:45:04.575Z | Compiling getrandom v0.2.14 |
1003 | 2024-08-02T16:45:04.617Z | Compiling smallvec v1.13.2 |
1004 | 2024-08-02T16:45:04.936Z | Compiling rand_core v0.6.4 |
1005 | 2024-08-02T16:45:04.997Z | Compiling typenum v1.17.0 |
1006 | 2024-08-02T16:45:05.033Z | Compiling generic-array v0.14.7 |
1007 | 2024-08-02T16:45:05.054Z | Compiling pin-project-lite v0.2.14 |
1008 | 2024-08-02T16:45:05.188Z | Compiling signal-hook-registry v1.4.2 |
1009 | 2024-08-02T16:45:05.359Z | Compiling mio v0.8.11 |
1010 | 2024-08-02T16:45:05.433Z | Compiling spin v0.9.8 |
1011 | 2024-08-02T16:45:05.454Z | Compiling libm v0.2.8 |
1012 | 2024-08-02T16:45:05.768Z | Compiling serde_json v1.0.120 |
1013 | 2024-08-02T16:45:05.819Z | Compiling ahash v0.8.11 |
1014 | 2024-08-02T16:45:05.943Z | Compiling num-traits v0.2.19 |
1015 | 2024-08-02T16:45:06.060Z | Compiling futures-core v0.3.30 |
1016 | 2024-08-02T16:45:06.096Z | Compiling tinyvec_macros v0.1.1 |
1017 | 2024-08-02T16:45:06.181Z | Compiling tinyvec v1.6.0 |
1018 | 2024-08-02T16:45:06.392Z | Compiling num_cpus v1.16.0 |
1019 | 2024-08-02T16:45:06.506Z | Compiling socket2 v0.5.7 |
1020 | 2024-08-02T16:45:06.522Z | Compiling const-oid v0.9.6 |
1021 | 2024-08-02T16:45:07.373Z | Compiling subtle v2.5.0 |
1022 | 2024-08-02T16:45:07.568Z | Compiling unicode-normalization v0.1.23 |
1023 | 2024-08-02T16:45:07.585Z | Compiling slab v0.4.9 |
1024 | 2024-08-02T16:45:07.678Z | Compiling allocator-api2 v0.2.18 |
1025 | 2024-08-02T16:45:07.798Z | Compiling futures-sink v0.3.30 |
1026 | 2024-08-02T16:45:07.838Z | Compiling unicode-bidi v0.3.15 |
1027 | 2024-08-02T16:45:08.205Z | Compiling futures-channel v0.3.30 |
1028 | 2024-08-02T16:45:08.328Z | Compiling pkg-config v0.3.30 |
1029 | 2024-08-02T16:45:08.344Z | Compiling futures-task v0.3.30 |
1030 | 2024-08-02T16:45:08.595Z | Compiling vcpkg v0.2.15 |
1031 | 2024-08-02T16:45:08.672Z | Compiling futures-io v0.3.30 |
1032 | 2024-08-02T16:45:08.688Z | Compiling pin-utils v0.1.0 |
1033 | 2024-08-02T16:45:08.775Z | Compiling ring v0.17.8 |
1034 | 2024-08-02T16:45:08.985Z | Compiling percent-encoding v2.3.1 |
1035 | 2024-08-02T16:45:09.342Z | Compiling ppv-lite86 v0.2.17 |
1036 | 2024-08-02T16:45:09.392Z | Compiling tracing-core v0.1.32 |
1037 | 2024-08-02T16:45:09.409Z | Compiling syn v1.0.109 |
1038 | 2024-08-02T16:45:09.950Z | Compiling num-conv v0.1.0 |
1039 | 2024-08-02T16:45:09.963Z | Compiling powerfmt v0.2.0 |
1040 | 2024-08-02T16:45:10.090Z | Compiling rand_chacha v0.3.1 |
1041 | 2024-08-02T16:45:10.174Z | Compiling time-core v0.1.2 |
1042 | 2024-08-02T16:45:10.286Z | Compiling rustix v0.38.34 |
1043 | 2024-08-02T16:45:10.328Z | Compiling untrusted v0.9.0 |
1044 | 2024-08-02T16:45:10.479Z | Compiling rand v0.8.5 |
1045 | 2024-08-02T16:45:10.697Z | Compiling time-macros v0.2.18 |
1046 | 2024-08-02T16:45:10.717Z | Compiling openssl-sys v0.9.103 |
1047 | 2024-08-02T16:45:10.991Z | Compiling deranged v0.3.11 |
1048 | 2024-08-02T16:45:12.051Z | Compiling num_threads v0.1.7 |
1049 | 2024-08-02T16:45:12.164Z | Compiling foreign-types-shared v0.1.1 |
1050 | 2024-08-02T16:45:12.164Z | Compiling iana-time-zone v0.1.60 |
1051 | 2024-08-02T16:45:12.262Z | Compiling rustversion v1.0.17 |
1052 | 2024-08-02T16:45:12.562Z | Compiling base64ct v1.6.0 |
1053 | 2024-08-02T16:45:12.726Z | Compiling openssl v0.10.66 |
1054 | 2024-08-02T16:45:12.823Z | Compiling httparse v1.8.0 |
1055 | 2024-08-02T16:45:13.031Z | Compiling pem-rfc7468 v0.7.0 |
1056 | 2024-08-02T16:45:13.092Z | Compiling foreign-types v0.3.2 |
1057 | 2024-08-02T16:45:13.173Z | Compiling form_urlencoded v1.2.1 |
1058 | 2024-08-02T16:45:13.402Z | Compiling rustls v0.21.12 |
1059 | 2024-08-02T16:45:13.593Z | Compiling time v0.3.36 |
1060 | 2024-08-02T16:45:13.626Z | Compiling try-lock v0.2.5 |
1061 | 2024-08-02T16:45:13.706Z | Compiling siphasher v0.3.11 |
1062 | 2024-08-02T16:45:13.739Z | Compiling native-tls v0.2.11 |
1063 | 2024-08-02T16:45:14.023Z | Compiling flagset v0.4.5 |
1064 | 2024-08-02T16:45:14.046Z | Compiling crossbeam-utils v0.8.19 |
1065 | 2024-08-02T16:45:14.236Z | Compiling want v0.3.1 |
1066 | 2024-08-02T16:45:14.702Z | Compiling serde_derive_internals v0.29.1 |
1067 | 2024-08-02T16:45:15.174Z | Compiling idna v0.5.0 |
1068 | 2024-08-02T16:45:15.983Z | Compiling lazy_static v1.5.0 |
1069 | 2024-08-02T16:45:16.093Z | Compiling socket2 v0.4.10 |
1070 | 2024-08-02T16:45:16.579Z | Compiling aho-corasick v1.1.3 |
1071 | 2024-08-02T16:45:16.874Z | Compiling cookie v0.17.0 |
1072 | 2024-08-02T16:45:17.093Z | Compiling cpufeatures v0.2.12 |
1073 | 2024-08-02T16:45:17.190Z | Compiling openssl-probe v0.1.5 |
1074 | 2024-08-02T16:45:17.237Z | Compiling regex-syntax v0.8.3 |
1075 | 2024-08-02T16:45:17.551Z | Compiling httpdate v1.0.3 |
1076 | 2024-08-02T16:45:18.003Z | Compiling serde_derive v1.0.204 |
1077 | 2024-08-02T16:45:18.019Z | Compiling zeroize_derive v1.4.2 |
1078 | 2024-08-02T16:45:18.558Z | Compiling zerocopy-derive v0.7.34 |
1079 | 2024-08-02T16:45:18.583Z | Compiling parking_lot v0.12.2 |
1080 | 2024-08-02T16:45:18.620Z | Compiling tokio-macros v2.3.0 |
1081 | 2024-08-02T16:45:19.564Z | Compiling thiserror-impl v1.0.63 |
1082 | 2024-08-02T16:45:19.707Z | Compiling zeroize v1.7.0 |
1083 | 2024-08-02T16:45:20.348Z | Compiling futures-macro v0.3.30 |
1084 | 2024-08-02T16:45:20.944Z | Compiling zerocopy v0.7.34 |
1085 | 2024-08-02T16:45:21.522Z | Compiling crypto-common v0.1.6 |
1086 | 2024-08-02T16:45:21.747Z | Compiling block-buffer v0.10.4 |
1087 | 2024-08-02T16:45:22.010Z | Compiling digest v0.10.7 |
1088 | 2024-08-02T16:45:22.238Z | Compiling tracing-attributes v0.1.27 |
1089 | 2024-08-02T16:45:22.486Z | Compiling scroll_derive v0.12.0 |
1090 | 2024-08-02T16:45:22.488Z | Compiling futures-util v0.3.30 |
1091 | 2024-08-02T16:45:22.928Z | Compiling thiserror v1.0.63 |
1092 | 2024-08-02T16:45:23.067Z | Compiling pest v2.7.10 |
1093 | 2024-08-02T16:45:23.241Z | Compiling hashbrown v0.14.5 |
1094 | 2024-08-02T16:45:24.054Z | Compiling scroll v0.12.0 |
1095 | 2024-08-02T16:45:24.605Z | Compiling goblin v0.8.2 |
1096 | 2024-08-02T16:45:24.719Z | Compiling hmac v0.12.1 |
1097 | 2024-08-02T16:45:24.963Z | Compiling der_derive v0.7.2 |
1098 | 2024-08-02T16:45:26.056Z | Compiling pest_meta v2.7.10 |
1099 | 2024-08-02T16:45:26.350Z | Compiling tracing v0.1.40 |
1100 | 2024-08-02T16:45:26.884Z | Compiling openssl-macros v0.1.1 |
1101 | 2024-08-02T16:45:27.329Z | Compiling pest_generator v2.7.10 |
1102 | 2024-08-02T16:45:27.581Z | Compiling der v0.7.9 |
1103 | 2024-08-02T16:45:27.596Z | Compiling rustls-webpki v0.101.7 |
1104 | 2024-08-02T16:45:27.871Z | Compiling sct v0.7.1 |
1105 | 2024-08-02T16:45:28.197Z | Compiling slog v2.7.0 |
1106 | 2024-08-02T16:45:28.655Z | Compiling schemars v0.8.21 |
1107 | 2024-08-02T16:45:28.748Z | Compiling tower-service v0.3.2 |
1108 | 2024-08-02T16:45:28.876Z | Compiling adler v1.0.2 |
1109 | 2024-08-02T16:45:28.984Z | Compiling finl_unicode v1.2.0 |
1110 | 2024-08-02T16:45:29.101Z | Compiling signal-hook v0.3.17 |
1111 | 2024-08-02T16:45:29.376Z | Compiling miniz_oxide v0.7.2 |
1112 | 2024-08-02T16:45:29.496Z | Compiling stringprep v0.1.4 |
1113 | 2024-08-02T16:45:29.618Z | Compiling sha2 v0.10.8 |
1114 | 2024-08-02T16:45:30.701Z | Compiling spki v0.7.3 |
1115 | 2024-08-02T16:45:30.973Z | Compiling md-5 v0.10.6 |
1116 | 2024-08-02T16:45:31.080Z | Compiling regex-automata v0.4.6 |
1117 | 2024-08-02T16:45:31.122Z | Compiling schemars_derive v0.8.21 |
1118 | 2024-08-02T16:45:31.290Z | Compiling url v2.5.2 |
1119 | 2024-08-02T16:45:31.384Z | Compiling pest_derive v2.7.10 |
1120 | 2024-08-02T16:45:32.155Z | Compiling dtrace-parser v0.2.0 |
1121 | 2024-08-02T16:45:33.108Z | Compiling bytes v1.6.0 |
1122 | 2024-08-02T16:45:33.130Z | Compiling bitflags v2.6.0 |
1123 | 2024-08-02T16:45:33.596Z | Compiling indexmap v2.2.6 |
1124 | 2024-08-02T16:45:34.454Z | Compiling tokio v1.38.1 |
1125 | 2024-08-02T16:45:34.489Z | Compiling http v0.2.12 |
1126 | 2024-08-02T16:45:34.635Z | Compiling uuid v1.10.0 |
1127 | 2024-08-02T16:45:35.034Z | Compiling semver v1.0.23 |
1128 | 2024-08-02T16:45:35.553Z | Compiling rustc_version v0.4.0 |
1129 | 2024-08-02T16:45:36.153Z | Compiling chrono v0.4.38 |
1130 | 2024-08-02T16:45:36.343Z | Compiling heapless v0.7.17 |
1131 | 2024-08-02T16:45:36.452Z | Compiling http-body v0.4.6 |
1132 | 2024-08-02T16:45:36.759Z | Compiling dof v0.3.0 |
1133 | 2024-08-02T16:45:37.141Z | Compiling toml_datetime v0.6.6 |
1134 | 2024-08-02T16:45:37.664Z | Compiling usdt-impl v0.5.0 |
1135 | 2024-08-02T16:45:38.762Z | Compiling serde_spanned v0.6.6 |
1136 | 2024-08-02T16:45:38.825Z | Compiling serde_tokenstream v0.2.1 |
1137 | 2024-08-02T16:45:39.058Z | Compiling num-integer v0.1.46 |
1138 | 2024-08-02T16:45:39.363Z | Compiling idna v0.3.0 |
1139 | 2024-08-02T16:45:39.380Z | Compiling backtrace v0.3.71 |
1140 | 2024-08-02T16:45:39.808Z | Compiling hash32 v0.2.1 |
1141 | 2024-08-02T16:45:39.849Z | Compiling gimli v0.28.1 |
1142 | 2024-08-02T16:45:40.031Z | Compiling psl-types v2.0.11 |
1143 | 2024-08-02T16:45:40.209Z | Compiling dyn-clone v1.0.17 |
1144 | 2024-08-02T16:45:40.212Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1145 | 2024-08-02T16:45:40.291Z | Compiling fallible-iterator v0.2.0 |
1146 | 2024-08-02T16:45:40.420Z | Compiling smoltcp v0.9.1 |
1147 | 2024-08-02T16:45:41.002Z | Compiling base64 v0.22.1 |
1148 | 2024-08-02T16:45:41.021Z | Compiling crc32fast v1.4.0 |
1149 | 2024-08-02T16:45:41.043Z | Compiling stable_deref_trait v1.2.0 |
1150 | 2024-08-02T16:45:41.590Z | Compiling postgres-protocol v0.6.7 |
1151 | 2024-08-02T16:45:41.859Z | Compiling publicsuffix v2.2.3 |
1152 | 2024-08-02T16:45:42.101Z | Compiling tokio-util v0.7.11 |
1153 | 2024-08-02T16:45:42.263Z | Compiling tokio-rustls v0.24.1 |
1154 | 2024-08-02T16:45:42.691Z | Compiling terminal_size v0.3.0 |
1155 | 2024-08-02T16:45:43.019Z | Compiling pkcs8 v0.10.2 |
1156 | 2024-08-02T16:45:43.509Z | Compiling h2 v0.3.26 |
1157 | 2024-08-02T16:45:44.038Z | Compiling addr2line v0.21.0 |
1158 | 2024-08-02T16:45:44.202Z | Compiling tokio-native-tls v0.3.1 |
1159 | 2024-08-02T16:45:44.693Z | Compiling hubpack_derive v0.1.1 |
1160 | 2024-08-02T16:45:44.734Z | Compiling block-padding v0.3.3 |
1161 | 2024-08-02T16:45:44.962Z | Compiling scheduled-thread-pool v0.2.7 |
1162 | 2024-08-02T16:45:45.277Z | Compiling async-trait v0.1.81 |
1163 | 2024-08-02T16:45:45.546Z | Compiling zerocopy-derive v0.6.6 |
1164 | 2024-08-02T16:45:45.578Z | Compiling phf_shared v0.11.2 |
1165 | 2024-08-02T16:45:45.594Z | Compiling diesel_table_macro_syntax v0.1.0 |
1166 | 2024-08-02T16:45:45.667Z | Compiling ff v0.13.0 |
1167 | 2024-08-02T16:45:45.885Z | Compiling object v0.32.2 |
1168 | 2024-08-02T16:45:45.962Z | Compiling fs-err v2.11.0 |
1169 | 2024-08-02T16:45:46.003Z | Compiling anyhow v1.0.86 |
1170 | 2024-08-02T16:45:46.066Z | Compiling rustc-demangle v0.1.24 |
1171 | 2024-08-02T16:45:46.214Z | Compiling either v1.12.0 |
1172 | 2024-08-02T16:45:46.587Z | Compiling bitflags v1.3.2 |
1173 | 2024-08-02T16:45:46.640Z | Compiling managed v0.8.0 |
1174 | 2024-08-02T16:45:46.680Z | Compiling base16ct v0.2.0 |
1175 | 2024-08-02T16:45:47.015Z | Compiling winnow v0.5.40 |
1176 | 2024-08-02T16:45:47.031Z | Compiling regex-automata v0.1.10 |
1177 | 2024-08-02T16:45:47.093Z | Compiling matches v0.1.10 |
1178 | 2024-08-02T16:45:47.188Z | Compiling base64 v0.21.7 |
1179 | 2024-08-02T16:45:47.502Z | Compiling bit-vec v0.6.3 |
1180 | 2024-08-02T16:45:47.779Z | Compiling ipnet v2.9.0 |
1181 | 2024-08-02T16:45:47.962Z | Compiling zerocopy v0.6.6 |
1182 | 2024-08-02T16:45:47.979Z | Compiling rustls-pemfile v1.0.4 |
1183 | 2024-08-02T16:45:48.162Z | Compiling bstr v0.2.17 |
1184 | 2024-08-02T16:45:48.439Z | Compiling idna v0.2.3 |
1185 | 2024-08-02T16:45:49.110Z | Compiling sec1 v0.7.3 |
1186 | 2024-08-02T16:45:49.673Z | Compiling clap_builder v4.5.9 |
1187 | 2024-08-02T16:45:49.889Z | Compiling diesel_derives v2.1.4 |
1188 | 2024-08-02T16:45:49.908Z | Compiling group v0.13.0 |
1189 | 2024-08-02T16:45:50.086Z | Compiling hyper v0.14.28 |
1190 | 2024-08-02T16:45:50.214Z | Compiling phf v0.11.2 |
1191 | 2024-08-02T16:45:50.511Z | Compiling hubpack v0.1.2 |
1192 | 2024-08-02T16:45:50.943Z | Compiling toml_edit v0.19.15 |
1193 | 2024-08-02T16:45:50.990Z | Compiling r2d2 v0.8.10 |
1194 | 2024-08-02T16:45:51.026Z | Compiling inout v0.1.3 |
1195 | 2024-08-02T16:45:51.318Z | Compiling signal-hook-mio v0.2.3 |
1196 | 2024-08-02T16:45:51.345Z | Compiling ipnetwork v0.20.0 |
1197 | 2024-08-02T16:45:51.468Z | Compiling cookie_store v0.20.0 |
1198 | 2024-08-02T16:45:52.274Z | Compiling postgres-types v0.2.7 |
1199 | 2024-08-02T16:45:53.893Z | Compiling num-bigint v0.4.5 |
1200 | 2024-08-02T16:45:53.918Z | Compiling usdt-attr-macro v0.5.0 |
1201 | 2024-08-02T16:45:54.143Z | Compiling usdt-macro v0.5.0 |
1202 | 2024-08-02T16:45:55.576Z | Compiling regex v1.10.5 |
1203 | 2024-08-02T16:45:55.636Z | Compiling serde_urlencoded v0.7.1 |
1204 | 2024-08-02T16:45:56.194Z | Compiling enum-as-inner v0.5.1 |
1205 | 2024-08-02T16:45:56.683Z | Compiling hyper-rustls v0.24.2 |
1206 | 2024-08-02T16:45:56.753Z | Compiling hyper-tls v0.5.0 |
1207 | 2024-08-02T16:45:57.029Z | Compiling strum_macros v0.25.3 |
1208 | 2024-08-02T16:45:57.111Z | Compiling futures-executor v0.3.30 |
1209 | 2024-08-02T16:45:57.195Z | Compiling hkdf v0.12.4 |
1210 | 2024-08-02T16:45:57.458Z | Compiling crypto-bigint v0.5.5 |
1211 | 2024-08-02T16:45:57.704Z | Compiling serde_repr v0.1.19 |
1212 | 2024-08-02T16:45:58.959Z | Compiling clap_derive v4.5.8 |
1213 | 2024-08-02T16:45:59.238Z | Compiling phf_shared v0.10.0 |
1214 | 2024-08-02T16:45:59.542Z | Compiling float-cmp v0.9.0 |
1215 | 2024-08-02T16:45:59.644Z | Compiling encoding_rs v0.8.34 |
1216 | 2024-08-02T16:45:59.777Z | Compiling whoami v1.5.1 |
1217 | 2024-08-02T16:45:59.926Z | Compiling webpki-roots v0.25.4 |
1218 | 2024-08-02T16:46:00.076Z | Compiling predicates-core v1.0.6 |
1219 | 2024-08-02T16:46:00.442Z | Compiling fixedbitset v0.4.2 |
1220 | 2024-08-02T16:46:00.459Z | Compiling static_assertions v1.1.0 |
1221 | 2024-08-02T16:46:00.548Z | Compiling difflib v0.4.0 |
1222 | 2024-08-02T16:46:00.901Z | Compiling minimal-lexical v0.2.1 |
1223 | 2024-08-02T16:46:01.411Z | Compiling mime v0.3.17 |
1224 | 2024-08-02T16:46:01.539Z | Compiling new_debug_unreachable v1.0.6 |
1225 | 2024-08-02T16:46:01.633Z | Compiling data-encoding v2.6.0 |
1226 | 2024-08-02T16:46:02.037Z | Compiling normalize-line-endings v0.3.0 |
1227 | 2024-08-02T16:46:02.160Z | Compiling precomputed-hash v0.1.1 |
1228 | 2024-08-02T16:46:02.258Z | Compiling unicode-segmentation v1.11.0 |
1229 | 2024-08-02T16:46:02.288Z | Compiling sync_wrapper v0.1.2 |
1230 | 2024-08-02T16:46:02.407Z | Compiling reqwest v0.11.27 |
1231 | 2024-08-02T16:46:03.092Z | Compiling similar v2.5.0 |
1232 | 2024-08-02T16:46:03.228Z | Compiling diesel v2.1.6 |
1233 | 2024-08-02T16:46:03.569Z | Compiling toml_edit v0.22.16 |
1234 | 2024-08-02T16:46:04.144Z | Compiling clap v4.5.9 |
1235 | 2024-08-02T16:46:04.187Z | Compiling console v0.15.8 |
1236 | 2024-08-02T16:46:04.190Z | Compiling string_cache v0.8.7 |
1237 | 2024-08-02T16:46:04.252Z | Compiling trust-dns-proto v0.22.0 |
1238 | 2024-08-02T16:46:04.465Z | Compiling predicates v3.1.0 |
1239 | 2024-08-02T16:46:04.674Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1240 | 2024-08-02T16:46:05.756Z | Compiling nom v7.1.3 |
1241 | 2024-08-02T16:46:05.777Z | Compiling petgraph v0.6.5 |
1242 | 2024-08-02T16:46:06.243Z | Compiling elliptic-curve v0.13.8 |
1243 | 2024-08-02T16:46:07.074Z | Compiling tokio-postgres v0.7.11 |
1244 | 2024-08-02T16:46:09.201Z | Compiling usdt v0.5.0 |
1245 | 2024-08-02T16:46:09.711Z | Compiling futures v0.3.30 |
1246 | 2024-08-02T16:46:09.797Z | Compiling yasna v0.5.2 |
1247 | 2024-08-02T16:46:10.732Z | Compiling flate2 v1.0.30 |
1248 | 2024-08-02T16:46:11.073Z | Compiling toml v0.7.8 |
1249 | 2024-08-02T16:46:11.708Z | Compiling crossterm v0.27.0 |
1250 | 2024-08-02T16:46:11.725Z | Compiling cipher v0.4.4 |
1251 | 2024-08-02T16:46:12.382Z | Compiling bit-set v0.5.3 |
1252 | 2024-08-02T16:46:12.658Z | Compiling itertools v0.10.5 |
1253 | 2024-08-02T16:46:12.825Z | Compiling itertools v0.12.1 |
1254 | 2024-08-02T16:46:12.843Z | Compiling tokio-stream v0.1.15 |
1255 | 2024-08-02T16:46:12.879Z | Compiling crossbeam-epoch v0.9.18 |
1256 | 2024-08-02T16:46:13.094Z | Compiling num-iter v0.1.45 |
1257 | 2024-08-02T16:46:13.277Z | Compiling bstr v1.9.1 |
1258 | 2024-08-02T16:46:13.661Z | Compiling openapiv3 v2.0.0 |
1259 | 2024-08-02T16:46:13.839Z | Compiling hex v0.4.3 |
1260 | 2024-08-02T16:46:14.460Z | Compiling dirs-sys-next v0.1.2 |
1261 | 2024-08-02T16:46:15.113Z | Compiling lalrpop-util v0.19.12 |
1262 | 2024-08-02T16:46:15.206Z | Compiling peg-runtime v0.8.3 |
1263 | 2024-08-02T16:46:15.447Z | Compiling unicode-xid v0.2.4 |
1264 | 2024-08-02T16:46:15.463Z | Compiling dirs-next v2.0.0 |
1265 | 2024-08-02T16:46:15.498Z | Compiling thread_local v1.1.8 |
1266 | 2024-08-02T16:46:15.613Z | Compiling slog-async v2.8.0 |
1267 | 2024-08-02T16:46:15.641Z | Compiling term v0.7.0 |
1268 | 2024-08-02T16:46:15.886Z | Compiling crossbeam-channel v0.5.12 |
1269 | 2024-08-02T16:46:15.959Z | Compiling xattr v1.3.1 |
1270 | 2024-08-02T16:46:16.053Z | Compiling strum_macros v0.26.4 |
1271 | 2024-08-02T16:46:16.165Z | Compiling filetime v0.2.23 |
1272 | 2024-08-02T16:46:16.209Z | Compiling is-terminal v0.4.12 |
1273 | 2024-08-02T16:46:16.336Z | Compiling take_mut v0.2.2 |
1274 | 2024-08-02T16:46:16.492Z | Compiling tar v0.4.41 |
1275 | 2024-08-02T16:46:16.508Z | Compiling slog-term v2.9.1 |
1276 | 2024-08-02T16:46:17.258Z | Compiling camino v1.1.7 |
1277 | 2024-08-02T16:46:19.534Z | Compiling strum v0.26.3 |
1278 | 2024-08-02T16:46:30.983Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1279 | 2024-08-02T16:46:31.196Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1280 | 2024-08-02T16:46:36.271Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 34s |
1281 | 2024-08-02T16:46:36.390Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1282 | 2024-08-02T16:46:36.421Z | Aug 02 16:46:34.709 INFO Starting download, target: Console |
1283 | 2024-08-02T16:46:36.422Z | Aug 02 16:46:34.709 INFO Starting download, target: Cockroach |
1284 | 2024-08-02T16:46:36.422Z | Aug 02 16:46:34.709 INFO Starting download, target: Clickhouse |
1285 | 2024-08-02T16:46:36.425Z | Aug 02 16:46:34.710 INFO Starting download, target: DendriteOpenapi |
1286 | 2024-08-02T16:46:36.425Z | Aug 02 16:46:34.710 INFO Starting download, target: DendriteStub |
1287 | 2024-08-02T16:46:36.425Z | Aug 02 16:46:34.710 INFO Starting download, target: MaghemiteMgd |
1288 | 2024-08-02T16:46:36.425Z | Aug 02 16:46:34.710 INFO Starting download, target: TransceiverControl |
1289 | 2024-08-02T16:46:36.425Z | Aug 02 16:46:34.710 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1290 | 2024-08-02T16:46:36.425Z | Aug 02 16:46:34.710 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1291 | 2024-08-02T16:46:36.425Z | Aug 02 16:46:34.711 INFO Downloading out/downloads/dpd-fb571dc6512b24a777c5a9b2927a50501f6be297.json (attempt 1/3), target: DendriteOpenapi |
1292 | 2024-08-02T16:46:36.425Z | Aug 02 16:46:34.711 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1293 | 2024-08-02T16:46:36.425Z | Aug 02 16:46:34.711 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1294 | 2024-08-02T16:46:36.425Z | Aug 02 16:46:34.711 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1295 | 2024-08-02T16:46:36.425Z | Aug 02 16:46:34.711 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1296 | 2024-08-02T16:46:36.562Z | Aug 02 16:46:34.848 INFO Download complete, target: DendriteOpenapi |
1297 | 2024-08-02T16:46:36.728Z | Aug 02 16:46:35.015 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1298 | 2024-08-02T16:46:37.096Z | Aug 02 16:46:35.380 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1299 | 2024-08-02T16:46:37.204Z | Aug 02 16:46:35.491 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1300 | 2024-08-02T16:46:37.223Z | Aug 02 16:46:35.511 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1301 | 2024-08-02T16:46:37.528Z | Aug 02 16:46:35.815 INFO Download complete, target: Console |
1302 | 2024-08-02T16:46:37.601Z | Aug 02 16:46:35.889 INFO Download complete, target: TransceiverControl |
1303 | 2024-08-02T16:46:38.484Z | Aug 02 16:46:36.772 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1304 | 2024-08-02T16:46:38.484Z | Aug 02 16:46:36.772 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1305 | 2024-08-02T16:46:38.822Z | Aug 02 16:46:37.108 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1306 | 2024-08-02T16:46:40.483Z | Aug 02 16:46:38.770 INFO Download complete, target: DendriteStub |
1307 | 2024-08-02T16:46:40.602Z | Aug 02 16:46:38.890 INFO Download complete, target: MaghemiteMgd |
1308 | 2024-08-02T16:46:47.115Z | Aug 02 16:46:45.401 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1309 | 2024-08-02T16:46:47.474Z | Aug 02 16:46:45.759 INFO Checking that binary works, target: Cockroach |
1310 | 2024-08-02T16:46:47.644Z | Aug 02 16:46:45.930 INFO Download complete, target: Cockroach |
1311 | 2024-08-02T16:46:53.303Z | Aug 02 16:46:51.589 INFO Checking that binary works, target: Clickhouse |
1312 | 2024-08-02T16:46:53.697Z | Aug 02 16:46:51.983 INFO Download complete, target: Clickhouse |
1313 | 2024-08-02T16:46:53.704Z | All prerequisites installed successfully |
1314 | 2024-08-02T16:46:53.707Z | |
1315 | 2024-08-02T16:46:53.707Z | real 4:07.928750288 |
1316 | 2024-08-02T16:46:53.707Z | user 11:43.589201015 |
1317 | 2024-08-02T16:46:53.707Z | sys 2:33.239730793 |
1318 | 2024-08-02T16:46:53.707Z | trap 0.381608449 |
1319 | 2024-08-02T16:46:53.707Z | tflt 5.979421767 |
1320 | 2024-08-02T16:46:53.707Z | dflt 6.654613212 |
1321 | 2024-08-02T16:46:53.707Z | kflt 0.250583071 |
1322 | 2024-08-02T16:46:53.707Z | lock 23:27.822771575 |
1323 | 2024-08-02T16:46:53.707Z | slp 35:26.938435986 |
1324 | 2024-08-02T16:46:53.707Z | lat 33.900316300 |
1325 | 2024-08-02T16:46:53.707Z | stop 1:30.161508230 |
1326 | 2024-08-02T16:46:53.707Z | + ptime -m cargo xtask download softnpu |
1327 | 2024-08-02T16:46:54.207Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1328 | 2024-08-02T16:46:54.221Z | Running `target/debug/xtask download softnpu` |
1329 | 2024-08-02T16:46:54.943Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
1330 | 2024-08-02T16:46:54.980Z | Running `target/debug/xtask-downloader softnpu` |
1331 | 2024-08-02T16:46:55.009Z | Aug 02 16:46:53.294 INFO Starting download, target: Softnpu |
1332 | 2024-08-02T16:46:55.012Z | Aug 02 16:46:53.295 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1333 | 2024-08-02T16:46:55.743Z | Aug 02 16:46:54.029 INFO Download complete, target: Softnpu |
1334 | 2024-08-02T16:46:55.747Z | |
1335 | 2024-08-02T16:46:55.750Z | real 2.036552430 |
1336 | 2024-08-02T16:46:55.750Z | user 1.096562979 |
1337 | 2024-08-02T16:46:55.750Z | sys 0.499571608 |
1338 | 2024-08-02T16:46:55.750Z | trap 0.000412303 |
1339 | 2024-08-02T16:46:55.750Z | tflt 0.000161922 |
1340 | 2024-08-02T16:46:55.750Z | dflt 0.000149333 |
1341 | 2024-08-02T16:46:55.750Z | kflt 0.000000000 |
1342 | 2024-08-02T16:46:55.750Z | lock 7.614564146 |
1343 | 2024-08-02T16:46:55.750Z | slp 0.763163201 |
1344 | 2024-08-02T16:46:55.750Z | lat 0.072820296 |
1345 | 2024-08-02T16:46:55.750Z | stop 0.000353287 |
1346 | 2024-08-02T16:46:55.750Z | + export CARGO_INCREMENTAL=0 |
1347 | 2024-08-02T16:46:55.750Z | + CARGO_INCREMENTAL=0 |
1348 | 2024-08-02T16:46:55.750Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1349 | 2024-08-02T16:46:56.597Z | Compiling proc-macro2 v1.0.86 |
1350 | 2024-08-02T16:46:56.597Z | Compiling unicode-ident v1.0.12 |
1351 | 2024-08-02T16:46:56.597Z | Compiling libc v0.2.155 |
1352 | 2024-08-02T16:46:56.597Z | Compiling serde v1.0.204 |
1353 | 2024-08-02T16:46:56.600Z | Compiling autocfg v1.3.0 |
1354 | 2024-08-02T16:46:56.600Z | Compiling version_check v0.9.4 |
1355 | 2024-08-02T16:46:56.600Z | Compiling cfg-if v1.0.0 |
1356 | 2024-08-02T16:46:56.814Z | Compiling cc v1.0.97 |
1357 | 2024-08-02T16:46:56.840Z | Compiling parking_lot_core v0.9.10 |
1358 | 2024-08-02T16:46:56.840Z | Compiling serde_json v1.0.120 |
1359 | 2024-08-02T16:46:57.263Z | Compiling once_cell v1.19.0 |
1360 | 2024-08-02T16:46:57.356Z | Compiling ahash v0.8.11 |
1361 | 2024-08-02T16:46:57.388Z | Compiling libm v0.2.8 |
1362 | 2024-08-02T16:46:57.438Z | Compiling lock_api v0.4.12 |
1363 | 2024-08-02T16:46:57.632Z | Compiling byteorder v1.5.0 |
1364 | 2024-08-02T16:46:57.670Z | Compiling num-traits v0.2.19 |
1365 | 2024-08-02T16:46:57.685Z | Compiling memchr v2.7.2 |
1366 | 2024-08-02T16:46:57.849Z | Compiling scopeguard v1.2.0 |
1367 | 2024-08-02T16:46:57.954Z | Compiling thiserror v1.0.63 |
1368 | 2024-08-02T16:46:58.060Z | Compiling typenum v1.17.0 |
1369 | 2024-08-02T16:46:58.450Z | Compiling quote v1.0.36 |
1370 | 2024-08-02T16:46:58.560Z | Compiling itoa v1.0.11 |
1371 | 2024-08-02T16:46:58.789Z | Compiling getrandom v0.2.14 |
1372 | 2024-08-02T16:46:58.883Z | Compiling syn v2.0.72 |
1373 | 2024-08-02T16:46:59.075Z | Compiling log v0.4.21 |
1374 | 2024-08-02T16:46:59.124Z | Compiling generic-array v0.14.7 |
1375 | 2024-08-02T16:46:59.511Z | Compiling allocator-api2 v0.2.18 |
1376 | 2024-08-02T16:46:59.703Z | Compiling slab v0.4.9 |
1377 | 2024-08-02T16:46:59.759Z | Compiling ring v0.17.8 |
1378 | 2024-08-02T16:46:59.878Z | Compiling ryu v1.0.18 |
1379 | 2024-08-02T16:46:59.992Z | Compiling smallvec v1.13.2 |
1380 | 2024-08-02T16:47:00.120Z | Compiling semver v1.0.23 |
1381 | 2024-08-02T16:47:00.156Z | Compiling pin-project-lite v0.2.14 |
1382 | 2024-08-02T16:47:00.238Z | Compiling schemars v0.8.21 |
1383 | 2024-08-02T16:47:00.519Z | Compiling equivalent v1.0.1 |
1384 | 2024-08-02T16:47:00.549Z | Compiling spin v0.9.8 |
1385 | 2024-08-02T16:47:00.656Z | Compiling vcpkg v0.2.15 |
1386 | 2024-08-02T16:47:00.736Z | Compiling pkg-config v0.3.30 |
1387 | 2024-08-02T16:47:00.815Z | Compiling parking_lot v0.12.2 |
1388 | 2024-08-02T16:47:01.334Z | Compiling signal-hook-registry v1.4.2 |
1389 | 2024-08-02T16:47:02.205Z | Compiling syn v1.0.109 |
1390 | 2024-08-02T16:47:02.440Z | Compiling openssl-sys v0.9.103 |
1391 | 2024-08-02T16:47:02.844Z | Compiling mio v0.8.11 |
1392 | 2024-08-02T16:47:03.285Z | Compiling rand_core v0.6.4 |
1393 | 2024-08-02T16:47:03.421Z | Compiling num_cpus v1.16.0 |
1394 | 2024-08-02T16:47:03.556Z | Compiling socket2 v0.5.7 |
1395 | 2024-08-02T16:47:03.658Z | Compiling num-conv v0.1.0 |
1396 | 2024-08-02T16:47:03.935Z | Compiling time-core v0.1.2 |
1397 | 2024-08-02T16:47:04.100Z | Compiling time-macros v0.2.18 |
1398 | 2024-08-02T16:47:04.532Z | Compiling httparse v1.8.0 |
1399 | 2024-08-02T16:47:04.695Z | Compiling heck v0.5.0 |
1400 | 2024-08-02T16:47:04.932Z | Compiling futures-core v0.3.30 |
1401 | 2024-08-02T16:47:05.248Z | Compiling openssl v0.10.66 |
1402 | 2024-08-02T16:47:05.373Z | Compiling fnv v1.0.7 |
1403 | 2024-08-02T16:47:05.914Z | Compiling iana-time-zone v0.1.60 |
1404 | 2024-08-02T16:47:05.958Z | Compiling crossbeam-utils v0.8.19 |
1405 | 2024-08-02T16:47:06.069Z | Compiling rustix v0.38.34 |
1406 | 2024-08-02T16:47:06.268Z | Compiling serde_derive_internals v0.29.1 |
1407 | 2024-08-02T16:47:06.775Z | Compiling native-tls v0.2.11 |
1408 | 2024-08-02T16:47:06.959Z | Compiling tinyvec_macros v0.1.1 |
1409 | 2024-08-02T16:47:06.973Z | Compiling rustls v0.21.12 |
1410 | 2024-08-02T16:47:07.049Z | Compiling tinyvec v1.6.0 |
1411 | 2024-08-02T16:47:07.478Z | Compiling futures-sink v0.3.30 |
1412 | 2024-08-02T16:47:07.635Z | Compiling ucd-trie v0.1.6 |
1413 | 2024-08-02T16:47:07.888Z | Compiling subtle v2.5.0 |
1414 | 2024-08-02T16:47:08.142Z | Compiling const-oid v0.9.6 |
1415 | 2024-08-02T16:47:08.345Z | Compiling backtrace v0.3.71 |
1416 | 2024-08-02T16:47:08.521Z | Compiling unicode-normalization v0.1.23 |
1417 | 2024-08-02T16:47:08.589Z | Compiling cookie v0.17.0 |
1418 | 2024-08-02T16:47:08.890Z | Compiling unicode-bidi v0.3.15 |
1419 | 2024-08-02T16:47:09.176Z | Compiling dyn-clone v1.0.17 |
1420 | 2024-08-02T16:47:09.368Z | Compiling slog v2.7.0 |
1421 | 2024-08-02T16:47:09.819Z | Compiling futures-channel v0.3.30 |
1422 | 2024-08-02T16:47:09.971Z | Compiling futures-task v0.3.30 |
1423 | 2024-08-02T16:47:10.039Z | Compiling futures-io v0.3.30 |
1424 | 2024-08-02T16:47:10.273Z | Compiling pin-utils v0.1.0 |
1425 | 2024-08-02T16:47:10.479Z | Compiling aho-corasick v1.1.3 |
1426 | 2024-08-02T16:47:10.953Z | Compiling untrusted v0.9.0 |
1427 | 2024-08-02T16:47:11.072Z | Compiling anyhow v1.0.86 |
1428 | 2024-08-02T16:47:11.442Z | Compiling regex-syntax v0.8.3 |
1429 | 2024-08-02T16:47:11.585Z | Compiling winnow v0.5.40 |
1430 | 2024-08-02T16:47:12.218Z | Compiling serde_derive v1.0.204 |
1431 | 2024-08-02T16:47:13.121Z | Compiling zerocopy-derive v0.7.34 |
1432 | 2024-08-02T16:47:13.204Z | Compiling zeroize_derive v1.4.2 |
1433 | 2024-08-02T16:47:14.668Z | Compiling thiserror-impl v1.0.63 |
1434 | 2024-08-02T16:47:15.064Z | Compiling tokio-macros v2.3.0 |
1435 | 2024-08-02T16:47:15.185Z | Compiling zerocopy v0.7.34 |
1436 | 2024-08-02T16:47:15.323Z | Compiling futures-macro v0.3.30 |
1437 | 2024-08-02T16:47:16.211Z | Compiling schemars_derive v0.8.21 |
1438 | 2024-08-02T16:47:16.957Z | Compiling tracing-attributes v0.1.27 |
1439 | 2024-08-02T16:47:17.237Z | Compiling zeroize v1.7.0 |
1440 | 2024-08-02T16:47:17.365Z | Compiling hashbrown v0.14.5 |
1441 | 2024-08-02T16:47:17.752Z | Compiling openssl-macros v0.1.1 |
1442 | 2024-08-02T16:47:18.480Z | Compiling scroll_derive v0.12.0 |
1443 | 2024-08-02T16:47:18.804Z | Compiling pest v2.7.10 |
1444 | 2024-08-02T16:47:18.981Z | Compiling crypto-common v0.1.6 |
1445 | 2024-08-02T16:47:19.171Z | Compiling futures-util v0.3.30 |
1446 | 2024-08-02T16:47:19.248Z | Compiling der_derive v0.7.2 |
1447 | 2024-08-02T16:47:19.291Z | Compiling block-buffer v0.10.4 |
1448 | 2024-08-02T16:47:20.767Z | Compiling regex-automata v0.4.6 |
1449 | 2024-08-02T16:47:21.566Z | Compiling pest_meta v2.7.10 |
1450 | 2024-08-02T16:47:21.591Z | Compiling tracing-core v0.1.32 |
1451 | 2024-08-02T16:47:24.088Z | Compiling pest_generator v2.7.10 |
1452 | 2024-08-02T16:47:25.623Z | Compiling usdt-impl v0.5.0 |
1453 | 2024-08-02T16:47:25.865Z | Compiling bytes v1.6.0 |
1454 | 2024-08-02T16:47:26.027Z | Compiling indexmap v2.2.6 |
1455 | 2024-08-02T16:47:26.156Z | Compiling uuid v1.10.0 |
1456 | 2024-08-02T16:47:27.075Z | Compiling bitflags v2.6.0 |
1457 | 2024-08-02T16:47:27.523Z | Compiling chrono v0.4.38 |
1458 | 2024-08-02T16:47:27.698Z | Compiling serde_tokenstream v0.2.1 |
1459 | 2024-08-02T16:47:28.213Z | Compiling tokio v1.38.1 |
1460 | 2024-08-02T16:47:29.347Z | Compiling toml_datetime v0.6.6 |
1461 | 2024-08-02T16:47:29.793Z | Compiling serde_spanned v0.6.6 |
1462 | 2024-08-02T16:47:30.002Z | Compiling http v0.2.12 |
1463 | 2024-08-02T16:47:31.921Z | Compiling toml_edit v0.19.15 |
1464 | 2024-08-02T16:47:32.319Z | Compiling rustc_version v0.4.0 |
1465 | 2024-08-02T16:47:33.022Z | Compiling pest_derive v2.7.10 |
1466 | 2024-08-02T16:47:33.787Z | Compiling rustversion v1.0.17 |
1467 | 2024-08-02T16:47:34.126Z | Compiling powerfmt v0.2.0 |
1468 | 2024-08-02T16:47:34.476Z | Compiling deranged v0.3.11 |
1469 | 2024-08-02T16:47:34.642Z | Compiling heapless v0.7.17 |
1470 | 2024-08-02T16:47:35.055Z | Compiling tracing v0.1.40 |
1471 | 2024-08-02T16:47:35.346Z | Compiling scroll v0.12.0 |
1472 | 2024-08-02T16:47:35.917Z | Compiling digest v0.10.7 |
1473 | 2024-08-02T16:47:36.189Z | Compiling signal-hook v0.3.17 |
1474 | 2024-08-02T16:47:36.320Z | Compiling heck v0.4.1 |
1475 | 2024-08-02T16:47:36.448Z | Compiling percent-encoding v2.3.1 |
1476 | 2024-08-02T16:47:36.925Z | Compiling num_threads v0.1.7 |
1477 | 2024-08-02T16:47:36.992Z | Compiling plain v0.2.3 |
1478 | 2024-08-02T16:47:37.046Z | Compiling ppv-lite86 v0.2.17 |
1479 | 2024-08-02T16:47:37.140Z | Compiling goblin v0.8.2 |
1480 | 2024-08-02T16:47:37.242Z | Compiling time v0.3.36 |
1481 | 2024-08-02T16:47:37.827Z | Compiling rand_chacha v0.3.1 |
1482 | 2024-08-02T16:47:39.102Z | Compiling regex v1.10.5 |
1483 | 2024-08-02T16:47:40.317Z | Compiling strsim v0.11.1 |
1484 | 2024-08-02T16:47:41.087Z | Compiling crc32fast v1.4.0 |
1485 | 2024-08-02T16:47:41.623Z | Compiling pretty-hex v0.4.1 |
1486 | 2024-08-02T16:47:41.840Z | Compiling rand v0.8.5 |
1487 | 2024-08-02T16:47:42.173Z | Compiling tokio-util v0.7.11 |
1488 | 2024-08-02T16:47:43.447Z | Compiling dof v0.3.0 |
1489 | 2024-08-02T16:47:43.620Z | Compiling dtrace-parser v0.2.0 |
1490 | 2024-08-02T16:47:44.209Z | Compiling async-trait v0.1.81 |
1491 | 2024-08-02T16:47:44.424Z | Compiling thread-id v4.2.1 |
1492 | 2024-08-02T16:47:44.547Z | Compiling socket2 v0.4.10 |
1493 | 2024-08-02T16:47:45.323Z | Compiling smoltcp v0.9.1 |
1494 | 2024-08-02T16:47:45.446Z | Compiling foreign-types-shared v0.1.1 |
1495 | 2024-08-02T16:47:45.472Z | Compiling unicode-width v0.1.13 |
1496 | 2024-08-02T16:47:45.565Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1497 | 2024-08-02T16:47:45.941Z | Compiling base64ct v1.6.0 |
1498 | 2024-08-02T16:47:46.244Z | Compiling foreign-types v0.3.2 |
1499 | 2024-08-02T16:47:46.525Z | Compiling pem-rfc7468 v0.7.0 |
1500 | 2024-08-02T16:47:47.703Z | Compiling form_urlencoded v1.2.1 |
1501 | 2024-08-02T16:47:47.786Z | Compiling hmac v0.12.1 |
1502 | 2024-08-02T16:47:48.126Z | Compiling try-lock v0.2.5 |
1503 | 2024-08-02T16:47:48.297Z | Compiling flagset v0.4.5 |
1504 | 2024-08-02T16:47:48.344Z | Compiling adler v1.0.2 |
1505 | 2024-08-02T16:47:48.381Z | Compiling siphasher v0.3.11 |
1506 | 2024-08-02T16:47:48.634Z | Compiling want v0.3.1 |
1507 | 2024-08-02T16:47:48.696Z | Compiling miniz_oxide v0.7.2 |
1508 | 2024-08-02T16:47:48.764Z | Compiling der v0.7.9 |
1509 | 2024-08-02T16:47:51.007Z | Compiling sct v0.7.1 |
1510 | 2024-08-02T16:47:51.244Z | Compiling rustls-webpki v0.101.7 |
1511 | 2024-08-02T16:47:51.304Z | Compiling h2 v0.3.26 |
1512 | 2024-08-02T16:47:52.011Z | Compiling http-body v0.4.6 |
1513 | 2024-08-02T16:47:52.974Z | Compiling openapiv3 v2.0.0 |
1514 | 2024-08-02T16:47:53.111Z | Compiling hubpack_derive v0.1.1 |
1515 | 2024-08-02T16:47:53.595Z | Compiling zerocopy-derive v0.6.6 |
1516 | 2024-08-02T16:47:54.019Z | Compiling idna v0.5.0 |
1517 | 2024-08-02T16:47:54.286Z | Compiling lazy_static v1.5.0 |
1518 | 2024-08-02T16:47:55.212Z | Compiling errno v0.3.9 |
1519 | 2024-08-02T16:47:55.448Z | Compiling fs-err v2.11.0 |
1520 | 2024-08-02T16:47:55.557Z | Compiling httpdate v1.0.3 |
1521 | 2024-08-02T16:47:55.682Z | Compiling anstyle v1.0.8 |
1522 | 2024-08-02T16:47:55.729Z | Compiling tower-service v0.3.2 |
1523 | 2024-08-02T16:47:55.866Z | Compiling openssl-probe v0.1.5 |
1524 | 2024-08-02T16:47:56.028Z | Compiling finl_unicode v1.2.0 |
1525 | 2024-08-02T16:47:56.118Z | Compiling gimli v0.28.1 |
1526 | 2024-08-02T16:47:56.152Z | Compiling stable_deref_trait v1.2.0 |
1527 | 2024-08-02T16:47:56.258Z | Compiling utf8parse v0.2.1 |
1528 | 2024-08-02T16:47:56.550Z | Compiling cpufeatures v0.2.12 |
1529 | 2024-08-02T16:47:56.650Z | Compiling sha2 v0.10.8 |
1530 | 2024-08-02T16:47:57.250Z | Compiling stringprep v0.1.4 |
1531 | 2024-08-02T16:47:57.403Z | Compiling anstyle-parse v0.2.4 |
1532 | 2024-08-02T16:47:57.973Z | Compiling hyper v0.14.28 |
1533 | 2024-08-02T16:47:58.499Z | Compiling url v2.5.2 |
1534 | 2024-08-02T16:48:01.115Z | Compiling addr2line v0.21.0 |
1535 | 2024-08-02T16:48:01.990Z | Compiling spki v0.7.3 |
1536 | 2024-08-02T16:48:02.385Z | Compiling usdt-attr-macro v0.5.0 |
1537 | 2024-08-02T16:48:02.705Z | Compiling usdt-macro v0.5.0 |
1538 | 2024-08-02T16:48:04.023Z | Compiling md-5 v0.10.6 |
1539 | 2024-08-02T16:48:07.244Z | Compiling idna v0.3.0 |
1540 | 2024-08-02T16:48:08.112Z | Compiling diesel_table_macro_syntax v0.1.0 |
1541 | 2024-08-02T16:48:08.442Z | Compiling num-integer v0.1.46 |
1542 | 2024-08-02T16:48:08.692Z | Compiling object v0.32.2 |
1543 | 2024-08-02T16:48:09.141Z | Compiling hash32 v0.2.1 |
1544 | 2024-08-02T16:48:09.295Z | Compiling rustc-demangle v0.1.24 |
1545 | 2024-08-02T16:48:09.625Z | Compiling anstyle-query v1.0.3 |
1546 | 2024-08-02T16:48:09.769Z | Compiling base64 v0.22.1 |
1547 | 2024-08-02T16:48:10.486Z | Compiling is_terminal_polyfill v1.70.0 |
1548 | 2024-08-02T16:48:11.155Z | Compiling fallible-iterator v0.2.0 |
1549 | 2024-08-02T16:48:11.546Z | Compiling psl-types v2.0.11 |
1550 | 2024-08-02T16:48:11.886Z | Compiling colorchoice v1.0.1 |
1551 | 2024-08-02T16:48:12.576Z | Compiling anstream v0.6.14 |
1552 | 2024-08-02T16:48:13.277Z | Compiling postgres-protocol v0.6.7 |
1553 | 2024-08-02T16:48:14.536Z | Compiling publicsuffix v2.2.3 |
1554 | 2024-08-02T16:48:18.573Z | Compiling diesel_derives v2.1.4 |
1555 | 2024-08-02T16:48:23.107Z | Compiling tokio-rustls v0.24.1 |
1556 | 2024-08-02T16:48:24.398Z | Compiling pkcs8 v0.10.2 |
1557 | 2024-08-02T16:48:24.903Z | Compiling terminal_size v0.3.0 |
1558 | 2024-08-02T16:48:24.951Z | Compiling tokio-native-tls v0.3.1 |
1559 | 2024-08-02T16:48:25.224Z | Compiling phf_shared v0.11.2 |
1560 | 2024-08-02T16:48:25.741Z | Compiling strum_macros v0.25.3 |
1561 | 2024-08-02T16:48:27.037Z | Compiling enum-as-inner v0.5.1 |
1562 | 2024-08-02T16:48:27.249Z | Compiling block-padding v0.3.3 |
1563 | 2024-08-02T16:48:27.500Z | Compiling regress v0.9.1 |
1564 | 2024-08-02T16:48:28.028Z | Compiling clap_derive v4.5.8 |
1565 | 2024-08-02T16:48:28.659Z | Compiling serde_repr v0.1.19 |
1566 | 2024-08-02T16:48:29.967Z | Compiling ff v0.13.0 |
1567 | 2024-08-02T16:48:30.234Z | Compiling scheduled-thread-pool v0.2.7 |
1568 | 2024-08-02T16:48:30.766Z | Compiling encoding_rs v0.8.34 |
1569 | 2024-08-02T16:48:32.360Z | Compiling base64 v0.21.7 |
1570 | 2024-08-02T16:48:32.664Z | Compiling either v1.12.0 |
1571 | 2024-08-02T16:48:33.087Z | Compiling regex-automata v0.1.10 |
1572 | 2024-08-02T16:48:33.103Z | Compiling bitflags v1.3.2 |
1573 | 2024-08-02T16:48:33.120Z | Compiling managed v0.8.0 |
1574 | 2024-08-02T16:48:33.555Z | Compiling clap_lex v0.7.0 |
1575 | 2024-08-02T16:48:33.604Z | Compiling matches v0.1.10 |
1576 | 2024-08-02T16:48:33.819Z | Compiling ipnet v2.9.0 |
1577 | 2024-08-02T16:48:34.451Z | Compiling base16ct v0.2.0 |
1578 | 2024-08-02T16:48:34.762Z | Compiling mime v0.3.17 |
1579 | 2024-08-02T16:48:34.779Z | Compiling bit-vec v0.6.3 |
1580 | 2024-08-02T16:48:35.199Z | Compiling sec1 v0.7.3 |
1581 | 2024-08-02T16:48:35.241Z | Compiling clap_builder v4.5.9 |
1582 | 2024-08-02T16:48:35.761Z | Compiling idna v0.2.3 |
1583 | 2024-08-02T16:48:35.851Z | Compiling bstr v0.2.17 |
1584 | 2024-08-02T16:48:37.688Z | Compiling rustls-pemfile v1.0.4 |
1585 | 2024-08-02T16:48:38.127Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1586 | 2024-08-02T16:48:39.334Z | Compiling r2d2 v0.8.10 |
1587 | 2024-08-02T16:48:40.216Z | Compiling group v0.13.0 |
1588 | 2024-08-02T16:48:41.429Z | Compiling inout v0.1.3 |
1589 | 2024-08-02T16:48:42.307Z | Compiling phf v0.11.2 |
1590 | 2024-08-02T16:48:42.403Z | Compiling hyper-tls v0.5.0 |
1591 | 2024-08-02T16:48:42.770Z | Compiling signal-hook-mio v0.2.3 |
1592 | 2024-08-02T16:48:42.829Z | Compiling hyper-rustls v0.24.2 |
1593 | 2024-08-02T16:48:42.920Z | Compiling cookie_store v0.20.0 |
1594 | 2024-08-02T16:48:43.163Z | Compiling postgres-types v0.2.7 |
1595 | 2024-08-02T16:48:43.413Z | Compiling num-bigint v0.4.5 |
1596 | 2024-08-02T16:48:43.619Z | Compiling zerocopy v0.6.6 |
1597 | 2024-08-02T16:48:44.250Z | Compiling hubpack v0.1.2 |
1598 | 2024-08-02T16:48:44.461Z | Compiling phf_shared v0.10.0 |
1599 | 2024-08-02T16:48:44.571Z | Compiling hkdf v0.12.4 |
1600 | 2024-08-02T16:48:44.684Z | Compiling serde_urlencoded v0.7.1 |
1601 | 2024-08-02T16:48:44.861Z | Compiling crossbeam-epoch v0.9.18 |
1602 | 2024-08-02T16:48:45.298Z | Compiling ipnetwork v0.20.0 |
1603 | 2024-08-02T16:48:46.395Z | Compiling futures-executor v0.3.30 |
1604 | 2024-08-02T16:48:46.836Z | Compiling crypto-bigint v0.5.5 |
1605 | 2024-08-02T16:48:46.954Z | Compiling float-cmp v0.9.0 |
1606 | 2024-08-02T16:48:47.022Z | Compiling memmap v0.7.0 |
1607 | 2024-08-02T16:48:47.157Z | Compiling winnow v0.6.8 |
1608 | 2024-08-02T16:48:48.620Z | Compiling precomputed-hash v0.1.1 |
1609 | 2024-08-02T16:48:49.236Z | Compiling unicode-segmentation v1.11.0 |
1610 | 2024-08-02T16:48:49.445Z | Compiling sync_wrapper v0.1.2 |
1611 | 2024-08-02T16:48:49.574Z | Compiling minimal-lexical v0.2.1 |
1612 | 2024-08-02T16:48:50.084Z | Compiling webpki-roots v0.25.4 |
1613 | 2024-08-02T16:48:50.247Z | Compiling static_assertions v1.1.0 |
1614 | 2024-08-02T16:48:50.351Z | Compiling new_debug_unreachable v1.0.6 |
1615 | 2024-08-02T16:48:50.354Z | Compiling data-encoding v2.6.0 |
1616 | 2024-08-02T16:48:50.450Z | Compiling whoami v1.5.1 |
1617 | 2024-08-02T16:48:50.610Z | Compiling normalize-line-endings v0.3.0 |
1618 | 2024-08-02T16:48:50.740Z | Compiling fixedbitset v0.4.2 |
1619 | 2024-08-02T16:48:51.025Z | Compiling difflib v0.4.0 |
1620 | 2024-08-02T16:48:51.140Z | Compiling predicates-core v1.0.6 |
1621 | 2024-08-02T16:48:51.157Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1622 | 2024-08-02T16:48:51.464Z | Compiling predicates v3.1.0 |
1623 | 2024-08-02T16:48:51.595Z | Compiling reqwest v0.11.27 |
1624 | 2024-08-02T16:48:51.963Z | Compiling petgraph v0.6.5 |
1625 | 2024-08-02T16:48:52.331Z | Compiling trust-dns-proto v0.22.0 |
1626 | 2024-08-02T16:48:52.695Z | Compiling tokio-postgres v0.7.11 |
1627 | 2024-08-02T16:48:53.044Z | Compiling toml_edit v0.22.16 |
1628 | 2024-08-02T16:48:55.154Z | Compiling string_cache v0.8.7 |
1629 | 2024-08-02T16:48:55.595Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1630 | 2024-08-02T16:48:55.959Z | Compiling nom v7.1.3 |
1631 | 2024-08-02T16:48:57.926Z | Compiling similar v2.5.0 |
1632 | 2024-08-02T16:48:59.090Z | Compiling elliptic-curve v0.13.8 |
1633 | 2024-08-02T16:48:59.836Z | Compiling usdt v0.5.0 |
1634 | 2024-08-02T16:49:00.297Z | Compiling futures v0.3.30 |
1635 | 2024-08-02T16:49:00.418Z | Compiling yasna v0.5.2 |
1636 | 2024-08-02T16:49:00.494Z | Compiling diesel v2.1.6 |
1637 | 2024-08-02T16:49:00.917Z | Compiling crossterm v0.27.0 |
1638 | 2024-08-02T16:49:01.247Z | Compiling flate2 v1.0.30 |
1639 | 2024-08-02T16:49:01.250Z | Compiling cipher v0.4.4 |
1640 | 2024-08-02T16:49:01.867Z | Compiling clap v4.5.9 |
1641 | 2024-08-02T16:49:01.995Z | Compiling bit-set v0.5.3 |
1642 | 2024-08-02T16:49:02.011Z | Compiling itertools v0.12.1 |
1643 | 2024-08-02T16:49:02.119Z | Compiling itertools v0.10.5 |
1644 | 2024-08-02T16:49:02.453Z | Compiling num-iter v0.1.45 |
1645 | 2024-08-02T16:49:02.649Z | Compiling console v0.15.8 |
1646 | 2024-08-02T16:49:04.163Z | Compiling tokio-stream v0.1.15 |
1647 | 2024-08-02T16:49:04.317Z | Compiling toml v0.7.8 |
1648 | 2024-08-02T16:49:04.757Z | Compiling bstr v1.9.1 |
1649 | 2024-08-02T16:49:04.966Z | Compiling hex v0.4.3 |
1650 | 2024-08-02T16:49:05.310Z | Compiling peg-runtime v0.8.3 |
1651 | 2024-08-02T16:49:05.718Z | Compiling camino v1.1.7 |
1652 | 2024-08-02T16:49:05.827Z | Compiling unicode-xid v0.2.4 |
1653 | 2024-08-02T16:49:05.909Z | Compiling lalrpop-util v0.19.12 |
1654 | 2024-08-02T16:49:06.345Z | Compiling proc-macro-crate v1.3.1 |
1655 | 2024-08-02T16:49:07.429Z | Compiling heapless v0.8.0 |
1656 | 2024-08-02T16:49:10.012Z | Compiling num_enum_derive v0.5.11 |
1657 | 2024-08-02T16:49:15.491Z | Compiling hash32 v0.3.1 |
1658 | 2024-08-02T16:49:15.965Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1659 | 2024-08-02T16:49:16.311Z | Compiling ident_case v1.0.1 |
1660 | 2024-08-02T16:49:16.673Z | Compiling rustls-pki-types v1.7.0 |
1661 | 2024-08-02T16:49:18.623Z | Compiling smoltcp v0.11.0 |
1662 | 2024-08-02T16:49:23.011Z | Compiling darling_core v0.20.9 |
1663 | 2024-08-02T16:49:32.428Z | Compiling num_enum v0.5.11 |
1664 | 2024-08-02T16:49:34.000Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1665 | 2024-08-02T16:49:34.206Z | Compiling getopts v0.2.21 |
1666 | 2024-08-02T16:49:35.048Z | Compiling dirs-sys-next v0.1.2 |
1667 | 2024-08-02T16:49:35.375Z | Compiling proc-macro-error-attr v1.0.4 |
1668 | 2024-08-02T16:49:36.133Z | Compiling rustls v0.22.4 |
1669 | 2024-08-02T16:49:36.222Z | Compiling unsafe-libyaml v0.2.11 |
1670 | 2024-08-02T16:49:36.250Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1671 | 2024-08-02T16:49:36.525Z | Compiling cobs v0.2.3 |
1672 | 2024-08-02T16:49:37.387Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1673 | 2024-08-02T16:49:37.589Z | Compiling embedded-io v0.4.0 |
1674 | 2024-08-02T16:49:37.837Z | Compiling paste v1.0.15 |
1675 | 2024-08-02T16:49:38.199Z | Compiling postcard v1.0.8 |
1676 | 2024-08-02T16:49:38.368Z | Compiling serde_yaml v0.9.34+deprecated |
1677 | 2024-08-02T16:49:41.572Z | Compiling dirs-next v2.0.0 |
1678 | 2024-08-02T16:49:43.053Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1679 | 2024-08-02T16:49:44.780Z | Compiling darling_macro v0.20.9 |
1680 | 2024-08-02T16:49:46.374Z | Compiling rustls-webpki v0.102.4 |
1681 | 2024-08-02T16:49:52.892Z | Compiling strum_macros v0.26.4 |
1682 | 2024-08-02T16:49:54.493Z | Compiling foreign-types-macros v0.2.3 |
1683 | 2024-08-02T16:49:54.860Z | Compiling structmeta-derive v0.3.0 |
1684 | 2024-08-02T16:49:55.727Z | Compiling thread_local v1.1.8 |
1685 | 2024-08-02T16:49:55.940Z | Compiling multer v3.1.0 |
1686 | 2024-08-02T16:49:56.225Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1687 | 2024-08-02T16:49:56.414Z | Compiling proc-macro-error v1.0.4 |
1688 | 2024-08-02T16:49:56.811Z | Compiling match_cfg v0.1.0 |
1689 | 2024-08-02T16:49:57.166Z | Compiling foreign-types-shared v0.3.1 |
1690 | 2024-08-02T16:49:58.098Z | Compiling slog-async v2.8.0 |
1691 | 2024-08-02T16:49:58.122Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1692 | 2024-08-02T16:49:59.327Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1693 | 2024-08-02T16:49:59.488Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1694 | 2024-08-02T16:50:03.425Z | Compiling strum v0.26.3 |
1695 | 2024-08-02T16:50:03.631Z | Compiling structmeta v0.3.0 |
1696 | 2024-08-02T16:50:04.836Z | Compiling foreign-types v0.5.0 |
1697 | 2024-08-02T16:50:05.124Z | Compiling hostname v0.3.1 |
1698 | 2024-08-02T16:50:09.889Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1699 | 2024-08-02T16:50:11.200Z | Compiling darling v0.20.9 |
1700 | 2024-08-02T16:50:14.725Z | Compiling term v0.7.0 |
1701 | 2024-08-02T16:50:21.011Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1702 | 2024-08-02T16:50:23.716Z | Compiling slog-json v2.6.1 |
1703 | 2024-08-02T16:50:24.267Z | Compiling tabwriter v1.4.0 |
1704 | 2024-08-02T16:50:24.956Z | Compiling crossbeam-channel v0.5.12 |
1705 | 2024-08-02T16:50:25.553Z | Compiling http v1.1.0 |
1706 | 2024-08-02T16:50:25.960Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1707 | 2024-08-02T16:50:26.210Z | Compiling async-stream-impl v0.3.5 |
1708 | 2024-08-02T16:50:26.251Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1709 | 2024-08-02T16:50:26.613Z | Compiling cstr-argument v0.1.2 |
1710 | 2024-08-02T16:50:26.750Z | Compiling is-terminal v0.4.12 |
1711 | 2024-08-02T16:50:26.884Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c) |
1712 | 2024-08-02T16:50:27.161Z | Compiling fastrand v2.1.0 |
1713 | 2024-08-02T16:50:27.298Z | Compiling pretty-hex v0.2.1 |
1714 | 2024-08-02T16:50:27.492Z | Compiling take_mut v0.2.2 |
1715 | 2024-08-02T16:50:27.539Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1716 | 2024-08-02T16:50:27.666Z | Compiling rayon-core v1.12.1 |
1717 | 2024-08-02T16:50:27.830Z | Compiling atomic-waker v1.1.2 |
1718 | 2024-08-02T16:50:27.846Z | Compiling crucible-workspace-hack v0.1.0 |
1719 | 2024-08-02T16:50:27.949Z | Compiling waitgroup v0.1.2 |
1720 | 2024-08-02T16:50:28.129Z | Compiling tempfile v3.10.1 |
1721 | 2024-08-02T16:50:28.148Z | Compiling async-stream v0.3.5 |
1722 | 2024-08-02T16:50:28.190Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1723 | 2024-08-02T16:50:28.908Z | Compiling slog-term v2.9.1 |
1724 | 2024-08-02T16:50:29.928Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1725 | 2024-08-02T16:50:30.474Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1726 | 2024-08-02T16:50:30.704Z | Compiling slog-bunyan v2.5.0 |
1727 | 2024-08-02T16:50:30.985Z | Compiling tokio-rustls v0.25.0 |
1728 | 2024-08-02T16:50:31.165Z | Compiling serde_with_macros v3.8.3 |
1729 | 2024-08-02T16:50:31.273Z | Compiling parse-display-derive v0.9.1 |
1730 | 2024-08-02T16:50:31.452Z | Compiling toml v0.8.15 |
1731 | 2024-08-02T16:50:31.602Z | Compiling rustls-pemfile v2.1.2 |
1732 | 2024-08-02T16:50:31.728Z | Compiling sha1 v0.10.6 |
1733 | 2024-08-02T16:50:32.359Z | Compiling crossbeam-deque v0.8.5 |
1734 | 2024-08-02T16:50:32.563Z | Compiling colored v2.1.0 |
1735 | 2024-08-02T16:50:32.763Z | Compiling newtype-uuid v1.1.0 |
1736 | 2024-08-02T16:50:33.127Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c) |
1737 | 2024-08-02T16:50:33.858Z | Compiling serde_path_to_error v0.1.16 |
1738 | 2024-08-02T16:50:34.007Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1739 | 2024-08-02T16:50:34.742Z | Compiling hostname v0.4.0 |
1740 | 2024-08-02T16:50:34.903Z | Compiling instant v0.1.12 |
1741 | 2024-08-02T16:50:35.003Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1742 | 2024-08-02T16:50:35.144Z | Compiling debug-ignore v1.0.5 |
1743 | 2024-08-02T16:50:35.310Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1744 | 2024-08-02T16:50:35.416Z | Compiling backoff v0.4.0 |
1745 | 2024-08-02T16:50:35.474Z | Compiling parse-display v0.9.1 |
1746 | 2024-08-02T16:50:35.776Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1747 | 2024-08-02T16:50:35.994Z | Compiling serde_with v3.8.3 |
1748 | 2024-08-02T16:50:37.332Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1749 | 2024-08-02T16:50:38.584Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1750 | 2024-08-02T16:50:39.979Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1751 | 2024-08-02T16:50:40.675Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1752 | 2024-08-02T16:50:40.696Z | Compiling camino-tempfile v1.1.1 |
1753 | 2024-08-02T16:50:40.865Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1754 | 2024-08-02T16:50:41.368Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1755 | 2024-08-02T16:50:41.487Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1756 | 2024-08-02T16:50:41.550Z | Compiling macaddr v1.0.1 |
1757 | 2024-08-02T16:50:42.151Z | Compiling num-derive v0.4.2 |
1758 | 2024-08-02T16:50:42.188Z | Compiling sigpipe v0.1.3 |
1759 | 2024-08-02T16:50:42.328Z | Compiling libefi-sys v0.1.0 |
1760 | 2024-08-02T16:50:42.651Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1761 | 2024-08-02T16:50:43.173Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1762 | 2024-08-02T16:50:44.541Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1763 | 2024-08-02T16:50:45.010Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1764 | 2024-08-02T16:50:45.173Z | Compiling rayon v1.10.0 |
1765 | 2024-08-02T16:50:46.156Z | Compiling smf v0.2.3 |
1766 | 2024-08-02T16:50:46.468Z | Compiling bitfield-struct v0.6.1 |
1767 | 2024-08-02T16:50:46.536Z | Compiling ring v0.16.20 |
1768 | 2024-08-02T16:50:47.579Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1769 | 2024-08-02T16:50:47.864Z | Compiling blake3 v1.5.1 |
1770 | 2024-08-02T16:50:47.933Z | Compiling portable-atomic v1.6.0 |
1771 | 2024-08-02T16:50:48.829Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1772 | 2024-08-02T16:50:49.088Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1773 | 2024-08-02T16:50:49.363Z | Compiling xattr v1.3.1 |
1774 | 2024-08-02T16:50:49.577Z | Compiling filetime v0.2.23 |
1775 | 2024-08-02T16:50:49.671Z | Compiling memmap2 v0.9.4 |
1776 | 2024-08-02T16:50:49.920Z | Compiling constant_time_eq v0.3.0 |
1777 | 2024-08-02T16:50:50.103Z | Compiling arrayref v0.3.7 |
1778 | 2024-08-02T16:50:50.210Z | Compiling arrayvec v0.7.4 |
1779 | 2024-08-02T16:50:50.231Z | Compiling spin v0.5.2 |
1780 | 2024-08-02T16:50:50.250Z | Compiling untrusted v0.7.1 |
1781 | 2024-08-02T16:50:50.438Z | Compiling same-file v1.0.6 |
1782 | 2024-08-02T16:50:50.478Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1783 | 2024-08-02T16:50:50.661Z | Compiling walkdir v2.5.0 |
1784 | 2024-08-02T16:50:50.700Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1785 | 2024-08-02T16:50:51.106Z | Compiling tar v0.4.41 |
1786 | 2024-08-02T16:50:52.295Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1787 | 2024-08-02T16:50:52.363Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1788 | 2024-08-02T16:50:54.521Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1789 | 2024-08-02T16:50:55.737Z | Compiling cargo-platform v0.1.8 |
1790 | 2024-08-02T16:50:56.431Z | Compiling gethostname v0.4.3 |
1791 | 2024-08-02T16:50:56.710Z | Compiling number_prefix v0.4.0 |
1792 | 2024-08-02T16:50:56.880Z | Compiling topological-sort v0.2.2 |
1793 | 2024-08-02T16:50:56.895Z | Compiling cargo_metadata v0.18.1 |
1794 | 2024-08-02T16:50:56.964Z | Compiling indicatif v0.17.8 |
1795 | 2024-08-02T16:50:57.144Z | Compiling omicron-zone-package v0.11.0 |
1796 | 2024-08-02T16:51:05.346Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1797 | 2024-08-02T16:51:09.713Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1798 | 2024-08-02T16:51:10.303Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1799 | 2024-08-02T16:51:11.766Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1800 | 2024-08-02T16:51:28.972Z | Finished `release` profile [optimized] target(s) in 4m 33s |
1801 | 2024-08-02T16:51:29.084Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1802 | 2024-08-02T16:51:29.124Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1803 | 2024-08-02T16:51:29.127Z | Created new build target 'test' and set it as active |
1804 | 2024-08-02T16:51:29.127Z | |
1805 | 2024-08-02T16:51:29.127Z | real 4:33.344743861 |
1806 | 2024-08-02T16:51:29.127Z | user 30:53.078642836 |
1807 | 2024-08-02T16:51:29.127Z | sys 4:00.813351941 |
1808 | 2024-08-02T16:51:29.127Z | trap 0.917616495 |
1809 | 2024-08-02T16:51:29.127Z | tflt 2.015333034 |
1810 | 2024-08-02T16:51:29.127Z | dflt 1.068841732 |
1811 | 2024-08-02T16:51:29.127Z | kflt 0.000137664 |
1812 | 2024-08-02T16:51:29.127Z | lock 1:08:44.468067822 |
1813 | 2024-08-02T16:51:29.127Z | slp 1:26:29.714848904 |
1814 | 2024-08-02T16:51:29.127Z | lat 2:04.587478769 |
1815 | 2024-08-02T16:51:29.127Z | stop 3:09.371281173 |
1816 | 2024-08-02T16:51:29.127Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1817 | 2024-08-02T16:51:29.991Z | Finished `release` profile [optimized] target(s) in 0.81s |
1818 | 2024-08-02T16:51:30.031Z | Running `target/release/omicron-package -t test package` |
1819 | 2024-08-02T16:51:30.067Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1820 | 2024-08-02T16:51:31.089Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1821 | 2024-08-02T16:51:31.089Z | Compiling camino v1.1.7 |
1822 | 2024-08-02T16:51:31.089Z | Compiling password-hash v0.5.0 |
1823 | 2024-08-02T16:51:31.089Z | Compiling blake2 v0.10.6 |
1824 | 2024-08-02T16:51:31.092Z | Compiling derive-where v1.2.7 |
1825 | 2024-08-02T16:51:31.092Z | Compiling humantime v2.1.0 |
1826 | 2024-08-02T16:51:31.189Z | Compiling newline-converter v0.3.0 |
1827 | 2024-08-02T16:51:31.232Z | Compiling toml v0.8.15 |
1828 | 2024-08-02T16:51:31.390Z | Compiling expectorate v1.1.0 |
1829 | 2024-08-02T16:51:31.427Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1830 | 2024-08-02T16:51:31.561Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1831 | 2024-08-02T16:51:31.867Z | Compiling argon2 v0.5.3 |
1832 | 2024-08-02T16:51:32.079Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1833 | 2024-08-02T16:51:32.127Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1834 | 2024-08-02T16:51:32.310Z | Compiling dirs-sys-next v0.1.2 |
1835 | 2024-08-02T16:51:32.800Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1836 | 2024-08-02T16:51:32.842Z | Compiling dirs-next v2.0.0 |
1837 | 2024-08-02T16:51:33.022Z | Compiling prettyplease v0.2.20 |
1838 | 2024-08-02T16:51:33.272Z | Compiling term v0.7.0 |
1839 | 2024-08-02T16:51:33.306Z | Compiling semver v0.1.20 |
1840 | 2024-08-02T16:51:33.334Z | Compiling is-terminal v0.4.12 |
1841 | 2024-08-02T16:51:33.441Z | Compiling home v0.5.9 |
1842 | 2024-08-02T16:51:33.463Z | Compiling convert_case v0.4.0 |
1843 | 2024-08-02T16:51:33.688Z | Compiling rustc_version v0.1.7 |
1844 | 2024-08-02T16:51:33.930Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
1845 | 2024-08-02T16:51:34.132Z | Compiling newtype_derive v0.1.6 |
1846 | 2024-08-02T16:51:34.238Z | Compiling rustls-pki-types v1.7.0 |
1847 | 2024-08-02T16:51:34.261Z | Compiling derive_more v0.99.18 |
1848 | 2024-08-02T16:51:34.592Z | Compiling steno v0.4.1 |
1849 | 2024-08-02T16:51:34.606Z | Compiling rustls v0.22.4 |
1850 | 2024-08-02T16:51:34.631Z | Compiling thread_local v1.1.8 |
1851 | 2024-08-02T16:51:35.026Z | Compiling rustls-webpki v0.102.4 |
1852 | 2024-08-02T16:51:35.144Z | Compiling linked-hash-map v0.5.6 |
1853 | 2024-08-02T16:51:35.539Z | Compiling match_cfg v0.1.0 |
1854 | 2024-08-02T16:51:35.641Z | Compiling hostname v0.3.1 |
1855 | 2024-08-02T16:51:36.917Z | Compiling lru-cache v0.1.2 |
1856 | 2024-08-02T16:51:37.102Z | Compiling multer v3.1.0 |
1857 | 2024-08-02T16:51:37.129Z | Compiling slog-async v2.8.0 |
1858 | 2024-08-02T16:51:37.173Z | Compiling slog-json v2.6.1 |
1859 | 2024-08-02T16:51:37.194Z | Compiling crossbeam-channel v0.5.12 |
1860 | 2024-08-02T16:51:37.556Z | Compiling http v1.1.0 |
1861 | 2024-08-02T16:51:37.958Z | Compiling atomic-waker v1.1.2 |
1862 | 2024-08-02T16:51:38.155Z | Compiling take_mut v0.2.2 |
1863 | 2024-08-02T16:51:38.256Z | Compiling waitgroup v0.1.2 |
1864 | 2024-08-02T16:51:38.474Z | Compiling slog-bunyan v2.5.0 |
1865 | 2024-08-02T16:51:38.676Z | Compiling slog-term v2.9.1 |
1866 | 2024-08-02T16:51:39.823Z | Compiling rustls-pemfile v2.1.2 |
1867 | 2024-08-02T16:51:39.970Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c) |
1868 | 2024-08-02T16:51:40.041Z | Compiling tokio-rustls v0.25.0 |
1869 | 2024-08-02T16:51:40.232Z | Compiling async-stream v0.3.5 |
1870 | 2024-08-02T16:51:40.375Z | Compiling sha1 v0.10.6 |
1871 | 2024-08-02T16:51:40.470Z | Compiling newtype-uuid v1.1.0 |
1872 | 2024-08-02T16:51:40.554Z | Compiling serde_path_to_error v0.1.16 |
1873 | 2024-08-02T16:51:40.667Z | Compiling hostname v0.4.0 |
1874 | 2024-08-02T16:51:40.786Z | Compiling instant v0.1.12 |
1875 | 2024-08-02T16:51:40.800Z | Compiling slog-dtrace v0.3.0 |
1876 | 2024-08-02T16:51:40.896Z | Compiling debug-ignore v1.0.5 |
1877 | 2024-08-02T16:51:40.926Z | Compiling backoff v0.4.0 |
1878 | 2024-08-02T16:51:41.055Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1879 | 2024-08-02T16:51:41.151Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1880 | 2024-08-02T16:51:41.381Z | Compiling parse-display v0.9.1 |
1881 | 2024-08-02T16:51:41.384Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1882 | 2024-08-02T16:51:41.574Z | Compiling serde_with v3.8.3 |
1883 | 2024-08-02T16:51:41.777Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1884 | 2024-08-02T16:51:41.958Z | Compiling strum v0.26.3 |
1885 | 2024-08-02T16:51:42.148Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1886 | 2024-08-02T16:51:43.260Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1887 | 2024-08-02T16:51:43.960Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1888 | 2024-08-02T16:51:44.130Z | Compiling num-rational v0.4.2 |
1889 | 2024-08-02T16:51:44.895Z | Compiling num-complex v0.4.6 |
1890 | 2024-08-02T16:51:45.694Z | Compiling macaddr v1.0.1 |
1891 | 2024-08-02T16:51:45.822Z | Compiling swrite v0.1.0 |
1892 | 2024-08-02T16:51:45.951Z | Compiling num v0.4.3 |
1893 | 2024-08-02T16:51:46.351Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1894 | 2024-08-02T16:51:47.454Z | Compiling quick-error v1.2.3 |
1895 | 2024-08-02T16:51:47.569Z | Compiling float-ord v0.3.2 |
1896 | 2024-08-02T16:51:47.621Z | Compiling resolv-conf v0.7.0 |
1897 | 2024-08-02T16:51:48.657Z | Compiling trust-dns-resolver v0.22.0 |
1898 | 2024-08-02T16:51:48.732Z | Compiling rayon-core v1.12.1 |
1899 | 2024-08-02T16:51:48.756Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1900 | 2024-08-02T16:51:49.213Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
1901 | 2024-08-02T16:51:49.240Z | Compiling crossbeam-deque v0.8.5 |
1902 | 2024-08-02T16:51:49.590Z | Compiling fastrand v2.1.0 |
1903 | 2024-08-02T16:51:50.113Z | Compiling same-file v1.0.6 |
1904 | 2024-08-02T16:51:50.342Z | Compiling termcolor v1.4.1 |
1905 | 2024-08-02T16:51:51.519Z | Compiling display-error-chain v0.2.0 |
1906 | 2024-08-02T16:51:51.716Z | Compiling walkdir v2.5.0 |
1907 | 2024-08-02T16:51:52.391Z | Compiling tempfile v3.10.1 |
1908 | 2024-08-02T16:51:54.860Z | Compiling half v2.4.1 |
1909 | 2024-08-02T16:51:54.905Z | Compiling utf-8 v0.7.6 |
1910 | 2024-08-02T16:51:55.258Z | Compiling ciborium-io v0.2.2 |
1911 | 2024-08-02T16:51:55.401Z | Compiling ciborium-ll v0.2.2 |
1912 | 2024-08-02T16:51:55.604Z | Compiling blake3 v1.5.1 |
1913 | 2024-08-02T16:51:55.877Z | Compiling ring v0.16.20 |
1914 | 2024-08-02T16:51:55.975Z | Compiling rayon v1.10.0 |
1915 | 2024-08-02T16:51:58.555Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1916 | 2024-08-02T16:52:00.954Z | Compiling xattr v1.3.1 |
1917 | 2024-08-02T16:52:01.228Z | Compiling nibble_vec v0.1.0 |
1918 | 2024-08-02T16:52:01.466Z | Compiling memmap2 v0.9.4 |
1919 | 2024-08-02T16:52:01.874Z | Compiling filetime v0.2.23 |
1920 | 2024-08-02T16:52:02.032Z | Compiling endian-type v0.1.2 |
1921 | 2024-08-02T16:52:02.192Z | Compiling arrayref v0.3.7 |
1922 | 2024-08-02T16:52:02.278Z | Compiling spin v0.5.2 |
1923 | 2024-08-02T16:52:02.299Z | Compiling untrusted v0.7.1 |
1924 | 2024-08-02T16:52:02.486Z | Compiling arrayvec v0.7.4 |
1925 | 2024-08-02T16:52:02.539Z | Compiling constant_time_eq v0.3.0 |
1926 | 2024-08-02T16:52:02.704Z | Compiling cancel-safe-futures v0.1.5 |
1927 | 2024-08-02T16:52:04.391Z | Compiling radix_trie v0.2.1 |
1928 | 2024-08-02T16:52:05.333Z | Compiling tar v0.4.41 |
1929 | 2024-08-02T16:52:06.540Z | Compiling ciborium v0.2.2 |
1930 | 2024-08-02T16:52:07.220Z | Compiling camino-tempfile v1.1.1 |
1931 | 2024-08-02T16:52:07.684Z | Compiling toolchain_find v0.4.0 |
1932 | 2024-08-02T16:52:08.268Z | Compiling crunchy v0.2.2 |
1933 | 2024-08-02T16:52:08.430Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
1934 | 2024-08-02T16:52:08.756Z | Compiling radium v0.7.0 |
1935 | 2024-08-02T16:52:08.777Z | Compiling topological-sort v0.2.2 |
1936 | 2024-08-02T16:52:09.019Z | Compiling glob v0.3.1 |
1937 | 2024-08-02T16:52:09.175Z | Compiling maplit v1.0.2 |
1938 | 2024-08-02T16:52:09.334Z | Compiling omicron-zone-package v0.11.0 |
1939 | 2024-08-02T16:52:09.864Z | Compiling clang-sys v1.7.0 |
1940 | 2024-08-02T16:52:10.217Z | Compiling rustfmt-wrapper v0.2.1 |
1941 | 2024-08-02T16:52:10.748Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1942 | 2024-08-02T16:52:11.271Z | Compiling tiny-keccak v2.0.2 |
1943 | 2024-08-02T16:52:11.397Z | Compiling tap v1.0.1 |
1944 | 2024-08-02T16:52:11.543Z | Compiling maybe-uninit v2.0.0 |
1945 | 2024-08-02T16:52:11.592Z | Compiling wyz v0.5.1 |
1946 | 2024-08-02T16:52:12.206Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1947 | 2024-08-02T16:52:12.650Z | Compiling crc-catalog v2.4.0 |
1948 | 2024-08-02T16:52:12.714Z | Compiling packed_struct v0.10.1 |
1949 | 2024-08-02T16:52:12.804Z | Compiling arc-swap v1.7.1 |
1950 | 2024-08-02T16:52:13.053Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1951 | 2024-08-02T16:52:13.139Z | Compiling funty v2.0.0 |
1952 | 2024-08-02T16:52:13.493Z | Compiling num-bigint-dig v0.8.4 |
1953 | 2024-08-02T16:52:13.507Z | Compiling slog-scope v4.4.0 |
1954 | 2024-08-02T16:52:13.832Z | Compiling crc v3.2.1 |
1955 | 2024-08-02T16:52:14.373Z | Compiling bitvec v1.0.1 |
1956 | 2024-08-02T16:52:15.145Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1957 | 2024-08-02T16:52:16.352Z | Compiling ascii-canvas v3.0.0 |
1958 | 2024-08-02T16:52:16.869Z | Compiling packed_struct_codegen v0.10.1 |
1959 | 2024-08-02T16:52:18.913Z | Compiling ena v0.14.3 |
1960 | 2024-08-02T16:52:19.352Z | Compiling indexmap v1.9.3 |
1961 | 2024-08-02T16:52:19.602Z | Compiling libloading v0.8.3 |
1962 | 2024-08-02T16:52:19.650Z | Compiling nodrop v0.1.14 |
1963 | 2024-08-02T16:52:19.800Z | Compiling bindgen v0.69.4 |
1964 | 2024-08-02T16:52:19.986Z | Compiling diff v0.1.13 |
1965 | 2024-08-02T16:52:20.238Z | Compiling regex-syntax v0.6.29 |
1966 | 2024-08-02T16:52:21.129Z | Compiling array-init v0.0.4 |
1967 | 2024-08-02T16:52:25.618Z | Compiling lalrpop v0.19.12 |
1968 | 2024-08-02T16:52:26.635Z | Compiling smallvec v0.6.14 |
1969 | 2024-08-02T16:52:31.615Z | Compiling slog-stdlog v4.1.1 |
1970 | 2024-08-02T16:52:31.709Z | Compiling tungstenite v0.21.0 |
1971 | 2024-08-02T16:52:31.789Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1972 | 2024-08-02T16:52:32.526Z | Compiling which v4.4.2 |
1973 | 2024-08-02T16:52:32.939Z | Compiling pkcs1 v0.7.5 |
1974 | 2024-08-02T16:52:33.109Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
1975 | 2024-08-02T16:52:33.345Z | Compiling signature v2.2.0 |
1976 | 2024-08-02T16:52:33.644Z | Compiling cexpr v0.6.0 |
1977 | 2024-08-02T16:52:35.345Z | Compiling libsw v3.3.1 |
1978 | 2024-08-02T16:52:35.699Z | Compiling atty v0.2.14 |
1979 | 2024-08-02T16:52:35.863Z | Compiling hashbrown v0.12.3 |
1980 | 2024-08-02T16:52:36.967Z | Compiling lazycell v1.3.0 |
1981 | 2024-08-02T16:52:37.058Z | Compiling rustc-hash v1.1.0 |
1982 | 2024-08-02T16:52:37.139Z | Compiling linear-map v1.2.0 |
1983 | 2024-08-02T16:52:37.193Z | Compiling bitfield v0.14.0 |
1984 | 2024-08-02T16:52:37.209Z | Compiling ref-cast v1.0.23 |
1985 | 2024-08-02T16:52:37.212Z | Compiling owo-colors v4.0.0 |
1986 | 2024-08-02T16:52:37.499Z | Compiling shlex v1.3.0 |
1987 | 2024-08-02T16:52:37.573Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1988 | 2024-08-02T16:52:37.908Z | Compiling rsa v0.9.6 |
1989 | 2024-08-02T16:52:38.798Z | Compiling tokio-tungstenite v0.21.0 |
1990 | 2024-08-02T16:52:39.406Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1991 | 2024-08-02T16:52:40.140Z | Compiling slog-envlogger v2.2.0 |
1992 | 2024-08-02T16:52:42.686Z | Compiling serde-hex v0.1.0 |
1993 | 2024-08-02T16:52:43.426Z | Compiling bzip2 v0.4.4 |
1994 | 2024-08-02T16:52:43.891Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1995 | 2024-08-02T16:52:44.219Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1996 | 2024-08-02T16:52:47.107Z | Compiling env_logger v0.10.2 |
1997 | 2024-08-02T16:52:47.950Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1998 | 2024-08-02T16:52:48.223Z | Compiling derive_builder_core v0.20.0 |
1999 | 2024-08-02T16:52:50.331Z | Compiling x509-cert v0.2.5 |
2000 | 2024-08-02T16:52:50.523Z | Compiling ron v0.8.1 |
2001 | 2024-08-02T16:52:52.422Z | Compiling headers-core v0.2.0 |
2002 | 2024-08-02T16:52:52.459Z | Compiling hashbrown v0.13.2 |
2003 | 2024-08-02T16:52:52.609Z | Compiling fxhash v0.2.1 |
2004 | 2024-08-02T16:52:52.847Z | Compiling libxml v0.3.3 |
2005 | 2024-08-02T16:52:53.139Z | Compiling polar-core v0.27.3 |
2006 | 2024-08-02T16:52:53.193Z | Compiling ref-cast-impl v1.0.23 |
2007 | 2024-08-02T16:52:53.740Z | Compiling crc-any v2.5.0 |
2008 | 2024-08-02T16:52:54.455Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2009 | 2024-08-02T16:52:54.662Z | Compiling object v0.30.4 |
2010 | 2024-08-02T16:52:56.704Z | Compiling headers v0.3.9 |
2011 | 2024-08-02T16:53:00.519Z | Compiling samael v0.0.15 |
2012 | 2024-08-02T16:53:02.124Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2013 | 2024-08-02T16:53:02.396Z | Compiling derive_builder_macro v0.20.0 |
2014 | 2024-08-02T16:53:03.246Z | Compiling zip v0.6.6 |
2015 | 2024-08-02T16:53:03.892Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2016 | 2024-08-02T16:53:04.193Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2017 | 2024-08-02T16:53:04.520Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2018 | 2024-08-02T16:53:06.096Z | Compiling strum_macros v0.24.3 |
2019 | 2024-08-02T16:53:07.204Z | Compiling async-recursion v1.1.1 |
2020 | 2024-08-02T16:53:07.690Z | Compiling unicase v2.7.0 |
2021 | 2024-08-02T16:53:07.980Z | Compiling cookie v0.18.1 |
2022 | 2024-08-02T16:53:08.269Z | Compiling indoc v1.0.9 |
2023 | 2024-08-02T16:53:08.641Z | Compiling path-slash v0.1.5 |
2024 | 2024-08-02T16:53:08.877Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2025 | 2024-08-02T16:53:09.235Z | Compiling derive_builder v0.20.0 |
2026 | 2024-08-02T16:53:11.906Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2027 | 2024-08-02T16:53:12.171Z | Compiling pem v3.0.4 |
2028 | 2024-08-02T16:53:13.724Z | Compiling oso-derive v0.27.3 |
2029 | 2024-08-02T16:53:14.240Z | Compiling impl-trait-for-tuples v0.2.2 |
2030 | 2024-08-02T16:53:14.606Z | Compiling quick-xml v0.31.0 |
2031 | 2024-08-02T16:53:14.714Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2032 | 2024-08-02T16:53:15.007Z | Compiling parking_lot_core v0.8.6 |
2033 | 2024-08-02T16:53:15.493Z | Compiling cfg_aliases v0.1.1 |
2034 | 2024-08-02T16:53:15.612Z | Compiling nix v0.28.0 |
2035 | 2024-08-02T16:53:18.996Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2036 | 2024-08-02T16:53:19.724Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2037 | 2024-08-02T16:53:21.358Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2038 | 2024-08-02T16:53:21.650Z | Compiling bb8 v0.8.5 |
2039 | 2024-08-02T16:53:22.267Z | Compiling const_format_proc_macros v0.2.32 |
2040 | 2024-08-02T16:53:23.680Z | Compiling oso v0.27.3 |
2041 | 2024-08-02T16:53:24.359Z | Compiling curve25519-dalek v4.1.3 |
2042 | 2024-08-02T16:53:24.695Z | Compiling vte_generate_state_changes v0.1.1 |
2043 | 2024-08-02T16:53:24.777Z | Compiling buf-list v1.0.3 |
2044 | 2024-08-02T16:53:24.952Z | Compiling keccak v0.1.5 |
2045 | 2024-08-02T16:53:25.272Z | Compiling vte v0.11.1 |
2046 | 2024-08-02T16:53:25.433Z | Compiling sha3 v0.10.8 |
2047 | 2024-08-02T16:53:26.006Z | Compiling const_format v0.2.32 |
2048 | 2024-08-02T16:53:26.332Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2049 | 2024-08-02T16:53:27.231Z | Compiling fd-lock v4.0.2 |
2050 | 2024-08-02T16:53:27.314Z | Compiling universal-hash v0.5.1 |
2051 | 2024-08-02T16:53:27.459Z | Compiling secrecy v0.8.0 |
2052 | 2024-08-02T16:53:27.565Z | Compiling thiserror-impl-no-std v2.0.2 |
2053 | 2024-08-02T16:53:27.750Z | Compiling pin-project-internal v1.1.5 |
2054 | 2024-08-02T16:53:27.880Z | Compiling curve25519-dalek-derive v0.1.1 |
2055 | 2024-08-02T16:53:29.307Z | Compiling opaque-debug v0.3.1 |
2056 | 2024-08-02T16:53:29.416Z | Compiling bytecount v0.6.8 |
2057 | 2024-08-02T16:53:29.737Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2058 | 2024-08-02T16:53:30.072Z | Compiling papergrid v0.11.0 |
2059 | 2024-08-02T16:53:30.408Z | Compiling thiserror-no-std v2.0.2 |
2060 | 2024-08-02T16:53:30.552Z | Compiling poly1305 v0.8.0 |
2061 | 2024-08-02T16:53:30.587Z | Compiling pin-project v1.1.5 |
2062 | 2024-08-02T16:53:32.082Z | Compiling parking_lot v0.11.2 |
2063 | 2024-08-02T16:53:37.445Z | Compiling strip-ansi-escapes v0.2.0 |
2064 | 2024-08-02T16:53:39.153Z | Compiling trust-dns-client v0.22.0 |
2065 | 2024-08-02T16:53:39.173Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2066 | 2024-08-02T16:53:39.457Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2067 | 2024-08-02T16:53:40.823Z | Compiling tabled_derive v0.7.0 |
2068 | 2024-08-02T16:53:41.966Z | Compiling chacha20 v0.9.1 |
2069 | 2024-08-02T16:53:42.417Z | Compiling aead v0.5.2 |
2070 | 2024-08-02T16:53:42.487Z | Compiling peg-macros v0.8.4 |
2071 | 2024-08-02T16:53:42.782Z | Compiling kstat-rs v0.2.4 |
2072 | 2024-08-02T16:53:43.172Z | Compiling snafu-derive v0.8.2 |
2073 | 2024-08-02T16:53:43.779Z | Compiling toml v0.5.11 |
2074 | 2024-08-02T16:53:44.531Z | Compiling sqlparser_derive v0.2.2 |
2075 | 2024-08-02T16:53:45.912Z | Compiling nu-ansi-term v0.50.0 |
2076 | 2024-08-02T16:53:45.929Z | Compiling unicode_categories v0.1.1 |
2077 | 2024-08-02T16:53:46.300Z | Compiling sqlformat v0.2.4 |
2078 | 2024-08-02T16:53:47.284Z | Compiling reedline v0.31.0 |
2079 | 2024-08-02T16:53:48.319Z | Compiling snafu v0.8.2 |
2080 | 2024-08-02T16:53:49.649Z | Compiling peg v0.8.4 |
2081 | 2024-08-02T16:53:49.772Z | Compiling rustyline v14.0.0 |
2082 | 2024-08-02T16:53:50.214Z | Compiling trust-dns-server v0.22.1 |
2083 | 2024-08-02T16:53:53.164Z | Compiling sqlparser v0.45.0 |
2084 | 2024-08-02T16:53:57.291Z | Compiling tabled v0.15.0 |
2085 | 2024-08-02T16:54:02.065Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2086 | 2024-08-02T16:54:05.542Z | Compiling chacha20poly1305 v0.10.1 |
2087 | 2024-08-02T16:54:05.813Z | Compiling mime_guess v2.0.4 |
2088 | 2024-08-02T16:54:07.001Z | Compiling vsss-rs v3.3.4 |
2089 | 2024-08-02T16:54:10.468Z | Compiling sled v0.34.7 |
2090 | 2024-08-02T16:54:11.563Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2091 | 2024-08-02T16:54:12.505Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2092 | 2024-08-02T16:54:13.955Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2093 | 2024-08-02T16:54:18.389Z | Compiling env_logger v0.9.3 |
2094 | 2024-08-02T16:54:18.518Z | Compiling tungstenite v0.20.1 |
2095 | 2024-08-02T16:54:22.866Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2096 | 2024-08-02T16:54:23.766Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2097 | 2024-08-02T16:54:32.167Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2098 | 2024-08-02T16:54:32.811Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2099 | 2024-08-02T16:54:40.005Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2100 | 2024-08-02T16:54:40.513Z | Compiling globset v0.4.14 |
2101 | 2024-08-02T16:54:43.406Z | Compiling olpc-cjson v0.1.3 |
2102 | 2024-08-02T16:54:43.785Z | Compiling bcs v0.1.6 |
2103 | 2024-08-02T16:54:44.717Z | Compiling bitstruct_derive v0.1.0 |
2104 | 2024-08-02T16:54:45.142Z | Compiling serde_plain v1.0.2 |
2105 | 2024-08-02T16:54:45.713Z | Compiling nanorand v0.7.0 |
2106 | 2024-08-02T16:54:46.036Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2107 | 2024-08-02T16:54:46.190Z | Compiling memoffset v0.9.1 |
2108 | 2024-08-02T16:54:46.487Z | Compiling typed-path v0.7.1 |
2109 | 2024-08-02T16:54:46.518Z | Compiling ascii v1.1.0 |
2110 | 2024-08-02T16:54:47.291Z | Compiling highway v1.1.0 |
2111 | 2024-08-02T16:54:48.703Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2112 | 2024-08-02T16:54:50.328Z | Compiling tough v0.17.1 |
2113 | 2024-08-02T16:54:53.477Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2114 | 2024-08-02T16:54:59.509Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2115 | 2024-08-02T16:55:02.162Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2116 | 2024-08-02T16:55:02.479Z | Compiling flume v0.11.0 |
2117 | 2024-08-02T16:55:03.259Z | Compiling bitstruct v0.1.1 |
2118 | 2024-08-02T16:55:03.396Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2119 | 2024-08-02T16:55:03.995Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2120 | 2024-08-02T16:55:04.604Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2121 | 2024-08-02T16:55:09.688Z | Compiling tokio-tungstenite v0.20.1 |
2122 | 2024-08-02T16:55:10.910Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2123 | 2024-08-02T16:55:13.830Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2124 | 2024-08-02T16:55:15.060Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2125 | 2024-08-02T16:55:17.297Z | Compiling erased-serde v0.3.31 |
2126 | 2024-08-02T16:55:19.118Z | Compiling serde_arrays v0.1.0 |
2127 | 2024-08-02T16:55:19.329Z | Compiling parse-size v1.0.0 |
2128 | 2024-08-02T16:55:19.629Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2129 | 2024-08-02T16:55:20.016Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2130 | 2024-08-02T16:55:22.437Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2131 | 2024-08-02T16:55:28.181Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2132 | 2024-08-02T16:55:28.756Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2133 | 2024-08-02T16:55:29.053Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2134 | 2024-08-02T16:55:29.370Z | Compiling heck v0.3.3 |
2135 | 2024-08-02T16:55:29.763Z | Compiling rand_seeder v0.2.3 |
2136 | 2024-08-02T16:55:30.173Z | Compiling castaway v0.2.2 |
2137 | 2024-08-02T16:55:30.370Z | Compiling csv-core v0.1.11 |
2138 | 2024-08-02T16:55:31.270Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2139 | 2024-08-02T16:55:31.326Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2140 | 2024-08-02T16:55:31.630Z | Compiling http-range v0.1.5 |
2141 | 2024-08-02T16:55:31.774Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2142 | 2024-08-02T16:55:32.219Z | Compiling hyper-staticfile v0.9.5 |
2143 | 2024-08-02T16:55:32.424Z | Compiling csv v1.3.0 |
2144 | 2024-08-02T16:55:34.608Z | Compiling compact_str v0.7.1 |
2145 | 2024-08-02T16:55:35.329Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2146 | 2024-08-02T16:55:35.540Z | Compiling zone_cfg_derive v0.1.2 |
2147 | 2024-08-02T16:55:36.197Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2148 | 2024-08-02T16:55:37.014Z | Compiling nix v0.27.1 |
2149 | 2024-08-02T16:55:40.045Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2150 | 2024-08-02T16:55:44.677Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2151 | 2024-08-02T16:55:47.605Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2152 | 2024-08-02T16:55:47.959Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2153 | 2024-08-02T16:55:48.247Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2154 | 2024-08-02T16:55:48.570Z | Compiling unicode-truncate v1.0.0 |
2155 | 2024-08-02T16:55:48.855Z | Compiling itertools v0.13.0 |
2156 | 2024-08-02T16:55:50.753Z | Compiling lru v0.12.3 |
2157 | 2024-08-02T16:55:51.113Z | Compiling serde-big-array v0.5.1 |
2158 | 2024-08-02T16:55:51.167Z | Compiling stability v0.2.0 |
2159 | 2024-08-02T16:55:51.400Z | Compiling cassowary v0.3.0 |
2160 | 2024-08-02T16:55:52.149Z | Compiling base64 v0.13.1 |
2161 | 2024-08-02T16:55:52.805Z | Compiling ron v0.7.1 |
2162 | 2024-08-02T16:55:52.921Z | Compiling ratatui v0.27.0 |
2163 | 2024-08-02T16:55:57.508Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2164 | 2024-08-02T16:56:04.066Z | Compiling zone v0.1.8 |
2165 | 2024-08-02T16:56:07.348Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2166 | 2024-08-02T16:56:09.714Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2167 | 2024-08-02T16:56:13.072Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2168 | 2024-08-02T16:56:15.694Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2169 | 2024-08-02T16:56:19.248Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2170 | 2024-08-02T16:56:20.277Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2171 | 2024-08-02T16:56:20.685Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2172 | 2024-08-02T16:56:21.855Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2173 | 2024-08-02T16:56:22.132Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2174 | 2024-08-02T16:56:22.246Z | Compiling signal-hook-tokio v0.3.1 |
2175 | 2024-08-02T16:56:22.503Z | Compiling portpicker v0.1.1 |
2176 | 2024-08-02T16:56:23.015Z | Compiling smawk v0.3.2 |
2177 | 2024-08-02T16:56:23.273Z | Compiling unicode-linebreak v0.1.5 |
2178 | 2024-08-02T16:56:23.821Z | Compiling textwrap v0.16.1 |
2179 | 2024-08-02T16:56:26.859Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2180 | 2024-08-02T16:56:27.573Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2181 | 2024-08-02T16:56:29.089Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2182 | 2024-08-02T16:56:32.656Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2183 | 2024-08-02T16:56:38.021Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2184 | 2024-08-02T16:56:39.085Z | Compiling rcgen v0.12.1 |
2185 | 2024-08-02T16:56:47.051Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2186 | 2024-08-02T16:56:49.155Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2187 | 2024-08-02T16:56:49.710Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2188 | 2024-08-02T16:56:50.002Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2189 | 2024-08-02T16:56:51.385Z | Compiling atomicwrites v0.4.3 |
2190 | 2024-08-02T16:56:51.930Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2191 | 2024-08-02T16:56:52.794Z | Compiling fatfs v0.3.6 |
2192 | 2024-08-02T16:56:54.489Z | Compiling subprocess v0.2.9 |
2193 | 2024-08-02T16:56:55.676Z | Compiling rtoolbox v0.0.2 |
2194 | 2024-08-02T16:56:56.094Z | Compiling is_ci v1.2.0 |
2195 | 2024-08-02T16:56:56.409Z | Compiling assert_matches v1.5.0 |
2196 | 2024-08-02T16:56:56.849Z | Compiling supports-color v3.0.0 |
2197 | 2024-08-02T16:56:57.528Z | Compiling rpassword v7.3.1 |
2198 | 2024-08-02T16:56:57.975Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2199 | 2024-08-02T16:56:59.643Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2200 | 2024-08-02T16:57:01.885Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2201 | 2024-08-02T16:57:05.324Z | Compiling tui-tree-widget v0.21.0 |
2202 | 2024-08-02T16:57:05.488Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2203 | 2024-08-02T16:57:05.777Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2204 | 2024-08-02T16:57:08.319Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2205 | 2024-08-02T16:57:08.612Z | Compiling uzers v0.11.3 |
2206 | 2024-08-02T16:57:09.155Z | Compiling shell-words v1.1.0 |
2207 | 2024-08-02T16:57:09.596Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2208 | 2024-08-02T16:57:11.577Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2209 | 2024-08-02T16:57:13.454Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2210 | 2024-08-02T16:57:27.123Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2211 | 2024-08-02T16:57:37.071Z | Compiling multimap v0.10.0 |
2212 | 2024-08-02T16:59:18.679Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2213 | 2024-08-02T16:59:21.678Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2214 | 2024-08-02T17:06:15.568Z | Finished `release` profile [optimized] target(s) in 14m 45s |
2215 | 2024-08-02T17:07:04.852Z | |
2216 | 2024-08-02T17:07:04.855Z | real 15:35.611315954 |
2217 | 2024-08-02T17:07:04.855Z | user 1:46:01.552019714 |
2218 | 2024-08-02T17:07:04.855Z | sys 6:04.020993195 |
2219 | 2024-08-02T17:07:04.855Z | trap 2.465175662 |
2220 | 2024-08-02T17:07:04.855Z | tflt 2.379018306 |
2221 | 2024-08-02T17:07:04.855Z | dflt 3.427330759 |
2222 | 2024-08-02T17:07:04.856Z | kflt 0.013185282 |
2223 | 2024-08-02T17:07:04.856Z | lock 6:28:17.226347433 |
2224 | 2024-08-02T17:07:04.856Z | slp 4:09:31.436821297 |
2225 | 2024-08-02T17:07:04.856Z | lat 2:43.043864531 |
2226 | 2024-08-02T17:07:04.856Z | stop 2:03.522159962 |
2227 | 2024-08-02T17:07:04.856Z | + mapfile -t packages |
2228 | 2024-08-02T17:07:04.856Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2229 | 2024-08-02T17:07:05.726Z | Finished `release` profile [optimized] target(s) in 0.82s |
2230 | 2024-08-02T17:07:05.766Z | Running `target/release/omicron-package -t test list-outputs` |
2231 | 2024-08-02T17:07:05.803Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2232 | 2024-08-02T17:07:05.806Z | + ptime -m cargo build --locked --release -p xtask |
2233 | 2024-08-02T17:07:06.356Z | Compiling serde v1.0.204 |
2234 | 2024-08-02T17:07:06.359Z | Compiling serde_json v1.0.120 |
2235 | 2024-08-02T17:07:06.360Z | Compiling libc v0.2.155 |
2236 | 2024-08-02T17:07:06.360Z | Compiling syn v2.0.72 |
2237 | 2024-08-02T17:07:06.431Z | Compiling usdt-impl v0.5.0 |
2238 | 2024-08-02T17:07:06.460Z | Compiling syn v1.0.109 |
2239 | 2024-08-02T17:07:06.760Z | Compiling rustix v0.38.34 |
2240 | 2024-08-02T17:07:06.810Z | Compiling hashbrown v0.14.5 |
2241 | 2024-08-02T17:07:06.907Z | Compiling log v0.4.21 |
2242 | 2024-08-02T17:07:06.921Z | Compiling bitflags v2.6.0 |
2243 | 2024-08-02T17:07:06.936Z | Compiling fs-err v2.11.0 |
2244 | 2024-08-02T17:07:07.385Z | Compiling anyhow v1.0.86 |
2245 | 2024-08-02T17:07:07.886Z | Compiling thread-id v4.2.1 |
2246 | 2024-08-02T17:07:08.220Z | Compiling indexmap v2.2.6 |
2247 | 2024-08-02T17:07:08.728Z | Compiling terminal_size v0.3.0 |
2248 | 2024-08-02T17:07:08.956Z | Compiling clap_builder v4.5.9 |
2249 | 2024-08-02T17:07:09.726Z | Compiling proc-macro-error v1.0.4 |
2250 | 2024-08-02T17:07:11.270Z | Compiling tabled_derive v0.7.0 |
2251 | 2024-08-02T17:07:12.626Z | Compiling tabled v0.15.0 |
2252 | 2024-08-02T17:07:15.515Z | Compiling serde_derive v1.0.204 |
2253 | 2024-08-02T17:07:17.940Z | Compiling thiserror-impl v1.0.63 |
2254 | 2024-08-02T17:07:18.086Z | Compiling zerocopy-derive v0.7.34 |
2255 | 2024-08-02T17:07:18.345Z | Compiling scroll_derive v0.12.0 |
2256 | 2024-08-02T17:07:19.849Z | Compiling scroll v0.12.0 |
2257 | 2024-08-02T17:07:20.129Z | Compiling zerocopy v0.7.34 |
2258 | 2024-08-02T17:07:20.489Z | Compiling goblin v0.8.2 |
2259 | 2024-08-02T17:07:20.821Z | Compiling thiserror v1.0.63 |
2260 | 2024-08-02T17:07:20.982Z | Compiling pest v2.7.10 |
2261 | 2024-08-02T17:07:22.392Z | Compiling clap_derive v4.5.8 |
2262 | 2024-08-02T17:07:23.934Z | Compiling pest_meta v2.7.10 |
2263 | 2024-08-02T17:07:25.730Z | Compiling pest_generator v2.7.10 |
2264 | 2024-08-02T17:07:27.600Z | Compiling clap v4.5.9 |
2265 | 2024-08-02T17:07:28.357Z | Compiling pest_derive v2.7.10 |
2266 | 2024-08-02T17:07:29.117Z | Compiling dtrace-parser v0.2.0 |
2267 | 2024-08-02T17:07:30.247Z | Compiling serde_spanned v0.6.6 |
2268 | 2024-08-02T17:07:30.518Z | Compiling toml_datetime v0.6.6 |
2269 | 2024-08-02T17:07:31.016Z | Compiling toml_edit v0.22.16 |
2270 | 2024-08-02T17:07:35.305Z | Compiling serde_tokenstream v0.2.1 |
2271 | 2024-08-02T17:07:35.832Z | Compiling dof v0.3.0 |
2272 | 2024-08-02T17:07:36.302Z | Compiling toml v0.8.15 |
2273 | 2024-08-02T17:07:36.970Z | Compiling cargo-platform v0.1.8 |
2274 | 2024-08-02T17:07:38.008Z | Compiling usdt-attr-macro v0.5.0 |
2275 | 2024-08-02T17:07:38.072Z | Compiling usdt-macro v0.5.0 |
2276 | 2024-08-02T17:07:39.336Z | Compiling semver v1.0.23 |
2277 | 2024-08-02T17:07:39.429Z | Compiling camino v1.1.7 |
2278 | 2024-08-02T17:07:39.739Z | Compiling usdt v0.5.0 |
2279 | 2024-08-02T17:07:39.845Z | Compiling cargo_toml v0.20.4 |
2280 | 2024-08-02T17:07:40.846Z | Compiling cargo_metadata v0.18.1 |
2281 | 2024-08-02T17:07:40.921Z | Compiling macaddr v1.0.1 |
2282 | 2024-08-02T17:07:52.169Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2283 | 2024-08-02T17:08:04.170Z | Finished `release` profile [optimized] target(s) in 58.31s |
2284 | 2024-08-02T17:08:04.254Z | |
2285 | 2024-08-02T17:08:04.254Z | real 58.419906043 |
2286 | 2024-08-02T17:08:04.254Z | user 5:45.949147581 |
2287 | 2024-08-02T17:08:04.254Z | sys 35.563404790 |
2288 | 2024-08-02T17:08:04.254Z | trap 0.150689301 |
2289 | 2024-08-02T17:08:04.254Z | tflt 0.287304145 |
2290 | 2024-08-02T17:08:04.254Z | dflt 0.526340162 |
2291 | 2024-08-02T17:08:04.254Z | kflt 0.000046625 |
2292 | 2024-08-02T17:08:04.255Z | lock 10:21.619530902 |
2293 | 2024-08-02T17:08:04.255Z | slp 10:51.502373113 |
2294 | 2024-08-02T17:08:04.255Z | lat 12.033057413 |
2295 | 2024-08-02T17:08:04.255Z | stop 13.507004266 |
2296 | 2024-08-02T17:08:04.258Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2297 | 2024-08-02T17:08:04.258Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2298 | 2024-08-02T17:08:04.258Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2299 | 2024-08-02T17:08:04.258Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2300 | 2024-08-02T17:08:04.258Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2301 | 2024-08-02T17:08:04.782Z | Downloading crates ... |
2302 | 2024-08-02T17:08:05.013Z | Downloaded md5 v0.7.0 |
2303 | 2024-08-02T17:08:05.020Z | Downloaded dirs-sys v0.4.1 |
2304 | 2024-08-02T17:08:05.023Z | Downloaded dhcproto-macros v0.1.0 |
2305 | 2024-08-02T17:08:05.023Z | Downloaded option-ext v0.2.0 |
2306 | 2024-08-02T17:08:05.030Z | Downloaded russh-cryptovec v0.7.2 |
2307 | 2024-08-02T17:08:05.033Z | Downloaded dirs v5.0.1 |
2308 | 2024-08-02T17:08:05.033Z | Downloaded rand_core v0.5.1 |
2309 | 2024-08-02T17:08:05.036Z | Downloaded ctr v0.9.2 |
2310 | 2024-08-02T17:08:05.039Z | Downloaded polyval v0.6.2 |
2311 | 2024-08-02T17:08:05.043Z | Downloaded pbkdf2 v0.11.0 |
2312 | 2024-08-02T17:08:05.046Z | Downloaded hex-literal v0.4.1 |
2313 | 2024-08-02T17:08:05.046Z | Downloaded ghash v0.5.1 |
2314 | 2024-08-02T17:08:05.046Z | Downloaded cbc v0.1.2 |
2315 | 2024-08-02T17:08:05.046Z | Downloaded bcrypt-pbkdf v0.10.0 |
2316 | 2024-08-02T17:08:05.049Z | Downloaded ed25519 v2.2.3 |
2317 | 2024-08-02T17:08:05.049Z | Downloaded blowfish v0.9.1 |
2318 | 2024-08-02T17:08:05.051Z | Downloaded rfc6979 v0.4.0 |
2319 | 2024-08-02T17:08:05.051Z | Downloaded rand_chacha v0.2.2 |
2320 | 2024-08-02T17:08:05.054Z | Downloaded russh-keys v0.43.0 |
2321 | 2024-08-02T17:08:05.054Z | Downloaded getrandom v0.1.16 |
2322 | 2024-08-02T17:08:05.058Z | Downloaded primeorder v0.13.6 |
2323 | 2024-08-02T17:08:05.058Z | Downloaded pbkdf2 v0.12.2 |
2324 | 2024-08-02T17:08:05.061Z | Downloaded password-hash v0.4.2 |
2325 | 2024-08-02T17:08:05.061Z | Downloaded ecdsa v0.16.9 |
2326 | 2024-08-02T17:08:05.063Z | Downloaded internet-checksum v0.2.1 |
2327 | 2024-08-02T17:08:05.066Z | Downloaded aes-gcm v0.10.3 |
2328 | 2024-08-02T17:08:05.069Z | Downloaded p256 v0.13.2 |
2329 | 2024-08-02T17:08:05.077Z | Downloaded ed25519-dalek v2.1.1 |
2330 | 2024-08-02T17:08:05.080Z | Downloaded dhcproto v0.11.0 |
2331 | 2024-08-02T17:08:05.086Z | Downloaded russh v0.43.0 |
2332 | 2024-08-02T17:08:05.091Z | Downloaded rand v0.7.3 |
2333 | 2024-08-02T17:08:05.095Z | Downloaded p521 v0.13.3 |
2334 | 2024-08-02T17:08:05.099Z | Downloaded aes v0.8.4 |
2335 | 2024-08-02T17:08:05.230Z | Compiling regress v0.9.1 |
2336 | 2024-08-02T17:08:05.331Z | Compiling getopts v0.2.21 |
2337 | 2024-08-02T17:08:05.334Z | Compiling unsafe-libyaml v0.2.11 |
2338 | 2024-08-02T17:08:05.334Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2339 | 2024-08-02T17:08:05.334Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2340 | 2024-08-02T17:08:05.334Z | Compiling sha1 v0.10.6 |
2341 | 2024-08-02T17:08:05.343Z | Compiling http v1.1.0 |
2342 | 2024-08-02T17:08:05.346Z | Compiling match_cfg v0.1.0 |
2343 | 2024-08-02T17:08:05.460Z | Compiling hostname v0.3.1 |
2344 | 2024-08-02T17:08:05.719Z | Compiling toml v0.8.15 |
2345 | 2024-08-02T17:08:05.779Z | Compiling rustls-pki-types v1.7.0 |
2346 | 2024-08-02T17:08:05.812Z | Compiling paste v1.0.15 |
2347 | 2024-08-02T17:08:05.844Z | Compiling ident_case v1.0.1 |
2348 | 2024-08-02T17:08:06.026Z | Compiling rustls v0.22.4 |
2349 | 2024-08-02T17:08:06.298Z | Compiling rustls-webpki v0.102.4 |
2350 | 2024-08-02T17:08:06.328Z | Compiling darling_core v0.20.9 |
2351 | 2024-08-02T17:08:06.375Z | Compiling multer v3.1.0 |
2352 | 2024-08-02T17:08:06.661Z | Compiling serde_yaml v0.9.34+deprecated |
2353 | 2024-08-02T17:08:07.474Z | Compiling slog-json v2.6.1 |
2354 | 2024-08-02T17:08:07.885Z | Compiling async-stream-impl v0.3.5 |
2355 | 2024-08-02T17:08:07.905Z | Compiling instant v0.1.12 |
2356 | 2024-08-02T17:08:08.007Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c) |
2357 | 2024-08-02T17:08:08.062Z | Compiling debug-ignore v1.0.5 |
2358 | 2024-08-02T17:08:08.216Z | Compiling atomic-waker v1.1.2 |
2359 | 2024-08-02T17:08:08.353Z | Compiling waitgroup v0.1.2 |
2360 | 2024-08-02T17:08:08.417Z | Compiling slog-bunyan v2.5.0 |
2361 | 2024-08-02T17:08:08.584Z | Compiling rustls-pemfile v2.1.2 |
2362 | 2024-08-02T17:08:08.622Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c) |
2363 | 2024-08-02T17:08:09.058Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2364 | 2024-08-02T17:08:09.302Z | Compiling async-stream v0.3.5 |
2365 | 2024-08-02T17:08:09.541Z | Compiling serde_path_to_error v0.1.16 |
2366 | 2024-08-02T17:08:09.646Z | Compiling hostname v0.4.0 |
2367 | 2024-08-02T17:08:09.926Z | Compiling structmeta-derive v0.3.0 |
2368 | 2024-08-02T17:08:10.438Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2369 | 2024-08-02T17:08:10.519Z | Compiling proc-macro-crate v1.3.1 |
2370 | 2024-08-02T17:08:11.129Z | Compiling newtype-uuid v1.1.0 |
2371 | 2024-08-02T17:08:11.189Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2372 | 2024-08-02T17:08:11.448Z | Compiling fastrand v2.1.0 |
2373 | 2024-08-02T17:08:11.659Z | Compiling tokio-rustls v0.25.0 |
2374 | 2024-08-02T17:08:11.973Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2375 | 2024-08-02T17:08:12.053Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2376 | 2024-08-02T17:08:12.089Z | Compiling tempfile v3.10.1 |
2377 | 2024-08-02T17:08:12.234Z | Compiling num_enum_derive v0.5.11 |
2378 | 2024-08-02T17:08:12.334Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2379 | 2024-08-02T17:08:12.717Z | Compiling backoff v0.4.0 |
2380 | 2024-08-02T17:08:13.023Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2381 | 2024-08-02T17:08:13.062Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2382 | 2024-08-02T17:08:13.143Z | Compiling structmeta v0.3.0 |
2383 | 2024-08-02T17:08:13.225Z | Compiling macaddr v1.0.1 |
2384 | 2024-08-02T17:08:13.602Z | Compiling parse-display-derive v0.9.1 |
2385 | 2024-08-02T17:08:13.701Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2386 | 2024-08-02T17:08:13.771Z | Compiling foreign-types-macros v0.2.3 |
2387 | 2024-08-02T17:08:13.816Z | Compiling darling_macro v0.20.9 |
2388 | 2024-08-02T17:08:14.002Z | Compiling heapless v0.8.0 |
2389 | 2024-08-02T17:08:14.583Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2390 | 2024-08-02T17:08:14.871Z | Compiling foreign-types-shared v0.3.1 |
2391 | 2024-08-02T17:08:14.900Z | Compiling darling v0.20.9 |
2392 | 2024-08-02T17:08:15.019Z | Compiling serde_with_macros v3.8.3 |
2393 | 2024-08-02T17:08:15.067Z | Compiling num_enum v0.5.11 |
2394 | 2024-08-02T17:08:15.096Z | Compiling foreign-types v0.5.0 |
2395 | 2024-08-02T17:08:15.225Z | Compiling proc-macro-error v1.0.4 |
2396 | 2024-08-02T17:08:15.384Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2397 | 2024-08-02T17:08:15.507Z | Compiling hash32 v0.3.1 |
2398 | 2024-08-02T17:08:15.761Z | Compiling cstr-argument v0.1.2 |
2399 | 2024-08-02T17:08:15.916Z | Compiling pretty-hex v0.2.1 |
2400 | 2024-08-02T17:08:16.038Z | Compiling smoltcp v0.11.0 |
2401 | 2024-08-02T17:08:16.112Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2402 | 2024-08-02T17:08:16.407Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2403 | 2024-08-02T17:08:16.834Z | Compiling camino-tempfile v1.1.1 |
2404 | 2024-08-02T17:08:17.023Z | Compiling tabwriter v1.4.0 |
2405 | 2024-08-02T17:08:17.289Z | Compiling colored v2.1.0 |
2406 | 2024-08-02T17:08:17.626Z | Compiling cobs v0.2.3 |
2407 | 2024-08-02T17:08:17.677Z | Compiling embedded-io v0.4.0 |
2408 | 2024-08-02T17:08:17.898Z | Compiling postcard v1.0.8 |
2409 | 2024-08-02T17:08:17.953Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2410 | 2024-08-02T17:08:18.143Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2411 | 2024-08-02T17:08:18.192Z | Compiling serde_with v3.8.3 |
2412 | 2024-08-02T17:08:18.228Z | Compiling crucible-workspace-hack v0.1.0 |
2413 | 2024-08-02T17:08:18.382Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2414 | 2024-08-02T17:08:18.520Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2415 | 2024-08-02T17:08:18.661Z | Compiling parse-display v0.9.1 |
2416 | 2024-08-02T17:08:18.819Z | Compiling smf v0.2.3 |
2417 | 2024-08-02T17:08:18.879Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2418 | 2024-08-02T17:08:19.320Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2419 | 2024-08-02T17:08:19.373Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2420 | 2024-08-02T17:08:19.877Z | Compiling num-derive v0.4.2 |
2421 | 2024-08-02T17:08:20.290Z | Compiling sigpipe v0.1.3 |
2422 | 2024-08-02T17:08:20.426Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2423 | 2024-08-02T17:08:20.894Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2424 | 2024-08-02T17:08:21.674Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2425 | 2024-08-02T17:08:21.863Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2426 | 2024-08-02T17:08:22.242Z | Compiling humantime v2.1.0 |
2427 | 2024-08-02T17:08:22.291Z | Compiling curve25519-dalek v4.1.3 |
2428 | 2024-08-02T17:08:22.377Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2429 | 2024-08-02T17:08:22.605Z | Compiling password-hash v0.5.0 |
2430 | 2024-08-02T17:08:22.806Z | Compiling blake2 v0.10.6 |
2431 | 2024-08-02T17:08:22.840Z | Compiling universal-hash v0.5.1 |
2432 | 2024-08-02T17:08:22.994Z | Compiling utf-8 v0.7.6 |
2433 | 2024-08-02T17:08:23.172Z | Compiling opaque-debug v0.3.1 |
2434 | 2024-08-02T17:08:23.269Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2435 | 2024-08-02T17:08:23.269Z | Compiling semver v0.1.20 |
2436 | 2024-08-02T17:08:23.325Z | Compiling argon2 v0.5.3 |
2437 | 2024-08-02T17:08:23.490Z | Compiling newline-converter v0.3.0 |
2438 | 2024-08-02T17:08:23.659Z | Compiling rustc_version v0.1.7 |
2439 | 2024-08-02T17:08:23.718Z | Compiling curve25519-dalek-derive v0.1.1 |
2440 | 2024-08-02T17:08:23.777Z | Compiling atty v0.2.14 |
2441 | 2024-08-02T17:08:23.919Z | Compiling convert_case v0.4.0 |
2442 | 2024-08-02T17:08:24.003Z | Compiling same-file v1.0.6 |
2443 | 2024-08-02T17:08:24.191Z | Compiling rayon-core v1.12.1 |
2444 | 2024-08-02T17:08:24.210Z | Compiling newtype_derive v0.1.6 |
2445 | 2024-08-02T17:08:24.249Z | Compiling walkdir v2.5.0 |
2446 | 2024-08-02T17:08:24.483Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2447 | 2024-08-02T17:08:24.500Z | Compiling expectorate v1.1.0 |
2448 | 2024-08-02T17:08:24.682Z | Compiling crossbeam-deque v0.8.5 |
2449 | 2024-08-02T17:08:24.917Z | Compiling prettyplease v0.2.20 |
2450 | 2024-08-02T17:08:24.944Z | Compiling derive_more v0.99.18 |
2451 | 2024-08-02T17:08:25.057Z | Compiling libefi-sys v0.1.0 |
2452 | 2024-08-02T17:08:25.182Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2453 | 2024-08-02T17:08:25.451Z | Compiling num-rational v0.4.2 |
2454 | 2024-08-02T17:08:25.469Z | Compiling signature v2.2.0 |
2455 | 2024-08-02T17:08:25.790Z | Compiling num-complex v0.4.6 |
2456 | 2024-08-02T17:08:26.251Z | Compiling aead v0.5.2 |
2457 | 2024-08-02T17:08:26.608Z | Compiling ring v0.16.20 |
2458 | 2024-08-02T17:08:26.636Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2459 | 2024-08-02T17:08:26.923Z | Compiling bitfield-struct v0.6.1 |
2460 | 2024-08-02T17:08:26.955Z | Compiling blake3 v1.5.1 |
2461 | 2024-08-02T17:08:26.992Z | Compiling derive-where v1.2.7 |
2462 | 2024-08-02T17:08:27.337Z | Compiling unicase v2.7.0 |
2463 | 2024-08-02T17:08:27.548Z | Compiling getrandom v0.1.16 |
2464 | 2024-08-02T17:08:27.664Z | Compiling termcolor v1.4.1 |
2465 | 2024-08-02T17:08:27.768Z | Compiling quick-error v1.2.3 |
2466 | 2024-08-02T17:08:27.932Z | Compiling linked-hash-map v0.5.6 |
2467 | 2024-08-02T17:08:28.311Z | Compiling keccak v0.1.5 |
2468 | 2024-08-02T17:08:28.314Z | Compiling arc-swap v1.7.1 |
2469 | 2024-08-02T17:08:28.437Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2470 | 2024-08-02T17:08:28.598Z | Compiling lru-cache v0.1.2 |
2471 | 2024-08-02T17:08:28.808Z | Compiling slog-scope v4.4.0 |
2472 | 2024-08-02T17:08:29.010Z | Compiling sha3 v0.10.8 |
2473 | 2024-08-02T17:08:29.237Z | Compiling env_logger v0.9.3 |
2474 | 2024-08-02T17:08:29.319Z | Compiling resolv-conf v0.7.0 |
2475 | 2024-08-02T17:08:29.599Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2476 | 2024-08-02T17:08:30.387Z | Compiling num v0.4.3 |
2477 | 2024-08-02T17:08:30.504Z | Compiling rayon v1.10.0 |
2478 | 2024-08-02T17:08:30.791Z | Compiling poly1305 v0.8.0 |
2479 | 2024-08-02T17:08:31.070Z | Compiling tungstenite v0.21.0 |
2480 | 2024-08-02T17:08:32.076Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2481 | 2024-08-02T17:08:32.598Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2482 | 2024-08-02T17:08:32.884Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2483 | 2024-08-02T17:08:33.230Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2484 | 2024-08-02T17:08:33.280Z | Compiling chacha20 v0.9.1 |
2485 | 2024-08-02T17:08:33.688Z | Compiling bitstruct_derive v0.1.0 |
2486 | 2024-08-02T17:08:33.745Z | Compiling thiserror-impl-no-std v2.0.2 |
2487 | 2024-08-02T17:08:33.788Z | Compiling secrecy v0.8.0 |
2488 | 2024-08-02T17:08:33.832Z | Compiling memmap2 v0.9.4 |
2489 | 2024-08-02T17:08:33.959Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2490 | 2024-08-02T17:08:34.047Z | Compiling half v2.4.1 |
2491 | 2024-08-02T17:08:34.097Z | Compiling home v0.5.9 |
2492 | 2024-08-02T17:08:34.165Z | Compiling constant_time_eq v0.3.0 |
2493 | 2024-08-02T17:08:34.287Z | Compiling parking_lot_core v0.8.6 |
2494 | 2024-08-02T17:08:34.345Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2495 | 2024-08-02T17:08:34.348Z | Compiling ciborium-io v0.2.2 |
2496 | 2024-08-02T17:08:34.386Z | Compiling arrayref v0.3.7 |
2497 | 2024-08-02T17:08:34.487Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2498 | 2024-08-02T17:08:34.501Z | Compiling arrayvec v0.7.4 |
2499 | 2024-08-02T17:08:34.504Z | Compiling float-ord v0.3.2 |
2500 | 2024-08-02T17:08:34.596Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2501 | 2024-08-02T17:08:34.665Z | Compiling spin v0.5.2 |
2502 | 2024-08-02T17:08:34.722Z | Compiling ascii v1.1.0 |
2503 | 2024-08-02T17:08:34.725Z | Compiling untrusted v0.7.1 |
2504 | 2024-08-02T17:08:34.937Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2505 | 2024-08-02T17:08:34.959Z | Compiling ciborium-ll v0.2.2 |
2506 | 2024-08-02T17:08:34.987Z | Compiling bitstruct v0.1.1 |
2507 | 2024-08-02T17:08:35.107Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2508 | 2024-08-02T17:08:35.364Z | Compiling toolchain_find v0.4.0 |
2509 | 2024-08-02T17:08:35.560Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2510 | 2024-08-02T17:08:35.853Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2511 | 2024-08-02T17:08:35.921Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2512 | 2024-08-02T17:08:36.209Z | Compiling tokio-tungstenite v0.21.0 |
2513 | 2024-08-02T17:08:36.308Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2514 | 2024-08-02T17:08:36.622Z | Compiling steno v0.4.1 |
2515 | 2024-08-02T17:08:36.687Z | Compiling trust-dns-resolver v0.22.0 |
2516 | 2024-08-02T17:08:36.740Z | Compiling slog-stdlog v4.1.1 |
2517 | 2024-08-02T17:08:37.075Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2518 | 2024-08-02T17:08:37.094Z | Compiling thiserror-no-std v2.0.2 |
2519 | 2024-08-02T17:08:37.131Z | Compiling rfc6979 v0.4.0 |
2520 | 2024-08-02T17:08:37.220Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2521 | 2024-08-02T17:08:37.339Z | Compiling serde_arrays v0.1.0 |
2522 | 2024-08-02T17:08:37.519Z | Compiling erased-serde v0.3.31 |
2523 | 2024-08-02T17:08:37.651Z | Compiling gethostname v0.4.3 |
2524 | 2024-08-02T17:08:37.670Z | Compiling nibble_vec v0.1.0 |
2525 | 2024-08-02T17:08:37.858Z | Compiling slog-dtrace v0.3.0 |
2526 | 2024-08-02T17:08:37.909Z | Compiling endian-type v0.1.2 |
2527 | 2024-08-02T17:08:37.986Z | Compiling topological-sort v0.2.2 |
2528 | 2024-08-02T17:08:38.177Z | Compiling cancel-safe-futures v0.1.5 |
2529 | 2024-08-02T17:08:38.236Z | Compiling omicron-zone-package v0.11.0 |
2530 | 2024-08-02T17:08:38.267Z | Compiling radix_trie v0.2.1 |
2531 | 2024-08-02T17:08:38.562Z | Compiling ecdsa v0.16.9 |
2532 | 2024-08-02T17:08:38.715Z | Compiling rand_core v0.5.1 |
2533 | 2024-08-02T17:08:39.017Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2534 | 2024-08-02T17:08:39.043Z | Compiling vsss-rs v3.3.4 |
2535 | 2024-08-02T17:08:39.263Z | Compiling mime_guess v2.0.4 |
2536 | 2024-08-02T17:08:39.414Z | Compiling slog-envlogger v2.2.0 |
2537 | 2024-08-02T17:08:40.239Z | Compiling rustfmt-wrapper v0.2.1 |
2538 | 2024-08-02T17:08:40.631Z | Compiling ciborium v0.2.2 |
2539 | 2024-08-02T17:08:41.551Z | Compiling chacha20poly1305 v0.10.1 |
2540 | 2024-08-02T17:08:41.783Z | Compiling tungstenite v0.20.1 |
2541 | 2024-08-02T17:08:42.201Z | Compiling primeorder v0.13.6 |
2542 | 2024-08-02T17:08:42.788Z | Compiling heck v0.3.3 |
2543 | 2024-08-02T17:08:43.155Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2544 | 2024-08-02T17:08:43.226Z | Compiling option-ext v0.2.0 |
2545 | 2024-08-02T17:08:43.335Z | Compiling glob v0.3.1 |
2546 | 2024-08-02T17:08:43.369Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2547 | 2024-08-02T17:08:43.675Z | Compiling dirs-sys v0.4.1 |
2548 | 2024-08-02T17:08:43.757Z | Compiling zone_cfg_derive v0.1.2 |
2549 | 2024-08-02T17:08:44.044Z | Compiling tokio-tungstenite v0.20.1 |
2550 | 2024-08-02T17:08:44.341Z | Compiling parking_lot v0.11.2 |
2551 | 2024-08-02T17:08:44.403Z | Compiling rand_chacha v0.2.2 |
2552 | 2024-08-02T17:08:44.587Z | Compiling trust-dns-client v0.22.0 |
2553 | 2024-08-02T17:08:45.280Z | Compiling ed25519 v2.2.3 |
2554 | 2024-08-02T17:08:45.333Z | Compiling polyval v0.6.2 |
2555 | 2024-08-02T17:08:45.418Z | Compiling blowfish v0.9.1 |
2556 | 2024-08-02T17:08:45.689Z | Compiling ctr v0.9.2 |
2557 | 2024-08-02T17:08:45.792Z | Compiling aes v0.8.4 |
2558 | 2024-08-02T17:08:45.795Z | Compiling password-hash v0.4.2 |
2559 | 2024-08-02T17:08:45.865Z | Compiling pbkdf2 v0.12.2 |
2560 | 2024-08-02T17:08:46.043Z | Compiling libsw v3.3.1 |
2561 | 2024-08-02T17:08:46.061Z | Compiling toml v0.5.11 |
2562 | 2024-08-02T17:08:46.367Z | Compiling fxhash v0.2.1 |
2563 | 2024-08-02T17:08:46.436Z | Compiling owo-colors v4.0.0 |
2564 | 2024-08-02T17:08:46.581Z | Compiling linear-map v1.2.0 |
2565 | 2024-08-02T17:08:46.806Z | Compiling base64 v0.13.1 |
2566 | 2024-08-02T17:08:46.973Z | Compiling sled v0.34.7 |
2567 | 2024-08-02T17:08:47.478Z | Compiling ron v0.7.1 |
2568 | 2024-08-02T17:08:47.856Z | Compiling trust-dns-server v0.22.1 |
2569 | 2024-08-02T17:08:48.625Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2570 | 2024-08-02T17:08:48.807Z | Compiling pbkdf2 v0.11.0 |
2571 | 2024-08-02T17:08:49.184Z | Compiling bcrypt-pbkdf v0.10.0 |
2572 | 2024-08-02T17:08:49.840Z | Compiling ghash v0.5.1 |
2573 | 2024-08-02T17:08:49.935Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2574 | 2024-08-02T17:08:49.972Z | Compiling ed25519-dalek v2.1.1 |
2575 | 2024-08-02T17:08:50.045Z | Compiling zone v0.1.8 |
2576 | 2024-08-02T17:08:50.398Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2577 | 2024-08-02T17:08:51.158Z | Compiling rand v0.7.3 |
2578 | 2024-08-02T17:08:51.637Z | Compiling dirs v5.0.1 |
2579 | 2024-08-02T17:08:52.131Z | Compiling p521 v0.13.3 |
2580 | 2024-08-02T17:08:52.452Z | Compiling p256 v0.13.2 |
2581 | 2024-08-02T17:08:53.405Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2582 | 2024-08-02T17:08:53.850Z | Compiling pem v3.0.4 |
2583 | 2024-08-02T17:08:54.708Z | Compiling cbc v0.1.2 |
2584 | 2024-08-02T17:08:54.747Z | Compiling portpicker v0.1.1 |
2585 | 2024-08-02T17:08:54.944Z | Compiling headers-core v0.2.0 |
2586 | 2024-08-02T17:08:54.963Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2587 | 2024-08-02T17:08:55.083Z | Compiling kstat-rs v0.2.4 |
2588 | 2024-08-02T17:08:55.116Z | Compiling nanorand v0.7.0 |
2589 | 2024-08-02T17:08:55.357Z | Compiling russh-cryptovec v0.7.2 |
2590 | 2024-08-02T17:08:55.417Z | Compiling http-range v0.1.5 |
2591 | 2024-08-02T17:08:55.682Z | Compiling md5 v0.7.0 |
2592 | 2024-08-02T17:08:55.699Z | Compiling hyper-staticfile v0.9.5 |
2593 | 2024-08-02T17:08:55.713Z | Compiling flume v0.11.0 |
2594 | 2024-08-02T17:08:55.747Z | Compiling headers v0.3.9 |
2595 | 2024-08-02T17:08:55.802Z | Compiling rcgen v0.12.1 |
2596 | 2024-08-02T17:08:56.196Z | Compiling russh-keys v0.43.0 |
2597 | 2024-08-02T17:08:56.434Z | Compiling aes-gcm v0.10.3 |
2598 | 2024-08-02T17:08:56.671Z | Compiling atomicwrites v0.4.3 |
2599 | 2024-08-02T17:08:56.751Z | Compiling subprocess v0.2.9 |
2600 | 2024-08-02T17:08:57.053Z | Compiling display-error-chain v0.2.0 |
2601 | 2024-08-02T17:08:57.245Z | Compiling dhcproto-macros v0.1.0 |
2602 | 2024-08-02T17:08:57.717Z | Compiling hex-literal v0.4.1 |
2603 | 2024-08-02T17:08:57.883Z | Compiling russh v0.43.0 |
2604 | 2024-08-02T17:08:58.253Z | Compiling dhcproto v0.11.0 |
2605 | 2024-08-02T17:08:58.450Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2606 | 2024-08-02T17:08:58.932Z | Compiling internet-checksum v0.2.1 |
2607 | 2024-08-02T17:09:01.592Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2608 | 2024-08-02T17:09:01.719Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2609 | 2024-08-02T17:09:01.774Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2610 | 2024-08-02T17:09:02.015Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2611 | 2024-08-02T17:09:02.623Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2612 | 2024-08-02T17:09:02.744Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2613 | 2024-08-02T17:09:03.869Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2614 | 2024-08-02T17:09:04.146Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2615 | 2024-08-02T17:09:04.871Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2616 | 2024-08-02T17:09:06.935Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2617 | 2024-08-02T17:09:08.750Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2618 | 2024-08-02T17:09:09.458Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2619 | 2024-08-02T17:09:09.804Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2620 | 2024-08-02T17:09:10.036Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2621 | 2024-08-02T17:09:16.464Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2622 | 2024-08-02T17:09:16.488Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2623 | 2024-08-02T17:09:16.504Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2624 | 2024-08-02T17:09:16.904Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2625 | 2024-08-02T17:09:17.296Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2626 | 2024-08-02T17:09:19.818Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2627 | 2024-08-02T17:09:20.009Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2628 | 2024-08-02T17:09:20.580Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2629 | 2024-08-02T17:09:20.806Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2630 | 2024-08-02T17:09:21.957Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2631 | 2024-08-02T17:09:22.725Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2632 | 2024-08-02T17:09:24.832Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2633 | 2024-08-02T17:09:25.021Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2634 | 2024-08-02T17:09:25.164Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2635 | 2024-08-02T17:09:29.160Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2636 | 2024-08-02T17:09:29.290Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2637 | 2024-08-02T17:09:29.980Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2638 | 2024-08-02T17:09:34.038Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2639 | 2024-08-02T17:09:34.477Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2640 | 2024-08-02T17:09:38.499Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2641 | 2024-08-02T17:09:44.977Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2642 | 2024-08-02T17:09:44.977Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2643 | 2024-08-02T17:09:47.881Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2644 | 2024-08-02T17:10:07.224Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2645 | 2024-08-02T17:10:43.297Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 38s |
2646 | 2024-08-02T17:10:43.453Z | |
2647 | 2024-08-02T17:10:43.456Z | real 2:39.147886818 |
2648 | 2024-08-02T17:10:43.457Z | user 12:33.160491441 |
2649 | 2024-08-02T17:10:43.457Z | sys 2:43.335798064 |
2650 | 2024-08-02T17:10:43.457Z | trap 0.344147645 |
2651 | 2024-08-02T17:10:43.457Z | tflt 0.390522708 |
2652 | 2024-08-02T17:10:43.457Z | dflt 2.176589860 |
2653 | 2024-08-02T17:10:43.457Z | kflt 0.000128328 |
2654 | 2024-08-02T17:10:43.457Z | lock 26:54.323034715 |
2655 | 2024-08-02T17:10:43.457Z | slp 32:58.766203408 |
2656 | 2024-08-02T17:10:43.457Z | lat 37.846497484 |
2657 | 2024-08-02T17:10:43.457Z | stop 1:25.431383901 |
2658 | 2024-08-02T17:10:43.457Z | + mkdir tests |
2659 | 2024-08-02T17:10:43.460Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2660 | 2024-08-02T17:10:43.460Z | + xargs -I '{}' -t cp '{}' tests/ |
2661 | 2024-08-02T17:10:45.139Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-9a4f2275f875ef41 tests/ |
2662 | 2024-08-02T17:10:45.165Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-58d69ef3bf59bdbb tests/ |
2663 | 2024-08-02T17:10:45.192Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-d1de329b3fe4f0f3 tests/ |
2664 | 2024-08-02T17:10:45.220Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-320a3ea66b60f898 tests/ |
2665 | 2024-08-02T17:10:45.425Z | + 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/*) |
2666 | 2024-08-02T17:10:45.428Z | + 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-9a4f2275f875ef41 tests/commtest-d1de329b3fe4f0f3 tests/dhcp_server-58d69ef3bf59bdbb tests/end_to_end_tests-320a3ea66b60f898 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 |
2667 | 2024-08-02T17:11:40.797Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2668 | 2024-08-02T17:11:40.797Z | a out/target/test 1K |
2669 | 2024-08-02T17:11:40.797Z | a out/npuzone/npuzone 23144K |
2670 | 2024-08-02T17:11:40.797Z | a package-manifest.toml 30K |
2671 | 2024-08-02T17:11:40.797Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2672 | 2024-08-02T17:11:40.797Z | a target/release/omicron-package 32482K |
2673 | 2024-08-02T17:11:40.797Z | a target/release/xtask 11480K |
2674 | 2024-08-02T17:11:40.797Z | a target/debug/bootstrap 194752K |
2675 | 2024-08-02T17:11:40.797Z | a tests/bootstrap-9a4f2275f875ef41 23988K |
2676 | 2024-08-02T17:11:40.797Z | a tests/commtest-d1de329b3fe4f0f3 24715K |
2677 | 2024-08-02T17:11:40.797Z | a tests/dhcp_server-58d69ef3bf59bdbb 23989K |
2678 | 2024-08-02T17:11:40.797Z | a tests/end_to_end_tests-320a3ea66b60f898 201383K |
2679 | 2024-08-02T17:11:40.797Z | a out/clickhouse.tar.gz 223178K |
2680 | 2024-08-02T17:11:40.797Z | a out/clickhouse_keeper.tar.gz 223158K |
2681 | 2024-08-02T17:11:40.797Z | a out/cockroachdb.tar.gz 131902K |
2682 | 2024-08-02T17:11:40.797Z | a out/crucible-dtrace.tar 84K |
2683 | 2024-08-02T17:11:40.797Z | a out/crucible-pantry-zone.tar.gz 27836K |
2684 | 2024-08-02T17:11:40.797Z | a out/crucible-zone.tar.gz 38154K |
2685 | 2024-08-02T17:11:40.797Z | a out/external-dns.tar.gz 25314K |
2686 | 2024-08-02T17:11:40.797Z | a out/internal-dns.tar.gz 25312K |
2687 | 2024-08-02T17:11:40.797Z | a out/mg-ddm-gz.tar 60627K |
2688 | 2024-08-02T17:11:40.797Z | a out/nexus.tar.gz 86535K |
2689 | 2024-08-02T17:11:40.797Z | a out/ntp.tar.gz 8985K |
2690 | 2024-08-02T17:11:40.797Z | a out/omicron-gateway-softnpu.tar.gz 13823K |
2691 | 2024-08-02T17:11:40.797Z | a out/omicron-sled-agent.tar 97148K |
2692 | 2024-08-02T17:11:40.797Z | a out/overlay.tar.gz 3K |
2693 | 2024-08-02T17:11:40.798Z | a out/oximeter.tar.gz 42742K |
2694 | 2024-08-02T17:11:40.798Z | a out/oxlog.tar 2947K |
2695 | 2024-08-02T17:11:40.798Z | a out/probe.tar.gz 2764K |
2696 | 2024-08-02T17:11:40.798Z | a out/propolis-server.tar.gz 65291K |
2697 | 2024-08-02T17:11:40.798Z | a out/pumpkind-gz.tar 26665K |
2698 | 2024-08-02T17:11:40.798Z | a out/switch-softnpu.tar.gz 204357K |
2699 | 2024-08-02T17:11:40.801Z | |
2700 | 2024-08-02T17:11:40.801Z | real 55.363736357 |
2701 | 2024-08-02T17:11:40.801Z | user 53.021841559 |
2702 | 2024-08-02T17:11:40.801Z | sys 3.250280917 |
2703 | 2024-08-02T17:11:40.801Z | trap 0.012288605 |
2704 | 2024-08-02T17:11:40.801Z | tflt 0.000000000 |
2705 | 2024-08-02T17:11:40.801Z | dflt 0.000000000 |
2706 | 2024-08-02T17:11:40.801Z | kflt 0.000000000 |
2707 | 2024-08-02T17:11:40.801Z | lock 0.000000000 |
2708 | 2024-08-02T17:11:40.801Z | slp 52.958647480 |
2709 | 2024-08-02T17:11:40.801Z | lat 1.479797910 |
2710 | 2024-08-02T17:11:40.801Z | stop 0.000232868 |
2711 | 2024-08-02T17:11:40.801Z | process exited: duration 1735025 ms, exit code 0 |
|
2712 | 2024-08-02T17:11:40.816Z | found 1 output files |
2713 | 2024-08-02T17:11:40.816Z | uploading: /work/package.tar.gz (1346420424 bytes) |
2714 | 2024-08-02T17:12:07.204Z | uploaded: /work/package.tar.gz |