|
|
|
1 | 2024-11-13T04:20:53.410Z | job assigned to worker 01JCHVZMF8RY5J8KEPAN7AH8MP (queued for 1 m 1 s) |
|
2 | 2024-11-13T04:21:01.390Z | starting task 0: "setup" |
3 | 2024-11-13T04:21:01.398Z | ++ uname -s |
4 | 2024-11-13T04:21:01.400Z | + kern=SunOS |
5 | 2024-11-13T04:21:01.400Z | + case "$kern" in |
6 | 2024-11-13T04:21:01.400Z | + groupadd -g 12345 build |
7 | 2024-11-13T04:21:01.403Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-13T04:21:03.418Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-13T04:21:03.560Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-13T04:21:03.562Z | + home_fs=zfs |
11 | 2024-11-13T04:21:03.563Z | + [[ zfs == autofs ]] |
12 | 2024-11-13T04:21:03.563Z | + mkdir -p /home/build |
13 | 2024-11-13T04:21:03.565Z | + chown build:build /home/build /work |
14 | 2024-11-13T04:21:04.567Z | + chmod 0700 /home/build /work |
15 | 2024-11-13T04:21:04.569Z | process exited: duration 3181 ms, exit code 0 |
|
16 | 2024-11-13T04:21:04.574Z | starting task 1: "rust-toolchain" |
17 | 2024-11-13T04:21:04.580Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-13T04:21:04.580Z | ' 1.81.0 |
19 | 2024-11-13T04:21:04.580Z | * toolchain channel = "1.81.0" |
20 | 2024-11-13T04:21:04.580Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-13T04:21:04.580Z | ' default |
22 | 2024-11-13T04:21:04.580Z | * toolchain profile = "default" |
23 | 2024-11-13T04:21:04.583Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-13T04:21:04.583Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-13T04:21:04.684Z | info: downloading installer |
26 | 2024-11-13T04:21:06.205Z | info: profile set to 'default' |
27 | 2024-11-13T04:21:06.205Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-13T04:21:06.207Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-13T04:21:06.346Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-13T04:21:06.346Z | info: downloading component 'cargo' |
31 | 2024-11-13T04:21:07.054Z | info: downloading component 'clippy' |
32 | 2024-11-13T04:21:07.314Z | info: downloading component 'rust-docs' |
33 | 2024-11-13T04:21:08.276Z | info: downloading component 'rust-std' |
34 | 2024-11-13T04:21:09.791Z | info: downloading component 'rustc' |
35 | 2024-11-13T04:21:15.111Z | info: downloading component 'rustfmt' |
36 | 2024-11-13T04:21:15.319Z | info: installing component 'cargo' |
37 | 2024-11-13T04:21:16.221Z | info: installing component 'clippy' |
38 | 2024-11-13T04:21:16.648Z | info: installing component 'rust-docs' |
39 | 2024-11-13T04:21:18.307Z | info: installing component 'rust-std' |
40 | 2024-11-13T04:21:20.229Z | info: installing component 'rustc' |
41 | 2024-11-13T04:21:26.338Z | info: installing component 'rustfmt' |
42 | 2024-11-13T04:21:26.691Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-13T04:21:26.691Z | |
44 | 2024-11-13T04:21:27.058Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-13T04:21:27.058Z | |
46 | 2024-11-13T04:21:27.062Z | |
47 | 2024-11-13T04:21:27.062Z | Rust is installed now. Great! |
48 | 2024-11-13T04:21:27.062Z | |
49 | 2024-11-13T04:21:27.062Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-13T04:21:27.064Z | environment variable. This has not been done automatically. |
51 | 2024-11-13T04:21:27.065Z | |
52 | 2024-11-13T04:21:27.065Z | To configure your current shell, you need to source |
53 | 2024-11-13T04:21:27.065Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-13T04:21:27.065Z | |
55 | 2024-11-13T04:21:27.065Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-13T04:21:27.065Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-13T04:21:27.065Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-13T04:21:27.125Z | + rustc --version |
59 | 2024-11-13T04:21:27.189Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-13T04:21:27.192Z | process exited: duration 22616 ms, exit code 0 |
|
61 | 2024-11-13T04:21:27.198Z | starting task 2: "authentication" |
62 | 2024-11-13T04:21:27.218Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-11-13T04:21:27.224Z | starting task 3: "clone repository" |
64 | 2024-11-13T04:21:27.229Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-13T04:21:27.231Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-13T04:21:27.987Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-13T04:21:37.824Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-13T04:21:37.824Z | + git fetch origin 7e1623fdb8a67722576c5eccbf821ca9c9e9a787 |
69 | 2024-11-13T04:21:38.130Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-13T04:21:38.130Z | * branch 7e1623fdb8a67722576c5eccbf821ca9c9e9a787 -> FETCH_HEAD |
71 | 2024-11-13T04:21:38.142Z | + [[ -n renovate/bytes-1.x ]] |
72 | 2024-11-13T04:21:38.145Z | ++ git branch --show-current |
73 | 2024-11-13T04:21:38.147Z | + current=main |
74 | 2024-11-13T04:21:38.147Z | + [[ main != renovate/bytes-1.x ]] |
75 | 2024-11-13T04:21:38.147Z | + git branch -f renovate/bytes-1.x 7e1623fdb8a67722576c5eccbf821ca9c9e9a787 |
76 | 2024-11-13T04:21:38.149Z | + git checkout -f renovate/bytes-1.x |
77 | 2024-11-13T04:21:38.326Z | Switched to branch 'renovate/bytes-1.x' |
78 | 2024-11-13T04:21:38.330Z | + git reset --hard 7e1623fdb8a67722576c5eccbf821ca9c9e9a787 |
79 | 2024-11-13T04:21:38.499Z | HEAD is now at 7e1623fdb Update Rust crate bytes to 1.8.0 |
80 | 2024-11-13T04:21:38.501Z | process exited: duration 11275 ms, exit code 0 |
|
81 | 2024-11-13T04:21:38.507Z | starting task 4: "build" |
82 | 2024-11-13T04:21:38.512Z | + source .github/buildomat/ci-env.sh |
83 | 2024-11-13T04:21:38.512Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-11-13T04:21:38.512Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-11-13T04:21:38.515Z | + cargo --version |
86 | 2024-11-13T04:21:38.570Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-11-13T04:21:38.572Z | + rustc --version |
88 | 2024-11-13T04:21:38.632Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-11-13T04:21:38.635Z | + WORK=/work |
90 | 2024-11-13T04:21:38.635Z | + pfexec mkdir -p /work |
91 | 2024-11-13T04:21:38.638Z | + pfexec chown build /work |
92 | 2024-11-13T04:21:38.641Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2024-11-13T04:21:58.749Z | Startup: Refreshing catalog 'helios-dev' ... Done |
94 | 2024-11-13T04:22:02.504Z | Startup: Caching catalogs ... Done |
95 | 2024-11-13T04:22:10.673Z | Planning: Solver setup ... Done (7.444s) |
96 | 2024-11-13T04:22:10.781Z | Planning: Running solver ... Done (0.102s) |
97 | 2024-11-13T04:22:10.937Z | Planning: Finding local manifests ... Done (0.077s) |
98 | 2024-11-13T04:22:10.948Z | Planning: Fetching manifests: 0/5 0% complete |
99 | 2024-11-13T04:22:11.164Z | Planning: Fetching manifests: 5/5 100% complete |
100 | 2024-11-13T04:22:11.505Z | Planning: Package planning ... Done (0.340s) |
101 | 2024-11-13T04:22:11.563Z | Planning: Merging actions ... Done (0.058s) |
102 | 2024-11-13T04:22:12.500Z | Planning: Checking for conflicting actions ... Done (0.937s) |
103 | 2024-11-13T04:22:18.728Z | Planning: Consolidating action changes ... Done (6.169s) |
104 | 2024-11-13T04:22:19.081Z | Planning: Evaluating mediators ... Done (0.413s) |
105 | 2024-11-13T04:22:19.165Z | Planning: Planning completed in 16.57 seconds |
106 | 2024-11-13T04:22:19.466Z | Packages to install: 4 |
107 | 2024-11-13T04:22:19.466Z | Packages to update: 1 |
108 | 2024-11-13T04:22:19.466Z | Mediators to change: 2 |
109 | 2024-11-13T04:22:19.466Z | Services to change: 1 |
110 | 2024-11-13T04:22:19.469Z | Estimated space available: 155.64 GB |
111 | 2024-11-13T04:22:19.469Z | Estimated space to be consumed: 1.59 GB |
112 | 2024-11-13T04:22:19.470Z | Create boot environment: No |
113 | 2024-11-13T04:22:19.470Z | Create backup boot environment: Yes |
114 | 2024-11-13T04:22:19.470Z | Rebuild boot archive: No |
115 | 2024-11-13T04:22:19.470Z | |
116 | 2024-11-13T04:22:19.470Z | Changed mediators: |
117 | 2024-11-13T04:22:19.470Z | mediator clang: |
118 | 2024-11-13T04:22:19.470Z | version: None -> 15 (system default) |
119 | 2024-11-13T04:22:19.470Z | |
120 | 2024-11-13T04:22:19.470Z | mediator llvm: |
121 | 2024-11-13T04:22:19.470Z | version: 14 (system default) -> 15 (system default) |
122 | 2024-11-13T04:22:19.470Z | |
123 | 2024-11-13T04:22:19.470Z | Changed packages: |
124 | 2024-11-13T04:22:19.470Z | helios-dev |
125 | 2024-11-13T04:22:19.470Z | developer/build-essential |
126 | 2024-11-13T04:22:19.470Z | None -> 11-2.0 |
127 | 2024-11-13T04:22:19.470Z | library/libxmlsec1 |
128 | 2024-11-13T04:22:19.470Z | None -> 1.2.35-2.0 |
129 | 2024-11-13T04:22:19.470Z | ooce/developer/clang-15 |
130 | 2024-11-13T04:22:19.470Z | None -> 15.0.7-2.0 |
131 | 2024-11-13T04:22:19.470Z | ooce/developer/llvm-15 |
132 | 2024-11-13T04:22:19.470Z | None -> 15.0.7-2.0 |
133 | 2024-11-13T04:22:19.470Z | package/pkg |
134 | 2024-11-13T04:22:19.470Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
135 | 2024-11-13T04:22:19.470Z | |
136 | 2024-11-13T04:22:19.470Z | Services: |
137 | 2024-11-13T04:22:19.470Z | restart_fmri: |
138 | 2024-11-13T04:22:19.470Z | svc:/system/update-man-index:default |
139 | 2024-11-13T04:22:19.470Z | |
140 | 2024-11-13T04:22:19.470Z | Editable files to change: |
141 | 2024-11-13T04:22:19.470Z | Update: |
142 | 2024-11-13T04:22:19.472Z | usr/share/lib/pkg/web/config.shtml |
143 | 2024-11-13T04:22:19.877Z | |
144 | 2024-11-13T04:22:19.877Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
145 | 2024-11-13T04:22:24.877Z | Download: 425/4281 items 17.0/220.6MB 7% complete (3.5M/s) |
146 | 2024-11-13T04:22:29.878Z | Download: 1147/4281 items 54.2/220.6MB 24% complete (5.4M/s) |
147 | 2024-11-13T04:22:36.228Z | Download: 1198/4281 items 83.5/220.6MB 37% complete (7.5M/s) |
148 | 2024-11-13T04:22:41.211Z | Download: 1683/4281 items 117.8/220.6MB 53% complete (5.0M/s) |
149 | 2024-11-13T04:22:46.224Z | Download: 2184/4281 items 119.0/220.6MB 53% complete (3.7M/s) |
150 | 2024-11-13T04:22:51.228Z | Download: 2427/4281 items 120.1/220.6MB 54% complete (233k/s) |
151 | 2024-11-13T04:22:56.228Z | Download: 3129/4281 items 157.7/220.6MB 71% complete (3.8M/s) |
152 | 2024-11-13T04:23:02.323Z | Download: 3246/4281 items 201.6/220.6MB 91% complete (8.3M/s) |
153 | 2024-11-13T04:23:10.401Z | Download: 3247/4281 items 201.6/220.6MB 91% complete |
154 | 2024-11-13T04:23:19.388Z | Download: 3248/4281 items 203.1/220.6MB 92% complete (1.6M/s) |
155 | 2024-11-13T04:23:24.389Z | Download: 3697/4281 items 216.4/220.6MB 98% complete (2.7M/s) |
156 | 2024-11-13T04:23:26.785Z | Download: Completed 220.60 MB in 66.90 seconds (3.3M/s) |
157 | 2024-11-13T04:23:28.944Z | Actions: 1/5063 actions (Removing old actions) |
158 | 2024-11-13T04:23:28.962Z | Actions: 194/5063 actions (Installing new actions) |
159 | 2024-11-13T04:23:33.995Z | Actions: 4079/5063 actions (Installing new actions) |
160 | 2024-11-13T04:23:35.399Z | Actions: 4226/5063 actions (Updating modified actions) |
161 | 2024-11-13T04:23:35.842Z | Actions: Completed 5063 actions in 6.90 seconds. |
162 | 2024-11-13T04:23:36.219Z | Done (0.370s) |
163 | 2024-11-13T04:23:36.222Z | Done (0.000s) |
164 | 2024-11-13T04:23:36.734Z | Done (0.513s) |
165 | 2024-11-13T04:23:43.990Z | Done (7.041s) |
166 | 2024-11-13T04:23:44.648Z | Done (0.590s) |
167 | 2024-11-13T04:23:44.650Z | Done (0.000s) |
168 | 2024-11-13T04:23:44.861Z | Done (0.000s) |
169 | 2024-11-13T04:23:45.521Z | Planning: Evaluating mediator changes ... Done |
170 | 2024-11-13T04:23:45.681Z | Planning: Checking for conflicting actions ... Done |
171 | 2024-11-13T04:23:45.684Z | Planning: Consolidating action changes ... Done |
172 | 2024-11-13T04:23:45.954Z | Planning: Evaluating mediators ... Done |
173 | 2024-11-13T04:23:45.956Z | Planning: Planning completed in 0.43 seconds |
174 | 2024-11-13T04:23:45.993Z | Mediators to change: 2 |
175 | 2024-11-13T04:23:45.996Z | Create boot environment: No |
176 | 2024-11-13T04:23:45.996Z | Create backup boot environment: No |
177 | 2024-11-13T04:23:46.098Z | Done |
178 | 2024-11-13T04:23:46.098Z | Done |
179 | 2024-11-13T04:23:46.450Z | Done |
180 | 2024-11-13T04:23:50.007Z | Done |
181 | 2024-11-13T04:23:50.096Z | Done |
182 | 2024-11-13T04:23:50.099Z | Done |
183 | 2024-11-13T04:23:50.305Z | Done |
184 | 2024-11-13T04:23:50.937Z | Planning: Evaluating mediator changes ... Done |
185 | 2024-11-13T04:23:50.940Z | Planning: Merging actions ... Done |
186 | 2024-11-13T04:23:51.128Z | Planning: Checking for conflicting actions ... Done |
187 | 2024-11-13T04:23:51.131Z | Planning: Consolidating action changes ... Done |
188 | 2024-11-13T04:23:51.402Z | Planning: Evaluating mediators ... Done |
189 | 2024-11-13T04:23:51.461Z | Planning: Planning completed in 0.77 seconds |
190 | 2024-11-13T04:23:51.501Z | Packages to change: 1 |
191 | 2024-11-13T04:23:51.501Z | Mediators to change: 1 |
192 | 2024-11-13T04:23:51.504Z | Services to change: 1 |
193 | 2024-11-13T04:23:51.504Z | Create boot environment: No |
194 | 2024-11-13T04:23:51.504Z | Create backup boot environment: Yes |
195 | 2024-11-13T04:23:53.791Z | Actions: 1/6 actions (Updating modified actions) |
196 | 2024-11-13T04:23:53.879Z | Actions: Completed 6 actions in 0.09 seconds. |
197 | 2024-11-13T04:23:53.881Z | Done |
198 | 2024-11-13T04:23:53.881Z | Done |
199 | 2024-11-13T04:23:53.987Z | Done |
200 | 2024-11-13T04:23:57.661Z | Done |
201 | 2024-11-13T04:23:57.753Z | Done |
202 | 2024-11-13T04:23:57.756Z | Done |
203 | 2024-11-13T04:23:57.989Z | Done |
204 | 2024-11-13T04:23:58.421Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
205 | 2024-11-13T04:23:58.421Z | clang system 15 system |
206 | 2024-11-13T04:23:58.421Z | csh system system illumos |
207 | 2024-11-13T04:23:58.421Z | ctags system system illumos |
208 | 2024-11-13T04:23:58.421Z | gcc vendor 12 vendor |
209 | 2024-11-13T04:23:58.421Z | gcc system 10 system |
210 | 2024-11-13T04:23:58.421Z | gcc system 7 system |
211 | 2024-11-13T04:23:58.421Z | go system 1.20 system |
212 | 2024-11-13T04:23:58.421Z | go system 1.19 system |
213 | 2024-11-13T04:23:58.421Z | llvm system 15 system |
214 | 2024-11-13T04:23:58.421Z | llvm system 14 system |
215 | 2024-11-13T04:23:58.421Z | mariadb system 10.6 system |
216 | 2024-11-13T04:23:58.421Z | mta vendor vendor dma |
217 | 2024-11-13T04:23:58.421Z | openjdk system 17 system |
218 | 2024-11-13T04:23:58.421Z | openjdk system 11 system |
219 | 2024-11-13T04:23:58.421Z | openjdk system 1.8 system |
220 | 2024-11-13T04:23:58.421Z | openssl vendor 3 vendor |
221 | 2024-11-13T04:23:58.421Z | perl system 5.36 system |
222 | 2024-11-13T04:23:58.421Z | postgresql system 15 system |
223 | 2024-11-13T04:23:58.421Z | postgresql system 13 system |
224 | 2024-11-13T04:23:58.421Z | python vendor 3 vendor |
225 | 2024-11-13T04:23:58.421Z | python system 2 system |
226 | 2024-11-13T04:23:58.421Z | python3 system 3.11 system |
227 | 2024-11-13T04:23:58.421Z | ruby system 3.0 system |
228 | 2024-11-13T04:23:58.421Z | words vendor vendor american-english |
229 | 2024-11-13T04:23:58.421Z | words system system australian-english |
230 | 2024-11-13T04:23:58.421Z | words system system british-english |
231 | 2024-11-13T04:23:58.421Z | words system system canadian-english |
232 | 2024-11-13T04:23:58.421Z | words system system french |
233 | 2024-11-13T04:23:58.421Z | words system system italian |
234 | 2024-11-13T04:23:58.422Z | words system system ngerman |
235 | 2024-11-13T04:23:58.422Z | words system system ogerman |
236 | 2024-11-13T04:23:58.422Z | words system system spanish |
237 | 2024-11-13T04:23:58.752Z | PUBLISHER TYPE STATUS P LOCATION |
238 | 2024-11-13T04:23:58.752Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
239 | 2024-11-13T04:24:01.246Z | FMRI IFO |
240 | 2024-11-13T04:24:01.246Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
241 | 2024-11-13T04:24:01.246Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
242 | 2024-11-13T04:24:01.246Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
243 | 2024-11-13T04:24:01.246Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
244 | 2024-11-13T04:24:01.246Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
245 | 2024-11-13T04:24:01.246Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
246 | 2024-11-13T04:24:01.246Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
247 | 2024-11-13T04:24:01.246Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
248 | 2024-11-13T04:24:01.246Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
249 | 2024-11-13T04:24:01.246Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
250 | 2024-11-13T04:24:01.246Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
251 | 2024-11-13T04:24:01.247Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
252 | 2024-11-13T04:24:01.247Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
253 | 2024-11-13T04:24:01.247Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
254 | 2024-11-13T04:24:01.247Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
255 | 2024-11-13T04:24:01.982Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
256 | 2024-11-13T04:24:02.274Z | Updating crates.io index |
257 | 2024-11-13T04:24:02.277Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
258 | 2024-11-13T04:24:03.119Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
259 | 2024-11-13T04:24:03.384Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
260 | 2024-11-13T04:24:03.610Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
261 | 2024-11-13T04:24:03.862Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
262 | 2024-11-13T04:24:04.726Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
263 | 2024-11-13T04:24:07.038Z | Updating git repository `https://github.com/oxidecomputer/opte` |
264 | 2024-11-13T04:24:08.039Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
265 | 2024-11-13T04:24:08.816Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
266 | 2024-11-13T04:24:09.082Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
267 | 2024-11-13T04:24:09.368Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
268 | 2024-11-13T04:24:09.858Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
269 | 2024-11-13T04:24:10.219Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
270 | 2024-11-13T04:24:10.466Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
271 | 2024-11-13T04:24:10.711Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
272 | 2024-11-13T04:24:10.934Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
273 | 2024-11-13T04:24:11.154Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
274 | 2024-11-13T04:24:11.447Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
275 | 2024-11-13T04:24:11.762Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
276 | 2024-11-13T04:24:12.167Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
277 | 2024-11-13T04:24:12.437Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
278 | 2024-11-13T04:24:12.898Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
279 | 2024-11-13T04:24:13.163Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
280 | 2024-11-13T04:24:13.594Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
281 | 2024-11-13T04:24:13.999Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
282 | 2024-11-13T04:24:14.247Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
283 | 2024-11-13T04:24:14.479Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
284 | 2024-11-13T04:24:15.893Z | Downloading crates ... |
285 | 2024-11-13T04:24:16.051Z | Downloaded autocfg v1.4.0 |
286 | 2024-11-13T04:24:16.056Z | Downloaded anstyle v1.0.10 |
287 | 2024-11-13T04:24:16.059Z | Downloaded heck v0.4.1 |
288 | 2024-11-13T04:24:16.059Z | Downloaded bytecount v0.6.8 |
289 | 2024-11-13T04:24:16.063Z | Downloaded cargo-platform v0.1.8 |
290 | 2024-11-13T04:24:16.063Z | Downloaded camino v1.1.9 |
291 | 2024-11-13T04:24:16.066Z | Downloaded semver v1.0.23 |
292 | 2024-11-13T04:24:16.066Z | Downloaded clap_derive v4.5.18 |
293 | 2024-11-13T04:24:16.070Z | Downloaded bitflags v2.6.0 |
294 | 2024-11-13T04:24:16.072Z | Downloaded anyhow v1.0.93 |
295 | 2024-11-13T04:24:16.075Z | Downloaded block-buffer v0.10.4 |
296 | 2024-11-13T04:24:16.075Z | Downloaded anstyle-parse v0.2.5 |
297 | 2024-11-13T04:24:16.078Z | Downloaded memchr v2.7.4 |
298 | 2024-11-13T04:24:16.085Z | Downloaded dtrace-parser v0.2.0 |
299 | 2024-11-13T04:24:16.088Z | Downloaded fnv v1.0.7 |
300 | 2024-11-13T04:24:16.090Z | Downloaded heck v0.5.0 |
301 | 2024-11-13T04:24:16.093Z | Downloaded proc-macro2 v1.0.89 |
302 | 2024-11-13T04:24:16.102Z | Downloaded serde_spanned v0.6.8 |
303 | 2024-11-13T04:24:16.104Z | Downloaded proc-macro-error v1.0.4 |
304 | 2024-11-13T04:24:16.107Z | Downloaded itoa v1.0.11 |
305 | 2024-11-13T04:24:16.109Z | Downloaded smawk v0.3.2 |
306 | 2024-11-13T04:24:16.111Z | Downloaded macaddr v1.0.1 |
307 | 2024-11-13T04:24:16.114Z | Downloaded goblin v0.8.2 |
308 | 2024-11-13T04:24:16.120Z | Downloaded serde v1.0.215 |
309 | 2024-11-13T04:24:16.122Z | Downloaded crypto-common v0.1.6 |
310 | 2024-11-13T04:24:16.129Z | Downloaded scroll_derive v0.12.0 |
311 | 2024-11-13T04:24:16.132Z | Downloaded dof v0.3.0 |
312 | 2024-11-13T04:24:16.139Z | Downloaded swrite v0.1.0 |
313 | 2024-11-13T04:24:16.142Z | Downloaded serde_tokenstream v0.2.2 |
314 | 2024-11-13T04:24:16.144Z | Downloaded fs-err v2.11.0 |
315 | 2024-11-13T04:24:16.146Z | Downloaded cpufeatures v0.2.14 |
316 | 2024-11-13T04:24:16.149Z | Downloaded pest_generator v2.7.14 |
317 | 2024-11-13T04:24:16.149Z | Downloaded is_terminal_polyfill v1.70.1 |
318 | 2024-11-13T04:24:16.151Z | Downloaded usdt-attr-macro v0.5.0 |
319 | 2024-11-13T04:24:16.154Z | Downloaded pretty-hex v0.4.1 |
320 | 2024-11-13T04:24:16.157Z | Downloaded errno v0.3.9 |
321 | 2024-11-13T04:24:16.159Z | Downloaded thiserror-impl v1.0.69 |
322 | 2024-11-13T04:24:16.162Z | Downloaded usdt-macro v0.5.0 |
323 | 2024-11-13T04:24:16.162Z | Downloaded usdt-impl v0.5.0 |
324 | 2024-11-13T04:24:16.165Z | Downloaded tabled_derive v0.7.0 |
325 | 2024-11-13T04:24:16.165Z | Downloaded ryu v1.0.18 |
326 | 2024-11-13T04:24:16.171Z | Downloaded clap_lex v0.7.2 |
327 | 2024-11-13T04:24:16.174Z | Downloaded cfg-if v1.0.0 |
328 | 2024-11-13T04:24:16.174Z | Downloaded pest_meta v2.7.14 |
329 | 2024-11-13T04:24:16.176Z | Downloaded zerocopy-derive v0.7.35 |
330 | 2024-11-13T04:24:16.180Z | Downloaded cargo_metadata v0.18.1 |
331 | 2024-11-13T04:24:16.182Z | Downloaded camino-tempfile v1.1.1 |
332 | 2024-11-13T04:24:16.185Z | Downloaded unicode-linebreak v0.1.5 |
333 | 2024-11-13T04:24:16.187Z | Downloaded typenum v1.17.0 |
334 | 2024-11-13T04:24:16.190Z | Downloaded version_check v0.9.5 |
335 | 2024-11-13T04:24:16.190Z | Downloaded toml_datetime v0.6.8 |
336 | 2024-11-13T04:24:16.193Z | Downloaded ucd-trie v0.1.7 |
337 | 2024-11-13T04:24:16.195Z | Downloaded serde_derive v1.0.215 |
338 | 2024-11-13T04:24:16.197Z | Downloaded terminal_size v0.4.0 |
339 | 2024-11-13T04:24:16.200Z | Downloaded clap v4.5.20 |
340 | 2024-11-13T04:24:16.209Z | Downloaded indexmap v2.6.0 |
341 | 2024-11-13T04:24:16.213Z | Downloaded toml v0.8.19 |
342 | 2024-11-13T04:24:16.223Z | Downloaded textwrap v0.16.1 |
343 | 2024-11-13T04:24:16.226Z | Downloaded hashbrown v0.15.0 |
344 | 2024-11-13T04:24:16.237Z | Downloaded pest v2.7.14 |
345 | 2024-11-13T04:24:16.253Z | Downloaded fastrand v2.1.1 |
346 | 2024-11-13T04:24:16.256Z | Downloaded clap_builder v4.5.20 |
347 | 2024-11-13T04:24:16.263Z | Downloaded winnow v0.6.20 |
348 | 2024-11-13T04:24:16.271Z | Downloaded unicode-width v0.1.14 |
349 | 2024-11-13T04:24:16.277Z | Downloaded tabled v0.15.0 |
350 | 2024-11-13T04:24:16.296Z | Downloaded utf8parse v0.2.2 |
351 | 2024-11-13T04:24:16.300Z | Downloaded cargo_toml v0.20.5 |
352 | 2024-11-13T04:24:16.300Z | Downloaded syn v2.0.87 |
353 | 2024-11-13T04:24:16.305Z | Downloaded thiserror v1.0.69 |
354 | 2024-11-13T04:24:16.310Z | Downloaded plain v0.2.3 |
355 | 2024-11-13T04:24:16.314Z | Downloaded anstyle-query v1.1.1 |
356 | 2024-11-13T04:24:16.314Z | Downloaded serde_json v1.0.132 |
357 | 2024-11-13T04:24:16.319Z | Downloaded memmap v0.7.0 |
358 | 2024-11-13T04:24:16.322Z | Downloaded libc v0.2.162 |
359 | 2024-11-13T04:24:16.348Z | Downloaded strsim v0.11.1 |
360 | 2024-11-13T04:24:16.351Z | Downloaded byteorder v1.5.0 |
361 | 2024-11-13T04:24:16.351Z | Downloaded anstream v0.6.15 |
362 | 2024-11-13T04:24:16.355Z | Downloaded sha2 v0.10.8 |
363 | 2024-11-13T04:24:16.355Z | Downloaded pest_derive v2.7.14 |
364 | 2024-11-13T04:24:16.359Z | Downloaded log v0.4.22 |
365 | 2024-11-13T04:24:16.359Z | Downloaded colorchoice v1.0.2 |
366 | 2024-11-13T04:24:16.362Z | Downloaded generic-array v0.14.7 |
367 | 2024-11-13T04:24:16.362Z | Downloaded syn v1.0.109 |
368 | 2024-11-13T04:24:16.370Z | Downloaded unicode-ident v1.0.13 |
369 | 2024-11-13T04:24:16.373Z | Downloaded rustix v0.38.37 |
370 | 2024-11-13T04:24:16.393Z | Downloaded zerocopy v0.7.35 |
371 | 2024-11-13T04:24:16.416Z | Downloaded digest v0.10.7 |
372 | 2024-11-13T04:24:16.475Z | Downloaded usdt v0.5.0 |
373 | 2024-11-13T04:24:16.483Z | Downloaded papergrid v0.11.0 |
374 | 2024-11-13T04:24:16.522Z | Downloaded proc-macro-error-attr v1.0.4 |
375 | 2024-11-13T04:24:16.525Z | Downloaded thread-id v4.2.2 |
376 | 2024-11-13T04:24:16.529Z | Downloaded tempfile v3.13.0 |
377 | 2024-11-13T04:24:16.560Z | Downloaded quote v1.0.37 |
378 | 2024-11-13T04:24:16.570Z | Downloaded toml_edit v0.22.22 |
379 | 2024-11-13T04:24:16.615Z | Downloaded equivalent v1.0.1 |
380 | 2024-11-13T04:24:16.672Z | Downloaded scroll v0.12.0 |
381 | 2024-11-13T04:24:16.675Z | Downloaded once_cell v1.20.2 |
382 | 2024-11-13T04:24:16.962Z | Compiling proc-macro2 v1.0.89 |
383 | 2024-11-13T04:24:16.962Z | Compiling unicode-ident v1.0.13 |
384 | 2024-11-13T04:24:16.962Z | Compiling serde v1.0.215 |
385 | 2024-11-13T04:24:16.965Z | Compiling version_check v0.9.5 |
386 | 2024-11-13T04:24:16.965Z | Compiling thiserror v1.0.69 |
387 | 2024-11-13T04:24:16.965Z | Compiling memchr v2.7.4 |
388 | 2024-11-13T04:24:16.965Z | Compiling libc v0.2.162 |
389 | 2024-11-13T04:24:16.998Z | Compiling ryu v1.0.18 |
390 | 2024-11-13T04:24:17.216Z | Compiling ucd-trie v0.1.7 |
391 | 2024-11-13T04:24:17.424Z | Compiling itoa v1.0.11 |
392 | 2024-11-13T04:24:17.652Z | Compiling once_cell v1.20.2 |
393 | 2024-11-13T04:24:17.768Z | Compiling byteorder v1.5.0 |
394 | 2024-11-13T04:24:18.016Z | Compiling rustix v0.38.37 |
395 | 2024-11-13T04:24:18.599Z | Compiling serde_json v1.0.132 |
396 | 2024-11-13T04:24:18.602Z | Compiling bitflags v2.6.0 |
397 | 2024-11-13T04:24:18.831Z | Compiling proc-macro-error-attr v1.0.4 |
398 | 2024-11-13T04:24:18.859Z | Compiling usdt-impl v0.5.0 |
399 | 2024-11-13T04:24:19.002Z | Compiling syn v1.0.109 |
400 | 2024-11-13T04:24:19.022Z | Compiling proc-macro-error v1.0.4 |
401 | 2024-11-13T04:24:19.047Z | Compiling hashbrown v0.15.0 |
402 | 2024-11-13T04:24:19.274Z | Compiling utf8parse v0.2.2 |
403 | 2024-11-13T04:24:19.377Z | Compiling equivalent v1.0.1 |
404 | 2024-11-13T04:24:19.514Z | Compiling plain v0.2.3 |
405 | 2024-11-13T04:24:19.544Z | Compiling camino v1.1.9 |
406 | 2024-11-13T04:24:19.545Z | Compiling log v0.4.22 |
407 | 2024-11-13T04:24:19.681Z | Compiling anstyle-parse v0.2.5 |
408 | 2024-11-13T04:24:19.707Z | Compiling quote v1.0.37 |
409 | 2024-11-13T04:24:19.882Z | Compiling thread-id v4.2.2 |
410 | 2024-11-13T04:24:20.001Z | Compiling errno v0.3.9 |
411 | 2024-11-13T04:24:20.096Z | Compiling syn v2.0.87 |
412 | 2024-11-13T04:24:20.309Z | Compiling semver v1.0.23 |
413 | 2024-11-13T04:24:20.350Z | Compiling indexmap v2.6.0 |
414 | 2024-11-13T04:24:20.405Z | Compiling winnow v0.6.20 |
415 | 2024-11-13T04:24:20.409Z | Compiling unicode-width v0.1.14 |
416 | 2024-11-13T04:24:20.816Z | Compiling anstyle v1.0.10 |
417 | 2024-11-13T04:24:20.926Z | Compiling autocfg v1.4.0 |
418 | 2024-11-13T04:24:21.272Z | Compiling pretty-hex v0.4.1 |
419 | 2024-11-13T04:24:21.487Z | Compiling anstyle-query v1.1.1 |
420 | 2024-11-13T04:24:21.654Z | Compiling colorchoice v1.0.2 |
421 | 2024-11-13T04:24:21.697Z | Compiling is_terminal_polyfill v1.70.1 |
422 | 2024-11-13T04:24:21.819Z | Compiling anstream v0.6.15 |
423 | 2024-11-13T04:24:21.986Z | Compiling fastrand v2.1.1 |
424 | 2024-11-13T04:24:22.011Z | Compiling strsim v0.11.1 |
425 | 2024-11-13T04:24:22.109Z | Compiling fs-err v2.11.0 |
426 | 2024-11-13T04:24:22.392Z | Compiling terminal_size v0.4.0 |
427 | 2024-11-13T04:24:22.525Z | Compiling heck v0.4.1 |
428 | 2024-11-13T04:24:22.555Z | Compiling fnv v1.0.7 |
429 | 2024-11-13T04:24:22.613Z | Compiling heck v0.5.0 |
430 | 2024-11-13T04:24:22.700Z | Compiling bytecount v0.6.8 |
431 | 2024-11-13T04:24:22.951Z | Compiling cfg-if v1.0.0 |
432 | 2024-11-13T04:24:22.978Z | Compiling anyhow v1.0.93 |
433 | 2024-11-13T04:24:23.066Z | Compiling clap_lex v0.7.2 |
434 | 2024-11-13T04:24:23.092Z | Compiling papergrid v0.11.0 |
435 | 2024-11-13T04:24:23.491Z | Compiling tempfile v3.13.0 |
436 | 2024-11-13T04:24:23.604Z | Compiling clap_builder v4.5.20 |
437 | 2024-11-13T04:24:23.974Z | Compiling memmap v0.7.0 |
438 | 2024-11-13T04:24:24.056Z | Compiling unicode-linebreak v0.1.5 |
439 | 2024-11-13T04:24:24.286Z | Compiling smawk v0.3.2 |
440 | 2024-11-13T04:24:24.506Z | Compiling textwrap v0.16.1 |
441 | 2024-11-13T04:24:24.540Z | Compiling swrite v0.1.0 |
442 | 2024-11-13T04:24:25.892Z | Compiling tabled_derive v0.7.0 |
443 | 2024-11-13T04:24:27.370Z | Compiling tabled v0.15.0 |
444 | 2024-11-13T04:24:28.946Z | Compiling serde_derive v1.0.215 |
445 | 2024-11-13T04:24:28.946Z | Compiling thiserror-impl v1.0.69 |
446 | 2024-11-13T04:24:29.000Z | Compiling zerocopy-derive v0.7.35 |
447 | 2024-11-13T04:24:29.023Z | Compiling scroll_derive v0.12.0 |
448 | 2024-11-13T04:24:29.095Z | Compiling clap_derive v4.5.18 |
449 | 2024-11-13T04:24:30.231Z | Compiling scroll v0.12.0 |
450 | 2024-11-13T04:24:30.665Z | Compiling goblin v0.8.2 |
451 | 2024-11-13T04:24:30.879Z | Compiling zerocopy v0.7.35 |
452 | 2024-11-13T04:24:31.643Z | Compiling pest v2.7.14 |
453 | 2024-11-13T04:24:32.815Z | Compiling clap v4.5.20 |
454 | 2024-11-13T04:24:33.902Z | Compiling pest_meta v2.7.14 |
455 | 2024-11-13T04:24:34.796Z | Compiling pest_generator v2.7.14 |
456 | 2024-11-13T04:24:36.576Z | Compiling pest_derive v2.7.14 |
457 | 2024-11-13T04:24:37.202Z | Compiling dtrace-parser v0.2.0 |
458 | 2024-11-13T04:24:39.178Z | Compiling serde_tokenstream v0.2.2 |
459 | 2024-11-13T04:24:39.237Z | Compiling serde_spanned v0.6.8 |
460 | 2024-11-13T04:24:39.240Z | Compiling toml_datetime v0.6.8 |
461 | 2024-11-13T04:24:39.568Z | Compiling cargo-platform v0.1.8 |
462 | 2024-11-13T04:24:39.594Z | Compiling toml_edit v0.22.22 |
463 | 2024-11-13T04:24:39.773Z | Compiling macaddr v1.0.1 |
464 | 2024-11-13T04:24:40.104Z | Compiling camino-tempfile v1.1.1 |
465 | 2024-11-13T04:24:40.698Z | Compiling dof v0.3.0 |
466 | 2024-11-13T04:24:40.803Z | Compiling cargo_metadata v0.18.1 |
467 | 2024-11-13T04:24:42.345Z | Compiling toml v0.8.19 |
468 | 2024-11-13T04:24:42.463Z | Compiling usdt-macro v0.5.0 |
469 | 2024-11-13T04:24:42.463Z | Compiling usdt-attr-macro v0.5.0 |
470 | 2024-11-13T04:24:43.208Z | Compiling cargo_toml v0.20.5 |
471 | 2024-11-13T04:24:43.805Z | Compiling usdt v0.5.0 |
472 | 2024-11-13T04:24:46.759Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
473 | 2024-11-13T04:24:50.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.16s |
474 | 2024-11-13T04:24:51.192Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
475 | 2024-11-13T04:24:51.723Z | Downloading crates ... |
476 | 2024-11-13T04:24:51.851Z | Downloaded atomic-waker v1.1.2 |
477 | 2024-11-13T04:24:51.879Z | Downloaded hostname v0.4.0 |
478 | 2024-11-13T04:24:51.889Z | Downloaded atty v0.2.14 |
479 | 2024-11-13T04:24:51.909Z | Downloaded lalrpop-util v0.19.12 |
480 | 2024-11-13T04:24:51.913Z | Downloaded chrono-tz-build v0.4.0 |
481 | 2024-11-13T04:24:51.915Z | Downloaded libefi-sys v0.1.0 |
482 | 2024-11-13T04:24:51.918Z | Downloaded lru-cache v0.1.2 |
483 | 2024-11-13T04:24:51.928Z | Downloaded crypto-bigint v0.5.5 |
484 | 2024-11-13T04:24:51.941Z | Downloaded http-body-util v0.1.2 |
485 | 2024-11-13T04:24:51.944Z | Downloaded hickory-client v0.24.1 |
486 | 2024-11-13T04:24:51.954Z | Downloaded crossbeam-deque v0.8.5 |
487 | 2024-11-13T04:24:51.957Z | Downloaded mime v0.3.17 |
488 | 2024-11-13T04:24:51.960Z | Downloaded linked-hash-map v0.5.6 |
489 | 2024-11-13T04:24:51.963Z | Downloaded cmake v0.1.51 |
490 | 2024-11-13T04:24:51.963Z | Downloaded crc-catalog v2.4.0 |
491 | 2024-11-13T04:24:51.965Z | Downloaded bindgen v0.69.5 |
492 | 2024-11-13T04:24:51.970Z | Downloaded blake3 v1.5.4 |
493 | 2024-11-13T04:24:51.979Z | Downloaded crucible-workspace-hack v0.1.0 |
494 | 2024-11-13T04:24:51.981Z | Downloaded aead v0.5.2 |
495 | 2024-11-13T04:24:51.989Z | Downloaded md5 v0.7.0 |
496 | 2024-11-13T04:24:51.993Z | Downloaded heapless v0.8.0 |
497 | 2024-11-13T04:24:51.999Z | Downloaded salsa20 v0.10.2 |
498 | 2024-11-13T04:24:52.004Z | Downloaded constant_time_eq v0.3.1 |
499 | 2024-11-13T04:24:52.007Z | Downloaded indexmap v1.9.3 |
500 | 2024-11-13T04:24:52.032Z | Downloaded rustc-hash v2.0.0 |
501 | 2024-11-13T04:24:52.046Z | Downloaded highway v1.2.0 |
502 | 2024-11-13T04:24:52.048Z | Downloaded inout v0.1.3 |
503 | 2024-11-13T04:24:52.061Z | Downloaded ident_case v1.0.1 |
504 | 2024-11-13T04:24:52.063Z | Downloaded ipnetwork v0.20.0 |
505 | 2024-11-13T04:24:52.066Z | Downloaded icu_collections v1.5.0 |
506 | 2024-11-13T04:24:52.071Z | Downloaded const_format v0.2.33 |
507 | 2024-11-13T04:24:52.075Z | Downloaded cassowary v0.3.0 |
508 | 2024-11-13T04:24:52.078Z | Downloaded humantime v2.1.0 |
509 | 2024-11-13T04:24:52.080Z | Downloaded is-terminal v0.4.13 |
510 | 2024-11-13T04:24:52.088Z | Downloaded keccak v0.1.5 |
511 | 2024-11-13T04:24:52.091Z | Downloaded ctr v0.9.2 |
512 | 2024-11-13T04:24:52.091Z | Downloaded idna v0.3.0 |
513 | 2024-11-13T04:24:52.098Z | Downloaded heck v0.3.3 |
514 | 2024-11-13T04:24:52.100Z | Downloaded arrayvec v0.7.6 |
515 | 2024-11-13T04:24:52.114Z | Downloaded russh v0.45.0 |
516 | 2024-11-13T04:24:52.118Z | Downloaded managed v0.8.0 |
517 | 2024-11-13T04:24:52.120Z | Downloaded hyper-staticfile v0.10.1 |
518 | 2024-11-13T04:24:52.123Z | Downloaded base16ct v0.2.0 |
519 | 2024-11-13T04:24:52.125Z | Downloaded async-stream v0.3.6 |
520 | 2024-11-13T04:24:52.125Z | Downloaded cookie_store v0.21.0 |
521 | 2024-11-13T04:24:52.135Z | Downloaded bzip2 v0.4.4 |
522 | 2024-11-13T04:24:52.139Z | Downloaded ciborium v0.2.2 |
523 | 2024-11-13T04:24:52.142Z | Downloaded libloading v0.8.5 |
524 | 2024-11-13T04:24:52.145Z | Downloaded icu_normalizer_data v1.5.0 |
525 | 2024-11-13T04:24:52.148Z | Downloaded backoff v0.4.0 |
526 | 2024-11-13T04:24:52.175Z | Downloaded chacha20 v0.9.1 |
527 | 2024-11-13T04:24:52.185Z | Downloaded bitfield-struct v0.6.2 |
528 | 2024-11-13T04:24:52.200Z | Downloaded hickory-resolver v0.24.1 |
529 | 2024-11-13T04:24:52.205Z | Downloaded strum v0.26.3 |
530 | 2024-11-13T04:24:52.208Z | Downloaded matches v0.1.10 |
531 | 2024-11-13T04:24:52.208Z | Downloaded addr2line v0.24.2 |
532 | 2024-11-13T04:24:52.215Z | Downloaded assert_matches v1.5.0 |
533 | 2024-11-13T04:24:52.217Z | Downloaded ciborium-ll v0.2.2 |
534 | 2024-11-13T04:24:52.219Z | Downloaded tokio-tungstenite v0.24.0 |
535 | 2024-11-13T04:24:52.221Z | Downloaded chacha20poly1305 v0.10.1 |
536 | 2024-11-13T04:24:52.229Z | Downloaded bstr v1.10.0 |
537 | 2024-11-13T04:24:52.241Z | Downloaded miniz_oxide v0.8.0 |
538 | 2024-11-13T04:24:52.244Z | Downloaded itertools v0.12.1 |
539 | 2024-11-13T04:24:52.251Z | Downloaded internet-checksum v0.2.1 |
540 | 2024-11-13T04:24:52.253Z | Downloaded httpdate v1.0.3 |
541 | 2024-11-13T04:24:52.253Z | Downloaded http-range v0.1.5 |
542 | 2024-11-13T04:24:52.256Z | Downloaded compact_str v0.8.0 |
543 | 2024-11-13T04:24:52.266Z | Downloaded lazycell v1.3.0 |
544 | 2024-11-13T04:24:52.268Z | Downloaded indent_write v2.2.0 |
545 | 2024-11-13T04:24:52.270Z | Downloaded hyper v1.4.1 |
546 | 2024-11-13T04:24:52.276Z | Downloaded litemap v0.7.3 |
547 | 2024-11-13T04:24:52.279Z | Downloaded allocator-api2 v0.2.18 |
548 | 2024-11-13T04:24:52.282Z | Downloaded async-stream-impl v0.3.6 |
549 | 2024-11-13T04:24:52.282Z | Downloaded array-init v0.0.4 |
550 | 2024-11-13T04:24:52.285Z | Downloaded libxml v0.3.3 |
551 | 2024-11-13T04:24:52.288Z | Downloaded crc-any v2.5.0 |
552 | 2024-11-13T04:24:52.291Z | Downloaded cexpr v0.6.0 |
553 | 2024-11-13T04:24:52.294Z | Downloaded bitvec v1.0.1 |
554 | 2024-11-13T04:24:52.310Z | Downloaded lock_api v0.4.12 |
555 | 2024-11-13T04:24:52.313Z | Downloaded indoc v1.0.9 |
556 | 2024-11-13T04:24:52.316Z | Downloaded aes-gcm v0.10.3 |
557 | 2024-11-13T04:24:52.320Z | Downloaded arrayref v0.3.9 |
558 | 2024-11-13T04:24:52.322Z | Downloaded itertools v0.13.0 |
559 | 2024-11-13T04:24:52.328Z | Downloaded crossbeam-utils v0.8.20 |
560 | 2024-11-13T04:24:52.332Z | Downloaded memmap2 v0.9.5 |
561 | 2024-11-13T04:24:52.335Z | Downloaded colored v2.1.0 |
562 | 2024-11-13T04:24:52.337Z | Downloaded itertools v0.10.5 |
563 | 2024-11-13T04:24:52.343Z | Downloaded http-body v1.0.1 |
564 | 2024-11-13T04:24:52.346Z | Downloaded bit-vec v0.6.3 |
565 | 2024-11-13T04:24:52.350Z | Downloaded blake2 v0.10.6 |
566 | 2024-11-13T04:24:52.352Z | Downloaded bcrypt-pbkdf v0.10.0 |
567 | 2024-11-13T04:24:52.352Z | Downloaded maybe-uninit v2.0.0 |
568 | 2024-11-13T04:24:52.355Z | Downloaded match_cfg v0.1.0 |
569 | 2024-11-13T04:24:52.355Z | Downloaded jobserver v0.1.32 |
570 | 2024-11-13T04:24:52.357Z | Downloaded async-recursion v1.1.1 |
571 | 2024-11-13T04:24:52.360Z | Downloaded typify-macro v0.2.0 |
572 | 2024-11-13T04:24:52.363Z | Downloaded linear-map v1.2.0 |
573 | 2024-11-13T04:24:52.367Z | Downloaded kstat-rs v0.2.4 |
574 | 2024-11-13T04:24:52.367Z | Downloaded instant v0.1.13 |
575 | 2024-11-13T04:24:52.370Z | Downloaded cobs v0.2.3 |
576 | 2024-11-13T04:24:52.370Z | Downloaded cbc v0.1.2 |
577 | 2024-11-13T04:24:52.374Z | Downloaded is_ci v1.2.0 |
578 | 2024-11-13T04:24:52.374Z | Downloaded hubpack v0.1.2 |
579 | 2024-11-13T04:24:52.377Z | Downloaded block-padding v0.3.3 |
580 | 2024-11-13T04:24:52.377Z | Downloaded atomicwrites v0.4.4 |
581 | 2024-11-13T04:24:52.377Z | Downloaded hubpack_derive v0.1.1 |
582 | 2024-11-13T04:24:52.377Z | Downloaded const-oid v0.9.6 |
583 | 2024-11-13T04:24:52.380Z | Downloaded adler2 v2.0.0 |
584 | 2024-11-13T04:24:52.383Z | Downloaded http v1.1.0 |
585 | 2024-11-13T04:24:52.385Z | Downloaded hkdf v0.12.4 |
586 | 2024-11-13T04:24:52.389Z | Downloaded crc32fast v1.4.2 |
587 | 2024-11-13T04:24:52.391Z | Downloaded hyper-tls v0.6.0 |
588 | 2024-11-13T04:24:52.393Z | Downloaded cstr-argument v0.1.2 |
589 | 2024-11-13T04:24:52.396Z | Downloaded chrono-tz v0.10.0 |
590 | 2024-11-13T04:24:52.403Z | Downloaded stable_deref_trait v1.2.0 |
591 | 2024-11-13T04:24:52.406Z | Downloaded aho-corasick v1.1.3 |
592 | 2024-11-13T04:24:52.411Z | Downloaded lazy_static v1.5.0 |
593 | 2024-11-13T04:24:52.413Z | Downloaded icu_provider_macros v1.5.0 |
594 | 2024-11-13T04:24:52.418Z | Downloaded base64 v0.22.1 |
595 | 2024-11-13T04:24:52.422Z | Downloaded termcolor v1.4.1 |
596 | 2024-11-13T04:24:52.422Z | Downloaded aws-lc-rs v1.10.0 |
597 | 2024-11-13T04:24:52.432Z | Downloaded minimal-lexical v0.2.1 |
598 | 2024-11-13T04:24:52.439Z | Downloaded vte_generate_state_changes v0.1.2 |
599 | 2024-11-13T04:24:52.441Z | Downloaded indicatif v0.17.8 |
600 | 2024-11-13T04:24:52.445Z | Downloaded crc v3.2.1 |
601 | 2024-11-13T04:24:52.451Z | Downloaded bb8 v0.8.5 |
602 | 2024-11-13T04:24:52.451Z | Downloaded aes v0.8.4 |
603 | 2024-11-13T04:24:52.454Z | Downloaded base64ct v1.6.0 |
604 | 2024-11-13T04:24:52.456Z | Downloaded rand_xorshift v0.3.0 |
605 | 2024-11-13T04:24:52.456Z | Downloaded tinystr v0.7.6 |
606 | 2024-11-13T04:24:52.459Z | Downloaded signal-hook-tokio v0.3.1 |
607 | 2024-11-13T04:24:52.462Z | Downloaded lru v0.12.5 |
608 | 2024-11-13T04:24:52.464Z | Downloaded lockfree-object-pool v0.1.6 |
609 | 2024-11-13T04:24:52.467Z | Downloaded hex-literal v0.4.1 |
610 | 2024-11-13T04:24:52.467Z | Downloaded rusty-fork v0.3.0 |
611 | 2024-11-13T04:24:52.470Z | Downloaded base64 v0.21.7 |
612 | 2024-11-13T04:24:52.474Z | Downloaded blowfish v0.9.1 |
613 | 2024-11-13T04:24:52.477Z | Downloaded instability v0.3.2 |
614 | 2024-11-13T04:24:52.480Z | Downloaded mime_guess v2.0.5 |
615 | 2024-11-13T04:24:52.480Z | Downloaded cfg_aliases v0.2.1 |
616 | 2024-11-13T04:24:52.480Z | Downloaded cookie v0.18.1 |
617 | 2024-11-13T04:24:52.483Z | Downloaded hickory-server v0.24.1 |
618 | 2024-11-13T04:24:52.489Z | Downloaded foreign-types-shared v0.1.1 |
619 | 2024-11-13T04:24:52.492Z | Downloaded icu_locid_transform v1.5.0 |
620 | 2024-11-13T04:24:52.497Z | Downloaded darling v0.20.10 |
621 | 2024-11-13T04:24:52.500Z | Downloaded castaway v0.2.3 |
622 | 2024-11-13T04:24:52.505Z | Downloaded curve25519-dalek-derive v0.1.1 |
623 | 2024-11-13T04:24:52.505Z | Downloaded arc-swap v1.7.1 |
624 | 2024-11-13T04:24:52.508Z | Downloaded quinn v0.11.5 |
625 | 2024-11-13T04:24:52.511Z | Downloaded progenitor v0.8.0 |
626 | 2024-11-13T04:24:52.513Z | Downloaded idna_adapter v1.2.0 |
627 | 2024-11-13T04:24:52.516Z | Downloaded argon2 v0.5.3 |
628 | 2024-11-13T04:24:52.516Z | Downloaded crossbeam-epoch v0.9.18 |
629 | 2024-11-13T04:24:52.520Z | Downloaded bit-set v0.5.3 |
630 | 2024-11-13T04:24:52.523Z | Downloaded cancel-safe-futures v0.1.5 |
631 | 2024-11-13T04:24:52.525Z | Downloaded hyper-util v0.1.10 |
632 | 2024-11-13T04:24:52.529Z | Downloaded md-5 v0.10.6 |
633 | 2024-11-13T04:24:52.532Z | Downloaded crossbeam-channel v0.5.13 |
634 | 2024-11-13T04:24:52.537Z | Downloaded icu_locid_transform_data v1.5.0 |
635 | 2024-11-13T04:24:52.540Z | Downloaded backtrace v0.3.74 |
636 | 2024-11-13T04:24:52.544Z | Downloaded tokio-rustls v0.25.0 |
637 | 2024-11-13T04:24:52.546Z | Downloaded async-trait v0.1.83 |
638 | 2024-11-13T04:24:52.551Z | Downloaded impl-trait-for-tuples v0.2.2 |
639 | 2024-11-13T04:24:52.554Z | Downloaded psl-types v2.0.11 |
640 | 2024-11-13T04:24:52.557Z | Downloaded memoffset v0.9.1 |
641 | 2024-11-13T04:24:52.557Z | Downloaded libsw v3.3.1 |
642 | 2024-11-13T04:24:52.559Z | Downloaded structmeta-derive v0.3.0 |
643 | 2024-11-13T04:24:52.561Z | Downloaded iana-time-zone v0.1.61 |
644 | 2024-11-13T04:24:52.564Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
645 | 2024-11-13T04:24:52.578Z | Downloaded reqwest v0.12.9 |
646 | 2024-11-13T04:24:52.587Z | Downloaded either v1.13.0 |
647 | 2024-11-13T04:24:52.589Z | Downloaded cfg_aliases v0.1.1 |
648 | 2024-11-13T04:24:52.592Z | Downloaded icu_properties v1.5.1 |
649 | 2024-11-13T04:24:52.595Z | Downloaded password-hash v0.5.0 |
650 | 2024-11-13T04:24:52.598Z | Downloaded ahash v0.8.11 |
651 | 2024-11-13T04:24:52.601Z | Downloaded slog-stdlog v4.1.1 |
652 | 2024-11-13T04:24:52.601Z | Downloaded chrono v0.4.38 |
653 | 2024-11-13T04:24:52.608Z | Downloaded icu_locid v1.5.0 |
654 | 2024-11-13T04:24:52.614Z | Downloaded serde_urlencoded v0.7.1 |
655 | 2024-11-13T04:24:52.617Z | Downloaded resolv-conf v0.7.0 |
656 | 2024-11-13T04:24:52.620Z | Downloaded foreign-types v0.5.0 |
657 | 2024-11-13T04:24:52.625Z | Downloaded serde_with v3.11.0 |
658 | 2024-11-13T04:24:52.629Z | Downloaded r2d2 v0.8.10 |
659 | 2024-11-13T04:24:52.632Z | Downloaded scrypt v0.11.0 |
660 | 2024-11-13T04:24:52.635Z | Downloaded rustversion v1.0.17 |
661 | 2024-11-13T04:24:52.637Z | Downloaded der v0.7.9 |
662 | 2024-11-13T04:24:52.643Z | Downloaded rsa v0.9.6 |
663 | 2024-11-13T04:24:52.648Z | Downloaded thiserror-no-std v2.0.2 |
664 | 2024-11-13T04:24:52.651Z | Downloaded icu_properties_data v1.5.0 |
665 | 2024-11-13T04:24:52.664Z | Downloaded rustc_version v0.4.1 |
666 | 2024-11-13T04:24:52.667Z | Downloaded libm v0.2.8 |
667 | 2024-11-13T04:24:52.674Z | Downloaded displaydoc v0.2.5 |
668 | 2024-11-13T04:24:52.680Z | Downloaded rcgen v0.12.1 |
669 | 2024-11-13T04:24:52.683Z | Downloaded curve25519-dalek v4.1.3 |
670 | 2024-11-13T04:24:52.690Z | Downloaded termtree v0.4.1 |
671 | 2024-11-13T04:24:52.693Z | Downloaded zone_cfg_derive v0.1.2 |
672 | 2024-11-13T04:24:52.696Z | Downloaded env_logger v0.10.2 |
673 | 2024-11-13T04:24:52.699Z | Downloaded icu_normalizer v1.5.0 |
674 | 2024-11-13T04:24:52.701Z | Downloaded csv v1.3.0 |
675 | 2024-11-13T04:24:52.721Z | Downloaded unarray v0.1.4 |
676 | 2024-11-13T04:24:52.723Z | Downloaded nom v7.1.3 |
677 | 2024-11-13T04:24:52.728Z | Downloaded env_filter v0.1.2 |
678 | 2024-11-13T04:24:52.730Z | Downloaded defmt-parser v0.3.4 |
679 | 2024-11-13T04:24:52.733Z | Downloaded expectorate v1.1.0 |
680 | 2024-11-13T04:24:52.735Z | Downloaded rustls-pki-types v1.9.0 |
681 | 2024-11-13T04:24:52.738Z | Downloaded pin-project v1.1.6 |
682 | 2024-11-13T04:24:52.750Z | Downloaded serde_path_to_error v0.1.16 |
683 | 2024-11-13T04:24:52.752Z | Downloaded samael v0.0.17 |
684 | 2024-11-13T04:24:52.760Z | Downloaded foreign-types v0.3.2 |
685 | 2024-11-13T04:24:52.760Z | Downloaded zerovec-derive v0.10.3 |
686 | 2024-11-13T04:24:52.763Z | Downloaded uzers v0.12.1 |
687 | 2024-11-13T04:24:52.766Z | Downloaded hmac v0.12.1 |
688 | 2024-11-13T04:24:52.769Z | Downloaded percent-encoding v2.3.1 |
689 | 2024-11-13T04:24:52.769Z | Downloaded hashbrown v0.14.5 |
690 | 2024-11-13T04:24:52.773Z | Downloaded strum_macros v0.25.3 |
691 | 2024-11-13T04:24:52.776Z | Downloaded twox-hash v1.6.3 |
692 | 2024-11-13T04:24:52.779Z | Downloaded wyz v0.5.1 |
693 | 2024-11-13T04:24:52.781Z | Downloaded poly1305 v0.8.0 |
694 | 2024-11-13T04:24:52.785Z | Downloaded rustls-webpki v0.102.8 |
695 | 2024-11-13T04:24:52.815Z | Downloaded progenitor-impl v0.8.0 |
696 | 2024-11-13T04:24:52.818Z | Downloaded diff v0.1.13 |
697 | 2024-11-13T04:24:52.823Z | Downloaded unsafe-libyaml v0.2.11 |
698 | 2024-11-13T04:24:52.831Z | Downloaded oso-derive v0.27.3 |
699 | 2024-11-13T04:24:52.834Z | Downloaded pretty-hex v0.2.1 |
700 | 2024-11-13T04:24:52.834Z | Downloaded idna v0.5.0 |
701 | 2024-11-13T04:24:52.841Z | Downloaded num_threads v0.1.7 |
702 | 2024-11-13T04:24:52.844Z | Downloaded utf-8 v0.7.6 |
703 | 2024-11-13T04:24:52.847Z | Downloaded newtype_derive v0.1.6 |
704 | 2024-11-13T04:24:52.853Z | Downloaded try-lock v0.2.5 |
705 | 2024-11-13T04:24:52.853Z | Downloaded number_prefix v0.4.0 |
706 | 2024-11-13T04:24:52.853Z | Downloaded zopfli v0.8.1 |
707 | 2024-11-13T04:24:52.857Z | Downloaded foldhash v0.1.3 |
708 | 2024-11-13T04:24:52.857Z | Downloaded idna v0.4.0 |
709 | 2024-11-13T04:24:52.861Z | Downloaded parse-zoneinfo v0.3.1 |
710 | 2024-11-13T04:24:52.865Z | Downloaded smoltcp v0.11.0 |
711 | 2024-11-13T04:24:52.879Z | Downloaded sct v0.7.1 |
712 | 2024-11-13T04:24:52.883Z | Downloaded peg-runtime v0.8.3 |
713 | 2024-11-13T04:24:52.886Z | Downloaded openssl-macros v0.1.1 |
714 | 2024-11-13T04:24:52.886Z | Downloaded regex-syntax v0.6.29 |
715 | 2024-11-13T04:24:52.891Z | Downloaded strip-ansi-escapes v0.2.0 |
716 | 2024-11-13T04:24:52.894Z | Downloaded gethostname v0.5.0 |
717 | 2024-11-13T04:24:52.897Z | Downloaded hickory-proto v0.24.1 |
718 | 2024-11-13T04:24:52.911Z | Downloaded nibble_vec v0.1.0 |
719 | 2024-11-13T04:24:52.914Z | Downloaded tiny-keccak v2.0.2 |
720 | 2024-11-13T04:24:52.916Z | Downloaded slog-json v2.6.1 |
721 | 2024-11-13T04:24:52.918Z | Downloaded postcard v1.0.10 |
722 | 2024-11-13T04:24:52.921Z | Downloaded darling_macro v0.20.10 |
723 | 2024-11-13T04:24:52.921Z | Downloaded derive_builder v0.20.2 |
724 | 2024-11-13T04:24:52.926Z | Downloaded newline-converter v0.3.0 |
725 | 2024-11-13T04:24:52.928Z | Downloaded globset v0.4.15 |
726 | 2024-11-13T04:24:52.931Z | Downloaded want v0.3.1 |
727 | 2024-11-13T04:24:52.931Z | Downloaded snafu v0.8.5 |
728 | 2024-11-13T04:24:52.937Z | Downloaded tui-tree-widget v0.22.0 |
729 | 2024-11-13T04:24:52.939Z | Downloaded num-bigint-dig v0.8.4 |
730 | 2024-11-13T04:24:52.944Z | Downloaded strum_macros v0.24.3 |
731 | 2024-11-13T04:24:52.947Z | Downloaded tap v1.0.1 |
732 | 2024-11-13T04:24:52.950Z | Downloaded diesel_derives v2.2.3 |
733 | 2024-11-13T04:24:52.953Z | Downloaded term v0.7.0 |
734 | 2024-11-13T04:24:52.956Z | Downloaded tar v0.4.43 |
735 | 2024-11-13T04:24:52.960Z | Downloaded zerovec v0.10.4 |
736 | 2024-11-13T04:24:52.968Z | Downloaded normalize-line-endings v0.3.0 |
737 | 2024-11-13T04:24:52.971Z | Downloaded packed_struct v0.10.1 |
738 | 2024-11-13T04:24:52.971Z | Downloaded dyn-clone v1.0.17 |
739 | 2024-11-13T04:24:52.973Z | Downloaded num-iter v0.1.45 |
740 | 2024-11-13T04:24:52.974Z | Downloaded which v4.4.2 |
741 | 2024-11-13T04:24:52.976Z | Downloaded rustc_version v0.1.7 |
742 | 2024-11-13T04:24:52.976Z | Downloaded ref-cast v1.0.23 |
743 | 2024-11-13T04:24:52.978Z | Downloaded tokio-native-tls v0.3.1 |
744 | 2024-11-13T04:24:52.980Z | Downloaded rustc-hash v1.1.0 |
745 | 2024-11-13T04:24:52.983Z | Downloaded tokio-macros v2.4.0 |
746 | 2024-11-13T04:24:52.983Z | Downloaded ron v0.8.1 |
747 | 2024-11-13T04:24:52.989Z | Downloaded serde_derive_internals v0.29.1 |
748 | 2024-11-13T04:24:52.991Z | Downloaded publicsuffix v2.2.3 |
749 | 2024-11-13T04:24:52.993Z | Downloaded fragile v2.0.0 |
750 | 2024-11-13T04:24:52.996Z | Downloaded object v0.30.4 |
751 | 2024-11-13T04:24:53.008Z | Downloaded rustls v0.21.12 |
752 | 2024-11-13T04:24:53.018Z | Downloaded funty v2.0.0 |
753 | 2024-11-13T04:24:53.022Z | Downloaded dunce v1.0.5 |
754 | 2024-11-13T04:24:53.022Z | Downloaded writeable v0.5.5 |
755 | 2024-11-13T04:24:53.027Z | Downloaded structmeta v0.3.0 |
756 | 2024-11-13T04:24:53.027Z | Downloaded unicase v2.7.0 |
757 | 2024-11-13T04:24:53.031Z | Downloaded enum-as-inner v0.5.1 |
758 | 2024-11-13T04:24:53.031Z | Downloaded diesel_table_macro_syntax v0.2.0 |
759 | 2024-11-13T04:24:53.031Z | Downloaded x509-cert v0.2.5 |
760 | 2024-11-13T04:24:53.036Z | Downloaded embedded-io v0.6.1 |
761 | 2024-11-13T04:24:53.040Z | Downloaded spin v0.9.8 |
762 | 2024-11-13T04:24:53.045Z | Downloaded pbkdf2 v0.11.0 |
763 | 2024-11-13T04:24:53.048Z | Downloaded powerfmt v0.2.0 |
764 | 2024-11-13T04:24:53.048Z | Downloaded typify-impl v0.2.0 |
765 | 2024-11-13T04:24:53.061Z | Downloaded group v0.13.0 |
766 | 2024-11-13T04:24:53.064Z | Downloaded tough v0.19.0 |
767 | 2024-11-13T04:24:53.072Z | Downloaded tungstenite v0.23.0 |
768 | 2024-11-13T04:24:53.075Z | Downloaded progenitor-client v0.8.0 |
769 | 2024-11-13T04:24:53.077Z | Downloaded termios v0.3.3 |
770 | 2024-11-13T04:24:53.080Z | Downloaded serde_repr v0.1.19 |
771 | 2024-11-13T04:24:53.080Z | Downloaded portable-atomic v1.9.0 |
772 | 2024-11-13T04:24:53.086Z | Downloaded regress v0.10.1 |
773 | 2024-11-13T04:24:53.095Z | Downloaded proc-macro-crate v1.3.1 |
774 | 2024-11-13T04:24:53.098Z | Downloaded des v0.8.1 |
775 | 2024-11-13T04:24:53.101Z | Downloaded zone v0.1.8 |
776 | 2024-11-13T04:24:53.101Z | Downloaded foreign-types-macros v0.2.3 |
777 | 2024-11-13T04:24:53.104Z | Downloaded path-slash v0.1.5 |
778 | 2024-11-13T04:24:53.104Z | Downloaded fs_extra v1.3.0 |
779 | 2024-11-13T04:24:53.106Z | Downloaded futures v0.3.31 |
780 | 2024-11-13T04:24:53.110Z | Downloaded ratatui v0.28.1 |
781 | 2024-11-13T04:24:53.133Z | Downloaded proptest v1.5.0 |
782 | 2024-11-13T04:24:53.142Z | Downloaded parse-display-derive v0.10.0 |
783 | 2024-11-13T04:24:53.144Z | Downloaded xz2 v0.1.7 |
784 | 2024-11-13T04:24:53.145Z | Downloaded lzma-sys v0.1.20 |
785 | 2024-11-13T04:24:53.174Z | Downloaded radium v0.7.0 |
786 | 2024-11-13T04:24:53.177Z | Downloaded xattr v1.3.1 |
787 | 2024-11-13T04:24:53.180Z | Downloaded derive-where v1.2.7 |
788 | 2024-11-13T04:24:53.182Z | Downloaded zone v0.3.0 |
789 | 2024-11-13T04:24:53.182Z | Downloaded subtle v2.6.1 |
790 | 2024-11-13T04:24:53.186Z | Downloaded trust-dns-proto v0.22.0 |
791 | 2024-11-13T04:24:53.198Z | Downloaded primeorder v0.13.6 |
792 | 2024-11-13T04:24:53.201Z | Downloaded hash32 v0.2.1 |
793 | 2024-11-13T04:24:53.204Z | Downloaded phf_generator v0.11.2 |
794 | 2024-11-13T04:24:53.204Z | Downloaded serde_with_macros v3.11.0 |
795 | 2024-11-13T04:24:53.206Z | Downloaded float-ord v0.3.2 |
796 | 2024-11-13T04:24:53.206Z | Downloaded same-file v1.0.6 |
797 | 2024-11-13T04:24:53.209Z | Downloaded rpassword v7.3.1 |
798 | 2024-11-13T04:24:53.209Z | Downloaded zone_cfg_derive v0.3.0 |
799 | 2024-11-13T04:24:53.212Z | Downloaded pin-project-internal v1.1.6 |
800 | 2024-11-13T04:24:53.212Z | Downloaded password-hash v0.4.2 |
801 | 2024-11-13T04:24:53.215Z | Downloaded futures-macro v0.3.31 |
802 | 2024-11-13T04:24:53.217Z | Downloaded dhcproto-macros v0.1.0 |
803 | 2024-11-13T04:24:53.217Z | Downloaded tracing-core v0.1.32 |
804 | 2024-11-13T04:24:53.219Z | Downloaded subprocess v0.2.9 |
805 | 2024-11-13T04:24:53.222Z | Downloaded quick-error v1.2.3 |
806 | 2024-11-13T04:24:53.224Z | Downloaded mirai-annotations v1.12.0 |
807 | 2024-11-13T04:24:53.224Z | Downloaded tracing-attributes v0.1.27 |
808 | 2024-11-13T04:24:53.227Z | Downloaded sync_wrapper v1.0.1 |
809 | 2024-11-13T04:24:53.229Z | Downloaded packed_struct_codegen v0.10.1 |
810 | 2024-11-13T04:24:53.229Z | Downloaded supports-color v3.0.1 |
811 | 2024-11-13T04:24:53.232Z | Downloaded slog-scope v4.4.0 |
812 | 2024-11-13T04:24:53.235Z | Downloaded ssh-cipher v0.2.0 |
813 | 2024-11-13T04:24:53.235Z | Downloaded multer v3.1.0 |
814 | 2024-11-13T04:24:53.237Z | Downloaded openssl-probe v0.1.5 |
815 | 2024-11-13T04:24:53.241Z | Downloaded tower-service v0.3.3 |
816 | 2024-11-13T04:24:53.243Z | Downloaded fallible-streaming-iterator v0.1.9 |
817 | 2024-11-13T04:24:53.243Z | Downloaded olpc-cjson v0.1.4 |
818 | 2024-11-13T04:24:53.243Z | Downloaded enum-as-inner v0.6.1 |
819 | 2024-11-13T04:24:53.246Z | Downloaded regress v0.9.1 |
820 | 2024-11-13T04:24:53.254Z | Downloaded fd-lock v4.0.2 |
821 | 2024-11-13T04:24:53.257Z | Downloaded strum_macros v0.26.4 |
822 | 2024-11-13T04:24:53.260Z | Downloaded tokio-rustls v0.26.0 |
823 | 2024-11-13T04:24:53.262Z | Downloaded stringprep v0.1.5 |
824 | 2024-11-13T04:24:53.265Z | Downloaded snafu-derive v0.8.5 |
825 | 2024-11-13T04:24:53.267Z | Downloaded vsss-rs v3.3.4 |
826 | 2024-11-13T04:24:53.269Z | Downloaded parse-display v0.10.0 |
827 | 2024-11-13T04:24:53.272Z | Downloaded ref-cast-impl v1.0.23 |
828 | 2024-11-13T04:24:53.272Z | Downloaded libz-sys v1.1.20 |
829 | 2024-11-13T04:24:53.293Z | Downloaded endian-type v0.1.2 |
830 | 2024-11-13T04:24:53.297Z | Downloaded parse-size v1.1.0 |
831 | 2024-11-13T04:24:53.297Z | Downloaded quinn-udp v0.5.5 |
832 | 2024-11-13T04:24:53.301Z | Downloaded futures-sink v0.3.31 |
833 | 2024-11-13T04:24:53.301Z | Downloaded num-integer v0.1.46 |
834 | 2024-11-13T04:24:53.301Z | Downloaded polar-core v0.27.3 |
835 | 2024-11-13T04:24:53.308Z | Downloaded p521 v0.13.3 |
836 | 2024-11-13T04:24:53.312Z | Downloaded slog-envlogger v2.2.0 |
837 | 2024-11-13T04:24:53.314Z | Downloaded rustfmt-wrapper v0.2.1 |
838 | 2024-11-13T04:24:53.316Z | Downloaded fallible-iterator v0.3.0 |
839 | 2024-11-13T04:24:53.319Z | Downloaded thiserror-impl-no-std v2.0.2 |
840 | 2024-11-13T04:24:53.319Z | Downloaded spki v0.7.3 |
841 | 2024-11-13T04:24:53.322Z | Downloaded sqlformat v0.2.6 |
842 | 2024-11-13T04:24:53.324Z | Downloaded derive_builder_core v0.20.2 |
843 | 2024-11-13T04:24:53.324Z | Downloaded ed25519-dalek v2.1.1 |
844 | 2024-11-13T04:24:53.328Z | Downloaded serde-big-array v0.5.1 |
845 | 2024-11-13T04:24:53.331Z | Downloaded foreign-types-shared v0.3.1 |
846 | 2024-11-13T04:24:53.331Z | Downloaded signal-hook v0.3.17 |
847 | 2024-11-13T04:24:53.333Z | Downloaded parking_lot v0.11.2 |
848 | 2024-11-13T04:24:53.336Z | Downloaded simd-adler32 v0.3.7 |
849 | 2024-11-13T04:24:53.338Z | Downloaded utf8_iter v1.0.4 |
850 | 2024-11-13T04:24:53.342Z | Downloaded serde_plain v1.0.2 |
851 | 2024-11-13T04:24:53.342Z | Downloaded phf_codegen v0.11.2 |
852 | 2024-11-13T04:24:53.344Z | Downloaded hashbrown v0.13.2 |
853 | 2024-11-13T04:24:53.347Z | Downloaded typify v0.2.0 |
854 | 2024-11-13T04:24:53.352Z | Downloaded url v2.5.3 |
855 | 2024-11-13T04:24:53.355Z | Downloaded ssh-encoding v0.2.0 |
856 | 2024-11-13T04:24:53.357Z | Downloaded tls_codec v0.4.1 |
857 | 2024-11-13T04:24:53.359Z | Downloaded rand_chacha v0.3.1 |
858 | 2024-11-13T04:24:53.362Z | Downloaded parking_lot v0.12.3 |
859 | 2024-11-13T04:24:53.364Z | Downloaded headers v0.4.0 |
860 | 2024-11-13T04:24:53.370Z | Downloaded thread_local v1.1.8 |
861 | 2024-11-13T04:24:53.372Z | Downloaded pkg-config v0.3.31 |
862 | 2024-11-13T04:24:53.375Z | Downloaded rustls-webpki v0.101.7 |
863 | 2024-11-13T04:24:53.389Z | Downloaded downcast v0.11.0 |
864 | 2024-11-13T04:24:53.392Z | Downloaded p384 v0.13.0 |
865 | 2024-11-13T04:24:53.397Z | Downloaded prettyplease v0.2.25 |
866 | 2024-11-13T04:24:53.401Z | Downloaded similar v2.6.0 |
867 | 2024-11-13T04:24:53.407Z | Downloaded flume v0.11.1 |
868 | 2024-11-13T04:24:53.411Z | Downloaded rfc6979 v0.4.0 |
869 | 2024-11-13T04:24:53.414Z | Downloaded newtype-uuid v1.1.3 |
870 | 2024-11-13T04:24:53.416Z | Downloaded ed25519 v2.2.3 |
871 | 2024-11-13T04:24:53.416Z | Downloaded fixedbitset v0.4.2 |
872 | 2024-11-13T04:24:53.425Z | Downloaded embedded-io v0.4.0 |
873 | 2024-11-13T04:24:53.429Z | Downloaded static_assertions v1.1.0 |
874 | 2024-11-13T04:24:53.429Z | Downloaded value-bag v1.9.0 |
875 | 2024-11-13T04:24:53.429Z | Downloaded untrusted v0.9.0 |
876 | 2024-11-13T04:24:53.429Z | Downloaded tls_codec_derive v0.4.1 |
877 | 2024-11-13T04:24:53.429Z | Downloaded derive_more v0.99.18 |
878 | 2024-11-13T04:24:53.433Z | Downloaded waitgroup v0.1.2 |
879 | 2024-11-13T04:24:53.436Z | Downloaded schemars_derive v0.8.21 |
880 | 2024-11-13T04:24:53.438Z | Downloaded rand v0.8.5 |
881 | 2024-11-13T04:24:53.442Z | Downloaded nu-ansi-term v0.50.1 |
882 | 2024-11-13T04:24:53.445Z | Downloaded dropshot_endpoint v0.12.0 |
883 | 2024-11-13T04:24:53.450Z | Downloaded phf_shared v0.10.0 |
884 | 2024-11-13T04:24:53.453Z | Downloaded pkcs8 v0.10.2 |
885 | 2024-11-13T04:24:53.453Z | Downloaded shell-words v1.1.0 |
886 | 2024-11-13T04:24:53.455Z | Downloaded uuid v1.10.0 |
887 | 2024-11-13T04:24:53.458Z | Downloaded pkcs5 v0.7.1 |
888 | 2024-11-13T04:24:53.462Z | Downloaded opaque-debug v0.3.1 |
889 | 2024-11-13T04:24:53.466Z | Downloaded ff v0.13.0 |
890 | 2024-11-13T04:24:53.466Z | Downloaded unicode-xid v0.2.6 |
891 | 2024-11-13T04:24:53.468Z | Downloaded ena v0.14.3 |
892 | 2024-11-13T04:24:53.469Z | Downloaded peg v0.8.4 |
893 | 2024-11-13T04:24:53.472Z | Downloaded elliptic-curve v0.13.8 |
894 | 2024-11-13T04:24:53.481Z | Downloaded new_debug_unreachable v1.0.6 |
895 | 2024-11-13T04:24:53.481Z | Downloaded take_mut v0.2.2 |
896 | 2024-11-13T04:24:53.481Z | Downloaded shlex v1.3.0 |
897 | 2024-11-13T04:24:53.485Z | Downloaded defmt v0.3.8 |
898 | 2024-11-13T04:24:53.486Z | Downloaded zip v0.6.6 |
899 | 2024-11-13T04:24:53.491Z | Downloaded tabwriter v1.4.0 |
900 | 2024-11-13T04:24:53.498Z | Downloaded openssl-sys v0.9.104 |
901 | 2024-11-13T04:24:53.502Z | Downloaded zerofrom-derive v0.1.4 |
902 | 2024-11-13T04:24:53.502Z | Downloaded slog-async v2.8.0 |
903 | 2024-11-13T04:24:53.502Z | Downloaded toml_edit v0.19.15 |
904 | 2024-11-13T04:24:53.518Z | Downloaded glob v0.3.1 |
905 | 2024-11-13T04:24:53.521Z | Downloaded hashbrown v0.12.3 |
906 | 2024-11-13T04:24:53.524Z | Downloaded rustyline v14.0.0 |
907 | 2024-11-13T04:24:53.529Z | Downloaded time-core v0.1.2 |
908 | 2024-11-13T04:24:53.532Z | Downloaded gimli v0.31.1 |
909 | 2024-11-13T04:24:53.542Z | Downloaded unicode-truncate v1.1.0 |
910 | 2024-11-13T04:24:53.544Z | Downloaded pem-rfc7468 v0.7.0 |
911 | 2024-11-13T04:24:53.547Z | Downloaded tokio-stream v0.1.16 |
912 | 2024-11-13T04:24:53.550Z | Downloaded predicates v3.1.2 |
913 | 2024-11-13T04:24:53.553Z | Downloaded toolchain_find v0.4.0 |
914 | 2024-11-13T04:24:53.555Z | Downloaded futures-io v0.3.31 |
915 | 2024-11-13T04:24:53.556Z | Downloaded difflib v0.4.0 |
916 | 2024-11-13T04:24:53.558Z | Downloaded time v0.3.36 |
917 | 2024-11-13T04:24:53.566Z | Downloaded pem v3.0.4 |
918 | 2024-11-13T04:24:53.569Z | Downloaded tokio v1.40.0 |
919 | 2024-11-13T04:24:53.611Z | Downloaded yoke-derive v0.7.4 |
920 | 2024-11-13T04:24:53.615Z | Downloaded fallible-iterator v0.2.0 |
921 | 2024-11-13T04:24:53.615Z | Downloaded rand_core v0.6.4 |
922 | 2024-11-13T04:24:53.619Z | Downloaded wait-timeout v0.2.0 |
923 | 2024-11-13T04:24:53.619Z | Downloaded scopeguard v1.2.0 |
924 | 2024-11-13T04:24:53.621Z | Downloaded zeroize_derive v1.4.2 |
925 | 2024-11-13T04:24:53.621Z | Downloaded yasna v0.5.2 |
926 | 2024-11-13T04:24:53.621Z | Downloaded ghash v0.5.1 |
927 | 2024-11-13T04:24:53.624Z | Downloaded futures-executor v0.3.31 |
928 | 2024-11-13T04:24:53.628Z | Downloaded tokio-tungstenite v0.21.0 |
929 | 2024-11-13T04:24:53.630Z | Downloaded heapless v0.7.17 |
930 | 2024-11-13T04:24:53.633Z | Downloaded mockall_derive v0.13.0 |
931 | 2024-11-13T04:24:53.638Z | Downloaded smallvec v0.6.14 |
932 | 2024-11-13T04:24:53.640Z | Downloaded owo-colors v4.1.0 |
933 | 2024-11-13T04:24:53.641Z | Downloaded native-tls v0.2.12 |
934 | 2024-11-13T04:24:53.645Z | Downloaded secrecy v0.8.0 |
935 | 2024-11-13T04:24:53.646Z | Downloaded pbkdf2 v0.12.2 |
936 | 2024-11-13T04:24:53.650Z | Downloaded russh-cryptovec v0.7.3 |
937 | 2024-11-13T04:24:53.650Z | Downloaded num-derive v0.4.2 |
938 | 2024-11-13T04:24:53.650Z | Downloaded rand_seeder v0.3.0 |
939 | 2024-11-13T04:24:53.650Z | Downloaded rustls v0.22.4 |
940 | 2024-11-13T04:24:53.662Z | Downloaded slog v2.7.0 |
941 | 2024-11-13T04:24:53.665Z | Downloaded diesel-dtrace v0.3.0 |
942 | 2024-11-13T04:24:53.668Z | Downloaded parking_lot_core v0.8.6 |
943 | 2024-11-13T04:24:53.672Z | Downloaded nix v0.29.0 |
944 | 2024-11-13T04:24:53.684Z | Downloaded unicode-bidi v0.3.17 |
945 | 2024-11-13T04:24:53.687Z | Downloaded tinyvec v1.8.0 |
946 | 2024-11-13T04:24:53.691Z | Downloaded nix v0.28.0 |
947 | 2024-11-13T04:24:53.703Z | Downloaded zeroize v1.8.1 |
948 | 2024-11-13T04:24:53.707Z | Downloaded regex-automata v0.4.8 |
949 | 2024-11-13T04:24:53.723Z | Downloaded slog-term v2.9.1 |
950 | 2024-11-13T04:24:53.725Z | Downloaded quick-xml v0.33.0 |
951 | 2024-11-13T04:24:53.733Z | Downloaded slog-dtrace v0.3.0 |
952 | 2024-11-13T04:24:53.736Z | Downloaded rusqlite v0.32.1 |
953 | 2024-11-13T04:24:53.742Z | Downloaded rustls-pemfile v2.2.0 |
954 | 2024-11-13T04:24:53.745Z | Downloaded yoke v0.7.4 |
955 | 2024-11-13T04:24:53.747Z | Downloaded zip v2.1.3 |
956 | 2024-11-13T04:24:53.752Z | Downloaded rayon-core v1.12.1 |
957 | 2024-11-13T04:24:53.756Z | Downloaded dhcproto v0.12.0 |
958 | 2024-11-13T04:24:53.760Z | Downloaded tracing v0.1.40 |
959 | 2024-11-13T04:24:53.765Z | Downloaded postgres-types v0.2.8 |
960 | 2024-11-13T04:24:53.768Z | Downloaded fatfs v0.3.6 |
961 | 2024-11-13T04:24:53.771Z | Downloaded precomputed-hash v0.1.1 |
962 | 2024-11-13T04:24:53.773Z | Downloaded dirs-sys-next v0.1.2 |
963 | 2024-11-13T04:24:53.773Z | Downloaded unicode-segmentation v1.12.0 |
964 | 2024-11-13T04:24:53.776Z | Downloaded multimap v0.10.0 |
965 | 2024-11-13T04:24:53.779Z | Downloaded futures-channel v0.3.31 |
966 | 2024-11-13T04:24:53.782Z | Downloaded tokio-util v0.7.12 |
967 | 2024-11-13T04:24:53.786Z | Downloaded p256 v0.13.2 |
968 | 2024-11-13T04:24:53.790Z | Downloaded regex-syntax v0.8.5 |
969 | 2024-11-13T04:24:53.798Z | Downloaded smallvec v1.13.2 |
970 | 2024-11-13T04:24:53.803Z | Downloaded openapiv3 v2.0.0 |
971 | 2024-11-13T04:24:53.817Z | Downloaded sec1 v0.7.3 |
972 | 2024-11-13T04:24:53.820Z | Downloaded unicode-normalization v0.1.24 |
973 | 2024-11-13T04:24:53.822Z | Downloaded typed-path v0.9.3 |
974 | 2024-11-13T04:24:53.827Z | Downloaded object v0.36.5 |
975 | 2024-11-13T04:24:53.839Z | Downloaded reedline v0.35.0 |
976 | 2024-11-13T04:24:53.847Z | Downloaded vcpkg v0.2.15 |
977 | 2024-11-13T04:24:53.888Z | Downloaded winnow v0.5.40 |
978 | 2024-11-13T04:24:53.897Z | Downloaded nix v0.27.1 |
979 | 2024-11-13T04:24:53.909Z | Downloaded russh-keys v0.45.0 |
980 | 2024-11-13T04:24:53.912Z | Downloaded regex v1.11.1 |
981 | 2024-11-13T04:24:53.925Z | Downloaded quinn-proto v0.11.8 |
982 | 2024-11-13T04:24:53.932Z | Downloaded diesel v2.2.4 |
983 | 2024-11-13T04:24:53.952Z | Downloaded futures-util v0.3.31 |
984 | 2024-11-13T04:24:53.965Z | Downloaded unicode_categories v0.1.1 |
985 | 2024-11-13T04:24:53.968Z | Downloaded headers-core v0.3.0 |
986 | 2024-11-13T04:24:53.968Z | Downloaded predicates-core v1.0.8 |
987 | 2024-11-13T04:24:53.970Z | Downloaded dropshot v0.12.0 |
988 | 2024-11-13T04:24:53.988Z | Downloaded vte v0.11.1 |
989 | 2024-11-13T04:24:53.991Z | Downloaded encoding_rs v0.8.34 |
990 | 2024-11-13T04:24:54.012Z | Downloaded rustls v0.23.14 |
991 | 2024-11-13T04:24:54.024Z | Downloaded oso v0.27.3 |
992 | 2024-11-13T04:24:54.027Z | Downloaded darling_core v0.20.10 |
993 | 2024-11-13T04:24:54.032Z | Downloaded steno v0.4.1 |
994 | 2024-11-13T04:24:54.039Z | Downloaded num-traits v0.2.19 |
995 | 2024-11-13T04:24:54.042Z | Downloaded openssl v0.10.68 |
996 | 2024-11-13T04:24:54.050Z | Downloaded h2 v0.4.6 |
997 | 2024-11-13T04:24:54.056Z | Downloaded git2 v0.19.0 |
998 | 2024-11-13T04:24:54.065Z | Downloaded sled v0.34.7 |
999 | 2024-11-13T04:24:54.075Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1000 | 2024-11-13T04:24:54.134Z | Downloaded sha3 v0.10.8 |
1001 | 2024-11-13T04:24:54.138Z | Downloaded zerocopy-derive v0.6.6 |
1002 | 2024-11-13T04:24:54.148Z | Downloaded zerocopy v0.6.6 |
1003 | 2024-11-13T04:24:54.151Z | Downloaded debug-ignore v1.0.5 |
1004 | 2024-11-13T04:24:54.154Z | Downloaded signal-hook-mio v0.2.4 |
1005 | 2024-11-13T04:24:54.154Z | Downloaded futures-core v0.3.31 |
1006 | 2024-11-13T04:24:54.157Z | Downloaded form_urlencoded v1.2.1 |
1007 | 2024-11-13T04:24:54.157Z | Downloaded pin-utils v0.1.0 |
1008 | 2024-11-13T04:24:54.157Z | Downloaded omicron-zone-package v0.11.1 |
1009 | 2024-11-13T04:24:54.159Z | Downloaded fxhash v0.2.1 |
1010 | 2024-11-13T04:24:54.163Z | Downloaded filetime v0.2.25 |
1011 | 2024-11-13T04:24:54.163Z | Downloaded time-macros v0.2.18 |
1012 | 2024-11-13T04:24:54.166Z | Downloaded string_cache v0.8.7 |
1013 | 2024-11-13T04:24:54.166Z | Downloaded num-conv v0.1.0 |
1014 | 2024-11-13T04:24:54.166Z | Downloaded num-bigint v0.4.6 |
1015 | 2024-11-13T04:24:54.171Z | Downloaded rayon v1.10.0 |
1016 | 2024-11-13T04:24:54.179Z | Downloaded schemars v0.8.21 |
1017 | 2024-11-13T04:24:54.191Z | Downloaded smf v0.2.3 |
1018 | 2024-11-13T04:24:54.194Z | Downloaded petgraph v0.6.5 |
1019 | 2024-11-13T04:24:54.209Z | Downloaded toml v0.7.8 |
1020 | 2024-11-13T04:24:54.212Z | Downloaded num v0.4.3 |
1021 | 2024-11-13T04:24:54.215Z | Downloaded getrandom v0.2.15 |
1022 | 2024-11-13T04:24:54.218Z | Downloaded peg-macros v0.8.4 |
1023 | 2024-11-13T04:24:54.218Z | Downloaded signal-hook-registry v1.4.2 |
1024 | 2024-11-13T04:24:54.228Z | Downloaded tokio-tungstenite v0.23.1 |
1025 | 2024-11-13T04:24:54.233Z | Downloaded ron v0.7.1 |
1026 | 2024-11-13T04:24:54.233Z | Downloaded ppv-lite86 v0.2.20 |
1027 | 2024-11-13T04:24:54.233Z | Downloaded pin-project-lite v0.2.14 |
1028 | 2024-11-13T04:24:54.233Z | Downloaded parking_lot_core v0.9.10 |
1029 | 2024-11-13T04:24:54.235Z | Downloaded der_derive v0.7.3 |
1030 | 2024-11-13T04:24:54.235Z | Downloaded flate2 v1.0.34 |
1031 | 2024-11-13T04:24:54.241Z | Downloaded sqlparser v0.45.0 |
1032 | 2024-11-13T04:24:54.245Z | Downloaded serde_yaml v0.9.34+deprecated |
1033 | 2024-11-13T04:24:54.248Z | Downloaded ssh-key v0.6.6 |
1034 | 2024-11-13T04:24:54.256Z | Downloaded semver v0.1.20 |
1035 | 2024-11-13T04:24:54.259Z | Downloaded untrusted v0.7.1 |
1036 | 2024-11-13T04:24:54.259Z | Downloaded sha1 v0.10.6 |
1037 | 2024-11-13T04:24:54.261Z | Downloaded nodrop v0.1.14 |
1038 | 2024-11-13T04:24:54.261Z | Downloaded socket2 v0.5.7 |
1039 | 2024-11-13T04:24:54.264Z | Downloaded hashlink v0.9.1 |
1040 | 2024-11-13T04:24:54.264Z | Downloaded rustc-demangle v0.1.24 |
1041 | 2024-11-13T04:24:54.269Z | Downloaded tungstenite v0.21.0 |
1042 | 2024-11-13T04:24:54.271Z | Downloaded universal-hash v0.5.1 |
1043 | 2024-11-13T04:24:54.271Z | Downloaded predicates-tree v1.0.11 |
1044 | 2024-11-13T04:24:54.271Z | Downloaded derive_builder_macro v0.20.2 |
1045 | 2024-11-13T04:24:54.271Z | Downloaded defmt-macros v0.3.9 |
1046 | 2024-11-13T04:24:54.274Z | Downloaded rustls-pemfile v1.0.4 |
1047 | 2024-11-13T04:24:54.277Z | Downloaded scheduled-thread-pool v0.2.7 |
1048 | 2024-11-13T04:24:54.277Z | Downloaded postgres-protocol v0.6.7 |
1049 | 2024-11-13T04:24:54.279Z | Downloaded tokio-postgres v0.7.12 |
1050 | 2024-11-13T04:24:54.283Z | Downloaded qorb v0.2.0 |
1051 | 2024-11-13T04:24:54.288Z | Downloaded test-strategy v0.3.1 |
1052 | 2024-11-13T04:24:54.290Z | Downloaded half v2.4.1 |
1053 | 2024-11-13T04:24:54.293Z | Downloaded futures-task v0.3.31 |
1054 | 2024-11-13T04:24:54.296Z | Downloaded phf_shared v0.11.2 |
1055 | 2024-11-13T04:24:54.296Z | Downloaded slab v0.4.9 |
1056 | 2024-11-13T04:24:54.299Z | Downloaded unicode-properties v0.1.3 |
1057 | 2024-11-13T04:24:54.299Z | Downloaded tinyvec_macros v0.1.1 |
1058 | 2024-11-13T04:24:54.299Z | Downloaded display-error-chain v0.2.2 |
1059 | 2024-11-13T04:24:54.302Z | Downloaded synstructure v0.13.1 |
1060 | 2024-11-13T04:24:54.302Z | Downloaded paste v1.0.15 |
1061 | 2024-11-13T04:24:54.304Z | Downloaded mockall v0.13.0 |
1062 | 2024-11-13T04:24:54.308Z | Downloaded float-cmp v0.9.0 |
1063 | 2024-11-13T04:24:54.308Z | Downloaded flagset v0.4.6 |
1064 | 2024-11-13T04:24:54.311Z | Downloaded whoami v1.5.2 |
1065 | 2024-11-13T04:24:54.311Z | Downloaded rtoolbox v0.0.2 |
1066 | 2024-11-13T04:24:54.311Z | Downloaded progenitor-macro v0.8.0 |
1067 | 2024-11-13T04:24:54.315Z | Downloaded num-rational v0.4.2 |
1068 | 2024-11-13T04:24:54.315Z | Downloaded env_logger v0.11.5 |
1069 | 2024-11-13T04:24:54.318Z | Downloaded smoltcp v0.9.1 |
1070 | 2024-11-13T04:24:54.326Z | Downloaded deranged v0.3.11 |
1071 | 2024-11-13T04:24:54.328Z | Downloaded dsl_auto_type v0.1.2 |
1072 | 2024-11-13T04:24:54.328Z | Downloaded dirs-next v2.0.0 |
1073 | 2024-11-13T04:24:54.331Z | Downloaded tokio-rustls v0.24.1 |
1074 | 2024-11-13T04:24:54.333Z | Downloaded data-encoding v2.6.0 |
1075 | 2024-11-13T04:24:54.333Z | Downloaded pkcs1 v0.7.5 |
1076 | 2024-11-13T04:24:54.335Z | Downloaded write16 v1.0.0 |
1077 | 2024-11-13T04:24:54.335Z | Downloaded radix_trie v0.2.1 |
1078 | 2024-11-13T04:24:54.342Z | Downloaded ecdsa v0.16.9 |
1079 | 2024-11-13T04:24:54.345Z | Downloaded walkdir v2.5.0 |
1080 | 2024-11-13T04:24:54.345Z | Downloaded signature v2.2.0 |
1081 | 2024-11-13T04:24:54.348Z | Downloaded structmeta-derive v0.2.0 |
1082 | 2024-11-13T04:24:54.348Z | Downloaded polyval v0.6.2 |
1083 | 2024-11-13T04:24:54.348Z | Downloaded utf16_iter v1.0.5 |
1084 | 2024-11-13T04:24:54.351Z | Downloaded siphasher v0.3.11 |
1085 | 2024-11-13T04:24:54.351Z | Downloaded num_enum v0.5.11 |
1086 | 2024-11-13T04:24:54.354Z | Downloaded num-complex v0.4.6 |
1087 | 2024-11-13T04:24:54.359Z | Downloaded structmeta v0.2.0 |
1088 | 2024-11-13T04:24:54.362Z | Downloaded nanorand v0.7.0 |
1089 | 2024-11-13T04:24:54.362Z | Downloaded sqlparser_derive v0.2.2 |
1090 | 2024-11-13T04:24:54.362Z | Downloaded sigpipe v0.1.3 |
1091 | 2024-11-13T04:24:54.365Z | Downloaded phf v0.11.2 |
1092 | 2024-11-13T04:24:54.365Z | Downloaded num_enum_derive v0.5.11 |
1093 | 2024-11-13T04:24:54.365Z | Downloaded hash32 v0.3.1 |
1094 | 2024-11-13T04:24:54.368Z | Downloaded webpki-roots v0.26.6 |
1095 | 2024-11-13T04:24:54.371Z | Downloaded idna v1.0.3 |
1096 | 2024-11-13T04:24:54.373Z | Downloaded zerofrom v0.1.4 |
1097 | 2024-11-13T04:24:54.376Z | Downloaded lalrpop v0.19.12 |
1098 | 2024-11-13T04:24:54.386Z | Downloaded mio v1.0.2 |
1099 | 2024-11-13T04:24:54.390Z | Downloaded serde-hex v0.1.0 |
1100 | 2024-11-13T04:24:54.393Z | Downloaded const_format_proc_macros v0.2.33 |
1101 | 2024-11-13T04:24:54.395Z | Downloaded console v0.15.8 |
1102 | 2024-11-13T04:24:54.398Z | Downloaded icu_provider v1.5.0 |
1103 | 2024-11-13T04:24:54.401Z | Downloaded vergen v8.3.2 |
1104 | 2024-11-13T04:24:54.406Z | Downloaded topological-sort v0.2.2 |
1105 | 2024-11-13T04:24:54.409Z | Downloaded cc v1.1.30 |
1106 | 2024-11-13T04:24:54.409Z | Downloaded spin v0.5.2 |
1107 | 2024-11-13T04:24:54.411Z | Downloaded idna v0.2.3 |
1108 | 2024-11-13T04:24:54.417Z | Downloaded crossterm v0.28.1 |
1109 | 2024-11-13T04:24:54.424Z | Downloaded tungstenite v0.24.0 |
1110 | 2024-11-13T04:24:54.426Z | Downloaded salty v0.3.0 |
1111 | 2024-11-13T04:24:54.433Z | Downloaded ipnet v2.10.1 |
1112 | 2024-11-13T04:24:54.436Z | Downloaded hyper-rustls v0.27.3 |
1113 | 2024-11-13T04:24:54.438Z | Downloaded crunchy v0.2.2 |
1114 | 2024-11-13T04:24:54.438Z | Downloaded async-bb8-diesel v0.2.1 |
1115 | 2024-11-13T04:24:54.441Z | Downloaded bcs v0.1.6 |
1116 | 2024-11-13T04:24:54.444Z | Downloaded base64 v0.13.1 |
1117 | 2024-11-13T04:24:54.447Z | Downloaded slog-bunyan v2.5.0 |
1118 | 2024-11-13T04:24:54.447Z | Downloaded cipher v0.4.4 |
1119 | 2024-11-13T04:24:54.449Z | Downloaded maplit v1.0.2 |
1120 | 2024-11-13T04:24:54.449Z | Downloaded csv-core v0.1.11 |
1121 | 2024-11-13T04:24:54.449Z | Downloaded bumpalo v3.16.0 |
1122 | 2024-11-13T04:24:54.452Z | Downloaded buf-list v1.0.3 |
1123 | 2024-11-13T04:24:54.455Z | Downloaded bitfield v0.14.0 |
1124 | 2024-11-13T04:24:54.458Z | Downloaded home v0.5.9 |
1125 | 2024-11-13T04:24:54.458Z | Downloaded ciborium-io v0.2.2 |
1126 | 2024-11-13T04:24:54.458Z | Downloaded bytes v1.8.0 |
1127 | 2024-11-13T04:24:54.461Z | Downloaded hex v0.4.3 |
1128 | 2024-11-13T04:24:54.464Z | Downloaded httparse v1.9.5 |
1129 | 2024-11-13T04:24:54.467Z | Downloaded hostname v0.3.1 |
1130 | 2024-11-13T04:24:54.467Z | Downloaded convert_case v0.4.0 |
1131 | 2024-11-13T04:24:54.470Z | Downloaded clang-sys v1.8.1 |
1132 | 2024-11-13T04:24:54.470Z | Downloaded bitflags v1.3.2 |
1133 | 2024-11-13T04:24:54.475Z | Downloaded ascii-canvas v3.0.0 |
1134 | 2024-11-13T04:24:54.732Z | Downloaded ring v0.17.8 |
1135 | 2024-11-13T04:24:54.802Z | Downloaded aws-lc-sys v0.22.0 |
1136 | 2024-11-13T04:24:55.015Z | Downloaded libsqlite3-sys v0.30.1 |
1137 | 2024-11-13T04:24:55.093Z | Downloaded ring v0.16.20 |
1138 | 2024-11-13T04:24:55.284Z | Compiling serde v1.0.215 |
1139 | 2024-11-13T04:24:55.286Z | Compiling lock_api v0.4.12 |
1140 | 2024-11-13T04:24:55.286Z | Compiling scopeguard v1.2.0 |
1141 | 2024-11-13T04:24:55.286Z | Compiling value-bag v1.9.0 |
1142 | 2024-11-13T04:24:55.286Z | Compiling typenum v1.17.0 |
1143 | 2024-11-13T04:24:55.286Z | Compiling generic-array v0.14.7 |
1144 | 2024-11-13T04:24:55.453Z | Compiling syn v2.0.87 |
1145 | 2024-11-13T04:24:55.462Z | Compiling getrandom v0.2.15 |
1146 | 2024-11-13T04:24:55.587Z | Compiling shlex v1.3.0 |
1147 | 2024-11-13T04:24:55.780Z | Compiling rand_core v0.6.4 |
1148 | 2024-11-13T04:24:55.897Z | Compiling log v0.4.22 |
1149 | 2024-11-13T04:24:56.000Z | Compiling subtle v2.6.1 |
1150 | 2024-11-13T04:24:56.000Z | Compiling jobserver v0.1.32 |
1151 | 2024-11-13T04:24:56.047Z | Compiling smallvec v1.13.2 |
1152 | 2024-11-13T04:24:56.297Z | Compiling const-oid v0.9.6 |
1153 | 2024-11-13T04:24:56.339Z | Compiling spin v0.9.8 |
1154 | 2024-11-13T04:24:56.342Z | Compiling pin-project-lite v0.2.14 |
1155 | 2024-11-13T04:24:56.477Z | Compiling cc v1.1.30 |
1156 | 2024-11-13T04:24:56.509Z | Compiling rustix v0.38.37 |
1157 | 2024-11-13T04:24:56.705Z | Compiling parking_lot_core v0.9.10 |
1158 | 2024-11-13T04:24:56.774Z | Compiling futures-core v0.3.31 |
1159 | 2024-11-13T04:24:56.897Z | Compiling signal-hook-registry v1.4.2 |
1160 | 2024-11-13T04:24:57.011Z | Compiling mio v1.0.2 |
1161 | 2024-11-13T04:24:57.387Z | Compiling aho-corasick v1.1.3 |
1162 | 2024-11-13T04:24:57.740Z | Compiling parking_lot v0.12.3 |
1163 | 2024-11-13T04:24:57.976Z | Compiling either v1.13.0 |
1164 | 2024-11-13T04:24:58.295Z | Compiling cpufeatures v0.2.14 |
1165 | 2024-11-13T04:24:58.340Z | Compiling regex-syntax v0.8.5 |
1166 | 2024-11-13T04:24:58.393Z | Compiling lazy_static v1.5.0 |
1167 | 2024-11-13T04:24:58.411Z | Compiling stable_deref_trait v1.2.0 |
1168 | 2024-11-13T04:24:58.441Z | Compiling futures-sink v0.3.31 |
1169 | 2024-11-13T04:24:58.511Z | Compiling glob v0.3.1 |
1170 | 2024-11-13T04:24:58.530Z | Compiling socket2 v0.5.7 |
1171 | 2024-11-13T04:24:58.586Z | Compiling slab v0.4.9 |
1172 | 2024-11-13T04:24:58.722Z | Compiling prettyplease v0.2.25 |
1173 | 2024-11-13T04:24:59.050Z | Compiling minimal-lexical v0.2.1 |
1174 | 2024-11-13T04:24:59.460Z | Compiling libloading v0.8.5 |
1175 | 2024-11-13T04:24:59.672Z | Compiling clang-sys v1.8.1 |
1176 | 2024-11-13T04:24:59.782Z | Compiling nom v7.1.3 |
1177 | 2024-11-13T04:24:59.782Z | Compiling serde_json v1.0.132 |
1178 | 2024-11-13T04:24:59.878Z | Compiling home v0.5.9 |
1179 | 2024-11-13T04:24:59.944Z | Compiling bindgen v0.69.5 |
1180 | 2024-11-13T04:25:00.104Z | Compiling futures-channel v0.3.31 |
1181 | 2024-11-13T04:25:00.558Z | Compiling itertools v0.12.1 |
1182 | 2024-11-13T04:25:00.745Z | Compiling allocator-api2 v0.2.18 |
1183 | 2024-11-13T04:25:01.028Z | Compiling futures-io v0.3.31 |
1184 | 2024-11-13T04:25:01.384Z | Compiling futures-task v0.3.31 |
1185 | 2024-11-13T04:25:01.596Z | Compiling foldhash v0.1.3 |
1186 | 2024-11-13T04:25:01.657Z | Compiling pin-utils v0.1.0 |
1187 | 2024-11-13T04:25:01.800Z | Compiling rustc-hash v1.1.0 |
1188 | 2024-11-13T04:25:02.002Z | Compiling lazycell v1.3.0 |
1189 | 2024-11-13T04:25:02.032Z | Compiling hashbrown v0.15.0 |
1190 | 2024-11-13T04:25:02.164Z | Compiling regex-automata v0.4.8 |
1191 | 2024-11-13T04:25:03.324Z | Compiling synstructure v0.13.1 |
1192 | 2024-11-13T04:25:03.408Z | Compiling cexpr v0.6.0 |
1193 | 2024-11-13T04:25:03.771Z | Compiling cmake v0.1.51 |
1194 | 2024-11-13T04:25:04.817Z | Compiling dunce v1.0.5 |
1195 | 2024-11-13T04:25:04.951Z | Compiling pkg-config v0.3.31 |
1196 | 2024-11-13T04:25:05.003Z | Compiling libm v0.2.8 |
1197 | 2024-11-13T04:25:05.195Z | Compiling tinyvec_macros v0.1.1 |
1198 | 2024-11-13T04:25:05.287Z | Compiling fs_extra v1.3.0 |
1199 | 2024-11-13T04:25:05.341Z | Compiling tinyvec v1.8.0 |
1200 | 2024-11-13T04:25:05.452Z | Compiling num-traits v0.2.19 |
1201 | 2024-11-13T04:25:05.964Z | Compiling ring v0.17.8 |
1202 | 2024-11-13T04:25:06.458Z | Compiling unicode-bidi v0.3.17 |
1203 | 2024-11-13T04:25:06.697Z | Compiling paste v1.0.15 |
1204 | 2024-11-13T04:25:06.882Z | Compiling unicode-normalization v0.1.24 |
1205 | 2024-11-13T04:25:07.124Z | Compiling litemap v0.7.3 |
1206 | 2024-11-13T04:25:07.189Z | Compiling base64ct v1.6.0 |
1207 | 2024-11-13T04:25:07.254Z | Compiling writeable v0.5.5 |
1208 | 2024-11-13T04:25:07.797Z | Compiling regex v1.11.1 |
1209 | 2024-11-13T04:25:07.856Z | Compiling pem-rfc7468 v0.7.0 |
1210 | 2024-11-13T04:25:07.989Z | Compiling flagset v0.4.6 |
1211 | 2024-11-13T04:25:08.190Z | Compiling aws-lc-rs v1.10.0 |
1212 | 2024-11-13T04:25:08.488Z | Compiling httparse v1.9.5 |
1213 | 2024-11-13T04:25:08.894Z | Compiling tracing-core v0.1.32 |
1214 | 2024-11-13T04:25:09.302Z | Compiling percent-encoding v2.3.1 |
1215 | 2024-11-13T04:25:09.626Z | Compiling icu_locid_transform_data v1.5.0 |
1216 | 2024-11-13T04:25:09.645Z | Compiling crossbeam-utils v0.8.20 |
1217 | 2024-11-13T04:25:09.680Z | Compiling rustls-pki-types v1.9.0 |
1218 | 2024-11-13T04:25:10.025Z | Compiling serde_derive v1.0.215 |
1219 | 2024-11-13T04:25:10.205Z | Compiling zeroize_derive v1.4.2 |
1220 | 2024-11-13T04:25:10.244Z | Compiling zerocopy-derive v0.7.35 |
1221 | 2024-11-13T04:25:10.405Z | Compiling tokio-macros v2.4.0 |
1222 | 2024-11-13T04:25:10.777Z | Compiling zerofrom-derive v0.1.4 |
1223 | 2024-11-13T04:25:11.729Z | Compiling zeroize v1.8.1 |
1224 | 2024-11-13T04:25:11.863Z | Compiling thiserror-impl v1.0.69 |
1225 | 2024-11-13T04:25:12.326Z | Compiling yoke-derive v0.7.4 |
1226 | 2024-11-13T04:25:12.366Z | Compiling zerocopy v0.7.35 |
1227 | 2024-11-13T04:25:13.624Z | Compiling crypto-common v0.1.6 |
1228 | 2024-11-13T04:25:13.831Z | Compiling block-buffer v0.10.4 |
1229 | 2024-11-13T04:25:13.977Z | Compiling futures-macro v0.3.31 |
1230 | 2024-11-13T04:25:14.097Z | Compiling digest v0.10.7 |
1231 | 2024-11-13T04:25:14.574Z | Compiling hmac v0.12.1 |
1232 | 2024-11-13T04:25:14.649Z | Compiling zerovec-derive v0.10.3 |
1233 | 2024-11-13T04:25:14.813Z | Compiling block-padding v0.3.3 |
1234 | 2024-11-13T04:25:14.922Z | Compiling zerofrom v0.1.4 |
1235 | 2024-11-13T04:25:15.026Z | Compiling displaydoc v0.2.5 |
1236 | 2024-11-13T04:25:15.138Z | Compiling inout v0.1.3 |
1237 | 2024-11-13T04:25:15.219Z | Compiling thiserror v1.0.69 |
1238 | 2024-11-13T04:25:15.354Z | Compiling sha2 v0.10.8 |
1239 | 2024-11-13T04:25:15.374Z | Compiling yoke v0.7.4 |
1240 | 2024-11-13T04:25:15.424Z | Compiling cipher v0.4.4 |
1241 | 2024-11-13T04:25:15.746Z | Compiling ppv-lite86 v0.2.20 |
1242 | 2024-11-13T04:25:15.861Z | Compiling futures-util v0.3.31 |
1243 | 2024-11-13T04:25:15.927Z | Compiling der_derive v0.7.3 |
1244 | 2024-11-13T04:25:16.571Z | Compiling icu_provider_macros v1.5.0 |
1245 | 2024-11-13T04:25:16.686Z | Compiling rand_chacha v0.3.1 |
1246 | 2024-11-13T04:25:17.135Z | Compiling zerovec v0.10.4 |
1247 | 2024-11-13T04:25:17.630Z | Compiling tracing-attributes v0.1.27 |
1248 | 2024-11-13T04:25:18.439Z | Compiling der v0.7.9 |
1249 | 2024-11-13T04:25:18.726Z | Compiling rand v0.8.5 |
1250 | 2024-11-13T04:25:18.953Z | Compiling tinystr v0.7.6 |
1251 | 2024-11-13T04:25:18.972Z | Compiling icu_collections v1.5.0 |
1252 | 2024-11-13T04:25:19.397Z | Compiling icu_locid v1.5.0 |
1253 | 2024-11-13T04:25:19.420Z | Compiling salsa20 v0.10.2 |
1254 | 2024-11-13T04:25:19.662Z | Compiling pest v2.7.14 |
1255 | 2024-11-13T04:25:20.425Z | Compiling pbkdf2 v0.12.2 |
1256 | 2024-11-13T04:25:20.606Z | Compiling spki v0.7.3 |
1257 | 2024-11-13T04:25:20.866Z | Compiling icu_provider v1.5.0 |
1258 | 2024-11-13T04:25:21.002Z | Compiling untrusted v0.7.1 |
1259 | 2024-11-13T04:25:21.178Z | Compiling icu_properties_data v1.5.0 |
1260 | 2024-11-13T04:25:21.428Z | Compiling time-core v0.1.2 |
1261 | 2024-11-13T04:25:21.488Z | Compiling tracing v0.1.40 |
1262 | 2024-11-13T04:25:21.608Z | Compiling icu_locid_transform v1.5.0 |
1263 | 2024-11-13T04:25:21.821Z | Compiling vcpkg v0.2.15 |
1264 | 2024-11-13T04:25:21.841Z | Compiling num-conv v0.1.0 |
1265 | 2024-11-13T04:25:21.949Z | Compiling mirai-annotations v1.12.0 |
1266 | 2024-11-13T04:25:21.969Z | Compiling powerfmt v0.2.0 |
1267 | 2024-11-13T04:25:21.994Z | Compiling untrusted v0.9.0 |
1268 | 2024-11-13T04:25:22.127Z | Compiling time-macros v0.2.18 |
1269 | 2024-11-13T04:25:22.368Z | Compiling deranged v0.3.11 |
1270 | 2024-11-13T04:25:22.703Z | Compiling pest_meta v2.7.14 |
1271 | 2024-11-13T04:25:23.530Z | Compiling icu_properties v1.5.1 |
1272 | 2024-11-13T04:25:24.020Z | Compiling bitflags v2.6.0 |
1273 | 2024-11-13T04:25:24.133Z | Compiling bytes v1.8.0 |
1274 | 2024-11-13T04:25:24.471Z | Compiling indexmap v2.6.0 |
1275 | 2024-11-13T04:25:25.462Z | Compiling tokio v1.40.0 |
1276 | 2024-11-13T04:25:25.508Z | Compiling http v1.1.0 |
1277 | 2024-11-13T04:25:25.986Z | Compiling semver v1.0.23 |
1278 | 2024-11-13T04:25:26.019Z | Compiling openssl-sys v0.9.104 |
1279 | 2024-11-13T04:25:26.764Z | Compiling rustc_version v0.4.1 |
1280 | 2024-11-13T04:25:27.132Z | Compiling scrypt v0.11.0 |
1281 | 2024-11-13T04:25:27.575Z | Compiling aes v0.8.4 |
1282 | 2024-11-13T04:25:27.577Z | Compiling cbc v0.1.2 |
1283 | 2024-11-13T04:25:27.713Z | Compiling scroll_derive v0.12.0 |
1284 | 2024-11-13T04:25:27.807Z | Compiling icu_normalizer_data v1.5.0 |
1285 | 2024-11-13T04:25:27.858Z | Compiling num_threads v0.1.7 |
1286 | 2024-11-13T04:25:27.941Z | Compiling utf16_iter v1.0.5 |
1287 | 2024-11-13T04:25:27.960Z | Compiling utf8_iter v1.0.4 |
1288 | 2024-11-13T04:25:27.987Z | Compiling write16 v1.0.0 |
1289 | 2024-11-13T04:25:28.121Z | Compiling atomic-waker v1.1.2 |
1290 | 2024-11-13T04:25:28.158Z | Compiling icu_normalizer v1.5.0 |
1291 | 2024-11-13T04:25:28.198Z | Compiling time v0.3.36 |
1292 | 2024-11-13T04:25:28.312Z | Compiling which v4.4.2 |
1293 | 2024-11-13T04:25:28.935Z | Compiling pkcs5 v0.7.1 |
1294 | 2024-11-13T04:25:29.286Z | Compiling scroll v0.12.0 |
1295 | 2024-11-13T04:25:29.673Z | Compiling http-body v1.0.1 |
1296 | 2024-11-13T04:25:29.823Z | Compiling pest_generator v2.7.14 |
1297 | 2024-11-13T04:25:29.908Z | Compiling form_urlencoded v1.2.1 |
1298 | 2024-11-13T04:25:30.168Z | Compiling slog v2.7.0 |
1299 | 2024-11-13T04:25:30.203Z | Compiling try-lock v0.2.5 |
1300 | 2024-11-13T04:25:30.230Z | Compiling goblin v0.8.2 |
1301 | 2024-11-13T04:25:30.344Z | Compiling want v0.3.1 |
1302 | 2024-11-13T04:25:30.397Z | Compiling pkcs8 v0.10.2 |
1303 | 2024-11-13T04:25:30.641Z | Compiling idna_adapter v1.2.0 |
1304 | 2024-11-13T04:25:30.737Z | Compiling httpdate v1.0.3 |
1305 | 2024-11-13T04:25:30.858Z | Compiling idna v1.0.3 |
1306 | 2024-11-13T04:25:31.212Z | Compiling serde_spanned v0.6.8 |
1307 | 2024-11-13T04:25:31.453Z | Compiling serde_tokenstream v0.2.2 |
1308 | 2024-11-13T04:25:31.913Z | Compiling toml_datetime v0.6.8 |
1309 | 2024-11-13T04:25:31.916Z | Compiling pest_derive v2.7.14 |
1310 | 2024-11-13T04:25:32.077Z | Compiling uuid v1.10.0 |
1311 | 2024-11-13T04:25:32.417Z | Compiling tower-service v0.3.3 |
1312 | 2024-11-13T04:25:32.551Z | Compiling match_cfg v0.1.0 |
1313 | 2024-11-13T04:25:32.646Z | Compiling rustversion v1.0.17 |
1314 | 2024-11-13T04:25:32.669Z | Compiling openssl v0.10.68 |
1315 | 2024-11-13T04:25:32.709Z | Compiling dtrace-parser v0.2.0 |
1316 | 2024-11-13T04:25:33.099Z | Compiling foreign-types-shared v0.1.1 |
1317 | 2024-11-13T04:25:33.222Z | Compiling base64 v0.22.1 |
1318 | 2024-11-13T04:25:33.383Z | Compiling adler2 v2.0.0 |
1319 | 2024-11-13T04:25:33.429Z | Compiling iana-time-zone v0.1.61 |
1320 | 2024-11-13T04:25:33.563Z | Compiling miniz_oxide v0.8.0 |
1321 | 2024-11-13T04:25:33.668Z | Compiling chrono v0.4.38 |
1322 | 2024-11-13T04:25:33.882Z | Compiling tokio-util v0.7.12 |
1323 | 2024-11-13T04:25:33.942Z | Compiling foreign-types v0.3.2 |
1324 | 2024-11-13T04:25:34.069Z | Compiling hostname v0.3.1 |
1325 | 2024-11-13T04:25:34.336Z | Compiling url v2.5.3 |
1326 | 2024-11-13T04:25:34.958Z | Compiling h2 v0.4.6 |
1327 | 2024-11-13T04:25:35.302Z | Compiling openssl-macros v0.1.1 |
1328 | 2024-11-13T04:25:36.054Z | Compiling dof v0.3.0 |
1329 | 2024-11-13T04:25:36.395Z | Compiling async-trait v0.1.83 |
1330 | 2024-11-13T04:25:36.471Z | Compiling dirs-sys-next v0.1.2 |
1331 | 2024-11-13T04:25:37.137Z | Compiling usdt-impl v0.5.0 |
1332 | 2024-11-13T04:25:37.445Z | Compiling native-tls v0.2.12 |
1333 | 2024-11-13T04:25:37.776Z | Compiling siphasher v0.3.11 |
1334 | 2024-11-13T04:25:38.215Z | Compiling rustls v0.22.4 |
1335 | 2024-11-13T04:25:38.266Z | Compiling syn v1.0.109 |
1336 | 2024-11-13T04:25:38.490Z | Compiling data-encoding v2.6.0 |
1337 | 2024-11-13T04:25:38.763Z | Compiling rustls v0.23.14 |
1338 | 2024-11-13T04:25:39.028Z | Compiling dirs-next v2.0.0 |
1339 | 2024-11-13T04:25:39.228Z | Compiling http-body-util v0.1.2 |
1340 | 2024-11-13T04:25:39.763Z | Compiling heapless v0.7.17 |
1341 | 2024-11-13T04:25:40.204Z | Compiling crossbeam-epoch v0.9.18 |
1342 | 2024-11-13T04:25:40.620Z | Compiling signature v2.2.0 |
1343 | 2024-11-13T04:25:40.643Z | Compiling sha1 v0.10.6 |
1344 | 2024-11-13T04:25:40.906Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1345 | 2024-11-13T04:25:40.927Z | Compiling serde_derive_internals v0.29.1 |
1346 | 2024-11-13T04:25:40.945Z | Compiling thread_local v1.1.8 |
1347 | 2024-11-13T04:25:41.047Z | Compiling encoding_rs v0.8.34 |
1348 | 2024-11-13T04:25:41.067Z | Compiling cookie v0.18.1 |
1349 | 2024-11-13T04:25:41.339Z | Compiling multer v3.1.0 |
1350 | 2024-11-13T04:25:41.390Z | Compiling ipnet v2.10.1 |
1351 | 2024-11-13T04:25:41.461Z | Compiling signal-hook v0.3.17 |
1352 | 2024-11-13T04:25:41.607Z | Compiling rayon-core v1.12.1 |
1353 | 2024-11-13T04:25:41.740Z | Compiling gimli v0.31.1 |
1354 | 2024-11-13T04:25:41.876Z | Compiling hyper v1.4.1 |
1355 | 2024-11-13T04:25:42.631Z | Compiling schemars v0.8.21 |
1356 | 2024-11-13T04:25:43.032Z | Compiling slog-async v2.8.0 |
1357 | 2024-11-13T04:25:43.576Z | Compiling mime v0.3.17 |
1358 | 2024-11-13T04:25:43.743Z | Compiling unicode-properties v0.1.3 |
1359 | 2024-11-13T04:25:44.144Z | Compiling openssl-probe v0.1.5 |
1360 | 2024-11-13T04:25:44.165Z | Compiling stringprep v0.1.5 |
1361 | 2024-11-13T04:25:44.506Z | Compiling hyper-util v0.1.10 |
1362 | 2024-11-13T04:25:45.460Z | Compiling schemars_derive v0.8.21 |
1363 | 2024-11-13T04:25:45.766Z | Compiling toml_edit v0.22.22 |
1364 | 2024-11-13T04:25:46.225Z | Compiling usdt-macro v0.5.0 |
1365 | 2024-11-13T04:25:47.031Z | Compiling addr2line v0.24.2 |
1366 | 2024-11-13T04:25:47.652Z | Compiling usdt-attr-macro v0.5.0 |
1367 | 2024-11-13T04:25:47.676Z | Compiling crossbeam-deque v0.8.5 |
1368 | 2024-11-13T04:25:47.718Z | Compiling term v0.7.0 |
1369 | 2024-11-13T04:25:47.796Z | Compiling slog-json v2.6.1 |
1370 | 2024-11-13T04:25:48.033Z | Compiling serde_urlencoded v0.7.1 |
1371 | 2024-11-13T04:25:48.202Z | Compiling curve25519-dalek v4.1.3 |
1372 | 2024-11-13T04:25:48.557Z | Compiling crossbeam-channel v0.5.13 |
1373 | 2024-11-13T04:25:48.680Z | Compiling enum-as-inner v0.6.1 |
1374 | 2024-11-13T04:25:48.811Z | Compiling futures-executor v0.3.31 |
1375 | 2024-11-13T04:25:49.250Z | Compiling md-5 v0.10.6 |
1376 | 2024-11-13T04:25:49.294Z | Compiling rustls-pemfile v2.2.0 |
1377 | 2024-11-13T04:25:49.385Z | Compiling async-stream-impl v0.3.6 |
1378 | 2024-11-13T04:25:49.517Z | Compiling num-integer v0.1.46 |
1379 | 2024-11-13T04:25:49.639Z | Compiling idna v0.3.0 |
1380 | 2024-11-13T04:25:49.643Z | Compiling idna v0.4.0 |
1381 | 2024-11-13T04:25:49.706Z | Compiling hash32 v0.2.1 |
1382 | 2024-11-13T04:25:50.098Z | Compiling ff v0.13.0 |
1383 | 2024-11-13T04:25:50.320Z | Compiling is-terminal v0.4.13 |
1384 | 2024-11-13T04:25:50.340Z | Compiling object v0.36.5 |
1385 | 2024-11-13T04:25:50.458Z | Compiling dropshot v0.12.0 |
1386 | 2024-11-13T04:25:50.754Z | Compiling base16ct v0.2.0 |
1387 | 2024-11-13T04:25:50.802Z | Compiling rustc-demangle v0.1.24 |
1388 | 2024-11-13T04:25:51.077Z | Compiling portable-atomic v1.9.0 |
1389 | 2024-11-13T04:25:51.311Z | Compiling linked-hash-map v0.5.6 |
1390 | 2024-11-13T04:25:51.358Z | Compiling anyhow v1.0.93 |
1391 | 2024-11-13T04:25:51.705Z | Compiling dyn-clone v1.0.17 |
1392 | 2024-11-13T04:25:51.784Z | Compiling smoltcp v0.9.1 |
1393 | 2024-11-13T04:25:51.935Z | Compiling fallible-iterator v0.2.0 |
1394 | 2024-11-13T04:25:51.997Z | Compiling utf-8 v0.7.6 |
1395 | 2024-11-13T04:25:52.148Z | Compiling num-bigint-dig v0.8.4 |
1396 | 2024-11-13T04:25:52.317Z | Compiling psl-types v2.0.11 |
1397 | 2024-11-13T04:25:52.435Z | Compiling take_mut v0.2.2 |
1398 | 2024-11-13T04:25:52.501Z | Compiling quick-error v1.2.3 |
1399 | 2024-11-13T04:25:52.555Z | Compiling publicsuffix v2.2.3 |
1400 | 2024-11-13T04:25:52.614Z | Compiling postgres-protocol v0.6.7 |
1401 | 2024-11-13T04:25:52.667Z | Compiling resolv-conf v0.7.0 |
1402 | 2024-11-13T04:25:52.892Z | Compiling tungstenite v0.24.0 |
1403 | 2024-11-13T04:25:53.972Z | Compiling lru-cache v0.1.2 |
1404 | 2024-11-13T04:25:53.997Z | Compiling sec1 v0.7.3 |
1405 | 2024-11-13T04:25:54.041Z | Compiling async-stream v0.3.6 |
1406 | 2024-11-13T04:25:54.247Z | Compiling hickory-proto v0.24.1 |
1407 | 2024-11-13T04:25:54.354Z | Compiling slog-term v2.9.1 |
1408 | 2024-11-13T04:25:54.581Z | Compiling usdt v0.5.0 |
1409 | 2024-11-13T04:25:55.124Z | Compiling group v0.13.0 |
1410 | 2024-11-13T04:25:55.276Z | Compiling num-iter v0.1.45 |
1411 | 2024-11-13T04:25:55.481Z | Compiling futures v0.3.31 |
1412 | 2024-11-13T04:25:55.611Z | Compiling toml v0.8.19 |
1413 | 2024-11-13T04:25:55.740Z | Compiling slog-bunyan v2.5.0 |
1414 | 2024-11-13T04:25:57.752Z | Compiling backtrace v0.3.74 |
1415 | 2024-11-13T04:25:57.988Z | Compiling camino v1.1.9 |
1416 | 2024-11-13T04:25:58.431Z | Compiling tokio-native-tls v0.3.1 |
1417 | 2024-11-13T04:25:58.473Z | Compiling phf_shared v0.11.2 |
1418 | 2024-11-13T04:25:58.712Z | Compiling dropshot_endpoint v0.12.0 |
1419 | 2024-11-13T04:25:58.830Z | Compiling waitgroup v0.1.2 |
1420 | 2024-11-13T04:25:58.876Z | Compiling terminal_size v0.4.0 |
1421 | 2024-11-13T04:25:58.965Z | Compiling openapiv3 v2.0.0 |
1422 | 2024-11-13T04:25:59.051Z | Compiling serde_path_to_error v0.1.16 |
1423 | 2024-11-13T04:25:59.098Z | Compiling hkdf v0.12.4 |
1424 | 2024-11-13T04:25:59.348Z | Compiling crypto-bigint v0.5.5 |
1425 | 2024-11-13T04:25:59.944Z | Compiling webpki-roots v0.26.6 |
1426 | 2024-11-13T04:26:00.162Z | Compiling curve25519-dalek-derive v0.1.1 |
1427 | 2024-11-13T04:26:01.553Z | Compiling zerocopy-derive v0.6.6 |
1428 | 2024-11-13T04:26:01.766Z | Compiling idna v0.5.0 |
1429 | 2024-11-13T04:26:01.915Z | Compiling hubpack_derive v0.1.1 |
1430 | 2024-11-13T04:26:02.841Z | Compiling hostname v0.4.0 |
1431 | 2024-11-13T04:26:03.118Z | Compiling crc32fast v1.4.2 |
1432 | 2024-11-13T04:26:03.424Z | Compiling ahash v0.8.11 |
1433 | 2024-11-13T04:26:03.427Z | Compiling fs-err v2.11.0 |
1434 | 2024-11-13T04:26:03.483Z | Compiling debug-ignore v1.0.5 |
1435 | 2024-11-13T04:26:03.510Z | Compiling winnow v0.5.40 |
1436 | 2024-11-13T04:26:03.626Z | Compiling bitflags v1.3.2 |
1437 | 2024-11-13T04:26:03.698Z | Compiling managed v0.8.0 |
1438 | 2024-11-13T04:26:03.800Z | Compiling zerocopy v0.6.6 |
1439 | 2024-11-13T04:26:03.845Z | Compiling console v0.15.8 |
1440 | 2024-11-13T04:26:03.880Z | Compiling strum_macros v0.25.3 |
1441 | 2024-11-13T04:26:04.715Z | Compiling clap_builder v4.5.20 |
1442 | 2024-11-13T04:26:04.752Z | Compiling flate2 v1.0.34 |
1443 | 2024-11-13T04:26:05.483Z | Compiling hubpack v0.1.2 |
1444 | 2024-11-13T04:26:05.538Z | Compiling cookie_store v0.21.0 |
1445 | 2024-11-13T04:26:05.796Z | Compiling elliptic-curve v0.13.8 |
1446 | 2024-11-13T04:26:06.329Z | Compiling hickory-resolver v0.24.1 |
1447 | 2024-11-13T04:26:06.599Z | Compiling phf v0.11.2 |
1448 | 2024-11-13T04:26:06.906Z | Compiling hyper-tls v0.6.0 |
1449 | 2024-11-13T04:26:07.148Z | Compiling toml_edit v0.19.15 |
1450 | 2024-11-13T04:26:07.352Z | Compiling signal-hook-mio v0.2.4 |
1451 | 2024-11-13T04:26:07.511Z | Compiling bzip2 v0.4.4 |
1452 | 2024-11-13T04:26:07.964Z | Compiling rayon v1.10.0 |
1453 | 2024-11-13T04:26:08.214Z | Compiling tokio-tungstenite v0.24.0 |
1454 | 2024-11-13T04:26:10.152Z | Compiling postgres-types v0.2.8 |
1455 | 2024-11-13T04:26:11.717Z | Compiling ed25519 v2.2.3 |
1456 | 2024-11-13T04:26:12.916Z | Compiling phf_shared v0.10.0 |
1457 | 2024-11-13T04:26:13.160Z | Compiling tokio-stream v0.1.16 |
1458 | 2024-11-13T04:26:13.343Z | Compiling pkcs1 v0.7.5 |
1459 | 2024-11-13T04:26:13.618Z | Compiling serde-big-array v0.5.1 |
1460 | 2024-11-13T04:26:13.866Z | Compiling clap_derive v4.5.18 |
1461 | 2024-11-13T04:26:14.059Z | Compiling rfc6979 v0.4.0 |
1462 | 2024-11-13T04:26:14.230Z | Compiling serde_repr v0.1.19 |
1463 | 2024-11-13T04:26:14.262Z | Compiling derive-where v1.2.7 |
1464 | 2024-11-13T04:26:14.282Z | Compiling float-cmp v0.9.0 |
1465 | 2024-11-13T04:26:14.355Z | Compiling bstr v1.10.0 |
1466 | 2024-11-13T04:26:14.518Z | Compiling sync_wrapper v1.0.1 |
1467 | 2024-11-13T04:26:14.676Z | Compiling fixedbitset v0.4.2 |
1468 | 2024-11-13T04:26:15.158Z | Compiling difflib v0.4.0 |
1469 | 2024-11-13T04:26:15.234Z | Compiling predicates-core v1.0.8 |
1470 | 2024-11-13T04:26:15.430Z | Compiling static_assertions v1.1.0 |
1471 | 2024-11-13T04:26:15.536Z | Compiling number_prefix v0.4.0 |
1472 | 2024-11-13T04:26:15.610Z | Compiling whoami v1.5.2 |
1473 | 2024-11-13T04:26:15.761Z | Compiling precomputed-hash v0.1.1 |
1474 | 2024-11-13T04:26:15.881Z | Compiling new_debug_unreachable v1.0.6 |
1475 | 2024-11-13T04:26:15.982Z | Compiling normalize-line-endings v0.3.0 |
1476 | 2024-11-13T04:26:16.117Z | Compiling unicode-segmentation v1.12.0 |
1477 | 2024-11-13T04:26:16.194Z | Compiling bit-vec v0.6.3 |
1478 | 2024-11-13T04:26:16.241Z | Compiling predicates v3.1.2 |
1479 | 2024-11-13T04:26:16.669Z | Compiling bit-set v0.5.3 |
1480 | 2024-11-13T04:26:16.788Z | Compiling similar v2.6.0 |
1481 | 2024-11-13T04:26:16.967Z | Compiling string_cache v0.8.7 |
1482 | 2024-11-13T04:26:16.992Z | Compiling tokio-postgres v0.7.12 |
1483 | 2024-11-13T04:26:17.453Z | Compiling indicatif v0.17.8 |
1484 | 2024-11-13T04:26:17.809Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1485 | 2024-11-13T04:26:18.071Z | Compiling petgraph v0.6.5 |
1486 | 2024-11-13T04:26:19.016Z | Compiling clap v4.5.20 |
1487 | 2024-11-13T04:26:19.146Z | Compiling ecdsa v0.16.9 |
1488 | 2024-11-13T04:26:19.296Z | Compiling rsa v0.9.6 |
1489 | 2024-11-13T04:26:19.646Z | Compiling ed25519-dalek v2.1.1 |
1490 | 2024-11-13T04:26:20.020Z | Compiling toml v0.7.8 |
1491 | 2024-11-13T04:26:20.965Z | Compiling zip v0.6.6 |
1492 | 2024-11-13T04:26:21.818Z | Compiling crossterm v0.28.1 |
1493 | 2024-11-13T04:26:22.576Z | Compiling hex v0.4.3 |
1494 | 2024-11-13T04:26:22.789Z | Compiling x509-cert v0.2.5 |
1495 | 2024-11-13T04:26:23.042Z | Compiling itertools v0.10.5 |
1496 | 2024-11-13T04:26:23.109Z | Compiling lalrpop-util v0.19.12 |
1497 | 2024-11-13T04:26:23.241Z | Compiling unicode-xid v0.2.6 |
1498 | 2024-11-13T04:26:23.419Z | Compiling peg-runtime v0.8.3 |
1499 | 2024-11-13T04:26:23.438Z | Compiling strum_macros v0.26.4 |
1500 | 2024-11-13T04:26:24.116Z | Compiling xattr v1.3.1 |
1501 | 2024-11-13T04:26:24.396Z | Compiling filetime v0.2.25 |
1502 | 2024-11-13T04:26:24.708Z | Compiling tar v0.4.43 |
1503 | 2024-11-13T04:26:28.438Z | Compiling strum v0.26.3 |
1504 | 2024-11-13T04:26:31.391Z | Compiling aws-lc-sys v0.22.0 |
1505 | 2024-11-13T04:27:03.773Z | Compiling rustls-webpki v0.102.8 |
1506 | 2024-11-13T04:27:07.115Z | Compiling tokio-rustls v0.25.0 |
1507 | 2024-11-13T04:27:08.645Z | Compiling tokio-rustls v0.26.0 |
1508 | 2024-11-13T04:27:09.044Z | Compiling hyper-rustls v0.27.3 |
1509 | 2024-11-13T04:27:09.430Z | Compiling reqwest v0.12.9 |
1510 | 2024-11-13T04:27:10.849Z | Compiling qorb v0.2.0 |
1511 | 2024-11-13T04:27:15.524Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1512 | 2024-11-13T04:27:15.757Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1513 | 2024-11-13T04:27:21.595Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 30s |
1514 | 2024-11-13T04:27:21.731Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1515 | 2024-11-13T04:27:21.803Z | Nov 13 04:27:20.223 INFO Starting download, target: Cockroach |
1516 | 2024-11-13T04:27:21.803Z | Nov 13 04:27:20.223 INFO Starting download, target: Console |
1517 | 2024-11-13T04:27:21.803Z | Nov 13 04:27:20.223 INFO Starting download, target: Clickhouse |
1518 | 2024-11-13T04:27:21.803Z | Nov 13 04:27:20.223 INFO Starting download, target: DendriteOpenapi |
1519 | 2024-11-13T04:27:21.803Z | Nov 13 04:27:20.223 INFO Starting download, target: DendriteStub |
1520 | 2024-11-13T04:27:21.803Z | Nov 13 04:27:20.223 INFO Starting download, target: MaghemiteMgd |
1521 | 2024-11-13T04:27:21.803Z | Nov 13 04:27:20.223 INFO Starting download, target: TransceiverControl |
1522 | 2024-11-13T04:27:21.893Z | Nov 13 04:27:20.224 INFO Downloading out/downloads/dpd-5b1d590426971e481d927d3978e918ec25f3ad21.json (attempt 1/3), target: DendriteOpenapi |
1523 | 2024-11-13T04:27:21.894Z | Nov 13 04:27:20.224 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1524 | 2024-11-13T04:27:21.894Z | Nov 13 04:27:20.224 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1525 | 2024-11-13T04:27:21.894Z | Nov 13 04:27:20.224 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1526 | 2024-11-13T04:27:21.894Z | Nov 13 04:27:20.224 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1527 | 2024-11-13T04:27:21.894Z | Nov 13 04:27:20.224 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1528 | 2024-11-13T04:27:21.894Z | Nov 13 04:27:20.224 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1529 | 2024-11-13T04:27:22.363Z | Nov 13 04:27:20.763 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1530 | 2024-11-13T04:27:22.629Z | Nov 13 04:27:20.979 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1531 | 2024-11-13T04:27:22.907Z | Nov 13 04:27:21.053 INFO Download complete, target: Console |
1532 | 2024-11-13T04:27:23.061Z | Nov 13 04:27:21.311 INFO Download complete, target: DendriteOpenapi |
1533 | 2024-11-13T04:27:23.183Z | Nov 13 04:27:21.580 INFO Download complete, target: TransceiverControl |
1534 | 2024-11-13T04:27:23.772Z | Nov 13 04:27:22.115 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1535 | 2024-11-13T04:27:24.304Z | Nov 13 04:27:22.651 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1536 | 2024-11-13T04:27:24.461Z | Nov 13 04:27:22.668 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1537 | 2024-11-13T04:27:25.784Z | Nov 13 04:27:24.207 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1538 | 2024-11-13T04:27:25.785Z | Nov 13 04:27:24.207 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1539 | 2024-11-13T04:27:26.949Z | Nov 13 04:27:25.402 INFO Download complete, target: DendriteStub |
1540 | 2024-11-13T04:27:27.076Z | Nov 13 04:27:25.529 INFO Download complete, target: MaghemiteMgd |
1541 | 2024-11-13T04:27:32.829Z | Nov 13 04:27:31.281 INFO Checking that binary works, target: Cockroach |
1542 | 2024-11-13T04:27:32.984Z | Nov 13 04:27:31.437 INFO Download complete, target: Cockroach |
1543 | 2024-11-13T04:27:36.044Z | Nov 13 04:27:34.496 INFO Checking that binary works, target: Clickhouse |
1544 | 2024-11-13T04:27:36.667Z | Nov 13 04:27:35.119 INFO Download complete, target: Clickhouse |
1545 | 2024-11-13T04:27:36.674Z | All prerequisites installed successfully |
1546 | 2024-11-13T04:27:36.676Z | |
1547 | 2024-11-13T04:27:36.676Z | real 5:58.002479175 |
1548 | 2024-11-13T04:27:36.676Z | user 16:25.099331608 |
1549 | 2024-11-13T04:27:36.676Z | sys 3:13.711619215 |
1550 | 2024-11-13T04:27:36.676Z | trap 0.535608880 |
1551 | 2024-11-13T04:27:36.676Z | tflt 5.570451480 |
1552 | 2024-11-13T04:27:36.676Z | dflt 5.697100467 |
1553 | 2024-11-13T04:27:36.676Z | kflt 0.380930122 |
1554 | 2024-11-13T04:27:36.676Z | lock 29:37.060258124 |
1555 | 2024-11-13T04:27:36.676Z | slp 1:04:18.870439206 |
1556 | 2024-11-13T04:27:36.676Z | lat 55.371889717 |
1557 | 2024-11-13T04:27:36.676Z | stop 2:16.232094322 |
1558 | 2024-11-13T04:27:36.676Z | + ptime -m cargo xtask download softnpu |
1559 | 2024-11-13T04:27:37.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1560 | 2024-11-13T04:27:37.236Z | Running `target/debug/xtask download softnpu` |
1561 | 2024-11-13T04:27:38.061Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
1562 | 2024-11-13T04:27:38.090Z | Running `target/debug/xtask-downloader softnpu` |
1563 | 2024-11-13T04:27:38.125Z | Nov 13 04:27:36.573 INFO Starting download, target: Softnpu |
1564 | 2024-11-13T04:27:38.135Z | Nov 13 04:27:36.574 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1565 | 2024-11-13T04:27:39.037Z | Nov 13 04:27:37.488 INFO Download complete, target: Softnpu |
1566 | 2024-11-13T04:27:39.041Z | |
1567 | 2024-11-13T04:27:39.041Z | real 2.358780618 |
1568 | 2024-11-13T04:27:39.041Z | user 1.285418613 |
1569 | 2024-11-13T04:27:39.042Z | sys 0.535469582 |
1570 | 2024-11-13T04:27:39.042Z | trap 0.000901676 |
1571 | 2024-11-13T04:27:39.042Z | tflt 0.000005459 |
1572 | 2024-11-13T04:27:39.042Z | dflt 0.000042716 |
1573 | 2024-11-13T04:27:39.042Z | kflt 0.000000000 |
1574 | 2024-11-13T04:27:39.042Z | lock 9.153390198 |
1575 | 2024-11-13T04:27:39.042Z | slp 0.684858927 |
1576 | 2024-11-13T04:27:39.042Z | lat 0.075675931 |
1577 | 2024-11-13T04:27:39.042Z | stop 0.000165519 |
1578 | 2024-11-13T04:27:39.048Z | + export CARGO_INCREMENTAL=0 |
1579 | 2024-11-13T04:27:39.048Z | + CARGO_INCREMENTAL=0 |
1580 | 2024-11-13T04:27:39.048Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1581 | 2024-11-13T04:27:39.987Z | Compiling proc-macro2 v1.0.89 |
1582 | 2024-11-13T04:27:39.987Z | Compiling unicode-ident v1.0.13 |
1583 | 2024-11-13T04:27:39.988Z | Compiling libc v0.2.162 |
1584 | 2024-11-13T04:27:39.991Z | Compiling serde v1.0.215 |
1585 | 2024-11-13T04:27:39.991Z | Compiling autocfg v1.4.0 |
1586 | 2024-11-13T04:27:39.991Z | Compiling version_check v0.9.5 |
1587 | 2024-11-13T04:27:39.991Z | Compiling cfg-if v1.0.0 |
1588 | 2024-11-13T04:27:40.262Z | Compiling memchr v2.7.4 |
1589 | 2024-11-13T04:27:40.290Z | Compiling shlex v1.3.0 |
1590 | 2024-11-13T04:27:40.308Z | Compiling typenum v1.17.0 |
1591 | 2024-11-13T04:27:40.647Z | Compiling value-bag v1.9.0 |
1592 | 2024-11-13T04:27:40.826Z | Compiling generic-array v0.14.7 |
1593 | 2024-11-13T04:27:41.016Z | Compiling lock_api v0.4.12 |
1594 | 2024-11-13T04:27:41.094Z | Compiling log v0.4.22 |
1595 | 2024-11-13T04:27:41.180Z | Compiling scopeguard v1.2.0 |
1596 | 2024-11-13T04:27:41.334Z | Compiling parking_lot_core v0.9.10 |
1597 | 2024-11-13T04:27:41.680Z | Compiling serde_json v1.0.132 |
1598 | 2024-11-13T04:27:41.741Z | Compiling quote v1.0.37 |
1599 | 2024-11-13T04:27:41.918Z | Compiling once_cell v1.20.2 |
1600 | 2024-11-13T04:27:41.945Z | Compiling rustix v0.38.37 |
1601 | 2024-11-13T04:27:41.977Z | Compiling thiserror v1.0.69 |
1602 | 2024-11-13T04:27:42.268Z | Compiling syn v2.0.87 |
1603 | 2024-11-13T04:27:42.306Z | Compiling jobserver v0.1.32 |
1604 | 2024-11-13T04:27:42.367Z | Compiling getrandom v0.2.15 |
1605 | 2024-11-13T04:27:42.506Z | Compiling libm v0.2.8 |
1606 | 2024-11-13T04:27:42.553Z | Compiling num-traits v0.2.19 |
1607 | 2024-11-13T04:27:42.701Z | Compiling cc v1.1.30 |
1608 | 2024-11-13T04:27:42.718Z | Compiling itoa v1.0.11 |
1609 | 2024-11-13T04:27:42.771Z | Compiling spin v0.9.8 |
1610 | 2024-11-13T04:27:42.826Z | Compiling aho-corasick v1.1.3 |
1611 | 2024-11-13T04:27:42.828Z | Compiling regex-syntax v0.8.5 |
1612 | 2024-11-13T04:27:43.044Z | Compiling slab v0.4.9 |
1613 | 2024-11-13T04:27:43.351Z | Compiling byteorder v1.5.0 |
1614 | 2024-11-13T04:27:43.373Z | Compiling rand_core v0.6.4 |
1615 | 2024-11-13T04:27:43.776Z | Compiling errno v0.3.9 |
1616 | 2024-11-13T04:27:43.873Z | Compiling either v1.13.0 |
1617 | 2024-11-13T04:27:43.920Z | Compiling lazy_static v1.5.0 |
1618 | 2024-11-13T04:27:44.260Z | Compiling glob v0.3.1 |
1619 | 2024-11-13T04:27:45.119Z | Compiling clang-sys v1.8.1 |
1620 | 2024-11-13T04:27:45.290Z | Compiling prettyplease v0.2.25 |
1621 | 2024-11-13T04:27:45.340Z | Compiling minimal-lexical v0.2.1 |
1622 | 2024-11-13T04:27:45.643Z | Compiling subtle v2.6.1 |
1623 | 2024-11-13T04:27:45.791Z | Compiling allocator-api2 v0.2.18 |
1624 | 2024-11-13T04:27:45.820Z | Compiling nom v7.1.3 |
1625 | 2024-11-13T04:27:45.917Z | Compiling libloading v0.8.5 |
1626 | 2024-11-13T04:27:46.017Z | Compiling bindgen v0.69.5 |
1627 | 2024-11-13T04:27:46.128Z | Compiling home v0.5.9 |
1628 | 2024-11-13T04:27:46.442Z | Compiling regex-automata v0.4.8 |
1629 | 2024-11-13T04:27:46.594Z | Compiling itertools v0.12.1 |
1630 | 2024-11-13T04:27:46.596Z | Compiling rustc-hash v1.1.0 |
1631 | 2024-11-13T04:27:46.758Z | Compiling lazycell v1.3.0 |
1632 | 2024-11-13T04:27:46.931Z | Compiling smallvec v1.13.2 |
1633 | 2024-11-13T04:27:47.152Z | Compiling cmake v0.1.51 |
1634 | 2024-11-13T04:27:47.658Z | Compiling fs_extra v1.3.0 |
1635 | 2024-11-13T04:27:47.984Z | Compiling dunce v1.0.5 |
1636 | 2024-11-13T04:27:48.109Z | Compiling semver v1.0.23 |
1637 | 2024-11-13T04:27:48.621Z | Compiling pkg-config v0.3.31 |
1638 | 2024-11-13T04:27:49.276Z | Compiling cexpr v0.6.0 |
1639 | 2024-11-13T04:27:49.628Z | Compiling ring v0.17.8 |
1640 | 2024-11-13T04:27:49.721Z | Compiling pin-project-lite v0.2.14 |
1641 | 2024-11-13T04:27:49.810Z | Compiling synstructure v0.13.1 |
1642 | 2024-11-13T04:27:49.877Z | Compiling const-oid v0.9.6 |
1643 | 2024-11-13T04:27:50.822Z | Compiling ryu v1.0.18 |
1644 | 2024-11-13T04:27:51.083Z | Compiling equivalent v1.0.1 |
1645 | 2024-11-13T04:27:51.101Z | Compiling foldhash v0.1.3 |
1646 | 2024-11-13T04:27:51.200Z | Compiling paste v1.0.15 |
1647 | 2024-11-13T04:27:51.269Z | Compiling aws-lc-rs v1.10.0 |
1648 | 2024-11-13T04:27:51.380Z | Compiling hashbrown v0.15.0 |
1649 | 2024-11-13T04:27:51.684Z | Compiling httparse v1.9.5 |
1650 | 2024-11-13T04:27:51.867Z | Compiling regex v1.11.1 |
1651 | 2024-11-13T04:27:52.445Z | Compiling schemars v0.8.21 |
1652 | 2024-11-13T04:27:52.706Z | Compiling serde_derive_internals v0.29.1 |
1653 | 2024-11-13T04:27:52.756Z | Compiling signal-hook-registry v1.4.2 |
1654 | 2024-11-13T04:27:53.083Z | Compiling heck v0.5.0 |
1655 | 2024-11-13T04:27:53.133Z | Compiling parking_lot v0.12.3 |
1656 | 2024-11-13T04:27:53.509Z | Compiling mio v1.0.2 |
1657 | 2024-11-13T04:27:54.226Z | Compiling stable_deref_trait v1.2.0 |
1658 | 2024-11-13T04:27:55.183Z | Compiling crossbeam-utils v0.8.20 |
1659 | 2024-11-13T04:27:55.237Z | Compiling socket2 v0.5.7 |
1660 | 2024-11-13T04:27:55.309Z | Compiling futures-core v0.3.31 |
1661 | 2024-11-13T04:27:55.441Z | Compiling serde_derive v1.0.215 |
1662 | 2024-11-13T04:27:55.563Z | Compiling zeroize_derive v1.4.2 |
1663 | 2024-11-13T04:27:55.672Z | Compiling zerocopy-derive v0.7.35 |
1664 | 2024-11-13T04:27:55.814Z | Compiling thiserror-impl v1.0.69 |
1665 | 2024-11-13T04:27:56.521Z | Compiling tokio-macros v2.4.0 |
1666 | 2024-11-13T04:27:56.848Z | Compiling zerofrom-derive v0.1.4 |
1667 | 2024-11-13T04:27:57.027Z | Compiling zeroize v1.8.1 |
1668 | 2024-11-13T04:27:57.136Z | Compiling yoke-derive v0.7.4 |
1669 | 2024-11-13T04:27:57.559Z | Compiling futures-macro v0.3.31 |
1670 | 2024-11-13T04:27:57.621Z | Compiling zerovec-derive v0.10.3 |
1671 | 2024-11-13T04:27:57.941Z | Compiling zerocopy v0.7.35 |
1672 | 2024-11-13T04:27:58.639Z | Compiling displaydoc v0.2.5 |
1673 | 2024-11-13T04:27:58.655Z | Compiling crypto-common v0.1.6 |
1674 | 2024-11-13T04:27:59.504Z | Compiling icu_provider_macros v1.5.0 |
1675 | 2024-11-13T04:27:59.559Z | Compiling tracing-attributes v0.1.27 |
1676 | 2024-11-13T04:27:59.849Z | Compiling block-buffer v0.10.4 |
1677 | 2024-11-13T04:28:00.091Z | Compiling digest v0.10.7 |
1678 | 2024-11-13T04:28:00.150Z | Compiling schemars_derive v0.8.21 |
1679 | 2024-11-13T04:28:00.302Z | Compiling der_derive v0.7.3 |
1680 | 2024-11-13T04:28:00.545Z | Compiling num-conv v0.1.0 |
1681 | 2024-11-13T04:28:00.819Z | Compiling time-core v0.1.2 |
1682 | 2024-11-13T04:28:00.844Z | Compiling vcpkg v0.2.15 |
1683 | 2024-11-13T04:28:01.009Z | Compiling fnv v1.0.7 |
1684 | 2024-11-13T04:28:01.149Z | Compiling time-macros v0.2.18 |
1685 | 2024-11-13T04:28:02.483Z | Compiling openssl-sys v0.9.104 |
1686 | 2024-11-13T04:28:03.739Z | Compiling cpufeatures v0.2.14 |
1687 | 2024-11-13T04:28:03.835Z | Compiling futures-sink v0.3.31 |
1688 | 2024-11-13T04:28:04.012Z | Compiling ahash v0.8.11 |
1689 | 2024-11-13T04:28:04.195Z | Compiling syn v1.0.109 |
1690 | 2024-11-13T04:28:04.332Z | Compiling slog v2.7.0 |
1691 | 2024-11-13T04:28:04.587Z | Compiling zerofrom v0.1.4 |
1692 | 2024-11-13T04:28:04.843Z | Compiling yoke v0.7.4 |
1693 | 2024-11-13T04:28:04.907Z | Compiling futures-channel v0.3.31 |
1694 | 2024-11-13T04:28:05.053Z | Compiling hmac v0.12.1 |
1695 | 2024-11-13T04:28:05.285Z | Compiling scroll_derive v0.12.0 |
1696 | 2024-11-13T04:28:05.302Z | Compiling iana-time-zone v0.1.61 |
1697 | 2024-11-13T04:28:05.360Z | Compiling pin-utils v0.1.0 |
1698 | 2024-11-13T04:28:05.408Z | Compiling openssl v0.10.68 |
1699 | 2024-11-13T04:28:05.433Z | Compiling futures-io v0.3.31 |
1700 | 2024-11-13T04:28:05.464Z | Compiling ucd-trie v0.1.7 |
1701 | 2024-11-13T04:28:05.806Z | Compiling futures-task v0.3.31 |
1702 | 2024-11-13T04:28:05.937Z | Compiling pest v2.7.14 |
1703 | 2024-11-13T04:28:06.203Z | Compiling futures-util v0.3.31 |
1704 | 2024-11-13T04:28:06.387Z | Compiling zerovec v0.10.4 |
1705 | 2024-11-13T04:28:07.072Z | Compiling block-padding v0.3.3 |
1706 | 2024-11-13T04:28:07.284Z | Compiling tinyvec_macros v0.1.1 |
1707 | 2024-11-13T04:28:07.953Z | Compiling tinyvec v1.8.0 |
1708 | 2024-11-13T04:28:08.561Z | Compiling pest_meta v2.7.14 |
1709 | 2024-11-13T04:28:08.884Z | Compiling bitflags v2.6.0 |
1710 | 2024-11-13T04:28:08.911Z | Compiling bytes v1.8.0 |
1711 | 2024-11-13T04:28:09.478Z | Compiling indexmap v2.6.0 |
1712 | 2024-11-13T04:28:11.723Z | Compiling tokio v1.40.0 |
1713 | 2024-11-13T04:28:12.702Z | Compiling http v1.1.0 |
1714 | 2024-11-13T04:28:13.030Z | Compiling serde_tokenstream v0.2.2 |
1715 | 2024-11-13T04:28:13.608Z | Compiling which v4.4.2 |
1716 | 2024-11-13T04:28:14.488Z | Compiling rustc_version v0.4.1 |
1717 | 2024-11-13T04:28:15.033Z | Compiling uuid v1.10.0 |
1718 | 2024-11-13T04:28:15.081Z | Compiling chrono v0.4.38 |
1719 | 2024-11-13T04:28:16.547Z | Compiling toml_datetime v0.6.8 |
1720 | 2024-11-13T04:28:17.706Z | Compiling serde_spanned v0.6.8 |
1721 | 2024-11-13T04:28:17.936Z | Compiling inout v0.1.3 |
1722 | 2024-11-13T04:28:18.111Z | Compiling openssl-macros v0.1.1 |
1723 | 2024-11-13T04:28:18.181Z | Compiling native-tls v0.2.12 |
1724 | 2024-11-13T04:28:18.510Z | Compiling rustls v0.23.14 |
1725 | 2024-11-13T04:28:20.390Z | Compiling cipher v0.4.4 |
1726 | 2024-11-13T04:28:20.628Z | Compiling pest_generator v2.7.14 |
1727 | 2024-11-13T04:28:20.873Z | Compiling unicode-normalization v0.1.24 |
1728 | 2024-11-13T04:28:21.052Z | Compiling tinystr v0.7.6 |
1729 | 2024-11-13T04:28:21.497Z | Compiling sha2 v0.10.8 |
1730 | 2024-11-13T04:28:21.954Z | Compiling base64ct v1.6.0 |
1731 | 2024-11-13T04:28:22.277Z | Compiling litemap v0.7.3 |
1732 | 2024-11-13T04:28:22.382Z | Compiling writeable v0.5.5 |
1733 | 2024-11-13T04:28:22.536Z | Compiling unicode-bidi v0.3.17 |
1734 | 2024-11-13T04:28:22.668Z | Compiling pem-rfc7468 v0.7.0 |
1735 | 2024-11-13T04:28:22.889Z | Compiling icu_locid v1.5.0 |
1736 | 2024-11-13T04:28:23.306Z | Compiling pest_derive v2.7.14 |
1737 | 2024-11-13T04:28:23.851Z | Compiling ppv-lite86 v0.2.20 |
1738 | 2024-11-13T04:28:24.062Z | Compiling tracing-core v0.1.32 |
1739 | 2024-11-13T04:28:24.658Z | Compiling cookie v0.18.1 |
1740 | 2024-11-13T04:28:24.709Z | Compiling usdt-impl v0.5.0 |
1741 | 2024-11-13T04:28:24.974Z | Compiling flagset v0.4.6 |
1742 | 2024-11-13T04:28:25.015Z | Compiling anyhow v1.0.93 |
1743 | 2024-11-13T04:28:25.041Z | Compiling dyn-clone v1.0.17 |
1744 | 2024-11-13T04:28:26.499Z | Compiling der v0.7.9 |
1745 | 2024-11-13T04:28:27.583Z | Compiling aws-lc-sys v0.22.0 |
1746 | 2024-11-13T04:28:27.796Z | Compiling tracing v0.1.40 |
1747 | 2024-11-13T04:28:28.622Z | Compiling rand_chacha v0.3.1 |
1748 | 2024-11-13T04:28:28.770Z | Compiling icu_provider v1.5.0 |
1749 | 2024-11-13T04:28:29.558Z | Compiling scroll v0.12.0 |
1750 | 2024-11-13T04:28:29.871Z | Compiling async-trait v0.1.83 |
1751 | 2024-11-13T04:28:31.481Z | Compiling rustls-pki-types v1.9.0 |
1752 | 2024-11-13T04:28:32.166Z | Compiling icu_locid_transform_data v1.5.0 |
1753 | 2024-11-13T04:28:32.269Z | Compiling rayon-core v1.12.1 |
1754 | 2024-11-13T04:28:32.548Z | Compiling camino v1.1.9 |
1755 | 2024-11-13T04:28:32.548Z | Compiling percent-encoding v2.3.1 |
1756 | 2024-11-13T04:28:32.855Z | Compiling plain v0.2.3 |
1757 | 2024-11-13T04:28:33.014Z | Compiling goblin v0.8.2 |
1758 | 2024-11-13T04:28:33.151Z | Compiling icu_locid_transform v1.5.0 |
1759 | 2024-11-13T04:28:34.604Z | Compiling rand v0.8.5 |
1760 | 2024-11-13T04:28:35.350Z | Compiling spki v0.7.3 |
1761 | 2024-11-13T04:28:35.687Z | Compiling salsa20 v0.10.2 |
1762 | 2024-11-13T04:28:35.926Z | Compiling tokio-util v0.7.12 |
1763 | 2024-11-13T04:28:36.240Z | Compiling icu_collections v1.5.0 |
1764 | 2024-11-13T04:28:37.188Z | Compiling pbkdf2 v0.12.2 |
1765 | 2024-11-13T04:28:37.480Z | Compiling winnow v0.5.40 |
1766 | 2024-11-13T04:28:37.588Z | Compiling icu_properties_data v1.5.0 |
1767 | 2024-11-13T04:28:37.846Z | Compiling mirai-annotations v1.12.0 |
1768 | 2024-11-13T04:28:37.985Z | Compiling untrusted v0.7.1 |
1769 | 2024-11-13T04:28:38.076Z | Compiling untrusted v0.9.0 |
1770 | 2024-11-13T04:28:38.174Z | Compiling rustls v0.22.4 |
1771 | 2024-11-13T04:28:38.325Z | Compiling pretty-hex v0.4.1 |
1772 | 2024-11-13T04:28:38.523Z | Compiling powerfmt v0.2.0 |
1773 | 2024-11-13T04:28:38.642Z | Compiling dof v0.3.0 |
1774 | 2024-11-13T04:28:38.879Z | Compiling deranged v0.3.11 |
1775 | 2024-11-13T04:28:40.989Z | Compiling toml_edit v0.19.15 |
1776 | 2024-11-13T04:28:41.958Z | Compiling icu_properties v1.5.1 |
1777 | 2024-11-13T04:28:43.627Z | Compiling scrypt v0.11.0 |
1778 | 2024-11-13T04:28:44.128Z | Compiling dtrace-parser v0.2.0 |
1779 | 2024-11-13T04:28:44.177Z | Compiling aes v0.8.4 |
1780 | 2024-11-13T04:28:44.238Z | Compiling cbc v0.1.2 |
1781 | 2024-11-13T04:28:45.462Z | Compiling thread-id v4.2.2 |
1782 | 2024-11-13T04:28:45.793Z | Compiling icu_normalizer_data v1.5.0 |
1783 | 2024-11-13T04:28:45.914Z | Compiling utf8_iter v1.0.4 |
1784 | 2024-11-13T04:28:46.135Z | Compiling write16 v1.0.0 |
1785 | 2024-11-13T04:28:46.271Z | Compiling atomic-waker v1.1.2 |
1786 | 2024-11-13T04:28:46.419Z | Compiling utf16_iter v1.0.5 |
1787 | 2024-11-13T04:28:46.457Z | Compiling rustversion v1.0.17 |
1788 | 2024-11-13T04:28:46.554Z | Compiling num_threads v0.1.7 |
1789 | 2024-11-13T04:28:46.621Z | Compiling icu_normalizer v1.5.0 |
1790 | 2024-11-13T04:28:46.679Z | Compiling time v0.3.36 |
1791 | 2024-11-13T04:28:48.290Z | Compiling pkcs5 v0.7.1 |
1792 | 2024-11-13T04:28:49.513Z | Compiling form_urlencoded v1.2.1 |
1793 | 2024-11-13T04:28:49.838Z | Compiling heapless v0.7.17 |
1794 | 2024-11-13T04:28:49.888Z | Compiling http-body v1.0.1 |
1795 | 2024-11-13T04:28:50.352Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1796 | 2024-11-13T04:28:50.817Z | Compiling multer v3.1.0 |
1797 | 2024-11-13T04:28:51.359Z | Compiling slog-async v2.8.0 |
1798 | 2024-11-13T04:28:51.815Z | Compiling signal-hook v0.3.17 |
1799 | 2024-11-13T04:28:52.184Z | Compiling try-lock v0.2.5 |
1800 | 2024-11-13T04:28:52.336Z | Compiling want v0.3.1 |
1801 | 2024-11-13T04:28:53.115Z | Compiling pkcs8 v0.10.2 |
1802 | 2024-11-13T04:28:53.207Z | Compiling idna_adapter v1.2.0 |
1803 | 2024-11-13T04:28:53.780Z | Compiling h2 v0.4.6 |
1804 | 2024-11-13T04:28:55.331Z | Compiling adler2 v2.0.0 |
1805 | 2024-11-13T04:28:55.387Z | Compiling strsim v0.11.1 |
1806 | 2024-11-13T04:28:55.443Z | Compiling httpdate v1.0.3 |
1807 | 2024-11-13T04:28:55.611Z | Compiling miniz_oxide v0.8.0 |
1808 | 2024-11-13T04:28:59.008Z | Compiling idna v1.0.3 |
1809 | 2024-11-13T04:29:00.525Z | Compiling usdt-attr-macro v0.5.0 |
1810 | 2024-11-13T04:29:01.081Z | Compiling hyper v1.4.1 |
1811 | 2024-11-13T04:29:02.014Z | Compiling usdt-macro v0.5.0 |
1812 | 2024-11-13T04:29:03.329Z | Compiling curve25519-dalek v4.1.3 |
1813 | 2024-11-13T04:29:03.423Z | Compiling openapiv3 v2.0.0 |
1814 | 2024-11-13T04:29:03.471Z | Compiling async-stream-impl v0.3.6 |
1815 | 2024-11-13T04:29:03.719Z | Compiling enum-as-inner v0.6.1 |
1816 | 2024-11-13T04:29:04.843Z | Compiling dropshot v0.12.0 |
1817 | 2024-11-13T04:29:04.897Z | Compiling foreign-types-shared v0.1.1 |
1818 | 2024-11-13T04:29:04.930Z | Compiling base64 v0.22.1 |
1819 | 2024-11-13T04:29:05.012Z | Compiling portable-atomic v1.9.0 |
1820 | 2024-11-13T04:29:05.030Z | Compiling smoltcp v0.9.1 |
1821 | 2024-11-13T04:29:05.635Z | Compiling tower-service v0.3.3 |
1822 | 2024-11-13T04:29:05.770Z | Compiling match_cfg v0.1.0 |
1823 | 2024-11-13T04:29:05.815Z | Compiling num-bigint-dig v0.8.4 |
1824 | 2024-11-13T04:29:05.879Z | Compiling hostname v0.3.1 |
1825 | 2024-11-13T04:29:05.920Z | Compiling hyper-util v0.1.10 |
1826 | 2024-11-13T04:29:06.075Z | Compiling foreign-types v0.3.2 |
1827 | 2024-11-13T04:29:07.097Z | Compiling url v2.5.3 |
1828 | 2024-11-13T04:29:11.253Z | Compiling dirs-sys-next v0.1.2 |
1829 | 2024-11-13T04:29:11.288Z | Compiling data-encoding v2.6.0 |
1830 | 2024-11-13T04:29:11.886Z | Compiling heck v0.4.1 |
1831 | 2024-11-13T04:29:11.995Z | Compiling siphasher v0.3.11 |
1832 | 2024-11-13T04:29:12.378Z | Compiling gimli v0.31.1 |
1833 | 2024-11-13T04:29:13.521Z | Compiling dirs-next v2.0.0 |
1834 | 2024-11-13T04:29:18.216Z | Compiling addr2line v0.24.2 |
1835 | 2024-11-13T04:29:19.492Z | Compiling http-body-util v0.1.2 |
1836 | 2024-11-13T04:29:20.047Z | Compiling crossbeam-epoch v0.9.18 |
1837 | 2024-11-13T04:29:20.590Z | Compiling hubpack_derive v0.1.1 |
1838 | 2024-11-13T04:29:20.761Z | Compiling dropshot_endpoint v0.12.0 |
1839 | 2024-11-13T04:29:21.502Z | Compiling sha1 v0.10.6 |
1840 | 2024-11-13T04:29:21.904Z | Compiling signature v2.2.0 |
1841 | 2024-11-13T04:29:22.140Z | Compiling curve25519-dalek-derive v0.1.1 |
1842 | 2024-11-13T04:29:22.516Z | Compiling zerocopy-derive v0.6.6 |
1843 | 2024-11-13T04:29:23.290Z | Compiling object v0.36.5 |
1844 | 2024-11-13T04:29:24.428Z | Compiling thread_local v1.1.8 |
1845 | 2024-11-13T04:29:24.755Z | Compiling fs-err v2.11.0 |
1846 | 2024-11-13T04:29:24.774Z | Compiling encoding_rs v0.8.34 |
1847 | 2024-11-13T04:29:24.948Z | Compiling openssl-probe v0.1.5 |
1848 | 2024-11-13T04:29:25.064Z | Compiling mime v0.3.17 |
1849 | 2024-11-13T04:29:25.288Z | Compiling ipnet v2.10.1 |
1850 | 2024-11-13T04:29:25.578Z | Compiling winnow v0.6.20 |
1851 | 2024-11-13T04:29:26.401Z | Compiling anstyle v1.0.10 |
1852 | 2024-11-13T04:29:28.343Z | Compiling unicode-properties v0.1.3 |
1853 | 2024-11-13T04:29:28.754Z | Compiling utf8parse v0.2.2 |
1854 | 2024-11-13T04:29:29.463Z | Compiling rustc-demangle v0.1.24 |
1855 | 2024-11-13T04:29:31.747Z | Compiling backtrace v0.3.74 |
1856 | 2024-11-13T04:29:32.541Z | Compiling toml_edit v0.22.22 |
1857 | 2024-11-13T04:29:32.574Z | Compiling anstyle-parse v0.2.5 |
1858 | 2024-11-13T04:29:37.629Z | Compiling stringprep v0.1.5 |
1859 | 2024-11-13T04:29:41.685Z | Compiling rustls-webpki v0.102.8 |
1860 | 2024-11-13T04:29:41.731Z | Compiling crossbeam-deque v0.8.5 |
1861 | 2024-11-13T04:29:42.389Z | Compiling term v0.7.0 |
1862 | 2024-11-13T04:29:43.656Z | Compiling slog-json v2.6.1 |
1863 | 2024-11-13T04:29:45.570Z | Compiling serde_urlencoded v0.7.1 |
1864 | 2024-11-13T04:29:46.093Z | Compiling crossbeam-channel v0.5.13 |
1865 | 2024-11-13T04:29:46.326Z | Compiling rustls-pemfile v2.2.0 |
1866 | 2024-11-13T04:29:46.651Z | Compiling hashbrown v0.14.5 |
1867 | 2024-11-13T04:29:47.547Z | Compiling idna v0.4.0 |
1868 | 2024-11-13T04:29:47.961Z | Compiling idna v0.3.0 |
1869 | 2024-11-13T04:29:48.959Z | Compiling futures-executor v0.3.31 |
1870 | 2024-11-13T04:29:49.418Z | Compiling num-integer v0.1.46 |
1871 | 2024-11-13T04:29:49.438Z | Compiling md-5 v0.10.6 |
1872 | 2024-11-13T04:29:49.751Z | Compiling ff v0.13.0 |
1873 | 2024-11-13T04:29:50.012Z | Compiling hash32 v0.2.1 |
1874 | 2024-11-13T04:29:50.158Z | Compiling memmap v0.7.0 |
1875 | 2024-11-13T04:29:50.383Z | Compiling is-terminal v0.4.13 |
1876 | 2024-11-13T04:29:52.057Z | Compiling take_mut v0.2.2 |
1877 | 2024-11-13T04:29:53.320Z | Compiling utf-8 v0.7.6 |
1878 | 2024-11-13T04:29:54.136Z | Compiling fallible-iterator v0.2.0 |
1879 | 2024-11-13T04:29:54.895Z | Compiling linked-hash-map v0.5.6 |
1880 | 2024-11-13T04:29:57.016Z | Compiling psl-types v2.0.11 |
1881 | 2024-11-13T04:29:57.217Z | Compiling is_terminal_polyfill v1.70.1 |
1882 | 2024-11-13T04:29:57.349Z | Compiling base16ct v0.2.0 |
1883 | 2024-11-13T04:29:57.646Z | Compiling colorchoice v1.0.2 |
1884 | 2024-11-13T04:29:57.810Z | Compiling anstyle-query v1.1.1 |
1885 | 2024-11-13T04:29:57.962Z | Compiling quick-error v1.2.3 |
1886 | 2024-11-13T04:29:58.113Z | Compiling resolv-conf v0.7.0 |
1887 | 2024-11-13T04:29:58.526Z | Compiling anstream v0.6.15 |
1888 | 2024-11-13T04:29:58.580Z | Compiling sec1 v0.7.3 |
1889 | 2024-11-13T04:29:58.785Z | Compiling publicsuffix v2.2.3 |
1890 | 2024-11-13T04:29:59.054Z | Compiling lru-cache v0.1.2 |
1891 | 2024-11-13T04:29:59.153Z | Compiling postgres-protocol v0.6.7 |
1892 | 2024-11-13T04:29:59.250Z | Compiling tungstenite v0.24.0 |
1893 | 2024-11-13T04:30:00.365Z | Compiling slog-term v2.9.1 |
1894 | 2024-11-13T04:30:01.150Z | Compiling usdt v0.5.0 |
1895 | 2024-11-13T04:30:01.292Z | Compiling tokio-rustls v0.26.0 |
1896 | 2024-11-13T04:30:01.340Z | Compiling group v0.13.0 |
1897 | 2024-11-13T04:30:01.471Z | Compiling num-iter v0.1.45 |
1898 | 2024-11-13T04:30:01.648Z | Compiling futures v0.3.31 |
1899 | 2024-11-13T04:30:01.666Z | Compiling hickory-proto v0.24.1 |
1900 | 2024-11-13T04:30:01.754Z | Compiling regress v0.10.1 |
1901 | 2024-11-13T04:30:01.775Z | Compiling tokio-rustls v0.25.0 |
1902 | 2024-11-13T04:30:04.481Z | Compiling slog-bunyan v2.5.0 |
1903 | 2024-11-13T04:30:04.952Z | Compiling tokio-native-tls v0.3.1 |
1904 | 2024-11-13T04:30:04.977Z | Compiling toml v0.8.19 |
1905 | 2024-11-13T04:30:05.239Z | Compiling phf_shared v0.11.2 |
1906 | 2024-11-13T04:30:05.620Z | Compiling strum_macros v0.25.3 |
1907 | 2024-11-13T04:30:06.566Z | Compiling async-stream v0.3.6 |
1908 | 2024-11-13T04:30:06.857Z | Compiling waitgroup v0.1.2 |
1909 | 2024-11-13T04:30:07.123Z | Compiling webpki-roots v0.26.6 |
1910 | 2024-11-13T04:30:07.603Z | Compiling idna v0.5.0 |
1911 | 2024-11-13T04:30:07.718Z | Compiling terminal_size v0.4.0 |
1912 | 2024-11-13T04:30:08.886Z | Compiling serde_path_to_error v0.1.16 |
1913 | 2024-11-13T04:30:09.015Z | Compiling hkdf v0.12.4 |
1914 | 2024-11-13T04:30:09.250Z | Compiling crypto-bigint v0.5.5 |
1915 | 2024-11-13T04:30:09.354Z | Compiling clap_derive v4.5.18 |
1916 | 2024-11-13T04:30:09.686Z | Compiling serde_repr v0.1.19 |
1917 | 2024-11-13T04:30:09.718Z | Compiling derive-where v1.2.7 |
1918 | 2024-11-13T04:30:10.759Z | Compiling hostname v0.4.0 |
1919 | 2024-11-13T04:30:10.895Z | Compiling crc32fast v1.4.2 |
1920 | 2024-11-13T04:30:10.991Z | Compiling managed v0.8.0 |
1921 | 2024-11-13T04:30:11.223Z | Compiling bitflags v1.3.2 |
1922 | 2024-11-13T04:30:11.246Z | Compiling clap_lex v0.7.2 |
1923 | 2024-11-13T04:30:11.337Z | Compiling debug-ignore v1.0.5 |
1924 | 2024-11-13T04:30:11.608Z | Compiling unicode-width v0.1.14 |
1925 | 2024-11-13T04:30:12.154Z | Compiling console v0.15.8 |
1926 | 2024-11-13T04:30:12.219Z | Compiling clap_builder v4.5.20 |
1927 | 2024-11-13T04:30:12.885Z | Compiling elliptic-curve v0.13.8 |
1928 | 2024-11-13T04:30:13.418Z | Compiling flate2 v1.0.34 |
1929 | 2024-11-13T04:30:13.644Z | Compiling cookie_store v0.21.0 |
1930 | 2024-11-13T04:30:14.369Z | Compiling hyper-rustls v0.27.3 |
1931 | 2024-11-13T04:30:14.618Z | Compiling hickory-resolver v0.24.1 |
1932 | 2024-11-13T04:30:16.554Z | Compiling phf v0.11.2 |
1933 | 2024-11-13T04:30:16.617Z | Compiling typify-impl v0.2.0 |
1934 | 2024-11-13T04:30:16.855Z | Compiling hyper-tls v0.6.0 |
1935 | 2024-11-13T04:30:17.673Z | Compiling signal-hook-mio v0.2.4 |
1936 | 2024-11-13T04:30:17.842Z | Compiling bzip2 v0.4.4 |
1937 | 2024-11-13T04:30:18.799Z | Compiling rayon v1.10.0 |
1938 | 2024-11-13T04:30:19.538Z | Compiling tokio-tungstenite v0.24.0 |
1939 | 2024-11-13T04:30:20.076Z | Compiling postgres-types v0.2.8 |
1940 | 2024-11-13T04:30:20.538Z | Compiling zerocopy v0.6.6 |
1941 | 2024-11-13T04:30:20.606Z | Compiling ed25519 v2.2.3 |
1942 | 2024-11-13T04:30:20.996Z | Compiling hubpack v0.1.2 |
1943 | 2024-11-13T04:30:21.022Z | Compiling phf_shared v0.10.0 |
1944 | 2024-11-13T04:30:21.434Z | Compiling pkcs1 v0.7.5 |
1945 | 2024-11-13T04:30:21.451Z | Compiling tokio-stream v0.1.16 |
1946 | 2024-11-13T04:30:21.811Z | Compiling serde-big-array v0.5.1 |
1947 | 2024-11-13T04:30:22.379Z | Compiling rfc6979 v0.4.0 |
1948 | 2024-11-13T04:30:22.470Z | Compiling float-cmp v0.9.0 |
1949 | 2024-11-13T04:30:22.495Z | Compiling sync_wrapper v1.0.1 |
1950 | 2024-11-13T04:30:22.575Z | Compiling bstr v1.10.0 |
1951 | 2024-11-13T04:30:22.680Z | Compiling new_debug_unreachable v1.0.6 |
1952 | 2024-11-13T04:30:22.698Z | Compiling static_assertions v1.1.0 |
1953 | 2024-11-13T04:30:22.785Z | Compiling fixedbitset v0.4.2 |
1954 | 2024-11-13T04:30:22.805Z | Compiling precomputed-hash v0.1.1 |
1955 | 2024-11-13T04:30:22.932Z | Compiling number_prefix v0.4.0 |
1956 | 2024-11-13T04:30:23.173Z | Compiling normalize-line-endings v0.3.0 |
1957 | 2024-11-13T04:30:23.207Z | Compiling unicode-segmentation v1.12.0 |
1958 | 2024-11-13T04:30:23.329Z | Compiling difflib v0.4.0 |
1959 | 2024-11-13T04:30:23.480Z | Compiling bit-vec v0.6.3 |
1960 | 2024-11-13T04:30:23.812Z | Compiling whoami v1.5.2 |
1961 | 2024-11-13T04:30:24.061Z | Compiling predicates-core v1.0.8 |
1962 | 2024-11-13T04:30:24.380Z | Compiling predicates v3.1.2 |
1963 | 2024-11-13T04:30:24.553Z | Compiling tokio-postgres v0.7.12 |
1964 | 2024-11-13T04:30:25.219Z | Compiling similar v2.6.0 |
1965 | 2024-11-13T04:30:25.904Z | Compiling bit-set v0.5.3 |
1966 | 2024-11-13T04:30:26.190Z | Compiling indicatif v0.17.8 |
1967 | 2024-11-13T04:30:27.544Z | Compiling petgraph v0.6.5 |
1968 | 2024-11-13T04:30:27.996Z | Compiling string_cache v0.8.7 |
1969 | 2024-11-13T04:30:28.299Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1970 | 2024-11-13T04:30:28.420Z | Compiling reqwest v0.12.9 |
1971 | 2024-11-13T04:30:28.499Z | Compiling typify-macro v0.2.0 |
1972 | 2024-11-13T04:30:30.034Z | Compiling ecdsa v0.16.9 |
1973 | 2024-11-13T04:30:30.912Z | Compiling qorb v0.2.0 |
1974 | 2024-11-13T04:30:31.961Z | Compiling rsa v0.9.6 |
1975 | 2024-11-13T04:30:32.743Z | Compiling ed25519-dalek v2.1.1 |
1976 | 2024-11-13T04:30:33.586Z | Compiling zip v0.6.6 |
1977 | 2024-11-13T04:30:34.002Z | Compiling crossterm v0.28.1 |
1978 | 2024-11-13T04:30:34.109Z | Compiling clap v4.5.20 |
1979 | 2024-11-13T04:30:35.012Z | Compiling toml v0.7.8 |
1980 | 2024-11-13T04:30:35.860Z | Compiling x509-cert v0.2.5 |
1981 | 2024-11-13T04:30:36.517Z | Compiling hex v0.4.3 |
1982 | 2024-11-13T04:30:37.354Z | Compiling itertools v0.10.5 |
1983 | 2024-11-13T04:30:37.958Z | Compiling unicode-xid v0.2.6 |
1984 | 2024-11-13T04:30:38.373Z | Compiling lalrpop-util v0.19.12 |
1985 | 2024-11-13T04:30:38.604Z | Compiling peg-runtime v0.8.3 |
1986 | 2024-11-13T04:30:40.362Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1987 | 2024-11-13T04:30:42.501Z | Compiling proc-macro-crate v1.3.1 |
1988 | 2024-11-13T04:30:43.395Z | Compiling ipnetwork v0.20.0 |
1989 | 2024-11-13T04:30:45.672Z | Compiling heapless v0.8.0 |
1990 | 2024-11-13T04:30:46.785Z | Compiling num_enum_derive v0.5.11 |
1991 | 2024-11-13T04:30:56.839Z | Compiling hash32 v0.3.1 |
1992 | 2024-11-13T04:30:58.324Z | Compiling smoltcp v0.11.0 |
1993 | 2024-11-13T04:30:58.621Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1994 | 2024-11-13T04:30:59.083Z | Compiling ident_case v1.0.1 |
1995 | 2024-11-13T04:30:59.270Z | Compiling darling_core v0.20.10 |
1996 | 2024-11-13T04:31:13.833Z | Compiling num_enum v0.5.11 |
1997 | 2024-11-13T04:31:14.558Z | Compiling typify v0.2.0 |
1998 | 2024-11-13T04:31:16.471Z | Compiling proc-macro-error-attr v1.0.4 |
1999 | 2024-11-13T04:31:16.667Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2000 | 2024-11-13T04:31:16.768Z | Compiling cobs v0.2.3 |
2001 | 2024-11-13T04:31:16.948Z | Compiling unsafe-libyaml v0.2.11 |
2002 | 2024-11-13T04:31:18.693Z | Compiling serde_yaml v0.9.34+deprecated |
2003 | 2024-11-13T04:31:22.477Z | Compiling postcard v1.0.10 |
2004 | 2024-11-13T04:31:28.354Z | Compiling progenitor-impl v0.8.0 |
2005 | 2024-11-13T04:31:35.781Z | Compiling darling_macro v0.20.10 |
2006 | 2024-11-13T04:31:44.542Z | Compiling strum_macros v0.26.4 |
2007 | 2024-11-13T04:31:45.539Z | Compiling foreign-types-macros v0.2.3 |
2008 | 2024-11-13T04:31:45.578Z | Compiling structmeta-derive v0.3.0 |
2009 | 2024-11-13T04:31:45.596Z | Compiling proc-macro-error v1.0.4 |
2010 | 2024-11-13T04:31:45.897Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2011 | 2024-11-13T04:31:46.845Z | Compiling foreign-types-shared v0.3.1 |
2012 | 2024-11-13T04:31:47.368Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2013 | 2024-11-13T04:31:47.525Z | Compiling newtype-uuid v1.1.3 |
2014 | 2024-11-13T04:31:48.123Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2015 | 2024-11-13T04:31:48.148Z | Compiling structmeta v0.3.0 |
2016 | 2024-11-13T04:31:49.023Z | Compiling strum v0.26.3 |
2017 | 2024-11-13T04:31:51.928Z | Compiling foreign-types v0.5.0 |
2018 | 2024-11-13T04:31:55.721Z | Compiling darling v0.20.10 |
2019 | 2024-11-13T04:31:55.740Z | Compiling progenitor-macro v0.8.0 |
2020 | 2024-11-13T04:32:01.072Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2021 | 2024-11-13T04:32:01.225Z | Compiling progenitor-client v0.8.0 |
2022 | 2024-11-13T04:32:04.704Z | Compiling tabwriter v1.4.0 |
2023 | 2024-11-13T04:32:06.109Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2024 | 2024-11-13T04:32:06.482Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2025 | 2024-11-13T04:32:06.881Z | Compiling cstr-argument v0.1.2 |
2026 | 2024-11-13T04:32:07.149Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2027 | 2024-11-13T04:32:07.279Z | Compiling crucible-workspace-hack v0.1.0 |
2028 | 2024-11-13T04:32:07.430Z | Compiling fastrand v2.1.1 |
2029 | 2024-11-13T04:32:07.560Z | Compiling pretty-hex v0.2.1 |
2030 | 2024-11-13T04:32:07.772Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2031 | 2024-11-13T04:32:08.213Z | Compiling tempfile v3.13.0 |
2032 | 2024-11-13T04:32:08.486Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2033 | 2024-11-13T04:32:08.489Z | Compiling progenitor v0.8.0 |
2034 | 2024-11-13T04:32:08.682Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2035 | 2024-11-13T04:32:08.894Z | Compiling serde_with_macros v3.11.0 |
2036 | 2024-11-13T04:32:09.171Z | Compiling parse-display-derive v0.10.0 |
2037 | 2024-11-13T04:32:09.483Z | Compiling colored v2.1.0 |
2038 | 2024-11-13T04:32:09.740Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2039 | 2024-11-13T04:32:09.795Z | Compiling instant v0.1.13 |
2040 | 2024-11-13T04:32:10.000Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2041 | 2024-11-13T04:32:10.423Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2042 | 2024-11-13T04:32:10.506Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2043 | 2024-11-13T04:32:10.737Z | Compiling backoff v0.4.0 |
2044 | 2024-11-13T04:32:11.106Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2045 | 2024-11-13T04:32:11.504Z | Compiling serde_with v3.11.0 |
2046 | 2024-11-13T04:32:11.670Z | Compiling zone_cfg_derive v0.3.0 |
2047 | 2024-11-13T04:32:13.044Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2048 | 2024-11-13T04:32:13.077Z | Compiling parse-display v0.10.0 |
2049 | 2024-11-13T04:32:13.378Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2050 | 2024-11-13T04:32:13.782Z | Compiling camino-tempfile v1.1.1 |
2051 | 2024-11-13T04:32:14.682Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2052 | 2024-11-13T04:32:15.019Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2053 | 2024-11-13T04:32:15.217Z | Compiling regress v0.9.1 |
2054 | 2024-11-13T04:32:15.220Z | Compiling macaddr v1.0.1 |
2055 | 2024-11-13T04:32:15.869Z | Compiling num-derive v0.4.2 |
2056 | 2024-11-13T04:32:15.908Z | Compiling sigpipe v0.1.3 |
2057 | 2024-11-13T04:32:16.054Z | Compiling libefi-sys v0.1.0 |
2058 | 2024-11-13T04:32:16.355Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2059 | 2024-11-13T04:32:16.695Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2060 | 2024-11-13T04:32:16.714Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2061 | 2024-11-13T04:32:17.272Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2062 | 2024-11-13T04:32:18.100Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2063 | 2024-11-13T04:32:19.668Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2064 | 2024-11-13T04:32:19.929Z | Compiling zone v0.3.0 |
2065 | 2024-11-13T04:32:20.354Z | Compiling smf v0.2.3 |
2066 | 2024-11-13T04:32:21.414Z | Compiling bitfield-struct v0.6.2 |
2067 | 2024-11-13T04:32:22.770Z | Compiling blake3 v1.5.4 |
2068 | 2024-11-13T04:32:22.994Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2069 | 2024-11-13T04:32:23.296Z | Compiling ring v0.16.20 |
2070 | 2024-11-13T04:32:23.532Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2071 | 2024-11-13T04:32:24.078Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2072 | 2024-11-13T04:32:24.134Z | Compiling xattr v1.3.1 |
2073 | 2024-11-13T04:32:24.364Z | Compiling memmap2 v0.9.5 |
2074 | 2024-11-13T04:32:24.457Z | Compiling filetime v0.2.25 |
2075 | 2024-11-13T04:32:24.828Z | Compiling spin v0.5.2 |
2076 | 2024-11-13T04:32:24.911Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2077 | 2024-11-13T04:32:24.961Z | Compiling same-file v1.0.6 |
2078 | 2024-11-13T04:32:25.049Z | Compiling constant_time_eq v0.3.1 |
2079 | 2024-11-13T04:32:25.089Z | Compiling arrayvec v0.7.6 |
2080 | 2024-11-13T04:32:25.214Z | Compiling arrayref v0.3.9 |
2081 | 2024-11-13T04:32:25.233Z | Compiling walkdir v2.5.0 |
2082 | 2024-11-13T04:32:25.236Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2083 | 2024-11-13T04:32:25.331Z | Compiling tar v0.4.43 |
2084 | 2024-11-13T04:32:26.876Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2085 | 2024-11-13T04:32:27.313Z | Compiling gethostname v0.5.0 |
2086 | 2024-11-13T04:32:27.525Z | Compiling cargo-platform v0.1.8 |
2087 | 2024-11-13T04:32:27.943Z | Compiling topological-sort v0.2.2 |
2088 | 2024-11-13T04:32:28.229Z | Compiling cargo_metadata v0.18.1 |
2089 | 2024-11-13T04:32:32.108Z | Compiling omicron-zone-package v0.11.1 |
2090 | 2024-11-13T04:32:35.638Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2091 | 2024-11-13T04:32:37.919Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2092 | 2024-11-13T04:32:42.719Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2093 | 2024-11-13T04:32:58.469Z | Finished `release` profile [optimized] target(s) in 5m 19s |
2094 | 2024-11-13T04:32:58.627Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
2095 | 2024-11-13T04:32:58.676Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2096 | 2024-11-13T04:32:58.678Z | Created new build target 'test' and set it as active |
2097 | 2024-11-13T04:32:58.678Z | |
2098 | 2024-11-13T04:32:58.678Z | real 5:19.609640170 |
2099 | 2024-11-13T04:32:58.678Z | user 35:48.707440787 |
2100 | 2024-11-13T04:32:58.678Z | sys 4:46.344036023 |
2101 | 2024-11-13T04:32:58.678Z | trap 1.064955297 |
2102 | 2024-11-13T04:32:58.678Z | tflt 3.055997145 |
2103 | 2024-11-13T04:32:58.678Z | dflt 0.773512561 |
2104 | 2024-11-13T04:32:58.678Z | kflt 0.038958792 |
2105 | 2024-11-13T04:32:58.678Z | lock 1:15:08.726821921 |
2106 | 2024-11-13T04:32:58.678Z | slp 2:29:40.173515303 |
2107 | 2024-11-13T04:32:58.678Z | lat 2:28.356333984 |
2108 | 2024-11-13T04:32:58.678Z | stop 4:18.295225233 |
2109 | 2024-11-13T04:32:58.681Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2110 | 2024-11-13T04:32:59.639Z | Finished `release` profile [optimized] target(s) in 0.91s |
2111 | 2024-11-13T04:32:59.703Z | Running `target/release/omicron-package -t test package` |
2112 | 2024-11-13T04:32:59.750Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2113 | 2024-11-13T04:33:00.880Z | Compiling convert_case v0.4.0 |
2114 | 2024-11-13T04:33:00.881Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2115 | 2024-11-13T04:33:00.883Z | Compiling itertools v0.13.0 |
2116 | 2024-11-13T04:33:00.883Z | Compiling password-hash v0.5.0 |
2117 | 2024-11-13T04:33:00.883Z | Compiling blake2 v0.10.6 |
2118 | 2024-11-13T04:33:00.883Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2119 | 2024-11-13T04:33:00.883Z | Compiling newline-converter v0.3.0 |
2120 | 2024-11-13T04:33:01.036Z | Compiling cancel-safe-futures v0.1.5 |
2121 | 2024-11-13T04:33:01.218Z | Compiling owo-colors v4.1.0 |
2122 | 2024-11-13T04:33:01.242Z | Compiling expectorate v1.1.0 |
2123 | 2024-11-13T04:33:01.441Z | Compiling libsw v3.3.1 |
2124 | 2024-11-13T04:33:01.732Z | Compiling derive_more v0.99.18 |
2125 | 2024-11-13T04:33:01.770Z | Compiling argon2 v0.5.3 |
2126 | 2024-11-13T04:33:02.155Z | Compiling swrite v0.1.0 |
2127 | 2024-11-13T04:33:02.248Z | Compiling indent_write v2.2.0 |
2128 | 2024-11-13T04:33:02.292Z | Compiling linear-map v1.2.0 |
2129 | 2024-11-13T04:33:02.408Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2130 | 2024-11-13T04:33:02.452Z | Compiling progenitor-client v0.8.0 |
2131 | 2024-11-13T04:33:02.696Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2132 | 2024-11-13T04:33:02.959Z | Compiling base64 v0.21.7 |
2133 | 2024-11-13T04:33:03.188Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2134 | 2024-11-13T04:33:03.263Z | Compiling progenitor v0.8.0 |
2135 | 2024-11-13T04:33:03.521Z | Compiling atomicwrites v0.4.4 |
2136 | 2024-11-13T04:33:04.048Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2137 | 2024-11-13T04:33:04.073Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2138 | 2024-11-13T04:33:04.182Z | Compiling num-rational v0.4.2 |
2139 | 2024-11-13T04:33:04.371Z | Compiling num-complex v0.4.6 |
2140 | 2024-11-13T04:33:04.585Z | Compiling float-ord v0.3.2 |
2141 | 2024-11-13T04:33:04.776Z | Compiling semver v0.1.20 |
2142 | 2024-11-13T04:33:05.380Z | Compiling rustc_version v0.1.7 |
2143 | 2024-11-13T04:33:05.688Z | Compiling num v0.4.3 |
2144 | 2024-11-13T04:33:05.781Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2145 | 2024-11-13T04:33:05.814Z | Compiling newtype_derive v0.1.6 |
2146 | 2024-11-13T04:33:06.196Z | Compiling highway v1.2.0 |
2147 | 2024-11-13T04:33:06.620Z | Compiling humantime v2.1.0 |
2148 | 2024-11-13T04:33:07.620Z | Compiling steno v0.4.1 |
2149 | 2024-11-13T04:33:07.956Z | Compiling newtype-uuid v1.1.3 |
2150 | 2024-11-13T04:33:08.199Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2151 | 2024-11-13T04:33:08.307Z | Compiling tungstenite v0.21.0 |
2152 | 2024-11-13T04:33:11.251Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2153 | 2024-11-13T04:33:11.651Z | Compiling ipnetwork v0.20.0 |
2154 | 2024-11-13T04:33:12.079Z | Compiling slog-dtrace v0.3.0 |
2155 | 2024-11-13T04:33:12.399Z | Compiling instant v0.1.13 |
2156 | 2024-11-13T04:33:12.538Z | Compiling backoff v0.4.0 |
2157 | 2024-11-13T04:33:12.564Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2158 | 2024-11-13T04:33:12.918Z | Compiling tokio-tungstenite v0.21.0 |
2159 | 2024-11-13T04:33:13.263Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2160 | 2024-11-13T04:33:13.459Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2161 | 2024-11-13T04:33:13.590Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2162 | 2024-11-13T04:33:13.815Z | Compiling parse-display v0.10.0 |
2163 | 2024-11-13T04:33:14.396Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2164 | 2024-11-13T04:33:14.595Z | Compiling strum v0.26.3 |
2165 | 2024-11-13T04:33:14.800Z | Compiling serde_with v3.11.0 |
2166 | 2024-11-13T04:33:18.098Z | Compiling regress v0.9.1 |
2167 | 2024-11-13T04:33:19.039Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2168 | 2024-11-13T04:33:21.431Z | Compiling macaddr v1.0.1 |
2169 | 2024-11-13T04:33:21.896Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2170 | 2024-11-13T04:33:22.248Z | Compiling prettyplease v0.2.25 |
2171 | 2024-11-13T04:33:22.973Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2172 | 2024-11-13T04:33:23.519Z | Compiling arc-swap v1.7.1 |
2173 | 2024-11-13T04:33:24.220Z | Compiling display-error-chain v0.2.2 |
2174 | 2024-11-13T04:33:24.463Z | Compiling slog-scope v4.4.0 |
2175 | 2024-11-13T04:33:25.308Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2176 | 2024-11-13T04:33:26.314Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2177 | 2024-11-13T04:33:27.416Z | Compiling half v2.4.1 |
2178 | 2024-11-13T04:33:28.140Z | Compiling ciborium-io v0.2.2 |
2179 | 2024-11-13T04:33:28.297Z | Compiling ciborium-ll v0.2.2 |
2180 | 2024-11-13T04:33:28.835Z | Compiling slog-stdlog v4.1.1 |
2181 | 2024-11-13T04:33:29.396Z | Compiling slog-envlogger v2.2.0 |
2182 | 2024-11-13T04:33:29.615Z | Compiling ciborium v0.2.2 |
2183 | 2024-11-13T04:33:30.796Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2184 | 2024-11-13T04:33:31.862Z | Compiling same-file v1.0.6 |
2185 | 2024-11-13T04:33:32.126Z | Compiling fastrand v2.1.1 |
2186 | 2024-11-13T04:33:32.178Z | Compiling walkdir v2.5.0 |
2187 | 2024-11-13T04:33:32.654Z | Compiling tempfile v3.13.0 |
2188 | 2024-11-13T04:33:32.884Z | Compiling blake3 v1.5.4 |
2189 | 2024-11-13T04:33:33.367Z | Compiling ring v0.16.20 |
2190 | 2024-11-13T04:33:33.551Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2191 | 2024-11-13T04:33:36.838Z | Compiling xattr v1.3.1 |
2192 | 2024-11-13T04:33:37.106Z | Compiling filetime v0.2.25 |
2193 | 2024-11-13T04:33:37.416Z | Compiling memmap2 v0.9.5 |
2194 | 2024-11-13T04:33:37.847Z | Compiling keccak v0.1.5 |
2195 | 2024-11-13T04:33:38.871Z | Compiling constant_time_eq v0.3.1 |
2196 | 2024-11-13T04:33:39.034Z | Compiling arrayref v0.3.9 |
2197 | 2024-11-13T04:33:39.154Z | Compiling arrayvec v0.7.6 |
2198 | 2024-11-13T04:33:39.598Z | Compiling spin v0.5.2 |
2199 | 2024-11-13T04:33:40.894Z | Compiling sha3 v0.10.8 |
2200 | 2024-11-13T04:33:41.233Z | Compiling tar v0.4.43 |
2201 | 2024-11-13T04:33:41.744Z | Compiling camino-tempfile v1.1.1 |
2202 | 2024-11-13T04:33:42.209Z | Compiling toolchain_find v0.4.0 |
2203 | 2024-11-13T04:33:42.811Z | Compiling nibble_vec v0.1.0 |
2204 | 2024-11-13T04:33:43.056Z | Compiling endian-type v0.1.2 |
2205 | 2024-11-13T04:33:43.114Z | Compiling maplit v1.0.2 |
2206 | 2024-11-13T04:33:43.222Z | Compiling crunchy v0.2.2 |
2207 | 2024-11-13T04:33:43.248Z | Compiling topological-sort v0.2.2 |
2208 | 2024-11-13T04:33:43.318Z | Compiling radium v0.7.0 |
2209 | 2024-11-13T04:33:43.409Z | Compiling radix_trie v0.2.1 |
2210 | 2024-11-13T04:33:43.494Z | Compiling omicron-zone-package v0.11.1 |
2211 | 2024-11-13T04:33:43.701Z | Compiling rustfmt-wrapper v0.2.1 |
2212 | 2024-11-13T04:33:43.800Z | Compiling pem v3.0.4 |
2213 | 2024-11-13T04:33:44.146Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2214 | 2024-11-13T04:33:44.268Z | Compiling tap v1.0.1 |
2215 | 2024-11-13T04:33:44.328Z | Compiling tiny-keccak v2.0.2 |
2216 | 2024-11-13T04:33:44.478Z | Compiling maybe-uninit v2.0.0 |
2217 | 2024-11-13T04:33:44.652Z | Compiling wyz v0.5.1 |
2218 | 2024-11-13T04:33:45.231Z | Compiling dsl_auto_type v0.1.2 |
2219 | 2024-11-13T04:33:45.296Z | Compiling scheduled-thread-pool v0.2.7 |
2220 | 2024-11-13T04:33:45.445Z | Compiling secrecy v0.8.0 |
2221 | 2024-11-13T04:33:45.631Z | Compiling diesel_table_macro_syntax v0.2.0 |
2222 | 2024-11-13T04:33:45.706Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2223 | 2024-11-13T04:33:45.992Z | Compiling funty v2.0.0 |
2224 | 2024-11-13T04:33:46.037Z | Compiling packed_struct v0.10.1 |
2225 | 2024-11-13T04:33:46.432Z | Compiling crc-catalog v2.4.0 |
2226 | 2024-11-13T04:33:46.577Z | Compiling crc v3.2.1 |
2227 | 2024-11-13T04:33:46.598Z | Compiling r2d2 v0.8.10 |
2228 | 2024-11-13T04:33:46.615Z | Compiling diesel_derives v2.2.3 |
2229 | 2024-11-13T04:33:47.065Z | Compiling bitvec v1.0.1 |
2230 | 2024-11-13T04:33:48.656Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2231 | 2024-11-13T04:33:48.681Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2232 | 2024-11-13T04:33:48.782Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2233 | 2024-11-13T04:33:48.872Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2234 | 2024-11-13T04:33:49.329Z | Compiling ascii-canvas v3.0.0 |
2235 | 2024-11-13T04:33:49.825Z | Compiling universal-hash v0.5.1 |
2236 | 2024-11-13T04:33:50.073Z | Compiling packed_struct_codegen v0.10.1 |
2237 | 2024-11-13T04:33:51.885Z | Compiling thiserror-impl-no-std v2.0.2 |
2238 | 2024-11-13T04:33:52.555Z | Compiling lzma-sys v0.1.20 |
2239 | 2024-11-13T04:33:53.262Z | Compiling ena v0.14.3 |
2240 | 2024-11-13T04:33:53.700Z | Compiling indexmap v1.9.3 |
2241 | 2024-11-13T04:33:54.011Z | Compiling regex-syntax v0.6.29 |
2242 | 2024-11-13T04:33:54.464Z | Compiling diff v0.1.13 |
2243 | 2024-11-13T04:33:55.050Z | Compiling nodrop v0.1.14 |
2244 | 2024-11-13T04:33:55.203Z | Compiling opaque-debug v0.3.1 |
2245 | 2024-11-13T04:33:55.320Z | Compiling poly1305 v0.8.0 |
2246 | 2024-11-13T04:33:56.824Z | Compiling array-init v0.0.4 |
2247 | 2024-11-13T04:33:58.068Z | Compiling lalrpop v0.19.12 |
2248 | 2024-11-13T04:33:58.110Z | Compiling diesel v2.2.4 |
2249 | 2024-11-13T04:33:59.372Z | Compiling thiserror-no-std v2.0.2 |
2250 | 2024-11-13T04:34:03.903Z | Compiling smallvec v0.6.14 |
2251 | 2024-11-13T04:34:05.026Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2252 | 2024-11-13T04:34:05.835Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2253 | 2024-11-13T04:34:06.120Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2254 | 2024-11-13T04:34:06.143Z | Compiling chacha20 v0.9.1 |
2255 | 2024-11-13T04:34:06.360Z | Compiling heck v0.3.3 |
2256 | 2024-11-13T04:34:06.606Z | Compiling const_format_proc_macros v0.2.33 |
2257 | 2024-11-13T04:34:06.743Z | Compiling aead v0.5.2 |
2258 | 2024-11-13T04:34:07.114Z | Compiling bitfield v0.14.0 |
2259 | 2024-11-13T04:34:07.413Z | Compiling hashbrown v0.12.3 |
2260 | 2024-11-13T04:34:08.511Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2261 | 2024-11-13T04:34:08.761Z | Compiling termcolor v1.4.1 |
2262 | 2024-11-13T04:34:08.806Z | Compiling ref-cast v1.0.23 |
2263 | 2024-11-13T04:34:09.364Z | Compiling env_logger v0.10.2 |
2264 | 2024-11-13T04:34:10.952Z | Compiling const_format v0.2.33 |
2265 | 2024-11-13T04:34:12.216Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2266 | 2024-11-13T04:34:12.525Z | Compiling chacha20poly1305 v0.10.1 |
2267 | 2024-11-13T04:34:12.780Z | Compiling zone_cfg_derive v0.1.2 |
2268 | 2024-11-13T04:34:14.227Z | Compiling serde-hex v0.1.0 |
2269 | 2024-11-13T04:34:16.228Z | Compiling vsss-rs v3.3.4 |
2270 | 2024-11-13T04:34:19.477Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2271 | 2024-11-13T04:34:19.821Z | Compiling ron v0.8.1 |
2272 | 2024-11-13T04:34:20.838Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2273 | 2024-11-13T04:34:21.143Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2274 | 2024-11-13T04:34:21.759Z | Compiling derive_builder_core v0.20.2 |
2275 | 2024-11-13T04:34:23.635Z | Compiling polar-core v0.27.3 |
2276 | 2024-11-13T04:34:23.888Z | Compiling hashbrown v0.13.2 |
2277 | 2024-11-13T04:34:24.890Z | Compiling headers-core v0.3.0 |
2278 | 2024-11-13T04:34:25.076Z | Compiling fxhash v0.2.1 |
2279 | 2024-11-13T04:34:25.173Z | Compiling libxml v0.3.3 |
2280 | 2024-11-13T04:34:25.310Z | Compiling ref-cast-impl v1.0.23 |
2281 | 2024-11-13T04:34:25.545Z | Compiling crc-any v2.5.0 |
2282 | 2024-11-13T04:34:25.766Z | Compiling base64 v0.13.1 |
2283 | 2024-11-13T04:34:26.464Z | Compiling ron v0.7.1 |
2284 | 2024-11-13T04:34:26.527Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2285 | 2024-11-13T04:34:26.670Z | Compiling object v0.30.4 |
2286 | 2024-11-13T04:34:31.831Z | Compiling headers v0.4.0 |
2287 | 2024-11-13T04:34:35.746Z | Compiling derive_builder_macro v0.20.2 |
2288 | 2024-11-13T04:34:36.550Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2289 | 2024-11-13T04:34:38.109Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2290 | 2024-11-13T04:34:39.475Z | Compiling xz2 v0.1.7 |
2291 | 2024-11-13T04:34:40.036Z | Compiling zone v0.1.8 |
2292 | 2024-11-13T04:34:43.390Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2293 | 2024-11-13T04:34:44.128Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2294 | 2024-11-13T04:34:45.484Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2295 | 2024-11-13T04:34:45.739Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2296 | 2024-11-13T04:34:45.792Z | Compiling yasna v0.5.2 |
2297 | 2024-11-13T04:34:46.704Z | Compiling phf_generator v0.11.2 |
2298 | 2024-11-13T04:34:46.918Z | Compiling strum_macros v0.24.3 |
2299 | 2024-11-13T04:34:46.959Z | Compiling kstat-rs v0.2.4 |
2300 | 2024-11-13T04:34:47.950Z | Compiling samael v0.0.17 |
2301 | 2024-11-13T04:34:49.137Z | Compiling async-recursion v1.1.1 |
2302 | 2024-11-13T04:34:49.588Z | Compiling unicase v2.7.0 |
2303 | 2024-11-13T04:34:49.931Z | Compiling indoc v1.0.9 |
2304 | 2024-11-13T04:34:50.195Z | Compiling path-slash v0.1.5 |
2305 | 2024-11-13T04:34:50.375Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2306 | 2024-11-13T04:34:50.404Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2307 | 2024-11-13T04:34:50.642Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2308 | 2024-11-13T04:34:50.712Z | Compiling phf_codegen v0.11.2 |
2309 | 2024-11-13T04:34:50.928Z | Compiling rcgen v0.12.1 |
2310 | 2024-11-13T04:34:54.416Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2311 | 2024-11-13T04:35:01.313Z | Compiling derive_builder v0.20.2 |
2312 | 2024-11-13T04:35:02.730Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2313 | 2024-11-13T04:35:05.959Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2314 | 2024-11-13T04:35:06.269Z | Compiling oso-derive v0.27.3 |
2315 | 2024-11-13T04:35:06.568Z | Compiling impl-trait-for-tuples v0.2.2 |
2316 | 2024-11-13T04:35:07.261Z | Compiling libz-sys v1.1.20 |
2317 | 2024-11-13T04:35:07.916Z | Compiling parse-zoneinfo v0.3.1 |
2318 | 2024-11-13T04:35:09.559Z | Compiling quick-xml v0.33.0 |
2319 | 2024-11-13T04:35:10.562Z | Compiling subprocess v0.2.9 |
2320 | 2024-11-13T04:35:11.113Z | Compiling diesel-dtrace v0.3.0 |
2321 | 2024-11-13T04:35:11.419Z | Compiling parking_lot_core v0.8.6 |
2322 | 2024-11-13T04:35:11.853Z | Compiling cfg_aliases v0.1.1 |
2323 | 2024-11-13T04:35:11.976Z | Compiling nix v0.28.0 |
2324 | 2024-11-13T04:35:12.840Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2325 | 2024-11-13T04:35:13.253Z | Compiling oso v0.27.3 |
2326 | 2024-11-13T04:35:15.184Z | Compiling chrono-tz-build v0.4.0 |
2327 | 2024-11-13T04:35:16.512Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2328 | 2024-11-13T04:35:18.146Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2329 | 2024-11-13T04:35:20.633Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2330 | 2024-11-13T04:35:23.618Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2331 | 2024-11-13T04:35:23.846Z | Compiling bb8 v0.8.5 |
2332 | 2024-11-13T04:35:23.924Z | Compiling vte_generate_state_changes v0.1.2 |
2333 | 2024-11-13T04:35:24.481Z | Compiling buf-list v1.0.3 |
2334 | 2024-11-13T04:35:24.582Z | Compiling vte v0.11.1 |
2335 | 2024-11-13T04:35:25.144Z | Compiling async-bb8-diesel v0.2.1 |
2336 | 2024-11-13T04:35:26.048Z | Compiling chrono-tz v0.10.0 |
2337 | 2024-11-13T04:35:27.016Z | Compiling fd-lock v4.0.2 |
2338 | 2024-11-13T04:35:27.257Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2339 | 2024-11-13T04:35:27.349Z | Compiling pin-project-internal v1.1.6 |
2340 | 2024-11-13T04:35:28.064Z | Compiling atty v0.2.14 |
2341 | 2024-11-13T04:35:28.234Z | Compiling salty v0.3.0 |
2342 | 2024-11-13T04:35:28.645Z | Compiling bytecount v0.6.8 |
2343 | 2024-11-13T04:35:28.954Z | Compiling papergrid v0.11.0 |
2344 | 2024-11-13T04:35:30.053Z | Compiling pin-project v1.1.6 |
2345 | 2024-11-13T04:35:30.918Z | Compiling parking_lot v0.11.2 |
2346 | 2024-11-13T04:35:39.784Z | Compiling strip-ansi-escapes v0.2.0 |
2347 | 2024-11-13T04:35:41.574Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2348 | 2024-11-13T04:35:41.941Z | Compiling tabled_derive v0.7.0 |
2349 | 2024-11-13T04:35:44.157Z | Compiling peg-macros v0.8.4 |
2350 | 2024-11-13T04:35:46.406Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2351 | 2024-11-13T04:35:47.322Z | Compiling snafu-derive v0.8.5 |
2352 | 2024-11-13T04:35:47.374Z | Compiling sqlparser_derive v0.2.2 |
2353 | 2024-11-13T04:35:48.440Z | Compiling unicode_categories v0.1.1 |
2354 | 2024-11-13T04:35:48.815Z | Compiling simd-adler32 v0.3.7 |
2355 | 2024-11-13T04:35:49.959Z | Compiling home v0.5.9 |
2356 | 2024-11-13T04:35:50.272Z | Compiling lockfree-object-pool v0.1.6 |
2357 | 2024-11-13T04:35:50.604Z | Compiling nu-ansi-term v0.50.1 |
2358 | 2024-11-13T04:35:51.810Z | Compiling bumpalo v3.16.0 |
2359 | 2024-11-13T04:35:52.092Z | Compiling zip v2.1.3 |
2360 | 2024-11-13T04:35:52.417Z | Compiling zopfli v0.8.1 |
2361 | 2024-11-13T04:35:52.464Z | Compiling snafu v0.8.5 |
2362 | 2024-11-13T04:35:53.695Z | Compiling reedline v0.35.0 |
2363 | 2024-11-13T04:35:56.298Z | Compiling rustyline v14.0.0 |
2364 | 2024-11-13T04:35:56.593Z | Compiling sqlformat v0.2.6 |
2365 | 2024-11-13T04:36:02.781Z | Compiling sqlparser v0.45.0 |
2366 | 2024-11-13T04:36:04.725Z | Compiling peg v0.8.4 |
2367 | 2024-11-13T04:36:04.916Z | Compiling tabled v0.15.0 |
2368 | 2024-11-13T04:36:07.369Z | Compiling sled v0.34.7 |
2369 | 2024-11-13T04:36:08.646Z | Compiling mime_guess v2.0.5 |
2370 | 2024-11-13T04:36:11.992Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2371 | 2024-11-13T04:36:14.170Z | Compiling hickory-client v0.24.1 |
2372 | 2024-11-13T04:36:16.719Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2373 | 2024-11-13T04:36:18.992Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2374 | 2024-11-13T04:36:19.374Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2375 | 2024-11-13T04:36:20.937Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2376 | 2024-11-13T04:36:24.286Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2377 | 2024-11-13T04:36:26.768Z | Compiling globset v0.4.15 |
2378 | 2024-11-13T04:36:27.501Z | Compiling hickory-server v0.24.1 |
2379 | 2024-11-13T04:36:29.672Z | Compiling primeorder v0.13.6 |
2380 | 2024-11-13T04:36:30.279Z | Compiling olpc-cjson v0.1.4 |
2381 | 2024-11-13T04:36:34.486Z | Compiling vergen v8.3.2 |
2382 | 2024-11-13T04:36:34.812Z | Compiling bcs v0.1.6 |
2383 | 2024-11-13T04:36:35.747Z | Compiling env_filter v0.1.2 |
2384 | 2024-11-13T04:36:37.280Z | Compiling serde_plain v1.0.2 |
2385 | 2024-11-13T04:36:37.821Z | Compiling cargo-platform v0.1.8 |
2386 | 2024-11-13T04:36:38.357Z | Compiling nanorand v0.7.0 |
2387 | 2024-11-13T04:36:39.108Z | Compiling memoffset v0.9.1 |
2388 | 2024-11-13T04:36:39.439Z | Compiling typed-path v0.9.3 |
2389 | 2024-11-13T04:36:40.055Z | Compiling flume v0.11.1 |
2390 | 2024-11-13T04:36:40.316Z | Compiling cargo_metadata v0.18.1 |
2391 | 2024-11-13T04:36:40.842Z | Compiling env_logger v0.11.5 |
2392 | 2024-11-13T04:36:42.290Z | Compiling tough v0.19.0 |
2393 | 2024-11-13T04:36:43.632Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2394 | 2024-11-13T04:36:46.879Z | Compiling p384 v0.13.0 |
2395 | 2024-11-13T04:36:52.885Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2396 | 2024-11-13T04:36:54.275Z | Compiling git2 v0.19.0 |
2397 | 2024-11-13T04:37:02.845Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2398 | 2024-11-13T04:37:04.214Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2399 | 2024-11-13T04:37:07.311Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2400 | 2024-11-13T04:37:09.420Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2401 | 2024-11-13T04:37:11.904Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2402 | 2024-11-13T04:37:13.625Z | Compiling rand_seeder v0.3.0 |
2403 | 2024-11-13T04:37:14.054Z | Compiling libsqlite3-sys v0.30.1 |
2404 | 2024-11-13T04:37:14.139Z | Compiling cfg_aliases v0.2.1 |
2405 | 2024-11-13T04:37:14.263Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2406 | 2024-11-13T04:37:14.566Z | Compiling rustls v0.21.12 |
2407 | 2024-11-13T04:37:14.585Z | Compiling parse-size v1.1.0 |
2408 | 2024-11-13T04:37:14.685Z | Compiling nix v0.29.0 |
2409 | 2024-11-13T04:37:14.910Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2410 | 2024-11-13T04:37:14.929Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2411 | 2024-11-13T04:37:15.572Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2412 | 2024-11-13T04:37:16.928Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2413 | 2024-11-13T04:37:17.023Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2414 | 2024-11-13T04:37:17.821Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2415 | 2024-11-13T04:37:17.925Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2416 | 2024-11-13T04:37:18.115Z | Compiling sct v0.7.1 |
2417 | 2024-11-13T04:37:18.590Z | Compiling rustls-webpki v0.101.7 |
2418 | 2024-11-13T04:37:21.393Z | Compiling castaway v0.2.3 |
2419 | 2024-11-13T04:37:21.590Z | Compiling csv-core v0.1.11 |
2420 | 2024-11-13T04:37:22.206Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2421 | 2024-11-13T04:37:22.438Z | Compiling glob v0.3.1 |
2422 | 2024-11-13T04:37:22.526Z | Compiling http-range v0.1.5 |
2423 | 2024-11-13T04:37:22.629Z | Compiling csv v1.3.0 |
2424 | 2024-11-13T04:37:23.087Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2425 | 2024-11-13T04:37:24.468Z | Compiling hyper-staticfile v0.10.1 |
2426 | 2024-11-13T04:37:24.728Z | Compiling compact_str v0.8.0 |
2427 | 2024-11-13T04:37:27.454Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2428 | 2024-11-13T04:37:28.166Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2429 | 2024-11-13T04:37:29.440Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2430 | 2024-11-13T04:37:30.334Z | Compiling nix v0.27.1 |
2431 | 2024-11-13T04:37:33.776Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2432 | 2024-11-13T04:37:36.746Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2433 | 2024-11-13T04:37:43.084Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2434 | 2024-11-13T04:37:44.691Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2435 | 2024-11-13T04:37:47.983Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2436 | 2024-11-13T04:37:48.364Z | Compiling unicode-truncate v1.1.0 |
2437 | 2024-11-13T04:37:48.664Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2438 | 2024-11-13T04:37:48.981Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2439 | 2024-11-13T04:37:49.293Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2440 | 2024-11-13T04:37:50.827Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2441 | 2024-11-13T04:37:52.298Z | Compiling hashlink v0.9.1 |
2442 | 2024-11-13T04:37:53.102Z | Compiling tungstenite v0.23.0 |
2443 | 2024-11-13T04:37:53.131Z | Compiling lru v0.12.5 |
2444 | 2024-11-13T04:37:53.527Z | Compiling instability v0.3.2 |
2445 | 2024-11-13T04:37:53.793Z | Compiling fallible-iterator v0.3.0 |
2446 | 2024-11-13T04:37:54.557Z | Compiling fallible-streaming-iterator v0.1.9 |
2447 | 2024-11-13T04:37:54.587Z | Compiling cassowary v0.3.0 |
2448 | 2024-11-13T04:37:54.863Z | Compiling rusqlite v0.32.1 |
2449 | 2024-11-13T04:37:56.799Z | Compiling ratatui v0.28.1 |
2450 | 2024-11-13T04:37:58.193Z | Compiling tokio-tungstenite v0.23.1 |
2451 | 2024-11-13T04:37:58.820Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2452 | 2024-11-13T04:38:00.375Z | Compiling tokio-rustls v0.24.1 |
2453 | 2024-11-13T04:38:06.991Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2454 | 2024-11-13T04:38:15.504Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2455 | 2024-11-13T04:38:15.691Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2456 | 2024-11-13T04:38:16.981Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2457 | 2024-11-13T04:38:17.205Z | Compiling rustls-pemfile v1.0.4 |
2458 | 2024-11-13T04:38:17.968Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2459 | 2024-11-13T04:38:18.292Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2460 | 2024-11-13T04:38:19.396Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2461 | 2024-11-13T04:38:19.591Z | Compiling signal-hook-tokio v0.3.1 |
2462 | 2024-11-13T04:38:19.833Z | Compiling twox-hash v1.6.3 |
2463 | 2024-11-13T04:38:19.993Z | Compiling unicode-linebreak v0.1.5 |
2464 | 2024-11-13T04:38:20.253Z | Compiling smawk v0.3.2 |
2465 | 2024-11-13T04:38:20.536Z | Compiling is_ci v1.2.0 |
2466 | 2024-11-13T04:38:20.564Z | Compiling textwrap v0.16.1 |
2467 | 2024-11-13T04:38:20.843Z | Compiling supports-color v3.0.1 |
2468 | 2024-11-13T04:38:21.302Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2469 | 2024-11-13T04:38:23.364Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2470 | 2024-11-13T04:38:31.559Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2471 | 2024-11-13T04:38:31.590Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2472 | 2024-11-13T04:38:36.402Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2473 | 2024-11-13T04:38:41.791Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2474 | 2024-11-13T04:38:42.478Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2475 | 2024-11-13T04:38:43.460Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2476 | 2024-11-13T04:38:49.668Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2477 | 2024-11-13T04:38:49.994Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2478 | 2024-11-13T04:38:50.831Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2479 | 2024-11-13T04:38:56.565Z | Compiling fatfs v0.3.6 |
2480 | 2024-11-13T04:38:59.450Z | Compiling rtoolbox v0.0.2 |
2481 | 2024-11-13T04:38:59.902Z | Compiling assert_matches v1.5.0 |
2482 | 2024-11-13T04:39:00.278Z | Compiling rpassword v7.3.1 |
2483 | 2024-11-13T04:39:00.720Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2484 | 2024-11-13T04:39:01.899Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2485 | 2024-11-13T04:39:17.823Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2486 | 2024-11-13T04:39:22.281Z | Compiling tui-tree-widget v0.22.0 |
2487 | 2024-11-13T04:39:22.740Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2488 | 2024-11-13T04:39:24.859Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2489 | 2024-11-13T04:39:28.403Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2490 | 2024-11-13T04:39:28.723Z | Compiling uzers v0.12.1 |
2491 | 2024-11-13T04:39:31.836Z | Compiling shell-words v1.1.0 |
2492 | 2024-11-13T04:39:32.295Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2493 | 2024-11-13T04:39:38.627Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2494 | 2024-11-13T04:39:40.722Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2495 | 2024-11-13T04:40:04.787Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2496 | 2024-11-13T04:40:11.999Z | Compiling multimap v0.10.0 |
2497 | 2024-11-13T04:42:12.486Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2498 | 2024-11-13T04:42:22.780Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2499 | 2024-11-13T04:49:10.835Z | Finished `release` profile [optimized] target(s) in 16m 10s |
2500 | 2024-11-13T04:50:12.320Z | |
2501 | 2024-11-13T04:50:12.323Z | real 17:13.551109610 |
2502 | 2024-11-13T04:50:12.323Z | user 1:56:10.269272475 |
2503 | 2024-11-13T04:50:12.323Z | sys 5:52.569456831 |
2504 | 2024-11-13T04:50:12.323Z | trap 2.806768227 |
2505 | 2024-11-13T04:50:12.323Z | tflt 3.150800025 |
2506 | 2024-11-13T04:50:12.323Z | dflt 3.915392873 |
2507 | 2024-11-13T04:50:12.323Z | kflt 0.238059695 |
2508 | 2024-11-13T04:50:12.323Z | lock 7:11:17.192623903 |
2509 | 2024-11-13T04:50:12.323Z | slp 6:09:44.143468111 |
2510 | 2024-11-13T04:50:12.323Z | lat 2:52.696961067 |
2511 | 2024-11-13T04:50:12.324Z | stop 2:32.758569344 |
2512 | 2024-11-13T04:50:12.324Z | + mapfile -t packages |
2513 | 2024-11-13T04:50:12.324Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2514 | 2024-11-13T04:50:13.322Z | Finished `release` profile [optimized] target(s) in 0.95s |
2515 | 2024-11-13T04:50:13.381Z | Running `target/release/omicron-package -t test list-outputs` |
2516 | 2024-11-13T04:50:13.428Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2517 | 2024-11-13T04:50:13.431Z | + ptime -m cargo build --locked --release -p xtask |
2518 | 2024-11-13T04:50:14.002Z | Compiling serde v1.0.215 |
2519 | 2024-11-13T04:50:14.005Z | Compiling libc v0.2.162 |
2520 | 2024-11-13T04:50:14.005Z | Compiling serde_json v1.0.132 |
2521 | 2024-11-13T04:50:14.005Z | Compiling rustix v0.38.37 |
2522 | 2024-11-13T04:50:14.094Z | Compiling syn v2.0.87 |
2523 | 2024-11-13T04:50:14.105Z | Compiling bitflags v2.6.0 |
2524 | 2024-11-13T04:50:14.455Z | Compiling usdt-impl v0.5.0 |
2525 | 2024-11-13T04:50:14.499Z | Compiling syn v1.0.109 |
2526 | 2024-11-13T04:50:14.639Z | Compiling log v0.4.22 |
2527 | 2024-11-13T04:50:14.658Z | Compiling hashbrown v0.15.0 |
2528 | 2024-11-13T04:50:14.676Z | Compiling fs-err v2.11.0 |
2529 | 2024-11-13T04:50:14.978Z | Compiling once_cell v1.20.2 |
2530 | 2024-11-13T04:50:15.097Z | Compiling anyhow v1.0.93 |
2531 | 2024-11-13T04:50:15.474Z | Compiling thread-id v4.2.2 |
2532 | 2024-11-13T04:50:16.039Z | Compiling indexmap v2.6.0 |
2533 | 2024-11-13T04:50:17.213Z | Compiling terminal_size v0.4.0 |
2534 | 2024-11-13T04:50:17.213Z | Compiling tempfile v3.13.0 |
2535 | 2024-11-13T04:50:17.475Z | Compiling clap_builder v4.5.20 |
2536 | 2024-11-13T04:50:17.988Z | Compiling proc-macro-error v1.0.4 |
2537 | 2024-11-13T04:50:19.239Z | Compiling tabled_derive v0.7.0 |
2538 | 2024-11-13T04:50:20.464Z | Compiling tabled v0.15.0 |
2539 | 2024-11-13T04:50:22.213Z | Compiling serde_derive v1.0.215 |
2540 | 2024-11-13T04:50:22.540Z | Compiling thiserror-impl v1.0.69 |
2541 | 2024-11-13T04:50:24.639Z | Compiling zerocopy-derive v0.7.35 |
2542 | 2024-11-13T04:50:25.451Z | Compiling thiserror v1.0.69 |
2543 | 2024-11-13T04:50:25.610Z | Compiling pest v2.7.14 |
2544 | 2024-11-13T04:50:26.022Z | Compiling scroll_derive v0.12.0 |
2545 | 2024-11-13T04:50:26.595Z | Compiling zerocopy v0.7.35 |
2546 | 2024-11-13T04:50:27.435Z | Compiling scroll v0.12.0 |
2547 | 2024-11-13T04:50:28.124Z | Compiling goblin v0.8.2 |
2548 | 2024-11-13T04:50:28.300Z | Compiling pest_meta v2.7.14 |
2549 | 2024-11-13T04:50:30.386Z | Compiling pest_generator v2.7.14 |
2550 | 2024-11-13T04:50:32.464Z | Compiling pest_derive v2.7.14 |
2551 | 2024-11-13T04:50:33.261Z | Compiling dtrace-parser v0.2.0 |
2552 | 2024-11-13T04:50:38.771Z | Compiling serde_tokenstream v0.2.2 |
2553 | 2024-11-13T04:50:39.095Z | Compiling serde_spanned v0.6.8 |
2554 | 2024-11-13T04:50:39.372Z | Compiling toml_datetime v0.6.8 |
2555 | 2024-11-13T04:50:39.408Z | Compiling dof v0.3.0 |
2556 | 2024-11-13T04:50:40.099Z | Compiling toml_edit v0.22.22 |
2557 | 2024-11-13T04:50:42.657Z | Compiling camino v1.1.9 |
2558 | 2024-11-13T04:50:43.848Z | Compiling usdt-macro v0.5.0 |
2559 | 2024-11-13T04:50:44.017Z | Compiling usdt-attr-macro v0.5.0 |
2560 | 2024-11-13T04:50:45.087Z | Compiling toml v0.8.19 |
2561 | 2024-11-13T04:50:45.408Z | Compiling cargo-platform v0.1.8 |
2562 | 2024-11-13T04:50:45.425Z | Compiling semver v1.0.23 |
2563 | 2024-11-13T04:50:46.498Z | Compiling clap_derive v4.5.18 |
2564 | 2024-11-13T04:50:46.614Z | Compiling cargo_toml v0.20.5 |
2565 | 2024-11-13T04:50:46.949Z | Compiling cargo_metadata v0.18.1 |
2566 | 2024-11-13T04:50:47.560Z | Compiling usdt v0.5.0 |
2567 | 2024-11-13T04:50:49.087Z | Compiling camino-tempfile v1.1.1 |
2568 | 2024-11-13T04:50:49.883Z | Compiling macaddr v1.0.1 |
2569 | 2024-11-13T04:50:51.210Z | Compiling clap v4.5.20 |
2570 | 2024-11-13T04:50:58.825Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2571 | 2024-11-13T04:51:10.019Z | Finished `release` profile [optimized] target(s) in 56.53s |
2572 | 2024-11-13T04:51:10.124Z | |
2573 | 2024-11-13T04:51:10.124Z | real 56.662117433 |
2574 | 2024-11-13T04:51:10.127Z | user 5:45.789418171 |
2575 | 2024-11-13T04:51:10.127Z | sys 31.690309459 |
2576 | 2024-11-13T04:51:10.127Z | trap 0.156227571 |
2577 | 2024-11-13T04:51:10.127Z | tflt 0.309678703 |
2578 | 2024-11-13T04:51:10.127Z | dflt 0.574359481 |
2579 | 2024-11-13T04:51:10.127Z | kflt 0.001265447 |
2580 | 2024-11-13T04:51:10.127Z | lock 10:45.184613453 |
2581 | 2024-11-13T04:51:10.127Z | slp 15:51.450563553 |
2582 | 2024-11-13T04:51:10.127Z | lat 13.494538369 |
2583 | 2024-11-13T04:51:10.127Z | stop 17.926792362 |
2584 | 2024-11-13T04:51:10.127Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2585 | 2024-11-13T04:51:10.127Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2586 | 2024-11-13T04:51:10.127Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2587 | 2024-11-13T04:51:10.127Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2588 | 2024-11-13T04:51:10.127Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2589 | 2024-11-13T04:51:11.000Z | Compiling hashbrown v0.14.5 |
2590 | 2024-11-13T04:51:11.126Z | Compiling unsafe-libyaml v0.2.11 |
2591 | 2024-11-13T04:51:11.139Z | Compiling progenitor-client v0.8.0 |
2592 | 2024-11-13T04:51:11.141Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2593 | 2024-11-13T04:51:11.141Z | Compiling ident_case v1.0.1 |
2594 | 2024-11-13T04:51:11.141Z | Compiling ipnetwork v0.20.0 |
2595 | 2024-11-13T04:51:11.141Z | Compiling instant v0.1.13 |
2596 | 2024-11-13T04:51:11.141Z | Compiling structmeta-derive v0.3.0 |
2597 | 2024-11-13T04:51:11.274Z | Compiling darling_core v0.20.10 |
2598 | 2024-11-13T04:51:11.303Z | Compiling newtype-uuid v1.1.3 |
2599 | 2024-11-13T04:51:11.592Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2600 | 2024-11-13T04:51:11.639Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2601 | 2024-11-13T04:51:11.961Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2602 | 2024-11-13T04:51:12.123Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2603 | 2024-11-13T04:51:12.315Z | Compiling regress v0.10.1 |
2604 | 2024-11-13T04:51:12.403Z | Compiling serde_yaml v0.9.34+deprecated |
2605 | 2024-11-13T04:51:12.421Z | Compiling regress v0.9.1 |
2606 | 2024-11-13T04:51:12.424Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2607 | 2024-11-13T04:51:12.599Z | Compiling backoff v0.4.0 |
2608 | 2024-11-13T04:51:12.885Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2609 | 2024-11-13T04:51:12.956Z | Compiling macaddr v1.0.1 |
2610 | 2024-11-13T04:51:12.978Z | Compiling tempfile v3.13.0 |
2611 | 2024-11-13T04:51:13.048Z | Compiling proc-macro-crate v1.3.1 |
2612 | 2024-11-13T04:51:13.406Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2613 | 2024-11-13T04:51:13.813Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2614 | 2024-11-13T04:51:13.887Z | Compiling foreign-types-macros v0.2.3 |
2615 | 2024-11-13T04:51:14.137Z | Compiling heapless v0.8.0 |
2616 | 2024-11-13T04:51:14.170Z | Compiling num_enum_derive v0.5.11 |
2617 | 2024-11-13T04:51:14.221Z | Compiling structmeta v0.3.0 |
2618 | 2024-11-13T04:51:14.689Z | Compiling parse-display-derive v0.10.0 |
2619 | 2024-11-13T04:51:14.741Z | Compiling foreign-types-shared v0.3.1 |
2620 | 2024-11-13T04:51:15.205Z | Compiling foreign-types v0.5.0 |
2621 | 2024-11-13T04:51:15.320Z | Compiling proc-macro-error v1.0.4 |
2622 | 2024-11-13T04:51:15.538Z | Compiling camino-tempfile v1.1.1 |
2623 | 2024-11-13T04:51:16.015Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2624 | 2024-11-13T04:51:16.039Z | Compiling hash32 v0.3.1 |
2625 | 2024-11-13T04:51:16.294Z | Compiling typify-impl v0.2.0 |
2626 | 2024-11-13T04:51:16.588Z | Compiling cstr-argument v0.1.2 |
2627 | 2024-11-13T04:51:16.817Z | Compiling num_enum v0.5.11 |
2628 | 2024-11-13T04:51:16.853Z | Compiling smoltcp v0.11.0 |
2629 | 2024-11-13T04:51:16.871Z | Compiling crucible-workspace-hack v0.1.0 |
2630 | 2024-11-13T04:51:16.983Z | Compiling pretty-hex v0.2.1 |
2631 | 2024-11-13T04:51:17.174Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2632 | 2024-11-13T04:51:17.205Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2633 | 2024-11-13T04:51:17.431Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2634 | 2024-11-13T04:51:17.548Z | Compiling tabwriter v1.4.0 |
2635 | 2024-11-13T04:51:17.551Z | Compiling colored v2.1.0 |
2636 | 2024-11-13T04:51:17.634Z | Compiling cobs v0.2.3 |
2637 | 2024-11-13T04:51:17.942Z | Compiling postcard v1.0.10 |
2638 | 2024-11-13T04:51:18.079Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2639 | 2024-11-13T04:51:18.162Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2640 | 2024-11-13T04:51:18.331Z | Compiling darling_macro v0.20.10 |
2641 | 2024-11-13T04:51:18.349Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2642 | 2024-11-13T04:51:18.383Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2643 | 2024-11-13T04:51:18.435Z | Compiling smf v0.2.3 |
2644 | 2024-11-13T04:51:18.613Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2645 | 2024-11-13T04:51:19.032Z | Compiling zone_cfg_derive v0.3.0 |
2646 | 2024-11-13T04:51:19.264Z | Compiling darling v0.20.10 |
2647 | 2024-11-13T04:51:19.306Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2648 | 2024-11-13T04:51:19.308Z | Compiling parse-display v0.10.0 |
2649 | 2024-11-13T04:51:19.388Z | Compiling serde_with_macros v3.11.0 |
2650 | 2024-11-13T04:51:19.800Z | Compiling num-derive v0.4.2 |
2651 | 2024-11-13T04:51:19.900Z | Compiling sigpipe v0.1.3 |
2652 | 2024-11-13T04:51:20.036Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2653 | 2024-11-13T04:51:20.053Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2654 | 2024-11-13T04:51:20.353Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2655 | 2024-11-13T04:51:20.564Z | Compiling zone v0.3.0 |
2656 | 2024-11-13T04:51:20.815Z | Compiling universal-hash v0.5.1 |
2657 | 2024-11-13T04:51:21.030Z | Compiling opaque-debug v0.3.1 |
2658 | 2024-11-13T04:51:21.140Z | Compiling num-rational v0.4.2 |
2659 | 2024-11-13T04:51:21.199Z | Compiling password-hash v0.5.0 |
2660 | 2024-11-13T04:51:22.186Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2661 | 2024-11-13T04:51:22.214Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2662 | 2024-11-13T04:51:22.234Z | Compiling num-complex v0.4.6 |
2663 | 2024-11-13T04:51:22.370Z | Compiling serde_with v3.11.0 |
2664 | 2024-11-13T04:51:22.943Z | Compiling blake2 v0.10.6 |
2665 | 2024-11-13T04:51:22.964Z | Compiling aead v0.5.2 |
2666 | 2024-11-13T04:51:23.168Z | Compiling keccak v0.1.5 |
2667 | 2024-11-13T04:51:23.328Z | Compiling convert_case v0.4.0 |
2668 | 2024-11-13T04:51:23.353Z | Compiling num v0.4.3 |
2669 | 2024-11-13T04:51:23.682Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2670 | 2024-11-13T04:51:23.709Z | Compiling sha3 v0.10.8 |
2671 | 2024-11-13T04:51:24.240Z | Compiling argon2 v0.5.3 |
2672 | 2024-11-13T04:51:24.291Z | Compiling poly1305 v0.8.0 |
2673 | 2024-11-13T04:51:24.330Z | Compiling tungstenite v0.21.0 |
2674 | 2024-11-13T04:51:24.432Z | Compiling derive_more v0.99.18 |
2675 | 2024-11-13T04:51:24.846Z | Compiling chacha20 v0.9.1 |
2676 | 2024-11-13T04:51:25.340Z | Compiling base64 v0.21.7 |
2677 | 2024-11-13T04:51:26.012Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2678 | 2024-11-13T04:51:26.041Z | Compiling float-ord v0.3.2 |
2679 | 2024-11-13T04:51:26.120Z | Compiling tokio-tungstenite v0.21.0 |
2680 | 2024-11-13T04:51:26.226Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2681 | 2024-11-13T04:51:26.379Z | Compiling semver v0.1.20 |
2682 | 2024-11-13T04:51:26.589Z | Compiling same-file v1.0.6 |
2683 | 2024-11-13T04:51:26.664Z | Compiling newline-converter v0.3.0 |
2684 | 2024-11-13T04:51:26.724Z | Compiling primeorder v0.13.6 |
2685 | 2024-11-13T04:51:26.846Z | Compiling walkdir v2.5.0 |
2686 | 2024-11-13T04:51:26.880Z | Compiling rustc_version v0.1.7 |
2687 | 2024-11-13T04:51:27.054Z | Compiling secrecy v0.8.0 |
2688 | 2024-11-13T04:51:27.172Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2689 | 2024-11-13T04:51:27.270Z | Compiling owo-colors v4.1.0 |
2690 | 2024-11-13T04:51:27.335Z | Compiling cancel-safe-futures v0.1.5 |
2691 | 2024-11-13T04:51:27.428Z | Compiling newtype_derive v0.1.6 |
2692 | 2024-11-13T04:51:27.462Z | Compiling expectorate v1.1.0 |
2693 | 2024-11-13T04:51:27.583Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2694 | 2024-11-13T04:51:27.626Z | Compiling thiserror-impl-no-std v2.0.2 |
2695 | 2024-11-13T04:51:27.650Z | Compiling blake3 v1.5.4 |
2696 | 2024-11-13T04:51:27.707Z | Compiling ring v0.16.20 |
2697 | 2024-11-13T04:51:27.727Z | Compiling unicase v2.7.0 |
2698 | 2024-11-13T04:51:27.904Z | Compiling half v2.4.1 |
2699 | 2024-11-13T04:51:28.019Z | Compiling ciborium-io v0.2.2 |
2700 | 2024-11-13T04:51:28.075Z | Compiling arc-swap v1.7.1 |
2701 | 2024-11-13T04:51:28.375Z | Compiling ciborium-ll v0.2.2 |
2702 | 2024-11-13T04:51:28.457Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2703 | 2024-11-13T04:51:28.745Z | Compiling slog-scope v4.4.0 |
2704 | 2024-11-13T04:51:29.046Z | Compiling polyval v0.6.2 |
2705 | 2024-11-13T04:51:29.293Z | Compiling atomicwrites v0.4.4 |
2706 | 2024-11-13T04:51:29.420Z | Compiling libsw v3.3.1 |
2707 | 2024-11-13T04:51:29.489Z | Compiling memmap2 v0.9.5 |
2708 | 2024-11-13T04:51:29.659Z | Compiling arrayref v0.3.9 |
2709 | 2024-11-13T04:51:29.758Z | Compiling spin v0.5.2 |
2710 | 2024-11-13T04:51:29.778Z | Compiling arrayvec v0.7.6 |
2711 | 2024-11-13T04:51:29.953Z | Compiling indent_write v2.2.0 |
2712 | 2024-11-13T04:51:30.001Z | Compiling salty v0.3.0 |
2713 | 2024-11-13T04:51:30.174Z | Compiling constant_time_eq v0.3.1 |
2714 | 2024-11-13T04:51:30.220Z | Compiling parking_lot_core v0.8.6 |
2715 | 2024-11-13T04:51:30.373Z | Compiling linear-map v1.2.0 |
2716 | 2024-11-13T04:51:30.425Z | Compiling libefi-sys v0.1.0 |
2717 | 2024-11-13T04:51:30.757Z | Compiling ghash v0.5.1 |
2718 | 2024-11-13T04:51:30.794Z | Compiling slog-stdlog v4.1.1 |
2719 | 2024-11-13T04:51:30.814Z | Compiling thiserror-no-std v2.0.2 |
2720 | 2024-11-13T04:51:30.939Z | Compiling vsss-rs v3.3.4 |
2721 | 2024-11-13T04:51:30.972Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2722 | 2024-11-13T04:51:31.234Z | Compiling ciborium v0.2.2 |
2723 | 2024-11-13T04:51:32.051Z | Compiling p384 v0.13.0 |
2724 | 2024-11-13T04:51:32.054Z | Compiling toolchain_find v0.4.0 |
2725 | 2024-11-13T04:51:32.118Z | Compiling chacha20poly1305 v0.10.1 |
2726 | 2024-11-13T04:51:32.356Z | Compiling lzma-sys v0.1.20 |
2727 | 2024-11-13T04:51:32.784Z | Compiling ctr v0.9.2 |
2728 | 2024-11-13T04:51:32.803Z | Compiling itertools v0.13.0 |
2729 | 2024-11-13T04:51:33.172Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2730 | 2024-11-13T04:51:33.193Z | Compiling bitfield-struct v0.6.2 |
2731 | 2024-11-13T04:51:33.590Z | Compiling slog-dtrace v0.3.0 |
2732 | 2024-11-13T04:51:33.628Z | Compiling highway v1.2.0 |
2733 | 2024-11-13T04:51:33.938Z | Compiling topological-sort v0.2.2 |
2734 | 2024-11-13T04:51:34.176Z | Compiling omicron-zone-package v0.11.1 |
2735 | 2024-11-13T04:51:34.715Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2736 | 2024-11-13T04:51:34.777Z | Compiling aes-gcm v0.10.3 |
2737 | 2024-11-13T04:51:34.861Z | Compiling rustfmt-wrapper v0.2.1 |
2738 | 2024-11-13T04:51:35.060Z | Compiling mime_guess v2.0.5 |
2739 | 2024-11-13T04:51:35.064Z | Compiling typify-macro v0.2.0 |
2740 | 2024-11-13T04:51:35.207Z | Compiling steno v0.4.1 |
2741 | 2024-11-13T04:51:35.458Z | Compiling slog-envlogger v2.2.0 |
2742 | 2024-11-13T04:51:36.102Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2743 | 2024-11-13T04:51:36.281Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2744 | 2024-11-13T04:51:36.426Z | Compiling heck v0.3.3 |
2745 | 2024-11-13T04:51:36.495Z | Compiling ssh-encoding v0.2.0 |
2746 | 2024-11-13T04:51:36.631Z | Compiling blowfish v0.9.1 |
2747 | 2024-11-13T04:51:36.825Z | Compiling nibble_vec v0.1.0 |
2748 | 2024-11-13T04:51:36.883Z | Compiling env_filter v0.1.2 |
2749 | 2024-11-13T04:51:37.046Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2750 | 2024-11-13T04:51:37.050Z | Compiling humantime v2.1.0 |
2751 | 2024-11-13T04:51:37.087Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2752 | 2024-11-13T04:51:37.337Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2753 | 2024-11-13T04:51:37.369Z | Compiling endian-type v0.1.2 |
2754 | 2024-11-13T04:51:37.462Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2755 | 2024-11-13T04:51:37.514Z | Compiling env_logger v0.11.5 |
2756 | 2024-11-13T04:51:37.566Z | Compiling zone_cfg_derive v0.1.2 |
2757 | 2024-11-13T04:51:37.615Z | Compiling radix_trie v0.2.1 |
2758 | 2024-11-13T04:51:37.650Z | Compiling bcrypt-pbkdf v0.10.0 |
2759 | 2024-11-13T04:51:38.281Z | Compiling ssh-cipher v0.2.0 |
2760 | 2024-11-13T04:51:38.346Z | Compiling parking_lot v0.11.2 |
2761 | 2024-11-13T04:51:38.467Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2762 | 2024-11-13T04:51:38.878Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2763 | 2024-11-13T04:51:39.316Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2764 | 2024-11-13T04:51:39.367Z | Compiling password-hash v0.4.2 |
2765 | 2024-11-13T04:51:39.389Z | Compiling typify v0.2.0 |
2766 | 2024-11-13T04:51:39.434Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2767 | 2024-11-13T04:51:39.560Z | Compiling progenitor-impl v0.8.0 |
2768 | 2024-11-13T04:51:39.740Z | Compiling gethostname v0.5.0 |
2769 | 2024-11-13T04:51:39.941Z | Compiling fxhash v0.2.1 |
2770 | 2024-11-13T04:51:39.977Z | Compiling base64 v0.13.1 |
2771 | 2024-11-13T04:51:40.022Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2772 | 2024-11-13T04:51:40.074Z | Compiling matches v0.1.10 |
2773 | 2024-11-13T04:51:40.144Z | Compiling sled v0.34.7 |
2774 | 2024-11-13T04:51:40.180Z | Compiling idna v0.2.3 |
2775 | 2024-11-13T04:51:40.292Z | Compiling pbkdf2 v0.11.0 |
2776 | 2024-11-13T04:51:40.343Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2777 | 2024-11-13T04:51:40.472Z | Compiling ron v0.7.1 |
2778 | 2024-11-13T04:51:40.628Z | Compiling xz2 v0.1.7 |
2779 | 2024-11-13T04:51:40.655Z | Compiling zone v0.1.8 |
2780 | 2024-11-13T04:51:41.100Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2781 | 2024-11-13T04:51:41.123Z | Compiling ssh-key v0.6.6 |
2782 | 2024-11-13T04:51:42.302Z | Compiling hickory-client v0.24.1 |
2783 | 2024-11-13T04:51:42.897Z | Compiling p521 v0.13.3 |
2784 | 2024-11-13T04:51:42.949Z | Compiling p256 v0.13.2 |
2785 | 2024-11-13T04:51:42.973Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2786 | 2024-11-13T04:51:43.803Z | Compiling hickory-server v0.24.1 |
2787 | 2024-11-13T04:51:43.850Z | Compiling enum-as-inner v0.5.1 |
2788 | 2024-11-13T04:51:44.189Z | Compiling pem v3.0.4 |
2789 | 2024-11-13T04:51:44.924Z | Compiling yasna v0.5.2 |
2790 | 2024-11-13T04:51:45.059Z | Compiling headers-core v0.3.0 |
2791 | 2024-11-13T04:51:45.236Z | Compiling kstat-rs v0.2.4 |
2792 | 2024-11-13T04:51:45.373Z | Compiling nanorand v0.7.0 |
2793 | 2024-11-13T04:51:45.901Z | Compiling russh-cryptovec v0.7.3 |
2794 | 2024-11-13T04:51:45.979Z | Compiling atty v0.2.14 |
2795 | 2024-11-13T04:51:46.096Z | Compiling http-range v0.1.5 |
2796 | 2024-11-13T04:51:46.224Z | Compiling md5 v0.7.0 |
2797 | 2024-11-13T04:51:46.233Z | Compiling rcgen v0.12.1 |
2798 | 2024-11-13T04:51:46.487Z | Compiling russh-keys v0.45.0 |
2799 | 2024-11-13T04:51:46.667Z | Compiling hyper-staticfile v0.10.1 |
2800 | 2024-11-13T04:51:46.670Z | Compiling flume v0.11.1 |
2801 | 2024-11-13T04:51:47.080Z | Compiling headers v0.4.0 |
2802 | 2024-11-13T04:51:47.414Z | Compiling trust-dns-proto v0.22.0 |
2803 | 2024-11-13T04:51:47.839Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2804 | 2024-11-13T04:51:48.088Z | Compiling progenitor-macro v0.8.0 |
2805 | 2024-11-13T04:51:48.770Z | Compiling num-bigint v0.4.6 |
2806 | 2024-11-13T04:51:49.073Z | Compiling des v0.8.1 |
2807 | 2024-11-13T04:51:49.433Z | Compiling subprocess v0.2.9 |
2808 | 2024-11-13T04:51:50.930Z | Compiling dhcproto-macros v0.1.0 |
2809 | 2024-11-13T04:51:51.153Z | Compiling hex-literal v0.4.1 |
2810 | 2024-11-13T04:51:51.323Z | Compiling display-error-chain v0.2.2 |
2811 | 2024-11-13T04:51:51.448Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2812 | 2024-11-13T04:51:51.535Z | Compiling internet-checksum v0.2.1 |
2813 | 2024-11-13T04:51:51.908Z | Compiling dhcproto v0.12.0 |
2814 | 2024-11-13T04:51:51.931Z | Compiling russh v0.45.0 |
2815 | 2024-11-13T04:51:57.592Z | Compiling progenitor v0.8.0 |
2816 | 2024-11-13T04:51:57.722Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2817 | 2024-11-13T04:51:57.722Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2818 | 2024-11-13T04:51:57.725Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2819 | 2024-11-13T04:51:57.725Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2820 | 2024-11-13T04:51:57.725Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2821 | 2024-11-13T04:51:57.725Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2822 | 2024-11-13T04:51:57.725Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2823 | 2024-11-13T04:51:57.830Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2824 | 2024-11-13T04:51:58.588Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2825 | 2024-11-13T04:51:59.171Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2826 | 2024-11-13T04:52:04.055Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2827 | 2024-11-13T04:52:04.157Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2828 | 2024-11-13T04:52:13.080Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2829 | 2024-11-13T04:52:13.080Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2830 | 2024-11-13T04:52:13.083Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2831 | 2024-11-13T04:52:13.083Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2832 | 2024-11-13T04:52:14.056Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2833 | 2024-11-13T04:52:16.348Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2834 | 2024-11-13T04:52:17.444Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2835 | 2024-11-13T04:52:17.478Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2836 | 2024-11-13T04:52:20.105Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2837 | 2024-11-13T04:52:21.105Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2838 | 2024-11-13T04:52:21.735Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2839 | 2024-11-13T04:52:21.913Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2840 | 2024-11-13T04:52:23.041Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2841 | 2024-11-13T04:52:23.506Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2842 | 2024-11-13T04:52:24.889Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2843 | 2024-11-13T04:52:25.251Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2844 | 2024-11-13T04:52:25.729Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2845 | 2024-11-13T04:52:26.639Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2846 | 2024-11-13T04:52:26.845Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2847 | 2024-11-13T04:52:28.653Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2848 | 2024-11-13T04:52:29.174Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2849 | 2024-11-13T04:52:29.797Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2850 | 2024-11-13T04:52:31.248Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2851 | 2024-11-13T04:52:31.906Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2852 | 2024-11-13T04:52:32.373Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2853 | 2024-11-13T04:52:35.326Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2854 | 2024-11-13T04:52:36.075Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2855 | 2024-11-13T04:52:37.400Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2856 | 2024-11-13T04:52:43.463Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2857 | 2024-11-13T04:52:51.282Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2858 | 2024-11-13T04:52:52.538Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2859 | 2024-11-13T04:53:11.088Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2860 | 2024-11-13T04:53:45.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 35s |
2861 | 2024-11-13T04:53:45.589Z | |
2862 | 2024-11-13T04:53:45.589Z | real 2:35.410708299 |
2863 | 2024-11-13T04:53:45.589Z | user 11:39.053126838 |
2864 | 2024-11-13T04:53:45.589Z | sys 2:33.814481055 |
2865 | 2024-11-13T04:53:45.589Z | trap 0.306553174 |
2866 | 2024-11-13T04:53:45.589Z | tflt 0.623224877 |
2867 | 2024-11-13T04:53:45.589Z | dflt 2.232397660 |
2868 | 2024-11-13T04:53:45.592Z | kflt 0.000059495 |
2869 | 2024-11-13T04:53:45.592Z | lock 24:03.744402369 |
2870 | 2024-11-13T04:53:45.592Z | slp 41:18.740047140 |
2871 | 2024-11-13T04:53:45.592Z | lat 33.508718685 |
2872 | 2024-11-13T04:53:45.592Z | stop 1:23.356488450 |
2873 | 2024-11-13T04:53:45.593Z | + mkdir tests |
2874 | 2024-11-13T04:53:45.595Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2875 | 2024-11-13T04:53:45.595Z | + xargs -I '{}' -t cp '{}' tests/ |
2876 | 2024-11-13T04:53:46.561Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-4c7004b9cf87bff9 tests/ |
2877 | 2024-11-13T04:53:46.589Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-057407eb7985125e tests/ |
2878 | 2024-11-13T04:53:46.616Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-d907cac53c1df968 tests/ |
2879 | 2024-11-13T04:53:46.643Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-abcccf0397d7f2a1 tests/ |
2880 | 2024-11-13T04:53:46.881Z | + 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/*) |
2881 | 2024-11-13T04:53:46.884Z | + 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-057407eb7985125e tests/commtest-d907cac53c1df968 tests/dhcp_server-4c7004b9cf87bff9 tests/end_to_end_tests-abcccf0397d7f2a1 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 |
2882 | 2024-11-13T04:54:55.470Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2883 | 2024-11-13T04:54:55.470Z | a .github/buildomat/ci-env.sh 1K |
2884 | 2024-11-13T04:54:55.470Z | a out/target/test 1K |
2885 | 2024-11-13T04:54:55.470Z | a out/npuzone/npuzone 23144K |
2886 | 2024-11-13T04:54:55.470Z | a package-manifest.toml 32K |
2887 | 2024-11-13T04:54:55.470Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2888 | 2024-11-13T04:54:55.470Z | a target/release/omicron-package 36267K |
2889 | 2024-11-13T04:54:55.470Z | a target/release/xtask 11749K |
2890 | 2024-11-13T04:54:55.470Z | a target/debug/bootstrap 209681K |
2891 | 2024-11-13T04:54:55.470Z | a tests/bootstrap-057407eb7985125e 24246K |
2892 | 2024-11-13T04:54:55.470Z | a tests/commtest-d907cac53c1df968 25022K |
2893 | 2024-11-13T04:54:55.470Z | a tests/dhcp_server-4c7004b9cf87bff9 24246K |
2894 | 2024-11-13T04:54:55.470Z | a tests/end_to_end_tests-abcccf0397d7f2a1 227781K |
2895 | 2024-11-13T04:54:55.471Z | a out/clickhouse.tar.gz 249887K |
2896 | 2024-11-13T04:54:55.471Z | a out/clickhouse_keeper.tar.gz 249865K |
2897 | 2024-11-13T04:54:55.471Z | a out/clickhouse_server.tar.gz 249863K |
2898 | 2024-11-13T04:54:55.471Z | a out/cockroachdb.tar.gz 134154K |
2899 | 2024-11-13T04:54:55.471Z | a out/crucible-dtrace.tar 83K |
2900 | 2024-11-13T04:54:55.471Z | a out/crucible-pantry-zone.tar.gz 28146K |
2901 | 2024-11-13T04:54:55.471Z | a out/crucible-zone.tar.gz 36357K |
2902 | 2024-11-13T04:54:55.471Z | a out/external-dns.tar.gz 35208K |
2903 | 2024-11-13T04:54:55.471Z | a out/internal-dns.tar.gz 35208K |
2904 | 2024-11-13T04:54:55.471Z | a out/mg-ddm-gz.tar 62661K |
2905 | 2024-11-13T04:54:55.471Z | a out/nexus.tar.gz 99611K |
2906 | 2024-11-13T04:54:55.471Z | a out/ntp.tar.gz 10333K |
2907 | 2024-11-13T04:54:55.474Z | a out/omicron-gateway-softnpu.tar.gz 23510K |
2908 | 2024-11-13T04:54:55.474Z | a out/omicron-sled-agent.tar 111840K |
2909 | 2024-11-13T04:54:55.474Z | a out/overlay.tar.gz 3K |
2910 | 2024-11-13T04:54:55.474Z | a out/oximeter.tar.gz 50888K |
2911 | 2024-11-13T04:54:55.475Z | a out/oxlog.tar 3091K |
2912 | 2024-11-13T04:54:55.475Z | a out/probe.tar.gz 2764K |
2913 | 2024-11-13T04:54:55.475Z | a out/propolis-server.tar.gz 66584K |
2914 | 2024-11-13T04:54:55.475Z | a out/pumpkind-gz.tar 26665K |
2915 | 2024-11-13T04:54:55.475Z | a out/switch-softnpu.tar.gz 233285K |
2916 | 2024-11-13T04:54:55.478Z | |
2917 | 2024-11-13T04:54:55.478Z | real 1:08.581870557 |
2918 | 2024-11-13T04:54:55.478Z | user 1:05.447181567 |
2919 | 2024-11-13T04:54:55.478Z | sys 4.429038151 |
2920 | 2024-11-13T04:54:55.478Z | trap 0.017407464 |
2921 | 2024-11-13T04:54:55.478Z | tflt 0.000000000 |
2922 | 2024-11-13T04:54:55.479Z | dflt 0.000000000 |
2923 | 2024-11-13T04:54:55.479Z | kflt 0.000000000 |
2924 | 2024-11-13T04:54:55.479Z | lock 0.000000000 |
2925 | 2024-11-13T04:54:55.479Z | slp 1:05.265041738 |
2926 | 2024-11-13T04:54:55.479Z | lat 1.999282464 |
2927 | 2024-11-13T04:54:55.479Z | stop 0.000197007 |
2928 | 2024-11-13T04:54:55.479Z | process exited: duration 1996814 ms, exit code 0 |
|
2929 | 2024-11-13T04:54:55.493Z | found 1 output files |
2930 | 2024-11-13T04:54:55.494Z | uploading: /work/package.tar.gz (1761205840 bytes) |
2931 | 2024-11-13T04:55:25.452Z | uploaded: /work/package.tar.gz |