|
|
|
1 | 2024-11-13T21:10:48.502Z | job assigned to worker 01JCKNRT20577RYTSGHZ6FJ4KD (queued for 1 m 9 s) |
|
2 | 2024-11-13T21:10:57.631Z | starting task 0: "setup" |
3 | 2024-11-13T21:10:57.643Z | ++ uname -s |
4 | 2024-11-13T21:10:57.645Z | + kern=SunOS |
5 | 2024-11-13T21:10:57.645Z | + case "$kern" in |
6 | 2024-11-13T21:10:57.645Z | + groupadd -g 12345 build |
7 | 2024-11-13T21:10:57.648Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-13T21:10:59.663Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-13T21:10:59.772Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-13T21:10:59.774Z | + home_fs=zfs |
11 | 2024-11-13T21:10:59.775Z | + [[ zfs == autofs ]] |
12 | 2024-11-13T21:10:59.775Z | + mkdir -p /home/build |
13 | 2024-11-13T21:10:59.777Z | + chown build:build /home/build /work |
14 | 2024-11-13T21:11:01.779Z | + chmod 0700 /home/build /work |
15 | 2024-11-13T21:11:01.782Z | process exited: duration 4150 ms, exit code 0 |
|
16 | 2024-11-13T21:11:01.787Z | starting task 1: "rust-toolchain" |
17 | 2024-11-13T21:11:01.793Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-13T21:11:01.794Z | ' 1.81.0 |
19 | 2024-11-13T21:11:01.794Z | * toolchain channel = "1.81.0" |
20 | 2024-11-13T21:11:01.794Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-13T21:11:01.794Z | * toolchain profile = "default" |
22 | 2024-11-13T21:11:01.794Z | ' default |
23 | 2024-11-13T21:11:01.798Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-13T21:11:01.798Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-13T21:11:01.917Z | info: downloading installer |
26 | 2024-11-13T21:11:03.566Z | info: profile set to 'default' |
27 | 2024-11-13T21:11:03.566Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-13T21:11:03.569Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-13T21:11:03.767Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-13T21:11:03.767Z | info: downloading component 'cargo' |
31 | 2024-11-13T21:11:04.567Z | info: downloading component 'clippy' |
32 | 2024-11-13T21:11:04.860Z | info: downloading component 'rust-docs' |
33 | 2024-11-13T21:11:05.981Z | info: downloading component 'rust-std' |
34 | 2024-11-13T21:11:07.711Z | info: downloading component 'rustc' |
35 | 2024-11-13T21:11:13.634Z | info: downloading component 'rustfmt' |
36 | 2024-11-13T21:11:13.880Z | info: installing component 'cargo' |
37 | 2024-11-13T21:11:14.775Z | info: installing component 'clippy' |
38 | 2024-11-13T21:11:15.196Z | info: installing component 'rust-docs' |
39 | 2024-11-13T21:11:16.901Z | info: installing component 'rust-std' |
40 | 2024-11-13T21:11:18.804Z | info: installing component 'rustc' |
41 | 2024-11-13T21:11:25.236Z | info: installing component 'rustfmt' |
42 | 2024-11-13T21:11:25.606Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-13T21:11:25.606Z | |
44 | 2024-11-13T21:11:25.978Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-13T21:11:25.978Z | |
46 | 2024-11-13T21:11:25.980Z | |
47 | 2024-11-13T21:11:25.980Z | Rust is installed now. Great! |
48 | 2024-11-13T21:11:25.980Z | |
49 | 2024-11-13T21:11:25.980Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-13T21:11:25.980Z | environment variable. This has not been done automatically. |
51 | 2024-11-13T21:11:25.980Z | |
52 | 2024-11-13T21:11:25.980Z | To configure your current shell, you need to source |
53 | 2024-11-13T21:11:25.980Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-13T21:11:25.980Z | |
55 | 2024-11-13T21:11:25.980Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-13T21:11:25.980Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-13T21:11:25.980Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-13T21:11:26.055Z | + rustc --version |
59 | 2024-11-13T21:11:26.123Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-13T21:11:26.126Z | process exited: duration 24340 ms, exit code 0 |
|
61 | 2024-11-13T21:11:26.131Z | starting task 2: "authentication" |
62 | 2024-11-13T21:11:26.153Z | process exited: duration 22 ms, exit code 0 |
|
63 | 2024-11-13T21:11:26.159Z | starting task 3: "clone repository" |
64 | 2024-11-13T21:11:26.164Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-13T21:11:26.167Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-13T21:11:27.975Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-13T21:12:08.204Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-13T21:12:08.204Z | + git fetch origin 9380f0b2b640c365a0f1434ae0fee96be1e95610 |
69 | 2024-11-13T21:12:08.947Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-13T21:12:08.947Z | * branch 9380f0b2b640c365a0f1434ae0fee96be1e95610 -> FETCH_HEAD |
71 | 2024-11-13T21:12:08.957Z | + [[ -n dap/fix-dropshot-coupling ]] |
72 | 2024-11-13T21:12:08.960Z | ++ git branch --show-current |
73 | 2024-11-13T21:12:08.962Z | + current=main |
74 | 2024-11-13T21:12:08.962Z | + [[ main != dap/fix-dropshot-coupling ]] |
75 | 2024-11-13T21:12:08.964Z | + git branch -f dap/fix-dropshot-coupling 9380f0b2b640c365a0f1434ae0fee96be1e95610 |
76 | 2024-11-13T21:12:08.966Z | + git checkout -f dap/fix-dropshot-coupling |
77 | 2024-11-13T21:12:09.136Z | Switched to branch 'dap/fix-dropshot-coupling' |
78 | 2024-11-13T21:12:09.138Z | + git reset --hard 9380f0b2b640c365a0f1434ae0fee96be1e95610 |
79 | 2024-11-13T21:12:09.161Z | HEAD is now at 9380f0b2b Merge branch 'dap/propolis-update' into dap/fix-dropshot-coupling |
80 | 2024-11-13T21:12:09.163Z | process exited: duration 43006 ms, exit code 0 |
|
81 | 2024-11-13T21:12:09.169Z | starting task 4: "build" |
82 | 2024-11-13T21:12:09.176Z | + source .github/buildomat/ci-env.sh |
83 | 2024-11-13T21:12:09.179Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-11-13T21:12:09.179Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-11-13T21:12:09.179Z | + cargo --version |
86 | 2024-11-13T21:12:09.232Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-11-13T21:12:09.235Z | + rustc --version |
88 | 2024-11-13T21:12:09.297Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-11-13T21:12:09.300Z | + WORK=/work |
90 | 2024-11-13T21:12:09.300Z | + pfexec mkdir -p /work |
91 | 2024-11-13T21:12:09.303Z | + pfexec chown build /work |
92 | 2024-11-13T21:12:09.306Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2024-11-13T21:12:28.722Z | Startup: Refreshing catalog 'helios-dev' ... Done |
94 | 2024-11-13T21:12:32.523Z | Startup: Caching catalogs ... Done |
95 | 2024-11-13T21:12:40.914Z | Planning: Solver setup ... Done (7.637s) |
96 | 2024-11-13T21:12:41.017Z | Planning: Running solver ... Done (0.104s) |
97 | 2024-11-13T21:12:41.220Z | Planning: Finding local manifests ... Done (0.109s) |
98 | 2024-11-13T21:12:41.258Z | Planning: Fetching manifests: 0/5 0% complete |
99 | 2024-11-13T21:12:41.988Z | Planning: Fetching manifests: 5/5 100% complete |
100 | 2024-11-13T21:12:42.323Z | Planning: Package planning ... Done (0.336s) |
101 | 2024-11-13T21:12:42.382Z | Planning: Merging actions ... Done (0.057s) |
102 | 2024-11-13T21:12:43.149Z | Planning: Checking for conflicting actions ... Done (0.762s) |
103 | 2024-11-13T21:12:49.824Z | Planning: Consolidating action changes ... Done (6.680s) |
104 | 2024-11-13T21:12:50.249Z | Planning: Evaluating mediators ... Done (0.426s) |
105 | 2024-11-13T21:12:50.382Z | Planning: Planning completed in 17.77 seconds |
106 | 2024-11-13T21:12:50.839Z | Packages to install: 4 |
107 | 2024-11-13T21:12:50.839Z | Packages to update: 1 |
108 | 2024-11-13T21:12:50.839Z | Mediators to change: 2 |
109 | 2024-11-13T21:12:50.843Z | Services to change: 1 |
110 | 2024-11-13T21:12:50.843Z | Estimated space available: 155.64 GB |
111 | 2024-11-13T21:12:50.843Z | Estimated space to be consumed: 1.59 GB |
112 | 2024-11-13T21:12:50.843Z | Create boot environment: No |
113 | 2024-11-13T21:12:50.844Z | Create backup boot environment: Yes |
114 | 2024-11-13T21:12:50.844Z | Rebuild boot archive: No |
115 | 2024-11-13T21:12:50.844Z | |
116 | 2024-11-13T21:12:50.844Z | Changed mediators: |
117 | 2024-11-13T21:12:50.844Z | mediator clang: |
118 | 2024-11-13T21:12:50.844Z | version: None -> 15 (system default) |
119 | 2024-11-13T21:12:50.844Z | |
120 | 2024-11-13T21:12:50.844Z | mediator llvm: |
121 | 2024-11-13T21:12:50.844Z | version: 14 (system default) -> 15 (system default) |
122 | 2024-11-13T21:12:50.844Z | |
123 | 2024-11-13T21:12:50.844Z | Changed packages: |
124 | 2024-11-13T21:12:50.844Z | helios-dev |
125 | 2024-11-13T21:12:50.844Z | developer/build-essential |
126 | 2024-11-13T21:12:50.844Z | None -> 11-2.0 |
127 | 2024-11-13T21:12:50.844Z | library/libxmlsec1 |
128 | 2024-11-13T21:12:50.844Z | None -> 1.2.35-2.0 |
129 | 2024-11-13T21:12:50.844Z | ooce/developer/clang-15 |
130 | 2024-11-13T21:12:50.844Z | None -> 15.0.7-2.0 |
131 | 2024-11-13T21:12:50.844Z | ooce/developer/llvm-15 |
132 | 2024-11-13T21:12:50.844Z | None -> 15.0.7-2.0 |
133 | 2024-11-13T21:12:50.844Z | package/pkg |
134 | 2024-11-13T21:12:50.844Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
135 | 2024-11-13T21:12:50.844Z | |
136 | 2024-11-13T21:12:50.844Z | Services: |
137 | 2024-11-13T21:12:50.844Z | restart_fmri: |
138 | 2024-11-13T21:12:50.844Z | svc:/system/update-man-index:default |
139 | 2024-11-13T21:12:50.844Z | |
140 | 2024-11-13T21:12:50.844Z | Editable files to change: |
141 | 2024-11-13T21:12:50.844Z | Update: |
142 | 2024-11-13T21:12:50.844Z | usr/share/lib/pkg/web/config.shtml |
143 | 2024-11-13T21:12:51.190Z | |
144 | 2024-11-13T21:12:51.190Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
145 | 2024-11-13T21:12:56.213Z | Download: 1201/4281 items 83.6/220.6MB 37% complete (17.0M/s) |
146 | 2024-11-13T21:13:01.214Z | Download: 2767/4281 items 120.9/220.6MB 54% complete (12.1M/s) |
147 | 2024-11-13T21:13:06.214Z | Download: 3898/4281 items 217.7/220.6MB 98% complete (13.4M/s) |
148 | 2024-11-13T21:13:07.280Z | Download: Completed 220.60 MB in 16.09 seconds (13.7M/s) |
149 | 2024-11-13T21:13:08.415Z | Actions: 1/5063 actions (Removing old actions) |
150 | 2024-11-13T21:13:08.434Z | Actions: 194/5063 actions (Installing new actions) |
151 | 2024-11-13T21:13:13.576Z | Actions: 4098/5063 actions (Installing new actions) |
152 | 2024-11-13T21:13:14.227Z | Actions: 4226/5063 actions (Updating modified actions) |
153 | 2024-11-13T21:13:14.579Z | Actions: Completed 5063 actions in 6.16 seconds. |
154 | 2024-11-13T21:13:14.965Z | Done (0.372s) |
155 | 2024-11-13T21:13:14.968Z | Done (0.000s) |
156 | 2024-11-13T21:13:15.502Z | Done (0.543s) |
157 | 2024-11-13T21:13:21.860Z | Done (6.141s) |
158 | 2024-11-13T21:13:22.265Z | Done (0.336s) |
159 | 2024-11-13T21:13:22.268Z | Done (0.000s) |
160 | 2024-11-13T21:13:22.417Z | Done (0.000s) |
161 | 2024-11-13T21:13:23.105Z | Planning: Evaluating mediator changes ... Done |
162 | 2024-11-13T21:13:23.272Z | Planning: Checking for conflicting actions ... Done |
163 | 2024-11-13T21:13:23.275Z | Planning: Consolidating action changes ... Done |
164 | 2024-11-13T21:13:23.548Z | Planning: Evaluating mediators ... Done |
165 | 2024-11-13T21:13:23.551Z | Planning: Planning completed in 0.44 seconds |
166 | 2024-11-13T21:13:23.589Z | Mediators to change: 2 |
167 | 2024-11-13T21:13:23.589Z | Create boot environment: No |
168 | 2024-11-13T21:13:23.592Z | Create backup boot environment: No |
169 | 2024-11-13T21:13:23.667Z | Done |
170 | 2024-11-13T21:13:23.667Z | Done |
171 | 2024-11-13T21:13:24.006Z | Done |
172 | 2024-11-13T21:13:27.712Z | Done |
173 | 2024-11-13T21:13:27.807Z | Done |
174 | 2024-11-13T21:13:27.809Z | Done |
175 | 2024-11-13T21:13:27.978Z | Done |
176 | 2024-11-13T21:13:28.606Z | Planning: Evaluating mediator changes ... Done |
177 | 2024-11-13T21:13:28.608Z | Planning: Merging actions ... Done |
178 | 2024-11-13T21:13:28.800Z | Planning: Checking for conflicting actions ... Done |
179 | 2024-11-13T21:13:28.802Z | Planning: Consolidating action changes ... Done |
180 | 2024-11-13T21:13:29.074Z | Planning: Evaluating mediators ... Done |
181 | 2024-11-13T21:13:29.133Z | Planning: Planning completed in 0.78 seconds |
182 | 2024-11-13T21:13:29.173Z | Packages to change: 1 |
183 | 2024-11-13T21:13:29.173Z | Mediators to change: 1 |
184 | 2024-11-13T21:13:29.186Z | Services to change: 1 |
185 | 2024-11-13T21:13:29.186Z | Create boot environment: No |
186 | 2024-11-13T21:13:29.186Z | Create backup boot environment: Yes |
187 | 2024-11-13T21:13:31.342Z | Actions: 1/6 actions (Updating modified actions) |
188 | 2024-11-13T21:13:31.378Z | Actions: Completed 6 actions in 0.04 seconds. |
189 | 2024-11-13T21:13:31.380Z | Done |
190 | 2024-11-13T21:13:31.380Z | Done |
191 | 2024-11-13T21:13:31.484Z | Done |
192 | 2024-11-13T21:13:35.321Z | Done |
193 | 2024-11-13T21:13:35.420Z | Done |
194 | 2024-11-13T21:13:35.423Z | Done |
195 | 2024-11-13T21:13:35.617Z | Done |
196 | 2024-11-13T21:13:36.066Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
197 | 2024-11-13T21:13:36.066Z | clang system 15 system |
198 | 2024-11-13T21:13:36.066Z | csh system system illumos |
199 | 2024-11-13T21:13:36.066Z | ctags system system illumos |
200 | 2024-11-13T21:13:36.066Z | gcc vendor 12 vendor |
201 | 2024-11-13T21:13:36.067Z | gcc system 10 system |
202 | 2024-11-13T21:13:36.067Z | gcc system 7 system |
203 | 2024-11-13T21:13:36.067Z | go system 1.20 system |
204 | 2024-11-13T21:13:36.067Z | go system 1.19 system |
205 | 2024-11-13T21:13:36.067Z | llvm system 15 system |
206 | 2024-11-13T21:13:36.067Z | llvm system 14 system |
207 | 2024-11-13T21:13:36.067Z | mariadb system 10.6 system |
208 | 2024-11-13T21:13:36.067Z | mta vendor vendor dma |
209 | 2024-11-13T21:13:36.067Z | openjdk system 17 system |
210 | 2024-11-13T21:13:36.067Z | openjdk system 11 system |
211 | 2024-11-13T21:13:36.067Z | openjdk system 1.8 system |
212 | 2024-11-13T21:13:36.067Z | openssl vendor 3 vendor |
213 | 2024-11-13T21:13:36.067Z | perl system 5.36 system |
214 | 2024-11-13T21:13:36.067Z | postgresql system 15 system |
215 | 2024-11-13T21:13:36.067Z | postgresql system 13 system |
216 | 2024-11-13T21:13:36.067Z | python vendor 3 vendor |
217 | 2024-11-13T21:13:36.067Z | python system 2 system |
218 | 2024-11-13T21:13:36.067Z | python3 system 3.11 system |
219 | 2024-11-13T21:13:36.067Z | ruby system 3.0 system |
220 | 2024-11-13T21:13:36.067Z | words vendor vendor american-english |
221 | 2024-11-13T21:13:36.067Z | words system system australian-english |
222 | 2024-11-13T21:13:36.067Z | words system system british-english |
223 | 2024-11-13T21:13:36.067Z | words system system canadian-english |
224 | 2024-11-13T21:13:36.067Z | words system system french |
225 | 2024-11-13T21:13:36.067Z | words system system italian |
226 | 2024-11-13T21:13:36.067Z | words system system ngerman |
227 | 2024-11-13T21:13:36.067Z | words system system ogerman |
228 | 2024-11-13T21:13:36.067Z | words system system spanish |
229 | 2024-11-13T21:13:36.423Z | PUBLISHER TYPE STATUS P LOCATION |
230 | 2024-11-13T21:13:36.423Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
231 | 2024-11-13T21:13:38.976Z | FMRI IFO |
232 | 2024-11-13T21:13:38.976Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
233 | 2024-11-13T21:13:38.976Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
234 | 2024-11-13T21:13:38.976Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
235 | 2024-11-13T21:13:38.976Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
236 | 2024-11-13T21:13:38.976Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
237 | 2024-11-13T21:13:38.976Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
238 | 2024-11-13T21:13:38.976Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
239 | 2024-11-13T21:13:38.976Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
240 | 2024-11-13T21:13:38.976Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
241 | 2024-11-13T21:13:38.976Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
242 | 2024-11-13T21:13:38.976Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
243 | 2024-11-13T21:13:38.976Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
244 | 2024-11-13T21:13:38.976Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
245 | 2024-11-13T21:13:38.976Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
246 | 2024-11-13T21:13:38.976Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
247 | 2024-11-13T21:13:39.702Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
248 | 2024-11-13T21:13:40.444Z | Updating crates.io index |
249 | 2024-11-13T21:13:40.509Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
250 | 2024-11-13T21:13:42.574Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
251 | 2024-11-13T21:13:43.313Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
252 | 2024-11-13T21:13:43.892Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
253 | 2024-11-13T21:13:44.504Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
254 | 2024-11-13T21:13:47.759Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
255 | 2024-11-13T21:13:53.574Z | Updating git repository `https://github.com/oxidecomputer/opte` |
256 | 2024-11-13T21:13:56.478Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
257 | 2024-11-13T21:14:00.347Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
258 | 2024-11-13T21:14:01.058Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
259 | 2024-11-13T21:14:01.785Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
260 | 2024-11-13T21:14:03.166Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
261 | 2024-11-13T21:14:03.775Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
262 | 2024-11-13T21:14:04.759Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
263 | 2024-11-13T21:14:05.448Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
264 | 2024-11-13T21:14:06.067Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
265 | 2024-11-13T21:14:06.595Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
266 | 2024-11-13T21:14:07.314Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
267 | 2024-11-13T21:14:08.298Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
268 | 2024-11-13T21:14:09.019Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
269 | 2024-11-13T21:14:09.699Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
270 | 2024-11-13T21:14:10.762Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
271 | 2024-11-13T21:14:11.453Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
272 | 2024-11-13T21:14:12.454Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
273 | 2024-11-13T21:14:13.455Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
274 | 2024-11-13T21:14:14.102Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
275 | 2024-11-13T21:14:14.799Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
276 | 2024-11-13T21:14:16.386Z | Downloading crates ... |
277 | 2024-11-13T21:14:16.444Z | Downloaded bitflags v2.6.0 |
278 | 2024-11-13T21:14:16.449Z | Downloaded cfg-if v1.0.0 |
279 | 2024-11-13T21:14:16.452Z | Downloaded byteorder v1.5.0 |
280 | 2024-11-13T21:14:16.452Z | Downloaded anstyle-query v1.1.1 |
281 | 2024-11-13T21:14:16.455Z | Downloaded anstream v0.6.15 |
282 | 2024-11-13T21:14:16.461Z | Downloaded clap_derive v4.5.18 |
283 | 2024-11-13T21:14:16.465Z | Downloaded thread-id v4.2.2 |
284 | 2024-11-13T21:14:16.468Z | Downloaded cpufeatures v0.2.14 |
285 | 2024-11-13T21:14:16.471Z | Downloaded macaddr v1.0.1 |
286 | 2024-11-13T21:14:16.474Z | Downloaded serde_tokenstream v0.2.2 |
287 | 2024-11-13T21:14:16.479Z | Downloaded thiserror v1.0.69 |
288 | 2024-11-13T21:14:16.483Z | Downloaded quote v1.0.37 |
289 | 2024-11-13T21:14:16.487Z | Downloaded version_check v0.9.5 |
290 | 2024-11-13T21:14:16.490Z | Downloaded cargo-platform v0.1.8 |
291 | 2024-11-13T21:14:16.490Z | Downloaded strsim v0.11.1 |
292 | 2024-11-13T21:14:16.490Z | Downloaded errno v0.3.9 |
293 | 2024-11-13T21:14:16.492Z | Downloaded digest v0.10.7 |
294 | 2024-11-13T21:14:16.492Z | Downloaded tempfile v3.13.0 |
295 | 2024-11-13T21:14:16.496Z | Downloaded scroll v0.12.0 |
296 | 2024-11-13T21:14:16.501Z | Downloaded usdt-impl v0.5.0 |
297 | 2024-11-13T21:14:16.501Z | Downloaded proc-macro-error v1.0.4 |
298 | 2024-11-13T21:14:16.503Z | Downloaded once_cell v1.20.2 |
299 | 2024-11-13T21:14:16.503Z | Downloaded fs-err v2.11.0 |
300 | 2024-11-13T21:14:16.506Z | Downloaded ucd-trie v0.1.7 |
301 | 2024-11-13T21:14:16.506Z | Downloaded pest_derive v2.7.14 |
302 | 2024-11-13T21:14:16.508Z | Downloaded semver v1.0.23 |
303 | 2024-11-13T21:14:16.510Z | Downloaded pest_meta v2.7.14 |
304 | 2024-11-13T21:14:16.522Z | Downloaded serde_derive v1.0.215 |
305 | 2024-11-13T21:14:16.525Z | Downloaded equivalent v1.0.1 |
306 | 2024-11-13T21:14:16.525Z | Downloaded bytecount v0.6.8 |
307 | 2024-11-13T21:14:16.528Z | Downloaded block-buffer v0.10.4 |
308 | 2024-11-13T21:14:16.528Z | Downloaded autocfg v1.4.0 |
309 | 2024-11-13T21:14:16.531Z | Downloaded dtrace-parser v0.2.0 |
310 | 2024-11-13T21:14:16.542Z | Downloaded scroll_derive v0.12.0 |
311 | 2024-11-13T21:14:16.544Z | Downloaded pretty-hex v0.4.1 |
312 | 2024-11-13T21:14:16.547Z | Downloaded usdt-macro v0.5.0 |
313 | 2024-11-13T21:14:16.547Z | Downloaded dof v0.3.0 |
314 | 2024-11-13T21:14:16.552Z | Downloaded clap_lex v0.7.2 |
315 | 2024-11-13T21:14:16.555Z | Downloaded swrite v0.1.0 |
316 | 2024-11-13T21:14:16.555Z | Downloaded crypto-common v0.1.6 |
317 | 2024-11-13T21:14:16.558Z | Downloaded colorchoice v1.0.2 |
318 | 2024-11-13T21:14:16.558Z | Downloaded camino-tempfile v1.1.1 |
319 | 2024-11-13T21:14:16.560Z | Downloaded usdt-attr-macro v0.5.0 |
320 | 2024-11-13T21:14:16.560Z | Downloaded anstyle-parse v0.2.5 |
321 | 2024-11-13T21:14:16.563Z | Downloaded indexmap v2.6.0 |
322 | 2024-11-13T21:14:16.566Z | Downloaded plain v0.2.3 |
323 | 2024-11-13T21:14:16.570Z | Downloaded utf8parse v0.2.2 |
324 | 2024-11-13T21:14:16.573Z | Downloaded heck v0.4.1 |
325 | 2024-11-13T21:14:16.573Z | Downloaded itoa v1.0.11 |
326 | 2024-11-13T21:14:16.575Z | Downloaded thiserror-impl v1.0.69 |
327 | 2024-11-13T21:14:16.584Z | Downloaded smawk v0.3.2 |
328 | 2024-11-13T21:14:16.584Z | Downloaded usdt v0.5.0 |
329 | 2024-11-13T21:14:16.584Z | Downloaded heck v0.5.0 |
330 | 2024-11-13T21:14:16.584Z | Downloaded fnv v1.0.7 |
331 | 2024-11-13T21:14:16.588Z | Downloaded terminal_size v0.4.0 |
332 | 2024-11-13T21:14:16.588Z | Downloaded serde_spanned v0.6.8 |
333 | 2024-11-13T21:14:16.588Z | Downloaded fastrand v2.1.1 |
334 | 2024-11-13T21:14:16.589Z | Downloaded generic-array v0.14.7 |
335 | 2024-11-13T21:14:16.589Z | Downloaded cargo_toml v0.20.5 |
336 | 2024-11-13T21:14:16.591Z | Downloaded cargo_metadata v0.18.1 |
337 | 2024-11-13T21:14:16.591Z | Downloaded pest_generator v2.7.14 |
338 | 2024-11-13T21:14:16.594Z | Downloaded anstyle v1.0.10 |
339 | 2024-11-13T21:14:16.594Z | Downloaded anyhow v1.0.93 |
340 | 2024-11-13T21:14:16.596Z | Downloaded toml_datetime v0.6.8 |
341 | 2024-11-13T21:14:16.599Z | Downloaded memmap v0.7.0 |
342 | 2024-11-13T21:14:16.599Z | Downloaded proc-macro-error-attr v1.0.4 |
343 | 2024-11-13T21:14:16.601Z | Downloaded is_terminal_polyfill v1.70.1 |
344 | 2024-11-13T21:14:16.601Z | Downloaded camino v1.1.9 |
345 | 2024-11-13T21:14:16.604Z | Downloaded unicode-linebreak v0.1.5 |
346 | 2024-11-13T21:14:16.604Z | Downloaded tabled_derive v0.7.0 |
347 | 2024-11-13T21:14:16.619Z | Downloaded zerocopy-derive v0.7.35 |
348 | 2024-11-13T21:14:16.623Z | Downloaded clap v4.5.20 |
349 | 2024-11-13T21:14:16.631Z | Downloaded toml v0.8.19 |
350 | 2024-11-13T21:14:16.640Z | Downloaded ryu v1.0.18 |
351 | 2024-11-13T21:14:16.644Z | Downloaded log v0.4.22 |
352 | 2024-11-13T21:14:16.644Z | Downloaded unicode-ident v1.0.13 |
353 | 2024-11-13T21:14:16.644Z | Downloaded typenum v1.17.0 |
354 | 2024-11-13T21:14:16.646Z | Downloaded sha2 v0.10.8 |
355 | 2024-11-13T21:14:16.649Z | Downloaded textwrap v0.16.1 |
356 | 2024-11-13T21:14:16.654Z | Downloaded hashbrown v0.15.0 |
357 | 2024-11-13T21:14:16.656Z | Downloaded papergrid v0.11.0 |
358 | 2024-11-13T21:14:16.659Z | Downloaded proc-macro2 v1.0.89 |
359 | 2024-11-13T21:14:16.664Z | Downloaded zerocopy v0.7.35 |
360 | 2024-11-13T21:14:16.679Z | Downloaded serde v1.0.215 |
361 | 2024-11-13T21:14:16.683Z | Downloaded memchr v2.7.4 |
362 | 2024-11-13T21:14:16.696Z | Downloaded toml_edit v0.22.22 |
363 | 2024-11-13T21:14:16.726Z | Downloaded pest v2.7.14 |
364 | 2024-11-13T21:14:16.735Z | Downloaded clap_builder v4.5.20 |
365 | 2024-11-13T21:14:16.741Z | Downloaded serde_json v1.0.132 |
366 | 2024-11-13T21:14:16.747Z | Downloaded unicode-width v0.1.14 |
367 | 2024-11-13T21:14:16.752Z | Downloaded winnow v0.6.20 |
368 | 2024-11-13T21:14:16.760Z | Downloaded syn v2.0.87 |
369 | 2024-11-13T21:14:16.771Z | Downloaded tabled v0.15.0 |
370 | 2024-11-13T21:14:16.785Z | Downloaded syn v1.0.109 |
371 | 2024-11-13T21:14:16.795Z | Downloaded goblin v0.8.2 |
372 | 2024-11-13T21:14:16.809Z | Downloaded rustix v0.38.37 |
373 | 2024-11-13T21:14:16.839Z | Downloaded libc v0.2.162 |
374 | 2024-11-13T21:14:17.140Z | Compiling proc-macro2 v1.0.89 |
375 | 2024-11-13T21:14:17.140Z | Compiling unicode-ident v1.0.13 |
376 | 2024-11-13T21:14:17.140Z | Compiling serde v1.0.215 |
377 | 2024-11-13T21:14:17.143Z | Compiling version_check v0.9.5 |
378 | 2024-11-13T21:14:17.143Z | Compiling thiserror v1.0.69 |
379 | 2024-11-13T21:14:17.143Z | Compiling memchr v2.7.4 |
380 | 2024-11-13T21:14:17.143Z | Compiling libc v0.2.162 |
381 | 2024-11-13T21:14:17.175Z | Compiling ucd-trie v0.1.7 |
382 | 2024-11-13T21:14:17.446Z | Compiling itoa v1.0.11 |
383 | 2024-11-13T21:14:17.677Z | Compiling ryu v1.0.18 |
384 | 2024-11-13T21:14:17.793Z | Compiling once_cell v1.20.2 |
385 | 2024-11-13T21:14:18.033Z | Compiling byteorder v1.5.0 |
386 | 2024-11-13T21:14:18.158Z | Compiling serde_json v1.0.132 |
387 | 2024-11-13T21:14:18.594Z | Compiling rustix v0.38.37 |
388 | 2024-11-13T21:14:18.755Z | Compiling bitflags v2.6.0 |
389 | 2024-11-13T21:14:18.819Z | Compiling proc-macro-error-attr v1.0.4 |
390 | 2024-11-13T21:14:19.003Z | Compiling usdt-impl v0.5.0 |
391 | 2024-11-13T21:14:19.072Z | Compiling syn v1.0.109 |
392 | 2024-11-13T21:14:19.184Z | Compiling proc-macro-error v1.0.4 |
393 | 2024-11-13T21:14:19.214Z | Compiling utf8parse v0.2.2 |
394 | 2024-11-13T21:14:19.383Z | Compiling equivalent v1.0.1 |
395 | 2024-11-13T21:14:19.409Z | Compiling hashbrown v0.15.0 |
396 | 2024-11-13T21:14:19.459Z | Compiling log v0.4.22 |
397 | 2024-11-13T21:14:19.483Z | Compiling camino v1.1.9 |
398 | 2024-11-13T21:14:19.507Z | Compiling plain v0.2.3 |
399 | 2024-11-13T21:14:19.732Z | Compiling anstyle-parse v0.2.5 |
400 | 2024-11-13T21:14:19.827Z | Compiling quote v1.0.37 |
401 | 2024-11-13T21:14:19.851Z | Compiling thread-id v4.2.2 |
402 | 2024-11-13T21:14:19.970Z | Compiling errno v0.3.9 |
403 | 2024-11-13T21:14:20.068Z | Compiling autocfg v1.4.0 |
404 | 2024-11-13T21:14:20.204Z | Compiling unicode-width v0.1.14 |
405 | 2024-11-13T21:14:20.206Z | Compiling syn v2.0.87 |
406 | 2024-11-13T21:14:20.596Z | Compiling indexmap v2.6.0 |
407 | 2024-11-13T21:14:20.668Z | Compiling pretty-hex v0.4.1 |
408 | 2024-11-13T21:14:20.793Z | Compiling semver v1.0.23 |
409 | 2024-11-13T21:14:20.877Z | Compiling is_terminal_polyfill v1.70.1 |
410 | 2024-11-13T21:14:21.021Z | Compiling anstyle-query v1.1.1 |
411 | 2024-11-13T21:14:21.196Z | Compiling anstyle v1.0.10 |
412 | 2024-11-13T21:14:21.321Z | Compiling colorchoice v1.0.2 |
413 | 2024-11-13T21:14:21.361Z | Compiling winnow v0.6.20 |
414 | 2024-11-13T21:14:21.562Z | Compiling fs-err v2.11.0 |
415 | 2024-11-13T21:14:21.670Z | Compiling anstream v0.6.15 |
416 | 2024-11-13T21:14:21.980Z | Compiling heck v0.4.1 |
417 | 2024-11-13T21:14:22.004Z | Compiling heck v0.5.0 |
418 | 2024-11-13T21:14:22.027Z | Compiling fnv v1.0.7 |
419 | 2024-11-13T21:14:22.171Z | Compiling anyhow v1.0.93 |
420 | 2024-11-13T21:14:22.424Z | Compiling terminal_size v0.4.0 |
421 | 2024-11-13T21:14:22.540Z | Compiling clap_lex v0.7.2 |
422 | 2024-11-13T21:14:22.637Z | Compiling fastrand v2.1.1 |
423 | 2024-11-13T21:14:22.822Z | Compiling strsim v0.11.1 |
424 | 2024-11-13T21:14:22.936Z | Compiling bytecount v0.6.8 |
425 | 2024-11-13T21:14:23.046Z | Compiling cfg-if v1.0.0 |
426 | 2024-11-13T21:14:23.153Z | Compiling clap_builder v4.5.20 |
427 | 2024-11-13T21:14:23.174Z | Compiling tempfile v3.13.0 |
428 | 2024-11-13T21:14:23.227Z | Compiling papergrid v0.11.0 |
429 | 2024-11-13T21:14:24.061Z | Compiling memmap v0.7.0 |
430 | 2024-11-13T21:14:24.082Z | Compiling unicode-linebreak v0.1.5 |
431 | 2024-11-13T21:14:24.145Z | Compiling smawk v0.3.2 |
432 | 2024-11-13T21:14:24.578Z | Compiling textwrap v0.16.1 |
433 | 2024-11-13T21:14:25.007Z | Compiling swrite v0.1.0 |
434 | 2024-11-13T21:14:26.128Z | Compiling tabled_derive v0.7.0 |
435 | 2024-11-13T21:14:27.697Z | Compiling tabled v0.15.0 |
436 | 2024-11-13T21:14:29.106Z | Compiling serde_derive v1.0.215 |
437 | 2024-11-13T21:14:29.106Z | Compiling thiserror-impl v1.0.69 |
438 | 2024-11-13T21:14:29.110Z | Compiling zerocopy-derive v0.7.35 |
439 | 2024-11-13T21:14:29.110Z | Compiling scroll_derive v0.12.0 |
440 | 2024-11-13T21:14:29.110Z | Compiling clap_derive v4.5.18 |
441 | 2024-11-13T21:14:30.350Z | Compiling scroll v0.12.0 |
442 | 2024-11-13T21:14:30.920Z | Compiling goblin v0.8.2 |
443 | 2024-11-13T21:14:30.945Z | Compiling zerocopy v0.7.35 |
444 | 2024-11-13T21:14:31.655Z | Compiling pest v2.7.14 |
445 | 2024-11-13T21:14:32.822Z | Compiling clap v4.5.20 |
446 | 2024-11-13T21:14:33.933Z | Compiling pest_meta v2.7.14 |
447 | 2024-11-13T21:14:34.723Z | Compiling pest_generator v2.7.14 |
448 | 2024-11-13T21:14:36.651Z | Compiling pest_derive v2.7.14 |
449 | 2024-11-13T21:14:37.274Z | Compiling dtrace-parser v0.2.0 |
450 | 2024-11-13T21:14:39.247Z | Compiling serde_tokenstream v0.2.2 |
451 | 2024-11-13T21:14:39.392Z | Compiling serde_spanned v0.6.8 |
452 | 2024-11-13T21:14:39.392Z | Compiling toml_datetime v0.6.8 |
453 | 2024-11-13T21:14:39.522Z | Compiling cargo-platform v0.1.8 |
454 | 2024-11-13T21:14:39.789Z | Compiling toml_edit v0.22.22 |
455 | 2024-11-13T21:14:39.791Z | Compiling macaddr v1.0.1 |
456 | 2024-11-13T21:14:40.078Z | Compiling camino-tempfile v1.1.1 |
457 | 2024-11-13T21:14:40.788Z | Compiling dof v0.3.0 |
458 | 2024-11-13T21:14:40.962Z | Compiling cargo_metadata v0.18.1 |
459 | 2024-11-13T21:14:42.408Z | Compiling usdt-attr-macro v0.5.0 |
460 | 2024-11-13T21:14:42.408Z | Compiling usdt-macro v0.5.0 |
461 | 2024-11-13T21:14:42.661Z | Compiling toml v0.8.19 |
462 | 2024-11-13T21:14:43.553Z | Compiling cargo_toml v0.20.5 |
463 | 2024-11-13T21:14:43.724Z | Compiling usdt v0.5.0 |
464 | 2024-11-13T21:14:47.070Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
465 | 2024-11-13T21:14:51.296Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s |
466 | 2024-11-13T21:14:51.561Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
467 | 2024-11-13T21:14:52.088Z | Downloading crates ... |
468 | 2024-11-13T21:14:52.206Z | Downloaded arc-swap v1.7.1 |
469 | 2024-11-13T21:14:52.214Z | Downloaded ciborium-ll v0.2.2 |
470 | 2024-11-13T21:14:52.217Z | Downloaded atty v0.2.14 |
471 | 2024-11-13T21:14:52.217Z | Downloaded ahash v0.8.11 |
472 | 2024-11-13T21:14:52.223Z | Downloaded crunchy v0.2.2 |
473 | 2024-11-13T21:14:52.223Z | Downloaded darling v0.20.10 |
474 | 2024-11-13T21:14:52.225Z | Downloaded http-body v1.0.1 |
475 | 2024-11-13T21:14:52.228Z | Downloaded aead v0.5.2 |
476 | 2024-11-13T21:14:52.228Z | Downloaded hex v0.4.3 |
477 | 2024-11-13T21:14:52.230Z | Downloaded async-recursion v1.1.1 |
478 | 2024-11-13T21:14:52.235Z | Downloaded icu_provider_macros v1.5.0 |
479 | 2024-11-13T21:14:52.237Z | Downloaded curve25519-dalek-derive v0.1.1 |
480 | 2024-11-13T21:14:52.240Z | Downloaded constant_time_eq v0.3.1 |
481 | 2024-11-13T21:14:52.240Z | Downloaded colored v2.1.0 |
482 | 2024-11-13T21:14:52.242Z | Downloaded matches v0.1.10 |
483 | 2024-11-13T21:14:52.245Z | Downloaded backoff v0.4.0 |
484 | 2024-11-13T21:14:52.247Z | Downloaded hubpack v0.1.2 |
485 | 2024-11-13T21:14:52.249Z | Downloaded lalrpop-util v0.19.12 |
486 | 2024-11-13T21:14:52.249Z | Downloaded idna_adapter v1.2.0 |
487 | 2024-11-13T21:14:52.252Z | Downloaded bitfield v0.14.0 |
488 | 2024-11-13T21:14:52.255Z | Downloaded maplit v1.0.2 |
489 | 2024-11-13T21:14:52.255Z | Downloaded lru-cache v0.1.2 |
490 | 2024-11-13T21:14:52.258Z | Downloaded linked-hash-map v0.5.6 |
491 | 2024-11-13T21:14:52.258Z | Downloaded icu_locid_transform v1.5.0 |
492 | 2024-11-13T21:14:52.260Z | Downloaded lockfree-object-pool v0.1.6 |
493 | 2024-11-13T21:14:52.264Z | Downloaded hyper-staticfile v0.10.1 |
494 | 2024-11-13T21:14:52.267Z | Downloaded md-5 v0.10.6 |
495 | 2024-11-13T21:14:52.270Z | Downloaded libsw v3.3.1 |
496 | 2024-11-13T21:14:52.274Z | Downloaded crc-any v2.5.0 |
497 | 2024-11-13T21:14:52.280Z | Downloaded adler2 v2.0.0 |
498 | 2024-11-13T21:14:52.280Z | Downloaded iana-time-zone v0.1.61 |
499 | 2024-11-13T21:14:52.282Z | Downloaded clang-sys v1.8.1 |
500 | 2024-11-13T21:14:52.282Z | Downloaded libefi-sys v0.1.0 |
501 | 2024-11-13T21:14:52.285Z | Downloaded mime_guess v2.0.5 |
502 | 2024-11-13T21:14:52.287Z | Downloaded crossbeam-utils v0.8.20 |
503 | 2024-11-13T21:14:52.290Z | Downloaded indicatif v0.17.8 |
504 | 2024-11-13T21:14:52.295Z | Downloaded heck v0.3.3 |
505 | 2024-11-13T21:14:52.299Z | Downloaded heapless v0.8.0 |
506 | 2024-11-13T21:14:52.303Z | Downloaded http-range v0.1.5 |
507 | 2024-11-13T21:14:52.306Z | Downloaded addr2line v0.24.2 |
508 | 2024-11-13T21:14:52.309Z | Downloaded async-stream-impl v0.3.6 |
509 | 2024-11-13T21:14:52.309Z | Downloaded hex-literal v0.4.1 |
510 | 2024-11-13T21:14:52.311Z | Downloaded atomicwrites v0.4.4 |
511 | 2024-11-13T21:14:52.314Z | Downloaded argon2 v0.5.3 |
512 | 2024-11-13T21:14:52.317Z | Downloaded ciborium-io v0.2.2 |
513 | 2024-11-13T21:14:52.317Z | Downloaded cfg_aliases v0.2.1 |
514 | 2024-11-13T21:14:52.317Z | Downloaded icu_normalizer_data v1.5.0 |
515 | 2024-11-13T21:14:52.319Z | Downloaded termtree v0.4.1 |
516 | 2024-11-13T21:14:52.322Z | Downloaded ident_case v1.0.1 |
517 | 2024-11-13T21:14:52.322Z | Downloaded hubpack_derive v0.1.1 |
518 | 2024-11-13T21:14:52.324Z | Downloaded cfg_aliases v0.1.1 |
519 | 2024-11-13T21:14:52.324Z | Downloaded base64 v0.21.7 |
520 | 2024-11-13T21:14:52.329Z | Downloaded slog-json v2.6.1 |
521 | 2024-11-13T21:14:52.331Z | Downloaded hickory-server v0.24.1 |
522 | 2024-11-13T21:14:52.338Z | Downloaded md5 v0.7.0 |
523 | 2024-11-13T21:14:52.340Z | Downloaded instant v0.1.13 |
524 | 2024-11-13T21:14:52.343Z | Downloaded match_cfg v0.1.0 |
525 | 2024-11-13T21:14:52.343Z | Downloaded const_format v0.2.33 |
526 | 2024-11-13T21:14:52.348Z | Downloaded signal-hook-mio v0.2.4 |
527 | 2024-11-13T21:14:52.351Z | Downloaded simd-adler32 v0.3.7 |
528 | 2024-11-13T21:14:52.354Z | Downloaded httpdate v1.0.3 |
529 | 2024-11-13T21:14:52.357Z | Downloaded hyper-tls v0.6.0 |
530 | 2024-11-13T21:14:52.357Z | Downloaded blowfish v0.9.1 |
531 | 2024-11-13T21:14:52.361Z | Downloaded bcrypt-pbkdf v0.10.0 |
532 | 2024-11-13T21:14:52.361Z | Downloaded cassowary v0.3.0 |
533 | 2024-11-13T21:14:52.364Z | Downloaded slog-envlogger v2.2.0 |
534 | 2024-11-13T21:14:52.364Z | Downloaded cmake v0.1.51 |
535 | 2024-11-13T21:14:52.366Z | Downloaded cipher v0.4.4 |
536 | 2024-11-13T21:14:52.369Z | Downloaded ssh-encoding v0.2.0 |
537 | 2024-11-13T21:14:52.372Z | Downloaded convert_case v0.4.0 |
538 | 2024-11-13T21:14:52.372Z | Downloaded chrono-tz-build v0.4.0 |
539 | 2024-11-13T21:14:52.374Z | Downloaded bitfield-struct v0.6.2 |
540 | 2024-11-13T21:14:52.374Z | Downloaded indent_write v2.2.0 |
541 | 2024-11-13T21:14:52.377Z | Downloaded base16ct v0.2.0 |
542 | 2024-11-13T21:14:52.380Z | Downloaded home v0.5.9 |
543 | 2024-11-13T21:14:52.380Z | Downloaded cbc v0.1.2 |
544 | 2024-11-13T21:14:52.383Z | Downloaded is-terminal v0.4.13 |
545 | 2024-11-13T21:14:52.383Z | Downloaded crossbeam-deque v0.8.5 |
546 | 2024-11-13T21:14:52.386Z | Downloaded crc v3.2.1 |
547 | 2024-11-13T21:14:52.389Z | Downloaded termcolor v1.4.1 |
548 | 2024-11-13T21:14:52.391Z | Downloaded dhcproto-macros v0.1.0 |
549 | 2024-11-13T21:14:52.391Z | Downloaded resolv-conf v0.7.0 |
550 | 2024-11-13T21:14:52.394Z | Downloaded memoffset v0.9.1 |
551 | 2024-11-13T21:14:52.396Z | Downloaded sha1 v0.10.6 |
552 | 2024-11-13T21:14:52.399Z | Downloaded utf-8 v0.7.6 |
553 | 2024-11-13T21:14:52.401Z | Downloaded kstat-rs v0.2.4 |
554 | 2024-11-13T21:14:52.401Z | Downloaded termios v0.3.3 |
555 | 2024-11-13T21:14:52.404Z | Downloaded difflib v0.4.0 |
556 | 2024-11-13T21:14:52.406Z | Downloaded bcs v0.1.6 |
557 | 2024-11-13T21:14:52.409Z | Downloaded rfc6979 v0.4.0 |
558 | 2024-11-13T21:14:52.411Z | Downloaded string_cache v0.8.7 |
559 | 2024-11-13T21:14:52.413Z | Downloaded buf-list v1.0.3 |
560 | 2024-11-13T21:14:52.416Z | Downloaded xattr v1.3.1 |
561 | 2024-11-13T21:14:52.418Z | Downloaded foreign-types-macros v0.2.3 |
562 | 2024-11-13T21:14:52.420Z | Downloaded console v0.15.8 |
563 | 2024-11-13T21:14:52.422Z | Downloaded newline-converter v0.3.0 |
564 | 2024-11-13T21:14:52.425Z | Downloaded hyper-rustls v0.27.3 |
565 | 2024-11-13T21:14:52.427Z | Downloaded mirai-annotations v1.12.0 |
566 | 2024-11-13T21:14:52.427Z | Downloaded ctr v0.9.2 |
567 | 2024-11-13T21:14:52.430Z | Downloaded bzip2 v0.4.4 |
568 | 2024-11-13T21:14:52.432Z | Downloaded tokio-rustls v0.25.0 |
569 | 2024-11-13T21:14:52.435Z | Downloaded rand_core v0.6.4 |
570 | 2024-11-13T21:14:52.441Z | Downloaded hmac v0.12.1 |
571 | 2024-11-13T21:14:52.443Z | Downloaded progenitor-client v0.8.0 |
572 | 2024-11-13T21:14:52.443Z | Downloaded path-slash v0.1.5 |
573 | 2024-11-13T21:14:52.443Z | Downloaded lru v0.12.5 |
574 | 2024-11-13T21:14:52.443Z | Downloaded memmap2 v0.9.5 |
575 | 2024-11-13T21:14:52.446Z | Downloaded new_debug_unreachable v1.0.6 |
576 | 2024-11-13T21:14:52.448Z | Downloaded dyn-clone v1.0.17 |
577 | 2024-11-13T21:14:52.450Z | Downloaded libm v0.2.8 |
578 | 2024-11-13T21:14:52.460Z | Downloaded env_filter v0.1.2 |
579 | 2024-11-13T21:14:52.462Z | Downloaded blake2 v0.10.6 |
580 | 2024-11-13T21:14:52.465Z | Downloaded value-bag v1.9.0 |
581 | 2024-11-13T21:14:52.468Z | Downloaded foreign-types v0.5.0 |
582 | 2024-11-13T21:14:52.470Z | Downloaded futures-sink v0.3.31 |
583 | 2024-11-13T21:14:52.473Z | Downloaded futures-macro v0.3.31 |
584 | 2024-11-13T21:14:52.473Z | Downloaded fixedbitset v0.4.2 |
585 | 2024-11-13T21:14:52.476Z | Downloaded take_mut v0.2.2 |
586 | 2024-11-13T21:14:52.476Z | Downloaded yasna v0.5.2 |
587 | 2024-11-13T21:14:52.480Z | Downloaded xz2 v0.1.7 |
588 | 2024-11-13T21:14:52.485Z | Downloaded icu_provider v1.5.0 |
589 | 2024-11-13T21:14:52.487Z | Downloaded num-conv v0.1.0 |
590 | 2024-11-13T21:14:52.487Z | Downloaded futures-core v0.3.31 |
591 | 2024-11-13T21:14:52.487Z | Downloaded num-derive v0.4.2 |
592 | 2024-11-13T21:14:52.490Z | Downloaded try-lock v0.2.5 |
593 | 2024-11-13T21:14:52.492Z | Downloaded num-integer v0.1.46 |
594 | 2024-11-13T21:14:52.492Z | Downloaded mio v1.0.2 |
595 | 2024-11-13T21:14:52.499Z | Downloaded paste v1.0.15 |
596 | 2024-11-13T21:14:52.503Z | Downloaded yoke-derive v0.7.4 |
597 | 2024-11-13T21:14:52.505Z | Downloaded proc-macro-crate v1.3.1 |
598 | 2024-11-13T21:14:52.508Z | Downloaded pbkdf2 v0.11.0 |
599 | 2024-11-13T21:14:52.510Z | Downloaded pbkdf2 v0.12.2 |
600 | 2024-11-13T21:14:52.512Z | Downloaded endian-type v0.1.2 |
601 | 2024-11-13T21:14:52.512Z | Downloaded downcast v0.11.0 |
602 | 2024-11-13T21:14:52.512Z | Downloaded similar v2.6.0 |
603 | 2024-11-13T21:14:52.523Z | Downloaded tokio-rustls v0.26.0 |
604 | 2024-11-13T21:14:52.523Z | Downloaded shell-words v1.1.0 |
605 | 2024-11-13T21:14:52.526Z | Downloaded compact_str v0.8.0 |
606 | 2024-11-13T21:14:52.529Z | Downloaded aes v0.8.4 |
607 | 2024-11-13T21:14:52.532Z | Downloaded strum_macros v0.25.3 |
608 | 2024-11-13T21:14:52.534Z | Downloaded serde_plain v1.0.2 |
609 | 2024-11-13T21:14:52.537Z | Downloaded futures-executor v0.3.31 |
610 | 2024-11-13T21:14:52.540Z | Downloaded tap v1.0.1 |
611 | 2024-11-13T21:14:52.540Z | Downloaded spin v0.5.2 |
612 | 2024-11-13T21:14:52.543Z | Downloaded num-rational v0.4.2 |
613 | 2024-11-13T21:14:52.543Z | Downloaded num-complex v0.4.6 |
614 | 2024-11-13T21:14:52.545Z | Downloaded ssh-cipher v0.2.0 |
615 | 2024-11-13T21:14:52.548Z | Downloaded native-tls v0.2.12 |
616 | 2024-11-13T21:14:52.551Z | Downloaded unicode-xid v0.2.6 |
617 | 2024-11-13T21:14:52.554Z | Downloaded display-error-chain v0.2.2 |
618 | 2024-11-13T21:14:52.554Z | Downloaded defmt-parser v0.3.4 |
619 | 2024-11-13T21:14:52.554Z | Downloaded defmt-macros v0.3.9 |
620 | 2024-11-13T21:14:52.557Z | Downloaded diff v0.1.13 |
621 | 2024-11-13T21:14:52.561Z | Downloaded packed_struct v0.10.1 |
622 | 2024-11-13T21:14:52.563Z | Downloaded zone v0.1.8 |
623 | 2024-11-13T21:14:52.566Z | Downloaded samael v0.0.17 |
624 | 2024-11-13T21:14:52.572Z | Downloaded signal-hook-registry v1.4.2 |
625 | 2024-11-13T21:14:52.575Z | Downloaded fragile v2.0.0 |
626 | 2024-11-13T21:14:52.578Z | Downloaded chacha20poly1305 v0.10.1 |
627 | 2024-11-13T21:14:52.578Z | Downloaded toolchain_find v0.4.0 |
628 | 2024-11-13T21:14:52.580Z | Downloaded tower-service v0.3.3 |
629 | 2024-11-13T21:14:52.584Z | Downloaded form_urlencoded v1.2.1 |
630 | 2024-11-13T21:14:52.584Z | Downloaded scheduled-thread-pool v0.2.7 |
631 | 2024-11-13T21:14:52.587Z | Downloaded num_enum v0.5.11 |
632 | 2024-11-13T21:14:52.589Z | Downloaded num_enum_derive v0.5.11 |
633 | 2024-11-13T21:14:52.591Z | Downloaded snafu v0.8.5 |
634 | 2024-11-13T21:14:52.598Z | Downloaded zerofrom v0.1.4 |
635 | 2024-11-13T21:14:52.601Z | Downloaded r2d2 v0.8.10 |
636 | 2024-11-13T21:14:52.603Z | Downloaded quinn-udp v0.5.5 |
637 | 2024-11-13T21:14:52.603Z | Downloaded tokio-stream v0.1.16 |
638 | 2024-11-13T21:14:52.609Z | Downloaded displaydoc v0.2.5 |
639 | 2024-11-13T21:14:52.612Z | Downloaded uzers v0.12.1 |
640 | 2024-11-13T21:14:52.618Z | Downloaded yoke v0.7.4 |
641 | 2024-11-13T21:14:52.618Z | Downloaded progenitor-impl v0.8.0 |
642 | 2024-11-13T21:14:52.631Z | Downloaded stringprep v0.1.5 |
643 | 2024-11-13T21:14:52.634Z | Downloaded precomputed-hash v0.1.1 |
644 | 2024-11-13T21:14:52.634Z | Downloaded peg-runtime v0.8.3 |
645 | 2024-11-13T21:14:52.636Z | Downloaded opaque-debug v0.3.1 |
646 | 2024-11-13T21:14:52.637Z | Downloaded tls_codec v0.4.1 |
647 | 2024-11-13T21:14:52.639Z | Downloaded tls_codec_derive v0.4.1 |
648 | 2024-11-13T21:14:52.642Z | Downloaded structmeta v0.3.0 |
649 | 2024-11-13T21:14:52.647Z | Downloaded structmeta v0.2.0 |
650 | 2024-11-13T21:14:52.647Z | Downloaded zip v0.6.6 |
651 | 2024-11-13T21:14:52.649Z | Downloaded postcard v1.0.10 |
652 | 2024-11-13T21:14:52.652Z | Downloaded tinyvec_macros v0.1.1 |
653 | 2024-11-13T21:14:52.655Z | Downloaded untrusted v0.9.0 |
654 | 2024-11-13T21:14:52.657Z | Downloaded dirs-sys-next v0.1.2 |
655 | 2024-11-13T21:14:52.657Z | Downloaded zeroize_derive v1.4.2 |
656 | 2024-11-13T21:14:52.658Z | Downloaded zeroize v1.8.1 |
657 | 2024-11-13T21:14:52.660Z | Downloaded ed25519 v2.2.3 |
658 | 2024-11-13T21:14:52.662Z | Downloaded fd-lock v4.0.2 |
659 | 2024-11-13T21:14:52.665Z | Downloaded sct v0.7.1 |
660 | 2024-11-13T21:14:52.669Z | Downloaded hash32 v0.3.1 |
661 | 2024-11-13T21:14:52.672Z | Downloaded http v1.1.0 |
662 | 2024-11-13T21:14:52.676Z | Downloaded aes-gcm v0.10.3 |
663 | 2024-11-13T21:14:52.680Z | Downloaded darling_macro v0.20.10 |
664 | 2024-11-13T21:14:52.683Z | Downloaded peg-macros v0.8.4 |
665 | 2024-11-13T21:14:52.686Z | Downloaded want v0.3.1 |
666 | 2024-11-13T21:14:52.686Z | Downloaded headers-core v0.3.0 |
667 | 2024-11-13T21:14:52.688Z | Downloaded sqlformat v0.2.6 |
668 | 2024-11-13T21:14:52.688Z | Downloaded rtoolbox v0.0.2 |
669 | 2024-11-13T21:14:52.691Z | Downloaded ppv-lite86 v0.2.20 |
670 | 2024-11-13T21:14:52.693Z | Downloaded num-traits v0.2.19 |
671 | 2024-11-13T21:14:52.696Z | Downloaded serde_repr v0.1.19 |
672 | 2024-11-13T21:14:52.699Z | Downloaded schemars_derive v0.8.21 |
673 | 2024-11-13T21:14:52.702Z | Downloaded phf_shared v0.10.0 |
674 | 2024-11-13T21:14:52.702Z | Downloaded oso-derive v0.27.3 |
675 | 2024-11-13T21:14:52.705Z | Downloaded serde_urlencoded v0.7.1 |
676 | 2024-11-13T21:14:52.705Z | Downloaded serde_path_to_error v0.1.16 |
677 | 2024-11-13T21:14:52.708Z | Downloaded twox-hash v1.6.3 |
678 | 2024-11-13T21:14:52.711Z | Downloaded futures-channel v0.3.31 |
679 | 2024-11-13T21:14:52.714Z | Downloaded semver v0.1.20 |
680 | 2024-11-13T21:14:52.714Z | Downloaded scopeguard v1.2.0 |
681 | 2024-11-13T21:14:52.716Z | Downloaded pin-project v1.1.6 |
682 | 2024-11-13T21:14:52.729Z | Downloaded fxhash v0.2.1 |
683 | 2024-11-13T21:14:52.731Z | Downloaded foreign-types-shared v0.1.1 |
684 | 2024-11-13T21:14:52.731Z | Downloaded waitgroup v0.1.2 |
685 | 2024-11-13T21:14:52.734Z | Downloaded russh-cryptovec v0.7.3 |
686 | 2024-11-13T21:14:52.734Z | Downloaded futures-task v0.3.31 |
687 | 2024-11-13T21:14:52.737Z | Downloaded embedded-io v0.6.1 |
688 | 2024-11-13T21:14:52.737Z | Downloaded group v0.13.0 |
689 | 2024-11-13T21:14:52.739Z | Downloaded embedded-io v0.4.0 |
690 | 2024-11-13T21:14:52.742Z | Downloaded writeable v0.5.5 |
691 | 2024-11-13T21:14:52.745Z | Downloaded nodrop v0.1.14 |
692 | 2024-11-13T21:14:52.745Z | Downloaded postgres-types v0.2.8 |
693 | 2024-11-13T21:14:52.747Z | Downloaded itertools v0.10.5 |
694 | 2024-11-13T21:14:52.755Z | Downloaded zone_cfg_derive v0.3.0 |
695 | 2024-11-13T21:14:52.757Z | Downloaded pin-utils v0.1.0 |
696 | 2024-11-13T21:14:52.761Z | Downloaded futures v0.3.31 |
697 | 2024-11-13T21:14:52.765Z | Downloaded diesel_table_macro_syntax v0.2.0 |
698 | 2024-11-13T21:14:52.767Z | Downloaded slog v2.7.0 |
699 | 2024-11-13T21:14:52.770Z | Downloaded typed-path v0.9.3 |
700 | 2024-11-13T21:14:52.775Z | Downloaded openssl-macros v0.1.1 |
701 | 2024-11-13T21:14:52.778Z | Downloaded openssl-probe v0.1.5 |
702 | 2024-11-13T21:14:52.782Z | Downloaded sync_wrapper v1.0.1 |
703 | 2024-11-13T21:14:52.782Z | Downloaded rustc-hash v1.1.0 |
704 | 2024-11-13T21:14:52.785Z | Downloaded env_logger v0.10.2 |
705 | 2024-11-13T21:14:52.787Z | Downloaded sigpipe v0.1.3 |
706 | 2024-11-13T21:14:52.787Z | Downloaded aho-corasick v1.1.3 |
707 | 2024-11-13T21:14:52.793Z | Downloaded wait-timeout v0.2.0 |
708 | 2024-11-13T21:14:52.796Z | Downloaded icu_properties_data v1.5.0 |
709 | 2024-11-13T21:14:52.809Z | Downloaded rpassword v7.3.1 |
710 | 2024-11-13T21:14:52.812Z | Downloaded itertools v0.13.0 |
711 | 2024-11-13T21:14:52.818Z | Downloaded subtle v2.6.1 |
712 | 2024-11-13T21:14:52.822Z | Downloaded half v2.4.1 |
713 | 2024-11-13T21:14:52.824Z | Downloaded pretty-hex v0.2.1 |
714 | 2024-11-13T21:14:52.828Z | Downloaded number_prefix v0.4.0 |
715 | 2024-11-13T21:14:52.829Z | Downloaded num_threads v0.1.7 |
716 | 2024-11-13T21:14:52.831Z | Downloaded thiserror-impl-no-std v2.0.2 |
717 | 2024-11-13T21:14:52.831Z | Downloaded derive_builder_macro v0.20.2 |
718 | 2024-11-13T21:14:52.831Z | Downloaded newtype_derive v0.1.6 |
719 | 2024-11-13T21:14:52.833Z | Downloaded multimap v0.10.0 |
720 | 2024-11-13T21:14:52.833Z | Downloaded thread_local v1.1.8 |
721 | 2024-11-13T21:14:52.836Z | Downloaded rustc-demangle v0.1.24 |
722 | 2024-11-13T21:14:52.838Z | Downloaded vte_generate_state_changes v0.1.2 |
723 | 2024-11-13T21:14:52.840Z | Downloaded idna v1.0.3 |
724 | 2024-11-13T21:14:52.843Z | Downloaded siphasher v0.3.11 |
725 | 2024-11-13T21:14:52.846Z | Downloaded slog-scope v4.4.0 |
726 | 2024-11-13T21:14:52.849Z | Downloaded slab v0.4.9 |
727 | 2024-11-13T21:14:52.849Z | Downloaded percent-encoding v2.3.1 |
728 | 2024-11-13T21:14:52.851Z | Downloaded flagset v0.4.6 |
729 | 2024-11-13T21:14:52.851Z | Downloaded whoami v1.5.2 |
730 | 2024-11-13T21:14:52.854Z | Downloaded typify-macro v0.2.0 |
731 | 2024-11-13T21:14:52.856Z | Downloaded gethostname v0.5.0 |
732 | 2024-11-13T21:14:52.856Z | Downloaded unicase v2.7.0 |
733 | 2024-11-13T21:14:52.859Z | Downloaded zone_cfg_derive v0.1.2 |
734 | 2024-11-13T21:14:52.859Z | Downloaded slog-dtrace v0.3.0 |
735 | 2024-11-13T21:14:52.861Z | Downloaded spin v0.9.8 |
736 | 2024-11-13T21:14:52.864Z | Downloaded pem-rfc7468 v0.7.0 |
737 | 2024-11-13T21:14:52.867Z | Downloaded phf_generator v0.11.2 |
738 | 2024-11-13T21:14:52.869Z | Downloaded url v2.5.3 |
739 | 2024-11-13T21:14:52.872Z | Downloaded time-core v0.1.2 |
740 | 2024-11-13T21:14:52.872Z | Downloaded strum v0.26.3 |
741 | 2024-11-13T21:14:52.875Z | Downloaded crossterm v0.28.1 |
742 | 2024-11-13T21:14:52.881Z | Downloaded progenitor-macro v0.8.0 |
743 | 2024-11-13T21:14:52.883Z | Downloaded predicates-tree v1.0.11 |
744 | 2024-11-13T21:14:52.883Z | Downloaded phf_codegen v0.11.2 |
745 | 2024-11-13T21:14:52.886Z | Downloaded nibble_vec v0.1.0 |
746 | 2024-11-13T21:14:52.888Z | Downloaded num-bigint v0.4.6 |
747 | 2024-11-13T21:14:52.896Z | Downloaded phf v0.11.2 |
748 | 2024-11-13T21:14:52.899Z | Downloaded tokio-tungstenite v0.24.0 |
749 | 2024-11-13T21:14:52.899Z | Downloaded rustyline v14.0.0 |
750 | 2024-11-13T21:14:52.902Z | Downloaded ghash v0.5.1 |
751 | 2024-11-13T21:14:52.904Z | Downloaded zone v0.3.0 |
752 | 2024-11-13T21:14:52.904Z | Downloaded smallvec v0.6.14 |
753 | 2024-11-13T21:14:52.908Z | Downloaded foreign-types v0.3.2 |
754 | 2024-11-13T21:14:52.908Z | Downloaded p521 v0.13.3 |
755 | 2024-11-13T21:14:52.911Z | Downloaded tracing-attributes v0.1.27 |
756 | 2024-11-13T21:14:52.914Z | Downloaded float-cmp v0.9.0 |
757 | 2024-11-13T21:14:52.916Z | Downloaded fallible-streaming-iterator v0.1.9 |
758 | 2024-11-13T21:14:52.916Z | Downloaded signal-hook-tokio v0.3.1 |
759 | 2024-11-13T21:14:52.918Z | Downloaded tinystr v0.7.6 |
760 | 2024-11-13T21:14:52.921Z | Downloaded poly1305 v0.8.0 |
761 | 2024-11-13T21:14:52.923Z | Downloaded ron v0.7.1 |
762 | 2024-11-13T21:14:52.928Z | Downloaded oso v0.27.3 |
763 | 2024-11-13T21:14:52.932Z | Downloaded pkg-config v0.3.31 |
764 | 2024-11-13T21:14:52.934Z | Downloaded psl-types v2.0.11 |
765 | 2024-11-13T21:14:52.937Z | Downloaded subprocess v0.2.9 |
766 | 2024-11-13T21:14:52.940Z | Downloaded num-bigint-dig v0.8.4 |
767 | 2024-11-13T21:14:52.944Z | Downloaded ref-cast v1.0.23 |
768 | 2024-11-13T21:14:52.947Z | Downloaded rand_seeder v0.3.0 |
769 | 2024-11-13T21:14:52.950Z | Downloaded ref-cast-impl v1.0.23 |
770 | 2024-11-13T21:14:52.950Z | Downloaded quick-error v1.2.3 |
771 | 2024-11-13T21:14:52.953Z | Downloaded tiny-keccak v2.0.2 |
772 | 2024-11-13T21:14:52.956Z | Downloaded derive_builder v0.20.2 |
773 | 2024-11-13T21:14:52.959Z | Downloaded float-ord v0.3.2 |
774 | 2024-11-13T21:14:52.961Z | Downloaded rand_xorshift v0.3.0 |
775 | 2024-11-13T21:14:52.964Z | Downloaded slog-stdlog v4.1.1 |
776 | 2024-11-13T21:14:52.964Z | Downloaded time-macros v0.2.18 |
777 | 2024-11-13T21:14:52.967Z | Downloaded strum_macros v0.26.4 |
778 | 2024-11-13T21:14:52.970Z | Downloaded spki v0.7.3 |
779 | 2024-11-13T21:14:52.972Z | Downloaded fallible-iterator v0.2.0 |
780 | 2024-11-13T21:14:52.973Z | Downloaded winnow v0.5.40 |
781 | 2024-11-13T21:14:52.982Z | Downloaded openssl-sys v0.9.104 |
782 | 2024-11-13T21:14:52.988Z | Downloaded smf v0.2.3 |
783 | 2024-11-13T21:14:52.992Z | Downloaded p256 v0.13.2 |
784 | 2024-11-13T21:14:52.995Z | Downloaded deranged v0.3.11 |
785 | 2024-11-13T21:14:52.995Z | Downloaded blake3 v1.5.4 |
786 | 2024-11-13T21:14:53.003Z | Downloaded snafu-derive v0.8.5 |
787 | 2024-11-13T21:14:53.006Z | Downloaded universal-hash v0.5.1 |
788 | 2024-11-13T21:14:53.008Z | Downloaded idna v0.4.0 |
789 | 2024-11-13T21:14:53.014Z | Downloaded vsss-rs v3.3.4 |
790 | 2024-11-13T21:14:53.016Z | Downloaded globset v0.4.15 |
791 | 2024-11-13T21:14:53.019Z | Downloaded des v0.8.1 |
792 | 2024-11-13T21:14:53.022Z | Downloaded tungstenite v0.24.0 |
793 | 2024-11-13T21:14:53.025Z | Downloaded tough v0.19.0 |
794 | 2024-11-13T21:14:53.035Z | Downloaded env_logger v0.11.5 |
795 | 2024-11-13T21:14:53.038Z | Downloaded parse-zoneinfo v0.3.1 |
796 | 2024-11-13T21:14:53.040Z | Downloaded time v0.3.36 |
797 | 2024-11-13T21:14:53.048Z | Downloaded derive-where v1.2.7 |
798 | 2024-11-13T21:14:53.053Z | Downloaded unsafe-libyaml v0.2.11 |
799 | 2024-11-13T21:14:53.057Z | Downloaded unicode-properties v0.1.3 |
800 | 2024-11-13T21:14:53.061Z | Downloaded flume v0.11.1 |
801 | 2024-11-13T21:14:53.064Z | Downloaded hashbrown v0.12.3 |
802 | 2024-11-13T21:14:53.068Z | Downloaded lalrpop v0.19.12 |
803 | 2024-11-13T21:14:53.083Z | Downloaded dropshot_endpoint v0.12.0 |
804 | 2024-11-13T21:14:53.086Z | Downloaded unicode-bidi v0.3.17 |
805 | 2024-11-13T21:14:53.090Z | Downloaded tracing v0.1.40 |
806 | 2024-11-13T21:14:53.093Z | Downloaded socket2 v0.5.7 |
807 | 2024-11-13T21:14:53.096Z | Downloaded tokio-util v0.7.12 |
808 | 2024-11-13T21:14:53.105Z | Downloaded dhcproto v0.12.0 |
809 | 2024-11-13T21:14:53.107Z | Downloaded darling_core v0.20.10 |
810 | 2024-11-13T21:14:53.113Z | Downloaded flate2 v1.0.34 |
811 | 2024-11-13T21:14:53.119Z | Downloaded heapless v0.7.17 |
812 | 2024-11-13T21:14:53.124Z | Downloaded qorb v0.2.0 |
813 | 2024-11-13T21:14:53.129Z | Downloaded expectorate v1.1.0 |
814 | 2024-11-13T21:14:53.132Z | Downloaded idna v0.5.0 |
815 | 2024-11-13T21:14:53.140Z | Downloaded sqlparser v0.45.0 |
816 | 2024-11-13T21:14:53.146Z | Downloaded portable-atomic v1.9.0 |
817 | 2024-11-13T21:14:53.154Z | Downloaded quick-xml v0.33.0 |
818 | 2024-11-13T21:14:53.163Z | Downloaded nom v7.1.3 |
819 | 2024-11-13T21:14:53.169Z | Downloaded p384 v0.13.0 |
820 | 2024-11-13T21:14:53.176Z | Downloaded rustls-webpki v0.102.8 |
821 | 2024-11-13T21:14:53.198Z | Downloaded futures-util v0.3.31 |
822 | 2024-11-13T21:14:53.210Z | Downloaded radix_trie v0.2.1 |
823 | 2024-11-13T21:14:53.216Z | Downloaded zerovec v0.10.4 |
824 | 2024-11-13T21:14:53.222Z | Downloaded curve25519-dalek v4.1.3 |
825 | 2024-11-13T21:14:53.233Z | Downloaded bstr v1.10.0 |
826 | 2024-11-13T21:14:53.245Z | Downloaded chrono-tz v0.10.0 |
827 | 2024-11-13T21:14:53.253Z | Downloaded h2 v0.4.6 |
828 | 2024-11-13T21:14:53.260Z | Downloaded regress v0.10.1 |
829 | 2024-11-13T21:14:53.270Z | Downloaded git2 v0.19.0 |
830 | 2024-11-13T21:14:53.280Z | Downloaded smoltcp v0.11.0 |
831 | 2024-11-13T21:14:53.295Z | Downloaded trust-dns-proto v0.22.0 |
832 | 2024-11-13T21:14:53.310Z | Downloaded gimli v0.31.1 |
833 | 2024-11-13T21:14:53.318Z | Downloaded polar-core v0.27.3 |
834 | 2024-11-13T21:14:53.328Z | Downloaded dropshot v0.12.0 |
835 | 2024-11-13T21:14:53.350Z | Downloaded nix v0.28.0 |
836 | 2024-11-13T21:14:53.362Z | Downloaded webpki-roots v0.26.6 |
837 | 2024-11-13T21:14:53.365Z | Downloaded openssl v0.10.68 |
838 | 2024-11-13T21:14:53.376Z | Downloaded nix v0.27.1 |
839 | 2024-11-13T21:14:53.388Z | Downloaded object v0.30.4 |
840 | 2024-11-13T21:14:53.399Z | Downloaded smoltcp v0.9.1 |
841 | 2024-11-13T21:14:53.411Z | Downloaded regress v0.9.1 |
842 | 2024-11-13T21:14:53.420Z | Downloaded nix v0.29.0 |
843 | 2024-11-13T21:14:53.434Z | Downloaded diesel v2.2.4 |
844 | 2024-11-13T21:14:53.454Z | Downloaded openapiv3 v2.0.0 |
845 | 2024-11-13T21:14:53.466Z | Downloaded typify-impl v0.2.0 |
846 | 2024-11-13T21:14:53.484Z | Downloaded object v0.36.5 |
847 | 2024-11-13T21:14:53.495Z | Downloaded ratatui v0.28.1 |
848 | 2024-11-13T21:14:53.516Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
849 | 2024-11-13T21:14:53.529Z | Downloaded regex-syntax v0.8.5 |
850 | 2024-11-13T21:14:53.537Z | Downloaded regex-syntax v0.6.29 |
851 | 2024-11-13T21:14:53.545Z | Downloaded sled v0.34.7 |
852 | 2024-11-13T21:14:53.556Z | Downloaded zerocopy-derive v0.6.6 |
853 | 2024-11-13T21:14:53.569Z | Downloaded rustls v0.23.14 |
854 | 2024-11-13T21:14:53.579Z | Downloaded rustls v0.22.4 |
855 | 2024-11-13T21:14:53.593Z | Downloaded hickory-proto v0.24.1 |
856 | 2024-11-13T21:14:53.609Z | Downloaded regex-automata v0.4.8 |
857 | 2024-11-13T21:14:53.627Z | Downloaded lzma-sys v0.1.20 |
858 | 2024-11-13T21:14:53.656Z | Downloaded rustls v0.21.12 |
859 | 2024-11-13T21:14:53.667Z | Downloaded vcpkg v0.2.15 |
860 | 2024-11-13T21:14:53.707Z | Downloaded libz-sys v1.1.20 |
861 | 2024-11-13T21:14:53.728Z | Downloaded regex v1.11.1 |
862 | 2024-11-13T21:14:53.740Z | Downloaded idna v0.3.0 |
863 | 2024-11-13T21:14:53.748Z | Downloaded idna v0.2.3 |
864 | 2024-11-13T21:14:53.759Z | Downloaded serde_with v3.11.0 |
865 | 2024-11-13T21:14:53.763Z | Downloaded csv v1.3.0 |
866 | 2024-11-13T21:14:53.784Z | Downloaded rusqlite v0.32.1 |
867 | 2024-11-13T21:14:53.791Z | Downloaded x509-cert v0.2.5 |
868 | 2024-11-13T21:14:53.797Z | Downloaded petgraph v0.6.5 |
869 | 2024-11-13T21:14:53.813Z | Downloaded tokio v1.40.0 |
870 | 2024-11-13T21:14:53.858Z | Downloaded chrono v0.4.38 |
871 | 2024-11-13T21:14:53.871Z | Downloaded toml_edit v0.19.15 |
872 | 2024-11-13T21:14:53.880Z | Downloaded sha3 v0.10.8 |
873 | 2024-11-13T21:14:53.885Z | Downloaded publicsuffix v2.2.3 |
874 | 2024-11-13T21:14:53.885Z | Downloaded rayon v1.10.0 |
875 | 2024-11-13T21:14:53.890Z | Downloaded hashbrown v0.14.5 |
876 | 2024-11-13T21:14:53.897Z | Downloaded aws-lc-rs v1.10.0 |
877 | 2024-11-13T21:14:53.948Z | Downloaded vte v0.11.1 |
878 | 2024-11-13T21:14:53.996Z | Downloaded getrandom v0.2.15 |
879 | 2024-11-13T21:14:53.996Z | Downloaded quinn-proto v0.11.8 |
880 | 2024-11-13T21:14:53.996Z | Downloaded reqwest v0.12.9 |
881 | 2024-11-13T21:14:53.996Z | Downloaded tungstenite v0.23.0 |
882 | 2024-11-13T21:14:53.996Z | Downloaded tracing-core v0.1.32 |
883 | 2024-11-13T21:14:53.996Z | Downloaded unicode-normalization v0.1.24 |
884 | 2024-11-13T21:14:53.996Z | Downloaded foldhash v0.1.3 |
885 | 2024-11-13T21:14:53.996Z | Downloaded tinyvec v1.8.0 |
886 | 2024-11-13T21:14:53.996Z | Downloaded derive_more v0.99.18 |
887 | 2024-11-13T21:14:53.996Z | Downloaded rsa v0.9.6 |
888 | 2024-11-13T21:14:53.996Z | Downloaded ron v0.8.1 |
889 | 2024-11-13T21:14:54.037Z | Downloaded headers v0.4.0 |
890 | 2024-11-13T21:14:54.037Z | Downloaded num v0.4.3 |
891 | 2024-11-13T21:14:54.037Z | Downloaded fallible-iterator v0.3.0 |
892 | 2024-11-13T21:14:54.037Z | Downloaded structmeta-derive v0.3.0 |
893 | 2024-11-13T21:14:54.037Z | Downloaded structmeta-derive v0.2.0 |
894 | 2024-11-13T21:14:54.037Z | Downloaded smallvec v1.13.2 |
895 | 2024-11-13T21:14:54.037Z | Downloaded slog-term v2.9.1 |
896 | 2024-11-13T21:14:54.037Z | Downloaded schemars v0.8.21 |
897 | 2024-11-13T21:14:54.038Z | Downloaded proptest v1.5.0 |
898 | 2024-11-13T21:14:54.038Z | Downloaded reedline v0.35.0 |
899 | 2024-11-13T21:14:54.038Z | Downloaded salty v0.3.0 |
900 | 2024-11-13T21:14:54.078Z | Downloaded rustls-webpki v0.101.7 |
901 | 2024-11-13T21:14:54.078Z | Downloaded zopfli v0.8.1 |
902 | 2024-11-13T21:14:54.078Z | Downloaded ed25519-dalek v2.1.1 |
903 | 2024-11-13T21:14:54.078Z | Downloaded signature v2.2.0 |
904 | 2024-11-13T21:14:54.079Z | Downloaded newtype-uuid v1.1.3 |
905 | 2024-11-13T21:14:54.079Z | Downloaded thiserror-no-std v2.0.2 |
906 | 2024-11-13T21:14:54.079Z | Downloaded russh-keys v0.45.0 |
907 | 2024-11-13T21:14:54.079Z | Downloaded encoding_rs v0.8.34 |
908 | 2024-11-13T21:14:54.102Z | Downloaded predicates-core v1.0.8 |
909 | 2024-11-13T21:14:54.102Z | Downloaded dirs-next v2.0.0 |
910 | 2024-11-13T21:14:54.103Z | Downloaded tabwriter v1.4.0 |
911 | 2024-11-13T21:14:54.103Z | Downloaded toml v0.7.8 |
912 | 2024-11-13T21:14:54.103Z | Downloaded diesel_derives v2.2.3 |
913 | 2024-11-13T21:14:54.103Z | Downloaded russh v0.45.0 |
914 | 2024-11-13T21:14:54.104Z | Downloaded serde_with_macros v3.11.0 |
915 | 2024-11-13T21:14:54.104Z | Downloaded unarray v0.1.4 |
916 | 2024-11-13T21:14:54.105Z | Downloaded tokio-tungstenite v0.23.1 |
917 | 2024-11-13T21:14:54.105Z | Downloaded rustversion v1.0.17 |
918 | 2024-11-13T21:14:54.105Z | Downloaded supports-color v3.0.1 |
919 | 2024-11-13T21:14:54.105Z | Downloaded rustls-pemfile v2.2.0 |
920 | 2024-11-13T21:14:54.105Z | Downloaded rustc-hash v2.0.0 |
921 | 2024-11-13T21:14:54.105Z | Downloaded rand v0.8.5 |
922 | 2024-11-13T21:14:54.123Z | Downloaded unicode_categories v0.1.1 |
923 | 2024-11-13T21:14:54.123Z | Downloaded pem v3.0.4 |
924 | 2024-11-13T21:14:54.123Z | Downloaded parse-display-derive v0.10.0 |
925 | 2024-11-13T21:14:54.123Z | Downloaded parse-display v0.10.0 |
926 | 2024-11-13T21:14:54.123Z | Downloaded dunce v1.0.5 |
927 | 2024-11-13T21:14:54.123Z | Downloaded which v4.4.2 |
928 | 2024-11-13T21:14:54.123Z | Downloaded pin-project-lite v0.2.14 |
929 | 2024-11-13T21:14:54.123Z | Downloaded rustls-pki-types v1.9.0 |
930 | 2024-11-13T21:14:54.123Z | Downloaded bitvec v1.0.1 |
931 | 2024-11-13T21:14:54.135Z | Downloaded bindgen v0.69.5 |
932 | 2024-11-13T21:14:54.135Z | Downloaded owo-colors v4.1.0 |
933 | 2024-11-13T21:14:54.206Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
934 | 2024-11-13T21:14:54.227Z | Downloaded hashlink v0.9.1 |
935 | 2024-11-13T21:14:54.227Z | Downloaded either v1.13.0 |
936 | 2024-11-13T21:14:54.227Z | Downloaded dsl_auto_type v0.1.2 |
937 | 2024-11-13T21:14:54.227Z | Downloaded omicron-zone-package v0.11.1 |
938 | 2024-11-13T21:14:54.227Z | Downloaded hashbrown v0.13.2 |
939 | 2024-11-13T21:14:54.227Z | Downloaded peg v0.8.4 |
940 | 2024-11-13T21:14:54.227Z | Downloaded normalize-line-endings v0.3.0 |
941 | 2024-11-13T21:14:54.228Z | Downloaded rusty-fork v0.3.0 |
942 | 2024-11-13T21:14:54.228Z | Downloaded rustls-pemfile v1.0.4 |
943 | 2024-11-13T21:14:54.228Z | Downloaded rustc_version v0.1.7 |
944 | 2024-11-13T21:14:54.228Z | Downloaded der v0.7.9 |
945 | 2024-11-13T21:14:54.262Z | Downloaded phf_shared v0.11.2 |
946 | 2024-11-13T21:14:54.262Z | Downloaded fatfs v0.3.6 |
947 | 2024-11-13T21:14:54.262Z | Downloaded ecdsa v0.16.9 |
948 | 2024-11-13T21:14:54.262Z | Downloaded prettyplease v0.2.25 |
949 | 2024-11-13T21:14:54.262Z | Downloaded parse-size v1.1.0 |
950 | 2024-11-13T21:14:54.263Z | Downloaded write16 v1.0.0 |
951 | 2024-11-13T21:14:54.263Z | Downloaded tokio-tungstenite v0.21.0 |
952 | 2024-11-13T21:14:54.263Z | Downloaded synstructure v0.13.1 |
953 | 2024-11-13T21:14:54.263Z | Downloaded serde_derive_internals v0.29.1 |
954 | 2024-11-13T21:14:54.263Z | Downloaded zerocopy v0.6.6 |
955 | 2024-11-13T21:14:54.263Z | Downloaded foreign-types-shared v0.3.1 |
956 | 2024-11-13T21:14:54.263Z | Downloaded ena v0.14.3 |
957 | 2024-11-13T21:14:54.263Z | Downloaded diesel-dtrace v0.3.0 |
958 | 2024-11-13T21:14:54.263Z | Downloaded data-encoding v2.6.0 |
959 | 2024-11-13T21:14:54.263Z | Downloaded wyz v0.5.1 |
960 | 2024-11-13T21:14:54.263Z | Downloaded untrusted v0.7.1 |
961 | 2024-11-13T21:14:54.263Z | Downloaded password-hash v0.4.2 |
962 | 2024-11-13T21:14:54.264Z | Downloaded nu-ansi-term v0.50.1 |
963 | 2024-11-13T21:14:54.283Z | Downloaded ssh-key v0.6.6 |
964 | 2024-11-13T21:14:54.283Z | Downloaded tungstenite v0.21.0 |
965 | 2024-11-13T21:14:54.283Z | Downloaded parking_lot v0.12.3 |
966 | 2024-11-13T21:14:54.283Z | Downloaded tar v0.4.43 |
967 | 2024-11-13T21:14:54.283Z | Downloaded serde_yaml v0.9.34+deprecated |
968 | 2024-11-13T21:14:54.283Z | Downloaded zip v2.1.3 |
969 | 2024-11-13T21:14:54.344Z | Downloaded powerfmt v0.2.0 |
970 | 2024-11-13T21:14:54.344Z | Downloaded polyval v0.6.2 |
971 | 2024-11-13T21:14:54.345Z | Downloaded olpc-cjson v0.1.4 |
972 | 2024-11-13T21:14:54.345Z | Downloaded slog-async v2.8.0 |
973 | 2024-11-13T21:14:54.345Z | Downloaded signal-hook v0.3.17 |
974 | 2024-11-13T21:14:54.345Z | Downloaded unicode-segmentation v1.12.0 |
975 | 2024-11-13T21:14:54.345Z | Downloaded hash32 v0.2.1 |
976 | 2024-11-13T21:14:54.345Z | Downloaded funty v2.0.0 |
977 | 2024-11-13T21:14:54.345Z | Downloaded postgres-protocol v0.6.7 |
978 | 2024-11-13T21:14:54.346Z | Downloaded vergen v8.3.2 |
979 | 2024-11-13T21:14:54.346Z | Downloaded uuid v1.10.0 |
980 | 2024-11-13T21:14:54.346Z | Downloaded rcgen v0.12.1 |
981 | 2024-11-13T21:14:54.346Z | Downloaded bytes v1.7.2 |
982 | 2024-11-13T21:14:54.346Z | Downloaded pin-project-internal v1.1.6 |
983 | 2024-11-13T21:14:54.346Z | Downloaded parking_lot_core v0.9.10 |
984 | 2024-11-13T21:14:54.346Z | Downloaded parking_lot_core v0.8.6 |
985 | 2024-11-13T21:14:54.346Z | Downloaded zerofrom-derive v0.1.4 |
986 | 2024-11-13T21:14:54.346Z | Downloaded utf8_iter v1.0.4 |
987 | 2024-11-13T21:14:54.346Z | Downloaded utf16_iter v1.0.5 |
988 | 2024-11-13T21:14:54.346Z | Downloaded minimal-lexical v0.2.1 |
989 | 2024-11-13T21:14:54.346Z | Downloaded term v0.7.0 |
990 | 2024-11-13T21:14:54.346Z | Downloaded multer v3.1.0 |
991 | 2024-11-13T21:14:54.346Z | Downloaded mockall_derive v0.13.0 |
992 | 2024-11-13T21:14:54.346Z | Downloaded strip-ansi-escapes v0.2.0 |
993 | 2024-11-13T21:14:54.346Z | Downloaded slog-bunyan v2.5.0 |
994 | 2024-11-13T21:14:54.346Z | Downloaded secrecy v0.8.0 |
995 | 2024-11-13T21:14:54.347Z | Downloaded sec1 v0.7.3 |
996 | 2024-11-13T21:14:54.347Z | Downloaded parking_lot v0.11.2 |
997 | 2024-11-13T21:14:54.362Z | Downloaded scrypt v0.11.0 |
998 | 2024-11-13T21:14:54.362Z | Downloaded rustc_version v0.4.1 |
999 | 2024-11-13T21:14:54.362Z | Downloaded rand_chacha v0.3.1 |
1000 | 2024-11-13T21:14:54.362Z | Downloaded radium v0.7.0 |
1001 | 2024-11-13T21:14:54.362Z | Downloaded fs_extra v1.3.0 |
1002 | 2024-11-13T21:14:54.362Z | Downloaded ff v0.13.0 |
1003 | 2024-11-13T21:14:54.363Z | Downloaded der_derive v0.7.3 |
1004 | 2024-11-13T21:14:54.363Z | Downloaded tokio-postgres v0.7.12 |
1005 | 2024-11-13T21:14:54.363Z | Downloaded steno v0.4.1 |
1006 | 2024-11-13T21:14:54.363Z | Downloaded crypto-bigint v0.5.5 |
1007 | 2024-11-13T21:14:54.377Z | Downloaded cc v1.1.30 |
1008 | 2024-11-13T21:14:54.377Z | Downloaded pkcs5 v0.7.1 |
1009 | 2024-11-13T21:14:54.377Z | Downloaded elliptic-curve v0.13.8 |
1010 | 2024-11-13T21:14:54.377Z | Downloaded packed_struct_codegen v0.10.1 |
1011 | 2024-11-13T21:14:54.377Z | Downloaded topological-sort v0.2.2 |
1012 | 2024-11-13T21:14:54.378Z | Downloaded tokio-macros v2.4.0 |
1013 | 2024-11-13T21:14:54.378Z | Downloaded password-hash v0.5.0 |
1014 | 2024-11-13T21:14:54.391Z | Downloaded quinn v0.11.5 |
1015 | 2024-11-13T21:14:54.391Z | Downloaded hickory-resolver v0.24.1 |
1016 | 2024-11-13T21:14:54.391Z | Downloaded mockall v0.13.0 |
1017 | 2024-11-13T21:14:54.391Z | Downloaded glob v0.3.1 |
1018 | 2024-11-13T21:14:54.391Z | Downloaded icu_collections v1.5.0 |
1019 | 2024-11-13T21:14:54.391Z | Downloaded shlex v1.3.0 |
1020 | 2024-11-13T21:14:54.391Z | Downloaded filetime v0.2.25 |
1021 | 2024-11-13T21:14:54.396Z | Downloaded bumpalo v3.16.0 |
1022 | 2024-11-13T21:14:54.396Z | Downloaded base64 v0.22.1 |
1023 | 2024-11-13T21:14:54.408Z | Downloaded zerovec-derive v0.10.3 |
1024 | 2024-11-13T21:14:54.408Z | Downloaded predicates v3.1.2 |
1025 | 2024-11-13T21:14:54.409Z | Downloaded pkcs8 v0.10.2 |
1026 | 2024-11-13T21:14:54.430Z | Downloaded pkcs1 v0.7.5 |
1027 | 2024-11-13T21:14:54.430Z | Downloaded indexmap v1.9.3 |
1028 | 2024-11-13T21:14:54.430Z | Downloaded hyper-util v0.1.10 |
1029 | 2024-11-13T21:14:54.441Z | Downloaded icu_properties v1.5.1 |
1030 | 2024-11-13T21:14:54.441Z | Downloaded hkdf v0.12.4 |
1031 | 2024-11-13T21:14:54.441Z | Downloaded strum_macros v0.24.3 |
1032 | 2024-11-13T21:14:54.441Z | Downloaded same-file v1.0.6 |
1033 | 2024-11-13T21:14:54.442Z | Downloaded itertools v0.12.1 |
1034 | 2024-11-13T21:14:54.442Z | Downloaded rustfmt-wrapper v0.2.1 |
1035 | 2024-11-13T21:14:54.442Z | Downloaded futures-io v0.3.31 |
1036 | 2024-11-13T21:14:54.442Z | Downloaded test-strategy v0.3.1 |
1037 | 2024-11-13T21:14:54.455Z | Downloaded static_assertions v1.1.0 |
1038 | 2024-11-13T21:14:54.455Z | Downloaded base64 v0.13.1 |
1039 | 2024-11-13T21:14:54.456Z | Downloaded primeorder v0.13.6 |
1040 | 2024-11-13T21:14:54.456Z | Downloaded derive_builder_core v0.20.2 |
1041 | 2024-11-13T21:14:54.456Z | Downloaded libxml v0.3.3 |
1042 | 2024-11-13T21:14:54.469Z | Downloaded hyper v1.4.1 |
1043 | 2024-11-13T21:14:54.469Z | Downloaded num-iter v0.1.45 |
1044 | 2024-11-13T21:14:54.469Z | Downloaded defmt v0.3.8 |
1045 | 2024-11-13T21:14:54.505Z | Downloaded miniz_oxide v0.8.0 |
1046 | 2024-11-13T21:14:54.505Z | Downloaded icu_locid_transform_data v1.5.0 |
1047 | 2024-11-13T21:14:54.505Z | Downloaded nanorand v0.7.0 |
1048 | 2024-11-13T21:14:54.505Z | Downloaded tokio-native-tls v0.3.1 |
1049 | 2024-11-13T21:14:54.505Z | Downloaded icu_normalizer v1.5.0 |
1050 | 2024-11-13T21:14:54.505Z | Downloaded icu_locid v1.5.0 |
1051 | 2024-11-13T21:14:54.563Z | Downloaded const-oid v0.9.6 |
1052 | 2024-11-13T21:14:54.563Z | Downloaded sqlparser_derive v0.2.2 |
1053 | 2024-11-13T21:14:54.563Z | Downloaded walkdir v2.5.0 |
1054 | 2024-11-13T21:14:54.563Z | Downloaded typify v0.2.0 |
1055 | 2024-11-13T21:14:54.563Z | Downloaded enum-as-inner v0.6.1 |
1056 | 2024-11-13T21:14:54.564Z | Downloaded enum-as-inner v0.5.1 |
1057 | 2024-11-13T21:14:54.564Z | Downloaded tokio-rustls v0.24.1 |
1058 | 2024-11-13T21:14:54.564Z | Downloaded crossbeam-epoch v0.9.18 |
1059 | 2024-11-13T21:14:54.564Z | Downloaded cookie v0.18.1 |
1060 | 2024-11-13T21:14:54.564Z | Downloaded libloading v0.8.5 |
1061 | 2024-11-13T21:14:54.564Z | Downloaded debug-ignore v1.0.5 |
1062 | 2024-11-13T21:14:54.564Z | Downloaded salsa20 v0.10.2 |
1063 | 2024-11-13T21:14:54.564Z | Downloaded rayon-core v1.12.1 |
1064 | 2024-11-13T21:14:54.564Z | Downloaded lock_api v0.4.12 |
1065 | 2024-11-13T21:14:54.564Z | Downloaded litemap v0.7.3 |
1066 | 2024-11-13T21:14:54.564Z | Downloaded jobserver v0.1.32 |
1067 | 2024-11-13T21:14:54.565Z | Downloaded ipnet v2.10.1 |
1068 | 2024-11-13T21:14:54.565Z | Downloaded crc32fast v1.4.2 |
1069 | 2024-11-13T21:14:54.565Z | Downloaded highway v1.2.0 |
1070 | 2024-11-13T21:14:54.565Z | Downloaded const_format_proc_macros v0.2.33 |
1071 | 2024-11-13T21:14:54.565Z | Downloaded unicode-truncate v1.1.0 |
1072 | 2024-11-13T21:14:54.565Z | Downloaded tui-tree-widget v0.22.0 |
1073 | 2024-11-13T21:14:54.565Z | Downloaded cancel-safe-futures v0.1.5 |
1074 | 2024-11-13T21:14:54.565Z | Downloaded backtrace v0.3.74 |
1075 | 2024-11-13T21:14:54.566Z | Downloaded stable_deref_trait v1.2.0 |
1076 | 2024-11-13T21:14:54.566Z | Downloaded impl-trait-for-tuples v0.2.2 |
1077 | 2024-11-13T21:14:54.566Z | Downloaded humantime v2.1.0 |
1078 | 2024-11-13T21:14:54.566Z | Downloaded httparse v1.9.5 |
1079 | 2024-11-13T21:14:54.566Z | Downloaded base64ct v1.6.0 |
1080 | 2024-11-13T21:14:54.566Z | Downloaded async-bb8-diesel v0.2.1 |
1081 | 2024-11-13T21:14:54.621Z | Downloaded arrayvec v0.7.6 |
1082 | 2024-11-13T21:14:54.621Z | Downloaded serde-hex v0.1.0 |
1083 | 2024-11-13T21:14:54.621Z | Downloaded mime v0.3.17 |
1084 | 2024-11-13T21:14:54.621Z | Downloaded ring v0.17.8 |
1085 | 2024-11-13T21:14:54.700Z | Downloaded instability v0.3.2 |
1086 | 2024-11-13T21:14:54.700Z | Downloaded lazycell v1.3.0 |
1087 | 2024-11-13T21:14:54.701Z | Downloaded allocator-api2 v0.2.18 |
1088 | 2024-11-13T21:14:54.701Z | Downloaded progenitor v0.8.0 |
1089 | 2024-11-13T21:14:54.701Z | Downloaded maybe-uninit v2.0.0 |
1090 | 2024-11-13T21:14:54.701Z | Downloaded managed v0.8.0 |
1091 | 2024-11-13T21:14:54.701Z | Downloaded linear-map v1.2.0 |
1092 | 2024-11-13T21:14:54.701Z | Downloaded lazy_static v1.5.0 |
1093 | 2024-11-13T21:14:54.701Z | Downloaded crc-catalog v2.4.0 |
1094 | 2024-11-13T21:14:54.701Z | Downloaded cobs v0.2.3 |
1095 | 2024-11-13T21:14:54.701Z | Downloaded indoc v1.0.9 |
1096 | 2024-11-13T21:14:54.702Z | Downloaded bitflags v1.3.2 |
1097 | 2024-11-13T21:14:54.702Z | Downloaded array-init v0.0.4 |
1098 | 2024-11-13T21:14:54.702Z | Downloaded http-body-util v0.1.2 |
1099 | 2024-11-13T21:14:54.702Z | Downloaded hostname v0.4.0 |
1100 | 2024-11-13T21:14:54.702Z | Downloaded bit-vec v0.6.3 |
1101 | 2024-11-13T21:14:54.702Z | Downloaded bit-set v0.5.3 |
1102 | 2024-11-13T21:14:54.702Z | Downloaded atomic-waker v1.1.2 |
1103 | 2024-11-13T21:14:54.702Z | Downloaded async-stream v0.3.6 |
1104 | 2024-11-13T21:14:54.702Z | Downloaded ascii-canvas v3.0.0 |
1105 | 2024-11-13T21:14:54.703Z | Downloaded serde-big-array v0.5.1 |
1106 | 2024-11-13T21:14:54.703Z | Downloaded is_ci v1.2.0 |
1107 | 2024-11-13T21:14:54.703Z | Downloaded crossbeam-channel v0.5.13 |
1108 | 2024-11-13T21:14:54.703Z | Downloaded hickory-client v0.24.1 |
1109 | 2024-11-13T21:14:54.740Z | Downloaded cstr-argument v0.1.2 |
1110 | 2024-11-13T21:14:54.741Z | Downloaded crucible-workspace-hack v0.1.0 |
1111 | 2024-11-13T21:14:54.741Z | Downloaded keccak v0.1.5 |
1112 | 2024-11-13T21:14:54.742Z | Downloaded internet-checksum v0.2.1 |
1113 | 2024-11-13T21:14:54.742Z | Downloaded ciborium v0.2.2 |
1114 | 2024-11-13T21:14:54.742Z | Downloaded csv-core v0.1.11 |
1115 | 2024-11-13T21:14:54.742Z | Downloaded cookie_store v0.21.0 |
1116 | 2024-11-13T21:14:54.742Z | Downloaded ipnetwork v0.20.0 |
1117 | 2024-11-13T21:14:54.742Z | Downloaded inout v0.1.3 |
1118 | 2024-11-13T21:14:54.743Z | Downloaded hostname v0.3.1 |
1119 | 2024-11-13T21:14:54.743Z | Downloaded chacha20 v0.9.1 |
1120 | 2024-11-13T21:14:54.743Z | Downloaded async-trait v0.1.83 |
1121 | 2024-11-13T21:14:54.743Z | Downloaded cexpr v0.6.0 |
1122 | 2024-11-13T21:14:54.743Z | Downloaded block-padding v0.3.3 |
1123 | 2024-11-13T21:14:54.744Z | Downloaded castaway v0.2.3 |
1124 | 2024-11-13T21:14:54.744Z | Downloaded bb8 v0.8.5 |
1125 | 2024-11-13T21:14:54.744Z | Downloaded arrayref v0.3.9 |
1126 | 2024-11-13T21:14:54.744Z | Downloaded assert_matches v1.5.0 |
1127 | 2024-11-13T21:14:54.744Z | Downloaded ring v0.16.20 |
1128 | 2024-11-13T21:14:54.793Z | Downloaded libsqlite3-sys v0.30.1 |
1129 | 2024-11-13T21:14:55.035Z | Downloaded aws-lc-sys v0.22.0 |
1130 | 2024-11-13T21:14:55.334Z | Compiling serde v1.0.215 |
1131 | 2024-11-13T21:14:55.340Z | Compiling lock_api v0.4.12 |
1132 | 2024-11-13T21:14:55.340Z | Compiling scopeguard v1.2.0 |
1133 | 2024-11-13T21:14:55.340Z | Compiling value-bag v1.9.0 |
1134 | 2024-11-13T21:14:55.340Z | Compiling typenum v1.17.0 |
1135 | 2024-11-13T21:14:55.492Z | Compiling generic-array v0.14.7 |
1136 | 2024-11-13T21:14:55.663Z | Compiling syn v2.0.87 |
1137 | 2024-11-13T21:14:55.668Z | Compiling getrandom v0.2.15 |
1138 | 2024-11-13T21:14:55.668Z | Compiling subtle v2.6.1 |
1139 | 2024-11-13T21:14:55.948Z | Compiling rand_core v0.6.4 |
1140 | 2024-11-13T21:14:56.035Z | Compiling log v0.4.22 |
1141 | 2024-11-13T21:14:56.085Z | Compiling shlex v1.3.0 |
1142 | 2024-11-13T21:14:56.130Z | Compiling jobserver v0.1.32 |
1143 | 2024-11-13T21:14:56.158Z | Compiling const-oid v0.9.6 |
1144 | 2024-11-13T21:14:56.450Z | Compiling smallvec v1.13.2 |
1145 | 2024-11-13T21:14:56.523Z | Compiling cc v1.1.30 |
1146 | 2024-11-13T21:14:56.545Z | Compiling spin v0.9.8 |
1147 | 2024-11-13T21:14:56.881Z | Compiling pin-project-lite v0.2.14 |
1148 | 2024-11-13T21:14:56.963Z | Compiling rustix v0.38.37 |
1149 | 2024-11-13T21:14:56.987Z | Compiling parking_lot_core v0.9.10 |
1150 | 2024-11-13T21:14:57.013Z | Compiling futures-core v0.3.31 |
1151 | 2024-11-13T21:14:57.119Z | Compiling signal-hook-registry v1.4.2 |
1152 | 2024-11-13T21:14:57.260Z | Compiling mio v1.0.2 |
1153 | 2024-11-13T21:14:57.920Z | Compiling parking_lot v0.12.3 |
1154 | 2024-11-13T21:14:57.990Z | Compiling aho-corasick v1.1.3 |
1155 | 2024-11-13T21:14:58.240Z | Compiling cpufeatures v0.2.14 |
1156 | 2024-11-13T21:14:58.363Z | Compiling either v1.13.0 |
1157 | 2024-11-13T21:14:58.383Z | Compiling regex-syntax v0.8.5 |
1158 | 2024-11-13T21:14:58.504Z | Compiling lazy_static v1.5.0 |
1159 | 2024-11-13T21:14:58.573Z | Compiling glob v0.3.1 |
1160 | 2024-11-13T21:14:58.625Z | Compiling futures-sink v0.3.31 |
1161 | 2024-11-13T21:14:58.793Z | Compiling stable_deref_trait v1.2.0 |
1162 | 2024-11-13T21:14:58.796Z | Compiling socket2 v0.5.7 |
1163 | 2024-11-13T21:14:58.906Z | Compiling slab v0.4.9 |
1164 | 2024-11-13T21:14:59.011Z | Compiling prettyplease v0.2.25 |
1165 | 2024-11-13T21:14:59.347Z | Compiling minimal-lexical v0.2.1 |
1166 | 2024-11-13T21:14:59.578Z | Compiling clang-sys v1.8.1 |
1167 | 2024-11-13T21:14:59.666Z | Compiling libloading v0.8.5 |
1168 | 2024-11-13T21:14:59.779Z | Compiling nom v7.1.3 |
1169 | 2024-11-13T21:14:59.831Z | Compiling home v0.5.9 |
1170 | 2024-11-13T21:15:00.079Z | Compiling serde_json v1.0.132 |
1171 | 2024-11-13T21:15:00.098Z | Compiling bindgen v0.69.5 |
1172 | 2024-11-13T21:15:00.426Z | Compiling futures-channel v0.3.31 |
1173 | 2024-11-13T21:15:00.879Z | Compiling itertools v0.12.1 |
1174 | 2024-11-13T21:15:00.929Z | Compiling rustc-hash v1.1.0 |
1175 | 2024-11-13T21:15:01.038Z | Compiling pin-utils v0.1.0 |
1176 | 2024-11-13T21:15:01.064Z | Compiling allocator-api2 v0.2.18 |
1177 | 2024-11-13T21:15:01.137Z | Compiling foldhash v0.1.3 |
1178 | 2024-11-13T21:15:01.451Z | Compiling futures-io v0.3.31 |
1179 | 2024-11-13T21:15:01.777Z | Compiling lazycell v1.3.0 |
1180 | 2024-11-13T21:15:01.880Z | Compiling futures-task v0.3.31 |
1181 | 2024-11-13T21:15:01.943Z | Compiling hashbrown v0.15.0 |
1182 | 2024-11-13T21:15:02.180Z | Compiling regex-automata v0.4.8 |
1183 | 2024-11-13T21:15:03.354Z | Compiling synstructure v0.13.1 |
1184 | 2024-11-13T21:15:03.814Z | Compiling cexpr v0.6.0 |
1185 | 2024-11-13T21:15:04.096Z | Compiling cmake v0.1.51 |
1186 | 2024-11-13T21:15:05.062Z | Compiling dunce v1.0.5 |
1187 | 2024-11-13T21:15:05.147Z | Compiling pkg-config v0.3.31 |
1188 | 2024-11-13T21:15:05.198Z | Compiling fs_extra v1.3.0 |
1189 | 2024-11-13T21:15:05.230Z | Compiling libm v0.2.8 |
1190 | 2024-11-13T21:15:05.575Z | Compiling tinyvec_macros v0.1.1 |
1191 | 2024-11-13T21:15:05.669Z | Compiling tinyvec v1.8.0 |
1192 | 2024-11-13T21:15:05.720Z | Compiling num-traits v0.2.19 |
1193 | 2024-11-13T21:15:06.243Z | Compiling ring v0.17.8 |
1194 | 2024-11-13T21:15:06.755Z | Compiling unicode-bidi v0.3.17 |
1195 | 2024-11-13T21:15:06.775Z | Compiling base64ct v1.6.0 |
1196 | 2024-11-13T21:15:07.227Z | Compiling unicode-normalization v0.1.24 |
1197 | 2024-11-13T21:15:07.252Z | Compiling paste v1.0.15 |
1198 | 2024-11-13T21:15:07.358Z | Compiling litemap v0.7.3 |
1199 | 2024-11-13T21:15:07.392Z | Compiling writeable v0.5.5 |
1200 | 2024-11-13T21:15:07.754Z | Compiling regex v1.11.1 |
1201 | 2024-11-13T21:15:08.014Z | Compiling pem-rfc7468 v0.7.0 |
1202 | 2024-11-13T21:15:08.320Z | Compiling httparse v1.9.5 |
1203 | 2024-11-13T21:15:08.731Z | Compiling aws-lc-rs v1.10.0 |
1204 | 2024-11-13T21:15:08.843Z | Compiling flagset v0.4.6 |
1205 | 2024-11-13T21:15:09.099Z | Compiling tracing-core v0.1.32 |
1206 | 2024-11-13T21:15:09.120Z | Compiling crossbeam-utils v0.8.20 |
1207 | 2024-11-13T21:15:09.699Z | Compiling percent-encoding v2.3.1 |
1208 | 2024-11-13T21:15:10.017Z | Compiling icu_locid_transform_data v1.5.0 |
1209 | 2024-11-13T21:15:10.072Z | Compiling rustls-pki-types v1.9.0 |
1210 | 2024-11-13T21:15:10.234Z | Compiling untrusted v0.7.1 |
1211 | 2024-11-13T21:15:10.336Z | Compiling vcpkg v0.2.15 |
1212 | 2024-11-13T21:15:10.402Z | Compiling num-conv v0.1.0 |
1213 | 2024-11-13T21:15:10.424Z | Compiling serde_derive v1.0.215 |
1214 | 2024-11-13T21:15:10.720Z | Compiling zeroize_derive v1.4.2 |
1215 | 2024-11-13T21:15:10.868Z | Compiling zerocopy-derive v0.7.35 |
1216 | 2024-11-13T21:15:11.128Z | Compiling tokio-macros v2.4.0 |
1217 | 2024-11-13T21:15:12.151Z | Compiling zeroize v1.8.1 |
1218 | 2024-11-13T21:15:12.386Z | Compiling zerofrom-derive v0.1.4 |
1219 | 2024-11-13T21:15:12.504Z | Compiling thiserror-impl v1.0.69 |
1220 | 2024-11-13T21:15:12.689Z | Compiling yoke-derive v0.7.4 |
1221 | 2024-11-13T21:15:13.164Z | Compiling zerocopy v0.7.35 |
1222 | 2024-11-13T21:15:13.761Z | Compiling crypto-common v0.1.6 |
1223 | 2024-11-13T21:15:14.003Z | Compiling block-buffer v0.10.4 |
1224 | 2024-11-13T21:15:14.276Z | Compiling digest v0.10.7 |
1225 | 2024-11-13T21:15:14.687Z | Compiling zerovec-derive v0.10.3 |
1226 | 2024-11-13T21:15:14.759Z | Compiling hmac v0.12.1 |
1227 | 2024-11-13T21:15:15.019Z | Compiling futures-macro v0.3.31 |
1228 | 2024-11-13T21:15:15.198Z | Compiling block-padding v0.3.3 |
1229 | 2024-11-13T21:15:15.454Z | Compiling displaydoc v0.2.5 |
1230 | 2024-11-13T21:15:16.088Z | Compiling thiserror v1.0.69 |
1231 | 2024-11-13T21:15:16.096Z | Compiling inout v0.1.3 |
1232 | 2024-11-13T21:15:16.097Z | Compiling sha2 v0.10.8 |
1233 | 2024-11-13T21:15:16.122Z | Compiling cipher v0.4.4 |
1234 | 2024-11-13T21:15:16.439Z | Compiling zerofrom v0.1.4 |
1235 | 2024-11-13T21:15:16.662Z | Compiling yoke v0.7.4 |
1236 | 2024-11-13T21:15:16.677Z | Compiling ppv-lite86 v0.2.20 |
1237 | 2024-11-13T21:15:16.922Z | Compiling futures-util v0.3.31 |
1238 | 2024-11-13T21:15:17.014Z | Compiling der_derive v0.7.3 |
1239 | 2024-11-13T21:15:17.158Z | Compiling icu_provider_macros v1.5.0 |
1240 | 2024-11-13T21:15:17.335Z | Compiling zerovec v0.10.4 |
1241 | 2024-11-13T21:15:17.542Z | Compiling rand_chacha v0.3.1 |
1242 | 2024-11-13T21:15:18.264Z | Compiling tracing-attributes v0.1.27 |
1243 | 2024-11-13T21:15:19.313Z | Compiling tinystr v0.7.6 |
1244 | 2024-11-13T21:15:19.385Z | Compiling icu_collections v1.5.0 |
1245 | 2024-11-13T21:15:19.495Z | Compiling der v0.7.9 |
1246 | 2024-11-13T21:15:19.773Z | Compiling icu_locid v1.5.0 |
1247 | 2024-11-13T21:15:19.779Z | Compiling rand v0.8.5 |
1248 | 2024-11-13T21:15:19.822Z | Compiling salsa20 v0.10.2 |
1249 | 2024-11-13T21:15:20.052Z | Compiling pest v2.7.14 |
1250 | 2024-11-13T21:15:20.962Z | Compiling pbkdf2 v0.12.2 |
1251 | 2024-11-13T21:15:21.139Z | Compiling icu_provider v1.5.0 |
1252 | 2024-11-13T21:15:22.066Z | Compiling icu_locid_transform v1.5.0 |
1253 | 2024-11-13T21:15:22.191Z | Compiling tracing v0.1.40 |
1254 | 2024-11-13T21:15:22.229Z | Compiling spki v0.7.3 |
1255 | 2024-11-13T21:15:22.250Z | Compiling powerfmt v0.2.0 |
1256 | 2024-11-13T21:15:22.601Z | Compiling untrusted v0.9.0 |
1257 | 2024-11-13T21:15:22.634Z | Compiling mirai-annotations v1.12.0 |
1258 | 2024-11-13T21:15:22.737Z | Compiling icu_properties_data v1.5.0 |
1259 | 2024-11-13T21:15:22.791Z | Compiling time-core v0.1.2 |
1260 | 2024-11-13T21:15:22.888Z | Compiling pest_meta v2.7.14 |
1261 | 2024-11-13T21:15:22.969Z | Compiling time-macros v0.2.18 |
1262 | 2024-11-13T21:15:22.990Z | Compiling deranged v0.3.11 |
1263 | 2024-11-13T21:15:23.055Z | Compiling scrypt v0.11.0 |
1264 | 2024-11-13T21:15:23.168Z | Compiling cbc v0.1.2 |
1265 | 2024-11-13T21:15:23.417Z | Compiling icu_properties v1.5.1 |
1266 | 2024-11-13T21:15:23.638Z | Compiling aes v0.8.4 |
1267 | 2024-11-13T21:15:24.589Z | Compiling bitflags v2.6.0 |
1268 | 2024-11-13T21:15:24.871Z | Compiling bytes v1.7.2 |
1269 | 2024-11-13T21:15:26.256Z | Compiling tokio v1.40.0 |
1270 | 2024-11-13T21:15:26.309Z | Compiling indexmap v2.6.0 |
1271 | 2024-11-13T21:15:26.570Z | Compiling http v1.1.0 |
1272 | 2024-11-13T21:15:26.700Z | Compiling semver v1.0.23 |
1273 | 2024-11-13T21:15:27.481Z | Compiling rustc_version v0.4.1 |
1274 | 2024-11-13T21:15:27.730Z | Compiling openssl-sys v0.9.104 |
1275 | 2024-11-13T21:15:28.145Z | Compiling scroll_derive v0.12.0 |
1276 | 2024-11-13T21:15:28.295Z | Compiling utf16_iter v1.0.5 |
1277 | 2024-11-13T21:15:28.365Z | Compiling write16 v1.0.0 |
1278 | 2024-11-13T21:15:28.485Z | Compiling num_threads v0.1.7 |
1279 | 2024-11-13T21:15:28.504Z | Compiling atomic-waker v1.1.2 |
1280 | 2024-11-13T21:15:28.615Z | Compiling icu_normalizer_data v1.5.0 |
1281 | 2024-11-13T21:15:28.699Z | Compiling utf8_iter v1.0.4 |
1282 | 2024-11-13T21:15:28.723Z | Compiling time v0.3.36 |
1283 | 2024-11-13T21:15:28.949Z | Compiling which v4.4.2 |
1284 | 2024-11-13T21:15:29.035Z | Compiling icu_normalizer v1.5.0 |
1285 | 2024-11-13T21:15:29.098Z | Compiling http-body v1.0.1 |
1286 | 2024-11-13T21:15:29.511Z | Compiling pkcs5 v0.7.1 |
1287 | 2024-11-13T21:15:29.551Z | Compiling pest_generator v2.7.14 |
1288 | 2024-11-13T21:15:29.591Z | Compiling scroll v0.12.0 |
1289 | 2024-11-13T21:15:30.158Z | Compiling form_urlencoded v1.2.1 |
1290 | 2024-11-13T21:15:30.441Z | Compiling slog v2.7.0 |
1291 | 2024-11-13T21:15:30.521Z | Compiling try-lock v0.2.5 |
1292 | 2024-11-13T21:15:30.679Z | Compiling want v0.3.1 |
1293 | 2024-11-13T21:15:30.762Z | Compiling goblin v0.8.2 |
1294 | 2024-11-13T21:15:30.975Z | Compiling pkcs8 v0.10.2 |
1295 | 2024-11-13T21:15:31.050Z | Compiling idna_adapter v1.2.0 |
1296 | 2024-11-13T21:15:31.137Z | Compiling httpdate v1.0.3 |
1297 | 2024-11-13T21:15:31.279Z | Compiling idna v1.0.3 |
1298 | 2024-11-13T21:15:31.560Z | Compiling pest_derive v2.7.14 |
1299 | 2024-11-13T21:15:31.671Z | Compiling serde_tokenstream v0.2.2 |
1300 | 2024-11-13T21:15:32.299Z | Compiling uuid v1.10.0 |
1301 | 2024-11-13T21:15:32.372Z | Compiling dtrace-parser v0.2.0 |
1302 | 2024-11-13T21:15:32.419Z | Compiling serde_spanned v0.6.8 |
1303 | 2024-11-13T21:15:32.653Z | Compiling toml_datetime v0.6.8 |
1304 | 2024-11-13T21:15:33.150Z | Compiling tower-service v0.3.3 |
1305 | 2024-11-13T21:15:33.189Z | Compiling foreign-types-shared v0.1.1 |
1306 | 2024-11-13T21:15:33.276Z | Compiling match_cfg v0.1.0 |
1307 | 2024-11-13T21:15:33.318Z | Compiling base64 v0.22.1 |
1308 | 2024-11-13T21:15:33.379Z | Compiling openssl v0.10.68 |
1309 | 2024-11-13T21:15:33.707Z | Compiling iana-time-zone v0.1.61 |
1310 | 2024-11-13T21:15:33.806Z | Compiling adler2 v2.0.0 |
1311 | 2024-11-13T21:15:34.005Z | Compiling rustversion v1.0.17 |
1312 | 2024-11-13T21:15:34.034Z | Compiling miniz_oxide v0.8.0 |
1313 | 2024-11-13T21:15:34.088Z | Compiling chrono v0.4.38 |
1314 | 2024-11-13T21:15:34.192Z | Compiling hostname v0.3.1 |
1315 | 2024-11-13T21:15:34.459Z | Compiling foreign-types v0.3.2 |
1316 | 2024-11-13T21:15:34.557Z | Compiling url v2.5.3 |
1317 | 2024-11-13T21:15:34.711Z | Compiling tokio-util v0.7.12 |
1318 | 2024-11-13T21:15:35.718Z | Compiling h2 v0.4.6 |
1319 | 2024-11-13T21:15:36.035Z | Compiling openssl-macros v0.1.1 |
1320 | 2024-11-13T21:15:36.157Z | Compiling async-trait v0.1.83 |
1321 | 2024-11-13T21:15:36.588Z | Compiling dof v0.3.0 |
1322 | 2024-11-13T21:15:36.791Z | Compiling dirs-sys-next v0.1.2 |
1323 | 2024-11-13T21:15:37.461Z | Compiling usdt-impl v0.5.0 |
1324 | 2024-11-13T21:15:37.865Z | Compiling syn v1.0.109 |
1325 | 2024-11-13T21:15:38.524Z | Compiling rustls v0.23.14 |
1326 | 2024-11-13T21:15:38.794Z | Compiling data-encoding v2.6.0 |
1327 | 2024-11-13T21:15:38.861Z | Compiling siphasher v0.3.11 |
1328 | 2024-11-13T21:15:38.953Z | Compiling rustls v0.22.4 |
1329 | 2024-11-13T21:15:39.063Z | Compiling native-tls v0.2.12 |
1330 | 2024-11-13T21:15:39.256Z | Compiling dirs-next v2.0.0 |
1331 | 2024-11-13T21:15:39.461Z | Compiling http-body-util v0.1.2 |
1332 | 2024-11-13T21:15:40.003Z | Compiling crossbeam-epoch v0.9.18 |
1333 | 2024-11-13T21:15:40.798Z | Compiling heapless v0.7.17 |
1334 | 2024-11-13T21:15:40.825Z | Compiling sha1 v0.10.6 |
1335 | 2024-11-13T21:15:41.255Z | Compiling signature v2.2.0 |
1336 | 2024-11-13T21:15:41.275Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1337 | 2024-11-13T21:15:41.297Z | Compiling serde_derive_internals v0.29.1 |
1338 | 2024-11-13T21:15:41.320Z | Compiling thread_local v1.1.8 |
1339 | 2024-11-13T21:15:41.550Z | Compiling encoding_rs v0.8.34 |
1340 | 2024-11-13T21:15:41.777Z | Compiling multer v3.1.0 |
1341 | 2024-11-13T21:15:41.867Z | Compiling cookie v0.18.1 |
1342 | 2024-11-13T21:15:41.988Z | Compiling slog-async v2.8.0 |
1343 | 2024-11-13T21:15:42.049Z | Compiling unicode-properties v0.1.3 |
1344 | 2024-11-13T21:15:42.153Z | Compiling schemars v0.8.21 |
1345 | 2024-11-13T21:15:42.449Z | Compiling gimli v0.31.1 |
1346 | 2024-11-13T21:15:42.481Z | Compiling openssl-probe v0.1.5 |
1347 | 2024-11-13T21:15:42.518Z | Compiling rayon-core v1.12.1 |
1348 | 2024-11-13T21:15:42.778Z | Compiling hyper v1.4.1 |
1349 | 2024-11-13T21:15:42.835Z | Compiling signal-hook v0.3.17 |
1350 | 2024-11-13T21:15:43.109Z | Compiling mime v0.3.17 |
1351 | 2024-11-13T21:15:43.736Z | Compiling ipnet v2.10.1 |
1352 | 2024-11-13T21:15:44.162Z | Compiling schemars_derive v0.8.21 |
1353 | 2024-11-13T21:15:45.071Z | Compiling toml_edit v0.22.22 |
1354 | 2024-11-13T21:15:45.940Z | Compiling hyper-util v0.1.10 |
1355 | 2024-11-13T21:15:47.053Z | Compiling addr2line v0.24.2 |
1356 | 2024-11-13T21:15:47.230Z | Compiling stringprep v0.1.5 |
1357 | 2024-11-13T21:15:47.734Z | Compiling usdt-attr-macro v0.5.0 |
1358 | 2024-11-13T21:15:47.737Z | Compiling usdt-macro v0.5.0 |
1359 | 2024-11-13T21:15:48.230Z | Compiling crossbeam-deque v0.8.5 |
1360 | 2024-11-13T21:15:48.442Z | Compiling term v0.7.0 |
1361 | 2024-11-13T21:15:49.020Z | Compiling slog-json v2.6.1 |
1362 | 2024-11-13T21:15:49.198Z | Compiling serde_urlencoded v0.7.1 |
1363 | 2024-11-13T21:15:49.348Z | Compiling crossbeam-channel v0.5.13 |
1364 | 2024-11-13T21:15:49.371Z | Compiling curve25519-dalek v4.1.3 |
1365 | 2024-11-13T21:15:49.392Z | Compiling enum-as-inner v0.6.1 |
1366 | 2024-11-13T21:15:49.696Z | Compiling futures-executor v0.3.31 |
1367 | 2024-11-13T21:15:49.984Z | Compiling md-5 v0.10.6 |
1368 | 2024-11-13T21:15:49.986Z | Compiling rustls-pemfile v2.2.0 |
1369 | 2024-11-13T21:15:50.263Z | Compiling async-stream-impl v0.3.6 |
1370 | 2024-11-13T21:15:50.277Z | Compiling num-integer v0.1.46 |
1371 | 2024-11-13T21:15:50.344Z | Compiling idna v0.3.0 |
1372 | 2024-11-13T21:15:50.444Z | Compiling idna v0.4.0 |
1373 | 2024-11-13T21:15:50.528Z | Compiling hash32 v0.2.1 |
1374 | 2024-11-13T21:15:50.938Z | Compiling ff v0.13.0 |
1375 | 2024-11-13T21:15:51.073Z | Compiling is-terminal v0.4.13 |
1376 | 2024-11-13T21:15:51.182Z | Compiling dropshot v0.12.0 |
1377 | 2024-11-13T21:15:51.201Z | Compiling object v0.36.5 |
1378 | 2024-11-13T21:15:51.468Z | Compiling psl-types v2.0.11 |
1379 | 2024-11-13T21:15:51.676Z | Compiling quick-error v1.2.3 |
1380 | 2024-11-13T21:15:51.716Z | Compiling rustc-demangle v0.1.24 |
1381 | 2024-11-13T21:15:51.827Z | Compiling take_mut v0.2.2 |
1382 | 2024-11-13T21:15:51.990Z | Compiling dyn-clone v1.0.17 |
1383 | 2024-11-13T21:15:52.149Z | Compiling smoltcp v0.9.1 |
1384 | 2024-11-13T21:15:52.180Z | Compiling portable-atomic v1.9.0 |
1385 | 2024-11-13T21:15:52.205Z | Compiling fallible-iterator v0.2.0 |
1386 | 2024-11-13T21:15:52.738Z | Compiling base16ct v0.2.0 |
1387 | 2024-11-13T21:15:52.886Z | Compiling anyhow v1.0.93 |
1388 | 2024-11-13T21:15:52.944Z | Compiling linked-hash-map v0.5.6 |
1389 | 2024-11-13T21:15:53.073Z | Compiling num-bigint-dig v0.8.4 |
1390 | 2024-11-13T21:15:53.224Z | Compiling utf-8 v0.7.6 |
1391 | 2024-11-13T21:15:53.310Z | Compiling lru-cache v0.1.2 |
1392 | 2024-11-13T21:15:53.447Z | Compiling sec1 v0.7.3 |
1393 | 2024-11-13T21:15:53.509Z | Compiling tungstenite v0.24.0 |
1394 | 2024-11-13T21:15:53.530Z | Compiling postgres-protocol v0.6.7 |
1395 | 2024-11-13T21:15:54.018Z | Compiling resolv-conf v0.7.0 |
1396 | 2024-11-13T21:15:54.780Z | Compiling async-stream v0.3.6 |
1397 | 2024-11-13T21:15:54.817Z | Compiling publicsuffix v2.2.3 |
1398 | 2024-11-13T21:15:55.108Z | Compiling hickory-proto v0.24.1 |
1399 | 2024-11-13T21:15:55.149Z | Compiling usdt v0.5.0 |
1400 | 2024-11-13T21:15:55.169Z | Compiling slog-term v2.9.1 |
1401 | 2024-11-13T21:15:55.689Z | Compiling group v0.13.0 |
1402 | 2024-11-13T21:15:56.006Z | Compiling num-iter v0.1.45 |
1403 | 2024-11-13T21:15:56.323Z | Compiling futures v0.3.31 |
1404 | 2024-11-13T21:15:56.454Z | Compiling slog-bunyan v2.5.0 |
1405 | 2024-11-13T21:15:56.671Z | Compiling toml v0.8.19 |
1406 | 2024-11-13T21:15:58.210Z | Compiling camino v1.1.9 |
1407 | 2024-11-13T21:15:58.403Z | Compiling tokio-native-tls v0.3.1 |
1408 | 2024-11-13T21:15:58.665Z | Compiling backtrace v0.3.74 |
1409 | 2024-11-13T21:15:58.684Z | Compiling phf_shared v0.11.2 |
1410 | 2024-11-13T21:15:59.077Z | Compiling dropshot_endpoint v0.12.0 |
1411 | 2024-11-13T21:15:59.196Z | Compiling terminal_size v0.4.0 |
1412 | 2024-11-13T21:15:59.334Z | Compiling waitgroup v0.1.2 |
1413 | 2024-11-13T21:15:59.425Z | Compiling openapiv3 v2.0.0 |
1414 | 2024-11-13T21:15:59.446Z | Compiling serde_path_to_error v0.1.16 |
1415 | 2024-11-13T21:15:59.555Z | Compiling hkdf v0.12.4 |
1416 | 2024-11-13T21:15:59.827Z | Compiling crypto-bigint v0.5.5 |
1417 | 2024-11-13T21:16:00.257Z | Compiling webpki-roots v0.26.6 |
1418 | 2024-11-13T21:16:00.491Z | Compiling curve25519-dalek-derive v0.1.1 |
1419 | 2024-11-13T21:16:02.115Z | Compiling zerocopy-derive v0.6.6 |
1420 | 2024-11-13T21:16:02.467Z | Compiling idna v0.5.0 |
1421 | 2024-11-13T21:16:03.003Z | Compiling hubpack_derive v0.1.1 |
1422 | 2024-11-13T21:16:03.833Z | Compiling hostname v0.4.0 |
1423 | 2024-11-13T21:16:03.871Z | Compiling ahash v0.8.11 |
1424 | 2024-11-13T21:16:04.013Z | Compiling fs-err v2.11.0 |
1425 | 2024-11-13T21:16:04.101Z | Compiling crc32fast v1.4.2 |
1426 | 2024-11-13T21:16:04.152Z | Compiling managed v0.8.0 |
1427 | 2024-11-13T21:16:04.214Z | Compiling winnow v0.5.40 |
1428 | 2024-11-13T21:16:04.319Z | Compiling debug-ignore v1.0.5 |
1429 | 2024-11-13T21:16:04.403Z | Compiling bitflags v1.3.2 |
1430 | 2024-11-13T21:16:04.443Z | Compiling clap_builder v4.5.20 |
1431 | 2024-11-13T21:16:04.475Z | Compiling console v0.15.8 |
1432 | 2024-11-13T21:16:04.583Z | Compiling zerocopy v0.6.6 |
1433 | 2024-11-13T21:16:05.479Z | Compiling flate2 v1.0.34 |
1434 | 2024-11-13T21:16:05.879Z | Compiling strum_macros v0.25.3 |
1435 | 2024-11-13T21:16:06.242Z | Compiling hubpack v0.1.2 |
1436 | 2024-11-13T21:16:06.263Z | Compiling cookie_store v0.21.0 |
1437 | 2024-11-13T21:16:06.488Z | Compiling elliptic-curve v0.13.8 |
1438 | 2024-11-13T21:16:06.742Z | Compiling hickory-resolver v0.24.1 |
1439 | 2024-11-13T21:16:07.997Z | Compiling toml_edit v0.19.15 |
1440 | 2024-11-13T21:16:08.379Z | Compiling phf v0.11.2 |
1441 | 2024-11-13T21:16:08.624Z | Compiling signal-hook-mio v0.2.4 |
1442 | 2024-11-13T21:16:08.625Z | Compiling hyper-tls v0.6.0 |
1443 | 2024-11-13T21:16:08.949Z | Compiling rayon v1.10.0 |
1444 | 2024-11-13T21:16:09.116Z | Compiling bzip2 v0.4.4 |
1445 | 2024-11-13T21:16:10.110Z | Compiling tokio-tungstenite v0.24.0 |
1446 | 2024-11-13T21:16:10.759Z | Compiling postgres-types v0.2.8 |
1447 | 2024-11-13T21:16:13.402Z | Compiling ed25519 v2.2.3 |
1448 | 2024-11-13T21:16:13.606Z | Compiling phf_shared v0.10.0 |
1449 | 2024-11-13T21:16:13.800Z | Compiling tokio-stream v0.1.16 |
1450 | 2024-11-13T21:16:14.026Z | Compiling pkcs1 v0.7.5 |
1451 | 2024-11-13T21:16:14.101Z | Compiling serde-big-array v0.5.1 |
1452 | 2024-11-13T21:16:14.346Z | Compiling clap_derive v4.5.18 |
1453 | 2024-11-13T21:16:14.926Z | Compiling rfc6979 v0.4.0 |
1454 | 2024-11-13T21:16:15.067Z | Compiling derive-where v1.2.7 |
1455 | 2024-11-13T21:16:15.093Z | Compiling serde_repr v0.1.19 |
1456 | 2024-11-13T21:16:15.121Z | Compiling float-cmp v0.9.0 |
1457 | 2024-11-13T21:16:15.299Z | Compiling bstr v1.10.0 |
1458 | 2024-11-13T21:16:15.353Z | Compiling sync_wrapper v1.0.1 |
1459 | 2024-11-13T21:16:15.531Z | Compiling normalize-line-endings v0.3.0 |
1460 | 2024-11-13T21:16:15.668Z | Compiling whoami v1.5.2 |
1461 | 2024-11-13T21:16:16.255Z | Compiling unicode-segmentation v1.12.0 |
1462 | 2024-11-13T21:16:16.307Z | Compiling bit-vec v0.6.3 |
1463 | 2024-11-13T21:16:16.331Z | Compiling static_assertions v1.1.0 |
1464 | 2024-11-13T21:16:16.443Z | Compiling predicates-core v1.0.8 |
1465 | 2024-11-13T21:16:16.797Z | Compiling precomputed-hash v0.1.1 |
1466 | 2024-11-13T21:16:16.839Z | Compiling difflib v0.4.0 |
1467 | 2024-11-13T21:16:16.925Z | Compiling fixedbitset v0.4.2 |
1468 | 2024-11-13T21:16:17.163Z | Compiling number_prefix v0.4.0 |
1469 | 2024-11-13T21:16:17.188Z | Compiling new_debug_unreachable v1.0.6 |
1470 | 2024-11-13T21:16:17.288Z | Compiling string_cache v0.8.7 |
1471 | 2024-11-13T21:16:17.388Z | Compiling indicatif v0.17.8 |
1472 | 2024-11-13T21:16:17.409Z | Compiling predicates v3.1.2 |
1473 | 2024-11-13T21:16:17.768Z | Compiling petgraph v0.6.5 |
1474 | 2024-11-13T21:16:18.526Z | Compiling similar v2.6.0 |
1475 | 2024-11-13T21:16:18.738Z | Compiling bit-set v0.5.3 |
1476 | 2024-11-13T21:16:19.039Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1477 | 2024-11-13T21:16:19.228Z | Compiling tokio-postgres v0.7.12 |
1478 | 2024-11-13T21:16:19.414Z | Compiling clap v4.5.20 |
1479 | 2024-11-13T21:16:19.547Z | Compiling ecdsa v0.16.9 |
1480 | 2024-11-13T21:16:19.666Z | Compiling rsa v0.9.6 |
1481 | 2024-11-13T21:16:20.497Z | Compiling ed25519-dalek v2.1.1 |
1482 | 2024-11-13T21:16:21.036Z | Compiling toml v0.7.8 |
1483 | 2024-11-13T21:16:21.846Z | Compiling zip v0.6.6 |
1484 | 2024-11-13T21:16:21.969Z | Compiling crossterm v0.28.1 |
1485 | 2024-11-13T21:16:23.498Z | Compiling hex v0.4.3 |
1486 | 2024-11-13T21:16:24.072Z | Compiling x509-cert v0.2.5 |
1487 | 2024-11-13T21:16:24.127Z | Compiling itertools v0.10.5 |
1488 | 2024-11-13T21:16:24.213Z | Compiling unicode-xid v0.2.6 |
1489 | 2024-11-13T21:16:24.408Z | Compiling peg-runtime v0.8.3 |
1490 | 2024-11-13T21:16:25.062Z | Compiling lalrpop-util v0.19.12 |
1491 | 2024-11-13T21:16:25.089Z | Compiling strum_macros v0.26.4 |
1492 | 2024-11-13T21:16:25.432Z | Compiling xattr v1.3.1 |
1493 | 2024-11-13T21:16:25.720Z | Compiling filetime v0.2.25 |
1494 | 2024-11-13T21:16:26.049Z | Compiling tar v0.4.43 |
1495 | 2024-11-13T21:16:30.290Z | Compiling strum v0.26.3 |
1496 | 2024-11-13T21:16:32.742Z | Compiling aws-lc-sys v0.22.0 |
1497 | 2024-11-13T21:17:05.545Z | Compiling rustls-webpki v0.102.8 |
1498 | 2024-11-13T21:17:09.009Z | Compiling tokio-rustls v0.25.0 |
1499 | 2024-11-13T21:17:10.663Z | Compiling tokio-rustls v0.26.0 |
1500 | 2024-11-13T21:17:11.012Z | Compiling hyper-rustls v0.27.3 |
1501 | 2024-11-13T21:17:11.385Z | Compiling reqwest v0.12.9 |
1502 | 2024-11-13T21:17:12.849Z | Compiling qorb v0.2.0 |
1503 | 2024-11-13T21:17:17.639Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1504 | 2024-11-13T21:17:17.880Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1505 | 2024-11-13T21:17:24.026Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 32s |
1506 | 2024-11-13T21:17:24.184Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1507 | 2024-11-13T21:17:24.241Z | Nov 13 21:17:22.896 INFO Starting download, target: Clickhouse |
1508 | 2024-11-13T21:17:24.241Z | Nov 13 21:17:22.896 INFO Starting download, target: Cockroach |
1509 | 2024-11-13T21:17:24.243Z | Nov 13 21:17:22.896 INFO Starting download, target: Console |
1510 | 2024-11-13T21:17:24.243Z | Nov 13 21:17:22.896 INFO Starting download, target: DendriteOpenapi |
1511 | 2024-11-13T21:17:24.243Z | Nov 13 21:17:22.896 INFO Starting download, target: DendriteStub |
1512 | 2024-11-13T21:17:24.244Z | Nov 13 21:17:22.896 INFO Starting download, target: MaghemiteMgd |
1513 | 2024-11-13T21:17:24.244Z | Nov 13 21:17:22.896 INFO Starting download, target: TransceiverControl |
1514 | 2024-11-13T21:17:24.244Z | Nov 13 21:17:22.897 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1515 | 2024-11-13T21:17:24.244Z | Nov 13 21:17:22.897 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1516 | 2024-11-13T21:17:24.244Z | Nov 13 21:17:22.897 INFO Downloading out/downloads/dpd-5b1d590426971e481d927d3978e918ec25f3ad21.json (attempt 1/3), target: DendriteOpenapi |
1517 | 2024-11-13T21:17:24.244Z | Nov 13 21:17:22.897 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1518 | 2024-11-13T21:17:24.244Z | Nov 13 21:17:22.897 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1519 | 2024-11-13T21:17:24.244Z | Nov 13 21:17:22.897 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1520 | 2024-11-13T21:17:24.244Z | Nov 13 21:17:22.898 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1521 | 2024-11-13T21:17:24.456Z | Nov 13 21:17:23.110 INFO Download complete, target: DendriteOpenapi |
1522 | 2024-11-13T21:17:24.652Z | Nov 13 21:17:23.283 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1523 | 2024-11-13T21:17:24.884Z | Nov 13 21:17:23.539 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1524 | 2024-11-13T21:17:25.221Z | Nov 13 21:17:23.875 INFO Download complete, target: Console |
1525 | 2024-11-13T21:17:25.307Z | Nov 13 21:17:23.953 INFO Download complete, target: TransceiverControl |
1526 | 2024-11-13T21:17:25.450Z | Nov 13 21:17:24.104 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1527 | 2024-11-13T21:17:25.456Z | Nov 13 21:17:24.107 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1528 | 2024-11-13T21:17:26.093Z | Nov 13 21:17:24.749 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1529 | 2024-11-13T21:17:26.093Z | Nov 13 21:17:24.749 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1530 | 2024-11-13T21:17:26.274Z | Nov 13 21:17:24.930 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1531 | 2024-11-13T21:17:28.175Z | Nov 13 21:17:26.831 INFO Download complete, target: DendriteStub |
1532 | 2024-11-13T21:17:28.459Z | Nov 13 21:17:27.115 INFO Download complete, target: MaghemiteMgd |
1533 | 2024-11-13T21:17:33.376Z | Nov 13 21:17:32.032 INFO Checking that binary works, target: Cockroach |
1534 | 2024-11-13T21:17:33.540Z | Nov 13 21:17:32.196 INFO Download complete, target: Cockroach |
1535 | 2024-11-13T21:17:38.503Z | Nov 13 21:17:37.145 INFO Checking that binary works, target: Clickhouse |
1536 | 2024-11-13T21:17:39.105Z | Nov 13 21:17:37.761 INFO Download complete, target: Clickhouse |
1537 | 2024-11-13T21:17:39.112Z | All prerequisites installed successfully |
1538 | 2024-11-13T21:17:39.115Z | |
1539 | 2024-11-13T21:17:39.115Z | real 5:29.826771451 |
1540 | 2024-11-13T21:17:39.115Z | user 16:36.657931239 |
1541 | 2024-11-13T21:17:39.115Z | sys 3:14.691738372 |
1542 | 2024-11-13T21:17:39.115Z | trap 0.580755809 |
1543 | 2024-11-13T21:17:39.115Z | tflt 6.442762214 |
1544 | 2024-11-13T21:17:39.115Z | dflt 5.463387620 |
1545 | 2024-11-13T21:17:39.115Z | kflt 0.323002319 |
1546 | 2024-11-13T21:17:39.115Z | lock 30:45.612411961 |
1547 | 2024-11-13T21:17:39.116Z | slp 1:03:54.724169003 |
1548 | 2024-11-13T21:17:39.116Z | lat 54.353411751 |
1549 | 2024-11-13T21:17:39.116Z | stop 2:14.194963298 |
1550 | 2024-11-13T21:17:39.116Z | + ptime -m cargo xtask download softnpu |
1551 | 2024-11-13T21:17:39.650Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1552 | 2024-11-13T21:17:39.668Z | Running `target/debug/xtask download softnpu` |
1553 | 2024-11-13T21:17:40.499Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
1554 | 2024-11-13T21:17:40.556Z | Running `target/debug/xtask-downloader softnpu` |
1555 | 2024-11-13T21:17:40.596Z | Nov 13 21:17:39.250 INFO Starting download, target: Softnpu |
1556 | 2024-11-13T21:17:40.599Z | Nov 13 21:17:39.250 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1557 | 2024-11-13T21:17:41.139Z | Nov 13 21:17:39.796 INFO Download complete, target: Softnpu |
1558 | 2024-11-13T21:17:41.144Z | |
1559 | 2024-11-13T21:17:41.151Z | real 2.024047234 |
1560 | 2024-11-13T21:17:41.151Z | user 1.286428668 |
1561 | 2024-11-13T21:17:41.151Z | sys 0.545488124 |
1562 | 2024-11-13T21:17:41.151Z | trap 0.000751814 |
1563 | 2024-11-13T21:17:41.151Z | tflt 0.000013921 |
1564 | 2024-11-13T21:17:41.151Z | dflt 0.000000000 |
1565 | 2024-11-13T21:17:41.151Z | kflt 0.000000000 |
1566 | 2024-11-13T21:17:41.151Z | lock 5.589088777 |
1567 | 2024-11-13T21:17:41.151Z | slp 0.359815367 |
1568 | 2024-11-13T21:17:41.151Z | lat 0.066841082 |
1569 | 2024-11-13T21:17:41.151Z | stop 0.000169558 |
1570 | 2024-11-13T21:17:41.151Z | + export CARGO_INCREMENTAL=0 |
1571 | 2024-11-13T21:17:41.151Z | + CARGO_INCREMENTAL=0 |
1572 | 2024-11-13T21:17:41.151Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1573 | 2024-11-13T21:17:42.108Z | Compiling proc-macro2 v1.0.89 |
1574 | 2024-11-13T21:17:42.108Z | Compiling unicode-ident v1.0.13 |
1575 | 2024-11-13T21:17:42.108Z | Compiling libc v0.2.162 |
1576 | 2024-11-13T21:17:42.108Z | Compiling serde v1.0.215 |
1577 | 2024-11-13T21:17:42.118Z | Compiling autocfg v1.4.0 |
1578 | 2024-11-13T21:17:42.118Z | Compiling version_check v0.9.5 |
1579 | 2024-11-13T21:17:42.118Z | Compiling cfg-if v1.0.0 |
1580 | 2024-11-13T21:17:42.335Z | Compiling memchr v2.7.4 |
1581 | 2024-11-13T21:17:42.349Z | Compiling typenum v1.17.0 |
1582 | 2024-11-13T21:17:42.477Z | Compiling shlex v1.3.0 |
1583 | 2024-11-13T21:17:42.886Z | Compiling value-bag v1.9.0 |
1584 | 2024-11-13T21:17:42.927Z | Compiling generic-array v0.14.7 |
1585 | 2024-11-13T21:17:43.146Z | Compiling lock_api v0.4.12 |
1586 | 2024-11-13T21:17:43.225Z | Compiling scopeguard v1.2.0 |
1587 | 2024-11-13T21:17:43.386Z | Compiling log v0.4.22 |
1588 | 2024-11-13T21:17:43.427Z | Compiling parking_lot_core v0.9.10 |
1589 | 2024-11-13T21:17:43.783Z | Compiling serde_json v1.0.132 |
1590 | 2024-11-13T21:17:43.801Z | Compiling once_cell v1.20.2 |
1591 | 2024-11-13T21:17:44.076Z | Compiling quote v1.0.37 |
1592 | 2024-11-13T21:17:44.080Z | Compiling rustix v0.38.37 |
1593 | 2024-11-13T21:17:44.195Z | Compiling thiserror v1.0.69 |
1594 | 2024-11-13T21:17:44.213Z | Compiling libm v0.2.8 |
1595 | 2024-11-13T21:17:44.478Z | Compiling syn v2.0.87 |
1596 | 2024-11-13T21:17:44.526Z | Compiling jobserver v0.1.32 |
1597 | 2024-11-13T21:17:44.622Z | Compiling getrandom v0.2.15 |
1598 | 2024-11-13T21:17:44.724Z | Compiling num-traits v0.2.19 |
1599 | 2024-11-13T21:17:44.737Z | Compiling itoa v1.0.11 |
1600 | 2024-11-13T21:17:44.937Z | Compiling cc v1.1.30 |
1601 | 2024-11-13T21:17:44.953Z | Compiling spin v0.9.8 |
1602 | 2024-11-13T21:17:44.969Z | Compiling aho-corasick v1.1.3 |
1603 | 2024-11-13T21:17:45.017Z | Compiling regex-syntax v0.8.5 |
1604 | 2024-11-13T21:17:45.181Z | Compiling slab v0.4.9 |
1605 | 2024-11-13T21:17:45.571Z | Compiling byteorder v1.5.0 |
1606 | 2024-11-13T21:17:45.624Z | Compiling rand_core v0.6.4 |
1607 | 2024-11-13T21:17:45.966Z | Compiling errno v0.3.9 |
1608 | 2024-11-13T21:17:46.041Z | Compiling either v1.13.0 |
1609 | 2024-11-13T21:17:46.110Z | Compiling lazy_static v1.5.0 |
1610 | 2024-11-13T21:17:46.366Z | Compiling glob v0.3.1 |
1611 | 2024-11-13T21:17:46.880Z | Compiling prettyplease v0.2.25 |
1612 | 2024-11-13T21:17:47.171Z | Compiling clang-sys v1.8.1 |
1613 | 2024-11-13T21:17:47.726Z | Compiling allocator-api2 v0.2.18 |
1614 | 2024-11-13T21:17:47.751Z | Compiling minimal-lexical v0.2.1 |
1615 | 2024-11-13T21:17:47.827Z | Compiling subtle v2.6.1 |
1616 | 2024-11-13T21:17:47.875Z | Compiling libloading v0.8.5 |
1617 | 2024-11-13T21:17:48.113Z | Compiling bindgen v0.69.5 |
1618 | 2024-11-13T21:17:48.243Z | Compiling nom v7.1.3 |
1619 | 2024-11-13T21:17:48.263Z | Compiling home v0.5.9 |
1620 | 2024-11-13T21:17:48.523Z | Compiling regex-automata v0.4.8 |
1621 | 2024-11-13T21:17:48.569Z | Compiling itertools v0.12.1 |
1622 | 2024-11-13T21:17:48.620Z | Compiling rustc-hash v1.1.0 |
1623 | 2024-11-13T21:17:48.779Z | Compiling smallvec v1.13.2 |
1624 | 2024-11-13T21:17:49.274Z | Compiling lazycell v1.3.0 |
1625 | 2024-11-13T21:17:49.389Z | Compiling cmake v0.1.51 |
1626 | 2024-11-13T21:17:49.650Z | Compiling dunce v1.0.5 |
1627 | 2024-11-13T21:17:49.789Z | Compiling semver v1.0.23 |
1628 | 2024-11-13T21:17:50.248Z | Compiling fs_extra v1.3.0 |
1629 | 2024-11-13T21:17:50.865Z | Compiling pkg-config v0.3.31 |
1630 | 2024-11-13T21:17:51.647Z | Compiling cexpr v0.6.0 |
1631 | 2024-11-13T21:17:51.771Z | Compiling ring v0.17.8 |
1632 | 2024-11-13T21:17:51.835Z | Compiling const-oid v0.9.6 |
1633 | 2024-11-13T21:17:51.883Z | Compiling pin-project-lite v0.2.14 |
1634 | 2024-11-13T21:17:52.015Z | Compiling ryu v1.0.18 |
1635 | 2024-11-13T21:17:52.316Z | Compiling synstructure v0.13.1 |
1636 | 2024-11-13T21:17:52.818Z | Compiling equivalent v1.0.1 |
1637 | 2024-11-13T21:17:52.943Z | Compiling paste v1.0.15 |
1638 | 2024-11-13T21:17:53.218Z | Compiling foldhash v0.1.3 |
1639 | 2024-11-13T21:17:53.468Z | Compiling hashbrown v0.15.0 |
1640 | 2024-11-13T21:17:53.547Z | Compiling httparse v1.9.5 |
1641 | 2024-11-13T21:17:53.699Z | Compiling aws-lc-rs v1.10.0 |
1642 | 2024-11-13T21:17:54.123Z | Compiling regex v1.11.1 |
1643 | 2024-11-13T21:17:54.296Z | Compiling schemars v0.8.21 |
1644 | 2024-11-13T21:17:54.807Z | Compiling serde_derive_internals v0.29.1 |
1645 | 2024-11-13T21:17:55.123Z | Compiling signal-hook-registry v1.4.2 |
1646 | 2024-11-13T21:17:55.226Z | Compiling heck v0.5.0 |
1647 | 2024-11-13T21:17:55.435Z | Compiling parking_lot v0.12.3 |
1648 | 2024-11-13T21:17:55.555Z | Compiling mio v1.0.2 |
1649 | 2024-11-13T21:17:56.604Z | Compiling stable_deref_trait v1.2.0 |
1650 | 2024-11-13T21:17:57.229Z | Compiling crossbeam-utils v0.8.20 |
1651 | 2024-11-13T21:17:57.326Z | Compiling socket2 v0.5.7 |
1652 | 2024-11-13T21:17:57.516Z | Compiling vcpkg v0.2.15 |
1653 | 2024-11-13T21:17:57.804Z | Compiling serde_derive v1.0.215 |
1654 | 2024-11-13T21:17:58.011Z | Compiling zeroize_derive v1.4.2 |
1655 | 2024-11-13T21:17:58.712Z | Compiling zerocopy-derive v0.7.35 |
1656 | 2024-11-13T21:17:58.927Z | Compiling thiserror-impl v1.0.69 |
1657 | 2024-11-13T21:17:59.235Z | Compiling tokio-macros v2.4.0 |
1658 | 2024-11-13T21:17:59.257Z | Compiling zerofrom-derive v0.1.4 |
1659 | 2024-11-13T21:17:59.461Z | Compiling yoke-derive v0.7.4 |
1660 | 2024-11-13T21:17:59.487Z | Compiling zeroize v1.8.1 |
1661 | 2024-11-13T21:18:00.318Z | Compiling futures-macro v0.3.31 |
1662 | 2024-11-13T21:18:00.679Z | Compiling zerovec-derive v0.10.3 |
1663 | 2024-11-13T21:18:00.696Z | Compiling zerocopy v0.7.35 |
1664 | 2024-11-13T21:18:01.457Z | Compiling displaydoc v0.2.5 |
1665 | 2024-11-13T21:18:01.741Z | Compiling crypto-common v0.1.6 |
1666 | 2024-11-13T21:18:02.169Z | Compiling icu_provider_macros v1.5.0 |
1667 | 2024-11-13T21:18:02.272Z | Compiling tracing-attributes v0.1.27 |
1668 | 2024-11-13T21:18:02.322Z | Compiling block-buffer v0.10.4 |
1669 | 2024-11-13T21:18:02.612Z | Compiling digest v0.10.7 |
1670 | 2024-11-13T21:18:02.937Z | Compiling schemars_derive v0.8.21 |
1671 | 2024-11-13T21:18:03.046Z | Compiling der_derive v0.7.3 |
1672 | 2024-11-13T21:18:03.120Z | Compiling futures-core v0.3.31 |
1673 | 2024-11-13T21:18:03.210Z | Compiling num-conv v0.1.0 |
1674 | 2024-11-13T21:18:03.500Z | Compiling time-core v0.1.2 |
1675 | 2024-11-13T21:18:03.612Z | Compiling fnv v1.0.7 |
1676 | 2024-11-13T21:18:03.680Z | Compiling time-macros v0.2.18 |
1677 | 2024-11-13T21:18:03.739Z | Compiling openssl-sys v0.9.104 |
1678 | 2024-11-13T21:18:05.890Z | Compiling cpufeatures v0.2.14 |
1679 | 2024-11-13T21:18:06.053Z | Compiling futures-sink v0.3.31 |
1680 | 2024-11-13T21:18:06.215Z | Compiling ahash v0.8.11 |
1681 | 2024-11-13T21:18:06.547Z | Compiling syn v1.0.109 |
1682 | 2024-11-13T21:18:06.580Z | Compiling slog v2.7.0 |
1683 | 2024-11-13T21:18:06.851Z | Compiling zerofrom v0.1.4 |
1684 | 2024-11-13T21:18:07.014Z | Compiling futures-channel v0.3.31 |
1685 | 2024-11-13T21:18:07.077Z | Compiling yoke v0.7.4 |
1686 | 2024-11-13T21:18:07.150Z | Compiling hmac v0.12.1 |
1687 | 2024-11-13T21:18:07.386Z | Compiling scroll_derive v0.12.0 |
1688 | 2024-11-13T21:18:07.404Z | Compiling openssl v0.10.68 |
1689 | 2024-11-13T21:18:07.439Z | Compiling iana-time-zone v0.1.61 |
1690 | 2024-11-13T21:18:07.655Z | Compiling pin-utils v0.1.0 |
1691 | 2024-11-13T21:18:07.748Z | Compiling futures-io v0.3.31 |
1692 | 2024-11-13T21:18:07.839Z | Compiling ucd-trie v0.1.7 |
1693 | 2024-11-13T21:18:08.012Z | Compiling futures-task v0.3.31 |
1694 | 2024-11-13T21:18:08.163Z | Compiling pest v2.7.14 |
1695 | 2024-11-13T21:18:08.311Z | Compiling futures-util v0.3.31 |
1696 | 2024-11-13T21:18:08.702Z | Compiling zerovec v0.10.4 |
1697 | 2024-11-13T21:18:09.263Z | Compiling block-padding v0.3.3 |
1698 | 2024-11-13T21:18:09.737Z | Compiling tinyvec_macros v0.1.1 |
1699 | 2024-11-13T21:18:10.299Z | Compiling tinyvec v1.8.0 |
1700 | 2024-11-13T21:18:10.787Z | Compiling pest_meta v2.7.14 |
1701 | 2024-11-13T21:18:11.087Z | Compiling bitflags v2.6.0 |
1702 | 2024-11-13T21:18:11.297Z | Compiling bytes v1.7.2 |
1703 | 2024-11-13T21:18:11.933Z | Compiling indexmap v2.6.0 |
1704 | 2024-11-13T21:18:14.002Z | Compiling tokio v1.40.0 |
1705 | 2024-11-13T21:18:14.775Z | Compiling http v1.1.0 |
1706 | 2024-11-13T21:18:15.499Z | Compiling serde_tokenstream v0.2.2 |
1707 | 2024-11-13T21:18:16.076Z | Compiling which v4.4.2 |
1708 | 2024-11-13T21:18:16.968Z | Compiling rustc_version v0.4.1 |
1709 | 2024-11-13T21:18:17.039Z | Compiling uuid v1.10.0 |
1710 | 2024-11-13T21:18:17.592Z | Compiling chrono v0.4.38 |
1711 | 2024-11-13T21:18:18.549Z | Compiling serde_spanned v0.6.8 |
1712 | 2024-11-13T21:18:18.770Z | Compiling toml_datetime v0.6.8 |
1713 | 2024-11-13T21:18:20.203Z | Compiling inout v0.1.3 |
1714 | 2024-11-13T21:18:20.360Z | Compiling openssl-macros v0.1.1 |
1715 | 2024-11-13T21:18:20.575Z | Compiling rustls v0.23.14 |
1716 | 2024-11-13T21:18:20.866Z | Compiling native-tls v0.2.12 |
1717 | 2024-11-13T21:18:22.546Z | Compiling cipher v0.4.4 |
1718 | 2024-11-13T21:18:22.971Z | Compiling pest_generator v2.7.14 |
1719 | 2024-11-13T21:18:23.028Z | Compiling unicode-normalization v0.1.24 |
1720 | 2024-11-13T21:18:23.297Z | Compiling tinystr v0.7.6 |
1721 | 2024-11-13T21:18:23.728Z | Compiling sha2 v0.10.8 |
1722 | 2024-11-13T21:18:24.116Z | Compiling writeable v0.5.5 |
1723 | 2024-11-13T21:18:24.545Z | Compiling base64ct v1.6.0 |
1724 | 2024-11-13T21:18:24.679Z | Compiling litemap v0.7.3 |
1725 | 2024-11-13T21:18:24.758Z | Compiling unicode-bidi v0.3.17 |
1726 | 2024-11-13T21:18:25.087Z | Compiling icu_locid v1.5.0 |
1727 | 2024-11-13T21:18:25.139Z | Compiling pem-rfc7468 v0.7.0 |
1728 | 2024-11-13T21:18:25.773Z | Compiling pest_derive v2.7.14 |
1729 | 2024-11-13T21:18:26.119Z | Compiling ppv-lite86 v0.2.20 |
1730 | 2024-11-13T21:18:26.568Z | Compiling tracing-core v0.1.32 |
1731 | 2024-11-13T21:18:27.045Z | Compiling cookie v0.18.1 |
1732 | 2024-11-13T21:18:27.123Z | Compiling usdt-impl v0.5.0 |
1733 | 2024-11-13T21:18:27.328Z | Compiling flagset v0.4.6 |
1734 | 2024-11-13T21:18:27.479Z | Compiling anyhow v1.0.93 |
1735 | 2024-11-13T21:18:27.523Z | Compiling dyn-clone v1.0.17 |
1736 | 2024-11-13T21:18:28.783Z | Compiling der v0.7.9 |
1737 | 2024-11-13T21:18:30.576Z | Compiling tracing v0.1.40 |
1738 | 2024-11-13T21:18:30.626Z | Compiling aws-lc-sys v0.22.0 |
1739 | 2024-11-13T21:18:31.328Z | Compiling rand_chacha v0.3.1 |
1740 | 2024-11-13T21:18:31.668Z | Compiling icu_provider v1.5.0 |
1741 | 2024-11-13T21:18:32.125Z | Compiling scroll v0.12.0 |
1742 | 2024-11-13T21:18:32.483Z | Compiling async-trait v0.1.83 |
1743 | 2024-11-13T21:18:32.707Z | Compiling icu_locid_transform_data v1.5.0 |
1744 | 2024-11-13T21:18:32.818Z | Compiling percent-encoding v2.3.1 |
1745 | 2024-11-13T21:18:33.153Z | Compiling rayon-core v1.12.1 |
1746 | 2024-11-13T21:18:33.930Z | Compiling rustls-pki-types v1.9.0 |
1747 | 2024-11-13T21:18:34.832Z | Compiling camino v1.1.9 |
1748 | 2024-11-13T21:18:34.978Z | Compiling plain v0.2.3 |
1749 | 2024-11-13T21:18:35.138Z | Compiling goblin v0.8.2 |
1750 | 2024-11-13T21:18:35.390Z | Compiling icu_locid_transform v1.5.0 |
1751 | 2024-11-13T21:18:36.399Z | Compiling rand v0.8.5 |
1752 | 2024-11-13T21:18:37.696Z | Compiling spki v0.7.3 |
1753 | 2024-11-13T21:18:38.092Z | Compiling salsa20 v0.10.2 |
1754 | 2024-11-13T21:18:38.324Z | Compiling tokio-util v0.7.12 |
1755 | 2024-11-13T21:18:38.586Z | Compiling icu_collections v1.5.0 |
1756 | 2024-11-13T21:18:39.533Z | Compiling pbkdf2 v0.12.2 |
1757 | 2024-11-13T21:18:40.314Z | Compiling rustls v0.22.4 |
1758 | 2024-11-13T21:18:40.481Z | Compiling pretty-hex v0.4.1 |
1759 | 2024-11-13T21:18:40.549Z | Compiling untrusted v0.9.0 |
1760 | 2024-11-13T21:18:40.571Z | Compiling untrusted v0.7.1 |
1761 | 2024-11-13T21:18:40.671Z | Compiling icu_properties_data v1.5.0 |
1762 | 2024-11-13T21:18:40.855Z | Compiling mirai-annotations v1.12.0 |
1763 | 2024-11-13T21:18:40.901Z | Compiling winnow v0.5.40 |
1764 | 2024-11-13T21:18:40.925Z | Compiling powerfmt v0.2.0 |
1765 | 2024-11-13T21:18:41.040Z | Compiling icu_properties v1.5.1 |
1766 | 2024-11-13T21:18:41.288Z | Compiling deranged v0.3.11 |
1767 | 2024-11-13T21:18:43.230Z | Compiling dof v0.3.0 |
1768 | 2024-11-13T21:18:44.692Z | Compiling toml_edit v0.19.15 |
1769 | 2024-11-13T21:18:46.674Z | Compiling scrypt v0.11.0 |
1770 | 2024-11-13T21:18:46.894Z | Compiling dtrace-parser v0.2.0 |
1771 | 2024-11-13T21:18:46.960Z | Compiling aes v0.8.4 |
1772 | 2024-11-13T21:18:47.203Z | Compiling cbc v0.1.2 |
1773 | 2024-11-13T21:18:47.510Z | Compiling thread-id v4.2.2 |
1774 | 2024-11-13T21:18:47.637Z | Compiling atomic-waker v1.1.2 |
1775 | 2024-11-13T21:18:47.817Z | Compiling num_threads v0.1.7 |
1776 | 2024-11-13T21:18:48.160Z | Compiling write16 v1.0.0 |
1777 | 2024-11-13T21:18:48.185Z | Compiling utf16_iter v1.0.5 |
1778 | 2024-11-13T21:18:48.291Z | Compiling rustversion v1.0.17 |
1779 | 2024-11-13T21:18:48.379Z | Compiling icu_normalizer_data v1.5.0 |
1780 | 2024-11-13T21:18:48.493Z | Compiling utf8_iter v1.0.4 |
1781 | 2024-11-13T21:18:49.479Z | Compiling icu_normalizer v1.5.0 |
1782 | 2024-11-13T21:18:50.220Z | Compiling time v0.3.36 |
1783 | 2024-11-13T21:18:51.185Z | Compiling pkcs5 v0.7.1 |
1784 | 2024-11-13T21:18:52.301Z | Compiling form_urlencoded v1.2.1 |
1785 | 2024-11-13T21:18:52.606Z | Compiling heapless v0.7.17 |
1786 | 2024-11-13T21:18:53.008Z | Compiling http-body v1.0.1 |
1787 | 2024-11-13T21:18:53.343Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1788 | 2024-11-13T21:18:53.805Z | Compiling multer v3.1.0 |
1789 | 2024-11-13T21:18:54.596Z | Compiling slog-async v2.8.0 |
1790 | 2024-11-13T21:18:54.799Z | Compiling signal-hook v0.3.17 |
1791 | 2024-11-13T21:18:54.953Z | Compiling try-lock v0.2.5 |
1792 | 2024-11-13T21:18:55.277Z | Compiling want v0.3.1 |
1793 | 2024-11-13T21:18:55.551Z | Compiling pkcs8 v0.10.2 |
1794 | 2024-11-13T21:18:56.171Z | Compiling idna_adapter v1.2.0 |
1795 | 2024-11-13T21:18:56.401Z | Compiling h2 v0.4.6 |
1796 | 2024-11-13T21:18:57.390Z | Compiling adler2 v2.0.0 |
1797 | 2024-11-13T21:18:57.449Z | Compiling httpdate v1.0.3 |
1798 | 2024-11-13T21:18:57.660Z | Compiling strsim v0.11.1 |
1799 | 2024-11-13T21:18:58.398Z | Compiling miniz_oxide v0.8.0 |
1800 | 2024-11-13T21:19:02.086Z | Compiling idna v1.0.3 |
1801 | 2024-11-13T21:19:03.329Z | Compiling hyper v1.4.1 |
1802 | 2024-11-13T21:19:03.583Z | Compiling usdt-macro v0.5.0 |
1803 | 2024-11-13T21:19:04.936Z | Compiling usdt-attr-macro v0.5.0 |
1804 | 2024-11-13T21:19:05.120Z | Compiling curve25519-dalek v4.1.3 |
1805 | 2024-11-13T21:19:05.529Z | Compiling openapiv3 v2.0.0 |
1806 | 2024-11-13T21:19:06.109Z | Compiling enum-as-inner v0.6.1 |
1807 | 2024-11-13T21:19:06.407Z | Compiling async-stream-impl v0.3.6 |
1808 | 2024-11-13T21:19:07.243Z | Compiling dropshot v0.12.0 |
1809 | 2024-11-13T21:19:07.392Z | Compiling portable-atomic v1.9.0 |
1810 | 2024-11-13T21:19:07.538Z | Compiling smoltcp v0.9.1 |
1811 | 2024-11-13T21:19:07.656Z | Compiling base64 v0.22.1 |
1812 | 2024-11-13T21:19:08.101Z | Compiling tower-service v0.3.3 |
1813 | 2024-11-13T21:19:08.181Z | Compiling match_cfg v0.1.0 |
1814 | 2024-11-13T21:19:08.226Z | Compiling num-bigint-dig v0.8.4 |
1815 | 2024-11-13T21:19:08.283Z | Compiling foreign-types-shared v0.1.1 |
1816 | 2024-11-13T21:19:08.399Z | Compiling foreign-types v0.3.2 |
1817 | 2024-11-13T21:19:08.497Z | Compiling hostname v0.3.1 |
1818 | 2024-11-13T21:19:08.528Z | Compiling hyper-util v0.1.10 |
1819 | 2024-11-13T21:19:09.121Z | Compiling url v2.5.3 |
1820 | 2024-11-13T21:19:13.050Z | Compiling dirs-sys-next v0.1.2 |
1821 | 2024-11-13T21:19:13.397Z | Compiling gimli v0.31.1 |
1822 | 2024-11-13T21:19:13.552Z | Compiling siphasher v0.3.11 |
1823 | 2024-11-13T21:19:13.924Z | Compiling heck v0.4.1 |
1824 | 2024-11-13T21:19:14.358Z | Compiling data-encoding v2.6.0 |
1825 | 2024-11-13T21:19:16.517Z | Compiling dirs-next v2.0.0 |
1826 | 2024-11-13T21:19:20.487Z | Compiling addr2line v0.24.2 |
1827 | 2024-11-13T21:19:22.358Z | Compiling http-body-util v0.1.2 |
1828 | 2024-11-13T21:19:22.971Z | Compiling crossbeam-epoch v0.9.18 |
1829 | 2024-11-13T21:19:23.138Z | Compiling hubpack_derive v0.1.1 |
1830 | 2024-11-13T21:19:23.688Z | Compiling dropshot_endpoint v0.12.0 |
1831 | 2024-11-13T21:19:24.058Z | Compiling sha1 v0.10.6 |
1832 | 2024-11-13T21:19:24.453Z | Compiling signature v2.2.0 |
1833 | 2024-11-13T21:19:24.677Z | Compiling zerocopy-derive v0.6.6 |
1834 | 2024-11-13T21:19:25.458Z | Compiling curve25519-dalek-derive v0.1.1 |
1835 | 2024-11-13T21:19:26.059Z | Compiling object v0.36.5 |
1836 | 2024-11-13T21:19:26.800Z | Compiling thread_local v1.1.8 |
1837 | 2024-11-13T21:19:27.012Z | Compiling fs-err v2.11.0 |
1838 | 2024-11-13T21:19:27.244Z | Compiling encoding_rs v0.8.34 |
1839 | 2024-11-13T21:19:27.298Z | Compiling anstyle v1.0.10 |
1840 | 2024-11-13T21:19:27.741Z | Compiling mime v0.3.17 |
1841 | 2024-11-13T21:19:27.764Z | Compiling ipnet v2.10.1 |
1842 | 2024-11-13T21:19:28.814Z | Compiling rustc-demangle v0.1.24 |
1843 | 2024-11-13T21:19:31.119Z | Compiling utf8parse v0.2.2 |
1844 | 2024-11-13T21:19:31.284Z | Compiling openssl-probe v0.1.5 |
1845 | 2024-11-13T21:19:31.613Z | Compiling unicode-properties v0.1.3 |
1846 | 2024-11-13T21:19:32.021Z | Compiling winnow v0.6.20 |
1847 | 2024-11-13T21:19:35.967Z | Compiling toml_edit v0.22.22 |
1848 | 2024-11-13T21:19:36.014Z | Compiling backtrace v0.3.74 |
1849 | 2024-11-13T21:19:40.837Z | Compiling stringprep v0.1.5 |
1850 | 2024-11-13T21:19:42.473Z | Compiling anstyle-parse v0.2.5 |
1851 | 2024-11-13T21:19:43.550Z | Compiling crossbeam-deque v0.8.5 |
1852 | 2024-11-13T21:19:45.267Z | Compiling rustls-webpki v0.102.8 |
1853 | 2024-11-13T21:19:45.691Z | Compiling term v0.7.0 |
1854 | 2024-11-13T21:19:47.017Z | Compiling slog-json v2.6.1 |
1855 | 2024-11-13T21:19:47.953Z | Compiling serde_urlencoded v0.7.1 |
1856 | 2024-11-13T21:19:48.477Z | Compiling crossbeam-channel v0.5.13 |
1857 | 2024-11-13T21:19:49.089Z | Compiling rustls-pemfile v2.2.0 |
1858 | 2024-11-13T21:19:49.445Z | Compiling hashbrown v0.14.5 |
1859 | 2024-11-13T21:19:49.932Z | Compiling idna v0.3.0 |
1860 | 2024-11-13T21:19:50.738Z | Compiling idna v0.4.0 |
1861 | 2024-11-13T21:19:51.392Z | Compiling futures-executor v0.3.31 |
1862 | 2024-11-13T21:19:51.856Z | Compiling num-integer v0.1.46 |
1863 | 2024-11-13T21:19:52.199Z | Compiling md-5 v0.10.6 |
1864 | 2024-11-13T21:19:52.510Z | Compiling ff v0.13.0 |
1865 | 2024-11-13T21:19:52.582Z | Compiling hash32 v0.2.1 |
1866 | 2024-11-13T21:19:52.756Z | Compiling memmap v0.7.0 |
1867 | 2024-11-13T21:19:52.971Z | Compiling is-terminal v0.4.13 |
1868 | 2024-11-13T21:19:56.832Z | Compiling anstyle-query v1.1.1 |
1869 | 2024-11-13T21:19:56.998Z | Compiling take_mut v0.2.2 |
1870 | 2024-11-13T21:19:57.170Z | Compiling base16ct v0.2.0 |
1871 | 2024-11-13T21:19:57.472Z | Compiling utf-8 v0.7.6 |
1872 | 2024-11-13T21:19:57.815Z | Compiling linked-hash-map v0.5.6 |
1873 | 2024-11-13T21:19:58.241Z | Compiling is_terminal_polyfill v1.70.1 |
1874 | 2024-11-13T21:19:58.378Z | Compiling fallible-iterator v0.2.0 |
1875 | 2024-11-13T21:19:59.633Z | Compiling colorchoice v1.0.2 |
1876 | 2024-11-13T21:19:59.936Z | Compiling psl-types v2.0.11 |
1877 | 2024-11-13T21:20:00.416Z | Compiling quick-error v1.2.3 |
1878 | 2024-11-13T21:20:00.444Z | Compiling resolv-conf v0.7.0 |
1879 | 2024-11-13T21:20:01.001Z | Compiling publicsuffix v2.2.3 |
1880 | 2024-11-13T21:20:01.026Z | Compiling anstream v0.6.15 |
1881 | 2024-11-13T21:20:01.685Z | Compiling postgres-protocol v0.6.7 |
1882 | 2024-11-13T21:20:02.334Z | Compiling lru-cache v0.1.2 |
1883 | 2024-11-13T21:20:02.548Z | Compiling tungstenite v0.24.0 |
1884 | 2024-11-13T21:20:02.936Z | Compiling sec1 v0.7.3 |
1885 | 2024-11-13T21:20:03.488Z | Compiling tokio-rustls v0.26.0 |
1886 | 2024-11-13T21:20:03.559Z | Compiling slog-term v2.9.1 |
1887 | 2024-11-13T21:20:03.949Z | Compiling usdt v0.5.0 |
1888 | 2024-11-13T21:20:04.160Z | Compiling group v0.13.0 |
1889 | 2024-11-13T21:20:04.663Z | Compiling num-iter v0.1.45 |
1890 | 2024-11-13T21:20:04.666Z | Compiling futures v0.3.31 |
1891 | 2024-11-13T21:20:04.666Z | Compiling hickory-proto v0.24.1 |
1892 | 2024-11-13T21:20:04.666Z | Compiling tokio-rustls v0.25.0 |
1893 | 2024-11-13T21:20:04.694Z | Compiling regress v0.10.1 |
1894 | 2024-11-13T21:20:07.456Z | Compiling slog-bunyan v2.5.0 |
1895 | 2024-11-13T21:20:07.772Z | Compiling tokio-native-tls v0.3.1 |
1896 | 2024-11-13T21:20:07.873Z | Compiling toml v0.8.19 |
1897 | 2024-11-13T21:20:08.052Z | Compiling strum_macros v0.25.3 |
1898 | 2024-11-13T21:20:09.425Z | Compiling phf_shared v0.11.2 |
1899 | 2024-11-13T21:20:09.662Z | Compiling async-stream v0.3.6 |
1900 | 2024-11-13T21:20:09.963Z | Compiling waitgroup v0.1.2 |
1901 | 2024-11-13T21:20:10.168Z | Compiling webpki-roots v0.26.6 |
1902 | 2024-11-13T21:20:10.697Z | Compiling idna v0.5.0 |
1903 | 2024-11-13T21:20:10.890Z | Compiling terminal_size v0.4.0 |
1904 | 2024-11-13T21:20:11.813Z | Compiling serde_path_to_error v0.1.16 |
1905 | 2024-11-13T21:20:11.861Z | Compiling hkdf v0.12.4 |
1906 | 2024-11-13T21:20:12.155Z | Compiling crypto-bigint v0.5.5 |
1907 | 2024-11-13T21:20:12.238Z | Compiling derive-where v1.2.7 |
1908 | 2024-11-13T21:20:12.694Z | Compiling clap_derive v4.5.18 |
1909 | 2024-11-13T21:20:13.330Z | Compiling serde_repr v0.1.19 |
1910 | 2024-11-13T21:20:13.868Z | Compiling hostname v0.4.0 |
1911 | 2024-11-13T21:20:14.087Z | Compiling crc32fast v1.4.2 |
1912 | 2024-11-13T21:20:14.352Z | Compiling unicode-width v0.1.14 |
1913 | 2024-11-13T21:20:14.394Z | Compiling clap_lex v0.7.2 |
1914 | 2024-11-13T21:20:14.433Z | Compiling debug-ignore v1.0.5 |
1915 | 2024-11-13T21:20:14.785Z | Compiling managed v0.8.0 |
1916 | 2024-11-13T21:20:14.885Z | Compiling bitflags v1.3.2 |
1917 | 2024-11-13T21:20:15.106Z | Compiling console v0.15.8 |
1918 | 2024-11-13T21:20:15.290Z | Compiling elliptic-curve v0.13.8 |
1919 | 2024-11-13T21:20:15.755Z | Compiling clap_builder v4.5.20 |
1920 | 2024-11-13T21:20:16.053Z | Compiling flate2 v1.0.34 |
1921 | 2024-11-13T21:20:16.375Z | Compiling cookie_store v0.21.0 |
1922 | 2024-11-13T21:20:17.255Z | Compiling hyper-rustls v0.27.3 |
1923 | 2024-11-13T21:20:17.769Z | Compiling hickory-resolver v0.24.1 |
1924 | 2024-11-13T21:20:17.886Z | Compiling phf v0.11.2 |
1925 | 2024-11-13T21:20:19.844Z | Compiling typify-impl v0.2.0 |
1926 | 2024-11-13T21:20:19.862Z | Compiling hyper-tls v0.6.0 |
1927 | 2024-11-13T21:20:20.246Z | Compiling signal-hook-mio v0.2.4 |
1928 | 2024-11-13T21:20:20.378Z | Compiling bzip2 v0.4.4 |
1929 | 2024-11-13T21:20:20.412Z | Compiling rayon v1.10.0 |
1930 | 2024-11-13T21:20:20.758Z | Compiling tokio-tungstenite v0.24.0 |
1931 | 2024-11-13T21:20:21.320Z | Compiling postgres-types v0.2.8 |
1932 | 2024-11-13T21:20:23.183Z | Compiling zerocopy v0.6.6 |
1933 | 2024-11-13T21:20:23.202Z | Compiling ed25519 v2.2.3 |
1934 | 2024-11-13T21:20:23.241Z | Compiling hubpack v0.1.2 |
1935 | 2024-11-13T21:20:23.648Z | Compiling phf_shared v0.10.0 |
1936 | 2024-11-13T21:20:24.059Z | Compiling pkcs1 v0.7.5 |
1937 | 2024-11-13T21:20:24.294Z | Compiling tokio-stream v0.1.16 |
1938 | 2024-11-13T21:20:25.128Z | Compiling serde-big-array v0.5.1 |
1939 | 2024-11-13T21:20:25.326Z | Compiling float-cmp v0.9.0 |
1940 | 2024-11-13T21:20:25.375Z | Compiling rfc6979 v0.4.0 |
1941 | 2024-11-13T21:20:25.473Z | Compiling sync_wrapper v1.0.1 |
1942 | 2024-11-13T21:20:25.532Z | Compiling bstr v1.10.0 |
1943 | 2024-11-13T21:20:25.569Z | Compiling unicode-segmentation v1.12.0 |
1944 | 2024-11-13T21:20:25.848Z | Compiling whoami v1.5.2 |
1945 | 2024-11-13T21:20:25.911Z | Compiling predicates-core v1.0.8 |
1946 | 2024-11-13T21:20:26.442Z | Compiling fixedbitset v0.4.2 |
1947 | 2024-11-13T21:20:26.848Z | Compiling static_assertions v1.1.0 |
1948 | 2024-11-13T21:20:26.957Z | Compiling number_prefix v0.4.0 |
1949 | 2024-11-13T21:20:27.001Z | Compiling new_debug_unreachable v1.0.6 |
1950 | 2024-11-13T21:20:27.104Z | Compiling normalize-line-endings v0.3.0 |
1951 | 2024-11-13T21:20:27.146Z | Compiling precomputed-hash v0.1.1 |
1952 | 2024-11-13T21:20:27.179Z | Compiling bit-vec v0.6.3 |
1953 | 2024-11-13T21:20:27.232Z | Compiling difflib v0.4.0 |
1954 | 2024-11-13T21:20:27.289Z | Compiling string_cache v0.8.7 |
1955 | 2024-11-13T21:20:27.635Z | Compiling predicates v3.1.2 |
1956 | 2024-11-13T21:20:27.727Z | Compiling bit-set v0.5.3 |
1957 | 2024-11-13T21:20:28.452Z | Compiling indicatif v0.17.8 |
1958 | 2024-11-13T21:20:28.511Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1959 | 2024-11-13T21:20:29.093Z | Compiling petgraph v0.6.5 |
1960 | 2024-11-13T21:20:29.162Z | Compiling similar v2.6.0 |
1961 | 2024-11-13T21:20:30.232Z | Compiling tokio-postgres v0.7.12 |
1962 | 2024-11-13T21:20:31.776Z | Compiling typify-macro v0.2.0 |
1963 | 2024-11-13T21:20:33.037Z | Compiling reqwest v0.12.9 |
1964 | 2024-11-13T21:20:33.120Z | Compiling ecdsa v0.16.9 |
1965 | 2024-11-13T21:20:33.943Z | Compiling qorb v0.2.0 |
1966 | 2024-11-13T21:20:35.211Z | Compiling rsa v0.9.6 |
1967 | 2024-11-13T21:20:35.523Z | Compiling ed25519-dalek v2.1.1 |
1968 | 2024-11-13T21:20:36.212Z | Compiling zip v0.6.6 |
1969 | 2024-11-13T21:20:36.503Z | Compiling crossterm v0.28.1 |
1970 | 2024-11-13T21:20:36.671Z | Compiling clap v4.5.20 |
1971 | 2024-11-13T21:20:37.450Z | Compiling toml v0.7.8 |
1972 | 2024-11-13T21:20:38.406Z | Compiling x509-cert v0.2.5 |
1973 | 2024-11-13T21:20:39.543Z | Compiling hex v0.4.3 |
1974 | 2024-11-13T21:20:39.927Z | Compiling itertools v0.10.5 |
1975 | 2024-11-13T21:20:40.200Z | Compiling lalrpop-util v0.19.12 |
1976 | 2024-11-13T21:20:41.657Z | Compiling peg-runtime v0.8.3 |
1977 | 2024-11-13T21:20:42.194Z | Compiling unicode-xid v0.2.6 |
1978 | 2024-11-13T21:20:43.427Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1979 | 2024-11-13T21:20:45.189Z | Compiling proc-macro-crate v1.3.1 |
1980 | 2024-11-13T21:20:46.102Z | Compiling ipnetwork v0.20.0 |
1981 | 2024-11-13T21:20:48.820Z | Compiling heapless v0.8.0 |
1982 | 2024-11-13T21:20:49.929Z | Compiling num_enum_derive v0.5.11 |
1983 | 2024-11-13T21:21:00.543Z | Compiling hash32 v0.3.1 |
1984 | 2024-11-13T21:21:01.270Z | Compiling smoltcp v0.11.0 |
1985 | 2024-11-13T21:21:01.894Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1986 | 2024-11-13T21:21:02.368Z | Compiling ident_case v1.0.1 |
1987 | 2024-11-13T21:21:06.774Z | Compiling darling_core v0.20.10 |
1988 | 2024-11-13T21:21:18.343Z | Compiling num_enum v0.5.11 |
1989 | 2024-11-13T21:21:18.539Z | Compiling typify v0.2.0 |
1990 | 2024-11-13T21:21:20.458Z | Compiling proc-macro-error-attr v1.0.4 |
1991 | 2024-11-13T21:21:20.669Z | Compiling cobs v0.2.3 |
1992 | 2024-11-13T21:21:20.708Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1993 | 2024-11-13T21:21:20.907Z | Compiling unsafe-libyaml v0.2.11 |
1994 | 2024-11-13T21:21:22.751Z | Compiling serde_yaml v0.9.34+deprecated |
1995 | 2024-11-13T21:21:26.597Z | Compiling postcard v1.0.10 |
1996 | 2024-11-13T21:21:31.363Z | Compiling progenitor-impl v0.8.0 |
1997 | 2024-11-13T21:21:38.301Z | Compiling darling_macro v0.20.10 |
1998 | 2024-11-13T21:21:48.300Z | Compiling strum_macros v0.26.4 |
1999 | 2024-11-13T21:21:48.798Z | Compiling structmeta-derive v0.3.0 |
2000 | 2024-11-13T21:21:48.937Z | Compiling foreign-types-macros v0.2.3 |
2001 | 2024-11-13T21:21:48.970Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2002 | 2024-11-13T21:21:49.278Z | Compiling proc-macro-error v1.0.4 |
2003 | 2024-11-13T21:21:49.404Z | Compiling foreign-types-shared v0.3.1 |
2004 | 2024-11-13T21:21:50.965Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2005 | 2024-11-13T21:21:51.248Z | Compiling newtype-uuid v1.1.3 |
2006 | 2024-11-13T21:21:51.391Z | Compiling structmeta v0.3.0 |
2007 | 2024-11-13T21:21:51.810Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2008 | 2024-11-13T21:21:52.889Z | Compiling strum v0.26.3 |
2009 | 2024-11-13T21:21:55.422Z | Compiling foreign-types v0.5.0 |
2010 | 2024-11-13T21:22:02.406Z | Compiling darling v0.20.10 |
2011 | 2024-11-13T21:22:02.537Z | Compiling progenitor-macro v0.8.0 |
2012 | 2024-11-13T21:22:04.747Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2013 | 2024-11-13T21:22:05.895Z | Compiling progenitor-client v0.8.0 |
2014 | 2024-11-13T21:22:06.888Z | Compiling tabwriter v1.4.0 |
2015 | 2024-11-13T21:22:08.646Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2016 | 2024-11-13T21:22:09.458Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2017 | 2024-11-13T21:22:10.227Z | Compiling cstr-argument v0.1.2 |
2018 | 2024-11-13T21:22:10.297Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2019 | 2024-11-13T21:22:10.589Z | Compiling fastrand v2.1.1 |
2020 | 2024-11-13T21:22:11.735Z | Compiling pretty-hex v0.2.1 |
2021 | 2024-11-13T21:22:11.791Z | Compiling crucible-workspace-hack v0.1.0 |
2022 | 2024-11-13T21:22:11.964Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2023 | 2024-11-13T21:22:12.098Z | Compiling tempfile v3.13.0 |
2024 | 2024-11-13T21:22:12.171Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2025 | 2024-11-13T21:22:12.604Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2026 | 2024-11-13T21:22:13.076Z | Compiling serde_with_macros v3.11.0 |
2027 | 2024-11-13T21:22:13.566Z | Compiling parse-display-derive v0.10.0 |
2028 | 2024-11-13T21:22:14.204Z | Compiling colored v2.1.0 |
2029 | 2024-11-13T21:22:15.453Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2030 | 2024-11-13T21:22:15.473Z | Compiling progenitor v0.8.0 |
2031 | 2024-11-13T21:22:15.599Z | Compiling instant v0.1.13 |
2032 | 2024-11-13T21:22:15.708Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2033 | 2024-11-13T21:22:15.755Z | Compiling serde_with v3.11.0 |
2034 | 2024-11-13T21:22:15.773Z | Compiling backoff v0.4.0 |
2035 | 2024-11-13T21:22:16.108Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2036 | 2024-11-13T21:22:16.160Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2037 | 2024-11-13T21:22:16.209Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2038 | 2024-11-13T21:22:17.379Z | Compiling parse-display v0.10.0 |
2039 | 2024-11-13T21:22:18.866Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2040 | 2024-11-13T21:22:19.143Z | Compiling zone_cfg_derive v0.3.0 |
2041 | 2024-11-13T21:22:19.416Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2042 | 2024-11-13T21:22:19.438Z | Compiling camino-tempfile v1.1.1 |
2043 | 2024-11-13T21:22:20.194Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2044 | 2024-11-13T21:22:20.224Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2045 | 2024-11-13T21:22:20.245Z | Compiling regress v0.9.1 |
2046 | 2024-11-13T21:22:20.424Z | Compiling macaddr v1.0.1 |
2047 | 2024-11-13T21:22:20.477Z | Compiling num-derive v0.4.2 |
2048 | 2024-11-13T21:22:20.685Z | Compiling sigpipe v0.1.3 |
2049 | 2024-11-13T21:22:20.820Z | Compiling libefi-sys v0.1.0 |
2050 | 2024-11-13T21:22:21.056Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2051 | 2024-11-13T21:22:21.139Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2052 | 2024-11-13T21:22:21.385Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2053 | 2024-11-13T21:22:21.942Z | Compiling zone v0.3.0 |
2054 | 2024-11-13T21:22:22.714Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2055 | 2024-11-13T21:22:24.305Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2056 | 2024-11-13T21:22:24.387Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2057 | 2024-11-13T21:22:25.369Z | Compiling smf v0.2.3 |
2058 | 2024-11-13T21:22:26.040Z | Compiling bitfield-struct v0.6.2 |
2059 | 2024-11-13T21:22:27.441Z | Compiling ring v0.16.20 |
2060 | 2024-11-13T21:22:28.058Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2061 | 2024-11-13T21:22:28.455Z | Compiling blake3 v1.5.4 |
2062 | 2024-11-13T21:22:28.757Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2063 | 2024-11-13T21:22:29.426Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2064 | 2024-11-13T21:22:29.547Z | Compiling xattr v1.3.1 |
2065 | 2024-11-13T21:22:29.701Z | Compiling filetime v0.2.25 |
2066 | 2024-11-13T21:22:29.862Z | Compiling memmap2 v0.9.5 |
2067 | 2024-11-13T21:22:30.066Z | Compiling constant_time_eq v0.3.1 |
2068 | 2024-11-13T21:22:30.257Z | Compiling arrayvec v0.7.6 |
2069 | 2024-11-13T21:22:30.469Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2070 | 2024-11-13T21:22:30.598Z | Compiling same-file v1.0.6 |
2071 | 2024-11-13T21:22:30.618Z | Compiling arrayref v0.3.9 |
2072 | 2024-11-13T21:22:30.729Z | Compiling spin v0.5.2 |
2073 | 2024-11-13T21:22:30.882Z | Compiling walkdir v2.5.0 |
2074 | 2024-11-13T21:22:30.941Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2075 | 2024-11-13T21:22:30.987Z | Compiling tar v0.4.43 |
2076 | 2024-11-13T21:22:32.538Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2077 | 2024-11-13T21:22:32.976Z | Compiling gethostname v0.5.0 |
2078 | 2024-11-13T21:22:33.193Z | Compiling cargo-platform v0.1.8 |
2079 | 2024-11-13T21:22:33.424Z | Compiling topological-sort v0.2.2 |
2080 | 2024-11-13T21:22:33.649Z | Compiling cargo_metadata v0.18.1 |
2081 | 2024-11-13T21:22:36.480Z | Compiling omicron-zone-package v0.11.1 |
2082 | 2024-11-13T21:22:40.646Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2083 | 2024-11-13T21:22:43.180Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2084 | 2024-11-13T21:22:45.444Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2085 | 2024-11-13T21:23:03.266Z | Finished `release` profile [optimized] target(s) in 5m 22s |
2086 | 2024-11-13T21:23:03.432Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
2087 | 2024-11-13T21:23:03.483Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2088 | 2024-11-13T21:23:03.485Z | Created new build target 'test' and set it as active |
2089 | 2024-11-13T21:23:03.488Z | |
2090 | 2024-11-13T21:23:03.488Z | real 5:22.361745522 |
2091 | 2024-11-13T21:23:03.488Z | user 36:19.168424040 |
2092 | 2024-11-13T21:23:03.488Z | sys 4:47.275258794 |
2093 | 2024-11-13T21:23:03.488Z | trap 1.081504118 |
2094 | 2024-11-13T21:23:03.488Z | tflt 2.972754644 |
2095 | 2024-11-13T21:23:03.488Z | dflt 0.799298110 |
2096 | 2024-11-13T21:23:03.488Z | kflt 0.000569228 |
2097 | 2024-11-13T21:23:03.488Z | lock 1:16:16.007929118 |
2098 | 2024-11-13T21:23:03.488Z | slp 2:31:29.905517496 |
2099 | 2024-11-13T21:23:03.488Z | lat 2:26.890876342 |
2100 | 2024-11-13T21:23:03.488Z | stop 4:20.116741362 |
2101 | 2024-11-13T21:23:03.488Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2102 | 2024-11-13T21:23:04.484Z | Finished `release` profile [optimized] target(s) in 0.94s |
2103 | 2024-11-13T21:23:04.543Z | Running `target/release/omicron-package -t test package` |
2104 | 2024-11-13T21:23:04.592Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2105 | 2024-11-13T21:23:05.762Z | Compiling convert_case v0.4.0 |
2106 | 2024-11-13T21:23:05.762Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2107 | 2024-11-13T21:23:05.764Z | Compiling itertools v0.13.0 |
2108 | 2024-11-13T21:23:05.764Z | Compiling password-hash v0.5.0 |
2109 | 2024-11-13T21:23:05.764Z | Compiling blake2 v0.10.6 |
2110 | 2024-11-13T21:23:05.764Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2111 | 2024-11-13T21:23:05.764Z | Compiling newline-converter v0.3.0 |
2112 | 2024-11-13T21:23:05.899Z | Compiling owo-colors v4.1.0 |
2113 | 2024-11-13T21:23:06.121Z | Compiling cancel-safe-futures v0.1.5 |
2114 | 2024-11-13T21:23:06.246Z | Compiling expectorate v1.1.0 |
2115 | 2024-11-13T21:23:06.405Z | Compiling libsw v3.3.1 |
2116 | 2024-11-13T21:23:06.597Z | Compiling derive_more v0.99.18 |
2117 | 2024-11-13T21:23:06.748Z | Compiling argon2 v0.5.3 |
2118 | 2024-11-13T21:23:07.091Z | Compiling swrite v0.1.0 |
2119 | 2024-11-13T21:23:07.140Z | Compiling indent_write v2.2.0 |
2120 | 2024-11-13T21:23:07.225Z | Compiling linear-map v1.2.0 |
2121 | 2024-11-13T21:23:07.367Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2122 | 2024-11-13T21:23:07.406Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2123 | 2024-11-13T21:23:07.669Z | Compiling progenitor-client v0.8.0 |
2124 | 2024-11-13T21:23:08.017Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2125 | 2024-11-13T21:23:08.079Z | Compiling base64 v0.21.7 |
2126 | 2024-11-13T21:23:08.176Z | Compiling progenitor v0.8.0 |
2127 | 2024-11-13T21:23:08.445Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2128 | 2024-11-13T21:23:09.000Z | Compiling atomicwrites v0.4.4 |
2129 | 2024-11-13T21:23:09.150Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2130 | 2024-11-13T21:23:09.169Z | Compiling num-rational v0.4.2 |
2131 | 2024-11-13T21:23:09.858Z | Compiling num-complex v0.4.6 |
2132 | 2024-11-13T21:23:09.879Z | Compiling float-ord v0.3.2 |
2133 | 2024-11-13T21:23:09.879Z | Compiling semver v0.1.20 |
2134 | 2024-11-13T21:23:10.301Z | Compiling rustc_version v0.1.7 |
2135 | 2024-11-13T21:23:10.725Z | Compiling num v0.4.3 |
2136 | 2024-11-13T21:23:10.770Z | Compiling newtype_derive v0.1.6 |
2137 | 2024-11-13T21:23:10.849Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2138 | 2024-11-13T21:23:11.151Z | Compiling humantime v2.1.0 |
2139 | 2024-11-13T21:23:11.676Z | Compiling highway v1.2.0 |
2140 | 2024-11-13T21:23:12.129Z | Compiling steno v0.4.1 |
2141 | 2024-11-13T21:23:13.314Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2142 | 2024-11-13T21:23:13.418Z | Compiling newtype-uuid v1.1.3 |
2143 | 2024-11-13T21:23:13.769Z | Compiling tungstenite v0.21.0 |
2144 | 2024-11-13T21:23:15.930Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2145 | 2024-11-13T21:23:16.517Z | Compiling ipnetwork v0.20.0 |
2146 | 2024-11-13T21:23:16.708Z | Compiling slog-dtrace v0.3.0 |
2147 | 2024-11-13T21:23:17.029Z | Compiling instant v0.1.13 |
2148 | 2024-11-13T21:23:17.200Z | Compiling backoff v0.4.0 |
2149 | 2024-11-13T21:23:17.387Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2150 | 2024-11-13T21:23:17.588Z | Compiling tokio-tungstenite v0.21.0 |
2151 | 2024-11-13T21:23:18.074Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2152 | 2024-11-13T21:23:18.260Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2153 | 2024-11-13T21:23:18.632Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2154 | 2024-11-13T21:23:18.949Z | Compiling parse-display v0.10.0 |
2155 | 2024-11-13T21:23:20.549Z | Compiling serde_with v3.11.0 |
2156 | 2024-11-13T21:23:23.230Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2157 | 2024-11-13T21:23:23.416Z | Compiling strum v0.26.3 |
2158 | 2024-11-13T21:23:23.602Z | Compiling regress v0.9.1 |
2159 | 2024-11-13T21:23:23.773Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2160 | 2024-11-13T21:23:26.269Z | Compiling macaddr v1.0.1 |
2161 | 2024-11-13T21:23:26.930Z | Compiling prettyplease v0.2.25 |
2162 | 2024-11-13T21:23:27.354Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2163 | 2024-11-13T21:23:28.209Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2164 | 2024-11-13T21:23:28.465Z | Compiling display-error-chain v0.2.2 |
2165 | 2024-11-13T21:23:28.696Z | Compiling arc-swap v1.7.1 |
2166 | 2024-11-13T21:23:29.364Z | Compiling slog-scope v4.4.0 |
2167 | 2024-11-13T21:23:30.184Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2168 | 2024-11-13T21:23:31.474Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2169 | 2024-11-13T21:23:32.574Z | Compiling half v2.4.1 |
2170 | 2024-11-13T21:23:33.297Z | Compiling ciborium-io v0.2.2 |
2171 | 2024-11-13T21:23:33.441Z | Compiling ciborium-ll v0.2.2 |
2172 | 2024-11-13T21:23:33.990Z | Compiling slog-stdlog v4.1.1 |
2173 | 2024-11-13T21:23:34.234Z | Compiling slog-envlogger v2.2.0 |
2174 | 2024-11-13T21:23:34.818Z | Compiling ciborium v0.2.2 |
2175 | 2024-11-13T21:23:36.147Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2176 | 2024-11-13T21:23:37.023Z | Compiling fastrand v2.1.1 |
2177 | 2024-11-13T21:23:37.060Z | Compiling same-file v1.0.6 |
2178 | 2024-11-13T21:23:37.301Z | Compiling walkdir v2.5.0 |
2179 | 2024-11-13T21:23:37.545Z | Compiling tempfile v3.13.0 |
2180 | 2024-11-13T21:23:37.986Z | Compiling blake3 v1.5.4 |
2181 | 2024-11-13T21:23:38.355Z | Compiling ring v0.16.20 |
2182 | 2024-11-13T21:23:38.714Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2183 | 2024-11-13T21:23:42.320Z | Compiling xattr v1.3.1 |
2184 | 2024-11-13T21:23:42.615Z | Compiling filetime v0.2.25 |
2185 | 2024-11-13T21:23:42.936Z | Compiling memmap2 v0.9.5 |
2186 | 2024-11-13T21:23:43.384Z | Compiling spin v0.5.2 |
2187 | 2024-11-13T21:23:43.639Z | Compiling arrayvec v0.7.6 |
2188 | 2024-11-13T21:23:44.097Z | Compiling arrayref v0.3.9 |
2189 | 2024-11-13T21:23:44.218Z | Compiling constant_time_eq v0.3.1 |
2190 | 2024-11-13T21:23:44.387Z | Compiling keccak v0.1.5 |
2191 | 2024-11-13T21:23:45.281Z | Compiling sha3 v0.10.8 |
2192 | 2024-11-13T21:23:46.526Z | Compiling tar v0.4.43 |
2193 | 2024-11-13T21:23:46.615Z | Compiling camino-tempfile v1.1.1 |
2194 | 2024-11-13T21:23:47.060Z | Compiling toolchain_find v0.4.0 |
2195 | 2024-11-13T21:23:47.683Z | Compiling nibble_vec v0.1.0 |
2196 | 2024-11-13T21:23:47.939Z | Compiling endian-type v0.1.2 |
2197 | 2024-11-13T21:23:48.204Z | Compiling maplit v1.0.2 |
2198 | 2024-11-13T21:23:48.341Z | Compiling topological-sort v0.2.2 |
2199 | 2024-11-13T21:23:48.533Z | Compiling radium v0.7.0 |
2200 | 2024-11-13T21:23:48.578Z | Compiling crunchy v0.2.2 |
2201 | 2024-11-13T21:23:48.800Z | Compiling omicron-zone-package v0.11.1 |
2202 | 2024-11-13T21:23:48.997Z | Compiling radix_trie v0.2.1 |
2203 | 2024-11-13T21:23:49.080Z | Compiling rustfmt-wrapper v0.2.1 |
2204 | 2024-11-13T21:23:49.678Z | Compiling pem v3.0.4 |
2205 | 2024-11-13T21:23:49.728Z | Compiling tap v1.0.1 |
2206 | 2024-11-13T21:23:49.836Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2207 | 2024-11-13T21:23:49.884Z | Compiling tiny-keccak v2.0.2 |
2208 | 2024-11-13T21:23:49.936Z | Compiling maybe-uninit v2.0.0 |
2209 | 2024-11-13T21:23:50.200Z | Compiling wyz v0.5.1 |
2210 | 2024-11-13T21:23:50.620Z | Compiling dsl_auto_type v0.1.2 |
2211 | 2024-11-13T21:23:50.695Z | Compiling scheduled-thread-pool v0.2.7 |
2212 | 2024-11-13T21:23:51.081Z | Compiling secrecy v0.8.0 |
2213 | 2024-11-13T21:23:51.107Z | Compiling diesel_table_macro_syntax v0.2.0 |
2214 | 2024-11-13T21:23:51.359Z | Compiling packed_struct v0.10.1 |
2215 | 2024-11-13T21:23:51.510Z | Compiling funty v2.0.0 |
2216 | 2024-11-13T21:23:51.781Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2217 | 2024-11-13T21:23:51.896Z | Compiling crc-catalog v2.4.0 |
2218 | 2024-11-13T21:23:51.984Z | Compiling diesel_derives v2.2.3 |
2219 | 2024-11-13T21:23:52.058Z | Compiling crc v3.2.1 |
2220 | 2024-11-13T21:23:52.152Z | Compiling r2d2 v0.8.10 |
2221 | 2024-11-13T21:23:52.637Z | Compiling bitvec v1.0.1 |
2222 | 2024-11-13T21:23:54.041Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2223 | 2024-11-13T21:23:54.169Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2224 | 2024-11-13T21:23:54.313Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2225 | 2024-11-13T21:23:54.675Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2226 | 2024-11-13T21:23:55.169Z | Compiling ascii-canvas v3.0.0 |
2227 | 2024-11-13T21:23:55.669Z | Compiling universal-hash v0.5.1 |
2228 | 2024-11-13T21:23:55.918Z | Compiling thiserror-impl-no-std v2.0.2 |
2229 | 2024-11-13T21:23:57.297Z | Compiling packed_struct_codegen v0.10.1 |
2230 | 2024-11-13T21:23:58.659Z | Compiling lzma-sys v0.1.20 |
2231 | 2024-11-13T21:23:59.357Z | Compiling ena v0.14.3 |
2232 | 2024-11-13T21:23:59.807Z | Compiling indexmap v1.9.3 |
2233 | 2024-11-13T21:23:59.882Z | Compiling opaque-debug v0.3.1 |
2234 | 2024-11-13T21:23:59.994Z | Compiling diff v0.1.13 |
2235 | 2024-11-13T21:24:00.127Z | Compiling regex-syntax v0.6.29 |
2236 | 2024-11-13T21:24:00.544Z | Compiling nodrop v0.1.14 |
2237 | 2024-11-13T21:24:00.693Z | Compiling array-init v0.0.4 |
2238 | 2024-11-13T21:24:02.069Z | Compiling poly1305 v0.8.0 |
2239 | 2024-11-13T21:24:03.460Z | Compiling diesel v2.2.4 |
2240 | 2024-11-13T21:24:03.606Z | Compiling lalrpop v0.19.12 |
2241 | 2024-11-13T21:24:09.986Z | Compiling thiserror-no-std v2.0.2 |
2242 | 2024-11-13T21:24:10.123Z | Compiling smallvec v0.6.14 |
2243 | 2024-11-13T21:24:11.217Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2244 | 2024-11-13T21:24:11.532Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2245 | 2024-11-13T21:24:11.820Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2246 | 2024-11-13T21:24:12.047Z | Compiling chacha20 v0.9.1 |
2247 | 2024-11-13T21:24:12.340Z | Compiling heck v0.3.3 |
2248 | 2024-11-13T21:24:12.526Z | Compiling const_format_proc_macros v0.2.33 |
2249 | 2024-11-13T21:24:12.716Z | Compiling aead v0.5.2 |
2250 | 2024-11-13T21:24:13.064Z | Compiling hashbrown v0.12.3 |
2251 | 2024-11-13T21:24:14.391Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2252 | 2024-11-13T21:24:14.432Z | Compiling bitfield v0.14.0 |
2253 | 2024-11-13T21:24:14.680Z | Compiling termcolor v1.4.1 |
2254 | 2024-11-13T21:24:14.712Z | Compiling ref-cast v1.0.23 |
2255 | 2024-11-13T21:24:15.257Z | Compiling env_logger v0.10.2 |
2256 | 2024-11-13T21:24:15.769Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2257 | 2024-11-13T21:24:18.377Z | Compiling const_format v0.2.33 |
2258 | 2024-11-13T21:24:20.808Z | Compiling chacha20poly1305 v0.10.1 |
2259 | 2024-11-13T21:24:21.056Z | Compiling zone_cfg_derive v0.1.2 |
2260 | 2024-11-13T21:24:22.034Z | Compiling serde-hex v0.1.0 |
2261 | 2024-11-13T21:24:22.451Z | Compiling vsss-rs v3.3.4 |
2262 | 2024-11-13T21:24:27.180Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2263 | 2024-11-13T21:24:27.258Z | Compiling ron v0.8.1 |
2264 | 2024-11-13T21:24:27.519Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2265 | 2024-11-13T21:24:27.834Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2266 | 2024-11-13T21:24:28.405Z | Compiling derive_builder_core v0.20.2 |
2267 | 2024-11-13T21:24:30.137Z | Compiling polar-core v0.27.3 |
2268 | 2024-11-13T21:24:30.595Z | Compiling hashbrown v0.13.2 |
2269 | 2024-11-13T21:24:31.354Z | Compiling headers-core v0.3.0 |
2270 | 2024-11-13T21:24:31.535Z | Compiling fxhash v0.2.1 |
2271 | 2024-11-13T21:24:31.778Z | Compiling libxml v0.3.3 |
2272 | 2024-11-13T21:24:32.001Z | Compiling ref-cast-impl v1.0.23 |
2273 | 2024-11-13T21:24:32.156Z | Compiling base64 v0.13.1 |
2274 | 2024-11-13T21:24:32.966Z | Compiling crc-any v2.5.0 |
2275 | 2024-11-13T21:24:33.155Z | Compiling ron v0.7.1 |
2276 | 2024-11-13T21:24:33.419Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2277 | 2024-11-13T21:24:33.912Z | Compiling object v0.30.4 |
2278 | 2024-11-13T21:24:38.381Z | Compiling headers v0.4.0 |
2279 | 2024-11-13T21:24:42.151Z | Compiling derive_builder_macro v0.20.2 |
2280 | 2024-11-13T21:24:43.004Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2281 | 2024-11-13T21:24:44.595Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2282 | 2024-11-13T21:24:45.286Z | Compiling xz2 v0.1.7 |
2283 | 2024-11-13T21:24:46.996Z | Compiling zone v0.1.8 |
2284 | 2024-11-13T21:24:49.878Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2285 | 2024-11-13T21:24:50.379Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2286 | 2024-11-13T21:24:50.635Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2287 | 2024-11-13T21:24:50.945Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2288 | 2024-11-13T21:24:51.201Z | Compiling yasna v0.5.2 |
2289 | 2024-11-13T21:24:52.348Z | Compiling phf_generator v0.11.2 |
2290 | 2024-11-13T21:24:52.557Z | Compiling strum_macros v0.24.3 |
2291 | 2024-11-13T21:24:53.153Z | Compiling kstat-rs v0.2.4 |
2292 | 2024-11-13T21:24:54.155Z | Compiling samael v0.0.17 |
2293 | 2024-11-13T21:24:54.660Z | Compiling async-recursion v1.1.1 |
2294 | 2024-11-13T21:24:55.700Z | Compiling unicase v2.7.0 |
2295 | 2024-11-13T21:24:55.939Z | Compiling path-slash v0.1.5 |
2296 | 2024-11-13T21:24:55.959Z | Compiling indoc v1.0.9 |
2297 | 2024-11-13T21:24:56.173Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2298 | 2024-11-13T21:24:56.252Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2299 | 2024-11-13T21:24:56.687Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2300 | 2024-11-13T21:24:59.911Z | Compiling phf_codegen v0.11.2 |
2301 | 2024-11-13T21:25:00.140Z | Compiling rcgen v0.12.1 |
2302 | 2024-11-13T21:25:01.887Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2303 | 2024-11-13T21:25:08.893Z | Compiling derive_builder v0.20.2 |
2304 | 2024-11-13T21:25:10.705Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2305 | 2024-11-13T21:25:12.096Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2306 | 2024-11-13T21:25:12.400Z | Compiling impl-trait-for-tuples v0.2.2 |
2307 | 2024-11-13T21:25:14.109Z | Compiling oso-derive v0.27.3 |
2308 | 2024-11-13T21:25:15.065Z | Compiling libz-sys v1.1.20 |
2309 | 2024-11-13T21:25:15.749Z | Compiling parse-zoneinfo v0.3.1 |
2310 | 2024-11-13T21:25:17.072Z | Compiling quick-xml v0.33.0 |
2311 | 2024-11-13T21:25:17.129Z | Compiling subprocess v0.2.9 |
2312 | 2024-11-13T21:25:17.427Z | Compiling diesel-dtrace v0.3.0 |
2313 | 2024-11-13T21:25:17.765Z | Compiling parking_lot_core v0.8.6 |
2314 | 2024-11-13T21:25:18.202Z | Compiling cfg_aliases v0.1.1 |
2315 | 2024-11-13T21:25:18.324Z | Compiling nix v0.28.0 |
2316 | 2024-11-13T21:25:19.119Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2317 | 2024-11-13T21:25:19.244Z | Compiling oso v0.27.3 |
2318 | 2024-11-13T21:25:21.975Z | Compiling chrono-tz-build v0.4.0 |
2319 | 2024-11-13T21:25:23.336Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2320 | 2024-11-13T21:25:24.912Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2321 | 2024-11-13T21:25:27.065Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2322 | 2024-11-13T21:25:30.230Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2323 | 2024-11-13T21:25:30.416Z | Compiling bb8 v0.8.5 |
2324 | 2024-11-13T21:25:30.528Z | Compiling vte_generate_state_changes v0.1.2 |
2325 | 2024-11-13T21:25:31.002Z | Compiling buf-list v1.0.3 |
2326 | 2024-11-13T21:25:31.138Z | Compiling vte v0.11.1 |
2327 | 2024-11-13T21:25:31.902Z | Compiling async-bb8-diesel v0.2.1 |
2328 | 2024-11-13T21:25:32.543Z | Compiling chrono-tz v0.10.0 |
2329 | 2024-11-13T21:25:33.495Z | Compiling fd-lock v4.0.2 |
2330 | 2024-11-13T21:25:33.732Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2331 | 2024-11-13T21:25:33.824Z | Compiling pin-project-internal v1.1.6 |
2332 | 2024-11-13T21:25:34.531Z | Compiling atty v0.2.14 |
2333 | 2024-11-13T21:25:34.700Z | Compiling bytecount v0.6.8 |
2334 | 2024-11-13T21:25:35.022Z | Compiling salty v0.3.0 |
2335 | 2024-11-13T21:25:35.466Z | Compiling papergrid v0.11.0 |
2336 | 2024-11-13T21:25:36.598Z | Compiling pin-project v1.1.6 |
2337 | 2024-11-13T21:25:37.265Z | Compiling parking_lot v0.11.2 |
2338 | 2024-11-13T21:25:46.134Z | Compiling strip-ansi-escapes v0.2.0 |
2339 | 2024-11-13T21:25:47.964Z | Compiling tabled_derive v0.7.0 |
2340 | 2024-11-13T21:25:48.692Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2341 | 2024-11-13T21:25:50.034Z | Compiling peg-macros v0.8.4 |
2342 | 2024-11-13T21:25:53.436Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2343 | 2024-11-13T21:25:53.615Z | Compiling snafu-derive v0.8.5 |
2344 | 2024-11-13T21:25:54.384Z | Compiling sqlparser_derive v0.2.2 |
2345 | 2024-11-13T21:25:55.463Z | Compiling home v0.5.9 |
2346 | 2024-11-13T21:25:55.779Z | Compiling lockfree-object-pool v0.1.6 |
2347 | 2024-11-13T21:25:56.101Z | Compiling simd-adler32 v0.3.7 |
2348 | 2024-11-13T21:25:57.218Z | Compiling nu-ansi-term v0.50.1 |
2349 | 2024-11-13T21:25:58.322Z | Compiling bumpalo v3.16.0 |
2350 | 2024-11-13T21:25:58.478Z | Compiling zip v2.1.3 |
2351 | 2024-11-13T21:25:58.809Z | Compiling unicode_categories v0.1.1 |
2352 | 2024-11-13T21:25:58.942Z | Compiling zopfli v0.8.1 |
2353 | 2024-11-13T21:25:59.181Z | Compiling sqlformat v0.2.6 |
2354 | 2024-11-13T21:26:03.110Z | Compiling snafu v0.8.5 |
2355 | 2024-11-13T21:26:03.697Z | Compiling reedline v0.35.0 |
2356 | 2024-11-13T21:26:04.392Z | Compiling rustyline v14.0.0 |
2357 | 2024-11-13T21:26:10.357Z | Compiling sqlparser v0.45.0 |
2358 | 2024-11-13T21:26:11.532Z | Compiling peg v0.8.4 |
2359 | 2024-11-13T21:26:11.659Z | Compiling tabled v0.15.0 |
2360 | 2024-11-13T21:26:15.708Z | Compiling sled v0.34.7 |
2361 | 2024-11-13T21:26:16.788Z | Compiling mime_guess v2.0.5 |
2362 | 2024-11-13T21:26:20.148Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2363 | 2024-11-13T21:26:22.347Z | Compiling hickory-client v0.24.1 |
2364 | 2024-11-13T21:26:27.088Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2365 | 2024-11-13T21:26:27.500Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2366 | 2024-11-13T21:26:27.596Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2367 | 2024-11-13T21:26:33.952Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2368 | 2024-11-13T21:26:38.189Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2369 | 2024-11-13T21:26:39.760Z | Compiling globset v0.4.15 |
2370 | 2024-11-13T21:26:42.701Z | Compiling hickory-server v0.24.1 |
2371 | 2024-11-13T21:26:47.491Z | Compiling primeorder v0.13.6 |
2372 | 2024-11-13T21:26:48.115Z | Compiling olpc-cjson v0.1.4 |
2373 | 2024-11-13T21:26:48.467Z | Compiling vergen v8.3.2 |
2374 | 2024-11-13T21:26:48.786Z | Compiling bcs v0.1.6 |
2375 | 2024-11-13T21:26:48.815Z | Compiling env_filter v0.1.2 |
2376 | 2024-11-13T21:26:49.801Z | Compiling serde_plain v1.0.2 |
2377 | 2024-11-13T21:26:50.369Z | Compiling cargo-platform v0.1.8 |
2378 | 2024-11-13T21:26:50.408Z | Compiling nanorand v0.7.0 |
2379 | 2024-11-13T21:26:50.897Z | Compiling memoffset v0.9.1 |
2380 | 2024-11-13T21:26:50.952Z | Compiling typed-path v0.9.3 |
2381 | 2024-11-13T21:26:51.144Z | Compiling flume v0.11.1 |
2382 | 2024-11-13T21:26:51.382Z | Compiling cargo_metadata v0.18.1 |
2383 | 2024-11-13T21:26:54.755Z | Compiling tough v0.19.0 |
2384 | 2024-11-13T21:26:54.984Z | Compiling env_logger v0.11.5 |
2385 | 2024-11-13T21:26:55.506Z | Compiling p384 v0.13.0 |
2386 | 2024-11-13T21:26:56.439Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2387 | 2024-11-13T21:26:58.470Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2388 | 2024-11-13T21:27:01.641Z | Compiling git2 v0.19.0 |
2389 | 2024-11-13T21:27:08.506Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2390 | 2024-11-13T21:27:11.143Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2391 | 2024-11-13T21:27:12.296Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2392 | 2024-11-13T21:27:15.719Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2393 | 2024-11-13T21:27:18.652Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2394 | 2024-11-13T21:27:20.153Z | Compiling rand_seeder v0.3.0 |
2395 | 2024-11-13T21:27:20.474Z | Compiling libsqlite3-sys v0.30.1 |
2396 | 2024-11-13T21:27:20.544Z | Compiling cfg_aliases v0.2.1 |
2397 | 2024-11-13T21:27:20.668Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2398 | 2024-11-13T21:27:20.989Z | Compiling parse-size v1.1.0 |
2399 | 2024-11-13T21:27:21.009Z | Compiling rustls v0.21.12 |
2400 | 2024-11-13T21:27:21.308Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2401 | 2024-11-13T21:27:21.408Z | Compiling nix v0.29.0 |
2402 | 2024-11-13T21:27:21.427Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2403 | 2024-11-13T21:27:21.660Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2404 | 2024-11-13T21:27:24.312Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2405 | 2024-11-13T21:27:24.362Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2406 | 2024-11-13T21:27:25.211Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2407 | 2024-11-13T21:27:25.522Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2408 | 2024-11-13T21:27:27.626Z | Compiling sct v0.7.1 |
2409 | 2024-11-13T21:27:28.112Z | Compiling rustls-webpki v0.101.7 |
2410 | 2024-11-13T21:27:29.802Z | Compiling castaway v0.2.3 |
2411 | 2024-11-13T21:27:30.022Z | Compiling csv-core v0.1.11 |
2412 | 2024-11-13T21:27:30.093Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2413 | 2024-11-13T21:27:30.422Z | Compiling glob v0.3.1 |
2414 | 2024-11-13T21:27:30.921Z | Compiling http-range v0.1.5 |
2415 | 2024-11-13T21:27:31.512Z | Compiling hyper-staticfile v0.10.1 |
2416 | 2024-11-13T21:27:32.114Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2417 | 2024-11-13T21:27:32.498Z | Compiling csv v1.3.0 |
2418 | 2024-11-13T21:27:34.672Z | Compiling compact_str v0.8.0 |
2419 | 2024-11-13T21:27:37.325Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2420 | 2024-11-13T21:27:38.091Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2421 | 2024-11-13T21:27:39.380Z | Compiling nix v0.27.1 |
2422 | 2024-11-13T21:27:39.509Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2423 | 2024-11-13T21:27:42.518Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2424 | 2024-11-13T21:27:47.080Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2425 | 2024-11-13T21:27:52.845Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2426 | 2024-11-13T21:27:53.021Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2427 | 2024-11-13T21:27:54.740Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2428 | 2024-11-13T21:27:55.097Z | Compiling unicode-truncate v1.1.0 |
2429 | 2024-11-13T21:27:55.395Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2430 | 2024-11-13T21:27:55.701Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2431 | 2024-11-13T21:27:56.001Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2432 | 2024-11-13T21:27:59.758Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2433 | 2024-11-13T21:28:00.701Z | Compiling hashlink v0.9.1 |
2434 | 2024-11-13T21:28:01.206Z | Compiling tungstenite v0.23.0 |
2435 | 2024-11-13T21:28:01.559Z | Compiling lru v0.12.5 |
2436 | 2024-11-13T21:28:01.954Z | Compiling instability v0.3.2 |
2437 | 2024-11-13T21:28:02.735Z | Compiling fallible-iterator v0.3.0 |
2438 | 2024-11-13T21:28:02.958Z | Compiling cassowary v0.3.0 |
2439 | 2024-11-13T21:28:03.573Z | Compiling fallible-streaming-iterator v0.1.9 |
2440 | 2024-11-13T21:28:03.609Z | Compiling ratatui v0.28.1 |
2441 | 2024-11-13T21:28:03.870Z | Compiling rusqlite v0.32.1 |
2442 | 2024-11-13T21:28:06.625Z | Compiling tokio-tungstenite v0.23.1 |
2443 | 2024-11-13T21:28:06.994Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2444 | 2024-11-13T21:28:10.590Z | Compiling tokio-rustls v0.24.1 |
2445 | 2024-11-13T21:28:16.753Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2446 | 2024-11-13T21:28:18.777Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2447 | 2024-11-13T21:28:20.316Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2448 | 2024-11-13T21:28:22.202Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2449 | 2024-11-13T21:28:24.433Z | Compiling rustls-pemfile v1.0.4 |
2450 | 2024-11-13T21:28:24.666Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2451 | 2024-11-13T21:28:24.946Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2452 | 2024-11-13T21:28:25.120Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2453 | 2024-11-13T21:28:25.268Z | Compiling signal-hook-tokio v0.3.1 |
2454 | 2024-11-13T21:28:25.498Z | Compiling twox-hash v1.6.3 |
2455 | 2024-11-13T21:28:26.511Z | Compiling smawk v0.3.2 |
2456 | 2024-11-13T21:28:26.776Z | Compiling is_ci v1.2.0 |
2457 | 2024-11-13T21:28:27.045Z | Compiling unicode-linebreak v0.1.5 |
2458 | 2024-11-13T21:28:27.588Z | Compiling textwrap v0.16.1 |
2459 | 2024-11-13T21:28:29.501Z | Compiling supports-color v3.0.1 |
2460 | 2024-11-13T21:28:30.969Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2461 | 2024-11-13T21:28:34.382Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2462 | 2024-11-13T21:28:52.162Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2463 | 2024-11-13T21:28:52.682Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2464 | 2024-11-13T21:28:54.486Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2465 | 2024-11-13T21:28:57.690Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2466 | 2024-11-13T21:28:59.155Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2467 | 2024-11-13T21:28:59.813Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2468 | 2024-11-13T21:29:07.185Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2469 | 2024-11-13T21:29:07.498Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2470 | 2024-11-13T21:29:07.952Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2471 | 2024-11-13T21:29:14.254Z | Compiling fatfs v0.3.6 |
2472 | 2024-11-13T21:29:17.188Z | Compiling rtoolbox v0.0.2 |
2473 | 2024-11-13T21:29:17.321Z | Compiling assert_matches v1.5.0 |
2474 | 2024-11-13T21:29:17.500Z | Compiling rpassword v7.3.1 |
2475 | 2024-11-13T21:29:17.629Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2476 | 2024-11-13T21:29:17.967Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2477 | 2024-11-13T21:29:34.537Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2478 | 2024-11-13T21:29:39.192Z | Compiling tui-tree-widget v0.22.0 |
2479 | 2024-11-13T21:29:39.648Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2480 | 2024-11-13T21:29:41.946Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2481 | 2024-11-13T21:29:45.625Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2482 | 2024-11-13T21:29:45.947Z | Compiling uzers v0.12.1 |
2483 | 2024-11-13T21:29:49.035Z | Compiling shell-words v1.1.0 |
2484 | 2024-11-13T21:29:49.468Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2485 | 2024-11-13T21:29:56.059Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2486 | 2024-11-13T21:29:58.129Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2487 | 2024-11-13T21:30:17.145Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2488 | 2024-11-13T21:30:27.693Z | Compiling multimap v0.10.0 |
2489 | 2024-11-13T21:32:23.531Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2490 | 2024-11-13T21:32:40.995Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2491 | 2024-11-13T21:39:35.131Z | Finished `release` profile [optimized] target(s) in 16m 30s |
2492 | 2024-11-13T21:40:36.536Z | |
2493 | 2024-11-13T21:40:36.540Z | real 17:33.113572986 |
2494 | 2024-11-13T21:40:36.540Z | user 1:58:43.217498515 |
2495 | 2024-11-13T21:40:36.540Z | sys 5:44.985411478 |
2496 | 2024-11-13T21:40:36.540Z | trap 2.987243310 |
2497 | 2024-11-13T21:40:36.540Z | tflt 3.069608012 |
2498 | 2024-11-13T21:40:36.540Z | dflt 3.573730407 |
2499 | 2024-11-13T21:40:36.540Z | kflt 0.066722587 |
2500 | 2024-11-13T21:40:36.540Z | lock 7:23:46.615641932 |
2501 | 2024-11-13T21:40:36.540Z | slp 6:24:19.282764796 |
2502 | 2024-11-13T21:40:36.540Z | lat 2:50.574616016 |
2503 | 2024-11-13T21:40:36.540Z | stop 2:38.204930152 |
2504 | 2024-11-13T21:40:36.540Z | + mapfile -t packages |
2505 | 2024-11-13T21:40:36.540Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2506 | 2024-11-13T21:40:37.577Z | Finished `release` profile [optimized] target(s) in 0.98s |
2507 | 2024-11-13T21:40:37.647Z | Running `target/release/omicron-package -t test list-outputs` |
2508 | 2024-11-13T21:40:37.700Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2509 | 2024-11-13T21:40:37.702Z | + ptime -m cargo build --locked --release -p xtask |
2510 | 2024-11-13T21:40:38.288Z | Compiling serde v1.0.215 |
2511 | 2024-11-13T21:40:38.291Z | Compiling rustix v0.38.37 |
2512 | 2024-11-13T21:40:38.291Z | Compiling serde_json v1.0.132 |
2513 | 2024-11-13T21:40:38.291Z | Compiling libc v0.2.162 |
2514 | 2024-11-13T21:40:38.392Z | Compiling syn v2.0.87 |
2515 | 2024-11-13T21:40:38.412Z | Compiling bitflags v2.6.0 |
2516 | 2024-11-13T21:40:38.759Z | Compiling usdt-impl v0.5.0 |
2517 | 2024-11-13T21:40:38.799Z | Compiling syn v1.0.109 |
2518 | 2024-11-13T21:40:38.892Z | Compiling log v0.4.22 |
2519 | 2024-11-13T21:40:38.914Z | Compiling hashbrown v0.15.0 |
2520 | 2024-11-13T21:40:38.986Z | Compiling fs-err v2.11.0 |
2521 | 2024-11-13T21:40:39.283Z | Compiling once_cell v1.20.2 |
2522 | 2024-11-13T21:40:39.362Z | Compiling anyhow v1.0.93 |
2523 | 2024-11-13T21:40:39.801Z | Compiling thread-id v4.2.2 |
2524 | 2024-11-13T21:40:40.257Z | Compiling indexmap v2.6.0 |
2525 | 2024-11-13T21:40:41.401Z | Compiling terminal_size v0.4.0 |
2526 | 2024-11-13T21:40:41.401Z | Compiling tempfile v3.13.0 |
2527 | 2024-11-13T21:40:41.664Z | Compiling clap_builder v4.5.20 |
2528 | 2024-11-13T21:40:42.347Z | Compiling proc-macro-error v1.0.4 |
2529 | 2024-11-13T21:40:43.508Z | Compiling tabled_derive v0.7.0 |
2530 | 2024-11-13T21:40:44.807Z | Compiling tabled v0.15.0 |
2531 | 2024-11-13T21:40:46.537Z | Compiling serde_derive v1.0.215 |
2532 | 2024-11-13T21:40:47.238Z | Compiling thiserror-impl v1.0.69 |
2533 | 2024-11-13T21:40:48.133Z | Compiling zerocopy-derive v0.7.35 |
2534 | 2024-11-13T21:40:48.342Z | Compiling scroll_derive v0.12.0 |
2535 | 2024-11-13T21:40:49.750Z | Compiling scroll v0.12.0 |
2536 | 2024-11-13T21:40:50.153Z | Compiling thiserror v1.0.69 |
2537 | 2024-11-13T21:40:50.303Z | Compiling pest v2.7.14 |
2538 | 2024-11-13T21:40:50.380Z | Compiling zerocopy v0.7.35 |
2539 | 2024-11-13T21:40:51.947Z | Compiling goblin v0.8.2 |
2540 | 2024-11-13T21:40:53.430Z | Compiling pest_meta v2.7.14 |
2541 | 2024-11-13T21:40:57.233Z | Compiling pest_generator v2.7.14 |
2542 | 2024-11-13T21:40:59.049Z | Compiling pest_derive v2.7.14 |
2543 | 2024-11-13T21:40:59.589Z | Compiling clap_derive v4.5.18 |
2544 | 2024-11-13T21:40:59.832Z | Compiling dtrace-parser v0.2.0 |
2545 | 2024-11-13T21:41:01.017Z | Compiling toml_datetime v0.6.8 |
2546 | 2024-11-13T21:41:01.298Z | Compiling serde_spanned v0.6.8 |
2547 | 2024-11-13T21:41:01.590Z | Compiling serde_tokenstream v0.2.2 |
2548 | 2024-11-13T21:41:01.645Z | Compiling toml_edit v0.22.22 |
2549 | 2024-11-13T21:41:01.748Z | Compiling camino v1.1.9 |
2550 | 2024-11-13T21:41:03.189Z | Compiling dof v0.3.0 |
2551 | 2024-11-13T21:41:05.583Z | Compiling usdt-attr-macro v0.5.0 |
2552 | 2024-11-13T21:41:07.022Z | Compiling usdt-macro v0.5.0 |
2553 | 2024-11-13T21:41:07.222Z | Compiling toml v0.8.19 |
2554 | 2024-11-13T21:41:08.285Z | Compiling semver v1.0.23 |
2555 | 2024-11-13T21:41:08.446Z | Compiling cargo-platform v0.1.8 |
2556 | 2024-11-13T21:41:09.542Z | Compiling cargo_metadata v0.18.1 |
2557 | 2024-11-13T21:41:09.682Z | Compiling usdt v0.5.0 |
2558 | 2024-11-13T21:41:09.744Z | Compiling cargo_toml v0.20.5 |
2559 | 2024-11-13T21:41:11.218Z | Compiling clap v4.5.20 |
2560 | 2024-11-13T21:41:11.365Z | Compiling camino-tempfile v1.1.1 |
2561 | 2024-11-13T21:41:12.207Z | Compiling macaddr v1.0.1 |
2562 | 2024-11-13T21:41:24.064Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2563 | 2024-11-13T21:41:35.644Z | Finished `release` profile [optimized] target(s) in 57.89s |
2564 | 2024-11-13T21:41:35.753Z | |
2565 | 2024-11-13T21:41:35.757Z | real 58.026191565 |
2566 | 2024-11-13T21:41:35.757Z | user 5:51.820884561 |
2567 | 2024-11-13T21:41:35.757Z | sys 31.798750850 |
2568 | 2024-11-13T21:41:35.757Z | trap 0.162157980 |
2569 | 2024-11-13T21:41:35.757Z | tflt 0.329821019 |
2570 | 2024-11-13T21:41:35.757Z | dflt 0.488619103 |
2571 | 2024-11-13T21:41:35.757Z | kflt 0.000000000 |
2572 | 2024-11-13T21:41:35.757Z | lock 11:39.604239335 |
2573 | 2024-11-13T21:41:35.757Z | slp 17:08.570106278 |
2574 | 2024-11-13T21:41:35.757Z | lat 13.459115304 |
2575 | 2024-11-13T21:41:35.757Z | stop 17.888129800 |
2576 | 2024-11-13T21:41:35.757Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2577 | 2024-11-13T21:41:35.758Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2578 | 2024-11-13T21:41:35.758Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2579 | 2024-11-13T21:41:35.758Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2580 | 2024-11-13T21:41:35.758Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2581 | 2024-11-13T21:41:36.642Z | Compiling hashbrown v0.14.5 |
2582 | 2024-11-13T21:41:36.769Z | Compiling unsafe-libyaml v0.2.11 |
2583 | 2024-11-13T21:41:36.783Z | Compiling progenitor-client v0.8.0 |
2584 | 2024-11-13T21:41:36.785Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2585 | 2024-11-13T21:41:36.785Z | Compiling ident_case v1.0.1 |
2586 | 2024-11-13T21:41:36.786Z | Compiling ipnetwork v0.20.0 |
2587 | 2024-11-13T21:41:36.786Z | Compiling instant v0.1.13 |
2588 | 2024-11-13T21:41:36.786Z | Compiling structmeta-derive v0.3.0 |
2589 | 2024-11-13T21:41:36.954Z | Compiling darling_core v0.20.10 |
2590 | 2024-11-13T21:41:36.980Z | Compiling newtype-uuid v1.1.3 |
2591 | 2024-11-13T21:41:37.267Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2592 | 2024-11-13T21:41:37.316Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2593 | 2024-11-13T21:41:37.690Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2594 | 2024-11-13T21:41:37.828Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2595 | 2024-11-13T21:41:38.041Z | Compiling regress v0.10.1 |
2596 | 2024-11-13T21:41:38.071Z | Compiling regress v0.9.1 |
2597 | 2024-11-13T21:41:38.111Z | Compiling serde_yaml v0.9.34+deprecated |
2598 | 2024-11-13T21:41:38.114Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2599 | 2024-11-13T21:41:38.592Z | Compiling backoff v0.4.0 |
2600 | 2024-11-13T21:41:38.770Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2601 | 2024-11-13T21:41:38.950Z | Compiling macaddr v1.0.1 |
2602 | 2024-11-13T21:41:38.953Z | Compiling tempfile v3.13.0 |
2603 | 2024-11-13T21:41:39.362Z | Compiling proc-macro-crate v1.3.1 |
2604 | 2024-11-13T21:41:39.792Z | Compiling structmeta v0.3.0 |
2605 | 2024-11-13T21:41:39.863Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2606 | 2024-11-13T21:41:40.244Z | Compiling parse-display-derive v0.10.0 |
2607 | 2024-11-13T21:41:40.244Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2608 | 2024-11-13T21:41:40.428Z | Compiling num_enum_derive v0.5.11 |
2609 | 2024-11-13T21:41:40.548Z | Compiling foreign-types-macros v0.2.3 |
2610 | 2024-11-13T21:41:41.830Z | Compiling typify-impl v0.2.0 |
2611 | 2024-11-13T21:41:42.011Z | Compiling heapless v0.8.0 |
2612 | 2024-11-13T21:41:42.064Z | Compiling foreign-types-shared v0.3.1 |
2613 | 2024-11-13T21:41:42.208Z | Compiling foreign-types v0.5.0 |
2614 | 2024-11-13T21:41:42.350Z | Compiling proc-macro-error v1.0.4 |
2615 | 2024-11-13T21:41:43.020Z | Compiling num_enum v0.5.11 |
2616 | 2024-11-13T21:41:43.055Z | Compiling camino-tempfile v1.1.1 |
2617 | 2024-11-13T21:41:43.078Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2618 | 2024-11-13T21:41:43.137Z | Compiling hash32 v0.3.1 |
2619 | 2024-11-13T21:41:43.157Z | Compiling cstr-argument v0.1.2 |
2620 | 2024-11-13T21:41:43.188Z | Compiling crucible-workspace-hack v0.1.0 |
2621 | 2024-11-13T21:41:43.401Z | Compiling smoltcp v0.11.0 |
2622 | 2024-11-13T21:41:43.444Z | Compiling pretty-hex v0.2.1 |
2623 | 2024-11-13T21:41:43.498Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2624 | 2024-11-13T21:41:43.631Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2625 | 2024-11-13T21:41:43.652Z | Compiling darling_macro v0.20.10 |
2626 | 2024-11-13T21:41:43.948Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2627 | 2024-11-13T21:41:43.990Z | Compiling tabwriter v1.4.0 |
2628 | 2024-11-13T21:41:44.111Z | Compiling colored v2.1.0 |
2629 | 2024-11-13T21:41:44.131Z | Compiling cobs v0.2.3 |
2630 | 2024-11-13T21:41:44.301Z | Compiling postcard v1.0.10 |
2631 | 2024-11-13T21:41:44.418Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2632 | 2024-11-13T21:41:44.541Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2633 | 2024-11-13T21:41:44.594Z | Compiling darling v0.20.10 |
2634 | 2024-11-13T21:41:44.708Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2635 | 2024-11-13T21:41:44.750Z | Compiling serde_with_macros v3.11.0 |
2636 | 2024-11-13T21:41:44.797Z | Compiling parse-display v0.10.0 |
2637 | 2024-11-13T21:41:44.818Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2638 | 2024-11-13T21:41:44.876Z | Compiling smf v0.2.3 |
2639 | 2024-11-13T21:41:44.924Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2640 | 2024-11-13T21:41:45.273Z | Compiling zone_cfg_derive v0.3.0 |
2641 | 2024-11-13T21:41:45.507Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2642 | 2024-11-13T21:41:45.620Z | Compiling num-derive v0.4.2 |
2643 | 2024-11-13T21:41:45.987Z | Compiling sigpipe v0.1.3 |
2644 | 2024-11-13T21:41:46.129Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2645 | 2024-11-13T21:41:46.333Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2646 | 2024-11-13T21:41:46.472Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2647 | 2024-11-13T21:41:46.844Z | Compiling zone v0.3.0 |
2648 | 2024-11-13T21:41:46.937Z | Compiling universal-hash v0.5.1 |
2649 | 2024-11-13T21:41:47.223Z | Compiling opaque-debug v0.3.1 |
2650 | 2024-11-13T21:41:47.338Z | Compiling num-rational v0.4.2 |
2651 | 2024-11-13T21:41:47.511Z | Compiling password-hash v0.5.0 |
2652 | 2024-11-13T21:41:47.745Z | Compiling serde_with v3.11.0 |
2653 | 2024-11-13T21:41:48.198Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2654 | 2024-11-13T21:41:48.564Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2655 | 2024-11-13T21:41:48.585Z | Compiling num-complex v0.4.6 |
2656 | 2024-11-13T21:41:49.177Z | Compiling blake2 v0.10.6 |
2657 | 2024-11-13T21:41:49.505Z | Compiling aead v0.5.2 |
2658 | 2024-11-13T21:41:49.519Z | Compiling keccak v0.1.5 |
2659 | 2024-11-13T21:41:49.691Z | Compiling convert_case v0.4.0 |
2660 | 2024-11-13T21:41:49.820Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2661 | 2024-11-13T21:41:49.907Z | Compiling sha3 v0.10.8 |
2662 | 2024-11-13T21:41:50.337Z | Compiling argon2 v0.5.3 |
2663 | 2024-11-13T21:41:50.547Z | Compiling num v0.4.3 |
2664 | 2024-11-13T21:41:50.651Z | Compiling poly1305 v0.8.0 |
2665 | 2024-11-13T21:41:50.675Z | Compiling tungstenite v0.21.0 |
2666 | 2024-11-13T21:41:50.735Z | Compiling derive_more v0.99.18 |
2667 | 2024-11-13T21:41:50.978Z | Compiling chacha20 v0.9.1 |
2668 | 2024-11-13T21:41:51.471Z | Compiling base64 v0.21.7 |
2669 | 2024-11-13T21:41:51.771Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2670 | 2024-11-13T21:41:52.103Z | Compiling float-ord v0.3.2 |
2671 | 2024-11-13T21:41:52.282Z | Compiling tokio-tungstenite v0.21.0 |
2672 | 2024-11-13T21:41:52.304Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2673 | 2024-11-13T21:41:52.415Z | Compiling same-file v1.0.6 |
2674 | 2024-11-13T21:41:52.738Z | Compiling semver v0.1.20 |
2675 | 2024-11-13T21:41:52.758Z | Compiling walkdir v2.5.0 |
2676 | 2024-11-13T21:41:52.909Z | Compiling newline-converter v0.3.0 |
2677 | 2024-11-13T21:41:52.957Z | Compiling primeorder v0.13.6 |
2678 | 2024-11-13T21:41:53.100Z | Compiling rustc_version v0.1.7 |
2679 | 2024-11-13T21:41:53.314Z | Compiling secrecy v0.8.0 |
2680 | 2024-11-13T21:41:53.361Z | Compiling cancel-safe-futures v0.1.5 |
2681 | 2024-11-13T21:41:53.505Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2682 | 2024-11-13T21:41:53.507Z | Compiling owo-colors v4.1.0 |
2683 | 2024-11-13T21:41:53.573Z | Compiling expectorate v1.1.0 |
2684 | 2024-11-13T21:41:53.600Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2685 | 2024-11-13T21:41:53.655Z | Compiling newtype_derive v0.1.6 |
2686 | 2024-11-13T21:41:53.743Z | Compiling thiserror-impl-no-std v2.0.2 |
2687 | 2024-11-13T21:41:53.765Z | Compiling blake3 v1.5.4 |
2688 | 2024-11-13T21:41:53.817Z | Compiling ring v0.16.20 |
2689 | 2024-11-13T21:41:53.937Z | Compiling unicase v2.7.0 |
2690 | 2024-11-13T21:41:53.959Z | Compiling half v2.4.1 |
2691 | 2024-11-13T21:41:54.258Z | Compiling arc-swap v1.7.1 |
2692 | 2024-11-13T21:41:54.326Z | Compiling ciborium-io v0.2.2 |
2693 | 2024-11-13T21:41:54.479Z | Compiling ciborium-ll v0.2.2 |
2694 | 2024-11-13T21:41:54.725Z | Compiling slog-scope v4.4.0 |
2695 | 2024-11-13T21:41:54.944Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2696 | 2024-11-13T21:41:55.224Z | Compiling polyval v0.6.2 |
2697 | 2024-11-13T21:41:55.227Z | Compiling atomicwrites v0.4.4 |
2698 | 2024-11-13T21:41:55.635Z | Compiling libsw v3.3.1 |
2699 | 2024-11-13T21:41:55.699Z | Compiling memmap2 v0.9.5 |
2700 | 2024-11-13T21:41:55.748Z | Compiling arrayref v0.3.9 |
2701 | 2024-11-13T21:41:55.867Z | Compiling arrayvec v0.7.6 |
2702 | 2024-11-13T21:41:55.970Z | Compiling spin v0.5.2 |
2703 | 2024-11-13T21:41:56.208Z | Compiling indent_write v2.2.0 |
2704 | 2024-11-13T21:41:56.229Z | Compiling salty v0.3.0 |
2705 | 2024-11-13T21:41:56.304Z | Compiling linear-map v1.2.0 |
2706 | 2024-11-13T21:41:56.431Z | Compiling constant_time_eq v0.3.1 |
2707 | 2024-11-13T21:41:56.617Z | Compiling parking_lot_core v0.8.6 |
2708 | 2024-11-13T21:41:56.654Z | Compiling libefi-sys v0.1.0 |
2709 | 2024-11-13T21:41:56.999Z | Compiling thiserror-no-std v2.0.2 |
2710 | 2024-11-13T21:41:57.031Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2711 | 2024-11-13T21:41:57.133Z | Compiling vsss-rs v3.3.4 |
2712 | 2024-11-13T21:41:57.159Z | Compiling ghash v0.5.1 |
2713 | 2024-11-13T21:41:57.386Z | Compiling slog-stdlog v4.1.1 |
2714 | 2024-11-13T21:41:57.509Z | Compiling ciborium v0.2.2 |
2715 | 2024-11-13T21:41:58.185Z | Compiling p384 v0.13.0 |
2716 | 2024-11-13T21:41:58.393Z | Compiling toolchain_find v0.4.0 |
2717 | 2024-11-13T21:41:58.579Z | Compiling chacha20poly1305 v0.10.1 |
2718 | 2024-11-13T21:41:58.828Z | Compiling lzma-sys v0.1.20 |
2719 | 2024-11-13T21:41:59.068Z | Compiling ctr v0.9.2 |
2720 | 2024-11-13T21:41:59.096Z | Compiling itertools v0.13.0 |
2721 | 2024-11-13T21:41:59.444Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2722 | 2024-11-13T21:41:59.633Z | Compiling bitfield-struct v0.6.2 |
2723 | 2024-11-13T21:41:59.736Z | Compiling slog-dtrace v0.3.0 |
2724 | 2024-11-13T21:41:59.839Z | Compiling highway v1.2.0 |
2725 | 2024-11-13T21:42:00.053Z | Compiling topological-sort v0.2.2 |
2726 | 2024-11-13T21:42:00.310Z | Compiling omicron-zone-package v0.11.1 |
2727 | 2024-11-13T21:42:00.960Z | Compiling aes-gcm v0.10.3 |
2728 | 2024-11-13T21:42:01.115Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2729 | 2024-11-13T21:42:01.118Z | Compiling typify-macro v0.2.0 |
2730 | 2024-11-13T21:42:01.160Z | Compiling rustfmt-wrapper v0.2.1 |
2731 | 2024-11-13T21:42:01.261Z | Compiling mime_guess v2.0.5 |
2732 | 2024-11-13T21:42:01.382Z | Compiling slog-envlogger v2.2.0 |
2733 | 2024-11-13T21:42:01.773Z | Compiling steno v0.4.1 |
2734 | 2024-11-13T21:42:02.414Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2735 | 2024-11-13T21:42:02.516Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2736 | 2024-11-13T21:42:02.536Z | Compiling heck v0.3.3 |
2737 | 2024-11-13T21:42:02.662Z | Compiling ssh-encoding v0.2.0 |
2738 | 2024-11-13T21:42:02.989Z | Compiling blowfish v0.9.1 |
2739 | 2024-11-13T21:42:03.128Z | Compiling nibble_vec v0.1.0 |
2740 | 2024-11-13T21:42:03.222Z | Compiling env_filter v0.1.2 |
2741 | 2024-11-13T21:42:03.298Z | Compiling endian-type v0.1.2 |
2742 | 2024-11-13T21:42:03.371Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2743 | 2024-11-13T21:42:03.475Z | Compiling humantime v2.1.0 |
2744 | 2024-11-13T21:42:03.558Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2745 | 2024-11-13T21:42:03.653Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2746 | 2024-11-13T21:42:03.711Z | Compiling radix_trie v0.2.1 |
2747 | 2024-11-13T21:42:03.798Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2748 | 2024-11-13T21:42:03.909Z | Compiling env_logger v0.11.5 |
2749 | 2024-11-13T21:42:03.981Z | Compiling bcrypt-pbkdf v0.10.0 |
2750 | 2024-11-13T21:42:04.020Z | Compiling ssh-cipher v0.2.0 |
2751 | 2024-11-13T21:42:04.438Z | Compiling zone_cfg_derive v0.1.2 |
2752 | 2024-11-13T21:42:04.642Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2753 | 2024-11-13T21:42:04.847Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2754 | 2024-11-13T21:42:05.222Z | Compiling parking_lot v0.11.2 |
2755 | 2024-11-13T21:42:05.506Z | Compiling typify v0.2.0 |
2756 | 2024-11-13T21:42:05.609Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2757 | 2024-11-13T21:42:05.678Z | Compiling progenitor-impl v0.8.0 |
2758 | 2024-11-13T21:42:05.760Z | Compiling password-hash v0.4.2 |
2759 | 2024-11-13T21:42:05.940Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2760 | 2024-11-13T21:42:06.057Z | Compiling gethostname v0.5.0 |
2761 | 2024-11-13T21:42:06.090Z | Compiling fxhash v0.2.1 |
2762 | 2024-11-13T21:42:06.158Z | Compiling base64 v0.13.1 |
2763 | 2024-11-13T21:42:06.295Z | Compiling matches v0.1.10 |
2764 | 2024-11-13T21:42:06.685Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2765 | 2024-11-13T21:42:06.692Z | Compiling idna v0.2.3 |
2766 | 2024-11-13T21:42:06.692Z | Compiling sled v0.34.7 |
2767 | 2024-11-13T21:42:06.692Z | Compiling ron v0.7.1 |
2768 | 2024-11-13T21:42:06.719Z | Compiling pbkdf2 v0.11.0 |
2769 | 2024-11-13T21:42:06.767Z | Compiling zone v0.1.8 |
2770 | 2024-11-13T21:42:06.789Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2771 | 2024-11-13T21:42:07.104Z | Compiling xz2 v0.1.7 |
2772 | 2024-11-13T21:42:07.597Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2773 | 2024-11-13T21:42:08.156Z | Compiling ssh-key v0.6.6 |
2774 | 2024-11-13T21:42:08.430Z | Compiling hickory-client v0.24.1 |
2775 | 2024-11-13T21:42:09.157Z | Compiling p256 v0.13.2 |
2776 | 2024-11-13T21:42:09.200Z | Compiling p521 v0.13.3 |
2777 | 2024-11-13T21:42:09.486Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2778 | 2024-11-13T21:42:09.965Z | Compiling hickory-server v0.24.1 |
2779 | 2024-11-13T21:42:10.036Z | Compiling enum-as-inner v0.5.1 |
2780 | 2024-11-13T21:42:10.691Z | Compiling pem v3.0.4 |
2781 | 2024-11-13T21:42:11.116Z | Compiling yasna v0.5.2 |
2782 | 2024-11-13T21:42:11.513Z | Compiling headers-core v0.3.0 |
2783 | 2024-11-13T21:42:11.645Z | Compiling kstat-rs v0.2.4 |
2784 | 2024-11-13T21:42:11.700Z | Compiling nanorand v0.7.0 |
2785 | 2024-11-13T21:42:12.351Z | Compiling russh-cryptovec v0.7.3 |
2786 | 2024-11-13T21:42:12.351Z | Compiling atty v0.2.14 |
2787 | 2024-11-13T21:42:12.532Z | Compiling http-range v0.1.5 |
2788 | 2024-11-13T21:42:12.692Z | Compiling md5 v0.7.0 |
2789 | 2024-11-13T21:42:12.891Z | Compiling hyper-staticfile v0.10.1 |
2790 | 2024-11-13T21:42:12.930Z | Compiling rcgen v0.12.1 |
2791 | 2024-11-13T21:42:13.169Z | Compiling russh-keys v0.45.0 |
2792 | 2024-11-13T21:42:13.232Z | Compiling flume v0.11.1 |
2793 | 2024-11-13T21:42:13.256Z | Compiling headers v0.4.0 |
2794 | 2024-11-13T21:42:14.004Z | Compiling trust-dns-proto v0.22.0 |
2795 | 2024-11-13T21:42:14.077Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2796 | 2024-11-13T21:42:14.261Z | Compiling progenitor-macro v0.8.0 |
2797 | 2024-11-13T21:42:15.348Z | Compiling num-bigint v0.4.6 |
2798 | 2024-11-13T21:42:15.524Z | Compiling des v0.8.1 |
2799 | 2024-11-13T21:42:15.889Z | Compiling subprocess v0.2.9 |
2800 | 2024-11-13T21:42:17.444Z | Compiling display-error-chain v0.2.2 |
2801 | 2024-11-13T21:42:17.665Z | Compiling dhcproto-macros v0.1.0 |
2802 | 2024-11-13T21:42:17.686Z | Compiling hex-literal v0.4.1 |
2803 | 2024-11-13T21:42:17.854Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2804 | 2024-11-13T21:42:17.941Z | Compiling internet-checksum v0.2.1 |
2805 | 2024-11-13T21:42:18.612Z | Compiling russh v0.45.0 |
2806 | 2024-11-13T21:42:18.631Z | Compiling dhcproto v0.12.0 |
2807 | 2024-11-13T21:42:24.266Z | Compiling progenitor v0.8.0 |
2808 | 2024-11-13T21:42:24.397Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2809 | 2024-11-13T21:42:24.400Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2810 | 2024-11-13T21:42:24.400Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2811 | 2024-11-13T21:42:24.400Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2812 | 2024-11-13T21:42:24.400Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2813 | 2024-11-13T21:42:24.400Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2814 | 2024-11-13T21:42:24.400Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2815 | 2024-11-13T21:42:24.510Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2816 | 2024-11-13T21:42:25.309Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2817 | 2024-11-13T21:42:25.917Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2818 | 2024-11-13T21:42:30.771Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2819 | 2024-11-13T21:42:31.154Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2820 | 2024-11-13T21:42:40.470Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2821 | 2024-11-13T21:42:40.473Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2822 | 2024-11-13T21:42:40.473Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2823 | 2024-11-13T21:42:40.473Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2824 | 2024-11-13T21:42:41.431Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2825 | 2024-11-13T21:42:43.616Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2826 | 2024-11-13T21:42:44.717Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2827 | 2024-11-13T21:42:44.843Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2828 | 2024-11-13T21:42:45.390Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2829 | 2024-11-13T21:42:45.823Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2830 | 2024-11-13T21:42:48.579Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2831 | 2024-11-13T21:42:49.067Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2832 | 2024-11-13T21:42:49.655Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2833 | 2024-11-13T21:42:50.227Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2834 | 2024-11-13T21:42:51.255Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2835 | 2024-11-13T21:42:51.396Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2836 | 2024-11-13T21:42:51.945Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2837 | 2024-11-13T21:42:52.625Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2838 | 2024-11-13T21:42:53.141Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2839 | 2024-11-13T21:42:56.438Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2840 | 2024-11-13T21:42:56.796Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2841 | 2024-11-13T21:42:56.947Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2842 | 2024-11-13T21:42:57.849Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2843 | 2024-11-13T21:42:59.189Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2844 | 2024-11-13T21:43:02.272Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2845 | 2024-11-13T21:43:04.145Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2846 | 2024-11-13T21:43:04.886Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2847 | 2024-11-13T21:43:05.186Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2848 | 2024-11-13T21:43:08.752Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2849 | 2024-11-13T21:43:17.998Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2850 | 2024-11-13T21:43:19.260Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2851 | 2024-11-13T21:43:38.474Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2852 | 2024-11-13T21:44:13.238Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 37s |
2853 | 2024-11-13T21:44:13.453Z | |
2854 | 2024-11-13T21:44:13.456Z | real 2:37.663140158 |
2855 | 2024-11-13T21:44:13.456Z | user 11:54.991834315 |
2856 | 2024-11-13T21:44:13.456Z | sys 2:36.546777410 |
2857 | 2024-11-13T21:44:13.456Z | trap 0.314844416 |
2858 | 2024-11-13T21:44:13.456Z | tflt 0.838855596 |
2859 | 2024-11-13T21:44:13.456Z | dflt 1.621188099 |
2860 | 2024-11-13T21:44:13.456Z | kflt 0.000032020 |
2861 | 2024-11-13T21:44:13.456Z | lock 24:42.371345804 |
2862 | 2024-11-13T21:44:13.456Z | slp 42:32.980328079 |
2863 | 2024-11-13T21:44:13.456Z | lat 31.735780596 |
2864 | 2024-11-13T21:44:13.456Z | stop 1:24.275623768 |
2865 | 2024-11-13T21:44:13.456Z | + mkdir tests |
2866 | 2024-11-13T21:44:13.456Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2867 | 2024-11-13T21:44:13.461Z | + xargs -I '{}' -t cp '{}' tests/ |
2868 | 2024-11-13T21:44:14.724Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-aa907885bba511b1 tests/ |
2869 | 2024-11-13T21:44:14.752Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-5479144b40f8d6e2 tests/ |
2870 | 2024-11-13T21:44:14.779Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-b1f27d22eba1e995 tests/ |
2871 | 2024-11-13T21:44:14.806Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f46561801c03ab62 tests/ |
2872 | 2024-11-13T21:44:15.038Z | + 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/*) |
2873 | 2024-11-13T21:44:15.042Z | + 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-aa907885bba511b1 tests/commtest-b1f27d22eba1e995 tests/dhcp_server-5479144b40f8d6e2 tests/end_to_end_tests-f46561801c03ab62 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 |
2874 | 2024-11-13T21:45:23.400Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2875 | 2024-11-13T21:45:23.400Z | a .github/buildomat/ci-env.sh 1K |
2876 | 2024-11-13T21:45:23.400Z | a out/target/test 1K |
2877 | 2024-11-13T21:45:23.400Z | a out/npuzone/npuzone 23144K |
2878 | 2024-11-13T21:45:23.400Z | a package-manifest.toml 32K |
2879 | 2024-11-13T21:45:23.400Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2880 | 2024-11-13T21:45:23.400Z | a target/release/omicron-package 36279K |
2881 | 2024-11-13T21:45:23.400Z | a target/release/xtask 11749K |
2882 | 2024-11-13T21:45:23.401Z | a target/debug/bootstrap 209590K |
2883 | 2024-11-13T21:45:23.401Z | a tests/bootstrap-aa907885bba511b1 24246K |
2884 | 2024-11-13T21:45:23.401Z | a tests/commtest-b1f27d22eba1e995 25022K |
2885 | 2024-11-13T21:45:23.401Z | a tests/dhcp_server-5479144b40f8d6e2 24246K |
2886 | 2024-11-13T21:45:23.401Z | a tests/end_to_end_tests-f46561801c03ab62 227696K |
2887 | 2024-11-13T21:45:23.401Z | a out/clickhouse.tar.gz 249905K |
2888 | 2024-11-13T21:45:23.401Z | a out/clickhouse_keeper.tar.gz 249888K |
2889 | 2024-11-13T21:45:23.401Z | a out/clickhouse_server.tar.gz 249887K |
2890 | 2024-11-13T21:45:23.401Z | a out/cockroachdb.tar.gz 134171K |
2891 | 2024-11-13T21:45:23.401Z | a out/crucible-dtrace.tar 83K |
2892 | 2024-11-13T21:45:23.401Z | a out/crucible-pantry-zone.tar.gz 28154K |
2893 | 2024-11-13T21:45:23.401Z | a out/crucible-zone.tar.gz 36363K |
2894 | 2024-11-13T21:45:23.401Z | a out/external-dns.tar.gz 35228K |
2895 | 2024-11-13T21:45:23.401Z | a out/internal-dns.tar.gz 35227K |
2896 | 2024-11-13T21:45:23.401Z | a out/mg-ddm-gz.tar 62661K |
2897 | 2024-11-13T21:45:23.401Z | a out/nexus.tar.gz 99647K |
2898 | 2024-11-13T21:45:23.401Z | a out/ntp.tar.gz 10337K |
2899 | 2024-11-13T21:45:23.401Z | a out/omicron-gateway-softnpu.tar.gz 23506K |
2900 | 2024-11-13T21:45:23.401Z | a out/omicron-sled-agent.tar 111850K |
2901 | 2024-11-13T21:45:23.401Z | a out/overlay.tar.gz 3K |
2902 | 2024-11-13T21:45:23.401Z | a out/oximeter.tar.gz 50908K |
2903 | 2024-11-13T21:45:23.401Z | a out/oxlog.tar 3091K |
2904 | 2024-11-13T21:45:23.401Z | a out/probe.tar.gz 2764K |
2905 | 2024-11-13T21:45:23.401Z | a out/propolis-server.tar.gz 66584K |
2906 | 2024-11-13T21:45:23.401Z | a out/pumpkind-gz.tar 26665K |
2907 | 2024-11-13T21:45:23.401Z | a out/switch-softnpu.tar.gz 233294K |
2908 | 2024-11-13T21:45:23.405Z | |
2909 | 2024-11-13T21:45:23.405Z | real 1:08.365251384 |
2910 | 2024-11-13T21:45:23.405Z | user 1:05.193172310 |
2911 | 2024-11-13T21:45:23.405Z | sys 4.483751745 |
2912 | 2024-11-13T21:45:23.405Z | trap 0.017405834 |
2913 | 2024-11-13T21:45:23.405Z | tflt 0.000000000 |
2914 | 2024-11-13T21:45:23.405Z | dflt 0.000000000 |
2915 | 2024-11-13T21:45:23.405Z | kflt 0.000000000 |
2916 | 2024-11-13T21:45:23.405Z | lock 0.000000000 |
2917 | 2024-11-13T21:45:23.405Z | slp 1:05.048076539 |
2918 | 2024-11-13T21:45:23.405Z | lat 1.983514009 |
2919 | 2024-11-13T21:45:23.405Z | stop 0.000201627 |
2920 | 2024-11-13T21:45:23.405Z | process exited: duration 1994377 ms, exit code 0 |
|
2921 | 2024-11-13T21:45:23.422Z | found 1 output files |
2922 | 2024-11-13T21:45:23.422Z | uploading: /work/package.tar.gz (1761349255 bytes) |
2923 | 2024-11-13T21:46:03.122Z | uploaded: /work/package.tar.gz |