|
|
|
1 | 2024-08-29T15:43:06.937Z | job assigned to worker 01J6FCTHC002TKMZ2VHE83J76Q (queued for 58 s) |
|
2 | 2024-08-29T15:43:15.621Z | starting task 0: "setup" |
3 | 2024-08-29T15:43:15.630Z | ++ uname -s |
4 | 2024-08-29T15:43:15.632Z | + kern=SunOS |
5 | 2024-08-29T15:43:15.632Z | + case "$kern" in |
6 | 2024-08-29T15:43:15.632Z | + groupadd -g 12345 build |
7 | 2024-08-29T15:43:15.635Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-29T15:43:17.647Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-29T15:43:17.786Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-29T15:43:17.788Z | + home_fs=zfs |
11 | 2024-08-29T15:43:17.788Z | + [[ zfs == autofs ]] |
12 | 2024-08-29T15:43:17.788Z | + mkdir -p /home/build |
13 | 2024-08-29T15:43:17.791Z | + chown build:build /home/build /work |
14 | 2024-08-29T15:43:19.792Z | + chmod 0700 /home/build /work |
15 | 2024-08-29T15:43:19.795Z | process exited: duration 4175 ms, exit code 0 |
|
16 | 2024-08-29T15:43:19.801Z | starting task 1: "rust-toolchain" |
17 | 2024-08-29T15:43:19.806Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-29T15:43:19.806Z | ' 1.80.1 |
19 | 2024-08-29T15:43:19.806Z | * toolchain channel = "1.80.1" |
20 | 2024-08-29T15:43:19.809Z | + printf ' * toolchain profile = "%s" |
21 | 2024-08-29T15:43:19.809Z | * toolchain profile = "default" |
22 | 2024-08-29T15:43:19.809Z | ' default |
23 | 2024-08-29T15:43:19.809Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-29T15:43:19.809Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-29T15:43:19.927Z | info: downloading installer |
26 | 2024-08-29T15:43:21.453Z | info: profile set to 'default' |
27 | 2024-08-29T15:43:21.453Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-29T15:43:21.456Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-29T15:43:21.621Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-29T15:43:21.621Z | info: downloading component 'cargo' |
31 | 2024-08-29T15:43:22.617Z | info: downloading component 'clippy' |
32 | 2024-08-29T15:43:22.976Z | info: downloading component 'rust-docs' |
33 | 2024-08-29T15:43:24.359Z | info: downloading component 'rust-std' |
34 | 2024-08-29T15:43:26.303Z | info: downloading component 'rustc' |
35 | 2024-08-29T15:43:31.788Z | info: downloading component 'rustfmt' |
36 | 2024-08-29T15:43:32.077Z | info: installing component 'cargo' |
37 | 2024-08-29T15:43:32.944Z | info: installing component 'clippy' |
38 | 2024-08-29T15:43:33.343Z | info: installing component 'rust-docs' |
39 | 2024-08-29T15:43:34.995Z | info: installing component 'rust-std' |
40 | 2024-08-29T15:43:36.756Z | info: installing component 'rustc' |
41 | 2024-08-29T15:43:41.147Z | info: installing component 'rustfmt' |
42 | 2024-08-29T15:43:41.494Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-29T15:43:41.494Z | |
44 | 2024-08-29T15:43:41.752Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-29T15:43:41.752Z | |
46 | 2024-08-29T15:43:41.755Z | |
47 | 2024-08-29T15:43:41.755Z | Rust is installed now. Great! |
48 | 2024-08-29T15:43:41.755Z | |
49 | 2024-08-29T15:43:41.755Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-29T15:43:41.755Z | environment variable. This has not been done automatically. |
51 | 2024-08-29T15:43:41.755Z | |
52 | 2024-08-29T15:43:41.755Z | To configure your current shell, you need to source |
53 | 2024-08-29T15:43:41.755Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-29T15:43:41.755Z | |
55 | 2024-08-29T15:43:41.755Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-29T15:43:41.755Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-29T15:43:41.755Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-29T15:43:41.807Z | + rustc --version |
59 | 2024-08-29T15:43:41.869Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-29T15:43:41.872Z | process exited: duration 22067 ms, exit code 0 |
|
61 | 2024-08-29T15:43:41.878Z | starting task 2: "authentication" |
62 | 2024-08-29T15:43:41.898Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-08-29T15:43:41.904Z | starting task 3: "clone repository" |
64 | 2024-08-29T15:43:41.909Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-29T15:43:41.911Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-29T15:43:42.185Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-29T15:43:49.693Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-29T15:43:49.693Z | + git fetch origin 8b04c532ccd82131fe17d57692fd9617ab2ce366 |
69 | 2024-08-29T15:43:49.979Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-29T15:43:49.979Z | * branch 8b04c532ccd82131fe17d57692fd9617ab2ce366 -> FETCH_HEAD |
71 | 2024-08-29T15:43:49.989Z | + [[ -n renovate/russh-monorepo ]] |
72 | 2024-08-29T15:43:49.991Z | ++ git branch --show-current |
73 | 2024-08-29T15:43:49.994Z | + current=main |
74 | 2024-08-29T15:43:49.994Z | + [[ main != renovate/russh-monorepo ]] |
75 | 2024-08-29T15:43:49.994Z | + git branch -f renovate/russh-monorepo 8b04c532ccd82131fe17d57692fd9617ab2ce366 |
76 | 2024-08-29T15:43:49.997Z | + git checkout -f renovate/russh-monorepo |
77 | 2024-08-29T15:43:50.150Z | Switched to branch 'renovate/russh-monorepo' |
78 | 2024-08-29T15:43:50.152Z | + git reset --hard 8b04c532ccd82131fe17d57692fd9617ab2ce366 |
79 | 2024-08-29T15:43:50.299Z | HEAD is now at 8b04c532c Update russh monorepo to 0.45.0 |
80 | 2024-08-29T15:43:50.302Z | process exited: duration 8395 ms, exit code 0 |
|
81 | 2024-08-29T15:43:50.308Z | starting task 4: "build" |
82 | 2024-08-29T15:43:50.314Z | + cargo --version |
83 | 2024-08-29T15:43:50.368Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-29T15:43:50.370Z | + rustc --version |
85 | 2024-08-29T15:43:50.427Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-29T15:43:50.429Z | + source ./env.sh |
87 | 2024-08-29T15:43:50.430Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-08-29T15:43:50.430Z | ++ set -o xtrace |
89 | 2024-08-29T15:43:50.432Z | ++++ dirname ./env.sh |
90 | 2024-08-29T15:43:50.435Z | +++ readlink -f . |
91 | 2024-08-29T15:43:50.456Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-08-29T15:43:50.459Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-08-29T15:43:50.459Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2024-08-29T15:43:50.459Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2024-08-29T15:43:50.459Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2024-08-29T15:43:50.459Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2024-08-29T15:43:50.459Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
98 | 2024-08-29T15:43:50.459Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
99 | 2024-08-29T15:43:50.459Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
100 | 2024-08-29T15:43:50.459Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-08-29T15:43:50.459Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-08-29T15:43:50.459Z | + banner prerequisites |
103 | 2024-08-29T15:43:50.575Z | |
104 | 2024-08-29T15:43:50.575Z | ##### ##### ###### ##### ###### #### # # # #### # |
105 | 2024-08-29T15:43:50.575Z | # # # # # # # # # # # # # # # |
106 | 2024-08-29T15:43:50.575Z | # # # # ##### # # ##### # # # # # #### # |
107 | 2024-08-29T15:43:50.575Z | ##### ##### # ##### # # # # # # # # # |
108 | 2024-08-29T15:43:50.575Z | # # # # # # # # # # # # # # # |
109 | 2024-08-29T15:43:50.575Z | # # # ###### # # ###### ### # #### # #### # |
110 | 2024-08-29T15:43:50.575Z | |
111 | 2024-08-29T15:43:50.578Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
112 | 2024-08-29T15:44:08.211Z | Startup: Refreshing catalog 'helios-dev' ... Done |
113 | 2024-08-29T15:44:11.033Z | Startup: Caching catalogs ... Done |
114 | 2024-08-29T15:44:12.954Z | Planning: Solver setup ... Done (1.368s) |
115 | 2024-08-29T15:44:12.974Z | Planning: Running solver ... Done (0.022s) |
116 | 2024-08-29T15:44:13.062Z | Planning: Finding local manifests ... Done (0.046s) |
117 | 2024-08-29T15:44:13.094Z | Planning: Fetching manifests: 0/5 0% complete |
118 | 2024-08-29T15:44:13.847Z | Planning: Fetching manifests: 5/5 100% complete |
119 | 2024-08-29T15:44:14.069Z | Planning: Package planning ... Done (0.225s) |
120 | 2024-08-29T15:44:14.123Z | Planning: Merging actions ... Done (0.054s) |
121 | 2024-08-29T15:44:14.754Z | Planning: Checking for conflicting actions ... Done (0.631s) |
122 | 2024-08-29T15:44:19.946Z | Planning: Consolidating action changes ... Done (5.191s) |
123 | 2024-08-29T15:44:20.397Z | Planning: Evaluating mediators ... Done (0.451s) |
124 | 2024-08-29T15:44:20.476Z | Planning: Planning completed in 9.37 seconds |
125 | 2024-08-29T15:44:20.491Z | Packages to install: 4 |
126 | 2024-08-29T15:44:20.491Z | Packages to update: 1 |
127 | 2024-08-29T15:44:20.493Z | Mediators to change: 2 |
128 | 2024-08-29T15:44:20.493Z | Services to change: 1 |
129 | 2024-08-29T15:44:20.493Z | Estimated space available: 155.72 GB |
130 | 2024-08-29T15:44:20.493Z | Estimated space to be consumed: 1.53 GB |
131 | 2024-08-29T15:44:20.494Z | Create boot environment: No |
132 | 2024-08-29T15:44:20.494Z | Create backup boot environment: Yes |
133 | 2024-08-29T15:44:20.494Z | Rebuild boot archive: No |
134 | 2024-08-29T15:44:20.494Z | |
135 | 2024-08-29T15:44:20.494Z | Changed mediators: |
136 | 2024-08-29T15:44:20.494Z | mediator clang: |
137 | 2024-08-29T15:44:20.494Z | version: None -> 15 (system default) |
138 | 2024-08-29T15:44:20.494Z | |
139 | 2024-08-29T15:44:20.494Z | mediator llvm: |
140 | 2024-08-29T15:44:20.494Z | version: 14 (system default) -> 15 (system default) |
141 | 2024-08-29T15:44:20.494Z | |
142 | 2024-08-29T15:44:20.494Z | Changed packages: |
143 | 2024-08-29T15:44:20.494Z | helios-dev |
144 | 2024-08-29T15:44:20.494Z | developer/build-essential |
145 | 2024-08-29T15:44:20.494Z | None -> 11-2.0 |
146 | 2024-08-29T15:44:20.494Z | library/libxmlsec1 |
147 | 2024-08-29T15:44:20.494Z | None -> 1.2.35-2.0 |
148 | 2024-08-29T15:44:20.494Z | ooce/developer/clang-15 |
149 | 2024-08-29T15:44:20.494Z | None -> 15.0.7-2.0 |
150 | 2024-08-29T15:44:20.494Z | ooce/developer/llvm-15 |
151 | 2024-08-29T15:44:20.494Z | None -> 15.0.7-2.0 |
152 | 2024-08-29T15:44:20.494Z | package/pkg |
153 | 2024-08-29T15:44:20.494Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
154 | 2024-08-29T15:44:20.494Z | |
155 | 2024-08-29T15:44:20.494Z | Services: |
156 | 2024-08-29T15:44:20.494Z | restart_fmri: |
157 | 2024-08-29T15:44:20.494Z | svc:/system/update-man-index:default |
158 | 2024-08-29T15:44:20.494Z | |
159 | 2024-08-29T15:44:20.494Z | Editable files to change: |
160 | 2024-08-29T15:44:20.494Z | Update: |
161 | 2024-08-29T15:44:20.494Z | usr/share/lib/pkg/web/config.shtml |
162 | 2024-08-29T15:44:20.766Z | |
163 | 2024-08-29T15:44:20.766Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
164 | 2024-08-29T15:44:25.767Z | Download: 1126/4281 items 40.3/220.6MB 18% complete (8.0M/s) |
165 | 2024-08-29T15:44:34.877Z | Download: 1198/4281 items 83.5/220.6MB 37% complete (12.4M/s) |
166 | 2024-08-29T15:44:39.886Z | Download: 1916/4281 items 118.6/220.6MB 53% complete (7.4M/s) |
167 | 2024-08-29T15:44:44.890Z | Download: 2293/4281 items 119.6/220.6MB 54% complete (3.7M/s) |
168 | 2024-08-29T15:44:49.918Z | Download: 3249/4281 items 203.1/220.6MB 92% complete (8.5M/s) |
169 | 2024-08-29T15:44:57.167Z | Download: 4202/4281 items 220.5/220.6MB 99% complete (10.4M/s) |
170 | 2024-08-29T15:44:57.682Z | Download: Completed 220.60 MB in 36.91 seconds (6.0M/s) |
171 | 2024-08-29T15:44:59.635Z | Actions: 1/5063 actions (Removing old actions) |
172 | 2024-08-29T15:44:59.654Z | Actions: 194/5063 actions (Installing new actions) |
173 | 2024-08-29T15:45:04.848Z | Actions: 4081/5063 actions (Installing new actions) |
174 | 2024-08-29T15:45:05.304Z | Actions: 4226/5063 actions (Updating modified actions) |
175 | 2024-08-29T15:45:05.650Z | Actions: Completed 5063 actions in 6.01 seconds. |
176 | 2024-08-29T15:45:05.932Z | Done (0.275s) |
177 | 2024-08-29T15:45:05.935Z | Done (0.000s) |
178 | 2024-08-29T15:45:06.319Z | Done (0.385s) |
179 | 2024-08-29T15:45:12.372Z | Done (5.876s) |
180 | 2024-08-29T15:45:12.741Z | Done (0.251s) |
181 | 2024-08-29T15:45:12.744Z | Done (0.000s) |
182 | 2024-08-29T15:45:12.894Z | Done (0.000s) |
183 | 2024-08-29T15:45:13.482Z | Planning: Evaluating mediator changes ... Done |
184 | 2024-08-29T15:45:13.644Z | Planning: Checking for conflicting actions ... Done |
185 | 2024-08-29T15:45:13.647Z | Planning: Consolidating action changes ... Done |
186 | 2024-08-29T15:45:13.909Z | Planning: Evaluating mediators ... Done |
187 | 2024-08-29T15:45:13.911Z | Planning: Planning completed in 0.43 seconds |
188 | 2024-08-29T15:45:13.948Z | Mediators to change: 2 |
189 | 2024-08-29T15:45:13.948Z | Create boot environment: No |
190 | 2024-08-29T15:45:13.951Z | Create backup boot environment: No |
191 | 2024-08-29T15:45:14.043Z | Done |
192 | 2024-08-29T15:45:14.043Z | Done |
193 | 2024-08-29T15:45:14.276Z | Done |
194 | 2024-08-29T15:45:17.811Z | Done |
195 | 2024-08-29T15:45:17.903Z | Done |
196 | 2024-08-29T15:45:17.906Z | Done |
197 | 2024-08-29T15:45:18.082Z | Done |
198 | 2024-08-29T15:45:18.681Z | Planning: Evaluating mediator changes ... Done |
199 | 2024-08-29T15:45:18.684Z | Planning: Merging actions ... Done |
200 | 2024-08-29T15:45:18.875Z | Planning: Checking for conflicting actions ... Done |
201 | 2024-08-29T15:45:18.877Z | Planning: Consolidating action changes ... Done |
202 | 2024-08-29T15:45:19.138Z | Planning: Evaluating mediators ... Done |
203 | 2024-08-29T15:45:19.192Z | Planning: Planning completed in 0.75 seconds |
204 | 2024-08-29T15:45:19.232Z | Packages to change: 1 |
205 | 2024-08-29T15:45:19.232Z | Mediators to change: 1 |
206 | 2024-08-29T15:45:19.234Z | Services to change: 1 |
207 | 2024-08-29T15:45:19.234Z | Create boot environment: No |
208 | 2024-08-29T15:45:19.234Z | Create backup boot environment: Yes |
209 | 2024-08-29T15:45:21.299Z | Actions: 1/6 actions (Updating modified actions) |
210 | 2024-08-29T15:45:21.366Z | Actions: Completed 6 actions in 0.07 seconds. |
211 | 2024-08-29T15:45:21.366Z | Done |
212 | 2024-08-29T15:45:21.369Z | Done |
213 | 2024-08-29T15:45:21.445Z | Done |
214 | 2024-08-29T15:45:24.983Z | Done |
215 | 2024-08-29T15:45:25.075Z | Done |
216 | 2024-08-29T15:45:25.077Z | Done |
217 | 2024-08-29T15:45:25.255Z | Done |
218 | 2024-08-29T15:45:25.686Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
219 | 2024-08-29T15:45:25.686Z | clang system 15 system |
220 | 2024-08-29T15:45:25.686Z | csh system system illumos |
221 | 2024-08-29T15:45:25.686Z | ctags system system illumos |
222 | 2024-08-29T15:45:25.686Z | gcc vendor 12 vendor |
223 | 2024-08-29T15:45:25.686Z | gcc system 10 system |
224 | 2024-08-29T15:45:25.686Z | gcc system 7 system |
225 | 2024-08-29T15:45:25.686Z | go system 1.20 system |
226 | 2024-08-29T15:45:25.686Z | go system 1.19 system |
227 | 2024-08-29T15:45:25.686Z | llvm system 15 system |
228 | 2024-08-29T15:45:25.686Z | llvm system 14 system |
229 | 2024-08-29T15:45:25.686Z | mariadb system 10.6 system |
230 | 2024-08-29T15:45:25.686Z | mta vendor vendor dma |
231 | 2024-08-29T15:45:25.686Z | openjdk system 17 system |
232 | 2024-08-29T15:45:25.686Z | openjdk system 11 system |
233 | 2024-08-29T15:45:25.686Z | openjdk system 1.8 system |
234 | 2024-08-29T15:45:25.686Z | openssl vendor 3 vendor |
235 | 2024-08-29T15:45:25.686Z | perl system 5.36 system |
236 | 2024-08-29T15:45:25.686Z | postgresql system 15 system |
237 | 2024-08-29T15:45:25.686Z | postgresql system 13 system |
238 | 2024-08-29T15:45:25.686Z | python vendor 3 vendor |
239 | 2024-08-29T15:45:25.686Z | python system 2 system |
240 | 2024-08-29T15:45:25.686Z | python3 system 3.11 system |
241 | 2024-08-29T15:45:25.686Z | ruby system 3.0 system |
242 | 2024-08-29T15:45:25.686Z | words vendor vendor american-english |
243 | 2024-08-29T15:45:25.686Z | words system system australian-english |
244 | 2024-08-29T15:45:25.687Z | words system system british-english |
245 | 2024-08-29T15:45:25.687Z | words system system canadian-english |
246 | 2024-08-29T15:45:25.687Z | words system system french |
247 | 2024-08-29T15:45:25.687Z | words system system italian |
248 | 2024-08-29T15:45:25.687Z | words system system ngerman |
249 | 2024-08-29T15:45:25.687Z | words system system ogerman |
250 | 2024-08-29T15:45:25.687Z | words system system spanish |
251 | 2024-08-29T15:45:26.013Z | PUBLISHER TYPE STATUS P LOCATION |
252 | 2024-08-29T15:45:26.013Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
253 | 2024-08-29T15:45:27.789Z | FMRI IFO |
254 | 2024-08-29T15:45:27.789Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
255 | 2024-08-29T15:45:27.789Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
256 | 2024-08-29T15:45:27.789Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
257 | 2024-08-29T15:45:27.789Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
258 | 2024-08-29T15:45:27.789Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
259 | 2024-08-29T15:45:27.789Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
260 | 2024-08-29T15:45:27.789Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
261 | 2024-08-29T15:45:27.789Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
262 | 2024-08-29T15:45:27.789Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
263 | 2024-08-29T15:45:27.789Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
264 | 2024-08-29T15:45:27.789Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
265 | 2024-08-29T15:45:27.789Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
266 | 2024-08-29T15:45:27.789Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
267 | 2024-08-29T15:45:28.382Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
268 | 2024-08-29T15:45:28.660Z | Updating git repository `https://github.com/oxidecomputer/zone` |
269 | 2024-08-29T15:45:28.950Z | Updating crates.io index |
270 | 2024-08-29T15:45:28.953Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
271 | 2024-08-29T15:45:29.675Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
272 | 2024-08-29T15:45:30.514Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
273 | 2024-08-29T15:45:30.791Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
274 | 2024-08-29T15:45:32.361Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
275 | 2024-08-29T15:45:32.624Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
276 | 2024-08-29T15:45:32.874Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
277 | 2024-08-29T15:45:33.907Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
278 | 2024-08-29T15:45:35.761Z | Updating git repository `https://github.com/oxidecomputer/opte` |
279 | 2024-08-29T15:45:36.724Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
280 | 2024-08-29T15:45:37.407Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
281 | 2024-08-29T15:45:37.745Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
282 | 2024-08-29T15:45:38.287Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
283 | 2024-08-29T15:45:38.543Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
284 | 2024-08-29T15:45:38.873Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
285 | 2024-08-29T15:45:39.163Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
286 | 2024-08-29T15:45:39.448Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
287 | 2024-08-29T15:45:39.656Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
288 | 2024-08-29T15:45:39.949Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
289 | 2024-08-29T15:45:40.199Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
290 | 2024-08-29T15:45:40.654Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
291 | 2024-08-29T15:45:40.909Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
292 | 2024-08-29T15:45:41.239Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
293 | 2024-08-29T15:45:41.710Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
294 | 2024-08-29T15:45:41.996Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
295 | 2024-08-29T15:45:42.450Z | Updating git repository `https://github.com/oxidecomputer/typify` |
296 | 2024-08-29T15:45:44.619Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
297 | 2024-08-29T15:45:44.899Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
298 | 2024-08-29T15:45:45.206Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
299 | 2024-08-29T15:45:45.545Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
300 | 2024-08-29T15:45:46.708Z | Downloading crates ... |
301 | 2024-08-29T15:45:46.788Z | Downloaded cargo-platform v0.1.8 |
302 | 2024-08-29T15:45:46.793Z | Downloaded bitflags v2.6.0 |
303 | 2024-08-29T15:45:46.798Z | Downloaded anyhow v1.0.86 |
304 | 2024-08-29T15:45:46.802Z | Downloaded is_terminal_polyfill v1.70.0 |
305 | 2024-08-29T15:45:46.804Z | Downloaded dtrace-parser v0.2.0 |
306 | 2024-08-29T15:45:46.807Z | Downloaded pretty-hex v0.4.1 |
307 | 2024-08-29T15:45:46.829Z | Downloaded camino-tempfile v1.1.1 |
308 | 2024-08-29T15:45:46.834Z | Downloaded anstyle-parse v0.2.4 |
309 | 2024-08-29T15:45:46.838Z | Downloaded equivalent v1.0.1 |
310 | 2024-08-29T15:45:46.844Z | Downloaded swrite v0.1.0 |
311 | 2024-08-29T15:45:46.854Z | Downloaded usdt-attr-macro v0.5.0 |
312 | 2024-08-29T15:45:46.857Z | Downloaded scroll_derive v0.12.0 |
313 | 2024-08-29T15:45:46.857Z | Downloaded errno v0.3.9 |
314 | 2024-08-29T15:45:46.857Z | Downloaded bytecount v0.6.8 |
315 | 2024-08-29T15:45:46.859Z | Downloaded heck v0.5.0 |
316 | 2024-08-29T15:45:46.859Z | Downloaded generic-array v0.14.7 |
317 | 2024-08-29T15:45:46.862Z | Downloaded anstyle v1.0.8 |
318 | 2024-08-29T15:45:46.866Z | Downloaded macaddr v1.0.1 |
319 | 2024-08-29T15:45:46.866Z | Downloaded smawk v0.3.2 |
320 | 2024-08-29T15:45:46.866Z | Downloaded fnv v1.0.7 |
321 | 2024-08-29T15:45:46.869Z | Downloaded strsim v0.11.1 |
322 | 2024-08-29T15:45:46.869Z | Downloaded autocfg v1.3.0 |
323 | 2024-08-29T15:45:46.873Z | Downloaded serde_tokenstream v0.2.2 |
324 | 2024-08-29T15:45:46.876Z | Downloaded memmap v0.7.0 |
325 | 2024-08-29T15:45:46.881Z | Downloaded byteorder v1.5.0 |
326 | 2024-08-29T15:45:46.890Z | Downloaded digest v0.10.7 |
327 | 2024-08-29T15:45:46.890Z | Downloaded cpufeatures v0.2.12 |
328 | 2024-08-29T15:45:46.890Z | Downloaded usdt-impl v0.5.0 |
329 | 2024-08-29T15:45:46.890Z | Downloaded utf8parse v0.2.1 |
330 | 2024-08-29T15:45:46.893Z | Downloaded thiserror-impl v1.0.63 |
331 | 2024-08-29T15:45:46.893Z | Downloaded anstyle-query v1.0.3 |
332 | 2024-08-29T15:45:46.895Z | Downloaded block-buffer v0.10.4 |
333 | 2024-08-29T15:45:46.895Z | Downloaded usdt-macro v0.5.0 |
334 | 2024-08-29T15:45:46.895Z | Downloaded anstream v0.6.14 |
335 | 2024-08-29T15:45:46.898Z | Downloaded proc-macro-error-attr v1.0.4 |
336 | 2024-08-29T15:45:46.904Z | Downloaded itoa v1.0.11 |
337 | 2024-08-29T15:45:46.904Z | Downloaded fs-err v2.11.0 |
338 | 2024-08-29T15:45:46.904Z | Downloaded crypto-common v0.1.6 |
339 | 2024-08-29T15:45:46.906Z | Downloaded cfg-if v1.0.0 |
340 | 2024-08-29T15:45:46.906Z | Downloaded serde_spanned v0.6.7 |
341 | 2024-08-29T15:45:46.906Z | Downloaded heck v0.4.1 |
342 | 2024-08-29T15:45:46.907Z | Downloaded fastrand v2.1.0 |
343 | 2024-08-29T15:45:46.909Z | Downloaded dof v0.3.0 |
344 | 2024-08-29T15:45:46.909Z | Downloaded clap_lex v0.7.0 |
345 | 2024-08-29T15:45:46.913Z | Downloaded plain v0.2.3 |
346 | 2024-08-29T15:45:46.915Z | Downloaded colorchoice v1.0.1 |
347 | 2024-08-29T15:45:46.915Z | Downloaded version_check v0.9.5 |
348 | 2024-08-29T15:45:46.918Z | Downloaded tabled_derive v0.7.0 |
349 | 2024-08-29T15:45:46.918Z | Downloaded toml_datetime v0.6.8 |
350 | 2024-08-29T15:45:46.918Z | Downloaded thread-id v4.2.1 |
351 | 2024-08-29T15:45:46.921Z | Downloaded terminal_size v0.3.0 |
352 | 2024-08-29T15:45:46.921Z | Downloaded pest_generator v2.7.10 |
353 | 2024-08-29T15:45:46.923Z | Downloaded proc-macro-error v1.0.4 |
354 | 2024-08-29T15:45:46.926Z | Downloaded unicode-linebreak v0.1.5 |
355 | 2024-08-29T15:45:46.928Z | Downloaded scroll v0.12.0 |
356 | 2024-08-29T15:45:46.932Z | Downloaded usdt v0.5.0 |
357 | 2024-08-29T15:45:46.934Z | Downloaded tempfile v3.10.1 |
358 | 2024-08-29T15:45:46.937Z | Downloaded cargo_toml v0.20.4 |
359 | 2024-08-29T15:45:46.939Z | Downloaded pest_derive v2.7.10 |
360 | 2024-08-29T15:45:46.942Z | Downloaded camino v1.1.9 |
361 | 2024-08-29T15:45:46.944Z | Downloaded cargo_metadata v0.18.1 |
362 | 2024-08-29T15:45:46.948Z | Downloaded semver v1.0.23 |
363 | 2024-08-29T15:45:46.950Z | Downloaded quote v1.0.36 |
364 | 2024-08-29T15:45:46.954Z | Downloaded thiserror v1.0.63 |
365 | 2024-08-29T15:45:46.962Z | Downloaded sha2 v0.10.8 |
366 | 2024-08-29T15:45:46.964Z | Downloaded clap_derive v4.5.13 |
367 | 2024-08-29T15:45:46.967Z | Downloaded ucd-trie v0.1.6 |
368 | 2024-08-29T15:45:46.971Z | Downloaded proc-macro2 v1.0.86 |
369 | 2024-08-29T15:45:46.974Z | Downloaded textwrap v0.16.1 |
370 | 2024-08-29T15:45:46.983Z | Downloaded unicode-ident v1.0.12 |
371 | 2024-08-29T15:45:46.987Z | Downloaded once_cell v1.19.0 |
372 | 2024-08-29T15:45:46.989Z | Downloaded ryu v1.0.18 |
373 | 2024-08-29T15:45:46.991Z | Downloaded typenum v1.17.0 |
374 | 2024-08-29T15:45:46.994Z | Downloaded serde_derive v1.0.208 |
375 | 2024-08-29T15:45:46.996Z | Downloaded toml v0.8.19 |
376 | 2024-08-29T15:45:46.999Z | Downloaded pest_meta v2.7.10 |
377 | 2024-08-29T15:45:47.002Z | Downloaded clap v4.5.16 |
378 | 2024-08-29T15:45:47.010Z | Downloaded zerocopy-derive v0.7.34 |
379 | 2024-08-29T15:45:47.014Z | Downloaded papergrid v0.11.0 |
380 | 2024-08-29T15:45:47.029Z | Downloaded log v0.4.21 |
381 | 2024-08-29T15:45:47.040Z | Downloaded serde v1.0.208 |
382 | 2024-08-29T15:45:47.053Z | Downloaded indexmap v2.4.0 |
383 | 2024-08-29T15:45:47.057Z | Downloaded toml_edit v0.22.20 |
384 | 2024-08-29T15:45:47.079Z | Downloaded memchr v2.7.2 |
385 | 2024-08-29T15:45:47.098Z | Downloaded hashbrown v0.14.5 |
386 | 2024-08-29T15:45:47.103Z | Downloaded pest v2.7.10 |
387 | 2024-08-29T15:45:47.108Z | Downloaded serde_json v1.0.125 |
388 | 2024-08-29T15:45:47.128Z | Downloaded zerocopy v0.7.34 |
389 | 2024-08-29T15:45:47.143Z | Downloaded winnow v0.6.18 |
390 | 2024-08-29T15:45:47.152Z | Downloaded tabled v0.15.0 |
391 | 2024-08-29T15:45:47.167Z | Downloaded goblin v0.8.2 |
392 | 2024-08-29T15:45:47.173Z | Downloaded syn v2.0.74 |
393 | 2024-08-29T15:45:47.184Z | Downloaded syn v1.0.109 |
394 | 2024-08-29T15:45:47.194Z | Downloaded clap_builder v4.5.15 |
395 | 2024-08-29T15:45:47.200Z | Downloaded rustix v0.38.34 |
396 | 2024-08-29T15:45:47.222Z | Downloaded unicode-width v0.1.13 |
397 | 2024-08-29T15:45:47.233Z | Downloaded libc v0.2.158 |
398 | 2024-08-29T15:45:47.539Z | Compiling proc-macro2 v1.0.86 |
399 | 2024-08-29T15:45:47.541Z | Compiling unicode-ident v1.0.12 |
400 | 2024-08-29T15:45:47.541Z | Compiling serde v1.0.208 |
401 | 2024-08-29T15:45:47.541Z | Compiling version_check v0.9.5 |
402 | 2024-08-29T15:45:47.541Z | Compiling thiserror v1.0.63 |
403 | 2024-08-29T15:45:47.541Z | Compiling memchr v2.7.2 |
404 | 2024-08-29T15:45:47.541Z | Compiling libc v0.2.158 |
405 | 2024-08-29T15:45:47.572Z | Compiling ucd-trie v0.1.6 |
406 | 2024-08-29T15:45:47.772Z | Compiling itoa v1.0.11 |
407 | 2024-08-29T15:45:48.005Z | Compiling ryu v1.0.18 |
408 | 2024-08-29T15:45:48.181Z | Compiling once_cell v1.19.0 |
409 | 2024-08-29T15:45:48.443Z | Compiling byteorder v1.5.0 |
410 | 2024-08-29T15:45:48.510Z | Compiling serde_json v1.0.125 |
411 | 2024-08-29T15:45:48.769Z | Compiling rustix v0.38.34 |
412 | 2024-08-29T15:45:49.721Z | Compiling bitflags v2.6.0 |
413 | 2024-08-29T15:45:49.761Z | Compiling proc-macro-error-attr v1.0.4 |
414 | 2024-08-29T15:45:49.806Z | Compiling usdt-impl v0.5.0 |
415 | 2024-08-29T15:45:49.873Z | Compiling syn v1.0.109 |
416 | 2024-08-29T15:45:50.083Z | Compiling proc-macro-error v1.0.4 |
417 | 2024-08-29T15:45:50.110Z | Compiling camino v1.1.9 |
418 | 2024-08-29T15:45:50.146Z | Compiling utf8parse v0.2.1 |
419 | 2024-08-29T15:45:50.331Z | Compiling log v0.4.21 |
420 | 2024-08-29T15:45:50.358Z | Compiling hashbrown v0.14.5 |
421 | 2024-08-29T15:45:50.409Z | Compiling equivalent v1.0.1 |
422 | 2024-08-29T15:45:50.531Z | Compiling thread-id v4.2.1 |
423 | 2024-08-29T15:45:50.609Z | Compiling quote v1.0.36 |
424 | 2024-08-29T15:45:50.634Z | Compiling plain v0.2.3 |
425 | 2024-08-29T15:45:50.743Z | Compiling anstyle-parse v0.2.4 |
426 | 2024-08-29T15:45:50.821Z | Compiling semver v1.0.23 |
427 | 2024-08-29T15:45:50.955Z | Compiling autocfg v1.3.0 |
428 | 2024-08-29T15:45:51.070Z | Compiling syn v2.0.74 |
429 | 2024-08-29T15:45:51.136Z | Compiling errno v0.3.9 |
430 | 2024-08-29T15:45:51.374Z | Compiling anstyle v1.0.8 |
431 | 2024-08-29T15:45:51.377Z | Compiling unicode-width v0.1.13 |
432 | 2024-08-29T15:45:51.606Z | Compiling anstyle-query v1.0.3 |
433 | 2024-08-29T15:45:51.748Z | Compiling indexmap v2.4.0 |
434 | 2024-08-29T15:45:51.774Z | Compiling winnow v0.6.18 |
435 | 2024-08-29T15:45:51.861Z | Compiling colorchoice v1.0.1 |
436 | 2024-08-29T15:45:51.884Z | Compiling pretty-hex v0.4.1 |
437 | 2024-08-29T15:45:52.021Z | Compiling is_terminal_polyfill v1.70.0 |
438 | 2024-08-29T15:45:52.151Z | Compiling fs-err v2.11.0 |
439 | 2024-08-29T15:45:52.233Z | Compiling anstream v0.6.14 |
440 | 2024-08-29T15:45:52.801Z | Compiling cfg-if v1.0.0 |
441 | 2024-08-29T15:45:52.899Z | Compiling strsim v0.11.1 |
442 | 2024-08-29T15:45:52.960Z | Compiling bytecount v0.6.8 |
443 | 2024-08-29T15:45:52.963Z | Compiling fnv v1.0.7 |
444 | 2024-08-29T15:45:53.019Z | Compiling heck v0.4.1 |
445 | 2024-08-29T15:45:53.107Z | Compiling heck v0.5.0 |
446 | 2024-08-29T15:45:53.186Z | Compiling anyhow v1.0.86 |
447 | 2024-08-29T15:45:53.510Z | Compiling terminal_size v0.3.0 |
448 | 2024-08-29T15:45:53.656Z | Compiling fastrand v2.1.0 |
449 | 2024-08-29T15:45:53.706Z | Compiling clap_lex v0.7.0 |
450 | 2024-08-29T15:45:53.809Z | Compiling papergrid v0.11.0 |
451 | 2024-08-29T15:45:54.013Z | Compiling tempfile v3.10.1 |
452 | 2024-08-29T15:45:54.098Z | Compiling clap_builder v4.5.15 |
453 | 2024-08-29T15:45:54.370Z | Compiling memmap v0.7.0 |
454 | 2024-08-29T15:45:54.736Z | Compiling unicode-linebreak v0.1.5 |
455 | 2024-08-29T15:45:54.835Z | Compiling smawk v0.3.2 |
456 | 2024-08-29T15:45:55.255Z | Compiling textwrap v0.16.1 |
457 | 2024-08-29T15:45:55.518Z | Compiling swrite v0.1.0 |
458 | 2024-08-29T15:45:56.913Z | Compiling tabled_derive v0.7.0 |
459 | 2024-08-29T15:45:58.576Z | Compiling tabled v0.15.0 |
460 | 2024-08-29T15:45:59.720Z | Compiling serde_derive v1.0.208 |
461 | 2024-08-29T15:45:59.720Z | Compiling thiserror-impl v1.0.63 |
462 | 2024-08-29T15:45:59.722Z | Compiling zerocopy-derive v0.7.34 |
463 | 2024-08-29T15:45:59.722Z | Compiling scroll_derive v0.12.0 |
464 | 2024-08-29T15:45:59.722Z | Compiling clap_derive v4.5.13 |
465 | 2024-08-29T15:46:01.062Z | Compiling scroll v0.12.0 |
466 | 2024-08-29T15:46:01.541Z | Compiling zerocopy v0.7.34 |
467 | 2024-08-29T15:46:01.631Z | Compiling goblin v0.8.2 |
468 | 2024-08-29T15:46:02.235Z | Compiling pest v2.7.10 |
469 | 2024-08-29T15:46:03.345Z | Compiling clap v4.5.16 |
470 | 2024-08-29T15:46:04.487Z | Compiling pest_meta v2.7.10 |
471 | 2024-08-29T15:46:05.350Z | Compiling pest_generator v2.7.10 |
472 | 2024-08-29T15:46:07.267Z | Compiling pest_derive v2.7.10 |
473 | 2024-08-29T15:46:07.938Z | Compiling dtrace-parser v0.2.0 |
474 | 2024-08-29T15:46:09.862Z | Compiling serde_tokenstream v0.2.2 |
475 | 2024-08-29T15:46:09.901Z | Compiling serde_spanned v0.6.7 |
476 | 2024-08-29T15:46:09.901Z | Compiling toml_datetime v0.6.8 |
477 | 2024-08-29T15:46:10.242Z | Compiling toml_edit v0.22.20 |
478 | 2024-08-29T15:46:10.303Z | Compiling cargo-platform v0.1.8 |
479 | 2024-08-29T15:46:10.459Z | Compiling macaddr v1.0.1 |
480 | 2024-08-29T15:46:10.749Z | Compiling camino-tempfile v1.1.1 |
481 | 2024-08-29T15:46:11.306Z | Compiling dof v0.3.0 |
482 | 2024-08-29T15:46:11.348Z | Compiling cargo_metadata v0.18.1 |
483 | 2024-08-29T15:46:13.027Z | Compiling usdt-macro v0.5.0 |
484 | 2024-08-29T15:46:13.030Z | Compiling usdt-attr-macro v0.5.0 |
485 | 2024-08-29T15:46:13.052Z | Compiling toml v0.8.19 |
486 | 2024-08-29T15:46:13.943Z | Compiling cargo_toml v0.20.4 |
487 | 2024-08-29T15:46:14.453Z | Compiling usdt v0.5.0 |
488 | 2024-08-29T15:46:17.687Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
489 | 2024-08-29T15:46:21.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.73s |
490 | 2024-08-29T15:46:22.145Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
491 | 2024-08-29T15:46:22.710Z | Downloading crates ... |
492 | 2024-08-29T15:46:22.841Z | Downloaded addr2line v0.21.0 |
493 | 2024-08-29T15:46:22.847Z | Downloaded darling_macro v0.20.9 |
494 | 2024-08-29T15:46:22.850Z | Downloaded http-range v0.1.5 |
495 | 2024-08-29T15:46:22.855Z | Downloaded cfg_aliases v0.1.1 |
496 | 2024-08-29T15:46:22.859Z | Downloaded bitstruct_derive v0.1.0 |
497 | 2024-08-29T15:46:22.862Z | Downloaded humantime v2.1.0 |
498 | 2024-08-29T15:46:22.867Z | Downloaded home v0.5.9 |
499 | 2024-08-29T15:46:22.870Z | Downloaded is_ci v1.2.0 |
500 | 2024-08-29T15:46:22.873Z | Downloaded cstr-argument v0.1.2 |
501 | 2024-08-29T15:46:22.873Z | Downloaded crunchy v0.2.2 |
502 | 2024-08-29T15:46:22.875Z | Downloaded new_debug_unreachable v1.0.6 |
503 | 2024-08-29T15:46:22.878Z | Downloaded num-conv v0.1.0 |
504 | 2024-08-29T15:46:22.878Z | Downloaded normalize-line-endings v0.3.0 |
505 | 2024-08-29T15:46:22.883Z | Downloaded matches v0.1.10 |
506 | 2024-08-29T15:46:22.883Z | Downloaded httparse v1.8.0 |
507 | 2024-08-29T15:46:22.886Z | Downloaded indent_write v2.2.0 |
508 | 2024-08-29T15:46:22.887Z | Downloaded iana-time-zone v0.1.60 |
509 | 2024-08-29T15:46:22.890Z | Downloaded hubpack v0.1.2 |
510 | 2024-08-29T15:46:22.890Z | Downloaded ascii-canvas v3.0.0 |
511 | 2024-08-29T15:46:22.893Z | Downloaded mime v0.3.17 |
512 | 2024-08-29T15:46:22.893Z | Downloaded internet-checksum v0.2.1 |
513 | 2024-08-29T15:46:22.893Z | Downloaded instability v0.3.2 |
514 | 2024-08-29T15:46:22.897Z | Downloaded nibble_vec v0.1.0 |
515 | 2024-08-29T15:46:22.897Z | Downloaded bitflags v1.3.2 |
516 | 2024-08-29T15:46:22.900Z | Downloaded num v0.4.3 |
517 | 2024-08-29T15:46:22.902Z | Downloaded nodrop v0.1.14 |
518 | 2024-08-29T15:46:22.902Z | Downloaded lru v0.12.3 |
519 | 2024-08-29T15:46:22.905Z | Downloaded libsw v3.3.1 |
520 | 2024-08-29T15:46:22.909Z | Downloaded memmap2 v0.9.4 |
521 | 2024-08-29T15:46:22.909Z | Downloaded libefi-sys v0.1.0 |
522 | 2024-08-29T15:46:22.912Z | Downloaded multer v3.1.0 |
523 | 2024-08-29T15:46:22.916Z | Downloaded hubpack_derive v0.1.1 |
524 | 2024-08-29T15:46:22.916Z | Downloaded ident_case v1.0.1 |
525 | 2024-08-29T15:46:22.916Z | Downloaded crossbeam-deque v0.8.5 |
526 | 2024-08-29T15:46:22.919Z | Downloaded constant_time_eq v0.3.0 |
527 | 2024-08-29T15:46:22.919Z | Downloaded buf-list v1.0.3 |
528 | 2024-08-29T15:46:22.921Z | Downloaded bitfield v0.14.0 |
529 | 2024-08-29T15:46:22.924Z | Downloaded async-stream v0.3.5 |
530 | 2024-08-29T15:46:22.927Z | Downloaded jobserver v0.1.32 |
531 | 2024-08-29T15:46:22.927Z | Downloaded instant v0.1.12 |
532 | 2024-08-29T15:46:22.930Z | Downloaded is-terminal v0.4.12 |
533 | 2024-08-29T15:46:22.930Z | Downloaded backoff v0.4.0 |
534 | 2024-08-29T15:46:22.934Z | Downloaded async-trait v0.1.81 |
535 | 2024-08-29T15:46:22.937Z | Downloaded md5 v0.7.0 |
536 | 2024-08-29T15:46:22.937Z | Downloaded newline-converter v0.3.0 |
537 | 2024-08-29T15:46:22.940Z | Downloaded maybe-uninit v2.0.0 |
538 | 2024-08-29T15:46:22.940Z | Downloaded ciborium-ll v0.2.2 |
539 | 2024-08-29T15:46:22.946Z | Downloaded ciborium v0.2.2 |
540 | 2024-08-29T15:46:22.949Z | Downloaded castaway v0.2.3 |
541 | 2024-08-29T15:46:22.949Z | Downloaded newtype_derive v0.1.6 |
542 | 2024-08-29T15:46:22.949Z | Downloaded httpdate v1.0.3 |
543 | 2024-08-29T15:46:22.949Z | Downloaded http-body v0.4.6 |
544 | 2024-08-29T15:46:22.952Z | Downloaded hyper-tls v0.5.0 |
545 | 2024-08-29T15:46:22.953Z | Downloaded hostname v0.3.1 |
546 | 2024-08-29T15:46:22.956Z | Downloaded crc32fast v1.4.0 |
547 | 2024-08-29T15:46:22.956Z | Downloaded async-bb8-diesel v0.2.1 |
548 | 2024-08-29T15:46:22.959Z | Downloaded indicatif v0.17.8 |
549 | 2024-08-29T15:46:22.963Z | Downloaded stable_deref_trait v1.2.0 |
550 | 2024-08-29T15:46:22.966Z | Downloaded termtree v0.4.1 |
551 | 2024-08-29T15:46:22.966Z | Downloaded sigpipe v0.1.3 |
552 | 2024-08-29T15:46:22.966Z | Downloaded ciborium-io v0.2.2 |
553 | 2024-08-29T15:46:22.969Z | Downloaded atty v0.2.14 |
554 | 2024-08-29T15:46:22.969Z | Downloaded bitstruct v0.1.1 |
555 | 2024-08-29T15:46:22.972Z | Downloaded async-stream-impl v0.3.5 |
556 | 2024-08-29T15:46:22.972Z | Downloaded bzip2 v0.4.4 |
557 | 2024-08-29T15:46:22.972Z | Downloaded arrayref v0.3.7 |
558 | 2024-08-29T15:46:22.975Z | Downloaded lazycell v1.3.0 |
559 | 2024-08-29T15:46:22.975Z | Downloaded inout v0.1.3 |
560 | 2024-08-29T15:46:22.978Z | Downloaded adler v1.0.2 |
561 | 2024-08-29T15:46:22.978Z | Downloaded memoffset v0.9.1 |
562 | 2024-08-29T15:46:22.981Z | Downloaded sec1 v0.7.3 |
563 | 2024-08-29T15:46:22.981Z | Downloaded maplit v1.0.2 |
564 | 2024-08-29T15:46:22.984Z | Downloaded lru-cache v0.1.2 |
565 | 2024-08-29T15:46:22.985Z | Downloaded keccak v0.1.5 |
566 | 2024-08-29T15:46:22.988Z | Downloaded assert_matches v1.5.0 |
567 | 2024-08-29T15:46:22.988Z | Downloaded diesel_table_macro_syntax v0.2.0 |
568 | 2024-08-29T15:46:22.991Z | Downloaded scrypt v0.11.0 |
569 | 2024-08-29T15:46:22.991Z | Downloaded siphasher v0.3.11 |
570 | 2024-08-29T15:46:22.991Z | Downloaded multimap v0.10.0 |
571 | 2024-08-29T15:46:22.993Z | Downloaded darling v0.20.9 |
572 | 2024-08-29T15:46:22.996Z | Downloaded impl-trait-for-tuples v0.2.2 |
573 | 2024-08-29T15:46:22.999Z | Downloaded strum v0.26.3 |
574 | 2024-08-29T15:46:23.001Z | Downloaded resolv-conf v0.7.0 |
575 | 2024-08-29T15:46:23.004Z | Downloaded console v0.15.8 |
576 | 2024-08-29T15:46:23.007Z | Downloaded rustversion v1.0.17 |
577 | 2024-08-29T15:46:23.010Z | Downloaded static_assertions v1.1.0 |
578 | 2024-08-29T15:46:23.010Z | Downloaded shlex v1.3.0 |
579 | 2024-08-29T15:46:23.013Z | Downloaded termios v0.3.3 |
580 | 2024-08-29T15:46:23.015Z | Downloaded smf v0.2.3 |
581 | 2024-08-29T15:46:23.015Z | Downloaded crossbeam-utils v0.8.19 |
582 | 2024-08-29T15:46:23.018Z | Downloaded endian-type v0.1.2 |
583 | 2024-08-29T15:46:23.021Z | Downloaded thiserror-impl-no-std v2.0.2 |
584 | 2024-08-29T15:46:23.021Z | Downloaded cobs v0.2.3 |
585 | 2024-08-29T15:46:23.024Z | Downloaded bit-vec v0.6.3 |
586 | 2024-08-29T15:46:23.024Z | Downloaded cbc v0.1.2 |
587 | 2024-08-29T15:46:23.026Z | Downloaded utf-8 v0.7.6 |
588 | 2024-08-29T15:46:23.026Z | Downloaded lock_api v0.4.12 |
589 | 2024-08-29T15:46:23.029Z | Downloaded ipnet v2.9.0 |
590 | 2024-08-29T15:46:23.032Z | Downloaded chacha20 v0.9.1 |
591 | 2024-08-29T15:46:23.032Z | Downloaded mime_guess v2.0.4 |
592 | 2024-08-29T15:46:23.035Z | Downloaded native-tls v0.2.11 |
593 | 2024-08-29T15:46:23.039Z | Downloaded crc v3.2.1 |
594 | 2024-08-29T15:46:23.041Z | Downloaded phf_shared v0.10.0 |
595 | 2024-08-29T15:46:23.041Z | Downloaded uzers v0.11.3 |
596 | 2024-08-29T15:46:23.041Z | Downloaded convert_case v0.4.0 |
597 | 2024-08-29T15:46:23.044Z | Downloaded curve25519-dalek-derive v0.1.1 |
598 | 2024-08-29T15:46:23.047Z | Downloaded dyn-clone v1.0.17 |
599 | 2024-08-29T15:46:23.047Z | Downloaded num-complex v0.4.6 |
600 | 2024-08-29T15:46:23.049Z | Downloaded indexmap v1.9.3 |
601 | 2024-08-29T15:46:23.052Z | Downloaded hmac v0.12.1 |
602 | 2024-08-29T15:46:23.055Z | Downloaded russh-cryptovec v0.7.2 |
603 | 2024-08-29T15:46:23.055Z | Downloaded crc-any v2.5.0 |
604 | 2024-08-29T15:46:23.058Z | Downloaded ascii v1.1.0 |
605 | 2024-08-29T15:46:23.061Z | Downloaded termcolor v1.4.1 |
606 | 2024-08-29T15:46:23.061Z | Downloaded smallvec v1.13.2 |
607 | 2024-08-29T15:46:23.064Z | Downloaded same-file v1.0.6 |
608 | 2024-08-29T15:46:23.067Z | Downloaded strum_macros v0.24.3 |
609 | 2024-08-29T15:46:23.071Z | Downloaded take_mut v0.2.2 |
610 | 2024-08-29T15:46:23.071Z | Downloaded structmeta-derive v0.3.0 |
611 | 2024-08-29T15:46:23.071Z | Downloaded rustc_version v0.1.7 |
612 | 2024-08-29T15:46:23.073Z | Downloaded futures-sink v0.3.30 |
613 | 2024-08-29T15:46:23.073Z | Downloaded chacha20poly1305 v0.10.1 |
614 | 2024-08-29T15:46:23.074Z | Downloaded packed_struct v0.10.1 |
615 | 2024-08-29T15:46:23.076Z | Downloaded precomputed-hash v0.1.1 |
616 | 2024-08-29T15:46:23.076Z | Downloaded xattr v1.3.1 |
617 | 2024-08-29T15:46:23.079Z | Downloaded universal-hash v0.5.1 |
618 | 2024-08-29T15:46:23.081Z | Downloaded blake2 v0.10.6 |
619 | 2024-08-29T15:46:23.084Z | Downloaded ahash v0.8.11 |
620 | 2024-08-29T15:46:23.087Z | Downloaded dsl_auto_type v0.1.2 |
621 | 2024-08-29T15:46:23.087Z | Downloaded sync_wrapper v0.1.2 |
622 | 2024-08-29T15:46:23.090Z | Downloaded aes-gcm v0.10.3 |
623 | 2024-08-29T15:46:23.093Z | Downloaded http v1.1.0 |
624 | 2024-08-29T15:46:23.096Z | Downloaded tower-service v0.3.2 |
625 | 2024-08-29T15:46:23.099Z | Downloaded predicates-core v1.0.6 |
626 | 2024-08-29T15:46:23.099Z | Downloaded const_format_proc_macros v0.2.32 |
627 | 2024-08-29T15:46:23.101Z | Downloaded env_logger v0.9.3 |
628 | 2024-08-29T15:46:23.104Z | Downloaded cipher v0.4.4 |
629 | 2024-08-29T15:46:23.107Z | Downloaded want v0.3.1 |
630 | 2024-08-29T15:46:23.107Z | Downloaded num-iter v0.1.45 |
631 | 2024-08-29T15:46:23.111Z | Downloaded bcs v0.1.6 |
632 | 2024-08-29T15:46:23.113Z | Downloaded fragile v2.0.0 |
633 | 2024-08-29T15:46:23.113Z | Downloaded enum-as-inner v0.5.1 |
634 | 2024-08-29T15:46:23.117Z | Downloaded ref-cast-impl v1.0.23 |
635 | 2024-08-29T15:46:23.117Z | Downloaded openssl-probe v0.1.5 |
636 | 2024-08-29T15:46:23.117Z | Downloaded rand_seeder v0.3.0 |
637 | 2024-08-29T15:46:23.120Z | Downloaded pretty-hex v0.2.1 |
638 | 2024-08-29T15:46:23.120Z | Downloaded hickory-server v0.24.1 |
639 | 2024-08-29T15:46:23.125Z | Downloaded secrecy v0.8.0 |
640 | 2024-08-29T15:46:23.128Z | Downloaded zone_cfg_derive v0.1.2 |
641 | 2024-08-29T15:46:23.128Z | Downloaded tap v1.0.1 |
642 | 2024-08-29T15:46:23.130Z | Downloaded tabwriter v1.4.0 |
643 | 2024-08-29T15:46:23.130Z | Downloaded smallvec v0.6.14 |
644 | 2024-08-29T15:46:23.133Z | Downloaded pin-utils v0.1.0 |
645 | 2024-08-29T15:46:23.133Z | Downloaded toml v0.7.8 |
646 | 2024-08-29T15:46:23.136Z | Downloaded num-rational v0.4.2 |
647 | 2024-08-29T15:46:23.139Z | Downloaded zerocopy v0.6.6 |
648 | 2024-08-29T15:46:23.142Z | Downloaded headers-core v0.2.0 |
649 | 2024-08-29T15:46:23.146Z | Downloaded ref-cast v1.0.23 |
650 | 2024-08-29T15:46:23.146Z | Downloaded ppv-lite86 v0.2.17 |
651 | 2024-08-29T15:46:23.150Z | Downloaded downcast v0.11.0 |
652 | 2024-08-29T15:46:23.150Z | Downloaded enum-as-inner v0.6.0 |
653 | 2024-08-29T15:46:23.153Z | Downloaded yasna v0.5.2 |
654 | 2024-08-29T15:46:23.153Z | Downloaded predicates-tree v1.0.9 |
655 | 2024-08-29T15:46:23.156Z | Downloaded predicates v3.1.2 |
656 | 2024-08-29T15:46:23.158Z | Downloaded pkcs1 v0.7.5 |
657 | 2024-08-29T15:46:23.161Z | Downloaded peg-runtime v0.8.3 |
658 | 2024-08-29T15:46:23.161Z | Downloaded display-error-chain v0.2.1 |
659 | 2024-08-29T15:46:23.164Z | Downloaded crossbeam-epoch v0.9.18 |
660 | 2024-08-29T15:46:23.167Z | Downloaded structmeta-derive v0.2.0 |
661 | 2024-08-29T15:46:23.167Z | Downloaded ron v0.8.1 |
662 | 2024-08-29T15:46:23.171Z | Downloaded heck v0.3.3 |
663 | 2024-08-29T15:46:23.174Z | Downloaded sqlparser_derive v0.2.2 |
664 | 2024-08-29T15:46:23.174Z | Downloaded primeorder v0.13.6 |
665 | 2024-08-29T15:46:23.177Z | Downloaded hashlink v0.9.1 |
666 | 2024-08-29T15:46:23.180Z | Downloaded const-oid v0.9.6 |
667 | 2024-08-29T15:46:23.185Z | Downloaded rusty-fork v0.3.0 |
668 | 2024-08-29T15:46:23.185Z | Downloaded unarray v0.1.4 |
669 | 2024-08-29T15:46:23.187Z | Downloaded supports-color v3.0.0 |
670 | 2024-08-29T15:46:23.187Z | Downloaded tungstenite v0.23.0 |
671 | 2024-08-29T15:46:23.190Z | Downloaded tungstenite v0.21.0 |
672 | 2024-08-29T15:46:23.193Z | Downloaded vsss-rs v3.3.4 |
673 | 2024-08-29T15:46:23.196Z | Downloaded serde_yaml v0.9.34+deprecated |
674 | 2024-08-29T15:46:23.199Z | Downloaded debug-ignore v1.0.5 |
675 | 2024-08-29T15:46:23.202Z | Downloaded number_prefix v0.4.0 |
676 | 2024-08-29T15:46:23.205Z | Downloaded fallible-iterator v0.3.0 |
677 | 2024-08-29T15:46:23.205Z | Downloaded erased-serde v0.3.31 |
678 | 2024-08-29T15:46:23.215Z | Downloaded slog-bunyan v2.5.0 |
679 | 2024-08-29T15:46:23.218Z | Downloaded derive_builder_macro v0.20.0 |
680 | 2024-08-29T15:46:23.218Z | Downloaded globset v0.4.14 |
681 | 2024-08-29T15:46:23.221Z | Downloaded parse-display-derive v0.10.0 |
682 | 2024-08-29T15:46:23.223Z | Downloaded base64 v0.13.1 |
683 | 2024-08-29T15:46:23.226Z | Downloaded form_urlencoded v1.2.1 |
684 | 2024-08-29T15:46:23.226Z | Downloaded subtle v2.5.0 |
685 | 2024-08-29T15:46:23.229Z | Downloaded fallible-iterator v0.2.0 |
686 | 2024-08-29T15:46:23.229Z | Downloaded num-bigint-dig v0.8.4 |
687 | 2024-08-29T15:46:23.234Z | Downloaded serde_with_macros v3.9.0 |
688 | 2024-08-29T15:46:23.237Z | Downloaded futures-io v0.3.30 |
689 | 2024-08-29T15:46:23.237Z | Downloaded filetime v0.2.24 |
690 | 2024-08-29T15:46:23.239Z | Downloaded socket2 v0.4.10 |
691 | 2024-08-29T15:46:23.243Z | Downloaded num-traits v0.2.19 |
692 | 2024-08-29T15:46:23.246Z | Downloaded tungstenite v0.20.1 |
693 | 2024-08-29T15:46:23.249Z | Downloaded poly1305 v0.8.0 |
694 | 2024-08-29T15:46:23.252Z | Downloaded string_cache v0.8.7 |
695 | 2024-08-29T15:46:23.255Z | Downloaded foreign-types-shared v0.1.1 |
696 | 2024-08-29T15:46:23.255Z | Downloaded dhcproto-macros v0.1.0 |
697 | 2024-08-29T15:46:23.256Z | Downloaded num_threads v0.1.7 |
698 | 2024-08-29T15:46:23.256Z | Downloaded num_enum_derive v0.5.11 |
699 | 2024-08-29T15:46:23.258Z | Downloaded mio v1.0.2 |
700 | 2024-08-29T15:46:23.264Z | Downloaded opaque-debug v0.3.1 |
701 | 2024-08-29T15:46:23.267Z | Downloaded portpicker v0.1.1 |
702 | 2024-08-29T15:46:23.267Z | Downloaded tokio-tungstenite v0.21.0 |
703 | 2024-08-29T15:46:23.270Z | Downloaded phf_shared v0.11.2 |
704 | 2024-08-29T15:46:23.270Z | Downloaded unicode-xid v0.2.4 |
705 | 2024-08-29T15:46:23.272Z | Downloaded funty v2.0.0 |
706 | 2024-08-29T15:46:23.272Z | Downloaded psl-types v2.0.11 |
707 | 2024-08-29T15:46:23.272Z | Downloaded toolchain_find v0.4.0 |
708 | 2024-08-29T15:46:23.275Z | Downloaded whoami v1.5.1 |
709 | 2024-08-29T15:46:23.278Z | Downloaded futures v0.3.30 |
710 | 2024-08-29T15:46:23.281Z | Downloaded foreign-types v0.3.2 |
711 | 2024-08-29T15:46:23.286Z | Downloaded rtoolbox v0.0.2 |
712 | 2024-08-29T15:46:23.286Z | Downloaded rpassword v7.3.1 |
713 | 2024-08-29T15:46:23.288Z | Downloaded wyz v0.5.1 |
714 | 2024-08-29T15:46:23.288Z | Downloaded either v1.13.0 |
715 | 2024-08-29T15:46:23.288Z | Downloaded fd-lock v4.0.2 |
716 | 2024-08-29T15:46:23.291Z | Downloaded powerfmt v0.2.0 |
717 | 2024-08-29T15:46:23.294Z | Downloaded snafu v0.8.2 |
718 | 2024-08-29T15:46:23.299Z | Downloaded peg-macros v0.8.4 |
719 | 2024-08-29T15:46:23.301Z | Downloaded num-derive v0.4.2 |
720 | 2024-08-29T15:46:23.304Z | Downloaded ghash v0.5.1 |
721 | 2024-08-29T15:46:23.304Z | Downloaded russh v0.45.0 |
722 | 2024-08-29T15:46:23.309Z | Downloaded foreign-types-macros v0.2.3 |
723 | 2024-08-29T15:46:23.312Z | Downloaded serde_derive_internals v0.29.1 |
724 | 2024-08-29T15:46:23.314Z | Downloaded percent-encoding v2.3.1 |
725 | 2024-08-29T15:46:23.314Z | Downloaded serde_arrays v0.1.0 |
726 | 2024-08-29T15:46:23.318Z | Downloaded headers v0.3.9 |
727 | 2024-08-29T15:46:23.321Z | Downloaded unicode-bidi v0.3.15 |
728 | 2024-08-29T15:46:23.323Z | Downloaded polyval v0.6.2 |
729 | 2024-08-29T15:46:23.326Z | Downloaded spin v0.5.2 |
730 | 2024-08-29T15:46:23.329Z | Downloaded sqlformat v0.2.4 |
731 | 2024-08-29T15:46:23.329Z | Downloaded serde_path_to_error v0.1.16 |
732 | 2024-08-29T15:46:23.331Z | Downloaded scheduled-thread-pool v0.2.7 |
733 | 2024-08-29T15:46:23.331Z | Downloaded rfc6979 v0.4.0 |
734 | 2024-08-29T15:46:23.334Z | Downloaded tokio-stream v0.1.15 |
735 | 2024-08-29T15:46:23.338Z | Downloaded tiny-keccak v2.0.2 |
736 | 2024-08-29T15:46:23.340Z | Downloaded tracing v0.1.40 |
737 | 2024-08-29T15:46:23.346Z | Downloaded dhcproto v0.12.0 |
738 | 2024-08-29T15:46:23.348Z | Downloaded difflib v0.4.0 |
739 | 2024-08-29T15:46:23.351Z | Downloaded twox-hash v1.6.3 |
740 | 2024-08-29T15:46:23.354Z | Downloaded tui-tree-widget v0.22.0 |
741 | 2024-08-29T15:46:23.354Z | Downloaded try-lock v0.2.5 |
742 | 2024-08-29T15:46:23.357Z | Downloaded zone v0.1.8 |
743 | 2024-08-29T15:46:23.357Z | Downloaded rcgen v0.12.1 |
744 | 2024-08-29T15:46:23.359Z | Downloaded nom v7.1.3 |
745 | 2024-08-29T15:46:23.364Z | Downloaded group v0.13.0 |
746 | 2024-08-29T15:46:23.367Z | Downloaded float-ord v0.3.2 |
747 | 2024-08-29T15:46:23.369Z | Downloaded quick-error v1.2.3 |
748 | 2024-08-29T15:46:23.369Z | Downloaded parse-display v0.10.0 |
749 | 2024-08-29T15:46:23.372Z | Downloaded rand_xorshift v0.3.0 |
750 | 2024-08-29T15:46:23.372Z | Downloaded proc-macro-crate v1.3.1 |
751 | 2024-08-29T15:46:23.376Z | Downloaded tokio-tungstenite v0.20.1 |
752 | 2024-08-29T15:46:23.376Z | Downloaded salsa20 v0.10.2 |
753 | 2024-08-29T15:46:23.380Z | Downloaded crossbeam-channel v0.5.12 |
754 | 2024-08-29T15:46:23.383Z | Downloaded backtrace v0.3.71 |
755 | 2024-08-29T15:46:23.386Z | Downloaded ron v0.7.1 |
756 | 2024-08-29T15:46:23.392Z | Downloaded crypto-bigint v0.5.5 |
757 | 2024-08-29T15:46:23.399Z | Downloaded tokio-native-tls v0.3.1 |
758 | 2024-08-29T15:46:23.405Z | Downloaded itertools v0.10.5 |
759 | 2024-08-29T15:46:23.408Z | Downloaded untrusted v0.7.1 |
760 | 2024-08-29T15:46:23.410Z | Downloaded hyper v0.14.30 |
761 | 2024-08-29T15:46:23.418Z | Downloaded tokio-macros v2.4.0 |
762 | 2024-08-29T15:46:23.421Z | Downloaded rustc-hash v1.1.0 |
763 | 2024-08-29T15:46:23.421Z | Downloaded paste v1.0.15 |
764 | 2024-08-29T15:46:23.423Z | Downloaded serde_repr v0.1.19 |
765 | 2024-08-29T15:46:23.427Z | Downloaded derive_builder v0.20.0 |
766 | 2024-08-29T15:46:23.430Z | Downloaded thread_local v1.1.8 |
767 | 2024-08-29T15:46:23.433Z | Downloaded openssl-macros v0.1.1 |
768 | 2024-08-29T15:46:23.433Z | Downloaded foreign-types v0.5.0 |
769 | 2024-08-29T15:46:23.436Z | Downloaded futures-core v0.3.30 |
770 | 2024-08-29T15:46:23.436Z | Downloaded tokio-rustls v0.24.1 |
771 | 2024-08-29T15:46:23.438Z | Downloaded postcard v1.0.8 |
772 | 2024-08-29T15:46:23.441Z | Downloaded heapless v0.8.0 |
773 | 2024-08-29T15:46:23.445Z | Downloaded zeroize_derive v1.4.2 |
774 | 2024-08-29T15:46:23.448Z | Downloaded itertools v0.13.0 |
775 | 2024-08-29T15:46:23.453Z | Downloaded libxml v0.3.3 |
776 | 2024-08-29T15:46:23.460Z | Downloaded parking_lot_core v0.9.10 |
777 | 2024-08-29T15:46:23.463Z | Downloaded path-slash v0.1.5 |
778 | 2024-08-29T15:46:23.466Z | Downloaded foreign-types-shared v0.3.1 |
779 | 2024-08-29T15:46:23.466Z | Downloaded packed_struct_codegen v0.10.1 |
780 | 2024-08-29T15:46:23.466Z | Downloaded fallible-streaming-iterator v0.1.9 |
781 | 2024-08-29T15:46:23.470Z | Downloaded ena v0.14.3 |
782 | 2024-08-29T15:46:23.470Z | Downloaded postgres-types v0.2.7 |
783 | 2024-08-29T15:46:23.473Z | Downloaded hashbrown v0.13.2 |
784 | 2024-08-29T15:46:23.476Z | Downloaded glob v0.3.1 |
785 | 2024-08-29T15:46:23.478Z | Downloaded unicode-truncate v1.0.0 |
786 | 2024-08-29T15:46:23.481Z | Downloaded elliptic-curve v0.13.8 |
787 | 2024-08-29T15:46:23.483Z | Downloaded deranged v0.3.11 |
788 | 2024-08-29T15:46:23.486Z | Downloaded slog-json v2.6.1 |
789 | 2024-08-29T15:46:23.486Z | Downloaded crossterm v0.28.1 |
790 | 2024-08-29T15:46:23.493Z | Downloaded spki v0.7.3 |
791 | 2024-08-29T15:46:23.495Z | Downloaded tinyvec_macros v0.1.1 |
792 | 2024-08-29T15:46:23.499Z | Downloaded time-core v0.1.2 |
793 | 2024-08-29T15:46:23.499Z | Downloaded rand_chacha v0.3.1 |
794 | 2024-08-29T15:46:23.499Z | Downloaded radium v0.7.0 |
795 | 2024-08-29T15:46:23.502Z | Downloaded derive-where v1.2.7 |
796 | 2024-08-29T15:46:23.505Z | Downloaded rustc_version v0.4.0 |
797 | 2024-08-29T15:46:23.505Z | Downloaded futures-executor v0.3.30 |
798 | 2024-08-29T15:46:23.509Z | Downloaded ed25519 v2.2.3 |
799 | 2024-08-29T15:46:23.509Z | Downloaded diff v0.1.13 |
800 | 2024-08-29T15:46:23.511Z | Downloaded dirs-sys-next v0.1.2 |
801 | 2024-08-29T15:46:23.514Z | Downloaded which v4.4.2 |
802 | 2024-08-29T15:46:23.514Z | Downloaded structmeta v0.2.0 |
803 | 2024-08-29T15:46:23.517Z | Downloaded topological-sort v0.2.2 |
804 | 2024-08-29T15:46:23.517Z | Downloaded strip-ansi-escapes v0.2.0 |
805 | 2024-08-29T15:46:23.520Z | Downloaded fatfs v0.3.6 |
806 | 2024-08-29T15:46:23.523Z | Downloaded rustls-pki-types v1.7.0 |
807 | 2024-08-29T15:46:23.523Z | Downloaded rustc-demangle v0.1.24 |
808 | 2024-08-29T15:46:23.525Z | Downloaded publicsuffix v2.2.3 |
809 | 2024-08-29T15:46:23.528Z | Downloaded stringprep v0.1.4 |
810 | 2024-08-29T15:46:23.531Z | Downloaded vte_generate_state_changes v0.1.1 |
811 | 2024-08-29T15:46:23.531Z | Downloaded pin-project-lite v0.2.14 |
812 | 2024-08-29T15:46:23.534Z | Downloaded r2d2 v0.8.10 |
813 | 2024-08-29T15:46:23.537Z | Downloaded slab v0.4.9 |
814 | 2024-08-29T15:46:23.540Z | Downloaded tracing-attributes v0.1.27 |
815 | 2024-08-29T15:46:23.540Z | Downloaded pkcs8 v0.10.2 |
816 | 2024-08-29T15:46:23.543Z | Downloaded samael v0.0.15 |
817 | 2024-08-29T15:46:23.548Z | Downloaded futures-channel v0.3.30 |
818 | 2024-08-29T15:46:23.551Z | Downloaded serde-big-array v0.5.1 |
819 | 2024-08-29T15:46:23.554Z | Downloaded waitgroup v0.1.2 |
820 | 2024-08-29T15:46:23.554Z | Downloaded tracing-core v0.1.32 |
821 | 2024-08-29T15:46:23.556Z | Downloaded vergen v8.3.2 |
822 | 2024-08-29T15:46:23.560Z | Downloaded slog-dtrace v0.3.0 |
823 | 2024-08-29T15:46:23.563Z | Downloaded signature v2.2.0 |
824 | 2024-08-29T15:46:23.563Z | Downloaded unsafe-libyaml v0.2.11 |
825 | 2024-08-29T15:46:23.566Z | Downloaded dirs-next v2.0.0 |
826 | 2024-08-29T15:46:23.569Z | Downloaded ecdsa v0.16.9 |
827 | 2024-08-29T15:46:23.569Z | Downloaded oso v0.27.3 |
828 | 2024-08-29T15:46:23.573Z | Downloaded socket2 v0.5.7 |
829 | 2024-08-29T15:46:23.575Z | Downloaded hashbrown v0.12.3 |
830 | 2024-08-29T15:46:23.578Z | Downloaded aho-corasick v1.1.3 |
831 | 2024-08-29T15:46:23.585Z | Downloaded olpc-cjson v0.1.3 |
832 | 2024-08-29T15:46:23.588Z | Downloaded structmeta v0.3.0 |
833 | 2024-08-29T15:46:23.588Z | Downloaded schemars_derive v0.8.21 |
834 | 2024-08-29T15:46:23.591Z | Downloaded wait-timeout v0.2.0 |
835 | 2024-08-29T15:46:23.591Z | Downloaded toml_edit v0.19.15 |
836 | 2024-08-29T15:46:23.606Z | Downloaded hash32 v0.3.1 |
837 | 2024-08-29T15:46:23.609Z | Downloaded password-hash v0.4.2 |
838 | 2024-08-29T15:46:23.612Z | Downloaded strum_macros v0.26.4 |
839 | 2024-08-29T15:46:23.612Z | Downloaded walkdir v2.5.0 |
840 | 2024-08-29T15:46:23.614Z | Downloaded zip v0.6.6 |
841 | 2024-08-29T15:46:23.618Z | Downloaded postgres-protocol v0.6.7 |
842 | 2024-08-29T15:46:23.621Z | Downloaded thiserror-no-std v2.0.2 |
843 | 2024-08-29T15:46:23.624Z | Downloaded expectorate v1.1.0 |
844 | 2024-08-29T15:46:23.628Z | Downloaded hickory-resolver v0.24.1 |
845 | 2024-08-29T15:46:23.630Z | Downloaded idna v0.5.0 |
846 | 2024-08-29T15:46:23.638Z | Downloaded peg v0.8.4 |
847 | 2024-08-29T15:46:23.643Z | Downloaded strum_macros v0.25.3 |
848 | 2024-08-29T15:46:23.645Z | Downloaded url v2.5.2 |
849 | 2024-08-29T15:46:23.648Z | Downloaded rayon-core v1.12.1 |
850 | 2024-08-29T15:46:23.651Z | Downloaded steno v0.4.1 |
851 | 2024-08-29T15:46:23.655Z | Downloaded p521 v0.13.3 |
852 | 2024-08-29T15:46:23.660Z | Downloaded idna v0.3.0 |
853 | 2024-08-29T15:46:23.666Z | Downloaded pbkdf2 v0.11.0 |
854 | 2024-08-29T15:46:23.669Z | Downloaded pin-project v1.1.5 |
855 | 2024-08-29T15:46:23.680Z | Downloaded reedline v0.33.0 |
856 | 2024-08-29T15:46:23.688Z | Downloaded half v2.4.1 |
857 | 2024-08-29T15:46:23.691Z | Downloaded signal-hook v0.3.17 |
858 | 2024-08-29T15:46:23.693Z | Downloaded ed25519-dalek v2.1.1 |
859 | 2024-08-29T15:46:23.696Z | Downloaded unicode-segmentation v1.11.0 |
860 | 2024-08-29T15:46:23.700Z | Downloaded portable-atomic v1.6.0 |
861 | 2024-08-29T15:46:23.708Z | Downloaded serde_with v3.9.0 |
862 | 2024-08-29T15:46:23.715Z | Downloaded rand v0.8.5 |
863 | 2024-08-29T15:46:23.718Z | Downloaded unicode-normalization v0.1.23 |
864 | 2024-08-29T15:46:23.722Z | Downloaded flate2 v1.0.31 |
865 | 2024-08-29T15:46:23.728Z | Downloaded der v0.7.9 |
866 | 2024-08-29T15:46:23.733Z | Downloaded ssh-key v0.6.6 |
867 | 2024-08-29T15:46:23.740Z | Downloaded time v0.3.36 |
868 | 2024-08-29T15:46:23.748Z | Downloaded idna v0.2.3 |
869 | 2024-08-29T15:46:23.754Z | Downloaded bindgen v0.69.4 |
870 | 2024-08-29T15:46:23.762Z | Downloaded lalrpop v0.19.12 |
871 | 2024-08-29T15:46:23.773Z | Downloaded blake3 v1.5.1 |
872 | 2024-08-29T15:46:23.781Z | Downloaded reqwest v0.11.27 |
873 | 2024-08-29T15:46:23.789Z | Downloaded quick-xml v0.31.0 |
874 | 2024-08-29T15:46:23.795Z | Downloaded sqlparser v0.45.0 |
875 | 2024-08-29T15:46:23.800Z | Downloaded rayon v1.10.0 |
876 | 2024-08-29T15:46:23.811Z | Downloaded nix v0.27.1 |
877 | 2024-08-29T15:46:23.821Z | Downloaded tough v0.17.1 |
878 | 2024-08-29T15:46:23.830Z | Downloaded idna v0.4.0 |
879 | 2024-08-29T15:46:23.836Z | Downloaded p384 v0.13.0 |
880 | 2024-08-29T15:46:23.843Z | Downloaded proptest v1.5.0 |
881 | 2024-08-29T15:46:23.852Z | Downloaded regex v1.10.6 |
882 | 2024-08-29T15:46:23.867Z | Downloaded futures-util v0.3.30 |
883 | 2024-08-29T15:46:23.877Z | Downloaded winnow v0.5.40 |
884 | 2024-08-29T15:46:23.886Z | Downloaded rustls-webpki v0.101.7 |
885 | 2024-08-29T15:46:23.901Z | Downloaded smoltcp v0.11.0 |
886 | 2024-08-29T15:46:23.914Z | Downloaded regex-syntax v0.6.29 |
887 | 2024-08-29T15:46:23.921Z | Downloaded bstr v1.9.1 |
888 | 2024-08-29T15:46:23.932Z | Downloaded gimli v0.28.1 |
889 | 2024-08-29T15:46:23.940Z | Downloaded git2 v0.19.0 |
890 | 2024-08-29T15:46:23.949Z | Downloaded object v0.30.4 |
891 | 2024-08-29T15:46:23.958Z | Downloaded dropshot v0.10.1 |
892 | 2024-08-29T15:46:23.968Z | Downloaded radix_trie v0.2.1 |
893 | 2024-08-29T15:46:23.973Z | Downloaded regress v0.9.1 |
894 | 2024-08-29T15:46:23.982Z | Downloaded regex-syntax v0.8.4 |
895 | 2024-08-29T15:46:23.991Z | Downloaded hickory-proto v0.24.1 |
896 | 2024-08-29T15:46:24.007Z | Downloaded rustls v0.22.4 |
897 | 2024-08-29T15:46:24.020Z | Downloaded polar-core v0.27.3 |
898 | 2024-08-29T15:46:24.029Z | Downloaded object v0.32.2 |
899 | 2024-08-29T15:46:24.040Z | Downloaded openapiv3 v2.0.0 |
900 | 2024-08-29T15:46:24.053Z | Downloaded diesel v2.2.3 |
901 | 2024-08-29T15:46:24.072Z | Downloaded ratatui v0.28.0 |
902 | 2024-08-29T15:46:24.093Z | Downloaded zerocopy-derive v0.6.6 |
903 | 2024-08-29T15:46:24.103Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
904 | 2024-08-29T15:46:24.114Z | Downloaded sled v0.34.7 |
905 | 2024-08-29T15:46:24.125Z | Downloaded regex-automata v0.4.6 |
906 | 2024-08-29T15:46:24.143Z | Downloaded rustls v0.21.12 |
907 | 2024-08-29T15:46:24.153Z | Downloaded petgraph v0.6.5 |
908 | 2024-08-29T15:46:24.171Z | Downloaded csv v1.3.0 |
909 | 2024-08-29T15:46:24.191Z | Downloaded finl_unicode v1.2.0 |
910 | 2024-08-29T15:46:24.204Z | Downloaded trust-dns-proto v0.22.0 |
911 | 2024-08-29T15:46:24.216Z | Downloaded encoding_rs v0.8.34 |
912 | 2024-08-29T15:46:24.237Z | Downloaded tokio v1.39.3 |
913 | 2024-08-29T15:46:24.274Z | Downloaded nix v0.28.0 |
914 | 2024-08-29T15:46:24.285Z | Downloaded sha3 v0.10.8 |
915 | 2024-08-29T15:46:24.290Z | Downloaded openssl v0.10.66 |
916 | 2024-08-29T15:46:24.299Z | Downloaded curve25519-dalek v4.1.3 |
917 | 2024-08-29T15:46:24.307Z | Downloaded webpki-roots v0.25.4 |
918 | 2024-08-29T15:46:24.311Z | Downloaded rustls-webpki v0.102.4 |
919 | 2024-08-29T15:46:24.328Z | Downloaded chrono v0.4.38 |
920 | 2024-08-29T15:46:24.335Z | Downloaded vcpkg v0.2.15 |
921 | 2024-08-29T15:46:24.374Z | Downloaded smoltcp v0.9.1 |
922 | 2024-08-29T15:46:24.385Z | Downloaded bitvec v1.0.1 |
923 | 2024-08-29T15:46:24.399Z | Downloaded tinyvec v1.6.0 |
924 | 2024-08-29T15:46:24.402Z | Downloaded omicron-zone-package v0.11.0 |
925 | 2024-08-29T15:46:24.405Z | Downloaded typed-path v0.7.1 |
926 | 2024-08-29T15:46:24.411Z | Downloaded h2 v0.3.26 |
927 | 2024-08-29T15:46:24.417Z | Downloaded crossterm v0.27.0 |
928 | 2024-08-29T15:46:24.423Z | Downloaded password-hash v0.5.0 |
929 | 2024-08-29T15:46:24.426Z | Downloaded der_derive v0.7.2 |
930 | 2024-08-29T15:46:24.430Z | Downloaded vte v0.11.1 |
931 | 2024-08-29T15:46:24.430Z | Downloaded schemars v0.8.21 |
932 | 2024-08-29T15:46:24.439Z | Downloaded russh-keys v0.45.0 |
933 | 2024-08-29T15:46:24.441Z | Downloaded unicode_categories v0.1.1 |
934 | 2024-08-29T15:46:24.444Z | Downloaded rustyline v14.0.0 |
935 | 2024-08-29T15:46:24.448Z | Downloaded getopts v0.2.21 |
936 | 2024-08-29T15:46:24.450Z | Downloaded gethostname v0.5.0 |
937 | 2024-08-29T15:46:24.450Z | Downloaded dropshot_endpoint v0.10.1 |
938 | 2024-08-29T15:46:24.453Z | Downloaded semver v0.1.20 |
939 | 2024-08-29T15:46:24.453Z | Downloaded pkg-config v0.3.30 |
940 | 2024-08-29T15:46:24.456Z | Downloaded fxhash v0.2.1 |
941 | 2024-08-29T15:46:24.456Z | Downloaded defmt-parser v0.3.4 |
942 | 2024-08-29T15:46:24.456Z | Downloaded futures-task v0.3.30 |
943 | 2024-08-29T15:46:24.456Z | Downloaded embedded-io v0.4.0 |
944 | 2024-08-29T15:46:24.459Z | Downloaded rusqlite v0.31.0 |
945 | 2024-08-29T15:46:24.463Z | Downloaded slog-envlogger v2.2.0 |
946 | 2024-08-29T15:46:24.469Z | Downloaded aes v0.8.4 |
947 | 2024-08-29T15:46:24.469Z | Downloaded rsa v0.9.6 |
948 | 2024-08-29T15:46:24.472Z | Downloaded tokio-postgres v0.7.11 |
949 | 2024-08-29T15:46:24.477Z | Downloaded tar v0.4.41 |
950 | 2024-08-29T15:46:24.480Z | Downloaded subprocess v0.2.9 |
951 | 2024-08-29T15:46:24.482Z | Downloaded untrusted v0.9.0 |
952 | 2024-08-29T15:46:24.485Z | Downloaded tls_codec v0.4.1 |
953 | 2024-08-29T15:46:24.485Z | Downloaded serde_urlencoded v0.7.1 |
954 | 2024-08-29T15:46:24.488Z | Downloaded serde_plain v1.0.2 |
955 | 2024-08-29T15:46:24.488Z | Downloaded rustls-pemfile v2.1.3 |
956 | 2024-08-29T15:46:24.491Z | Downloaded slog-term v2.9.1 |
957 | 2024-08-29T15:46:24.494Z | Downloaded slog-stdlog v4.1.1 |
958 | 2024-08-29T15:46:24.494Z | Downloaded pem-rfc7468 v0.7.0 |
959 | 2024-08-29T15:46:24.498Z | Downloaded parking_lot v0.12.2 |
960 | 2024-08-29T15:46:24.498Z | Downloaded heapless v0.7.17 |
961 | 2024-08-29T15:46:24.501Z | Downloaded hickory-client v0.24.1 |
962 | 2024-08-29T15:46:24.503Z | Downloaded x509-cert v0.2.5 |
963 | 2024-08-29T15:46:24.510Z | Downloaded slog-scope v4.4.0 |
964 | 2024-08-29T15:46:24.512Z | Downloaded pem v3.0.4 |
965 | 2024-08-29T15:46:24.512Z | Downloaded parking_lot_core v0.8.6 |
966 | 2024-08-29T15:46:24.515Z | Downloaded parking_lot v0.11.2 |
967 | 2024-08-29T15:46:24.517Z | Downloaded derive_more v0.99.18 |
968 | 2024-08-29T15:46:24.521Z | Downloaded hkdf v0.12.4 |
969 | 2024-08-29T15:46:24.524Z | Downloaded hex-literal v0.4.1 |
970 | 2024-08-29T15:46:24.526Z | Downloaded hex v0.4.3 |
971 | 2024-08-29T15:46:24.526Z | Downloaded float-cmp v0.9.0 |
972 | 2024-08-29T15:46:24.529Z | Downloaded flagset v0.4.5 |
973 | 2024-08-29T15:46:24.529Z | Downloaded fixedbitset v0.4.2 |
974 | 2024-08-29T15:46:24.532Z | Downloaded tls_codec_derive v0.4.1 |
975 | 2024-08-29T15:46:24.532Z | Downloaded signal-hook-tokio v0.3.1 |
976 | 2024-08-29T15:46:24.532Z | Downloaded signal-hook-registry v1.4.2 |
977 | 2024-08-29T15:46:24.535Z | Downloaded signal-hook-mio v0.2.4 |
978 | 2024-08-29T15:46:24.535Z | Downloaded num-integer v0.1.46 |
979 | 2024-08-29T15:46:24.537Z | Downloaded getrandom v0.2.14 |
980 | 2024-08-29T15:46:24.540Z | Downloaded compact_str v0.8.0 |
981 | 2024-08-29T15:46:24.542Z | Downloaded derive_builder_core v0.20.0 |
982 | 2024-08-29T15:46:24.545Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
983 | 2024-08-29T15:46:24.602Z | Downloaded rand_core v0.6.4 |
984 | 2024-08-29T15:46:24.605Z | Downloaded hash32 v0.2.1 |
985 | 2024-08-29T15:46:24.605Z | Downloaded ff v0.13.0 |
986 | 2024-08-29T15:46:24.607Z | Downloaded tokio-util v0.7.11 |
987 | 2024-08-29T15:46:24.612Z | Downloaded base64 v0.22.1 |
988 | 2024-08-29T15:46:24.616Z | Downloaded spin v0.9.8 |
989 | 2024-08-29T15:46:24.618Z | Downloaded prettyplease v0.2.20 |
990 | 2024-08-29T15:46:24.621Z | Downloaded openssl-sys v0.9.103 |
991 | 2024-08-29T15:46:24.626Z | Downloaded p256 v0.13.2 |
992 | 2024-08-29T15:46:24.629Z | Downloaded num_enum v0.5.11 |
993 | 2024-08-29T15:46:24.633Z | Downloaded slog v2.7.0 |
994 | 2024-08-29T15:46:24.636Z | Downloaded num-bigint v0.4.5 |
995 | 2024-08-29T15:46:24.641Z | Downloaded itertools v0.12.1 |
996 | 2024-08-29T15:46:24.647Z | Downloaded des v0.8.1 |
997 | 2024-08-29T15:46:24.650Z | Downloaded time-macros v0.2.18 |
998 | 2024-08-29T15:46:24.653Z | Downloaded env_logger v0.10.2 |
999 | 2024-08-29T15:46:24.655Z | Downloaded phf v0.11.2 |
1000 | 2024-08-29T15:46:24.655Z | Downloaded pbkdf2 v0.12.2 |
1001 | 2024-08-29T15:46:24.658Z | Downloaded ssh-encoding v0.2.0 |
1002 | 2024-08-29T15:46:24.658Z | Downloaded ssh-cipher v0.2.0 |
1003 | 2024-08-29T15:46:24.661Z | Downloaded http v0.2.12 |
1004 | 2024-08-29T15:46:24.664Z | Downloaded serde-hex v0.1.0 |
1005 | 2024-08-29T15:46:24.667Z | Downloaded tokio-rustls v0.25.0 |
1006 | 2024-08-29T15:46:24.667Z | Downloaded owo-colors v4.0.0 |
1007 | 2024-08-29T15:46:24.670Z | Downloaded darling_core v0.20.9 |
1008 | 2024-08-29T15:46:24.673Z | Downloaded pin-project-internal v1.1.5 |
1009 | 2024-08-29T15:46:24.675Z | Downloaded bytes v1.7.1 |
1010 | 2024-08-29T15:46:24.678Z | Downloaded slog-async v2.8.0 |
1011 | 2024-08-29T15:46:24.681Z | Downloaded flume v0.11.0 |
1012 | 2024-08-29T15:46:24.684Z | Downloaded defmt v0.3.8 |
1013 | 2024-08-29T15:46:24.687Z | Downloaded data-encoding v2.6.0 |
1014 | 2024-08-29T15:46:24.689Z | Downloaded pkcs5 v0.7.1 |
1015 | 2024-08-29T15:46:24.692Z | Downloaded diesel_derives v2.2.2 |
1016 | 2024-08-29T15:46:24.695Z | Downloaded const_format v0.2.32 |
1017 | 2024-08-29T15:46:24.699Z | Downloaded libm v0.2.8 |
1018 | 2024-08-29T15:46:24.708Z | Downloaded unicase v2.7.0 |
1019 | 2024-08-29T15:46:24.710Z | Downloaded base64 v0.21.7 |
1020 | 2024-08-29T15:46:24.713Z | Downloaded cc v1.0.97 |
1021 | 2024-08-29T15:46:24.716Z | Downloaded rustfmt-wrapper v0.2.1 |
1022 | 2024-08-29T15:46:24.718Z | Downloaded snafu-derive v0.8.2 |
1023 | 2024-08-29T15:46:24.718Z | Downloaded minimal-lexical v0.2.1 |
1024 | 2024-08-29T15:46:24.722Z | Downloaded cookie v0.18.1 |
1025 | 2024-08-29T15:46:24.725Z | Downloaded defmt-macros v0.3.9 |
1026 | 2024-08-29T15:46:24.727Z | Downloaded miniz_oxide v0.7.2 |
1027 | 2024-08-29T15:46:24.730Z | Downloaded uuid v1.10.0 |
1028 | 2024-08-29T15:46:24.732Z | Downloaded shell-words v1.1.0 |
1029 | 2024-08-29T15:46:24.735Z | Downloaded sha1 v0.10.6 |
1030 | 2024-08-29T15:46:24.735Z | Downloaded oso-derive v0.27.3 |
1031 | 2024-08-29T15:46:24.738Z | Downloaded tokio-tungstenite v0.23.1 |
1032 | 2024-08-29T15:46:24.738Z | Downloaded term v0.7.0 |
1033 | 2024-08-29T15:46:24.743Z | Downloaded mio v0.8.11 |
1034 | 2024-08-29T15:46:24.750Z | Downloaded allocator-api2 v0.2.18 |
1035 | 2024-08-29T15:46:24.754Z | Downloaded scopeguard v1.2.0 |
1036 | 2024-08-29T15:46:24.754Z | Downloaded futures-macro v0.3.30 |
1037 | 2024-08-29T15:46:24.756Z | Downloaded parse-size v1.0.0 |
1038 | 2024-08-29T15:46:24.757Z | Downloaded test-strategy v0.3.1 |
1039 | 2024-08-29T15:46:24.759Z | Downloaded similar v2.6.0 |
1040 | 2024-08-29T15:46:24.762Z | Downloaded sct v0.7.1 |
1041 | 2024-08-29T15:46:24.765Z | Downloaded rustls-pemfile v1.0.4 |
1042 | 2024-08-29T15:46:24.767Z | Downloaded mockall_derive v0.13.0 |
1043 | 2024-08-29T15:46:24.770Z | Downloaded bitfield-struct v0.6.1 |
1044 | 2024-08-29T15:46:24.770Z | Downloaded ctr v0.9.2 |
1045 | 2024-08-29T15:46:24.773Z | Downloaded crc-catalog v2.4.0 |
1046 | 2024-08-29T15:46:24.773Z | Downloaded zeroize v1.7.0 |
1047 | 2024-08-29T15:46:24.775Z | Downloaded nu-ansi-term v0.50.0 |
1048 | 2024-08-29T15:46:24.778Z | Downloaded cookie v0.17.0 |
1049 | 2024-08-29T15:46:24.781Z | Downloaded cexpr v0.6.0 |
1050 | 2024-08-29T15:46:24.781Z | Downloaded libloading v0.8.3 |
1051 | 2024-08-29T15:46:24.783Z | Downloaded cassowary v0.3.0 |
1052 | 2024-08-29T15:46:24.783Z | Downloaded blowfish v0.9.1 |
1053 | 2024-08-29T15:46:24.786Z | Downloaded bb8 v0.8.5 |
1054 | 2024-08-29T15:46:24.786Z | Downloaded atomic-waker v1.1.2 |
1055 | 2024-08-29T15:46:24.789Z | Downloaded async-recursion v1.1.1 |
1056 | 2024-08-29T15:46:24.792Z | Downloaded clang-sys v1.7.0 |
1057 | 2024-08-29T15:46:24.792Z | Downloaded cancel-safe-futures v0.1.5 |
1058 | 2024-08-29T15:46:24.795Z | Downloaded arc-swap v1.7.1 |
1059 | 2024-08-29T15:46:24.798Z | Downloaded argon2 v0.5.3 |
1060 | 2024-08-29T15:46:24.801Z | Downloaded hyper-rustls v0.24.2 |
1061 | 2024-08-29T15:46:24.803Z | Downloaded csv-core v0.1.11 |
1062 | 2024-08-29T15:46:24.806Z | Downloaded linear-map v1.2.0 |
1063 | 2024-08-29T15:46:24.806Z | Downloaded lalrpop-util v0.19.12 |
1064 | 2024-08-29T15:46:24.806Z | Downloaded crucible-workspace-hack v0.1.0 |
1065 | 2024-08-29T15:46:24.809Z | Downloaded cookie_store v0.20.0 |
1066 | 2024-08-29T15:46:24.810Z | Downloaded match_cfg v0.1.0 |
1067 | 2024-08-29T15:46:24.810Z | Downloaded base64ct v1.6.0 |
1068 | 2024-08-29T15:46:24.812Z | Downloaded arrayvec v0.7.4 |
1069 | 2024-08-29T15:46:24.815Z | Downloaded indoc v1.0.9 |
1070 | 2024-08-29T15:46:24.815Z | Downloaded bit-set v0.5.3 |
1071 | 2024-08-29T15:46:24.818Z | Downloaded colored v2.1.0 |
1072 | 2024-08-29T15:46:24.820Z | Downloaded block-padding v0.3.3 |
1073 | 2024-08-29T15:46:24.820Z | Downloaded atomicwrites v0.4.3 |
1074 | 2024-08-29T15:46:24.820Z | Downloaded newtype-uuid v1.1.0 |
1075 | 2024-08-29T15:46:24.823Z | Downloaded nanorand v0.7.0 |
1076 | 2024-08-29T15:46:24.823Z | Downloaded mockall v0.13.0 |
1077 | 2024-08-29T15:46:24.826Z | Downloaded lazy_static v1.5.0 |
1078 | 2024-08-29T15:46:24.826Z | Downloaded kstat-rs v0.2.4 |
1079 | 2024-08-29T15:46:24.828Z | Downloaded bcrypt-pbkdf v0.10.0 |
1080 | 2024-08-29T15:46:24.828Z | Downloaded md-5 v0.10.6 |
1081 | 2024-08-29T15:46:24.829Z | Downloaded managed v0.8.0 |
1082 | 2024-08-29T15:46:24.831Z | Downloaded linked-hash-map v0.5.6 |
1083 | 2024-08-29T15:46:24.831Z | Downloaded ipnetwork v0.20.0 |
1084 | 2024-08-29T15:46:24.834Z | Downloaded base16ct v0.2.0 |
1085 | 2024-08-29T15:46:24.834Z | Downloaded array-init v0.0.4 |
1086 | 2024-08-29T15:46:24.834Z | Downloaded aead v0.5.2 |
1087 | 2024-08-29T15:46:24.837Z | Downloaded hostname v0.4.0 |
1088 | 2024-08-29T15:46:24.837Z | Downloaded hyper-staticfile v0.9.5 |
1089 | 2024-08-29T15:46:24.840Z | Downloaded highway v1.2.0 |
1090 | 2024-08-29T15:46:25.048Z | Downloaded libz-sys v1.1.16 |
1091 | 2024-08-29T15:46:25.155Z | Downloaded ring v0.17.8 |
1092 | 2024-08-29T15:46:25.302Z | Downloaded libsqlite3-sys v0.28.0 |
1093 | 2024-08-29T15:46:25.374Z | Downloaded ring v0.16.20 |
1094 | 2024-08-29T15:46:25.560Z | Compiling serde v1.0.208 |
1095 | 2024-08-29T15:46:25.563Z | Compiling typenum v1.17.0 |
1096 | 2024-08-29T15:46:25.563Z | Compiling generic-array v0.14.7 |
1097 | 2024-08-29T15:46:25.563Z | Compiling lock_api v0.4.12 |
1098 | 2024-08-29T15:46:25.563Z | Compiling scopeguard v1.2.0 |
1099 | 2024-08-29T15:46:25.710Z | Compiling log v0.4.21 |
1100 | 2024-08-29T15:46:25.724Z | Compiling syn v2.0.74 |
1101 | 2024-08-29T15:46:25.727Z | Compiling getrandom v0.2.14 |
1102 | 2024-08-29T15:46:25.893Z | Compiling jobserver v0.1.32 |
1103 | 2024-08-29T15:46:26.086Z | Compiling rand_core v0.6.4 |
1104 | 2024-08-29T15:46:26.222Z | Compiling subtle v2.5.0 |
1105 | 2024-08-29T15:46:26.267Z | Compiling cc v1.0.97 |
1106 | 2024-08-29T15:46:26.307Z | Compiling const-oid v0.9.6 |
1107 | 2024-08-29T15:46:26.590Z | Compiling smallvec v1.13.2 |
1108 | 2024-08-29T15:46:26.661Z | Compiling pin-project-lite v0.2.14 |
1109 | 2024-08-29T15:46:26.686Z | Compiling parking_lot_core v0.9.10 |
1110 | 2024-08-29T15:46:26.798Z | Compiling signal-hook-registry v1.4.2 |
1111 | 2024-08-29T15:46:26.858Z | Compiling spin v0.9.8 |
1112 | 2024-08-29T15:46:27.037Z | Compiling mio v1.0.2 |
1113 | 2024-08-29T15:46:27.279Z | Compiling ahash v0.8.11 |
1114 | 2024-08-29T15:46:27.658Z | Compiling parking_lot v0.12.2 |
1115 | 2024-08-29T15:46:27.675Z | Compiling tinyvec_macros v0.1.1 |
1116 | 2024-08-29T15:46:27.772Z | Compiling tinyvec v1.6.0 |
1117 | 2024-08-29T15:46:27.937Z | Compiling socket2 v0.5.7 |
1118 | 2024-08-29T15:46:28.322Z | Compiling cpufeatures v0.2.12 |
1119 | 2024-08-29T15:46:28.325Z | Compiling futures-sink v0.3.30 |
1120 | 2024-08-29T15:46:28.420Z | Compiling libm v0.2.8 |
1121 | 2024-08-29T15:46:28.488Z | Compiling serde_json v1.0.125 |
1122 | 2024-08-29T15:46:28.574Z | Compiling futures-core v0.3.30 |
1123 | 2024-08-29T15:46:28.592Z | Compiling num-traits v0.2.19 |
1124 | 2024-08-29T15:46:28.792Z | Compiling slab v0.4.9 |
1125 | 2024-08-29T15:46:28.817Z | Compiling unicode-bidi v0.3.15 |
1126 | 2024-08-29T15:46:28.857Z | Compiling allocator-api2 v0.2.18 |
1127 | 2024-08-29T15:46:29.115Z | Compiling futures-channel v0.3.30 |
1128 | 2024-08-29T15:46:29.233Z | Compiling unicode-normalization v0.1.23 |
1129 | 2024-08-29T15:46:29.521Z | Compiling pkg-config v0.3.30 |
1130 | 2024-08-29T15:46:29.543Z | Compiling futures-io v0.3.30 |
1131 | 2024-08-29T15:46:29.647Z | Compiling pin-utils v0.1.0 |
1132 | 2024-08-29T15:46:29.743Z | Compiling vcpkg v0.2.15 |
1133 | 2024-08-29T15:46:30.257Z | Compiling futures-task v0.3.30 |
1134 | 2024-08-29T15:46:30.351Z | Compiling base64ct v1.6.0 |
1135 | 2024-08-29T15:46:30.369Z | Compiling flagset v0.4.5 |
1136 | 2024-08-29T15:46:30.477Z | Compiling ring v0.17.8 |
1137 | 2024-08-29T15:46:30.544Z | Compiling percent-encoding v2.3.1 |
1138 | 2024-08-29T15:46:30.572Z | Compiling ppv-lite86 v0.2.17 |
1139 | 2024-08-29T15:46:30.926Z | Compiling pem-rfc7468 v0.7.0 |
1140 | 2024-08-29T15:46:30.961Z | Compiling tracing-core v0.1.32 |
1141 | 2024-08-29T15:46:31.087Z | Compiling untrusted v0.9.0 |
1142 | 2024-08-29T15:46:31.292Z | Compiling rustix v0.38.34 |
1143 | 2024-08-29T15:46:31.468Z | Compiling rand_chacha v0.3.1 |
1144 | 2024-08-29T15:46:31.802Z | Compiling num-conv v0.1.0 |
1145 | 2024-08-29T15:46:31.992Z | Compiling rand v0.8.5 |
1146 | 2024-08-29T15:46:32.073Z | Compiling openssl-sys v0.9.103 |
1147 | 2024-08-29T15:46:32.073Z | Compiling time-core v0.1.2 |
1148 | 2024-08-29T15:46:32.231Z | Compiling httparse v1.8.0 |
1149 | 2024-08-29T15:46:32.260Z | Compiling foreign-types-shared v0.1.1 |
1150 | 2024-08-29T15:46:32.348Z | Compiling openssl v0.10.66 |
1151 | 2024-08-29T15:46:32.367Z | Compiling powerfmt v0.2.0 |
1152 | 2024-08-29T15:46:32.643Z | Compiling rustversion v1.0.17 |
1153 | 2024-08-29T15:46:32.776Z | Compiling deranged v0.3.11 |
1154 | 2024-08-29T15:46:32.810Z | Compiling foreign-types v0.3.2 |
1155 | 2024-08-29T15:46:32.902Z | Compiling time-macros v0.2.18 |
1156 | 2024-08-29T15:46:33.396Z | Compiling form_urlencoded v1.2.1 |
1157 | 2024-08-29T15:46:33.469Z | Compiling aho-corasick v1.1.3 |
1158 | 2024-08-29T15:46:33.656Z | Compiling num_threads v0.1.7 |
1159 | 2024-08-29T15:46:33.742Z | Compiling try-lock v0.2.5 |
1160 | 2024-08-29T15:46:33.781Z | Compiling crossbeam-utils v0.8.19 |
1161 | 2024-08-29T15:46:33.890Z | Compiling regex-syntax v0.8.4 |
1162 | 2024-08-29T15:46:34.383Z | Compiling rustls v0.21.12 |
1163 | 2024-08-29T15:46:34.386Z | Compiling native-tls v0.2.11 |
1164 | 2024-08-29T15:46:34.655Z | Compiling siphasher v0.3.11 |
1165 | 2024-08-29T15:46:34.707Z | Compiling syn v1.0.109 |
1166 | 2024-08-29T15:46:35.008Z | Compiling want v0.3.1 |
1167 | 2024-08-29T15:46:35.884Z | Compiling time v0.3.36 |
1168 | 2024-08-29T15:46:35.943Z | Compiling idna v0.5.0 |
1169 | 2024-08-29T15:46:36.603Z | Compiling regex-automata v0.4.6 |
1170 | 2024-08-29T15:46:37.331Z | Compiling cookie v0.17.0 |
1171 | 2024-08-29T15:46:37.606Z | Compiling adler v1.0.2 |
1172 | 2024-08-29T15:46:37.817Z | Compiling iana-time-zone v0.1.60 |
1173 | 2024-08-29T15:46:38.287Z | Compiling httpdate v1.0.3 |
1174 | 2024-08-29T15:46:38.302Z | Compiling slog v2.7.0 |
1175 | 2024-08-29T15:46:38.322Z | Compiling finl_unicode v1.2.0 |
1176 | 2024-08-29T15:46:38.747Z | Compiling openssl-probe v0.1.5 |
1177 | 2024-08-29T15:46:38.790Z | Compiling tower-service v0.3.2 |
1178 | 2024-08-29T15:46:38.891Z | Compiling stringprep v0.1.4 |
1179 | 2024-08-29T15:46:38.922Z | Compiling miniz_oxide v0.7.2 |
1180 | 2024-08-29T15:46:39.136Z | Compiling url v2.5.2 |
1181 | 2024-08-29T15:46:39.388Z | Compiling serde_derive v1.0.208 |
1182 | 2024-08-29T15:46:39.416Z | Compiling zeroize_derive v1.4.2 |
1183 | 2024-08-29T15:46:40.075Z | Compiling zerocopy-derive v0.7.34 |
1184 | 2024-08-29T15:46:40.383Z | Compiling tokio-macros v2.4.0 |
1185 | 2024-08-29T15:46:40.822Z | Compiling thiserror-impl v1.0.63 |
1186 | 2024-08-29T15:46:40.905Z | Compiling futures-macro v0.3.30 |
1187 | 2024-08-29T15:46:40.907Z | Compiling zeroize v1.7.0 |
1188 | 2024-08-29T15:46:41.952Z | Compiling der_derive v0.7.2 |
1189 | 2024-08-29T15:46:42.290Z | Compiling zerocopy v0.7.34 |
1190 | 2024-08-29T15:46:42.741Z | Compiling crypto-common v0.1.6 |
1191 | 2024-08-29T15:46:42.768Z | Compiling block-buffer v0.10.4 |
1192 | 2024-08-29T15:46:42.949Z | Compiling block-padding v0.3.3 |
1193 | 2024-08-29T15:46:43.042Z | Compiling digest v0.10.7 |
1194 | 2024-08-29T15:46:43.155Z | Compiling inout v0.1.3 |
1195 | 2024-08-29T15:46:43.435Z | Compiling cipher v0.4.4 |
1196 | 2024-08-29T15:46:43.508Z | Compiling hmac v0.12.1 |
1197 | 2024-08-29T15:46:43.874Z | Compiling sha2 v0.10.8 |
1198 | 2024-08-29T15:46:43.928Z | Compiling futures-util v0.3.30 |
1199 | 2024-08-29T15:46:43.953Z | Compiling thiserror v1.0.63 |
1200 | 2024-08-29T15:46:44.082Z | Compiling pest v2.7.10 |
1201 | 2024-08-29T15:46:44.317Z | Compiling hashbrown v0.14.5 |
1202 | 2024-08-29T15:46:44.347Z | Compiling der v0.7.9 |
1203 | 2024-08-29T15:46:45.685Z | Compiling salsa20 v0.10.2 |
1204 | 2024-08-29T15:46:45.921Z | Compiling pbkdf2 v0.12.2 |
1205 | 2024-08-29T15:46:46.093Z | Compiling tracing-attributes v0.1.27 |
1206 | 2024-08-29T15:46:46.960Z | Compiling pest_meta v2.7.10 |
1207 | 2024-08-29T15:46:47.333Z | Compiling scroll_derive v0.12.0 |
1208 | 2024-08-29T15:46:47.564Z | Compiling spki v0.7.3 |
1209 | 2024-08-29T15:46:47.935Z | Compiling scrypt v0.11.0 |
1210 | 2024-08-29T15:46:48.517Z | Compiling pest_generator v2.7.10 |
1211 | 2024-08-29T15:46:48.844Z | Compiling scroll v0.12.0 |
1212 | 2024-08-29T15:46:49.038Z | Compiling cbc v0.1.2 |
1213 | 2024-08-29T15:46:49.271Z | Compiling aes v0.8.4 |
1214 | 2024-08-29T15:46:49.413Z | Compiling goblin v0.8.2 |
1215 | 2024-08-29T15:46:49.794Z | Compiling tracing v0.1.40 |
1216 | 2024-08-29T15:46:50.115Z | Compiling openssl-macros v0.1.1 |
1217 | 2024-08-29T15:46:50.352Z | Compiling pkcs5 v0.7.1 |
1218 | 2024-08-29T15:46:50.565Z | Compiling sct v0.7.1 |
1219 | 2024-08-29T15:46:50.868Z | Compiling rustls-webpki v0.101.7 |
1220 | 2024-08-29T15:46:50.916Z | Compiling md-5 v0.10.6 |
1221 | 2024-08-29T15:46:51.195Z | Compiling pkcs8 v0.10.2 |
1222 | 2024-08-29T15:46:51.928Z | Compiling pest_derive v2.7.10 |
1223 | 2024-08-29T15:46:52.071Z | Compiling num-integer v0.1.46 |
1224 | 2024-08-29T15:46:52.727Z | Compiling dtrace-parser v0.2.0 |
1225 | 2024-08-29T15:46:52.841Z | Compiling backtrace v0.3.71 |
1226 | 2024-08-29T15:46:52.859Z | Compiling idna v0.3.0 |
1227 | 2024-08-29T15:46:52.884Z | Compiling lazy_static v1.5.0 |
1228 | 2024-08-29T15:46:53.004Z | Compiling hash32 v0.2.1 |
1229 | 2024-08-29T15:46:53.331Z | Compiling bytes v1.7.1 |
1230 | 2024-08-29T15:46:53.363Z | Compiling bitflags v2.6.0 |
1231 | 2024-08-29T15:46:53.833Z | Compiling indexmap v2.4.0 |
1232 | 2024-08-29T15:46:54.421Z | Compiling tokio v1.39.3 |
1233 | 2024-08-29T15:46:54.676Z | Compiling http v0.2.12 |
1234 | 2024-08-29T15:46:54.915Z | Compiling semver v1.0.23 |
1235 | 2024-08-29T15:46:55.383Z | Compiling rustc_version v0.4.0 |
1236 | 2024-08-29T15:46:56.185Z | Compiling heapless v0.7.17 |
1237 | 2024-08-29T15:46:56.665Z | Compiling http-body v0.4.6 |
1238 | 2024-08-29T15:46:56.791Z | Compiling dof v0.3.0 |
1239 | 2024-08-29T15:46:57.246Z | Compiling uuid v1.10.0 |
1240 | 2024-08-29T15:46:58.669Z | Compiling usdt-impl v0.5.0 |
1241 | 2024-08-29T15:46:58.858Z | Compiling serde_spanned v0.6.7 |
1242 | 2024-08-29T15:46:59.021Z | Compiling serde_tokenstream v0.2.2 |
1243 | 2024-08-29T15:46:59.102Z | Compiling toml_datetime v0.6.8 |
1244 | 2024-08-29T15:46:59.630Z | Compiling chrono v0.4.38 |
1245 | 2024-08-29T15:46:59.649Z | Compiling signal-hook v0.3.17 |
1246 | 2024-08-29T15:46:59.798Z | Compiling smoltcp v0.9.1 |
1247 | 2024-08-29T15:46:59.923Z | Compiling crc32fast v1.4.0 |
1248 | 2024-08-29T15:47:00.296Z | Compiling base64 v0.22.1 |
1249 | 2024-08-29T15:47:00.518Z | Compiling stable_deref_trait v1.2.0 |
1250 | 2024-08-29T15:47:00.592Z | Compiling psl-types v2.0.11 |
1251 | 2024-08-29T15:47:00.645Z | Compiling fallible-iterator v0.2.0 |
1252 | 2024-08-29T15:47:00.802Z | Compiling num-bigint-dig v0.8.4 |
1253 | 2024-08-29T15:47:00.851Z | Compiling gimli v0.28.1 |
1254 | 2024-08-29T15:47:01.027Z | Compiling cfg_aliases v0.1.1 |
1255 | 2024-08-29T15:47:01.128Z | Compiling nix v0.28.0 |
1256 | 2024-08-29T15:47:01.150Z | Compiling publicsuffix v2.2.3 |
1257 | 2024-08-29T15:47:01.352Z | Compiling postgres-protocol v0.6.7 |
1258 | 2024-08-29T15:47:02.076Z | Compiling terminal_size v0.3.0 |
1259 | 2024-08-29T15:47:02.315Z | Compiling num-iter v0.1.45 |
1260 | 2024-08-29T15:47:02.502Z | Compiling tokio-util v0.7.11 |
1261 | 2024-08-29T15:47:02.624Z | Compiling tokio-rustls v0.24.1 |
1262 | 2024-08-29T15:47:02.643Z | Compiling zerocopy-derive v0.6.6 |
1263 | 2024-08-29T15:47:03.026Z | Compiling async-trait v0.1.81 |
1264 | 2024-08-29T15:47:03.472Z | Compiling h2 v0.3.26 |
1265 | 2024-08-29T15:47:04.554Z | Compiling tokio-native-tls v0.3.1 |
1266 | 2024-08-29T15:47:05.704Z | Compiling addr2line v0.21.0 |
1267 | 2024-08-29T15:47:05.725Z | Compiling phf_shared v0.11.2 |
1268 | 2024-08-29T15:47:05.798Z | Compiling hubpack_derive v0.1.1 |
1269 | 2024-08-29T15:47:05.818Z | Compiling serde_derive_internals v0.29.1 |
1270 | 2024-08-29T15:47:05.862Z | Compiling ff v0.13.0 |
1271 | 2024-08-29T15:47:05.965Z | Compiling object v0.32.2 |
1272 | 2024-08-29T15:47:06.095Z | Compiling fs-err v2.11.0 |
1273 | 2024-08-29T15:47:06.115Z | Compiling bitflags v1.3.2 |
1274 | 2024-08-29T15:47:06.223Z | Compiling base64 v0.21.7 |
1275 | 2024-08-29T15:47:06.359Z | Compiling schemars v0.8.21 |
1276 | 2024-08-29T15:47:06.410Z | Compiling rustc-demangle v0.1.24 |
1277 | 2024-08-29T15:47:06.704Z | Compiling either v1.13.0 |
1278 | 2024-08-29T15:47:06.729Z | Compiling managed v0.8.0 |
1279 | 2024-08-29T15:47:06.923Z | Compiling base16ct v0.2.0 |
1280 | 2024-08-29T15:47:07.273Z | Compiling ipnet v2.9.0 |
1281 | 2024-08-29T15:47:07.275Z | Compiling winnow v0.5.40 |
1282 | 2024-08-29T15:47:07.275Z | Compiling anyhow v1.0.86 |
1283 | 2024-08-29T15:47:07.392Z | Compiling clap_builder v4.5.15 |
1284 | 2024-08-29T15:47:08.092Z | Compiling sec1 v0.7.3 |
1285 | 2024-08-29T15:47:08.605Z | Compiling schemars_derive v0.8.21 |
1286 | 2024-08-29T15:47:08.719Z | Compiling hubpack v0.1.2 |
1287 | 2024-08-29T15:47:09.204Z | Compiling rustls-pemfile v1.0.4 |
1288 | 2024-08-29T15:47:09.644Z | Compiling group v0.13.0 |
1289 | 2024-08-29T15:47:09.748Z | Compiling phf v0.11.2 |
1290 | 2024-08-29T15:47:09.980Z | Compiling cookie_store v0.20.0 |
1291 | 2024-08-29T15:47:10.046Z | Compiling zerocopy v0.6.6 |
1292 | 2024-08-29T15:47:10.920Z | Compiling hyper v0.14.30 |
1293 | 2024-08-29T15:47:11.039Z | Compiling toml_edit v0.19.15 |
1294 | 2024-08-29T15:47:11.562Z | Compiling postgres-types v0.2.7 |
1295 | 2024-08-29T15:47:13.295Z | Compiling usdt-attr-macro v0.5.0 |
1296 | 2024-08-29T15:47:13.420Z | Compiling usdt-macro v0.5.0 |
1297 | 2024-08-29T15:47:14.258Z | Compiling serde_urlencoded v0.7.1 |
1298 | 2024-08-29T15:47:14.790Z | Compiling pkcs1 v0.7.5 |
1299 | 2024-08-29T15:47:14.946Z | Compiling futures-executor v0.3.30 |
1300 | 2024-08-29T15:47:14.965Z | Compiling hkdf v0.12.4 |
1301 | 2024-08-29T15:47:15.266Z | Compiling signature v2.2.0 |
1302 | 2024-08-29T15:47:15.562Z | Compiling crypto-bigint v0.5.5 |
1303 | 2024-08-29T15:47:15.584Z | Compiling regex v1.10.6 |
1304 | 2024-08-29T15:47:15.831Z | Compiling bstr v1.9.1 |
1305 | 2024-08-29T15:47:16.689Z | Compiling enum-as-inner v0.6.0 |
1306 | 2024-08-29T15:47:16.711Z | Compiling serde_repr v0.1.19 |
1307 | 2024-08-29T15:47:16.714Z | Compiling clap_derive v4.5.13 |
1308 | 2024-08-29T15:47:17.666Z | Compiling strum_macros v0.25.3 |
1309 | 2024-08-29T15:47:17.764Z | Compiling phf_shared v0.10.0 |
1310 | 2024-08-29T15:47:17.904Z | Compiling hyper-rustls v0.24.2 |
1311 | 2024-08-29T15:47:18.164Z | Compiling hyper-tls v0.5.0 |
1312 | 2024-08-29T15:47:18.262Z | Compiling float-cmp v0.9.0 |
1313 | 2024-08-29T15:47:18.488Z | Compiling idna v0.4.0 |
1314 | 2024-08-29T15:47:18.518Z | Compiling mio v0.8.11 |
1315 | 2024-08-29T15:47:18.813Z | Compiling encoding_rs v0.8.34 |
1316 | 2024-08-29T15:47:19.806Z | Compiling data-encoding v2.6.0 |
1317 | 2024-08-29T15:47:20.106Z | Compiling sync_wrapper v0.1.2 |
1318 | 2024-08-29T15:47:20.285Z | Compiling dyn-clone v1.0.17 |
1319 | 2024-08-29T15:47:20.525Z | Compiling difflib v0.4.0 |
1320 | 2024-08-29T15:47:20.930Z | Compiling whoami v1.5.1 |
1321 | 2024-08-29T15:47:21.587Z | Compiling mime v0.3.17 |
1322 | 2024-08-29T15:47:21.713Z | Compiling bit-vec v0.6.3 |
1323 | 2024-08-29T15:47:21.809Z | Compiling normalize-line-endings v0.3.0 |
1324 | 2024-08-29T15:47:21.885Z | Compiling precomputed-hash v0.1.1 |
1325 | 2024-08-29T15:47:21.938Z | Compiling minimal-lexical v0.2.1 |
1326 | 2024-08-29T15:47:22.010Z | Compiling unicode-segmentation v1.11.0 |
1327 | 2024-08-29T15:47:22.058Z | Compiling new_debug_unreachable v1.0.6 |
1328 | 2024-08-29T15:47:22.159Z | Compiling webpki-roots v0.25.4 |
1329 | 2024-08-29T15:47:22.181Z | Compiling fixedbitset v0.4.2 |
1330 | 2024-08-29T15:47:22.199Z | Compiling static_assertions v1.1.0 |
1331 | 2024-08-29T15:47:22.236Z | Compiling predicates-core v1.0.6 |
1332 | 2024-08-29T15:47:22.303Z | Compiling reqwest v0.11.27 |
1333 | 2024-08-29T15:47:22.326Z | Compiling nom v7.1.3 |
1334 | 2024-08-29T15:47:22.449Z | Compiling petgraph v0.6.5 |
1335 | 2024-08-29T15:47:22.589Z | Compiling predicates v3.1.2 |
1336 | 2024-08-29T15:47:22.643Z | Compiling similar v2.6.0 |
1337 | 2024-08-29T15:47:22.847Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1338 | 2024-08-29T15:47:23.278Z | Compiling toml_edit v0.22.20 |
1339 | 2024-08-29T15:47:24.337Z | Compiling string_cache v0.8.7 |
1340 | 2024-08-29T15:47:24.841Z | Compiling bit-set v0.5.3 |
1341 | 2024-08-29T15:47:24.881Z | Compiling console v0.15.8 |
1342 | 2024-08-29T15:47:25.118Z | Compiling clap v4.5.16 |
1343 | 2024-08-29T15:47:25.139Z | Compiling tokio-postgres v0.7.11 |
1344 | 2024-08-29T15:47:25.256Z | Compiling hickory-proto v0.24.1 |
1345 | 2024-08-29T15:47:26.440Z | Compiling signal-hook-mio v0.2.4 |
1346 | 2024-08-29T15:47:26.553Z | Compiling usdt v0.5.0 |
1347 | 2024-08-29T15:47:26.630Z | Compiling elliptic-curve v0.13.8 |
1348 | 2024-08-29T15:47:27.072Z | Compiling rsa v0.9.6 |
1349 | 2024-08-29T15:47:27.476Z | Compiling futures v0.3.30 |
1350 | 2024-08-29T15:47:27.608Z | Compiling toml v0.7.8 |
1351 | 2024-08-29T15:47:29.897Z | Compiling flate2 v1.0.31 |
1352 | 2024-08-29T15:47:30.806Z | Compiling itertools v0.12.1 |
1353 | 2024-08-29T15:47:30.845Z | Compiling itertools v0.10.5 |
1354 | 2024-08-29T15:47:31.034Z | Compiling tokio-stream v0.1.15 |
1355 | 2024-08-29T15:47:31.498Z | Compiling openapiv3 v2.0.0 |
1356 | 2024-08-29T15:47:32.065Z | Compiling hex v0.4.3 |
1357 | 2024-08-29T15:47:32.682Z | Compiling crossbeam-epoch v0.9.18 |
1358 | 2024-08-29T15:47:33.448Z | Compiling sha1 v0.10.6 |
1359 | 2024-08-29T15:47:33.495Z | Compiling dirs-sys-next v0.1.2 |
1360 | 2024-08-29T15:47:33.641Z | Compiling peg-runtime v0.8.3 |
1361 | 2024-08-29T15:47:33.886Z | Compiling unicode-xid v0.2.4 |
1362 | 2024-08-29T15:47:34.110Z | Compiling lalrpop-util v0.19.12 |
1363 | 2024-08-29T15:47:34.118Z | Compiling dirs-next v2.0.0 |
1364 | 2024-08-29T15:47:34.186Z | Compiling thread_local v1.1.8 |
1365 | 2024-08-29T15:47:34.266Z | Compiling slog-async v2.8.0 |
1366 | 2024-08-29T15:47:34.288Z | Compiling term v0.7.0 |
1367 | 2024-08-29T15:47:34.359Z | Compiling xattr v1.3.1 |
1368 | 2024-08-29T15:47:34.653Z | Compiling crossbeam-channel v0.5.12 |
1369 | 2024-08-29T15:47:34.745Z | Compiling strum_macros v0.26.4 |
1370 | 2024-08-29T15:47:34.903Z | Compiling is-terminal v0.4.12 |
1371 | 2024-08-29T15:47:35.038Z | Compiling filetime v0.2.24 |
1372 | 2024-08-29T15:47:35.275Z | Compiling take_mut v0.2.2 |
1373 | 2024-08-29T15:47:35.375Z | Compiling tar v0.4.41 |
1374 | 2024-08-29T15:47:35.449Z | Compiling slog-term v2.9.1 |
1375 | 2024-08-29T15:47:35.778Z | Compiling camino v1.1.9 |
1376 | 2024-08-29T15:47:36.745Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1377 | 2024-08-29T15:47:37.764Z | Compiling strum v0.26.3 |
1378 | 2024-08-29T15:47:37.843Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1379 | 2024-08-29T15:47:42.863Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s |
1380 | 2024-08-29T15:47:42.997Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1381 | 2024-08-29T15:47:43.044Z | Aug 29 15:47:42.504 INFO Starting download, target: Clickhouse |
1382 | 2024-08-29T15:47:43.044Z | Aug 29 15:47:42.504 INFO Starting download, target: Cockroach |
1383 | 2024-08-29T15:47:43.044Z | Aug 29 15:47:42.504 INFO Starting download, target: Console |
1384 | 2024-08-29T15:47:43.045Z | Aug 29 15:47:42.504 INFO Starting download, target: DendriteOpenapi |
1385 | 2024-08-29T15:47:43.052Z | Aug 29 15:47:42.504 INFO Starting download, target: DendriteStub |
1386 | 2024-08-29T15:47:43.052Z | Aug 29 15:47:42.504 INFO Starting download, target: MaghemiteMgd |
1387 | 2024-08-29T15:47:43.052Z | Aug 29 15:47:42.504 INFO Starting download, target: TransceiverControl |
1388 | 2024-08-29T15:47:43.052Z | Aug 29 15:47:42.505 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1389 | 2024-08-29T15:47:43.052Z | Aug 29 15:47:42.505 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi |
1390 | 2024-08-29T15:47:43.052Z | Aug 29 15:47:42.505 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1391 | 2024-08-29T15:47:43.053Z | Aug 29 15:47:42.505 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1392 | 2024-08-29T15:47:43.053Z | Aug 29 15:47:42.505 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1393 | 2024-08-29T15:47:43.053Z | Aug 29 15:47:42.505 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1394 | 2024-08-29T15:47:43.053Z | Aug 29 15:47:42.506 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1395 | 2024-08-29T15:47:43.155Z | Aug 29 15:47:42.616 INFO Download complete, target: DendriteOpenapi |
1396 | 2024-08-29T15:47:43.331Z | Aug 29 15:47:42.790 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1397 | 2024-08-29T15:47:43.680Z | Aug 29 15:47:43.141 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1398 | 2024-08-29T15:47:43.756Z | Aug 29 15:47:43.217 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1399 | 2024-08-29T15:47:43.778Z | Aug 29 15:47:43.239 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1400 | 2024-08-29T15:47:44.085Z | Aug 29 15:47:43.545 INFO Download complete, target: Console |
1401 | 2024-08-29T15:47:44.141Z | Aug 29 15:47:43.602 INFO Download complete, target: TransceiverControl |
1402 | 2024-08-29T15:47:44.261Z | Aug 29 15:47:43.722 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1403 | 2024-08-29T15:47:44.261Z | Aug 29 15:47:43.722 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1404 | 2024-08-29T15:47:44.908Z | Aug 29 15:47:44.369 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1405 | 2024-08-29T15:47:46.909Z | Aug 29 15:47:46.370 INFO Download complete, target: DendriteStub |
1406 | 2024-08-29T15:47:47.046Z | Aug 29 15:47:46.507 INFO Download complete, target: MaghemiteMgd |
1407 | 2024-08-29T15:47:52.570Z | Aug 29 15:47:52.030 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1408 | 2024-08-29T15:47:52.917Z | Aug 29 15:47:52.376 INFO Checking that binary works, target: Cockroach |
1409 | 2024-08-29T15:47:53.106Z | Aug 29 15:47:52.565 INFO Download complete, target: Cockroach |
1410 | 2024-08-29T15:47:58.968Z | Aug 29 15:47:58.426 INFO Checking that binary works, target: Clickhouse |
1411 | 2024-08-29T15:47:59.453Z | Aug 29 15:47:58.911 INFO Download complete, target: Clickhouse |
1412 | 2024-08-29T15:47:59.598Z | All builder prerequisites installed successfully, and PATH looks valid |
1413 | 2024-08-29T15:47:59.600Z | |
1414 | 2024-08-29T15:47:59.600Z | real 4:08.975924048 |
1415 | 2024-08-29T15:47:59.600Z | user 11:16.706876992 |
1416 | 2024-08-29T15:47:59.600Z | sys 2:26.518591740 |
1417 | 2024-08-29T15:47:59.600Z | trap 0.407346647 |
1418 | 2024-08-29T15:47:59.600Z | tflt 9.867567058 |
1419 | 2024-08-29T15:47:59.600Z | dflt 6.506114982 |
1420 | 2024-08-29T15:47:59.600Z | kflt 0.419998545 |
1421 | 2024-08-29T15:47:59.600Z | lock 22:18.638757719 |
1422 | 2024-08-29T15:47:59.600Z | slp 45:52.149772919 |
1423 | 2024-08-29T15:47:59.600Z | lat 37.709404830 |
1424 | 2024-08-29T15:47:59.600Z | stop 1:44.910565621 |
1425 | 2024-08-29T15:47:59.600Z | + banner clippy |
1426 | 2024-08-29T15:47:59.603Z | |
1427 | 2024-08-29T15:47:59.603Z | #### # # ##### ##### # # |
1428 | 2024-08-29T15:47:59.603Z | # # # # # # # # # # |
1429 | 2024-08-29T15:47:59.603Z | # # # # # # # # |
1430 | 2024-08-29T15:47:59.603Z | # # # ##### ##### # |
1431 | 2024-08-29T15:47:59.603Z | # # # # # # # |
1432 | 2024-08-29T15:47:59.603Z | #### ###### # # # # |
1433 | 2024-08-29T15:47:59.603Z | |
1434 | 2024-08-29T15:47:59.603Z | + export CARGO_INCREMENTAL=0 |
1435 | 2024-08-29T15:47:59.603Z | + CARGO_INCREMENTAL=0 |
1436 | 2024-08-29T15:47:59.603Z | + ptime -m cargo xtask clippy |
1437 | 2024-08-29T15:48:00.170Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1438 | 2024-08-29T15:48:04.028Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.37s |
1439 | 2024-08-29T15:48:04.091Z | Running `target/debug/xtask clippy` |
1440 | 2024-08-29T15:48:04.113Z | running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1441 | 2024-08-29T15:48:04.813Z | Downloading crates ... |
1442 | 2024-08-29T15:48:05.134Z | Downloaded criterion v0.5.1 |
1443 | 2024-08-29T15:48:05.142Z | Downloaded datatest-stable v0.2.9 |
1444 | 2024-08-29T15:48:05.144Z | Downloaded anes v0.1.6 |
1445 | 2024-08-29T15:48:05.148Z | Downloaded pathdiff v0.2.1 |
1446 | 2024-08-29T15:48:05.150Z | Downloaded threadpool v1.8.1 |
1447 | 2024-08-29T15:48:05.150Z | Downloaded guppy-workspace-hack v0.1.0 |
1448 | 2024-08-29T15:48:05.155Z | Downloaded futures-timer v3.0.3 |
1449 | 2024-08-29T15:48:05.157Z | Downloaded cast v0.3.0 |
1450 | 2024-08-29T15:48:05.159Z | Downloaded plotters-backend v0.3.5 |
1451 | 2024-08-29T15:48:05.159Z | Downloaded num_cpus v1.16.0 |
1452 | 2024-08-29T15:48:05.161Z | Downloaded escape8259 v0.5.2 |
1453 | 2024-08-29T15:48:05.167Z | Downloaded blake2b_simd v1.0.2 |
1454 | 2024-08-29T15:48:05.169Z | Downloaded rustls-native-certs v0.7.0 |
1455 | 2024-08-29T15:48:05.172Z | Downloaded relative-path v1.9.3 |
1456 | 2024-08-29T15:48:05.174Z | Downloaded libtest-mimic v0.7.3 |
1457 | 2024-08-29T15:48:05.176Z | Downloaded httptest v0.15.5 |
1458 | 2024-08-29T15:48:05.178Z | Downloaded target-lexicon v0.12.16 |
1459 | 2024-08-29T15:48:05.180Z | Downloaded rand_distr v0.4.3 |
1460 | 2024-08-29T15:48:05.183Z | Downloaded nested v0.1.1 |
1461 | 2024-08-29T15:48:05.183Z | Downloaded tower-layer v0.3.2 |
1462 | 2024-08-29T15:48:05.187Z | Downloaded http-body v1.0.0 |
1463 | 2024-08-29T15:48:05.187Z | Downloaded hyper-rustls v0.26.0 |
1464 | 2024-08-29T15:48:05.187Z | Downloaded doc-comment v0.3.3 |
1465 | 2024-08-29T15:48:05.192Z | Downloaded plotters-svg v0.3.5 |
1466 | 2024-08-29T15:48:05.194Z | Downloaded approx v0.5.1 |
1467 | 2024-08-29T15:48:05.198Z | Downloaded criterion-plot v0.5.0 |
1468 | 2024-08-29T15:48:05.213Z | Downloaded yansi v0.5.1 |
1469 | 2024-08-29T15:48:05.216Z | Downloaded trybuild v1.0.99 |
1470 | 2024-08-29T15:48:05.219Z | Downloaded similar-asserts v1.5.0 |
1471 | 2024-08-29T15:48:05.222Z | Downloaded proc-macro-crate v3.1.0 |
1472 | 2024-08-29T15:48:05.222Z | Downloaded rstest_macros v0.22.0 |
1473 | 2024-08-29T15:48:05.225Z | Downloaded oorandom v11.1.3 |
1474 | 2024-08-29T15:48:05.228Z | Downloaded tinytemplate v1.2.1 |
1475 | 2024-08-29T15:48:05.228Z | Downloaded target-spec v3.2.1 |
1476 | 2024-08-29T15:48:05.231Z | Downloaded rust-argon2 v2.1.0 |
1477 | 2024-08-29T15:48:05.231Z | Downloaded partial-io v0.5.4 |
1478 | 2024-08-29T15:48:05.233Z | Downloaded assert_cmd v2.0.16 |
1479 | 2024-08-29T15:48:05.236Z | Downloaded pretty_assertions v1.4.0 |
1480 | 2024-08-29T15:48:05.240Z | Downloaded rstest v0.22.0 |
1481 | 2024-08-29T15:48:05.247Z | Downloaded toml_edit v0.21.1 |
1482 | 2024-08-29T15:48:05.267Z | Downloaded cfg-expr v0.16.0 |
1483 | 2024-08-29T15:48:05.270Z | Downloaded tower v0.4.13 |
1484 | 2024-08-29T15:48:05.279Z | Downloaded hyper-util v0.1.3 |
1485 | 2024-08-29T15:48:05.282Z | Downloaded fancy-regex v0.13.0 |
1486 | 2024-08-29T15:48:05.286Z | Downloaded regex-automata v0.1.10 |
1487 | 2024-08-29T15:48:05.290Z | Downloaded plotters v0.3.5 |
1488 | 2024-08-29T15:48:05.298Z | Downloaded hyper v1.3.1 |
1489 | 2024-08-29T15:48:05.305Z | Downloaded guppy v0.17.7 |
1490 | 2024-08-29T15:48:05.310Z | Downloaded bstr v0.2.17 |
1491 | 2024-08-29T15:48:05.954Z | Checking cfg-if v1.0.0 |
1492 | 2024-08-29T15:48:06.020Z | Checking libc v0.2.158 |
1493 | 2024-08-29T15:48:06.036Z | Checking serde v1.0.208 |
1494 | 2024-08-29T15:48:06.053Z | Checking memchr v2.7.2 |
1495 | 2024-08-29T15:48:06.074Z | Checking scopeguard v1.2.0 |
1496 | 2024-08-29T15:48:06.089Z | Checking log v0.4.21 |
1497 | 2024-08-29T15:48:06.112Z | Checking byteorder v1.5.0 |
1498 | 2024-08-29T15:48:06.134Z | Checking itoa v1.0.11 |
1499 | 2024-08-29T15:48:06.137Z | Checking smallvec v1.13.2 |
1500 | 2024-08-29T15:48:06.204Z | Checking lock_api v0.4.12 |
1501 | 2024-08-29T15:48:06.356Z | Checking zeroize v1.7.0 |
1502 | 2024-08-29T15:48:06.382Z | Checking once_cell v1.19.0 |
1503 | 2024-08-29T15:48:06.504Z | Checking pin-project-lite v0.2.14 |
1504 | 2024-08-29T15:48:06.528Z | Checking typenum v1.17.0 |
1505 | 2024-08-29T15:48:06.624Z | Checking libm v0.2.8 |
1506 | 2024-08-29T15:48:06.626Z | Checking subtle v2.5.0 |
1507 | 2024-08-29T15:48:06.671Z | Checking ryu v1.0.18 |
1508 | 2024-08-29T15:48:06.692Z | Checking spin v0.9.8 |
1509 | 2024-08-29T15:48:06.875Z | Checking thiserror v1.0.63 |
1510 | 2024-08-29T15:48:06.900Z | Checking futures-core v0.3.30 |
1511 | 2024-08-29T15:48:06.926Z | Checking zerocopy v0.7.34 |
1512 | 2024-08-29T15:48:07.001Z | Checking const-oid v0.9.6 |
1513 | 2024-08-29T15:48:07.026Z | Checking futures-sink v0.3.30 |
1514 | 2024-08-29T15:48:07.083Z | Checking slab v0.4.9 |
1515 | 2024-08-29T15:48:07.134Z | Checking getrandom v0.2.14 |
1516 | 2024-08-29T15:48:07.159Z | Checking parking_lot_core v0.9.10 |
1517 | 2024-08-29T15:48:07.346Z | Checking signal-hook-registry v1.4.2 |
1518 | 2024-08-29T15:48:07.404Z | Checking rand_core v0.6.4 |
1519 | 2024-08-29T15:48:07.493Z | Checking parking_lot v0.12.2 |
1520 | 2024-08-29T15:48:07.549Z | Checking mio v1.0.2 |
1521 | 2024-08-29T15:48:07.598Z | Checking num-traits v0.2.19 |
1522 | 2024-08-29T15:48:07.717Z | Checking socket2 v0.5.7 |
1523 | 2024-08-29T15:48:07.858Z | Checking futures-channel v0.3.30 |
1524 | 2024-08-29T15:48:07.898Z | Checking generic-array v0.14.7 |
1525 | 2024-08-29T15:48:08.182Z | Checking futures-io v0.3.30 |
1526 | 2024-08-29T15:48:08.239Z | Checking futures-task v0.3.30 |
1527 | 2024-08-29T15:48:08.260Z | Checking pin-utils v0.1.0 |
1528 | 2024-08-29T15:48:08.362Z | Checking cpufeatures v0.2.12 |
1529 | 2024-08-29T15:48:08.394Z | Checking allocator-api2 v0.2.18 |
1530 | 2024-08-29T15:48:08.416Z | Checking ahash v0.8.11 |
1531 | 2024-08-29T15:48:08.478Z | Checking fnv v1.0.7 |
1532 | 2024-08-29T15:48:08.503Z | Checking futures-util v0.3.30 |
1533 | 2024-08-29T15:48:08.620Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1534 | 2024-08-29T15:48:08.872Z | Checking iana-time-zone v0.1.60 |
1535 | 2024-08-29T15:48:08.970Z | Checking equivalent v1.0.1 |
1536 | 2024-08-29T15:48:08.996Z | Checking ppv-lite86 v0.2.17 |
1537 | 2024-08-29T15:48:09.023Z | Checking tinyvec_macros v0.1.1 |
1538 | 2024-08-29T15:48:09.047Z | Checking hashbrown v0.14.5 |
1539 | 2024-08-29T15:48:09.068Z | Checking crypto-common v0.1.6 |
1540 | 2024-08-29T15:48:09.089Z | Checking block-buffer v0.10.4 |
1541 | 2024-08-29T15:48:09.113Z | Checking tinyvec v1.6.0 |
1542 | 2024-08-29T15:48:09.252Z | Checking tracing-core v0.1.32 |
1543 | 2024-08-29T15:48:09.275Z | Checking unicode-bidi v0.3.15 |
1544 | 2024-08-29T15:48:09.299Z | Checking digest v0.10.7 |
1545 | 2024-08-29T15:48:09.689Z | Checking dyn-clone v1.0.17 |
1546 | 2024-08-29T15:48:09.692Z | Checking rand_chacha v0.3.1 |
1547 | 2024-08-29T15:48:09.859Z | Checking percent-encoding v2.3.1 |
1548 | 2024-08-29T15:48:09.888Z | Checking tracing v0.1.40 |
1549 | 2024-08-29T15:48:09.909Z | Checking regex-syntax v0.8.4 |
1550 | 2024-08-29T15:48:10.046Z | Checking rand v0.8.5 |
1551 | 2024-08-29T15:48:10.075Z | Checking block-padding v0.3.3 |
1552 | 2024-08-29T15:48:10.201Z | Checking errno v0.3.9 |
1553 | 2024-08-29T15:48:10.225Z | Checking form_urlencoded v1.2.1 |
1554 | 2024-08-29T15:48:10.273Z | Checking inout v0.1.3 |
1555 | 2024-08-29T15:48:10.348Z | Checking unicode-normalization v0.1.23 |
1556 | 2024-08-29T15:48:10.387Z | Checking lazy_static v1.5.0 |
1557 | 2024-08-29T15:48:10.421Z | Checking aho-corasick v1.1.3 |
1558 | 2024-08-29T15:48:10.494Z | Checking cipher v0.4.4 |
1559 | 2024-08-29T15:48:10.516Z | Checking httparse v1.8.0 |
1560 | 2024-08-29T15:48:10.883Z | Checking unicode-ident v1.0.12 |
1561 | 2024-08-29T15:48:10.909Z | Checking base64ct v1.6.0 |
1562 | 2024-08-29T15:48:10.944Z | Checking bytes v1.7.1 |
1563 | 2024-08-29T15:48:11.051Z | Checking bitflags v2.6.0 |
1564 | 2024-08-29T15:48:11.234Z | Checking serde_json v1.0.125 |
1565 | 2024-08-29T15:48:11.258Z | Checking chrono v0.4.38 |
1566 | 2024-08-29T15:48:11.356Z | Checking indexmap v2.4.0 |
1567 | 2024-08-29T15:48:11.359Z | Checking uuid v1.10.0 |
1568 | 2024-08-29T15:48:11.762Z | Checking tokio v1.39.3 |
1569 | 2024-08-29T15:48:12.017Z | Checking rustix v0.38.34 |
1570 | 2024-08-29T15:48:12.089Z | Checking http v0.2.12 |
1571 | 2024-08-29T15:48:12.608Z | Checking hmac v0.12.1 |
1572 | 2024-08-29T15:48:12.848Z | Checking unicode-width v0.1.13 |
1573 | 2024-08-29T15:48:12.895Z | Checking powerfmt v0.2.0 |
1574 | 2024-08-29T15:48:13.042Z | Checking adler v1.0.2 |
1575 | 2024-08-29T15:48:13.066Z | Checking regex-automata v0.4.6 |
1576 | 2024-08-29T15:48:13.179Z | Checking deranged v0.3.11 |
1577 | 2024-08-29T15:48:13.203Z | Checking miniz_oxide v0.7.2 |
1578 | 2024-08-29T15:48:13.305Z | Checking schemars v0.8.21 |
1579 | 2024-08-29T15:48:13.401Z | Checking idna v0.5.0 |
1580 | 2024-08-29T15:48:13.510Z | Checking proc-macro2 v1.0.86 |
1581 | 2024-08-29T15:48:13.898Z | Checking sha2 v0.10.8 |
1582 | 2024-08-29T15:48:14.093Z | Checking num_threads v0.1.7 |
1583 | 2024-08-29T15:48:14.141Z | Checking untrusted v0.9.0 |
1584 | 2024-08-29T15:48:14.221Z | Checking time-core v0.1.2 |
1585 | 2024-08-29T15:48:14.270Z | Checking num-conv v0.1.0 |
1586 | 2024-08-29T15:48:14.312Z | Checking ring v0.17.8 |
1587 | 2024-08-29T15:48:14.387Z | Checking url v2.5.2 |
1588 | 2024-08-29T15:48:14.465Z | Checking quote v1.0.36 |
1589 | 2024-08-29T15:48:14.535Z | Checking try-lock v0.2.5 |
1590 | 2024-08-29T15:48:14.685Z | Checking want v0.3.1 |
1591 | 2024-08-29T15:48:14.806Z | Checking syn v2.0.74 |
1592 | 2024-08-29T15:48:14.877Z | Checking pem-rfc7468 v0.7.0 |
1593 | 2024-08-29T15:48:14.967Z | Checking time v0.3.36 |
1594 | 2024-08-29T15:48:14.985Z | Checking slog v2.7.0 |
1595 | 2024-08-29T15:48:15.128Z | Checking tower-service v0.3.2 |
1596 | 2024-08-29T15:48:15.152Z | Checking futures-executor v0.3.30 |
1597 | 2024-08-29T15:48:15.261Z | Checking gimli v0.28.1 |
1598 | 2024-08-29T15:48:15.391Z | Checking futures v0.3.30 |
1599 | 2024-08-29T15:48:15.435Z | Checking flagset v0.4.5 |
1600 | 2024-08-29T15:48:15.509Z | Checking httpdate v1.0.3 |
1601 | 2024-08-29T15:48:15.633Z | Checking der v0.7.9 |
1602 | 2024-08-29T15:48:15.737Z | Checking http-body v0.4.6 |
1603 | 2024-08-29T15:48:16.166Z | Checking pbkdf2 v0.12.2 |
1604 | 2024-08-29T15:48:16.191Z | Checking aes v0.8.4 |
1605 | 2024-08-29T15:48:16.341Z | Checking object v0.32.2 |
1606 | 2024-08-29T15:48:17.149Z | Checking rustc-demangle v0.1.24 |
1607 | 2024-08-29T15:48:17.458Z | Checking spki v0.7.3 |
1608 | 2024-08-29T15:48:17.489Z | Checking cbc v0.1.2 |
1609 | 2024-08-29T15:48:17.561Z | Checking salsa20 v0.10.2 |
1610 | 2024-08-29T15:48:17.564Z | Checking regex v1.10.6 |
1611 | 2024-08-29T15:48:17.696Z | Checking base64 v0.21.7 |
1612 | 2024-08-29T15:48:17.737Z | Checking mime v0.3.17 |
1613 | 2024-08-29T15:48:17.772Z | Checking scrypt v0.11.0 |
1614 | 2024-08-29T15:48:18.017Z | Checking data-encoding v2.6.0 |
1615 | 2024-08-29T15:48:18.096Z | Checking ipnet v2.9.0 |
1616 | 2024-08-29T15:48:18.155Z | Checking utf8parse v0.2.1 |
1617 | 2024-08-29T15:48:18.210Z | Checking pkcs5 v0.7.1 |
1618 | 2024-08-29T15:48:18.315Z | Checking serde_spanned v0.6.7 |
1619 | 2024-08-29T15:48:18.509Z | Checking toml_datetime v0.6.8 |
1620 | 2024-08-29T15:48:18.540Z | Checking crossbeam-utils v0.8.19 |
1621 | 2024-08-29T15:48:18.671Z | Checking foreign-types-shared v0.1.1 |
1622 | 2024-08-29T15:48:18.759Z | Checking openssl-probe v0.1.5 |
1623 | 2024-08-29T15:48:18.783Z | Checking foreign-types v0.3.2 |
1624 | 2024-08-29T15:48:18.787Z | Checking pkcs8 v0.10.2 |
1625 | 2024-08-29T15:48:18.831Z | Checking tokio-util v0.7.11 |
1626 | 2024-08-29T15:48:18.894Z | Checking serde_urlencoded v0.7.1 |
1627 | 2024-08-29T15:48:18.918Z | Checking openssl-sys v0.9.103 |
1628 | 2024-08-29T15:48:19.039Z | Checking addr2line v0.21.0 |
1629 | 2024-08-29T15:48:19.091Z | Checking encoding_rs v0.8.34 |
1630 | 2024-08-29T15:48:19.230Z | Checking anstyle v1.0.8 |
1631 | 2024-08-29T15:48:19.309Z | Checking sct v0.7.1 |
1632 | 2024-08-29T15:48:19.516Z | Checking rustls-webpki v0.101.7 |
1633 | 2024-08-29T15:48:19.540Z | Checking semver v1.0.23 |
1634 | 2024-08-29T15:48:19.572Z | Checking sha1 v0.10.6 |
1635 | 2024-08-29T15:48:19.693Z | Checking h2 v0.3.26 |
1636 | 2024-08-29T15:48:19.857Z | Checking either v1.13.0 |
1637 | 2024-08-29T15:48:19.939Z | Checking scroll v0.12.0 |
1638 | 2024-08-29T15:48:20.180Z | Checking openssl v0.10.66 |
1639 | 2024-08-29T15:48:20.235Z | Checking rustls v0.21.12 |
1640 | 2024-08-29T15:48:20.259Z | Checking plain v0.2.3 |
1641 | 2024-08-29T15:48:20.406Z | Checking ucd-trie v0.1.6 |
1642 | 2024-08-29T15:48:20.409Z | Checking goblin v0.8.2 |
1643 | 2024-08-29T15:48:20.609Z | Checking pest v2.7.10 |
1644 | 2024-08-29T15:48:20.867Z | Checking anstyle-parse v0.2.4 |
1645 | 2024-08-29T15:48:21.202Z | Checking openapiv3 v2.0.0 |
1646 | 2024-08-29T15:48:21.505Z | Checking idna v0.3.0 |
1647 | 2024-08-29T15:48:22.318Z | Checking backtrace v0.3.71 |
1648 | 2024-08-29T15:48:22.321Z | Checking anstyle-query v1.0.3 |
1649 | 2024-08-29T15:48:22.467Z | Checking pretty-hex v0.4.1 |
1650 | 2024-08-29T15:48:22.656Z | Checking psl-types v2.0.11 |
1651 | 2024-08-29T15:48:22.833Z | Checking is_terminal_polyfill v1.70.0 |
1652 | 2024-08-29T15:48:22.923Z | Checking anyhow v1.0.86 |
1653 | 2024-08-29T15:48:22.960Z | Checking base64 v0.22.1 |
1654 | 2024-08-29T15:48:23.097Z | Checking bitflags v1.3.2 |
1655 | 2024-08-29T15:48:23.209Z | Checking colorchoice v1.0.1 |
1656 | 2024-08-29T15:48:23.294Z | Checking dtrace-parser v0.2.0 |
1657 | 2024-08-29T15:48:23.349Z | Checking anstream v0.6.14 |
1658 | 2024-08-29T15:48:23.439Z | Checking publicsuffix v2.2.3 |
1659 | 2024-08-29T15:48:23.533Z | Checking tokio-rustls v0.24.1 |
1660 | 2024-08-29T15:48:23.691Z | Checking rustls-pemfile v1.0.4 |
1661 | 2024-08-29T15:48:23.724Z | Checking cookie v0.17.0 |
1662 | 2024-08-29T15:48:23.748Z | Checking terminal_size v0.3.0 |
1663 | 2024-08-29T15:48:23.890Z | Checking thread-id v4.2.1 |
1664 | 2024-08-29T15:48:23.914Z | Checking clap_lex v0.7.0 |
1665 | 2024-08-29T15:48:23.938Z | Checking strsim v0.11.1 |
1666 | 2024-08-29T15:48:24.007Z | Checking signature v2.2.0 |
1667 | 2024-08-29T15:48:24.156Z | Checking cookie_store v0.20.0 |
1668 | 2024-08-29T15:48:24.180Z | Checking memmap v0.7.0 |
1669 | 2024-08-29T15:48:24.203Z | Checking webpki-roots v0.25.4 |
1670 | 2024-08-29T15:48:24.225Z | Checking clap_builder v4.5.15 |
1671 | 2024-08-29T15:48:24.359Z | Checking sync_wrapper v0.1.2 |
1672 | 2024-08-29T15:48:24.392Z | Checking num-integer v0.1.46 |
1673 | 2024-08-29T15:48:24.499Z | Checking base16ct v0.2.0 |
1674 | 2024-08-29T15:48:24.583Z | Checking winnow v0.6.18 |
1675 | 2024-08-29T15:48:24.702Z | Checking sec1 v0.7.3 |
1676 | 2024-08-29T15:48:24.766Z | Checking ff v0.13.0 |
1677 | 2024-08-29T15:48:24.878Z | Checking stable_deref_trait v1.2.0 |
1678 | 2024-08-29T15:48:24.988Z | Checking group v0.13.0 |
1679 | 2024-08-29T15:48:25.012Z | Checking num-iter v0.1.45 |
1680 | 2024-08-29T15:48:25.066Z | Checking hkdf v0.12.4 |
1681 | 2024-08-29T15:48:25.198Z | Checking crypto-bigint v0.5.5 |
1682 | 2024-08-29T15:48:25.232Z | Checking crc32fast v1.4.0 |
1683 | 2024-08-29T15:48:25.272Z | Checking crossbeam-epoch v0.9.18 |
1684 | 2024-08-29T15:48:25.274Z | Checking dof v0.3.0 |
1685 | 2024-08-29T15:48:25.478Z | Checking hex v0.4.3 |
1686 | 2024-08-29T15:48:25.564Z | Checking native-tls v0.2.11 |
1687 | 2024-08-29T15:48:25.697Z | Checking unicode-segmentation v1.11.0 |
1688 | 2024-08-29T15:48:25.716Z | Checking hyper v0.14.30 |
1689 | 2024-08-29T15:48:25.868Z | Checking tokio-native-tls v0.3.1 |
1690 | 2024-08-29T15:48:25.903Z | Checking usdt-impl v0.5.0 |
1691 | 2024-08-29T15:48:25.991Z | Checking winnow v0.5.40 |
1692 | 2024-08-29T15:48:26.141Z | Checking static_assertions v1.1.0 |
1693 | 2024-08-29T15:48:26.248Z | Checking managed v0.8.0 |
1694 | 2024-08-29T15:48:26.364Z | Checking num-bigint-dig v0.8.4 |
1695 | 2024-08-29T15:48:26.438Z | Checking usdt v0.5.0 |
1696 | 2024-08-29T15:48:26.607Z | Checking pkcs1 v0.7.5 |
1697 | 2024-08-29T15:48:26.686Z | Checking signal-hook v0.3.17 |
1698 | 2024-08-29T15:48:26.987Z | Checking zerocopy v0.6.6 |
1699 | 2024-08-29T15:48:27.018Z | Checking flate2 v1.0.31 |
1700 | 2024-08-29T15:48:27.183Z | Checking clap v4.5.16 |
1701 | 2024-08-29T15:48:27.314Z | Checking bstr v1.9.1 |
1702 | 2024-08-29T15:48:27.485Z | Checking toml_edit v0.22.20 |
1703 | 2024-08-29T15:48:27.656Z | Checking mio v0.8.11 |
1704 | 2024-08-29T15:48:27.717Z | Checking siphasher v0.3.11 |
1705 | 2024-08-29T15:48:28.017Z | Checking itertools v0.10.5 |
1706 | 2024-08-29T15:48:28.037Z | Checking elliptic-curve v0.13.8 |
1707 | 2024-08-29T15:48:28.283Z | Checking signal-hook-mio v0.2.4 |
1708 | 2024-08-29T15:48:28.307Z | Checking idna v0.4.0 |
1709 | 2024-08-29T15:48:28.446Z | Checking bit-vec v0.6.3 |
1710 | 2024-08-29T15:48:28.471Z | Checking rsa v0.9.6 |
1711 | 2024-08-29T15:48:28.714Z | Checking itertools v0.12.1 |
1712 | 2024-08-29T15:48:28.772Z | Checking bit-set v0.5.3 |
1713 | 2024-08-29T15:48:29.031Z | Checking hash32 v0.2.1 |
1714 | 2024-08-29T15:48:29.063Z | Checking toml_edit v0.19.15 |
1715 | 2024-08-29T15:48:29.115Z | Checking hickory-proto v0.24.1 |
1716 | 2024-08-29T15:48:29.325Z | Checking finl_unicode v1.2.0 |
1717 | 2024-08-29T15:48:29.502Z | Checking predicates-core v1.0.6 |
1718 | 2024-08-29T15:48:29.702Z | Checking heapless v0.7.17 |
1719 | 2024-08-29T15:48:29.889Z | Checking stringprep v0.1.4 |
1720 | 2024-08-29T15:48:30.075Z | Checking tokio-stream v0.1.15 |
1721 | 2024-08-29T15:48:30.173Z | Checking console v0.15.8 |
1722 | 2024-08-29T15:48:30.309Z | Checking md-5 v0.10.6 |
1723 | 2024-08-29T15:48:30.539Z | Checking float-cmp v0.9.0 |
1724 | 2024-08-29T15:48:30.727Z | Checking difflib v0.4.0 |
1725 | 2024-08-29T15:48:30.749Z | Checking fallible-iterator v0.2.0 |
1726 | 2024-08-29T15:48:30.772Z | Checking normalize-line-endings v0.3.0 |
1727 | 2024-08-29T15:48:30.871Z | Checking fixedbitset v0.4.2 |
1728 | 2024-08-29T15:48:30.903Z | Checking smoltcp v0.9.1 |
1729 | 2024-08-29T15:48:31.039Z | Checking predicates v3.1.2 |
1730 | 2024-08-29T15:48:31.147Z | Checking petgraph v0.6.5 |
1731 | 2024-08-29T15:48:31.315Z | Checking similar v2.6.0 |
1732 | 2024-08-29T15:48:31.342Z | Checking postgres-protocol v0.6.7 |
1733 | 2024-08-29T15:48:31.562Z | Checking toml v0.7.8 |
1734 | 2024-08-29T15:48:31.658Z | Checking phf_shared v0.11.2 |
1735 | 2024-08-29T15:48:31.912Z | Checking hyper-tls v0.5.0 |
1736 | 2024-08-29T15:48:31.967Z | Checking hyper-rustls v0.24.2 |
1737 | 2024-08-29T15:48:31.992Z | Checking phf_shared v0.10.0 |
1738 | 2024-08-29T15:48:32.156Z | Checking fs-err v2.11.0 |
1739 | 2024-08-29T15:48:32.194Z | Checking nix v0.28.0 |
1740 | 2024-08-29T15:48:32.252Z | Checking reqwest v0.11.27 |
1741 | 2024-08-29T15:48:32.254Z | Checking hubpack v0.1.2 |
1742 | 2024-08-29T15:48:32.335Z | Checking lalrpop-util v0.19.12 |
1743 | 2024-08-29T15:48:32.361Z | Checking minimal-lexical v0.2.1 |
1744 | 2024-08-29T15:48:32.590Z | Checking precomputed-hash v0.1.1 |
1745 | 2024-08-29T15:48:32.622Z | Checking new_debug_unreachable v1.0.6 |
1746 | 2024-08-29T15:48:32.692Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1747 | 2024-08-29T15:48:32.716Z | Checking postgres-types v0.2.7 |
1748 | 2024-08-29T15:48:32.738Z | Checking string_cache v0.8.7 |
1749 | 2024-08-29T15:48:32.758Z | Checking nom v7.1.3 |
1750 | 2024-08-29T15:48:33.049Z | Checking phf v0.11.2 |
1751 | 2024-08-29T15:48:33.338Z | Checking whoami v1.5.1 |
1752 | 2024-08-29T15:48:33.483Z | Checking peg-runtime v0.8.3 |
1753 | 2024-08-29T15:48:33.629Z | Checking tokio-postgres v0.7.11 |
1754 | 2024-08-29T15:48:33.732Z | Compiling regress v0.9.1 |
1755 | 2024-08-29T15:48:33.874Z | Compiling getopts v0.2.21 |
1756 | 2024-08-29T15:48:33.943Z | Compiling unsafe-libyaml v0.2.11 |
1757 | 2024-08-29T15:48:34.451Z | Checking camino v1.1.9 |
1758 | 2024-08-29T15:48:34.795Z | Checking heck v0.5.0 |
1759 | 2024-08-29T15:48:34.999Z | Checking is-terminal v0.4.12 |
1760 | 2024-08-29T15:48:35.022Z | Compiling paste v1.0.15 |
1761 | 2024-08-29T15:48:35.137Z | Compiling ident_case v1.0.1 |
1762 | 2024-08-29T15:48:35.322Z | Compiling serde_yaml v0.9.34+deprecated |
1763 | 2024-08-29T15:48:35.490Z | Compiling darling_core v0.20.9 |
1764 | 2024-08-29T15:48:35.892Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1765 | 2024-08-29T15:48:36.496Z | Checking http v1.1.0 |
1766 | 2024-08-29T15:48:36.539Z | Compiling rustls v0.22.4 |
1767 | 2024-08-29T15:48:36.880Z | Checking dirs-sys-next v0.1.2 |
1768 | 2024-08-29T15:48:36.904Z | Checking crossbeam-channel v0.5.12 |
1769 | 2024-08-29T15:48:37.060Z | Checking dirs-next v2.0.0 |
1770 | 2024-08-29T15:48:37.200Z | Checking thread_local v1.1.8 |
1771 | 2024-08-29T15:48:37.485Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1772 | 2024-08-29T15:48:37.663Z | Compiling multer v3.1.0 |
1773 | 2024-08-29T15:48:37.761Z | Checking term v0.7.0 |
1774 | 2024-08-29T15:48:37.906Z | Compiling async-stream-impl v0.3.5 |
1775 | 2024-08-29T15:48:38.069Z | Checking take_mut v0.2.2 |
1776 | 2024-08-29T15:48:38.228Z | Checking slog-async v2.8.0 |
1777 | 2024-08-29T15:48:38.250Z | Checking slog-term v2.9.1 |
1778 | 2024-08-29T15:48:38.537Z | Checking match_cfg v0.1.0 |
1779 | 2024-08-29T15:48:38.639Z | Checking rustls-pki-types v1.7.0 |
1780 | 2024-08-29T15:48:38.736Z | Checking hostname v0.3.1 |
1781 | 2024-08-29T15:48:38.870Z | Checking strum v0.26.3 |
1782 | 2024-08-29T15:48:38.895Z | Checking toml v0.8.19 |
1783 | 2024-08-29T15:48:39.036Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1784 | 2024-08-29T15:48:39.059Z | Checking rustls-webpki v0.102.4 |
1785 | 2024-08-29T15:48:39.287Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1786 | 2024-08-29T15:48:39.440Z | Checking rustls-pemfile v2.1.3 |
1787 | 2024-08-29T15:48:39.524Z | Checking debug-ignore v1.0.5 |
1788 | 2024-08-29T15:48:39.674Z | Checking slog-json v2.6.1 |
1789 | 2024-08-29T15:48:39.699Z | Checking atomic-waker v1.1.2 |
1790 | 2024-08-29T15:48:39.701Z | Checking async-stream v0.3.5 |
1791 | 2024-08-29T15:48:39.863Z | Checking waitgroup v0.1.2 |
1792 | 2024-08-29T15:48:39.940Z | Checking slog-bunyan v2.5.0 |
1793 | 2024-08-29T15:48:40.007Z | Checking serde_path_to_error v0.1.16 |
1794 | 2024-08-29T15:48:40.122Z | Checking hostname v0.4.0 |
1795 | 2024-08-29T15:48:40.266Z | Checking fastrand v2.1.0 |
1796 | 2024-08-29T15:48:40.311Z | Checking ipnetwork v0.20.0 |
1797 | 2024-08-29T15:48:40.613Z | Checking tempfile v3.10.1 |
1798 | 2024-08-29T15:48:40.635Z | Checking instant v0.1.12 |
1799 | 2024-08-29T15:48:40.677Z | Compiling structmeta-derive v0.3.0 |
1800 | 2024-08-29T15:48:40.728Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1801 | 2024-08-29T15:48:40.760Z | Checking quick-error v1.2.3 |
1802 | 2024-08-29T15:48:40.913Z | Checking newtype-uuid v1.1.0 |
1803 | 2024-08-29T15:48:40.964Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1804 | 2024-08-29T15:48:41.172Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1805 | 2024-08-29T15:48:41.472Z | Checking macaddr v1.0.1 |
1806 | 2024-08-29T15:48:41.553Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1807 | 2024-08-29T15:48:41.713Z | Checking backoff v0.4.0 |
1808 | 2024-08-29T15:48:41.779Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1809 | 2024-08-29T15:48:41.802Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1810 | 2024-08-29T15:48:41.957Z | Checking wait-timeout v0.2.0 |
1811 | 2024-08-29T15:48:42.015Z | Checking rand_xorshift v0.3.0 |
1812 | 2024-08-29T15:48:42.121Z | Compiling structmeta-derive v0.2.0 |
1813 | 2024-08-29T15:48:42.145Z | Checking rusty-fork v0.3.0 |
1814 | 2024-08-29T15:48:42.208Z | Checking unarray v0.1.4 |
1815 | 2024-08-29T15:48:42.369Z | Checking camino-tempfile v1.1.1 |
1816 | 2024-08-29T15:48:42.445Z | Checking proptest v1.5.0 |
1817 | 2024-08-29T15:48:42.523Z | Compiling darling_macro v0.20.9 |
1818 | 2024-08-29T15:48:42.670Z | Compiling proc-macro-error v1.0.4 |
1819 | 2024-08-29T15:48:43.418Z | Compiling proc-macro-crate v1.3.1 |
1820 | 2024-08-29T15:48:43.465Z | Checking tokio-rustls v0.25.0 |
1821 | 2024-08-29T15:48:43.499Z | Compiling darling v0.20.9 |
1822 | 2024-08-29T15:48:43.625Z | Compiling serde_with_macros v3.9.0 |
1823 | 2024-08-29T15:48:43.750Z | Compiling structmeta v0.3.0 |
1824 | 2024-08-29T15:48:43.812Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1825 | 2024-08-29T15:48:44.181Z | Compiling parse-display-derive v0.10.0 |
1826 | 2024-08-29T15:48:44.237Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1827 | 2024-08-29T15:48:44.509Z | Compiling num_enum_derive v0.5.11 |
1828 | 2024-08-29T15:48:44.591Z | Compiling foreign-types-macros v0.2.3 |
1829 | 2024-08-29T15:48:45.122Z | Compiling structmeta v0.2.0 |
1830 | 2024-08-29T15:48:45.585Z | Compiling test-strategy v0.3.1 |
1831 | 2024-08-29T15:48:45.938Z | Checking foreign-types-shared v0.3.1 |
1832 | 2024-08-29T15:48:46.062Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1833 | 2024-08-29T15:48:46.403Z | Checking foreign-types v0.5.0 |
1834 | 2024-08-29T15:48:46.582Z | Checking serde_with v3.9.0 |
1835 | 2024-08-29T15:48:46.854Z | Checking cstr-argument v0.1.2 |
1836 | 2024-08-29T15:48:47.042Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1837 | 2024-08-29T15:48:47.129Z | Checking pretty-hex v0.2.1 |
1838 | 2024-08-29T15:48:47.158Z | Checking num_enum v0.5.11 |
1839 | 2024-08-29T15:48:47.299Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1840 | 2024-08-29T15:48:47.321Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1841 | 2024-08-29T15:48:47.597Z | Checking tabwriter v1.4.0 |
1842 | 2024-08-29T15:48:47.618Z | Checking colored v2.1.0 |
1843 | 2024-08-29T15:48:47.685Z | Checking socket2 v0.4.10 |
1844 | 2024-08-29T15:48:47.864Z | Checking smf v0.2.3 |
1845 | 2024-08-29T15:48:47.985Z | Compiling heapless v0.8.0 |
1846 | 2024-08-29T15:48:48.072Z | Checking termtree v0.4.1 |
1847 | 2024-08-29T15:48:48.175Z | Checking hash32 v0.3.1 |
1848 | 2024-08-29T15:48:48.294Z | Checking predicates-tree v1.0.9 |
1849 | 2024-08-29T15:48:48.342Z | Compiling smoltcp v0.11.0 |
1850 | 2024-08-29T15:48:48.374Z | Compiling crucible-workspace-hack v0.1.0 |
1851 | 2024-08-29T15:48:48.460Z | Checking cobs v0.2.3 |
1852 | 2024-08-29T15:48:48.664Z | Checking embedded-io v0.4.0 |
1853 | 2024-08-29T15:48:48.824Z | Checking sigpipe v0.1.3 |
1854 | 2024-08-29T15:48:48.860Z | Checking postcard v1.0.8 |
1855 | 2024-08-29T15:48:48.886Z | Checking parse-display v0.10.0 |
1856 | 2024-08-29T15:48:48.945Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1857 | 2024-08-29T15:48:49.135Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1858 | 2024-08-29T15:48:49.165Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1859 | 2024-08-29T15:48:49.285Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1860 | 2024-08-29T15:48:49.325Z | Compiling mockall_derive v0.13.0 |
1861 | 2024-08-29T15:48:49.483Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1862 | 2024-08-29T15:48:49.504Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1863 | 2024-08-29T15:48:49.614Z | Checking humantime v2.1.0 |
1864 | 2024-08-29T15:48:49.766Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1865 | 2024-08-29T15:48:49.923Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1866 | 2024-08-29T15:48:49.963Z | Compiling num-derive v0.4.2 |
1867 | 2024-08-29T15:48:50.090Z | Checking downcast v0.11.0 |
1868 | 2024-08-29T15:48:50.272Z | Checking fragile v2.0.0 |
1869 | 2024-08-29T15:48:50.297Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1870 | 2024-08-29T15:48:50.533Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1871 | 2024-08-29T15:48:50.660Z | Checking newline-converter v0.3.0 |
1872 | 2024-08-29T15:48:50.786Z | Checking utf-8 v0.7.6 |
1873 | 2024-08-29T15:48:50.830Z | Checking expectorate v1.1.0 |
1874 | 2024-08-29T15:48:50.990Z | Checking arc-swap v1.7.1 |
1875 | 2024-08-29T15:48:51.011Z | Checking xattr v1.3.1 |
1876 | 2024-08-29T15:48:51.224Z | Checking filetime v0.2.24 |
1877 | 2024-08-29T15:48:51.226Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1878 | 2024-08-29T15:48:51.385Z | Checking slog-scope v4.4.0 |
1879 | 2024-08-29T15:48:51.432Z | Checking termcolor v1.4.1 |
1880 | 2024-08-29T15:48:51.468Z | Checking tar v0.4.41 |
1881 | 2024-08-29T15:48:51.598Z | Checking slog-stdlog v4.1.1 |
1882 | 2024-08-29T15:48:51.775Z | Checking slog-envlogger v2.2.0 |
1883 | 2024-08-29T15:48:51.855Z | Compiling derive-where v1.2.7 |
1884 | 2024-08-29T15:48:51.983Z | Checking same-file v1.0.6 |
1885 | 2024-08-29T15:48:52.005Z | Checking tungstenite v0.21.0 |
1886 | 2024-08-29T15:48:52.152Z | Checking walkdir v2.5.0 |
1887 | 2024-08-29T15:48:52.212Z | Checking password-hash v0.5.0 |
1888 | 2024-08-29T15:48:52.235Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1889 | 2024-08-29T15:48:52.428Z | Checking blake2 v0.10.6 |
1890 | 2024-08-29T15:48:52.663Z | Checking num-rational v0.4.2 |
1891 | 2024-08-29T15:48:52.685Z | Checking num-complex v0.4.6 |
1892 | 2024-08-29T15:48:52.817Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1893 | 2024-08-29T15:48:52.910Z | Checking argon2 v0.5.3 |
1894 | 2024-08-29T15:48:52.935Z | Checking tokio-tungstenite v0.21.0 |
1895 | 2024-08-29T15:48:53.383Z | Compiling convert_case v0.4.0 |
1896 | 2024-08-29T15:48:53.416Z | Checking float-ord v0.3.2 |
1897 | 2024-08-29T15:48:53.580Z | Checking atty v0.2.14 |
1898 | 2024-08-29T15:48:53.659Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1899 | 2024-08-29T15:48:53.682Z | Checking num v0.4.3 |
1900 | 2024-08-29T15:48:53.715Z | Checking pem v3.0.4 |
1901 | 2024-08-29T15:48:54.021Z | Checking tungstenite v0.20.1 |
1902 | 2024-08-29T15:48:54.270Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1903 | 2024-08-29T15:48:54.371Z | Compiling derive_more v0.99.18 |
1904 | 2024-08-29T15:48:54.430Z | Checking env_logger v0.9.3 |
1905 | 2024-08-29T15:48:54.868Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1906 | 2024-08-29T15:48:54.924Z | Checking tokio-tungstenite v0.20.1 |
1907 | 2024-08-29T15:48:55.247Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1908 | 2024-08-29T15:48:55.408Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1909 | 2024-08-29T15:48:55.544Z | Compiling bitstruct_derive v0.1.0 |
1910 | 2024-08-29T15:48:55.565Z | Checking ascii v1.1.0 |
1911 | 2024-08-29T15:48:55.568Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1912 | 2024-08-29T15:48:55.622Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1913 | 2024-08-29T15:48:55.745Z | Checking atomicwrites v0.4.3 |
1914 | 2024-08-29T15:48:55.797Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1915 | 2024-08-29T15:48:55.873Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1916 | 2024-08-29T15:48:55.937Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1917 | 2024-08-29T15:48:55.959Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1918 | 2024-08-29T15:48:56.002Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1919 | 2024-08-29T15:48:56.167Z | Checking erased-serde v0.3.31 |
1920 | 2024-08-29T15:48:56.225Z | Checking serde_arrays v0.1.0 |
1921 | 2024-08-29T15:48:56.298Z | Compiling heck v0.3.3 |
1922 | 2024-08-29T15:48:56.379Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1923 | 2024-08-29T15:48:56.722Z | Checking yasna v0.5.2 |
1924 | 2024-08-29T15:48:56.745Z | Compiling zone_cfg_derive v0.1.2 |
1925 | 2024-08-29T15:48:56.861Z | Checking headers-core v0.2.0 |
1926 | 2024-08-29T15:48:56.927Z | Checking bitstruct v0.1.1 |
1927 | 2024-08-29T15:48:57.017Z | Checking base64 v0.13.1 |
1928 | 2024-08-29T15:48:57.048Z | Checking headers v0.3.9 |
1929 | 2024-08-29T15:48:57.258Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1930 | 2024-08-29T15:48:57.444Z | Checking ron v0.7.1 |
1931 | 2024-08-29T15:48:57.624Z | Checking rcgen v0.12.1 |
1932 | 2024-08-29T15:48:57.868Z | Checking mockall v0.13.0 |
1933 | 2024-08-29T15:48:58.135Z | Checking portpicker v0.1.1 |
1934 | 2024-08-29T15:48:58.289Z | Checking subprocess v0.2.9 |
1935 | 2024-08-29T15:48:58.334Z | Checking zone v0.1.8 |
1936 | 2024-08-29T15:48:58.358Z | Checking highway v1.2.0 |
1937 | 2024-08-29T15:48:58.658Z | Compiling prettyplease v0.2.20 |
1938 | 2024-08-29T15:48:58.787Z | Compiling semver v0.1.20 |
1939 | 2024-08-29T15:48:58.832Z | Compiling cookie v0.18.1 |
1940 | 2024-08-29T15:48:58.986Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1941 | 2024-08-29T15:48:59.009Z | Checking half v2.4.1 |
1942 | 2024-08-29T15:48:59.139Z | Compiling rustc_version v0.1.7 |
1943 | 2024-08-29T15:48:59.503Z | Checking ciborium-io v0.2.2 |
1944 | 2024-08-29T15:48:59.633Z | Compiling newtype_derive v0.1.6 |
1945 | 2024-08-29T15:48:59.655Z | Checking ciborium-ll v0.2.2 |
1946 | 2024-08-29T15:48:59.917Z | Checking linked-hash-map v0.5.6 |
1947 | 2024-08-29T15:48:59.942Z | Checking ciborium v0.2.2 |
1948 | 2024-08-29T15:48:59.942Z | Compiling rayon-core v1.12.1 |
1949 | 2024-08-29T15:49:00.030Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1950 | 2024-08-29T15:49:00.212Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1951 | 2024-08-29T15:49:00.282Z | Checking lru-cache v0.1.2 |
1952 | 2024-08-29T15:49:00.370Z | Checking steno v0.4.1 |
1953 | 2024-08-29T15:49:00.483Z | Checking resolv-conf v0.7.0 |
1954 | 2024-08-29T15:49:00.509Z | Checking swrite v0.1.0 |
1955 | 2024-08-29T15:49:00.817Z | Checking hickory-resolver v0.24.1 |
1956 | 2024-08-29T15:49:01.827Z | Compiling home v0.5.9 |
1957 | 2024-08-29T15:49:03.197Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1958 | 2024-08-29T15:49:06.060Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1959 | 2024-08-29T15:49:06.127Z | Compiling slog-dtrace v0.3.0 |
1960 | 2024-08-29T15:49:06.377Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1961 | 2024-08-29T15:49:06.402Z | Compiling blake3 v1.5.1 |
1962 | 2024-08-29T15:49:06.514Z | Compiling ring v0.16.20 |
1963 | 2024-08-29T15:49:06.742Z | Compiling cancel-safe-futures v0.1.5 |
1964 | 2024-08-29T15:49:07.298Z | Checking itertools v0.13.0 |
1965 | 2024-08-29T15:49:07.526Z | Checking libsw v3.3.1 |
1966 | 2024-08-29T15:49:07.702Z | Checking linear-map v1.2.0 |
1967 | 2024-08-29T15:49:07.785Z | Checking owo-colors v4.0.0 |
1968 | 2024-08-29T15:49:08.024Z | Compiling crossbeam-deque v0.8.5 |
1969 | 2024-08-29T15:49:08.304Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1970 | 2024-08-29T15:49:09.665Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1971 | 2024-08-29T15:49:09.952Z | Compiling memmap2 v0.9.4 |
1972 | 2024-08-29T15:49:10.130Z | Compiling arrayref v0.3.7 |
1973 | 2024-08-29T15:49:10.243Z | Compiling arrayvec v0.7.4 |
1974 | 2024-08-29T15:49:10.300Z | Compiling rayon v1.10.0 |
1975 | 2024-08-29T15:49:10.422Z | Compiling untrusted v0.7.1 |
1976 | 2024-08-29T15:49:10.630Z | Compiling spin v0.5.2 |
1977 | 2024-08-29T15:49:10.676Z | Compiling constant_time_eq v0.3.0 |
1978 | 2024-08-29T15:49:11.259Z | Compiling toolchain_find v0.4.0 |
1979 | 2024-08-29T15:49:11.335Z | Compiling topological-sort v0.2.2 |
1980 | 2024-08-29T15:49:11.569Z | Compiling rustfmt-wrapper v0.2.1 |
1981 | 2024-08-29T15:49:11.951Z | Checking display-error-chain v0.2.1 |
1982 | 2024-08-29T15:49:12.108Z | Checking nibble_vec v0.1.0 |
1983 | 2024-08-29T15:49:12.174Z | Checking endian-type v0.1.2 |
1984 | 2024-08-29T15:49:12.317Z | Checking fxhash v0.2.1 |
1985 | 2024-08-29T15:49:12.410Z | Checking radix_trie v0.2.1 |
1986 | 2024-08-29T15:49:12.504Z | Checking keccak v0.1.5 |
1987 | 2024-08-29T15:49:12.835Z | Checking secrecy v0.8.0 |
1988 | 2024-08-29T15:49:12.857Z | Checking sha3 v0.10.8 |
1989 | 2024-08-29T15:49:13.073Z | Checking universal-hash v0.5.1 |
1990 | 2024-08-29T15:49:13.167Z | Checking opaque-debug v0.3.1 |
1991 | 2024-08-29T15:49:13.267Z | Checking maplit v1.0.2 |
1992 | 2024-08-29T15:49:13.269Z | Compiling curve25519-dalek v4.1.3 |
1993 | 2024-08-29T15:49:13.302Z | Compiling radium v0.7.0 |
1994 | 2024-08-29T15:49:13.369Z | Checking aead v0.5.2 |
1995 | 2024-08-29T15:49:13.592Z | Compiling curve25519-dalek-derive v0.1.1 |
1996 | 2024-08-29T15:49:13.802Z | Compiling maybe-uninit v2.0.0 |
1997 | 2024-08-29T15:49:14.049Z | Checking tap v1.0.1 |
1998 | 2024-08-29T15:49:14.220Z | Checking wyz v0.5.1 |
1999 | 2024-08-29T15:49:14.455Z | Checking poly1305 v0.8.0 |
2000 | 2024-08-29T15:49:14.476Z | Checking chacha20 v0.9.1 |
2001 | 2024-08-29T15:49:14.613Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2002 | 2024-08-29T15:49:14.826Z | Checking crc-catalog v2.4.0 |
2003 | 2024-08-29T15:49:14.972Z | Compiling packed_struct v0.10.1 |
2004 | 2024-08-29T15:49:14.992Z | Checking funty v2.0.0 |
2005 | 2024-08-29T15:49:15.019Z | Checking crc v3.2.1 |
2006 | 2024-08-29T15:49:15.119Z | Compiling omicron-zone-package v0.11.0 |
2007 | 2024-08-29T15:49:15.611Z | Checking gethostname v0.5.0 |
2008 | 2024-08-29T15:49:15.731Z | Checking kstat-rs v0.2.4 |
2009 | 2024-08-29T15:49:15.753Z | Compiling packed_struct_codegen v0.10.1 |
2010 | 2024-08-29T15:49:15.988Z | Checking bitvec v1.0.1 |
2011 | 2024-08-29T15:49:16.087Z | Compiling indexmap v1.9.3 |
2012 | 2024-08-29T15:49:16.417Z | Compiling libefi-sys v0.1.0 |
2013 | 2024-08-29T15:49:16.515Z | Checking nodrop v0.1.14 |
2014 | 2024-08-29T15:49:16.643Z | Checking array-init v0.0.4 |
2015 | 2024-08-29T15:49:16.779Z | Checking smallvec v0.6.14 |
2016 | 2024-08-29T15:49:16.954Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2017 | 2024-08-29T15:49:17.047Z | Compiling bitfield-struct v0.6.1 |
2018 | 2024-08-29T15:49:17.179Z | Checking bitfield v0.14.0 |
2019 | 2024-08-29T15:49:17.403Z | Checking hashbrown v0.12.3 |
2020 | 2024-08-29T15:49:17.601Z | Checking serde-hex v0.1.0 |
2021 | 2024-08-29T15:49:17.689Z | Checking bzip2 v0.4.4 |
2022 | 2024-08-29T15:49:18.374Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2023 | 2024-08-29T15:49:18.413Z | Checking env_logger v0.10.2 |
2024 | 2024-08-29T15:49:18.579Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2025 | 2024-08-29T15:49:18.618Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2026 | 2024-08-29T15:49:18.843Z | Checking ron v0.8.1 |
2027 | 2024-08-29T15:49:18.924Z | Checking x509-cert v0.2.5 |
2028 | 2024-08-29T15:49:19.132Z | Checking hashbrown v0.13.2 |
2029 | 2024-08-29T15:49:19.182Z | Compiling thiserror-impl-no-std v2.0.2 |
2030 | 2024-08-29T15:49:20.115Z | Compiling async-recursion v1.1.1 |
2031 | 2024-08-29T15:49:20.182Z | Checking crc-any v2.5.0 |
2032 | 2024-08-29T15:49:20.522Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2033 | 2024-08-29T15:49:20.555Z | Checking object v0.30.4 |
2034 | 2024-08-29T15:49:20.652Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2035 | 2024-08-29T15:49:21.135Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2036 | 2024-08-29T15:49:21.453Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2037 | 2024-08-29T15:49:21.642Z | Checking zip v0.6.6 |
2038 | 2024-08-29T15:49:21.669Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2039 | 2024-08-29T15:49:21.710Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2040 | 2024-08-29T15:49:21.858Z | Compiling parking_lot_core v0.8.6 |
2041 | 2024-08-29T15:49:21.993Z | Checking path-slash v0.1.5 |
2042 | 2024-08-29T15:49:22.182Z | Checking chacha20poly1305 v0.10.1 |
2043 | 2024-08-29T15:49:22.310Z | Checking glob v0.3.1 |
2044 | 2024-08-29T15:49:22.382Z | Checking hickory-client v0.24.1 |
2045 | 2024-08-29T15:49:22.402Z | Checking thiserror-no-std v2.0.2 |
2046 | 2024-08-29T15:49:22.499Z | Checking hickory-server v0.24.1 |
2047 | 2024-08-29T15:49:22.522Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2048 | 2024-08-29T15:49:22.524Z | Checking vsss-rs v3.3.4 |
2049 | 2024-08-29T15:49:22.628Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2050 | 2024-08-29T15:49:22.755Z | Checking parking_lot v0.11.2 |
2051 | 2024-08-29T15:49:23.004Z | Checking crossterm v0.28.1 |
2052 | 2024-08-29T15:49:23.052Z | Compiling buf-list v1.0.3 |
2053 | 2024-08-29T15:49:23.107Z | Checking sled v0.34.7 |
2054 | 2024-08-29T15:49:23.851Z | Compiling unicase v2.7.0 |
2055 | 2024-08-29T15:49:24.921Z | Checking nanorand v0.7.0 |
2056 | 2024-08-29T15:49:25.284Z | Checking flume v0.11.0 |
2057 | 2024-08-29T15:49:25.343Z | Compiling vte_generate_state_changes v0.1.1 |
2058 | 2024-08-29T15:49:25.602Z | Compiling mime_guess v2.0.4 |
2059 | 2024-08-29T15:49:25.774Z | Checking fd-lock v4.0.2 |
2060 | 2024-08-29T15:49:25.961Z | Compiling dsl_auto_type v0.1.2 |
2061 | 2024-08-29T15:49:25.963Z | Checking crossterm v0.27.0 |
2062 | 2024-08-29T15:49:25.999Z | Checking vte v0.11.1 |
2063 | 2024-08-29T15:49:26.074Z | Checking scheduled-thread-pool v0.2.7 |
2064 | 2024-08-29T15:49:26.141Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2065 | 2024-08-29T15:49:26.363Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2066 | 2024-08-29T15:49:26.498Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2067 | 2024-08-29T15:49:26.555Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2068 | 2024-08-29T15:49:26.948Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2069 | 2024-08-29T15:49:27.645Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2070 | 2024-08-29T15:49:27.722Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2071 | 2024-08-29T15:49:27.851Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2072 | 2024-08-29T15:49:29.076Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2073 | 2024-08-29T15:49:30.602Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2074 | 2024-08-29T15:49:31.113Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2075 | 2024-08-29T15:49:31.351Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2076 | 2024-08-29T15:49:31.615Z | Checking strip-ansi-escapes v0.2.0 |
2077 | 2024-08-29T15:49:31.821Z | Compiling diesel_table_macro_syntax v0.2.0 |
2078 | 2024-08-29T15:49:32.053Z | Compiling crunchy v0.2.2 |
2079 | 2024-08-29T15:49:32.275Z | Checking nu-ansi-term v0.50.0 |
2080 | 2024-08-29T15:49:32.681Z | Checking reedline v0.33.0 |
2081 | 2024-08-29T15:49:33.107Z | Compiling diesel_derives v2.2.2 |
2082 | 2024-08-29T15:49:33.740Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2083 | 2024-08-29T15:49:34.043Z | Checking r2d2 v0.8.10 |
2084 | 2024-08-29T15:49:34.392Z | Compiling clang-sys v1.7.0 |
2085 | 2024-08-29T15:49:35.084Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2086 | 2024-08-29T15:49:35.129Z | Compiling pin-project-internal v1.1.5 |
2087 | 2024-08-29T15:49:35.362Z | Compiling tiny-keccak v2.0.2 |
2088 | 2024-08-29T15:49:35.404Z | Checking http-range v0.1.5 |
2089 | 2024-08-29T15:49:35.601Z | Checking hyper-staticfile v0.9.5 |
2090 | 2024-08-29T15:49:35.728Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2091 | 2024-08-29T15:49:35.989Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2092 | 2024-08-29T15:49:36.199Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2093 | 2024-08-29T15:49:36.488Z | Compiling ref-cast v1.0.23 |
2094 | 2024-08-29T15:49:37.121Z | Compiling ascii-canvas v3.0.0 |
2095 | 2024-08-29T15:49:37.382Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2096 | 2024-08-29T15:49:37.695Z | Compiling ena v0.14.3 |
2097 | 2024-08-29T15:49:37.718Z | Compiling ref-cast-impl v1.0.23 |
2098 | 2024-08-29T15:49:38.138Z | Compiling libloading v0.8.3 |
2099 | 2024-08-29T15:49:38.193Z | Checking pin-project v1.1.5 |
2100 | 2024-08-29T15:49:38.333Z | Compiling bindgen v0.69.4 |
2101 | 2024-08-29T15:49:38.584Z | Compiling diff v0.1.13 |
2102 | 2024-08-29T15:49:38.929Z | Compiling regex-syntax v0.6.29 |
2103 | 2024-08-29T15:49:39.126Z | Checking bytecount v0.6.8 |
2104 | 2024-08-29T15:49:39.282Z | Checking papergrid v0.11.0 |
2105 | 2024-08-29T15:49:40.043Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2106 | 2024-08-29T15:49:40.778Z | Compiling which v4.4.2 |
2107 | 2024-08-29T15:49:41.417Z | Compiling tabled_derive v0.7.0 |
2108 | 2024-08-29T15:49:44.081Z | Compiling lalrpop v0.19.12 |
2109 | 2024-08-29T15:49:44.617Z | Compiling cexpr v0.6.0 |
2110 | 2024-08-29T15:49:44.731Z | Compiling lazycell v1.3.0 |
2111 | 2024-08-29T15:49:44.926Z | Compiling shlex v1.3.0 |
2112 | 2024-08-29T15:49:45.354Z | Compiling rustc-hash v1.1.0 |
2113 | 2024-08-29T15:49:45.966Z | Checking diesel v2.2.3 |
2114 | 2024-08-29T15:49:46.429Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2115 | 2024-08-29T15:49:49.839Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2116 | 2024-08-29T15:49:51.898Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2117 | 2024-08-29T15:49:54.870Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2118 | 2024-08-29T15:49:54.916Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2119 | 2024-08-29T15:49:55.872Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2120 | 2024-08-29T15:49:55.895Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2121 | 2024-08-29T15:49:56.998Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2122 | 2024-08-29T15:49:57.330Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2123 | 2024-08-29T15:49:57.348Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2124 | 2024-08-29T15:49:57.744Z | Checking tabled v0.15.0 |
2125 | 2024-08-29T15:49:58.290Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2126 | 2024-08-29T15:49:58.616Z | Compiling derive_builder_core v0.20.0 |
2127 | 2024-08-29T15:50:01.120Z | Checking signal-hook-tokio v0.3.1 |
2128 | 2024-08-29T15:50:01.311Z | Compiling libxml v0.3.3 |
2129 | 2024-08-29T15:50:01.752Z | Compiling derive_builder_macro v0.20.0 |
2130 | 2024-08-29T15:50:01.830Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2131 | 2024-08-29T15:50:03.104Z | Compiling strum_macros v0.24.3 |
2132 | 2024-08-29T15:50:03.143Z | Compiling memoffset v0.9.1 |
2133 | 2024-08-29T15:50:03.410Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2134 | 2024-08-29T15:50:03.490Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2135 | 2024-08-29T15:50:04.279Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2136 | 2024-08-29T15:50:05.110Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2137 | 2024-08-29T15:50:05.765Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2138 | 2024-08-29T15:50:06.338Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2139 | 2024-08-29T15:50:06.632Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2140 | 2024-08-29T15:50:06.981Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2141 | 2024-08-29T15:50:10.247Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2142 | 2024-08-29T15:50:10.530Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2143 | 2024-08-29T15:50:10.753Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2144 | 2024-08-29T15:50:10.941Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2145 | 2024-08-29T15:50:11.083Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2146 | 2024-08-29T15:50:12.756Z | Compiling indoc v1.0.9 |
2147 | 2024-08-29T15:50:13.835Z | Checking derive_builder v0.20.0 |
2148 | 2024-08-29T15:50:13.998Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2149 | 2024-08-29T15:50:14.317Z | Checking quick-xml v0.31.0 |
2150 | 2024-08-29T15:50:15.698Z | Compiling peg-macros v0.8.4 |
2151 | 2024-08-29T15:50:16.159Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2152 | 2024-08-29T15:50:16.418Z | Compiling snafu-derive v0.8.2 |
2153 | 2024-08-29T15:50:17.635Z | Compiling impl-trait-for-tuples v0.2.2 |
2154 | 2024-08-29T15:50:18.758Z | Compiling oso-derive v0.27.3 |
2155 | 2024-08-29T15:50:19.475Z | Compiling sqlparser_derive v0.2.2 |
2156 | 2024-08-29T15:50:19.834Z | Compiling dropshot v0.10.1 |
2157 | 2024-08-29T15:50:20.154Z | Checking unicode_categories v0.1.1 |
2158 | 2024-08-29T15:50:20.472Z | Checking sqlformat v0.2.4 |
2159 | 2024-08-29T15:50:20.557Z | Checking sqlparser v0.45.0 |
2160 | 2024-08-29T15:50:22.040Z | Checking snafu v0.8.2 |
2161 | 2024-08-29T15:50:22.651Z | Checking peg v0.8.4 |
2162 | 2024-08-29T15:50:22.956Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2163 | 2024-08-29T15:50:23.224Z | Checking rustyline v14.0.0 |
2164 | 2024-08-29T15:50:24.784Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2165 | 2024-08-29T15:50:24.999Z | Checking tungstenite v0.23.0 |
2166 | 2024-08-29T15:50:25.196Z | Checking globset v0.4.14 |
2167 | 2024-08-29T15:50:25.322Z | Checking olpc-cjson v0.1.3 |
2168 | 2024-08-29T15:50:25.560Z | Checking bcs v0.1.6 |
2169 | 2024-08-29T15:50:25.695Z | Checking serde_plain v1.0.2 |
2170 | 2024-08-29T15:50:25.881Z | Compiling dropshot_endpoint v0.10.1 |
2171 | 2024-08-29T15:50:25.947Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2172 | 2024-08-29T15:50:25.949Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2173 | 2024-08-29T15:50:26.003Z | Checking typed-path v0.7.1 |
2174 | 2024-08-29T15:50:26.334Z | Checking tokio-tungstenite v0.23.1 |
2175 | 2024-08-29T15:50:26.355Z | Checking nix v0.27.1 |
2176 | 2024-08-29T15:50:26.806Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2177 | 2024-08-29T15:50:27.085Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2178 | 2024-08-29T15:50:27.415Z | Checking bb8 v0.8.5 |
2179 | 2024-08-29T15:50:27.680Z | Checking serde-big-array v0.5.1 |
2180 | 2024-08-29T15:50:27.887Z | Checking tough v0.17.1 |
2181 | 2024-08-29T15:50:27.921Z | Compiling const_format_proc_macros v0.2.32 |
2182 | 2024-08-29T15:50:27.939Z | Checking parse-size v1.0.0 |
2183 | 2024-08-29T15:50:29.092Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2184 | 2024-08-29T15:50:30.047Z | Checking const_format v0.2.32 |
2185 | 2024-08-29T15:50:30.321Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2186 | 2024-08-29T15:50:30.510Z | Checking async-bb8-diesel v0.2.1 |
2187 | 2024-08-29T15:50:31.629Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2188 | 2024-08-29T15:50:31.717Z | Checking qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783) |
2189 | 2024-08-29T15:50:32.781Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2190 | 2024-08-29T15:50:33.862Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2191 | 2024-08-29T15:50:34.880Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2192 | 2024-08-29T15:50:35.204Z | Checking assert_matches v1.5.0 |
2193 | 2024-08-29T15:50:35.318Z | Checking heck v0.4.1 |
2194 | 2024-08-29T15:50:35.366Z | Compiling portable-atomic v1.6.0 |
2195 | 2024-08-29T15:50:35.550Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2196 | 2024-08-29T15:50:35.596Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2197 | 2024-08-29T15:50:35.957Z | Checking rand_seeder v0.3.0 |
2198 | 2024-08-29T15:50:36.141Z | Compiling libz-sys v1.1.16 |
2199 | 2024-08-29T15:50:36.207Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2200 | 2024-08-29T15:50:36.988Z | Checking number_prefix v0.4.0 |
2201 | 2024-08-29T15:50:37.193Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2202 | 2024-08-29T15:50:37.442Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2203 | 2024-08-29T15:50:37.536Z | Checking indicatif v0.17.8 |
2204 | 2024-08-29T15:50:38.474Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2205 | 2024-08-29T15:50:38.648Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2206 | 2024-08-29T15:50:39.561Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2207 | 2024-08-29T15:50:39.831Z | Compiling vergen v8.3.2 |
2208 | 2024-08-29T15:50:40.162Z | Compiling cargo-platform v0.1.8 |
2209 | 2024-08-29T15:50:40.761Z | Checking smawk v0.3.2 |
2210 | 2024-08-29T15:50:40.924Z | Checking is_ci v1.2.0 |
2211 | 2024-08-29T15:50:40.944Z | Checking unicode-linebreak v0.1.5 |
2212 | 2024-08-29T15:50:41.069Z | Checking supports-color v3.0.0 |
2213 | 2024-08-29T15:50:41.271Z | Compiling cargo_metadata v0.18.1 |
2214 | 2024-08-29T15:50:41.337Z | Checking textwrap v0.16.1 |
2215 | 2024-08-29T15:50:41.714Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2216 | 2024-08-29T15:50:41.756Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2217 | 2024-08-29T15:50:41.973Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2218 | 2024-08-29T15:50:43.127Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2219 | 2024-08-29T15:50:43.419Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2220 | 2024-08-29T15:50:43.935Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2221 | 2024-08-29T15:50:43.981Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2222 | 2024-08-29T15:50:44.958Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2223 | 2024-08-29T15:50:45.293Z | Checking castaway v0.2.3 |
2224 | 2024-08-29T15:50:45.474Z | Compiling libsqlite3-sys v0.28.0 |
2225 | 2024-08-29T15:50:46.075Z | Checking compact_str v0.8.0 |
2226 | 2024-08-29T15:50:46.544Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2227 | 2024-08-29T15:50:46.892Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2228 | 2024-08-29T15:50:47.222Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2229 | 2024-08-29T15:50:47.502Z | Checking unicode-truncate v1.0.0 |
2230 | 2024-08-29T15:50:47.745Z | Checking lru v0.12.3 |
2231 | 2024-08-29T15:50:48.020Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2232 | 2024-08-29T15:50:48.069Z | Compiling instability v0.3.2 |
2233 | 2024-08-29T15:50:48.500Z | Checking cassowary v0.3.0 |
2234 | 2024-08-29T15:50:49.016Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2235 | 2024-08-29T15:50:49.163Z | Checking ratatui v0.28.0 |
2236 | 2024-08-29T15:50:49.451Z | Checking hashlink v0.9.1 |
2237 | 2024-08-29T15:50:50.099Z | Checking fallible-iterator v0.3.0 |
2238 | 2024-08-29T15:50:50.274Z | Checking fallible-streaming-iterator v0.1.9 |
2239 | 2024-08-29T15:50:50.511Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2240 | 2024-08-29T15:50:50.760Z | Checking rusqlite v0.31.0 |
2241 | 2024-08-29T15:50:50.849Z | Checking twox-hash v1.6.3 |
2242 | 2024-08-29T15:50:51.343Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2243 | 2024-08-29T15:50:52.104Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2244 | 2024-08-29T15:50:52.322Z | Checking fatfs v0.3.6 |
2245 | 2024-08-29T15:50:53.350Z | Checking csv-core v0.1.11 |
2246 | 2024-08-29T15:50:53.693Z | Checking shell-words v1.1.0 |
2247 | 2024-08-29T15:50:53.884Z | Checking csv v1.3.0 |
2248 | 2024-08-29T15:50:53.906Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2249 | 2024-08-29T15:50:55.068Z | Checking rtoolbox v0.0.2 |
2250 | 2024-08-29T15:50:55.279Z | Checking rpassword v7.3.1 |
2251 | 2024-08-29T15:50:57.167Z | Checking tui-tree-widget v0.22.0 |
2252 | 2024-08-29T15:50:57.521Z | Checking polyval v0.6.2 |
2253 | 2024-08-29T15:50:57.828Z | Checking rfc6979 v0.4.0 |
2254 | 2024-08-29T15:50:58.028Z | Checking plotters-backend v0.3.5 |
2255 | 2024-08-29T15:50:58.395Z | Checking plotters-svg v0.3.5 |
2256 | 2024-08-29T15:50:58.630Z | Checking ecdsa v0.16.9 |
2257 | 2024-08-29T15:50:59.341Z | Checking ghash v0.5.1 |
2258 | 2024-08-29T15:50:59.474Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2259 | 2024-08-29T15:51:00.654Z | Checking primeorder v0.13.6 |
2260 | 2024-08-29T15:51:00.933Z | Checking ctr v0.9.2 |
2261 | 2024-08-29T15:51:01.447Z | Checking cast v0.3.0 |
2262 | 2024-08-29T15:51:01.622Z | Checking yansi v0.5.1 |
2263 | 2024-08-29T15:51:01.886Z | Checking pretty_assertions v1.4.0 |
2264 | 2024-08-29T15:51:01.889Z | Checking criterion-plot v0.5.0 |
2265 | 2024-08-29T15:51:02.117Z | Checking aes-gcm v0.10.3 |
2266 | 2024-08-29T15:51:02.380Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2267 | 2024-08-29T15:51:02.473Z | Checking plotters v0.3.5 |
2268 | 2024-08-29T15:51:04.139Z | Checking ed25519 v2.2.3 |
2269 | 2024-08-29T15:51:04.486Z | Checking ssh-encoding v0.2.0 |
2270 | 2024-08-29T15:51:04.868Z | Checking tinytemplate v1.2.1 |
2271 | 2024-08-29T15:51:05.302Z | Checking blowfish v0.9.1 |
2272 | 2024-08-29T15:51:05.570Z | Checking oorandom v11.1.3 |
2273 | 2024-08-29T15:51:05.753Z | Checking anes v0.1.6 |
2274 | 2024-08-29T15:51:06.134Z | Checking criterion v0.5.1 |
2275 | 2024-08-29T15:51:08.909Z | Checking bcrypt-pbkdf v0.10.0 |
2276 | 2024-08-29T15:51:08.927Z | Checking ssh-cipher v0.2.0 |
2277 | 2024-08-29T15:51:09.233Z | Checking ed25519-dalek v2.1.1 |
2278 | 2024-08-29T15:51:09.236Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2279 | 2024-08-29T15:51:09.386Z | Checking password-hash v0.4.2 |
2280 | 2024-08-29T15:51:09.552Z | Checking matches v0.1.10 |
2281 | 2024-08-29T15:51:09.657Z | Checking hex-literal v0.4.1 |
2282 | 2024-08-29T15:51:09.805Z | Checking idna v0.2.3 |
2283 | 2024-08-29T15:51:09.827Z | Checking pbkdf2 v0.11.0 |
2284 | 2024-08-29T15:51:10.120Z | Checking ssh-key v0.6.6 |
2285 | 2024-08-29T15:51:10.680Z | Checking p521 v0.13.3 |
2286 | 2024-08-29T15:51:10.683Z | Checking p384 v0.13.0 |
2287 | 2024-08-29T15:51:11.692Z | Checking p256 v0.13.2 |
2288 | 2024-08-29T15:51:11.781Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2289 | 2024-08-29T15:51:12.141Z | Checking russh-cryptovec v0.7.2 |
2290 | 2024-08-29T15:51:12.163Z | Compiling enum-as-inner v0.5.1 |
2291 | 2024-08-29T15:51:12.359Z | Checking md5 v0.7.0 |
2292 | 2024-08-29T15:51:12.552Z | Compiling target-lexicon v0.12.16 |
2293 | 2024-08-29T15:51:12.675Z | Compiling doc-comment v0.3.3 |
2294 | 2024-08-29T15:51:13.233Z | Checking trust-dns-proto v0.22.0 |
2295 | 2024-08-29T15:51:13.493Z | Checking russh-keys v0.45.0 |
2296 | 2024-08-29T15:51:13.642Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2297 | 2024-08-29T15:51:14.831Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2298 | 2024-08-29T15:51:15.376Z | Checking http-body v1.0.0 |
2299 | 2024-08-29T15:51:15.600Z | Checking num-bigint v0.4.5 |
2300 | 2024-08-29T15:51:15.621Z | Checking des v0.8.1 |
2301 | 2024-08-29T15:51:15.645Z | Compiling samael v0.0.15 |
2302 | 2024-08-29T15:51:15.889Z | Checking regex-automata v0.1.10 |
2303 | 2024-08-29T15:51:16.252Z | Compiling assert_cmd v2.0.16 |
2304 | 2024-08-29T15:51:16.716Z | Checking tower-layer v0.3.2 |
2305 | 2024-08-29T15:51:16.965Z | Compiling guppy-workspace-hack v0.1.0 |
2306 | 2024-08-29T15:51:16.993Z | Compiling dhcproto-macros v0.1.0 |
2307 | 2024-08-29T15:51:17.314Z | Checking tower v0.4.13 |
2308 | 2024-08-29T15:51:18.005Z | Checking dhcproto v0.12.0 |
2309 | 2024-08-29T15:51:18.073Z | Checking bstr v0.2.17 |
2310 | 2024-08-29T15:51:18.105Z | Checking russh v0.45.0 |
2311 | 2024-08-29T15:51:18.920Z | Checking hyper v1.3.1 |
2312 | 2024-08-29T15:51:20.048Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2313 | 2024-08-29T15:51:20.185Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2314 | 2024-08-29T15:51:20.649Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2315 | 2024-08-29T15:51:21.001Z | Compiling target-spec v3.2.1 |
2316 | 2024-08-29T15:51:21.047Z | Checking internet-checksum v0.2.1 |
2317 | 2024-08-29T15:51:22.158Z | Checking hyper-util v0.1.3 |
2318 | 2024-08-29T15:51:22.751Z | Checking cfg-expr v0.16.0 |
2319 | 2024-08-29T15:51:23.361Z | Checking httptest v0.15.5 |
2320 | 2024-08-29T15:51:23.714Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2321 | 2024-08-29T15:51:23.738Z | Checking rustls-native-certs v0.7.0 |
2322 | 2024-08-29T15:51:23.890Z | Checking num_cpus v1.16.0 |
2323 | 2024-08-29T15:51:24.084Z | Checking threadpool v1.8.1 |
2324 | 2024-08-29T15:51:24.310Z | Checking hyper-rustls v0.26.0 |
2325 | 2024-08-29T15:51:25.030Z | Checking pathdiff v0.2.1 |
2326 | 2024-08-29T15:51:25.207Z | Compiling toml_edit v0.21.1 |
2327 | 2024-08-29T15:51:25.998Z | Compiling rstest_macros v0.22.0 |
2328 | 2024-08-29T15:51:26.533Z | Checking escape8259 v0.5.2 |
2329 | 2024-08-29T15:51:26.555Z | Checking nested v0.1.1 |
2330 | 2024-08-29T15:51:26.738Z | Checking libtest-mimic v0.7.3 |
2331 | 2024-08-29T15:51:26.772Z | Checking guppy v0.17.7 |
2332 | 2024-08-29T15:51:27.333Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2333 | 2024-08-29T15:51:27.647Z | Compiling proc-macro-crate v3.1.0 |
2334 | 2024-08-29T15:51:28.093Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2335 | 2024-08-29T15:51:28.819Z | Checking similar-asserts v1.5.0 |
2336 | 2024-08-29T15:51:29.065Z | Checking fancy-regex v0.13.0 |
2337 | 2024-08-29T15:51:29.163Z | Compiling trybuild v1.0.99 |
2338 | 2024-08-29T15:51:29.686Z | Compiling relative-path v1.9.3 |
2339 | 2024-08-29T15:51:29.858Z | Checking datatest-stable v0.2.9 |
2340 | 2024-08-29T15:51:30.235Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2341 | 2024-08-29T15:51:30.365Z | Checking blake2b_simd v1.0.2 |
2342 | 2024-08-29T15:51:31.073Z | Compiling git2 v0.19.0 |
2343 | 2024-08-29T15:51:31.147Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2344 | 2024-08-29T15:51:31.270Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2345 | 2024-08-29T15:51:31.594Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2346 | 2024-08-29T15:51:31.916Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2347 | 2024-08-29T15:51:32.228Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2348 | 2024-08-29T15:51:32.548Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2349 | 2024-08-29T15:51:32.936Z | Checking serde_tokenstream v0.2.2 |
2350 | 2024-08-29T15:51:33.128Z | Checking uzers v0.11.3 |
2351 | 2024-08-29T15:51:33.338Z | Checking indent_write v2.2.0 |
2352 | 2024-08-29T15:51:33.493Z | Checking futures-timer v3.0.3 |
2353 | 2024-08-29T15:51:33.712Z | Checking rust-argon2 v2.1.0 |
2354 | 2024-08-29T15:51:34.161Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2355 | 2024-08-29T15:51:35.228Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2356 | 2024-08-29T15:51:35.881Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2357 | 2024-08-29T15:51:36.211Z | Checking rand_distr v0.4.3 |
2358 | 2024-08-29T15:51:38.510Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2359 | 2024-08-29T15:51:39.029Z | Checking multimap v0.10.0 |
2360 | 2024-08-29T15:51:39.361Z | Checking approx v0.5.1 |
2361 | 2024-08-29T15:51:39.646Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2362 | 2024-08-29T15:51:40.029Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2363 | 2024-08-29T15:51:40.642Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2364 | 2024-08-29T15:51:40.869Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2365 | 2024-08-29T15:51:41.200Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2366 | 2024-08-29T15:51:41.401Z | Checking partial-io v0.5.4 |
2367 | 2024-08-29T15:51:41.767Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2368 | 2024-08-29T15:51:41.982Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2369 | 2024-08-29T15:51:42.081Z | Checking cargo_toml v0.20.4 |
2370 | 2024-08-29T15:51:42.144Z | Checking termios v0.3.3 |
2371 | 2024-08-29T15:51:42.390Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2372 | 2024-08-29T15:51:42.516Z | Checking rstest v0.22.0 |
2373 | 2024-08-29T15:51:43.718Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2374 | 2024-08-29T15:51:44.026Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2375 | 2024-08-29T15:51:59.896Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2376 | 2024-08-29T15:52:04.536Z | Compiling polar-core v0.27.3 |
2377 | 2024-08-29T15:52:04.723Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2378 | 2024-08-29T15:52:15.328Z | Checking oso v0.27.3 |
2379 | 2024-08-29T15:52:30.453Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2380 | 2024-08-29T15:52:32.142Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2381 | 2024-08-29T15:52:33.223Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2382 | 2024-08-29T15:53:02.773Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2383 | 2024-08-29T15:53:02.773Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2384 | 2024-08-29T15:53:02.775Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2385 | 2024-08-29T15:54:16.729Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 12s |
2386 | 2024-08-29T15:54:17.085Z | |
2387 | 2024-08-29T15:54:17.085Z | real 6:17.417147949 |
2388 | 2024-08-29T15:54:17.086Z | user 35:06.158091114 |
2389 | 2024-08-29T15:54:17.086Z | sys 6:15.882962335 |
2390 | 2024-08-29T15:54:17.086Z | trap 0.954470122 |
2391 | 2024-08-29T15:54:17.086Z | tflt 2.996126344 |
2392 | 2024-08-29T15:54:17.086Z | dflt 0.602142174 |
2393 | 2024-08-29T15:54:17.088Z | kflt 0.002528739 |
2394 | 2024-08-29T15:54:17.088Z | lock 53:41.416401184 |
2395 | 2024-08-29T15:54:17.088Z | slp 2:04:36.172783060 |
2396 | 2024-08-29T15:54:17.088Z | lat 1:39.173463259 |
2397 | 2024-08-29T15:54:17.088Z | stop 5:42.164529880 |
2398 | 2024-08-29T15:54:17.088Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2399 | 2024-08-29T15:54:17.089Z | + ptime -m cargo doc --workspace --no-deps |
2400 | 2024-08-29T15:54:18.284Z | warning: output filename collision. |
2401 | 2024-08-29T15:54:18.284Z | The bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`. |
2402 | 2024-08-29T15:54:18.284Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2403 | 2024-08-29T15:54:18.284Z | The targets should have unique names. |
2404 | 2024-08-29T15:54:18.284Z | This is a known bug where multiple crates with the same name use |
2405 | 2024-08-29T15:54:18.284Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2406 | 2024-08-29T15:54:18.662Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2407 | 2024-08-29T15:54:18.723Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2408 | 2024-08-29T15:54:18.739Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2409 | 2024-08-29T15:54:18.778Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2410 | 2024-08-29T15:54:18.803Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2411 | 2024-08-29T15:54:18.826Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2412 | 2024-08-29T15:54:18.826Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2413 | 2024-08-29T15:54:19.049Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2414 | 2024-08-29T15:54:19.068Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2415 | 2024-08-29T15:54:19.088Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2416 | 2024-08-29T15:54:19.108Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2417 | 2024-08-29T15:54:19.129Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2418 | 2024-08-29T15:54:19.302Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2419 | 2024-08-29T15:54:19.361Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2420 | 2024-08-29T15:54:19.383Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2421 | 2024-08-29T15:54:19.574Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2422 | 2024-08-29T15:54:19.849Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2423 | 2024-08-29T15:54:20.713Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2424 | 2024-08-29T15:54:23.597Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2425 | 2024-08-29T15:54:23.921Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2426 | 2024-08-29T15:54:24.001Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2427 | 2024-08-29T15:54:24.024Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2428 | 2024-08-29T15:54:24.361Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2429 | 2024-08-29T15:54:24.384Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2430 | 2024-08-29T15:54:24.709Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2431 | 2024-08-29T15:54:24.844Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2432 | 2024-08-29T15:54:25.060Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2433 | 2024-08-29T15:54:25.268Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2434 | 2024-08-29T15:54:25.527Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2435 | 2024-08-29T15:54:25.573Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2436 | 2024-08-29T15:54:25.896Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2437 | 2024-08-29T15:54:26.098Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2438 | 2024-08-29T15:54:26.278Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2439 | 2024-08-29T15:54:26.293Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2440 | 2024-08-29T15:54:26.596Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2441 | 2024-08-29T15:54:26.766Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2442 | 2024-08-29T15:54:27.114Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2443 | 2024-08-29T15:54:27.196Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2444 | 2024-08-29T15:54:27.388Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2445 | 2024-08-29T15:54:27.509Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2446 | 2024-08-29T15:54:27.905Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2447 | 2024-08-29T15:54:27.919Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2448 | 2024-08-29T15:54:28.919Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2449 | 2024-08-29T15:54:32.367Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2450 | 2024-08-29T15:54:32.655Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2451 | 2024-08-29T15:54:33.328Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2452 | 2024-08-29T15:54:33.941Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2453 | 2024-08-29T15:54:34.779Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2454 | 2024-08-29T15:54:35.670Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2455 | 2024-08-29T15:54:35.771Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2456 | 2024-08-29T15:54:36.440Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2457 | 2024-08-29T15:54:37.230Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2458 | 2024-08-29T15:54:37.598Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2459 | 2024-08-29T15:54:42.400Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2460 | 2024-08-29T15:54:42.725Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2461 | 2024-08-29T15:54:42.904Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2462 | 2024-08-29T15:54:44.079Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2463 | 2024-08-29T15:54:45.054Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2464 | 2024-08-29T15:54:45.503Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2465 | 2024-08-29T15:54:45.783Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2466 | 2024-08-29T15:54:47.173Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2467 | 2024-08-29T15:54:47.288Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2468 | 2024-08-29T15:54:47.436Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2469 | 2024-08-29T15:54:47.736Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2470 | 2024-08-29T15:54:47.784Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2471 | 2024-08-29T15:54:48.157Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2472 | 2024-08-29T15:54:48.231Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2473 | 2024-08-29T15:54:48.372Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2474 | 2024-08-29T15:54:49.148Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2475 | 2024-08-29T15:54:49.274Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2476 | 2024-08-29T15:54:49.574Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2477 | 2024-08-29T15:54:49.592Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2478 | 2024-08-29T15:54:50.202Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2479 | 2024-08-29T15:54:50.715Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2480 | 2024-08-29T15:54:50.803Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2481 | 2024-08-29T15:54:50.868Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2482 | 2024-08-29T15:54:51.040Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2483 | 2024-08-29T15:54:51.135Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2484 | 2024-08-29T15:54:51.151Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2485 | 2024-08-29T15:54:51.299Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2486 | 2024-08-29T15:54:51.545Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2487 | 2024-08-29T15:54:52.142Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2488 | 2024-08-29T15:54:52.496Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2489 | 2024-08-29T15:54:53.018Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2490 | 2024-08-29T15:54:53.037Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2491 | 2024-08-29T15:54:53.268Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2492 | 2024-08-29T15:54:54.305Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2493 | 2024-08-29T15:54:54.717Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2494 | 2024-08-29T15:54:54.968Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2495 | 2024-08-29T15:54:55.426Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2496 | 2024-08-29T15:54:55.732Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2497 | 2024-08-29T15:54:56.844Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2498 | 2024-08-29T15:54:56.902Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2499 | 2024-08-29T15:54:57.449Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2500 | 2024-08-29T15:54:57.668Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2501 | 2024-08-29T15:55:00.036Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2502 | 2024-08-29T15:55:00.301Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2503 | 2024-08-29T15:55:01.348Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2504 | 2024-08-29T15:55:02.024Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2505 | 2024-08-29T15:55:02.042Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2506 | 2024-08-29T15:55:05.485Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2507 | 2024-08-29T15:55:07.500Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2508 | 2024-08-29T15:55:08.474Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2509 | 2024-08-29T15:55:11.169Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2510 | 2024-08-29T15:55:13.016Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2511 | 2024-08-29T15:55:14.051Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2512 | 2024-08-29T15:55:19.226Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2513 | 2024-08-29T15:55:32.535Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2514 | 2024-08-29T15:55:33.727Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2515 | 2024-08-29T15:56:00.205Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2516 | 2024-08-29T15:56:04.489Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2517 | 2024-08-29T15:56:06.056Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2518 | 2024-08-29T15:56:16.232Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2519 | 2024-08-29T15:56:16.842Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2520 | 2024-08-29T15:56:17.936Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2521 | 2024-08-29T15:56:31.311Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2522 | 2024-08-29T15:56:33.341Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2523 | 2024-08-29T15:56:38.731Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2524 | 2024-08-29T15:56:43.263Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2525 | 2024-08-29T15:56:43.869Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2526 | 2024-08-29T15:56:46.574Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2527 | 2024-08-29T15:56:48.643Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2528 | 2024-08-29T15:56:52.413Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2529 | 2024-08-29T15:56:54.501Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2530 | 2024-08-29T15:56:59.082Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2531 | 2024-08-29T15:57:07.825Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2532 | 2024-08-29T15:57:25.314Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2533 | 2024-08-29T15:57:30.934Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2534 | 2024-08-29T15:57:32.550Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2535 | 2024-08-29T15:57:36.263Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2536 | 2024-08-29T15:57:41.022Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2537 | 2024-08-29T15:57:43.826Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2538 | 2024-08-29T15:57:47.315Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2539 | 2024-08-29T15:57:54.539Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2540 | 2024-08-29T15:58:00.798Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2541 | 2024-08-29T15:58:01.089Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2542 | 2024-08-29T15:58:03.222Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2543 | 2024-08-29T15:58:04.597Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2544 | 2024-08-29T15:58:06.702Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2545 | 2024-08-29T15:58:18.345Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2546 | 2024-08-29T15:58:18.449Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2547 | 2024-08-29T15:58:21.297Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2548 | 2024-08-29T15:58:21.809Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2549 | 2024-08-29T15:58:24.668Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2550 | 2024-08-29T15:58:37.137Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2551 | 2024-08-29T15:58:40.914Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2552 | 2024-08-29T15:58:41.749Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2553 | 2024-08-29T15:58:45.368Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2554 | 2024-08-29T15:58:47.352Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2555 | 2024-08-29T15:58:48.048Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2556 | 2024-08-29T15:58:54.312Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2557 | 2024-08-29T15:59:01.113Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2558 | 2024-08-29T15:59:01.724Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2559 | 2024-08-29T15:59:03.962Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2560 | 2024-08-29T15:59:04.440Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2561 | 2024-08-29T15:59:13.010Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2562 | 2024-08-29T15:59:14.321Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2563 | 2024-08-29T15:59:14.470Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2564 | 2024-08-29T15:59:21.968Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2565 | 2024-08-29T15:59:24.173Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2566 | 2024-08-29T15:59:27.324Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2567 | 2024-08-29T15:59:28.391Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2568 | 2024-08-29T15:59:30.280Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2569 | 2024-08-29T15:59:31.703Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2570 | 2024-08-29T15:59:33.455Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2571 | 2024-08-29T15:59:39.351Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2572 | 2024-08-29T15:59:40.788Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2573 | 2024-08-29T15:59:42.185Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2574 | 2024-08-29T15:59:46.096Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2575 | 2024-08-29T15:59:46.125Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2576 | 2024-08-29T15:59:47.224Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2577 | 2024-08-29T15:59:47.684Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2578 | 2024-08-29T15:59:52.553Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2579 | 2024-08-29T15:59:56.403Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2580 | 2024-08-29T15:59:58.673Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2581 | 2024-08-29T16:00:02.381Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2582 | 2024-08-29T16:00:05.224Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2583 | 2024-08-29T16:00:05.509Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2584 | 2024-08-29T16:00:06.449Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2585 | 2024-08-29T16:00:06.621Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2586 | 2024-08-29T16:00:08.800Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2587 | 2024-08-29T16:00:16.116Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2588 | 2024-08-29T16:00:16.768Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2589 | 2024-08-29T16:00:19.164Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2590 | 2024-08-29T16:00:19.306Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2591 | 2024-08-29T16:00:22.742Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2592 | 2024-08-29T16:00:23.430Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2593 | 2024-08-29T16:00:23.432Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2594 | 2024-08-29T16:00:25.271Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2595 | 2024-08-29T16:00:26.693Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2596 | 2024-08-29T16:00:34.025Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2597 | 2024-08-29T16:00:35.203Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2598 | 2024-08-29T16:00:35.641Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2599 | 2024-08-29T16:00:38.811Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2600 | 2024-08-29T16:00:39.295Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2601 | 2024-08-29T16:00:39.960Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2602 | 2024-08-29T16:00:39.978Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2603 | 2024-08-29T16:00:40.736Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2604 | 2024-08-29T16:00:44.302Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2605 | 2024-08-29T16:00:44.530Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2606 | 2024-08-29T16:00:44.956Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2607 | 2024-08-29T16:00:46.043Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2608 | 2024-08-29T16:00:47.144Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2609 | 2024-08-29T16:00:50.022Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2610 | 2024-08-29T16:00:50.894Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2611 | 2024-08-29T16:00:51.447Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2612 | 2024-08-29T16:00:52.031Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2613 | 2024-08-29T16:00:52.262Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2614 | 2024-08-29T16:01:14.627Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 57s |
2615 | 2024-08-29T16:01:14.786Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 126 other files |
2616 | 2024-08-29T16:01:14.845Z | |
2617 | 2024-08-29T16:01:14.848Z | real 6:57.650608649 |
2618 | 2024-08-29T16:01:14.848Z | user 21:37.330093266 |
2619 | 2024-08-29T16:01:14.848Z | sys 31:14.363609821 |
2620 | 2024-08-29T16:01:14.848Z | trap 0.349116712 |
2621 | 2024-08-29T16:01:14.848Z | tflt 0.380595611 |
2622 | 2024-08-29T16:01:14.848Z | dflt 0.244458272 |
2623 | 2024-08-29T16:01:14.848Z | kflt 0.000043430 |
2624 | 2024-08-29T16:01:14.848Z | lock 1:07:45.132118555 |
2625 | 2024-08-29T16:01:14.848Z | slp 1:59:45.417872805 |
2626 | 2024-08-29T16:01:14.848Z | lat 1:06.816964759 |
2627 | 2024-08-29T16:01:14.848Z | stop 57.687432883 |
2628 | 2024-08-29T16:01:14.848Z | process exited: duration 1044362 ms, exit code 0 |
|
2629 | 2024-08-29T16:01:14.854Z | found 0 output files |