|
|
|
1 | 2024-08-07T06:47:13.168Z | job assigned to worker 01J4NSD0SM8KS0XP536GXTXC7K (queued for 1 m 7 s) |
|
2 | 2024-08-07T06:47:21.371Z | starting task 0: "setup" |
3 | 2024-08-07T06:47:21.426Z | ++ uname -s |
4 | 2024-08-07T06:47:21.429Z | + kern=SunOS |
5 | 2024-08-07T06:47:21.429Z | + case "$kern" in |
6 | 2024-08-07T06:47:21.429Z | + groupadd -g 12345 build |
7 | 2024-08-07T06:47:21.432Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-07T06:47:23.459Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-07T06:47:23.595Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-07T06:47:23.598Z | + home_fs=zfs |
11 | 2024-08-07T06:47:23.598Z | + [[ zfs == autofs ]] |
12 | 2024-08-07T06:47:23.598Z | + mkdir -p /home/build |
13 | 2024-08-07T06:47:23.601Z | + chown build:build /home/build /work |
14 | 2024-08-07T06:47:25.460Z | + chmod 0700 /home/build /work |
15 | 2024-08-07T06:47:25.462Z | process exited: duration 4093 ms, exit code 0 |
|
16 | 2024-08-07T06:47:25.468Z | starting task 1: "rust-toolchain" |
17 | 2024-08-07T06:47:25.474Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-07T06:47:25.474Z | * toolchain channel = "1.80.0" |
19 | 2024-08-07T06:47:25.474Z | ' 1.80.0 |
20 | 2024-08-07T06:47:25.474Z | + printf ' * toolchain profile = "%s" |
21 | 2024-08-07T06:47:25.474Z | ' default |
22 | 2024-08-07T06:47:25.474Z | * toolchain profile = "default" |
23 | 2024-08-07T06:47:25.477Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-07T06:47:25.477Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.0 --profile default |
25 | 2024-08-07T06:47:25.592Z | info: downloading installer |
26 | 2024-08-07T06:47:26.915Z | info: profile set to 'default' |
27 | 2024-08-07T06:47:26.915Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-07T06:47:26.918Z | info: syncing channel updates for '1.80.0-x86_64-unknown-illumos' |
29 | 2024-08-07T06:47:27.083Z | info: latest update on 2024-07-25, rust version 1.80.0 (051478957 2024-07-21) |
30 | 2024-08-07T06:47:27.083Z | info: downloading component 'cargo' |
31 | 2024-08-07T06:47:28.070Z | info: downloading component 'clippy' |
32 | 2024-08-07T06:47:28.420Z | info: downloading component 'rust-docs' |
33 | 2024-08-07T06:47:29.800Z | info: downloading component 'rust-std' |
34 | 2024-08-07T06:47:31.752Z | info: downloading component 'rustc' |
35 | 2024-08-07T06:47:37.222Z | info: downloading component 'rustfmt' |
36 | 2024-08-07T06:47:37.513Z | info: installing component 'cargo' |
37 | 2024-08-07T06:47:38.371Z | info: installing component 'clippy' |
38 | 2024-08-07T06:47:38.747Z | info: installing component 'rust-docs' |
39 | 2024-08-07T06:47:40.413Z | info: installing component 'rust-std' |
40 | 2024-08-07T06:47:42.122Z | info: installing component 'rustc' |
41 | 2024-08-07T06:47:46.541Z | info: installing component 'rustfmt' |
42 | 2024-08-07T06:47:46.891Z | |
43 | 2024-08-07T06:47:46.894Z | info: default toolchain set to '1.80.0-x86_64-unknown-illumos' |
44 | 2024-08-07T06:47:47.161Z | 1.80.0-x86_64-unknown-illumos installed - rustc 1.80.0 (051478957 2024-07-21) |
45 | 2024-08-07T06:47:47.161Z | |
46 | 2024-08-07T06:47:47.164Z | |
47 | 2024-08-07T06:47:47.164Z | Rust is installed now. Great! |
48 | 2024-08-07T06:47:47.164Z | |
49 | 2024-08-07T06:47:47.164Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-07T06:47:47.164Z | environment variable. This has not been done automatically. |
51 | 2024-08-07T06:47:47.164Z | |
52 | 2024-08-07T06:47:47.164Z | To configure your current shell, you need to source |
53 | 2024-08-07T06:47:47.164Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-07T06:47:47.164Z | |
55 | 2024-08-07T06:47:47.164Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-07T06:47:47.164Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-07T06:47:47.164Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-07T06:47:47.352Z | + rustc --version |
59 | 2024-08-07T06:47:47.419Z | rustc 1.80.0 (051478957 2024-07-21) |
60 | 2024-08-07T06:47:47.423Z | process exited: duration 21952 ms, exit code 0 |
|
61 | 2024-08-07T06:47:47.429Z | starting task 2: "authentication" |
62 | 2024-08-07T06:47:47.452Z | process exited: duration 22 ms, exit code 0 |
|
63 | 2024-08-07T06:47:47.459Z | starting task 3: "clone repository" |
64 | 2024-08-07T06:47:47.464Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-07T06:47:47.467Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-07T06:47:48.439Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-07T06:47:59.749Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-07T06:47:59.749Z | + git fetch origin 2dbf463f253dd1e0c662e2563bae30c0071ee454 |
69 | 2024-08-07T06:48:00.012Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-07T06:48:00.012Z | * branch 2dbf463f253dd1e0c662e2563bae30c0071ee454 -> FETCH_HEAD |
71 | 2024-08-07T06:48:00.023Z | + [[ -n renovate/hyper-staticfile-0.x ]] |
72 | 2024-08-07T06:48:00.031Z | ++ git branch --show-current |
73 | 2024-08-07T06:48:00.031Z | + current=main |
74 | 2024-08-07T06:48:00.031Z | + [[ main != renovate/hyper-staticfile-0.x ]] |
75 | 2024-08-07T06:48:00.031Z | + git branch -f renovate/hyper-staticfile-0.x 2dbf463f253dd1e0c662e2563bae30c0071ee454 |
76 | 2024-08-07T06:48:00.033Z | + git checkout -f renovate/hyper-staticfile-0.x |
77 | 2024-08-07T06:48:00.176Z | Switched to branch 'renovate/hyper-staticfile-0.x' |
78 | 2024-08-07T06:48:00.179Z | + git reset --hard 2dbf463f253dd1e0c662e2563bae30c0071ee454 |
79 | 2024-08-07T06:48:00.320Z | HEAD is now at 2dbf463f2 Update Rust crate hyper-staticfile to 0.10.1 |
80 | 2024-08-07T06:48:00.323Z | process exited: duration 12861 ms, exit code 0 |
|
81 | 2024-08-07T06:48:00.329Z | starting task 4: "build" |
82 | 2024-08-07T06:48:00.335Z | + cargo --version |
83 | 2024-08-07T06:48:00.393Z | cargo 1.80.0 (376290515 2024-07-16) |
84 | 2024-08-07T06:48:00.396Z | + rustc --version |
85 | 2024-08-07T06:48:00.458Z | rustc 1.80.0 (051478957 2024-07-21) |
86 | 2024-08-07T06:48:00.461Z | + source ./env.sh |
87 | 2024-08-07T06:48:00.464Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-08-07T06:48:00.464Z | ++ set -o xtrace |
89 | 2024-08-07T06:48:00.464Z | ++++ dirname ./env.sh |
90 | 2024-08-07T06:48:00.467Z | +++ readlink -f . |
91 | 2024-08-07T06:48:00.608Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-08-07T06:48:00.611Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-08-07T06:48:00.611Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2024-08-07T06:48:00.611Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2024-08-07T06:48:00.611Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2024-08-07T06:48:00.611Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2024-08-07T06:48:00.611Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
98 | 2024-08-07T06:48:00.611Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
99 | 2024-08-07T06:48:00.611Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
100 | 2024-08-07T06:48:00.611Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-08-07T06:48:00.611Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-08-07T06:48:00.611Z | + banner prerequisites |
103 | 2024-08-07T06:48:00.738Z | |
104 | 2024-08-07T06:48:00.738Z | ##### ##### ###### ##### ###### #### # # # #### # |
105 | 2024-08-07T06:48:00.738Z | # # # # # # # # # # # # # # # |
106 | 2024-08-07T06:48:00.738Z | # # # # ##### # # ##### # # # # # #### # |
107 | 2024-08-07T06:48:00.738Z | ##### ##### # ##### # # # # # # # # # |
108 | 2024-08-07T06:48:00.738Z | # # # # # # # # # # # # # # # |
109 | 2024-08-07T06:48:00.738Z | # # # ###### # # ###### ### # #### # #### # |
110 | 2024-08-07T06:48:00.738Z | |
111 | 2024-08-07T06:48:00.741Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
112 | 2024-08-07T06:48:14.000Z | Startup: Refreshing catalog 'helios-dev' ... Done |
113 | 2024-08-07T06:48:16.242Z | Startup: Caching catalogs ... Done |
114 | 2024-08-07T06:48:20.429Z | Planning: Solver setup ... Done (3.567s) |
115 | 2024-08-07T06:48:20.492Z | Planning: Running solver ... Done (0.063s) |
116 | 2024-08-07T06:48:20.546Z | Planning: Finding local manifests ... Done (0.002s) |
117 | 2024-08-07T06:48:20.558Z | Planning: Fetching manifests: 0/4 0% complete |
118 | 2024-08-07T06:48:20.810Z | Planning: Fetching manifests: 4/4 100% complete |
119 | 2024-08-07T06:48:20.864Z | Planning: Package planning ... Done (0.054s) |
120 | 2024-08-07T06:48:20.912Z | Planning: Merging actions ... Done (0.052s) |
121 | 2024-08-07T06:48:21.655Z | Planning: Checking for conflicting actions ... Done (0.743s) |
122 | 2024-08-07T06:48:21.667Z | Planning: Consolidating action changes ... Done (0.011s) |
123 | 2024-08-07T06:48:25.691Z | Planning: Evaluating mediators ... Done (4.023s) |
124 | 2024-08-07T06:48:25.701Z | Planning: Planning completed in 9.39 seconds |
125 | 2024-08-07T06:48:28.032Z | Packages to install: 4 |
126 | 2024-08-07T06:48:28.032Z | Mediators to change: 2 |
127 | 2024-08-07T06:48:28.032Z | Services to change: 1 |
128 | 2024-08-07T06:48:28.035Z | Estimated space available: 155.75 GB |
129 | 2024-08-07T06:48:28.035Z | Estimated space to be consumed: 1.47 GB |
130 | 2024-08-07T06:48:28.035Z | Create boot environment: No |
131 | 2024-08-07T06:48:28.035Z | Create backup boot environment: No |
132 | 2024-08-07T06:48:28.035Z | Rebuild boot archive: No |
133 | 2024-08-07T06:48:28.035Z | |
134 | 2024-08-07T06:48:28.036Z | Changed mediators: |
135 | 2024-08-07T06:48:28.036Z | mediator clang: |
136 | 2024-08-07T06:48:28.036Z | version: None -> 15 (system default) |
137 | 2024-08-07T06:48:28.036Z | |
138 | 2024-08-07T06:48:28.036Z | mediator llvm: |
139 | 2024-08-07T06:48:28.036Z | version: 14 (system default) -> 15 (system default) |
140 | 2024-08-07T06:48:28.036Z | |
141 | 2024-08-07T06:48:28.036Z | Changed packages: |
142 | 2024-08-07T06:48:28.036Z | helios-dev |
143 | 2024-08-07T06:48:28.036Z | developer/build-essential |
144 | 2024-08-07T06:48:28.036Z | None -> 11-2.0 |
145 | 2024-08-07T06:48:28.036Z | library/libxmlsec1 |
146 | 2024-08-07T06:48:28.036Z | None -> 1.2.35-2.0 |
147 | 2024-08-07T06:48:28.036Z | ooce/developer/clang-15 |
148 | 2024-08-07T06:48:28.036Z | None -> 15.0.7-2.0 |
149 | 2024-08-07T06:48:28.036Z | ooce/developer/llvm-15 |
150 | 2024-08-07T06:48:28.036Z | None -> 15.0.7-2.0 |
151 | 2024-08-07T06:48:28.036Z | |
152 | 2024-08-07T06:48:28.036Z | Services: |
153 | 2024-08-07T06:48:28.036Z | restart_fmri: |
154 | 2024-08-07T06:48:28.036Z | svc:/system/update-man-index:default |
155 | 2024-08-07T06:48:28.172Z | |
156 | 2024-08-07T06:48:28.172Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
157 | 2024-08-07T06:48:33.172Z | Download: 710/3290 items 18.0/212.6MB 8% complete (3.6M/s) |
158 | 2024-08-07T06:48:39.763Z | Download: 1198/3290 items 83.5/212.6MB 39% complete (10.4M/s) |
159 | 2024-08-07T06:48:44.766Z | Download: 1998/3290 items 118.5/212.6MB 55% complete (8.6M/s) |
160 | 2024-08-07T06:48:49.777Z | Download: 2651/3290 items 120.7/212.6MB 56% complete (3.8M/s) |
161 | 2024-08-07T06:48:55.252Z | Download: 3248/3290 items 203.1/212.6MB 95% complete (8.4M/s) |
162 | 2024-08-07T06:48:58.410Z | Download: Completed 212.60 MB in 30.23 seconds (7.0M/s) |
163 | 2024-08-07T06:48:58.690Z | Actions: 1/3689 actions (Installing new actions) |
164 | 2024-08-07T06:49:03.710Z | Actions: 3587/3689 actions (Installing new actions) |
165 | 2024-08-07T06:49:04.023Z | Actions: Completed 3689 actions in 5.33 seconds. |
166 | 2024-08-07T06:49:04.297Z | Done (0.268s) |
167 | 2024-08-07T06:49:04.297Z | Done (0.000s) |
168 | 2024-08-07T06:49:04.654Z | Done (0.356s) |
169 | 2024-08-07T06:49:10.148Z | Done (5.324s) |
170 | 2024-08-07T06:49:10.322Z | Done (0.094s) |
171 | 2024-08-07T06:49:10.325Z | Done (0.000s) |
172 | 2024-08-07T06:49:10.563Z | Done (0.000s) |
173 | 2024-08-07T06:49:11.219Z | Planning: Evaluating mediator changes ... Done |
174 | 2024-08-07T06:49:11.392Z | Planning: Checking for conflicting actions ... Done |
175 | 2024-08-07T06:49:11.395Z | Planning: Consolidating action changes ... Done |
176 | 2024-08-07T06:49:11.676Z | Planning: Evaluating mediators ... Done |
177 | 2024-08-07T06:49:11.679Z | Planning: Planning completed in 0.46 seconds |
178 | 2024-08-07T06:49:11.711Z | Mediators to change: 2 |
179 | 2024-08-07T06:49:11.712Z | Create boot environment: No |
180 | 2024-08-07T06:49:11.712Z | Create backup boot environment: No |
181 | 2024-08-07T06:49:11.803Z | Done |
182 | 2024-08-07T06:49:11.803Z | Done |
183 | 2024-08-07T06:49:12.069Z | Done |
184 | 2024-08-07T06:49:15.941Z | Done |
185 | 2024-08-07T06:49:16.031Z | Done |
186 | 2024-08-07T06:49:16.034Z | Done |
187 | 2024-08-07T06:49:16.295Z | Done |
188 | 2024-08-07T06:49:16.973Z | Planning: Evaluating mediator changes ... Done |
189 | 2024-08-07T06:49:16.975Z | Planning: Merging actions ... Done |
190 | 2024-08-07T06:49:17.176Z | Planning: Checking for conflicting actions ... Done |
191 | 2024-08-07T06:49:17.179Z | Planning: Consolidating action changes ... Done |
192 | 2024-08-07T06:49:17.460Z | Planning: Evaluating mediators ... Done |
193 | 2024-08-07T06:49:17.520Z | Planning: Planning completed in 0.81 seconds |
194 | 2024-08-07T06:49:17.557Z | Packages to change: 1 |
195 | 2024-08-07T06:49:17.557Z | Mediators to change: 1 |
196 | 2024-08-07T06:49:17.557Z | Services to change: 1 |
197 | 2024-08-07T06:49:17.560Z | Create boot environment: No |
198 | 2024-08-07T06:49:17.560Z | Create backup boot environment: Yes |
199 | 2024-08-07T06:49:19.504Z | Actions: 1/6 actions (Updating modified actions) |
200 | 2024-08-07T06:49:19.542Z | Actions: Completed 6 actions in 0.04 seconds. |
201 | 2024-08-07T06:49:19.544Z | Done |
202 | 2024-08-07T06:49:19.545Z | Done |
203 | 2024-08-07T06:49:19.619Z | Done |
204 | 2024-08-07T06:49:23.801Z | Done |
205 | 2024-08-07T06:49:23.892Z | Done |
206 | 2024-08-07T06:49:23.894Z | Done |
207 | 2024-08-07T06:49:24.189Z | Done |
208 | 2024-08-07T06:49:24.676Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
209 | 2024-08-07T06:49:24.676Z | clang system 15 system |
210 | 2024-08-07T06:49:24.676Z | csh system system illumos |
211 | 2024-08-07T06:49:24.676Z | ctags system system illumos |
212 | 2024-08-07T06:49:24.676Z | gcc vendor 12 vendor |
213 | 2024-08-07T06:49:24.676Z | gcc system 10 system |
214 | 2024-08-07T06:49:24.676Z | gcc system 7 system |
215 | 2024-08-07T06:49:24.676Z | go system 1.20 system |
216 | 2024-08-07T06:49:24.676Z | go system 1.19 system |
217 | 2024-08-07T06:49:24.676Z | llvm system 15 system |
218 | 2024-08-07T06:49:24.676Z | llvm system 14 system |
219 | 2024-08-07T06:49:24.676Z | mariadb system 10.6 system |
220 | 2024-08-07T06:49:24.676Z | mta vendor vendor dma |
221 | 2024-08-07T06:49:24.676Z | openjdk system 17 system |
222 | 2024-08-07T06:49:24.676Z | openjdk system 11 system |
223 | 2024-08-07T06:49:24.676Z | openjdk system 1.8 system |
224 | 2024-08-07T06:49:24.676Z | openssl vendor 3 vendor |
225 | 2024-08-07T06:49:24.676Z | perl system 5.36 system |
226 | 2024-08-07T06:49:24.676Z | postgresql system 15 system |
227 | 2024-08-07T06:49:24.676Z | postgresql system 13 system |
228 | 2024-08-07T06:49:24.676Z | python vendor 3 vendor |
229 | 2024-08-07T06:49:24.677Z | python system 2 system |
230 | 2024-08-07T06:49:24.677Z | python3 system 3.11 system |
231 | 2024-08-07T06:49:24.677Z | ruby system 3.0 system |
232 | 2024-08-07T06:49:24.677Z | words vendor vendor american-english |
233 | 2024-08-07T06:49:24.677Z | words system system australian-english |
234 | 2024-08-07T06:49:24.677Z | words system system british-english |
235 | 2024-08-07T06:49:24.677Z | words system system canadian-english |
236 | 2024-08-07T06:49:24.677Z | words system system french |
237 | 2024-08-07T06:49:24.677Z | words system system italian |
238 | 2024-08-07T06:49:24.677Z | words system system ngerman |
239 | 2024-08-07T06:49:24.677Z | words system system ogerman |
240 | 2024-08-07T06:49:24.677Z | words system system spanish |
241 | 2024-08-07T06:49:25.046Z | PUBLISHER TYPE STATUS P LOCATION |
242 | 2024-08-07T06:49:25.046Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
243 | 2024-08-07T06:49:26.805Z | FMRI IFO |
244 | 2024-08-07T06:49:26.805Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
245 | 2024-08-07T06:49:26.806Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
246 | 2024-08-07T06:49:26.806Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
247 | 2024-08-07T06:49:26.806Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
248 | 2024-08-07T06:49:26.806Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
249 | 2024-08-07T06:49:26.806Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
250 | 2024-08-07T06:49:26.806Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
251 | 2024-08-07T06:49:26.806Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
252 | 2024-08-07T06:49:26.806Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
253 | 2024-08-07T06:49:26.806Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
254 | 2024-08-07T06:49:26.806Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
255 | 2024-08-07T06:49:26.806Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
256 | 2024-08-07T06:49:27.433Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
257 | 2024-08-07T06:49:27.676Z | Updating git repository `https://github.com/oxidecomputer/zone` |
258 | 2024-08-07T06:49:27.929Z | Updating crates.io index |
259 | 2024-08-07T06:49:27.993Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
260 | 2024-08-07T06:49:28.631Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
261 | 2024-08-07T06:49:29.341Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
262 | 2024-08-07T06:49:29.564Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
263 | 2024-08-07T06:49:31.108Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
264 | 2024-08-07T06:49:31.327Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
265 | 2024-08-07T06:49:31.575Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
266 | 2024-08-07T06:49:32.651Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
267 | 2024-08-07T06:49:34.489Z | Updating git repository `https://github.com/oxidecomputer/opte` |
268 | 2024-08-07T06:49:35.383Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
269 | 2024-08-07T06:49:36.012Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
270 | 2024-08-07T06:49:36.512Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
271 | 2024-08-07T06:49:36.822Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
272 | 2024-08-07T06:49:37.078Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
273 | 2024-08-07T06:49:37.351Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
274 | 2024-08-07T06:49:37.643Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
275 | 2024-08-07T06:49:37.896Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
276 | 2024-08-07T06:49:38.122Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
277 | 2024-08-07T06:49:38.384Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
278 | 2024-08-07T06:49:38.680Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
279 | 2024-08-07T06:49:39.025Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
280 | 2024-08-07T06:49:39.400Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
281 | 2024-08-07T06:49:39.632Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
282 | 2024-08-07T06:49:40.063Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
283 | 2024-08-07T06:49:40.356Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
284 | 2024-08-07T06:49:40.725Z | Updating git repository `https://github.com/oxidecomputer/typify` |
285 | 2024-08-07T06:49:43.208Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
286 | 2024-08-07T06:49:43.470Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
287 | 2024-08-07T06:49:43.732Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
288 | 2024-08-07T06:49:44.035Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
289 | 2024-08-07T06:49:45.171Z | Downloading crates ... |
290 | 2024-08-07T06:49:45.287Z | Downloaded errno v0.3.9 |
291 | 2024-08-07T06:49:45.290Z | Downloaded equivalent v1.0.1 |
292 | 2024-08-07T06:49:45.293Z | Downloaded clap_derive v4.5.13 |
293 | 2024-08-07T06:49:45.300Z | Downloaded swrite v0.1.0 |
294 | 2024-08-07T06:49:45.306Z | Downloaded usdt-attr-macro v0.5.0 |
295 | 2024-08-07T06:49:45.313Z | Downloaded cpufeatures v0.2.12 |
296 | 2024-08-07T06:49:45.317Z | Downloaded heck v0.4.1 |
297 | 2024-08-07T06:49:45.320Z | Downloaded cargo-platform v0.1.8 |
298 | 2024-08-07T06:49:45.320Z | Downloaded digest v0.10.7 |
299 | 2024-08-07T06:49:45.322Z | Downloaded block-buffer v0.10.4 |
300 | 2024-08-07T06:49:45.325Z | Downloaded anstyle-parse v0.2.4 |
301 | 2024-08-07T06:49:45.328Z | Downloaded generic-array v0.14.7 |
302 | 2024-08-07T06:49:45.328Z | Downloaded dtrace-parser v0.2.0 |
303 | 2024-08-07T06:49:45.332Z | Downloaded terminal_size v0.3.0 |
304 | 2024-08-07T06:49:45.335Z | Downloaded itoa v1.0.11 |
305 | 2024-08-07T06:49:45.341Z | Downloaded scroll v0.12.0 |
306 | 2024-08-07T06:49:45.344Z | Downloaded plain v0.2.3 |
307 | 2024-08-07T06:49:45.346Z | Downloaded clap_lex v0.7.0 |
308 | 2024-08-07T06:49:45.346Z | Downloaded pest_generator v2.7.10 |
309 | 2024-08-07T06:49:45.349Z | Downloaded utf8parse v0.2.1 |
310 | 2024-08-07T06:49:45.352Z | Downloaded cfg-if v1.0.0 |
311 | 2024-08-07T06:49:45.352Z | Downloaded usdt-macro v0.5.0 |
312 | 2024-08-07T06:49:45.352Z | Downloaded dof v0.3.0 |
313 | 2024-08-07T06:49:45.355Z | Downloaded crypto-common v0.1.6 |
314 | 2024-08-07T06:49:45.355Z | Downloaded scroll_derive v0.12.0 |
315 | 2024-08-07T06:49:45.357Z | Downloaded anstream v0.6.14 |
316 | 2024-08-07T06:49:45.360Z | Downloaded fs-err v2.11.0 |
317 | 2024-08-07T06:49:45.363Z | Downloaded byteorder v1.5.0 |
318 | 2024-08-07T06:49:45.363Z | Downloaded serde_spanned v0.6.7 |
319 | 2024-08-07T06:49:45.365Z | Downloaded cargo_toml v0.20.4 |
320 | 2024-08-07T06:49:45.365Z | Downloaded anstyle v1.0.8 |
321 | 2024-08-07T06:49:45.368Z | Downloaded bytecount v0.6.8 |
322 | 2024-08-07T06:49:45.370Z | Downloaded autocfg v1.3.0 |
323 | 2024-08-07T06:49:45.370Z | Downloaded anstyle-query v1.0.3 |
324 | 2024-08-07T06:49:45.373Z | Downloaded toml_datetime v0.6.8 |
325 | 2024-08-07T06:49:45.373Z | Downloaded fnv v1.0.7 |
326 | 2024-08-07T06:49:45.373Z | Downloaded colorchoice v1.0.1 |
327 | 2024-08-07T06:49:45.376Z | Downloaded is_terminal_polyfill v1.70.0 |
328 | 2024-08-07T06:49:45.379Z | Downloaded pretty-hex v0.4.1 |
329 | 2024-08-07T06:49:45.382Z | Downloaded sha2 v0.10.8 |
330 | 2024-08-07T06:49:45.382Z | Downloaded semver v1.0.23 |
331 | 2024-08-07T06:49:45.384Z | Downloaded proc-macro-error v1.0.4 |
332 | 2024-08-07T06:49:45.387Z | Downloaded thiserror-impl v1.0.63 |
333 | 2024-08-07T06:49:45.390Z | Downloaded cargo_metadata v0.18.1 |
334 | 2024-08-07T06:49:45.394Z | Downloaded heck v0.5.0 |
335 | 2024-08-07T06:49:45.397Z | Downloaded once_cell v1.19.0 |
336 | 2024-08-07T06:49:45.399Z | Downloaded usdt v0.5.0 |
337 | 2024-08-07T06:49:45.403Z | Downloaded clap v4.5.13 |
338 | 2024-08-07T06:49:45.412Z | Downloaded usdt-impl v0.5.0 |
339 | 2024-08-07T06:49:45.414Z | Downloaded serde_tokenstream v0.2.1 |
340 | 2024-08-07T06:49:45.417Z | Downloaded camino v1.1.7 |
341 | 2024-08-07T06:49:45.420Z | Downloaded strsim v0.11.1 |
342 | 2024-08-07T06:49:45.420Z | Downloaded anyhow v1.0.86 |
343 | 2024-08-07T06:49:45.422Z | Downloaded macaddr v1.0.1 |
344 | 2024-08-07T06:49:45.425Z | Downloaded thread-id v4.2.1 |
345 | 2024-08-07T06:49:45.425Z | Downloaded tabled_derive v0.7.0 |
346 | 2024-08-07T06:49:45.428Z | Downloaded proc-macro-error-attr v1.0.4 |
347 | 2024-08-07T06:49:45.428Z | Downloaded memmap v0.7.0 |
348 | 2024-08-07T06:49:45.430Z | Downloaded bitflags v2.6.0 |
349 | 2024-08-07T06:49:45.433Z | Downloaded ucd-trie v0.1.6 |
350 | 2024-08-07T06:49:45.435Z | Downloaded proc-macro2 v1.0.86 |
351 | 2024-08-07T06:49:45.435Z | Downloaded zerocopy-derive v0.7.34 |
352 | 2024-08-07T06:49:45.439Z | Downloaded toml v0.8.19 |
353 | 2024-08-07T06:49:45.443Z | Downloaded log v0.4.21 |
354 | 2024-08-07T06:49:45.448Z | Downloaded thiserror v1.0.63 |
355 | 2024-08-07T06:49:45.452Z | Downloaded quote v1.0.36 |
356 | 2024-08-07T06:49:45.455Z | Downloaded pest_derive v2.7.10 |
357 | 2024-08-07T06:49:45.458Z | Downloaded unicode-ident v1.0.12 |
358 | 2024-08-07T06:49:45.462Z | Downloaded serde_derive v1.0.204 |
359 | 2024-08-07T06:49:45.468Z | Downloaded typenum v1.17.0 |
360 | 2024-08-07T06:49:45.470Z | Downloaded version_check v0.9.5 |
361 | 2024-08-07T06:49:45.473Z | Downloaded ryu v1.0.18 |
362 | 2024-08-07T06:49:45.477Z | Downloaded pest_meta v2.7.10 |
363 | 2024-08-07T06:49:45.486Z | Downloaded serde v1.0.204 |
364 | 2024-08-07T06:49:45.494Z | Downloaded indexmap v2.3.0 |
365 | 2024-08-07T06:49:45.499Z | Downloaded papergrid v0.11.0 |
366 | 2024-08-07T06:49:45.510Z | Downloaded memchr v2.7.2 |
367 | 2024-08-07T06:49:45.521Z | Downloaded toml_edit v0.22.20 |
368 | 2024-08-07T06:49:45.541Z | Downloaded pest v2.7.10 |
369 | 2024-08-07T06:49:45.546Z | Downloaded hashbrown v0.14.5 |
370 | 2024-08-07T06:49:45.551Z | Downloaded serde_json v1.0.122 |
371 | 2024-08-07T06:49:45.559Z | Downloaded zerocopy v0.7.34 |
372 | 2024-08-07T06:49:45.574Z | Downloaded clap_builder v4.5.13 |
373 | 2024-08-07T06:49:45.580Z | Downloaded winnow v0.6.18 |
374 | 2024-08-07T06:49:45.589Z | Downloaded tabled v0.15.0 |
375 | 2024-08-07T06:49:45.604Z | Downloaded goblin v0.8.2 |
376 | 2024-08-07T06:49:45.610Z | Downloaded syn v1.0.109 |
377 | 2024-08-07T06:49:45.622Z | Downloaded rustix v0.38.34 |
378 | 2024-08-07T06:49:45.643Z | Downloaded syn v2.0.72 |
379 | 2024-08-07T06:49:45.653Z | Downloaded unicode-width v0.1.13 |
380 | 2024-08-07T06:49:45.672Z | Downloaded libc v0.2.155 |
381 | 2024-08-07T06:49:45.971Z | Compiling proc-macro2 v1.0.86 |
382 | 2024-08-07T06:49:45.971Z | Compiling unicode-ident v1.0.12 |
383 | 2024-08-07T06:49:45.974Z | Compiling version_check v0.9.5 |
384 | 2024-08-07T06:49:45.974Z | Compiling serde v1.0.204 |
385 | 2024-08-07T06:49:45.974Z | Compiling memchr v2.7.2 |
386 | 2024-08-07T06:49:45.974Z | Compiling thiserror v1.0.63 |
387 | 2024-08-07T06:49:45.974Z | Compiling libc v0.2.155 |
388 | 2024-08-07T06:49:45.974Z | Compiling ucd-trie v0.1.6 |
389 | 2024-08-07T06:49:46.240Z | Compiling ryu v1.0.18 |
390 | 2024-08-07T06:49:46.587Z | Compiling itoa v1.0.11 |
391 | 2024-08-07T06:49:46.769Z | Compiling once_cell v1.19.0 |
392 | 2024-08-07T06:49:46.789Z | Compiling byteorder v1.5.0 |
393 | 2024-08-07T06:49:47.093Z | Compiling serde_json v1.0.122 |
394 | 2024-08-07T06:49:48.107Z | Compiling usdt-impl v0.5.0 |
395 | 2024-08-07T06:49:48.153Z | Compiling proc-macro-error-attr v1.0.4 |
396 | 2024-08-07T06:49:48.157Z | Compiling rustix v0.38.34 |
397 | 2024-08-07T06:49:48.157Z | Compiling syn v1.0.109 |
398 | 2024-08-07T06:49:48.239Z | Compiling proc-macro-error v1.0.4 |
399 | 2024-08-07T06:49:48.526Z | Compiling log v0.4.21 |
400 | 2024-08-07T06:49:48.561Z | Compiling bitflags v2.6.0 |
401 | 2024-08-07T06:49:48.590Z | Compiling plain v0.2.3 |
402 | 2024-08-07T06:49:48.740Z | Compiling hashbrown v0.14.5 |
403 | 2024-08-07T06:49:48.894Z | Compiling thread-id v4.2.1 |
404 | 2024-08-07T06:49:48.925Z | Compiling equivalent v1.0.1 |
405 | 2024-08-07T06:49:49.005Z | Compiling utf8parse v0.2.1 |
406 | 2024-08-07T06:49:49.094Z | Compiling quote v1.0.36 |
407 | 2024-08-07T06:49:49.097Z | Compiling anstyle v1.0.8 |
408 | 2024-08-07T06:49:49.166Z | Compiling anstyle-parse v0.2.4 |
409 | 2024-08-07T06:49:49.192Z | Compiling pretty-hex v0.4.1 |
410 | 2024-08-07T06:49:49.435Z | Compiling semver v1.0.23 |
411 | 2024-08-07T06:49:49.460Z | Compiling winnow v0.6.18 |
412 | 2024-08-07T06:49:49.541Z | Compiling syn v2.0.72 |
413 | 2024-08-07T06:49:49.615Z | Compiling errno v0.3.9 |
414 | 2024-08-07T06:49:49.898Z | Compiling camino v1.1.7 |
415 | 2024-08-07T06:49:50.003Z | Compiling autocfg v1.3.0 |
416 | 2024-08-07T06:49:50.181Z | Compiling indexmap v2.3.0 |
417 | 2024-08-07T06:49:50.610Z | Compiling anstyle-query v1.0.3 |
418 | 2024-08-07T06:49:50.769Z | Compiling is_terminal_polyfill v1.70.0 |
419 | 2024-08-07T06:49:50.906Z | Compiling colorchoice v1.0.1 |
420 | 2024-08-07T06:49:51.024Z | Compiling fs-err v2.11.0 |
421 | 2024-08-07T06:49:51.076Z | Compiling anstream v0.6.14 |
422 | 2024-08-07T06:49:51.200Z | Compiling terminal_size v0.3.0 |
423 | 2024-08-07T06:49:51.492Z | Compiling anyhow v1.0.86 |
424 | 2024-08-07T06:49:51.543Z | Compiling heck v0.4.1 |
425 | 2024-08-07T06:49:51.579Z | Compiling clap_lex v0.7.0 |
426 | 2024-08-07T06:49:51.615Z | Compiling heck v0.5.0 |
427 | 2024-08-07T06:49:51.843Z | Compiling bytecount v0.6.8 |
428 | 2024-08-07T06:49:52.075Z | Compiling strsim v0.11.1 |
429 | 2024-08-07T06:49:52.106Z | Compiling fnv v1.0.7 |
430 | 2024-08-07T06:49:52.146Z | Compiling unicode-width v0.1.13 |
431 | 2024-08-07T06:49:52.228Z | Compiling memmap v0.7.0 |
432 | 2024-08-07T06:49:52.324Z | Compiling papergrid v0.11.0 |
433 | 2024-08-07T06:49:52.384Z | Compiling clap_builder v4.5.13 |
434 | 2024-08-07T06:49:53.237Z | Compiling swrite v0.1.0 |
435 | 2024-08-07T06:49:54.869Z | Compiling tabled_derive v0.7.0 |
436 | 2024-08-07T06:49:56.385Z | Compiling tabled v0.15.0 |
437 | 2024-08-07T06:49:58.474Z | Compiling serde_derive v1.0.204 |
438 | 2024-08-07T06:49:58.477Z | Compiling thiserror-impl v1.0.63 |
439 | 2024-08-07T06:49:58.477Z | Compiling zerocopy-derive v0.7.34 |
440 | 2024-08-07T06:49:58.477Z | Compiling scroll_derive v0.12.0 |
441 | 2024-08-07T06:49:58.477Z | Compiling clap_derive v4.5.13 |
442 | 2024-08-07T06:49:59.888Z | Compiling scroll v0.12.0 |
443 | 2024-08-07T06:50:00.458Z | Compiling goblin v0.8.2 |
444 | 2024-08-07T06:50:01.182Z | Compiling zerocopy v0.7.34 |
445 | 2024-08-07T06:50:01.375Z | Compiling pest v2.7.10 |
446 | 2024-08-07T06:50:02.640Z | Compiling clap v4.5.13 |
447 | 2024-08-07T06:50:03.722Z | Compiling pest_meta v2.7.10 |
448 | 2024-08-07T06:50:04.622Z | Compiling pest_generator v2.7.10 |
449 | 2024-08-07T06:50:06.580Z | Compiling pest_derive v2.7.10 |
450 | 2024-08-07T06:50:07.289Z | Compiling dtrace-parser v0.2.0 |
451 | 2024-08-07T06:50:09.314Z | Compiling serde_spanned v0.6.7 |
452 | 2024-08-07T06:50:09.314Z | Compiling toml_datetime v0.6.8 |
453 | 2024-08-07T06:50:09.317Z | Compiling cargo-platform v0.1.8 |
454 | 2024-08-07T06:50:09.722Z | Compiling serde_tokenstream v0.2.1 |
455 | 2024-08-07T06:50:09.825Z | Compiling toml_edit v0.22.20 |
456 | 2024-08-07T06:50:09.917Z | Compiling macaddr v1.0.1 |
457 | 2024-08-07T06:50:10.794Z | Compiling dof v0.3.0 |
458 | 2024-08-07T06:50:10.795Z | Compiling cargo_metadata v0.18.1 |
459 | 2024-08-07T06:50:12.744Z | Compiling toml v0.8.19 |
460 | 2024-08-07T06:50:12.952Z | Compiling usdt-attr-macro v0.5.0 |
461 | 2024-08-07T06:50:12.954Z | Compiling usdt-macro v0.5.0 |
462 | 2024-08-07T06:50:13.610Z | Compiling cargo_toml v0.20.4 |
463 | 2024-08-07T06:50:14.445Z | Compiling usdt v0.5.0 |
464 | 2024-08-07T06:50:17.597Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
465 | 2024-08-07T06:50:21.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.47s |
466 | 2024-08-07T06:50:21.933Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
467 | 2024-08-07T06:50:22.512Z | Downloading crates ... |
468 | 2024-08-07T06:50:22.639Z | Downloaded atomicwrites v0.4.3 |
469 | 2024-08-07T06:50:22.643Z | Downloaded atty v0.2.14 |
470 | 2024-08-07T06:50:22.647Z | Downloaded assert_matches v1.5.0 |
471 | 2024-08-07T06:50:22.654Z | Downloaded adler v1.0.2 |
472 | 2024-08-07T06:50:22.660Z | Downloaded instant v0.1.12 |
473 | 2024-08-07T06:50:22.664Z | Downloaded crucible-workspace-hack v0.1.0 |
474 | 2024-08-07T06:50:22.664Z | Downloaded is_ci v1.2.0 |
475 | 2024-08-07T06:50:22.668Z | Downloaded match_cfg v0.1.0 |
476 | 2024-08-07T06:50:22.670Z | Downloaded indoc v1.0.9 |
477 | 2024-08-07T06:50:22.674Z | Downloaded ciborium-io v0.2.2 |
478 | 2024-08-07T06:50:22.677Z | Downloaded darling_macro v0.20.9 |
479 | 2024-08-07T06:50:22.677Z | Downloaded num_threads v0.1.7 |
480 | 2024-08-07T06:50:22.677Z | Downloaded num-conv v0.1.0 |
481 | 2024-08-07T06:50:22.680Z | Downloaded newtype_derive v0.1.6 |
482 | 2024-08-07T06:50:22.680Z | Downloaded openssl-probe v0.1.5 |
483 | 2024-08-07T06:50:22.682Z | Downloaded newline-converter v0.3.0 |
484 | 2024-08-07T06:50:22.682Z | Downloaded parse-size v1.0.0 |
485 | 2024-08-07T06:50:22.686Z | Downloaded normalize-line-endings v0.3.0 |
486 | 2024-08-07T06:50:22.686Z | Downloaded async-trait v0.1.81 |
487 | 2024-08-07T06:50:22.689Z | Downloaded base16ct v0.2.0 |
488 | 2024-08-07T06:50:22.691Z | Downloaded managed v0.8.0 |
489 | 2024-08-07T06:50:22.694Z | Downloaded linked-hash-map v0.5.6 |
490 | 2024-08-07T06:50:22.697Z | Downloaded crossbeam-deque v0.8.5 |
491 | 2024-08-07T06:50:22.699Z | Downloaded colored v2.1.0 |
492 | 2024-08-07T06:50:22.702Z | Downloaded is-terminal v0.4.12 |
493 | 2024-08-07T06:50:22.702Z | Downloaded opaque-debug v0.3.1 |
494 | 2024-08-07T06:50:22.705Z | Downloaded chacha20 v0.9.1 |
495 | 2024-08-07T06:50:22.707Z | Downloaded num v0.4.3 |
496 | 2024-08-07T06:50:22.710Z | Downloaded num_enum v0.5.11 |
497 | 2024-08-07T06:50:22.714Z | Downloaded constant_time_eq v0.3.0 |
498 | 2024-08-07T06:50:22.717Z | Downloaded num-iter v0.1.45 |
499 | 2024-08-07T06:50:22.720Z | Downloaded indexmap v1.9.3 |
500 | 2024-08-07T06:50:22.723Z | Downloaded inout v0.1.3 |
501 | 2024-08-07T06:50:22.725Z | Downloaded defmt-macros v0.3.9 |
502 | 2024-08-07T06:50:22.728Z | Downloaded parse-display v0.9.1 |
503 | 2024-08-07T06:50:22.731Z | Downloaded memmap2 v0.9.4 |
504 | 2024-08-07T06:50:22.733Z | Downloaded lalrpop-util v0.19.12 |
505 | 2024-08-07T06:50:22.736Z | Downloaded number_prefix v0.4.0 |
506 | 2024-08-07T06:50:22.736Z | Downloaded crunchy v0.2.2 |
507 | 2024-08-07T06:50:22.736Z | Downloaded cfg_aliases v0.1.1 |
508 | 2024-08-07T06:50:22.739Z | Downloaded addr2line v0.21.0 |
509 | 2024-08-07T06:50:22.741Z | Downloaded packed_struct_codegen v0.10.1 |
510 | 2024-08-07T06:50:22.744Z | Downloaded oso-derive v0.27.3 |
511 | 2024-08-07T06:50:22.744Z | Downloaded native-tls v0.2.11 |
512 | 2024-08-07T06:50:22.747Z | Downloaded openssl-macros v0.1.1 |
513 | 2024-08-07T06:50:22.750Z | Downloaded multer v3.1.0 |
514 | 2024-08-07T06:50:22.752Z | Downloaded md-5 v0.10.6 |
515 | 2024-08-07T06:50:22.755Z | Downloaded nanorand v0.7.0 |
516 | 2024-08-07T06:50:22.758Z | Downloaded take_mut v0.2.2 |
517 | 2024-08-07T06:50:22.758Z | Downloaded maplit v1.0.2 |
518 | 2024-08-07T06:50:22.760Z | Downloaded linear-map v1.2.0 |
519 | 2024-08-07T06:50:22.763Z | Downloaded cstr-argument v0.1.2 |
520 | 2024-08-07T06:50:22.763Z | Downloaded memoffset v0.9.1 |
521 | 2024-08-07T06:50:22.766Z | Downloaded allocator-api2 v0.2.18 |
522 | 2024-08-07T06:50:22.769Z | Downloaded owo-colors v4.0.0 |
523 | 2024-08-07T06:50:22.772Z | Downloaded crc32fast v1.4.0 |
524 | 2024-08-07T06:50:22.775Z | Downloaded slog-async v2.8.0 |
525 | 2024-08-07T06:50:22.777Z | Downloaded num_enum_derive v0.5.11 |
526 | 2024-08-07T06:50:22.780Z | Downloaded num-integer v0.1.46 |
527 | 2024-08-07T06:50:22.780Z | Downloaded display-error-chain v0.2.0 |
528 | 2024-08-07T06:50:22.783Z | Downloaded sha1 v0.10.6 |
529 | 2024-08-07T06:50:22.783Z | Downloaded ciborium-ll v0.2.2 |
530 | 2024-08-07T06:50:22.786Z | Downloaded bitflags v1.3.2 |
531 | 2024-08-07T06:50:22.788Z | Downloaded packed_struct v0.10.1 |
532 | 2024-08-07T06:50:22.791Z | Downloaded bitfield v0.14.0 |
533 | 2024-08-07T06:50:22.794Z | Downloaded parse-display-derive v0.9.1 |
534 | 2024-08-07T06:50:22.796Z | Downloaded spin v0.5.2 |
535 | 2024-08-07T06:50:22.796Z | Downloaded signal-hook-mio v0.2.3 |
536 | 2024-08-07T06:50:22.799Z | Downloaded curve25519-dalek-derive v0.1.1 |
537 | 2024-08-07T06:50:22.802Z | Downloaded libloading v0.8.3 |
538 | 2024-08-07T06:50:22.804Z | Downloaded parking_lot v0.12.2 |
539 | 2024-08-07T06:50:22.807Z | Downloaded endian-type v0.1.2 |
540 | 2024-08-07T06:50:22.807Z | Downloaded hubpack_derive v0.1.1 |
541 | 2024-08-07T06:50:22.810Z | Downloaded ipnet v2.9.0 |
542 | 2024-08-07T06:50:22.810Z | Downloaded fxhash v0.2.1 |
543 | 2024-08-07T06:50:22.812Z | Downloaded tap v1.0.1 |
544 | 2024-08-07T06:50:22.812Z | Downloaded serde_repr v0.1.19 |
545 | 2024-08-07T06:50:22.815Z | Downloaded oso v0.27.3 |
546 | 2024-08-07T06:50:22.819Z | Downloaded der v0.7.9 |
547 | 2024-08-07T06:50:22.825Z | Downloaded defmt-parser v0.3.4 |
548 | 2024-08-07T06:50:22.828Z | Downloaded utf-8 v0.7.6 |
549 | 2024-08-07T06:50:22.831Z | Downloaded num-rational v0.4.2 |
550 | 2024-08-07T06:50:22.833Z | Downloaded serde-big-array v0.5.1 |
551 | 2024-08-07T06:50:22.836Z | Downloaded stable_deref_trait v1.2.0 |
552 | 2024-08-07T06:50:22.836Z | Downloaded num-traits v0.2.19 |
553 | 2024-08-07T06:50:22.839Z | Downloaded slog-scope v4.4.0 |
554 | 2024-08-07T06:50:22.842Z | Downloaded phf_shared v0.10.0 |
555 | 2024-08-07T06:50:22.842Z | Downloaded ciborium v0.2.2 |
556 | 2024-08-07T06:50:22.845Z | Downloaded funty v2.0.0 |
557 | 2024-08-07T06:50:22.848Z | Downloaded smallvec v1.13.2 |
558 | 2024-08-07T06:50:22.850Z | Downloaded parking_lot_core v0.8.6 |
559 | 2024-08-07T06:50:22.853Z | Downloaded cassowary v0.3.0 |
560 | 2024-08-07T06:50:22.855Z | Downloaded buf-list v1.0.3 |
561 | 2024-08-07T06:50:22.858Z | Downloaded time-core v0.1.2 |
562 | 2024-08-07T06:50:22.861Z | Downloaded home v0.5.9 |
563 | 2024-08-07T06:50:22.861Z | Downloaded tokio-tungstenite v0.20.1 |
564 | 2024-08-07T06:50:22.863Z | Downloaded tokio-stream v0.1.15 |
565 | 2024-08-07T06:50:22.868Z | Downloaded omicron-zone-package v0.11.0 |
566 | 2024-08-07T06:50:22.873Z | Downloaded untrusted v0.7.1 |
567 | 2024-08-07T06:50:22.877Z | Downloaded diesel_table_macro_syntax v0.1.0 |
568 | 2024-08-07T06:50:22.877Z | Downloaded cookie v0.18.1 |
569 | 2024-08-07T06:50:22.879Z | Downloaded vsss-rs v3.3.4 |
570 | 2024-08-07T06:50:22.882Z | Downloaded rustc-hash v1.1.0 |
571 | 2024-08-07T06:50:22.885Z | Downloaded base64 v0.21.7 |
572 | 2024-08-07T06:50:22.889Z | Downloaded hash32 v0.2.1 |
573 | 2024-08-07T06:50:22.891Z | Downloaded pretty-hex v0.2.1 |
574 | 2024-08-07T06:50:22.894Z | Downloaded erased-serde v0.3.31 |
575 | 2024-08-07T06:50:22.896Z | Downloaded static_assertions v1.1.0 |
576 | 2024-08-07T06:50:22.899Z | Downloaded socket2 v0.5.7 |
577 | 2024-08-07T06:50:22.902Z | Downloaded smawk v0.3.2 |
578 | 2024-08-07T06:50:22.905Z | Downloaded ident_case v1.0.1 |
579 | 2024-08-07T06:50:22.905Z | Downloaded env_logger v0.10.2 |
580 | 2024-08-07T06:50:22.908Z | Downloaded phf v0.11.2 |
581 | 2024-08-07T06:50:22.910Z | Downloaded hyper-tls v0.5.0 |
582 | 2024-08-07T06:50:22.913Z | Downloaded iana-time-zone v0.1.60 |
583 | 2024-08-07T06:50:22.916Z | Downloaded tokio-rustls v0.25.0 |
584 | 2024-08-07T06:50:22.918Z | Downloaded tokio-rustls v0.24.1 |
585 | 2024-08-07T06:50:22.921Z | Downloaded untrusted v0.9.0 |
586 | 2024-08-07T06:50:22.924Z | Downloaded crossbeam-epoch v0.9.18 |
587 | 2024-08-07T06:50:22.927Z | Downloaded toolchain_find v0.4.0 |
588 | 2024-08-07T06:50:22.930Z | Downloaded subtle v2.5.0 |
589 | 2024-08-07T06:50:22.933Z | Downloaded futures-task v0.3.30 |
590 | 2024-08-07T06:50:22.933Z | Downloaded slab v0.4.9 |
591 | 2024-08-07T06:50:22.936Z | Downloaded sec1 v0.7.3 |
592 | 2024-08-07T06:50:22.938Z | Downloaded similar v2.5.0 |
593 | 2024-08-07T06:50:22.944Z | Downloaded derive_builder_macro v0.20.0 |
594 | 2024-08-07T06:50:22.947Z | Downloaded try-lock v0.2.5 |
595 | 2024-08-07T06:50:22.949Z | Downloaded foreign-types-shared v0.1.1 |
596 | 2024-08-07T06:50:22.949Z | Downloaded universal-hash v0.5.1 |
597 | 2024-08-07T06:50:22.949Z | Downloaded unicode-xid v0.2.4 |
598 | 2024-08-07T06:50:22.952Z | Downloaded socket2 v0.4.10 |
599 | 2024-08-07T06:50:22.955Z | Downloaded ref-cast-impl v1.0.23 |
600 | 2024-08-07T06:50:22.957Z | Downloaded ref-cast v1.0.23 |
601 | 2024-08-07T06:50:22.960Z | Downloaded topological-sort v0.2.2 |
602 | 2024-08-07T06:50:22.963Z | Downloaded portpicker v0.1.1 |
603 | 2024-08-07T06:50:22.963Z | Downloaded slog-envlogger v2.2.0 |
604 | 2024-08-07T06:50:22.966Z | Downloaded shlex v1.3.0 |
605 | 2024-08-07T06:50:22.966Z | Downloaded futures-io v0.3.30 |
606 | 2024-08-07T06:50:22.968Z | Downloaded slog-bunyan v2.5.0 |
607 | 2024-08-07T06:50:22.971Z | Downloaded tokio-macros v2.3.0 |
608 | 2024-08-07T06:50:22.971Z | Downloaded supports-color v3.0.0 |
609 | 2024-08-07T06:50:22.974Z | Downloaded openssl-sys v0.9.103 |
610 | 2024-08-07T06:50:22.978Z | Downloaded slog-dtrace v0.3.0 |
611 | 2024-08-07T06:50:22.981Z | Downloaded schemars_derive v0.8.21 |
612 | 2024-08-07T06:50:22.984Z | Downloaded tower-service v0.3.2 |
613 | 2024-08-07T06:50:22.984Z | Downloaded futures v0.3.30 |
614 | 2024-08-07T06:50:22.991Z | Downloaded compact_str v0.7.1 |
615 | 2024-08-07T06:50:22.994Z | Downloaded rustc-demangle v0.1.24 |
616 | 2024-08-07T06:50:22.997Z | Downloaded peg-runtime v0.8.3 |
617 | 2024-08-07T06:50:23.000Z | Downloaded getopts v0.2.21 |
618 | 2024-08-07T06:50:23.015Z | Downloaded unsafe-libyaml v0.2.11 |
619 | 2024-08-07T06:50:23.018Z | Downloaded shell-words v1.1.0 |
620 | 2024-08-07T06:50:23.020Z | Downloaded hmac v0.12.1 |
621 | 2024-08-07T06:50:23.021Z | Downloaded half v2.4.1 |
622 | 2024-08-07T06:50:23.024Z | Downloaded stability v0.2.0 |
623 | 2024-08-07T06:50:23.027Z | Downloaded float-cmp v0.9.0 |
624 | 2024-08-07T06:50:23.029Z | Downloaded rcgen v0.12.1 |
625 | 2024-08-07T06:50:23.032Z | Downloaded samael v0.0.15 |
626 | 2024-08-07T06:50:23.037Z | Downloaded gethostname v0.5.0 |
627 | 2024-08-07T06:50:23.039Z | Downloaded pin-utils v0.1.0 |
628 | 2024-08-07T06:50:23.042Z | Downloaded postgres-types v0.2.7 |
629 | 2024-08-07T06:50:23.045Z | Downloaded difflib v0.4.0 |
630 | 2024-08-07T06:50:23.045Z | Downloaded mio v0.8.11 |
631 | 2024-08-07T06:50:23.051Z | Downloaded der_derive v0.7.2 |
632 | 2024-08-07T06:50:23.054Z | Downloaded foreign-types-shared v0.3.1 |
633 | 2024-08-07T06:50:23.057Z | Downloaded foreign-types v0.3.2 |
634 | 2024-08-07T06:50:23.057Z | Downloaded pkg-config v0.3.30 |
635 | 2024-08-07T06:50:23.060Z | Downloaded pem v3.0.4 |
636 | 2024-08-07T06:50:23.063Z | Downloaded serde-hex v0.1.0 |
637 | 2024-08-07T06:50:23.063Z | Downloaded scopeguard v1.2.0 |
638 | 2024-08-07T06:50:23.065Z | Downloaded getrandom v0.2.14 |
639 | 2024-08-07T06:50:23.068Z | Downloaded downcast v0.11.0 |
640 | 2024-08-07T06:50:23.071Z | Downloaded sqlparser_derive v0.2.2 |
641 | 2024-08-07T06:50:23.071Z | Downloaded rustc_version v0.4.0 |
642 | 2024-08-07T06:50:23.073Z | Downloaded rustls-pemfile v2.1.3 |
643 | 2024-08-07T06:50:23.076Z | Downloaded poly1305 v0.8.0 |
644 | 2024-08-07T06:50:23.079Z | Downloaded whoami v1.5.1 |
645 | 2024-08-07T06:50:23.081Z | Downloaded thiserror-impl-no-std v2.0.2 |
646 | 2024-08-07T06:50:23.084Z | Downloaded termcolor v1.4.1 |
647 | 2024-08-07T06:50:23.087Z | Downloaded form_urlencoded v1.2.1 |
648 | 2024-08-07T06:50:23.087Z | Downloaded glob v0.3.1 |
649 | 2024-08-07T06:50:23.090Z | Downloaded fragile v2.0.0 |
650 | 2024-08-07T06:50:23.092Z | Downloaded zerocopy v0.6.6 |
651 | 2024-08-07T06:50:23.095Z | Downloaded peg v0.8.4 |
652 | 2024-08-07T06:50:23.099Z | Downloaded wyz v0.5.1 |
653 | 2024-08-07T06:50:23.102Z | Downloaded tokio-tungstenite v0.21.0 |
654 | 2024-08-07T06:50:23.104Z | Downloaded vte_generate_state_changes v0.1.1 |
655 | 2024-08-07T06:50:23.107Z | Downloaded pkcs8 v0.10.2 |
656 | 2024-08-07T06:50:23.110Z | Downloaded pem-rfc7468 v0.7.0 |
657 | 2024-08-07T06:50:23.112Z | Downloaded rayon-core v1.12.1 |
658 | 2024-08-07T06:50:23.116Z | Downloaded rustls-pemfile v1.0.4 |
659 | 2024-08-07T06:50:23.118Z | Downloaded walkdir v2.5.0 |
660 | 2024-08-07T06:50:23.121Z | Downloaded http-body v1.0.0 |
661 | 2024-08-07T06:50:23.124Z | Downloaded rand_seeder v0.3.0 |
662 | 2024-08-07T06:50:23.124Z | Downloaded itertools v0.12.1 |
663 | 2024-08-07T06:50:23.132Z | Downloaded embedded-io v0.4.0 |
664 | 2024-08-07T06:50:23.136Z | Downloaded radium v0.7.0 |
665 | 2024-08-07T06:50:23.139Z | Downloaded string_cache v0.8.7 |
666 | 2024-08-07T06:50:23.139Z | Downloaded precomputed-hash v0.1.1 |
667 | 2024-08-07T06:50:23.142Z | Downloaded which v4.4.2 |
668 | 2024-08-07T06:50:23.142Z | Downloaded itertools v0.10.5 |
669 | 2024-08-07T06:50:23.149Z | Downloaded tinyvec_macros v0.1.1 |
670 | 2024-08-07T06:50:23.151Z | Downloaded futures-channel v0.3.30 |
671 | 2024-08-07T06:50:23.154Z | Downloaded signal-hook-registry v1.4.2 |
672 | 2024-08-07T06:50:23.157Z | Downloaded hyper-rustls v0.24.2 |
673 | 2024-08-07T06:50:23.159Z | Downloaded zone_cfg_derive v0.1.2 |
674 | 2024-08-07T06:50:23.159Z | Downloaded tungstenite v0.20.1 |
675 | 2024-08-07T06:50:23.162Z | Downloaded diff v0.1.13 |
676 | 2024-08-07T06:50:23.166Z | Downloaded psl-types v2.0.11 |
677 | 2024-08-07T06:50:23.169Z | Downloaded hex v0.4.3 |
678 | 2024-08-07T06:50:23.171Z | Downloaded crossbeam-channel v0.5.12 |
679 | 2024-08-07T06:50:23.174Z | Downloaded yasna v0.5.2 |
680 | 2024-08-07T06:50:23.177Z | Downloaded strum v0.26.3 |
681 | 2024-08-07T06:50:23.179Z | Downloaded rusty-fork v0.3.0 |
682 | 2024-08-07T06:50:23.182Z | Downloaded globset v0.4.14 |
683 | 2024-08-07T06:50:23.182Z | Downloaded serde_path_to_error v0.1.16 |
684 | 2024-08-07T06:50:23.185Z | Downloaded serde_arrays v0.1.0 |
685 | 2024-08-07T06:50:23.187Z | Downloaded scheduled-thread-pool v0.2.7 |
686 | 2024-08-07T06:50:23.187Z | Downloaded tar v0.4.41 |
687 | 2024-08-07T06:50:23.190Z | Downloaded headers-core v0.2.0 |
688 | 2024-08-07T06:50:23.193Z | Downloaded signal-hook-tokio v0.3.1 |
689 | 2024-08-07T06:50:23.193Z | Downloaded trust-dns-client v0.22.0 |
690 | 2024-08-07T06:50:23.199Z | Downloaded textwrap v0.16.1 |
691 | 2024-08-07T06:50:23.203Z | Downloaded rand_chacha v0.3.1 |
692 | 2024-08-07T06:50:23.206Z | Downloaded thiserror-no-std v2.0.2 |
693 | 2024-08-07T06:50:23.209Z | Downloaded sigpipe v0.1.3 |
694 | 2024-08-07T06:50:23.212Z | Downloaded ppv-lite86 v0.2.17 |
695 | 2024-08-07T06:50:23.212Z | Downloaded wait-timeout v0.2.0 |
696 | 2024-08-07T06:50:23.217Z | Downloaded slog-stdlog v4.1.1 |
697 | 2024-08-07T06:50:23.218Z | Downloaded diesel_derives v2.1.4 |
698 | 2024-08-07T06:50:23.221Z | Downloaded float-ord v0.3.2 |
699 | 2024-08-07T06:50:23.221Z | Downloaded serde_with_macros v3.8.3 |
700 | 2024-08-07T06:50:23.224Z | Downloaded signal-hook v0.3.17 |
701 | 2024-08-07T06:50:23.227Z | Downloaded tls_codec_derive v0.4.1 |
702 | 2024-08-07T06:50:23.231Z | Downloaded r2d2 v0.8.10 |
703 | 2024-08-07T06:50:23.234Z | Downloaded thread_local v1.1.8 |
704 | 2024-08-07T06:50:23.234Z | Downloaded fallible-iterator v0.2.0 |
705 | 2024-08-07T06:50:23.237Z | Downloaded structmeta v0.3.0 |
706 | 2024-08-07T06:50:23.237Z | Downloaded postgres-protocol v0.6.7 |
707 | 2024-08-07T06:50:23.240Z | Downloaded rand v0.8.5 |
708 | 2024-08-07T06:50:23.242Z | Downloaded snafu v0.8.2 |
709 | 2024-08-07T06:50:23.249Z | Downloaded resolv-conf v0.7.0 |
710 | 2024-08-07T06:50:23.252Z | Downloaded heck v0.3.3 |
711 | 2024-08-07T06:50:23.255Z | Downloaded humantime v2.1.0 |
712 | 2024-08-07T06:50:23.258Z | Downloaded http-range v0.1.5 |
713 | 2024-08-07T06:50:23.258Z | Downloaded ff v0.13.0 |
714 | 2024-08-07T06:50:23.263Z | Downloaded unicode_categories v0.1.1 |
715 | 2024-08-07T06:50:23.263Z | Downloaded trust-dns-server v0.22.1 |
716 | 2024-08-07T06:50:23.266Z | Downloaded vte v0.11.1 |
717 | 2024-08-07T06:50:23.270Z | Downloaded structmeta v0.2.0 |
718 | 2024-08-07T06:50:23.273Z | Downloaded aho-corasick v1.1.3 |
719 | 2024-08-07T06:50:23.276Z | Downloaded rustls-pki-types v1.7.0 |
720 | 2024-08-07T06:50:23.279Z | Downloaded ena v0.14.3 |
721 | 2024-08-07T06:50:23.281Z | Downloaded derive_builder_core v0.20.0 |
722 | 2024-08-07T06:50:23.284Z | Downloaded rustversion v1.0.17 |
723 | 2024-08-07T06:50:23.286Z | Downloaded tracing-attributes v0.1.27 |
724 | 2024-08-07T06:50:23.290Z | Downloaded spki v0.7.3 |
725 | 2024-08-07T06:50:23.293Z | Downloaded ron v0.8.1 |
726 | 2024-08-07T06:50:23.297Z | Downloaded ron v0.7.1 |
727 | 2024-08-07T06:50:23.303Z | Downloaded crossterm v0.27.0 |
728 | 2024-08-07T06:50:23.311Z | Downloaded unicode-bidi v0.3.15 |
729 | 2024-08-07T06:50:23.313Z | Downloaded derive_builder v0.20.0 |
730 | 2024-08-07T06:50:23.319Z | Downloaded derive-where v1.2.7 |
731 | 2024-08-07T06:50:23.323Z | Downloaded steno v0.4.1 |
732 | 2024-08-07T06:50:23.328Z | Downloaded expectorate v1.1.0 |
733 | 2024-08-07T06:50:23.330Z | Downloaded signature v2.2.0 |
734 | 2024-08-07T06:50:23.333Z | Downloaded http v0.2.12 |
735 | 2024-08-07T06:50:23.337Z | Downloaded tungstenite v0.21.0 |
736 | 2024-08-07T06:50:23.341Z | Downloaded fatfs v0.3.6 |
737 | 2024-08-07T06:50:23.346Z | Downloaded reedline v0.31.0 |
738 | 2024-08-07T06:50:23.353Z | Downloaded futures-util v0.3.30 |
739 | 2024-08-07T06:50:23.366Z | Downloaded postcard v1.0.8 |
740 | 2024-08-07T06:50:23.370Z | Downloaded flate2 v1.0.31 |
741 | 2024-08-07T06:50:23.375Z | Downloaded regex-automata v0.1.10 |
742 | 2024-08-07T06:50:23.381Z | Downloaded headers v0.3.9 |
743 | 2024-08-07T06:50:23.387Z | Downloaded portable-atomic v1.6.0 |
744 | 2024-08-07T06:50:23.393Z | Downloaded unicode-normalization v0.1.23 |
745 | 2024-08-07T06:50:23.399Z | Downloaded tough v0.17.1 |
746 | 2024-08-07T06:50:23.407Z | Downloaded lalrpop v0.19.12 |
747 | 2024-08-07T06:50:23.420Z | Downloaded trust-dns-resolver v0.22.0 |
748 | 2024-08-07T06:50:23.425Z | Downloaded heapless v0.8.0 |
749 | 2024-08-07T06:50:23.430Z | Downloaded heapless v0.7.17 |
750 | 2024-08-07T06:50:23.433Z | Downloaded reqwest v0.11.27 |
751 | 2024-08-07T06:50:23.443Z | Downloaded hashbrown v0.12.3 |
752 | 2024-08-07T06:50:23.447Z | Downloaded h2 v0.3.26 |
753 | 2024-08-07T06:50:23.455Z | Downloaded chrono v0.4.38 |
754 | 2024-08-07T06:50:23.463Z | Downloaded serde_with v3.8.3 |
755 | 2024-08-07T06:50:23.472Z | Downloaded http v1.1.0 |
756 | 2024-08-07T06:50:23.476Z | Downloaded openssl v0.10.66 |
757 | 2024-08-07T06:50:23.488Z | Downloaded idna v0.5.0 |
758 | 2024-08-07T06:50:23.495Z | Downloaded hyper v0.14.30 |
759 | 2024-08-07T06:50:23.505Z | Downloaded rustyline v14.0.0 |
760 | 2024-08-07T06:50:23.511Z | Downloaded rayon v1.10.0 |
761 | 2024-08-07T06:50:23.522Z | Downloaded bindgen v0.69.4 |
762 | 2024-08-07T06:50:23.530Z | Downloaded hyper v1.3.1 |
763 | 2024-08-07T06:50:23.538Z | Downloaded gimli v0.28.1 |
764 | 2024-08-07T06:50:23.547Z | Downloaded sqlparser v0.45.0 |
765 | 2024-08-07T06:50:23.554Z | Downloaded rustls-webpki v0.102.4 |
766 | 2024-08-07T06:50:23.574Z | Downloaded smoltcp v0.9.1 |
767 | 2024-08-07T06:50:23.585Z | Downloaded webpki-roots v0.25.4 |
768 | 2024-08-07T06:50:23.590Z | Downloaded openapiv3 v2.0.0 |
769 | 2024-08-07T06:50:23.603Z | Downloaded curve25519-dalek v4.1.3 |
770 | 2024-08-07T06:50:23.612Z | Downloaded proptest v1.4.0 |
771 | 2024-08-07T06:50:23.621Z | Downloaded regress v0.9.1 |
772 | 2024-08-07T06:50:23.631Z | Downloaded regex-syntax v0.8.3 |
773 | 2024-08-07T06:50:23.640Z | Downloaded diesel v2.1.6 |
774 | 2024-08-07T06:50:23.660Z | Downloaded rustls v0.22.4 |
775 | 2024-08-07T06:50:23.674Z | Downloaded radix_trie v0.2.1 |
776 | 2024-08-07T06:50:23.680Z | Downloaded trust-dns-proto v0.22.0 |
777 | 2024-08-07T06:50:23.694Z | Downloaded polar-core v0.27.3 |
778 | 2024-08-07T06:50:23.703Z | Downloaded regex-automata v0.4.6 |
779 | 2024-08-07T06:50:23.723Z | Downloaded bstr v1.9.1 |
780 | 2024-08-07T06:50:23.734Z | Downloaded regex v1.10.6 |
781 | 2024-08-07T06:50:23.751Z | Downloaded bstr v0.2.17 |
782 | 2024-08-07T06:50:23.761Z | Downloaded tokio v1.38.1 |
783 | 2024-08-07T06:50:23.802Z | Downloaded sha3 v0.10.8 |
784 | 2024-08-07T06:50:23.806Z | Downloaded idna v0.2.3 |
785 | 2024-08-07T06:50:23.814Z | Downloaded regex-syntax v0.6.29 |
786 | 2024-08-07T06:50:23.824Z | Downloaded sled v0.34.7 |
787 | 2024-08-07T06:50:23.835Z | Downloaded ratatui v0.27.0 |
788 | 2024-08-07T06:50:23.856Z | Downloaded rustls v0.21.12 |
789 | 2024-08-07T06:50:23.869Z | Downloaded smoltcp v0.11.0 |
790 | 2024-08-07T06:50:23.884Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
791 | 2024-08-07T06:50:23.897Z | Downloaded zerocopy-derive v0.6.6 |
792 | 2024-08-07T06:50:23.907Z | Downloaded nix v0.28.0 |
793 | 2024-08-07T06:50:23.920Z | Downloaded finl_unicode v1.2.0 |
794 | 2024-08-07T06:50:23.934Z | Downloaded petgraph v0.6.5 |
795 | 2024-08-07T06:50:23.961Z | Downloaded winnow v0.5.40 |
796 | 2024-08-07T06:50:23.973Z | Downloaded csv v1.3.0 |
797 | 2024-08-07T06:50:24.001Z | Downloaded vcpkg v0.2.15 |
798 | 2024-08-07T06:50:24.043Z | Downloaded object v0.32.2 |
799 | 2024-08-07T06:50:24.054Z | Downloaded nix v0.27.1 |
800 | 2024-08-07T06:50:24.067Z | Downloaded time v0.3.36 |
801 | 2024-08-07T06:50:24.075Z | Downloaded object v0.30.4 |
802 | 2024-08-07T06:50:24.085Z | Downloaded encoding_rs v0.8.34 |
803 | 2024-08-07T06:50:24.107Z | Downloaded ring v0.17.8 |
804 | 2024-08-07T06:50:24.178Z | Downloaded bitvec v1.0.1 |
805 | 2024-08-07T06:50:24.194Z | Downloaded rustls-webpki v0.101.7 |
806 | 2024-08-07T06:50:24.211Z | Downloaded hkdf v0.12.4 |
807 | 2024-08-07T06:50:24.214Z | Downloaded tracing v0.1.40 |
808 | 2024-08-07T06:50:24.218Z | Downloaded blake3 v1.5.1 |
809 | 2024-08-07T06:50:24.225Z | Downloaded idna v0.3.0 |
810 | 2024-08-07T06:50:24.232Z | Downloaded tokio-util v0.7.11 |
811 | 2024-08-07T06:50:24.239Z | Downloaded quick-xml v0.31.0 |
812 | 2024-08-07T06:50:24.245Z | Downloaded hashbrown v0.13.2 |
813 | 2024-08-07T06:50:24.250Z | Downloaded x509-cert v0.2.5 |
814 | 2024-08-07T06:50:24.256Z | Downloaded flume v0.11.0 |
815 | 2024-08-07T06:50:24.260Z | Downloaded toml_edit v0.19.15 |
816 | 2024-08-07T06:50:24.277Z | Downloaded fastrand v2.1.0 |
817 | 2024-08-07T06:50:24.280Z | Downloaded tls_codec v0.4.1 |
818 | 2024-08-07T06:50:24.283Z | Downloaded serde_yaml v0.9.34+deprecated |
819 | 2024-08-07T06:50:24.286Z | Downloaded smf v0.2.3 |
820 | 2024-08-07T06:50:24.286Z | Downloaded prettyplease v0.2.20 |
821 | 2024-08-07T06:50:24.289Z | Downloaded publicsuffix v2.2.3 |
822 | 2024-08-07T06:50:24.291Z | Downloaded fd-lock v4.0.2 |
823 | 2024-08-07T06:50:24.294Z | Downloaded strum_macros v0.24.3 |
824 | 2024-08-07T06:50:24.297Z | Downloaded predicates v3.1.2 |
825 | 2024-08-07T06:50:24.299Z | Downloaded hostname v0.4.0 |
826 | 2024-08-07T06:50:24.302Z | Downloaded serde_derive_internals v0.29.1 |
827 | 2024-08-07T06:50:24.302Z | Downloaded itertools v0.13.0 |
828 | 2024-08-07T06:50:24.310Z | Downloaded rpassword v7.3.1 |
829 | 2024-08-07T06:50:24.312Z | Downloaded proc-macro-crate v1.3.1 |
830 | 2024-08-07T06:50:24.313Z | Downloaded filetime v0.2.23 |
831 | 2024-08-07T06:50:24.315Z | Downloaded deranged v0.3.11 |
832 | 2024-08-07T06:50:24.315Z | Downloaded hash32 v0.3.1 |
833 | 2024-08-07T06:50:24.318Z | Downloaded group v0.13.0 |
834 | 2024-08-07T06:50:24.318Z | Downloaded unicase v2.7.0 |
835 | 2024-08-07T06:50:24.321Z | Downloaded unarray v0.1.4 |
836 | 2024-08-07T06:50:24.321Z | Downloaded toml v0.5.11 |
837 | 2024-08-07T06:50:24.324Z | Downloaded schemars v0.8.21 |
838 | 2024-08-07T06:50:24.335Z | Downloaded pkcs1 v0.7.5 |
839 | 2024-08-07T06:50:24.338Z | Downloaded same-file v1.0.6 |
840 | 2024-08-07T06:50:24.342Z | Downloaded typed-path v0.7.1 |
841 | 2024-08-07T06:50:24.344Z | Downloaded toml v0.7.8 |
842 | 2024-08-07T06:50:24.349Z | Downloaded sqlformat v0.2.4 |
843 | 2024-08-07T06:50:24.351Z | Downloaded powerfmt v0.2.0 |
844 | 2024-08-07T06:50:24.354Z | Downloaded hostname v0.3.1 |
845 | 2024-08-07T06:50:24.354Z | Downloaded rand_xorshift v0.3.0 |
846 | 2024-08-07T06:50:24.356Z | Downloaded term v0.7.0 |
847 | 2024-08-07T06:50:24.359Z | Downloaded slog v2.7.0 |
848 | 2024-08-07T06:50:24.362Z | Downloaded unicode-segmentation v1.11.0 |
849 | 2024-08-07T06:50:24.365Z | Downloaded dirs-next v2.0.0 |
850 | 2024-08-07T06:50:24.367Z | Downloaded xattr v1.3.1 |
851 | 2024-08-07T06:50:24.370Z | Downloaded strip-ansi-escapes v0.2.0 |
852 | 2024-08-07T06:50:24.370Z | Downloaded stringprep v0.1.4 |
853 | 2024-08-07T06:50:24.373Z | Downloaded serde_urlencoded v0.7.1 |
854 | 2024-08-07T06:50:24.373Z | Downloaded serde_plain v1.0.2 |
855 | 2024-08-07T06:50:24.375Z | Downloaded foreign-types v0.5.0 |
856 | 2024-08-07T06:50:24.375Z | Downloaded tempfile v3.10.1 |
857 | 2024-08-07T06:50:24.378Z | Downloaded unicode-linebreak v0.1.5 |
858 | 2024-08-07T06:50:24.381Z | Downloaded peg-macros v0.8.4 |
859 | 2024-08-07T06:50:24.381Z | Downloaded slog-term v2.9.1 |
860 | 2024-08-07T06:50:24.385Z | Downloaded derive_more v0.99.18 |
861 | 2024-08-07T06:50:24.388Z | Downloaded tokio-postgres v0.7.11 |
862 | 2024-08-07T06:50:24.393Z | Downloaded rsa v0.9.6 |
863 | 2024-08-07T06:50:24.399Z | Downloaded rustfmt-wrapper v0.2.1 |
864 | 2024-08-07T06:50:24.401Z | Downloaded rustc_version v0.1.7 |
865 | 2024-08-07T06:50:24.402Z | Downloaded rand_core v0.6.4 |
866 | 2024-08-07T06:50:24.404Z | Downloaded spin v0.9.8 |
867 | 2024-08-07T06:50:24.407Z | Downloaded test-strategy v0.3.1 |
868 | 2024-08-07T06:50:24.410Z | Downloaded ring v0.16.20 |
869 | 2024-08-07T06:50:24.491Z | Downloaded elliptic-curve v0.13.8 |
870 | 2024-08-07T06:50:24.495Z | Downloaded url v2.5.2 |
871 | 2024-08-07T06:50:24.498Z | Downloaded httparse v1.8.0 |
872 | 2024-08-07T06:50:24.501Z | Downloaded libm v0.2.8 |
873 | 2024-08-07T06:50:24.509Z | Downloaded predicates-core v1.0.6 |
874 | 2024-08-07T06:50:24.511Z | Downloaded tracing-core v0.1.32 |
875 | 2024-08-07T06:50:24.514Z | Downloaded waitgroup v0.1.2 |
876 | 2024-08-07T06:50:24.514Z | Downloaded tiny-keccak v2.0.2 |
877 | 2024-08-07T06:50:24.517Z | Downloaded percent-encoding v2.3.1 |
878 | 2024-08-07T06:50:24.517Z | Downloaded zip v0.6.6 |
879 | 2024-08-07T06:50:24.521Z | Downloaded num-bigint-dig v0.8.4 |
880 | 2024-08-07T06:50:24.526Z | Downloaded nom v7.1.3 |
881 | 2024-08-07T06:50:24.531Z | Downloaded want v0.3.1 |
882 | 2024-08-07T06:50:24.534Z | Downloaded subprocess v0.2.9 |
883 | 2024-08-07T06:50:24.537Z | Downloaded libxml v0.3.3 |
884 | 2024-08-07T06:50:24.540Z | Downloaded cc v1.0.97 |
885 | 2024-08-07T06:50:24.543Z | Downloaded password-hash v0.5.0 |
886 | 2024-08-07T06:50:24.546Z | Downloaded num-bigint v0.4.5 |
887 | 2024-08-07T06:50:24.550Z | Downloaded futures-core v0.3.30 |
888 | 2024-08-07T06:50:24.552Z | Downloaded paste v1.0.15 |
889 | 2024-08-07T06:50:24.555Z | Downloaded minimal-lexical v0.2.1 |
890 | 2024-08-07T06:50:24.558Z | Downloaded highway v1.2.0 |
891 | 2024-08-07T06:50:24.561Z | Downloaded httpdate v1.0.3 |
892 | 2024-08-07T06:50:24.561Z | Downloaded tui-tree-widget v0.21.0 |
893 | 2024-08-07T06:50:24.564Z | Downloaded termios v0.3.3 |
894 | 2024-08-07T06:50:24.564Z | Downloaded slog-json v2.6.1 |
895 | 2024-08-07T06:50:24.567Z | Downloaded darling_core v0.20.9 |
896 | 2024-08-07T06:50:24.570Z | Downloaded crypto-bigint v0.5.5 |
897 | 2024-08-07T06:50:24.577Z | Downloaded chacha20poly1305 v0.10.1 |
898 | 2024-08-07T06:50:24.580Z | Downloaded base64 v0.22.1 |
899 | 2024-08-07T06:50:24.583Z | Downloaded strum_macros v0.26.4 |
900 | 2024-08-07T06:50:24.586Z | Downloaded futures-macro v0.3.30 |
901 | 2024-08-07T06:50:24.588Z | Downloaded futures-executor v0.3.30 |
902 | 2024-08-07T06:50:24.588Z | Downloaded flagset v0.4.5 |
903 | 2024-08-07T06:50:24.588Z | Downloaded fixedbitset v0.4.2 |
904 | 2024-08-07T06:50:24.591Z | Downloaded pin-project v1.1.5 |
905 | 2024-08-07T06:50:24.600Z | Downloaded time-macros v0.2.18 |
906 | 2024-08-07T06:50:24.603Z | Downloaded hyper-staticfile v0.10.1 |
907 | 2024-08-07T06:50:24.606Z | Downloaded backtrace v0.3.71 |
908 | 2024-08-07T06:50:24.609Z | Downloaded const_format v0.2.32 |
909 | 2024-08-07T06:50:24.614Z | Downloaded snafu-derive v0.8.2 |
910 | 2024-08-07T06:50:24.617Z | Downloaded termtree v0.4.1 |
911 | 2024-08-07T06:50:24.617Z | Downloaded predicates-tree v1.0.9 |
912 | 2024-08-07T06:50:24.620Z | Downloaded hubpack v0.1.2 |
913 | 2024-08-07T06:50:24.620Z | Downloaded http-body v0.4.6 |
914 | 2024-08-07T06:50:24.622Z | Downloaded bytes v1.7.1 |
915 | 2024-08-07T06:50:24.625Z | Downloaded sct v0.7.1 |
916 | 2024-08-07T06:50:24.628Z | Downloaded pin-project-lite v0.2.14 |
917 | 2024-08-07T06:50:24.633Z | Downloaded futures-sink v0.3.30 |
918 | 2024-08-07T06:50:24.636Z | Downloaded strum_macros v0.25.3 |
919 | 2024-08-07T06:50:24.636Z | Downloaded const-oid v0.9.6 |
920 | 2024-08-07T06:50:24.638Z | Downloaded either v1.13.0 |
921 | 2024-08-07T06:50:24.638Z | Downloaded dyn-clone v1.0.17 |
922 | 2024-08-07T06:50:24.641Z | Downloaded uuid v1.10.0 |
923 | 2024-08-07T06:50:24.644Z | Downloaded pin-project-internal v1.1.5 |
924 | 2024-08-07T06:50:24.647Z | Downloaded tinyvec v1.6.0 |
925 | 2024-08-07T06:50:24.649Z | Downloaded tokio-native-tls v0.3.1 |
926 | 2024-08-07T06:50:24.650Z | Downloaded smallvec v0.6.14 |
927 | 2024-08-07T06:50:24.652Z | Downloaded env_logger v0.9.3 |
928 | 2024-08-07T06:50:24.655Z | Downloaded path-slash v0.1.5 |
929 | 2024-08-07T06:50:24.655Z | Downloaded siphasher v0.3.11 |
930 | 2024-08-07T06:50:24.658Z | Downloaded semver v0.1.20 |
931 | 2024-08-07T06:50:24.658Z | Downloaded secrecy v0.8.0 |
932 | 2024-08-07T06:50:24.658Z | Downloaded parking_lot_core v0.9.10 |
933 | 2024-08-07T06:50:24.661Z | Downloaded base64 v0.13.1 |
934 | 2024-08-07T06:50:24.663Z | Downloaded rtoolbox v0.0.2 |
935 | 2024-08-07T06:50:24.666Z | Downloaded nu-ansi-term v0.50.0 |
936 | 2024-08-07T06:50:24.669Z | Downloaded mockall_derive v0.12.1 |
937 | 2024-08-07T06:50:24.669Z | Downloaded uzers v0.11.3 |
938 | 2024-08-07T06:50:24.672Z | Downloaded clang-sys v1.7.0 |
939 | 2024-08-07T06:50:24.674Z | Downloaded cobs v0.2.3 |
940 | 2024-08-07T06:50:24.674Z | Downloaded quick-error v1.2.3 |
941 | 2024-08-07T06:50:24.674Z | Downloaded phf_shared v0.11.2 |
942 | 2024-08-07T06:50:24.677Z | Downloaded foreign-types-macros v0.2.3 |
943 | 2024-08-07T06:50:24.677Z | Downloaded enum-as-inner v0.5.1 |
944 | 2024-08-07T06:50:24.680Z | Downloaded dirs-sys-next v0.1.2 |
945 | 2024-08-07T06:50:24.680Z | Downloaded zone v0.1.8 |
946 | 2024-08-07T06:50:24.680Z | Downloaded zeroize_derive v1.4.2 |
947 | 2024-08-07T06:50:24.683Z | Downloaded zeroize v1.7.0 |
948 | 2024-08-07T06:50:24.683Z | Downloaded defmt v0.3.8 |
949 | 2024-08-07T06:50:24.685Z | Downloaded csv-core v0.1.11 |
950 | 2024-08-07T06:50:24.688Z | Downloaded indicatif v0.17.8 |
951 | 2024-08-07T06:50:24.691Z | Downloaded const_format_proc_macros v0.2.32 |
952 | 2024-08-07T06:50:24.693Z | Downloaded cancel-safe-futures v0.1.5 |
953 | 2024-08-07T06:50:24.696Z | Downloaded bzip2 v0.4.4 |
954 | 2024-08-07T06:50:24.699Z | Downloaded camino-tempfile v1.1.1 |
955 | 2024-08-07T06:50:24.701Z | Downloaded structmeta-derive v0.3.0 |
956 | 2024-08-07T06:50:24.702Z | Downloaded structmeta-derive v0.2.0 |
957 | 2024-08-07T06:50:24.702Z | Downloaded parking_lot v0.11.2 |
958 | 2024-08-07T06:50:24.705Z | Downloaded backoff v0.4.0 |
959 | 2024-08-07T06:50:24.709Z | Downloaded unicode-truncate v1.0.0 |
960 | 2024-08-07T06:50:24.709Z | Downloaded num-complex v0.4.6 |
961 | 2024-08-07T06:50:24.709Z | Downloaded multimap v0.10.0 |
962 | 2024-08-07T06:50:24.712Z | Downloaded crc-any v2.5.0 |
963 | 2024-08-07T06:50:24.712Z | Downloaded blake2 v0.10.6 |
964 | 2024-08-07T06:50:24.714Z | Downloaded tabwriter v1.4.0 |
965 | 2024-08-07T06:50:24.717Z | Downloaded data-encoding v2.6.0 |
966 | 2024-08-07T06:50:24.717Z | Downloaded crossbeam-utils v0.8.19 |
967 | 2024-08-07T06:50:24.720Z | Downloaded miniz_oxide v0.7.2 |
968 | 2024-08-07T06:50:24.723Z | Downloaded crc-catalog v2.4.0 |
969 | 2024-08-07T06:50:24.723Z | Downloaded convert_case v0.4.0 |
970 | 2024-08-07T06:50:24.723Z | Downloaded cipher v0.4.4 |
971 | 2024-08-07T06:50:24.725Z | Downloaded olpc-cjson v0.1.3 |
972 | 2024-08-07T06:50:24.725Z | Downloaded newtype-uuid v1.1.0 |
973 | 2024-08-07T06:50:24.728Z | Downloaded crc v3.2.1 |
974 | 2024-08-07T06:50:24.731Z | Downloaded bitstruct_derive v0.1.0 |
975 | 2024-08-07T06:50:24.731Z | Downloaded num_cpus v1.16.0 |
976 | 2024-08-07T06:50:24.735Z | Downloaded nibble_vec v0.1.0 |
977 | 2024-08-07T06:50:24.735Z | Downloaded mime v0.3.17 |
978 | 2024-08-07T06:50:24.735Z | Downloaded lazycell v1.3.0 |
979 | 2024-08-07T06:50:24.737Z | Downloaded darling v0.20.9 |
980 | 2024-08-07T06:50:24.740Z | Downloaded base64ct v1.6.0 |
981 | 2024-08-07T06:50:24.743Z | Downloaded arc-swap v1.7.1 |
982 | 2024-08-07T06:50:24.745Z | Downloaded ahash v0.8.11 |
983 | 2024-08-07T06:50:24.748Z | Downloaded cookie_store v0.20.0 |
984 | 2024-08-07T06:50:24.750Z | Downloaded ascii v1.1.0 |
985 | 2024-08-07T06:50:24.753Z | Downloaded libsw v3.3.1 |
986 | 2024-08-07T06:50:24.753Z | Downloaded cookie v0.17.0 |
987 | 2024-08-07T06:50:24.756Z | Downloaded console v0.15.8 |
988 | 2024-08-07T06:50:24.759Z | Downloaded bitfield-struct v0.6.1 |
989 | 2024-08-07T06:50:24.761Z | Downloaded sync_wrapper v0.1.2 |
990 | 2024-08-07T06:50:24.761Z | Downloaded atomic-waker v1.1.2 |
991 | 2024-08-07T06:50:24.761Z | Downloaded mime_guess v2.0.4 |
992 | 2024-08-07T06:50:24.764Z | Downloaded lru v0.12.3 |
993 | 2024-08-07T06:50:24.764Z | Downloaded kstat-rs v0.2.4 |
994 | 2024-08-07T06:50:24.767Z | Downloaded ipnetwork v0.20.0 |
995 | 2024-08-07T06:50:24.767Z | Downloaded nodrop v0.1.14 |
996 | 2024-08-07T06:50:24.770Z | Downloaded new_debug_unreachable v1.0.6 |
997 | 2024-08-07T06:50:24.770Z | Downloaded lock_api v0.4.12 |
998 | 2024-08-07T06:50:24.770Z | Downloaded indent_write v2.2.0 |
999 | 2024-08-07T06:50:24.773Z | Downloaded bcs v0.1.6 |
1000 | 2024-08-07T06:50:24.773Z | Downloaded arrayvec v0.7.4 |
1001 | 2024-08-07T06:50:24.775Z | Downloaded argon2 v0.5.3 |
1002 | 2024-08-07T06:50:24.778Z | Downloaded ascii-canvas v3.0.0 |
1003 | 2024-08-07T06:50:24.778Z | Downloaded debug-ignore v1.0.5 |
1004 | 2024-08-07T06:50:24.781Z | Downloaded async-recursion v1.1.1 |
1005 | 2024-08-07T06:50:24.783Z | Downloaded castaway v0.2.2 |
1006 | 2024-08-07T06:50:24.783Z | Downloaded block-padding v0.3.3 |
1007 | 2024-08-07T06:50:24.786Z | Downloaded num-derive v0.4.2 |
1008 | 2024-08-07T06:50:24.786Z | Downloaded mockall v0.12.1 |
1009 | 2024-08-07T06:50:24.789Z | Downloaded maybe-uninit v2.0.0 |
1010 | 2024-08-07T06:50:24.789Z | Downloaded matches v0.1.10 |
1011 | 2024-08-07T06:50:24.789Z | Downloaded cexpr v0.6.0 |
1012 | 2024-08-07T06:50:24.791Z | Downloaded arrayref v0.3.7 |
1013 | 2024-08-07T06:50:24.791Z | Downloaded bb8 v0.8.5 |
1014 | 2024-08-07T06:50:24.794Z | Downloaded bit-vec v0.6.3 |
1015 | 2024-08-07T06:50:24.794Z | Downloaded bit-set v0.5.3 |
1016 | 2024-08-07T06:50:24.797Z | Downloaded libefi-sys v0.1.0 |
1017 | 2024-08-07T06:50:24.797Z | Downloaded lazy_static v1.5.0 |
1018 | 2024-08-07T06:50:24.799Z | Downloaded keccak v0.1.5 |
1019 | 2024-08-07T06:50:24.800Z | Downloaded impl-trait-for-tuples v0.2.2 |
1020 | 2024-08-07T06:50:24.803Z | Downloaded lru-cache v0.1.2 |
1021 | 2024-08-07T06:50:24.803Z | Downloaded async-stream v0.3.5 |
1022 | 2024-08-07T06:50:24.805Z | Downloaded array-init v0.0.4 |
1023 | 2024-08-07T06:50:24.805Z | Downloaded aead v0.5.2 |
1024 | 2024-08-07T06:50:24.805Z | Downloaded async-stream-impl v0.3.5 |
1025 | 2024-08-07T06:50:24.808Z | Downloaded bitstruct v0.1.1 |
1026 | 2024-08-07T06:50:24.905Z | Compiling cfg-if v1.0.0 |
1027 | 2024-08-07T06:50:24.905Z | Compiling serde v1.0.204 |
1028 | 2024-08-07T06:50:24.908Z | Compiling lock_api v0.4.12 |
1029 | 2024-08-07T06:50:24.908Z | Compiling scopeguard v1.2.0 |
1030 | 2024-08-07T06:50:24.908Z | Compiling log v0.4.21 |
1031 | 2024-08-07T06:50:25.075Z | Compiling syn v2.0.72 |
1032 | 2024-08-07T06:50:25.078Z | Compiling cc v1.0.97 |
1033 | 2024-08-07T06:50:25.078Z | Compiling parking_lot_core v0.9.10 |
1034 | 2024-08-07T06:50:25.122Z | Compiling getrandom v0.2.14 |
1035 | 2024-08-07T06:50:25.196Z | Compiling smallvec v1.13.2 |
1036 | 2024-08-07T06:50:25.531Z | Compiling rand_core v0.6.4 |
1037 | 2024-08-07T06:50:25.610Z | Compiling typenum v1.17.0 |
1038 | 2024-08-07T06:50:25.656Z | Compiling pin-project-lite v0.2.14 |
1039 | 2024-08-07T06:50:25.691Z | Compiling generic-array v0.14.7 |
1040 | 2024-08-07T06:50:25.785Z | Compiling signal-hook-registry v1.4.2 |
1041 | 2024-08-07T06:50:25.985Z | Compiling mio v0.8.11 |
1042 | 2024-08-07T06:50:26.017Z | Compiling parking_lot v0.12.2 |
1043 | 2024-08-07T06:50:26.119Z | Compiling spin v0.9.8 |
1044 | 2024-08-07T06:50:26.307Z | Compiling libm v0.2.8 |
1045 | 2024-08-07T06:50:26.549Z | Compiling serde_json v1.0.122 |
1046 | 2024-08-07T06:50:26.606Z | Compiling futures-core v0.3.30 |
1047 | 2024-08-07T06:50:26.693Z | Compiling socket2 v0.5.7 |
1048 | 2024-08-07T06:50:26.858Z | Compiling num_cpus v1.16.0 |
1049 | 2024-08-07T06:50:26.954Z | Compiling num-traits v0.2.19 |
1050 | 2024-08-07T06:50:26.972Z | Compiling ahash v0.8.11 |
1051 | 2024-08-07T06:50:26.988Z | Compiling tinyvec_macros v0.1.1 |
1052 | 2024-08-07T06:50:27.083Z | Compiling tinyvec v1.6.0 |
1053 | 2024-08-07T06:50:27.410Z | Compiling slab v0.4.9 |
1054 | 2024-08-07T06:50:27.503Z | Compiling const-oid v0.9.6 |
1055 | 2024-08-07T06:50:27.656Z | Compiling futures-sink v0.3.30 |
1056 | 2024-08-07T06:50:27.748Z | Compiling subtle v2.5.0 |
1057 | 2024-08-07T06:50:27.955Z | Compiling allocator-api2 v0.2.18 |
1058 | 2024-08-07T06:50:28.104Z | Compiling unicode-bidi v0.3.15 |
1059 | 2024-08-07T06:50:28.588Z | Compiling unicode-normalization v0.1.23 |
1060 | 2024-08-07T06:50:28.773Z | Compiling futures-channel v0.3.30 |
1061 | 2024-08-07T06:50:28.906Z | Compiling pin-utils v0.1.0 |
1062 | 2024-08-07T06:50:29.070Z | Compiling futures-task v0.3.30 |
1063 | 2024-08-07T06:50:29.089Z | Compiling futures-io v0.3.30 |
1064 | 2024-08-07T06:50:29.256Z | Compiling vcpkg v0.2.15 |
1065 | 2024-08-07T06:50:29.413Z | Compiling pkg-config v0.3.30 |
1066 | 2024-08-07T06:50:29.449Z | Compiling ring v0.17.8 |
1067 | 2024-08-07T06:50:29.612Z | Compiling ppv-lite86 v0.2.17 |
1068 | 2024-08-07T06:50:29.783Z | Compiling percent-encoding v2.3.1 |
1069 | 2024-08-07T06:50:29.920Z | Compiling tracing-core v0.1.32 |
1070 | 2024-08-07T06:50:30.208Z | Compiling rustix v0.38.34 |
1071 | 2024-08-07T06:50:30.500Z | Compiling rand_chacha v0.3.1 |
1072 | 2024-08-07T06:50:30.747Z | Compiling num-conv v0.1.0 |
1073 | 2024-08-07T06:50:31.011Z | Compiling syn v1.0.109 |
1074 | 2024-08-07T06:50:31.051Z | Compiling time-core v0.1.2 |
1075 | 2024-08-07T06:50:31.129Z | Compiling untrusted v0.9.0 |
1076 | 2024-08-07T06:50:31.213Z | Compiling powerfmt v0.2.0 |
1077 | 2024-08-07T06:50:31.298Z | Compiling httparse v1.8.0 |
1078 | 2024-08-07T06:50:31.418Z | Compiling time-macros v0.2.18 |
1079 | 2024-08-07T06:50:31.556Z | Compiling openssl-sys v0.9.103 |
1080 | 2024-08-07T06:50:31.625Z | Compiling deranged v0.3.11 |
1081 | 2024-08-07T06:50:31.809Z | Compiling rand v0.8.5 |
1082 | 2024-08-07T06:50:31.864Z | Compiling base64ct v1.6.0 |
1083 | 2024-08-07T06:50:32.517Z | Compiling try-lock v0.2.5 |
1084 | 2024-08-07T06:50:32.666Z | Compiling iana-time-zone v0.1.60 |
1085 | 2024-08-07T06:50:32.739Z | Compiling rustversion v1.0.17 |
1086 | 2024-08-07T06:50:33.094Z | Compiling num_threads v0.1.7 |
1087 | 2024-08-07T06:50:33.228Z | Compiling foreign-types-shared v0.1.1 |
1088 | 2024-08-07T06:50:33.250Z | Compiling openssl v0.10.66 |
1089 | 2024-08-07T06:50:33.330Z | Compiling foreign-types v0.3.2 |
1090 | 2024-08-07T06:50:33.522Z | Compiling want v0.3.1 |
1091 | 2024-08-07T06:50:33.595Z | Compiling pem-rfc7468 v0.7.0 |
1092 | 2024-08-07T06:50:33.802Z | Compiling form_urlencoded v1.2.1 |
1093 | 2024-08-07T06:50:34.191Z | Compiling native-tls v0.2.11 |
1094 | 2024-08-07T06:50:34.365Z | Compiling flagset v0.4.5 |
1095 | 2024-08-07T06:50:34.480Z | Compiling rustls v0.21.12 |
1096 | 2024-08-07T06:50:34.531Z | Compiling siphasher v0.3.11 |
1097 | 2024-08-07T06:50:34.571Z | Compiling crossbeam-utils v0.8.19 |
1098 | 2024-08-07T06:50:34.769Z | Compiling time v0.3.36 |
1099 | 2024-08-07T06:50:34.830Z | Compiling serde_derive_internals v0.29.1 |
1100 | 2024-08-07T06:50:34.909Z | Compiling idna v0.5.0 |
1101 | 2024-08-07T06:50:35.249Z | Compiling lazy_static v1.5.0 |
1102 | 2024-08-07T06:50:35.360Z | Compiling aho-corasick v1.1.3 |
1103 | 2024-08-07T06:50:36.222Z | Compiling cookie v0.17.0 |
1104 | 2024-08-07T06:50:36.535Z | Compiling slog v2.7.0 |
1105 | 2024-08-07T06:50:36.574Z | Compiling finl_unicode v1.2.0 |
1106 | 2024-08-07T06:50:37.063Z | Compiling httpdate v1.0.3 |
1107 | 2024-08-07T06:50:37.174Z | Compiling adler v1.0.2 |
1108 | 2024-08-07T06:50:37.398Z | Compiling openssl-probe v0.1.5 |
1109 | 2024-08-07T06:50:37.528Z | Compiling regex-syntax v0.8.3 |
1110 | 2024-08-07T06:50:37.773Z | Compiling schemars v0.8.21 |
1111 | 2024-08-07T06:50:37.832Z | Compiling cpufeatures v0.2.12 |
1112 | 2024-08-07T06:50:37.938Z | Compiling tower-service v0.3.2 |
1113 | 2024-08-07T06:50:38.078Z | Compiling signal-hook v0.3.17 |
1114 | 2024-08-07T06:50:38.173Z | Compiling miniz_oxide v0.7.2 |
1115 | 2024-08-07T06:50:38.391Z | Compiling stringprep v0.1.4 |
1116 | 2024-08-07T06:50:39.786Z | Compiling rustls-webpki v0.101.7 |
1117 | 2024-08-07T06:50:39.811Z | Compiling sct v0.7.1 |
1118 | 2024-08-07T06:50:40.218Z | Compiling url v2.5.2 |
1119 | 2024-08-07T06:50:40.436Z | Compiling serde_derive v1.0.204 |
1120 | 2024-08-07T06:50:41.097Z | Compiling zeroize_derive v1.4.2 |
1121 | 2024-08-07T06:50:41.614Z | Compiling zerocopy-derive v0.7.34 |
1122 | 2024-08-07T06:50:41.662Z | Compiling tokio-macros v2.3.0 |
1123 | 2024-08-07T06:50:41.787Z | Compiling thiserror-impl v1.0.63 |
1124 | 2024-08-07T06:50:42.166Z | Compiling futures-macro v0.3.30 |
1125 | 2024-08-07T06:50:42.786Z | Compiling zeroize v1.7.0 |
1126 | 2024-08-07T06:50:43.367Z | Compiling tracing-attributes v0.1.27 |
1127 | 2024-08-07T06:50:44.093Z | Compiling zerocopy v0.7.34 |
1128 | 2024-08-07T06:50:44.354Z | Compiling futures-util v0.3.30 |
1129 | 2024-08-07T06:50:44.602Z | Compiling crypto-common v0.1.6 |
1130 | 2024-08-07T06:50:44.670Z | Compiling block-buffer v0.10.4 |
1131 | 2024-08-07T06:50:44.861Z | Compiling scroll_derive v0.12.0 |
1132 | 2024-08-07T06:50:44.937Z | Compiling digest v0.10.7 |
1133 | 2024-08-07T06:50:45.280Z | Compiling thiserror v1.0.63 |
1134 | 2024-08-07T06:50:45.427Z | Compiling pest v2.7.10 |
1135 | 2024-08-07T06:50:45.446Z | Compiling hmac v0.12.1 |
1136 | 2024-08-07T06:50:45.701Z | Compiling der_derive v0.7.2 |
1137 | 2024-08-07T06:50:46.455Z | Compiling hashbrown v0.14.5 |
1138 | 2024-08-07T06:50:46.537Z | Compiling scroll v0.12.0 |
1139 | 2024-08-07T06:50:47.146Z | Compiling goblin v0.8.2 |
1140 | 2024-08-07T06:50:47.474Z | Compiling tracing v0.1.40 |
1141 | 2024-08-07T06:50:47.969Z | Compiling openssl-macros v0.1.1 |
1142 | 2024-08-07T06:50:48.012Z | Compiling pest_meta v2.7.10 |
1143 | 2024-08-07T06:50:48.391Z | Compiling der v0.7.9 |
1144 | 2024-08-07T06:50:48.561Z | Compiling sha2 v0.10.8 |
1145 | 2024-08-07T06:50:48.775Z | Compiling md-5 v0.10.6 |
1146 | 2024-08-07T06:50:49.078Z | Compiling regex-automata v0.4.6 |
1147 | 2024-08-07T06:50:50.827Z | Compiling pest_generator v2.7.10 |
1148 | 2024-08-07T06:50:51.907Z | Compiling spki v0.7.3 |
1149 | 2024-08-07T06:50:52.315Z | Compiling schemars_derive v0.8.21 |
1150 | 2024-08-07T06:50:52.476Z | Compiling num-integer v0.1.46 |
1151 | 2024-08-07T06:50:53.013Z | Compiling idna v0.3.0 |
1152 | 2024-08-07T06:50:53.331Z | Compiling backtrace v0.3.71 |
1153 | 2024-08-07T06:50:53.382Z | Compiling pest_derive v2.7.10 |
1154 | 2024-08-07T06:50:53.830Z | Compiling hash32 v0.2.1 |
1155 | 2024-08-07T06:50:54.243Z | Compiling dtrace-parser v0.2.0 |
1156 | 2024-08-07T06:50:54.265Z | Compiling crc32fast v1.4.0 |
1157 | 2024-08-07T06:50:54.691Z | Compiling psl-types v2.0.11 |
1158 | 2024-08-07T06:50:54.848Z | Compiling fallible-iterator v0.2.0 |
1159 | 2024-08-07T06:50:54.899Z | Compiling gimli v0.28.1 |
1160 | 2024-08-07T06:50:55.608Z | Compiling stable_deref_trait v1.2.0 |
1161 | 2024-08-07T06:50:55.719Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1162 | 2024-08-07T06:50:55.859Z | Compiling bytes v1.7.1 |
1163 | 2024-08-07T06:50:56.221Z | Compiling bitflags v2.6.0 |
1164 | 2024-08-07T06:50:56.589Z | Compiling indexmap v2.3.0 |
1165 | 2024-08-07T06:50:56.699Z | Compiling semver v1.0.23 |
1166 | 2024-08-07T06:50:57.236Z | Compiling tokio v1.38.1 |
1167 | 2024-08-07T06:50:57.496Z | Compiling http v0.2.12 |
1168 | 2024-08-07T06:50:58.128Z | Compiling uuid v1.10.0 |
1169 | 2024-08-07T06:50:58.232Z | Compiling rustc_version v0.4.0 |
1170 | 2024-08-07T06:50:59.073Z | Compiling chrono v0.4.38 |
1171 | 2024-08-07T06:50:59.682Z | Compiling http-body v0.4.6 |
1172 | 2024-08-07T06:50:59.704Z | Compiling heapless v0.7.17 |
1173 | 2024-08-07T06:51:00.174Z | Compiling dof v0.3.0 |
1174 | 2024-08-07T06:51:00.239Z | Compiling serde_spanned v0.6.7 |
1175 | 2024-08-07T06:51:00.267Z | Compiling toml_datetime v0.6.8 |
1176 | 2024-08-07T06:51:00.495Z | Compiling serde_tokenstream v0.2.1 |
1177 | 2024-08-07T06:51:00.826Z | Compiling smoltcp v0.9.1 |
1178 | 2024-08-07T06:51:01.085Z | Compiling usdt-impl v0.5.0 |
1179 | 2024-08-07T06:51:01.618Z | Compiling base64 v0.22.1 |
1180 | 2024-08-07T06:51:01.924Z | Compiling dyn-clone v1.0.17 |
1181 | 2024-08-07T06:51:02.157Z | Compiling postgres-protocol v0.6.7 |
1182 | 2024-08-07T06:51:02.466Z | Compiling terminal_size v0.3.0 |
1183 | 2024-08-07T06:51:02.729Z | Compiling addr2line v0.21.0 |
1184 | 2024-08-07T06:51:02.748Z | Compiling http v1.1.0 |
1185 | 2024-08-07T06:51:03.361Z | Compiling publicsuffix v2.2.3 |
1186 | 2024-08-07T06:51:03.552Z | Compiling pkcs8 v0.10.2 |
1187 | 2024-08-07T06:51:03.595Z | Compiling hubpack_derive v0.1.1 |
1188 | 2024-08-07T06:51:03.621Z | Compiling block-padding v0.3.3 |
1189 | 2024-08-07T06:51:03.866Z | Compiling zerocopy-derive v0.6.6 |
1190 | 2024-08-07T06:51:03.919Z | Compiling async-trait v0.1.81 |
1191 | 2024-08-07T06:51:05.407Z | Compiling phf_shared v0.11.2 |
1192 | 2024-08-07T06:51:05.456Z | Compiling diesel_table_macro_syntax v0.1.0 |
1193 | 2024-08-07T06:51:05.819Z | Compiling tokio-util v0.7.11 |
1194 | 2024-08-07T06:51:05.904Z | Compiling tokio-rustls v0.24.1 |
1195 | 2024-08-07T06:51:06.179Z | Compiling ff v0.13.0 |
1196 | 2024-08-07T06:51:06.291Z | Compiling scheduled-thread-pool v0.2.7 |
1197 | 2024-08-07T06:51:06.345Z | Compiling fs-err v2.11.0 |
1198 | 2024-08-07T06:51:06.459Z | Compiling object v0.32.2 |
1199 | 2024-08-07T06:51:06.667Z | Compiling regex-automata v0.1.10 |
1200 | 2024-08-07T06:51:06.810Z | Compiling tokio-native-tls v0.3.1 |
1201 | 2024-08-07T06:51:06.939Z | Compiling h2 v0.3.26 |
1202 | 2024-08-07T06:51:07.065Z | Compiling base16ct v0.2.0 |
1203 | 2024-08-07T06:51:07.091Z | Compiling either v1.13.0 |
1204 | 2024-08-07T06:51:07.187Z | Compiling anyhow v1.0.86 |
1205 | 2024-08-07T06:51:07.252Z | Compiling rustc-demangle v0.1.24 |
1206 | 2024-08-07T06:51:07.396Z | Compiling managed v0.8.0 |
1207 | 2024-08-07T06:51:07.539Z | Compiling base64 v0.21.7 |
1208 | 2024-08-07T06:51:07.841Z | Compiling winnow v0.5.40 |
1209 | 2024-08-07T06:51:07.859Z | Compiling ipnet v2.9.0 |
1210 | 2024-08-07T06:51:08.302Z | Compiling bitflags v1.3.2 |
1211 | 2024-08-07T06:51:08.320Z | Compiling bit-vec v0.6.3 |
1212 | 2024-08-07T06:51:08.406Z | Compiling matches v0.1.10 |
1213 | 2024-08-07T06:51:08.511Z | Compiling idna v0.2.3 |
1214 | 2024-08-07T06:51:09.209Z | Compiling rustls-pemfile v1.0.4 |
1215 | 2024-08-07T06:51:09.439Z | Compiling clap_builder v4.5.13 |
1216 | 2024-08-07T06:51:09.680Z | Compiling sec1 v0.7.3 |
1217 | 2024-08-07T06:51:10.232Z | Compiling bstr v0.2.17 |
1218 | 2024-08-07T06:51:10.430Z | Compiling r2d2 v0.8.10 |
1219 | 2024-08-07T06:51:10.858Z | Compiling group v0.13.0 |
1220 | 2024-08-07T06:51:11.181Z | Compiling zerocopy v0.6.6 |
1221 | 2024-08-07T06:51:11.199Z | Compiling diesel_derives v2.1.4 |
1222 | 2024-08-07T06:51:11.808Z | Compiling toml_edit v0.19.15 |
1223 | 2024-08-07T06:51:12.027Z | Compiling phf v0.11.2 |
1224 | 2024-08-07T06:51:12.048Z | Compiling signal-hook-mio v0.2.3 |
1225 | 2024-08-07T06:51:12.226Z | Compiling cookie_store v0.20.0 |
1226 | 2024-08-07T06:51:12.362Z | Compiling hubpack v0.1.2 |
1227 | 2024-08-07T06:51:12.851Z | Compiling ipnetwork v0.20.0 |
1228 | 2024-08-07T06:51:13.366Z | Compiling http-body v1.0.0 |
1229 | 2024-08-07T06:51:13.796Z | Compiling inout v0.1.3 |
1230 | 2024-08-07T06:51:14.197Z | Compiling postgres-types v0.2.7 |
1231 | 2024-08-07T06:51:14.218Z | Compiling usdt-attr-macro v0.5.0 |
1232 | 2024-08-07T06:51:14.397Z | Compiling hyper v0.14.30 |
1233 | 2024-08-07T06:51:15.756Z | Compiling usdt-macro v0.5.0 |
1234 | 2024-08-07T06:51:15.967Z | Compiling serde_urlencoded v0.7.1 |
1235 | 2024-08-07T06:51:16.571Z | Compiling regex v1.10.6 |
1236 | 2024-08-07T06:51:17.288Z | Compiling num-bigint v0.4.5 |
1237 | 2024-08-07T06:51:17.347Z | Compiling futures-executor v0.3.30 |
1238 | 2024-08-07T06:51:17.768Z | Compiling enum-as-inner v0.5.1 |
1239 | 2024-08-07T06:51:17.964Z | Compiling hkdf v0.12.4 |
1240 | 2024-08-07T06:51:18.247Z | Compiling crypto-bigint v0.5.5 |
1241 | 2024-08-07T06:51:18.380Z | Compiling serde_repr v0.1.19 |
1242 | 2024-08-07T06:51:18.882Z | Compiling clap_derive v4.5.13 |
1243 | 2024-08-07T06:51:19.202Z | Compiling strum_macros v0.25.3 |
1244 | 2024-08-07T06:51:19.657Z | Compiling phf_shared v0.10.0 |
1245 | 2024-08-07T06:51:20.089Z | Compiling float-cmp v0.9.0 |
1246 | 2024-08-07T06:51:20.173Z | Compiling encoding_rs v0.8.34 |
1247 | 2024-08-07T06:51:20.325Z | Compiling precomputed-hash v0.1.1 |
1248 | 2024-08-07T06:51:20.453Z | Compiling webpki-roots v0.25.4 |
1249 | 2024-08-07T06:51:20.628Z | Compiling data-encoding v2.6.0 |
1250 | 2024-08-07T06:51:23.138Z | Compiling hyper-rustls v0.24.2 |
1251 | 2024-08-07T06:51:23.444Z | Compiling hyper-tls v0.5.0 |
1252 | 2024-08-07T06:51:23.543Z | Compiling predicates-core v1.0.6 |
1253 | 2024-08-07T06:51:23.836Z | Compiling minimal-lexical v0.2.1 |
1254 | 2024-08-07T06:51:23.885Z | Compiling difflib v0.4.0 |
1255 | 2024-08-07T06:51:24.282Z | Compiling fixedbitset v0.4.2 |
1256 | 2024-08-07T06:51:24.396Z | Compiling normalize-line-endings v0.3.0 |
1257 | 2024-08-07T06:51:24.450Z | Compiling mime v0.3.17 |
1258 | 2024-08-07T06:51:24.531Z | Compiling new_debug_unreachable v1.0.6 |
1259 | 2024-08-07T06:51:24.632Z | Compiling sync_wrapper v0.1.2 |
1260 | 2024-08-07T06:51:24.717Z | Compiling unicode-segmentation v1.11.0 |
1261 | 2024-08-07T06:51:24.764Z | Compiling static_assertions v1.1.0 |
1262 | 2024-08-07T06:51:24.782Z | Compiling whoami v1.5.1 |
1263 | 2024-08-07T06:51:24.871Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1264 | 2024-08-07T06:51:24.937Z | Compiling reqwest v0.11.27 |
1265 | 2024-08-07T06:51:25.047Z | Compiling petgraph v0.6.5 |
1266 | 2024-08-07T06:51:25.096Z | Compiling string_cache v0.8.7 |
1267 | 2024-08-07T06:51:25.458Z | Compiling similar v2.5.0 |
1268 | 2024-08-07T06:51:25.550Z | Compiling tokio-postgres v0.7.11 |
1269 | 2024-08-07T06:51:25.576Z | Compiling predicates v3.1.2 |
1270 | 2024-08-07T06:51:25.591Z | Compiling diesel v2.1.6 |
1271 | 2024-08-07T06:51:27.442Z | Compiling nom v7.1.3 |
1272 | 2024-08-07T06:51:28.212Z | Compiling clap v4.5.13 |
1273 | 2024-08-07T06:51:28.332Z | Compiling console v0.15.8 |
1274 | 2024-08-07T06:51:28.754Z | Compiling elliptic-curve v0.13.8 |
1275 | 2024-08-07T06:51:29.269Z | Compiling trust-dns-proto v0.22.0 |
1276 | 2024-08-07T06:51:29.670Z | Compiling toml_edit v0.22.20 |
1277 | 2024-08-07T06:51:29.935Z | Compiling yasna v0.5.2 |
1278 | 2024-08-07T06:51:31.371Z | Compiling usdt v0.5.0 |
1279 | 2024-08-07T06:51:31.533Z | Compiling futures v0.3.30 |
1280 | 2024-08-07T06:51:31.592Z | Compiling toml v0.7.8 |
1281 | 2024-08-07T06:51:31.908Z | Compiling flate2 v1.0.31 |
1282 | 2024-08-07T06:51:31.952Z | Compiling cipher v0.4.4 |
1283 | 2024-08-07T06:51:32.490Z | Compiling hyper v1.3.1 |
1284 | 2024-08-07T06:51:32.612Z | Compiling crossterm v0.27.0 |
1285 | 2024-08-07T06:51:33.382Z | Compiling bit-set v0.5.3 |
1286 | 2024-08-07T06:51:33.686Z | Compiling itertools v0.10.5 |
1287 | 2024-08-07T06:51:33.895Z | Compiling itertools v0.12.1 |
1288 | 2024-08-07T06:51:35.487Z | Compiling tokio-stream v0.1.15 |
1289 | 2024-08-07T06:51:36.528Z | Compiling openapiv3 v2.0.0 |
1290 | 2024-08-07T06:51:36.566Z | Compiling hex v0.4.3 |
1291 | 2024-08-07T06:51:36.788Z | Compiling bstr v1.9.1 |
1292 | 2024-08-07T06:51:37.198Z | Compiling num-iter v0.1.45 |
1293 | 2024-08-07T06:51:37.296Z | Compiling crossbeam-epoch v0.9.18 |
1294 | 2024-08-07T06:51:37.397Z | Compiling dirs-sys-next v0.1.2 |
1295 | 2024-08-07T06:51:38.071Z | Compiling unicode-xid v0.2.4 |
1296 | 2024-08-07T06:51:38.117Z | Compiling peg-runtime v0.8.3 |
1297 | 2024-08-07T06:51:38.137Z | Compiling lalrpop-util v0.19.12 |
1298 | 2024-08-07T06:51:38.254Z | Compiling dirs-next v2.0.0 |
1299 | 2024-08-07T06:51:38.352Z | Compiling thread_local v1.1.8 |
1300 | 2024-08-07T06:51:38.468Z | Compiling slog-async v2.8.0 |
1301 | 2024-08-07T06:51:38.511Z | Compiling term v0.7.0 |
1302 | 2024-08-07T06:51:38.717Z | Compiling xattr v1.3.1 |
1303 | 2024-08-07T06:51:38.854Z | Compiling crossbeam-channel v0.5.12 |
1304 | 2024-08-07T06:51:38.997Z | Compiling strum_macros v0.26.4 |
1305 | 2024-08-07T06:51:39.017Z | Compiling filetime v0.2.23 |
1306 | 2024-08-07T06:51:39.146Z | Compiling is-terminal v0.4.12 |
1307 | 2024-08-07T06:51:39.293Z | Compiling take_mut v0.2.2 |
1308 | 2024-08-07T06:51:39.357Z | Compiling slog-term v2.9.1 |
1309 | 2024-08-07T06:51:39.451Z | Compiling tar v0.4.41 |
1310 | 2024-08-07T06:51:40.164Z | Compiling camino v1.1.7 |
1311 | 2024-08-07T06:51:42.369Z | Compiling strum v0.26.3 |
1312 | 2024-08-07T06:51:54.415Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1313 | 2024-08-07T06:51:54.679Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1314 | 2024-08-07T06:52:00.268Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s |
1315 | 2024-08-07T06:52:00.405Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1316 | 2024-08-07T06:52:00.452Z | Aug 07 06:51:58.943 INFO Starting download, target: Console |
1317 | 2024-08-07T06:52:00.452Z | Aug 07 06:51:58.944 INFO Starting download, target: Clickhouse |
1318 | 2024-08-07T06:52:00.452Z | Aug 07 06:51:58.944 INFO Starting download, target: Cockroach |
1319 | 2024-08-07T06:52:00.452Z | Aug 07 06:51:58.944 INFO Starting download, target: DendriteOpenapi |
1320 | 2024-08-07T06:52:00.452Z | Aug 07 06:51:58.944 INFO Starting download, target: DendriteStub |
1321 | 2024-08-07T06:52:00.454Z | Aug 07 06:51:58.944 INFO Starting download, target: MaghemiteMgd |
1322 | 2024-08-07T06:52:00.454Z | Aug 07 06:51:58.944 INFO Starting download, target: TransceiverControl |
1323 | 2024-08-07T06:52:00.454Z | Aug 07 06:51:58.944 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1324 | 2024-08-07T06:52:00.454Z | Aug 07 06:51:58.944 INFO Downloading out/downloads/dpd-9811438cc91c6ec4e8a8ca12479c920bb25fec81.json (attempt 1/3), target: DendriteOpenapi |
1325 | 2024-08-07T06:52:00.454Z | Aug 07 06:51:58.945 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1326 | 2024-08-07T06:52:00.454Z | Aug 07 06:51:58.945 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1327 | 2024-08-07T06:52:00.455Z | Aug 07 06:51:58.945 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1328 | 2024-08-07T06:52:00.455Z | Aug 07 06:51:58.945 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1329 | 2024-08-07T06:52:00.455Z | Aug 07 06:51:58.945 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1330 | 2024-08-07T06:52:00.604Z | Aug 07 06:51:59.085 INFO Download complete, target: DendriteOpenapi |
1331 | 2024-08-07T06:52:00.682Z | Aug 07 06:51:59.167 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1332 | 2024-08-07T06:52:00.959Z | Aug 07 06:51:59.448 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1333 | 2024-08-07T06:52:01.190Z | Aug 07 06:51:59.681 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1334 | 2024-08-07T06:52:01.325Z | Aug 07 06:51:59.817 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1335 | 2024-08-07T06:52:01.371Z | Aug 07 06:51:59.863 INFO Download complete, target: Console |
1336 | 2024-08-07T06:52:01.490Z | Aug 07 06:51:59.982 INFO Download complete, target: TransceiverControl |
1337 | 2024-08-07T06:52:02.530Z | Aug 07 06:52:01.022 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1338 | 2024-08-07T06:52:02.747Z | Aug 07 06:52:01.239 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1339 | 2024-08-07T06:52:02.747Z | Aug 07 06:52:01.239 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1340 | 2024-08-07T06:52:04.452Z | Aug 07 06:52:02.944 INFO Download complete, target: DendriteStub |
1341 | 2024-08-07T06:52:04.508Z | Aug 07 06:52:03.000 INFO Download complete, target: MaghemiteMgd |
1342 | 2024-08-07T06:52:11.468Z | Aug 07 06:52:09.958 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1343 | 2024-08-07T06:52:11.789Z | Aug 07 06:52:10.279 INFO Checking that binary works, target: Cockroach |
1344 | 2024-08-07T06:52:12.040Z | Aug 07 06:52:10.530 INFO Download complete, target: Cockroach |
1345 | 2024-08-07T06:52:17.339Z | Aug 07 06:52:15.829 INFO Checking that binary works, target: Clickhouse |
1346 | 2024-08-07T06:52:17.640Z | Aug 07 06:52:16.130 INFO Download complete, target: Clickhouse |
1347 | 2024-08-07T06:52:17.661Z | All builder prerequisites installed successfully, and PATH looks valid |
1348 | 2024-08-07T06:52:17.663Z | |
1349 | 2024-08-07T06:52:17.664Z | real 4:16.809001670 |
1350 | 2024-08-07T06:52:17.664Z | user 12:24.912585978 |
1351 | 2024-08-07T06:52:17.664Z | sys 2:36.616052193 |
1352 | 2024-08-07T06:52:17.664Z | trap 0.445544698 |
1353 | 2024-08-07T06:52:17.664Z | tflt 4.394295749 |
1354 | 2024-08-07T06:52:17.664Z | dflt 5.255043092 |
1355 | 2024-08-07T06:52:17.664Z | kflt 0.168225093 |
1356 | 2024-08-07T06:52:17.664Z | lock 23:48.484274886 |
1357 | 2024-08-07T06:52:17.664Z | slp 48:38.078198798 |
1358 | 2024-08-07T06:52:17.664Z | lat 40.844893250 |
1359 | 2024-08-07T06:52:17.664Z | stop 1:44.496282648 |
1360 | 2024-08-07T06:52:17.664Z | + banner clippy |
1361 | 2024-08-07T06:52:17.667Z | |
1362 | 2024-08-07T06:52:17.667Z | #### # # ##### ##### # # |
1363 | 2024-08-07T06:52:17.667Z | # # # # # # # # # # |
1364 | 2024-08-07T06:52:17.667Z | # # # # # # # # |
1365 | 2024-08-07T06:52:17.667Z | # # # ##### ##### # |
1366 | 2024-08-07T06:52:17.667Z | # # # # # # # |
1367 | 2024-08-07T06:52:17.667Z | #### ###### # # # # |
1368 | 2024-08-07T06:52:17.667Z | |
1369 | 2024-08-07T06:52:17.667Z | + export CARGO_INCREMENTAL=0 |
1370 | 2024-08-07T06:52:17.667Z | + CARGO_INCREMENTAL=0 |
1371 | 2024-08-07T06:52:17.667Z | + ptime -m cargo xtask clippy |
1372 | 2024-08-07T06:52:18.220Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1373 | 2024-08-07T06:52:21.882Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s |
1374 | 2024-08-07T06:52:21.951Z | Running `target/debug/xtask clippy` |
1375 | 2024-08-07T06:52:21.977Z | running: "/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1376 | 2024-08-07T06:52:22.732Z | Downloading crates ... |
1377 | 2024-08-07T06:52:23.093Z | Downloaded plotters-svg v0.3.5 |
1378 | 2024-08-07T06:52:23.096Z | Downloaded option-ext v0.2.0 |
1379 | 2024-08-07T06:52:23.096Z | Downloaded doc-comment v0.3.3 |
1380 | 2024-08-07T06:52:23.099Z | Downloaded russh-cryptovec v0.7.2 |
1381 | 2024-08-07T06:52:23.099Z | Downloaded escape8259 v0.5.2 |
1382 | 2024-08-07T06:52:23.099Z | Downloaded dhcproto-macros v0.1.0 |
1383 | 2024-08-07T06:52:23.102Z | Downloaded nested v0.1.1 |
1384 | 2024-08-07T06:52:23.105Z | Downloaded guppy-workspace-hack v0.1.0 |
1385 | 2024-08-07T06:52:23.107Z | Downloaded anes v0.1.6 |
1386 | 2024-08-07T06:52:23.110Z | Downloaded criterion-plot v0.5.0 |
1387 | 2024-08-07T06:52:23.113Z | Downloaded tower-layer v0.3.2 |
1388 | 2024-08-07T06:52:23.113Z | Downloaded dirs-sys v0.4.1 |
1389 | 2024-08-07T06:52:23.116Z | Downloaded cast v0.3.0 |
1390 | 2024-08-07T06:52:23.119Z | Downloaded md5 v0.7.0 |
1391 | 2024-08-07T06:52:23.122Z | Downloaded pathdiff v0.2.1 |
1392 | 2024-08-07T06:52:23.131Z | Downloaded rfc6979 v0.4.0 |
1393 | 2024-08-07T06:52:23.133Z | Downloaded ed25519 v2.2.3 |
1394 | 2024-08-07T06:52:23.136Z | Downloaded dirs v5.0.1 |
1395 | 2024-08-07T06:52:23.136Z | Downloaded ctr v0.9.2 |
1396 | 2024-08-07T06:52:23.139Z | Downloaded ghash v0.5.1 |
1397 | 2024-08-07T06:52:23.139Z | Downloaded futures-timer v3.0.3 |
1398 | 2024-08-07T06:52:23.142Z | Downloaded cbc v0.1.2 |
1399 | 2024-08-07T06:52:23.142Z | Downloaded blowfish v0.9.1 |
1400 | 2024-08-07T06:52:23.145Z | Downloaded rand_chacha v0.2.2 |
1401 | 2024-08-07T06:52:23.145Z | Downloaded approx v0.5.1 |
1402 | 2024-08-07T06:52:23.152Z | Downloaded bcrypt-pbkdf v0.10.0 |
1403 | 2024-08-07T06:52:23.155Z | Downloaded ecdsa v0.16.9 |
1404 | 2024-08-07T06:52:23.157Z | Downloaded blake2b_simd v1.0.2 |
1405 | 2024-08-07T06:52:23.162Z | Downloaded pbkdf2 v0.11.0 |
1406 | 2024-08-07T06:52:23.165Z | Downloaded datatest-stable v0.2.9 |
1407 | 2024-08-07T06:52:23.168Z | Downloaded polyval v0.6.2 |
1408 | 2024-08-07T06:52:23.172Z | Downloaded target-spec v3.2.1 |
1409 | 2024-08-07T06:52:23.175Z | Downloaded yansi v0.5.1 |
1410 | 2024-08-07T06:52:23.178Z | Downloaded relative-path v1.9.3 |
1411 | 2024-08-07T06:52:23.178Z | Downloaded similar-asserts v1.5.0 |
1412 | 2024-08-07T06:52:23.181Z | Downloaded hex-literal v0.4.1 |
1413 | 2024-08-07T06:52:23.183Z | Downloaded pbkdf2 v0.12.2 |
1414 | 2024-08-07T06:52:23.186Z | Downloaded primeorder v0.13.6 |
1415 | 2024-08-07T06:52:23.186Z | Downloaded plotters-backend v0.3.5 |
1416 | 2024-08-07T06:52:23.189Z | Downloaded oorandom v11.1.3 |
1417 | 2024-08-07T06:52:23.189Z | Downloaded internet-checksum v0.2.1 |
1418 | 2024-08-07T06:52:23.192Z | Downloaded threadpool v1.8.1 |
1419 | 2024-08-07T06:52:23.195Z | Downloaded rustls-native-certs v0.7.0 |
1420 | 2024-08-07T06:52:23.197Z | Downloaded target-lexicon v0.12.16 |
1421 | 2024-08-07T06:52:23.200Z | Downloaded assert_cmd v2.0.15 |
1422 | 2024-08-07T06:52:23.203Z | Downloaded password-hash v0.4.2 |
1423 | 2024-08-07T06:52:23.203Z | Downloaded libtest-mimic v0.7.3 |
1424 | 2024-08-07T06:52:23.206Z | Downloaded tinytemplate v1.2.1 |
1425 | 2024-08-07T06:52:23.208Z | Downloaded cfg-expr v0.16.0 |
1426 | 2024-08-07T06:52:23.211Z | Downloaded rstest v0.19.0 |
1427 | 2024-08-07T06:52:23.215Z | Downloaded rand_core v0.5.1 |
1428 | 2024-08-07T06:52:23.218Z | Downloaded rust-argon2 v2.1.0 |
1429 | 2024-08-07T06:52:23.220Z | Downloaded dhcproto v0.12.0 |
1430 | 2024-08-07T06:52:23.223Z | Downloaded partial-io v0.5.4 |
1431 | 2024-08-07T06:52:23.223Z | Downloaded russh-keys v0.43.0 |
1432 | 2024-08-07T06:52:23.226Z | Downloaded hyper-rustls v0.26.0 |
1433 | 2024-08-07T06:52:23.229Z | Downloaded trybuild v1.0.99 |
1434 | 2024-08-07T06:52:23.232Z | Downloaded aes v0.8.4 |
1435 | 2024-08-07T06:52:23.236Z | Downloaded httptest v0.15.5 |
1436 | 2024-08-07T06:52:23.238Z | Downloaded rstest_macros v0.19.0 |
1437 | 2024-08-07T06:52:23.241Z | Downloaded rand_distr v0.4.3 |
1438 | 2024-08-07T06:52:23.244Z | Downloaded hyper-util v0.1.3 |
1439 | 2024-08-07T06:52:23.247Z | Downloaded getrandom v0.1.16 |
1440 | 2024-08-07T06:52:23.250Z | Downloaded p256 v0.13.2 |
1441 | 2024-08-07T06:52:23.266Z | Downloaded pretty_assertions v1.4.0 |
1442 | 2024-08-07T06:52:23.269Z | Downloaded fancy-regex v0.13.0 |
1443 | 2024-08-07T06:52:23.276Z | Downloaded tower v0.4.13 |
1444 | 2024-08-07T06:52:23.286Z | Downloaded russh v0.43.0 |
1445 | 2024-08-07T06:52:23.291Z | Downloaded criterion v0.5.1 |
1446 | 2024-08-07T06:52:23.297Z | Downloaded rand v0.7.3 |
1447 | 2024-08-07T06:52:23.302Z | Downloaded plotters v0.3.5 |
1448 | 2024-08-07T06:52:23.310Z | Downloaded p521 v0.13.3 |
1449 | 2024-08-07T06:52:23.314Z | Downloaded guppy v0.17.7 |
1450 | 2024-08-07T06:52:23.320Z | Downloaded ed25519-dalek v2.1.1 |
1451 | 2024-08-07T06:52:23.322Z | Downloaded aes-gcm v0.10.3 |
1452 | 2024-08-07T06:52:23.982Z | Checking cfg-if v1.0.0 |
1453 | 2024-08-07T06:52:24.046Z | Checking libc v0.2.155 |
1454 | 2024-08-07T06:52:24.066Z | Checking serde v1.0.204 |
1455 | 2024-08-07T06:52:24.082Z | Checking memchr v2.7.2 |
1456 | 2024-08-07T06:52:24.106Z | Checking scopeguard v1.2.0 |
1457 | 2024-08-07T06:52:24.106Z | Checking log v0.4.21 |
1458 | 2024-08-07T06:52:24.144Z | Checking itoa v1.0.11 |
1459 | 2024-08-07T06:52:24.163Z | Checking byteorder v1.5.0 |
1460 | 2024-08-07T06:52:24.185Z | Checking smallvec v1.13.2 |
1461 | 2024-08-07T06:52:24.264Z | Checking lock_api v0.4.12 |
1462 | 2024-08-07T06:52:24.347Z | Checking once_cell v1.19.0 |
1463 | 2024-08-07T06:52:24.425Z | Checking pin-project-lite v0.2.14 |
1464 | 2024-08-07T06:52:24.559Z | Checking zeroize v1.7.0 |
1465 | 2024-08-07T06:52:24.588Z | Checking libm v0.2.8 |
1466 | 2024-08-07T06:52:24.614Z | Checking ryu v1.0.18 |
1467 | 2024-08-07T06:52:24.657Z | Checking typenum v1.17.0 |
1468 | 2024-08-07T06:52:24.694Z | Checking spin v0.9.8 |
1469 | 2024-08-07T06:52:24.851Z | Checking futures-core v0.3.30 |
1470 | 2024-08-07T06:52:24.878Z | Checking thiserror v1.0.63 |
1471 | 2024-08-07T06:52:24.980Z | Checking subtle v2.5.0 |
1472 | 2024-08-07T06:52:25.026Z | Checking zerocopy v0.7.34 |
1473 | 2024-08-07T06:52:25.056Z | Checking futures-sink v0.3.30 |
1474 | 2024-08-07T06:52:25.080Z | Checking slab v0.4.9 |
1475 | 2024-08-07T06:52:25.174Z | Checking getrandom v0.2.14 |
1476 | 2024-08-07T06:52:25.203Z | Checking parking_lot_core v0.9.10 |
1477 | 2024-08-07T06:52:25.234Z | Checking signal-hook-registry v1.4.2 |
1478 | 2024-08-07T06:52:25.356Z | Checking mio v0.8.11 |
1479 | 2024-08-07T06:52:25.416Z | Checking rand_core v0.6.4 |
1480 | 2024-08-07T06:52:25.496Z | Checking num_cpus v1.16.0 |
1481 | 2024-08-07T06:52:25.521Z | Checking num-traits v0.2.19 |
1482 | 2024-08-07T06:52:25.550Z | Checking parking_lot v0.12.2 |
1483 | 2024-08-07T06:52:25.612Z | Checking socket2 v0.5.7 |
1484 | 2024-08-07T06:52:25.727Z | Checking futures-channel v0.3.30 |
1485 | 2024-08-07T06:52:25.901Z | Checking futures-task v0.3.30 |
1486 | 2024-08-07T06:52:25.949Z | Checking generic-array v0.14.7 |
1487 | 2024-08-07T06:52:25.978Z | Checking futures-io v0.3.30 |
1488 | 2024-08-07T06:52:26.124Z | Checking pin-utils v0.1.0 |
1489 | 2024-08-07T06:52:26.156Z | Checking const-oid v0.9.6 |
1490 | 2024-08-07T06:52:26.186Z | Checking allocator-api2 v0.2.18 |
1491 | 2024-08-07T06:52:26.216Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1492 | 2024-08-07T06:52:26.239Z | Checking futures-util v0.3.30 |
1493 | 2024-08-07T06:52:26.542Z | Checking fnv v1.0.7 |
1494 | 2024-08-07T06:52:26.574Z | Checking ahash v0.8.11 |
1495 | 2024-08-07T06:52:26.717Z | Checking iana-time-zone v0.1.60 |
1496 | 2024-08-07T06:52:26.977Z | Checking equivalent v1.0.1 |
1497 | 2024-08-07T06:52:26.980Z | Checking ppv-lite86 v0.2.17 |
1498 | 2024-08-07T06:52:26.991Z | Checking tinyvec_macros v0.1.1 |
1499 | 2024-08-07T06:52:27.092Z | Checking tinyvec v1.6.0 |
1500 | 2024-08-07T06:52:27.151Z | Checking hashbrown v0.14.5 |
1501 | 2024-08-07T06:52:27.177Z | Checking crypto-common v0.1.6 |
1502 | 2024-08-07T06:52:27.387Z | Checking block-buffer v0.10.4 |
1503 | 2024-08-07T06:52:27.420Z | Checking cpufeatures v0.2.12 |
1504 | 2024-08-07T06:52:27.520Z | Checking lazy_static v1.5.0 |
1505 | 2024-08-07T06:52:27.607Z | Checking unicode-bidi v0.3.15 |
1506 | 2024-08-07T06:52:27.631Z | Checking rand_chacha v0.3.1 |
1507 | 2024-08-07T06:52:27.656Z | Checking dyn-clone v1.0.17 |
1508 | 2024-08-07T06:52:27.812Z | Checking tracing-core v0.1.32 |
1509 | 2024-08-07T06:52:28.019Z | Checking digest v0.10.7 |
1510 | 2024-08-07T06:52:28.061Z | Checking rand v0.8.5 |
1511 | 2024-08-07T06:52:28.267Z | Checking regex-syntax v0.8.3 |
1512 | 2024-08-07T06:52:28.402Z | Checking percent-encoding v2.3.1 |
1513 | 2024-08-07T06:52:28.405Z | Checking errno v0.3.9 |
1514 | 2024-08-07T06:52:28.455Z | Checking unicode-normalization v0.1.23 |
1515 | 2024-08-07T06:52:28.531Z | Checking tracing v0.1.40 |
1516 | 2024-08-07T06:52:28.600Z | Checking aho-corasick v1.1.3 |
1517 | 2024-08-07T06:52:28.624Z | Checking unicode-ident v1.0.12 |
1518 | 2024-08-07T06:52:28.811Z | Checking form_urlencoded v1.2.1 |
1519 | 2024-08-07T06:52:28.909Z | Checking unicode-width v0.1.13 |
1520 | 2024-08-07T06:52:29.024Z | Checking powerfmt v0.2.0 |
1521 | 2024-08-07T06:52:29.098Z | Checking time-core v0.1.2 |
1522 | 2024-08-07T06:52:29.257Z | Checking num-conv v0.1.0 |
1523 | 2024-08-07T06:52:29.308Z | Checking deranged v0.3.11 |
1524 | 2024-08-07T06:52:29.334Z | Checking num_threads v0.1.7 |
1525 | 2024-08-07T06:52:29.358Z | Checking proc-macro2 v1.0.86 |
1526 | 2024-08-07T06:52:29.449Z | Checking httparse v1.8.0 |
1527 | 2024-08-07T06:52:29.504Z | Checking adler v1.0.2 |
1528 | 2024-08-07T06:52:29.550Z | Checking bytes v1.7.1 |
1529 | 2024-08-07T06:52:29.658Z | Checking bitflags v2.6.0 |
1530 | 2024-08-07T06:52:29.908Z | Checking serde_json v1.0.122 |
1531 | 2024-08-07T06:52:29.973Z | Checking chrono v0.4.38 |
1532 | 2024-08-07T06:52:30.058Z | Checking uuid v1.10.0 |
1533 | 2024-08-07T06:52:30.362Z | Checking indexmap v2.3.0 |
1534 | 2024-08-07T06:52:30.426Z | Checking tokio v1.38.1 |
1535 | 2024-08-07T06:52:30.732Z | Checking rustix v0.38.34 |
1536 | 2024-08-07T06:52:31.285Z | Checking time v0.3.36 |
1537 | 2024-08-07T06:52:31.574Z | Checking quote v1.0.36 |
1538 | 2024-08-07T06:52:31.613Z | Checking regex-automata v0.4.6 |
1539 | 2024-08-07T06:52:31.647Z | Checking miniz_oxide v0.7.2 |
1540 | 2024-08-07T06:52:31.708Z | Checking idna v0.5.0 |
1541 | 2024-08-07T06:52:31.930Z | Checking syn v2.0.72 |
1542 | 2024-08-07T06:52:32.152Z | Checking schemars v0.8.21 |
1543 | 2024-08-07T06:52:32.412Z | Checking http v0.2.12 |
1544 | 2024-08-07T06:52:32.649Z | Checking url v2.5.2 |
1545 | 2024-08-07T06:52:32.872Z | Checking untrusted v0.9.0 |
1546 | 2024-08-07T06:52:33.035Z | Checking ring v0.17.8 |
1547 | 2024-08-07T06:52:33.513Z | Checking try-lock v0.2.5 |
1548 | 2024-08-07T06:52:33.659Z | Checking base64ct v1.6.0 |
1549 | 2024-08-07T06:52:33.869Z | Checking want v0.3.1 |
1550 | 2024-08-07T06:52:33.932Z | Checking slog v2.7.0 |
1551 | 2024-08-07T06:52:33.969Z | Checking futures-executor v0.3.30 |
1552 | 2024-08-07T06:52:34.076Z | Checking gimli v0.28.1 |
1553 | 2024-08-07T06:52:34.109Z | Checking tower-service v0.3.2 |
1554 | 2024-08-07T06:52:34.206Z | Checking object v0.32.2 |
1555 | 2024-08-07T06:52:34.237Z | Checking httpdate v1.0.3 |
1556 | 2024-08-07T06:52:34.430Z | Checking base64 v0.21.7 |
1557 | 2024-08-07T06:52:34.486Z | Checking rustc-demangle v0.1.24 |
1558 | 2024-08-07T06:52:34.926Z | Checking utf8parse v0.2.1 |
1559 | 2024-08-07T06:52:34.952Z | Checking futures v0.3.30 |
1560 | 2024-08-07T06:52:34.955Z | Checking openssl-probe v0.1.5 |
1561 | 2024-08-07T06:52:35.087Z | Checking foreign-types-shared v0.1.1 |
1562 | 2024-08-07T06:52:35.115Z | Checking pem-rfc7468 v0.7.0 |
1563 | 2024-08-07T06:52:35.118Z | Checking http-body v0.4.6 |
1564 | 2024-08-07T06:52:35.198Z | Checking foreign-types v0.3.2 |
1565 | 2024-08-07T06:52:35.304Z | Checking openssl-sys v0.9.103 |
1566 | 2024-08-07T06:52:35.421Z | Checking mime v0.3.17 |
1567 | 2024-08-07T06:52:35.564Z | Checking anstyle v1.0.8 |
1568 | 2024-08-07T06:52:35.768Z | Checking flagset v0.4.5 |
1569 | 2024-08-07T06:52:35.939Z | Checking ipnet v2.9.0 |
1570 | 2024-08-07T06:52:35.977Z | Checking der v0.7.9 |
1571 | 2024-08-07T06:52:36.464Z | Checking semver v1.0.23 |
1572 | 2024-08-07T06:52:36.531Z | Checking regex v1.10.6 |
1573 | 2024-08-07T06:52:36.700Z | Checking openssl v0.10.66 |
1574 | 2024-08-07T06:52:36.904Z | Checking either v1.13.0 |
1575 | 2024-08-07T06:52:37.158Z | Checking sct v0.7.1 |
1576 | 2024-08-07T06:52:37.332Z | Checking rustls-webpki v0.101.7 |
1577 | 2024-08-07T06:52:37.375Z | Checking toml_datetime v0.6.8 |
1578 | 2024-08-07T06:52:37.659Z | Checking serde_spanned v0.6.7 |
1579 | 2024-08-07T06:52:37.842Z | Checking tokio-util v0.7.11 |
1580 | 2024-08-07T06:52:37.845Z | Checking crossbeam-utils v0.8.19 |
1581 | 2024-08-07T06:52:37.916Z | Checking spki v0.7.3 |
1582 | 2024-08-07T06:52:38.109Z | Checking data-encoding v2.6.0 |
1583 | 2024-08-07T06:52:38.210Z | Checking rustls v0.21.12 |
1584 | 2024-08-07T06:52:38.240Z | Checking addr2line v0.21.0 |
1585 | 2024-08-07T06:52:38.582Z | Checking anstyle-parse v0.2.4 |
1586 | 2024-08-07T06:52:38.745Z | Checking h2 v0.3.26 |
1587 | 2024-08-07T06:52:38.783Z | Checking serde_urlencoded v0.7.1 |
1588 | 2024-08-07T06:52:38.786Z | Checking idna v0.3.0 |
1589 | 2024-08-07T06:52:38.832Z | Checking scroll v0.12.0 |
1590 | 2024-08-07T06:52:38.872Z | Checking encoding_rs v0.8.34 |
1591 | 2024-08-07T06:52:39.259Z | Checking colorchoice v1.0.1 |
1592 | 2024-08-07T06:52:39.315Z | Checking anstyle-query v1.0.3 |
1593 | 2024-08-07T06:52:39.410Z | Checking bitflags v1.3.2 |
1594 | 2024-08-07T06:52:39.443Z | Checking ucd-trie v0.1.6 |
1595 | 2024-08-07T06:52:39.513Z | Checking is_terminal_polyfill v1.70.0 |
1596 | 2024-08-07T06:52:39.652Z | Checking plain v0.2.3 |
1597 | 2024-08-07T06:52:39.655Z | Checking psl-types v2.0.11 |
1598 | 2024-08-07T06:52:39.728Z | Checking pest v2.7.10 |
1599 | 2024-08-07T06:52:39.813Z | Checking goblin v0.8.2 |
1600 | 2024-08-07T06:52:39.878Z | Checking publicsuffix v2.2.3 |
1601 | 2024-08-07T06:52:40.152Z | Checking anstream v0.6.14 |
1602 | 2024-08-07T06:52:40.412Z | Checking backtrace v0.3.71 |
1603 | 2024-08-07T06:52:40.541Z | Checking pkcs8 v0.10.2 |
1604 | 2024-08-07T06:52:40.818Z | Checking cookie v0.17.0 |
1605 | 2024-08-07T06:52:41.009Z | Checking anyhow v1.0.86 |
1606 | 2024-08-07T06:52:41.225Z | Checking terminal_size v0.3.0 |
1607 | 2024-08-07T06:52:41.252Z | Checking hmac v0.12.1 |
1608 | 2024-08-07T06:52:41.396Z | Checking sha2 v0.10.8 |
1609 | 2024-08-07T06:52:41.400Z | Checking clap_lex v0.7.0 |
1610 | 2024-08-07T06:52:41.469Z | Checking strsim v0.11.1 |
1611 | 2024-08-07T06:52:41.608Z | Checking tokio-rustls v0.24.1 |
1612 | 2024-08-07T06:52:41.676Z | Checking pretty-hex v0.4.1 |
1613 | 2024-08-07T06:52:41.769Z | Checking clap_builder v4.5.13 |
1614 | 2024-08-07T06:52:41.861Z | Checking cookie_store v0.20.0 |
1615 | 2024-08-07T06:52:41.989Z | Checking rustls-pemfile v1.0.4 |
1616 | 2024-08-07T06:52:42.014Z | Checking num-integer v0.1.46 |
1617 | 2024-08-07T06:52:42.196Z | Checking thread-id v4.2.1 |
1618 | 2024-08-07T06:52:42.312Z | Checking webpki-roots v0.25.4 |
1619 | 2024-08-07T06:52:42.337Z | Checking dtrace-parser v0.2.0 |
1620 | 2024-08-07T06:52:42.363Z | Checking native-tls v0.2.11 |
1621 | 2024-08-07T06:52:42.486Z | Checking sync_wrapper v0.1.2 |
1622 | 2024-08-07T06:52:42.514Z | Checking openapiv3 v2.0.0 |
1623 | 2024-08-07T06:52:42.541Z | Checking http v1.1.0 |
1624 | 2024-08-07T06:52:42.624Z | Checking block-padding v0.3.3 |
1625 | 2024-08-07T06:52:42.676Z | Checking tokio-native-tls v0.3.1 |
1626 | 2024-08-07T06:52:42.825Z | Checking memmap v0.7.0 |
1627 | 2024-08-07T06:52:42.852Z | Checking base64 v0.22.1 |
1628 | 2024-08-07T06:52:42.950Z | Checking inout v0.1.3 |
1629 | 2024-08-07T06:52:43.047Z | Checking stable_deref_trait v1.2.0 |
1630 | 2024-08-07T06:52:43.154Z | Checking ipnetwork v0.20.0 |
1631 | 2024-08-07T06:52:43.204Z | Checking cipher v0.4.4 |
1632 | 2024-08-07T06:52:43.383Z | Checking ff v0.13.0 |
1633 | 2024-08-07T06:52:43.532Z | Checking crc32fast v1.4.0 |
1634 | 2024-08-07T06:52:43.612Z | Checking base16ct v0.2.0 |
1635 | 2024-08-07T06:52:43.649Z | Checking bit-vec v0.6.3 |
1636 | 2024-08-07T06:52:43.786Z | Checking group v0.13.0 |
1637 | 2024-08-07T06:52:43.827Z | Checking sec1 v0.7.3 |
1638 | 2024-08-07T06:52:44.002Z | Checking hkdf v0.12.4 |
1639 | 2024-08-07T06:52:44.026Z | Checking crossbeam-epoch v0.9.18 |
1640 | 2024-08-07T06:52:44.051Z | Checking hex v0.4.3 |
1641 | 2024-08-07T06:52:44.216Z | Checking crypto-bigint v0.5.5 |
1642 | 2024-08-07T06:52:44.239Z | Checking managed v0.8.0 |
1643 | 2024-08-07T06:52:44.506Z | Checking winnow v0.5.40 |
1644 | 2024-08-07T06:52:44.591Z | Checking winnow v0.6.18 |
1645 | 2024-08-07T06:52:44.620Z | Checking unicode-segmentation v1.11.0 |
1646 | 2024-08-07T06:52:44.981Z | Checking clap v4.5.13 |
1647 | 2024-08-07T06:52:45.110Z | Checking zerocopy v0.6.6 |
1648 | 2024-08-07T06:52:45.177Z | Checking dof v0.3.0 |
1649 | 2024-08-07T06:52:45.212Z | Checking hyper v0.14.30 |
1650 | 2024-08-07T06:52:45.396Z | Checking flate2 v1.0.31 |
1651 | 2024-08-07T06:52:45.884Z | Checking usdt-impl v0.5.0 |
1652 | 2024-08-07T06:52:45.915Z | Checking num-iter v0.1.45 |
1653 | 2024-08-07T06:52:46.077Z | Checking signal-hook v0.3.17 |
1654 | 2024-08-07T06:52:46.107Z | Checking matches v0.1.10 |
1655 | 2024-08-07T06:52:46.130Z | Checking static_assertions v1.1.0 |
1656 | 2024-08-07T06:52:46.199Z | Checking siphasher v0.3.11 |
1657 | 2024-08-07T06:52:46.234Z | Checking idna v0.2.3 |
1658 | 2024-08-07T06:52:46.429Z | Checking itertools v0.10.5 |
1659 | 2024-08-07T06:52:46.455Z | Checking usdt v0.5.0 |
1660 | 2024-08-07T06:52:46.519Z | Checking regex-automata v0.1.10 |
1661 | 2024-08-07T06:52:46.714Z | Checking signal-hook-mio v0.2.3 |
1662 | 2024-08-07T06:52:46.873Z | Checking http-body v1.0.0 |
1663 | 2024-08-07T06:52:46.969Z | Checking bstr v0.2.17 |
1664 | 2024-08-07T06:52:47.089Z | Checking bit-set v0.5.3 |
1665 | 2024-08-07T06:52:47.154Z | Checking trust-dns-proto v0.22.0 |
1666 | 2024-08-07T06:52:47.237Z | Checking elliptic-curve v0.13.8 |
1667 | 2024-08-07T06:52:47.355Z | Checking num-bigint v0.4.5 |
1668 | 2024-08-07T06:52:47.817Z | Checking itertools v0.12.1 |
1669 | 2024-08-07T06:52:47.867Z | Checking toml_edit v0.22.20 |
1670 | 2024-08-07T06:52:47.893Z | Checking scheduled-thread-pool v0.2.7 |
1671 | 2024-08-07T06:52:47.918Z | Checking toml_edit v0.19.15 |
1672 | 2024-08-07T06:52:48.117Z | Checking hash32 v0.2.1 |
1673 | 2024-08-07T06:52:48.453Z | Checking predicates-core v1.0.6 |
1674 | 2024-08-07T06:52:48.652Z | Checking finl_unicode v1.2.0 |
1675 | 2024-08-07T06:52:48.884Z | Checking heapless v0.7.17 |
1676 | 2024-08-07T06:52:49.269Z | Checking stringprep v0.1.4 |
1677 | 2024-08-07T06:52:49.597Z | Checking r2d2 v0.8.10 |
1678 | 2024-08-07T06:52:49.937Z | Checking hyper v1.3.1 |
1679 | 2024-08-07T06:52:50.100Z | Checking yasna v0.5.2 |
1680 | 2024-08-07T06:52:50.125Z | Checking crossterm v0.27.0 |
1681 | 2024-08-07T06:52:50.451Z | Checking toml v0.7.8 |
1682 | 2024-08-07T06:52:50.615Z | Checking bstr v1.9.1 |
1683 | 2024-08-07T06:52:50.667Z | Checking console v0.15.8 |
1684 | 2024-08-07T06:52:51.088Z | Checking md-5 v0.10.6 |
1685 | 2024-08-07T06:52:51.221Z | Checking float-cmp v0.9.0 |
1686 | 2024-08-07T06:52:51.250Z | Checking pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1687 | 2024-08-07T06:52:51.276Z | Checking normalize-line-endings v0.3.0 |
1688 | 2024-08-07T06:52:51.321Z | Checking fixedbitset v0.4.2 |
1689 | 2024-08-07T06:52:51.362Z | Checking difflib v0.4.0 |
1690 | 2024-08-07T06:52:51.410Z | Checking fallible-iterator v0.2.0 |
1691 | 2024-08-07T06:52:51.435Z | Checking smoltcp v0.9.1 |
1692 | 2024-08-07T06:52:51.500Z | Checking diesel v2.1.6 |
1693 | 2024-08-07T06:52:51.604Z | Checking petgraph v0.6.5 |
1694 | 2024-08-07T06:52:51.631Z | Checking similar v2.5.0 |
1695 | 2024-08-07T06:52:51.701Z | Checking predicates v3.1.2 |
1696 | 2024-08-07T06:52:51.824Z | Checking hyper-rustls v0.24.2 |
1697 | 2024-08-07T06:52:52.007Z | Checking hyper-tls v0.5.0 |
1698 | 2024-08-07T06:52:52.070Z | Checking postgres-protocol v0.6.7 |
1699 | 2024-08-07T06:52:52.166Z | Checking phf_shared v0.11.2 |
1700 | 2024-08-07T06:52:52.314Z | Checking reqwest v0.11.27 |
1701 | 2024-08-07T06:52:52.406Z | Checking phf_shared v0.10.0 |
1702 | 2024-08-07T06:52:52.473Z | Checking fs-err v2.11.0 |
1703 | 2024-08-07T06:52:52.539Z | Checking tokio-stream v0.1.15 |
1704 | 2024-08-07T06:52:52.715Z | Checking hubpack v0.1.2 |
1705 | 2024-08-07T06:52:52.782Z | Checking lalrpop-util v0.19.12 |
1706 | 2024-08-07T06:52:53.034Z | Checking minimal-lexical v0.2.1 |
1707 | 2024-08-07T06:52:53.060Z | Checking new_debug_unreachable v1.0.6 |
1708 | 2024-08-07T06:52:53.082Z | Checking precomputed-hash v0.1.1 |
1709 | 2024-08-07T06:52:53.106Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1710 | 2024-08-07T06:52:53.151Z | Checking postgres-types v0.2.7 |
1711 | 2024-08-07T06:52:53.194Z | Checking string_cache v0.8.7 |
1712 | 2024-08-07T06:52:53.351Z | Checking phf v0.11.2 |
1713 | 2024-08-07T06:52:53.434Z | Checking nom v7.1.3 |
1714 | 2024-08-07T06:52:53.494Z | Checking whoami v1.5.1 |
1715 | 2024-08-07T06:52:53.664Z | Checking peg-runtime v0.8.3 |
1716 | 2024-08-07T06:52:53.894Z | Checking tokio-postgres v0.7.11 |
1717 | 2024-08-07T06:52:53.897Z | Compiling regress v0.9.1 |
1718 | 2024-08-07T06:52:53.943Z | Compiling getopts v0.2.21 |
1719 | 2024-08-07T06:52:54.072Z | Compiling unsafe-libyaml v0.2.11 |
1720 | 2024-08-07T06:52:54.889Z | Checking heck v0.5.0 |
1721 | 2024-08-07T06:52:55.105Z | Checking camino v1.1.7 |
1722 | 2024-08-07T06:52:55.702Z | Compiling serde_yaml v0.9.34+deprecated |
1723 | 2024-08-07T06:52:56.168Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1724 | 2024-08-07T06:52:56.329Z | Checking is-terminal v0.4.12 |
1725 | 2024-08-07T06:52:56.533Z | Compiling paste v1.0.15 |
1726 | 2024-08-07T06:52:56.801Z | Checking sha1 v0.10.6 |
1727 | 2024-08-07T06:52:57.001Z | Compiling rustls v0.22.4 |
1728 | 2024-08-07T06:52:57.105Z | Compiling ident_case v1.0.1 |
1729 | 2024-08-07T06:52:57.311Z | Compiling darling_core v0.20.9 |
1730 | 2024-08-07T06:52:57.342Z | Checking dirs-sys-next v0.1.2 |
1731 | 2024-08-07T06:52:57.534Z | Checking dirs-next v2.0.0 |
1732 | 2024-08-07T06:52:57.677Z | Checking strum v0.26.3 |
1733 | 2024-08-07T06:52:57.850Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1734 | 2024-08-07T06:52:58.264Z | Checking crossbeam-channel v0.5.12 |
1735 | 2024-08-07T06:52:58.498Z | Checking thread_local v1.1.8 |
1736 | 2024-08-07T06:52:58.807Z | Checking term v0.7.0 |
1737 | 2024-08-07T06:52:59.086Z | Compiling multer v3.1.0 |
1738 | 2024-08-07T06:52:59.255Z | Checking take_mut v0.2.2 |
1739 | 2024-08-07T06:52:59.386Z | Checking slog-term v2.9.1 |
1740 | 2024-08-07T06:52:59.415Z | Checking slog-async v2.8.0 |
1741 | 2024-08-07T06:52:59.518Z | Compiling async-stream-impl v0.3.5 |
1742 | 2024-08-07T06:52:59.730Z | Checking rustls-pki-types v1.7.0 |
1743 | 2024-08-07T06:52:59.912Z | Checking match_cfg v0.1.0 |
1744 | 2024-08-07T06:53:00.020Z | Checking hostname v0.3.1 |
1745 | 2024-08-07T06:53:00.045Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1746 | 2024-08-07T06:53:00.164Z | Checking toml v0.8.19 |
1747 | 2024-08-07T06:53:00.225Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1748 | 2024-08-07T06:53:00.460Z | Checking rustls-webpki v0.102.4 |
1749 | 2024-08-07T06:53:00.953Z | Checking rustls-pemfile v2.1.3 |
1750 | 2024-08-07T06:53:00.980Z | Checking debug-ignore v1.0.5 |
1751 | 2024-08-07T06:53:01.140Z | Checking slog-json v2.6.1 |
1752 | 2024-08-07T06:53:01.229Z | Checking instant v0.1.12 |
1753 | 2024-08-07T06:53:01.352Z | Checking atomic-waker v1.1.2 |
1754 | 2024-08-07T06:53:01.406Z | Checking slog-bunyan v2.5.0 |
1755 | 2024-08-07T06:53:01.503Z | Checking waitgroup v0.1.2 |
1756 | 2024-08-07T06:53:01.550Z | Checking async-stream v0.3.5 |
1757 | 2024-08-07T06:53:01.647Z | Checking serde_path_to_error v0.1.16 |
1758 | 2024-08-07T06:53:01.748Z | Checking hostname v0.4.0 |
1759 | 2024-08-07T06:53:01.923Z | Checking fastrand v2.1.0 |
1760 | 2024-08-07T06:53:02.037Z | Compiling structmeta-derive v0.3.0 |
1761 | 2024-08-07T06:53:02.285Z | Checking tempfile v3.10.1 |
1762 | 2024-08-07T06:53:02.340Z | Checking quick-error v1.2.3 |
1763 | 2024-08-07T06:53:02.491Z | Checking newtype-uuid v1.1.0 |
1764 | 2024-08-07T06:53:02.649Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1765 | 2024-08-07T06:53:02.764Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1766 | 2024-08-07T06:53:03.475Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1767 | 2024-08-07T06:53:03.624Z | Checking macaddr v1.0.1 |
1768 | 2024-08-07T06:53:03.788Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1769 | 2024-08-07T06:53:03.946Z | Checking backoff v0.4.0 |
1770 | 2024-08-07T06:53:03.988Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1771 | 2024-08-07T06:53:04.246Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1772 | 2024-08-07T06:53:04.335Z | Checking wait-timeout v0.2.0 |
1773 | 2024-08-07T06:53:04.406Z | Checking rand_xorshift v0.3.0 |
1774 | 2024-08-07T06:53:04.516Z | Checking rusty-fork v0.3.0 |
1775 | 2024-08-07T06:53:04.589Z | Compiling structmeta-derive v0.2.0 |
1776 | 2024-08-07T06:53:04.614Z | Checking unarray v0.1.4 |
1777 | 2024-08-07T06:53:04.776Z | Compiling proc-macro-error v1.0.4 |
1778 | 2024-08-07T06:53:04.803Z | Compiling darling_macro v0.20.9 |
1779 | 2024-08-07T06:53:04.824Z | Checking proptest v1.4.0 |
1780 | 2024-08-07T06:53:05.227Z | Compiling structmeta v0.3.0 |
1781 | 2024-08-07T06:53:05.396Z | Checking tokio-rustls v0.25.0 |
1782 | 2024-08-07T06:53:05.507Z | Checking camino-tempfile v1.1.1 |
1783 | 2024-08-07T06:53:05.671Z | Compiling parse-display-derive v0.9.1 |
1784 | 2024-08-07T06:53:05.785Z | Compiling darling v0.20.9 |
1785 | 2024-08-07T06:53:05.785Z | Compiling proc-macro-crate v1.3.1 |
1786 | 2024-08-07T06:53:05.913Z | Compiling serde_with_macros v3.8.3 |
1787 | 2024-08-07T06:53:07.002Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1788 | 2024-08-07T06:53:07.445Z | Compiling num_enum_derive v0.5.11 |
1789 | 2024-08-07T06:53:07.736Z | Compiling structmeta v0.2.0 |
1790 | 2024-08-07T06:53:08.204Z | Compiling test-strategy v0.3.1 |
1791 | 2024-08-07T06:53:09.079Z | Checking serde_with v3.8.3 |
1792 | 2024-08-07T06:53:09.812Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1793 | 2024-08-07T06:53:09.926Z | Compiling foreign-types-macros v0.2.3 |
1794 | 2024-08-07T06:53:10.164Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1795 | 2024-08-07T06:53:10.207Z | Checking num_enum v0.5.11 |
1796 | 2024-08-07T06:53:10.381Z | Checking foreign-types-shared v0.3.1 |
1797 | 2024-08-07T06:53:10.697Z | Checking cstr-argument v0.1.2 |
1798 | 2024-08-07T06:53:10.760Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1799 | 2024-08-07T06:53:10.763Z | Checking parse-display v0.9.1 |
1800 | 2024-08-07T06:53:10.889Z | Checking pretty-hex v0.2.1 |
1801 | 2024-08-07T06:53:11.010Z | Checking tabwriter v1.4.0 |
1802 | 2024-08-07T06:53:11.066Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1803 | 2024-08-07T06:53:11.270Z | Checking colored v2.1.0 |
1804 | 2024-08-07T06:53:11.313Z | Checking foreign-types v0.5.0 |
1805 | 2024-08-07T06:53:11.372Z | Checking socket2 v0.4.10 |
1806 | 2024-08-07T06:53:11.437Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1807 | 2024-08-07T06:53:11.577Z | Checking smf v0.2.3 |
1808 | 2024-08-07T06:53:11.778Z | Checking termtree v0.4.1 |
1809 | 2024-08-07T06:53:11.826Z | Compiling heapless v0.8.0 |
1810 | 2024-08-07T06:53:11.902Z | Checking hash32 v0.3.1 |
1811 | 2024-08-07T06:53:12.027Z | Checking predicates-tree v1.0.9 |
1812 | 2024-08-07T06:53:12.103Z | Compiling smoltcp v0.11.0 |
1813 | 2024-08-07T06:53:12.126Z | Checking cobs v0.2.3 |
1814 | 2024-08-07T06:53:12.194Z | Compiling crucible-workspace-hack v0.1.0 |
1815 | 2024-08-07T06:53:12.334Z | Checking embedded-io v0.4.0 |
1816 | 2024-08-07T06:53:12.358Z | Checking sigpipe v0.1.3 |
1817 | 2024-08-07T06:53:12.491Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1818 | 2024-08-07T06:53:12.556Z | Checking postcard v1.0.8 |
1819 | 2024-08-07T06:53:12.583Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1820 | 2024-08-07T06:53:12.627Z | Checking humantime v2.1.0 |
1821 | 2024-08-07T06:53:12.881Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1822 | 2024-08-07T06:53:12.884Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1823 | 2024-08-07T06:53:12.923Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1824 | 2024-08-07T06:53:12.977Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1825 | 2024-08-07T06:53:13.160Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1826 | 2024-08-07T06:53:13.298Z | Compiling num-derive v0.4.2 |
1827 | 2024-08-07T06:53:13.535Z | Compiling mockall_derive v0.12.1 |
1828 | 2024-08-07T06:53:13.820Z | Checking fragile v2.0.0 |
1829 | 2024-08-07T06:53:14.111Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1830 | 2024-08-07T06:53:14.434Z | Checking downcast v0.11.0 |
1831 | 2024-08-07T06:53:14.587Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1832 | 2024-08-07T06:53:14.694Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1833 | 2024-08-07T06:53:14.961Z | Checking arc-swap v1.7.1 |
1834 | 2024-08-07T06:53:15.112Z | Checking xattr v1.3.1 |
1835 | 2024-08-07T06:53:15.307Z | Checking filetime v0.2.23 |
1836 | 2024-08-07T06:53:15.361Z | Checking termcolor v1.4.1 |
1837 | 2024-08-07T06:53:15.420Z | Checking slog-scope v4.4.0 |
1838 | 2024-08-07T06:53:15.527Z | Checking tar v0.4.41 |
1839 | 2024-08-07T06:53:15.622Z | Checking slog-stdlog v4.1.1 |
1840 | 2024-08-07T06:53:15.739Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1841 | 2024-08-07T06:53:15.789Z | Checking slog-envlogger v2.2.0 |
1842 | 2024-08-07T06:53:15.826Z | Checking same-file v1.0.6 |
1843 | 2024-08-07T06:53:16.016Z | Checking walkdir v2.5.0 |
1844 | 2024-08-07T06:53:16.035Z | Checking newline-converter v0.3.0 |
1845 | 2024-08-07T06:53:16.190Z | Checking utf-8 v0.7.6 |
1846 | 2024-08-07T06:53:16.214Z | Checking expectorate v1.1.0 |
1847 | 2024-08-07T06:53:16.292Z | Checking atty v0.2.14 |
1848 | 2024-08-07T06:53:16.338Z | Compiling derive-where v1.2.7 |
1849 | 2024-08-07T06:53:16.375Z | Checking pem v3.0.4 |
1850 | 2024-08-07T06:53:16.415Z | Checking tungstenite v0.21.0 |
1851 | 2024-08-07T06:53:16.439Z | Checking password-hash v0.5.0 |
1852 | 2024-08-07T06:53:16.657Z | Checking blake2 v0.10.6 |
1853 | 2024-08-07T06:53:16.833Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1854 | 2024-08-07T06:53:16.933Z | Checking tungstenite v0.20.1 |
1855 | 2024-08-07T06:53:17.164Z | Checking argon2 v0.5.3 |
1856 | 2024-08-07T06:53:17.366Z | Checking tokio-tungstenite v0.21.0 |
1857 | 2024-08-07T06:53:17.607Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1858 | 2024-08-07T06:53:17.847Z | Checking env_logger v0.9.3 |
1859 | 2024-08-07T06:53:17.879Z | Checking tokio-tungstenite v0.20.1 |
1860 | 2024-08-07T06:53:17.931Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1861 | 2024-08-07T06:53:18.300Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1862 | 2024-08-07T06:53:18.324Z | Compiling bitstruct_derive v0.1.0 |
1863 | 2024-08-07T06:53:18.385Z | Checking ascii v1.1.0 |
1864 | 2024-08-07T06:53:18.405Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1865 | 2024-08-07T06:53:18.441Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1866 | 2024-08-07T06:53:18.613Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1867 | 2024-08-07T06:53:18.790Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1868 | 2024-08-07T06:53:18.865Z | Checking atomicwrites v0.4.3 |
1869 | 2024-08-07T06:53:19.063Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1870 | 2024-08-07T06:53:19.376Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1871 | 2024-08-07T06:53:19.645Z | Checking serde_arrays v0.1.0 |
1872 | 2024-08-07T06:53:19.728Z | Checking erased-serde v0.3.31 |
1873 | 2024-08-07T06:53:19.798Z | Compiling heck v0.3.3 |
1874 | 2024-08-07T06:53:19.822Z | Checking bitstruct v0.1.1 |
1875 | 2024-08-07T06:53:19.936Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1876 | 2024-08-07T06:53:20.082Z | Checking headers-core v0.2.0 |
1877 | 2024-08-07T06:53:20.278Z | Compiling zone_cfg_derive v0.1.2 |
1878 | 2024-08-07T06:53:20.296Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1879 | 2024-08-07T06:53:20.584Z | Checking base64 v0.13.1 |
1880 | 2024-08-07T06:53:20.853Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1881 | 2024-08-07T06:53:21.050Z | Checking ron v0.7.1 |
1882 | 2024-08-07T06:53:21.919Z | Checking zone v0.1.8 |
1883 | 2024-08-07T06:53:22.083Z | Checking headers v0.3.9 |
1884 | 2024-08-07T06:53:22.133Z | Checking mockall v0.12.1 |
1885 | 2024-08-07T06:53:22.265Z | Checking rcgen v0.12.1 |
1886 | 2024-08-07T06:53:22.285Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1887 | 2024-08-07T06:53:22.438Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1888 | 2024-08-07T06:53:22.604Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1889 | 2024-08-07T06:53:22.634Z | Checking portpicker v0.1.1 |
1890 | 2024-08-07T06:53:22.794Z | Compiling convert_case v0.4.0 |
1891 | 2024-08-07T06:53:22.985Z | Checking subprocess v0.2.9 |
1892 | 2024-08-07T06:53:23.010Z | Checking half v2.4.1 |
1893 | 2024-08-07T06:53:23.211Z | Checking ciborium-io v0.2.2 |
1894 | 2024-08-07T06:53:23.343Z | Compiling rayon-core v1.12.1 |
1895 | 2024-08-07T06:53:23.497Z | Checking ciborium-ll v0.2.2 |
1896 | 2024-08-07T06:53:23.564Z | Compiling prettyplease v0.2.20 |
1897 | 2024-08-07T06:53:23.697Z | Checking swrite v0.1.0 |
1898 | 2024-08-07T06:53:23.826Z | Compiling home v0.5.9 |
1899 | 2024-08-07T06:53:23.845Z | Checking ciborium v0.2.2 |
1900 | 2024-08-07T06:53:23.878Z | Compiling derive_more v0.99.18 |
1901 | 2024-08-07T06:53:23.935Z | Checking linked-hash-map v0.5.6 |
1902 | 2024-08-07T06:53:24.112Z | Compiling semver v0.1.20 |
1903 | 2024-08-07T06:53:24.284Z | Checking lru-cache v0.1.2 |
1904 | 2024-08-07T06:53:24.495Z | Compiling rustc_version v0.1.7 |
1905 | 2024-08-07T06:53:25.615Z | Compiling blake3 v1.5.1 |
1906 | 2024-08-07T06:53:25.618Z | Compiling ring v0.16.20 |
1907 | 2024-08-07T06:53:25.618Z | Compiling cancel-safe-futures v0.1.5 |
1908 | 2024-08-07T06:53:25.618Z | Compiling newtype_derive v0.1.6 |
1909 | 2024-08-07T06:53:25.618Z | Checking steno v0.4.1 |
1910 | 2024-08-07T06:53:25.669Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1911 | 2024-08-07T06:53:25.694Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1912 | 2024-08-07T06:53:26.005Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1913 | 2024-08-07T06:53:26.854Z | Checking num-rational v0.4.2 |
1914 | 2024-08-07T06:53:27.070Z | Checking num-complex v0.4.6 |
1915 | 2024-08-07T06:53:27.577Z | Compiling slog-dtrace v0.3.0 |
1916 | 2024-08-07T06:53:28.023Z | Checking num v0.4.3 |
1917 | 2024-08-07T06:53:28.124Z | Checking float-ord v0.3.2 |
1918 | 2024-08-07T06:53:28.281Z | Checking resolv-conf v0.7.0 |
1919 | 2024-08-07T06:53:28.801Z | Checking trust-dns-resolver v0.22.0 |
1920 | 2024-08-07T06:53:28.831Z | Checking libsw v3.3.1 |
1921 | 2024-08-07T06:53:29.329Z | Checking owo-colors v4.0.0 |
1922 | 2024-08-07T06:53:29.712Z | Checking linear-map v1.2.0 |
1923 | 2024-08-07T06:53:30.137Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1924 | 2024-08-07T06:53:30.456Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1925 | 2024-08-07T06:53:31.011Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1926 | 2024-08-07T06:53:31.489Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1927 | 2024-08-07T06:53:32.294Z | Compiling crossbeam-deque v0.8.5 |
1928 | 2024-08-07T06:53:34.436Z | Compiling memmap2 v0.9.4 |
1929 | 2024-08-07T06:53:34.519Z | Compiling rayon v1.10.0 |
1930 | 2024-08-07T06:53:34.922Z | Compiling constant_time_eq v0.3.0 |
1931 | 2024-08-07T06:53:35.129Z | Compiling untrusted v0.7.1 |
1932 | 2024-08-07T06:53:35.325Z | Compiling spin v0.5.2 |
1933 | 2024-08-07T06:53:35.505Z | Compiling arrayvec v0.7.4 |
1934 | 2024-08-07T06:53:35.580Z | Compiling arrayref v0.3.7 |
1935 | 2024-08-07T06:53:36.140Z | Compiling toolchain_find v0.4.0 |
1936 | 2024-08-07T06:53:36.263Z | Compiling topological-sort v0.2.2 |
1937 | 2024-08-07T06:53:36.391Z | Checking signature v2.2.0 |
1938 | 2024-08-07T06:53:36.503Z | Compiling rustfmt-wrapper v0.2.1 |
1939 | 2024-08-07T06:53:36.604Z | Checking display-error-chain v0.2.0 |
1940 | 2024-08-07T06:53:36.765Z | Checking nibble_vec v0.1.0 |
1941 | 2024-08-07T06:53:36.920Z | Checking endian-type v0.1.2 |
1942 | 2024-08-07T06:53:37.005Z | Checking gethostname v0.5.0 |
1943 | 2024-08-07T06:53:37.153Z | Checking fxhash v0.2.1 |
1944 | 2024-08-07T06:53:37.176Z | Checking radix_trie v0.2.1 |
1945 | 2024-08-07T06:53:37.180Z | Compiling libefi-sys v0.1.0 |
1946 | 2024-08-07T06:53:37.352Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1947 | 2024-08-07T06:53:37.532Z | Compiling bitfield-struct v0.6.1 |
1948 | 2024-08-07T06:53:37.955Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1949 | 2024-08-07T06:53:38.026Z | Checking keccak v0.1.5 |
1950 | 2024-08-07T06:53:38.277Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1951 | 2024-08-07T06:53:38.367Z | Checking sha3 v0.10.8 |
1952 | 2024-08-07T06:53:38.655Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1953 | 2024-08-07T06:53:38.767Z | Checking secrecy v0.8.0 |
1954 | 2024-08-07T06:53:38.908Z | Checking glob v0.3.1 |
1955 | 2024-08-07T06:53:39.052Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1956 | 2024-08-07T06:53:39.265Z | Checking maplit v1.0.2 |
1957 | 2024-08-07T06:53:39.381Z | Compiling radium v0.7.0 |
1958 | 2024-08-07T06:53:39.445Z | Compiling maybe-uninit v2.0.0 |
1959 | 2024-08-07T06:53:39.593Z | Checking tap v1.0.1 |
1960 | 2024-08-07T06:53:39.683Z | Compiling omicron-zone-package v0.11.0 |
1961 | 2024-08-07T06:53:39.759Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1962 | 2024-08-07T06:53:40.112Z | Checking wyz v0.5.1 |
1963 | 2024-08-07T06:53:40.270Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1964 | 2024-08-07T06:53:40.299Z | Compiling num-bigint-dig v0.8.4 |
1965 | 2024-08-07T06:53:40.326Z | Checking funty v2.0.0 |
1966 | 2024-08-07T06:53:40.479Z | Checking crc-catalog v2.4.0 |
1967 | 2024-08-07T06:53:40.503Z | Compiling packed_struct v0.10.1 |
1968 | 2024-08-07T06:53:40.628Z | Checking crc v3.2.1 |
1969 | 2024-08-07T06:53:40.768Z | Checking universal-hash v0.5.1 |
1970 | 2024-08-07T06:53:40.979Z | Compiling curve25519-dalek v4.1.3 |
1971 | 2024-08-07T06:53:41.063Z | Compiling packed_struct_codegen v0.10.1 |
1972 | 2024-08-07T06:53:41.091Z | Compiling indexmap v1.9.3 |
1973 | 2024-08-07T06:53:41.301Z | Checking bitvec v1.0.1 |
1974 | 2024-08-07T06:53:41.414Z | Checking opaque-debug v0.3.1 |
1975 | 2024-08-07T06:53:41.517Z | Checking nodrop v0.1.14 |
1976 | 2024-08-07T06:53:41.642Z | Checking array-init v0.0.4 |
1977 | 2024-08-07T06:53:41.765Z | Checking smallvec v0.6.14 |
1978 | 2024-08-07T06:53:42.252Z | Checking pkcs1 v0.7.5 |
1979 | 2024-08-07T06:53:42.693Z | Compiling curve25519-dalek-derive v0.1.1 |
1980 | 2024-08-07T06:53:42.756Z | Checking bitfield v0.14.0 |
1981 | 2024-08-07T06:53:43.064Z | Checking hashbrown v0.12.3 |
1982 | 2024-08-07T06:53:44.093Z | Checking rsa v0.9.6 |
1983 | 2024-08-07T06:53:44.162Z | Checking serde-hex v0.1.0 |
1984 | 2024-08-07T06:53:44.237Z | Checking bzip2 v0.4.4 |
1985 | 2024-08-07T06:53:44.553Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1986 | 2024-08-07T06:53:44.831Z | Checking env_logger v0.10.2 |
1987 | 2024-08-07T06:53:44.963Z | Checking x509-cert v0.2.5 |
1988 | 2024-08-07T06:53:45.130Z | Checking ron v0.8.1 |
1989 | 2024-08-07T06:53:45.266Z | Checking hashbrown v0.13.2 |
1990 | 2024-08-07T06:53:46.310Z | Compiling async-recursion v1.1.1 |
1991 | 2024-08-07T06:53:46.334Z | Checking crc-any v2.5.0 |
1992 | 2024-08-07T06:53:46.379Z | Checking object v0.30.4 |
1993 | 2024-08-07T06:53:46.456Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1994 | 2024-08-07T06:53:46.665Z | Checking zip v0.6.6 |
1995 | 2024-08-07T06:53:46.741Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
1996 | 2024-08-07T06:53:46.762Z | Checking aead v0.5.2 |
1997 | 2024-08-07T06:53:47.011Z | Compiling parking_lot_core v0.8.6 |
1998 | 2024-08-07T06:53:47.408Z | Checking path-slash v0.1.5 |
1999 | 2024-08-07T06:53:47.569Z | Checking poly1305 v0.8.0 |
2000 | 2024-08-07T06:53:47.600Z | Checking chacha20 v0.9.1 |
2001 | 2024-08-07T06:53:47.660Z | Compiling thiserror-impl-no-std v2.0.2 |
2002 | 2024-08-07T06:53:48.087Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2003 | 2024-08-07T06:53:48.108Z | Checking chacha20poly1305 v0.10.1 |
2004 | 2024-08-07T06:53:48.302Z | Checking trust-dns-client v0.22.0 |
2005 | 2024-08-07T06:53:48.358Z | Checking parking_lot v0.11.2 |
2006 | 2024-08-07T06:53:48.438Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2007 | 2024-08-07T06:53:48.441Z | Checking toml v0.5.11 |
2008 | 2024-08-07T06:53:48.482Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2009 | 2024-08-07T06:53:48.704Z | Checking sled v0.34.7 |
2010 | 2024-08-07T06:53:48.863Z | Compiling buf-list v1.0.3 |
2011 | 2024-08-07T06:53:49.614Z | Compiling unicase v2.7.0 |
2012 | 2024-08-07T06:53:49.998Z | Checking nanorand v0.7.0 |
2013 | 2024-08-07T06:53:50.040Z | Checking trust-dns-server v0.22.1 |
2014 | 2024-08-07T06:53:50.085Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2015 | 2024-08-07T06:53:50.317Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2016 | 2024-08-07T06:53:50.395Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2017 | 2024-08-07T06:53:50.418Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2018 | 2024-08-07T06:53:51.183Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2019 | 2024-08-07T06:53:52.549Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2020 | 2024-08-07T06:53:52.923Z | Checking thiserror-no-std v2.0.2 |
2021 | 2024-08-07T06:53:52.965Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2022 | 2024-08-07T06:53:53.046Z | Checking vsss-rs v3.3.4 |
2023 | 2024-08-07T06:53:54.215Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2024 | 2024-08-07T06:53:54.927Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2025 | 2024-08-07T06:53:55.528Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2026 | 2024-08-07T06:53:56.514Z | Checking flume v0.11.0 |
2027 | 2024-08-07T06:53:56.973Z | Checking kstat-rs v0.2.4 |
2028 | 2024-08-07T06:53:57.060Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2029 | 2024-08-07T06:53:57.469Z | Compiling vte_generate_state_changes v0.1.1 |
2030 | 2024-08-07T06:53:57.764Z | Compiling mime_guess v2.0.4 |
2031 | 2024-08-07T06:53:58.150Z | Checking vte v0.11.1 |
2032 | 2024-08-07T06:53:58.174Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2033 | 2024-08-07T06:53:59.195Z | Checking fd-lock v4.0.2 |
2034 | 2024-08-07T06:53:59.404Z | Compiling pin-project-internal v1.1.5 |
2035 | 2024-08-07T06:53:59.614Z | Checking strip-ansi-escapes v0.2.0 |
2036 | 2024-08-07T06:53:59.848Z | Checking nu-ansi-term v0.50.0 |
2037 | 2024-08-07T06:54:00.168Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2038 | 2024-08-07T06:54:00.268Z | Checking reedline v0.31.0 |
2039 | 2024-08-07T06:54:00.907Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2040 | 2024-08-07T06:54:01.233Z | Checking http-range v0.1.5 |
2041 | 2024-08-07T06:54:01.417Z | Compiling crunchy v0.2.2 |
2042 | 2024-08-07T06:54:02.066Z | Checking hyper-staticfile v0.10.1 |
2043 | 2024-08-07T06:54:02.485Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2044 | 2024-08-07T06:54:02.622Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2045 | 2024-08-07T06:54:02.744Z | Checking pin-project v1.1.5 |
2046 | 2024-08-07T06:54:02.768Z | Compiling clang-sys v1.7.0 |
2047 | 2024-08-07T06:54:03.200Z | Compiling tiny-keccak v2.0.2 |
2048 | 2024-08-07T06:54:03.350Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2049 | 2024-08-07T06:54:03.576Z | Compiling ref-cast v1.0.23 |
2050 | 2024-08-07T06:54:03.598Z | Checking bytecount v0.6.8 |
2051 | 2024-08-07T06:54:03.753Z | Checking papergrid v0.11.0 |
2052 | 2024-08-07T06:54:04.202Z | Compiling ascii-canvas v3.0.0 |
2053 | 2024-08-07T06:54:04.338Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2054 | 2024-08-07T06:54:04.663Z | Compiling tabled_derive v0.7.0 |
2055 | 2024-08-07T06:54:04.816Z | Compiling ena v0.14.3 |
2056 | 2024-08-07T06:54:05.270Z | Compiling ref-cast-impl v1.0.23 |
2057 | 2024-08-07T06:54:05.336Z | Compiling libloading v0.8.3 |
2058 | 2024-08-07T06:54:05.787Z | Compiling cfg_aliases v0.1.1 |
2059 | 2024-08-07T06:54:05.919Z | Compiling diff v0.1.13 |
2060 | 2024-08-07T06:54:06.554Z | Compiling bindgen v0.69.4 |
2061 | 2024-08-07T06:54:06.659Z | Compiling regex-syntax v0.6.29 |
2062 | 2024-08-07T06:54:07.216Z | Compiling nix v0.28.0 |
2063 | 2024-08-07T06:54:07.390Z | Checking tabled v0.15.0 |
2064 | 2024-08-07T06:54:08.131Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2065 | 2024-08-07T06:54:08.154Z | Compiling which v4.4.2 |
2066 | 2024-08-07T06:54:08.828Z | Checking signal-hook-tokio v0.3.1 |
2067 | 2024-08-07T06:54:09.032Z | Compiling cexpr v0.6.0 |
2068 | 2024-08-07T06:54:10.543Z | Compiling lalrpop v0.19.12 |
2069 | 2024-08-07T06:54:10.854Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2070 | 2024-08-07T06:54:12.523Z | Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2071 | 2024-08-07T06:54:14.372Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2072 | 2024-08-07T06:54:16.500Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2073 | 2024-08-07T06:54:17.694Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2074 | 2024-08-07T06:54:18.730Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2075 | 2024-08-07T06:54:18.861Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2076 | 2024-08-07T06:54:19.260Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2077 | 2024-08-07T06:54:19.320Z | Compiling snafu-derive v0.8.2 |
2078 | 2024-08-07T06:54:19.341Z | Compiling lazycell v1.3.0 |
2079 | 2024-08-07T06:54:19.516Z | Compiling shlex v1.3.0 |
2080 | 2024-08-07T06:54:20.000Z | Compiling rustc-hash v1.1.0 |
2081 | 2024-08-07T06:54:20.333Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2082 | 2024-08-07T06:54:20.697Z | Compiling derive_builder_core v0.20.0 |
2083 | 2024-08-07T06:54:22.861Z | Checking globset v0.4.14 |
2084 | 2024-08-07T06:54:23.320Z | Checking olpc-cjson v0.1.3 |
2085 | 2024-08-07T06:54:23.421Z | Checking serde_plain v1.0.2 |
2086 | 2024-08-07T06:54:23.553Z | Compiling libxml v0.3.3 |
2087 | 2024-08-07T06:54:23.691Z | Compiling memoffset v0.9.1 |
2088 | 2024-08-07T06:54:23.943Z | Checking typed-path v0.7.1 |
2089 | 2024-08-07T06:54:24.030Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2090 | 2024-08-07T06:54:24.240Z | Compiling derive_builder_macro v0.20.0 |
2091 | 2024-08-07T06:54:25.436Z | Compiling peg-macros v0.8.4 |
2092 | 2024-08-07T06:54:25.490Z | Checking snafu v0.8.2 |
2093 | 2024-08-07T06:54:25.954Z | Compiling strum_macros v0.24.3 |
2094 | 2024-08-07T06:54:26.028Z | Checking tough v0.17.1 |
2095 | 2024-08-07T06:54:27.951Z | Compiling sqlparser_derive v0.2.2 |
2096 | 2024-08-07T06:54:28.115Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2097 | 2024-08-07T06:54:29.200Z | Compiling cookie v0.18.1 |
2098 | 2024-08-07T06:54:29.514Z | Compiling indoc v1.0.9 |
2099 | 2024-08-07T06:54:29.725Z | Checking unicode_categories v0.1.1 |
2100 | 2024-08-07T06:54:29.782Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2101 | 2024-08-07T06:54:29.945Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2102 | 2024-08-07T06:54:30.037Z | Checking parse-size v1.0.0 |
2103 | 2024-08-07T06:54:30.232Z | Checking sqlformat v0.2.4 |
2104 | 2024-08-07T06:54:30.517Z | Checking rustyline v14.0.0 |
2105 | 2024-08-07T06:54:30.697Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2106 | 2024-08-07T06:54:31.317Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2107 | 2024-08-07T06:54:31.618Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2108 | 2024-08-07T06:54:32.714Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2109 | 2024-08-07T06:54:33.040Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2110 | 2024-08-07T06:54:33.348Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2111 | 2024-08-07T06:54:33.487Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2112 | 2024-08-07T06:54:35.365Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2113 | 2024-08-07T06:54:35.612Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2114 | 2024-08-07T06:54:35.975Z | Checking peg v0.8.4 |
2115 | 2024-08-07T06:54:36.187Z | Checking sqlparser v0.45.0 |
2116 | 2024-08-07T06:54:36.220Z | Checking derive_builder v0.20.0 |
2117 | 2024-08-07T06:54:36.830Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2118 | 2024-08-07T06:54:37.762Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2119 | 2024-08-07T06:54:38.331Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2120 | 2024-08-07T06:54:38.355Z | Checking bcs v0.1.6 |
2121 | 2024-08-07T06:54:38.682Z | Checking quick-xml v0.31.0 |
2122 | 2024-08-07T06:54:38.863Z | Compiling impl-trait-for-tuples v0.2.2 |
2123 | 2024-08-07T06:54:39.426Z | Compiling oso-derive v0.27.3 |
2124 | 2024-08-07T06:54:40.608Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2125 | 2024-08-07T06:54:40.847Z | Checking highway v1.2.0 |
2126 | 2024-08-07T06:54:41.075Z | Checking nix v0.27.1 |
2127 | 2024-08-07T06:54:41.798Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2128 | 2024-08-07T06:54:42.546Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2129 | 2024-08-07T06:54:44.526Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2130 | 2024-08-07T06:54:44.629Z | Checking serde-big-array v0.5.1 |
2131 | 2024-08-07T06:54:44.816Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2132 | 2024-08-07T06:54:45.222Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2133 | 2024-08-07T06:54:45.414Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2134 | 2024-08-07T06:54:45.747Z | Checking bb8 v0.8.5 |
2135 | 2024-08-07T06:54:46.256Z | Compiling const_format_proc_macros v0.2.32 |
2136 | 2024-08-07T06:54:46.561Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2137 | 2024-08-07T06:54:47.168Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2138 | 2024-08-07T06:54:47.776Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2139 | 2024-08-07T06:54:48.443Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2140 | 2024-08-07T06:54:48.527Z | Checking const_format v0.2.32 |
2141 | 2024-08-07T06:54:48.813Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2142 | 2024-08-07T06:54:49.021Z | Checking heck v0.4.1 |
2143 | 2024-08-07T06:54:49.264Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2144 | 2024-08-07T06:54:49.619Z | Checking assert_matches v1.5.0 |
2145 | 2024-08-07T06:54:49.712Z | Compiling portable-atomic v1.6.0 |
2146 | 2024-08-07T06:54:49.735Z | Checking itertools v0.13.0 |
2147 | 2024-08-07T06:54:49.797Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2148 | 2024-08-07T06:54:50.310Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2149 | 2024-08-07T06:54:51.274Z | Checking rand_seeder v0.3.0 |
2150 | 2024-08-07T06:54:51.553Z | Checking number_prefix v0.4.0 |
2151 | 2024-08-07T06:54:51.771Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2152 | 2024-08-07T06:54:52.045Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2153 | 2024-08-07T06:54:52.109Z | Checking indicatif v0.17.8 |
2154 | 2024-08-07T06:54:52.696Z | Checking is_ci v1.2.0 |
2155 | 2024-08-07T06:54:52.851Z | Checking supports-color v3.0.0 |
2156 | 2024-08-07T06:54:52.935Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2157 | 2024-08-07T06:54:53.057Z | Checking castaway v0.2.2 |
2158 | 2024-08-07T06:54:53.242Z | Checking compact_str v0.7.1 |
2159 | 2024-08-07T06:54:53.297Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2160 | 2024-08-07T06:54:53.453Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2161 | 2024-08-07T06:54:53.488Z | Checking unicode-truncate v1.0.0 |
2162 | 2024-08-07T06:54:53.616Z | Checking lru v0.12.3 |
2163 | 2024-08-07T06:54:53.738Z | Compiling stability v0.2.0 |
2164 | 2024-08-07T06:54:53.797Z | Checking cassowary v0.3.0 |
2165 | 2024-08-07T06:54:54.030Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2166 | 2024-08-07T06:54:54.052Z | Checking smawk v0.3.2 |
2167 | 2024-08-07T06:54:54.251Z | Checking unicode-linebreak v0.1.5 |
2168 | 2024-08-07T06:54:54.285Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2169 | 2024-08-07T06:54:54.650Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2170 | 2024-08-07T06:54:54.673Z | Checking textwrap v0.16.1 |
2171 | 2024-08-07T06:54:54.832Z | Checking ratatui v0.27.0 |
2172 | 2024-08-07T06:54:55.108Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2173 | 2024-08-07T06:54:55.340Z | Checking fatfs v0.3.6 |
2174 | 2024-08-07T06:54:55.576Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2175 | 2024-08-07T06:54:56.958Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2176 | 2024-08-07T06:54:57.537Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2177 | 2024-08-07T06:54:58.079Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2178 | 2024-08-07T06:54:59.226Z | Checking csv-core v0.1.11 |
2179 | 2024-08-07T06:54:59.380Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2180 | 2024-08-07T06:54:59.590Z | Checking shell-words v1.1.0 |
2181 | 2024-08-07T06:54:59.782Z | Checking csv v1.3.0 |
2182 | 2024-08-07T06:55:00.388Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2183 | 2024-08-07T06:55:00.681Z | Checking cargo-platform v0.1.8 |
2184 | 2024-08-07T06:55:01.004Z | Checking rtoolbox v0.0.2 |
2185 | 2024-08-07T06:55:01.220Z | Compiling getrandom v0.1.16 |
2186 | 2024-08-07T06:55:01.314Z | Checking rpassword v7.3.1 |
2187 | 2024-08-07T06:55:01.491Z | Checking cargo_metadata v0.18.1 |
2188 | 2024-08-07T06:55:02.111Z | Checking tui-tree-widget v0.21.0 |
2189 | 2024-08-07T06:55:02.459Z | Checking plotters-backend v0.3.5 |
2190 | 2024-08-07T06:55:02.883Z | Checking plotters-svg v0.3.5 |
2191 | 2024-08-07T06:55:03.345Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2192 | 2024-08-07T06:55:03.413Z | Checking rfc6979 v0.4.0 |
2193 | 2024-08-07T06:55:03.598Z | Checking yansi v0.5.1 |
2194 | 2024-08-07T06:55:03.898Z | Checking cast v0.3.0 |
2195 | 2024-08-07T06:55:04.742Z | Checking criterion-plot v0.5.0 |
2196 | 2024-08-07T06:55:04.906Z | Checking pretty_assertions v1.4.0 |
2197 | 2024-08-07T06:55:05.103Z | Checking ecdsa v0.16.9 |
2198 | 2024-08-07T06:55:05.154Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2199 | 2024-08-07T06:55:05.250Z | Checking rand_core v0.5.1 |
2200 | 2024-08-07T06:55:05.557Z | Checking plotters v0.3.5 |
2201 | 2024-08-07T06:55:05.849Z | Checking primeorder v0.13.6 |
2202 | 2024-08-07T06:55:06.320Z | Checking tinytemplate v1.2.1 |
2203 | 2024-08-07T06:55:06.728Z | Checking option-ext v0.2.0 |
2204 | 2024-08-07T06:55:06.870Z | Checking oorandom v11.1.3 |
2205 | 2024-08-07T06:55:07.059Z | Checking anes v0.1.6 |
2206 | 2024-08-07T06:55:07.365Z | Checking dirs-sys v0.4.1 |
2207 | 2024-08-07T06:55:07.466Z | Checking criterion v0.5.1 |
2208 | 2024-08-07T06:55:07.562Z | Checking rand_chacha v0.2.2 |
2209 | 2024-08-07T06:55:07.919Z | Checking polyval v0.6.2 |
2210 | 2024-08-07T06:55:08.232Z | Checking ed25519 v2.2.3 |
2211 | 2024-08-07T06:55:08.514Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2212 | 2024-08-07T06:55:09.023Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2213 | 2024-08-07T06:55:09.926Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2214 | 2024-08-07T06:55:10.195Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2215 | 2024-08-07T06:55:10.452Z | Checking blowfish v0.9.1 |
2216 | 2024-08-07T06:55:10.722Z | Checking ctr v0.9.2 |
2217 | 2024-08-07T06:55:11.053Z | Checking aes v0.8.4 |
2218 | 2024-08-07T06:55:11.293Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2219 | 2024-08-07T06:55:12.096Z | Checking password-hash v0.4.2 |
2220 | 2024-08-07T06:55:12.555Z | Checking pbkdf2 v0.12.2 |
2221 | 2024-08-07T06:55:12.674Z | Checking hex-literal v0.4.1 |
2222 | 2024-08-07T06:55:12.749Z | Checking bcrypt-pbkdf v0.10.0 |
2223 | 2024-08-07T06:55:12.826Z | Checking pbkdf2 v0.11.0 |
2224 | 2024-08-07T06:55:13.033Z | Checking ed25519-dalek v2.1.1 |
2225 | 2024-08-07T06:55:13.070Z | Checking ghash v0.5.1 |
2226 | 2024-08-07T06:55:13.129Z | Checking rand v0.7.3 |
2227 | 2024-08-07T06:55:13.263Z | Checking dirs v5.0.1 |
2228 | 2024-08-07T06:55:13.394Z | Checking p256 v0.13.2 |
2229 | 2024-08-07T06:55:13.426Z | Checking p521 v0.13.3 |
2230 | 2024-08-07T06:55:13.461Z | error[E0433]: failed to resolve: could not find `FileBytesStream` in `hyper_staticfile` |
2231 | 2024-08-07T06:55:13.461Z | --> sled-agent/src/http_entrypoints.rs:208:36 |
2232 | 2024-08-07T06:55:13.461Z | | |
2233 | 2024-08-07T06:55:13.461Z | 208 | let stream = hyper_staticfile::FileBytesStream::new(f); |
2234 | 2024-08-07T06:55:13.461Z | | ^^^^^^^^^^^^^^^ could not find `FileBytesStream` in `hyper_staticfile` |
2235 | 2024-08-07T06:55:13.461Z | | |
2236 | 2024-08-07T06:55:13.462Z | help: consider importing this struct |
2237 | 2024-08-07T06:55:13.462Z | | |
2238 | 2024-08-07T06:55:13.462Z | 7 + use hyper_staticfile::util::FileBytesStream; |
2239 | 2024-08-07T06:55:13.462Z | | |
2240 | 2024-08-07T06:55:13.462Z | help: if you import `FileBytesStream`, refer to it directly |
2241 | 2024-08-07T06:55:13.462Z | | |
2242 | 2024-08-07T06:55:13.462Z | 208 - let stream = hyper_staticfile::FileBytesStream::new(f); |
2243 | 2024-08-07T06:55:13.462Z | 208 + let stream = FileBytesStream::new(f); |
2244 | 2024-08-07T06:55:13.462Z | | |
2245 | 2024-08-07T06:55:13.462Z | |
2246 | 2024-08-07T06:55:13.958Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2247 | 2024-08-07T06:55:14.605Z | Checking cbc v0.1.2 |
2248 | 2024-08-07T06:55:14.841Z | Checking russh-cryptovec v0.7.2 |
2249 | 2024-08-07T06:55:14.870Z | Checking md5 v0.7.0 |
2250 | 2024-08-07T06:55:14.925Z | Compiling target-lexicon v0.12.16 |
2251 | 2024-08-07T06:55:15.053Z | Compiling doc-comment v0.3.3 |
2252 | 2024-08-07T06:55:15.178Z | Checking russh-keys v0.43.0 |
2253 | 2024-08-07T06:55:15.863Z | Checking aes-gcm v0.10.3 |
2254 | 2024-08-07T06:55:16.134Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2255 | 2024-08-07T06:55:16.156Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2256 | 2024-08-07T06:55:16.402Z | Checking tower-layer v0.3.2 |
2257 | 2024-08-07T06:55:16.712Z | Compiling assert_cmd v2.0.15 |
2258 | 2024-08-07T06:55:17.098Z | Compiling dhcproto-macros v0.1.0 |
2259 | 2024-08-07T06:55:17.201Z | Compiling guppy-workspace-hack v0.1.0 |
2260 | 2024-08-07T06:55:17.680Z | Checking tower v0.4.13 |
2261 | 2024-08-07T06:55:18.069Z | Checking russh v0.43.0 |
2262 | 2024-08-07T06:55:18.157Z | Checking dhcproto v0.12.0 |
2263 | 2024-08-07T06:55:19.182Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2264 | 2024-08-07T06:55:19.884Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2265 | 2024-08-07T06:55:20.324Z | Checking internet-checksum v0.2.1 |
2266 | 2024-08-07T06:55:20.434Z | Compiling target-spec v3.2.1 |
2267 | 2024-08-07T06:55:22.225Z | Checking cfg-expr v0.16.0 |
2268 | 2024-08-07T06:55:22.488Z | Checking hyper-util v0.1.3 |
2269 | 2024-08-07T06:55:22.862Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2270 | 2024-08-07T06:55:23.124Z | Checking rustls-native-certs v0.7.0 |
2271 | 2024-08-07T06:55:23.293Z | Checking httptest v0.15.5 |
2272 | 2024-08-07T06:55:24.170Z | Checking hyper-rustls v0.26.0 |
2273 | 2024-08-07T06:55:24.929Z | Checking pathdiff v0.2.1 |
2274 | 2024-08-07T06:55:25.109Z | Checking threadpool v1.8.1 |
2275 | 2024-08-07T06:55:25.350Z | Compiling rstest_macros v0.19.0 |
2276 | 2024-08-07T06:55:25.937Z | Checking escape8259 v0.5.2 |
2277 | 2024-08-07T06:55:26.143Z | Checking nested v0.1.1 |
2278 | 2024-08-07T06:55:26.258Z | Checking libtest-mimic v0.7.3 |
2279 | 2024-08-07T06:55:26.375Z | Checking guppy v0.17.7 |
2280 | 2024-08-07T06:55:26.899Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2281 | 2024-08-07T06:55:27.249Z | Checking similar-asserts v1.5.0 |
2282 | 2024-08-07T06:55:27.522Z | Checking fancy-regex v0.13.0 |
2283 | 2024-08-07T06:55:28.008Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2284 | 2024-08-07T06:55:28.411Z | Compiling trybuild v1.0.99 |
2285 | 2024-08-07T06:55:28.687Z | Compiling relative-path v1.9.3 |
2286 | 2024-08-07T06:55:28.994Z | Checking datatest-stable v0.2.9 |
2287 | 2024-08-07T06:55:29.352Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2288 | 2024-08-07T06:55:30.795Z | Checking blake2b_simd v1.0.2 |
2289 | 2024-08-07T06:55:31.369Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2290 | 2024-08-07T06:55:31.843Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2291 | 2024-08-07T06:55:31.973Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2292 | 2024-08-07T06:55:32.179Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2293 | 2024-08-07T06:55:32.298Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2294 | 2024-08-07T06:55:32.511Z | Checking serde_tokenstream v0.2.1 |
2295 | 2024-08-07T06:55:32.626Z | Checking uzers v0.11.3 |
2296 | 2024-08-07T06:55:32.926Z | Checking futures-timer v3.0.3 |
2297 | 2024-08-07T06:55:32.998Z | Checking indent_write v2.2.0 |
2298 | 2024-08-07T06:55:33.343Z | Checking rust-argon2 v2.1.0 |
2299 | 2024-08-07T06:55:33.741Z | For more information about this error, try `rustc --explain E0433`. |
2300 | 2024-08-07T06:55:33.822Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2301 | 2024-08-07T06:55:33.968Z | error: could not compile `omicron-sled-agent` (lib) due to 1 previous error |
2302 | 2024-08-07T06:55:33.968Z | warning: build failed, waiting for other jobs to finish... |
2303 | 2024-08-07T06:56:11.459Z | Error: clippy failed: exit status: 101 |
2304 | 2024-08-07T06:56:11.462Z | |
2305 | 2024-08-07T06:56:11.462Z | real 3:53.760982272 |
2306 | 2024-08-07T06:56:11.462Z | user 23:03.008126877 |
2307 | 2024-08-07T06:56:11.462Z | sys 4:20.642087524 |
2308 | 2024-08-07T06:56:11.462Z | trap 0.698994004 |
2309 | 2024-08-07T06:56:11.462Z | tflt 1.284312789 |
2310 | 2024-08-07T06:56:11.462Z | dflt 0.311381846 |
2311 | 2024-08-07T06:56:11.462Z | kflt 0.000002619 |
2312 | 2024-08-07T06:56:11.462Z | lock 35:56.105595847 |
2313 | 2024-08-07T06:56:11.462Z | slp 1:24:31.960311117 |
2314 | 2024-08-07T06:56:11.462Z | lat 1:19.213190266 |
2315 | 2024-08-07T06:56:11.462Z | stop 4:41.733706221 |
2316 | 2024-08-07T06:56:11.462Z | process exited: duration 491064 ms, exit code 1 |
|
2317 | 2024-08-07T06:56:11.468Z | found 0 output files |