|
|
|
1 | 2024-09-06T05:54:30.274Z | job assigned to worker 01J72YB7XYHZH8CRXBC24B2RBM (queued for 28 s) |
|
2 | 2024-09-06T05:54:30.568Z | starting task 0: "setup" |
3 | 2024-09-06T05:54:30.592Z | ++ uname -s |
4 | 2024-09-06T05:54:30.592Z | + kern=SunOS |
5 | 2024-09-06T05:54:30.592Z | + case "$kern" in |
6 | 2024-09-06T05:54:30.592Z | + groupadd -g 12345 build |
7 | 2024-09-06T05:54:30.592Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-09-06T05:54:32.599Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-09-06T05:54:32.639Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-09-06T05:54:32.665Z | + home_fs=zfs |
11 | 2024-09-06T05:54:32.665Z | + [[ zfs == autofs ]] |
12 | 2024-09-06T05:54:32.665Z | + mkdir -p /home/build |
13 | 2024-09-06T05:54:32.665Z | + chown build:build /home/build /work |
14 | 2024-09-06T05:54:34.649Z | + chmod 0700 /home/build /work |
15 | 2024-09-06T05:54:34.673Z | process exited: duration 4085 ms, exit code 0 |
|
16 | 2024-09-06T05:54:34.723Z | starting task 1: "rust-toolchain" |
17 | 2024-09-06T05:54:34.747Z | + printf ' * toolchain channel = "%s" |
18 | 2024-09-06T05:54:34.747Z | * toolchain channel = "1.80.1" |
19 | 2024-09-06T05:54:34.747Z | ' 1.80.1 |
20 | 2024-09-06T05:54:34.747Z | * toolchain profile = "default" |
21 | 2024-09-06T05:54:34.747Z | + printf ' * toolchain profile = "%s" |
22 | 2024-09-06T05:54:34.747Z | ' default |
23 | 2024-09-06T05:54:34.747Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-09-06T05:54:34.747Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-09-06T05:54:34.877Z | info: downloading installer |
26 | 2024-09-06T05:54:35.374Z | info: profile set to 'default' |
27 | 2024-09-06T05:54:35.374Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-09-06T05:54:35.398Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-09-06T05:54:35.471Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-09-06T05:54:35.471Z | info: downloading component 'cargo' |
31 | 2024-09-06T05:54:35.620Z | info: downloading component 'clippy' |
32 | 2024-09-06T05:54:35.677Z | info: downloading component 'rust-docs' |
33 | 2024-09-06T05:54:35.893Z | info: downloading component 'rust-std' |
34 | 2024-09-06T05:54:36.135Z | info: downloading component 'rustc' |
35 | 2024-09-06T05:54:37.215Z | info: downloading component 'rustfmt' |
36 | 2024-09-06T05:54:37.258Z | info: installing component 'cargo' |
37 | 2024-09-06T05:54:38.375Z | info: installing component 'clippy' |
38 | 2024-09-06T05:54:38.827Z | info: installing component 'rust-docs' |
39 | 2024-09-06T05:54:41.674Z | info: installing component 'rust-std' |
40 | 2024-09-06T05:54:43.574Z | info: installing component 'rustc' |
41 | 2024-09-06T05:54:48.635Z | info: installing component 'rustfmt' |
42 | 2024-09-06T05:54:49.068Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-09-06T05:54:49.068Z | |
44 | 2024-09-06T05:54:49.171Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-09-06T05:54:49.171Z | |
46 | 2024-09-06T05:54:49.171Z | |
47 | 2024-09-06T05:54:49.171Z | Rust is installed now. Great! |
48 | 2024-09-06T05:54:49.171Z | |
49 | 2024-09-06T05:54:49.171Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-09-06T05:54:49.172Z | environment variable. This has not been done automatically. |
51 | 2024-09-06T05:54:49.172Z | |
52 | 2024-09-06T05:54:49.172Z | To configure your current shell, you need to source |
53 | 2024-09-06T05:54:49.172Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-09-06T05:54:49.172Z | |
55 | 2024-09-06T05:54:49.172Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-09-06T05:54:49.172Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-09-06T05:54:49.172Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-09-06T05:54:49.254Z | + rustc --version |
59 | 2024-09-06T05:54:49.348Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-09-06T05:54:49.372Z | process exited: duration 14631 ms, exit code 0 |
|
61 | 2024-09-06T05:54:49.421Z | starting task 2: "authentication" |
62 | 2024-09-06T05:54:49.476Z | process exited: duration 54 ms, exit code 0 |
|
63 | 2024-09-06T05:54:49.524Z | starting task 3: "clone repository" |
64 | 2024-09-06T05:54:49.548Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-09-06T05:54:49.548Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-09-06T05:54:49.572Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-09-06T05:54:54.941Z | + cd /work/oxidecomputer/omicron |
68 | 2024-09-06T05:54:54.941Z | + git fetch origin 557dc222dc61b8d3c6f571efeac17f7430f3def5 |
69 | 2024-09-06T05:54:55.307Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-09-06T05:54:55.308Z | * branch 557dc222dc61b8d3c6f571efeac17f7430f3def5 -> FETCH_HEAD |
71 | 2024-09-06T05:54:55.332Z | + [[ -n inventory-datasets ]] |
72 | 2024-09-06T05:54:55.332Z | ++ git branch --show-current |
73 | 2024-09-06T05:54:55.332Z | + current=main |
74 | 2024-09-06T05:54:55.332Z | + [[ main != inventory-datasets ]] |
75 | 2024-09-06T05:54:55.332Z | + git branch -f inventory-datasets 557dc222dc61b8d3c6f571efeac17f7430f3def5 |
76 | 2024-09-06T05:54:55.332Z | + git checkout -f inventory-datasets |
77 | 2024-09-06T05:54:55.512Z | Switched to branch 'inventory-datasets' |
78 | 2024-09-06T05:54:55.536Z | + git reset --hard 557dc222dc61b8d3c6f571efeac17f7430f3def5 |
79 | 2024-09-06T05:54:55.560Z | HEAD is now at 557dc222d Fix error wrapping in tests |
80 | 2024-09-06T05:54:55.560Z | process exited: duration 6018 ms, exit code 0 |
|
81 | 2024-09-06T05:54:55.614Z | starting task 4: "build" |
82 | 2024-09-06T05:54:55.640Z | + cargo --version |
83 | 2024-09-06T05:54:55.688Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-09-06T05:54:55.712Z | + rustc --version |
85 | 2024-09-06T05:54:55.761Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-09-06T05:54:55.787Z | + source ./env.sh |
87 | 2024-09-06T05:54:55.787Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-09-06T05:54:55.787Z | ++ set -o xtrace |
89 | 2024-09-06T05:54:55.787Z | ++++ dirname ./env.sh |
90 | 2024-09-06T05:54:55.787Z | +++ readlink -f . |
91 | 2024-09-06T05:54:55.787Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-09-06T05:54:55.787Z | ++ 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-09-06T05:54:55.788Z | ++ 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-09-06T05:54:55.788Z | ++ 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-09-06T05:54:55.788Z | ++ 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-09-06T05:54:55.788Z | ++ 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-09-06T05:54:55.788Z | ++ 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-09-06T05:54:55.788Z | ++ 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-09-06T05:54:55.788Z | ++ 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-09-06T05:54:55.788Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-09-06T05:54:55.788Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-09-06T05:54:55.788Z | + banner prerequisites |
103 | 2024-09-06T05:54:55.788Z | |
104 | 2024-09-06T05:54:55.788Z | ##### ##### ###### ##### ###### #### # # # #### # |
105 | 2024-09-06T05:54:55.788Z | # # # # # # # # # # # # # # # |
106 | 2024-09-06T05:54:55.788Z | # # # # ##### # # ##### # # # # # #### # |
107 | 2024-09-06T05:54:55.788Z | ##### ##### # ##### # # # # # # # # # |
108 | 2024-09-06T05:54:55.788Z | # # # # # # # # # # # # # # # |
109 | 2024-09-06T05:54:55.788Z | # # # ###### # # ###### ### # #### # #### # |
110 | 2024-09-06T05:54:55.788Z | |
111 | 2024-09-06T05:54:55.788Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
112 | 2024-09-06T05:55:00.973Z | Startup: Refreshing catalog 'helios-dev' ... Done |
113 | 2024-09-06T05:55:03.738Z | Startup: Caching catalogs ... Done |
114 | 2024-09-06T05:55:06.243Z | Planning: Solver setup ... Done (1.810s) |
115 | 2024-09-06T05:55:06.275Z | Planning: Running solver ... Done (0.032s) |
116 | 2024-09-06T05:55:06.311Z | Planning: Finding local manifests ... Done (0.002s) |
117 | 2024-09-06T05:55:06.390Z | Planning: Fetching manifests: 0/5 0% complete |
118 | 2024-09-06T05:55:06.832Z | Planning: Fetching manifests: 5/5 100% complete |
119 | 2024-09-06T05:55:06.966Z | Planning: Package planning ... Done (0.134s) |
120 | 2024-09-06T05:55:07.035Z | Planning: Merging actions ... Done (0.068s) |
121 | 2024-09-06T05:55:07.322Z | Planning: Checking for conflicting actions ... Done (0.288s) |
122 | 2024-09-06T05:55:08.425Z | Planning: Consolidating action changes ... Done (1.103s) |
123 | 2024-09-06T05:55:08.833Z | Planning: Evaluating mediators ... Done (0.407s) |
124 | 2024-09-06T05:55:08.927Z | Planning: Planning completed in 5.12 seconds |
125 | 2024-09-06T05:55:08.951Z | Packages to install: 4 |
126 | 2024-09-06T05:55:08.951Z | Packages to update: 1 |
127 | 2024-09-06T05:55:08.951Z | Mediators to change: 2 |
128 | 2024-09-06T05:55:08.951Z | Services to change: 1 |
129 | 2024-09-06T05:55:08.951Z | Estimated space available: 148.82 GB |
130 | 2024-09-06T05:55:08.951Z | Estimated space to be consumed: 1.53 GB |
131 | 2024-09-06T05:55:08.951Z | Create boot environment: No |
132 | 2024-09-06T05:55:08.951Z | Create backup boot environment: Yes |
133 | 2024-09-06T05:55:08.951Z | Rebuild boot archive: No |
134 | 2024-09-06T05:55:08.951Z | |
135 | 2024-09-06T05:55:08.951Z | Changed mediators: |
136 | 2024-09-06T05:55:08.951Z | mediator clang: |
137 | 2024-09-06T05:55:08.951Z | version: None -> 15 (system default) |
138 | 2024-09-06T05:55:08.951Z | |
139 | 2024-09-06T05:55:08.951Z | mediator llvm: |
140 | 2024-09-06T05:55:08.951Z | version: 14 (system default) -> 15 (system default) |
141 | 2024-09-06T05:55:08.951Z | |
142 | 2024-09-06T05:55:08.951Z | Changed packages: |
143 | 2024-09-06T05:55:08.951Z | helios-dev |
144 | 2024-09-06T05:55:08.951Z | developer/build-essential |
145 | 2024-09-06T05:55:08.951Z | None -> 11-2.0 |
146 | 2024-09-06T05:55:08.951Z | library/libxmlsec1 |
147 | 2024-09-06T05:55:08.951Z | None -> 1.2.35-2.0 |
148 | 2024-09-06T05:55:08.951Z | ooce/developer/clang-15 |
149 | 2024-09-06T05:55:08.951Z | None -> 15.0.7-2.0 |
150 | 2024-09-06T05:55:08.951Z | ooce/developer/llvm-15 |
151 | 2024-09-06T05:55:08.951Z | None -> 15.0.7-2.0 |
152 | 2024-09-06T05:55:08.951Z | package/pkg |
153 | 2024-09-06T05:55:08.952Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
154 | 2024-09-06T05:55:08.952Z | |
155 | 2024-09-06T05:55:08.952Z | Services: |
156 | 2024-09-06T05:55:08.952Z | restart_fmri: |
157 | 2024-09-06T05:55:08.952Z | svc:/system/update-man-index:default |
158 | 2024-09-06T05:55:08.952Z | |
159 | 2024-09-06T05:55:08.952Z | Editable files to change: |
160 | 2024-09-06T05:55:08.952Z | Update: |
161 | 2024-09-06T05:55:08.952Z | usr/share/lib/pkg/web/config.shtml |
162 | 2024-09-06T05:55:09.162Z | |
163 | 2024-09-06T05:55:09.162Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
164 | 2024-09-06T05:55:14.166Z | Download: 533/4281 items 8.2/220.6MB 3% complete (1.6M/s) |
165 | 2024-09-06T05:55:19.167Z | Download: 1198/4281 items 70.9/220.6MB 32% complete (7.2M/s) |
166 | 2024-09-06T05:55:24.169Z | Download: 1906/4281 items 118.6/220.6MB 53% complete (11.1M/s) |
167 | 2024-09-06T05:55:29.422Z | Download: 2223/4281 items 119.2/220.6MB 54% complete (9.6M/s) |
168 | 2024-09-06T05:55:34.422Z | Download: 3150/4281 items 134.0/220.6MB 60% complete (1.4M/s) |
169 | 2024-09-06T05:55:39.424Z | Download: 3411/4281 items 215.0/220.6MB 97% complete (9.6M/s) |
170 | 2024-09-06T05:55:45.056Z | Download: 4205/4281 items 220.4/220.6MB 99% complete (9.8M/s) |
171 | 2024-09-06T05:55:46.518Z | Download: Completed 220.60 MB in 37.36 seconds (5.9M/s) |
172 | 2024-09-06T05:55:48.007Z | Actions: 1/5063 actions (Removing old actions) |
173 | 2024-09-06T05:55:48.031Z | Actions: 194/5063 actions (Installing new actions) |
174 | 2024-09-06T05:55:53.021Z | Actions: 2527/5063 actions (Installing new actions) |
175 | 2024-09-06T05:55:53.851Z | Actions: 4226/5063 actions (Updating modified actions) |
176 | 2024-09-06T05:55:54.228Z | Actions: Completed 5063 actions in 6.22 seconds. |
177 | 2024-09-06T05:55:54.471Z | Done (0.234s) |
178 | 2024-09-06T05:55:54.495Z | Done (0.000s) |
179 | 2024-09-06T05:55:54.924Z | Done (0.452s) |
180 | 2024-09-06T05:56:00.011Z | Done (4.945s) |
181 | 2024-09-06T05:56:00.107Z | Done (0.018s) |
182 | 2024-09-06T05:56:00.131Z | Done (0.000s) |
183 | 2024-09-06T05:56:00.303Z | Done (0.000s) |
184 | 2024-09-06T05:56:00.985Z | Planning: Evaluating mediator changes ... Done |
185 | 2024-09-06T05:56:01.243Z | Planning: Checking for conflicting actions ... Done |
186 | 2024-09-06T05:56:01.267Z | Planning: Consolidating action changes ... Done |
187 | 2024-09-06T05:56:01.591Z | Planning: Evaluating mediators ... Done |
188 | 2024-09-06T05:56:01.615Z | Planning: Planning completed in 0.61 seconds |
189 | 2024-09-06T05:56:01.639Z | Mediators to change: 2 |
190 | 2024-09-06T05:56:01.639Z | Create boot environment: No |
191 | 2024-09-06T05:56:01.639Z | Create backup boot environment: No |
192 | 2024-09-06T05:56:01.696Z | Done |
193 | 2024-09-06T05:56:01.696Z | Done |
194 | 2024-09-06T05:56:02.029Z | Done |
195 | 2024-09-06T05:56:06.408Z | Done |
196 | 2024-09-06T05:56:06.512Z | Done |
197 | 2024-09-06T05:56:06.536Z | Done |
198 | 2024-09-06T05:56:06.599Z | Done |
199 | 2024-09-06T05:56:07.370Z | Planning: Evaluating mediator changes ... Done |
200 | 2024-09-06T05:56:07.394Z | Planning: Merging actions ... Done |
201 | 2024-09-06T05:56:07.696Z | Planning: Checking for conflicting actions ... Done |
202 | 2024-09-06T05:56:07.719Z | Planning: Consolidating action changes ... Done |
203 | 2024-09-06T05:56:08.042Z | Planning: Evaluating mediators ... Done |
204 | 2024-09-06T05:56:08.105Z | Planning: Planning completed in 1.04 seconds |
205 | 2024-09-06T05:56:08.151Z | Packages to change: 1 |
206 | 2024-09-06T05:56:08.151Z | Mediators to change: 1 |
207 | 2024-09-06T05:56:08.151Z | Services to change: 1 |
208 | 2024-09-06T05:56:08.151Z | Create boot environment: No |
209 | 2024-09-06T05:56:08.151Z | Create backup boot environment: Yes |
210 | 2024-09-06T05:56:09.699Z | Actions: 1/6 actions (Updating modified actions) |
211 | 2024-09-06T05:56:09.723Z | Actions: Completed 6 actions in 0.00 seconds. |
212 | 2024-09-06T05:56:09.723Z | Done |
213 | 2024-09-06T05:56:09.723Z | Done |
214 | 2024-09-06T05:56:09.794Z | Done |
215 | 2024-09-06T05:56:14.072Z | Done |
216 | 2024-09-06T05:56:14.167Z | Done |
217 | 2024-09-06T05:56:14.191Z | Done |
218 | 2024-09-06T05:56:14.254Z | Done |
219 | 2024-09-06T05:56:14.753Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
220 | 2024-09-06T05:56:14.754Z | clang system 15 system |
221 | 2024-09-06T05:56:14.754Z | csh system system illumos |
222 | 2024-09-06T05:56:14.754Z | ctags system system illumos |
223 | 2024-09-06T05:56:14.754Z | gcc vendor 12 vendor |
224 | 2024-09-06T05:56:14.754Z | gcc system 10 system |
225 | 2024-09-06T05:56:14.754Z | gcc system 7 system |
226 | 2024-09-06T05:56:14.754Z | go system 1.20 system |
227 | 2024-09-06T05:56:14.754Z | go system 1.19 system |
228 | 2024-09-06T05:56:14.754Z | llvm system 15 system |
229 | 2024-09-06T05:56:14.754Z | llvm system 14 system |
230 | 2024-09-06T05:56:14.754Z | mariadb system 10.6 system |
231 | 2024-09-06T05:56:14.754Z | mta vendor vendor dma |
232 | 2024-09-06T05:56:14.754Z | openjdk system 17 system |
233 | 2024-09-06T05:56:14.754Z | openjdk system 11 system |
234 | 2024-09-06T05:56:14.754Z | openjdk system 1.8 system |
235 | 2024-09-06T05:56:14.754Z | openssl vendor 3 vendor |
236 | 2024-09-06T05:56:14.754Z | perl system 5.36 system |
237 | 2024-09-06T05:56:14.754Z | postgresql system 15 system |
238 | 2024-09-06T05:56:14.754Z | postgresql system 13 system |
239 | 2024-09-06T05:56:14.754Z | python vendor 3 vendor |
240 | 2024-09-06T05:56:14.754Z | python system 2 system |
241 | 2024-09-06T05:56:14.754Z | python3 system 3.11 system |
242 | 2024-09-06T05:56:14.754Z | ruby system 3.0 system |
243 | 2024-09-06T05:56:14.754Z | words vendor vendor american-english |
244 | 2024-09-06T05:56:14.754Z | words system system australian-english |
245 | 2024-09-06T05:56:14.754Z | words system system british-english |
246 | 2024-09-06T05:56:14.754Z | words system system canadian-english |
247 | 2024-09-06T05:56:14.754Z | words system system french |
248 | 2024-09-06T05:56:14.754Z | words system system italian |
249 | 2024-09-06T05:56:14.754Z | words system system ngerman |
250 | 2024-09-06T05:56:14.754Z | words system system ogerman |
251 | 2024-09-06T05:56:14.754Z | words system system spanish |
252 | 2024-09-06T05:56:15.147Z | PUBLISHER TYPE STATUS P LOCATION |
253 | 2024-09-06T05:56:15.147Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
254 | 2024-09-06T05:56:17.343Z | FMRI IFO |
255 | 2024-09-06T05:56:17.343Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
256 | 2024-09-06T05:56:17.343Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
257 | 2024-09-06T05:56:17.343Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
258 | 2024-09-06T05:56:17.343Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
259 | 2024-09-06T05:56:17.343Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
260 | 2024-09-06T05:56:17.344Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
261 | 2024-09-06T05:56:17.344Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
262 | 2024-09-06T05:56:17.344Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
263 | 2024-09-06T05:56:17.344Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
264 | 2024-09-06T05:56:17.344Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
265 | 2024-09-06T05:56:17.344Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
266 | 2024-09-06T05:56:17.344Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
267 | 2024-09-06T05:56:17.344Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
268 | 2024-09-06T05:56:18.038Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
269 | 2024-09-06T05:56:18.448Z | Updating crates.io index |
270 | 2024-09-06T05:56:18.488Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
271 | 2024-09-06T05:56:19.342Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
272 | 2024-09-06T05:56:20.245Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
273 | 2024-09-06T05:56:20.623Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
274 | 2024-09-06T05:56:22.388Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
275 | 2024-09-06T05:56:22.696Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
276 | 2024-09-06T05:56:23.019Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
277 | 2024-09-06T05:56:24.212Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
278 | 2024-09-06T05:56:26.209Z | Updating git repository `https://github.com/oxidecomputer/opte` |
279 | 2024-09-06T05:56:27.259Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
280 | 2024-09-06T05:56:28.031Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
281 | 2024-09-06T05:56:28.375Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
282 | 2024-09-06T05:56:28.995Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
283 | 2024-09-06T05:56:29.324Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
284 | 2024-09-06T05:56:29.745Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
285 | 2024-09-06T05:56:30.182Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
286 | 2024-09-06T05:56:30.751Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
287 | 2024-09-06T05:56:31.194Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
288 | 2024-09-06T05:56:31.526Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
289 | 2024-09-06T05:56:31.836Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
290 | 2024-09-06T05:56:32.196Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
291 | 2024-09-06T05:56:32.561Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
292 | 2024-09-06T05:56:32.931Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
293 | 2024-09-06T05:56:33.348Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
294 | 2024-09-06T05:56:33.690Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
295 | 2024-09-06T05:56:34.238Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
296 | 2024-09-06T05:56:34.649Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
297 | 2024-09-06T05:56:35.158Z | Updating git repository `https://github.com/oxidecomputer/typify` |
298 | 2024-09-06T05:56:37.549Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
299 | 2024-09-06T05:56:37.909Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
300 | 2024-09-06T05:56:38.277Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
301 | 2024-09-06T05:56:38.709Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
302 | 2024-09-06T05:56:40.008Z | Downloading crates ... |
303 | 2024-09-06T05:56:40.084Z | Downloaded dtrace-parser v0.2.0 |
304 | 2024-09-06T05:56:40.110Z | Downloaded pretty-hex v0.4.1 |
305 | 2024-09-06T05:56:40.110Z | Downloaded scroll_derive v0.12.0 |
306 | 2024-09-06T05:56:40.110Z | Downloaded proc-macro-error-attr v1.0.4 |
307 | 2024-09-06T05:56:40.110Z | Downloaded memmap v0.7.0 |
308 | 2024-09-06T05:56:40.134Z | Downloaded swrite v0.1.0 |
309 | 2024-09-06T05:56:40.134Z | Downloaded version_check v0.9.5 |
310 | 2024-09-06T05:56:40.134Z | Downloaded textwrap v0.16.1 |
311 | 2024-09-06T05:56:40.134Z | Downloaded ryu v1.0.18 |
312 | 2024-09-06T05:56:40.158Z | Downloaded zerocopy-derive v0.7.34 |
313 | 2024-09-06T05:56:40.158Z | Downloaded clap_builder v4.5.15 |
314 | 2024-09-06T05:56:40.182Z | Downloaded tabled v0.15.0 |
315 | 2024-09-06T05:56:40.182Z | Downloaded unicode-width v0.1.13 |
316 | 2024-09-06T05:56:40.206Z | Downloaded rustix v0.38.34 |
317 | 2024-09-06T05:56:40.230Z | Downloaded libc v0.2.158 |
318 | 2024-09-06T05:56:40.254Z | Downloaded syn v2.0.74 |
319 | 2024-09-06T05:56:40.279Z | Downloaded syn v1.0.109 |
320 | 2024-09-06T05:56:40.279Z | Downloaded serde_json v1.0.125 |
321 | 2024-09-06T05:56:40.302Z | Downloaded pest v2.7.10 |
322 | 2024-09-06T05:56:40.303Z | Downloaded hashbrown v0.14.5 |
323 | 2024-09-06T05:56:40.303Z | Downloaded goblin v0.8.2 |
324 | 2024-09-06T05:56:40.303Z | Downloaded zerocopy v0.7.34 |
325 | 2024-09-06T05:56:40.326Z | Downloaded winnow v0.6.18 |
326 | 2024-09-06T05:56:40.327Z | Downloaded unicode-ident v1.0.12 |
327 | 2024-09-06T05:56:40.350Z | Downloaded ucd-trie v0.1.6 |
328 | 2024-09-06T05:56:40.351Z | Downloaded typenum v1.17.0 |
329 | 2024-09-06T05:56:40.351Z | Downloaded toml_edit v0.22.20 |
330 | 2024-09-06T05:56:40.374Z | Downloaded toml v0.8.19 |
331 | 2024-09-06T05:56:40.375Z | Downloaded thiserror v1.0.63 |
332 | 2024-09-06T05:56:40.375Z | Downloaded terminal_size v0.3.0 |
333 | 2024-09-06T05:56:40.375Z | Downloaded strsim v0.11.1 |
334 | 2024-09-06T05:56:40.375Z | Downloaded sha2 v0.10.8 |
335 | 2024-09-06T05:56:40.375Z | Downloaded serde_derive v1.0.208 |
336 | 2024-09-06T05:56:40.399Z | Downloaded serde v1.0.208 |
337 | 2024-09-06T05:56:40.399Z | Downloaded scroll v0.12.0 |
338 | 2024-09-06T05:56:40.399Z | Downloaded proc-macro2 v1.0.86 |
339 | 2024-09-06T05:56:40.399Z | Downloaded proc-macro-error v1.0.4 |
340 | 2024-09-06T05:56:40.399Z | Downloaded once_cell v1.19.0 |
341 | 2024-09-06T05:56:40.399Z | Downloaded memchr v2.7.2 |
342 | 2024-09-06T05:56:40.399Z | Downloaded log v0.4.21 |
343 | 2024-09-06T05:56:40.423Z | Downloaded indexmap v2.4.0 |
344 | 2024-09-06T05:56:40.423Z | Downloaded heck v0.4.1 |
345 | 2024-09-06T05:56:40.423Z | Downloaded clap v4.5.16 |
346 | 2024-09-06T05:56:40.423Z | Downloaded anyhow v1.0.86 |
347 | 2024-09-06T05:56:40.423Z | Downloaded pest_meta v2.7.10 |
348 | 2024-09-06T05:56:40.423Z | Downloaded pest_derive v2.7.10 |
349 | 2024-09-06T05:56:40.447Z | Downloaded papergrid v0.11.0 |
350 | 2024-09-06T05:56:40.447Z | Downloaded bitflags v2.6.0 |
351 | 2024-09-06T05:56:40.447Z | Downloaded utf8parse v0.2.1 |
352 | 2024-09-06T05:56:40.447Z | Downloaded usdt-macro v0.5.0 |
353 | 2024-09-06T05:56:40.447Z | Downloaded usdt-impl v0.5.0 |
354 | 2024-09-06T05:56:40.447Z | Downloaded usdt-attr-macro v0.5.0 |
355 | 2024-09-06T05:56:40.447Z | Downloaded usdt v0.5.0 |
356 | 2024-09-06T05:56:40.447Z | Downloaded unicode-linebreak v0.1.5 |
357 | 2024-09-06T05:56:40.447Z | Downloaded toml_datetime v0.6.8 |
358 | 2024-09-06T05:56:40.447Z | Downloaded thread-id v4.2.1 |
359 | 2024-09-06T05:56:40.447Z | Downloaded thiserror-impl v1.0.63 |
360 | 2024-09-06T05:56:40.447Z | Downloaded tempfile v3.10.1 |
361 | 2024-09-06T05:56:40.447Z | Downloaded tabled_derive v0.7.0 |
362 | 2024-09-06T05:56:40.471Z | Downloaded serde_spanned v0.6.7 |
363 | 2024-09-06T05:56:40.471Z | Downloaded pest_generator v2.7.10 |
364 | 2024-09-06T05:56:40.471Z | Downloaded clap_derive v4.5.13 |
365 | 2024-09-06T05:56:40.471Z | Downloaded smawk v0.3.2 |
366 | 2024-09-06T05:56:40.471Z | Downloaded serde_tokenstream v0.2.2 |
367 | 2024-09-06T05:56:40.471Z | Downloaded semver v1.0.23 |
368 | 2024-09-06T05:56:40.471Z | Downloaded quote v1.0.36 |
369 | 2024-09-06T05:56:40.471Z | Downloaded plain v0.2.3 |
370 | 2024-09-06T05:56:40.471Z | Downloaded macaddr v1.0.1 |
371 | 2024-09-06T05:56:40.471Z | Downloaded itoa v1.0.11 |
372 | 2024-09-06T05:56:40.471Z | Downloaded fs-err v2.11.0 |
373 | 2024-09-06T05:56:40.471Z | Downloaded fastrand v2.1.0 |
374 | 2024-09-06T05:56:40.471Z | Downloaded dof v0.3.0 |
375 | 2024-09-06T05:56:40.471Z | Downloaded crypto-common v0.1.6 |
376 | 2024-09-06T05:56:40.471Z | Downloaded cargo_toml v0.20.4 |
377 | 2024-09-06T05:56:40.495Z | Downloaded cargo_metadata v0.18.1 |
378 | 2024-09-06T05:56:40.495Z | Downloaded camino v1.1.9 |
379 | 2024-09-06T05:56:40.495Z | Downloaded anstream v0.6.14 |
380 | 2024-09-06T05:56:40.495Z | Downloaded heck v0.5.0 |
381 | 2024-09-06T05:56:40.495Z | Downloaded generic-array v0.14.7 |
382 | 2024-09-06T05:56:40.495Z | Downloaded fnv v1.0.7 |
383 | 2024-09-06T05:56:40.495Z | Downloaded errno v0.3.9 |
384 | 2024-09-06T05:56:40.495Z | Downloaded equivalent v1.0.1 |
385 | 2024-09-06T05:56:40.495Z | Downloaded digest v0.10.7 |
386 | 2024-09-06T05:56:40.495Z | Downloaded cpufeatures v0.2.12 |
387 | 2024-09-06T05:56:40.495Z | Downloaded colorchoice v1.0.1 |
388 | 2024-09-06T05:56:40.495Z | Downloaded clap_lex v0.7.0 |
389 | 2024-09-06T05:56:40.495Z | Downloaded cargo-platform v0.1.8 |
390 | 2024-09-06T05:56:40.496Z | Downloaded camino-tempfile v1.1.1 |
391 | 2024-09-06T05:56:40.496Z | Downloaded is_terminal_polyfill v1.70.0 |
392 | 2024-09-06T05:56:40.496Z | Downloaded cfg-if v1.0.0 |
393 | 2024-09-06T05:56:40.520Z | Downloaded byteorder v1.5.0 |
394 | 2024-09-06T05:56:40.520Z | Downloaded bytecount v0.6.8 |
395 | 2024-09-06T05:56:40.520Z | Downloaded block-buffer v0.10.4 |
396 | 2024-09-06T05:56:40.520Z | Downloaded autocfg v1.3.0 |
397 | 2024-09-06T05:56:40.520Z | Downloaded anstyle-query v1.0.3 |
398 | 2024-09-06T05:56:40.520Z | Downloaded anstyle-parse v0.2.4 |
399 | 2024-09-06T05:56:40.520Z | Downloaded anstyle v1.0.8 |
400 | 2024-09-06T05:56:40.640Z | Compiling proc-macro2 v1.0.86 |
401 | 2024-09-06T05:56:40.640Z | Compiling unicode-ident v1.0.12 |
402 | 2024-09-06T05:56:40.664Z | Compiling version_check v0.9.5 |
403 | 2024-09-06T05:56:40.665Z | Compiling serde v1.0.208 |
404 | 2024-09-06T05:56:40.665Z | Compiling memchr v2.7.2 |
405 | 2024-09-06T05:56:40.665Z | Compiling thiserror v1.0.63 |
406 | 2024-09-06T05:56:40.665Z | Compiling libc v0.2.158 |
407 | 2024-09-06T05:56:40.665Z | Compiling ryu v1.0.18 |
408 | 2024-09-06T05:56:40.996Z | Compiling itoa v1.0.11 |
409 | 2024-09-06T05:56:41.053Z | Compiling ucd-trie v0.1.6 |
410 | 2024-09-06T05:56:41.330Z | Compiling once_cell v1.19.0 |
411 | 2024-09-06T05:56:41.436Z | Compiling byteorder v1.5.0 |
412 | 2024-09-06T05:56:41.621Z | Compiling rustix v0.38.34 |
413 | 2024-09-06T05:56:41.710Z | Compiling serde_json v1.0.125 |
414 | 2024-09-06T05:56:41.813Z | Compiling bitflags v2.6.0 |
415 | 2024-09-06T05:56:42.050Z | Compiling usdt-impl v0.5.0 |
416 | 2024-09-06T05:56:42.160Z | Compiling quote v1.0.36 |
417 | 2024-09-06T05:56:42.231Z | Compiling proc-macro-error-attr v1.0.4 |
418 | 2024-09-06T05:56:42.313Z | Compiling syn v1.0.109 |
419 | 2024-09-06T05:56:42.477Z | Compiling errno v0.3.9 |
420 | 2024-09-06T05:56:42.545Z | Compiling syn v2.0.74 |
421 | 2024-09-06T05:56:42.704Z | Compiling proc-macro-error v1.0.4 |
422 | 2024-09-06T05:56:42.774Z | Compiling log v0.4.21 |
423 | 2024-09-06T05:56:42.801Z | Compiling hashbrown v0.14.5 |
424 | 2024-09-06T05:56:42.965Z | Compiling thread-id v4.2.1 |
425 | 2024-09-06T05:56:42.999Z | Compiling utf8parse v0.2.1 |
426 | 2024-09-06T05:56:42.999Z | Compiling plain v0.2.3 |
427 | 2024-09-06T05:56:42.999Z | Compiling equivalent v1.0.1 |
428 | 2024-09-06T05:56:43.089Z | Compiling camino v1.1.9 |
429 | 2024-09-06T05:56:43.169Z | Compiling anstyle-parse v0.2.4 |
430 | 2024-09-06T05:56:43.475Z | Compiling is_terminal_polyfill v1.70.0 |
431 | 2024-09-06T05:56:43.596Z | Compiling colorchoice v1.0.1 |
432 | 2024-09-06T05:56:43.708Z | Compiling semver v1.0.23 |
433 | 2024-09-06T05:56:43.748Z | Compiling winnow v0.6.18 |
434 | 2024-09-06T05:56:43.772Z | Compiling anstyle v1.0.8 |
435 | 2024-09-06T05:56:43.869Z | Compiling indexmap v2.4.0 |
436 | 2024-09-06T05:56:43.944Z | Compiling pretty-hex v0.4.1 |
437 | 2024-09-06T05:56:44.145Z | Compiling autocfg v1.3.0 |
438 | 2024-09-06T05:56:44.182Z | Compiling unicode-width v0.1.13 |
439 | 2024-09-06T05:56:44.227Z | Compiling anstyle-query v1.0.3 |
440 | 2024-09-06T05:56:44.446Z | Compiling anstream v0.6.14 |
441 | 2024-09-06T05:56:44.541Z | Compiling terminal_size v0.3.0 |
442 | 2024-09-06T05:56:45.128Z | Compiling fs-err v2.11.0 |
443 | 2024-09-06T05:56:45.158Z | Compiling heck v0.5.0 |
444 | 2024-09-06T05:56:45.184Z | Compiling strsim v0.11.1 |
445 | 2024-09-06T05:56:45.184Z | Compiling fastrand v2.1.0 |
446 | 2024-09-06T05:56:45.286Z | Compiling clap_lex v0.7.0 |
447 | 2024-09-06T05:56:45.453Z | Compiling heck v0.4.1 |
448 | 2024-09-06T05:56:45.686Z | Compiling cfg-if v1.0.0 |
449 | 2024-09-06T05:56:45.806Z | Compiling anyhow v1.0.86 |
450 | 2024-09-06T05:56:45.830Z | Compiling fnv v1.0.7 |
451 | 2024-09-06T05:56:45.929Z | Compiling bytecount v0.6.8 |
452 | 2024-09-06T05:56:45.987Z | Compiling tempfile v3.10.1 |
453 | 2024-09-06T05:56:46.118Z | Compiling papergrid v0.11.0 |
454 | 2024-09-06T05:56:46.155Z | Compiling clap_builder v4.5.15 |
455 | 2024-09-06T05:56:46.613Z | Compiling memmap v0.7.0 |
456 | 2024-09-06T05:56:46.637Z | Compiling smawk v0.3.2 |
457 | 2024-09-06T05:56:46.783Z | Compiling unicode-linebreak v0.1.5 |
458 | 2024-09-06T05:56:47.167Z | Compiling textwrap v0.16.1 |
459 | 2024-09-06T05:56:47.236Z | Compiling swrite v0.1.0 |
460 | 2024-09-06T05:56:48.382Z | Compiling tabled_derive v0.7.0 |
461 | 2024-09-06T05:56:49.900Z | Compiling tabled v0.15.0 |
462 | 2024-09-06T05:56:50.599Z | Compiling serde_derive v1.0.208 |
463 | 2024-09-06T05:56:50.623Z | Compiling thiserror-impl v1.0.63 |
464 | 2024-09-06T05:56:50.623Z | Compiling zerocopy-derive v0.7.34 |
465 | 2024-09-06T05:56:50.623Z | Compiling scroll_derive v0.12.0 |
466 | 2024-09-06T05:56:50.623Z | Compiling clap_derive v4.5.13 |
467 | 2024-09-06T05:56:51.823Z | Compiling scroll v0.12.0 |
468 | 2024-09-06T05:56:52.307Z | Compiling goblin v0.8.2 |
469 | 2024-09-06T05:56:52.487Z | Compiling zerocopy v0.7.34 |
470 | 2024-09-06T05:56:53.246Z | Compiling pest v2.7.10 |
471 | 2024-09-06T05:56:53.986Z | Compiling clap v4.5.16 |
472 | 2024-09-06T05:56:55.278Z | Compiling pest_meta v2.7.10 |
473 | 2024-09-06T05:56:56.294Z | Compiling pest_generator v2.7.10 |
474 | 2024-09-06T05:56:58.066Z | Compiling pest_derive v2.7.10 |
475 | 2024-09-06T05:56:58.713Z | Compiling dtrace-parser v0.2.0 |
476 | 2024-09-06T05:57:00.295Z | Compiling serde_tokenstream v0.2.2 |
477 | 2024-09-06T05:57:00.346Z | Compiling serde_spanned v0.6.7 |
478 | 2024-09-06T05:57:00.370Z | Compiling toml_datetime v0.6.8 |
479 | 2024-09-06T05:57:00.656Z | Compiling cargo-platform v0.1.8 |
480 | 2024-09-06T05:57:00.689Z | Compiling toml_edit v0.22.20 |
481 | 2024-09-06T05:57:00.870Z | Compiling macaddr v1.0.1 |
482 | 2024-09-06T05:57:00.902Z | Compiling camino-tempfile v1.1.1 |
483 | 2024-09-06T05:57:01.693Z | Compiling dof v0.3.0 |
484 | 2024-09-06T05:57:01.741Z | Compiling cargo_metadata v0.18.1 |
485 | 2024-09-06T05:57:03.372Z | Compiling toml v0.8.19 |
486 | 2024-09-06T05:57:03.418Z | Compiling usdt-attr-macro v0.5.0 |
487 | 2024-09-06T05:57:03.418Z | Compiling usdt-macro v0.5.0 |
488 | 2024-09-06T05:57:04.080Z | Compiling cargo_toml v0.20.4 |
489 | 2024-09-06T05:57:04.596Z | Compiling usdt v0.5.0 |
490 | 2024-09-06T05:57:08.304Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
491 | 2024-09-06T05:57:13.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.68s |
492 | 2024-09-06T05:57:13.661Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
493 | 2024-09-06T05:57:14.499Z | Downloading crates ... |
494 | 2024-09-06T05:57:14.659Z | Downloaded crucible-workspace-hack v0.1.0 |
495 | 2024-09-06T05:57:14.687Z | Downloaded is_ci v1.2.0 |
496 | 2024-09-06T05:57:14.757Z | Downloaded schemars_derive v0.8.21 |
497 | 2024-09-06T05:57:14.806Z | Downloaded defmt-parser v0.3.4 |
498 | 2024-09-06T05:57:14.839Z | Downloaded ssh-encoding v0.2.0 |
499 | 2024-09-06T05:57:14.897Z | Downloaded futures-io v0.3.30 |
500 | 2024-09-06T05:57:14.927Z | Downloaded num-integer v0.1.46 |
501 | 2024-09-06T05:57:14.962Z | Downloaded serde-big-array v0.5.1 |
502 | 2024-09-06T05:57:14.987Z | Downloaded sigpipe v0.1.3 |
503 | 2024-09-06T05:57:15.017Z | Downloaded slog v2.7.0 |
504 | 2024-09-06T05:57:15.041Z | Downloaded similar v2.6.0 |
505 | 2024-09-06T05:57:15.065Z | Downloaded serde_with v3.9.0 |
506 | 2024-09-06T05:57:15.090Z | Downloaded regex-syntax v0.8.4 |
507 | 2024-09-06T05:57:15.115Z | Downloaded regex-automata v0.4.6 |
508 | 2024-09-06T05:57:15.149Z | Downloaded sled v0.34.7 |
509 | 2024-09-06T05:57:15.173Z | Downloaded sha3 v0.10.8 |
510 | 2024-09-06T05:57:15.197Z | Downloaded petgraph v0.6.5 |
511 | 2024-09-06T05:57:15.222Z | Downloaded encoding_rs v0.8.34 |
512 | 2024-09-06T05:57:15.246Z | Downloaded tokio v1.39.3 |
513 | 2024-09-06T05:57:15.297Z | Downloaded ratatui v0.28.0 |
514 | 2024-09-06T05:57:15.321Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
515 | 2024-09-06T05:57:15.400Z | Downloaded rayon v1.10.0 |
516 | 2024-09-06T05:57:15.424Z | Downloaded polar-core v0.27.3 |
517 | 2024-09-06T05:57:15.449Z | Downloaded openapiv3 v2.0.0 |
518 | 2024-09-06T05:57:15.474Z | Downloaded diesel v2.2.3 |
519 | 2024-09-06T05:57:15.498Z | Downloaded hickory-proto v0.24.1 |
520 | 2024-09-06T05:57:15.522Z | Downloaded reqwest v0.11.27 |
521 | 2024-09-06T05:57:15.546Z | Downloaded ring v0.17.8 |
522 | 2024-09-06T05:57:15.620Z | Downloaded regress v0.9.1 |
523 | 2024-09-06T05:57:15.645Z | Downloaded regex v1.10.6 |
524 | 2024-09-06T05:57:15.670Z | Downloaded radix_trie v0.2.1 |
525 | 2024-09-06T05:57:15.670Z | Downloaded proptest v1.5.0 |
526 | 2024-09-06T05:57:15.694Z | Downloaded libz-sys v1.1.16 |
527 | 2024-09-06T05:57:15.760Z | Downloaded ring v0.16.20 |
528 | 2024-09-06T05:57:15.859Z | Downloaded p384 v0.13.0 |
529 | 2024-09-06T05:57:15.885Z | Downloaded openssl v0.10.66 |
530 | 2024-09-06T05:57:15.885Z | Downloaded object v0.32.2 |
531 | 2024-09-06T05:57:15.910Z | Downloaded object v0.30.4 |
532 | 2024-09-06T05:57:15.910Z | Downloaded h2 v0.3.26 |
533 | 2024-09-06T05:57:15.910Z | Downloaded libsqlite3-sys v0.28.0 |
534 | 2024-09-06T05:57:16.000Z | Downloaded git2 v0.19.0 |
535 | 2024-09-06T05:57:16.025Z | Downloaded gimli v0.28.1 |
536 | 2024-09-06T05:57:16.025Z | Downloaded dropshot v0.10.1 |
537 | 2024-09-06T05:57:16.051Z | Downloaded nix v0.29.0 |
538 | 2024-09-06T05:57:16.051Z | Downloaded nix v0.28.0 |
539 | 2024-09-06T05:57:16.075Z | Downloaded nix v0.27.1 |
540 | 2024-09-06T05:57:16.075Z | Downloaded idna v0.5.0 |
541 | 2024-09-06T05:57:16.099Z | Downloaded idna v0.3.0 |
542 | 2024-09-06T05:57:16.099Z | Downloaded idna v0.2.3 |
543 | 2024-09-06T05:57:16.099Z | Downloaded signal-hook v0.3.17 |
544 | 2024-09-06T05:57:16.124Z | Downloaded reedline v0.33.0 |
545 | 2024-09-06T05:57:16.124Z | Downloaded rcgen v0.12.1 |
546 | 2024-09-06T05:57:16.124Z | Downloaded rayon-core v1.12.1 |
547 | 2024-09-06T05:57:16.124Z | Downloaded quick-xml v0.31.0 |
548 | 2024-09-06T05:57:16.124Z | Downloaded portable-atomic v1.6.0 |
549 | 2024-09-06T05:57:16.149Z | Downloaded finl_unicode v1.2.0 |
550 | 2024-09-06T05:57:16.149Z | Downloaded tokio-util v0.7.11 |
551 | 2024-09-06T05:57:16.173Z | Downloaded slab v0.4.9 |
552 | 2024-09-06T05:57:16.173Z | Downloaded siphasher v0.3.11 |
553 | 2024-09-06T05:57:16.173Z | Downloaded serde_yaml v0.9.34+deprecated |
554 | 2024-09-06T05:57:16.173Z | Downloaded serde_with_macros v3.9.0 |
555 | 2024-09-06T05:57:16.173Z | Downloaded sct v0.7.1 |
556 | 2024-09-06T05:57:16.173Z | Downloaded scrypt v0.11.0 |
557 | 2024-09-06T05:57:16.174Z | Downloaded rand_xorshift v0.3.0 |
558 | 2024-09-06T05:57:16.174Z | Downloaded rand_seeder v0.3.0 |
559 | 2024-09-06T05:57:16.174Z | Downloaded rand_core v0.6.4 |
560 | 2024-09-06T05:57:16.174Z | Downloaded rand_chacha v0.3.1 |
561 | 2024-09-06T05:57:16.174Z | Downloaded rand v0.8.5 |
562 | 2024-09-06T05:57:16.198Z | Downloaded r2d2 v0.8.10 |
563 | 2024-09-06T05:57:16.198Z | Downloaded quick-error v1.2.3 |
564 | 2024-09-06T05:57:16.198Z | Downloaded publicsuffix v2.2.3 |
565 | 2024-09-06T05:57:16.198Z | Downloaded psl-types v2.0.11 |
566 | 2024-09-06T05:57:16.198Z | Downloaded postcard v1.0.8 |
567 | 2024-09-06T05:57:16.198Z | Downloaded pin-project v1.1.5 |
568 | 2024-09-06T05:57:16.198Z | Downloaded pem-rfc7468 v0.7.0 |
569 | 2024-09-06T05:57:16.223Z | Downloaded paste v1.0.15 |
570 | 2024-09-06T05:57:16.223Z | Downloaded password-hash v0.4.2 |
571 | 2024-09-06T05:57:16.223Z | Downloaded parking_lot_core v0.9.10 |
572 | 2024-09-06T05:57:16.223Z | Downloaded parking_lot v0.12.2 |
573 | 2024-09-06T05:57:16.223Z | Downloaded p521 v0.13.3 |
574 | 2024-09-06T05:57:16.223Z | Downloaded p256 v0.13.2 |
575 | 2024-09-06T05:57:16.223Z | Downloaded oso v0.27.3 |
576 | 2024-09-06T05:57:16.223Z | Downloaded openssl-sys v0.9.103 |
577 | 2024-09-06T05:57:16.248Z | Downloaded idna v0.4.0 |
578 | 2024-09-06T05:57:16.248Z | Downloaded signature v2.2.0 |
579 | 2024-09-06T05:57:16.248Z | Downloaded signal-hook-tokio v0.3.1 |
580 | 2024-09-06T05:57:16.248Z | Downloaded signal-hook-registry v1.4.2 |
581 | 2024-09-06T05:57:16.248Z | Downloaded signal-hook-mio v0.2.4 |
582 | 2024-09-06T05:57:16.248Z | Downloaded shlex v1.3.0 |
583 | 2024-09-06T05:57:16.248Z | Downloaded shell-words v1.1.0 |
584 | 2024-09-06T05:57:16.248Z | Downloaded sha1 v0.10.6 |
585 | 2024-09-06T05:57:16.248Z | Downloaded serde_urlencoded v0.7.1 |
586 | 2024-09-06T05:57:16.248Z | Downloaded serde_repr v0.1.19 |
587 | 2024-09-06T05:57:16.273Z | Downloaded serde_plain v1.0.2 |
588 | 2024-09-06T05:57:16.273Z | Downloaded serde_path_to_error v0.1.16 |
589 | 2024-09-06T05:57:16.273Z | Downloaded serde_derive_internals v0.29.1 |
590 | 2024-09-06T05:57:16.273Z | Downloaded serde_arrays v0.1.0 |
591 | 2024-09-06T05:57:16.273Z | Downloaded serde-hex v0.1.0 |
592 | 2024-09-06T05:57:16.273Z | Downloaded semver v0.1.20 |
593 | 2024-09-06T05:57:16.273Z | Downloaded secrecy v0.8.0 |
594 | 2024-09-06T05:57:16.273Z | Downloaded sec1 v0.7.3 |
595 | 2024-09-06T05:57:16.273Z | Downloaded ref-cast-impl v1.0.23 |
596 | 2024-09-06T05:57:16.273Z | Downloaded ref-cast v1.0.23 |
597 | 2024-09-06T05:57:16.273Z | Downloaded radium v0.7.0 |
598 | 2024-09-06T05:57:16.273Z | Downloaded proc-macro-crate v1.3.1 |
599 | 2024-09-06T05:57:16.273Z | Downloaded primeorder v0.13.6 |
600 | 2024-09-06T05:57:16.273Z | Downloaded prettyplease v0.2.20 |
601 | 2024-09-06T05:57:16.273Z | Downloaded ppv-lite86 v0.2.17 |
602 | 2024-09-06T05:57:16.273Z | Downloaded powerfmt v0.2.0 |
603 | 2024-09-06T05:57:16.298Z | Downloaded postgres-types v0.2.7 |
604 | 2024-09-06T05:57:16.298Z | Downloaded postgres-protocol v0.6.7 |
605 | 2024-09-06T05:57:16.298Z | Downloaded pkg-config v0.3.30 |
606 | 2024-09-06T05:57:16.298Z | Downloaded pkcs8 v0.10.2 |
607 | 2024-09-06T05:57:16.298Z | Downloaded pkcs5 v0.7.1 |
608 | 2024-09-06T05:57:16.298Z | Downloaded percent-encoding v2.3.1 |
609 | 2024-09-06T05:57:16.298Z | Downloaded path-slash v0.1.5 |
610 | 2024-09-06T05:57:16.298Z | Downloaded parse-display v0.10.0 |
611 | 2024-09-06T05:57:16.298Z | Downloaded packed_struct_codegen v0.10.1 |
612 | 2024-09-06T05:57:16.298Z | Downloaded packed_struct v0.10.1 |
613 | 2024-09-06T05:57:16.298Z | Downloaded owo-colors v4.0.0 |
614 | 2024-09-06T05:57:16.298Z | Downloaded oso-derive v0.27.3 |
615 | 2024-09-06T05:57:16.298Z | Downloaded openssl-probe v0.1.5 |
616 | 2024-09-06T05:57:16.322Z | Downloaded openssl-macros v0.1.1 |
617 | 2024-09-06T05:57:16.323Z | Downloaded opaque-debug v0.3.1 |
618 | 2024-09-06T05:57:16.323Z | Downloaded omicron-zone-package v0.11.0 |
619 | 2024-09-06T05:57:16.323Z | Downloaded olpc-cjson v0.1.3 |
620 | 2024-09-06T05:57:16.323Z | Downloaded num_threads v0.1.7 |
621 | 2024-09-06T05:57:16.323Z | Downloaded num_enum_derive v0.5.11 |
622 | 2024-09-06T05:57:16.323Z | Downloaded num_enum v0.5.11 |
623 | 2024-09-06T05:57:16.323Z | Downloaded num-traits v0.2.19 |
624 | 2024-09-06T05:57:16.323Z | Downloaded num-rational v0.4.2 |
625 | 2024-09-06T05:57:16.323Z | Downloaded num-iter v0.1.45 |
626 | 2024-09-06T05:57:16.323Z | Downloaded num-complex v0.4.6 |
627 | 2024-09-06T05:57:16.323Z | Downloaded num-bigint-dig v0.8.4 |
628 | 2024-09-06T05:57:16.347Z | Downloaded num-bigint v0.4.5 |
629 | 2024-09-06T05:57:16.347Z | Downloaded hickory-client v0.24.1 |
630 | 2024-09-06T05:57:16.347Z | Downloaded heck v0.3.3 |
631 | 2024-09-06T05:57:16.347Z | Downloaded heapless v0.8.0 |
632 | 2024-09-06T05:57:16.347Z | Downloaded headers v0.3.9 |
633 | 2024-09-06T05:57:16.347Z | Downloaded hashbrown v0.13.2 |
634 | 2024-09-06T05:57:16.372Z | Downloaded hashbrown v0.12.3 |
635 | 2024-09-06T05:57:16.372Z | Downloaded half v2.4.1 |
636 | 2024-09-06T05:57:16.372Z | Downloaded time v0.3.36 |
637 | 2024-09-06T05:57:16.372Z | Downloaded lalrpop v0.19.12 |
638 | 2024-09-06T05:57:16.396Z | Downloaded hyper v0.14.30 |
639 | 2024-09-06T05:57:16.397Z | Downloaded pretty-hex v0.2.1 |
640 | 2024-09-06T05:57:16.397Z | Downloaded predicates-tree v1.0.9 |
641 | 2024-09-06T05:57:16.397Z | Downloaded predicates-core v1.0.6 |
642 | 2024-09-06T05:57:16.397Z | Downloaded predicates v3.1.2 |
643 | 2024-09-06T05:57:16.397Z | Downloaded precomputed-hash v0.1.1 |
644 | 2024-09-06T05:57:16.397Z | Downloaded portpicker v0.1.1 |
645 | 2024-09-06T05:57:16.397Z | Downloaded polyval v0.6.2 |
646 | 2024-09-06T05:57:16.421Z | Downloaded poly1305 v0.8.0 |
647 | 2024-09-06T05:57:16.421Z | Downloaded pkcs1 v0.7.5 |
648 | 2024-09-06T05:57:16.421Z | Downloaded pin-utils v0.1.0 |
649 | 2024-09-06T05:57:16.421Z | Downloaded pin-project-lite v0.2.14 |
650 | 2024-09-06T05:57:16.421Z | Downloaded pin-project-internal v1.1.5 |
651 | 2024-09-06T05:57:16.421Z | Downloaded phf_shared v0.11.2 |
652 | 2024-09-06T05:57:16.421Z | Downloaded phf_shared v0.10.0 |
653 | 2024-09-06T05:57:16.421Z | Downloaded phf v0.11.2 |
654 | 2024-09-06T05:57:16.421Z | Downloaded pem v3.0.4 |
655 | 2024-09-06T05:57:16.421Z | Downloaded peg-runtime v0.8.3 |
656 | 2024-09-06T05:57:16.421Z | Downloaded peg-macros v0.8.4 |
657 | 2024-09-06T05:57:16.421Z | Downloaded peg v0.8.4 |
658 | 2024-09-06T05:57:16.446Z | Downloaded pbkdf2 v0.12.2 |
659 | 2024-09-06T05:57:16.446Z | Downloaded pbkdf2 v0.11.0 |
660 | 2024-09-06T05:57:16.446Z | Downloaded password-hash v0.5.0 |
661 | 2024-09-06T05:57:16.446Z | Downloaded parse-size v1.0.0 |
662 | 2024-09-06T05:57:16.446Z | Downloaded parse-display-derive v0.10.0 |
663 | 2024-09-06T05:57:16.446Z | Downloaded parking_lot_core v0.8.6 |
664 | 2024-09-06T05:57:16.446Z | Downloaded parking_lot v0.11.2 |
665 | 2024-09-06T05:57:16.446Z | Downloaded number_prefix v0.4.0 |
666 | 2024-09-06T05:57:16.446Z | Downloaded heapless v0.7.17 |
667 | 2024-09-06T05:57:16.446Z | Downloaded group v0.13.0 |
668 | 2024-09-06T05:57:16.446Z | Downloaded globset v0.4.14 |
669 | 2024-09-06T05:57:16.446Z | Downloaded glob v0.3.1 |
670 | 2024-09-06T05:57:16.446Z | Downloaded futures-util v0.3.30 |
671 | 2024-09-06T05:57:16.471Z | Downloaded futures-macro v0.3.30 |
672 | 2024-09-06T05:57:16.471Z | Downloaded dsl_auto_type v0.1.2 |
673 | 2024-09-06T05:57:16.471Z | Downloaded dropshot_endpoint v0.10.1 |
674 | 2024-09-06T05:57:16.471Z | Downloaded diff v0.1.13 |
675 | 2024-09-06T05:57:16.471Z | Downloaded diesel_derives v2.2.2 |
676 | 2024-09-06T05:57:16.496Z | Downloaded dhcproto v0.12.0 |
677 | 2024-09-06T05:57:16.496Z | Downloaded des v0.8.1 |
678 | 2024-09-06T05:57:16.496Z | Downloaded tokio-rustls v0.25.0 |
679 | 2024-09-06T05:57:16.496Z | Downloaded tokio-rustls v0.24.1 |
680 | 2024-09-06T05:57:16.496Z | Downloaded tokio-postgres v0.7.11 |
681 | 2024-09-06T05:57:16.496Z | Downloaded tokio-macros v2.4.0 |
682 | 2024-09-06T05:57:16.496Z | Downloaded tls_codec_derive v0.4.1 |
683 | 2024-09-06T05:57:16.496Z | Downloaded tls_codec v0.4.1 |
684 | 2024-09-06T05:57:16.496Z | Downloaded tinyvec v1.6.0 |
685 | 2024-09-06T05:57:16.496Z | Downloaded tiny-keccak v2.0.2 |
686 | 2024-09-06T05:57:16.521Z | Downloaded zerocopy-derive v0.6.6 |
687 | 2024-09-06T05:57:16.521Z | Downloaded libm v0.2.8 |
688 | 2024-09-06T05:57:16.521Z | Downloaded itertools v0.13.0 |
689 | 2024-09-06T05:57:16.545Z | Downloaded itertools v0.10.5 |
690 | 2024-09-06T05:57:16.545Z | Downloaded hkdf v0.12.4 |
691 | 2024-09-06T05:57:16.545Z | Downloaded num-derive v0.4.2 |
692 | 2024-09-06T05:57:16.545Z | Downloaded num-conv v0.1.0 |
693 | 2024-09-06T05:57:16.546Z | Downloaded hex-literal v0.4.1 |
694 | 2024-09-06T05:57:16.546Z | Downloaded hex v0.4.3 |
695 | 2024-09-06T05:57:16.546Z | Downloaded headers-core v0.2.0 |
696 | 2024-09-06T05:57:16.546Z | Downloaded hashlink v0.9.1 |
697 | 2024-09-06T05:57:16.546Z | Downloaded hash32 v0.3.1 |
698 | 2024-09-06T05:57:16.570Z | Downloaded hash32 v0.2.1 |
699 | 2024-09-06T05:57:16.570Z | Downloaded ghash v0.5.1 |
700 | 2024-09-06T05:57:16.570Z | Downloaded getrandom v0.2.14 |
701 | 2024-09-06T05:57:16.570Z | Downloaded getopts v0.2.21 |
702 | 2024-09-06T05:57:16.570Z | Downloaded gethostname v0.5.0 |
703 | 2024-09-06T05:57:16.570Z | Downloaded fxhash v0.2.1 |
704 | 2024-09-06T05:57:16.571Z | Downloaded futures-task v0.3.30 |
705 | 2024-09-06T05:57:16.571Z | Downloaded futures-sink v0.3.30 |
706 | 2024-09-06T05:57:16.571Z | Downloaded flagset v0.4.5 |
707 | 2024-09-06T05:57:16.571Z | Downloaded fixedbitset v0.4.2 |
708 | 2024-09-06T05:57:16.571Z | Downloaded filetime v0.2.25 |
709 | 2024-09-06T05:57:16.571Z | Downloaded ff v0.13.0 |
710 | 2024-09-06T05:57:16.571Z | Downloaded fd-lock v4.0.2 |
711 | 2024-09-06T05:57:16.571Z | Downloaded fatfs v0.3.6 |
712 | 2024-09-06T05:57:16.571Z | Downloaded fallible-streaming-iterator v0.1.9 |
713 | 2024-09-06T05:57:16.571Z | Downloaded fallible-iterator v0.3.0 |
714 | 2024-09-06T05:57:16.595Z | Downloaded fallible-iterator v0.2.0 |
715 | 2024-09-06T05:57:16.595Z | Downloaded expectorate v1.1.0 |
716 | 2024-09-06T05:57:16.595Z | Downloaded erased-serde v0.3.31 |
717 | 2024-09-06T05:57:16.595Z | Downloaded env_logger v0.10.2 |
718 | 2024-09-06T05:57:16.595Z | Downloaded env_logger v0.9.3 |
719 | 2024-09-06T05:57:16.595Z | Downloaded enum-as-inner v0.6.0 |
720 | 2024-09-06T05:57:16.595Z | Downloaded enum-as-inner v0.5.1 |
721 | 2024-09-06T05:57:16.595Z | Downloaded endian-type v0.1.2 |
722 | 2024-09-06T05:57:16.595Z | Downloaded ena v0.14.3 |
723 | 2024-09-06T05:57:16.595Z | Downloaded embedded-io v0.4.0 |
724 | 2024-09-06T05:57:16.596Z | Downloaded elliptic-curve v0.13.8 |
725 | 2024-09-06T05:57:16.596Z | Downloaded either v1.13.0 |
726 | 2024-09-06T05:57:16.620Z | Downloaded ed25519-dalek v2.1.1 |
727 | 2024-09-06T05:57:16.620Z | Downloaded downcast v0.11.0 |
728 | 2024-09-06T05:57:16.620Z | Downloaded display-error-chain v0.2.1 |
729 | 2024-09-06T05:57:16.620Z | Downloaded dirs-sys-next v0.1.2 |
730 | 2024-09-06T05:57:16.620Z | Downloaded dirs-next v2.0.0 |
731 | 2024-09-06T05:57:16.620Z | Downloaded difflib v0.4.0 |
732 | 2024-09-06T05:57:16.620Z | Downloaded diesel_table_macro_syntax v0.2.0 |
733 | 2024-09-06T05:57:16.620Z | Downloaded tokio-tungstenite v0.23.1 |
734 | 2024-09-06T05:57:16.620Z | Downloaded tokio-tungstenite v0.21.0 |
735 | 2024-09-06T05:57:16.620Z | Downloaded tokio-tungstenite v0.20.1 |
736 | 2024-09-06T05:57:16.620Z | Downloaded tokio-stream v0.1.15 |
737 | 2024-09-06T05:57:16.620Z | Downloaded tokio-native-tls v0.3.1 |
738 | 2024-09-06T05:57:16.645Z | Downloaded time-macros v0.2.18 |
739 | 2024-09-06T05:57:16.645Z | Downloaded time-core v0.1.2 |
740 | 2024-09-06T05:57:16.645Z | Downloaded thread_local v1.1.8 |
741 | 2024-09-06T05:57:16.645Z | Downloaded thiserror-no-std v2.0.2 |
742 | 2024-09-06T05:57:16.645Z | Downloaded thiserror-impl-no-std v2.0.2 |
743 | 2024-09-06T05:57:16.645Z | Downloaded test-strategy v0.3.1 |
744 | 2024-09-06T05:57:16.645Z | Downloaded termios v0.3.3 |
745 | 2024-09-06T05:57:16.645Z | Downloaded termcolor v1.4.1 |
746 | 2024-09-06T05:57:16.645Z | Downloaded tabwriter v1.4.0 |
747 | 2024-09-06T05:57:16.645Z | Downloaded smoltcp v0.11.0 |
748 | 2024-09-06T05:57:16.670Z | Downloaded smoltcp v0.9.1 |
749 | 2024-09-06T05:57:16.670Z | Downloaded derive_more v0.99.18 |
750 | 2024-09-06T05:57:16.694Z | Downloaded derive_builder_core v0.20.0 |
751 | 2024-09-06T05:57:16.694Z | Downloaded derive_builder v0.20.0 |
752 | 2024-09-06T05:57:16.694Z | Downloaded derive-where v1.2.7 |
753 | 2024-09-06T05:57:16.694Z | Downloaded der v0.7.9 |
754 | 2024-09-06T05:57:16.694Z | Downloaded darling_core v0.20.9 |
755 | 2024-09-06T05:57:16.718Z | Downloaded nom v7.1.3 |
756 | 2024-09-06T05:57:16.718Z | Downloaded mio v1.0.2 |
757 | 2024-09-06T05:57:16.718Z | Downloaded libxml v0.3.3 |
758 | 2024-09-06T05:57:16.718Z | Downloaded itertools v0.12.1 |
759 | 2024-09-06T05:57:16.743Z | Downloaded indicatif v0.17.8 |
760 | 2024-09-06T05:57:16.743Z | Downloaded hickory-resolver v0.24.1 |
761 | 2024-09-06T05:57:16.743Z | Downloaded csv v1.3.0 |
762 | 2024-09-06T05:57:16.768Z | Downloaded futures-executor v0.3.30 |
763 | 2024-09-06T05:57:16.768Z | Downloaded futures-core v0.3.30 |
764 | 2024-09-06T05:57:16.768Z | Downloaded futures-channel v0.3.30 |
765 | 2024-09-06T05:57:16.768Z | Downloaded futures v0.3.30 |
766 | 2024-09-06T05:57:16.768Z | Downloaded funty v2.0.0 |
767 | 2024-09-06T05:57:16.793Z | Downloaded fragile v2.0.0 |
768 | 2024-09-06T05:57:16.793Z | Downloaded form_urlencoded v1.2.1 |
769 | 2024-09-06T05:57:16.793Z | Downloaded foreign-types-shared v0.3.1 |
770 | 2024-09-06T05:57:16.793Z | Downloaded foreign-types-shared v0.1.1 |
771 | 2024-09-06T05:57:16.793Z | Downloaded foreign-types-macros v0.2.3 |
772 | 2024-09-06T05:57:16.793Z | Downloaded foreign-types v0.5.0 |
773 | 2024-09-06T05:57:16.793Z | Downloaded foreign-types v0.3.2 |
774 | 2024-09-06T05:57:16.793Z | Downloaded flume v0.11.0 |
775 | 2024-09-06T05:57:16.793Z | Downloaded float-ord v0.3.2 |
776 | 2024-09-06T05:57:16.793Z | Downloaded float-cmp v0.9.0 |
777 | 2024-09-06T05:57:16.793Z | Downloaded flate2 v1.0.33 |
778 | 2024-09-06T05:57:16.793Z | Downloaded ed25519 v2.2.3 |
779 | 2024-09-06T05:57:16.793Z | Downloaded ecdsa v0.16.9 |
780 | 2024-09-06T05:57:16.793Z | Downloaded dyn-clone v1.0.17 |
781 | 2024-09-06T05:57:16.817Z | Downloaded dhcproto-macros v0.1.0 |
782 | 2024-09-06T05:57:16.817Z | Downloaded tinyvec_macros v0.1.1 |
783 | 2024-09-06T05:57:16.817Z | Downloaded termtree v0.4.1 |
784 | 2024-09-06T05:57:16.817Z | Downloaded term v0.7.0 |
785 | 2024-09-06T05:57:16.818Z | Downloaded tar v0.4.41 |
786 | 2024-09-06T05:57:16.818Z | Downloaded tap v1.0.1 |
787 | 2024-09-06T05:57:16.818Z | Downloaded take_mut v0.2.2 |
788 | 2024-09-06T05:57:16.818Z | Downloaded sync_wrapper v0.1.2 |
789 | 2024-09-06T05:57:16.818Z | Downloaded supports-color v3.0.0 |
790 | 2024-09-06T05:57:16.818Z | Downloaded subtle v2.5.0 |
791 | 2024-09-06T05:57:16.818Z | Downloaded subprocess v0.2.9 |
792 | 2024-09-06T05:57:16.818Z | Downloaded strum_macros v0.26.4 |
793 | 2024-09-06T05:57:16.818Z | Downloaded strum_macros v0.25.3 |
794 | 2024-09-06T05:57:16.818Z | Downloaded strum_macros v0.24.3 |
795 | 2024-09-06T05:57:16.843Z | Downloaded strum v0.26.3 |
796 | 2024-09-06T05:57:16.843Z | Downloaded structmeta-derive v0.3.0 |
797 | 2024-09-06T05:57:16.843Z | Downloaded structmeta-derive v0.2.0 |
798 | 2024-09-06T05:57:16.843Z | Downloaded structmeta v0.3.0 |
799 | 2024-09-06T05:57:16.843Z | Downloaded structmeta v0.2.0 |
800 | 2024-09-06T05:57:16.843Z | Downloaded strip-ansi-escapes v0.2.0 |
801 | 2024-09-06T05:57:16.843Z | Downloaded stringprep v0.1.4 |
802 | 2024-09-06T05:57:16.843Z | Downloaded string_cache v0.8.7 |
803 | 2024-09-06T05:57:16.843Z | Downloaded steno v0.4.1 |
804 | 2024-09-06T05:57:16.843Z | Downloaded static_assertions v1.1.0 |
805 | 2024-09-06T05:57:16.843Z | Downloaded stable_deref_trait v1.2.0 |
806 | 2024-09-06T05:57:16.843Z | Downloaded ssh-key v0.6.6 |
807 | 2024-09-06T05:57:16.868Z | Downloaded ssh-cipher v0.2.0 |
808 | 2024-09-06T05:57:16.868Z | Downloaded sqlparser_derive v0.2.2 |
809 | 2024-09-06T05:57:16.868Z | Downloaded sqlparser v0.45.0 |
810 | 2024-09-06T05:57:16.868Z | Downloaded sqlformat v0.2.4 |
811 | 2024-09-06T05:57:16.868Z | Downloaded spin v0.9.8 |
812 | 2024-09-06T05:57:16.868Z | Downloaded socket2 v0.5.7 |
813 | 2024-09-06T05:57:16.868Z | Downloaded socket2 v0.4.10 |
814 | 2024-09-06T05:57:16.868Z | Downloaded snafu-derive v0.8.2 |
815 | 2024-09-06T05:57:16.868Z | Downloaded snafu v0.8.2 |
816 | 2024-09-06T05:57:16.892Z | Downloaded smallvec v1.13.2 |
817 | 2024-09-06T05:57:16.892Z | Downloaded slog-term v2.9.1 |
818 | 2024-09-06T05:57:16.892Z | Downloaded slog-dtrace v0.3.0 |
819 | 2024-09-06T05:57:16.892Z | Downloaded slog-bunyan v2.5.0 |
820 | 2024-09-06T05:57:16.892Z | Downloaded deranged v0.3.11 |
821 | 2024-09-06T05:57:16.892Z | Downloaded der_derive v0.7.2 |
822 | 2024-09-06T05:57:16.892Z | Downloaded defmt v0.3.8 |
823 | 2024-09-06T05:57:16.892Z | Downloaded debug-ignore v1.0.5 |
824 | 2024-09-06T05:57:16.892Z | Downloaded data-encoding v2.6.0 |
825 | 2024-09-06T05:57:16.892Z | Downloaded winnow v0.5.40 |
826 | 2024-09-06T05:57:16.917Z | Downloaded which v4.4.2 |
827 | 2024-09-06T05:57:16.917Z | Downloaded webpki-roots v0.25.4 |
828 | 2024-09-06T05:57:16.917Z | Downloaded vcpkg v0.2.15 |
829 | 2024-09-06T05:57:16.947Z | Downloaded unicode-normalization v0.1.23 |
830 | 2024-09-06T05:57:16.972Z | Downloaded trust-dns-proto v0.22.0 |
831 | 2024-09-06T05:57:16.972Z | Downloaded rustls-webpki v0.102.4 |
832 | 2024-09-06T05:57:16.996Z | Downloaded rustls v0.22.4 |
833 | 2024-09-06T05:57:17.021Z | Downloaded mockall_derive v0.13.0 |
834 | 2024-09-06T05:57:17.021Z | Downloaded mio v0.8.11 |
835 | 2024-09-06T05:57:17.021Z | Downloaded miniz_oxide v0.8.0 |
836 | 2024-09-06T05:57:17.021Z | Downloaded minimal-lexical v0.2.1 |
837 | 2024-09-06T05:57:17.021Z | Downloaded http v1.1.0 |
838 | 2024-09-06T05:57:17.045Z | Downloaded http v0.2.12 |
839 | 2024-09-06T05:57:17.046Z | Downloaded hickory-server v0.24.1 |
840 | 2024-09-06T05:57:17.046Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
841 | 2024-09-06T05:57:17.073Z | Downloaded spki v0.7.3 |
842 | 2024-09-06T05:57:17.074Z | Downloaded spin v0.5.2 |
843 | 2024-09-06T05:57:17.074Z | Downloaded smf v0.2.3 |
844 | 2024-09-06T05:57:17.074Z | Downloaded smallvec v0.6.14 |
845 | 2024-09-06T05:57:17.074Z | Downloaded slog-stdlog v4.1.1 |
846 | 2024-09-06T05:57:17.074Z | Downloaded slog-scope v4.4.0 |
847 | 2024-09-06T05:57:17.074Z | Downloaded slog-json v2.6.1 |
848 | 2024-09-06T05:57:17.074Z | Downloaded slog-envlogger v2.2.0 |
849 | 2024-09-06T05:57:17.074Z | Downloaded slog-async v2.8.0 |
850 | 2024-09-06T05:57:17.074Z | Downloaded derive_builder_macro v0.20.0 |
851 | 2024-09-06T05:57:17.074Z | Downloaded darling_macro v0.20.9 |
852 | 2024-09-06T05:57:17.074Z | Downloaded zone v0.1.8 |
853 | 2024-09-06T05:57:17.074Z | Downloaded zip v0.6.6 |
854 | 2024-09-06T05:57:17.074Z | Downloaded zeroize_derive v1.4.2 |
855 | 2024-09-06T05:57:17.074Z | Downloaded zerocopy v0.6.6 |
856 | 2024-09-06T05:57:17.099Z | Downloaded yasna v0.5.2 |
857 | 2024-09-06T05:57:17.099Z | Downloaded x509-cert v0.2.5 |
858 | 2024-09-06T05:57:17.099Z | Downloaded whoami v1.5.1 |
859 | 2024-09-06T05:57:17.099Z | Downloaded waitgroup v0.1.2 |
860 | 2024-09-06T05:57:17.099Z | Downloaded wait-timeout v0.2.0 |
861 | 2024-09-06T05:57:17.099Z | Downloaded vte_generate_state_changes v0.1.1 |
862 | 2024-09-06T05:57:17.099Z | Downloaded vte v0.11.1 |
863 | 2024-09-06T05:57:17.099Z | Downloaded vsss-rs v3.3.4 |
864 | 2024-09-06T05:57:17.099Z | Downloaded vergen v8.3.2 |
865 | 2024-09-06T05:57:17.099Z | Downloaded uuid v1.10.0 |
866 | 2024-09-06T05:57:17.099Z | Downloaded url v2.5.2 |
867 | 2024-09-06T05:57:17.125Z | Downloaded unsafe-libyaml v0.2.11 |
868 | 2024-09-06T05:57:17.125Z | Downloaded unicode_categories v0.1.1 |
869 | 2024-09-06T05:57:17.125Z | Downloaded unicode-truncate v1.0.0 |
870 | 2024-09-06T05:57:17.125Z | Downloaded unicode-segmentation v1.11.0 |
871 | 2024-09-06T05:57:17.125Z | Downloaded typed-path v0.7.1 |
872 | 2024-09-06T05:57:17.125Z | Downloaded tungstenite v0.23.0 |
873 | 2024-09-06T05:57:17.150Z | Downloaded tungstenite v0.21.0 |
874 | 2024-09-06T05:57:17.150Z | Downloaded tungstenite v0.20.1 |
875 | 2024-09-06T05:57:17.150Z | Downloaded tui-tree-widget v0.22.0 |
876 | 2024-09-06T05:57:17.150Z | Downloaded try-lock v0.2.5 |
877 | 2024-09-06T05:57:17.150Z | Downloaded tracing-core v0.1.32 |
878 | 2024-09-06T05:57:17.150Z | Downloaded tracing-attributes v0.1.27 |
879 | 2024-09-06T05:57:17.150Z | Downloaded tracing v0.1.40 |
880 | 2024-09-06T05:57:17.150Z | Downloaded tough v0.17.1 |
881 | 2024-09-06T05:57:17.174Z | Downloaded toml_edit v0.19.15 |
882 | 2024-09-06T05:57:17.200Z | Downloaded rustls v0.21.12 |
883 | 2024-09-06T05:57:17.200Z | Downloaded rusqlite v0.31.0 |
884 | 2024-09-06T05:57:17.200Z | Downloaded rsa v0.9.6 |
885 | 2024-09-06T05:57:17.225Z | Downloaded ron v0.8.1 |
886 | 2024-09-06T05:57:17.225Z | Downloaded ron v0.7.1 |
887 | 2024-09-06T05:57:17.225Z | Downloaded num v0.4.3 |
888 | 2024-09-06T05:57:17.225Z | Downloaded nu-ansi-term v0.50.0 |
889 | 2024-09-06T05:57:17.225Z | Downloaded normalize-line-endings v0.3.0 |
890 | 2024-09-06T05:57:17.225Z | Downloaded multimap v0.10.0 |
891 | 2024-09-06T05:57:17.225Z | Downloaded multer v3.1.0 |
892 | 2024-09-06T05:57:17.225Z | Downloaded miniz_oxide v0.7.2 |
893 | 2024-09-06T05:57:17.249Z | Downloaded libsw v3.3.1 |
894 | 2024-09-06T05:57:17.249Z | Downloaded lazycell v1.3.0 |
895 | 2024-09-06T05:57:17.249Z | Downloaded kstat-rs v0.2.4 |
896 | 2024-09-06T05:57:17.249Z | Downloaded keccak v0.1.5 |
897 | 2024-09-06T05:57:17.249Z | Downloaded jobserver v0.1.32 |
898 | 2024-09-06T05:57:17.249Z | Downloaded indent_write v2.2.0 |
899 | 2024-09-06T05:57:17.249Z | Downloaded hyper-tls v0.5.0 |
900 | 2024-09-06T05:57:17.250Z | Downloaded hostname v0.4.0 |
901 | 2024-09-06T05:57:17.250Z | Downloaded hmac v0.12.1 |
902 | 2024-09-06T05:57:17.250Z | Downloaded highway v1.2.0 |
903 | 2024-09-06T05:57:17.250Z | Downloaded curve25519-dalek v4.1.3 |
904 | 2024-09-06T05:57:17.274Z | Downloaded chrono v0.4.38 |
905 | 2024-09-06T05:57:17.274Z | Downloaded bstr v1.9.1 |
906 | 2024-09-06T05:57:17.299Z | Downloaded defmt-macros v0.3.9 |
907 | 2024-09-06T05:57:17.299Z | Downloaded zone_cfg_derive v0.3.0 |
908 | 2024-09-06T05:57:17.299Z | Downloaded zone_cfg_derive v0.1.2 |
909 | 2024-09-06T05:57:17.299Z | Downloaded zone v0.3.0 |
910 | 2024-09-06T05:57:17.299Z | Downloaded zeroize v1.7.0 |
911 | 2024-09-06T05:57:17.299Z | Downloaded xattr v1.3.1 |
912 | 2024-09-06T05:57:17.299Z | Downloaded wyz v0.5.1 |
913 | 2024-09-06T05:57:17.299Z | Downloaded want v0.3.1 |
914 | 2024-09-06T05:57:17.299Z | Downloaded walkdir v2.5.0 |
915 | 2024-09-06T05:57:17.299Z | Downloaded uzers v0.11.3 |
916 | 2024-09-06T05:57:17.299Z | Downloaded utf-8 v0.7.6 |
917 | 2024-09-06T05:57:17.299Z | Downloaded untrusted v0.9.0 |
918 | 2024-09-06T05:57:17.300Z | Downloaded untrusted v0.7.1 |
919 | 2024-09-06T05:57:17.300Z | Downloaded universal-hash v0.5.1 |
920 | 2024-09-06T05:57:17.325Z | Downloaded unicode-xid v0.2.4 |
921 | 2024-09-06T05:57:17.325Z | Downloaded unicode-bidi v0.3.15 |
922 | 2024-09-06T05:57:17.325Z | Downloaded unicase v2.7.0 |
923 | 2024-09-06T05:57:17.325Z | Downloaded unarray v0.1.4 |
924 | 2024-09-06T05:57:17.325Z | Downloaded twox-hash v1.6.3 |
925 | 2024-09-06T05:57:17.325Z | Downloaded tower-service v0.3.2 |
926 | 2024-09-06T05:57:17.325Z | Downloaded topological-sort v0.2.2 |
927 | 2024-09-06T05:57:17.325Z | Downloaded toolchain_find v0.4.0 |
928 | 2024-09-06T05:57:17.325Z | Downloaded toml v0.7.8 |
929 | 2024-09-06T05:57:17.325Z | Downloaded scopeguard v1.2.0 |
930 | 2024-09-06T05:57:17.325Z | Downloaded schemars v0.8.21 |
931 | 2024-09-06T05:57:17.350Z | Downloaded scheduled-thread-pool v0.2.7 |
932 | 2024-09-06T05:57:17.350Z | Downloaded same-file v1.0.6 |
933 | 2024-09-06T05:57:17.350Z | Downloaded samael v0.0.15 |
934 | 2024-09-06T05:57:17.350Z | Downloaded salsa20 v0.10.2 |
935 | 2024-09-06T05:57:17.350Z | Downloaded rustyline v14.0.0 |
936 | 2024-09-06T05:57:17.350Z | Downloaded rusty-fork v0.3.0 |
937 | 2024-09-06T05:57:17.374Z | Downloaded rustversion v1.0.17 |
938 | 2024-09-06T05:57:17.374Z | Downloaded rustls-webpki v0.101.7 |
939 | 2024-09-06T05:57:17.374Z | Downloaded rustls-pki-types v1.7.0 |
940 | 2024-09-06T05:57:17.374Z | Downloaded rustls-pemfile v2.1.3 |
941 | 2024-09-06T05:57:17.399Z | Downloaded rustls-pemfile v1.0.4 |
942 | 2024-09-06T05:57:17.399Z | Downloaded rustfmt-wrapper v0.2.1 |
943 | 2024-09-06T05:57:17.399Z | Downloaded rustc_version v0.4.0 |
944 | 2024-09-06T05:57:17.399Z | Downloaded rustc_version v0.1.7 |
945 | 2024-09-06T05:57:17.399Z | Downloaded rustc-hash v1.1.0 |
946 | 2024-09-06T05:57:17.399Z | Downloaded rustc-demangle v0.1.24 |
947 | 2024-09-06T05:57:17.399Z | Downloaded russh-keys v0.45.0 |
948 | 2024-09-06T05:57:17.399Z | Downloaded russh-cryptovec v0.7.2 |
949 | 2024-09-06T05:57:17.399Z | Downloaded russh v0.45.0 |
950 | 2024-09-06T05:57:17.399Z | Downloaded rtoolbox v0.0.2 |
951 | 2024-09-06T05:57:17.399Z | Downloaded rpassword v7.3.1 |
952 | 2024-09-06T05:57:17.399Z | Downloaded rfc6979 v0.4.0 |
953 | 2024-09-06T05:57:17.399Z | Downloaded resolv-conf v0.7.0 |
954 | 2024-09-06T05:57:17.423Z | Downloaded regex-syntax v0.6.29 |
955 | 2024-09-06T05:57:17.423Z | Downloaded nodrop v0.1.14 |
956 | 2024-09-06T05:57:17.423Z | Downloaded nibble_vec v0.1.0 |
957 | 2024-09-06T05:57:17.423Z | Downloaded newtype_derive v0.1.6 |
958 | 2024-09-06T05:57:17.423Z | Downloaded newtype-uuid v1.1.0 |
959 | 2024-09-06T05:57:17.423Z | Downloaded new_debug_unreachable v1.0.6 |
960 | 2024-09-06T05:57:17.423Z | Downloaded native-tls v0.2.11 |
961 | 2024-09-06T05:57:17.423Z | Downloaded mime_guess v2.0.4 |
962 | 2024-09-06T05:57:17.423Z | Downloaded mime v0.3.17 |
963 | 2024-09-06T05:57:17.423Z | Downloaded memoffset v0.9.1 |
964 | 2024-09-06T05:57:17.424Z | Downloaded memmap2 v0.9.4 |
965 | 2024-09-06T05:57:17.448Z | Downloaded md5 v0.7.0 |
966 | 2024-09-06T05:57:17.448Z | Downloaded md-5 v0.10.6 |
967 | 2024-09-06T05:57:17.448Z | Downloaded maybe-uninit v2.0.0 |
968 | 2024-09-06T05:57:17.448Z | Downloaded match_cfg v0.1.0 |
969 | 2024-09-06T05:57:17.448Z | Downloaded maplit v1.0.2 |
970 | 2024-09-06T05:57:17.448Z | Downloaded managed v0.8.0 |
971 | 2024-09-06T05:57:17.448Z | Downloaded lru-cache v0.1.2 |
972 | 2024-09-06T05:57:17.448Z | Downloaded lru v0.12.3 |
973 | 2024-09-06T05:57:17.448Z | Downloaded lock_api v0.4.12 |
974 | 2024-09-06T05:57:17.448Z | Downloaded linked-hash-map v0.5.6 |
975 | 2024-09-06T05:57:17.448Z | Downloaded linear-map v1.2.0 |
976 | 2024-09-06T05:57:17.448Z | Downloaded libloading v0.8.3 |
977 | 2024-09-06T05:57:17.448Z | Downloaded libefi-sys v0.1.0 |
978 | 2024-09-06T05:57:17.448Z | Downloaded is-terminal v0.4.12 |
979 | 2024-09-06T05:57:17.448Z | Downloaded ipnetwork v0.20.0 |
980 | 2024-09-06T05:57:17.448Z | Downloaded ipnet v2.9.0 |
981 | 2024-09-06T05:57:17.473Z | Downloaded internet-checksum v0.2.1 |
982 | 2024-09-06T05:57:17.473Z | Downloaded instant v0.1.12 |
983 | 2024-09-06T05:57:17.473Z | Downloaded inout v0.1.3 |
984 | 2024-09-06T05:57:17.473Z | Downloaded indoc v1.0.9 |
985 | 2024-09-06T05:57:17.473Z | Downloaded indexmap v1.9.3 |
986 | 2024-09-06T05:57:17.473Z | Downloaded ident_case v1.0.1 |
987 | 2024-09-06T05:57:17.473Z | Downloaded iana-time-zone v0.1.60 |
988 | 2024-09-06T05:57:17.473Z | Downloaded hyper-staticfile v0.9.5 |
989 | 2024-09-06T05:57:17.473Z | Downloaded hyper-rustls v0.24.2 |
990 | 2024-09-06T05:57:17.473Z | Downloaded httparse v1.8.0 |
991 | 2024-09-06T05:57:17.473Z | Downloaded home v0.5.9 |
992 | 2024-09-06T05:57:17.473Z | Downloaded darling v0.20.9 |
993 | 2024-09-06T05:57:17.498Z | Downloaded bitvec v1.0.1 |
994 | 2024-09-06T05:57:17.498Z | Downloaded bindgen v0.69.4 |
995 | 2024-09-06T05:57:17.522Z | Downloaded newline-converter v0.3.0 |
996 | 2024-09-06T05:57:17.522Z | Downloaded nanorand v0.7.0 |
997 | 2024-09-06T05:57:17.523Z | Downloaded mockall v0.13.0 |
998 | 2024-09-06T05:57:17.523Z | Downloaded matches v0.1.10 |
999 | 2024-09-06T05:57:17.523Z | Downloaded lazy_static v1.5.0 |
1000 | 2024-09-06T05:57:17.523Z | Downloaded lalrpop-util v0.19.12 |
1001 | 2024-09-06T05:57:17.523Z | Downloaded instability v0.3.2 |
1002 | 2024-09-06T05:57:17.523Z | Downloaded impl-trait-for-tuples v0.2.2 |
1003 | 2024-09-06T05:57:17.523Z | Downloaded humantime v2.1.0 |
1004 | 2024-09-06T05:57:17.547Z | Downloaded hubpack_derive v0.1.1 |
1005 | 2024-09-06T05:57:17.547Z | Downloaded hubpack v0.1.2 |
1006 | 2024-09-06T05:57:17.547Z | Downloaded httpdate v1.0.3 |
1007 | 2024-09-06T05:57:17.547Z | Downloaded http-range v0.1.5 |
1008 | 2024-09-06T05:57:17.547Z | Downloaded http-body v0.4.6 |
1009 | 2024-09-06T05:57:17.547Z | Downloaded hostname v0.3.1 |
1010 | 2024-09-06T05:57:17.547Z | Downloaded curve25519-dalek-derive v0.1.1 |
1011 | 2024-09-06T05:57:17.547Z | Downloaded ctr v0.9.2 |
1012 | 2024-09-06T05:57:17.547Z | Downloaded csv-core v0.1.11 |
1013 | 2024-09-06T05:57:17.547Z | Downloaded crypto-bigint v0.5.5 |
1014 | 2024-09-06T05:57:17.572Z | Downloaded crossterm v0.28.1 |
1015 | 2024-09-06T05:57:17.572Z | Downloaded crossterm v0.27.0 |
1016 | 2024-09-06T05:57:17.596Z | Downloaded crossbeam-utils v0.8.19 |
1017 | 2024-09-06T05:57:17.597Z | Downloaded crossbeam-epoch v0.9.18 |
1018 | 2024-09-06T05:57:17.597Z | Downloaded crossbeam-deque v0.8.5 |
1019 | 2024-09-06T05:57:17.597Z | Downloaded crossbeam-channel v0.5.12 |
1020 | 2024-09-06T05:57:17.597Z | Downloaded crc32fast v1.4.0 |
1021 | 2024-09-06T05:57:17.597Z | Downloaded crc-catalog v2.4.0 |
1022 | 2024-09-06T05:57:17.597Z | Downloaded crc-any v2.5.0 |
1023 | 2024-09-06T05:57:17.621Z | Downloaded crc v3.2.1 |
1024 | 2024-09-06T05:57:17.621Z | Downloaded cookie v0.18.1 |
1025 | 2024-09-06T05:57:17.621Z | Downloaded cookie v0.17.0 |
1026 | 2024-09-06T05:57:17.621Z | Downloaded convert_case v0.4.0 |
1027 | 2024-09-06T05:57:17.621Z | Downloaded const_format v0.2.32 |
1028 | 2024-09-06T05:57:17.621Z | Downloaded const-oid v0.9.6 |
1029 | 2024-09-06T05:57:17.621Z | Downloaded compact_str v0.8.0 |
1030 | 2024-09-06T05:57:17.622Z | Downloaded colored v2.1.0 |
1031 | 2024-09-06T05:57:17.646Z | Downloaded cobs v0.2.3 |
1032 | 2024-09-06T05:57:17.646Z | Downloaded clang-sys v1.7.0 |
1033 | 2024-09-06T05:57:17.646Z | Downloaded ciborium v0.2.2 |
1034 | 2024-09-06T05:57:17.646Z | Downloaded chacha20poly1305 v0.10.1 |
1035 | 2024-09-06T05:57:17.646Z | Downloaded chacha20 v0.9.1 |
1036 | 2024-09-06T05:57:17.646Z | Downloaded cc v1.0.97 |
1037 | 2024-09-06T05:57:17.646Z | Downloaded castaway v0.2.3 |
1038 | 2024-09-06T05:57:17.646Z | Downloaded cassowary v0.3.0 |
1039 | 2024-09-06T05:57:17.646Z | Downloaded cancel-safe-futures v0.1.5 |
1040 | 2024-09-06T05:57:17.674Z | Downloaded bzip2 v0.4.4 |
1041 | 2024-09-06T05:57:17.674Z | Downloaded bytes v1.7.1 |
1042 | 2024-09-06T05:57:17.674Z | Downloaded buf-list v1.0.3 |
1043 | 2024-09-06T05:57:17.674Z | Downloaded blowfish v0.9.1 |
1044 | 2024-09-06T05:57:17.674Z | Downloaded block-padding v0.3.3 |
1045 | 2024-09-06T05:57:17.674Z | Downloaded blake3 v1.5.1 |
1046 | 2024-09-06T05:57:17.674Z | Downloaded blake2 v0.10.6 |
1047 | 2024-09-06T05:57:17.699Z | Downloaded base64ct v1.6.0 |
1048 | 2024-09-06T05:57:17.699Z | Downloaded base64 v0.22.1 |
1049 | 2024-09-06T05:57:17.699Z | Downloaded base64 v0.21.7 |
1050 | 2024-09-06T05:57:17.699Z | Downloaded base64 v0.13.1 |
1051 | 2024-09-06T05:57:17.699Z | Downloaded base16ct v0.2.0 |
1052 | 2024-09-06T05:57:17.699Z | Downloaded backtrace v0.3.71 |
1053 | 2024-09-06T05:57:17.699Z | Downloaded backoff v0.4.0 |
1054 | 2024-09-06T05:57:17.724Z | Downloaded async-trait v0.1.81 |
1055 | 2024-09-06T05:57:17.724Z | Downloaded async-stream v0.3.5 |
1056 | 2024-09-06T05:57:17.724Z | Downloaded async-recursion v1.1.1 |
1057 | 2024-09-06T05:57:17.724Z | Downloaded async-bb8-diesel v0.2.1 |
1058 | 2024-09-06T05:57:17.724Z | Downloaded ascii v1.1.0 |
1059 | 2024-09-06T05:57:17.724Z | Downloaded arrayvec v0.7.4 |
1060 | 2024-09-06T05:57:17.724Z | Downloaded argon2 v0.5.3 |
1061 | 2024-09-06T05:57:17.724Z | Downloaded arc-swap v1.7.1 |
1062 | 2024-09-06T05:57:17.749Z | Downloaded allocator-api2 v0.2.18 |
1063 | 2024-09-06T05:57:17.749Z | Downloaded aho-corasick v1.1.3 |
1064 | 2024-09-06T05:57:17.749Z | Downloaded ahash v0.8.11 |
1065 | 2024-09-06T05:57:17.749Z | Downloaded aes-gcm v0.10.3 |
1066 | 2024-09-06T05:57:17.749Z | Downloaded aes v0.8.4 |
1067 | 2024-09-06T05:57:17.774Z | Downloaded addr2line v0.21.0 |
1068 | 2024-09-06T05:57:17.774Z | Downloaded cstr-argument v0.1.2 |
1069 | 2024-09-06T05:57:17.774Z | Downloaded crunchy v0.2.2 |
1070 | 2024-09-06T05:57:17.774Z | Downloaded cookie_store v0.20.0 |
1071 | 2024-09-06T05:57:17.774Z | Downloaded constant_time_eq v0.3.0 |
1072 | 2024-09-06T05:57:17.774Z | Downloaded const_format_proc_macros v0.2.32 |
1073 | 2024-09-06T05:57:17.774Z | Downloaded console v0.15.8 |
1074 | 2024-09-06T05:57:17.774Z | Downloaded cipher v0.4.4 |
1075 | 2024-09-06T05:57:17.774Z | Downloaded ciborium-ll v0.2.2 |
1076 | 2024-09-06T05:57:17.774Z | Downloaded ciborium-io v0.2.2 |
1077 | 2024-09-06T05:57:17.774Z | Downloaded cfg_aliases v0.2.1 |
1078 | 2024-09-06T05:57:17.774Z | Downloaded cfg_aliases v0.1.1 |
1079 | 2024-09-06T05:57:17.774Z | Downloaded cexpr v0.6.0 |
1080 | 2024-09-06T05:57:17.798Z | Downloaded cbc v0.1.2 |
1081 | 2024-09-06T05:57:17.798Z | Downloaded bitstruct_derive v0.1.0 |
1082 | 2024-09-06T05:57:17.799Z | Downloaded bitstruct v0.1.1 |
1083 | 2024-09-06T05:57:17.799Z | Downloaded bitflags v1.3.2 |
1084 | 2024-09-06T05:57:17.799Z | Downloaded bitfield-struct v0.6.1 |
1085 | 2024-09-06T05:57:17.799Z | Downloaded bitfield v0.14.0 |
1086 | 2024-09-06T05:57:17.799Z | Downloaded bit-vec v0.6.3 |
1087 | 2024-09-06T05:57:17.799Z | Downloaded bit-set v0.5.3 |
1088 | 2024-09-06T05:57:17.799Z | Downloaded bcs v0.1.6 |
1089 | 2024-09-06T05:57:17.799Z | Downloaded bcrypt-pbkdf v0.10.0 |
1090 | 2024-09-06T05:57:17.799Z | Downloaded bb8 v0.8.5 |
1091 | 2024-09-06T05:57:17.799Z | Downloaded atty v0.2.14 |
1092 | 2024-09-06T05:57:17.799Z | Downloaded atomicwrites v0.4.3 |
1093 | 2024-09-06T05:57:17.799Z | Downloaded atomic-waker v1.1.2 |
1094 | 2024-09-06T05:57:17.799Z | Downloaded async-stream-impl v0.3.5 |
1095 | 2024-09-06T05:57:17.799Z | Downloaded assert_matches v1.5.0 |
1096 | 2024-09-06T05:57:17.823Z | Downloaded ascii-canvas v3.0.0 |
1097 | 2024-09-06T05:57:17.823Z | Downloaded arrayref v0.3.7 |
1098 | 2024-09-06T05:57:17.823Z | Downloaded array-init v0.0.4 |
1099 | 2024-09-06T05:57:17.823Z | Downloaded aead v0.5.2 |
1100 | 2024-09-06T05:57:17.823Z | Downloaded adler2 v2.0.0 |
1101 | 2024-09-06T05:57:17.823Z | Downloaded adler v1.0.2 |
1102 | 2024-09-06T05:57:17.923Z | Compiling serde v1.0.208 |
1103 | 2024-09-06T05:57:17.948Z | Compiling typenum v1.17.0 |
1104 | 2024-09-06T05:57:17.948Z | Compiling generic-array v0.14.7 |
1105 | 2024-09-06T05:57:17.948Z | Compiling lock_api v0.4.12 |
1106 | 2024-09-06T05:57:17.948Z | Compiling scopeguard v1.2.0 |
1107 | 2024-09-06T05:57:17.948Z | Compiling log v0.4.21 |
1108 | 2024-09-06T05:57:17.978Z | Compiling syn v2.0.74 |
1109 | 2024-09-06T05:57:18.003Z | Compiling getrandom v0.2.14 |
1110 | 2024-09-06T05:57:18.125Z | Compiling jobserver v0.1.32 |
1111 | 2024-09-06T05:57:18.323Z | Compiling rand_core v0.6.4 |
1112 | 2024-09-06T05:57:18.417Z | Compiling subtle v2.5.0 |
1113 | 2024-09-06T05:57:18.511Z | Compiling cc v1.0.97 |
1114 | 2024-09-06T05:57:18.535Z | Compiling const-oid v0.9.6 |
1115 | 2024-09-06T05:57:18.730Z | Compiling smallvec v1.13.2 |
1116 | 2024-09-06T05:57:18.800Z | Compiling pin-project-lite v0.2.14 |
1117 | 2024-09-06T05:57:18.928Z | Compiling parking_lot_core v0.9.10 |
1118 | 2024-09-06T05:57:18.952Z | Compiling signal-hook-registry v1.4.2 |
1119 | 2024-09-06T05:57:18.976Z | Compiling spin v0.9.8 |
1120 | 2024-09-06T05:57:19.090Z | Compiling mio v1.0.2 |
1121 | 2024-09-06T05:57:19.630Z | Compiling ahash v0.8.11 |
1122 | 2024-09-06T05:57:19.966Z | Compiling parking_lot v0.12.2 |
1123 | 2024-09-06T05:57:20.010Z | Compiling tinyvec_macros v0.1.1 |
1124 | 2024-09-06T05:57:20.098Z | Compiling tinyvec v1.6.0 |
1125 | 2024-09-06T05:57:20.253Z | Compiling socket2 v0.5.7 |
1126 | 2024-09-06T05:57:20.308Z | Compiling libm v0.2.8 |
1127 | 2024-09-06T05:57:20.517Z | Compiling futures-sink v0.3.30 |
1128 | 2024-09-06T05:57:20.631Z | Compiling futures-core v0.3.30 |
1129 | 2024-09-06T05:57:20.686Z | Compiling serde_json v1.0.125 |
1130 | 2024-09-06T05:57:20.711Z | Compiling cpufeatures v0.2.12 |
1131 | 2024-09-06T05:57:20.849Z | Compiling slab v0.4.9 |
1132 | 2024-09-06T05:57:20.873Z | Compiling num-traits v0.2.19 |
1133 | 2024-09-06T05:57:20.898Z | Compiling unicode-bidi v0.3.15 |
1134 | 2024-09-06T05:57:21.088Z | Compiling allocator-api2 v0.2.18 |
1135 | 2024-09-06T05:57:21.498Z | Compiling unicode-normalization v0.1.23 |
1136 | 2024-09-06T05:57:21.615Z | Compiling futures-channel v0.3.30 |
1137 | 2024-09-06T05:57:21.867Z | Compiling pin-utils v0.1.0 |
1138 | 2024-09-06T05:57:21.971Z | Compiling futures-io v0.3.30 |
1139 | 2024-09-06T05:57:22.010Z | Compiling pkg-config v0.3.30 |
1140 | 2024-09-06T05:57:22.034Z | Compiling futures-task v0.3.30 |
1141 | 2024-09-06T05:57:22.334Z | Compiling vcpkg v0.2.15 |
1142 | 2024-09-06T05:57:22.420Z | Compiling base64ct v1.6.0 |
1143 | 2024-09-06T05:57:22.536Z | Compiling flagset v0.4.5 |
1144 | 2024-09-06T05:57:22.604Z | Compiling ring v0.17.8 |
1145 | 2024-09-06T05:57:22.716Z | Compiling ppv-lite86 v0.2.17 |
1146 | 2024-09-06T05:57:22.763Z | Compiling percent-encoding v2.3.1 |
1147 | 2024-09-06T05:57:23.069Z | Compiling pem-rfc7468 v0.7.0 |
1148 | 2024-09-06T05:57:23.152Z | Compiling tracing-core v0.1.32 |
1149 | 2024-09-06T05:57:23.412Z | Compiling rand_chacha v0.3.1 |
1150 | 2024-09-06T05:57:23.480Z | Compiling untrusted v0.9.0 |
1151 | 2024-09-06T05:57:23.645Z | Compiling rustix v0.38.34 |
1152 | 2024-09-06T05:57:23.731Z | Compiling httparse v1.8.0 |
1153 | 2024-09-06T05:57:24.104Z | Compiling rand v0.8.5 |
1154 | 2024-09-06T05:57:24.170Z | Compiling rustversion v1.0.17 |
1155 | 2024-09-06T05:57:24.404Z | Compiling openssl-sys v0.9.103 |
1156 | 2024-09-06T05:57:24.428Z | Compiling foreign-types-shared v0.1.1 |
1157 | 2024-09-06T05:57:24.507Z | Compiling time-core v0.1.2 |
1158 | 2024-09-06T05:57:24.549Z | Compiling powerfmt v0.2.0 |
1159 | 2024-09-06T05:57:24.684Z | Compiling num-conv v0.1.0 |
1160 | 2024-09-06T05:57:24.836Z | Compiling openssl v0.10.66 |
1161 | 2024-09-06T05:57:24.960Z | Compiling time-macros v0.2.18 |
1162 | 2024-09-06T05:57:24.985Z | Compiling deranged v0.3.11 |
1163 | 2024-09-06T05:57:25.222Z | Compiling foreign-types v0.3.2 |
1164 | 2024-09-06T05:57:25.351Z | Compiling form_urlencoded v1.2.1 |
1165 | 2024-09-06T05:57:25.396Z | Compiling aho-corasick v1.1.3 |
1166 | 2024-09-06T05:57:25.705Z | Compiling regex-syntax v0.8.4 |
1167 | 2024-09-06T05:57:25.836Z | Compiling rustls v0.21.12 |
1168 | 2024-09-06T05:57:26.070Z | Compiling num_threads v0.1.7 |
1169 | 2024-09-06T05:57:26.190Z | Compiling siphasher v0.3.11 |
1170 | 2024-09-06T05:57:26.503Z | Compiling syn v1.0.109 |
1171 | 2024-09-06T05:57:26.597Z | Compiling crossbeam-utils v0.8.19 |
1172 | 2024-09-06T05:57:26.623Z | Compiling try-lock v0.2.5 |
1173 | 2024-09-06T05:57:26.766Z | Compiling native-tls v0.2.11 |
1174 | 2024-09-06T05:57:27.111Z | Compiling want v0.3.1 |
1175 | 2024-09-06T05:57:27.378Z | Compiling idna v0.5.0 |
1176 | 2024-09-06T05:57:27.728Z | Compiling time v0.3.36 |
1177 | 2024-09-06T05:57:27.753Z | Compiling cookie v0.17.0 |
1178 | 2024-09-06T05:57:28.014Z | Compiling slog v2.7.0 |
1179 | 2024-09-06T05:57:28.389Z | Compiling iana-time-zone v0.1.60 |
1180 | 2024-09-06T05:57:28.492Z | Compiling tower-service v0.3.2 |
1181 | 2024-09-06T05:57:28.610Z | Compiling httpdate v1.0.3 |
1182 | 2024-09-06T05:57:28.768Z | Compiling regex-automata v0.4.6 |
1183 | 2024-09-06T05:57:28.814Z | Compiling finl_unicode v1.2.0 |
1184 | 2024-09-06T05:57:29.035Z | Compiling openssl-probe v0.1.5 |
1185 | 2024-09-06T05:57:29.364Z | Compiling stringprep v0.1.4 |
1186 | 2024-09-06T05:57:29.491Z | Compiling url v2.5.2 |
1187 | 2024-09-06T05:57:30.848Z | Compiling serde_derive v1.0.208 |
1188 | 2024-09-06T05:57:31.054Z | Compiling zeroize_derive v1.4.2 |
1189 | 2024-09-06T05:57:31.189Z | Compiling zerocopy-derive v0.7.34 |
1190 | 2024-09-06T05:57:31.387Z | Compiling tokio-macros v2.4.0 |
1191 | 2024-09-06T05:57:32.057Z | Compiling thiserror-impl v1.0.63 |
1192 | 2024-09-06T05:57:32.158Z | Compiling futures-macro v0.3.30 |
1193 | 2024-09-06T05:57:32.395Z | Compiling zeroize v1.7.0 |
1194 | 2024-09-06T05:57:32.870Z | Compiling der_derive v0.7.2 |
1195 | 2024-09-06T05:57:33.169Z | Compiling zerocopy v0.7.34 |
1196 | 2024-09-06T05:57:33.894Z | Compiling futures-util v0.3.30 |
1197 | 2024-09-06T05:57:34.103Z | Compiling crypto-common v0.1.6 |
1198 | 2024-09-06T05:57:34.373Z | Compiling block-buffer v0.10.4 |
1199 | 2024-09-06T05:57:34.597Z | Compiling digest v0.10.7 |
1200 | 2024-09-06T05:57:35.023Z | Compiling hmac v0.12.1 |
1201 | 2024-09-06T05:57:35.052Z | Compiling block-padding v0.3.3 |
1202 | 2024-09-06T05:57:35.078Z | Compiling thiserror v1.0.63 |
1203 | 2024-09-06T05:57:35.159Z | Compiling hashbrown v0.14.5 |
1204 | 2024-09-06T05:57:35.207Z | Compiling sha2 v0.10.8 |
1205 | 2024-09-06T05:57:35.255Z | Compiling inout v0.1.3 |
1206 | 2024-09-06T05:57:35.289Z | Compiling pest v2.7.10 |
1207 | 2024-09-06T05:57:35.509Z | Compiling cipher v0.4.4 |
1208 | 2024-09-06T05:57:35.967Z | Compiling salsa20 v0.10.2 |
1209 | 2024-09-06T05:57:36.171Z | Compiling pbkdf2 v0.12.2 |
1210 | 2024-09-06T05:57:36.327Z | Compiling der v0.7.9 |
1211 | 2024-09-06T05:57:36.356Z | Compiling tracing-attributes v0.1.27 |
1212 | 2024-09-06T05:57:37.990Z | Compiling pest_meta v2.7.10 |
1213 | 2024-09-06T05:57:38.102Z | Compiling scroll_derive v0.12.0 |
1214 | 2024-09-06T05:57:39.403Z | Compiling pest_generator v2.7.10 |
1215 | 2024-09-06T05:57:39.460Z | Compiling scroll v0.12.0 |
1216 | 2024-09-06T05:57:39.526Z | Compiling spki v0.7.3 |
1217 | 2024-09-06T05:57:39.832Z | Compiling tracing v0.1.40 |
1218 | 2024-09-06T05:57:39.878Z | Compiling scrypt v0.11.0 |
1219 | 2024-09-06T05:57:39.974Z | Compiling aes v0.8.4 |
1220 | 2024-09-06T05:57:40.094Z | Compiling cbc v0.1.2 |
1221 | 2024-09-06T05:57:40.309Z | Compiling goblin v0.8.2 |
1222 | 2024-09-06T05:57:40.334Z | Compiling openssl-macros v0.1.1 |
1223 | 2024-09-06T05:57:40.381Z | Compiling sct v0.7.1 |
1224 | 2024-09-06T05:57:40.676Z | Compiling rustls-webpki v0.101.7 |
1225 | 2024-09-06T05:57:40.982Z | Compiling pkcs5 v0.7.1 |
1226 | 2024-09-06T05:57:41.109Z | Compiling md-5 v0.10.6 |
1227 | 2024-09-06T05:57:41.345Z | Compiling num-integer v0.1.46 |
1228 | 2024-09-06T05:57:41.991Z | Compiling pkcs8 v0.10.2 |
1229 | 2024-09-06T05:57:42.167Z | Compiling backtrace v0.3.71 |
1230 | 2024-09-06T05:57:42.359Z | Compiling idna v0.3.0 |
1231 | 2024-09-06T05:57:42.412Z | Compiling pest_derive v2.7.10 |
1232 | 2024-09-06T05:57:42.617Z | Compiling lazy_static v1.5.0 |
1233 | 2024-09-06T05:57:42.642Z | Compiling hash32 v0.2.1 |
1234 | 2024-09-06T05:57:42.747Z | Compiling base64 v0.22.1 |
1235 | 2024-09-06T05:57:42.772Z | Compiling num-bigint-dig v0.8.4 |
1236 | 2024-09-06T05:57:43.012Z | Compiling bytes v1.7.1 |
1237 | 2024-09-06T05:57:43.043Z | Compiling bitflags v2.6.0 |
1238 | 2024-09-06T05:57:43.358Z | Compiling indexmap v2.4.0 |
1239 | 2024-09-06T05:57:43.416Z | Compiling semver v1.0.23 |
1240 | 2024-09-06T05:57:44.109Z | Compiling tokio v1.39.3 |
1241 | 2024-09-06T05:57:44.149Z | Compiling http v0.2.12 |
1242 | 2024-09-06T05:57:44.606Z | Compiling rustc_version v0.4.0 |
1243 | 2024-09-06T05:57:45.299Z | Compiling heapless v0.7.17 |
1244 | 2024-09-06T05:57:45.677Z | Compiling http-body v0.4.6 |
1245 | 2024-09-06T05:57:45.889Z | Compiling dof v0.3.0 |
1246 | 2024-09-06T05:57:46.023Z | Compiling dtrace-parser v0.2.0 |
1247 | 2024-09-06T05:57:46.081Z | Compiling uuid v1.10.0 |
1248 | 2024-09-06T05:57:46.404Z | Compiling serde_tokenstream v0.2.2 |
1249 | 2024-09-06T05:57:46.947Z | Compiling usdt-impl v0.5.0 |
1250 | 2024-09-06T05:57:47.273Z | Compiling toml_datetime v0.6.8 |
1251 | 2024-09-06T05:57:47.776Z | Compiling chrono v0.4.38 |
1252 | 2024-09-06T05:57:47.801Z | Compiling serde_spanned v0.6.7 |
1253 | 2024-09-06T05:57:47.937Z | Compiling fallible-iterator v0.2.0 |
1254 | 2024-09-06T05:57:48.023Z | Compiling psl-types v2.0.11 |
1255 | 2024-09-06T05:57:48.196Z | Compiling adler v1.0.2 |
1256 | 2024-09-06T05:57:48.368Z | Compiling crc32fast v1.4.0 |
1257 | 2024-09-06T05:57:48.411Z | Compiling smoltcp v0.9.1 |
1258 | 2024-09-06T05:57:48.547Z | Compiling gimli v0.28.1 |
1259 | 2024-09-06T05:57:48.818Z | Compiling signal-hook v0.3.17 |
1260 | 2024-09-06T05:57:49.059Z | Compiling stable_deref_trait v1.2.0 |
1261 | 2024-09-06T05:57:49.487Z | Compiling postgres-protocol v0.6.7 |
1262 | 2024-09-06T05:57:49.664Z | Compiling miniz_oxide v0.7.2 |
1263 | 2024-09-06T05:57:49.904Z | Compiling publicsuffix v2.2.3 |
1264 | 2024-09-06T05:57:50.127Z | Compiling terminal_size v0.3.0 |
1265 | 2024-09-06T05:57:50.296Z | Compiling hubpack_derive v0.1.1 |
1266 | 2024-09-06T05:57:50.355Z | Compiling num-iter v0.1.45 |
1267 | 2024-09-06T05:57:50.379Z | Compiling zerocopy-derive v0.6.6 |
1268 | 2024-09-06T05:57:50.536Z | Compiling async-trait v0.1.81 |
1269 | 2024-09-06T05:57:51.103Z | Compiling phf_shared v0.11.2 |
1270 | 2024-09-06T05:57:51.274Z | Compiling serde_derive_internals v0.29.1 |
1271 | 2024-09-06T05:57:51.443Z | Compiling ff v0.13.0 |
1272 | 2024-09-06T05:57:51.641Z | Compiling tokio-util v0.7.11 |
1273 | 2024-09-06T05:57:51.668Z | Compiling tokio-native-tls v0.3.1 |
1274 | 2024-09-06T05:57:51.746Z | Compiling tokio-rustls v0.24.1 |
1275 | 2024-09-06T05:57:51.930Z | Compiling object v0.32.2 |
1276 | 2024-09-06T05:57:52.098Z | Compiling fs-err v2.11.0 |
1277 | 2024-09-06T05:57:52.227Z | Compiling addr2line v0.21.0 |
1278 | 2024-09-06T05:57:52.370Z | Compiling ipnet v2.9.0 |
1279 | 2024-09-06T05:57:52.853Z | Compiling h2 v0.3.26 |
1280 | 2024-09-06T05:57:52.896Z | Compiling anyhow v1.0.86 |
1281 | 2024-09-06T05:57:52.921Z | Compiling base16ct v0.2.0 |
1282 | 2024-09-06T05:57:52.946Z | Compiling bitflags v1.3.2 |
1283 | 2024-09-06T05:57:53.053Z | Compiling adler2 v2.0.0 |
1284 | 2024-09-06T05:57:53.235Z | Compiling schemars v0.8.21 |
1285 | 2024-09-06T05:57:53.261Z | Compiling winnow v0.5.40 |
1286 | 2024-09-06T05:57:53.453Z | Compiling base64 v0.21.7 |
1287 | 2024-09-06T05:57:53.478Z | Compiling managed v0.8.0 |
1288 | 2024-09-06T05:57:53.559Z | Compiling rustc-demangle v0.1.24 |
1289 | 2024-09-06T05:57:53.718Z | Compiling either v1.13.0 |
1290 | 2024-09-06T05:57:54.083Z | Compiling rustls-pemfile v1.0.4 |
1291 | 2024-09-06T05:57:54.107Z | Compiling schemars_derive v0.8.21 |
1292 | 2024-09-06T05:57:54.531Z | Compiling clap_builder v4.5.15 |
1293 | 2024-09-06T05:57:54.657Z | Compiling miniz_oxide v0.8.0 |
1294 | 2024-09-06T05:57:55.690Z | Compiling sec1 v0.7.3 |
1295 | 2024-09-06T05:57:56.093Z | Compiling zerocopy v0.6.6 |
1296 | 2024-09-06T05:57:56.206Z | Compiling toml_edit v0.19.15 |
1297 | 2024-09-06T05:57:56.499Z | Compiling group v0.13.0 |
1298 | 2024-09-06T05:57:56.797Z | Compiling phf v0.11.2 |
1299 | 2024-09-06T05:57:56.834Z | Compiling hubpack v0.1.2 |
1300 | 2024-09-06T05:57:57.075Z | Compiling cookie_store v0.20.0 |
1301 | 2024-09-06T05:57:57.245Z | Compiling postgres-types v0.2.7 |
1302 | 2024-09-06T05:57:58.566Z | Compiling usdt-macro v0.5.0 |
1303 | 2024-09-06T05:57:58.679Z | Compiling usdt-attr-macro v0.5.0 |
1304 | 2024-09-06T05:57:59.337Z | Compiling hyper v0.14.30 |
1305 | 2024-09-06T05:57:59.893Z | Compiling serde_urlencoded v0.7.1 |
1306 | 2024-09-06T05:58:00.121Z | Compiling pkcs1 v0.7.5 |
1307 | 2024-09-06T05:58:00.367Z | Compiling futures-executor v0.3.30 |
1308 | 2024-09-06T05:58:00.838Z | Compiling hkdf v0.12.4 |
1309 | 2024-09-06T05:58:00.886Z | Compiling signature v2.2.0 |
1310 | 2024-09-06T05:58:01.011Z | Compiling crypto-bigint v0.5.5 |
1311 | 2024-09-06T05:58:01.081Z | Compiling regex v1.10.6 |
1312 | 2024-09-06T05:58:01.152Z | Compiling bstr v1.9.1 |
1313 | 2024-09-06T05:58:01.862Z | Compiling strum_macros v0.25.3 |
1314 | 2024-09-06T05:58:02.010Z | Compiling clap_derive v4.5.13 |
1315 | 2024-09-06T05:58:02.564Z | Compiling serde_repr v0.1.19 |
1316 | 2024-09-06T05:58:02.747Z | Compiling enum-as-inner v0.6.0 |
1317 | 2024-09-06T05:58:03.220Z | Compiling phf_shared v0.10.0 |
1318 | 2024-09-06T05:58:03.578Z | Compiling float-cmp v0.9.0 |
1319 | 2024-09-06T05:58:03.631Z | Compiling idna v0.4.0 |
1320 | 2024-09-06T05:58:03.661Z | Compiling mio v0.8.11 |
1321 | 2024-09-06T05:58:03.785Z | Compiling encoding_rs v0.8.34 |
1322 | 2024-09-06T05:58:04.901Z | Compiling difflib v0.4.0 |
1323 | 2024-09-06T05:58:04.979Z | Compiling fixedbitset v0.4.2 |
1324 | 2024-09-06T05:58:05.351Z | Compiling hyper-rustls v0.24.2 |
1325 | 2024-09-06T05:58:05.421Z | Compiling hyper-tls v0.5.0 |
1326 | 2024-09-06T05:58:05.670Z | Compiling static_assertions v1.1.0 |
1327 | 2024-09-06T05:58:05.739Z | Compiling mime v0.3.17 |
1328 | 2024-09-06T05:58:05.772Z | Compiling new_debug_unreachable v1.0.6 |
1329 | 2024-09-06T05:58:05.876Z | Compiling unicode-segmentation v1.11.0 |
1330 | 2024-09-06T05:58:06.117Z | Compiling sync_wrapper v0.1.2 |
1331 | 2024-09-06T05:58:06.241Z | Compiling precomputed-hash v0.1.1 |
1332 | 2024-09-06T05:58:06.266Z | Compiling bit-vec v0.6.3 |
1333 | 2024-09-06T05:58:06.290Z | Compiling data-encoding v2.6.0 |
1334 | 2024-09-06T05:58:06.315Z | Compiling predicates-core v1.0.6 |
1335 | 2024-09-06T05:58:06.364Z | Compiling dyn-clone v1.0.17 |
1336 | 2024-09-06T05:58:06.573Z | Compiling minimal-lexical v0.2.1 |
1337 | 2024-09-06T05:58:06.627Z | Compiling whoami v1.5.1 |
1338 | 2024-09-06T05:58:06.660Z | Compiling normalize-line-endings v0.3.0 |
1339 | 2024-09-06T05:58:06.684Z | Compiling webpki-roots v0.25.4 |
1340 | 2024-09-06T05:58:06.785Z | Compiling predicates v3.1.2 |
1341 | 2024-09-06T05:58:06.827Z | Compiling reqwest v0.11.27 |
1342 | 2024-09-06T05:58:07.031Z | Compiling hickory-proto v0.24.1 |
1343 | 2024-09-06T05:58:07.204Z | Compiling nom v7.1.3 |
1344 | 2024-09-06T05:58:07.339Z | Compiling tokio-postgres v0.7.11 |
1345 | 2024-09-06T05:58:07.907Z | Compiling bit-set v0.5.3 |
1346 | 2024-09-06T05:58:08.296Z | Compiling similar v2.6.0 |
1347 | 2024-09-06T05:58:08.351Z | Compiling string_cache v0.8.7 |
1348 | 2024-09-06T05:58:08.772Z | Compiling toml_edit v0.22.20 |
1349 | 2024-09-06T05:58:09.533Z | Compiling clap v4.5.16 |
1350 | 2024-09-06T05:58:09.651Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1351 | 2024-09-06T05:58:10.338Z | Compiling console v0.15.8 |
1352 | 2024-09-06T05:58:10.395Z | Compiling petgraph v0.6.5 |
1353 | 2024-09-06T05:58:11.365Z | Compiling signal-hook-mio v0.2.4 |
1354 | 2024-09-06T05:58:11.521Z | Compiling usdt v0.5.0 |
1355 | 2024-09-06T05:58:11.609Z | Compiling elliptic-curve v0.13.8 |
1356 | 2024-09-06T05:58:11.956Z | Compiling rsa v0.9.6 |
1357 | 2024-09-06T05:58:12.110Z | Compiling futures v0.3.30 |
1358 | 2024-09-06T05:58:12.214Z | Compiling toml v0.7.8 |
1359 | 2024-09-06T05:58:12.291Z | Compiling flate2 v1.0.33 |
1360 | 2024-09-06T05:58:13.698Z | Compiling itertools v0.12.1 |
1361 | 2024-09-06T05:58:13.883Z | Compiling itertools v0.10.5 |
1362 | 2024-09-06T05:58:14.381Z | Compiling tokio-stream v0.1.15 |
1363 | 2024-09-06T05:58:14.820Z | Compiling openapiv3 v2.0.0 |
1364 | 2024-09-06T05:58:15.214Z | Compiling hex v0.4.3 |
1365 | 2024-09-06T05:58:15.671Z | Compiling sha1 v0.10.6 |
1366 | 2024-09-06T05:58:15.710Z | Compiling crossbeam-epoch v0.9.18 |
1367 | 2024-09-06T05:58:15.759Z | Compiling dirs-sys-next v0.1.2 |
1368 | 2024-09-06T05:58:16.063Z | Compiling lalrpop-util v0.19.12 |
1369 | 2024-09-06T05:58:16.285Z | Compiling peg-runtime v0.8.3 |
1370 | 2024-09-06T05:58:16.332Z | Compiling unicode-xid v0.2.4 |
1371 | 2024-09-06T05:58:16.370Z | Compiling dirs-next v2.0.0 |
1372 | 2024-09-06T05:58:16.411Z | Compiling thread_local v1.1.8 |
1373 | 2024-09-06T05:58:16.436Z | Compiling slog-async v2.8.0 |
1374 | 2024-09-06T05:58:16.499Z | Compiling term v0.7.0 |
1375 | 2024-09-06T05:58:16.552Z | Compiling xattr v1.3.1 |
1376 | 2024-09-06T05:58:16.800Z | Compiling strum_macros v0.26.4 |
1377 | 2024-09-06T05:58:16.886Z | Compiling crossbeam-channel v0.5.12 |
1378 | 2024-09-06T05:58:16.910Z | Compiling is-terminal v0.4.12 |
1379 | 2024-09-06T05:58:17.004Z | Compiling filetime v0.2.25 |
1380 | 2024-09-06T05:58:17.037Z | Compiling take_mut v0.2.2 |
1381 | 2024-09-06T05:58:17.178Z | Compiling tar v0.4.41 |
1382 | 2024-09-06T05:58:17.281Z | Compiling slog-term v2.9.1 |
1383 | 2024-09-06T05:58:17.877Z | Compiling camino v1.1.9 |
1384 | 2024-09-06T05:58:19.033Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1385 | 2024-09-06T05:58:20.048Z | Compiling strum v0.26.3 |
1386 | 2024-09-06T05:58:20.157Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1387 | 2024-09-06T05:58:26.598Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s |
1388 | 2024-09-06T05:58:26.720Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1389 | 2024-09-06T05:58:26.789Z | Sep 06 05:58:26.453 INFO Starting download, target: Cockroach |
1390 | 2024-09-06T05:58:26.789Z | Sep 06 05:58:26.453 INFO Starting download, target: Clickhouse |
1391 | 2024-09-06T05:58:26.789Z | Sep 06 05:58:26.453 INFO Starting download, target: Console |
1392 | 2024-09-06T05:58:26.814Z | Sep 06 05:58:26.453 INFO Starting download, target: DendriteOpenapi |
1393 | 2024-09-06T05:58:26.814Z | Sep 06 05:58:26.454 INFO Starting download, target: DendriteStub |
1394 | 2024-09-06T05:58:26.814Z | Sep 06 05:58:26.454 INFO Starting download, target: MaghemiteMgd |
1395 | 2024-09-06T05:58:26.814Z | Sep 06 05:58:26.454 INFO Starting download, target: TransceiverControl |
1396 | 2024-09-06T05:58:26.814Z | Sep 06 05:58:26.455 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi |
1397 | 2024-09-06T05:58:26.814Z | Sep 06 05:58:26.455 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1398 | 2024-09-06T05:58:26.814Z | Sep 06 05:58:26.455 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1399 | 2024-09-06T05:58:26.814Z | Sep 06 05:58:26.455 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1400 | 2024-09-06T05:58:26.814Z | Sep 06 05:58:26.456 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1401 | 2024-09-06T05:58:26.814Z | Sep 06 05:58:26.456 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1402 | 2024-09-06T05:58:26.814Z | Sep 06 05:58:26.456 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1403 | 2024-09-06T05:58:27.126Z | Sep 06 05:58:26.789 INFO Download complete, target: DendriteOpenapi |
1404 | 2024-09-06T05:58:27.333Z | Sep 06 05:58:26.996 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1405 | 2024-09-06T05:58:27.573Z | Sep 06 05:58:27.231 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1406 | 2024-09-06T05:58:27.650Z | Sep 06 05:58:27.313 INFO Download complete, target: Console |
1407 | 2024-09-06T05:58:28.248Z | Sep 06 05:58:27.912 INFO Download complete, target: TransceiverControl |
1408 | 2024-09-06T05:58:30.407Z | Sep 06 05:58:30.071 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1409 | 2024-09-06T05:58:30.936Z | Sep 06 05:58:30.601 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1410 | 2024-09-06T05:58:33.599Z | Sep 06 05:58:33.263 INFO Download complete, target: DendriteStub |
1411 | 2024-09-06T05:58:34.297Z | Sep 06 05:58:33.961 INFO Download complete, target: MaghemiteMgd |
1412 | 2024-09-06T05:58:38.188Z | Sep 06 05:58:37.853 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1413 | 2024-09-06T05:58:38.188Z | Sep 06 05:58:37.853 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1414 | 2024-09-06T05:58:45.090Z | Sep 06 05:58:44.754 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1415 | 2024-09-06T05:58:47.106Z | Sep 06 05:58:46.771 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1416 | 2024-09-06T05:58:47.590Z | Sep 06 05:58:47.251 INFO Checking that binary works, target: Cockroach |
1417 | 2024-09-06T05:58:47.858Z | Sep 06 05:58:47.522 INFO Download complete, target: Cockroach |
1418 | 2024-09-06T05:59:00.593Z | Sep 06 05:59:00.244 INFO Checking that binary works, target: Clickhouse |
1419 | 2024-09-06T05:59:00.769Z | Sep 06 05:59:00.434 INFO Download complete, target: Clickhouse |
1420 | 2024-09-06T05:59:00.795Z | All builder prerequisites installed successfully, and PATH looks valid |
1421 | 2024-09-06T05:59:00.819Z | |
1422 | 2024-09-06T05:59:00.819Z | real 4:05.018874598 |
1423 | 2024-09-06T05:59:00.819Z | user 10:17.175632246 |
1424 | 2024-09-06T05:59:00.819Z | sys 2:26.215727731 |
1425 | 2024-09-06T05:59:00.820Z | trap 0.359353511 |
1426 | 2024-09-06T05:59:00.820Z | tflt 0.589087865 |
1427 | 2024-09-06T05:59:00.820Z | dflt 1.552316208 |
1428 | 2024-09-06T05:59:00.820Z | kflt 0.007247192 |
1429 | 2024-09-06T05:59:00.820Z | lock 25:37.576614924 |
1430 | 2024-09-06T05:59:00.820Z | slp 39:36.472539830 |
1431 | 2024-09-06T05:59:00.820Z | lat 46.420080989 |
1432 | 2024-09-06T05:59:00.820Z | stop 1:50.781922572 |
1433 | 2024-09-06T05:59:00.820Z | + banner clippy |
1434 | 2024-09-06T05:59:00.820Z | |
1435 | 2024-09-06T05:59:00.820Z | #### # # ##### ##### # # |
1436 | 2024-09-06T05:59:00.820Z | # # # # # # # # # # |
1437 | 2024-09-06T05:59:00.820Z | # # # # # # # # |
1438 | 2024-09-06T05:59:00.820Z | # # # ##### ##### # |
1439 | 2024-09-06T05:59:00.820Z | # # # # # # # |
1440 | 2024-09-06T05:59:00.820Z | #### ###### # # # # |
1441 | 2024-09-06T05:59:00.820Z | |
1442 | 2024-09-06T05:59:00.820Z | + export CARGO_INCREMENTAL=0 |
1443 | 2024-09-06T05:59:00.820Z | + CARGO_INCREMENTAL=0 |
1444 | 2024-09-06T05:59:00.820Z | + ptime -m cargo xtask clippy |
1445 | 2024-09-06T05:59:01.656Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1446 | 2024-09-06T05:59:06.482Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.61s |
1447 | 2024-09-06T05:59:06.537Z | Running `target/debug/xtask clippy` |
1448 | 2024-09-06T05:59:06.563Z | running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1449 | 2024-09-06T05:59:07.518Z | Downloading crates ... |
1450 | 2024-09-06T05:59:07.885Z | Downloaded approx v0.5.1 |
1451 | 2024-09-06T05:59:07.910Z | Downloaded yansi v0.5.1 |
1452 | 2024-09-06T05:59:07.910Z | Downloaded threadpool v1.8.1 |
1453 | 2024-09-06T05:59:07.910Z | Downloaded target-lexicon v0.12.16 |
1454 | 2024-09-06T05:59:07.910Z | Downloaded toml_edit v0.21.1 |
1455 | 2024-09-06T05:59:07.934Z | Downloaded rustls-native-certs v0.7.0 |
1456 | 2024-09-06T05:59:07.958Z | Downloaded trybuild v1.0.99 |
1457 | 2024-09-06T05:59:07.958Z | Downloaded tower v0.4.13 |
1458 | 2024-09-06T05:59:07.959Z | Downloaded tinytemplate v1.2.1 |
1459 | 2024-09-06T05:59:07.959Z | Downloaded target-spec v3.2.1 |
1460 | 2024-09-06T05:59:07.959Z | Downloaded similar-asserts v1.5.0 |
1461 | 2024-09-06T05:59:07.983Z | Downloaded rstest v0.22.0 |
1462 | 2024-09-06T05:59:07.983Z | Downloaded regex-automata v0.1.10 |
1463 | 2024-09-06T05:59:07.983Z | Downloaded proc-macro-crate v3.1.0 |
1464 | 2024-09-06T05:59:07.983Z | Downloaded pretty_assertions v1.4.0 |
1465 | 2024-09-06T05:59:07.983Z | Downloaded plotters-backend v0.3.5 |
1466 | 2024-09-06T05:59:07.983Z | Downloaded pathdiff v0.2.1 |
1467 | 2024-09-06T05:59:07.983Z | Downloaded oorandom v11.1.3 |
1468 | 2024-09-06T05:59:07.983Z | Downloaded nested v0.1.1 |
1469 | 2024-09-06T05:59:07.983Z | Downloaded hyper-util v0.1.3 |
1470 | 2024-09-06T05:59:08.007Z | Downloaded hyper v1.3.1 |
1471 | 2024-09-06T05:59:08.007Z | Downloaded http-body v1.0.0 |
1472 | 2024-09-06T05:59:08.007Z | Downloaded bstr v0.2.17 |
1473 | 2024-09-06T05:59:08.007Z | Downloaded rstest_macros v0.22.0 |
1474 | 2024-09-06T05:59:08.007Z | Downloaded rand_distr v0.4.3 |
1475 | 2024-09-06T05:59:08.031Z | Downloaded plotters v0.3.5 |
1476 | 2024-09-06T05:59:08.031Z | Downloaded guppy v0.17.7 |
1477 | 2024-09-06T05:59:08.031Z | Downloaded fancy-regex v0.13.0 |
1478 | 2024-09-06T05:59:08.032Z | Downloaded criterion-plot v0.5.0 |
1479 | 2024-09-06T05:59:08.056Z | Downloaded cfg-expr v0.16.0 |
1480 | 2024-09-06T05:59:08.056Z | Downloaded rust-argon2 v2.1.0 |
1481 | 2024-09-06T05:59:08.056Z | Downloaded partial-io v0.5.4 |
1482 | 2024-09-06T05:59:08.056Z | Downloaded libtest-mimic v0.7.3 |
1483 | 2024-09-06T05:59:08.056Z | Downloaded hyper-rustls v0.26.0 |
1484 | 2024-09-06T05:59:08.056Z | Downloaded httptest v0.15.5 |
1485 | 2024-09-06T05:59:08.056Z | Downloaded num_cpus v1.16.0 |
1486 | 2024-09-06T05:59:08.056Z | Downloaded assert_cmd v2.0.16 |
1487 | 2024-09-06T05:59:08.056Z | Downloaded anes v0.1.6 |
1488 | 2024-09-06T05:59:08.080Z | Downloaded tower-layer v0.3.2 |
1489 | 2024-09-06T05:59:08.080Z | Downloaded relative-path v1.9.3 |
1490 | 2024-09-06T05:59:08.080Z | Downloaded plotters-svg v0.3.5 |
1491 | 2024-09-06T05:59:08.080Z | Downloaded guppy-workspace-hack v0.1.0 |
1492 | 2024-09-06T05:59:08.080Z | Downloaded futures-timer v3.0.3 |
1493 | 2024-09-06T05:59:08.081Z | Downloaded escape8259 v0.5.2 |
1494 | 2024-09-06T05:59:08.081Z | Downloaded doc-comment v0.3.3 |
1495 | 2024-09-06T05:59:08.081Z | Downloaded datatest-stable v0.2.9 |
1496 | 2024-09-06T05:59:08.081Z | Downloaded criterion v0.5.1 |
1497 | 2024-09-06T05:59:08.081Z | Downloaded cast v0.3.0 |
1498 | 2024-09-06T05:59:08.081Z | Downloaded blake2b_simd v1.0.2 |
1499 | 2024-09-06T05:59:08.828Z | Checking cfg-if v1.0.0 |
1500 | 2024-09-06T05:59:08.856Z | Checking libc v0.2.158 |
1501 | 2024-09-06T05:59:08.882Z | Checking serde v1.0.208 |
1502 | 2024-09-06T05:59:08.906Z | Checking memchr v2.7.2 |
1503 | 2024-09-06T05:59:08.931Z | Checking scopeguard v1.2.0 |
1504 | 2024-09-06T05:59:08.955Z | Checking log v0.4.21 |
1505 | 2024-09-06T05:59:08.979Z | Checking byteorder v1.5.0 |
1506 | 2024-09-06T05:59:09.004Z | Checking itoa v1.0.11 |
1507 | 2024-09-06T05:59:09.028Z | Checking smallvec v1.13.2 |
1508 | 2024-09-06T05:59:09.127Z | Checking lock_api v0.4.12 |
1509 | 2024-09-06T05:59:09.248Z | Checking zeroize v1.7.0 |
1510 | 2024-09-06T05:59:09.272Z | Checking once_cell v1.19.0 |
1511 | 2024-09-06T05:59:09.377Z | Checking pin-project-lite v0.2.14 |
1512 | 2024-09-06T05:59:09.402Z | Checking typenum v1.17.0 |
1513 | 2024-09-06T05:59:09.489Z | Checking libm v0.2.8 |
1514 | 2024-09-06T05:59:09.489Z | Checking subtle v2.5.0 |
1515 | 2024-09-06T05:59:09.535Z | Checking thiserror v1.0.63 |
1516 | 2024-09-06T05:59:09.560Z | Checking ryu v1.0.18 |
1517 | 2024-09-06T05:59:09.664Z | Checking spin v0.9.8 |
1518 | 2024-09-06T05:59:09.706Z | Checking futures-core v0.3.30 |
1519 | 2024-09-06T05:59:09.732Z | Checking zerocopy v0.7.34 |
1520 | 2024-09-06T05:59:09.770Z | Checking const-oid v0.9.6 |
1521 | 2024-09-06T05:59:09.839Z | Checking getrandom v0.2.14 |
1522 | 2024-09-06T05:59:09.876Z | Checking parking_lot_core v0.9.10 |
1523 | 2024-09-06T05:59:09.972Z | Checking signal-hook-registry v1.4.2 |
1524 | 2024-09-06T05:59:10.058Z | Checking rand_core v0.6.4 |
1525 | 2024-09-06T05:59:10.163Z | Checking parking_lot v0.12.2 |
1526 | 2024-09-06T05:59:10.188Z | Checking mio v1.0.2 |
1527 | 2024-09-06T05:59:10.270Z | Checking num-traits v0.2.19 |
1528 | 2024-09-06T05:59:10.335Z | Checking socket2 v0.5.7 |
1529 | 2024-09-06T05:59:10.415Z | Checking generic-array v0.14.7 |
1530 | 2024-09-06T05:59:10.462Z | Checking futures-sink v0.3.30 |
1531 | 2024-09-06T05:59:10.597Z | Checking futures-channel v0.3.30 |
1532 | 2024-09-06T05:59:10.696Z | Checking slab v0.4.9 |
1533 | 2024-09-06T05:59:10.740Z | Checking pin-utils v0.1.0 |
1534 | 2024-09-06T05:59:10.824Z | Checking futures-io v0.3.30 |
1535 | 2024-09-06T05:59:10.915Z | Checking futures-task v0.3.30 |
1536 | 2024-09-06T05:59:10.942Z | Checking cpufeatures v0.2.12 |
1537 | 2024-09-06T05:59:10.966Z | Checking ahash v0.8.11 |
1538 | 2024-09-06T05:59:10.998Z | Checking allocator-api2 v0.2.18 |
1539 | 2024-09-06T05:59:11.046Z | Checking fnv v1.0.7 |
1540 | 2024-09-06T05:59:11.122Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1541 | 2024-09-06T05:59:11.146Z | Checking futures-util v0.3.30 |
1542 | 2024-09-06T05:59:11.170Z | Checking iana-time-zone v0.1.60 |
1543 | 2024-09-06T05:59:11.299Z | Checking equivalent v1.0.1 |
1544 | 2024-09-06T05:59:11.340Z | Checking crypto-common v0.1.6 |
1545 | 2024-09-06T05:59:11.391Z | Checking block-buffer v0.10.4 |
1546 | 2024-09-06T05:59:11.438Z | Checking ppv-lite86 v0.2.17 |
1547 | 2024-09-06T05:59:11.467Z | Checking tinyvec_macros v0.1.1 |
1548 | 2024-09-06T05:59:11.509Z | Checking tracing-core v0.1.32 |
1549 | 2024-09-06T05:59:11.553Z | Checking hashbrown v0.14.5 |
1550 | 2024-09-06T05:59:11.577Z | Checking tinyvec v1.6.0 |
1551 | 2024-09-06T05:59:11.603Z | Checking digest v0.10.7 |
1552 | 2024-09-06T05:59:11.627Z | Checking unicode-bidi v0.3.15 |
1553 | 2024-09-06T05:59:11.934Z | Checking dyn-clone v1.0.17 |
1554 | 2024-09-06T05:59:12.015Z | Checking rand_chacha v0.3.1 |
1555 | 2024-09-06T05:59:12.069Z | Checking percent-encoding v2.3.1 |
1556 | 2024-09-06T05:59:12.111Z | Checking tracing v0.1.40 |
1557 | 2024-09-06T05:59:12.169Z | Checking regex-syntax v0.8.4 |
1558 | 2024-09-06T05:59:12.255Z | Checking block-padding v0.3.3 |
1559 | 2024-09-06T05:59:12.342Z | Checking rand v0.8.5 |
1560 | 2024-09-06T05:59:12.467Z | Checking errno v0.3.9 |
1561 | 2024-09-06T05:59:12.491Z | Checking inout v0.1.3 |
1562 | 2024-09-06T05:59:12.646Z | Checking form_urlencoded v1.2.1 |
1563 | 2024-09-06T05:59:12.717Z | Checking lazy_static v1.5.0 |
1564 | 2024-09-06T05:59:12.746Z | Checking aho-corasick v1.1.3 |
1565 | 2024-09-06T05:59:12.770Z | Checking unicode-normalization v0.1.23 |
1566 | 2024-09-06T05:59:12.849Z | Checking cipher v0.4.4 |
1567 | 2024-09-06T05:59:12.873Z | Checking httparse v1.8.0 |
1568 | 2024-09-06T05:59:13.215Z | Checking bytes v1.7.1 |
1569 | 2024-09-06T05:59:13.244Z | Checking bitflags v2.6.0 |
1570 | 2024-09-06T05:59:13.285Z | Checking serde_json v1.0.125 |
1571 | 2024-09-06T05:59:13.503Z | Checking chrono v0.4.38 |
1572 | 2024-09-06T05:59:13.567Z | Checking indexmap v2.4.0 |
1573 | 2024-09-06T05:59:13.592Z | Checking uuid v1.10.0 |
1574 | 2024-09-06T05:59:13.949Z | Checking tokio v1.39.3 |
1575 | 2024-09-06T05:59:14.174Z | Checking rustix v0.38.34 |
1576 | 2024-09-06T05:59:14.232Z | Checking unicode-ident v1.0.12 |
1577 | 2024-09-06T05:59:14.385Z | Checking base64ct v1.6.0 |
1578 | 2024-09-06T05:59:14.669Z | Checking http v0.2.12 |
1579 | 2024-09-06T05:59:14.734Z | Checking hmac v0.12.1 |
1580 | 2024-09-06T05:59:14.767Z | Checking powerfmt v0.2.0 |
1581 | 2024-09-06T05:59:14.915Z | Checking unicode-width v0.1.13 |
1582 | 2024-09-06T05:59:15.007Z | Checking deranged v0.3.11 |
1583 | 2024-09-06T05:59:15.039Z | Checking regex-automata v0.4.6 |
1584 | 2024-09-06T05:59:15.082Z | Checking proc-macro2 v1.0.86 |
1585 | 2024-09-06T05:59:15.242Z | Checking schemars v0.8.21 |
1586 | 2024-09-06T05:59:15.506Z | Checking idna v0.5.0 |
1587 | 2024-09-06T05:59:15.643Z | Checking sha2 v0.10.8 |
1588 | 2024-09-06T05:59:15.768Z | Checking num-conv v0.1.0 |
1589 | 2024-09-06T05:59:15.845Z | Checking untrusted v0.9.0 |
1590 | 2024-09-06T05:59:15.982Z | Checking num_threads v0.1.7 |
1591 | 2024-09-06T05:59:16.009Z | Checking time-core v0.1.2 |
1592 | 2024-09-06T05:59:16.073Z | Checking ring v0.17.8 |
1593 | 2024-09-06T05:59:16.103Z | Checking quote v1.0.36 |
1594 | 2024-09-06T05:59:16.128Z | Checking url v2.5.2 |
1595 | 2024-09-06T05:59:16.152Z | Checking try-lock v0.2.5 |
1596 | 2024-09-06T05:59:16.270Z | Checking want v0.3.1 |
1597 | 2024-09-06T05:59:16.382Z | Checking syn v2.0.74 |
1598 | 2024-09-06T05:59:16.429Z | Checking pem-rfc7468 v0.7.0 |
1599 | 2024-09-06T05:59:16.453Z | Checking time v0.3.36 |
1600 | 2024-09-06T05:59:16.546Z | Checking slog v2.7.0 |
1601 | 2024-09-06T05:59:16.657Z | Checking tower-service v0.3.2 |
1602 | 2024-09-06T05:59:16.767Z | Checking futures-executor v0.3.30 |
1603 | 2024-09-06T05:59:16.799Z | Checking flagset v0.4.5 |
1604 | 2024-09-06T05:59:16.957Z | Checking httpdate v1.0.3 |
1605 | 2024-09-06T05:59:16.982Z | Checking adler v1.0.2 |
1606 | 2024-09-06T05:59:16.982Z | Checking futures v0.3.30 |
1607 | 2024-09-06T05:59:17.109Z | Checking gimli v0.28.1 |
1608 | 2024-09-06T05:59:17.134Z | Checking miniz_oxide v0.7.2 |
1609 | 2024-09-06T05:59:17.165Z | Checking der v0.7.9 |
1610 | 2024-09-06T05:59:17.485Z | Checking http-body v0.4.6 |
1611 | 2024-09-06T05:59:17.592Z | Checking pbkdf2 v0.12.2 |
1612 | 2024-09-06T05:59:17.730Z | Checking aes v0.8.4 |
1613 | 2024-09-06T05:59:17.815Z | Checking object v0.32.2 |
1614 | 2024-09-06T05:59:18.488Z | Checking rustc-demangle v0.1.24 |
1615 | 2024-09-06T05:59:18.513Z | Checking salsa20 v0.10.2 |
1616 | 2024-09-06T05:59:18.689Z | Checking spki v0.7.3 |
1617 | 2024-09-06T05:59:18.714Z | Checking cbc v0.1.2 |
1618 | 2024-09-06T05:59:18.869Z | Checking base64 v0.21.7 |
1619 | 2024-09-06T05:59:18.895Z | Checking regex v1.10.6 |
1620 | 2024-09-06T05:59:18.920Z | Checking mime v0.3.17 |
1621 | 2024-09-06T05:59:18.944Z | Checking scrypt v0.11.0 |
1622 | 2024-09-06T05:59:19.163Z | Checking data-encoding v2.6.0 |
1623 | 2024-09-06T05:59:19.236Z | Checking ipnet v2.9.0 |
1624 | 2024-09-06T05:59:19.297Z | Checking utf8parse v0.2.1 |
1625 | 2024-09-06T05:59:19.432Z | Checking pkcs5 v0.7.1 |
1626 | 2024-09-06T05:59:19.457Z | Checking toml_datetime v0.6.8 |
1627 | 2024-09-06T05:59:19.632Z | Checking serde_spanned v0.6.7 |
1628 | 2024-09-06T05:59:19.704Z | Checking crossbeam-utils v0.8.19 |
1629 | 2024-09-06T05:59:19.728Z | Checking foreign-types-shared v0.1.1 |
1630 | 2024-09-06T05:59:19.813Z | Checking openssl-probe v0.1.5 |
1631 | 2024-09-06T05:59:19.837Z | Checking foreign-types v0.3.2 |
1632 | 2024-09-06T05:59:19.863Z | Checking pkcs8 v0.10.2 |
1633 | 2024-09-06T05:59:19.931Z | Checking serde_urlencoded v0.7.1 |
1634 | 2024-09-06T05:59:19.955Z | Checking openssl-sys v0.9.103 |
1635 | 2024-09-06T05:59:20.111Z | Checking tokio-util v0.7.11 |
1636 | 2024-09-06T05:59:20.152Z | Checking encoding_rs v0.8.34 |
1637 | 2024-09-06T05:59:20.265Z | Checking addr2line v0.21.0 |
1638 | 2024-09-06T05:59:20.304Z | Checking anstyle v1.0.8 |
1639 | 2024-09-06T05:59:20.329Z | Checking sct v0.7.1 |
1640 | 2024-09-06T05:59:20.499Z | Checking rustls-webpki v0.101.7 |
1641 | 2024-09-06T05:59:20.612Z | Checking semver v1.0.23 |
1642 | 2024-09-06T05:59:20.701Z | Checking sha1 v0.10.6 |
1643 | 2024-09-06T05:59:20.856Z | Checking h2 v0.3.26 |
1644 | 2024-09-06T05:59:20.944Z | Checking either v1.13.0 |
1645 | 2024-09-06T05:59:20.983Z | Checking scroll v0.12.0 |
1646 | 2024-09-06T05:59:21.035Z | Checking openssl v0.10.66 |
1647 | 2024-09-06T05:59:21.107Z | Checking rustls v0.21.12 |
1648 | 2024-09-06T05:59:21.272Z | Checking plain v0.2.3 |
1649 | 2024-09-06T05:59:21.397Z | Checking ucd-trie v0.1.6 |
1650 | 2024-09-06T05:59:21.421Z | Checking goblin v0.8.2 |
1651 | 2024-09-06T05:59:21.580Z | Checking pest v2.7.10 |
1652 | 2024-09-06T05:59:21.604Z | Checking anstyle-parse v0.2.4 |
1653 | 2024-09-06T05:59:21.829Z | Checking openapiv3 v2.0.0 |
1654 | 2024-09-06T05:59:21.968Z | Checking idna v0.3.0 |
1655 | 2024-09-06T05:59:22.593Z | Checking base64 v0.22.1 |
1656 | 2024-09-06T05:59:22.861Z | Checking backtrace v0.3.71 |
1657 | 2024-09-06T05:59:22.991Z | Checking psl-types v2.0.11 |
1658 | 2024-09-06T05:59:23.147Z | Checking is_terminal_polyfill v1.70.0 |
1659 | 2024-09-06T05:59:23.256Z | Checking bitflags v1.3.2 |
1660 | 2024-09-06T05:59:23.348Z | Checking anyhow v1.0.86 |
1661 | 2024-09-06T05:59:23.372Z | Checking anstyle-query v1.0.3 |
1662 | 2024-09-06T05:59:23.498Z | Checking colorchoice v1.0.1 |
1663 | 2024-09-06T05:59:23.627Z | Checking pretty-hex v0.4.1 |
1664 | 2024-09-06T05:59:23.653Z | Checking dtrace-parser v0.2.0 |
1665 | 2024-09-06T05:59:23.693Z | Checking anstream v0.6.14 |
1666 | 2024-09-06T05:59:23.788Z | Checking tokio-rustls v0.24.1 |
1667 | 2024-09-06T05:59:23.812Z | Checking publicsuffix v2.2.3 |
1668 | 2024-09-06T05:59:24.014Z | Checking rustls-pemfile v1.0.4 |
1669 | 2024-09-06T05:59:24.049Z | Checking cookie v0.17.0 |
1670 | 2024-09-06T05:59:24.091Z | Checking terminal_size v0.3.0 |
1671 | 2024-09-06T05:59:24.126Z | Checking thread-id v4.2.1 |
1672 | 2024-09-06T05:59:24.199Z | Checking clap_lex v0.7.0 |
1673 | 2024-09-06T05:59:24.231Z | Checking strsim v0.11.1 |
1674 | 2024-09-06T05:59:24.255Z | Checking signature v2.2.0 |
1675 | 2024-09-06T05:59:24.405Z | Checking cookie_store v0.20.0 |
1676 | 2024-09-06T05:59:24.431Z | Checking memmap v0.7.0 |
1677 | 2024-09-06T05:59:24.457Z | Checking webpki-roots v0.25.4 |
1678 | 2024-09-06T05:59:24.483Z | Checking clap_builder v4.5.15 |
1679 | 2024-09-06T05:59:24.579Z | Checking sync_wrapper v0.1.2 |
1680 | 2024-09-06T05:59:24.603Z | Checking num-integer v0.1.46 |
1681 | 2024-09-06T05:59:24.628Z | Checking base16ct v0.2.0 |
1682 | 2024-09-06T05:59:24.702Z | Checking winnow v0.6.18 |
1683 | 2024-09-06T05:59:24.803Z | Checking sec1 v0.7.3 |
1684 | 2024-09-06T05:59:24.947Z | Checking ff v0.13.0 |
1685 | 2024-09-06T05:59:25.024Z | Checking stable_deref_trait v1.2.0 |
1686 | 2024-09-06T05:59:25.115Z | Checking num-iter v0.1.45 |
1687 | 2024-09-06T05:59:25.142Z | Checking group v0.13.0 |
1688 | 2024-09-06T05:59:25.167Z | Checking hkdf v0.12.4 |
1689 | 2024-09-06T05:59:25.279Z | Checking crypto-bigint v0.5.5 |
1690 | 2024-09-06T05:59:25.365Z | Checking crc32fast v1.4.0 |
1691 | 2024-09-06T05:59:25.390Z | Checking crossbeam-epoch v0.9.18 |
1692 | 2024-09-06T05:59:25.517Z | Checking native-tls v0.2.11 |
1693 | 2024-09-06T05:59:25.591Z | Checking dof v0.3.0 |
1694 | 2024-09-06T05:59:25.591Z | Checking hex v0.4.3 |
1695 | 2024-09-06T05:59:25.760Z | Checking unicode-segmentation v1.11.0 |
1696 | 2024-09-06T05:59:25.801Z | Checking tokio-native-tls v0.3.1 |
1697 | 2024-09-06T05:59:25.939Z | Checking hyper v0.14.30 |
1698 | 2024-09-06T05:59:26.021Z | Checking static_assertions v1.1.0 |
1699 | 2024-09-06T05:59:26.046Z | Checking adler2 v2.0.0 |
1700 | 2024-09-06T05:59:26.101Z | Checking usdt-impl v0.5.0 |
1701 | 2024-09-06T05:59:26.125Z | Checking winnow v0.5.40 |
1702 | 2024-09-06T05:59:26.185Z | Checking managed v0.8.0 |
1703 | 2024-09-06T05:59:26.279Z | Checking miniz_oxide v0.8.0 |
1704 | 2024-09-06T05:59:26.500Z | Checking num-bigint-dig v0.8.4 |
1705 | 2024-09-06T05:59:26.551Z | Checking usdt v0.5.0 |
1706 | 2024-09-06T05:59:26.779Z | Checking pkcs1 v0.7.5 |
1707 | 2024-09-06T05:59:26.902Z | Checking zerocopy v0.6.6 |
1708 | 2024-09-06T05:59:26.977Z | Checking clap v4.5.16 |
1709 | 2024-09-06T05:59:27.090Z | Checking signal-hook v0.3.17 |
1710 | 2024-09-06T05:59:27.117Z | Checking toml_edit v0.22.20 |
1711 | 2024-09-06T05:59:27.142Z | Checking flate2 v1.0.33 |
1712 | 2024-09-06T05:59:27.383Z | Checking bstr v1.9.1 |
1713 | 2024-09-06T05:59:27.544Z | Checking mio v0.8.11 |
1714 | 2024-09-06T05:59:27.568Z | Checking elliptic-curve v0.13.8 |
1715 | 2024-09-06T05:59:27.703Z | Checking siphasher v0.3.11 |
1716 | 2024-09-06T05:59:27.954Z | Checking itertools v0.10.5 |
1717 | 2024-09-06T05:59:28.088Z | Checking signal-hook-mio v0.2.4 |
1718 | 2024-09-06T05:59:28.117Z | Checking idna v0.4.0 |
1719 | 2024-09-06T05:59:28.165Z | Checking bit-vec v0.6.3 |
1720 | 2024-09-06T05:59:28.236Z | Checking itertools v0.12.1 |
1721 | 2024-09-06T05:59:28.290Z | Checking rsa v0.9.6 |
1722 | 2024-09-06T05:59:28.465Z | Checking bit-set v0.5.3 |
1723 | 2024-09-06T05:59:28.546Z | Checking toml_edit v0.19.15 |
1724 | 2024-09-06T05:59:28.697Z | Checking hash32 v0.2.1 |
1725 | 2024-09-06T05:59:28.777Z | Checking hickory-proto v0.24.1 |
1726 | 2024-09-06T05:59:28.968Z | Checking predicates-core v1.0.6 |
1727 | 2024-09-06T05:59:29.148Z | Checking finl_unicode v1.2.0 |
1728 | 2024-09-06T05:59:29.173Z | Checking heapless v0.7.17 |
1729 | 2024-09-06T05:59:29.315Z | Checking tokio-stream v0.1.15 |
1730 | 2024-09-06T05:59:29.623Z | Checking stringprep v0.1.4 |
1731 | 2024-09-06T05:59:29.847Z | Checking console v0.15.8 |
1732 | 2024-09-06T05:59:29.871Z | Checking md-5 v0.10.6 |
1733 | 2024-09-06T05:59:30.039Z | Checking float-cmp v0.9.0 |
1734 | 2024-09-06T05:59:30.064Z | Checking difflib v0.4.0 |
1735 | 2024-09-06T05:59:30.064Z | Checking fixedbitset v0.4.2 |
1736 | 2024-09-06T05:59:30.204Z | Checking normalize-line-endings v0.3.0 |
1737 | 2024-09-06T05:59:30.315Z | Checking fallible-iterator v0.2.0 |
1738 | 2024-09-06T05:59:30.340Z | Checking petgraph v0.6.5 |
1739 | 2024-09-06T05:59:30.340Z | Checking smoltcp v0.9.1 |
1740 | 2024-09-06T05:59:30.381Z | Checking predicates v3.1.2 |
1741 | 2024-09-06T05:59:30.405Z | Checking similar v2.6.0 |
1742 | 2024-09-06T05:59:30.592Z | Checking toml v0.7.8 |
1743 | 2024-09-06T05:59:30.834Z | Checking postgres-protocol v0.6.7 |
1744 | 2024-09-06T05:59:30.915Z | Checking hyper-tls v0.5.0 |
1745 | 2024-09-06T05:59:30.939Z | Checking hyper-rustls v0.24.2 |
1746 | 2024-09-06T05:59:31.119Z | Checking phf_shared v0.11.2 |
1747 | 2024-09-06T05:59:31.163Z | Checking phf_shared v0.10.0 |
1748 | 2024-09-06T05:59:31.206Z | Checking fs-err v2.11.0 |
1749 | 2024-09-06T05:59:31.230Z | Checking reqwest v0.11.27 |
1750 | 2024-09-06T05:59:31.368Z | Checking hubpack v0.1.2 |
1751 | 2024-09-06T05:59:31.392Z | Checking precomputed-hash v0.1.1 |
1752 | 2024-09-06T05:59:31.426Z | Checking lalrpop-util v0.19.12 |
1753 | 2024-09-06T05:59:31.505Z | Checking minimal-lexical v0.2.1 |
1754 | 2024-09-06T05:59:31.584Z | Checking new_debug_unreachable v1.0.6 |
1755 | 2024-09-06T05:59:31.641Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1756 | 2024-09-06T05:59:31.679Z | Checking postgres-types v0.2.7 |
1757 | 2024-09-06T05:59:31.704Z | Checking string_cache v0.8.7 |
1758 | 2024-09-06T05:59:31.730Z | Checking phf v0.11.2 |
1759 | 2024-09-06T05:59:31.840Z | Checking nom v7.1.3 |
1760 | 2024-09-06T05:59:31.959Z | Checking peg-runtime v0.8.3 |
1761 | 2024-09-06T05:59:31.984Z | Checking whoami v1.5.1 |
1762 | 2024-09-06T05:59:32.244Z | Compiling regress v0.9.1 |
1763 | 2024-09-06T05:59:32.268Z | Checking tokio-postgres v0.7.11 |
1764 | 2024-09-06T05:59:32.293Z | Compiling getopts v0.2.21 |
1765 | 2024-09-06T05:59:32.548Z | Compiling unsafe-libyaml v0.2.11 |
1766 | 2024-09-06T05:59:32.610Z | Checking camino v1.1.9 |
1767 | 2024-09-06T05:59:33.077Z | Checking heck v0.5.0 |
1768 | 2024-09-06T05:59:33.157Z | Checking is-terminal v0.4.12 |
1769 | 2024-09-06T05:59:33.260Z | Compiling paste v1.0.15 |
1770 | 2024-09-06T05:59:33.285Z | Compiling ident_case v1.0.1 |
1771 | 2024-09-06T05:59:33.471Z | Compiling darling_core v0.20.9 |
1772 | 2024-09-06T05:59:33.723Z | Compiling serde_yaml v0.9.34+deprecated |
1773 | 2024-09-06T05:59:34.144Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1774 | 2024-09-06T05:59:34.693Z | Checking http v1.1.0 |
1775 | 2024-09-06T05:59:34.717Z | Compiling rustls v0.22.4 |
1776 | 2024-09-06T05:59:34.985Z | Checking dirs-sys-next v0.1.2 |
1777 | 2024-09-06T05:59:35.151Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1778 | 2024-09-06T05:59:35.178Z | Checking dirs-next v2.0.0 |
1779 | 2024-09-06T05:59:35.304Z | Checking crossbeam-channel v0.5.12 |
1780 | 2024-09-06T05:59:35.838Z | Checking thread_local v1.1.8 |
1781 | 2024-09-06T05:59:35.863Z | Compiling multer v3.1.0 |
1782 | 2024-09-06T05:59:35.928Z | Checking term v0.7.0 |
1783 | 2024-09-06T05:59:36.100Z | Compiling async-stream-impl v0.3.5 |
1784 | 2024-09-06T05:59:36.199Z | Checking take_mut v0.2.2 |
1785 | 2024-09-06T05:59:36.259Z | Checking rustls-pki-types v1.7.0 |
1786 | 2024-09-06T05:59:36.306Z | Checking slog-term v2.9.1 |
1787 | 2024-09-06T05:59:36.348Z | Checking slog-async v2.8.0 |
1788 | 2024-09-06T05:59:36.601Z | Checking match_cfg v0.1.0 |
1789 | 2024-09-06T05:59:36.634Z | Checking strum v0.26.3 |
1790 | 2024-09-06T05:59:36.689Z | Checking hostname v0.3.1 |
1791 | 2024-09-06T05:59:36.724Z | Checking toml v0.8.19 |
1792 | 2024-09-06T05:59:36.777Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1793 | 2024-09-06T05:59:36.813Z | Checking rustls-webpki v0.102.4 |
1794 | 2024-09-06T05:59:37.118Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1795 | 2024-09-06T05:59:37.255Z | Checking rustls-pemfile v2.1.3 |
1796 | 2024-09-06T05:59:37.279Z | Checking debug-ignore v1.0.5 |
1797 | 2024-09-06T05:59:37.366Z | Checking slog-json v2.6.1 |
1798 | 2024-09-06T05:59:37.414Z | Checking atomic-waker v1.1.2 |
1799 | 2024-09-06T05:59:37.487Z | Checking async-stream v0.3.5 |
1800 | 2024-09-06T05:59:37.536Z | Checking waitgroup v0.1.2 |
1801 | 2024-09-06T05:59:37.594Z | Checking slog-bunyan v2.5.0 |
1802 | 2024-09-06T05:59:37.689Z | Checking serde_path_to_error v0.1.16 |
1803 | 2024-09-06T05:59:37.754Z | Checking hostname v0.4.0 |
1804 | 2024-09-06T05:59:37.876Z | Checking fastrand v2.1.0 |
1805 | 2024-09-06T05:59:37.900Z | Checking ipnetwork v0.20.0 |
1806 | 2024-09-06T05:59:38.028Z | Checking instant v0.1.12 |
1807 | 2024-09-06T05:59:38.134Z | Compiling structmeta-derive v0.3.0 |
1808 | 2024-09-06T05:59:38.164Z | Checking tempfile v3.10.1 |
1809 | 2024-09-06T05:59:38.225Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1810 | 2024-09-06T05:59:38.249Z | Checking quick-error v1.2.3 |
1811 | 2024-09-06T05:59:38.413Z | Checking newtype-uuid v1.1.0 |
1812 | 2024-09-06T05:59:38.513Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1813 | 2024-09-06T05:59:38.634Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1814 | 2024-09-06T05:59:38.891Z | Checking macaddr v1.0.1 |
1815 | 2024-09-06T05:59:38.915Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1816 | 2024-09-06T05:59:39.089Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1817 | 2024-09-06T05:59:39.224Z | Checking backoff v0.4.0 |
1818 | 2024-09-06T05:59:39.249Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1819 | 2024-09-06T05:59:39.302Z | Compiling darling_macro v0.20.9 |
1820 | 2024-09-06T05:59:39.408Z | Checking wait-timeout v0.2.0 |
1821 | 2024-09-06T05:59:39.433Z | Checking rand_xorshift v0.3.0 |
1822 | 2024-09-06T05:59:39.484Z | Compiling structmeta-derive v0.2.0 |
1823 | 2024-09-06T05:59:39.578Z | Checking rusty-fork v0.3.0 |
1824 | 2024-09-06T05:59:39.602Z | Checking unarray v0.1.4 |
1825 | 2024-09-06T05:59:39.740Z | Checking camino-tempfile v1.1.1 |
1826 | 2024-09-06T05:59:39.840Z | Checking proptest v1.5.0 |
1827 | 2024-09-06T05:59:39.984Z | Compiling proc-macro-error v1.0.4 |
1828 | 2024-09-06T05:59:40.120Z | Compiling darling v0.20.9 |
1829 | 2024-09-06T05:59:40.240Z | Compiling serde_with_macros v3.9.0 |
1830 | 2024-09-06T05:59:40.595Z | Checking tokio-rustls v0.25.0 |
1831 | 2024-09-06T05:59:40.623Z | Compiling proc-macro-crate v1.3.1 |
1832 | 2024-09-06T05:59:40.651Z | Compiling structmeta v0.3.0 |
1833 | 2024-09-06T05:59:40.907Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1834 | 2024-09-06T05:59:41.027Z | Compiling parse-display-derive v0.10.0 |
1835 | 2024-09-06T05:59:41.250Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1836 | 2024-09-06T05:59:41.524Z | Compiling foreign-types-macros v0.2.3 |
1837 | 2024-09-06T05:59:41.585Z | Compiling num_enum_derive v0.5.11 |
1838 | 2024-09-06T05:59:41.939Z | Compiling structmeta v0.2.0 |
1839 | 2024-09-06T05:59:42.341Z | Compiling test-strategy v0.3.1 |
1840 | 2024-09-06T05:59:42.596Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1841 | 2024-09-06T05:59:42.705Z | Checking serde_with v3.9.0 |
1842 | 2024-09-06T05:59:42.862Z | Checking foreign-types-shared v0.3.1 |
1843 | 2024-09-06T05:59:42.969Z | Checking foreign-types v0.5.0 |
1844 | 2024-09-06T05:59:43.426Z | Checking cstr-argument v0.1.2 |
1845 | 2024-09-06T05:59:43.582Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1846 | 2024-09-06T05:59:43.793Z | Checking pretty-hex v0.2.1 |
1847 | 2024-09-06T05:59:43.834Z | Checking num_enum v0.5.11 |
1848 | 2024-09-06T05:59:43.945Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1849 | 2024-09-06T05:59:43.973Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1850 | 2024-09-06T05:59:44.272Z | Checking tabwriter v1.4.0 |
1851 | 2024-09-06T05:59:44.298Z | Checking colored v2.1.0 |
1852 | 2024-09-06T05:59:44.298Z | Checking socket2 v0.4.10 |
1853 | 2024-09-06T05:59:44.488Z | Checking smf v0.2.3 |
1854 | 2024-09-06T05:59:44.548Z | Compiling heapless v0.8.0 |
1855 | 2024-09-06T05:59:44.574Z | Checking termtree v0.4.1 |
1856 | 2024-09-06T05:59:44.713Z | Checking hash32 v0.3.1 |
1857 | 2024-09-06T05:59:44.764Z | Checking predicates-tree v1.0.9 |
1858 | 2024-09-06T05:59:44.890Z | Compiling smoltcp v0.11.0 |
1859 | 2024-09-06T05:59:44.919Z | Compiling crucible-workspace-hack v0.1.0 |
1860 | 2024-09-06T05:59:44.943Z | Checking cobs v0.2.3 |
1861 | 2024-09-06T05:59:44.988Z | Checking parse-display v0.10.0 |
1862 | 2024-09-06T05:59:45.124Z | Checking embedded-io v0.4.0 |
1863 | 2024-09-06T05:59:45.218Z | Checking sigpipe v0.1.3 |
1864 | 2024-09-06T05:59:45.335Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1865 | 2024-09-06T05:59:45.360Z | Checking postcard v1.0.8 |
1866 | 2024-09-06T05:59:45.388Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1867 | 2024-09-06T05:59:45.531Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1868 | 2024-09-06T05:59:45.560Z | Compiling mockall_derive v0.13.0 |
1869 | 2024-09-06T05:59:45.650Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1870 | 2024-09-06T05:59:45.697Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1871 | 2024-09-06T05:59:45.721Z | Checking humantime v2.1.0 |
1872 | 2024-09-06T05:59:45.849Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1873 | 2024-09-06T05:59:46.009Z | Compiling zone_cfg_derive v0.3.0 |
1874 | 2024-09-06T05:59:46.009Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1875 | 2024-09-06T05:59:46.060Z | Compiling num-derive v0.4.2 |
1876 | 2024-09-06T05:59:46.312Z | Checking fragile v2.0.0 |
1877 | 2024-09-06T05:59:46.340Z | Checking downcast v0.11.0 |
1878 | 2024-09-06T05:59:46.505Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1879 | 2024-09-06T05:59:46.533Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1880 | 2024-09-06T05:59:46.740Z | Checking utf-8 v0.7.6 |
1881 | 2024-09-06T05:59:46.790Z | Checking newline-converter v0.3.0 |
1882 | 2024-09-06T05:59:46.932Z | Checking tungstenite v0.21.0 |
1883 | 2024-09-06T05:59:46.957Z | Checking expectorate v1.1.0 |
1884 | 2024-09-06T05:59:47.101Z | Compiling convert_case v0.4.0 |
1885 | 2024-09-06T05:59:47.245Z | Checking zone v0.3.0 |
1886 | 2024-09-06T05:59:47.399Z | Checking same-file v1.0.6 |
1887 | 2024-09-06T05:59:47.553Z | Checking walkdir v2.5.0 |
1888 | 2024-09-06T05:59:47.683Z | Checking tokio-tungstenite v0.21.0 |
1889 | 2024-09-06T05:59:47.806Z | Checking arc-swap v1.7.1 |
1890 | 2024-09-06T05:59:47.853Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
1891 | 2024-09-06T05:59:47.906Z | Checking xattr v1.3.1 |
1892 | 2024-09-06T05:59:47.980Z | Compiling derive_more v0.99.18 |
1893 | 2024-09-06T05:59:48.091Z | Checking filetime v0.2.25 |
1894 | 2024-09-06T05:59:48.115Z | Checking termcolor v1.4.1 |
1895 | 2024-09-06T05:59:48.200Z | Checking slog-scope v4.4.0 |
1896 | 2024-09-06T05:59:48.257Z | Compiling derive-where v1.2.7 |
1897 | 2024-09-06T05:59:48.290Z | Checking tar v0.4.41 |
1898 | 2024-09-06T05:59:48.399Z | Checking slog-stdlog v4.1.1 |
1899 | 2024-09-06T05:59:48.525Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1900 | 2024-09-06T05:59:48.571Z | Checking slog-envlogger v2.2.0 |
1901 | 2024-09-06T05:59:48.773Z | Checking password-hash v0.5.0 |
1902 | 2024-09-06T05:59:48.798Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1903 | 2024-09-06T05:59:48.843Z | Checking blake2 v0.10.6 |
1904 | 2024-09-06T05:59:49.004Z | Checking num-rational v0.4.2 |
1905 | 2024-09-06T05:59:49.255Z | Checking num-complex v0.4.6 |
1906 | 2024-09-06T05:59:49.307Z | Checking argon2 v0.5.3 |
1907 | 2024-09-06T05:59:49.596Z | Checking float-ord v0.3.2 |
1908 | 2024-09-06T05:59:49.733Z | Checking atty v0.2.14 |
1909 | 2024-09-06T05:59:49.857Z | Checking pem v3.0.4 |
1910 | 2024-09-06T05:59:49.899Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1911 | 2024-09-06T05:59:50.025Z | Checking num v0.4.3 |
1912 | 2024-09-06T05:59:50.056Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1913 | 2024-09-06T05:59:50.120Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1914 | 2024-09-06T05:59:50.323Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1915 | 2024-09-06T05:59:50.619Z | Checking tungstenite v0.20.1 |
1916 | 2024-09-06T05:59:50.880Z | Checking env_logger v0.9.3 |
1917 | 2024-09-06T05:59:51.272Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1918 | 2024-09-06T05:59:51.333Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1919 | 2024-09-06T05:59:51.372Z | Checking tokio-tungstenite v0.20.1 |
1920 | 2024-09-06T05:59:51.449Z | Compiling bitstruct_derive v0.1.0 |
1921 | 2024-09-06T05:59:51.506Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1922 | 2024-09-06T05:59:51.576Z | Checking ascii v1.1.0 |
1923 | 2024-09-06T05:59:51.653Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1924 | 2024-09-06T05:59:51.769Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1925 | 2024-09-06T05:59:51.795Z | Checking atomicwrites v0.4.3 |
1926 | 2024-09-06T05:59:51.876Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1927 | 2024-09-06T05:59:51.919Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1928 | 2024-09-06T05:59:51.945Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1929 | 2024-09-06T05:59:51.979Z | Checking erased-serde v0.3.31 |
1930 | 2024-09-06T05:59:52.141Z | Checking serde_arrays v0.1.0 |
1931 | 2024-09-06T05:59:52.166Z | Compiling heck v0.3.3 |
1932 | 2024-09-06T05:59:52.286Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1933 | 2024-09-06T05:59:52.569Z | Checking mockall v0.13.0 |
1934 | 2024-09-06T05:59:52.594Z | Compiling zone_cfg_derive v0.1.2 |
1935 | 2024-09-06T05:59:52.618Z | Checking yasna v0.5.2 |
1936 | 2024-09-06T05:59:52.643Z | Checking bitstruct v0.1.1 |
1937 | 2024-09-06T05:59:52.719Z | Checking headers-core v0.2.0 |
1938 | 2024-09-06T05:59:52.755Z | Checking base64 v0.13.1 |
1939 | 2024-09-06T05:59:52.870Z | Checking headers v0.3.9 |
1940 | 2024-09-06T05:59:52.895Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1941 | 2024-09-06T05:59:53.112Z | Checking ron v0.7.1 |
1942 | 2024-09-06T05:59:53.402Z | Checking rcgen v0.12.1 |
1943 | 2024-09-06T05:59:53.822Z | Checking portpicker v0.1.1 |
1944 | 2024-09-06T05:59:53.856Z | Checking zone v0.1.8 |
1945 | 2024-09-06T05:59:53.972Z | Checking subprocess v0.2.9 |
1946 | 2024-09-06T05:59:54.004Z | Checking highway v1.2.0 |
1947 | 2024-09-06T05:59:54.037Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1948 | 2024-09-06T05:59:54.253Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1949 | 2024-09-06T05:59:54.407Z | Compiling prettyplease v0.2.20 |
1950 | 2024-09-06T05:59:54.449Z | Compiling semver v0.1.20 |
1951 | 2024-09-06T05:59:54.541Z | Checking half v2.4.1 |
1952 | 2024-09-06T05:59:54.566Z | Checking ciborium-io v0.2.2 |
1953 | 2024-09-06T05:59:54.700Z | Compiling cookie v0.18.1 |
1954 | 2024-09-06T05:59:54.776Z | Compiling rustc_version v0.1.7 |
1955 | 2024-09-06T05:59:55.004Z | Checking linked-hash-map v0.5.6 |
1956 | 2024-09-06T05:59:55.029Z | Checking ciborium-ll v0.2.2 |
1957 | 2024-09-06T05:59:55.079Z | Compiling rayon-core v1.12.1 |
1958 | 2024-09-06T05:59:55.273Z | Compiling newtype_derive v0.1.6 |
1959 | 2024-09-06T05:59:55.332Z | Checking lru-cache v0.1.2 |
1960 | 2024-09-06T05:59:55.365Z | Checking ciborium v0.2.2 |
1961 | 2024-09-06T05:59:55.409Z | Checking resolv-conf v0.7.0 |
1962 | 2024-09-06T05:59:55.511Z | Checking swrite v0.1.0 |
1963 | 2024-09-06T05:59:55.721Z | Checking hickory-resolver v0.24.1 |
1964 | 2024-09-06T05:59:55.745Z | Checking steno v0.4.1 |
1965 | 2024-09-06T05:59:56.198Z | Compiling home v0.5.9 |
1966 | 2024-09-06T05:59:57.830Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1967 | 2024-09-06T05:59:59.988Z | Compiling slog-dtrace v0.3.0 |
1968 | 2024-09-06T06:00:00.215Z | Compiling ring v0.16.20 |
1969 | 2024-09-06T06:00:00.328Z | Compiling blake3 v1.5.1 |
1970 | 2024-09-06T06:00:00.637Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1971 | 2024-09-06T06:00:00.872Z | Compiling cancel-safe-futures v0.1.5 |
1972 | 2024-09-06T06:00:00.901Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1973 | 2024-09-06T06:00:00.997Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1974 | 2024-09-06T06:00:01.600Z | Checking itertools v0.13.0 |
1975 | 2024-09-06T06:00:01.709Z | Checking universal-hash v0.5.1 |
1976 | 2024-09-06T06:00:01.773Z | Checking keccak v0.1.5 |
1977 | 2024-09-06T06:00:01.876Z | Checking opaque-debug v0.3.1 |
1978 | 2024-09-06T06:00:01.972Z | Checking secrecy v0.8.0 |
1979 | 2024-09-06T06:00:02.053Z | Checking sha3 v0.10.8 |
1980 | 2024-09-06T06:00:02.168Z | Checking libsw v3.3.1 |
1981 | 2024-09-06T06:00:02.399Z | Compiling curve25519-dalek v4.1.3 |
1982 | 2024-09-06T06:00:02.424Z | Checking linear-map v1.2.0 |
1983 | 2024-09-06T06:00:02.424Z | Checking owo-colors v4.0.0 |
1984 | 2024-09-06T06:00:02.709Z | Checking aead v0.5.2 |
1985 | 2024-09-06T06:00:02.899Z | Compiling curve25519-dalek-derive v0.1.1 |
1986 | 2024-09-06T06:00:03.052Z | Checking poly1305 v0.8.0 |
1987 | 2024-09-06T06:00:03.479Z | Checking chacha20 v0.9.1 |
1988 | 2024-09-06T06:00:03.503Z | Compiling crossbeam-deque v0.8.5 |
1989 | 2024-09-06T06:00:03.909Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1990 | 2024-09-06T06:00:04.569Z | Compiling rayon v1.10.0 |
1991 | 2024-09-06T06:00:04.716Z | Compiling memmap2 v0.9.4 |
1992 | 2024-09-06T06:00:05.114Z | Compiling untrusted v0.7.1 |
1993 | 2024-09-06T06:00:05.282Z | Compiling arrayref v0.3.7 |
1994 | 2024-09-06T06:00:05.353Z | Compiling spin v0.5.2 |
1995 | 2024-09-06T06:00:05.390Z | Compiling arrayvec v0.7.4 |
1996 | 2024-09-06T06:00:05.593Z | Compiling constant_time_eq v0.3.0 |
1997 | 2024-09-06T06:00:05.693Z | Compiling toolchain_find v0.4.0 |
1998 | 2024-09-06T06:00:05.754Z | Compiling thiserror-impl-no-std v2.0.2 |
1999 | 2024-09-06T06:00:06.155Z | Compiling topological-sort v0.2.2 |
2000 | 2024-09-06T06:00:06.279Z | Compiling rustfmt-wrapper v0.2.1 |
2001 | 2024-09-06T06:00:06.354Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2002 | 2024-09-06T06:00:06.617Z | Checking display-error-chain v0.2.1 |
2003 | 2024-09-06T06:00:06.743Z | Checking chacha20poly1305 v0.10.1 |
2004 | 2024-09-06T06:00:06.789Z | Checking nibble_vec v0.1.0 |
2005 | 2024-09-06T06:00:06.938Z | Checking endian-type v0.1.2 |
2006 | 2024-09-06T06:00:06.968Z | Checking fxhash v0.2.1 |
2007 | 2024-09-06T06:00:07.134Z | Checking maplit v1.0.2 |
2008 | 2024-09-06T06:00:07.158Z | Checking radix_trie v0.2.1 |
2009 | 2024-09-06T06:00:07.248Z | Compiling radium v0.7.0 |
2010 | 2024-09-06T06:00:07.516Z | Compiling maybe-uninit v2.0.0 |
2011 | 2024-09-06T06:00:07.625Z | Checking tap v1.0.1 |
2012 | 2024-09-06T06:00:07.779Z | Checking wyz v0.5.1 |
2013 | 2024-09-06T06:00:08.038Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2014 | 2024-09-06T06:00:08.079Z | Compiling packed_struct v0.10.1 |
2015 | 2024-09-06T06:00:08.103Z | Checking crc-catalog v2.4.0 |
2016 | 2024-09-06T06:00:08.128Z | Checking funty v2.0.0 |
2017 | 2024-09-06T06:00:08.532Z | Checking thiserror-no-std v2.0.2 |
2018 | 2024-09-06T06:00:08.593Z | Checking crc v3.2.1 |
2019 | 2024-09-06T06:00:08.650Z | Checking vsss-rs v3.3.4 |
2020 | 2024-09-06T06:00:08.719Z | Checking gethostname v0.5.0 |
2021 | 2024-09-06T06:00:08.758Z | Compiling omicron-zone-package v0.11.0 |
2022 | 2024-09-06T06:00:08.842Z | Checking kstat-rs v0.2.4 |
2023 | 2024-09-06T06:00:08.960Z | Checking bitvec v1.0.1 |
2024 | 2024-09-06T06:00:08.984Z | Compiling packed_struct_codegen v0.10.1 |
2025 | 2024-09-06T06:00:09.212Z | Compiling indexmap v1.9.3 |
2026 | 2024-09-06T06:00:09.372Z | Checking nodrop v0.1.14 |
2027 | 2024-09-06T06:00:09.481Z | Compiling libefi-sys v0.1.0 |
2028 | 2024-09-06T06:00:09.532Z | Checking array-init v0.0.4 |
2029 | 2024-09-06T06:00:09.758Z | Checking smallvec v0.6.14 |
2030 | 2024-09-06T06:00:10.083Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2031 | 2024-09-06T06:00:10.109Z | Compiling bitfield-struct v0.6.1 |
2032 | 2024-09-06T06:00:10.348Z | Checking bitfield v0.14.0 |
2033 | 2024-09-06T06:00:10.428Z | Checking hashbrown v0.12.3 |
2034 | 2024-09-06T06:00:10.681Z | Checking serde-hex v0.1.0 |
2035 | 2024-09-06T06:00:11.275Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2036 | 2024-09-06T06:00:11.326Z | Checking bzip2 v0.4.4 |
2037 | 2024-09-06T06:00:11.616Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2038 | 2024-09-06T06:00:11.693Z | Checking env_logger v0.10.2 |
2039 | 2024-09-06T06:00:11.785Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2040 | 2024-09-06T06:00:11.855Z | Checking ron v0.8.1 |
2041 | 2024-09-06T06:00:11.944Z | Checking x509-cert v0.2.5 |
2042 | 2024-09-06T06:00:12.062Z | Checking hashbrown v0.13.2 |
2043 | 2024-09-06T06:00:12.086Z | Compiling async-recursion v1.1.1 |
2044 | 2024-09-06T06:00:12.890Z | Checking crc-any v2.5.0 |
2045 | 2024-09-06T06:00:12.952Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2046 | 2024-09-06T06:00:13.068Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2047 | 2024-09-06T06:00:13.214Z | Checking object v0.30.4 |
2048 | 2024-09-06T06:00:13.293Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2049 | 2024-09-06T06:00:13.549Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2050 | 2024-09-06T06:00:13.574Z | Checking zip v0.6.6 |
2051 | 2024-09-06T06:00:13.731Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2052 | 2024-09-06T06:00:13.769Z | Compiling parking_lot_core v0.8.6 |
2053 | 2024-09-06T06:00:13.902Z | Checking path-slash v0.1.5 |
2054 | 2024-09-06T06:00:14.039Z | Checking glob v0.3.1 |
2055 | 2024-09-06T06:00:14.156Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2056 | 2024-09-06T06:00:14.220Z | Checking hickory-client v0.24.1 |
2057 | 2024-09-06T06:00:14.343Z | Checking hickory-server v0.24.1 |
2058 | 2024-09-06T06:00:14.486Z | Checking crossterm v0.28.1 |
2059 | 2024-09-06T06:00:14.513Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2060 | 2024-09-06T06:00:14.581Z | Checking parking_lot v0.11.2 |
2061 | 2024-09-06T06:00:14.644Z | Compiling buf-list v1.0.3 |
2062 | 2024-09-06T06:00:14.771Z | Compiling unicase v2.7.0 |
2063 | 2024-09-06T06:00:14.881Z | Checking sled v0.34.7 |
2064 | 2024-09-06T06:00:15.622Z | Checking nanorand v0.7.0 |
2065 | 2024-09-06T06:00:15.893Z | Compiling vte_generate_state_changes v0.1.1 |
2066 | 2024-09-06T06:00:15.944Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2067 | 2024-09-06T06:00:16.147Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2068 | 2024-09-06T06:00:16.189Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2069 | 2024-09-06T06:00:16.249Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2070 | 2024-09-06T06:00:16.480Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2071 | 2024-09-06T06:00:17.243Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2072 | 2024-09-06T06:00:17.335Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
2073 | 2024-09-06T06:00:18.309Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2074 | 2024-09-06T06:00:19.302Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2075 | 2024-09-06T06:00:19.858Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2076 | 2024-09-06T06:00:20.032Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2077 | 2024-09-06T06:00:20.518Z | Checking flume v0.11.0 |
2078 | 2024-09-06T06:00:20.915Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
2079 | 2024-09-06T06:00:21.446Z | Checking vte v0.11.1 |
2080 | 2024-09-06T06:00:21.628Z | Compiling mime_guess v2.0.4 |
2081 | 2024-09-06T06:00:21.752Z | Checking fd-lock v4.0.2 |
2082 | 2024-09-06T06:00:22.151Z | Compiling dsl_auto_type v0.1.2 |
2083 | 2024-09-06T06:00:22.474Z | Checking strip-ansi-escapes v0.2.0 |
2084 | 2024-09-06T06:00:22.614Z | Checking crossterm v0.27.0 |
2085 | 2024-09-06T06:00:22.753Z | Checking scheduled-thread-pool v0.2.7 |
2086 | 2024-09-06T06:00:22.822Z | Compiling diesel_table_macro_syntax v0.2.0 |
2087 | 2024-09-06T06:00:22.954Z | Compiling crunchy v0.2.2 |
2088 | 2024-09-06T06:00:23.200Z | Checking nu-ansi-term v0.50.0 |
2089 | 2024-09-06T06:00:23.451Z | Checking r2d2 v0.8.10 |
2090 | 2024-09-06T06:00:23.574Z | Compiling diesel_derives v2.2.2 |
2091 | 2024-09-06T06:00:23.725Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2092 | 2024-09-06T06:00:23.749Z | Compiling clang-sys v1.7.0 |
2093 | 2024-09-06T06:00:24.070Z | Checking reedline v0.33.0 |
2094 | 2024-09-06T06:00:24.163Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
2095 | 2024-09-06T06:00:24.372Z | Compiling pin-project-internal v1.1.5 |
2096 | 2024-09-06T06:00:24.396Z | Compiling tiny-keccak v2.0.2 |
2097 | 2024-09-06T06:00:24.647Z | Checking http-range v0.1.5 |
2098 | 2024-09-06T06:00:24.798Z | Checking hyper-staticfile v0.9.5 |
2099 | 2024-09-06T06:00:25.172Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82) |
2100 | 2024-09-06T06:00:25.335Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2101 | 2024-09-06T06:00:26.043Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2102 | 2024-09-06T06:00:26.302Z | Compiling ref-cast v1.0.23 |
2103 | 2024-09-06T06:00:26.917Z | Compiling ascii-canvas v3.0.0 |
2104 | 2024-09-06T06:00:26.942Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2105 | 2024-09-06T06:00:26.996Z | Checking pin-project v1.1.5 |
2106 | 2024-09-06T06:00:27.130Z | Compiling ena v0.14.3 |
2107 | 2024-09-06T06:00:27.261Z | Compiling ref-cast-impl v1.0.23 |
2108 | 2024-09-06T06:00:27.474Z | Compiling libloading v0.8.3 |
2109 | 2024-09-06T06:00:27.504Z | Compiling regex-syntax v0.6.29 |
2110 | 2024-09-06T06:00:27.851Z | Compiling bindgen v0.69.4 |
2111 | 2024-09-06T06:00:28.250Z | Checking bytecount v0.6.8 |
2112 | 2024-09-06T06:00:28.404Z | Compiling diff v0.1.13 |
2113 | 2024-09-06T06:00:28.654Z | Checking papergrid v0.11.0 |
2114 | 2024-09-06T06:00:29.170Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2115 | 2024-09-06T06:00:30.082Z | Compiling which v4.4.2 |
2116 | 2024-09-06T06:00:30.663Z | Compiling lalrpop v0.19.12 |
2117 | 2024-09-06T06:00:32.487Z | Compiling tabled_derive v0.7.0 |
2118 | 2024-09-06T06:00:32.852Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2119 | 2024-09-06T06:00:33.556Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2120 | 2024-09-06T06:00:35.882Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2121 | 2024-09-06T06:00:37.439Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2122 | 2024-09-06T06:00:37.569Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2123 | 2024-09-06T06:00:38.277Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2124 | 2024-09-06T06:00:38.444Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2125 | 2024-09-06T06:00:39.280Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2126 | 2024-09-06T06:00:39.306Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2127 | 2024-09-06T06:00:39.503Z | Checking diesel v2.2.3 |
2128 | 2024-09-06T06:00:39.790Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2129 | 2024-09-06T06:00:39.859Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2130 | 2024-09-06T06:00:40.147Z | Compiling cexpr v0.6.0 |
2131 | 2024-09-06T06:00:41.024Z | Compiling rustc-hash v1.1.0 |
2132 | 2024-09-06T06:00:41.166Z | Compiling cfg_aliases v0.1.1 |
2133 | 2024-09-06T06:00:41.267Z | Compiling lazycell v1.3.0 |
2134 | 2024-09-06T06:00:41.427Z | Compiling shlex v1.3.0 |
2135 | 2024-09-06T06:00:41.808Z | Compiling nix v0.28.0 |
2136 | 2024-09-06T06:00:41.889Z | Checking tabled v0.15.0 |
2137 | 2024-09-06T06:00:42.905Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2138 | 2024-09-06T06:00:43.069Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2139 | 2024-09-06T06:00:43.342Z | Compiling derive_builder_core v0.20.0 |
2140 | 2024-09-06T06:00:43.445Z | Checking signal-hook-tokio v0.3.1 |
2141 | 2024-09-06T06:00:43.603Z | Compiling libxml v0.3.3 |
2142 | 2024-09-06T06:00:43.956Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2143 | 2024-09-06T06:00:45.015Z | Compiling strum_macros v0.24.3 |
2144 | 2024-09-06T06:00:45.290Z | Compiling derive_builder_macro v0.20.0 |
2145 | 2024-09-06T06:00:46.008Z | Compiling memoffset v0.9.1 |
2146 | 2024-09-06T06:00:46.338Z | Compiling indoc v1.0.9 |
2147 | 2024-09-06T06:00:46.763Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2148 | 2024-09-06T06:00:47.163Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2149 | 2024-09-06T06:00:47.417Z | Checking derive_builder v0.20.0 |
2150 | 2024-09-06T06:00:47.605Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2151 | 2024-09-06T06:00:47.695Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2152 | 2024-09-06T06:00:48.347Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2153 | 2024-09-06T06:00:49.022Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2154 | 2024-09-06T06:00:49.576Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2155 | 2024-09-06T06:00:49.749Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2156 | 2024-09-06T06:00:50.092Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2157 | 2024-09-06T06:00:50.409Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2158 | 2024-09-06T06:00:50.625Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2159 | 2024-09-06T06:00:51.607Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2160 | 2024-09-06T06:00:52.721Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2161 | 2024-09-06T06:00:52.774Z | Checking quick-xml v0.31.0 |
2162 | 2024-09-06T06:00:52.984Z | Compiling peg-macros v0.8.4 |
2163 | 2024-09-06T06:00:54.528Z | Compiling snafu-derive v0.8.2 |
2164 | 2024-09-06T06:00:55.873Z | Compiling oso-derive v0.27.3 |
2165 | 2024-09-06T06:00:55.898Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2166 | 2024-09-06T06:00:56.724Z | Compiling impl-trait-for-tuples v0.2.2 |
2167 | 2024-09-06T06:00:57.033Z | Compiling sqlparser_derive v0.2.2 |
2168 | 2024-09-06T06:00:57.889Z | Compiling dropshot v0.10.1 |
2169 | 2024-09-06T06:00:58.163Z | Checking unicode_categories v0.1.1 |
2170 | 2024-09-06T06:00:58.467Z | Checking sqlformat v0.2.4 |
2171 | 2024-09-06T06:00:59.095Z | Checking snafu v0.8.2 |
2172 | 2024-09-06T06:00:59.598Z | Checking sqlparser v0.45.0 |
2173 | 2024-09-06T06:00:59.929Z | Checking peg v0.8.4 |
2174 | 2024-09-06T06:01:00.066Z | Checking rustyline v14.0.0 |
2175 | 2024-09-06T06:01:01.570Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2176 | 2024-09-06T06:01:02.265Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2177 | 2024-09-06T06:01:02.714Z | Checking tungstenite v0.23.0 |
2178 | 2024-09-06T06:01:03.055Z | Checking globset v0.4.14 |
2179 | 2024-09-06T06:01:03.406Z | Checking olpc-cjson v0.1.3 |
2180 | 2024-09-06T06:01:03.506Z | Checking serde_plain v1.0.2 |
2181 | 2024-09-06T06:01:03.530Z | Checking bcs v0.1.6 |
2182 | 2024-09-06T06:01:03.630Z | Compiling dropshot_endpoint v0.10.1 |
2183 | 2024-09-06T06:01:03.729Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2184 | 2024-09-06T06:01:03.929Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2185 | 2024-09-06T06:01:03.992Z | Checking typed-path v0.7.1 |
2186 | 2024-09-06T06:01:04.363Z | Checking tokio-tungstenite v0.23.1 |
2187 | 2024-09-06T06:01:04.768Z | Checking nix v0.27.1 |
2188 | 2024-09-06T06:01:05.635Z | Checking tough v0.17.1 |
2189 | 2024-09-06T06:01:05.840Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2190 | 2024-09-06T06:01:06.056Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2191 | 2024-09-06T06:01:06.304Z | Checking bb8 v0.8.5 |
2192 | 2024-09-06T06:01:06.699Z | Checking serde-big-array v0.5.1 |
2193 | 2024-09-06T06:01:06.901Z | Compiling const_format_proc_macros v0.2.32 |
2194 | 2024-09-06T06:01:07.070Z | Checking parse-size v1.0.0 |
2195 | 2024-09-06T06:01:07.238Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2196 | 2024-09-06T06:01:07.910Z | Checking async-bb8-diesel v0.2.1 |
2197 | 2024-09-06T06:01:08.343Z | Checking qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783) |
2198 | 2024-09-06T06:01:08.374Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2199 | 2024-09-06T06:01:08.686Z | Checking const_format v0.2.32 |
2200 | 2024-09-06T06:01:09.612Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2201 | 2024-09-06T06:01:10.104Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2202 | 2024-09-06T06:01:11.289Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2203 | 2024-09-06T06:01:12.145Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2204 | 2024-09-06T06:01:12.189Z | Checking assert_matches v1.5.0 |
2205 | 2024-09-06T06:01:12.296Z | Checking heck v0.4.1 |
2206 | 2024-09-06T06:01:12.382Z | Compiling portable-atomic v1.6.0 |
2207 | 2024-09-06T06:01:12.504Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2208 | 2024-09-06T06:01:12.754Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2209 | 2024-09-06T06:01:12.865Z | Checking rand_seeder v0.3.0 |
2210 | 2024-09-06T06:01:13.072Z | Compiling libz-sys v1.1.16 |
2211 | 2024-09-06T06:01:13.247Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2212 | 2024-09-06T06:01:13.763Z | Checking number_prefix v0.4.0 |
2213 | 2024-09-06T06:01:13.952Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2214 | 2024-09-06T06:01:14.178Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2215 | 2024-09-06T06:01:14.287Z | Checking indicatif v0.17.8 |
2216 | 2024-09-06T06:01:15.102Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2217 | 2024-09-06T06:01:15.262Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2218 | 2024-09-06T06:01:16.098Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2219 | 2024-09-06T06:01:16.239Z | Compiling vergen v8.3.2 |
2220 | 2024-09-06T06:01:16.510Z | Compiling cargo-platform v0.1.8 |
2221 | 2024-09-06T06:01:16.538Z | Checking smawk v0.3.2 |
2222 | 2024-09-06T06:01:16.727Z | Checking is_ci v1.2.0 |
2223 | 2024-09-06T06:01:16.861Z | Checking unicode-linebreak v0.1.5 |
2224 | 2024-09-06T06:01:17.024Z | Checking supports-color v3.0.0 |
2225 | 2024-09-06T06:01:17.211Z | Compiling cargo_metadata v0.18.1 |
2226 | 2024-09-06T06:01:17.235Z | Checking textwrap v0.16.1 |
2227 | 2024-09-06T06:01:17.297Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2228 | 2024-09-06T06:01:17.577Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2229 | 2024-09-06T06:01:18.965Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2230 | 2024-09-06T06:01:18.990Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2231 | 2024-09-06T06:01:19.157Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2232 | 2024-09-06T06:01:19.251Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2233 | 2024-09-06T06:01:19.825Z | Checking castaway v0.2.3 |
2234 | 2024-09-06T06:01:19.987Z | Compiling libsqlite3-sys v0.28.0 |
2235 | 2024-09-06T06:01:20.048Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2236 | 2024-09-06T06:01:20.261Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2237 | 2024-09-06T06:01:20.444Z | Compiling cfg_aliases v0.2.1 |
2238 | 2024-09-06T06:01:20.563Z | Compiling nix v0.29.0 |
2239 | 2024-09-06T06:01:21.358Z | Checking compact_str v0.8.0 |
2240 | 2024-09-06T06:01:21.423Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2241 | 2024-09-06T06:01:22.102Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2242 | 2024-09-06T06:01:22.373Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2243 | 2024-09-06T06:01:22.638Z | Checking unicode-truncate v1.0.0 |
2244 | 2024-09-06T06:01:22.885Z | Checking lru v0.12.3 |
2245 | 2024-09-06T06:01:23.026Z | Compiling instability v0.3.2 |
2246 | 2024-09-06T06:01:23.177Z | Checking cassowary v0.3.0 |
2247 | 2024-09-06T06:01:23.930Z | Checking ratatui v0.28.0 |
2248 | 2024-09-06T06:01:24.079Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2249 | 2024-09-06T06:01:24.110Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2250 | 2024-09-06T06:01:24.987Z | Checking hashlink v0.9.1 |
2251 | 2024-09-06T06:01:25.131Z | Checking fallible-streaming-iterator v0.1.9 |
2252 | 2024-09-06T06:01:25.349Z | Checking fallible-iterator v0.3.0 |
2253 | 2024-09-06T06:01:25.880Z | Checking rusqlite v0.31.0 |
2254 | 2024-09-06T06:01:25.991Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2255 | 2024-09-06T06:01:26.269Z | Checking twox-hash v1.6.3 |
2256 | 2024-09-06T06:01:26.507Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2257 | 2024-09-06T06:01:26.693Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
2258 | 2024-09-06T06:01:27.211Z | Checking fatfs v0.3.6 |
2259 | 2024-09-06T06:01:28.088Z | Checking csv-core v0.1.11 |
2260 | 2024-09-06T06:01:28.125Z | Checking shell-words v1.1.0 |
2261 | 2024-09-06T06:01:28.304Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2262 | 2024-09-06T06:01:28.424Z | Checking csv v1.3.0 |
2263 | 2024-09-06T06:01:29.426Z | Checking rtoolbox v0.0.2 |
2264 | 2024-09-06T06:01:29.608Z | Checking rpassword v7.3.1 |
2265 | 2024-09-06T06:01:31.050Z | Checking tui-tree-widget v0.22.0 |
2266 | 2024-09-06T06:01:31.349Z | Checking polyval v0.6.2 |
2267 | 2024-09-06T06:01:31.603Z | Checking rfc6979 v0.4.0 |
2268 | 2024-09-06T06:01:31.778Z | Checking plotters-backend v0.3.5 |
2269 | 2024-09-06T06:01:32.110Z | Checking plotters-svg v0.3.5 |
2270 | 2024-09-06T06:01:32.307Z | Checking ecdsa v0.16.9 |
2271 | 2024-09-06T06:01:32.919Z | Checking ghash v0.5.1 |
2272 | 2024-09-06T06:01:33.083Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2273 | 2024-09-06T06:01:34.153Z | Checking primeorder v0.13.6 |
2274 | 2024-09-06T06:01:34.569Z | Checking ctr v0.9.2 |
2275 | 2024-09-06T06:01:34.799Z | Checking yansi v0.5.1 |
2276 | 2024-09-06T06:01:34.870Z | Checking cast v0.3.0 |
2277 | 2024-09-06T06:01:35.421Z | Checking pretty_assertions v1.4.0 |
2278 | 2024-09-06T06:01:35.590Z | Checking criterion-plot v0.5.0 |
2279 | 2024-09-06T06:01:35.634Z | Checking aes-gcm v0.10.3 |
2280 | 2024-09-06T06:01:35.887Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2281 | 2024-09-06T06:01:36.069Z | Checking plotters v0.3.5 |
2282 | 2024-09-06T06:01:37.607Z | Checking ed25519 v2.2.3 |
2283 | 2024-09-06T06:01:37.886Z | Checking ssh-encoding v0.2.0 |
2284 | 2024-09-06T06:01:38.186Z | Checking tinytemplate v1.2.1 |
2285 | 2024-09-06T06:01:38.590Z | Checking blowfish v0.9.1 |
2286 | 2024-09-06T06:01:38.823Z | Checking oorandom v11.1.3 |
2287 | 2024-09-06T06:01:38.981Z | Checking anes v0.1.6 |
2288 | 2024-09-06T06:01:39.315Z | Checking criterion v0.5.1 |
2289 | 2024-09-06T06:01:41.632Z | Checking bcrypt-pbkdf v0.10.0 |
2290 | 2024-09-06T06:01:41.747Z | Checking ssh-cipher v0.2.0 |
2291 | 2024-09-06T06:01:41.879Z | Checking ed25519-dalek v2.1.1 |
2292 | 2024-09-06T06:01:41.904Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2293 | 2024-09-06T06:01:42.021Z | Checking password-hash v0.4.2 |
2294 | 2024-09-06T06:01:42.222Z | Checking hex-literal v0.4.1 |
2295 | 2024-09-06T06:01:42.358Z | Checking matches v0.1.10 |
2296 | 2024-09-06T06:01:42.408Z | Checking pbkdf2 v0.11.0 |
2297 | 2024-09-06T06:01:42.463Z | Checking idna v0.2.3 |
2298 | 2024-09-06T06:01:42.674Z | Checking ssh-key v0.6.6 |
2299 | 2024-09-06T06:01:43.131Z | Checking p256 v0.13.2 |
2300 | 2024-09-06T06:01:43.200Z | Checking p384 v0.13.0 |
2301 | 2024-09-06T06:01:43.595Z | Checking p521 v0.13.3 |
2302 | 2024-09-06T06:01:44.141Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2303 | 2024-09-06T06:01:44.166Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2304 | 2024-09-06T06:01:44.703Z | Checking russh-cryptovec v0.7.2 |
2305 | 2024-09-06T06:01:44.829Z | Compiling enum-as-inner v0.5.1 |
2306 | 2024-09-06T06:01:44.904Z | Compiling target-lexicon v0.12.16 |
2307 | 2024-09-06T06:01:45.695Z | Checking md5 v0.7.0 |
2308 | 2024-09-06T06:01:45.763Z | Compiling doc-comment v0.3.3 |
2309 | 2024-09-06T06:01:45.902Z | Checking trust-dns-proto v0.22.0 |
2310 | 2024-09-06T06:01:45.948Z | Checking russh-keys v0.45.0 |
2311 | 2024-09-06T06:01:46.445Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2312 | 2024-09-06T06:01:47.117Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2313 | 2024-09-06T06:01:47.792Z | Checking http-body v1.0.0 |
2314 | 2024-09-06T06:01:47.909Z | Checking num-bigint v0.4.5 |
2315 | 2024-09-06T06:01:48.001Z | Checking des v0.8.1 |
2316 | 2024-09-06T06:01:48.244Z | Compiling assert_cmd v2.0.16 |
2317 | 2024-09-06T06:01:48.647Z | Compiling dhcproto-macros v0.1.0 |
2318 | 2024-09-06T06:01:49.140Z | Checking regex-automata v0.1.10 |
2319 | 2024-09-06T06:01:49.456Z | Checking tower-layer v0.3.2 |
2320 | 2024-09-06T06:01:49.507Z | Compiling guppy-workspace-hack v0.1.0 |
2321 | 2024-09-06T06:01:49.687Z | Checking tower v0.4.13 |
2322 | 2024-09-06T06:01:49.811Z | Checking bstr v0.2.17 |
2323 | 2024-09-06T06:01:50.010Z | Checking russh v0.45.0 |
2324 | 2024-09-06T06:01:50.333Z | Checking dhcproto v0.12.0 |
2325 | 2024-09-06T06:01:50.564Z | Checking hyper v1.3.1 |
2326 | 2024-09-06T06:01:51.627Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2327 | 2024-09-06T06:01:51.975Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2328 | 2024-09-06T06:01:52.147Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2329 | 2024-09-06T06:01:52.737Z | Checking internet-checksum v0.2.1 |
2330 | 2024-09-06T06:01:52.861Z | Compiling target-spec v3.2.1 |
2331 | 2024-09-06T06:01:53.453Z | Checking cfg-expr v0.16.0 |
2332 | 2024-09-06T06:01:54.127Z | Checking hyper-util v0.1.3 |
2333 | 2024-09-06T06:01:54.317Z | Checking httptest v0.15.5 |
2334 | 2024-09-06T06:01:54.630Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2335 | 2024-09-06T06:01:54.958Z | Checking rustls-native-certs v0.7.0 |
2336 | 2024-09-06T06:01:55.100Z | Checking num_cpus v1.16.0 |
2337 | 2024-09-06T06:01:55.430Z | Checking hyper-rustls v0.26.0 |
2338 | 2024-09-06T06:01:55.722Z | Checking threadpool v1.8.1 |
2339 | 2024-09-06T06:01:56.227Z | Checking pathdiff v0.2.1 |
2340 | 2024-09-06T06:01:56.374Z | Compiling toml_edit v0.21.1 |
2341 | 2024-09-06T06:01:56.852Z | Compiling rstest_macros v0.22.0 |
2342 | 2024-09-06T06:01:56.904Z | Compiling samael v0.0.15 |
2343 | 2024-09-06T06:01:57.300Z | Checking escape8259 v0.5.2 |
2344 | 2024-09-06T06:01:57.480Z | Checking nested v0.1.1 |
2345 | 2024-09-06T06:01:57.686Z | Checking guppy v0.17.7 |
2346 | 2024-09-06T06:01:58.255Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2347 | 2024-09-06T06:01:59.529Z | Compiling proc-macro-crate v3.1.0 |
2348 | 2024-09-06T06:02:00.773Z | Checking libtest-mimic v0.7.3 |
2349 | 2024-09-06T06:02:00.984Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2350 | 2024-09-06T06:02:01.174Z | Checking similar-asserts v1.5.0 |
2351 | 2024-09-06T06:02:01.263Z | Checking fancy-regex v0.13.0 |
2352 | 2024-09-06T06:02:01.396Z | Compiling trybuild v1.0.99 |
2353 | 2024-09-06T06:02:01.682Z | Compiling git2 v0.19.0 |
2354 | 2024-09-06T06:02:01.817Z | Compiling relative-path v1.9.3 |
2355 | 2024-09-06T06:02:01.913Z | Checking datatest-stable v0.2.9 |
2356 | 2024-09-06T06:02:02.242Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2357 | 2024-09-06T06:02:02.272Z | Checking blake2b_simd v1.0.2 |
2358 | 2024-09-06T06:02:02.985Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2359 | 2024-09-06T06:02:03.399Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2360 | 2024-09-06T06:02:03.665Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2361 | 2024-09-06T06:02:03.934Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2362 | 2024-09-06T06:02:04.244Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2363 | 2024-09-06T06:02:04.717Z | Checking serde_tokenstream v0.2.2 |
2364 | 2024-09-06T06:02:04.887Z | Checking uzers v0.11.3 |
2365 | 2024-09-06T06:02:05.060Z | Checking indent_write v2.2.0 |
2366 | 2024-09-06T06:02:05.213Z | Checking futures-timer v3.0.3 |
2367 | 2024-09-06T06:02:05.368Z | Checking rust-argon2 v2.1.0 |
2368 | 2024-09-06T06:02:05.772Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2369 | 2024-09-06T06:02:05.921Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2370 | 2024-09-06T06:02:07.168Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2371 | 2024-09-06T06:02:07.669Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2372 | 2024-09-06T06:02:07.919Z | Checking rand_distr v0.4.3 |
2373 | 2024-09-06T06:02:08.317Z | Checking multimap v0.10.0 |
2374 | 2024-09-06T06:02:08.548Z | Checking approx v0.5.1 |
2375 | 2024-09-06T06:02:08.623Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2376 | 2024-09-06T06:02:08.759Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2377 | 2024-09-06T06:02:09.816Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82) |
2378 | 2024-09-06T06:02:09.878Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2379 | 2024-09-06T06:02:10.206Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2380 | 2024-09-06T06:02:10.665Z | Checking partial-io v0.5.4 |
2381 | 2024-09-06T06:02:10.892Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2382 | 2024-09-06T06:02:10.992Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2383 | 2024-09-06T06:02:11.262Z | Checking cargo_toml v0.20.4 |
2384 | 2024-09-06T06:02:11.286Z | Checking termios v0.3.3 |
2385 | 2024-09-06T06:02:11.286Z | Checking rstest v0.22.0 |
2386 | 2024-09-06T06:02:11.517Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2387 | 2024-09-06T06:02:11.550Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2388 | 2024-09-06T06:02:12.981Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2389 | 2024-09-06T06:02:26.195Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2390 | 2024-09-06T06:02:28.751Z | Compiling polar-core v0.27.3 |
2391 | 2024-09-06T06:02:30.996Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2392 | 2024-09-06T06:02:37.842Z | Checking oso v0.27.3 |
2393 | 2024-09-06T06:02:53.134Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2394 | 2024-09-06T06:02:54.057Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2395 | 2024-09-06T06:02:54.259Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2396 | 2024-09-06T06:03:24.503Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2397 | 2024-09-06T06:03:24.503Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2398 | 2024-09-06T06:03:24.528Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2399 | 2024-09-06T06:04:55.824Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 49s |
2400 | 2024-09-06T06:04:56.204Z | |
2401 | 2024-09-06T06:04:56.204Z | real 5:55.403240292 |
2402 | 2024-09-06T06:04:56.229Z | user 30:37.102107174 |
2403 | 2024-09-06T06:04:56.229Z | sys 5:45.417141653 |
2404 | 2024-09-06T06:04:56.229Z | trap 0.880433958 |
2405 | 2024-09-06T06:04:56.229Z | tflt 1.452695543 |
2406 | 2024-09-06T06:04:56.229Z | dflt 0.364288859 |
2407 | 2024-09-06T06:04:56.229Z | kflt 0.007805563 |
2408 | 2024-09-06T06:04:56.229Z | lock 47:11.775167617 |
2409 | 2024-09-06T06:04:56.229Z | slp 1:48:35.134950233 |
2410 | 2024-09-06T06:04:56.229Z | lat 1:39.182423517 |
2411 | 2024-09-06T06:04:56.229Z | stop 5:20.363301222 |
2412 | 2024-09-06T06:04:56.229Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2413 | 2024-09-06T06:04:56.229Z | + ptime -m cargo doc --workspace --no-deps |
2414 | 2024-09-06T06:04:57.687Z | warning: output filename collision. |
2415 | 2024-09-06T06:04:57.687Z | 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)`. |
2416 | 2024-09-06T06:04:57.687Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2417 | 2024-09-06T06:04:57.687Z | The targets should have unique names. |
2418 | 2024-09-06T06:04:57.687Z | This is a known bug where multiple crates with the same name use |
2419 | 2024-09-06T06:04:57.687Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2420 | 2024-09-06T06:04:58.274Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2421 | 2024-09-06T06:04:58.308Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2422 | 2024-09-06T06:04:58.333Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2423 | 2024-09-06T06:04:58.375Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2424 | 2024-09-06T06:04:58.409Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2425 | 2024-09-06T06:04:58.409Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2426 | 2024-09-06T06:04:58.579Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2427 | 2024-09-06T06:04:58.711Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2428 | 2024-09-06T06:04:58.711Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2429 | 2024-09-06T06:04:58.711Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2430 | 2024-09-06T06:04:58.771Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2431 | 2024-09-06T06:04:58.983Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2432 | 2024-09-06T06:04:59.008Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2433 | 2024-09-06T06:04:59.303Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2434 | 2024-09-06T06:04:59.462Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2435 | 2024-09-06T06:05:00.299Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2436 | 2024-09-06T06:05:02.104Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2437 | 2024-09-06T06:05:02.414Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2438 | 2024-09-06T06:05:02.506Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2439 | 2024-09-06T06:05:02.661Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2440 | 2024-09-06T06:05:02.718Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2441 | 2024-09-06T06:05:02.774Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2442 | 2024-09-06T06:05:03.002Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2443 | 2024-09-06T06:05:03.056Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2444 | 2024-09-06T06:05:03.139Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2445 | 2024-09-06T06:05:03.347Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2446 | 2024-09-06T06:05:03.529Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2447 | 2024-09-06T06:05:03.700Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2448 | 2024-09-06T06:05:03.799Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2449 | 2024-09-06T06:05:04.074Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2450 | 2024-09-06T06:05:04.343Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2451 | 2024-09-06T06:05:04.517Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2452 | 2024-09-06T06:05:04.543Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2453 | 2024-09-06T06:05:04.771Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2454 | 2024-09-06T06:05:04.828Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2455 | 2024-09-06T06:05:05.132Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2456 | 2024-09-06T06:05:05.164Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2457 | 2024-09-06T06:05:05.352Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2458 | 2024-09-06T06:05:05.430Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2459 | 2024-09-06T06:05:05.658Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2460 | 2024-09-06T06:05:05.685Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2461 | 2024-09-06T06:05:05.720Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2462 | 2024-09-06T06:05:09.703Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2463 | 2024-09-06T06:05:10.275Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2464 | 2024-09-06T06:05:10.392Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2465 | 2024-09-06T06:05:10.894Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2466 | 2024-09-06T06:05:12.201Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2467 | 2024-09-06T06:05:12.529Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2468 | 2024-09-06T06:05:12.618Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2469 | 2024-09-06T06:05:12.953Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2470 | 2024-09-06T06:05:13.855Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2471 | 2024-09-06T06:05:17.482Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2472 | 2024-09-06T06:05:18.914Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2473 | 2024-09-06T06:05:19.384Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2474 | 2024-09-06T06:05:19.421Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2475 | 2024-09-06T06:05:19.887Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2476 | 2024-09-06T06:05:19.960Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2477 | 2024-09-06T06:05:20.266Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2478 | 2024-09-06T06:05:21.197Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2479 | 2024-09-06T06:05:21.491Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2480 | 2024-09-06T06:05:21.547Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2481 | 2024-09-06T06:05:21.858Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2482 | 2024-09-06T06:05:22.084Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2483 | 2024-09-06T06:05:22.456Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2484 | 2024-09-06T06:05:22.609Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2485 | 2024-09-06T06:05:23.019Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2486 | 2024-09-06T06:05:23.093Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2487 | 2024-09-06T06:05:23.118Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2488 | 2024-09-06T06:05:23.510Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2489 | 2024-09-06T06:05:23.607Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2490 | 2024-09-06T06:05:23.996Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2491 | 2024-09-06T06:05:24.020Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2492 | 2024-09-06T06:05:24.151Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2493 | 2024-09-06T06:05:24.619Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2494 | 2024-09-06T06:05:24.655Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2495 | 2024-09-06T06:05:25.103Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2496 | 2024-09-06T06:05:25.618Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2497 | 2024-09-06T06:05:25.642Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2498 | 2024-09-06T06:05:25.700Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2499 | 2024-09-06T06:05:25.726Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2500 | 2024-09-06T06:05:25.790Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2501 | 2024-09-06T06:05:26.307Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2502 | 2024-09-06T06:05:26.485Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2503 | 2024-09-06T06:05:26.509Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2504 | 2024-09-06T06:05:27.456Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2505 | 2024-09-06T06:05:27.640Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2506 | 2024-09-06T06:05:27.917Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2507 | 2024-09-06T06:05:28.475Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2508 | 2024-09-06T06:05:29.041Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2509 | 2024-09-06T06:05:29.931Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2510 | 2024-09-06T06:05:30.120Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2511 | 2024-09-06T06:05:30.230Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2512 | 2024-09-06T06:05:30.557Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2513 | 2024-09-06T06:05:31.185Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2514 | 2024-09-06T06:05:31.255Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2515 | 2024-09-06T06:05:33.131Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2516 | 2024-09-06T06:05:33.789Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2517 | 2024-09-06T06:05:34.762Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2518 | 2024-09-06T06:05:35.240Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2519 | 2024-09-06T06:05:35.433Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2520 | 2024-09-06T06:05:38.376Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2521 | 2024-09-06T06:05:40.208Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2522 | 2024-09-06T06:05:41.119Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2523 | 2024-09-06T06:05:41.143Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2524 | 2024-09-06T06:05:41.639Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2525 | 2024-09-06T06:05:46.511Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2526 | 2024-09-06T06:05:51.666Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2527 | 2024-09-06T06:05:58.020Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2528 | 2024-09-06T06:05:59.132Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2529 | 2024-09-06T06:06:29.861Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2530 | 2024-09-06T06:06:32.173Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2531 | 2024-09-06T06:06:33.324Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2532 | 2024-09-06T06:06:35.238Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2533 | 2024-09-06T06:06:38.181Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2534 | 2024-09-06T06:06:40.743Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2535 | 2024-09-06T06:06:41.262Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2536 | 2024-09-06T06:07:00.295Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2537 | 2024-09-06T06:07:00.587Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2538 | 2024-09-06T06:07:02.745Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2539 | 2024-09-06T06:07:06.228Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2540 | 2024-09-06T06:07:06.503Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2541 | 2024-09-06T06:07:06.695Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2542 | 2024-09-06T06:07:07.410Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2543 | 2024-09-06T06:07:09.042Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2544 | 2024-09-06T06:07:12.303Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2545 | 2024-09-06T06:07:15.706Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2546 | 2024-09-06T06:07:21.490Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2547 | 2024-09-06T06:07:42.496Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2548 | 2024-09-06T06:07:44.590Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2549 | 2024-09-06T06:07:48.187Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2550 | 2024-09-06T06:07:48.936Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2551 | 2024-09-06T06:07:51.023Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2552 | 2024-09-06T06:07:59.025Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2553 | 2024-09-06T06:08:03.621Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2554 | 2024-09-06T06:08:06.266Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2555 | 2024-09-06T06:08:10.777Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2556 | 2024-09-06T06:08:13.393Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2557 | 2024-09-06T06:08:18.568Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2558 | 2024-09-06T06:08:20.382Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2559 | 2024-09-06T06:08:21.133Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2560 | 2024-09-06T06:08:25.548Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2561 | 2024-09-06T06:08:33.613Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2562 | 2024-09-06T06:08:34.508Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2563 | 2024-09-06T06:08:34.817Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2564 | 2024-09-06T06:08:39.759Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2565 | 2024-09-06T06:08:47.369Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2566 | 2024-09-06T06:08:48.549Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2567 | 2024-09-06T06:08:55.714Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2568 | 2024-09-06T06:08:55.924Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2569 | 2024-09-06T06:08:56.091Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2570 | 2024-09-06T06:08:56.771Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2571 | 2024-09-06T06:08:57.213Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2572 | 2024-09-06T06:09:07.668Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2573 | 2024-09-06T06:09:08.923Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2574 | 2024-09-06T06:09:09.281Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2575 | 2024-09-06T06:09:09.342Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2576 | 2024-09-06T06:09:15.334Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2577 | 2024-09-06T06:09:18.864Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2578 | 2024-09-06T06:09:19.179Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2579 | 2024-09-06T06:09:22.185Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2580 | 2024-09-06T06:09:24.912Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2581 | 2024-09-06T06:09:31.804Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2582 | 2024-09-06T06:09:31.960Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2583 | 2024-09-06T06:09:35.092Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2584 | 2024-09-06T06:09:36.095Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2585 | 2024-09-06T06:09:36.939Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2586 | 2024-09-06T06:09:37.169Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2587 | 2024-09-06T06:09:37.391Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2588 | 2024-09-06T06:09:42.705Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2589 | 2024-09-06T06:09:46.727Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2590 | 2024-09-06T06:09:50.742Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2591 | 2024-09-06T06:09:52.187Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2592 | 2024-09-06T06:09:52.414Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2593 | 2024-09-06T06:09:52.654Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2594 | 2024-09-06T06:09:53.449Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2595 | 2024-09-06T06:10:00.655Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2596 | 2024-09-06T06:10:02.746Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2597 | 2024-09-06T06:10:03.310Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2598 | 2024-09-06T06:10:05.206Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2599 | 2024-09-06T06:10:05.454Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2600 | 2024-09-06T06:10:06.736Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2601 | 2024-09-06T06:10:08.841Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2602 | 2024-09-06T06:10:09.911Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2603 | 2024-09-06T06:10:13.182Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2604 | 2024-09-06T06:10:15.978Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2605 | 2024-09-06T06:10:17.037Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2606 | 2024-09-06T06:10:17.356Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2607 | 2024-09-06T06:10:17.437Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2608 | 2024-09-06T06:10:18.200Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2609 | 2024-09-06T06:10:23.350Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2610 | 2024-09-06T06:10:25.715Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2611 | 2024-09-06T06:10:28.634Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2612 | 2024-09-06T06:10:29.135Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2613 | 2024-09-06T06:10:29.973Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2614 | 2024-09-06T06:10:31.141Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2615 | 2024-09-06T06:10:32.594Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2616 | 2024-09-06T06:10:32.676Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2617 | 2024-09-06T06:10:33.618Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2618 | 2024-09-06T06:10:34.364Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2619 | 2024-09-06T06:10:34.401Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2620 | 2024-09-06T06:10:35.155Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2621 | 2024-09-06T06:10:36.538Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2622 | 2024-09-06T06:10:37.137Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2623 | 2024-09-06T06:10:37.755Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2624 | 2024-09-06T06:10:39.376Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2625 | 2024-09-06T06:10:41.467Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2626 | 2024-09-06T06:10:42.505Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2627 | 2024-09-06T06:10:43.701Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2628 | 2024-09-06T06:11:10.956Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 14s |
2629 | 2024-09-06T06:11:11.093Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 126 other files |
2630 | 2024-09-06T06:11:11.159Z | |
2631 | 2024-09-06T06:11:11.159Z | real 6:14.905662552 |
2632 | 2024-09-06T06:11:11.159Z | user 19:27.797556395 |
2633 | 2024-09-06T06:11:11.159Z | sys 26:41.165272635 |
2634 | 2024-09-06T06:11:11.159Z | trap 0.377971216 |
2635 | 2024-09-06T06:11:11.183Z | tflt 0.130112588 |
2636 | 2024-09-06T06:11:11.184Z | dflt 0.383346343 |
2637 | 2024-09-06T06:11:11.184Z | kflt 0.000264087 |
2638 | 2024-09-06T06:11:11.184Z | lock 56:03.711476118 |
2639 | 2024-09-06T06:11:11.184Z | slp 1:44:46.387471694 |
2640 | 2024-09-06T06:11:11.184Z | lat 1:06.268494311 |
2641 | 2024-09-06T06:11:11.184Z | stop 54.592649064 |
2642 | 2024-09-06T06:11:11.184Z | process exited: duration 975558 ms, exit code 0 |
|
2643 | 2024-09-06T06:11:11.232Z | found 0 output files |