|
|
|
1 | 2024-10-31T19:18:39.305Z | job assigned to worker 01JBJ06BMZ2AVP2P9B5YEKS1Z3 (queued for 59 s) |
|
2 | 2024-10-31T19:18:47.557Z | starting task 0: "setup" |
3 | 2024-10-31T19:18:47.565Z | ++ uname -s |
4 | 2024-10-31T19:18:47.568Z | + kern=SunOS |
5 | 2024-10-31T19:18:47.568Z | + case "$kern" in |
6 | 2024-10-31T19:18:47.568Z | + [[ 0 == 12345 ]] |
7 | 2024-10-31T19:18:47.568Z | + groupadd -g 12345 build |
8 | 2024-10-31T19:18:47.570Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
9 | 2024-10-31T19:18:49.582Z | + zfs create -o mountpoint=/work rpool/work |
10 | 2024-10-31T19:18:49.679Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
11 | 2024-10-31T19:18:49.681Z | + home_fs=zfs |
12 | 2024-10-31T19:18:49.681Z | + [[ zfs == autofs ]] |
13 | 2024-10-31T19:18:49.681Z | + mkdir -p /home/build |
14 | 2024-10-31T19:18:49.683Z | + chown build:build /home/build /work |
15 | 2024-10-31T19:18:51.686Z | + chmod 0700 /home/build /work |
16 | 2024-10-31T19:18:51.689Z | process exited: duration 4132 ms, exit code 0 |
|
17 | 2024-10-31T19:18:51.693Z | starting task 1: "rust-toolchain" |
18 | 2024-10-31T19:18:51.699Z | * toolchain channel = "1.82.0" |
19 | 2024-10-31T19:18:51.699Z | + printf ' * toolchain channel = "%s" |
20 | 2024-10-31T19:18:51.699Z | * toolchain profile = "default" |
21 | 2024-10-31T19:18:51.699Z | ' 1.82.0 |
22 | 2024-10-31T19:18:51.699Z | + printf ' * toolchain profile = "%s" |
23 | 2024-10-31T19:18:51.699Z | ' default |
24 | 2024-10-31T19:18:51.701Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
25 | 2024-10-31T19:18:51.701Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default |
26 | 2024-10-31T19:18:51.821Z | info: downloading installer |
27 | 2024-10-31T19:18:53.123Z | info: profile set to 'default' |
28 | 2024-10-31T19:18:53.123Z | info: default host triple is x86_64-unknown-illumos |
29 | 2024-10-31T19:18:53.125Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
30 | 2024-10-31T19:18:53.355Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
31 | 2024-10-31T19:18:53.355Z | info: downloading component 'cargo' |
32 | 2024-10-31T19:18:54.347Z | info: downloading component 'clippy' |
33 | 2024-10-31T19:18:54.725Z | info: downloading component 'rust-docs' |
34 | 2024-10-31T19:18:56.124Z | info: downloading component 'rust-std' |
35 | 2024-10-31T19:18:58.345Z | info: downloading component 'rustc' |
36 | 2024-10-31T19:19:06.208Z | info: downloading component 'rustfmt' |
37 | 2024-10-31T19:19:06.493Z | info: installing component 'cargo' |
38 | 2024-10-31T19:19:07.351Z | info: installing component 'clippy' |
39 | 2024-10-31T19:19:07.760Z | info: installing component 'rust-docs' |
40 | 2024-10-31T19:19:09.486Z | info: installing component 'rust-std' |
41 | 2024-10-31T19:19:11.485Z | info: installing component 'rustc' |
42 | 2024-10-31T19:19:17.652Z | info: installing component 'rustfmt' |
43 | 2024-10-31T19:19:17.989Z | info: default toolchain set to '1.82.0-x86_64-unknown-illumos' |
44 | 2024-10-31T19:19:17.990Z | |
45 | 2024-10-31T19:19:18.374Z | 1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
46 | 2024-10-31T19:19:18.374Z | |
47 | 2024-10-31T19:19:18.378Z | |
48 | 2024-10-31T19:19:18.378Z | Rust is installed now. Great! |
49 | 2024-10-31T19:19:18.378Z | |
50 | 2024-10-31T19:19:18.378Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
51 | 2024-10-31T19:19:18.378Z | environment variable. This has not been done automatically. |
52 | 2024-10-31T19:19:18.378Z | |
53 | 2024-10-31T19:19:18.378Z | To configure your current shell, you need to source |
54 | 2024-10-31T19:19:18.378Z | the corresponding env file under $HOME/.cargo. |
55 | 2024-10-31T19:19:18.378Z | |
56 | 2024-10-31T19:19:18.378Z | This is usually done by running one of the following (note the leading DOT): |
57 | 2024-10-31T19:19:18.378Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
58 | 2024-10-31T19:19:18.378Z | source "$HOME/.cargo/env.fish" # For fish |
59 | 2024-10-31T19:19:18.449Z | + rustc --version |
60 | 2024-10-31T19:19:18.515Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
61 | 2024-10-31T19:19:18.520Z | process exited: duration 26819 ms, exit code 0 |
|
62 | 2024-10-31T19:19:18.525Z | starting task 2: "authentication" |
63 | 2024-10-31T19:19:18.548Z | process exited: duration 22 ms, exit code 0 |
|
64 | 2024-10-31T19:19:18.555Z | starting task 3: "clone repository" |
65 | 2024-10-31T19:19:18.561Z | + mkdir -p /work/oxidecomputer/omicron |
66 | 2024-10-31T19:19:18.563Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
67 | 2024-10-31T19:19:19.075Z | Cloning into '/work/oxidecomputer/omicron'... |
68 | 2024-10-31T19:19:26.745Z | + cd /work/oxidecomputer/omicron |
69 | 2024-10-31T19:19:26.745Z | + git fetch origin 2a5038591e4234aed34a81fa8bfdaf95d9753e3f |
70 | 2024-10-31T19:19:27.011Z | From https://github.com/oxidecomputer/omicron |
71 | 2024-10-31T19:19:27.011Z | * branch 2a5038591e4234aed34a81fa8bfdaf95d9753e3f -> FETCH_HEAD |
72 | 2024-10-31T19:19:27.021Z | + [[ -n '' ]] |
73 | 2024-10-31T19:19:27.021Z | + git reset --hard 2a5038591e4234aed34a81fa8bfdaf95d9753e3f |
74 | 2024-10-31T19:19:27.052Z | HEAD is now at 2a5038591 hakariiiii |
75 | 2024-10-31T19:19:27.055Z | process exited: duration 8497 ms, exit code 0 |
|
76 | 2024-10-31T19:19:27.061Z | starting task 4: "build" |
77 | 2024-10-31T19:19:27.067Z | + source ./env.sh |
78 | 2024-10-31T19:19:27.069Z | ++ OLD_SHELL_OPTS=ehxB |
79 | 2024-10-31T19:19:27.069Z | ++ set -o xtrace |
80 | 2024-10-31T19:19:27.071Z | ++++ dirname ./env.sh |
81 | 2024-10-31T19:19:27.071Z | +++ readlink -f . |
82 | 2024-10-31T19:19:27.141Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
83 | 2024-10-31T19:19:27.144Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
84 | 2024-10-31T19:19:27.144Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
85 | 2024-10-31T19:19:27.144Z | ++ 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 |
86 | 2024-10-31T19:19:27.144Z | ++ 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 |
87 | 2024-10-31T19:19:27.144Z | ++ 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 |
88 | 2024-10-31T19:19:27.145Z | ++ 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 |
89 | 2024-10-31T19:19:27.145Z | ++ 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 |
90 | 2024-10-31T19:19:27.145Z | ++ 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 |
91 | 2024-10-31T19:19:27.145Z | ++ case $OLD_SHELL_OPTS in |
92 | 2024-10-31T19:19:27.145Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
93 | 2024-10-31T19:19:27.145Z | + source .github/buildomat/ci-env.sh |
94 | 2024-10-31T19:19:27.145Z | ++ export CARGO_TERM_COLOR=always |
95 | 2024-10-31T19:19:27.145Z | ++ CARGO_TERM_COLOR=always |
96 | 2024-10-31T19:19:27.145Z | + cargo --version |
97 | 2024-10-31T19:19:27.198Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
98 | 2024-10-31T19:19:27.201Z | + rustc --version |
99 | 2024-10-31T19:19:27.261Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
100 | 2024-10-31T19:19:27.266Z | + banner prerequisites |
101 | 2024-10-31T19:19:27.313Z | |
102 | 2024-10-31T19:19:27.313Z | ##### ##### ###### ##### ###### #### # # # #### # |
103 | 2024-10-31T19:19:27.313Z | # # # # # # # # # # # # # # # |
104 | 2024-10-31T19:19:27.313Z | # # # # ##### # # ##### # # # # # #### # |
105 | 2024-10-31T19:19:27.313Z | ##### ##### # ##### # # # # # # # # # |
106 | 2024-10-31T19:19:27.313Z | # # # # # # # # # # # # # # # |
107 | 2024-10-31T19:19:27.313Z | # # # ###### # # ###### ### # #### # #### # |
108 | 2024-10-31T19:19:27.313Z | |
109 | 2024-10-31T19:19:27.315Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
110 | 2024-10-31T19:19:43.967Z | Startup: Refreshing catalog 'helios-dev' ... Done |
111 | 2024-10-31T19:19:47.518Z | Startup: Caching catalogs ... Done |
112 | 2024-10-31T19:19:54.466Z | Planning: Solver setup ... Done (6.193s) |
113 | 2024-10-31T19:19:54.557Z | Planning: Running solver ... Done (0.091s) |
114 | 2024-10-31T19:19:54.739Z | Planning: Finding local manifests ... Done (0.106s) |
115 | 2024-10-31T19:19:54.798Z | Planning: Fetching manifests: 0/5 0% complete |
116 | 2024-10-31T19:19:55.449Z | Planning: Fetching manifests: 5/5 100% complete |
117 | 2024-10-31T19:19:55.692Z | Planning: Package planning ... Done (0.244s) |
118 | 2024-10-31T19:19:55.748Z | Planning: Merging actions ... Done (0.056s) |
119 | 2024-10-31T19:19:56.896Z | Planning: Checking for conflicting actions ... Done (1.148s) |
120 | 2024-10-31T19:20:05.225Z | Planning: Consolidating action changes ... Done (8.328s) |
121 | 2024-10-31T19:20:05.586Z | Planning: Evaluating mediators ... Done (0.361s) |
122 | 2024-10-31T19:20:05.808Z | Planning: Planning completed in 18.20 seconds |
123 | 2024-10-31T19:20:07.066Z | Packages to install: 4 |
124 | 2024-10-31T19:20:07.066Z | Packages to update: 1 |
125 | 2024-10-31T19:20:07.066Z | Mediators to change: 2 |
126 | 2024-10-31T19:20:07.066Z | Services to change: 1 |
127 | 2024-10-31T19:20:07.086Z | Estimated space available: 155.61 GB |
128 | 2024-10-31T19:20:07.088Z | Estimated space to be consumed: 1.58 GB |
129 | 2024-10-31T19:20:07.088Z | Create boot environment: No |
130 | 2024-10-31T19:20:07.089Z | Create backup boot environment: Yes |
131 | 2024-10-31T19:20:07.089Z | Rebuild boot archive: No |
132 | 2024-10-31T19:20:07.089Z | |
133 | 2024-10-31T19:20:07.089Z | Changed mediators: |
134 | 2024-10-31T19:20:07.089Z | mediator clang: |
135 | 2024-10-31T19:20:07.089Z | version: None -> 15 (system default) |
136 | 2024-10-31T19:20:07.089Z | |
137 | 2024-10-31T19:20:07.089Z | mediator llvm: |
138 | 2024-10-31T19:20:07.089Z | version: 14 (system default) -> 15 (system default) |
139 | 2024-10-31T19:20:07.090Z | |
140 | 2024-10-31T19:20:07.091Z | Changed packages: |
141 | 2024-10-31T19:20:07.091Z | helios-dev |
142 | 2024-10-31T19:20:07.091Z | developer/build-essential |
143 | 2024-10-31T19:20:07.091Z | None -> 11-2.0 |
144 | 2024-10-31T19:20:07.091Z | library/libxmlsec1 |
145 | 2024-10-31T19:20:07.091Z | None -> 1.2.35-2.0 |
146 | 2024-10-31T19:20:07.092Z | ooce/developer/clang-15 |
147 | 2024-10-31T19:20:07.092Z | None -> 15.0.7-2.0 |
148 | 2024-10-31T19:20:07.092Z | ooce/developer/llvm-15 |
149 | 2024-10-31T19:20:07.092Z | None -> 15.0.7-2.0 |
150 | 2024-10-31T19:20:07.092Z | package/pkg |
151 | 2024-10-31T19:20:07.092Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
152 | 2024-10-31T19:20:07.093Z | |
153 | 2024-10-31T19:20:07.093Z | Services: |
154 | 2024-10-31T19:20:07.093Z | restart_fmri: |
155 | 2024-10-31T19:20:07.093Z | svc:/system/update-man-index:default |
156 | 2024-10-31T19:20:07.093Z | |
157 | 2024-10-31T19:20:07.093Z | Editable files to change: |
158 | 2024-10-31T19:20:07.094Z | Update: |
159 | 2024-10-31T19:20:07.095Z | usr/share/lib/pkg/web/config.shtml |
160 | 2024-10-31T19:20:07.513Z | |
161 | 2024-10-31T19:20:07.513Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
162 | 2024-10-31T19:20:12.537Z | Download: 711/4281 items 18.2/220.6MB 8% complete (3.7M/s) |
163 | 2024-10-31T19:20:18.347Z | Download: 1198/4281 items 83.5/220.6MB 37% complete (9.6M/s) |
164 | 2024-10-31T19:20:23.359Z | Download: 1573/4281 items 116.9/220.6MB 52% complete (9.8M/s) |
165 | 2024-10-31T19:20:31.964Z | Download: 2220/4281 items 119.2/220.6MB 54% complete (3.7M/s) |
166 | 2024-10-31T19:20:46.366Z | Download: 2223/4281 items 119.2/220.6MB 54% complete |
167 | 2024-10-31T19:20:51.476Z | Download: 3200/4281 items 153.9/220.6MB 69% complete (6.8M/s) |
168 | 2024-10-31T19:20:56.569Z | Download: 4208/4281 items 220.6/220.6MB 99% complete (10.9M/s) |
169 | 2024-10-31T19:20:56.684Z | Download: Completed 220.60 MB in 49.17 seconds (4.5M/s) |
170 | 2024-10-31T19:20:58.969Z | Actions: 1/5063 actions (Removing old actions) |
171 | 2024-10-31T19:20:58.985Z | Actions: 194/5063 actions (Installing new actions) |
172 | 2024-10-31T19:21:04.080Z | Actions: 4100/5063 actions (Installing new actions) |
173 | 2024-10-31T19:21:04.648Z | Actions: 4226/5063 actions (Updating modified actions) |
174 | 2024-10-31T19:21:05.024Z | Actions: Completed 5063 actions in 6.05 seconds. |
175 | 2024-10-31T19:21:05.394Z | Done (0.362s) |
176 | 2024-10-31T19:21:05.396Z | Done (0.000s) |
177 | 2024-10-31T19:21:05.893Z | Done (0.498s) |
178 | 2024-10-31T19:21:12.088Z | Done (5.988s) |
179 | 2024-10-31T19:21:12.450Z | Done (0.292s) |
180 | 2024-10-31T19:21:12.454Z | Done (0.000s) |
181 | 2024-10-31T19:21:12.596Z | Done (0.000s) |
182 | 2024-10-31T19:21:13.246Z | Planning: Evaluating mediator changes ... Done |
183 | 2024-10-31T19:21:13.412Z | Planning: Checking for conflicting actions ... Done |
184 | 2024-10-31T19:21:13.414Z | Planning: Consolidating action changes ... Done |
185 | 2024-10-31T19:21:13.683Z | Planning: Evaluating mediators ... Done |
186 | 2024-10-31T19:21:13.686Z | Planning: Planning completed in 0.44 seconds |
187 | 2024-10-31T19:21:13.721Z | Mediators to change: 2 |
188 | 2024-10-31T19:21:13.723Z | Create boot environment: No |
189 | 2024-10-31T19:21:13.723Z | Create backup boot environment: No |
190 | 2024-10-31T19:21:13.803Z | Done |
191 | 2024-10-31T19:21:13.804Z | Done |
192 | 2024-10-31T19:21:14.124Z | Done |
193 | 2024-10-31T19:21:17.619Z | Done |
194 | 2024-10-31T19:21:17.714Z | Done |
195 | 2024-10-31T19:21:17.716Z | Done |
196 | 2024-10-31T19:21:17.839Z | Done |
197 | 2024-10-31T19:21:18.452Z | Planning: Evaluating mediator changes ... Done |
198 | 2024-10-31T19:21:18.454Z | Planning: Merging actions ... Done |
199 | 2024-10-31T19:21:18.646Z | Planning: Checking for conflicting actions ... Done |
200 | 2024-10-31T19:21:18.648Z | Planning: Consolidating action changes ... Done |
201 | 2024-10-31T19:21:18.917Z | Planning: Evaluating mediators ... Done |
202 | 2024-10-31T19:21:18.972Z | Planning: Planning completed in 0.76 seconds |
203 | 2024-10-31T19:21:19.011Z | Packages to change: 1 |
204 | 2024-10-31T19:21:19.011Z | Mediators to change: 1 |
205 | 2024-10-31T19:21:19.013Z | Services to change: 1 |
206 | 2024-10-31T19:21:19.013Z | Create boot environment: No |
207 | 2024-10-31T19:21:19.013Z | Create backup boot environment: Yes |
208 | 2024-10-31T19:21:20.968Z | Actions: 1/6 actions (Updating modified actions) |
209 | 2024-10-31T19:21:21.005Z | Actions: Completed 6 actions in 0.04 seconds. |
210 | 2024-10-31T19:21:21.007Z | Done |
211 | 2024-10-31T19:21:21.007Z | Done |
212 | 2024-10-31T19:21:21.108Z | Done |
213 | 2024-10-31T19:21:24.602Z | Done |
214 | 2024-10-31T19:21:24.693Z | Done |
215 | 2024-10-31T19:21:24.696Z | Done |
216 | 2024-10-31T19:21:24.819Z | Done |
217 | 2024-10-31T19:21:25.256Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
218 | 2024-10-31T19:21:25.256Z | clang system 15 system |
219 | 2024-10-31T19:21:25.256Z | csh system system illumos |
220 | 2024-10-31T19:21:25.256Z | ctags system system illumos |
221 | 2024-10-31T19:21:25.256Z | gcc vendor 12 vendor |
222 | 2024-10-31T19:21:25.256Z | gcc system 10 system |
223 | 2024-10-31T19:21:25.256Z | gcc system 7 system |
224 | 2024-10-31T19:21:25.256Z | go system 1.20 system |
225 | 2024-10-31T19:21:25.256Z | go system 1.19 system |
226 | 2024-10-31T19:21:25.256Z | llvm system 15 system |
227 | 2024-10-31T19:21:25.256Z | llvm system 14 system |
228 | 2024-10-31T19:21:25.256Z | mariadb system 10.6 system |
229 | 2024-10-31T19:21:25.256Z | mta vendor vendor dma |
230 | 2024-10-31T19:21:25.256Z | openjdk system 17 system |
231 | 2024-10-31T19:21:25.256Z | openjdk system 11 system |
232 | 2024-10-31T19:21:25.256Z | openjdk system 1.8 system |
233 | 2024-10-31T19:21:25.256Z | openssl vendor 3 vendor |
234 | 2024-10-31T19:21:25.256Z | perl system 5.36 system |
235 | 2024-10-31T19:21:25.256Z | postgresql system 15 system |
236 | 2024-10-31T19:21:25.256Z | postgresql system 13 system |
237 | 2024-10-31T19:21:25.257Z | python vendor 3 vendor |
238 | 2024-10-31T19:21:25.257Z | python system 2 system |
239 | 2024-10-31T19:21:25.257Z | python3 system 3.11 system |
240 | 2024-10-31T19:21:25.257Z | ruby system 3.0 system |
241 | 2024-10-31T19:21:25.257Z | words vendor vendor american-english |
242 | 2024-10-31T19:21:25.257Z | words system system australian-english |
243 | 2024-10-31T19:21:25.257Z | words system system british-english |
244 | 2024-10-31T19:21:25.257Z | words system system canadian-english |
245 | 2024-10-31T19:21:25.257Z | words system system french |
246 | 2024-10-31T19:21:25.257Z | words system system italian |
247 | 2024-10-31T19:21:25.257Z | words system system ngerman |
248 | 2024-10-31T19:21:25.257Z | words system system ogerman |
249 | 2024-10-31T19:21:25.257Z | words system system spanish |
250 | 2024-10-31T19:21:25.587Z | PUBLISHER TYPE STATUS P LOCATION |
251 | 2024-10-31T19:21:25.587Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
252 | 2024-10-31T19:21:27.969Z | FMRI IFO |
253 | 2024-10-31T19:21:27.969Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
254 | 2024-10-31T19:21:27.969Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
255 | 2024-10-31T19:21:27.969Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
256 | 2024-10-31T19:21:27.969Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
257 | 2024-10-31T19:21:27.969Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
258 | 2024-10-31T19:21:27.969Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
259 | 2024-10-31T19:21:27.969Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
260 | 2024-10-31T19:21:27.969Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
261 | 2024-10-31T19:21:27.969Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
262 | 2024-10-31T19:21:27.969Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
263 | 2024-10-31T19:21:27.969Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
264 | 2024-10-31T19:21:27.969Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
265 | 2024-10-31T19:21:27.969Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
266 | 2024-10-31T19:21:27.969Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
267 | 2024-10-31T19:21:27.971Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
268 | 2024-10-31T19:21:28.643Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
269 | 2024-10-31T19:21:28.932Z | Updating crates.io index |
270 | 2024-10-31T19:21:29.025Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
271 | 2024-10-31T19:21:29.733Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
272 | 2024-10-31T19:21:29.996Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
273 | 2024-10-31T19:21:30.227Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
274 | 2024-10-31T19:21:30.505Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
275 | 2024-10-31T19:21:31.340Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
276 | 2024-10-31T19:21:33.795Z | Updating git repository `https://github.com/oxidecomputer/opte` |
277 | 2024-10-31T19:21:34.782Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
278 | 2024-10-31T19:21:35.515Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
279 | 2024-10-31T19:21:35.774Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
280 | 2024-10-31T19:21:36.020Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
281 | 2024-10-31T19:21:36.597Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
282 | 2024-10-31T19:21:37.026Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
283 | 2024-10-31T19:21:37.297Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
284 | 2024-10-31T19:21:37.571Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
285 | 2024-10-31T19:21:37.793Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
286 | 2024-10-31T19:21:38.026Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
287 | 2024-10-31T19:21:38.343Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
288 | 2024-10-31T19:21:38.692Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
289 | 2024-10-31T19:21:39.137Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
290 | 2024-10-31T19:21:39.391Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
291 | 2024-10-31T19:21:39.824Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
292 | 2024-10-31T19:21:40.132Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
293 | 2024-10-31T19:21:40.527Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
294 | 2024-10-31T19:21:40.977Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
295 | 2024-10-31T19:21:41.273Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
296 | 2024-10-31T19:21:41.545Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
297 | 2024-10-31T19:21:42.613Z | Downloading crates ... |
298 | 2024-10-31T19:21:42.695Z | Downloaded cfg-if v1.0.0 |
299 | 2024-10-31T19:21:42.697Z | Downloaded block-buffer v0.10.4 |
300 | 2024-10-31T19:21:42.699Z | Downloaded bitflags v2.6.0 |
301 | 2024-10-31T19:21:42.702Z | Downloaded anstream v0.6.15 |
302 | 2024-10-31T19:21:42.710Z | Downloaded swrite v0.1.0 |
303 | 2024-10-31T19:21:42.713Z | Downloaded dtrace-parser v0.2.0 |
304 | 2024-10-31T19:21:42.718Z | Downloaded fastrand v2.1.1 |
305 | 2024-10-31T19:21:42.721Z | Downloaded clap_lex v0.7.2 |
306 | 2024-10-31T19:21:42.721Z | Downloaded cargo_metadata v0.18.1 |
307 | 2024-10-31T19:21:42.723Z | Downloaded anstyle-query v1.1.1 |
308 | 2024-10-31T19:21:42.726Z | Downloaded generic-array v0.14.7 |
309 | 2024-10-31T19:21:42.726Z | Downloaded pest_generator v2.7.14 |
310 | 2024-10-31T19:21:42.732Z | Downloaded usdt-impl v0.5.0 |
311 | 2024-10-31T19:21:42.738Z | Downloaded thread-id v4.2.2 |
312 | 2024-10-31T19:21:42.740Z | Downloaded version_check v0.9.5 |
313 | 2024-10-31T19:21:42.740Z | Downloaded autocfg v1.4.0 |
314 | 2024-10-31T19:21:42.742Z | Downloaded bytecount v0.6.8 |
315 | 2024-10-31T19:21:42.744Z | Downloaded anstyle-parse v0.2.5 |
316 | 2024-10-31T19:21:42.746Z | Downloaded semver v1.0.23 |
317 | 2024-10-31T19:21:42.749Z | Downloaded plain v0.2.3 |
318 | 2024-10-31T19:21:42.751Z | Downloaded sha2 v0.10.8 |
319 | 2024-10-31T19:21:42.753Z | Downloaded tempfile v3.13.0 |
320 | 2024-10-31T19:21:42.755Z | Downloaded clap_derive v4.5.18 |
321 | 2024-10-31T19:21:42.757Z | Downloaded crypto-common v0.1.6 |
322 | 2024-10-31T19:21:42.760Z | Downloaded cargo-platform v0.1.8 |
323 | 2024-10-31T19:21:42.760Z | Downloaded anstyle v1.0.8 |
324 | 2024-10-31T19:21:42.762Z | Downloaded camino v1.1.9 |
325 | 2024-10-31T19:21:42.765Z | Downloaded ryu v1.0.18 |
326 | 2024-10-31T19:21:42.768Z | Downloaded ucd-trie v0.1.7 |
327 | 2024-10-31T19:21:42.771Z | Downloaded camino-tempfile v1.1.1 |
328 | 2024-10-31T19:21:42.773Z | Downloaded textwrap v0.16.1 |
329 | 2024-10-31T19:21:42.775Z | Downloaded proc-macro2 v1.0.87 |
330 | 2024-10-31T19:21:42.777Z | Downloaded anyhow v1.0.89 |
331 | 2024-10-31T19:21:42.780Z | Downloaded papergrid v0.11.0 |
332 | 2024-10-31T19:21:42.787Z | Downloaded clap v4.5.20 |
333 | 2024-10-31T19:21:42.795Z | Downloaded indexmap v2.6.0 |
334 | 2024-10-31T19:21:42.799Z | Downloaded pretty-hex v0.4.1 |
335 | 2024-10-31T19:21:42.801Z | Downloaded equivalent v1.0.1 |
336 | 2024-10-31T19:21:42.801Z | Downloaded cargo_toml v0.20.5 |
337 | 2024-10-31T19:21:42.804Z | Downloaded byteorder v1.5.0 |
338 | 2024-10-31T19:21:42.816Z | Downloaded usdt-macro v0.5.0 |
339 | 2024-10-31T19:21:42.819Z | Downloaded scroll_derive v0.12.0 |
340 | 2024-10-31T19:21:42.819Z | Downloaded usdt-attr-macro v0.5.0 |
341 | 2024-10-31T19:21:42.822Z | Downloaded fnv v1.0.7 |
342 | 2024-10-31T19:21:42.825Z | Downloaded digest v0.10.7 |
343 | 2024-10-31T19:21:42.827Z | Downloaded strsim v0.11.1 |
344 | 2024-10-31T19:21:42.827Z | Downloaded memmap v0.7.0 |
345 | 2024-10-31T19:21:42.827Z | Downloaded unicode-linebreak v0.1.5 |
346 | 2024-10-31T19:21:42.829Z | Downloaded proc-macro-error-attr v1.0.4 |
347 | 2024-10-31T19:21:42.831Z | Downloaded serde_spanned v0.6.8 |
348 | 2024-10-31T19:21:42.833Z | Downloaded itoa v1.0.11 |
349 | 2024-10-31T19:21:42.833Z | Downloaded macaddr v1.0.1 |
350 | 2024-10-31T19:21:42.833Z | Downloaded is_terminal_polyfill v1.70.1 |
351 | 2024-10-31T19:21:42.835Z | Downloaded heck v0.5.0 |
352 | 2024-10-31T19:21:42.835Z | Downloaded heck v0.4.1 |
353 | 2024-10-31T19:21:42.837Z | Downloaded fs-err v2.11.0 |
354 | 2024-10-31T19:21:42.839Z | Downloaded toml_datetime v0.6.8 |
355 | 2024-10-31T19:21:42.839Z | Downloaded thiserror-impl v1.0.64 |
356 | 2024-10-31T19:21:42.842Z | Downloaded thiserror v1.0.64 |
357 | 2024-10-31T19:21:42.844Z | Downloaded tabled_derive v0.7.0 |
358 | 2024-10-31T19:21:42.846Z | Downloaded cpufeatures v0.2.14 |
359 | 2024-10-31T19:21:42.848Z | Downloaded smawk v0.3.2 |
360 | 2024-10-31T19:21:42.848Z | Downloaded serde_tokenstream v0.2.2 |
361 | 2024-10-31T19:21:42.850Z | Downloaded errno v0.3.9 |
362 | 2024-10-31T19:21:42.853Z | Downloaded utf8parse v0.2.2 |
363 | 2024-10-31T19:21:42.853Z | Downloaded pest_derive v2.7.14 |
364 | 2024-10-31T19:21:42.855Z | Downloaded once_cell v1.20.2 |
365 | 2024-10-31T19:21:42.857Z | Downloaded memchr v2.7.4 |
366 | 2024-10-31T19:21:42.861Z | Downloaded usdt v0.5.0 |
367 | 2024-10-31T19:21:42.864Z | Downloaded terminal_size v0.4.0 |
368 | 2024-10-31T19:21:42.864Z | Downloaded colorchoice v1.0.2 |
369 | 2024-10-31T19:21:42.866Z | Downloaded toml_edit v0.22.22 |
370 | 2024-10-31T19:21:42.886Z | Downloaded unicode-ident v1.0.13 |
371 | 2024-10-31T19:21:42.888Z | Downloaded typenum v1.17.0 |
372 | 2024-10-31T19:21:42.891Z | Downloaded toml v0.8.19 |
373 | 2024-10-31T19:21:42.894Z | Downloaded zerocopy-derive v0.7.35 |
374 | 2024-10-31T19:21:42.898Z | Downloaded serde_derive v1.0.210 |
375 | 2024-10-31T19:21:42.901Z | Downloaded serde_json v1.0.128 |
376 | 2024-10-31T19:21:42.908Z | Downloaded serde v1.0.210 |
377 | 2024-10-31T19:21:42.911Z | Downloaded log v0.4.22 |
378 | 2024-10-31T19:21:42.913Z | Downloaded scroll v0.12.0 |
379 | 2024-10-31T19:21:42.916Z | Downloaded quote v1.0.37 |
380 | 2024-10-31T19:21:42.920Z | Downloaded hashbrown v0.15.0 |
381 | 2024-10-31T19:21:42.924Z | Downloaded zerocopy v0.7.35 |
382 | 2024-10-31T19:21:42.938Z | Downloaded clap_builder v4.5.20 |
383 | 2024-10-31T19:21:42.945Z | Downloaded pest v2.7.14 |
384 | 2024-10-31T19:21:42.950Z | Downloaded proc-macro-error v1.0.4 |
385 | 2024-10-31T19:21:42.953Z | Downloaded pest_meta v2.7.14 |
386 | 2024-10-31T19:21:42.955Z | Downloaded dof v0.3.0 |
387 | 2024-10-31T19:21:42.957Z | Downloaded winnow v0.6.20 |
388 | 2024-10-31T19:21:42.965Z | Downloaded unicode-width v0.1.14 |
389 | 2024-10-31T19:21:42.971Z | Downloaded syn v2.0.79 |
390 | 2024-10-31T19:21:42.981Z | Downloaded tabled v0.15.0 |
391 | 2024-10-31T19:21:42.996Z | Downloaded syn v1.0.109 |
392 | 2024-10-31T19:21:43.005Z | Downloaded goblin v0.8.2 |
393 | 2024-10-31T19:21:43.020Z | Downloaded rustix v0.38.37 |
394 | 2024-10-31T19:21:43.041Z | Downloaded libc v0.2.161 |
395 | 2024-10-31T19:21:43.343Z | Compiling proc-macro2 v1.0.87 |
396 | 2024-10-31T19:21:43.343Z | Compiling unicode-ident v1.0.13 |
397 | 2024-10-31T19:21:43.345Z | Compiling version_check v0.9.5 |
398 | 2024-10-31T19:21:43.345Z | Compiling serde v1.0.210 |
399 | 2024-10-31T19:21:43.345Z | Compiling thiserror v1.0.64 |
400 | 2024-10-31T19:21:43.345Z | Compiling memchr v2.7.4 |
401 | 2024-10-31T19:21:43.345Z | Compiling libc v0.2.161 |
402 | 2024-10-31T19:21:43.345Z | Compiling ryu v1.0.18 |
403 | 2024-10-31T19:21:43.662Z | Compiling itoa v1.0.11 |
404 | 2024-10-31T19:21:43.753Z | Compiling ucd-trie v0.1.7 |
405 | 2024-10-31T19:21:44.104Z | Compiling once_cell v1.20.2 |
406 | 2024-10-31T19:21:44.227Z | Compiling byteorder v1.5.0 |
407 | 2024-10-31T19:21:44.408Z | Compiling rustix v0.38.37 |
408 | 2024-10-31T19:21:44.645Z | Compiling serde_json v1.0.128 |
409 | 2024-10-31T19:21:45.239Z | Compiling bitflags v2.6.0 |
410 | 2024-10-31T19:21:45.281Z | Compiling proc-macro-error-attr v1.0.4 |
411 | 2024-10-31T19:21:45.341Z | Compiling usdt-impl v0.5.0 |
412 | 2024-10-31T19:21:45.387Z | Compiling syn v1.0.109 |
413 | 2024-10-31T19:21:45.568Z | Compiling proc-macro-error v1.0.4 |
414 | 2024-10-31T19:21:45.654Z | Compiling hashbrown v0.15.0 |
415 | 2024-10-31T19:21:45.678Z | Compiling plain v0.2.3 |
416 | 2024-10-31T19:21:45.837Z | Compiling camino v1.1.9 |
417 | 2024-10-31T19:21:45.861Z | Compiling equivalent v1.0.1 |
418 | 2024-10-31T19:21:45.861Z | Compiling utf8parse v0.2.2 |
419 | 2024-10-31T19:21:45.987Z | Compiling thread-id v4.2.2 |
420 | 2024-10-31T19:21:46.038Z | Compiling log v0.4.22 |
421 | 2024-10-31T19:21:46.064Z | Compiling anstyle-parse v0.2.5 |
422 | 2024-10-31T19:21:46.237Z | Compiling quote v1.0.37 |
423 | 2024-10-31T19:21:46.379Z | Compiling errno v0.3.9 |
424 | 2024-10-31T19:21:46.406Z | Compiling anstyle v1.0.8 |
425 | 2024-10-31T19:21:46.434Z | Compiling colorchoice v1.0.2 |
426 | 2024-10-31T19:21:46.585Z | Compiling syn v2.0.79 |
427 | 2024-10-31T19:21:46.650Z | Compiling winnow v0.6.20 |
428 | 2024-10-31T19:21:46.837Z | Compiling indexmap v2.6.0 |
429 | 2024-10-31T19:21:46.874Z | Compiling is_terminal_polyfill v1.70.1 |
430 | 2024-10-31T19:21:46.897Z | Compiling pretty-hex v0.4.1 |
431 | 2024-10-31T19:21:46.997Z | Compiling autocfg v1.4.0 |
432 | 2024-10-31T19:21:47.099Z | Compiling unicode-width v0.1.14 |
433 | 2024-10-31T19:21:47.639Z | Compiling semver v1.0.23 |
434 | 2024-10-31T19:21:48.090Z | Compiling anstyle-query v1.1.1 |
435 | 2024-10-31T19:21:48.139Z | Compiling fs-err v2.11.0 |
436 | 2024-10-31T19:21:48.248Z | Compiling anstream v0.6.15 |
437 | 2024-10-31T19:21:48.299Z | Compiling cfg-if v1.0.0 |
438 | 2024-10-31T19:21:48.323Z | Compiling fnv v1.0.7 |
439 | 2024-10-31T19:21:48.398Z | Compiling strsim v0.11.1 |
440 | 2024-10-31T19:21:48.429Z | Compiling heck v0.4.1 |
441 | 2024-10-31T19:21:48.862Z | Compiling terminal_size v0.4.0 |
442 | 2024-10-31T19:21:48.887Z | Compiling heck v0.5.0 |
443 | 2024-10-31T19:21:48.962Z | Compiling clap_lex v0.7.2 |
444 | 2024-10-31T19:21:49.065Z | Compiling fastrand v2.1.1 |
445 | 2024-10-31T19:21:49.246Z | Compiling anyhow v1.0.89 |
446 | 2024-10-31T19:21:49.315Z | Compiling bytecount v0.6.8 |
447 | 2024-10-31T19:21:49.452Z | Compiling tempfile v3.13.0 |
448 | 2024-10-31T19:21:49.535Z | Compiling papergrid v0.11.0 |
449 | 2024-10-31T19:21:49.593Z | Compiling clap_builder v4.5.20 |
450 | 2024-10-31T19:21:50.161Z | Compiling memmap v0.7.0 |
451 | 2024-10-31T19:21:50.271Z | Compiling smawk v0.3.2 |
452 | 2024-10-31T19:21:50.313Z | Compiling unicode-linebreak v0.1.5 |
453 | 2024-10-31T19:21:50.513Z | Compiling swrite v0.1.0 |
454 | 2024-10-31T19:21:50.798Z | Compiling textwrap v0.16.1 |
455 | 2024-10-31T19:21:51.777Z | Compiling tabled_derive v0.7.0 |
456 | 2024-10-31T19:21:53.220Z | Compiling tabled v0.15.0 |
457 | 2024-10-31T19:21:54.560Z | Compiling serde_derive v1.0.210 |
458 | 2024-10-31T19:21:54.560Z | Compiling thiserror-impl v1.0.64 |
459 | 2024-10-31T19:21:54.579Z | Compiling zerocopy-derive v0.7.35 |
460 | 2024-10-31T19:21:54.626Z | Compiling scroll_derive v0.12.0 |
461 | 2024-10-31T19:21:54.777Z | Compiling clap_derive v4.5.18 |
462 | 2024-10-31T19:21:55.862Z | Compiling scroll v0.12.0 |
463 | 2024-10-31T19:21:56.289Z | Compiling goblin v0.8.2 |
464 | 2024-10-31T19:21:56.342Z | Compiling zerocopy v0.7.35 |
465 | 2024-10-31T19:21:57.163Z | Compiling pest v2.7.14 |
466 | 2024-10-31T19:21:58.223Z | Compiling clap v4.5.20 |
467 | 2024-10-31T19:21:59.287Z | Compiling pest_meta v2.7.14 |
468 | 2024-10-31T19:22:00.162Z | Compiling pest_generator v2.7.14 |
469 | 2024-10-31T19:22:01.780Z | Compiling pest_derive v2.7.14 |
470 | 2024-10-31T19:22:02.454Z | Compiling dtrace-parser v0.2.0 |
471 | 2024-10-31T19:22:04.378Z | Compiling toml_datetime v0.6.8 |
472 | 2024-10-31T19:22:04.378Z | Compiling serde_spanned v0.6.8 |
473 | 2024-10-31T19:22:04.381Z | Compiling cargo-platform v0.1.8 |
474 | 2024-10-31T19:22:04.723Z | Compiling serde_tokenstream v0.2.2 |
475 | 2024-10-31T19:22:04.772Z | Compiling toml_edit v0.22.22 |
476 | 2024-10-31T19:22:04.960Z | Compiling macaddr v1.0.1 |
477 | 2024-10-31T19:22:05.010Z | Compiling camino-tempfile v1.1.1 |
478 | 2024-10-31T19:22:05.897Z | Compiling dof v0.3.0 |
479 | 2024-10-31T19:22:05.897Z | Compiling cargo_metadata v0.18.1 |
480 | 2024-10-31T19:22:07.568Z | Compiling toml v0.8.19 |
481 | 2024-10-31T19:22:07.815Z | Compiling usdt-attr-macro v0.5.0 |
482 | 2024-10-31T19:22:07.815Z | Compiling usdt-macro v0.5.0 |
483 | 2024-10-31T19:22:08.387Z | Compiling cargo_toml v0.20.5 |
484 | 2024-10-31T19:22:09.146Z | Compiling usdt v0.5.0 |
485 | 2024-10-31T19:22:11.875Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
486 | 2024-10-31T19:22:15.656Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.22s |
487 | 2024-10-31T19:22:15.917Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
488 | 2024-10-31T19:22:16.422Z | Downloading crates ... |
489 | 2024-10-31T19:22:16.535Z | Downloaded async-trait v0.1.83 |
490 | 2024-10-31T19:22:16.541Z | Downloaded array-init v0.0.4 |
491 | 2024-10-31T19:22:16.544Z | Downloaded adler2 v2.0.0 |
492 | 2024-10-31T19:22:16.548Z | Downloaded cfg_aliases v0.2.1 |
493 | 2024-10-31T19:22:16.550Z | Downloaded atomicwrites v0.4.4 |
494 | 2024-10-31T19:22:16.555Z | Downloaded ascii-canvas v3.0.0 |
495 | 2024-10-31T19:22:16.557Z | Downloaded allocator-api2 v0.2.18 |
496 | 2024-10-31T19:22:16.560Z | Downloaded cobs v0.2.3 |
497 | 2024-10-31T19:22:16.563Z | Downloaded bitflags v1.3.2 |
498 | 2024-10-31T19:22:16.565Z | Downloaded constant_time_eq v0.3.1 |
499 | 2024-10-31T19:22:16.567Z | Downloaded ciborium-ll v0.2.2 |
500 | 2024-10-31T19:22:16.567Z | Downloaded cassowary v0.3.0 |
501 | 2024-10-31T19:22:16.570Z | Downloaded chrono-tz-build v0.4.0 |
502 | 2024-10-31T19:22:16.573Z | Downloaded bit-vec v0.6.3 |
503 | 2024-10-31T19:22:16.573Z | Downloaded http-body v1.0.1 |
504 | 2024-10-31T19:22:16.573Z | Downloaded debug-ignore v1.0.5 |
505 | 2024-10-31T19:22:16.575Z | Downloaded data-encoding v2.6.0 |
506 | 2024-10-31T19:22:16.577Z | Downloaded bb8 v0.8.5 |
507 | 2024-10-31T19:22:16.577Z | Downloaded curve25519-dalek-derive v0.1.1 |
508 | 2024-10-31T19:22:16.579Z | Downloaded bcs v0.1.6 |
509 | 2024-10-31T19:22:16.581Z | Downloaded async-recursion v1.1.1 |
510 | 2024-10-31T19:22:16.584Z | Downloaded http-range v0.1.5 |
511 | 2024-10-31T19:22:16.586Z | Downloaded match_cfg v0.1.0 |
512 | 2024-10-31T19:22:16.586Z | Downloaded csv-core v0.1.11 |
513 | 2024-10-31T19:22:16.589Z | Downloaded instant v0.1.13 |
514 | 2024-10-31T19:22:16.591Z | Downloaded bzip2 v0.4.4 |
515 | 2024-10-31T19:22:16.593Z | Downloaded normalize-line-endings v0.3.0 |
516 | 2024-10-31T19:22:16.596Z | Downloaded ident_case v1.0.1 |
517 | 2024-10-31T19:22:16.598Z | Downloaded newline-converter v0.3.0 |
518 | 2024-10-31T19:22:16.604Z | Downloaded nibble_vec v0.1.0 |
519 | 2024-10-31T19:22:16.610Z | Downloaded linear-map v1.2.0 |
520 | 2024-10-31T19:22:16.610Z | Downloaded cookie_store v0.21.0 |
521 | 2024-10-31T19:22:16.613Z | Downloaded md-5 v0.10.6 |
522 | 2024-10-31T19:22:16.613Z | Downloaded lazy_static v1.5.0 |
523 | 2024-10-31T19:22:16.613Z | Downloaded aes-gcm v0.10.3 |
524 | 2024-10-31T19:22:16.616Z | Downloaded is-terminal v0.4.13 |
525 | 2024-10-31T19:22:16.619Z | Downloaded chacha20poly1305 v0.10.1 |
526 | 2024-10-31T19:22:16.622Z | Downloaded indent_write v2.2.0 |
527 | 2024-10-31T19:22:16.622Z | Downloaded const_format v0.2.33 |
528 | 2024-10-31T19:22:16.626Z | Downloaded multer v3.1.0 |
529 | 2024-10-31T19:22:16.629Z | Downloaded crossbeam-channel v0.5.13 |
530 | 2024-10-31T19:22:16.633Z | Downloaded serde-big-array v0.5.1 |
531 | 2024-10-31T19:22:16.636Z | Downloaded rustc_version v0.1.7 |
532 | 2024-10-31T19:22:16.638Z | Downloaded rtoolbox v0.0.2 |
533 | 2024-10-31T19:22:16.638Z | Downloaded mime_guess v2.0.5 |
534 | 2024-10-31T19:22:16.640Z | Downloaded memmap2 v0.9.5 |
535 | 2024-10-31T19:22:16.642Z | Downloaded rustversion v1.0.17 |
536 | 2024-10-31T19:22:16.644Z | Downloaded hickory-resolver v0.24.1 |
537 | 2024-10-31T19:22:16.649Z | Downloaded async-stream-impl v0.3.6 |
538 | 2024-10-31T19:22:16.651Z | Downloaded assert_matches v1.5.0 |
539 | 2024-10-31T19:22:16.653Z | Downloaded shlex v1.3.0 |
540 | 2024-10-31T19:22:16.653Z | Downloaded arrayref v0.3.9 |
541 | 2024-10-31T19:22:16.656Z | Downloaded async-stream v0.3.6 |
542 | 2024-10-31T19:22:16.658Z | Downloaded addr2line v0.24.2 |
543 | 2024-10-31T19:22:16.660Z | Downloaded crypto-bigint v0.5.5 |
544 | 2024-10-31T19:22:16.667Z | Downloaded ssh-encoding v0.2.0 |
545 | 2024-10-31T19:22:16.669Z | Downloaded hyper v0.14.30 |
546 | 2024-10-31T19:22:16.678Z | Downloaded httpdate v1.0.3 |
547 | 2024-10-31T19:22:16.680Z | Downloaded http-body v0.4.6 |
548 | 2024-10-31T19:22:16.683Z | Downloaded tinyvec_macros v0.1.1 |
549 | 2024-10-31T19:22:16.683Z | Downloaded hostname v0.4.0 |
550 | 2024-10-31T19:22:16.686Z | Downloaded hostname v0.3.1 |
551 | 2024-10-31T19:22:16.689Z | Downloaded bitfield-struct v0.6.2 |
552 | 2024-10-31T19:22:16.689Z | Downloaded castaway v0.2.3 |
553 | 2024-10-31T19:22:16.689Z | Downloaded http v0.2.12 |
554 | 2024-10-31T19:22:16.693Z | Downloaded darling_macro v0.20.10 |
555 | 2024-10-31T19:22:16.697Z | Downloaded cstr-argument v0.1.2 |
556 | 2024-10-31T19:22:16.697Z | Downloaded http-body-util v0.1.2 |
557 | 2024-10-31T19:22:16.700Z | Downloaded crucible-workspace-hack v0.1.0 |
558 | 2024-10-31T19:22:16.700Z | Downloaded ciborium-io v0.2.2 |
559 | 2024-10-31T19:22:16.700Z | Downloaded cfg_aliases v0.1.1 |
560 | 2024-10-31T19:22:16.702Z | Downloaded is_ci v1.2.0 |
561 | 2024-10-31T19:22:16.702Z | Downloaded crossbeam-deque v0.8.5 |
562 | 2024-10-31T19:22:16.705Z | Downloaded crunchy v0.2.2 |
563 | 2024-10-31T19:22:16.705Z | Downloaded convert_case v0.4.0 |
564 | 2024-10-31T19:22:16.707Z | Downloaded bit-set v0.5.3 |
565 | 2024-10-31T19:22:16.707Z | Downloaded new_debug_unreachable v1.0.6 |
566 | 2024-10-31T19:22:16.709Z | Downloaded newtype_derive v0.1.6 |
567 | 2024-10-31T19:22:16.709Z | Downloaded structmeta-derive v0.3.0 |
568 | 2024-10-31T19:22:16.712Z | Downloaded cexpr v0.6.0 |
569 | 2024-10-31T19:22:16.714Z | Downloaded dhcproto-macros v0.1.0 |
570 | 2024-10-31T19:22:16.714Z | Downloaded mio v1.0.2 |
571 | 2024-10-31T19:22:16.720Z | Downloaded downcast v0.11.0 |
572 | 2024-10-31T19:22:16.722Z | Downloaded crc32fast v1.4.2 |
573 | 2024-10-31T19:22:16.725Z | Downloaded ctr v0.9.2 |
574 | 2024-10-31T19:22:16.729Z | Downloaded colored v2.1.0 |
575 | 2024-10-31T19:22:16.729Z | Downloaded block-padding v0.3.3 |
576 | 2024-10-31T19:22:16.731Z | Downloaded blowfish v0.9.1 |
577 | 2024-10-31T19:22:16.732Z | Downloaded backoff v0.4.0 |
578 | 2024-10-31T19:22:16.734Z | Downloaded crc-catalog v2.4.0 |
579 | 2024-10-31T19:22:16.736Z | Downloaded hubpack_derive v0.1.1 |
580 | 2024-10-31T19:22:16.736Z | Downloaded nodrop v0.1.14 |
581 | 2024-10-31T19:22:16.741Z | Downloaded foreign-types-macros v0.2.3 |
582 | 2024-10-31T19:22:16.741Z | Downloaded cbc v0.1.2 |
583 | 2024-10-31T19:22:16.741Z | Downloaded buf-list v1.0.3 |
584 | 2024-10-31T19:22:16.744Z | Downloaded ahash v0.8.11 |
585 | 2024-10-31T19:22:16.746Z | Downloaded fxhash v0.2.1 |
586 | 2024-10-31T19:22:16.747Z | Downloaded foreign-types-shared v0.1.1 |
587 | 2024-10-31T19:22:16.749Z | Downloaded base64ct v1.6.0 |
588 | 2024-10-31T19:22:16.753Z | Downloaded md5 v0.7.0 |
589 | 2024-10-31T19:22:16.753Z | Downloaded linked-hash-map v0.5.6 |
590 | 2024-10-31T19:22:16.753Z | Downloaded rusty-fork v0.3.0 |
591 | 2024-10-31T19:22:16.755Z | Downloaded dsl_auto_type v0.1.2 |
592 | 2024-10-31T19:22:16.755Z | Downloaded slog-stdlog v4.1.1 |
593 | 2024-10-31T19:22:16.758Z | Downloaded unicode-xid v0.2.6 |
594 | 2024-10-31T19:22:16.760Z | Downloaded unicode-truncate v1.1.0 |
595 | 2024-10-31T19:22:16.762Z | Downloaded opaque-debug v0.3.1 |
596 | 2024-10-31T19:22:16.762Z | Downloaded which v4.4.2 |
597 | 2024-10-31T19:22:16.765Z | Downloaded httparse v1.9.5 |
598 | 2024-10-31T19:22:16.767Z | Downloaded sync_wrapper v1.0.1 |
599 | 2024-10-31T19:22:16.769Z | Downloaded display-error-chain v0.2.1 |
600 | 2024-10-31T19:22:16.769Z | Downloaded dirs-sys-next v0.1.2 |
601 | 2024-10-31T19:22:16.772Z | Downloaded const_format_proc_macros v0.2.33 |
602 | 2024-10-31T19:22:16.774Z | Downloaded chacha20 v0.9.1 |
603 | 2024-10-31T19:22:16.776Z | Downloaded num_threads v0.1.7 |
604 | 2024-10-31T19:22:16.776Z | Downloaded humantime v2.1.0 |
605 | 2024-10-31T19:22:16.778Z | Downloaded impl-trait-for-tuples v0.2.2 |
606 | 2024-10-31T19:22:16.781Z | Downloaded console v0.15.8 |
607 | 2024-10-31T19:22:16.784Z | Downloaded float-cmp v0.9.0 |
608 | 2024-10-31T19:22:16.786Z | Downloaded arc-swap v1.7.1 |
609 | 2024-10-31T19:22:16.790Z | Downloaded foreign-types v0.5.0 |
610 | 2024-10-31T19:22:16.793Z | Downloaded lru-cache v0.1.2 |
611 | 2024-10-31T19:22:16.794Z | Downloaded mime v0.3.17 |
612 | 2024-10-31T19:22:16.796Z | Downloaded nanorand v0.7.0 |
613 | 2024-10-31T19:22:16.796Z | Downloaded predicates-tree v1.0.11 |
614 | 2024-10-31T19:22:16.799Z | Downloaded newtype-uuid v1.1.2 |
615 | 2024-10-31T19:22:16.801Z | Downloaded path-slash v0.1.5 |
616 | 2024-10-31T19:22:16.801Z | Downloaded openssl-probe v0.1.5 |
617 | 2024-10-31T19:22:16.801Z | Downloaded openssl-macros v0.1.1 |
618 | 2024-10-31T19:22:16.804Z | Downloaded hex v0.4.3 |
619 | 2024-10-31T19:22:16.806Z | Downloaded paste v1.0.15 |
620 | 2024-10-31T19:22:16.808Z | Downloaded keccak v0.1.5 |
621 | 2024-10-31T19:22:16.810Z | Downloaded crossbeam-utils v0.8.20 |
622 | 2024-10-31T19:22:16.812Z | Downloaded signal-hook-mio v0.2.4 |
623 | 2024-10-31T19:22:16.814Z | Downloaded iana-time-zone v0.1.61 |
624 | 2024-10-31T19:22:16.817Z | Downloaded lock_api v0.4.12 |
625 | 2024-10-31T19:22:16.820Z | Downloaded darling v0.20.10 |
626 | 2024-10-31T19:22:16.823Z | Downloaded blake3 v1.5.4 |
627 | 2024-10-31T19:22:16.831Z | Downloaded russh-cryptovec v0.7.3 |
628 | 2024-10-31T19:22:16.833Z | Downloaded unarray v0.1.4 |
629 | 2024-10-31T19:22:16.834Z | Downloaded tiny-keccak v2.0.2 |
630 | 2024-10-31T19:22:16.836Z | Downloaded rand_xorshift v0.3.0 |
631 | 2024-10-31T19:22:16.840Z | Downloaded rustls-pemfile v1.0.4 |
632 | 2024-10-31T19:22:16.842Z | Downloaded rand_seeder v0.3.0 |
633 | 2024-10-31T19:22:16.842Z | Downloaded dyn-clone v1.0.17 |
634 | 2024-10-31T19:22:16.844Z | Downloaded wyz v0.5.1 |
635 | 2024-10-31T19:22:16.847Z | Downloaded quick-error v1.2.3 |
636 | 2024-10-31T19:22:16.847Z | Downloaded hyper-rustls v0.27.3 |
637 | 2024-10-31T19:22:16.849Z | Downloaded itertools v0.12.1 |
638 | 2024-10-31T19:22:16.857Z | Downloaded rand_core v0.6.4 |
639 | 2024-10-31T19:22:16.859Z | Downloaded dropshot_endpoint v0.12.0 |
640 | 2024-10-31T19:22:16.862Z | Downloaded num-complex v0.4.6 |
641 | 2024-10-31T19:22:16.864Z | Downloaded slog-async v2.8.0 |
642 | 2024-10-31T19:22:16.866Z | Downloaded pbkdf2 v0.12.2 |
643 | 2024-10-31T19:22:16.868Z | Downloaded precomputed-hash v0.1.1 |
644 | 2024-10-31T19:22:16.868Z | Downloaded pbkdf2 v0.11.0 |
645 | 2024-10-31T19:22:16.871Z | Downloaded native-tls v0.2.12 |
646 | 2024-10-31T19:22:16.874Z | Downloaded mockall v0.13.0 |
647 | 2024-10-31T19:22:16.876Z | Downloaded termcolor v1.4.1 |
648 | 2024-10-31T19:22:16.876Z | Downloaded strum_macros v0.24.3 |
649 | 2024-10-31T19:22:16.878Z | Downloaded structmeta-derive v0.2.0 |
650 | 2024-10-31T19:22:16.881Z | Downloaded spin v0.5.2 |
651 | 2024-10-31T19:22:16.881Z | Downloaded unicase v2.7.0 |
652 | 2024-10-31T19:22:16.883Z | Downloaded nu-ansi-term v0.50.1 |
653 | 2024-10-31T19:22:16.885Z | Downloaded libloading v0.8.5 |
654 | 2024-10-31T19:22:16.887Z | Downloaded crc-any v2.5.0 |
655 | 2024-10-31T19:22:16.890Z | Downloaded rustls-pemfile v2.2.0 |
656 | 2024-10-31T19:22:16.892Z | Downloaded scrypt v0.11.0 |
657 | 2024-10-31T19:22:16.894Z | Downloaded thiserror-no-std v2.0.2 |
658 | 2024-10-31T19:22:16.898Z | Downloaded zone v0.3.0 |
659 | 2024-10-31T19:22:16.900Z | Downloaded darling_core v0.20.10 |
660 | 2024-10-31T19:22:16.904Z | Downloaded typify-macro v0.2.0 |
661 | 2024-10-31T19:22:16.906Z | Downloaded sync_wrapper v0.1.2 |
662 | 2024-10-31T19:22:16.908Z | Downloaded sqlparser_derive v0.2.2 |
663 | 2024-10-31T19:22:16.908Z | Downloaded defmt-parser v0.3.4 |
664 | 2024-10-31T19:22:16.910Z | Downloaded base64 v0.22.1 |
665 | 2024-10-31T19:22:16.913Z | Downloaded time-core v0.1.2 |
666 | 2024-10-31T19:22:16.915Z | Downloaded embedded-io v0.4.0 |
667 | 2024-10-31T19:22:16.917Z | Downloaded slog-bunyan v2.5.0 |
668 | 2024-10-31T19:22:16.917Z | Downloaded serde_with_macros v3.11.0 |
669 | 2024-10-31T19:22:16.919Z | Downloaded futures-core v0.3.31 |
670 | 2024-10-31T19:22:16.921Z | Downloaded fragile v2.0.0 |
671 | 2024-10-31T19:22:16.923Z | Downloaded miniz_oxide v0.8.0 |
672 | 2024-10-31T19:22:16.925Z | Downloaded either v1.13.0 |
673 | 2024-10-31T19:22:16.927Z | Downloaded predicates v3.1.2 |
674 | 2024-10-31T19:22:16.930Z | Downloaded ppv-lite86 v0.2.20 |
675 | 2024-10-31T19:22:16.931Z | Downloaded universal-hash v0.5.1 |
676 | 2024-10-31T19:22:16.933Z | Downloaded term v0.7.0 |
677 | 2024-10-31T19:22:16.936Z | Downloaded futures-macro v0.3.31 |
678 | 2024-10-31T19:22:16.939Z | Downloaded waitgroup v0.1.2 |
679 | 2024-10-31T19:22:16.939Z | Downloaded futures-executor v0.3.31 |
680 | 2024-10-31T19:22:16.941Z | Downloaded ena v0.14.3 |
681 | 2024-10-31T19:22:16.943Z | Downloaded pin-project-internal v1.1.6 |
682 | 2024-10-31T19:22:16.945Z | Downloaded futures-io v0.3.31 |
683 | 2024-10-31T19:22:16.945Z | Downloaded postgres-types v0.2.8 |
684 | 2024-10-31T19:22:16.948Z | Downloaded parse-display-derive v0.10.0 |
685 | 2024-10-31T19:22:16.950Z | Downloaded packed_struct_codegen v0.10.1 |
686 | 2024-10-31T19:22:16.952Z | Downloaded futures-task v0.3.31 |
687 | 2024-10-31T19:22:16.952Z | Downloaded mockall_derive v0.13.0 |
688 | 2024-10-31T19:22:16.954Z | Downloaded embedded-io v0.6.1 |
689 | 2024-10-31T19:22:16.956Z | Downloaded spin v0.9.8 |
690 | 2024-10-31T19:22:16.959Z | Downloaded indicatif v0.17.8 |
691 | 2024-10-31T19:22:16.964Z | Downloaded percent-encoding v2.3.1 |
692 | 2024-10-31T19:22:16.966Z | Downloaded pem v3.0.4 |
693 | 2024-10-31T19:22:16.966Z | Downloaded funty v2.0.0 |
694 | 2024-10-31T19:22:16.968Z | Downloaded sqlformat v0.2.6 |
695 | 2024-10-31T19:22:16.970Z | Downloaded untrusted v0.7.1 |
696 | 2024-10-31T19:22:16.970Z | Downloaded olpc-cjson v0.1.4 |
697 | 2024-10-31T19:22:16.972Z | Downloaded futures-channel v0.3.31 |
698 | 2024-10-31T19:22:16.974Z | Downloaded socket2 v0.5.7 |
699 | 2024-10-31T19:22:16.976Z | Downloaded quinn-udp v0.5.5 |
700 | 2024-10-31T19:22:16.986Z | Downloaded pretty-hex v0.2.1 |
701 | 2024-10-31T19:22:16.988Z | Downloaded tokio-macros v2.4.0 |
702 | 2024-10-31T19:22:16.991Z | Downloaded tls_codec v0.4.1 |
703 | 2024-10-31T19:22:16.993Z | Downloaded ssh-cipher v0.2.0 |
704 | 2024-10-31T19:22:16.995Z | Downloaded slog-scope v4.4.0 |
705 | 2024-10-31T19:22:16.995Z | Downloaded unicode-properties v0.1.3 |
706 | 2024-10-31T19:22:16.997Z | Downloaded indexmap v1.9.3 |
707 | 2024-10-31T19:22:17.001Z | Downloaded tap v1.0.1 |
708 | 2024-10-31T19:22:17.003Z | Downloaded num-iter v0.1.45 |
709 | 2024-10-31T19:22:17.003Z | Downloaded group v0.13.0 |
710 | 2024-10-31T19:22:17.006Z | Downloaded serde_urlencoded v0.7.1 |
711 | 2024-10-31T19:22:17.008Z | Downloaded tokio-rustls v0.25.0 |
712 | 2024-10-31T19:22:17.010Z | Downloaded zeroize_derive v1.4.2 |
713 | 2024-10-31T19:22:17.012Z | Downloaded zeroize v1.8.1 |
714 | 2024-10-31T19:22:17.012Z | Downloaded futures-sink v0.3.31 |
715 | 2024-10-31T19:22:17.014Z | Downloaded der_derive v0.7.3 |
716 | 2024-10-31T19:22:17.016Z | Downloaded endian-type v0.1.2 |
717 | 2024-10-31T19:22:17.016Z | Downloaded powerfmt v0.2.0 |
718 | 2024-10-31T19:22:17.019Z | Downloaded signal-hook v0.3.17 |
719 | 2024-10-31T19:22:17.020Z | Downloaded heapless v0.8.0 |
720 | 2024-10-31T19:22:17.025Z | Downloaded serde-hex v0.1.0 |
721 | 2024-10-31T19:22:17.027Z | Downloaded salsa20 v0.10.2 |
722 | 2024-10-31T19:22:17.029Z | Downloaded hash32 v0.2.1 |
723 | 2024-10-31T19:22:17.032Z | Downloaded psl-types v2.0.11 |
724 | 2024-10-31T19:22:17.032Z | Downloaded parse-size v1.0.0 |
725 | 2024-10-31T19:22:17.032Z | Downloaded futures v0.3.31 |
726 | 2024-10-31T19:22:17.037Z | Downloaded static_assertions v1.1.0 |
727 | 2024-10-31T19:22:17.039Z | Downloaded flagset v0.4.6 |
728 | 2024-10-31T19:22:17.042Z | Downloaded parse-display v0.10.0 |
729 | 2024-10-31T19:22:17.042Z | Downloaded ssh-key v0.6.6 |
730 | 2024-10-31T19:22:17.050Z | Downloaded peg v0.8.4 |
731 | 2024-10-31T19:22:17.053Z | Downloaded parking_lot_core v0.8.6 |
732 | 2024-10-31T19:22:17.056Z | Downloaded num_enum v0.5.11 |
733 | 2024-10-31T19:22:17.060Z | Downloaded diff v0.1.13 |
734 | 2024-10-31T19:22:17.064Z | Downloaded want v0.3.1 |
735 | 2024-10-31T19:22:17.066Z | Downloaded unicode-bidi v0.3.17 |
736 | 2024-10-31T19:22:17.068Z | Downloaded structmeta v0.3.0 |
737 | 2024-10-31T19:22:17.070Z | Downloaded serde_plain v1.0.2 |
738 | 2024-10-31T19:22:17.073Z | Downloaded enum-as-inner v0.6.1 |
739 | 2024-10-31T19:22:17.076Z | Downloaded enum-as-inner v0.5.1 |
740 | 2024-10-31T19:22:17.076Z | Downloaded ed25519 v2.2.3 |
741 | 2024-10-31T19:22:17.078Z | Downloaded headers-core v0.3.0 |
742 | 2024-10-31T19:22:17.078Z | Downloaded serde_path_to_error v0.1.16 |
743 | 2024-10-31T19:22:17.080Z | Downloaded serde_derive_internals v0.29.1 |
744 | 2024-10-31T19:22:17.082Z | Downloaded hash32 v0.3.1 |
745 | 2024-10-31T19:22:17.084Z | Downloaded postgres-protocol v0.6.7 |
746 | 2024-10-31T19:22:17.086Z | Downloaded postcard v1.0.10 |
747 | 2024-10-31T19:22:17.088Z | Downloaded elliptic-curve v0.13.8 |
748 | 2024-10-31T19:22:17.091Z | Downloaded des v0.8.1 |
749 | 2024-10-31T19:22:17.093Z | Downloaded hashbrown v0.12.3 |
750 | 2024-10-31T19:22:17.098Z | Downloaded tokio-tungstenite v0.24.0 |
751 | 2024-10-31T19:22:17.100Z | Downloaded termios v0.3.3 |
752 | 2024-10-31T19:22:17.102Z | Downloaded num-rational v0.4.2 |
753 | 2024-10-31T19:22:17.104Z | Downloaded vsss-rs v3.3.4 |
754 | 2024-10-31T19:22:17.107Z | Downloaded ed25519-dalek v2.1.1 |
755 | 2024-10-31T19:22:17.110Z | Downloaded aho-corasick v1.1.3 |
756 | 2024-10-31T19:22:17.116Z | Downloaded phf_shared v0.10.0 |
757 | 2024-10-31T19:22:17.118Z | Downloaded http v1.1.0 |
758 | 2024-10-31T19:22:17.121Z | Downloaded zone v0.1.8 |
759 | 2024-10-31T19:22:17.123Z | Downloaded vergen v8.3.2 |
760 | 2024-10-31T19:22:17.125Z | Downloaded peg-runtime v0.8.3 |
761 | 2024-10-31T19:22:17.127Z | Downloaded ghash v0.5.1 |
762 | 2024-10-31T19:22:17.129Z | Downloaded yasna v0.5.2 |
763 | 2024-10-31T19:22:17.129Z | Downloaded sec1 v0.7.3 |
764 | 2024-10-31T19:22:17.132Z | Downloaded phf_generator v0.11.2 |
765 | 2024-10-31T19:22:17.134Z | Downloaded password-hash v0.5.0 |
766 | 2024-10-31T19:22:17.136Z | Downloaded progenitor v0.8.0 |
767 | 2024-10-31T19:22:17.136Z | Downloaded rustc-demangle v0.1.24 |
768 | 2024-10-31T19:22:17.139Z | Downloaded password-hash v0.4.2 |
769 | 2024-10-31T19:22:17.141Z | Downloaded parking_lot_core v0.9.10 |
770 | 2024-10-31T19:22:17.143Z | Downloaded siphasher v0.3.11 |
771 | 2024-10-31T19:22:17.146Z | Downloaded progenitor-client v0.8.0 |
772 | 2024-10-31T19:22:17.148Z | Downloaded smallvec v0.6.14 |
773 | 2024-10-31T19:22:17.148Z | Downloaded rustfmt-wrapper v0.2.1 |
774 | 2024-10-31T19:22:17.150Z | Downloaded ref-cast-impl v1.0.23 |
775 | 2024-10-31T19:22:17.152Z | Downloaded serde_repr v0.1.19 |
776 | 2024-10-31T19:22:17.152Z | Downloaded smf v0.2.3 |
777 | 2024-10-31T19:22:17.154Z | Downloaded structmeta v0.2.0 |
778 | 2024-10-31T19:22:17.156Z | Downloaded strip-ansi-escapes v0.2.0 |
779 | 2024-10-31T19:22:17.156Z | Downloaded stringprep v0.1.5 |
780 | 2024-10-31T19:22:17.160Z | Downloaded slog-envlogger v2.2.0 |
781 | 2024-10-31T19:22:17.162Z | Downloaded serde_yaml v0.9.34+deprecated |
782 | 2024-10-31T19:22:17.164Z | Downloaded minimal-lexical v0.2.1 |
783 | 2024-10-31T19:22:17.168Z | Downloaded signal-hook-registry v1.4.2 |
784 | 2024-10-31T19:22:17.170Z | Downloaded walkdir v2.5.0 |
785 | 2024-10-31T19:22:17.173Z | Downloaded derive_more v0.99.18 |
786 | 2024-10-31T19:22:17.177Z | Downloaded signal-hook-tokio v0.3.1 |
787 | 2024-10-31T19:22:17.179Z | Downloaded number_prefix v0.4.0 |
788 | 2024-10-31T19:22:17.179Z | Downloaded rpassword v7.3.1 |
789 | 2024-10-31T19:22:17.182Z | Downloaded fd-lock v4.0.2 |
790 | 2024-10-31T19:22:17.184Z | Downloaded float-ord v0.3.2 |
791 | 2024-10-31T19:22:17.186Z | Downloaded ff v0.13.0 |
792 | 2024-10-31T19:22:17.186Z | Downloaded hickory-client v0.24.1 |
793 | 2024-10-31T19:22:17.189Z | Downloaded quinn v0.11.5 |
794 | 2024-10-31T19:22:17.193Z | Downloaded difflib v0.4.0 |
795 | 2024-10-31T19:22:17.195Z | Downloaded tower-service v0.3.3 |
796 | 2024-10-31T19:22:17.197Z | Downloaded tungstenite v0.24.0 |
797 | 2024-10-31T19:22:17.200Z | Downloaded slog-term v2.9.1 |
798 | 2024-10-31T19:22:17.203Z | Downloaded same-file v1.0.6 |
799 | 2024-10-31T19:22:17.205Z | Downloaded toml_edit v0.19.15 |
800 | 2024-10-31T19:22:17.220Z | Downloaded termtree v0.4.1 |
801 | 2024-10-31T19:22:17.222Z | Downloaded defmt-macros v0.3.9 |
802 | 2024-10-31T19:22:17.224Z | Downloaded tui-tree-widget v0.22.0 |
803 | 2024-10-31T19:22:17.227Z | Downloaded fallible-iterator v0.2.0 |
804 | 2024-10-31T19:22:17.229Z | Downloaded deranged v0.3.11 |
805 | 2024-10-31T19:22:17.229Z | Downloaded smallvec v1.13.2 |
806 | 2024-10-31T19:22:17.232Z | Downloaded foldhash v0.1.3 |
807 | 2024-10-31T19:22:17.235Z | Downloaded x509-cert v0.2.5 |
808 | 2024-10-31T19:22:17.238Z | Downloaded foreign-types-shared v0.3.1 |
809 | 2024-10-31T19:22:17.240Z | Downloaded unicode_categories v0.1.1 |
810 | 2024-10-31T19:22:17.242Z | Downloaded der v0.7.9 |
811 | 2024-10-31T19:22:17.248Z | Downloaded topological-sort v0.2.2 |
812 | 2024-10-31T19:22:17.250Z | Downloaded tokio-util v0.7.12 |
813 | 2024-10-31T19:22:17.255Z | Downloaded foreign-types v0.3.2 |
814 | 2024-10-31T19:22:17.257Z | Downloaded zone_cfg_derive v0.1.2 |
815 | 2024-10-31T19:22:17.257Z | Downloaded stable_deref_trait v1.2.0 |
816 | 2024-10-31T19:22:17.259Z | Downloaded proc-macro-crate v1.3.1 |
817 | 2024-10-31T19:22:17.259Z | Downloaded itertools v0.10.5 |
818 | 2024-10-31T19:22:17.265Z | Downloaded supports-color v3.0.1 |
819 | 2024-10-31T19:22:17.268Z | Downloaded snafu-derive v0.8.5 |
820 | 2024-10-31T19:22:17.270Z | Downloaded slab v0.4.9 |
821 | 2024-10-31T19:22:17.272Z | Downloaded dirs-next v2.0.0 |
822 | 2024-10-31T19:22:17.273Z | Downloaded pin-project-lite v0.2.14 |
823 | 2024-10-31T19:22:17.276Z | Downloaded zerocopy v0.6.6 |
824 | 2024-10-31T19:22:17.279Z | Downloaded zone_cfg_derive v0.3.0 |
825 | 2024-10-31T19:22:17.281Z | Downloaded fallible-iterator v0.3.0 |
826 | 2024-10-31T19:22:17.283Z | Downloaded rand_chacha v0.3.1 |
827 | 2024-10-31T19:22:17.283Z | Downloaded uzers v0.12.1 |
828 | 2024-10-31T19:22:17.285Z | Downloaded curve25519-dalek v4.1.3 |
829 | 2024-10-31T19:22:17.294Z | Downloaded signature v2.2.0 |
830 | 2024-10-31T19:22:17.297Z | Downloaded sigpipe v0.1.3 |
831 | 2024-10-31T19:22:17.297Z | Downloaded schemars_derive v0.8.21 |
832 | 2024-10-31T19:22:17.299Z | Downloaded fallible-streaming-iterator v0.1.9 |
833 | 2024-10-31T19:22:17.299Z | Downloaded owo-colors v4.1.0 |
834 | 2024-10-31T19:22:17.301Z | Downloaded tokio-tungstenite v0.23.1 |
835 | 2024-10-31T19:22:17.303Z | Downloaded gethostname v0.5.0 |
836 | 2024-10-31T19:22:17.306Z | Downloaded form_urlencoded v1.2.1 |
837 | 2024-10-31T19:22:17.306Z | Downloaded parking_lot v0.12.3 |
838 | 2024-10-31T19:22:17.308Z | Downloaded libxml v0.3.3 |
839 | 2024-10-31T19:22:17.314Z | Downloaded vte_generate_state_changes v0.1.2 |
840 | 2024-10-31T19:22:17.316Z | Downloaded progenitor-impl v0.8.0 |
841 | 2024-10-31T19:22:17.318Z | Downloaded h2 v0.3.26 |
842 | 2024-10-31T19:22:17.324Z | Downloaded futures-util v0.3.31 |
843 | 2024-10-31T19:22:17.337Z | Downloaded derive_builder_macro v0.20.2 |
844 | 2024-10-31T19:22:17.339Z | Downloaded similar v2.6.0 |
845 | 2024-10-31T19:22:17.342Z | Downloaded typed-path v0.7.1 |
846 | 2024-10-31T19:22:17.348Z | Downloaded oso-derive v0.27.3 |
847 | 2024-10-31T19:22:17.350Z | Downloaded pkg-config v0.3.31 |
848 | 2024-10-31T19:22:17.351Z | Downloaded hashbrown v0.13.2 |
849 | 2024-10-31T19:22:17.355Z | Downloaded strum_macros v0.25.3 |
850 | 2024-10-31T19:22:17.357Z | Downloaded subtle v2.6.1 |
851 | 2024-10-31T19:22:17.359Z | Downloaded unicode-normalization v0.1.24 |
852 | 2024-10-31T19:22:17.363Z | Downloaded reqwest v0.11.27 |
853 | 2024-10-31T19:22:17.370Z | Downloaded slog v2.7.0 |
854 | 2024-10-31T19:22:17.373Z | Downloaded publicsuffix v2.2.3 |
855 | 2024-10-31T19:22:17.376Z | Downloaded thiserror-impl-no-std v2.0.2 |
856 | 2024-10-31T19:22:17.378Z | Downloaded parse-zoneinfo v0.3.1 |
857 | 2024-10-31T19:22:17.380Z | Downloaded ref-cast v1.0.23 |
858 | 2024-10-31T19:22:17.383Z | Downloaded bstr v1.10.0 |
859 | 2024-10-31T19:22:17.393Z | Downloaded tokio-native-tls v0.3.1 |
860 | 2024-10-31T19:22:17.395Z | Downloaded pkcs1 v0.7.5 |
861 | 2024-10-31T19:22:17.398Z | Downloaded zip v0.6.6 |
862 | 2024-10-31T19:22:17.402Z | Downloaded rustls-webpki v0.102.8 |
863 | 2024-10-31T19:22:17.420Z | Downloaded thread_local v1.1.8 |
864 | 2024-10-31T19:22:17.423Z | Downloaded tokio-rustls v0.26.0 |
865 | 2024-10-31T19:22:17.425Z | Downloaded rustc-hash v2.0.0 |
866 | 2024-10-31T19:22:17.425Z | Downloaded prettyplease v0.2.22 |
867 | 2024-10-31T19:22:17.428Z | Downloaded russh-keys v0.45.0 |
868 | 2024-10-31T19:22:17.430Z | Downloaded radium v0.7.0 |
869 | 2024-10-31T19:22:17.432Z | Downloaded russh v0.45.0 |
870 | 2024-10-31T19:22:17.437Z | Downloaded diesel-dtrace v0.3.0 |
871 | 2024-10-31T19:22:17.440Z | Downloaded bindgen v0.69.5 |
872 | 2024-10-31T19:22:17.447Z | Downloaded fatfs v0.3.6 |
873 | 2024-10-31T19:22:17.449Z | Downloaded tracing v0.1.40 |
874 | 2024-10-31T19:22:17.453Z | Downloaded derive_builder_core v0.20.2 |
875 | 2024-10-31T19:22:17.455Z | Downloaded rand v0.8.5 |
876 | 2024-10-31T19:22:17.460Z | Downloaded tungstenite v0.21.0 |
877 | 2024-10-31T19:22:17.462Z | Downloaded hashbrown v0.14.5 |
878 | 2024-10-31T19:22:17.468Z | Downloaded pin-project v1.1.6 |
879 | 2024-10-31T19:22:17.479Z | Downloaded defmt v0.3.8 |
880 | 2024-10-31T19:22:17.483Z | Downloaded value-bag v1.9.0 |
881 | 2024-10-31T19:22:17.486Z | Downloaded samael v0.0.17 |
882 | 2024-10-31T19:22:17.492Z | Downloaded derive_builder v0.20.2 |
883 | 2024-10-31T19:22:17.496Z | Downloaded hickory-server v0.24.1 |
884 | 2024-10-31T19:22:17.501Z | Downloaded subprocess v0.2.9 |
885 | 2024-10-31T19:22:17.504Z | Downloaded flume v0.11.0 |
886 | 2024-10-31T19:22:17.507Z | Downloaded url v2.5.2 |
887 | 2024-10-31T19:22:17.511Z | Downloaded oso v0.27.3 |
888 | 2024-10-31T19:22:17.514Z | Downloaded test-strategy v0.3.1 |
889 | 2024-10-31T19:22:17.518Z | Downloaded uuid v1.10.0 |
890 | 2024-10-31T19:22:17.521Z | Downloaded tough v0.17.1 |
891 | 2024-10-31T19:22:17.529Z | Downloaded derive-where v1.2.7 |
892 | 2024-10-31T19:22:17.532Z | Downloaded rustyline v14.0.0 |
893 | 2024-10-31T19:22:17.538Z | Downloaded flate2 v1.0.34 |
894 | 2024-10-31T19:22:17.543Z | Downloaded smoltcp v0.11.0 |
895 | 2024-10-31T19:22:17.556Z | Downloaded ecdsa v0.16.9 |
896 | 2024-10-31T19:22:17.559Z | Downloaded dropshot v0.12.0 |
897 | 2024-10-31T19:22:17.579Z | Downloaded tokio-rustls v0.24.1 |
898 | 2024-10-31T19:22:17.581Z | Downloaded hkdf v0.12.4 |
899 | 2024-10-31T19:22:17.583Z | Downloaded steno v0.4.1 |
900 | 2024-10-31T19:22:17.588Z | Downloaded polar-core v0.27.3 |
901 | 2024-10-31T19:22:17.596Z | Downloaded openssl v0.10.66 |
902 | 2024-10-31T19:22:17.605Z | Downloaded openssl-sys v0.9.103 |
903 | 2024-10-31T19:22:17.610Z | Downloaded idna v0.4.0 |
904 | 2024-10-31T19:22:17.618Z | Downloaded p521 v0.13.3 |
905 | 2024-10-31T19:22:17.622Z | Downloaded webpki-roots v0.26.6 |
906 | 2024-10-31T19:22:17.626Z | Downloaded vte v0.11.1 |
907 | 2024-10-31T19:22:17.629Z | Downloaded hyper v1.4.1 |
908 | 2024-10-31T19:22:17.634Z | Downloaded git2 v0.19.0 |
909 | 2024-10-31T19:22:17.643Z | Downloaded reqwest v0.12.8 |
910 | 2024-10-31T19:22:17.652Z | Downloaded tokio-postgres v0.7.12 |
911 | 2024-10-31T19:22:17.656Z | Downloaded smoltcp v0.9.1 |
912 | 2024-10-31T19:22:17.668Z | Downloaded radix_trie v0.2.1 |
913 | 2024-10-31T19:22:17.674Z | Downloaded rustls v0.22.4 |
914 | 2024-10-31T19:22:17.686Z | Downloaded p384 v0.13.0 |
915 | 2024-10-31T19:22:17.692Z | Downloaded nix v0.29.0 |
916 | 2024-10-31T19:22:17.704Z | Downloaded h2 v0.4.6 |
917 | 2024-10-31T19:22:17.712Z | Downloaded rayon v1.10.0 |
918 | 2024-10-31T19:22:17.721Z | Downloaded quinn-proto v0.11.8 |
919 | 2024-10-31T19:22:17.727Z | Downloaded lalrpop v0.19.12 |
920 | 2024-10-31T19:22:17.739Z | Downloaded quick-xml v0.33.0 |
921 | 2024-10-31T19:22:17.745Z | Downloaded object v0.30.4 |
922 | 2024-10-31T19:22:17.755Z | Downloaded salty v0.3.0 |
923 | 2024-10-31T19:22:17.762Z | Downloaded openapiv3 v2.0.0 |
924 | 2024-10-31T19:22:17.774Z | Downloaded reedline v0.35.0 |
925 | 2024-10-31T19:22:17.782Z | Downloaded sled v0.34.7 |
926 | 2024-10-31T19:22:17.792Z | Downloaded sqlparser v0.45.0 |
927 | 2024-10-31T19:22:17.798Z | Downloaded rusqlite v0.32.1 |
928 | 2024-10-31T19:22:17.804Z | Downloaded portable-atomic v1.9.0 |
929 | 2024-10-31T19:22:17.812Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
930 | 2024-10-31T19:22:17.823Z | Downloaded nix v0.27.1 |
931 | 2024-10-31T19:22:17.834Z | Downloaded zerocopy-derive v0.6.6 |
932 | 2024-10-31T19:22:17.843Z | Downloaded idna v0.2.3 |
933 | 2024-10-31T19:22:17.850Z | Downloaded ratatui v0.28.1 |
934 | 2024-10-31T19:22:17.870Z | Downloaded proptest v1.5.0 |
935 | 2024-10-31T19:22:17.879Z | Downloaded regex v1.11.0 |
936 | 2024-10-31T19:22:17.892Z | Downloaded typify-impl v0.2.0 |
937 | 2024-10-31T19:22:17.907Z | Downloaded idna v0.5.0 |
938 | 2024-10-31T19:22:17.914Z | Downloaded idna v0.3.0 |
939 | 2024-10-31T19:22:17.920Z | Downloaded rustls v0.21.12 |
940 | 2024-10-31T19:22:17.932Z | Downloaded object v0.36.5 |
941 | 2024-10-31T19:22:17.943Z | Downloaded csv v1.3.0 |
942 | 2024-10-31T19:22:17.963Z | Downloaded regex-syntax v0.6.29 |
943 | 2024-10-31T19:22:17.970Z | Downloaded gimli v0.31.1 |
944 | 2024-10-31T19:22:17.978Z | Downloaded regress v0.10.1 |
945 | 2024-10-31T19:22:17.987Z | Downloaded trust-dns-proto v0.22.0 |
946 | 2024-10-31T19:22:17.999Z | Downloaded rustls-webpki v0.101.7 |
947 | 2024-10-31T19:22:18.013Z | Downloaded regress v0.9.1 |
948 | 2024-10-31T19:22:18.021Z | Downloaded diesel v2.2.4 |
949 | 2024-10-31T19:22:18.040Z | Downloaded nix v0.28.0 |
950 | 2024-10-31T19:22:18.052Z | Downloaded rustls v0.23.14 |
951 | 2024-10-31T19:22:18.063Z | Downloaded chrono-tz v0.10.0 |
952 | 2024-10-31T19:22:18.070Z | Downloaded hickory-proto v0.24.1 |
953 | 2024-10-31T19:22:18.086Z | Downloaded tracing-core v0.1.32 |
954 | 2024-10-31T19:22:18.088Z | Downloaded vcpkg v0.2.15 |
955 | 2024-10-31T19:22:18.128Z | Downloaded regex-syntax v0.8.5 |
956 | 2024-10-31T19:22:18.136Z | Downloaded utf-8 v0.7.6 |
957 | 2024-10-31T19:22:18.138Z | Downloaded strum_macros v0.26.4 |
958 | 2024-10-31T19:22:18.140Z | Downloaded itertools v0.13.0 |
959 | 2024-10-31T19:22:18.146Z | Downloaded chrono v0.4.38 |
960 | 2024-10-31T19:22:18.153Z | Downloaded bitvec v1.0.1 |
961 | 2024-10-31T19:22:18.168Z | Downloaded getrandom v0.2.15 |
962 | 2024-10-31T19:22:18.170Z | Downloaded serde_with v3.11.0 |
963 | 2024-10-31T19:22:18.180Z | Downloaded r2d2 v0.8.10 |
964 | 2024-10-31T19:22:18.182Z | Downloaded packed_struct v0.10.1 |
965 | 2024-10-31T19:22:18.182Z | Downloaded tokio-stream v0.1.16 |
966 | 2024-10-31T19:22:18.186Z | Downloaded schemars v0.8.21 |
967 | 2024-10-31T19:22:18.199Z | Downloaded expectorate v1.1.0 |
968 | 2024-10-31T19:22:18.201Z | Downloaded pkcs8 v0.10.2 |
969 | 2024-10-31T19:22:18.203Z | Downloaded parking_lot v0.11.2 |
970 | 2024-10-31T19:22:18.206Z | Downloaded poly1305 v0.8.0 |
971 | 2024-10-31T19:22:18.208Z | Downloaded diesel_derives v2.2.3 |
972 | 2024-10-31T19:22:18.211Z | Downloaded p256 v0.13.2 |
973 | 2024-10-31T19:22:18.214Z | Downloaded rcgen v0.12.1 |
974 | 2024-10-31T19:22:18.216Z | Downloaded rayon-core v1.12.1 |
975 | 2024-10-31T19:22:18.220Z | Downloaded string_cache v0.8.7 |
976 | 2024-10-31T19:22:18.222Z | Downloaded progenitor-macro v0.8.0 |
977 | 2024-10-31T19:22:18.224Z | Downloaded scopeguard v1.2.0 |
978 | 2024-10-31T19:22:18.224Z | Downloaded time v0.3.36 |
979 | 2024-10-31T19:22:18.230Z | Downloaded winnow v0.5.40 |
980 | 2024-10-31T19:22:18.239Z | Downloaded rustc-hash v1.1.0 |
981 | 2024-10-31T19:22:18.241Z | Downloaded phf_codegen v0.11.2 |
982 | 2024-10-31T19:22:18.241Z | Downloaded polyval v0.6.2 |
983 | 2024-10-31T19:22:18.244Z | Downloaded snafu v0.8.5 |
984 | 2024-10-31T19:22:18.249Z | Downloaded regex-automata v0.4.8 |
985 | 2024-10-31T19:22:18.266Z | Downloaded num-bigint-dig v0.8.4 |
986 | 2024-10-31T19:22:18.270Z | Downloaded lzma-sys v0.1.20 |
987 | 2024-10-31T19:22:18.300Z | Downloaded nom v7.1.3 |
988 | 2024-10-31T19:22:18.305Z | Downloaded libm v0.2.8 |
989 | 2024-10-31T19:22:18.312Z | Downloaded headers v0.4.0 |
990 | 2024-10-31T19:22:18.318Z | Downloaded scheduled-thread-pool v0.2.7 |
991 | 2024-10-31T19:22:18.322Z | Downloaded primeorder v0.13.6 |
992 | 2024-10-31T19:22:18.322Z | Downloaded num_enum_derive v0.5.11 |
993 | 2024-10-31T19:22:18.324Z | Downloaded num-integer v0.1.46 |
994 | 2024-10-31T19:22:18.324Z | Downloaded num-derive v0.4.2 |
995 | 2024-10-31T19:22:18.326Z | Downloaded highway v1.2.0 |
996 | 2024-10-31T19:22:18.326Z | Downloaded pkcs5 v0.7.1 |
997 | 2024-10-31T19:22:18.329Z | Downloaded rfc6979 v0.4.0 |
998 | 2024-10-31T19:22:18.332Z | Downloaded pin-utils v0.1.0 |
999 | 2024-10-31T19:22:18.332Z | Downloaded phf_shared v0.11.2 |
1000 | 2024-10-31T19:22:18.334Z | Downloaded hashlink v0.9.1 |
1001 | 2024-10-31T19:22:18.336Z | Downloaded env_logger v0.11.5 |
1002 | 2024-10-31T19:22:18.338Z | Downloaded petgraph v0.6.5 |
1003 | 2024-10-31T19:22:18.355Z | Downloaded diesel_table_macro_syntax v0.2.0 |
1004 | 2024-10-31T19:22:18.357Z | Downloaded half v2.4.1 |
1005 | 2024-10-31T19:22:18.359Z | Downloaded qorb v0.2.0 |
1006 | 2024-10-31T19:22:18.362Z | Downloaded untrusted v0.9.0 |
1007 | 2024-10-31T19:22:18.364Z | Downloaded globset v0.4.15 |
1008 | 2024-10-31T19:22:18.366Z | Downloaded tracing-attributes v0.1.27 |
1009 | 2024-10-31T19:22:18.368Z | Downloaded tokio v1.40.0 |
1010 | 2024-10-31T19:22:18.404Z | Downloaded typify v0.2.0 |
1011 | 2024-10-31T19:22:18.408Z | Downloaded rustls-pki-types v1.9.0 |
1012 | 2024-10-31T19:22:18.410Z | Downloaded resolv-conf v0.7.0 |
1013 | 2024-10-31T19:22:18.413Z | Downloaded num-traits v0.2.19 |
1014 | 2024-10-31T19:22:18.416Z | Downloaded peg-macros v0.8.4 |
1015 | 2024-10-31T19:22:18.418Z | Downloaded hex-literal v0.4.1 |
1016 | 2024-10-31T19:22:18.418Z | Downloaded glob v0.3.1 |
1017 | 2024-10-31T19:22:18.420Z | Downloaded unsafe-libyaml v0.2.11 |
1018 | 2024-10-31T19:22:18.423Z | Downloaded wait-timeout v0.2.0 |
1019 | 2024-10-31T19:22:18.426Z | Downloaded libz-sys v1.1.20 |
1020 | 2024-10-31T19:22:18.443Z | Downloaded ron v0.8.1 |
1021 | 2024-10-31T19:22:18.451Z | Downloaded sha3 v0.10.8 |
1022 | 2024-10-31T19:22:18.455Z | Downloaded tls_codec_derive v0.4.1 |
1023 | 2024-10-31T19:22:18.458Z | Downloaded tungstenite v0.23.0 |
1024 | 2024-10-31T19:22:18.462Z | Downloaded tar v0.4.42 |
1025 | 2024-10-31T19:22:18.462Z | Downloaded unicode-segmentation v1.12.0 |
1026 | 2024-10-31T19:22:18.465Z | Downloaded env_logger v0.10.2 |
1027 | 2024-10-31T19:22:18.467Z | Downloaded ron v0.7.1 |
1028 | 2024-10-31T19:22:18.472Z | Downloaded heapless v0.7.17 |
1029 | 2024-10-31T19:22:18.475Z | Downloaded take_mut v0.2.2 |
1030 | 2024-10-31T19:22:18.478Z | Downloaded sct v0.7.1 |
1031 | 2024-10-31T19:22:18.480Z | Downloaded slog-json v2.6.1 |
1032 | 2024-10-31T19:22:18.482Z | Downloaded toml v0.7.8 |
1033 | 2024-10-31T19:22:18.485Z | Downloaded fixedbitset v0.4.2 |
1034 | 2024-10-31T19:22:18.487Z | Downloaded filetime v0.2.25 |
1035 | 2024-10-31T19:22:18.487Z | Downloaded env_filter v0.1.2 |
1036 | 2024-10-31T19:22:18.490Z | Downloaded time-macros v0.2.18 |
1037 | 2024-10-31T19:22:18.490Z | Downloaded pem-rfc7468 v0.7.0 |
1038 | 2024-10-31T19:22:18.494Z | Downloaded phf v0.11.2 |
1039 | 2024-10-31T19:22:18.494Z | Downloaded rsa v0.9.6 |
1040 | 2024-10-31T19:22:18.498Z | Downloaded omicron-zone-package v0.11.1 |
1041 | 2024-10-31T19:22:18.500Z | Downloaded tinyvec v1.8.0 |
1042 | 2024-10-31T19:22:18.503Z | Downloaded slog-dtrace v0.3.0 |
1043 | 2024-10-31T19:22:18.505Z | Downloaded sha1 v0.10.6 |
1044 | 2024-10-31T19:22:18.507Z | Downloaded xz2 v0.1.7 |
1045 | 2024-10-31T19:22:18.507Z | Downloaded dhcproto v0.12.0 |
1046 | 2024-10-31T19:22:18.510Z | Downloaded hyper-util v0.1.9 |
1047 | 2024-10-31T19:22:18.513Z | Downloaded tabwriter v1.4.0 |
1048 | 2024-10-31T19:22:18.516Z | Downloaded base64 v0.13.1 |
1049 | 2024-10-31T19:22:18.519Z | Downloaded predicates-core v1.0.8 |
1050 | 2024-10-31T19:22:18.519Z | Downloaded spki v0.7.3 |
1051 | 2024-10-31T19:22:18.521Z | Downloaded const-oid v0.9.6 |
1052 | 2024-10-31T19:22:18.524Z | Downloaded ipnetwork v0.20.0 |
1053 | 2024-10-31T19:22:18.527Z | Downloaded ipnet v2.10.1 |
1054 | 2024-10-31T19:22:18.527Z | Downloaded bytes v1.7.2 |
1055 | 2024-10-31T19:22:18.529Z | Downloaded cookie v0.18.1 |
1056 | 2024-10-31T19:22:18.532Z | Downloaded heck v0.3.3 |
1057 | 2024-10-31T19:22:18.534Z | Downloaded num v0.4.3 |
1058 | 2024-10-31T19:22:18.534Z | Downloaded libefi-sys v0.1.0 |
1059 | 2024-10-31T19:22:18.537Z | Downloaded lalrpop-util v0.19.12 |
1060 | 2024-10-31T19:22:18.537Z | Downloaded clang-sys v1.8.1 |
1061 | 2024-10-31T19:22:18.539Z | Downloaded maybe-uninit v2.0.0 |
1062 | 2024-10-31T19:22:18.539Z | Downloaded crossbeam-epoch v0.9.18 |
1063 | 2024-10-31T19:22:18.541Z | Downloaded blake2 v0.10.6 |
1064 | 2024-10-31T19:22:18.544Z | Downloaded kstat-rs v0.2.4 |
1065 | 2024-10-31T19:22:18.548Z | Downloaded hyper-tls v0.6.0 |
1066 | 2024-10-31T19:22:18.548Z | Downloaded ciborium v0.2.2 |
1067 | 2024-10-31T19:22:18.550Z | Downloaded cancel-safe-futures v0.1.5 |
1068 | 2024-10-31T19:22:18.554Z | Downloaded whoami v1.5.2 |
1069 | 2024-10-31T19:22:18.554Z | Downloaded try-lock v0.2.5 |
1070 | 2024-10-31T19:22:18.554Z | Downloaded toolchain_find v0.4.0 |
1071 | 2024-10-31T19:22:18.557Z | Downloaded strum v0.26.3 |
1072 | 2024-10-31T19:22:18.558Z | Downloaded twox-hash v1.6.3 |
1073 | 2024-10-31T19:22:18.558Z | Downloaded tokio-tungstenite v0.21.0 |
1074 | 2024-10-31T19:22:18.560Z | Downloaded shell-words v1.1.0 |
1075 | 2024-10-31T19:22:18.560Z | Downloaded managed v0.8.0 |
1076 | 2024-10-31T19:22:18.560Z | Downloaded lazycell v1.3.0 |
1077 | 2024-10-31T19:22:18.563Z | Downloaded internet-checksum v0.2.1 |
1078 | 2024-10-31T19:22:18.563Z | Downloaded instability v0.3.2 |
1079 | 2024-10-31T19:22:18.566Z | Downloaded indoc v1.0.9 |
1080 | 2024-10-31T19:22:18.568Z | Downloaded semver v0.1.20 |
1081 | 2024-10-31T19:22:18.568Z | Downloaded secrecy v0.8.0 |
1082 | 2024-10-31T19:22:18.568Z | Downloaded rustc_version v0.4.1 |
1083 | 2024-10-31T19:22:18.576Z | Downloaded multimap v0.10.0 |
1084 | 2024-10-31T19:22:18.576Z | Downloaded memoffset v0.9.1 |
1085 | 2024-10-31T19:22:18.576Z | Downloaded aes v0.8.4 |
1086 | 2024-10-31T19:22:18.578Z | Downloaded xattr v1.3.1 |
1087 | 2024-10-31T19:22:18.578Z | Downloaded maplit v1.0.2 |
1088 | 2024-10-31T19:22:18.578Z | Downloaded home v0.5.9 |
1089 | 2024-10-31T19:22:18.578Z | Downloaded bcrypt-pbkdf v0.10.0 |
1090 | 2024-10-31T19:22:18.578Z | Downloaded async-bb8-diesel v0.2.1 |
1091 | 2024-10-31T19:22:18.581Z | Downloaded bitfield v0.14.0 |
1092 | 2024-10-31T19:22:18.583Z | Downloaded crc v3.2.1 |
1093 | 2024-10-31T19:22:18.586Z | Downloaded cipher v0.4.4 |
1094 | 2024-10-31T19:22:18.586Z | Downloaded num-conv v0.1.0 |
1095 | 2024-10-31T19:22:18.589Z | Downloaded num-bigint v0.4.6 |
1096 | 2024-10-31T19:22:18.592Z | Downloaded atomic-waker v1.1.2 |
1097 | 2024-10-31T19:22:18.593Z | Downloaded matches v0.1.10 |
1098 | 2024-10-31T19:22:18.595Z | Downloaded base16ct v0.2.0 |
1099 | 2024-10-31T19:22:18.598Z | Downloaded atty v0.2.14 |
1100 | 2024-10-31T19:22:18.598Z | Downloaded crossterm v0.28.1 |
1101 | 2024-10-31T19:22:18.603Z | Downloaded arrayvec v0.7.6 |
1102 | 2024-10-31T19:22:18.607Z | Downloaded argon2 v0.5.3 |
1103 | 2024-10-31T19:22:18.610Z | Downloaded compact_str v0.8.0 |
1104 | 2024-10-31T19:22:18.613Z | Downloaded encoding_rs v0.8.34 |
1105 | 2024-10-31T19:22:18.630Z | Downloaded aead v0.5.2 |
1106 | 2024-10-31T19:22:18.633Z | Downloaded lru v0.12.5 |
1107 | 2024-10-31T19:22:18.633Z | Downloaded jobserver v0.1.32 |
1108 | 2024-10-31T19:22:18.636Z | Downloaded inout v0.1.3 |
1109 | 2024-10-31T19:22:18.639Z | Downloaded hyper-staticfile v0.10.1 |
1110 | 2024-10-31T19:22:18.639Z | Downloaded hmac v0.12.1 |
1111 | 2024-10-31T19:22:18.643Z | Downloaded base64 v0.21.7 |
1112 | 2024-10-31T19:22:18.646Z | Downloaded cc v1.1.30 |
1113 | 2024-10-31T19:22:18.648Z | Downloaded backtrace v0.3.74 |
1114 | 2024-10-31T19:22:18.651Z | Downloaded libsw v3.3.1 |
1115 | 2024-10-31T19:22:18.654Z | Downloaded hubpack v0.1.2 |
1116 | 2024-10-31T19:22:18.685Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1117 | 2024-10-31T19:22:18.798Z | Downloaded ring v0.16.20 |
1118 | 2024-10-31T19:22:19.189Z | Downloaded ring v0.17.8 |
1119 | 2024-10-31T19:22:19.309Z | Downloaded libsqlite3-sys v0.30.1 |
1120 | 2024-10-31T19:22:19.485Z | Compiling serde v1.0.210 |
1121 | 2024-10-31T19:22:19.487Z | Compiling typenum v1.17.0 |
1122 | 2024-10-31T19:22:19.487Z | Compiling lock_api v0.4.12 |
1123 | 2024-10-31T19:22:19.487Z | Compiling generic-array v0.14.7 |
1124 | 2024-10-31T19:22:19.487Z | Compiling scopeguard v1.2.0 |
1125 | 2024-10-31T19:22:19.488Z | Compiling subtle v2.6.1 |
1126 | 2024-10-31T19:22:19.637Z | Compiling syn v2.0.79 |
1127 | 2024-10-31T19:22:19.647Z | Compiling getrandom v0.2.15 |
1128 | 2024-10-31T19:22:19.862Z | Compiling value-bag v1.9.0 |
1129 | 2024-10-31T19:22:20.001Z | Compiling rand_core v0.6.4 |
1130 | 2024-10-31T19:22:20.102Z | Compiling const-oid v0.9.6 |
1131 | 2024-10-31T19:22:20.186Z | Compiling pin-project-lite v0.2.14 |
1132 | 2024-10-31T19:22:20.300Z | Compiling smallvec v1.13.2 |
1133 | 2024-10-31T19:22:20.320Z | Compiling log v0.4.22 |
1134 | 2024-10-31T19:22:20.505Z | Compiling jobserver v0.1.32 |
1135 | 2024-10-31T19:22:20.541Z | Compiling shlex v1.3.0 |
1136 | 2024-10-31T19:22:20.734Z | Compiling parking_lot_core v0.9.10 |
1137 | 2024-10-31T19:22:20.751Z | Compiling futures-core v0.3.31 |
1138 | 2024-10-31T19:22:20.958Z | Compiling cc v1.1.30 |
1139 | 2024-10-31T19:22:21.009Z | Compiling signal-hook-registry v1.4.2 |
1140 | 2024-10-31T19:22:21.253Z | Compiling mio v1.0.2 |
1141 | 2024-10-31T19:22:21.426Z | Compiling cpufeatures v0.2.14 |
1142 | 2024-10-31T19:22:21.535Z | Compiling futures-sink v0.3.31 |
1143 | 2024-10-31T19:22:21.708Z | Compiling parking_lot v0.12.3 |
1144 | 2024-10-31T19:22:21.816Z | Compiling spin v0.9.8 |
1145 | 2024-10-31T19:22:21.911Z | Compiling socket2 v0.5.7 |
1146 | 2024-10-31T19:22:22.115Z | Compiling slab v0.4.9 |
1147 | 2024-10-31T19:22:22.251Z | Compiling serde_json v1.0.128 |
1148 | 2024-10-31T19:22:22.516Z | Compiling futures-channel v0.3.31 |
1149 | 2024-10-31T19:22:22.519Z | Compiling pin-utils v0.1.0 |
1150 | 2024-10-31T19:22:22.597Z | Compiling futures-task v0.3.31 |
1151 | 2024-10-31T19:22:22.631Z | Compiling futures-io v0.3.31 |
1152 | 2024-10-31T19:22:22.652Z | Compiling allocator-api2 v0.2.18 |
1153 | 2024-10-31T19:22:22.881Z | Compiling tinyvec_macros v0.1.1 |
1154 | 2024-10-31T19:22:22.899Z | Compiling foldhash v0.1.3 |
1155 | 2024-10-31T19:22:22.919Z | Compiling libm v0.2.8 |
1156 | 2024-10-31T19:22:22.946Z | Compiling num-traits v0.2.19 |
1157 | 2024-10-31T19:22:22.966Z | Compiling tinyvec v1.8.0 |
1158 | 2024-10-31T19:22:22.987Z | Compiling unicode-bidi v0.3.17 |
1159 | 2024-10-31T19:22:23.181Z | Compiling base64ct v1.6.0 |
1160 | 2024-10-31T19:22:23.443Z | Compiling hashbrown v0.15.0 |
1161 | 2024-10-31T19:22:23.481Z | Compiling flagset v0.4.6 |
1162 | 2024-10-31T19:22:23.692Z | Compiling pem-rfc7468 v0.7.0 |
1163 | 2024-10-31T19:22:23.822Z | Compiling httparse v1.9.5 |
1164 | 2024-10-31T19:22:24.406Z | Compiling unicode-normalization v0.1.24 |
1165 | 2024-10-31T19:22:24.474Z | Compiling tracing-core v0.1.32 |
1166 | 2024-10-31T19:22:24.577Z | Compiling rustls-pki-types v1.9.0 |
1167 | 2024-10-31T19:22:24.662Z | Compiling crossbeam-utils v0.8.20 |
1168 | 2024-10-31T19:22:24.806Z | Compiling percent-encoding v2.3.1 |
1169 | 2024-10-31T19:22:25.085Z | Compiling ring v0.17.8 |
1170 | 2024-10-31T19:22:25.337Z | Compiling pkg-config v0.3.31 |
1171 | 2024-10-31T19:22:25.561Z | Compiling num-conv v0.1.0 |
1172 | 2024-10-31T19:22:25.675Z | Compiling powerfmt v0.2.0 |
1173 | 2024-10-31T19:22:25.825Z | Compiling vcpkg v0.2.15 |
1174 | 2024-10-31T19:22:25.844Z | Compiling time-core v0.1.2 |
1175 | 2024-10-31T19:22:25.912Z | Compiling untrusted v0.9.0 |
1176 | 2024-10-31T19:22:26.014Z | Compiling time-macros v0.2.18 |
1177 | 2024-10-31T19:22:26.058Z | Compiling deranged v0.3.11 |
1178 | 2024-10-31T19:22:26.434Z | Compiling atomic-waker v1.1.2 |
1179 | 2024-10-31T19:22:26.595Z | Compiling num_threads v0.1.7 |
1180 | 2024-10-31T19:22:26.715Z | Compiling form_urlencoded v1.2.1 |
1181 | 2024-10-31T19:22:26.752Z | Compiling try-lock v0.2.5 |
1182 | 2024-10-31T19:22:26.895Z | Compiling slog v2.7.0 |
1183 | 2024-10-31T19:22:27.004Z | Compiling rustix v0.38.37 |
1184 | 2024-10-31T19:22:27.283Z | Compiling want v0.3.1 |
1185 | 2024-10-31T19:22:27.445Z | Compiling httpdate v1.0.3 |
1186 | 2024-10-31T19:22:27.729Z | Compiling openssl-sys v0.9.103 |
1187 | 2024-10-31T19:22:27.798Z | Compiling idna v0.5.0 |
1188 | 2024-10-31T19:22:27.823Z | Compiling openssl v0.10.66 |
1189 | 2024-10-31T19:22:27.871Z | Compiling base64 v0.22.1 |
1190 | 2024-10-31T19:22:28.233Z | Compiling match_cfg v0.1.0 |
1191 | 2024-10-31T19:22:28.304Z | Compiling iana-time-zone v0.1.61 |
1192 | 2024-10-31T19:22:28.323Z | Compiling tower-service v0.3.3 |
1193 | 2024-10-31T19:22:28.437Z | Compiling rustversion v1.0.17 |
1194 | 2024-10-31T19:22:28.590Z | Compiling foreign-types-shared v0.1.1 |
1195 | 2024-10-31T19:22:28.693Z | Compiling foreign-types v0.3.2 |
1196 | 2024-10-31T19:22:28.715Z | Compiling url v2.5.2 |
1197 | 2024-10-31T19:22:28.784Z | Compiling hostname v0.3.1 |
1198 | 2024-10-31T19:22:28.899Z | Compiling time v0.3.36 |
1199 | 2024-10-31T19:22:29.017Z | Compiling dirs-sys-next v0.1.2 |
1200 | 2024-10-31T19:22:29.078Z | Compiling aho-corasick v1.1.3 |
1201 | 2024-10-31T19:22:29.132Z | Compiling native-tls v0.2.12 |
1202 | 2024-10-31T19:22:29.423Z | Compiling rustls v0.22.4 |
1203 | 2024-10-31T19:22:29.563Z | Compiling data-encoding v2.6.0 |
1204 | 2024-10-31T19:22:29.702Z | Compiling syn v1.0.109 |
1205 | 2024-10-31T19:22:30.301Z | Compiling adler2 v2.0.0 |
1206 | 2024-10-31T19:22:30.395Z | Compiling siphasher v0.3.11 |
1207 | 2024-10-31T19:22:30.496Z | Compiling rustls v0.23.14 |
1208 | 2024-10-31T19:22:30.744Z | Compiling regex-syntax v0.8.5 |
1209 | 2024-10-31T19:22:30.769Z | Compiling miniz_oxide v0.8.0 |
1210 | 2024-10-31T19:22:31.050Z | Compiling dirs-next v2.0.0 |
1211 | 2024-10-31T19:22:31.663Z | Compiling serde_derive_internals v0.29.1 |
1212 | 2024-10-31T19:22:32.246Z | Compiling crossbeam-epoch v0.9.18 |
1213 | 2024-10-31T19:22:32.493Z | Compiling lazy_static v1.5.0 |
1214 | 2024-10-31T19:22:32.612Z | Compiling thread_local v1.1.8 |
1215 | 2024-10-31T19:22:32.945Z | Compiling cookie v0.18.1 |
1216 | 2024-10-31T19:22:32.965Z | Compiling serde_derive v1.0.210 |
1217 | 2024-10-31T19:22:33.066Z | Compiling zeroize_derive v1.4.2 |
1218 | 2024-10-31T19:22:33.222Z | Compiling zerocopy-derive v0.7.35 |
1219 | 2024-10-31T19:22:33.616Z | Compiling tokio-macros v2.4.0 |
1220 | 2024-10-31T19:22:33.726Z | Compiling thiserror-impl v1.0.64 |
1221 | 2024-10-31T19:22:34.035Z | Compiling futures-macro v0.3.31 |
1222 | 2024-10-31T19:22:34.538Z | Compiling zeroize v1.8.1 |
1223 | 2024-10-31T19:22:35.182Z | Compiling der_derive v0.7.3 |
1224 | 2024-10-31T19:22:35.272Z | Compiling zerocopy v0.7.35 |
1225 | 2024-10-31T19:22:35.990Z | Compiling futures-util v0.3.31 |
1226 | 2024-10-31T19:22:36.397Z | Compiling crypto-common v0.1.6 |
1227 | 2024-10-31T19:22:36.631Z | Compiling block-buffer v0.10.4 |
1228 | 2024-10-31T19:22:36.725Z | Compiling thiserror v1.0.64 |
1229 | 2024-10-31T19:22:36.813Z | Compiling block-padding v0.3.3 |
1230 | 2024-10-31T19:22:36.858Z | Compiling digest v0.10.7 |
1231 | 2024-10-31T19:22:36.878Z | Compiling ppv-lite86 v0.2.20 |
1232 | 2024-10-31T19:22:36.881Z | Compiling tracing-attributes v0.1.27 |
1233 | 2024-10-31T19:22:37.031Z | Compiling inout v0.1.3 |
1234 | 2024-10-31T19:22:37.281Z | Compiling hmac v0.12.1 |
1235 | 2024-10-31T19:22:37.340Z | Compiling sha2 v0.10.8 |
1236 | 2024-10-31T19:22:37.466Z | Compiling cipher v0.4.4 |
1237 | 2024-10-31T19:22:37.604Z | Compiling der v0.7.9 |
1238 | 2024-10-31T19:22:37.671Z | Compiling rand_chacha v0.3.1 |
1239 | 2024-10-31T19:22:37.951Z | Compiling salsa20 v0.10.2 |
1240 | 2024-10-31T19:22:38.186Z | Compiling rand v0.8.5 |
1241 | 2024-10-31T19:22:38.206Z | Compiling pbkdf2 v0.12.2 |
1242 | 2024-10-31T19:22:38.387Z | Compiling pest v2.7.14 |
1243 | 2024-10-31T19:22:40.068Z | Compiling spki v0.7.3 |
1244 | 2024-10-31T19:22:40.430Z | Compiling scrypt v0.11.0 |
1245 | 2024-10-31T19:22:40.529Z | Compiling tracing v0.1.40 |
1246 | 2024-10-31T19:22:40.897Z | Compiling aes v0.8.4 |
1247 | 2024-10-31T19:22:40.919Z | Compiling pest_meta v2.7.14 |
1248 | 2024-10-31T19:22:40.989Z | Compiling cbc v0.1.2 |
1249 | 2024-10-31T19:22:41.012Z | Compiling scroll_derive v0.12.0 |
1250 | 2024-10-31T19:22:41.221Z | Compiling openssl-macros v0.1.1 |
1251 | 2024-10-31T19:22:41.378Z | Compiling async-trait v0.1.83 |
1252 | 2024-10-31T19:22:41.963Z | Compiling pkcs5 v0.7.1 |
1253 | 2024-10-31T19:22:42.326Z | Compiling pest_generator v2.7.14 |
1254 | 2024-10-31T19:22:42.404Z | Compiling scroll v0.12.0 |
1255 | 2024-10-31T19:22:42.974Z | Compiling rustls-webpki v0.102.8 |
1256 | 2024-10-31T19:22:43.110Z | Compiling goblin v0.8.2 |
1257 | 2024-10-31T19:22:43.683Z | Compiling pkcs8 v0.10.2 |
1258 | 2024-10-31T19:22:44.050Z | Compiling signature v2.2.0 |
1259 | 2024-10-31T19:22:44.157Z | Compiling sha1 v0.10.6 |
1260 | 2024-10-31T19:22:44.188Z | Compiling regex-automata v0.4.8 |
1261 | 2024-10-31T19:22:44.345Z | Compiling encoding_rs v0.8.34 |
1262 | 2024-10-31T19:22:44.364Z | Compiling multer v3.1.0 |
1263 | 2024-10-31T19:22:44.594Z | Compiling either v1.13.0 |
1264 | 2024-10-31T19:22:44.644Z | Compiling unicode-properties v0.1.3 |
1265 | 2024-10-31T19:22:45.019Z | Compiling ipnet v2.10.1 |
1266 | 2024-10-31T19:22:45.044Z | Compiling rayon-core v1.12.1 |
1267 | 2024-10-31T19:22:45.047Z | Compiling slog-async v2.8.0 |
1268 | 2024-10-31T19:22:45.334Z | Compiling signal-hook v0.3.17 |
1269 | 2024-10-31T19:22:45.573Z | Compiling gimli v0.31.1 |
1270 | 2024-10-31T19:22:45.625Z | Compiling paste v1.0.15 |
1271 | 2024-10-31T19:22:45.761Z | Compiling pest_derive v2.7.14 |
1272 | 2024-10-31T19:22:46.128Z | Compiling openssl-probe v0.1.5 |
1273 | 2024-10-31T19:22:46.171Z | Compiling mime v0.3.17 |
1274 | 2024-10-31T19:22:46.471Z | Compiling bytes v1.7.2 |
1275 | 2024-10-31T19:22:46.682Z | Compiling indexmap v2.6.0 |
1276 | 2024-10-31T19:22:46.798Z | Compiling bitflags v2.6.0 |
1277 | 2024-10-31T19:22:47.201Z | Compiling semver v1.0.23 |
1278 | 2024-10-31T19:22:47.742Z | Compiling tokio v1.40.0 |
1279 | 2024-10-31T19:22:47.952Z | Compiling http v1.1.0 |
1280 | 2024-10-31T19:22:48.244Z | Compiling rustc_version v0.4.1 |
1281 | 2024-10-31T19:22:48.976Z | Compiling dof v0.3.0 |
1282 | 2024-10-31T19:22:49.604Z | Compiling http-body v1.0.1 |
1283 | 2024-10-31T19:22:49.873Z | Compiling dtrace-parser v0.2.0 |
1284 | 2024-10-31T19:22:50.391Z | Compiling serde_tokenstream v0.2.2 |
1285 | 2024-10-31T19:22:50.731Z | Compiling toml_datetime v0.6.8 |
1286 | 2024-10-31T19:22:51.007Z | Compiling uuid v1.10.0 |
1287 | 2024-10-31T19:22:51.093Z | Compiling serde_spanned v0.6.8 |
1288 | 2024-10-31T19:22:51.252Z | Compiling usdt-impl v0.5.0 |
1289 | 2024-10-31T19:22:51.325Z | Compiling chrono v0.4.38 |
1290 | 2024-10-31T19:22:51.921Z | Compiling http-body-util v0.1.2 |
1291 | 2024-10-31T19:22:52.418Z | Compiling heapless v0.7.17 |
1292 | 2024-10-31T19:22:52.765Z | Compiling schemars v0.8.21 |
1293 | 2024-10-31T19:22:52.924Z | Compiling toml_edit v0.22.22 |
1294 | 2024-10-31T19:22:53.024Z | Compiling usdt-macro v0.5.0 |
1295 | 2024-10-31T19:22:53.132Z | Compiling usdt-attr-macro v0.5.0 |
1296 | 2024-10-31T19:22:53.918Z | Compiling addr2line v0.24.2 |
1297 | 2024-10-31T19:22:54.467Z | Compiling curve25519-dalek v4.1.3 |
1298 | 2024-10-31T19:22:54.634Z | Compiling slog-json v2.6.1 |
1299 | 2024-10-31T19:22:54.725Z | Compiling serde_urlencoded v0.7.1 |
1300 | 2024-10-31T19:22:55.122Z | Compiling stringprep v0.1.5 |
1301 | 2024-10-31T19:22:55.314Z | Compiling futures-executor v0.3.31 |
1302 | 2024-10-31T19:22:55.854Z | Compiling md-5 v0.10.6 |
1303 | 2024-10-31T19:22:56.133Z | Compiling tokio-util v0.7.12 |
1304 | 2024-10-31T19:22:56.242Z | Compiling schemars_derive v0.8.21 |
1305 | 2024-10-31T19:22:56.340Z | Compiling enum-as-inner v0.6.1 |
1306 | 2024-10-31T19:22:57.408Z | Compiling h2 v0.4.6 |
1307 | 2024-10-31T19:22:57.481Z | Compiling async-stream-impl v0.3.6 |
1308 | 2024-10-31T19:22:59.400Z | Compiling crossbeam-deque v0.8.5 |
1309 | 2024-10-31T19:22:59.419Z | Compiling term v0.7.0 |
1310 | 2024-10-31T19:23:00.810Z | Compiling crossbeam-channel v0.5.13 |
1311 | 2024-10-31T19:23:00.875Z | Compiling num-integer v0.1.46 |
1312 | 2024-10-31T19:23:01.262Z | Compiling idna v0.4.0 |
1313 | 2024-10-31T19:23:01.676Z | Compiling idna v0.3.0 |
1314 | 2024-10-31T19:23:01.933Z | Compiling rustls-pemfile v2.2.0 |
1315 | 2024-10-31T19:23:02.246Z | Compiling hash32 v0.2.1 |
1316 | 2024-10-31T19:23:02.356Z | Compiling ff v0.13.0 |
1317 | 2024-10-31T19:23:02.591Z | Compiling is-terminal v0.4.13 |
1318 | 2024-10-31T19:23:02.640Z | Compiling object v0.36.5 |
1319 | 2024-10-31T19:23:02.720Z | Compiling dropshot v0.12.0 |
1320 | 2024-10-31T19:23:02.816Z | Compiling smoltcp v0.9.1 |
1321 | 2024-10-31T19:23:03.007Z | Compiling linked-hash-map v0.5.6 |
1322 | 2024-10-31T19:23:03.300Z | Compiling psl-types v2.0.11 |
1323 | 2024-10-31T19:23:03.362Z | Compiling portable-atomic v1.9.0 |
1324 | 2024-10-31T19:23:03.503Z | Compiling take_mut v0.2.2 |
1325 | 2024-10-31T19:23:03.541Z | Compiling stable_deref_trait v1.2.0 |
1326 | 2024-10-31T19:23:03.644Z | Compiling rustc-demangle v0.1.24 |
1327 | 2024-10-31T19:23:03.660Z | Compiling base16ct v0.2.0 |
1328 | 2024-10-31T19:23:03.982Z | Compiling num-bigint-dig v0.8.4 |
1329 | 2024-10-31T19:23:04.300Z | Compiling hyper v1.4.1 |
1330 | 2024-10-31T19:23:04.408Z | Compiling utf-8 v0.7.6 |
1331 | 2024-10-31T19:23:04.575Z | Compiling anyhow v1.0.89 |
1332 | 2024-10-31T19:23:04.743Z | Compiling fallible-iterator v0.2.0 |
1333 | 2024-10-31T19:23:04.781Z | Compiling quick-error v1.2.3 |
1334 | 2024-10-31T19:23:04.932Z | Compiling dyn-clone v1.0.17 |
1335 | 2024-10-31T19:23:05.495Z | Compiling postgres-protocol v0.6.7 |
1336 | 2024-10-31T19:23:05.534Z | Compiling resolv-conf v0.7.0 |
1337 | 2024-10-31T19:23:06.316Z | Compiling tungstenite v0.24.0 |
1338 | 2024-10-31T19:23:06.786Z | Compiling hyper-util v0.1.9 |
1339 | 2024-10-31T19:23:07.822Z | Compiling sec1 v0.7.3 |
1340 | 2024-10-31T19:23:08.498Z | Compiling publicsuffix v2.2.3 |
1341 | 2024-10-31T19:23:08.518Z | Compiling lru-cache v0.1.2 |
1342 | 2024-10-31T19:23:08.759Z | Compiling slog-term v2.9.1 |
1343 | 2024-10-31T19:23:08.786Z | Compiling usdt v0.5.0 |
1344 | 2024-10-31T19:23:08.832Z | Compiling group v0.13.0 |
1345 | 2024-10-31T19:23:09.139Z | Compiling hickory-proto v0.24.1 |
1346 | 2024-10-31T19:23:09.288Z | Compiling num-iter v0.1.45 |
1347 | 2024-10-31T19:23:09.465Z | Compiling tokio-rustls v0.26.0 |
1348 | 2024-10-31T19:23:09.629Z | Compiling tokio-rustls v0.25.0 |
1349 | 2024-10-31T19:23:09.943Z | Compiling backtrace v0.3.74 |
1350 | 2024-10-31T19:23:09.983Z | Compiling tokio-native-tls v0.3.1 |
1351 | 2024-10-31T19:23:10.049Z | Compiling async-stream v0.3.6 |
1352 | 2024-10-31T19:23:10.269Z | Compiling toml v0.8.19 |
1353 | 2024-10-31T19:23:10.356Z | Compiling futures v0.3.31 |
1354 | 2024-10-31T19:23:10.626Z | Compiling camino v1.1.9 |
1355 | 2024-10-31T19:23:11.594Z | Compiling slog-bunyan v2.5.0 |
1356 | 2024-10-31T19:23:11.609Z | Compiling terminal_size v0.4.0 |
1357 | 2024-10-31T19:23:11.809Z | Compiling dropshot_endpoint v0.12.0 |
1358 | 2024-10-31T19:23:11.830Z | Compiling openapiv3 v2.0.0 |
1359 | 2024-10-31T19:23:12.004Z | Compiling serde_path_to_error v0.1.16 |
1360 | 2024-10-31T19:23:12.046Z | Compiling hkdf v0.12.4 |
1361 | 2024-10-31T19:23:12.303Z | Compiling crypto-bigint v0.5.5 |
1362 | 2024-10-31T19:23:12.441Z | Compiling zerocopy-derive v0.6.6 |
1363 | 2024-10-31T19:23:12.868Z | Compiling curve25519-dalek-derive v0.1.1 |
1364 | 2024-10-31T19:23:13.156Z | Compiling hubpack_derive v0.1.1 |
1365 | 2024-10-31T19:23:13.245Z | Compiling phf_shared v0.11.2 |
1366 | 2024-10-31T19:23:13.655Z | Compiling waitgroup v0.1.2 |
1367 | 2024-10-31T19:23:13.861Z | Compiling webpki-roots v0.26.6 |
1368 | 2024-10-31T19:23:14.035Z | Compiling hostname v0.4.0 |
1369 | 2024-10-31T19:23:14.077Z | Compiling fs-err v2.11.0 |
1370 | 2024-10-31T19:23:14.291Z | Compiling ahash v0.8.11 |
1371 | 2024-10-31T19:23:14.315Z | Compiling debug-ignore v1.0.5 |
1372 | 2024-10-31T19:23:14.382Z | Compiling winnow v0.5.40 |
1373 | 2024-10-31T19:23:14.463Z | Compiling managed v0.8.0 |
1374 | 2024-10-31T19:23:14.539Z | Compiling bitflags v1.3.2 |
1375 | 2024-10-31T19:23:14.637Z | Compiling clap_builder v4.5.20 |
1376 | 2024-10-31T19:23:14.655Z | Compiling hickory-resolver v0.24.1 |
1377 | 2024-10-31T19:23:16.196Z | Compiling elliptic-curve v0.13.8 |
1378 | 2024-10-31T19:23:17.059Z | Compiling zerocopy v0.6.6 |
1379 | 2024-10-31T19:23:17.102Z | Compiling console v0.15.8 |
1380 | 2024-10-31T19:23:18.104Z | Compiling toml_edit v0.19.15 |
1381 | 2024-10-31T19:23:18.390Z | Compiling strum_macros v0.25.3 |
1382 | 2024-10-31T19:23:18.652Z | Compiling hyper-rustls v0.27.3 |
1383 | 2024-10-31T19:23:19.187Z | Compiling hubpack v0.1.2 |
1384 | 2024-10-31T19:23:19.287Z | Compiling phf v0.11.2 |
1385 | 2024-10-31T19:23:19.605Z | Compiling signal-hook-mio v0.2.4 |
1386 | 2024-10-31T19:23:19.800Z | Compiling cookie_store v0.21.0 |
1387 | 2024-10-31T19:23:20.531Z | Compiling rayon v1.10.0 |
1388 | 2024-10-31T19:23:20.895Z | Compiling hyper-tls v0.6.0 |
1389 | 2024-10-31T19:23:22.229Z | Compiling tokio-tungstenite v0.24.0 |
1390 | 2024-10-31T19:23:22.708Z | Compiling postgres-types v0.2.8 |
1391 | 2024-10-31T19:23:22.779Z | Compiling tokio-stream v0.1.16 |
1392 | 2024-10-31T19:23:23.614Z | Compiling bstr v1.10.0 |
1393 | 2024-10-31T19:23:23.846Z | Compiling regex v1.11.0 |
1394 | 2024-10-31T19:23:24.160Z | Compiling serde-big-array v0.5.1 |
1395 | 2024-10-31T19:23:24.399Z | Compiling ed25519 v2.2.3 |
1396 | 2024-10-31T19:23:24.986Z | Compiling pkcs1 v0.7.5 |
1397 | 2024-10-31T19:23:25.385Z | Compiling rfc6979 v0.4.0 |
1398 | 2024-10-31T19:23:25.404Z | Compiling serde_repr v0.1.19 |
1399 | 2024-10-31T19:23:25.573Z | Compiling clap_derive v4.5.18 |
1400 | 2024-10-31T19:23:25.578Z | Compiling derive-where v1.2.7 |
1401 | 2024-10-31T19:23:25.734Z | Compiling phf_shared v0.10.0 |
1402 | 2024-10-31T19:23:25.949Z | Compiling float-cmp v0.9.0 |
1403 | 2024-10-31T19:23:26.136Z | Compiling sync_wrapper v1.0.1 |
1404 | 2024-10-31T19:23:26.174Z | Compiling crc32fast v1.4.2 |
1405 | 2024-10-31T19:23:26.249Z | Compiling whoami v1.5.2 |
1406 | 2024-10-31T19:23:26.297Z | Compiling unicode-segmentation v1.12.0 |
1407 | 2024-10-31T19:23:26.489Z | Compiling fixedbitset v0.4.2 |
1408 | 2024-10-31T19:23:26.506Z | Compiling normalize-line-endings v0.3.0 |
1409 | 2024-10-31T19:23:26.522Z | Compiling new_debug_unreachable v1.0.6 |
1410 | 2024-10-31T19:23:26.616Z | Compiling precomputed-hash v0.1.1 |
1411 | 2024-10-31T19:23:26.634Z | Compiling minimal-lexical v0.2.1 |
1412 | 2024-10-31T19:23:26.736Z | Compiling static_assertions v1.1.0 |
1413 | 2024-10-31T19:23:26.838Z | Compiling predicates-core v1.0.8 |
1414 | 2024-10-31T19:23:26.875Z | Compiling difflib v0.4.0 |
1415 | 2024-10-31T19:23:26.947Z | Compiling number_prefix v0.4.0 |
1416 | 2024-10-31T19:23:27.145Z | Compiling bit-vec v0.6.3 |
1417 | 2024-10-31T19:23:27.163Z | Compiling indicatif v0.17.8 |
1418 | 2024-10-31T19:23:27.180Z | Compiling nom v7.1.3 |
1419 | 2024-10-31T19:23:27.196Z | Compiling similar v2.6.0 |
1420 | 2024-10-31T19:23:27.612Z | Compiling bit-set v0.5.3 |
1421 | 2024-10-31T19:23:27.910Z | Compiling predicates v3.1.2 |
1422 | 2024-10-31T19:23:28.462Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1423 | 2024-10-31T19:23:28.940Z | Compiling qorb v0.2.0 |
1424 | 2024-10-31T19:23:29.275Z | Compiling petgraph v0.6.5 |
1425 | 2024-10-31T19:23:29.556Z | Compiling string_cache v0.8.7 |
1426 | 2024-10-31T19:23:29.579Z | Compiling tokio-postgres v0.7.12 |
1427 | 2024-10-31T19:23:29.992Z | Compiling flate2 v1.0.34 |
1428 | 2024-10-31T19:23:30.209Z | Compiling clap v4.5.20 |
1429 | 2024-10-31T19:23:30.323Z | Compiling reqwest v0.12.8 |
1430 | 2024-10-31T19:23:31.005Z | Compiling ecdsa v0.16.9 |
1431 | 2024-10-31T19:23:31.126Z | Compiling rsa v0.9.6 |
1432 | 2024-10-31T19:23:31.863Z | Compiling ed25519-dalek v2.1.1 |
1433 | 2024-10-31T19:23:33.158Z | Compiling toml v0.7.8 |
1434 | 2024-10-31T19:23:33.322Z | Compiling crossterm v0.28.1 |
1435 | 2024-10-31T19:23:35.256Z | Compiling hex v0.4.3 |
1436 | 2024-10-31T19:23:35.312Z | Compiling itertools v0.10.5 |
1437 | 2024-10-31T19:23:35.365Z | Compiling itertools v0.12.1 |
1438 | 2024-10-31T19:23:35.713Z | Compiling x509-cert v0.2.5 |
1439 | 2024-10-31T19:23:35.797Z | Compiling lalrpop-util v0.19.12 |
1440 | 2024-10-31T19:23:35.859Z | Compiling peg-runtime v0.8.3 |
1441 | 2024-10-31T19:23:36.163Z | Compiling unicode-xid v0.2.6 |
1442 | 2024-10-31T19:23:36.349Z | Compiling xattr v1.3.1 |
1443 | 2024-10-31T19:23:36.554Z | Compiling strum_macros v0.26.4 |
1444 | 2024-10-31T19:23:36.614Z | Compiling filetime v0.2.25 |
1445 | 2024-10-31T19:23:36.938Z | Compiling tar v0.4.42 |
1446 | 2024-10-31T19:23:39.787Z | Compiling strum v0.26.3 |
1447 | 2024-10-31T19:23:39.915Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1448 | 2024-10-31T19:23:40.161Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1449 | 2024-10-31T19:23:45.271Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s |
1450 | 2024-10-31T19:23:45.425Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1451 | 2024-10-31T19:23:45.469Z | Oct 31 19:23:44.717 INFO Starting download, target: Clickhouse |
1452 | 2024-10-31T19:23:45.469Z | Oct 31 19:23:44.718 INFO Starting download, target: Cockroach |
1453 | 2024-10-31T19:23:45.471Z | Oct 31 19:23:44.718 INFO Starting download, target: Console |
1454 | 2024-10-31T19:23:45.471Z | Oct 31 19:23:44.718 INFO Starting download, target: DendriteOpenapi |
1455 | 2024-10-31T19:23:45.471Z | Oct 31 19:23:44.718 INFO Starting download, target: DendriteStub |
1456 | 2024-10-31T19:23:45.471Z | Oct 31 19:23:44.718 INFO Starting download, target: MaghemiteMgd |
1457 | 2024-10-31T19:23:45.471Z | Oct 31 19:23:44.718 INFO Starting download, target: TransceiverControl |
1458 | 2024-10-31T19:23:45.471Z | Oct 31 19:23:44.718 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi |
1459 | 2024-10-31T19:23:45.471Z | Oct 31 19:23:44.718 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1460 | 2024-10-31T19:23:45.471Z | Oct 31 19:23:44.718 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1461 | 2024-10-31T19:23:45.471Z | Oct 31 19:23:44.719 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1462 | 2024-10-31T19:23:45.471Z | Oct 31 19:23:44.719 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1463 | 2024-10-31T19:23:45.471Z | Oct 31 19:23:44.719 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1464 | 2024-10-31T19:23:45.471Z | Oct 31 19:23:44.719 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1465 | 2024-10-31T19:23:45.621Z | Oct 31 19:23:44.870 INFO Download complete, target: DendriteOpenapi |
1466 | 2024-10-31T19:23:45.753Z | Oct 31 19:23:44.997 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1467 | 2024-10-31T19:23:46.113Z | Oct 31 19:23:45.353 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1468 | 2024-10-31T19:23:46.297Z | Oct 31 19:23:45.544 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1469 | 2024-10-31T19:23:46.409Z | Oct 31 19:23:45.657 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1470 | 2024-10-31T19:23:46.426Z | Oct 31 19:23:45.674 INFO Download complete, target: TransceiverControl |
1471 | 2024-10-31T19:23:46.441Z | Oct 31 19:23:45.689 INFO Download complete, target: Console |
1472 | 2024-10-31T19:23:47.108Z | Oct 31 19:23:46.357 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1473 | 2024-10-31T19:23:47.109Z | Oct 31 19:23:46.357 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1474 | 2024-10-31T19:23:47.478Z | Oct 31 19:23:46.721 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1475 | 2024-10-31T19:23:49.033Z | Oct 31 19:23:48.276 INFO Download complete, target: DendriteStub |
1476 | 2024-10-31T19:23:49.224Z | Oct 31 19:23:48.470 INFO Download complete, target: MaghemiteMgd |
1477 | 2024-10-31T19:23:54.382Z | Oct 31 19:23:53.629 INFO Checking that binary works, target: Cockroach |
1478 | 2024-10-31T19:23:54.542Z | Oct 31 19:23:53.789 INFO Download complete, target: Cockroach |
1479 | 2024-10-31T19:23:59.598Z | Oct 31 19:23:58.844 INFO Checking that binary works, target: Clickhouse |
1480 | 2024-10-31T19:24:00.071Z | Oct 31 19:23:59.317 INFO Download complete, target: Clickhouse |
1481 | 2024-10-31T19:24:00.301Z | All builder prerequisites installed successfully, and PATH looks valid |
1482 | 2024-10-31T19:24:00.304Z | |
1483 | 2024-10-31T19:24:00.304Z | real 4:32.946759584 |
1484 | 2024-10-31T19:24:00.304Z | user 12:05.386546014 |
1485 | 2024-10-31T19:24:00.304Z | sys 2:40.084132530 |
1486 | 2024-10-31T19:24:00.304Z | trap 0.409337611 |
1487 | 2024-10-31T19:24:00.304Z | tflt 5.610172368 |
1488 | 2024-10-31T19:24:00.304Z | dflt 4.383072134 |
1489 | 2024-10-31T19:24:00.304Z | kflt 0.125160027 |
1490 | 2024-10-31T19:24:00.304Z | lock 22:40.393123323 |
1491 | 2024-10-31T19:24:00.304Z | slp 49:06.851402015 |
1492 | 2024-10-31T19:24:00.304Z | lat 45.320459108 |
1493 | 2024-10-31T19:24:00.304Z | stop 1:55.067455839 |
1494 | 2024-10-31T19:24:00.304Z | + banner clippy |
1495 | 2024-10-31T19:24:00.306Z | |
1496 | 2024-10-31T19:24:00.306Z | #### # # ##### ##### # # |
1497 | 2024-10-31T19:24:00.306Z | # # # # # # # # # # |
1498 | 2024-10-31T19:24:00.306Z | # # # # # # # # |
1499 | 2024-10-31T19:24:00.306Z | # # # ##### ##### # |
1500 | 2024-10-31T19:24:00.306Z | # # # # # # # |
1501 | 2024-10-31T19:24:00.306Z | #### ###### # # # # |
1502 | 2024-10-31T19:24:00.308Z | |
1503 | 2024-10-31T19:24:00.308Z | + export CARGO_INCREMENTAL=0 |
1504 | 2024-10-31T19:24:00.308Z | + CARGO_INCREMENTAL=0 |
1505 | 2024-10-31T19:24:00.308Z | + ptime -m cargo xtask clippy |
1506 | 2024-10-31T19:24:00.799Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1507 | 2024-10-31T19:24:04.272Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.91s |
1508 | 2024-10-31T19:24:04.337Z | Running `target/debug/xtask clippy` |
1509 | 2024-10-31T19:24:04.357Z | running: /home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1510 | 2024-10-31T19:24:04.960Z | Downloading crates ... |
1511 | 2024-10-31T19:24:05.242Z | Downloaded async-executor v1.13.1 |
1512 | 2024-10-31T19:24:05.248Z | Downloaded approx v0.5.1 |
1513 | 2024-10-31T19:24:05.257Z | Downloaded nested v0.1.1 |
1514 | 2024-10-31T19:24:05.260Z | Downloaded async-lock v3.4.0 |
1515 | 2024-10-31T19:24:05.262Z | Downloaded async-attributes v1.1.2 |
1516 | 2024-10-31T19:24:05.266Z | Downloaded kv-log-macro v1.0.7 |
1517 | 2024-10-31T19:24:05.268Z | Downloaded criterion-plot v0.5.0 |
1518 | 2024-10-31T19:24:05.271Z | Downloaded target-spec v3.2.2 |
1519 | 2024-10-31T19:24:05.273Z | Downloaded relative-path v1.9.3 |
1520 | 2024-10-31T19:24:05.275Z | Downloaded path-tree v0.8.1 |
1521 | 2024-10-31T19:24:05.278Z | Downloaded plotters-backend v0.3.7 |
1522 | 2024-10-31T19:24:05.278Z | Downloaded parking v2.2.1 |
1523 | 2024-10-31T19:24:05.280Z | Downloaded blake2b_simd v1.0.2 |
1524 | 2024-10-31T19:24:05.283Z | Downloaded similar-asserts v1.6.0 |
1525 | 2024-10-31T19:24:05.285Z | Downloaded httptest v0.16.1 |
1526 | 2024-10-31T19:24:05.288Z | Downloaded trybuild v1.0.100 |
1527 | 2024-10-31T19:24:05.292Z | Downloaded rust-argon2 v2.1.0 |
1528 | 2024-10-31T19:24:05.294Z | Downloaded futures-lite v2.3.0 |
1529 | 2024-10-31T19:24:05.296Z | Downloaded pretty_assertions v1.4.1 |
1530 | 2024-10-31T19:24:05.298Z | Downloaded event-listener v5.3.1 |
1531 | 2024-10-31T19:24:05.301Z | Downloaded cfg-expr v0.17.0 |
1532 | 2024-10-31T19:24:05.304Z | Downloaded plotters v0.3.7 |
1533 | 2024-10-31T19:24:05.313Z | Downloaded async-io v2.3.4 |
1534 | 2024-10-31T19:24:05.316Z | Downloaded indoc v2.0.5 |
1535 | 2024-10-31T19:24:05.318Z | Downloaded async-signal v0.2.10 |
1536 | 2024-10-31T19:24:05.321Z | Downloaded async-channel v1.9.0 |
1537 | 2024-10-31T19:24:05.321Z | Downloaded assert_cmd v2.0.16 |
1538 | 2024-10-31T19:24:05.324Z | Downloaded assert-json-diff v2.0.2 |
1539 | 2024-10-31T19:24:05.324Z | Downloaded anes v0.1.6 |
1540 | 2024-10-31T19:24:05.327Z | Downloaded guppy-workspace-hack v0.1.0 |
1541 | 2024-10-31T19:24:05.329Z | Downloaded async-global-executor v2.4.1 |
1542 | 2024-10-31T19:24:05.329Z | Downloaded async-channel v2.3.1 |
1543 | 2024-10-31T19:24:05.332Z | Downloaded escape8259 v0.5.3 |
1544 | 2024-10-31T19:24:05.332Z | Downloaded guppy v0.17.8 |
1545 | 2024-10-31T19:24:05.338Z | Downloaded futures-timer v3.0.3 |
1546 | 2024-10-31T19:24:05.340Z | Downloaded stringmetrics v2.2.2 |
1547 | 2024-10-31T19:24:05.340Z | Downloaded event-listener-strategy v0.5.2 |
1548 | 2024-10-31T19:24:05.343Z | Downloaded plotters-svg v0.3.7 |
1549 | 2024-10-31T19:24:05.344Z | Downloaded async-object-pool v0.1.5 |
1550 | 2024-10-31T19:24:05.344Z | Downloaded libtest-mimic v0.7.3 |
1551 | 2024-10-31T19:24:05.347Z | Downloaded doc-comment v0.3.3 |
1552 | 2024-10-31T19:24:05.349Z | Downloaded pathdiff v0.2.2 |
1553 | 2024-10-31T19:24:05.354Z | Downloaded target-lexicon v0.12.16 |
1554 | 2024-10-31T19:24:05.356Z | Downloaded threadpool v1.8.1 |
1555 | 2024-10-31T19:24:05.359Z | Downloaded serde_regex v1.1.0 |
1556 | 2024-10-31T19:24:05.359Z | Downloaded hyper-rustls v0.26.0 |
1557 | 2024-10-31T19:24:05.361Z | Downloaded event-listener v2.5.3 |
1558 | 2024-10-31T19:24:05.361Z | Downloaded num_cpus v1.16.0 |
1559 | 2024-10-31T19:24:05.363Z | Downloaded proc-macro-crate v3.2.0 |
1560 | 2024-10-31T19:24:05.365Z | Downloaded datatest-stable v0.2.9 |
1561 | 2024-10-31T19:24:05.368Z | Downloaded rustls-native-certs v0.7.3 |
1562 | 2024-10-31T19:24:05.370Z | Downloaded concurrent-queue v2.5.0 |
1563 | 2024-10-31T19:24:05.372Z | Downloaded blocking v1.6.1 |
1564 | 2024-10-31T19:24:05.372Z | Downloaded piper v0.2.4 |
1565 | 2024-10-31T19:24:05.375Z | Downloaded cast v0.3.0 |
1566 | 2024-10-31T19:24:05.375Z | Downloaded oorandom v11.1.4 |
1567 | 2024-10-31T19:24:05.380Z | Downloaded async-process v2.3.0 |
1568 | 2024-10-31T19:24:05.382Z | Downloaded tinytemplate v1.2.1 |
1569 | 2024-10-31T19:24:05.384Z | Downloaded partial-io v0.5.4 |
1570 | 2024-10-31T19:24:05.386Z | Downloaded async-task v4.7.1 |
1571 | 2024-10-31T19:24:05.389Z | Downloaded rstest_macros v0.23.0 |
1572 | 2024-10-31T19:24:05.391Z | Downloaded rand_distr v0.4.3 |
1573 | 2024-10-31T19:24:05.397Z | Downloaded rstest v0.23.0 |
1574 | 2024-10-31T19:24:05.402Z | Downloaded yansi v1.0.1 |
1575 | 2024-10-31T19:24:05.405Z | Downloaded criterion v0.5.1 |
1576 | 2024-10-31T19:24:05.411Z | Downloaded fancy-regex v0.13.0 |
1577 | 2024-10-31T19:24:05.413Z | Downloaded async-std v1.13.0 |
1578 | 2024-10-31T19:24:05.434Z | Downloaded polling v3.7.3 |
1579 | 2024-10-31T19:24:05.509Z | Downloaded httpmock v0.8.0-alpha.1 |
1580 | 2024-10-31T19:24:06.224Z | Checking cfg-if v1.0.0 |
1581 | 2024-10-31T19:24:06.297Z | Checking libc v0.2.161 |
1582 | 2024-10-31T19:24:06.315Z | Checking serde v1.0.210 |
1583 | 2024-10-31T19:24:06.333Z | Checking memchr v2.7.4 |
1584 | 2024-10-31T19:24:06.352Z | Checking value-bag v1.9.0 |
1585 | 2024-10-31T19:24:06.352Z | Checking scopeguard v1.2.0 |
1586 | 2024-10-31T19:24:06.392Z | Checking itoa v1.0.11 |
1587 | 2024-10-31T19:24:06.405Z | Checking zeroize v1.8.1 |
1588 | 2024-10-31T19:24:06.441Z | Checking smallvec v1.13.2 |
1589 | 2024-10-31T19:24:06.498Z | Checking lock_api v0.4.12 |
1590 | 2024-10-31T19:24:06.611Z | Checking byteorder v1.5.0 |
1591 | 2024-10-31T19:24:06.679Z | Checking pin-project-lite v0.2.14 |
1592 | 2024-10-31T19:24:06.738Z | Checking log v0.4.22 |
1593 | 2024-10-31T19:24:06.792Z | Checking subtle v2.6.1 |
1594 | 2024-10-31T19:24:06.818Z | Checking once_cell v1.20.2 |
1595 | 2024-10-31T19:24:06.969Z | Checking typenum v1.17.0 |
1596 | 2024-10-31T19:24:07.022Z | Checking futures-core v0.3.31 |
1597 | 2024-10-31T19:24:07.070Z | Checking libm v0.2.8 |
1598 | 2024-10-31T19:24:07.102Z | Checking zerocopy v0.7.35 |
1599 | 2024-10-31T19:24:07.199Z | Checking thiserror v1.0.64 |
1600 | 2024-10-31T19:24:07.222Z | Checking ryu v1.0.18 |
1601 | 2024-10-31T19:24:07.275Z | Checking spin v0.9.8 |
1602 | 2024-10-31T19:24:07.332Z | Checking futures-io v0.3.31 |
1603 | 2024-10-31T19:24:07.429Z | Checking getrandom v0.2.15 |
1604 | 2024-10-31T19:24:07.472Z | Checking signal-hook-registry v1.4.2 |
1605 | 2024-10-31T19:24:07.559Z | Checking parking_lot_core v0.9.10 |
1606 | 2024-10-31T19:24:07.676Z | Checking rand_core v0.6.4 |
1607 | 2024-10-31T19:24:07.701Z | Checking mio v1.0.2 |
1608 | 2024-10-31T19:24:07.741Z | Checking socket2 v0.5.7 |
1609 | 2024-10-31T19:24:07.910Z | Checking parking_lot v0.12.3 |
1610 | 2024-10-31T19:24:08.011Z | Checking const-oid v0.9.6 |
1611 | 2024-10-31T19:24:08.037Z | Checking num-traits v0.2.19 |
1612 | 2024-10-31T19:24:08.270Z | Checking slab v0.4.9 |
1613 | 2024-10-31T19:24:08.295Z | Checking allocator-api2 v0.2.18 |
1614 | 2024-10-31T19:24:08.327Z | Checking futures-sink v0.3.31 |
1615 | 2024-10-31T19:24:08.351Z | Checking generic-array v0.14.7 |
1616 | 2024-10-31T19:24:08.486Z | Checking cpufeatures v0.2.14 |
1617 | 2024-10-31T19:24:08.542Z | Checking pin-utils v0.1.0 |
1618 | 2024-10-31T19:24:08.573Z | Checking futures-channel v0.3.31 |
1619 | 2024-10-31T19:24:08.599Z | Checking futures-task v0.3.31 |
1620 | 2024-10-31T19:24:08.645Z | Checking equivalent v1.0.1 |
1621 | 2024-10-31T19:24:08.762Z | Checking foldhash v0.1.3 |
1622 | 2024-10-31T19:24:08.842Z | Checking fnv v1.0.7 |
1623 | 2024-10-31T19:24:08.902Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1624 | 2024-10-31T19:24:08.930Z | Checking futures-util v0.3.31 |
1625 | 2024-10-31T19:24:08.959Z | Checking hashbrown v0.15.0 |
1626 | 2024-10-31T19:24:08.961Z | Checking tracing-core v0.1.32 |
1627 | 2024-10-31T19:24:09.236Z | Checking iana-time-zone v0.1.61 |
1628 | 2024-10-31T19:24:09.384Z | Checking ppv-lite86 v0.2.20 |
1629 | 2024-10-31T19:24:09.588Z | Checking crypto-common v0.1.6 |
1630 | 2024-10-31T19:24:09.665Z | Checking block-buffer v0.10.4 |
1631 | 2024-10-31T19:24:09.715Z | Checking tracing v0.1.40 |
1632 | 2024-10-31T19:24:09.778Z | Checking errno v0.3.9 |
1633 | 2024-10-31T19:24:09.871Z | Checking tinyvec_macros v0.1.1 |
1634 | 2024-10-31T19:24:09.903Z | Checking digest v0.10.7 |
1635 | 2024-10-31T19:24:09.951Z | Checking unicode-bidi v0.3.17 |
1636 | 2024-10-31T19:24:09.972Z | Checking tinyvec v1.8.0 |
1637 | 2024-10-31T19:24:10.047Z | Checking block-padding v0.3.3 |
1638 | 2024-10-31T19:24:10.072Z | Checking dyn-clone v1.0.17 |
1639 | 2024-10-31T19:24:10.134Z | Checking rand_chacha v0.3.1 |
1640 | 2024-10-31T19:24:10.216Z | Checking percent-encoding v2.3.1 |
1641 | 2024-10-31T19:24:10.266Z | Checking crossbeam-utils v0.8.20 |
1642 | 2024-10-31T19:24:10.286Z | Checking inout v0.1.3 |
1643 | 2024-10-31T19:24:10.428Z | Checking httparse v1.9.5 |
1644 | 2024-10-31T19:24:10.504Z | Checking cipher v0.4.4 |
1645 | 2024-10-31T19:24:10.528Z | Checking rand v0.8.5 |
1646 | 2024-10-31T19:24:10.564Z | Checking form_urlencoded v1.2.1 |
1647 | 2024-10-31T19:24:10.766Z | Checking regex-syntax v0.8.5 |
1648 | 2024-10-31T19:24:10.869Z | Checking base64ct v1.6.0 |
1649 | 2024-10-31T19:24:10.920Z | Checking hmac v0.12.1 |
1650 | 2024-10-31T19:24:10.981Z | Checking sha2 v0.10.8 |
1651 | 2024-10-31T19:24:11.131Z | Checking aho-corasick v1.1.3 |
1652 | 2024-10-31T19:24:11.266Z | Checking bytes v1.7.2 |
1653 | 2024-10-31T19:24:11.292Z | Checking bitflags v2.6.0 |
1654 | 2024-10-31T19:24:11.321Z | Checking serde_json v1.0.128 |
1655 | 2024-10-31T19:24:11.556Z | Checking indexmap v2.6.0 |
1656 | 2024-10-31T19:24:11.595Z | Checking chrono v0.4.38 |
1657 | 2024-10-31T19:24:11.804Z | Checking rustix v0.38.37 |
1658 | 2024-10-31T19:24:12.068Z | Checking tokio v1.40.0 |
1659 | 2024-10-31T19:24:12.843Z | Checking uuid v1.10.0 |
1660 | 2024-10-31T19:24:12.891Z | Checking unicode-normalization v0.1.24 |
1661 | 2024-10-31T19:24:13.022Z | Checking http v1.1.0 |
1662 | 2024-10-31T19:24:13.445Z | Checking atomic-waker v1.1.2 |
1663 | 2024-10-31T19:24:13.592Z | Checking untrusted v0.9.0 |
1664 | 2024-10-31T19:24:13.748Z | Checking ring v0.17.8 |
1665 | 2024-10-31T19:24:13.813Z | Checking lazy_static v1.5.0 |
1666 | 2024-10-31T19:24:13.815Z | Checking schemars v0.8.21 |
1667 | 2024-10-31T19:24:13.939Z | Checking unicode-ident v1.0.13 |
1668 | 2024-10-31T19:24:14.058Z | Checking regex-automata v0.4.8 |
1669 | 2024-10-31T19:24:14.100Z | Checking idna v0.5.0 |
1670 | 2024-10-31T19:24:14.215Z | Checking adler2 v2.0.0 |
1671 | 2024-10-31T19:24:14.380Z | Checking miniz_oxide v0.8.0 |
1672 | 2024-10-31T19:24:14.426Z | Checking pem-rfc7468 v0.7.0 |
1673 | 2024-10-31T19:24:14.691Z | Checking try-lock v0.2.5 |
1674 | 2024-10-31T19:24:14.832Z | Checking powerfmt v0.2.0 |
1675 | 2024-10-31T19:24:15.006Z | Checking url v2.5.2 |
1676 | 2024-10-31T19:24:15.093Z | Checking httpdate v1.0.3 |
1677 | 2024-10-31T19:24:15.157Z | Checking deranged v0.3.11 |
1678 | 2024-10-31T19:24:15.324Z | Checking want v0.3.1 |
1679 | 2024-10-31T19:24:15.394Z | Checking proc-macro2 v1.0.87 |
1680 | 2024-10-31T19:24:15.425Z | Checking num_threads v0.1.7 |
1681 | 2024-10-31T19:24:15.502Z | Checking time-core v0.1.2 |
1682 | 2024-10-31T19:24:15.537Z | Checking num-conv v0.1.0 |
1683 | 2024-10-31T19:24:15.639Z | Checking rustls-pki-types v1.9.0 |
1684 | 2024-10-31T19:24:15.667Z | Checking base64 v0.22.1 |
1685 | 2024-10-31T19:24:15.810Z | Checking flagset v0.4.6 |
1686 | 2024-10-31T19:24:15.812Z | Checking http-body v1.0.1 |
1687 | 2024-10-31T19:24:16.022Z | Checking der v0.7.9 |
1688 | 2024-10-31T19:24:16.051Z | Checking pbkdf2 v0.12.2 |
1689 | 2024-10-31T19:24:16.082Z | Checking quote v1.0.37 |
1690 | 2024-10-31T19:24:16.134Z | Checking aes v0.8.4 |
1691 | 2024-10-31T19:24:16.208Z | Checking tower-service v0.3.3 |
1692 | 2024-10-31T19:24:16.234Z | Checking cbc v0.1.2 |
1693 | 2024-10-31T19:24:16.342Z | Checking salsa20 v0.10.2 |
1694 | 2024-10-31T19:24:16.429Z | Checking syn v2.0.79 |
1695 | 2024-10-31T19:24:16.454Z | Checking ahash v0.8.11 |
1696 | 2024-10-31T19:24:16.565Z | Checking scrypt v0.11.0 |
1697 | 2024-10-31T19:24:16.804Z | Checking rustls-webpki v0.102.8 |
1698 | 2024-10-31T19:24:16.906Z | Checking time v0.3.36 |
1699 | 2024-10-31T19:24:16.997Z | Checking slog v2.7.0 |
1700 | 2024-10-31T19:24:17.023Z | Checking mime v0.3.17 |
1701 | 2024-10-31T19:24:17.373Z | Checking gimli v0.31.1 |
1702 | 2024-10-31T19:24:17.510Z | Checking object v0.36.5 |
1703 | 2024-10-31T19:24:17.553Z | Checking utf8parse v0.2.2 |
1704 | 2024-10-31T19:24:17.703Z | Checking rustc-demangle v0.1.24 |
1705 | 2024-10-31T19:24:17.975Z | Checking spki v0.7.3 |
1706 | 2024-10-31T19:24:18.148Z | Checking ipnet v2.10.1 |
1707 | 2024-10-31T19:24:18.254Z | Checking pkcs5 v0.7.1 |
1708 | 2024-10-31T19:24:18.645Z | Checking data-encoding v2.6.0 |
1709 | 2024-10-31T19:24:18.647Z | Checking regex v1.11.0 |
1710 | 2024-10-31T19:24:18.818Z | Checking pkcs8 v0.10.2 |
1711 | 2024-10-31T19:24:19.157Z | Checking unicode-width v0.1.14 |
1712 | 2024-10-31T19:24:19.287Z | Checking futures-executor v0.3.31 |
1713 | 2024-10-31T19:24:19.320Z | Checking toml_datetime v0.6.8 |
1714 | 2024-10-31T19:24:19.418Z | Checking serde_spanned v0.6.8 |
1715 | 2024-10-31T19:24:19.521Z | Checking anstyle v1.0.8 |
1716 | 2024-10-31T19:24:19.599Z | Checking futures v0.3.31 |
1717 | 2024-10-31T19:24:19.624Z | Checking http-body-util v0.1.2 |
1718 | 2024-10-31T19:24:19.627Z | Checking tokio-util v0.7.12 |
1719 | 2024-10-31T19:24:19.667Z | Checking serde_urlencoded v0.7.1 |
1720 | 2024-10-31T19:24:19.715Z | Checking encoding_rs v0.8.34 |
1721 | 2024-10-31T19:24:19.901Z | Checking openssl-probe v0.1.5 |
1722 | 2024-10-31T19:24:20.063Z | Checking foreign-types-shared v0.1.1 |
1723 | 2024-10-31T19:24:20.090Z | Checking rustls-pemfile v2.2.0 |
1724 | 2024-10-31T19:24:20.114Z | Checking semver v1.0.23 |
1725 | 2024-10-31T19:24:20.177Z | Checking foreign-types v0.3.2 |
1726 | 2024-10-31T19:24:20.282Z | Checking sha1 v0.10.6 |
1727 | 2024-10-31T19:24:20.315Z | Checking openssl-sys v0.9.103 |
1728 | 2024-10-31T19:24:20.509Z | Checking h2 v0.4.6 |
1729 | 2024-10-31T19:24:20.536Z | Checking anstyle-parse v0.2.5 |
1730 | 2024-10-31T19:24:20.569Z | Checking is_terminal_polyfill v1.70.1 |
1731 | 2024-10-31T19:24:20.696Z | Checking anstyle-query v1.1.1 |
1732 | 2024-10-31T19:24:20.804Z | Checking colorchoice v1.0.2 |
1733 | 2024-10-31T19:24:20.831Z | Checking rustls v0.23.14 |
1734 | 2024-10-31T19:24:20.943Z | Checking anstream v0.6.15 |
1735 | 2024-10-31T19:24:21.308Z | Checking terminal_size v0.4.0 |
1736 | 2024-10-31T19:24:21.480Z | Checking addr2line v0.24.2 |
1737 | 2024-10-31T19:24:21.504Z | Checking camino v1.1.9 |
1738 | 2024-10-31T19:24:21.593Z | Checking openssl v0.10.66 |
1739 | 2024-10-31T19:24:22.001Z | Checking signature v2.2.0 |
1740 | 2024-10-31T19:24:22.055Z | Checking clap_lex v0.7.2 |
1741 | 2024-10-31T19:24:22.084Z | Checking either v1.13.0 |
1742 | 2024-10-31T19:24:22.210Z | Checking winnow v0.6.20 |
1743 | 2024-10-31T19:24:22.319Z | Checking strsim v0.11.1 |
1744 | 2024-10-31T19:24:22.486Z | Checking idna v0.3.0 |
1745 | 2024-10-31T19:24:22.647Z | Checking clap_builder v4.5.20 |
1746 | 2024-10-31T19:24:22.743Z | Checking openapiv3 v2.0.0 |
1747 | 2024-10-31T19:24:23.331Z | Checking psl-types v2.0.11 |
1748 | 2024-10-31T19:24:23.528Z | Checking publicsuffix v2.2.3 |
1749 | 2024-10-31T19:24:23.778Z | Checking cookie v0.18.1 |
1750 | 2024-10-31T19:24:23.958Z | Checking backtrace v0.3.74 |
1751 | 2024-10-31T19:24:24.265Z | Checking webpki-roots v0.26.6 |
1752 | 2024-10-31T19:24:24.477Z | Checking is-terminal v0.4.13 |
1753 | 2024-10-31T19:24:24.526Z | Checking anyhow v1.0.89 |
1754 | 2024-10-31T19:24:24.607Z | Checking scroll v0.12.0 |
1755 | 2024-10-31T19:24:24.911Z | Checking ucd-trie v0.1.7 |
1756 | 2024-10-31T19:24:25.081Z | Checking base16ct v0.2.0 |
1757 | 2024-10-31T19:24:25.121Z | Checking plain v0.2.3 |
1758 | 2024-10-31T19:24:25.274Z | Checking sec1 v0.7.3 |
1759 | 2024-10-31T19:24:25.277Z | Checking goblin v0.8.2 |
1760 | 2024-10-31T19:24:25.277Z | Checking pest v2.7.14 |
1761 | 2024-10-31T19:24:25.693Z | Checking cookie_store v0.21.0 |
1762 | 2024-10-31T19:24:25.767Z | Checking clap v4.5.20 |
1763 | 2024-10-31T19:24:25.882Z | Checking tokio-rustls v0.26.0 |
1764 | 2024-10-31T19:24:25.910Z | Checking num-integer v0.1.46 |
1765 | 2024-10-31T19:24:26.179Z | Checking ff v0.13.0 |
1766 | 2024-10-31T19:24:26.272Z | Checking sync_wrapper v1.0.1 |
1767 | 2024-10-31T19:24:26.347Z | Checking pretty-hex v0.4.1 |
1768 | 2024-10-31T19:24:26.386Z | Checking group v0.13.0 |
1769 | 2024-10-31T19:24:26.411Z | Checking hkdf v0.12.4 |
1770 | 2024-10-31T19:24:26.414Z | Checking crypto-bigint v0.5.5 |
1771 | 2024-10-31T19:24:26.517Z | Checking thread-id v4.2.2 |
1772 | 2024-10-31T19:24:26.610Z | Checking bitflags v1.3.2 |
1773 | 2024-10-31T19:24:26.636Z | Checking utf-8 v0.7.6 |
1774 | 2024-10-31T19:24:26.643Z | Checking static_assertions v1.1.0 |
1775 | 2024-10-31T19:24:26.706Z | Checking hyper v1.4.1 |
1776 | 2024-10-31T19:24:26.732Z | Checking toml_edit v0.22.22 |
1777 | 2024-10-31T19:24:26.757Z | Checking memmap v0.7.0 |
1778 | 2024-10-31T19:24:26.839Z | Checking dirs-sys-next v0.1.2 |
1779 | 2024-10-31T19:24:26.965Z | Checking stable_deref_trait v1.2.0 |
1780 | 2024-10-31T19:24:27.017Z | Checking unicode-segmentation v1.12.0 |
1781 | 2024-10-31T19:24:27.069Z | Checking dirs-next v2.0.0 |
1782 | 2024-10-31T19:24:27.124Z | Checking native-tls v0.2.12 |
1783 | 2024-10-31T19:24:27.206Z | Checking num-iter v0.1.45 |
1784 | 2024-10-31T19:24:27.382Z | Checking crossbeam-channel v0.5.13 |
1785 | 2024-10-31T19:24:27.472Z | Checking tokio-native-tls v0.3.1 |
1786 | 2024-10-31T19:24:27.717Z | Checking crossbeam-epoch v0.9.18 |
1787 | 2024-10-31T19:24:27.720Z | Checking thread_local v1.1.8 |
1788 | 2024-10-31T19:24:27.786Z | Checking dtrace-parser v0.2.0 |
1789 | 2024-10-31T19:24:28.009Z | Checking crc32fast v1.4.2 |
1790 | 2024-10-31T19:24:28.140Z | Checking term v0.7.0 |
1791 | 2024-10-31T19:24:28.169Z | Checking bstr v1.10.0 |
1792 | 2024-10-31T19:24:28.252Z | Checking hex v0.4.3 |
1793 | 2024-10-31T19:24:28.287Z | Checking rfc6979 v0.4.0 |
1794 | 2024-10-31T19:24:28.464Z | Checking take_mut v0.2.2 |
1795 | 2024-10-31T19:24:28.574Z | Checking winnow v0.5.40 |
1796 | 2024-10-31T19:24:28.613Z | Checking managed v0.8.0 |
1797 | 2024-10-31T19:24:28.789Z | Checking match_cfg v0.1.0 |
1798 | 2024-10-31T19:24:28.791Z | Checking hyper-util v0.1.9 |
1799 | 2024-10-31T19:24:28.890Z | Checking hostname v0.3.1 |
1800 | 2024-10-31T19:24:28.996Z | Checking slog-async v2.8.0 |
1801 | 2024-10-31T19:24:29.033Z | Checking slog-term v2.9.1 |
1802 | 2024-10-31T19:24:29.147Z | Checking crossbeam-deque v0.8.5 |
1803 | 2024-10-31T19:24:29.294Z | Checking num-bigint-dig v0.8.4 |
1804 | 2024-10-31T19:24:29.321Z | Checking elliptic-curve v0.13.8 |
1805 | 2024-10-31T19:24:29.371Z | Checking toml v0.8.19 |
1806 | 2024-10-31T19:24:29.459Z | Checking pkcs1 v0.7.5 |
1807 | 2024-10-31T19:24:29.512Z | Checking curve25519-dalek v4.1.3 |
1808 | 2024-10-31T19:24:29.892Z | Checking zerocopy v0.6.6 |
1809 | 2024-10-31T19:24:29.982Z | Checking ecdsa v0.16.9 |
1810 | 2024-10-31T19:24:30.097Z | Checking siphasher v0.3.11 |
1811 | 2024-10-31T19:24:30.358Z | Checking dof v0.3.0 |
1812 | 2024-10-31T19:24:30.418Z | Checking rayon-core v1.12.1 |
1813 | 2024-10-31T19:24:30.638Z | Checking flate2 v1.0.34 |
1814 | 2024-10-31T19:24:30.724Z | Checking ed25519 v2.2.3 |
1815 | 2024-10-31T19:24:30.985Z | Checking usdt-impl v0.5.0 |
1816 | 2024-10-31T19:24:30.988Z | Checking hyper-tls v0.6.0 |
1817 | 2024-10-31T19:24:31.043Z | Checking hyper-rustls v0.27.3 |
1818 | 2024-10-31T19:24:31.111Z | Checking rustls v0.22.4 |
1819 | 2024-10-31T19:24:31.249Z | Checking signal-hook v0.3.17 |
1820 | 2024-10-31T19:24:31.285Z | Checking quick-error v1.2.3 |
1821 | 2024-10-31T19:24:31.379Z | Checking reqwest v0.12.8 |
1822 | 2024-10-31T19:24:31.401Z | Checking ed25519-dalek v2.1.1 |
1823 | 2024-10-31T19:24:31.427Z | Checking itertools v0.10.5 |
1824 | 2024-10-31T19:24:31.469Z | Checking rsa v0.9.6 |
1825 | 2024-10-31T19:24:31.501Z | Checking usdt v0.5.0 |
1826 | 2024-10-31T19:24:31.526Z | Checking toml_edit v0.19.15 |
1827 | 2024-10-31T19:24:31.580Z | Checking slog-json v2.6.1 |
1828 | 2024-10-31T19:24:31.752Z | Checking x509-cert v0.2.5 |
1829 | 2024-10-31T19:24:31.798Z | Checking idna v0.4.0 |
1830 | 2024-10-31T19:24:31.849Z | Checking hubpack v0.1.2 |
1831 | 2024-10-31T19:24:32.205Z | Checking debug-ignore v1.0.5 |
1832 | 2024-10-31T19:24:32.369Z | Checking bit-vec v0.6.3 |
1833 | 2024-10-31T19:24:32.503Z | Checking slog-bunyan v2.5.0 |
1834 | 2024-10-31T19:24:32.684Z | Checking signal-hook-mio v0.2.4 |
1835 | 2024-10-31T19:24:32.710Z | Checking hickory-proto v0.24.1 |
1836 | 2024-10-31T19:24:32.735Z | Checking bit-set v0.5.3 |
1837 | 2024-10-31T19:24:32.847Z | Checking multer v3.1.0 |
1838 | 2024-10-31T19:24:33.005Z | Checking console v0.15.8 |
1839 | 2024-10-31T19:24:33.232Z | Checking waitgroup v0.1.2 |
1840 | 2024-10-31T19:24:33.264Z | Checking serde_path_to_error v0.1.16 |
1841 | 2024-10-31T19:24:33.327Z | Checking async-stream v0.3.6 |
1842 | 2024-10-31T19:24:33.379Z | Checking hostname v0.4.0 |
1843 | 2024-10-31T19:24:33.520Z | Checking hash32 v0.2.1 |
1844 | 2024-10-31T19:24:33.546Z | Checking linked-hash-map v0.5.6 |
1845 | 2024-10-31T19:24:33.569Z | Checking unicode-properties v0.1.3 |
1846 | 2024-10-31T19:24:33.726Z | Checking predicates-core v1.0.8 |
1847 | 2024-10-31T19:24:33.838Z | Checking heapless v0.7.17 |
1848 | 2024-10-31T19:24:33.864Z | Checking crossterm v0.28.1 |
1849 | 2024-10-31T19:24:33.867Z | Checking lru-cache v0.1.2 |
1850 | 2024-10-31T19:24:33.914Z | Checking rayon v1.10.0 |
1851 | 2024-10-31T19:24:33.938Z | Checking stringprep v0.1.5 |
1852 | 2024-10-31T19:24:34.044Z | Checking toml v0.7.8 |
1853 | 2024-10-31T19:24:34.085Z | Checking phf_shared v0.11.2 |
1854 | 2024-10-31T19:24:34.209Z | Checking similar v2.6.0 |
1855 | 2024-10-31T19:24:34.358Z | Checking tokio-stream v0.1.16 |
1856 | 2024-10-31T19:24:34.726Z | Checking tokio-rustls v0.25.0 |
1857 | 2024-10-31T19:24:34.803Z | Checking md-5 v0.10.6 |
1858 | 2024-10-31T19:24:34.883Z | Checking float-cmp v0.9.0 |
1859 | 2024-10-31T19:24:35.037Z | Checking fixedbitset v0.4.2 |
1860 | 2024-10-31T19:24:35.086Z | Checking normalize-line-endings v0.3.0 |
1861 | 2024-10-31T19:24:35.107Z | Checking dropshot v0.12.0 |
1862 | 2024-10-31T19:24:35.133Z | Checking fallible-iterator v0.2.0 |
1863 | 2024-10-31T19:24:35.196Z | Checking difflib v0.4.0 |
1864 | 2024-10-31T19:24:35.223Z | Checking smoltcp v0.9.1 |
1865 | 2024-10-31T19:24:35.296Z | Checking petgraph v0.6.5 |
1866 | 2024-10-31T19:24:35.522Z | Checking predicates v3.1.2 |
1867 | 2024-10-31T19:24:35.711Z | Checking phf v0.11.2 |
1868 | 2024-10-31T19:24:35.758Z | Checking postgres-protocol v0.6.7 |
1869 | 2024-10-31T19:24:36.003Z | Checking resolv-conf v0.7.0 |
1870 | 2024-10-31T19:24:36.248Z | Checking phf_shared v0.10.0 |
1871 | 2024-10-31T19:24:36.351Z | Checking tungstenite v0.24.0 |
1872 | 2024-10-31T19:24:36.418Z | Checking fs-err v2.11.0 |
1873 | 2024-10-31T19:24:36.538Z | Checking serde-big-array v0.5.1 |
1874 | 2024-10-31T19:24:36.773Z | Checking portable-atomic v1.9.0 |
1875 | 2024-10-31T19:24:36.777Z | Checking lalrpop-util v0.19.12 |
1876 | 2024-10-31T19:24:36.990Z | Checking precomputed-hash v0.1.1 |
1877 | 2024-10-31T19:24:37.096Z | Checking number_prefix v0.4.0 |
1878 | 2024-10-31T19:24:37.123Z | Checking minimal-lexical v0.2.1 |
1879 | 2024-10-31T19:24:37.262Z | Checking new_debug_unreachable v1.0.6 |
1880 | 2024-10-31T19:24:37.289Z | Checking tokio-tungstenite v0.24.0 |
1881 | 2024-10-31T19:24:37.367Z | Checking string_cache v0.8.7 |
1882 | 2024-10-31T19:24:37.399Z | Checking hickory-resolver v0.24.1 |
1883 | 2024-10-31T19:24:37.548Z | Checking nom v7.1.3 |
1884 | 2024-10-31T19:24:38.066Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1885 | 2024-10-31T19:24:38.069Z | Checking postgres-types v0.2.8 |
1886 | 2024-10-31T19:24:38.069Z | Checking itertools v0.12.1 |
1887 | 2024-10-31T19:24:38.069Z | Checking indicatif v0.17.8 |
1888 | 2024-10-31T19:24:38.536Z | Checking peg-runtime v0.8.3 |
1889 | 2024-10-31T19:24:38.581Z | Checking whoami v1.5.2 |
1890 | 2024-10-31T19:24:38.740Z | Compiling hashbrown v0.14.5 |
1891 | 2024-10-31T19:24:38.769Z | Compiling ident_case v1.0.1 |
1892 | 2024-10-31T19:24:38.795Z | Compiling unsafe-libyaml v0.2.11 |
1893 | 2024-10-31T19:24:38.875Z | Checking tokio-postgres v0.7.12 |
1894 | 2024-10-31T19:24:38.951Z | Compiling darling_core v0.20.10 |
1895 | 2024-10-31T19:24:39.068Z | Checking qorb v0.2.0 |
1896 | 2024-10-31T19:24:40.073Z | Compiling regress v0.10.1 |
1897 | 2024-10-31T19:24:40.437Z | Compiling serde_yaml v0.9.34+deprecated |
1898 | 2024-10-31T19:24:40.686Z | Checking heck v0.5.0 |
1899 | 2024-10-31T19:24:40.873Z | Checking progenitor-client v0.8.0 |
1900 | 2024-10-31T19:24:41.220Z | Checking fastrand v2.1.1 |
1901 | 2024-10-31T19:24:41.563Z | Compiling newtype-uuid v1.1.2 |
1902 | 2024-10-31T19:24:41.809Z | Checking ipnetwork v0.20.0 |
1903 | 2024-10-31T19:24:41.902Z | Compiling structmeta-derive v0.3.0 |
1904 | 2024-10-31T19:24:42.086Z | Checking strum v0.26.3 |
1905 | 2024-10-31T19:24:42.174Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1906 | 2024-10-31T19:24:42.513Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
1907 | 2024-10-31T19:24:42.889Z | Checking tempfile v3.13.0 |
1908 | 2024-10-31T19:24:42.961Z | Checking instant v0.1.13 |
1909 | 2024-10-31T19:24:43.083Z | Checking regress v0.9.1 |
1910 | 2024-10-31T19:24:43.235Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1911 | 2024-10-31T19:24:43.269Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1912 | 2024-10-31T19:24:43.581Z | Checking macaddr v1.0.1 |
1913 | 2024-10-31T19:24:43.900Z | Compiling typify-impl v0.2.0 |
1914 | 2024-10-31T19:24:44.025Z | Checking backoff v0.4.0 |
1915 | 2024-10-31T19:24:44.338Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1916 | 2024-10-31T19:24:44.477Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1917 | 2024-10-31T19:24:44.500Z | Checking wait-timeout v0.2.0 |
1918 | 2024-10-31T19:24:44.636Z | Compiling structmeta v0.3.0 |
1919 | 2024-10-31T19:24:44.641Z | Checking rand_xorshift v0.3.0 |
1920 | 2024-10-31T19:24:44.691Z | Checking rusty-fork v0.3.0 |
1921 | 2024-10-31T19:24:44.846Z | Compiling structmeta-derive v0.2.0 |
1922 | 2024-10-31T19:24:45.003Z | Checking unarray v0.1.4 |
1923 | 2024-10-31T19:24:45.057Z | Compiling parse-display-derive v0.10.0 |
1924 | 2024-10-31T19:24:45.090Z | Checking camino-tempfile v1.1.1 |
1925 | 2024-10-31T19:24:45.148Z | Checking proptest v1.5.0 |
1926 | 2024-10-31T19:24:45.377Z | Compiling proc-macro-error v1.0.4 |
1927 | 2024-10-31T19:24:45.456Z | Compiling darling_macro v0.20.10 |
1928 | 2024-10-31T19:24:46.036Z | Compiling proc-macro-crate v1.3.1 |
1929 | 2024-10-31T19:24:46.414Z | Compiling darling v0.20.10 |
1930 | 2024-10-31T19:24:46.548Z | Compiling serde_with_macros v3.11.0 |
1931 | 2024-10-31T19:24:46.663Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1932 | 2024-10-31T19:24:47.065Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1933 | 2024-10-31T19:24:47.091Z | Compiling num_enum_derive v0.5.11 |
1934 | 2024-10-31T19:24:47.387Z | Compiling foreign-types-macros v0.2.3 |
1935 | 2024-10-31T19:24:47.595Z | Compiling structmeta v0.2.0 |
1936 | 2024-10-31T19:24:47.724Z | Checking foreign-types-shared v0.3.1 |
1937 | 2024-10-31T19:24:48.041Z | Compiling test-strategy v0.3.1 |
1938 | 2024-10-31T19:24:48.203Z | Checking tabwriter v1.4.0 |
1939 | 2024-10-31T19:24:48.439Z | Checking cstr-argument v0.1.2 |
1940 | 2024-10-31T19:24:48.631Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1941 | 2024-10-31T19:24:48.658Z | Checking foreign-types v0.5.0 |
1942 | 2024-10-31T19:24:48.766Z | Checking pretty-hex v0.2.1 |
1943 | 2024-10-31T19:24:48.935Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1944 | 2024-10-31T19:24:49.261Z | Checking colored v2.1.0 |
1945 | 2024-10-31T19:24:49.307Z | Checking serde_with v3.11.0 |
1946 | 2024-10-31T19:24:49.370Z | Checking parse-display v0.10.0 |
1947 | 2024-10-31T19:24:49.466Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1948 | 2024-10-31T19:24:49.491Z | Checking num_enum v0.5.11 |
1949 | 2024-10-31T19:24:49.545Z | Checking smf v0.2.3 |
1950 | 2024-10-31T19:24:49.599Z | Checking base64 v0.21.7 |
1951 | 2024-10-31T19:24:49.628Z | Compiling crucible-workspace-hack v0.1.0 |
1952 | 2024-10-31T19:24:49.651Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1953 | 2024-10-31T19:24:49.887Z | Compiling heapless v0.8.0 |
1954 | 2024-10-31T19:24:49.935Z | Checking termtree v0.4.1 |
1955 | 2024-10-31T19:24:49.992Z | Checking hash32 v0.3.1 |
1956 | 2024-10-31T19:24:50.070Z | Compiling smoltcp v0.11.0 |
1957 | 2024-10-31T19:24:50.103Z | Checking cobs v0.2.3 |
1958 | 2024-10-31T19:24:50.142Z | Checking predicates-tree v1.0.11 |
1959 | 2024-10-31T19:24:50.194Z | Checking sigpipe v0.1.3 |
1960 | 2024-10-31T19:24:50.281Z | Checking postcard v1.0.10 |
1961 | 2024-10-31T19:24:50.310Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1962 | 2024-10-31T19:24:50.314Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1963 | 2024-10-31T19:24:50.589Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1964 | 2024-10-31T19:24:50.688Z | Compiling mockall_derive v0.13.0 |
1965 | 2024-10-31T19:24:50.815Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1966 | 2024-10-31T19:24:50.835Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1967 | 2024-10-31T19:24:51.014Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1968 | 2024-10-31T19:24:51.235Z | Compiling zone_cfg_derive v0.3.0 |
1969 | 2024-10-31T19:24:51.437Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
1970 | 2024-10-31T19:24:51.655Z | Compiling num-derive v0.4.2 |
1971 | 2024-10-31T19:24:51.801Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1972 | 2024-10-31T19:24:52.106Z | Checking downcast v0.11.0 |
1973 | 2024-10-31T19:24:52.316Z | Checking fragile v2.0.0 |
1974 | 2024-10-31T19:24:52.676Z | Checking zone v0.3.0 |
1975 | 2024-10-31T19:24:52.702Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
1976 | 2024-10-31T19:24:52.729Z | Checking atomicwrites v0.4.4 |
1977 | 2024-10-31T19:24:52.942Z | Compiling convert_case v0.4.0 |
1978 | 2024-10-31T19:24:52.974Z | Checking tungstenite v0.21.0 |
1979 | 2024-10-31T19:24:53.226Z | Checking newline-converter v0.3.0 |
1980 | 2024-10-31T19:24:53.382Z | Checking expectorate v1.1.0 |
1981 | 2024-10-31T19:24:53.445Z | Checking itertools v0.13.0 |
1982 | 2024-10-31T19:24:53.563Z | Checking same-file v1.0.6 |
1983 | 2024-10-31T19:24:53.731Z | Checking walkdir v2.5.0 |
1984 | 2024-10-31T19:24:53.878Z | Compiling derive_more v0.99.18 |
1985 | 2024-10-31T19:24:53.881Z | Checking tokio-tungstenite v0.21.0 |
1986 | 2024-10-31T19:24:53.926Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
1987 | 2024-10-31T19:24:54.005Z | Checking arc-swap v1.7.1 |
1988 | 2024-10-31T19:24:54.397Z | Checking xattr v1.3.1 |
1989 | 2024-10-31T19:24:54.400Z | Checking filetime v0.2.25 |
1990 | 2024-10-31T19:24:54.448Z | Checking slog-scope v4.4.0 |
1991 | 2024-10-31T19:24:54.588Z | Compiling cancel-safe-futures v0.1.5 |
1992 | 2024-10-31T19:24:54.648Z | Checking tar v0.4.42 |
1993 | 2024-10-31T19:24:54.651Z | Checking slog-stdlog v4.1.1 |
1994 | 2024-10-31T19:24:54.693Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1995 | 2024-10-31T19:24:54.836Z | Checking slog-envlogger v2.2.0 |
1996 | 2024-10-31T19:24:54.949Z | Checking swrite v0.1.0 |
1997 | 2024-10-31T19:24:55.055Z | Compiling owo-colors v4.1.0 |
1998 | 2024-10-31T19:24:55.486Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1999 | 2024-10-31T19:24:55.561Z | Checking libsw v3.3.1 |
2000 | 2024-10-31T19:24:55.830Z | Checking password-hash v0.5.0 |
2001 | 2024-10-31T19:24:55.857Z | Checking blake2 v0.10.6 |
2002 | 2024-10-31T19:24:56.108Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2003 | 2024-10-31T19:24:56.133Z | Checking indent_write v2.2.0 |
2004 | 2024-10-31T19:24:56.297Z | Checking linear-map v1.2.0 |
2005 | 2024-10-31T19:24:56.338Z | Checking num-rational v0.4.2 |
2006 | 2024-10-31T19:24:56.348Z | Checking argon2 v0.5.3 |
2007 | 2024-10-31T19:24:56.644Z | Checking pem v3.0.4 |
2008 | 2024-10-31T19:24:56.923Z | Checking num-complex v0.4.6 |
2009 | 2024-10-31T19:24:57.036Z | Checking float-ord v0.3.2 |
2010 | 2024-10-31T19:24:57.071Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2011 | 2024-10-31T19:24:57.197Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2012 | 2024-10-31T19:24:57.230Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2013 | 2024-10-31T19:24:57.878Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2014 | 2024-10-31T19:24:57.902Z | Checking num v0.4.3 |
2015 | 2024-10-31T19:24:57.930Z | Compiling lzma-sys v0.1.20 |
2016 | 2024-10-31T19:24:58.017Z | Checking humantime v2.1.0 |
2017 | 2024-10-31T19:24:58.171Z | Checking headers-core v0.3.0 |
2018 | 2024-10-31T19:24:58.324Z | Compiling heck v0.3.3 |
2019 | 2024-10-31T19:24:58.327Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2020 | 2024-10-31T19:24:58.648Z | Checking headers v0.4.0 |
2021 | 2024-10-31T19:24:58.691Z | Compiling zone_cfg_derive v0.1.2 |
2022 | 2024-10-31T19:24:58.742Z | Checking mockall v0.13.0 |
2023 | 2024-10-31T19:24:58.787Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2024 | 2024-10-31T19:24:58.898Z | Checking yasna v0.5.2 |
2025 | 2024-10-31T19:24:58.987Z | Checking base64 v0.13.1 |
2026 | 2024-10-31T19:24:59.084Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2027 | 2024-10-31T19:24:59.418Z | Checking ron v0.7.1 |
2028 | 2024-10-31T19:24:59.599Z | Checking xz2 v0.1.7 |
2029 | 2024-10-31T19:24:59.745Z | Checking rcgen v0.12.1 |
2030 | 2024-10-31T19:24:59.912Z | Checking subprocess v0.2.9 |
2031 | 2024-10-31T19:25:00.009Z | Compiling typify-macro v0.2.0 |
2032 | 2024-10-31T19:25:00.157Z | Checking zone v0.1.8 |
2033 | 2024-10-31T19:25:00.446Z | Checking half v2.4.1 |
2034 | 2024-10-31T19:25:00.482Z | Checking ciborium-io v0.2.2 |
2035 | 2024-10-31T19:25:00.541Z | Compiling semver v0.1.20 |
2036 | 2024-10-31T19:25:00.613Z | Checking highway v1.2.0 |
2037 | 2024-10-31T19:25:00.791Z | Compiling prettyplease v0.2.22 |
2038 | 2024-10-31T19:25:00.884Z | Checking ciborium-ll v0.2.2 |
2039 | 2024-10-31T19:25:00.910Z | Compiling rustc_version v0.1.7 |
2040 | 2024-10-31T19:25:01.201Z | Checking ciborium v0.2.2 |
2041 | 2024-10-31T19:25:01.327Z | Compiling home v0.5.9 |
2042 | 2024-10-31T19:25:01.394Z | Compiling newtype_derive v0.1.6 |
2043 | 2024-10-31T19:25:01.593Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2044 | 2024-10-31T19:25:01.898Z | Checking steno v0.4.1 |
2045 | 2024-10-31T19:25:03.725Z | Compiling slog-dtrace v0.3.0 |
2046 | 2024-10-31T19:25:04.147Z | Checking display-error-chain v0.2.1 |
2047 | 2024-10-31T19:25:04.167Z | Compiling ring v0.16.20 |
2048 | 2024-10-31T19:25:04.190Z | Compiling typify v0.2.0 |
2049 | 2024-10-31T19:25:04.327Z | Compiling progenitor-impl v0.8.0 |
2050 | 2024-10-31T19:25:04.351Z | Compiling blake3 v1.5.4 |
2051 | 2024-10-31T19:25:04.617Z | Checking keccak v0.1.5 |
2052 | 2024-10-31T19:25:04.701Z | Checking universal-hash v0.5.1 |
2053 | 2024-10-31T19:25:04.885Z | Checking secrecy v0.8.0 |
2054 | 2024-10-31T19:25:04.957Z | Checking sha3 v0.10.8 |
2055 | 2024-10-31T19:25:05.095Z | Checking opaque-debug v0.3.1 |
2056 | 2024-10-31T19:25:05.207Z | Checking aead v0.5.2 |
2057 | 2024-10-31T19:25:05.384Z | Checking poly1305 v0.8.0 |
2058 | 2024-10-31T19:25:05.425Z | Checking chacha20 v0.9.1 |
2059 | 2024-10-31T19:25:05.939Z | Checking gethostname v0.5.0 |
2060 | 2024-10-31T19:25:06.070Z | Compiling memmap2 v0.9.5 |
2061 | 2024-10-31T19:25:06.200Z | Compiling constant_time_eq v0.3.1 |
2062 | 2024-10-31T19:25:06.393Z | Compiling arrayvec v0.7.6 |
2063 | 2024-10-31T19:25:06.491Z | Compiling spin v0.5.2 |
2064 | 2024-10-31T19:25:06.516Z | Compiling arrayref v0.3.9 |
2065 | 2024-10-31T19:25:06.605Z | Compiling untrusted v0.7.1 |
2066 | 2024-10-31T19:25:06.607Z | Compiling toolchain_find v0.4.0 |
2067 | 2024-10-31T19:25:06.717Z | Compiling thiserror-impl-no-std v2.0.2 |
2068 | 2024-10-31T19:25:06.834Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2069 | 2024-10-31T19:25:07.096Z | Compiling topological-sort v0.2.2 |
2070 | 2024-10-31T19:25:07.170Z | Compiling rustfmt-wrapper v0.2.1 |
2071 | 2024-10-31T19:25:07.247Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2072 | 2024-10-31T19:25:07.541Z | Checking chacha20poly1305 v0.10.1 |
2073 | 2024-10-31T19:25:07.635Z | Checking nibble_vec v0.1.0 |
2074 | 2024-10-31T19:25:07.743Z | Checking endian-type v0.1.2 |
2075 | 2024-10-31T19:25:07.794Z | Checking fxhash v0.2.1 |
2076 | 2024-10-31T19:25:07.850Z | Checking termcolor v1.4.1 |
2077 | 2024-10-31T19:25:07.852Z | Compiling radium v0.7.0 |
2078 | 2024-10-31T19:25:07.960Z | Checking radix_trie v0.2.1 |
2079 | 2024-10-31T19:25:07.986Z | Checking maplit v1.0.2 |
2080 | 2024-10-31T19:25:08.073Z | Checking tap v1.0.1 |
2081 | 2024-10-31T19:25:08.099Z | Compiling maybe-uninit v2.0.0 |
2082 | 2024-10-31T19:25:08.253Z | Checking wyz v0.5.1 |
2083 | 2024-10-31T19:25:08.300Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2084 | 2024-10-31T19:25:08.351Z | Checking crc-catalog v2.4.0 |
2085 | 2024-10-31T19:25:08.501Z | Compiling packed_struct v0.10.1 |
2086 | 2024-10-31T19:25:08.629Z | Checking funty v2.0.0 |
2087 | 2024-10-31T19:25:08.768Z | Checking crc v3.2.1 |
2088 | 2024-10-31T19:25:08.829Z | Checking kstat-rs v0.2.4 |
2089 | 2024-10-31T19:25:08.993Z | Compiling packed_struct_codegen v0.10.1 |
2090 | 2024-10-31T19:25:09.180Z | Compiling indexmap v1.9.3 |
2091 | 2024-10-31T19:25:09.215Z | Checking nodrop v0.1.14 |
2092 | 2024-10-31T19:25:09.327Z | Compiling libefi-sys v0.1.0 |
2093 | 2024-10-31T19:25:09.519Z | Checking array-init v0.0.4 |
2094 | 2024-10-31T19:25:09.539Z | Checking bitvec v1.0.1 |
2095 | 2024-10-31T19:25:09.631Z | Checking smallvec v0.6.14 |
2096 | 2024-10-31T19:25:09.689Z | Checking thiserror-no-std v2.0.2 |
2097 | 2024-10-31T19:25:09.805Z | Compiling omicron-zone-package v0.11.1 |
2098 | 2024-10-31T19:25:10.016Z | Checking vsss-rs v3.3.4 |
2099 | 2024-10-31T19:25:10.543Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2100 | 2024-10-31T19:25:10.583Z | Compiling async-recursion v1.1.1 |
2101 | 2024-10-31T19:25:10.955Z | Compiling bitfield-struct v0.6.2 |
2102 | 2024-10-31T19:25:11.364Z | Checking hashbrown v0.12.3 |
2103 | 2024-10-31T19:25:11.519Z | Checking bitfield v0.14.0 |
2104 | 2024-10-31T19:25:11.588Z | Compiling progenitor-macro v0.8.0 |
2105 | 2024-10-31T19:25:12.045Z | Checking bzip2 v0.4.4 |
2106 | 2024-10-31T19:25:12.201Z | Checking serde-hex v0.1.0 |
2107 | 2024-10-31T19:25:12.325Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2108 | 2024-10-31T19:25:12.797Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2109 | 2024-10-31T19:25:12.923Z | Checking env_logger v0.10.2 |
2110 | 2024-10-31T19:25:13.067Z | Checking ron v0.8.1 |
2111 | 2024-10-31T19:25:13.144Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2112 | 2024-10-31T19:25:13.339Z | Checking hashbrown v0.13.2 |
2113 | 2024-10-31T19:25:13.382Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2114 | 2024-10-31T19:25:13.461Z | Checking crc-any v2.5.0 |
2115 | 2024-10-31T19:25:13.508Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2116 | 2024-10-31T19:25:13.974Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2117 | 2024-10-31T19:25:14.065Z | Checking zip v0.6.6 |
2118 | 2024-10-31T19:25:14.232Z | Checking path-slash v0.1.5 |
2119 | 2024-10-31T19:25:14.358Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2120 | 2024-10-31T19:25:14.383Z | Compiling parking_lot_core v0.8.6 |
2121 | 2024-10-31T19:25:14.386Z | Checking object v0.30.4 |
2122 | 2024-10-31T19:25:14.632Z | Checking glob v0.3.1 |
2123 | 2024-10-31T19:25:14.753Z | Checking hickory-client v0.24.1 |
2124 | 2024-10-31T19:25:14.949Z | Checking hickory-server v0.24.1 |
2125 | 2024-10-31T19:25:15.249Z | Checking parking_lot v0.11.2 |
2126 | 2024-10-31T19:25:15.405Z | Checking primeorder v0.13.6 |
2127 | 2024-10-31T19:25:15.618Z | Checking sled v0.34.7 |
2128 | 2024-10-31T19:25:15.928Z | Compiling unicase v2.7.0 |
2129 | 2024-10-31T19:25:15.953Z | Checking nanorand v0.7.0 |
2130 | 2024-10-31T19:25:16.149Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2131 | 2024-10-31T19:25:16.345Z | Compiling buf-list v1.0.3 |
2132 | 2024-10-31T19:25:16.432Z | Checking flume v0.11.0 |
2133 | 2024-10-31T19:25:16.955Z | Checking atty v0.2.14 |
2134 | 2024-10-31T19:25:17.076Z | Compiling vte_generate_state_changes v0.1.2 |
2135 | 2024-10-31T19:25:17.100Z | Compiling salty v0.3.0 |
2136 | 2024-10-31T19:25:17.601Z | Checking p384 v0.13.0 |
2137 | 2024-10-31T19:25:17.717Z | Checking fd-lock v4.0.2 |
2138 | 2024-10-31T19:25:17.740Z | Checking vte v0.11.1 |
2139 | 2024-10-31T19:25:17.960Z | Compiling mime_guess v2.0.5 |
2140 | 2024-10-31T19:25:18.426Z | Checking env_filter v0.1.2 |
2141 | 2024-10-31T19:25:18.468Z | Checking nu-ansi-term v0.50.1 |
2142 | 2024-10-31T19:25:18.682Z | Checking env_logger v0.11.5 |
2143 | 2024-10-31T19:25:18.751Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2144 | 2024-10-31T19:25:19.022Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2145 | 2024-10-31T19:25:19.149Z | Checking strip-ansi-escapes v0.2.0 |
2146 | 2024-10-31T19:25:19.183Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2147 | 2024-10-31T19:25:19.310Z | Checking reedline v0.35.0 |
2148 | 2024-10-31T19:25:19.373Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2149 | 2024-10-31T19:25:19.432Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2150 | 2024-10-31T19:25:19.525Z | Compiling dsl_auto_type v0.1.2 |
2151 | 2024-10-31T19:25:19.654Z | Checking scheduled-thread-pool v0.2.7 |
2152 | 2024-10-31T19:25:19.886Z | Compiling diesel_table_macro_syntax v0.2.0 |
2153 | 2024-10-31T19:25:20.004Z | Compiling crunchy v0.2.2 |
2154 | 2024-10-31T19:25:20.028Z | Checking http-range v0.1.5 |
2155 | 2024-10-31T19:25:20.215Z | Checking hyper-staticfile v0.10.1 |
2156 | 2024-10-31T19:25:20.296Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2157 | 2024-10-31T19:25:20.700Z | Checking r2d2 v0.8.10 |
2158 | 2024-10-31T19:25:20.748Z | Compiling clang-sys v1.8.1 |
2159 | 2024-10-31T19:25:20.892Z | Compiling phf_generator v0.11.2 |
2160 | 2024-10-31T19:25:21.092Z | Checking bytecount v0.6.8 |
2161 | 2024-10-31T19:25:21.124Z | Compiling diesel_derives v2.2.3 |
2162 | 2024-10-31T19:25:21.253Z | Compiling tiny-keccak v2.0.2 |
2163 | 2024-10-31T19:25:21.338Z | Checking papergrid v0.11.0 |
2164 | 2024-10-31T19:25:21.495Z | Compiling phf_codegen v0.11.2 |
2165 | 2024-10-31T19:25:21.715Z | Compiling tabled_derive v0.7.0 |
2166 | 2024-10-31T19:25:21.739Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2167 | 2024-10-31T19:25:21.987Z | Compiling parse-zoneinfo v0.3.1 |
2168 | 2024-10-31T19:25:22.033Z | Compiling cfg_aliases v0.1.1 |
2169 | 2024-10-31T19:25:22.153Z | Compiling ref-cast v1.0.23 |
2170 | 2024-10-31T19:25:22.803Z | Compiling chrono-tz-build v0.4.0 |
2171 | 2024-10-31T19:25:22.957Z | Compiling nix v0.28.0 |
2172 | 2024-10-31T19:25:23.757Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2173 | 2024-10-31T19:25:23.840Z | Compiling ascii-canvas v3.0.0 |
2174 | 2024-10-31T19:25:23.902Z | Compiling ena v0.14.3 |
2175 | 2024-10-31T19:25:24.041Z | Checking tabled v0.15.0 |
2176 | 2024-10-31T19:25:24.062Z | Compiling ref-cast-impl v1.0.23 |
2177 | 2024-10-31T19:25:24.182Z | Compiling libloading v0.8.5 |
2178 | 2024-10-31T19:25:24.338Z | Compiling regex-syntax v0.6.29 |
2179 | 2024-10-31T19:25:24.362Z | Compiling diff v0.1.13 |
2180 | 2024-10-31T19:25:24.598Z | Compiling bindgen v0.69.5 |
2181 | 2024-10-31T19:25:25.346Z | Compiling chrono-tz v0.10.0 |
2182 | 2024-10-31T19:25:25.539Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2183 | 2024-10-31T19:25:26.006Z | Compiling which v4.4.2 |
2184 | 2024-10-31T19:25:26.617Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2185 | 2024-10-31T19:25:27.107Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2186 | 2024-10-31T19:25:27.285Z | Checking signal-hook-tokio v0.3.1 |
2187 | 2024-10-31T19:25:27.508Z | Compiling cexpr v0.6.0 |
2188 | 2024-10-31T19:25:27.650Z | Checking progenitor v0.8.0 |
2189 | 2024-10-31T19:25:27.880Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2190 | 2024-10-31T19:25:27.984Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2191 | 2024-10-31T19:25:29.260Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2192 | 2024-10-31T19:25:29.448Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2193 | 2024-10-31T19:25:29.999Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2194 | 2024-10-31T19:25:32.926Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2195 | 2024-10-31T19:25:33.154Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2196 | 2024-10-31T19:25:33.756Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2197 | 2024-10-31T19:25:33.825Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2198 | 2024-10-31T19:25:34.392Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2199 | 2024-10-31T19:25:35.029Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2200 | 2024-10-31T19:25:35.510Z | Checking diesel v2.2.4 |
2201 | 2024-10-31T19:25:36.189Z | Compiling lalrpop v0.19.12 |
2202 | 2024-10-31T19:25:36.349Z | Compiling lazycell v1.3.0 |
2203 | 2024-10-31T19:25:36.532Z | Compiling rustc-hash v1.1.0 |
2204 | 2024-10-31T19:25:39.554Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2205 | 2024-10-31T19:25:39.869Z | Compiling derive_builder_core v0.20.2 |
2206 | 2024-10-31T19:25:40.883Z | Checking http v0.2.12 |
2207 | 2024-10-31T19:25:42.270Z | Compiling peg-macros v0.8.4 |
2208 | 2024-10-31T19:25:42.275Z | Compiling libxml v0.3.3 |
2209 | 2024-10-31T19:25:42.748Z | Compiling sqlparser_derive v0.2.2 |
2210 | 2024-10-31T19:25:43.833Z | Compiling memoffset v0.9.1 |
2211 | 2024-10-31T19:25:44.153Z | Checking unicode_categories v0.1.1 |
2212 | 2024-10-31T19:25:44.473Z | Checking sqlformat v0.2.6 |
2213 | 2024-10-31T19:25:45.770Z | Checking peg v0.8.4 |
2214 | 2024-10-31T19:25:46.044Z | Checking sqlparser v0.45.0 |
2215 | 2024-10-31T19:25:48.850Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2216 | 2024-10-31T19:25:52.553Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2217 | 2024-10-31T19:25:53.888Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2218 | 2024-10-31T19:25:55.372Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2219 | 2024-10-31T19:25:57.777Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2220 | 2024-10-31T19:25:59.094Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2221 | 2024-10-31T19:25:59.348Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2222 | 2024-10-31T19:26:00.682Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2223 | 2024-10-31T19:26:00.778Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2224 | 2024-10-31T19:26:01.099Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2225 | 2024-10-31T19:26:01.209Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2226 | 2024-10-31T19:26:01.532Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2227 | 2024-10-31T19:26:01.969Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2228 | 2024-10-31T19:26:01.971Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2229 | 2024-10-31T19:26:02.256Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2230 | 2024-10-31T19:26:02.558Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2231 | 2024-10-31T19:26:03.045Z | Compiling derive_builder_macro v0.20.2 |
2232 | 2024-10-31T19:26:03.656Z | Checking rustyline v14.0.0 |
2233 | 2024-10-31T19:26:06.361Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2234 | 2024-10-31T19:26:06.568Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2235 | 2024-10-31T19:26:07.178Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2236 | 2024-10-31T19:26:08.231Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2237 | 2024-10-31T19:26:09.410Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2238 | 2024-10-31T19:26:09.894Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2239 | 2024-10-31T19:26:10.153Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2240 | 2024-10-31T19:26:11.576Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2241 | 2024-10-31T19:26:11.741Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2242 | 2024-10-31T19:26:14.483Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2243 | 2024-10-31T19:26:14.969Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2244 | 2024-10-31T19:26:15.364Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2245 | 2024-10-31T19:26:15.750Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2246 | 2024-10-31T19:26:16.170Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2247 | 2024-10-31T19:26:16.923Z | Checking tungstenite v0.23.0 |
2248 | 2024-10-31T19:26:17.117Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2249 | 2024-10-31T19:26:17.348Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2250 | 2024-10-31T19:26:17.942Z | Checking bcs v0.1.6 |
2251 | 2024-10-31T19:26:18.204Z | Compiling strum_macros v0.24.3 |
2252 | 2024-10-31T19:26:18.392Z | Compiling pin-project-internal v1.1.6 |
2253 | 2024-10-31T19:26:18.565Z | Compiling indoc v1.0.9 |
2254 | 2024-10-31T19:26:18.643Z | Checking tokio-tungstenite v0.23.1 |
2255 | 2024-10-31T19:26:19.148Z | Checking derive_builder v0.20.2 |
2256 | 2024-10-31T19:26:19.659Z | Checking http-body v0.4.6 |
2257 | 2024-10-31T19:26:20.086Z | Checking h2 v0.3.26 |
2258 | 2024-10-31T19:26:21.227Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2259 | 2024-10-31T19:26:21.314Z | Checking pin-project v1.1.6 |
2260 | 2024-10-31T19:26:21.453Z | Checking quick-xml v0.33.0 |
2261 | 2024-10-31T19:26:21.526Z | Compiling oso-derive v0.27.3 |
2262 | 2024-10-31T19:26:21.618Z | Compiling impl-trait-for-tuples v0.2.2 |
2263 | 2024-10-31T19:26:22.594Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2264 | 2024-10-31T19:26:22.903Z | Checking nix v0.27.1 |
2265 | 2024-10-31T19:26:23.002Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2266 | 2024-10-31T19:26:23.622Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2267 | 2024-10-31T19:26:24.230Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2268 | 2024-10-31T19:26:24.505Z | Compiling snafu-derive v0.8.5 |
2269 | 2024-10-31T19:26:25.421Z | Compiling diesel-dtrace v0.3.0 |
2270 | 2024-10-31T19:26:25.735Z | Checking sync_wrapper v0.1.2 |
2271 | 2024-10-31T19:26:26.474Z | Checking hyper v0.14.30 |
2272 | 2024-10-31T19:26:28.374Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2273 | 2024-10-31T19:26:29.234Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2274 | 2024-10-31T19:26:29.554Z | Checking globset v0.4.15 |
2275 | 2024-10-31T19:26:29.909Z | Checking snafu v0.8.5 |
2276 | 2024-10-31T19:26:30.094Z | Checking bb8 v0.8.5 |
2277 | 2024-10-31T19:26:30.434Z | Checking olpc-cjson v0.1.4 |
2278 | 2024-10-31T19:26:30.588Z | Checking serde_plain v1.0.2 |
2279 | 2024-10-31T19:26:30.676Z | Compiling const_format_proc_macros v0.2.33 |
2280 | 2024-10-31T19:26:30.848Z | Checking typed-path v0.7.1 |
2281 | 2024-10-31T19:26:31.485Z | Checking reqwest v0.11.27 |
2282 | 2024-10-31T19:26:31.735Z | Checking async-bb8-diesel v0.2.1 |
2283 | 2024-10-31T19:26:32.561Z | Checking parse-size v1.0.0 |
2284 | 2024-10-31T19:26:32.712Z | Checking const_format v0.2.33 |
2285 | 2024-10-31T19:26:32.743Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2286 | 2024-10-31T19:26:32.766Z | Checking tough v0.17.1 |
2287 | 2024-10-31T19:26:32.912Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2288 | 2024-10-31T19:26:33.201Z | Checking heck v0.4.1 |
2289 | 2024-10-31T19:26:33.422Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2290 | 2024-10-31T19:26:33.654Z | Checking assert_matches v1.5.0 |
2291 | 2024-10-31T19:26:33.758Z | Checking rand_seeder v0.3.0 |
2292 | 2024-10-31T19:26:33.849Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2293 | 2024-10-31T19:26:33.993Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2294 | 2024-10-31T19:26:34.124Z | Compiling libz-sys v1.1.20 |
2295 | 2024-10-31T19:26:34.559Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2296 | 2024-10-31T19:26:35.551Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2297 | 2024-10-31T19:26:36.327Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2298 | 2024-10-31T19:26:36.412Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2299 | 2024-10-31T19:26:36.573Z | Checking is_ci v1.2.0 |
2300 | 2024-10-31T19:26:36.726Z | Checking supports-color v3.0.1 |
2301 | 2024-10-31T19:26:36.931Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2302 | 2024-10-31T19:26:37.581Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2303 | 2024-10-31T19:26:37.916Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2304 | 2024-10-31T19:26:39.065Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2305 | 2024-10-31T19:26:39.235Z | Compiling vergen v8.3.2 |
2306 | 2024-10-31T19:26:39.542Z | Compiling cargo-platform v0.1.8 |
2307 | 2024-10-31T19:26:39.818Z | Checking smawk v0.3.2 |
2308 | 2024-10-31T19:26:40.040Z | Checking unicode-linebreak v0.1.5 |
2309 | 2024-10-31T19:26:40.089Z | Compiling cargo_metadata v0.18.1 |
2310 | 2024-10-31T19:26:40.424Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2311 | 2024-10-31T19:26:40.482Z | Checking textwrap v0.16.1 |
2312 | 2024-10-31T19:26:40.890Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2313 | 2024-10-31T19:26:41.997Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2314 | 2024-10-31T19:26:43.234Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2315 | 2024-10-31T19:26:43.561Z | Checking castaway v0.2.3 |
2316 | 2024-10-31T19:26:43.685Z | Compiling libsqlite3-sys v0.30.1 |
2317 | 2024-10-31T19:26:43.735Z | Compiling rustls v0.21.12 |
2318 | 2024-10-31T19:26:43.814Z | Compiling cfg_aliases v0.2.1 |
2319 | 2024-10-31T19:26:43.928Z | Compiling nix v0.29.0 |
2320 | 2024-10-31T19:26:44.258Z | Checking compact_str v0.8.0 |
2321 | 2024-10-31T19:26:44.990Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2322 | 2024-10-31T19:26:45.164Z | Checking unicode-truncate v1.1.0 |
2323 | 2024-10-31T19:26:45.449Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2324 | 2024-10-31T19:26:45.603Z | Checking rustls-webpki v0.101.7 |
2325 | 2024-10-31T19:26:45.700Z | Checking sct v0.7.1 |
2326 | 2024-10-31T19:26:45.925Z | Checking lru v0.12.5 |
2327 | 2024-10-31T19:26:46.225Z | Compiling instability v0.3.2 |
2328 | 2024-10-31T19:26:46.284Z | Checking cassowary v0.3.0 |
2329 | 2024-10-31T19:26:47.219Z | Checking ratatui v0.28.1 |
2330 | 2024-10-31T19:26:47.688Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2331 | 2024-10-31T19:26:48.003Z | Checking hashlink v0.9.1 |
2332 | 2024-10-31T19:26:48.370Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2333 | 2024-10-31T19:26:48.698Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2334 | 2024-10-31T19:26:49.678Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2335 | 2024-10-31T19:26:49.724Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2336 | 2024-10-31T19:26:50.225Z | Checking concurrent-queue v2.5.0 |
2337 | 2024-10-31T19:26:50.586Z | Checking plotters-backend v0.3.7 |
2338 | 2024-10-31T19:26:50.936Z | Checking fallible-streaming-iterator v0.1.9 |
2339 | 2024-10-31T19:26:51.148Z | Checking fallible-iterator v0.3.0 |
2340 | 2024-10-31T19:26:51.811Z | Checking parking v2.2.1 |
2341 | 2024-10-31T19:26:52.001Z | Checking rusqlite v0.32.1 |
2342 | 2024-10-31T19:26:52.582Z | Checking plotters-svg v0.3.7 |
2343 | 2024-10-31T19:26:52.818Z | Checking tokio-rustls v0.24.1 |
2344 | 2024-10-31T19:26:53.661Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2345 | 2024-10-31T19:26:53.749Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2346 | 2024-10-31T19:26:54.063Z | Checking rustls-pemfile v1.0.4 |
2347 | 2024-10-31T19:26:54.272Z | Checking twox-hash v1.6.3 |
2348 | 2024-10-31T19:26:54.771Z | Checking cast v0.3.0 |
2349 | 2024-10-31T19:26:54.883Z | Checking plotters v0.3.7 |
2350 | 2024-10-31T19:26:55.120Z | Checking criterion-plot v0.5.0 |
2351 | 2024-10-31T19:26:55.641Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2352 | 2024-10-31T19:26:56.265Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2353 | 2024-10-31T19:26:56.672Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2354 | 2024-10-31T19:26:57.349Z | Checking fatfs v0.3.6 |
2355 | 2024-10-31T19:26:58.325Z | Checking tinytemplate v1.2.1 |
2356 | 2024-10-31T19:26:58.370Z | Checking csv-core v0.1.11 |
2357 | 2024-10-31T19:26:58.723Z | Checking oorandom v11.1.4 |
2358 | 2024-10-31T19:26:58.745Z | Checking shell-words v1.1.0 |
2359 | 2024-10-31T19:26:58.892Z | Checking anes v0.1.6 |
2360 | 2024-10-31T19:26:58.914Z | Checking csv v1.3.0 |
2361 | 2024-10-31T19:26:59.281Z | Checking criterion v0.5.1 |
2362 | 2024-10-31T19:26:59.806Z | Checking event-listener v5.3.1 |
2363 | 2024-10-31T19:27:00.249Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2364 | 2024-10-31T19:27:02.158Z | Checking rtoolbox v0.0.2 |
2365 | 2024-10-31T19:27:02.372Z | Checking rpassword v7.3.1 |
2366 | 2024-10-31T19:27:02.542Z | Checking event-listener-strategy v0.5.2 |
2367 | 2024-10-31T19:27:02.738Z | Checking tui-tree-widget v0.22.0 |
2368 | 2024-10-31T19:27:03.057Z | Checking polyval v0.6.2 |
2369 | 2024-10-31T19:27:03.349Z | Checking ghash v0.5.1 |
2370 | 2024-10-31T19:27:03.542Z | Checking futures-lite v2.3.0 |
2371 | 2024-10-31T19:27:05.057Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2372 | 2024-10-31T19:27:05.922Z | Checking ctr v0.9.2 |
2373 | 2024-10-31T19:27:06.470Z | Checking yansi v1.0.1 |
2374 | 2024-10-31T19:27:06.727Z | Checking aes-gcm v0.10.3 |
2375 | 2024-10-31T19:27:06.954Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2376 | 2024-10-31T19:27:07.054Z | Checking pretty_assertions v1.4.1 |
2377 | 2024-10-31T19:27:07.267Z | Checking ssh-encoding v0.2.0 |
2378 | 2024-10-31T19:27:07.638Z | Checking blowfish v0.9.1 |
2379 | 2024-10-31T19:27:07.864Z | Checking bcrypt-pbkdf v0.10.0 |
2380 | 2024-10-31T19:27:08.138Z | Checking ssh-cipher v0.2.0 |
2381 | 2024-10-31T19:27:08.249Z | Compiling samael v0.0.17 |
2382 | 2024-10-31T19:27:08.435Z | Checking async-lock v3.4.0 |
2383 | 2024-10-31T19:27:09.344Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2384 | 2024-10-31T19:27:09.877Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2385 | 2024-10-31T19:27:11.279Z | Checking polling v3.7.3 |
2386 | 2024-10-31T19:27:11.642Z | Checking password-hash v0.4.2 |
2387 | 2024-10-31T19:27:12.048Z | Checking hex-literal v0.4.1 |
2388 | 2024-10-31T19:27:12.182Z | Checking matches v0.1.10 |
2389 | 2024-10-31T19:27:12.292Z | Checking idna v0.2.3 |
2390 | 2024-10-31T19:27:13.155Z | Checking pbkdf2 v0.11.0 |
2391 | 2024-10-31T19:27:13.454Z | Checking async-io v2.3.4 |
2392 | 2024-10-31T19:27:14.368Z | Checking ssh-key v0.6.6 |
2393 | 2024-10-31T19:27:14.394Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2394 | 2024-10-31T19:27:15.246Z | Checking p521 v0.13.3 |
2395 | 2024-10-31T19:27:16.126Z | Checking p256 v0.13.2 |
2396 | 2024-10-31T19:27:16.642Z | Checking russh-cryptovec v0.7.3 |
2397 | 2024-10-31T19:27:16.705Z | Compiling enum-as-inner v0.5.1 |
2398 | 2024-10-31T19:27:16.863Z | Checking async-task v4.7.1 |
2399 | 2024-10-31T19:27:17.238Z | Compiling target-lexicon v0.12.16 |
2400 | 2024-10-31T19:27:17.732Z | Checking md5 v0.7.0 |
2401 | 2024-10-31T19:27:18.027Z | Compiling doc-comment v0.3.3 |
2402 | 2024-10-31T19:27:18.326Z | Checking russh-keys v0.45.0 |
2403 | 2024-10-31T19:27:18.773Z | Checking trust-dns-proto v0.22.0 |
2404 | 2024-10-31T19:27:19.653Z | Checking async-channel v2.3.1 |
2405 | 2024-10-31T19:27:19.780Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2406 | 2024-10-31T19:27:19.996Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2407 | 2024-10-31T19:27:20.784Z | Checking piper v0.2.4 |
2408 | 2024-10-31T19:27:21.021Z | Checking num-bigint v0.4.6 |
2409 | 2024-10-31T19:27:21.422Z | Checking des v0.8.1 |
2410 | 2024-10-31T19:27:21.701Z | Checking futures-timer v3.0.3 |
2411 | 2024-10-31T19:27:22.015Z | Compiling dhcproto-macros v0.1.0 |
2412 | 2024-10-31T19:27:22.693Z | Compiling assert_cmd v2.0.16 |
2413 | 2024-10-31T19:27:22.966Z | Compiling guppy-workspace-hack v0.1.0 |
2414 | 2024-10-31T19:27:23.165Z | Checking dhcproto v0.12.0 |
2415 | 2024-10-31T19:27:23.303Z | Checking blocking v1.6.1 |
2416 | 2024-10-31T19:27:23.568Z | Checking russh v0.45.0 |
2417 | 2024-10-31T19:27:24.236Z | Checking async-executor v1.13.1 |
2418 | 2024-10-31T19:27:24.538Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2419 | 2024-10-31T19:27:24.605Z | Checking async-signal v0.2.10 |
2420 | 2024-10-31T19:27:24.888Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2421 | 2024-10-31T19:27:25.097Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2422 | 2024-10-31T19:27:25.575Z | Checking event-listener v2.5.3 |
2423 | 2024-10-31T19:27:25.798Z | Compiling target-spec v3.2.2 |
2424 | 2024-10-31T19:27:26.055Z | Checking internet-checksum v0.2.1 |
2425 | 2024-10-31T19:27:26.413Z | Checking async-channel v1.9.0 |
2426 | 2024-10-31T19:27:27.233Z | Checking async-process v2.3.0 |
2427 | 2024-10-31T19:27:27.663Z | Checking async-global-executor v2.4.1 |
2428 | 2024-10-31T19:27:27.964Z | Checking cfg-expr v0.17.0 |
2429 | 2024-10-31T19:27:28.317Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2430 | 2024-10-31T19:27:28.634Z | Checking httptest v0.16.1 |
2431 | 2024-10-31T19:27:28.773Z | Checking rustls-native-certs v0.7.3 |
2432 | 2024-10-31T19:27:28.966Z | Checking num_cpus v1.16.0 |
2433 | 2024-10-31T19:27:29.109Z | Checking kv-log-macro v1.0.7 |
2434 | 2024-10-31T19:27:29.251Z | Compiling async-attributes v1.1.2 |
2435 | 2024-10-31T19:27:30.098Z | Checking async-std v1.13.0 |
2436 | 2024-10-31T19:27:31.284Z | Compiling git2 v0.19.0 |
2437 | 2024-10-31T19:27:31.482Z | Checking threadpool v1.8.1 |
2438 | 2024-10-31T19:27:31.703Z | Checking hyper-rustls v0.26.0 |
2439 | 2024-10-31T19:27:32.469Z | Checking pathdiff v0.2.2 |
2440 | 2024-10-31T19:27:32.634Z | Compiling rstest_macros v0.23.0 |
2441 | 2024-10-31T19:27:32.880Z | Checking nested v0.1.1 |
2442 | 2024-10-31T19:27:33.119Z | Checking escape8259 v0.5.3 |
2443 | 2024-10-31T19:27:33.301Z | Checking guppy v0.17.8 |
2444 | 2024-10-31T19:27:33.328Z | Checking libtest-mimic v0.7.3 |
2445 | 2024-10-31T19:27:33.807Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2446 | 2024-10-31T19:27:34.170Z | Checking async-object-pool v0.1.5 |
2447 | 2024-10-31T19:27:34.366Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2448 | 2024-10-31T19:27:35.399Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2449 | 2024-10-31T19:27:35.483Z | Checking similar-asserts v1.6.0 |
2450 | 2024-10-31T19:27:35.700Z | Checking fancy-regex v0.13.0 |
2451 | 2024-10-31T19:27:35.721Z | Checking serde_regex v1.1.0 |
2452 | 2024-10-31T19:27:35.995Z | Checking assert-json-diff v2.0.2 |
2453 | 2024-10-31T19:27:36.278Z | Compiling proc-macro-crate v3.2.0 |
2454 | 2024-10-31T19:27:36.467Z | Checking path-tree v0.8.1 |
2455 | 2024-10-31T19:27:36.816Z | Compiling trybuild v1.0.100 |
2456 | 2024-10-31T19:27:37.354Z | Compiling relative-path v1.9.3 |
2457 | 2024-10-31T19:27:37.729Z | Checking stringmetrics v2.2.2 |
2458 | 2024-10-31T19:27:37.990Z | Checking httpmock v0.8.0-alpha.1 |
2459 | 2024-10-31T19:27:39.236Z | Checking datatest-stable v0.2.9 |
2460 | 2024-10-31T19:27:39.585Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2461 | 2024-10-31T19:27:40.955Z | Checking blake2b_simd v1.0.2 |
2462 | 2024-10-31T19:27:40.978Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2463 | 2024-10-31T19:27:41.848Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2464 | 2024-10-31T19:27:43.512Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2465 | 2024-10-31T19:27:43.843Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2466 | 2024-10-31T19:27:44.156Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2467 | 2024-10-31T19:27:44.481Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2468 | 2024-10-31T19:27:45.014Z | Checking serde_tokenstream v0.2.2 |
2469 | 2024-10-31T19:27:45.412Z | Checking uzers v0.12.1 |
2470 | 2024-10-31T19:27:45.954Z | Checking rust-argon2 v2.1.0 |
2471 | 2024-10-31T19:27:47.747Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2472 | 2024-10-31T19:27:48.365Z | Checking rstest v0.23.0 |
2473 | 2024-10-31T19:27:48.673Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2474 | 2024-10-31T19:27:49.755Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2475 | 2024-10-31T19:27:50.069Z | Checking rand_distr v0.4.3 |
2476 | 2024-10-31T19:27:50.903Z | Checking multimap v0.10.0 |
2477 | 2024-10-31T19:27:51.233Z | Checking approx v0.5.1 |
2478 | 2024-10-31T19:27:52.581Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2479 | 2024-10-31T19:27:53.552Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2480 | 2024-10-31T19:27:55.122Z | Checking partial-io v0.5.4 |
2481 | 2024-10-31T19:27:55.408Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2482 | 2024-10-31T19:27:55.519Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2483 | 2024-10-31T19:27:55.722Z | Checking cargo_toml v0.20.5 |
2484 | 2024-10-31T19:27:57.101Z | Checking termios v0.3.3 |
2485 | 2024-10-31T19:27:57.334Z | Compiling indoc v2.0.5 |
2486 | 2024-10-31T19:27:57.888Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2487 | 2024-10-31T19:27:59.462Z | Compiling polar-core v0.27.3 |
2488 | 2024-10-31T19:28:00.443Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2489 | 2024-10-31T19:28:02.004Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2490 | 2024-10-31T19:28:10.873Z | Checking oso v0.27.3 |
2491 | 2024-10-31T19:28:14.213Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2492 | 2024-10-31T19:28:14.447Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2493 | 2024-10-31T19:28:14.577Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2494 | 2024-10-31T19:28:26.290Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2495 | 2024-10-31T19:28:54.210Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2496 | 2024-10-31T19:28:58.054Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2497 | 2024-10-31T19:28:58.657Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2498 | 2024-10-31T19:29:48.431Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2499 | 2024-10-31T19:29:48.431Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2500 | 2024-10-31T19:29:48.434Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2501 | 2024-10-31T19:34:04.195Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9m 59s |
2502 | 2024-10-31T19:34:04.587Z | |
2503 | 2024-10-31T19:34:04.590Z | real 10:04.194383886 |
2504 | 2024-10-31T19:34:04.590Z | user 46:04.094426863 |
2505 | 2024-10-31T19:34:04.590Z | sys 6:27.804720318 |
2506 | 2024-10-31T19:34:04.590Z | trap 1.058447691 |
2507 | 2024-10-31T19:34:04.590Z | tflt 2.243817621 |
2508 | 2024-10-31T19:34:04.590Z | dflt 1.016003574 |
2509 | 2024-10-31T19:34:04.590Z | kflt 0.001833597 |
2510 | 2024-10-31T19:34:04.590Z | lock 1:14:08.684614147 |
2511 | 2024-10-31T19:34:04.590Z | slp 2:33:35.541287574 |
2512 | 2024-10-31T19:34:04.590Z | lat 1:40.005633088 |
2513 | 2024-10-31T19:34:04.590Z | stop 6:03.801386468 |
2514 | 2024-10-31T19:34:04.590Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2515 | 2024-10-31T19:34:04.590Z | + ptime -m cargo doc --workspace --no-deps |
2516 | 2024-10-31T19:34:05.706Z | warning: output filename collision. |
2517 | 2024-10-31T19:34:05.706Z | The bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`. |
2518 | 2024-10-31T19:34:05.706Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2519 | 2024-10-31T19:34:05.706Z | The targets should have unique names. |
2520 | 2024-10-31T19:34:05.706Z | This is a known bug where multiple crates with the same name use |
2521 | 2024-10-31T19:34:05.706Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2522 | 2024-10-31T19:34:06.108Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2523 | 2024-10-31T19:34:06.173Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2524 | 2024-10-31T19:34:06.190Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2525 | 2024-10-31T19:34:06.229Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2526 | 2024-10-31T19:34:06.258Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2527 | 2024-10-31T19:34:06.261Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2528 | 2024-10-31T19:34:06.421Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2529 | 2024-10-31T19:34:06.504Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2530 | 2024-10-31T19:34:06.523Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2531 | 2024-10-31T19:34:06.542Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2532 | 2024-10-31T19:34:06.565Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2533 | 2024-10-31T19:34:06.742Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2534 | 2024-10-31T19:34:06.803Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2535 | 2024-10-31T19:34:06.806Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2536 | 2024-10-31T19:34:07.029Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2537 | 2024-10-31T19:34:07.256Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2538 | 2024-10-31T19:34:09.875Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2539 | 2024-10-31T19:34:10.223Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2540 | 2024-10-31T19:34:10.550Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2541 | 2024-10-31T19:34:11.434Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2542 | 2024-10-31T19:34:11.771Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2543 | 2024-10-31T19:34:11.803Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2544 | 2024-10-31T19:34:12.124Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2545 | 2024-10-31T19:34:12.387Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2546 | 2024-10-31T19:34:12.471Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2547 | 2024-10-31T19:34:12.627Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2548 | 2024-10-31T19:34:12.807Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2549 | 2024-10-31T19:34:12.933Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2550 | 2024-10-31T19:34:13.156Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2551 | 2024-10-31T19:34:13.174Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2552 | 2024-10-31T19:34:13.491Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2553 | 2024-10-31T19:34:13.542Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2554 | 2024-10-31T19:34:13.717Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2555 | 2024-10-31T19:34:13.859Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2556 | 2024-10-31T19:34:14.005Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2557 | 2024-10-31T19:34:14.209Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2558 | 2024-10-31T19:34:14.317Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2559 | 2024-10-31T19:34:14.342Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2560 | 2024-10-31T19:34:15.051Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2561 | 2024-10-31T19:34:15.075Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2562 | 2024-10-31T19:34:18.133Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2563 | 2024-10-31T19:34:20.314Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2564 | 2024-10-31T19:34:20.349Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2565 | 2024-10-31T19:34:20.946Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2566 | 2024-10-31T19:34:20.998Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2567 | 2024-10-31T19:34:21.001Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2568 | 2024-10-31T19:34:21.392Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2569 | 2024-10-31T19:34:22.621Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2570 | 2024-10-31T19:34:22.935Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2571 | 2024-10-31T19:34:23.089Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2572 | 2024-10-31T19:34:23.554Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2573 | 2024-10-31T19:34:23.614Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2574 | 2024-10-31T19:34:28.669Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2575 | 2024-10-31T19:34:29.262Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2576 | 2024-10-31T19:34:29.878Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2577 | 2024-10-31T19:34:30.444Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2578 | 2024-10-31T19:34:30.896Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2579 | 2024-10-31T19:34:31.261Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2580 | 2024-10-31T19:34:31.648Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2581 | 2024-10-31T19:34:31.960Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2582 | 2024-10-31T19:34:32.041Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2583 | 2024-10-31T19:34:33.435Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2584 | 2024-10-31T19:34:33.906Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2585 | 2024-10-31T19:34:34.048Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2586 | 2024-10-31T19:34:34.297Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2587 | 2024-10-31T19:34:34.347Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2588 | 2024-10-31T19:34:34.694Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2589 | 2024-10-31T19:34:34.893Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2590 | 2024-10-31T19:34:34.966Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2591 | 2024-10-31T19:34:35.376Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2592 | 2024-10-31T19:34:35.597Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2593 | 2024-10-31T19:34:35.630Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2594 | 2024-10-31T19:34:35.792Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2595 | 2024-10-31T19:34:36.452Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2596 | 2024-10-31T19:34:36.476Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2597 | 2024-10-31T19:34:36.722Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2598 | 2024-10-31T19:34:36.812Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2599 | 2024-10-31T19:34:37.732Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2600 | 2024-10-31T19:34:38.361Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2601 | 2024-10-31T19:34:38.532Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2602 | 2024-10-31T19:34:38.686Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2603 | 2024-10-31T19:34:38.794Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2604 | 2024-10-31T19:34:38.923Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2605 | 2024-10-31T19:34:38.984Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2606 | 2024-10-31T19:34:39.062Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2607 | 2024-10-31T19:34:39.470Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2608 | 2024-10-31T19:34:39.707Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2609 | 2024-10-31T19:34:40.028Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2610 | 2024-10-31T19:34:40.629Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2611 | 2024-10-31T19:34:40.710Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2612 | 2024-10-31T19:34:41.045Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2613 | 2024-10-31T19:34:41.176Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2614 | 2024-10-31T19:34:41.709Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2615 | 2024-10-31T19:34:42.474Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2616 | 2024-10-31T19:34:43.037Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2617 | 2024-10-31T19:34:43.457Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2618 | 2024-10-31T19:34:44.108Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2619 | 2024-10-31T19:34:46.045Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2620 | 2024-10-31T19:34:46.238Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2621 | 2024-10-31T19:34:49.756Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2622 | 2024-10-31T19:34:50.837Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2623 | 2024-10-31T19:34:51.252Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2624 | 2024-10-31T19:34:54.187Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2625 | 2024-10-31T19:34:56.731Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2626 | 2024-10-31T19:34:56.988Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2627 | 2024-10-31T19:34:57.525Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2628 | 2024-10-31T19:34:57.714Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2629 | 2024-10-31T19:34:57.931Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2630 | 2024-10-31T19:34:58.730Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2631 | 2024-10-31T19:35:01.898Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2632 | 2024-10-31T19:35:35.452Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2633 | 2024-10-31T19:35:41.759Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2634 | 2024-10-31T19:35:42.461Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2635 | 2024-10-31T19:35:52.424Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2636 | 2024-10-31T19:35:54.219Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2637 | 2024-10-31T19:36:04.811Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2638 | 2024-10-31T19:36:07.788Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2639 | 2024-10-31T19:36:09.045Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2640 | 2024-10-31T19:36:10.301Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2641 | 2024-10-31T19:36:13.772Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2642 | 2024-10-31T19:36:18.706Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2643 | 2024-10-31T19:36:45.697Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2644 | 2024-10-31T19:36:47.099Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2645 | 2024-10-31T19:36:48.021Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2646 | 2024-10-31T19:36:51.987Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2647 | 2024-10-31T19:36:57.881Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2648 | 2024-10-31T19:37:00.243Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2649 | 2024-10-31T19:37:08.694Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2650 | 2024-10-31T19:37:13.545Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2651 | 2024-10-31T19:37:15.075Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2652 | 2024-10-31T19:37:18.071Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2653 | 2024-10-31T19:37:25.442Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2654 | 2024-10-31T19:37:26.846Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2655 | 2024-10-31T19:37:33.769Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2656 | 2024-10-31T19:37:38.803Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2657 | 2024-10-31T19:37:39.526Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2658 | 2024-10-31T19:37:40.046Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2659 | 2024-10-31T19:37:40.578Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2660 | 2024-10-31T19:37:41.008Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2661 | 2024-10-31T19:37:47.781Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2662 | 2024-10-31T19:37:56.003Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2663 | 2024-10-31T19:38:11.058Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2664 | 2024-10-31T19:38:11.813Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2665 | 2024-10-31T19:38:14.289Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2666 | 2024-10-31T19:38:15.238Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2667 | 2024-10-31T19:38:42.462Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2668 | 2024-10-31T19:38:43.858Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2669 | 2024-10-31T19:38:44.182Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2670 | 2024-10-31T19:38:44.493Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2671 | 2024-10-31T19:38:54.445Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2672 | 2024-10-31T19:38:59.314Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2673 | 2024-10-31T19:39:01.259Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2674 | 2024-10-31T19:39:01.526Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2675 | 2024-10-31T19:39:03.233Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2676 | 2024-10-31T19:39:05.145Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2677 | 2024-10-31T19:39:11.347Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2678 | 2024-10-31T19:39:15.089Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2679 | 2024-10-31T19:39:20.258Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2680 | 2024-10-31T19:39:23.064Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2681 | 2024-10-31T19:39:23.815Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2682 | 2024-10-31T19:39:24.796Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2683 | 2024-10-31T19:39:25.940Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2684 | 2024-10-31T19:39:28.101Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2685 | 2024-10-31T19:39:36.158Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2686 | 2024-10-31T19:39:39.165Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2687 | 2024-10-31T19:39:39.851Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2688 | 2024-10-31T19:39:44.873Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2689 | 2024-10-31T19:39:45.622Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2690 | 2024-10-31T19:39:46.999Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2691 | 2024-10-31T19:39:51.015Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2692 | 2024-10-31T19:39:53.754Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2693 | 2024-10-31T19:39:53.773Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2694 | 2024-10-31T19:39:58.341Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2695 | 2024-10-31T19:39:59.205Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2696 | 2024-10-31T19:40:09.298Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2697 | 2024-10-31T19:40:12.555Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2698 | 2024-10-31T19:40:13.478Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2699 | 2024-10-31T19:40:16.423Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2700 | 2024-10-31T19:40:17.262Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2701 | 2024-10-31T19:40:24.487Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2702 | 2024-10-31T19:40:25.825Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2703 | 2024-10-31T19:40:26.342Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2704 | 2024-10-31T19:40:27.176Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2705 | 2024-10-31T19:40:40.380Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2706 | 2024-10-31T19:40:41.650Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2707 | 2024-10-31T19:40:41.669Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2708 | 2024-10-31T19:40:44.695Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2709 | 2024-10-31T19:40:47.295Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2710 | 2024-10-31T19:40:47.480Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2711 | 2024-10-31T19:40:54.168Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2712 | 2024-10-31T19:40:57.979Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2713 | 2024-10-31T19:41:00.875Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2714 | 2024-10-31T19:41:00.941Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2715 | 2024-10-31T19:41:04.444Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2716 | 2024-10-31T19:41:09.609Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2717 | 2024-10-31T19:41:14.133Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2718 | 2024-10-31T19:41:15.844Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2719 | 2024-10-31T19:41:16.351Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2720 | 2024-10-31T19:41:17.398Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2721 | 2024-10-31T19:41:19.497Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2722 | 2024-10-31T19:41:19.783Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2723 | 2024-10-31T19:41:24.268Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2724 | 2024-10-31T19:41:24.682Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2725 | 2024-10-31T19:41:28.987Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2726 | 2024-10-31T19:41:30.356Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2727 | 2024-10-31T19:41:31.370Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2728 | 2024-10-31T19:41:33.789Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2729 | 2024-10-31T19:41:35.141Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2730 | 2024-10-31T19:41:35.564Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2731 | 2024-10-31T19:41:36.964Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2732 | 2024-10-31T19:41:37.364Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2733 | 2024-10-31T19:41:40.386Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2734 | 2024-10-31T19:41:41.351Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2735 | 2024-10-31T19:41:42.205Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2736 | 2024-10-31T19:41:42.533Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2737 | 2024-10-31T19:42:51.063Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2738 | 2024-10-31T19:43:38.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9m 33s |
2739 | 2024-10-31T19:43:38.347Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 132 other files |
2740 | 2024-10-31T19:43:38.409Z | |
2741 | 2024-10-31T19:43:38.412Z | real 9:33.699574319 |
2742 | 2024-10-31T19:43:38.412Z | user 34:49.111045960 |
2743 | 2024-10-31T19:43:38.412Z | sys 29:56.165109742 |
2744 | 2024-10-31T19:43:38.412Z | trap 0.632261105 |
2745 | 2024-10-31T19:43:38.412Z | tflt 0.128244150 |
2746 | 2024-10-31T19:43:38.412Z | dflt 0.159849929 |
2747 | 2024-10-31T19:43:38.412Z | kflt 0.000037414 |
2748 | 2024-10-31T19:43:38.412Z | lock 1:29:35.969013889 |
2749 | 2024-10-31T19:43:38.412Z | slp 2:31:20.089414482 |
2750 | 2024-10-31T19:43:38.412Z | lat 1:11.958048999 |
2751 | 2024-10-31T19:43:38.412Z | stop 1:06.257714354 |
2752 | 2024-10-31T19:43:38.412Z | process exited: duration 1451144 ms, exit code 0 |
|
2753 | 2024-10-31T19:43:38.418Z | found 0 output files |