|
|
|
1 | 2024-10-01T15:42:54.660Z | job assigned to worker 01J94BXS2S3MSDN0FXE7BSH4DQ (queued for 51 s) |
|
2 | 2024-10-01T15:43:02.517Z | starting task 0: "setup" |
3 | 2024-10-01T15:43:02.526Z | ++ uname -s |
4 | 2024-10-01T15:43:02.529Z | + kern=SunOS |
5 | 2024-10-01T15:43:02.529Z | + case "$kern" in |
6 | 2024-10-01T15:43:02.529Z | + groupadd -g 12345 build |
7 | 2024-10-01T15:43:02.531Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-10-01T15:43:04.544Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-10-01T15:43:04.672Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-10-01T15:43:04.675Z | + home_fs=zfs |
11 | 2024-10-01T15:43:04.675Z | + [[ zfs == autofs ]] |
12 | 2024-10-01T15:43:04.675Z | + mkdir -p /home/build |
13 | 2024-10-01T15:43:04.678Z | + chown build:build /home/build /work |
14 | 2024-10-01T15:43:05.678Z | + chmod 0700 /home/build /work |
15 | 2024-10-01T15:43:05.681Z | process exited: duration 3165 ms, exit code 0 |
|
16 | 2024-10-01T15:43:05.686Z | starting task 1: "rust-toolchain" |
17 | 2024-10-01T15:43:05.691Z | + printf ' * toolchain channel = "%s" |
18 | 2024-10-01T15:43:05.691Z | ' 1.80.1 |
19 | 2024-10-01T15:43:05.691Z | + printf ' * toolchain profile = "%s" |
20 | 2024-10-01T15:43:05.691Z | * toolchain channel = "1.80.1" |
21 | 2024-10-01T15:43:05.691Z | ' default |
22 | 2024-10-01T15:43:05.691Z | * toolchain profile = "default" |
23 | 2024-10-01T15:43:05.694Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-10-01T15:43:05.694Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-10-01T15:43:05.824Z | info: downloading installer |
26 | 2024-10-01T15:43:06.952Z | info: profile set to 'default' |
27 | 2024-10-01T15:43:06.952Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-10-01T15:43:06.955Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-10-01T15:43:07.085Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-10-01T15:43:07.085Z | info: downloading component 'cargo' |
31 | 2024-10-01T15:43:07.825Z | info: downloading component 'clippy' |
32 | 2024-10-01T15:43:08.060Z | info: downloading component 'rust-docs' |
33 | 2024-10-01T15:43:08.998Z | info: downloading component 'rust-std' |
34 | 2024-10-01T15:43:10.420Z | info: downloading component 'rustc' |
35 | 2024-10-01T15:43:14.199Z | info: downloading component 'rustfmt' |
36 | 2024-10-01T15:43:14.500Z | info: installing component 'cargo' |
37 | 2024-10-01T15:43:15.339Z | info: installing component 'clippy' |
38 | 2024-10-01T15:43:15.712Z | info: installing component 'rust-docs' |
39 | 2024-10-01T15:43:17.316Z | info: installing component 'rust-std' |
40 | 2024-10-01T15:43:18.991Z | info: installing component 'rustc' |
41 | 2024-10-01T15:43:23.034Z | info: installing component 'rustfmt' |
42 | 2024-10-01T15:43:23.362Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-10-01T15:43:23.362Z | |
44 | 2024-10-01T15:43:23.611Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-10-01T15:43:23.611Z | |
46 | 2024-10-01T15:43:23.614Z | |
47 | 2024-10-01T15:43:23.614Z | Rust is installed now. Great! |
48 | 2024-10-01T15:43:23.614Z | |
49 | 2024-10-01T15:43:23.614Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-10-01T15:43:23.614Z | environment variable. This has not been done automatically. |
51 | 2024-10-01T15:43:23.614Z | |
52 | 2024-10-01T15:43:23.614Z | To configure your current shell, you need to source |
53 | 2024-10-01T15:43:23.614Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-10-01T15:43:23.614Z | |
55 | 2024-10-01T15:43:23.614Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-10-01T15:43:23.614Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-10-01T15:43:23.614Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-10-01T15:43:23.661Z | + rustc --version |
59 | 2024-10-01T15:43:23.724Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-10-01T15:43:23.727Z | process exited: duration 18037 ms, exit code 0 |
|
61 | 2024-10-01T15:43:23.732Z | starting task 2: "authentication" |
62 | 2024-10-01T15:43:23.753Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-10-01T15:43:23.758Z | starting task 3: "clone repository" |
64 | 2024-10-01T15:43:23.763Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-10-01T15:43:23.766Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-10-01T15:43:23.805Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-10-01T15:43:30.860Z | + cd /work/oxidecomputer/omicron |
68 | 2024-10-01T15:43:30.860Z | + git fetch origin 552d1c584b9025c67f6386d29da2abe6c26c8fcd |
69 | 2024-10-01T15:43:31.194Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-10-01T15:43:31.198Z | * branch 552d1c584b9025c67f6386d29da2abe6c26c8fcd -> FETCH_HEAD |
71 | 2024-10-01T15:43:31.204Z | + [[ -n wc/set-recv-buf ]] |
72 | 2024-10-01T15:43:31.207Z | ++ git branch --show-current |
73 | 2024-10-01T15:43:31.209Z | + current=main |
74 | 2024-10-01T15:43:31.209Z | + [[ main != wc/set-recv-buf ]] |
75 | 2024-10-01T15:43:31.209Z | + git branch -f wc/set-recv-buf 552d1c584b9025c67f6386d29da2abe6c26c8fcd |
76 | 2024-10-01T15:43:31.212Z | + git checkout -f wc/set-recv-buf |
77 | 2024-10-01T15:43:31.372Z | Switched to branch 'wc/set-recv-buf' |
78 | 2024-10-01T15:43:31.374Z | + git reset --hard 552d1c584b9025c67f6386d29da2abe6c26c8fcd |
79 | 2024-10-01T15:43:31.533Z | HEAD is now at 552d1c584 Comment on why we're increasing recv_buf |
80 | 2024-10-01T15:43:32.539Z | process exited: duration 7775 ms, exit code 0 |
|
81 | 2024-10-01T15:43:32.545Z | starting task 4: "build" |
82 | 2024-10-01T15:43:32.552Z | + cargo --version |
83 | 2024-10-01T15:43:32.607Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-10-01T15:43:32.611Z | + rustc --version |
85 | 2024-10-01T15:43:32.665Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-10-01T15:43:32.668Z | + source ./env.sh |
87 | 2024-10-01T15:43:32.668Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-10-01T15:43:32.668Z | ++ set -o xtrace |
89 | 2024-10-01T15:43:32.671Z | ++++ dirname ./env.sh |
90 | 2024-10-01T15:43:32.673Z | +++ readlink -f . |
91 | 2024-10-01T15:43:32.676Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-10-01T15:43:32.679Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-10-01T15:43:32.679Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2024-10-01T15:43:32.679Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2024-10-01T15:43:32.679Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2024-10-01T15:43:32.679Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2024-10-01T15:43:32.679Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
98 | 2024-10-01T15:43:32.679Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
99 | 2024-10-01T15:43:32.679Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
100 | 2024-10-01T15:43:32.679Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-10-01T15:43:32.679Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-10-01T15:43:32.679Z | + banner prerequisites |
103 | 2024-10-01T15:43:32.682Z | |
104 | 2024-10-01T15:43:32.682Z | ##### ##### ###### ##### ###### #### # # # #### # |
105 | 2024-10-01T15:43:32.682Z | # # # # # # # # # # # # # # # |
106 | 2024-10-01T15:43:32.682Z | # # # # ##### # # ##### # # # # # #### # |
107 | 2024-10-01T15:43:32.682Z | ##### ##### # ##### # # # # # # # # # |
108 | 2024-10-01T15:43:32.682Z | # # # # # # # # # # # # # # # |
109 | 2024-10-01T15:43:32.682Z | # # # ###### # # ###### ### # #### # #### # |
110 | 2024-10-01T15:43:32.682Z | |
111 | 2024-10-01T15:43:32.682Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
112 | 2024-10-01T15:43:39.417Z | Startup: Refreshing catalog 'helios-dev' ... Done |
113 | 2024-10-01T15:43:42.177Z | Startup: Caching catalogs ... Done |
114 | 2024-10-01T15:43:46.209Z | Planning: Solver setup ... Done (3.418s) |
115 | 2024-10-01T15:43:46.265Z | Planning: Running solver ... Done (0.056s) |
116 | 2024-10-01T15:43:46.325Z | Planning: Finding local manifests ... Done (0.004s) |
117 | 2024-10-01T15:43:46.337Z | Planning: Fetching manifests: 0/5 0% complete |
118 | 2024-10-01T15:43:46.975Z | Planning: Fetching manifests: 5/5 100% complete |
119 | 2024-10-01T15:43:47.073Z | Planning: Package planning ... Done (0.097s) |
120 | 2024-10-01T15:43:47.128Z | Planning: Merging actions ... Done (0.056s) |
121 | 2024-10-01T15:43:47.332Z | Planning: Checking for conflicting actions ... Done (0.203s) |
122 | 2024-10-01T15:43:49.516Z | Planning: Consolidating action changes ... Done (2.163s) |
123 | 2024-10-01T15:43:50.073Z | Planning: Evaluating mediators ... Done (0.577s) |
124 | 2024-10-01T15:43:50.151Z | Planning: Planning completed in 7.90 seconds |
125 | 2024-10-01T15:43:50.167Z | Packages to install: 4 |
126 | 2024-10-01T15:43:50.167Z | Packages to update: 1 |
127 | 2024-10-01T15:43:50.170Z | Mediators to change: 2 |
128 | 2024-10-01T15:43:50.170Z | Services to change: 1 |
129 | 2024-10-01T15:43:50.170Z | Estimated space available: 155.71 GB |
130 | 2024-10-01T15:43:50.170Z | Estimated space to be consumed: 1.56 GB |
131 | 2024-10-01T15:43:50.170Z | Create boot environment: No |
132 | 2024-10-01T15:43:50.170Z | Create backup boot environment: Yes |
133 | 2024-10-01T15:43:50.170Z | Rebuild boot archive: No |
134 | 2024-10-01T15:43:50.170Z | |
135 | 2024-10-01T15:43:50.170Z | Changed mediators: |
136 | 2024-10-01T15:43:50.170Z | mediator clang: |
137 | 2024-10-01T15:43:50.170Z | version: None -> 15 (system default) |
138 | 2024-10-01T15:43:50.170Z | |
139 | 2024-10-01T15:43:50.170Z | mediator llvm: |
140 | 2024-10-01T15:43:50.170Z | version: 14 (system default) -> 15 (system default) |
141 | 2024-10-01T15:43:50.170Z | |
142 | 2024-10-01T15:43:50.170Z | Changed packages: |
143 | 2024-10-01T15:43:50.170Z | helios-dev |
144 | 2024-10-01T15:43:50.170Z | developer/build-essential |
145 | 2024-10-01T15:43:50.170Z | None -> 11-2.0 |
146 | 2024-10-01T15:43:50.170Z | library/libxmlsec1 |
147 | 2024-10-01T15:43:50.170Z | None -> 1.2.35-2.0 |
148 | 2024-10-01T15:43:50.170Z | ooce/developer/clang-15 |
149 | 2024-10-01T15:43:50.170Z | None -> 15.0.7-2.0 |
150 | 2024-10-01T15:43:50.170Z | ooce/developer/llvm-15 |
151 | 2024-10-01T15:43:50.170Z | None -> 15.0.7-2.0 |
152 | 2024-10-01T15:43:50.170Z | package/pkg |
153 | 2024-10-01T15:43:50.170Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
154 | 2024-10-01T15:43:50.170Z | |
155 | 2024-10-01T15:43:50.170Z | Services: |
156 | 2024-10-01T15:43:50.170Z | restart_fmri: |
157 | 2024-10-01T15:43:50.170Z | svc:/system/update-man-index:default |
158 | 2024-10-01T15:43:50.171Z | |
159 | 2024-10-01T15:43:50.171Z | Editable files to change: |
160 | 2024-10-01T15:43:50.171Z | Update: |
161 | 2024-10-01T15:43:50.171Z | usr/share/lib/pkg/web/config.shtml |
162 | 2024-10-01T15:43:50.251Z | |
163 | 2024-10-01T15:43:50.251Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
164 | 2024-10-01T15:43:55.254Z | Download: 1313/4281 items 101.4/220.6MB 45% complete (20.5M/s) |
165 | 2024-10-01T15:44:00.259Z | Download: 2538/4281 items 120.4/220.6MB 54% complete (12.2M/s) |
166 | 2024-10-01T15:44:05.261Z | Download: 3249/4281 items 203.1/220.6MB 92% complete (10.2M/s) |
167 | 2024-10-01T15:44:10.263Z | Download: 3857/4281 items 217.9/220.6MB 98% complete (9.7M/s) |
168 | 2024-10-01T15:44:23.725Z | Download: 4208/4281 items 220.6/220.6MB 99% complete |
169 | 2024-10-01T15:44:23.827Z | Download: Completed 220.60 MB in 33.57 seconds (6.6M/s) |
170 | 2024-10-01T15:44:25.908Z | Actions: 1/5063 actions (Removing old actions) |
171 | 2024-10-01T15:44:25.930Z | Actions: 194/5063 actions (Installing new actions) |
172 | 2024-10-01T15:44:30.616Z | Actions: 4226/5063 actions (Updating modified actions) |
173 | 2024-10-01T15:44:30.939Z | Actions: Completed 5063 actions in 5.03 seconds. |
174 | 2024-10-01T15:44:31.118Z | Done (0.171s) |
175 | 2024-10-01T15:44:31.121Z | Done (0.000s) |
176 | 2024-10-01T15:44:31.556Z | Done (0.437s) |
177 | 2024-10-01T15:44:35.976Z | Done (4.234s) |
178 | 2024-10-01T15:44:36.062Z | Done (0.019s) |
179 | 2024-10-01T15:44:36.065Z | Done (0.000s) |
180 | 2024-10-01T15:44:36.220Z | Done (0.000s) |
181 | 2024-10-01T15:44:36.840Z | Planning: Evaluating mediator changes ... Done |
182 | 2024-10-01T15:44:36.998Z | Planning: Checking for conflicting actions ... Done |
183 | 2024-10-01T15:44:37.000Z | Planning: Consolidating action changes ... Done |
184 | 2024-10-01T15:44:37.263Z | Planning: Evaluating mediators ... Done |
185 | 2024-10-01T15:44:37.266Z | Planning: Planning completed in 0.42 seconds |
186 | 2024-10-01T15:44:37.304Z | Mediators to change: 2 |
187 | 2024-10-01T15:44:37.304Z | Create boot environment: No |
188 | 2024-10-01T15:44:37.304Z | Create backup boot environment: No |
189 | 2024-10-01T15:44:37.382Z | Done |
190 | 2024-10-01T15:44:37.382Z | Done |
191 | 2024-10-01T15:44:37.648Z | Done |
192 | 2024-10-01T15:44:41.118Z | Done |
193 | 2024-10-01T15:44:41.204Z | Done |
194 | 2024-10-01T15:44:41.207Z | Done |
195 | 2024-10-01T15:44:41.296Z | Done |
196 | 2024-10-01T15:44:41.901Z | Planning: Evaluating mediator changes ... Done |
197 | 2024-10-01T15:44:41.904Z | Planning: Merging actions ... Done |
198 | 2024-10-01T15:44:42.089Z | Planning: Checking for conflicting actions ... Done |
199 | 2024-10-01T15:44:42.092Z | Planning: Consolidating action changes ... Done |
200 | 2024-10-01T15:44:42.362Z | Planning: Evaluating mediators ... Done |
201 | 2024-10-01T15:44:42.420Z | Planning: Planning completed in 0.76 seconds |
202 | 2024-10-01T15:44:42.461Z | Packages to change: 1 |
203 | 2024-10-01T15:44:42.461Z | Mediators to change: 1 |
204 | 2024-10-01T15:44:42.463Z | Services to change: 1 |
205 | 2024-10-01T15:44:42.464Z | Create boot environment: No |
206 | 2024-10-01T15:44:42.464Z | Create backup boot environment: Yes |
207 | 2024-10-01T15:44:44.599Z | Actions: 1/6 actions (Updating modified actions) |
208 | 2024-10-01T15:44:44.602Z | Actions: Completed 6 actions in 0.00 seconds. |
209 | 2024-10-01T15:44:44.602Z | Done |
210 | 2024-10-01T15:44:44.602Z | Done |
211 | 2024-10-01T15:44:44.692Z | Done |
212 | 2024-10-01T15:44:48.198Z | Done |
213 | 2024-10-01T15:44:48.284Z | Done |
214 | 2024-10-01T15:44:48.287Z | Done |
215 | 2024-10-01T15:44:48.403Z | Done |
216 | 2024-10-01T15:44:48.833Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
217 | 2024-10-01T15:44:48.833Z | clang system 15 system |
218 | 2024-10-01T15:44:48.833Z | csh system system illumos |
219 | 2024-10-01T15:44:48.833Z | ctags system system illumos |
220 | 2024-10-01T15:44:48.833Z | gcc vendor 12 vendor |
221 | 2024-10-01T15:44:48.833Z | gcc system 10 system |
222 | 2024-10-01T15:44:48.833Z | gcc system 7 system |
223 | 2024-10-01T15:44:48.833Z | go system 1.20 system |
224 | 2024-10-01T15:44:48.833Z | go system 1.19 system |
225 | 2024-10-01T15:44:48.833Z | llvm system 15 system |
226 | 2024-10-01T15:44:48.833Z | llvm system 14 system |
227 | 2024-10-01T15:44:48.833Z | mariadb system 10.6 system |
228 | 2024-10-01T15:44:48.833Z | mta vendor vendor dma |
229 | 2024-10-01T15:44:48.833Z | openjdk system 17 system |
230 | 2024-10-01T15:44:48.833Z | openjdk system 11 system |
231 | 2024-10-01T15:44:48.833Z | openjdk system 1.8 system |
232 | 2024-10-01T15:44:48.833Z | openssl vendor 3 vendor |
233 | 2024-10-01T15:44:48.833Z | perl system 5.36 system |
234 | 2024-10-01T15:44:48.833Z | postgresql system 15 system |
235 | 2024-10-01T15:44:48.833Z | postgresql system 13 system |
236 | 2024-10-01T15:44:48.833Z | python vendor 3 vendor |
237 | 2024-10-01T15:44:48.833Z | python system 2 system |
238 | 2024-10-01T15:44:48.833Z | python3 system 3.11 system |
239 | 2024-10-01T15:44:48.833Z | ruby system 3.0 system |
240 | 2024-10-01T15:44:48.833Z | words vendor vendor american-english |
241 | 2024-10-01T15:44:48.833Z | words system system australian-english |
242 | 2024-10-01T15:44:48.833Z | words system system british-english |
243 | 2024-10-01T15:44:48.833Z | words system system canadian-english |
244 | 2024-10-01T15:44:48.833Z | words system system french |
245 | 2024-10-01T15:44:48.833Z | words system system italian |
246 | 2024-10-01T15:44:48.834Z | words system system ngerman |
247 | 2024-10-01T15:44:48.834Z | words system system ogerman |
248 | 2024-10-01T15:44:48.834Z | words system system spanish |
249 | 2024-10-01T15:44:49.160Z | PUBLISHER TYPE STATUS P LOCATION |
250 | 2024-10-01T15:44:49.161Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
251 | 2024-10-01T15:44:51.163Z | FMRI IFO |
252 | 2024-10-01T15:44:51.163Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
253 | 2024-10-01T15:44:51.163Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
254 | 2024-10-01T15:44:51.163Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
255 | 2024-10-01T15:44:51.163Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
256 | 2024-10-01T15:44:51.163Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
257 | 2024-10-01T15:44:51.163Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
258 | 2024-10-01T15:44:51.163Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
259 | 2024-10-01T15:44:51.163Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
260 | 2024-10-01T15:44:51.163Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
261 | 2024-10-01T15:44:51.163Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
262 | 2024-10-01T15:44:51.163Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
263 | 2024-10-01T15:44:51.163Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
264 | 2024-10-01T15:44:51.163Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
265 | 2024-10-01T15:44:51.812Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
266 | 2024-10-01T15:44:52.091Z | Updating crates.io index |
267 | 2024-10-01T15:44:52.156Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
268 | 2024-10-01T15:44:52.926Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
269 | 2024-10-01T15:44:53.203Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
270 | 2024-10-01T15:44:53.442Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
271 | 2024-10-01T15:44:53.671Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
272 | 2024-10-01T15:44:54.351Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
273 | 2024-10-01T15:44:56.544Z | Updating git repository `https://github.com/oxidecomputer/opte` |
274 | 2024-10-01T15:44:57.610Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
275 | 2024-10-01T15:44:58.317Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
276 | 2024-10-01T15:44:58.628Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
277 | 2024-10-01T15:44:58.920Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
278 | 2024-10-01T15:44:59.465Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
279 | 2024-10-01T15:44:59.754Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
280 | 2024-10-01T15:45:00.074Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
281 | 2024-10-01T15:45:00.506Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
282 | 2024-10-01T15:45:00.790Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
283 | 2024-10-01T15:45:01.105Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
284 | 2024-10-01T15:45:01.339Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
285 | 2024-10-01T15:45:01.562Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
286 | 2024-10-01T15:45:01.880Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
287 | 2024-10-01T15:45:02.299Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
288 | 2024-10-01T15:45:02.648Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
289 | 2024-10-01T15:45:02.977Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
290 | 2024-10-01T15:45:03.343Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
291 | 2024-10-01T15:45:03.765Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
292 | 2024-10-01T15:45:04.037Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
293 | 2024-10-01T15:45:04.413Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
294 | 2024-10-01T15:45:04.766Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
295 | 2024-10-01T15:45:05.063Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
296 | 2024-10-01T15:45:05.322Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
297 | 2024-10-01T15:45:06.540Z | Downloading crates ... |
298 | 2024-10-01T15:45:06.598Z | Downloaded anstyle-query v1.0.3 |
299 | 2024-10-01T15:45:06.601Z | Downloaded anstyle v1.0.8 |
300 | 2024-10-01T15:45:06.603Z | Downloaded anstyle-parse v0.2.4 |
301 | 2024-10-01T15:45:06.604Z | Downloaded anyhow v1.0.89 |
302 | 2024-10-01T15:45:06.608Z | Downloaded anstream v0.6.14 |
303 | 2024-10-01T15:45:06.611Z | Downloaded equivalent v1.0.1 |
304 | 2024-10-01T15:45:06.621Z | Downloaded swrite v0.1.0 |
305 | 2024-10-01T15:45:06.629Z | Downloaded toml_datetime v0.6.8 |
306 | 2024-10-01T15:45:06.631Z | Downloaded heck v0.4.1 |
307 | 2024-10-01T15:45:06.634Z | Downloaded thiserror v1.0.64 |
308 | 2024-10-01T15:45:06.636Z | Downloaded smawk v0.3.2 |
309 | 2024-10-01T15:45:06.639Z | Downloaded thread-id v4.2.1 |
310 | 2024-10-01T15:45:06.639Z | Downloaded terminal_size v0.3.0 |
311 | 2024-10-01T15:45:06.642Z | Downloaded memmap v0.7.0 |
312 | 2024-10-01T15:45:06.642Z | Downloaded fs-err v2.11.0 |
313 | 2024-10-01T15:45:06.651Z | Downloaded macaddr v1.0.1 |
314 | 2024-10-01T15:45:06.651Z | Downloaded utf8parse v0.2.1 |
315 | 2024-10-01T15:45:06.651Z | Downloaded serde_tokenstream v0.2.2 |
316 | 2024-10-01T15:45:06.660Z | Downloaded itoa v1.0.11 |
317 | 2024-10-01T15:45:06.660Z | Downloaded scroll v0.12.0 |
318 | 2024-10-01T15:45:06.660Z | Downloaded plain v0.2.3 |
319 | 2024-10-01T15:45:06.660Z | Downloaded fastrand v2.1.0 |
320 | 2024-10-01T15:45:06.660Z | Downloaded crypto-common v0.1.6 |
321 | 2024-10-01T15:45:06.660Z | Downloaded usdt-impl v0.5.0 |
322 | 2024-10-01T15:45:06.660Z | Downloaded cargo_toml v0.20.5 |
323 | 2024-10-01T15:45:06.660Z | Downloaded tabled_derive v0.7.0 |
324 | 2024-10-01T15:45:06.664Z | Downloaded cargo-platform v0.1.8 |
325 | 2024-10-01T15:45:06.664Z | Downloaded dof v0.3.0 |
326 | 2024-10-01T15:45:06.664Z | Downloaded pest_derive v2.7.10 |
327 | 2024-10-01T15:45:06.664Z | Downloaded colorchoice v1.0.1 |
328 | 2024-10-01T15:45:06.664Z | Downloaded bytecount v0.6.8 |
329 | 2024-10-01T15:45:06.664Z | Downloaded indexmap v2.5.0 |
330 | 2024-10-01T15:45:06.667Z | Downloaded camino v1.1.9 |
331 | 2024-10-01T15:45:06.671Z | Downloaded dtrace-parser v0.2.0 |
332 | 2024-10-01T15:45:06.674Z | Downloaded scroll_derive v0.12.0 |
333 | 2024-10-01T15:45:06.678Z | Downloaded is_terminal_polyfill v1.70.0 |
334 | 2024-10-01T15:45:06.681Z | Downloaded usdt-attr-macro v0.5.0 |
335 | 2024-10-01T15:45:06.685Z | Downloaded usdt-macro v0.5.0 |
336 | 2024-10-01T15:45:06.685Z | Downloaded semver v1.0.23 |
337 | 2024-10-01T15:45:06.687Z | Downloaded clap_derive v4.5.18 |
338 | 2024-10-01T15:45:06.692Z | Downloaded unicode-ident v1.0.13 |
339 | 2024-10-01T15:45:06.695Z | Downloaded proc-macro2 v1.0.86 |
340 | 2024-10-01T15:45:06.695Z | Downloaded typenum v1.17.0 |
341 | 2024-10-01T15:45:06.695Z | Downloaded papergrid v0.11.0 |
342 | 2024-10-01T15:45:06.699Z | Downloaded proc-macro-error v1.0.4 |
343 | 2024-10-01T15:45:06.702Z | Downloaded proc-macro-error-attr v1.0.4 |
344 | 2024-10-01T15:45:06.704Z | Downloaded pretty-hex v0.4.1 |
345 | 2024-10-01T15:45:06.704Z | Downloaded heck v0.5.0 |
346 | 2024-10-01T15:45:06.707Z | Downloaded generic-array v0.14.7 |
347 | 2024-10-01T15:45:06.707Z | Downloaded fnv v1.0.7 |
348 | 2024-10-01T15:45:06.709Z | Downloaded digest v0.10.7 |
349 | 2024-10-01T15:45:06.709Z | Downloaded cpufeatures v0.2.12 |
350 | 2024-10-01T15:45:06.712Z | Downloaded clap_lex v0.7.0 |
351 | 2024-10-01T15:45:06.712Z | Downloaded cfg-if v1.0.0 |
352 | 2024-10-01T15:45:06.715Z | Downloaded zerocopy-derive v0.7.34 |
353 | 2024-10-01T15:45:06.717Z | Downloaded unicode-linebreak v0.1.5 |
354 | 2024-10-01T15:45:06.717Z | Downloaded usdt v0.5.0 |
355 | 2024-10-01T15:45:06.720Z | Downloaded pest_generator v2.7.10 |
356 | 2024-10-01T15:45:06.720Z | Downloaded thiserror-impl v1.0.64 |
357 | 2024-10-01T15:45:06.720Z | Downloaded strsim v0.11.1 |
358 | 2024-10-01T15:45:06.722Z | Downloaded serde_spanned v0.6.7 |
359 | 2024-10-01T15:45:06.722Z | Downloaded block-buffer v0.10.4 |
360 | 2024-10-01T15:45:06.725Z | Downloaded clap v4.5.18 |
361 | 2024-10-01T15:45:06.731Z | Downloaded autocfg v1.3.0 |
362 | 2024-10-01T15:45:06.733Z | Downloaded version_check v0.9.5 |
363 | 2024-10-01T15:45:06.736Z | Downloaded sha2 v0.10.8 |
364 | 2024-10-01T15:45:06.736Z | Downloaded quote v1.0.37 |
365 | 2024-10-01T15:45:06.739Z | Downloaded cargo_metadata v0.18.1 |
366 | 2024-10-01T15:45:06.742Z | Downloaded tempfile v3.10.1 |
367 | 2024-10-01T15:45:06.745Z | Downloaded camino-tempfile v1.1.1 |
368 | 2024-10-01T15:45:06.745Z | Downloaded errno v0.3.9 |
369 | 2024-10-01T15:45:06.747Z | Downloaded byteorder v1.5.0 |
370 | 2024-10-01T15:45:06.747Z | Downloaded bitflags v2.6.0 |
371 | 2024-10-01T15:45:06.750Z | Downloaded serde_derive v1.0.210 |
372 | 2024-10-01T15:45:06.753Z | Downloaded once_cell v1.19.0 |
373 | 2024-10-01T15:45:06.755Z | Downloaded ucd-trie v0.1.6 |
374 | 2024-10-01T15:45:06.758Z | Downloaded toml v0.8.19 |
375 | 2024-10-01T15:45:06.761Z | Downloaded ryu v1.0.18 |
376 | 2024-10-01T15:45:06.763Z | Downloaded pest_meta v2.7.10 |
377 | 2024-10-01T15:45:06.766Z | Downloaded log v0.4.22 |
378 | 2024-10-01T15:45:06.769Z | Downloaded textwrap v0.16.1 |
379 | 2024-10-01T15:45:06.779Z | Downloaded serde v1.0.210 |
380 | 2024-10-01T15:45:06.783Z | Downloaded memchr v2.7.2 |
381 | 2024-10-01T15:45:06.800Z | Downloaded toml_edit v0.22.22 |
382 | 2024-10-01T15:45:06.821Z | Downloaded serde_json v1.0.128 |
383 | 2024-10-01T15:45:06.828Z | Downloaded pest v2.7.10 |
384 | 2024-10-01T15:45:06.833Z | Downloaded winnow v0.6.18 |
385 | 2024-10-01T15:45:06.841Z | Downloaded hashbrown v0.14.5 |
386 | 2024-10-01T15:45:06.846Z | Downloaded zerocopy v0.7.34 |
387 | 2024-10-01T15:45:06.862Z | Downloaded goblin v0.8.2 |
388 | 2024-10-01T15:45:06.867Z | Downloaded tabled v0.15.0 |
389 | 2024-10-01T15:45:06.882Z | Downloaded clap_builder v4.5.18 |
390 | 2024-10-01T15:45:06.888Z | Downloaded syn v2.0.79 |
391 | 2024-10-01T15:45:06.898Z | Downloaded syn v1.0.109 |
392 | 2024-10-01T15:45:06.908Z | Downloaded rustix v0.38.34 |
393 | 2024-10-01T15:45:06.929Z | Downloaded unicode-width v0.1.13 |
394 | 2024-10-01T15:45:06.936Z | Downloaded libc v0.2.159 |
395 | 2024-10-01T15:45:07.234Z | Compiling proc-macro2 v1.0.86 |
396 | 2024-10-01T15:45:07.234Z | Compiling unicode-ident v1.0.13 |
397 | 2024-10-01T15:45:07.237Z | Compiling version_check v0.9.5 |
398 | 2024-10-01T15:45:07.237Z | Compiling serde v1.0.210 |
399 | 2024-10-01T15:45:07.237Z | Compiling memchr v2.7.2 |
400 | 2024-10-01T15:45:07.237Z | Compiling thiserror v1.0.64 |
401 | 2024-10-01T15:45:07.237Z | Compiling libc v0.2.159 |
402 | 2024-10-01T15:45:07.269Z | Compiling itoa v1.0.11 |
403 | 2024-10-01T15:45:07.577Z | Compiling ucd-trie v0.1.6 |
404 | 2024-10-01T15:45:07.580Z | Compiling ryu v1.0.18 |
405 | 2024-10-01T15:45:08.025Z | Compiling once_cell v1.19.0 |
406 | 2024-10-01T15:45:08.049Z | Compiling byteorder v1.5.0 |
407 | 2024-10-01T15:45:08.098Z | Compiling serde_json v1.0.128 |
408 | 2024-10-01T15:45:08.176Z | Compiling rustix v0.38.34 |
409 | 2024-10-01T15:45:08.527Z | Compiling bitflags v2.6.0 |
410 | 2024-10-01T15:45:08.654Z | Compiling usdt-impl v0.5.0 |
411 | 2024-10-01T15:45:08.936Z | Compiling quote v1.0.37 |
412 | 2024-10-01T15:45:08.986Z | Compiling proc-macro-error-attr v1.0.4 |
413 | 2024-10-01T15:45:09.022Z | Compiling syn v1.0.109 |
414 | 2024-10-01T15:45:09.153Z | Compiling proc-macro-error v1.0.4 |
415 | 2024-10-01T15:45:09.213Z | Compiling utf8parse v0.2.1 |
416 | 2024-10-01T15:45:09.338Z | Compiling syn v2.0.79 |
417 | 2024-10-01T15:45:09.387Z | Compiling errno v0.3.9 |
418 | 2024-10-01T15:45:09.451Z | Compiling hashbrown v0.14.5 |
419 | 2024-10-01T15:45:09.644Z | Compiling equivalent v1.0.1 |
420 | 2024-10-01T15:45:09.698Z | Compiling plain v0.2.3 |
421 | 2024-10-01T15:45:09.749Z | Compiling camino v1.1.9 |
422 | 2024-10-01T15:45:09.775Z | Compiling log v0.4.22 |
423 | 2024-10-01T15:45:10.078Z | Compiling thread-id v4.2.1 |
424 | 2024-10-01T15:45:10.198Z | Compiling anstyle-parse v0.2.4 |
425 | 2024-10-01T15:45:10.478Z | Compiling is_terminal_polyfill v1.70.0 |
426 | 2024-10-01T15:45:10.535Z | Compiling colorchoice v1.0.1 |
427 | 2024-10-01T15:45:10.615Z | Compiling indexmap v2.5.0 |
428 | 2024-10-01T15:45:10.650Z | Compiling unicode-width v0.1.13 |
429 | 2024-10-01T15:45:10.685Z | Compiling anstyle-query v1.0.3 |
430 | 2024-10-01T15:45:10.709Z | Compiling pretty-hex v0.4.1 |
431 | 2024-10-01T15:45:10.734Z | Compiling autocfg v1.3.0 |
432 | 2024-10-01T15:45:10.835Z | Compiling anstyle v1.0.8 |
433 | 2024-10-01T15:45:10.879Z | Compiling semver v1.0.23 |
434 | 2024-10-01T15:45:10.922Z | Compiling winnow v0.6.18 |
435 | 2024-10-01T15:45:11.331Z | Compiling anstream v0.6.14 |
436 | 2024-10-01T15:45:11.638Z | Compiling terminal_size v0.3.0 |
437 | 2024-10-01T15:45:11.727Z | Compiling fs-err v2.11.0 |
438 | 2024-10-01T15:45:11.926Z | Compiling bytecount v0.6.8 |
439 | 2024-10-01T15:45:11.960Z | Compiling heck v0.5.0 |
440 | 2024-10-01T15:45:12.016Z | Compiling fastrand v2.1.0 |
441 | 2024-10-01T15:45:12.108Z | Compiling anyhow v1.0.89 |
442 | 2024-10-01T15:45:12.142Z | Compiling cfg-if v1.0.0 |
443 | 2024-10-01T15:45:12.232Z | Compiling fnv v1.0.7 |
444 | 2024-10-01T15:45:12.363Z | Compiling heck v0.4.1 |
445 | 2024-10-01T15:45:12.388Z | Compiling clap_lex v0.7.0 |
446 | 2024-10-01T15:45:12.470Z | Compiling strsim v0.11.1 |
447 | 2024-10-01T15:45:12.553Z | Compiling tempfile v3.10.1 |
448 | 2024-10-01T15:45:12.877Z | Compiling clap_builder v4.5.18 |
449 | 2024-10-01T15:45:13.092Z | Compiling papergrid v0.11.0 |
450 | 2024-10-01T15:45:13.440Z | Compiling memmap v0.7.0 |
451 | 2024-10-01T15:45:13.474Z | Compiling smawk v0.3.2 |
452 | 2024-10-01T15:45:13.519Z | Compiling unicode-linebreak v0.1.5 |
453 | 2024-10-01T15:45:14.023Z | Compiling textwrap v0.16.1 |
454 | 2024-10-01T15:45:14.306Z | Compiling swrite v0.1.0 |
455 | 2024-10-01T15:45:15.472Z | Compiling tabled_derive v0.7.0 |
456 | 2024-10-01T15:45:17.218Z | Compiling tabled v0.15.0 |
457 | 2024-10-01T15:45:17.938Z | Compiling serde_derive v1.0.210 |
458 | 2024-10-01T15:45:17.939Z | Compiling thiserror-impl v1.0.64 |
459 | 2024-10-01T15:45:17.941Z | Compiling zerocopy-derive v0.7.34 |
460 | 2024-10-01T15:45:17.958Z | Compiling scroll_derive v0.12.0 |
461 | 2024-10-01T15:45:18.080Z | Compiling clap_derive v4.5.18 |
462 | 2024-10-01T15:45:19.450Z | Compiling scroll v0.12.0 |
463 | 2024-10-01T15:45:19.885Z | Compiling goblin v0.8.2 |
464 | 2024-10-01T15:45:19.922Z | Compiling zerocopy v0.7.34 |
465 | 2024-10-01T15:45:20.688Z | Compiling pest v2.7.10 |
466 | 2024-10-01T15:45:21.736Z | Compiling clap v4.5.18 |
467 | 2024-10-01T15:45:22.954Z | Compiling pest_meta v2.7.10 |
468 | 2024-10-01T15:45:23.837Z | Compiling pest_generator v2.7.10 |
469 | 2024-10-01T15:45:25.741Z | Compiling pest_derive v2.7.10 |
470 | 2024-10-01T15:45:26.513Z | Compiling dtrace-parser v0.2.0 |
471 | 2024-10-01T15:45:28.032Z | Compiling serde_tokenstream v0.2.2 |
472 | 2024-10-01T15:45:28.209Z | Compiling toml_datetime v0.6.8 |
473 | 2024-10-01T15:45:28.209Z | Compiling serde_spanned v0.6.7 |
474 | 2024-10-01T15:45:28.492Z | Compiling cargo-platform v0.1.8 |
475 | 2024-10-01T15:45:28.614Z | Compiling toml_edit v0.22.22 |
476 | 2024-10-01T15:45:28.639Z | Compiling macaddr v1.0.1 |
477 | 2024-10-01T15:45:28.938Z | Compiling camino-tempfile v1.1.1 |
478 | 2024-10-01T15:45:29.376Z | Compiling dof v0.3.0 |
479 | 2024-10-01T15:45:29.711Z | Compiling cargo_metadata v0.18.1 |
480 | 2024-10-01T15:45:31.038Z | Compiling usdt-macro v0.5.0 |
481 | 2024-10-01T15:45:31.040Z | Compiling usdt-attr-macro v0.5.0 |
482 | 2024-10-01T15:45:31.418Z | Compiling toml v0.8.19 |
483 | 2024-10-01T15:45:32.259Z | Compiling cargo_toml v0.20.5 |
484 | 2024-10-01T15:45:32.316Z | Compiling usdt v0.5.0 |
485 | 2024-10-01T15:45:36.035Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
486 | 2024-10-01T15:45:40.252Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.67s |
487 | 2024-10-01T15:45:40.511Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
488 | 2024-10-01T15:45:41.069Z | Downloading crates ... |
489 | 2024-10-01T15:45:41.185Z | Downloaded adler2 v2.0.0 |
490 | 2024-10-01T15:45:41.188Z | Downloaded bitflags v1.3.2 |
491 | 2024-10-01T15:45:41.192Z | Downloaded allocator-api2 v0.2.18 |
492 | 2024-10-01T15:45:41.197Z | Downloaded ahash v0.8.11 |
493 | 2024-10-01T15:45:41.201Z | Downloaded async-stream-impl v0.3.5 |
494 | 2024-10-01T15:45:41.204Z | Downloaded assert_matches v1.5.0 |
495 | 2024-10-01T15:45:41.204Z | Downloaded atomicwrites v0.4.4 |
496 | 2024-10-01T15:45:41.206Z | Downloaded cfg_aliases v0.1.1 |
497 | 2024-10-01T15:45:41.208Z | Downloaded crunchy v0.2.2 |
498 | 2024-10-01T15:45:41.208Z | Downloaded hostname v0.3.1 |
499 | 2024-10-01T15:45:41.211Z | Downloaded home v0.5.9 |
500 | 2024-10-01T15:45:41.213Z | Downloaded bit-set v0.5.3 |
501 | 2024-10-01T15:45:41.218Z | Downloaded array-init v0.0.4 |
502 | 2024-10-01T15:45:41.220Z | Downloaded http v0.2.12 |
503 | 2024-10-01T15:45:41.224Z | Downloaded blowfish v0.9.1 |
504 | 2024-10-01T15:45:41.228Z | Downloaded is_ci v1.2.0 |
505 | 2024-10-01T15:45:41.228Z | Downloaded http-body v1.0.0 |
506 | 2024-10-01T15:45:41.230Z | Downloaded ciborium-ll v0.2.2 |
507 | 2024-10-01T15:45:41.233Z | Downloaded instant v0.1.12 |
508 | 2024-10-01T15:45:41.233Z | Downloaded is-terminal v0.4.12 |
509 | 2024-10-01T15:45:41.236Z | Downloaded hubpack_derive v0.1.1 |
510 | 2024-10-01T15:45:41.236Z | Downloaded http-range v0.1.5 |
511 | 2024-10-01T15:45:41.238Z | Downloaded crc v3.2.1 |
512 | 2024-10-01T15:45:41.241Z | Downloaded constant_time_eq v0.3.0 |
513 | 2024-10-01T15:45:41.243Z | Downloaded castaway v0.2.3 |
514 | 2024-10-01T15:45:41.246Z | Downloaded ctr v0.9.2 |
515 | 2024-10-01T15:45:41.248Z | Downloaded chacha20 v0.9.1 |
516 | 2024-10-01T15:45:41.251Z | Downloaded new_debug_unreachable v1.0.6 |
517 | 2024-10-01T15:45:41.251Z | Downloaded crossbeam-deque v0.8.5 |
518 | 2024-10-01T15:45:41.253Z | Downloaded ciborium v0.2.2 |
519 | 2024-10-01T15:45:41.256Z | Downloaded newline-converter v0.3.0 |
520 | 2024-10-01T15:45:41.259Z | Downloaded memoffset v0.9.1 |
521 | 2024-10-01T15:45:41.261Z | Downloaded instability v0.3.2 |
522 | 2024-10-01T15:45:41.263Z | Downloaded internet-checksum v0.2.1 |
523 | 2024-10-01T15:45:41.263Z | Downloaded inout v0.1.3 |
524 | 2024-10-01T15:45:41.266Z | Downloaded http-body v0.4.6 |
525 | 2024-10-01T15:45:41.268Z | Downloaded crc32fast v1.4.0 |
526 | 2024-10-01T15:45:41.268Z | Downloaded humantime v2.1.0 |
527 | 2024-10-01T15:45:41.271Z | Downloaded ipnetwork v0.20.0 |
528 | 2024-10-01T15:45:41.274Z | Downloaded linked-hash-map v0.5.6 |
529 | 2024-10-01T15:45:41.276Z | Downloaded libefi-sys v0.1.0 |
530 | 2024-10-01T15:45:41.278Z | Downloaded lazy_static v1.5.0 |
531 | 2024-10-01T15:45:41.278Z | Downloaded hyper-tls v0.6.0 |
532 | 2024-10-01T15:45:41.281Z | Downloaded darling_macro v0.20.9 |
533 | 2024-10-01T15:45:41.283Z | Downloaded libsw v3.3.1 |
534 | 2024-10-01T15:45:41.286Z | Downloaded multimap v0.10.0 |
535 | 2024-10-01T15:45:41.288Z | Downloaded linear-map v1.2.0 |
536 | 2024-10-01T15:45:41.288Z | Downloaded indoc v1.0.9 |
537 | 2024-10-01T15:45:41.291Z | Downloaded kstat-rs v0.2.4 |
538 | 2024-10-01T15:45:41.294Z | Downloaded newtype-uuid v1.1.0 |
539 | 2024-10-01T15:45:41.297Z | Downloaded lru-cache v0.1.2 |
540 | 2024-10-01T15:45:41.297Z | Downloaded lru v0.12.3 |
541 | 2024-10-01T15:45:41.299Z | Downloaded mime v0.3.17 |
542 | 2024-10-01T15:45:41.301Z | Downloaded md-5 v0.10.6 |
543 | 2024-10-01T15:45:41.304Z | Downloaded managed v0.8.0 |
544 | 2024-10-01T15:45:41.306Z | Downloaded nibble_vec v0.1.0 |
545 | 2024-10-01T15:45:41.306Z | Downloaded ipnet v2.10.0 |
546 | 2024-10-01T15:45:41.309Z | Downloaded cexpr v0.6.0 |
547 | 2024-10-01T15:45:41.311Z | Downloaded bitfield-struct v0.6.1 |
548 | 2024-10-01T15:45:41.313Z | Downloaded nodrop v0.1.14 |
549 | 2024-10-01T15:45:41.316Z | Downloaded block-padding v0.3.3 |
550 | 2024-10-01T15:45:41.316Z | Downloaded arrayref v0.3.7 |
551 | 2024-10-01T15:45:41.319Z | Downloaded hyper-rustls v0.27.3 |
552 | 2024-10-01T15:45:41.321Z | Downloaded nanorand v0.7.0 |
553 | 2024-10-01T15:45:41.324Z | Downloaded jobserver v0.1.32 |
554 | 2024-10-01T15:45:41.327Z | Downloaded strum v0.26.3 |
555 | 2024-10-01T15:45:41.329Z | Downloaded mime_guess v2.0.4 |
556 | 2024-10-01T15:45:41.331Z | Downloaded memmap2 v0.9.4 |
557 | 2024-10-01T15:45:41.334Z | Downloaded cbc v0.1.2 |
558 | 2024-10-01T15:45:41.336Z | Downloaded zone_cfg_derive v0.3.0 |
559 | 2024-10-01T15:45:41.336Z | Downloaded cookie v0.18.1 |
560 | 2024-10-01T15:45:41.339Z | Downloaded bytes v1.7.2 |
561 | 2024-10-01T15:45:41.344Z | Downloaded salsa20 v0.10.2 |
562 | 2024-10-01T15:45:41.347Z | Downloaded sec1 v0.7.3 |
563 | 2024-10-01T15:45:41.350Z | Downloaded tower-service v0.3.2 |
564 | 2024-10-01T15:45:41.352Z | Downloaded fxhash v0.2.1 |
565 | 2024-10-01T15:45:41.352Z | Downloaded secrecy v0.8.0 |
566 | 2024-10-01T15:45:41.354Z | Downloaded crc-catalog v2.4.0 |
567 | 2024-10-01T15:45:41.357Z | Downloaded cookie_store v0.21.0 |
568 | 2024-10-01T15:45:41.360Z | Downloaded structmeta-derive v0.3.0 |
569 | 2024-10-01T15:45:41.360Z | Downloaded cancel-safe-futures v0.1.5 |
570 | 2024-10-01T15:45:41.364Z | Downloaded thread_local v1.1.8 |
571 | 2024-10-01T15:45:41.366Z | Downloaded async-bb8-diesel v0.2.1 |
572 | 2024-10-01T15:45:41.370Z | Downloaded base64ct v1.6.0 |
573 | 2024-10-01T15:45:41.372Z | Downloaded mockall_derive v0.13.0 |
574 | 2024-10-01T15:45:41.375Z | Downloaded csv-core v0.1.11 |
575 | 2024-10-01T15:45:41.377Z | Downloaded headers-core v0.3.0 |
576 | 2024-10-01T15:45:41.380Z | Downloaded opaque-debug v0.3.1 |
577 | 2024-10-01T15:45:41.380Z | Downloaded gethostname v0.5.0 |
578 | 2024-10-01T15:45:41.382Z | Downloaded strum_macros v0.25.3 |
579 | 2024-10-01T15:45:41.385Z | Downloaded phf_shared v0.10.0 |
580 | 2024-10-01T15:45:41.385Z | Downloaded precomputed-hash v0.1.1 |
581 | 2024-10-01T15:45:41.387Z | Downloaded chacha20poly1305 v0.10.1 |
582 | 2024-10-01T15:45:41.390Z | Downloaded path-slash v0.1.5 |
583 | 2024-10-01T15:45:41.390Z | Downloaded const_format v0.2.33 |
584 | 2024-10-01T15:45:41.395Z | Downloaded base64 v0.21.7 |
585 | 2024-10-01T15:45:41.401Z | Downloaded dirs-sys-next v0.1.2 |
586 | 2024-10-01T15:45:41.403Z | Downloaded float-ord v0.3.2 |
587 | 2024-10-01T15:45:41.406Z | Downloaded fallible-iterator v0.3.0 |
588 | 2024-10-01T15:45:41.406Z | Downloaded tinyvec_macros v0.1.1 |
589 | 2024-10-01T15:45:41.408Z | Downloaded zone v0.1.8 |
590 | 2024-10-01T15:45:41.408Z | Downloaded which v4.4.2 |
591 | 2024-10-01T15:45:41.411Z | Downloaded const_format_proc_macros v0.2.33 |
592 | 2024-10-01T15:45:41.413Z | Downloaded hex-literal v0.4.1 |
593 | 2024-10-01T15:45:41.417Z | Downloaded hex v0.4.3 |
594 | 2024-10-01T15:45:41.419Z | Downloaded darling v0.20.9 |
595 | 2024-10-01T15:45:41.423Z | Downloaded blake2 v0.10.6 |
596 | 2024-10-01T15:45:41.428Z | Downloaded hash32 v0.3.1 |
597 | 2024-10-01T15:45:41.430Z | Downloaded percent-encoding v2.3.1 |
598 | 2024-10-01T15:45:41.430Z | Downloaded const-oid v0.9.6 |
599 | 2024-10-01T15:45:41.433Z | Downloaded cc v1.0.97 |
600 | 2024-10-01T15:45:41.437Z | Downloaded heck v0.3.3 |
601 | 2024-10-01T15:45:41.439Z | Downloaded foreign-types v0.3.2 |
602 | 2024-10-01T15:45:41.442Z | Downloaded downcast v0.11.0 |
603 | 2024-10-01T15:45:41.442Z | Downloaded radium v0.7.0 |
604 | 2024-10-01T15:45:41.444Z | Downloaded rand_core v0.6.4 |
605 | 2024-10-01T15:45:41.447Z | Downloaded same-file v1.0.6 |
606 | 2024-10-01T15:45:41.449Z | Downloaded topological-sort v0.2.2 |
607 | 2024-10-01T15:45:41.449Z | Downloaded num_threads v0.1.7 |
608 | 2024-10-01T15:45:41.452Z | Downloaded rand_chacha v0.3.1 |
609 | 2024-10-01T15:45:41.454Z | Downloaded scheduled-thread-pool v0.2.7 |
610 | 2024-10-01T15:45:41.454Z | Downloaded ed25519 v2.2.3 |
611 | 2024-10-01T15:45:41.457Z | Downloaded subtle v2.5.0 |
612 | 2024-10-01T15:45:41.459Z | Downloaded rand_seeder v0.3.0 |
613 | 2024-10-01T15:45:41.462Z | Downloaded form_urlencoded v1.2.1 |
614 | 2024-10-01T15:45:41.462Z | Downloaded compact_str v0.8.0 |
615 | 2024-10-01T15:45:41.466Z | Downloaded miniz_oxide v0.7.2 |
616 | 2024-10-01T15:45:41.470Z | Downloaded supports-color v3.0.1 |
617 | 2024-10-01T15:45:41.473Z | Downloaded sqlformat v0.2.6 |
618 | 2024-10-01T15:45:41.475Z | Downloaded progenitor-client v0.8.0 |
619 | 2024-10-01T15:45:41.475Z | Downloaded pretty-hex v0.2.1 |
620 | 2024-10-01T15:45:41.478Z | Downloaded vte_generate_state_changes v0.1.1 |
621 | 2024-10-01T15:45:41.478Z | Downloaded unarray v0.1.4 |
622 | 2024-10-01T15:45:41.480Z | Downloaded miniz_oxide v0.8.0 |
623 | 2024-10-01T15:45:41.482Z | Downloaded twox-hash v1.6.3 |
624 | 2024-10-01T15:45:41.485Z | Downloaded tiny-keccak v2.0.2 |
625 | 2024-10-01T15:45:41.487Z | Downloaded russh-cryptovec v0.7.2 |
626 | 2024-10-01T15:45:41.490Z | Downloaded fallible-streaming-iterator v0.1.9 |
627 | 2024-10-01T15:45:41.490Z | Downloaded deranged v0.3.11 |
628 | 2024-10-01T15:45:41.492Z | Downloaded tokio-rustls v0.24.1 |
629 | 2024-10-01T15:45:41.495Z | Downloaded tls_codec_derive v0.4.1 |
630 | 2024-10-01T15:45:41.497Z | Downloaded rustls-pemfile v2.1.3 |
631 | 2024-10-01T15:45:41.500Z | Downloaded tls_codec v0.4.1 |
632 | 2024-10-01T15:45:41.503Z | Downloaded time-core v0.1.2 |
633 | 2024-10-01T15:45:41.505Z | Downloaded ghash v0.5.1 |
634 | 2024-10-01T15:45:41.505Z | Downloaded smallvec v1.13.2 |
635 | 2024-10-01T15:45:41.508Z | Downloaded float-cmp v0.9.0 |
636 | 2024-10-01T15:45:41.511Z | Downloaded glob v0.3.1 |
637 | 2024-10-01T15:45:41.514Z | Downloaded tracing-attributes v0.1.27 |
638 | 2024-10-01T15:45:41.516Z | Downloaded base64 v0.13.1 |
639 | 2024-10-01T15:45:41.519Z | Downloaded base64 v0.22.1 |
640 | 2024-10-01T15:45:41.524Z | Downloaded backtrace v0.3.71 |
641 | 2024-10-01T15:45:41.530Z | Downloaded progenitor v0.8.0 |
642 | 2024-10-01T15:45:41.533Z | Downloaded pkg-config v0.3.30 |
643 | 2024-10-01T15:45:41.535Z | Downloaded der_derive v0.7.2 |
644 | 2024-10-01T15:45:41.538Z | Downloaded aes v0.8.4 |
645 | 2024-10-01T15:45:41.542Z | Downloaded packed_struct_codegen v0.10.1 |
646 | 2024-10-01T15:45:41.545Z | Downloaded oso-derive v0.27.3 |
647 | 2024-10-01T15:45:41.545Z | Downloaded mio v0.8.11 |
648 | 2024-10-01T15:45:41.551Z | Downloaded hickory-server v0.24.1 |
649 | 2024-10-01T15:45:41.559Z | Downloaded psl-types v2.0.11 |
650 | 2024-10-01T15:45:41.562Z | Downloaded zeroize v1.8.1 |
651 | 2024-10-01T15:45:41.564Z | Downloaded zeroize_derive v1.4.2 |
652 | 2024-10-01T15:45:41.564Z | Downloaded getrandom v0.2.14 |
653 | 2024-10-01T15:45:41.568Z | Downloaded test-strategy v0.3.1 |
654 | 2024-10-01T15:45:41.582Z | Downloaded smallvec v0.6.14 |
655 | 2024-10-01T15:45:41.585Z | Downloaded dsl_auto_type v0.1.2 |
656 | 2024-10-01T15:45:41.587Z | Downloaded pkcs8 v0.10.2 |
657 | 2024-10-01T15:45:41.590Z | Downloaded yasna v0.5.2 |
658 | 2024-10-01T15:45:41.593Z | Downloaded uzers v0.11.3 |
659 | 2024-10-01T15:45:41.595Z | Downloaded diesel_table_macro_syntax v0.2.0 |
660 | 2024-10-01T15:45:41.597Z | Downloaded dhcproto-macros v0.1.0 |
661 | 2024-10-01T15:45:41.597Z | Downloaded utf-8 v0.7.6 |
662 | 2024-10-01T15:45:41.600Z | Downloaded url v2.5.2 |
663 | 2024-10-01T15:45:41.603Z | Downloaded polyval v0.6.2 |
664 | 2024-10-01T15:45:41.605Z | Downloaded minimal-lexical v0.2.1 |
665 | 2024-10-01T15:45:41.610Z | Downloaded tinyvec v1.6.0 |
666 | 2024-10-01T15:45:41.614Z | Downloaded samael v0.0.17 |
667 | 2024-10-01T15:45:41.621Z | Downloaded num-derive v0.4.2 |
668 | 2024-10-01T15:45:41.623Z | Downloaded rustls-pemfile v1.0.4 |
669 | 2024-10-01T15:45:41.626Z | Downloaded fatfs v0.3.6 |
670 | 2024-10-01T15:45:41.630Z | Downloaded peg-runtime v0.8.3 |
671 | 2024-10-01T15:45:41.633Z | Downloaded des v0.8.1 |
672 | 2024-10-01T15:45:41.635Z | Downloaded parse-size v1.0.0 |
673 | 2024-10-01T15:45:41.635Z | Downloaded env_logger v0.11.5 |
674 | 2024-10-01T15:45:41.638Z | Downloaded heapless v0.8.0 |
675 | 2024-10-01T15:45:41.643Z | Downloaded serde_yaml v0.9.34+deprecated |
676 | 2024-10-01T15:45:41.648Z | Downloaded dropshot_endpoint v0.10.1 |
677 | 2024-10-01T15:45:41.651Z | Downloaded defmt-macros v0.3.9 |
678 | 2024-10-01T15:45:41.654Z | Downloaded libxml v0.3.3 |
679 | 2024-10-01T15:45:41.660Z | Downloaded universal-hash v0.5.1 |
680 | 2024-10-01T15:45:41.662Z | Downloaded endian-type v0.1.2 |
681 | 2024-10-01T15:45:41.665Z | Downloaded hickory-client v0.24.1 |
682 | 2024-10-01T15:45:41.667Z | Downloaded olpc-cjson v0.1.3 |
683 | 2024-10-01T15:45:41.670Z | Downloaded crossterm v0.27.0 |
684 | 2024-10-01T15:45:41.676Z | Downloaded serde-big-array v0.5.1 |
685 | 2024-10-01T15:45:41.678Z | Downloaded scopeguard v1.2.0 |
686 | 2024-10-01T15:45:41.681Z | Downloaded pem v3.0.4 |
687 | 2024-10-01T15:45:41.683Z | Downloaded slog v2.7.0 |
688 | 2024-10-01T15:45:41.685Z | Downloaded unicode-bidi v0.3.15 |
689 | 2024-10-01T15:45:41.688Z | Downloaded expectorate v1.1.0 |
690 | 2024-10-01T15:45:41.691Z | Downloaded rustc_version v0.4.0 |
691 | 2024-10-01T15:45:41.694Z | Downloaded walkdir v2.5.0 |
692 | 2024-10-01T15:45:41.696Z | Downloaded snafu-derive v0.8.2 |
693 | 2024-10-01T15:45:41.699Z | Downloaded uuid v1.10.0 |
694 | 2024-10-01T15:45:41.702Z | Downloaded rustc_version v0.1.7 |
695 | 2024-10-01T15:45:41.704Z | Downloaded static_assertions v1.1.0 |
696 | 2024-10-01T15:45:41.704Z | Downloaded itertools v0.12.1 |
697 | 2024-10-01T15:45:41.713Z | Downloaded parse-display-derive v0.10.0 |
698 | 2024-10-01T15:45:41.716Z | Downloaded rtoolbox v0.0.2 |
699 | 2024-10-01T15:45:41.718Z | Downloaded thiserror-impl-no-std v2.0.2 |
700 | 2024-10-01T15:45:41.718Z | Downloaded tap v1.0.1 |
701 | 2024-10-01T15:45:41.721Z | Downloaded serde_repr v0.1.19 |
702 | 2024-10-01T15:45:41.725Z | Downloaded serde_plain v1.0.2 |
703 | 2024-10-01T15:45:41.725Z | Downloaded foreign-types v0.5.0 |
704 | 2024-10-01T15:45:41.728Z | Downloaded derive_builder_macro v0.20.0 |
705 | 2024-10-01T15:45:41.728Z | Downloaded try-lock v0.2.5 |
706 | 2024-10-01T15:45:41.728Z | Downloaded poly1305 v0.8.0 |
707 | 2024-10-01T15:45:41.731Z | Downloaded pkcs5 v0.7.1 |
708 | 2024-10-01T15:45:41.735Z | Downloaded enum-as-inner v0.5.1 |
709 | 2024-10-01T15:45:41.737Z | Downloaded group v0.13.0 |
710 | 2024-10-01T15:45:41.739Z | Downloaded rand v0.8.5 |
711 | 2024-10-01T15:45:41.745Z | Downloaded rustyline v14.0.0 |
712 | 2024-10-01T15:45:41.750Z | Downloaded pem-rfc7468 v0.7.0 |
713 | 2024-10-01T15:45:41.752Z | Downloaded scrypt v0.11.0 |
714 | 2024-10-01T15:45:41.755Z | Downloaded serde-hex v0.1.0 |
715 | 2024-10-01T15:45:41.757Z | Downloaded password-hash v0.4.2 |
716 | 2024-10-01T15:45:41.759Z | Downloaded rustfmt-wrapper v0.2.1 |
717 | 2024-10-01T15:45:41.762Z | Downloaded flume v0.11.0 |
718 | 2024-10-01T15:45:41.766Z | Downloaded termcolor v1.4.1 |
719 | 2024-10-01T15:45:41.768Z | Downloaded sync_wrapper v0.1.2 |
720 | 2024-10-01T15:45:41.771Z | Downloaded predicates-core v1.0.6 |
721 | 2024-10-01T15:45:41.771Z | Downloaded defmt v0.3.8 |
722 | 2024-10-01T15:45:41.774Z | Downloaded half v2.4.1 |
723 | 2024-10-01T15:45:41.777Z | Downloaded funty v2.0.0 |
724 | 2024-10-01T15:45:41.780Z | Downloaded ppv-lite86 v0.2.17 |
725 | 2024-10-01T15:45:41.783Z | Downloaded openssl-probe v0.1.5 |
726 | 2024-10-01T15:45:41.783Z | Downloaded fragile v2.0.0 |
727 | 2024-10-01T15:45:41.785Z | Downloaded ena v0.14.3 |
728 | 2024-10-01T15:45:41.788Z | Downloaded futures v0.3.30 |
729 | 2024-10-01T15:45:41.792Z | Downloaded ssh-cipher v0.2.0 |
730 | 2024-10-01T15:45:41.794Z | Downloaded globset v0.4.14 |
731 | 2024-10-01T15:45:41.797Z | Downloaded aes-gcm v0.10.3 |
732 | 2024-10-01T15:45:41.800Z | Downloaded spki v0.7.3 |
733 | 2024-10-01T15:45:41.802Z | Downloaded stable_deref_trait v1.2.0 |
734 | 2024-10-01T15:45:41.805Z | Downloaded parking_lot v0.11.2 |
735 | 2024-10-01T15:45:41.809Z | Downloaded packed_struct v0.10.1 |
736 | 2024-10-01T15:45:41.809Z | Downloaded filetime v0.2.25 |
737 | 2024-10-01T15:45:41.812Z | Downloaded num_enum_derive v0.5.11 |
738 | 2024-10-01T15:45:41.813Z | Downloaded num_enum v0.5.11 |
739 | 2024-10-01T15:45:41.817Z | Downloaded fixedbitset v0.4.2 |
740 | 2024-10-01T15:45:41.820Z | Downloaded unicode-xid v0.2.4 |
741 | 2024-10-01T15:45:41.822Z | Downloaded hkdf v0.12.4 |
742 | 2024-10-01T15:45:41.825Z | Downloaded sct v0.7.1 |
743 | 2024-10-01T15:45:41.828Z | Downloaded sync_wrapper v1.0.1 |
744 | 2024-10-01T15:45:41.831Z | Downloaded tokio-native-tls v0.3.1 |
745 | 2024-10-01T15:45:41.833Z | Downloaded normalize-line-endings v0.3.0 |
746 | 2024-10-01T15:45:41.833Z | Downloaded strip-ansi-escapes v0.2.0 |
747 | 2024-10-01T15:45:41.836Z | Downloaded num-traits v0.2.19 |
748 | 2024-10-01T15:45:41.838Z | Downloaded dyn-clone v1.0.17 |
749 | 2024-10-01T15:45:41.841Z | Downloaded stringprep v0.1.4 |
750 | 2024-10-01T15:45:41.841Z | Downloaded openssl-macros v0.1.1 |
751 | 2024-10-01T15:45:41.844Z | Downloaded toolchain_find v0.4.0 |
752 | 2024-10-01T15:45:41.844Z | Downloaded spin v0.9.8 |
753 | 2024-10-01T15:45:41.846Z | Downloaded postgres-types v0.2.8 |
754 | 2024-10-01T15:45:41.849Z | Downloaded hashlink v0.9.1 |
755 | 2024-10-01T15:45:41.851Z | Downloaded futures-channel v0.3.30 |
756 | 2024-10-01T15:45:41.854Z | Downloaded signal-hook-tokio v0.3.1 |
757 | 2024-10-01T15:45:41.856Z | Downloaded rpassword v7.3.1 |
758 | 2024-10-01T15:45:41.856Z | Downloaded flagset v0.4.5 |
759 | 2024-10-01T15:45:41.859Z | Downloaded serde_derive_internals v0.29.1 |
760 | 2024-10-01T15:45:41.861Z | Downloaded sigpipe v0.1.3 |
761 | 2024-10-01T15:45:41.861Z | Downloaded time v0.3.36 |
762 | 2024-10-01T15:45:41.869Z | Downloaded snafu v0.8.2 |
763 | 2024-10-01T15:45:41.877Z | Downloaded quinn-udp v0.5.5 |
764 | 2024-10-01T15:45:41.880Z | Downloaded number_prefix v0.4.0 |
765 | 2024-10-01T15:45:41.883Z | Downloaded xattr v1.3.1 |
766 | 2024-10-01T15:45:41.883Z | Downloaded pkcs1 v0.7.5 |
767 | 2024-10-01T15:45:41.885Z | Downloaded typify v0.2.0 |
768 | 2024-10-01T15:45:41.889Z | Downloaded tar v0.4.42 |
769 | 2024-10-01T15:45:41.892Z | Downloaded num-integer v0.1.46 |
770 | 2024-10-01T15:45:41.894Z | Downloaded num v0.4.3 |
771 | 2024-10-01T15:45:41.897Z | Downloaded rfc6979 v0.4.0 |
772 | 2024-10-01T15:45:41.897Z | Downloaded xz2 v0.1.7 |
773 | 2024-10-01T15:45:41.903Z | Downloaded structmeta v0.3.0 |
774 | 2024-10-01T15:45:41.905Z | Downloaded structmeta v0.2.0 |
775 | 2024-10-01T15:45:41.905Z | Downloaded rayon-core v1.12.1 |
776 | 2024-10-01T15:45:41.908Z | Downloaded signature v2.2.0 |
777 | 2024-10-01T15:45:41.908Z | Downloaded wyz v0.5.1 |
778 | 2024-10-01T15:45:41.910Z | Downloaded vsss-rs v3.3.4 |
779 | 2024-10-01T15:45:41.913Z | Downloaded toml_edit v0.19.15 |
780 | 2024-10-01T15:45:41.930Z | Downloaded tabwriter v1.4.0 |
781 | 2024-10-01T15:45:41.932Z | Downloaded embedded-io v0.4.0 |
782 | 2024-10-01T15:45:41.935Z | Downloaded resolv-conf v0.7.0 |
783 | 2024-10-01T15:45:41.935Z | Downloaded postcard v1.0.8 |
784 | 2024-10-01T15:45:41.938Z | Downloaded russh v0.45.0 |
785 | 2024-10-01T15:45:41.944Z | Downloaded elliptic-curve v0.13.8 |
786 | 2024-10-01T15:45:41.948Z | Downloaded tui-tree-widget v0.22.0 |
787 | 2024-10-01T15:45:41.951Z | Downloaded signal-hook-registry v1.4.2 |
788 | 2024-10-01T15:45:41.953Z | Downloaded tungstenite v0.23.0 |
789 | 2024-10-01T15:45:41.956Z | Downloaded vte v0.11.1 |
790 | 2024-10-01T15:45:41.959Z | Downloaded num-bigint v0.4.5 |
791 | 2024-10-01T15:45:41.964Z | Downloaded derive_builder_core v0.20.0 |
792 | 2024-10-01T15:45:41.967Z | Downloaded time-macros v0.2.18 |
793 | 2024-10-01T15:45:41.969Z | Downloaded pin-project-internal v1.1.5 |
794 | 2024-10-01T15:45:41.971Z | Downloaded quinn v0.11.5 |
795 | 2024-10-01T15:45:41.975Z | Downloaded num-rational v0.4.2 |
796 | 2024-10-01T15:45:41.978Z | Downloaded unicode_categories v0.1.1 |
797 | 2024-10-01T15:45:41.980Z | Downloaded num-bigint-dig v0.8.4 |
798 | 2024-10-01T15:45:41.985Z | Downloaded env_logger v0.10.2 |
799 | 2024-10-01T15:45:41.989Z | Downloaded derive_builder v0.20.0 |
800 | 2024-10-01T15:45:41.994Z | Downloaded progenitor-impl v0.8.0 |
801 | 2024-10-01T15:45:41.997Z | Downloaded bitvec v1.0.1 |
802 | 2024-10-01T15:45:42.014Z | Downloaded pin-project v1.1.5 |
803 | 2024-10-01T15:45:42.026Z | Downloaded tungstenite v0.21.0 |
804 | 2024-10-01T15:45:42.030Z | Downloaded winnow v0.5.40 |
805 | 2024-10-01T15:45:42.039Z | Downloaded zip v0.6.6 |
806 | 2024-10-01T15:45:42.044Z | Downloaded ron v0.8.1 |
807 | 2024-10-01T15:45:42.050Z | Downloaded tokio-postgres v0.7.12 |
808 | 2024-10-01T15:45:42.057Z | Downloaded reedline v0.33.0 |
809 | 2024-10-01T15:45:42.065Z | Downloaded publicsuffix v2.2.3 |
810 | 2024-10-01T15:45:42.069Z | Downloaded rsa v0.9.6 |
811 | 2024-10-01T15:45:42.074Z | Downloaded unicode-segmentation v1.11.0 |
812 | 2024-10-01T15:45:42.078Z | Downloaded salty v0.3.0 |
813 | 2024-10-01T15:45:42.086Z | Downloaded bindgen v0.69.4 |
814 | 2024-10-01T15:45:42.094Z | Downloaded hashbrown v0.12.3 |
815 | 2024-10-01T15:45:42.099Z | Downloaded rustls-webpki v0.102.4 |
816 | 2024-10-01T15:45:42.119Z | Downloaded reqwest v0.11.27 |
817 | 2024-10-01T15:45:42.129Z | Downloaded hickory-resolver v0.24.1 |
818 | 2024-10-01T15:45:42.132Z | Downloaded flate2 v1.0.34 |
819 | 2024-10-01T15:45:42.138Z | Downloaded rayon v1.10.0 |
820 | 2024-10-01T15:45:42.149Z | Downloaded idna v0.4.0 |
821 | 2024-10-01T15:45:42.156Z | Downloaded rustls-webpki v0.101.7 |
822 | 2024-10-01T15:45:42.172Z | Downloaded git2 v0.19.0 |
823 | 2024-10-01T15:45:42.181Z | Downloaded typed-path v0.7.1 |
824 | 2024-10-01T15:45:42.188Z | Downloaded ssh-key v0.6.6 |
825 | 2024-10-01T15:45:42.195Z | Downloaded serde_with v3.9.0 |
826 | 2024-10-01T15:45:42.205Z | Downloaded reqwest v0.12.7 |
827 | 2024-10-01T15:45:42.214Z | Downloaded x509-cert v0.2.5 |
828 | 2024-10-01T15:45:42.221Z | Downloaded h2 v0.3.26 |
829 | 2024-10-01T15:45:42.229Z | Downloaded p384 v0.13.0 |
830 | 2024-10-01T15:45:42.236Z | Downloaded regex-syntax v0.8.4 |
831 | 2024-10-01T15:45:42.246Z | Downloaded nix v0.27.1 |
832 | 2024-10-01T15:45:42.258Z | Downloaded quinn-proto v0.11.8 |
833 | 2024-10-01T15:45:42.266Z | Downloaded regress v0.10.1 |
834 | 2024-10-01T15:45:42.276Z | Downloaded object v0.32.2 |
835 | 2024-10-01T15:45:42.288Z | Downloaded dropshot v0.10.1 |
836 | 2024-10-01T15:45:42.300Z | Downloaded regex-syntax v0.6.29 |
837 | 2024-10-01T15:45:42.308Z | Downloaded smoltcp v0.9.1 |
838 | 2024-10-01T15:45:42.320Z | Downloaded nix v0.29.0 |
839 | 2024-10-01T15:45:42.332Z | Downloaded vcpkg v0.2.15 |
840 | 2024-10-01T15:45:42.372Z | Downloaded ratatui v0.28.0 |
841 | 2024-10-01T15:45:42.394Z | Downloaded object v0.30.4 |
842 | 2024-10-01T15:45:42.405Z | Downloaded sled v0.34.7 |
843 | 2024-10-01T15:45:42.416Z | Downloaded trust-dns-proto v0.22.0 |
844 | 2024-10-01T15:45:42.429Z | Downloaded openapiv3 v2.0.0 |
845 | 2024-10-01T15:45:42.442Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
846 | 2024-10-01T15:45:42.456Z | Downloaded dropshot v0.12.0 |
847 | 2024-10-01T15:45:42.479Z | Downloaded rustls v0.23.10 |
848 | 2024-10-01T15:45:42.495Z | Downloaded petgraph v0.6.5 |
849 | 2024-10-01T15:45:42.514Z | Downloaded hickory-proto v0.24.1 |
850 | 2024-10-01T15:45:42.531Z | Downloaded sha3 v0.10.8 |
851 | 2024-10-01T15:45:42.535Z | Downloaded csv v1.3.0 |
852 | 2024-10-01T15:45:42.556Z | Downloaded diesel v2.2.4 |
853 | 2024-10-01T15:45:42.576Z | Downloaded typify-impl v0.2.0 |
854 | 2024-10-01T15:45:42.593Z | Downloaded regex v1.10.6 |
855 | 2024-10-01T15:45:42.607Z | Downloaded zerocopy-derive v0.6.6 |
856 | 2024-10-01T15:45:42.618Z | Downloaded regex-automata v0.4.6 |
857 | 2024-10-01T15:45:42.638Z | Downloaded lzma-sys v0.1.20 |
858 | 2024-10-01T15:45:42.669Z | Downloaded finl_unicode v1.2.0 |
859 | 2024-10-01T15:45:42.682Z | Downloaded encoding_rs v0.8.34 |
860 | 2024-10-01T15:45:42.704Z | Downloaded tokio v1.39.3 |
861 | 2024-10-01T15:45:42.743Z | Downloaded polar-core v0.27.3 |
862 | 2024-10-01T15:45:42.752Z | Downloaded rustls v0.21.12 |
863 | 2024-10-01T15:45:42.764Z | Downloaded smoltcp v0.11.0 |
864 | 2024-10-01T15:45:42.778Z | Downloaded radix_trie v0.2.1 |
865 | 2024-10-01T15:45:42.783Z | Downloaded rustls v0.22.4 |
866 | 2024-10-01T15:45:42.798Z | Downloaded bstr v1.9.1 |
867 | 2024-10-01T15:45:42.809Z | Downloaded nix v0.28.0 |
868 | 2024-10-01T15:45:42.822Z | Downloaded regress v0.9.1 |
869 | 2024-10-01T15:45:42.833Z | Downloaded idna v0.2.3 |
870 | 2024-10-01T15:45:42.840Z | Downloaded curve25519-dalek v4.1.3 |
871 | 2024-10-01T15:45:42.850Z | Downloaded idna v0.3.0 |
872 | 2024-10-01T15:45:42.859Z | Downloaded openssl v0.10.66 |
873 | 2024-10-01T15:45:42.870Z | Downloaded gimli v0.28.1 |
874 | 2024-10-01T15:45:42.879Z | Downloaded idna v0.5.0 |
875 | 2024-10-01T15:45:42.886Z | Downloaded quick-xml v0.33.0 |
876 | 2024-10-01T15:45:42.894Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
877 | 2024-10-01T15:45:42.954Z | Downloaded h2 v0.4.6 |
878 | 2024-10-01T15:45:42.961Z | Downloaded webpki-roots v0.26.3 |
879 | 2024-10-01T15:45:42.965Z | Downloaded lalrpop v0.19.12 |
880 | 2024-10-01T15:45:42.978Z | Downloaded sqlparser v0.45.0 |
881 | 2024-10-01T15:45:42.983Z | Downloaded portable-atomic v1.6.0 |
882 | 2024-10-01T15:45:42.990Z | Downloaded proptest v1.5.0 |
883 | 2024-10-01T15:45:43.001Z | Downloaded headers v0.4.0 |
884 | 2024-10-01T15:45:43.006Z | Downloaded steno v0.4.1 |
885 | 2024-10-01T15:45:43.011Z | Downloaded chrono v0.4.38 |
886 | 2024-10-01T15:45:43.019Z | Downloaded dropshot_endpoint v0.12.0 |
887 | 2024-10-01T15:45:43.022Z | Downloaded openssl-sys v0.9.103 |
888 | 2024-10-01T15:45:43.027Z | Downloaded hashbrown v0.13.2 |
889 | 2024-10-01T15:45:43.032Z | Downloaded pin-project-lite v0.2.14 |
890 | 2024-10-01T15:45:43.037Z | Downloaded nu-ansi-term v0.50.0 |
891 | 2024-10-01T15:45:43.040Z | Downloaded unicode-normalization v0.1.23 |
892 | 2024-10-01T15:45:43.044Z | Downloaded futures-util v0.3.30 |
893 | 2024-10-01T15:45:43.057Z | Downloaded hyper v0.14.30 |
894 | 2024-10-01T15:45:43.066Z | Downloaded tokio-util v0.7.12 |
895 | 2024-10-01T15:45:43.073Z | Downloaded hyper v1.4.1 |
896 | 2024-10-01T15:45:43.080Z | Downloaded env_filter v0.1.2 |
897 | 2024-10-01T15:45:43.083Z | Downloaded structmeta-derive v0.2.0 |
898 | 2024-10-01T15:45:43.083Z | Downloaded p521 v0.13.3 |
899 | 2024-10-01T15:45:43.087Z | Downloaded rusqlite v0.32.1 |
900 | 2024-10-01T15:45:43.096Z | Downloaded aho-corasick v1.1.3 |
901 | 2024-10-01T15:45:43.103Z | Downloaded quick-error v1.2.3 |
902 | 2024-10-01T15:45:43.106Z | Downloaded pin-utils v0.1.0 |
903 | 2024-10-01T15:45:43.106Z | Downloaded value-bag v1.9.0 |
904 | 2024-10-01T15:45:43.109Z | Downloaded parking_lot v0.12.2 |
905 | 2024-10-01T15:45:43.111Z | Downloaded ring v0.17.8 |
906 | 2024-10-01T15:45:43.183Z | Downloaded oso v0.27.3 |
907 | 2024-10-01T15:45:43.186Z | Downloaded tokio-macros v2.4.0 |
908 | 2024-10-01T15:45:43.191Z | Downloaded derive-where v1.2.7 |
909 | 2024-10-01T15:45:43.195Z | Downloaded diesel_derives v2.2.2 |
910 | 2024-10-01T15:45:43.199Z | Downloaded progenitor-macro v0.8.0 |
911 | 2024-10-01T15:45:43.201Z | Downloaded predicates-tree v1.0.9 |
912 | 2024-10-01T15:45:43.201Z | Downloaded ecdsa v0.16.9 |
913 | 2024-10-01T15:45:43.204Z | Downloaded dhcproto v0.12.0 |
914 | 2024-10-01T15:45:43.207Z | Downloaded spin v0.5.2 |
915 | 2024-10-01T15:45:43.209Z | Downloaded serde_path_to_error v0.1.16 |
916 | 2024-10-01T15:45:43.212Z | Downloaded predicates v3.1.2 |
917 | 2024-10-01T15:45:43.214Z | Downloaded powerfmt v0.2.0 |
918 | 2024-10-01T15:45:43.214Z | Downloaded foreign-types-macros v0.2.3 |
919 | 2024-10-01T15:45:43.217Z | Downloaded parking_lot_core v0.8.6 |
920 | 2024-10-01T15:45:43.219Z | Downloaded postgres-protocol v0.6.7 |
921 | 2024-10-01T15:45:43.219Z | Downloaded futures-task v0.3.30 |
922 | 2024-10-01T15:45:43.221Z | Downloaded term v0.7.0 |
923 | 2024-10-01T15:45:43.224Z | Downloaded tough v0.17.1 |
924 | 2024-10-01T15:45:43.232Z | Downloaded ring v0.16.20 |
925 | 2024-10-01T15:45:43.314Z | Downloaded unicode-truncate v1.0.0 |
926 | 2024-10-01T15:45:43.317Z | Downloaded semver v0.1.20 |
927 | 2024-10-01T15:45:43.317Z | Downloaded vergen v8.3.2 |
928 | 2024-10-01T15:45:43.319Z | Downloaded toml v0.7.8 |
929 | 2024-10-01T15:45:43.323Z | Downloaded blake3 v1.5.1 |
930 | 2024-10-01T15:45:43.353Z | Downloaded der v0.7.9 |
931 | 2024-10-01T15:45:43.361Z | Downloaded libz-sys v1.1.16 |
932 | 2024-10-01T15:45:43.431Z | Downloaded itertools v0.13.0 |
933 | 2024-10-01T15:45:43.438Z | Downloaded parking_lot_core v0.9.10 |
934 | 2024-10-01T15:45:43.440Z | Downloaded socket2 v0.4.10 |
935 | 2024-10-01T15:45:43.443Z | Downloaded derive_more v0.99.18 |
936 | 2024-10-01T15:45:43.447Z | Downloaded socket2 v0.5.7 |
937 | 2024-10-01T15:45:43.449Z | Downloaded similar v2.6.0 |
938 | 2024-10-01T15:45:43.454Z | Downloaded schemars v0.8.21 |
939 | 2024-10-01T15:45:43.465Z | Downloaded enum-as-inner v0.6.0 |
940 | 2024-10-01T15:45:43.467Z | Downloaded defmt-parser v0.3.4 |
941 | 2024-10-01T15:45:43.470Z | Downloaded wait-timeout v0.2.0 |
942 | 2024-10-01T15:45:43.470Z | Downloaded termios v0.3.3 |
943 | 2024-10-01T15:45:43.472Z | Downloaded tokio-stream v0.1.16 |
944 | 2024-10-01T15:45:43.475Z | Downloaded tokio-rustls v0.26.0 |
945 | 2024-10-01T15:45:43.477Z | Downloaded libsqlite3-sys v0.30.1 |
946 | 2024-10-01T15:45:43.552Z | Downloaded rcgen v0.12.1 |
947 | 2024-10-01T15:45:43.557Z | Downloaded nom v7.1.3 |
948 | 2024-10-01T15:45:43.559Z | Downloaded hash32 v0.2.1 |
949 | 2024-10-01T15:45:43.564Z | Downloaded rustc-hash v2.0.0 |
950 | 2024-10-01T15:45:43.564Z | Downloaded peg-macros v0.8.4 |
951 | 2024-10-01T15:45:43.564Z | Downloaded num-complex v0.4.6 |
952 | 2024-10-01T15:45:43.567Z | Downloaded waitgroup v0.1.2 |
953 | 2024-10-01T15:45:43.567Z | Downloaded take_mut v0.2.2 |
954 | 2024-10-01T15:45:43.567Z | Downloaded password-hash v0.5.0 |
955 | 2024-10-01T15:45:43.570Z | Downloaded owo-colors v4.1.0 |
956 | 2024-10-01T15:45:43.572Z | Downloaded libm v0.2.8 |
957 | 2024-10-01T15:45:43.578Z | Downloaded itertools v0.10.5 |
958 | 2024-10-01T15:45:43.585Z | Downloaded heapless v0.7.17 |
959 | 2024-10-01T15:45:43.587Z | Downloaded ed25519-dalek v2.1.1 |
960 | 2024-10-01T15:45:43.591Z | Downloaded zerocopy v0.6.6 |
961 | 2024-10-01T15:45:43.593Z | Downloaded russh-keys v0.45.0 |
962 | 2024-10-01T15:45:43.597Z | Downloaded prettyplease v0.2.22 |
963 | 2024-10-01T15:45:43.599Z | Downloaded ref-cast-impl v1.0.23 |
964 | 2024-10-01T15:45:43.599Z | Downloaded tokio-tungstenite v0.21.0 |
965 | 2024-10-01T15:45:43.602Z | Downloaded slog-dtrace v0.3.0 |
966 | 2024-10-01T15:45:43.602Z | Downloaded omicron-zone-package v0.11.1 |
967 | 2024-10-01T15:45:43.605Z | Downloaded futures-sink v0.3.30 |
968 | 2024-10-01T15:45:43.608Z | Downloaded ff v0.13.0 |
969 | 2024-10-01T15:45:43.608Z | Downloaded fd-lock v4.0.2 |
970 | 2024-10-01T15:45:43.612Z | Downloaded tokio-tungstenite v0.23.1 |
971 | 2024-10-01T15:45:43.614Z | Downloaded p256 v0.13.2 |
972 | 2024-10-01T15:45:43.614Z | Downloaded tracing v0.1.40 |
973 | 2024-10-01T15:45:43.618Z | Downloaded http v1.1.0 |
974 | 2024-10-01T15:45:43.622Z | Downloaded want v0.3.1 |
975 | 2024-10-01T15:45:43.625Z | Downloaded termtree v0.4.1 |
976 | 2024-10-01T15:45:43.625Z | Downloaded futures-macro v0.3.30 |
977 | 2024-10-01T15:45:43.625Z | Downloaded futures-io v0.3.30 |
978 | 2024-10-01T15:45:43.627Z | Downloaded futures-executor v0.3.30 |
979 | 2024-10-01T15:45:43.627Z | Downloaded futures-core v0.3.30 |
980 | 2024-10-01T15:45:43.628Z | Downloaded crossterm v0.28.1 |
981 | 2024-10-01T15:45:43.634Z | Downloaded thiserror-no-std v2.0.2 |
982 | 2024-10-01T15:45:43.637Z | Downloaded diff v0.1.13 |
983 | 2024-10-01T15:45:43.641Z | Downloaded tracing-core v0.1.32 |
984 | 2024-10-01T15:45:43.643Z | Downloaded crossbeam-channel v0.5.12 |
985 | 2024-10-01T15:45:43.647Z | Downloaded slog-bunyan v2.5.0 |
986 | 2024-10-01T15:45:43.649Z | Downloaded slog-async v2.8.0 |
987 | 2024-10-01T15:45:43.650Z | Downloaded schemars_derive v0.8.21 |
988 | 2024-10-01T15:45:43.652Z | Downloaded rusty-fork v0.3.0 |
989 | 2024-10-01T15:45:43.652Z | Downloaded subprocess v0.2.9 |
990 | 2024-10-01T15:45:43.655Z | Downloaded indicatif v0.17.8 |
991 | 2024-10-01T15:45:43.658Z | Downloaded arc-swap v1.7.1 |
992 | 2024-10-01T15:45:43.661Z | Downloaded typify-macro v0.2.0 |
993 | 2024-10-01T15:45:43.663Z | Downloaded num-conv v0.1.0 |
994 | 2024-10-01T15:45:43.663Z | Downloaded slab v0.4.9 |
995 | 2024-10-01T15:45:43.667Z | Downloaded siphasher v0.3.11 |
996 | 2024-10-01T15:45:43.667Z | Downloaded rustversion v1.0.17 |
997 | 2024-10-01T15:45:43.670Z | Downloaded rand_xorshift v0.3.0 |
998 | 2024-10-01T15:45:43.670Z | Downloaded serde_with_macros v3.9.0 |
999 | 2024-10-01T15:45:43.670Z | Downloaded unsafe-libyaml v0.2.11 |
1000 | 2024-10-01T15:45:43.673Z | Downloaded mio v1.0.2 |
1001 | 2024-10-01T15:45:43.678Z | Downloaded rustc-demangle v0.1.24 |
1002 | 2024-10-01T15:45:43.682Z | Downloaded peg v0.8.4 |
1003 | 2024-10-01T15:45:43.684Z | Downloaded pbkdf2 v0.12.2 |
1004 | 2024-10-01T15:45:43.687Z | Downloaded pbkdf2 v0.11.0 |
1005 | 2024-10-01T15:45:43.687Z | Downloaded parse-display v0.10.0 |
1006 | 2024-10-01T15:45:43.689Z | Downloaded num-iter v0.1.45 |
1007 | 2024-10-01T15:45:43.689Z | Downloaded sha1 v0.10.6 |
1008 | 2024-10-01T15:45:43.692Z | Downloaded hyper-util v0.1.9 |
1009 | 2024-10-01T15:45:43.695Z | Downloaded display-error-chain v0.2.1 |
1010 | 2024-10-01T15:45:43.698Z | Downloaded unicase v2.7.0 |
1011 | 2024-10-01T15:45:43.698Z | Downloaded ron v0.7.1 |
1012 | 2024-10-01T15:45:43.701Z | Downloaded crypto-bigint v0.5.5 |
1013 | 2024-10-01T15:45:43.708Z | Downloaded signal-hook-mio v0.2.4 |
1014 | 2024-10-01T15:45:43.710Z | Downloaded crossbeam-epoch v0.9.18 |
1015 | 2024-10-01T15:45:43.713Z | Downloaded smf v0.2.3 |
1016 | 2024-10-01T15:45:43.713Z | Downloaded signal-hook v0.3.17 |
1017 | 2024-10-01T15:45:43.716Z | Downloaded proc-macro-crate v1.3.1 |
1018 | 2024-10-01T15:45:43.716Z | Downloaded primeorder v0.13.6 |
1019 | 2024-10-01T15:45:43.720Z | Downloaded phf_shared v0.11.2 |
1020 | 2024-10-01T15:45:43.720Z | Downloaded r2d2 v0.8.10 |
1021 | 2024-10-01T15:45:43.722Z | Downloaded phf v0.11.2 |
1022 | 2024-10-01T15:45:43.722Z | Downloaded paste v1.0.15 |
1023 | 2024-10-01T15:45:43.726Z | Downloaded tokio-rustls v0.25.0 |
1024 | 2024-10-01T15:45:43.726Z | Downloaded difflib v0.4.0 |
1025 | 2024-10-01T15:45:43.726Z | Downloaded indexmap v1.9.3 |
1026 | 2024-10-01T15:45:43.729Z | Downloaded slog-json v2.6.1 |
1027 | 2024-10-01T15:45:43.732Z | Downloaded sqlparser_derive v0.2.2 |
1028 | 2024-10-01T15:45:43.732Z | Downloaded fallible-iterator v0.2.0 |
1029 | 2024-10-01T15:45:43.735Z | Downloaded either v1.13.0 |
1030 | 2024-10-01T15:45:43.735Z | Downloaded zone v0.3.0 |
1031 | 2024-10-01T15:45:43.735Z | Downloaded untrusted v0.9.0 |
1032 | 2024-10-01T15:45:43.738Z | Downloaded untrusted v0.7.1 |
1033 | 2024-10-01T15:45:43.738Z | Downloaded strum_macros v0.26.4 |
1034 | 2024-10-01T15:45:43.741Z | Downloaded slog-term v2.9.1 |
1035 | 2024-10-01T15:45:43.741Z | Downloaded dirs-next v2.0.0 |
1036 | 2024-10-01T15:45:43.744Z | Downloaded whoami v1.5.2 |
1037 | 2024-10-01T15:45:43.744Z | Downloaded rustls-pki-types v1.7.0 |
1038 | 2024-10-01T15:45:43.746Z | Downloaded cstr-argument v0.1.2 |
1039 | 2024-10-01T15:45:43.746Z | Downloaded darling_core v0.20.9 |
1040 | 2024-10-01T15:45:43.751Z | Downloaded bzip2 v0.4.4 |
1041 | 2024-10-01T15:45:43.754Z | Downloaded strum_macros v0.24.3 |
1042 | 2024-10-01T15:45:43.754Z | Downloaded foreign-types-shared v0.1.1 |
1043 | 2024-10-01T15:45:43.757Z | Downloaded string_cache v0.8.7 |
1044 | 2024-10-01T15:45:43.757Z | Downloaded async-trait v0.1.83 |
1045 | 2024-10-01T15:45:43.759Z | Downloaded slog-envlogger v2.2.0 |
1046 | 2024-10-01T15:45:43.763Z | Downloaded shlex v1.3.0 |
1047 | 2024-10-01T15:45:43.763Z | Downloaded shell-words v1.1.0 |
1048 | 2024-10-01T15:45:43.763Z | Downloaded native-tls v0.2.11 |
1049 | 2024-10-01T15:45:43.765Z | Downloaded foreign-types-shared v0.3.1 |
1050 | 2024-10-01T15:45:43.765Z | Downloaded ssh-encoding v0.2.0 |
1051 | 2024-10-01T15:45:43.768Z | Downloaded slog-stdlog v4.1.1 |
1052 | 2024-10-01T15:45:43.768Z | Downloaded slog-scope v4.4.0 |
1053 | 2024-10-01T15:45:43.770Z | Downloaded serde_urlencoded v0.7.1 |
1054 | 2024-10-01T15:45:43.770Z | Downloaded rustc-hash v1.1.0 |
1055 | 2024-10-01T15:45:43.771Z | Downloaded ref-cast v1.0.23 |
1056 | 2024-10-01T15:45:43.773Z | Downloaded multer v3.1.0 |
1057 | 2024-10-01T15:45:43.776Z | Downloaded zone_cfg_derive v0.1.2 |
1058 | 2024-10-01T15:45:43.776Z | Downloaded hmac v0.12.1 |
1059 | 2024-10-01T15:45:43.780Z | Downloaded addr2line v0.21.0 |
1060 | 2024-10-01T15:45:43.780Z | Downloaded lock_api v0.4.12 |
1061 | 2024-10-01T15:45:43.783Z | Downloaded libloading v0.8.3 |
1062 | 2024-10-01T15:45:43.783Z | Downloaded clang-sys v1.7.0 |
1063 | 2024-10-01T15:45:43.786Z | Downloaded data-encoding v2.6.0 |
1064 | 2024-10-01T15:45:43.786Z | Downloaded cobs v0.2.3 |
1065 | 2024-10-01T15:45:43.790Z | Downloaded hyper-staticfile v0.10.1 |
1066 | 2024-10-01T15:45:43.790Z | Downloaded httparse v1.8.0 |
1067 | 2024-10-01T15:45:43.793Z | Downloaded http-body-util v0.1.2 |
1068 | 2024-10-01T15:45:43.793Z | Downloaded highway v1.2.0 |
1069 | 2024-10-01T15:45:43.807Z | Downloaded bcrypt-pbkdf v0.10.0 |
1070 | 2024-10-01T15:45:43.807Z | Downloaded ascii-canvas v3.0.0 |
1071 | 2024-10-01T15:45:43.807Z | Downloaded aead v0.5.2 |
1072 | 2024-10-01T15:45:43.807Z | Downloaded iana-time-zone v0.1.60 |
1073 | 2024-10-01T15:45:43.807Z | Downloaded newtype_derive v0.1.6 |
1074 | 2024-10-01T15:45:43.807Z | Downloaded mockall v0.13.0 |
1075 | 2024-10-01T15:45:43.807Z | Downloaded match_cfg v0.1.0 |
1076 | 2024-10-01T15:45:43.807Z | Downloaded maplit v1.0.2 |
1077 | 2024-10-01T15:45:43.807Z | Downloaded convert_case v0.4.0 |
1078 | 2024-10-01T15:45:43.807Z | Downloaded cipher v0.4.4 |
1079 | 2024-10-01T15:45:43.808Z | Downloaded crossbeam-utils v0.8.19 |
1080 | 2024-10-01T15:45:43.810Z | Downloaded crc-any v2.5.0 |
1081 | 2024-10-01T15:45:43.810Z | Downloaded bcs v0.1.6 |
1082 | 2024-10-01T15:45:43.810Z | Downloaded impl-trait-for-tuples v0.2.2 |
1083 | 2024-10-01T15:45:43.813Z | Downloaded indent_write v2.2.0 |
1084 | 2024-10-01T15:45:43.815Z | Downloaded maybe-uninit v2.0.0 |
1085 | 2024-10-01T15:45:43.815Z | Downloaded lazycell v1.3.0 |
1086 | 2024-10-01T15:45:43.818Z | Downloaded lalrpop-util v0.19.12 |
1087 | 2024-10-01T15:45:43.818Z | Downloaded keccak v0.1.5 |
1088 | 2024-10-01T15:45:43.818Z | Downloaded bit-vec v0.6.3 |
1089 | 2024-10-01T15:45:43.821Z | Downloaded async-stream v0.3.5 |
1090 | 2024-10-01T15:45:43.821Z | Downloaded async-recursion v1.1.1 |
1091 | 2024-10-01T15:45:43.823Z | Downloaded cfg_aliases v0.2.1 |
1092 | 2024-10-01T15:45:43.826Z | Downloaded crucible-workspace-hack v0.1.0 |
1093 | 2024-10-01T15:45:43.826Z | Downloaded ciborium-io v0.2.2 |
1094 | 2024-10-01T15:45:43.826Z | Downloaded hubpack v0.1.2 |
1095 | 2024-10-01T15:45:43.828Z | Downloaded httpdate v1.0.3 |
1096 | 2024-10-01T15:45:43.828Z | Downloaded hostname v0.4.0 |
1097 | 2024-10-01T15:45:43.831Z | Downloaded atty v0.2.14 |
1098 | 2024-10-01T15:45:43.831Z | Downloaded console v0.15.8 |
1099 | 2024-10-01T15:45:43.833Z | Downloaded md5 v0.7.0 |
1100 | 2024-10-01T15:45:43.833Z | Downloaded arrayvec v0.7.4 |
1101 | 2024-10-01T15:45:43.836Z | Downloaded backoff v0.4.0 |
1102 | 2024-10-01T15:45:43.838Z | Downloaded argon2 v0.5.3 |
1103 | 2024-10-01T15:45:43.838Z | Downloaded matches v0.1.10 |
1104 | 2024-10-01T15:45:43.841Z | Downloaded debug-ignore v1.0.5 |
1105 | 2024-10-01T15:45:43.841Z | Downloaded curve25519-dalek-derive v0.1.1 |
1106 | 2024-10-01T15:45:43.843Z | Downloaded colored v2.1.0 |
1107 | 2024-10-01T15:45:43.843Z | Downloaded adler v1.0.2 |
1108 | 2024-10-01T15:45:43.846Z | Downloaded cassowary v0.3.0 |
1109 | 2024-10-01T15:45:43.846Z | Downloaded ident_case v1.0.1 |
1110 | 2024-10-01T15:45:43.848Z | Downloaded buf-list v1.0.3 |
1111 | 2024-10-01T15:45:43.851Z | Downloaded bb8 v0.8.5 |
1112 | 2024-10-01T15:45:43.851Z | Downloaded bitfield v0.14.0 |
1113 | 2024-10-01T15:45:43.853Z | Downloaded base16ct v0.2.0 |
1114 | 2024-10-01T15:45:43.853Z | Downloaded atomic-waker v1.1.2 |
1115 | 2024-10-01T15:45:43.950Z | Compiling serde v1.0.210 |
1116 | 2024-10-01T15:45:43.953Z | Compiling typenum v1.17.0 |
1117 | 2024-10-01T15:45:43.953Z | Compiling generic-array v0.14.7 |
1118 | 2024-10-01T15:45:43.953Z | Compiling lock_api v0.4.12 |
1119 | 2024-10-01T15:45:44.133Z | Compiling scopeguard v1.2.0 |
1120 | 2024-10-01T15:45:44.136Z | Compiling value-bag v1.9.0 |
1121 | 2024-10-01T15:45:44.149Z | Compiling syn v2.0.79 |
1122 | 2024-10-01T15:45:44.151Z | Compiling getrandom v0.2.14 |
1123 | 2024-10-01T15:45:44.307Z | Compiling subtle v2.5.0 |
1124 | 2024-10-01T15:45:44.423Z | Compiling rand_core v0.6.4 |
1125 | 2024-10-01T15:45:44.646Z | Compiling const-oid v0.9.6 |
1126 | 2024-10-01T15:45:44.684Z | Compiling log v0.4.22 |
1127 | 2024-10-01T15:45:44.702Z | Compiling jobserver v0.1.32 |
1128 | 2024-10-01T15:45:44.826Z | Compiling pin-project-lite v0.2.14 |
1129 | 2024-10-01T15:45:44.958Z | Compiling smallvec v1.13.2 |
1130 | 2024-10-01T15:45:44.977Z | Compiling parking_lot_core v0.9.10 |
1131 | 2024-10-01T15:45:45.131Z | Compiling cc v1.0.97 |
1132 | 2024-10-01T15:45:45.416Z | Compiling signal-hook-registry v1.4.2 |
1133 | 2024-10-01T15:45:45.520Z | Compiling futures-core v0.3.30 |
1134 | 2024-10-01T15:45:45.657Z | Compiling mio v1.0.2 |
1135 | 2024-10-01T15:45:45.762Z | Compiling ahash v0.8.11 |
1136 | 2024-10-01T15:45:46.113Z | Compiling parking_lot v0.12.2 |
1137 | 2024-10-01T15:45:46.211Z | Compiling futures-sink v0.3.30 |
1138 | 2024-10-01T15:45:46.320Z | Compiling cpufeatures v0.2.12 |
1139 | 2024-10-01T15:45:46.418Z | Compiling socket2 v0.5.7 |
1140 | 2024-10-01T15:45:46.435Z | Compiling slab v0.4.9 |
1141 | 2024-10-01T15:45:46.699Z | Compiling allocator-api2 v0.2.18 |
1142 | 2024-10-01T15:45:46.848Z | Compiling spin v0.9.8 |
1143 | 2024-10-01T15:45:46.888Z | Compiling tinyvec_macros v0.1.1 |
1144 | 2024-10-01T15:45:46.982Z | Compiling tinyvec v1.6.0 |
1145 | 2024-10-01T15:45:47.034Z | Compiling futures-channel v0.3.30 |
1146 | 2024-10-01T15:45:47.157Z | Compiling libm v0.2.8 |
1147 | 2024-10-01T15:45:47.233Z | Compiling pin-utils v0.1.0 |
1148 | 2024-10-01T15:45:47.331Z | Compiling serde_json v1.0.128 |
1149 | 2024-10-01T15:45:47.392Z | Compiling futures-task v0.3.30 |
1150 | 2024-10-01T15:45:47.451Z | Compiling futures-io v0.3.30 |
1151 | 2024-10-01T15:45:47.468Z | Compiling base64ct v1.6.0 |
1152 | 2024-10-01T15:45:47.535Z | Compiling num-traits v0.2.19 |
1153 | 2024-10-01T15:45:47.674Z | Compiling unicode-bidi v0.3.15 |
1154 | 2024-10-01T15:45:47.698Z | Compiling flagset v0.4.5 |
1155 | 2024-10-01T15:45:47.885Z | Compiling pem-rfc7468 v0.7.0 |
1156 | 2024-10-01T15:45:48.005Z | Compiling tracing-core v0.1.32 |
1157 | 2024-10-01T15:45:48.039Z | Compiling pkg-config v0.3.30 |
1158 | 2024-10-01T15:45:48.446Z | Compiling unicode-normalization v0.1.23 |
1159 | 2024-10-01T15:45:48.701Z | Compiling vcpkg v0.2.15 |
1160 | 2024-10-01T15:45:49.250Z | Compiling crossbeam-utils v0.8.19 |
1161 | 2024-10-01T15:45:49.274Z | Compiling ring v0.17.8 |
1162 | 2024-10-01T15:45:49.457Z | Compiling percent-encoding v2.3.1 |
1163 | 2024-10-01T15:45:49.586Z | Compiling httparse v1.8.0 |
1164 | 2024-10-01T15:45:49.697Z | Compiling ppv-lite86 v0.2.17 |
1165 | 2024-10-01T15:45:49.827Z | Compiling rustix v0.38.34 |
1166 | 2024-10-01T15:45:50.040Z | Compiling try-lock v0.2.5 |
1167 | 2024-10-01T15:45:50.186Z | Compiling rustls-pki-types v1.7.0 |
1168 | 2024-10-01T15:45:50.462Z | Compiling rand_chacha v0.3.1 |
1169 | 2024-10-01T15:45:50.695Z | Compiling want v0.3.1 |
1170 | 2024-10-01T15:45:50.930Z | Compiling openssl-sys v0.9.103 |
1171 | 2024-10-01T15:45:50.993Z | Compiling rand v0.8.5 |
1172 | 2024-10-01T15:45:51.134Z | Compiling time-core v0.1.2 |
1173 | 2024-10-01T15:45:51.228Z | Compiling untrusted v0.9.0 |
1174 | 2024-10-01T15:45:51.304Z | Compiling num-conv v0.1.0 |
1175 | 2024-10-01T15:45:51.394Z | Compiling atomic-waker v1.1.2 |
1176 | 2024-10-01T15:45:51.554Z | Compiling powerfmt v0.2.0 |
1177 | 2024-10-01T15:45:51.584Z | Compiling openssl v0.10.66 |
1178 | 2024-10-01T15:45:51.684Z | Compiling rustversion v1.0.17 |
1179 | 2024-10-01T15:45:51.913Z | Compiling foreign-types-shared v0.1.1 |
1180 | 2024-10-01T15:45:51.985Z | Compiling httpdate v1.0.3 |
1181 | 2024-10-01T15:45:52.011Z | Compiling foreign-types v0.3.2 |
1182 | 2024-10-01T15:45:52.110Z | Compiling deranged v0.3.11 |
1183 | 2024-10-01T15:45:52.424Z | Compiling time-macros v0.2.18 |
1184 | 2024-10-01T15:45:52.464Z | Compiling form_urlencoded v1.2.1 |
1185 | 2024-10-01T15:45:52.675Z | Compiling aho-corasick v1.1.3 |
1186 | 2024-10-01T15:45:52.784Z | Compiling num_threads v0.1.7 |
1187 | 2024-10-01T15:45:52.851Z | Compiling regex-syntax v0.8.4 |
1188 | 2024-10-01T15:45:52.912Z | Compiling base64 v0.22.1 |
1189 | 2024-10-01T15:45:53.394Z | Compiling tower-service v0.3.2 |
1190 | 2024-10-01T15:45:53.531Z | Compiling siphasher v0.3.11 |
1191 | 2024-10-01T15:45:53.703Z | Compiling rustls v0.23.10 |
1192 | 2024-10-01T15:45:53.917Z | Compiling native-tls v0.2.11 |
1193 | 2024-10-01T15:45:53.999Z | Compiling syn v1.0.109 |
1194 | 2024-10-01T15:45:54.250Z | Compiling crossbeam-epoch v0.9.18 |
1195 | 2024-10-01T15:45:54.712Z | Compiling idna v0.5.0 |
1196 | 2024-10-01T15:45:54.961Z | Compiling lazy_static v1.5.0 |
1197 | 2024-10-01T15:45:55.077Z | Compiling cookie v0.18.1 |
1198 | 2024-10-01T15:45:55.365Z | Compiling openssl-probe v0.1.5 |
1199 | 2024-10-01T15:45:55.411Z | Compiling slog v2.7.0 |
1200 | 2024-10-01T15:45:55.576Z | Compiling time v0.3.36 |
1201 | 2024-10-01T15:45:55.676Z | Compiling either v1.13.0 |
1202 | 2024-10-01T15:45:55.938Z | Compiling iana-time-zone v0.1.60 |
1203 | 2024-10-01T15:45:56.074Z | Compiling rayon-core v1.12.1 |
1204 | 2024-10-01T15:45:56.246Z | Compiling regex-automata v0.4.6 |
1205 | 2024-10-01T15:45:56.355Z | Compiling finl_unicode v1.2.0 |
1206 | 2024-10-01T15:45:56.483Z | Compiling url v2.5.2 |
1207 | 2024-10-01T15:45:56.947Z | Compiling stringprep v0.1.4 |
1208 | 2024-10-01T15:45:58.171Z | Compiling rustls-webpki v0.102.4 |
1209 | 2024-10-01T15:45:58.385Z | Compiling crossbeam-deque v0.8.5 |
1210 | 2024-10-01T15:45:58.406Z | Compiling serde_derive v1.0.210 |
1211 | 2024-10-01T15:45:58.738Z | Compiling zeroize_derive v1.4.2 |
1212 | 2024-10-01T15:45:59.330Z | Compiling zerocopy-derive v0.7.34 |
1213 | 2024-10-01T15:45:59.993Z | Compiling tokio-macros v2.4.0 |
1214 | 2024-10-01T15:46:00.304Z | Compiling futures-macro v0.3.30 |
1215 | 2024-10-01T15:46:00.360Z | Compiling zeroize v1.8.1 |
1216 | 2024-10-01T15:46:00.815Z | Compiling der_derive v0.7.2 |
1217 | 2024-10-01T15:46:01.574Z | Compiling zerocopy v0.7.34 |
1218 | 2024-10-01T15:46:01.604Z | Compiling thiserror-impl v1.0.64 |
1219 | 2024-10-01T15:46:02.156Z | Compiling crypto-common v0.1.6 |
1220 | 2024-10-01T15:46:02.323Z | Compiling block-buffer v0.10.4 |
1221 | 2024-10-01T15:46:02.376Z | Compiling block-padding v0.3.3 |
1222 | 2024-10-01T15:46:02.599Z | Compiling digest v0.10.7 |
1223 | 2024-10-01T15:46:02.629Z | Compiling inout v0.1.3 |
1224 | 2024-10-01T15:46:02.907Z | Compiling cipher v0.4.4 |
1225 | 2024-10-01T15:46:03.088Z | Compiling hmac v0.12.1 |
1226 | 2024-10-01T15:46:03.317Z | Compiling sha2 v0.10.8 |
1227 | 2024-10-01T15:46:03.362Z | Compiling futures-util v0.3.30 |
1228 | 2024-10-01T15:46:03.429Z | Compiling der v0.7.9 |
1229 | 2024-10-01T15:46:03.786Z | Compiling hashbrown v0.14.5 |
1230 | 2024-10-01T15:46:04.930Z | Compiling thiserror v1.0.64 |
1231 | 2024-10-01T15:46:05.071Z | Compiling salsa20 v0.10.2 |
1232 | 2024-10-01T15:46:05.190Z | Compiling pbkdf2 v0.12.2 |
1233 | 2024-10-01T15:46:05.289Z | Compiling tracing-attributes v0.1.27 |
1234 | 2024-10-01T15:46:05.361Z | Compiling scrypt v0.11.0 |
1235 | 2024-10-01T15:46:05.910Z | Compiling spki v0.7.3 |
1236 | 2024-10-01T15:46:06.295Z | Compiling cbc v0.1.2 |
1237 | 2024-10-01T15:46:06.522Z | Compiling aes v0.8.4 |
1238 | 2024-10-01T15:46:06.818Z | Compiling pest v2.7.10 |
1239 | 2024-10-01T15:46:06.911Z | Compiling scroll_derive v0.12.0 |
1240 | 2024-10-01T15:46:08.443Z | Compiling pkcs5 v0.7.1 |
1241 | 2024-10-01T15:46:09.071Z | Compiling tracing v0.1.40 |
1242 | 2024-10-01T15:46:09.118Z | Compiling pkcs8 v0.10.2 |
1243 | 2024-10-01T15:46:09.273Z | Compiling scroll v0.12.0 |
1244 | 2024-10-01T15:46:09.541Z | Compiling pest_meta v2.7.10 |
1245 | 2024-10-01T15:46:09.593Z | Compiling openssl-macros v0.1.1 |
1246 | 2024-10-01T15:46:09.614Z | Compiling signature v2.2.0 |
1247 | 2024-10-01T15:46:09.822Z | Compiling goblin v0.8.2 |
1248 | 2024-10-01T15:46:09.842Z | Compiling md-5 v0.10.6 |
1249 | 2024-10-01T15:46:09.905Z | Compiling num-integer v0.1.46 |
1250 | 2024-10-01T15:46:10.114Z | Compiling idna v0.3.0 |
1251 | 2024-10-01T15:46:10.394Z | Compiling backtrace v0.3.71 |
1252 | 2024-10-01T15:46:10.674Z | Compiling ff v0.13.0 |
1253 | 2024-10-01T15:46:10.895Z | Compiling pest_generator v2.7.10 |
1254 | 2024-10-01T15:46:10.919Z | Compiling hash32 v0.2.1 |
1255 | 2024-10-01T15:46:11.316Z | Compiling stable_deref_trait v1.2.0 |
1256 | 2024-10-01T15:46:11.430Z | Compiling psl-types v2.0.11 |
1257 | 2024-10-01T15:46:11.640Z | Compiling smoltcp v0.9.1 |
1258 | 2024-10-01T15:46:11.807Z | Compiling portable-atomic v1.6.0 |
1259 | 2024-10-01T15:46:12.399Z | Compiling num-bigint-dig v0.8.4 |
1260 | 2024-10-01T15:46:12.582Z | Compiling fallible-iterator v0.2.0 |
1261 | 2024-10-01T15:46:12.730Z | Compiling bytes v1.7.2 |
1262 | 2024-10-01T15:46:12.908Z | Compiling indexmap v2.5.0 |
1263 | 2024-10-01T15:46:13.038Z | Compiling bitflags v2.6.0 |
1264 | 2024-10-01T15:46:13.318Z | Compiling semver v1.0.23 |
1265 | 2024-10-01T15:46:14.097Z | Compiling tokio v1.39.3 |
1266 | 2024-10-01T15:46:14.136Z | Compiling rustc_version v0.4.0 |
1267 | 2024-10-01T15:46:14.473Z | Compiling http v1.1.0 |
1268 | 2024-10-01T15:46:14.892Z | Compiling pest_derive v2.7.10 |
1269 | 2024-10-01T15:46:14.926Z | Compiling heapless v0.7.17 |
1270 | 2024-10-01T15:46:15.589Z | Compiling dtrace-parser v0.2.0 |
1271 | 2024-10-01T15:46:16.291Z | Compiling http-body v1.0.0 |
1272 | 2024-10-01T15:46:16.547Z | Compiling dof v0.3.0 |
1273 | 2024-10-01T15:46:17.006Z | Compiling uuid v1.10.0 |
1274 | 2024-10-01T15:46:17.812Z | Compiling usdt-impl v0.5.0 |
1275 | 2024-10-01T15:46:18.583Z | Compiling curve25519-dalek v4.1.3 |
1276 | 2024-10-01T15:46:18.819Z | Compiling http v0.2.12 |
1277 | 2024-10-01T15:46:19.090Z | Compiling serde_spanned v0.6.7 |
1278 | 2024-10-01T15:46:19.245Z | Compiling serde_tokenstream v0.2.2 |
1279 | 2024-10-01T15:46:19.339Z | Compiling toml_datetime v0.6.8 |
1280 | 2024-10-01T15:46:19.517Z | Compiling chrono v0.4.38 |
1281 | 2024-10-01T15:46:19.894Z | Compiling base16ct v0.2.0 |
1282 | 2024-10-01T15:46:19.914Z | Compiling crc32fast v1.4.0 |
1283 | 2024-10-01T15:46:20.255Z | Compiling gimli v0.28.1 |
1284 | 2024-10-01T15:46:20.443Z | Compiling adler v1.0.2 |
1285 | 2024-10-01T15:46:20.589Z | Compiling signal-hook v0.3.17 |
1286 | 2024-10-01T15:46:20.666Z | Compiling miniz_oxide v0.7.2 |
1287 | 2024-10-01T15:46:20.989Z | Compiling sec1 v0.7.3 |
1288 | 2024-10-01T15:46:21.521Z | Compiling terminal_size v0.3.0 |
1289 | 2024-10-01T15:46:21.591Z | Compiling http-body-util v0.1.2 |
1290 | 2024-10-01T15:46:22.140Z | Compiling postgres-protocol v0.6.7 |
1291 | 2024-10-01T15:46:22.375Z | Compiling tokio-util v0.7.12 |
1292 | 2024-10-01T15:46:22.770Z | Compiling tokio-rustls v0.26.0 |
1293 | 2024-10-01T15:46:23.242Z | Compiling tokio-native-tls v0.3.1 |
1294 | 2024-10-01T15:46:23.464Z | Compiling h2 v0.4.6 |
1295 | 2024-10-01T15:46:23.591Z | Compiling hubpack_derive v0.1.1 |
1296 | 2024-10-01T15:46:23.652Z | Compiling publicsuffix v2.2.3 |
1297 | 2024-10-01T15:46:23.914Z | Compiling group v0.13.0 |
1298 | 2024-10-01T15:46:23.931Z | Compiling num-iter v0.1.45 |
1299 | 2024-10-01T15:46:24.128Z | Compiling hkdf v0.12.4 |
1300 | 2024-10-01T15:46:24.233Z | Compiling crypto-bigint v0.5.5 |
1301 | 2024-10-01T15:46:24.385Z | Compiling zerocopy-derive v0.6.6 |
1302 | 2024-10-01T15:46:24.447Z | Compiling async-trait v0.1.83 |
1303 | 2024-10-01T15:46:24.531Z | Compiling curve25519-dalek-derive v0.1.1 |
1304 | 2024-10-01T15:46:25.417Z | Compiling addr2line v0.21.0 |
1305 | 2024-10-01T15:46:26.142Z | Compiling phf_shared v0.11.2 |
1306 | 2024-10-01T15:46:26.501Z | Compiling serde_derive_internals v0.29.1 |
1307 | 2024-10-01T15:46:26.672Z | Compiling webpki-roots v0.26.3 |
1308 | 2024-10-01T15:46:26.909Z | Compiling object v0.32.2 |
1309 | 2024-10-01T15:46:27.011Z | Compiling fs-err v2.11.0 |
1310 | 2024-10-01T15:46:27.273Z | Compiling adler2 v2.0.0 |
1311 | 2024-10-01T15:46:27.329Z | Compiling managed v0.8.0 |
1312 | 2024-10-01T15:46:27.419Z | Compiling winnow v0.5.40 |
1313 | 2024-10-01T15:46:27.485Z | Compiling ipnet v2.10.0 |
1314 | 2024-10-01T15:46:27.793Z | Compiling bitflags v1.3.2 |
1315 | 2024-10-01T15:46:27.908Z | Compiling rustc-demangle v0.1.24 |
1316 | 2024-10-01T15:46:28.764Z | Compiling schemars v0.8.21 |
1317 | 2024-10-01T15:46:28.984Z | Compiling anyhow v1.0.89 |
1318 | 2024-10-01T15:46:29.167Z | Compiling clap_builder v4.5.18 |
1319 | 2024-10-01T15:46:29.358Z | Compiling schemars_derive v0.8.21 |
1320 | 2024-10-01T15:46:29.830Z | Compiling miniz_oxide v0.8.0 |
1321 | 2024-10-01T15:46:30.549Z | Compiling console v0.15.8 |
1322 | 2024-10-01T15:46:31.287Z | Compiling hyper v1.4.1 |
1323 | 2024-10-01T15:46:31.429Z | Compiling toml_edit v0.19.15 |
1324 | 2024-10-01T15:46:31.932Z | Compiling elliptic-curve v0.13.8 |
1325 | 2024-10-01T15:46:32.075Z | Compiling zerocopy v0.6.6 |
1326 | 2024-10-01T15:46:32.691Z | Compiling cookie_store v0.21.0 |
1327 | 2024-10-01T15:46:32.759Z | Compiling phf v0.11.2 |
1328 | 2024-10-01T15:46:33.052Z | Compiling rayon v1.10.0 |
1329 | 2024-10-01T15:46:34.216Z | Compiling hyper-util v0.1.9 |
1330 | 2024-10-01T15:46:34.374Z | Compiling hubpack v0.1.2 |
1331 | 2024-10-01T15:46:36.972Z | Compiling hyper-tls v0.6.0 |
1332 | 2024-10-01T15:46:37.321Z | Compiling hyper-rustls v0.27.3 |
1333 | 2024-10-01T15:46:37.400Z | Compiling h2 v0.3.26 |
1334 | 2024-10-01T15:46:37.807Z | Compiling postgres-types v0.2.8 |
1335 | 2024-10-01T15:46:38.174Z | Compiling usdt-attr-macro v0.5.0 |
1336 | 2024-10-01T15:46:38.412Z | Compiling usdt-macro v0.5.0 |
1337 | 2024-10-01T15:46:38.958Z | Compiling http-body v0.4.6 |
1338 | 2024-10-01T15:46:39.323Z | Compiling serde-big-array v0.5.1 |
1339 | 2024-10-01T15:46:39.388Z | Compiling serde_urlencoded v0.7.1 |
1340 | 2024-10-01T15:46:39.409Z | Compiling ed25519 v2.2.3 |
1341 | 2024-10-01T15:46:39.537Z | Compiling pkcs1 v0.7.5 |
1342 | 2024-10-01T15:46:39.874Z | Compiling futures-executor v0.3.30 |
1343 | 2024-10-01T15:46:39.903Z | Compiling rfc6979 v0.4.0 |
1344 | 2024-10-01T15:46:39.924Z | Compiling bstr v1.9.1 |
1345 | 2024-10-01T15:46:40.090Z | Compiling regex v1.10.6 |
1346 | 2024-10-01T15:46:40.450Z | Compiling strum_macros v0.25.3 |
1347 | 2024-10-01T15:46:40.551Z | Compiling serde_repr v0.1.19 |
1348 | 2024-10-01T15:46:41.076Z | Compiling enum-as-inner v0.6.0 |
1349 | 2024-10-01T15:46:41.207Z | Compiling clap_derive v4.5.18 |
1350 | 2024-10-01T15:46:41.475Z | Compiling phf_shared v0.10.0 |
1351 | 2024-10-01T15:46:41.706Z | Compiling rustls-pemfile v2.1.3 |
1352 | 2024-10-01T15:46:41.744Z | Compiling float-cmp v0.9.0 |
1353 | 2024-10-01T15:46:41.886Z | Compiling idna v0.4.0 |
1354 | 2024-10-01T15:46:41.962Z | Compiling sync_wrapper v1.0.1 |
1355 | 2024-10-01T15:46:42.123Z | Compiling mio v0.8.11 |
1356 | 2024-10-01T15:46:42.163Z | Compiling encoding_rs v0.8.34 |
1357 | 2024-10-01T15:46:42.202Z | Compiling static_assertions v1.1.0 |
1358 | 2024-10-01T15:46:42.303Z | Compiling minimal-lexical v0.2.1 |
1359 | 2024-10-01T15:46:42.817Z | Compiling normalize-line-endings v0.3.0 |
1360 | 2024-10-01T15:46:42.950Z | Compiling mime v0.3.17 |
1361 | 2024-10-01T15:46:43.353Z | Compiling number_prefix v0.4.0 |
1362 | 2024-10-01T15:46:43.465Z | Compiling precomputed-hash v0.1.1 |
1363 | 2024-10-01T15:46:43.563Z | Compiling predicates-core v1.0.6 |
1364 | 2024-10-01T15:46:43.588Z | Compiling difflib v0.4.0 |
1365 | 2024-10-01T15:46:43.619Z | Compiling data-encoding v2.6.0 |
1366 | 2024-10-01T15:46:43.932Z | Compiling whoami v1.5.2 |
1367 | 2024-10-01T15:46:44.570Z | Compiling new_debug_unreachable v1.0.6 |
1368 | 2024-10-01T15:46:44.589Z | Compiling bit-vec v0.6.3 |
1369 | 2024-10-01T15:46:44.670Z | Compiling unicode-segmentation v1.11.0 |
1370 | 2024-10-01T15:46:45.056Z | Compiling dyn-clone v1.0.17 |
1371 | 2024-10-01T15:46:45.136Z | Compiling fixedbitset v0.4.2 |
1372 | 2024-10-01T15:46:45.544Z | Compiling petgraph v0.6.5 |
1373 | 2024-10-01T15:46:45.597Z | Compiling similar v2.6.0 |
1374 | 2024-10-01T15:46:45.994Z | Compiling bit-set v0.5.3 |
1375 | 2024-10-01T15:46:46.231Z | Compiling clap v4.5.18 |
1376 | 2024-10-01T15:46:46.277Z | Compiling string_cache v0.8.7 |
1377 | 2024-10-01T15:46:46.356Z | Compiling reqwest v0.12.7 |
1378 | 2024-10-01T15:46:46.651Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1379 | 2024-10-01T15:46:46.755Z | Compiling hickory-proto v0.24.1 |
1380 | 2024-10-01T15:46:47.991Z | Compiling tokio-postgres v0.7.12 |
1381 | 2024-10-01T15:46:48.059Z | Compiling hyper v0.14.30 |
1382 | 2024-10-01T15:46:49.015Z | Compiling predicates v3.1.2 |
1383 | 2024-10-01T15:46:49.386Z | Compiling toml_edit v0.22.22 |
1384 | 2024-10-01T15:46:49.464Z | Compiling indicatif v0.17.8 |
1385 | 2024-10-01T15:46:50.742Z | Compiling signal-hook-mio v0.2.4 |
1386 | 2024-10-01T15:46:50.923Z | Compiling nom v7.1.3 |
1387 | 2024-10-01T15:46:51.704Z | Compiling usdt v0.5.0 |
1388 | 2024-10-01T15:46:52.188Z | Compiling futures v0.3.30 |
1389 | 2024-10-01T15:46:52.315Z | Compiling ecdsa v0.16.9 |
1390 | 2024-10-01T15:46:53.166Z | Compiling rsa v0.9.6 |
1391 | 2024-10-01T15:46:53.516Z | Compiling ed25519-dalek v2.1.1 |
1392 | 2024-10-01T15:46:53.732Z | Compiling flate2 v1.0.34 |
1393 | 2024-10-01T15:46:54.710Z | Compiling toml v0.7.8 |
1394 | 2024-10-01T15:46:55.479Z | Compiling tokio-stream v0.1.16 |
1395 | 2024-10-01T15:46:55.653Z | Compiling openapiv3 v2.0.0 |
1396 | 2024-10-01T15:46:56.464Z | Compiling hex v0.4.3 |
1397 | 2024-10-01T15:46:56.554Z | Compiling x509-cert v0.2.5 |
1398 | 2024-10-01T15:46:57.047Z | Compiling sha1 v0.10.6 |
1399 | 2024-10-01T15:46:57.100Z | Compiling itertools v0.10.5 |
1400 | 2024-10-01T15:46:57.485Z | Compiling itertools v0.12.1 |
1401 | 2024-10-01T15:46:57.586Z | Compiling dirs-sys-next v0.1.2 |
1402 | 2024-10-01T15:46:58.073Z | Compiling unicode-xid v0.2.4 |
1403 | 2024-10-01T15:46:58.258Z | Compiling lalrpop-util v0.19.12 |
1404 | 2024-10-01T15:46:58.261Z | Compiling peg-runtime v0.8.3 |
1405 | 2024-10-01T15:46:58.632Z | Compiling dirs-next v2.0.0 |
1406 | 2024-10-01T15:46:58.841Z | Compiling thread_local v1.1.8 |
1407 | 2024-10-01T15:46:58.921Z | Compiling slog-async v2.8.0 |
1408 | 2024-10-01T15:46:59.021Z | Compiling term v0.7.0 |
1409 | 2024-10-01T15:46:59.373Z | Compiling xattr v1.3.1 |
1410 | 2024-10-01T15:46:59.542Z | Compiling strum_macros v0.26.4 |
1411 | 2024-10-01T15:46:59.625Z | Compiling crossbeam-channel v0.5.12 |
1412 | 2024-10-01T15:46:59.898Z | Compiling is-terminal v0.4.12 |
1413 | 2024-10-01T15:47:00.026Z | Compiling filetime v0.2.25 |
1414 | 2024-10-01T15:47:00.117Z | Compiling take_mut v0.2.2 |
1415 | 2024-10-01T15:47:00.280Z | Compiling tar v0.4.42 |
1416 | 2024-10-01T15:47:00.336Z | Compiling slog-term v2.9.1 |
1417 | 2024-10-01T15:47:00.536Z | Compiling camino v1.1.9 |
1418 | 2024-10-01T15:47:01.293Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1419 | 2024-10-01T15:47:02.635Z | Compiling strum v0.26.3 |
1420 | 2024-10-01T15:47:02.722Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1421 | 2024-10-01T15:47:08.305Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s |
1422 | 2024-10-01T15:47:08.461Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1423 | 2024-10-01T15:47:08.513Z | Oct 01 15:47:06.902 INFO Starting download, target: Cockroach |
1424 | 2024-10-01T15:47:08.513Z | Oct 01 15:47:06.902 INFO Starting download, target: Clickhouse |
1425 | 2024-10-01T15:47:08.513Z | Oct 01 15:47:06.902 INFO Starting download, target: Console |
1426 | 2024-10-01T15:47:08.513Z | Oct 01 15:47:06.902 INFO Starting download, target: DendriteOpenapi |
1427 | 2024-10-01T15:47:08.513Z | Oct 01 15:47:06.902 INFO Starting download, target: DendriteStub |
1428 | 2024-10-01T15:47:08.513Z | Oct 01 15:47:06.902 INFO Starting download, target: MaghemiteMgd |
1429 | 2024-10-01T15:47:08.517Z | Oct 01 15:47:06.902 INFO Starting download, target: TransceiverControl |
1430 | 2024-10-01T15:47:08.517Z | Oct 01 15:47:06.903 INFO Downloading out/downloads/dpd-8dab641b522375a4b403ae4bd0c9a22d905fae5d.json (attempt 1/3), target: DendriteOpenapi |
1431 | 2024-10-01T15:47:08.517Z | Oct 01 15:47:06.903 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1432 | 2024-10-01T15:47:08.517Z | Oct 01 15:47:06.903 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1433 | 2024-10-01T15:47:08.517Z | Oct 01 15:47:06.903 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1434 | 2024-10-01T15:47:08.517Z | Oct 01 15:47:06.903 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1435 | 2024-10-01T15:47:08.517Z | Oct 01 15:47:06.903 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1436 | 2024-10-01T15:47:08.517Z | Oct 01 15:47:06.903 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1437 | 2024-10-01T15:47:08.709Z | Oct 01 15:47:07.099 INFO Download complete, target: DendriteOpenapi |
1438 | 2024-10-01T15:47:08.765Z | Oct 01 15:47:07.152 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1439 | 2024-10-01T15:47:09.200Z | Oct 01 15:47:07.590 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1440 | 2024-10-01T15:47:09.220Z | Oct 01 15:47:07.606 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1441 | 2024-10-01T15:47:09.287Z | Oct 01 15:47:07.678 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1442 | 2024-10-01T15:47:09.544Z | Oct 01 15:47:07.934 INFO Download complete, target: TransceiverControl |
1443 | 2024-10-01T15:47:09.559Z | Oct 01 15:47:07.948 INFO Download complete, target: Console |
1444 | 2024-10-01T15:47:10.106Z | Oct 01 15:47:08.496 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1445 | 2024-10-01T15:47:10.106Z | Oct 01 15:47:08.497 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1446 | 2024-10-01T15:47:11.937Z | Oct 01 15:47:10.327 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1447 | 2024-10-01T15:47:12.345Z | Oct 01 15:47:10.735 INFO Download complete, target: DendriteStub |
1448 | 2024-10-01T15:47:12.425Z | Oct 01 15:47:10.814 INFO Download complete, target: MaghemiteMgd |
1449 | 2024-10-01T15:47:18.264Z | Oct 01 15:47:16.652 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1450 | 2024-10-01T15:47:18.580Z | Oct 01 15:47:16.969 INFO Checking that binary works, target: Cockroach |
1451 | 2024-10-01T15:47:18.732Z | Oct 01 15:47:17.121 INFO Download complete, target: Cockroach |
1452 | 2024-10-01T15:47:25.391Z | Oct 01 15:47:23.779 INFO Checking that binary works, target: Clickhouse |
1453 | 2024-10-01T15:47:25.559Z | Oct 01 15:47:23.947 INFO Download complete, target: Clickhouse |
1454 | 2024-10-01T15:47:25.579Z | All builder prerequisites installed successfully, and PATH looks valid |
1455 | 2024-10-01T15:47:25.582Z | |
1456 | 2024-10-01T15:47:25.582Z | real 3:52.857753002 |
1457 | 2024-10-01T15:47:25.582Z | user 12:18.184359419 |
1458 | 2024-10-01T15:47:25.582Z | sys 2:34.836085689 |
1459 | 2024-10-01T15:47:25.582Z | trap 0.457464842 |
1460 | 2024-10-01T15:47:25.582Z | tflt 1.598445243 |
1461 | 2024-10-01T15:47:25.582Z | dflt 1.816932838 |
1462 | 2024-10-01T15:47:25.582Z | kflt 0.027711831 |
1463 | 2024-10-01T15:47:25.582Z | lock 23:40.987852806 |
1464 | 2024-10-01T15:47:25.582Z | slp 47:17.162594316 |
1465 | 2024-10-01T15:47:25.582Z | lat 45.468216520 |
1466 | 2024-10-01T15:47:25.582Z | stop 1:55.702650210 |
1467 | 2024-10-01T15:47:25.582Z | + banner clippy |
1468 | 2024-10-01T15:47:25.585Z | |
1469 | 2024-10-01T15:47:25.585Z | #### # # ##### ##### # # |
1470 | 2024-10-01T15:47:25.585Z | # # # # # # # # # # |
1471 | 2024-10-01T15:47:25.585Z | # # # # # # # # |
1472 | 2024-10-01T15:47:25.585Z | # # # ##### ##### # |
1473 | 2024-10-01T15:47:25.585Z | # # # # # # # |
1474 | 2024-10-01T15:47:25.585Z | #### ###### # # # # |
1475 | 2024-10-01T15:47:25.585Z | |
1476 | 2024-10-01T15:47:25.585Z | + export CARGO_INCREMENTAL=0 |
1477 | 2024-10-01T15:47:25.585Z | + CARGO_INCREMENTAL=0 |
1478 | 2024-10-01T15:47:25.585Z | + ptime -m cargo xtask clippy |
1479 | 2024-10-01T15:47:26.152Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1480 | 2024-10-01T15:47:30.164Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.53s |
1481 | 2024-10-01T15:47:30.216Z | Running `target/debug/xtask clippy` |
1482 | 2024-10-01T15:47:30.237Z | running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1483 | 2024-10-01T15:47:30.952Z | Downloading crates ... |
1484 | 2024-10-01T15:47:31.273Z | Downloaded assert-json-diff v2.0.2 |
1485 | 2024-10-01T15:47:31.284Z | Downloaded anes v0.1.6 |
1486 | 2024-10-01T15:47:31.292Z | Downloaded escape8259 v0.5.2 |
1487 | 2024-10-01T15:47:31.294Z | Downloaded guppy-workspace-hack v0.1.0 |
1488 | 2024-10-01T15:47:31.296Z | Downloaded async-object-pool v0.1.5 |
1489 | 2024-10-01T15:47:31.301Z | Downloaded plotters-svg v0.3.5 |
1490 | 2024-10-01T15:47:31.304Z | Downloaded nested v0.1.1 |
1491 | 2024-10-01T15:47:31.309Z | Downloaded async-executor v1.13.1 |
1492 | 2024-10-01T15:47:31.313Z | Downloaded threadpool v1.8.1 |
1493 | 2024-10-01T15:47:31.316Z | Downloaded async-signal v0.2.10 |
1494 | 2024-10-01T15:47:31.316Z | Downloaded async-channel v1.9.0 |
1495 | 2024-10-01T15:47:31.318Z | Downloaded piper v0.2.4 |
1496 | 2024-10-01T15:47:31.318Z | Downloaded parking v2.2.1 |
1497 | 2024-10-01T15:47:31.321Z | Downloaded datatest-stable v0.2.9 |
1498 | 2024-10-01T15:47:31.336Z | Downloaded tinytemplate v1.2.1 |
1499 | 2024-10-01T15:47:31.339Z | Downloaded similar-asserts v1.5.0 |
1500 | 2024-10-01T15:47:31.341Z | Downloaded path-tree v0.8.1 |
1501 | 2024-10-01T15:47:31.341Z | Downloaded oorandom v11.1.3 |
1502 | 2024-10-01T15:47:31.344Z | Downloaded kv-log-macro v1.0.7 |
1503 | 2024-10-01T15:47:31.344Z | Downloaded futures-timer v3.0.3 |
1504 | 2024-10-01T15:47:31.346Z | Downloaded blocking v1.6.1 |
1505 | 2024-10-01T15:47:31.349Z | Downloaded async-global-executor v2.4.1 |
1506 | 2024-10-01T15:47:31.349Z | Downloaded target-lexicon v0.12.16 |
1507 | 2024-10-01T15:47:31.351Z | Downloaded rust-argon2 v2.1.0 |
1508 | 2024-10-01T15:47:31.354Z | Downloaded event-listener v5.3.1 |
1509 | 2024-10-01T15:47:31.356Z | Downloaded async-io v2.3.4 |
1510 | 2024-10-01T15:47:31.359Z | Downloaded trybuild v1.0.99 |
1511 | 2024-10-01T15:47:31.362Z | Downloaded doc-comment v0.3.3 |
1512 | 2024-10-01T15:47:31.362Z | Downloaded pathdiff v0.2.1 |
1513 | 2024-10-01T15:47:31.364Z | Downloaded hyper-rustls v0.26.0 |
1514 | 2024-10-01T15:47:31.367Z | Downloaded async-task v4.7.1 |
1515 | 2024-10-01T15:47:31.369Z | Downloaded async-channel v2.3.1 |
1516 | 2024-10-01T15:47:31.369Z | Downloaded async-attributes v1.1.2 |
1517 | 2024-10-01T15:47:31.370Z | Downloaded assert_cmd v2.0.16 |
1518 | 2024-10-01T15:47:31.372Z | Downloaded rand_distr v0.4.3 |
1519 | 2024-10-01T15:47:31.374Z | Downloaded serde_regex v1.1.0 |
1520 | 2024-10-01T15:47:31.377Z | Downloaded rstest v0.22.0 |
1521 | 2024-10-01T15:47:31.380Z | Downloaded relative-path v1.9.3 |
1522 | 2024-10-01T15:47:31.383Z | Downloaded num_cpus v1.16.0 |
1523 | 2024-10-01T15:47:31.385Z | Downloaded event-listener-strategy v0.5.2 |
1524 | 2024-10-01T15:47:31.385Z | Downloaded plotters-backend v0.3.5 |
1525 | 2024-10-01T15:47:31.388Z | Downloaded cfg-expr v0.16.0 |
1526 | 2024-10-01T15:47:31.388Z | Downloaded concurrent-queue v2.5.0 |
1527 | 2024-10-01T15:47:31.391Z | Downloaded target-spec v3.2.1 |
1528 | 2024-10-01T15:47:31.394Z | Downloaded indoc v2.0.5 |
1529 | 2024-10-01T15:47:31.394Z | Downloaded event-listener v2.5.3 |
1530 | 2024-10-01T15:47:31.396Z | Downloaded cast v0.3.0 |
1531 | 2024-10-01T15:47:31.396Z | Downloaded approx v0.5.1 |
1532 | 2024-10-01T15:47:31.399Z | Downloaded stringmetrics v2.2.2 |
1533 | 2024-10-01T15:47:31.402Z | Downloaded proc-macro-crate v3.1.0 |
1534 | 2024-10-01T15:47:31.402Z | Downloaded futures-lite v2.3.0 |
1535 | 2024-10-01T15:47:31.404Z | Downloaded libtest-mimic v0.7.3 |
1536 | 2024-10-01T15:47:31.404Z | Downloaded criterion-plot v0.5.0 |
1537 | 2024-10-01T15:47:31.407Z | Downloaded pretty_assertions v1.4.1 |
1538 | 2024-10-01T15:47:31.413Z | Downloaded partial-io v0.5.4 |
1539 | 2024-10-01T15:47:31.413Z | Downloaded blake2b_simd v1.0.2 |
1540 | 2024-10-01T15:47:31.416Z | Downloaded httptest v0.16.1 |
1541 | 2024-10-01T15:47:31.418Z | Downloaded async-process v2.2.4 |
1542 | 2024-10-01T15:47:31.418Z | Downloaded rustls-native-certs v0.7.0 |
1543 | 2024-10-01T15:47:31.423Z | Downloaded fancy-regex v0.13.0 |
1544 | 2024-10-01T15:47:31.425Z | Downloaded async-lock v3.4.0 |
1545 | 2024-10-01T15:47:31.426Z | Downloaded rstest_macros v0.22.0 |
1546 | 2024-10-01T15:47:31.428Z | Downloaded criterion v0.5.1 |
1547 | 2024-10-01T15:47:31.434Z | Downloaded yansi v1.0.1 |
1548 | 2024-10-01T15:47:31.440Z | Downloaded polling v3.7.3 |
1549 | 2024-10-01T15:47:31.443Z | Downloaded toml_edit v0.21.1 |
1550 | 2024-10-01T15:47:31.465Z | Downloaded plotters v0.3.5 |
1551 | 2024-10-01T15:47:31.473Z | Downloaded guppy v0.17.7 |
1552 | 2024-10-01T15:47:31.478Z | Downloaded async-std v1.13.0 |
1553 | 2024-10-01T15:47:31.550Z | Downloaded httpmock v0.8.0-alpha.1 |
1554 | 2024-10-01T15:47:32.243Z | Checking cfg-if v1.0.0 |
1555 | 2024-10-01T15:47:32.311Z | Checking libc v0.2.159 |
1556 | 2024-10-01T15:47:32.331Z | Checking serde v1.0.210 |
1557 | 2024-10-01T15:47:32.352Z | Checking memchr v2.7.2 |
1558 | 2024-10-01T15:47:32.370Z | Checking value-bag v1.9.0 |
1559 | 2024-10-01T15:47:32.387Z | Checking scopeguard v1.2.0 |
1560 | 2024-10-01T15:47:32.410Z | Checking byteorder v1.5.0 |
1561 | 2024-10-01T15:47:32.433Z | Checking zeroize v1.8.1 |
1562 | 2024-10-01T15:47:32.460Z | Checking itoa v1.0.11 |
1563 | 2024-10-01T15:47:32.512Z | Checking lock_api v0.4.12 |
1564 | 2024-10-01T15:47:32.678Z | Checking smallvec v1.13.2 |
1565 | 2024-10-01T15:47:32.703Z | Checking once_cell v1.19.0 |
1566 | 2024-10-01T15:47:32.754Z | Checking log v0.4.22 |
1567 | 2024-10-01T15:47:32.821Z | Checking pin-project-lite v0.2.14 |
1568 | 2024-10-01T15:47:32.925Z | Checking subtle v2.5.0 |
1569 | 2024-10-01T15:47:32.952Z | Checking typenum v1.17.0 |
1570 | 2024-10-01T15:47:32.981Z | Checking futures-core v0.3.30 |
1571 | 2024-10-01T15:47:33.040Z | Checking zerocopy v0.7.34 |
1572 | 2024-10-01T15:47:33.161Z | Checking thiserror v1.0.64 |
1573 | 2024-10-01T15:47:33.183Z | Checking libm v0.2.8 |
1574 | 2024-10-01T15:47:33.227Z | Checking ryu v1.0.18 |
1575 | 2024-10-01T15:47:33.254Z | Checking spin v0.9.8 |
1576 | 2024-10-01T15:47:33.295Z | Checking futures-io v0.3.30 |
1577 | 2024-10-01T15:47:33.415Z | Checking getrandom v0.2.14 |
1578 | 2024-10-01T15:47:33.444Z | Checking parking_lot_core v0.9.10 |
1579 | 2024-10-01T15:47:33.471Z | Checking signal-hook-registry v1.4.2 |
1580 | 2024-10-01T15:47:33.576Z | Checking mio v1.0.2 |
1581 | 2024-10-01T15:47:33.674Z | Checking rand_core v0.6.4 |
1582 | 2024-10-01T15:47:33.720Z | Checking socket2 v0.5.7 |
1583 | 2024-10-01T15:47:33.763Z | Checking parking_lot v0.12.2 |
1584 | 2024-10-01T15:47:33.988Z | Checking const-oid v0.9.6 |
1585 | 2024-10-01T15:47:34.107Z | Checking slab v0.4.9 |
1586 | 2024-10-01T15:47:34.153Z | Checking allocator-api2 v0.2.18 |
1587 | 2024-10-01T15:47:34.180Z | Checking num-traits v0.2.19 |
1588 | 2024-10-01T15:47:34.219Z | Checking futures-sink v0.3.30 |
1589 | 2024-10-01T15:47:34.245Z | Checking generic-array v0.14.7 |
1590 | 2024-10-01T15:47:34.354Z | Checking cpufeatures v0.2.12 |
1591 | 2024-10-01T15:47:34.382Z | Checking pin-utils v0.1.0 |
1592 | 2024-10-01T15:47:34.425Z | Checking ahash v0.8.11 |
1593 | 2024-10-01T15:47:34.453Z | Checking futures-channel v0.3.30 |
1594 | 2024-10-01T15:47:34.485Z | Checking futures-task v0.3.30 |
1595 | 2024-10-01T15:47:34.743Z | Checking equivalent v1.0.1 |
1596 | 2024-10-01T15:47:34.790Z | Checking fnv v1.0.7 |
1597 | 2024-10-01T15:47:34.812Z | Checking futures-util v0.3.30 |
1598 | 2024-10-01T15:47:34.854Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1599 | 2024-10-01T15:47:34.918Z | Checking tracing-core v0.1.32 |
1600 | 2024-10-01T15:47:34.939Z | Checking hashbrown v0.14.5 |
1601 | 2024-10-01T15:47:35.190Z | Checking errno v0.3.9 |
1602 | 2024-10-01T15:47:35.374Z | Checking iana-time-zone v0.1.60 |
1603 | 2024-10-01T15:47:35.399Z | Checking crypto-common v0.1.6 |
1604 | 2024-10-01T15:47:35.522Z | Checking block-buffer v0.10.4 |
1605 | 2024-10-01T15:47:35.576Z | Checking tinyvec_macros v0.1.1 |
1606 | 2024-10-01T15:47:35.600Z | Checking tracing v0.1.40 |
1607 | 2024-10-01T15:47:35.677Z | Checking tinyvec v1.6.0 |
1608 | 2024-10-01T15:47:35.728Z | Checking ppv-lite86 v0.2.17 |
1609 | 2024-10-01T15:47:35.752Z | Checking digest v0.10.7 |
1610 | 2024-10-01T15:47:35.894Z | Checking block-padding v0.3.3 |
1611 | 2024-10-01T15:47:35.951Z | Checking unicode-bidi v0.3.15 |
1612 | 2024-10-01T15:47:36.097Z | Checking crossbeam-utils v0.8.19 |
1613 | 2024-10-01T15:47:36.122Z | Checking inout v0.1.3 |
1614 | 2024-10-01T15:47:36.125Z | Checking percent-encoding v2.3.1 |
1615 | 2024-10-01T15:47:36.348Z | Checking form_urlencoded v1.2.1 |
1616 | 2024-10-01T15:47:36.388Z | Checking cipher v0.4.4 |
1617 | 2024-10-01T15:47:36.478Z | Checking rand_chacha v0.3.1 |
1618 | 2024-10-01T15:47:36.550Z | Checking dyn-clone v1.0.17 |
1619 | 2024-10-01T15:47:36.580Z | Checking base64ct v1.6.0 |
1620 | 2024-10-01T15:47:36.702Z | Checking hmac v0.12.1 |
1621 | 2024-10-01T15:47:36.786Z | Checking httparse v1.8.0 |
1622 | 2024-10-01T15:47:36.808Z | Checking regex-syntax v0.8.4 |
1623 | 2024-10-01T15:47:36.837Z | Checking rand v0.8.5 |
1624 | 2024-10-01T15:47:36.913Z | Checking sha2 v0.10.8 |
1625 | 2024-10-01T15:47:37.000Z | Checking untrusted v0.9.0 |
1626 | 2024-10-01T15:47:37.039Z | Checking unicode-normalization v0.1.23 |
1627 | 2024-10-01T15:47:37.161Z | Checking atomic-waker v1.1.2 |
1628 | 2024-10-01T15:47:37.183Z | Checking ring v0.17.8 |
1629 | 2024-10-01T15:47:37.238Z | Checking bytes v1.7.2 |
1630 | 2024-10-01T15:47:37.286Z | Checking bitflags v2.6.0 |
1631 | 2024-10-01T15:47:37.471Z | Checking serde_json v1.0.128 |
1632 | 2024-10-01T15:47:37.586Z | Checking indexmap v2.5.0 |
1633 | 2024-10-01T15:47:37.963Z | Checking rustix v0.38.34 |
1634 | 2024-10-01T15:47:37.993Z | Checking tokio v1.39.3 |
1635 | 2024-10-01T15:47:38.063Z | Checking chrono v0.4.38 |
1636 | 2024-10-01T15:47:38.871Z | Checking uuid v1.10.0 |
1637 | 2024-10-01T15:47:38.982Z | Checking http v1.1.0 |
1638 | 2024-10-01T15:47:39.122Z | Checking lazy_static v1.5.0 |
1639 | 2024-10-01T15:47:39.242Z | Checking aho-corasick v1.1.3 |
1640 | 2024-10-01T15:47:39.478Z | Checking idna v0.5.0 |
1641 | 2024-10-01T15:47:39.805Z | Checking pem-rfc7468 v0.7.0 |
1642 | 2024-10-01T15:47:40.020Z | Checking httpdate v1.0.3 |
1643 | 2024-10-01T15:47:40.085Z | Checking powerfmt v0.2.0 |
1644 | 2024-10-01T15:47:40.154Z | Checking schemars v0.8.21 |
1645 | 2024-10-01T15:47:40.244Z | Checking unicode-ident v1.0.13 |
1646 | 2024-10-01T15:47:40.341Z | Checking try-lock v0.2.5 |
1647 | 2024-10-01T15:47:40.365Z | Checking url v2.5.2 |
1648 | 2024-10-01T15:47:40.367Z | Checking deranged v0.3.11 |
1649 | 2024-10-01T15:47:40.408Z | Checking base64 v0.22.1 |
1650 | 2024-10-01T15:47:40.474Z | Checking want v0.3.1 |
1651 | 2024-10-01T15:47:40.651Z | Checking num_threads v0.1.7 |
1652 | 2024-10-01T15:47:40.776Z | Checking num-conv v0.1.0 |
1653 | 2024-10-01T15:47:40.811Z | Checking regex-automata v0.4.6 |
1654 | 2024-10-01T15:47:40.852Z | Checking rustls-pki-types v1.7.0 |
1655 | 2024-10-01T15:47:41.055Z | Checking time-core v0.1.2 |
1656 | 2024-10-01T15:47:41.188Z | Checking flagset v0.4.5 |
1657 | 2024-10-01T15:47:41.215Z | Checking proc-macro2 v1.0.86 |
1658 | 2024-10-01T15:47:41.312Z | Checking pbkdf2 v0.12.2 |
1659 | 2024-10-01T15:47:41.379Z | Checking der v0.7.9 |
1660 | 2024-10-01T15:47:41.421Z | Checking aes v0.8.4 |
1661 | 2024-10-01T15:47:41.481Z | Checking tower-service v0.3.2 |
1662 | 2024-10-01T15:47:41.609Z | Checking cbc v0.1.2 |
1663 | 2024-10-01T15:47:41.741Z | Checking salsa20 v0.10.2 |
1664 | 2024-10-01T15:47:41.822Z | Checking rustls-webpki v0.102.4 |
1665 | 2024-10-01T15:47:41.851Z | Checking quote v1.0.37 |
1666 | 2024-10-01T15:47:41.945Z | Checking scrypt v0.11.0 |
1667 | 2024-10-01T15:47:42.130Z | Checking time v0.3.36 |
1668 | 2024-10-01T15:47:42.175Z | Checking http-body v1.0.0 |
1669 | 2024-10-01T15:47:42.201Z | Checking syn v2.0.79 |
1670 | 2024-10-01T15:47:42.307Z | Checking slog v2.7.0 |
1671 | 2024-10-01T15:47:42.383Z | Checking adler v1.0.2 |
1672 | 2024-10-01T15:47:42.539Z | Checking mime v0.3.17 |
1673 | 2024-10-01T15:47:42.565Z | Checking gimli v0.28.1 |
1674 | 2024-10-01T15:47:42.792Z | Checking miniz_oxide v0.7.2 |
1675 | 2024-10-01T15:47:42.882Z | Checking object v0.32.2 |
1676 | 2024-10-01T15:47:43.234Z | Checking utf8parse v0.2.1 |
1677 | 2024-10-01T15:47:43.261Z | Checking spki v0.7.3 |
1678 | 2024-10-01T15:47:43.378Z | Checking rustc-demangle v0.1.24 |
1679 | 2024-10-01T15:47:43.549Z | Checking pkcs5 v0.7.1 |
1680 | 2024-10-01T15:47:43.791Z | Checking toml_datetime v0.6.8 |
1681 | 2024-10-01T15:47:44.072Z | Checking serde_spanned v0.6.7 |
1682 | 2024-10-01T15:47:44.075Z | Checking pkcs8 v0.10.2 |
1683 | 2024-10-01T15:47:44.271Z | Checking ipnet v2.10.0 |
1684 | 2024-10-01T15:47:44.420Z | Checking unicode-width v0.1.13 |
1685 | 2024-10-01T15:47:44.564Z | Checking futures-executor v0.3.30 |
1686 | 2024-10-01T15:47:44.626Z | Checking anstyle v1.0.8 |
1687 | 2024-10-01T15:47:44.738Z | Checking serde_urlencoded v0.7.1 |
1688 | 2024-10-01T15:47:44.794Z | Checking futures v0.3.30 |
1689 | 2024-10-01T15:47:44.882Z | Checking tokio-util v0.7.12 |
1690 | 2024-10-01T15:47:44.916Z | Checking encoding_rs v0.8.34 |
1691 | 2024-10-01T15:47:44.992Z | Checking rustls-pemfile v2.1.3 |
1692 | 2024-10-01T15:47:45.128Z | Checking foreign-types-shared v0.1.1 |
1693 | 2024-10-01T15:47:45.233Z | Checking data-encoding v2.6.0 |
1694 | 2024-10-01T15:47:45.259Z | Checking either v1.13.0 |
1695 | 2024-10-01T15:47:45.261Z | Checking regex v1.10.6 |
1696 | 2024-10-01T15:47:45.659Z | Checking openssl-probe v0.1.5 |
1697 | 2024-10-01T15:47:45.747Z | Checking h2 v0.4.6 |
1698 | 2024-10-01T15:47:45.816Z | Checking foreign-types v0.3.2 |
1699 | 2024-10-01T15:47:45.854Z | Checking anstyle-parse v0.2.4 |
1700 | 2024-10-01T15:47:45.878Z | Checking http-body-util v0.1.2 |
1701 | 2024-10-01T15:47:45.922Z | Checking semver v1.0.23 |
1702 | 2024-10-01T15:47:46.138Z | Checking openssl-sys v0.9.103 |
1703 | 2024-10-01T15:47:46.335Z | Checking anstyle-query v1.0.3 |
1704 | 2024-10-01T15:47:46.337Z | Checking colorchoice v1.0.1 |
1705 | 2024-10-01T15:47:46.390Z | Checking addr2line v0.21.0 |
1706 | 2024-10-01T15:47:46.468Z | Checking is_terminal_polyfill v1.70.0 |
1707 | 2024-10-01T15:47:46.492Z | Checking terminal_size v0.3.0 |
1708 | 2024-10-01T15:47:46.588Z | Checking anstream v0.6.14 |
1709 | 2024-10-01T15:47:46.666Z | Checking signature v2.2.0 |
1710 | 2024-10-01T15:47:46.871Z | Checking sha1 v0.10.6 |
1711 | 2024-10-01T15:47:46.874Z | Checking clap_lex v0.7.0 |
1712 | 2024-10-01T15:47:46.956Z | Checking strsim v0.11.1 |
1713 | 2024-10-01T15:47:47.119Z | Checking rustls v0.23.10 |
1714 | 2024-10-01T15:47:47.163Z | Checking openapiv3 v2.0.0 |
1715 | 2024-10-01T15:47:47.235Z | Checking clap_builder v4.5.18 |
1716 | 2024-10-01T15:47:47.278Z | Checking winnow v0.6.18 |
1717 | 2024-10-01T15:47:47.401Z | Checking openssl v0.10.66 |
1718 | 2024-10-01T15:47:48.410Z | Checking idna v0.3.0 |
1719 | 2024-10-01T15:47:48.743Z | Checking backtrace v0.3.71 |
1720 | 2024-10-01T15:47:49.263Z | Checking base16ct v0.2.0 |
1721 | 2024-10-01T15:47:49.311Z | Checking anyhow v1.0.89 |
1722 | 2024-10-01T15:47:49.469Z | Checking psl-types v2.0.11 |
1723 | 2024-10-01T15:47:49.657Z | Checking publicsuffix v2.2.3 |
1724 | 2024-10-01T15:47:49.683Z | Checking sec1 v0.7.3 |
1725 | 2024-10-01T15:47:49.901Z | Checking cookie v0.18.1 |
1726 | 2024-10-01T15:47:50.051Z | Checking webpki-roots v0.26.3 |
1727 | 2024-10-01T15:47:50.161Z | Checking num-integer v0.1.46 |
1728 | 2024-10-01T15:47:50.164Z | Checking clap v4.5.18 |
1729 | 2024-10-01T15:47:50.251Z | Checking ff v0.13.0 |
1730 | 2024-10-01T15:47:50.296Z | Checking scroll v0.12.0 |
1731 | 2024-10-01T15:47:50.347Z | Checking plain v0.2.3 |
1732 | 2024-10-01T15:47:50.461Z | Checking ucd-trie v0.1.6 |
1733 | 2024-10-01T15:47:50.490Z | Checking group v0.13.0 |
1734 | 2024-10-01T15:47:50.645Z | Checking cookie_store v0.21.0 |
1735 | 2024-10-01T15:47:50.678Z | Checking toml_edit v0.22.22 |
1736 | 2024-10-01T15:47:50.680Z | Checking pest v2.7.10 |
1737 | 2024-10-01T15:47:50.736Z | Checking goblin v0.8.2 |
1738 | 2024-10-01T15:47:50.739Z | Checking hkdf v0.12.4 |
1739 | 2024-10-01T15:47:50.949Z | Checking crypto-bigint v0.5.5 |
1740 | 2024-10-01T15:47:51.282Z | Checking sync_wrapper v1.0.1 |
1741 | 2024-10-01T15:47:51.427Z | Checking pretty-hex v0.4.1 |
1742 | 2024-10-01T15:47:51.602Z | Checking bitflags v1.3.2 |
1743 | 2024-10-01T15:47:51.708Z | Checking static_assertions v1.1.0 |
1744 | 2024-10-01T15:47:51.749Z | Checking hyper v1.4.1 |
1745 | 2024-10-01T15:47:51.806Z | Checking thread-id v4.2.1 |
1746 | 2024-10-01T15:47:51.925Z | Checking stable_deref_trait v1.2.0 |
1747 | 2024-10-01T15:47:51.927Z | Checking tokio-rustls v0.26.0 |
1748 | 2024-10-01T15:47:52.028Z | Checking num-iter v0.1.45 |
1749 | 2024-10-01T15:47:52.214Z | Checking crossbeam-epoch v0.9.18 |
1750 | 2024-10-01T15:47:52.340Z | Checking memmap v0.7.0 |
1751 | 2024-10-01T15:47:52.556Z | Checking crc32fast v1.4.0 |
1752 | 2024-10-01T15:47:52.646Z | Checking unicode-segmentation v1.11.0 |
1753 | 2024-10-01T15:47:52.792Z | Checking bstr v1.9.1 |
1754 | 2024-10-01T15:47:52.915Z | Checking native-tls v0.2.11 |
1755 | 2024-10-01T15:47:53.116Z | Checking dtrace-parser v0.2.0 |
1756 | 2024-10-01T15:47:53.225Z | Checking hex v0.4.3 |
1757 | 2024-10-01T15:47:53.248Z | Checking tokio-native-tls v0.3.1 |
1758 | 2024-10-01T15:47:53.299Z | Checking rfc6979 v0.4.0 |
1759 | 2024-10-01T15:47:53.482Z | Checking winnow v0.5.40 |
1760 | 2024-10-01T15:47:53.509Z | Checking managed v0.8.0 |
1761 | 2024-10-01T15:47:53.581Z | Checking adler2 v2.0.0 |
1762 | 2024-10-01T15:47:53.704Z | Checking crossbeam-deque v0.8.5 |
1763 | 2024-10-01T15:47:53.731Z | Checking num-bigint-dig v0.8.4 |
1764 | 2024-10-01T15:47:53.734Z | Checking elliptic-curve v0.13.8 |
1765 | 2024-10-01T15:47:53.734Z | Checking miniz_oxide v0.8.0 |
1766 | 2024-10-01T15:47:53.801Z | Checking hyper-util v0.1.9 |
1767 | 2024-10-01T15:47:53.843Z | Checking pkcs1 v0.7.5 |
1768 | 2024-10-01T15:47:54.056Z | Checking http v0.2.12 |
1769 | 2024-10-01T15:47:54.274Z | Checking curve25519-dalek v4.1.3 |
1770 | 2024-10-01T15:47:54.456Z | Checking ecdsa v0.16.9 |
1771 | 2024-10-01T15:47:54.537Z | Checking zerocopy v0.6.6 |
1772 | 2024-10-01T15:47:55.188Z | Checking signal-hook v0.3.17 |
1773 | 2024-10-01T15:47:55.267Z | Checking flate2 v1.0.34 |
1774 | 2024-10-01T15:47:55.406Z | Checking rayon-core v1.12.1 |
1775 | 2024-10-01T15:47:55.522Z | Checking ed25519 v2.2.3 |
1776 | 2024-10-01T15:47:55.607Z | Checking dof v0.3.0 |
1777 | 2024-10-01T15:47:55.820Z | Checking mio v0.8.11 |
1778 | 2024-10-01T15:47:55.866Z | Checking rsa v0.9.6 |
1779 | 2024-10-01T15:47:55.869Z | Checking hyper-tls v0.6.0 |
1780 | 2024-10-01T15:47:55.926Z | Checking hyper-rustls v0.27.3 |
1781 | 2024-10-01T15:47:56.056Z | Checking siphasher v0.3.11 |
1782 | 2024-10-01T15:47:56.098Z | Checking ed25519-dalek v2.1.1 |
1783 | 2024-10-01T15:47:56.182Z | Checking rayon v1.10.0 |
1784 | 2024-10-01T15:47:56.277Z | Checking usdt-impl v0.5.0 |
1785 | 2024-10-01T15:47:56.280Z | Checking reqwest v0.12.7 |
1786 | 2024-10-01T15:47:56.350Z | Checking http-body v0.4.6 |
1787 | 2024-10-01T15:47:56.443Z | Checking signal-hook-mio v0.2.4 |
1788 | 2024-10-01T15:47:56.468Z | Checking toml_edit v0.19.15 |
1789 | 2024-10-01T15:47:56.504Z | Checking h2 v0.3.26 |
1790 | 2024-10-01T15:47:56.610Z | Checking itertools v0.10.5 |
1791 | 2024-10-01T15:47:56.745Z | Checking x509-cert v0.2.5 |
1792 | 2024-10-01T15:47:56.801Z | Checking usdt v0.5.0 |
1793 | 2024-10-01T15:47:56.886Z | Checking idna v0.4.0 |
1794 | 2024-10-01T15:47:57.073Z | Checking hubpack v0.1.2 |
1795 | 2024-10-01T15:47:57.408Z | Checking bit-vec v0.6.3 |
1796 | 2024-10-01T15:47:57.697Z | Checking hickory-proto v0.24.1 |
1797 | 2024-10-01T15:47:57.761Z | Checking bit-set v0.5.3 |
1798 | 2024-10-01T15:47:58.010Z | Checking itertools v0.12.1 |
1799 | 2024-10-01T15:47:58.040Z | Checking console v0.15.8 |
1800 | 2024-10-01T15:47:58.346Z | Checking hash32 v0.2.1 |
1801 | 2024-10-01T15:47:58.613Z | Checking predicates-core v1.0.6 |
1802 | 2024-10-01T15:47:58.639Z | Checking finl_unicode v1.2.0 |
1803 | 2024-10-01T15:47:58.798Z | Checking heapless v0.7.17 |
1804 | 2024-10-01T15:47:58.856Z | Checking similar v2.6.0 |
1805 | 2024-10-01T15:47:58.989Z | Checking toml v0.7.8 |
1806 | 2024-10-01T15:47:59.194Z | Checking stringprep v0.1.4 |
1807 | 2024-10-01T15:47:59.478Z | Checking tokio-stream v0.1.16 |
1808 | 2024-10-01T15:47:59.690Z | Checking md-5 v0.10.6 |
1809 | 2024-10-01T15:47:59.726Z | Checking float-cmp v0.9.0 |
1810 | 2024-10-01T15:47:59.807Z | Checking fixedbitset v0.4.2 |
1811 | 2024-10-01T15:47:59.919Z | Checking normalize-line-endings v0.3.0 |
1812 | 2024-10-01T15:47:59.922Z | Checking difflib v0.4.0 |
1813 | 2024-10-01T15:48:00.013Z | Checking fallible-iterator v0.2.0 |
1814 | 2024-10-01T15:48:00.070Z | Checking smoltcp v0.9.1 |
1815 | 2024-10-01T15:48:00.096Z | Checking petgraph v0.6.5 |
1816 | 2024-10-01T15:48:00.252Z | Checking predicates v3.1.2 |
1817 | 2024-10-01T15:48:00.304Z | Checking phf_shared v0.10.0 |
1818 | 2024-10-01T15:48:00.530Z | Checking phf_shared v0.11.2 |
1819 | 2024-10-01T15:48:00.580Z | Checking fs-err v2.11.0 |
1820 | 2024-10-01T15:48:00.632Z | Checking postgres-protocol v0.6.7 |
1821 | 2024-10-01T15:48:00.810Z | Checking serde-big-array v0.5.1 |
1822 | 2024-10-01T15:48:00.901Z | Checking portable-atomic v1.6.0 |
1823 | 2024-10-01T15:48:01.039Z | Checking precomputed-hash v0.1.1 |
1824 | 2024-10-01T15:48:01.159Z | Checking new_debug_unreachable v1.0.6 |
1825 | 2024-10-01T15:48:01.162Z | Checking lalrpop-util v0.19.12 |
1826 | 2024-10-01T15:48:01.259Z | Checking number_prefix v0.4.0 |
1827 | 2024-10-01T15:48:01.285Z | Checking minimal-lexical v0.2.1 |
1828 | 2024-10-01T15:48:01.456Z | Checking postgres-types v0.2.8 |
1829 | 2024-10-01T15:48:01.488Z | Checking string_cache v0.8.7 |
1830 | 2024-10-01T15:48:01.543Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1831 | 2024-10-01T15:48:01.678Z | Checking nom v7.1.3 |
1832 | 2024-10-01T15:48:01.781Z | Checking phf v0.11.2 |
1833 | 2024-10-01T15:48:01.889Z | Checking indicatif v0.17.8 |
1834 | 2024-10-01T15:48:02.040Z | Checking peg-runtime v0.8.3 |
1835 | 2024-10-01T15:48:02.144Z | Checking whoami v1.5.2 |
1836 | 2024-10-01T15:48:02.357Z | Checking camino v1.1.9 |
1837 | 2024-10-01T15:48:02.393Z | Checking hyper v0.14.30 |
1838 | 2024-10-01T15:48:02.396Z | Compiling regress v0.10.1 |
1839 | 2024-10-01T15:48:02.445Z | Checking tokio-postgres v0.7.12 |
1840 | 2024-10-01T15:48:02.620Z | Compiling unsafe-libyaml v0.2.11 |
1841 | 2024-10-01T15:48:02.930Z | Checking is-terminal v0.4.12 |
1842 | 2024-10-01T15:48:03.059Z | Compiling ident_case v1.0.1 |
1843 | 2024-10-01T15:48:03.245Z | Checking heck v0.5.0 |
1844 | 2024-10-01T15:48:03.397Z | Compiling darling_core v0.20.9 |
1845 | 2024-10-01T15:48:03.443Z | Compiling paste v1.0.15 |
1846 | 2024-10-01T15:48:04.006Z | Compiling serde_yaml v0.9.34+deprecated |
1847 | 2024-10-01T15:48:05.472Z | Checking progenitor-client v0.8.0 |
1848 | 2024-10-01T15:48:05.773Z | Compiling rustls v0.22.4 |
1849 | 2024-10-01T15:48:05.822Z | Checking dirs-sys-next v0.1.2 |
1850 | 2024-10-01T15:48:06.003Z | Checking fastrand v2.1.0 |
1851 | 2024-10-01T15:48:06.070Z | Compiling typify-impl v0.2.0 |
1852 | 2024-10-01T15:48:06.366Z | Checking dirs-next v2.0.0 |
1853 | 2024-10-01T15:48:06.512Z | Checking toml v0.8.19 |
1854 | 2024-10-01T15:48:06.831Z | Checking crossbeam-channel v0.5.12 |
1855 | 2024-10-01T15:48:07.293Z | Checking thread_local v1.1.8 |
1856 | 2024-10-01T15:48:07.441Z | Checking term v0.7.0 |
1857 | 2024-10-01T15:48:07.582Z | Compiling multer v3.1.0 |
1858 | 2024-10-01T15:48:07.607Z | Checking take_mut v0.2.2 |
1859 | 2024-10-01T15:48:07.770Z | Checking slog-async v2.8.0 |
1860 | 2024-10-01T15:48:07.902Z | Checking slog-term v2.9.1 |
1861 | 2024-10-01T15:48:08.002Z | Compiling async-stream-impl v0.3.5 |
1862 | 2024-10-01T15:48:08.059Z | Checking match_cfg v0.1.0 |
1863 | 2024-10-01T15:48:08.085Z | Compiling dropshot v0.12.0 |
1864 | 2024-10-01T15:48:08.160Z | Checking hostname v0.3.1 |
1865 | 2024-10-01T15:48:08.314Z | Compiling dropshot_endpoint v0.12.0 |
1866 | 2024-10-01T15:48:08.417Z | Checking debug-ignore v1.0.5 |
1867 | 2024-10-01T15:48:08.469Z | Checking slog-json v2.6.1 |
1868 | 2024-10-01T15:48:08.554Z | Compiling structmeta-derive v0.3.0 |
1869 | 2024-10-01T15:48:08.718Z | Checking slog-bunyan v2.5.0 |
1870 | 2024-10-01T15:48:09.257Z | Checking ipnetwork v0.20.0 |
1871 | 2024-10-01T15:48:09.395Z | Checking async-stream v0.3.5 |
1872 | 2024-10-01T15:48:09.588Z | Checking waitgroup v0.1.2 |
1873 | 2024-10-01T15:48:09.634Z | Checking serde_path_to_error v0.1.16 |
1874 | 2024-10-01T15:48:09.731Z | Checking hostname v0.4.0 |
1875 | 2024-10-01T15:48:09.882Z | Checking strum v0.26.3 |
1876 | 2024-10-01T15:48:10.049Z | Checking tempfile v3.10.1 |
1877 | 2024-10-01T15:48:10.256Z | Checking instant v0.1.12 |
1878 | 2024-10-01T15:48:10.381Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1879 | 2024-10-01T15:48:10.404Z | Checking quick-error v1.2.3 |
1880 | 2024-10-01T15:48:10.407Z | Compiling darling_macro v0.20.9 |
1881 | 2024-10-01T15:48:10.554Z | Checking newtype-uuid v1.1.0 |
1882 | 2024-10-01T15:48:10.635Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1883 | 2024-10-01T15:48:10.807Z | Checking regress v0.9.1 |
1884 | 2024-10-01T15:48:11.175Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1885 | 2024-10-01T15:48:11.411Z | Compiling darling v0.20.9 |
1886 | 2024-10-01T15:48:11.468Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1887 | 2024-10-01T15:48:11.497Z | Checking macaddr v1.0.1 |
1888 | 2024-10-01T15:48:11.522Z | Compiling structmeta v0.3.0 |
1889 | 2024-10-01T15:48:11.548Z | Compiling serde_with_macros v3.9.0 |
1890 | 2024-10-01T15:48:11.764Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1891 | 2024-10-01T15:48:11.834Z | Checking backoff v0.4.0 |
1892 | 2024-10-01T15:48:11.914Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1893 | 2024-10-01T15:48:11.943Z | Compiling parse-display-derive v0.10.0 |
1894 | 2024-10-01T15:48:11.976Z | Checking tokio-rustls v0.25.0 |
1895 | 2024-10-01T15:48:12.078Z | Checking wait-timeout v0.2.0 |
1896 | 2024-10-01T15:48:12.121Z | Checking rand_xorshift v0.3.0 |
1897 | 2024-10-01T15:48:12.257Z | Checking rusty-fork v0.3.0 |
1898 | 2024-10-01T15:48:12.304Z | Compiling structmeta-derive v0.2.0 |
1899 | 2024-10-01T15:48:12.345Z | Checking unarray v0.1.4 |
1900 | 2024-10-01T15:48:12.506Z | Checking camino-tempfile v1.1.1 |
1901 | 2024-10-01T15:48:12.531Z | Checking proptest v1.5.0 |
1902 | 2024-10-01T15:48:12.761Z | Compiling proc-macro-error v1.0.4 |
1903 | 2024-10-01T15:48:13.468Z | Compiling proc-macro-crate v1.3.1 |
1904 | 2024-10-01T15:48:14.303Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1905 | 2024-10-01T15:48:14.501Z | Checking serde_with v3.9.0 |
1906 | 2024-10-01T15:48:14.602Z | Compiling num_enum_derive v0.5.11 |
1907 | 2024-10-01T15:48:14.705Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1908 | 2024-10-01T15:48:15.045Z | Compiling foreign-types-macros v0.2.3 |
1909 | 2024-10-01T15:48:15.259Z | Compiling structmeta v0.2.0 |
1910 | 2024-10-01T15:48:15.709Z | Compiling test-strategy v0.3.1 |
1911 | 2024-10-01T15:48:16.490Z | Checking foreign-types-shared v0.3.1 |
1912 | 2024-10-01T15:48:16.570Z | Checking parse-display v0.10.0 |
1913 | 2024-10-01T15:48:16.611Z | Checking foreign-types v0.5.0 |
1914 | 2024-10-01T15:48:16.731Z | Checking tabwriter v1.4.0 |
1915 | 2024-10-01T15:48:16.793Z | Checking cstr-argument v0.1.2 |
1916 | 2024-10-01T15:48:16.856Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1917 | 2024-10-01T15:48:16.959Z | Checking pretty-hex v0.2.1 |
1918 | 2024-10-01T15:48:16.984Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1919 | 2024-10-01T15:48:17.007Z | Checking colored v2.1.0 |
1920 | 2024-10-01T15:48:17.115Z | Checking smf v0.2.3 |
1921 | 2024-10-01T15:48:17.298Z | Checking base64 v0.21.7 |
1922 | 2024-10-01T15:48:17.321Z | Compiling heapless v0.8.0 |
1923 | 2024-10-01T15:48:17.348Z | Checking num_enum v0.5.11 |
1924 | 2024-10-01T15:48:17.503Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1925 | 2024-10-01T15:48:17.548Z | Checking termtree v0.4.1 |
1926 | 2024-10-01T15:48:17.701Z | Checking hash32 v0.3.1 |
1927 | 2024-10-01T15:48:17.723Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1928 | 2024-10-01T15:48:17.761Z | Checking predicates-tree v1.0.9 |
1929 | 2024-10-01T15:48:17.786Z | Compiling smoltcp v0.11.0 |
1930 | 2024-10-01T15:48:17.788Z | Compiling crucible-workspace-hack v0.1.0 |
1931 | 2024-10-01T15:48:17.870Z | Checking embedded-io v0.4.0 |
1932 | 2024-10-01T15:48:17.906Z | Checking cobs v0.2.3 |
1933 | 2024-10-01T15:48:17.930Z | Checking sigpipe v0.1.3 |
1934 | 2024-10-01T15:48:18.044Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1935 | 2024-10-01T15:48:18.089Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1936 | 2024-10-01T15:48:18.169Z | Checking postcard v1.0.8 |
1937 | 2024-10-01T15:48:18.235Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1938 | 2024-10-01T15:48:18.258Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1939 | 2024-10-01T15:48:18.414Z | Compiling mockall_derive v0.13.0 |
1940 | 2024-10-01T15:48:18.528Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1941 | 2024-10-01T15:48:18.583Z | Checking socket2 v0.4.10 |
1942 | 2024-10-01T15:48:18.746Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1943 | 2024-10-01T15:48:18.901Z | Compiling zone_cfg_derive v0.3.0 |
1944 | 2024-10-01T15:48:18.971Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
1945 | 2024-10-01T15:48:19.134Z | Compiling num-derive v0.4.2 |
1946 | 2024-10-01T15:48:19.314Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1947 | 2024-10-01T15:48:19.623Z | Checking fragile v2.0.0 |
1948 | 2024-10-01T15:48:19.649Z | Checking downcast v0.11.0 |
1949 | 2024-10-01T15:48:19.885Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
1950 | 2024-10-01T15:48:19.914Z | Checking utf-8 v0.7.6 |
1951 | 2024-10-01T15:48:20.127Z | Checking atomicwrites v0.4.4 |
1952 | 2024-10-01T15:48:20.137Z | Checking tungstenite v0.21.0 |
1953 | 2024-10-01T15:48:20.322Z | Checking newline-converter v0.3.0 |
1954 | 2024-10-01T15:48:20.413Z | Checking zone v0.3.0 |
1955 | 2024-10-01T15:48:20.466Z | Compiling convert_case v0.4.0 |
1956 | 2024-10-01T15:48:20.683Z | Checking expectorate v1.1.0 |
1957 | 2024-10-01T15:48:20.859Z | Checking same-file v1.0.6 |
1958 | 2024-10-01T15:48:21.088Z | Checking walkdir v2.5.0 |
1959 | 2024-10-01T15:48:21.122Z | Checking tokio-tungstenite v0.21.0 |
1960 | 2024-10-01T15:48:21.209Z | Checking itertools v0.13.0 |
1961 | 2024-10-01T15:48:21.375Z | Checking arc-swap v1.7.1 |
1962 | 2024-10-01T15:48:21.463Z | Compiling derive_more v0.99.18 |
1963 | 2024-10-01T15:48:21.524Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
1964 | 2024-10-01T15:48:21.590Z | Checking xattr v1.3.1 |
1965 | 2024-10-01T15:48:21.800Z | Checking filetime v0.2.25 |
1966 | 2024-10-01T15:48:21.824Z | Checking slog-scope v4.4.0 |
1967 | 2024-10-01T15:48:21.984Z | Checking swrite v0.1.0 |
1968 | 2024-10-01T15:48:22.008Z | Checking tar v0.4.42 |
1969 | 2024-10-01T15:48:22.030Z | Checking slog-stdlog v4.1.1 |
1970 | 2024-10-01T15:48:22.101Z | Compiling cancel-safe-futures v0.1.5 |
1971 | 2024-10-01T15:48:22.146Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1972 | 2024-10-01T15:48:22.198Z | Checking slog-envlogger v2.2.0 |
1973 | 2024-10-01T15:48:22.432Z | Compiling owo-colors v4.1.0 |
1974 | 2024-10-01T15:48:22.517Z | Compiling derive-where v1.2.7 |
1975 | 2024-10-01T15:48:23.241Z | Checking libsw v3.3.1 |
1976 | 2024-10-01T15:48:23.520Z | Checking indent_write v2.2.0 |
1977 | 2024-10-01T15:48:23.595Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1978 | 2024-10-01T15:48:23.733Z | Checking linear-map v1.2.0 |
1979 | 2024-10-01T15:48:23.882Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1980 | 2024-10-01T15:48:24.074Z | Checking password-hash v0.5.0 |
1981 | 2024-10-01T15:48:24.237Z | Checking blake2 v0.10.6 |
1982 | 2024-10-01T15:48:24.434Z | Compiling typify-macro v0.2.0 |
1983 | 2024-10-01T15:48:24.525Z | Checking num-rational v0.4.2 |
1984 | 2024-10-01T15:48:24.633Z | Checking num-complex v0.4.6 |
1985 | 2024-10-01T15:48:24.704Z | Checking argon2 v0.5.3 |
1986 | 2024-10-01T15:48:25.182Z | Checking float-ord v0.3.2 |
1987 | 2024-10-01T15:48:25.293Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1988 | 2024-10-01T15:48:25.329Z | Checking pem v3.0.4 |
1989 | 2024-10-01T15:48:25.394Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1990 | 2024-10-01T15:48:25.555Z | Checking num v0.4.3 |
1991 | 2024-10-01T15:48:25.579Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1992 | 2024-10-01T15:48:25.733Z | Checking humantime v2.1.0 |
1993 | 2024-10-01T15:48:26.077Z | Compiling lzma-sys v0.1.20 |
1994 | 2024-10-01T15:48:26.125Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1995 | 2024-10-01T15:48:26.145Z | Checking headers-core v0.3.0 |
1996 | 2024-10-01T15:48:26.296Z | Compiling heck v0.3.3 |
1997 | 2024-10-01T15:48:26.520Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1998 | 2024-10-01T15:48:26.752Z | Compiling zone_cfg_derive v0.1.2 |
1999 | 2024-10-01T15:48:26.850Z | Checking headers v0.4.0 |
2000 | 2024-10-01T15:48:26.937Z | Checking mockall v0.13.0 |
2001 | 2024-10-01T15:48:27.075Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2002 | 2024-10-01T15:48:27.176Z | Checking yasna v0.5.2 |
2003 | 2024-10-01T15:48:27.323Z | Checking base64 v0.13.1 |
2004 | 2024-10-01T15:48:27.385Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2005 | 2024-10-01T15:48:27.747Z | Checking ron v0.7.1 |
2006 | 2024-10-01T15:48:27.881Z | Checking xz2 v0.1.7 |
2007 | 2024-10-01T15:48:28.076Z | Checking rcgen v0.12.1 |
2008 | 2024-10-01T15:48:28.164Z | Checking subprocess v0.2.9 |
2009 | 2024-10-01T15:48:28.285Z | Checking zone v0.1.8 |
2010 | 2024-10-01T15:48:28.697Z | Compiling semver v0.1.20 |
2011 | 2024-10-01T15:48:28.766Z | Checking half v2.4.1 |
2012 | 2024-10-01T15:48:28.876Z | Checking ciborium-io v0.2.2 |
2013 | 2024-10-01T15:48:28.943Z | Checking highway v1.2.0 |
2014 | 2024-10-01T15:48:28.969Z | Compiling typify v0.2.0 |
2015 | 2024-10-01T15:48:29.131Z | Compiling progenitor-impl v0.8.0 |
2016 | 2024-10-01T15:48:29.205Z | Compiling rustc_version v0.1.7 |
2017 | 2024-10-01T15:48:29.230Z | Checking ciborium-ll v0.2.2 |
2018 | 2024-10-01T15:48:29.326Z | Compiling prettyplease v0.2.22 |
2019 | 2024-10-01T15:48:29.526Z | Checking ciborium v0.2.2 |
2020 | 2024-10-01T15:48:29.651Z | Checking linked-hash-map v0.5.6 |
2021 | 2024-10-01T15:48:29.680Z | Checking resolv-conf v0.7.0 |
2022 | 2024-10-01T15:48:29.719Z | Compiling newtype_derive v0.1.6 |
2023 | 2024-10-01T15:48:29.973Z | Checking lru-cache v0.1.2 |
2024 | 2024-10-01T15:48:30.174Z | Checking hickory-resolver v0.24.1 |
2025 | 2024-10-01T15:48:30.236Z | Checking steno v0.4.1 |
2026 | 2024-10-01T15:48:30.465Z | Compiling home v0.5.9 |
2027 | 2024-10-01T15:48:31.331Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2028 | 2024-10-01T15:48:33.613Z | Compiling slog-dtrace v0.3.0 |
2029 | 2024-10-01T15:48:33.872Z | Checking display-error-chain v0.2.1 |
2030 | 2024-10-01T15:48:34.034Z | Compiling blake3 v1.5.1 |
2031 | 2024-10-01T15:48:34.323Z | Compiling ring v0.16.20 |
2032 | 2024-10-01T15:48:34.428Z | Checking keccak v0.1.5 |
2033 | 2024-10-01T15:48:34.764Z | Checking sha3 v0.10.8 |
2034 | 2024-10-01T15:48:34.881Z | Checking universal-hash v0.5.1 |
2035 | 2024-10-01T15:48:35.193Z | Checking secrecy v0.8.0 |
2036 | 2024-10-01T15:48:35.348Z | Checking opaque-debug v0.3.1 |
2037 | 2024-10-01T15:48:35.383Z | Checking aead v0.5.2 |
2038 | 2024-10-01T15:48:35.479Z | Checking poly1305 v0.8.0 |
2039 | 2024-10-01T15:48:35.586Z | Checking chacha20 v0.9.1 |
2040 | 2024-10-01T15:48:36.586Z | Checking gethostname v0.5.0 |
2041 | 2024-10-01T15:48:36.718Z | Compiling memmap2 v0.9.4 |
2042 | 2024-10-01T15:48:36.835Z | Compiling constant_time_eq v0.3.0 |
2043 | 2024-10-01T15:48:37.013Z | Compiling untrusted v0.7.1 |
2044 | 2024-10-01T15:48:37.033Z | Compiling arrayref v0.3.7 |
2045 | 2024-10-01T15:48:37.143Z | Compiling arrayvec v0.7.4 |
2046 | 2024-10-01T15:48:37.191Z | Compiling spin v0.5.2 |
2047 | 2024-10-01T15:48:37.194Z | Compiling toolchain_find v0.4.0 |
2048 | 2024-10-01T15:48:37.269Z | Compiling progenitor-macro v0.8.0 |
2049 | 2024-10-01T15:48:37.892Z | Compiling thiserror-impl-no-std v2.0.2 |
2050 | 2024-10-01T15:48:37.915Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2051 | 2024-10-01T15:48:38.236Z | Compiling topological-sort v0.2.2 |
2052 | 2024-10-01T15:48:38.397Z | Compiling rustfmt-wrapper v0.2.1 |
2053 | 2024-10-01T15:48:38.464Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2054 | 2024-10-01T15:48:38.840Z | Checking chacha20poly1305 v0.10.1 |
2055 | 2024-10-01T15:48:38.985Z | Checking nibble_vec v0.1.0 |
2056 | 2024-10-01T15:48:39.021Z | Checking endian-type v0.1.2 |
2057 | 2024-10-01T15:48:39.043Z | Checking fxhash v0.2.1 |
2058 | 2024-10-01T15:48:39.180Z | Checking termcolor v1.4.1 |
2059 | 2024-10-01T15:48:39.214Z | Checking maplit v1.0.2 |
2060 | 2024-10-01T15:48:39.234Z | Checking radix_trie v0.2.1 |
2061 | 2024-10-01T15:48:39.331Z | Compiling radium v0.7.0 |
2062 | 2024-10-01T15:48:39.613Z | Compiling maybe-uninit v2.0.0 |
2063 | 2024-10-01T15:48:39.635Z | Checking tap v1.0.1 |
2064 | 2024-10-01T15:48:39.802Z | Checking wyz v0.5.1 |
2065 | 2024-10-01T15:48:40.169Z | Compiling omicron-zone-package v0.11.1 |
2066 | 2024-10-01T15:48:40.269Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2067 | 2024-10-01T15:48:40.291Z | Checking funty v2.0.0 |
2068 | 2024-10-01T15:48:40.784Z | Compiling packed_struct v0.10.1 |
2069 | 2024-10-01T15:48:40.894Z | Checking crc-catalog v2.4.0 |
2070 | 2024-10-01T15:48:41.051Z | Checking crc v3.2.1 |
2071 | 2024-10-01T15:48:41.149Z | Checking thiserror-no-std v2.0.2 |
2072 | 2024-10-01T15:48:41.276Z | Checking vsss-rs v3.3.4 |
2073 | 2024-10-01T15:48:41.305Z | Checking bitvec v1.0.1 |
2074 | 2024-10-01T15:48:41.612Z | Checking kstat-rs v0.2.4 |
2075 | 2024-10-01T15:48:41.764Z | Compiling packed_struct_codegen v0.10.1 |
2076 | 2024-10-01T15:48:41.946Z | Compiling indexmap v1.9.3 |
2077 | 2024-10-01T15:48:42.235Z | Checking nodrop v0.1.14 |
2078 | 2024-10-01T15:48:42.361Z | Compiling libefi-sys v0.1.0 |
2079 | 2024-10-01T15:48:42.694Z | Checking array-init v0.0.4 |
2080 | 2024-10-01T15:48:43.149Z | Checking smallvec v0.6.14 |
2081 | 2024-10-01T15:48:43.567Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2082 | 2024-10-01T15:48:43.690Z | Compiling bitfield-struct v0.6.1 |
2083 | 2024-10-01T15:48:43.990Z | Compiling async-recursion v1.1.1 |
2084 | 2024-10-01T15:48:44.481Z | Checking bitfield v0.14.0 |
2085 | 2024-10-01T15:48:44.579Z | Checking hashbrown v0.12.3 |
2086 | 2024-10-01T15:48:44.788Z | Checking serde-hex v0.1.0 |
2087 | 2024-10-01T15:48:44.865Z | Checking bzip2 v0.4.4 |
2088 | 2024-10-01T15:48:45.153Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2089 | 2024-10-01T15:48:45.529Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2090 | 2024-10-01T15:48:45.649Z | Checking env_logger v0.10.2 |
2091 | 2024-10-01T15:48:45.747Z | Checking ron v0.8.1 |
2092 | 2024-10-01T15:48:45.768Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2093 | 2024-10-01T15:48:46.071Z | Checking hashbrown v0.13.2 |
2094 | 2024-10-01T15:48:46.093Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2095 | 2024-10-01T15:48:46.219Z | Checking crc-any v2.5.0 |
2096 | 2024-10-01T15:48:46.341Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2097 | 2024-10-01T15:48:46.624Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2098 | 2024-10-01T15:48:46.774Z | Checking zip v0.6.6 |
2099 | 2024-10-01T15:48:46.824Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2100 | 2024-10-01T15:48:46.875Z | Checking path-slash v0.1.5 |
2101 | 2024-10-01T15:48:47.014Z | Compiling parking_lot_core v0.8.6 |
2102 | 2024-10-01T15:48:47.038Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2103 | 2024-10-01T15:48:47.111Z | Checking object v0.30.4 |
2104 | 2024-10-01T15:48:47.297Z | Checking glob v0.3.1 |
2105 | 2024-10-01T15:48:47.487Z | Checking hickory-client v0.24.1 |
2106 | 2024-10-01T15:48:47.601Z | Checking hickory-server v0.24.1 |
2107 | 2024-10-01T15:48:47.622Z | Checking crossterm v0.28.1 |
2108 | 2024-10-01T15:48:47.742Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2109 | 2024-10-01T15:48:47.872Z | Checking parking_lot v0.11.2 |
2110 | 2024-10-01T15:48:48.097Z | Checking tungstenite v0.23.0 |
2111 | 2024-10-01T15:48:48.240Z | Checking sled v0.34.7 |
2112 | 2024-10-01T15:48:48.680Z | Checking primeorder v0.13.6 |
2113 | 2024-10-01T15:48:48.984Z | Compiling unicase v2.7.0 |
2114 | 2024-10-01T15:48:49.028Z | Checking tokio-tungstenite v0.23.1 |
2115 | 2024-10-01T15:48:49.168Z | Compiling buf-list v1.0.3 |
2116 | 2024-10-01T15:48:49.683Z | Checking nanorand v0.7.0 |
2117 | 2024-10-01T15:48:50.055Z | Checking flume v0.11.0 |
2118 | 2024-10-01T15:48:50.263Z | Checking atty v0.2.14 |
2119 | 2024-10-01T15:48:50.358Z | Compiling vte_generate_state_changes v0.1.1 |
2120 | 2024-10-01T15:48:50.383Z | Compiling salty v0.3.0 |
2121 | 2024-10-01T15:48:50.537Z | Checking p384 v0.13.0 |
2122 | 2024-10-01T15:48:50.834Z | Checking fd-lock v4.0.2 |
2123 | 2024-10-01T15:48:51.017Z | Compiling mime_guess v2.0.4 |
2124 | 2024-10-01T15:48:51.041Z | Checking crossterm v0.27.0 |
2125 | 2024-10-01T15:48:51.059Z | Checking vte v0.11.1 |
2126 | 2024-10-01T15:48:51.453Z | Checking env_filter v0.1.2 |
2127 | 2024-10-01T15:48:51.680Z | Checking nu-ansi-term v0.50.0 |
2128 | 2024-10-01T15:48:51.702Z | Checking env_logger v0.11.5 |
2129 | 2024-10-01T15:48:52.028Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2130 | 2024-10-01T15:48:52.345Z | Compiling dsl_auto_type v0.1.2 |
2131 | 2024-10-01T15:48:52.396Z | Checking scheduled-thread-pool v0.2.7 |
2132 | 2024-10-01T15:48:52.467Z | Checking strip-ansi-escapes v0.2.0 |
2133 | 2024-10-01T15:48:52.609Z | Compiling diesel_table_macro_syntax v0.2.0 |
2134 | 2024-10-01T15:48:52.627Z | Compiling crunchy v0.2.2 |
2135 | 2024-10-01T15:48:52.631Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2136 | 2024-10-01T15:48:52.806Z | Checking reedline v0.33.0 |
2137 | 2024-10-01T15:48:52.986Z | Checking r2d2 v0.8.10 |
2138 | 2024-10-01T15:48:53.016Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2139 | 2024-10-01T15:48:53.175Z | Compiling clang-sys v1.7.0 |
2140 | 2024-10-01T15:48:53.309Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2141 | 2024-10-01T15:48:53.331Z | Compiling tiny-keccak v2.0.2 |
2142 | 2024-10-01T15:48:53.574Z | Checking http-range v0.1.5 |
2143 | 2024-10-01T15:48:53.769Z | Checking hyper-staticfile v0.10.1 |
2144 | 2024-10-01T15:48:53.803Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2145 | 2024-10-01T15:48:53.931Z | Compiling ref-cast v1.0.23 |
2146 | 2024-10-01T15:48:53.992Z | Compiling diesel_derives v2.2.2 |
2147 | 2024-10-01T15:48:54.051Z | Checking bytecount v0.6.8 |
2148 | 2024-10-01T15:48:54.194Z | Checking papergrid v0.11.0 |
2149 | 2024-10-01T15:48:54.307Z | Compiling ascii-canvas v3.0.0 |
2150 | 2024-10-01T15:48:54.569Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2151 | 2024-10-01T15:48:54.895Z | Compiling tabled_derive v0.7.0 |
2152 | 2024-10-01T15:48:54.920Z | Compiling ena v0.14.3 |
2153 | 2024-10-01T15:48:54.974Z | Compiling ref-cast-impl v1.0.23 |
2154 | 2024-10-01T15:48:55.199Z | Checking progenitor v0.8.0 |
2155 | 2024-10-01T15:48:55.443Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
2156 | 2024-10-01T15:48:55.526Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2157 | 2024-10-01T15:48:55.587Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2158 | 2024-10-01T15:48:55.668Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2159 | 2024-10-01T15:48:57.039Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2160 | 2024-10-01T15:48:57.542Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
2161 | 2024-10-01T15:48:58.653Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2162 | 2024-10-01T15:48:58.737Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2163 | 2024-10-01T15:48:59.940Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
2164 | 2024-10-01T15:49:00.241Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2165 | 2024-10-01T15:49:00.322Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2166 | 2024-10-01T15:49:00.906Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2167 | 2024-10-01T15:49:01.300Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2168 | 2024-10-01T15:49:02.321Z | Compiling libloading v0.8.3 |
2169 | 2024-10-01T15:49:02.364Z | Compiling diff v0.1.13 |
2170 | 2024-10-01T15:49:02.784Z | Compiling regex-syntax v0.6.29 |
2171 | 2024-10-01T15:49:03.044Z | Compiling bindgen v0.69.4 |
2172 | 2024-10-01T15:49:03.868Z | Compiling cfg_aliases v0.1.1 |
2173 | 2024-10-01T15:49:03.993Z | Compiling nix v0.28.0 |
2174 | 2024-10-01T15:49:04.848Z | Checking tabled v0.15.0 |
2175 | 2024-10-01T15:49:05.663Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2176 | 2024-10-01T15:49:06.743Z | Checking diesel v2.2.4 |
2177 | 2024-10-01T15:49:07.875Z | Compiling lalrpop v0.19.12 |
2178 | 2024-10-01T15:49:08.765Z | Compiling which v4.4.2 |
2179 | 2024-10-01T15:49:09.388Z | Compiling cexpr v0.6.0 |
2180 | 2024-10-01T15:49:09.931Z | Compiling rustc-hash v1.1.0 |
2181 | 2024-10-01T15:49:10.101Z | Compiling lazycell v1.3.0 |
2182 | 2024-10-01T15:49:10.295Z | Compiling shlex v1.3.0 |
2183 | 2024-10-01T15:49:11.371Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2184 | 2024-10-01T15:49:11.925Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2185 | 2024-10-01T15:49:12.230Z | Compiling derive_builder_core v0.20.0 |
2186 | 2024-10-01T15:49:14.726Z | Checking signal-hook-tokio v0.3.1 |
2187 | 2024-10-01T15:49:14.910Z | Compiling libxml v0.3.3 |
2188 | 2024-10-01T15:49:15.346Z | Compiling derive_builder_macro v0.20.0 |
2189 | 2024-10-01T15:49:16.263Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2190 | 2024-10-01T15:49:16.425Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2191 | 2024-10-01T15:49:19.887Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2192 | 2024-10-01T15:49:21.331Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2193 | 2024-10-01T15:49:22.043Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2194 | 2024-10-01T15:49:23.430Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2195 | 2024-10-01T15:49:24.999Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2196 | 2024-10-01T15:49:25.514Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2197 | 2024-10-01T15:49:26.038Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2198 | 2024-10-01T15:49:26.312Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2199 | 2024-10-01T15:49:26.774Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2200 | 2024-10-01T15:49:26.919Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2201 | 2024-10-01T15:49:28.062Z | Compiling peg-macros v0.8.4 |
2202 | 2024-10-01T15:49:29.966Z | Compiling strum_macros v0.24.3 |
2203 | 2024-10-01T15:49:31.785Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2204 | 2024-10-01T15:49:33.053Z | Compiling sqlparser_derive v0.2.2 |
2205 | 2024-10-01T15:49:33.415Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2206 | 2024-10-01T15:49:33.728Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2207 | 2024-10-01T15:49:34.190Z | Compiling pin-project-internal v1.1.5 |
2208 | 2024-10-01T15:49:34.233Z | Compiling memoffset v0.9.1 |
2209 | 2024-10-01T15:49:34.262Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2210 | 2024-10-01T15:49:35.296Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2211 | 2024-10-01T15:49:36.138Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2212 | 2024-10-01T15:49:36.479Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2213 | 2024-10-01T15:49:37.288Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2214 | 2024-10-01T15:49:37.349Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2215 | 2024-10-01T15:49:38.086Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2216 | 2024-10-01T15:49:40.797Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2217 | 2024-10-01T15:49:41.331Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2218 | 2024-10-01T15:49:41.406Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2219 | 2024-10-01T15:49:42.259Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2220 | 2024-10-01T15:49:43.307Z | Compiling indoc v1.0.9 |
2221 | 2024-10-01T15:49:43.430Z | Checking unicode_categories v0.1.1 |
2222 | 2024-10-01T15:49:43.488Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2223 | 2024-10-01T15:49:43.716Z | Checking sqlformat v0.2.6 |
2224 | 2024-10-01T15:49:44.339Z | Checking pin-project v1.1.5 |
2225 | 2024-10-01T15:49:44.637Z | Checking sqlparser v0.45.0 |
2226 | 2024-10-01T15:49:44.912Z | Checking peg v0.8.4 |
2227 | 2024-10-01T15:49:44.937Z | Checking rustyline v14.0.0 |
2228 | 2024-10-01T15:49:45.028Z | Checking derive_builder v0.20.0 |
2229 | 2024-10-01T15:49:46.631Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2230 | 2024-10-01T15:49:46.948Z | Checking quick-xml v0.33.0 |
2231 | 2024-10-01T15:49:46.970Z | Checking bcs v0.1.6 |
2232 | 2024-10-01T15:49:47.423Z | Compiling impl-trait-for-tuples v0.2.2 |
2233 | 2024-10-01T15:49:48.259Z | Compiling oso-derive v0.27.3 |
2234 | 2024-10-01T15:49:49.062Z | Compiling dropshot v0.10.1 |
2235 | 2024-10-01T15:49:49.479Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2236 | 2024-10-01T15:49:49.501Z | Compiling snafu-derive v0.8.2 |
2237 | 2024-10-01T15:49:49.779Z | Compiling dropshot_endpoint v0.10.1 |
2238 | 2024-10-01T15:49:51.375Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2239 | 2024-10-01T15:49:51.685Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2240 | 2024-10-01T15:49:51.987Z | Checking sync_wrapper v0.1.2 |
2241 | 2024-10-01T15:49:52.129Z | Checking reqwest v0.11.27 |
2242 | 2024-10-01T15:49:53.226Z | Checking nix v0.27.1 |
2243 | 2024-10-01T15:49:54.337Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2244 | 2024-10-01T15:49:54.563Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2245 | 2024-10-01T15:49:54.815Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2246 | 2024-10-01T15:49:55.143Z | Checking globset v0.4.14 |
2247 | 2024-10-01T15:49:55.238Z | Checking snafu v0.8.2 |
2248 | 2024-10-01T15:49:55.615Z | Checking bb8 v0.8.5 |
2249 | 2024-10-01T15:49:55.664Z | Checking olpc-cjson v0.1.3 |
2250 | 2024-10-01T15:49:55.700Z | Checking serde_plain v1.0.2 |
2251 | 2024-10-01T15:49:55.883Z | Compiling const_format_proc_macros v0.2.33 |
2252 | 2024-10-01T15:49:55.906Z | Checking typed-path v0.7.1 |
2253 | 2024-10-01T15:49:55.992Z | Checking qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783) |
2254 | 2024-10-01T15:49:56.137Z | Checking async-bb8-diesel v0.2.1 |
2255 | 2024-10-01T15:49:57.863Z | Checking tough v0.17.1 |
2256 | 2024-10-01T15:49:58.108Z | Checking const_format v0.2.33 |
2257 | 2024-10-01T15:49:58.594Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2258 | 2024-10-01T15:49:58.617Z | Checking parse-size v1.0.0 |
2259 | 2024-10-01T15:49:58.789Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2260 | 2024-10-01T15:49:59.168Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2261 | 2024-10-01T15:49:59.937Z | Checking heck v0.4.1 |
2262 | 2024-10-01T15:50:00.075Z | Checking assert_matches v1.5.0 |
2263 | 2024-10-01T15:50:00.152Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2264 | 2024-10-01T15:50:00.185Z | Checking rand_seeder v0.3.0 |
2265 | 2024-10-01T15:50:00.429Z | Compiling libz-sys v1.1.16 |
2266 | 2024-10-01T15:50:00.557Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2267 | 2024-10-01T15:50:00.694Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2268 | 2024-10-01T15:50:01.840Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2269 | 2024-10-01T15:50:02.613Z | Checking is_ci v1.2.0 |
2270 | 2024-10-01T15:50:02.636Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2271 | 2024-10-01T15:50:02.769Z | Checking supports-color v3.0.1 |
2272 | 2024-10-01T15:50:02.969Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2273 | 2024-10-01T15:50:03.216Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2274 | 2024-10-01T15:50:04.246Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2275 | 2024-10-01T15:50:04.492Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2276 | 2024-10-01T15:50:05.073Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2277 | 2024-10-01T15:50:05.570Z | Compiling vergen v8.3.2 |
2278 | 2024-10-01T15:50:05.948Z | Compiling cargo-platform v0.1.8 |
2279 | 2024-10-01T15:50:06.470Z | Checking unicode-linebreak v0.1.5 |
2280 | 2024-10-01T15:50:06.562Z | Checking smawk v0.3.2 |
2281 | 2024-10-01T15:50:06.778Z | Compiling cargo_metadata v0.18.1 |
2282 | 2024-10-01T15:50:06.902Z | Checking textwrap v0.16.1 |
2283 | 2024-10-01T15:50:07.174Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2284 | 2024-10-01T15:50:07.317Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2285 | 2024-10-01T15:50:08.947Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2286 | 2024-10-01T15:50:09.261Z | Checking castaway v0.2.3 |
2287 | 2024-10-01T15:50:09.441Z | Compiling libsqlite3-sys v0.30.1 |
2288 | 2024-10-01T15:50:09.563Z | Compiling rustls v0.21.12 |
2289 | 2024-10-01T15:50:09.858Z | Compiling cfg_aliases v0.2.1 |
2290 | 2024-10-01T15:50:09.972Z | Compiling nix v0.29.0 |
2291 | 2024-10-01T15:50:10.075Z | Checking compact_str v0.8.0 |
2292 | 2024-10-01T15:50:10.429Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2293 | 2024-10-01T15:50:10.910Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2294 | 2024-10-01T15:50:10.912Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2295 | 2024-10-01T15:50:11.243Z | Checking unicode-truncate v1.0.0 |
2296 | 2024-10-01T15:50:11.246Z | Checking sct v0.7.1 |
2297 | 2024-10-01T15:50:11.459Z | Checking rustls-webpki v0.101.7 |
2298 | 2024-10-01T15:50:11.787Z | Checking lru v0.12.3 |
2299 | 2024-10-01T15:50:12.060Z | Compiling instability v0.3.2 |
2300 | 2024-10-01T15:50:12.159Z | Checking cassowary v0.3.0 |
2301 | 2024-10-01T15:50:13.127Z | Checking ratatui v0.28.0 |
2302 | 2024-10-01T15:50:13.501Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2303 | 2024-10-01T15:50:14.106Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2304 | 2024-10-01T15:50:14.792Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2305 | 2024-10-01T15:50:14.867Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2306 | 2024-10-01T15:50:15.435Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2307 | 2024-10-01T15:50:16.655Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2308 | 2024-10-01T15:50:17.871Z | Checking concurrent-queue v2.5.0 |
2309 | 2024-10-01T15:50:18.091Z | Checking hashlink v0.9.1 |
2310 | 2024-10-01T15:50:18.213Z | Checking fallible-iterator v0.3.0 |
2311 | 2024-10-01T15:50:18.762Z | Checking fallible-streaming-iterator v0.1.9 |
2312 | 2024-10-01T15:50:18.838Z | Checking parking v2.2.1 |
2313 | 2024-10-01T15:50:18.995Z | Checking plotters-backend v0.3.5 |
2314 | 2024-10-01T15:50:19.022Z | Checking rusqlite v0.32.1 |
2315 | 2024-10-01T15:50:19.372Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2316 | 2024-10-01T15:50:19.374Z | Checking plotters-svg v0.3.5 |
2317 | 2024-10-01T15:50:20.077Z | Checking tokio-rustls v0.24.1 |
2318 | 2024-10-01T15:50:20.481Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2319 | 2024-10-01T15:50:20.501Z | Checking rustls-pemfile v1.0.4 |
2320 | 2024-10-01T15:50:20.589Z | Checking twox-hash v1.6.3 |
2321 | 2024-10-01T15:50:20.707Z | Checking cast v0.3.0 |
2322 | 2024-10-01T15:50:20.831Z | Checking plotters v0.3.5 |
2323 | 2024-10-01T15:50:21.007Z | Checking criterion-plot v0.5.0 |
2324 | 2024-10-01T15:50:21.043Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2325 | 2024-10-01T15:50:21.502Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2326 | 2024-10-01T15:50:22.488Z | Checking fatfs v0.3.6 |
2327 | 2024-10-01T15:50:23.229Z | Checking tinytemplate v1.2.1 |
2328 | 2024-10-01T15:50:23.518Z | Checking csv-core v0.1.11 |
2329 | 2024-10-01T15:50:23.637Z | Checking oorandom v11.1.3 |
2330 | 2024-10-01T15:50:23.805Z | Checking anes v0.1.6 |
2331 | 2024-10-01T15:50:23.876Z | Checking shell-words v1.1.0 |
2332 | 2024-10-01T15:50:24.068Z | Checking csv v1.3.0 |
2333 | 2024-10-01T15:50:24.182Z | Checking criterion v0.5.1 |
2334 | 2024-10-01T15:50:24.921Z | Checking event-listener v5.3.1 |
2335 | 2024-10-01T15:50:25.362Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2336 | 2024-10-01T15:50:26.937Z | Checking rtoolbox v0.0.2 |
2337 | 2024-10-01T15:50:27.136Z | Checking rpassword v7.3.1 |
2338 | 2024-10-01T15:50:27.286Z | Checking event-listener-strategy v0.5.2 |
2339 | 2024-10-01T15:50:27.514Z | Checking tui-tree-widget v0.22.0 |
2340 | 2024-10-01T15:50:27.868Z | Checking polyval v0.6.2 |
2341 | 2024-10-01T15:50:28.154Z | Checking ghash v0.5.1 |
2342 | 2024-10-01T15:50:28.340Z | Checking futures-lite v2.3.0 |
2343 | 2024-10-01T15:50:29.804Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2344 | 2024-10-01T15:50:30.990Z | Checking ctr v0.9.2 |
2345 | 2024-10-01T15:50:31.013Z | Checking yansi v1.0.1 |
2346 | 2024-10-01T15:50:31.856Z | Checking pretty_assertions v1.4.1 |
2347 | 2024-10-01T15:50:31.889Z | Checking aes-gcm v0.10.3 |
2348 | 2024-10-01T15:50:32.064Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2349 | 2024-10-01T15:50:32.144Z | Checking ssh-encoding v0.2.0 |
2350 | 2024-10-01T15:50:32.487Z | Checking blowfish v0.9.1 |
2351 | 2024-10-01T15:50:32.751Z | Checking bcrypt-pbkdf v0.10.0 |
2352 | 2024-10-01T15:50:33.007Z | Checking ssh-cipher v0.2.0 |
2353 | 2024-10-01T15:50:33.259Z | Checking async-lock v3.4.0 |
2354 | 2024-10-01T15:50:34.137Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2355 | 2024-10-01T15:50:35.678Z | Checking polling v3.7.3 |
2356 | 2024-10-01T15:50:36.073Z | Checking password-hash v0.4.2 |
2357 | 2024-10-01T15:50:36.477Z | Checking matches v0.1.10 |
2358 | 2024-10-01T15:50:36.583Z | Checking hex-literal v0.4.1 |
2359 | 2024-10-01T15:50:36.728Z | Checking idna v0.2.3 |
2360 | 2024-10-01T15:50:37.639Z | Checking pbkdf2 v0.11.0 |
2361 | 2024-10-01T15:50:37.947Z | Checking async-io v2.3.4 |
2362 | 2024-10-01T15:50:38.729Z | Checking ssh-key v0.6.6 |
2363 | 2024-10-01T15:50:39.445Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2364 | 2024-10-01T15:50:40.320Z | Checking p521 v0.13.3 |
2365 | 2024-10-01T15:50:40.340Z | Checking p256 v0.13.2 |
2366 | 2024-10-01T15:50:40.737Z | Checking russh-cryptovec v0.7.2 |
2367 | 2024-10-01T15:50:40.840Z | Compiling enum-as-inner v0.5.1 |
2368 | 2024-10-01T15:50:40.967Z | Compiling target-lexicon v0.12.16 |
2369 | 2024-10-01T15:50:41.744Z | Checking md5 v0.7.0 |
2370 | 2024-10-01T15:50:41.907Z | Checking async-task v4.7.1 |
2371 | 2024-10-01T15:50:41.963Z | Compiling doc-comment v0.3.3 |
2372 | 2024-10-01T15:50:42.023Z | Checking russh-keys v0.45.0 |
2373 | 2024-10-01T15:50:42.327Z | Checking trust-dns-proto v0.22.0 |
2374 | 2024-10-01T15:50:42.750Z | Checking async-channel v2.3.1 |
2375 | 2024-10-01T15:50:43.089Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2376 | 2024-10-01T15:50:43.486Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2377 | 2024-10-01T15:50:44.300Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2378 | 2024-10-01T15:50:44.733Z | Compiling samael v0.0.17 |
2379 | 2024-10-01T15:50:44.869Z | Checking piper v0.2.4 |
2380 | 2024-10-01T15:50:45.026Z | Checking num-bigint v0.4.5 |
2381 | 2024-10-01T15:50:45.103Z | Checking des v0.8.1 |
2382 | 2024-10-01T15:50:45.380Z | Checking futures-timer v3.0.3 |
2383 | 2024-10-01T15:50:45.693Z | Compiling assert_cmd v2.0.16 |
2384 | 2024-10-01T15:50:45.932Z | Compiling dhcproto-macros v0.1.0 |
2385 | 2024-10-01T15:50:46.166Z | Compiling guppy-workspace-hack v0.1.0 |
2386 | 2024-10-01T15:50:46.570Z | Checking blocking v1.6.1 |
2387 | 2024-10-01T15:50:46.931Z | Checking dhcproto v0.12.0 |
2388 | 2024-10-01T15:50:47.456Z | Checking async-executor v1.13.1 |
2389 | 2024-10-01T15:50:47.601Z | Checking russh v0.45.0 |
2390 | 2024-10-01T15:50:47.805Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2391 | 2024-10-01T15:50:48.366Z | Checking async-signal v0.2.10 |
2392 | 2024-10-01T15:50:48.417Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2393 | 2024-10-01T15:50:48.824Z | Checking internet-checksum v0.2.1 |
2394 | 2024-10-01T15:50:48.945Z | Checking event-listener v2.5.3 |
2395 | 2024-10-01T15:50:49.181Z | Compiling target-spec v3.2.1 |
2396 | 2024-10-01T15:50:49.799Z | Checking async-channel v1.9.0 |
2397 | 2024-10-01T15:50:50.652Z | Checking async-process v2.2.4 |
2398 | 2024-10-01T15:50:51.107Z | Checking async-global-executor v2.4.1 |
2399 | 2024-10-01T15:50:51.203Z | Checking cfg-expr v0.16.0 |
2400 | 2024-10-01T15:50:51.997Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2401 | 2024-10-01T15:50:52.061Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2402 | 2024-10-01T15:50:52.142Z | Checking httptest v0.16.1 |
2403 | 2024-10-01T15:50:52.776Z | Checking rustls-native-certs v0.7.0 |
2404 | 2024-10-01T15:50:52.865Z | Checking num_cpus v1.16.0 |
2405 | 2024-10-01T15:50:52.907Z | Checking kv-log-macro v1.0.7 |
2406 | 2024-10-01T15:50:53.031Z | Compiling async-attributes v1.1.2 |
2407 | 2024-10-01T15:50:53.892Z | Checking async-std v1.13.0 |
2408 | 2024-10-01T15:50:54.777Z | Checking threadpool v1.8.1 |
2409 | 2024-10-01T15:50:54.909Z | Checking hyper-rustls v0.26.0 |
2410 | 2024-10-01T15:50:55.254Z | Checking pathdiff v0.2.1 |
2411 | 2024-10-01T15:50:55.361Z | Compiling toml_edit v0.21.1 |
2412 | 2024-10-01T15:50:55.393Z | Checking escape8259 v0.5.2 |
2413 | 2024-10-01T15:50:55.578Z | Compiling rstest_macros v0.22.0 |
2414 | 2024-10-01T15:50:56.164Z | Checking nested v0.1.1 |
2415 | 2024-10-01T15:50:56.394Z | Checking guppy v0.17.7 |
2416 | 2024-10-01T15:50:56.579Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2417 | 2024-10-01T15:50:56.718Z | Compiling git2 v0.19.0 |
2418 | 2024-10-01T15:50:57.661Z | Checking async-object-pool v0.1.5 |
2419 | 2024-10-01T15:50:57.855Z | Compiling proc-macro-crate v3.1.0 |
2420 | 2024-10-01T15:50:58.622Z | Checking libtest-mimic v0.7.3 |
2421 | 2024-10-01T15:50:59.112Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2422 | 2024-10-01T15:50:59.434Z | Checking similar-asserts v1.5.0 |
2423 | 2024-10-01T15:50:59.465Z | Checking fancy-regex v0.13.0 |
2424 | 2024-10-01T15:50:59.673Z | Checking serde_regex v1.1.0 |
2425 | 2024-10-01T15:50:59.693Z | Checking assert-json-diff v2.0.2 |
2426 | 2024-10-01T15:50:59.947Z | Checking path-tree v0.8.1 |
2427 | 2024-10-01T15:50:59.980Z | Compiling trybuild v1.0.99 |
2428 | 2024-10-01T15:51:00.234Z | Checking stringmetrics v2.2.2 |
2429 | 2024-10-01T15:51:00.278Z | Compiling relative-path v1.9.3 |
2430 | 2024-10-01T15:51:00.464Z | Checking httpmock v0.8.0-alpha.1 |
2431 | 2024-10-01T15:51:00.521Z | Checking datatest-stable v0.2.9 |
2432 | 2024-10-01T15:51:00.852Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2433 | 2024-10-01T15:51:01.018Z | Checking blake2b_simd v1.0.2 |
2434 | 2024-10-01T15:51:01.904Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2435 | 2024-10-01T15:51:04.323Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2436 | 2024-10-01T15:51:04.640Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2437 | 2024-10-01T15:51:04.966Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2438 | 2024-10-01T15:51:05.293Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2439 | 2024-10-01T15:51:05.829Z | Checking serde_tokenstream v0.2.2 |
2440 | 2024-10-01T15:51:05.916Z | Checking uzers v0.11.3 |
2441 | 2024-10-01T15:51:06.368Z | Checking rust-argon2 v2.1.0 |
2442 | 2024-10-01T15:51:06.650Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2443 | 2024-10-01T15:51:06.804Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2444 | 2024-10-01T15:51:07.773Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2445 | 2024-10-01T15:51:07.818Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2446 | 2024-10-01T15:51:08.149Z | Checking rand_distr v0.4.3 |
2447 | 2024-10-01T15:51:08.905Z | Checking multimap v0.10.0 |
2448 | 2024-10-01T15:51:09.225Z | Checking approx v0.5.1 |
2449 | 2024-10-01T15:51:09.493Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2450 | 2024-10-01T15:51:10.122Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2451 | 2024-10-01T15:51:11.127Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2452 | 2024-10-01T15:51:11.702Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2453 | 2024-10-01T15:51:12.091Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2454 | 2024-10-01T15:51:12.802Z | Checking rstest v0.22.0 |
2455 | 2024-10-01T15:51:13.025Z | Checking partial-io v0.5.4 |
2456 | 2024-10-01T15:51:13.151Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2457 | 2024-10-01T15:51:13.153Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2458 | 2024-10-01T15:51:13.400Z | Checking cargo_toml v0.20.5 |
2459 | 2024-10-01T15:51:13.472Z | Checking termios v0.3.3 |
2460 | 2024-10-01T15:51:13.700Z | Compiling indoc v2.0.5 |
2461 | 2024-10-01T15:51:14.534Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2462 | 2024-10-01T15:51:15.389Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2463 | 2024-10-01T15:51:17.414Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2464 | 2024-10-01T15:51:28.787Z | Compiling polar-core v0.27.3 |
2465 | 2024-10-01T15:51:31.163Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2466 | 2024-10-01T15:51:38.183Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2467 | 2024-10-01T15:51:39.487Z | Checking oso v0.27.3 |
2468 | 2024-10-01T15:52:02.545Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2469 | 2024-10-01T15:52:04.701Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2470 | 2024-10-01T15:52:04.864Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2471 | 2024-10-01T15:52:30.754Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2472 | 2024-10-01T15:52:30.754Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2473 | 2024-10-01T15:52:30.757Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2474 | 2024-10-01T15:53:50.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 20s |
2475 | 2024-10-01T15:53:51.356Z | |
2476 | 2024-10-01T15:53:51.356Z | real 6:25.706129642 |
2477 | 2024-10-01T15:53:51.356Z | user 36:18.654976642 |
2478 | 2024-10-01T15:53:51.356Z | sys 6:19.404258453 |
2479 | 2024-10-01T15:53:51.359Z | trap 0.955899596 |
2480 | 2024-10-01T15:53:51.359Z | tflt 2.716194982 |
2481 | 2024-10-01T15:53:51.359Z | dflt 0.633795242 |
2482 | 2024-10-01T15:53:51.359Z | kflt 0.003008905 |
2483 | 2024-10-01T15:53:51.359Z | lock 55:13.746859168 |
2484 | 2024-10-01T15:53:51.359Z | slp 2:07:30.438607704 |
2485 | 2024-10-01T15:53:51.359Z | lat 1:42.198636353 |
2486 | 2024-10-01T15:53:51.359Z | stop 6:01.567191881 |
2487 | 2024-10-01T15:53:51.359Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2488 | 2024-10-01T15:53:51.359Z | + ptime -m cargo doc --workspace --no-deps |
2489 | 2024-10-01T15:53:52.566Z | warning: output filename collision. |
2490 | 2024-10-01T15:53:52.566Z | 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)`. |
2491 | 2024-10-01T15:53:52.566Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2492 | 2024-10-01T15:53:52.566Z | The targets should have unique names. |
2493 | 2024-10-01T15:53:52.566Z | This is a known bug where multiple crates with the same name use |
2494 | 2024-10-01T15:53:52.566Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2495 | 2024-10-01T15:53:52.959Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2496 | 2024-10-01T15:53:53.023Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2497 | 2024-10-01T15:53:53.039Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2498 | 2024-10-01T15:53:53.077Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2499 | 2024-10-01T15:53:53.108Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2500 | 2024-10-01T15:53:53.108Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2501 | 2024-10-01T15:53:53.255Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2502 | 2024-10-01T15:53:53.352Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2503 | 2024-10-01T15:53:53.373Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2504 | 2024-10-01T15:53:53.393Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2505 | 2024-10-01T15:53:53.396Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2506 | 2024-10-01T15:53:53.589Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2507 | 2024-10-01T15:53:53.614Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2508 | 2024-10-01T15:53:53.649Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2509 | 2024-10-01T15:53:53.889Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2510 | 2024-10-01T15:53:54.185Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2511 | 2024-10-01T15:53:56.474Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2512 | 2024-10-01T15:53:57.683Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2513 | 2024-10-01T15:53:58.037Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2514 | 2024-10-01T15:53:58.167Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2515 | 2024-10-01T15:53:58.306Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2516 | 2024-10-01T15:53:58.357Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2517 | 2024-10-01T15:53:58.647Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2518 | 2024-10-01T15:53:58.692Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2519 | 2024-10-01T15:53:59.033Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2520 | 2024-10-01T15:53:59.234Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2521 | 2024-10-01T15:53:59.434Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2522 | 2024-10-01T15:53:59.697Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2523 | 2024-10-01T15:53:59.738Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2524 | 2024-10-01T15:54:00.048Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2525 | 2024-10-01T15:54:00.374Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2526 | 2024-10-01T15:54:00.494Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2527 | 2024-10-01T15:54:00.510Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2528 | 2024-10-01T15:54:00.814Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2529 | 2024-10-01T15:54:00.949Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2530 | 2024-10-01T15:54:01.281Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2531 | 2024-10-01T15:54:01.449Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2532 | 2024-10-01T15:54:01.654Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2533 | 2024-10-01T15:54:01.697Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2534 | 2024-10-01T15:54:01.946Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2535 | 2024-10-01T15:54:01.988Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2536 | 2024-10-01T15:54:02.038Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2537 | 2024-10-01T15:54:02.686Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2538 | 2024-10-01T15:54:06.439Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2539 | 2024-10-01T15:54:06.668Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2540 | 2024-10-01T15:54:07.361Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2541 | 2024-10-01T15:54:08.723Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2542 | 2024-10-01T15:54:08.885Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2543 | 2024-10-01T15:54:09.642Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2544 | 2024-10-01T15:54:09.824Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2545 | 2024-10-01T15:54:10.499Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2546 | 2024-10-01T15:54:10.714Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2547 | 2024-10-01T15:54:11.340Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2548 | 2024-10-01T15:54:16.301Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2549 | 2024-10-01T15:54:17.175Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2550 | 2024-10-01T15:54:17.609Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2551 | 2024-10-01T15:54:18.148Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2552 | 2024-10-01T15:54:18.533Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2553 | 2024-10-01T15:54:18.554Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2554 | 2024-10-01T15:54:18.629Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2555 | 2024-10-01T15:54:19.711Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2556 | 2024-10-01T15:54:20.094Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2557 | 2024-10-01T15:54:20.703Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2558 | 2024-10-01T15:54:20.918Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2559 | 2024-10-01T15:54:21.191Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2560 | 2024-10-01T15:54:21.325Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2561 | 2024-10-01T15:54:21.593Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2562 | 2024-10-01T15:54:21.617Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2563 | 2024-10-01T15:54:21.681Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2564 | 2024-10-01T15:54:22.346Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2565 | 2024-10-01T15:54:22.652Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2566 | 2024-10-01T15:54:23.053Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2567 | 2024-10-01T15:54:23.136Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2568 | 2024-10-01T15:54:23.276Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2569 | 2024-10-01T15:54:23.493Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2570 | 2024-10-01T15:54:23.705Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2571 | 2024-10-01T15:54:23.888Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2572 | 2024-10-01T15:54:24.130Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2573 | 2024-10-01T15:54:24.201Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2574 | 2024-10-01T15:54:24.367Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2575 | 2024-10-01T15:54:24.495Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2576 | 2024-10-01T15:54:24.939Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2577 | 2024-10-01T15:54:25.284Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2578 | 2024-10-01T15:54:25.556Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2579 | 2024-10-01T15:54:25.987Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2580 | 2024-10-01T15:54:26.632Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2581 | 2024-10-01T15:54:26.866Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2582 | 2024-10-01T15:54:30.832Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2583 | 2024-10-01T15:54:31.322Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2584 | 2024-10-01T15:54:31.359Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2585 | 2024-10-01T15:54:32.099Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2586 | 2024-10-01T15:54:32.285Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2587 | 2024-10-01T15:54:33.171Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2588 | 2024-10-01T15:54:33.420Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2589 | 2024-10-01T15:54:33.737Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2590 | 2024-10-01T15:54:34.227Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2591 | 2024-10-01T15:54:35.772Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2592 | 2024-10-01T15:54:36.799Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2593 | 2024-10-01T15:54:36.823Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2594 | 2024-10-01T15:54:37.491Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2595 | 2024-10-01T15:54:37.858Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2596 | 2024-10-01T15:54:39.907Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2597 | 2024-10-01T15:54:40.323Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2598 | 2024-10-01T15:54:41.331Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2599 | 2024-10-01T15:54:42.495Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2600 | 2024-10-01T15:54:46.015Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2601 | 2024-10-01T15:54:55.142Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2602 | 2024-10-01T15:54:56.263Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2603 | 2024-10-01T15:55:02.669Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2604 | 2024-10-01T15:55:39.281Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2605 | 2024-10-01T15:55:41.386Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2606 | 2024-10-01T15:55:42.940Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2607 | 2024-10-01T15:55:42.988Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2608 | 2024-10-01T15:55:45.421Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2609 | 2024-10-01T15:55:50.588Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2610 | 2024-10-01T15:55:52.199Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2611 | 2024-10-01T15:56:12.834Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2612 | 2024-10-01T15:56:16.004Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2613 | 2024-10-01T15:56:18.760Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2614 | 2024-10-01T15:56:20.688Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2615 | 2024-10-01T15:56:21.602Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2616 | 2024-10-01T15:56:22.141Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2617 | 2024-10-01T15:56:23.020Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2618 | 2024-10-01T15:56:23.499Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2619 | 2024-10-01T15:56:26.148Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2620 | 2024-10-01T15:56:50.866Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2621 | 2024-10-01T15:56:53.913Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2622 | 2024-10-01T15:57:06.637Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2623 | 2024-10-01T15:57:08.210Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2624 | 2024-10-01T15:57:10.442Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2625 | 2024-10-01T15:57:16.176Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2626 | 2024-10-01T15:57:19.883Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2627 | 2024-10-01T15:57:23.199Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2628 | 2024-10-01T15:57:34.009Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2629 | 2024-10-01T15:57:39.101Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2630 | 2024-10-01T15:57:49.306Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2631 | 2024-10-01T15:57:53.534Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2632 | 2024-10-01T15:57:57.446Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2633 | 2024-10-01T15:58:00.572Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2634 | 2024-10-01T15:58:08.869Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2635 | 2024-10-01T15:58:15.666Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2636 | 2024-10-01T15:58:17.970Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2637 | 2024-10-01T15:58:18.134Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2638 | 2024-10-01T15:58:19.205Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2639 | 2024-10-01T15:58:23.125Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2640 | 2024-10-01T15:58:33.726Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2641 | 2024-10-01T15:58:34.225Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2642 | 2024-10-01T15:58:37.122Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2643 | 2024-10-01T15:58:37.277Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2644 | 2024-10-01T15:58:42.217Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2645 | 2024-10-01T15:58:44.373Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2646 | 2024-10-01T15:58:46.834Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2647 | 2024-10-01T15:58:48.476Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2648 | 2024-10-01T15:58:50.960Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2649 | 2024-10-01T15:58:59.621Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2650 | 2024-10-01T15:59:00.063Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2651 | 2024-10-01T15:59:03.885Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2652 | 2024-10-01T15:59:04.640Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2653 | 2024-10-01T15:59:05.671Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2654 | 2024-10-01T15:59:13.883Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2655 | 2024-10-01T15:59:14.428Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2656 | 2024-10-01T15:59:17.543Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2657 | 2024-10-01T15:59:18.889Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2658 | 2024-10-01T15:59:19.812Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2659 | 2024-10-01T15:59:22.564Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2660 | 2024-10-01T15:59:23.709Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2661 | 2024-10-01T15:59:25.377Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2662 | 2024-10-01T15:59:30.324Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2663 | 2024-10-01T15:59:31.245Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2664 | 2024-10-01T15:59:35.847Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2665 | 2024-10-01T15:59:36.372Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2666 | 2024-10-01T15:59:37.417Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2667 | 2024-10-01T15:59:42.216Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2668 | 2024-10-01T15:59:43.327Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2669 | 2024-10-01T15:59:44.335Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2670 | 2024-10-01T15:59:45.103Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2671 | 2024-10-01T15:59:50.066Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2672 | 2024-10-01T15:59:52.308Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2673 | 2024-10-01T15:59:53.236Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2674 | 2024-10-01T15:59:56.274Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2675 | 2024-10-01T16:00:01.723Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2676 | 2024-10-01T16:00:03.686Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2677 | 2024-10-01T16:00:05.201Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2678 | 2024-10-01T16:00:05.783Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2679 | 2024-10-01T16:00:08.371Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2680 | 2024-10-01T16:00:10.391Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2681 | 2024-10-01T16:00:10.512Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2682 | 2024-10-01T16:00:12.286Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2683 | 2024-10-01T16:00:14.611Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2684 | 2024-10-01T16:00:18.185Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2685 | 2024-10-01T16:00:19.902Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2686 | 2024-10-01T16:00:25.509Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2687 | 2024-10-01T16:00:26.190Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2688 | 2024-10-01T16:00:26.840Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2689 | 2024-10-01T16:00:26.921Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2690 | 2024-10-01T16:00:28.316Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2691 | 2024-10-01T16:00:31.896Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2692 | 2024-10-01T16:00:32.675Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2693 | 2024-10-01T16:00:33.225Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2694 | 2024-10-01T16:00:34.673Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2695 | 2024-10-01T16:00:37.559Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2696 | 2024-10-01T16:00:37.579Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2697 | 2024-10-01T16:00:38.617Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2698 | 2024-10-01T16:00:40.410Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2699 | 2024-10-01T16:00:40.558Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2700 | 2024-10-01T16:00:41.145Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2701 | 2024-10-01T16:00:42.461Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2702 | 2024-10-01T16:00:42.838Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2703 | 2024-10-01T16:00:45.369Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2704 | 2024-10-01T16:00:46.899Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2705 | 2024-10-01T16:01:12.707Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 21s |
2706 | 2024-10-01T16:01:12.867Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 128 other files |
2707 | 2024-10-01T16:01:12.928Z | |
2708 | 2024-10-01T16:01:12.929Z | real 7:21.459305378 |
2709 | 2024-10-01T16:01:12.929Z | user 22:24.762546580 |
2710 | 2024-10-01T16:01:12.929Z | sys 33:06.520297966 |
2711 | 2024-10-01T16:01:12.929Z | trap 0.355838948 |
2712 | 2024-10-01T16:01:12.931Z | tflt 0.226567986 |
2713 | 2024-10-01T16:01:12.931Z | dflt 0.150574627 |
2714 | 2024-10-01T16:01:12.931Z | kflt 0.000009628 |
2715 | 2024-10-01T16:01:12.931Z | lock 1:11:46.930518271 |
2716 | 2024-10-01T16:01:12.931Z | slp 2:05:38.116534470 |
2717 | 2024-10-01T16:01:12.931Z | lat 1:10.754281734 |
2718 | 2024-10-01T16:01:12.931Z | stop 58.498477394 |
2719 | 2024-10-01T16:01:12.931Z | process exited: duration 1060209 ms, exit code 0 |
|
2720 | 2024-10-01T16:01:12.937Z | found 0 output files |