|
|
|
1 | 2024-11-14T03:59:47.383Z | job assigned to worker 01JCMD5V0Y03Q68XG373HJ2CD5 (queued for 1 m 5 s) |
|
2 | 2024-11-14T03:59:55.599Z | starting task 0: "setup" |
3 | 2024-11-14T03:59:55.607Z | ++ uname -s |
4 | 2024-11-14T03:59:55.610Z | + kern=SunOS |
5 | 2024-11-14T03:59:55.610Z | + case "$kern" in |
6 | 2024-11-14T03:59:55.610Z | + groupadd -g 12345 build |
7 | 2024-11-14T03:59:55.612Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-14T03:59:57.626Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-14T03:59:57.717Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-14T03:59:57.734Z | + home_fs=zfs |
11 | 2024-11-14T03:59:57.734Z | + [[ zfs == autofs ]] |
12 | 2024-11-14T03:59:57.734Z | + mkdir -p /home/build |
13 | 2024-11-14T03:59:57.734Z | + chown build:build /home/build /work |
14 | 2024-11-14T03:59:59.723Z | + chmod 0700 /home/build /work |
15 | 2024-11-14T03:59:59.726Z | process exited: duration 4127 ms, exit code 0 |
|
16 | 2024-11-14T03:59:59.732Z | starting task 1: "rust-toolchain" |
17 | 2024-11-14T03:59:59.738Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-14T03:59:59.738Z | ' 1.81.0 |
19 | 2024-11-14T03:59:59.738Z | + printf ' * toolchain profile = "%s" |
20 | 2024-11-14T03:59:59.738Z | ' default |
21 | 2024-11-14T03:59:59.738Z | * toolchain channel = "1.81.0" |
22 | 2024-11-14T03:59:59.738Z | * toolchain profile = "default" |
23 | 2024-11-14T03:59:59.740Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-14T03:59:59.740Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-14T03:59:59.860Z | info: downloading installer |
26 | 2024-11-14T04:00:01.424Z | info: profile set to 'default' |
27 | 2024-11-14T04:00:01.424Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-14T04:00:01.432Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-14T04:00:01.564Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-14T04:00:01.564Z | info: downloading component 'cargo' |
31 | 2024-11-14T04:00:02.253Z | info: downloading component 'clippy' |
32 | 2024-11-14T04:00:02.510Z | info: downloading component 'rust-docs' |
33 | 2024-11-14T04:00:03.500Z | info: downloading component 'rust-std' |
34 | 2024-11-14T04:00:04.941Z | info: downloading component 'rustc' |
35 | 2024-11-14T04:00:10.189Z | info: downloading component 'rustfmt' |
36 | 2024-11-14T04:00:10.399Z | info: installing component 'cargo' |
37 | 2024-11-14T04:00:11.228Z | info: installing component 'clippy' |
38 | 2024-11-14T04:00:11.627Z | info: installing component 'rust-docs' |
39 | 2024-11-14T04:00:13.254Z | info: installing component 'rust-std' |
40 | 2024-11-14T04:00:15.099Z | info: installing component 'rustc' |
41 | 2024-11-14T04:00:20.854Z | info: installing component 'rustfmt' |
42 | 2024-11-14T04:00:21.195Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-14T04:00:21.195Z | |
44 | 2024-11-14T04:00:21.558Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-14T04:00:21.558Z | |
46 | 2024-11-14T04:00:21.560Z | |
47 | 2024-11-14T04:00:21.561Z | Rust is installed now. Great! |
48 | 2024-11-14T04:00:21.561Z | |
49 | 2024-11-14T04:00:21.561Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-14T04:00:21.561Z | environment variable. This has not been done automatically. |
51 | 2024-11-14T04:00:21.561Z | |
52 | 2024-11-14T04:00:21.561Z | To configure your current shell, you need to source |
53 | 2024-11-14T04:00:21.561Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-14T04:00:21.561Z | |
55 | 2024-11-14T04:00:21.561Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-14T04:00:21.561Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-14T04:00:21.561Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-14T04:00:21.631Z | + rustc --version |
59 | 2024-11-14T04:00:21.696Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-14T04:00:21.698Z | process exited: duration 21962 ms, exit code 0 |
|
61 | 2024-11-14T04:00:21.704Z | starting task 2: "authentication" |
62 | 2024-11-14T04:00:21.725Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-11-14T04:00:21.731Z | starting task 3: "clone repository" |
64 | 2024-11-14T04:00:21.737Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-14T04:00:21.739Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-14T04:00:22.018Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-14T04:01:03.134Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-14T04:01:03.134Z | + git fetch origin 2dc6988fbf7f0ce433a44c659ab57bf28032f11e |
69 | 2024-11-14T04:01:03.844Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-14T04:01:03.844Z | * branch 2dc6988fbf7f0ce433a44c659ab57bf28032f11e -> FETCH_HEAD |
71 | 2024-11-14T04:01:03.855Z | + [[ -n sunshowers/spr/reconfigurator-introduce-a-simulator-make-cli-use-it ]] |
72 | 2024-11-14T04:01:03.858Z | ++ git branch --show-current |
73 | 2024-11-14T04:01:03.860Z | + current=main |
74 | 2024-11-14T04:01:03.861Z | + [[ main != sunshowers/spr/reconfigurator-introduce-a-simulator-make-cli-use-it ]] |
75 | 2024-11-14T04:01:03.861Z | + git branch -f sunshowers/spr/reconfigurator-introduce-a-simulator-make-cli-use-it 2dc6988fbf7f0ce433a44c659ab57bf28032f11e |
76 | 2024-11-14T04:01:03.863Z | + git checkout -f sunshowers/spr/reconfigurator-introduce-a-simulator-make-cli-use-it |
77 | 2024-11-14T04:01:04.037Z | Switched to branch 'sunshowers/spr/reconfigurator-introduce-a-simulator-make-cli-use-it' |
78 | 2024-11-14T04:01:04.040Z | + git reset --hard 2dc6988fbf7f0ce433a44c659ab57bf28032f11e |
79 | 2024-11-14T04:01:04.071Z | HEAD is now at 2dc6988fb trailing whitespace |
80 | 2024-11-14T04:01:04.075Z | process exited: duration 42335 ms, exit code 0 |
|
81 | 2024-11-14T04:01:04.081Z | starting task 4: "build" |
82 | 2024-11-14T04:01:04.087Z | + source .github/buildomat/ci-env.sh |
83 | 2024-11-14T04:01:04.087Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-11-14T04:01:04.087Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-11-14T04:01:04.087Z | + cargo --version |
86 | 2024-11-14T04:01:04.145Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-11-14T04:01:04.148Z | + rustc --version |
88 | 2024-11-14T04:01:04.207Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-11-14T04:01:04.209Z | + WORK=/work |
90 | 2024-11-14T04:01:04.209Z | + pfexec mkdir -p /work |
91 | 2024-11-14T04:01:04.214Z | + pfexec chown build /work |
92 | 2024-11-14T04:01:04.218Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2024-11-14T04:01:21.559Z | Startup: Refreshing catalog 'helios-dev' ... Done |
94 | 2024-11-14T04:01:25.269Z | Startup: Caching catalogs ... Done |
95 | 2024-11-14T04:01:33.451Z | Planning: Solver setup ... Done (7.533s) |
96 | 2024-11-14T04:01:33.555Z | Planning: Running solver ... Done (0.104s) |
97 | 2024-11-14T04:01:33.690Z | Planning: Finding local manifests ... Done (0.047s) |
98 | 2024-11-14T04:01:33.718Z | Planning: Fetching manifests: 0/5 0% complete |
99 | 2024-11-14T04:01:34.355Z | Planning: Fetching manifests: 5/5 100% complete |
100 | 2024-11-14T04:01:34.558Z | Planning: Package planning ... Done (0.202s) |
101 | 2024-11-14T04:01:34.613Z | Planning: Merging actions ... Done (0.055s) |
102 | 2024-11-14T04:01:35.172Z | Planning: Checking for conflicting actions ... Done (0.559s) |
103 | 2024-11-14T04:01:41.295Z | Planning: Consolidating action changes ... Done (6.121s) |
104 | 2024-11-14T04:01:41.662Z | Planning: Evaluating mediators ... Done (0.366s) |
105 | 2024-11-14T04:01:41.774Z | Planning: Planning completed in 16.49 seconds |
106 | 2024-11-14T04:01:42.065Z | Packages to install: 4 |
107 | 2024-11-14T04:01:42.065Z | Packages to update: 1 |
108 | 2024-11-14T04:01:42.065Z | Mediators to change: 2 |
109 | 2024-11-14T04:01:42.065Z | Services to change: 1 |
110 | 2024-11-14T04:01:42.068Z | Estimated space available: 155.64 GB |
111 | 2024-11-14T04:01:42.068Z | Estimated space to be consumed: 1.59 GB |
112 | 2024-11-14T04:01:42.068Z | Create boot environment: No |
113 | 2024-11-14T04:01:42.068Z | Create backup boot environment: Yes |
114 | 2024-11-14T04:01:42.068Z | Rebuild boot archive: No |
115 | 2024-11-14T04:01:42.068Z | |
116 | 2024-11-14T04:01:42.068Z | Changed mediators: |
117 | 2024-11-14T04:01:42.068Z | mediator clang: |
118 | 2024-11-14T04:01:42.068Z | version: None -> 15 (system default) |
119 | 2024-11-14T04:01:42.068Z | |
120 | 2024-11-14T04:01:42.068Z | mediator llvm: |
121 | 2024-11-14T04:01:42.068Z | version: 14 (system default) -> 15 (system default) |
122 | 2024-11-14T04:01:42.069Z | |
123 | 2024-11-14T04:01:42.069Z | Changed packages: |
124 | 2024-11-14T04:01:42.069Z | helios-dev |
125 | 2024-11-14T04:01:42.069Z | developer/build-essential |
126 | 2024-11-14T04:01:42.069Z | None -> 11-2.0 |
127 | 2024-11-14T04:01:42.069Z | library/libxmlsec1 |
128 | 2024-11-14T04:01:42.069Z | None -> 1.2.35-2.0 |
129 | 2024-11-14T04:01:42.069Z | ooce/developer/clang-15 |
130 | 2024-11-14T04:01:42.069Z | None -> 15.0.7-2.0 |
131 | 2024-11-14T04:01:42.069Z | ooce/developer/llvm-15 |
132 | 2024-11-14T04:01:42.069Z | None -> 15.0.7-2.0 |
133 | 2024-11-14T04:01:42.069Z | package/pkg |
134 | 2024-11-14T04:01:42.069Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
135 | 2024-11-14T04:01:42.069Z | |
136 | 2024-11-14T04:01:42.069Z | Services: |
137 | 2024-11-14T04:01:42.069Z | restart_fmri: |
138 | 2024-11-14T04:01:42.069Z | svc:/system/update-man-index:default |
139 | 2024-11-14T04:01:42.069Z | |
140 | 2024-11-14T04:01:42.069Z | Editable files to change: |
141 | 2024-11-14T04:01:42.069Z | Update: |
142 | 2024-11-14T04:01:42.069Z | usr/share/lib/pkg/web/config.shtml |
143 | 2024-11-14T04:01:42.485Z | |
144 | 2024-11-14T04:01:42.485Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
145 | 2024-11-14T04:01:47.505Z | Download: 507/4281 items 16.8/220.6MB 7% complete (3.6M/s) |
146 | 2024-11-14T04:01:52.506Z | Download: 1128/4281 items 56.6/220.6MB 25% complete (5.6M/s) |
147 | 2024-11-14T04:01:58.040Z | Download: 1195/4281 items 83.4/220.6MB 37% complete (8.1M/s) |
148 | 2024-11-14T04:02:15.752Z | Download: 1198/4281 items 83.5/220.6MB 37% complete |
149 | 2024-11-14T04:02:20.757Z | Download: 2268/4281 items 119.4/220.6MB 54% complete (7.3M/s) |
150 | 2024-11-14T04:02:25.757Z | Download: 3137/4281 items 151.2/220.6MB 68% complete (6.7M/s) |
151 | 2024-11-14T04:02:30.713Z | Download: Completed 220.60 MB in 48.22 seconds (4.6M/s) |
152 | 2024-11-14T04:02:32.753Z | Actions: 1/5063 actions (Removing old actions) |
153 | 2024-11-14T04:02:32.771Z | Actions: 194/5063 actions (Installing new actions) |
154 | 2024-11-14T04:02:37.910Z | Actions: 4084/5063 actions (Installing new actions) |
155 | 2024-11-14T04:02:38.471Z | Actions: 4226/5063 actions (Updating modified actions) |
156 | 2024-11-14T04:02:38.842Z | Actions: Completed 5063 actions in 6.09 seconds. |
157 | 2024-11-14T04:02:39.212Z | Done (0.363s) |
158 | 2024-11-14T04:02:39.215Z | Done (0.000s) |
159 | 2024-11-14T04:02:39.727Z | Done (0.514s) |
160 | 2024-11-14T04:02:45.142Z | Done (5.198s) |
161 | 2024-11-14T04:02:45.426Z | Done (0.209s) |
162 | 2024-11-14T04:02:45.429Z | Done (0.000s) |
163 | 2024-11-14T04:02:45.585Z | Done (0.000s) |
164 | 2024-11-14T04:02:46.248Z | Planning: Evaluating mediator changes ... Done |
165 | 2024-11-14T04:02:46.407Z | Planning: Checking for conflicting actions ... Done |
166 | 2024-11-14T04:02:46.409Z | Planning: Consolidating action changes ... Done |
167 | 2024-11-14T04:02:46.677Z | Planning: Evaluating mediators ... Done |
168 | 2024-11-14T04:02:46.679Z | Planning: Planning completed in 0.43 seconds |
169 | 2024-11-14T04:02:46.715Z | Mediators to change: 2 |
170 | 2024-11-14T04:02:46.715Z | Create boot environment: No |
171 | 2024-11-14T04:02:46.715Z | Create backup boot environment: No |
172 | 2024-11-14T04:02:46.794Z | Done |
173 | 2024-11-14T04:02:46.794Z | Done |
174 | 2024-11-14T04:02:47.145Z | Done |
175 | 2024-11-14T04:02:50.675Z | Done |
176 | 2024-11-14T04:02:50.767Z | Done |
177 | 2024-11-14T04:02:50.770Z | Done |
178 | 2024-11-14T04:02:51.009Z | Done |
179 | 2024-11-14T04:02:51.620Z | Planning: Evaluating mediator changes ... Done |
180 | 2024-11-14T04:02:51.623Z | Planning: Merging actions ... Done |
181 | 2024-11-14T04:02:51.811Z | Planning: Checking for conflicting actions ... Done |
182 | 2024-11-14T04:02:51.822Z | Planning: Consolidating action changes ... Done |
183 | 2024-11-14T04:02:52.075Z | Planning: Evaluating mediators ... Done |
184 | 2024-11-14T04:02:52.131Z | Planning: Planning completed in 0.75 seconds |
185 | 2024-11-14T04:02:52.170Z | Packages to change: 1 |
186 | 2024-11-14T04:02:52.173Z | Mediators to change: 1 |
187 | 2024-11-14T04:02:52.173Z | Services to change: 1 |
188 | 2024-11-14T04:02:52.173Z | Create boot environment: No |
189 | 2024-11-14T04:02:52.173Z | Create backup boot environment: Yes |
190 | 2024-11-14T04:02:54.191Z | Actions: 1/6 actions (Updating modified actions) |
191 | 2024-11-14T04:02:54.235Z | Actions: Completed 6 actions in 0.04 seconds. |
192 | 2024-11-14T04:02:54.238Z | Done |
193 | 2024-11-14T04:02:54.238Z | Done |
194 | 2024-11-14T04:02:54.335Z | Done |
195 | 2024-11-14T04:02:57.980Z | Done |
196 | 2024-11-14T04:02:58.069Z | Done |
197 | 2024-11-14T04:02:58.072Z | Done |
198 | 2024-11-14T04:02:58.192Z | Done |
199 | 2024-11-14T04:02:58.628Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
200 | 2024-11-14T04:02:58.628Z | clang system 15 system |
201 | 2024-11-14T04:02:58.628Z | csh system system illumos |
202 | 2024-11-14T04:02:58.628Z | ctags system system illumos |
203 | 2024-11-14T04:02:58.628Z | gcc vendor 12 vendor |
204 | 2024-11-14T04:02:58.628Z | gcc system 10 system |
205 | 2024-11-14T04:02:58.628Z | gcc system 7 system |
206 | 2024-11-14T04:02:58.628Z | go system 1.20 system |
207 | 2024-11-14T04:02:58.628Z | go system 1.19 system |
208 | 2024-11-14T04:02:58.628Z | llvm system 15 system |
209 | 2024-11-14T04:02:58.628Z | llvm system 14 system |
210 | 2024-11-14T04:02:58.628Z | mariadb system 10.6 system |
211 | 2024-11-14T04:02:58.628Z | mta vendor vendor dma |
212 | 2024-11-14T04:02:58.628Z | openjdk system 17 system |
213 | 2024-11-14T04:02:58.628Z | openjdk system 11 system |
214 | 2024-11-14T04:02:58.628Z | openjdk system 1.8 system |
215 | 2024-11-14T04:02:58.629Z | openssl vendor 3 vendor |
216 | 2024-11-14T04:02:58.629Z | perl system 5.36 system |
217 | 2024-11-14T04:02:58.629Z | postgresql system 15 system |
218 | 2024-11-14T04:02:58.629Z | postgresql system 13 system |
219 | 2024-11-14T04:02:58.629Z | python vendor 3 vendor |
220 | 2024-11-14T04:02:58.629Z | python system 2 system |
221 | 2024-11-14T04:02:58.629Z | python3 system 3.11 system |
222 | 2024-11-14T04:02:58.629Z | ruby system 3.0 system |
223 | 2024-11-14T04:02:58.629Z | words vendor vendor american-english |
224 | 2024-11-14T04:02:58.629Z | words system system australian-english |
225 | 2024-11-14T04:02:58.629Z | words system system british-english |
226 | 2024-11-14T04:02:58.629Z | words system system canadian-english |
227 | 2024-11-14T04:02:58.629Z | words system system french |
228 | 2024-11-14T04:02:58.629Z | words system system italian |
229 | 2024-11-14T04:02:58.629Z | words system system ngerman |
230 | 2024-11-14T04:02:58.629Z | words system system ogerman |
231 | 2024-11-14T04:02:58.630Z | words system system spanish |
232 | 2024-11-14T04:02:58.953Z | PUBLISHER TYPE STATUS P LOCATION |
233 | 2024-11-14T04:02:58.953Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
234 | 2024-11-14T04:03:01.461Z | FMRI IFO |
235 | 2024-11-14T04:03:01.461Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
236 | 2024-11-14T04:03:01.461Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
237 | 2024-11-14T04:03:01.461Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
238 | 2024-11-14T04:03:01.461Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
239 | 2024-11-14T04:03:01.461Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
240 | 2024-11-14T04:03:01.461Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
241 | 2024-11-14T04:03:01.461Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
242 | 2024-11-14T04:03:01.461Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
243 | 2024-11-14T04:03:01.461Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
244 | 2024-11-14T04:03:01.462Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
245 | 2024-11-14T04:03:01.462Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
246 | 2024-11-14T04:03:01.462Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
247 | 2024-11-14T04:03:01.462Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
248 | 2024-11-14T04:03:01.462Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
249 | 2024-11-14T04:03:01.462Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
250 | 2024-11-14T04:03:02.187Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
251 | 2024-11-14T04:03:02.899Z | Updating crates.io index |
252 | 2024-11-14T04:03:02.903Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
253 | 2024-11-14T04:03:04.806Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
254 | 2024-11-14T04:03:05.538Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
255 | 2024-11-14T04:03:06.132Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
256 | 2024-11-14T04:03:06.753Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
257 | 2024-11-14T04:03:10.404Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
258 | 2024-11-14T04:03:15.749Z | Updating git repository `https://github.com/oxidecomputer/opte` |
259 | 2024-11-14T04:03:18.443Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
260 | 2024-11-14T04:03:21.975Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
261 | 2024-11-14T04:03:22.679Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
262 | 2024-11-14T04:03:23.447Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
263 | 2024-11-14T04:03:24.853Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
264 | 2024-11-14T04:03:25.505Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
265 | 2024-11-14T04:03:26.390Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
266 | 2024-11-14T04:03:26.995Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
267 | 2024-11-14T04:03:27.546Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
268 | 2024-11-14T04:03:28.144Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
269 | 2024-11-14T04:03:28.842Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
270 | 2024-11-14T04:03:29.783Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
271 | 2024-11-14T04:03:30.435Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
272 | 2024-11-14T04:03:31.133Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
273 | 2024-11-14T04:03:32.207Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
274 | 2024-11-14T04:03:32.766Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
275 | 2024-11-14T04:03:33.713Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
276 | 2024-11-14T04:03:34.815Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
277 | 2024-11-14T04:03:35.420Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
278 | 2024-11-14T04:03:36.108Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
279 | 2024-11-14T04:03:37.818Z | Downloading crates ... |
280 | 2024-11-14T04:03:37.914Z | Downloaded block-buffer v0.10.4 |
281 | 2024-11-14T04:03:37.921Z | Downloaded anyhow v1.0.93 |
282 | 2024-11-14T04:03:37.928Z | Downloaded camino v1.1.9 |
283 | 2024-11-14T04:03:37.932Z | Downloaded generic-array v0.14.7 |
284 | 2024-11-14T04:03:37.935Z | Downloaded smawk v0.3.2 |
285 | 2024-11-14T04:03:37.938Z | Downloaded memmap v0.7.0 |
286 | 2024-11-14T04:03:37.943Z | Downloaded is_terminal_polyfill v1.70.1 |
287 | 2024-11-14T04:03:37.943Z | Downloaded errno v0.3.9 |
288 | 2024-11-14T04:03:37.943Z | Downloaded anstyle v1.0.10 |
289 | 2024-11-14T04:03:37.947Z | Downloaded dof v0.3.0 |
290 | 2024-11-14T04:03:37.947Z | Downloaded toml_datetime v0.6.8 |
291 | 2024-11-14T04:03:37.947Z | Downloaded heck v0.4.1 |
292 | 2024-11-14T04:03:37.951Z | Downloaded fs-err v2.11.0 |
293 | 2024-11-14T04:03:37.951Z | Downloaded ucd-trie v0.1.7 |
294 | 2024-11-14T04:03:37.954Z | Downloaded thiserror-impl v1.0.69 |
295 | 2024-11-14T04:03:37.954Z | Downloaded usdt-impl v0.5.0 |
296 | 2024-11-14T04:03:37.954Z | Downloaded terminal_size v0.4.0 |
297 | 2024-11-14T04:03:37.956Z | Downloaded proc-macro-error v1.0.4 |
298 | 2024-11-14T04:03:37.959Z | Downloaded semver v1.0.23 |
299 | 2024-11-14T04:03:37.962Z | Downloaded swrite v0.1.0 |
300 | 2024-11-14T04:03:37.962Z | Downloaded ryu v1.0.18 |
301 | 2024-11-14T04:03:37.967Z | Downloaded zerocopy-derive v0.7.35 |
302 | 2024-11-14T04:03:37.971Z | Downloaded cfg-if v1.0.0 |
303 | 2024-11-14T04:03:37.971Z | Downloaded pest_meta v2.7.14 |
304 | 2024-11-14T04:03:37.991Z | Downloaded version_check v0.9.5 |
305 | 2024-11-14T04:03:37.991Z | Downloaded serde_json v1.0.132 |
306 | 2024-11-14T04:03:37.996Z | Downloaded tabled v0.15.0 |
307 | 2024-11-14T04:03:37.999Z | Downloaded plain v0.2.3 |
308 | 2024-11-14T04:03:37.999Z | Downloaded crypto-common v0.1.6 |
309 | 2024-11-14T04:03:37.999Z | Downloaded clap_lex v0.7.2 |
310 | 2024-11-14T04:03:37.999Z | Downloaded camino-tempfile v1.1.1 |
311 | 2024-11-14T04:03:38.002Z | Downloaded autocfg v1.4.0 |
312 | 2024-11-14T04:03:38.002Z | Downloaded anstyle-query v1.1.1 |
313 | 2024-11-14T04:03:38.005Z | Downloaded anstyle-parse v0.2.5 |
314 | 2024-11-14T04:03:38.007Z | Downloaded clap v4.5.20 |
315 | 2024-11-14T04:03:38.014Z | Downloaded hashbrown v0.15.0 |
316 | 2024-11-14T04:03:38.019Z | Downloaded anstream v0.6.15 |
317 | 2024-11-14T04:03:38.022Z | Downloaded fnv v1.0.7 |
318 | 2024-11-14T04:03:38.025Z | Downloaded dtrace-parser v0.2.0 |
319 | 2024-11-14T04:03:38.025Z | Downloaded digest v0.10.7 |
320 | 2024-11-14T04:03:38.029Z | Downloaded colorchoice v1.0.2 |
321 | 2024-11-14T04:03:38.029Z | Downloaded equivalent v1.0.1 |
322 | 2024-11-14T04:03:38.029Z | Downloaded cargo_metadata v0.18.1 |
323 | 2024-11-14T04:03:38.032Z | Downloaded bytecount v0.6.8 |
324 | 2024-11-14T04:03:38.032Z | Downloaded bitflags v2.6.0 |
325 | 2024-11-14T04:03:38.035Z | Downloaded strsim v0.11.1 |
326 | 2024-11-14T04:03:38.039Z | Downloaded scroll_derive v0.12.0 |
327 | 2024-11-14T04:03:38.039Z | Downloaded proc-macro-error-attr v1.0.4 |
328 | 2024-11-14T04:03:38.039Z | Downloaded byteorder v1.5.0 |
329 | 2024-11-14T04:03:38.043Z | Downloaded usdt-macro v0.5.0 |
330 | 2024-11-14T04:03:38.043Z | Downloaded pretty-hex v0.4.1 |
331 | 2024-11-14T04:03:38.043Z | Downloaded cargo-platform v0.1.8 |
332 | 2024-11-14T04:03:38.043Z | Downloaded log v0.4.22 |
333 | 2024-11-14T04:03:38.049Z | Downloaded quote v1.0.37 |
334 | 2024-11-14T04:03:38.052Z | Downloaded itoa v1.0.11 |
335 | 2024-11-14T04:03:38.052Z | Downloaded heck v0.5.0 |
336 | 2024-11-14T04:03:38.052Z | Downloaded fastrand v2.1.1 |
337 | 2024-11-14T04:03:38.052Z | Downloaded cpufeatures v0.2.14 |
338 | 2024-11-14T04:03:38.054Z | Downloaded pest_generator v2.7.14 |
339 | 2024-11-14T04:03:38.055Z | Downloaded usdt-attr-macro v0.5.0 |
340 | 2024-11-14T04:03:38.055Z | Downloaded tabled_derive v0.7.0 |
341 | 2024-11-14T04:03:38.057Z | Downloaded sha2 v0.10.8 |
342 | 2024-11-14T04:03:38.057Z | Downloaded clap_derive v4.5.18 |
343 | 2024-11-14T04:03:38.060Z | Downloaded thread-id v4.2.2 |
344 | 2024-11-14T04:03:38.064Z | Downloaded utf8parse v0.2.2 |
345 | 2024-11-14T04:03:38.064Z | Downloaded usdt v0.5.0 |
346 | 2024-11-14T04:03:38.064Z | Downloaded unicode-linebreak v0.1.5 |
347 | 2024-11-14T04:03:38.066Z | Downloaded pest_derive v2.7.14 |
348 | 2024-11-14T04:03:38.071Z | Downloaded once_cell v1.20.2 |
349 | 2024-11-14T04:03:38.073Z | Downloaded macaddr v1.0.1 |
350 | 2024-11-14T04:03:38.076Z | Downloaded serde_tokenstream v0.2.2 |
351 | 2024-11-14T04:03:38.076Z | Downloaded scroll v0.12.0 |
352 | 2024-11-14T04:03:38.081Z | Downloaded thiserror v1.0.69 |
353 | 2024-11-14T04:03:38.088Z | Downloaded serde_derive v1.0.215 |
354 | 2024-11-14T04:03:38.090Z | Downloaded cargo_toml v0.20.5 |
355 | 2024-11-14T04:03:38.097Z | Downloaded tempfile v3.13.0 |
356 | 2024-11-14T04:03:38.102Z | Downloaded unicode-ident v1.0.13 |
357 | 2024-11-14T04:03:38.104Z | Downloaded serde_spanned v0.6.8 |
358 | 2024-11-14T04:03:38.104Z | Downloaded proc-macro2 v1.0.89 |
359 | 2024-11-14T04:03:38.104Z | Downloaded typenum v1.17.0 |
360 | 2024-11-14T04:03:38.112Z | Downloaded toml v0.8.19 |
361 | 2024-11-14T04:03:38.114Z | Downloaded textwrap v0.16.1 |
362 | 2024-11-14T04:03:38.118Z | Downloaded papergrid v0.11.0 |
363 | 2024-11-14T04:03:38.124Z | Downloaded serde v1.0.215 |
364 | 2024-11-14T04:03:38.126Z | Downloaded indexmap v2.6.0 |
365 | 2024-11-14T04:03:38.133Z | Downloaded goblin v0.8.2 |
366 | 2024-11-14T04:03:38.136Z | Downloaded toml_edit v0.22.22 |
367 | 2024-11-14T04:03:38.159Z | Downloaded memchr v2.7.4 |
368 | 2024-11-14T04:03:38.163Z | Downloaded clap_builder v4.5.20 |
369 | 2024-11-14T04:03:38.171Z | Downloaded pest v2.7.14 |
370 | 2024-11-14T04:03:38.178Z | Downloaded zerocopy v0.7.35 |
371 | 2024-11-14T04:03:38.198Z | Downloaded winnow v0.6.20 |
372 | 2024-11-14T04:03:38.215Z | Downloaded syn v1.0.109 |
373 | 2024-11-14T04:03:38.227Z | Downloaded unicode-width v0.1.14 |
374 | 2024-11-14T04:03:38.232Z | Downloaded syn v2.0.87 |
375 | 2024-11-14T04:03:38.243Z | Downloaded rustix v0.38.37 |
376 | 2024-11-14T04:03:38.287Z | Downloaded libc v0.2.162 |
377 | 2024-11-14T04:03:38.580Z | Compiling proc-macro2 v1.0.89 |
378 | 2024-11-14T04:03:38.580Z | Compiling unicode-ident v1.0.13 |
379 | 2024-11-14T04:03:38.583Z | Compiling serde v1.0.215 |
380 | 2024-11-14T04:03:38.583Z | Compiling version_check v0.9.5 |
381 | 2024-11-14T04:03:38.583Z | Compiling thiserror v1.0.69 |
382 | 2024-11-14T04:03:38.583Z | Compiling memchr v2.7.4 |
383 | 2024-11-14T04:03:38.583Z | Compiling libc v0.2.162 |
384 | 2024-11-14T04:03:38.583Z | Compiling itoa v1.0.11 |
385 | 2024-11-14T04:03:38.856Z | Compiling ryu v1.0.18 |
386 | 2024-11-14T04:03:38.926Z | Compiling ucd-trie v0.1.7 |
387 | 2024-11-14T04:03:39.192Z | Compiling once_cell v1.20.2 |
388 | 2024-11-14T04:03:39.451Z | Compiling byteorder v1.5.0 |
389 | 2024-11-14T04:03:39.785Z | Compiling rustix v0.38.37 |
390 | 2024-11-14T04:03:39.917Z | Compiling serde_json v1.0.132 |
391 | 2024-11-14T04:03:40.436Z | Compiling bitflags v2.6.0 |
392 | 2024-11-14T04:03:40.457Z | Compiling proc-macro-error-attr v1.0.4 |
393 | 2024-11-14T04:03:40.562Z | Compiling usdt-impl v0.5.0 |
394 | 2024-11-14T04:03:40.608Z | Compiling syn v1.0.109 |
395 | 2024-11-14T04:03:40.721Z | Compiling proc-macro-error v1.0.4 |
396 | 2024-11-14T04:03:40.815Z | Compiling log v0.4.22 |
397 | 2024-11-14T04:03:40.840Z | Compiling camino v1.1.9 |
398 | 2024-11-14T04:03:40.967Z | Compiling hashbrown v0.15.0 |
399 | 2024-11-14T04:03:41.002Z | Compiling equivalent v1.0.1 |
400 | 2024-11-14T04:03:41.108Z | Compiling utf8parse v0.2.2 |
401 | 2024-11-14T04:03:41.212Z | Compiling thread-id v4.2.2 |
402 | 2024-11-14T04:03:41.266Z | Compiling plain v0.2.3 |
403 | 2024-11-14T04:03:41.290Z | Compiling anstyle-parse v0.2.5 |
404 | 2024-11-14T04:03:41.421Z | Compiling quote v1.0.37 |
405 | 2024-11-14T04:03:41.464Z | Compiling is_terminal_polyfill v1.70.1 |
406 | 2024-11-14T04:03:41.564Z | Compiling anstyle-query v1.1.1 |
407 | 2024-11-14T04:03:41.590Z | Compiling colorchoice v1.0.2 |
408 | 2024-11-14T04:03:41.614Z | Compiling unicode-width v0.1.14 |
409 | 2024-11-14T04:03:41.656Z | Compiling semver v1.0.23 |
410 | 2024-11-14T04:03:41.715Z | Compiling errno v0.3.9 |
411 | 2024-11-14T04:03:41.738Z | Compiling anstyle v1.0.10 |
412 | 2024-11-14T04:03:41.946Z | Compiling syn v2.0.87 |
413 | 2024-11-14T04:03:42.120Z | Compiling indexmap v2.6.0 |
414 | 2024-11-14T04:03:42.144Z | Compiling pretty-hex v0.4.1 |
415 | 2024-11-14T04:03:42.188Z | Compiling autocfg v1.4.0 |
416 | 2024-11-14T04:03:42.191Z | Compiling winnow v0.6.20 |
417 | 2024-11-14T04:03:42.448Z | Compiling anstream v0.6.15 |
418 | 2024-11-14T04:03:43.384Z | Compiling fs-err v2.11.0 |
419 | 2024-11-14T04:03:43.465Z | Compiling fastrand v2.1.1 |
420 | 2024-11-14T04:03:43.469Z | Compiling heck v0.5.0 |
421 | 2024-11-14T04:03:43.665Z | Compiling fnv v1.0.7 |
422 | 2024-11-14T04:03:43.810Z | Compiling clap_lex v0.7.2 |
423 | 2024-11-14T04:03:43.950Z | Compiling cfg-if v1.0.0 |
424 | 2024-11-14T04:03:44.009Z | Compiling anyhow v1.0.93 |
425 | 2024-11-14T04:03:44.045Z | Compiling heck v0.4.1 |
426 | 2024-11-14T04:03:44.069Z | Compiling bytecount v0.6.8 |
427 | 2024-11-14T04:03:44.284Z | Compiling terminal_size v0.4.0 |
428 | 2024-11-14T04:03:44.309Z | Compiling strsim v0.11.1 |
429 | 2024-11-14T04:03:44.499Z | Compiling papergrid v0.11.0 |
430 | 2024-11-14T04:03:44.542Z | Compiling tempfile v3.13.0 |
431 | 2024-11-14T04:03:44.931Z | Compiling clap_builder v4.5.20 |
432 | 2024-11-14T04:03:45.234Z | Compiling memmap v0.7.0 |
433 | 2024-11-14T04:03:45.408Z | Compiling smawk v0.3.2 |
434 | 2024-11-14T04:03:45.586Z | Compiling unicode-linebreak v0.1.5 |
435 | 2024-11-14T04:03:46.024Z | Compiling textwrap v0.16.1 |
436 | 2024-11-14T04:03:46.079Z | Compiling swrite v0.1.0 |
437 | 2024-11-14T04:03:47.565Z | Compiling tabled_derive v0.7.0 |
438 | 2024-11-14T04:03:48.931Z | Compiling tabled v0.15.0 |
439 | 2024-11-14T04:03:50.814Z | Compiling serde_derive v1.0.215 |
440 | 2024-11-14T04:03:50.814Z | Compiling thiserror-impl v1.0.69 |
441 | 2024-11-14T04:03:50.817Z | Compiling zerocopy-derive v0.7.35 |
442 | 2024-11-14T04:03:50.817Z | Compiling scroll_derive v0.12.0 |
443 | 2024-11-14T04:03:50.817Z | Compiling clap_derive v4.5.18 |
444 | 2024-11-14T04:03:51.911Z | Compiling scroll v0.12.0 |
445 | 2024-11-14T04:03:52.430Z | Compiling goblin v0.8.2 |
446 | 2024-11-14T04:03:52.603Z | Compiling zerocopy v0.7.35 |
447 | 2024-11-14T04:03:53.689Z | Compiling pest v2.7.14 |
448 | 2024-11-14T04:03:54.748Z | Compiling clap v4.5.20 |
449 | 2024-11-14T04:03:55.797Z | Compiling pest_meta v2.7.14 |
450 | 2024-11-14T04:03:56.633Z | Compiling pest_generator v2.7.14 |
451 | 2024-11-14T04:03:58.648Z | Compiling pest_derive v2.7.14 |
452 | 2024-11-14T04:03:59.344Z | Compiling dtrace-parser v0.2.0 |
453 | 2024-11-14T04:04:00.818Z | Compiling serde_tokenstream v0.2.2 |
454 | 2024-11-14T04:04:01.006Z | Compiling serde_spanned v0.6.8 |
455 | 2024-11-14T04:04:01.006Z | Compiling toml_datetime v0.6.8 |
456 | 2024-11-14T04:04:01.104Z | Compiling cargo-platform v0.1.8 |
457 | 2024-11-14T04:04:01.388Z | Compiling toml_edit v0.22.22 |
458 | 2024-11-14T04:04:01.420Z | Compiling macaddr v1.0.1 |
459 | 2024-11-14T04:04:01.741Z | Compiling camino-tempfile v1.1.1 |
460 | 2024-11-14T04:04:02.321Z | Compiling dof v0.3.0 |
461 | 2024-11-14T04:04:02.521Z | Compiling cargo_metadata v0.18.1 |
462 | 2024-11-14T04:04:04.076Z | Compiling usdt-attr-macro v0.5.0 |
463 | 2024-11-14T04:04:04.076Z | Compiling usdt-macro v0.5.0 |
464 | 2024-11-14T04:04:04.209Z | Compiling toml v0.8.19 |
465 | 2024-11-14T04:04:05.086Z | Compiling cargo_toml v0.20.5 |
466 | 2024-11-14T04:04:05.423Z | Compiling usdt v0.5.0 |
467 | 2024-11-14T04:04:08.574Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
468 | 2024-11-14T04:04:12.694Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s |
469 | 2024-11-14T04:04:12.961Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
470 | 2024-11-14T04:04:13.498Z | Downloading crates ... |
471 | 2024-11-14T04:04:13.625Z | Downloaded arrayvec v0.7.6 |
472 | 2024-11-14T04:04:13.636Z | Downloaded allocator-api2 v0.2.18 |
473 | 2024-11-14T04:04:13.639Z | Downloaded cfg_aliases v0.2.1 |
474 | 2024-11-14T04:04:13.643Z | Downloaded atty v0.2.14 |
475 | 2024-11-14T04:04:13.643Z | Downloaded async-recursion v1.1.1 |
476 | 2024-11-14T04:04:13.647Z | Downloaded crossbeam-deque v0.8.5 |
477 | 2024-11-14T04:04:13.650Z | Downloaded cmake v0.1.51 |
478 | 2024-11-14T04:04:13.650Z | Downloaded adler2 v2.0.0 |
479 | 2024-11-14T04:04:13.653Z | Downloaded argon2 v0.5.3 |
480 | 2024-11-14T04:04:13.655Z | Downloaded cstr-argument v0.1.2 |
481 | 2024-11-14T04:04:13.659Z | Downloaded crc v3.2.1 |
482 | 2024-11-14T04:04:13.662Z | Downloaded bzip2 v0.4.4 |
483 | 2024-11-14T04:04:13.662Z | Downloaded hickory-client v0.24.1 |
484 | 2024-11-14T04:04:13.665Z | Downloaded convert_case v0.4.0 |
485 | 2024-11-14T04:04:13.668Z | Downloaded ctr v0.9.2 |
486 | 2024-11-14T04:04:13.670Z | Downloaded ipnetwork v0.20.0 |
487 | 2024-11-14T04:04:13.674Z | Downloaded inout v0.1.3 |
488 | 2024-11-14T04:04:13.674Z | Downloaded humantime v2.1.0 |
489 | 2024-11-14T04:04:13.677Z | Downloaded compact_str v0.8.0 |
490 | 2024-11-14T04:04:13.681Z | Downloaded ident_case v1.0.1 |
491 | 2024-11-14T04:04:13.683Z | Downloaded backoff v0.4.0 |
492 | 2024-11-14T04:04:13.683Z | Downloaded instant v0.1.13 |
493 | 2024-11-14T04:04:13.687Z | Downloaded ciborium v0.2.2 |
494 | 2024-11-14T04:04:13.690Z | Downloaded crucible-workspace-hack v0.1.0 |
495 | 2024-11-14T04:04:13.690Z | Downloaded bitfield v0.14.0 |
496 | 2024-11-14T04:04:13.694Z | Downloaded match_cfg v0.1.0 |
497 | 2024-11-14T04:04:13.696Z | Downloaded bb8 v0.8.5 |
498 | 2024-11-14T04:04:13.696Z | Downloaded async-trait v0.1.83 |
499 | 2024-11-14T04:04:13.700Z | Downloaded base64 v0.22.1 |
500 | 2024-11-14T04:04:13.703Z | Downloaded idna_adapter v1.2.0 |
501 | 2024-11-14T04:04:13.703Z | Downloaded httpdate v1.0.3 |
502 | 2024-11-14T04:04:13.705Z | Downloaded cipher v0.4.4 |
503 | 2024-11-14T04:04:13.705Z | Downloaded bumpalo v3.16.0 |
504 | 2024-11-14T04:04:13.710Z | Downloaded md-5 v0.10.6 |
505 | 2024-11-14T04:04:13.710Z | Downloaded const_format v0.2.33 |
506 | 2024-11-14T04:04:13.716Z | Downloaded kstat-rs v0.2.4 |
507 | 2024-11-14T04:04:13.718Z | Downloaded lru v0.12.5 |
508 | 2024-11-14T04:04:13.721Z | Downloaded http-body-util v0.1.2 |
509 | 2024-11-14T04:04:13.721Z | Downloaded managed v0.8.0 |
510 | 2024-11-14T04:04:13.725Z | Downloaded lazy_static v1.5.0 |
511 | 2024-11-14T04:04:13.728Z | Downloaded internet-checksum v0.2.1 |
512 | 2024-11-14T04:04:13.728Z | Downloaded atomicwrites v0.4.4 |
513 | 2024-11-14T04:04:13.728Z | Downloaded memmap2 v0.9.5 |
514 | 2024-11-14T04:04:13.731Z | Downloaded libloading v0.8.5 |
515 | 2024-11-14T04:04:13.734Z | Downloaded icu_locid_transform v1.5.0 |
516 | 2024-11-14T04:04:13.737Z | Downloaded hyper-staticfile v0.10.1 |
517 | 2024-11-14T04:04:13.737Z | Downloaded mime_guess v2.0.5 |
518 | 2024-11-14T04:04:13.740Z | Downloaded async-stream-impl v0.3.6 |
519 | 2024-11-14T04:04:13.743Z | Downloaded litemap v0.7.3 |
520 | 2024-11-14T04:04:13.743Z | Downloaded ascii-canvas v3.0.0 |
521 | 2024-11-14T04:04:13.749Z | Downloaded aead v0.5.2 |
522 | 2024-11-14T04:04:13.749Z | Downloaded iana-time-zone v0.1.61 |
523 | 2024-11-14T04:04:13.752Z | Downloaded scheduled-thread-pool v0.2.7 |
524 | 2024-11-14T04:04:13.752Z | Downloaded darling v0.20.10 |
525 | 2024-11-14T04:04:13.756Z | Downloaded qorb v0.2.0 |
526 | 2024-11-14T04:04:13.762Z | Downloaded cfg_aliases v0.1.1 |
527 | 2024-11-14T04:04:13.765Z | Downloaded icu_normalizer_data v1.5.0 |
528 | 2024-11-14T04:04:13.765Z | Downloaded atomic-waker v1.1.2 |
529 | 2024-11-14T04:04:13.769Z | Downloaded async-stream v0.3.6 |
530 | 2024-11-14T04:04:13.769Z | Downloaded signature v2.2.0 |
531 | 2024-11-14T04:04:13.771Z | Downloaded mockall_derive v0.13.0 |
532 | 2024-11-14T04:04:13.774Z | Downloaded addr2line v0.24.2 |
533 | 2024-11-14T04:04:13.777Z | Downloaded async-bb8-diesel v0.2.1 |
534 | 2024-11-14T04:04:13.779Z | Downloaded indexmap v1.9.3 |
535 | 2024-11-14T04:04:13.784Z | Downloaded http v1.1.0 |
536 | 2024-11-14T04:04:13.787Z | Downloaded strum_macros v0.25.3 |
537 | 2024-11-14T04:04:13.792Z | Downloaded http-range v0.1.5 |
538 | 2024-11-14T04:04:13.792Z | Downloaded cexpr v0.6.0 |
539 | 2024-11-14T04:04:13.797Z | Downloaded bit-vec v0.6.3 |
540 | 2024-11-14T04:04:13.797Z | Downloaded bitflags v1.3.2 |
541 | 2024-11-14T04:04:13.799Z | Downloaded icu_provider_macros v1.5.0 |
542 | 2024-11-14T04:04:13.799Z | Downloaded constant_time_eq v0.3.1 |
543 | 2024-11-14T04:04:13.802Z | Downloaded castaway v0.2.3 |
544 | 2024-11-14T04:04:13.805Z | Downloaded rsa v0.9.6 |
545 | 2024-11-14T04:04:13.809Z | Downloaded is_ci v1.2.0 |
546 | 2024-11-14T04:04:13.812Z | Downloaded samael v0.0.17 |
547 | 2024-11-14T04:04:13.818Z | Downloaded matches v0.1.10 |
548 | 2024-11-14T04:04:13.821Z | Downloaded hubpack_derive v0.1.1 |
549 | 2024-11-14T04:04:13.821Z | Downloaded headers-core v0.3.0 |
550 | 2024-11-14T04:04:13.821Z | Downloaded md5 v0.7.0 |
551 | 2024-11-14T04:04:13.825Z | Downloaded const_format_proc_macros v0.2.33 |
552 | 2024-11-14T04:04:13.825Z | Downloaded chrono-tz-build v0.4.0 |
553 | 2024-11-14T04:04:13.831Z | Downloaded colored v2.1.0 |
554 | 2024-11-14T04:04:13.839Z | Downloaded ciborium-ll v0.2.2 |
555 | 2024-11-14T04:04:13.839Z | Downloaded bitfield-struct v0.6.2 |
556 | 2024-11-14T04:04:13.839Z | Downloaded mirai-annotations v1.12.0 |
557 | 2024-11-14T04:04:13.839Z | Downloaded crc-catalog v2.4.0 |
558 | 2024-11-14T04:04:13.839Z | Downloaded chacha20 v0.9.1 |
559 | 2024-11-14T04:04:13.842Z | Downloaded termtree v0.4.1 |
560 | 2024-11-14T04:04:13.842Z | Downloaded stable_deref_trait v1.2.0 |
561 | 2024-11-14T04:04:13.842Z | Downloaded slog-envlogger v2.2.0 |
562 | 2024-11-14T04:04:13.842Z | Downloaded buf-list v1.0.3 |
563 | 2024-11-14T04:04:13.844Z | Downloaded indent_write v2.2.0 |
564 | 2024-11-14T04:04:13.844Z | Downloaded cbc v0.1.2 |
565 | 2024-11-14T04:04:13.847Z | Downloaded bcrypt-pbkdf v0.10.0 |
566 | 2024-11-14T04:04:13.847Z | Downloaded indoc v1.0.9 |
567 | 2024-11-14T04:04:13.850Z | Downloaded bitvec v1.0.1 |
568 | 2024-11-14T04:04:13.868Z | Downloaded diesel_table_macro_syntax v0.2.0 |
569 | 2024-11-14T04:04:13.870Z | Downloaded untrusted v0.7.1 |
570 | 2024-11-14T04:04:13.871Z | Downloaded toolchain_find v0.4.0 |
571 | 2024-11-14T04:04:13.873Z | Downloaded libsw v3.3.1 |
572 | 2024-11-14T04:04:13.873Z | Downloaded lazycell v1.3.0 |
573 | 2024-11-14T04:04:13.876Z | Downloaded foreign-types-macros v0.2.3 |
574 | 2024-11-14T04:04:13.876Z | Downloaded quick-error v1.2.3 |
575 | 2024-11-14T04:04:13.879Z | Downloaded cookie_store v0.21.0 |
576 | 2024-11-14T04:04:13.882Z | Downloaded write16 v1.0.0 |
577 | 2024-11-14T04:04:13.882Z | Downloaded unicase v2.7.0 |
578 | 2024-11-14T04:04:13.884Z | Downloaded serde_repr v0.1.19 |
579 | 2024-11-14T04:04:13.887Z | Downloaded rustc-hash v2.0.0 |
580 | 2024-11-14T04:04:13.887Z | Downloaded rtoolbox v0.0.2 |
581 | 2024-11-14T04:04:13.889Z | Downloaded lockfree-object-pool v0.1.6 |
582 | 2024-11-14T04:04:13.891Z | Downloaded foreign-types-shared v0.1.1 |
583 | 2024-11-14T04:04:13.895Z | Downloaded writeable v0.5.5 |
584 | 2024-11-14T04:04:13.895Z | Downloaded foreign-types-shared v0.3.1 |
585 | 2024-11-14T04:04:13.895Z | Downloaded openssl-probe v0.1.5 |
586 | 2024-11-14T04:04:13.897Z | Downloaded openssl-macros v0.1.1 |
587 | 2024-11-14T04:04:13.897Z | Downloaded tokio-macros v2.4.0 |
588 | 2024-11-14T04:04:13.902Z | Downloaded maybe-uninit v2.0.0 |
589 | 2024-11-14T04:04:13.902Z | Downloaded memoffset v0.9.1 |
590 | 2024-11-14T04:04:13.905Z | Downloaded mockall v0.13.0 |
591 | 2024-11-14T04:04:13.905Z | Downloaded cancel-safe-futures v0.1.5 |
592 | 2024-11-14T04:04:13.907Z | Downloaded zone v0.1.8 |
593 | 2024-11-14T04:04:13.910Z | Downloaded defmt-macros v0.3.9 |
594 | 2024-11-14T04:04:13.912Z | Downloaded difflib v0.4.0 |
595 | 2024-11-14T04:04:13.915Z | Downloaded clang-sys v1.8.1 |
596 | 2024-11-14T04:04:13.917Z | Downloaded arc-swap v1.7.1 |
597 | 2024-11-14T04:04:13.920Z | Downloaded progenitor-client v0.8.0 |
598 | 2024-11-14T04:04:13.923Z | Downloaded phf_shared v0.11.2 |
599 | 2024-11-14T04:04:13.923Z | Downloaded phf_shared v0.10.0 |
600 | 2024-11-14T04:04:13.925Z | Downloaded fd-lock v4.0.2 |
601 | 2024-11-14T04:04:13.927Z | Downloaded futures-task v0.3.31 |
602 | 2024-11-14T04:04:13.930Z | Downloaded httparse v1.9.5 |
603 | 2024-11-14T04:04:13.930Z | Downloaded mio v1.0.2 |
604 | 2024-11-14T04:04:13.937Z | Downloaded path-slash v0.1.5 |
605 | 2024-11-14T04:04:13.939Z | Downloaded russh-cryptovec v0.7.3 |
606 | 2024-11-14T04:04:13.942Z | Downloaded crossbeam-utils v0.8.20 |
607 | 2024-11-14T04:04:13.944Z | Downloaded jobserver v0.1.32 |
608 | 2024-11-14T04:04:13.947Z | Downloaded parse-display-derive v0.10.0 |
609 | 2024-11-14T04:04:13.947Z | Downloaded bytes v1.7.2 |
610 | 2024-11-14T04:04:13.952Z | Downloaded embedded-io v0.6.1 |
611 | 2024-11-14T04:04:13.955Z | Downloaded semver v0.1.20 |
612 | 2024-11-14T04:04:13.957Z | Downloaded dirs-sys-next v0.1.2 |
613 | 2024-11-14T04:04:13.957Z | Downloaded wyz v0.5.1 |
614 | 2024-11-14T04:04:13.958Z | Downloaded universal-hash v0.5.1 |
615 | 2024-11-14T04:04:13.961Z | Downloaded highway v1.2.0 |
616 | 2024-11-14T04:04:13.968Z | Downloaded signal-hook-tokio v0.3.1 |
617 | 2024-11-14T04:04:13.968Z | Downloaded bindgen v0.69.5 |
618 | 2024-11-14T04:04:13.976Z | Downloaded ref-cast v1.0.23 |
619 | 2024-11-14T04:04:13.979Z | Downloaded hashlink v0.9.1 |
620 | 2024-11-14T04:04:13.979Z | Downloaded hickory-resolver v0.24.1 |
621 | 2024-11-14T04:04:13.982Z | Downloaded num-rational v0.4.2 |
622 | 2024-11-14T04:04:13.984Z | Downloaded const-oid v0.9.6 |
623 | 2024-11-14T04:04:13.987Z | Downloaded icu_normalizer v1.5.0 |
624 | 2024-11-14T04:04:13.991Z | Downloaded derive_builder_macro v0.20.2 |
625 | 2024-11-14T04:04:13.994Z | Downloaded sqlparser_derive v0.2.2 |
626 | 2024-11-14T04:04:13.994Z | Downloaded icu_locid_transform_data v1.5.0 |
627 | 2024-11-14T04:04:13.997Z | Downloaded num v0.4.3 |
628 | 2024-11-14T04:04:14.003Z | Downloaded slog-bunyan v2.5.0 |
629 | 2024-11-14T04:04:14.003Z | Downloaded serde-big-array v0.5.1 |
630 | 2024-11-14T04:04:14.006Z | Downloaded base64 v0.21.7 |
631 | 2024-11-14T04:04:14.006Z | Downloaded slog-json v2.6.1 |
632 | 2024-11-14T04:04:14.008Z | Downloaded serde-hex v0.1.0 |
633 | 2024-11-14T04:04:14.008Z | Downloaded toml v0.7.8 |
634 | 2024-11-14T04:04:14.013Z | Downloaded number_prefix v0.4.0 |
635 | 2024-11-14T04:04:14.015Z | Downloaded icu_locid v1.5.0 |
636 | 2024-11-14T04:04:14.019Z | Downloaded packed_struct_codegen v0.10.1 |
637 | 2024-11-14T04:04:14.021Z | Downloaded rfc6979 v0.4.0 |
638 | 2024-11-14T04:04:14.032Z | Downloaded fatfs v0.3.6 |
639 | 2024-11-14T04:04:14.039Z | Downloaded schemars v0.8.21 |
640 | 2024-11-14T04:04:14.048Z | Downloaded float-cmp v0.9.0 |
641 | 2024-11-14T04:04:14.051Z | Downloaded backtrace v0.3.74 |
642 | 2024-11-14T04:04:14.056Z | Downloaded indicatif v0.17.8 |
643 | 2024-11-14T04:04:14.061Z | Downloaded multimap v0.10.0 |
644 | 2024-11-14T04:04:14.063Z | Downloaded hex v0.4.3 |
645 | 2024-11-14T04:04:14.063Z | Downloaded num_enum_derive v0.5.11 |
646 | 2024-11-14T04:04:14.067Z | Downloaded parking_lot_core v0.8.6 |
647 | 2024-11-14T04:04:14.071Z | Downloaded sqlformat v0.2.6 |
648 | 2024-11-14T04:04:14.071Z | Downloaded ssh-encoding v0.2.0 |
649 | 2024-11-14T04:04:14.074Z | Downloaded yoke-derive v0.7.4 |
650 | 2024-11-14T04:04:14.074Z | Downloaded parse-display v0.10.0 |
651 | 2024-11-14T04:04:14.077Z | Downloaded pin-project-lite v0.2.14 |
652 | 2024-11-14T04:04:14.080Z | Downloaded typify v0.2.0 |
653 | 2024-11-14T04:04:14.083Z | Downloaded publicsuffix v2.2.3 |
654 | 2024-11-14T04:04:14.086Z | Downloaded rpassword v7.3.1 |
655 | 2024-11-14T04:04:14.089Z | Downloaded xattr v1.3.1 |
656 | 2024-11-14T04:04:14.091Z | Downloaded tinyvec_macros v0.1.1 |
657 | 2024-11-14T04:04:14.091Z | Downloaded whoami v1.5.2 |
658 | 2024-11-14T04:04:14.095Z | Downloaded powerfmt v0.2.0 |
659 | 2024-11-14T04:04:14.095Z | Downloaded zerofrom v0.1.4 |
660 | 2024-11-14T04:04:14.097Z | Downloaded strum v0.26.3 |
661 | 2024-11-14T04:04:14.098Z | Downloaded zerovec-derive v0.10.3 |
662 | 2024-11-14T04:04:14.100Z | Downloaded thiserror-no-std v2.0.2 |
663 | 2024-11-14T04:04:14.103Z | Downloaded globset v0.4.15 |
664 | 2024-11-14T04:04:14.105Z | Downloaded fragile v2.0.0 |
665 | 2024-11-14T04:04:14.110Z | Downloaded sha1 v0.10.6 |
666 | 2024-11-14T04:04:14.112Z | Downloaded derive_builder_core v0.20.2 |
667 | 2024-11-14T04:04:14.112Z | Downloaded pin-project-internal v1.1.6 |
668 | 2024-11-14T04:04:14.116Z | Downloaded peg-runtime v0.8.3 |
669 | 2024-11-14T04:04:14.118Z | Downloaded unarray v0.1.4 |
670 | 2024-11-14T04:04:14.118Z | Downloaded string_cache v0.8.7 |
671 | 2024-11-14T04:04:14.118Z | Downloaded socket2 v0.5.7 |
672 | 2024-11-14T04:04:14.121Z | Downloaded parking_lot_core v0.9.10 |
673 | 2024-11-14T04:04:14.124Z | Downloaded group v0.13.0 |
674 | 2024-11-14T04:04:14.127Z | Downloaded gethostname v0.5.0 |
675 | 2024-11-14T04:04:14.127Z | Downloaded form_urlencoded v1.2.1 |
676 | 2024-11-14T04:04:14.129Z | Downloaded xz2 v0.1.7 |
677 | 2024-11-14T04:04:14.132Z | Downloaded num-derive v0.4.2 |
678 | 2024-11-14T04:04:14.132Z | Downloaded parking_lot v0.11.2 |
679 | 2024-11-14T04:04:14.136Z | Downloaded polyval v0.6.2 |
680 | 2024-11-14T04:04:14.140Z | Downloaded crossbeam-channel v0.5.13 |
681 | 2024-11-14T04:04:14.143Z | Downloaded derive_more v0.99.18 |
682 | 2024-11-14T04:04:14.148Z | Downloaded tungstenite v0.21.0 |
683 | 2024-11-14T04:04:14.151Z | Downloaded futures-core v0.3.31 |
684 | 2024-11-14T04:04:14.154Z | Downloaded funty v2.0.0 |
685 | 2024-11-14T04:04:14.157Z | Downloaded foreign-types v0.5.0 |
686 | 2024-11-14T04:04:14.157Z | Downloaded russh-keys v0.45.0 |
687 | 2024-11-14T04:04:14.159Z | Downloaded take_mut v0.2.2 |
688 | 2024-11-14T04:04:14.162Z | Downloaded tokio-stream v0.1.16 |
689 | 2024-11-14T04:04:14.165Z | Downloaded unicode_categories v0.1.1 |
690 | 2024-11-14T04:04:14.168Z | Downloaded sync_wrapper v1.0.1 |
691 | 2024-11-14T04:04:14.171Z | Downloaded num-complex v0.4.6 |
692 | 2024-11-14T04:04:14.174Z | Downloaded shlex v1.3.0 |
693 | 2024-11-14T04:04:14.174Z | Downloaded pem-rfc7468 v0.7.0 |
694 | 2024-11-14T04:04:14.177Z | Downloaded structmeta-derive v0.2.0 |
695 | 2024-11-14T04:04:14.178Z | Downloaded shell-words v1.1.0 |
696 | 2024-11-14T04:04:14.186Z | Downloaded vsss-rs v3.3.4 |
697 | 2024-11-14T04:04:14.191Z | Downloaded rand_seeder v0.3.0 |
698 | 2024-11-14T04:04:14.191Z | Downloaded rand_chacha v0.3.1 |
699 | 2024-11-14T04:04:14.191Z | Downloaded yoke v0.7.4 |
700 | 2024-11-14T04:04:14.192Z | Downloaded rustfmt-wrapper v0.2.1 |
701 | 2024-11-14T04:04:14.192Z | Downloaded yasna v0.5.2 |
702 | 2024-11-14T04:04:14.196Z | Downloaded fs_extra v1.3.0 |
703 | 2024-11-14T04:04:14.196Z | Downloaded des v0.8.1 |
704 | 2024-11-14T04:04:14.198Z | Downloaded parse-size v1.1.0 |
705 | 2024-11-14T04:04:14.198Z | Downloaded zip v0.6.6 |
706 | 2024-11-14T04:04:14.201Z | Downloaded scrypt v0.11.0 |
707 | 2024-11-14T04:04:14.204Z | Downloaded scopeguard v1.2.0 |
708 | 2024-11-14T04:04:14.204Z | Downloaded schemars_derive v0.8.21 |
709 | 2024-11-14T04:04:14.207Z | Downloaded want v0.3.1 |
710 | 2024-11-14T04:04:14.209Z | Downloaded headers v0.4.0 |
711 | 2024-11-14T04:04:14.213Z | Downloaded nanorand v0.7.0 |
712 | 2024-11-14T04:04:14.216Z | Downloaded tap v1.0.1 |
713 | 2024-11-14T04:04:14.220Z | Downloaded synstructure v0.13.1 |
714 | 2024-11-14T04:04:14.220Z | Downloaded heck v0.3.3 |
715 | 2024-11-14T04:04:14.224Z | Downloaded icu_collections v1.5.0 |
716 | 2024-11-14T04:04:14.228Z | Downloaded owo-colors v4.1.0 |
717 | 2024-11-14T04:04:14.233Z | Downloaded fxhash v0.2.1 |
718 | 2024-11-14T04:04:14.233Z | Downloaded defmt v0.3.8 |
719 | 2024-11-14T04:04:14.236Z | Downloaded precomputed-hash v0.1.1 |
720 | 2024-11-14T04:04:14.236Z | Downloaded normalize-line-endings v0.3.0 |
721 | 2024-11-14T04:04:14.239Z | Downloaded dropshot_endpoint v0.12.0 |
722 | 2024-11-14T04:04:14.242Z | Downloaded quinn-udp v0.5.5 |
723 | 2024-11-14T04:04:14.244Z | Downloaded spin v0.9.8 |
724 | 2024-11-14T04:04:14.247Z | Downloaded ed25519 v2.2.3 |
725 | 2024-11-14T04:04:14.249Z | Downloaded dropshot_endpoint v0.13.0 |
726 | 2024-11-14T04:04:14.253Z | Downloaded hashbrown v0.13.2 |
727 | 2024-11-14T04:04:14.256Z | Downloaded radium v0.7.0 |
728 | 2024-11-14T04:04:14.258Z | Downloaded tls_codec_derive v0.4.1 |
729 | 2024-11-14T04:04:14.261Z | Downloaded futures v0.3.31 |
730 | 2024-11-14T04:04:14.265Z | Downloaded value-bag v1.9.0 |
731 | 2024-11-14T04:04:14.269Z | Downloaded debug-ignore v1.0.5 |
732 | 2024-11-14T04:04:14.272Z | Downloaded secrecy v0.8.0 |
733 | 2024-11-14T04:04:14.272Z | Downloaded sec1 v0.7.3 |
734 | 2024-11-14T04:04:14.274Z | Downloaded newtype_derive v0.1.6 |
735 | 2024-11-14T04:04:14.277Z | Downloaded tokio-util v0.7.12 |
736 | 2024-11-14T04:04:14.284Z | Downloaded packed_struct v0.10.1 |
737 | 2024-11-14T04:04:14.287Z | Downloaded aho-corasick v1.1.3 |
738 | 2024-11-14T04:04:14.292Z | Downloaded foreign-types v0.3.2 |
739 | 2024-11-14T04:04:14.295Z | Downloaded fallible-iterator v0.2.0 |
740 | 2024-11-14T04:04:14.295Z | Downloaded utf16_iter v1.0.5 |
741 | 2024-11-14T04:04:14.298Z | Downloaded utf-8 v0.7.6 |
742 | 2024-11-14T04:04:14.298Z | Downloaded tui-tree-widget v0.22.0 |
743 | 2024-11-14T04:04:14.301Z | Downloaded env_logger v0.11.5 |
744 | 2024-11-14T04:04:14.304Z | Downloaded reedline v0.35.0 |
745 | 2024-11-14T04:04:14.311Z | Downloaded newline-converter v0.3.0 |
746 | 2024-11-14T04:04:14.314Z | Downloaded vte_generate_state_changes v0.1.2 |
747 | 2024-11-14T04:04:14.314Z | Downloaded opaque-debug v0.3.1 |
748 | 2024-11-14T04:04:14.316Z | Downloaded hickory-server v0.24.1 |
749 | 2024-11-14T04:04:14.321Z | Downloaded fallible-iterator v0.3.0 |
750 | 2024-11-14T04:04:14.324Z | Downloaded futures-channel v0.3.31 |
751 | 2024-11-14T04:04:14.326Z | Downloaded tracing-attributes v0.1.27 |
752 | 2024-11-14T04:04:14.330Z | Downloaded display-error-chain v0.2.2 |
753 | 2024-11-14T04:04:14.334Z | Downloaded r2d2 v0.8.10 |
754 | 2024-11-14T04:04:14.334Z | Downloaded data-encoding v2.6.0 |
755 | 2024-11-14T04:04:14.336Z | Downloaded p256 v0.13.2 |
756 | 2024-11-14T04:04:14.338Z | Downloaded tinyvec v1.8.0 |
757 | 2024-11-14T04:04:14.341Z | Downloaded new_debug_unreachable v1.0.6 |
758 | 2024-11-14T04:04:14.344Z | Downloaded thread_local v1.1.8 |
759 | 2024-11-14T04:04:14.344Z | Downloaded unicode-properties v0.1.3 |
760 | 2024-11-14T04:04:14.347Z | Downloaded waitgroup v0.1.2 |
761 | 2024-11-14T04:04:14.351Z | Downloaded signal-hook-mio v0.2.4 |
762 | 2024-11-14T04:04:14.351Z | Downloaded predicates-core v1.0.8 |
763 | 2024-11-14T04:04:14.351Z | Downloaded predicates-tree v1.0.11 |
764 | 2024-11-14T04:04:14.353Z | Downloaded hashbrown v0.14.5 |
765 | 2024-11-14T04:04:14.358Z | Downloaded thiserror-impl-no-std v2.0.2 |
766 | 2024-11-14T04:04:14.361Z | Downloaded try-lock v0.2.5 |
767 | 2024-11-14T04:04:14.365Z | Downloaded psl-types v2.0.11 |
768 | 2024-11-14T04:04:14.365Z | Downloaded strum_macros v0.26.4 |
769 | 2024-11-14T04:04:14.368Z | Downloaded sct v0.7.1 |
770 | 2024-11-14T04:04:14.370Z | Downloaded glob v0.3.1 |
771 | 2024-11-14T04:04:14.373Z | Downloaded utf8_iter v1.0.4 |
772 | 2024-11-14T04:04:14.373Z | Downloaded untrusted v0.9.0 |
773 | 2024-11-14T04:04:14.376Z | Downloaded tower-service v0.3.3 |
774 | 2024-11-14T04:04:14.376Z | Downloaded simd-adler32 v0.3.7 |
775 | 2024-11-14T04:04:14.380Z | Downloaded time v0.3.36 |
776 | 2024-11-14T04:04:14.385Z | Downloaded pretty-hex v0.2.1 |
777 | 2024-11-14T04:04:14.388Z | Downloaded tracing-core v0.1.32 |
778 | 2024-11-14T04:04:14.390Z | Downloaded primeorder v0.13.6 |
779 | 2024-11-14T04:04:14.393Z | Downloaded aws-lc-rs v1.10.0 |
780 | 2024-11-14T04:04:14.403Z | Downloaded hash32 v0.2.1 |
781 | 2024-11-14T04:04:14.406Z | Downloaded wait-timeout v0.2.0 |
782 | 2024-11-14T04:04:14.407Z | Downloaded rcgen v0.12.1 |
783 | 2024-11-14T04:04:14.410Z | Downloaded prettyplease v0.2.25 |
784 | 2024-11-14T04:04:14.417Z | Downloaded openssl-sys v0.9.104 |
785 | 2024-11-14T04:04:14.421Z | Downloaded pkg-config v0.3.31 |
786 | 2024-11-14T04:04:14.424Z | Downloaded zone v0.3.0 |
787 | 2024-11-14T04:04:14.424Z | Downloaded expectorate v1.1.0 |
788 | 2024-11-14T04:04:14.427Z | Downloaded phf_codegen v0.11.2 |
789 | 2024-11-14T04:04:14.427Z | Downloaded itertools v0.10.5 |
790 | 2024-11-14T04:04:14.433Z | Downloaded foldhash v0.1.3 |
791 | 2024-11-14T04:04:14.435Z | Downloaded embedded-io v0.4.0 |
792 | 2024-11-14T04:04:14.438Z | Downloaded darling_macro v0.20.10 |
793 | 2024-11-14T04:04:14.438Z | Downloaded libxml v0.3.3 |
794 | 2024-11-14T04:04:14.444Z | Downloaded strip-ansi-escapes v0.2.0 |
795 | 2024-11-14T04:04:14.447Z | Downloaded pin-utils v0.1.0 |
796 | 2024-11-14T04:04:14.447Z | Downloaded termios v0.3.3 |
797 | 2024-11-14T04:04:14.449Z | Downloaded structmeta v0.3.0 |
798 | 2024-11-14T04:04:14.457Z | Downloaded displaydoc v0.2.5 |
799 | 2024-11-14T04:04:14.461Z | Downloaded ghash v0.5.1 |
800 | 2024-11-14T04:04:14.461Z | Downloaded libm v0.2.8 |
801 | 2024-11-14T04:04:14.464Z | Downloaded omicron-zone-package v0.11.1 |
802 | 2024-11-14T04:04:14.467Z | Downloaded heapless v0.8.0 |
803 | 2024-11-14T04:04:14.471Z | Downloaded oso-derive v0.27.3 |
804 | 2024-11-14T04:04:14.475Z | Downloaded float-ord v0.3.2 |
805 | 2024-11-14T04:04:14.475Z | Downloaded pkcs1 v0.7.5 |
806 | 2024-11-14T04:04:14.478Z | Downloaded siphasher v0.3.11 |
807 | 2024-11-14T04:04:14.478Z | Downloaded num-iter v0.1.45 |
808 | 2024-11-14T04:04:14.481Z | Downloaded num-integer v0.1.46 |
809 | 2024-11-14T04:04:14.483Z | Downloaded ron v0.8.1 |
810 | 2024-11-14T04:04:14.489Z | Downloaded vte v0.11.1 |
811 | 2024-11-14T04:04:15.495Z | Downloaded typify-macro v0.2.0 |
812 | 2024-11-14T04:04:15.495Z | Downloaded slog v2.7.0 |
813 | 2024-11-14T04:04:15.499Z | Downloaded slog-async v2.8.0 |
814 | 2024-11-14T04:04:15.499Z | Downloaded rustc_version v0.4.1 |
815 | 2024-11-14T04:04:15.499Z | Downloaded num-conv v0.1.0 |
816 | 2024-11-14T04:04:15.499Z | Downloaded enum-as-inner v0.6.1 |
817 | 2024-11-14T04:04:15.499Z | Downloaded flagset v0.4.6 |
818 | 2024-11-14T04:04:15.499Z | Downloaded topological-sort v0.2.2 |
819 | 2024-11-14T04:04:15.499Z | Downloaded tokio-native-tls v0.3.1 |
820 | 2024-11-14T04:04:15.499Z | Downloaded time-macros v0.2.18 |
821 | 2024-11-14T04:04:15.499Z | Downloaded tinystr v0.7.6 |
822 | 2024-11-14T04:04:15.499Z | Downloaded zone_cfg_derive v0.1.2 |
823 | 2024-11-14T04:04:15.499Z | Downloaded pkcs5 v0.7.1 |
824 | 2024-11-14T04:04:15.499Z | Downloaded sqlparser v0.45.0 |
825 | 2024-11-14T04:04:15.499Z | Downloaded endian-type v0.1.2 |
826 | 2024-11-14T04:04:15.500Z | Downloaded dyn-clone v1.0.17 |
827 | 2024-11-14T04:04:15.500Z | Downloaded dunce v1.0.5 |
828 | 2024-11-14T04:04:15.500Z | Downloaded num-bigint-dig v0.8.4 |
829 | 2024-11-14T04:04:15.500Z | Downloaded slog-scope v4.4.0 |
830 | 2024-11-14T04:04:15.500Z | Downloaded progenitor-macro v0.8.0 |
831 | 2024-11-14T04:04:15.500Z | Downloaded bstr v1.10.0 |
832 | 2024-11-14T04:04:15.500Z | Downloaded sync-ptr v0.1.1 |
833 | 2024-11-14T04:04:15.500Z | Downloaded nodrop v0.1.14 |
834 | 2024-11-14T04:04:15.500Z | Downloaded hyper v1.5.0 |
835 | 2024-11-14T04:04:15.500Z | Downloaded smallvec v0.6.14 |
836 | 2024-11-14T04:04:15.500Z | Downloaded pbkdf2 v0.12.2 |
837 | 2024-11-14T04:04:15.500Z | Downloaded steno v0.4.1 |
838 | 2024-11-14T04:04:15.500Z | Downloaded phf v0.11.2 |
839 | 2024-11-14T04:04:15.500Z | Downloaded nibble_vec v0.1.0 |
840 | 2024-11-14T04:04:15.500Z | Downloaded either v1.13.0 |
841 | 2024-11-14T04:04:15.500Z | Downloaded subtle v2.6.1 |
842 | 2024-11-14T04:04:15.501Z | Downloaded quinn v0.11.5 |
843 | 2024-11-14T04:04:15.501Z | Downloaded structmeta v0.2.0 |
844 | 2024-11-14T04:04:15.501Z | Downloaded smf v0.2.3 |
845 | 2024-11-14T04:04:15.501Z | Downloaded termcolor v1.4.1 |
846 | 2024-11-14T04:04:15.501Z | Downloaded zerofrom-derive v0.1.4 |
847 | 2024-11-14T04:04:15.501Z | Downloaded tracing v0.1.40 |
848 | 2024-11-14T04:04:15.501Z | Downloaded num-traits v0.2.19 |
849 | 2024-11-14T04:04:15.501Z | Downloaded quick-xml v0.33.0 |
850 | 2024-11-14T04:04:15.501Z | Downloaded unicode-xid v0.2.6 |
851 | 2024-11-14T04:04:15.501Z | Downloaded getrandom v0.2.15 |
852 | 2024-11-14T04:04:15.501Z | Downloaded rustc_version v0.1.7 |
853 | 2024-11-14T04:04:15.501Z | Downloaded deranged v0.3.11 |
854 | 2024-11-14T04:04:15.501Z | Downloaded portable-atomic v1.9.0 |
855 | 2024-11-14T04:04:15.501Z | Downloaded subprocess v0.2.9 |
856 | 2024-11-14T04:04:15.501Z | Downloaded x509-cert v0.2.5 |
857 | 2024-11-14T04:04:15.501Z | Downloaded der_derive v0.7.3 |
858 | 2024-11-14T04:04:15.501Z | Downloaded oso v0.27.3 |
859 | 2024-11-14T04:04:15.501Z | Downloaded defmt-parser v0.3.4 |
860 | 2024-11-14T04:04:15.501Z | Downloaded rustc-hash v1.1.0 |
861 | 2024-11-14T04:04:15.501Z | Downloaded password-hash v0.5.0 |
862 | 2024-11-14T04:04:15.501Z | Downloaded unicode-bidi v0.3.17 |
863 | 2024-11-14T04:04:15.501Z | Downloaded zip v2.1.3 |
864 | 2024-11-14T04:04:15.501Z | Downloaded uuid v1.11.0 |
865 | 2024-11-14T04:04:15.501Z | Downloaded smallvec v1.13.2 |
866 | 2024-11-14T04:04:15.502Z | Downloaded elliptic-curve v0.13.8 |
867 | 2024-11-14T04:04:15.502Z | Downloaded ecdsa v0.16.9 |
868 | 2024-11-14T04:04:15.502Z | Downloaded winnow v0.5.40 |
869 | 2024-11-14T04:04:15.502Z | Downloaded zeroize_derive v1.4.2 |
870 | 2024-11-14T04:04:15.502Z | Downloaded reqwest v0.12.9 |
871 | 2024-11-14T04:04:15.503Z | Downloaded zopfli v0.8.1 |
872 | 2024-11-14T04:04:15.503Z | Downloaded rayon-core v1.12.1 |
873 | 2024-11-14T04:04:15.503Z | Downloaded native-tls v0.2.12 |
874 | 2024-11-14T04:04:15.503Z | Downloaded flate2 v1.0.34 |
875 | 2024-11-14T04:04:15.503Z | Downloaded idna v0.4.0 |
876 | 2024-11-14T04:04:15.503Z | Downloaded parse-zoneinfo v0.3.1 |
877 | 2024-11-14T04:04:15.503Z | Downloaded rustls-pki-types v1.9.0 |
878 | 2024-11-14T04:04:15.503Z | Downloaded hashbrown v0.12.3 |
879 | 2024-11-14T04:04:15.503Z | Downloaded flume v0.11.1 |
880 | 2024-11-14T04:04:15.503Z | Downloaded ssh-key v0.6.6 |
881 | 2024-11-14T04:04:15.503Z | Downloaded salty v0.3.0 |
882 | 2024-11-14T04:04:15.503Z | Downloaded h2 v0.4.6 |
883 | 2024-11-14T04:04:15.503Z | Downloaded openssl v0.10.68 |
884 | 2024-11-14T04:04:15.503Z | Downloaded regex-syntax v0.6.29 |
885 | 2024-11-14T04:04:15.503Z | Downloaded curve25519-dalek v4.1.3 |
886 | 2024-11-14T04:04:15.503Z | Downloaded itertools v0.12.1 |
887 | 2024-11-14T04:04:15.503Z | Downloaded tokio-tungstenite v0.24.0 |
888 | 2024-11-14T04:04:15.503Z | Downloaded rustls-webpki v0.101.7 |
889 | 2024-11-14T04:04:15.503Z | Downloaded rayon v1.10.0 |
890 | 2024-11-14T04:04:15.503Z | Downloaded proptest v1.5.0 |
891 | 2024-11-14T04:04:15.503Z | Downloaded nom v7.1.3 |
892 | 2024-11-14T04:04:15.503Z | Downloaded quinn-proto v0.11.8 |
893 | 2024-11-14T04:04:15.503Z | Downloaded rustls v0.21.12 |
894 | 2024-11-14T04:04:15.503Z | Downloaded der v0.7.9 |
895 | 2024-11-14T04:04:15.503Z | Downloaded vcpkg v0.2.15 |
896 | 2024-11-14T04:04:15.504Z | Downloaded radix_trie v0.2.1 |
897 | 2024-11-14T04:04:15.504Z | Downloaded openapiv3 v2.0.0 |
898 | 2024-11-14T04:04:15.504Z | Downloaded dropshot v0.13.0 |
899 | 2024-11-14T04:04:15.504Z | Downloaded tough v0.19.0 |
900 | 2024-11-14T04:04:15.504Z | Downloaded p521 v0.13.3 |
901 | 2024-11-14T04:04:15.504Z | Downloaded futures-util v0.3.31 |
902 | 2024-11-14T04:04:15.504Z | Downloaded unicode-normalization v0.1.24 |
903 | 2024-11-14T04:04:15.504Z | Downloaded dropshot v0.12.0 |
904 | 2024-11-14T04:04:15.504Z | Downloaded rusqlite v0.32.1 |
905 | 2024-11-14T04:04:15.504Z | Downloaded trust-dns-proto v0.22.0 |
906 | 2024-11-14T04:04:15.504Z | Downloaded idna v0.3.0 |
907 | 2024-11-14T04:04:15.504Z | Downloaded regress v0.10.1 |
908 | 2024-11-14T04:04:15.504Z | Downloaded regex-syntax v0.8.5 |
909 | 2024-11-14T04:04:15.504Z | Downloaded object v0.30.4 |
910 | 2024-11-14T04:04:15.504Z | Downloaded lalrpop v0.19.12 |
911 | 2024-11-14T04:04:15.504Z | Downloaded idna v0.5.0 |
912 | 2024-11-14T04:04:15.504Z | Downloaded gimli v0.31.1 |
913 | 2024-11-14T04:04:15.511Z | Downloaded idna v0.2.3 |
914 | 2024-11-14T04:04:15.511Z | Downloaded zerocopy-derive v0.6.6 |
915 | 2024-11-14T04:04:15.511Z | Downloaded ratatui v0.28.1 |
916 | 2024-11-14T04:04:15.511Z | Downloaded petname v2.0.2 |
917 | 2024-11-14T04:04:15.511Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
918 | 2024-11-14T04:04:15.511Z | Downloaded regress v0.9.1 |
919 | 2024-11-14T04:04:15.511Z | Downloaded chrono-tz v0.10.0 |
920 | 2024-11-14T04:04:15.511Z | Downloaded hickory-proto v0.24.1 |
921 | 2024-11-14T04:04:15.511Z | Downloaded similar v2.6.0 |
922 | 2024-11-14T04:04:15.511Z | Downloaded p384 v0.13.0 |
923 | 2024-11-14T04:04:15.511Z | Downloaded petgraph v0.6.5 |
924 | 2024-11-14T04:04:15.511Z | Downloaded git2 v0.19.0 |
925 | 2024-11-14T04:04:15.511Z | Downloaded webpki-roots v0.26.6 |
926 | 2024-11-14T04:04:15.511Z | Downloaded nix v0.27.1 |
927 | 2024-11-14T04:04:15.511Z | Downloaded smoltcp v0.11.0 |
928 | 2024-11-14T04:04:15.511Z | Downloaded nix v0.29.0 |
929 | 2024-11-14T04:04:15.511Z | Downloaded csv v1.3.0 |
930 | 2024-11-14T04:04:15.511Z | Downloaded sha3 v0.10.8 |
931 | 2024-11-14T04:04:15.511Z | Downloaded diesel v2.2.4 |
932 | 2024-11-14T04:04:15.512Z | Downloaded regex v1.11.1 |
933 | 2024-11-14T04:04:15.512Z | Downloaded nix v0.28.0 |
934 | 2024-11-14T04:04:15.512Z | Downloaded polar-core v0.27.3 |
935 | 2024-11-14T04:04:15.512Z | Downloaded smoltcp v0.9.1 |
936 | 2024-11-14T04:04:15.512Z | Downloaded object v0.36.5 |
937 | 2024-11-14T04:04:15.512Z | Downloaded slog-stdlog v4.1.1 |
938 | 2024-11-14T04:04:15.512Z | Downloaded rustyline v14.0.0 |
939 | 2024-11-14T04:04:15.512Z | Downloaded serde_with v3.11.0 |
940 | 2024-11-14T04:04:15.512Z | Downloaded rand v0.8.5 |
941 | 2024-11-14T04:04:15.512Z | Downloaded tar v0.4.43 |
942 | 2024-11-14T04:04:15.512Z | Downloaded test-strategy v0.3.1 |
943 | 2024-11-14T04:04:15.512Z | Downloaded stringprep v0.1.5 |
944 | 2024-11-14T04:04:15.512Z | Downloaded futures-io v0.3.31 |
945 | 2024-11-14T04:04:15.512Z | Downloaded rustls v0.23.14 |
946 | 2024-11-14T04:04:15.512Z | Downloaded rustls v0.22.4 |
947 | 2024-11-14T04:04:15.512Z | Downloaded serde_path_to_error v0.1.16 |
948 | 2024-11-14T04:04:15.512Z | Downloaded url v2.5.3 |
949 | 2024-11-14T04:04:15.512Z | Downloaded itertools v0.13.0 |
950 | 2024-11-14T04:04:15.512Z | Downloaded zone_cfg_derive v0.3.0 |
951 | 2024-11-14T04:04:15.512Z | Downloaded zeroize v1.8.1 |
952 | 2024-11-14T04:04:15.512Z | Downloaded rustls-pemfile v2.2.0 |
953 | 2024-11-14T04:04:15.512Z | Downloaded half v2.4.1 |
954 | 2024-11-14T04:04:15.512Z | Downloaded num_enum v0.5.11 |
955 | 2024-11-14T04:04:15.512Z | Downloaded serde_plain v1.0.2 |
956 | 2024-11-14T04:04:15.512Z | Downloaded slab v0.4.9 |
957 | 2024-11-14T04:04:15.512Z | Downloaded serde_derive_internals v0.29.1 |
958 | 2024-11-14T04:04:15.512Z | Downloaded rustc-demangle v0.1.24 |
959 | 2024-11-14T04:04:15.512Z | Downloaded diesel_derives v2.2.3 |
960 | 2024-11-14T04:04:15.512Z | Downloaded rustls-webpki v0.102.8 |
961 | 2024-11-14T04:04:15.513Z | Downloaded sled v0.34.7 |
962 | 2024-11-14T04:04:15.513Z | Downloaded typify-impl v0.2.0 |
963 | 2024-11-14T04:04:15.513Z | Downloaded filetime v0.2.25 |
964 | 2024-11-14T04:04:15.513Z | Downloaded enum-as-inner v0.5.1 |
965 | 2024-11-14T04:04:15.513Z | Downloaded tokio-postgres v0.7.12 |
966 | 2024-11-14T04:04:15.513Z | Downloaded tiny-keccak v2.0.2 |
967 | 2024-11-14T04:04:15.513Z | Downloaded futures-executor v0.3.31 |
968 | 2024-11-14T04:04:15.513Z | Downloaded ed25519-dalek v2.1.1 |
969 | 2024-11-14T04:04:15.513Z | Downloaded pbkdf2 v0.11.0 |
970 | 2024-11-14T04:04:15.513Z | Downloaded futures-macro v0.3.31 |
971 | 2024-11-14T04:04:15.513Z | Downloaded slog-term v2.9.1 |
972 | 2024-11-14T04:04:15.513Z | Downloaded pkcs8 v0.10.2 |
973 | 2024-11-14T04:04:15.513Z | Downloaded signal-hook v0.3.17 |
974 | 2024-11-14T04:04:15.513Z | Downloaded unicode-segmentation v1.12.0 |
975 | 2024-11-14T04:04:15.513Z | Downloaded hash32 v0.3.1 |
976 | 2024-11-14T04:04:15.513Z | Downloaded tokio-tungstenite v0.23.1 |
977 | 2024-11-14T04:04:15.513Z | Downloaded heapless v0.7.17 |
978 | 2024-11-14T04:04:15.513Z | Downloaded num-bigint v0.4.6 |
979 | 2024-11-14T04:04:15.514Z | Downloaded zerovec v0.10.4 |
980 | 2024-11-14T04:04:15.514Z | Downloaded idna v1.0.3 |
981 | 2024-11-14T04:04:15.514Z | Downloaded futures-sink v0.3.31 |
982 | 2024-11-14T04:04:15.514Z | Downloaded ena v0.14.3 |
983 | 2024-11-14T04:04:15.514Z | Downloaded ref-cast-impl v1.0.23 |
984 | 2024-11-14T04:04:15.514Z | Downloaded blake3 v1.5.4 |
985 | 2024-11-14T04:04:15.520Z | Downloaded serde_with_macros v3.11.0 |
986 | 2024-11-14T04:04:15.520Z | Downloaded predicates v3.1.2 |
987 | 2024-11-14T04:04:15.520Z | Downloaded poly1305 v0.8.0 |
988 | 2024-11-14T04:04:15.524Z | Downloaded password-hash v0.4.2 |
989 | 2024-11-14T04:04:15.524Z | Downloaded olpc-cjson v0.1.4 |
990 | 2024-11-14T04:04:15.524Z | Downloaded snafu v0.8.5 |
991 | 2024-11-14T04:04:15.528Z | Downloaded russh v0.45.0 |
992 | 2024-11-14T04:04:15.532Z | Downloaded regex-automata v0.4.8 |
993 | 2024-11-14T04:04:15.553Z | Downloaded libz-sys v1.1.20 |
994 | 2024-11-14T04:04:15.571Z | Downloaded lzma-sys v0.1.20 |
995 | 2024-11-14T04:04:15.600Z | Downloaded env_logger v0.10.2 |
996 | 2024-11-14T04:04:15.603Z | Downloaded dhcproto v0.12.0 |
997 | 2024-11-14T04:04:15.606Z | Downloaded toml_edit v0.19.15 |
998 | 2024-11-14T04:04:15.621Z | Downloaded ppv-lite86 v0.2.20 |
999 | 2024-11-14T04:04:15.624Z | Downloaded tokio-rustls v0.24.1 |
1000 | 2024-11-14T04:04:15.627Z | Downloaded tokio v1.40.0 |
1001 | 2024-11-14T04:04:15.664Z | Downloaded serde_yaml v0.9.34+deprecated |
1002 | 2024-11-14T04:04:15.669Z | Downloaded vergen v8.3.2 |
1003 | 2024-11-14T04:04:15.671Z | Downloaded ron v0.7.1 |
1004 | 2024-11-14T04:04:15.675Z | Downloaded diesel-dtrace v0.3.0 |
1005 | 2024-11-14T04:04:15.677Z | Downloaded hyper-util v0.1.10 |
1006 | 2024-11-14T04:04:15.680Z | Downloaded crossterm v0.28.1 |
1007 | 2024-11-14T04:04:15.687Z | Downloaded fixedbitset v0.4.2 |
1008 | 2024-11-14T04:04:15.689Z | Downloaded supports-color v3.0.1 |
1009 | 2024-11-14T04:04:15.689Z | Downloaded downcast v0.11.0 |
1010 | 2024-11-14T04:04:15.692Z | Downloaded which v4.4.2 |
1011 | 2024-11-14T04:04:15.692Z | Downloaded unicode-truncate v1.1.0 |
1012 | 2024-11-14T04:04:15.694Z | Downloaded zerocopy v0.6.6 |
1013 | 2024-11-14T04:04:15.696Z | Downloaded minimal-lexical v0.2.1 |
1014 | 2024-11-14T04:04:15.701Z | Downloaded newtype-uuid v1.1.3 |
1015 | 2024-11-14T04:04:15.704Z | Downloaded rusty-fork v0.3.0 |
1016 | 2024-11-14T04:04:15.704Z | Downloaded rustversion v1.0.17 |
1017 | 2024-11-14T04:04:15.706Z | Downloaded term v0.7.0 |
1018 | 2024-11-14T04:04:15.709Z | Downloaded pem v3.0.4 |
1019 | 2024-11-14T04:04:15.711Z | Downloaded peg-macros v0.8.4 |
1020 | 2024-11-14T04:04:15.713Z | Downloaded parking_lot v0.12.3 |
1021 | 2024-11-14T04:04:15.713Z | Downloaded typed-path v0.9.3 |
1022 | 2024-11-14T04:04:15.720Z | Downloaded icu_properties_data v1.5.0 |
1023 | 2024-11-14T04:04:15.730Z | Downloaded hkdf v0.12.4 |
1024 | 2024-11-14T04:04:15.733Z | Downloaded dsl_auto_type v0.1.2 |
1025 | 2024-11-14T04:04:15.736Z | Downloaded postcard v1.0.10 |
1026 | 2024-11-14T04:04:15.738Z | Downloaded unsafe-libyaml v0.2.11 |
1027 | 2024-11-14T04:04:15.741Z | Downloaded tungstenite v0.24.0 |
1028 | 2024-11-14T04:04:15.744Z | Downloaded tungstenite v0.23.0 |
1029 | 2024-11-14T04:04:15.749Z | Downloaded progenitor-impl v0.8.0 |
1030 | 2024-11-14T04:04:15.751Z | Downloaded uzers v0.12.1 |
1031 | 2024-11-14T04:04:15.754Z | Downloaded tls_codec v0.4.1 |
1032 | 2024-11-14T04:04:15.754Z | Downloaded structmeta-derive v0.3.0 |
1033 | 2024-11-14T04:04:15.757Z | Downloaded postgres-types v0.2.8 |
1034 | 2024-11-14T04:04:15.759Z | Downloaded tokio-rustls v0.25.0 |
1035 | 2024-11-14T04:04:15.759Z | Downloaded peg v0.8.4 |
1036 | 2024-11-14T04:04:15.765Z | Downloaded rand_core v0.6.4 |
1037 | 2024-11-14T04:04:15.768Z | Downloaded tokio-tungstenite v0.21.0 |
1038 | 2024-11-14T04:04:15.768Z | Downloaded postgres-protocol v0.6.7 |
1039 | 2024-11-14T04:04:15.771Z | Downloaded hmac v0.12.1 |
1040 | 2024-11-14T04:04:15.771Z | Downloaded darling_core v0.20.10 |
1041 | 2024-11-14T04:04:15.776Z | Downloaded ssh-cipher v0.2.0 |
1042 | 2024-11-14T04:04:15.780Z | Downloaded spki v0.7.3 |
1043 | 2024-11-14T04:04:15.780Z | Downloaded pin-project v1.1.6 |
1044 | 2024-11-14T04:04:15.789Z | Downloaded aes v0.8.4 |
1045 | 2024-11-14T04:04:15.794Z | Downloaded snafu-derive v0.8.5 |
1046 | 2024-11-14T04:04:15.797Z | Downloaded derive-where v1.2.7 |
1047 | 2024-11-14T04:04:15.801Z | Downloaded icu_properties v1.5.1 |
1048 | 2024-11-14T04:04:15.804Z | Downloaded ff v0.13.0 |
1049 | 2024-11-14T04:04:15.809Z | Downloaded signal-hook-registry v1.4.2 |
1050 | 2024-11-14T04:04:15.809Z | Downloaded salsa20 v0.10.2 |
1051 | 2024-11-14T04:04:15.812Z | Downloaded miniz_oxide v0.8.0 |
1052 | 2024-11-14T04:04:15.812Z | Downloaded crypto-bigint v0.5.5 |
1053 | 2024-11-14T04:04:15.817Z | Downloaded twox-hash v1.6.3 |
1054 | 2024-11-14T04:04:15.821Z | Downloaded num_threads v0.1.7 |
1055 | 2024-11-14T04:04:15.821Z | Downloaded dhcproto-macros v0.1.0 |
1056 | 2024-11-14T04:04:15.821Z | Downloaded spin v0.5.2 |
1057 | 2024-11-14T04:04:15.821Z | Downloaded rand_xorshift v0.3.0 |
1058 | 2024-11-14T04:04:15.824Z | Downloaded diff v0.1.13 |
1059 | 2024-11-14T04:04:15.827Z | Downloaded chrono v0.4.38 |
1060 | 2024-11-14T04:04:15.833Z | Downloaded tokio-rustls v0.26.0 |
1061 | 2024-11-14T04:04:15.836Z | Downloaded icu_provider v1.5.0 |
1062 | 2024-11-14T04:04:15.839Z | Downloaded chacha20poly1305 v0.10.1 |
1063 | 2024-11-14T04:04:15.842Z | Downloaded progenitor v0.8.0 |
1064 | 2024-11-14T04:04:15.842Z | Downloaded proc-macro-crate v1.3.1 |
1065 | 2024-11-14T04:04:15.842Z | Downloaded phf_generator v0.11.2 |
1066 | 2024-11-14T04:04:15.845Z | Downloaded percent-encoding v2.3.1 |
1067 | 2024-11-14T04:04:15.845Z | Downloaded paste v1.0.15 |
1068 | 2024-11-14T04:04:15.850Z | Downloaded multer v3.1.0 |
1069 | 2024-11-14T04:04:15.853Z | Downloaded lock_api v0.4.12 |
1070 | 2024-11-14T04:04:15.853Z | Downloaded ipnet v2.10.1 |
1071 | 2024-11-14T04:04:15.853Z | Downloaded hyper-rustls v0.27.3 |
1072 | 2024-11-14T04:04:15.856Z | Downloaded nu-ansi-term v0.50.1 |
1073 | 2024-11-14T04:04:15.859Z | Downloaded tabwriter v1.4.0 |
1074 | 2024-11-14T04:04:15.859Z | Downloaded static_assertions v1.1.0 |
1075 | 2024-11-14T04:04:15.862Z | Downloaded base64 v0.13.1 |
1076 | 2024-11-14T04:04:15.866Z | Downloaded dirs-next v2.0.0 |
1077 | 2024-11-14T04:04:15.866Z | Downloaded derive_builder v0.20.2 |
1078 | 2024-11-14T04:04:15.868Z | Downloaded encoding_rs v0.8.34 |
1079 | 2024-11-14T04:04:15.891Z | Downloaded serde_urlencoded v0.7.1 |
1080 | 2024-11-14T04:04:15.895Z | Downloaded same-file v1.0.6 |
1081 | 2024-11-14T04:04:15.895Z | Downloaded rustls-pemfile v1.0.4 |
1082 | 2024-11-14T04:04:15.899Z | Downloaded resolv-conf v0.7.0 |
1083 | 2024-11-14T04:04:15.899Z | Downloaded instability v0.3.2 |
1084 | 2024-11-14T04:04:15.899Z | Downloaded fallible-streaming-iterator v0.1.9 |
1085 | 2024-11-14T04:04:15.899Z | Downloaded crossbeam-epoch v0.9.18 |
1086 | 2024-11-14T04:04:15.901Z | Downloaded crc32fast v1.4.2 |
1087 | 2024-11-14T04:04:15.904Z | Downloaded crc-any v2.5.0 |
1088 | 2024-11-14T04:04:15.908Z | Downloaded cookie v0.18.1 |
1089 | 2024-11-14T04:04:15.908Z | Downloaded env_filter v0.1.2 |
1090 | 2024-11-14T04:04:15.911Z | Downloaded walkdir v2.5.0 |
1091 | 2024-11-14T04:04:15.911Z | Downloaded mime v0.3.17 |
1092 | 2024-11-14T04:04:15.915Z | Downloaded blake2 v0.10.6 |
1093 | 2024-11-14T04:04:15.917Z | Downloaded csv-core v0.1.11 |
1094 | 2024-11-14T04:04:15.917Z | Downloaded maplit v1.0.2 |
1095 | 2024-11-14T04:04:15.917Z | Downloaded lru-cache v0.1.2 |
1096 | 2024-11-14T04:04:15.917Z | Downloaded strum_macros v0.24.3 |
1097 | 2024-11-14T04:04:15.920Z | Downloaded slog-dtrace v0.3.0 |
1098 | 2024-11-14T04:04:15.923Z | Downloaded linked-hash-map v0.5.6 |
1099 | 2024-11-14T04:04:15.923Z | Downloaded linear-map v1.2.0 |
1100 | 2024-11-14T04:04:15.926Z | Downloaded lalrpop-util v0.19.12 |
1101 | 2024-11-14T04:04:15.926Z | Downloaded libefi-sys v0.1.0 |
1102 | 2024-11-14T04:04:15.926Z | Downloaded console v0.15.8 |
1103 | 2024-11-14T04:04:15.929Z | Downloaded cobs v0.2.3 |
1104 | 2024-11-14T04:04:15.933Z | Downloaded keccak v0.1.5 |
1105 | 2024-11-14T04:04:15.933Z | Downloaded time-core v0.1.2 |
1106 | 2024-11-14T04:04:15.933Z | Downloaded sigpipe v0.1.3 |
1107 | 2024-11-14T04:04:15.933Z | Downloaded is-terminal v0.4.13 |
1108 | 2024-11-14T04:04:15.939Z | Downloaded hyper-tls v0.6.0 |
1109 | 2024-11-14T04:04:15.939Z | Downloaded hubpack v0.1.2 |
1110 | 2024-11-14T04:04:15.939Z | Downloaded hostname v0.4.0 |
1111 | 2024-11-14T04:04:15.940Z | Downloaded hex-literal v0.4.1 |
1112 | 2024-11-14T04:04:15.940Z | Downloaded curve25519-dalek-derive v0.1.1 |
1113 | 2024-11-14T04:04:15.942Z | Downloaded bcs v0.1.6 |
1114 | 2024-11-14T04:04:15.942Z | Downloaded hostname v0.3.1 |
1115 | 2024-11-14T04:04:15.944Z | Downloaded base64ct v1.6.0 |
1116 | 2024-11-14T04:04:15.962Z | Downloaded impl-trait-for-tuples v0.2.2 |
1117 | 2024-11-14T04:04:15.962Z | Downloaded ahash v0.8.11 |
1118 | 2024-11-14T04:04:15.962Z | Downloaded blowfish v0.9.1 |
1119 | 2024-11-14T04:04:15.962Z | Downloaded bit-set v0.5.3 |
1120 | 2024-11-14T04:04:15.962Z | Downloaded http-body v1.0.1 |
1121 | 2024-11-14T04:04:15.978Z | Downloaded crunchy v0.2.2 |
1122 | 2024-11-14T04:04:15.978Z | Downloaded ciborium-io v0.2.2 |
1123 | 2024-11-14T04:04:15.978Z | Downloaded array-init v0.0.4 |
1124 | 2024-11-14T04:04:15.978Z | Downloaded arrayref v0.3.9 |
1125 | 2024-11-14T04:04:15.978Z | Downloaded aes-gcm v0.10.3 |
1126 | 2024-11-14T04:04:15.978Z | Downloaded cc v1.1.30 |
1127 | 2024-11-14T04:04:15.978Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1128 | 2024-11-14T04:04:16.023Z | Downloaded home v0.5.9 |
1129 | 2024-11-14T04:04:16.027Z | Downloaded base16ct v0.2.0 |
1130 | 2024-11-14T04:04:16.027Z | Downloaded cassowary v0.3.0 |
1131 | 2024-11-14T04:04:16.030Z | Downloaded block-padding v0.3.3 |
1132 | 2024-11-14T04:04:16.030Z | Downloaded assert_matches v1.5.0 |
1133 | 2024-11-14T04:04:16.495Z | Downloaded ring v0.16.20 |
1134 | 2024-11-14T04:04:16.509Z | Downloaded aws-lc-sys v0.22.0 |
1135 | 2024-11-14T04:04:16.687Z | Downloaded ring v0.17.8 |
1136 | 2024-11-14T04:04:16.799Z | Downloaded libsqlite3-sys v0.30.1 |
1137 | 2024-11-14T04:04:16.983Z | Compiling serde v1.0.215 |
1138 | 2024-11-14T04:04:16.985Z | Compiling lock_api v0.4.12 |
1139 | 2024-11-14T04:04:16.986Z | Compiling scopeguard v1.2.0 |
1140 | 2024-11-14T04:04:16.986Z | Compiling value-bag v1.9.0 |
1141 | 2024-11-14T04:04:16.986Z | Compiling typenum v1.17.0 |
1142 | 2024-11-14T04:04:16.986Z | Compiling generic-array v0.14.7 |
1143 | 2024-11-14T04:04:17.177Z | Compiling syn v2.0.87 |
1144 | 2024-11-14T04:04:17.190Z | Compiling getrandom v0.2.15 |
1145 | 2024-11-14T04:04:17.339Z | Compiling subtle v2.6.1 |
1146 | 2024-11-14T04:04:17.453Z | Compiling rand_core v0.6.4 |
1147 | 2024-11-14T04:04:17.594Z | Compiling log v0.4.22 |
1148 | 2024-11-14T04:04:17.694Z | Compiling shlex v1.3.0 |
1149 | 2024-11-14T04:04:17.713Z | Compiling jobserver v0.1.32 |
1150 | 2024-11-14T04:04:17.740Z | Compiling const-oid v0.9.6 |
1151 | 2024-11-14T04:04:17.967Z | Compiling smallvec v1.13.2 |
1152 | 2024-11-14T04:04:18.011Z | Compiling spin v0.9.8 |
1153 | 2024-11-14T04:04:18.115Z | Compiling cc v1.1.30 |
1154 | 2024-11-14T04:04:18.469Z | Compiling pin-project-lite v0.2.14 |
1155 | 2024-11-14T04:04:18.531Z | Compiling rustix v0.38.37 |
1156 | 2024-11-14T04:04:18.605Z | Compiling parking_lot_core v0.9.10 |
1157 | 2024-11-14T04:04:18.609Z | Compiling futures-core v0.3.31 |
1158 | 2024-11-14T04:04:18.794Z | Compiling signal-hook-registry v1.4.2 |
1159 | 2024-11-14T04:04:18.890Z | Compiling mio v1.0.2 |
1160 | 2024-11-14T04:04:19.481Z | Compiling parking_lot v0.12.3 |
1161 | 2024-11-14T04:04:19.699Z | Compiling aho-corasick v1.1.3 |
1162 | 2024-11-14T04:04:19.775Z | Compiling either v1.13.0 |
1163 | 2024-11-14T04:04:19.793Z | Compiling regex-syntax v0.8.5 |
1164 | 2024-11-14T04:04:20.064Z | Compiling cpufeatures v0.2.14 |
1165 | 2024-11-14T04:04:20.157Z | Compiling lazy_static v1.5.0 |
1166 | 2024-11-14T04:04:20.175Z | Compiling futures-sink v0.3.31 |
1167 | 2024-11-14T04:04:20.196Z | Compiling glob v0.3.1 |
1168 | 2024-11-14T04:04:20.278Z | Compiling stable_deref_trait v1.2.0 |
1169 | 2024-11-14T04:04:20.328Z | Compiling socket2 v0.5.7 |
1170 | 2024-11-14T04:04:20.411Z | Compiling slab v0.4.9 |
1171 | 2024-11-14T04:04:20.481Z | Compiling prettyplease v0.2.25 |
1172 | 2024-11-14T04:04:20.845Z | Compiling minimal-lexical v0.2.1 |
1173 | 2024-11-14T04:04:21.156Z | Compiling libloading v0.8.5 |
1174 | 2024-11-14T04:04:21.292Z | Compiling clang-sys v1.8.1 |
1175 | 2024-11-14T04:04:21.370Z | Compiling nom v7.1.3 |
1176 | 2024-11-14T04:04:21.407Z | Compiling serde_json v1.0.132 |
1177 | 2024-11-14T04:04:21.583Z | Compiling bindgen v0.69.5 |
1178 | 2024-11-14T04:04:21.713Z | Compiling home v0.5.9 |
1179 | 2024-11-14T04:04:22.036Z | Compiling futures-channel v0.3.31 |
1180 | 2024-11-14T04:04:22.387Z | Compiling itertools v0.12.1 |
1181 | 2024-11-14T04:04:22.470Z | Compiling rustc-hash v1.1.0 |
1182 | 2024-11-14T04:04:22.628Z | Compiling foldhash v0.1.3 |
1183 | 2024-11-14T04:04:22.825Z | Compiling pin-utils v0.1.0 |
1184 | 2024-11-14T04:04:22.924Z | Compiling lazycell v1.3.0 |
1185 | 2024-11-14T04:04:22.943Z | Compiling futures-task v0.3.31 |
1186 | 2024-11-14T04:04:23.090Z | Compiling futures-io v0.3.31 |
1187 | 2024-11-14T04:04:23.293Z | Compiling allocator-api2 v0.2.18 |
1188 | 2024-11-14T04:04:23.430Z | Compiling regex-automata v0.4.8 |
1189 | 2024-11-14T04:04:24.107Z | Compiling hashbrown v0.15.0 |
1190 | 2024-11-14T04:04:25.092Z | Compiling synstructure v0.13.1 |
1191 | 2024-11-14T04:04:25.465Z | Compiling cexpr v0.6.0 |
1192 | 2024-11-14T04:04:25.559Z | Compiling cmake v0.1.51 |
1193 | 2024-11-14T04:04:26.606Z | Compiling dunce v1.0.5 |
1194 | 2024-11-14T04:04:26.681Z | Compiling pkg-config v0.3.31 |
1195 | 2024-11-14T04:04:26.742Z | Compiling tinyvec_macros v0.1.1 |
1196 | 2024-11-14T04:04:26.786Z | Compiling fs_extra v1.3.0 |
1197 | 2024-11-14T04:04:26.833Z | Compiling libm v0.2.8 |
1198 | 2024-11-14T04:04:27.200Z | Compiling tinyvec v1.8.0 |
1199 | 2024-11-14T04:04:27.256Z | Compiling num-traits v0.2.19 |
1200 | 2024-11-14T04:04:27.752Z | Compiling ring v0.17.8 |
1201 | 2024-11-14T04:04:28.242Z | Compiling base64ct v1.6.0 |
1202 | 2024-11-14T04:04:28.623Z | Compiling paste v1.0.15 |
1203 | 2024-11-14T04:04:28.736Z | Compiling unicode-normalization v0.1.24 |
1204 | 2024-11-14T04:04:28.753Z | Compiling writeable v0.5.5 |
1205 | 2024-11-14T04:04:28.842Z | Compiling unicode-bidi v0.3.17 |
1206 | 2024-11-14T04:04:28.919Z | Compiling regex v1.11.1 |
1207 | 2024-11-14T04:04:29.104Z | Compiling litemap v0.7.3 |
1208 | 2024-11-14T04:04:29.509Z | Compiling pem-rfc7468 v0.7.0 |
1209 | 2024-11-14T04:04:29.992Z | Compiling aws-lc-rs v1.10.0 |
1210 | 2024-11-14T04:04:30.205Z | Compiling flagset v0.4.6 |
1211 | 2024-11-14T04:04:30.231Z | Compiling httparse v1.9.5 |
1212 | 2024-11-14T04:04:30.418Z | Compiling tracing-core v0.1.32 |
1213 | 2024-11-14T04:04:31.029Z | Compiling icu_locid_transform_data v1.5.0 |
1214 | 2024-11-14T04:04:31.125Z | Compiling crossbeam-utils v0.8.20 |
1215 | 2024-11-14T04:04:31.554Z | Compiling percent-encoding v2.3.1 |
1216 | 2024-11-14T04:04:31.651Z | Compiling rustls-pki-types v1.9.0 |
1217 | 2024-11-14T04:04:31.778Z | Compiling icu_properties_data v1.5.0 |
1218 | 2024-11-14T04:04:31.851Z | Compiling serde_derive v1.0.215 |
1219 | 2024-11-14T04:04:31.872Z | Compiling zeroize_derive v1.4.2 |
1220 | 2024-11-14T04:04:32.032Z | Compiling zerocopy-derive v0.7.35 |
1221 | 2024-11-14T04:04:32.372Z | Compiling tokio-macros v2.4.0 |
1222 | 2024-11-14T04:04:32.648Z | Compiling zerofrom-derive v0.1.4 |
1223 | 2024-11-14T04:04:33.463Z | Compiling zeroize v1.8.1 |
1224 | 2024-11-14T04:04:33.942Z | Compiling thiserror-impl v1.0.69 |
1225 | 2024-11-14T04:04:33.962Z | Compiling yoke-derive v0.7.4 |
1226 | 2024-11-14T04:04:34.278Z | Compiling zerocopy v0.7.35 |
1227 | 2024-11-14T04:04:35.263Z | Compiling crypto-common v0.1.6 |
1228 | 2024-11-14T04:04:35.514Z | Compiling block-buffer v0.10.4 |
1229 | 2024-11-14T04:04:35.764Z | Compiling digest v0.10.7 |
1230 | 2024-11-14T04:04:35.914Z | Compiling zerovec-derive v0.10.3 |
1231 | 2024-11-14T04:04:35.985Z | Compiling futures-macro v0.3.31 |
1232 | 2024-11-14T04:04:36.235Z | Compiling hmac v0.12.1 |
1233 | 2024-11-14T04:04:36.475Z | Compiling block-padding v0.3.3 |
1234 | 2024-11-14T04:04:36.613Z | Compiling zerofrom v0.1.4 |
1235 | 2024-11-14T04:04:36.707Z | Compiling displaydoc v0.2.5 |
1236 | 2024-11-14T04:04:36.838Z | Compiling inout v0.1.3 |
1237 | 2024-11-14T04:04:37.011Z | Compiling yoke v0.7.4 |
1238 | 2024-11-14T04:04:37.109Z | Compiling cipher v0.4.4 |
1239 | 2024-11-14T04:04:37.294Z | Compiling thiserror v1.0.69 |
1240 | 2024-11-14T04:04:37.356Z | Compiling sha2 v0.10.8 |
1241 | 2024-11-14T04:04:37.436Z | Compiling ppv-lite86 v0.2.20 |
1242 | 2024-11-14T04:04:37.630Z | Compiling icu_provider_macros v1.5.0 |
1243 | 2024-11-14T04:04:37.900Z | Compiling futures-util v0.3.31 |
1244 | 2024-11-14T04:04:38.314Z | Compiling der_derive v0.7.3 |
1245 | 2024-11-14T04:04:38.373Z | Compiling rand_chacha v0.3.1 |
1246 | 2024-11-14T04:04:38.578Z | Compiling zerovec v0.10.4 |
1247 | 2024-11-14T04:04:38.795Z | Compiling tracing-attributes v0.1.27 |
1248 | 2024-11-14T04:04:40.469Z | Compiling tinystr v0.7.6 |
1249 | 2024-11-14T04:04:40.794Z | Compiling der v0.7.9 |
1250 | 2024-11-14T04:04:40.835Z | Compiling icu_collections v1.5.0 |
1251 | 2024-11-14T04:04:40.885Z | Compiling icu_locid v1.5.0 |
1252 | 2024-11-14T04:04:40.925Z | Compiling rand v0.8.5 |
1253 | 2024-11-14T04:04:42.185Z | Compiling icu_provider v1.5.0 |
1254 | 2024-11-14T04:04:42.552Z | Compiling tracing v0.1.40 |
1255 | 2024-11-14T04:04:43.080Z | Compiling icu_locid_transform v1.5.0 |
1256 | 2024-11-14T04:04:43.128Z | Compiling spki v0.7.3 |
1257 | 2024-11-14T04:04:43.285Z | Compiling salsa20 v0.10.2 |
1258 | 2024-11-14T04:04:43.305Z | Compiling pest v2.7.14 |
1259 | 2024-11-14T04:04:43.325Z | Compiling pbkdf2 v0.12.2 |
1260 | 2024-11-14T04:04:43.509Z | Compiling time-core v0.1.2 |
1261 | 2024-11-14T04:04:43.531Z | Compiling untrusted v0.9.0 |
1262 | 2024-11-14T04:04:43.556Z | Compiling vcpkg v0.2.15 |
1263 | 2024-11-14T04:04:43.695Z | Compiling num-conv v0.1.0 |
1264 | 2024-11-14T04:04:43.715Z | Compiling untrusted v0.7.1 |
1265 | 2024-11-14T04:04:43.867Z | Compiling powerfmt v0.2.0 |
1266 | 2024-11-14T04:04:43.912Z | Compiling mirai-annotations v1.12.0 |
1267 | 2024-11-14T04:04:43.976Z | Compiling time-macros v0.2.18 |
1268 | 2024-11-14T04:04:44.131Z | Compiling deranged v0.3.11 |
1269 | 2024-11-14T04:04:44.257Z | Compiling scrypt v0.11.0 |
1270 | 2024-11-14T04:04:44.863Z | Compiling icu_properties v1.5.1 |
1271 | 2024-11-14T04:04:45.781Z | Compiling bitflags v2.6.0 |
1272 | 2024-11-14T04:04:45.798Z | Compiling bytes v1.7.2 |
1273 | 2024-11-14T04:04:46.069Z | Compiling indexmap v2.6.0 |
1274 | 2024-11-14T04:04:46.354Z | Compiling semver v1.0.23 |
1275 | 2024-11-14T04:04:47.084Z | Compiling tokio v1.40.0 |
1276 | 2024-11-14T04:04:47.156Z | Compiling http v1.1.0 |
1277 | 2024-11-14T04:04:47.366Z | Compiling rustc_version v0.4.1 |
1278 | 2024-11-14T04:04:47.590Z | Compiling pest_meta v2.7.14 |
1279 | 2024-11-14T04:04:47.997Z | Compiling openssl-sys v0.9.104 |
1280 | 2024-11-14T04:04:48.167Z | Compiling cbc v0.1.2 |
1281 | 2024-11-14T04:04:48.421Z | Compiling aes v0.8.4 |
1282 | 2024-11-14T04:04:49.149Z | Compiling scroll_derive v0.12.0 |
1283 | 2024-11-14T04:04:49.756Z | Compiling icu_normalizer_data v1.5.0 |
1284 | 2024-11-14T04:04:49.797Z | Compiling num_threads v0.1.7 |
1285 | 2024-11-14T04:04:49.866Z | Compiling utf8_iter v1.0.4 |
1286 | 2024-11-14T04:04:49.925Z | Compiling write16 v1.0.0 |
1287 | 2024-11-14T04:04:50.064Z | Compiling utf16_iter v1.0.5 |
1288 | 2024-11-14T04:04:50.102Z | Compiling atomic-waker v1.1.2 |
1289 | 2024-11-14T04:04:50.272Z | Compiling which v4.4.2 |
1290 | 2024-11-14T04:04:50.301Z | Compiling icu_normalizer v1.5.0 |
1291 | 2024-11-14T04:04:50.475Z | Compiling time v0.3.36 |
1292 | 2024-11-14T04:04:50.884Z | Compiling scroll v0.12.0 |
1293 | 2024-11-14T04:04:51.218Z | Compiling pkcs5 v0.7.1 |
1294 | 2024-11-14T04:04:51.575Z | Compiling pest_generator v2.7.14 |
1295 | 2024-11-14T04:04:51.723Z | Compiling http-body v1.0.1 |
1296 | 2024-11-14T04:04:51.973Z | Compiling form_urlencoded v1.2.1 |
1297 | 2024-11-14T04:04:52.312Z | Compiling try-lock v0.2.5 |
1298 | 2024-11-14T04:04:52.371Z | Compiling slog v2.7.0 |
1299 | 2024-11-14T04:04:52.463Z | Compiling want v0.3.1 |
1300 | 2024-11-14T04:04:52.483Z | Compiling goblin v0.8.2 |
1301 | 2024-11-14T04:04:52.762Z | Compiling pkcs8 v0.10.2 |
1302 | 2024-11-14T04:04:52.785Z | Compiling idna_adapter v1.2.0 |
1303 | 2024-11-14T04:04:52.982Z | Compiling httpdate v1.0.3 |
1304 | 2024-11-14T04:04:53.467Z | Compiling idna v1.0.3 |
1305 | 2024-11-14T04:04:53.498Z | Compiling toml_datetime v0.6.8 |
1306 | 2024-11-14T04:04:53.626Z | Compiling pest_derive v2.7.14 |
1307 | 2024-11-14T04:04:53.863Z | Compiling uuid v1.11.0 |
1308 | 2024-11-14T04:04:54.027Z | Compiling serde_spanned v0.6.8 |
1309 | 2024-11-14T04:04:54.261Z | Compiling serde_tokenstream v0.2.2 |
1310 | 2024-11-14T04:04:54.425Z | Compiling dtrace-parser v0.2.0 |
1311 | 2024-11-14T04:04:54.883Z | Compiling foreign-types-shared v0.1.1 |
1312 | 2024-11-14T04:04:54.989Z | Compiling tower-service v0.3.3 |
1313 | 2024-11-14T04:04:55.120Z | Compiling openssl v0.10.68 |
1314 | 2024-11-14T04:04:55.281Z | Compiling iana-time-zone v0.1.61 |
1315 | 2024-11-14T04:04:55.347Z | Compiling adler2 v2.0.0 |
1316 | 2024-11-14T04:04:55.536Z | Compiling match_cfg v0.1.0 |
1317 | 2024-11-14T04:04:55.562Z | Compiling base64 v0.22.1 |
1318 | 2024-11-14T04:04:55.630Z | Compiling rustversion v1.0.17 |
1319 | 2024-11-14T04:04:55.750Z | Compiling tokio-util v0.7.12 |
1320 | 2024-11-14T04:04:55.755Z | Compiling hostname v0.3.1 |
1321 | 2024-11-14T04:04:56.058Z | Compiling miniz_oxide v0.8.0 |
1322 | 2024-11-14T04:04:56.302Z | Compiling chrono v0.4.38 |
1323 | 2024-11-14T04:04:56.461Z | Compiling foreign-types v0.3.2 |
1324 | 2024-11-14T04:04:56.562Z | Compiling url v2.5.3 |
1325 | 2024-11-14T04:04:57.230Z | Compiling h2 v0.4.6 |
1326 | 2024-11-14T04:04:57.597Z | Compiling async-trait v0.1.83 |
1327 | 2024-11-14T04:04:58.034Z | Compiling openssl-macros v0.1.1 |
1328 | 2024-11-14T04:04:58.633Z | Compiling dof v0.3.0 |
1329 | 2024-11-14T04:04:58.825Z | Compiling dirs-sys-next v0.1.2 |
1330 | 2024-11-14T04:04:59.512Z | Compiling usdt-impl v0.5.0 |
1331 | 2024-11-14T04:05:00.078Z | Compiling syn v1.0.109 |
1332 | 2024-11-14T04:05:00.441Z | Compiling native-tls v0.2.12 |
1333 | 2024-11-14T04:05:00.728Z | Compiling rustls v0.23.14 |
1334 | 2024-11-14T04:05:00.779Z | Compiling rustls v0.22.4 |
1335 | 2024-11-14T04:05:00.886Z | Compiling siphasher v0.3.11 |
1336 | 2024-11-14T04:05:01.006Z | Compiling data-encoding v2.6.0 |
1337 | 2024-11-14T04:05:01.122Z | Compiling dirs-next v2.0.0 |
1338 | 2024-11-14T04:05:01.319Z | Compiling http-body-util v0.1.2 |
1339 | 2024-11-14T04:05:01.872Z | Compiling crossbeam-epoch v0.9.18 |
1340 | 2024-11-14T04:05:02.693Z | Compiling heapless v0.7.17 |
1341 | 2024-11-14T04:05:02.714Z | Compiling signature v2.2.0 |
1342 | 2024-11-14T04:05:02.832Z | Compiling sha1 v0.10.6 |
1343 | 2024-11-14T04:05:02.969Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1344 | 2024-11-14T04:05:02.990Z | Compiling serde_derive_internals v0.29.1 |
1345 | 2024-11-14T04:05:03.159Z | Compiling thread_local v1.1.8 |
1346 | 2024-11-14T04:05:03.264Z | Compiling multer v3.1.0 |
1347 | 2024-11-14T04:05:03.479Z | Compiling encoding_rs v0.8.34 |
1348 | 2024-11-14T04:05:03.523Z | Compiling cookie v0.18.1 |
1349 | 2024-11-14T04:05:03.636Z | Compiling unicode-properties v0.1.3 |
1350 | 2024-11-14T04:05:03.838Z | Compiling schemars v0.8.21 |
1351 | 2024-11-14T04:05:03.890Z | Compiling mime v0.3.17 |
1352 | 2024-11-14T04:05:03.954Z | Compiling signal-hook v0.3.17 |
1353 | 2024-11-14T04:05:04.084Z | Compiling ipnet v2.10.1 |
1354 | 2024-11-14T04:05:04.210Z | Compiling rayon-core v1.12.1 |
1355 | 2024-11-14T04:05:04.424Z | Compiling hyper v1.5.0 |
1356 | 2024-11-14T04:05:04.477Z | Compiling slog-async v2.8.0 |
1357 | 2024-11-14T04:05:04.992Z | Compiling openssl-probe v0.1.5 |
1358 | 2024-11-14T04:05:05.359Z | Compiling gimli v0.31.1 |
1359 | 2024-11-14T04:05:05.551Z | Compiling stringprep v0.1.5 |
1360 | 2024-11-14T04:05:05.817Z | Compiling schemars_derive v0.8.21 |
1361 | 2024-11-14T04:05:06.831Z | Compiling hyper-util v0.1.10 |
1362 | 2024-11-14T04:05:08.007Z | Compiling toml_edit v0.22.22 |
1363 | 2024-11-14T04:05:08.743Z | Compiling usdt-macro v0.5.0 |
1364 | 2024-11-14T04:05:09.287Z | Compiling usdt-attr-macro v0.5.0 |
1365 | 2024-11-14T04:05:09.972Z | Compiling addr2line v0.24.2 |
1366 | 2024-11-14T04:05:09.994Z | Compiling crossbeam-deque v0.8.5 |
1367 | 2024-11-14T04:05:10.249Z | Compiling term v0.7.0 |
1368 | 2024-11-14T04:05:10.342Z | Compiling slog-json v2.6.1 |
1369 | 2024-11-14T04:05:10.404Z | Compiling serde_urlencoded v0.7.1 |
1370 | 2024-11-14T04:05:10.670Z | Compiling crossbeam-channel v0.5.13 |
1371 | 2024-11-14T04:05:10.713Z | Compiling curve25519-dalek v4.1.3 |
1372 | 2024-11-14T04:05:10.891Z | Compiling enum-as-inner v0.6.1 |
1373 | 2024-11-14T04:05:10.930Z | Compiling futures-executor v0.3.31 |
1374 | 2024-11-14T04:05:11.317Z | Compiling md-5 v0.10.6 |
1375 | 2024-11-14T04:05:11.493Z | Compiling rustls-pemfile v2.2.0 |
1376 | 2024-11-14T04:05:11.575Z | Compiling async-stream-impl v0.3.6 |
1377 | 2024-11-14T04:05:11.776Z | Compiling num-integer v0.1.46 |
1378 | 2024-11-14T04:05:11.778Z | Compiling idna v0.3.0 |
1379 | 2024-11-14T04:05:11.846Z | Compiling idna v0.4.0 |
1380 | 2024-11-14T04:05:12.000Z | Compiling hash32 v0.2.1 |
1381 | 2024-11-14T04:05:12.399Z | Compiling ff v0.13.0 |
1382 | 2024-11-14T04:05:12.584Z | Compiling is-terminal v0.4.13 |
1383 | 2024-11-14T04:05:12.635Z | Compiling object v0.36.5 |
1384 | 2024-11-14T04:05:12.719Z | Compiling dropshot v0.12.0 |
1385 | 2024-11-14T04:05:12.924Z | Compiling base16ct v0.2.0 |
1386 | 2024-11-14T04:05:12.996Z | Compiling portable-atomic v1.9.0 |
1387 | 2024-11-14T04:05:13.254Z | Compiling num-bigint-dig v0.8.4 |
1388 | 2024-11-14T04:05:13.548Z | Compiling smoltcp v0.9.1 |
1389 | 2024-11-14T04:05:13.590Z | Compiling utf-8 v0.7.6 |
1390 | 2024-11-14T04:05:13.614Z | Compiling dyn-clone v1.0.17 |
1391 | 2024-11-14T04:05:13.834Z | Compiling quick-error v1.2.3 |
1392 | 2024-11-14T04:05:13.923Z | Compiling psl-types v2.0.11 |
1393 | 2024-11-14T04:05:13.985Z | Compiling fallible-iterator v0.2.0 |
1394 | 2024-11-14T04:05:14.120Z | Compiling take_mut v0.2.2 |
1395 | 2024-11-14T04:05:14.142Z | Compiling anyhow v1.0.93 |
1396 | 2024-11-14T04:05:14.284Z | Compiling rustc-demangle v0.1.24 |
1397 | 2024-11-14T04:05:14.288Z | Compiling linked-hash-map v0.5.6 |
1398 | 2024-11-14T04:05:14.670Z | Compiling lru-cache v0.1.2 |
1399 | 2024-11-14T04:05:14.689Z | Compiling postgres-protocol v0.6.7 |
1400 | 2024-11-14T04:05:15.250Z | Compiling publicsuffix v2.2.3 |
1401 | 2024-11-14T04:05:15.253Z | Compiling resolv-conf v0.7.0 |
1402 | 2024-11-14T04:05:15.518Z | Compiling tungstenite v0.24.0 |
1403 | 2024-11-14T04:05:16.106Z | Compiling sec1 v0.7.3 |
1404 | 2024-11-14T04:05:16.220Z | Compiling async-stream v0.3.6 |
1405 | 2024-11-14T04:05:16.457Z | Compiling hickory-proto v0.24.1 |
1406 | 2024-11-14T04:05:16.525Z | Compiling slog-term v2.9.1 |
1407 | 2024-11-14T04:05:16.709Z | Compiling group v0.13.0 |
1408 | 2024-11-14T04:05:17.050Z | Compiling usdt v0.5.0 |
1409 | 2024-11-14T04:05:17.570Z | Compiling num-iter v0.1.45 |
1410 | 2024-11-14T04:05:17.889Z | Compiling toml v0.8.19 |
1411 | 2024-11-14T04:05:17.912Z | Compiling futures v0.3.31 |
1412 | 2024-11-14T04:05:18.038Z | Compiling slog-bunyan v2.5.0 |
1413 | 2024-11-14T04:05:19.730Z | Compiling tokio-native-tls v0.3.1 |
1414 | 2024-11-14T04:05:19.890Z | Compiling camino v1.1.9 |
1415 | 2024-11-14T04:05:20.010Z | Compiling backtrace v0.3.74 |
1416 | 2024-11-14T04:05:20.793Z | Compiling phf_shared v0.11.2 |
1417 | 2024-11-14T04:05:20.873Z | Compiling dropshot_endpoint v0.12.0 |
1418 | 2024-11-14T04:05:21.114Z | Compiling waitgroup v0.1.2 |
1419 | 2024-11-14T04:05:21.181Z | Compiling terminal_size v0.4.0 |
1420 | 2024-11-14T04:05:21.238Z | Compiling openapiv3 v2.0.0 |
1421 | 2024-11-14T04:05:21.331Z | Compiling serde_path_to_error v0.1.16 |
1422 | 2024-11-14T04:05:21.387Z | Compiling hkdf v0.12.4 |
1423 | 2024-11-14T04:05:21.639Z | Compiling crypto-bigint v0.5.5 |
1424 | 2024-11-14T04:05:22.189Z | Compiling webpki-roots v0.26.6 |
1425 | 2024-11-14T04:05:22.415Z | Compiling curve25519-dalek-derive v0.1.1 |
1426 | 2024-11-14T04:05:23.747Z | Compiling zerocopy-derive v0.6.6 |
1427 | 2024-11-14T04:05:24.038Z | Compiling idna v0.5.0 |
1428 | 2024-11-14T04:05:24.682Z | Compiling hubpack_derive v0.1.1 |
1429 | 2024-11-14T04:05:25.655Z | Compiling hostname v0.4.0 |
1430 | 2024-11-14T04:05:25.663Z | Compiling ahash v0.8.11 |
1431 | 2024-11-14T04:05:25.688Z | Compiling crc32fast v1.4.2 |
1432 | 2024-11-14T04:05:25.707Z | Compiling fs-err v2.11.0 |
1433 | 2024-11-14T04:05:25.857Z | Compiling winnow v0.5.40 |
1434 | 2024-11-14T04:05:25.989Z | Compiling debug-ignore v1.0.5 |
1435 | 2024-11-14T04:05:25.995Z | Compiling managed v0.8.0 |
1436 | 2024-11-14T04:05:26.013Z | Compiling bitflags v1.3.2 |
1437 | 2024-11-14T04:05:26.031Z | Compiling console v0.15.8 |
1438 | 2024-11-14T04:05:26.155Z | Compiling clap_builder v4.5.20 |
1439 | 2024-11-14T04:05:26.199Z | Compiling strum_macros v0.25.3 |
1440 | 2024-11-14T04:05:26.890Z | Compiling zerocopy v0.6.6 |
1441 | 2024-11-14T04:05:27.750Z | Compiling flate2 v1.0.34 |
1442 | 2024-11-14T04:05:27.796Z | Compiling hubpack v0.1.2 |
1443 | 2024-11-14T04:05:27.839Z | Compiling cookie_store v0.21.0 |
1444 | 2024-11-14T04:05:28.312Z | Compiling elliptic-curve v0.13.8 |
1445 | 2024-11-14T04:05:28.752Z | Compiling hickory-resolver v0.24.1 |
1446 | 2024-11-14T04:05:29.180Z | Compiling phf v0.11.2 |
1447 | 2024-11-14T04:05:29.446Z | Compiling toml_edit v0.19.15 |
1448 | 2024-11-14T04:05:29.746Z | Compiling signal-hook-mio v0.2.4 |
1449 | 2024-11-14T04:05:29.919Z | Compiling hyper-tls v0.6.0 |
1450 | 2024-11-14T04:05:30.338Z | Compiling bzip2 v0.4.4 |
1451 | 2024-11-14T04:05:30.393Z | Compiling rayon v1.10.0 |
1452 | 2024-11-14T04:05:30.748Z | Compiling tokio-tungstenite v0.24.0 |
1453 | 2024-11-14T04:05:31.292Z | Compiling postgres-types v0.2.8 |
1454 | 2024-11-14T04:05:34.280Z | Compiling ed25519 v2.2.3 |
1455 | 2024-11-14T04:05:35.381Z | Compiling phf_shared v0.10.0 |
1456 | 2024-11-14T04:05:35.573Z | Compiling tokio-stream v0.1.16 |
1457 | 2024-11-14T04:05:35.817Z | Compiling pkcs1 v0.7.5 |
1458 | 2024-11-14T04:05:35.894Z | Compiling serde-big-array v0.5.1 |
1459 | 2024-11-14T04:05:36.043Z | Compiling clap_derive v4.5.18 |
1460 | 2024-11-14T04:05:36.175Z | Compiling rfc6979 v0.4.0 |
1461 | 2024-11-14T04:05:36.350Z | Compiling derive-where v1.2.7 |
1462 | 2024-11-14T04:05:36.667Z | Compiling serde_repr v0.1.19 |
1463 | 2024-11-14T04:05:41.186Z | Compiling float-cmp v0.9.0 |
1464 | 2024-11-14T04:05:41.301Z | Compiling bstr v1.10.0 |
1465 | 2024-11-14T04:05:41.301Z | Compiling sync_wrapper v1.0.1 |
1466 | 2024-11-14T04:05:41.301Z | Compiling predicates-core v1.0.8 |
1467 | 2024-11-14T04:05:41.301Z | Compiling new_debug_unreachable v1.0.6 |
1468 | 2024-11-14T04:05:41.301Z | Compiling precomputed-hash v0.1.1 |
1469 | 2024-11-14T04:05:41.301Z | Compiling whoami v1.5.2 |
1470 | 2024-11-14T04:05:41.301Z | Compiling normalize-line-endings v0.3.0 |
1471 | 2024-11-14T04:05:41.301Z | Compiling difflib v0.4.0 |
1472 | 2024-11-14T04:05:41.301Z | Compiling fixedbitset v0.4.2 |
1473 | 2024-11-14T04:05:41.301Z | Compiling bit-vec v0.6.3 |
1474 | 2024-11-14T04:05:41.301Z | Compiling unicode-segmentation v1.12.0 |
1475 | 2024-11-14T04:05:41.301Z | Compiling static_assertions v1.1.0 |
1476 | 2024-11-14T04:05:41.301Z | Compiling number_prefix v0.4.0 |
1477 | 2024-11-14T04:05:41.302Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1478 | 2024-11-14T04:05:41.302Z | Compiling indicatif v0.17.8 |
1479 | 2024-11-14T04:05:41.302Z | Compiling similar v2.6.0 |
1480 | 2024-11-14T04:05:41.302Z | Compiling bit-set v0.5.3 |
1481 | 2024-11-14T04:05:41.303Z | Compiling predicates v3.1.2 |
1482 | 2024-11-14T04:05:41.303Z | Compiling petgraph v0.6.5 |
1483 | 2024-11-14T04:05:41.513Z | Compiling clap v4.5.20 |
1484 | 2024-11-14T04:05:41.513Z | Compiling tokio-postgres v0.7.12 |
1485 | 2024-11-14T04:05:41.513Z | Compiling string_cache v0.8.7 |
1486 | 2024-11-14T04:05:41.597Z | Compiling ecdsa v0.16.9 |
1487 | 2024-11-14T04:05:41.769Z | Compiling rsa v0.9.6 |
1488 | 2024-11-14T04:05:41.822Z | Compiling ed25519-dalek v2.1.1 |
1489 | 2024-11-14T04:05:42.445Z | Compiling toml v0.7.8 |
1490 | 2024-11-14T04:05:43.147Z | Compiling zip v0.6.6 |
1491 | 2024-11-14T04:05:44.245Z | Compiling crossterm v0.28.1 |
1492 | 2024-11-14T04:05:45.121Z | Compiling hex v0.4.3 |
1493 | 2024-11-14T04:05:45.175Z | Compiling x509-cert v0.2.5 |
1494 | 2024-11-14T04:05:45.280Z | Compiling itertools v0.10.5 |
1495 | 2024-11-14T04:05:45.754Z | Compiling peg-runtime v0.8.3 |
1496 | 2024-11-14T04:05:45.871Z | Compiling lalrpop-util v0.19.12 |
1497 | 2024-11-14T04:05:46.220Z | Compiling unicode-xid v0.2.6 |
1498 | 2024-11-14T04:05:46.411Z | Compiling strum_macros v0.26.4 |
1499 | 2024-11-14T04:05:46.502Z | Compiling xattr v1.3.1 |
1500 | 2024-11-14T04:05:46.788Z | Compiling filetime v0.2.25 |
1501 | 2024-11-14T04:05:47.253Z | Compiling tar v0.4.43 |
1502 | 2024-11-14T04:05:51.738Z | Compiling strum v0.26.3 |
1503 | 2024-11-14T04:05:53.886Z | Compiling aws-lc-sys v0.22.0 |
1504 | 2024-11-14T04:06:28.381Z | Compiling rustls-webpki v0.102.8 |
1505 | 2024-11-14T04:06:31.756Z | Compiling tokio-rustls v0.25.0 |
1506 | 2024-11-14T04:06:33.550Z | Compiling tokio-rustls v0.26.0 |
1507 | 2024-11-14T04:06:33.864Z | Compiling hyper-rustls v0.27.3 |
1508 | 2024-11-14T04:06:34.226Z | Compiling reqwest v0.12.9 |
1509 | 2024-11-14T04:06:35.457Z | Compiling qorb v0.2.0 |
1510 | 2024-11-14T04:06:40.368Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1511 | 2024-11-14T04:06:40.599Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1512 | 2024-11-14T04:06:46.418Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 33s |
1513 | 2024-11-14T04:06:46.575Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1514 | 2024-11-14T04:06:46.623Z | Nov 14 04:06:45.802 INFO Starting download, target: Clickhouse |
1515 | 2024-11-14T04:06:46.623Z | Nov 14 04:06:45.802 INFO Starting download, target: Cockroach |
1516 | 2024-11-14T04:06:46.623Z | Nov 14 04:06:45.802 INFO Starting download, target: Console |
1517 | 2024-11-14T04:06:46.626Z | Nov 14 04:06:45.802 INFO Starting download, target: DendriteOpenapi |
1518 | 2024-11-14T04:06:46.626Z | Nov 14 04:06:45.802 INFO Starting download, target: DendriteStub |
1519 | 2024-11-14T04:06:46.626Z | Nov 14 04:06:45.803 INFO Starting download, target: MaghemiteMgd |
1520 | 2024-11-14T04:06:46.626Z | Nov 14 04:06:45.803 INFO Starting download, target: TransceiverControl |
1521 | 2024-11-14T04:06:46.626Z | Nov 14 04:06:45.803 INFO Downloading out/downloads/dpd-5b1d590426971e481d927d3978e918ec25f3ad21.json (attempt 1/3), target: DendriteOpenapi |
1522 | 2024-11-14T04:06:46.626Z | Nov 14 04:06:45.803 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1523 | 2024-11-14T04:06:46.626Z | Nov 14 04:06:45.803 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1524 | 2024-11-14T04:06:46.626Z | Nov 14 04:06:45.803 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1525 | 2024-11-14T04:06:46.626Z | Nov 14 04:06:45.803 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1526 | 2024-11-14T04:06:46.626Z | Nov 14 04:06:45.803 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1527 | 2024-11-14T04:06:46.626Z | Nov 14 04:06:45.803 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1528 | 2024-11-14T04:06:46.843Z | Nov 14 04:06:45.994 INFO Download complete, target: DendriteOpenapi |
1529 | 2024-11-14T04:06:47.071Z | Nov 14 04:06:46.208 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1530 | 2024-11-14T04:06:47.228Z | Nov 14 04:06:46.366 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1531 | 2024-11-14T04:06:47.531Z | Nov 14 04:06:46.709 INFO Download complete, target: Console |
1532 | 2024-11-14T04:06:47.586Z | Nov 14 04:06:46.758 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1533 | 2024-11-14T04:06:47.661Z | Nov 14 04:06:46.821 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1534 | 2024-11-14T04:06:47.737Z | Nov 14 04:06:46.914 INFO Download complete, target: TransceiverControl |
1535 | 2024-11-14T04:06:48.628Z | Nov 14 04:06:47.783 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1536 | 2024-11-14T04:06:49.067Z | Nov 14 04:06:48.245 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1537 | 2024-11-14T04:06:49.068Z | Nov 14 04:06:48.245 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1538 | 2024-11-14T04:06:50.648Z | Nov 14 04:06:49.824 INFO Download complete, target: MaghemiteMgd |
1539 | 2024-11-14T04:06:50.667Z | Nov 14 04:06:49.845 INFO Download complete, target: DendriteStub |
1540 | 2024-11-14T04:06:56.773Z | Nov 14 04:06:55.942 INFO Checking that binary works, target: Cockroach |
1541 | 2024-11-14T04:06:56.964Z | Nov 14 04:06:56.100 INFO Download complete, target: Cockroach |
1542 | 2024-11-14T04:07:01.564Z | Nov 14 04:07:00.741 INFO Checking that binary works, target: Clickhouse |
1543 | 2024-11-14T04:07:02.429Z | Nov 14 04:07:01.606 INFO Download complete, target: Clickhouse |
1544 | 2024-11-14T04:07:02.436Z | All prerequisites installed successfully |
1545 | 2024-11-14T04:07:02.439Z | |
1546 | 2024-11-14T04:07:02.439Z | real 5:58.167326565 |
1547 | 2024-11-14T04:07:02.439Z | user 16:29.683588768 |
1548 | 2024-11-14T04:07:02.439Z | sys 3:12.536321356 |
1549 | 2024-11-14T04:07:02.439Z | trap 0.552157951 |
1550 | 2024-11-14T04:07:02.439Z | tflt 7.702779137 |
1551 | 2024-11-14T04:07:02.439Z | dflt 7.360279841 |
1552 | 2024-11-14T04:07:02.439Z | kflt 0.233053352 |
1553 | 2024-11-14T04:07:02.439Z | lock 29:42.719388456 |
1554 | 2024-11-14T04:07:02.439Z | slp 1:04:46.751190268 |
1555 | 2024-11-14T04:07:02.439Z | lat 53.255559716 |
1556 | 2024-11-14T04:07:02.439Z | stop 2:13.854054214 |
1557 | 2024-11-14T04:07:02.439Z | + ptime -m cargo xtask download softnpu |
1558 | 2024-11-14T04:07:02.956Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1559 | 2024-11-14T04:07:02.972Z | Running `target/debug/xtask download softnpu` |
1560 | 2024-11-14T04:07:03.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
1561 | 2024-11-14T04:07:03.826Z | Running `target/debug/xtask-downloader softnpu` |
1562 | 2024-11-14T04:07:03.861Z | Nov 14 04:07:03.037 INFO Starting download, target: Softnpu |
1563 | 2024-11-14T04:07:03.864Z | Nov 14 04:07:03.038 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1564 | 2024-11-14T04:07:04.329Z | Nov 14 04:07:03.506 INFO Download complete, target: Softnpu |
1565 | 2024-11-14T04:07:04.333Z | |
1566 | 2024-11-14T04:07:04.335Z | real 1.889269008 |
1567 | 2024-11-14T04:07:04.335Z | user 1.245411139 |
1568 | 2024-11-14T04:07:04.335Z | sys 0.516833633 |
1569 | 2024-11-14T04:07:04.335Z | trap 0.000558282 |
1570 | 2024-11-14T04:07:04.335Z | tflt 0.000027566 |
1571 | 2024-11-14T04:07:04.335Z | dflt 0.000019657 |
1572 | 2024-11-14T04:07:04.335Z | kflt 0.000000000 |
1573 | 2024-11-14T04:07:04.335Z | lock 4.802743758 |
1574 | 2024-11-14T04:07:04.335Z | slp 0.286302439 |
1575 | 2024-11-14T04:07:04.335Z | lat 0.063896952 |
1576 | 2024-11-14T04:07:04.335Z | stop 0.000154322 |
1577 | 2024-11-14T04:07:04.335Z | + export CARGO_INCREMENTAL=0 |
1578 | 2024-11-14T04:07:04.335Z | + CARGO_INCREMENTAL=0 |
1579 | 2024-11-14T04:07:04.335Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1580 | 2024-11-14T04:07:05.259Z | Compiling proc-macro2 v1.0.89 |
1581 | 2024-11-14T04:07:05.259Z | Compiling unicode-ident v1.0.13 |
1582 | 2024-11-14T04:07:05.259Z | Compiling libc v0.2.162 |
1583 | 2024-11-14T04:07:05.259Z | Compiling serde v1.0.215 |
1584 | 2024-11-14T04:07:05.261Z | Compiling autocfg v1.4.0 |
1585 | 2024-11-14T04:07:05.261Z | Compiling version_check v0.9.5 |
1586 | 2024-11-14T04:07:05.261Z | Compiling cfg-if v1.0.0 |
1587 | 2024-11-14T04:07:05.483Z | Compiling memchr v2.7.4 |
1588 | 2024-11-14T04:07:05.500Z | Compiling shlex v1.3.0 |
1589 | 2024-11-14T04:07:05.599Z | Compiling typenum v1.17.0 |
1590 | 2024-11-14T04:07:05.839Z | Compiling value-bag v1.9.0 |
1591 | 2024-11-14T04:07:06.035Z | Compiling generic-array v0.14.7 |
1592 | 2024-11-14T04:07:06.303Z | Compiling log v0.4.22 |
1593 | 2024-11-14T04:07:06.346Z | Compiling lock_api v0.4.12 |
1594 | 2024-11-14T04:07:06.401Z | Compiling scopeguard v1.2.0 |
1595 | 2024-11-14T04:07:06.588Z | Compiling parking_lot_core v0.9.10 |
1596 | 2024-11-14T04:07:06.882Z | Compiling once_cell v1.20.2 |
1597 | 2024-11-14T04:07:06.992Z | Compiling serde_json v1.0.132 |
1598 | 2024-11-14T04:07:07.142Z | Compiling quote v1.0.37 |
1599 | 2024-11-14T04:07:07.270Z | Compiling jobserver v0.1.32 |
1600 | 2024-11-14T04:07:07.300Z | Compiling getrandom v0.2.15 |
1601 | 2024-11-14T04:07:07.303Z | Compiling rustix v0.38.37 |
1602 | 2024-11-14T04:07:07.499Z | Compiling syn v2.0.87 |
1603 | 2024-11-14T04:07:07.761Z | Compiling cc v1.1.30 |
1604 | 2024-11-14T04:07:07.785Z | Compiling libm v0.2.8 |
1605 | 2024-11-14T04:07:07.912Z | Compiling thiserror v1.0.69 |
1606 | 2024-11-14T04:07:07.942Z | Compiling num-traits v0.2.19 |
1607 | 2024-11-14T04:07:08.021Z | Compiling itoa v1.0.11 |
1608 | 2024-11-14T04:07:08.069Z | Compiling spin v0.9.8 |
1609 | 2024-11-14T04:07:08.102Z | Compiling aho-corasick v1.1.3 |
1610 | 2024-11-14T04:07:08.219Z | Compiling regex-syntax v0.8.5 |
1611 | 2024-11-14T04:07:08.382Z | Compiling slab v0.4.9 |
1612 | 2024-11-14T04:07:08.668Z | Compiling byteorder v1.5.0 |
1613 | 2024-11-14T04:07:08.818Z | Compiling errno v0.3.9 |
1614 | 2024-11-14T04:07:09.054Z | Compiling rand_core v0.6.4 |
1615 | 2024-11-14T04:07:09.103Z | Compiling either v1.13.0 |
1616 | 2024-11-14T04:07:09.140Z | Compiling lazy_static v1.5.0 |
1617 | 2024-11-14T04:07:09.444Z | Compiling glob v0.3.1 |
1618 | 2024-11-14T04:07:09.950Z | Compiling prettyplease v0.2.25 |
1619 | 2024-11-14T04:07:10.247Z | Compiling clang-sys v1.8.1 |
1620 | 2024-11-14T04:07:10.450Z | Compiling minimal-lexical v0.2.1 |
1621 | 2024-11-14T04:07:10.586Z | Compiling libloading v0.8.5 |
1622 | 2024-11-14T04:07:10.896Z | Compiling nom v7.1.3 |
1623 | 2024-11-14T04:07:10.939Z | Compiling home v0.5.9 |
1624 | 2024-11-14T04:07:10.960Z | Compiling bindgen v0.69.5 |
1625 | 2024-11-14T04:07:11.100Z | Compiling subtle v2.6.1 |
1626 | 2024-11-14T04:07:11.357Z | Compiling allocator-api2 v0.2.18 |
1627 | 2024-11-14T04:07:11.472Z | Compiling itertools v0.12.1 |
1628 | 2024-11-14T04:07:11.797Z | Compiling regex-automata v0.4.8 |
1629 | 2024-11-14T04:07:12.136Z | Compiling smallvec v1.13.2 |
1630 | 2024-11-14T04:07:12.477Z | Compiling lazycell v1.3.0 |
1631 | 2024-11-14T04:07:12.614Z | Compiling rustc-hash v1.1.0 |
1632 | 2024-11-14T04:07:12.650Z | Compiling semver v1.0.23 |
1633 | 2024-11-14T04:07:12.769Z | Compiling cmake v0.1.51 |
1634 | 2024-11-14T04:07:13.302Z | Compiling dunce v1.0.5 |
1635 | 2024-11-14T04:07:13.445Z | Compiling fs_extra v1.3.0 |
1636 | 2024-11-14T04:07:14.468Z | Compiling cexpr v0.6.0 |
1637 | 2024-11-14T04:07:14.523Z | Compiling pkg-config v0.3.31 |
1638 | 2024-11-14T04:07:14.532Z | Compiling ring v0.17.8 |
1639 | 2024-11-14T04:07:14.656Z | Compiling ryu v1.0.18 |
1640 | 2024-11-14T04:07:14.944Z | Compiling pin-project-lite v0.2.14 |
1641 | 2024-11-14T04:07:15.084Z | Compiling paste v1.0.15 |
1642 | 2024-11-14T04:07:15.379Z | Compiling synstructure v0.13.1 |
1643 | 2024-11-14T04:07:15.533Z | Compiling const-oid v0.9.6 |
1644 | 2024-11-14T04:07:15.848Z | Compiling httparse v1.9.5 |
1645 | 2024-11-14T04:07:15.978Z | Compiling foldhash v0.1.3 |
1646 | 2024-11-14T04:07:16.271Z | Compiling equivalent v1.0.1 |
1647 | 2024-11-14T04:07:16.385Z | Compiling aws-lc-rs v1.10.0 |
1648 | 2024-11-14T04:07:16.466Z | Compiling hashbrown v0.15.0 |
1649 | 2024-11-14T04:07:16.825Z | Compiling schemars v0.8.21 |
1650 | 2024-11-14T04:07:17.155Z | Compiling regex v1.11.1 |
1651 | 2024-11-14T04:07:17.796Z | Compiling heck v0.5.0 |
1652 | 2024-11-14T04:07:18.056Z | Compiling serde_derive_internals v0.29.1 |
1653 | 2024-11-14T04:07:18.155Z | Compiling signal-hook-registry v1.4.2 |
1654 | 2024-11-14T04:07:18.227Z | Compiling parking_lot v0.12.3 |
1655 | 2024-11-14T04:07:18.250Z | Compiling mio v1.0.2 |
1656 | 2024-11-14T04:07:20.080Z | Compiling crossbeam-utils v0.8.20 |
1657 | 2024-11-14T04:07:20.229Z | Compiling stable_deref_trait v1.2.0 |
1658 | 2024-11-14T04:07:20.321Z | Compiling socket2 v0.5.7 |
1659 | 2024-11-14T04:07:20.365Z | Compiling num-conv v0.1.0 |
1660 | 2024-11-14T04:07:20.646Z | Compiling time-core v0.1.2 |
1661 | 2024-11-14T04:07:20.703Z | Compiling serde_derive v1.0.215 |
1662 | 2024-11-14T04:07:20.820Z | Compiling zeroize_derive v1.4.2 |
1663 | 2024-11-14T04:07:20.978Z | Compiling zerocopy-derive v0.7.35 |
1664 | 2024-11-14T04:07:21.766Z | Compiling thiserror-impl v1.0.69 |
1665 | 2024-11-14T04:07:21.980Z | Compiling tokio-macros v2.4.0 |
1666 | 2024-11-14T04:07:22.235Z | Compiling zeroize v1.8.1 |
1667 | 2024-11-14T04:07:22.341Z | Compiling zerofrom-derive v0.1.4 |
1668 | 2024-11-14T04:07:22.604Z | Compiling yoke-derive v0.7.4 |
1669 | 2024-11-14T04:07:22.722Z | Compiling futures-macro v0.3.31 |
1670 | 2024-11-14T04:07:23.054Z | Compiling zerovec-derive v0.10.3 |
1671 | 2024-11-14T04:07:23.413Z | Compiling zerocopy v0.7.35 |
1672 | 2024-11-14T04:07:24.325Z | Compiling displaydoc v0.2.5 |
1673 | 2024-11-14T04:07:24.757Z | Compiling crypto-common v0.1.6 |
1674 | 2024-11-14T04:07:24.954Z | Compiling tracing-attributes v0.1.27 |
1675 | 2024-11-14T04:07:25.010Z | Compiling icu_provider_macros v1.5.0 |
1676 | 2024-11-14T04:07:25.175Z | Compiling block-buffer v0.10.4 |
1677 | 2024-11-14T04:07:25.423Z | Compiling digest v0.10.7 |
1678 | 2024-11-14T04:07:26.129Z | Compiling schemars_derive v0.8.21 |
1679 | 2024-11-14T04:07:26.139Z | Compiling der_derive v0.7.3 |
1680 | 2024-11-14T04:07:26.139Z | Compiling futures-core v0.3.31 |
1681 | 2024-11-14T04:07:26.139Z | Compiling time-macros v0.2.18 |
1682 | 2024-11-14T04:07:26.446Z | Compiling vcpkg v0.2.15 |
1683 | 2024-11-14T04:07:26.629Z | Compiling fnv v1.0.7 |
1684 | 2024-11-14T04:07:28.110Z | Compiling openssl-sys v0.9.104 |
1685 | 2024-11-14T04:07:28.962Z | Compiling cpufeatures v0.2.14 |
1686 | 2024-11-14T04:07:29.069Z | Compiling slog v2.7.0 |
1687 | 2024-11-14T04:07:29.191Z | Compiling futures-sink v0.3.31 |
1688 | 2024-11-14T04:07:29.401Z | Compiling ahash v0.8.11 |
1689 | 2024-11-14T04:07:29.424Z | Compiling syn v1.0.109 |
1690 | 2024-11-14T04:07:29.898Z | Compiling zerofrom v0.1.4 |
1691 | 2024-11-14T04:07:30.033Z | Compiling scroll_derive v0.12.0 |
1692 | 2024-11-14T04:07:30.123Z | Compiling ucd-trie v0.1.7 |
1693 | 2024-11-14T04:07:30.257Z | Compiling iana-time-zone v0.1.61 |
1694 | 2024-11-14T04:07:30.339Z | Compiling pest v2.7.14 |
1695 | 2024-11-14T04:07:30.661Z | Compiling yoke v0.7.4 |
1696 | 2024-11-14T04:07:30.973Z | Compiling futures-channel v0.3.31 |
1697 | 2024-11-14T04:07:31.410Z | Compiling hmac v0.12.1 |
1698 | 2024-11-14T04:07:31.546Z | Compiling pin-utils v0.1.0 |
1699 | 2024-11-14T04:07:31.643Z | Compiling futures-io v0.3.31 |
1700 | 2024-11-14T04:07:31.672Z | Compiling futures-task v0.3.31 |
1701 | 2024-11-14T04:07:31.759Z | Compiling openssl v0.10.68 |
1702 | 2024-11-14T04:07:32.151Z | Compiling futures-util v0.3.31 |
1703 | 2024-11-14T04:07:32.270Z | Compiling zerovec v0.10.4 |
1704 | 2024-11-14T04:07:32.596Z | Compiling block-padding v0.3.3 |
1705 | 2024-11-14T04:07:32.963Z | Compiling pest_meta v2.7.14 |
1706 | 2024-11-14T04:07:33.334Z | Compiling tinyvec_macros v0.1.1 |
1707 | 2024-11-14T04:07:33.767Z | Compiling bitflags v2.6.0 |
1708 | 2024-11-14T04:07:34.016Z | Compiling bytes v1.7.2 |
1709 | 2024-11-14T04:07:35.890Z | Compiling indexmap v2.6.0 |
1710 | 2024-11-14T04:07:37.116Z | Compiling tokio v1.40.0 |
1711 | 2024-11-14T04:07:37.420Z | Compiling serde_tokenstream v0.2.2 |
1712 | 2024-11-14T04:07:37.992Z | Compiling http v1.1.0 |
1713 | 2024-11-14T04:07:38.287Z | Compiling which v4.4.2 |
1714 | 2024-11-14T04:07:38.905Z | Compiling uuid v1.11.0 |
1715 | 2024-11-14T04:07:39.135Z | Compiling rustc_version v0.4.1 |
1716 | 2024-11-14T04:07:39.773Z | Compiling chrono v0.4.38 |
1717 | 2024-11-14T04:07:42.112Z | Compiling pest_generator v2.7.14 |
1718 | 2024-11-14T04:07:43.342Z | Compiling toml_datetime v0.6.8 |
1719 | 2024-11-14T04:07:43.799Z | Compiling serde_spanned v0.6.8 |
1720 | 2024-11-14T04:07:43.879Z | Compiling tinyvec v1.8.0 |
1721 | 2024-11-14T04:07:44.035Z | Compiling inout v0.1.3 |
1722 | 2024-11-14T04:07:45.444Z | Compiling openssl-macros v0.1.1 |
1723 | 2024-11-14T04:07:46.173Z | Compiling native-tls v0.2.12 |
1724 | 2024-11-14T04:07:46.283Z | Compiling rustls v0.23.14 |
1725 | 2024-11-14T04:07:46.489Z | Compiling unicode-normalization v0.1.24 |
1726 | 2024-11-14T04:07:46.568Z | Compiling cipher v0.4.4 |
1727 | 2024-11-14T04:07:47.064Z | Compiling pest_derive v2.7.14 |
1728 | 2024-11-14T04:07:47.374Z | Compiling tinystr v0.7.6 |
1729 | 2024-11-14T04:07:47.633Z | Compiling sha2 v0.10.8 |
1730 | 2024-11-14T04:07:47.824Z | Compiling tracing-core v0.1.32 |
1731 | 2024-11-14T04:07:47.847Z | Compiling usdt-impl v0.5.0 |
1732 | 2024-11-14T04:07:48.155Z | Compiling unicode-bidi v0.3.17 |
1733 | 2024-11-14T04:07:48.175Z | Compiling dyn-clone v1.0.17 |
1734 | 2024-11-14T04:07:48.190Z | Compiling litemap v0.7.3 |
1735 | 2024-11-14T04:07:48.393Z | Compiling writeable v0.5.5 |
1736 | 2024-11-14T04:07:48.428Z | Compiling base64ct v1.6.0 |
1737 | 2024-11-14T04:07:48.599Z | Compiling tracing v0.1.40 |
1738 | 2024-11-14T04:07:48.904Z | Compiling pem-rfc7468 v0.7.0 |
1739 | 2024-11-14T04:07:49.003Z | Compiling icu_locid v1.5.0 |
1740 | 2024-11-14T04:07:49.928Z | Compiling scroll v0.12.0 |
1741 | 2024-11-14T04:07:50.162Z | Compiling ppv-lite86 v0.2.20 |
1742 | 2024-11-14T04:07:50.441Z | Compiling async-trait v0.1.83 |
1743 | 2024-11-14T04:07:51.048Z | Compiling cookie v0.18.1 |
1744 | 2024-11-14T04:07:51.318Z | Compiling plain v0.2.3 |
1745 | 2024-11-14T04:07:51.926Z | Compiling flagset v0.4.6 |
1746 | 2024-11-14T04:07:52.148Z | Compiling anyhow v1.0.93 |
1747 | 2024-11-14T04:07:52.168Z | Compiling camino v1.1.9 |
1748 | 2024-11-14T04:07:52.349Z | Compiling aws-lc-sys v0.22.0 |
1749 | 2024-11-14T04:07:52.691Z | Compiling der v0.7.9 |
1750 | 2024-11-14T04:07:56.036Z | Compiling goblin v0.8.2 |
1751 | 2024-11-14T04:07:56.055Z | Compiling rand_chacha v0.3.1 |
1752 | 2024-11-14T04:07:57.061Z | Compiling icu_provider v1.5.0 |
1753 | 2024-11-14T04:07:59.376Z | Compiling percent-encoding v2.3.1 |
1754 | 2024-11-14T04:07:59.700Z | Compiling rustls v0.22.4 |
1755 | 2024-11-14T04:07:59.971Z | Compiling untrusted v0.7.1 |
1756 | 2024-11-14T04:08:00.155Z | Compiling rayon-core v1.12.1 |
1757 | 2024-11-14T04:08:00.233Z | Compiling rustls-pki-types v1.9.0 |
1758 | 2024-11-14T04:08:00.418Z | Compiling pretty-hex v0.4.1 |
1759 | 2024-11-14T04:08:00.596Z | Compiling icu_locid_transform_data v1.5.0 |
1760 | 2024-11-14T04:08:01.991Z | Compiling dof v0.3.0 |
1761 | 2024-11-14T04:08:02.177Z | Compiling icu_locid_transform v1.5.0 |
1762 | 2024-11-14T04:08:03.611Z | Compiling rand v0.8.5 |
1763 | 2024-11-14T04:08:03.614Z | Compiling spki v0.7.3 |
1764 | 2024-11-14T04:08:03.818Z | Compiling dtrace-parser v0.2.0 |
1765 | 2024-11-14T04:08:03.972Z | Compiling salsa20 v0.10.2 |
1766 | 2024-11-14T04:08:04.208Z | Compiling tokio-util v0.7.12 |
1767 | 2024-11-14T04:08:05.114Z | Compiling icu_collections v1.5.0 |
1768 | 2024-11-14T04:08:05.197Z | Compiling pbkdf2 v0.12.2 |
1769 | 2024-11-14T04:08:05.541Z | Compiling thread-id v4.2.2 |
1770 | 2024-11-14T04:08:05.657Z | Compiling mirai-annotations v1.12.0 |
1771 | 2024-11-14T04:08:05.679Z | Compiling powerfmt v0.2.0 |
1772 | 2024-11-14T04:08:05.734Z | Compiling winnow v0.5.40 |
1773 | 2024-11-14T04:08:05.867Z | Compiling icu_properties_data v1.5.0 |
1774 | 2024-11-14T04:08:06.184Z | Compiling untrusted v0.9.0 |
1775 | 2024-11-14T04:08:06.802Z | Compiling deranged v0.3.11 |
1776 | 2024-11-14T04:08:08.235Z | Compiling icu_properties v1.5.1 |
1777 | 2024-11-14T04:08:09.594Z | Compiling toml_edit v0.19.15 |
1778 | 2024-11-14T04:08:11.556Z | Compiling scrypt v0.11.0 |
1779 | 2024-11-14T04:08:12.083Z | Compiling aes v0.8.4 |
1780 | 2024-11-14T04:08:12.116Z | Compiling cbc v0.1.2 |
1781 | 2024-11-14T04:08:12.331Z | Compiling multer v3.1.0 |
1782 | 2024-11-14T04:08:12.615Z | Compiling write16 v1.0.0 |
1783 | 2024-11-14T04:08:12.759Z | Compiling utf8_iter v1.0.4 |
1784 | 2024-11-14T04:08:12.911Z | Compiling atomic-waker v1.1.2 |
1785 | 2024-11-14T04:08:13.005Z | Compiling slog-async v2.8.0 |
1786 | 2024-11-14T04:08:13.476Z | Compiling icu_normalizer_data v1.5.0 |
1787 | 2024-11-14T04:08:13.490Z | Compiling rustversion v1.0.17 |
1788 | 2024-11-14T04:08:13.490Z | Compiling num_threads v0.1.7 |
1789 | 2024-11-14T04:08:13.728Z | Compiling utf16_iter v1.0.5 |
1790 | 2024-11-14T04:08:13.930Z | Compiling time v0.3.36 |
1791 | 2024-11-14T04:08:13.971Z | Compiling icu_normalizer v1.5.0 |
1792 | 2024-11-14T04:08:14.806Z | Compiling pkcs5 v0.7.1 |
1793 | 2024-11-14T04:08:16.174Z | Compiling form_urlencoded v1.2.1 |
1794 | 2024-11-14T04:08:16.646Z | Compiling http-body v1.0.1 |
1795 | 2024-11-14T04:08:16.694Z | Compiling heapless v0.7.17 |
1796 | 2024-11-14T04:08:17.268Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1797 | 2024-11-14T04:08:18.086Z | Compiling signal-hook v0.3.17 |
1798 | 2024-11-14T04:08:18.487Z | Compiling try-lock v0.2.5 |
1799 | 2024-11-14T04:08:18.962Z | Compiling want v0.3.1 |
1800 | 2024-11-14T04:08:20.281Z | Compiling pkcs8 v0.10.2 |
1801 | 2024-11-14T04:08:20.330Z | Compiling idna_adapter v1.2.0 |
1802 | 2024-11-14T04:08:20.966Z | Compiling h2 v0.4.6 |
1803 | 2024-11-14T04:08:21.923Z | Compiling usdt-macro v0.5.0 |
1804 | 2024-11-14T04:08:23.216Z | Compiling usdt-attr-macro v0.5.0 |
1805 | 2024-11-14T04:08:24.103Z | Compiling async-stream-impl v0.3.6 |
1806 | 2024-11-14T04:08:24.122Z | Compiling httpdate v1.0.3 |
1807 | 2024-11-14T04:08:24.885Z | Compiling strsim v0.11.1 |
1808 | 2024-11-14T04:08:25.345Z | Compiling adler2 v2.0.0 |
1809 | 2024-11-14T04:08:25.610Z | Compiling miniz_oxide v0.8.0 |
1810 | 2024-11-14T04:08:26.395Z | Compiling idna v1.0.3 |
1811 | 2024-11-14T04:08:28.053Z | Compiling hyper v1.5.0 |
1812 | 2024-11-14T04:08:28.849Z | Compiling curve25519-dalek v4.1.3 |
1813 | 2024-11-14T04:08:28.871Z | Compiling openapiv3 v2.0.0 |
1814 | 2024-11-14T04:08:29.314Z | Compiling enum-as-inner v0.6.1 |
1815 | 2024-11-14T04:08:31.076Z | Compiling dropshot v0.12.0 |
1816 | 2024-11-14T04:08:31.593Z | Compiling portable-atomic v1.9.0 |
1817 | 2024-11-14T04:08:31.745Z | Compiling tower-service v0.3.3 |
1818 | 2024-11-14T04:08:31.882Z | Compiling base64 v0.22.1 |
1819 | 2024-11-14T04:08:32.486Z | Compiling smoltcp v0.9.1 |
1820 | 2024-11-14T04:08:32.559Z | Compiling foreign-types-shared v0.1.1 |
1821 | 2024-11-14T04:08:32.673Z | Compiling num-bigint-dig v0.8.4 |
1822 | 2024-11-14T04:08:32.761Z | Compiling match_cfg v0.1.0 |
1823 | 2024-11-14T04:08:32.949Z | Compiling hostname v0.3.1 |
1824 | 2024-11-14T04:08:33.003Z | Compiling foreign-types v0.3.2 |
1825 | 2024-11-14T04:08:33.055Z | Compiling hyper-util v0.1.10 |
1826 | 2024-11-14T04:08:36.442Z | Compiling url v2.5.3 |
1827 | 2024-11-14T04:08:41.159Z | Compiling dirs-sys-next v0.1.2 |
1828 | 2024-11-14T04:08:41.282Z | Compiling gimli v0.31.1 |
1829 | 2024-11-14T04:08:41.319Z | Compiling siphasher v0.3.11 |
1830 | 2024-11-14T04:08:41.343Z | Compiling data-encoding v2.6.0 |
1831 | 2024-11-14T04:08:41.643Z | Compiling heck v0.4.1 |
1832 | 2024-11-14T04:08:41.685Z | Compiling dirs-next v2.0.0 |
1833 | 2024-11-14T04:08:43.083Z | Compiling http-body-util v0.1.2 |
1834 | 2024-11-14T04:08:44.443Z | Compiling crossbeam-epoch v0.9.18 |
1835 | 2024-11-14T04:08:45.187Z | Compiling hubpack_derive v0.1.1 |
1836 | 2024-11-14T04:08:46.020Z | Compiling dropshot_endpoint v0.12.0 |
1837 | 2024-11-14T04:08:46.468Z | Compiling addr2line v0.24.2 |
1838 | 2024-11-14T04:08:47.440Z | Compiling sha1 v0.10.6 |
1839 | 2024-11-14T04:08:47.671Z | Compiling signature v2.2.0 |
1840 | 2024-11-14T04:08:47.842Z | Compiling curve25519-dalek-derive v0.1.1 |
1841 | 2024-11-14T04:08:47.891Z | Compiling zerocopy-derive v0.6.6 |
1842 | 2024-11-14T04:08:49.170Z | Compiling object v0.36.5 |
1843 | 2024-11-14T04:08:49.771Z | Compiling thread_local v1.1.8 |
1844 | 2024-11-14T04:08:50.063Z | Compiling fs-err v2.11.0 |
1845 | 2024-11-14T04:08:50.122Z | Compiling encoding_rs v0.8.34 |
1846 | 2024-11-14T04:08:50.349Z | Compiling mime v0.3.17 |
1847 | 2024-11-14T04:08:51.920Z | Compiling rustc-demangle v0.1.24 |
1848 | 2024-11-14T04:08:53.703Z | Compiling openssl-probe v0.1.5 |
1849 | 2024-11-14T04:08:54.012Z | Compiling anstyle v1.0.10 |
1850 | 2024-11-14T04:08:54.250Z | Compiling utf8parse v0.2.2 |
1851 | 2024-11-14T04:08:54.477Z | Compiling unicode-properties v0.1.3 |
1852 | 2024-11-14T04:08:58.484Z | Compiling ipnet v2.10.1 |
1853 | 2024-11-14T04:08:59.448Z | Compiling winnow v0.6.20 |
1854 | 2024-11-14T04:09:00.965Z | Compiling backtrace v0.3.74 |
1855 | 2024-11-14T04:09:02.313Z | Compiling stringprep v0.1.5 |
1856 | 2024-11-14T04:09:03.281Z | Compiling toml_edit v0.22.22 |
1857 | 2024-11-14T04:09:03.347Z | Compiling anstyle-parse v0.2.5 |
1858 | 2024-11-14T04:09:05.860Z | Compiling rustls-webpki v0.102.8 |
1859 | 2024-11-14T04:09:11.516Z | Compiling crossbeam-deque v0.8.5 |
1860 | 2024-11-14T04:09:11.897Z | Compiling term v0.7.0 |
1861 | 2024-11-14T04:09:13.142Z | Compiling slog-json v2.6.1 |
1862 | 2024-11-14T04:09:14.354Z | Compiling serde_urlencoded v0.7.1 |
1863 | 2024-11-14T04:09:15.172Z | Compiling crossbeam-channel v0.5.13 |
1864 | 2024-11-14T04:09:15.461Z | Compiling rustls-pemfile v2.2.0 |
1865 | 2024-11-14T04:09:16.254Z | Compiling hashbrown v0.14.5 |
1866 | 2024-11-14T04:09:16.587Z | Compiling idna v0.4.0 |
1867 | 2024-11-14T04:09:16.722Z | Compiling idna v0.3.0 |
1868 | 2024-11-14T04:09:17.598Z | Compiling futures-executor v0.3.31 |
1869 | 2024-11-14T04:09:18.125Z | Compiling num-integer v0.1.46 |
1870 | 2024-11-14T04:09:18.307Z | Compiling md-5 v0.10.6 |
1871 | 2024-11-14T04:09:18.554Z | Compiling ff v0.13.0 |
1872 | 2024-11-14T04:09:18.648Z | Compiling hash32 v0.2.1 |
1873 | 2024-11-14T04:09:18.786Z | Compiling is-terminal v0.4.13 |
1874 | 2024-11-14T04:09:18.814Z | Compiling memmap v0.7.0 |
1875 | 2024-11-14T04:09:19.015Z | Compiling base16ct v0.2.0 |
1876 | 2024-11-14T04:09:19.135Z | Compiling linked-hash-map v0.5.6 |
1877 | 2024-11-14T04:09:20.041Z | Compiling psl-types v2.0.11 |
1878 | 2024-11-14T04:09:20.187Z | Compiling fallible-iterator v0.2.0 |
1879 | 2024-11-14T04:09:20.242Z | Compiling utf-8 v0.7.6 |
1880 | 2024-11-14T04:09:20.550Z | Compiling is_terminal_polyfill v1.70.1 |
1881 | 2024-11-14T04:09:20.934Z | Compiling colorchoice v1.0.2 |
1882 | 2024-11-14T04:09:21.098Z | Compiling take_mut v0.2.2 |
1883 | 2024-11-14T04:09:21.318Z | Compiling anstyle-query v1.1.1 |
1884 | 2024-11-14T04:09:21.470Z | Compiling quick-error v1.2.3 |
1885 | 2024-11-14T04:09:21.528Z | Compiling anstream v0.6.15 |
1886 | 2024-11-14T04:09:21.637Z | Compiling resolv-conf v0.7.0 |
1887 | 2024-11-14T04:09:22.302Z | Compiling postgres-protocol v0.6.7 |
1888 | 2024-11-14T04:09:22.320Z | Compiling tungstenite v0.24.0 |
1889 | 2024-11-14T04:09:23.263Z | Compiling publicsuffix v2.2.3 |
1890 | 2024-11-14T04:09:23.528Z | Compiling lru-cache v0.1.2 |
1891 | 2024-11-14T04:09:23.743Z | Compiling sec1 v0.7.3 |
1892 | 2024-11-14T04:09:24.307Z | Compiling usdt v0.5.0 |
1893 | 2024-11-14T04:09:24.562Z | Compiling slog-term v2.9.1 |
1894 | 2024-11-14T04:09:24.778Z | Compiling group v0.13.0 |
1895 | 2024-11-14T04:09:25.086Z | Compiling num-iter v0.1.45 |
1896 | 2024-11-14T04:09:25.284Z | Compiling futures v0.3.31 |
1897 | 2024-11-14T04:09:25.410Z | Compiling regress v0.10.1 |
1898 | 2024-11-14T04:09:25.533Z | Compiling hickory-proto v0.24.1 |
1899 | 2024-11-14T04:09:29.613Z | Compiling tokio-rustls v0.26.0 |
1900 | 2024-11-14T04:09:29.844Z | Compiling slog-bunyan v2.5.0 |
1901 | 2024-11-14T04:09:30.063Z | Compiling tokio-rustls v0.25.0 |
1902 | 2024-11-14T04:09:30.200Z | Compiling toml v0.8.19 |
1903 | 2024-11-14T04:09:30.383Z | Compiling tokio-native-tls v0.3.1 |
1904 | 2024-11-14T04:09:30.470Z | Compiling strum_macros v0.25.3 |
1905 | 2024-11-14T04:09:30.659Z | Compiling phf_shared v0.11.2 |
1906 | 2024-11-14T04:09:31.377Z | Compiling async-stream v0.3.6 |
1907 | 2024-11-14T04:09:31.671Z | Compiling waitgroup v0.1.2 |
1908 | 2024-11-14T04:09:31.749Z | Compiling webpki-roots v0.26.6 |
1909 | 2024-11-14T04:09:32.462Z | Compiling idna v0.5.0 |
1910 | 2024-11-14T04:09:32.483Z | Compiling terminal_size v0.4.0 |
1911 | 2024-11-14T04:09:32.501Z | Compiling serde_path_to_error v0.1.16 |
1912 | 2024-11-14T04:09:32.698Z | Compiling hkdf v0.12.4 |
1913 | 2024-11-14T04:09:33.512Z | Compiling crypto-bigint v0.5.5 |
1914 | 2024-11-14T04:09:33.567Z | Compiling clap_derive v4.5.18 |
1915 | 2024-11-14T04:09:33.875Z | Compiling serde_repr v0.1.19 |
1916 | 2024-11-14T04:09:33.978Z | Compiling derive-where v1.2.7 |
1917 | 2024-11-14T04:09:34.686Z | Compiling hostname v0.4.0 |
1918 | 2024-11-14T04:09:34.915Z | Compiling crc32fast v1.4.2 |
1919 | 2024-11-14T04:09:34.976Z | Compiling clap_lex v0.7.2 |
1920 | 2024-11-14T04:09:35.246Z | Compiling bitflags v1.3.2 |
1921 | 2024-11-14T04:09:35.422Z | Compiling managed v0.8.0 |
1922 | 2024-11-14T04:09:35.513Z | Compiling debug-ignore v1.0.5 |
1923 | 2024-11-14T04:09:36.074Z | Compiling unicode-width v0.1.14 |
1924 | 2024-11-14T04:09:36.600Z | Compiling console v0.15.8 |
1925 | 2024-11-14T04:09:37.033Z | Compiling elliptic-curve v0.13.8 |
1926 | 2024-11-14T04:09:38.508Z | Compiling clap_builder v4.5.20 |
1927 | 2024-11-14T04:09:38.935Z | Compiling flate2 v1.0.34 |
1928 | 2024-11-14T04:09:39.896Z | Compiling cookie_store v0.21.0 |
1929 | 2024-11-14T04:09:42.084Z | Compiling hyper-rustls v0.27.3 |
1930 | 2024-11-14T04:09:45.317Z | Compiling hickory-resolver v0.24.1 |
1931 | 2024-11-14T04:09:45.716Z | Compiling phf v0.11.2 |
1932 | 2024-11-14T04:09:45.918Z | Compiling hyper-tls v0.6.0 |
1933 | 2024-11-14T04:09:46.033Z | Compiling signal-hook-mio v0.2.4 |
1934 | 2024-11-14T04:09:46.209Z | Compiling bzip2 v0.4.4 |
1935 | 2024-11-14T04:09:46.313Z | Compiling typify-impl v0.2.0 |
1936 | 2024-11-14T04:09:46.430Z | Compiling rayon v1.10.0 |
1937 | 2024-11-14T04:09:46.611Z | Compiling tokio-tungstenite v0.24.0 |
1938 | 2024-11-14T04:09:46.923Z | Compiling postgres-types v0.2.8 |
1939 | 2024-11-14T04:09:47.341Z | Compiling zerocopy v0.6.6 |
1940 | 2024-11-14T04:09:47.472Z | Compiling ed25519 v2.2.3 |
1941 | 2024-11-14T04:09:48.190Z | Compiling hubpack v0.1.2 |
1942 | 2024-11-14T04:09:48.221Z | Compiling phf_shared v0.10.0 |
1943 | 2024-11-14T04:09:48.374Z | Compiling pkcs1 v0.7.5 |
1944 | 2024-11-14T04:09:48.620Z | Compiling tokio-stream v0.1.16 |
1945 | 2024-11-14T04:09:49.585Z | Compiling serde-big-array v0.5.1 |
1946 | 2024-11-14T04:09:49.826Z | Compiling rfc6979 v0.4.0 |
1947 | 2024-11-14T04:09:50.020Z | Compiling float-cmp v0.9.0 |
1948 | 2024-11-14T04:09:50.259Z | Compiling sync_wrapper v1.0.1 |
1949 | 2024-11-14T04:09:50.426Z | Compiling bstr v1.10.0 |
1950 | 2024-11-14T04:09:51.401Z | Compiling number_prefix v0.4.0 |
1951 | 2024-11-14T04:09:51.872Z | Compiling whoami v1.5.2 |
1952 | 2024-11-14T04:09:52.086Z | Compiling static_assertions v1.1.0 |
1953 | 2024-11-14T04:09:52.192Z | Compiling precomputed-hash v0.1.1 |
1954 | 2024-11-14T04:09:52.192Z | Compiling bit-vec v0.6.3 |
1955 | 2024-11-14T04:09:52.313Z | Compiling new_debug_unreachable v1.0.6 |
1956 | 2024-11-14T04:09:52.440Z | Compiling predicates-core v1.0.8 |
1957 | 2024-11-14T04:09:52.598Z | Compiling unicode-segmentation v1.12.0 |
1958 | 2024-11-14T04:09:52.748Z | Compiling fixedbitset v0.4.2 |
1959 | 2024-11-14T04:09:53.194Z | Compiling normalize-line-endings v0.3.0 |
1960 | 2024-11-14T04:09:53.245Z | Compiling difflib v0.4.0 |
1961 | 2024-11-14T04:09:53.333Z | Compiling similar v2.6.0 |
1962 | 2024-11-14T04:09:53.460Z | Compiling petgraph v0.6.5 |
1963 | 2024-11-14T04:09:54.488Z | Compiling predicates v3.1.2 |
1964 | 2024-11-14T04:09:55.369Z | Compiling bit-set v0.5.3 |
1965 | 2024-11-14T04:09:55.630Z | Compiling string_cache v0.8.7 |
1966 | 2024-11-14T04:09:55.673Z | Compiling tokio-postgres v0.7.12 |
1967 | 2024-11-14T04:09:56.017Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1968 | 2024-11-14T04:09:57.433Z | Compiling indicatif v0.17.8 |
1969 | 2024-11-14T04:09:58.287Z | Compiling typify-macro v0.2.0 |
1970 | 2024-11-14T04:09:59.251Z | Compiling reqwest v0.12.9 |
1971 | 2024-11-14T04:09:59.552Z | Compiling ecdsa v0.16.9 |
1972 | 2024-11-14T04:10:00.406Z | Compiling qorb v0.2.0 |
1973 | 2024-11-14T04:10:01.102Z | Compiling rsa v0.9.6 |
1974 | 2024-11-14T04:10:01.555Z | Compiling ed25519-dalek v2.1.1 |
1975 | 2024-11-14T04:10:02.119Z | Compiling zip v0.6.6 |
1976 | 2024-11-14T04:10:02.467Z | Compiling crossterm v0.28.1 |
1977 | 2024-11-14T04:10:02.664Z | Compiling clap v4.5.20 |
1978 | 2024-11-14T04:10:03.369Z | Compiling toml v0.7.8 |
1979 | 2024-11-14T04:10:04.383Z | Compiling x509-cert v0.2.5 |
1980 | 2024-11-14T04:10:05.686Z | Compiling hex v0.4.3 |
1981 | 2024-11-14T04:10:06.059Z | Compiling itertools v0.10.5 |
1982 | 2024-11-14T04:10:06.460Z | Compiling lalrpop-util v0.19.12 |
1983 | 2024-11-14T04:10:06.561Z | Compiling peg-runtime v0.8.3 |
1984 | 2024-11-14T04:10:06.716Z | Compiling unicode-xid v0.2.6 |
1985 | 2024-11-14T04:10:09.623Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1986 | 2024-11-14T04:10:13.491Z | Compiling proc-macro-crate v1.3.1 |
1987 | 2024-11-14T04:10:14.025Z | Compiling ipnetwork v0.20.0 |
1988 | 2024-11-14T04:10:15.252Z | Compiling heapless v0.8.0 |
1989 | 2024-11-14T04:10:17.943Z | Compiling num_enum_derive v0.5.11 |
1990 | 2024-11-14T04:10:27.147Z | Compiling hash32 v0.3.1 |
1991 | 2024-11-14T04:10:28.645Z | Compiling smoltcp v0.11.0 |
1992 | 2024-11-14T04:10:28.901Z | Compiling ident_case v1.0.1 |
1993 | 2024-11-14T04:10:29.213Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1994 | 2024-11-14T04:10:31.399Z | Compiling darling_core v0.20.10 |
1995 | 2024-11-14T04:10:36.237Z | Compiling num_enum v0.5.11 |
1996 | 2024-11-14T04:10:36.967Z | Compiling typify v0.2.0 |
1997 | 2024-11-14T04:10:38.087Z | Compiling proc-macro-error-attr v1.0.4 |
1998 | 2024-11-14T04:10:38.405Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1999 | 2024-11-14T04:10:38.688Z | Compiling cobs v0.2.3 |
2000 | 2024-11-14T04:10:39.126Z | Compiling unsafe-libyaml v0.2.11 |
2001 | 2024-11-14T04:10:39.192Z | Compiling postcard v1.0.10 |
2002 | 2024-11-14T04:10:40.493Z | Compiling serde_yaml v0.9.34+deprecated |
2003 | 2024-11-14T04:10:45.122Z | Compiling darling_macro v0.20.10 |
2004 | 2024-11-14T04:10:54.183Z | Compiling progenitor-impl v0.8.0 |
2005 | 2024-11-14T04:11:07.327Z | Compiling strum_macros v0.26.4 |
2006 | 2024-11-14T04:11:08.975Z | Compiling foreign-types-macros v0.2.3 |
2007 | 2024-11-14T04:11:09.132Z | Compiling structmeta-derive v0.3.0 |
2008 | 2024-11-14T04:11:09.544Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2009 | 2024-11-14T04:11:09.588Z | Compiling proc-macro-error v1.0.4 |
2010 | 2024-11-14T04:11:09.896Z | Compiling foreign-types-shared v0.3.1 |
2011 | 2024-11-14T04:11:10.644Z | Compiling newtype-uuid v1.1.3 |
2012 | 2024-11-14T04:11:10.927Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2013 | 2024-11-14T04:11:11.761Z | Compiling structmeta v0.3.0 |
2014 | 2024-11-14T04:11:11.888Z | Compiling strum v0.26.3 |
2015 | 2024-11-14T04:11:11.998Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2016 | 2024-11-14T04:11:16.255Z | Compiling foreign-types v0.5.0 |
2017 | 2024-11-14T04:11:20.575Z | Compiling progenitor-macro v0.8.0 |
2018 | 2024-11-14T04:11:23.230Z | Compiling darling v0.20.10 |
2019 | 2024-11-14T04:11:24.599Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2020 | 2024-11-14T04:11:24.704Z | Compiling progenitor-client v0.8.0 |
2021 | 2024-11-14T04:11:28.285Z | Compiling tabwriter v1.4.0 |
2022 | 2024-11-14T04:11:29.458Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2023 | 2024-11-14T04:11:29.607Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2024 | 2024-11-14T04:11:30.283Z | Compiling cstr-argument v0.1.2 |
2025 | 2024-11-14T04:11:30.298Z | Compiling dropshot v0.13.0 |
2026 | 2024-11-14T04:11:30.467Z | Compiling crucible-workspace-hack v0.1.0 |
2027 | 2024-11-14T04:11:30.528Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2028 | 2024-11-14T04:11:30.602Z | Compiling pretty-hex v0.2.1 |
2029 | 2024-11-14T04:11:30.814Z | Compiling fastrand v2.1.1 |
2030 | 2024-11-14T04:11:31.251Z | Compiling tempfile v3.13.0 |
2031 | 2024-11-14T04:11:31.544Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2032 | 2024-11-14T04:11:32.186Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2033 | 2024-11-14T04:11:32.323Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2034 | 2024-11-14T04:11:32.912Z | Compiling serde_with_macros v3.11.0 |
2035 | 2024-11-14T04:11:33.079Z | Compiling parse-display-derive v0.10.0 |
2036 | 2024-11-14T04:11:33.500Z | Compiling progenitor v0.8.0 |
2037 | 2024-11-14T04:11:33.642Z | Compiling colored v2.1.0 |
2038 | 2024-11-14T04:11:33.799Z | Compiling dropshot_endpoint v0.13.0 |
2039 | 2024-11-14T04:11:34.866Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2040 | 2024-11-14T04:11:35.448Z | Compiling instant v0.1.13 |
2041 | 2024-11-14T04:11:35.594Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2042 | 2024-11-14T04:11:35.636Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2043 | 2024-11-14T04:11:35.756Z | Compiling backoff v0.4.0 |
2044 | 2024-11-14T04:11:35.865Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2045 | 2024-11-14T04:11:35.980Z | Compiling serde_with v3.11.0 |
2046 | 2024-11-14T04:11:37.026Z | Compiling parse-display v0.10.0 |
2047 | 2024-11-14T04:11:38.792Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2048 | 2024-11-14T04:11:38.910Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2049 | 2024-11-14T04:11:39.525Z | Compiling zone_cfg_derive v0.3.0 |
2050 | 2024-11-14T04:11:40.099Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2051 | 2024-11-14T04:11:40.513Z | Compiling camino-tempfile v1.1.1 |
2052 | 2024-11-14T04:11:40.818Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2053 | 2024-11-14T04:11:40.885Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2054 | 2024-11-14T04:11:41.088Z | Compiling regress v0.9.1 |
2055 | 2024-11-14T04:11:41.297Z | Compiling macaddr v1.0.1 |
2056 | 2024-11-14T04:11:41.299Z | Compiling num-derive v0.4.2 |
2057 | 2024-11-14T04:11:41.974Z | Compiling sigpipe v0.1.3 |
2058 | 2024-11-14T04:11:42.136Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2059 | 2024-11-14T04:11:42.428Z | Compiling libefi-sys v0.1.0 |
2060 | 2024-11-14T04:11:42.768Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2061 | 2024-11-14T04:11:43.626Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2062 | 2024-11-14T04:11:45.188Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2063 | 2024-11-14T04:11:45.933Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2064 | 2024-11-14T04:11:45.952Z | Compiling zone v0.3.0 |
2065 | 2024-11-14T04:11:46.502Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2066 | 2024-11-14T04:11:49.372Z | Compiling smf v0.2.3 |
2067 | 2024-11-14T04:11:49.578Z | Compiling bitfield-struct v0.6.2 |
2068 | 2024-11-14T04:11:50.728Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2069 | 2024-11-14T04:11:50.914Z | Compiling blake3 v1.5.4 |
2070 | 2024-11-14T04:11:50.964Z | Compiling ring v0.16.20 |
2071 | 2024-11-14T04:11:51.272Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2072 | 2024-11-14T04:11:52.061Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2073 | 2024-11-14T04:11:52.174Z | Compiling xattr v1.3.1 |
2074 | 2024-11-14T04:11:52.425Z | Compiling memmap2 v0.9.5 |
2075 | 2024-11-14T04:11:52.503Z | Compiling filetime v0.2.25 |
2076 | 2024-11-14T04:11:52.858Z | Compiling spin v0.5.2 |
2077 | 2024-11-14T04:11:53.004Z | Compiling same-file v1.0.6 |
2078 | 2024-11-14T04:11:53.123Z | Compiling arrayref v0.3.9 |
2079 | 2024-11-14T04:11:53.175Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2080 | 2024-11-14T04:11:53.241Z | Compiling constant_time_eq v0.3.1 |
2081 | 2024-11-14T04:11:53.297Z | Compiling arrayvec v0.7.6 |
2082 | 2024-11-14T04:11:53.316Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2083 | 2024-11-14T04:11:53.428Z | Compiling walkdir v2.5.0 |
2084 | 2024-11-14T04:11:54.870Z | Compiling tar v0.4.43 |
2085 | 2024-11-14T04:11:55.062Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2086 | 2024-11-14T04:11:56.461Z | Compiling gethostname v0.5.0 |
2087 | 2024-11-14T04:11:56.584Z | Compiling cargo-platform v0.1.8 |
2088 | 2024-11-14T04:11:56.686Z | Compiling topological-sort v0.2.2 |
2089 | 2024-11-14T04:11:56.972Z | Compiling cargo_metadata v0.18.1 |
2090 | 2024-11-14T04:12:01.072Z | Compiling omicron-zone-package v0.11.1 |
2091 | 2024-11-14T04:12:02.565Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2092 | 2024-11-14T04:12:04.443Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2093 | 2024-11-14T04:12:10.309Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2094 | 2024-11-14T04:12:26.216Z | Finished `release` profile [optimized] target(s) in 5m 21s |
2095 | 2024-11-14T04:12:26.374Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
2096 | 2024-11-14T04:12:26.421Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2097 | 2024-11-14T04:12:26.424Z | Created new build target 'test' and set it as active |
2098 | 2024-11-14T04:12:26.424Z | |
2099 | 2024-11-14T04:12:26.424Z | real 5:22.041193702 |
2100 | 2024-11-14T04:12:26.424Z | user 36:19.103654898 |
2101 | 2024-11-14T04:12:26.424Z | sys 4:47.974731221 |
2102 | 2024-11-14T04:12:26.424Z | trap 1.063295095 |
2103 | 2024-11-14T04:12:26.424Z | tflt 3.086445384 |
2104 | 2024-11-14T04:12:26.424Z | dflt 0.721441509 |
2105 | 2024-11-14T04:12:26.424Z | kflt 0.000358453 |
2106 | 2024-11-14T04:12:26.424Z | lock 1:16:25.628717249 |
2107 | 2024-11-14T04:12:26.424Z | slp 2:31:55.693167922 |
2108 | 2024-11-14T04:12:26.424Z | lat 2:31.627972910 |
2109 | 2024-11-14T04:12:26.424Z | stop 4:28.935201042 |
2110 | 2024-11-14T04:12:26.427Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2111 | 2024-11-14T04:12:27.383Z | Finished `release` profile [optimized] target(s) in 0.90s |
2112 | 2024-11-14T04:12:27.437Z | Running `target/release/omicron-package -t test package` |
2113 | 2024-11-14T04:12:27.482Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2114 | 2024-11-14T04:12:28.605Z | Compiling convert_case v0.4.0 |
2115 | 2024-11-14T04:12:28.607Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2116 | 2024-11-14T04:12:28.607Z | Compiling itertools v0.13.0 |
2117 | 2024-11-14T04:12:28.607Z | Compiling password-hash v0.5.0 |
2118 | 2024-11-14T04:12:28.607Z | Compiling blake2 v0.10.6 |
2119 | 2024-11-14T04:12:28.607Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2120 | 2024-11-14T04:12:28.739Z | Compiling newline-converter v0.3.0 |
2121 | 2024-11-14T04:12:28.759Z | Compiling owo-colors v4.1.0 |
2122 | 2024-11-14T04:12:28.950Z | Compiling cancel-safe-futures v0.1.5 |
2123 | 2024-11-14T04:12:29.013Z | Compiling expectorate v1.1.0 |
2124 | 2024-11-14T04:12:29.213Z | Compiling libsw v3.3.1 |
2125 | 2024-11-14T04:12:29.278Z | Compiling argon2 v0.5.3 |
2126 | 2024-11-14T04:12:29.421Z | Compiling derive_more v0.99.18 |
2127 | 2024-11-14T04:12:29.958Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2128 | 2024-11-14T04:12:30.241Z | Compiling swrite v0.1.0 |
2129 | 2024-11-14T04:12:30.354Z | Compiling linear-map v1.2.0 |
2130 | 2024-11-14T04:12:30.390Z | Compiling indent_write v2.2.0 |
2131 | 2024-11-14T04:12:30.515Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2132 | 2024-11-14T04:12:30.625Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2133 | 2024-11-14T04:12:30.663Z | Compiling progenitor-client v0.8.0 |
2134 | 2024-11-14T04:12:30.761Z | Compiling base64 v0.21.7 |
2135 | 2024-11-14T04:12:31.140Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2136 | 2024-11-14T04:12:31.488Z | Compiling progenitor v0.8.0 |
2137 | 2024-11-14T04:12:31.781Z | Compiling atomicwrites v0.4.4 |
2138 | 2024-11-14T04:12:31.827Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2139 | 2024-11-14T04:12:31.919Z | Compiling num-rational v0.4.2 |
2140 | 2024-11-14T04:12:32.288Z | Compiling num-complex v0.4.6 |
2141 | 2024-11-14T04:12:32.526Z | Compiling float-ord v0.3.2 |
2142 | 2024-11-14T04:12:32.703Z | Compiling semver v0.1.20 |
2143 | 2024-11-14T04:12:33.287Z | Compiling rustc_version v0.1.7 |
2144 | 2024-11-14T04:12:33.652Z | Compiling num v0.4.3 |
2145 | 2024-11-14T04:12:33.709Z | Compiling newtype_derive v0.1.6 |
2146 | 2024-11-14T04:12:33.781Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2147 | 2024-11-14T04:12:34.094Z | Compiling humantime v2.1.0 |
2148 | 2024-11-14T04:12:34.357Z | Compiling highway v1.2.0 |
2149 | 2024-11-14T04:12:35.080Z | Compiling steno v0.4.1 |
2150 | 2024-11-14T04:12:35.925Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2151 | 2024-11-14T04:12:36.102Z | Compiling newtype-uuid v1.1.3 |
2152 | 2024-11-14T04:12:36.453Z | Compiling dropshot v0.13.0 |
2153 | 2024-11-14T04:12:36.530Z | Compiling tungstenite v0.21.0 |
2154 | 2024-11-14T04:12:38.307Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2155 | 2024-11-14T04:12:38.931Z | Compiling ipnetwork v0.20.0 |
2156 | 2024-11-14T04:12:39.763Z | Compiling instant v0.1.13 |
2157 | 2024-11-14T04:12:39.916Z | Compiling slog-dtrace v0.3.0 |
2158 | 2024-11-14T04:12:39.935Z | Compiling backoff v0.4.0 |
2159 | 2024-11-14T04:12:40.225Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2160 | 2024-11-14T04:12:40.372Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2161 | 2024-11-14T04:12:41.109Z | Compiling tokio-tungstenite v0.21.0 |
2162 | 2024-11-14T04:12:41.803Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2163 | 2024-11-14T04:12:42.175Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2164 | 2024-11-14T04:12:45.748Z | Compiling parse-display v0.10.0 |
2165 | 2024-11-14T04:12:46.330Z | Compiling strum v0.26.3 |
2166 | 2024-11-14T04:12:46.527Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2167 | 2024-11-14T04:12:46.719Z | Compiling serde_with v3.11.0 |
2168 | 2024-11-14T04:12:49.737Z | Compiling regress v0.9.1 |
2169 | 2024-11-14T04:12:50.040Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2170 | 2024-11-14T04:12:50.870Z | Compiling macaddr v1.0.1 |
2171 | 2024-11-14T04:12:51.576Z | Compiling prettyplease v0.2.25 |
2172 | 2024-11-14T04:12:51.655Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2173 | 2024-11-14T04:12:52.815Z | Compiling display-error-chain v0.2.2 |
2174 | 2024-11-14T04:12:53.049Z | Compiling arc-swap v1.7.1 |
2175 | 2024-11-14T04:12:53.364Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2176 | 2024-11-14T04:12:53.739Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2177 | 2024-11-14T04:12:54.497Z | Compiling slog-scope v4.4.0 |
2178 | 2024-11-14T04:12:55.324Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2179 | 2024-11-14T04:12:56.408Z | Compiling half v2.4.1 |
2180 | 2024-11-14T04:12:56.740Z | Compiling ciborium-io v0.2.2 |
2181 | 2024-11-14T04:12:56.892Z | Compiling slog-stdlog v4.1.1 |
2182 | 2024-11-14T04:12:57.146Z | Compiling ciborium-ll v0.2.2 |
2183 | 2024-11-14T04:12:57.697Z | Compiling ciborium v0.2.2 |
2184 | 2024-11-14T04:12:57.747Z | Compiling slog-envlogger v2.2.0 |
2185 | 2024-11-14T04:12:58.401Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2186 | 2024-11-14T04:12:59.809Z | Compiling same-file v1.0.6 |
2187 | 2024-11-14T04:13:00.052Z | Compiling fastrand v2.1.1 |
2188 | 2024-11-14T04:13:00.499Z | Compiling tempfile v3.13.0 |
2189 | 2024-11-14T04:13:00.577Z | Compiling walkdir v2.5.0 |
2190 | 2024-11-14T04:13:01.296Z | Compiling blake3 v1.5.4 |
2191 | 2024-11-14T04:13:01.315Z | Compiling ring v0.16.20 |
2192 | 2024-11-14T04:13:01.981Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2193 | 2024-11-14T04:13:04.126Z | Compiling xattr v1.3.1 |
2194 | 2024-11-14T04:13:04.405Z | Compiling filetime v0.2.25 |
2195 | 2024-11-14T04:13:04.460Z | Compiling memmap2 v0.9.5 |
2196 | 2024-11-14T04:13:04.720Z | Compiling constant_time_eq v0.3.1 |
2197 | 2024-11-14T04:13:04.886Z | Compiling arrayvec v0.7.6 |
2198 | 2024-11-14T04:13:04.888Z | Compiling spin v0.5.2 |
2199 | 2024-11-14T04:13:05.139Z | Compiling arrayref v0.3.9 |
2200 | 2024-11-14T04:13:05.251Z | Compiling keccak v0.1.5 |
2201 | 2024-11-14T04:13:06.411Z | Compiling sha3 v0.10.8 |
2202 | 2024-11-14T04:13:08.033Z | Compiling tar v0.4.43 |
2203 | 2024-11-14T04:13:09.598Z | Compiling camino-tempfile v1.1.1 |
2204 | 2024-11-14T04:13:10.042Z | Compiling toolchain_find v0.4.0 |
2205 | 2024-11-14T04:13:10.060Z | Compiling nibble_vec v0.1.0 |
2206 | 2024-11-14T04:13:10.563Z | Compiling radium v0.7.0 |
2207 | 2024-11-14T04:13:10.626Z | Compiling topological-sort v0.2.2 |
2208 | 2024-11-14T04:13:10.858Z | Compiling crunchy v0.2.2 |
2209 | 2024-11-14T04:13:10.997Z | Compiling endian-type v0.1.2 |
2210 | 2024-11-14T04:13:11.259Z | Compiling maplit v1.0.2 |
2211 | 2024-11-14T04:13:11.338Z | Compiling radix_trie v0.2.1 |
2212 | 2024-11-14T04:13:11.444Z | Compiling omicron-zone-package v0.11.1 |
2213 | 2024-11-14T04:13:12.142Z | Compiling rustfmt-wrapper v0.2.1 |
2214 | 2024-11-14T04:13:12.263Z | Compiling pem v3.0.4 |
2215 | 2024-11-14T04:13:12.714Z | Compiling tap v1.0.1 |
2216 | 2024-11-14T04:13:12.919Z | Compiling tiny-keccak v2.0.2 |
2217 | 2024-11-14T04:13:13.223Z | Compiling maybe-uninit v2.0.0 |
2218 | 2024-11-14T04:13:13.609Z | Compiling wyz v0.5.1 |
2219 | 2024-11-14T04:13:13.882Z | Compiling dsl_auto_type v0.1.2 |
2220 | 2024-11-14T04:13:13.942Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2221 | 2024-11-14T04:13:14.095Z | Compiling scheduled-thread-pool v0.2.7 |
2222 | 2024-11-14T04:13:14.262Z | Compiling secrecy v0.8.0 |
2223 | 2024-11-14T04:13:14.552Z | Compiling diesel_table_macro_syntax v0.2.0 |
2224 | 2024-11-14T04:13:14.835Z | Compiling crc-catalog v2.4.0 |
2225 | 2024-11-14T04:13:14.971Z | Compiling packed_struct v0.10.1 |
2226 | 2024-11-14T04:13:14.994Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2227 | 2024-11-14T04:13:15.258Z | Compiling funty v2.0.0 |
2228 | 2024-11-14T04:13:15.286Z | Compiling diesel_derives v2.2.3 |
2229 | 2024-11-14T04:13:15.334Z | Compiling crc v3.2.1 |
2230 | 2024-11-14T04:13:15.416Z | Compiling r2d2 v0.8.10 |
2231 | 2024-11-14T04:13:16.318Z | Compiling bitvec v1.0.1 |
2232 | 2024-11-14T04:13:16.602Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2233 | 2024-11-14T04:13:17.408Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2234 | 2024-11-14T04:13:17.600Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2235 | 2024-11-14T04:13:18.732Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2236 | 2024-11-14T04:13:19.215Z | Compiling ascii-canvas v3.0.0 |
2237 | 2024-11-14T04:13:19.744Z | Compiling universal-hash v0.5.1 |
2238 | 2024-11-14T04:13:19.997Z | Compiling thiserror-impl-no-std v2.0.2 |
2239 | 2024-11-14T04:13:21.036Z | Compiling packed_struct_codegen v0.10.1 |
2240 | 2024-11-14T04:13:22.650Z | Compiling lzma-sys v0.1.20 |
2241 | 2024-11-14T04:13:23.344Z | Compiling ena v0.14.3 |
2242 | 2024-11-14T04:13:23.608Z | Compiling indexmap v1.9.3 |
2243 | 2024-11-14T04:13:23.763Z | Compiling nodrop v0.1.14 |
2244 | 2024-11-14T04:13:23.914Z | Compiling diff v0.1.13 |
2245 | 2024-11-14T04:13:23.934Z | Compiling regex-syntax v0.6.29 |
2246 | 2024-11-14T04:13:24.451Z | Compiling opaque-debug v0.3.1 |
2247 | 2024-11-14T04:13:24.678Z | Compiling poly1305 v0.8.0 |
2248 | 2024-11-14T04:13:26.188Z | Compiling array-init v0.0.4 |
2249 | 2024-11-14T04:13:26.325Z | Compiling diesel v2.2.4 |
2250 | 2024-11-14T04:13:27.486Z | Compiling lalrpop v0.19.12 |
2251 | 2024-11-14T04:13:33.661Z | Compiling thiserror-no-std v2.0.2 |
2252 | 2024-11-14T04:13:33.798Z | Compiling smallvec v0.6.14 |
2253 | 2024-11-14T04:13:34.557Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2254 | 2024-11-14T04:13:34.889Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2255 | 2024-11-14T04:13:35.202Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2256 | 2024-11-14T04:13:35.456Z | Compiling chacha20 v0.9.1 |
2257 | 2024-11-14T04:13:35.667Z | Compiling heck v0.3.3 |
2258 | 2024-11-14T04:13:35.937Z | Compiling const_format_proc_macros v0.2.33 |
2259 | 2024-11-14T04:13:36.059Z | Compiling aead v0.5.2 |
2260 | 2024-11-14T04:13:36.423Z | Compiling hashbrown v0.12.3 |
2261 | 2024-11-14T04:13:37.764Z | Compiling termcolor v1.4.1 |
2262 | 2024-11-14T04:13:37.811Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2263 | 2024-11-14T04:13:38.108Z | Compiling bitfield v0.14.0 |
2264 | 2024-11-14T04:13:38.416Z | Compiling ref-cast v1.0.23 |
2265 | 2024-11-14T04:13:38.829Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2266 | 2024-11-14T04:13:38.961Z | Compiling env_logger v0.10.2 |
2267 | 2024-11-14T04:13:42.094Z | Compiling const_format v0.2.33 |
2268 | 2024-11-14T04:13:44.151Z | Compiling chacha20poly1305 v0.10.1 |
2269 | 2024-11-14T04:13:44.391Z | Compiling zone_cfg_derive v0.1.2 |
2270 | 2024-11-14T04:13:44.516Z | Compiling serde-hex v0.1.0 |
2271 | 2024-11-14T04:13:45.772Z | Compiling vsss-rs v3.3.4 |
2272 | 2024-11-14T04:13:49.749Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2273 | 2024-11-14T04:13:50.106Z | Compiling ron v0.8.1 |
2274 | 2024-11-14T04:13:50.167Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2275 | 2024-11-14T04:13:50.481Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2276 | 2024-11-14T04:13:51.139Z | Compiling derive_builder_core v0.20.2 |
2277 | 2024-11-14T04:13:53.293Z | Compiling polar-core v0.27.3 |
2278 | 2024-11-14T04:13:53.422Z | Compiling hashbrown v0.13.2 |
2279 | 2024-11-14T04:13:54.505Z | Compiling headers-core v0.3.0 |
2280 | 2024-11-14T04:13:54.691Z | Compiling fxhash v0.2.1 |
2281 | 2024-11-14T04:13:54.800Z | Compiling libxml v0.3.3 |
2282 | 2024-11-14T04:13:54.933Z | Compiling ref-cast-impl v1.0.23 |
2283 | 2024-11-14T04:13:55.157Z | Compiling crc-any v2.5.0 |
2284 | 2024-11-14T04:13:56.069Z | Compiling base64 v0.13.1 |
2285 | 2024-11-14T04:13:56.126Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2286 | 2024-11-14T04:13:56.306Z | Compiling object v0.30.4 |
2287 | 2024-11-14T04:13:56.844Z | Compiling ron v0.7.1 |
2288 | 2024-11-14T04:14:02.042Z | Compiling headers v0.4.0 |
2289 | 2024-11-14T04:14:05.751Z | Compiling derive_builder_macro v0.20.2 |
2290 | 2024-11-14T04:14:06.601Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2291 | 2024-11-14T04:14:08.174Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2292 | 2024-11-14T04:14:09.289Z | Compiling xz2 v0.1.7 |
2293 | 2024-11-14T04:14:09.575Z | Compiling zone v0.1.8 |
2294 | 2024-11-14T04:14:11.069Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2295 | 2024-11-14T04:14:12.084Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2296 | 2024-11-14T04:14:13.031Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2297 | 2024-11-14T04:14:13.056Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2298 | 2024-11-14T04:14:13.329Z | Compiling yasna v0.5.2 |
2299 | 2024-11-14T04:14:14.264Z | Compiling phf_generator v0.11.2 |
2300 | 2024-11-14T04:14:14.455Z | Compiling strum_macros v0.24.3 |
2301 | 2024-11-14T04:14:14.587Z | Compiling kstat-rs v0.2.4 |
2302 | 2024-11-14T04:14:15.585Z | Compiling samael v0.0.17 |
2303 | 2024-11-14T04:14:16.624Z | Compiling async-recursion v1.1.1 |
2304 | 2024-11-14T04:14:17.202Z | Compiling unicase v2.7.0 |
2305 | 2024-11-14T04:14:17.521Z | Compiling indoc v1.0.9 |
2306 | 2024-11-14T04:14:17.686Z | Compiling path-slash v0.1.5 |
2307 | 2024-11-14T04:14:17.771Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2308 | 2024-11-14T04:14:17.914Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2309 | 2024-11-14T04:14:18.818Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2310 | 2024-11-14T04:14:19.493Z | Compiling phf_codegen v0.11.2 |
2311 | 2024-11-14T04:14:19.712Z | Compiling rcgen v0.12.1 |
2312 | 2024-11-14T04:14:24.751Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2313 | 2024-11-14T04:14:30.050Z | Compiling derive_builder v0.20.2 |
2314 | 2024-11-14T04:14:30.261Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2315 | 2024-11-14T04:14:33.400Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2316 | 2024-11-14T04:14:33.704Z | Compiling impl-trait-for-tuples v0.2.2 |
2317 | 2024-11-14T04:14:35.048Z | Compiling oso-derive v0.27.3 |
2318 | 2024-11-14T04:14:36.004Z | Compiling libz-sys v1.1.20 |
2319 | 2024-11-14T04:14:36.670Z | Compiling parse-zoneinfo v0.3.1 |
2320 | 2024-11-14T04:14:38.306Z | Compiling quick-xml v0.33.0 |
2321 | 2024-11-14T04:14:38.404Z | Compiling subprocess v0.2.9 |
2322 | 2024-11-14T04:14:38.702Z | Compiling diesel-dtrace v0.3.0 |
2323 | 2024-11-14T04:14:39.019Z | Compiling parking_lot_core v0.8.6 |
2324 | 2024-11-14T04:14:39.450Z | Compiling cfg_aliases v0.1.1 |
2325 | 2024-11-14T04:14:39.571Z | Compiling nix v0.28.0 |
2326 | 2024-11-14T04:14:40.365Z | Compiling oso v0.27.3 |
2327 | 2024-11-14T04:14:40.385Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2328 | 2024-11-14T04:14:43.114Z | Compiling chrono-tz-build v0.4.0 |
2329 | 2024-11-14T04:14:44.445Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2330 | 2024-11-14T04:14:46.114Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2331 | 2024-11-14T04:14:48.138Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2332 | 2024-11-14T04:14:51.377Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2333 | 2024-11-14T04:14:51.456Z | Compiling bb8 v0.8.5 |
2334 | 2024-11-14T04:14:51.677Z | Compiling vte_generate_state_changes v0.1.2 |
2335 | 2024-11-14T04:14:52.082Z | Compiling buf-list v1.0.3 |
2336 | 2024-11-14T04:14:52.316Z | Compiling vte v0.11.1 |
2337 | 2024-11-14T04:14:52.752Z | Compiling async-bb8-diesel v0.2.1 |
2338 | 2024-11-14T04:14:53.626Z | Compiling chrono-tz v0.10.0 |
2339 | 2024-11-14T04:14:54.535Z | Compiling fd-lock v4.0.2 |
2340 | 2024-11-14T04:14:54.788Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2341 | 2024-11-14T04:14:55.041Z | Compiling pin-project-internal v1.1.6 |
2342 | 2024-11-14T04:14:55.583Z | Compiling atty v0.2.14 |
2343 | 2024-11-14T04:14:55.753Z | Compiling salty v0.3.0 |
2344 | 2024-11-14T04:14:56.175Z | Compiling bytecount v0.6.8 |
2345 | 2024-11-14T04:14:56.504Z | Compiling papergrid v0.11.0 |
2346 | 2024-11-14T04:14:57.772Z | Compiling pin-project v1.1.6 |
2347 | 2024-11-14T04:14:57.929Z | Compiling parking_lot v0.11.2 |
2348 | 2024-11-14T04:15:06.977Z | Compiling strip-ansi-escapes v0.2.0 |
2349 | 2024-11-14T04:15:08.762Z | Compiling tabled_derive v0.7.0 |
2350 | 2024-11-14T04:15:09.435Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2351 | 2024-11-14T04:15:10.862Z | Compiling peg-macros v0.8.4 |
2352 | 2024-11-14T04:15:14.052Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2353 | 2024-11-14T04:15:14.125Z | Compiling snafu-derive v0.8.5 |
2354 | 2024-11-14T04:15:15.041Z | Compiling sqlparser_derive v0.2.2 |
2355 | 2024-11-14T04:15:16.080Z | Compiling nu-ansi-term v0.50.1 |
2356 | 2024-11-14T04:15:17.307Z | Compiling home v0.5.9 |
2357 | 2024-11-14T04:15:17.617Z | Compiling bumpalo v3.16.0 |
2358 | 2024-11-14T04:15:18.179Z | Compiling unicode_categories v0.1.1 |
2359 | 2024-11-14T04:15:18.566Z | Compiling lockfree-object-pool v0.1.6 |
2360 | 2024-11-14T04:15:18.815Z | Compiling zip v2.1.3 |
2361 | 2024-11-14T04:15:18.881Z | Compiling simd-adler32 v0.3.7 |
2362 | 2024-11-14T04:15:19.154Z | Compiling snafu v0.8.5 |
2363 | 2024-11-14T04:15:20.034Z | Compiling zopfli v0.8.1 |
2364 | 2024-11-14T04:15:20.468Z | Compiling sqlformat v0.2.6 |
2365 | 2024-11-14T04:15:24.036Z | Compiling rustyline v14.0.0 |
2366 | 2024-11-14T04:15:26.180Z | Compiling reedline v0.35.0 |
2367 | 2024-11-14T04:15:30.051Z | Compiling sqlparser v0.45.0 |
2368 | 2024-11-14T04:15:31.272Z | Compiling peg v0.8.4 |
2369 | 2024-11-14T04:15:31.398Z | Compiling tabled v0.15.0 |
2370 | 2024-11-14T04:15:34.518Z | Compiling mime_guess v2.0.5 |
2371 | 2024-11-14T04:15:35.611Z | Compiling sled v0.34.7 |
2372 | 2024-11-14T04:15:38.753Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2373 | 2024-11-14T04:15:40.896Z | Compiling hickory-client v0.24.1 |
2374 | 2024-11-14T04:15:45.335Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2375 | 2024-11-14T04:15:46.040Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2376 | 2024-11-14T04:15:48.029Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2377 | 2024-11-14T04:15:49.107Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2378 | 2024-11-14T04:15:52.962Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2379 | 2024-11-14T04:15:54.604Z | Compiling hickory-server v0.24.1 |
2380 | 2024-11-14T04:15:56.275Z | Compiling globset v0.4.15 |
2381 | 2024-11-14T04:16:03.955Z | Compiling primeorder v0.13.6 |
2382 | 2024-11-14T04:16:04.574Z | Compiling olpc-cjson v0.1.4 |
2383 | 2024-11-14T04:16:04.941Z | Compiling vergen v8.3.2 |
2384 | 2024-11-14T04:16:05.259Z | Compiling bcs v0.1.6 |
2385 | 2024-11-14T04:16:06.201Z | Compiling env_filter v0.1.2 |
2386 | 2024-11-14T04:16:07.208Z | Compiling cargo-platform v0.1.8 |
2387 | 2024-11-14T04:16:07.446Z | Compiling serde_plain v1.0.2 |
2388 | 2024-11-14T04:16:07.840Z | Compiling nanorand v0.7.0 |
2389 | 2024-11-14T04:16:07.971Z | Compiling memoffset v0.9.1 |
2390 | 2024-11-14T04:16:08.305Z | Compiling typed-path v0.9.3 |
2391 | 2024-11-14T04:16:08.742Z | Compiling flume v0.11.1 |
2392 | 2024-11-14T04:16:09.119Z | Compiling cargo_metadata v0.18.1 |
2393 | 2024-11-14T04:16:09.553Z | Compiling env_logger v0.11.5 |
2394 | 2024-11-14T04:16:10.991Z | Compiling tough v0.19.0 |
2395 | 2024-11-14T04:16:12.501Z | Compiling p384 v0.13.0 |
2396 | 2024-11-14T04:16:15.728Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2397 | 2024-11-14T04:16:18.520Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2398 | 2024-11-14T04:16:20.978Z | Compiling git2 v0.19.0 |
2399 | 2024-11-14T04:16:28.569Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2400 | 2024-11-14T04:16:30.906Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2401 | 2024-11-14T04:16:36.107Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2402 | 2024-11-14T04:16:37.858Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2403 | 2024-11-14T04:16:39.343Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2404 | 2024-11-14T04:16:39.997Z | Compiling rand_seeder v0.3.0 |
2405 | 2024-11-14T04:16:40.419Z | Compiling libsqlite3-sys v0.30.1 |
2406 | 2024-11-14T04:16:40.935Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2407 | 2024-11-14T04:16:41.260Z | Compiling rustls v0.21.12 |
2408 | 2024-11-14T04:16:41.587Z | Compiling cfg_aliases v0.2.1 |
2409 | 2024-11-14T04:16:41.720Z | Compiling parse-size v1.1.0 |
2410 | 2024-11-14T04:16:42.060Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2411 | 2024-11-14T04:16:42.086Z | Compiling nix v0.29.0 |
2412 | 2024-11-14T04:16:42.993Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2413 | 2024-11-14T04:16:43.220Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2414 | 2024-11-14T04:16:44.888Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2415 | 2024-11-14T04:16:45.216Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2416 | 2024-11-14T04:16:45.685Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2417 | 2024-11-14T04:16:45.991Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2418 | 2024-11-14T04:16:46.032Z | Compiling rustls-webpki v0.101.7 |
2419 | 2024-11-14T04:16:49.042Z | Compiling sct v0.7.1 |
2420 | 2024-11-14T04:16:49.520Z | Compiling castaway v0.2.3 |
2421 | 2024-11-14T04:16:49.723Z | Compiling csv-core v0.1.11 |
2422 | 2024-11-14T04:16:49.956Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2423 | 2024-11-14T04:16:50.244Z | Compiling http-range v0.1.5 |
2424 | 2024-11-14T04:16:50.277Z | Compiling glob v0.3.1 |
2425 | 2024-11-14T04:16:50.597Z | Compiling hyper-staticfile v0.10.1 |
2426 | 2024-11-14T04:16:50.823Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2427 | 2024-11-14T04:16:52.389Z | Compiling csv v1.3.0 |
2428 | 2024-11-14T04:16:53.547Z | Compiling compact_str v0.8.0 |
2429 | 2024-11-14T04:16:56.191Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2430 | 2024-11-14T04:16:56.452Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2431 | 2024-11-14T04:16:57.748Z | Compiling nix v0.27.1 |
2432 | 2024-11-14T04:16:57.944Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2433 | 2024-11-14T04:17:01.614Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2434 | 2024-11-14T04:17:05.157Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2435 | 2024-11-14T04:17:11.846Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2436 | 2024-11-14T04:17:11.941Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2437 | 2024-11-14T04:17:15.086Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2438 | 2024-11-14T04:17:15.435Z | Compiling unicode-truncate v1.1.0 |
2439 | 2024-11-14T04:17:15.734Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2440 | 2024-11-14T04:17:16.042Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2441 | 2024-11-14T04:17:16.352Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2442 | 2024-11-14T04:17:18.370Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2443 | 2024-11-14T04:17:19.489Z | Compiling hashlink v0.9.1 |
2444 | 2024-11-14T04:17:20.354Z | Compiling tungstenite v0.23.0 |
2445 | 2024-11-14T04:17:20.403Z | Compiling lru v0.12.5 |
2446 | 2024-11-14T04:17:20.796Z | Compiling instability v0.3.2 |
2447 | 2024-11-14T04:17:21.313Z | Compiling fallible-streaming-iterator v0.1.9 |
2448 | 2024-11-14T04:17:21.585Z | Compiling cassowary v0.3.0 |
2449 | 2024-11-14T04:17:21.792Z | Compiling fallible-iterator v0.3.0 |
2450 | 2024-11-14T04:17:22.611Z | Compiling rusqlite v0.32.1 |
2451 | 2024-11-14T04:17:23.494Z | Compiling ratatui v0.28.1 |
2452 | 2024-11-14T04:17:25.224Z | Compiling tokio-tungstenite v0.23.1 |
2453 | 2024-11-14T04:17:25.881Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2454 | 2024-11-14T04:17:28.845Z | Compiling tokio-rustls v0.24.1 |
2455 | 2024-11-14T04:17:34.806Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2456 | 2024-11-14T04:17:41.915Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2457 | 2024-11-14T04:17:42.987Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2458 | 2024-11-14T04:17:43.251Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2459 | 2024-11-14T04:17:43.739Z | Compiling rustls-pemfile v1.0.4 |
2460 | 2024-11-14T04:17:44.469Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2461 | 2024-11-14T04:17:44.730Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2462 | 2024-11-14T04:17:46.986Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2463 | 2024-11-14T04:17:47.155Z | Compiling signal-hook-tokio v0.3.1 |
2464 | 2024-11-14T04:17:47.351Z | Compiling twox-hash v1.6.3 |
2465 | 2024-11-14T04:17:48.304Z | Compiling is_ci v1.2.0 |
2466 | 2024-11-14T04:17:48.615Z | Compiling smawk v0.3.2 |
2467 | 2024-11-14T04:17:48.902Z | Compiling unicode-linebreak v0.1.5 |
2468 | 2024-11-14T04:17:49.227Z | Compiling supports-color v3.0.1 |
2469 | 2024-11-14T04:17:49.456Z | Compiling textwrap v0.16.1 |
2470 | 2024-11-14T04:17:49.625Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2471 | 2024-11-14T04:17:52.842Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2472 | 2024-11-14T04:18:08.873Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2473 | 2024-11-14T04:18:09.191Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2474 | 2024-11-14T04:18:10.087Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2475 | 2024-11-14T04:18:13.964Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2476 | 2024-11-14T04:18:14.583Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2477 | 2024-11-14T04:18:15.327Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2478 | 2024-11-14T04:18:22.420Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2479 | 2024-11-14T04:18:22.734Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2480 | 2024-11-14T04:18:23.452Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2481 | 2024-11-14T04:18:29.423Z | Compiling fatfs v0.3.6 |
2482 | 2024-11-14T04:18:32.255Z | Compiling rtoolbox v0.0.2 |
2483 | 2024-11-14T04:18:32.499Z | Compiling assert_matches v1.5.0 |
2484 | 2024-11-14T04:18:32.687Z | Compiling rpassword v7.3.1 |
2485 | 2024-11-14T04:18:33.124Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2486 | 2024-11-14T04:18:33.823Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2487 | 2024-11-14T04:18:51.638Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2488 | 2024-11-14T04:18:55.031Z | Compiling tui-tree-widget v0.22.0 |
2489 | 2024-11-14T04:18:55.506Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2490 | 2024-11-14T04:18:58.606Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2491 | 2024-11-14T04:19:00.152Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2492 | 2024-11-14T04:19:00.474Z | Compiling uzers v0.12.1 |
2493 | 2024-11-14T04:19:03.590Z | Compiling shell-words v1.1.0 |
2494 | 2024-11-14T04:19:04.016Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2495 | 2024-11-14T04:19:12.066Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2496 | 2024-11-14T04:19:14.105Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2497 | 2024-11-14T04:19:34.443Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2498 | 2024-11-14T04:19:44.877Z | Compiling multimap v0.10.0 |
2499 | 2024-11-14T04:21:45.475Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2500 | 2024-11-14T04:21:52.869Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2501 | 2024-11-14T04:28:32.595Z | Finished `release` profile [optimized] target(s) in 16m 04s |
2502 | 2024-11-14T04:29:34.272Z | |
2503 | 2024-11-14T04:29:34.388Z | real 17:07.644111343 |
2504 | 2024-11-14T04:29:34.388Z | user 1:56:31.529406130 |
2505 | 2024-11-14T04:29:34.389Z | sys 5:47.721193733 |
2506 | 2024-11-14T04:29:34.389Z | trap 2.779945086 |
2507 | 2024-11-14T04:29:34.389Z | tflt 2.913488011 |
2508 | 2024-11-14T04:29:34.389Z | dflt 4.842455487 |
2509 | 2024-11-14T04:29:34.389Z | kflt 0.020955861 |
2510 | 2024-11-14T04:29:34.389Z | lock 7:11:27.152854804 |
2511 | 2024-11-14T04:29:34.389Z | slp 6:10:53.633926476 |
2512 | 2024-11-14T04:29:34.389Z | lat 2:47.514576342 |
2513 | 2024-11-14T04:29:34.389Z | stop 2:30.644374839 |
2514 | 2024-11-14T04:29:34.389Z | + mapfile -t packages |
2515 | 2024-11-14T04:29:34.389Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2516 | 2024-11-14T04:29:35.211Z | Finished `release` profile [optimized] target(s) in 0.93s |
2517 | 2024-11-14T04:29:35.268Z | Running `target/release/omicron-package -t test list-outputs` |
2518 | 2024-11-14T04:29:35.316Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2519 | 2024-11-14T04:29:35.319Z | + ptime -m cargo build --locked --release -p xtask |
2520 | 2024-11-14T04:29:35.866Z | Compiling serde v1.0.215 |
2521 | 2024-11-14T04:29:35.873Z | Compiling rustix v0.38.37 |
2522 | 2024-11-14T04:29:35.873Z | Compiling libc v0.2.162 |
2523 | 2024-11-14T04:29:35.873Z | Compiling serde_json v1.0.132 |
2524 | 2024-11-14T04:29:35.873Z | Compiling syn v2.0.87 |
2525 | 2024-11-14T04:29:35.951Z | Compiling bitflags v2.6.0 |
2526 | 2024-11-14T04:29:36.329Z | Compiling usdt-impl v0.5.0 |
2527 | 2024-11-14T04:29:36.345Z | Compiling syn v1.0.109 |
2528 | 2024-11-14T04:29:36.456Z | Compiling hashbrown v0.15.0 |
2529 | 2024-11-14T04:29:36.473Z | Compiling log v0.4.22 |
2530 | 2024-11-14T04:29:36.524Z | Compiling fs-err v2.11.0 |
2531 | 2024-11-14T04:29:36.825Z | Compiling anyhow v1.0.93 |
2532 | 2024-11-14T04:29:37.010Z | Compiling once_cell v1.20.2 |
2533 | 2024-11-14T04:29:37.384Z | Compiling thread-id v4.2.2 |
2534 | 2024-11-14T04:29:37.801Z | Compiling indexmap v2.6.0 |
2535 | 2024-11-14T04:29:39.079Z | Compiling terminal_size v0.4.0 |
2536 | 2024-11-14T04:29:39.079Z | Compiling tempfile v3.13.0 |
2537 | 2024-11-14T04:29:39.102Z | Compiling clap_builder v4.5.20 |
2538 | 2024-11-14T04:29:39.741Z | Compiling proc-macro-error v1.0.4 |
2539 | 2024-11-14T04:29:41.094Z | Compiling tabled_derive v0.7.0 |
2540 | 2024-11-14T04:29:42.410Z | Compiling tabled v0.15.0 |
2541 | 2024-11-14T04:29:47.289Z | Compiling serde_derive v1.0.215 |
2542 | 2024-11-14T04:29:47.396Z | Compiling thiserror-impl v1.0.69 |
2543 | 2024-11-14T04:29:47.396Z | Compiling zerocopy-derive v0.7.35 |
2544 | 2024-11-14T04:29:47.431Z | Compiling zerocopy v0.7.35 |
2545 | 2024-11-14T04:29:47.495Z | Compiling thiserror v1.0.69 |
2546 | 2024-11-14T04:29:47.627Z | Compiling pest v2.7.14 |
2547 | 2024-11-14T04:29:48.016Z | Compiling scroll_derive v0.12.0 |
2548 | 2024-11-14T04:29:49.424Z | Compiling scroll v0.12.0 |
2549 | 2024-11-14T04:29:50.109Z | Compiling goblin v0.8.2 |
2550 | 2024-11-14T04:29:50.707Z | Compiling pest_meta v2.7.14 |
2551 | 2024-11-14T04:29:52.835Z | Compiling pest_generator v2.7.14 |
2552 | 2024-11-14T04:29:54.887Z | Compiling pest_derive v2.7.14 |
2553 | 2024-11-14T04:29:55.695Z | Compiling dtrace-parser v0.2.0 |
2554 | 2024-11-14T04:29:57.516Z | Compiling clap_derive v4.5.18 |
2555 | 2024-11-14T04:30:02.187Z | Compiling serde_tokenstream v0.2.2 |
2556 | 2024-11-14T04:30:02.791Z | Compiling toml_datetime v0.6.8 |
2557 | 2024-11-14T04:30:03.283Z | Compiling dof v0.3.0 |
2558 | 2024-11-14T04:30:03.515Z | Compiling serde_spanned v0.6.8 |
2559 | 2024-11-14T04:30:03.780Z | Compiling toml_edit v0.22.22 |
2560 | 2024-11-14T04:30:04.524Z | Compiling camino v1.1.9 |
2561 | 2024-11-14T04:30:05.598Z | Compiling usdt-attr-macro v0.5.0 |
2562 | 2024-11-14T04:30:05.893Z | Compiling usdt-macro v0.5.0 |
2563 | 2024-11-14T04:30:06.977Z | Compiling cargo-platform v0.1.8 |
2564 | 2024-11-14T04:30:07.162Z | Compiling semver v1.0.23 |
2565 | 2024-11-14T04:30:08.065Z | Compiling toml v0.8.19 |
2566 | 2024-11-14T04:30:08.123Z | Compiling cargo_metadata v0.18.1 |
2567 | 2024-11-14T04:30:08.311Z | Compiling usdt v0.5.0 |
2568 | 2024-11-14T04:30:08.685Z | Compiling camino-tempfile v1.1.1 |
2569 | 2024-11-14T04:30:08.952Z | Compiling clap v4.5.20 |
2570 | 2024-11-14T04:30:09.081Z | Compiling cargo_toml v0.20.5 |
2571 | 2024-11-14T04:30:09.480Z | Compiling macaddr v1.0.1 |
2572 | 2024-11-14T04:30:22.292Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2573 | 2024-11-14T04:30:31.645Z | Finished `release` profile [optimized] target(s) in 56.26s |
2574 | 2024-11-14T04:30:31.774Z | |
2575 | 2024-11-14T04:30:31.775Z | real 56.417987454 |
2576 | 2024-11-14T04:30:31.775Z | user 5:43.960295870 |
2577 | 2024-11-14T04:30:31.775Z | sys 31.466915364 |
2578 | 2024-11-14T04:30:31.775Z | trap 0.150967874 |
2579 | 2024-11-14T04:30:31.780Z | tflt 0.295472128 |
2580 | 2024-11-14T04:30:31.780Z | dflt 0.485837792 |
2581 | 2024-11-14T04:30:31.780Z | kflt 0.000046864 |
2582 | 2024-11-14T04:30:31.780Z | lock 9:38.891672581 |
2583 | 2024-11-14T04:30:31.780Z | slp 14:48.649017615 |
2584 | 2024-11-14T04:30:31.780Z | lat 12.768333143 |
2585 | 2024-11-14T04:30:31.780Z | stop 15.965176889 |
2586 | 2024-11-14T04:30:31.780Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2587 | 2024-11-14T04:30:31.780Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2588 | 2024-11-14T04:30:31.780Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2589 | 2024-11-14T04:30:31.780Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2590 | 2024-11-14T04:30:31.780Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2591 | 2024-11-14T04:30:32.629Z | Compiling hashbrown v0.14.5 |
2592 | 2024-11-14T04:30:32.755Z | Compiling unsafe-libyaml v0.2.11 |
2593 | 2024-11-14T04:30:32.766Z | Compiling progenitor-client v0.8.0 |
2594 | 2024-11-14T04:30:32.768Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2595 | 2024-11-14T04:30:32.768Z | Compiling ident_case v1.0.1 |
2596 | 2024-11-14T04:30:32.768Z | Compiling ipnetwork v0.20.0 |
2597 | 2024-11-14T04:30:32.768Z | Compiling instant v0.1.13 |
2598 | 2024-11-14T04:30:32.769Z | Compiling structmeta-derive v0.3.0 |
2599 | 2024-11-14T04:30:32.907Z | Compiling newtype-uuid v1.1.3 |
2600 | 2024-11-14T04:30:33.013Z | Compiling darling_core v0.20.10 |
2601 | 2024-11-14T04:30:33.194Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2602 | 2024-11-14T04:30:33.236Z | Compiling dropshot v0.13.0 |
2603 | 2024-11-14T04:30:33.587Z | Compiling dropshot_endpoint v0.13.0 |
2604 | 2024-11-14T04:30:33.605Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2605 | 2024-11-14T04:30:33.741Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2606 | 2024-11-14T04:30:33.954Z | Compiling regress v0.10.1 |
2607 | 2024-11-14T04:30:34.052Z | Compiling serde_yaml v0.9.34+deprecated |
2608 | 2024-11-14T04:30:34.130Z | Compiling regress v0.9.1 |
2609 | 2024-11-14T04:30:34.367Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2610 | 2024-11-14T04:30:34.540Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2611 | 2024-11-14T04:30:34.666Z | Compiling backoff v0.4.0 |
2612 | 2024-11-14T04:30:35.037Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2613 | 2024-11-14T04:30:35.204Z | Compiling macaddr v1.0.1 |
2614 | 2024-11-14T04:30:35.300Z | Compiling tempfile v3.13.0 |
2615 | 2024-11-14T04:30:35.679Z | Compiling proc-macro-crate v1.3.1 |
2616 | 2024-11-14T04:30:35.790Z | Compiling structmeta v0.3.0 |
2617 | 2024-11-14T04:30:36.153Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2618 | 2024-11-14T04:30:36.235Z | Compiling parse-display-derive v0.10.0 |
2619 | 2024-11-14T04:30:36.534Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2620 | 2024-11-14T04:30:36.803Z | Compiling num_enum_derive v0.5.11 |
2621 | 2024-11-14T04:30:36.879Z | Compiling foreign-types-macros v0.2.3 |
2622 | 2024-11-14T04:30:38.184Z | Compiling typify-impl v0.2.0 |
2623 | 2024-11-14T04:30:38.269Z | Compiling heapless v0.8.0 |
2624 | 2024-11-14T04:30:38.859Z | Compiling foreign-types-shared v0.3.1 |
2625 | 2024-11-14T04:30:38.981Z | Compiling foreign-types v0.5.0 |
2626 | 2024-11-14T04:30:39.102Z | Compiling proc-macro-error v1.0.4 |
2627 | 2024-11-14T04:30:39.396Z | Compiling num_enum v0.5.11 |
2628 | 2024-11-14T04:30:39.530Z | Compiling camino-tempfile v1.1.1 |
2629 | 2024-11-14T04:30:39.558Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2630 | 2024-11-14T04:30:39.566Z | Compiling hash32 v0.3.1 |
2631 | 2024-11-14T04:30:39.820Z | Compiling cstr-argument v0.1.2 |
2632 | 2024-11-14T04:30:39.823Z | Compiling smoltcp v0.11.0 |
2633 | 2024-11-14T04:30:39.994Z | Compiling pretty-hex v0.2.1 |
2634 | 2024-11-14T04:30:40.093Z | Compiling crucible-workspace-hack v0.1.0 |
2635 | 2024-11-14T04:30:40.102Z | Compiling darling_macro v0.20.10 |
2636 | 2024-11-14T04:30:40.179Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2637 | 2024-11-14T04:30:40.382Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2638 | 2024-11-14T04:30:40.407Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2639 | 2024-11-14T04:30:40.553Z | Compiling tabwriter v1.4.0 |
2640 | 2024-11-14T04:30:40.633Z | Compiling colored v2.1.0 |
2641 | 2024-11-14T04:30:40.914Z | Compiling parse-display v0.10.0 |
2642 | 2024-11-14T04:30:41.002Z | Compiling cobs v0.2.3 |
2643 | 2024-11-14T04:30:41.037Z | Compiling darling v0.20.10 |
2644 | 2024-11-14T04:30:41.177Z | Compiling serde_with_macros v3.11.0 |
2645 | 2024-11-14T04:30:41.190Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2646 | 2024-11-14T04:30:41.294Z | Compiling postcard v1.0.10 |
2647 | 2024-11-14T04:30:41.403Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2648 | 2024-11-14T04:30:41.557Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2649 | 2024-11-14T04:30:41.588Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2650 | 2024-11-14T04:30:41.595Z | Compiling smf v0.2.3 |
2651 | 2024-11-14T04:30:41.973Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2652 | 2024-11-14T04:30:42.329Z | Compiling zone_cfg_derive v0.3.0 |
2653 | 2024-11-14T04:30:42.536Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2654 | 2024-11-14T04:30:43.033Z | Compiling num-derive v0.4.2 |
2655 | 2024-11-14T04:30:43.059Z | Compiling sigpipe v0.1.3 |
2656 | 2024-11-14T04:30:43.188Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2657 | 2024-11-14T04:30:43.512Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2658 | 2024-11-14T04:30:43.871Z | Compiling zone v0.3.0 |
2659 | 2024-11-14T04:30:44.153Z | Compiling serde_with v3.11.0 |
2660 | 2024-11-14T04:30:44.639Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2661 | 2024-11-14T04:30:45.109Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2662 | 2024-11-14T04:30:45.425Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2663 | 2024-11-14T04:30:45.490Z | Compiling universal-hash v0.5.1 |
2664 | 2024-11-14T04:30:45.760Z | Compiling opaque-debug v0.3.1 |
2665 | 2024-11-14T04:30:45.848Z | Compiling num-rational v0.4.2 |
2666 | 2024-11-14T04:30:46.285Z | Compiling password-hash v0.5.0 |
2667 | 2024-11-14T04:30:46.364Z | Compiling num-complex v0.4.6 |
2668 | 2024-11-14T04:30:46.935Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2669 | 2024-11-14T04:30:47.233Z | Compiling blake2 v0.10.6 |
2670 | 2024-11-14T04:30:47.386Z | Compiling aead v0.5.2 |
2671 | 2024-11-14T04:30:47.444Z | Compiling keccak v0.1.5 |
2672 | 2024-11-14T04:30:47.583Z | Compiling convert_case v0.4.0 |
2673 | 2024-11-14T04:30:47.770Z | Compiling sha3 v0.10.8 |
2674 | 2024-11-14T04:30:48.121Z | Compiling argon2 v0.5.3 |
2675 | 2024-11-14T04:30:48.215Z | Compiling num v0.4.3 |
2676 | 2024-11-14T04:30:48.331Z | Compiling poly1305 v0.8.0 |
2677 | 2024-11-14T04:30:48.517Z | Compiling tungstenite v0.21.0 |
2678 | 2024-11-14T04:30:48.599Z | Compiling chacha20 v0.9.1 |
2679 | 2024-11-14T04:30:48.623Z | Compiling derive_more v0.99.18 |
2680 | 2024-11-14T04:30:48.810Z | Compiling float-ord v0.3.2 |
2681 | 2024-11-14T04:30:48.987Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2682 | 2024-11-14T04:30:49.071Z | Compiling base64 v0.21.7 |
2683 | 2024-11-14T04:30:49.191Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2684 | 2024-11-14T04:30:49.720Z | Compiling tokio-tungstenite v0.21.0 |
2685 | 2024-11-14T04:30:49.845Z | Compiling semver v0.1.20 |
2686 | 2024-11-14T04:30:50.082Z | Compiling same-file v1.0.6 |
2687 | 2024-11-14T04:30:50.258Z | Compiling walkdir v2.5.0 |
2688 | 2024-11-14T04:30:50.379Z | Compiling rustc_version v0.1.7 |
2689 | 2024-11-14T04:30:50.437Z | Compiling newline-converter v0.3.0 |
2690 | 2024-11-14T04:30:50.499Z | Compiling primeorder v0.13.6 |
2691 | 2024-11-14T04:30:50.658Z | Compiling secrecy v0.8.0 |
2692 | 2024-11-14T04:30:50.911Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2693 | 2024-11-14T04:30:53.333Z | Compiling owo-colors v4.1.0 |
2694 | 2024-11-14T04:30:53.333Z | Compiling cancel-safe-futures v0.1.5 |
2695 | 2024-11-14T04:30:53.333Z | Compiling newtype_derive v0.1.6 |
2696 | 2024-11-14T04:30:53.442Z | Compiling expectorate v1.1.0 |
2697 | 2024-11-14T04:30:53.442Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2698 | 2024-11-14T04:30:53.442Z | Compiling thiserror-impl-no-std v2.0.2 |
2699 | 2024-11-14T04:30:53.442Z | Compiling blake3 v1.5.4 |
2700 | 2024-11-14T04:30:53.442Z | Compiling ring v0.16.20 |
2701 | 2024-11-14T04:30:53.442Z | Compiling unicase v2.7.0 |
2702 | 2024-11-14T04:30:53.442Z | Compiling half v2.4.1 |
2703 | 2024-11-14T04:30:53.442Z | Compiling ciborium-io v0.2.2 |
2704 | 2024-11-14T04:30:53.442Z | Compiling arc-swap v1.7.1 |
2705 | 2024-11-14T04:30:53.442Z | Compiling ciborium-ll v0.2.2 |
2706 | 2024-11-14T04:30:53.442Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2707 | 2024-11-14T04:30:53.442Z | Compiling slog-scope v4.4.0 |
2708 | 2024-11-14T04:30:53.442Z | Compiling polyval v0.6.2 |
2709 | 2024-11-14T04:30:53.442Z | Compiling atomicwrites v0.4.4 |
2710 | 2024-11-14T04:30:53.442Z | Compiling libsw v3.3.1 |
2711 | 2024-11-14T04:30:53.442Z | Compiling memmap2 v0.9.5 |
2712 | 2024-11-14T04:30:53.443Z | Compiling arrayvec v0.7.6 |
2713 | 2024-11-14T04:30:53.443Z | Compiling spin v0.5.2 |
2714 | 2024-11-14T04:30:53.519Z | Compiling libefi-sys v0.1.0 |
2715 | 2024-11-14T04:30:53.569Z | Compiling salty v0.3.0 |
2716 | 2024-11-14T04:30:53.658Z | Compiling indent_write v2.2.0 |
2717 | 2024-11-14T04:30:53.770Z | Compiling parking_lot_core v0.8.6 |
2718 | 2024-11-14T04:30:53.841Z | Compiling arrayref v0.3.9 |
2719 | 2024-11-14T04:30:53.967Z | Compiling constant_time_eq v0.3.1 |
2720 | 2024-11-14T04:30:54.019Z | Compiling linear-map v1.2.0 |
2721 | 2024-11-14T04:30:54.313Z | Compiling ghash v0.5.1 |
2722 | 2024-11-14T04:30:54.397Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2723 | 2024-11-14T04:30:54.428Z | Compiling thiserror-no-std v2.0.2 |
2724 | 2024-11-14T04:30:54.492Z | Compiling slog-stdlog v4.1.1 |
2725 | 2024-11-14T04:30:54.542Z | Compiling vsss-rs v3.3.4 |
2726 | 2024-11-14T04:30:54.885Z | Compiling ciborium v0.2.2 |
2727 | 2024-11-14T04:30:55.350Z | Compiling p384 v0.13.0 |
2728 | 2024-11-14T04:30:55.640Z | Compiling toolchain_find v0.4.0 |
2729 | 2024-11-14T04:30:56.327Z | Compiling chacha20poly1305 v0.10.1 |
2730 | 2024-11-14T04:30:56.353Z | Compiling lzma-sys v0.1.20 |
2731 | 2024-11-14T04:30:56.390Z | Compiling ctr v0.9.2 |
2732 | 2024-11-14T04:30:56.551Z | Compiling itertools v0.13.0 |
2733 | 2024-11-14T04:30:56.648Z | Compiling typify-macro v0.2.0 |
2734 | 2024-11-14T04:30:56.788Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2735 | 2024-11-14T04:30:56.937Z | Compiling bitfield-struct v0.6.2 |
2736 | 2024-11-14T04:30:57.205Z | Compiling slog-dtrace v0.3.0 |
2737 | 2024-11-14T04:30:57.227Z | Compiling highway v1.2.0 |
2738 | 2024-11-14T04:30:57.509Z | Compiling topological-sort v0.2.2 |
2739 | 2024-11-14T04:30:57.752Z | Compiling omicron-zone-package v0.11.1 |
2740 | 2024-11-14T04:30:58.262Z | Compiling aes-gcm v0.10.3 |
2741 | 2024-11-14T04:30:58.294Z | Compiling rustfmt-wrapper v0.2.1 |
2742 | 2024-11-14T04:30:58.446Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2743 | 2024-11-14T04:30:58.574Z | Compiling mime_guess v2.0.5 |
2744 | 2024-11-14T04:30:58.715Z | Compiling steno v0.4.1 |
2745 | 2024-11-14T04:30:58.911Z | Compiling slog-envlogger v2.2.0 |
2746 | 2024-11-14T04:30:59.730Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2747 | 2024-11-14T04:30:59.929Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2748 | 2024-11-14T04:30:59.945Z | Compiling heck v0.3.3 |
2749 | 2024-11-14T04:31:00.229Z | Compiling ssh-encoding v0.2.0 |
2750 | 2024-11-14T04:31:00.259Z | Compiling blowfish v0.9.1 |
2751 | 2024-11-14T04:31:00.391Z | Compiling nibble_vec v0.1.0 |
2752 | 2024-11-14T04:31:00.425Z | Compiling env_filter v0.1.2 |
2753 | 2024-11-14T04:31:00.628Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2754 | 2024-11-14T04:31:00.715Z | Compiling humantime v2.1.0 |
2755 | 2024-11-14T04:31:00.761Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2756 | 2024-11-14T04:31:00.912Z | Compiling endian-type v0.1.2 |
2757 | 2024-11-14T04:31:01.053Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2758 | 2024-11-14T04:31:01.069Z | Compiling typify v0.2.0 |
2759 | 2024-11-14T04:31:01.123Z | Compiling radix_trie v0.2.1 |
2760 | 2024-11-14T04:31:01.161Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2761 | 2024-11-14T04:31:01.202Z | Compiling progenitor-impl v0.8.0 |
2762 | 2024-11-14T04:31:01.219Z | Compiling env_logger v0.11.5 |
2763 | 2024-11-14T04:31:01.238Z | Compiling ssh-cipher v0.2.0 |
2764 | 2024-11-14T04:31:01.263Z | Compiling bcrypt-pbkdf v0.10.0 |
2765 | 2024-11-14T04:31:01.867Z | Compiling zone_cfg_derive v0.1.2 |
2766 | 2024-11-14T04:31:02.004Z | Compiling parking_lot v0.11.2 |
2767 | 2024-11-14T04:31:02.303Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2768 | 2024-11-14T04:31:02.477Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2769 | 2024-11-14T04:31:03.026Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2770 | 2024-11-14T04:31:03.062Z | Compiling password-hash v0.4.2 |
2771 | 2024-11-14T04:31:03.262Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2772 | 2024-11-14T04:31:03.389Z | Compiling gethostname v0.5.0 |
2773 | 2024-11-14T04:31:03.445Z | Compiling fxhash v0.2.1 |
2774 | 2024-11-14T04:31:03.594Z | Compiling base64 v0.13.1 |
2775 | 2024-11-14T04:31:03.615Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2776 | 2024-11-14T04:31:03.651Z | Compiling matches v0.1.10 |
2777 | 2024-11-14T04:31:03.758Z | Compiling idna v0.2.3 |
2778 | 2024-11-14T04:31:03.911Z | Compiling sled v0.34.7 |
2779 | 2024-11-14T04:31:03.959Z | Compiling pbkdf2 v0.11.0 |
2780 | 2024-11-14T04:31:03.988Z | Compiling ron v0.7.1 |
2781 | 2024-11-14T04:31:04.199Z | Compiling zone v0.1.8 |
2782 | 2024-11-14T04:31:04.239Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2783 | 2024-11-14T04:31:04.316Z | Compiling xz2 v0.1.7 |
2784 | 2024-11-14T04:31:04.824Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2785 | 2024-11-14T04:31:05.468Z | Compiling ssh-key v0.6.6 |
2786 | 2024-11-14T04:31:05.819Z | Compiling hickory-client v0.24.1 |
2787 | 2024-11-14T04:31:06.413Z | Compiling p256 v0.13.2 |
2788 | 2024-11-14T04:31:06.478Z | Compiling p521 v0.13.3 |
2789 | 2024-11-14T04:31:06.541Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2790 | 2024-11-14T04:31:07.317Z | Compiling hickory-server v0.24.1 |
2791 | 2024-11-14T04:31:07.338Z | Compiling enum-as-inner v0.5.1 |
2792 | 2024-11-14T04:31:07.739Z | Compiling pem v3.0.4 |
2793 | 2024-11-14T04:31:08.374Z | Compiling yasna v0.5.2 |
2794 | 2024-11-14T04:31:08.594Z | Compiling headers-core v0.3.0 |
2795 | 2024-11-14T04:31:08.770Z | Compiling kstat-rs v0.2.4 |
2796 | 2024-11-14T04:31:08.791Z | Compiling nanorand v0.7.0 |
2797 | 2024-11-14T04:31:09.402Z | Compiling atty v0.2.14 |
2798 | 2024-11-14T04:31:09.451Z | Compiling russh-cryptovec v0.7.3 |
2799 | 2024-11-14T04:31:09.557Z | Compiling http-range v0.1.5 |
2800 | 2024-11-14T04:31:09.782Z | Compiling md5 v0.7.0 |
2801 | 2024-11-14T04:31:09.786Z | Compiling progenitor-macro v0.8.0 |
2802 | 2024-11-14T04:31:09.932Z | Compiling hyper-staticfile v0.10.1 |
2803 | 2024-11-14T04:31:10.091Z | Compiling russh-keys v0.45.0 |
2804 | 2024-11-14T04:31:10.439Z | Compiling rcgen v0.12.1 |
2805 | 2024-11-14T04:31:10.590Z | Compiling flume v0.11.1 |
2806 | 2024-11-14T04:31:10.590Z | Compiling headers v0.4.0 |
2807 | 2024-11-14T04:31:11.087Z | Compiling trust-dns-proto v0.22.0 |
2808 | 2024-11-14T04:31:11.107Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2809 | 2024-11-14T04:31:12.345Z | Compiling num-bigint v0.4.6 |
2810 | 2024-11-14T04:31:12.923Z | Compiling des v0.8.1 |
2811 | 2024-11-14T04:31:13.289Z | Compiling subprocess v0.2.9 |
2812 | 2024-11-14T04:31:14.434Z | Compiling dhcproto-macros v0.1.0 |
2813 | 2024-11-14T04:31:14.543Z | Compiling display-error-chain v0.2.2 |
2814 | 2024-11-14T04:31:14.758Z | Compiling hex-literal v0.4.1 |
2815 | 2024-11-14T04:31:14.926Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2816 | 2024-11-14T04:31:15.278Z | Compiling internet-checksum v0.2.1 |
2817 | 2024-11-14T04:31:15.372Z | Compiling russh v0.45.0 |
2818 | 2024-11-14T04:31:15.609Z | Compiling dhcproto v0.12.0 |
2819 | 2024-11-14T04:31:20.752Z | Compiling progenitor v0.8.0 |
2820 | 2024-11-14T04:31:20.885Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2821 | 2024-11-14T04:31:20.889Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2822 | 2024-11-14T04:31:20.889Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2823 | 2024-11-14T04:31:20.889Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2824 | 2024-11-14T04:31:20.889Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2825 | 2024-11-14T04:31:20.889Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2826 | 2024-11-14T04:31:20.889Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2827 | 2024-11-14T04:31:20.984Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2828 | 2024-11-14T04:31:21.785Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2829 | 2024-11-14T04:31:22.400Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2830 | 2024-11-14T04:31:25.870Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2831 | 2024-11-14T04:31:27.649Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2832 | 2024-11-14T04:31:36.797Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2833 | 2024-11-14T04:31:36.803Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2834 | 2024-11-14T04:31:36.804Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2835 | 2024-11-14T04:31:36.804Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2836 | 2024-11-14T04:31:37.668Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2837 | 2024-11-14T04:31:39.991Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2838 | 2024-11-14T04:31:41.095Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2839 | 2024-11-14T04:31:41.649Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2840 | 2024-11-14T04:31:41.686Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2841 | 2024-11-14T04:31:42.215Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2842 | 2024-11-14T04:31:44.862Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2843 | 2024-11-14T04:31:45.649Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2844 | 2024-11-14T04:31:45.749Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2845 | 2024-11-14T04:31:46.344Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2846 | 2024-11-14T04:31:47.404Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2847 | 2024-11-14T04:31:47.422Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2848 | 2024-11-14T04:31:47.470Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2849 | 2024-11-14T04:31:49.299Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2850 | 2024-11-14T04:31:49.694Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2851 | 2024-11-14T04:31:52.644Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2852 | 2024-11-14T04:31:53.110Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2853 | 2024-11-14T04:31:53.130Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2854 | 2024-11-14T04:31:53.774Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2855 | 2024-11-14T04:31:58.182Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2856 | 2024-11-14T04:31:58.788Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2857 | 2024-11-14T04:32:00.243Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2858 | 2024-11-14T04:32:00.341Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2859 | 2024-11-14T04:32:01.576Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2860 | 2024-11-14T04:32:04.876Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2861 | 2024-11-14T04:32:13.600Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2862 | 2024-11-14T04:32:14.871Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2863 | 2024-11-14T04:32:33.055Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2864 | 2024-11-14T04:33:03.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 31s |
2865 | 2024-11-14T04:33:04.074Z | |
2866 | 2024-11-14T04:33:04.176Z | real 2:32.155805625 |
2867 | 2024-11-14T04:33:04.176Z | user 11:54.231874877 |
2868 | 2024-11-14T04:33:04.176Z | sys 2:31.127257979 |
2869 | 2024-11-14T04:33:04.176Z | trap 0.312085257 |
2870 | 2024-11-14T04:33:04.176Z | tflt 0.874402719 |
2871 | 2024-11-14T04:33:04.176Z | dflt 1.654358686 |
2872 | 2024-11-14T04:33:04.176Z | kflt 0.000012807 |
2873 | 2024-11-14T04:33:04.176Z | lock 24:33.163987144 |
2874 | 2024-11-14T04:33:04.176Z | slp 42:23.186910679 |
2875 | 2024-11-14T04:33:04.176Z | lat 34.106056754 |
2876 | 2024-11-14T04:33:04.176Z | stop 1:28.863760587 |
2877 | 2024-11-14T04:33:04.176Z | + mkdir tests |
2878 | 2024-11-14T04:33:04.176Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2879 | 2024-11-14T04:33:04.176Z | + xargs -I '{}' -t cp '{}' tests/ |
2880 | 2024-11-14T04:33:05.014Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-94afc65291af686c tests/ |
2881 | 2024-11-14T04:33:05.042Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-a6bae732be9c0da3 tests/ |
2882 | 2024-11-14T04:33:05.070Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-eaf43580ef60c1d4 tests/ |
2883 | 2024-11-14T04:33:05.098Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-a08399dfed877718 tests/ |
2884 | 2024-11-14T04:33:05.325Z | + 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/*) |
2885 | 2024-11-14T04:33:05.328Z | + 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-a6bae732be9c0da3 tests/commtest-eaf43580ef60c1d4 tests/dhcp_server-94afc65291af686c tests/end_to_end_tests-a08399dfed877718 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 |
2886 | 2024-11-14T04:34:14.039Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2887 | 2024-11-14T04:34:14.040Z | a .github/buildomat/ci-env.sh 1K |
2888 | 2024-11-14T04:34:14.040Z | a out/target/test 1K |
2889 | 2024-11-14T04:34:14.040Z | a out/npuzone/npuzone 23144K |
2890 | 2024-11-14T04:34:14.040Z | a package-manifest.toml 32K |
2891 | 2024-11-14T04:34:14.040Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2892 | 2024-11-14T04:34:14.040Z | a target/release/omicron-package 36288K |
2893 | 2024-11-14T04:34:14.040Z | a target/release/xtask 11749K |
2894 | 2024-11-14T04:34:14.040Z | a target/debug/bootstrap 209648K |
2895 | 2024-11-14T04:34:14.040Z | a tests/bootstrap-a6bae732be9c0da3 24246K |
2896 | 2024-11-14T04:34:14.040Z | a tests/commtest-eaf43580ef60c1d4 25022K |
2897 | 2024-11-14T04:34:14.040Z | a tests/dhcp_server-94afc65291af686c 24246K |
2898 | 2024-11-14T04:34:14.040Z | a tests/end_to_end_tests-a08399dfed877718 222585K |
2899 | 2024-11-14T04:34:14.040Z | a out/clickhouse.tar.gz 250303K |
2900 | 2024-11-14T04:34:14.041Z | a out/clickhouse_keeper.tar.gz 250295K |
2901 | 2024-11-14T04:34:14.041Z | a out/clickhouse_server.tar.gz 250293K |
2902 | 2024-11-14T04:34:14.041Z | a out/cockroachdb.tar.gz 134537K |
2903 | 2024-11-14T04:34:14.041Z | a out/crucible-dtrace.tar 83K |
2904 | 2024-11-14T04:34:14.041Z | a out/crucible-pantry-zone.tar.gz 28154K |
2905 | 2024-11-14T04:34:14.041Z | a out/crucible-zone.tar.gz 36365K |
2906 | 2024-11-14T04:34:14.041Z | a out/external-dns.tar.gz 35254K |
2907 | 2024-11-14T04:34:14.041Z | a out/internal-dns.tar.gz 35255K |
2908 | 2024-11-14T04:34:14.041Z | a out/mg-ddm-gz.tar 62661K |
2909 | 2024-11-14T04:34:14.041Z | a out/nexus.tar.gz 100442K |
2910 | 2024-11-14T04:34:14.041Z | a out/ntp.tar.gz 10339K |
2911 | 2024-11-14T04:34:14.041Z | a out/omicron-gateway-softnpu.tar.gz 23860K |
2912 | 2024-11-14T04:34:14.041Z | a out/omicron-sled-agent.tar 112427K |
2913 | 2024-11-14T04:34:14.041Z | a out/overlay.tar.gz 3K |
2914 | 2024-11-14T04:34:14.041Z | a out/oximeter.tar.gz 51639K |
2915 | 2024-11-14T04:34:14.041Z | a out/oxlog.tar 3091K |
2916 | 2024-11-14T04:34:14.041Z | a out/probe.tar.gz 2764K |
2917 | 2024-11-14T04:34:14.041Z | a out/propolis-server.tar.gz 66584K |
2918 | 2024-11-14T04:34:14.041Z | a out/pumpkind-gz.tar 26665K |
2919 | 2024-11-14T04:34:14.041Z | a out/switch-softnpu.tar.gz 234418K |
2920 | 2024-11-14T04:34:14.045Z | |
2921 | 2024-11-14T04:34:14.045Z | real 1:08.701528126 |
2922 | 2024-11-14T04:34:14.045Z | user 1:05.644476748 |
2923 | 2024-11-14T04:34:14.045Z | sys 4.300928047 |
2924 | 2024-11-14T04:34:14.045Z | trap 0.016488944 |
2925 | 2024-11-14T04:34:14.045Z | tflt 0.000000000 |
2926 | 2024-11-14T04:34:14.045Z | dflt 0.000000000 |
2927 | 2024-11-14T04:34:14.045Z | kflt 0.000000000 |
2928 | 2024-11-14T04:34:14.045Z | lock 0.000000000 |
2929 | 2024-11-14T04:34:14.045Z | slp 1:05.514051381 |
2930 | 2024-11-14T04:34:14.045Z | lat 1.921311122 |
2931 | 2024-11-14T04:34:14.045Z | stop 0.000552275 |
2932 | 2024-11-14T04:34:14.045Z | process exited: duration 1989680 ms, exit code 0 |
|
2933 | 2024-11-14T04:34:14.061Z | found 1 output files |
2934 | 2024-11-14T04:34:14.061Z | uploading: /work/package.tar.gz (1765063461 bytes) |
2935 | 2024-11-14T04:35:08.216Z | uploaded: /work/package.tar.gz |