|
|
|
1 | 2024-12-06T20:26:17.045Z | job assigned to worker 01JEETBW9784MAS7V9Z812QXW9 [factory aws, i-00fa00bb3c793cca8] (queued for 1 m 2 s) |
|
2 | 2024-12-06T20:26:25.587Z | starting task 0: "setup" |
3 | 2024-12-06T20:26:25.597Z | ++ uname -s |
4 | 2024-12-06T20:26:25.599Z | + kern=SunOS |
5 | 2024-12-06T20:26:25.599Z | + case "$kern" in |
6 | 2024-12-06T20:26:25.599Z | + groupadd -g 12345 build |
7 | 2024-12-06T20:26:25.602Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-06T20:26:27.607Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-06T20:26:27.727Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-06T20:26:27.729Z | + home_fs=zfs |
11 | 2024-12-06T20:26:27.729Z | + [[ zfs == autofs ]] |
12 | 2024-12-06T20:26:27.729Z | + mkdir -p /home/build |
13 | 2024-12-06T20:26:27.732Z | + chown build:build /home/build /work |
14 | 2024-12-06T20:26:29.733Z | + chmod 0700 /home/build /work |
15 | 2024-12-06T20:26:29.735Z | process exited: duration 4147 ms, exit code 0 |
|
16 | 2024-12-06T20:26:29.741Z | starting task 1: "rust-toolchain" |
17 | 2024-12-06T20:26:29.746Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-06T20:26:29.747Z | ' 1.81.0 |
19 | 2024-12-06T20:26:29.747Z | * toolchain channel = "1.81.0" |
20 | 2024-12-06T20:26:29.747Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-06T20:26:29.747Z | ' default |
22 | 2024-12-06T20:26:29.747Z | * toolchain profile = "default" |
23 | 2024-12-06T20:26:29.750Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-06T20:26:29.750Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-06T20:26:29.893Z | info: downloading installer |
26 | 2024-12-06T20:26:31.570Z | info: profile set to 'default' |
27 | 2024-12-06T20:26:31.570Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-06T20:26:31.572Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-06T20:26:31.737Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-06T20:26:31.737Z | info: downloading component 'cargo' |
31 | 2024-12-06T20:26:32.697Z | info: downloading component 'clippy' |
32 | 2024-12-06T20:26:33.053Z | info: downloading component 'rust-docs' |
33 | 2024-12-06T20:26:34.418Z | info: downloading component 'rust-std' |
34 | 2024-12-06T20:26:36.495Z | info: downloading component 'rustc' |
35 | 2024-12-06T20:26:43.929Z | info: downloading component 'rustfmt' |
36 | 2024-12-06T20:26:44.208Z | info: installing component 'cargo' |
37 | 2024-12-06T20:26:45.001Z | info: installing component 'clippy' |
38 | 2024-12-06T20:26:45.361Z | info: installing component 'rust-docs' |
39 | 2024-12-06T20:26:46.991Z | info: installing component 'rust-std' |
40 | 2024-12-06T20:26:48.679Z | info: installing component 'rustc' |
41 | 2024-12-06T20:26:54.288Z | info: installing component 'rustfmt' |
42 | 2024-12-06T20:26:54.608Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-06T20:26:54.608Z | |
44 | 2024-12-06T20:26:54.972Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-06T20:26:54.972Z | |
46 | 2024-12-06T20:26:54.975Z | |
47 | 2024-12-06T20:26:54.975Z | Rust is installed now. Great! |
48 | 2024-12-06T20:26:54.975Z | |
49 | 2024-12-06T20:26:54.975Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-06T20:26:54.975Z | environment variable. This has not been done automatically. |
51 | 2024-12-06T20:26:54.975Z | |
52 | 2024-12-06T20:26:54.975Z | To configure your current shell, you need to source |
53 | 2024-12-06T20:26:54.975Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-06T20:26:54.975Z | |
55 | 2024-12-06T20:26:54.975Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-06T20:26:54.975Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-06T20:26:54.975Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-06T20:26:55.047Z | + rustc --version |
59 | 2024-12-06T20:26:55.114Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-06T20:26:55.116Z | process exited: duration 25369 ms, exit code 0 |
|
61 | 2024-12-06T20:26:55.121Z | starting task 2: "authentication" |
62 | 2024-12-06T20:26:55.141Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-06T20:26:55.146Z | starting task 3: "clone repository" |
64 | 2024-12-06T20:26:55.151Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-06T20:26:55.153Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-06T20:26:56.321Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-06T20:27:02.674Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-06T20:27:02.677Z | + git fetch origin 4ce33292e435d40b04d190e8e8c6731c3eb3b6d7 |
69 | 2024-12-06T20:27:03.044Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-06T20:27:03.044Z | * branch 4ce33292e435d40b04d190e8e8c6731c3eb3b6d7 -> FETCH_HEAD |
71 | 2024-12-06T20:27:03.054Z | + [[ -n bump-console-927c8b63 ]] |
72 | 2024-12-06T20:27:03.057Z | ++ git branch --show-current |
73 | 2024-12-06T20:27:03.059Z | + current=main |
74 | 2024-12-06T20:27:03.059Z | + [[ main != bump-console-927c8b63 ]] |
75 | 2024-12-06T20:27:03.059Z | + git branch -f bump-console-927c8b63 4ce33292e435d40b04d190e8e8c6731c3eb3b6d7 |
76 | 2024-12-06T20:27:03.062Z | + git checkout -f bump-console-927c8b63 |
77 | 2024-12-06T20:27:03.127Z | Switched to branch 'bump-console-927c8b63' |
78 | 2024-12-06T20:27:03.130Z | + git reset --hard 4ce33292e435d40b04d190e8e8c6731c3eb3b6d7 |
79 | 2024-12-06T20:27:03.192Z | HEAD is now at 4ce33292e Bump web console (minor) |
80 | 2024-12-06T20:27:03.195Z | process exited: duration 8045 ms, exit code 0 |
|
81 | 2024-12-06T20:27:03.200Z | starting task 4: "build" |
82 | 2024-12-06T20:27:03.205Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-06T20:27:03.208Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-06T20:27:03.208Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-06T20:27:03.208Z | + cargo --version |
86 | 2024-12-06T20:27:03.264Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-06T20:27:03.267Z | + rustc --version |
88 | 2024-12-06T20:27:03.328Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-06T20:27:03.331Z | + WORK=/work |
90 | 2024-12-06T20:27:03.331Z | + pfexec mkdir -p /work |
91 | 2024-12-06T20:27:03.335Z | + pfexec chown build /work |
92 | 2024-12-06T20:27:03.338Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2024-12-06T20:27:23.498Z | Startup: Refreshing catalog 'helios-dev' ... Done |
94 | 2024-12-06T20:27:27.693Z | Startup: Caching catalogs ... Done |
95 | 2024-12-06T20:27:38.031Z | Planning: Solver setup ... Done (9.459s) |
96 | 2024-12-06T20:27:38.159Z | Planning: Running solver ... Done (0.128s) |
97 | 2024-12-06T20:27:38.450Z | Planning: Finding local manifests ... Done (0.192s) |
98 | 2024-12-06T20:27:38.462Z | Planning: Fetching manifests: 0/5 0% complete |
99 | 2024-12-06T20:27:38.685Z | Planning: Fetching manifests: 5/5 100% complete |
100 | 2024-12-06T20:27:39.028Z | Planning: Package planning ... Done (0.340s) |
101 | 2024-12-06T20:27:39.081Z | Planning: Merging actions ... Done (0.055s) |
102 | 2024-12-06T20:27:40.536Z | Planning: Checking for conflicting actions ... Done (1.454s) |
103 | 2024-12-06T20:27:50.233Z | Planning: Consolidating action changes ... Done (9.695s) |
104 | 2024-12-06T20:27:50.661Z | Planning: Evaluating mediators ... Done (0.428s) |
105 | 2024-12-06T20:27:50.786Z | Planning: Planning completed in 22.99 seconds |
106 | 2024-12-06T20:27:52.119Z | Packages to install: 4 |
107 | 2024-12-06T20:27:52.120Z | Packages to update: 1 |
108 | 2024-12-06T20:27:52.122Z | Mediators to change: 2 |
109 | 2024-12-06T20:27:52.122Z | Services to change: 1 |
110 | 2024-12-06T20:27:52.122Z | Estimated space available: 155.64 GB |
111 | 2024-12-06T20:27:52.122Z | Estimated space to be consumed: 1.61 GB |
112 | 2024-12-06T20:27:52.122Z | Create boot environment: No |
113 | 2024-12-06T20:27:52.122Z | Create backup boot environment: Yes |
114 | 2024-12-06T20:27:52.122Z | Rebuild boot archive: No |
115 | 2024-12-06T20:27:52.122Z | |
116 | 2024-12-06T20:27:52.122Z | Changed mediators: |
117 | 2024-12-06T20:27:52.122Z | mediator clang: |
118 | 2024-12-06T20:27:52.122Z | version: None -> 15 (system default) |
119 | 2024-12-06T20:27:52.122Z | |
120 | 2024-12-06T20:27:52.122Z | mediator llvm: |
121 | 2024-12-06T20:27:52.122Z | version: 14 (system default) -> 15 (system default) |
122 | 2024-12-06T20:27:52.122Z | |
123 | 2024-12-06T20:27:52.122Z | Changed packages: |
124 | 2024-12-06T20:27:52.122Z | helios-dev |
125 | 2024-12-06T20:27:52.122Z | developer/build-essential |
126 | 2024-12-06T20:27:52.122Z | None -> 11-2.0 |
127 | 2024-12-06T20:27:52.122Z | library/libxmlsec1 |
128 | 2024-12-06T20:27:52.122Z | None -> 1.2.35-2.0 |
129 | 2024-12-06T20:27:52.122Z | ooce/developer/clang-15 |
130 | 2024-12-06T20:27:52.122Z | None -> 15.0.7-2.0 |
131 | 2024-12-06T20:27:52.123Z | ooce/developer/llvm-15 |
132 | 2024-12-06T20:27:52.123Z | None -> 15.0.7-2.0 |
133 | 2024-12-06T20:27:52.123Z | package/pkg |
134 | 2024-12-06T20:27:52.123Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
135 | 2024-12-06T20:27:52.123Z | |
136 | 2024-12-06T20:27:52.123Z | Services: |
137 | 2024-12-06T20:27:52.123Z | restart_fmri: |
138 | 2024-12-06T20:27:52.123Z | svc:/system/update-man-index:default |
139 | 2024-12-06T20:27:52.123Z | |
140 | 2024-12-06T20:27:52.123Z | Editable files to change: |
141 | 2024-12-06T20:27:52.123Z | Update: |
142 | 2024-12-06T20:27:52.123Z | usr/share/lib/pkg/web/config.shtml |
143 | 2024-12-06T20:27:52.638Z | |
144 | 2024-12-06T20:27:52.638Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
145 | 2024-12-06T20:27:58.793Z | Download: 211/4281 items 1.3/220.6MB 0% complete (1.5M/s) |
146 | 2024-12-06T20:28:03.750Z | Download: 1553/4281 items 116.6/220.6MB 52% complete (11.7M/s) |
147 | 2024-12-06T20:28:08.751Z | Download: 3023/4281 items 121.1/220.6MB 54% complete (12.0M/s) |
148 | 2024-12-06T20:28:13.753Z | Download: 3575/4281 items 215.7/220.6MB 97% complete (10.1M/s) |
149 | 2024-12-06T20:28:16.082Z | Download: Completed 220.60 MB in 23.44 seconds (9.4M/s) |
150 | 2024-12-06T20:28:18.377Z | Actions: 1/5063 actions (Removing old actions) |
151 | 2024-12-06T20:28:18.394Z | Actions: 194/5063 actions (Installing new actions) |
152 | 2024-12-06T20:28:23.400Z | Actions: 4137/5063 actions (Installing new actions) |
153 | 2024-12-06T20:28:23.829Z | Actions: 4226/5063 actions (Updating modified actions) |
154 | 2024-12-06T20:28:24.180Z | Actions: Completed 5063 actions in 5.80 seconds. |
155 | 2024-12-06T20:28:24.470Z | Done (0.221s) |
156 | 2024-12-06T20:28:24.527Z | Done (0.000s) |
157 | 2024-12-06T20:28:24.987Z | Done (0.562s) |
158 | 2024-12-06T20:28:31.922Z | Done (6.732s) |
159 | 2024-12-06T20:28:32.329Z | Done (0.340s) |
160 | 2024-12-06T20:28:32.331Z | Done (0.000s) |
161 | 2024-12-06T20:28:32.503Z | Done (0.000s) |
162 | 2024-12-06T20:28:33.182Z | Planning: Evaluating mediator changes ... Done |
163 | 2024-12-06T20:28:33.342Z | Planning: Checking for conflicting actions ... Done |
164 | 2024-12-06T20:28:33.348Z | Planning: Consolidating action changes ... Done |
165 | 2024-12-06T20:28:33.607Z | Planning: Evaluating mediators ... Done |
166 | 2024-12-06T20:28:33.609Z | Planning: Planning completed in 0.43 seconds |
167 | 2024-12-06T20:28:33.645Z | Mediators to change: 2 |
168 | 2024-12-06T20:28:33.645Z | Create boot environment: No |
169 | 2024-12-06T20:28:33.648Z | Create backup boot environment: No |
170 | 2024-12-06T20:28:33.723Z | Done |
171 | 2024-12-06T20:28:33.723Z | Done |
172 | 2024-12-06T20:28:34.089Z | Done |
173 | 2024-12-06T20:28:37.685Z | Done |
174 | 2024-12-06T20:28:37.774Z | Done |
175 | 2024-12-06T20:28:37.776Z | Done |
176 | 2024-12-06T20:28:37.926Z | Done |
177 | 2024-12-06T20:28:38.531Z | Planning: Evaluating mediator changes ... Done |
178 | 2024-12-06T20:28:38.536Z | Planning: Merging actions ... Done |
179 | 2024-12-06T20:28:38.716Z | Planning: Checking for conflicting actions ... Done |
180 | 2024-12-06T20:28:38.719Z | Planning: Consolidating action changes ... Done |
181 | 2024-12-06T20:28:38.978Z | Planning: Evaluating mediators ... Done |
182 | 2024-12-06T20:28:39.031Z | Planning: Planning completed in 0.74 seconds |
183 | 2024-12-06T20:28:39.070Z | Packages to change: 1 |
184 | 2024-12-06T20:28:39.070Z | Mediators to change: 1 |
185 | 2024-12-06T20:28:39.073Z | Services to change: 1 |
186 | 2024-12-06T20:28:39.073Z | Create boot environment: No |
187 | 2024-12-06T20:28:39.073Z | Create backup boot environment: Yes |
188 | 2024-12-06T20:28:41.213Z | Actions: 1/6 actions (Updating modified actions) |
189 | 2024-12-06T20:28:41.254Z | Actions: Completed 6 actions in 0.04 seconds. |
190 | 2024-12-06T20:28:41.257Z | Done |
191 | 2024-12-06T20:28:41.257Z | Done |
192 | 2024-12-06T20:28:41.369Z | Done |
193 | 2024-12-06T20:28:44.982Z | Done |
194 | 2024-12-06T20:28:45.073Z | Done |
195 | 2024-12-06T20:28:45.075Z | Done |
196 | 2024-12-06T20:28:45.224Z | Done |
197 | 2024-12-06T20:28:45.652Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
198 | 2024-12-06T20:28:45.652Z | clang system 15 system |
199 | 2024-12-06T20:28:45.652Z | csh system system illumos |
200 | 2024-12-06T20:28:45.652Z | ctags system system illumos |
201 | 2024-12-06T20:28:45.652Z | gcc vendor 12 vendor |
202 | 2024-12-06T20:28:45.652Z | gcc system 10 system |
203 | 2024-12-06T20:28:45.652Z | gcc system 7 system |
204 | 2024-12-06T20:28:45.652Z | go system 1.20 system |
205 | 2024-12-06T20:28:45.652Z | go system 1.19 system |
206 | 2024-12-06T20:28:45.652Z | llvm system 15 system |
207 | 2024-12-06T20:28:45.652Z | llvm system 14 system |
208 | 2024-12-06T20:28:45.652Z | mariadb system 10.6 system |
209 | 2024-12-06T20:28:45.652Z | mta vendor vendor dma |
210 | 2024-12-06T20:28:45.653Z | openjdk system 17 system |
211 | 2024-12-06T20:28:45.653Z | openjdk system 11 system |
212 | 2024-12-06T20:28:45.653Z | openjdk system 1.8 system |
213 | 2024-12-06T20:28:45.653Z | openssl vendor 3 vendor |
214 | 2024-12-06T20:28:45.653Z | perl system 5.36 system |
215 | 2024-12-06T20:28:45.653Z | postgresql system 15 system |
216 | 2024-12-06T20:28:45.653Z | postgresql system 13 system |
217 | 2024-12-06T20:28:45.653Z | python vendor 3 vendor |
218 | 2024-12-06T20:28:45.653Z | python system 2 system |
219 | 2024-12-06T20:28:45.653Z | python3 system 3.11 system |
220 | 2024-12-06T20:28:45.653Z | ruby system 3.0 system |
221 | 2024-12-06T20:28:45.653Z | words vendor vendor american-english |
222 | 2024-12-06T20:28:45.653Z | words system system australian-english |
223 | 2024-12-06T20:28:45.653Z | words system system british-english |
224 | 2024-12-06T20:28:45.653Z | words system system canadian-english |
225 | 2024-12-06T20:28:45.653Z | words system system french |
226 | 2024-12-06T20:28:45.653Z | words system system italian |
227 | 2024-12-06T20:28:45.653Z | words system system ngerman |
228 | 2024-12-06T20:28:45.653Z | words system system ogerman |
229 | 2024-12-06T20:28:45.653Z | words system system spanish |
230 | 2024-12-06T20:28:45.981Z | PUBLISHER TYPE STATUS P LOCATION |
231 | 2024-12-06T20:28:45.981Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
232 | 2024-12-06T20:28:48.648Z | FMRI IFO |
233 | 2024-12-06T20:28:48.648Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
234 | 2024-12-06T20:28:48.648Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
235 | 2024-12-06T20:28:48.648Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
236 | 2024-12-06T20:28:48.648Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
237 | 2024-12-06T20:28:48.648Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
238 | 2024-12-06T20:28:48.649Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
239 | 2024-12-06T20:28:48.649Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
240 | 2024-12-06T20:28:48.649Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
241 | 2024-12-06T20:28:48.649Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
242 | 2024-12-06T20:28:48.649Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
243 | 2024-12-06T20:28:48.649Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
244 | 2024-12-06T20:28:48.649Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
245 | 2024-12-06T20:28:48.649Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
246 | 2024-12-06T20:28:48.649Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
247 | 2024-12-06T20:28:48.649Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
248 | 2024-12-06T20:28:49.393Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
249 | 2024-12-06T20:28:49.681Z | Updating crates.io index |
250 | 2024-12-06T20:28:49.764Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
251 | 2024-12-06T20:28:50.202Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
252 | 2024-12-06T20:28:50.475Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
253 | 2024-12-06T20:28:50.756Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
254 | 2024-12-06T20:28:51.071Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
255 | 2024-12-06T20:28:51.984Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
256 | 2024-12-06T20:28:54.476Z | Updating git repository `https://github.com/oxidecomputer/opte` |
257 | 2024-12-06T20:28:55.601Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
258 | 2024-12-06T20:28:56.386Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
259 | 2024-12-06T20:28:56.660Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
260 | 2024-12-06T20:28:56.940Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
261 | 2024-12-06T20:28:57.694Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
262 | 2024-12-06T20:28:58.083Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
263 | 2024-12-06T20:28:58.434Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
264 | 2024-12-06T20:28:58.711Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
265 | 2024-12-06T20:28:59.011Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
266 | 2024-12-06T20:28:59.322Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
267 | 2024-12-06T20:28:59.766Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
268 | 2024-12-06T20:29:00.066Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
269 | 2024-12-06T20:29:00.504Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
270 | 2024-12-06T20:29:00.744Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
271 | 2024-12-06T20:29:01.274Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
272 | 2024-12-06T20:29:01.634Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
273 | 2024-12-06T20:29:02.021Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
274 | 2024-12-06T20:29:02.514Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
275 | 2024-12-06T20:29:02.921Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
276 | 2024-12-06T20:29:03.241Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
277 | 2024-12-06T20:29:03.525Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
278 | 2024-12-06T20:29:04.996Z | Downloading crates ... |
279 | 2024-12-06T20:29:05.077Z | Downloaded thiserror v1.0.69 |
280 | 2024-12-06T20:29:05.099Z | Downloaded block-buffer v0.10.4 |
281 | 2024-12-06T20:29:05.141Z | Downloaded cargo-platform v0.1.8 |
282 | 2024-12-06T20:29:05.141Z | Downloaded anstream v0.6.15 |
283 | 2024-12-06T20:29:05.141Z | Downloaded anstyle-parse v0.2.5 |
284 | 2024-12-06T20:29:05.141Z | Downloaded anstyle-query v1.1.1 |
285 | 2024-12-06T20:29:05.141Z | Downloaded anstyle v1.0.10 |
286 | 2024-12-06T20:29:05.141Z | Downloaded byteorder v1.5.0 |
287 | 2024-12-06T20:29:05.141Z | Downloaded camino v1.1.9 |
288 | 2024-12-06T20:29:05.141Z | Downloaded bitflags v2.6.0 |
289 | 2024-12-06T20:29:05.189Z | Downloaded autocfg v1.4.0 |
290 | 2024-12-06T20:29:05.189Z | Downloaded anyhow v1.0.93 |
291 | 2024-12-06T20:29:05.189Z | Downloaded cargo_toml v0.20.5 |
292 | 2024-12-06T20:29:05.189Z | Downloaded cargo_metadata v0.18.1 |
293 | 2024-12-06T20:29:05.189Z | Downloaded bytecount v0.6.8 |
294 | 2024-12-06T20:29:05.189Z | Downloaded camino-tempfile v1.1.1 |
295 | 2024-12-06T20:29:05.189Z | Downloaded cfg-if v1.0.0 |
296 | 2024-12-06T20:29:05.189Z | Downloaded digest v0.10.7 |
297 | 2024-12-06T20:29:05.189Z | Downloaded dtrace-parser v0.2.0 |
298 | 2024-12-06T20:29:05.189Z | Downloaded dof v0.3.0 |
299 | 2024-12-06T20:29:05.189Z | Downloaded colorchoice v1.0.2 |
300 | 2024-12-06T20:29:05.218Z | Downloaded log v0.4.22 |
301 | 2024-12-06T20:29:05.218Z | Downloaded indexmap v2.6.0 |
302 | 2024-12-06T20:29:05.218Z | Downloaded is_terminal_polyfill v1.70.1 |
303 | 2024-12-06T20:29:05.218Z | Downloaded clap v4.5.21 |
304 | 2024-12-06T20:29:05.218Z | Downloaded heck v0.5.0 |
305 | 2024-12-06T20:29:05.218Z | Downloaded heck v0.4.1 |
306 | 2024-12-06T20:29:05.218Z | Downloaded generic-array v0.14.7 |
307 | 2024-12-06T20:29:05.218Z | Downloaded scroll_derive v0.12.0 |
308 | 2024-12-06T20:29:05.218Z | Downloaded equivalent v1.0.1 |
309 | 2024-12-06T20:29:05.218Z | Downloaded errno v0.3.9 |
310 | 2024-12-06T20:29:05.218Z | Downloaded clap_lex v0.7.2 |
311 | 2024-12-06T20:29:05.218Z | Downloaded crypto-common v0.1.6 |
312 | 2024-12-06T20:29:05.218Z | Downloaded itoa v1.0.11 |
313 | 2024-12-06T20:29:05.218Z | Downloaded cpufeatures v0.2.14 |
314 | 2024-12-06T20:29:05.246Z | Downloaded swrite v0.1.0 |
315 | 2024-12-06T20:29:05.246Z | Downloaded usdt-attr-macro v0.5.0 |
316 | 2024-12-06T20:29:05.246Z | Downloaded pretty-hex v0.4.1 |
317 | 2024-12-06T20:29:05.246Z | Downloaded fnv v1.0.7 |
318 | 2024-12-06T20:29:05.246Z | Downloaded proc-macro-error-attr v1.0.4 |
319 | 2024-12-06T20:29:05.246Z | Downloaded plain v0.2.3 |
320 | 2024-12-06T20:29:05.246Z | Downloaded macaddr v1.0.1 |
321 | 2024-12-06T20:29:05.246Z | Downloaded fastrand v2.1.1 |
322 | 2024-12-06T20:29:05.246Z | Downloaded serde_tokenstream v0.2.2 |
323 | 2024-12-06T20:29:05.246Z | Downloaded fs-err v2.11.0 |
324 | 2024-12-06T20:29:05.296Z | Downloaded strsim v0.11.1 |
325 | 2024-12-06T20:29:05.296Z | Downloaded version_check v0.9.5 |
326 | 2024-12-06T20:29:05.296Z | Downloaded utf8parse v0.2.2 |
327 | 2024-12-06T20:29:05.296Z | Downloaded usdt v0.5.0 |
328 | 2024-12-06T20:29:05.296Z | Downloaded serde_spanned v0.6.8 |
329 | 2024-12-06T20:29:05.296Z | Downloaded memmap v0.7.0 |
330 | 2024-12-06T20:29:05.296Z | Downloaded smawk v0.3.2 |
331 | 2024-12-06T20:29:05.296Z | Downloaded thiserror-impl v1.0.69 |
332 | 2024-12-06T20:29:05.296Z | Downloaded terminal_size v0.4.0 |
333 | 2024-12-06T20:29:05.296Z | Downloaded toml_datetime v0.6.8 |
334 | 2024-12-06T20:29:05.296Z | Downloaded usdt-macro v0.5.0 |
335 | 2024-12-06T20:29:05.296Z | Downloaded usdt-impl v0.5.0 |
336 | 2024-12-06T20:29:05.296Z | Downloaded thread-id v4.2.2 |
337 | 2024-12-06T20:29:05.296Z | Downloaded scroll v0.12.0 |
338 | 2024-12-06T20:29:05.296Z | Downloaded once_cell v1.20.2 |
339 | 2024-12-06T20:29:05.297Z | Downloaded hashbrown v0.15.0 |
340 | 2024-12-06T20:29:05.383Z | Downloaded pest_derive v2.7.14 |
341 | 2024-12-06T20:29:05.384Z | Downloaded zerocopy-derive v0.7.35 |
342 | 2024-12-06T20:29:05.384Z | Downloaded unicode-linebreak v0.1.5 |
343 | 2024-12-06T20:29:05.384Z | Downloaded sha2 v0.10.8 |
344 | 2024-12-06T20:29:05.384Z | Downloaded tempfile v3.13.0 |
345 | 2024-12-06T20:29:05.384Z | Downloaded clap_derive v4.5.18 |
346 | 2024-12-06T20:29:05.384Z | Downloaded quote v1.0.37 |
347 | 2024-12-06T20:29:05.384Z | Downloaded tabled_derive v0.7.0 |
348 | 2024-12-06T20:29:05.384Z | Downloaded ryu v1.0.18 |
349 | 2024-12-06T20:29:05.385Z | Downloaded proc-macro2 v1.0.89 |
350 | 2024-12-06T20:29:05.385Z | Downloaded pest_meta v2.7.14 |
351 | 2024-12-06T20:29:05.385Z | Downloaded typenum v1.17.0 |
352 | 2024-12-06T20:29:05.385Z | Downloaded toml v0.8.19 |
353 | 2024-12-06T20:29:05.385Z | Downloaded unicode-ident v1.0.13 |
354 | 2024-12-06T20:29:05.385Z | Downloaded ucd-trie v0.1.7 |
355 | 2024-12-06T20:29:05.385Z | Downloaded serde_derive v1.0.215 |
356 | 2024-12-06T20:29:05.385Z | Downloaded semver v1.0.23 |
357 | 2024-12-06T20:29:05.386Z | Downloaded papergrid v0.11.0 |
358 | 2024-12-06T20:29:05.386Z | Downloaded proc-macro-error v1.0.4 |
359 | 2024-12-06T20:29:05.386Z | Downloaded pest_generator v2.7.14 |
360 | 2024-12-06T20:29:05.386Z | Downloaded textwrap v0.16.1 |
361 | 2024-12-06T20:29:05.386Z | Downloaded goblin v0.8.2 |
362 | 2024-12-06T20:29:05.386Z | Downloaded serde v1.0.215 |
363 | 2024-12-06T20:29:05.475Z | Downloaded memchr v2.7.4 |
364 | 2024-12-06T20:29:05.475Z | Downloaded toml_edit v0.22.22 |
365 | 2024-12-06T20:29:05.475Z | Downloaded pest v2.7.14 |
366 | 2024-12-06T20:29:05.475Z | Downloaded serde_json v1.0.132 |
367 | 2024-12-06T20:29:05.475Z | Downloaded zerocopy v0.7.35 |
368 | 2024-12-06T20:29:05.475Z | Downloaded winnow v0.6.20 |
369 | 2024-12-06T20:29:05.475Z | Downloaded clap_builder v4.5.21 |
370 | 2024-12-06T20:29:05.475Z | Downloaded tabled v0.15.0 |
371 | 2024-12-06T20:29:05.475Z | Downloaded syn v1.0.109 |
372 | 2024-12-06T20:29:05.553Z | Downloaded unicode-width v0.1.14 |
373 | 2024-12-06T20:29:05.553Z | Downloaded syn v2.0.87 |
374 | 2024-12-06T20:29:05.553Z | Downloaded rustix v0.38.37 |
375 | 2024-12-06T20:29:05.553Z | Downloaded libc v0.2.162 |
376 | 2024-12-06T20:29:05.795Z | Compiling proc-macro2 v1.0.89 |
377 | 2024-12-06T20:29:05.795Z | Compiling unicode-ident v1.0.13 |
378 | 2024-12-06T20:29:05.815Z | Compiling version_check v0.9.5 |
379 | 2024-12-06T20:29:05.815Z | Compiling serde v1.0.215 |
380 | 2024-12-06T20:29:05.815Z | Compiling thiserror v1.0.69 |
381 | 2024-12-06T20:29:05.815Z | Compiling memchr v2.7.4 |
382 | 2024-12-06T20:29:05.815Z | Compiling libc v0.2.162 |
383 | 2024-12-06T20:29:05.815Z | Compiling ucd-trie v0.1.7 |
384 | 2024-12-06T20:29:06.047Z | Compiling itoa v1.0.11 |
385 | 2024-12-06T20:29:06.264Z | Compiling ryu v1.0.18 |
386 | 2024-12-06T20:29:06.474Z | Compiling once_cell v1.20.2 |
387 | 2024-12-06T20:29:06.600Z | Compiling byteorder v1.5.0 |
388 | 2024-12-06T20:29:06.938Z | Compiling serde_json v1.0.132 |
389 | 2024-12-06T20:29:07.203Z | Compiling rustix v0.38.37 |
390 | 2024-12-06T20:29:07.940Z | Compiling bitflags v2.6.0 |
391 | 2024-12-06T20:29:07.988Z | Compiling proc-macro-error-attr v1.0.4 |
392 | 2024-12-06T20:29:07.991Z | Compiling usdt-impl v0.5.0 |
393 | 2024-12-06T20:29:08.101Z | Compiling syn v1.0.109 |
394 | 2024-12-06T20:29:08.227Z | Compiling proc-macro-error v1.0.4 |
395 | 2024-12-06T20:29:08.322Z | Compiling camino v1.1.9 |
396 | 2024-12-06T20:29:08.382Z | Compiling equivalent v1.0.1 |
397 | 2024-12-06T20:29:08.491Z | Compiling log v0.4.22 |
398 | 2024-12-06T20:29:08.519Z | Compiling hashbrown v0.15.0 |
399 | 2024-12-06T20:29:08.522Z | Compiling plain v0.2.3 |
400 | 2024-12-06T20:29:08.699Z | Compiling thread-id v4.2.2 |
401 | 2024-12-06T20:29:08.752Z | Compiling utf8parse v0.2.2 |
402 | 2024-12-06T20:29:08.800Z | Compiling quote v1.0.37 |
403 | 2024-12-06T20:29:08.911Z | Compiling anstyle-parse v0.2.5 |
404 | 2024-12-06T20:29:08.997Z | Compiling winnow v0.6.20 |
405 | 2024-12-06T20:29:09.050Z | Compiling unicode-width v0.1.14 |
406 | 2024-12-06T20:29:09.194Z | Compiling syn v2.0.87 |
407 | 2024-12-06T20:29:09.515Z | Compiling errno v0.3.9 |
408 | 2024-12-06T20:29:09.565Z | Compiling colorchoice v1.0.2 |
409 | 2024-12-06T20:29:09.600Z | Compiling pretty-hex v0.4.1 |
410 | 2024-12-06T20:29:09.722Z | Compiling indexmap v2.6.0 |
411 | 2024-12-06T20:29:09.776Z | Compiling anstyle-query v1.1.1 |
412 | 2024-12-06T20:29:09.828Z | Compiling semver v1.0.23 |
413 | 2024-12-06T20:29:09.959Z | Compiling anstyle v1.0.10 |
414 | 2024-12-06T20:29:10.439Z | Compiling is_terminal_polyfill v1.70.1 |
415 | 2024-12-06T20:29:10.492Z | Compiling autocfg v1.4.0 |
416 | 2024-12-06T20:29:10.559Z | Compiling anstream v0.6.15 |
417 | 2024-12-06T20:29:11.328Z | Compiling heck v0.4.1 |
418 | 2024-12-06T20:29:11.354Z | Compiling clap_lex v0.7.2 |
419 | 2024-12-06T20:29:11.686Z | Compiling fs-err v2.11.0 |
420 | 2024-12-06T20:29:11.713Z | Compiling cfg-if v1.0.0 |
421 | 2024-12-06T20:29:11.810Z | Compiling fnv v1.0.7 |
422 | 2024-12-06T20:29:11.836Z | Compiling fastrand v2.1.1 |
423 | 2024-12-06T20:29:11.871Z | Compiling terminal_size v0.4.0 |
424 | 2024-12-06T20:29:11.951Z | Compiling anyhow v1.0.93 |
425 | 2024-12-06T20:29:11.978Z | Compiling bytecount v0.6.8 |
426 | 2024-12-06T20:29:12.201Z | Compiling strsim v0.11.1 |
427 | 2024-12-06T20:29:12.395Z | Compiling heck v0.5.0 |
428 | 2024-12-06T20:29:12.623Z | Compiling clap_builder v4.5.21 |
429 | 2024-12-06T20:29:12.768Z | Compiling tempfile v3.13.0 |
430 | 2024-12-06T20:29:12.911Z | Compiling papergrid v0.11.0 |
431 | 2024-12-06T20:29:12.960Z | Compiling memmap v0.7.0 |
432 | 2024-12-06T20:29:13.092Z | Compiling unicode-linebreak v0.1.5 |
433 | 2024-12-06T20:29:13.144Z | Compiling smawk v0.3.2 |
434 | 2024-12-06T20:29:13.581Z | Compiling textwrap v0.16.1 |
435 | 2024-12-06T20:29:13.663Z | Compiling swrite v0.1.0 |
436 | 2024-12-06T20:29:14.799Z | Compiling tabled_derive v0.7.0 |
437 | 2024-12-06T20:29:16.452Z | Compiling tabled v0.15.0 |
438 | 2024-12-06T20:29:18.108Z | Compiling serde_derive v1.0.215 |
439 | 2024-12-06T20:29:18.111Z | Compiling thiserror-impl v1.0.69 |
440 | 2024-12-06T20:29:18.111Z | Compiling zerocopy-derive v0.7.35 |
441 | 2024-12-06T20:29:18.111Z | Compiling scroll_derive v0.12.0 |
442 | 2024-12-06T20:29:18.276Z | Compiling clap_derive v4.5.18 |
443 | 2024-12-06T20:29:19.317Z | Compiling scroll v0.12.0 |
444 | 2024-12-06T20:29:19.813Z | Compiling goblin v0.8.2 |
445 | 2024-12-06T20:29:19.847Z | Compiling zerocopy v0.7.35 |
446 | 2024-12-06T20:29:20.985Z | Compiling pest v2.7.14 |
447 | 2024-12-06T20:29:22.170Z | Compiling clap v4.5.21 |
448 | 2024-12-06T20:29:23.201Z | Compiling pest_meta v2.7.14 |
449 | 2024-12-06T20:29:24.038Z | Compiling pest_generator v2.7.14 |
450 | 2024-12-06T20:29:25.913Z | Compiling pest_derive v2.7.14 |
451 | 2024-12-06T20:29:26.638Z | Compiling dtrace-parser v0.2.0 |
452 | 2024-12-06T20:29:28.273Z | Compiling serde_spanned v0.6.8 |
453 | 2024-12-06T20:29:28.275Z | Compiling toml_datetime v0.6.8 |
454 | 2024-12-06T20:29:28.275Z | Compiling cargo-platform v0.1.8 |
455 | 2024-12-06T20:29:28.657Z | Compiling serde_tokenstream v0.2.2 |
456 | 2024-12-06T20:29:28.738Z | Compiling toml_edit v0.22.22 |
457 | 2024-12-06T20:29:28.845Z | Compiling macaddr v1.0.1 |
458 | 2024-12-06T20:29:28.978Z | Compiling camino-tempfile v1.1.1 |
459 | 2024-12-06T20:29:29.752Z | Compiling dof v0.3.0 |
460 | 2024-12-06T20:29:29.752Z | Compiling cargo_metadata v0.18.1 |
461 | 2024-12-06T20:29:31.555Z | Compiling toml v0.8.19 |
462 | 2024-12-06T20:29:31.811Z | Compiling usdt-macro v0.5.0 |
463 | 2024-12-06T20:29:31.813Z | Compiling usdt-attr-macro v0.5.0 |
464 | 2024-12-06T20:29:32.383Z | Compiling cargo_toml v0.20.5 |
465 | 2024-12-06T20:29:33.270Z | Compiling usdt v0.5.0 |
466 | 2024-12-06T20:29:35.926Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
467 | 2024-12-06T20:29:40.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.93s |
468 | 2024-12-06T20:29:40.375Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
469 | 2024-12-06T20:29:40.899Z | Downloading crates ... |
470 | 2024-12-06T20:29:41.088Z | Downloaded darling v0.20.10 |
471 | 2024-12-06T20:29:41.093Z | Downloaded headers-core v0.3.0 |
472 | 2024-12-06T20:29:41.102Z | Downloaded hex v0.4.3 |
473 | 2024-12-06T20:29:41.104Z | Downloaded heapless v0.7.17 |
474 | 2024-12-06T20:29:41.108Z | Downloaded heapless v0.8.0 |
475 | 2024-12-06T20:29:41.112Z | Downloaded hex-literal v0.4.1 |
476 | 2024-12-06T20:29:41.115Z | Downloaded heck v0.3.3 |
477 | 2024-12-06T20:29:41.124Z | Downloaded aead v0.5.2 |
478 | 2024-12-06T20:29:41.134Z | Downloaded atomicwrites v0.4.4 |
479 | 2024-12-06T20:29:41.136Z | Downloaded assert_matches v1.5.0 |
480 | 2024-12-06T20:29:41.138Z | Downloaded hickory-client v0.24.1 |
481 | 2024-12-06T20:29:41.142Z | Downloaded atty v0.2.14 |
482 | 2024-12-06T20:29:41.146Z | Downloaded async-stream-impl v0.3.6 |
483 | 2024-12-06T20:29:41.154Z | Downloaded ciborium-io v0.2.2 |
484 | 2024-12-06T20:29:41.157Z | Downloaded adler2 v2.0.0 |
485 | 2024-12-06T20:29:41.163Z | Downloaded hubpack_derive v0.1.1 |
486 | 2024-12-06T20:29:41.165Z | Downloaded ascii-canvas v3.0.0 |
487 | 2024-12-06T20:29:41.168Z | Downloaded hostname v0.3.1 |
488 | 2024-12-06T20:29:41.168Z | Downloaded home v0.5.9 |
489 | 2024-12-06T20:29:41.170Z | Downloaded aes v0.8.4 |
490 | 2024-12-06T20:29:41.173Z | Downloaded arrayref v0.3.9 |
491 | 2024-12-06T20:29:41.176Z | Downloaded http v1.1.0 |
492 | 2024-12-06T20:29:41.178Z | Downloaded hyper-tls v0.6.0 |
493 | 2024-12-06T20:29:41.181Z | Downloaded highway v1.2.0 |
494 | 2024-12-06T20:29:41.183Z | Downloaded crunchy v0.2.2 |
495 | 2024-12-06T20:29:41.183Z | Downloaded atomic-waker v1.1.2 |
496 | 2024-12-06T20:29:41.186Z | Downloaded icu_locid_transform v1.5.0 |
497 | 2024-12-06T20:29:41.188Z | Downloaded bcrypt-pbkdf v0.10.0 |
498 | 2024-12-06T20:29:41.188Z | Downloaded hyper-rustls v0.27.3 |
499 | 2024-12-06T20:29:41.193Z | Downloaded block-padding v0.3.3 |
500 | 2024-12-06T20:29:41.196Z | Downloaded bcs v0.1.6 |
501 | 2024-12-06T20:29:41.196Z | Downloaded humantime v2.1.0 |
502 | 2024-12-06T20:29:41.198Z | Downloaded hyper-staticfile v0.10.1 |
503 | 2024-12-06T20:29:41.198Z | Downloaded bit-vec v0.6.3 |
504 | 2024-12-06T20:29:41.201Z | Downloaded httpdate v1.0.3 |
505 | 2024-12-06T20:29:41.203Z | Downloaded chrono-tz-build v0.4.0 |
506 | 2024-12-06T20:29:41.203Z | Downloaded cbc v0.1.2 |
507 | 2024-12-06T20:29:41.206Z | Downloaded ident_case v1.0.1 |
508 | 2024-12-06T20:29:41.209Z | Downloaded icu_provider_macros v1.5.0 |
509 | 2024-12-06T20:29:41.209Z | Downloaded addr2line v0.24.2 |
510 | 2024-12-06T20:29:41.211Z | Downloaded arrayvec v0.7.6 |
511 | 2024-12-06T20:29:41.214Z | Downloaded array-init v0.0.4 |
512 | 2024-12-06T20:29:41.214Z | Downloaded hmac v0.12.1 |
513 | 2024-12-06T20:29:41.217Z | Downloaded instant v0.1.13 |
514 | 2024-12-06T20:29:41.220Z | Downloaded cstr-argument v0.1.2 |
515 | 2024-12-06T20:29:41.220Z | Downloaded crucible-workspace-hack v0.1.0 |
516 | 2024-12-06T20:29:41.220Z | Downloaded cfg_aliases v0.2.1 |
517 | 2024-12-06T20:29:41.220Z | Downloaded http-range v0.1.5 |
518 | 2024-12-06T20:29:41.222Z | Downloaded ciborium-ll v0.2.2 |
519 | 2024-12-06T20:29:41.225Z | Downloaded cobs v0.2.3 |
520 | 2024-12-06T20:29:41.225Z | Downloaded colored v2.1.0 |
521 | 2024-12-06T20:29:41.227Z | Downloaded cassowary v0.3.0 |
522 | 2024-12-06T20:29:41.230Z | Downloaded convert_case v0.4.0 |
523 | 2024-12-06T20:29:41.230Z | Downloaded constant_time_eq v0.3.1 |
524 | 2024-12-06T20:29:41.232Z | Downloaded cmake v0.1.51 |
525 | 2024-12-06T20:29:41.232Z | Downloaded cipher v0.4.4 |
526 | 2024-12-06T20:29:41.235Z | Downloaded chacha20 v0.9.1 |
527 | 2024-12-06T20:29:41.238Z | Downloaded hubpack v0.1.2 |
528 | 2024-12-06T20:29:41.241Z | Downloaded hostname v0.4.0 |
529 | 2024-12-06T20:29:41.241Z | Downloaded const_format_proc_macros v0.2.33 |
530 | 2024-12-06T20:29:41.244Z | Downloaded bitfield-struct v0.6.2 |
531 | 2024-12-06T20:29:41.244Z | Downloaded bit-set v0.5.3 |
532 | 2024-12-06T20:29:41.244Z | Downloaded async-trait v0.1.83 |
533 | 2024-12-06T20:29:41.248Z | Downloaded is_ci v1.2.0 |
534 | 2024-12-06T20:29:41.250Z | Downloaded castaway v0.2.3 |
535 | 2024-12-06T20:29:41.252Z | Downloaded bzip2 v0.4.4 |
536 | 2024-12-06T20:29:41.254Z | Downloaded blowfish v0.9.1 |
537 | 2024-12-06T20:29:41.254Z | Downloaded indent_write v2.2.0 |
538 | 2024-12-06T20:29:41.257Z | Downloaded md5 v0.7.0 |
539 | 2024-12-06T20:29:41.257Z | Downloaded ctr v0.9.2 |
540 | 2024-12-06T20:29:41.259Z | Downloaded matches v0.1.10 |
541 | 2024-12-06T20:29:41.262Z | Downloaded match_cfg v0.1.0 |
542 | 2024-12-06T20:29:41.262Z | Downloaded internet-checksum v0.2.1 |
543 | 2024-12-06T20:29:41.262Z | Downloaded impl-trait-for-tuples v0.2.2 |
544 | 2024-12-06T20:29:41.265Z | Downloaded maplit v1.0.2 |
545 | 2024-12-06T20:29:41.268Z | Downloaded maybe-uninit v2.0.0 |
546 | 2024-12-06T20:29:41.268Z | Downloaded kstat-rs v0.2.4 |
547 | 2024-12-06T20:29:41.270Z | Downloaded ahash v0.8.11 |
548 | 2024-12-06T20:29:41.273Z | Downloaded strum v0.26.3 |
549 | 2024-12-06T20:29:41.273Z | Downloaded curve25519-dalek-derive v0.1.1 |
550 | 2024-12-06T20:29:41.276Z | Downloaded progenitor-client v0.8.0 |
551 | 2024-12-06T20:29:41.276Z | Downloaded crc-catalog v2.4.0 |
552 | 2024-12-06T20:29:41.278Z | Downloaded indoc v1.0.9 |
553 | 2024-12-06T20:29:41.281Z | Downloaded inout v0.1.3 |
554 | 2024-12-06T20:29:41.285Z | Downloaded lazy_static v1.5.0 |
555 | 2024-12-06T20:29:41.285Z | Downloaded cookie_store v0.21.0 |
556 | 2024-12-06T20:29:41.288Z | Downloaded cancel-safe-futures v0.1.5 |
557 | 2024-12-06T20:29:41.290Z | Downloaded instability v0.3.2 |
558 | 2024-12-06T20:29:41.290Z | Downloaded buf-list v1.0.3 |
559 | 2024-12-06T20:29:41.292Z | Downloaded crc v3.2.1 |
560 | 2024-12-06T20:29:41.295Z | Downloaded rustversion v1.0.17 |
561 | 2024-12-06T20:29:41.297Z | Downloaded sqlparser_derive v0.2.2 |
562 | 2024-12-06T20:29:41.300Z | Downloaded signal-hook-tokio v0.3.1 |
563 | 2024-12-06T20:29:41.300Z | Downloaded lazycell v1.3.0 |
564 | 2024-12-06T20:29:41.303Z | Downloaded blake2 v0.10.6 |
565 | 2024-12-06T20:29:41.306Z | Downloaded waitgroup v0.1.2 |
566 | 2024-12-06T20:29:41.306Z | Downloaded cookie v0.18.1 |
567 | 2024-12-06T20:29:41.309Z | Downloaded darling_macro v0.20.10 |
568 | 2024-12-06T20:29:41.309Z | Downloaded mime v0.3.17 |
569 | 2024-12-06T20:29:41.311Z | Downloaded linked-hash-map v0.5.6 |
570 | 2024-12-06T20:29:41.311Z | Downloaded is-terminal v0.4.13 |
571 | 2024-12-06T20:29:41.314Z | Downloaded rustls-pemfile v1.0.4 |
572 | 2024-12-06T20:29:41.316Z | Downloaded rustc_version v0.1.7 |
573 | 2024-12-06T20:29:41.316Z | Downloaded csv-core v0.1.11 |
574 | 2024-12-06T20:29:41.320Z | Downloaded keccak v0.1.5 |
575 | 2024-12-06T20:29:41.320Z | Downloaded cexpr v0.6.0 |
576 | 2024-12-06T20:29:41.322Z | Downloaded idna_adapter v1.2.0 |
577 | 2024-12-06T20:29:41.323Z | Downloaded ciborium v0.2.2 |
578 | 2024-12-06T20:29:41.325Z | Downloaded endian-type v0.1.2 |
579 | 2024-12-06T20:29:41.325Z | Downloaded dhcproto-macros v0.1.0 |
580 | 2024-12-06T20:29:41.328Z | Downloaded slog-stdlog v4.1.1 |
581 | 2024-12-06T20:29:41.328Z | Downloaded memoffset v0.9.1 |
582 | 2024-12-06T20:29:41.331Z | Downloaded md-5 v0.10.6 |
583 | 2024-12-06T20:29:41.331Z | Downloaded structmeta-derive v0.3.0 |
584 | 2024-12-06T20:29:41.333Z | Downloaded crossbeam-utils v0.8.20 |
585 | 2024-12-06T20:29:41.335Z | Downloaded crossbeam-epoch v0.9.18 |
586 | 2024-12-06T20:29:41.337Z | Downloaded tiny-keccak v2.0.2 |
587 | 2024-12-06T20:29:41.340Z | Downloaded tinystr v0.7.6 |
588 | 2024-12-06T20:29:41.343Z | Downloaded quick-error v1.2.3 |
589 | 2024-12-06T20:29:41.346Z | Downloaded thiserror-impl v2.0.3 |
590 | 2024-12-06T20:29:41.346Z | Downloaded unicase v2.7.0 |
591 | 2024-12-06T20:29:41.350Z | Downloaded rand_chacha v0.3.1 |
592 | 2024-12-06T20:29:41.352Z | Downloaded jobserver v0.1.32 |
593 | 2024-12-06T20:29:41.353Z | Downloaded lalrpop-util v0.19.12 |
594 | 2024-12-06T20:29:41.353Z | Downloaded unicode-xid v0.2.6 |
595 | 2024-12-06T20:29:41.355Z | Downloaded iana-time-zone v0.1.61 |
596 | 2024-12-06T20:29:41.357Z | Downloaded base64 v0.13.1 |
597 | 2024-12-06T20:29:41.360Z | Downloaded whoami v1.5.2 |
598 | 2024-12-06T20:29:41.362Z | Downloaded mirai-annotations v1.12.0 |
599 | 2024-12-06T20:29:41.365Z | Downloaded crc32fast v1.4.2 |
600 | 2024-12-06T20:29:41.365Z | Downloaded lru-cache v0.1.2 |
601 | 2024-12-06T20:29:41.367Z | Downloaded lock_api v0.4.12 |
602 | 2024-12-06T20:29:41.369Z | Downloaded data-encoding v2.6.0 |
603 | 2024-12-06T20:29:41.371Z | Downloaded console v0.15.8 |
604 | 2024-12-06T20:29:41.373Z | Downloaded smallvec v0.6.14 |
605 | 2024-12-06T20:29:41.376Z | Downloaded ena v0.14.3 |
606 | 2024-12-06T20:29:41.378Z | Downloaded embedded-io v0.4.0 |
607 | 2024-12-06T20:29:41.378Z | Downloaded mime_guess v2.0.5 |
608 | 2024-12-06T20:29:41.380Z | Downloaded memmap2 v0.9.5 |
609 | 2024-12-06T20:29:41.382Z | Downloaded foreign-types-shared v0.1.1 |
610 | 2024-12-06T20:29:41.385Z | Downloaded crc-any v2.5.0 |
611 | 2024-12-06T20:29:41.387Z | Downloaded backtrace v0.3.74 |
612 | 2024-12-06T20:29:41.391Z | Downloaded utf8_iter v1.0.4 |
613 | 2024-12-06T20:29:41.393Z | Downloaded tokio-stream v0.1.16 |
614 | 2024-12-06T20:29:41.397Z | Downloaded foreign-types-shared v0.3.1 |
615 | 2024-12-06T20:29:41.399Z | Downloaded linear-map v1.2.0 |
616 | 2024-12-06T20:29:41.401Z | Downloaded hyper-util v0.1.10 |
617 | 2024-12-06T20:29:41.404Z | Downloaded compact_str v0.8.0 |
618 | 2024-12-06T20:29:41.407Z | Downloaded allocator-api2 v0.2.18 |
619 | 2024-12-06T20:29:41.411Z | Downloaded bytes v1.8.0 |
620 | 2024-12-06T20:29:41.414Z | Downloaded embedded-io v0.6.1 |
621 | 2024-12-06T20:29:41.418Z | Downloaded time-macros v0.2.18 |
622 | 2024-12-06T20:29:41.420Z | Downloaded strum_macros v0.25.3 |
623 | 2024-12-06T20:29:41.423Z | Downloaded strum_macros v0.24.3 |
624 | 2024-12-06T20:29:41.423Z | Downloaded chacha20poly1305 v0.10.1 |
625 | 2024-12-06T20:29:41.426Z | Downloaded icu_normalizer v1.5.0 |
626 | 2024-12-06T20:29:41.428Z | Downloaded serde-big-array v0.5.1 |
627 | 2024-12-06T20:29:41.431Z | Downloaded form_urlencoded v1.2.1 |
628 | 2024-12-06T20:29:41.431Z | Downloaded tokio-tungstenite v0.21.0 |
629 | 2024-12-06T20:29:41.434Z | Downloaded fragile v2.0.0 |
630 | 2024-12-06T20:29:41.437Z | Downloaded base64 v0.21.7 |
631 | 2024-12-06T20:29:41.450Z | Downloaded powerfmt v0.2.0 |
632 | 2024-12-06T20:29:41.453Z | Downloaded icu_properties v1.5.1 |
633 | 2024-12-06T20:29:41.455Z | Downloaded icu_normalizer_data v1.5.0 |
634 | 2024-12-06T20:29:41.458Z | Downloaded percent-encoding v2.3.1 |
635 | 2024-12-06T20:29:41.458Z | Downloaded postgres-protocol v0.6.7 |
636 | 2024-12-06T20:29:41.462Z | Downloaded crypto-bigint v0.5.5 |
637 | 2024-12-06T20:29:41.467Z | Downloaded rtoolbox v0.0.2 |
638 | 2024-12-06T20:29:41.471Z | Downloaded tokio-tungstenite v0.24.0 |
639 | 2024-12-06T20:29:41.473Z | Downloaded tokio-tungstenite v0.23.1 |
640 | 2024-12-06T20:29:41.473Z | Downloaded semver v0.1.20 |
641 | 2024-12-06T20:29:41.476Z | Downloaded strum_macros v0.26.4 |
642 | 2024-12-06T20:29:41.479Z | Downloaded ref-cast-impl v1.0.23 |
643 | 2024-12-06T20:29:41.479Z | Downloaded packed_struct_codegen v0.10.1 |
644 | 2024-12-06T20:29:41.479Z | Downloaded rsa v0.9.6 |
645 | 2024-12-06T20:29:41.484Z | Downloaded num-conv v0.1.0 |
646 | 2024-12-06T20:29:41.487Z | Downloaded fxhash v0.2.1 |
647 | 2024-12-06T20:29:41.487Z | Downloaded serde-hex v0.1.0 |
648 | 2024-12-06T20:29:41.489Z | Downloaded structmeta v0.2.0 |
649 | 2024-12-06T20:29:41.489Z | Downloaded postgres-types v0.2.8 |
650 | 2024-12-06T20:29:41.493Z | Downloaded icu_collections v1.5.0 |
651 | 2024-12-06T20:29:41.498Z | Downloaded futures-macro v0.3.31 |
652 | 2024-12-06T20:29:41.500Z | Downloaded phf_shared v0.10.0 |
653 | 2024-12-06T20:29:41.501Z | Downloaded russh-cryptovec v0.7.3 |
654 | 2024-12-06T20:29:41.503Z | Downloaded siphasher v0.3.11 |
655 | 2024-12-06T20:29:41.505Z | Downloaded rusty-fork v0.3.0 |
656 | 2024-12-06T20:29:41.505Z | Downloaded normalize-line-endings v0.3.0 |
657 | 2024-12-06T20:29:41.509Z | Downloaded darling_core v0.20.10 |
658 | 2024-12-06T20:29:41.511Z | Downloaded zerocopy v0.6.6 |
659 | 2024-12-06T20:29:41.513Z | Downloaded indicatif v0.17.9 |
660 | 2024-12-06T20:29:41.518Z | Downloaded ssh-cipher v0.2.0 |
661 | 2024-12-06T20:29:41.520Z | Downloaded indexmap v1.9.3 |
662 | 2024-12-06T20:29:41.523Z | Downloaded pretty-hex v0.2.1 |
663 | 2024-12-06T20:29:41.525Z | Downloaded termtree v0.4.1 |
664 | 2024-12-06T20:29:41.528Z | Downloaded num-traits v0.2.19 |
665 | 2024-12-06T20:29:41.529Z | Downloaded mockall v0.13.0 |
666 | 2024-12-06T20:29:41.531Z | Downloaded fs_extra v1.3.0 |
667 | 2024-12-06T20:29:41.533Z | Downloaded proc-macro-crate v1.3.1 |
668 | 2024-12-06T20:29:41.535Z | Downloaded dsl_auto_type v0.1.2 |
669 | 2024-12-06T20:29:41.535Z | Downloaded deranged v0.3.11 |
670 | 2024-12-06T20:29:41.538Z | Downloaded zone v0.3.0 |
671 | 2024-12-06T20:29:41.538Z | Downloaded zone v0.1.8 |
672 | 2024-12-06T20:29:41.540Z | Downloaded postcard v1.0.10 |
673 | 2024-12-06T20:29:41.542Z | Downloaded crossbeam-channel v0.5.13 |
674 | 2024-12-06T20:29:41.546Z | Downloaded rustc-demangle v0.1.24 |
675 | 2024-12-06T20:29:41.549Z | Downloaded num v0.4.3 |
676 | 2024-12-06T20:29:41.551Z | Downloaded nanorand v0.7.0 |
677 | 2024-12-06T20:29:41.553Z | Downloaded rustc-hash v1.1.0 |
678 | 2024-12-06T20:29:41.553Z | Downloaded shell-words v1.1.0 |
679 | 2024-12-06T20:29:41.556Z | Downloaded either v1.13.0 |
680 | 2024-12-06T20:29:41.556Z | Downloaded phf_generator v0.11.2 |
681 | 2024-12-06T20:29:41.559Z | Downloaded phf_codegen v0.11.2 |
682 | 2024-12-06T20:29:41.559Z | Downloaded uuid v1.11.0 |
683 | 2024-12-06T20:29:41.562Z | Downloaded foreign-types v0.5.0 |
684 | 2024-12-06T20:29:41.565Z | Downloaded fd-lock v4.0.2 |
685 | 2024-12-06T20:29:41.568Z | Downloaded universal-hash v0.5.1 |
686 | 2024-12-06T20:29:41.568Z | Downloaded strip-ansi-escapes v0.2.0 |
687 | 2024-12-06T20:29:41.571Z | Downloaded unicode-truncate v1.1.0 |
688 | 2024-12-06T20:29:41.571Z | Downloaded unarray v0.1.4 |
689 | 2024-12-06T20:29:41.571Z | Downloaded zeroize_derive v1.4.2 |
690 | 2024-12-06T20:29:41.574Z | Downloaded structmeta-derive v0.2.0 |
691 | 2024-12-06T20:29:41.578Z | Downloaded num-iter v0.1.45 |
692 | 2024-12-06T20:29:41.578Z | Downloaded tokio-rustls v0.26.0 |
693 | 2024-12-06T20:29:41.581Z | Downloaded termios v0.3.3 |
694 | 2024-12-06T20:29:41.581Z | Downloaded elliptic-curve v0.13.8 |
695 | 2024-12-06T20:29:41.583Z | Downloaded oso-derive v0.27.3 |
696 | 2024-12-06T20:29:41.586Z | Downloaded openssl-probe v0.1.5 |
697 | 2024-12-06T20:29:41.586Z | Downloaded topological-sort v0.2.2 |
698 | 2024-12-06T20:29:41.590Z | Downloaded num-integer v0.1.46 |
699 | 2024-12-06T20:29:41.590Z | Downloaded num-derive v0.4.2 |
700 | 2024-12-06T20:29:41.593Z | Downloaded der_derive v0.7.3 |
701 | 2024-12-06T20:29:41.593Z | Downloaded prettyplease v0.2.25 |
702 | 2024-12-06T20:29:41.596Z | Downloaded slab v0.4.9 |
703 | 2024-12-06T20:29:41.598Z | Downloaded untrusted v0.9.0 |
704 | 2024-12-06T20:29:41.601Z | Downloaded typify-macro v0.2.0 |
705 | 2024-12-06T20:29:41.601Z | Downloaded untrusted v0.7.1 |
706 | 2024-12-06T20:29:41.603Z | Downloaded phf_shared v0.11.2 |
707 | 2024-12-06T20:29:41.603Z | Downloaded serde_derive_internals v0.29.1 |
708 | 2024-12-06T20:29:41.606Z | Downloaded dirs-sys-next v0.1.2 |
709 | 2024-12-06T20:29:41.606Z | Downloaded twox-hash v1.6.3 |
710 | 2024-12-06T20:29:41.608Z | Downloaded peg-macros v0.8.4 |
711 | 2024-12-06T20:29:41.611Z | Downloaded nu-ansi-term v0.50.1 |
712 | 2024-12-06T20:29:41.613Z | Downloaded mockall_derive v0.13.0 |
713 | 2024-12-06T20:29:41.616Z | Downloaded primeorder v0.13.6 |
714 | 2024-12-06T20:29:41.616Z | Downloaded predicates-tree v1.0.11 |
715 | 2024-12-06T20:29:41.620Z | Downloaded display-error-chain v0.2.2 |
716 | 2024-12-06T20:29:41.620Z | Downloaded enum-as-inner v0.5.1 |
717 | 2024-12-06T20:29:41.622Z | Downloaded aes-gcm v0.10.3 |
718 | 2024-12-06T20:29:41.625Z | Downloaded number_prefix v0.4.0 |
719 | 2024-12-06T20:29:41.628Z | Downloaded num_threads v0.1.7 |
720 | 2024-12-06T20:29:41.628Z | Downloaded toml v0.7.8 |
721 | 2024-12-06T20:29:41.631Z | Downloaded tokio-rustls v0.24.1 |
722 | 2024-12-06T20:29:41.633Z | Downloaded termcolor v1.4.1 |
723 | 2024-12-06T20:29:41.637Z | Downloaded want v0.3.1 |
724 | 2024-12-06T20:29:41.637Z | Downloaded shlex v1.3.0 |
725 | 2024-12-06T20:29:41.637Z | Downloaded term v0.7.0 |
726 | 2024-12-06T20:29:41.640Z | Downloaded rustfmt-wrapper v0.2.1 |
727 | 2024-12-06T20:29:41.643Z | Downloaded rustc_version v0.4.1 |
728 | 2024-12-06T20:29:41.645Z | Downloaded slog-json v2.6.1 |
729 | 2024-12-06T20:29:41.645Z | Downloaded derive_builder_core v0.20.2 |
730 | 2024-12-06T20:29:41.648Z | Downloaded derive-where v1.2.7 |
731 | 2024-12-06T20:29:41.651Z | Downloaded crossterm v0.28.1 |
732 | 2024-12-06T20:29:41.658Z | Downloaded yoke-derive v0.7.4 |
733 | 2024-12-06T20:29:41.660Z | Downloaded rfc6979 v0.4.0 |
734 | 2024-12-06T20:29:41.662Z | Downloaded polyval v0.6.2 |
735 | 2024-12-06T20:29:41.662Z | Downloaded sync_wrapper v1.0.1 |
736 | 2024-12-06T20:29:41.665Z | Downloaded new_debug_unreachable v1.0.6 |
737 | 2024-12-06T20:29:41.665Z | Downloaded defmt-parser v0.3.4 |
738 | 2024-12-06T20:29:41.667Z | Downloaded utf16_iter v1.0.5 |
739 | 2024-12-06T20:29:41.668Z | Downloaded utf-8 v0.7.6 |
740 | 2024-12-06T20:29:41.670Z | Downloaded snafu-derive v0.8.5 |
741 | 2024-12-06T20:29:41.673Z | Downloaded slog-bunyan v2.5.0 |
742 | 2024-12-06T20:29:41.673Z | Downloaded multer v3.1.0 |
743 | 2024-12-06T20:29:41.676Z | Downloaded similar v2.6.0 |
744 | 2024-12-06T20:29:41.679Z | Downloaded same-file v1.0.6 |
745 | 2024-12-06T20:29:41.682Z | Downloaded enum-as-inner v0.6.1 |
746 | 2024-12-06T20:29:41.684Z | Downloaded num-complex v0.4.6 |
747 | 2024-12-06T20:29:41.687Z | Downloaded stringprep v0.1.5 |
748 | 2024-12-06T20:29:41.687Z | Downloaded pbkdf2 v0.12.2 |
749 | 2024-12-06T20:29:41.689Z | Downloaded hkdf v0.12.4 |
750 | 2024-12-06T20:29:41.692Z | Downloaded snafu v0.8.5 |
751 | 2024-12-06T20:29:41.697Z | Downloaded foreign-types v0.3.2 |
752 | 2024-12-06T20:29:41.700Z | Downloaded xz2 v0.1.7 |
753 | 2024-12-06T20:29:41.702Z | Downloaded xattr v1.3.1 |
754 | 2024-12-06T20:29:41.702Z | Downloaded wyz v0.5.1 |
755 | 2024-12-06T20:29:41.704Z | Downloaded rustc-hash v2.0.0 |
756 | 2024-12-06T20:29:41.707Z | Downloaded unicode-properties v0.1.3 |
757 | 2024-12-06T20:29:41.709Z | Downloaded subtle v2.6.1 |
758 | 2024-12-06T20:29:41.709Z | Downloaded write16 v1.0.0 |
759 | 2024-12-06T20:29:41.713Z | Downloaded string_cache v0.8.7 |
760 | 2024-12-06T20:29:41.713Z | Downloaded precomputed-hash v0.1.1 |
761 | 2024-12-06T20:29:41.713Z | Downloaded static_assertions v1.1.0 |
762 | 2024-12-06T20:29:41.716Z | Downloaded foldhash v0.1.3 |
763 | 2024-12-06T20:29:41.716Z | Downloaded stable_deref_trait v1.2.0 |
764 | 2024-12-06T20:29:41.718Z | Downloaded derive_builder v0.20.2 |
765 | 2024-12-06T20:29:41.722Z | Downloaded rayon-core v1.12.1 |
766 | 2024-12-06T20:29:41.725Z | Downloaded zerofrom v0.1.4 |
767 | 2024-12-06T20:29:41.729Z | Downloaded r2d2 v0.8.10 |
768 | 2024-12-06T20:29:41.731Z | Downloaded peg v0.8.4 |
769 | 2024-12-06T20:29:41.734Z | Downloaded slog-dtrace v0.3.0 |
770 | 2024-12-06T20:29:41.734Z | Downloaded supports-color v3.0.1 |
771 | 2024-12-06T20:29:41.737Z | Downloaded tokio-postgres v0.7.12 |
772 | 2024-12-06T20:29:41.741Z | Downloaded serde_repr v0.1.19 |
773 | 2024-12-06T20:29:41.743Z | Downloaded serde_plain v1.0.2 |
774 | 2024-12-06T20:29:41.748Z | Downloaded tracing-core v0.1.32 |
775 | 2024-12-06T20:29:41.750Z | Downloaded radium v0.7.0 |
776 | 2024-12-06T20:29:41.750Z | Downloaded pkg-config v0.3.31 |
777 | 2024-12-06T20:29:41.750Z | Downloaded serde_path_to_error v0.1.16 |
778 | 2024-12-06T20:29:41.754Z | Downloaded zerocopy-derive v0.8.10 |
779 | 2024-12-06T20:29:41.758Z | Downloaded pbkdf2 v0.11.0 |
780 | 2024-12-06T20:29:41.762Z | Downloaded downcast v0.11.0 |
781 | 2024-12-06T20:29:41.764Z | Downloaded vsss-rs v3.3.4 |
782 | 2024-12-06T20:29:41.766Z | Downloaded dyn-clone v1.0.17 |
783 | 2024-12-06T20:29:41.769Z | Downloaded tokio-macros v2.4.0 |
784 | 2024-12-06T20:29:41.774Z | Downloaded tls_codec_derive v0.4.1 |
785 | 2024-12-06T20:29:41.774Z | Downloaded smf v0.2.3 |
786 | 2024-12-06T20:29:41.774Z | Downloaded aho-corasick v1.1.3 |
787 | 2024-12-06T20:29:41.779Z | Downloaded spin v0.5.2 |
788 | 2024-12-06T20:29:41.783Z | Downloaded tls_codec v0.4.1 |
789 | 2024-12-06T20:29:41.783Z | Downloaded tungstenite v0.23.0 |
790 | 2024-12-06T20:29:41.786Z | Downloaded unicode-bidi v0.3.17 |
791 | 2024-12-06T20:29:41.789Z | Downloaded progenitor v0.8.0 |
792 | 2024-12-06T20:29:41.794Z | Downloaded predicates-core v1.0.8 |
793 | 2024-12-06T20:29:41.794Z | Downloaded quinn-udp v0.5.5 |
794 | 2024-12-06T20:29:41.794Z | Downloaded tungstenite v0.24.0 |
795 | 2024-12-06T20:29:41.798Z | Downloaded diesel_table_macro_syntax v0.2.0 |
796 | 2024-12-06T20:29:41.800Z | Downloaded take_mut v0.2.2 |
797 | 2024-12-06T20:29:41.801Z | Downloaded defmt-macros v0.3.9 |
798 | 2024-12-06T20:29:41.803Z | Downloaded simd-adler32 v0.3.7 |
799 | 2024-12-06T20:29:41.805Z | Downloaded futures-executor v0.3.31 |
800 | 2024-12-06T20:29:41.808Z | Downloaded glob v0.3.1 |
801 | 2024-12-06T20:29:41.808Z | Downloaded tokio-native-tls v0.3.1 |
802 | 2024-12-06T20:29:41.811Z | Downloaded opaque-debug v0.3.1 |
803 | 2024-12-06T20:29:41.813Z | Downloaded nodrop v0.1.14 |
804 | 2024-12-06T20:29:41.813Z | Downloaded time-core v0.1.2 |
805 | 2024-12-06T20:29:41.816Z | Downloaded ppv-lite86 v0.2.20 |
806 | 2024-12-06T20:29:41.816Z | Downloaded yoke v0.7.4 |
807 | 2024-12-06T20:29:41.819Z | Downloaded rand v0.8.5 |
808 | 2024-12-06T20:29:41.821Z | Downloaded sha1 v0.10.6 |
809 | 2024-12-06T20:29:41.825Z | Downloaded blake3 v1.5.4 |
810 | 2024-12-06T20:29:41.831Z | Downloaded openssl-macros v0.1.1 |
811 | 2024-12-06T20:29:41.834Z | Downloaded smallvec v1.13.2 |
812 | 2024-12-06T20:29:41.836Z | Downloaded expectorate v1.1.0 |
813 | 2024-12-06T20:29:41.839Z | Downloaded ed25519 v2.2.3 |
814 | 2024-12-06T20:29:41.841Z | Downloaded half v2.4.1 |
815 | 2024-12-06T20:29:41.844Z | Downloaded defmt v0.3.8 |
816 | 2024-12-06T20:29:41.846Z | Downloaded vte_generate_state_changes v0.1.2 |
817 | 2024-12-06T20:29:41.849Z | Downloaded parse-display-derive v0.10.0 |
818 | 2024-12-06T20:29:41.851Z | Downloaded parse-display v0.10.0 |
819 | 2024-12-06T20:29:41.851Z | Downloaded unicode_categories v0.1.1 |
820 | 2024-12-06T20:29:41.854Z | Downloaded tower-service v0.3.3 |
821 | 2024-12-06T20:29:41.854Z | Downloaded num-rational v0.4.2 |
822 | 2024-12-06T20:29:41.856Z | Downloaded ff v0.13.0 |
823 | 2024-12-06T20:29:41.859Z | Downloaded derive_builder_macro v0.20.2 |
824 | 2024-12-06T20:29:41.859Z | Downloaded filetime v0.2.25 |
825 | 2024-12-06T20:29:41.862Z | Downloaded predicates v3.1.2 |
826 | 2024-12-06T20:29:41.864Z | Downloaded typed-path v0.9.3 |
827 | 2024-12-06T20:29:41.870Z | Downloaded ssh-encoding v0.2.0 |
828 | 2024-12-06T20:29:41.874Z | Downloaded pin-utils v0.1.0 |
829 | 2024-12-06T20:29:41.877Z | Downloaded parking_lot v0.12.3 |
830 | 2024-12-06T20:29:41.877Z | Downloaded newline-converter v0.3.0 |
831 | 2024-12-06T20:29:41.879Z | Downloaded path-slash v0.1.5 |
832 | 2024-12-06T20:29:41.879Z | Downloaded newtype_derive v0.1.6 |
833 | 2024-12-06T20:29:41.881Z | Downloaded olpc-cjson v0.1.4 |
834 | 2024-12-06T20:29:41.883Z | Downloaded resolv-conf v0.7.0 |
835 | 2024-12-06T20:29:41.883Z | Downloaded serde_with v3.11.0 |
836 | 2024-12-06T20:29:41.892Z | Downloaded hash32 v0.3.1 |
837 | 2024-12-06T20:29:41.895Z | Downloaded thiserror v2.0.3 |
838 | 2024-12-06T20:29:41.900Z | Downloaded zerovec-derive v0.10.3 |
839 | 2024-12-06T20:29:41.903Z | Downloaded walkdir v2.5.0 |
840 | 2024-12-06T20:29:41.906Z | Downloaded dropshot_endpoint v0.13.0 |
841 | 2024-12-06T20:29:42.037Z | Downloaded foreign-types-macros v0.2.3 |
842 | 2024-12-06T20:29:42.040Z | Downloaded peg-runtime v0.8.3 |
843 | 2024-12-06T20:29:42.040Z | Downloaded fallible-iterator v0.2.0 |
844 | 2024-12-06T20:29:42.040Z | Downloaded ecdsa v0.16.9 |
845 | 2024-12-06T20:29:42.040Z | Downloaded num-bigint v0.4.6 |
846 | 2024-12-06T20:29:42.040Z | Downloaded try-lock v0.2.5 |
847 | 2024-12-06T20:29:42.040Z | Downloaded bindgen v0.69.5 |
848 | 2024-12-06T20:29:42.040Z | Downloaded slog-async v2.8.0 |
849 | 2024-12-06T20:29:42.040Z | Downloaded parse-size v1.1.0 |
850 | 2024-12-06T20:29:42.040Z | Downloaded slog-scope v4.4.0 |
851 | 2024-12-06T20:29:42.040Z | Downloaded debug-ignore v1.0.5 |
852 | 2024-12-06T20:29:42.040Z | Downloaded hyper v1.5.0 |
853 | 2024-12-06T20:29:42.040Z | Downloaded rand_seeder v0.3.0 |
854 | 2024-12-06T20:29:42.040Z | Downloaded flagset v0.4.6 |
855 | 2024-12-06T20:29:42.040Z | Downloaded fallible-streaming-iterator v0.1.9 |
856 | 2024-12-06T20:29:42.040Z | Downloaded socket2 v0.5.7 |
857 | 2024-12-06T20:29:42.040Z | Downloaded spin v0.9.8 |
858 | 2024-12-06T20:29:42.040Z | Downloaded tap v1.0.1 |
859 | 2024-12-06T20:29:42.040Z | Downloaded serde_yaml v0.9.34+deprecated |
860 | 2024-12-06T20:29:42.040Z | Downloaded parse-zoneinfo v0.3.1 |
861 | 2024-12-06T20:29:42.041Z | Downloaded hashbrown v0.14.5 |
862 | 2024-12-06T20:29:42.041Z | Downloaded rpassword v7.3.1 |
863 | 2024-12-06T20:29:42.041Z | Downloaded password-hash v0.5.0 |
864 | 2024-12-06T20:29:42.041Z | Downloaded zone_cfg_derive v0.1.2 |
865 | 2024-12-06T20:29:42.041Z | Downloaded rustls-pemfile v2.2.0 |
866 | 2024-12-06T20:29:42.041Z | Downloaded der v0.7.9 |
867 | 2024-12-06T20:29:42.041Z | Downloaded multimap v0.10.0 |
868 | 2024-12-06T20:29:42.041Z | Downloaded url v2.5.3 |
869 | 2024-12-06T20:29:42.041Z | Downloaded diesel_derives v2.2.3 |
870 | 2024-12-06T20:29:42.041Z | Downloaded itertools v0.13.0 |
871 | 2024-12-06T20:29:42.041Z | Downloaded slog-envlogger v2.2.0 |
872 | 2024-12-06T20:29:42.041Z | Downloaded rand_core v0.6.4 |
873 | 2024-12-06T20:29:42.041Z | Downloaded toolchain_find v0.4.0 |
874 | 2024-12-06T20:29:42.041Z | Downloaded wait-timeout v0.2.0 |
875 | 2024-12-06T20:29:42.041Z | Downloaded tui-tree-widget v0.22.0 |
876 | 2024-12-06T20:29:42.041Z | Downloaded signature v2.2.0 |
877 | 2024-12-06T20:29:42.041Z | Downloaded hash32 v0.2.1 |
878 | 2024-12-06T20:29:42.041Z | Downloaded zopfli v0.8.1 |
879 | 2024-12-06T20:29:42.041Z | Downloaded owo-colors v4.1.0 |
880 | 2024-12-06T20:29:42.041Z | Downloaded zone_cfg_derive v0.3.0 |
881 | 2024-12-06T20:29:42.041Z | Downloaded idna v1.0.3 |
882 | 2024-12-06T20:29:42.041Z | Downloaded des v0.8.1 |
883 | 2024-12-06T20:29:42.041Z | Downloaded float-cmp v0.9.0 |
884 | 2024-12-06T20:29:42.041Z | Downloaded progenitor-impl v0.8.0 |
885 | 2024-12-06T20:29:42.041Z | Downloaded x509-cert v0.2.5 |
886 | 2024-12-06T20:29:42.041Z | Downloaded float-ord v0.3.2 |
887 | 2024-12-06T20:29:42.041Z | Downloaded rustls-pki-types v1.9.0 |
888 | 2024-12-06T20:29:42.041Z | Downloaded tinyvec_macros v0.1.1 |
889 | 2024-12-06T20:29:42.041Z | Downloaded futures-io v0.3.31 |
890 | 2024-12-06T20:29:42.041Z | Downloaded futures-core v0.3.31 |
891 | 2024-12-06T20:29:42.041Z | Downloaded zerofrom-derive v0.1.4 |
892 | 2024-12-06T20:29:42.041Z | Downloaded thread_local v1.1.8 |
893 | 2024-12-06T20:29:42.041Z | Downloaded vte v0.11.1 |
894 | 2024-12-06T20:29:42.044Z | Downloaded value-bag v1.9.0 |
895 | 2024-12-06T20:29:42.044Z | Downloaded unicode-segmentation v1.12.0 |
896 | 2024-12-06T20:29:42.047Z | Downloaded tracing-attributes v0.1.27 |
897 | 2024-12-06T20:29:42.049Z | Downloaded zeroize v1.8.1 |
898 | 2024-12-06T20:29:42.052Z | Downloaded salsa20 v0.10.2 |
899 | 2024-12-06T20:29:42.054Z | Downloaded schemars_derive v0.8.21 |
900 | 2024-12-06T20:29:42.054Z | Downloaded group v0.13.0 |
901 | 2024-12-06T20:29:42.057Z | Downloaded tungstenite v0.21.0 |
902 | 2024-12-06T20:29:42.059Z | Downloaded steno v0.4.1 |
903 | 2024-12-06T20:29:42.064Z | Downloaded pem v3.0.4 |
904 | 2024-12-06T20:29:42.066Z | Downloaded thiserror-no-std v2.0.2 |
905 | 2024-12-06T20:29:42.069Z | Downloaded pkcs8 v0.10.2 |
906 | 2024-12-06T20:29:42.072Z | Downloaded dirs-next v2.0.0 |
907 | 2024-12-06T20:29:42.075Z | Downloaded psl-types v2.0.11 |
908 | 2024-12-06T20:29:42.075Z | Downloaded progenitor-macro v0.8.0 |
909 | 2024-12-06T20:29:42.077Z | Downloaded uzers v0.12.1 |
910 | 2024-12-06T20:29:42.080Z | Downloaded reedline v0.35.0 |
911 | 2024-12-06T20:29:42.086Z | Downloaded slog v2.7.0 |
912 | 2024-12-06T20:29:42.089Z | Downloaded libxml v0.3.3 |
913 | 2024-12-06T20:29:42.096Z | Downloaded ghash v0.5.1 |
914 | 2024-12-06T20:29:42.098Z | Downloaded password-hash v0.4.2 |
915 | 2024-12-06T20:29:42.101Z | Downloaded globset v0.4.15 |
916 | 2024-12-06T20:29:42.101Z | Downloaded fatfs v0.3.6 |
917 | 2024-12-06T20:29:42.104Z | Downloaded vergen v8.3.2 |
918 | 2024-12-06T20:29:42.107Z | Downloaded parking_lot_core v0.9.10 |
919 | 2024-12-06T20:29:42.110Z | Downloaded signal-hook v0.3.17 |
920 | 2024-12-06T20:29:42.113Z | Downloaded pkcs5 v0.7.1 |
921 | 2024-12-06T20:29:42.117Z | Downloaded publicsuffix v2.2.3 |
922 | 2024-12-06T20:29:42.120Z | Downloaded flate2 v1.0.34 |
923 | 2024-12-06T20:29:42.126Z | Downloaded hashbrown v0.13.2 |
924 | 2024-12-06T20:29:42.130Z | Downloaded futures v0.3.31 |
925 | 2024-12-06T20:29:42.136Z | Downloaded pem-rfc7468 v0.7.0 |
926 | 2024-12-06T20:29:42.139Z | Downloaded diff v0.1.13 |
927 | 2024-12-06T20:29:42.141Z | Downloaded hashbrown v0.12.3 |
928 | 2024-12-06T20:29:42.146Z | Downloaded test-strategy v0.3.1 |
929 | 2024-12-06T20:29:42.150Z | Downloaded p521 v0.13.3 |
930 | 2024-12-06T20:29:42.154Z | Downloaded ref-cast v1.0.23 |
931 | 2024-12-06T20:29:42.157Z | Downloaded ron v0.7.1 |
932 | 2024-12-06T20:29:42.162Z | Downloaded displaydoc v0.2.5 |
933 | 2024-12-06T20:29:42.165Z | Downloaded ron v0.8.1 |
934 | 2024-12-06T20:29:42.170Z | Downloaded flume v0.11.1 |
935 | 2024-12-06T20:29:42.175Z | Downloaded schemars v0.8.21 |
936 | 2024-12-06T20:29:42.187Z | Downloaded tinyvec v1.8.0 |
937 | 2024-12-06T20:29:42.190Z | Downloaded portable-atomic v1.9.0 |
938 | 2024-12-06T20:29:42.198Z | Downloaded p256 v0.13.2 |
939 | 2024-12-06T20:29:42.201Z | Downloaded rusqlite v0.32.1 |
940 | 2024-12-06T20:29:42.208Z | Downloaded tracing v0.1.40 |
941 | 2024-12-06T20:29:42.213Z | Downloaded unicode-width v0.2.0 |
942 | 2024-12-06T20:29:42.220Z | Downloaded russh v0.45.0 |
943 | 2024-12-06T20:29:42.226Z | Downloaded tar v0.4.42 |
944 | 2024-12-06T20:29:42.228Z | Downloaded rayon v1.10.0 |
945 | 2024-12-06T20:29:42.238Z | Downloaded zip v2.1.3 |
946 | 2024-12-06T20:29:42.243Z | Downloaded derive_more v0.99.18 |
947 | 2024-12-06T20:29:42.248Z | Downloaded futures-util v0.3.31 |
948 | 2024-12-06T20:29:42.261Z | Downloaded regex v1.11.1 |
949 | 2024-12-06T20:29:42.275Z | Downloaded zip v0.6.6 |
950 | 2024-12-06T20:29:42.279Z | Downloaded toml_edit v0.19.15 |
951 | 2024-12-06T20:29:42.296Z | Downloaded proptest v1.5.0 |
952 | 2024-12-06T20:29:42.306Z | Downloaded dropshot v0.12.0 |
953 | 2024-12-06T20:29:42.327Z | Downloaded rustyline v14.0.0 |
954 | 2024-12-06T20:29:42.331Z | Downloaded lalrpop v0.19.12 |
955 | 2024-12-06T20:29:42.344Z | Downloaded icu_properties_data v1.5.0 |
956 | 2024-12-06T20:29:42.355Z | Downloaded regress v0.9.1 |
957 | 2024-12-06T20:29:42.365Z | Downloaded idna v0.5.0 |
958 | 2024-12-06T20:29:42.373Z | Downloaded h2 v0.4.6 |
959 | 2024-12-06T20:29:42.380Z | Downloaded tough v0.19.0 |
960 | 2024-12-06T20:29:42.388Z | Downloaded idna v0.3.0 |
961 | 2024-12-06T20:29:42.395Z | Downloaded rustls-webpki v0.101.7 |
962 | 2024-12-06T20:29:42.410Z | Downloaded reqwest v0.12.9 |
963 | 2024-12-06T20:29:42.420Z | Downloaded idna v0.4.0 |
964 | 2024-12-06T20:29:42.426Z | Downloaded zerovec v0.10.4 |
965 | 2024-12-06T20:29:42.432Z | Downloaded radix_trie v0.2.1 |
966 | 2024-12-06T20:29:42.437Z | Downloaded bstr v1.10.0 |
967 | 2024-12-06T20:29:42.449Z | Downloaded salty v0.3.0 |
968 | 2024-12-06T20:29:42.456Z | Downloaded diesel v2.2.4 |
969 | 2024-12-06T20:29:42.476Z | Downloaded git2 v0.19.0 |
970 | 2024-12-06T20:29:42.484Z | Downloaded polar-core v0.27.3 |
971 | 2024-12-06T20:29:42.494Z | Downloaded webpki-roots v0.26.6 |
972 | 2024-12-06T20:29:42.497Z | Downloaded hickory-proto v0.24.1 |
973 | 2024-12-06T20:29:42.513Z | Downloaded quinn-proto v0.11.8 |
974 | 2024-12-06T20:29:42.520Z | Downloaded object v0.30.4 |
975 | 2024-12-06T20:29:42.531Z | Downloaded p384 v0.13.0 |
976 | 2024-12-06T20:29:42.537Z | Downloaded regex-syntax v0.6.29 |
977 | 2024-12-06T20:29:42.545Z | Downloaded dropshot v0.13.0 |
978 | 2024-12-06T20:29:42.566Z | Downloaded petname v2.0.2 |
979 | 2024-12-06T20:29:42.572Z | Downloaded vcpkg v0.2.15 |
980 | 2024-12-06T20:29:42.611Z | Downloaded trust-dns-proto v0.22.0 |
981 | 2024-12-06T20:29:42.623Z | Downloaded nix v0.28.0 |
982 | 2024-12-06T20:29:42.636Z | Downloaded smoltcp v0.11.0 |
983 | 2024-12-06T20:29:42.648Z | Downloaded rustls v0.23.14 |
984 | 2024-12-06T20:29:42.660Z | Downloaded regex-syntax v0.8.5 |
985 | 2024-12-06T20:29:42.669Z | Downloaded openapiv3 v2.0.0 |
986 | 2024-12-06T20:29:42.683Z | Downloaded typify-impl v0.2.0 |
987 | 2024-12-06T20:29:42.699Z | Downloaded regress v0.10.1 |
988 | 2024-12-06T20:29:42.709Z | Downloaded rustls v0.22.4 |
989 | 2024-12-06T20:29:42.722Z | Downloaded nix v0.29.0 |
990 | 2024-12-06T20:29:42.734Z | Downloaded ratatui v0.28.1 |
991 | 2024-12-06T20:29:42.754Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
992 | 2024-12-06T20:29:42.767Z | Downloaded zerocopy-derive v0.6.6 |
993 | 2024-12-06T20:29:42.777Z | Downloaded object v0.36.5 |
994 | 2024-12-06T20:29:42.789Z | Downloaded openssl v0.10.66 |
995 | 2024-12-06T20:29:42.799Z | Downloaded sled v0.34.7 |
996 | 2024-12-06T20:29:42.809Z | Downloaded regex-automata v0.4.8 |
997 | 2024-12-06T20:29:42.827Z | Downloaded nix v0.27.1 |
998 | 2024-12-06T20:29:42.837Z | Downloaded gimli v0.31.1 |
999 | 2024-12-06T20:29:42.846Z | Downloaded smoltcp v0.9.1 |
1000 | 2024-12-06T20:29:42.857Z | Downloaded chrono-tz v0.10.0 |
1001 | 2024-12-06T20:29:42.865Z | Downloaded rustls v0.21.12 |
1002 | 2024-12-06T20:29:42.876Z | Downloaded zerocopy v0.8.10 |
1003 | 2024-12-06T20:29:42.900Z | Downloaded idna v0.2.3 |
1004 | 2024-12-06T20:29:42.906Z | Downloaded petgraph v0.6.5 |
1005 | 2024-12-06T20:29:42.924Z | Downloaded lzma-sys v0.1.20 |
1006 | 2024-12-06T20:29:42.952Z | Downloaded csv v1.3.0 |
1007 | 2024-12-06T20:29:42.972Z | Downloaded quick-xml v0.33.0 |
1008 | 2024-12-06T20:29:42.978Z | Downloaded quinn v0.11.5 |
1009 | 2024-12-06T20:29:42.983Z | Downloaded tokio v1.40.0 |
1010 | 2024-12-06T20:29:43.019Z | Downloaded libz-sys v1.1.20 |
1011 | 2024-12-06T20:29:43.040Z | Downloaded nom v7.1.3 |
1012 | 2024-12-06T20:29:43.045Z | Downloaded curve25519-dalek v4.1.3 |
1013 | 2024-12-06T20:29:43.054Z | Downloaded sha3 v0.10.8 |
1014 | 2024-12-06T20:29:43.059Z | Downloaded unicode-normalization v0.1.24 |
1015 | 2024-12-06T20:29:43.062Z | Downloaded rustls-webpki v0.102.8 |
1016 | 2024-12-06T20:29:43.080Z | Downloaded pkcs1 v0.7.5 |
1017 | 2024-12-06T20:29:43.082Z | Downloaded ssh-key v0.6.6 |
1018 | 2024-12-06T20:29:43.089Z | Downloaded thiserror-impl-no-std v2.0.2 |
1019 | 2024-12-06T20:29:43.092Z | Downloaded scheduled-thread-pool v0.2.7 |
1020 | 2024-12-06T20:29:43.092Z | Downloaded futures-channel v0.3.31 |
1021 | 2024-12-06T20:29:43.094Z | Downloaded chrono v0.4.38 |
1022 | 2024-12-06T20:29:43.101Z | Downloaded omicron-zone-package v0.11.1 |
1023 | 2024-12-06T20:29:43.104Z | Downloaded difflib v0.4.0 |
1024 | 2024-12-06T20:29:43.106Z | Downloaded diesel-dtrace v0.3.0 |
1025 | 2024-12-06T20:29:43.108Z | Downloaded sec1 v0.7.3 |
1026 | 2024-12-06T20:29:43.109Z | Downloaded rand_xorshift v0.3.0 |
1027 | 2024-12-06T20:29:43.111Z | Downloaded secrecy v0.8.0 |
1028 | 2024-12-06T20:29:43.111Z | Downloaded parking_lot v0.11.2 |
1029 | 2024-12-06T20:29:43.114Z | Downloaded mio v1.0.2 |
1030 | 2024-12-06T20:29:43.118Z | Downloaded num-bigint-dig v0.8.4 |
1031 | 2024-12-06T20:29:43.123Z | Downloaded bitvec v1.0.1 |
1032 | 2024-12-06T20:29:43.138Z | Downloaded nibble_vec v0.1.0 |
1033 | 2024-12-06T20:29:43.140Z | Downloaded newtype-uuid v1.1.3 |
1034 | 2024-12-06T20:29:43.143Z | Downloaded fallible-iterator v0.3.0 |
1035 | 2024-12-06T20:29:43.143Z | Downloaded synstructure v0.13.1 |
1036 | 2024-12-06T20:29:43.145Z | Downloaded tokio-util v0.7.12 |
1037 | 2024-12-06T20:29:43.149Z | Downloaded sqlparser v0.45.0 |
1038 | 2024-12-06T20:29:43.155Z | Downloaded sigpipe v0.1.3 |
1039 | 2024-12-06T20:29:43.157Z | Downloaded ed25519-dalek v2.1.1 |
1040 | 2024-12-06T20:29:43.160Z | Downloaded time v0.3.36 |
1041 | 2024-12-06T20:29:43.166Z | Downloaded itertools v0.12.1 |
1042 | 2024-12-06T20:29:43.173Z | Downloaded winnow v0.5.40 |
1043 | 2024-12-06T20:29:43.182Z | Downloaded fixedbitset v0.4.2 |
1044 | 2024-12-06T20:29:43.184Z | Downloaded tabwriter v1.4.0 |
1045 | 2024-12-06T20:29:43.186Z | Downloaded serde_with_macros v3.11.0 |
1046 | 2024-12-06T20:29:43.186Z | Downloaded encoding_rs v0.8.34 |
1047 | 2024-12-06T20:29:43.208Z | Downloaded writeable v0.5.5 |
1048 | 2024-12-06T20:29:43.210Z | Downloaded poly1305 v0.8.0 |
1049 | 2024-12-06T20:29:43.213Z | Downloaded dropshot_endpoint v0.12.0 |
1050 | 2024-12-06T20:29:43.215Z | Downloaded which v4.4.2 |
1051 | 2024-12-06T20:29:43.218Z | Downloaded libm v0.2.8 |
1052 | 2024-12-06T20:29:43.223Z | Downloaded aws-lc-rs v1.10.0 |
1053 | 2024-12-06T20:29:43.232Z | Downloaded pin-project v1.1.6 |
1054 | 2024-12-06T20:29:43.243Z | Downloaded openssl-sys v0.9.103 |
1055 | 2024-12-06T20:29:43.247Z | Downloaded itertools v0.10.5 |
1056 | 2024-12-06T20:29:43.253Z | Downloaded yasna v0.5.2 |
1057 | 2024-12-06T20:29:43.256Z | Downloaded parking_lot_core v0.8.6 |
1058 | 2024-12-06T20:29:43.258Z | Downloaded unsafe-libyaml v0.2.11 |
1059 | 2024-12-06T20:29:43.261Z | Downloaded getrandom v0.2.15 |
1060 | 2024-12-06T20:29:43.263Z | Downloaded env_logger v0.11.5 |
1061 | 2024-12-06T20:29:43.266Z | Downloaded env_logger v0.10.2 |
1062 | 2024-12-06T20:29:43.269Z | Downloaded qorb v0.2.1 |
1063 | 2024-12-06T20:29:43.273Z | Downloaded rcgen v0.12.1 |
1064 | 2024-12-06T20:29:43.275Z | Downloaded minimal-lexical v0.2.1 |
1065 | 2024-12-06T20:29:43.280Z | Downloaded gethostname v0.5.0 |
1066 | 2024-12-06T20:29:43.282Z | Downloaded env_filter v0.1.2 |
1067 | 2024-12-06T20:29:43.285Z | Downloaded subprocess v0.2.9 |
1068 | 2024-12-06T20:29:43.288Z | Downloaded oso v0.27.3 |
1069 | 2024-12-06T20:29:43.290Z | Downloaded miniz_oxide v0.8.0 |
1070 | 2024-12-06T20:29:43.290Z | Downloaded native-tls v0.2.12 |
1071 | 2024-12-06T20:29:43.294Z | Downloaded sync-ptr v0.1.1 |
1072 | 2024-12-06T20:29:43.294Z | Downloaded phf v0.11.2 |
1073 | 2024-12-06T20:29:43.296Z | Downloaded typify v0.2.0 |
1074 | 2024-12-06T20:29:43.298Z | Downloaded pin-project-lite v0.2.14 |
1075 | 2024-12-06T20:29:43.302Z | Downloaded pin-project-internal v1.1.6 |
1076 | 2024-12-06T20:29:43.304Z | Downloaded headers v0.4.0 |
1077 | 2024-12-06T20:29:43.309Z | Downloaded tokio-rustls v0.25.0 |
1078 | 2024-12-06T20:29:43.311Z | Downloaded futures-task v0.3.31 |
1079 | 2024-12-06T20:29:43.314Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1080 | 2024-12-06T20:29:43.370Z | Downloaded futures-sink v0.3.31 |
1081 | 2024-12-06T20:29:43.372Z | Downloaded structmeta v0.3.0 |
1082 | 2024-12-06T20:29:43.372Z | Downloaded spki v0.7.3 |
1083 | 2024-12-06T20:29:43.375Z | Downloaded hashlink v0.9.1 |
1084 | 2024-12-06T20:29:43.377Z | Downloaded packed_struct v0.10.1 |
1085 | 2024-12-06T20:29:43.377Z | Downloaded dhcproto v0.12.0 |
1086 | 2024-12-06T20:29:43.379Z | Downloaded slog-term v2.9.1 |
1087 | 2024-12-06T20:29:43.381Z | Downloaded paste v1.0.15 |
1088 | 2024-12-06T20:29:43.384Z | Downloaded num_enum_derive v0.5.11 |
1089 | 2024-12-06T20:29:43.386Z | Downloaded num_enum v0.5.11 |
1090 | 2024-12-06T20:29:43.390Z | Downloaded funty v2.0.0 |
1091 | 2024-12-06T20:29:43.392Z | Downloaded sct v0.7.1 |
1092 | 2024-12-06T20:29:43.395Z | Downloaded samael v0.0.17 |
1093 | 2024-12-06T20:29:43.399Z | Downloaded russh-keys v0.45.0 |
1094 | 2024-12-06T20:29:43.402Z | Downloaded cc v1.1.30 |
1095 | 2024-12-06T20:29:43.406Z | Downloaded bumpalo v3.16.0 |
1096 | 2024-12-06T20:29:43.409Z | Downloaded const_format v0.2.33 |
1097 | 2024-12-06T20:29:43.414Z | Downloaded icu_locid_transform_data v1.5.0 |
1098 | 2024-12-06T20:29:43.417Z | Downloaded dunce v1.0.5 |
1099 | 2024-12-06T20:29:43.419Z | Downloaded sqlformat v0.2.6 |
1100 | 2024-12-06T20:29:43.422Z | Downloaded signal-hook-registry v1.4.2 |
1101 | 2024-12-06T20:29:43.422Z | Downloaded scrypt v0.11.0 |
1102 | 2024-12-06T20:29:43.425Z | Downloaded scopeguard v1.2.0 |
1103 | 2024-12-06T20:29:43.425Z | Downloaded icu_provider v1.5.0 |
1104 | 2024-12-06T20:29:43.427Z | Downloaded const-oid v0.9.6 |
1105 | 2024-12-06T20:29:43.429Z | Downloaded clang-sys v1.8.1 |
1106 | 2024-12-06T20:29:43.432Z | Downloaded base64 v0.22.1 |
1107 | 2024-12-06T20:29:43.436Z | Downloaded arc-swap v1.7.1 |
1108 | 2024-12-06T20:29:43.439Z | Downloaded libloading v0.8.5 |
1109 | 2024-12-06T20:29:43.442Z | Downloaded ipnet v2.10.1 |
1110 | 2024-12-06T20:29:43.445Z | Downloaded managed v0.8.0 |
1111 | 2024-12-06T20:29:43.445Z | Downloaded lru v0.12.5 |
1112 | 2024-12-06T20:29:43.448Z | Downloaded lockfree-object-pool v0.1.6 |
1113 | 2024-12-06T20:29:43.451Z | Downloaded litemap v0.7.3 |
1114 | 2024-12-06T20:29:43.451Z | Downloaded libsw v3.3.1 |
1115 | 2024-12-06T20:29:43.454Z | Downloaded libefi-sys v0.1.0 |
1116 | 2024-12-06T20:29:43.456Z | Downloaded ipnetwork v0.20.0 |
1117 | 2024-12-06T20:29:43.456Z | Downloaded signal-hook-mio v0.2.4 |
1118 | 2024-12-06T20:29:43.458Z | Downloaded serde_urlencoded v0.7.1 |
1119 | 2024-12-06T20:29:43.458Z | Downloaded icu_locid v1.5.0 |
1120 | 2024-12-06T20:29:43.462Z | Downloaded hickory-resolver v0.24.1 |
1121 | 2024-12-06T20:29:43.467Z | Downloaded base64ct v1.6.0 |
1122 | 2024-12-06T20:29:43.470Z | Downloaded backoff v0.4.0 |
1123 | 2024-12-06T20:29:43.473Z | Downloaded async-bb8-diesel v0.2.1 |
1124 | 2024-12-06T20:29:43.476Z | Downloaded async-recursion v1.1.1 |
1125 | 2024-12-06T20:29:43.478Z | Downloaded bitfield v0.14.0 |
1126 | 2024-12-06T20:29:43.478Z | Downloaded http-body v1.0.1 |
1127 | 2024-12-06T20:29:43.481Z | Downloaded argon2 v0.5.3 |
1128 | 2024-12-06T20:29:43.481Z | Downloaded crossbeam-deque v0.8.5 |
1129 | 2024-12-06T20:29:43.483Z | Downloaded bitflags v1.3.2 |
1130 | 2024-12-06T20:29:43.486Z | Downloaded base16ct v0.2.0 |
1131 | 2024-12-06T20:29:43.486Z | Downloaded httparse v1.9.5 |
1132 | 2024-12-06T20:29:43.489Z | Downloaded bb8 v0.8.5 |
1133 | 2024-12-06T20:29:43.492Z | Downloaded async-stream v0.3.6 |
1134 | 2024-12-06T20:29:43.496Z | Downloaded http-body-util v0.1.2 |
1135 | 2024-12-06T20:29:43.496Z | Downloaded cfg_aliases v0.1.1 |
1136 | 2024-12-06T20:29:43.496Z | Downloaded hickory-server v0.24.1 |
1137 | 2024-12-06T20:29:43.681Z | Downloaded libsqlite3-sys v0.30.1 |
1138 | 2024-12-06T20:29:43.871Z | Downloaded ring v0.17.8 |
1139 | 2024-12-06T20:29:44.009Z | Downloaded ring v0.16.20 |
1140 | 2024-12-06T20:29:44.240Z | Downloaded aws-lc-sys v0.22.0 |
1141 | 2024-12-06T20:29:44.543Z | Compiling serde v1.0.215 |
1142 | 2024-12-06T20:29:44.545Z | Compiling lock_api v0.4.12 |
1143 | 2024-12-06T20:29:44.545Z | Compiling scopeguard v1.2.0 |
1144 | 2024-12-06T20:29:44.545Z | Compiling value-bag v1.9.0 |
1145 | 2024-12-06T20:29:44.709Z | Compiling typenum v1.17.0 |
1146 | 2024-12-06T20:29:44.711Z | Compiling generic-array v0.14.7 |
1147 | 2024-12-06T20:29:44.752Z | Compiling syn v2.0.87 |
1148 | 2024-12-06T20:29:44.767Z | Compiling getrandom v0.2.15 |
1149 | 2024-12-06T20:29:44.835Z | Compiling shlex v1.3.0 |
1150 | 2024-12-06T20:29:45.009Z | Compiling rand_core v0.6.4 |
1151 | 2024-12-06T20:29:45.355Z | Compiling log v0.4.22 |
1152 | 2024-12-06T20:29:45.375Z | Compiling subtle v2.6.1 |
1153 | 2024-12-06T20:29:45.395Z | Compiling jobserver v0.1.32 |
1154 | 2024-12-06T20:29:45.521Z | Compiling const-oid v0.9.6 |
1155 | 2024-12-06T20:29:45.689Z | Compiling smallvec v1.13.2 |
1156 | 2024-12-06T20:29:45.720Z | Compiling spin v0.9.8 |
1157 | 2024-12-06T20:29:45.741Z | Compiling pin-project-lite v0.2.14 |
1158 | 2024-12-06T20:29:45.873Z | Compiling cc v1.1.30 |
1159 | 2024-12-06T20:29:46.129Z | Compiling rustix v0.38.37 |
1160 | 2024-12-06T20:29:46.191Z | Compiling parking_lot_core v0.9.10 |
1161 | 2024-12-06T20:29:46.282Z | Compiling futures-core v0.3.31 |
1162 | 2024-12-06T20:29:46.352Z | Compiling signal-hook-registry v1.4.2 |
1163 | 2024-12-06T20:29:46.537Z | Compiling mio v1.0.2 |
1164 | 2024-12-06T20:29:47.082Z | Compiling parking_lot v0.12.3 |
1165 | 2024-12-06T20:29:47.197Z | Compiling aho-corasick v1.1.3 |
1166 | 2024-12-06T20:29:47.384Z | Compiling either v1.13.0 |
1167 | 2024-12-06T20:29:47.662Z | Compiling cpufeatures v0.2.14 |
1168 | 2024-12-06T20:29:47.731Z | Compiling regex-syntax v0.8.5 |
1169 | 2024-12-06T20:29:47.769Z | Compiling lazy_static v1.5.0 |
1170 | 2024-12-06T20:29:47.814Z | Compiling stable_deref_trait v1.2.0 |
1171 | 2024-12-06T20:29:47.834Z | Compiling futures-sink v0.3.31 |
1172 | 2024-12-06T20:29:47.892Z | Compiling glob v0.3.1 |
1173 | 2024-12-06T20:29:47.920Z | Compiling socket2 v0.5.7 |
1174 | 2024-12-06T20:29:47.982Z | Compiling slab v0.4.9 |
1175 | 2024-12-06T20:29:48.059Z | Compiling prettyplease v0.2.25 |
1176 | 2024-12-06T20:29:48.395Z | Compiling minimal-lexical v0.2.1 |
1177 | 2024-12-06T20:29:48.730Z | Compiling libloading v0.8.5 |
1178 | 2024-12-06T20:29:48.921Z | Compiling clang-sys v1.8.1 |
1179 | 2024-12-06T20:29:48.943Z | Compiling nom v7.1.3 |
1180 | 2024-12-06T20:29:48.963Z | Compiling serde_json v1.0.132 |
1181 | 2024-12-06T20:29:49.173Z | Compiling bindgen v0.69.5 |
1182 | 2024-12-06T20:29:49.292Z | Compiling home v0.5.9 |
1183 | 2024-12-06T20:29:49.573Z | Compiling futures-channel v0.3.31 |
1184 | 2024-12-06T20:29:49.977Z | Compiling itertools v0.12.1 |
1185 | 2024-12-06T20:29:49.999Z | Compiling lazycell v1.3.0 |
1186 | 2024-12-06T20:29:50.176Z | Compiling pin-utils v0.1.0 |
1187 | 2024-12-06T20:29:50.274Z | Compiling rustc-hash v1.1.0 |
1188 | 2024-12-06T20:29:50.346Z | Compiling allocator-api2 v0.2.18 |
1189 | 2024-12-06T20:29:50.425Z | Compiling foldhash v0.1.3 |
1190 | 2024-12-06T20:29:50.754Z | Compiling futures-io v0.3.31 |
1191 | 2024-12-06T20:29:51.103Z | Compiling futures-task v0.3.31 |
1192 | 2024-12-06T20:29:51.142Z | Compiling hashbrown v0.15.0 |
1193 | 2024-12-06T20:29:51.416Z | Compiling regex-automata v0.4.8 |
1194 | 2024-12-06T20:29:52.482Z | Compiling cexpr v0.6.0 |
1195 | 2024-12-06T20:29:52.738Z | Compiling synstructure v0.13.1 |
1196 | 2024-12-06T20:29:53.183Z | Compiling cmake v0.1.51 |
1197 | 2024-12-06T20:29:54.242Z | Compiling libm v0.2.8 |
1198 | 2024-12-06T20:29:54.281Z | Compiling tinyvec_macros v0.1.1 |
1199 | 2024-12-06T20:29:54.379Z | Compiling dunce v1.0.5 |
1200 | 2024-12-06T20:29:54.463Z | Compiling pkg-config v0.3.31 |
1201 | 2024-12-06T20:29:54.520Z | Compiling fs_extra v1.3.0 |
1202 | 2024-12-06T20:29:54.587Z | Compiling tinyvec v1.8.0 |
1203 | 2024-12-06T20:29:54.617Z | Compiling num-traits v0.2.19 |
1204 | 2024-12-06T20:29:55.169Z | Compiling ring v0.17.8 |
1205 | 2024-12-06T20:29:56.060Z | Compiling litemap v0.7.3 |
1206 | 2024-12-06T20:29:56.144Z | Compiling unicode-normalization v0.1.24 |
1207 | 2024-12-06T20:29:56.188Z | Compiling writeable v0.5.5 |
1208 | 2024-12-06T20:29:56.371Z | Compiling paste v1.0.15 |
1209 | 2024-12-06T20:29:56.421Z | Compiling unicode-bidi v0.3.17 |
1210 | 2024-12-06T20:29:56.537Z | Compiling base64ct v1.6.0 |
1211 | 2024-12-06T20:29:57.103Z | Compiling regex v1.11.1 |
1212 | 2024-12-06T20:29:57.259Z | Compiling pem-rfc7468 v0.7.0 |
1213 | 2024-12-06T20:29:57.785Z | Compiling flagset v0.4.6 |
1214 | 2024-12-06T20:29:57.929Z | Compiling aws-lc-rs v1.10.0 |
1215 | 2024-12-06T20:29:57.999Z | Compiling httparse v1.9.5 |
1216 | 2024-12-06T20:29:58.353Z | Compiling tracing-core v0.1.32 |
1217 | 2024-12-06T20:29:58.766Z | Compiling crossbeam-utils v0.8.20 |
1218 | 2024-12-06T20:29:58.806Z | Compiling rustls-pki-types v1.9.0 |
1219 | 2024-12-06T20:29:59.239Z | Compiling icu_locid_transform_data v1.5.0 |
1220 | 2024-12-06T20:29:59.341Z | Compiling percent-encoding v2.3.1 |
1221 | 2024-12-06T20:29:59.646Z | Compiling serde_derive v1.0.215 |
1222 | 2024-12-06T20:29:59.667Z | Compiling zeroize_derive v1.4.2 |
1223 | 2024-12-06T20:29:59.670Z | Compiling zerocopy-derive v0.7.35 |
1224 | 2024-12-06T20:29:59.835Z | Compiling tokio-macros v2.4.0 |
1225 | 2024-12-06T20:30:00.038Z | Compiling zerofrom-derive v0.1.4 |
1226 | 2024-12-06T20:30:01.254Z | Compiling zeroize v1.8.1 |
1227 | 2024-12-06T20:30:01.482Z | Compiling yoke-derive v0.7.4 |
1228 | 2024-12-06T20:30:01.650Z | Compiling thiserror-impl v1.0.69 |
1229 | 2024-12-06T20:30:01.930Z | Compiling zerocopy v0.7.35 |
1230 | 2024-12-06T20:30:02.992Z | Compiling crypto-common v0.1.6 |
1231 | 2024-12-06T20:30:03.233Z | Compiling block-buffer v0.10.4 |
1232 | 2024-12-06T20:30:03.492Z | Compiling digest v0.10.7 |
1233 | 2024-12-06T20:30:03.523Z | Compiling futures-macro v0.3.31 |
1234 | 2024-12-06T20:30:03.977Z | Compiling hmac v0.12.1 |
1235 | 2024-12-06T20:30:04.034Z | Compiling zerofrom v0.1.4 |
1236 | 2024-12-06T20:30:04.226Z | Compiling zerovec-derive v0.10.3 |
1237 | 2024-12-06T20:30:04.246Z | Compiling block-padding v0.3.3 |
1238 | 2024-12-06T20:30:04.248Z | Compiling displaydoc v0.2.5 |
1239 | 2024-12-06T20:30:04.490Z | Compiling inout v0.1.3 |
1240 | 2024-12-06T20:30:04.511Z | Compiling yoke v0.7.4 |
1241 | 2024-12-06T20:30:04.764Z | Compiling cipher v0.4.4 |
1242 | 2024-12-06T20:30:04.869Z | Compiling sha2 v0.10.8 |
1243 | 2024-12-06T20:30:05.021Z | Compiling thiserror v1.0.69 |
1244 | 2024-12-06T20:30:05.191Z | Compiling ppv-lite86 v0.2.20 |
1245 | 2024-12-06T20:30:05.288Z | Compiling der_derive v0.7.3 |
1246 | 2024-12-06T20:30:05.465Z | Compiling futures-util v0.3.31 |
1247 | 2024-12-06T20:30:05.961Z | Compiling icu_provider_macros v1.5.0 |
1248 | 2024-12-06T20:30:05.982Z | Compiling rand_chacha v0.3.1 |
1249 | 2024-12-06T20:30:06.895Z | Compiling zerovec v0.10.4 |
1250 | 2024-12-06T20:30:07.114Z | Compiling tracing-attributes v0.1.27 |
1251 | 2024-12-06T20:30:07.692Z | Compiling der v0.7.9 |
1252 | 2024-12-06T20:30:08.098Z | Compiling rand v0.8.5 |
1253 | 2024-12-06T20:30:08.297Z | Compiling salsa20 v0.10.2 |
1254 | 2024-12-06T20:30:08.519Z | Compiling pest v2.7.14 |
1255 | 2024-12-06T20:30:08.981Z | Compiling tinystr v0.7.6 |
1256 | 2024-12-06T20:30:09.364Z | Compiling icu_locid v1.5.0 |
1257 | 2024-12-06T20:30:10.244Z | Compiling spki v0.7.3 |
1258 | 2024-12-06T20:30:10.628Z | Compiling icu_provider v1.5.0 |
1259 | 2024-12-06T20:30:10.843Z | Compiling tracing v0.1.40 |
1260 | 2024-12-06T20:30:10.862Z | Compiling icu_collections v1.5.0 |
1261 | 2024-12-06T20:30:10.883Z | Compiling pbkdf2 v0.12.2 |
1262 | 2024-12-06T20:30:11.056Z | Compiling vcpkg v0.2.15 |
1263 | 2024-12-06T20:30:11.374Z | Compiling icu_locid_transform v1.5.0 |
1264 | 2024-12-06T20:30:11.413Z | Compiling powerfmt v0.2.0 |
1265 | 2024-12-06T20:30:11.563Z | Compiling time-core v0.1.2 |
1266 | 2024-12-06T20:30:11.739Z | Compiling mirai-annotations v1.12.0 |
1267 | 2024-12-06T20:30:11.741Z | Compiling untrusted v0.9.0 |
1268 | 2024-12-06T20:30:11.760Z | Compiling untrusted v0.7.1 |
1269 | 2024-12-06T20:30:11.810Z | Compiling num-conv v0.1.0 |
1270 | 2024-12-06T20:30:11.922Z | Compiling icu_properties_data v1.5.0 |
1271 | 2024-12-06T20:30:11.971Z | Compiling deranged v0.3.11 |
1272 | 2024-12-06T20:30:12.088Z | Compiling time-macros v0.2.18 |
1273 | 2024-12-06T20:30:12.185Z | Compiling scrypt v0.11.0 |
1274 | 2024-12-06T20:30:12.326Z | Compiling pest_meta v2.7.14 |
1275 | 2024-12-06T20:30:12.772Z | Compiling icu_properties v1.5.1 |
1276 | 2024-12-06T20:30:13.299Z | Compiling bitflags v2.6.0 |
1277 | 2024-12-06T20:30:13.703Z | Compiling bytes v1.8.0 |
1278 | 2024-12-06T20:30:14.134Z | Compiling indexmap v2.6.0 |
1279 | 2024-12-06T20:30:15.046Z | Compiling tokio v1.40.0 |
1280 | 2024-12-06T20:30:15.510Z | Compiling http v1.1.0 |
1281 | 2024-12-06T20:30:15.657Z | Compiling semver v1.0.23 |
1282 | 2024-12-06T20:30:15.857Z | Compiling openssl-sys v0.9.103 |
1283 | 2024-12-06T20:30:16.444Z | Compiling rustc_version v0.4.1 |
1284 | 2024-12-06T20:30:16.967Z | Compiling cbc v0.1.2 |
1285 | 2024-12-06T20:30:17.216Z | Compiling aes v0.8.4 |
1286 | 2024-12-06T20:30:17.238Z | Compiling scroll_derive v0.12.0 |
1287 | 2024-12-06T20:30:17.513Z | Compiling utf16_iter v1.0.5 |
1288 | 2024-12-06T20:30:17.727Z | Compiling which v4.4.2 |
1289 | 2024-12-06T20:30:17.831Z | Compiling icu_normalizer_data v1.5.0 |
1290 | 2024-12-06T20:30:17.942Z | Compiling num_threads v0.1.7 |
1291 | 2024-12-06T20:30:18.009Z | Compiling write16 v1.0.0 |
1292 | 2024-12-06T20:30:18.143Z | Compiling atomic-waker v1.1.2 |
1293 | 2024-12-06T20:30:18.336Z | Compiling utf8_iter v1.0.4 |
1294 | 2024-12-06T20:30:18.355Z | Compiling pkcs5 v0.7.1 |
1295 | 2024-12-06T20:30:18.511Z | Compiling time v0.3.36 |
1296 | 2024-12-06T20:30:18.590Z | Compiling icu_normalizer v1.5.0 |
1297 | 2024-12-06T20:30:18.780Z | Compiling scroll v0.12.0 |
1298 | 2024-12-06T20:30:19.181Z | Compiling http-body v1.0.1 |
1299 | 2024-12-06T20:30:19.433Z | Compiling pest_generator v2.7.14 |
1300 | 2024-12-06T20:30:19.539Z | Compiling form_urlencoded v1.2.1 |
1301 | 2024-12-06T20:30:19.634Z | Compiling try-lock v0.2.5 |
1302 | 2024-12-06T20:30:19.785Z | Compiling slog v2.7.0 |
1303 | 2024-12-06T20:30:19.869Z | Compiling goblin v0.8.2 |
1304 | 2024-12-06T20:30:20.011Z | Compiling want v0.3.1 |
1305 | 2024-12-06T20:30:20.320Z | Compiling idna_adapter v1.2.0 |
1306 | 2024-12-06T20:30:20.423Z | Compiling pkcs8 v0.10.2 |
1307 | 2024-12-06T20:30:20.550Z | Compiling httpdate v1.0.3 |
1308 | 2024-12-06T20:30:20.667Z | Compiling idna v1.0.3 |
1309 | 2024-12-06T20:30:21.159Z | Compiling serde_tokenstream v0.2.2 |
1310 | 2024-12-06T20:30:21.569Z | Compiling pest_derive v2.7.14 |
1311 | 2024-12-06T20:30:21.805Z | Compiling uuid v1.11.0 |
1312 | 2024-12-06T20:30:21.831Z | Compiling serde_spanned v0.6.8 |
1313 | 2024-12-06T20:30:22.072Z | Compiling toml_datetime v0.6.8 |
1314 | 2024-12-06T20:30:22.389Z | Compiling dtrace-parser v0.2.0 |
1315 | 2024-12-06T20:30:22.542Z | Compiling tower-service v0.3.3 |
1316 | 2024-12-06T20:30:22.566Z | Compiling foreign-types-shared v0.1.1 |
1317 | 2024-12-06T20:30:22.679Z | Compiling rustversion v1.0.17 |
1318 | 2024-12-06T20:30:22.699Z | Compiling openssl v0.10.66 |
1319 | 2024-12-06T20:30:23.105Z | Compiling adler2 v2.0.0 |
1320 | 2024-12-06T20:30:23.244Z | Compiling match_cfg v0.1.0 |
1321 | 2024-12-06T20:30:23.325Z | Compiling iana-time-zone v0.1.61 |
1322 | 2024-12-06T20:30:23.345Z | Compiling base64 v0.22.1 |
1323 | 2024-12-06T20:30:23.473Z | Compiling hostname v0.3.1 |
1324 | 2024-12-06T20:30:23.739Z | Compiling tokio-util v0.7.12 |
1325 | 2024-12-06T20:30:23.787Z | Compiling chrono v0.4.38 |
1326 | 2024-12-06T20:30:23.809Z | Compiling miniz_oxide v0.8.0 |
1327 | 2024-12-06T20:30:24.155Z | Compiling foreign-types v0.3.2 |
1328 | 2024-12-06T20:30:24.261Z | Compiling url v2.5.3 |
1329 | 2024-12-06T20:30:25.223Z | Compiling h2 v0.4.6 |
1330 | 2024-12-06T20:30:25.425Z | Compiling async-trait v0.1.83 |
1331 | 2024-12-06T20:30:25.961Z | Compiling dof v0.3.0 |
1332 | 2024-12-06T20:30:26.320Z | Compiling openssl-macros v0.1.1 |
1333 | 2024-12-06T20:30:27.091Z | Compiling usdt-impl v0.5.0 |
1334 | 2024-12-06T20:30:27.622Z | Compiling dirs-sys-next v0.1.2 |
1335 | 2024-12-06T20:30:28.119Z | Compiling native-tls v0.2.12 |
1336 | 2024-12-06T20:30:28.200Z | Compiling rustls v0.22.4 |
1337 | 2024-12-06T20:30:28.312Z | Compiling data-encoding v2.6.0 |
1338 | 2024-12-06T20:30:28.462Z | Compiling rustls v0.23.14 |
1339 | 2024-12-06T20:30:28.465Z | Compiling siphasher v0.3.11 |
1340 | 2024-12-06T20:30:28.683Z | Compiling syn v1.0.109 |
1341 | 2024-12-06T20:30:28.789Z | Compiling dirs-next v2.0.0 |
1342 | 2024-12-06T20:30:29.385Z | Compiling http-body-util v0.1.2 |
1343 | 2024-12-06T20:30:29.992Z | Compiling crossbeam-epoch v0.9.18 |
1344 | 2024-12-06T20:30:30.264Z | Compiling heapless v0.7.17 |
1345 | 2024-12-06T20:30:30.466Z | Compiling sha1 v0.10.6 |
1346 | 2024-12-06T20:30:30.689Z | Compiling signature v2.2.0 |
1347 | 2024-12-06T20:30:30.716Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1348 | 2024-12-06T20:30:30.817Z | Compiling serde_derive_internals v0.29.1 |
1349 | 2024-12-06T20:30:30.901Z | Compiling thread_local v1.1.8 |
1350 | 2024-12-06T20:30:30.969Z | Compiling encoding_rs v0.8.34 |
1351 | 2024-12-06T20:30:31.038Z | Compiling multer v3.1.0 |
1352 | 2024-12-06T20:30:31.195Z | Compiling cookie v0.18.1 |
1353 | 2024-12-06T20:30:31.324Z | Compiling gimli v0.31.1 |
1354 | 2024-12-06T20:30:31.459Z | Compiling rayon-core v1.12.1 |
1355 | 2024-12-06T20:30:31.482Z | Compiling unicode-properties v0.1.3 |
1356 | 2024-12-06T20:30:31.740Z | Compiling schemars v0.8.21 |
1357 | 2024-12-06T20:30:31.907Z | Compiling signal-hook v0.3.17 |
1358 | 2024-12-06T20:30:32.096Z | Compiling ipnet v2.10.1 |
1359 | 2024-12-06T20:30:32.184Z | Compiling hyper v1.5.0 |
1360 | 2024-12-06T20:30:33.406Z | Compiling openssl-probe v0.1.5 |
1361 | 2024-12-06T20:30:33.602Z | Compiling mime v0.3.17 |
1362 | 2024-12-06T20:30:33.775Z | Compiling slog-async v2.8.0 |
1363 | 2024-12-06T20:30:34.183Z | Compiling schemars_derive v0.8.21 |
1364 | 2024-12-06T20:30:34.429Z | Compiling stringprep v0.1.5 |
1365 | 2024-12-06T20:30:35.525Z | Compiling hyper-util v0.1.10 |
1366 | 2024-12-06T20:30:35.990Z | Compiling addr2line v0.24.2 |
1367 | 2024-12-06T20:30:36.390Z | Compiling toml_edit v0.22.22 |
1368 | 2024-12-06T20:30:36.726Z | Compiling crossbeam-deque v0.8.5 |
1369 | 2024-12-06T20:30:36.762Z | Compiling usdt-macro v0.5.0 |
1370 | 2024-12-06T20:30:37.080Z | Compiling usdt-attr-macro v0.5.0 |
1371 | 2024-12-06T20:30:37.719Z | Compiling term v0.7.0 |
1372 | 2024-12-06T20:30:38.090Z | Compiling slog-json v2.6.1 |
1373 | 2024-12-06T20:30:38.262Z | Compiling serde_urlencoded v0.7.1 |
1374 | 2024-12-06T20:30:38.463Z | Compiling crossbeam-channel v0.5.13 |
1375 | 2024-12-06T20:30:38.603Z | Compiling curve25519-dalek v4.1.3 |
1376 | 2024-12-06T20:30:38.712Z | Compiling enum-as-inner v0.6.1 |
1377 | 2024-12-06T20:30:38.782Z | Compiling futures-executor v0.3.31 |
1378 | 2024-12-06T20:30:39.208Z | Compiling md-5 v0.10.6 |
1379 | 2024-12-06T20:30:39.211Z | Compiling async-stream-impl v0.3.6 |
1380 | 2024-12-06T20:30:39.372Z | Compiling rustls-pemfile v2.2.0 |
1381 | 2024-12-06T20:30:39.467Z | Compiling num-integer v0.1.46 |
1382 | 2024-12-06T20:30:39.596Z | Compiling idna v0.4.0 |
1383 | 2024-12-06T20:30:39.711Z | Compiling idna v0.3.0 |
1384 | 2024-12-06T20:30:39.794Z | Compiling hash32 v0.2.1 |
1385 | 2024-12-06T20:30:40.220Z | Compiling ff v0.13.0 |
1386 | 2024-12-06T20:30:40.323Z | Compiling is-terminal v0.4.13 |
1387 | 2024-12-06T20:30:40.448Z | Compiling dropshot v0.12.0 |
1388 | 2024-12-06T20:30:40.467Z | Compiling object v0.36.5 |
1389 | 2024-12-06T20:30:40.705Z | Compiling fallible-iterator v0.2.0 |
1390 | 2024-12-06T20:30:40.728Z | Compiling smoltcp v0.9.1 |
1391 | 2024-12-06T20:30:41.351Z | Compiling dyn-clone v1.0.17 |
1392 | 2024-12-06T20:30:41.439Z | Compiling base16ct v0.2.0 |
1393 | 2024-12-06T20:30:41.460Z | Compiling linked-hash-map v0.5.6 |
1394 | 2024-12-06T20:30:41.485Z | Compiling rustc-demangle v0.1.24 |
1395 | 2024-12-06T20:30:41.574Z | Compiling quick-error v1.2.3 |
1396 | 2024-12-06T20:30:41.726Z | Compiling take_mut v0.2.2 |
1397 | 2024-12-06T20:30:41.748Z | Compiling psl-types v2.0.11 |
1398 | 2024-12-06T20:30:41.818Z | Compiling num-bigint-dig v0.8.4 |
1399 | 2024-12-06T20:30:41.885Z | Compiling portable-atomic v1.9.0 |
1400 | 2024-12-06T20:30:41.949Z | Compiling anyhow v1.0.93 |
1401 | 2024-12-06T20:30:42.107Z | Compiling utf-8 v0.7.6 |
1402 | 2024-12-06T20:30:42.443Z | Compiling tungstenite v0.24.0 |
1403 | 2024-12-06T20:30:42.496Z | Compiling publicsuffix v2.2.3 |
1404 | 2024-12-06T20:30:42.957Z | Compiling lru-cache v0.1.2 |
1405 | 2024-12-06T20:30:43.057Z | Compiling resolv-conf v0.7.0 |
1406 | 2024-12-06T20:30:43.172Z | Compiling sec1 v0.7.3 |
1407 | 2024-12-06T20:30:43.865Z | Compiling postgres-protocol v0.6.7 |
1408 | 2024-12-06T20:30:44.077Z | Compiling async-stream v0.3.6 |
1409 | 2024-12-06T20:30:44.390Z | Compiling hickory-proto v0.24.1 |
1410 | 2024-12-06T20:30:44.784Z | Compiling usdt v0.5.0 |
1411 | 2024-12-06T20:30:44.828Z | Compiling slog-term v2.9.1 |
1412 | 2024-12-06T20:30:45.309Z | Compiling group v0.13.0 |
1413 | 2024-12-06T20:30:45.653Z | Compiling num-iter v0.1.45 |
1414 | 2024-12-06T20:30:45.848Z | Compiling toml v0.8.19 |
1415 | 2024-12-06T20:30:46.298Z | Compiling futures v0.3.31 |
1416 | 2024-12-06T20:30:46.419Z | Compiling slog-bunyan v2.5.0 |
1417 | 2024-12-06T20:30:47.726Z | Compiling tokio-native-tls v0.3.1 |
1418 | 2024-12-06T20:30:47.834Z | Compiling backtrace v0.3.74 |
1419 | 2024-12-06T20:30:48.481Z | Compiling camino v1.1.9 |
1420 | 2024-12-06T20:30:48.634Z | Compiling phf_shared v0.11.2 |
1421 | 2024-12-06T20:30:48.761Z | Compiling dropshot_endpoint v0.12.0 |
1422 | 2024-12-06T20:30:49.035Z | Compiling waitgroup v0.1.2 |
1423 | 2024-12-06T20:30:49.052Z | Compiling terminal_size v0.4.0 |
1424 | 2024-12-06T20:30:49.252Z | Compiling openapiv3 v2.0.0 |
1425 | 2024-12-06T20:30:49.284Z | Compiling serde_path_to_error v0.1.16 |
1426 | 2024-12-06T20:30:49.482Z | Compiling hkdf v0.12.4 |
1427 | 2024-12-06T20:30:49.750Z | Compiling crypto-bigint v0.5.5 |
1428 | 2024-12-06T20:30:50.159Z | Compiling curve25519-dalek-derive v0.1.1 |
1429 | 2024-12-06T20:30:51.685Z | Compiling zerocopy-derive v0.6.6 |
1430 | 2024-12-06T20:30:51.790Z | Compiling webpki-roots v0.26.6 |
1431 | 2024-12-06T20:30:52.015Z | Compiling idna v0.5.0 |
1432 | 2024-12-06T20:30:52.221Z | Compiling hubpack_derive v0.1.1 |
1433 | 2024-12-06T20:30:53.153Z | Compiling hostname v0.4.0 |
1434 | 2024-12-06T20:30:53.444Z | Compiling fs-err v2.11.0 |
1435 | 2024-12-06T20:30:53.530Z | Compiling ahash v0.8.11 |
1436 | 2024-12-06T20:30:53.698Z | Compiling crc32fast v1.4.2 |
1437 | 2024-12-06T20:30:53.721Z | Compiling bitflags v1.3.2 |
1438 | 2024-12-06T20:30:53.740Z | Compiling debug-ignore v1.0.5 |
1439 | 2024-12-06T20:30:53.827Z | Compiling managed v0.8.0 |
1440 | 2024-12-06T20:30:53.866Z | Compiling winnow v0.5.40 |
1441 | 2024-12-06T20:30:53.896Z | Compiling flate2 v1.0.34 |
1442 | 2024-12-06T20:30:53.918Z | Compiling zerocopy v0.6.6 |
1443 | 2024-12-06T20:30:54.086Z | Compiling console v0.15.8 |
1444 | 2024-12-06T20:30:54.789Z | Compiling clap_builder v4.5.21 |
1445 | 2024-12-06T20:30:55.032Z | Compiling strum_macros v0.25.3 |
1446 | 2024-12-06T20:30:55.112Z | Compiling hubpack v0.1.2 |
1447 | 2024-12-06T20:30:55.650Z | Compiling cookie_store v0.21.0 |
1448 | 2024-12-06T20:30:55.769Z | Compiling elliptic-curve v0.13.8 |
1449 | 2024-12-06T20:30:56.462Z | Compiling hickory-resolver v0.24.1 |
1450 | 2024-12-06T20:30:56.633Z | Compiling phf v0.11.2 |
1451 | 2024-12-06T20:30:57.255Z | Compiling signal-hook-mio v0.2.4 |
1452 | 2024-12-06T20:30:57.426Z | Compiling toml_edit v0.19.15 |
1453 | 2024-12-06T20:30:57.803Z | Compiling hyper-tls v0.6.0 |
1454 | 2024-12-06T20:30:57.841Z | Compiling rayon v1.10.0 |
1455 | 2024-12-06T20:30:58.226Z | Compiling bzip2 v0.4.4 |
1456 | 2024-12-06T20:30:59.259Z | Compiling postgres-types v0.2.8 |
1457 | 2024-12-06T20:31:00.812Z | Compiling tokio-tungstenite v0.24.0 |
1458 | 2024-12-06T20:31:02.726Z | Compiling ed25519 v2.2.3 |
1459 | 2024-12-06T20:31:02.747Z | Compiling phf_shared v0.10.0 |
1460 | 2024-12-06T20:31:03.162Z | Compiling tokio-stream v0.1.16 |
1461 | 2024-12-06T20:31:03.354Z | Compiling pkcs1 v0.7.5 |
1462 | 2024-12-06T20:31:04.201Z | Compiling serde-big-array v0.5.1 |
1463 | 2024-12-06T20:31:04.287Z | Compiling clap_derive v4.5.18 |
1464 | 2024-12-06T20:31:04.403Z | Compiling rfc6979 v0.4.0 |
1465 | 2024-12-06T20:31:04.439Z | Compiling derive-where v1.2.7 |
1466 | 2024-12-06T20:31:04.549Z | Compiling serde_repr v0.1.19 |
1467 | 2024-12-06T20:31:04.599Z | Compiling float-cmp v0.9.0 |
1468 | 2024-12-06T20:31:04.636Z | Compiling bstr v1.10.0 |
1469 | 2024-12-06T20:31:04.815Z | Compiling sync_wrapper v1.0.1 |
1470 | 2024-12-06T20:31:04.974Z | Compiling unicode-segmentation v1.12.0 |
1471 | 2024-12-06T20:31:05.626Z | Compiling bit-vec v0.6.3 |
1472 | 2024-12-06T20:31:05.783Z | Compiling new_debug_unreachable v1.0.6 |
1473 | 2024-12-06T20:31:05.888Z | Compiling fixedbitset v0.4.2 |
1474 | 2024-12-06T20:31:05.920Z | Compiling precomputed-hash v0.1.1 |
1475 | 2024-12-06T20:31:06.048Z | Compiling normalize-line-endings v0.3.0 |
1476 | 2024-12-06T20:31:06.085Z | Compiling predicates-core v1.0.8 |
1477 | 2024-12-06T20:31:06.182Z | Compiling difflib v0.4.0 |
1478 | 2024-12-06T20:31:06.357Z | Compiling unicode-width v0.2.0 |
1479 | 2024-12-06T20:31:06.446Z | Compiling whoami v1.5.2 |
1480 | 2024-12-06T20:31:06.466Z | Compiling number_prefix v0.4.0 |
1481 | 2024-12-06T20:31:06.696Z | Compiling static_assertions v1.1.0 |
1482 | 2024-12-06T20:31:06.810Z | Compiling indicatif v0.17.9 |
1483 | 2024-12-06T20:31:06.888Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1484 | 2024-12-06T20:31:07.120Z | Compiling tokio-postgres v0.7.12 |
1485 | 2024-12-06T20:31:07.856Z | Compiling predicates v3.1.2 |
1486 | 2024-12-06T20:31:08.067Z | Compiling petgraph v0.6.5 |
1487 | 2024-12-06T20:31:09.114Z | Compiling string_cache v0.8.7 |
1488 | 2024-12-06T20:31:09.528Z | Compiling clap v4.5.21 |
1489 | 2024-12-06T20:31:09.597Z | Compiling bit-set v0.5.3 |
1490 | 2024-12-06T20:31:09.640Z | Compiling similar v2.6.0 |
1491 | 2024-12-06T20:31:09.663Z | Compiling ecdsa v0.16.9 |
1492 | 2024-12-06T20:31:09.891Z | Compiling rsa v0.9.6 |
1493 | 2024-12-06T20:31:10.593Z | Compiling ed25519-dalek v2.1.1 |
1494 | 2024-12-06T20:31:11.920Z | Compiling toml v0.7.8 |
1495 | 2024-12-06T20:31:12.133Z | Compiling zip v0.6.6 |
1496 | 2024-12-06T20:31:12.228Z | Compiling crossterm v0.28.1 |
1497 | 2024-12-06T20:31:13.552Z | Compiling hex v0.4.3 |
1498 | 2024-12-06T20:31:13.672Z | Compiling x509-cert v0.2.5 |
1499 | 2024-12-06T20:31:13.808Z | Compiling itertools v0.10.5 |
1500 | 2024-12-06T20:31:13.877Z | Compiling peg-runtime v0.8.3 |
1501 | 2024-12-06T20:31:14.107Z | Compiling lalrpop-util v0.19.12 |
1502 | 2024-12-06T20:31:14.163Z | Compiling unicode-xid v0.2.6 |
1503 | 2024-12-06T20:31:14.351Z | Compiling strum_macros v0.26.4 |
1504 | 2024-12-06T20:31:14.474Z | Compiling xattr v1.3.1 |
1505 | 2024-12-06T20:31:14.587Z | Compiling filetime v0.2.25 |
1506 | 2024-12-06T20:31:14.899Z | Compiling tar v0.4.42 |
1507 | 2024-12-06T20:31:19.454Z | Compiling strum v0.26.3 |
1508 | 2024-12-06T20:31:22.110Z | Compiling aws-lc-sys v0.22.0 |
1509 | 2024-12-06T20:31:57.324Z | Compiling rustls-webpki v0.102.8 |
1510 | 2024-12-06T20:32:00.642Z | Compiling tokio-rustls v0.25.0 |
1511 | 2024-12-06T20:32:02.308Z | Compiling tokio-rustls v0.26.0 |
1512 | 2024-12-06T20:32:02.706Z | Compiling hyper-rustls v0.27.3 |
1513 | 2024-12-06T20:32:03.056Z | Compiling reqwest v0.12.9 |
1514 | 2024-12-06T20:32:03.964Z | Compiling qorb v0.2.1 |
1515 | 2024-12-06T20:32:12.683Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1516 | 2024-12-06T20:32:12.723Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1517 | 2024-12-06T20:32:15.151Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 34s |
1518 | 2024-12-06T20:32:15.315Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1519 | 2024-12-06T20:32:15.369Z | Dec 06 20:32:14.726 INFO Starting download, target: Clickhouse |
1520 | 2024-12-06T20:32:15.369Z | Dec 06 20:32:14.726 INFO Starting download, target: DendriteOpenapi |
1521 | 2024-12-06T20:32:15.369Z | Dec 06 20:32:14.726 INFO Starting download, target: Cockroach |
1522 | 2024-12-06T20:32:15.369Z | Dec 06 20:32:14.726 INFO Starting download, target: Console |
1523 | 2024-12-06T20:32:15.371Z | Dec 06 20:32:14.726 INFO Starting download, target: DendriteStub |
1524 | 2024-12-06T20:32:15.371Z | Dec 06 20:32:14.726 INFO Starting download, target: MaghemiteMgd |
1525 | 2024-12-06T20:32:15.371Z | Dec 06 20:32:14.726 INFO Starting download, target: TransceiverControl |
1526 | 2024-12-06T20:32:15.371Z | Dec 06 20:32:14.727 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1527 | 2024-12-06T20:32:15.371Z | Dec 06 20:32:14.727 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1528 | 2024-12-06T20:32:15.371Z | Dec 06 20:32:14.727 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1529 | 2024-12-06T20:32:15.371Z | Dec 06 20:32:14.727 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1530 | 2024-12-06T20:32:15.371Z | Dec 06 20:32:14.727 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1531 | 2024-12-06T20:32:15.371Z | Dec 06 20:32:14.727 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1532 | 2024-12-06T20:32:15.371Z | Dec 06 20:32:14.727 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1533 | 2024-12-06T20:32:15.628Z | Dec 06 20:32:14.963 INFO Download complete, target: DendriteOpenapi |
1534 | 2024-12-06T20:32:15.885Z | Dec 06 20:32:15.213 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1535 | 2024-12-06T20:32:16.001Z | Dec 06 20:32:15.346 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1536 | 2024-12-06T20:32:16.232Z | Dec 06 20:32:15.583 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1537 | 2024-12-06T20:32:16.261Z | Dec 06 20:32:15.617 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1538 | 2024-12-06T20:32:16.335Z | Dec 06 20:32:15.690 INFO Download complete, target: Console |
1539 | 2024-12-06T20:32:16.560Z | Dec 06 20:32:15.909 INFO Download complete, target: TransceiverControl |
1540 | 2024-12-06T20:32:16.798Z | Dec 06 20:32:16.155 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1541 | 2024-12-06T20:32:16.798Z | Dec 06 20:32:16.155 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1542 | 2024-12-06T20:32:17.320Z | Dec 06 20:32:16.677 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1543 | 2024-12-06T20:32:18.993Z | Dec 06 20:32:18.350 INFO Download complete, target: DendriteStub |
1544 | 2024-12-06T20:32:18.996Z | Dec 06 20:32:18.351 INFO Download complete, target: MaghemiteMgd |
1545 | 2024-12-06T20:32:23.932Z | Dec 06 20:32:23.288 INFO Checking that binary works, target: Cockroach |
1546 | 2024-12-06T20:32:24.281Z | Dec 06 20:32:23.637 INFO Download complete, target: Cockroach |
1547 | 2024-12-06T20:32:29.187Z | Dec 06 20:32:28.541 INFO Checking that binary works, target: Clickhouse |
1548 | 2024-12-06T20:32:29.930Z | Dec 06 20:32:29.284 INFO Download complete, target: Clickhouse |
1549 | 2024-12-06T20:32:29.938Z | All prerequisites installed successfully |
1550 | 2024-12-06T20:32:29.941Z | |
1551 | 2024-12-06T20:32:29.942Z | real 5:26.530360281 |
1552 | 2024-12-06T20:32:29.942Z | user 16:29.296937640 |
1553 | 2024-12-06T20:32:29.942Z | sys 3:14.856704258 |
1554 | 2024-12-06T20:32:29.942Z | trap 0.553518510 |
1555 | 2024-12-06T20:32:29.942Z | tflt 7.611551109 |
1556 | 2024-12-06T20:32:29.942Z | dflt 7.814384468 |
1557 | 2024-12-06T20:32:29.942Z | kflt 0.481011610 |
1558 | 2024-12-06T20:32:29.942Z | lock 30:48.533455831 |
1559 | 2024-12-06T20:32:29.942Z | slp 1:04:10.737491887 |
1560 | 2024-12-06T20:32:29.942Z | lat 55.673706628 |
1561 | 2024-12-06T20:32:29.942Z | stop 2:17.584157057 |
1562 | 2024-12-06T20:32:29.942Z | + ptime -m cargo xtask download softnpu |
1563 | 2024-12-06T20:32:30.470Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1564 | 2024-12-06T20:32:30.487Z | Running `target/debug/xtask download softnpu` |
1565 | 2024-12-06T20:32:31.298Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
1566 | 2024-12-06T20:32:31.353Z | Running `target/debug/xtask-downloader softnpu` |
1567 | 2024-12-06T20:32:31.388Z | Dec 06 20:32:30.742 INFO Starting download, target: Softnpu |
1568 | 2024-12-06T20:32:31.391Z | Dec 06 20:32:30.742 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1569 | 2024-12-06T20:32:32.213Z | Dec 06 20:32:31.562 INFO Download complete, target: Softnpu |
1570 | 2024-12-06T20:32:32.219Z | |
1571 | 2024-12-06T20:32:32.219Z | real 2.267498052 |
1572 | 2024-12-06T20:32:32.219Z | user 1.257640475 |
1573 | 2024-12-06T20:32:32.219Z | sys 0.532999391 |
1574 | 2024-12-06T20:32:32.219Z | trap 0.000444055 |
1575 | 2024-12-06T20:32:32.219Z | tflt 0.000010477 |
1576 | 2024-12-06T20:32:32.219Z | dflt 0.000000000 |
1577 | 2024-12-06T20:32:32.219Z | kflt 0.000000000 |
1578 | 2024-12-06T20:32:32.219Z | lock 8.512433313 |
1579 | 2024-12-06T20:32:32.219Z | slp 0.668336593 |
1580 | 2024-12-06T20:32:32.219Z | lat 0.066362771 |
1581 | 2024-12-06T20:32:32.219Z | stop 0.000163920 |
1582 | 2024-12-06T20:32:32.220Z | + export CARGO_INCREMENTAL=0 |
1583 | 2024-12-06T20:32:32.220Z | + CARGO_INCREMENTAL=0 |
1584 | 2024-12-06T20:32:32.220Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1585 | 2024-12-06T20:32:33.161Z | Compiling proc-macro2 v1.0.89 |
1586 | 2024-12-06T20:32:33.161Z | Compiling unicode-ident v1.0.13 |
1587 | 2024-12-06T20:32:33.161Z | Compiling libc v0.2.162 |
1588 | 2024-12-06T20:32:33.161Z | Compiling serde v1.0.215 |
1589 | 2024-12-06T20:32:33.164Z | Compiling autocfg v1.4.0 |
1590 | 2024-12-06T20:32:33.164Z | Compiling version_check v0.9.5 |
1591 | 2024-12-06T20:32:33.164Z | Compiling cfg-if v1.0.0 |
1592 | 2024-12-06T20:32:33.438Z | Compiling memchr v2.7.4 |
1593 | 2024-12-06T20:32:33.457Z | Compiling shlex v1.3.0 |
1594 | 2024-12-06T20:32:33.489Z | Compiling typenum v1.17.0 |
1595 | 2024-12-06T20:32:33.821Z | Compiling value-bag v1.9.0 |
1596 | 2024-12-06T20:32:33.864Z | Compiling scopeguard v1.2.0 |
1597 | 2024-12-06T20:32:34.044Z | Compiling generic-array v0.14.7 |
1598 | 2024-12-06T20:32:34.161Z | Compiling lock_api v0.4.12 |
1599 | 2024-12-06T20:32:34.321Z | Compiling log v0.4.22 |
1600 | 2024-12-06T20:32:34.416Z | Compiling parking_lot_core v0.9.10 |
1601 | 2024-12-06T20:32:34.834Z | Compiling serde_json v1.0.132 |
1602 | 2024-12-06T20:32:34.893Z | Compiling once_cell v1.20.2 |
1603 | 2024-12-06T20:32:35.089Z | Compiling quote v1.0.37 |
1604 | 2024-12-06T20:32:35.171Z | Compiling rustix v0.38.37 |
1605 | 2024-12-06T20:32:35.175Z | Compiling thiserror v1.0.69 |
1606 | 2024-12-06T20:32:35.288Z | Compiling jobserver v0.1.32 |
1607 | 2024-12-06T20:32:35.423Z | Compiling getrandom v0.2.15 |
1608 | 2024-12-06T20:32:35.651Z | Compiling syn v2.0.87 |
1609 | 2024-12-06T20:32:35.710Z | Compiling cc v1.1.30 |
1610 | 2024-12-06T20:32:35.758Z | Compiling libm v0.2.8 |
1611 | 2024-12-06T20:32:35.777Z | Compiling aho-corasick v1.1.3 |
1612 | 2024-12-06T20:32:35.990Z | Compiling regex-syntax v0.8.5 |
1613 | 2024-12-06T20:32:36.014Z | Compiling num-traits v0.2.19 |
1614 | 2024-12-06T20:32:36.070Z | Compiling either v1.13.0 |
1615 | 2024-12-06T20:32:36.073Z | Compiling itoa v1.0.11 |
1616 | 2024-12-06T20:32:36.300Z | Compiling spin v0.9.8 |
1617 | 2024-12-06T20:32:36.475Z | Compiling slab v0.4.9 |
1618 | 2024-12-06T20:32:36.762Z | Compiling byteorder v1.5.0 |
1619 | 2024-12-06T20:32:36.910Z | Compiling errno v0.3.9 |
1620 | 2024-12-06T20:32:37.138Z | Compiling rand_core v0.6.4 |
1621 | 2024-12-06T20:32:37.225Z | Compiling lazy_static v1.5.0 |
1622 | 2024-12-06T20:32:37.353Z | Compiling glob v0.3.1 |
1623 | 2024-12-06T20:32:37.826Z | Compiling prettyplease v0.2.25 |
1624 | 2024-12-06T20:32:38.135Z | Compiling clang-sys v1.8.1 |
1625 | 2024-12-06T20:32:38.541Z | Compiling minimal-lexical v0.2.1 |
1626 | 2024-12-06T20:32:38.807Z | Compiling libloading v0.8.5 |
1627 | 2024-12-06T20:32:38.825Z | Compiling subtle v2.6.1 |
1628 | 2024-12-06T20:32:39.028Z | Compiling nom v7.1.3 |
1629 | 2024-12-06T20:32:39.053Z | Compiling home v0.5.9 |
1630 | 2024-12-06T20:32:39.138Z | Compiling bindgen v0.69.5 |
1631 | 2024-12-06T20:32:39.223Z | Compiling allocator-api2 v0.2.18 |
1632 | 2024-12-06T20:32:39.579Z | Compiling regex-automata v0.4.8 |
1633 | 2024-12-06T20:32:39.713Z | Compiling itertools v0.12.1 |
1634 | 2024-12-06T20:32:40.005Z | Compiling semver v1.0.23 |
1635 | 2024-12-06T20:32:40.145Z | Compiling smallvec v1.13.2 |
1636 | 2024-12-06T20:32:40.467Z | Compiling rustc-hash v1.1.0 |
1637 | 2024-12-06T20:32:40.625Z | Compiling lazycell v1.3.0 |
1638 | 2024-12-06T20:32:40.647Z | Compiling cmake v0.1.51 |
1639 | 2024-12-06T20:32:40.998Z | Compiling fs_extra v1.3.0 |
1640 | 2024-12-06T20:32:41.503Z | Compiling dunce v1.0.5 |
1641 | 2024-12-06T20:32:42.155Z | Compiling pkg-config v0.3.31 |
1642 | 2024-12-06T20:32:42.268Z | Compiling cexpr v0.6.0 |
1643 | 2024-12-06T20:32:42.583Z | Compiling ring v0.17.8 |
1644 | 2024-12-06T20:32:42.956Z | Compiling pin-project-lite v0.2.14 |
1645 | 2024-12-06T20:32:42.976Z | Compiling ryu v1.0.18 |
1646 | 2024-12-06T20:32:43.096Z | Compiling const-oid v0.9.6 |
1647 | 2024-12-06T20:32:43.364Z | Compiling synstructure v0.13.1 |
1648 | 2024-12-06T20:32:43.666Z | Compiling paste v1.0.15 |
1649 | 2024-12-06T20:32:43.836Z | Compiling fnv v1.0.7 |
1650 | 2024-12-06T20:32:44.079Z | Compiling httparse v1.9.5 |
1651 | 2024-12-06T20:32:44.207Z | Compiling foldhash v0.1.3 |
1652 | 2024-12-06T20:32:44.504Z | Compiling aws-lc-rs v1.10.0 |
1653 | 2024-12-06T20:32:44.732Z | Compiling equivalent v1.0.1 |
1654 | 2024-12-06T20:32:44.842Z | Compiling hashbrown v0.15.0 |
1655 | 2024-12-06T20:32:44.940Z | Compiling heck v0.5.0 |
1656 | 2024-12-06T20:32:45.024Z | Compiling regex v1.11.1 |
1657 | 2024-12-06T20:32:45.851Z | Compiling schemars v0.8.21 |
1658 | 2024-12-06T20:32:46.049Z | Compiling serde_derive_internals v0.29.1 |
1659 | 2024-12-06T20:32:46.191Z | Compiling signal-hook-registry v1.4.2 |
1660 | 2024-12-06T20:32:46.244Z | Compiling mio v1.0.2 |
1661 | 2024-12-06T20:32:46.375Z | Compiling parking_lot v0.12.3 |
1662 | 2024-12-06T20:32:48.122Z | Compiling crossbeam-utils v0.8.20 |
1663 | 2024-12-06T20:32:48.329Z | Compiling stable_deref_trait v1.2.0 |
1664 | 2024-12-06T20:32:48.427Z | Compiling socket2 v0.5.7 |
1665 | 2024-12-06T20:32:48.444Z | Compiling num-conv v0.1.0 |
1666 | 2024-12-06T20:32:48.644Z | Compiling futures-core v0.3.31 |
1667 | 2024-12-06T20:32:48.901Z | Compiling time-core v0.1.2 |
1668 | 2024-12-06T20:32:48.987Z | Compiling serde_derive v1.0.215 |
1669 | 2024-12-06T20:32:49.163Z | Compiling zeroize_derive v1.4.2 |
1670 | 2024-12-06T20:32:49.221Z | Compiling zerocopy-derive v0.7.35 |
1671 | 2024-12-06T20:32:49.919Z | Compiling thiserror-impl v1.0.69 |
1672 | 2024-12-06T20:32:50.097Z | Compiling tokio-macros v2.4.0 |
1673 | 2024-12-06T20:32:50.349Z | Compiling zerofrom-derive v0.1.4 |
1674 | 2024-12-06T20:32:50.404Z | Compiling yoke-derive v0.7.4 |
1675 | 2024-12-06T20:32:50.603Z | Compiling zeroize v1.8.1 |
1676 | 2024-12-06T20:32:51.229Z | Compiling futures-macro v0.3.31 |
1677 | 2024-12-06T20:32:51.246Z | Compiling zerovec-derive v0.10.3 |
1678 | 2024-12-06T20:32:51.565Z | Compiling zerocopy v0.7.35 |
1679 | 2024-12-06T20:32:52.749Z | Compiling displaydoc v0.2.5 |
1680 | 2024-12-06T20:32:53.084Z | Compiling crypto-common v0.1.6 |
1681 | 2024-12-06T20:32:53.197Z | Compiling tracing-attributes v0.1.27 |
1682 | 2024-12-06T20:32:53.216Z | Compiling icu_provider_macros v1.5.0 |
1683 | 2024-12-06T20:32:53.266Z | Compiling block-buffer v0.10.4 |
1684 | 2024-12-06T20:32:53.517Z | Compiling digest v0.10.7 |
1685 | 2024-12-06T20:32:53.649Z | Compiling schemars_derive v0.8.21 |
1686 | 2024-12-06T20:32:53.950Z | Compiling der_derive v0.7.3 |
1687 | 2024-12-06T20:32:54.286Z | Compiling time-macros v0.2.18 |
1688 | 2024-12-06T20:32:54.818Z | Compiling vcpkg v0.2.15 |
1689 | 2024-12-06T20:32:56.454Z | Compiling openssl-sys v0.9.103 |
1690 | 2024-12-06T20:32:57.171Z | Compiling cpufeatures v0.2.14 |
1691 | 2024-12-06T20:32:57.280Z | Compiling futures-sink v0.3.31 |
1692 | 2024-12-06T20:32:57.374Z | Compiling slog v2.7.0 |
1693 | 2024-12-06T20:32:57.557Z | Compiling ahash v0.8.11 |
1694 | 2024-12-06T20:32:57.581Z | Compiling syn v1.0.109 |
1695 | 2024-12-06T20:32:58.055Z | Compiling zerofrom v0.1.4 |
1696 | 2024-12-06T20:32:58.281Z | Compiling scroll_derive v0.12.0 |
1697 | 2024-12-06T20:32:58.318Z | Compiling iana-time-zone v0.1.61 |
1698 | 2024-12-06T20:32:58.370Z | Compiling ucd-trie v0.1.7 |
1699 | 2024-12-06T20:32:58.517Z | Compiling yoke v0.7.4 |
1700 | 2024-12-06T20:32:58.876Z | Compiling pest v2.7.14 |
1701 | 2024-12-06T20:32:58.879Z | Compiling futures-channel v0.3.31 |
1702 | 2024-12-06T20:32:59.433Z | Compiling hmac v0.12.1 |
1703 | 2024-12-06T20:32:59.648Z | Compiling futures-io v0.3.31 |
1704 | 2024-12-06T20:32:59.710Z | Compiling pin-utils v0.1.0 |
1705 | 2024-12-06T20:32:59.730Z | Compiling openssl v0.10.66 |
1706 | 2024-12-06T20:32:59.808Z | Compiling futures-task v0.3.31 |
1707 | 2024-12-06T20:33:00.210Z | Compiling futures-util v0.3.31 |
1708 | 2024-12-06T20:33:00.436Z | Compiling zerovec v0.10.4 |
1709 | 2024-12-06T20:33:00.699Z | Compiling block-padding v0.3.3 |
1710 | 2024-12-06T20:33:00.922Z | Compiling tinyvec_macros v0.1.1 |
1711 | 2024-12-06T20:33:01.502Z | Compiling pest_meta v2.7.14 |
1712 | 2024-12-06T20:33:01.871Z | Compiling tinyvec v1.8.0 |
1713 | 2024-12-06T20:33:02.487Z | Compiling bitflags v2.6.0 |
1714 | 2024-12-06T20:33:02.580Z | Compiling bytes v1.8.0 |
1715 | 2024-12-06T20:33:04.151Z | Compiling indexmap v2.6.0 |
1716 | 2024-12-06T20:33:05.632Z | Compiling tokio v1.40.0 |
1717 | 2024-12-06T20:33:06.312Z | Compiling serde_tokenstream v0.2.2 |
1718 | 2024-12-06T20:33:06.664Z | Compiling http v1.1.0 |
1719 | 2024-12-06T20:33:06.876Z | Compiling uuid v1.11.0 |
1720 | 2024-12-06T20:33:07.265Z | Compiling which v4.4.2 |
1721 | 2024-12-06T20:33:08.140Z | Compiling rustc_version v0.4.1 |
1722 | 2024-12-06T20:33:08.331Z | Compiling chrono v0.4.38 |
1723 | 2024-12-06T20:33:10.552Z | Compiling pest_generator v2.7.14 |
1724 | 2024-12-06T20:33:11.660Z | Compiling serde_spanned v0.6.8 |
1725 | 2024-12-06T20:33:11.890Z | Compiling toml_datetime v0.6.8 |
1726 | 2024-12-06T20:33:12.354Z | Compiling inout v0.1.3 |
1727 | 2024-12-06T20:33:12.617Z | Compiling openssl-macros v0.1.1 |
1728 | 2024-12-06T20:33:13.347Z | Compiling native-tls v0.2.12 |
1729 | 2024-12-06T20:33:13.671Z | Compiling rustls v0.23.14 |
1730 | 2024-12-06T20:33:13.971Z | Compiling strsim v0.11.1 |
1731 | 2024-12-06T20:33:14.712Z | Compiling cipher v0.4.4 |
1732 | 2024-12-06T20:33:14.785Z | Compiling pest_derive v2.7.14 |
1733 | 2024-12-06T20:33:15.189Z | Compiling unicode-normalization v0.1.24 |
1734 | 2024-12-06T20:33:15.497Z | Compiling tinystr v0.7.6 |
1735 | 2024-12-06T20:33:15.559Z | Compiling sha2 v0.10.8 |
1736 | 2024-12-06T20:33:15.968Z | Compiling tracing-core v0.1.32 |
1737 | 2024-12-06T20:33:16.290Z | Compiling usdt-impl v0.5.0 |
1738 | 2024-12-06T20:33:16.315Z | Compiling writeable v0.5.5 |
1739 | 2024-12-06T20:33:16.372Z | Compiling base64ct v1.6.0 |
1740 | 2024-12-06T20:33:16.625Z | Compiling unicode-bidi v0.3.17 |
1741 | 2024-12-06T20:33:16.741Z | Compiling litemap v0.7.3 |
1742 | 2024-12-06T20:33:16.827Z | Compiling dyn-clone v1.0.17 |
1743 | 2024-12-06T20:33:16.959Z | Compiling pem-rfc7468 v0.7.0 |
1744 | 2024-12-06T20:33:17.129Z | Compiling icu_locid v1.5.0 |
1745 | 2024-12-06T20:33:17.562Z | Compiling tracing v0.1.40 |
1746 | 2024-12-06T20:33:18.408Z | Compiling scroll v0.12.0 |
1747 | 2024-12-06T20:33:18.838Z | Compiling ppv-lite86 v0.2.20 |
1748 | 2024-12-06T20:33:18.997Z | Compiling async-trait v0.1.83 |
1749 | 2024-12-06T20:33:19.309Z | Compiling cookie v0.18.1 |
1750 | 2024-12-06T20:33:20.056Z | Compiling flagset v0.4.6 |
1751 | 2024-12-06T20:33:20.870Z | Compiling camino v1.1.9 |
1752 | 2024-12-06T20:33:21.228Z | Compiling plain v0.2.3 |
1753 | 2024-12-06T20:33:21.397Z | Compiling anyhow v1.0.93 |
1754 | 2024-12-06T20:33:21.462Z | Compiling aws-lc-sys v0.22.0 |
1755 | 2024-12-06T20:33:21.927Z | Compiling goblin v0.8.2 |
1756 | 2024-12-06T20:33:22.961Z | Compiling der v0.7.9 |
1757 | 2024-12-06T20:33:25.955Z | Compiling rand_chacha v0.3.1 |
1758 | 2024-12-06T20:33:27.233Z | Compiling icu_provider v1.5.0 |
1759 | 2024-12-06T20:33:28.211Z | Compiling percent-encoding v2.3.1 |
1760 | 2024-12-06T20:33:28.525Z | Compiling rustls-pki-types v1.9.0 |
1761 | 2024-12-06T20:33:29.144Z | Compiling untrusted v0.7.1 |
1762 | 2024-12-06T20:33:29.335Z | Compiling pretty-hex v0.4.1 |
1763 | 2024-12-06T20:33:29.505Z | Compiling rayon-core v1.12.1 |
1764 | 2024-12-06T20:33:29.775Z | Compiling icu_locid_transform_data v1.5.0 |
1765 | 2024-12-06T20:33:29.957Z | Compiling rustls v0.22.4 |
1766 | 2024-12-06T20:33:30.219Z | Compiling icu_locid_transform v1.5.0 |
1767 | 2024-12-06T20:33:30.786Z | Compiling dof v0.3.0 |
1768 | 2024-12-06T20:33:31.989Z | Compiling rand v0.8.5 |
1769 | 2024-12-06T20:33:32.425Z | Compiling spki v0.7.3 |
1770 | 2024-12-06T20:33:32.602Z | Compiling dtrace-parser v0.2.0 |
1771 | 2024-12-06T20:33:32.659Z | Compiling salsa20 v0.10.2 |
1772 | 2024-12-06T20:33:32.704Z | Compiling tokio-util v0.7.12 |
1773 | 2024-12-06T20:33:32.888Z | Compiling icu_collections v1.5.0 |
1774 | 2024-12-06T20:33:33.530Z | Compiling pbkdf2 v0.12.2 |
1775 | 2024-12-06T20:33:34.161Z | Compiling thread-id v4.2.2 |
1776 | 2024-12-06T20:33:34.276Z | Compiling mirai-annotations v1.12.0 |
1777 | 2024-12-06T20:33:34.292Z | Compiling icu_properties_data v1.5.0 |
1778 | 2024-12-06T20:33:34.419Z | Compiling untrusted v0.9.0 |
1779 | 2024-12-06T20:33:34.474Z | Compiling winnow v0.5.40 |
1780 | 2024-12-06T20:33:34.610Z | Compiling powerfmt v0.2.0 |
1781 | 2024-12-06T20:33:34.953Z | Compiling deranged v0.3.11 |
1782 | 2024-12-06T20:33:37.183Z | Compiling icu_properties v1.5.1 |
1783 | 2024-12-06T20:33:38.241Z | Compiling toml_edit v0.19.15 |
1784 | 2024-12-06T20:33:38.709Z | Compiling scrypt v0.11.0 |
1785 | 2024-12-06T20:33:39.259Z | Compiling cbc v0.1.2 |
1786 | 2024-12-06T20:33:39.497Z | Compiling aes v0.8.4 |
1787 | 2024-12-06T20:33:40.389Z | Compiling multer v3.1.0 |
1788 | 2024-12-06T20:33:40.684Z | Compiling rustversion v1.0.17 |
1789 | 2024-12-06T20:33:40.713Z | Compiling slog-async v2.8.0 |
1790 | 2024-12-06T20:33:41.295Z | Compiling num_threads v0.1.7 |
1791 | 2024-12-06T20:33:41.356Z | Compiling write16 v1.0.0 |
1792 | 2024-12-06T20:33:41.431Z | Compiling atomic-waker v1.1.2 |
1793 | 2024-12-06T20:33:41.689Z | Compiling icu_normalizer_data v1.5.0 |
1794 | 2024-12-06T20:33:41.793Z | Compiling utf8_iter v1.0.4 |
1795 | 2024-12-06T20:33:41.838Z | Compiling utf16_iter v1.0.5 |
1796 | 2024-12-06T20:33:42.049Z | Compiling icu_normalizer v1.5.0 |
1797 | 2024-12-06T20:33:42.150Z | Compiling time v0.3.36 |
1798 | 2024-12-06T20:33:43.797Z | Compiling pkcs5 v0.7.1 |
1799 | 2024-12-06T20:33:44.933Z | Compiling form_urlencoded v1.2.1 |
1800 | 2024-12-06T20:33:45.434Z | Compiling http-body v1.0.1 |
1801 | 2024-12-06T20:33:45.524Z | Compiling heapless v0.7.17 |
1802 | 2024-12-06T20:33:46.075Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1803 | 2024-12-06T20:33:46.662Z | Compiling try-lock v0.2.5 |
1804 | 2024-12-06T20:33:47.489Z | Compiling signal-hook v0.3.17 |
1805 | 2024-12-06T20:33:47.491Z | Compiling want v0.3.1 |
1806 | 2024-12-06T20:33:49.186Z | Compiling pkcs8 v0.10.2 |
1807 | 2024-12-06T20:33:49.882Z | Compiling idna_adapter v1.2.0 |
1808 | 2024-12-06T20:33:50.108Z | Compiling h2 v0.4.6 |
1809 | 2024-12-06T20:33:50.440Z | Compiling usdt-attr-macro v0.5.0 |
1810 | 2024-12-06T20:33:51.921Z | Compiling usdt-macro v0.5.0 |
1811 | 2024-12-06T20:33:52.776Z | Compiling async-stream-impl v0.3.6 |
1812 | 2024-12-06T20:33:52.844Z | Compiling httpdate v1.0.3 |
1813 | 2024-12-06T20:33:53.247Z | Compiling adler2 v2.0.0 |
1814 | 2024-12-06T20:33:54.032Z | Compiling miniz_oxide v0.8.0 |
1815 | 2024-12-06T20:33:54.755Z | Compiling idna v1.0.3 |
1816 | 2024-12-06T20:33:56.434Z | Compiling curve25519-dalek v4.1.3 |
1817 | 2024-12-06T20:33:56.823Z | Compiling openapiv3 v2.0.0 |
1818 | 2024-12-06T20:33:57.202Z | Compiling hyper v1.5.0 |
1819 | 2024-12-06T20:33:57.301Z | Compiling enum-as-inner v0.6.1 |
1820 | 2024-12-06T20:34:00.283Z | Compiling dropshot v0.12.0 |
1821 | 2024-12-06T20:34:00.580Z | Compiling smoltcp v0.9.1 |
1822 | 2024-12-06T20:34:00.985Z | Compiling base64 v0.22.1 |
1823 | 2024-12-06T20:34:01.039Z | Compiling num-bigint-dig v0.8.4 |
1824 | 2024-12-06T20:34:01.111Z | Compiling tower-service v0.3.3 |
1825 | 2024-12-06T20:34:01.170Z | Compiling portable-atomic v1.9.0 |
1826 | 2024-12-06T20:34:01.498Z | Compiling foreign-types-shared v0.1.1 |
1827 | 2024-12-06T20:34:01.614Z | Compiling match_cfg v0.1.0 |
1828 | 2024-12-06T20:34:01.710Z | Compiling hostname v0.3.1 |
1829 | 2024-12-06T20:34:01.794Z | Compiling hyper-util v0.1.10 |
1830 | 2024-12-06T20:34:01.918Z | Compiling foreign-types v0.3.2 |
1831 | 2024-12-06T20:34:05.268Z | Compiling url v2.5.3 |
1832 | 2024-12-06T20:34:09.229Z | Compiling dirs-sys-next v0.1.2 |
1833 | 2024-12-06T20:34:09.529Z | Compiling siphasher v0.3.11 |
1834 | 2024-12-06T20:34:09.714Z | Compiling gimli v0.31.1 |
1835 | 2024-12-06T20:34:09.897Z | Compiling ident_case v1.0.1 |
1836 | 2024-12-06T20:34:10.136Z | Compiling data-encoding v2.6.0 |
1837 | 2024-12-06T20:34:10.202Z | Compiling heck v0.4.1 |
1838 | 2024-12-06T20:34:10.306Z | Compiling darling_core v0.20.10 |
1839 | 2024-12-06T20:34:10.574Z | Compiling dirs-next v2.0.0 |
1840 | 2024-12-06T20:34:13.323Z | Compiling http-body-util v0.1.2 |
1841 | 2024-12-06T20:34:14.746Z | Compiling addr2line v0.24.2 |
1842 | 2024-12-06T20:34:16.427Z | Compiling crossbeam-epoch v0.9.18 |
1843 | 2024-12-06T20:34:16.737Z | Compiling hubpack_derive v0.1.1 |
1844 | 2024-12-06T20:34:17.137Z | Compiling dropshot_endpoint v0.12.0 |
1845 | 2024-12-06T20:34:17.327Z | Compiling sha1 v0.10.6 |
1846 | 2024-12-06T20:34:17.559Z | Compiling signature v2.2.0 |
1847 | 2024-12-06T20:34:17.735Z | Compiling zerocopy-derive v0.6.6 |
1848 | 2024-12-06T20:34:17.794Z | Compiling curve25519-dalek-derive v0.1.1 |
1849 | 2024-12-06T20:34:19.101Z | Compiling object v0.36.5 |
1850 | 2024-12-06T20:34:19.184Z | Compiling thread_local v1.1.8 |
1851 | 2024-12-06T20:34:19.671Z | Compiling fs-err v2.11.0 |
1852 | 2024-12-06T20:34:19.707Z | Compiling encoding_rs v0.8.34 |
1853 | 2024-12-06T20:34:21.222Z | Compiling winnow v0.6.20 |
1854 | 2024-12-06T20:34:23.183Z | Compiling anstyle v1.0.10 |
1855 | 2024-12-06T20:34:23.638Z | Compiling mime v0.3.17 |
1856 | 2024-12-06T20:34:24.207Z | Compiling ipnet v2.10.1 |
1857 | 2024-12-06T20:34:25.268Z | Compiling utf8parse v0.2.2 |
1858 | 2024-12-06T20:34:25.443Z | Compiling rustc-demangle v0.1.24 |
1859 | 2024-12-06T20:34:27.694Z | Compiling openssl-probe v0.1.5 |
1860 | 2024-12-06T20:34:28.022Z | Compiling unicode-properties v0.1.3 |
1861 | 2024-12-06T20:34:28.507Z | Compiling stringprep v0.1.5 |
1862 | 2024-12-06T20:34:30.590Z | Compiling backtrace v0.3.74 |
1863 | 2024-12-06T20:34:32.132Z | Compiling anstyle-parse v0.2.5 |
1864 | 2024-12-06T20:34:32.473Z | Compiling toml_edit v0.22.22 |
1865 | 2024-12-06T20:34:36.462Z | Compiling rustls-webpki v0.102.8 |
1866 | 2024-12-06T20:34:37.241Z | Compiling crossbeam-deque v0.8.5 |
1867 | 2024-12-06T20:34:41.603Z | Compiling darling_macro v0.20.10 |
1868 | 2024-12-06T20:34:42.916Z | Compiling term v0.7.0 |
1869 | 2024-12-06T20:34:42.967Z | Compiling slog-json v2.6.1 |
1870 | 2024-12-06T20:34:44.279Z | Compiling serde_urlencoded v0.7.1 |
1871 | 2024-12-06T20:34:44.998Z | Compiling crossbeam-channel v0.5.13 |
1872 | 2024-12-06T20:34:45.424Z | Compiling rustls-pemfile v2.2.0 |
1873 | 2024-12-06T20:34:46.063Z | Compiling hashbrown v0.14.5 |
1874 | 2024-12-06T20:34:46.597Z | Compiling idna v0.3.0 |
1875 | 2024-12-06T20:34:46.631Z | Compiling idna v0.4.0 |
1876 | 2024-12-06T20:34:47.368Z | Compiling futures-executor v0.3.31 |
1877 | 2024-12-06T20:34:48.076Z | Compiling num-integer v0.1.46 |
1878 | 2024-12-06T20:34:48.094Z | Compiling md-5 v0.10.6 |
1879 | 2024-12-06T20:34:48.335Z | Compiling ff v0.13.0 |
1880 | 2024-12-06T20:34:48.578Z | Compiling hash32 v0.2.1 |
1881 | 2024-12-06T20:34:48.741Z | Compiling is-terminal v0.4.13 |
1882 | 2024-12-06T20:34:48.786Z | Compiling memmap v0.7.0 |
1883 | 2024-12-06T20:34:49.116Z | Compiling linked-hash-map v0.5.6 |
1884 | 2024-12-06T20:34:49.519Z | Compiling take_mut v0.2.2 |
1885 | 2024-12-06T20:34:49.688Z | Compiling fallible-iterator v0.2.0 |
1886 | 2024-12-06T20:34:49.807Z | Compiling is_terminal_polyfill v1.70.1 |
1887 | 2024-12-06T20:34:49.943Z | Compiling utf-8 v0.7.6 |
1888 | 2024-12-06T20:34:50.253Z | Compiling quick-error v1.2.3 |
1889 | 2024-12-06T20:34:50.442Z | Compiling base16ct v0.2.0 |
1890 | 2024-12-06T20:34:50.734Z | Compiling psl-types v2.0.11 |
1891 | 2024-12-06T20:34:51.454Z | Compiling colorchoice v1.0.2 |
1892 | 2024-12-06T20:34:51.619Z | Compiling anstyle-query v1.1.1 |
1893 | 2024-12-06T20:34:51.794Z | Compiling anstream v0.6.15 |
1894 | 2024-12-06T20:34:52.503Z | Compiling publicsuffix v2.2.3 |
1895 | 2024-12-06T20:34:52.767Z | Compiling sec1 v0.7.3 |
1896 | 2024-12-06T20:34:52.964Z | Compiling postgres-protocol v0.6.7 |
1897 | 2024-12-06T20:34:53.358Z | Compiling resolv-conf v0.7.0 |
1898 | 2024-12-06T20:34:53.447Z | Compiling tungstenite v0.24.0 |
1899 | 2024-12-06T20:34:54.144Z | Compiling lru-cache v0.1.2 |
1900 | 2024-12-06T20:34:54.353Z | Compiling usdt v0.5.0 |
1901 | 2024-12-06T20:34:55.030Z | Compiling slog-term v2.9.1 |
1902 | 2024-12-06T20:34:55.457Z | Compiling num-iter v0.1.45 |
1903 | 2024-12-06T20:34:55.656Z | Compiling group v0.13.0 |
1904 | 2024-12-06T20:34:55.968Z | Compiling futures v0.3.31 |
1905 | 2024-12-06T20:34:56.004Z | Compiling hickory-proto v0.24.1 |
1906 | 2024-12-06T20:34:56.083Z | Compiling regress v0.10.1 |
1907 | 2024-12-06T20:34:59.986Z | Compiling tokio-rustls v0.26.0 |
1908 | 2024-12-06T20:35:00.228Z | Compiling slog-bunyan v2.5.0 |
1909 | 2024-12-06T20:35:00.441Z | Compiling darling v0.20.10 |
1910 | 2024-12-06T20:35:00.443Z | Compiling tokio-rustls v0.25.0 |
1911 | 2024-12-06T20:35:00.788Z | Compiling toml v0.8.19 |
1912 | 2024-12-06T20:35:00.891Z | Compiling tokio-native-tls v0.3.1 |
1913 | 2024-12-06T20:35:00.917Z | Compiling strum_macros v0.25.3 |
1914 | 2024-12-06T20:35:01.177Z | Compiling phf_shared v0.11.2 |
1915 | 2024-12-06T20:35:01.895Z | Compiling async-stream v0.3.6 |
1916 | 2024-12-06T20:35:02.173Z | Compiling waitgroup v0.1.2 |
1917 | 2024-12-06T20:35:02.192Z | Compiling webpki-roots v0.26.6 |
1918 | 2024-12-06T20:35:02.538Z | Compiling idna v0.5.0 |
1919 | 2024-12-06T20:35:02.707Z | Compiling terminal_size v0.4.0 |
1920 | 2024-12-06T20:35:02.921Z | Compiling serde_path_to_error v0.1.16 |
1921 | 2024-12-06T20:35:03.575Z | Compiling hkdf v0.12.4 |
1922 | 2024-12-06T20:35:03.817Z | Compiling crypto-bigint v0.5.5 |
1923 | 2024-12-06T20:35:03.917Z | Compiling clap_derive v4.5.18 |
1924 | 2024-12-06T20:35:03.969Z | Compiling serde_repr v0.1.19 |
1925 | 2024-12-06T20:35:04.544Z | Compiling derive-where v1.2.7 |
1926 | 2024-12-06T20:35:05.056Z | Compiling hostname v0.4.0 |
1927 | 2024-12-06T20:35:05.172Z | Compiling crc32fast v1.4.2 |
1928 | 2024-12-06T20:35:05.258Z | Compiling debug-ignore v1.0.5 |
1929 | 2024-12-06T20:35:05.412Z | Compiling unicode-width v0.1.14 |
1930 | 2024-12-06T20:35:05.473Z | Compiling managed v0.8.0 |
1931 | 2024-12-06T20:35:06.079Z | Compiling bitflags v1.3.2 |
1932 | 2024-12-06T20:35:06.372Z | Compiling clap_lex v0.7.2 |
1933 | 2024-12-06T20:35:07.359Z | Compiling elliptic-curve v0.13.8 |
1934 | 2024-12-06T20:35:07.507Z | Compiling clap_builder v4.5.21 |
1935 | 2024-12-06T20:35:08.628Z | Compiling console v0.15.8 |
1936 | 2024-12-06T20:35:09.949Z | Compiling flate2 v1.0.34 |
1937 | 2024-12-06T20:35:10.840Z | Compiling cookie_store v0.21.0 |
1938 | 2024-12-06T20:35:13.032Z | Compiling hyper-rustls v0.27.3 |
1939 | 2024-12-06T20:35:15.116Z | Compiling hickory-resolver v0.24.1 |
1940 | 2024-12-06T20:35:15.874Z | Compiling phf v0.11.2 |
1941 | 2024-12-06T20:35:16.137Z | Compiling hyper-tls v0.6.0 |
1942 | 2024-12-06T20:35:16.179Z | Compiling signal-hook-mio v0.2.4 |
1943 | 2024-12-06T20:35:16.351Z | Compiling bzip2 v0.4.4 |
1944 | 2024-12-06T20:35:16.522Z | Compiling typify-impl v0.2.0 |
1945 | 2024-12-06T20:35:16.727Z | Compiling rayon v1.10.0 |
1946 | 2024-12-06T20:35:16.828Z | Compiling tokio-tungstenite v0.24.0 |
1947 | 2024-12-06T20:35:17.302Z | Compiling postgres-types v0.2.8 |
1948 | 2024-12-06T20:35:17.855Z | Compiling zerocopy v0.6.6 |
1949 | 2024-12-06T20:35:18.088Z | Compiling ed25519 v2.2.3 |
1950 | 2024-12-06T20:35:18.539Z | Compiling hubpack v0.1.2 |
1951 | 2024-12-06T20:35:18.712Z | Compiling phf_shared v0.10.0 |
1952 | 2024-12-06T20:35:18.767Z | Compiling pkcs1 v0.7.5 |
1953 | 2024-12-06T20:35:19.114Z | Compiling tokio-stream v0.1.16 |
1954 | 2024-12-06T20:35:20.165Z | Compiling serde-big-array v0.5.1 |
1955 | 2024-12-06T20:35:20.390Z | Compiling rfc6979 v0.4.0 |
1956 | 2024-12-06T20:35:20.592Z | Compiling float-cmp v0.9.0 |
1957 | 2024-12-06T20:35:20.616Z | Compiling sync_wrapper v1.0.1 |
1958 | 2024-12-06T20:35:20.773Z | Compiling bstr v1.10.0 |
1959 | 2024-12-06T20:35:21.830Z | Compiling number_prefix v0.4.0 |
1960 | 2024-12-06T20:35:22.070Z | Compiling normalize-line-endings v0.3.0 |
1961 | 2024-12-06T20:35:22.213Z | Compiling whoami v1.5.2 |
1962 | 2024-12-06T20:35:22.355Z | Compiling bit-vec v0.6.3 |
1963 | 2024-12-06T20:35:22.387Z | Compiling fixedbitset v0.4.2 |
1964 | 2024-12-06T20:35:22.810Z | Compiling difflib v0.4.0 |
1965 | 2024-12-06T20:35:23.068Z | Compiling new_debug_unreachable v1.0.6 |
1966 | 2024-12-06T20:35:23.172Z | Compiling predicates-core v1.0.8 |
1967 | 2024-12-06T20:35:23.365Z | Compiling unicode-segmentation v1.12.0 |
1968 | 2024-12-06T20:35:23.488Z | Compiling precomputed-hash v0.1.1 |
1969 | 2024-12-06T20:35:23.618Z | Compiling static_assertions v1.1.0 |
1970 | 2024-12-06T20:35:23.729Z | Compiling unicode-width v0.2.0 |
1971 | 2024-12-06T20:35:23.868Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1972 | 2024-12-06T20:35:24.092Z | Compiling similar v2.6.0 |
1973 | 2024-12-06T20:35:24.231Z | Compiling indicatif v0.17.9 |
1974 | 2024-12-06T20:35:24.292Z | Compiling string_cache v0.8.7 |
1975 | 2024-12-06T20:35:24.717Z | Compiling predicates v3.1.2 |
1976 | 2024-12-06T20:35:26.139Z | Compiling bit-set v0.5.3 |
1977 | 2024-12-06T20:35:26.157Z | Compiling petgraph v0.6.5 |
1978 | 2024-12-06T20:35:26.260Z | Compiling tokio-postgres v0.7.12 |
1979 | 2024-12-06T20:35:28.478Z | Compiling typify-macro v0.2.0 |
1980 | 2024-12-06T20:35:30.152Z | Compiling reqwest v0.12.9 |
1981 | 2024-12-06T20:35:30.726Z | Compiling ecdsa v0.16.9 |
1982 | 2024-12-06T20:35:31.665Z | Compiling qorb v0.2.1 |
1983 | 2024-12-06T20:35:32.059Z | Compiling rsa v0.9.6 |
1984 | 2024-12-06T20:35:32.193Z | Compiling ed25519-dalek v2.1.1 |
1985 | 2024-12-06T20:35:32.466Z | Compiling zip v0.6.6 |
1986 | 2024-12-06T20:35:32.677Z | Compiling crossterm v0.28.1 |
1987 | 2024-12-06T20:35:32.755Z | Compiling clap v4.5.21 |
1988 | 2024-12-06T20:35:33.743Z | Compiling toml v0.7.8 |
1989 | 2024-12-06T20:35:34.697Z | Compiling x509-cert v0.2.5 |
1990 | 2024-12-06T20:35:36.179Z | Compiling hex v0.4.3 |
1991 | 2024-12-06T20:35:36.809Z | Compiling itertools v0.10.5 |
1992 | 2024-12-06T20:35:37.212Z | Compiling unicode-xid v0.2.6 |
1993 | 2024-12-06T20:35:37.396Z | Compiling peg-runtime v0.8.3 |
1994 | 2024-12-06T20:35:37.736Z | Compiling lalrpop-util v0.19.12 |
1995 | 2024-12-06T20:35:37.914Z | Compiling zerocopy v0.8.10 |
1996 | 2024-12-06T20:35:40.577Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1997 | 2024-12-06T20:35:44.061Z | Compiling proc-macro-crate v1.3.1 |
1998 | 2024-12-06T20:35:44.742Z | Compiling ipnetwork v0.20.0 |
1999 | 2024-12-06T20:35:44.918Z | Compiling macaddr v1.0.1 |
2000 | 2024-12-06T20:35:45.250Z | Compiling zerocopy-derive v0.8.10 |
2001 | 2024-12-06T20:35:45.557Z | Compiling itertools v0.13.0 |
2002 | 2024-12-06T20:35:48.013Z | Compiling heapless v0.8.0 |
2003 | 2024-12-06T20:35:48.947Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2004 | 2024-12-06T20:35:54.109Z | Compiling num_enum_derive v0.5.11 |
2005 | 2024-12-06T20:36:01.649Z | Compiling hash32 v0.3.1 |
2006 | 2024-12-06T20:36:02.408Z | Compiling smoltcp v0.11.0 |
2007 | 2024-12-06T20:36:03.040Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2008 | 2024-12-06T20:36:07.930Z | Compiling num_enum v0.5.11 |
2009 | 2024-12-06T20:36:08.122Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2010 | 2024-12-06T20:36:09.126Z | Compiling typify v0.2.0 |
2011 | 2024-12-06T20:36:10.029Z | Compiling proc-macro-error-attr v1.0.4 |
2012 | 2024-12-06T20:36:10.121Z | Compiling unsafe-libyaml v0.2.11 |
2013 | 2024-12-06T20:36:10.300Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2014 | 2024-12-06T20:36:10.321Z | Compiling cobs v0.2.3 |
2015 | 2024-12-06T20:36:11.479Z | Compiling serde_yaml v0.9.34+deprecated |
2016 | 2024-12-06T20:36:16.583Z | Compiling postcard v1.0.10 |
2017 | 2024-12-06T20:36:27.705Z | Compiling progenitor-impl v0.8.0 |
2018 | 2024-12-06T20:36:30.276Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2019 | 2024-12-06T20:36:40.995Z | Compiling strum_macros v0.26.4 |
2020 | 2024-12-06T20:36:41.744Z | Compiling foreign-types-macros v0.2.3 |
2021 | 2024-12-06T20:36:41.780Z | Compiling structmeta-derive v0.3.0 |
2022 | 2024-12-06T20:36:41.889Z | Compiling proc-macro-error v1.0.4 |
2023 | 2024-12-06T20:36:42.198Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2024 | 2024-12-06T20:36:43.034Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2025 | 2024-12-06T20:36:43.814Z | Compiling newtype-uuid v1.1.3 |
2026 | 2024-12-06T20:36:44.105Z | Compiling foreign-types-shared v0.3.1 |
2027 | 2024-12-06T20:36:45.423Z | Compiling strum v0.26.3 |
2028 | 2024-12-06T20:36:45.616Z | Compiling structmeta v0.3.0 |
2029 | 2024-12-06T20:36:46.036Z | Compiling foreign-types v0.5.0 |
2030 | 2024-12-06T20:36:47.980Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2031 | 2024-12-06T20:36:53.604Z | Compiling progenitor-macro v0.8.0 |
2032 | 2024-12-06T20:36:56.860Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2033 | 2024-12-06T20:36:58.092Z | Compiling progenitor-client v0.8.0 |
2034 | 2024-12-06T20:37:00.554Z | Compiling tabwriter v1.4.0 |
2035 | 2024-12-06T20:37:02.177Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2036 | 2024-12-06T20:37:03.006Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2037 | 2024-12-06T20:37:03.096Z | Compiling cstr-argument v0.1.2 |
2038 | 2024-12-06T20:37:03.354Z | Compiling dropshot v0.13.0 |
2039 | 2024-12-06T20:37:03.654Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2040 | 2024-12-06T20:37:03.852Z | Compiling crucible-workspace-hack v0.1.0 |
2041 | 2024-12-06T20:37:03.943Z | Compiling pretty-hex v0.2.1 |
2042 | 2024-12-06T20:37:04.075Z | Compiling thiserror v2.0.3 |
2043 | 2024-12-06T20:37:04.590Z | Compiling fastrand v2.1.1 |
2044 | 2024-12-06T20:37:04.998Z | Compiling tempfile v3.13.0 |
2045 | 2024-12-06T20:37:05.426Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2046 | 2024-12-06T20:37:05.811Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2047 | 2024-12-06T20:37:05.831Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2048 | 2024-12-06T20:37:06.524Z | Compiling progenitor v0.8.0 |
2049 | 2024-12-06T20:37:06.700Z | Compiling parse-display-derive v0.10.0 |
2050 | 2024-12-06T20:37:06.740Z | Compiling colored v2.1.0 |
2051 | 2024-12-06T20:37:06.809Z | Compiling serde_with_macros v3.11.0 |
2052 | 2024-12-06T20:37:07.052Z | Compiling dropshot_endpoint v0.13.0 |
2053 | 2024-12-06T20:37:07.981Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2054 | 2024-12-06T20:37:08.737Z | Compiling thiserror-impl v2.0.3 |
2055 | 2024-12-06T20:37:09.370Z | Compiling instant v0.1.13 |
2056 | 2024-12-06T20:37:09.548Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2057 | 2024-12-06T20:37:09.958Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2058 | 2024-12-06T20:37:10.259Z | Compiling backoff v0.4.0 |
2059 | 2024-12-06T20:37:10.577Z | Compiling parse-display v0.10.0 |
2060 | 2024-12-06T20:37:10.650Z | Compiling serde_with v3.11.0 |
2061 | 2024-12-06T20:37:12.062Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2062 | 2024-12-06T20:37:12.296Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2063 | 2024-12-06T20:37:12.470Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2064 | 2024-12-06T20:37:12.911Z | Compiling zone_cfg_derive v0.3.0 |
2065 | 2024-12-06T20:37:12.998Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2066 | 2024-12-06T20:37:13.716Z | Compiling camino-tempfile v1.1.1 |
2067 | 2024-12-06T20:37:14.387Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2068 | 2024-12-06T20:37:14.555Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2069 | 2024-12-06T20:37:14.755Z | Compiling regress v0.9.1 |
2070 | 2024-12-06T20:37:14.873Z | Compiling num-derive v0.4.2 |
2071 | 2024-12-06T20:37:15.139Z | Compiling sigpipe v0.1.3 |
2072 | 2024-12-06T20:37:15.289Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2073 | 2024-12-06T20:37:15.583Z | Compiling libefi-sys v0.1.0 |
2074 | 2024-12-06T20:37:15.933Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2075 | 2024-12-06T20:37:17.110Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2076 | 2024-12-06T20:37:18.735Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2077 | 2024-12-06T20:37:19.201Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2078 | 2024-12-06T20:37:19.774Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2079 | 2024-12-06T20:37:22.078Z | Compiling zone v0.3.0 |
2080 | 2024-12-06T20:37:23.448Z | Compiling smf v0.2.3 |
2081 | 2024-12-06T20:37:23.611Z | Compiling bitfield-struct v0.6.2 |
2082 | 2024-12-06T20:37:24.055Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2083 | 2024-12-06T20:37:24.465Z | Compiling ring v0.16.20 |
2084 | 2024-12-06T20:37:25.030Z | Compiling blake3 v1.5.4 |
2085 | 2024-12-06T20:37:25.535Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2086 | 2024-12-06T20:37:26.273Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2087 | 2024-12-06T20:37:26.276Z | Compiling xattr v1.3.1 |
2088 | 2024-12-06T20:37:26.625Z | Compiling memmap2 v0.9.5 |
2089 | 2024-12-06T20:37:26.701Z | Compiling filetime v0.2.25 |
2090 | 2024-12-06T20:37:27.074Z | Compiling constant_time_eq v0.3.1 |
2091 | 2024-12-06T20:37:27.213Z | Compiling arrayref v0.3.9 |
2092 | 2024-12-06T20:37:27.271Z | Compiling spin v0.5.2 |
2093 | 2024-12-06T20:37:27.333Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2094 | 2024-12-06T20:37:27.406Z | Compiling same-file v1.0.6 |
2095 | 2024-12-06T20:37:27.475Z | Compiling arrayvec v0.7.6 |
2096 | 2024-12-06T20:37:27.544Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2097 | 2024-12-06T20:37:27.690Z | Compiling walkdir v2.5.0 |
2098 | 2024-12-06T20:37:29.108Z | Compiling tar v0.4.42 |
2099 | 2024-12-06T20:37:29.342Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2100 | 2024-12-06T20:37:30.649Z | Compiling gethostname v0.5.0 |
2101 | 2024-12-06T20:37:30.866Z | Compiling cargo-platform v0.1.8 |
2102 | 2024-12-06T20:37:30.896Z | Compiling topological-sort v0.2.2 |
2103 | 2024-12-06T20:37:31.346Z | Compiling cargo_metadata v0.18.1 |
2104 | 2024-12-06T20:37:34.352Z | Compiling omicron-zone-package v0.11.1 |
2105 | 2024-12-06T20:37:37.664Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2106 | 2024-12-06T20:37:38.577Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2107 | 2024-12-06T20:37:40.353Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2108 | 2024-12-06T20:38:00.541Z | Finished `release` profile [optimized] target(s) in 5m 28s |
2109 | 2024-12-06T20:38:00.704Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
2110 | 2024-12-06T20:38:00.751Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2111 | 2024-12-06T20:38:00.755Z | Created new build target 'test' and set it as active |
2112 | 2024-12-06T20:38:00.755Z | |
2113 | 2024-12-06T20:38:00.755Z | real 5:28.470911898 |
2114 | 2024-12-06T20:38:00.755Z | user 37:02.594180313 |
2115 | 2024-12-06T20:38:00.755Z | sys 4:55.467935953 |
2116 | 2024-12-06T20:38:00.755Z | trap 1.090315811 |
2117 | 2024-12-06T20:38:00.755Z | tflt 3.065330661 |
2118 | 2024-12-06T20:38:00.755Z | dflt 0.629129561 |
2119 | 2024-12-06T20:38:00.755Z | kflt 0.009428160 |
2120 | 2024-12-06T20:38:00.755Z | lock 1:18:03.004738099 |
2121 | 2024-12-06T20:38:00.755Z | slp 2:35:25.797196041 |
2122 | 2024-12-06T20:38:00.755Z | lat 2:35.735322555 |
2123 | 2024-12-06T20:38:00.756Z | stop 4:30.302627003 |
2124 | 2024-12-06T20:38:00.758Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2125 | 2024-12-06T20:38:01.727Z | Finished `release` profile [optimized] target(s) in 0.92s |
2126 | 2024-12-06T20:38:01.789Z | Running `target/release/omicron-package -t test package` |
2127 | 2024-12-06T20:38:01.834Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2128 | 2024-12-06T20:38:02.966Z | Compiling convert_case v0.4.0 |
2129 | 2024-12-06T20:38:02.966Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2130 | 2024-12-06T20:38:02.969Z | Compiling itertools v0.13.0 |
2131 | 2024-12-06T20:38:02.969Z | Compiling newline-converter v0.3.0 |
2132 | 2024-12-06T20:38:02.969Z | Compiling password-hash v0.5.0 |
2133 | 2024-12-06T20:38:02.969Z | Compiling progenitor-client v0.8.0 |
2134 | 2024-12-06T20:38:03.103Z | Compiling blake2 v0.10.6 |
2135 | 2024-12-06T20:38:03.115Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2136 | 2024-12-06T20:38:03.306Z | Compiling cancel-safe-futures v0.1.5 |
2137 | 2024-12-06T20:38:03.384Z | Compiling expectorate v1.1.0 |
2138 | 2024-12-06T20:38:03.589Z | Compiling progenitor v0.8.0 |
2139 | 2024-12-06T20:38:03.625Z | Compiling owo-colors v4.1.0 |
2140 | 2024-12-06T20:38:03.676Z | Compiling num-rational v0.4.2 |
2141 | 2024-12-06T20:38:03.782Z | Compiling derive_more v0.99.18 |
2142 | 2024-12-06T20:38:03.844Z | Compiling argon2 v0.5.3 |
2143 | 2024-12-06T20:38:03.927Z | Compiling num-complex v0.4.6 |
2144 | 2024-12-06T20:38:04.560Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2145 | 2024-12-06T20:38:05.182Z | Compiling num v0.4.3 |
2146 | 2024-12-06T20:38:05.307Z | Compiling atomicwrites v0.4.4 |
2147 | 2024-12-06T20:38:05.357Z | Compiling libsw v3.3.1 |
2148 | 2024-12-06T20:38:05.714Z | Compiling indent_write v2.2.0 |
2149 | 2024-12-06T20:38:05.833Z | Compiling linear-map v1.2.0 |
2150 | 2024-12-06T20:38:05.938Z | Compiling swrite v0.1.0 |
2151 | 2024-12-06T20:38:05.963Z | Compiling float-ord v0.3.2 |
2152 | 2024-12-06T20:38:06.087Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2153 | 2024-12-06T20:38:06.109Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2154 | 2024-12-06T20:38:06.144Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2155 | 2024-12-06T20:38:06.258Z | Compiling base64 v0.21.7 |
2156 | 2024-12-06T20:38:06.276Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2157 | 2024-12-06T20:38:06.700Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2158 | 2024-12-06T20:38:07.259Z | Compiling highway v1.2.0 |
2159 | 2024-12-06T20:38:07.394Z | Compiling semver v0.1.20 |
2160 | 2024-12-06T20:38:07.990Z | Compiling rustc_version v0.1.7 |
2161 | 2024-12-06T20:38:08.426Z | Compiling newtype_derive v0.1.6 |
2162 | 2024-12-06T20:38:08.741Z | Compiling newtype-uuid v1.1.3 |
2163 | 2024-12-06T20:38:08.835Z | Compiling dropshot v0.13.0 |
2164 | 2024-12-06T20:38:08.912Z | Compiling ipnetwork v0.20.0 |
2165 | 2024-12-06T20:38:09.124Z | Compiling instant v0.1.13 |
2166 | 2024-12-06T20:38:09.296Z | Compiling humantime v2.1.0 |
2167 | 2024-12-06T20:38:09.723Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2168 | 2024-12-06T20:38:10.168Z | Compiling backoff v0.4.0 |
2169 | 2024-12-06T20:38:10.372Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2170 | 2024-12-06T20:38:10.393Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2171 | 2024-12-06T20:38:10.528Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2172 | 2024-12-06T20:38:13.987Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2173 | 2024-12-06T20:38:14.717Z | Compiling parse-display v0.10.0 |
2174 | 2024-12-06T20:38:15.269Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2175 | 2024-12-06T20:38:15.464Z | Compiling serde_with v3.11.0 |
2176 | 2024-12-06T20:38:15.513Z | Compiling strum v0.26.3 |
2177 | 2024-12-06T20:38:15.714Z | Compiling regress v0.9.1 |
2178 | 2024-12-06T20:38:19.245Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2179 | 2024-12-06T20:38:21.406Z | Compiling macaddr v1.0.1 |
2180 | 2024-12-06T20:38:21.409Z | Compiling steno v0.4.1 |
2181 | 2024-12-06T20:38:21.409Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2182 | 2024-12-06T20:38:21.409Z | Compiling prettyplease v0.2.25 |
2183 | 2024-12-06T20:38:21.409Z | Compiling slog-dtrace v0.3.0 |
2184 | 2024-12-06T20:38:21.628Z | Compiling tungstenite v0.21.0 |
2185 | 2024-12-06T20:38:21.990Z | Compiling display-error-chain v0.2.2 |
2186 | 2024-12-06T20:38:23.739Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2187 | 2024-12-06T20:38:25.608Z | Compiling tokio-tungstenite v0.21.0 |
2188 | 2024-12-06T20:38:26.264Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2189 | 2024-12-06T20:38:26.288Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2190 | 2024-12-06T20:38:26.791Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2191 | 2024-12-06T20:38:27.328Z | Compiling arc-swap v1.7.1 |
2192 | 2024-12-06T20:38:28.004Z | Compiling slog-scope v4.4.0 |
2193 | 2024-12-06T20:38:28.839Z | Compiling half v2.4.1 |
2194 | 2024-12-06T20:38:29.573Z | Compiling ciborium-io v0.2.2 |
2195 | 2024-12-06T20:38:29.724Z | Compiling ciborium-ll v0.2.2 |
2196 | 2024-12-06T20:38:30.274Z | Compiling slog-stdlog v4.1.1 |
2197 | 2024-12-06T20:38:31.172Z | Compiling slog-envlogger v2.2.0 |
2198 | 2024-12-06T20:38:31.197Z | Compiling ciborium v0.2.2 |
2199 | 2024-12-06T20:38:33.414Z | Compiling nibble_vec v0.1.0 |
2200 | 2024-12-06T20:38:33.894Z | Compiling endian-type v0.1.2 |
2201 | 2024-12-06T20:38:34.175Z | Compiling radix_trie v0.2.1 |
2202 | 2024-12-06T20:38:35.107Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2203 | 2024-12-06T20:38:41.155Z | Compiling fastrand v2.1.1 |
2204 | 2024-12-06T20:38:41.173Z | Compiling same-file v1.0.6 |
2205 | 2024-12-06T20:38:41.228Z | Compiling ring v0.16.20 |
2206 | 2024-12-06T20:38:41.414Z | Compiling walkdir v2.5.0 |
2207 | 2024-12-06T20:38:41.656Z | Compiling tempfile v3.13.0 |
2208 | 2024-12-06T20:38:42.067Z | Compiling blake3 v1.5.4 |
2209 | 2024-12-06T20:38:42.434Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2210 | 2024-12-06T20:38:42.462Z | Compiling xattr v1.3.1 |
2211 | 2024-12-06T20:38:42.625Z | Compiling memmap2 v0.9.5 |
2212 | 2024-12-06T20:38:42.718Z | Compiling filetime v0.2.25 |
2213 | 2024-12-06T20:38:43.019Z | Compiling keccak v0.1.5 |
2214 | 2024-12-06T20:38:43.041Z | Compiling spin v0.5.2 |
2215 | 2024-12-06T20:38:43.290Z | Compiling arrayvec v0.7.6 |
2216 | 2024-12-06T20:38:43.320Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2217 | 2024-12-06T20:38:43.722Z | Compiling constant_time_eq v0.3.1 |
2218 | 2024-12-06T20:38:43.888Z | Compiling arrayref v0.3.9 |
2219 | 2024-12-06T20:38:43.967Z | Compiling sha3 v0.10.8 |
2220 | 2024-12-06T20:38:44.440Z | Compiling tar v0.4.42 |
2221 | 2024-12-06T20:38:44.781Z | Compiling camino-tempfile v1.1.1 |
2222 | 2024-12-06T20:38:44.807Z | Compiling toolchain_find v0.4.0 |
2223 | 2024-12-06T20:38:45.162Z | Compiling const_format_proc_macros v0.2.33 |
2224 | 2024-12-06T20:38:45.228Z | Compiling maplit v1.0.2 |
2225 | 2024-12-06T20:38:45.349Z | Compiling radium v0.7.0 |
2226 | 2024-12-06T20:38:45.367Z | Compiling topological-sort v0.2.2 |
2227 | 2024-12-06T20:38:45.608Z | Compiling crunchy v0.2.2 |
2228 | 2024-12-06T20:38:45.800Z | Compiling rustfmt-wrapper v0.2.1 |
2229 | 2024-12-06T20:38:46.093Z | Compiling omicron-zone-package v0.11.1 |
2230 | 2024-12-06T20:38:46.342Z | Compiling pem v3.0.4 |
2231 | 2024-12-06T20:38:46.416Z | Compiling maybe-uninit v2.0.0 |
2232 | 2024-12-06T20:38:46.918Z | Compiling tap v1.0.1 |
2233 | 2024-12-06T20:38:46.998Z | Compiling const_format v0.2.33 |
2234 | 2024-12-06T20:38:47.099Z | Compiling tiny-keccak v2.0.2 |
2235 | 2024-12-06T20:38:47.120Z | Compiling wyz v0.5.1 |
2236 | 2024-12-06T20:38:47.630Z | Compiling dsl_auto_type v0.1.2 |
2237 | 2024-12-06T20:38:47.789Z | Compiling phf_generator v0.11.2 |
2238 | 2024-12-06T20:38:47.983Z | Compiling scheduled-thread-pool v0.2.7 |
2239 | 2024-12-06T20:38:48.122Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2240 | 2024-12-06T20:38:48.142Z | Compiling secrecy v0.8.0 |
2241 | 2024-12-06T20:38:48.236Z | Compiling async-recursion v1.1.1 |
2242 | 2024-12-06T20:38:48.427Z | Compiling diesel_table_macro_syntax v0.2.0 |
2243 | 2024-12-06T20:38:48.603Z | Compiling packed_struct v0.10.1 |
2244 | 2024-12-06T20:38:48.831Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2245 | 2024-12-06T20:38:48.945Z | Compiling crc-catalog v2.4.0 |
2246 | 2024-12-06T20:38:49.088Z | Compiling funty v2.0.0 |
2247 | 2024-12-06T20:38:49.165Z | Compiling crc v3.2.1 |
2248 | 2024-12-06T20:38:49.257Z | Compiling diesel_derives v2.2.3 |
2249 | 2024-12-06T20:38:49.276Z | Compiling r2d2 v0.8.10 |
2250 | 2024-12-06T20:38:49.696Z | Compiling phf_codegen v0.11.2 |
2251 | 2024-12-06T20:38:50.049Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2252 | 2024-12-06T20:38:50.213Z | Compiling bitvec v1.0.1 |
2253 | 2024-12-06T20:38:51.112Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2254 | 2024-12-06T20:38:51.424Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2255 | 2024-12-06T20:38:51.565Z | Compiling ascii-canvas v3.0.0 |
2256 | 2024-12-06T20:38:52.056Z | Compiling universal-hash v0.5.1 |
2257 | 2024-12-06T20:38:52.315Z | Compiling thiserror-impl-no-std v2.0.2 |
2258 | 2024-12-06T20:38:54.861Z | Compiling packed_struct_codegen v0.10.1 |
2259 | 2024-12-06T20:38:55.001Z | Compiling parse-zoneinfo v0.3.1 |
2260 | 2024-12-06T20:38:56.601Z | Compiling lzma-sys v0.1.20 |
2261 | 2024-12-06T20:38:57.304Z | Compiling ena v0.14.3 |
2262 | 2024-12-06T20:38:57.322Z | Compiling indexmap v1.9.3 |
2263 | 2024-12-06T20:38:57.640Z | Compiling nodrop v0.1.14 |
2264 | 2024-12-06T20:38:57.733Z | Compiling opaque-debug v0.3.1 |
2265 | 2024-12-06T20:38:57.791Z | Compiling cfg_aliases v0.1.1 |
2266 | 2024-12-06T20:38:57.855Z | Compiling regex-syntax v0.6.29 |
2267 | 2024-12-06T20:38:57.912Z | Compiling diff v0.1.13 |
2268 | 2024-12-06T20:38:58.495Z | Compiling nix v0.28.0 |
2269 | 2024-12-06T20:38:59.203Z | Compiling poly1305 v0.8.0 |
2270 | 2024-12-06T20:39:00.645Z | Compiling array-init v0.0.4 |
2271 | 2024-12-06T20:39:00.796Z | Compiling diesel v2.2.4 |
2272 | 2024-12-06T20:39:01.973Z | Compiling lalrpop v0.19.12 |
2273 | 2024-12-06T20:39:07.635Z | Compiling chrono-tz-build v0.4.0 |
2274 | 2024-12-06T20:39:08.191Z | Compiling thiserror-no-std v2.0.2 |
2275 | 2024-12-06T20:39:08.328Z | Compiling smallvec v0.6.14 |
2276 | 2024-12-06T20:39:08.845Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2277 | 2024-12-06T20:39:09.343Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2278 | 2024-12-06T20:39:09.641Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2279 | 2024-12-06T20:39:09.896Z | Compiling chacha20 v0.9.1 |
2280 | 2024-12-06T20:39:09.945Z | Compiling heck v0.3.3 |
2281 | 2024-12-06T20:39:10.345Z | Compiling aead v0.5.2 |
2282 | 2024-12-06T20:39:10.390Z | Compiling vte_generate_state_changes v0.1.2 |
2283 | 2024-12-06T20:39:10.696Z | Compiling ref-cast v1.0.23 |
2284 | 2024-12-06T20:39:11.024Z | Compiling termcolor v1.4.1 |
2285 | 2024-12-06T20:39:11.188Z | Compiling bitfield v0.14.0 |
2286 | 2024-12-06T20:39:11.509Z | Compiling hashbrown v0.12.3 |
2287 | 2024-12-06T20:39:12.111Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2288 | 2024-12-06T20:39:12.449Z | Compiling env_logger v0.10.2 |
2289 | 2024-12-06T20:39:13.983Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2290 | 2024-12-06T20:39:15.705Z | Compiling vte v0.11.1 |
2291 | 2024-12-06T20:39:17.179Z | Compiling chacha20poly1305 v0.10.1 |
2292 | 2024-12-06T20:39:17.434Z | Compiling zone_cfg_derive v0.1.2 |
2293 | 2024-12-06T20:39:18.941Z | Compiling chrono-tz v0.10.0 |
2294 | 2024-12-06T20:39:19.580Z | Compiling serde-hex v0.1.0 |
2295 | 2024-12-06T20:39:24.769Z | Compiling vsss-rs v3.3.4 |
2296 | 2024-12-06T20:39:26.174Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2297 | 2024-12-06T20:39:26.525Z | Compiling ron v0.8.1 |
2298 | 2024-12-06T20:39:28.182Z | Compiling polar-core v0.27.3 |
2299 | 2024-12-06T20:39:29.176Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2300 | 2024-12-06T20:39:29.433Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2301 | 2024-12-06T20:39:29.481Z | Compiling derive_builder_core v0.20.2 |
2302 | 2024-12-06T20:39:30.031Z | Compiling hashbrown v0.13.2 |
2303 | 2024-12-06T20:39:31.415Z | Compiling fd-lock v4.0.2 |
2304 | 2024-12-06T20:39:31.661Z | Compiling headers-core v0.3.0 |
2305 | 2024-12-06T20:39:31.700Z | Compiling fxhash v0.2.1 |
2306 | 2024-12-06T20:39:31.848Z | Compiling libxml v0.3.3 |
2307 | 2024-12-06T20:39:31.946Z | Compiling ref-cast-impl v1.0.23 |
2308 | 2024-12-06T20:39:32.216Z | Compiling lockfree-object-pool v0.1.6 |
2309 | 2024-12-06T20:39:32.388Z | Compiling zip v2.1.3 |
2310 | 2024-12-06T20:39:32.546Z | Compiling bumpalo v3.16.0 |
2311 | 2024-12-06T20:39:32.713Z | Compiling crc-any v2.5.0 |
2312 | 2024-12-06T20:39:33.075Z | Compiling simd-adler32 v0.3.7 |
2313 | 2024-12-06T20:39:33.156Z | Compiling bytecount v0.6.8 |
2314 | 2024-12-06T20:39:33.472Z | Compiling base64 v0.13.1 |
2315 | 2024-12-06T20:39:33.610Z | Compiling zopfli v0.8.1 |
2316 | 2024-12-06T20:39:34.206Z | Compiling ron v0.7.1 |
2317 | 2024-12-06T20:39:34.228Z | Compiling papergrid v0.11.0 |
2318 | 2024-12-06T20:39:38.025Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2319 | 2024-12-06T20:39:38.844Z | Compiling headers v0.4.0 |
2320 | 2024-12-06T20:39:39.599Z | Compiling derive_builder_macro v0.20.2 |
2321 | 2024-12-06T20:39:40.459Z | Compiling object v0.30.4 |
2322 | 2024-12-06T20:39:42.555Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2323 | 2024-12-06T20:39:47.651Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2324 | 2024-12-06T20:39:49.325Z | Compiling xz2 v0.1.7 |
2325 | 2024-12-06T20:39:50.906Z | Compiling zone v0.1.8 |
2326 | 2024-12-06T20:39:52.967Z | Compiling strip-ansi-escapes v0.2.0 |
2327 | 2024-12-06T20:39:53.694Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2328 | 2024-12-06T20:39:54.010Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2329 | 2024-12-06T20:39:54.285Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2330 | 2024-12-06T20:39:54.318Z | Compiling tabled_derive v0.7.0 |
2331 | 2024-12-06T20:39:54.580Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2332 | 2024-12-06T20:39:54.600Z | Compiling yasna v0.5.2 |
2333 | 2024-12-06T20:39:56.505Z | Compiling peg-macros v0.8.4 |
2334 | 2024-12-06T20:39:56.876Z | Compiling strum_macros v0.24.3 |
2335 | 2024-12-06T20:39:57.980Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2336 | 2024-12-06T20:39:58.354Z | Compiling kstat-rs v0.2.4 |
2337 | 2024-12-06T20:39:59.040Z | Compiling samael v0.0.17 |
2338 | 2024-12-06T20:39:59.275Z | Compiling sqlparser_derive v0.2.2 |
2339 | 2024-12-06T20:39:59.380Z | Compiling unicase v2.7.0 |
2340 | 2024-12-06T20:39:59.692Z | Compiling path-slash v0.1.5 |
2341 | 2024-12-06T20:39:59.867Z | Compiling unicode_categories v0.1.1 |
2342 | 2024-12-06T20:39:59.957Z | Compiling indoc v1.0.9 |
2343 | 2024-12-06T20:40:00.087Z | Compiling home v0.5.9 |
2344 | 2024-12-06T20:40:00.245Z | Compiling nu-ansi-term v0.50.1 |
2345 | 2024-12-06T20:40:00.270Z | Compiling sqlparser v0.45.0 |
2346 | 2024-12-06T20:40:00.395Z | Compiling rustyline v14.0.0 |
2347 | 2024-12-06T20:40:01.425Z | Compiling reedline v0.35.0 |
2348 | 2024-12-06T20:40:01.774Z | Compiling sqlformat v0.2.6 |
2349 | 2024-12-06T20:40:03.176Z | Compiling peg v0.8.4 |
2350 | 2024-12-06T20:40:03.307Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2351 | 2024-12-06T20:40:04.373Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2352 | 2024-12-06T20:40:12.578Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2353 | 2024-12-06T20:40:13.145Z | Compiling tabled v0.15.0 |
2354 | 2024-12-06T20:40:19.006Z | Compiling rcgen v0.12.1 |
2355 | 2024-12-06T20:40:25.190Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2356 | 2024-12-06T20:40:29.175Z | Compiling derive_builder v0.20.2 |
2357 | 2024-12-06T20:40:33.054Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2358 | 2024-12-06T20:40:34.347Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2359 | 2024-12-06T20:40:36.544Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2360 | 2024-12-06T20:40:36.827Z | Compiling bcs v0.1.6 |
2361 | 2024-12-06T20:40:37.762Z | Compiling oso-derive v0.27.3 |
2362 | 2024-12-06T20:40:37.864Z | Compiling impl-trait-for-tuples v0.2.2 |
2363 | 2024-12-06T20:40:38.755Z | Compiling libz-sys v1.1.20 |
2364 | 2024-12-06T20:40:39.449Z | Compiling quick-xml v0.33.0 |
2365 | 2024-12-06T20:40:44.892Z | Compiling subprocess v0.2.9 |
2366 | 2024-12-06T20:40:45.439Z | Compiling diesel-dtrace v0.3.0 |
2367 | 2024-12-06T20:40:45.761Z | Compiling parking_lot_core v0.8.6 |
2368 | 2024-12-06T20:40:46.310Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2369 | 2024-12-06T20:40:49.704Z | Compiling oso v0.27.3 |
2370 | 2024-12-06T20:41:06.912Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2371 | 2024-12-06T20:41:08.529Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2372 | 2024-12-06T20:41:13.974Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2373 | 2024-12-06T20:41:17.200Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2374 | 2024-12-06T20:41:17.513Z | Compiling bb8 v0.8.5 |
2375 | 2024-12-06T20:41:18.172Z | Compiling buf-list v1.0.3 |
2376 | 2024-12-06T20:41:18.828Z | Compiling async-bb8-diesel v0.2.1 |
2377 | 2024-12-06T20:41:19.908Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2378 | 2024-12-06T20:41:20.364Z | Compiling pin-project-internal v1.1.6 |
2379 | 2024-12-06T20:41:20.709Z | Compiling atty v0.2.14 |
2380 | 2024-12-06T20:41:20.893Z | Compiling salty v0.3.0 |
2381 | 2024-12-06T20:41:22.927Z | Compiling pin-project v1.1.6 |
2382 | 2024-12-06T20:41:23.087Z | Compiling parking_lot v0.11.2 |
2383 | 2024-12-06T20:41:26.499Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2384 | 2024-12-06T20:41:26.590Z | Compiling snafu-derive v0.8.5 |
2385 | 2024-12-06T20:41:27.316Z | Compiling mime_guess v2.0.5 |
2386 | 2024-12-06T20:41:28.321Z | Compiling sled v0.34.7 |
2387 | 2024-12-06T20:41:31.368Z | Compiling snafu v0.8.5 |
2388 | 2024-12-06T20:41:32.861Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2389 | 2024-12-06T20:41:33.211Z | Compiling hickory-client v0.24.1 |
2390 | 2024-12-06T20:41:34.279Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2391 | 2024-12-06T20:41:35.208Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2392 | 2024-12-06T20:41:35.863Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2393 | 2024-12-06T20:41:38.481Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2394 | 2024-12-06T20:41:43.703Z | Compiling hickory-server v0.24.1 |
2395 | 2024-12-06T20:41:44.886Z | Compiling globset v0.4.15 |
2396 | 2024-12-06T20:41:52.416Z | Compiling primeorder v0.13.6 |
2397 | 2024-12-06T20:41:52.976Z | Compiling olpc-cjson v0.1.4 |
2398 | 2024-12-06T20:41:53.311Z | Compiling vergen v8.3.2 |
2399 | 2024-12-06T20:41:53.625Z | Compiling env_filter v0.1.2 |
2400 | 2024-12-06T20:41:55.171Z | Compiling cargo-platform v0.1.8 |
2401 | 2024-12-06T20:41:55.230Z | Compiling serde_plain v1.0.2 |
2402 | 2024-12-06T20:41:55.665Z | Compiling nanorand v0.7.0 |
2403 | 2024-12-06T20:41:55.752Z | Compiling memoffset v0.9.1 |
2404 | 2024-12-06T20:41:56.093Z | Compiling typed-path v0.9.3 |
2405 | 2024-12-06T20:41:56.547Z | Compiling flume v0.11.1 |
2406 | 2024-12-06T20:41:57.393Z | Compiling cargo_metadata v0.18.1 |
2407 | 2024-12-06T20:42:00.620Z | Compiling tough v0.19.0 |
2408 | 2024-12-06T20:42:01.987Z | Compiling env_logger v0.11.5 |
2409 | 2024-12-06T20:42:03.224Z | Compiling p384 v0.13.0 |
2410 | 2024-12-06T20:42:03.368Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2411 | 2024-12-06T20:42:08.915Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2412 | 2024-12-06T20:42:09.692Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2413 | 2024-12-06T20:42:12.040Z | Compiling git2 v0.19.0 |
2414 | 2024-12-06T20:42:19.391Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2415 | 2024-12-06T20:42:20.614Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2416 | 2024-12-06T20:42:21.346Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2417 | 2024-12-06T20:42:21.515Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2418 | 2024-12-06T20:42:24.291Z | Compiling rand_seeder v0.3.0 |
2419 | 2024-12-06T20:42:24.725Z | Compiling libsqlite3-sys v0.30.1 |
2420 | 2024-12-06T20:42:25.240Z | Compiling http-range v0.1.5 |
2421 | 2024-12-06T20:42:25.548Z | Compiling rustls v0.21.12 |
2422 | 2024-12-06T20:42:25.841Z | Compiling cfg_aliases v0.2.1 |
2423 | 2024-12-06T20:42:25.860Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2424 | 2024-12-06T20:42:25.968Z | Compiling parse-size v1.1.0 |
2425 | 2024-12-06T20:42:26.197Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2426 | 2024-12-06T20:42:26.289Z | Compiling nix v0.29.0 |
2427 | 2024-12-06T20:42:26.672Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2428 | 2024-12-06T20:42:27.120Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2429 | 2024-12-06T20:42:27.743Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2430 | 2024-12-06T20:42:28.268Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2431 | 2024-12-06T20:42:28.681Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2432 | 2024-12-06T20:42:28.996Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2433 | 2024-12-06T20:42:29.027Z | Compiling sct v0.7.1 |
2434 | 2024-12-06T20:42:29.079Z | Compiling rustls-webpki v0.101.7 |
2435 | 2024-12-06T20:42:29.514Z | Compiling castaway v0.2.3 |
2436 | 2024-12-06T20:42:29.715Z | Compiling csv-core v0.1.11 |
2437 | 2024-12-06T20:42:30.599Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2438 | 2024-12-06T20:42:30.924Z | Compiling glob v0.3.1 |
2439 | 2024-12-06T20:42:32.921Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2440 | 2024-12-06T20:42:33.060Z | Compiling csv v1.3.0 |
2441 | 2024-12-06T20:42:33.414Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2442 | 2024-12-06T20:42:35.144Z | Compiling compact_str v0.8.0 |
2443 | 2024-12-06T20:42:35.233Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2444 | 2024-12-06T20:42:36.547Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2445 | 2024-12-06T20:42:37.661Z | Compiling nix v0.27.1 |
2446 | 2024-12-06T20:42:40.173Z | Compiling hyper-staticfile v0.10.1 |
2447 | 2024-12-06T20:42:43.206Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2448 | 2024-12-06T20:42:43.804Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2449 | 2024-12-06T20:42:44.798Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2450 | 2024-12-06T20:42:45.089Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2451 | 2024-12-06T20:42:49.347Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2452 | 2024-12-06T20:42:52.052Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2453 | 2024-12-06T20:42:52.395Z | Compiling unicode-truncate v1.1.0 |
2454 | 2024-12-06T20:42:52.689Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2455 | 2024-12-06T20:42:53.061Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2456 | 2024-12-06T20:42:53.371Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2457 | 2024-12-06T20:42:56.933Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2458 | 2024-12-06T20:42:59.021Z | Compiling hashlink v0.9.1 |
2459 | 2024-12-06T20:42:59.855Z | Compiling tungstenite v0.23.0 |
2460 | 2024-12-06T20:42:59.876Z | Compiling lru v0.12.5 |
2461 | 2024-12-06T20:42:59.895Z | Compiling instability v0.3.2 |
2462 | 2024-12-06T20:43:00.271Z | Compiling cassowary v0.3.0 |
2463 | 2024-12-06T20:43:00.365Z | Compiling fallible-iterator v0.3.0 |
2464 | 2024-12-06T20:43:00.698Z | Compiling fallible-streaming-iterator v0.1.9 |
2465 | 2024-12-06T20:43:00.890Z | Compiling ratatui v0.28.1 |
2466 | 2024-12-06T20:43:00.963Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2467 | 2024-12-06T20:43:01.162Z | Compiling tokio-tungstenite v0.23.1 |
2468 | 2024-12-06T20:43:01.814Z | Compiling rusqlite v0.32.1 |
2469 | 2024-12-06T20:43:05.651Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2470 | 2024-12-06T20:43:07.062Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2471 | 2024-12-06T20:43:07.392Z | Compiling tokio-rustls v0.24.1 |
2472 | 2024-12-06T20:43:11.253Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2473 | 2024-12-06T20:43:11.527Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2474 | 2024-12-06T20:43:20.101Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2475 | 2024-12-06T20:43:22.142Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2476 | 2024-12-06T20:43:24.522Z | Compiling rustls-pemfile v1.0.4 |
2477 | 2024-12-06T20:43:25.305Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2478 | 2024-12-06T20:43:25.649Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2479 | 2024-12-06T20:43:26.110Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2480 | 2024-12-06T20:43:26.158Z | Compiling signal-hook-tokio v0.3.1 |
2481 | 2024-12-06T20:43:26.299Z | Compiling twox-hash v1.6.3 |
2482 | 2024-12-06T20:43:26.409Z | Compiling unicode-linebreak v0.1.5 |
2483 | 2024-12-06T20:43:27.009Z | Compiling is_ci v1.2.0 |
2484 | 2024-12-06T20:43:27.339Z | Compiling smawk v0.3.2 |
2485 | 2024-12-06T20:43:27.379Z | Compiling supports-color v3.0.1 |
2486 | 2024-12-06T20:43:27.608Z | Compiling textwrap v0.16.1 |
2487 | 2024-12-06T20:43:30.664Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2488 | 2024-12-06T20:43:31.295Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2489 | 2024-12-06T20:43:36.980Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2490 | 2024-12-06T20:43:39.955Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2491 | 2024-12-06T20:43:47.115Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2492 | 2024-12-06T20:43:51.036Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2493 | 2024-12-06T20:43:52.028Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2494 | 2024-12-06T20:44:04.428Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2495 | 2024-12-06T20:44:05.075Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2496 | 2024-12-06T20:44:05.387Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2497 | 2024-12-06T20:44:11.422Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2498 | 2024-12-06T20:44:12.223Z | Compiling fatfs v0.3.6 |
2499 | 2024-12-06T20:44:12.355Z | Compiling rtoolbox v0.0.2 |
2500 | 2024-12-06T20:44:12.824Z | Compiling assert_matches v1.5.0 |
2501 | 2024-12-06T20:44:12.944Z | Compiling rpassword v7.3.1 |
2502 | 2024-12-06T20:44:13.368Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2503 | 2024-12-06T20:44:20.486Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2504 | 2024-12-06T20:44:21.824Z | Compiling tui-tree-widget v0.22.0 |
2505 | 2024-12-06T20:44:22.306Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2506 | 2024-12-06T20:44:27.855Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2507 | 2024-12-06T20:44:30.025Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2508 | 2024-12-06T20:44:30.339Z | Compiling uzers v0.12.1 |
2509 | 2024-12-06T20:44:33.520Z | Compiling shell-words v1.1.0 |
2510 | 2024-12-06T20:44:33.958Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2511 | 2024-12-06T20:44:41.456Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2512 | 2024-12-06T20:44:43.573Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2513 | 2024-12-06T20:45:11.620Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2514 | 2024-12-06T20:45:15.115Z | Compiling multimap v0.10.0 |
2515 | 2024-12-06T20:47:33.006Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2516 | 2024-12-06T20:47:38.604Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2517 | 2024-12-06T20:54:18.664Z | Finished `release` profile [optimized] target(s) in 16m 16s |
2518 | 2024-12-06T20:55:23.231Z | |
2519 | 2024-12-06T20:55:23.232Z | real 17:22.253181811 |
2520 | 2024-12-06T20:55:23.232Z | user 1:58:21.876379005 |
2521 | 2024-12-06T20:55:23.232Z | sys 5:51.083591540 |
2522 | 2024-12-06T20:55:23.232Z | trap 2.890380732 |
2523 | 2024-12-06T20:55:23.232Z | tflt 3.088590530 |
2524 | 2024-12-06T20:55:23.232Z | dflt 4.939671561 |
2525 | 2024-12-06T20:55:23.232Z | kflt 0.011381002 |
2526 | 2024-12-06T20:55:23.234Z | lock 7:17:20.392673604 |
2527 | 2024-12-06T20:55:23.234Z | slp 6:16:04.553799497 |
2528 | 2024-12-06T20:55:23.235Z | lat 2:52.850756971 |
2529 | 2024-12-06T20:55:23.235Z | stop 2:30.154861733 |
2530 | 2024-12-06T20:55:23.235Z | + mapfile -t packages |
2531 | 2024-12-06T20:55:23.235Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2532 | 2024-12-06T20:55:24.234Z | Finished `release` profile [optimized] target(s) in 0.95s |
2533 | 2024-12-06T20:55:24.302Z | Running `target/release/omicron-package -t test list-outputs` |
2534 | 2024-12-06T20:55:24.352Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2535 | 2024-12-06T20:55:24.354Z | + ptime -m cargo build --locked --release -p xtask |
2536 | 2024-12-06T20:55:24.908Z | Compiling serde v1.0.215 |
2537 | 2024-12-06T20:55:24.910Z | Compiling rustix v0.38.37 |
2538 | 2024-12-06T20:55:24.910Z | Compiling libc v0.2.162 |
2539 | 2024-12-06T20:55:24.910Z | Compiling serde_json v1.0.132 |
2540 | 2024-12-06T20:55:25.001Z | Compiling syn v2.0.87 |
2541 | 2024-12-06T20:55:25.051Z | Compiling bitflags v2.6.0 |
2542 | 2024-12-06T20:55:25.374Z | Compiling usdt-impl v0.5.0 |
2543 | 2024-12-06T20:55:25.414Z | Compiling syn v1.0.109 |
2544 | 2024-12-06T20:55:25.521Z | Compiling hashbrown v0.15.0 |
2545 | 2024-12-06T20:55:25.537Z | Compiling log v0.4.22 |
2546 | 2024-12-06T20:55:25.583Z | Compiling fs-err v2.11.0 |
2547 | 2024-12-06T20:55:25.878Z | Compiling anyhow v1.0.93 |
2548 | 2024-12-06T20:55:26.014Z | Compiling once_cell v1.20.2 |
2549 | 2024-12-06T20:55:26.449Z | Compiling thread-id v4.2.2 |
2550 | 2024-12-06T20:55:26.913Z | Compiling indexmap v2.6.0 |
2551 | 2024-12-06T20:55:27.983Z | Compiling terminal_size v0.4.0 |
2552 | 2024-12-06T20:55:27.983Z | Compiling tempfile v3.13.0 |
2553 | 2024-12-06T20:55:28.234Z | Compiling clap_builder v4.5.21 |
2554 | 2024-12-06T20:55:28.743Z | Compiling proc-macro-error v1.0.4 |
2555 | 2024-12-06T20:55:30.217Z | Compiling tabled_derive v0.7.0 |
2556 | 2024-12-06T20:55:31.563Z | Compiling tabled v0.15.0 |
2557 | 2024-12-06T20:55:32.828Z | Compiling serde_derive v1.0.215 |
2558 | 2024-12-06T20:55:34.478Z | Compiling thiserror-impl v1.0.69 |
2559 | 2024-12-06T20:55:35.018Z | Compiling zerocopy-derive v0.7.35 |
2560 | 2024-12-06T20:55:36.585Z | Compiling scroll_derive v0.12.0 |
2561 | 2024-12-06T20:55:37.058Z | Compiling zerocopy v0.7.35 |
2562 | 2024-12-06T20:55:37.439Z | Compiling thiserror v1.0.69 |
2563 | 2024-12-06T20:55:37.609Z | Compiling pest v2.7.14 |
2564 | 2024-12-06T20:55:38.262Z | Compiling scroll v0.12.0 |
2565 | 2024-12-06T20:55:38.966Z | Compiling goblin v0.8.2 |
2566 | 2024-12-06T20:55:40.614Z | Compiling pest_meta v2.7.14 |
2567 | 2024-12-06T20:55:42.598Z | Compiling pest_generator v2.7.14 |
2568 | 2024-12-06T20:55:44.824Z | Compiling pest_derive v2.7.14 |
2569 | 2024-12-06T20:55:45.594Z | Compiling dtrace-parser v0.2.0 |
2570 | 2024-12-06T20:55:47.358Z | Compiling toml_datetime v0.6.8 |
2571 | 2024-12-06T20:55:47.605Z | Compiling serde_spanned v0.6.8 |
2572 | 2024-12-06T20:55:47.884Z | Compiling toml_edit v0.22.22 |
2573 | 2024-12-06T20:55:48.076Z | Compiling camino v1.1.9 |
2574 | 2024-12-06T20:55:49.452Z | Compiling serde_tokenstream v0.2.2 |
2575 | 2024-12-06T20:55:50.088Z | Compiling dof v0.3.0 |
2576 | 2024-12-06T20:55:52.371Z | Compiling toml v0.8.19 |
2577 | 2024-12-06T20:55:54.568Z | Compiling usdt-attr-macro v0.5.0 |
2578 | 2024-12-06T20:55:55.969Z | Compiling usdt-macro v0.5.0 |
2579 | 2024-12-06T20:55:56.089Z | Compiling cargo-platform v0.1.8 |
2580 | 2024-12-06T20:55:57.189Z | Compiling semver v1.0.23 |
2581 | 2024-12-06T20:55:57.192Z | Compiling clap_derive v4.5.18 |
2582 | 2024-12-06T20:55:58.711Z | Compiling cargo_metadata v0.18.1 |
2583 | 2024-12-06T20:55:59.236Z | Compiling usdt v0.5.0 |
2584 | 2024-12-06T20:55:59.442Z | Compiling cargo_toml v0.20.5 |
2585 | 2024-12-06T20:56:00.791Z | Compiling camino-tempfile v1.1.1 |
2586 | 2024-12-06T20:56:01.346Z | Compiling macaddr v1.0.1 |
2587 | 2024-12-06T20:56:01.957Z | Compiling clap v4.5.21 |
2588 | 2024-12-06T20:56:10.244Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2589 | 2024-12-06T20:56:21.499Z | Finished `release` profile [optimized] target(s) in 57.08s |
2590 | 2024-12-06T20:56:21.603Z | |
2591 | 2024-12-06T20:56:21.603Z | real 57.213256935 |
2592 | 2024-12-06T20:56:21.603Z | user 5:46.351715316 |
2593 | 2024-12-06T20:56:21.603Z | sys 31.767501360 |
2594 | 2024-12-06T20:56:21.603Z | trap 0.154761805 |
2595 | 2024-12-06T20:56:21.605Z | tflt 0.338506231 |
2596 | 2024-12-06T20:56:21.605Z | dflt 0.576171109 |
2597 | 2024-12-06T20:56:21.605Z | kflt 0.000054309 |
2598 | 2024-12-06T20:56:21.605Z | lock 10:47.075196855 |
2599 | 2024-12-06T20:56:21.605Z | slp 15:52.637932515 |
2600 | 2024-12-06T20:56:21.605Z | lat 13.484831530 |
2601 | 2024-12-06T20:56:21.605Z | stop 17.643089782 |
2602 | 2024-12-06T20:56:21.605Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2603 | 2024-12-06T20:56:21.606Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2604 | 2024-12-06T20:56:21.606Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2605 | 2024-12-06T20:56:21.606Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2606 | 2024-12-06T20:56:21.606Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2607 | 2024-12-06T20:56:22.478Z | Compiling hashbrown v0.14.5 |
2608 | 2024-12-06T20:56:22.607Z | Compiling ident_case v1.0.1 |
2609 | 2024-12-06T20:56:22.618Z | Compiling unsafe-libyaml v0.2.11 |
2610 | 2024-12-06T20:56:22.620Z | Compiling progenitor-client v0.8.0 |
2611 | 2024-12-06T20:56:22.620Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2612 | 2024-12-06T20:56:22.620Z | Compiling ipnetwork v0.20.0 |
2613 | 2024-12-06T20:56:22.620Z | Compiling macaddr v1.0.1 |
2614 | 2024-12-06T20:56:22.629Z | Compiling instant v0.1.13 |
2615 | 2024-12-06T20:56:22.755Z | Compiling darling_core v0.20.10 |
2616 | 2024-12-06T20:56:22.802Z | Compiling structmeta-derive v0.3.0 |
2617 | 2024-12-06T20:56:23.095Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2618 | 2024-12-06T20:56:23.134Z | Compiling dropshot v0.13.0 |
2619 | 2024-12-06T20:56:23.137Z | Compiling newtype-uuid v1.1.3 |
2620 | 2024-12-06T20:56:23.488Z | Compiling dropshot_endpoint v0.13.0 |
2621 | 2024-12-06T20:56:23.601Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2622 | 2024-12-06T20:56:23.842Z | Compiling regress v0.10.1 |
2623 | 2024-12-06T20:56:23.892Z | Compiling serde_yaml v0.9.34+deprecated |
2624 | 2024-12-06T20:56:23.911Z | Compiling regress v0.9.1 |
2625 | 2024-12-06T20:56:24.390Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2626 | 2024-12-06T20:56:24.548Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2627 | 2024-12-06T20:56:24.578Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2628 | 2024-12-06T20:56:24.941Z | Compiling backoff v0.4.0 |
2629 | 2024-12-06T20:56:25.326Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2630 | 2024-12-06T20:56:25.389Z | Compiling tempfile v3.13.0 |
2631 | 2024-12-06T20:56:25.506Z | Compiling proc-macro-crate v1.3.1 |
2632 | 2024-12-06T20:56:25.858Z | Compiling structmeta v0.3.0 |
2633 | 2024-12-06T20:56:26.295Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2634 | 2024-12-06T20:56:26.340Z | Compiling parse-display-derive v0.10.0 |
2635 | 2024-12-06T20:56:26.641Z | Compiling num_enum_derive v0.5.11 |
2636 | 2024-12-06T20:56:26.694Z | Compiling itertools v0.13.0 |
2637 | 2024-12-06T20:56:28.178Z | Compiling typify-impl v0.2.0 |
2638 | 2024-12-06T20:56:29.030Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2639 | 2024-12-06T20:56:29.119Z | Compiling zerocopy v0.8.10 |
2640 | 2024-12-06T20:56:29.399Z | Compiling foreign-types-macros v0.2.3 |
2641 | 2024-12-06T20:56:29.420Z | Compiling num_enum v0.5.11 |
2642 | 2024-12-06T20:56:29.596Z | Compiling zerocopy-derive v0.8.10 |
2643 | 2024-12-06T20:56:30.004Z | Compiling darling_macro v0.20.10 |
2644 | 2024-12-06T20:56:30.151Z | Compiling foreign-types-shared v0.3.1 |
2645 | 2024-12-06T20:56:30.197Z | Compiling heapless v0.8.0 |
2646 | 2024-12-06T20:56:30.283Z | Compiling proc-macro-error v1.0.4 |
2647 | 2024-12-06T20:56:30.721Z | Compiling foreign-types v0.5.0 |
2648 | 2024-12-06T20:56:31.012Z | Compiling darling v0.20.10 |
2649 | 2024-12-06T20:56:31.015Z | Compiling parse-display v0.10.0 |
2650 | 2024-12-06T20:56:31.045Z | Compiling camino-tempfile v1.1.1 |
2651 | 2024-12-06T20:56:31.129Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2652 | 2024-12-06T20:56:31.149Z | Compiling serde_with_macros v3.11.0 |
2653 | 2024-12-06T20:56:31.184Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2654 | 2024-12-06T20:56:31.522Z | Compiling hash32 v0.3.1 |
2655 | 2024-12-06T20:56:31.716Z | Compiling cstr-argument v0.1.2 |
2656 | 2024-12-06T20:56:31.787Z | Compiling pretty-hex v0.2.1 |
2657 | 2024-12-06T20:56:31.982Z | Compiling smoltcp v0.11.0 |
2658 | 2024-12-06T20:56:32.001Z | Compiling crucible-workspace-hack v0.1.0 |
2659 | 2024-12-06T20:56:32.004Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2660 | 2024-12-06T20:56:32.191Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2661 | 2024-12-06T20:56:32.309Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2662 | 2024-12-06T20:56:32.749Z | Compiling tabwriter v1.4.0 |
2663 | 2024-12-06T20:56:32.920Z | Compiling colored v2.1.0 |
2664 | 2024-12-06T20:56:33.301Z | Compiling cobs v0.2.3 |
2665 | 2024-12-06T20:56:33.660Z | Compiling postcard v1.0.10 |
2666 | 2024-12-06T20:56:33.867Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2667 | 2024-12-06T20:56:34.109Z | Compiling serde_with v3.11.0 |
2668 | 2024-12-06T20:56:34.183Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2669 | 2024-12-06T20:56:34.400Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2670 | 2024-12-06T20:56:34.418Z | Compiling thiserror v2.0.3 |
2671 | 2024-12-06T20:56:35.121Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2672 | 2024-12-06T20:56:35.464Z | Compiling smf v0.2.3 |
2673 | 2024-12-06T20:56:35.721Z | Compiling thiserror-impl v2.0.3 |
2674 | 2024-12-06T20:56:36.259Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2675 | 2024-12-06T20:56:36.929Z | Compiling zone_cfg_derive v0.3.0 |
2676 | 2024-12-06T20:56:38.010Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2677 | 2024-12-06T20:56:38.163Z | Compiling num-derive v0.4.2 |
2678 | 2024-12-06T20:56:38.452Z | Compiling sigpipe v0.1.3 |
2679 | 2024-12-06T20:56:38.455Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2680 | 2024-12-06T20:56:38.548Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2681 | 2024-12-06T20:56:38.606Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2682 | 2024-12-06T20:56:38.750Z | Compiling zone v0.3.0 |
2683 | 2024-12-06T20:56:38.779Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2684 | 2024-12-06T20:56:39.267Z | Compiling universal-hash v0.5.1 |
2685 | 2024-12-06T20:56:39.423Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2686 | 2024-12-06T20:56:39.532Z | Compiling opaque-debug v0.3.1 |
2687 | 2024-12-06T20:56:39.605Z | Compiling num-rational v0.4.2 |
2688 | 2024-12-06T20:56:39.641Z | Compiling password-hash v0.5.0 |
2689 | 2024-12-06T20:56:39.808Z | Compiling num-complex v0.4.6 |
2690 | 2024-12-06T20:56:40.405Z | Compiling blake2 v0.10.6 |
2691 | 2024-12-06T20:56:40.547Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2692 | 2024-12-06T20:56:40.719Z | Compiling aead v0.5.2 |
2693 | 2024-12-06T20:56:40.896Z | Compiling convert_case v0.4.0 |
2694 | 2024-12-06T20:56:40.917Z | Compiling keccak v0.1.5 |
2695 | 2024-12-06T20:56:41.108Z | Compiling argon2 v0.5.3 |
2696 | 2024-12-06T20:56:41.490Z | Compiling sha3 v0.10.8 |
2697 | 2024-12-06T20:56:41.530Z | Compiling num v0.4.3 |
2698 | 2024-12-06T20:56:41.657Z | Compiling poly1305 v0.8.0 |
2699 | 2024-12-06T20:56:41.808Z | Compiling tungstenite v0.21.0 |
2700 | 2024-12-06T20:56:41.910Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2701 | 2024-12-06T20:56:41.931Z | Compiling derive_more v0.99.18 |
2702 | 2024-12-06T20:56:42.256Z | Compiling chacha20 v0.9.1 |
2703 | 2024-12-06T20:56:42.561Z | Compiling base64 v0.21.7 |
2704 | 2024-12-06T20:56:42.746Z | Compiling float-ord v0.3.2 |
2705 | 2024-12-06T20:56:42.934Z | Compiling tokio-tungstenite v0.21.0 |
2706 | 2024-12-06T20:56:43.468Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2707 | 2024-12-06T20:56:43.581Z | Compiling same-file v1.0.6 |
2708 | 2024-12-06T20:56:43.678Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2709 | 2024-12-06T20:56:43.877Z | Compiling semver v0.1.20 |
2710 | 2024-12-06T20:56:43.912Z | Compiling walkdir v2.5.0 |
2711 | 2024-12-06T20:56:43.932Z | Compiling newline-converter v0.3.0 |
2712 | 2024-12-06T20:56:44.021Z | Compiling primeorder v0.13.6 |
2713 | 2024-12-06T20:56:44.077Z | Compiling secrecy v0.8.0 |
2714 | 2024-12-06T20:56:44.105Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2715 | 2024-12-06T20:56:44.397Z | Compiling rustc_version v0.1.7 |
2716 | 2024-12-06T20:56:44.579Z | Compiling owo-colors v4.1.0 |
2717 | 2024-12-06T20:56:44.602Z | Compiling cancel-safe-futures v0.1.5 |
2718 | 2024-12-06T20:56:44.727Z | Compiling expectorate v1.1.0 |
2719 | 2024-12-06T20:56:44.902Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2720 | 2024-12-06T20:56:44.927Z | Compiling thiserror-impl-no-std v2.0.2 |
2721 | 2024-12-06T20:56:44.947Z | Compiling newtype_derive v0.1.6 |
2722 | 2024-12-06T20:56:45.020Z | Compiling ring v0.16.20 |
2723 | 2024-12-06T20:56:45.041Z | Compiling blake3 v1.5.4 |
2724 | 2024-12-06T20:56:45.233Z | Compiling unicase v2.7.0 |
2725 | 2024-12-06T20:56:45.255Z | Compiling half v2.4.1 |
2726 | 2024-12-06T20:56:45.536Z | Compiling ciborium-io v0.2.2 |
2727 | 2024-12-06T20:56:45.692Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2728 | 2024-12-06T20:56:45.716Z | Compiling arc-swap v1.7.1 |
2729 | 2024-12-06T20:56:45.833Z | Compiling ciborium-ll v0.2.2 |
2730 | 2024-12-06T20:56:46.289Z | Compiling slog-scope v4.4.0 |
2731 | 2024-12-06T20:56:46.573Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2732 | 2024-12-06T20:56:46.876Z | Compiling polyval v0.6.2 |
2733 | 2024-12-06T20:56:47.071Z | Compiling typify-macro v0.2.0 |
2734 | 2024-12-06T20:56:47.100Z | Compiling atomicwrites v0.4.4 |
2735 | 2024-12-06T20:56:47.247Z | Compiling libsw v3.3.1 |
2736 | 2024-12-06T20:56:47.326Z | Compiling memmap2 v0.9.5 |
2737 | 2024-12-06T20:56:47.493Z | Compiling constant_time_eq v0.3.1 |
2738 | 2024-12-06T20:56:47.585Z | Compiling indent_write v2.2.0 |
2739 | 2024-12-06T20:56:47.690Z | Compiling arrayref v0.3.9 |
2740 | 2024-12-06T20:56:47.794Z | Compiling parking_lot_core v0.8.6 |
2741 | 2024-12-06T20:56:47.815Z | Compiling libefi-sys v0.1.0 |
2742 | 2024-12-06T20:56:47.834Z | Compiling linear-map v1.2.0 |
2743 | 2024-12-06T20:56:48.109Z | Compiling arrayvec v0.7.6 |
2744 | 2024-12-06T20:56:48.158Z | Compiling thiserror-no-std v2.0.2 |
2745 | 2024-12-06T20:56:48.191Z | Compiling spin v0.5.2 |
2746 | 2024-12-06T20:56:48.276Z | Compiling salty v0.3.0 |
2747 | 2024-12-06T20:56:48.333Z | Compiling vsss-rs v3.3.4 |
2748 | 2024-12-06T20:56:48.467Z | Compiling ghash v0.5.1 |
2749 | 2024-12-06T20:56:48.861Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2750 | 2024-12-06T20:56:49.142Z | Compiling slog-stdlog v4.1.1 |
2751 | 2024-12-06T20:56:49.162Z | Compiling ciborium v0.2.2 |
2752 | 2024-12-06T20:56:49.871Z | Compiling p384 v0.13.0 |
2753 | 2024-12-06T20:56:49.937Z | Compiling toolchain_find v0.4.0 |
2754 | 2024-12-06T20:56:49.956Z | Compiling chacha20poly1305 v0.10.1 |
2755 | 2024-12-06T20:56:50.223Z | Compiling ctr v0.9.2 |
2756 | 2024-12-06T20:56:50.594Z | Compiling lzma-sys v0.1.20 |
2757 | 2024-12-06T20:56:50.672Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2758 | 2024-12-06T20:56:50.846Z | Compiling bitfield-struct v0.6.2 |
2759 | 2024-12-06T20:56:51.099Z | Compiling slog-dtrace v0.3.0 |
2760 | 2024-12-06T20:56:51.377Z | Compiling highway v1.2.0 |
2761 | 2024-12-06T20:56:51.414Z | Compiling topological-sort v0.2.2 |
2762 | 2024-12-06T20:56:51.454Z | Compiling typify v0.2.0 |
2763 | 2024-12-06T20:56:51.633Z | Compiling progenitor-impl v0.8.0 |
2764 | 2024-12-06T20:56:51.654Z | Compiling omicron-zone-package v0.11.1 |
2765 | 2024-12-06T20:56:51.700Z | Compiling aes-gcm v0.10.3 |
2766 | 2024-12-06T20:56:52.006Z | Compiling rustfmt-wrapper v0.2.1 |
2767 | 2024-12-06T20:56:52.194Z | Compiling slog-envlogger v2.2.0 |
2768 | 2024-12-06T20:56:52.264Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2769 | 2024-12-06T20:56:52.522Z | Compiling mime_guess v2.0.5 |
2770 | 2024-12-06T20:56:52.592Z | Compiling steno v0.4.1 |
2771 | 2024-12-06T20:56:53.048Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2772 | 2024-12-06T20:56:53.414Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2773 | 2024-12-06T20:56:53.691Z | Compiling heck v0.3.3 |
2774 | 2024-12-06T20:56:53.755Z | Compiling ssh-encoding v0.2.0 |
2775 | 2024-12-06T20:56:53.874Z | Compiling blowfish v0.9.1 |
2776 | 2024-12-06T20:56:53.939Z | Compiling nibble_vec v0.1.0 |
2777 | 2024-12-06T20:56:54.155Z | Compiling env_filter v0.1.2 |
2778 | 2024-12-06T20:56:54.175Z | Compiling humantime v2.1.0 |
2779 | 2024-12-06T20:56:54.307Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2780 | 2024-12-06T20:56:54.331Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2781 | 2024-12-06T20:56:54.610Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2782 | 2024-12-06T20:56:54.632Z | Compiling endian-type v0.1.2 |
2783 | 2024-12-06T20:56:54.732Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2784 | 2024-12-06T20:56:54.756Z | Compiling env_logger v0.11.5 |
2785 | 2024-12-06T20:56:54.776Z | Compiling zone_cfg_derive v0.1.2 |
2786 | 2024-12-06T20:56:54.869Z | Compiling radix_trie v0.2.1 |
2787 | 2024-12-06T20:56:54.965Z | Compiling ssh-cipher v0.2.0 |
2788 | 2024-12-06T20:56:55.530Z | Compiling bcrypt-pbkdf v0.10.0 |
2789 | 2024-12-06T20:56:55.664Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2790 | 2024-12-06T20:56:55.743Z | Compiling parking_lot v0.11.2 |
2791 | 2024-12-06T20:56:56.364Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2792 | 2024-12-06T20:56:56.720Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2793 | 2024-12-06T20:56:56.723Z | Compiling password-hash v0.4.2 |
2794 | 2024-12-06T20:56:56.765Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2795 | 2024-12-06T20:56:56.852Z | Compiling gethostname v0.5.0 |
2796 | 2024-12-06T20:56:57.109Z | Compiling fxhash v0.2.1 |
2797 | 2024-12-06T20:56:57.150Z | Compiling lockfree-object-pool v0.1.6 |
2798 | 2024-12-06T20:56:57.308Z | Compiling http-range v0.1.5 |
2799 | 2024-12-06T20:56:57.337Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2800 | 2024-12-06T20:56:57.406Z | Compiling base64 v0.13.1 |
2801 | 2024-12-06T20:56:57.427Z | Compiling bumpalo v3.16.0 |
2802 | 2024-12-06T20:56:57.645Z | Compiling zip v2.1.3 |
2803 | 2024-12-06T20:56:57.668Z | Compiling matches v0.1.10 |
2804 | 2024-12-06T20:56:57.691Z | Compiling simd-adler32 v0.3.7 |
2805 | 2024-12-06T20:56:57.784Z | Compiling idna v0.2.3 |
2806 | 2024-12-06T20:56:57.911Z | Compiling ron v0.7.1 |
2807 | 2024-12-06T20:56:58.047Z | Compiling sled v0.34.7 |
2808 | 2024-12-06T20:56:58.070Z | Compiling zopfli v0.8.1 |
2809 | 2024-12-06T20:56:58.073Z | Compiling pbkdf2 v0.11.0 |
2810 | 2024-12-06T20:56:58.286Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2811 | 2024-12-06T20:56:58.428Z | Compiling xz2 v0.1.7 |
2812 | 2024-12-06T20:56:58.962Z | Compiling zone v0.1.8 |
2813 | 2024-12-06T20:56:59.024Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2814 | 2024-12-06T20:56:59.501Z | Compiling ssh-key v0.6.6 |
2815 | 2024-12-06T20:57:00.204Z | Compiling progenitor-macro v0.8.0 |
2816 | 2024-12-06T20:57:00.289Z | Compiling hickory-client v0.24.1 |
2817 | 2024-12-06T20:57:00.643Z | Compiling p521 v0.13.3 |
2818 | 2024-12-06T20:57:00.859Z | Compiling p256 v0.13.2 |
2819 | 2024-12-06T20:57:00.956Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2820 | 2024-12-06T20:57:01.740Z | Compiling hickory-server v0.24.1 |
2821 | 2024-12-06T20:57:01.799Z | Compiling enum-as-inner v0.5.1 |
2822 | 2024-12-06T20:57:02.148Z | Compiling pem v3.0.4 |
2823 | 2024-12-06T20:57:02.861Z | Compiling yasna v0.5.2 |
2824 | 2024-12-06T20:57:02.999Z | Compiling headers-core v0.3.0 |
2825 | 2024-12-06T20:57:03.067Z | Compiling kstat-rs v0.2.4 |
2826 | 2024-12-06T20:57:03.186Z | Compiling nanorand v0.7.0 |
2827 | 2024-12-06T20:57:03.733Z | Compiling atty v0.2.14 |
2828 | 2024-12-06T20:57:03.787Z | Compiling russh-cryptovec v0.7.3 |
2829 | 2024-12-06T20:57:03.891Z | Compiling md5 v0.7.0 |
2830 | 2024-12-06T20:57:04.130Z | Compiling rcgen v0.12.1 |
2831 | 2024-12-06T20:57:04.432Z | Compiling russh-keys v0.45.0 |
2832 | 2024-12-06T20:57:04.458Z | Compiling flume v0.11.1 |
2833 | 2024-12-06T20:57:04.679Z | Compiling headers v0.4.0 |
2834 | 2024-12-06T20:57:04.684Z | Compiling trust-dns-proto v0.22.0 |
2835 | 2024-12-06T20:57:05.196Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2836 | 2024-12-06T20:57:06.584Z | Compiling hyper-staticfile v0.10.1 |
2837 | 2024-12-06T20:57:07.787Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2838 | 2024-12-06T20:57:08.439Z | Compiling num-bigint v0.4.6 |
2839 | 2024-12-06T20:57:08.747Z | Compiling des v0.8.1 |
2840 | 2024-12-06T20:57:08.877Z | Compiling subprocess v0.2.9 |
2841 | 2024-12-06T20:57:09.113Z | Compiling dhcproto-macros v0.1.0 |
2842 | 2024-12-06T20:57:09.286Z | Compiling display-error-chain v0.2.2 |
2843 | 2024-12-06T20:57:09.534Z | Compiling hex-literal v0.4.1 |
2844 | 2024-12-06T20:57:09.714Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2845 | 2024-12-06T20:57:09.834Z | Compiling internet-checksum v0.2.1 |
2846 | 2024-12-06T20:57:10.144Z | Compiling dhcproto v0.12.0 |
2847 | 2024-12-06T20:57:11.643Z | Compiling russh v0.45.0 |
2848 | 2024-12-06T20:57:13.683Z | Compiling progenitor v0.8.0 |
2849 | 2024-12-06T20:57:13.794Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2850 | 2024-12-06T20:57:13.830Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2851 | 2024-12-06T20:57:13.830Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2852 | 2024-12-06T20:57:13.830Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2853 | 2024-12-06T20:57:13.830Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2854 | 2024-12-06T20:57:13.830Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2855 | 2024-12-06T20:57:13.885Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2856 | 2024-12-06T20:57:14.659Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2857 | 2024-12-06T20:57:15.347Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2858 | 2024-12-06T20:57:17.153Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2859 | 2024-12-06T20:57:19.638Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2860 | 2024-12-06T20:57:20.632Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2861 | 2024-12-06T20:57:29.755Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2862 | 2024-12-06T20:57:29.758Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2863 | 2024-12-06T20:57:29.758Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2864 | 2024-12-06T20:57:29.758Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2865 | 2024-12-06T20:57:33.031Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2866 | 2024-12-06T20:57:33.183Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2867 | 2024-12-06T20:57:34.270Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2868 | 2024-12-06T20:57:34.712Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2869 | 2024-12-06T20:57:35.212Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2870 | 2024-12-06T20:57:37.846Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2871 | 2024-12-06T20:57:38.066Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2872 | 2024-12-06T20:57:38.851Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2873 | 2024-12-06T20:57:38.917Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2874 | 2024-12-06T20:57:40.648Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2875 | 2024-12-06T20:57:40.669Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2876 | 2024-12-06T20:57:42.220Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2877 | 2024-12-06T20:57:42.776Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2878 | 2024-12-06T20:57:43.170Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2879 | 2024-12-06T20:57:44.072Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2880 | 2024-12-06T20:57:45.793Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2881 | 2024-12-06T20:57:46.293Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2882 | 2024-12-06T20:57:46.362Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2883 | 2024-12-06T20:57:47.337Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2884 | 2024-12-06T20:57:50.346Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2885 | 2024-12-06T20:57:51.440Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2886 | 2024-12-06T20:57:53.320Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2887 | 2024-12-06T20:57:55.443Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2888 | 2024-12-06T20:57:56.051Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2889 | 2024-12-06T20:58:00.321Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2890 | 2024-12-06T20:58:08.757Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2891 | 2024-12-06T20:58:10.083Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2892 | 2024-12-06T20:58:29.304Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2893 | 2024-12-06T20:59:04.897Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 43s |
2894 | 2024-12-06T20:59:05.116Z | |
2895 | 2024-12-06T20:59:05.116Z | real 2:43.433836558 |
2896 | 2024-12-06T20:59:05.117Z | user 12:28.891011388 |
2897 | 2024-12-06T20:59:05.117Z | sys 2:47.189009656 |
2898 | 2024-12-06T20:59:05.117Z | trap 0.340147034 |
2899 | 2024-12-06T20:59:05.117Z | tflt 0.964771825 |
2900 | 2024-12-06T20:59:05.119Z | dflt 2.289020461 |
2901 | 2024-12-06T20:59:05.119Z | kflt 0.000005467 |
2902 | 2024-12-06T20:59:05.119Z | lock 26:12.267189855 |
2903 | 2024-12-06T20:59:05.119Z | slp 45:29.526034334 |
2904 | 2024-12-06T20:59:05.119Z | lat 36.088287871 |
2905 | 2024-12-06T20:59:05.119Z | stop 1:30.067486127 |
2906 | 2024-12-06T20:59:05.119Z | + mkdir tests |
2907 | 2024-12-06T20:59:05.122Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2908 | 2024-12-06T20:59:05.122Z | + xargs -I '{}' -t cp '{}' tests/ |
2909 | 2024-12-06T20:59:06.301Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-b2e075ca3e6c230c tests/ |
2910 | 2024-12-06T20:59:06.321Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-20ea2afb0b33113a tests/ |
2911 | 2024-12-06T20:59:06.342Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-b87c2fce183b81ee tests/ |
2912 | 2024-12-06T20:59:06.362Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-98fed1eae1a63cbd tests/ |
2913 | 2024-12-06T20:59:06.546Z | + files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*) |
2914 | 2024-12-06T20:59:06.549Z | + ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-20ea2afb0b33113a tests/commtest-b87c2fce183b81ee tests/dhcp_server-b2e075ca3e6c230c tests/end_to_end_tests-98fed1eae1a63cbd 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 |
2915 | 2024-12-06T21:00:17.687Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2916 | 2024-12-06T21:00:17.687Z | a .github/buildomat/ci-env.sh 1K |
2917 | 2024-12-06T21:00:17.687Z | a out/target/test 1K |
2918 | 2024-12-06T21:00:17.687Z | a out/npuzone/npuzone 23144K |
2919 | 2024-12-06T21:00:17.687Z | a package-manifest.toml 32K |
2920 | 2024-12-06T21:00:17.687Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2921 | 2024-12-06T21:00:17.687Z | a target/release/omicron-package 36349K |
2922 | 2024-12-06T21:00:17.687Z | a target/release/xtask 11750K |
2923 | 2024-12-06T21:00:17.687Z | a target/debug/bootstrap 210029K |
2924 | 2024-12-06T21:00:17.687Z | a tests/bootstrap-20ea2afb0b33113a 24246K |
2925 | 2024-12-06T21:00:17.687Z | a tests/commtest-b87c2fce183b81ee 25022K |
2926 | 2024-12-06T21:00:17.687Z | a tests/dhcp_server-b2e075ca3e6c230c 24246K |
2927 | 2024-12-06T21:00:17.687Z | a tests/end_to_end_tests-98fed1eae1a63cbd 228130K |
2928 | 2024-12-06T21:00:17.687Z | a out/clickhouse.tar.gz 285853K |
2929 | 2024-12-06T21:00:17.687Z | a out/clickhouse_keeper.tar.gz 285849K |
2930 | 2024-12-06T21:00:17.687Z | a out/clickhouse_server.tar.gz 285846K |
2931 | 2024-12-06T21:00:17.687Z | a out/cockroachdb.tar.gz 134562K |
2932 | 2024-12-06T21:00:17.687Z | a out/crucible-dtrace.tar 85K |
2933 | 2024-12-06T21:00:17.687Z | a out/crucible-pantry-zone.tar.gz 28185K |
2934 | 2024-12-06T21:00:17.687Z | a out/crucible-zone.tar.gz 36396K |
2935 | 2024-12-06T21:00:17.687Z | a out/external-dns.tar.gz 35282K |
2936 | 2024-12-06T21:00:17.687Z | a out/internal-dns.tar.gz 35281K |
2937 | 2024-12-06T21:00:17.687Z | a out/mg-ddm-gz.tar 63075K |
2938 | 2024-12-06T21:00:17.687Z | a out/nexus.tar.gz 100494K |
2939 | 2024-12-06T21:00:17.687Z | a out/ntp.tar.gz 10357K |
2940 | 2024-12-06T21:00:17.687Z | a out/omicron-gateway-softnpu.tar.gz 23933K |
2941 | 2024-12-06T21:00:17.687Z | a out/omicron-sled-agent.tar 113498K |
2942 | 2024-12-06T21:00:17.687Z | a out/overlay.tar.gz 3K |
2943 | 2024-12-06T21:00:17.687Z | a out/oximeter.tar.gz 51272K |
2944 | 2024-12-06T21:00:17.688Z | a out/oxlog.tar 3088K |
2945 | 2024-12-06T21:00:17.688Z | a out/probe.tar.gz 2764K |
2946 | 2024-12-06T21:00:17.688Z | a out/propolis-server.tar.gz 66730K |
2947 | 2024-12-06T21:00:17.688Z | a out/pumpkind-gz.tar 26665K |
2948 | 2024-12-06T21:00:17.688Z | a out/switch-softnpu.tar.gz 237354K |
2949 | 2024-12-06T21:00:17.690Z | |
2950 | 2024-12-06T21:00:17.690Z | real 1:11.124444598 |
2951 | 2024-12-06T21:00:17.690Z | user 1:08.080053870 |
2952 | 2024-12-06T21:00:17.690Z | sys 4.273806230 |
2953 | 2024-12-06T21:00:17.690Z | trap 0.015381474 |
2954 | 2024-12-06T21:00:17.690Z | tflt 0.000000000 |
2955 | 2024-12-06T21:00:17.690Z | dflt 0.000000000 |
2956 | 2024-12-06T21:00:17.690Z | kflt 0.000000000 |
2957 | 2024-12-06T21:00:17.690Z | lock 0.000000000 |
2958 | 2024-12-06T21:00:17.690Z | slp 1:08.080955482 |
2959 | 2024-12-06T21:00:17.690Z | lat 1.794358934 |
2960 | 2024-12-06T21:00:17.690Z | stop 0.000200842 |
2961 | 2024-12-06T21:00:17.693Z | process exited: duration 1994083 ms, exit code 0 |
|
2962 | 2024-12-06T21:00:17.706Z | found 1 output files |
2963 | 2024-12-06T21:00:17.706Z | uploading: /work/package.tar.gz (1878386737 bytes) |
2964 | 2024-12-06T21:01:04.804Z | uploaded: /work/package.tar.gz |