|
|
|
1 | 2024-11-08T23:47:52.071Z | job assigned to worker 01JC72S2C27KARZDGD279A6PV4 (queued for 1 m 1 s) |
|
2 | 2024-11-08T23:48:00.364Z | starting task 0: "setup" |
3 | 2024-11-08T23:48:00.371Z | ++ uname -s |
4 | 2024-11-08T23:48:00.374Z | + kern=SunOS |
5 | 2024-11-08T23:48:00.374Z | + case "$kern" in |
6 | 2024-11-08T23:48:00.374Z | + groupadd -g 12345 build |
7 | 2024-11-08T23:48:00.377Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-08T23:48:02.387Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-08T23:48:02.490Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-08T23:48:02.492Z | + home_fs=zfs |
11 | 2024-11-08T23:48:02.493Z | + [[ zfs == autofs ]] |
12 | 2024-11-08T23:48:02.493Z | + mkdir -p /home/build |
13 | 2024-11-08T23:48:02.495Z | + chown build:build /home/build /work |
14 | 2024-11-08T23:48:04.496Z | + chmod 0700 /home/build /work |
15 | 2024-11-08T23:48:04.499Z | process exited: duration 4136 ms, exit code 0 |
|
16 | 2024-11-08T23:48:04.505Z | starting task 1: "rust-toolchain" |
17 | 2024-11-08T23:48:04.510Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-08T23:48:04.510Z | ' 1.82.0 |
19 | 2024-11-08T23:48:04.510Z | * toolchain channel = "1.82.0" |
20 | 2024-11-08T23:48:04.510Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-08T23:48:04.510Z | ' default |
22 | 2024-11-08T23:48:04.510Z | * toolchain profile = "default" |
23 | 2024-11-08T23:48:04.513Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-08T23:48:04.513Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default |
25 | 2024-11-08T23:48:04.629Z | info: downloading installer |
26 | 2024-11-08T23:48:05.845Z | info: profile set to 'default' |
27 | 2024-11-08T23:48:05.845Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-08T23:48:05.847Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
29 | 2024-11-08T23:48:05.975Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
30 | 2024-11-08T23:48:05.975Z | info: downloading component 'cargo' |
31 | 2024-11-08T23:48:06.633Z | info: downloading component 'clippy' |
32 | 2024-11-08T23:48:06.889Z | info: downloading component 'rust-docs' |
33 | 2024-11-08T23:48:07.812Z | info: downloading component 'rust-std' |
34 | 2024-11-08T23:48:09.319Z | info: downloading component 'rustc' |
35 | 2024-11-08T23:48:14.547Z | info: downloading component 'rustfmt' |
36 | 2024-11-08T23:48:14.734Z | info: installing component 'cargo' |
37 | 2024-11-08T23:48:15.585Z | info: installing component 'clippy' |
38 | 2024-11-08T23:48:16.005Z | info: installing component 'rust-docs' |
39 | 2024-11-08T23:48:17.738Z | info: installing component 'rust-std' |
40 | 2024-11-08T23:48:19.754Z | info: installing component 'rustc' |
41 | 2024-11-08T23:48:25.986Z | info: installing component 'rustfmt' |
42 | 2024-11-08T23:48:26.321Z | info: default toolchain set to '1.82.0-x86_64-unknown-illumos' |
43 | 2024-11-08T23:48:26.321Z | |
44 | 2024-11-08T23:48:26.701Z | 1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
45 | 2024-11-08T23:48:26.701Z | |
46 | 2024-11-08T23:48:26.705Z | |
47 | 2024-11-08T23:48:26.705Z | Rust is installed now. Great! |
48 | 2024-11-08T23:48:26.705Z | |
49 | 2024-11-08T23:48:26.705Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-08T23:48:26.705Z | environment variable. This has not been done automatically. |
51 | 2024-11-08T23:48:26.705Z | |
52 | 2024-11-08T23:48:26.705Z | To configure your current shell, you need to source |
53 | 2024-11-08T23:48:26.705Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-08T23:48:26.705Z | |
55 | 2024-11-08T23:48:26.705Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-08T23:48:26.705Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-08T23:48:26.705Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-08T23:48:26.774Z | + rustc --version |
59 | 2024-11-08T23:48:26.840Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
60 | 2024-11-08T23:48:26.843Z | process exited: duration 22332 ms, exit code 0 |
|
61 | 2024-11-08T23:48:26.848Z | starting task 2: "authentication" |
62 | 2024-11-08T23:48:26.869Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-11-08T23:48:26.876Z | starting task 3: "clone repository" |
64 | 2024-11-08T23:48:26.880Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-08T23:48:26.883Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-08T23:48:27.221Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-08T23:48:40.475Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-08T23:48:40.477Z | + git fetch origin 1ae6ba7429e26de92e44cb195c6c7d3d2adf77dc |
69 | 2024-11-08T23:48:40.804Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-08T23:48:40.804Z | * branch 1ae6ba7429e26de92e44cb195c6c7d3d2adf77dc -> FETCH_HEAD |
71 | 2024-11-08T23:48:40.815Z | + [[ -n rss-datasets ]] |
72 | 2024-11-08T23:48:40.818Z | ++ git branch --show-current |
73 | 2024-11-08T23:48:40.820Z | + current=main |
74 | 2024-11-08T23:48:40.821Z | + [[ main != rss-datasets ]] |
75 | 2024-11-08T23:48:40.821Z | + git branch -f rss-datasets 1ae6ba7429e26de92e44cb195c6c7d3d2adf77dc |
76 | 2024-11-08T23:48:40.823Z | + git checkout -f rss-datasets |
77 | 2024-11-08T23:48:40.992Z | Switched to branch 'rss-datasets' |
78 | 2024-11-08T23:48:40.995Z | + git reset --hard 1ae6ba7429e26de92e44cb195c6c7d3d2adf77dc |
79 | 2024-11-08T23:48:41.016Z | HEAD is now at 1ae6ba742 EXPECTORATE |
80 | 2024-11-08T23:48:41.019Z | process exited: duration 14137 ms, exit code 0 |
|
81 | 2024-11-08T23:48:41.024Z | starting task 4: "build" |
82 | 2024-11-08T23:48:41.030Z | + source .github/buildomat/ci-env.sh |
83 | 2024-11-08T23:48:41.030Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-11-08T23:48:41.030Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-11-08T23:48:41.032Z | + cargo --version |
86 | 2024-11-08T23:48:41.088Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
87 | 2024-11-08T23:48:41.091Z | + rustc --version |
88 | 2024-11-08T23:48:41.150Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
89 | 2024-11-08T23:48:41.152Z | + WORK=/work |
90 | 2024-11-08T23:48:41.152Z | + pfexec mkdir -p /work |
91 | 2024-11-08T23:48:41.155Z | + pfexec chown build /work |
92 | 2024-11-08T23:48:41.158Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2024-11-08T23:49:08.978Z | Startup: Refreshing catalog 'helios-dev' ... Done |
94 | 2024-11-08T23:49:12.778Z | Startup: Caching catalogs ... Done |
95 | 2024-11-08T23:49:20.932Z | Planning: Solver setup ... Done (7.418s) |
96 | 2024-11-08T23:49:21.035Z | Planning: Running solver ... Done (0.104s) |
97 | 2024-11-08T23:49:21.197Z | Planning: Finding local manifests ... Done (0.075s) |
98 | 2024-11-08T23:49:21.232Z | Planning: Fetching manifests: 0/5 0% complete |
99 | 2024-11-08T23:49:21.538Z | Planning: Fetching manifests: 5/5 100% complete |
100 | 2024-11-08T23:49:21.938Z | Planning: Package planning ... Done (0.400s) |
101 | 2024-11-08T23:49:21.994Z | Planning: Merging actions ... Done (0.055s) |
102 | 2024-11-08T23:49:23.108Z | Planning: Checking for conflicting actions ... Done (1.114s) |
103 | 2024-11-08T23:49:29.181Z | Planning: Consolidating action changes ... Done (6.071s) |
104 | 2024-11-08T23:49:29.560Z | Planning: Evaluating mediators ... Done (0.380s) |
105 | 2024-11-08T23:49:29.735Z | Planning: Planning completed in 16.87 seconds |
106 | 2024-11-08T23:49:30.023Z | Packages to install: 4 |
107 | 2024-11-08T23:49:30.023Z | Packages to update: 1 |
108 | 2024-11-08T23:49:30.025Z | Mediators to change: 2 |
109 | 2024-11-08T23:49:30.025Z | Services to change: 1 |
110 | 2024-11-08T23:49:30.025Z | Estimated space available: 155.61 GB |
111 | 2024-11-08T23:49:30.025Z | Estimated space to be consumed: 1.59 GB |
112 | 2024-11-08T23:49:30.026Z | Create boot environment: No |
113 | 2024-11-08T23:49:30.026Z | Create backup boot environment: Yes |
114 | 2024-11-08T23:49:30.026Z | Rebuild boot archive: No |
115 | 2024-11-08T23:49:30.026Z | |
116 | 2024-11-08T23:49:30.026Z | Changed mediators: |
117 | 2024-11-08T23:49:30.026Z | mediator clang: |
118 | 2024-11-08T23:49:30.026Z | version: None -> 15 (system default) |
119 | 2024-11-08T23:49:30.026Z | |
120 | 2024-11-08T23:49:30.026Z | mediator llvm: |
121 | 2024-11-08T23:49:30.026Z | version: 14 (system default) -> 15 (system default) |
122 | 2024-11-08T23:49:30.026Z | |
123 | 2024-11-08T23:49:30.026Z | Changed packages: |
124 | 2024-11-08T23:49:30.026Z | helios-dev |
125 | 2024-11-08T23:49:30.026Z | developer/build-essential |
126 | 2024-11-08T23:49:30.026Z | None -> 11-2.0 |
127 | 2024-11-08T23:49:30.027Z | library/libxmlsec1 |
128 | 2024-11-08T23:49:30.027Z | None -> 1.2.35-2.0 |
129 | 2024-11-08T23:49:30.027Z | ooce/developer/clang-15 |
130 | 2024-11-08T23:49:30.027Z | None -> 15.0.7-2.0 |
131 | 2024-11-08T23:49:30.027Z | ooce/developer/llvm-15 |
132 | 2024-11-08T23:49:30.027Z | None -> 15.0.7-2.0 |
133 | 2024-11-08T23:49:30.027Z | package/pkg |
134 | 2024-11-08T23:49:30.027Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
135 | 2024-11-08T23:49:30.027Z | |
136 | 2024-11-08T23:49:30.027Z | Services: |
137 | 2024-11-08T23:49:30.027Z | restart_fmri: |
138 | 2024-11-08T23:49:30.027Z | svc:/system/update-man-index:default |
139 | 2024-11-08T23:49:30.027Z | |
140 | 2024-11-08T23:49:30.027Z | Editable files to change: |
141 | 2024-11-08T23:49:30.027Z | Update: |
142 | 2024-11-08T23:49:30.027Z | usr/share/lib/pkg/web/config.shtml |
143 | 2024-11-08T23:49:30.576Z | |
144 | 2024-11-08T23:49:30.576Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
145 | 2024-11-08T23:49:35.592Z | Download: 204/4281 items 1.2/220.6MB 0% complete (198k/s) |
146 | 2024-11-08T23:49:43.077Z | Download: 209/4281 items 1.3/220.6MB 0% complete (204k/s) |
147 | 2024-11-08T23:49:48.081Z | Download: 435/4281 items 16.9/220.6MB 7% complete (2.6M/s) |
148 | 2024-11-08T23:49:53.083Z | Download: 890/4281 items 18.9/220.6MB 8% complete (1.8M/s) |
149 | 2024-11-08T23:49:58.230Z | Download: 1196/4281 items 83.5/220.6MB 37% complete (6.8M/s) |
150 | 2024-11-08T23:50:17.046Z | Download: 1198/4281 items 83.5/220.6MB 37% complete |
151 | 2024-11-08T23:50:22.050Z | Download: 1455/4281 items 116.9/220.6MB 53% complete (7.6M/s) |
152 | 2024-11-08T23:50:27.059Z | Download: 1871/4281 items 118.5/220.6MB 53% complete (3.6M/s) |
153 | 2024-11-08T23:50:32.063Z | Download: 2222/4281 items 119.2/220.6MB 54% complete (533k/s) |
154 | 2024-11-08T23:50:37.065Z | Download: 3110/4281 items 128.6/220.6MB 58% complete (916k/s) |
155 | 2024-11-08T23:50:42.330Z | Download: 3283/4281 items 210.6/220.6MB 95% complete (9.1M/s) |
156 | 2024-11-08T23:50:47.331Z | Download: 4098/4281 items 219.8/220.6MB 99% complete (8.7M/s) |
157 | 2024-11-08T23:50:48.179Z | Download: Completed 220.60 MB in 77.59 seconds (2.8M/s) |
158 | 2024-11-08T23:50:50.160Z | Actions: 1/5063 actions (Removing old actions) |
159 | 2024-11-08T23:50:50.177Z | Actions: 194/5063 actions (Installing new actions) |
160 | 2024-11-08T23:50:55.214Z | Actions: 4128/5063 actions (Installing new actions) |
161 | 2024-11-08T23:50:55.502Z | Actions: 4226/5063 actions (Updating modified actions) |
162 | 2024-11-08T23:50:55.843Z | Actions: Completed 5063 actions in 5.68 seconds. |
163 | 2024-11-08T23:50:56.213Z | Done (0.362s) |
164 | 2024-11-08T23:50:56.215Z | Done (0.000s) |
165 | 2024-11-08T23:50:56.729Z | Done (0.513s) |
166 | 2024-11-08T23:51:02.718Z | Done (5.779s) |
167 | 2024-11-08T23:51:03.008Z | Done (0.222s) |
168 | 2024-11-08T23:51:03.011Z | Done (0.000s) |
169 | 2024-11-08T23:51:03.209Z | Done (0.000s) |
170 | 2024-11-08T23:51:03.868Z | Planning: Evaluating mediator changes ... Done |
171 | 2024-11-08T23:51:04.027Z | Planning: Checking for conflicting actions ... Done |
172 | 2024-11-08T23:51:04.029Z | Planning: Consolidating action changes ... Done |
173 | 2024-11-08T23:51:04.295Z | Planning: Evaluating mediators ... Done |
174 | 2024-11-08T23:51:04.298Z | Planning: Planning completed in 0.43 seconds |
175 | 2024-11-08T23:51:04.333Z | Mediators to change: 2 |
176 | 2024-11-08T23:51:04.337Z | Create boot environment: No |
177 | 2024-11-08T23:51:04.337Z | Create backup boot environment: No |
178 | 2024-11-08T23:51:04.413Z | Done |
179 | 2024-11-08T23:51:04.413Z | Done |
180 | 2024-11-08T23:51:04.751Z | Done |
181 | 2024-11-08T23:51:08.264Z | Done |
182 | 2024-11-08T23:51:08.353Z | Done |
183 | 2024-11-08T23:51:08.356Z | Done |
184 | 2024-11-08T23:51:08.651Z | Done |
185 | 2024-11-08T23:51:09.271Z | Planning: Evaluating mediator changes ... Done |
186 | 2024-11-08T23:51:09.274Z | Planning: Merging actions ... Done |
187 | 2024-11-08T23:51:09.465Z | Planning: Checking for conflicting actions ... Done |
188 | 2024-11-08T23:51:09.467Z | Planning: Consolidating action changes ... Done |
189 | 2024-11-08T23:51:09.737Z | Planning: Evaluating mediators ... Done |
190 | 2024-11-08T23:51:09.794Z | Planning: Planning completed in 0.77 seconds |
191 | 2024-11-08T23:51:09.834Z | Packages to change: 1 |
192 | 2024-11-08T23:51:09.834Z | Mediators to change: 1 |
193 | 2024-11-08T23:51:09.837Z | Services to change: 1 |
194 | 2024-11-08T23:51:09.837Z | Create boot environment: No |
195 | 2024-11-08T23:51:09.837Z | Create backup boot environment: Yes |
196 | 2024-11-08T23:51:11.886Z | Actions: 1/6 actions (Updating modified actions) |
197 | 2024-11-08T23:51:11.917Z | Actions: Completed 6 actions in 0.03 seconds. |
198 | 2024-11-08T23:51:11.919Z | Done |
199 | 2024-11-08T23:51:11.919Z | Done |
200 | 2024-11-08T23:51:12.024Z | Done |
201 | 2024-11-08T23:51:15.670Z | Done |
202 | 2024-11-08T23:51:15.764Z | Done |
203 | 2024-11-08T23:51:15.766Z | Done |
204 | 2024-11-08T23:51:15.897Z | Done |
205 | 2024-11-08T23:51:16.326Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
206 | 2024-11-08T23:51:16.326Z | clang system 15 system |
207 | 2024-11-08T23:51:16.326Z | csh system system illumos |
208 | 2024-11-08T23:51:16.326Z | ctags system system illumos |
209 | 2024-11-08T23:51:16.326Z | gcc vendor 12 vendor |
210 | 2024-11-08T23:51:16.326Z | gcc system 10 system |
211 | 2024-11-08T23:51:16.326Z | gcc system 7 system |
212 | 2024-11-08T23:51:16.326Z | go system 1.20 system |
213 | 2024-11-08T23:51:16.326Z | go system 1.19 system |
214 | 2024-11-08T23:51:16.326Z | llvm system 15 system |
215 | 2024-11-08T23:51:16.326Z | llvm system 14 system |
216 | 2024-11-08T23:51:16.326Z | mariadb system 10.6 system |
217 | 2024-11-08T23:51:16.326Z | mta vendor vendor dma |
218 | 2024-11-08T23:51:16.327Z | openjdk system 17 system |
219 | 2024-11-08T23:51:16.327Z | openjdk system 11 system |
220 | 2024-11-08T23:51:16.327Z | openjdk system 1.8 system |
221 | 2024-11-08T23:51:16.327Z | openssl vendor 3 vendor |
222 | 2024-11-08T23:51:16.327Z | perl system 5.36 system |
223 | 2024-11-08T23:51:16.327Z | postgresql system 15 system |
224 | 2024-11-08T23:51:16.327Z | postgresql system 13 system |
225 | 2024-11-08T23:51:16.327Z | python vendor 3 vendor |
226 | 2024-11-08T23:51:16.327Z | python system 2 system |
227 | 2024-11-08T23:51:16.327Z | python3 system 3.11 system |
228 | 2024-11-08T23:51:16.327Z | ruby system 3.0 system |
229 | 2024-11-08T23:51:16.327Z | words vendor vendor american-english |
230 | 2024-11-08T23:51:16.327Z | words system system australian-english |
231 | 2024-11-08T23:51:16.327Z | words system system british-english |
232 | 2024-11-08T23:51:16.327Z | words system system canadian-english |
233 | 2024-11-08T23:51:16.327Z | words system system french |
234 | 2024-11-08T23:51:16.327Z | words system system italian |
235 | 2024-11-08T23:51:16.327Z | words system system ngerman |
236 | 2024-11-08T23:51:16.327Z | words system system ogerman |
237 | 2024-11-08T23:51:16.327Z | words system system spanish |
238 | 2024-11-08T23:51:16.648Z | PUBLISHER TYPE STATUS P LOCATION |
239 | 2024-11-08T23:51:16.648Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
240 | 2024-11-08T23:51:19.120Z | FMRI IFO |
241 | 2024-11-08T23:51:19.120Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
242 | 2024-11-08T23:51:19.120Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
243 | 2024-11-08T23:51:19.120Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
244 | 2024-11-08T23:51:19.120Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
245 | 2024-11-08T23:51:19.120Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
246 | 2024-11-08T23:51:19.120Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
247 | 2024-11-08T23:51:19.120Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
248 | 2024-11-08T23:51:19.120Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
249 | 2024-11-08T23:51:19.120Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
250 | 2024-11-08T23:51:19.120Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
251 | 2024-11-08T23:51:19.120Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
252 | 2024-11-08T23:51:19.120Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
253 | 2024-11-08T23:51:19.120Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
254 | 2024-11-08T23:51:19.121Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
255 | 2024-11-08T23:51:19.121Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
256 | 2024-11-08T23:51:19.804Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
257 | 2024-11-08T23:51:20.076Z | Updating crates.io index |
258 | 2024-11-08T23:51:20.134Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
259 | 2024-11-08T23:51:20.847Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
260 | 2024-11-08T23:51:21.116Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
261 | 2024-11-08T23:51:21.324Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
262 | 2024-11-08T23:51:21.609Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
263 | 2024-11-08T23:51:22.407Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
264 | 2024-11-08T23:51:24.803Z | Updating git repository `https://github.com/oxidecomputer/opte` |
265 | 2024-11-08T23:51:25.850Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
266 | 2024-11-08T23:51:26.565Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
267 | 2024-11-08T23:51:26.825Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
268 | 2024-11-08T23:51:27.056Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
269 | 2024-11-08T23:51:27.592Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
270 | 2024-11-08T23:51:27.941Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
271 | 2024-11-08T23:51:28.228Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
272 | 2024-11-08T23:51:28.503Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
273 | 2024-11-08T23:51:28.744Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
274 | 2024-11-08T23:51:28.968Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
275 | 2024-11-08T23:51:29.277Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
276 | 2024-11-08T23:51:29.553Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
277 | 2024-11-08T23:51:29.936Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
278 | 2024-11-08T23:51:30.189Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
279 | 2024-11-08T23:51:30.682Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
280 | 2024-11-08T23:51:30.998Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
281 | 2024-11-08T23:51:31.419Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
282 | 2024-11-08T23:51:31.873Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
283 | 2024-11-08T23:51:32.127Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
284 | 2024-11-08T23:51:32.426Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
285 | 2024-11-08T23:51:33.715Z | Downloading crates ... |
286 | 2024-11-08T23:51:33.844Z | Downloaded equivalent v1.0.1 |
287 | 2024-11-08T23:51:33.846Z | Downloaded dtrace-parser v0.2.0 |
288 | 2024-11-08T23:51:33.855Z | Downloaded swrite v0.1.0 |
289 | 2024-11-08T23:51:33.857Z | Downloaded pretty-hex v0.4.1 |
290 | 2024-11-08T23:51:33.857Z | Downloaded cfg-if v1.0.0 |
291 | 2024-11-08T23:51:33.860Z | Downloaded errno v0.3.9 |
292 | 2024-11-08T23:51:33.860Z | Downloaded anstyle v1.0.10 |
293 | 2024-11-08T23:51:33.862Z | Downloaded dof v0.3.0 |
294 | 2024-11-08T23:51:33.862Z | Downloaded cpufeatures v0.2.14 |
295 | 2024-11-08T23:51:33.865Z | Downloaded bytecount v0.6.8 |
296 | 2024-11-08T23:51:33.867Z | Downloaded crypto-common v0.1.6 |
297 | 2024-11-08T23:51:33.867Z | Downloaded colorchoice v1.0.2 |
298 | 2024-11-08T23:51:33.867Z | Downloaded clap_lex v0.7.2 |
299 | 2024-11-08T23:51:33.870Z | Downloaded autocfg v1.4.0 |
300 | 2024-11-08T23:51:33.872Z | Downloaded anstyle-query v1.1.1 |
301 | 2024-11-08T23:51:33.872Z | Downloaded digest v0.10.7 |
302 | 2024-11-08T23:51:33.875Z | Downloaded thiserror v1.0.64 |
303 | 2024-11-08T23:51:33.878Z | Downloaded toml_datetime v0.6.8 |
304 | 2024-11-08T23:51:33.880Z | Downloaded itoa v1.0.11 |
305 | 2024-11-08T23:51:33.880Z | Downloaded heck v0.5.0 |
306 | 2024-11-08T23:51:33.883Z | Downloaded smawk v0.3.2 |
307 | 2024-11-08T23:51:33.883Z | Downloaded serde_spanned v0.6.8 |
308 | 2024-11-08T23:51:33.885Z | Downloaded pest_generator v2.7.14 |
309 | 2024-11-08T23:51:33.885Z | Downloaded terminal_size v0.4.0 |
310 | 2024-11-08T23:51:33.888Z | Downloaded macaddr v1.0.1 |
311 | 2024-11-08T23:51:33.888Z | Downloaded camino-tempfile v1.1.1 |
312 | 2024-11-08T23:51:33.890Z | Downloaded anstream v0.6.15 |
313 | 2024-11-08T23:51:33.893Z | Downloaded camino v1.1.9 |
314 | 2024-11-08T23:51:33.893Z | Downloaded semver v1.0.23 |
315 | 2024-11-08T23:51:33.901Z | Downloaded fnv v1.0.7 |
316 | 2024-11-08T23:51:33.901Z | Downloaded cargo_toml v0.20.5 |
317 | 2024-11-08T23:51:33.905Z | Downloaded clap_derive v4.5.18 |
318 | 2024-11-08T23:51:33.905Z | Downloaded anstyle-parse v0.2.5 |
319 | 2024-11-08T23:51:33.905Z | Downloaded cargo-platform v0.1.8 |
320 | 2024-11-08T23:51:33.905Z | Downloaded clap v4.5.20 |
321 | 2024-11-08T23:51:33.911Z | Downloaded zerocopy-derive v0.7.35 |
322 | 2024-11-08T23:51:33.915Z | Downloaded scroll_derive v0.12.0 |
323 | 2024-11-08T23:51:33.918Z | Downloaded usdt-impl v0.5.0 |
324 | 2024-11-08T23:51:33.918Z | Downloaded ryu v1.0.18 |
325 | 2024-11-08T23:51:33.921Z | Downloaded proc-macro2 v1.0.87 |
326 | 2024-11-08T23:51:33.923Z | Downloaded cargo_metadata v0.18.1 |
327 | 2024-11-08T23:51:33.928Z | Downloaded bitflags v2.6.0 |
328 | 2024-11-08T23:51:33.931Z | Downloaded anyhow v1.0.92 |
329 | 2024-11-08T23:51:33.934Z | Downloaded usdt-macro v0.5.0 |
330 | 2024-11-08T23:51:33.934Z | Downloaded ucd-trie v0.1.7 |
331 | 2024-11-08T23:51:33.934Z | Downloaded byteorder v1.5.0 |
332 | 2024-11-08T23:51:33.937Z | Downloaded block-buffer v0.10.4 |
333 | 2024-11-08T23:51:33.937Z | Downloaded usdt-attr-macro v0.5.0 |
334 | 2024-11-08T23:51:33.937Z | Downloaded papergrid v0.11.0 |
335 | 2024-11-08T23:51:33.940Z | Downloaded once_cell v1.20.2 |
336 | 2024-11-08T23:51:33.943Z | Downloaded proc-macro-error-attr v1.0.4 |
337 | 2024-11-08T23:51:33.955Z | Downloaded fastrand v2.1.1 |
338 | 2024-11-08T23:51:33.955Z | Downloaded memmap v0.7.0 |
339 | 2024-11-08T23:51:33.955Z | Downloaded fs-err v2.11.0 |
340 | 2024-11-08T23:51:33.955Z | Downloaded heck v0.4.1 |
341 | 2024-11-08T23:51:33.955Z | Downloaded version_check v0.9.5 |
342 | 2024-11-08T23:51:33.955Z | Downloaded is_terminal_polyfill v1.70.1 |
343 | 2024-11-08T23:51:33.955Z | Downloaded generic-array v0.14.7 |
344 | 2024-11-08T23:51:33.959Z | Downloaded thread-id v4.2.2 |
345 | 2024-11-08T23:51:33.961Z | Downloaded plain v0.2.3 |
346 | 2024-11-08T23:51:33.961Z | Downloaded thiserror-impl v1.0.64 |
347 | 2024-11-08T23:51:33.961Z | Downloaded usdt v0.5.0 |
348 | 2024-11-08T23:51:33.962Z | Downloaded strsim v0.11.1 |
349 | 2024-11-08T23:51:33.964Z | Downloaded scroll v0.12.0 |
350 | 2024-11-08T23:51:33.964Z | Downloaded tabled_derive v0.7.0 |
351 | 2024-11-08T23:51:33.966Z | Downloaded proc-macro-error v1.0.4 |
352 | 2024-11-08T23:51:33.970Z | Downloaded unicode-linebreak v0.1.5 |
353 | 2024-11-08T23:51:33.973Z | Downloaded pest_derive v2.7.14 |
354 | 2024-11-08T23:51:33.977Z | Downloaded serde_tokenstream v0.2.2 |
355 | 2024-11-08T23:51:33.979Z | Downloaded quote v1.0.37 |
356 | 2024-11-08T23:51:33.981Z | Downloaded utf8parse v0.2.2 |
357 | 2024-11-08T23:51:33.985Z | Downloaded tempfile v3.13.0 |
358 | 2024-11-08T23:51:33.993Z | Downloaded sha2 v0.10.8 |
359 | 2024-11-08T23:51:33.995Z | Downloaded unicode-ident v1.0.13 |
360 | 2024-11-08T23:51:33.997Z | Downloaded serde_derive v1.0.210 |
361 | 2024-11-08T23:51:34.000Z | Downloaded textwrap v0.16.1 |
362 | 2024-11-08T23:51:34.007Z | Downloaded typenum v1.17.0 |
363 | 2024-11-08T23:51:34.010Z | Downloaded pest_meta v2.7.14 |
364 | 2024-11-08T23:51:34.010Z | Downloaded log v0.4.22 |
365 | 2024-11-08T23:51:34.011Z | Downloaded toml v0.8.19 |
366 | 2024-11-08T23:51:34.022Z | Downloaded indexmap v2.6.0 |
367 | 2024-11-08T23:51:34.030Z | Downloaded serde v1.0.210 |
368 | 2024-11-08T23:51:34.044Z | Downloaded serde_json v1.0.128 |
369 | 2024-11-08T23:51:34.050Z | Downloaded toml_edit v0.22.22 |
370 | 2024-11-08T23:51:34.070Z | Downloaded winnow v0.6.20 |
371 | 2024-11-08T23:51:34.078Z | Downloaded goblin v0.8.2 |
372 | 2024-11-08T23:51:34.084Z | Downloaded clap_builder v4.5.20 |
373 | 2024-11-08T23:51:34.090Z | Downloaded memchr v2.7.4 |
374 | 2024-11-08T23:51:34.096Z | Downloaded pest v2.7.14 |
375 | 2024-11-08T23:51:34.100Z | Downloaded hashbrown v0.15.0 |
376 | 2024-11-08T23:51:34.105Z | Downloaded zerocopy v0.7.35 |
377 | 2024-11-08T23:51:34.120Z | Downloaded tabled v0.15.0 |
378 | 2024-11-08T23:51:34.135Z | Downloaded unicode-width v0.1.14 |
379 | 2024-11-08T23:51:34.139Z | Downloaded syn v1.0.109 |
380 | 2024-11-08T23:51:34.156Z | Downloaded syn v2.0.79 |
381 | 2024-11-08T23:51:34.166Z | Downloaded rustix v0.38.37 |
382 | 2024-11-08T23:51:34.201Z | Downloaded libc v0.2.161 |
383 | 2024-11-08T23:51:34.507Z | Compiling proc-macro2 v1.0.87 |
384 | 2024-11-08T23:51:34.507Z | Compiling unicode-ident v1.0.13 |
385 | 2024-11-08T23:51:34.510Z | Compiling version_check v0.9.5 |
386 | 2024-11-08T23:51:34.510Z | Compiling serde v1.0.210 |
387 | 2024-11-08T23:51:34.510Z | Compiling thiserror v1.0.64 |
388 | 2024-11-08T23:51:34.510Z | Compiling memchr v2.7.4 |
389 | 2024-11-08T23:51:34.510Z | Compiling libc v0.2.161 |
390 | 2024-11-08T23:51:34.510Z | Compiling itoa v1.0.11 |
391 | 2024-11-08T23:51:34.744Z | Compiling ryu v1.0.18 |
392 | 2024-11-08T23:51:34.798Z | Compiling ucd-trie v0.1.7 |
393 | 2024-11-08T23:51:35.064Z | Compiling once_cell v1.20.2 |
394 | 2024-11-08T23:51:35.341Z | Compiling byteorder v1.5.0 |
395 | 2024-11-08T23:51:35.365Z | Compiling rustix v0.38.37 |
396 | 2024-11-08T23:51:35.673Z | Compiling serde_json v1.0.128 |
397 | 2024-11-08T23:51:36.735Z | Compiling bitflags v2.6.0 |
398 | 2024-11-08T23:51:36.861Z | Compiling usdt-impl v0.5.0 |
399 | 2024-11-08T23:51:36.905Z | Compiling proc-macro-error-attr v1.0.4 |
400 | 2024-11-08T23:51:36.949Z | Compiling syn v1.0.109 |
401 | 2024-11-08T23:51:37.123Z | Compiling proc-macro-error v1.0.4 |
402 | 2024-11-08T23:51:37.181Z | Compiling hashbrown v0.15.0 |
403 | 2024-11-08T23:51:37.301Z | Compiling log v0.4.22 |
404 | 2024-11-08T23:51:37.356Z | Compiling equivalent v1.0.1 |
405 | 2024-11-08T23:51:37.410Z | Compiling utf8parse v0.2.2 |
406 | 2024-11-08T23:51:37.468Z | Compiling plain v0.2.3 |
407 | 2024-11-08T23:51:37.573Z | Compiling thread-id v4.2.2 |
408 | 2024-11-08T23:51:37.597Z | Compiling camino v1.1.9 |
409 | 2024-11-08T23:51:37.620Z | Compiling anstyle-parse v0.2.5 |
410 | 2024-11-08T23:51:37.693Z | Compiling pretty-hex v0.4.1 |
411 | 2024-11-08T23:51:37.786Z | Compiling quote v1.0.37 |
412 | 2024-11-08T23:51:37.896Z | Compiling colorchoice v1.0.2 |
413 | 2024-11-08T23:51:37.946Z | Compiling winnow v0.6.20 |
414 | 2024-11-08T23:51:38.001Z | Compiling semver v1.0.23 |
415 | 2024-11-08T23:51:38.052Z | Compiling errno v0.3.9 |
416 | 2024-11-08T23:51:38.199Z | Compiling syn v2.0.79 |
417 | 2024-11-08T23:51:38.376Z | Compiling indexmap v2.6.0 |
418 | 2024-11-08T23:51:38.454Z | Compiling anstyle-query v1.1.1 |
419 | 2024-11-08T23:51:38.502Z | Compiling unicode-width v0.1.14 |
420 | 2024-11-08T23:51:38.588Z | Compiling anstyle v1.0.10 |
421 | 2024-11-08T23:51:39.020Z | Compiling is_terminal_polyfill v1.70.1 |
422 | 2024-11-08T23:51:39.040Z | Compiling autocfg v1.4.0 |
423 | 2024-11-08T23:51:39.131Z | Compiling anstream v0.6.15 |
424 | 2024-11-08T23:51:39.921Z | Compiling fnv v1.0.7 |
425 | 2024-11-08T23:51:39.947Z | Compiling heck v0.5.0 |
426 | 2024-11-08T23:51:40.002Z | Compiling anyhow v1.0.92 |
427 | 2024-11-08T23:51:40.058Z | Compiling bytecount v0.6.8 |
428 | 2024-11-08T23:51:40.081Z | Compiling fs-err v2.11.0 |
429 | 2024-11-08T23:51:40.266Z | Compiling fastrand v2.1.1 |
430 | 2024-11-08T23:51:40.455Z | Compiling terminal_size v0.4.0 |
431 | 2024-11-08T23:51:40.623Z | Compiling strsim v0.11.1 |
432 | 2024-11-08T23:51:40.648Z | Compiling clap_lex v0.7.2 |
433 | 2024-11-08T23:51:40.776Z | Compiling cfg-if v1.0.0 |
434 | 2024-11-08T23:51:40.779Z | Compiling heck v0.4.1 |
435 | 2024-11-08T23:51:40.932Z | Compiling tempfile v3.13.0 |
436 | 2024-11-08T23:51:41.164Z | Compiling clap_builder v4.5.20 |
437 | 2024-11-08T23:51:41.469Z | Compiling papergrid v0.11.0 |
438 | 2024-11-08T23:51:41.551Z | Compiling memmap v0.7.0 |
439 | 2024-11-08T23:51:41.639Z | Compiling unicode-linebreak v0.1.5 |
440 | 2024-11-08T23:51:41.758Z | Compiling smawk v0.3.2 |
441 | 2024-11-08T23:51:41.976Z | Compiling swrite v0.1.0 |
442 | 2024-11-08T23:51:42.106Z | Compiling textwrap v0.16.1 |
443 | 2024-11-08T23:51:43.263Z | Compiling tabled_derive v0.7.0 |
444 | 2024-11-08T23:51:44.803Z | Compiling tabled v0.15.0 |
445 | 2024-11-08T23:51:46.131Z | Compiling serde_derive v1.0.210 |
446 | 2024-11-08T23:51:46.135Z | Compiling thiserror-impl v1.0.64 |
447 | 2024-11-08T23:51:46.147Z | Compiling zerocopy-derive v0.7.35 |
448 | 2024-11-08T23:51:46.170Z | Compiling scroll_derive v0.12.0 |
449 | 2024-11-08T23:51:46.173Z | Compiling clap_derive v4.5.18 |
450 | 2024-11-08T23:51:47.394Z | Compiling scroll v0.12.0 |
451 | 2024-11-08T23:51:47.875Z | Compiling zerocopy v0.7.35 |
452 | 2024-11-08T23:51:47.879Z | Compiling goblin v0.8.2 |
453 | 2024-11-08T23:51:48.667Z | Compiling pest v2.7.14 |
454 | 2024-11-08T23:51:49.550Z | Compiling clap v4.5.20 |
455 | 2024-11-08T23:51:50.844Z | Compiling pest_meta v2.7.14 |
456 | 2024-11-08T23:51:51.700Z | Compiling pest_generator v2.7.14 |
457 | 2024-11-08T23:51:53.310Z | Compiling pest_derive v2.7.14 |
458 | 2024-11-08T23:51:53.988Z | Compiling dtrace-parser v0.2.0 |
459 | 2024-11-08T23:51:55.566Z | Compiling toml_datetime v0.6.8 |
460 | 2024-11-08T23:51:55.566Z | Compiling serde_spanned v0.6.8 |
461 | 2024-11-08T23:51:55.568Z | Compiling cargo-platform v0.1.8 |
462 | 2024-11-08T23:51:55.920Z | Compiling serde_tokenstream v0.2.2 |
463 | 2024-11-08T23:51:55.947Z | Compiling toml_edit v0.22.22 |
464 | 2024-11-08T23:51:56.126Z | Compiling macaddr v1.0.1 |
465 | 2024-11-08T23:51:56.282Z | Compiling camino-tempfile v1.1.1 |
466 | 2024-11-08T23:51:57.096Z | Compiling dof v0.3.0 |
467 | 2024-11-08T23:51:57.096Z | Compiling cargo_metadata v0.18.1 |
468 | 2024-11-08T23:51:58.729Z | Compiling toml v0.8.19 |
469 | 2024-11-08T23:51:58.943Z | Compiling usdt-macro v0.5.0 |
470 | 2024-11-08T23:51:58.943Z | Compiling usdt-attr-macro v0.5.0 |
471 | 2024-11-08T23:51:59.578Z | Compiling cargo_toml v0.20.5 |
472 | 2024-11-08T23:52:00.197Z | Compiling usdt v0.5.0 |
473 | 2024-11-08T23:52:03.037Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
474 | 2024-11-08T23:52:06.840Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.23s |
475 | 2024-11-08T23:52:07.110Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
476 | 2024-11-08T23:52:07.605Z | Downloading crates ... |
477 | 2024-11-08T23:52:07.737Z | Downloaded ahash v0.8.11 |
478 | 2024-11-08T23:52:07.740Z | Downloaded addr2line v0.24.2 |
479 | 2024-11-08T23:52:07.754Z | Downloaded atty v0.2.14 |
480 | 2024-11-08T23:52:07.759Z | Downloaded aead v0.5.2 |
481 | 2024-11-08T23:52:07.761Z | Downloaded darling v0.20.10 |
482 | 2024-11-08T23:52:07.764Z | Downloaded cmake v0.1.51 |
483 | 2024-11-08T23:52:07.767Z | Downloaded async-stream v0.3.6 |
484 | 2024-11-08T23:52:07.770Z | Downloaded ident_case v1.0.1 |
485 | 2024-11-08T23:52:07.770Z | Downloaded heck v0.3.3 |
486 | 2024-11-08T23:52:07.773Z | Downloaded instant v0.1.13 |
487 | 2024-11-08T23:52:07.773Z | Downloaded ciborium-ll v0.2.2 |
488 | 2024-11-08T23:52:07.777Z | Downloaded adler2 v2.0.0 |
489 | 2024-11-08T23:52:07.777Z | Downloaded http-body v1.0.1 |
490 | 2024-11-08T23:52:07.779Z | Downloaded indoc v1.0.9 |
491 | 2024-11-08T23:52:07.779Z | Downloaded httparse v1.9.5 |
492 | 2024-11-08T23:52:07.782Z | Downloaded crc-catalog v2.4.0 |
493 | 2024-11-08T23:52:07.785Z | Downloaded atomic-waker v1.1.2 |
494 | 2024-11-08T23:52:07.788Z | Downloaded hubpack_derive v0.1.1 |
495 | 2024-11-08T23:52:07.788Z | Downloaded chacha20 v0.9.1 |
496 | 2024-11-08T23:52:07.788Z | Downloaded castaway v0.2.3 |
497 | 2024-11-08T23:52:07.791Z | Downloaded ciborium v0.2.2 |
498 | 2024-11-08T23:52:07.793Z | Downloaded bcs v0.1.6 |
499 | 2024-11-08T23:52:07.795Z | Downloaded base64ct v1.6.0 |
500 | 2024-11-08T23:52:07.798Z | Downloaded arrayref v0.3.9 |
501 | 2024-11-08T23:52:07.798Z | Downloaded nibble_vec v0.1.0 |
502 | 2024-11-08T23:52:07.800Z | Downloaded crossbeam-deque v0.8.5 |
503 | 2024-11-08T23:52:07.803Z | Downloaded indent_write v2.2.0 |
504 | 2024-11-08T23:52:07.803Z | Downloaded hyper-util v0.1.9 |
505 | 2024-11-08T23:52:07.807Z | Downloaded lazycell v1.3.0 |
506 | 2024-11-08T23:52:07.810Z | Downloaded maybe-uninit v2.0.0 |
507 | 2024-11-08T23:52:07.810Z | Downloaded internet-checksum v0.2.1 |
508 | 2024-11-08T23:52:07.812Z | Downloaded hostname v0.3.1 |
509 | 2024-11-08T23:52:07.812Z | Downloaded backoff v0.4.0 |
510 | 2024-11-08T23:52:07.814Z | Downloaded csv-core v0.1.11 |
511 | 2024-11-08T23:52:07.816Z | Downloaded blake2 v0.10.6 |
512 | 2024-11-08T23:52:07.819Z | Downloaded mockall v0.13.0 |
513 | 2024-11-08T23:52:07.822Z | Downloaded mime_guess v2.0.5 |
514 | 2024-11-08T23:52:07.824Z | Downloaded newline-converter v0.3.0 |
515 | 2024-11-08T23:52:07.825Z | Downloaded linear-map v1.2.0 |
516 | 2024-11-08T23:52:07.838Z | Downloaded base64 v0.13.1 |
517 | 2024-11-08T23:52:07.838Z | Downloaded lru-cache v0.1.2 |
518 | 2024-11-08T23:52:07.838Z | Downloaded lock_api v0.4.12 |
519 | 2024-11-08T23:52:07.838Z | Downloaded native-tls v0.2.12 |
520 | 2024-11-08T23:52:07.838Z | Downloaded const_format v0.2.33 |
521 | 2024-11-08T23:52:07.840Z | Downloaded multer v3.1.0 |
522 | 2024-11-08T23:52:07.843Z | Downloaded maplit v1.0.2 |
523 | 2024-11-08T23:52:07.843Z | Downloaded libsw v3.3.1 |
524 | 2024-11-08T23:52:07.845Z | Downloaded libloading v0.8.5 |
525 | 2024-11-08T23:52:07.848Z | Downloaded hickory-client v0.24.1 |
526 | 2024-11-08T23:52:07.852Z | Downloaded atomicwrites v0.4.4 |
527 | 2024-11-08T23:52:07.856Z | Downloaded async-stream-impl v0.3.6 |
528 | 2024-11-08T23:52:07.856Z | Downloaded hex-literal v0.4.1 |
529 | 2024-11-08T23:52:07.856Z | Downloaded bumpalo v3.16.0 |
530 | 2024-11-08T23:52:07.858Z | Downloaded sqlparser_derive v0.2.2 |
531 | 2024-11-08T23:52:07.861Z | Downloaded hickory-server v0.24.1 |
532 | 2024-11-08T23:52:07.864Z | Downloaded hex v0.4.3 |
533 | 2024-11-08T23:52:07.867Z | Downloaded base16ct v0.2.0 |
534 | 2024-11-08T23:52:07.869Z | Downloaded bitfield-struct v0.6.2 |
535 | 2024-11-08T23:52:07.873Z | Downloaded bb8 v0.8.5 |
536 | 2024-11-08T23:52:07.873Z | Downloaded compact_str v0.8.0 |
537 | 2024-11-08T23:52:07.876Z | Downloaded http-range v0.1.5 |
538 | 2024-11-08T23:52:07.880Z | Downloaded ciborium-io v0.2.2 |
539 | 2024-11-08T23:52:07.881Z | Downloaded cstr-argument v0.1.2 |
540 | 2024-11-08T23:52:07.881Z | Downloaded crunchy v0.2.2 |
541 | 2024-11-08T23:52:07.883Z | Downloaded cfg_aliases v0.2.1 |
542 | 2024-11-08T23:52:07.883Z | Downloaded cfg_aliases v0.1.1 |
543 | 2024-11-08T23:52:07.883Z | Downloaded ssh-encoding v0.2.0 |
544 | 2024-11-08T23:52:07.887Z | Downloaded serde_repr v0.1.19 |
545 | 2024-11-08T23:52:07.887Z | Downloaded signal-hook-mio v0.2.4 |
546 | 2024-11-08T23:52:07.890Z | Downloaded salsa20 v0.10.2 |
547 | 2024-11-08T23:52:07.891Z | Downloaded async-recursion v1.1.1 |
548 | 2024-11-08T23:52:07.894Z | Downloaded array-init v0.0.4 |
549 | 2024-11-08T23:52:07.894Z | Downloaded crucible-workspace-hack v0.1.0 |
550 | 2024-11-08T23:52:07.897Z | Downloaded memmap2 v0.9.5 |
551 | 2024-11-08T23:52:07.897Z | Downloaded jobserver v0.1.32 |
552 | 2024-11-08T23:52:07.899Z | Downloaded is-terminal v0.4.13 |
553 | 2024-11-08T23:52:07.899Z | Downloaded hyper-rustls v0.27.3 |
554 | 2024-11-08T23:52:07.901Z | Downloaded new_debug_unreachable v1.0.6 |
555 | 2024-11-08T23:52:07.904Z | Downloaded mio v1.0.2 |
556 | 2024-11-08T23:52:07.908Z | Downloaded buf-list v1.0.3 |
557 | 2024-11-08T23:52:07.911Z | Downloaded inout v0.1.3 |
558 | 2024-11-08T23:52:07.913Z | Downloaded impl-trait-for-tuples v0.2.2 |
559 | 2024-11-08T23:52:07.916Z | Downloaded hyper-tls v0.6.0 |
560 | 2024-11-08T23:52:07.919Z | Downloaded rpassword v7.3.1 |
561 | 2024-11-08T23:52:07.919Z | Downloaded hubpack v0.1.2 |
562 | 2024-11-08T23:52:07.921Z | Downloaded instability v0.3.2 |
563 | 2024-11-08T23:52:07.921Z | Downloaded crypto-bigint v0.5.5 |
564 | 2024-11-08T23:52:07.929Z | Downloaded want v0.3.1 |
565 | 2024-11-08T23:52:07.932Z | Downloaded newtype_derive v0.1.6 |
566 | 2024-11-08T23:52:07.932Z | Downloaded kstat-rs v0.2.4 |
567 | 2024-11-08T23:52:07.935Z | Downloaded cipher v0.4.4 |
568 | 2024-11-08T23:52:07.935Z | Downloaded cbc v0.1.2 |
569 | 2024-11-08T23:52:07.937Z | Downloaded mirai-annotations v1.12.0 |
570 | 2024-11-08T23:52:07.937Z | Downloaded matches v0.1.10 |
571 | 2024-11-08T23:52:07.937Z | Downloaded strum_macros v0.25.3 |
572 | 2024-11-08T23:52:07.939Z | Downloaded block-padding v0.3.3 |
573 | 2024-11-08T23:52:07.942Z | Downloaded match_cfg v0.1.0 |
574 | 2024-11-08T23:52:07.942Z | Downloaded lockfree-object-pool v0.1.6 |
575 | 2024-11-08T23:52:07.945Z | Downloaded ipnetwork v0.20.0 |
576 | 2024-11-08T23:52:07.947Z | Downloaded lalrpop-util v0.19.12 |
577 | 2024-11-08T23:52:07.947Z | Downloaded cobs v0.2.3 |
578 | 2024-11-08T23:52:07.951Z | Downloaded is_ci v1.2.0 |
579 | 2024-11-08T23:52:07.951Z | Downloaded constant_time_eq v0.3.1 |
580 | 2024-11-08T23:52:07.954Z | Downloaded argon2 v0.5.3 |
581 | 2024-11-08T23:52:07.954Z | Downloaded slog-term v2.9.1 |
582 | 2024-11-08T23:52:07.958Z | Downloaded ctr v0.9.2 |
583 | 2024-11-08T23:52:07.962Z | Downloaded linked-hash-map v0.5.6 |
584 | 2024-11-08T23:52:07.962Z | Downloaded lru v0.12.5 |
585 | 2024-11-08T23:52:07.964Z | Downloaded endian-type v0.1.2 |
586 | 2024-11-08T23:52:07.964Z | Downloaded mime v0.3.17 |
587 | 2024-11-08T23:52:07.964Z | Downloaded try-lock v0.2.5 |
588 | 2024-11-08T23:52:07.965Z | Downloaded dhcproto-macros v0.1.0 |
589 | 2024-11-08T23:52:07.967Z | Downloaded aes v0.8.4 |
590 | 2024-11-08T23:52:07.969Z | Downloaded zone_cfg_derive v0.3.0 |
591 | 2024-11-08T23:52:07.969Z | Downloaded console v0.15.8 |
592 | 2024-11-08T23:52:07.972Z | Downloaded multimap v0.10.0 |
593 | 2024-11-08T23:52:07.975Z | Downloaded managed v0.8.0 |
594 | 2024-11-08T23:52:07.975Z | Downloaded humantime v2.1.0 |
595 | 2024-11-08T23:52:07.978Z | Downloaded rand_chacha v0.3.1 |
596 | 2024-11-08T23:52:07.978Z | Downloaded r2d2 v0.8.10 |
597 | 2024-11-08T23:52:07.980Z | Downloaded curve25519-dalek-derive v0.1.1 |
598 | 2024-11-08T23:52:07.983Z | Downloaded thiserror-no-std v2.0.2 |
599 | 2024-11-08T23:52:07.986Z | Downloaded darling_macro v0.20.10 |
600 | 2024-11-08T23:52:07.988Z | Downloaded ssh-cipher v0.2.0 |
601 | 2024-11-08T23:52:07.988Z | Downloaded oso-derive v0.27.3 |
602 | 2024-11-08T23:52:07.988Z | Downloaded which v4.4.2 |
603 | 2024-11-08T23:52:07.991Z | Downloaded async-bb8-diesel v0.2.1 |
604 | 2024-11-08T23:52:07.993Z | Downloaded md-5 v0.10.6 |
605 | 2024-11-08T23:52:07.996Z | Downloaded smallvec v0.6.14 |
606 | 2024-11-08T23:52:07.996Z | Downloaded toolchain_find v0.4.0 |
607 | 2024-11-08T23:52:07.998Z | Downloaded thiserror-impl-no-std v2.0.2 |
608 | 2024-11-08T23:52:07.998Z | Downloaded precomputed-hash v0.1.1 |
609 | 2024-11-08T23:52:08.001Z | Downloaded crc v3.2.1 |
610 | 2024-11-08T23:52:08.003Z | Downloaded newtype-uuid v1.1.2 |
611 | 2024-11-08T23:52:08.003Z | Downloaded ipnet v2.10.1 |
612 | 2024-11-08T23:52:08.006Z | Downloaded ena v0.14.3 |
613 | 2024-11-08T23:52:08.008Z | Downloaded same-file v1.0.6 |
614 | 2024-11-08T23:52:08.008Z | Downloaded crc32fast v1.4.2 |
615 | 2024-11-08T23:52:08.011Z | Downloaded strum_macros v0.24.3 |
616 | 2024-11-08T23:52:08.013Z | Downloaded tokio-rustls v0.24.1 |
617 | 2024-11-08T23:52:08.016Z | Downloaded nanorand v0.7.0 |
618 | 2024-11-08T23:52:08.018Z | Downloaded libefi-sys v0.1.0 |
619 | 2024-11-08T23:52:08.021Z | Downloaded colored v2.1.0 |
620 | 2024-11-08T23:52:08.021Z | Downloaded const_format_proc_macros v0.2.33 |
621 | 2024-11-08T23:52:08.023Z | Downloaded const-oid v0.9.6 |
622 | 2024-11-08T23:52:08.026Z | Downloaded gethostname v0.5.0 |
623 | 2024-11-08T23:52:08.028Z | Downloaded funty v2.0.0 |
624 | 2024-11-08T23:52:08.028Z | Downloaded untrusted v0.7.1 |
625 | 2024-11-08T23:52:08.031Z | Downloaded smallvec v1.13.2 |
626 | 2024-11-08T23:52:08.034Z | Downloaded sync_wrapper v1.0.1 |
627 | 2024-11-08T23:52:08.034Z | Downloaded sigpipe v0.1.3 |
628 | 2024-11-08T23:52:08.034Z | Downloaded nodrop v0.1.14 |
629 | 2024-11-08T23:52:08.037Z | Downloaded tui-tree-widget v0.22.0 |
630 | 2024-11-08T23:52:08.037Z | Downloaded thread_local v1.1.8 |
631 | 2024-11-08T23:52:08.040Z | Downloaded memoffset v0.9.1 |
632 | 2024-11-08T23:52:08.040Z | Downloaded crossterm v0.28.1 |
633 | 2024-11-08T23:52:08.046Z | Downloaded glob v0.3.1 |
634 | 2024-11-08T23:52:08.051Z | Downloaded signal-hook-tokio v0.3.1 |
635 | 2024-11-08T23:52:08.055Z | Downloaded embedded-io v0.6.1 |
636 | 2024-11-08T23:52:08.055Z | Downloaded num-integer v0.1.46 |
637 | 2024-11-08T23:52:08.055Z | Downloaded num-iter v0.1.45 |
638 | 2024-11-08T23:52:08.060Z | Downloaded heapless v0.8.0 |
639 | 2024-11-08T23:52:08.065Z | Downloaded crossbeam-epoch v0.9.18 |
640 | 2024-11-08T23:52:08.065Z | Downloaded embedded-io v0.4.0 |
641 | 2024-11-08T23:52:08.066Z | Downloaded enum-as-inner v0.5.1 |
642 | 2024-11-08T23:52:08.069Z | Downloaded strum_macros v0.26.4 |
643 | 2024-11-08T23:52:08.069Z | Downloaded foreign-types-shared v0.1.1 |
644 | 2024-11-08T23:52:08.069Z | Downloaded float-ord v0.3.2 |
645 | 2024-11-08T23:52:08.069Z | Downloaded pkg-config v0.3.31 |
646 | 2024-11-08T23:52:08.071Z | Downloaded percent-encoding v2.3.1 |
647 | 2024-11-08T23:52:08.071Z | Downloaded paste v1.0.15 |
648 | 2024-11-08T23:52:08.074Z | Downloaded crossbeam-utils v0.8.20 |
649 | 2024-11-08T23:52:08.077Z | Downloaded indexmap v1.9.3 |
650 | 2024-11-08T23:52:08.081Z | Downloaded psl-types v2.0.11 |
651 | 2024-11-08T23:52:08.083Z | Downloaded parse-display v0.10.0 |
652 | 2024-11-08T23:52:08.083Z | Downloaded crc-any v2.5.0 |
653 | 2024-11-08T23:52:08.085Z | Downloaded cookie v0.18.1 |
654 | 2024-11-08T23:52:08.090Z | Downloaded fs_extra v1.3.0 |
655 | 2024-11-08T23:52:08.093Z | Downloaded take_mut v0.2.2 |
656 | 2024-11-08T23:52:08.093Z | Downloaded rand_xorshift v0.3.0 |
657 | 2024-11-08T23:52:08.096Z | Downloaded miniz_oxide v0.8.0 |
658 | 2024-11-08T23:52:08.096Z | Downloaded rustfmt-wrapper v0.2.1 |
659 | 2024-11-08T23:52:08.102Z | Downloaded itertools v0.10.5 |
660 | 2024-11-08T23:52:08.104Z | Downloaded headers-core v0.3.0 |
661 | 2024-11-08T23:52:08.104Z | Downloaded openssl-macros v0.1.1 |
662 | 2024-11-08T23:52:08.108Z | Downloaded signature v2.2.0 |
663 | 2024-11-08T23:52:08.108Z | Downloaded semver v0.1.20 |
664 | 2024-11-08T23:52:08.111Z | Downloaded supports-color v3.0.1 |
665 | 2024-11-08T23:52:08.111Z | Downloaded hashlink v0.9.1 |
666 | 2024-11-08T23:52:08.113Z | Downloaded predicates-core v1.0.8 |
667 | 2024-11-08T23:52:08.113Z | Downloaded shlex v1.3.0 |
668 | 2024-11-08T23:52:08.116Z | Downloaded rfc6979 v0.4.0 |
669 | 2024-11-08T23:52:08.116Z | Downloaded rustls-pemfile v1.0.4 |
670 | 2024-11-08T23:52:08.119Z | Downloaded num-rational v0.4.2 |
671 | 2024-11-08T23:52:08.121Z | Downloaded clang-sys v1.8.1 |
672 | 2024-11-08T23:52:08.124Z | Downloaded twox-hash v1.6.3 |
673 | 2024-11-08T23:52:08.126Z | Downloaded resolv-conf v0.7.0 |
674 | 2024-11-08T23:52:08.129Z | Downloaded peg-runtime v0.8.3 |
675 | 2024-11-08T23:52:08.129Z | Downloaded uzers v0.12.1 |
676 | 2024-11-08T23:52:08.131Z | Downloaded chacha20poly1305 v0.10.1 |
677 | 2024-11-08T23:52:08.133Z | Downloaded utf-8 v0.7.6 |
678 | 2024-11-08T23:52:08.133Z | Downloaded highway v1.2.0 |
679 | 2024-11-08T23:52:08.137Z | Downloaded ed25519 v2.2.3 |
680 | 2024-11-08T23:52:08.139Z | Downloaded dyn-clone v1.0.17 |
681 | 2024-11-08T23:52:08.139Z | Downloaded pem-rfc7468 v0.7.0 |
682 | 2024-11-08T23:52:08.142Z | Downloaded dropshot_endpoint v0.12.0 |
683 | 2024-11-08T23:52:08.144Z | Downloaded tabwriter v1.4.0 |
684 | 2024-11-08T23:52:08.147Z | Downloaded tracing-attributes v0.1.27 |
685 | 2024-11-08T23:52:08.149Z | Downloaded russh-cryptovec v0.7.3 |
686 | 2024-11-08T23:52:08.150Z | Downloaded progenitor-macro v0.8.0 |
687 | 2024-11-08T23:52:08.152Z | Downloaded slab v0.4.9 |
688 | 2024-11-08T23:52:08.152Z | Downloaded siphasher v0.3.11 |
689 | 2024-11-08T23:52:08.155Z | Downloaded simd-adler32 v0.3.7 |
690 | 2024-11-08T23:52:08.156Z | Downloaded globset v0.4.15 |
691 | 2024-11-08T23:52:08.160Z | Downloaded slog-async v2.8.0 |
692 | 2024-11-08T23:52:08.160Z | Downloaded display-error-chain v0.2.2 |
693 | 2024-11-08T23:52:08.163Z | Downloaded value-bag v1.9.0 |
694 | 2024-11-08T23:52:08.163Z | Downloaded defmt-parser v0.3.4 |
695 | 2024-11-08T23:52:08.163Z | Downloaded aes-gcm v0.10.3 |
696 | 2024-11-08T23:52:08.166Z | Downloaded mockall_derive v0.13.0 |
697 | 2024-11-08T23:52:08.169Z | Downloaded peg v0.8.4 |
698 | 2024-11-08T23:52:08.182Z | Downloaded tokio-rustls v0.26.0 |
699 | 2024-11-08T23:52:08.185Z | Downloaded cc v1.1.30 |
700 | 2024-11-08T23:52:08.190Z | Downloaded rand_core v0.6.4 |
701 | 2024-11-08T23:52:08.192Z | Downloaded futures-executor v0.3.31 |
702 | 2024-11-08T23:52:08.192Z | Downloaded normalize-line-endings v0.3.0 |
703 | 2024-11-08T23:52:08.192Z | Downloaded zone v0.1.8 |
704 | 2024-11-08T23:52:08.196Z | Downloaded futures-core v0.3.31 |
705 | 2024-11-08T23:52:08.196Z | Downloaded rustversion v1.0.17 |
706 | 2024-11-08T23:52:08.211Z | Downloaded slog-stdlog v4.1.1 |
707 | 2024-11-08T23:52:08.213Z | Downloaded smf v0.2.3 |
708 | 2024-11-08T23:52:08.213Z | Downloaded serde_urlencoded v0.7.1 |
709 | 2024-11-08T23:52:08.213Z | Downloaded rustls-pemfile v2.2.0 |
710 | 2024-11-08T23:52:08.214Z | Downloaded predicates v3.1.2 |
711 | 2024-11-08T23:52:08.214Z | Downloaded ecdsa v0.16.9 |
712 | 2024-11-08T23:52:08.214Z | Downloaded zopfli v0.8.1 |
713 | 2024-11-08T23:52:08.214Z | Downloaded allocator-api2 v0.2.18 |
714 | 2024-11-08T23:52:08.219Z | Downloaded primeorder v0.13.6 |
715 | 2024-11-08T23:52:08.219Z | Downloaded rand_seeder v0.3.0 |
716 | 2024-11-08T23:52:08.222Z | Downloaded base64 v0.21.7 |
717 | 2024-11-08T23:52:08.225Z | Downloaded rusty-fork v0.3.0 |
718 | 2024-11-08T23:52:08.225Z | Downloaded powerfmt v0.2.0 |
719 | 2024-11-08T23:52:08.229Z | Downloaded unarray v0.1.4 |
720 | 2024-11-08T23:52:08.229Z | Downloaded progenitor-client v0.8.0 |
721 | 2024-11-08T23:52:08.229Z | Downloaded rsa v0.9.6 |
722 | 2024-11-08T23:52:08.235Z | Downloaded darling_core v0.20.10 |
723 | 2024-11-08T23:52:08.238Z | Downloaded data-encoding v2.6.0 |
724 | 2024-11-08T23:52:08.241Z | Downloaded unicode-truncate v1.1.0 |
725 | 2024-11-08T23:52:08.241Z | Downloaded tokio-native-tls v0.3.1 |
726 | 2024-11-08T23:52:08.245Z | Downloaded peg-macros v0.8.4 |
727 | 2024-11-08T23:52:08.248Z | Downloaded parking_lot_core v0.9.10 |
728 | 2024-11-08T23:52:08.248Z | Downloaded samael v0.0.17 |
729 | 2024-11-08T23:52:08.256Z | Downloaded time-core v0.1.2 |
730 | 2024-11-08T23:52:08.260Z | Downloaded futures-task v0.3.31 |
731 | 2024-11-08T23:52:08.260Z | Downloaded oso v0.27.3 |
732 | 2024-11-08T23:52:08.262Z | Downloaded waitgroup v0.1.2 |
733 | 2024-11-08T23:52:08.264Z | Downloaded num_enum v0.5.11 |
734 | 2024-11-08T23:52:08.267Z | Downloaded opaque-debug v0.3.1 |
735 | 2024-11-08T23:52:08.267Z | Downloaded futures-channel v0.3.31 |
736 | 2024-11-08T23:52:08.270Z | Downloaded phf v0.11.2 |
737 | 2024-11-08T23:52:08.273Z | Downloaded dirs-sys-next v0.1.2 |
738 | 2024-11-08T23:52:08.273Z | Downloaded term v0.7.0 |
739 | 2024-11-08T23:52:08.276Z | Downloaded zerocopy v0.6.6 |
740 | 2024-11-08T23:52:08.279Z | Downloaded elliptic-curve v0.13.8 |
741 | 2024-11-08T23:52:08.283Z | Downloaded hickory-resolver v0.24.1 |
742 | 2024-11-08T23:52:08.287Z | Downloaded progenitor v0.8.0 |
743 | 2024-11-08T23:52:08.290Z | Downloaded openssl-probe v0.1.5 |
744 | 2024-11-08T23:52:08.290Z | Downloaded proc-macro-crate v1.3.1 |
745 | 2024-11-08T23:52:08.294Z | Downloaded indicatif v0.17.8 |
746 | 2024-11-08T23:52:08.297Z | Downloaded xattr v1.3.1 |
747 | 2024-11-08T23:52:08.297Z | Downloaded num_enum_derive v0.5.11 |
748 | 2024-11-08T23:52:08.300Z | Downloaded crossbeam-channel v0.5.13 |
749 | 2024-11-08T23:52:08.303Z | Downloaded structmeta v0.2.0 |
750 | 2024-11-08T23:52:08.305Z | Downloaded similar v2.6.0 |
751 | 2024-11-08T23:52:08.311Z | Downloaded spki v0.7.3 |
752 | 2024-11-08T23:52:08.314Z | Downloaded fallible-iterator v0.3.0 |
753 | 2024-11-08T23:52:08.314Z | Downloaded tower-service v0.3.3 |
754 | 2024-11-08T23:52:08.314Z | Downloaded futures-macro v0.3.31 |
755 | 2024-11-08T23:52:08.317Z | Downloaded phf_codegen v0.11.2 |
756 | 2024-11-08T23:52:08.317Z | Downloaded toml_edit v0.19.15 |
757 | 2024-11-08T23:52:08.333Z | Downloaded num_threads v0.1.7 |
758 | 2024-11-08T23:52:08.337Z | Downloaded walkdir v2.5.0 |
759 | 2024-11-08T23:52:08.337Z | Downloaded typify-macro v0.2.0 |
760 | 2024-11-08T23:52:08.337Z | Downloaded sha1 v0.10.6 |
761 | 2024-11-08T23:52:08.340Z | Downloaded serde_path_to_error v0.1.16 |
762 | 2024-11-08T23:52:08.343Z | Downloaded tokio-tungstenite v0.21.0 |
763 | 2024-11-08T23:52:08.346Z | Downloaded tinyvec v1.8.0 |
764 | 2024-11-08T23:52:08.350Z | Downloaded stable_deref_trait v1.2.0 |
765 | 2024-11-08T23:52:08.350Z | Downloaded subtle v2.6.1 |
766 | 2024-11-08T23:52:08.350Z | Downloaded unicode-xid v0.2.6 |
767 | 2024-11-08T23:52:08.350Z | Downloaded minimal-lexical v0.2.1 |
768 | 2024-11-08T23:52:08.356Z | Downloaded fallible-streaming-iterator v0.1.9 |
769 | 2024-11-08T23:52:08.359Z | Downloaded wyz v0.5.1 |
770 | 2024-11-08T23:52:08.359Z | Downloaded tokio-stream v0.1.16 |
771 | 2024-11-08T23:52:08.362Z | Downloaded vergen v8.3.2 |
772 | 2024-11-08T23:52:08.366Z | Downloaded num-traits v0.2.19 |
773 | 2024-11-08T23:52:08.370Z | Downloaded zip v0.6.6 |
774 | 2024-11-08T23:52:08.377Z | Downloaded scrypt v0.11.0 |
775 | 2024-11-08T23:52:08.380Z | Downloaded pin-utils v0.1.0 |
776 | 2024-11-08T23:52:08.380Z | Downloaded packed_struct v0.10.1 |
777 | 2024-11-08T23:52:08.381Z | Downloaded signal-hook v0.3.17 |
778 | 2024-11-08T23:52:08.381Z | Downloaded ghash v0.5.1 |
779 | 2024-11-08T23:52:08.384Z | Downloaded float-cmp v0.9.0 |
780 | 2024-11-08T23:52:08.384Z | Downloaded sqlformat v0.2.6 |
781 | 2024-11-08T23:52:08.387Z | Downloaded derive_builder_core v0.20.2 |
782 | 2024-11-08T23:52:08.387Z | Downloaded tiny-keccak v2.0.2 |
783 | 2024-11-08T23:52:08.389Z | Downloaded parse-size v1.1.0 |
784 | 2024-11-08T23:52:08.392Z | Downloaded russh-keys v0.45.0 |
785 | 2024-11-08T23:52:08.396Z | Downloaded tokio-tungstenite v0.24.0 |
786 | 2024-11-08T23:52:08.399Z | Downloaded derive_builder_macro v0.20.2 |
787 | 2024-11-08T23:52:08.399Z | Downloaded tokio-tungstenite v0.23.1 |
788 | 2024-11-08T23:52:08.402Z | Downloaded predicates-tree v1.0.11 |
789 | 2024-11-08T23:52:08.402Z | Downloaded serde-hex v0.1.0 |
790 | 2024-11-08T23:52:08.404Z | Downloaded ppv-lite86 v0.2.20 |
791 | 2024-11-08T23:52:08.404Z | Downloaded tar v0.4.42 |
792 | 2024-11-08T23:52:08.413Z | Downloaded postgres-protocol v0.6.7 |
793 | 2024-11-08T23:52:08.417Z | Downloaded slog-envlogger v2.2.0 |
794 | 2024-11-08T23:52:08.417Z | Downloaded dunce v1.0.5 |
795 | 2024-11-08T23:52:08.417Z | Downloaded pkcs5 v0.7.1 |
796 | 2024-11-08T23:52:08.417Z | Downloaded fragile v2.0.0 |
797 | 2024-11-08T23:52:08.420Z | Downloaded fd-lock v4.0.2 |
798 | 2024-11-08T23:52:08.423Z | Downloaded fxhash v0.2.1 |
799 | 2024-11-08T23:52:08.423Z | Downloaded whoami v1.5.2 |
800 | 2024-11-08T23:52:08.427Z | Downloaded parse-display-derive v0.10.0 |
801 | 2024-11-08T23:52:08.427Z | Downloaded hash32 v0.3.1 |
802 | 2024-11-08T23:52:08.431Z | Downloaded hash32 v0.2.1 |
803 | 2024-11-08T23:52:08.431Z | Downloaded packed_struct_codegen v0.10.1 |
804 | 2024-11-08T23:52:08.431Z | Downloaded tinyvec_macros v0.1.1 |
805 | 2024-11-08T23:52:08.431Z | Downloaded dirs-next v2.0.0 |
806 | 2024-11-08T23:52:08.436Z | Downloaded static_assertions v1.1.0 |
807 | 2024-11-08T23:52:08.436Z | Downloaded unicode-segmentation v1.12.0 |
808 | 2024-11-08T23:52:08.440Z | Downloaded pkcs8 v0.10.2 |
809 | 2024-11-08T23:52:08.444Z | Downloaded ref-cast-impl v1.0.23 |
810 | 2024-11-08T23:52:08.444Z | Downloaded postgres-types v0.2.8 |
811 | 2024-11-08T23:52:08.448Z | Downloaded tokio-postgres v0.7.12 |
812 | 2024-11-08T23:52:08.451Z | Downloaded pbkdf2 v0.12.2 |
813 | 2024-11-08T23:52:08.451Z | Downloaded zone_cfg_derive v0.1.2 |
814 | 2024-11-08T23:52:08.451Z | Downloaded xz2 v0.1.7 |
815 | 2024-11-08T23:52:08.453Z | Downloaded vte_generate_state_changes v0.1.2 |
816 | 2024-11-08T23:52:08.453Z | Downloaded diesel_derives v2.2.3 |
817 | 2024-11-08T23:52:08.459Z | Downloaded structmeta v0.3.0 |
818 | 2024-11-08T23:52:08.461Z | Downloaded strip-ansi-escapes v0.2.0 |
819 | 2024-11-08T23:52:08.461Z | Downloaded difflib v0.4.0 |
820 | 2024-11-08T23:52:08.461Z | Downloaded stringprep v0.1.5 |
821 | 2024-11-08T23:52:08.464Z | Downloaded schemars_derive v0.8.21 |
822 | 2024-11-08T23:52:08.464Z | Downloaded spin v0.9.8 |
823 | 2024-11-08T23:52:08.467Z | Downloaded derive_builder v0.20.2 |
824 | 2024-11-08T23:52:08.472Z | Downloaded ff v0.13.0 |
825 | 2024-11-08T23:52:08.475Z | Downloaded unicode_categories v0.1.1 |
826 | 2024-11-08T23:52:08.477Z | Downloaded env_filter v0.1.2 |
827 | 2024-11-08T23:52:08.480Z | Downloaded prettyplease v0.2.22 |
828 | 2024-11-08T23:52:08.483Z | Downloaded pretty-hex v0.2.1 |
829 | 2024-11-08T23:52:08.483Z | Downloaded num v0.4.3 |
830 | 2024-11-08T23:52:08.485Z | Downloaded structmeta-derive v0.2.0 |
831 | 2024-11-08T23:52:08.485Z | Downloaded scopeguard v1.2.0 |
832 | 2024-11-08T23:52:08.488Z | Downloaded chrono v0.4.38 |
833 | 2024-11-08T23:52:08.493Z | Downloaded pin-project-internal v1.1.6 |
834 | 2024-11-08T23:52:08.496Z | Downloaded parking_lot v0.11.2 |
835 | 2024-11-08T23:52:08.499Z | Downloaded path-slash v0.1.5 |
836 | 2024-11-08T23:52:08.502Z | Downloaded snafu v0.8.5 |
837 | 2024-11-08T23:52:08.507Z | Downloaded slog-json v2.6.1 |
838 | 2024-11-08T23:52:08.510Z | Downloaded rustls-pki-types v1.9.0 |
839 | 2024-11-08T23:52:08.512Z | Downloaded rustc-demangle v0.1.24 |
840 | 2024-11-08T23:52:08.515Z | Downloaded pkcs1 v0.7.5 |
841 | 2024-11-08T23:52:08.518Z | Downloaded pbkdf2 v0.11.0 |
842 | 2024-11-08T23:52:08.518Z | Downloaded hashbrown v0.13.2 |
843 | 2024-11-08T23:52:08.523Z | Downloaded quinn-udp v0.5.5 |
844 | 2024-11-08T23:52:08.526Z | Downloaded unsafe-libyaml v0.2.11 |
845 | 2024-11-08T23:52:08.529Z | Downloaded polyval v0.6.2 |
846 | 2024-11-08T23:52:08.531Z | Downloaded defmt v0.3.8 |
847 | 2024-11-08T23:52:08.534Z | Downloaded radium v0.7.0 |
848 | 2024-11-08T23:52:08.534Z | Downloaded debug-ignore v1.0.5 |
849 | 2024-11-08T23:52:08.536Z | Downloaded dsl_auto_type v0.1.2 |
850 | 2024-11-08T23:52:08.539Z | Downloaded ed25519-dalek v2.1.1 |
851 | 2024-11-08T23:52:08.542Z | Downloaded derive-where v1.2.7 |
852 | 2024-11-08T23:52:08.545Z | Downloaded qorb v0.2.0 |
853 | 2024-11-08T23:52:08.548Z | Downloaded pin-project-lite v0.2.14 |
854 | 2024-11-08T23:52:08.553Z | Downloaded env_logger v0.10.2 |
855 | 2024-11-08T23:52:08.555Z | Downloaded half v2.4.1 |
856 | 2024-11-08T23:52:08.558Z | Downloaded yasna v0.5.2 |
857 | 2024-11-08T23:52:08.561Z | Downloaded postcard v1.0.10 |
858 | 2024-11-08T23:52:08.564Z | Downloaded nu-ansi-term v0.50.1 |
859 | 2024-11-08T23:52:08.569Z | Downloaded getrandom v0.2.15 |
860 | 2024-11-08T23:52:08.573Z | Downloaded number_prefix v0.4.0 |
861 | 2024-11-08T23:52:08.573Z | Downloaded termtree v0.4.1 |
862 | 2024-11-08T23:52:08.573Z | Downloaded snafu-derive v0.8.5 |
863 | 2024-11-08T23:52:08.576Z | Downloaded diesel_table_macro_syntax v0.2.0 |
864 | 2024-11-08T23:52:08.576Z | Downloaded diesel-dtrace v0.3.0 |
865 | 2024-11-08T23:52:08.576Z | Downloaded downcast v0.11.0 |
866 | 2024-11-08T23:52:08.576Z | Downloaded parking_lot v0.12.3 |
867 | 2024-11-08T23:52:08.579Z | Downloaded group v0.13.0 |
868 | 2024-11-08T23:52:08.583Z | Downloaded time-macros v0.2.18 |
869 | 2024-11-08T23:52:08.583Z | Downloaded sct v0.7.1 |
870 | 2024-11-08T23:52:08.587Z | Downloaded num-conv v0.1.0 |
871 | 2024-11-08T23:52:08.590Z | Downloaded string_cache v0.8.7 |
872 | 2024-11-08T23:52:08.590Z | Downloaded foreign-types v0.3.2 |
873 | 2024-11-08T23:52:08.590Z | Downloaded form_urlencoded v1.2.1 |
874 | 2024-11-08T23:52:08.593Z | Downloaded sec1 v0.7.3 |
875 | 2024-11-08T23:52:08.593Z | Downloaded rtoolbox v0.0.2 |
876 | 2024-11-08T23:52:08.596Z | Downloaded url v2.5.2 |
877 | 2024-11-08T23:52:08.601Z | Downloaded deranged v0.3.11 |
878 | 2024-11-08T23:52:08.602Z | Downloaded env_logger v0.11.5 |
879 | 2024-11-08T23:52:08.605Z | Downloaded serde_yaml v0.9.34+deprecated |
880 | 2024-11-08T23:52:08.605Z | Downloaded foldhash v0.1.3 |
881 | 2024-11-08T23:52:08.608Z | Downloaded serde-big-array v0.5.1 |
882 | 2024-11-08T23:52:08.608Z | Downloaded strum v0.26.3 |
883 | 2024-11-08T23:52:08.608Z | Downloaded rustc_version v0.1.7 |
884 | 2024-11-08T23:52:08.612Z | Downloaded rustc-hash v1.1.0 |
885 | 2024-11-08T23:52:08.612Z | Downloaded unicode-bidi v0.3.17 |
886 | 2024-11-08T23:52:08.617Z | Downloaded heapless v0.7.17 |
887 | 2024-11-08T23:52:08.620Z | Downloaded foreign-types-macros v0.2.3 |
888 | 2024-11-08T23:52:08.621Z | Downloaded foreign-types v0.5.0 |
889 | 2024-11-08T23:52:08.621Z | Downloaded lalrpop v0.19.12 |
890 | 2024-11-08T23:52:08.629Z | Downloaded futures-io v0.3.31 |
891 | 2024-11-08T23:52:08.632Z | Downloaded ref-cast v1.0.23 |
892 | 2024-11-08T23:52:08.636Z | Downloaded flume v0.11.0 |
893 | 2024-11-08T23:52:08.639Z | Downloaded phf_shared v0.10.0 |
894 | 2024-11-08T23:52:08.639Z | Downloaded slog-dtrace v0.3.0 |
895 | 2024-11-08T23:52:08.639Z | Downloaded unicase v2.7.0 |
896 | 2024-11-08T23:52:08.642Z | Downloaded displaydoc v0.2.5 |
897 | 2024-11-08T23:52:08.645Z | Downloaded pin-project v1.1.6 |
898 | 2024-11-08T23:52:08.654Z | Downloaded foreign-types-shared v0.3.1 |
899 | 2024-11-08T23:52:08.657Z | Downloaded des v0.8.1 |
900 | 2024-11-08T23:52:08.657Z | Downloaded topological-sort v0.2.2 |
901 | 2024-11-08T23:52:08.659Z | Downloaded phf_generator v0.11.2 |
902 | 2024-11-08T23:52:08.659Z | Downloaded ron v0.8.1 |
903 | 2024-11-08T23:52:08.665Z | Downloaded wait-timeout v0.2.0 |
904 | 2024-11-08T23:52:08.669Z | Downloaded quick-error v1.2.3 |
905 | 2024-11-08T23:52:08.669Z | Downloaded zeroize_derive v1.4.2 |
906 | 2024-11-08T23:52:08.672Z | Downloaded tracing-core v0.1.32 |
907 | 2024-11-08T23:52:08.672Z | Downloaded schemars v0.8.21 |
908 | 2024-11-08T23:52:08.682Z | Downloaded tap v1.0.1 |
909 | 2024-11-08T23:52:08.684Z | Downloaded num-complex v0.4.6 |
910 | 2024-11-08T23:52:08.687Z | Downloaded aws-lc-rs v1.10.0 |
911 | 2024-11-08T23:52:08.693Z | Downloaded structmeta-derive v0.3.0 |
912 | 2024-11-08T23:52:08.696Z | Downloaded tls_codec_derive v0.4.1 |
913 | 2024-11-08T23:52:08.700Z | Downloaded termios v0.3.3 |
914 | 2024-11-08T23:52:08.700Z | Downloaded termcolor v1.4.1 |
915 | 2024-11-08T23:52:08.702Z | Downloaded slog-bunyan v2.5.0 |
916 | 2024-11-08T23:52:08.702Z | Downloaded olpc-cjson v0.1.4 |
917 | 2024-11-08T23:52:08.702Z | Downloaded aho-corasick v1.1.3 |
918 | 2024-11-08T23:52:08.707Z | Downloaded zeroize v1.8.1 |
919 | 2024-11-08T23:52:08.709Z | Downloaded diff v0.1.13 |
920 | 2024-11-08T23:52:08.712Z | Downloaded socket2 v0.5.7 |
921 | 2024-11-08T23:52:08.715Z | Downloaded zone v0.3.0 |
922 | 2024-11-08T23:52:08.715Z | Downloaded tls_codec v0.4.1 |
923 | 2024-11-08T23:52:08.718Z | Downloaded fallible-iterator v0.2.0 |
924 | 2024-11-08T23:52:08.718Z | Downloaded secrecy v0.8.0 |
925 | 2024-11-08T23:52:08.721Z | Downloaded rustc_version v0.4.1 |
926 | 2024-11-08T23:52:08.721Z | Downloaded scheduled-thread-pool v0.2.7 |
927 | 2024-11-08T23:52:08.724Z | Downloaded shell-words v1.1.0 |
928 | 2024-11-08T23:52:08.724Z | Downloaded tungstenite v0.24.0 |
929 | 2024-11-08T23:52:08.726Z | Downloaded omicron-zone-package v0.11.1 |
930 | 2024-11-08T23:52:08.730Z | Downloaded fatfs v0.3.6 |
931 | 2024-11-08T23:52:08.732Z | Downloaded tungstenite v0.23.0 |
932 | 2024-11-08T23:52:08.735Z | Downloaded parse-zoneinfo v0.3.1 |
933 | 2024-11-08T23:52:08.738Z | Downloaded derive_more v0.99.18 |
934 | 2024-11-08T23:52:08.742Z | Downloaded flate2 v1.0.34 |
935 | 2024-11-08T23:52:08.747Z | Downloaded toml v0.7.8 |
936 | 2024-11-08T23:52:08.750Z | Downloaded x509-cert v0.2.5 |
937 | 2024-11-08T23:52:08.756Z | Downloaded owo-colors v4.1.0 |
938 | 2024-11-08T23:52:08.758Z | Downloaded poly1305 v0.8.0 |
939 | 2024-11-08T23:52:08.762Z | Downloaded rustyline v14.0.0 |
940 | 2024-11-08T23:52:08.767Z | Downloaded hashbrown v0.14.5 |
941 | 2024-11-08T23:52:08.772Z | Downloaded futures v0.3.31 |
942 | 2024-11-08T23:52:08.776Z | Downloaded vsss-rs v3.3.4 |
943 | 2024-11-08T23:52:08.779Z | Downloaded subprocess v0.2.9 |
944 | 2024-11-08T23:52:08.782Z | Downloaded progenitor-impl v0.8.0 |
945 | 2024-11-08T23:52:08.784Z | Downloaded test-strategy v0.3.1 |
946 | 2024-11-08T23:52:08.788Z | Downloaded zip v2.1.3 |
947 | 2024-11-08T23:52:08.791Z | Downloaded serde_with v3.11.0 |
948 | 2024-11-08T23:52:08.800Z | Downloaded vte v0.11.1 |
949 | 2024-11-08T23:52:08.803Z | Downloaded unicode-properties v0.1.3 |
950 | 2024-11-08T23:52:08.806Z | Downloaded num-bigint v0.4.6 |
951 | 2024-11-08T23:52:08.809Z | Downloaded tracing v0.1.40 |
952 | 2024-11-08T23:52:08.814Z | Downloaded idna v0.4.0 |
953 | 2024-11-08T23:52:08.820Z | Downloaded russh v0.45.0 |
954 | 2024-11-08T23:52:08.824Z | Downloaded bitvec v1.0.1 |
955 | 2024-11-08T23:52:08.840Z | Downloaded quinn v0.11.5 |
956 | 2024-11-08T23:52:08.843Z | Downloaded bindgen v0.69.5 |
957 | 2024-11-08T23:52:08.850Z | Downloaded curve25519-dalek v4.1.3 |
958 | 2024-11-08T23:52:08.859Z | Downloaded p256 v0.13.2 |
959 | 2024-11-08T23:52:08.863Z | Downloaded ssh-key v0.6.6 |
960 | 2024-11-08T23:52:08.872Z | Downloaded steno v0.4.1 |
961 | 2024-11-08T23:52:08.875Z | Downloaded nom v7.1.3 |
962 | 2024-11-08T23:52:08.880Z | Downloaded blake3 v1.5.4 |
963 | 2024-11-08T23:52:08.887Z | Downloaded rand v0.8.5 |
964 | 2024-11-08T23:52:08.893Z | Downloaded typed-path v0.9.3 |
965 | 2024-11-08T23:52:08.897Z | Downloaded num-bigint-dig v0.8.4 |
966 | 2024-11-08T23:52:08.903Z | Downloaded rcgen v0.12.1 |
967 | 2024-11-08T23:52:08.906Z | Downloaded salty v0.3.0 |
968 | 2024-11-08T23:52:08.911Z | Downloaded time v0.3.36 |
969 | 2024-11-08T23:52:08.917Z | Downloaded expectorate v1.1.0 |
970 | 2024-11-08T23:52:08.922Z | Downloaded tokio-util v0.7.12 |
971 | 2024-11-08T23:52:08.927Z | Downloaded unicode-normalization v0.1.24 |
972 | 2024-11-08T23:52:08.930Z | Downloaded reqwest v0.12.8 |
973 | 2024-11-08T23:52:08.938Z | Downloaded rayon v1.10.0 |
974 | 2024-11-08T23:52:08.947Z | Downloaded rustls-webpki v0.101.7 |
975 | 2024-11-08T23:52:08.961Z | Downloaded itertools v0.13.0 |
976 | 2024-11-08T23:52:08.968Z | Downloaded proptest v1.5.0 |
977 | 2024-11-08T23:52:08.977Z | Downloaded p521 v0.13.3 |
978 | 2024-11-08T23:52:08.982Z | Downloaded sqlparser v0.45.0 |
979 | 2024-11-08T23:52:08.987Z | Downloaded webpki-roots v0.26.6 |
980 | 2024-11-08T23:52:08.991Z | Downloaded reedline v0.35.0 |
981 | 2024-11-08T23:52:08.998Z | Downloaded rustls-webpki v0.102.8 |
982 | 2024-11-08T23:52:09.018Z | Downloaded tough v0.19.0 |
983 | 2024-11-08T23:52:09.024Z | Downloaded idna v0.2.3 |
984 | 2024-11-08T23:52:09.031Z | Downloaded nix v0.27.1 |
985 | 2024-11-08T23:52:09.041Z | Downloaded rusqlite v0.32.1 |
986 | 2024-11-08T23:52:09.048Z | Downloaded h2 v0.4.6 |
987 | 2024-11-08T23:52:09.054Z | Downloaded quick-xml v0.33.0 |
988 | 2024-11-08T23:52:09.061Z | Downloaded openssl v0.10.68 |
989 | 2024-11-08T23:52:09.070Z | Downloaded quinn-proto v0.11.8 |
990 | 2024-11-08T23:52:09.077Z | Downloaded rustls v0.21.12 |
991 | 2024-11-08T23:52:09.088Z | Downloaded smoltcp v0.9.1 |
992 | 2024-11-08T23:52:09.099Z | Downloaded futures-util v0.3.31 |
993 | 2024-11-08T23:52:09.110Z | Downloaded p384 v0.13.0 |
994 | 2024-11-08T23:52:09.116Z | Downloaded diesel v2.2.4 |
995 | 2024-11-08T23:52:09.135Z | Downloaded dropshot v0.12.0 |
996 | 2024-11-08T23:52:09.154Z | Downloaded gimli v0.31.1 |
997 | 2024-11-08T23:52:09.163Z | Downloaded nix v0.29.0 |
998 | 2024-11-08T23:52:09.175Z | Downloaded rustls v0.23.14 |
999 | 2024-11-08T23:52:09.187Z | Downloaded regex-syntax v0.6.29 |
1000 | 2024-11-08T23:52:09.197Z | Downloaded bstr v1.10.0 |
1001 | 2024-11-08T23:52:09.205Z | Downloaded regress v0.9.1 |
1002 | 2024-11-08T23:52:09.213Z | Downloaded chrono-tz v0.10.0 |
1003 | 2024-11-08T23:52:09.223Z | Downloaded git2 v0.19.0 |
1004 | 2024-11-08T23:52:09.230Z | Downloaded regex-syntax v0.8.5 |
1005 | 2024-11-08T23:52:09.238Z | Downloaded smoltcp v0.11.0 |
1006 | 2024-11-08T23:52:09.251Z | Downloaded object v0.30.4 |
1007 | 2024-11-08T23:52:09.260Z | Downloaded radix_trie v0.2.1 |
1008 | 2024-11-08T23:52:09.265Z | Downloaded openapiv3 v2.0.0 |
1009 | 2024-11-08T23:52:09.277Z | Downloaded trust-dns-proto v0.22.0 |
1010 | 2024-11-08T23:52:09.289Z | Downloaded nix v0.28.0 |
1011 | 2024-11-08T23:52:09.301Z | Downloaded polar-core v0.27.3 |
1012 | 2024-11-08T23:52:09.309Z | Downloaded hickory-proto v0.24.1 |
1013 | 2024-11-08T23:52:09.325Z | Downloaded object v0.36.5 |
1014 | 2024-11-08T23:52:09.337Z | Downloaded regress v0.10.1 |
1015 | 2024-11-08T23:52:09.345Z | Downloaded regex-automata v0.4.8 |
1016 | 2024-11-08T23:52:09.362Z | Downloaded rustls v0.22.4 |
1017 | 2024-11-08T23:52:09.376Z | Downloaded sled v0.34.7 |
1018 | 2024-11-08T23:52:09.386Z | Downloaded lzma-sys v0.1.20 |
1019 | 2024-11-08T23:52:09.415Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1020 | 2024-11-08T23:52:09.427Z | Downloaded typify-impl v0.2.0 |
1021 | 2024-11-08T23:52:09.442Z | Downloaded libz-sys v1.1.20 |
1022 | 2024-11-08T23:52:09.463Z | Downloaded ratatui v0.28.1 |
1023 | 2024-11-08T23:52:09.482Z | Downloaded regex v1.11.0 |
1024 | 2024-11-08T23:52:09.496Z | Downloaded idna v0.5.0 |
1025 | 2024-11-08T23:52:09.502Z | Downloaded portable-atomic v1.9.0 |
1026 | 2024-11-08T23:52:09.508Z | Downloaded winnow v0.5.40 |
1027 | 2024-11-08T23:52:09.518Z | Downloaded zerocopy-derive v0.6.6 |
1028 | 2024-11-08T23:52:09.527Z | Downloaded idna v0.3.0 |
1029 | 2024-11-08T23:52:09.534Z | Downloaded vcpkg v0.2.15 |
1030 | 2024-11-08T23:52:09.571Z | Downloaded hyper v1.4.1 |
1031 | 2024-11-08T23:52:09.578Z | Downloaded num-derive v0.4.2 |
1032 | 2024-11-08T23:52:09.580Z | Downloaded password-hash v0.4.2 |
1033 | 2024-11-08T23:52:09.583Z | Downloaded typify v0.2.0 |
1034 | 2024-11-08T23:52:09.586Z | Downloaded openssl-sys v0.9.104 |
1035 | 2024-11-08T23:52:09.589Z | Downloaded spin v0.5.2 |
1036 | 2024-11-08T23:52:09.591Z | Downloaded pem v3.0.4 |
1037 | 2024-11-08T23:52:09.592Z | Downloaded serde_derive_internals v0.29.1 |
1038 | 2024-11-08T23:52:09.594Z | Downloaded itertools v0.12.1 |
1039 | 2024-11-08T23:52:09.599Z | Downloaded petgraph v0.6.5 |
1040 | 2024-11-08T23:52:09.617Z | Downloaded filetime v0.2.25 |
1041 | 2024-11-08T23:52:09.621Z | Downloaded ron v0.7.1 |
1042 | 2024-11-08T23:52:09.623Z | Downloaded libm v0.2.8 |
1043 | 2024-11-08T23:52:09.631Z | Downloaded headers v0.4.0 |
1044 | 2024-11-08T23:52:09.635Z | Downloaded hashbrown v0.12.3 |
1045 | 2024-11-08T23:52:09.643Z | Downloaded libxml v0.3.3 |
1046 | 2024-11-08T23:52:09.646Z | Downloaded der v0.7.9 |
1047 | 2024-11-08T23:52:09.650Z | Downloaded tokio v1.40.0 |
1048 | 2024-11-08T23:52:09.686Z | Downloaded csv v1.3.0 |
1049 | 2024-11-08T23:52:09.708Z | Downloaded phf_shared v0.11.2 |
1050 | 2024-11-08T23:52:09.711Z | Downloaded publicsuffix v2.2.3 |
1051 | 2024-11-08T23:52:09.711Z | Downloaded hkdf v0.12.4 |
1052 | 2024-11-08T23:52:09.713Z | Downloaded base64 v0.22.1 |
1053 | 2024-11-08T23:52:09.716Z | Downloaded uuid v1.10.0 |
1054 | 2024-11-08T23:52:09.718Z | Downloaded slog-scope v4.4.0 |
1055 | 2024-11-08T23:52:09.721Z | Downloaded serde_with_macros v3.11.0 |
1056 | 2024-11-08T23:52:09.721Z | Downloaded tokio-rustls v0.25.0 |
1057 | 2024-11-08T23:52:09.723Z | Downloaded http v1.1.0 |
1058 | 2024-11-08T23:52:09.726Z | Downloaded untrusted v0.9.0 |
1059 | 2024-11-08T23:52:09.728Z | Downloaded universal-hash v0.5.1 |
1060 | 2024-11-08T23:52:09.729Z | Downloaded futures-sink v0.3.31 |
1061 | 2024-11-08T23:52:09.731Z | Downloaded flagset v0.4.6 |
1062 | 2024-11-08T23:52:09.731Z | Downloaded fixedbitset v0.4.2 |
1063 | 2024-11-08T23:52:09.733Z | Downloaded enum-as-inner v0.6.1 |
1064 | 2024-11-08T23:52:09.733Z | Downloaded rayon-core v1.12.1 |
1065 | 2024-11-08T23:52:09.737Z | Downloaded parking_lot_core v0.8.6 |
1066 | 2024-11-08T23:52:09.740Z | Downloaded dhcproto v0.12.0 |
1067 | 2024-11-08T23:52:09.742Z | Downloaded tokio-macros v2.4.0 |
1068 | 2024-11-08T23:52:09.746Z | Downloaded either v1.13.0 |
1069 | 2024-11-08T23:52:09.746Z | Downloaded der_derive v0.7.3 |
1070 | 2024-11-08T23:52:09.749Z | Downloaded password-hash v0.5.0 |
1071 | 2024-11-08T23:52:09.749Z | Downloaded tungstenite v0.21.0 |
1072 | 2024-11-08T23:52:09.751Z | Downloaded slog v2.7.0 |
1073 | 2024-11-08T23:52:09.753Z | Downloaded encoding_rs v0.8.34 |
1074 | 2024-11-08T23:52:09.773Z | Downloaded bytes v1.7.2 |
1075 | 2024-11-08T23:52:09.777Z | Downloaded sha3 v0.10.8 |
1076 | 2024-11-08T23:52:09.782Z | Downloaded backtrace v0.3.74 |
1077 | 2024-11-08T23:52:09.786Z | Downloaded defmt-macros v0.3.9 |
1078 | 2024-11-08T23:52:09.789Z | Downloaded hmac v0.12.1 |
1079 | 2024-11-08T23:52:09.792Z | Downloaded signal-hook-registry v1.4.2 |
1080 | 2024-11-08T23:52:09.795Z | Downloaded cancel-safe-futures v0.1.5 |
1081 | 2024-11-08T23:52:09.795Z | Downloaded keccak v0.1.5 |
1082 | 2024-11-08T23:52:09.798Z | Downloaded serde_plain v1.0.2 |
1083 | 2024-11-08T23:52:09.798Z | Downloaded rustc-hash v2.0.0 |
1084 | 2024-11-08T23:52:09.798Z | Downloaded iana-time-zone v0.1.61 |
1085 | 2024-11-08T23:52:09.801Z | Downloaded hyper-staticfile v0.10.1 |
1086 | 2024-11-08T23:52:09.803Z | Downloaded lazy_static v1.5.0 |
1087 | 2024-11-08T23:52:09.806Z | Downloaded arrayvec v0.7.6 |
1088 | 2024-11-08T23:52:09.806Z | Downloaded bzip2 v0.4.4 |
1089 | 2024-11-08T23:52:09.808Z | Downloaded async-trait v0.1.83 |
1090 | 2024-11-08T23:52:09.811Z | Downloaded chrono-tz-build v0.4.0 |
1091 | 2024-11-08T23:52:09.811Z | Downloaded bit-set v0.5.3 |
1092 | 2024-11-08T23:52:09.813Z | Downloaded bcrypt-pbkdf v0.10.0 |
1093 | 2024-11-08T23:52:09.813Z | Downloaded httpdate v1.0.3 |
1094 | 2024-11-08T23:52:09.816Z | Downloaded hostname v0.4.0 |
1095 | 2024-11-08T23:52:09.816Z | Downloaded cassowary v0.3.0 |
1096 | 2024-11-08T23:52:09.818Z | Downloaded bitfield v0.14.0 |
1097 | 2024-11-08T23:52:09.818Z | Downloaded http-body-util v0.1.2 |
1098 | 2024-11-08T23:52:09.821Z | Downloaded home v0.5.9 |
1099 | 2024-11-08T23:52:09.821Z | Downloaded md5 v0.7.0 |
1100 | 2024-11-08T23:52:09.821Z | Downloaded ascii-canvas v3.0.0 |
1101 | 2024-11-08T23:52:09.823Z | Downloaded arc-swap v1.7.1 |
1102 | 2024-11-08T23:52:09.827Z | Downloaded cookie_store v0.21.0 |
1103 | 2024-11-08T23:52:09.830Z | Downloaded bit-vec v0.6.3 |
1104 | 2024-11-08T23:52:09.830Z | Downloaded bitflags v1.3.2 |
1105 | 2024-11-08T23:52:09.833Z | Downloaded convert_case v0.4.0 |
1106 | 2024-11-08T23:52:09.834Z | Downloaded cexpr v0.6.0 |
1107 | 2024-11-08T23:52:09.837Z | Downloaded blowfish v0.9.1 |
1108 | 2024-11-08T23:52:09.837Z | Downloaded assert_matches v1.5.0 |
1109 | 2024-11-08T23:52:09.847Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1110 | 2024-11-08T23:52:10.159Z | Downloaded libsqlite3-sys v0.30.1 |
1111 | 2024-11-08T23:52:10.564Z | Downloaded ring v0.17.8 |
1112 | 2024-11-08T23:52:10.730Z | Downloaded ring v0.16.20 |
1113 | 2024-11-08T23:52:11.010Z | Downloaded aws-lc-sys v0.22.0 |
1114 | 2024-11-08T23:52:11.325Z | Compiling serde v1.0.210 |
1115 | 2024-11-08T23:52:11.328Z | Compiling lock_api v0.4.12 |
1116 | 2024-11-08T23:52:11.328Z | Compiling scopeguard v1.2.0 |
1117 | 2024-11-08T23:52:11.328Z | Compiling value-bag v1.9.0 |
1118 | 2024-11-08T23:52:11.329Z | Compiling typenum v1.17.0 |
1119 | 2024-11-08T23:52:11.329Z | Compiling generic-array v0.14.7 |
1120 | 2024-11-08T23:52:11.544Z | Compiling syn v2.0.79 |
1121 | 2024-11-08T23:52:11.559Z | Compiling getrandom v0.2.15 |
1122 | 2024-11-08T23:52:11.614Z | Compiling subtle v2.6.1 |
1123 | 2024-11-08T23:52:11.873Z | Compiling rand_core v0.6.4 |
1124 | 2024-11-08T23:52:11.966Z | Compiling log v0.4.22 |
1125 | 2024-11-08T23:52:12.050Z | Compiling shlex v1.3.0 |
1126 | 2024-11-08T23:52:12.085Z | Compiling jobserver v0.1.32 |
1127 | 2024-11-08T23:52:12.111Z | Compiling const-oid v0.9.6 |
1128 | 2024-11-08T23:52:12.442Z | Compiling pin-project-lite v0.2.14 |
1129 | 2024-11-08T23:52:12.485Z | Compiling cc v1.1.30 |
1130 | 2024-11-08T23:52:12.504Z | Compiling spin v0.9.8 |
1131 | 2024-11-08T23:52:12.569Z | Compiling rustix v0.38.37 |
1132 | 2024-11-08T23:52:12.862Z | Compiling smallvec v1.13.2 |
1133 | 2024-11-08T23:52:12.923Z | Compiling parking_lot_core v0.9.10 |
1134 | 2024-11-08T23:52:13.016Z | Compiling futures-core v0.3.31 |
1135 | 2024-11-08T23:52:13.268Z | Compiling signal-hook-registry v1.4.2 |
1136 | 2024-11-08T23:52:13.287Z | Compiling mio v1.0.2 |
1137 | 2024-11-08T23:52:13.497Z | Compiling aho-corasick v1.1.3 |
1138 | 2024-11-08T23:52:14.036Z | Compiling parking_lot v0.12.3 |
1139 | 2024-11-08T23:52:14.055Z | Compiling regex-syntax v0.8.5 |
1140 | 2024-11-08T23:52:14.073Z | Compiling cpufeatures v0.2.14 |
1141 | 2024-11-08T23:52:14.173Z | Compiling either v1.13.0 |
1142 | 2024-11-08T23:52:14.191Z | Compiling lazy_static v1.5.0 |
1143 | 2024-11-08T23:52:14.303Z | Compiling glob v0.3.1 |
1144 | 2024-11-08T23:52:14.433Z | Compiling futures-sink v0.3.31 |
1145 | 2024-11-08T23:52:14.589Z | Compiling socket2 v0.5.7 |
1146 | 2024-11-08T23:52:14.592Z | Compiling slab v0.4.9 |
1147 | 2024-11-08T23:52:14.900Z | Compiling prettyplease v0.2.22 |
1148 | 2024-11-08T23:52:15.055Z | Compiling minimal-lexical v0.2.1 |
1149 | 2024-11-08T23:52:15.228Z | Compiling clang-sys v1.8.1 |
1150 | 2024-11-08T23:52:15.494Z | Compiling nom v7.1.3 |
1151 | 2024-11-08T23:52:15.528Z | Compiling libloading v0.8.5 |
1152 | 2024-11-08T23:52:15.561Z | Compiling bindgen v0.69.5 |
1153 | 2024-11-08T23:52:15.963Z | Compiling home v0.5.9 |
1154 | 2024-11-08T23:52:16.013Z | Compiling serde_json v1.0.128 |
1155 | 2024-11-08T23:52:16.379Z | Compiling futures-channel v0.3.31 |
1156 | 2024-11-08T23:52:16.427Z | Compiling itertools v0.12.1 |
1157 | 2024-11-08T23:52:16.446Z | Compiling lazycell v1.3.0 |
1158 | 2024-11-08T23:52:16.626Z | Compiling futures-io v0.3.31 |
1159 | 2024-11-08T23:52:16.799Z | Compiling rustc-hash v1.1.0 |
1160 | 2024-11-08T23:52:16.943Z | Compiling futures-task v0.3.31 |
1161 | 2024-11-08T23:52:16.962Z | Compiling allocator-api2 v0.2.18 |
1162 | 2024-11-08T23:52:17.257Z | Compiling tinyvec_macros v0.1.1 |
1163 | 2024-11-08T23:52:17.348Z | Compiling foldhash v0.1.3 |
1164 | 2024-11-08T23:52:17.718Z | Compiling regex-automata v0.4.8 |
1165 | 2024-11-08T23:52:17.813Z | Compiling pin-utils v0.1.0 |
1166 | 2024-11-08T23:52:17.909Z | Compiling hashbrown v0.15.0 |
1167 | 2024-11-08T23:52:18.613Z | Compiling tinyvec v1.8.0 |
1168 | 2024-11-08T23:52:19.303Z | Compiling cexpr v0.6.0 |
1169 | 2024-11-08T23:52:19.937Z | Compiling cmake v0.1.51 |
1170 | 2024-11-08T23:52:20.103Z | Compiling dunce v1.0.5 |
1171 | 2024-11-08T23:52:20.231Z | Compiling pkg-config v0.3.31 |
1172 | 2024-11-08T23:52:20.555Z | Compiling fs_extra v1.3.0 |
1173 | 2024-11-08T23:52:20.919Z | Compiling libm v0.2.8 |
1174 | 2024-11-08T23:52:20.977Z | Compiling unicode-normalization v0.1.24 |
1175 | 2024-11-08T23:52:21.183Z | Compiling num-traits v0.2.19 |
1176 | 2024-11-08T23:52:21.307Z | Compiling unicode-bidi v0.3.17 |
1177 | 2024-11-08T23:52:21.712Z | Compiling ring v0.17.8 |
1178 | 2024-11-08T23:52:22.081Z | Compiling base64ct v1.6.0 |
1179 | 2024-11-08T23:52:22.127Z | Compiling paste v1.0.15 |
1180 | 2024-11-08T23:52:22.675Z | Compiling pem-rfc7468 v0.7.0 |
1181 | 2024-11-08T23:52:22.703Z | Compiling httparse v1.9.5 |
1182 | 2024-11-08T23:52:23.007Z | Compiling flagset v0.4.6 |
1183 | 2024-11-08T23:52:23.210Z | Compiling regex v1.11.0 |
1184 | 2024-11-08T23:52:23.304Z | Compiling aws-lc-rs v1.10.0 |
1185 | 2024-11-08T23:52:23.717Z | Compiling tracing-core v0.1.32 |
1186 | 2024-11-08T23:52:24.198Z | Compiling rustls-pki-types v1.9.0 |
1187 | 2024-11-08T23:52:24.594Z | Compiling crossbeam-utils v0.8.20 |
1188 | 2024-11-08T23:52:24.638Z | Compiling percent-encoding v2.3.1 |
1189 | 2024-11-08T23:52:24.978Z | Compiling time-core v0.1.2 |
1190 | 2024-11-08T23:52:25.108Z | Compiling serde_derive v1.0.210 |
1191 | 2024-11-08T23:52:25.139Z | Compiling zeroize_derive v1.4.2 |
1192 | 2024-11-08T23:52:25.158Z | Compiling zerocopy-derive v0.7.35 |
1193 | 2024-11-08T23:52:25.180Z | Compiling tokio-macros v2.4.0 |
1194 | 2024-11-08T23:52:25.597Z | Compiling thiserror-impl v1.0.64 |
1195 | 2024-11-08T23:52:26.632Z | Compiling zeroize v1.8.1 |
1196 | 2024-11-08T23:52:26.636Z | Compiling futures-macro v0.3.31 |
1197 | 2024-11-08T23:52:27.166Z | Compiling der_derive v0.7.3 |
1198 | 2024-11-08T23:52:27.222Z | Compiling zerocopy v0.7.35 |
1199 | 2024-11-08T23:52:28.352Z | Compiling crypto-common v0.1.6 |
1200 | 2024-11-08T23:52:28.369Z | Compiling block-buffer v0.10.4 |
1201 | 2024-11-08T23:52:28.510Z | Compiling thiserror v1.0.64 |
1202 | 2024-11-08T23:52:28.589Z | Compiling digest v0.10.7 |
1203 | 2024-11-08T23:52:28.633Z | Compiling futures-util v0.3.31 |
1204 | 2024-11-08T23:52:28.654Z | Compiling block-padding v0.3.3 |
1205 | 2024-11-08T23:52:28.744Z | Compiling ppv-lite86 v0.2.20 |
1206 | 2024-11-08T23:52:28.873Z | Compiling inout v0.1.3 |
1207 | 2024-11-08T23:52:29.081Z | Compiling hmac v0.12.1 |
1208 | 2024-11-08T23:52:29.103Z | Compiling cipher v0.4.4 |
1209 | 2024-11-08T23:52:29.219Z | Compiling sha2 v0.10.8 |
1210 | 2024-11-08T23:52:29.240Z | Compiling der v0.7.9 |
1211 | 2024-11-08T23:52:29.307Z | Compiling tracing-attributes v0.1.27 |
1212 | 2024-11-08T23:52:29.541Z | Compiling rand_chacha v0.3.1 |
1213 | 2024-11-08T23:52:29.593Z | Compiling salsa20 v0.10.2 |
1214 | 2024-11-08T23:52:29.800Z | Compiling pbkdf2 v0.12.2 |
1215 | 2024-11-08T23:52:29.964Z | Compiling rand v0.8.5 |
1216 | 2024-11-08T23:52:31.879Z | Compiling spki v0.7.3 |
1217 | 2024-11-08T23:52:32.124Z | Compiling pest v2.7.14 |
1218 | 2024-11-08T23:52:32.236Z | Compiling untrusted v0.7.1 |
1219 | 2024-11-08T23:52:32.409Z | Compiling vcpkg v0.2.15 |
1220 | 2024-11-08T23:52:32.458Z | Compiling num-conv v0.1.0 |
1221 | 2024-11-08T23:52:32.536Z | Compiling untrusted v0.9.0 |
1222 | 2024-11-08T23:52:32.681Z | Compiling mirai-annotations v1.12.0 |
1223 | 2024-11-08T23:52:32.719Z | Compiling powerfmt v0.2.0 |
1224 | 2024-11-08T23:52:32.771Z | Compiling tracing v0.1.40 |
1225 | 2024-11-08T23:52:32.846Z | Compiling time-macros v0.2.18 |
1226 | 2024-11-08T23:52:33.100Z | Compiling deranged v0.3.11 |
1227 | 2024-11-08T23:52:34.423Z | Compiling openssl-sys v0.9.104 |
1228 | 2024-11-08T23:52:34.491Z | Compiling scrypt v0.11.0 |
1229 | 2024-11-08T23:52:34.659Z | Compiling pest_meta v2.7.14 |
1230 | 2024-11-08T23:52:34.931Z | Compiling aes v0.8.4 |
1231 | 2024-11-08T23:52:35.037Z | Compiling cbc v0.1.2 |
1232 | 2024-11-08T23:52:35.044Z | Compiling scroll_derive v0.12.0 |
1233 | 2024-11-08T23:52:35.259Z | Compiling num_threads v0.1.7 |
1234 | 2024-11-08T23:52:35.387Z | Compiling atomic-waker v1.1.2 |
1235 | 2024-11-08T23:52:35.569Z | Compiling form_urlencoded v1.2.1 |
1236 | 2024-11-08T23:52:35.769Z | Compiling slog v2.7.0 |
1237 | 2024-11-08T23:52:35.789Z | Compiling time v0.3.36 |
1238 | 2024-11-08T23:52:35.888Z | Compiling pkcs5 v0.7.1 |
1239 | 2024-11-08T23:52:36.314Z | Compiling pest_generator v2.7.14 |
1240 | 2024-11-08T23:52:36.484Z | Compiling scroll v0.12.0 |
1241 | 2024-11-08T23:52:36.938Z | Compiling try-lock v0.2.5 |
1242 | 2024-11-08T23:52:37.022Z | Compiling goblin v0.8.2 |
1243 | 2024-11-08T23:52:37.085Z | Compiling want v0.3.1 |
1244 | 2024-11-08T23:52:37.370Z | Compiling pkcs8 v0.10.2 |
1245 | 2024-11-08T23:52:37.702Z | Compiling httpdate v1.0.3 |
1246 | 2024-11-08T23:52:38.080Z | Compiling bitflags v2.6.0 |
1247 | 2024-11-08T23:52:38.163Z | Compiling bytes v1.7.2 |
1248 | 2024-11-08T23:52:38.487Z | Compiling indexmap v2.6.0 |
1249 | 2024-11-08T23:52:39.159Z | Compiling tokio v1.40.0 |
1250 | 2024-11-08T23:52:39.433Z | Compiling http v1.1.0 |
1251 | 2024-11-08T23:52:40.038Z | Compiling semver v1.0.23 |
1252 | 2024-11-08T23:52:40.772Z | Compiling rustc_version v0.4.1 |
1253 | 2024-11-08T23:52:40.791Z | Compiling pest_derive v2.7.14 |
1254 | 2024-11-08T23:52:40.849Z | Compiling serde_spanned v0.6.8 |
1255 | 2024-11-08T23:52:41.097Z | Compiling http-body v1.0.1 |
1256 | 2024-11-08T23:52:41.351Z | Compiling serde_tokenstream v0.2.2 |
1257 | 2024-11-08T23:52:41.381Z | Compiling toml_datetime v0.6.8 |
1258 | 2024-11-08T23:52:41.544Z | Compiling uuid v1.10.0 |
1259 | 2024-11-08T23:52:41.617Z | Compiling dtrace-parser v0.2.0 |
1260 | 2024-11-08T23:52:41.908Z | Compiling idna v0.5.0 |
1261 | 2024-11-08T23:52:41.977Z | Compiling base64 v0.22.1 |
1262 | 2024-11-08T23:52:42.664Z | Compiling which v4.4.2 |
1263 | 2024-11-08T23:52:42.761Z | Compiling dof v0.3.0 |
1264 | 2024-11-08T23:52:43.262Z | Compiling match_cfg v0.1.0 |
1265 | 2024-11-08T23:52:43.359Z | Compiling openssl v0.10.68 |
1266 | 2024-11-08T23:52:43.457Z | Compiling tower-service v0.3.3 |
1267 | 2024-11-08T23:52:43.588Z | Compiling adler2 v2.0.0 |
1268 | 2024-11-08T23:52:43.609Z | Compiling foreign-types-shared v0.1.1 |
1269 | 2024-11-08T23:52:43.635Z | Compiling rustversion v1.0.17 |
1270 | 2024-11-08T23:52:43.726Z | Compiling iana-time-zone v0.1.61 |
1271 | 2024-11-08T23:52:43.780Z | Compiling miniz_oxide v0.8.0 |
1272 | 2024-11-08T23:52:43.828Z | Compiling foreign-types v0.3.2 |
1273 | 2024-11-08T23:52:43.925Z | Compiling chrono v0.4.38 |
1274 | 2024-11-08T23:52:44.140Z | Compiling usdt-impl v0.5.0 |
1275 | 2024-11-08T23:52:44.452Z | Compiling hostname v0.3.1 |
1276 | 2024-11-08T23:52:44.717Z | Compiling url v2.5.2 |
1277 | 2024-11-08T23:52:45.290Z | Compiling async-trait v0.1.83 |
1278 | 2024-11-08T23:52:45.667Z | Compiling openssl-macros v0.1.1 |
1279 | 2024-11-08T23:52:46.121Z | Compiling dirs-sys-next v0.1.2 |
1280 | 2024-11-08T23:52:46.479Z | Compiling rustls v0.22.4 |
1281 | 2024-11-08T23:52:46.538Z | Compiling data-encoding v2.6.0 |
1282 | 2024-11-08T23:52:46.752Z | Compiling syn v1.0.109 |
1283 | 2024-11-08T23:52:46.755Z | Compiling siphasher v0.3.11 |
1284 | 2024-11-08T23:52:46.792Z | Compiling native-tls v0.2.12 |
1285 | 2024-11-08T23:52:47.138Z | Compiling rustls v0.23.14 |
1286 | 2024-11-08T23:52:47.401Z | Compiling tokio-util v0.7.12 |
1287 | 2024-11-08T23:52:47.492Z | Compiling dirs-next v2.0.0 |
1288 | 2024-11-08T23:52:47.683Z | Compiling heapless v0.7.17 |
1289 | 2024-11-08T23:52:47.907Z | Compiling http-body-util v0.1.2 |
1290 | 2024-11-08T23:52:48.142Z | Compiling crossbeam-epoch v0.9.18 |
1291 | 2024-11-08T23:52:48.424Z | Compiling h2 v0.4.6 |
1292 | 2024-11-08T23:52:48.711Z | Compiling signature v2.2.0 |
1293 | 2024-11-08T23:52:48.747Z | Compiling sha1 v0.10.6 |
1294 | 2024-11-08T23:52:48.860Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1295 | 2024-11-08T23:52:48.880Z | Compiling serde_derive_internals v0.29.1 |
1296 | 2024-11-08T23:52:49.008Z | Compiling thread_local v1.1.8 |
1297 | 2024-11-08T23:52:49.159Z | Compiling encoding_rs v0.8.34 |
1298 | 2024-11-08T23:52:49.325Z | Compiling cookie v0.18.1 |
1299 | 2024-11-08T23:52:49.554Z | Compiling multer v3.1.0 |
1300 | 2024-11-08T23:52:49.604Z | Compiling ipnet v2.10.1 |
1301 | 2024-11-08T23:52:49.831Z | Compiling slog-async v2.8.0 |
1302 | 2024-11-08T23:52:50.346Z | Compiling rayon-core v1.12.1 |
1303 | 2024-11-08T23:52:50.629Z | Compiling openssl-probe v0.1.5 |
1304 | 2024-11-08T23:52:50.925Z | Compiling mime v0.3.17 |
1305 | 2024-11-08T23:52:51.043Z | Compiling unicode-properties v0.1.3 |
1306 | 2024-11-08T23:52:51.458Z | Compiling signal-hook v0.3.17 |
1307 | 2024-11-08T23:52:51.477Z | Compiling schemars v0.8.21 |
1308 | 2024-11-08T23:52:51.522Z | Compiling gimli v0.31.1 |
1309 | 2024-11-08T23:52:51.758Z | Compiling schemars_derive v0.8.21 |
1310 | 2024-11-08T23:52:51.862Z | Compiling stringprep v0.1.5 |
1311 | 2024-11-08T23:52:53.100Z | Compiling toml_edit v0.22.22 |
1312 | 2024-11-08T23:52:53.965Z | Compiling crossbeam-deque v0.8.5 |
1313 | 2024-11-08T23:52:54.356Z | Compiling term v0.7.0 |
1314 | 2024-11-08T23:52:55.328Z | Compiling hyper v1.4.1 |
1315 | 2024-11-08T23:52:55.707Z | Compiling usdt-attr-macro v0.5.0 |
1316 | 2024-11-08T23:52:55.844Z | Compiling usdt-macro v0.5.0 |
1317 | 2024-11-08T23:52:56.620Z | Compiling addr2line v0.24.2 |
1318 | 2024-11-08T23:52:57.320Z | Compiling slog-json v2.6.1 |
1319 | 2024-11-08T23:52:57.338Z | Compiling curve25519-dalek v4.1.3 |
1320 | 2024-11-08T23:52:57.357Z | Compiling serde_urlencoded v0.7.1 |
1321 | 2024-11-08T23:52:57.710Z | Compiling hyper-util v0.1.9 |
1322 | 2024-11-08T23:52:57.912Z | Compiling futures-executor v0.3.31 |
1323 | 2024-11-08T23:52:58.026Z | Compiling crossbeam-channel v0.5.13 |
1324 | 2024-11-08T23:52:58.485Z | Compiling enum-as-inner v0.6.1 |
1325 | 2024-11-08T23:52:58.587Z | Compiling md-5 v0.10.6 |
1326 | 2024-11-08T23:52:58.862Z | Compiling async-stream-impl v0.3.6 |
1327 | 2024-11-08T23:52:59.133Z | Compiling rustls-pemfile v2.2.0 |
1328 | 2024-11-08T23:52:59.302Z | Compiling num-integer v0.1.46 |
1329 | 2024-11-08T23:52:59.467Z | Compiling idna v0.3.0 |
1330 | 2024-11-08T23:52:59.541Z | Compiling idna v0.4.0 |
1331 | 2024-11-08T23:53:00.066Z | Compiling hash32 v0.2.1 |
1332 | 2024-11-08T23:53:00.142Z | Compiling ff v0.13.0 |
1333 | 2024-11-08T23:53:00.377Z | Compiling is-terminal v0.4.13 |
1334 | 2024-11-08T23:53:00.445Z | Compiling dropshot v0.12.0 |
1335 | 2024-11-08T23:53:00.508Z | Compiling object v0.36.5 |
1336 | 2024-11-08T23:53:00.751Z | Compiling stable_deref_trait v1.2.0 |
1337 | 2024-11-08T23:53:00.901Z | Compiling smoltcp v0.9.1 |
1338 | 2024-11-08T23:53:00.921Z | Compiling rustc-demangle v0.1.24 |
1339 | 2024-11-08T23:53:00.963Z | Compiling dyn-clone v1.0.17 |
1340 | 2024-11-08T23:53:01.047Z | Compiling take_mut v0.2.2 |
1341 | 2024-11-08T23:53:01.160Z | Compiling linked-hash-map v0.5.6 |
1342 | 2024-11-08T23:53:01.179Z | Compiling fallible-iterator v0.2.0 |
1343 | 2024-11-08T23:53:01.205Z | Compiling portable-atomic v1.9.0 |
1344 | 2024-11-08T23:53:01.527Z | Compiling utf-8 v0.7.6 |
1345 | 2024-11-08T23:53:01.608Z | Compiling base16ct v0.2.0 |
1346 | 2024-11-08T23:53:01.844Z | Compiling num-bigint-dig v0.8.4 |
1347 | 2024-11-08T23:53:01.866Z | Compiling quick-error v1.2.3 |
1348 | 2024-11-08T23:53:01.902Z | Compiling anyhow v1.0.92 |
1349 | 2024-11-08T23:53:01.929Z | Compiling psl-types v2.0.11 |
1350 | 2024-11-08T23:53:01.994Z | Compiling resolv-conf v0.7.0 |
1351 | 2024-11-08T23:53:02.127Z | Compiling publicsuffix v2.2.3 |
1352 | 2024-11-08T23:53:02.181Z | Compiling postgres-protocol v0.6.7 |
1353 | 2024-11-08T23:53:02.334Z | Compiling sec1 v0.7.3 |
1354 | 2024-11-08T23:53:02.382Z | Compiling tungstenite v0.24.0 |
1355 | 2024-11-08T23:53:02.776Z | Compiling lru-cache v0.1.2 |
1356 | 2024-11-08T23:53:03.526Z | Compiling slog-term v2.9.1 |
1357 | 2024-11-08T23:53:04.047Z | Compiling usdt v0.5.0 |
1358 | 2024-11-08T23:53:04.206Z | Compiling hickory-proto v0.24.1 |
1359 | 2024-11-08T23:53:04.558Z | Compiling group v0.13.0 |
1360 | 2024-11-08T23:53:04.593Z | Compiling async-stream v0.3.6 |
1361 | 2024-11-08T23:53:04.731Z | Compiling num-iter v0.1.45 |
1362 | 2024-11-08T23:53:04.878Z | Compiling futures v0.3.31 |
1363 | 2024-11-08T23:53:04.928Z | Compiling slog-bunyan v2.5.0 |
1364 | 2024-11-08T23:53:04.990Z | Compiling toml v0.8.19 |
1365 | 2024-11-08T23:53:06.599Z | Compiling tokio-native-tls v0.3.1 |
1366 | 2024-11-08T23:53:06.717Z | Compiling camino v1.1.9 |
1367 | 2024-11-08T23:53:06.902Z | Compiling phf_shared v0.11.2 |
1368 | 2024-11-08T23:53:07.305Z | Compiling terminal_size v0.4.0 |
1369 | 2024-11-08T23:53:07.340Z | Compiling dropshot_endpoint v0.12.0 |
1370 | 2024-11-08T23:53:07.516Z | Compiling openapiv3 v2.0.0 |
1371 | 2024-11-08T23:53:07.677Z | Compiling serde_path_to_error v0.1.16 |
1372 | 2024-11-08T23:53:07.836Z | Compiling waitgroup v0.1.2 |
1373 | 2024-11-08T23:53:08.062Z | Compiling backtrace v0.3.74 |
1374 | 2024-11-08T23:53:08.313Z | Compiling hubpack_derive v0.1.1 |
1375 | 2024-11-08T23:53:08.506Z | Compiling hkdf v0.12.4 |
1376 | 2024-11-08T23:53:08.703Z | Compiling crypto-bigint v0.5.5 |
1377 | 2024-11-08T23:53:08.784Z | Compiling curve25519-dalek-derive v0.1.1 |
1378 | 2024-11-08T23:53:09.196Z | Compiling zerocopy-derive v0.6.6 |
1379 | 2024-11-08T23:53:10.233Z | Compiling webpki-roots v0.26.6 |
1380 | 2024-11-08T23:53:10.468Z | Compiling hostname v0.4.0 |
1381 | 2024-11-08T23:53:10.727Z | Compiling ahash v0.8.11 |
1382 | 2024-11-08T23:53:11.105Z | Compiling crc32fast v1.4.2 |
1383 | 2024-11-08T23:53:11.376Z | Compiling fs-err v2.11.0 |
1384 | 2024-11-08T23:53:11.396Z | Compiling winnow v0.5.40 |
1385 | 2024-11-08T23:53:11.459Z | Compiling managed v0.8.0 |
1386 | 2024-11-08T23:53:11.665Z | Compiling bitflags v1.3.2 |
1387 | 2024-11-08T23:53:11.684Z | Compiling debug-ignore v1.0.5 |
1388 | 2024-11-08T23:53:11.764Z | Compiling console v0.15.8 |
1389 | 2024-11-08T23:53:11.784Z | Compiling strum_macros v0.25.3 |
1390 | 2024-11-08T23:53:11.826Z | Compiling clap_builder v4.5.20 |
1391 | 2024-11-08T23:53:13.315Z | Compiling elliptic-curve v0.13.8 |
1392 | 2024-11-08T23:53:14.181Z | Compiling zerocopy v0.6.6 |
1393 | 2024-11-08T23:53:14.201Z | Compiling flate2 v1.0.34 |
1394 | 2024-11-08T23:53:14.941Z | Compiling toml_edit v0.19.15 |
1395 | 2024-11-08T23:53:15.041Z | Compiling hickory-resolver v0.24.1 |
1396 | 2024-11-08T23:53:15.185Z | Compiling hubpack v0.1.2 |
1397 | 2024-11-08T23:53:15.633Z | Compiling signal-hook-mio v0.2.4 |
1398 | 2024-11-08T23:53:15.653Z | Compiling phf v0.11.2 |
1399 | 2024-11-08T23:53:15.797Z | Compiling hyper-tls v0.6.0 |
1400 | 2024-11-08T23:53:15.976Z | Compiling rayon v1.10.0 |
1401 | 2024-11-08T23:53:16.183Z | Compiling cookie_store v0.21.0 |
1402 | 2024-11-08T23:53:16.213Z | Compiling bzip2 v0.4.4 |
1403 | 2024-11-08T23:53:17.719Z | Compiling tokio-tungstenite v0.24.0 |
1404 | 2024-11-08T23:53:18.286Z | Compiling postgres-types v0.2.8 |
1405 | 2024-11-08T23:53:20.788Z | Compiling ed25519 v2.2.3 |
1406 | 2024-11-08T23:53:20.807Z | Compiling tokio-stream v0.1.16 |
1407 | 2024-11-08T23:53:21.229Z | Compiling phf_shared v0.10.0 |
1408 | 2024-11-08T23:53:21.373Z | Compiling serde-big-array v0.5.1 |
1409 | 2024-11-08T23:53:21.604Z | Compiling pkcs1 v0.7.5 |
1410 | 2024-11-08T23:53:21.623Z | Compiling clap_derive v4.5.18 |
1411 | 2024-11-08T23:53:21.884Z | Compiling rfc6979 v0.4.0 |
1412 | 2024-11-08T23:53:22.087Z | Compiling serde_repr v0.1.19 |
1413 | 2024-11-08T23:53:22.472Z | Compiling derive-where v1.2.7 |
1414 | 2024-11-08T23:53:22.574Z | Compiling float-cmp v0.9.0 |
1415 | 2024-11-08T23:53:22.593Z | Compiling bstr v1.10.0 |
1416 | 2024-11-08T23:53:22.615Z | Compiling sync_wrapper v1.0.1 |
1417 | 2024-11-08T23:53:22.765Z | Compiling precomputed-hash v0.1.1 |
1418 | 2024-11-08T23:53:22.786Z | Compiling new_debug_unreachable v1.0.6 |
1419 | 2024-11-08T23:53:22.881Z | Compiling whoami v1.5.2 |
1420 | 2024-11-08T23:53:22.900Z | Compiling fixedbitset v0.4.2 |
1421 | 2024-11-08T23:53:23.210Z | Compiling bit-vec v0.6.3 |
1422 | 2024-11-08T23:53:23.359Z | Compiling difflib v0.4.0 |
1423 | 2024-11-08T23:53:23.531Z | Compiling predicates-core v1.0.8 |
1424 | 2024-11-08T23:53:23.688Z | Compiling normalize-line-endings v0.3.0 |
1425 | 2024-11-08T23:53:23.816Z | Compiling unicode-segmentation v1.12.0 |
1426 | 2024-11-08T23:53:23.894Z | Compiling number_prefix v0.4.0 |
1427 | 2024-11-08T23:53:24.114Z | Compiling static_assertions v1.1.0 |
1428 | 2024-11-08T23:53:24.261Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1429 | 2024-11-08T23:53:24.301Z | Compiling indicatif v0.17.8 |
1430 | 2024-11-08T23:53:24.686Z | Compiling similar v2.6.0 |
1431 | 2024-11-08T23:53:24.888Z | Compiling predicates v3.1.2 |
1432 | 2024-11-08T23:53:25.796Z | Compiling bit-set v0.5.3 |
1433 | 2024-11-08T23:53:26.087Z | Compiling tokio-postgres v0.7.12 |
1434 | 2024-11-08T23:53:26.175Z | Compiling clap v4.5.20 |
1435 | 2024-11-08T23:53:26.304Z | Compiling petgraph v0.6.5 |
1436 | 2024-11-08T23:53:26.384Z | Compiling string_cache v0.8.7 |
1437 | 2024-11-08T23:53:26.544Z | Compiling rsa v0.9.6 |
1438 | 2024-11-08T23:53:26.835Z | Compiling ecdsa v0.16.9 |
1439 | 2024-11-08T23:53:27.178Z | Compiling ed25519-dalek v2.1.1 |
1440 | 2024-11-08T23:53:27.697Z | Compiling toml v0.7.8 |
1441 | 2024-11-08T23:53:28.412Z | Compiling zip v0.6.6 |
1442 | 2024-11-08T23:53:29.351Z | Compiling crossterm v0.28.1 |
1443 | 2024-11-08T23:53:30.517Z | Compiling hex v0.4.3 |
1444 | 2024-11-08T23:53:30.588Z | Compiling x509-cert v0.2.5 |
1445 | 2024-11-08T23:53:31.088Z | Compiling itertools v0.10.5 |
1446 | 2024-11-08T23:53:31.227Z | Compiling unicode-xid v0.2.6 |
1447 | 2024-11-08T23:53:31.247Z | Compiling lalrpop-util v0.19.12 |
1448 | 2024-11-08T23:53:31.386Z | Compiling peg-runtime v0.8.3 |
1449 | 2024-11-08T23:53:31.586Z | Compiling strum_macros v0.26.4 |
1450 | 2024-11-08T23:53:31.861Z | Compiling xattr v1.3.1 |
1451 | 2024-11-08T23:53:32.021Z | Compiling filetime v0.2.25 |
1452 | 2024-11-08T23:53:32.317Z | Compiling tar v0.4.42 |
1453 | 2024-11-08T23:53:36.320Z | Compiling strum v0.26.3 |
1454 | 2024-11-08T23:53:39.914Z | Compiling aws-lc-sys v0.22.0 |
1455 | 2024-11-08T23:54:16.369Z | Compiling rustls-webpki v0.102.8 |
1456 | 2024-11-08T23:54:19.769Z | Compiling tokio-rustls v0.25.0 |
1457 | 2024-11-08T23:54:21.357Z | Compiling tokio-rustls v0.26.0 |
1458 | 2024-11-08T23:54:21.757Z | Compiling hyper-rustls v0.27.3 |
1459 | 2024-11-08T23:54:22.045Z | Compiling reqwest v0.12.8 |
1460 | 2024-11-08T23:54:23.492Z | Compiling qorb v0.2.0 |
1461 | 2024-11-08T23:54:27.648Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1462 | 2024-11-08T23:54:27.891Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1463 | 2024-11-08T23:54:33.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 26s |
1464 | 2024-11-08T23:54:33.536Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1465 | 2024-11-08T23:54:33.586Z | Nov 08 23:54:31.984 INFO Starting download, target: Cockroach |
1466 | 2024-11-08T23:54:33.586Z | Nov 08 23:54:31.984 INFO Starting download, target: Clickhouse |
1467 | 2024-11-08T23:54:33.586Z | Nov 08 23:54:31.984 INFO Starting download, target: Console |
1468 | 2024-11-08T23:54:33.586Z | Nov 08 23:54:31.984 INFO Starting download, target: DendriteOpenapi |
1469 | 2024-11-08T23:54:33.586Z | Nov 08 23:54:31.984 INFO Starting download, target: DendriteStub |
1470 | 2024-11-08T23:54:33.586Z | Nov 08 23:54:31.984 INFO Starting download, target: MaghemiteMgd |
1471 | 2024-11-08T23:54:33.588Z | Nov 08 23:54:31.984 INFO Starting download, target: TransceiverControl |
1472 | 2024-11-08T23:54:33.588Z | Nov 08 23:54:31.985 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1473 | 2024-11-08T23:54:33.588Z | Nov 08 23:54:31.985 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1474 | 2024-11-08T23:54:33.588Z | Nov 08 23:54:31.985 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1475 | 2024-11-08T23:54:33.588Z | Nov 08 23:54:31.985 INFO Downloading out/downloads/dpd-5b1d590426971e481d927d3978e918ec25f3ad21.json (attempt 1/3), target: DendriteOpenapi |
1476 | 2024-11-08T23:54:33.589Z | Nov 08 23:54:31.985 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1477 | 2024-11-08T23:54:33.589Z | Nov 08 23:54:31.985 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1478 | 2024-11-08T23:54:33.589Z | Nov 08 23:54:31.985 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1479 | 2024-11-08T23:54:33.775Z | Nov 08 23:54:32.167 INFO Download complete, target: DendriteOpenapi |
1480 | 2024-11-08T23:54:34.026Z | Nov 08 23:54:32.362 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1481 | 2024-11-08T23:54:34.234Z | Nov 08 23:54:32.598 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1482 | 2024-11-08T23:54:34.622Z | Nov 08 23:54:32.903 INFO Download complete, target: Console |
1483 | 2024-11-08T23:54:34.899Z | Nov 08 23:54:33.002 INFO Download complete, target: TransceiverControl |
1484 | 2024-11-08T23:54:35.414Z | Nov 08 23:54:33.705 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1485 | 2024-11-08T23:54:35.858Z | Nov 08 23:54:34.165 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1486 | 2024-11-08T23:54:36.294Z | Nov 08 23:54:34.633 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1487 | 2024-11-08T23:54:36.841Z | Nov 08 23:54:35.227 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1488 | 2024-11-08T23:54:36.841Z | Nov 08 23:54:35.227 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1489 | 2024-11-08T23:54:38.105Z | Nov 08 23:54:36.473 INFO Download complete, target: DendriteStub |
1490 | 2024-11-08T23:54:39.179Z | Nov 08 23:54:37.576 INFO Download complete, target: MaghemiteMgd |
1491 | 2024-11-08T23:54:44.361Z | Nov 08 23:54:42.757 INFO Checking that binary works, target: Cockroach |
1492 | 2024-11-08T23:54:44.521Z | Nov 08 23:54:42.916 INFO Download complete, target: Cockroach |
1493 | 2024-11-08T23:54:48.370Z | Nov 08 23:54:46.765 INFO Checking that binary works, target: Clickhouse |
1494 | 2024-11-08T23:54:49.265Z | Nov 08 23:54:47.659 INFO Download complete, target: Clickhouse |
1495 | 2024-11-08T23:54:49.271Z | All prerequisites installed successfully |
1496 | 2024-11-08T23:54:49.274Z | |
1497 | 2024-11-08T23:54:49.274Z | real 6:08.025319110 |
1498 | 2024-11-08T23:54:49.274Z | user 15:09.321594422 |
1499 | 2024-11-08T23:54:49.274Z | sys 3:02.133065696 |
1500 | 2024-11-08T23:54:49.274Z | trap 0.459252123 |
1501 | 2024-11-08T23:54:49.274Z | tflt 9.378622594 |
1502 | 2024-11-08T23:54:49.274Z | dflt 8.916475048 |
1503 | 2024-11-08T23:54:49.274Z | kflt 0.432564769 |
1504 | 2024-11-08T23:54:49.274Z | lock 26:43.062725914 |
1505 | 2024-11-08T23:54:49.274Z | slp 1:00:40.122240507 |
1506 | 2024-11-08T23:54:49.274Z | lat 49.648409907 |
1507 | 2024-11-08T23:54:49.274Z | stop 2:04.230883535 |
1508 | 2024-11-08T23:54:49.274Z | + ptime -m cargo xtask download softnpu |
1509 | 2024-11-08T23:54:49.786Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1510 | 2024-11-08T23:54:49.803Z | Running `target/debug/xtask download softnpu` |
1511 | 2024-11-08T23:54:50.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
1512 | 2024-11-08T23:54:50.643Z | Running `target/debug/xtask-downloader softnpu` |
1513 | 2024-11-08T23:54:50.679Z | Nov 08 23:54:49.074 INFO Starting download, target: Softnpu |
1514 | 2024-11-08T23:54:50.682Z | Nov 08 23:54:49.074 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1515 | 2024-11-08T23:54:51.221Z | Nov 08 23:54:49.615 INFO Download complete, target: Softnpu |
1516 | 2024-11-08T23:54:51.224Z | |
1517 | 2024-11-08T23:54:51.227Z | real 1.946516680 |
1518 | 2024-11-08T23:54:51.227Z | user 1.217383080 |
1519 | 2024-11-08T23:54:51.227Z | sys 0.523343273 |
1520 | 2024-11-08T23:54:51.227Z | trap 0.000995567 |
1521 | 2024-11-08T23:54:51.227Z | tflt 0.000012956 |
1522 | 2024-11-08T23:54:51.227Z | dflt 0.000001019 |
1523 | 2024-11-08T23:54:51.227Z | kflt 0.000000000 |
1524 | 2024-11-08T23:54:51.227Z | lock 5.521333824 |
1525 | 2024-11-08T23:54:51.227Z | slp 0.391372894 |
1526 | 2024-11-08T23:54:51.227Z | lat 0.071435842 |
1527 | 2024-11-08T23:54:51.227Z | stop 0.000155049 |
1528 | 2024-11-08T23:54:51.227Z | + export CARGO_INCREMENTAL=0 |
1529 | 2024-11-08T23:54:51.227Z | + CARGO_INCREMENTAL=0 |
1530 | 2024-11-08T23:54:51.227Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1531 | 2024-11-08T23:54:52.127Z | Compiling proc-macro2 v1.0.87 |
1532 | 2024-11-08T23:54:52.127Z | Compiling unicode-ident v1.0.13 |
1533 | 2024-11-08T23:54:52.130Z | Compiling libc v0.2.161 |
1534 | 2024-11-08T23:54:52.130Z | Compiling serde v1.0.210 |
1535 | 2024-11-08T23:54:52.130Z | Compiling autocfg v1.4.0 |
1536 | 2024-11-08T23:54:52.130Z | Compiling version_check v0.9.5 |
1537 | 2024-11-08T23:54:52.130Z | Compiling cfg-if v1.0.0 |
1538 | 2024-11-08T23:54:52.357Z | Compiling memchr v2.7.4 |
1539 | 2024-11-08T23:54:52.376Z | Compiling typenum v1.17.0 |
1540 | 2024-11-08T23:54:52.407Z | Compiling shlex v1.3.0 |
1541 | 2024-11-08T23:54:52.780Z | Compiling value-bag v1.9.0 |
1542 | 2024-11-08T23:54:52.828Z | Compiling scopeguard v1.2.0 |
1543 | 2024-11-08T23:54:52.981Z | Compiling generic-array v0.14.7 |
1544 | 2024-11-08T23:54:53.089Z | Compiling lock_api v0.4.12 |
1545 | 2024-11-08T23:54:53.183Z | Compiling log v0.4.22 |
1546 | 2024-11-08T23:54:53.303Z | Compiling parking_lot_core v0.9.10 |
1547 | 2024-11-08T23:54:53.698Z | Compiling once_cell v1.20.2 |
1548 | 2024-11-08T23:54:53.716Z | Compiling serde_json v1.0.128 |
1549 | 2024-11-08T23:54:53.989Z | Compiling quote v1.0.37 |
1550 | 2024-11-08T23:54:53.992Z | Compiling rustix v0.38.37 |
1551 | 2024-11-08T23:54:54.031Z | Compiling thiserror v1.0.64 |
1552 | 2024-11-08T23:54:54.066Z | Compiling libm v0.2.8 |
1553 | 2024-11-08T23:54:54.317Z | Compiling jobserver v0.1.32 |
1554 | 2024-11-08T23:54:54.410Z | Compiling syn v2.0.79 |
1555 | 2024-11-08T23:54:54.453Z | Compiling getrandom v0.2.15 |
1556 | 2024-11-08T23:54:54.635Z | Compiling num-traits v0.2.19 |
1557 | 2024-11-08T23:54:54.671Z | Compiling itoa v1.0.11 |
1558 | 2024-11-08T23:54:54.772Z | Compiling cc v1.1.30 |
1559 | 2024-11-08T23:54:54.799Z | Compiling spin v0.9.8 |
1560 | 2024-11-08T23:54:54.841Z | Compiling aho-corasick v1.1.3 |
1561 | 2024-11-08T23:54:54.893Z | Compiling regex-syntax v0.8.5 |
1562 | 2024-11-08T23:54:55.032Z | Compiling slab v0.4.9 |
1563 | 2024-11-08T23:54:55.309Z | Compiling byteorder v1.5.0 |
1564 | 2024-11-08T23:54:55.351Z | Compiling rand_core v0.6.4 |
1565 | 2024-11-08T23:54:55.771Z | Compiling errno v0.3.9 |
1566 | 2024-11-08T23:54:55.879Z | Compiling either v1.13.0 |
1567 | 2024-11-08T23:54:55.914Z | Compiling lazy_static v1.5.0 |
1568 | 2024-11-08T23:54:56.230Z | Compiling glob v0.3.1 |
1569 | 2024-11-08T23:54:56.775Z | Compiling prettyplease v0.2.22 |
1570 | 2024-11-08T23:54:56.964Z | Compiling clang-sys v1.8.1 |
1571 | 2024-11-08T23:54:57.447Z | Compiling minimal-lexical v0.2.1 |
1572 | 2024-11-08T23:54:57.582Z | Compiling subtle v2.6.1 |
1573 | 2024-11-08T23:54:57.654Z | Compiling allocator-api2 v0.2.18 |
1574 | 2024-11-08T23:54:57.693Z | Compiling libloading v0.8.5 |
1575 | 2024-11-08T23:54:57.864Z | Compiling nom v7.1.3 |
1576 | 2024-11-08T23:54:57.939Z | Compiling home v0.5.9 |
1577 | 2024-11-08T23:54:58.046Z | Compiling bindgen v0.69.5 |
1578 | 2024-11-08T23:54:58.225Z | Compiling itertools v0.12.1 |
1579 | 2024-11-08T23:54:58.455Z | Compiling regex-automata v0.4.8 |
1580 | 2024-11-08T23:54:58.499Z | Compiling rustc-hash v1.1.0 |
1581 | 2024-11-08T23:54:58.650Z | Compiling lazycell v1.3.0 |
1582 | 2024-11-08T23:54:58.699Z | Compiling cmake v0.1.51 |
1583 | 2024-11-08T23:54:59.036Z | Compiling fs_extra v1.3.0 |
1584 | 2024-11-08T23:54:59.559Z | Compiling semver v1.0.23 |
1585 | 2024-11-08T23:54:59.621Z | Compiling dunce v1.0.5 |
1586 | 2024-11-08T23:55:00.492Z | Compiling pkg-config v0.3.31 |
1587 | 2024-11-08T23:55:00.832Z | Compiling ring v0.17.8 |
1588 | 2024-11-08T23:55:01.115Z | Compiling pin-project-lite v0.2.14 |
1589 | 2024-11-08T23:55:01.244Z | Compiling cexpr v0.6.0 |
1590 | 2024-11-08T23:55:01.309Z | Compiling const-oid v0.9.6 |
1591 | 2024-11-08T23:55:01.424Z | Compiling ryu v1.0.18 |
1592 | 2024-11-08T23:55:01.787Z | Compiling smallvec v1.13.2 |
1593 | 2024-11-08T23:55:01.799Z | Compiling foldhash v0.1.3 |
1594 | 2024-11-08T23:55:01.980Z | Compiling paste v1.0.15 |
1595 | 2024-11-08T23:55:02.040Z | Compiling equivalent v1.0.1 |
1596 | 2024-11-08T23:55:02.151Z | Compiling hashbrown v0.15.0 |
1597 | 2024-11-08T23:55:02.532Z | Compiling httparse v1.9.5 |
1598 | 2024-11-08T23:55:02.752Z | Compiling aws-lc-rs v1.10.0 |
1599 | 2024-11-08T23:55:03.214Z | Compiling schemars v0.8.21 |
1600 | 2024-11-08T23:55:03.545Z | Compiling serde_derive_internals v0.29.1 |
1601 | 2024-11-08T23:55:03.837Z | Compiling regex v1.11.0 |
1602 | 2024-11-08T23:55:04.112Z | Compiling signal-hook-registry v1.4.2 |
1603 | 2024-11-08T23:55:04.311Z | Compiling heck v0.5.0 |
1604 | 2024-11-08T23:55:04.457Z | Compiling parking_lot v0.12.3 |
1605 | 2024-11-08T23:55:04.733Z | Compiling mio v1.0.2 |
1606 | 2024-11-08T23:55:05.904Z | Compiling crossbeam-utils v0.8.20 |
1607 | 2024-11-08T23:55:06.398Z | Compiling socket2 v0.5.7 |
1608 | 2024-11-08T23:55:06.475Z | Compiling vcpkg v0.2.15 |
1609 | 2024-11-08T23:55:06.516Z | Compiling time-core v0.1.2 |
1610 | 2024-11-08T23:55:06.536Z | Compiling serde_derive v1.0.210 |
1611 | 2024-11-08T23:55:06.685Z | Compiling zeroize_derive v1.4.2 |
1612 | 2024-11-08T23:55:07.473Z | Compiling zerocopy-derive v0.7.35 |
1613 | 2024-11-08T23:55:07.492Z | Compiling thiserror-impl v1.0.64 |
1614 | 2024-11-08T23:55:08.012Z | Compiling zeroize v1.8.1 |
1615 | 2024-11-08T23:55:08.044Z | Compiling tokio-macros v2.4.0 |
1616 | 2024-11-08T23:55:08.360Z | Compiling futures-macro v0.3.31 |
1617 | 2024-11-08T23:55:08.498Z | Compiling tracing-attributes v0.1.27 |
1618 | 2024-11-08T23:55:09.344Z | Compiling zerocopy v0.7.35 |
1619 | 2024-11-08T23:55:09.660Z | Compiling crypto-common v0.1.6 |
1620 | 2024-11-08T23:55:09.850Z | Compiling block-buffer v0.10.4 |
1621 | 2024-11-08T23:55:10.039Z | Compiling digest v0.10.7 |
1622 | 2024-11-08T23:55:10.066Z | Compiling schemars_derive v0.8.21 |
1623 | 2024-11-08T23:55:10.214Z | Compiling der_derive v0.7.3 |
1624 | 2024-11-08T23:55:10.477Z | Compiling futures-core v0.3.31 |
1625 | 2024-11-08T23:55:10.883Z | Compiling num-conv v0.1.0 |
1626 | 2024-11-08T23:55:10.985Z | Compiling fnv v1.0.7 |
1627 | 2024-11-08T23:55:11.128Z | Compiling openssl-sys v0.9.104 |
1628 | 2024-11-08T23:55:11.151Z | Compiling time-macros v0.2.18 |
1629 | 2024-11-08T23:55:12.765Z | Compiling cpufeatures v0.2.14 |
1630 | 2024-11-08T23:55:12.989Z | Compiling futures-sink v0.3.31 |
1631 | 2024-11-08T23:55:13.026Z | Compiling ahash v0.8.11 |
1632 | 2024-11-08T23:55:13.370Z | Compiling slog v2.7.0 |
1633 | 2024-11-08T23:55:13.638Z | Compiling syn v1.0.109 |
1634 | 2024-11-08T23:55:13.834Z | Compiling futures-channel v0.3.31 |
1635 | 2024-11-08T23:55:13.878Z | Compiling hmac v0.12.1 |
1636 | 2024-11-08T23:55:14.093Z | Compiling scroll_derive v0.12.0 |
1637 | 2024-11-08T23:55:14.110Z | Compiling openssl v0.10.68 |
1638 | 2024-11-08T23:55:14.384Z | Compiling futures-task v0.3.31 |
1639 | 2024-11-08T23:55:14.536Z | Compiling ucd-trie v0.1.7 |
1640 | 2024-11-08T23:55:14.563Z | Compiling futures-io v0.3.31 |
1641 | 2024-11-08T23:55:14.687Z | Compiling tinyvec_macros v0.1.1 |
1642 | 2024-11-08T23:55:14.763Z | Compiling pin-utils v0.1.0 |
1643 | 2024-11-08T23:55:14.780Z | Compiling iana-time-zone v0.1.61 |
1644 | 2024-11-08T23:55:14.817Z | Compiling tinyvec v1.8.0 |
1645 | 2024-11-08T23:55:14.860Z | Compiling futures-util v0.3.31 |
1646 | 2024-11-08T23:55:14.983Z | Compiling pest v2.7.14 |
1647 | 2024-11-08T23:55:15.899Z | Compiling block-padding v0.3.3 |
1648 | 2024-11-08T23:55:16.947Z | Compiling unicode-normalization v0.1.24 |
1649 | 2024-11-08T23:55:17.841Z | Compiling pest_meta v2.7.14 |
1650 | 2024-11-08T23:55:17.965Z | Compiling inout v0.1.3 |
1651 | 2024-11-08T23:55:18.202Z | Compiling openssl-macros v0.1.1 |
1652 | 2024-11-08T23:55:18.508Z | Compiling rustls v0.23.14 |
1653 | 2024-11-08T23:55:18.803Z | Compiling unicode-bidi v0.3.17 |
1654 | 2024-11-08T23:55:18.893Z | Compiling bitflags v2.6.0 |
1655 | 2024-11-08T23:55:19.217Z | Compiling bytes v1.7.2 |
1656 | 2024-11-08T23:55:20.814Z | Compiling indexmap v2.6.0 |
1657 | 2024-11-08T23:55:21.627Z | Compiling tokio v1.40.0 |
1658 | 2024-11-08T23:55:22.282Z | Compiling http v1.1.0 |
1659 | 2024-11-08T23:55:22.701Z | Compiling serde_tokenstream v0.2.2 |
1660 | 2024-11-08T23:55:23.247Z | Compiling which v4.4.2 |
1661 | 2024-11-08T23:55:23.771Z | Compiling rustc_version v0.4.1 |
1662 | 2024-11-08T23:55:24.285Z | Compiling uuid v1.10.0 |
1663 | 2024-11-08T23:55:24.501Z | Compiling chrono v0.4.38 |
1664 | 2024-11-08T23:55:26.064Z | Compiling toml_datetime v0.6.8 |
1665 | 2024-11-08T23:55:26.497Z | Compiling serde_spanned v0.6.8 |
1666 | 2024-11-08T23:55:26.722Z | Compiling native-tls v0.2.12 |
1667 | 2024-11-08T23:55:27.334Z | Compiling pest_generator v2.7.14 |
1668 | 2024-11-08T23:55:28.982Z | Compiling cipher v0.4.4 |
1669 | 2024-11-08T23:55:29.013Z | Compiling sha2 v0.10.8 |
1670 | 2024-11-08T23:55:29.459Z | Compiling base64ct v1.6.0 |
1671 | 2024-11-08T23:55:29.817Z | Compiling pest_derive v2.7.14 |
1672 | 2024-11-08T23:55:30.053Z | Compiling pem-rfc7468 v0.7.0 |
1673 | 2024-11-08T23:55:30.659Z | Compiling ppv-lite86 v0.2.20 |
1674 | 2024-11-08T23:55:31.479Z | Compiling tracing-core v0.1.32 |
1675 | 2024-11-08T23:55:31.670Z | Compiling usdt-impl v0.5.0 |
1676 | 2024-11-08T23:55:32.000Z | Compiling cookie v0.18.1 |
1677 | 2024-11-08T23:55:32.283Z | Compiling flagset v0.4.6 |
1678 | 2024-11-08T23:55:32.296Z | Compiling dyn-clone v1.0.17 |
1679 | 2024-11-08T23:55:32.506Z | Compiling anyhow v1.0.92 |
1680 | 2024-11-08T23:55:32.848Z | Compiling der v0.7.9 |
1681 | 2024-11-08T23:55:33.620Z | Compiling tracing v0.1.40 |
1682 | 2024-11-08T23:55:33.958Z | Compiling rand_chacha v0.3.1 |
1683 | 2024-11-08T23:55:34.969Z | Compiling scroll v0.12.0 |
1684 | 2024-11-08T23:55:35.370Z | Compiling async-trait v0.1.83 |
1685 | 2024-11-08T23:55:35.875Z | Compiling plain v0.2.3 |
1686 | 2024-11-08T23:55:36.054Z | Compiling rustls-pki-types v1.9.0 |
1687 | 2024-11-08T23:55:36.125Z | Compiling camino v1.1.9 |
1688 | 2024-11-08T23:55:36.165Z | Compiling aws-lc-sys v0.22.0 |
1689 | 2024-11-08T23:55:36.670Z | Compiling percent-encoding v2.3.1 |
1690 | 2024-11-08T23:55:36.973Z | Compiling rayon-core v1.12.1 |
1691 | 2024-11-08T23:55:36.992Z | Compiling goblin v0.8.2 |
1692 | 2024-11-08T23:55:37.491Z | Compiling spki v0.7.3 |
1693 | 2024-11-08T23:55:37.527Z | Compiling rand v0.8.5 |
1694 | 2024-11-08T23:55:37.844Z | Compiling tokio-util v0.7.12 |
1695 | 2024-11-08T23:55:37.919Z | Compiling salsa20 v0.10.2 |
1696 | 2024-11-08T23:55:38.166Z | Compiling pbkdf2 v0.12.2 |
1697 | 2024-11-08T23:55:39.374Z | Compiling rustls v0.22.4 |
1698 | 2024-11-08T23:55:39.446Z | Compiling untrusted v0.7.1 |
1699 | 2024-11-08T23:55:39.586Z | Compiling powerfmt v0.2.0 |
1700 | 2024-11-08T23:55:39.915Z | Compiling untrusted v0.9.0 |
1701 | 2024-11-08T23:55:40.091Z | Compiling mirai-annotations v1.12.0 |
1702 | 2024-11-08T23:55:40.289Z | Compiling pretty-hex v0.4.1 |
1703 | 2024-11-08T23:55:40.500Z | Compiling winnow v0.5.40 |
1704 | 2024-11-08T23:55:42.958Z | Compiling dof v0.3.0 |
1705 | 2024-11-08T23:55:43.966Z | Compiling toml_edit v0.19.15 |
1706 | 2024-11-08T23:55:44.497Z | Compiling deranged v0.3.11 |
1707 | 2024-11-08T23:55:46.518Z | Compiling scrypt v0.11.0 |
1708 | 2024-11-08T23:55:46.684Z | Compiling dtrace-parser v0.2.0 |
1709 | 2024-11-08T23:55:47.222Z | Compiling aes v0.8.4 |
1710 | 2024-11-08T23:55:47.990Z | Compiling cbc v0.1.2 |
1711 | 2024-11-08T23:55:48.185Z | Compiling thread-id v4.2.2 |
1712 | 2024-11-08T23:55:48.201Z | Compiling rustversion v1.0.17 |
1713 | 2024-11-08T23:55:48.253Z | Compiling num_threads v0.1.7 |
1714 | 2024-11-08T23:55:48.477Z | Compiling atomic-waker v1.1.2 |
1715 | 2024-11-08T23:55:49.095Z | Compiling time v0.3.36 |
1716 | 2024-11-08T23:55:49.117Z | Compiling pkcs5 v0.7.1 |
1717 | 2024-11-08T23:55:50.300Z | Compiling form_urlencoded v1.2.1 |
1718 | 2024-11-08T23:55:50.580Z | Compiling heapless v0.7.17 |
1719 | 2024-11-08T23:55:50.652Z | Compiling http-body v1.0.1 |
1720 | 2024-11-08T23:55:51.003Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1721 | 2024-11-08T23:55:51.030Z | Compiling multer v3.1.0 |
1722 | 2024-11-08T23:55:51.470Z | Compiling signal-hook v0.3.17 |
1723 | 2024-11-08T23:55:51.503Z | Compiling slog-async v2.8.0 |
1724 | 2024-11-08T23:55:51.748Z | Compiling try-lock v0.2.5 |
1725 | 2024-11-08T23:55:52.236Z | Compiling want v0.3.1 |
1726 | 2024-11-08T23:55:52.620Z | Compiling pkcs8 v0.10.2 |
1727 | 2024-11-08T23:55:53.286Z | Compiling h2 v0.4.6 |
1728 | 2024-11-08T23:55:54.521Z | Compiling httpdate v1.0.3 |
1729 | 2024-11-08T23:55:54.699Z | Compiling strsim v0.11.1 |
1730 | 2024-11-08T23:55:54.896Z | Compiling adler2 v2.0.0 |
1731 | 2024-11-08T23:55:55.177Z | Compiling miniz_oxide v0.8.0 |
1732 | 2024-11-08T23:55:58.520Z | Compiling usdt-attr-macro v0.5.0 |
1733 | 2024-11-08T23:55:59.933Z | Compiling usdt-macro v0.5.0 |
1734 | 2024-11-08T23:56:00.098Z | Compiling curve25519-dalek v4.1.3 |
1735 | 2024-11-08T23:56:00.511Z | Compiling hyper v1.4.1 |
1736 | 2024-11-08T23:56:01.247Z | Compiling openapiv3 v2.0.0 |
1737 | 2024-11-08T23:56:02.633Z | Compiling idna v0.5.0 |
1738 | 2024-11-08T23:56:02.705Z | Compiling enum-as-inner v0.6.1 |
1739 | 2024-11-08T23:56:03.707Z | Compiling async-stream-impl v0.3.6 |
1740 | 2024-11-08T23:56:04.178Z | Compiling dropshot v0.12.0 |
1741 | 2024-11-08T23:56:04.377Z | Compiling num-bigint-dig v0.8.4 |
1742 | 2024-11-08T23:56:04.654Z | Compiling smoltcp v0.9.1 |
1743 | 2024-11-08T23:56:04.673Z | Compiling foreign-types-shared v0.1.1 |
1744 | 2024-11-08T23:56:04.788Z | Compiling portable-atomic v1.9.0 |
1745 | 2024-11-08T23:56:05.085Z | Compiling tower-service v0.3.3 |
1746 | 2024-11-08T23:56:05.210Z | Compiling base64 v0.22.1 |
1747 | 2024-11-08T23:56:05.210Z | Compiling match_cfg v0.1.0 |
1748 | 2024-11-08T23:56:05.244Z | Compiling hyper-util v0.1.9 |
1749 | 2024-11-08T23:56:05.319Z | Compiling hostname v0.3.1 |
1750 | 2024-11-08T23:56:05.544Z | Compiling foreign-types v0.3.2 |
1751 | 2024-11-08T23:56:05.631Z | Compiling url v2.5.2 |
1752 | 2024-11-08T23:56:08.738Z | Compiling dirs-sys-next v0.1.2 |
1753 | 2024-11-08T23:56:08.842Z | Compiling gimli v0.31.1 |
1754 | 2024-11-08T23:56:09.535Z | Compiling heck v0.4.1 |
1755 | 2024-11-08T23:56:11.006Z | Compiling data-encoding v2.6.0 |
1756 | 2024-11-08T23:56:16.484Z | Compiling siphasher v0.3.11 |
1757 | 2024-11-08T23:56:16.506Z | Compiling dirs-next v2.0.0 |
1758 | 2024-11-08T23:56:16.506Z | Compiling addr2line v0.24.2 |
1759 | 2024-11-08T23:56:17.961Z | Compiling http-body-util v0.1.2 |
1760 | 2024-11-08T23:56:18.362Z | Compiling crossbeam-epoch v0.9.18 |
1761 | 2024-11-08T23:56:18.507Z | Compiling hubpack_derive v0.1.1 |
1762 | 2024-11-08T23:56:18.954Z | Compiling dropshot_endpoint v0.12.0 |
1763 | 2024-11-08T23:56:19.091Z | Compiling sha1 v0.10.6 |
1764 | 2024-11-08T23:56:19.342Z | Compiling signature v2.2.0 |
1765 | 2024-11-08T23:56:19.505Z | Compiling zerocopy-derive v0.6.6 |
1766 | 2024-11-08T23:56:19.567Z | Compiling curve25519-dalek-derive v0.1.1 |
1767 | 2024-11-08T23:56:20.486Z | Compiling object v0.36.5 |
1768 | 2024-11-08T23:56:21.319Z | Compiling thread_local v1.1.8 |
1769 | 2024-11-08T23:56:21.775Z | Compiling fs-err v2.11.0 |
1770 | 2024-11-08T23:56:22.093Z | Compiling encoding_rs v0.8.34 |
1771 | 2024-11-08T23:56:22.725Z | Compiling rustc-demangle v0.1.24 |
1772 | 2024-11-08T23:56:24.003Z | Compiling mime v0.3.17 |
1773 | 2024-11-08T23:56:24.518Z | Compiling winnow v0.6.20 |
1774 | 2024-11-08T23:56:25.002Z | Compiling stable_deref_trait v1.2.0 |
1775 | 2024-11-08T23:56:25.117Z | Compiling utf8parse v0.2.2 |
1776 | 2024-11-08T23:56:25.447Z | Compiling openssl-probe v0.1.5 |
1777 | 2024-11-08T23:56:28.160Z | Compiling anstyle v1.0.10 |
1778 | 2024-11-08T23:56:28.601Z | Compiling unicode-properties v0.1.3 |
1779 | 2024-11-08T23:56:28.990Z | Compiling ipnet v2.10.1 |
1780 | 2024-11-08T23:56:29.383Z | Compiling stringprep v0.1.5 |
1781 | 2024-11-08T23:56:30.272Z | Compiling backtrace v0.3.74 |
1782 | 2024-11-08T23:56:30.722Z | Compiling toml_edit v0.22.22 |
1783 | 2024-11-08T23:56:34.959Z | Compiling anstyle-parse v0.2.5 |
1784 | 2024-11-08T23:56:37.576Z | Compiling crossbeam-deque v0.8.5 |
1785 | 2024-11-08T23:56:39.139Z | Compiling term v0.7.0 |
1786 | 2024-11-08T23:56:40.345Z | Compiling slog-json v2.6.1 |
1787 | 2024-11-08T23:56:41.438Z | Compiling serde_urlencoded v0.7.1 |
1788 | 2024-11-08T23:56:41.950Z | Compiling crossbeam-channel v0.5.13 |
1789 | 2024-11-08T23:56:42.342Z | Compiling rustls-pemfile v2.2.0 |
1790 | 2024-11-08T23:56:42.392Z | Compiling hashbrown v0.14.5 |
1791 | 2024-11-08T23:56:43.004Z | Compiling futures-executor v0.3.31 |
1792 | 2024-11-08T23:56:43.030Z | Compiling idna v0.4.0 |
1793 | 2024-11-08T23:56:43.451Z | Compiling idna v0.3.0 |
1794 | 2024-11-08T23:56:43.715Z | Compiling num-integer v0.1.46 |
1795 | 2024-11-08T23:56:44.439Z | Compiling md-5 v0.10.6 |
1796 | 2024-11-08T23:56:44.527Z | Compiling ff v0.13.0 |
1797 | 2024-11-08T23:56:44.670Z | Compiling hash32 v0.2.1 |
1798 | 2024-11-08T23:56:44.748Z | Compiling memmap v0.7.0 |
1799 | 2024-11-08T23:56:44.817Z | Compiling is-terminal v0.4.13 |
1800 | 2024-11-08T23:56:45.548Z | Compiling colorchoice v1.0.2 |
1801 | 2024-11-08T23:56:45.697Z | Compiling anstyle-query v1.1.1 |
1802 | 2024-11-08T23:56:45.848Z | Compiling take_mut v0.2.2 |
1803 | 2024-11-08T23:56:47.108Z | Compiling base16ct v0.2.0 |
1804 | 2024-11-08T23:56:48.254Z | Compiling utf-8 v0.7.6 |
1805 | 2024-11-08T23:56:48.550Z | Compiling linked-hash-map v0.5.6 |
1806 | 2024-11-08T23:56:48.932Z | Compiling fallible-iterator v0.2.0 |
1807 | 2024-11-08T23:56:49.683Z | Compiling rustls-webpki v0.102.8 |
1808 | 2024-11-08T23:56:50.178Z | Compiling is_terminal_polyfill v1.70.1 |
1809 | 2024-11-08T23:56:50.311Z | Compiling psl-types v2.0.11 |
1810 | 2024-11-08T23:56:50.514Z | Compiling quick-error v1.2.3 |
1811 | 2024-11-08T23:56:55.687Z | Compiling resolv-conf v0.7.0 |
1812 | 2024-11-08T23:56:55.912Z | Compiling tokio-rustls v0.25.0 |
1813 | 2024-11-08T23:56:56.123Z | Compiling publicsuffix v2.2.3 |
1814 | 2024-11-08T23:56:56.324Z | Compiling anstream v0.6.15 |
1815 | 2024-11-08T23:56:56.381Z | Compiling postgres-protocol v0.6.7 |
1816 | 2024-11-08T23:56:56.977Z | Compiling lru-cache v0.1.2 |
1817 | 2024-11-08T23:56:57.186Z | Compiling tokio-rustls v0.26.0 |
1818 | 2024-11-08T23:56:57.545Z | Compiling tungstenite v0.24.0 |
1819 | 2024-11-08T23:56:57.562Z | Compiling sec1 v0.7.3 |
1820 | 2024-11-08T23:56:58.635Z | Compiling usdt v0.5.0 |
1821 | 2024-11-08T23:56:59.085Z | Compiling slog-term v2.9.1 |
1822 | 2024-11-08T23:56:59.196Z | Compiling group v0.13.0 |
1823 | 2024-11-08T23:56:59.520Z | Compiling num-iter v0.1.45 |
1824 | 2024-11-08T23:56:59.637Z | Compiling hickory-proto v0.24.1 |
1825 | 2024-11-08T23:56:59.711Z | Compiling regress v0.10.1 |
1826 | 2024-11-08T23:57:00.165Z | Compiling futures v0.3.31 |
1827 | 2024-11-08T23:57:03.402Z | Compiling slog-bunyan v2.5.0 |
1828 | 2024-11-08T23:57:03.624Z | Compiling tokio-native-tls v0.3.1 |
1829 | 2024-11-08T23:57:03.680Z | Compiling toml v0.8.19 |
1830 | 2024-11-08T23:57:03.899Z | Compiling phf_shared v0.11.2 |
1831 | 2024-11-08T23:57:04.288Z | Compiling strum_macros v0.25.3 |
1832 | 2024-11-08T23:57:04.450Z | Compiling async-stream v0.3.6 |
1833 | 2024-11-08T23:57:05.159Z | Compiling waitgroup v0.1.2 |
1834 | 2024-11-08T23:57:05.521Z | Compiling webpki-roots v0.26.6 |
1835 | 2024-11-08T23:57:05.992Z | Compiling terminal_size v0.4.0 |
1836 | 2024-11-08T23:57:06.453Z | Compiling serde_path_to_error v0.1.16 |
1837 | 2024-11-08T23:57:06.796Z | Compiling hkdf v0.12.4 |
1838 | 2024-11-08T23:57:07.166Z | Compiling crypto-bigint v0.5.5 |
1839 | 2024-11-08T23:57:07.248Z | Compiling clap_derive v4.5.18 |
1840 | 2024-11-08T23:57:07.626Z | Compiling serde_repr v0.1.19 |
1841 | 2024-11-08T23:57:08.294Z | Compiling derive-where v1.2.7 |
1842 | 2024-11-08T23:57:08.644Z | Compiling hostname v0.4.0 |
1843 | 2024-11-08T23:57:08.875Z | Compiling crc32fast v1.4.2 |
1844 | 2024-11-08T23:57:09.225Z | Compiling clap_lex v0.7.2 |
1845 | 2024-11-08T23:57:09.691Z | Compiling bitflags v1.3.2 |
1846 | 2024-11-08T23:57:09.806Z | Compiling managed v0.8.0 |
1847 | 2024-11-08T23:57:09.855Z | Compiling debug-ignore v1.0.5 |
1848 | 2024-11-08T23:57:10.007Z | Compiling unicode-width v0.1.14 |
1849 | 2024-11-08T23:57:10.659Z | Compiling console v0.15.8 |
1850 | 2024-11-08T23:57:10.917Z | Compiling elliptic-curve v0.13.8 |
1851 | 2024-11-08T23:57:11.399Z | Compiling clap_builder v4.5.20 |
1852 | 2024-11-08T23:57:11.415Z | Compiling flate2 v1.0.34 |
1853 | 2024-11-08T23:57:12.298Z | Compiling hyper-rustls v0.27.3 |
1854 | 2024-11-08T23:57:12.349Z | Compiling hickory-resolver v0.24.1 |
1855 | 2024-11-08T23:57:14.328Z | Compiling phf v0.11.2 |
1856 | 2024-11-08T23:57:14.429Z | Compiling hyper-tls v0.6.0 |
1857 | 2024-11-08T23:57:14.632Z | Compiling typify-impl v0.2.0 |
1858 | 2024-11-08T23:57:14.809Z | Compiling signal-hook-mio v0.2.4 |
1859 | 2024-11-08T23:57:14.905Z | Compiling rayon v1.10.0 |
1860 | 2024-11-08T23:57:14.962Z | Compiling bzip2 v0.4.4 |
1861 | 2024-11-08T23:57:15.326Z | Compiling cookie_store v0.21.0 |
1862 | 2024-11-08T23:57:15.942Z | Compiling tokio-tungstenite v0.24.0 |
1863 | 2024-11-08T23:57:16.627Z | Compiling postgres-types v0.2.8 |
1864 | 2024-11-08T23:57:16.906Z | Compiling zerocopy v0.6.6 |
1865 | 2024-11-08T23:57:17.433Z | Compiling ed25519 v2.2.3 |
1866 | 2024-11-08T23:57:17.780Z | Compiling hubpack v0.1.2 |
1867 | 2024-11-08T23:57:17.873Z | Compiling phf_shared v0.10.0 |
1868 | 2024-11-08T23:57:18.199Z | Compiling pkcs1 v0.7.5 |
1869 | 2024-11-08T23:57:18.260Z | Compiling tokio-stream v0.1.16 |
1870 | 2024-11-08T23:57:18.533Z | Compiling serde-big-array v0.5.1 |
1871 | 2024-11-08T23:57:18.832Z | Compiling float-cmp v0.9.0 |
1872 | 2024-11-08T23:57:18.967Z | Compiling rfc6979 v0.4.0 |
1873 | 2024-11-08T23:57:19.039Z | Compiling sync_wrapper v1.0.1 |
1874 | 2024-11-08T23:57:19.070Z | Compiling bstr v1.10.0 |
1875 | 2024-11-08T23:57:19.167Z | Compiling new_debug_unreachable v1.0.6 |
1876 | 2024-11-08T23:57:19.210Z | Compiling predicates-core v1.0.8 |
1877 | 2024-11-08T23:57:19.249Z | Compiling fixedbitset v0.4.2 |
1878 | 2024-11-08T23:57:19.267Z | Compiling static_assertions v1.1.0 |
1879 | 2024-11-08T23:57:19.524Z | Compiling whoami v1.5.2 |
1880 | 2024-11-08T23:57:19.631Z | Compiling bit-vec v0.6.3 |
1881 | 2024-11-08T23:57:19.734Z | Compiling unicode-segmentation v1.12.0 |
1882 | 2024-11-08T23:57:19.976Z | Compiling number_prefix v0.4.0 |
1883 | 2024-11-08T23:57:20.067Z | Compiling precomputed-hash v0.1.1 |
1884 | 2024-11-08T23:57:20.184Z | Compiling normalize-line-endings v0.3.0 |
1885 | 2024-11-08T23:57:20.203Z | Compiling difflib v0.4.0 |
1886 | 2024-11-08T23:57:20.316Z | Compiling string_cache v0.8.7 |
1887 | 2024-11-08T23:57:20.524Z | Compiling similar v2.6.0 |
1888 | 2024-11-08T23:57:20.545Z | Compiling indicatif v0.17.8 |
1889 | 2024-11-08T23:57:20.697Z | Compiling predicates v3.1.2 |
1890 | 2024-11-08T23:57:20.835Z | Compiling bit-set v0.5.3 |
1891 | 2024-11-08T23:57:21.127Z | Compiling tokio-postgres v0.7.12 |
1892 | 2024-11-08T23:57:22.209Z | Compiling petgraph v0.6.5 |
1893 | 2024-11-08T23:57:22.408Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1894 | 2024-11-08T23:57:24.375Z | Compiling reqwest v0.12.8 |
1895 | 2024-11-08T23:57:25.566Z | Compiling typify-macro v0.2.0 |
1896 | 2024-11-08T23:57:26.027Z | Compiling qorb v0.2.0 |
1897 | 2024-11-08T23:57:26.154Z | Compiling ecdsa v0.16.9 |
1898 | 2024-11-08T23:57:26.209Z | Compiling rsa v0.9.6 |
1899 | 2024-11-08T23:57:29.132Z | Compiling ed25519-dalek v2.1.1 |
1900 | 2024-11-08T23:57:29.721Z | Compiling zip v0.6.6 |
1901 | 2024-11-08T23:57:30.125Z | Compiling clap v4.5.20 |
1902 | 2024-11-08T23:57:30.257Z | Compiling crossterm v0.28.1 |
1903 | 2024-11-08T23:57:31.570Z | Compiling toml v0.7.8 |
1904 | 2024-11-08T23:57:32.885Z | Compiling x509-cert v0.2.5 |
1905 | 2024-11-08T23:57:33.538Z | Compiling hex v0.4.3 |
1906 | 2024-11-08T23:57:33.870Z | Compiling itertools v0.10.5 |
1907 | 2024-11-08T23:57:34.157Z | Compiling lalrpop-util v0.19.12 |
1908 | 2024-11-08T23:57:34.786Z | Compiling unicode-xid v0.2.6 |
1909 | 2024-11-08T23:57:34.966Z | Compiling peg-runtime v0.8.3 |
1910 | 2024-11-08T23:57:37.073Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1911 | 2024-11-08T23:57:38.918Z | Compiling proc-macro-crate v1.3.1 |
1912 | 2024-11-08T23:57:38.959Z | Compiling ipnetwork v0.20.0 |
1913 | 2024-11-08T23:57:42.048Z | Compiling heapless v0.8.0 |
1914 | 2024-11-08T23:57:42.886Z | Compiling num_enum_derive v0.5.11 |
1915 | 2024-11-08T23:57:53.142Z | Compiling hash32 v0.3.1 |
1916 | 2024-11-08T23:57:53.988Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1917 | 2024-11-08T23:57:54.427Z | Compiling smoltcp v0.11.0 |
1918 | 2024-11-08T23:57:55.092Z | Compiling ident_case v1.0.1 |
1919 | 2024-11-08T23:57:55.231Z | Compiling darling_core v0.20.10 |
1920 | 2024-11-08T23:58:13.206Z | Compiling num_enum v0.5.11 |
1921 | 2024-11-08T23:58:13.810Z | Compiling typify v0.2.0 |
1922 | 2024-11-08T23:58:15.410Z | Compiling proc-macro-error-attr v1.0.4 |
1923 | 2024-11-08T23:58:15.655Z | Compiling unsafe-libyaml v0.2.11 |
1924 | 2024-11-08T23:58:15.734Z | Compiling cobs v0.2.3 |
1925 | 2024-11-08T23:58:16.176Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1926 | 2024-11-08T23:58:17.055Z | Compiling serde_yaml v0.9.34+deprecated |
1927 | 2024-11-08T23:58:20.322Z | Compiling postcard v1.0.10 |
1928 | 2024-11-08T23:58:25.891Z | Compiling progenitor-impl v0.8.0 |
1929 | 2024-11-08T23:58:32.887Z | Compiling darling_macro v0.20.10 |
1930 | 2024-11-08T23:58:41.787Z | Compiling strum_macros v0.26.4 |
1931 | 2024-11-08T23:58:42.696Z | Compiling structmeta-derive v0.3.0 |
1932 | 2024-11-08T23:58:42.768Z | Compiling foreign-types-macros v0.2.3 |
1933 | 2024-11-08T23:58:43.132Z | Compiling proc-macro-error v1.0.4 |
1934 | 2024-11-08T23:58:43.184Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1935 | 2024-11-08T23:58:43.563Z | Compiling foreign-types-shared v0.3.1 |
1936 | 2024-11-08T23:58:43.878Z | Compiling newtype-uuid v1.1.2 |
1937 | 2024-11-08T23:58:43.951Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1938 | 2024-11-08T23:58:45.088Z | Compiling structmeta v0.3.0 |
1939 | 2024-11-08T23:58:45.980Z | Compiling strum v0.26.3 |
1940 | 2024-11-08T23:58:46.340Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1941 | 2024-11-08T23:58:49.631Z | Compiling foreign-types v0.5.0 |
1942 | 2024-11-08T23:58:54.192Z | Compiling darling v0.20.10 |
1943 | 2024-11-08T23:58:54.330Z | Compiling progenitor-macro v0.8.0 |
1944 | 2024-11-08T23:58:59.256Z | Compiling progenitor-client v0.8.0 |
1945 | 2024-11-08T23:58:59.321Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
1946 | 2024-11-08T23:59:00.659Z | Compiling tabwriter v1.4.0 |
1947 | 2024-11-08T23:59:02.502Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1948 | 2024-11-08T23:59:03.003Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1949 | 2024-11-08T23:59:03.293Z | Compiling cstr-argument v0.1.2 |
1950 | 2024-11-08T23:59:03.801Z | Compiling fastrand v2.1.1 |
1951 | 2024-11-08T23:59:03.953Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1952 | 2024-11-08T23:59:04.268Z | Compiling pretty-hex v0.2.1 |
1953 | 2024-11-08T23:59:04.510Z | Compiling crucible-workspace-hack v0.1.0 |
1954 | 2024-11-08T23:59:04.646Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1955 | 2024-11-08T23:59:04.872Z | Compiling tempfile v3.13.0 |
1956 | 2024-11-08T23:59:05.198Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1957 | 2024-11-08T23:59:05.276Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1958 | 2024-11-08T23:59:05.475Z | Compiling serde_with_macros v3.11.0 |
1959 | 2024-11-08T23:59:06.076Z | Compiling parse-display-derive v0.10.0 |
1960 | 2024-11-08T23:59:06.427Z | Compiling colored v2.1.0 |
1961 | 2024-11-08T23:59:06.556Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1962 | 2024-11-08T23:59:07.312Z | Compiling instant v0.1.13 |
1963 | 2024-11-08T23:59:07.471Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1964 | 2024-11-08T23:59:07.571Z | Compiling backoff v0.4.0 |
1965 | 2024-11-08T23:59:07.739Z | Compiling progenitor v0.8.0 |
1966 | 2024-11-08T23:59:07.864Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1967 | 2024-11-08T23:59:07.884Z | Compiling serde_with v3.11.0 |
1968 | 2024-11-08T23:59:07.974Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
1969 | 2024-11-08T23:59:07.983Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1970 | 2024-11-08T23:59:09.790Z | Compiling parse-display v0.10.0 |
1971 | 2024-11-08T23:59:11.022Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1972 | 2024-11-08T23:59:11.573Z | Compiling zone_cfg_derive v0.3.0 |
1973 | 2024-11-08T23:59:11.786Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1974 | 2024-11-08T23:59:12.318Z | Compiling camino-tempfile v1.1.1 |
1975 | 2024-11-08T23:59:12.410Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
1976 | 2024-11-08T23:59:12.435Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1977 | 2024-11-08T23:59:12.628Z | Compiling regress v0.9.1 |
1978 | 2024-11-08T23:59:12.781Z | Compiling macaddr v1.0.1 |
1979 | 2024-11-08T23:59:12.872Z | Compiling num-derive v0.4.2 |
1980 | 2024-11-08T23:59:13.072Z | Compiling sigpipe v0.1.3 |
1981 | 2024-11-08T23:59:13.201Z | Compiling libefi-sys v0.1.0 |
1982 | 2024-11-08T23:59:13.440Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1983 | 2024-11-08T23:59:13.554Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1984 | 2024-11-08T23:59:13.808Z | Compiling zone v0.3.0 |
1985 | 2024-11-08T23:59:15.038Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
1986 | 2024-11-08T23:59:16.595Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1987 | 2024-11-08T23:59:16.697Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
1988 | 2024-11-08T23:59:16.975Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1989 | 2024-11-08T23:59:17.256Z | Compiling smf v0.2.3 |
1990 | 2024-11-08T23:59:17.547Z | Compiling bitfield-struct v0.6.2 |
1991 | 2024-11-08T23:59:18.897Z | Compiling blake3 v1.5.4 |
1992 | 2024-11-08T23:59:19.527Z | Compiling ring v0.16.20 |
1993 | 2024-11-08T23:59:19.691Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1994 | 2024-11-08T23:59:20.908Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1995 | 2024-11-08T23:59:21.075Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1996 | 2024-11-08T23:59:21.424Z | Compiling xattr v1.3.1 |
1997 | 2024-11-08T23:59:21.623Z | Compiling filetime v0.2.25 |
1998 | 2024-11-08T23:59:21.747Z | Compiling memmap2 v0.9.5 |
1999 | 2024-11-08T23:59:22.001Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2000 | 2024-11-08T23:59:22.114Z | Compiling arrayvec v0.7.6 |
2001 | 2024-11-08T23:59:22.195Z | Compiling spin v0.5.2 |
2002 | 2024-11-08T23:59:22.342Z | Compiling constant_time_eq v0.3.1 |
2003 | 2024-11-08T23:59:22.460Z | Compiling arrayref v0.3.9 |
2004 | 2024-11-08T23:59:22.509Z | Compiling same-file v1.0.6 |
2005 | 2024-11-08T23:59:22.592Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2006 | 2024-11-08T23:59:22.643Z | Compiling tar v0.4.42 |
2007 | 2024-11-08T23:59:22.772Z | Compiling walkdir v2.5.0 |
2008 | 2024-11-08T23:59:24.425Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2009 | 2024-11-08T23:59:24.847Z | Compiling gethostname v0.5.0 |
2010 | 2024-11-08T23:59:25.054Z | Compiling cargo-platform v0.1.8 |
2011 | 2024-11-08T23:59:25.227Z | Compiling topological-sort v0.2.2 |
2012 | 2024-11-08T23:59:25.504Z | Compiling cargo_metadata v0.18.1 |
2013 | 2024-11-08T23:59:28.104Z | Compiling omicron-zone-package v0.11.1 |
2014 | 2024-11-08T23:59:32.169Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2015 | 2024-11-08T23:59:34.272Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2016 | 2024-11-08T23:59:38.669Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2017 | 2024-11-08T23:59:54.545Z | Finished `release` profile [optimized] target(s) in 5m 03s |
2018 | 2024-11-08T23:59:54.698Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
2019 | 2024-11-08T23:59:54.741Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2020 | 2024-11-08T23:59:54.744Z | Created new build target 'test' and set it as active |
2021 | 2024-11-08T23:59:54.744Z | |
2022 | 2024-11-08T23:59:54.744Z | real 5:03.444852962 |
2023 | 2024-11-08T23:59:54.744Z | user 34:13.438183603 |
2024 | 2024-11-08T23:59:54.744Z | sys 4:24.668236558 |
2025 | 2024-11-08T23:59:54.744Z | trap 0.991712820 |
2026 | 2024-11-08T23:59:54.744Z | tflt 3.058217774 |
2027 | 2024-11-08T23:59:54.744Z | dflt 1.039557212 |
2028 | 2024-11-08T23:59:54.744Z | kflt 0.017538258 |
2029 | 2024-11-08T23:59:54.744Z | lock 1:10:46.278131750 |
2030 | 2024-11-08T23:59:54.744Z | slp 2:22:30.741274875 |
2031 | 2024-11-08T23:59:54.744Z | lat 2:21.761478925 |
2032 | 2024-11-08T23:59:54.744Z | stop 4:02.834994374 |
2033 | 2024-11-08T23:59:54.746Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2034 | 2024-11-08T23:59:55.661Z | Finished `release` profile [optimized] target(s) in 0.86s |
2035 | 2024-11-08T23:59:55.717Z | Running `target/release/omicron-package -t test package` |
2036 | 2024-11-08T23:59:55.759Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2037 | 2024-11-08T23:59:56.852Z | Compiling convert_case v0.4.0 |
2038 | 2024-11-08T23:59:56.852Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2039 | 2024-11-08T23:59:56.855Z | Compiling itertools v0.13.0 |
2040 | 2024-11-08T23:59:56.855Z | Compiling password-hash v0.5.0 |
2041 | 2024-11-08T23:59:56.855Z | Compiling blake2 v0.10.6 |
2042 | 2024-11-08T23:59:56.855Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2043 | 2024-11-08T23:59:56.855Z | Compiling newline-converter v0.3.0 |
2044 | 2024-11-08T23:59:56.996Z | Compiling owo-colors v4.1.0 |
2045 | 2024-11-08T23:59:57.249Z | Compiling cancel-safe-futures v0.1.5 |
2046 | 2024-11-08T23:59:57.331Z | Compiling expectorate v1.1.0 |
2047 | 2024-11-08T23:59:57.581Z | Compiling argon2 v0.5.3 |
2048 | 2024-11-08T23:59:57.615Z | Compiling derive_more v0.99.18 |
2049 | 2024-11-08T23:59:58.208Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2050 | 2024-11-08T23:59:58.278Z | Compiling libsw v3.3.1 |
2051 | 2024-11-08T23:59:58.333Z | Compiling linear-map v1.2.0 |
2052 | 2024-11-08T23:59:58.624Z | Compiling swrite v0.1.0 |
2053 | 2024-11-08T23:59:58.772Z | Compiling indent_write v2.2.0 |
2054 | 2024-11-08T23:59:58.791Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2055 | 2024-11-08T23:59:58.794Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2056 | 2024-11-08T23:59:59.014Z | Compiling progenitor-client v0.8.0 |
2057 | 2024-11-08T23:59:59.146Z | Compiling base64 v0.21.7 |
2058 | 2024-11-08T23:59:59.462Z | Compiling progenitor v0.8.0 |
2059 | 2024-11-08T23:59:59.692Z | Compiling atomicwrites v0.4.4 |
2060 | 2024-11-08T23:59:59.748Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2061 | 2024-11-09T00:00:00.219Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2062 | 2024-11-09T00:00:00.246Z | Compiling num-rational v0.4.2 |
2063 | 2024-11-09T00:00:00.385Z | Compiling num-complex v0.4.6 |
2064 | 2024-11-09T00:00:00.753Z | Compiling float-ord v0.3.2 |
2065 | 2024-11-09T00:00:00.942Z | Compiling semver v0.1.20 |
2066 | 2024-11-09T00:00:01.504Z | Compiling num v0.4.3 |
2067 | 2024-11-09T00:00:01.630Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2068 | 2024-11-09T00:00:01.717Z | Compiling rustc_version v0.1.7 |
2069 | 2024-11-09T00:00:02.121Z | Compiling newtype_derive v0.1.6 |
2070 | 2024-11-09T00:00:02.516Z | Compiling humantime v2.1.0 |
2071 | 2024-11-09T00:00:02.791Z | Compiling highway v1.2.0 |
2072 | 2024-11-09T00:00:03.521Z | Compiling steno v0.4.1 |
2073 | 2024-11-09T00:00:03.541Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2074 | 2024-11-09T00:00:04.576Z | Compiling newtype-uuid v1.1.2 |
2075 | 2024-11-09T00:00:04.932Z | Compiling tungstenite v0.21.0 |
2076 | 2024-11-09T00:00:06.362Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2077 | 2024-11-09T00:00:07.832Z | Compiling ipnetwork v0.20.0 |
2078 | 2024-11-09T00:00:08.287Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2079 | 2024-11-09T00:00:08.642Z | Compiling instant v0.1.13 |
2080 | 2024-11-09T00:00:08.803Z | Compiling slog-dtrace v0.3.0 |
2081 | 2024-11-09T00:00:09.213Z | Compiling backoff v0.4.0 |
2082 | 2024-11-09T00:00:09.598Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2083 | 2024-11-09T00:00:10.010Z | Compiling tokio-tungstenite v0.21.0 |
2084 | 2024-11-09T00:00:10.274Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2085 | 2024-11-09T00:00:10.623Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2086 | 2024-11-09T00:00:10.719Z | Compiling parse-display v0.10.0 |
2087 | 2024-11-09T00:00:11.264Z | Compiling serde_with v3.11.0 |
2088 | 2024-11-09T00:00:14.007Z | Compiling strum v0.26.3 |
2089 | 2024-11-09T00:00:14.238Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2090 | 2024-11-09T00:00:14.428Z | Compiling regress v0.9.1 |
2091 | 2024-11-09T00:00:15.343Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2092 | 2024-11-09T00:00:17.208Z | Compiling macaddr v1.0.1 |
2093 | 2024-11-09T00:00:18.232Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2094 | 2024-11-09T00:00:18.321Z | Compiling prettyplease v0.2.22 |
2095 | 2024-11-09T00:00:19.154Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2096 | 2024-11-09T00:00:19.180Z | Compiling arc-swap v1.7.1 |
2097 | 2024-11-09T00:00:19.880Z | Compiling display-error-chain v0.2.2 |
2098 | 2024-11-09T00:00:20.116Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2099 | 2024-11-09T00:00:21.323Z | Compiling slog-scope v4.4.0 |
2100 | 2024-11-09T00:00:22.152Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2101 | 2024-11-09T00:00:23.205Z | Compiling half v2.4.1 |
2102 | 2024-11-09T00:00:23.897Z | Compiling ciborium-io v0.2.2 |
2103 | 2024-11-09T00:00:24.054Z | Compiling ciborium-ll v0.2.2 |
2104 | 2024-11-09T00:00:24.601Z | Compiling slog-stdlog v4.1.1 |
2105 | 2024-11-09T00:00:25.145Z | Compiling slog-envlogger v2.2.0 |
2106 | 2024-11-09T00:00:25.396Z | Compiling ciborium v0.2.2 |
2107 | 2024-11-09T00:00:25.881Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2108 | 2024-11-09T00:00:27.568Z | Compiling same-file v1.0.6 |
2109 | 2024-11-09T00:00:27.805Z | Compiling fastrand v2.1.1 |
2110 | 2024-11-09T00:00:27.842Z | Compiling walkdir v2.5.0 |
2111 | 2024-11-09T00:00:28.307Z | Compiling tempfile v3.13.0 |
2112 | 2024-11-09T00:00:28.499Z | Compiling blake3 v1.5.4 |
2113 | 2024-11-09T00:00:29.033Z | Compiling ring v0.16.20 |
2114 | 2024-11-09T00:00:29.150Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2115 | 2024-11-09T00:00:32.073Z | Compiling xattr v1.3.1 |
2116 | 2024-11-09T00:00:32.361Z | Compiling filetime v0.2.25 |
2117 | 2024-11-09T00:00:32.677Z | Compiling memmap2 v0.9.5 |
2118 | 2024-11-09T00:00:33.359Z | Compiling spin v0.5.2 |
2119 | 2024-11-09T00:00:33.380Z | Compiling arrayref v0.3.9 |
2120 | 2024-11-09T00:00:33.494Z | Compiling constant_time_eq v0.3.1 |
2121 | 2024-11-09T00:00:33.659Z | Compiling keccak v0.1.5 |
2122 | 2024-11-09T00:00:34.609Z | Compiling arrayvec v0.7.6 |
2123 | 2024-11-09T00:00:34.803Z | Compiling sha3 v0.10.8 |
2124 | 2024-11-09T00:00:35.690Z | Compiling tar v0.4.42 |
2125 | 2024-11-09T00:00:36.560Z | Compiling camino-tempfile v1.1.1 |
2126 | 2024-11-09T00:00:36.997Z | Compiling toolchain_find v0.4.0 |
2127 | 2024-11-09T00:00:37.533Z | Compiling nibble_vec v0.1.0 |
2128 | 2024-11-09T00:00:37.644Z | Compiling maplit v1.0.2 |
2129 | 2024-11-09T00:00:37.781Z | Compiling topological-sort v0.2.2 |
2130 | 2024-11-09T00:00:37.783Z | Compiling radium v0.7.0 |
2131 | 2024-11-09T00:00:38.016Z | Compiling endian-type v0.1.2 |
2132 | 2024-11-09T00:00:38.253Z | Compiling crunchy v0.2.2 |
2133 | 2024-11-09T00:00:38.301Z | Compiling radix_trie v0.2.1 |
2134 | 2024-11-09T00:00:38.677Z | Compiling omicron-zone-package v0.11.1 |
2135 | 2024-11-09T00:00:38.752Z | Compiling rustfmt-wrapper v0.2.1 |
2136 | 2024-11-09T00:00:38.817Z | Compiling pem v3.0.4 |
2137 | 2024-11-09T00:00:39.216Z | Compiling tiny-keccak v2.0.2 |
2138 | 2024-11-09T00:00:39.301Z | Compiling maybe-uninit v2.0.0 |
2139 | 2024-11-09T00:00:39.353Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2140 | 2024-11-09T00:00:39.546Z | Compiling tap v1.0.1 |
2141 | 2024-11-09T00:00:39.761Z | Compiling wyz v0.5.1 |
2142 | 2024-11-09T00:00:40.274Z | Compiling dsl_auto_type v0.1.2 |
2143 | 2024-11-09T00:00:40.277Z | Compiling scheduled-thread-pool v0.2.7 |
2144 | 2024-11-09T00:00:40.409Z | Compiling secrecy v0.8.0 |
2145 | 2024-11-09T00:00:40.560Z | Compiling diesel_table_macro_syntax v0.2.0 |
2146 | 2024-11-09T00:00:40.708Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2147 | 2024-11-09T00:00:40.939Z | Compiling crc-catalog v2.4.0 |
2148 | 2024-11-09T00:00:41.032Z | Compiling packed_struct v0.10.1 |
2149 | 2024-11-09T00:00:41.107Z | Compiling funty v2.0.0 |
2150 | 2024-11-09T00:00:41.483Z | Compiling crc v3.2.1 |
2151 | 2024-11-09T00:00:41.544Z | Compiling r2d2 v0.8.10 |
2152 | 2024-11-09T00:00:41.564Z | Compiling diesel_derives v2.2.3 |
2153 | 2024-11-09T00:00:42.457Z | Compiling bitvec v1.0.1 |
2154 | 2024-11-09T00:00:43.578Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2155 | 2024-11-09T00:00:43.610Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2156 | 2024-11-09T00:00:43.630Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2157 | 2024-11-09T00:00:43.761Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2158 | 2024-11-09T00:00:44.226Z | Compiling ascii-canvas v3.0.0 |
2159 | 2024-11-09T00:00:44.715Z | Compiling universal-hash v0.5.1 |
2160 | 2024-11-09T00:00:44.974Z | Compiling thiserror-impl-no-std v2.0.2 |
2161 | 2024-11-09T00:00:47.041Z | Compiling packed_struct_codegen v0.10.1 |
2162 | 2024-11-09T00:00:47.561Z | Compiling lzma-sys v0.1.20 |
2163 | 2024-11-09T00:00:48.267Z | Compiling ena v0.14.3 |
2164 | 2024-11-09T00:00:48.703Z | Compiling indexmap v1.9.3 |
2165 | 2024-11-09T00:00:49.047Z | Compiling regex-syntax v0.6.29 |
2166 | 2024-11-09T00:00:49.435Z | Compiling opaque-debug v0.3.1 |
2167 | 2024-11-09T00:00:49.549Z | Compiling nodrop v0.1.14 |
2168 | 2024-11-09T00:00:49.701Z | Compiling diff v0.1.13 |
2169 | 2024-11-09T00:00:50.227Z | Compiling array-init v0.0.4 |
2170 | 2024-11-09T00:00:51.517Z | Compiling poly1305 v0.8.0 |
2171 | 2024-11-09T00:00:52.243Z | Compiling diesel v2.2.4 |
2172 | 2024-11-09T00:00:53.105Z | Compiling lalrpop v0.19.12 |
2173 | 2024-11-09T00:00:58.505Z | Compiling thiserror-no-std v2.0.2 |
2174 | 2024-11-09T00:00:58.646Z | Compiling smallvec v0.6.14 |
2175 | 2024-11-09T00:00:59.757Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2176 | 2024-11-09T00:00:59.993Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2177 | 2024-11-09T00:01:00.334Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2178 | 2024-11-09T00:01:00.570Z | Compiling chacha20 v0.9.1 |
2179 | 2024-11-09T00:01:00.775Z | Compiling heck v0.3.3 |
2180 | 2024-11-09T00:01:01.073Z | Compiling const_format_proc_macros v0.2.33 |
2181 | 2024-11-09T00:01:01.153Z | Compiling aead v0.5.2 |
2182 | 2024-11-09T00:01:01.513Z | Compiling termcolor v1.4.1 |
2183 | 2024-11-09T00:01:02.606Z | Compiling hashbrown v0.12.3 |
2184 | 2024-11-09T00:01:02.894Z | Compiling ref-cast v1.0.23 |
2185 | 2024-11-09T00:01:03.368Z | Compiling bitfield v0.14.0 |
2186 | 2024-11-09T00:01:03.687Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2187 | 2024-11-09T00:01:04.056Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2188 | 2024-11-09T00:01:05.229Z | Compiling const_format v0.2.33 |
2189 | 2024-11-09T00:01:06.508Z | Compiling env_logger v0.10.2 |
2190 | 2024-11-09T00:01:09.668Z | Compiling chacha20poly1305 v0.10.1 |
2191 | 2024-11-09T00:01:09.902Z | Compiling zone_cfg_derive v0.1.2 |
2192 | 2024-11-09T00:01:11.269Z | Compiling serde-hex v0.1.0 |
2193 | 2024-11-09T00:01:11.328Z | Compiling vsss-rs v3.3.4 |
2194 | 2024-11-09T00:01:16.129Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2195 | 2024-11-09T00:01:16.354Z | Compiling ron v0.8.1 |
2196 | 2024-11-09T00:01:16.471Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2197 | 2024-11-09T00:01:16.622Z | Compiling polar-core v0.27.3 |
2198 | 2024-11-09T00:01:16.789Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2199 | 2024-11-09T00:01:17.401Z | Compiling derive_builder_core v0.20.2 |
2200 | 2024-11-09T00:01:17.879Z | Compiling hashbrown v0.13.2 |
2201 | 2024-11-09T00:01:19.275Z | Compiling headers-core v0.3.0 |
2202 | 2024-11-09T00:01:19.461Z | Compiling fxhash v0.2.1 |
2203 | 2024-11-09T00:01:19.497Z | Compiling libxml v0.3.3 |
2204 | 2024-11-09T00:01:19.703Z | Compiling ref-cast-impl v1.0.23 |
2205 | 2024-11-09T00:01:19.876Z | Compiling crc-any v2.5.0 |
2206 | 2024-11-09T00:01:20.825Z | Compiling base64 v0.13.1 |
2207 | 2024-11-09T00:01:21.007Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2208 | 2024-11-09T00:01:21.553Z | Compiling ron v0.7.1 |
2209 | 2024-11-09T00:01:22.270Z | Compiling derive_builder_macro v0.20.2 |
2210 | 2024-11-09T00:01:23.093Z | Compiling headers v0.4.0 |
2211 | 2024-11-09T00:01:26.743Z | Compiling object v0.30.4 |
2212 | 2024-11-09T00:01:26.824Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2213 | 2024-11-09T00:01:33.262Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2214 | 2024-11-09T00:01:33.942Z | Compiling xz2 v0.1.7 |
2215 | 2024-11-09T00:01:34.981Z | Compiling zone v0.1.8 |
2216 | 2024-11-09T00:01:36.202Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2217 | 2024-11-09T00:01:38.278Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2218 | 2024-11-09T00:01:38.944Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2219 | 2024-11-09T00:01:39.283Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2220 | 2024-11-09T00:01:39.300Z | Compiling yasna v0.5.2 |
2221 | 2024-11-09T00:01:39.889Z | Compiling phf_generator v0.11.2 |
2222 | 2024-11-09T00:01:40.094Z | Compiling strum_macros v0.24.3 |
2223 | 2024-11-09T00:01:40.617Z | Compiling kstat-rs v0.2.4 |
2224 | 2024-11-09T00:01:41.527Z | Compiling samael v0.0.17 |
2225 | 2024-11-09T00:01:42.696Z | Compiling async-recursion v1.1.1 |
2226 | 2024-11-09T00:01:43.083Z | Compiling unicase v2.7.0 |
2227 | 2024-11-09T00:01:43.106Z | Compiling path-slash v0.1.5 |
2228 | 2024-11-09T00:01:43.133Z | Compiling indoc v1.0.9 |
2229 | 2024-11-09T00:01:43.366Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2230 | 2024-11-09T00:01:43.970Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2231 | 2024-11-09T00:01:44.126Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2232 | 2024-11-09T00:01:45.481Z | Compiling rcgen v0.12.1 |
2233 | 2024-11-09T00:01:47.162Z | Compiling phf_codegen v0.11.2 |
2234 | 2024-11-09T00:01:50.137Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2235 | 2024-11-09T00:01:55.685Z | Compiling derive_builder v0.20.2 |
2236 | 2024-11-09T00:01:56.354Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2237 | 2024-11-09T00:01:58.989Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2238 | 2024-11-09T00:01:59.336Z | Compiling impl-trait-for-tuples v0.2.2 |
2239 | 2024-11-09T00:02:00.730Z | Compiling oso-derive v0.27.3 |
2240 | 2024-11-09T00:02:02.713Z | Compiling libz-sys v1.1.20 |
2241 | 2024-11-09T00:02:02.716Z | Compiling parse-zoneinfo v0.3.1 |
2242 | 2024-11-09T00:02:03.929Z | Compiling quick-xml v0.33.0 |
2243 | 2024-11-09T00:02:04.055Z | Compiling subprocess v0.2.9 |
2244 | 2024-11-09T00:02:04.668Z | Compiling diesel-dtrace v0.3.0 |
2245 | 2024-11-09T00:02:04.954Z | Compiling cfg_aliases v0.1.1 |
2246 | 2024-11-09T00:02:05.078Z | Compiling parking_lot_core v0.8.6 |
2247 | 2024-11-09T00:02:05.582Z | Compiling nix v0.28.0 |
2248 | 2024-11-09T00:02:05.711Z | Compiling oso v0.27.3 |
2249 | 2024-11-09T00:02:06.397Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2250 | 2024-11-09T00:02:08.833Z | Compiling chrono-tz-build v0.4.0 |
2251 | 2024-11-09T00:02:10.098Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2252 | 2024-11-09T00:02:11.630Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2253 | 2024-11-09T00:02:14.142Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2254 | 2024-11-09T00:02:17.110Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2255 | 2024-11-09T00:02:17.285Z | Compiling bb8 v0.8.5 |
2256 | 2024-11-09T00:02:17.440Z | Compiling vte_generate_state_changes v0.1.2 |
2257 | 2024-11-09T00:02:17.928Z | Compiling buf-list v1.0.3 |
2258 | 2024-11-09T00:02:18.063Z | Compiling vte v0.11.1 |
2259 | 2024-11-09T00:02:18.591Z | Compiling async-bb8-diesel v0.2.1 |
2260 | 2024-11-09T00:02:19.508Z | Compiling chrono-tz v0.10.0 |
2261 | 2024-11-09T00:02:20.359Z | Compiling fd-lock v4.0.2 |
2262 | 2024-11-09T00:02:20.606Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2263 | 2024-11-09T00:02:20.779Z | Compiling pin-project-internal v1.1.6 |
2264 | 2024-11-09T00:02:21.401Z | Compiling atty v0.2.14 |
2265 | 2024-11-09T00:02:21.583Z | Compiling bytecount v0.6.8 |
2266 | 2024-11-09T00:02:21.904Z | Compiling salty v0.3.0 |
2267 | 2024-11-09T00:02:22.363Z | Compiling papergrid v0.11.0 |
2268 | 2024-11-09T00:02:23.440Z | Compiling pin-project v1.1.6 |
2269 | 2024-11-09T00:02:23.894Z | Compiling parking_lot v0.11.2 |
2270 | 2024-11-09T00:02:32.492Z | Compiling strip-ansi-escapes v0.2.0 |
2271 | 2024-11-09T00:02:34.209Z | Compiling tabled_derive v0.7.0 |
2272 | 2024-11-09T00:02:35.022Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2273 | 2024-11-09T00:02:36.217Z | Compiling peg-macros v0.8.4 |
2274 | 2024-11-09T00:02:39.337Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2275 | 2024-11-09T00:02:39.723Z | Compiling snafu-derive v0.8.5 |
2276 | 2024-11-09T00:02:40.325Z | Compiling sqlparser_derive v0.2.2 |
2277 | 2024-11-09T00:02:41.345Z | Compiling unicode_categories v0.1.1 |
2278 | 2024-11-09T00:02:41.723Z | Compiling nu-ansi-term v0.50.1 |
2279 | 2024-11-09T00:02:42.941Z | Compiling lockfree-object-pool v0.1.6 |
2280 | 2024-11-09T00:02:43.269Z | Compiling simd-adler32 v0.3.7 |
2281 | 2024-11-09T00:02:44.070Z | Compiling bumpalo v3.16.0 |
2282 | 2024-11-09T00:02:44.579Z | Compiling home v0.5.9 |
2283 | 2024-11-09T00:02:44.625Z | Compiling zip v2.1.3 |
2284 | 2024-11-09T00:02:44.898Z | Compiling rustyline v14.0.0 |
2285 | 2024-11-09T00:02:44.993Z | Compiling zopfli v0.8.1 |
2286 | 2024-11-09T00:02:49.037Z | Compiling snafu v0.8.5 |
2287 | 2024-11-09T00:02:50.347Z | Compiling reedline v0.35.0 |
2288 | 2024-11-09T00:02:52.372Z | Compiling sqlformat v0.2.6 |
2289 | 2024-11-09T00:02:55.943Z | Compiling sqlparser v0.45.0 |
2290 | 2024-11-09T00:02:56.961Z | Compiling peg v0.8.4 |
2291 | 2024-11-09T00:02:57.119Z | Compiling tabled v0.15.0 |
2292 | 2024-11-09T00:02:58.160Z | Compiling sled v0.34.7 |
2293 | 2024-11-09T00:03:03.336Z | Compiling mime_guess v2.0.5 |
2294 | 2024-11-09T00:03:06.688Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2295 | 2024-11-09T00:03:08.676Z | Compiling hickory-client v0.24.1 |
2296 | 2024-11-09T00:03:10.276Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2297 | 2024-11-09T00:03:12.250Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2298 | 2024-11-09T00:03:12.964Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2299 | 2024-11-09T00:03:13.748Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2300 | 2024-11-09T00:03:18.523Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2301 | 2024-11-09T00:03:20.141Z | Compiling globset v0.4.15 |
2302 | 2024-11-09T00:03:20.869Z | Compiling hickory-server v0.24.1 |
2303 | 2024-11-09T00:03:22.585Z | Compiling primeorder v0.13.6 |
2304 | 2024-11-09T00:03:27.482Z | Compiling olpc-cjson v0.1.4 |
2305 | 2024-11-09T00:03:27.844Z | Compiling vergen v8.3.2 |
2306 | 2024-11-09T00:03:28.172Z | Compiling bcs v0.1.6 |
2307 | 2024-11-09T00:03:29.110Z | Compiling env_filter v0.1.2 |
2308 | 2024-11-09T00:03:30.691Z | Compiling cargo-platform v0.1.8 |
2309 | 2024-11-09T00:03:31.229Z | Compiling serde_plain v1.0.2 |
2310 | 2024-11-09T00:03:31.579Z | Compiling displaydoc v0.2.5 |
2311 | 2024-11-09T00:03:31.782Z | Compiling nanorand v0.7.0 |
2312 | 2024-11-09T00:03:32.495Z | Compiling memoffset v0.9.1 |
2313 | 2024-11-09T00:03:32.717Z | Compiling typed-path v0.9.3 |
2314 | 2024-11-09T00:03:32.978Z | Compiling flume v0.11.0 |
2315 | 2024-11-09T00:03:33.588Z | Compiling cargo_metadata v0.18.1 |
2316 | 2024-11-09T00:03:33.740Z | Compiling env_logger v0.11.5 |
2317 | 2024-11-09T00:03:35.307Z | Compiling tough v0.19.0 |
2318 | 2024-11-09T00:03:37.064Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2319 | 2024-11-09T00:03:39.778Z | Compiling p384 v0.13.0 |
2320 | 2024-11-09T00:03:46.385Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2321 | 2024-11-09T00:03:46.764Z | Compiling git2 v0.19.0 |
2322 | 2024-11-09T00:03:55.852Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2323 | 2024-11-09T00:03:56.623Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2324 | 2024-11-09T00:03:57.949Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2325 | 2024-11-09T00:04:00.532Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2326 | 2024-11-09T00:04:02.608Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2327 | 2024-11-09T00:04:04.102Z | Compiling rand_seeder v0.3.0 |
2328 | 2024-11-09T00:04:04.532Z | Compiling libsqlite3-sys v0.30.1 |
2329 | 2024-11-09T00:04:05.061Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2330 | 2024-11-09T00:04:05.402Z | Compiling parse-size v1.1.0 |
2331 | 2024-11-09T00:04:05.510Z | Compiling rustls v0.21.12 |
2332 | 2024-11-09T00:04:05.738Z | Compiling cfg_aliases v0.2.1 |
2333 | 2024-11-09T00:04:05.858Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2334 | 2024-11-09T00:04:05.876Z | Compiling nix v0.29.0 |
2335 | 2024-11-09T00:04:06.735Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2336 | 2024-11-09T00:04:07.357Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2337 | 2024-11-09T00:04:08.878Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2338 | 2024-11-09T00:04:08.950Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2339 | 2024-11-09T00:04:09.720Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2340 | 2024-11-09T00:04:10.054Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2341 | 2024-11-09T00:04:10.690Z | Compiling rustls-webpki v0.101.7 |
2342 | 2024-11-09T00:04:10.743Z | Compiling sct v0.7.1 |
2343 | 2024-11-09T00:04:11.204Z | Compiling castaway v0.2.3 |
2344 | 2024-11-09T00:04:11.404Z | Compiling csv-core v0.1.11 |
2345 | 2024-11-09T00:04:12.249Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2346 | 2024-11-09T00:04:12.587Z | Compiling glob v0.3.1 |
2347 | 2024-11-09T00:04:13.694Z | Compiling http-range v0.1.5 |
2348 | 2024-11-09T00:04:14.264Z | Compiling hyper-staticfile v0.10.1 |
2349 | 2024-11-09T00:04:14.291Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2350 | 2024-11-09T00:04:14.592Z | Compiling csv v1.3.0 |
2351 | 2024-11-09T00:04:16.686Z | Compiling compact_str v0.8.0 |
2352 | 2024-11-09T00:04:17.257Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2353 | 2024-11-09T00:04:19.381Z | Compiling nix v0.27.1 |
2354 | 2024-11-09T00:04:21.244Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2355 | 2024-11-09T00:04:22.263Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2356 | 2024-11-09T00:04:25.780Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2357 | 2024-11-09T00:04:29.506Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2358 | 2024-11-09T00:04:32.416Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2359 | 2024-11-09T00:04:33.423Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2360 | 2024-11-09T00:04:39.644Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2361 | 2024-11-09T00:04:39.736Z | Compiling unicode-truncate v1.1.0 |
2362 | 2024-11-09T00:04:39.825Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2363 | 2024-11-09T00:04:40.014Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2364 | 2024-11-09T00:04:40.033Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2365 | 2024-11-09T00:04:40.153Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2366 | 2024-11-09T00:04:40.331Z | Compiling tungstenite v0.23.0 |
2367 | 2024-11-09T00:04:42.861Z | Compiling hashlink v0.9.1 |
2368 | 2024-11-09T00:04:43.671Z | Compiling lru v0.12.5 |
2369 | 2024-11-09T00:04:43.714Z | Compiling instability v0.3.2 |
2370 | 2024-11-09T00:04:44.055Z | Compiling cassowary v0.3.0 |
2371 | 2024-11-09T00:04:44.717Z | Compiling fallible-streaming-iterator v0.1.9 |
2372 | 2024-11-09T00:04:45.018Z | Compiling fallible-iterator v0.3.0 |
2373 | 2024-11-09T00:04:45.863Z | Compiling rusqlite v0.32.1 |
2374 | 2024-11-09T00:04:45.898Z | Compiling ratatui v0.28.1 |
2375 | 2024-11-09T00:04:47.147Z | Compiling tokio-tungstenite v0.23.1 |
2376 | 2024-11-09T00:04:47.603Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2377 | 2024-11-09T00:04:51.307Z | Compiling tokio-rustls v0.24.1 |
2378 | 2024-11-09T00:04:51.788Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2379 | 2024-11-09T00:05:05.143Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2380 | 2024-11-09T00:05:05.158Z | Compiling rustls-pemfile v1.0.4 |
2381 | 2024-11-09T00:05:05.883Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2382 | 2024-11-09T00:05:06.217Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2383 | 2024-11-09T00:05:09.811Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2384 | 2024-11-09T00:05:10.010Z | Compiling signal-hook-tokio v0.3.1 |
2385 | 2024-11-09T00:05:10.258Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2386 | 2024-11-09T00:05:10.949Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2387 | 2024-11-09T00:05:12.778Z | Compiling twox-hash v1.6.3 |
2388 | 2024-11-09T00:05:13.805Z | Compiling is_ci v1.2.0 |
2389 | 2024-11-09T00:05:14.133Z | Compiling unicode-linebreak v0.1.5 |
2390 | 2024-11-09T00:05:14.263Z | Compiling smawk v0.3.2 |
2391 | 2024-11-09T00:05:14.524Z | Compiling textwrap v0.16.1 |
2392 | 2024-11-09T00:05:14.660Z | Compiling supports-color v3.0.1 |
2393 | 2024-11-09T00:05:18.088Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2394 | 2024-11-09T00:05:19.527Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2395 | 2024-11-09T00:05:25.762Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2396 | 2024-11-09T00:05:25.997Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2397 | 2024-11-09T00:05:29.406Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2398 | 2024-11-09T00:05:30.804Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2399 | 2024-11-09T00:05:42.502Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2400 | 2024-11-09T00:05:43.074Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2401 | 2024-11-09T00:05:49.578Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2402 | 2024-11-09T00:05:49.910Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2403 | 2024-11-09T00:05:50.125Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2404 | 2024-11-09T00:05:56.525Z | Compiling fatfs v0.3.6 |
2405 | 2024-11-09T00:05:59.300Z | Compiling rtoolbox v0.0.2 |
2406 | 2024-11-09T00:05:59.330Z | Compiling assert_matches v1.5.0 |
2407 | 2024-11-09T00:05:59.729Z | Compiling rpassword v7.3.1 |
2408 | 2024-11-09T00:06:00.191Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2409 | 2024-11-09T00:06:04.620Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2410 | 2024-11-09T00:06:10.663Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2411 | 2024-11-09T00:06:16.655Z | Compiling tui-tree-widget v0.22.0 |
2412 | 2024-11-09T00:06:17.127Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2413 | 2024-11-09T00:06:17.630Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2414 | 2024-11-09T00:06:31.124Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2415 | 2024-11-09T00:06:31.166Z | Compiling uzers v0.12.1 |
2416 | 2024-11-09T00:06:31.445Z | Compiling shell-words v1.1.0 |
2417 | 2024-11-09T00:06:31.951Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2418 | 2024-11-09T00:06:33.889Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2419 | 2024-11-09T00:06:34.243Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2420 | 2024-11-09T00:07:01.840Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2421 | 2024-11-09T00:07:05.605Z | Compiling multimap v0.10.0 |
2422 | 2024-11-09T00:09:07.978Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2423 | 2024-11-09T00:09:15.341Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2424 | 2024-11-09T00:17:53.506Z | Finished `release` profile [optimized] target(s) in 17m 57s |
2425 | 2024-11-09T00:18:53.017Z | |
2426 | 2024-11-09T00:18:53.017Z | real 18:57.999276785 |
2427 | 2024-11-09T00:18:53.017Z | user 2:03:02.164750228 |
2428 | 2024-11-09T00:18:53.017Z | sys 5:46.034822400 |
2429 | 2024-11-09T00:18:53.017Z | trap 2.815950514 |
2430 | 2024-11-09T00:18:53.020Z | tflt 3.128379167 |
2431 | 2024-11-09T00:18:53.020Z | dflt 6.861967287 |
2432 | 2024-11-09T00:18:53.020Z | kflt 0.014947496 |
2433 | 2024-11-09T00:18:53.020Z | lock 7:24:09.754490700 |
2434 | 2024-11-09T00:18:53.020Z | slp 6:10:20.310454308 |
2435 | 2024-11-09T00:18:53.020Z | lat 2:53.150182441 |
2436 | 2024-11-09T00:18:53.020Z | stop 2:30.645370548 |
2437 | 2024-11-09T00:18:53.020Z | + mapfile -t packages |
2438 | 2024-11-09T00:18:53.020Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2439 | 2024-11-09T00:18:53.971Z | Finished `release` profile [optimized] target(s) in 0.90s |
2440 | 2024-11-09T00:18:54.029Z | Running `target/release/omicron-package -t test list-outputs` |
2441 | 2024-11-09T00:18:54.071Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2442 | 2024-11-09T00:18:54.073Z | + ptime -m cargo build --locked --release -p xtask |
2443 | 2024-11-09T00:18:54.626Z | Compiling serde v1.0.210 |
2444 | 2024-11-09T00:18:54.629Z | Compiling serde_json v1.0.128 |
2445 | 2024-11-09T00:18:54.629Z | Compiling rustix v0.38.37 |
2446 | 2024-11-09T00:18:54.629Z | Compiling libc v0.2.161 |
2447 | 2024-11-09T00:18:54.714Z | Compiling syn v2.0.79 |
2448 | 2024-11-09T00:18:54.736Z | Compiling bitflags v2.6.0 |
2449 | 2024-11-09T00:18:55.053Z | Compiling usdt-impl v0.5.0 |
2450 | 2024-11-09T00:18:55.212Z | Compiling syn v1.0.109 |
2451 | 2024-11-09T00:18:55.228Z | Compiling log v0.4.22 |
2452 | 2024-11-09T00:18:55.228Z | Compiling hashbrown v0.15.0 |
2453 | 2024-11-09T00:18:55.528Z | Compiling fs-err v2.11.0 |
2454 | 2024-11-09T00:18:55.846Z | Compiling once_cell v1.20.2 |
2455 | 2024-11-09T00:18:56.105Z | Compiling thread-id v4.2.2 |
2456 | 2024-11-09T00:18:56.226Z | Compiling anyhow v1.0.92 |
2457 | 2024-11-09T00:18:56.644Z | Compiling indexmap v2.6.0 |
2458 | 2024-11-09T00:18:57.369Z | Compiling terminal_size v0.4.0 |
2459 | 2024-11-09T00:18:57.574Z | Compiling clap_builder v4.5.20 |
2460 | 2024-11-09T00:18:58.341Z | Compiling tempfile v3.13.0 |
2461 | 2024-11-09T00:18:58.893Z | Compiling proc-macro-error v1.0.4 |
2462 | 2024-11-09T00:18:59.883Z | Compiling tabled_derive v0.7.0 |
2463 | 2024-11-09T00:19:01.185Z | Compiling tabled v0.15.0 |
2464 | 2024-11-09T00:19:01.791Z | Compiling serde_derive v1.0.210 |
2465 | 2024-11-09T00:19:01.791Z | Compiling thiserror-impl v1.0.64 |
2466 | 2024-11-09T00:19:03.936Z | Compiling zerocopy-derive v0.7.35 |
2467 | 2024-11-09T00:19:04.488Z | Compiling thiserror v1.0.64 |
2468 | 2024-11-09T00:19:04.638Z | Compiling pest v2.7.14 |
2469 | 2024-11-09T00:19:06.008Z | Compiling zerocopy v0.7.35 |
2470 | 2024-11-09T00:19:07.635Z | Compiling pest_meta v2.7.14 |
2471 | 2024-11-09T00:19:07.679Z | Compiling scroll_derive v0.12.0 |
2472 | 2024-11-09T00:19:09.090Z | Compiling pest_generator v2.7.14 |
2473 | 2024-11-09T00:19:11.041Z | Compiling scroll v0.12.0 |
2474 | 2024-11-09T00:19:11.446Z | Compiling pest_derive v2.7.14 |
2475 | 2024-11-09T00:19:11.697Z | Compiling goblin v0.8.2 |
2476 | 2024-11-09T00:19:11.718Z | Compiling clap_derive v4.5.18 |
2477 | 2024-11-09T00:19:12.203Z | Compiling dtrace-parser v0.2.0 |
2478 | 2024-11-09T00:19:15.873Z | Compiling toml_datetime v0.6.8 |
2479 | 2024-11-09T00:19:16.594Z | Compiling serde_spanned v0.6.8 |
2480 | 2024-11-09T00:19:17.065Z | Compiling serde_tokenstream v0.2.2 |
2481 | 2024-11-09T00:19:17.626Z | Compiling toml_edit v0.22.22 |
2482 | 2024-11-09T00:19:19.027Z | Compiling dof v0.3.0 |
2483 | 2024-11-09T00:19:21.249Z | Compiling camino v1.1.9 |
2484 | 2024-11-09T00:19:21.387Z | Compiling usdt-attr-macro v0.5.0 |
2485 | 2024-11-09T00:19:21.401Z | Compiling usdt-macro v0.5.0 |
2486 | 2024-11-09T00:19:22.556Z | Compiling toml v0.8.19 |
2487 | 2024-11-09T00:19:22.669Z | Compiling semver v1.0.23 |
2488 | 2024-11-09T00:19:24.127Z | Compiling cargo-platform v0.1.8 |
2489 | 2024-11-09T00:19:25.223Z | Compiling cargo_metadata v0.18.1 |
2490 | 2024-11-09T00:19:25.299Z | Compiling cargo_toml v0.20.5 |
2491 | 2024-11-09T00:19:27.478Z | Compiling usdt v0.5.0 |
2492 | 2024-11-09T00:19:28.708Z | Compiling camino-tempfile v1.1.1 |
2493 | 2024-11-09T00:19:28.883Z | Compiling clap v4.5.20 |
2494 | 2024-11-09T00:19:29.019Z | Compiling macaddr v1.0.1 |
2495 | 2024-11-09T00:19:38.181Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2496 | 2024-11-09T00:19:49.312Z | Finished `release` profile [optimized] target(s) in 55.17s |
2497 | 2024-11-09T00:19:49.412Z | |
2498 | 2024-11-09T00:19:49.415Z | real 55.303616649 |
2499 | 2024-11-09T00:19:49.415Z | user 5:34.084016523 |
2500 | 2024-11-09T00:19:49.415Z | sys 28.459407865 |
2501 | 2024-11-09T00:19:49.415Z | trap 0.144158278 |
2502 | 2024-11-09T00:19:49.415Z | tflt 0.367218766 |
2503 | 2024-11-09T00:19:49.415Z | dflt 0.627865875 |
2504 | 2024-11-09T00:19:49.415Z | kflt 0.011796990 |
2505 | 2024-11-09T00:19:49.415Z | lock 10:22.210034546 |
2506 | 2024-11-09T00:19:49.415Z | slp 15:57.164044861 |
2507 | 2024-11-09T00:19:49.415Z | lat 9.635822644 |
2508 | 2024-11-09T00:19:49.415Z | stop 12.839344056 |
2509 | 2024-11-09T00:19:49.415Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2510 | 2024-11-09T00:19:49.415Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2511 | 2024-11-09T00:19:49.415Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2512 | 2024-11-09T00:19:49.415Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2513 | 2024-11-09T00:19:49.415Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2514 | 2024-11-09T00:19:50.242Z | Compiling hashbrown v0.14.5 |
2515 | 2024-11-09T00:19:50.364Z | Compiling unsafe-libyaml v0.2.11 |
2516 | 2024-11-09T00:19:50.374Z | Compiling progenitor-client v0.8.0 |
2517 | 2024-11-09T00:19:50.378Z | Compiling ident_case v1.0.1 |
2518 | 2024-11-09T00:19:50.378Z | Compiling ipnetwork v0.20.0 |
2519 | 2024-11-09T00:19:50.384Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2520 | 2024-11-09T00:19:50.387Z | Compiling instant v0.1.13 |
2521 | 2024-11-09T00:19:50.397Z | Compiling structmeta-derive v0.3.0 |
2522 | 2024-11-09T00:19:50.537Z | Compiling darling_core v0.20.10 |
2523 | 2024-11-09T00:19:50.558Z | Compiling newtype-uuid v1.1.2 |
2524 | 2024-11-09T00:19:50.808Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2525 | 2024-11-09T00:19:50.860Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2526 | 2024-11-09T00:19:51.197Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2527 | 2024-11-09T00:19:51.242Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2528 | 2024-11-09T00:19:51.550Z | Compiling regress v0.10.1 |
2529 | 2024-11-09T00:19:51.577Z | Compiling regress v0.9.1 |
2530 | 2024-11-09T00:19:51.615Z | Compiling serde_yaml v0.9.34+deprecated |
2531 | 2024-11-09T00:19:51.635Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2532 | 2024-11-09T00:19:51.804Z | Compiling backoff v0.4.0 |
2533 | 2024-11-09T00:19:52.013Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2534 | 2024-11-09T00:19:52.158Z | Compiling macaddr v1.0.1 |
2535 | 2024-11-09T00:19:52.185Z | Compiling tempfile v3.13.0 |
2536 | 2024-11-09T00:19:52.185Z | Compiling proc-macro-crate v1.3.1 |
2537 | 2024-11-09T00:19:52.595Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2538 | 2024-11-09T00:19:52.997Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2539 | 2024-11-09T00:19:53.035Z | Compiling foreign-types-macros v0.2.3 |
2540 | 2024-11-09T00:19:53.052Z | Compiling structmeta v0.3.0 |
2541 | 2024-11-09T00:19:53.183Z | Compiling num_enum_derive v0.5.11 |
2542 | 2024-11-09T00:19:53.316Z | Compiling foreign-types-shared v0.3.1 |
2543 | 2024-11-09T00:19:53.437Z | Compiling heapless v0.8.0 |
2544 | 2024-11-09T00:19:53.456Z | Compiling parse-display-derive v0.10.0 |
2545 | 2024-11-09T00:19:54.303Z | Compiling foreign-types v0.5.0 |
2546 | 2024-11-09T00:19:54.426Z | Compiling proc-macro-error v1.0.4 |
2547 | 2024-11-09T00:19:54.722Z | Compiling camino-tempfile v1.1.1 |
2548 | 2024-11-09T00:19:55.092Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2549 | 2024-11-09T00:19:55.169Z | Compiling hash32 v0.3.1 |
2550 | 2024-11-09T00:19:55.422Z | Compiling typify-impl v0.2.0 |
2551 | 2024-11-09T00:19:55.582Z | Compiling cstr-argument v0.1.2 |
2552 | 2024-11-09T00:19:55.656Z | Compiling num_enum v0.5.11 |
2553 | 2024-11-09T00:19:55.825Z | Compiling crucible-workspace-hack v0.1.0 |
2554 | 2024-11-09T00:19:55.861Z | Compiling smoltcp v0.11.0 |
2555 | 2024-11-09T00:19:55.910Z | Compiling pretty-hex v0.2.1 |
2556 | 2024-11-09T00:19:56.093Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2557 | 2024-11-09T00:19:56.136Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2558 | 2024-11-09T00:19:56.313Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2559 | 2024-11-09T00:19:56.519Z | Compiling tabwriter v1.4.0 |
2560 | 2024-11-09T00:19:56.563Z | Compiling colored v2.1.0 |
2561 | 2024-11-09T00:19:56.610Z | Compiling cobs v0.2.3 |
2562 | 2024-11-09T00:19:56.826Z | Compiling darling_macro v0.20.10 |
2563 | 2024-11-09T00:19:56.902Z | Compiling postcard v1.0.10 |
2564 | 2024-11-09T00:19:56.990Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2565 | 2024-11-09T00:19:57.027Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2566 | 2024-11-09T00:19:57.206Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2567 | 2024-11-09T00:19:57.273Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2568 | 2024-11-09T00:19:57.377Z | Compiling smf v0.2.3 |
2569 | 2024-11-09T00:19:57.545Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2570 | 2024-11-09T00:19:57.736Z | Compiling darling v0.20.10 |
2571 | 2024-11-09T00:19:57.772Z | Compiling parse-display v0.10.0 |
2572 | 2024-11-09T00:19:57.860Z | Compiling serde_with_macros v3.11.0 |
2573 | 2024-11-09T00:19:57.878Z | Compiling zone_cfg_derive v0.3.0 |
2574 | 2024-11-09T00:19:58.039Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2575 | 2024-11-09T00:19:58.447Z | Compiling num-derive v0.4.2 |
2576 | 2024-11-09T00:19:58.533Z | Compiling sigpipe v0.1.3 |
2577 | 2024-11-09T00:19:58.650Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2578 | 2024-11-09T00:19:58.667Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2579 | 2024-11-09T00:19:59.033Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2580 | 2024-11-09T00:19:59.344Z | Compiling zone v0.3.0 |
2581 | 2024-11-09T00:19:59.518Z | Compiling universal-hash v0.5.1 |
2582 | 2024-11-09T00:19:59.732Z | Compiling opaque-debug v0.3.1 |
2583 | 2024-11-09T00:19:59.773Z | Compiling num-rational v0.4.2 |
2584 | 2024-11-09T00:19:59.838Z | Compiling password-hash v0.5.0 |
2585 | 2024-11-09T00:20:00.614Z | Compiling serde_with v3.11.0 |
2586 | 2024-11-09T00:20:00.785Z | Compiling num-complex v0.4.6 |
2587 | 2024-11-09T00:20:00.787Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2588 | 2024-11-09T00:20:00.845Z | Compiling blake2 v0.10.6 |
2589 | 2024-11-09T00:20:01.413Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2590 | 2024-11-09T00:20:01.552Z | Compiling aead v0.5.2 |
2591 | 2024-11-09T00:20:01.704Z | Compiling convert_case v0.4.0 |
2592 | 2024-11-09T00:20:01.909Z | Compiling keccak v0.1.5 |
2593 | 2024-11-09T00:20:01.931Z | Compiling num v0.4.3 |
2594 | 2024-11-09T00:20:02.039Z | Compiling argon2 v0.5.3 |
2595 | 2024-11-09T00:20:02.180Z | Compiling poly1305 v0.8.0 |
2596 | 2024-11-09T00:20:02.402Z | Compiling sha3 v0.10.8 |
2597 | 2024-11-09T00:20:02.635Z | Compiling derive_more v0.99.18 |
2598 | 2024-11-09T00:20:03.282Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2599 | 2024-11-09T00:20:03.418Z | Compiling tungstenite v0.21.0 |
2600 | 2024-11-09T00:20:03.484Z | Compiling chacha20 v0.9.1 |
2601 | 2024-11-09T00:20:03.891Z | Compiling float-ord v0.3.2 |
2602 | 2024-11-09T00:20:04.001Z | Compiling base64 v0.21.7 |
2603 | 2024-11-09T00:20:04.084Z | Compiling semver v0.1.20 |
2604 | 2024-11-09T00:20:04.617Z | Compiling tokio-tungstenite v0.21.0 |
2605 | 2024-11-09T00:20:04.747Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2606 | 2024-11-09T00:20:04.750Z | Compiling same-file v1.0.6 |
2607 | 2024-11-09T00:20:04.808Z | Compiling rustc_version v0.1.7 |
2608 | 2024-11-09T00:20:05.063Z | Compiling walkdir v2.5.0 |
2609 | 2024-11-09T00:20:05.172Z | Compiling newline-converter v0.3.0 |
2610 | 2024-11-09T00:20:05.175Z | Compiling primeorder v0.13.6 |
2611 | 2024-11-09T00:20:05.280Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2612 | 2024-11-09T00:20:05.347Z | Compiling secrecy v0.8.0 |
2613 | 2024-11-09T00:20:05.544Z | Compiling cancel-safe-futures v0.1.5 |
2614 | 2024-11-09T00:20:05.562Z | Compiling owo-colors v4.1.0 |
2615 | 2024-11-09T00:20:05.624Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2616 | 2024-11-09T00:20:05.700Z | Compiling expectorate v1.1.0 |
2617 | 2024-11-09T00:20:05.774Z | Compiling newtype_derive v0.1.6 |
2618 | 2024-11-09T00:20:05.875Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2619 | 2024-11-09T00:20:05.896Z | Compiling thiserror-impl-no-std v2.0.2 |
2620 | 2024-11-09T00:20:05.939Z | Compiling ring v0.16.20 |
2621 | 2024-11-09T00:20:06.070Z | Compiling blake3 v1.5.4 |
2622 | 2024-11-09T00:20:06.190Z | Compiling unicase v2.7.0 |
2623 | 2024-11-09T00:20:06.452Z | Compiling half v2.4.1 |
2624 | 2024-11-09T00:20:06.512Z | Compiling arc-swap v1.7.1 |
2625 | 2024-11-09T00:20:06.567Z | Compiling ciborium-io v0.2.2 |
2626 | 2024-11-09T00:20:06.910Z | Compiling ciborium-ll v0.2.2 |
2627 | 2024-11-09T00:20:06.997Z | Compiling slog-scope v4.4.0 |
2628 | 2024-11-09T00:20:07.106Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2629 | 2024-11-09T00:20:07.416Z | Compiling polyval v0.6.2 |
2630 | 2024-11-09T00:20:07.483Z | Compiling atomicwrites v0.4.4 |
2631 | 2024-11-09T00:20:07.838Z | Compiling libsw v3.3.1 |
2632 | 2024-11-09T00:20:07.855Z | Compiling memmap2 v0.9.5 |
2633 | 2024-11-09T00:20:07.964Z | Compiling arrayref v0.3.9 |
2634 | 2024-11-09T00:20:08.075Z | Compiling spin v0.5.2 |
2635 | 2024-11-09T00:20:08.147Z | Compiling constant_time_eq v0.3.1 |
2636 | 2024-11-09T00:20:08.319Z | Compiling indent_write v2.2.0 |
2637 | 2024-11-09T00:20:08.345Z | Compiling arrayvec v0.7.6 |
2638 | 2024-11-09T00:20:08.345Z | Compiling linear-map v1.2.0 |
2639 | 2024-11-09T00:20:08.541Z | Compiling salty v0.3.0 |
2640 | 2024-11-09T00:20:08.722Z | Compiling libefi-sys v0.1.0 |
2641 | 2024-11-09T00:20:08.761Z | Compiling parking_lot_core v0.8.6 |
2642 | 2024-11-09T00:20:08.840Z | Compiling thiserror-no-std v2.0.2 |
2643 | 2024-11-09T00:20:08.979Z | Compiling vsss-rs v3.3.4 |
2644 | 2024-11-09T00:20:09.066Z | Compiling ghash v0.5.1 |
2645 | 2024-11-09T00:20:09.313Z | Compiling slog-stdlog v4.1.1 |
2646 | 2024-11-09T00:20:09.414Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2647 | 2024-11-09T00:20:09.670Z | Compiling ciborium v0.2.2 |
2648 | 2024-11-09T00:20:10.075Z | Compiling p384 v0.13.0 |
2649 | 2024-11-09T00:20:10.095Z | Compiling toolchain_find v0.4.0 |
2650 | 2024-11-09T00:20:10.174Z | Compiling chacha20poly1305 v0.10.1 |
2651 | 2024-11-09T00:20:10.425Z | Compiling lzma-sys v0.1.20 |
2652 | 2024-11-09T00:20:10.752Z | Compiling ctr v0.9.2 |
2653 | 2024-11-09T00:20:11.122Z | Compiling itertools v0.13.0 |
2654 | 2024-11-09T00:20:11.172Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2655 | 2024-11-09T00:20:11.220Z | Compiling bitfield-struct v0.6.2 |
2656 | 2024-11-09T00:20:11.588Z | Compiling slog-dtrace v0.3.0 |
2657 | 2024-11-09T00:20:11.606Z | Compiling highway v1.2.0 |
2658 | 2024-11-09T00:20:11.912Z | Compiling topological-sort v0.2.2 |
2659 | 2024-11-09T00:20:11.967Z | Compiling typify-macro v0.2.0 |
2660 | 2024-11-09T00:20:12.154Z | Compiling omicron-zone-package v0.11.1 |
2661 | 2024-11-09T00:20:12.637Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2662 | 2024-11-09T00:20:12.661Z | Compiling aes-gcm v0.10.3 |
2663 | 2024-11-09T00:20:12.958Z | Compiling rustfmt-wrapper v0.2.1 |
2664 | 2024-11-09T00:20:13.203Z | Compiling mime_guess v2.0.5 |
2665 | 2024-11-09T00:20:13.344Z | Compiling slog-envlogger v2.2.0 |
2666 | 2024-11-09T00:20:13.399Z | Compiling steno v0.4.1 |
2667 | 2024-11-09T00:20:14.126Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2668 | 2024-11-09T00:20:14.187Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2669 | 2024-11-09T00:20:14.343Z | Compiling heck v0.3.3 |
2670 | 2024-11-09T00:20:14.487Z | Compiling ssh-encoding v0.2.0 |
2671 | 2024-11-09T00:20:14.773Z | Compiling blowfish v0.9.1 |
2672 | 2024-11-09T00:20:14.791Z | Compiling nibble_vec v0.1.0 |
2673 | 2024-11-09T00:20:14.975Z | Compiling env_filter v0.1.2 |
2674 | 2024-11-09T00:20:14.994Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2675 | 2024-11-09T00:20:15.015Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2676 | 2024-11-09T00:20:15.122Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2677 | 2024-11-09T00:20:15.222Z | Compiling endian-type v0.1.2 |
2678 | 2024-11-09T00:20:15.307Z | Compiling humantime v2.1.0 |
2679 | 2024-11-09T00:20:15.353Z | Compiling env_logger v0.11.5 |
2680 | 2024-11-09T00:20:15.432Z | Compiling radix_trie v0.2.1 |
2681 | 2024-11-09T00:20:15.456Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2682 | 2024-11-09T00:20:15.637Z | Compiling bcrypt-pbkdf v0.10.0 |
2683 | 2024-11-09T00:20:15.832Z | Compiling ssh-cipher v0.2.0 |
2684 | 2024-11-09T00:20:16.039Z | Compiling zone_cfg_derive v0.1.2 |
2685 | 2024-11-09T00:20:16.125Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2686 | 2024-11-09T00:20:16.164Z | Compiling typify v0.2.0 |
2687 | 2024-11-09T00:20:16.313Z | Compiling progenitor-impl v0.8.0 |
2688 | 2024-11-09T00:20:16.359Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2689 | 2024-11-09T00:20:16.740Z | Compiling parking_lot v0.11.2 |
2690 | 2024-11-09T00:20:17.061Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2691 | 2024-11-09T00:20:17.434Z | Compiling password-hash v0.4.2 |
2692 | 2024-11-09T00:20:17.451Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2693 | 2024-11-09T00:20:17.477Z | Compiling gethostname v0.5.0 |
2694 | 2024-11-09T00:20:17.547Z | Compiling fxhash v0.2.1 |
2695 | 2024-11-09T00:20:17.625Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2696 | 2024-11-09T00:20:17.901Z | Compiling matches v0.1.10 |
2697 | 2024-11-09T00:20:17.906Z | Compiling base64 v0.13.1 |
2698 | 2024-11-09T00:20:17.906Z | Compiling idna v0.2.3 |
2699 | 2024-11-09T00:20:17.947Z | Compiling pbkdf2 v0.11.0 |
2700 | 2024-11-09T00:20:18.081Z | Compiling sled v0.34.7 |
2701 | 2024-11-09T00:20:18.105Z | Compiling zone v0.1.8 |
2702 | 2024-11-09T00:20:18.304Z | Compiling ron v0.7.1 |
2703 | 2024-11-09T00:20:18.322Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2704 | 2024-11-09T00:20:18.347Z | Compiling xz2 v0.1.7 |
2705 | 2024-11-09T00:20:18.859Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2706 | 2024-11-09T00:20:19.390Z | Compiling ssh-key v0.6.6 |
2707 | 2024-11-09T00:20:19.682Z | Compiling hickory-client v0.24.1 |
2708 | 2024-11-09T00:20:20.565Z | Compiling p256 v0.13.2 |
2709 | 2024-11-09T00:20:20.583Z | Compiling p521 v0.13.3 |
2710 | 2024-11-09T00:20:20.586Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2711 | 2024-11-09T00:20:21.096Z | Compiling hickory-server v0.24.1 |
2712 | 2024-11-09T00:20:21.383Z | Compiling enum-as-inner v0.5.1 |
2713 | 2024-11-09T00:20:21.718Z | Compiling pem v3.0.4 |
2714 | 2024-11-09T00:20:22.417Z | Compiling yasna v0.5.2 |
2715 | 2024-11-09T00:20:22.495Z | Compiling headers-core v0.3.0 |
2716 | 2024-11-09T00:20:22.667Z | Compiling kstat-rs v0.2.4 |
2717 | 2024-11-09T00:20:22.940Z | Compiling nanorand v0.7.0 |
2718 | 2024-11-09T00:20:23.328Z | Compiling atty v0.2.14 |
2719 | 2024-11-09T00:20:23.480Z | Compiling russh-cryptovec v0.7.3 |
2720 | 2024-11-09T00:20:23.518Z | Compiling http-range v0.1.5 |
2721 | 2024-11-09T00:20:23.811Z | Compiling md5 v0.7.0 |
2722 | 2024-11-09T00:20:23.860Z | Compiling hyper-staticfile v0.10.1 |
2723 | 2024-11-09T00:20:23.884Z | Compiling rcgen v0.12.1 |
2724 | 2024-11-09T00:20:23.955Z | Compiling progenitor-macro v0.8.0 |
2725 | 2024-11-09T00:20:24.042Z | Compiling flume v0.11.0 |
2726 | 2024-11-09T00:20:24.104Z | Compiling russh-keys v0.45.0 |
2727 | 2024-11-09T00:20:24.337Z | Compiling headers v0.4.0 |
2728 | 2024-11-09T00:20:24.755Z | Compiling trust-dns-proto v0.22.0 |
2729 | 2024-11-09T00:20:25.043Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2730 | 2024-11-09T00:20:26.242Z | Compiling num-bigint v0.4.6 |
2731 | 2024-11-09T00:20:26.294Z | Compiling des v0.8.1 |
2732 | 2024-11-09T00:20:26.649Z | Compiling subprocess v0.2.9 |
2733 | 2024-11-09T00:20:28.000Z | Compiling display-error-chain v0.2.2 |
2734 | 2024-11-09T00:20:28.195Z | Compiling hex-literal v0.4.1 |
2735 | 2024-11-09T00:20:28.218Z | Compiling dhcproto-macros v0.1.0 |
2736 | 2024-11-09T00:20:28.354Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2737 | 2024-11-09T00:20:28.498Z | Compiling internet-checksum v0.2.1 |
2738 | 2024-11-09T00:20:29.193Z | Compiling dhcproto v0.12.0 |
2739 | 2024-11-09T00:20:29.382Z | Compiling russh v0.45.0 |
2740 | 2024-11-09T00:20:34.148Z | Compiling progenitor v0.8.0 |
2741 | 2024-11-09T00:20:34.278Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2742 | 2024-11-09T00:20:34.280Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2743 | 2024-11-09T00:20:34.280Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2744 | 2024-11-09T00:20:34.280Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2745 | 2024-11-09T00:20:34.338Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2746 | 2024-11-09T00:20:34.392Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2747 | 2024-11-09T00:20:34.410Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2748 | 2024-11-09T00:20:35.161Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2749 | 2024-11-09T00:20:35.809Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2750 | 2024-11-09T00:20:35.917Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2751 | 2024-11-09T00:20:39.503Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2752 | 2024-11-09T00:20:40.759Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2753 | 2024-11-09T00:20:49.306Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2754 | 2024-11-09T00:20:49.306Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2755 | 2024-11-09T00:20:49.309Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2756 | 2024-11-09T00:20:49.309Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2757 | 2024-11-09T00:20:52.379Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2758 | 2024-11-09T00:20:52.514Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2759 | 2024-11-09T00:20:53.365Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2760 | 2024-11-09T00:20:53.440Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2761 | 2024-11-09T00:20:53.774Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2762 | 2024-11-09T00:20:56.584Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2763 | 2024-11-09T00:20:57.307Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2764 | 2024-11-09T00:20:57.326Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2765 | 2024-11-09T00:20:58.110Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2766 | 2024-11-09T00:20:58.302Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2767 | 2024-11-09T00:20:58.799Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2768 | 2024-11-09T00:20:59.715Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2769 | 2024-11-09T00:21:00.625Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2770 | 2024-11-09T00:21:01.004Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2771 | 2024-11-09T00:21:02.346Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2772 | 2024-11-09T00:21:03.173Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2773 | 2024-11-09T00:21:03.621Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2774 | 2024-11-09T00:21:04.324Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2775 | 2024-11-09T00:21:06.439Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2776 | 2024-11-09T00:21:08.348Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2777 | 2024-11-09T00:21:08.372Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2778 | 2024-11-09T00:21:10.145Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2779 | 2024-11-09T00:21:11.002Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2780 | 2024-11-09T00:21:12.026Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2781 | 2024-11-09T00:21:15.728Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2782 | 2024-11-09T00:21:24.381Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2783 | 2024-11-09T00:21:25.790Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2784 | 2024-11-09T00:22:19.304Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2785 | 2024-11-09T00:22:49.584Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 00s |
2786 | 2024-11-09T00:22:49.784Z | |
2787 | 2024-11-09T00:22:49.784Z | real 3:00.292070069 |
2788 | 2024-11-09T00:22:49.784Z | user 11:39.079172134 |
2789 | 2024-11-09T00:22:49.784Z | sys 2:17.476709941 |
2790 | 2024-11-09T00:22:49.784Z | trap 0.287635802 |
2791 | 2024-11-09T00:22:49.784Z | tflt 0.628937285 |
2792 | 2024-11-09T00:22:49.784Z | dflt 1.860986844 |
2793 | 2024-11-09T00:22:49.787Z | kflt 0.000010116 |
2794 | 2024-11-09T00:22:49.787Z | lock 24:27.002534873 |
2795 | 2024-11-09T00:22:49.787Z | slp 40:58.766783457 |
2796 | 2024-11-09T00:22:49.787Z | lat 32.569597438 |
2797 | 2024-11-09T00:22:49.787Z | stop 1:12.469733723 |
2798 | 2024-11-09T00:22:49.787Z | + mkdir tests |
2799 | 2024-11-09T00:22:49.789Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2800 | 2024-11-09T00:22:49.789Z | + xargs -I '{}' -t cp '{}' tests/ |
2801 | 2024-11-09T00:22:51.189Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-451c02fa2350439a tests/ |
2802 | 2024-11-09T00:22:51.209Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-9e2ed77c26679cd2 tests/ |
2803 | 2024-11-09T00:22:51.228Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-0b5b1d29cc8b3404 tests/ |
2804 | 2024-11-09T00:22:51.248Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-3fb33a5e9b7e09c0 tests/ |
2805 | 2024-11-09T00:22:51.450Z | + 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/*) |
2806 | 2024-11-09T00:22:51.453Z | + 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-9e2ed77c26679cd2 tests/commtest-0b5b1d29cc8b3404 tests/dhcp_server-451c02fa2350439a tests/end_to_end_tests-3fb33a5e9b7e09c0 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 |
2807 | 2024-11-09T00:23:58.985Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2808 | 2024-11-09T00:23:58.985Z | a .github/buildomat/ci-env.sh 1K |
2809 | 2024-11-09T00:23:58.985Z | a out/target/test 1K |
2810 | 2024-11-09T00:23:58.985Z | a out/npuzone/npuzone 23144K |
2811 | 2024-11-09T00:23:58.985Z | a package-manifest.toml 32K |
2812 | 2024-11-09T00:23:58.985Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2813 | 2024-11-09T00:23:58.985Z | a target/release/omicron-package 35615K |
2814 | 2024-11-09T00:23:58.985Z | a target/release/xtask 11746K |
2815 | 2024-11-09T00:23:58.985Z | a target/debug/bootstrap 201327K |
2816 | 2024-11-09T00:23:58.985Z | a tests/bootstrap-9e2ed77c26679cd2 23991K |
2817 | 2024-11-09T00:23:58.985Z | a tests/commtest-0b5b1d29cc8b3404 24191K |
2818 | 2024-11-09T00:23:58.985Z | a tests/dhcp_server-451c02fa2350439a 23991K |
2819 | 2024-11-09T00:23:58.985Z | a tests/end_to_end_tests-3fb33a5e9b7e09c0 218775K |
2820 | 2024-11-09T00:23:58.985Z | a out/clickhouse.tar.gz 249692K |
2821 | 2024-11-09T00:23:58.985Z | a out/clickhouse_keeper.tar.gz 249679K |
2822 | 2024-11-09T00:23:58.985Z | a out/clickhouse_server.tar.gz 249680K |
2823 | 2024-11-09T00:23:58.985Z | a out/cockroachdb.tar.gz 133974K |
2824 | 2024-11-09T00:23:58.985Z | a out/crucible-dtrace.tar 83K |
2825 | 2024-11-09T00:23:58.985Z | a out/crucible-pantry-zone.tar.gz 28171K |
2826 | 2024-11-09T00:23:58.985Z | a out/crucible-zone.tar.gz 36373K |
2827 | 2024-11-09T00:23:58.985Z | a out/external-dns.tar.gz 34778K |
2828 | 2024-11-09T00:23:58.985Z | a out/internal-dns.tar.gz 34777K |
2829 | 2024-11-09T00:23:58.985Z | a out/mg-ddm-gz.tar 62661K |
2830 | 2024-11-09T00:23:58.986Z | a out/nexus.tar.gz 99603K |
2831 | 2024-11-09T00:23:58.986Z | a out/ntp.tar.gz 10350K |
2832 | 2024-11-09T00:23:58.986Z | a out/omicron-gateway-softnpu.tar.gz 23175K |
2833 | 2024-11-09T00:23:58.986Z | a out/omicron-sled-agent.tar 110764K |
2834 | 2024-11-09T00:23:58.986Z | a out/overlay.tar.gz 3K |
2835 | 2024-11-09T00:23:58.986Z | a out/oximeter.tar.gz 50316K |
2836 | 2024-11-09T00:23:58.986Z | a out/oxlog.tar 3072K |
2837 | 2024-11-09T00:23:58.986Z | a out/probe.tar.gz 2764K |
2838 | 2024-11-09T00:23:58.986Z | a out/propolis-server.tar.gz 66584K |
2839 | 2024-11-09T00:23:58.986Z | a out/pumpkind-gz.tar 26665K |
2840 | 2024-11-09T00:23:58.986Z | a out/switch-softnpu.tar.gz 232088K |
2841 | 2024-11-09T00:23:58.991Z | |
2842 | 2024-11-09T00:23:58.991Z | real 1:07.517606133 |
2843 | 2024-11-09T00:23:58.991Z | user 1:04.416001476 |
2844 | 2024-11-09T00:23:58.991Z | sys 4.288272251 |
2845 | 2024-11-09T00:23:58.991Z | trap 0.015069768 |
2846 | 2024-11-09T00:23:58.991Z | tflt 0.000000000 |
2847 | 2024-11-09T00:23:58.991Z | dflt 0.000000000 |
2848 | 2024-11-09T00:23:58.991Z | kflt 0.000000000 |
2849 | 2024-11-09T00:23:58.991Z | lock 0.000000000 |
2850 | 2024-11-09T00:23:58.991Z | slp 1:04.372908379 |
2851 | 2024-11-09T00:23:58.991Z | lat 1.938568917 |
2852 | 2024-11-09T00:23:58.991Z | stop 0.000200366 |
2853 | 2024-11-09T00:23:58.991Z | process exited: duration 2117475 ms, exit code 0 |
|
2854 | 2024-11-09T00:23:59.027Z | found 1 output files |
2855 | 2024-11-09T00:23:59.027Z | uploading: /work/package.tar.gz (1751695237 bytes) |
2856 | 2024-11-09T00:24:44.008Z | uploaded: /work/package.tar.gz |