|
|
|
1 | 2024-08-23T21:16:58.033Z | job assigned to worker 01J60HH7XQ20HMSH2ZWEV2ZH6K (queued for 1 m 2 s) |
|
2 | 2024-08-23T21:17:05.241Z | starting task 0: "setup" |
3 | 2024-08-23T21:17:05.250Z | ++ uname -s |
4 | 2024-08-23T21:17:05.253Z | + kern=SunOS |
5 | 2024-08-23T21:17:05.253Z | + case "$kern" in |
6 | 2024-08-23T21:17:05.253Z | + groupadd -g 12345 build |
7 | 2024-08-23T21:17:05.255Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-23T21:17:07.266Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-23T21:17:07.341Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-23T21:17:07.344Z | + home_fs=zfs |
11 | 2024-08-23T21:17:07.344Z | + [[ zfs == autofs ]] |
12 | 2024-08-23T21:17:07.344Z | + mkdir -p /home/build |
13 | 2024-08-23T21:17:07.346Z | + chown build:build /home/build /work |
14 | 2024-08-23T21:17:09.347Z | + chmod 0700 /home/build /work |
15 | 2024-08-23T21:17:09.350Z | process exited: duration 4111 ms, exit code 0 |
|
16 | 2024-08-23T21:17:09.355Z | starting task 1: "rust-toolchain" |
17 | 2024-08-23T21:17:09.361Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-23T21:17:09.361Z | * toolchain channel = "1.80.1" |
19 | 2024-08-23T21:17:09.361Z | * toolchain profile = "default" |
20 | 2024-08-23T21:17:09.361Z | ' 1.80.1 |
21 | 2024-08-23T21:17:09.361Z | + printf ' * toolchain profile = "%s" |
22 | 2024-08-23T21:17:09.361Z | ' default |
23 | 2024-08-23T21:17:09.363Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-23T21:17:09.363Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-23T21:17:09.466Z | info: downloading installer |
26 | 2024-08-23T21:17:10.555Z | info: profile set to 'default' |
27 | 2024-08-23T21:17:10.555Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-23T21:17:10.558Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-23T21:17:10.680Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-23T21:17:10.680Z | info: downloading component 'cargo' |
31 | 2024-08-23T21:17:11.308Z | info: downloading component 'clippy' |
32 | 2024-08-23T21:17:11.527Z | info: downloading component 'rust-docs' |
33 | 2024-08-23T21:17:12.397Z | info: downloading component 'rust-std' |
34 | 2024-08-23T21:17:13.634Z | info: downloading component 'rustc' |
35 | 2024-08-23T21:17:17.013Z | info: downloading component 'rustfmt' |
36 | 2024-08-23T21:17:17.200Z | info: installing component 'cargo' |
37 | 2024-08-23T21:17:18.019Z | info: installing component 'clippy' |
38 | 2024-08-23T21:17:18.388Z | info: installing component 'rust-docs' |
39 | 2024-08-23T21:17:20.004Z | info: installing component 'rust-std' |
40 | 2024-08-23T21:17:21.660Z | info: installing component 'rustc' |
41 | 2024-08-23T21:17:25.844Z | info: installing component 'rustfmt' |
42 | 2024-08-23T21:17:26.183Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-23T21:17:26.183Z | |
44 | 2024-08-23T21:17:26.441Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-23T21:17:26.441Z | |
46 | 2024-08-23T21:17:26.443Z | |
47 | 2024-08-23T21:17:26.443Z | Rust is installed now. Great! |
48 | 2024-08-23T21:17:26.443Z | |
49 | 2024-08-23T21:17:26.443Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-23T21:17:26.443Z | environment variable. This has not been done automatically. |
51 | 2024-08-23T21:17:26.443Z | |
52 | 2024-08-23T21:17:26.443Z | To configure your current shell, you need to source |
53 | 2024-08-23T21:17:26.443Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-23T21:17:26.443Z | |
55 | 2024-08-23T21:17:26.443Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-23T21:17:26.443Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-23T21:17:26.443Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-23T21:17:26.496Z | + rustc --version |
59 | 2024-08-23T21:17:26.559Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-23T21:17:26.561Z | process exited: duration 17203 ms, exit code 0 |
|
61 | 2024-08-23T21:17:26.569Z | starting task 2: "authentication" |
62 | 2024-08-23T21:17:26.587Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-08-23T21:17:26.592Z | starting task 3: "clone repository" |
64 | 2024-08-23T21:17:26.597Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-23T21:17:26.600Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-23T21:17:26.655Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-23T21:17:33.120Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-23T21:17:33.120Z | + git fetch origin d3979fdffd27c7724fd8b17f7d00e801b0ed65de |
69 | 2024-08-23T21:17:33.373Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-23T21:17:33.373Z | * branch d3979fdffd27c7724fd8b17f7d00e801b0ed65de -> FETCH_HEAD |
71 | 2024-08-23T21:17:33.382Z | + [[ -n eliza/s/celcius/celsius ]] |
72 | 2024-08-23T21:17:33.385Z | ++ git branch --show-current |
73 | 2024-08-23T21:17:33.387Z | + current=main |
74 | 2024-08-23T21:17:33.387Z | + [[ main != eliza/s/celcius/celsius ]] |
75 | 2024-08-23T21:17:33.387Z | + git branch -f eliza/s/celcius/celsius d3979fdffd27c7724fd8b17f7d00e801b0ed65de |
76 | 2024-08-23T21:17:33.390Z | + git checkout -f eliza/s/celcius/celsius |
77 | 2024-08-23T21:17:33.538Z | Switched to branch 'eliza/s/celcius/celsius' |
78 | 2024-08-23T21:17:33.541Z | + git reset --hard d3979fdffd27c7724fd8b17f7d00e801b0ed65de |
79 | 2024-08-23T21:17:33.683Z | HEAD is now at d3979fdff [oximeter] spell "Celsius" correctly |
80 | 2024-08-23T21:17:33.686Z | process exited: duration 7091 ms, exit code 0 |
|
81 | 2024-08-23T21:17:33.693Z | starting task 4: "build" |
82 | 2024-08-23T21:17:33.696Z | + cargo --version |
83 | 2024-08-23T21:17:33.752Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-23T21:17:33.754Z | + rustc --version |
85 | 2024-08-23T21:17:33.809Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-23T21:17:33.812Z | + WORK=/work |
87 | 2024-08-23T21:17:33.812Z | + pfexec mkdir -p /work |
88 | 2024-08-23T21:17:33.816Z | + pfexec chown build /work |
89 | 2024-08-23T21:17:33.818Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
90 | 2024-08-23T21:17:38.677Z | Startup: Refreshing catalog 'helios-dev' ... Done |
91 | 2024-08-23T21:17:40.934Z | Startup: Caching catalogs ... Done |
92 | 2024-08-23T21:17:42.783Z | Planning: Solver setup ... Done (1.300s) |
93 | 2024-08-23T21:17:42.803Z | Planning: Running solver ... Done (0.021s) |
94 | 2024-08-23T21:17:42.847Z | Planning: Finding local manifests ... Done (0.005s) |
95 | 2024-08-23T21:17:42.874Z | Planning: Fetching manifests: 0/5 0% complete |
96 | 2024-08-23T21:17:43.525Z | Planning: Fetching manifests: 5/5 100% complete |
97 | 2024-08-23T21:17:43.626Z | Planning: Package planning ... Done (0.101s) |
98 | 2024-08-23T21:17:43.683Z | Planning: Merging actions ... Done (0.056s) |
99 | 2024-08-23T21:17:43.895Z | Planning: Checking for conflicting actions ... Done (0.212s) |
100 | 2024-08-23T21:17:45.909Z | Planning: Consolidating action changes ... Done (2.013s) |
101 | 2024-08-23T21:17:46.342Z | Planning: Evaluating mediators ... Done (0.433s) |
102 | 2024-08-23T21:17:46.420Z | Planning: Planning completed in 5.42 seconds |
103 | 2024-08-23T21:17:46.437Z | Packages to install: 4 |
104 | 2024-08-23T21:17:46.437Z | Packages to update: 1 |
105 | 2024-08-23T21:17:46.440Z | Mediators to change: 2 |
106 | 2024-08-23T21:17:46.440Z | Services to change: 1 |
107 | 2024-08-23T21:17:46.440Z | Estimated space available: 155.72 GB |
108 | 2024-08-23T21:17:46.440Z | Estimated space to be consumed: 1.53 GB |
109 | 2024-08-23T21:17:46.440Z | Create boot environment: No |
110 | 2024-08-23T21:17:46.440Z | Create backup boot environment: Yes |
111 | 2024-08-23T21:17:46.440Z | Rebuild boot archive: No |
112 | 2024-08-23T21:17:46.440Z | |
113 | 2024-08-23T21:17:46.440Z | Changed mediators: |
114 | 2024-08-23T21:17:46.440Z | mediator clang: |
115 | 2024-08-23T21:17:46.440Z | version: None -> 15 (system default) |
116 | 2024-08-23T21:17:46.440Z | |
117 | 2024-08-23T21:17:46.440Z | mediator llvm: |
118 | 2024-08-23T21:17:46.440Z | version: 14 (system default) -> 15 (system default) |
119 | 2024-08-23T21:17:46.440Z | |
120 | 2024-08-23T21:17:46.440Z | Changed packages: |
121 | 2024-08-23T21:17:46.440Z | helios-dev |
122 | 2024-08-23T21:17:46.440Z | developer/build-essential |
123 | 2024-08-23T21:17:46.440Z | None -> 11-2.0 |
124 | 2024-08-23T21:17:46.440Z | library/libxmlsec1 |
125 | 2024-08-23T21:17:46.440Z | None -> 1.2.35-2.0 |
126 | 2024-08-23T21:17:46.440Z | ooce/developer/clang-15 |
127 | 2024-08-23T21:17:46.440Z | None -> 15.0.7-2.0 |
128 | 2024-08-23T21:17:46.440Z | ooce/developer/llvm-15 |
129 | 2024-08-23T21:17:46.440Z | None -> 15.0.7-2.0 |
130 | 2024-08-23T21:17:46.440Z | package/pkg |
131 | 2024-08-23T21:17:46.440Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
132 | 2024-08-23T21:17:46.440Z | |
133 | 2024-08-23T21:17:46.440Z | Services: |
134 | 2024-08-23T21:17:46.440Z | restart_fmri: |
135 | 2024-08-23T21:17:46.440Z | svc:/system/update-man-index:default |
136 | 2024-08-23T21:17:46.440Z | |
137 | 2024-08-23T21:17:46.440Z | Editable files to change: |
138 | 2024-08-23T21:17:46.441Z | Update: |
139 | 2024-08-23T21:17:46.441Z | usr/share/lib/pkg/web/config.shtml |
140 | 2024-08-23T21:17:46.517Z | |
141 | 2024-08-23T21:17:46.517Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
142 | 2024-08-23T21:17:51.520Z | Download: 950/4281 items 19.0/220.6MB 8% complete (3.8M/s) |
143 | 2024-08-23T21:17:56.522Z | Download: 1483/4281 items 117.3/220.6MB 53% complete (12.0M/s) |
144 | 2024-08-23T21:18:20.866Z | Download: 2224/4281 items 119.2/220.6MB 54% complete |
145 | 2024-08-23T21:18:25.893Z | Download: 3248/4281 items 181.8/220.6MB 82% complete (15.5M/s) |
146 | 2024-08-23T21:18:29.717Z | Download: Completed 220.60 MB in 43.19 seconds (5.1M/s) |
147 | 2024-08-23T21:18:30.807Z | Actions: 1/5063 actions (Removing old actions) |
148 | 2024-08-23T21:18:30.830Z | Actions: 194/5063 actions (Installing new actions) |
149 | 2024-08-23T21:18:35.547Z | Actions: 4226/5063 actions (Updating modified actions) |
150 | 2024-08-23T21:18:35.863Z | Actions: Completed 5063 actions in 5.05 seconds. |
151 | 2024-08-23T21:18:36.142Z | Done (0.272s) |
152 | 2024-08-23T21:18:36.145Z | Done (0.000s) |
153 | 2024-08-23T21:18:36.522Z | Done (0.379s) |
154 | 2024-08-23T21:18:40.861Z | Done (4.165s) |
155 | 2024-08-23T21:18:40.950Z | Done (0.018s) |
156 | 2024-08-23T21:18:40.952Z | Done (0.000s) |
157 | 2024-08-23T21:18:41.112Z | Done (0.000s) |
158 | 2024-08-23T21:18:41.689Z | Planning: Evaluating mediator changes ... Done |
159 | 2024-08-23T21:18:41.851Z | Planning: Checking for conflicting actions ... Done |
160 | 2024-08-23T21:18:41.853Z | Planning: Consolidating action changes ... Done |
161 | 2024-08-23T21:18:42.116Z | Planning: Evaluating mediators ... Done |
162 | 2024-08-23T21:18:42.119Z | Planning: Planning completed in 0.43 seconds |
163 | 2024-08-23T21:18:42.156Z | Mediators to change: 2 |
164 | 2024-08-23T21:18:42.156Z | Create boot environment: No |
165 | 2024-08-23T21:18:42.156Z | Create backup boot environment: No |
166 | 2024-08-23T21:18:42.218Z | Done |
167 | 2024-08-23T21:18:42.219Z | Done |
168 | 2024-08-23T21:18:42.447Z | Done |
169 | 2024-08-23T21:18:45.998Z | Done |
170 | 2024-08-23T21:18:46.088Z | Done |
171 | 2024-08-23T21:18:46.091Z | Done |
172 | 2024-08-23T21:18:46.184Z | Done |
173 | 2024-08-23T21:18:46.782Z | Planning: Evaluating mediator changes ... Done |
174 | 2024-08-23T21:18:46.784Z | Planning: Merging actions ... Done |
175 | 2024-08-23T21:18:46.972Z | Planning: Checking for conflicting actions ... Done |
176 | 2024-08-23T21:18:46.974Z | Planning: Consolidating action changes ... Done |
177 | 2024-08-23T21:18:47.233Z | Planning: Evaluating mediators ... Done |
178 | 2024-08-23T21:18:47.287Z | Planning: Planning completed in 0.74 seconds |
179 | 2024-08-23T21:18:47.329Z | Packages to change: 1 |
180 | 2024-08-23T21:18:47.329Z | Mediators to change: 1 |
181 | 2024-08-23T21:18:47.332Z | Services to change: 1 |
182 | 2024-08-23T21:18:47.332Z | Create boot environment: No |
183 | 2024-08-23T21:18:47.332Z | Create backup boot environment: Yes |
184 | 2024-08-23T21:18:49.321Z | Actions: 1/6 actions (Updating modified actions) |
185 | 2024-08-23T21:18:49.323Z | Actions: Completed 6 actions in 0.00 seconds. |
186 | 2024-08-23T21:18:49.323Z | Done |
187 | 2024-08-23T21:18:49.323Z | Done |
188 | 2024-08-23T21:18:49.400Z | Done |
189 | 2024-08-23T21:18:52.943Z | Done |
190 | 2024-08-23T21:18:53.034Z | Done |
191 | 2024-08-23T21:18:53.037Z | Done |
192 | 2024-08-23T21:18:53.134Z | Done |
193 | 2024-08-23T21:18:53.565Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
194 | 2024-08-23T21:18:53.565Z | clang system 15 system |
195 | 2024-08-23T21:18:53.565Z | csh system system illumos |
196 | 2024-08-23T21:18:53.565Z | ctags system system illumos |
197 | 2024-08-23T21:18:53.565Z | gcc vendor 12 vendor |
198 | 2024-08-23T21:18:53.565Z | gcc system 10 system |
199 | 2024-08-23T21:18:53.565Z | gcc system 7 system |
200 | 2024-08-23T21:18:53.565Z | go system 1.20 system |
201 | 2024-08-23T21:18:53.565Z | go system 1.19 system |
202 | 2024-08-23T21:18:53.565Z | llvm system 15 system |
203 | 2024-08-23T21:18:53.565Z | llvm system 14 system |
204 | 2024-08-23T21:18:53.565Z | mariadb system 10.6 system |
205 | 2024-08-23T21:18:53.565Z | mta vendor vendor dma |
206 | 2024-08-23T21:18:53.565Z | openjdk system 17 system |
207 | 2024-08-23T21:18:53.565Z | openjdk system 11 system |
208 | 2024-08-23T21:18:53.565Z | openjdk system 1.8 system |
209 | 2024-08-23T21:18:53.565Z | openssl vendor 3 vendor |
210 | 2024-08-23T21:18:53.565Z | perl system 5.36 system |
211 | 2024-08-23T21:18:53.565Z | postgresql system 15 system |
212 | 2024-08-23T21:18:53.565Z | postgresql system 13 system |
213 | 2024-08-23T21:18:53.565Z | python vendor 3 vendor |
214 | 2024-08-23T21:18:53.565Z | python system 2 system |
215 | 2024-08-23T21:18:53.565Z | python3 system 3.11 system |
216 | 2024-08-23T21:18:53.565Z | ruby system 3.0 system |
217 | 2024-08-23T21:18:53.565Z | words vendor vendor american-english |
218 | 2024-08-23T21:18:53.565Z | words system system australian-english |
219 | 2024-08-23T21:18:53.565Z | words system system british-english |
220 | 2024-08-23T21:18:53.565Z | words system system canadian-english |
221 | 2024-08-23T21:18:53.565Z | words system system french |
222 | 2024-08-23T21:18:53.565Z | words system system italian |
223 | 2024-08-23T21:18:53.565Z | words system system ngerman |
224 | 2024-08-23T21:18:53.565Z | words system system ogerman |
225 | 2024-08-23T21:18:53.565Z | words system system spanish |
226 | 2024-08-23T21:18:53.898Z | PUBLISHER TYPE STATUS P LOCATION |
227 | 2024-08-23T21:18:53.898Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
228 | 2024-08-23T21:18:55.654Z | FMRI IFO |
229 | 2024-08-23T21:18:55.654Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
230 | 2024-08-23T21:18:55.654Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
231 | 2024-08-23T21:18:55.654Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
232 | 2024-08-23T21:18:55.654Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
233 | 2024-08-23T21:18:55.654Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
234 | 2024-08-23T21:18:55.654Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
235 | 2024-08-23T21:18:55.654Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
236 | 2024-08-23T21:18:55.654Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
237 | 2024-08-23T21:18:55.654Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
238 | 2024-08-23T21:18:55.654Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
239 | 2024-08-23T21:18:55.654Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
240 | 2024-08-23T21:18:55.654Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
241 | 2024-08-23T21:18:55.654Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
242 | 2024-08-23T21:18:56.242Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
243 | 2024-08-23T21:18:56.491Z | Updating git repository `https://github.com/oxidecomputer/zone` |
244 | 2024-08-23T21:18:56.757Z | Updating crates.io index |
245 | 2024-08-23T21:18:56.845Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
246 | 2024-08-23T21:18:57.521Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
247 | 2024-08-23T21:18:58.289Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
248 | 2024-08-23T21:18:58.545Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
249 | 2024-08-23T21:19:00.014Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
250 | 2024-08-23T21:19:00.245Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
251 | 2024-08-23T21:19:00.497Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
252 | 2024-08-23T21:19:01.572Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
253 | 2024-08-23T21:19:03.319Z | Updating git repository `https://github.com/oxidecomputer/opte` |
254 | 2024-08-23T21:19:04.282Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
255 | 2024-08-23T21:19:04.923Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
256 | 2024-08-23T21:19:05.169Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
257 | 2024-08-23T21:19:05.760Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
258 | 2024-08-23T21:19:06.011Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
259 | 2024-08-23T21:19:06.333Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
260 | 2024-08-23T21:19:06.646Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
261 | 2024-08-23T21:19:06.921Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
262 | 2024-08-23T21:19:07.127Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
263 | 2024-08-23T21:19:07.373Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
264 | 2024-08-23T21:19:07.688Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
265 | 2024-08-23T21:19:07.965Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
266 | 2024-08-23T21:19:08.304Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
267 | 2024-08-23T21:19:08.542Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
268 | 2024-08-23T21:19:08.981Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
269 | 2024-08-23T21:19:09.294Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
270 | 2024-08-23T21:19:09.687Z | Updating git repository `https://github.com/oxidecomputer/typify` |
271 | 2024-08-23T21:19:11.714Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
272 | 2024-08-23T21:19:11.939Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
273 | 2024-08-23T21:19:12.225Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
274 | 2024-08-23T21:19:12.551Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
275 | 2024-08-23T21:19:13.748Z | Downloading crates ... |
276 | 2024-08-23T21:19:13.849Z | Downloaded anstyle v1.0.8 |
277 | 2024-08-23T21:19:13.854Z | Downloaded anstyle-query v1.0.3 |
278 | 2024-08-23T21:19:13.856Z | Downloaded autocfg v1.3.0 |
279 | 2024-08-23T21:19:13.859Z | Downloaded block-buffer v0.10.4 |
280 | 2024-08-23T21:19:13.859Z | Downloaded proc-macro-error-attr v1.0.4 |
281 | 2024-08-23T21:19:13.861Z | Downloaded heck v0.5.0 |
282 | 2024-08-23T21:19:13.861Z | Downloaded cpufeatures v0.2.12 |
283 | 2024-08-23T21:19:13.863Z | Downloaded digest v0.10.7 |
284 | 2024-08-23T21:19:13.866Z | Downloaded fs-err v2.11.0 |
285 | 2024-08-23T21:19:13.866Z | Downloaded pretty-hex v0.4.1 |
286 | 2024-08-23T21:19:13.868Z | Downloaded byteorder v1.5.0 |
287 | 2024-08-23T21:19:13.868Z | Downloaded dtrace-parser v0.2.0 |
288 | 2024-08-23T21:19:13.870Z | Downloaded is_terminal_polyfill v1.70.0 |
289 | 2024-08-23T21:19:13.870Z | Downloaded clap_lex v0.7.0 |
290 | 2024-08-23T21:19:13.873Z | Downloaded scroll_derive v0.12.0 |
291 | 2024-08-23T21:19:13.875Z | Downloaded usdt-attr-macro v0.5.0 |
292 | 2024-08-23T21:19:13.878Z | Downloaded errno v0.3.9 |
293 | 2024-08-23T21:19:13.884Z | Downloaded macaddr v1.0.1 |
294 | 2024-08-23T21:19:13.887Z | Downloaded cargo-platform v0.1.8 |
295 | 2024-08-23T21:19:13.890Z | Downloaded memmap v0.7.0 |
296 | 2024-08-23T21:19:13.892Z | Downloaded thiserror-impl v1.0.63 |
297 | 2024-08-23T21:19:13.892Z | Downloaded terminal_size v0.3.0 |
298 | 2024-08-23T21:19:13.892Z | Downloaded strsim v0.11.1 |
299 | 2024-08-23T21:19:13.895Z | Downloaded serde_tokenstream v0.2.2 |
300 | 2024-08-23T21:19:13.897Z | Downloaded utf8parse v0.2.1 |
301 | 2024-08-23T21:19:13.897Z | Downloaded pest_derive v2.7.10 |
302 | 2024-08-23T21:19:13.900Z | Downloaded tabled_derive v0.7.0 |
303 | 2024-08-23T21:19:13.900Z | Downloaded clap_derive v4.5.13 |
304 | 2024-08-23T21:19:13.902Z | Downloaded quote v1.0.36 |
305 | 2024-08-23T21:19:13.909Z | Downloaded cargo_toml v0.20.4 |
306 | 2024-08-23T21:19:13.912Z | Downloaded zerocopy-derive v0.7.34 |
307 | 2024-08-23T21:19:13.918Z | Downloaded ryu v1.0.18 |
308 | 2024-08-23T21:19:13.921Z | Downloaded pest_meta v2.7.10 |
309 | 2024-08-23T21:19:13.923Z | Downloaded toml v0.8.19 |
310 | 2024-08-23T21:19:13.926Z | Downloaded equivalent v1.0.1 |
311 | 2024-08-23T21:19:13.931Z | Downloaded usdt-macro v0.5.0 |
312 | 2024-08-23T21:19:13.934Z | Downloaded swrite v0.1.0 |
313 | 2024-08-23T21:19:13.939Z | Downloaded papergrid v0.11.0 |
314 | 2024-08-23T21:19:13.952Z | Downloaded crypto-common v0.1.6 |
315 | 2024-08-23T21:19:13.955Z | Downloaded cfg-if v1.0.0 |
316 | 2024-08-23T21:19:13.955Z | Downloaded anstyle-parse v0.2.4 |
317 | 2024-08-23T21:19:13.957Z | Downloaded heck v0.4.1 |
318 | 2024-08-23T21:19:13.957Z | Downloaded colorchoice v1.0.1 |
319 | 2024-08-23T21:19:13.960Z | Downloaded generic-array v0.14.7 |
320 | 2024-08-23T21:19:13.960Z | Downloaded fnv v1.0.7 |
321 | 2024-08-23T21:19:13.962Z | Downloaded pest_generator v2.7.10 |
322 | 2024-08-23T21:19:13.962Z | Downloaded itoa v1.0.11 |
323 | 2024-08-23T21:19:13.964Z | Downloaded version_check v0.9.5 |
324 | 2024-08-23T21:19:13.967Z | Downloaded plain v0.2.3 |
325 | 2024-08-23T21:19:13.967Z | Downloaded dof v0.3.0 |
326 | 2024-08-23T21:19:13.970Z | Downloaded ucd-trie v0.1.6 |
327 | 2024-08-23T21:19:13.973Z | Downloaded clap v4.5.16 |
328 | 2024-08-23T21:19:13.980Z | Downloaded usdt v0.5.0 |
329 | 2024-08-23T21:19:13.982Z | Downloaded bytecount v0.6.8 |
330 | 2024-08-23T21:19:13.985Z | Downloaded bitflags v2.6.0 |
331 | 2024-08-23T21:19:13.987Z | Downloaded cargo_metadata v0.18.1 |
332 | 2024-08-23T21:19:13.989Z | Downloaded semver v1.0.23 |
333 | 2024-08-23T21:19:13.989Z | Downloaded scroll v0.12.0 |
334 | 2024-08-23T21:19:13.992Z | Downloaded once_cell v1.19.0 |
335 | 2024-08-23T21:19:13.994Z | Downloaded serde_spanned v0.6.7 |
336 | 2024-08-23T21:19:13.994Z | Downloaded sha2 v0.10.8 |
337 | 2024-08-23T21:19:13.997Z | Downloaded anstream v0.6.14 |
338 | 2024-08-23T21:19:13.999Z | Downloaded toml_datetime v0.6.8 |
339 | 2024-08-23T21:19:14.001Z | Downloaded thread-id v4.2.1 |
340 | 2024-08-23T21:19:14.001Z | Downloaded thiserror v1.0.63 |
341 | 2024-08-23T21:19:14.004Z | Downloaded serde v1.0.208 |
342 | 2024-08-23T21:19:14.007Z | Downloaded usdt-impl v0.5.0 |
343 | 2024-08-23T21:19:14.010Z | Downloaded serde_derive v1.0.208 |
344 | 2024-08-23T21:19:14.013Z | Downloaded proc-macro2 v1.0.86 |
345 | 2024-08-23T21:19:14.016Z | Downloaded camino v1.1.9 |
346 | 2024-08-23T21:19:14.016Z | Downloaded unicode-ident v1.0.12 |
347 | 2024-08-23T21:19:14.018Z | Downloaded typenum v1.17.0 |
348 | 2024-08-23T21:19:14.021Z | Downloaded proc-macro-error v1.0.4 |
349 | 2024-08-23T21:19:14.024Z | Downloaded anyhow v1.0.86 |
350 | 2024-08-23T21:19:14.027Z | Downloaded toml_edit v0.22.20 |
351 | 2024-08-23T21:19:14.047Z | Downloaded log v0.4.21 |
352 | 2024-08-23T21:19:14.049Z | Downloaded memchr v2.7.2 |
353 | 2024-08-23T21:19:14.054Z | Downloaded indexmap v2.4.0 |
354 | 2024-08-23T21:19:14.057Z | Downloaded hashbrown v0.14.5 |
355 | 2024-08-23T21:19:14.062Z | Downloaded serde_json v1.0.125 |
356 | 2024-08-23T21:19:14.074Z | Downloaded pest v2.7.10 |
357 | 2024-08-23T21:19:14.079Z | Downloaded goblin v0.8.2 |
358 | 2024-08-23T21:19:14.088Z | Downloaded winnow v0.6.18 |
359 | 2024-08-23T21:19:14.096Z | Downloaded zerocopy v0.7.34 |
360 | 2024-08-23T21:19:14.111Z | Downloaded clap_builder v4.5.15 |
361 | 2024-08-23T21:19:14.117Z | Downloaded tabled v0.15.0 |
362 | 2024-08-23T21:19:14.132Z | Downloaded syn v2.0.74 |
363 | 2024-08-23T21:19:14.142Z | Downloaded syn v1.0.109 |
364 | 2024-08-23T21:19:14.152Z | Downloaded rustix v0.38.34 |
365 | 2024-08-23T21:19:14.173Z | Downloaded unicode-width v0.1.13 |
366 | 2024-08-23T21:19:14.180Z | Downloaded libc v0.2.156 |
367 | 2024-08-23T21:19:14.476Z | Compiling proc-macro2 v1.0.86 |
368 | 2024-08-23T21:19:14.478Z | Compiling unicode-ident v1.0.12 |
369 | 2024-08-23T21:19:14.478Z | Compiling version_check v0.9.5 |
370 | 2024-08-23T21:19:14.478Z | Compiling serde v1.0.208 |
371 | 2024-08-23T21:19:14.478Z | Compiling memchr v2.7.2 |
372 | 2024-08-23T21:19:14.478Z | Compiling thiserror v1.0.63 |
373 | 2024-08-23T21:19:14.478Z | Compiling libc v0.2.156 |
374 | 2024-08-23T21:19:14.509Z | Compiling itoa v1.0.11 |
375 | 2024-08-23T21:19:14.735Z | Compiling ryu v1.0.18 |
376 | 2024-08-23T21:19:14.843Z | Compiling ucd-trie v0.1.6 |
377 | 2024-08-23T21:19:15.243Z | Compiling once_cell v1.19.0 |
378 | 2024-08-23T21:19:15.276Z | Compiling byteorder v1.5.0 |
379 | 2024-08-23T21:19:15.371Z | Compiling serde_json v1.0.125 |
380 | 2024-08-23T21:19:15.726Z | Compiling proc-macro-error-attr v1.0.4 |
381 | 2024-08-23T21:19:15.748Z | Compiling usdt-impl v0.5.0 |
382 | 2024-08-23T21:19:15.769Z | Compiling rustix v0.38.34 |
383 | 2024-08-23T21:19:16.012Z | Compiling syn v1.0.109 |
384 | 2024-08-23T21:19:16.111Z | Compiling quote v1.0.36 |
385 | 2024-08-23T21:19:16.135Z | Compiling proc-macro-error v1.0.4 |
386 | 2024-08-23T21:19:16.242Z | Compiling hashbrown v0.14.5 |
387 | 2024-08-23T21:19:16.426Z | Compiling bitflags v2.6.0 |
388 | 2024-08-23T21:19:16.519Z | Compiling syn v2.0.74 |
389 | 2024-08-23T21:19:16.816Z | Compiling errno v0.3.9 |
390 | 2024-08-23T21:19:16.841Z | Compiling plain v0.2.3 |
391 | 2024-08-23T21:19:16.863Z | Compiling log v0.4.21 |
392 | 2024-08-23T21:19:16.885Z | Compiling utf8parse v0.2.1 |
393 | 2024-08-23T21:19:16.988Z | Compiling thread-id v4.2.1 |
394 | 2024-08-23T21:19:17.047Z | Compiling equivalent v1.0.1 |
395 | 2024-08-23T21:19:17.049Z | Compiling anstyle-parse v0.2.4 |
396 | 2024-08-23T21:19:17.303Z | Compiling is_terminal_polyfill v1.70.0 |
397 | 2024-08-23T21:19:17.397Z | Compiling anstyle-query v1.0.3 |
398 | 2024-08-23T21:19:17.432Z | Compiling indexmap v2.4.0 |
399 | 2024-08-23T21:19:17.519Z | Compiling autocfg v1.3.0 |
400 | 2024-08-23T21:19:17.544Z | Compiling winnow v0.6.18 |
401 | 2024-08-23T21:19:17.567Z | Compiling anstyle v1.0.8 |
402 | 2024-08-23T21:19:17.870Z | Compiling camino v1.1.9 |
403 | 2024-08-23T21:19:18.041Z | Compiling pretty-hex v0.4.1 |
404 | 2024-08-23T21:19:18.292Z | Compiling colorchoice v1.0.1 |
405 | 2024-08-23T21:19:18.464Z | Compiling semver v1.0.23 |
406 | 2024-08-23T21:19:18.569Z | Compiling fs-err v2.11.0 |
407 | 2024-08-23T21:19:18.671Z | Compiling anstream v0.6.14 |
408 | 2024-08-23T21:19:18.722Z | Compiling terminal_size v0.3.0 |
409 | 2024-08-23T21:19:18.924Z | Compiling heck v0.4.1 |
410 | 2024-08-23T21:19:18.951Z | Compiling anyhow v1.0.86 |
411 | 2024-08-23T21:19:19.004Z | Compiling fnv v1.0.7 |
412 | 2024-08-23T21:19:19.098Z | Compiling strsim v0.11.1 |
413 | 2024-08-23T21:19:19.139Z | Compiling unicode-width v0.1.13 |
414 | 2024-08-23T21:19:19.385Z | Compiling clap_lex v0.7.0 |
415 | 2024-08-23T21:19:19.409Z | Compiling heck v0.5.0 |
416 | 2024-08-23T21:19:19.433Z | Compiling bytecount v0.6.8 |
417 | 2024-08-23T21:19:19.668Z | Compiling clap_builder v4.5.15 |
418 | 2024-08-23T21:19:19.799Z | Compiling papergrid v0.11.0 |
419 | 2024-08-23T21:19:19.949Z | Compiling memmap v0.7.0 |
420 | 2024-08-23T21:19:20.660Z | Compiling swrite v0.1.0 |
421 | 2024-08-23T21:19:22.181Z | Compiling tabled_derive v0.7.0 |
422 | 2024-08-23T21:19:23.744Z | Compiling tabled v0.15.0 |
423 | 2024-08-23T21:19:25.119Z | Compiling serde_derive v1.0.208 |
424 | 2024-08-23T21:19:25.124Z | Compiling thiserror-impl v1.0.63 |
425 | 2024-08-23T21:19:25.124Z | Compiling zerocopy-derive v0.7.34 |
426 | 2024-08-23T21:19:25.257Z | Compiling scroll_derive v0.12.0 |
427 | 2024-08-23T21:19:25.321Z | Compiling clap_derive v4.5.13 |
428 | 2024-08-23T21:19:26.552Z | Compiling scroll v0.12.0 |
429 | 2024-08-23T21:19:26.784Z | Compiling zerocopy v0.7.34 |
430 | 2024-08-23T21:19:27.013Z | Compiling goblin v0.8.2 |
431 | 2024-08-23T21:19:27.626Z | Compiling pest v2.7.10 |
432 | 2024-08-23T21:19:29.002Z | Compiling clap v4.5.16 |
433 | 2024-08-23T21:19:29.835Z | Compiling pest_meta v2.7.10 |
434 | 2024-08-23T21:19:30.636Z | Compiling pest_generator v2.7.10 |
435 | 2024-08-23T21:19:32.552Z | Compiling pest_derive v2.7.10 |
436 | 2024-08-23T21:19:33.270Z | Compiling dtrace-parser v0.2.0 |
437 | 2024-08-23T21:19:35.136Z | Compiling toml_datetime v0.6.8 |
438 | 2024-08-23T21:19:35.136Z | Compiling serde_spanned v0.6.7 |
439 | 2024-08-23T21:19:35.139Z | Compiling cargo-platform v0.1.8 |
440 | 2024-08-23T21:19:35.496Z | Compiling serde_tokenstream v0.2.2 |
441 | 2024-08-23T21:19:35.521Z | Compiling toml_edit v0.22.20 |
442 | 2024-08-23T21:19:35.714Z | Compiling macaddr v1.0.1 |
443 | 2024-08-23T21:19:36.516Z | Compiling dof v0.3.0 |
444 | 2024-08-23T21:19:36.516Z | Compiling cargo_metadata v0.18.1 |
445 | 2024-08-23T21:19:38.313Z | Compiling toml v0.8.19 |
446 | 2024-08-23T21:19:38.554Z | Compiling usdt-attr-macro v0.5.0 |
447 | 2024-08-23T21:19:38.554Z | Compiling usdt-macro v0.5.0 |
448 | 2024-08-23T21:19:39.141Z | Compiling cargo_toml v0.20.4 |
449 | 2024-08-23T21:19:39.981Z | Compiling usdt v0.5.0 |
450 | 2024-08-23T21:19:42.826Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
451 | 2024-08-23T21:19:46.555Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.53s |
452 | 2024-08-23T21:19:46.801Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
453 | 2024-08-23T21:19:47.358Z | Downloading crates ... |
454 | 2024-08-23T21:19:47.514Z | Downloaded adler v1.0.2 |
455 | 2024-08-23T21:19:47.517Z | Downloaded defmt-macros v0.3.9 |
456 | 2024-08-23T21:19:47.522Z | Downloaded allocator-api2 v0.2.18 |
457 | 2024-08-23T21:19:47.525Z | Downloaded iana-time-zone v0.1.60 |
458 | 2024-08-23T21:19:47.528Z | Downloaded async-trait v0.1.81 |
459 | 2024-08-23T21:19:47.531Z | Downloaded atomic-waker v1.1.2 |
460 | 2024-08-23T21:19:47.534Z | Downloaded maplit v1.0.2 |
461 | 2024-08-23T21:19:47.536Z | Downloaded base64 v0.22.1 |
462 | 2024-08-23T21:19:47.539Z | Downloaded match_cfg v0.1.0 |
463 | 2024-08-23T21:19:47.541Z | Downloaded instant v0.1.12 |
464 | 2024-08-23T21:19:47.543Z | Downloaded memoffset v0.9.1 |
465 | 2024-08-23T21:19:47.543Z | Downloaded new_debug_unreachable v1.0.6 |
466 | 2024-08-23T21:19:47.546Z | Downloaded num-rational v0.4.2 |
467 | 2024-08-23T21:19:47.548Z | Downloaded indent_write v2.2.0 |
468 | 2024-08-23T21:19:47.551Z | Downloaded kstat-rs v0.2.4 |
469 | 2024-08-23T21:19:47.551Z | Downloaded instability v0.3.2 |
470 | 2024-08-23T21:19:47.553Z | Downloaded indoc v1.0.9 |
471 | 2024-08-23T21:19:47.556Z | Downloaded base16ct v0.2.0 |
472 | 2024-08-23T21:19:47.558Z | Downloaded backtrace v0.3.71 |
473 | 2024-08-23T21:19:47.562Z | Downloaded addr2line v0.21.0 |
474 | 2024-08-23T21:19:47.564Z | Downloaded lalrpop v0.19.12 |
475 | 2024-08-23T21:19:47.577Z | Downloaded atomicwrites v0.4.3 |
476 | 2024-08-23T21:19:47.580Z | Downloaded cfg_aliases v0.1.1 |
477 | 2024-08-23T21:19:47.580Z | Downloaded libefi-sys v0.1.0 |
478 | 2024-08-23T21:19:47.582Z | Downloaded bytes v1.7.1 |
479 | 2024-08-23T21:19:47.585Z | Downloaded bitflags v1.3.2 |
480 | 2024-08-23T21:19:47.588Z | Downloaded atty v0.2.14 |
481 | 2024-08-23T21:19:47.590Z | Downloaded chrono v0.4.38 |
482 | 2024-08-23T21:19:47.596Z | Downloaded async-stream-impl v0.3.5 |
483 | 2024-08-23T21:19:47.599Z | Downloaded ascii-canvas v3.0.0 |
484 | 2024-08-23T21:19:47.601Z | Downloaded aho-corasick v1.1.3 |
485 | 2024-08-23T21:19:47.606Z | Downloaded async-recursion v1.1.1 |
486 | 2024-08-23T21:19:47.609Z | Downloaded ascii v1.1.0 |
487 | 2024-08-23T21:19:47.612Z | Downloaded argon2 v0.5.3 |
488 | 2024-08-23T21:19:47.615Z | Downloaded impl-trait-for-tuples v0.2.2 |
489 | 2024-08-23T21:19:47.617Z | Downloaded hyper-staticfile v0.9.5 |
490 | 2024-08-23T21:19:47.620Z | Downloaded csv-core v0.1.11 |
491 | 2024-08-23T21:19:47.623Z | Downloaded array-init v0.0.4 |
492 | 2024-08-23T21:19:47.623Z | Downloaded aead v0.5.2 |
493 | 2024-08-23T21:19:47.623Z | Downloaded crunchy v0.2.2 |
494 | 2024-08-23T21:19:47.626Z | Downloaded crossbeam-epoch v0.9.18 |
495 | 2024-08-23T21:19:47.628Z | Downloaded ident_case v1.0.1 |
496 | 2024-08-23T21:19:47.628Z | Downloaded crossbeam-deque v0.8.5 |
497 | 2024-08-23T21:19:47.630Z | Downloaded convert_case v0.4.0 |
498 | 2024-08-23T21:19:47.630Z | Downloaded ciborium-ll v0.2.2 |
499 | 2024-08-23T21:19:47.632Z | Downloaded ciborium-io v0.2.2 |
500 | 2024-08-23T21:19:47.633Z | Downloaded is-terminal v0.4.12 |
501 | 2024-08-23T21:19:47.635Z | Downloaded ciborium v0.2.2 |
502 | 2024-08-23T21:19:47.637Z | Downloaded itertools v0.10.5 |
503 | 2024-08-23T21:19:47.642Z | Downloaded arc-swap v1.7.1 |
504 | 2024-08-23T21:19:47.655Z | Downloaded hyper-rustls v0.24.2 |
505 | 2024-08-23T21:19:47.659Z | Downloaded humantime v2.1.0 |
506 | 2024-08-23T21:19:47.664Z | Downloaded hyper v0.14.30 |
507 | 2024-08-23T21:19:47.674Z | Downloaded inout v0.1.3 |
508 | 2024-08-23T21:19:47.681Z | Downloaded idna v0.5.0 |
509 | 2024-08-23T21:19:47.688Z | Downloaded jobserver v0.1.32 |
510 | 2024-08-23T21:19:47.691Z | Downloaded ipnet v2.9.0 |
511 | 2024-08-23T21:19:47.699Z | Downloaded lazycell v1.3.0 |
512 | 2024-08-23T21:19:47.702Z | Downloaded lazy_static v1.5.0 |
513 | 2024-08-23T21:19:47.704Z | Downloaded idna v0.4.0 |
514 | 2024-08-23T21:19:47.710Z | Downloaded itertools v0.13.0 |
515 | 2024-08-23T21:19:47.717Z | Downloaded indexmap v1.9.3 |
516 | 2024-08-23T21:19:47.721Z | Downloaded itertools v0.12.1 |
517 | 2024-08-23T21:19:47.728Z | Downloaded mime v0.3.17 |
518 | 2024-08-23T21:19:47.730Z | Downloaded libm v0.2.8 |
519 | 2024-08-23T21:19:47.738Z | Downloaded mime_guess v2.0.4 |
520 | 2024-08-23T21:19:47.740Z | Downloaded native-tls v0.2.11 |
521 | 2024-08-23T21:19:47.743Z | Downloaded multimap v0.10.0 |
522 | 2024-08-23T21:19:47.747Z | Downloaded bitvec v1.0.1 |
523 | 2024-08-23T21:19:47.759Z | Downloaded num v0.4.3 |
524 | 2024-08-23T21:19:47.761Z | Downloaded openssl-probe v0.1.5 |
525 | 2024-08-23T21:19:47.763Z | Downloaded openssl-macros v0.1.1 |
526 | 2024-08-23T21:19:47.763Z | Downloaded opaque-debug v0.3.1 |
527 | 2024-08-23T21:19:47.763Z | Downloaded num-iter v0.1.45 |
528 | 2024-08-23T21:19:47.766Z | Downloaded num-conv v0.1.0 |
529 | 2024-08-23T21:19:47.766Z | Downloaded mio v1.0.2 |
530 | 2024-08-23T21:19:47.771Z | Downloaded normalize-line-endings v0.3.0 |
531 | 2024-08-23T21:19:47.773Z | Downloaded crc v3.2.1 |
532 | 2024-08-23T21:19:47.777Z | Downloaded constant_time_eq v0.3.0 |
533 | 2024-08-23T21:19:47.777Z | Downloaded nix v0.28.0 |
534 | 2024-08-23T21:19:47.788Z | Downloaded assert_matches v1.5.0 |
535 | 2024-08-23T21:19:47.791Z | Downloaded arrayvec v0.7.4 |
536 | 2024-08-23T21:19:47.793Z | Downloaded aes v0.8.4 |
537 | 2024-08-23T21:19:47.795Z | Downloaded crypto-bigint v0.5.5 |
538 | 2024-08-23T21:19:47.802Z | Downloaded blake3 v1.5.1 |
539 | 2024-08-23T21:19:47.810Z | Downloaded crossbeam-utils v0.8.19 |
540 | 2024-08-23T21:19:47.813Z | Downloaded cobs v0.2.3 |
541 | 2024-08-23T21:19:47.815Z | Downloaded crc-catalog v2.4.0 |
542 | 2024-08-23T21:19:47.818Z | Downloaded const-oid v0.9.6 |
543 | 2024-08-23T21:19:47.820Z | Downloaded console v0.15.8 |
544 | 2024-08-23T21:19:47.822Z | Downloaded data-encoding v2.6.0 |
545 | 2024-08-23T21:19:47.822Z | Downloaded crossbeam-channel v0.5.12 |
546 | 2024-08-23T21:19:47.827Z | Downloaded static_assertions v1.1.0 |
547 | 2024-08-23T21:19:47.830Z | Downloaded colored v2.1.0 |
548 | 2024-08-23T21:19:47.832Z | Downloaded bb8 v0.8.5 |
549 | 2024-08-23T21:19:47.835Z | Downloaded base64ct v1.6.0 |
550 | 2024-08-23T21:19:47.837Z | Downloaded crc32fast v1.4.0 |
551 | 2024-08-23T21:19:47.837Z | Downloaded crc-any v2.5.0 |
552 | 2024-08-23T21:19:47.840Z | Downloaded cookie_store v0.20.0 |
553 | 2024-08-23T21:19:47.842Z | Downloaded cookie v0.18.1 |
554 | 2024-08-23T21:19:47.844Z | Downloaded libxml v0.3.3 |
555 | 2024-08-23T21:19:47.850Z | Downloaded libsw v3.3.1 |
556 | 2024-08-23T21:19:47.852Z | Downloaded untrusted v0.7.1 |
557 | 2024-08-23T21:19:47.855Z | Downloaded universal-hash v0.5.1 |
558 | 2024-08-23T21:19:47.855Z | Downloaded termtree v0.4.1 |
559 | 2024-08-23T21:19:47.857Z | Downloaded cookie v0.17.0 |
560 | 2024-08-23T21:19:47.859Z | Downloaded newtype_derive v0.1.6 |
561 | 2024-08-23T21:19:47.862Z | Downloaded nodrop v0.1.14 |
562 | 2024-08-23T21:19:47.862Z | Downloaded newtype-uuid v1.1.0 |
563 | 2024-08-23T21:19:47.870Z | Downloaded newline-converter v0.3.0 |
564 | 2024-08-23T21:19:47.873Z | Downloaded untrusted v0.9.0 |
565 | 2024-08-23T21:19:47.875Z | Downloaded tokio-macros v2.3.0 |
566 | 2024-08-23T21:19:47.875Z | Downloaded stringprep v0.1.4 |
567 | 2024-08-23T21:19:47.877Z | Downloaded num_enum v0.5.11 |
568 | 2024-08-23T21:19:47.881Z | Downloaded num-bigint-dig v0.8.4 |
569 | 2024-08-23T21:19:47.887Z | Downloaded num_enum_derive v0.5.11 |
570 | 2024-08-23T21:19:47.889Z | Downloaded fastrand v2.1.0 |
571 | 2024-08-23T21:19:47.892Z | Downloaded defmt v0.3.8 |
572 | 2024-08-23T21:19:47.895Z | Downloaded debug-ignore v1.0.5 |
573 | 2024-08-23T21:19:47.897Z | Downloaded darling_macro v0.20.9 |
574 | 2024-08-23T21:19:47.900Z | Downloaded darling_core v0.20.9 |
575 | 2024-08-23T21:19:47.904Z | Downloaded darling v0.20.9 |
576 | 2024-08-23T21:19:47.909Z | Downloaded openssl-sys v0.9.103 |
577 | 2024-08-23T21:19:47.915Z | Downloaded idna v0.3.0 |
578 | 2024-08-23T21:19:47.923Z | Downloaded curve25519-dalek-derive v0.1.1 |
579 | 2024-08-23T21:19:47.925Z | Downloaded futures-executor v0.3.30 |
580 | 2024-08-23T21:19:47.928Z | Downloaded fallible-iterator v0.3.0 |
581 | 2024-08-23T21:19:47.928Z | Downloaded der v0.7.9 |
582 | 2024-08-23T21:19:47.934Z | Downloaded dirs-sys-next v0.1.2 |
583 | 2024-08-23T21:19:47.936Z | Downloaded fallible-streaming-iterator v0.1.9 |
584 | 2024-08-23T21:19:47.936Z | Downloaded downcast v0.11.0 |
585 | 2024-08-23T21:19:47.939Z | Downloaded nibble_vec v0.1.0 |
586 | 2024-08-23T21:19:47.942Z | Downloaded url v2.5.2 |
587 | 2024-08-23T21:19:47.944Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
588 | 2024-08-23T21:19:47.958Z | Downloaded pkg-config v0.3.30 |
589 | 2024-08-23T21:19:47.961Z | Downloaded csv v1.3.0 |
590 | 2024-08-23T21:19:47.982Z | Downloaded bstr v1.9.1 |
591 | 2024-08-23T21:19:47.994Z | Downloaded rustls-webpki v0.101.7 |
592 | 2024-08-23T21:19:48.010Z | Downloaded lru-cache v0.1.2 |
593 | 2024-08-23T21:19:48.014Z | Downloaded sct v0.7.1 |
594 | 2024-08-23T21:19:48.017Z | Downloaded lru v0.12.3 |
595 | 2024-08-23T21:19:48.017Z | Downloaded pkcs8 v0.10.2 |
596 | 2024-08-23T21:19:48.020Z | Downloaded radium v0.7.0 |
597 | 2024-08-23T21:19:48.023Z | Downloaded twox-hash v1.6.3 |
598 | 2024-08-23T21:19:48.025Z | Downloaded tokio-native-tls v0.3.1 |
599 | 2024-08-23T21:19:48.028Z | Downloaded tracing v0.1.40 |
600 | 2024-08-23T21:19:48.032Z | Downloaded foreign-types-shared v0.1.1 |
601 | 2024-08-23T21:19:48.035Z | Downloaded secrecy v0.8.0 |
602 | 2024-08-23T21:19:48.035Z | Downloaded rustls-webpki v0.102.4 |
603 | 2024-08-23T21:19:48.054Z | Downloaded tls_codec_derive v0.4.1 |
604 | 2024-08-23T21:19:48.056Z | Downloaded parking_lot_core v0.9.10 |
605 | 2024-08-23T21:19:48.059Z | Downloaded httpdate v1.0.3 |
606 | 2024-08-23T21:19:48.061Z | Downloaded http v0.2.12 |
607 | 2024-08-23T21:19:48.065Z | Downloaded want v0.3.1 |
608 | 2024-08-23T21:19:48.067Z | Downloaded parking_lot_core v0.8.6 |
609 | 2024-08-23T21:19:48.069Z | Downloaded omicron-zone-package v0.11.0 |
610 | 2024-08-23T21:19:48.073Z | Downloaded poly1305 v0.8.0 |
611 | 2024-08-23T21:19:48.079Z | Downloaded which v4.4.2 |
612 | 2024-08-23T21:19:48.082Z | Downloaded webpki-roots v0.25.4 |
613 | 2024-08-23T21:19:48.088Z | Downloaded portable-atomic v1.6.0 |
614 | 2024-08-23T21:19:48.096Z | Downloaded deranged v0.3.11 |
615 | 2024-08-23T21:19:48.099Z | Downloaded rustversion v1.0.17 |
616 | 2024-08-23T21:19:48.102Z | Downloaded resolv-conf v0.7.0 |
617 | 2024-08-23T21:19:48.104Z | Downloaded reqwest v0.11.27 |
618 | 2024-08-23T21:19:48.115Z | Downloaded pem v3.0.4 |
619 | 2024-08-23T21:19:48.117Z | Downloaded rand_chacha v0.3.1 |
620 | 2024-08-23T21:19:48.120Z | Downloaded powerfmt v0.2.0 |
621 | 2024-08-23T21:19:48.122Z | Downloaded form_urlencoded v1.2.1 |
622 | 2024-08-23T21:19:48.122Z | Downloaded dsl_auto_type v0.1.2 |
623 | 2024-08-23T21:19:48.124Z | Downloaded display-error-chain v0.2.0 |
624 | 2024-08-23T21:19:48.124Z | Downloaded defmt-parser v0.3.4 |
625 | 2024-08-23T21:19:48.127Z | Downloaded curve25519-dalek v4.1.3 |
626 | 2024-08-23T21:19:48.133Z | Downloaded mockall_derive v0.13.0 |
627 | 2024-08-23T21:19:48.136Z | Downloaded phf_shared v0.10.0 |
628 | 2024-08-23T21:19:48.139Z | Downloaded funty v2.0.0 |
629 | 2024-08-23T21:19:48.139Z | Downloaded fragile v2.0.0 |
630 | 2024-08-23T21:19:48.141Z | Downloaded fixedbitset v0.4.2 |
631 | 2024-08-23T21:19:48.143Z | Downloaded phf v0.11.2 |
632 | 2024-08-23T21:19:48.146Z | Downloaded futures-channel v0.3.30 |
633 | 2024-08-23T21:19:48.148Z | Downloaded ppv-lite86 v0.2.17 |
634 | 2024-08-23T21:19:48.151Z | Downloaded flate2 v1.0.31 |
635 | 2024-08-23T21:19:48.156Z | Downloaded filetime v0.2.24 |
636 | 2024-08-23T21:19:48.159Z | Downloaded futures v0.3.30 |
637 | 2024-08-23T21:19:48.164Z | Downloaded nix v0.27.1 |
638 | 2024-08-23T21:19:48.175Z | Downloaded spki v0.7.3 |
639 | 2024-08-23T21:19:48.178Z | Downloaded rayon v1.10.0 |
640 | 2024-08-23T21:19:48.188Z | Downloaded fatfs v0.3.6 |
641 | 2024-08-23T21:19:48.192Z | Downloaded ron v0.7.1 |
642 | 2024-08-23T21:19:48.197Z | Downloaded tinyvec_macros v0.1.1 |
643 | 2024-08-23T21:19:48.199Z | Downloaded tokio-rustls v0.24.1 |
644 | 2024-08-23T21:19:48.202Z | Downloaded tokio-rustls v0.25.0 |
645 | 2024-08-23T21:19:48.204Z | Downloaded wyz v0.5.1 |
646 | 2024-08-23T21:19:48.206Z | Downloaded r2d2 v0.8.10 |
647 | 2024-08-23T21:19:48.206Z | Downloaded paste v1.0.15 |
648 | 2024-08-23T21:19:48.209Z | Downloaded rustls-pemfile v1.0.4 |
649 | 2024-08-23T21:19:48.212Z | Downloaded fxhash v0.2.1 |
650 | 2024-08-23T21:19:48.214Z | Downloaded quick-xml v0.31.0 |
651 | 2024-08-23T21:19:48.220Z | Downloaded scopeguard v1.2.0 |
652 | 2024-08-23T21:19:48.222Z | Downloaded slab v0.4.9 |
653 | 2024-08-23T21:19:48.224Z | Downloaded siphasher v0.3.11 |
654 | 2024-08-23T21:19:48.227Z | Downloaded tokio-stream v0.1.15 |
655 | 2024-08-23T21:19:48.233Z | Downloaded diesel_derives v2.2.2 |
656 | 2024-08-23T21:19:48.236Z | Downloaded xattr v1.3.1 |
657 | 2024-08-23T21:19:48.238Z | Downloaded pem-rfc7468 v0.7.0 |
658 | 2024-08-23T21:19:48.241Z | Downloaded hickory-client v0.24.1 |
659 | 2024-08-23T21:19:48.244Z | Downloaded unicode-truncate v1.0.0 |
660 | 2024-08-23T21:19:48.246Z | Downloaded either v1.13.0 |
661 | 2024-08-23T21:19:48.249Z | Downloaded elliptic-curve v0.13.8 |
662 | 2024-08-23T21:19:49.256Z | Downloaded group v0.13.0 |
663 | 2024-08-23T21:19:49.259Z | Downloaded ron v0.8.1 |
664 | 2024-08-23T21:19:49.259Z | Downloaded h2 v0.3.26 |
665 | 2024-08-23T21:19:49.259Z | Downloaded radix_trie v0.2.1 |
666 | 2024-08-23T21:19:49.259Z | Downloaded spin v0.5.2 |
667 | 2024-08-23T21:19:49.259Z | Downloaded thread_local v1.1.8 |
668 | 2024-08-23T21:19:49.259Z | Downloaded signal-hook-tokio v0.3.1 |
669 | 2024-08-23T21:19:49.259Z | Downloaded serde-big-array v0.5.1 |
670 | 2024-08-23T21:19:49.259Z | Downloaded semver v0.1.20 |
671 | 2024-08-23T21:19:49.259Z | Downloaded thiserror-impl-no-std v2.0.2 |
672 | 2024-08-23T21:19:49.259Z | Downloaded foreign-types-shared v0.3.1 |
673 | 2024-08-23T21:19:49.259Z | Downloaded foreign-types-macros v0.2.3 |
674 | 2024-08-23T21:19:49.259Z | Downloaded tap v1.0.1 |
675 | 2024-08-23T21:19:49.259Z | Downloaded socket2 v0.5.7 |
676 | 2024-08-23T21:19:49.259Z | Downloaded postgres-types v0.2.7 |
677 | 2024-08-23T21:19:49.259Z | Downloaded float-ord v0.3.2 |
678 | 2024-08-23T21:19:49.260Z | Downloaded socket2 v0.4.10 |
679 | 2024-08-23T21:19:49.260Z | Downloaded slog-stdlog v4.1.1 |
680 | 2024-08-23T21:19:49.260Z | Downloaded futures-io v0.3.30 |
681 | 2024-08-23T21:19:49.260Z | Downloaded salsa20 v0.10.2 |
682 | 2024-08-23T21:19:49.260Z | Downloaded rustls v0.21.12 |
683 | 2024-08-23T21:19:49.260Z | Downloaded fallible-iterator v0.2.0 |
684 | 2024-08-23T21:19:49.260Z | Downloaded predicates-tree v1.0.9 |
685 | 2024-08-23T21:19:49.260Z | Downloaded zeroize v1.7.0 |
686 | 2024-08-23T21:19:49.260Z | Downloaded predicates-core v1.0.6 |
687 | 2024-08-23T21:19:49.260Z | Downloaded percent-encoding v2.3.1 |
688 | 2024-08-23T21:19:49.260Z | Downloaded futures-core v0.3.30 |
689 | 2024-08-23T21:19:49.260Z | Downloaded zerocopy v0.6.6 |
690 | 2024-08-23T21:19:49.260Z | Downloaded same-file v1.0.6 |
691 | 2024-08-23T21:19:49.260Z | Downloaded unicode-bidi v0.3.15 |
692 | 2024-08-23T21:19:49.260Z | Downloaded schemars v0.8.21 |
693 | 2024-08-23T21:19:49.260Z | Downloaded tower-service v0.3.2 |
694 | 2024-08-23T21:19:49.260Z | Downloaded ena v0.14.3 |
695 | 2024-08-23T21:19:49.260Z | Downloaded unicode-linebreak v0.1.5 |
696 | 2024-08-23T21:19:49.260Z | Downloaded unicase v2.7.0 |
697 | 2024-08-23T21:19:49.260Z | Downloaded endian-type v0.1.2 |
698 | 2024-08-23T21:19:49.260Z | Downloaded toml_edit v0.19.15 |
699 | 2024-08-23T21:19:49.260Z | Downloaded futures-util v0.3.30 |
700 | 2024-08-23T21:19:49.260Z | Downloaded rayon-core v1.12.1 |
701 | 2024-08-23T21:19:49.260Z | Downloaded sqlparser_derive v0.2.2 |
702 | 2024-08-23T21:19:49.260Z | Downloaded pin-project-internal v1.1.5 |
703 | 2024-08-23T21:19:49.260Z | Downloaded pin-project v1.1.5 |
704 | 2024-08-23T21:19:49.260Z | Downloaded take_mut v0.2.2 |
705 | 2024-08-23T21:19:49.260Z | Downloaded ref-cast v1.0.23 |
706 | 2024-08-23T21:19:49.260Z | Downloaded tabwriter v1.4.0 |
707 | 2024-08-23T21:19:49.260Z | Downloaded subprocess v0.2.9 |
708 | 2024-08-23T21:19:49.260Z | Downloaded serde_urlencoded v0.7.1 |
709 | 2024-08-23T21:19:49.260Z | Downloaded termcolor v1.4.1 |
710 | 2024-08-23T21:19:49.260Z | Downloaded sqlformat v0.2.4 |
711 | 2024-08-23T21:19:49.260Z | Downloaded phf_shared v0.11.2 |
712 | 2024-08-23T21:19:49.260Z | Downloaded serde_with v3.9.0 |
713 | 2024-08-23T21:19:49.260Z | Downloaded hash32 v0.3.1 |
714 | 2024-08-23T21:19:49.260Z | Downloaded hash32 v0.2.1 |
715 | 2024-08-23T21:19:49.260Z | Downloaded futures-task v0.3.30 |
716 | 2024-08-23T21:19:49.261Z | Downloaded regex v1.10.6 |
717 | 2024-08-23T21:19:49.261Z | Downloaded futures-macro v0.3.30 |
718 | 2024-08-23T21:19:49.261Z | Downloaded tracing-attributes v0.1.27 |
719 | 2024-08-23T21:19:49.261Z | Downloaded term v0.7.0 |
720 | 2024-08-23T21:19:49.261Z | Downloaded tempfile v3.10.1 |
721 | 2024-08-23T21:19:49.261Z | Downloaded hex v0.4.3 |
722 | 2024-08-23T21:19:49.261Z | Downloaded vcpkg v0.2.15 |
723 | 2024-08-23T21:19:49.261Z | Downloaded unicode-normalization v0.1.23 |
724 | 2024-08-23T21:19:49.261Z | Downloaded unicode_categories v0.1.1 |
725 | 2024-08-23T21:19:49.261Z | Downloaded serde_arrays v0.1.0 |
726 | 2024-08-23T21:19:49.261Z | Downloaded vte v0.11.1 |
727 | 2024-08-23T21:19:49.261Z | Downloaded petgraph v0.6.5 |
728 | 2024-08-23T21:19:49.261Z | Downloaded rand_xorshift v0.3.0 |
729 | 2024-08-23T21:19:49.261Z | Downloaded winnow v0.5.40 |
730 | 2024-08-23T21:19:49.261Z | Downloaded hostname v0.3.1 |
731 | 2024-08-23T21:19:49.261Z | Downloaded home v0.5.9 |
732 | 2024-08-23T21:19:49.261Z | Downloaded rand_seeder v0.3.0 |
733 | 2024-08-23T21:19:49.261Z | Downloaded x509-cert v0.2.5 |
734 | 2024-08-23T21:19:49.261Z | Downloaded heck v0.3.3 |
735 | 2024-08-23T21:19:49.261Z | Downloaded diff v0.1.13 |
736 | 2024-08-23T21:19:49.261Z | Downloaded pin-project-lite v0.2.14 |
737 | 2024-08-23T21:19:49.261Z | Downloaded embedded-io v0.4.0 |
738 | 2024-08-23T21:19:49.261Z | Downloaded serde_yaml v0.9.34+deprecated |
739 | 2024-08-23T21:19:49.261Z | Downloaded whoami v1.5.1 |
740 | 2024-08-23T21:19:49.261Z | Downloaded hmac v0.12.1 |
741 | 2024-08-23T21:19:49.261Z | Downloaded unarray v0.1.4 |
742 | 2024-08-23T21:19:49.261Z | Downloaded rand_core v0.6.4 |
743 | 2024-08-23T21:19:49.261Z | Downloaded env_logger v0.9.3 |
744 | 2024-08-23T21:19:49.261Z | Downloaded httparse v1.8.0 |
745 | 2024-08-23T21:19:49.261Z | Downloaded serde_plain v1.0.2 |
746 | 2024-08-23T21:19:49.261Z | Downloaded hickory-resolver v0.24.1 |
747 | 2024-08-23T21:19:49.261Z | Downloaded regex-syntax v0.6.29 |
748 | 2024-08-23T21:19:49.261Z | Downloaded http v1.1.0 |
749 | 2024-08-23T21:19:49.261Z | Downloaded regex-syntax v0.8.4 |
750 | 2024-08-23T21:19:49.261Z | Downloaded rcgen v0.12.1 |
751 | 2024-08-23T21:19:49.261Z | Downloaded parse-display-derive v0.10.0 |
752 | 2024-08-23T21:19:49.261Z | Downloaded http-body v0.4.6 |
753 | 2024-08-23T21:19:49.261Z | Downloaded typed-path v0.7.1 |
754 | 2024-08-23T21:19:49.261Z | Downloaded pretty-hex v0.2.1 |
755 | 2024-08-23T21:19:49.262Z | Downloaded pin-utils v0.1.0 |
756 | 2024-08-23T21:19:49.262Z | Downloaded strum v0.26.3 |
757 | 2024-08-23T21:19:49.262Z | Downloaded zeroize_derive v1.4.2 |
758 | 2024-08-23T21:19:49.262Z | Downloaded tracing-core v0.1.32 |
759 | 2024-08-23T21:19:49.262Z | Downloaded walkdir v2.5.0 |
760 | 2024-08-23T21:19:49.262Z | Downloaded shlex v1.3.0 |
761 | 2024-08-23T21:19:49.262Z | Downloaded zip v0.6.6 |
762 | 2024-08-23T21:19:49.262Z | Downloaded parking_lot v0.11.2 |
763 | 2024-08-23T21:19:49.266Z | Downloaded rusty-fork v0.3.0 |
764 | 2024-08-23T21:19:49.266Z | Downloaded pkcs1 v0.7.5 |
765 | 2024-08-23T21:19:49.266Z | Downloaded parking_lot v0.12.2 |
766 | 2024-08-23T21:19:49.266Z | Downloaded time v0.3.36 |
767 | 2024-08-23T21:19:49.266Z | Downloaded postcard v1.0.8 |
768 | 2024-08-23T21:19:49.266Z | Downloaded serde_with_macros v3.9.0 |
769 | 2024-08-23T21:19:49.266Z | Downloaded toml v0.7.8 |
770 | 2024-08-23T21:19:49.266Z | Downloaded time-core v0.1.2 |
771 | 2024-08-23T21:19:49.266Z | Downloaded tiny-keccak v2.0.2 |
772 | 2024-08-23T21:19:49.266Z | Downloaded hashbrown v0.12.3 |
773 | 2024-08-23T21:19:49.266Z | Downloaded prettyplease v0.2.20 |
774 | 2024-08-23T21:19:49.266Z | Downloaded proc-macro-crate v1.3.1 |
775 | 2024-08-23T21:19:49.266Z | Downloaded parse-display v0.10.0 |
776 | 2024-08-23T21:19:49.266Z | Downloaded hubpack_derive v0.1.1 |
777 | 2024-08-23T21:19:49.266Z | Downloaded zone v0.1.8 |
778 | 2024-08-23T21:19:49.266Z | Downloaded sqlparser v0.45.0 |
779 | 2024-08-23T21:19:49.266Z | Downloaded packed_struct_codegen v0.10.1 |
780 | 2024-08-23T21:19:49.266Z | Downloaded packed_struct v0.10.1 |
781 | 2024-08-23T21:19:49.266Z | Downloaded heapless v0.8.0 |
782 | 2024-08-23T21:19:49.266Z | Downloaded heapless v0.7.17 |
783 | 2024-08-23T21:19:49.266Z | Downloaded pkcs5 v0.7.1 |
784 | 2024-08-23T21:19:49.266Z | Downloaded portpicker v0.1.1 |
785 | 2024-08-23T21:19:49.266Z | Downloaded rustyline v14.0.0 |
786 | 2024-08-23T21:19:49.266Z | Downloaded shell-words v1.1.0 |
787 | 2024-08-23T21:19:49.266Z | Downloaded similar v2.6.0 |
788 | 2024-08-23T21:19:49.266Z | Downloaded time-macros v0.2.18 |
789 | 2024-08-23T21:19:49.266Z | Downloaded encoding_rs v0.8.34 |
790 | 2024-08-23T21:19:49.266Z | Downloaded headers-core v0.2.0 |
791 | 2024-08-23T21:19:49.266Z | Downloaded regex-automata v0.4.6 |
792 | 2024-08-23T21:19:49.266Z | Downloaded tar v0.4.41 |
793 | 2024-08-23T21:19:49.266Z | Downloaded smallvec v1.13.2 |
794 | 2024-08-23T21:19:49.266Z | Downloaded rand v0.8.5 |
795 | 2024-08-23T21:19:49.267Z | Downloaded oso-derive v0.27.3 |
796 | 2024-08-23T21:19:49.267Z | Downloaded rustls v0.22.4 |
797 | 2024-08-23T21:19:49.267Z | Downloaded hostname v0.4.0 |
798 | 2024-08-23T21:19:49.267Z | Downloaded highway v1.2.0 |
799 | 2024-08-23T21:19:49.267Z | Downloaded hickory-server v0.24.1 |
800 | 2024-08-23T21:19:49.267Z | Downloaded diesel_table_macro_syntax v0.2.0 |
801 | 2024-08-23T21:19:49.267Z | Downloaded termios v0.3.3 |
802 | 2024-08-23T21:19:49.267Z | Downloaded rustc_version v0.1.7 |
803 | 2024-08-23T21:19:49.267Z | Downloaded predicates v3.1.2 |
804 | 2024-08-23T21:19:49.267Z | Downloaded structmeta-derive v0.3.0 |
805 | 2024-08-23T21:19:49.267Z | Downloaded structmeta v0.3.0 |
806 | 2024-08-23T21:19:49.267Z | Downloaded rusqlite v0.31.0 |
807 | 2024-08-23T21:19:49.267Z | Downloaded zone_cfg_derive v0.1.2 |
808 | 2024-08-23T21:19:49.267Z | Downloaded structmeta-derive v0.2.0 |
809 | 2024-08-23T21:19:49.267Z | Downloaded serde_path_to_error v0.1.16 |
810 | 2024-08-23T21:19:49.267Z | Downloaded serde_derive_internals v0.29.1 |
811 | 2024-08-23T21:19:49.267Z | Downloaded ratatui v0.28.0 |
812 | 2024-08-23T21:19:49.267Z | Downloaded postgres-protocol v0.6.7 |
813 | 2024-08-23T21:19:49.267Z | Downloaded erased-serde v0.3.31 |
814 | 2024-08-23T21:19:49.267Z | Downloaded waitgroup v0.1.2 |
815 | 2024-08-23T21:19:49.267Z | Downloaded rustfmt-wrapper v0.2.1 |
816 | 2024-08-23T21:19:49.267Z | Downloaded vergen v8.3.2 |
817 | 2024-08-23T21:19:49.267Z | Downloaded reedline v0.33.0 |
818 | 2024-08-23T21:19:49.267Z | Downloaded headers v0.3.9 |
819 | 2024-08-23T21:19:49.267Z | Downloaded hashlink v0.9.1 |
820 | 2024-08-23T21:19:49.267Z | Downloaded enum-as-inner v0.6.0 |
821 | 2024-08-23T21:19:49.267Z | Downloaded smallvec v0.6.14 |
822 | 2024-08-23T21:19:49.267Z | Downloaded samael v0.0.15 |
823 | 2024-08-23T21:19:49.267Z | Downloaded publicsuffix v2.2.3 |
824 | 2024-08-23T21:19:49.267Z | Downloaded sigpipe v0.1.3 |
825 | 2024-08-23T21:19:49.267Z | Downloaded wait-timeout v0.2.0 |
826 | 2024-08-23T21:19:49.267Z | Downloaded vte_generate_state_changes v0.1.1 |
827 | 2024-08-23T21:19:49.267Z | Downloaded diesel v2.2.2 |
828 | 2024-08-23T21:19:49.267Z | Downloaded uzers v0.11.3 |
829 | 2024-08-23T21:19:49.267Z | Downloaded tui-tree-widget v0.22.0 |
830 | 2024-08-23T21:19:49.267Z | Downloaded oso v0.27.3 |
831 | 2024-08-23T21:19:49.267Z | Downloaded hubpack v0.1.2 |
832 | 2024-08-23T21:19:49.267Z | Downloaded http-range v0.1.5 |
833 | 2024-08-23T21:19:49.267Z | Downloaded yasna v0.5.2 |
834 | 2024-08-23T21:19:49.267Z | Downloaded hickory-proto v0.24.1 |
835 | 2024-08-23T21:19:49.268Z | Downloaded snafu-derive v0.8.2 |
836 | 2024-08-23T21:19:49.268Z | Downloaded rtoolbox v0.0.2 |
837 | 2024-08-23T21:19:49.268Z | Downloaded precomputed-hash v0.1.1 |
838 | 2024-08-23T21:19:49.268Z | Downloaded psl-types v2.0.11 |
839 | 2024-08-23T21:19:49.268Z | Downloaded tinyvec v1.6.0 |
840 | 2024-08-23T21:19:49.268Z | Downloaded env_logger v0.10.2 |
841 | 2024-08-23T21:19:49.268Z | Downloaded proptest v1.5.0 |
842 | 2024-08-23T21:19:49.268Z | Downloaded finl_unicode v1.2.0 |
843 | 2024-08-23T21:19:49.268Z | Downloaded try-lock v0.2.5 |
844 | 2024-08-23T21:19:49.268Z | Downloaded rustls-pki-types v1.7.0 |
845 | 2024-08-23T21:19:49.268Z | Downloaded rustls-pemfile v2.1.3 |
846 | 2024-08-23T21:19:49.268Z | Downloaded tokio-util v0.7.11 |
847 | 2024-08-23T21:19:49.268Z | Downloaded rustc-hash v1.1.0 |
848 | 2024-08-23T21:19:49.268Z | Downloaded hashbrown v0.13.2 |
849 | 2024-08-23T21:19:49.268Z | Downloaded strum_macros v0.25.3 |
850 | 2024-08-23T21:19:49.268Z | Downloaded strum_macros v0.24.3 |
851 | 2024-08-23T21:19:49.268Z | Downloaded zerocopy-derive v0.6.6 |
852 | 2024-08-23T21:19:49.268Z | Downloaded rustc_version v0.4.0 |
853 | 2024-08-23T21:19:49.268Z | Downloaded stable_deref_trait v1.2.0 |
854 | 2024-08-23T21:19:49.268Z | Downloaded rustc-demangle v0.1.24 |
855 | 2024-08-23T21:19:49.268Z | Downloaded parse-size v1.0.0 |
856 | 2024-08-23T21:19:49.268Z | Downloaded expectorate v1.1.0 |
857 | 2024-08-23T21:19:49.268Z | Downloaded rsa v0.9.6 |
858 | 2024-08-23T21:19:49.268Z | Downloaded derive_more v0.99.18 |
859 | 2024-08-23T21:19:49.268Z | Downloaded smawk v0.3.2 |
860 | 2024-08-23T21:19:49.268Z | Downloaded tokio-tungstenite v0.21.0 |
861 | 2024-08-23T21:19:49.268Z | Downloaded tokio-tungstenite v0.20.1 |
862 | 2024-08-23T21:19:49.268Z | Downloaded thiserror-no-std v2.0.2 |
863 | 2024-08-23T21:19:49.272Z | Downloaded slog-scope v4.4.0 |
864 | 2024-08-23T21:19:49.272Z | Downloaded slog-json v2.6.1 |
865 | 2024-08-23T21:19:49.272Z | Downloaded slog-envlogger v2.2.0 |
866 | 2024-08-23T21:19:49.272Z | Downloaded slog-dtrace v0.3.0 |
867 | 2024-08-23T21:19:49.272Z | Downloaded slog-bunyan v2.5.0 |
868 | 2024-08-23T21:19:49.272Z | Downloaded slog-async v2.8.0 |
869 | 2024-08-23T21:19:49.272Z | Downloaded sled v0.34.7 |
870 | 2024-08-23T21:19:49.272Z | Downloaded vsss-rs v3.3.4 |
871 | 2024-08-23T21:19:49.272Z | Downloaded smoltcp v0.11.0 |
872 | 2024-08-23T21:19:49.272Z | Downloaded strum_macros v0.26.4 |
873 | 2024-08-23T21:19:49.272Z | Downloaded sec1 v0.7.3 |
874 | 2024-08-23T21:19:49.272Z | Downloaded gimli v0.28.1 |
875 | 2024-08-23T21:19:49.272Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
876 | 2024-08-23T21:19:49.272Z | Downloaded futures-sink v0.3.30 |
877 | 2024-08-23T21:19:49.272Z | Downloaded rpassword v7.3.1 |
878 | 2024-08-23T21:19:49.272Z | Downloaded peg v0.8.4 |
879 | 2024-08-23T21:19:49.272Z | Downloaded pbkdf2 v0.12.2 |
880 | 2024-08-23T21:19:49.272Z | Downloaded path-slash v0.1.5 |
881 | 2024-08-23T21:19:49.272Z | Downloaded password-hash v0.5.0 |
882 | 2024-08-23T21:19:49.272Z | Downloaded git2 v0.19.0 |
883 | 2024-08-23T21:19:49.272Z | Downloaded getrandom v0.2.14 |
884 | 2024-08-23T21:19:49.272Z | Downloaded getopts v0.2.21 |
885 | 2024-08-23T21:19:49.272Z | Downloaded gethostname v0.5.0 |
886 | 2024-08-23T21:19:49.272Z | Downloaded tokio-postgres v0.7.11 |
887 | 2024-08-23T21:19:49.272Z | Downloaded tls_codec v0.4.1 |
888 | 2024-08-23T21:19:49.272Z | Downloaded scrypt v0.11.0 |
889 | 2024-08-23T21:19:49.272Z | Downloaded regress v0.9.1 |
890 | 2024-08-23T21:19:49.272Z | Downloaded polar-core v0.27.3 |
891 | 2024-08-23T21:19:49.272Z | Downloaded foreign-types v0.5.0 |
892 | 2024-08-23T21:19:49.272Z | Downloaded flume v0.11.0 |
893 | 2024-08-23T21:19:49.272Z | Downloaded flagset v0.4.5 |
894 | 2024-08-23T21:19:49.272Z | Downloaded ff v0.13.0 |
895 | 2024-08-23T21:19:49.272Z | Downloaded fd-lock v4.0.2 |
896 | 2024-08-23T21:19:49.272Z | Downloaded derive_builder_macro v0.20.0 |
897 | 2024-08-23T21:19:49.272Z | Downloaded derive_builder_core v0.20.0 |
898 | 2024-08-23T21:19:49.272Z | Downloaded derive_builder v0.20.0 |
899 | 2024-08-23T21:19:49.272Z | Downloaded derive-where v1.2.7 |
900 | 2024-08-23T21:19:49.272Z | Downloaded der_derive v0.7.2 |
901 | 2024-08-23T21:19:49.273Z | Downloaded peg-runtime v0.8.3 |
902 | 2024-08-23T21:19:49.273Z | Downloaded peg-macros v0.8.4 |
903 | 2024-08-23T21:19:49.273Z | Downloaded openapiv3 v2.0.0 |
904 | 2024-08-23T21:19:49.273Z | Downloaded half v2.4.1 |
905 | 2024-08-23T21:19:49.273Z | Downloaded globset v0.4.14 |
906 | 2024-08-23T21:19:49.273Z | Downloaded glob v0.3.1 |
907 | 2024-08-23T21:19:49.273Z | Downloaded dyn-clone v1.0.17 |
908 | 2024-08-23T21:19:49.273Z | Downloaded dirs-next v2.0.0 |
909 | 2024-08-23T21:19:49.273Z | Downloaded difflib v0.4.0 |
910 | 2024-08-23T21:19:49.273Z | Downloaded tokio v1.38.1 |
911 | 2024-08-23T21:19:49.273Z | Downloaded tough v0.17.1 |
912 | 2024-08-23T21:19:49.273Z | Downloaded topological-sort v0.2.2 |
913 | 2024-08-23T21:19:49.273Z | Downloaded toolchain_find v0.4.0 |
914 | 2024-08-23T21:19:49.273Z | Downloaded smoltcp v0.9.1 |
915 | 2024-08-23T21:19:49.273Z | Downloaded smf v0.2.3 |
916 | 2024-08-23T21:19:49.273Z | Downloaded utf-8 v0.7.6 |
917 | 2024-08-23T21:19:49.273Z | Downloaded tungstenite v0.21.0 |
918 | 2024-08-23T21:19:49.273Z | Downloaded schemars_derive v0.8.21 |
919 | 2024-08-23T21:19:49.273Z | Downloaded tungstenite v0.20.1 |
920 | 2024-08-23T21:19:49.273Z | Downloaded structmeta v0.2.0 |
921 | 2024-08-23T21:19:49.273Z | Downloaded strip-ansi-escapes v0.2.0 |
922 | 2024-08-23T21:19:49.273Z | Downloaded snafu v0.8.2 |
923 | 2024-08-23T21:19:49.273Z | Downloaded ref-cast-impl v1.0.23 |
924 | 2024-08-23T21:19:49.273Z | Downloaded slog v2.7.0 |
925 | 2024-08-23T21:19:49.273Z | Downloaded sha3 v0.10.8 |
926 | 2024-08-23T21:19:49.276Z | Downloaded serde_repr v0.1.19 |
927 | 2024-08-23T21:19:49.276Z | Downloaded unicode-xid v0.2.4 |
928 | 2024-08-23T21:19:49.276Z | Downloaded sync_wrapper v0.1.2 |
929 | 2024-08-23T21:19:49.279Z | Downloaded supports-color v3.0.0 |
930 | 2024-08-23T21:19:49.279Z | Downloaded subtle v2.5.0 |
931 | 2024-08-23T21:19:49.279Z | Downloaded signal-hook v0.3.17 |
932 | 2024-08-23T21:19:49.281Z | Downloaded number_prefix v0.4.0 |
933 | 2024-08-23T21:19:49.283Z | Downloaded spin v0.9.8 |
934 | 2024-08-23T21:19:49.286Z | Downloaded signal-hook-registry v1.4.2 |
935 | 2024-08-23T21:19:49.286Z | Downloaded signal-hook-mio v0.2.4 |
936 | 2024-08-23T21:19:49.288Z | Downloaded foreign-types v0.3.2 |
937 | 2024-08-23T21:19:49.288Z | Downloaded float-cmp v0.9.0 |
938 | 2024-08-23T21:19:49.288Z | Downloaded maybe-uninit v2.0.0 |
939 | 2024-08-23T21:19:49.291Z | Downloaded lalrpop-util v0.19.12 |
940 | 2024-08-23T21:19:49.291Z | Downloaded unicode-segmentation v1.11.0 |
941 | 2024-08-23T21:19:49.294Z | Downloaded owo-colors v4.0.0 |
942 | 2024-08-23T21:19:49.296Z | Downloaded olpc-cjson v0.1.3 |
943 | 2024-08-23T21:19:49.299Z | Downloaded object v0.30.4 |
944 | 2024-08-23T21:19:49.307Z | Downloaded hkdf v0.12.4 |
945 | 2024-08-23T21:19:49.310Z | Downloaded steno v0.4.1 |
946 | 2024-08-23T21:19:49.313Z | Downloaded scheduled-thread-pool v0.2.7 |
947 | 2024-08-23T21:19:49.316Z | Downloaded openssl v0.10.66 |
948 | 2024-08-23T21:19:49.324Z | Downloaded uuid v1.10.0 |
949 | 2024-08-23T21:19:49.327Z | Downloaded unsafe-libyaml v0.2.11 |
950 | 2024-08-23T21:19:49.330Z | Downloaded test-strategy v0.3.1 |
951 | 2024-08-23T21:19:49.334Z | Downloaded signature v2.2.0 |
952 | 2024-08-23T21:19:49.337Z | Downloaded serde-hex v0.1.0 |
953 | 2024-08-23T21:19:49.339Z | Downloaded object v0.32.2 |
954 | 2024-08-23T21:19:49.348Z | Downloaded num_threads v0.1.7 |
955 | 2024-08-23T21:19:49.350Z | Downloaded num-derive v0.4.2 |
956 | 2024-08-23T21:19:49.353Z | Downloaded nu-ansi-term v0.50.0 |
957 | 2024-08-23T21:19:49.353Z | Downloaded textwrap v0.16.1 |
958 | 2024-08-23T21:19:49.355Z | Downloaded quick-error v1.2.3 |
959 | 2024-08-23T21:19:49.357Z | Downloaded block-padding v0.3.3 |
960 | 2024-08-23T21:19:49.358Z | Downloaded libloading v0.8.3 |
961 | 2024-08-23T21:19:49.360Z | Downloaded keccak v0.1.5 |
962 | 2024-08-23T21:19:49.362Z | Downloaded ipnetwork v0.20.0 |
963 | 2024-08-23T21:19:49.362Z | Downloaded indicatif v0.17.8 |
964 | 2024-08-23T21:19:49.365Z | Downloaded cstr-argument v0.1.2 |
965 | 2024-08-23T21:19:49.368Z | Downloaded crucible-workspace-hack v0.1.0 |
966 | 2024-08-23T21:19:49.368Z | Downloaded crossterm v0.28.1 |
967 | 2024-08-23T21:19:49.373Z | Downloaded crossterm v0.27.0 |
968 | 2024-08-23T21:19:49.380Z | Downloaded num_cpus v1.16.0 |
969 | 2024-08-23T21:19:49.382Z | Downloaded num-traits v0.2.19 |
970 | 2024-08-23T21:19:49.385Z | Downloaded is_ci v1.2.0 |
971 | 2024-08-23T21:19:49.387Z | Downloaded hyper-tls v0.5.0 |
972 | 2024-08-23T21:19:49.388Z | Downloaded string_cache v0.8.7 |
973 | 2024-08-23T21:19:49.390Z | Downloaded slog-term v2.9.1 |
974 | 2024-08-23T21:19:49.392Z | Downloaded sha1 v0.10.6 |
975 | 2024-08-23T21:19:49.395Z | Downloaded num-integer v0.1.46 |
976 | 2024-08-23T21:19:49.395Z | Downloaded num-complex v0.4.6 |
977 | 2024-08-23T21:19:49.397Z | Downloaded nom v7.1.3 |
978 | 2024-08-23T21:19:49.401Z | Downloaded nanorand v0.7.0 |
979 | 2024-08-23T21:19:49.405Z | Downloaded mockall v0.13.0 |
980 | 2024-08-23T21:19:49.408Z | Downloaded miniz_oxide v0.7.2 |
981 | 2024-08-23T21:19:49.408Z | Downloaded managed v0.8.0 |
982 | 2024-08-23T21:19:49.411Z | Downloaded linear-map v1.2.0 |
983 | 2024-08-23T21:19:49.411Z | Downloaded const_format_proc_macros v0.2.32 |
984 | 2024-08-23T21:19:49.414Z | Downloaded const_format v0.2.32 |
985 | 2024-08-23T21:19:49.417Z | Downloaded compact_str v0.8.0 |
986 | 2024-08-23T21:19:49.420Z | Downloaded clang-sys v1.7.0 |
987 | 2024-08-23T21:19:49.423Z | Downloaded cipher v0.4.4 |
988 | 2024-08-23T21:19:49.425Z | Downloaded chacha20poly1305 v0.10.1 |
989 | 2024-08-23T21:19:49.427Z | Downloaded chacha20 v0.9.1 |
990 | 2024-08-23T21:19:49.430Z | Downloaded cc v1.0.97 |
991 | 2024-08-23T21:19:49.432Z | Downloaded cbc v0.1.2 |
992 | 2024-08-23T21:19:49.432Z | Downloaded cassowary v0.3.0 |
993 | 2024-08-23T21:19:49.434Z | Downloaded cancel-safe-futures v0.1.5 |
994 | 2024-08-23T21:19:49.437Z | Downloaded camino-tempfile v1.1.1 |
995 | 2024-08-23T21:19:49.440Z | Downloaded buf-list v1.0.3 |
996 | 2024-08-23T21:19:49.442Z | Downloaded bitstruct_derive v0.1.0 |
997 | 2024-08-23T21:19:49.442Z | Downloaded bitstruct v0.1.1 |
998 | 2024-08-23T21:19:49.445Z | Downloaded bitfield-struct v0.6.1 |
999 | 2024-08-23T21:19:49.445Z | Downloaded bitfield v0.14.0 |
1000 | 2024-08-23T21:19:49.445Z | Downloaded bcs v0.1.6 |
1001 | 2024-08-23T21:19:49.447Z | Downloaded arrayref v0.3.7 |
1002 | 2024-08-23T21:19:49.449Z | Downloaded blake2 v0.10.6 |
1003 | 2024-08-23T21:19:49.452Z | Downloaded mio v0.8.11 |
1004 | 2024-08-23T21:19:49.455Z | Downloaded ring v0.17.8 |
1005 | 2024-08-23T21:19:49.526Z | Downloaded multer v3.1.0 |
1006 | 2024-08-23T21:19:49.529Z | Downloaded minimal-lexical v0.2.1 |
1007 | 2024-08-23T21:19:49.533Z | Downloaded md-5 v0.10.6 |
1008 | 2024-08-23T21:19:49.536Z | Downloaded castaway v0.2.3 |
1009 | 2024-08-23T21:19:49.538Z | Downloaded cexpr v0.6.0 |
1010 | 2024-08-23T21:19:49.538Z | Downloaded bzip2 v0.4.4 |
1011 | 2024-08-23T21:19:49.540Z | Downloaded memmap2 v0.9.4 |
1012 | 2024-08-23T21:19:49.543Z | Downloaded lock_api v0.4.12 |
1013 | 2024-08-23T21:19:49.543Z | Downloaded linked-hash-map v0.5.6 |
1014 | 2024-08-23T21:19:49.546Z | Downloaded bindgen v0.69.4 |
1015 | 2024-08-23T21:19:49.551Z | Downloaded bit-vec v0.6.3 |
1016 | 2024-08-23T21:19:49.554Z | Downloaded bit-set v0.5.3 |
1017 | 2024-08-23T21:19:49.554Z | Downloaded base64 v0.21.7 |
1018 | 2024-08-23T21:19:49.557Z | Downloaded backoff v0.4.0 |
1019 | 2024-08-23T21:19:49.560Z | Downloaded base64 v0.13.1 |
1020 | 2024-08-23T21:19:49.563Z | Downloaded async-stream v0.3.5 |
1021 | 2024-08-23T21:19:49.566Z | Downloaded ahash v0.8.11 |
1022 | 2024-08-23T21:19:49.620Z | Downloaded libz-sys v1.1.16 |
1023 | 2024-08-23T21:19:49.711Z | Downloaded ring v0.16.20 |
1024 | 2024-08-23T21:19:49.801Z | Downloaded libsqlite3-sys v0.28.0 |
1025 | 2024-08-23T21:19:49.968Z | Compiling cfg-if v1.0.0 |
1026 | 2024-08-23T21:19:49.968Z | Compiling serde v1.0.208 |
1027 | 2024-08-23T21:19:49.970Z | Compiling typenum v1.17.0 |
1028 | 2024-08-23T21:19:49.970Z | Compiling lock_api v0.4.12 |
1029 | 2024-08-23T21:19:49.970Z | Compiling generic-array v0.14.7 |
1030 | 2024-08-23T21:19:50.139Z | Compiling syn v2.0.74 |
1031 | 2024-08-23T21:19:50.141Z | Compiling scopeguard v1.2.0 |
1032 | 2024-08-23T21:19:50.141Z | Compiling log v0.4.21 |
1033 | 2024-08-23T21:19:50.197Z | Compiling getrandom v0.2.14 |
1034 | 2024-08-23T21:19:50.287Z | Compiling jobserver v0.1.32 |
1035 | 2024-08-23T21:19:50.397Z | Compiling rand_core v0.6.4 |
1036 | 2024-08-23T21:19:50.577Z | Compiling subtle v2.5.0 |
1037 | 2024-08-23T21:19:50.651Z | Compiling cc v1.0.97 |
1038 | 2024-08-23T21:19:50.668Z | Compiling const-oid v0.9.6 |
1039 | 2024-08-23T21:19:50.879Z | Compiling smallvec v1.13.2 |
1040 | 2024-08-23T21:19:50.920Z | Compiling pin-project-lite v0.2.14 |
1041 | 2024-08-23T21:19:51.030Z | Compiling parking_lot_core v0.9.10 |
1042 | 2024-08-23T21:19:51.104Z | Compiling signal-hook-registry v1.4.2 |
1043 | 2024-08-23T21:19:51.179Z | Compiling spin v0.9.8 |
1044 | 2024-08-23T21:19:51.269Z | Compiling mio v0.8.11 |
1045 | 2024-08-23T21:19:51.558Z | Compiling ahash v0.8.11 |
1046 | 2024-08-23T21:19:51.918Z | Compiling parking_lot v0.12.2 |
1047 | 2024-08-23T21:19:51.934Z | Compiling tinyvec_macros v0.1.1 |
1048 | 2024-08-23T21:19:52.018Z | Compiling tinyvec v1.6.0 |
1049 | 2024-08-23T21:19:52.194Z | Compiling num_cpus v1.16.0 |
1050 | 2024-08-23T21:19:52.325Z | Compiling socket2 v0.5.7 |
1051 | 2024-08-23T21:19:52.524Z | Compiling serde_json v1.0.125 |
1052 | 2024-08-23T21:19:52.548Z | Compiling cpufeatures v0.2.12 |
1053 | 2024-08-23T21:19:52.644Z | Compiling futures-core v0.3.30 |
1054 | 2024-08-23T21:19:52.697Z | Compiling libm v0.2.8 |
1055 | 2024-08-23T21:19:52.855Z | Compiling num-traits v0.2.19 |
1056 | 2024-08-23T21:19:52.883Z | Compiling slab v0.4.9 |
1057 | 2024-08-23T21:19:52.896Z | Compiling unicode-bidi v0.3.15 |
1058 | 2024-08-23T21:19:53.052Z | Compiling futures-sink v0.3.30 |
1059 | 2024-08-23T21:19:53.262Z | Compiling allocator-api2 v0.2.18 |
1060 | 2024-08-23T21:19:53.512Z | Compiling unicode-normalization v0.1.23 |
1061 | 2024-08-23T21:19:53.529Z | Compiling futures-channel v0.3.30 |
1062 | 2024-08-23T21:19:53.704Z | Compiling futures-io v0.3.30 |
1063 | 2024-08-23T21:19:53.968Z | Compiling pkg-config v0.3.30 |
1064 | 2024-08-23T21:19:54.039Z | Compiling futures-task v0.3.30 |
1065 | 2024-08-23T21:19:54.083Z | Compiling vcpkg v0.2.15 |
1066 | 2024-08-23T21:19:54.347Z | Compiling pin-utils v0.1.0 |
1067 | 2024-08-23T21:19:54.493Z | Compiling base64ct v1.6.0 |
1068 | 2024-08-23T21:19:54.678Z | Compiling percent-encoding v2.3.1 |
1069 | 2024-08-23T21:19:54.762Z | Compiling ring v0.17.8 |
1070 | 2024-08-23T21:19:54.873Z | Compiling flagset v0.4.5 |
1071 | 2024-08-23T21:19:55.053Z | Compiling pem-rfc7468 v0.7.0 |
1072 | 2024-08-23T21:19:55.082Z | Compiling ppv-lite86 v0.2.17 |
1073 | 2024-08-23T21:19:55.085Z | Compiling tracing-core v0.1.32 |
1074 | 2024-08-23T21:19:55.575Z | Compiling untrusted v0.9.0 |
1075 | 2024-08-23T21:19:55.813Z | Compiling rustix v0.38.34 |
1076 | 2024-08-23T21:19:55.881Z | Compiling time-core v0.1.2 |
1077 | 2024-08-23T21:19:55.936Z | Compiling rand_chacha v0.3.1 |
1078 | 2024-08-23T21:19:56.124Z | Compiling num-conv v0.1.0 |
1079 | 2024-08-23T21:19:56.415Z | Compiling openssl-sys v0.9.103 |
1080 | 2024-08-23T21:19:56.429Z | Compiling rand v0.8.5 |
1081 | 2024-08-23T21:19:56.556Z | Compiling powerfmt v0.2.0 |
1082 | 2024-08-23T21:19:56.582Z | Compiling rustversion v1.0.17 |
1083 | 2024-08-23T21:19:56.807Z | Compiling foreign-types-shared v0.1.1 |
1084 | 2024-08-23T21:19:56.909Z | Compiling openssl v0.10.66 |
1085 | 2024-08-23T21:19:56.928Z | Compiling httparse v1.8.0 |
1086 | 2024-08-23T21:19:57.323Z | Compiling foreign-types v0.3.2 |
1087 | 2024-08-23T21:19:57.338Z | Compiling deranged v0.3.11 |
1088 | 2024-08-23T21:19:57.381Z | Compiling time-macros v0.2.18 |
1089 | 2024-08-23T21:19:57.404Z | Compiling form_urlencoded v1.2.1 |
1090 | 2024-08-23T21:19:57.731Z | Compiling aho-corasick v1.1.3 |
1091 | 2024-08-23T21:19:58.168Z | Compiling try-lock v0.2.5 |
1092 | 2024-08-23T21:19:58.289Z | Compiling siphasher v0.3.11 |
1093 | 2024-08-23T21:19:58.316Z | Compiling syn v1.0.109 |
1094 | 2024-08-23T21:19:58.674Z | Compiling crossbeam-utils v0.8.19 |
1095 | 2024-08-23T21:19:58.856Z | Compiling rustls v0.21.12 |
1096 | 2024-08-23T21:19:58.957Z | Compiling native-tls v0.2.11 |
1097 | 2024-08-23T21:19:59.129Z | Compiling num_threads v0.1.7 |
1098 | 2024-08-23T21:19:59.167Z | Compiling regex-syntax v0.8.4 |
1099 | 2024-08-23T21:19:59.319Z | Compiling want v0.3.1 |
1100 | 2024-08-23T21:19:59.593Z | Compiling idna v0.5.0 |
1101 | 2024-08-23T21:19:59.976Z | Compiling socket2 v0.4.10 |
1102 | 2024-08-23T21:20:00.451Z | Compiling time v0.3.36 |
1103 | 2024-08-23T21:20:00.724Z | Compiling cookie v0.17.0 |
1104 | 2024-08-23T21:20:00.812Z | Compiling tower-service v0.3.2 |
1105 | 2024-08-23T21:20:00.932Z | Compiling iana-time-zone v0.1.60 |
1106 | 2024-08-23T21:20:00.994Z | Compiling httpdate v1.0.3 |
1107 | 2024-08-23T21:20:01.086Z | Compiling finl_unicode v1.2.0 |
1108 | 2024-08-23T21:20:01.374Z | Compiling slog v2.7.0 |
1109 | 2024-08-23T21:20:01.467Z | Compiling adler v1.0.2 |
1110 | 2024-08-23T21:20:01.657Z | Compiling openssl-probe v0.1.5 |
1111 | 2024-08-23T21:20:01.677Z | Compiling stringprep v0.1.4 |
1112 | 2024-08-23T21:20:01.972Z | Compiling miniz_oxide v0.7.2 |
1113 | 2024-08-23T21:20:02.058Z | Compiling url v2.5.2 |
1114 | 2024-08-23T21:20:02.828Z | Compiling regex-automata v0.4.6 |
1115 | 2024-08-23T21:20:03.979Z | Compiling rustls-webpki v0.101.7 |
1116 | 2024-08-23T21:20:04.326Z | Compiling serde_derive v1.0.208 |
1117 | 2024-08-23T21:20:04.344Z | Compiling zeroize_derive v1.4.2 |
1118 | 2024-08-23T21:20:05.542Z | Compiling zerocopy-derive v0.7.34 |
1119 | 2024-08-23T21:20:05.591Z | Compiling tokio-macros v2.3.0 |
1120 | 2024-08-23T21:20:05.704Z | Compiling thiserror-impl v1.0.63 |
1121 | 2024-08-23T21:20:05.954Z | Compiling futures-macro v0.3.30 |
1122 | 2024-08-23T21:20:05.973Z | Compiling zeroize v1.7.0 |
1123 | 2024-08-23T21:20:07.262Z | Compiling der_derive v0.7.2 |
1124 | 2024-08-23T21:20:07.768Z | Compiling crypto-common v0.1.6 |
1125 | 2024-08-23T21:20:07.770Z | Compiling zerocopy v0.7.34 |
1126 | 2024-08-23T21:20:07.949Z | Compiling block-buffer v0.10.4 |
1127 | 2024-08-23T21:20:08.010Z | Compiling block-padding v0.3.3 |
1128 | 2024-08-23T21:20:08.222Z | Compiling digest v0.10.7 |
1129 | 2024-08-23T21:20:08.278Z | Compiling inout v0.1.3 |
1130 | 2024-08-23T21:20:08.568Z | Compiling cipher v0.4.4 |
1131 | 2024-08-23T21:20:08.732Z | Compiling hmac v0.12.1 |
1132 | 2024-08-23T21:20:08.973Z | Compiling sha2 v0.10.8 |
1133 | 2024-08-23T21:20:09.029Z | Compiling thiserror v1.0.63 |
1134 | 2024-08-23T21:20:09.059Z | Compiling futures-util v0.3.30 |
1135 | 2024-08-23T21:20:09.166Z | Compiling pest v2.7.10 |
1136 | 2024-08-23T21:20:09.752Z | Compiling der v0.7.9 |
1137 | 2024-08-23T21:20:09.985Z | Compiling hashbrown v0.14.5 |
1138 | 2024-08-23T21:20:11.375Z | Compiling salsa20 v0.10.2 |
1139 | 2024-08-23T21:20:11.584Z | Compiling pbkdf2 v0.12.2 |
1140 | 2024-08-23T21:20:11.744Z | Compiling pest_meta v2.7.10 |
1141 | 2024-08-23T21:20:12.165Z | Compiling scroll_derive v0.12.0 |
1142 | 2024-08-23T21:20:12.579Z | Compiling tracing-attributes v0.1.27 |
1143 | 2024-08-23T21:20:13.055Z | Compiling pest_generator v2.7.10 |
1144 | 2024-08-23T21:20:13.693Z | Compiling scroll v0.12.0 |
1145 | 2024-08-23T21:20:14.265Z | Compiling spki v0.7.3 |
1146 | 2024-08-23T21:20:14.637Z | Compiling scrypt v0.11.0 |
1147 | 2024-08-23T21:20:15.109Z | Compiling aes v0.8.4 |
1148 | 2024-08-23T21:20:15.205Z | Compiling cbc v0.1.2 |
1149 | 2024-08-23T21:20:15.257Z | Compiling goblin v0.8.2 |
1150 | 2024-08-23T21:20:15.441Z | Compiling openssl-macros v0.1.1 |
1151 | 2024-08-23T21:20:15.460Z | Compiling sct v0.7.1 |
1152 | 2024-08-23T21:20:16.198Z | Compiling pkcs5 v0.7.1 |
1153 | 2024-08-23T21:20:16.394Z | Compiling tracing v0.1.40 |
1154 | 2024-08-23T21:20:16.650Z | Compiling pest_derive v2.7.10 |
1155 | 2024-08-23T21:20:16.901Z | Compiling pkcs8 v0.10.2 |
1156 | 2024-08-23T21:20:17.417Z | Compiling md-5 v0.10.6 |
1157 | 2024-08-23T21:20:17.469Z | Compiling dtrace-parser v0.2.0 |
1158 | 2024-08-23T21:20:17.550Z | Compiling num-integer v0.1.46 |
1159 | 2024-08-23T21:20:17.654Z | Compiling backtrace v0.3.71 |
1160 | 2024-08-23T21:20:17.671Z | Compiling idna v0.3.0 |
1161 | 2024-08-23T21:20:17.929Z | Compiling lazy_static v1.5.0 |
1162 | 2024-08-23T21:20:18.040Z | Compiling hash32 v0.2.1 |
1163 | 2024-08-23T21:20:18.145Z | Compiling gimli v0.28.1 |
1164 | 2024-08-23T21:20:18.391Z | Compiling base64 v0.22.1 |
1165 | 2024-08-23T21:20:18.459Z | Compiling bytes v1.7.1 |
1166 | 2024-08-23T21:20:18.799Z | Compiling bitflags v2.6.0 |
1167 | 2024-08-23T21:20:19.245Z | Compiling indexmap v2.4.0 |
1168 | 2024-08-23T21:20:19.267Z | Compiling semver v1.0.23 |
1169 | 2024-08-23T21:20:19.567Z | Compiling tokio v1.38.1 |
1170 | 2024-08-23T21:20:19.747Z | Compiling http v0.2.12 |
1171 | 2024-08-23T21:20:19.990Z | Compiling rustc_version v0.4.0 |
1172 | 2024-08-23T21:20:20.754Z | Compiling heapless v0.7.17 |
1173 | 2024-08-23T21:20:21.199Z | Compiling dof v0.3.0 |
1174 | 2024-08-23T21:20:22.213Z | Compiling http-body v0.4.6 |
1175 | 2024-08-23T21:20:22.660Z | Compiling uuid v1.10.0 |
1176 | 2024-08-23T21:20:23.091Z | Compiling usdt-impl v0.5.0 |
1177 | 2024-08-23T21:20:23.530Z | Compiling serde_tokenstream v0.2.2 |
1178 | 2024-08-23T21:20:23.727Z | Compiling serde_spanned v0.6.7 |
1179 | 2024-08-23T21:20:23.952Z | Compiling toml_datetime v0.6.8 |
1180 | 2024-08-23T21:20:24.093Z | Compiling chrono v0.4.38 |
1181 | 2024-08-23T21:20:24.136Z | Compiling smoltcp v0.9.1 |
1182 | 2024-08-23T21:20:24.470Z | Compiling psl-types v2.0.11 |
1183 | 2024-08-23T21:20:24.658Z | Compiling crc32fast v1.4.0 |
1184 | 2024-08-23T21:20:24.676Z | Compiling signal-hook v0.3.17 |
1185 | 2024-08-23T21:20:24.733Z | Compiling stable_deref_trait v1.2.0 |
1186 | 2024-08-23T21:20:24.837Z | Compiling num-bigint-dig v0.8.4 |
1187 | 2024-08-23T21:20:24.894Z | Compiling fallible-iterator v0.2.0 |
1188 | 2024-08-23T21:20:24.953Z | Compiling cfg_aliases v0.1.1 |
1189 | 2024-08-23T21:20:25.060Z | Compiling nix v0.28.0 |
1190 | 2024-08-23T21:20:25.255Z | Compiling publicsuffix v2.2.3 |
1191 | 2024-08-23T21:20:25.486Z | Compiling terminal_size v0.3.0 |
1192 | 2024-08-23T21:20:25.573Z | Compiling postgres-protocol v0.6.7 |
1193 | 2024-08-23T21:20:25.606Z | Compiling addr2line v0.21.0 |
1194 | 2024-08-23T21:20:25.710Z | Compiling num-iter v0.1.45 |
1195 | 2024-08-23T21:20:25.894Z | Compiling hubpack_derive v0.1.1 |
1196 | 2024-08-23T21:20:25.897Z | Compiling async-trait v0.1.81 |
1197 | 2024-08-23T21:20:26.217Z | Compiling zerocopy-derive v0.6.6 |
1198 | 2024-08-23T21:20:26.831Z | Compiling phf_shared v0.11.2 |
1199 | 2024-08-23T21:20:27.194Z | Compiling serde_derive_internals v0.29.1 |
1200 | 2024-08-23T21:20:27.498Z | Compiling ff v0.13.0 |
1201 | 2024-08-23T21:20:27.625Z | Compiling tokio-util v0.7.11 |
1202 | 2024-08-23T21:20:27.707Z | Compiling tokio-rustls v0.24.1 |
1203 | 2024-08-23T21:20:27.789Z | Compiling object v0.32.2 |
1204 | 2024-08-23T21:20:28.414Z | Compiling fs-err v2.11.0 |
1205 | 2024-08-23T21:20:28.695Z | Compiling h2 v0.3.26 |
1206 | 2024-08-23T21:20:28.713Z | Compiling tokio-native-tls v0.3.1 |
1207 | 2024-08-23T21:20:28.748Z | Compiling managed v0.8.0 |
1208 | 2024-08-23T21:20:28.980Z | Compiling winnow v0.5.40 |
1209 | 2024-08-23T21:20:29.000Z | Compiling anyhow v1.0.86 |
1210 | 2024-08-23T21:20:29.177Z | Compiling schemars v0.8.21 |
1211 | 2024-08-23T21:20:29.532Z | Compiling bitflags v1.3.2 |
1212 | 2024-08-23T21:20:29.619Z | Compiling base64 v0.21.7 |
1213 | 2024-08-23T21:20:29.639Z | Compiling ipnet v2.9.0 |
1214 | 2024-08-23T21:20:29.976Z | Compiling either v1.13.0 |
1215 | 2024-08-23T21:20:30.364Z | Compiling rustc-demangle v0.1.24 |
1216 | 2024-08-23T21:20:30.401Z | Compiling base16ct v0.2.0 |
1217 | 2024-08-23T21:20:30.735Z | Compiling clap_builder v4.5.15 |
1218 | 2024-08-23T21:20:30.797Z | Compiling sec1 v0.7.3 |
1219 | 2024-08-23T21:20:30.816Z | Compiling rustls-pemfile v1.0.4 |
1220 | 2024-08-23T21:20:31.256Z | Compiling schemars_derive v0.8.21 |
1221 | 2024-08-23T21:20:31.731Z | Compiling zerocopy v0.6.6 |
1222 | 2024-08-23T21:20:32.568Z | Compiling toml_edit v0.19.15 |
1223 | 2024-08-23T21:20:32.791Z | Compiling group v0.13.0 |
1224 | 2024-08-23T21:20:33.134Z | Compiling phf v0.11.2 |
1225 | 2024-08-23T21:20:33.419Z | Compiling cookie_store v0.20.0 |
1226 | 2024-08-23T21:20:33.437Z | Compiling hubpack v0.1.2 |
1227 | 2024-08-23T21:20:33.913Z | Compiling postgres-types v0.2.7 |
1228 | 2024-08-23T21:20:34.891Z | Compiling usdt-attr-macro v0.5.0 |
1229 | 2024-08-23T21:20:34.910Z | Compiling usdt-macro v0.5.0 |
1230 | 2024-08-23T21:20:35.690Z | Compiling hyper v0.14.30 |
1231 | 2024-08-23T21:20:36.547Z | Compiling serde_urlencoded v0.7.1 |
1232 | 2024-08-23T21:20:37.045Z | Compiling pkcs1 v0.7.5 |
1233 | 2024-08-23T21:20:37.362Z | Compiling futures-executor v0.3.30 |
1234 | 2024-08-23T21:20:37.925Z | Compiling hkdf v0.12.4 |
1235 | 2024-08-23T21:20:38.058Z | Compiling signature v2.2.0 |
1236 | 2024-08-23T21:20:38.076Z | Compiling bstr v1.9.1 |
1237 | 2024-08-23T21:20:38.207Z | Compiling regex v1.10.6 |
1238 | 2024-08-23T21:20:38.381Z | Compiling crypto-bigint v0.5.5 |
1239 | 2024-08-23T21:20:39.193Z | Compiling enum-as-inner v0.6.0 |
1240 | 2024-08-23T21:20:39.296Z | Compiling serde_repr v0.1.19 |
1241 | 2024-08-23T21:20:39.829Z | Compiling strum_macros v0.25.3 |
1242 | 2024-08-23T21:20:39.937Z | Compiling clap_derive v4.5.13 |
1243 | 2024-08-23T21:20:40.250Z | Compiling phf_shared v0.10.0 |
1244 | 2024-08-23T21:20:40.434Z | Compiling float-cmp v0.9.0 |
1245 | 2024-08-23T21:20:40.494Z | Compiling idna v0.4.0 |
1246 | 2024-08-23T21:20:40.632Z | Compiling mio v1.0.2 |
1247 | 2024-08-23T21:20:40.658Z | Compiling encoding_rs v0.8.34 |
1248 | 2024-08-23T21:20:41.806Z | Compiling dyn-clone v1.0.17 |
1249 | 2024-08-23T21:20:42.022Z | Compiling whoami v1.5.1 |
1250 | 2024-08-23T21:20:42.082Z | Compiling predicates-core v1.0.6 |
1251 | 2024-08-23T21:20:42.441Z | Compiling minimal-lexical v0.2.1 |
1252 | 2024-08-23T21:20:42.663Z | Compiling hyper-tls v0.5.0 |
1253 | 2024-08-23T21:20:42.953Z | Compiling hyper-rustls v0.24.2 |
1254 | 2024-08-23T21:20:43.019Z | Compiling difflib v0.4.0 |
1255 | 2024-08-23T21:20:43.349Z | Compiling mime v0.3.17 |
1256 | 2024-08-23T21:20:43.775Z | Compiling fixedbitset v0.4.2 |
1257 | 2024-08-23T21:20:43.966Z | Compiling webpki-roots v0.25.4 |
1258 | 2024-08-23T21:20:44.129Z | Compiling static_assertions v1.1.0 |
1259 | 2024-08-23T21:20:44.233Z | Compiling precomputed-hash v0.1.1 |
1260 | 2024-08-23T21:20:44.244Z | Compiling new_debug_unreachable v1.0.6 |
1261 | 2024-08-23T21:20:44.337Z | Compiling bit-vec v0.6.3 |
1262 | 2024-08-23T21:20:44.355Z | Compiling unicode-segmentation v1.11.0 |
1263 | 2024-08-23T21:20:44.422Z | Compiling sync_wrapper v0.1.2 |
1264 | 2024-08-23T21:20:44.552Z | Compiling normalize-line-endings v0.3.0 |
1265 | 2024-08-23T21:20:44.575Z | Compiling data-encoding v2.6.0 |
1266 | 2024-08-23T21:20:44.672Z | Compiling bit-set v0.5.3 |
1267 | 2024-08-23T21:20:44.786Z | Compiling predicates v3.1.2 |
1268 | 2024-08-23T21:20:44.900Z | Compiling clap v4.5.16 |
1269 | 2024-08-23T21:20:44.942Z | Compiling reqwest v0.11.27 |
1270 | 2024-08-23T21:20:45.014Z | Compiling similar v2.6.0 |
1271 | 2024-08-23T21:20:45.082Z | Compiling string_cache v0.8.7 |
1272 | 2024-08-23T21:20:45.201Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1273 | 2024-08-23T21:20:45.555Z | Compiling hickory-proto v0.24.1 |
1274 | 2024-08-23T21:20:45.658Z | Compiling petgraph v0.6.5 |
1275 | 2024-08-23T21:20:46.467Z | Compiling toml_edit v0.22.20 |
1276 | 2024-08-23T21:20:46.935Z | Compiling nom v7.1.3 |
1277 | 2024-08-23T21:20:47.438Z | Compiling tokio-postgres v0.7.11 |
1278 | 2024-08-23T21:20:49.300Z | Compiling console v0.15.8 |
1279 | 2024-08-23T21:20:50.543Z | Compiling usdt v0.5.0 |
1280 | 2024-08-23T21:20:50.794Z | Compiling elliptic-curve v0.13.8 |
1281 | 2024-08-23T21:20:51.032Z | Compiling signal-hook-mio v0.2.4 |
1282 | 2024-08-23T21:20:51.208Z | Compiling rsa v0.9.6 |
1283 | 2024-08-23T21:20:51.627Z | Compiling futures v0.3.30 |
1284 | 2024-08-23T21:20:51.655Z | Compiling flate2 v1.0.31 |
1285 | 2024-08-23T21:20:51.737Z | Compiling toml v0.7.8 |
1286 | 2024-08-23T21:20:53.451Z | Compiling itertools v0.12.1 |
1287 | 2024-08-23T21:20:53.475Z | Compiling itertools v0.10.5 |
1288 | 2024-08-23T21:20:54.258Z | Compiling tokio-stream v0.1.15 |
1289 | 2024-08-23T21:20:54.790Z | Compiling openapiv3 v2.0.0 |
1290 | 2024-08-23T21:20:55.229Z | Compiling hex v0.4.3 |
1291 | 2024-08-23T21:20:55.639Z | Compiling sha1 v0.10.6 |
1292 | 2024-08-23T21:20:55.844Z | Compiling crossbeam-epoch v0.9.18 |
1293 | 2024-08-23T21:20:56.078Z | Compiling dirs-sys-next v0.1.2 |
1294 | 2024-08-23T21:20:56.213Z | Compiling lalrpop-util v0.19.12 |
1295 | 2024-08-23T21:20:56.499Z | Compiling unicode-xid v0.2.4 |
1296 | 2024-08-23T21:20:56.561Z | Compiling peg-runtime v0.8.3 |
1297 | 2024-08-23T21:20:56.612Z | Compiling dirs-next v2.0.0 |
1298 | 2024-08-23T21:20:56.672Z | Compiling thread_local v1.1.8 |
1299 | 2024-08-23T21:20:56.710Z | Compiling slog-async v2.8.0 |
1300 | 2024-08-23T21:20:56.806Z | Compiling term v0.7.0 |
1301 | 2024-08-23T21:20:57.078Z | Compiling xattr v1.3.1 |
1302 | 2024-08-23T21:20:57.199Z | Compiling strum_macros v0.26.4 |
1303 | 2024-08-23T21:20:57.217Z | Compiling crossbeam-channel v0.5.12 |
1304 | 2024-08-23T21:20:57.315Z | Compiling filetime v0.2.24 |
1305 | 2024-08-23T21:20:57.343Z | Compiling is-terminal v0.4.12 |
1306 | 2024-08-23T21:20:57.470Z | Compiling take_mut v0.2.2 |
1307 | 2024-08-23T21:20:57.611Z | Compiling tar v0.4.41 |
1308 | 2024-08-23T21:20:57.628Z | Compiling slog-term v2.9.1 |
1309 | 2024-08-23T21:20:58.359Z | Compiling camino v1.1.9 |
1310 | 2024-08-23T21:20:59.659Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1311 | 2024-08-23T21:21:00.376Z | Compiling strum v0.26.3 |
1312 | 2024-08-23T21:21:00.451Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1313 | 2024-08-23T21:21:05.709Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 18s |
1314 | 2024-08-23T21:21:05.842Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1315 | 2024-08-23T21:21:05.887Z | Aug 23 21:21:05.086 INFO Starting download, target: Cockroach |
1316 | 2024-08-23T21:21:05.887Z | Aug 23 21:21:05.087 INFO Starting download, target: Console |
1317 | 2024-08-23T21:21:05.890Z | Aug 23 21:21:05.087 INFO Starting download, target: Clickhouse |
1318 | 2024-08-23T21:21:05.890Z | Aug 23 21:21:05.087 INFO Starting download, target: DendriteOpenapi |
1319 | 2024-08-23T21:21:05.890Z | Aug 23 21:21:05.087 INFO Starting download, target: DendriteStub |
1320 | 2024-08-23T21:21:05.890Z | Aug 23 21:21:05.087 INFO Starting download, target: MaghemiteMgd |
1321 | 2024-08-23T21:21:05.890Z | Aug 23 21:21:05.087 INFO Starting download, target: TransceiverControl |
1322 | 2024-08-23T21:21:05.890Z | Aug 23 21:21:05.088 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1323 | 2024-08-23T21:21:05.890Z | Aug 23 21:21:05.088 INFO Downloading out/downloads/dpd-21b16567f28e103f145cd18d53fac6958429c4ff.json (attempt 1/3), target: DendriteOpenapi |
1324 | 2024-08-23T21:21:05.890Z | Aug 23 21:21:05.088 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1325 | 2024-08-23T21:21:05.890Z | Aug 23 21:21:05.088 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1326 | 2024-08-23T21:21:05.890Z | Aug 23 21:21:05.088 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1327 | 2024-08-23T21:21:05.890Z | Aug 23 21:21:05.088 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1328 | 2024-08-23T21:21:05.890Z | Aug 23 21:21:05.088 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1329 | 2024-08-23T21:21:06.041Z | Aug 23 21:21:05.234 INFO Download complete, target: DendriteOpenapi |
1330 | 2024-08-23T21:21:06.206Z | Aug 23 21:21:05.397 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1331 | 2024-08-23T21:21:06.413Z | Aug 23 21:21:05.612 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1332 | 2024-08-23T21:21:06.639Z | Aug 23 21:21:05.838 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1333 | 2024-08-23T21:21:06.651Z | Aug 23 21:21:05.850 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1334 | 2024-08-23T21:21:06.821Z | Aug 23 21:21:06.020 INFO Download complete, target: Console |
1335 | 2024-08-23T21:21:07.067Z | Aug 23 21:21:06.266 INFO Download complete, target: TransceiverControl |
1336 | 2024-08-23T21:21:07.145Z | Aug 23 21:21:06.345 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1337 | 2024-08-23T21:21:07.145Z | Aug 23 21:21:06.345 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1338 | 2024-08-23T21:21:07.759Z | Aug 23 21:21:06.958 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1339 | 2024-08-23T21:21:09.979Z | Aug 23 21:21:09.178 INFO Download complete, target: DendriteStub |
1340 | 2024-08-23T21:21:10.099Z | Aug 23 21:21:09.298 INFO Download complete, target: MaghemiteMgd |
1341 | 2024-08-23T21:21:15.949Z | Aug 23 21:21:15.147 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1342 | 2024-08-23T21:21:16.279Z | Aug 23 21:21:15.477 INFO Checking that binary works, target: Cockroach |
1343 | 2024-08-23T21:21:16.476Z | Aug 23 21:21:15.674 INFO Download complete, target: Cockroach |
1344 | 2024-08-23T21:21:22.532Z | Aug 23 21:21:21.727 INFO Checking that binary works, target: Clickhouse |
1345 | 2024-08-23T21:21:22.690Z | Aug 23 21:21:21.887 INFO Download complete, target: Clickhouse |
1346 | 2024-08-23T21:21:22.697Z | All prerequisites installed successfully |
1347 | 2024-08-23T21:21:22.701Z | |
1348 | 2024-08-23T21:21:22.701Z | real 3:48.842838654 |
1349 | 2024-08-23T21:21:22.701Z | user 11:17.165640510 |
1350 | 2024-08-23T21:21:22.701Z | sys 2:23.134963726 |
1351 | 2024-08-23T21:21:22.702Z | trap 0.414371735 |
1352 | 2024-08-23T21:21:22.702Z | tflt 1.438754592 |
1353 | 2024-08-23T21:21:22.702Z | dflt 1.647620945 |
1354 | 2024-08-23T21:21:22.702Z | kflt 0.022644730 |
1355 | 2024-08-23T21:21:22.702Z | lock 22:15.214951823 |
1356 | 2024-08-23T21:21:22.702Z | slp 43:27.738921901 |
1357 | 2024-08-23T21:21:22.702Z | lat 44.046819405 |
1358 | 2024-08-23T21:21:22.702Z | stop 1:43.485755839 |
1359 | 2024-08-23T21:21:22.702Z | + ptime -m cargo xtask download softnpu |
1360 | 2024-08-23T21:21:23.237Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1361 | 2024-08-23T21:21:23.251Z | Running `target/debug/xtask download softnpu` |
1362 | 2024-08-23T21:21:24.039Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
1363 | 2024-08-23T21:21:24.083Z | Running `target/debug/xtask-downloader softnpu` |
1364 | 2024-08-23T21:21:24.115Z | Aug 23 21:21:23.312 INFO Starting download, target: Softnpu |
1365 | 2024-08-23T21:21:24.117Z | Aug 23 21:21:23.312 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1366 | 2024-08-23T21:21:24.656Z | Aug 23 21:21:23.853 INFO Download complete, target: Softnpu |
1367 | 2024-08-23T21:21:24.660Z | |
1368 | 2024-08-23T21:21:24.662Z | real 1.955459255 |
1369 | 2024-08-23T21:21:24.662Z | user 1.189021321 |
1370 | 2024-08-23T21:21:24.662Z | sys 0.530557695 |
1371 | 2024-08-23T21:21:24.662Z | trap 0.000253005 |
1372 | 2024-08-23T21:21:24.662Z | tflt 0.000041093 |
1373 | 2024-08-23T21:21:24.662Z | dflt 0.000000000 |
1374 | 2024-08-23T21:21:24.662Z | kflt 0.000000000 |
1375 | 2024-08-23T21:21:24.662Z | lock 5.490970015 |
1376 | 2024-08-23T21:21:24.662Z | slp 0.538670764 |
1377 | 2024-08-23T21:21:24.662Z | lat 0.067438371 |
1378 | 2024-08-23T21:21:24.662Z | stop 0.000372207 |
1379 | 2024-08-23T21:21:24.662Z | + export CARGO_INCREMENTAL=0 |
1380 | 2024-08-23T21:21:24.662Z | + CARGO_INCREMENTAL=0 |
1381 | 2024-08-23T21:21:24.663Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1382 | 2024-08-23T21:21:25.572Z | Compiling proc-macro2 v1.0.86 |
1383 | 2024-08-23T21:21:25.572Z | Compiling unicode-ident v1.0.12 |
1384 | 2024-08-23T21:21:25.575Z | Compiling libc v0.2.156 |
1385 | 2024-08-23T21:21:25.575Z | Compiling serde v1.0.208 |
1386 | 2024-08-23T21:21:25.575Z | Compiling version_check v0.9.5 |
1387 | 2024-08-23T21:21:25.575Z | Compiling autocfg v1.3.0 |
1388 | 2024-08-23T21:21:25.575Z | Compiling cfg-if v1.0.0 |
1389 | 2024-08-23T21:21:25.575Z | Compiling once_cell v1.19.0 |
1390 | 2024-08-23T21:21:25.827Z | Compiling typenum v1.17.0 |
1391 | 2024-08-23T21:21:25.879Z | Compiling memchr v2.7.2 |
1392 | 2024-08-23T21:21:26.325Z | Compiling generic-array v0.14.7 |
1393 | 2024-08-23T21:21:26.341Z | Compiling ahash v0.8.11 |
1394 | 2024-08-23T21:21:26.615Z | Compiling lock_api v0.4.12 |
1395 | 2024-08-23T21:21:26.675Z | Compiling byteorder v1.5.0 |
1396 | 2024-08-23T21:21:26.753Z | Compiling serde_json v1.0.125 |
1397 | 2024-08-23T21:21:26.925Z | Compiling libm v0.2.8 |
1398 | 2024-08-23T21:21:27.084Z | Compiling num-traits v0.2.19 |
1399 | 2024-08-23T21:21:27.131Z | Compiling parking_lot_core v0.9.10 |
1400 | 2024-08-23T21:21:27.247Z | Compiling quote v1.0.36 |
1401 | 2024-08-23T21:21:27.363Z | Compiling thiserror v1.0.63 |
1402 | 2024-08-23T21:21:27.548Z | Compiling scopeguard v1.2.0 |
1403 | 2024-08-23T21:21:27.660Z | Compiling syn v2.0.74 |
1404 | 2024-08-23T21:21:27.695Z | Compiling getrandom v0.2.14 |
1405 | 2024-08-23T21:21:27.842Z | Compiling jobserver v0.1.32 |
1406 | 2024-08-23T21:21:28.013Z | Compiling log v0.4.21 |
1407 | 2024-08-23T21:21:28.242Z | Compiling cc v1.0.97 |
1408 | 2024-08-23T21:21:28.324Z | Compiling itoa v1.0.11 |
1409 | 2024-08-23T21:21:28.481Z | Compiling allocator-api2 v0.2.18 |
1410 | 2024-08-23T21:21:28.554Z | Compiling rand_core v0.6.4 |
1411 | 2024-08-23T21:21:28.600Z | Compiling slab v0.4.9 |
1412 | 2024-08-23T21:21:28.980Z | Compiling semver v1.0.23 |
1413 | 2024-08-23T21:21:29.020Z | Compiling pin-project-lite v0.2.14 |
1414 | 2024-08-23T21:21:29.274Z | Compiling ryu v1.0.18 |
1415 | 2024-08-23T21:21:29.506Z | Compiling equivalent v1.0.1 |
1416 | 2024-08-23T21:21:29.523Z | Compiling smallvec v1.13.2 |
1417 | 2024-08-23T21:21:29.603Z | Compiling pkg-config v0.3.30 |
1418 | 2024-08-23T21:21:29.619Z | Compiling schemars v0.8.21 |
1419 | 2024-08-23T21:21:29.938Z | Compiling vcpkg v0.2.15 |
1420 | 2024-08-23T21:21:29.983Z | Compiling spin v0.9.8 |
1421 | 2024-08-23T21:21:30.475Z | Compiling signal-hook-registry v1.4.2 |
1422 | 2024-08-23T21:21:30.788Z | Compiling subtle v2.5.0 |
1423 | 2024-08-23T21:21:31.133Z | Compiling parking_lot v0.12.2 |
1424 | 2024-08-23T21:21:31.424Z | Compiling ring v0.17.8 |
1425 | 2024-08-23T21:21:31.611Z | Compiling openssl-sys v0.9.103 |
1426 | 2024-08-23T21:21:32.047Z | Compiling mio v0.8.11 |
1427 | 2024-08-23T21:21:32.265Z | Compiling const-oid v0.9.6 |
1428 | 2024-08-23T21:21:32.594Z | Compiling num_cpus v1.16.0 |
1429 | 2024-08-23T21:21:32.654Z | Compiling socket2 v0.5.7 |
1430 | 2024-08-23T21:21:32.724Z | Compiling syn v1.0.109 |
1431 | 2024-08-23T21:21:33.519Z | Compiling httparse v1.8.0 |
1432 | 2024-08-23T21:21:33.605Z | Compiling heck v0.5.0 |
1433 | 2024-08-23T21:21:33.941Z | Compiling time-core v0.1.2 |
1434 | 2024-08-23T21:21:34.033Z | Compiling num-conv v0.1.0 |
1435 | 2024-08-23T21:21:34.109Z | Compiling fnv v1.0.7 |
1436 | 2024-08-23T21:21:34.228Z | Compiling openssl v0.10.66 |
1437 | 2024-08-23T21:21:34.254Z | Compiling rustix v0.38.34 |
1438 | 2024-08-23T21:21:34.301Z | Compiling time-macros v0.2.18 |
1439 | 2024-08-23T21:21:34.382Z | Compiling futures-core v0.3.30 |
1440 | 2024-08-23T21:21:34.722Z | Compiling crossbeam-utils v0.8.19 |
1441 | 2024-08-23T21:21:35.125Z | Compiling serde_derive_internals v0.29.1 |
1442 | 2024-08-23T21:21:35.292Z | Compiling native-tls v0.2.11 |
1443 | 2024-08-23T21:21:35.617Z | Compiling tinyvec_macros v0.1.1 |
1444 | 2024-08-23T21:21:35.708Z | Compiling rustls v0.21.12 |
1445 | 2024-08-23T21:21:35.977Z | Compiling iana-time-zone v0.1.60 |
1446 | 2024-08-23T21:21:35.996Z | Compiling tinyvec v1.6.0 |
1447 | 2024-08-23T21:21:37.016Z | Compiling cpufeatures v0.2.12 |
1448 | 2024-08-23T21:21:37.255Z | Compiling futures-sink v0.3.30 |
1449 | 2024-08-23T21:21:37.277Z | Compiling ucd-trie v0.1.6 |
1450 | 2024-08-23T21:21:37.458Z | Compiling unicode-normalization v0.1.23 |
1451 | 2024-08-23T21:21:37.496Z | Compiling backtrace v0.3.71 |
1452 | 2024-08-23T21:21:37.639Z | Compiling cookie v0.17.0 |
1453 | 2024-08-23T21:21:37.730Z | Compiling slog v2.7.0 |
1454 | 2024-08-23T21:21:37.934Z | Compiling unicode-bidi v0.3.15 |
1455 | 2024-08-23T21:21:38.179Z | Compiling futures-channel v0.3.30 |
1456 | 2024-08-23T21:21:38.516Z | Compiling aho-corasick v1.1.3 |
1457 | 2024-08-23T21:21:38.539Z | Compiling futures-task v0.3.30 |
1458 | 2024-08-23T21:21:38.839Z | Compiling regex-syntax v0.8.4 |
1459 | 2024-08-23T21:21:39.152Z | Compiling futures-io v0.3.30 |
1460 | 2024-08-23T21:21:39.495Z | Compiling pin-utils v0.1.0 |
1461 | 2024-08-23T21:21:40.297Z | Compiling untrusted v0.9.0 |
1462 | 2024-08-23T21:21:40.406Z | Compiling serde_derive v1.0.208 |
1463 | 2024-08-23T21:21:40.475Z | Compiling zeroize_derive v1.4.2 |
1464 | 2024-08-23T21:21:40.589Z | Compiling zerocopy-derive v0.7.34 |
1465 | 2024-08-23T21:21:41.495Z | Compiling thiserror-impl v1.0.63 |
1466 | 2024-08-23T21:21:41.832Z | Compiling tokio-macros v2.3.0 |
1467 | 2024-08-23T21:21:42.471Z | Compiling zerocopy v0.7.34 |
1468 | 2024-08-23T21:21:42.748Z | Compiling zeroize v1.7.0 |
1469 | 2024-08-23T21:21:43.515Z | Compiling futures-macro v0.3.30 |
1470 | 2024-08-23T21:21:44.470Z | Compiling crypto-common v0.1.6 |
1471 | 2024-08-23T21:21:44.551Z | Compiling hashbrown v0.14.5 |
1472 | 2024-08-23T21:21:44.653Z | Compiling schemars_derive v0.8.21 |
1473 | 2024-08-23T21:21:45.310Z | Compiling tracing-attributes v0.1.27 |
1474 | 2024-08-23T21:21:45.761Z | Compiling block-buffer v0.10.4 |
1475 | 2024-08-23T21:21:46.000Z | Compiling digest v0.10.7 |
1476 | 2024-08-23T21:21:46.042Z | Compiling der_derive v0.7.2 |
1477 | 2024-08-23T21:21:46.427Z | Compiling openssl-macros v0.1.1 |
1478 | 2024-08-23T21:21:46.917Z | Compiling scroll_derive v0.12.0 |
1479 | 2024-08-23T21:21:47.146Z | Compiling hmac v0.12.1 |
1480 | 2024-08-23T21:21:47.373Z | Compiling block-padding v0.3.3 |
1481 | 2024-08-23T21:21:47.592Z | Compiling pest v2.7.10 |
1482 | 2024-08-23T21:21:48.124Z | Compiling inout v0.1.3 |
1483 | 2024-08-23T21:21:48.186Z | Compiling sha2 v0.10.8 |
1484 | 2024-08-23T21:21:48.203Z | Compiling futures-util v0.3.30 |
1485 | 2024-08-23T21:21:48.343Z | Compiling cipher v0.4.4 |
1486 | 2024-08-23T21:21:48.415Z | Compiling regex-automata v0.4.6 |
1487 | 2024-08-23T21:21:48.939Z | Compiling dyn-clone v1.0.17 |
1488 | 2024-08-23T21:21:49.061Z | Compiling winnow v0.5.40 |
1489 | 2024-08-23T21:21:49.110Z | Compiling anyhow v1.0.86 |
1490 | 2024-08-23T21:21:50.387Z | Compiling pest_meta v2.7.10 |
1491 | 2024-08-23T21:21:52.960Z | Compiling pest_generator v2.7.10 |
1492 | 2024-08-23T21:21:53.607Z | Compiling bytes v1.7.1 |
1493 | 2024-08-23T21:21:54.661Z | Compiling indexmap v2.4.0 |
1494 | 2024-08-23T21:21:55.477Z | Compiling tokio v1.38.1 |
1495 | 2024-08-23T21:21:55.646Z | Compiling bitflags v2.6.0 |
1496 | 2024-08-23T21:21:55.868Z | Compiling uuid v1.10.0 |
1497 | 2024-08-23T21:21:56.149Z | Compiling serde_tokenstream v0.2.2 |
1498 | 2024-08-23T21:21:56.213Z | Compiling chrono v0.4.38 |
1499 | 2024-08-23T21:21:57.913Z | Compiling toml_datetime v0.6.8 |
1500 | 2024-08-23T21:21:58.359Z | Compiling serde_spanned v0.6.7 |
1501 | 2024-08-23T21:21:58.564Z | Compiling http v0.2.12 |
1502 | 2024-08-23T21:21:58.995Z | Compiling toml_edit v0.19.15 |
1503 | 2024-08-23T21:22:00.919Z | Compiling rustc_version v0.4.0 |
1504 | 2024-08-23T21:22:01.174Z | Compiling pest_derive v2.7.10 |
1505 | 2024-08-23T21:22:01.546Z | Compiling tracing-core v0.1.32 |
1506 | 2024-08-23T21:22:01.982Z | Compiling usdt-impl v0.5.0 |
1507 | 2024-08-23T21:22:02.335Z | Compiling rustversion v1.0.17 |
1508 | 2024-08-23T21:22:03.064Z | Compiling base64ct v1.6.0 |
1509 | 2024-08-23T21:22:03.602Z | Compiling pem-rfc7468 v0.7.0 |
1510 | 2024-08-23T21:22:03.813Z | Compiling tracing v0.1.40 |
1511 | 2024-08-23T21:22:04.187Z | Compiling heapless v0.7.17 |
1512 | 2024-08-23T21:22:04.206Z | Compiling scroll v0.12.0 |
1513 | 2024-08-23T21:22:04.648Z | Compiling ppv-lite86 v0.2.17 |
1514 | 2024-08-23T21:22:04.693Z | Compiling percent-encoding v2.3.1 |
1515 | 2024-08-23T21:22:04.759Z | Compiling plain v0.2.3 |
1516 | 2024-08-23T21:22:04.916Z | Compiling powerfmt v0.2.0 |
1517 | 2024-08-23T21:22:05.350Z | Compiling flagset v0.4.5 |
1518 | 2024-08-23T21:22:05.423Z | Compiling heck v0.4.1 |
1519 | 2024-08-23T21:22:05.461Z | Compiling rand_chacha v0.3.1 |
1520 | 2024-08-23T21:22:05.559Z | Compiling der v0.7.9 |
1521 | 2024-08-23T21:22:05.656Z | Compiling deranged v0.3.11 |
1522 | 2024-08-23T21:22:05.794Z | Compiling goblin v0.8.2 |
1523 | 2024-08-23T21:22:07.852Z | Compiling regex v1.10.6 |
1524 | 2024-08-23T21:22:08.669Z | Compiling salsa20 v0.10.2 |
1525 | 2024-08-23T21:22:08.810Z | Compiling pbkdf2 v0.12.2 |
1526 | 2024-08-23T21:22:09.218Z | Compiling strsim v0.11.1 |
1527 | 2024-08-23T21:22:09.687Z | Compiling num_threads v0.1.7 |
1528 | 2024-08-23T21:22:09.910Z | Compiling crc32fast v1.4.0 |
1529 | 2024-08-23T21:22:09.957Z | Compiling pretty-hex v0.4.1 |
1530 | 2024-08-23T21:22:10.140Z | Compiling time v0.3.36 |
1531 | 2024-08-23T21:22:10.358Z | Compiling scrypt v0.11.0 |
1532 | 2024-08-23T21:22:10.602Z | Compiling spki v0.7.3 |
1533 | 2024-08-23T21:22:10.641Z | Compiling rand v0.8.5 |
1534 | 2024-08-23T21:22:10.841Z | Compiling tokio-util v0.7.11 |
1535 | 2024-08-23T21:22:12.120Z | Compiling dof v0.3.0 |
1536 | 2024-08-23T21:22:12.212Z | Compiling dtrace-parser v0.2.0 |
1537 | 2024-08-23T21:22:12.308Z | Compiling cbc v0.1.2 |
1538 | 2024-08-23T21:22:12.516Z | Compiling aes v0.8.4 |
1539 | 2024-08-23T21:22:13.068Z | Compiling async-trait v0.1.81 |
1540 | 2024-08-23T21:22:13.744Z | Compiling socket2 v0.4.10 |
1541 | 2024-08-23T21:22:13.747Z | Compiling thread-id v4.2.1 |
1542 | 2024-08-23T21:22:13.872Z | Compiling num-bigint-dig v0.8.4 |
1543 | 2024-08-23T21:22:13.911Z | Compiling signal-hook v0.3.17 |
1544 | 2024-08-23T21:22:13.984Z | Compiling foreign-types-shared v0.1.1 |
1545 | 2024-08-23T21:22:14.163Z | Compiling unicode-width v0.1.13 |
1546 | 2024-08-23T21:22:14.192Z | Compiling smoltcp v0.9.1 |
1547 | 2024-08-23T21:22:14.391Z | Compiling foreign-types v0.3.2 |
1548 | 2024-08-23T21:22:15.202Z | Compiling pkcs5 v0.7.1 |
1549 | 2024-08-23T21:22:15.810Z | Compiling form_urlencoded v1.2.1 |
1550 | 2024-08-23T21:22:16.343Z | Compiling errno v0.3.9 |
1551 | 2024-08-23T21:22:16.429Z | Compiling siphasher v0.3.11 |
1552 | 2024-08-23T21:22:16.599Z | Compiling try-lock v0.2.5 |
1553 | 2024-08-23T21:22:16.814Z | Compiling cfg_aliases v0.1.1 |
1554 | 2024-08-23T21:22:17.014Z | Compiling adler v1.0.2 |
1555 | 2024-08-23T21:22:17.048Z | Compiling want v0.3.1 |
1556 | 2024-08-23T21:22:17.126Z | Compiling nix v0.28.0 |
1557 | 2024-08-23T21:22:17.299Z | Compiling miniz_oxide v0.7.2 |
1558 | 2024-08-23T21:22:19.296Z | Compiling pkcs8 v0.10.2 |
1559 | 2024-08-23T21:22:19.691Z | Compiling sct v0.7.1 |
1560 | 2024-08-23T21:22:19.953Z | Compiling rustls-webpki v0.101.7 |
1561 | 2024-08-23T21:22:19.993Z | Compiling h2 v0.3.26 |
1562 | 2024-08-23T21:22:21.205Z | Compiling http-body v0.4.6 |
1563 | 2024-08-23T21:22:21.865Z | Compiling openapiv3 v2.0.0 |
1564 | 2024-08-23T21:22:22.196Z | Compiling hubpack_derive v0.1.1 |
1565 | 2024-08-23T21:22:22.625Z | Compiling zerocopy-derive v0.6.6 |
1566 | 2024-08-23T21:22:22.653Z | Compiling idna v0.5.0 |
1567 | 2024-08-23T21:22:23.864Z | Compiling fs-err v2.11.0 |
1568 | 2024-08-23T21:22:24.464Z | Compiling httpdate v1.0.3 |
1569 | 2024-08-23T21:22:24.973Z | Compiling tower-service v0.3.2 |
1570 | 2024-08-23T21:22:25.104Z | Compiling gimli v0.28.1 |
1571 | 2024-08-23T21:22:25.214Z | Compiling stable_deref_trait v1.2.0 |
1572 | 2024-08-23T21:22:25.319Z | Compiling anstyle v1.0.8 |
1573 | 2024-08-23T21:22:25.886Z | Compiling finl_unicode v1.2.0 |
1574 | 2024-08-23T21:22:26.125Z | Compiling utf8parse v0.2.1 |
1575 | 2024-08-23T21:22:26.299Z | Compiling openssl-probe v0.1.5 |
1576 | 2024-08-23T21:22:26.525Z | Compiling stringprep v0.1.4 |
1577 | 2024-08-23T21:22:27.043Z | Compiling anstyle-parse v0.2.4 |
1578 | 2024-08-23T21:22:27.360Z | Compiling hyper v0.14.30 |
1579 | 2024-08-23T21:22:30.003Z | Compiling addr2line v0.21.0 |
1580 | 2024-08-23T21:22:33.312Z | Compiling url v2.5.2 |
1581 | 2024-08-23T21:22:37.794Z | Compiling usdt-macro v0.5.0 |
1582 | 2024-08-23T21:22:39.121Z | Compiling usdt-attr-macro v0.5.0 |
1583 | 2024-08-23T21:22:40.599Z | Compiling md-5 v0.10.6 |
1584 | 2024-08-23T21:22:40.834Z | Compiling idna v0.3.0 |
1585 | 2024-08-23T21:22:42.311Z | Compiling lazy_static v1.5.0 |
1586 | 2024-08-23T21:22:42.436Z | Compiling num-integer v0.1.46 |
1587 | 2024-08-23T21:22:43.211Z | Compiling hash32 v0.2.1 |
1588 | 2024-08-23T21:22:43.567Z | Compiling object v0.32.2 |
1589 | 2024-08-23T21:22:43.992Z | Compiling is_terminal_polyfill v1.70.0 |
1590 | 2024-08-23T21:22:44.123Z | Compiling fallible-iterator v0.2.0 |
1591 | 2024-08-23T21:22:44.817Z | Compiling base64 v0.22.1 |
1592 | 2024-08-23T21:22:44.983Z | Compiling colorchoice v1.0.1 |
1593 | 2024-08-23T21:22:45.575Z | Compiling rustc-demangle v0.1.24 |
1594 | 2024-08-23T21:22:45.591Z | Compiling psl-types v2.0.11 |
1595 | 2024-08-23T21:22:45.767Z | Compiling anstyle-query v1.0.3 |
1596 | 2024-08-23T21:22:45.927Z | Compiling anstream v0.6.14 |
1597 | 2024-08-23T21:22:46.019Z | Compiling publicsuffix v2.2.3 |
1598 | 2024-08-23T21:22:47.469Z | Compiling postgres-protocol v0.6.7 |
1599 | 2024-08-23T21:22:48.750Z | Compiling num-iter v0.1.45 |
1600 | 2024-08-23T21:22:49.428Z | Compiling tokio-rustls v0.24.1 |
1601 | 2024-08-23T21:22:49.846Z | Compiling terminal_size v0.3.0 |
1602 | 2024-08-23T21:22:51.872Z | Compiling tokio-native-tls v0.3.1 |
1603 | 2024-08-23T21:22:52.139Z | Compiling phf_shared v0.11.2 |
1604 | 2024-08-23T21:22:52.773Z | Compiling strum_macros v0.25.3 |
1605 | 2024-08-23T21:22:52.900Z | Compiling enum-as-inner v0.6.0 |
1606 | 2024-08-23T21:22:54.086Z | Compiling regress v0.9.1 |
1607 | 2024-08-23T21:22:54.605Z | Compiling clap_derive v4.5.13 |
1608 | 2024-08-23T21:22:55.137Z | Compiling serde_repr v0.1.19 |
1609 | 2024-08-23T21:22:56.464Z | Compiling ff v0.13.0 |
1610 | 2024-08-23T21:22:58.789Z | Compiling encoding_rs v0.8.34 |
1611 | 2024-08-23T21:22:59.518Z | Compiling either v1.13.0 |
1612 | 2024-08-23T21:22:59.988Z | Compiling base16ct v0.2.0 |
1613 | 2024-08-23T21:23:00.095Z | Compiling base64 v0.21.7 |
1614 | 2024-08-23T21:23:00.257Z | Compiling bitflags v1.3.2 |
1615 | 2024-08-23T21:23:00.765Z | Compiling mime v0.3.17 |
1616 | 2024-08-23T21:23:01.155Z | Compiling managed v0.8.0 |
1617 | 2024-08-23T21:23:01.607Z | Compiling ipnet v2.9.0 |
1618 | 2024-08-23T21:23:01.871Z | Compiling clap_lex v0.7.0 |
1619 | 2024-08-23T21:23:02.290Z | Compiling clap_builder v4.5.15 |
1620 | 2024-08-23T21:23:02.893Z | Compiling rustls-pemfile v1.0.4 |
1621 | 2024-08-23T21:23:03.748Z | Compiling sec1 v0.7.3 |
1622 | 2024-08-23T21:23:04.315Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1623 | 2024-08-23T21:23:04.330Z | Compiling group v0.13.0 |
1624 | 2024-08-23T21:23:09.428Z | Compiling phf v0.11.2 |
1625 | 2024-08-23T21:23:09.540Z | Compiling hyper-tls v0.5.0 |
1626 | 2024-08-23T21:23:09.721Z | Compiling hyper-rustls v0.24.2 |
1627 | 2024-08-23T21:23:09.856Z | Compiling cookie_store v0.20.0 |
1628 | 2024-08-23T21:23:10.044Z | Compiling postgres-types v0.2.7 |
1629 | 2024-08-23T21:23:10.286Z | Compiling zerocopy v0.6.6 |
1630 | 2024-08-23T21:23:10.647Z | Compiling hubpack v0.1.2 |
1631 | 2024-08-23T21:23:11.065Z | Compiling pkcs1 v0.7.5 |
1632 | 2024-08-23T21:23:11.156Z | Compiling phf_shared v0.10.0 |
1633 | 2024-08-23T21:23:11.173Z | Compiling serde_urlencoded v0.7.1 |
1634 | 2024-08-23T21:23:11.785Z | Compiling crossbeam-epoch v0.9.18 |
1635 | 2024-08-23T21:23:11.853Z | Compiling futures-executor v0.3.30 |
1636 | 2024-08-23T21:23:11.968Z | Compiling bstr v1.9.1 |
1637 | 2024-08-23T21:23:12.489Z | Compiling hkdf v0.12.4 |
1638 | 2024-08-23T21:23:12.715Z | Compiling signature v2.2.0 |
1639 | 2024-08-23T21:23:12.889Z | Compiling crypto-bigint v0.5.5 |
1640 | 2024-08-23T21:23:12.892Z | Compiling idna v0.4.0 |
1641 | 2024-08-23T21:23:13.012Z | Compiling float-cmp v0.9.0 |
1642 | 2024-08-23T21:23:13.241Z | Compiling mio v1.0.2 |
1643 | 2024-08-23T21:23:13.484Z | Compiling memmap v0.7.0 |
1644 | 2024-08-23T21:23:14.110Z | Compiling winnow v0.6.18 |
1645 | 2024-08-23T21:23:14.224Z | Compiling fixedbitset v0.4.2 |
1646 | 2024-08-23T21:23:14.240Z | Compiling webpki-roots v0.25.4 |
1647 | 2024-08-23T21:23:14.628Z | Compiling precomputed-hash v0.1.1 |
1648 | 2024-08-23T21:23:14.749Z | Compiling data-encoding v2.6.0 |
1649 | 2024-08-23T21:23:16.073Z | Compiling unicode-segmentation v1.11.0 |
1650 | 2024-08-23T21:23:16.374Z | Compiling new_debug_unreachable v1.0.6 |
1651 | 2024-08-23T21:23:16.441Z | Compiling static_assertions v1.1.0 |
1652 | 2024-08-23T21:23:16.471Z | Compiling normalize-line-endings v0.3.0 |
1653 | 2024-08-23T21:23:16.542Z | Compiling bit-vec v0.6.3 |
1654 | 2024-08-23T21:23:16.600Z | Compiling whoami v1.5.1 |
1655 | 2024-08-23T21:23:16.877Z | Compiling minimal-lexical v0.2.1 |
1656 | 2024-08-23T21:23:16.967Z | Compiling sync_wrapper v0.1.2 |
1657 | 2024-08-23T21:23:17.017Z | Compiling predicates-core v1.0.6 |
1658 | 2024-08-23T21:23:17.096Z | Compiling difflib v0.4.0 |
1659 | 2024-08-23T21:23:17.141Z | Compiling reqwest v0.11.27 |
1660 | 2024-08-23T21:23:17.214Z | Compiling tokio-postgres v0.7.11 |
1661 | 2024-08-23T21:23:17.265Z | Compiling bit-set v0.5.3 |
1662 | 2024-08-23T21:23:17.306Z | Compiling nom v7.1.3 |
1663 | 2024-08-23T21:23:17.369Z | Compiling similar v2.6.0 |
1664 | 2024-08-23T21:23:17.526Z | Compiling predicates v3.1.2 |
1665 | 2024-08-23T21:23:17.822Z | Compiling toml_edit v0.22.20 |
1666 | 2024-08-23T21:23:18.990Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1667 | 2024-08-23T21:23:19.046Z | Compiling string_cache v0.8.7 |
1668 | 2024-08-23T21:23:19.374Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1669 | 2024-08-23T21:23:19.455Z | Compiling elliptic-curve v0.13.8 |
1670 | 2024-08-23T21:23:20.164Z | Compiling hickory-proto v0.24.1 |
1671 | 2024-08-23T21:23:20.936Z | Compiling petgraph v0.6.5 |
1672 | 2024-08-23T21:23:22.090Z | Compiling signal-hook-mio v0.2.4 |
1673 | 2024-08-23T21:23:22.269Z | Compiling usdt v0.5.0 |
1674 | 2024-08-23T21:23:23.133Z | Compiling rsa v0.9.6 |
1675 | 2024-08-23T21:23:24.801Z | Compiling futures v0.3.30 |
1676 | 2024-08-23T21:23:25.463Z | Compiling flate2 v1.0.31 |
1677 | 2024-08-23T21:23:25.818Z | Compiling clap v4.5.16 |
1678 | 2024-08-23T21:23:26.414Z | Compiling itertools v0.12.1 |
1679 | 2024-08-23T21:23:26.667Z | Compiling itertools v0.10.5 |
1680 | 2024-08-23T21:23:26.684Z | Compiling console v0.15.8 |
1681 | 2024-08-23T21:23:27.966Z | Compiling tokio-stream v0.1.15 |
1682 | 2024-08-23T21:23:28.692Z | Compiling toml v0.7.8 |
1683 | 2024-08-23T21:23:28.878Z | Compiling hex v0.4.3 |
1684 | 2024-08-23T21:23:29.483Z | Compiling sha1 v0.10.6 |
1685 | 2024-08-23T21:23:29.509Z | Compiling unicode-xid v0.2.4 |
1686 | 2024-08-23T21:23:29.603Z | Compiling peg-runtime v0.8.3 |
1687 | 2024-08-23T21:23:29.887Z | Compiling lalrpop-util v0.19.12 |
1688 | 2024-08-23T21:23:30.140Z | Compiling camino v1.1.9 |
1689 | 2024-08-23T21:23:30.228Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1690 | 2024-08-23T21:23:30.702Z | Compiling proc-macro-crate v1.3.1 |
1691 | 2024-08-23T21:23:30.862Z | Compiling heapless v0.8.0 |
1692 | 2024-08-23T21:23:31.752Z | Compiling num_enum_derive v0.5.11 |
1693 | 2024-08-23T21:23:34.012Z | Compiling ipnetwork v0.20.0 |
1694 | 2024-08-23T21:23:35.910Z | Compiling hash32 v0.3.1 |
1695 | 2024-08-23T21:23:36.594Z | Compiling ident_case v1.0.1 |
1696 | 2024-08-23T21:23:37.766Z | Compiling smoltcp v0.11.0 |
1697 | 2024-08-23T21:23:38.411Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1698 | 2024-08-23T21:23:38.894Z | Compiling rustls-pki-types v1.7.0 |
1699 | 2024-08-23T21:23:43.040Z | Compiling darling_core v0.20.9 |
1700 | 2024-08-23T21:23:45.897Z | Compiling num_enum v0.5.11 |
1701 | 2024-08-23T21:23:47.099Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1702 | 2024-08-23T21:23:47.510Z | Compiling getopts v0.2.21 |
1703 | 2024-08-23T21:23:49.342Z | Compiling dirs-sys-next v0.1.2 |
1704 | 2024-08-23T21:23:49.581Z | Compiling proc-macro-error-attr v1.0.4 |
1705 | 2024-08-23T21:23:50.396Z | Compiling embedded-io v0.4.0 |
1706 | 2024-08-23T21:23:50.634Z | Compiling rustls v0.22.4 |
1707 | 2024-08-23T21:23:51.363Z | Compiling paste v1.0.15 |
1708 | 2024-08-23T21:23:51.841Z | Compiling cobs v0.2.3 |
1709 | 2024-08-23T21:23:51.858Z | Compiling unsafe-libyaml v0.2.11 |
1710 | 2024-08-23T21:23:52.289Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1711 | 2024-08-23T21:23:52.629Z | Compiling postcard v1.0.8 |
1712 | 2024-08-23T21:23:53.499Z | Compiling serde_yaml v0.9.34+deprecated |
1713 | 2024-08-23T21:23:53.967Z | Compiling dirs-next v2.0.0 |
1714 | 2024-08-23T21:23:55.669Z | Compiling darling_macro v0.20.9 |
1715 | 2024-08-23T21:23:57.339Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1716 | 2024-08-23T21:24:04.487Z | Compiling rustls-webpki v0.102.4 |
1717 | 2024-08-23T21:24:11.912Z | Compiling strum_macros v0.26.4 |
1718 | 2024-08-23T21:24:12.751Z | Compiling foreign-types-macros v0.2.3 |
1719 | 2024-08-23T21:24:12.778Z | Compiling structmeta-derive v0.3.0 |
1720 | 2024-08-23T21:24:14.222Z | Compiling thread_local v1.1.8 |
1721 | 2024-08-23T21:24:15.447Z | Compiling proc-macro-error v1.0.4 |
1722 | 2024-08-23T21:24:15.763Z | Compiling multer v3.1.0 |
1723 | 2024-08-23T21:24:16.088Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1724 | 2024-08-23T21:24:16.638Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1725 | 2024-08-23T21:24:17.409Z | Compiling slog-async v2.8.0 |
1726 | 2024-08-23T21:24:17.887Z | Compiling match_cfg v0.1.0 |
1727 | 2024-08-23T21:24:17.890Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1728 | 2024-08-23T21:24:18.188Z | Compiling foreign-types-shared v0.3.1 |
1729 | 2024-08-23T21:24:18.214Z | Compiling foreign-types v0.5.0 |
1730 | 2024-08-23T21:24:18.329Z | Compiling hostname v0.3.1 |
1731 | 2024-08-23T21:24:23.787Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1732 | 2024-08-23T21:24:26.144Z | Compiling strum v0.26.3 |
1733 | 2024-08-23T21:24:26.586Z | Compiling structmeta v0.3.0 |
1734 | 2024-08-23T21:24:28.697Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1735 | 2024-08-23T21:24:32.557Z | Compiling darling v0.20.9 |
1736 | 2024-08-23T21:24:32.667Z | Compiling term v0.7.0 |
1737 | 2024-08-23T21:24:33.788Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1738 | 2024-08-23T21:24:35.283Z | Compiling slog-json v2.6.1 |
1739 | 2024-08-23T21:24:35.730Z | Compiling tabwriter v1.4.0 |
1740 | 2024-08-23T21:24:36.534Z | Compiling crossbeam-channel v0.5.12 |
1741 | 2024-08-23T21:24:38.050Z | Compiling http v1.1.0 |
1742 | 2024-08-23T21:24:38.081Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1743 | 2024-08-23T21:24:38.098Z | Compiling async-stream-impl v0.3.5 |
1744 | 2024-08-23T21:24:38.888Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1745 | 2024-08-23T21:24:39.380Z | Compiling is-terminal v0.4.12 |
1746 | 2024-08-23T21:24:39.522Z | Compiling cstr-argument v0.1.2 |
1747 | 2024-08-23T21:24:39.701Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1748 | 2024-08-23T21:24:39.786Z | Compiling take_mut v0.2.2 |
1749 | 2024-08-23T21:24:39.968Z | Compiling fastrand v2.1.0 |
1750 | 2024-08-23T21:24:40.035Z | Compiling pretty-hex v0.2.1 |
1751 | 2024-08-23T21:24:40.261Z | Compiling crucible-workspace-hack v0.1.0 |
1752 | 2024-08-23T21:24:40.568Z | Compiling atomic-waker v1.1.2 |
1753 | 2024-08-23T21:24:40.783Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1754 | 2024-08-23T21:24:41.072Z | Compiling rayon-core v1.12.1 |
1755 | 2024-08-23T21:24:41.614Z | Compiling waitgroup v0.1.2 |
1756 | 2024-08-23T21:24:41.832Z | Compiling tempfile v3.10.1 |
1757 | 2024-08-23T21:24:42.101Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1758 | 2024-08-23T21:24:43.135Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1759 | 2024-08-23T21:24:43.337Z | Compiling slog-term v2.9.1 |
1760 | 2024-08-23T21:24:43.760Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1761 | 2024-08-23T21:24:43.998Z | Compiling async-stream v0.3.5 |
1762 | 2024-08-23T21:24:44.221Z | Compiling slog-bunyan v2.5.0 |
1763 | 2024-08-23T21:24:44.498Z | Compiling serde_with_macros v3.9.0 |
1764 | 2024-08-23T21:24:45.048Z | Compiling tokio-rustls v0.25.0 |
1765 | 2024-08-23T21:24:45.193Z | Compiling parse-display-derive v0.10.0 |
1766 | 2024-08-23T21:24:45.351Z | Compiling toml v0.8.19 |
1767 | 2024-08-23T21:24:45.454Z | Compiling rustls-pemfile v2.1.3 |
1768 | 2024-08-23T21:24:45.526Z | Compiling crossbeam-deque v0.8.5 |
1769 | 2024-08-23T21:24:45.919Z | Compiling colored v2.1.0 |
1770 | 2024-08-23T21:24:45.936Z | Compiling newtype-uuid v1.1.0 |
1771 | 2024-08-23T21:24:46.187Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1772 | 2024-08-23T21:24:46.318Z | Compiling serde_path_to_error v0.1.16 |
1773 | 2024-08-23T21:24:47.040Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1774 | 2024-08-23T21:24:47.287Z | Compiling hostname v0.4.0 |
1775 | 2024-08-23T21:24:47.338Z | Compiling instant v0.1.12 |
1776 | 2024-08-23T21:24:47.502Z | Compiling debug-ignore v1.0.5 |
1777 | 2024-08-23T21:24:47.526Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1778 | 2024-08-23T21:24:47.657Z | Compiling backoff v0.4.0 |
1779 | 2024-08-23T21:24:47.774Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1780 | 2024-08-23T21:24:47.908Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1781 | 2024-08-23T21:24:47.992Z | Compiling serde_with v3.9.0 |
1782 | 2024-08-23T21:24:49.085Z | Compiling parse-display v0.10.0 |
1783 | 2024-08-23T21:24:50.840Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1784 | 2024-08-23T21:24:51.418Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1785 | 2024-08-23T21:24:52.234Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1786 | 2024-08-23T21:24:52.303Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
1787 | 2024-08-23T21:24:52.812Z | Compiling camino-tempfile v1.1.1 |
1788 | 2024-08-23T21:24:53.106Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1789 | 2024-08-23T21:24:53.579Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1790 | 2024-08-23T21:24:53.597Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1791 | 2024-08-23T21:24:53.768Z | Compiling macaddr v1.0.1 |
1792 | 2024-08-23T21:24:54.378Z | Compiling num-derive v0.4.2 |
1793 | 2024-08-23T21:24:54.498Z | Compiling sigpipe v0.1.3 |
1794 | 2024-08-23T21:24:54.638Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1795 | 2024-08-23T21:24:54.954Z | Compiling libefi-sys v0.1.0 |
1796 | 2024-08-23T21:24:55.313Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1797 | 2024-08-23T21:24:56.606Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1798 | 2024-08-23T21:24:56.661Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1799 | 2024-08-23T21:24:57.214Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1800 | 2024-08-23T21:24:57.216Z | Compiling rayon v1.10.0 |
1801 | 2024-08-23T21:24:57.622Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1802 | 2024-08-23T21:24:58.156Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1803 | 2024-08-23T21:24:58.640Z | Compiling smf v0.2.3 |
1804 | 2024-08-23T21:25:00.568Z | Compiling bitfield-struct v0.6.1 |
1805 | 2024-08-23T21:25:01.203Z | Compiling ring v0.16.20 |
1806 | 2024-08-23T21:25:01.515Z | Compiling blake3 v1.5.1 |
1807 | 2024-08-23T21:25:01.946Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1808 | 2024-08-23T21:25:02.070Z | Compiling portable-atomic v1.6.0 |
1809 | 2024-08-23T21:25:03.009Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1810 | 2024-08-23T21:25:03.128Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1811 | 2024-08-23T21:25:03.503Z | Compiling xattr v1.3.1 |
1812 | 2024-08-23T21:25:03.758Z | Compiling filetime v0.2.24 |
1813 | 2024-08-23T21:25:03.815Z | Compiling memmap2 v0.9.4 |
1814 | 2024-08-23T21:25:04.111Z | Compiling same-file v1.0.6 |
1815 | 2024-08-23T21:25:04.291Z | Compiling arrayvec v0.7.4 |
1816 | 2024-08-23T21:25:04.386Z | Compiling untrusted v0.7.1 |
1817 | 2024-08-23T21:25:04.407Z | Compiling constant_time_eq v0.3.0 |
1818 | 2024-08-23T21:25:04.576Z | Compiling arrayref v0.3.7 |
1819 | 2024-08-23T21:25:04.578Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1820 | 2024-08-23T21:25:04.692Z | Compiling spin v0.5.2 |
1821 | 2024-08-23T21:25:04.718Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1822 | 2024-08-23T21:25:04.811Z | Compiling walkdir v2.5.0 |
1823 | 2024-08-23T21:25:04.937Z | Compiling tar v0.4.41 |
1824 | 2024-08-23T21:25:06.229Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1825 | 2024-08-23T21:25:07.330Z | Compiling gethostname v0.5.0 |
1826 | 2024-08-23T21:25:07.346Z | Compiling cargo-platform v0.1.8 |
1827 | 2024-08-23T21:25:07.522Z | Compiling number_prefix v0.4.0 |
1828 | 2024-08-23T21:25:07.795Z | Compiling topological-sort v0.2.2 |
1829 | 2024-08-23T21:25:08.055Z | Compiling indicatif v0.17.8 |
1830 | 2024-08-23T21:25:08.447Z | Compiling cargo_metadata v0.18.1 |
1831 | 2024-08-23T21:25:12.648Z | Compiling omicron-zone-package v0.11.0 |
1832 | 2024-08-23T21:25:15.299Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1833 | 2024-08-23T21:25:15.906Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1834 | 2024-08-23T21:25:17.621Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1835 | 2024-08-23T21:25:37.033Z | Finished `release` profile [optimized] target(s) in 4m 12s |
1836 | 2024-08-23T21:25:37.169Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1837 | 2024-08-23T21:25:37.212Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1838 | 2024-08-23T21:25:37.215Z | Created new build target 'test' and set it as active |
1839 | 2024-08-23T21:25:37.215Z | |
1840 | 2024-08-23T21:25:37.215Z | real 4:12.513478796 |
1841 | 2024-08-23T21:25:37.215Z | user 28:40.878840087 |
1842 | 2024-08-23T21:25:37.215Z | sys 3:33.897509515 |
1843 | 2024-08-23T21:25:37.215Z | trap 0.825696622 |
1844 | 2024-08-23T21:25:37.215Z | tflt 2.974708718 |
1845 | 2024-08-23T21:25:37.215Z | dflt 0.566082433 |
1846 | 2024-08-23T21:25:37.215Z | kflt 0.000135452 |
1847 | 2024-08-23T21:25:37.215Z | lock 1:03:51.056812663 |
1848 | 2024-08-23T21:25:37.215Z | slp 1:50:57.208902662 |
1849 | 2024-08-23T21:25:37.215Z | lat 1:55.771256278 |
1850 | 2024-08-23T21:25:37.215Z | stop 3:29.553235661 |
1851 | 2024-08-23T21:25:37.218Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1852 | 2024-08-23T21:25:38.138Z | Finished `release` profile [optimized] target(s) in 0.87s |
1853 | 2024-08-23T21:25:38.184Z | Running `target/release/omicron-package -t test package` |
1854 | 2024-08-23T21:25:38.223Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1855 | 2024-08-23T21:25:39.301Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1856 | 2024-08-23T21:25:39.301Z | Compiling camino v1.1.9 |
1857 | 2024-08-23T21:25:39.301Z | Compiling password-hash v0.5.0 |
1858 | 2024-08-23T21:25:39.312Z | Compiling blake2 v0.10.6 |
1859 | 2024-08-23T21:25:39.312Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1860 | 2024-08-23T21:25:39.312Z | Compiling derive-where v1.2.7 |
1861 | 2024-08-23T21:25:39.312Z | Compiling humantime v2.1.0 |
1862 | 2024-08-23T21:25:39.312Z | Compiling newline-converter v0.3.0 |
1863 | 2024-08-23T21:25:39.623Z | Compiling toml v0.8.19 |
1864 | 2024-08-23T21:25:39.652Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1865 | 2024-08-23T21:25:40.100Z | Compiling argon2 v0.5.3 |
1866 | 2024-08-23T21:25:40.190Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1867 | 2024-08-23T21:25:40.302Z | Compiling expectorate v1.1.0 |
1868 | 2024-08-23T21:25:40.370Z | Compiling dirs-sys-next v0.1.2 |
1869 | 2024-08-23T21:25:40.405Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1870 | 2024-08-23T21:25:40.494Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1871 | 2024-08-23T21:25:40.584Z | Compiling num-rational v0.4.2 |
1872 | 2024-08-23T21:25:40.879Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1873 | 2024-08-23T21:25:41.132Z | Compiling dirs-next v2.0.0 |
1874 | 2024-08-23T21:25:41.353Z | Compiling num-complex v0.4.6 |
1875 | 2024-08-23T21:25:41.451Z | Compiling convert_case v0.4.0 |
1876 | 2024-08-23T21:25:41.479Z | Compiling term v0.7.0 |
1877 | 2024-08-23T21:25:42.241Z | Compiling derive_more v0.99.18 |
1878 | 2024-08-23T21:25:42.551Z | Compiling num v0.4.3 |
1879 | 2024-08-23T21:25:42.574Z | Compiling float-ord v0.3.2 |
1880 | 2024-08-23T21:25:42.640Z | Compiling prettyplease v0.2.20 |
1881 | 2024-08-23T21:25:42.673Z | Compiling is-terminal v0.4.12 |
1882 | 2024-08-23T21:25:42.732Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
1883 | 2024-08-23T21:25:42.747Z | Compiling semver v0.1.20 |
1884 | 2024-08-23T21:25:42.795Z | Compiling home v0.5.9 |
1885 | 2024-08-23T21:25:42.945Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
1886 | 2024-08-23T21:25:43.033Z | Compiling cookie v0.18.1 |
1887 | 2024-08-23T21:25:43.072Z | Compiling rustc_version v0.1.7 |
1888 | 2024-08-23T21:25:43.278Z | Compiling rustls-pki-types v1.7.0 |
1889 | 2024-08-23T21:25:43.378Z | Compiling highway v1.2.0 |
1890 | 2024-08-23T21:25:43.496Z | Compiling newtype_derive v0.1.6 |
1891 | 2024-08-23T21:25:44.033Z | Compiling steno v0.4.1 |
1892 | 2024-08-23T21:25:44.802Z | Compiling rustls-webpki v0.102.4 |
1893 | 2024-08-23T21:25:46.617Z | Compiling rustls v0.22.4 |
1894 | 2024-08-23T21:25:46.619Z | Compiling thread_local v1.1.8 |
1895 | 2024-08-23T21:25:46.658Z | Compiling slog-dtrace v0.3.0 |
1896 | 2024-08-23T21:25:46.980Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
1897 | 2024-08-23T21:25:47.103Z | Compiling match_cfg v0.1.0 |
1898 | 2024-08-23T21:25:47.207Z | Compiling hostname v0.3.1 |
1899 | 2024-08-23T21:25:48.812Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1900 | 2024-08-23T21:25:49.171Z | Compiling multer v3.1.0 |
1901 | 2024-08-23T21:25:49.241Z | Compiling slog-async v2.8.0 |
1902 | 2024-08-23T21:25:49.314Z | Compiling slog-json v2.6.1 |
1903 | 2024-08-23T21:25:49.687Z | Compiling crossbeam-channel v0.5.12 |
1904 | 2024-08-23T21:25:49.708Z | Compiling http v1.1.0 |
1905 | 2024-08-23T21:25:50.755Z | Compiling atomic-waker v1.1.2 |
1906 | 2024-08-23T21:25:50.953Z | Compiling take_mut v0.2.2 |
1907 | 2024-08-23T21:25:51.124Z | Compiling linked-hash-map v0.5.6 |
1908 | 2024-08-23T21:25:51.520Z | Compiling lru-cache v0.1.2 |
1909 | 2024-08-23T21:25:51.747Z | Compiling tokio-rustls v0.25.0 |
1910 | 2024-08-23T21:25:52.871Z | Compiling waitgroup v0.1.2 |
1911 | 2024-08-23T21:25:53.088Z | Compiling slog-bunyan v2.5.0 |
1912 | 2024-08-23T21:25:53.303Z | Compiling slog-term v2.9.1 |
1913 | 2024-08-23T21:25:54.217Z | Compiling rustls-pemfile v2.1.3 |
1914 | 2024-08-23T21:25:54.646Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1915 | 2024-08-23T21:25:54.720Z | Compiling async-stream v0.3.5 |
1916 | 2024-08-23T21:25:54.737Z | Compiling ipnetwork v0.20.0 |
1917 | 2024-08-23T21:25:54.791Z | Compiling newtype-uuid v1.1.0 |
1918 | 2024-08-23T21:25:55.046Z | Compiling serde_path_to_error v0.1.16 |
1919 | 2024-08-23T21:25:55.113Z | Compiling hostname v0.4.0 |
1920 | 2024-08-23T21:25:55.344Z | Compiling instant v0.1.12 |
1921 | 2024-08-23T21:25:55.498Z | Compiling debug-ignore v1.0.5 |
1922 | 2024-08-23T21:25:55.545Z | Compiling backoff v0.4.0 |
1923 | 2024-08-23T21:25:55.659Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1924 | 2024-08-23T21:25:55.914Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1925 | 2024-08-23T21:25:56.151Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
1926 | 2024-08-23T21:25:56.217Z | Compiling parse-display v0.10.0 |
1927 | 2024-08-23T21:25:56.297Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1928 | 2024-08-23T21:25:56.481Z | Compiling serde_with v3.9.0 |
1929 | 2024-08-23T21:25:56.791Z | Compiling strum v0.26.3 |
1930 | 2024-08-23T21:25:56.979Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1931 | 2024-08-23T21:25:59.880Z | Compiling macaddr v1.0.1 |
1932 | 2024-08-23T21:26:00.410Z | Compiling swrite v0.1.0 |
1933 | 2024-08-23T21:26:00.558Z | Compiling utf-8 v0.7.6 |
1934 | 2024-08-23T21:26:00.581Z | Compiling quick-error v1.2.3 |
1935 | 2024-08-23T21:26:00.734Z | Compiling resolv-conf v0.7.0 |
1936 | 2024-08-23T21:26:02.317Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1937 | 2024-08-23T21:26:02.473Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
1938 | 2024-08-23T21:26:03.520Z | Compiling hickory-resolver v0.24.1 |
1939 | 2024-08-23T21:26:03.601Z | Compiling rayon-core v1.12.1 |
1940 | 2024-08-23T21:26:03.629Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1941 | 2024-08-23T21:26:05.864Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1942 | 2024-08-23T21:26:07.004Z | Compiling crossbeam-deque v0.8.5 |
1943 | 2024-08-23T21:26:07.309Z | Compiling half v2.4.1 |
1944 | 2024-08-23T21:26:07.354Z | Compiling same-file v1.0.6 |
1945 | 2024-08-23T21:26:07.595Z | Compiling display-error-chain v0.2.0 |
1946 | 2024-08-23T21:26:07.788Z | Compiling termcolor v1.4.1 |
1947 | 2024-08-23T21:26:08.017Z | Compiling fastrand v2.1.0 |
1948 | 2024-08-23T21:26:08.531Z | Compiling ciborium-io v0.2.2 |
1949 | 2024-08-23T21:26:08.678Z | Compiling ciborium-ll v0.2.2 |
1950 | 2024-08-23T21:26:08.860Z | Compiling tempfile v3.10.1 |
1951 | 2024-08-23T21:26:09.197Z | Compiling walkdir v2.5.0 |
1952 | 2024-08-23T21:26:09.760Z | Compiling blake3 v1.5.1 |
1953 | 2024-08-23T21:26:09.862Z | Compiling ring v0.16.20 |
1954 | 2024-08-23T21:26:10.361Z | Compiling ciborium v0.2.2 |
1955 | 2024-08-23T21:26:11.128Z | Compiling rayon v1.10.0 |
1956 | 2024-08-23T21:26:12.545Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1957 | 2024-08-23T21:26:12.562Z | Compiling xattr v1.3.1 |
1958 | 2024-08-23T21:26:12.823Z | Compiling memmap2 v0.9.4 |
1959 | 2024-08-23T21:26:15.846Z | Compiling filetime v0.2.24 |
1960 | 2024-08-23T21:26:16.099Z | Compiling untrusted v0.7.1 |
1961 | 2024-08-23T21:26:16.304Z | Compiling arrayref v0.3.7 |
1962 | 2024-08-23T21:26:16.421Z | Compiling cancel-safe-futures v0.1.5 |
1963 | 2024-08-23T21:26:16.777Z | Compiling constant_time_eq v0.3.0 |
1964 | 2024-08-23T21:26:16.937Z | Compiling arrayvec v0.7.4 |
1965 | 2024-08-23T21:26:17.036Z | Compiling spin v0.5.2 |
1966 | 2024-08-23T21:26:18.433Z | Compiling tar v0.4.41 |
1967 | 2024-08-23T21:26:20.272Z | Compiling toolchain_find v0.4.0 |
1968 | 2024-08-23T21:26:20.296Z | Compiling camino-tempfile v1.1.1 |
1969 | 2024-08-23T21:26:20.705Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
1970 | 2024-08-23T21:26:20.727Z | Compiling nibble_vec v0.1.0 |
1971 | 2024-08-23T21:26:20.838Z | Compiling atty v0.2.14 |
1972 | 2024-08-23T21:26:20.968Z | Compiling topological-sort v0.2.2 |
1973 | 2024-08-23T21:26:20.997Z | Compiling maplit v1.0.2 |
1974 | 2024-08-23T21:26:21.126Z | Compiling endian-type v0.1.2 |
1975 | 2024-08-23T21:26:21.186Z | Compiling radium v0.7.0 |
1976 | 2024-08-23T21:26:21.395Z | Compiling glob v0.3.1 |
1977 | 2024-08-23T21:26:21.414Z | Compiling crunchy v0.2.2 |
1978 | 2024-08-23T21:26:21.689Z | Compiling radix_trie v0.2.1 |
1979 | 2024-08-23T21:26:21.913Z | Compiling omicron-zone-package v0.11.0 |
1980 | 2024-08-23T21:26:22.177Z | Compiling clang-sys v1.7.0 |
1981 | 2024-08-23T21:26:22.612Z | Compiling rustfmt-wrapper v0.2.1 |
1982 | 2024-08-23T21:26:23.224Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1983 | 2024-08-23T21:26:23.279Z | Compiling tungstenite v0.21.0 |
1984 | 2024-08-23T21:26:23.534Z | Compiling tiny-keccak v2.0.2 |
1985 | 2024-08-23T21:26:23.923Z | Compiling maybe-uninit v2.0.0 |
1986 | 2024-08-23T21:26:24.376Z | Compiling tap v1.0.1 |
1987 | 2024-08-23T21:26:24.566Z | Compiling wyz v0.5.1 |
1988 | 2024-08-23T21:26:25.009Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1989 | 2024-08-23T21:26:25.061Z | Compiling tokio-tungstenite v0.21.0 |
1990 | 2024-08-23T21:26:25.676Z | Compiling dsl_auto_type v0.1.2 |
1991 | 2024-08-23T21:26:25.690Z | Compiling itertools v0.13.0 |
1992 | 2024-08-23T21:26:26.201Z | Compiling scheduled-thread-pool v0.2.7 |
1993 | 2024-08-23T21:26:27.117Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1994 | 2024-08-23T21:26:27.138Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1995 | 2024-08-23T21:26:27.588Z | Compiling diesel_table_macro_syntax v0.2.0 |
1996 | 2024-08-23T21:26:27.619Z | Compiling packed_struct v0.10.1 |
1997 | 2024-08-23T21:26:27.990Z | Compiling crc-catalog v2.4.0 |
1998 | 2024-08-23T21:26:28.070Z | Compiling arc-swap v1.7.1 |
1999 | 2024-08-23T21:26:28.155Z | Compiling funty v2.0.0 |
2000 | 2024-08-23T21:26:28.428Z | Compiling crc v3.2.1 |
2001 | 2024-08-23T21:26:28.743Z | Compiling slog-scope v4.4.0 |
2002 | 2024-08-23T21:26:29.501Z | Compiling bitvec v1.0.1 |
2003 | 2024-08-23T21:26:29.565Z | Compiling diesel_derives v2.2.2 |
2004 | 2024-08-23T21:26:30.618Z | Compiling r2d2 v0.8.10 |
2005 | 2024-08-23T21:26:31.615Z | Compiling ascii-canvas v3.0.0 |
2006 | 2024-08-23T21:26:32.100Z | Compiling packed_struct_codegen v0.10.1 |
2007 | 2024-08-23T21:26:33.993Z | Compiling ena v0.14.3 |
2008 | 2024-08-23T21:26:34.413Z | Compiling libloading v0.8.3 |
2009 | 2024-08-23T21:26:34.532Z | Compiling indexmap v1.9.3 |
2010 | 2024-08-23T21:26:34.754Z | Compiling diff v0.1.13 |
2011 | 2024-08-23T21:26:34.855Z | Compiling nodrop v0.1.14 |
2012 | 2024-08-23T21:26:34.993Z | Compiling bindgen v0.69.4 |
2013 | 2024-08-23T21:26:35.284Z | Compiling regex-syntax v0.6.29 |
2014 | 2024-08-23T21:26:35.476Z | Compiling array-init v0.0.4 |
2015 | 2024-08-23T21:26:40.501Z | Compiling lalrpop v0.19.12 |
2016 | 2024-08-23T21:26:40.632Z | Compiling diesel v2.2.2 |
2017 | 2024-08-23T21:26:41.019Z | Compiling smallvec v0.6.14 |
2018 | 2024-08-23T21:26:41.538Z | Compiling slog-stdlog v4.1.1 |
2019 | 2024-08-23T21:26:42.359Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2020 | 2024-08-23T21:26:43.484Z | Compiling which v4.4.2 |
2021 | 2024-08-23T21:26:44.048Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2022 | 2024-08-23T21:26:44.070Z | Compiling cexpr v0.6.0 |
2023 | 2024-08-23T21:26:44.280Z | Compiling libsw v3.3.1 |
2024 | 2024-08-23T21:26:44.637Z | Compiling rustc-hash v1.1.0 |
2025 | 2024-08-23T21:26:44.796Z | Compiling shlex v1.3.0 |
2026 | 2024-08-23T21:26:45.172Z | Compiling owo-colors v4.0.0 |
2027 | 2024-08-23T21:26:45.683Z | Compiling ref-cast v1.0.23 |
2028 | 2024-08-23T21:26:46.163Z | Compiling hashbrown v0.12.3 |
2029 | 2024-08-23T21:26:47.168Z | Compiling lazycell v1.3.0 |
2030 | 2024-08-23T21:26:47.351Z | Compiling linear-map v1.2.0 |
2031 | 2024-08-23T21:26:47.451Z | Compiling bitfield v0.14.0 |
2032 | 2024-08-23T21:26:47.765Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2033 | 2024-08-23T21:26:47.768Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2034 | 2024-08-23T21:26:51.433Z | Compiling slog-envlogger v2.2.0 |
2035 | 2024-08-23T21:26:53.930Z | Compiling serde-hex v0.1.0 |
2036 | 2024-08-23T21:26:55.189Z | Compiling bzip2 v0.4.4 |
2037 | 2024-08-23T21:26:55.643Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2038 | 2024-08-23T21:26:55.972Z | Compiling env_logger v0.10.2 |
2039 | 2024-08-23T21:26:56.996Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2040 | 2024-08-23T21:26:58.921Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2041 | 2024-08-23T21:26:58.957Z | Compiling derive_builder_core v0.20.0 |
2042 | 2024-08-23T21:26:59.232Z | Compiling x509-cert v0.2.5 |
2043 | 2024-08-23T21:27:01.184Z | Compiling ron v0.8.1 |
2044 | 2024-08-23T21:27:02.538Z | Compiling headers-core v0.2.0 |
2045 | 2024-08-23T21:27:02.734Z | Compiling hashbrown v0.13.2 |
2046 | 2024-08-23T21:27:04.074Z | Compiling fxhash v0.2.1 |
2047 | 2024-08-23T21:27:04.311Z | Compiling libxml v0.3.3 |
2048 | 2024-08-23T21:27:04.705Z | Compiling ref-cast-impl v1.0.23 |
2049 | 2024-08-23T21:27:05.868Z | Compiling crc-any v2.5.0 |
2050 | 2024-08-23T21:27:06.419Z | Compiling polar-core v0.27.3 |
2051 | 2024-08-23T21:27:06.804Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2052 | 2024-08-23T21:27:07.421Z | Compiling object v0.30.4 |
2053 | 2024-08-23T21:27:10.766Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2054 | 2024-08-23T21:27:12.350Z | Compiling headers v0.3.9 |
2055 | 2024-08-23T21:27:14.267Z | Compiling samael v0.0.15 |
2056 | 2024-08-23T21:27:15.830Z | Compiling derive_builder_macro v0.20.0 |
2057 | 2024-08-23T21:27:15.873Z | Compiling zip v0.6.6 |
2058 | 2024-08-23T21:27:16.724Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2059 | 2024-08-23T21:27:18.529Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2060 | 2024-08-23T21:27:18.840Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2061 | 2024-08-23T21:27:19.676Z | Compiling strum_macros v0.24.3 |
2062 | 2024-08-23T21:27:19.702Z | Compiling async-recursion v1.1.1 |
2063 | 2024-08-23T21:27:19.853Z | Compiling unicase v2.7.0 |
2064 | 2024-08-23T21:27:20.187Z | Compiling indoc v1.0.9 |
2065 | 2024-08-23T21:27:21.063Z | Compiling path-slash v0.1.5 |
2066 | 2024-08-23T21:27:21.313Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2067 | 2024-08-23T21:27:23.841Z | Compiling derive_builder v0.20.0 |
2068 | 2024-08-23T21:27:27.955Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2069 | 2024-08-23T21:27:28.318Z | Compiling crossterm v0.28.1 |
2070 | 2024-08-23T21:27:28.873Z | Compiling pem v3.0.4 |
2071 | 2024-08-23T21:27:29.386Z | Compiling curve25519-dalek v4.1.3 |
2072 | 2024-08-23T21:27:29.798Z | Compiling impl-trait-for-tuples v0.2.2 |
2073 | 2024-08-23T21:27:29.879Z | Compiling oso-derive v0.27.3 |
2074 | 2024-08-23T21:27:30.308Z | Compiling libz-sys v1.1.16 |
2075 | 2024-08-23T21:27:30.892Z | Compiling quick-xml v0.31.0 |
2076 | 2024-08-23T21:27:30.936Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2077 | 2024-08-23T21:27:31.275Z | Compiling parking_lot_core v0.8.6 |
2078 | 2024-08-23T21:27:31.719Z | Compiling keccak v0.1.5 |
2079 | 2024-08-23T21:27:32.767Z | Compiling sha3 v0.10.8 |
2080 | 2024-08-23T21:27:34.004Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2081 | 2024-08-23T21:27:36.223Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2082 | 2024-08-23T21:27:36.561Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2083 | 2024-08-23T21:27:36.790Z | Compiling oso v0.27.3 |
2084 | 2024-08-23T21:27:37.742Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2085 | 2024-08-23T21:27:38.045Z | Compiling bb8 v0.8.5 |
2086 | 2024-08-23T21:27:38.676Z | Compiling const_format_proc_macros v0.2.32 |
2087 | 2024-08-23T21:27:39.170Z | Compiling universal-hash v0.5.1 |
2088 | 2024-08-23T21:27:39.398Z | Compiling secrecy v0.8.0 |
2089 | 2024-08-23T21:27:39.673Z | Compiling thiserror-impl-no-std v2.0.2 |
2090 | 2024-08-23T21:27:40.582Z | Compiling curve25519-dalek-derive v0.1.1 |
2091 | 2024-08-23T21:27:41.991Z | Compiling vte_generate_state_changes v0.1.1 |
2092 | 2024-08-23T21:27:42.402Z | Compiling buf-list v1.0.3 |
2093 | 2024-08-23T21:27:42.626Z | Compiling opaque-debug v0.3.1 |
2094 | 2024-08-23T21:27:42.740Z | Compiling poly1305 v0.8.0 |
2095 | 2024-08-23T21:27:43.112Z | Compiling vte v0.11.1 |
2096 | 2024-08-23T21:27:44.246Z | Compiling thiserror-no-std v2.0.2 |
2097 | 2024-08-23T21:27:44.573Z | Compiling const_format v0.2.32 |
2098 | 2024-08-23T21:27:45.870Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2099 | 2024-08-23T21:27:48.073Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2100 | 2024-08-23T21:27:48.390Z | Compiling chacha20 v0.9.1 |
2101 | 2024-08-23T21:27:48.866Z | Compiling fd-lock v4.0.2 |
2102 | 2024-08-23T21:27:49.109Z | Compiling aead v0.5.2 |
2103 | 2024-08-23T21:27:49.458Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2104 | 2024-08-23T21:27:50.091Z | Compiling pin-project-internal v1.1.5 |
2105 | 2024-08-23T21:27:50.209Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2106 | 2024-08-23T21:27:50.545Z | Compiling bytecount v0.6.8 |
2107 | 2024-08-23T21:27:50.866Z | Compiling papergrid v0.11.0 |
2108 | 2024-08-23T21:27:52.686Z | Compiling pin-project v1.1.5 |
2109 | 2024-08-23T21:27:52.834Z | Compiling chacha20poly1305 v0.10.1 |
2110 | 2024-08-23T21:27:53.467Z | Compiling parking_lot v0.11.2 |
2111 | 2024-08-23T21:27:54.009Z | Compiling vsss-rs v3.3.4 |
2112 | 2024-08-23T21:27:54.508Z | Compiling strip-ansi-escapes v0.2.0 |
2113 | 2024-08-23T21:27:55.494Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2114 | 2024-08-23T21:27:56.009Z | Compiling tabled_derive v0.7.0 |
2115 | 2024-08-23T21:27:58.163Z | Compiling crossterm v0.27.0 |
2116 | 2024-08-23T21:27:58.343Z | Compiling peg-macros v0.8.4 |
2117 | 2024-08-23T21:28:00.306Z | Compiling kstat-rs v0.2.4 |
2118 | 2024-08-23T21:28:01.210Z | Compiling snafu-derive v0.8.2 |
2119 | 2024-08-23T21:28:01.443Z | Compiling sqlparser_derive v0.2.2 |
2120 | 2024-08-23T21:28:02.214Z | Compiling nu-ansi-term v0.50.0 |
2121 | 2024-08-23T21:28:02.511Z | Compiling unicode_categories v0.1.1 |
2122 | 2024-08-23T21:28:03.129Z | Compiling rustyline v14.0.0 |
2123 | 2024-08-23T21:28:03.448Z | Compiling sqlformat v0.2.4 |
2124 | 2024-08-23T21:28:04.576Z | Compiling reedline v0.33.0 |
2125 | 2024-08-23T21:28:05.852Z | Compiling snafu v0.8.2 |
2126 | 2024-08-23T21:28:07.121Z | Compiling sqlparser v0.45.0 |
2127 | 2024-08-23T21:28:13.724Z | Compiling peg v0.8.4 |
2128 | 2024-08-23T21:28:13.851Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2129 | 2024-08-23T21:28:14.554Z | Compiling tabled v0.15.0 |
2130 | 2024-08-23T21:28:26.820Z | Compiling sled v0.34.7 |
2131 | 2024-08-23T21:28:28.918Z | Compiling mime_guess v2.0.4 |
2132 | 2024-08-23T21:28:32.551Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2133 | 2024-08-23T21:28:33.248Z | Compiling hickory-client v0.24.1 |
2134 | 2024-08-23T21:28:34.290Z | Compiling env_logger v0.9.3 |
2135 | 2024-08-23T21:28:37.214Z | Compiling tungstenite v0.20.1 |
2136 | 2024-08-23T21:28:38.217Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2137 | 2024-08-23T21:28:38.272Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2138 | 2024-08-23T21:28:43.235Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2139 | 2024-08-23T21:28:44.751Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2140 | 2024-08-23T21:28:46.332Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2141 | 2024-08-23T21:28:53.812Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2142 | 2024-08-23T21:28:54.305Z | Compiling hickory-server v0.24.1 |
2143 | 2024-08-23T21:28:58.489Z | Compiling globset v0.4.14 |
2144 | 2024-08-23T21:28:59.196Z | Compiling olpc-cjson v0.1.3 |
2145 | 2024-08-23T21:28:59.542Z | Compiling bcs v0.1.6 |
2146 | 2024-08-23T21:29:00.439Z | Compiling vergen v8.3.2 |
2147 | 2024-08-23T21:29:00.771Z | Compiling bitstruct_derive v0.1.0 |
2148 | 2024-08-23T21:29:02.116Z | Compiling serde_plain v1.0.2 |
2149 | 2024-08-23T21:29:02.633Z | Compiling cargo-platform v0.1.8 |
2150 | 2024-08-23T21:29:03.128Z | Compiling nanorand v0.7.0 |
2151 | 2024-08-23T21:29:03.834Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2152 | 2024-08-23T21:29:04.011Z | Compiling memoffset v0.9.1 |
2153 | 2024-08-23T21:29:04.367Z | Compiling typed-path v0.7.1 |
2154 | 2024-08-23T21:29:06.042Z | Compiling ascii v1.1.0 |
2155 | 2024-08-23T21:29:06.790Z | Compiling tough v0.17.1 |
2156 | 2024-08-23T21:29:06.838Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2157 | 2024-08-23T21:29:09.386Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2158 | 2024-08-23T21:29:09.682Z | Compiling flume v0.11.0 |
2159 | 2024-08-23T21:29:10.419Z | Compiling cargo_metadata v0.18.1 |
2160 | 2024-08-23T21:29:10.555Z | Compiling bitstruct v0.1.1 |
2161 | 2024-08-23T21:29:10.720Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2162 | 2024-08-23T21:29:10.997Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2163 | 2024-08-23T21:29:13.649Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2164 | 2024-08-23T21:29:14.209Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2165 | 2024-08-23T21:29:21.902Z | Compiling git2 v0.19.0 |
2166 | 2024-08-23T21:29:22.144Z | Compiling tokio-tungstenite v0.20.1 |
2167 | 2024-08-23T21:29:23.363Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2168 | 2024-08-23T21:29:23.718Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2169 | 2024-08-23T21:29:30.969Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2170 | 2024-08-23T21:29:32.154Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2171 | 2024-08-23T21:29:34.091Z | Compiling libsqlite3-sys v0.28.0 |
2172 | 2024-08-23T21:29:34.608Z | Compiling erased-serde v0.3.31 |
2173 | 2024-08-23T21:29:34.897Z | Compiling serde_arrays v0.1.0 |
2174 | 2024-08-23T21:29:34.899Z | Compiling parse-size v1.0.0 |
2175 | 2024-08-23T21:29:35.093Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2176 | 2024-08-23T21:29:36.266Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2177 | 2024-08-23T21:29:37.754Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2178 | 2024-08-23T21:29:38.487Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2179 | 2024-08-23T21:29:38.538Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2180 | 2024-08-23T21:29:38.853Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2181 | 2024-08-23T21:29:40.834Z | Compiling heck v0.3.3 |
2182 | 2024-08-23T21:29:41.233Z | Compiling rand_seeder v0.3.0 |
2183 | 2024-08-23T21:29:41.635Z | Compiling castaway v0.2.3 |
2184 | 2024-08-23T21:29:41.774Z | Compiling csv-core v0.1.11 |
2185 | 2024-08-23T21:29:41.834Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2186 | 2024-08-23T21:29:42.167Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2187 | 2024-08-23T21:29:42.674Z | Compiling http-range v0.1.5 |
2188 | 2024-08-23T21:29:43.243Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2189 | 2024-08-23T21:29:44.383Z | Compiling hyper-staticfile v0.9.5 |
2190 | 2024-08-23T21:29:47.327Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2191 | 2024-08-23T21:29:48.013Z | Compiling csv v1.3.0 |
2192 | 2024-08-23T21:29:50.098Z | Compiling compact_str v0.8.0 |
2193 | 2024-08-23T21:29:51.909Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2194 | 2024-08-23T21:29:52.126Z | Compiling zone_cfg_derive v0.1.2 |
2195 | 2024-08-23T21:29:52.676Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2196 | 2024-08-23T21:29:53.641Z | Compiling nix v0.27.1 |
2197 | 2024-08-23T21:29:55.407Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2198 | 2024-08-23T21:29:56.633Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2199 | 2024-08-23T21:29:58.304Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2200 | 2024-08-23T21:30:01.337Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2201 | 2024-08-23T21:30:04.455Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2202 | 2024-08-23T21:30:04.830Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2203 | 2024-08-23T21:30:05.153Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2204 | 2024-08-23T21:30:05.477Z | Compiling unicode-truncate v1.0.0 |
2205 | 2024-08-23T21:30:05.768Z | Compiling hashlink v0.9.1 |
2206 | 2024-08-23T21:30:06.565Z | Compiling lru v0.12.3 |
2207 | 2024-08-23T21:30:06.933Z | Compiling serde-big-array v0.5.1 |
2208 | 2024-08-23T21:30:07.203Z | Compiling instability v0.3.2 |
2209 | 2024-08-23T21:30:08.219Z | Compiling base64 v0.13.1 |
2210 | 2024-08-23T21:30:08.596Z | Compiling fallible-streaming-iterator v0.1.9 |
2211 | 2024-08-23T21:30:08.891Z | Compiling fallible-iterator v0.3.0 |
2212 | 2024-08-23T21:30:08.971Z | Compiling cassowary v0.3.0 |
2213 | 2024-08-23T21:30:09.696Z | Compiling rusqlite v0.31.0 |
2214 | 2024-08-23T21:30:12.613Z | Compiling ratatui v0.28.0 |
2215 | 2024-08-23T21:30:13.553Z | Compiling ron v0.7.1 |
2216 | 2024-08-23T21:30:14.869Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2217 | 2024-08-23T21:30:29.595Z | Compiling zone v0.1.8 |
2218 | 2024-08-23T21:30:29.740Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2219 | 2024-08-23T21:30:32.025Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2220 | 2024-08-23T21:30:32.756Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2221 | 2024-08-23T21:30:33.050Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2222 | 2024-08-23T21:30:35.387Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2223 | 2024-08-23T21:30:35.466Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2224 | 2024-08-23T21:30:35.937Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2225 | 2024-08-23T21:30:37.033Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2226 | 2024-08-23T21:30:37.362Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2227 | 2024-08-23T21:30:39.571Z | Compiling twox-hash v1.6.3 |
2228 | 2024-08-23T21:30:40.597Z | Compiling signal-hook-tokio v0.3.1 |
2229 | 2024-08-23T21:30:40.825Z | Compiling yasna v0.5.2 |
2230 | 2024-08-23T21:30:42.429Z | Compiling portpicker v0.1.1 |
2231 | 2024-08-23T21:30:42.871Z | Compiling unicode-linebreak v0.1.5 |
2232 | 2024-08-23T21:30:43.420Z | Compiling smawk v0.3.2 |
2233 | 2024-08-23T21:30:43.688Z | Compiling textwrap v0.16.1 |
2234 | 2024-08-23T21:30:44.285Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2235 | 2024-08-23T21:30:47.308Z | Compiling rcgen v0.12.1 |
2236 | 2024-08-23T21:30:48.221Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2237 | 2024-08-23T21:30:57.184Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2238 | 2024-08-23T21:30:59.383Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2239 | 2024-08-23T21:31:00.318Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2240 | 2024-08-23T21:31:04.361Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2241 | 2024-08-23T21:31:06.601Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2242 | 2024-08-23T21:31:07.118Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2243 | 2024-08-23T21:31:07.444Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2244 | 2024-08-23T21:31:09.595Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2245 | 2024-08-23T21:31:14.224Z | Compiling atomicwrites v0.4.3 |
2246 | 2024-08-23T21:31:14.258Z | Compiling fatfs v0.3.6 |
2247 | 2024-08-23T21:31:14.776Z | Compiling rtoolbox v0.0.2 |
2248 | 2024-08-23T21:31:15.234Z | Compiling subprocess v0.2.9 |
2249 | 2024-08-23T21:31:17.115Z | Compiling assert_matches v1.5.0 |
2250 | 2024-08-23T21:31:17.237Z | Compiling is_ci v1.2.0 |
2251 | 2024-08-23T21:31:17.512Z | Compiling supports-color v3.0.0 |
2252 | 2024-08-23T21:31:18.145Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2253 | 2024-08-23T21:31:19.026Z | Compiling rpassword v7.3.1 |
2254 | 2024-08-23T21:31:19.497Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2255 | 2024-08-23T21:31:20.078Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2256 | 2024-08-23T21:31:22.532Z | Compiling tui-tree-widget v0.22.0 |
2257 | 2024-08-23T21:31:22.984Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2258 | 2024-08-23T21:31:23.539Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2259 | 2024-08-23T21:31:25.353Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2260 | 2024-08-23T21:31:25.681Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2261 | 2024-08-23T21:31:27.110Z | Compiling uzers v0.11.3 |
2262 | 2024-08-23T21:31:29.822Z | Compiling shell-words v1.1.0 |
2263 | 2024-08-23T21:31:30.256Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2264 | 2024-08-23T21:31:31.953Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2265 | 2024-08-23T21:31:33.817Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2266 | 2024-08-23T21:31:36.792Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2267 | 2024-08-23T21:31:47.769Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2268 | 2024-08-23T21:31:58.721Z | Compiling multimap v0.10.0 |
2269 | 2024-08-23T21:33:57.792Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2270 | 2024-08-23T21:34:05.240Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2271 | 2024-08-23T21:40:35.282Z | Finished `release` profile [optimized] target(s) in 14m 56s |
2272 | 2024-08-23T21:41:32.499Z | |
2273 | 2024-08-23T21:41:32.501Z | real 15:55.133359357 |
2274 | 2024-08-23T21:41:32.502Z | user 1:48:41.868331259 |
2275 | 2024-08-23T21:41:32.502Z | sys 5:32.734178887 |
2276 | 2024-08-23T21:41:32.502Z | trap 2.548905169 |
2277 | 2024-08-23T21:41:32.502Z | tflt 3.358820737 |
2278 | 2024-08-23T21:41:32.502Z | dflt 3.152518214 |
2279 | 2024-08-23T21:41:32.502Z | kflt 0.010928448 |
2280 | 2024-08-23T21:41:32.502Z | lock 6:34:00.381670969 |
2281 | 2024-08-23T21:41:32.502Z | slp 5:36:40.404023084 |
2282 | 2024-08-23T21:41:32.502Z | lat 2:45.059731847 |
2283 | 2024-08-23T21:41:32.502Z | stop 2:28.265303142 |
2284 | 2024-08-23T21:41:32.502Z | + mapfile -t packages |
2285 | 2024-08-23T21:41:32.502Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2286 | 2024-08-23T21:41:33.460Z | Finished `release` profile [optimized] target(s) in 0.91s |
2287 | 2024-08-23T21:41:33.508Z | Running `target/release/omicron-package -t test list-outputs` |
2288 | 2024-08-23T21:41:33.550Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2289 | 2024-08-23T21:41:33.552Z | + ptime -m cargo build --locked --release -p xtask |
2290 | 2024-08-23T21:41:34.134Z | Compiling serde v1.0.208 |
2291 | 2024-08-23T21:41:34.137Z | Compiling serde_json v1.0.125 |
2292 | 2024-08-23T21:41:34.137Z | Compiling libc v0.2.156 |
2293 | 2024-08-23T21:41:34.137Z | Compiling syn v2.0.74 |
2294 | 2024-08-23T21:41:34.218Z | Compiling usdt-impl v0.5.0 |
2295 | 2024-08-23T21:41:34.231Z | Compiling rustix v0.38.34 |
2296 | 2024-08-23T21:41:34.590Z | Compiling syn v1.0.109 |
2297 | 2024-08-23T21:41:34.617Z | Compiling hashbrown v0.14.5 |
2298 | 2024-08-23T21:41:34.737Z | Compiling log v0.4.21 |
2299 | 2024-08-23T21:41:34.758Z | Compiling bitflags v2.6.0 |
2300 | 2024-08-23T21:41:34.774Z | Compiling fs-err v2.11.0 |
2301 | 2024-08-23T21:41:35.224Z | Compiling anyhow v1.0.86 |
2302 | 2024-08-23T21:41:35.712Z | Compiling thread-id v4.2.1 |
2303 | 2024-08-23T21:41:36.021Z | Compiling indexmap v2.4.0 |
2304 | 2024-08-23T21:41:36.228Z | Compiling terminal_size v0.3.0 |
2305 | 2024-08-23T21:41:36.432Z | Compiling clap_builder v4.5.15 |
2306 | 2024-08-23T21:41:37.718Z | Compiling proc-macro-error v1.0.4 |
2307 | 2024-08-23T21:41:38.985Z | Compiling tabled_derive v0.7.0 |
2308 | 2024-08-23T21:41:40.400Z | Compiling tabled v0.15.0 |
2309 | 2024-08-23T21:41:41.796Z | Compiling serde_derive v1.0.208 |
2310 | 2024-08-23T21:41:42.717Z | Compiling thiserror-impl v1.0.63 |
2311 | 2024-08-23T21:41:42.751Z | Compiling zerocopy-derive v0.7.34 |
2312 | 2024-08-23T21:41:42.788Z | Compiling scroll_derive v0.12.0 |
2313 | 2024-08-23T21:41:44.196Z | Compiling scroll v0.12.0 |
2314 | 2024-08-23T21:41:44.786Z | Compiling zerocopy v0.7.34 |
2315 | 2024-08-23T21:41:45.540Z | Compiling thiserror v1.0.63 |
2316 | 2024-08-23T21:41:45.702Z | Compiling pest v2.7.10 |
2317 | 2024-08-23T21:41:46.586Z | Compiling goblin v0.8.2 |
2318 | 2024-08-23T21:41:48.683Z | Compiling pest_meta v2.7.10 |
2319 | 2024-08-23T21:41:50.390Z | Compiling pest_generator v2.7.10 |
2320 | 2024-08-23T21:41:52.771Z | Compiling pest_derive v2.7.10 |
2321 | 2024-08-23T21:41:53.570Z | Compiling dtrace-parser v0.2.0 |
2322 | 2024-08-23T21:41:55.492Z | Compiling clap_derive v4.5.13 |
2323 | 2024-08-23T21:41:59.609Z | Compiling serde_tokenstream v0.2.2 |
2324 | 2024-08-23T21:42:00.223Z | Compiling serde_spanned v0.6.7 |
2325 | 2024-08-23T21:42:00.238Z | Compiling toml_datetime v0.6.8 |
2326 | 2024-08-23T21:42:00.488Z | Compiling dof v0.3.0 |
2327 | 2024-08-23T21:42:00.918Z | Compiling toml_edit v0.22.20 |
2328 | 2024-08-23T21:42:01.411Z | Compiling semver v1.0.23 |
2329 | 2024-08-23T21:42:02.568Z | Compiling usdt-attr-macro v0.5.0 |
2330 | 2024-08-23T21:42:02.922Z | Compiling usdt-macro v0.5.0 |
2331 | 2024-08-23T21:42:03.954Z | Compiling camino v1.1.9 |
2332 | 2024-08-23T21:42:04.179Z | Compiling cargo-platform v0.1.8 |
2333 | 2024-08-23T21:42:05.296Z | Compiling toml v0.8.19 |
2334 | 2024-08-23T21:42:05.346Z | Compiling cargo_metadata v0.18.1 |
2335 | 2024-08-23T21:42:06.118Z | Compiling usdt v0.5.0 |
2336 | 2024-08-23T21:42:06.979Z | Compiling cargo_toml v0.20.4 |
2337 | 2024-08-23T21:42:07.567Z | Compiling clap v4.5.16 |
2338 | 2024-08-23T21:42:07.701Z | Compiling macaddr v1.0.1 |
2339 | 2024-08-23T21:42:18.226Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2340 | 2024-08-23T21:42:29.244Z | Finished `release` profile [optimized] target(s) in 55.63s |
2341 | 2024-08-23T21:42:29.344Z | |
2342 | 2024-08-23T21:42:29.347Z | real 55.759219390 |
2343 | 2024-08-23T21:42:29.347Z | user 5:36.830825712 |
2344 | 2024-08-23T21:42:29.347Z | sys 31.930362877 |
2345 | 2024-08-23T21:42:29.347Z | trap 0.144867340 |
2346 | 2024-08-23T21:42:29.347Z | tflt 0.318484212 |
2347 | 2024-08-23T21:42:29.347Z | dflt 0.613097100 |
2348 | 2024-08-23T21:42:29.347Z | kflt 0.010291402 |
2349 | 2024-08-23T21:42:29.347Z | lock 10:36.163231579 |
2350 | 2024-08-23T21:42:29.347Z | slp 15:29.830880998 |
2351 | 2024-08-23T21:42:29.347Z | lat 12.160805082 |
2352 | 2024-08-23T21:42:29.347Z | stop 16.378378225 |
2353 | 2024-08-23T21:42:29.347Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2354 | 2024-08-23T21:42:29.347Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2355 | 2024-08-23T21:42:29.347Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2356 | 2024-08-23T21:42:29.347Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2357 | 2024-08-23T21:42:29.347Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2358 | 2024-08-23T21:42:29.922Z | Downloading crates ... |
2359 | 2024-08-23T21:42:30.138Z | Downloaded dirs-sys v0.4.1 |
2360 | 2024-08-23T21:42:30.154Z | Downloaded russh-cryptovec v0.7.2 |
2361 | 2024-08-23T21:42:30.156Z | Downloaded option-ext v0.2.0 |
2362 | 2024-08-23T21:42:30.161Z | Downloaded dhcproto-macros v0.1.0 |
2363 | 2024-08-23T21:42:30.170Z | Downloaded md5 v0.7.0 |
2364 | 2024-08-23T21:42:30.172Z | Downloaded internet-checksum v0.2.1 |
2365 | 2024-08-23T21:42:30.174Z | Downloaded ssh-cipher v0.2.0 |
2366 | 2024-08-23T21:42:30.174Z | Downloaded ed25519 v2.2.3 |
2367 | 2024-08-23T21:42:30.177Z | Downloaded polyval v0.6.2 |
2368 | 2024-08-23T21:42:30.177Z | Downloaded pbkdf2 v0.11.0 |
2369 | 2024-08-23T21:42:30.179Z | Downloaded ghash v0.5.1 |
2370 | 2024-08-23T21:42:30.182Z | Downloaded hex-literal v0.4.1 |
2371 | 2024-08-23T21:42:30.182Z | Downloaded primeorder v0.13.6 |
2372 | 2024-08-23T21:42:30.184Z | Downloaded ssh-encoding v0.2.0 |
2373 | 2024-08-23T21:42:30.184Z | Downloaded password-hash v0.4.2 |
2374 | 2024-08-23T21:42:30.187Z | Downloaded aes-gcm v0.10.3 |
2375 | 2024-08-23T21:42:30.189Z | Downloaded blowfish v0.9.1 |
2376 | 2024-08-23T21:42:30.191Z | Downloaded rfc6979 v0.4.0 |
2377 | 2024-08-23T21:42:30.191Z | Downloaded ecdsa v0.16.9 |
2378 | 2024-08-23T21:42:30.194Z | Downloaded dirs v5.0.1 |
2379 | 2024-08-23T21:42:30.196Z | Downloaded bcrypt-pbkdf v0.10.0 |
2380 | 2024-08-23T21:42:30.199Z | Downloaded dhcproto v0.12.0 |
2381 | 2024-08-23T21:42:30.206Z | Downloaded russh-keys v0.44.0 |
2382 | 2024-08-23T21:42:30.208Z | Downloaded p256 v0.13.2 |
2383 | 2024-08-23T21:42:30.215Z | Downloaded ed25519-dalek v2.1.1 |
2384 | 2024-08-23T21:42:30.220Z | Downloaded num-bigint v0.4.5 |
2385 | 2024-08-23T21:42:30.227Z | Downloaded ssh-key v0.6.6 |
2386 | 2024-08-23T21:42:30.235Z | Downloaded russh v0.44.1 |
2387 | 2024-08-23T21:42:30.239Z | Downloaded p521 v0.13.3 |
2388 | 2024-08-23T21:42:30.243Z | Downloaded p384 v0.13.0 |
2389 | 2024-08-23T21:42:30.382Z | Compiling regress v0.9.1 |
2390 | 2024-08-23T21:42:30.495Z | Compiling getopts v0.2.21 |
2391 | 2024-08-23T21:42:30.498Z | Compiling unsafe-libyaml v0.2.11 |
2392 | 2024-08-23T21:42:30.498Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2393 | 2024-08-23T21:42:30.524Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2394 | 2024-08-23T21:42:30.526Z | Compiling http v1.1.0 |
2395 | 2024-08-23T21:42:30.527Z | Compiling match_cfg v0.1.0 |
2396 | 2024-08-23T21:42:30.527Z | Compiling toml v0.8.19 |
2397 | 2024-08-23T21:42:30.654Z | Compiling hostname v0.3.1 |
2398 | 2024-08-23T21:42:30.901Z | Compiling rustls-pki-types v1.7.0 |
2399 | 2024-08-23T21:42:30.944Z | Compiling paste v1.0.15 |
2400 | 2024-08-23T21:42:31.038Z | Compiling ident_case v1.0.1 |
2401 | 2024-08-23T21:42:31.232Z | Compiling rustls v0.22.4 |
2402 | 2024-08-23T21:42:31.451Z | Compiling rustls-webpki v0.102.4 |
2403 | 2024-08-23T21:42:31.554Z | Compiling darling_core v0.20.9 |
2404 | 2024-08-23T21:42:31.576Z | Compiling ipnetwork v0.20.0 |
2405 | 2024-08-23T21:42:31.685Z | Compiling multer v3.1.0 |
2406 | 2024-08-23T21:42:31.998Z | Compiling serde_yaml v0.9.34+deprecated |
2407 | 2024-08-23T21:42:32.484Z | Compiling slog-json v2.6.1 |
2408 | 2024-08-23T21:42:32.881Z | Compiling async-stream-impl v0.3.5 |
2409 | 2024-08-23T21:42:32.994Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2410 | 2024-08-23T21:42:33.325Z | Compiling instant v0.1.12 |
2411 | 2024-08-23T21:42:33.484Z | Compiling debug-ignore v1.0.5 |
2412 | 2024-08-23T21:42:33.517Z | Compiling atomic-waker v1.1.2 |
2413 | 2024-08-23T21:42:33.636Z | Compiling waitgroup v0.1.2 |
2414 | 2024-08-23T21:42:33.708Z | Compiling slog-bunyan v2.5.0 |
2415 | 2024-08-23T21:42:33.862Z | Compiling rustls-pemfile v2.1.3 |
2416 | 2024-08-23T21:42:33.916Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2417 | 2024-08-23T21:42:34.301Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2418 | 2024-08-23T21:42:34.325Z | Compiling async-stream v0.3.5 |
2419 | 2024-08-23T21:42:34.651Z | Compiling serde_path_to_error v0.1.16 |
2420 | 2024-08-23T21:42:34.789Z | Compiling hostname v0.4.0 |
2421 | 2024-08-23T21:42:35.075Z | Compiling structmeta-derive v0.3.0 |
2422 | 2024-08-23T21:42:35.583Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2423 | 2024-08-23T21:42:35.619Z | Compiling newtype-uuid v1.1.0 |
2424 | 2024-08-23T21:42:35.930Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2425 | 2024-08-23T21:42:36.253Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2426 | 2024-08-23T21:42:36.336Z | Compiling backoff v0.4.0 |
2427 | 2024-08-23T21:42:36.582Z | Compiling tokio-rustls v0.25.0 |
2428 | 2024-08-23T21:42:36.700Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2429 | 2024-08-23T21:42:36.722Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2430 | 2024-08-23T21:42:36.908Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2431 | 2024-08-23T21:42:36.973Z | Compiling macaddr v1.0.1 |
2432 | 2024-08-23T21:42:37.065Z | Compiling proc-macro-crate v1.3.1 |
2433 | 2024-08-23T21:42:37.397Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2434 | 2024-08-23T21:42:37.488Z | Compiling fastrand v2.1.0 |
2435 | 2024-08-23T21:42:37.799Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2436 | 2024-08-23T21:42:38.089Z | Compiling tempfile v3.10.1 |
2437 | 2024-08-23T21:42:38.123Z | Compiling num_enum_derive v0.5.11 |
2438 | 2024-08-23T21:42:38.144Z | Compiling foreign-types-macros v0.2.3 |
2439 | 2024-08-23T21:42:38.162Z | Compiling structmeta v0.3.0 |
2440 | 2024-08-23T21:42:38.580Z | Compiling darling_macro v0.20.9 |
2441 | 2024-08-23T21:42:38.616Z | Compiling parse-display-derive v0.10.0 |
2442 | 2024-08-23T21:42:38.940Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2443 | 2024-08-23T21:42:39.227Z | Compiling heapless v0.8.0 |
2444 | 2024-08-23T21:42:39.429Z | Compiling foreign-types-shared v0.3.1 |
2445 | 2024-08-23T21:42:39.535Z | Compiling darling v0.20.9 |
2446 | 2024-08-23T21:42:39.552Z | Compiling foreign-types v0.5.0 |
2447 | 2024-08-23T21:42:39.655Z | Compiling serde_with_macros v3.9.0 |
2448 | 2024-08-23T21:42:39.702Z | Compiling proc-macro-error v1.0.4 |
2449 | 2024-08-23T21:42:40.481Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2450 | 2024-08-23T21:42:40.586Z | Compiling cstr-argument v0.1.2 |
2451 | 2024-08-23T21:42:40.704Z | Compiling num_enum v0.5.11 |
2452 | 2024-08-23T21:42:40.853Z | Compiling hash32 v0.3.1 |
2453 | 2024-08-23T21:42:40.874Z | Compiling smoltcp v0.11.0 |
2454 | 2024-08-23T21:42:41.103Z | Compiling pretty-hex v0.2.1 |
2455 | 2024-08-23T21:42:41.305Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2456 | 2024-08-23T21:42:41.663Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2457 | 2024-08-23T21:42:41.685Z | Compiling camino-tempfile v1.1.1 |
2458 | 2024-08-23T21:42:42.116Z | Compiling tabwriter v1.4.0 |
2459 | 2024-08-23T21:42:42.280Z | Compiling colored v2.1.0 |
2460 | 2024-08-23T21:42:42.496Z | Compiling cobs v0.2.3 |
2461 | 2024-08-23T21:42:42.576Z | Compiling serde_with v3.9.0 |
2462 | 2024-08-23T21:42:42.608Z | Compiling embedded-io v0.4.0 |
2463 | 2024-08-23T21:42:42.802Z | Compiling postcard v1.0.8 |
2464 | 2024-08-23T21:42:42.830Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2465 | 2024-08-23T21:42:43.097Z | Compiling crucible-workspace-hack v0.1.0 |
2466 | 2024-08-23T21:42:43.153Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2467 | 2024-08-23T21:42:43.283Z | Compiling parse-display v0.10.0 |
2468 | 2024-08-23T21:42:43.382Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2469 | 2024-08-23T21:42:43.425Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2470 | 2024-08-23T21:42:43.751Z | Compiling smf v0.2.3 |
2471 | 2024-08-23T21:42:43.777Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2472 | 2024-08-23T21:42:44.094Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2473 | 2024-08-23T21:42:44.316Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2474 | 2024-08-23T21:42:44.792Z | Compiling num-derive v0.4.2 |
2475 | 2024-08-23T21:42:45.281Z | Compiling sigpipe v0.1.3 |
2476 | 2024-08-23T21:42:45.424Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2477 | 2024-08-23T21:42:45.716Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2478 | 2024-08-23T21:42:45.751Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2479 | 2024-08-23T21:42:46.465Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2480 | 2024-08-23T21:42:46.924Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2481 | 2024-08-23T21:42:47.194Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2482 | 2024-08-23T21:42:47.269Z | Compiling universal-hash v0.5.1 |
2483 | 2024-08-23T21:42:47.383Z | Compiling opaque-debug v0.3.1 |
2484 | 2024-08-23T21:42:47.407Z | Compiling utf-8 v0.7.6 |
2485 | 2024-08-23T21:42:47.461Z | Compiling num-rational v0.4.2 |
2486 | 2024-08-23T21:42:47.482Z | Compiling curve25519-dalek v4.1.3 |
2487 | 2024-08-23T21:42:47.594Z | Compiling num-complex v0.4.6 |
2488 | 2024-08-23T21:42:47.728Z | Compiling humantime v2.1.0 |
2489 | 2024-08-23T21:42:47.749Z | Compiling password-hash v0.5.0 |
2490 | 2024-08-23T21:42:48.252Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2491 | 2024-08-23T21:42:48.275Z | Compiling blake2 v0.10.6 |
2492 | 2024-08-23T21:42:48.310Z | Compiling aead v0.5.2 |
2493 | 2024-08-23T21:42:48.521Z | Compiling curve25519-dalek-derive v0.1.1 |
2494 | 2024-08-23T21:42:48.651Z | Compiling num v0.4.3 |
2495 | 2024-08-23T21:42:48.688Z | Compiling float-ord v0.3.2 |
2496 | 2024-08-23T21:42:48.742Z | Compiling argon2 v0.5.3 |
2497 | 2024-08-23T21:42:48.761Z | Compiling poly1305 v0.8.0 |
2498 | 2024-08-23T21:42:48.859Z | Compiling chacha20 v0.9.1 |
2499 | 2024-08-23T21:42:49.256Z | Compiling semver v0.1.20 |
2500 | 2024-08-23T21:42:49.323Z | Compiling convert_case v0.4.0 |
2501 | 2024-08-23T21:42:49.780Z | Compiling rustc_version v0.1.7 |
2502 | 2024-08-23T21:42:49.987Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2503 | 2024-08-23T21:42:50.327Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2504 | 2024-08-23T21:42:50.367Z | Compiling derive_more v0.99.18 |
2505 | 2024-08-23T21:42:50.418Z | Compiling tungstenite v0.21.0 |
2506 | 2024-08-23T21:42:50.450Z | Compiling newline-converter v0.3.0 |
2507 | 2024-08-23T21:42:50.480Z | Compiling atty v0.2.14 |
2508 | 2024-08-23T21:42:50.621Z | Compiling same-file v1.0.6 |
2509 | 2024-08-23T21:42:50.623Z | Compiling rayon-core v1.12.1 |
2510 | 2024-08-23T21:42:50.929Z | Compiling walkdir v2.5.0 |
2511 | 2024-08-23T21:42:50.983Z | Compiling expectorate v1.1.0 |
2512 | 2024-08-23T21:42:51.172Z | Compiling newtype_derive v0.1.6 |
2513 | 2024-08-23T21:42:51.501Z | Compiling tokio-tungstenite v0.21.0 |
2514 | 2024-08-23T21:42:51.657Z | Compiling crossbeam-deque v0.8.5 |
2515 | 2024-08-23T21:42:51.685Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2516 | 2024-08-23T21:42:51.720Z | Compiling keccak v0.1.5 |
2517 | 2024-08-23T21:42:52.015Z | Compiling prettyplease v0.2.20 |
2518 | 2024-08-23T21:42:52.034Z | Compiling sha3 v0.10.8 |
2519 | 2024-08-23T21:42:52.598Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2520 | 2024-08-23T21:42:52.640Z | Compiling thiserror-impl-no-std v2.0.2 |
2521 | 2024-08-23T21:42:52.736Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2522 | 2024-08-23T21:42:52.755Z | Compiling secrecy v0.8.0 |
2523 | 2024-08-23T21:42:52.932Z | Compiling ring v0.16.20 |
2524 | 2024-08-23T21:42:53.029Z | Compiling blake3 v1.5.1 |
2525 | 2024-08-23T21:42:53.047Z | Compiling derive-where v1.2.7 |
2526 | 2024-08-23T21:42:53.709Z | Compiling unicase v2.7.0 |
2527 | 2024-08-23T21:42:54.024Z | Compiling half v2.4.1 |
2528 | 2024-08-23T21:42:54.071Z | Compiling cookie v0.18.1 |
2529 | 2024-08-23T21:42:54.173Z | Compiling ciborium-io v0.2.2 |
2530 | 2024-08-23T21:42:54.316Z | Compiling arc-swap v1.7.1 |
2531 | 2024-08-23T21:42:54.403Z | Compiling linked-hash-map v0.5.6 |
2532 | 2024-08-23T21:42:54.599Z | Compiling quick-error v1.2.3 |
2533 | 2024-08-23T21:42:54.758Z | Compiling termcolor v1.4.1 |
2534 | 2024-08-23T21:42:54.794Z | Compiling lru-cache v0.1.2 |
2535 | 2024-08-23T21:42:54.999Z | Compiling slog-scope v4.4.0 |
2536 | 2024-08-23T21:42:55.017Z | Compiling resolv-conf v0.7.0 |
2537 | 2024-08-23T21:42:55.568Z | Compiling env_logger v0.9.3 |
2538 | 2024-08-23T21:42:55.739Z | Compiling ciborium-ll v0.2.2 |
2539 | 2024-08-23T21:42:55.915Z | Compiling thiserror-no-std v2.0.2 |
2540 | 2024-08-23T21:42:56.243Z | Compiling rayon v1.10.0 |
2541 | 2024-08-23T21:42:56.634Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2542 | 2024-08-23T21:42:56.912Z | Compiling polyval v0.6.2 |
2543 | 2024-08-23T21:42:56.946Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2544 | 2024-08-23T21:42:57.253Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2545 | 2024-08-23T21:42:57.349Z | Compiling rfc6979 v0.4.0 |
2546 | 2024-08-23T21:42:57.403Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2547 | 2024-08-23T21:42:57.406Z | Compiling bitstruct_derive v0.1.0 |
2548 | 2024-08-23T21:42:57.539Z | Compiling memmap2 v0.9.4 |
2549 | 2024-08-23T21:42:58.004Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2550 | 2024-08-23T21:42:58.006Z | Compiling highway v1.2.0 |
2551 | 2024-08-23T21:42:58.154Z | Compiling constant_time_eq v0.3.0 |
2552 | 2024-08-23T21:42:58.216Z | Compiling home v0.5.9 |
2553 | 2024-08-23T21:42:58.355Z | Compiling libefi-sys v0.1.0 |
2554 | 2024-08-23T21:42:58.455Z | Compiling parking_lot_core v0.8.6 |
2555 | 2024-08-23T21:42:58.499Z | Compiling untrusted v0.7.1 |
2556 | 2024-08-23T21:42:58.652Z | Compiling arrayvec v0.7.4 |
2557 | 2024-08-23T21:42:58.681Z | Compiling spin v0.5.2 |
2558 | 2024-08-23T21:42:58.799Z | Compiling ascii v1.1.0 |
2559 | 2024-08-23T21:42:58.974Z | Compiling arrayref v0.3.7 |
2560 | 2024-08-23T21:42:58.977Z | Compiling bitstruct v0.1.1 |
2561 | 2024-08-23T21:42:58.996Z | Compiling toolchain_find v0.4.0 |
2562 | 2024-08-23T21:42:59.050Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2563 | 2024-08-23T21:42:59.068Z | Compiling ecdsa v0.16.9 |
2564 | 2024-08-23T21:42:59.363Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2565 | 2024-08-23T21:42:59.418Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2566 | 2024-08-23T21:42:59.664Z | Compiling ghash v0.5.1 |
2567 | 2024-08-23T21:42:59.920Z | Compiling steno v0.4.1 |
2568 | 2024-08-23T21:42:59.962Z | Compiling ciborium v0.2.2 |
2569 | 2024-08-23T21:42:59.980Z | Compiling vsss-rs v3.3.4 |
2570 | 2024-08-23T21:43:01.072Z | Compiling hickory-resolver v0.24.1 |
2571 | 2024-08-23T21:43:01.481Z | Compiling slog-stdlog v4.1.1 |
2572 | 2024-08-23T21:43:01.814Z | Compiling chacha20poly1305 v0.10.1 |
2573 | 2024-08-23T21:43:01.884Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2574 | 2024-08-23T21:43:02.045Z | Compiling primeorder v0.13.6 |
2575 | 2024-08-23T21:43:02.202Z | Compiling ctr v0.9.2 |
2576 | 2024-08-23T21:43:02.574Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2577 | 2024-08-23T21:43:02.577Z | Compiling serde_arrays v0.1.0 |
2578 | 2024-08-23T21:43:02.611Z | Compiling erased-serde v0.3.31 |
2579 | 2024-08-23T21:43:02.614Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2580 | 2024-08-23T21:43:02.754Z | Compiling bitfield-struct v0.6.1 |
2581 | 2024-08-23T21:43:02.941Z | Compiling slog-dtrace v0.3.0 |
2582 | 2024-08-23T21:43:03.040Z | Compiling cancel-safe-futures v0.1.5 |
2583 | 2024-08-23T21:43:03.273Z | Compiling topological-sort v0.2.2 |
2584 | 2024-08-23T21:43:03.509Z | Compiling omicron-zone-package v0.11.0 |
2585 | 2024-08-23T21:43:03.645Z | Compiling aes-gcm v0.10.3 |
2586 | 2024-08-23T21:43:03.961Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2587 | 2024-08-23T21:43:04.063Z | Compiling slog-envlogger v2.2.0 |
2588 | 2024-08-23T21:43:04.143Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2589 | 2024-08-23T21:43:04.590Z | Compiling mime_guess v2.0.4 |
2590 | 2024-08-23T21:43:04.895Z | Compiling rustfmt-wrapper v0.2.1 |
2591 | 2024-08-23T21:43:05.520Z | Compiling tungstenite v0.20.1 |
2592 | 2024-08-23T21:43:05.709Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2593 | 2024-08-23T21:43:06.012Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2594 | 2024-08-23T21:43:06.029Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2595 | 2024-08-23T21:43:06.717Z | Compiling heck v0.3.3 |
2596 | 2024-08-23T21:43:07.174Z | Compiling ed25519 v2.2.3 |
2597 | 2024-08-23T21:43:07.222Z | Compiling ssh-encoding v0.2.0 |
2598 | 2024-08-23T21:43:07.647Z | Compiling blowfish v0.9.1 |
2599 | 2024-08-23T21:43:07.669Z | Compiling nibble_vec v0.1.0 |
2600 | 2024-08-23T21:43:07.714Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2601 | 2024-08-23T21:43:07.737Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2602 | 2024-08-23T21:43:07.870Z | Compiling option-ext v0.2.0 |
2603 | 2024-08-23T21:43:07.889Z | Compiling endian-type v0.1.2 |
2604 | 2024-08-23T21:43:08.014Z | Compiling dirs-sys v0.4.1 |
2605 | 2024-08-23T21:43:08.061Z | Compiling bcrypt-pbkdf v0.10.0 |
2606 | 2024-08-23T21:43:08.112Z | Compiling radix_trie v0.2.1 |
2607 | 2024-08-23T21:43:08.132Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2608 | 2024-08-23T21:43:08.699Z | Compiling ssh-cipher v0.2.0 |
2609 | 2024-08-23T21:43:08.722Z | Compiling ed25519-dalek v2.1.1 |
2610 | 2024-08-23T21:43:08.853Z | Compiling zone_cfg_derive v0.1.2 |
2611 | 2024-08-23T21:43:09.114Z | Compiling tokio-tungstenite v0.20.1 |
2612 | 2024-08-23T21:43:09.699Z | Compiling parking_lot v0.11.2 |
2613 | 2024-08-23T21:43:09.718Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2614 | 2024-08-23T21:43:10.134Z | Compiling gethostname v0.5.0 |
2615 | 2024-08-23T21:43:10.370Z | Compiling password-hash v0.4.2 |
2616 | 2024-08-23T21:43:10.418Z | Compiling libsw v3.3.1 |
2617 | 2024-08-23T21:43:10.457Z | Compiling fxhash v0.2.1 |
2618 | 2024-08-23T21:43:10.516Z | Compiling base64 v0.13.1 |
2619 | 2024-08-23T21:43:10.648Z | Compiling matches v0.1.10 |
2620 | 2024-08-23T21:43:10.665Z | Compiling linear-map v1.2.0 |
2621 | 2024-08-23T21:43:10.702Z | Compiling owo-colors v4.0.0 |
2622 | 2024-08-23T21:43:10.721Z | Compiling sled v0.34.7 |
2623 | 2024-08-23T21:43:10.755Z | Compiling idna v0.2.3 |
2624 | 2024-08-23T21:43:11.026Z | Compiling ron v0.7.1 |
2625 | 2024-08-23T21:43:11.108Z | Compiling pbkdf2 v0.11.0 |
2626 | 2024-08-23T21:43:11.274Z | Compiling zone v0.1.8 |
2627 | 2024-08-23T21:43:12.332Z | Compiling ssh-key v0.6.6 |
2628 | 2024-08-23T21:43:12.468Z | Compiling hickory-client v0.24.1 |
2629 | 2024-08-23T21:43:12.880Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2630 | 2024-08-23T21:43:13.025Z | Compiling dirs v5.0.1 |
2631 | 2024-08-23T21:43:13.392Z | Compiling p384 v0.13.0 |
2632 | 2024-08-23T21:43:13.862Z | Compiling p256 v0.13.2 |
2633 | 2024-08-23T21:43:14.707Z | Compiling p521 v0.13.3 |
2634 | 2024-08-23T21:43:14.958Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2635 | 2024-08-23T21:43:15.399Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2636 | 2024-08-23T21:43:16.124Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2637 | 2024-08-23T21:43:16.675Z | Compiling hickory-server v0.24.1 |
2638 | 2024-08-23T21:43:17.024Z | Compiling pem v3.0.4 |
2639 | 2024-08-23T21:43:17.082Z | Compiling enum-as-inner v0.5.1 |
2640 | 2024-08-23T21:43:17.103Z | Compiling yasna v0.5.2 |
2641 | 2024-08-23T21:43:17.852Z | Compiling portpicker v0.1.1 |
2642 | 2024-08-23T21:43:18.091Z | Compiling headers-core v0.2.0 |
2643 | 2024-08-23T21:43:18.184Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2644 | 2024-08-23T21:43:18.205Z | Compiling kstat-rs v0.2.4 |
2645 | 2024-08-23T21:43:18.259Z | Compiling nanorand v0.7.0 |
2646 | 2024-08-23T21:43:18.591Z | Compiling russh-cryptovec v0.7.2 |
2647 | 2024-08-23T21:43:18.773Z | Compiling glob v0.3.1 |
2648 | 2024-08-23T21:43:18.831Z | Compiling md5 v0.7.0 |
2649 | 2024-08-23T21:43:18.865Z | Compiling http-range v0.1.5 |
2650 | 2024-08-23T21:43:18.910Z | Compiling flume v0.11.0 |
2651 | 2024-08-23T21:43:19.261Z | Compiling russh-keys v0.44.0 |
2652 | 2024-08-23T21:43:19.334Z | Compiling hyper-staticfile v0.9.5 |
2653 | 2024-08-23T21:43:19.603Z | Compiling headers v0.3.9 |
2654 | 2024-08-23T21:43:19.764Z | Compiling trust-dns-proto v0.22.0 |
2655 | 2024-08-23T21:43:20.311Z | Compiling rcgen v0.12.1 |
2656 | 2024-08-23T21:43:21.257Z | Compiling atomicwrites v0.4.3 |
2657 | 2024-08-23T21:43:21.612Z | Compiling num-bigint v0.4.5 |
2658 | 2024-08-23T21:43:21.638Z | Compiling itertools v0.13.0 |
2659 | 2024-08-23T21:43:22.060Z | Compiling subprocess v0.2.9 |
2660 | 2024-08-23T21:43:22.739Z | Compiling dhcproto-macros v0.1.0 |
2661 | 2024-08-23T21:43:23.532Z | Compiling display-error-chain v0.2.0 |
2662 | 2024-08-23T21:43:23.598Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2663 | 2024-08-23T21:43:23.704Z | Compiling hex-literal v0.4.1 |
2664 | 2024-08-23T21:43:23.759Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2665 | 2024-08-23T21:43:23.823Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2666 | 2024-08-23T21:43:23.868Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2667 | 2024-08-23T21:43:24.046Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2668 | 2024-08-23T21:43:24.245Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2669 | 2024-08-23T21:43:24.922Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2670 | 2024-08-23T21:43:25.954Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2671 | 2024-08-23T21:43:27.422Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2672 | 2024-08-23T21:43:27.882Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2673 | 2024-08-23T21:43:30.531Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2674 | 2024-08-23T21:43:31.536Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2675 | 2024-08-23T21:43:31.555Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2676 | 2024-08-23T21:43:32.586Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2677 | 2024-08-23T21:43:33.244Z | Compiling russh v0.44.1 |
2678 | 2024-08-23T21:43:33.485Z | Compiling dhcproto v0.12.0 |
2679 | 2024-08-23T21:43:34.513Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2680 | 2024-08-23T21:43:36.989Z | Compiling internet-checksum v0.2.1 |
2681 | 2024-08-23T21:43:41.370Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2682 | 2024-08-23T21:43:41.508Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2683 | 2024-08-23T21:43:41.601Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2684 | 2024-08-23T21:43:41.861Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2685 | 2024-08-23T21:43:44.304Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2686 | 2024-08-23T21:43:44.572Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2687 | 2024-08-23T21:43:44.608Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2688 | 2024-08-23T21:43:45.383Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2689 | 2024-08-23T21:43:46.066Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2690 | 2024-08-23T21:43:46.457Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2691 | 2024-08-23T21:43:47.604Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2692 | 2024-08-23T21:43:48.799Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2693 | 2024-08-23T21:43:49.279Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2694 | 2024-08-23T21:43:50.682Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2695 | 2024-08-23T21:43:50.757Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2696 | 2024-08-23T21:43:51.475Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2697 | 2024-08-23T21:43:52.967Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2698 | 2024-08-23T21:43:55.562Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2699 | 2024-08-23T21:43:56.009Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2700 | 2024-08-23T21:43:58.158Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2701 | 2024-08-23T21:43:58.662Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2702 | 2024-08-23T21:44:04.366Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2703 | 2024-08-23T21:44:11.210Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2704 | 2024-08-23T21:44:11.212Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2705 | 2024-08-23T21:44:13.169Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2706 | 2024-08-23T21:44:30.315Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2707 | 2024-08-23T21:45:04.624Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 35s |
2708 | 2024-08-23T21:45:04.805Z | |
2709 | 2024-08-23T21:45:04.805Z | real 2:35.401575646 |
2710 | 2024-08-23T21:45:04.805Z | user 12:37.754948599 |
2711 | 2024-08-23T21:45:04.806Z | sys 2:42.988882636 |
2712 | 2024-08-23T21:45:04.806Z | trap 0.344881224 |
2713 | 2024-08-23T21:45:04.806Z | tflt 1.346844310 |
2714 | 2024-08-23T21:45:04.808Z | dflt 1.519380502 |
2715 | 2024-08-23T21:45:04.808Z | kflt 0.000595821 |
2716 | 2024-08-23T21:45:04.808Z | lock 26:53.538141069 |
2717 | 2024-08-23T21:45:04.808Z | slp 47:18.994068421 |
2718 | 2024-08-23T21:45:04.808Z | lat 38.907381765 |
2719 | 2024-08-23T21:45:04.808Z | stop 1:32.771484135 |
2720 | 2024-08-23T21:45:04.808Z | + mkdir tests |
2721 | 2024-08-23T21:45:04.811Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2722 | 2024-08-23T21:45:04.811Z | + xargs -I '{}' -t cp '{}' tests/ |
2723 | 2024-08-23T21:45:04.866Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-a5517760de320bdc tests/ |
2724 | 2024-08-23T21:45:04.893Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-a71c0e43cde62edd tests/ |
2725 | 2024-08-23T21:45:04.917Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-4fd72a57c880b0c1 tests/ |
2726 | 2024-08-23T21:45:04.943Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-04ab9a298b132bca tests/ |
2727 | 2024-08-23T21:45:05.097Z | + 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/*) |
2728 | 2024-08-23T21:45:05.099Z | + 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-a71c0e43cde62edd tests/commtest-4fd72a57c880b0c1 tests/dhcp_server-a5517760de320bdc tests/end_to_end_tests-04ab9a298b132bca out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-dtrace.tar out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
2729 | 2024-08-23T21:46:07.612Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2730 | 2024-08-23T21:46:07.612Z | a out/target/test 1K |
2731 | 2024-08-23T21:46:07.612Z | a out/npuzone/npuzone 23144K |
2732 | 2024-08-23T21:46:07.612Z | a package-manifest.toml 32K |
2733 | 2024-08-23T21:46:07.612Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2734 | 2024-08-23T21:46:07.612Z | a target/release/omicron-package 32305K |
2735 | 2024-08-23T21:46:07.612Z | a target/release/xtask 11627K |
2736 | 2024-08-23T21:46:07.612Z | a target/debug/bootstrap 192158K |
2737 | 2024-08-23T21:46:07.612Z | a tests/bootstrap-a71c0e43cde62edd 23739K |
2738 | 2024-08-23T21:46:07.612Z | a tests/commtest-4fd72a57c880b0c1 23966K |
2739 | 2024-08-23T21:46:07.612Z | a tests/dhcp_server-a5517760de320bdc 23739K |
2740 | 2024-08-23T21:46:07.612Z | a tests/end_to_end_tests-04ab9a298b132bca 205042K |
2741 | 2024-08-23T21:46:07.612Z | a out/clickhouse.tar.gz 232436K |
2742 | 2024-08-23T21:46:07.612Z | a out/clickhouse_keeper.tar.gz 232435K |
2743 | 2024-08-23T21:46:07.612Z | a out/clickhouse_server.tar.gz 232433K |
2744 | 2024-08-23T21:46:07.612Z | a out/cockroachdb.tar.gz 131944K |
2745 | 2024-08-23T21:46:07.612Z | a out/crucible-dtrace.tar 84K |
2746 | 2024-08-23T21:46:07.612Z | a out/crucible-pantry-zone.tar.gz 27827K |
2747 | 2024-08-23T21:46:07.612Z | a out/crucible-zone.tar.gz 38156K |
2748 | 2024-08-23T21:46:07.612Z | a out/external-dns.tar.gz 24951K |
2749 | 2024-08-23T21:46:07.612Z | a out/internal-dns.tar.gz 24951K |
2750 | 2024-08-23T21:46:07.612Z | a out/mg-ddm-gz.tar 62160K |
2751 | 2024-08-23T21:46:07.612Z | a out/nexus.tar.gz 87018K |
2752 | 2024-08-23T21:46:07.612Z | a out/ntp.tar.gz 8977K |
2753 | 2024-08-23T21:46:07.612Z | a out/omicron-gateway-softnpu.tar.gz 13610K |
2754 | 2024-08-23T21:46:07.613Z | a out/omicron-sled-agent.tar 97389K |
2755 | 2024-08-23T21:46:07.613Z | a out/overlay.tar.gz 3K |
2756 | 2024-08-23T21:46:07.613Z | a out/oximeter.tar.gz 42210K |
2757 | 2024-08-23T21:46:07.613Z | a out/oxlog.tar 2946K |
2758 | 2024-08-23T21:46:07.613Z | a out/probe.tar.gz 2764K |
2759 | 2024-08-23T21:46:07.613Z | a out/propolis-server.tar.gz 65291K |
2760 | 2024-08-23T21:46:07.613Z | a out/pumpkind-gz.tar 26665K |
2761 | 2024-08-23T21:46:07.613Z | a out/switch-softnpu.tar.gz 206718K |
2762 | 2024-08-23T21:46:07.616Z | |
2763 | 2024-08-23T21:46:07.616Z | real 1:02.503965030 |
2764 | 2024-08-23T21:46:07.616Z | user 59.684267890 |
2765 | 2024-08-23T21:46:07.616Z | sys 3.948528304 |
2766 | 2024-08-23T21:46:07.616Z | trap 0.015633405 |
2767 | 2024-08-23T21:46:07.616Z | tflt 0.000000000 |
2768 | 2024-08-23T21:46:07.616Z | dflt 0.000000000 |
2769 | 2024-08-23T21:46:07.616Z | kflt 0.000000000 |
2770 | 2024-08-23T21:46:07.616Z | lock 0.000000000 |
2771 | 2024-08-23T21:46:07.616Z | slp 59.601472413 |
2772 | 2024-08-23T21:46:07.616Z | lat 1.754004176 |
2773 | 2024-08-23T21:46:07.616Z | stop 0.000202653 |
2774 | 2024-08-23T21:46:07.616Z | process exited: duration 1713674 ms, exit code 0 |
|
2775 | 2024-08-23T21:46:07.630Z | found 1 output files |
2776 | 2024-08-23T21:46:07.630Z | uploading: /work/package.tar.gz (1603785143 bytes) |
2777 | 2024-08-23T21:46:37.774Z | uploaded: /work/package.tar.gz |