|
|
|
1 | 2024-10-16T03:27:05.643Z | job assigned to worker 01JA9NS2Y9HH14MXK0BASAR932 (queued for 9 m 33 s) |
|
2 | 2024-10-16T03:27:13.146Z | starting task 0: "setup" |
3 | 2024-10-16T03:27:13.159Z | ++ uname -s |
4 | 2024-10-16T03:27:13.162Z | + kern=SunOS |
5 | 2024-10-16T03:27:13.162Z | + case "$kern" in |
6 | 2024-10-16T03:27:13.162Z | + groupadd -g 12345 build |
7 | 2024-10-16T03:27:13.164Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-10-16T03:27:15.173Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-10-16T03:27:15.240Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-10-16T03:27:15.245Z | + home_fs=zfs |
11 | 2024-10-16T03:27:15.245Z | + [[ zfs == autofs ]] |
12 | 2024-10-16T03:27:15.245Z | + mkdir -p /home/build |
13 | 2024-10-16T03:27:15.248Z | + chown build:build /home/build /work |
14 | 2024-10-16T03:27:17.247Z | + chmod 0700 /home/build /work |
15 | 2024-10-16T03:27:17.249Z | process exited: duration 4104 ms, exit code 0 |
|
16 | 2024-10-16T03:27:17.255Z | starting task 1: "rust-toolchain" |
17 | 2024-10-16T03:27:17.262Z | + printf ' * toolchain channel = "%s" |
18 | 2024-10-16T03:27:17.262Z | ' 1.80.1 |
19 | 2024-10-16T03:27:17.264Z | * toolchain channel = "1.80.1" |
20 | 2024-10-16T03:27:17.264Z | + printf ' * toolchain profile = "%s" |
21 | 2024-10-16T03:27:17.264Z | ' default |
22 | 2024-10-16T03:27:17.264Z | * toolchain profile = "default" |
23 | 2024-10-16T03:27:17.264Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-10-16T03:27:17.264Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-10-16T03:27:17.389Z | info: downloading installer |
26 | 2024-10-16T03:27:18.753Z | info: profile set to 'default' |
27 | 2024-10-16T03:27:18.753Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-10-16T03:27:18.756Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-10-16T03:27:18.892Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-10-16T03:27:18.892Z | info: downloading component 'cargo' |
31 | 2024-10-16T03:27:19.696Z | info: downloading component 'clippy' |
32 | 2024-10-16T03:27:19.978Z | info: downloading component 'rust-docs' |
33 | 2024-10-16T03:27:21.180Z | info: downloading component 'rust-std' |
34 | 2024-10-16T03:27:22.742Z | info: downloading component 'rustc' |
35 | 2024-10-16T03:27:27.128Z | info: downloading component 'rustfmt' |
36 | 2024-10-16T03:27:27.357Z | info: installing component 'cargo' |
37 | 2024-10-16T03:27:28.168Z | info: installing component 'clippy' |
38 | 2024-10-16T03:27:28.531Z | info: installing component 'rust-docs' |
39 | 2024-10-16T03:27:30.160Z | info: installing component 'rust-std' |
40 | 2024-10-16T03:27:31.827Z | info: installing component 'rustc' |
41 | 2024-10-16T03:27:36.014Z | info: installing component 'rustfmt' |
42 | 2024-10-16T03:27:36.352Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-10-16T03:27:36.352Z | |
44 | 2024-10-16T03:27:36.603Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-10-16T03:27:36.603Z | |
46 | 2024-10-16T03:27:36.605Z | |
47 | 2024-10-16T03:27:36.605Z | Rust is installed now. Great! |
48 | 2024-10-16T03:27:36.605Z | |
49 | 2024-10-16T03:27:36.606Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-10-16T03:27:36.606Z | environment variable. This has not been done automatically. |
51 | 2024-10-16T03:27:36.606Z | |
52 | 2024-10-16T03:27:36.606Z | To configure your current shell, you need to source |
53 | 2024-10-16T03:27:36.606Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-10-16T03:27:36.606Z | |
55 | 2024-10-16T03:27:36.606Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-10-16T03:27:36.606Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-10-16T03:27:36.606Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-10-16T03:27:36.654Z | + rustc --version |
59 | 2024-10-16T03:27:36.716Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-10-16T03:27:36.719Z | process exited: duration 19461 ms, exit code 0 |
|
61 | 2024-10-16T03:27:36.724Z | starting task 2: "authentication" |
62 | 2024-10-16T03:27:36.744Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-10-16T03:27:36.749Z | starting task 3: "clone repository" |
64 | 2024-10-16T03:27:36.753Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-10-16T03:27:36.756Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-10-16T03:27:36.792Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-10-16T03:27:43.746Z | + cd /work/oxidecomputer/omicron |
68 | 2024-10-16T03:27:43.746Z | + git fetch origin bdf6eea96481146107e1e23e1e9e7ddb56b4c980 |
69 | 2024-10-16T03:27:44.044Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-10-16T03:27:44.044Z | * branch bdf6eea96481146107e1e23e1e9e7ddb56b4c980 -> FETCH_HEAD |
71 | 2024-10-16T03:27:44.054Z | + [[ -n renovate/uzers-0.x ]] |
72 | 2024-10-16T03:27:44.056Z | ++ git branch --show-current |
73 | 2024-10-16T03:27:44.059Z | + current=main |
74 | 2024-10-16T03:27:44.059Z | + [[ main != renovate/uzers-0.x ]] |
75 | 2024-10-16T03:27:44.059Z | + git branch -f renovate/uzers-0.x bdf6eea96481146107e1e23e1e9e7ddb56b4c980 |
76 | 2024-10-16T03:27:44.061Z | + git checkout -f renovate/uzers-0.x |
77 | 2024-10-16T03:27:44.124Z | Switched to branch 'renovate/uzers-0.x' |
78 | 2024-10-16T03:27:44.127Z | + git reset --hard bdf6eea96481146107e1e23e1e9e7ddb56b4c980 |
79 | 2024-10-16T03:27:44.189Z | HEAD is now at bdf6eea96 Update Rust crate uzers to 0.12 |
80 | 2024-10-16T03:27:44.197Z | process exited: duration 7438 ms, exit code 0 |
|
81 | 2024-10-16T03:27:44.213Z | starting task 4: "build" |
82 | 2024-10-16T03:27:44.224Z | + source ./env.sh |
83 | 2024-10-16T03:27:44.224Z | ++ OLD_SHELL_OPTS=ehxB |
84 | 2024-10-16T03:27:44.224Z | ++ set -o xtrace |
85 | 2024-10-16T03:27:44.224Z | ++++ dirname ./env.sh |
86 | 2024-10-16T03:27:44.224Z | +++ readlink -f . |
87 | 2024-10-16T03:27:44.233Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2024-10-16T03:27:44.233Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
89 | 2024-10-16T03:27:44.233Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
90 | 2024-10-16T03:27:44.233Z | ++ 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 |
91 | 2024-10-16T03:27:44.233Z | ++ 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 |
92 | 2024-10-16T03:27:44.233Z | ++ 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 |
93 | 2024-10-16T03:27:44.233Z | ++ 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 |
94 | 2024-10-16T03:27:44.233Z | ++ 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 |
95 | 2024-10-16T03:27:44.233Z | ++ 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 |
96 | 2024-10-16T03:27:44.233Z | ++ case $OLD_SHELL_OPTS in |
97 | 2024-10-16T03:27:44.233Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
98 | 2024-10-16T03:27:44.233Z | + source .github/buildomat/ci-env.sh |
99 | 2024-10-16T03:27:44.233Z | ++ export CARGO_TERM_COLOR=always |
100 | 2024-10-16T03:27:44.233Z | ++ CARGO_TERM_COLOR=always |
101 | 2024-10-16T03:27:44.234Z | + cargo --version |
102 | 2024-10-16T03:27:44.279Z | cargo 1.80.1 (376290515 2024-07-16) |
103 | 2024-10-16T03:27:44.282Z | + rustc --version |
104 | 2024-10-16T03:27:44.337Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
105 | 2024-10-16T03:27:44.340Z | + banner prerequisites |
106 | 2024-10-16T03:27:44.343Z | |
107 | 2024-10-16T03:27:44.343Z | ##### ##### ###### ##### ###### #### # # # #### # |
108 | 2024-10-16T03:27:44.343Z | # # # # # # # # # # # # # # # |
109 | 2024-10-16T03:27:44.343Z | # # # # ##### # # ##### # # # # # #### # |
110 | 2024-10-16T03:27:44.343Z | ##### ##### # ##### # # # # # # # # # |
111 | 2024-10-16T03:27:44.343Z | # # # # # # # # # # # # # # # |
112 | 2024-10-16T03:27:44.343Z | # # # ###### # # ###### ### # #### # #### # |
113 | 2024-10-16T03:27:44.343Z | |
114 | 2024-10-16T03:27:44.355Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
115 | 2024-10-16T03:27:51.383Z | Startup: Refreshing catalog 'helios-dev' ... Done |
116 | 2024-10-16T03:27:54.333Z | Startup: Caching catalogs ... Done |
117 | 2024-10-16T03:28:00.046Z | Planning: Solver setup ... Done (4.882s) |
118 | 2024-10-16T03:28:00.123Z | Planning: Running solver ... Done (0.076s) |
119 | 2024-10-16T03:28:00.192Z | Planning: Finding local manifests ... Done (0.003s) |
120 | 2024-10-16T03:28:00.207Z | Planning: Fetching manifests: 0/5 0% complete |
121 | 2024-10-16T03:28:00.421Z | Planning: Fetching manifests: 5/5 100% complete |
122 | 2024-10-16T03:28:00.519Z | Planning: Package planning ... Done (0.098s) |
123 | 2024-10-16T03:28:00.778Z | Planning: Merging actions ... Done (0.055s) |
124 | 2024-10-16T03:28:00.786Z | Planning: Checking for conflicting actions ... Done (0.195s) |
125 | 2024-10-16T03:28:02.798Z | Planning: Consolidating action changes ... Done (2.028s) |
126 | 2024-10-16T03:28:03.225Z | Planning: Evaluating mediators ... Done (0.427s) |
127 | 2024-10-16T03:28:03.304Z | Planning: Planning completed in 8.89 seconds |
128 | 2024-10-16T03:28:03.320Z | Packages to install: 4 |
129 | 2024-10-16T03:28:03.320Z | Packages to update: 1 |
130 | 2024-10-16T03:28:03.322Z | Mediators to change: 2 |
131 | 2024-10-16T03:28:03.322Z | Services to change: 1 |
132 | 2024-10-16T03:28:03.322Z | Estimated space available: 155.71 GB |
133 | 2024-10-16T03:28:03.322Z | Estimated space to be consumed: 1.57 GB |
134 | 2024-10-16T03:28:03.322Z | Create boot environment: No |
135 | 2024-10-16T03:28:03.322Z | Create backup boot environment: Yes |
136 | 2024-10-16T03:28:03.322Z | Rebuild boot archive: No |
137 | 2024-10-16T03:28:03.323Z | |
138 | 2024-10-16T03:28:03.323Z | Changed mediators: |
139 | 2024-10-16T03:28:03.323Z | mediator clang: |
140 | 2024-10-16T03:28:03.323Z | version: None -> 15 (system default) |
141 | 2024-10-16T03:28:03.323Z | |
142 | 2024-10-16T03:28:03.323Z | mediator llvm: |
143 | 2024-10-16T03:28:03.323Z | version: 14 (system default) -> 15 (system default) |
144 | 2024-10-16T03:28:03.323Z | |
145 | 2024-10-16T03:28:03.323Z | Changed packages: |
146 | 2024-10-16T03:28:03.323Z | helios-dev |
147 | 2024-10-16T03:28:03.323Z | developer/build-essential |
148 | 2024-10-16T03:28:03.323Z | None -> 11-2.0 |
149 | 2024-10-16T03:28:03.323Z | library/libxmlsec1 |
150 | 2024-10-16T03:28:03.323Z | None -> 1.2.35-2.0 |
151 | 2024-10-16T03:28:03.323Z | ooce/developer/clang-15 |
152 | 2024-10-16T03:28:03.323Z | None -> 15.0.7-2.0 |
153 | 2024-10-16T03:28:03.323Z | ooce/developer/llvm-15 |
154 | 2024-10-16T03:28:03.323Z | None -> 15.0.7-2.0 |
155 | 2024-10-16T03:28:03.323Z | package/pkg |
156 | 2024-10-16T03:28:03.323Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
157 | 2024-10-16T03:28:03.323Z | |
158 | 2024-10-16T03:28:03.323Z | Services: |
159 | 2024-10-16T03:28:03.323Z | restart_fmri: |
160 | 2024-10-16T03:28:03.323Z | svc:/system/update-man-index:default |
161 | 2024-10-16T03:28:03.323Z | |
162 | 2024-10-16T03:28:03.323Z | Editable files to change: |
163 | 2024-10-16T03:28:03.323Z | Update: |
164 | 2024-10-16T03:28:03.323Z | usr/share/lib/pkg/web/config.shtml |
165 | 2024-10-16T03:28:03.401Z | |
166 | 2024-10-16T03:28:03.401Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
167 | 2024-10-16T03:28:08.401Z | Download: 1334/4281 items 105.3/220.6MB 47% complete (21.3M/s) |
168 | 2024-10-16T03:28:13.402Z | Download: 3102/4281 items 126.8/220.6MB 57% complete (12.6M/s) |
169 | 2024-10-16T03:28:18.483Z | Download: 4208/4281 items 220.6/220.6MB 99% complete (13.4M/s) |
170 | 2024-10-16T03:28:18.582Z | Download: Completed 220.60 MB in 15.18 seconds (14.5M/s) |
171 | 2024-10-16T03:28:21.202Z | Actions: 1/5063 actions (Removing old actions) |
172 | 2024-10-16T03:28:21.221Z | Actions: 194/5063 actions (Installing new actions) |
173 | 2024-10-16T03:28:25.885Z | Actions: 4226/5063 actions (Updating modified actions) |
174 | 2024-10-16T03:28:26.204Z | Actions: Completed 5063 actions in 5.00 seconds. |
175 | 2024-10-16T03:28:26.551Z | Done (0.339s) |
176 | 2024-10-16T03:28:26.553Z | Done (0.000s) |
177 | 2024-10-16T03:28:27.025Z | Done (0.473s) |
178 | 2024-10-16T03:28:31.330Z | Done (4.108s) |
179 | 2024-10-16T03:28:31.415Z | Done (0.016s) |
180 | 2024-10-16T03:28:31.418Z | Done (0.000s) |
181 | 2024-10-16T03:28:31.557Z | Done (0.000s) |
182 | 2024-10-16T03:28:32.198Z | Planning: Evaluating mediator changes ... Done |
183 | 2024-10-16T03:28:32.361Z | Planning: Checking for conflicting actions ... Done |
184 | 2024-10-16T03:28:32.365Z | Planning: Consolidating action changes ... Done |
185 | 2024-10-16T03:28:32.631Z | Planning: Evaluating mediators ... Done |
186 | 2024-10-16T03:28:32.634Z | Planning: Planning completed in 0.43 seconds |
187 | 2024-10-16T03:28:32.672Z | Mediators to change: 2 |
188 | 2024-10-16T03:28:32.672Z | Create boot environment: No |
189 | 2024-10-16T03:28:32.675Z | Create backup boot environment: No |
190 | 2024-10-16T03:28:32.734Z | Done |
191 | 2024-10-16T03:28:32.734Z | Done |
192 | 2024-10-16T03:28:33.039Z | Done |
193 | 2024-10-16T03:28:36.562Z | Done |
194 | 2024-10-16T03:28:36.649Z | Done |
195 | 2024-10-16T03:28:36.651Z | Done |
196 | 2024-10-16T03:28:36.772Z | Done |
197 | 2024-10-16T03:28:37.376Z | Planning: Evaluating mediator changes ... Done |
198 | 2024-10-16T03:28:37.378Z | Planning: Merging actions ... Done |
199 | 2024-10-16T03:28:37.568Z | Planning: Checking for conflicting actions ... Done |
200 | 2024-10-16T03:28:37.570Z | Planning: Consolidating action changes ... Done |
201 | 2024-10-16T03:28:37.833Z | Planning: Evaluating mediators ... Done |
202 | 2024-10-16T03:28:37.888Z | Planning: Planning completed in 0.75 seconds |
203 | 2024-10-16T03:28:37.929Z | Packages to change: 1 |
204 | 2024-10-16T03:28:37.929Z | Mediators to change: 1 |
205 | 2024-10-16T03:28:37.931Z | Services to change: 1 |
206 | 2024-10-16T03:28:37.931Z | Create boot environment: No |
207 | 2024-10-16T03:28:37.931Z | Create backup boot environment: Yes |
208 | 2024-10-16T03:28:40.101Z | Actions: 1/6 actions (Updating modified actions) |
209 | 2024-10-16T03:28:40.103Z | Actions: Completed 6 actions in 0.00 seconds. |
210 | 2024-10-16T03:28:40.103Z | Done |
211 | 2024-10-16T03:28:40.103Z | Done |
212 | 2024-10-16T03:28:40.201Z | Done |
213 | 2024-10-16T03:28:43.743Z | Done |
214 | 2024-10-16T03:28:43.832Z | Done |
215 | 2024-10-16T03:28:43.834Z | Done |
216 | 2024-10-16T03:28:43.951Z | Done |
217 | 2024-10-16T03:28:44.381Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
218 | 2024-10-16T03:28:44.381Z | clang system 15 system |
219 | 2024-10-16T03:28:44.381Z | csh system system illumos |
220 | 2024-10-16T03:28:44.381Z | ctags system system illumos |
221 | 2024-10-16T03:28:44.381Z | gcc vendor 12 vendor |
222 | 2024-10-16T03:28:44.381Z | gcc system 10 system |
223 | 2024-10-16T03:28:44.381Z | gcc system 7 system |
224 | 2024-10-16T03:28:44.381Z | go system 1.20 system |
225 | 2024-10-16T03:28:44.381Z | go system 1.19 system |
226 | 2024-10-16T03:28:44.381Z | llvm system 15 system |
227 | 2024-10-16T03:28:44.381Z | llvm system 14 system |
228 | 2024-10-16T03:28:44.381Z | mariadb system 10.6 system |
229 | 2024-10-16T03:28:44.381Z | mta vendor vendor dma |
230 | 2024-10-16T03:28:44.381Z | openjdk system 17 system |
231 | 2024-10-16T03:28:44.381Z | openjdk system 11 system |
232 | 2024-10-16T03:28:44.381Z | openjdk system 1.8 system |
233 | 2024-10-16T03:28:44.382Z | openssl vendor 3 vendor |
234 | 2024-10-16T03:28:44.382Z | perl system 5.36 system |
235 | 2024-10-16T03:28:44.382Z | postgresql system 15 system |
236 | 2024-10-16T03:28:44.382Z | postgresql system 13 system |
237 | 2024-10-16T03:28:44.382Z | python vendor 3 vendor |
238 | 2024-10-16T03:28:44.382Z | python system 2 system |
239 | 2024-10-16T03:28:44.382Z | python3 system 3.11 system |
240 | 2024-10-16T03:28:44.382Z | ruby system 3.0 system |
241 | 2024-10-16T03:28:44.382Z | words vendor vendor american-english |
242 | 2024-10-16T03:28:44.382Z | words system system australian-english |
243 | 2024-10-16T03:28:44.382Z | words system system british-english |
244 | 2024-10-16T03:28:44.382Z | words system system canadian-english |
245 | 2024-10-16T03:28:44.382Z | words system system french |
246 | 2024-10-16T03:28:44.382Z | words system system italian |
247 | 2024-10-16T03:28:44.382Z | words system system ngerman |
248 | 2024-10-16T03:28:44.382Z | words system system ogerman |
249 | 2024-10-16T03:28:44.382Z | words system system spanish |
250 | 2024-10-16T03:28:44.712Z | PUBLISHER TYPE STATUS P LOCATION |
251 | 2024-10-16T03:28:44.712Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
252 | 2024-10-16T03:28:46.872Z | FMRI IFO |
253 | 2024-10-16T03:28:46.872Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
254 | 2024-10-16T03:28:46.872Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
255 | 2024-10-16T03:28:46.872Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
256 | 2024-10-16T03:28:46.872Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
257 | 2024-10-16T03:28:46.872Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
258 | 2024-10-16T03:28:46.872Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
259 | 2024-10-16T03:28:46.872Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
260 | 2024-10-16T03:28:46.872Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
261 | 2024-10-16T03:28:46.872Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
262 | 2024-10-16T03:28:46.872Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
263 | 2024-10-16T03:28:46.872Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
264 | 2024-10-16T03:28:46.872Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
265 | 2024-10-16T03:28:46.872Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
266 | 2024-10-16T03:28:47.551Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
267 | 2024-10-16T03:28:47.994Z | Updating crates.io index |
268 | 2024-10-16T03:28:48.007Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
269 | 2024-10-16T03:28:48.591Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
270 | 2024-10-16T03:28:48.851Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
271 | 2024-10-16T03:28:49.089Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
272 | 2024-10-16T03:28:49.373Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
273 | 2024-10-16T03:28:50.124Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
274 | 2024-10-16T03:28:52.446Z | Updating git repository `https://github.com/oxidecomputer/opte` |
275 | 2024-10-16T03:28:53.481Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
276 | 2024-10-16T03:28:54.211Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
277 | 2024-10-16T03:28:54.480Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
278 | 2024-10-16T03:28:54.731Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
279 | 2024-10-16T03:28:55.271Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
280 | 2024-10-16T03:28:55.570Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
281 | 2024-10-16T03:28:55.912Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
282 | 2024-10-16T03:28:56.157Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
283 | 2024-10-16T03:28:56.434Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
284 | 2024-10-16T03:28:56.667Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
285 | 2024-10-16T03:28:56.951Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
286 | 2024-10-16T03:28:57.239Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
287 | 2024-10-16T03:28:57.515Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
288 | 2024-10-16T03:28:57.843Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
289 | 2024-10-16T03:28:58.265Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
290 | 2024-10-16T03:28:58.575Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
291 | 2024-10-16T03:28:58.995Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
292 | 2024-10-16T03:28:59.455Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
293 | 2024-10-16T03:28:59.739Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
294 | 2024-10-16T03:29:00.026Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
295 | 2024-10-16T03:29:01.235Z | Downloading crates ... |
296 | 2024-10-16T03:29:01.297Z | Downloaded camino-tempfile v1.1.1 |
297 | 2024-10-16T03:29:01.302Z | Downloaded byteorder v1.5.0 |
298 | 2024-10-16T03:29:01.304Z | Downloaded autocfg v1.4.0 |
299 | 2024-10-16T03:29:01.307Z | Downloaded bytecount v0.6.8 |
300 | 2024-10-16T03:29:01.309Z | Downloaded anstyle v1.0.8 |
301 | 2024-10-16T03:29:01.309Z | Downloaded cargo-platform v0.1.8 |
302 | 2024-10-16T03:29:01.323Z | Downloaded scroll_derive v0.12.0 |
303 | 2024-10-16T03:29:01.326Z | Downloaded proc-macro2 v1.0.87 |
304 | 2024-10-16T03:29:01.326Z | Downloaded dtrace-parser v0.2.0 |
305 | 2024-10-16T03:29:01.326Z | Downloaded usdt-macro v0.5.0 |
306 | 2024-10-16T03:29:01.329Z | Downloaded usdt-attr-macro v0.5.0 |
307 | 2024-10-16T03:29:01.329Z | Downloaded serde_spanned v0.6.8 |
308 | 2024-10-16T03:29:01.332Z | Downloaded cfg-if v1.0.0 |
309 | 2024-10-16T03:29:01.336Z | Downloaded fnv v1.0.7 |
310 | 2024-10-16T03:29:01.336Z | Downloaded generic-array v0.14.7 |
311 | 2024-10-16T03:29:01.338Z | Downloaded toml_datetime v0.6.8 |
312 | 2024-10-16T03:29:01.338Z | Downloaded itoa v1.0.11 |
313 | 2024-10-16T03:29:01.341Z | Downloaded errno v0.3.9 |
314 | 2024-10-16T03:29:01.341Z | Downloaded clap_lex v0.7.2 |
315 | 2024-10-16T03:29:01.343Z | Downloaded plain v0.2.3 |
316 | 2024-10-16T03:29:01.343Z | Downloaded digest v0.10.7 |
317 | 2024-10-16T03:29:01.346Z | Downloaded usdt v0.5.0 |
318 | 2024-10-16T03:29:01.346Z | Downloaded pest_generator v2.7.14 |
319 | 2024-10-16T03:29:01.346Z | Downloaded anstyle-query v1.1.1 |
320 | 2024-10-16T03:29:01.349Z | Downloaded anstyle-parse v0.2.5 |
321 | 2024-10-16T03:29:01.351Z | Downloaded strsim v0.11.1 |
322 | 2024-10-16T03:29:01.351Z | Downloaded cpufeatures v0.2.14 |
323 | 2024-10-16T03:29:01.353Z | Downloaded version_check v0.9.5 |
324 | 2024-10-16T03:29:01.353Z | Downloaded thread-id v4.2.2 |
325 | 2024-10-16T03:29:01.355Z | Downloaded proc-macro-error v1.0.4 |
326 | 2024-10-16T03:29:01.358Z | Downloaded heck v0.4.1 |
327 | 2024-10-16T03:29:01.361Z | Downloaded once_cell v1.20.2 |
328 | 2024-10-16T03:29:01.361Z | Downloaded block-buffer v0.10.4 |
329 | 2024-10-16T03:29:01.366Z | Downloaded anstream v0.6.15 |
330 | 2024-10-16T03:29:01.366Z | Downloaded quote v1.0.37 |
331 | 2024-10-16T03:29:01.368Z | Downloaded cargo_toml v0.20.5 |
332 | 2024-10-16T03:29:01.371Z | Downloaded camino v1.1.9 |
333 | 2024-10-16T03:29:01.374Z | Downloaded tempfile v3.13.0 |
334 | 2024-10-16T03:29:01.376Z | Downloaded sha2 v0.10.8 |
335 | 2024-10-16T03:29:01.378Z | Downloaded typenum v1.17.0 |
336 | 2024-10-16T03:29:01.381Z | Downloaded ryu v1.0.18 |
337 | 2024-10-16T03:29:01.384Z | Downloaded bitflags v2.6.0 |
338 | 2024-10-16T03:29:01.388Z | Downloaded unicode-linebreak v0.1.5 |
339 | 2024-10-16T03:29:01.390Z | Downloaded log v0.4.22 |
340 | 2024-10-16T03:29:01.392Z | Downloaded ucd-trie v0.1.7 |
341 | 2024-10-16T03:29:01.392Z | Downloaded pretty-hex v0.4.1 |
342 | 2024-10-16T03:29:01.395Z | Downloaded textwrap v0.16.1 |
343 | 2024-10-16T03:29:01.398Z | Downloaded is_terminal_polyfill v1.70.1 |
344 | 2024-10-16T03:29:01.400Z | Downloaded equivalent v1.0.1 |
345 | 2024-10-16T03:29:01.400Z | Downloaded macaddr v1.0.1 |
346 | 2024-10-16T03:29:01.407Z | Downloaded swrite v0.1.0 |
347 | 2024-10-16T03:29:01.412Z | Downloaded serde_derive v1.0.210 |
348 | 2024-10-16T03:29:01.414Z | Downloaded anyhow v1.0.89 |
349 | 2024-10-16T03:29:01.418Z | Downloaded heck v0.5.0 |
350 | 2024-10-16T03:29:01.420Z | Downloaded fastrand v2.1.1 |
351 | 2024-10-16T03:29:01.423Z | Downloaded tabled_derive v0.7.0 |
352 | 2024-10-16T03:29:01.423Z | Downloaded fs-err v2.11.0 |
353 | 2024-10-16T03:29:01.425Z | Downloaded crypto-common v0.1.6 |
354 | 2024-10-16T03:29:01.425Z | Downloaded scroll v0.12.0 |
355 | 2024-10-16T03:29:01.425Z | Downloaded proc-macro-error-attr v1.0.4 |
356 | 2024-10-16T03:29:01.427Z | Downloaded colorchoice v1.0.2 |
357 | 2024-10-16T03:29:01.428Z | Downloaded smawk v0.3.2 |
358 | 2024-10-16T03:29:01.430Z | Downloaded thiserror v1.0.64 |
359 | 2024-10-16T03:29:01.433Z | Downloaded serde_tokenstream v0.2.2 |
360 | 2024-10-16T03:29:01.436Z | Downloaded terminal_size v0.4.0 |
361 | 2024-10-16T03:29:01.436Z | Downloaded dof v0.3.0 |
362 | 2024-10-16T03:29:01.438Z | Downloaded thiserror-impl v1.0.64 |
363 | 2024-10-16T03:29:01.441Z | Downloaded indexmap v2.6.0 |
364 | 2024-10-16T03:29:01.445Z | Downloaded memchr v2.7.4 |
365 | 2024-10-16T03:29:01.450Z | Downloaded cargo_metadata v0.18.1 |
366 | 2024-10-16T03:29:01.452Z | Downloaded semver v1.0.23 |
367 | 2024-10-16T03:29:01.455Z | Downloaded clap_derive v4.5.18 |
368 | 2024-10-16T03:29:01.457Z | Downloaded utf8parse v0.2.2 |
369 | 2024-10-16T03:29:01.457Z | Downloaded memmap v0.7.0 |
370 | 2024-10-16T03:29:01.460Z | Downloaded zerocopy-derive v0.7.35 |
371 | 2024-10-16T03:29:01.462Z | Downloaded usdt-impl v0.5.0 |
372 | 2024-10-16T03:29:01.465Z | Downloaded clap v4.5.20 |
373 | 2024-10-16T03:29:01.473Z | Downloaded pest_meta v2.7.14 |
374 | 2024-10-16T03:29:01.475Z | Downloaded pest_derive v2.7.14 |
375 | 2024-10-16T03:29:01.478Z | Downloaded unicode-ident v1.0.13 |
376 | 2024-10-16T03:29:01.481Z | Downloaded toml v0.8.19 |
377 | 2024-10-16T03:29:01.484Z | Downloaded papergrid v0.11.0 |
378 | 2024-10-16T03:29:01.501Z | Downloaded serde v1.0.210 |
379 | 2024-10-16T03:29:01.506Z | Downloaded pest v2.7.14 |
380 | 2024-10-16T03:29:01.515Z | Downloaded clap_builder v4.5.20 |
381 | 2024-10-16T03:29:01.521Z | Downloaded toml_edit v0.22.22 |
382 | 2024-10-16T03:29:01.542Z | Downloaded zerocopy v0.7.35 |
383 | 2024-10-16T03:29:01.559Z | Downloaded hashbrown v0.15.0 |
384 | 2024-10-16T03:29:01.565Z | Downloaded winnow v0.6.20 |
385 | 2024-10-16T03:29:01.570Z | Downloaded tabled v0.15.0 |
386 | 2024-10-16T03:29:01.588Z | Downloaded serde_json v1.0.128 |
387 | 2024-10-16T03:29:01.594Z | Downloaded syn v1.0.109 |
388 | 2024-10-16T03:29:01.603Z | Downloaded goblin v0.8.2 |
389 | 2024-10-16T03:29:01.610Z | Downloaded unicode-width v0.1.14 |
390 | 2024-10-16T03:29:01.614Z | Downloaded syn v2.0.79 |
391 | 2024-10-16T03:29:01.626Z | Downloaded rustix v0.38.37 |
392 | 2024-10-16T03:29:01.649Z | Downloaded libc v0.2.159 |
393 | 2024-10-16T03:29:01.949Z | Compiling proc-macro2 v1.0.87 |
394 | 2024-10-16T03:29:01.952Z | Compiling unicode-ident v1.0.13 |
395 | 2024-10-16T03:29:01.952Z | Compiling version_check v0.9.5 |
396 | 2024-10-16T03:29:01.952Z | Compiling serde v1.0.210 |
397 | 2024-10-16T03:29:01.952Z | Compiling thiserror v1.0.64 |
398 | 2024-10-16T03:29:01.952Z | Compiling memchr v2.7.4 |
399 | 2024-10-16T03:29:01.952Z | Compiling libc v0.2.159 |
400 | 2024-10-16T03:29:01.981Z | Compiling ryu v1.0.18 |
401 | 2024-10-16T03:29:02.181Z | Compiling ucd-trie v0.1.7 |
402 | 2024-10-16T03:29:02.438Z | Compiling itoa v1.0.11 |
403 | 2024-10-16T03:29:02.728Z | Compiling once_cell v1.20.2 |
404 | 2024-10-16T03:29:02.779Z | Compiling byteorder v1.5.0 |
405 | 2024-10-16T03:29:02.801Z | Compiling serde_json v1.0.128 |
406 | 2024-10-16T03:29:02.825Z | Compiling rustix v0.38.37 |
407 | 2024-10-16T03:29:03.224Z | Compiling bitflags v2.6.0 |
408 | 2024-10-16T03:29:03.371Z | Compiling usdt-impl v0.5.0 |
409 | 2024-10-16T03:29:03.576Z | Compiling proc-macro-error-attr v1.0.4 |
410 | 2024-10-16T03:29:03.664Z | Compiling quote v1.0.37 |
411 | 2024-10-16T03:29:03.688Z | Compiling syn v1.0.109 |
412 | 2024-10-16T03:29:03.740Z | Compiling proc-macro-error v1.0.4 |
413 | 2024-10-16T03:29:03.857Z | Compiling equivalent v1.0.1 |
414 | 2024-10-16T03:29:03.997Z | Compiling camino v1.1.9 |
415 | 2024-10-16T03:29:04.021Z | Compiling plain v0.2.3 |
416 | 2024-10-16T03:29:04.068Z | Compiling syn v2.0.79 |
417 | 2024-10-16T03:29:04.191Z | Compiling errno v0.3.9 |
418 | 2024-10-16T03:29:04.456Z | Compiling utf8parse v0.2.2 |
419 | 2024-10-16T03:29:04.481Z | Compiling hashbrown v0.15.0 |
420 | 2024-10-16T03:29:04.506Z | Compiling log v0.4.22 |
421 | 2024-10-16T03:29:04.627Z | Compiling anstyle-parse v0.2.5 |
422 | 2024-10-16T03:29:04.741Z | Compiling thread-id v4.2.2 |
423 | 2024-10-16T03:29:04.964Z | Compiling autocfg v1.4.0 |
424 | 2024-10-16T03:29:05.009Z | Compiling pretty-hex v0.4.1 |
425 | 2024-10-16T03:29:05.218Z | Compiling colorchoice v1.0.2 |
426 | 2024-10-16T03:29:05.257Z | Compiling anstyle v1.0.8 |
427 | 2024-10-16T03:29:05.405Z | Compiling anstyle-query v1.1.1 |
428 | 2024-10-16T03:29:05.541Z | Compiling is_terminal_polyfill v1.70.1 |
429 | 2024-10-16T03:29:05.567Z | Compiling unicode-width v0.1.14 |
430 | 2024-10-16T03:29:05.677Z | Compiling indexmap v2.6.0 |
431 | 2024-10-16T03:29:05.701Z | Compiling winnow v0.6.20 |
432 | 2024-10-16T03:29:05.727Z | Compiling semver v1.0.23 |
433 | 2024-10-16T03:29:06.072Z | Compiling anstream v0.6.15 |
434 | 2024-10-16T03:29:06.151Z | Compiling fs-err v2.11.0 |
435 | 2024-10-16T03:29:06.483Z | Compiling bytecount v0.6.8 |
436 | 2024-10-16T03:29:06.566Z | Compiling terminal_size v0.4.0 |
437 | 2024-10-16T03:29:06.702Z | Compiling heck v0.4.1 |
438 | 2024-10-16T03:29:06.776Z | Compiling fastrand v2.1.1 |
439 | 2024-10-16T03:29:06.800Z | Compiling strsim v0.11.1 |
440 | 2024-10-16T03:29:07.010Z | Compiling fnv v1.0.7 |
441 | 2024-10-16T03:29:07.158Z | Compiling cfg-if v1.0.0 |
442 | 2024-10-16T03:29:07.216Z | Compiling clap_lex v0.7.2 |
443 | 2024-10-16T03:29:07.254Z | Compiling anyhow v1.0.89 |
444 | 2024-10-16T03:29:07.338Z | Compiling heck v0.5.0 |
445 | 2024-10-16T03:29:07.754Z | Compiling tempfile v3.13.0 |
446 | 2024-10-16T03:29:07.775Z | Compiling clap_builder v4.5.20 |
447 | 2024-10-16T03:29:07.873Z | Compiling papergrid v0.11.0 |
448 | 2024-10-16T03:29:08.209Z | Compiling memmap v0.7.0 |
449 | 2024-10-16T03:29:08.435Z | Compiling smawk v0.3.2 |
450 | 2024-10-16T03:29:08.582Z | Compiling unicode-linebreak v0.1.5 |
451 | 2024-10-16T03:29:09.109Z | Compiling textwrap v0.16.1 |
452 | 2024-10-16T03:29:09.292Z | Compiling swrite v0.1.0 |
453 | 2024-10-16T03:29:10.537Z | Compiling tabled_derive v0.7.0 |
454 | 2024-10-16T03:29:12.269Z | Compiling tabled v0.15.0 |
455 | 2024-10-16T03:29:13.039Z | Compiling serde_derive v1.0.210 |
456 | 2024-10-16T03:29:13.039Z | Compiling thiserror-impl v1.0.64 |
457 | 2024-10-16T03:29:13.041Z | Compiling zerocopy-derive v0.7.35 |
458 | 2024-10-16T03:29:13.041Z | Compiling scroll_derive v0.12.0 |
459 | 2024-10-16T03:29:13.192Z | Compiling clap_derive v4.5.18 |
460 | 2024-10-16T03:29:14.476Z | Compiling scroll v0.12.0 |
461 | 2024-10-16T03:29:14.941Z | Compiling zerocopy v0.7.35 |
462 | 2024-10-16T03:29:14.964Z | Compiling goblin v0.8.2 |
463 | 2024-10-16T03:29:15.614Z | Compiling pest v2.7.14 |
464 | 2024-10-16T03:29:16.644Z | Compiling clap v4.5.20 |
465 | 2024-10-16T03:29:18.045Z | Compiling pest_meta v2.7.14 |
466 | 2024-10-16T03:29:18.892Z | Compiling pest_generator v2.7.14 |
467 | 2024-10-16T03:29:20.794Z | Compiling pest_derive v2.7.14 |
468 | 2024-10-16T03:29:21.488Z | Compiling dtrace-parser v0.2.0 |
469 | 2024-10-16T03:29:23.201Z | Compiling serde_tokenstream v0.2.2 |
470 | 2024-10-16T03:29:23.438Z | Compiling toml_datetime v0.6.8 |
471 | 2024-10-16T03:29:23.438Z | Compiling serde_spanned v0.6.8 |
472 | 2024-10-16T03:29:23.730Z | Compiling cargo-platform v0.1.8 |
473 | 2024-10-16T03:29:23.756Z | Compiling macaddr v1.0.1 |
474 | 2024-10-16T03:29:23.811Z | Compiling toml_edit v0.22.22 |
475 | 2024-10-16T03:29:24.223Z | Compiling camino-tempfile v1.1.1 |
476 | 2024-10-16T03:29:24.647Z | Compiling dof v0.3.0 |
477 | 2024-10-16T03:29:24.850Z | Compiling cargo_metadata v0.18.1 |
478 | 2024-10-16T03:29:26.273Z | Compiling usdt-macro v0.5.0 |
479 | 2024-10-16T03:29:26.276Z | Compiling usdt-attr-macro v0.5.0 |
480 | 2024-10-16T03:29:26.709Z | Compiling toml v0.8.19 |
481 | 2024-10-16T03:29:27.554Z | Compiling cargo_toml v0.20.5 |
482 | 2024-10-16T03:29:27.581Z | Compiling usdt v0.5.0 |
483 | 2024-10-16T03:29:31.012Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
484 | 2024-10-16T03:29:34.914Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.59s |
485 | 2024-10-16T03:29:35.195Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
486 | 2024-10-16T03:29:35.748Z | Downloading crates ... |
487 | 2024-10-16T03:29:35.882Z | Downloaded aead v0.5.2 |
488 | 2024-10-16T03:29:35.897Z | Downloaded ciborium-io v0.2.2 |
489 | 2024-10-16T03:29:35.899Z | Downloaded cfg_aliases v0.1.1 |
490 | 2024-10-16T03:29:35.902Z | Downloaded atty v0.2.14 |
491 | 2024-10-16T03:29:35.907Z | Downloaded debug-ignore v1.0.5 |
492 | 2024-10-16T03:29:35.910Z | Downloaded instant v0.1.13 |
493 | 2024-10-16T03:29:35.913Z | Downloaded atomicwrites v0.4.4 |
494 | 2024-10-16T03:29:35.915Z | Downloaded crucible-workspace-hack v0.1.0 |
495 | 2024-10-16T03:29:35.918Z | Downloaded bcrypt-pbkdf v0.10.0 |
496 | 2024-10-16T03:29:35.918Z | Downloaded addr2line v0.24.2 |
497 | 2024-10-16T03:29:35.920Z | Downloaded kstat-rs v0.2.4 |
498 | 2024-10-16T03:29:35.923Z | Downloaded cobs v0.2.3 |
499 | 2024-10-16T03:29:35.923Z | Downloaded cipher v0.4.4 |
500 | 2024-10-16T03:29:35.925Z | Downloaded chrono-tz-build v0.4.0 |
501 | 2024-10-16T03:29:35.928Z | Downloaded is_ci v1.2.0 |
502 | 2024-10-16T03:29:35.928Z | Downloaded castaway v0.2.3 |
503 | 2024-10-16T03:29:35.931Z | Downloaded blowfish v0.9.1 |
504 | 2024-10-16T03:29:35.931Z | Downloaded async-stream v0.3.6 |
505 | 2024-10-16T03:29:35.933Z | Downloaded chacha20 v0.9.1 |
506 | 2024-10-16T03:29:35.936Z | Downloaded matches v0.1.10 |
507 | 2024-10-16T03:29:35.938Z | Downloaded arrayref v0.3.9 |
508 | 2024-10-16T03:29:35.938Z | Downloaded new_debug_unreachable v1.0.6 |
509 | 2024-10-16T03:29:35.940Z | Downloaded crc v3.2.1 |
510 | 2024-10-16T03:29:35.943Z | Downloaded buf-list v1.0.3 |
511 | 2024-10-16T03:29:35.945Z | Downloaded jobserver v0.1.32 |
512 | 2024-10-16T03:29:35.949Z | Downloaded curve25519-dalek-derive v0.1.1 |
513 | 2024-10-16T03:29:35.949Z | Downloaded humantime v2.1.0 |
514 | 2024-10-16T03:29:35.952Z | Downloaded hubpack v0.1.2 |
515 | 2024-10-16T03:29:35.952Z | Downloaded crossbeam-deque v0.8.5 |
516 | 2024-10-16T03:29:35.954Z | Downloaded lazycell v1.3.0 |
517 | 2024-10-16T03:29:35.954Z | Downloaded async-trait v0.1.83 |
518 | 2024-10-16T03:29:35.960Z | Downloaded http-body-util v0.1.2 |
519 | 2024-10-16T03:29:35.962Z | Downloaded http-body v0.4.6 |
520 | 2024-10-16T03:29:35.962Z | Downloaded md-5 v0.10.6 |
521 | 2024-10-16T03:29:35.965Z | Downloaded bzip2 v0.4.4 |
522 | 2024-10-16T03:29:35.968Z | Downloaded maplit v1.0.2 |
523 | 2024-10-16T03:29:35.968Z | Downloaded lru v0.12.5 |
524 | 2024-10-16T03:29:35.970Z | Downloaded normalize-line-endings v0.3.0 |
525 | 2024-10-16T03:29:35.970Z | Downloaded nibble_vec v0.1.0 |
526 | 2024-10-16T03:29:35.973Z | Downloaded mockall v0.13.0 |
527 | 2024-10-16T03:29:35.973Z | Downloaded indent_write v2.2.0 |
528 | 2024-10-16T03:29:35.975Z | Downloaded ctr v0.9.2 |
529 | 2024-10-16T03:29:35.979Z | Downloaded newtype-uuid v1.1.2 |
530 | 2024-10-16T03:29:35.979Z | Downloaded ipnet v2.10.1 |
531 | 2024-10-16T03:29:35.982Z | Downloaded nodrop v0.1.14 |
532 | 2024-10-16T03:29:35.982Z | Downloaded rand_core v0.6.4 |
533 | 2024-10-16T03:29:35.984Z | Downloaded http-range v0.1.5 |
534 | 2024-10-16T03:29:35.986Z | Downloaded http-body v1.0.1 |
535 | 2024-10-16T03:29:35.986Z | Downloaded crossbeam-utils v0.8.20 |
536 | 2024-10-16T03:29:35.989Z | Downloaded cancel-safe-futures v0.1.5 |
537 | 2024-10-16T03:29:35.993Z | Downloaded hyper-staticfile v0.10.1 |
538 | 2024-10-16T03:29:35.995Z | Downloaded memmap2 v0.9.5 |
539 | 2024-10-16T03:29:35.998Z | Downloaded mime_guess v2.0.5 |
540 | 2024-10-16T03:29:36.002Z | Downloaded multer v3.1.0 |
541 | 2024-10-16T03:29:36.005Z | Downloaded lock_api v0.4.12 |
542 | 2024-10-16T03:29:36.005Z | Downloaded bb8 v0.8.5 |
543 | 2024-10-16T03:29:36.007Z | Downloaded rtoolbox v0.0.2 |
544 | 2024-10-16T03:29:36.009Z | Downloaded hmac v0.12.1 |
545 | 2024-10-16T03:29:36.009Z | Downloaded cfg_aliases v0.2.1 |
546 | 2024-10-16T03:29:36.012Z | Downloaded httpdate v1.0.3 |
547 | 2024-10-16T03:29:36.012Z | Downloaded async-stream-impl v0.3.6 |
548 | 2024-10-16T03:29:36.014Z | Downloaded match_cfg v0.1.0 |
549 | 2024-10-16T03:29:36.014Z | Downloaded cstr-argument v0.1.2 |
550 | 2024-10-16T03:29:36.017Z | Downloaded md5 v0.7.0 |
551 | 2024-10-16T03:29:36.017Z | Downloaded adler2 v2.0.0 |
552 | 2024-10-16T03:29:36.020Z | Downloaded httparse v1.9.5 |
553 | 2024-10-16T03:29:36.022Z | Downloaded darling_macro v0.20.10 |
554 | 2024-10-16T03:29:36.022Z | Downloaded newline-converter v0.3.0 |
555 | 2024-10-16T03:29:36.024Z | Downloaded base64 v0.13.1 |
556 | 2024-10-16T03:29:36.027Z | Downloaded instability v0.3.2 |
557 | 2024-10-16T03:29:36.029Z | Downloaded hostname v0.4.0 |
558 | 2024-10-16T03:29:36.031Z | Downloaded home v0.5.9 |
559 | 2024-10-16T03:29:36.031Z | Downloaded newtype_derive v0.1.6 |
560 | 2024-10-16T03:29:36.035Z | Downloaded sync_wrapper v0.1.2 |
561 | 2024-10-16T03:29:36.035Z | Downloaded compact_str v0.8.0 |
562 | 2024-10-16T03:29:36.038Z | Downloaded darling_core v0.20.10 |
563 | 2024-10-16T03:29:36.043Z | Downloaded hyper-tls v0.6.0 |
564 | 2024-10-16T03:29:36.045Z | Downloaded keccak v0.1.5 |
565 | 2024-10-16T03:29:36.048Z | Downloaded internet-checksum v0.2.1 |
566 | 2024-10-16T03:29:36.048Z | Downloaded array-init v0.0.4 |
567 | 2024-10-16T03:29:36.051Z | Downloaded miniz_oxide v0.8.0 |
568 | 2024-10-16T03:29:36.053Z | Downloaded toolchain_find v0.4.0 |
569 | 2024-10-16T03:29:36.053Z | Downloaded cexpr v0.6.0 |
570 | 2024-10-16T03:29:36.055Z | Downloaded indoc v1.0.9 |
571 | 2024-10-16T03:29:36.058Z | Downloaded block-padding v0.3.3 |
572 | 2024-10-16T03:29:36.060Z | Downloaded semver v0.1.20 |
573 | 2024-10-16T03:29:36.060Z | Downloaded is-terminal v0.4.13 |
574 | 2024-10-16T03:29:36.063Z | Downloaded mime v0.3.17 |
575 | 2024-10-16T03:29:36.065Z | Downloaded lazy_static v1.5.0 |
576 | 2024-10-16T03:29:36.065Z | Downloaded indicatif v0.17.8 |
577 | 2024-10-16T03:29:36.069Z | Downloaded maybe-uninit v2.0.0 |
578 | 2024-10-16T03:29:36.072Z | Downloaded linked-hash-map v0.5.6 |
579 | 2024-10-16T03:29:36.074Z | Downloaded lru-cache v0.1.2 |
580 | 2024-10-16T03:29:36.074Z | Downloaded sqlparser_derive v0.2.2 |
581 | 2024-10-16T03:29:36.078Z | Downloaded cc v1.1.30 |
582 | 2024-10-16T03:29:36.081Z | Downloaded libsw v3.3.1 |
583 | 2024-10-16T03:29:36.083Z | Downloaded shell-words v1.1.0 |
584 | 2024-10-16T03:29:36.083Z | Downloaded zone_cfg_derive v0.3.0 |
585 | 2024-10-16T03:29:36.084Z | Downloaded base64 v0.22.1 |
586 | 2024-10-16T03:29:36.087Z | Downloaded dhcproto-macros v0.1.0 |
587 | 2024-10-16T03:29:36.090Z | Downloaded zone_cfg_derive v0.1.2 |
588 | 2024-10-16T03:29:36.090Z | Downloaded vte_generate_state_changes v0.1.2 |
589 | 2024-10-16T03:29:36.092Z | Downloaded hyper-util v0.1.9 |
590 | 2024-10-16T03:29:36.095Z | Downloaded multimap v0.10.0 |
591 | 2024-10-16T03:29:36.098Z | Downloaded tinyvec_macros v0.1.1 |
592 | 2024-10-16T03:29:36.098Z | Downloaded shlex v1.3.0 |
593 | 2024-10-16T03:29:36.101Z | Downloaded slog-scope v4.4.0 |
594 | 2024-10-16T03:29:36.101Z | Downloaded iana-time-zone v0.1.61 |
595 | 2024-10-16T03:29:36.103Z | Downloaded base16ct v0.2.0 |
596 | 2024-10-16T03:29:36.106Z | Downloaded ssh-cipher v0.2.0 |
597 | 2024-10-16T03:29:36.109Z | Downloaded colored v2.1.0 |
598 | 2024-10-16T03:29:36.110Z | Downloaded strum_macros v0.25.3 |
599 | 2024-10-16T03:29:36.112Z | Downloaded typify-macro v0.2.0 |
600 | 2024-10-16T03:29:36.112Z | Downloaded termcolor v1.4.1 |
601 | 2024-10-16T03:29:36.115Z | Downloaded ssh-encoding v0.2.0 |
602 | 2024-10-16T03:29:36.117Z | Downloaded hickory-resolver v0.24.1 |
603 | 2024-10-16T03:29:36.121Z | Downloaded rustls-pemfile v1.0.4 |
604 | 2024-10-16T03:29:36.124Z | Downloaded native-tls v0.2.12 |
605 | 2024-10-16T03:29:36.126Z | Downloaded base64ct v1.6.0 |
606 | 2024-10-16T03:29:36.130Z | Downloaded sec1 v0.7.3 |
607 | 2024-10-16T03:29:36.132Z | Downloaded csv-core v0.1.11 |
608 | 2024-10-16T03:29:36.133Z | Downloaded const_format_proc_macros v0.2.33 |
609 | 2024-10-16T03:29:36.135Z | Downloaded arrayvec v0.7.6 |
610 | 2024-10-16T03:29:36.137Z | Downloaded peg-runtime v0.8.3 |
611 | 2024-10-16T03:29:36.140Z | Downloaded slog-stdlog v4.1.1 |
612 | 2024-10-16T03:29:36.140Z | Downloaded slog-async v2.8.0 |
613 | 2024-10-16T03:29:36.143Z | Downloaded secrecy v0.8.0 |
614 | 2024-10-16T03:29:36.145Z | Downloaded progenitor-client v0.8.0 |
615 | 2024-10-16T03:29:36.145Z | Downloaded backoff v0.4.0 |
616 | 2024-10-16T03:29:36.147Z | Downloaded zone v0.3.0 |
617 | 2024-10-16T03:29:36.150Z | Downloaded ahash v0.8.11 |
618 | 2024-10-16T03:29:36.152Z | Downloaded topological-sort v0.2.2 |
619 | 2024-10-16T03:29:36.152Z | Downloaded dyn-clone v1.0.17 |
620 | 2024-10-16T03:29:36.155Z | Downloaded indexmap v1.9.3 |
621 | 2024-10-16T03:29:36.157Z | Downloaded dsl_auto_type v0.1.2 |
622 | 2024-10-16T03:29:36.160Z | Downloaded termios v0.3.3 |
623 | 2024-10-16T03:29:36.162Z | Downloaded rustc_version v0.4.1 |
624 | 2024-10-16T03:29:36.162Z | Downloaded flagset v0.4.6 |
625 | 2024-10-16T03:29:36.165Z | Downloaded fragile v2.0.0 |
626 | 2024-10-16T03:29:36.167Z | Downloaded fallible-iterator v0.3.0 |
627 | 2024-10-16T03:29:36.167Z | Downloaded filetime v0.2.25 |
628 | 2024-10-16T03:29:36.170Z | Downloaded tiny-keccak v2.0.2 |
629 | 2024-10-16T03:29:36.172Z | Downloaded hash32 v0.2.1 |
630 | 2024-10-16T03:29:36.175Z | Downloaded parse-display v0.10.0 |
631 | 2024-10-16T03:29:36.175Z | Downloaded time-macros v0.2.18 |
632 | 2024-10-16T03:29:36.177Z | Downloaded darling v0.20.10 |
633 | 2024-10-16T03:29:36.182Z | Downloaded libloading v0.8.5 |
634 | 2024-10-16T03:29:36.184Z | Downloaded mockall_derive v0.13.0 |
635 | 2024-10-16T03:29:36.186Z | Downloaded blake2 v0.10.6 |
636 | 2024-10-16T03:29:36.189Z | Downloaded time-core v0.1.2 |
637 | 2024-10-16T03:29:36.192Z | Downloaded try-lock v0.2.5 |
638 | 2024-10-16T03:29:36.192Z | Downloaded crossbeam-epoch v0.9.18 |
639 | 2024-10-16T03:29:36.194Z | Downloaded clang-sys v1.8.1 |
640 | 2024-10-16T03:29:36.197Z | Downloaded foreign-types v0.3.2 |
641 | 2024-10-16T03:29:36.200Z | Downloaded pkg-config v0.3.31 |
642 | 2024-10-16T03:29:36.200Z | Downloaded percent-encoding v2.3.1 |
643 | 2024-10-16T03:29:36.203Z | Downloaded signal-hook v0.3.17 |
644 | 2024-10-16T03:29:36.205Z | Downloaded pem v3.0.4 |
645 | 2024-10-16T03:29:36.208Z | Downloaded untrusted v0.7.1 |
646 | 2024-10-16T03:29:36.208Z | Downloaded proc-macro-crate v1.3.1 |
647 | 2024-10-16T03:29:36.210Z | Downloaded rustls-pemfile v2.2.0 |
648 | 2024-10-16T03:29:36.213Z | Downloaded backtrace v0.3.74 |
649 | 2024-10-16T03:29:36.216Z | Downloaded wait-timeout v0.2.0 |
650 | 2024-10-16T03:29:36.219Z | Downloaded snafu-derive v0.8.5 |
651 | 2024-10-16T03:29:36.221Z | Downloaded progenitor v0.8.0 |
652 | 2024-10-16T03:29:36.221Z | Downloaded pem-rfc7468 v0.7.0 |
653 | 2024-10-16T03:29:36.226Z | Downloaded precomputed-hash v0.1.1 |
654 | 2024-10-16T03:29:36.226Z | Downloaded crypto-bigint v0.5.5 |
655 | 2024-10-16T03:29:36.230Z | Downloaded des v0.8.1 |
656 | 2024-10-16T03:29:36.233Z | Downloaded fxhash v0.2.1 |
657 | 2024-10-16T03:29:36.235Z | Downloaded num-rational v0.4.2 |
658 | 2024-10-16T03:29:36.245Z | Downloaded chacha20poly1305 v0.10.1 |
659 | 2024-10-16T03:29:36.248Z | Downloaded num_threads v0.1.7 |
660 | 2024-10-16T03:29:36.251Z | Downloaded siphasher v0.3.11 |
661 | 2024-10-16T03:29:36.251Z | Downloaded serde-big-array v0.5.1 |
662 | 2024-10-16T03:29:36.253Z | Downloaded vsss-rs v3.3.4 |
663 | 2024-10-16T03:29:36.256Z | Downloaded zeroize v1.8.1 |
664 | 2024-10-16T03:29:36.258Z | Downloaded allocator-api2 v0.2.18 |
665 | 2024-10-16T03:29:36.261Z | Downloaded spki v0.7.3 |
666 | 2024-10-16T03:29:36.263Z | Downloaded zeroize_derive v1.4.2 |
667 | 2024-10-16T03:29:36.263Z | Downloaded tinyvec v1.8.0 |
668 | 2024-10-16T03:29:36.266Z | Downloaded rayon-core v1.12.1 |
669 | 2024-10-16T03:29:36.270Z | Downloaded group v0.13.0 |
670 | 2024-10-16T03:29:36.272Z | Downloaded spin v0.9.8 |
671 | 2024-10-16T03:29:36.275Z | Downloaded parse-display-derive v0.10.0 |
672 | 2024-10-16T03:29:36.277Z | Downloaded num-integer v0.1.46 |
673 | 2024-10-16T03:29:36.279Z | Downloaded num-derive v0.4.2 |
674 | 2024-10-16T03:29:36.279Z | Downloaded nu-ansi-term v0.50.1 |
675 | 2024-10-16T03:29:36.282Z | Downloaded defmt v0.3.8 |
676 | 2024-10-16T03:29:36.285Z | Downloaded want v0.3.1 |
677 | 2024-10-16T03:29:36.288Z | Downloaded postgres-protocol v0.6.7 |
678 | 2024-10-16T03:29:36.290Z | Downloaded packed_struct_codegen v0.10.1 |
679 | 2024-10-16T03:29:36.292Z | Downloaded primeorder v0.13.6 |
680 | 2024-10-16T03:29:36.292Z | Downloaded signal-hook-tokio v0.3.1 |
681 | 2024-10-16T03:29:36.295Z | Downloaded quinn-udp v0.5.5 |
682 | 2024-10-16T03:29:36.295Z | Downloaded r2d2 v0.8.10 |
683 | 2024-10-16T03:29:36.297Z | Downloaded dropshot_endpoint v0.12.0 |
684 | 2024-10-16T03:29:36.300Z | Downloaded samael v0.0.17 |
685 | 2024-10-16T03:29:36.305Z | Downloaded foreign-types v0.5.0 |
686 | 2024-10-16T03:29:36.308Z | Downloaded dhcproto v0.12.0 |
687 | 2024-10-16T03:29:36.310Z | Downloaded num-iter v0.1.45 |
688 | 2024-10-16T03:29:36.314Z | Downloaded postcard v1.0.10 |
689 | 2024-10-16T03:29:36.316Z | Downloaded base64 v0.21.7 |
690 | 2024-10-16T03:29:36.318Z | Downloaded aho-corasick v1.1.3 |
691 | 2024-10-16T03:29:36.325Z | Downloaded diesel_table_macro_syntax v0.2.0 |
692 | 2024-10-16T03:29:36.328Z | Downloaded const_format v0.2.33 |
693 | 2024-10-16T03:29:36.331Z | Downloaded resolv-conf v0.7.0 |
694 | 2024-10-16T03:29:36.333Z | Downloaded pretty-hex v0.2.1 |
695 | 2024-10-16T03:29:36.335Z | Downloaded number_prefix v0.4.0 |
696 | 2024-10-16T03:29:36.335Z | Downloaded radium v0.7.0 |
697 | 2024-10-16T03:29:36.338Z | Downloaded subtle v2.6.1 |
698 | 2024-10-16T03:29:36.341Z | Downloaded tokio-tungstenite v0.23.1 |
699 | 2024-10-16T03:29:36.341Z | Downloaded tokio-tungstenite v0.21.0 |
700 | 2024-10-16T03:29:36.343Z | Downloaded supports-color v3.0.1 |
701 | 2024-10-16T03:29:36.347Z | Downloaded defmt-macros v0.3.9 |
702 | 2024-10-16T03:29:36.349Z | Downloaded unicase v2.7.0 |
703 | 2024-10-16T03:29:36.352Z | Downloaded progenitor-impl v0.8.0 |
704 | 2024-10-16T03:29:36.352Z | Downloaded num-conv v0.1.0 |
705 | 2024-10-16T03:29:36.355Z | Downloaded phf_shared v0.10.0 |
706 | 2024-10-16T03:29:36.355Z | Downloaded parking_lot_core v0.8.6 |
707 | 2024-10-16T03:29:36.358Z | Downloaded rustls-pki-types v1.9.0 |
708 | 2024-10-16T03:29:36.361Z | Downloaded stringprep v0.1.5 |
709 | 2024-10-16T03:29:36.364Z | Downloaded fallible-streaming-iterator v0.1.9 |
710 | 2024-10-16T03:29:36.364Z | Downloaded similar v2.6.0 |
711 | 2024-10-16T03:29:36.369Z | Downloaded minimal-lexical v0.2.1 |
712 | 2024-10-16T03:29:36.374Z | Downloaded deranged v0.3.11 |
713 | 2024-10-16T03:29:36.377Z | Downloaded crossbeam-channel v0.5.13 |
714 | 2024-10-16T03:29:36.379Z | Downloaded glob v0.3.1 |
715 | 2024-10-16T03:29:36.383Z | Downloaded futures-io v0.3.31 |
716 | 2024-10-16T03:29:36.383Z | Downloaded futures-macro v0.3.31 |
717 | 2024-10-16T03:29:36.386Z | Downloaded diesel-dtrace v0.3.0 |
718 | 2024-10-16T03:29:36.386Z | Downloaded value-bag v1.9.0 |
719 | 2024-10-16T03:29:36.389Z | Downloaded pin-project-lite v0.2.14 |
720 | 2024-10-16T03:29:36.393Z | Downloaded parking_lot_core v0.9.10 |
721 | 2024-10-16T03:29:36.395Z | Downloaded float-ord v0.3.2 |
722 | 2024-10-16T03:29:36.398Z | Downloaded phf_generator v0.11.2 |
723 | 2024-10-16T03:29:36.398Z | Downloaded rsa v0.9.6 |
724 | 2024-10-16T03:29:36.403Z | Downloaded libm v0.2.8 |
725 | 2024-10-16T03:29:36.411Z | Downloaded opaque-debug v0.3.1 |
726 | 2024-10-16T03:29:36.414Z | Downloaded strum_macros v0.26.4 |
727 | 2024-10-16T03:29:36.417Z | Downloaded parking_lot v0.11.2 |
728 | 2024-10-16T03:29:36.419Z | Downloaded rustc-hash v1.1.0 |
729 | 2024-10-16T03:29:36.419Z | Downloaded rand_xorshift v0.3.0 |
730 | 2024-10-16T03:29:36.422Z | Downloaded rand_seeder v0.3.0 |
731 | 2024-10-16T03:29:36.425Z | Downloaded sigpipe v0.1.3 |
732 | 2024-10-16T03:29:36.425Z | Downloaded stable_deref_trait v1.2.0 |
733 | 2024-10-16T03:29:36.425Z | Downloaded parking_lot v0.12.3 |
734 | 2024-10-16T03:29:36.428Z | Downloaded sha1 v0.10.6 |
735 | 2024-10-16T03:29:36.430Z | Downloaded serde_urlencoded v0.7.1 |
736 | 2024-10-16T03:29:36.430Z | Downloaded structmeta v0.2.0 |
737 | 2024-10-16T03:29:36.433Z | Downloaded strip-ansi-escapes v0.2.0 |
738 | 2024-10-16T03:29:36.433Z | Downloaded rustc_version v0.1.7 |
739 | 2024-10-16T03:29:36.436Z | Downloaded toml_edit v0.19.15 |
740 | 2024-10-16T03:29:36.451Z | Downloaded phf v0.11.2 |
741 | 2024-10-16T03:29:36.453Z | Downloaded defmt-parser v0.3.4 |
742 | 2024-10-16T03:29:36.456Z | Downloaded utf-8 v0.7.6 |
743 | 2024-10-16T03:29:36.456Z | Downloaded unicode-truncate v1.1.0 |
744 | 2024-10-16T03:29:36.458Z | Downloaded static_assertions v1.1.0 |
745 | 2024-10-16T03:29:36.461Z | Downloaded globset v0.4.15 |
746 | 2024-10-16T03:29:36.466Z | Downloaded env_logger v0.11.5 |
747 | 2024-10-16T03:29:36.466Z | Downloaded endian-type v0.1.2 |
748 | 2024-10-16T03:29:36.466Z | Downloaded ron v0.7.1 |
749 | 2024-10-16T03:29:36.470Z | Downloaded aes v0.8.4 |
750 | 2024-10-16T03:29:36.474Z | Downloaded rpassword v7.3.1 |
751 | 2024-10-16T03:29:36.479Z | Downloaded foreign-types-macros v0.2.3 |
752 | 2024-10-16T03:29:36.479Z | Downloaded foldhash v0.1.3 |
753 | 2024-10-16T03:29:36.482Z | Downloaded paste v1.0.15 |
754 | 2024-10-16T03:29:36.482Z | Downloaded owo-colors v4.1.0 |
755 | 2024-10-16T03:29:36.484Z | Downloaded subprocess v0.2.9 |
756 | 2024-10-16T03:29:36.486Z | Downloaded sct v0.7.1 |
757 | 2024-10-16T03:29:36.490Z | Downloaded ref-cast-impl v1.0.23 |
758 | 2024-10-16T03:29:36.492Z | Downloaded serde_with_macros v3.11.0 |
759 | 2024-10-16T03:29:36.494Z | Downloaded tokio-stream v0.1.16 |
760 | 2024-10-16T03:29:36.498Z | Downloaded rustc-demangle v0.1.24 |
761 | 2024-10-16T03:29:36.500Z | Downloaded derive_builder_macro v0.20.2 |
762 | 2024-10-16T03:29:36.503Z | Downloaded tap v1.0.1 |
763 | 2024-10-16T03:29:36.503Z | Downloaded termtree v0.4.1 |
764 | 2024-10-16T03:29:36.509Z | Downloaded diff v0.1.13 |
765 | 2024-10-16T03:29:36.515Z | Downloaded tracing-attributes v0.1.27 |
766 | 2024-10-16T03:29:36.515Z | Downloaded phf_codegen v0.11.2 |
767 | 2024-10-16T03:29:36.515Z | Downloaded prettyplease v0.2.22 |
768 | 2024-10-16T03:29:36.517Z | Downloaded snafu v0.8.5 |
769 | 2024-10-16T03:29:36.520Z | Downloaded path-slash v0.1.5 |
770 | 2024-10-16T03:29:36.523Z | Downloaded hex-literal v0.4.1 |
771 | 2024-10-16T03:29:36.523Z | Downloaded gethostname v0.5.0 |
772 | 2024-10-16T03:29:36.528Z | Downloaded enum-as-inner v0.5.1 |
773 | 2024-10-16T03:29:36.531Z | Downloaded wyz v0.5.1 |
774 | 2024-10-16T03:29:36.531Z | Downloaded futures-task v0.3.31 |
775 | 2024-10-16T03:29:36.531Z | Downloaded xattr v1.3.1 |
776 | 2024-10-16T03:29:36.531Z | Downloaded peg v0.8.4 |
777 | 2024-10-16T03:29:36.535Z | Downloaded heck v0.3.3 |
778 | 2024-10-16T03:29:36.537Z | Downloaded olpc-cjson v0.1.4 |
779 | 2024-10-16T03:29:36.540Z | Downloaded tokio-macros v2.4.0 |
780 | 2024-10-16T03:29:36.540Z | Downloaded waitgroup v0.1.2 |
781 | 2024-10-16T03:29:36.542Z | Downloaded oso v0.27.3 |
782 | 2024-10-16T03:29:36.544Z | Downloaded tls_codec_derive v0.4.1 |
783 | 2024-10-16T03:29:36.548Z | Downloaded thread_local v1.1.8 |
784 | 2024-10-16T03:29:36.548Z | Downloaded powerfmt v0.2.0 |
785 | 2024-10-16T03:29:36.551Z | Downloaded signal-hook-registry v1.4.2 |
786 | 2024-10-16T03:29:36.551Z | Downloaded ppv-lite86 v0.2.20 |
787 | 2024-10-16T03:29:36.553Z | Downloaded packed_struct v0.10.1 |
788 | 2024-10-16T03:29:36.553Z | Downloaded peg-macros v0.8.4 |
789 | 2024-10-16T03:29:36.556Z | Downloaded uzers v0.12.1 |
790 | 2024-10-16T03:29:36.559Z | Downloaded ref-cast v1.0.23 |
791 | 2024-10-16T03:29:36.561Z | Downloaded pkcs8 v0.10.2 |
792 | 2024-10-16T03:29:36.563Z | Downloaded hickory-client v0.24.1 |
793 | 2024-10-16T03:29:36.567Z | Downloaded futures-sink v0.3.31 |
794 | 2024-10-16T03:29:36.569Z | Downloaded uuid v1.10.0 |
795 | 2024-10-16T03:29:36.572Z | Downloaded diesel_derives v2.2.3 |
796 | 2024-10-16T03:29:36.575Z | Downloaded untrusted v0.9.0 |
797 | 2024-10-16T03:29:36.578Z | Downloaded thiserror-impl-no-std v2.0.2 |
798 | 2024-10-16T03:29:36.580Z | Downloaded smallvec v1.13.2 |
799 | 2024-10-16T03:29:36.582Z | Downloaded unicode-segmentation v1.12.0 |
800 | 2024-10-16T03:29:36.585Z | Downloaded futures-executor v0.3.31 |
801 | 2024-10-16T03:29:36.587Z | Downloaded dirs-next v2.0.0 |
802 | 2024-10-16T03:29:36.590Z | Downloaded difflib v0.4.0 |
803 | 2024-10-16T03:29:36.590Z | Downloaded slab v0.4.9 |
804 | 2024-10-16T03:29:36.592Z | Downloaded pin-utils v0.1.0 |
805 | 2024-10-16T03:29:36.592Z | Downloaded foreign-types-shared v0.3.1 |
806 | 2024-10-16T03:29:36.595Z | Downloaded hex v0.4.3 |
807 | 2024-10-16T03:29:36.595Z | Downloaded x509-cert v0.2.5 |
808 | 2024-10-16T03:29:36.601Z | Downloaded structmeta v0.3.0 |
809 | 2024-10-16T03:29:36.604Z | Downloaded strum v0.26.3 |
810 | 2024-10-16T03:29:36.604Z | Downloaded russh-cryptovec v0.7.3 |
811 | 2024-10-16T03:29:36.606Z | Downloaded slog-bunyan v2.5.0 |
812 | 2024-10-16T03:29:36.606Z | Downloaded polyval v0.6.2 |
813 | 2024-10-16T03:29:36.609Z | Downloaded whoami v1.5.2 |
814 | 2024-10-16T03:29:36.611Z | Downloaded structmeta-derive v0.3.0 |
815 | 2024-10-16T03:29:36.611Z | Downloaded xz2 v0.1.7 |
816 | 2024-10-16T03:29:36.614Z | Downloaded schemars_derive v0.8.21 |
817 | 2024-10-16T03:29:36.614Z | Downloaded pkcs5 v0.7.1 |
818 | 2024-10-16T03:29:36.618Z | Downloaded blake3 v1.5.4 |
819 | 2024-10-16T03:29:36.626Z | Downloaded slog-dtrace v0.3.0 |
820 | 2024-10-16T03:29:36.629Z | Downloaded headers-core v0.3.0 |
821 | 2024-10-16T03:29:36.629Z | Downloaded serde_yaml v0.9.34+deprecated |
822 | 2024-10-16T03:29:36.632Z | Downloaded hashbrown v0.12.3 |
823 | 2024-10-16T03:29:36.637Z | Downloaded tower-service v0.3.3 |
824 | 2024-10-16T03:29:36.640Z | Downloaded phf_shared v0.11.2 |
825 | 2024-10-16T03:29:36.640Z | Downloaded rustfmt-wrapper v0.2.1 |
826 | 2024-10-16T03:29:36.643Z | Downloaded postgres-types v0.2.8 |
827 | 2024-10-16T03:29:36.643Z | Downloaded rcgen v0.12.1 |
828 | 2024-10-16T03:29:36.645Z | Downloaded num v0.4.3 |
829 | 2024-10-16T03:29:36.648Z | Downloaded term v0.7.0 |
830 | 2024-10-16T03:29:36.650Z | Downloaded elliptic-curve v0.13.8 |
831 | 2024-10-16T03:29:36.654Z | Downloaded unarray v0.1.4 |
832 | 2024-10-16T03:29:36.657Z | Downloaded password-hash v0.5.0 |
833 | 2024-10-16T03:29:36.660Z | Downloaded progenitor-macro v0.8.0 |
834 | 2024-10-16T03:29:36.660Z | Downloaded predicates-tree v1.0.11 |
835 | 2024-10-16T03:29:36.662Z | Downloaded quick-error v1.2.3 |
836 | 2024-10-16T03:29:36.662Z | Downloaded scheduled-thread-pool v0.2.7 |
837 | 2024-10-16T03:29:36.665Z | Downloaded getrandom v0.2.15 |
838 | 2024-10-16T03:29:36.668Z | Downloaded predicates v3.1.2 |
839 | 2024-10-16T03:29:36.671Z | Downloaded unicode-xid v0.2.6 |
840 | 2024-10-16T03:29:36.671Z | Downloaded serde_plain v1.0.2 |
841 | 2024-10-16T03:29:36.674Z | Downloaded ghash v0.5.1 |
842 | 2024-10-16T03:29:36.674Z | Downloaded flume v0.11.0 |
843 | 2024-10-16T03:29:36.677Z | Downloaded flate2 v1.0.34 |
844 | 2024-10-16T03:29:36.682Z | Downloaded display-error-chain v0.2.1 |
845 | 2024-10-16T03:29:36.685Z | Downloaded openssl-macros v0.1.1 |
846 | 2024-10-16T03:29:36.685Z | Downloaded strum_macros v0.24.3 |
847 | 2024-10-16T03:29:36.687Z | Downloaded der_derive v0.7.3 |
848 | 2024-10-16T03:29:36.689Z | Downloaded slog v2.7.0 |
849 | 2024-10-16T03:29:36.692Z | Downloaded unicode-bidi v0.3.17 |
850 | 2024-10-16T03:29:36.695Z | Downloaded yasna v0.5.2 |
851 | 2024-10-16T03:29:36.697Z | Downloaded take_mut v0.2.2 |
852 | 2024-10-16T03:29:36.697Z | Downloaded downcast v0.11.0 |
853 | 2024-10-16T03:29:36.700Z | Downloaded parse-size v1.0.0 |
854 | 2024-10-16T03:29:36.700Z | Downloaded openssl-probe v0.1.5 |
855 | 2024-10-16T03:29:36.702Z | Downloaded thiserror-no-std v2.0.2 |
856 | 2024-10-16T03:29:36.704Z | Downloaded rusty-fork v0.3.0 |
857 | 2024-10-16T03:29:36.707Z | Downloaded derive_more v0.99.18 |
858 | 2024-10-16T03:29:36.711Z | Downloaded tracing v0.1.40 |
859 | 2024-10-16T03:29:36.715Z | Downloaded sync_wrapper v1.0.1 |
860 | 2024-10-16T03:29:36.719Z | Downloaded der v0.7.9 |
861 | 2024-10-16T03:29:36.722Z | Downloaded expectorate v1.1.0 |
862 | 2024-10-16T03:29:36.724Z | Downloaded scrypt v0.11.0 |
863 | 2024-10-16T03:29:36.726Z | Downloaded rand_chacha v0.3.1 |
864 | 2024-10-16T03:29:36.729Z | Downloaded smallvec v0.6.14 |
865 | 2024-10-16T03:29:36.729Z | Downloaded fd-lock v4.0.2 |
866 | 2024-10-16T03:29:36.731Z | Downloaded same-file v1.0.6 |
867 | 2024-10-16T03:29:36.734Z | Downloaded serde-hex v0.1.0 |
868 | 2024-10-16T03:29:36.734Z | Downloaded env_filter v0.1.2 |
869 | 2024-10-16T03:29:36.736Z | Downloaded psl-types v2.0.11 |
870 | 2024-10-16T03:29:36.738Z | Downloaded poly1305 v0.8.0 |
871 | 2024-10-16T03:29:36.742Z | Downloaded pkcs1 v0.7.5 |
872 | 2024-10-16T03:29:36.744Z | Downloaded foreign-types-shared v0.1.1 |
873 | 2024-10-16T03:29:36.744Z | Downloaded universal-hash v0.5.1 |
874 | 2024-10-16T03:29:36.745Z | Downloaded test-strategy v0.3.1 |
875 | 2024-10-16T03:29:36.747Z | Downloaded zerocopy v0.6.6 |
876 | 2024-10-16T03:29:36.749Z | Downloaded serde_path_to_error v0.1.16 |
877 | 2024-10-16T03:29:36.751Z | Downloaded tokio-postgres v0.7.12 |
878 | 2024-10-16T03:29:36.755Z | Downloaded typify v0.2.0 |
879 | 2024-10-16T03:29:36.758Z | Downloaded pbkdf2 v0.11.0 |
880 | 2024-10-16T03:29:36.761Z | Downloaded slog-envlogger v2.2.0 |
881 | 2024-10-16T03:29:36.763Z | Downloaded tokio-rustls v0.26.0 |
882 | 2024-10-16T03:29:36.766Z | Downloaded hash32 v0.3.1 |
883 | 2024-10-16T03:29:36.770Z | Downloaded ena v0.14.3 |
884 | 2024-10-16T03:29:36.770Z | Downloaded crossterm v0.28.1 |
885 | 2024-10-16T03:29:36.774Z | Downloaded tar v0.4.42 |
886 | 2024-10-16T03:29:36.777Z | Downloaded ed25519 v2.2.3 |
887 | 2024-10-16T03:29:36.779Z | Downloaded derive_builder v0.20.2 |
888 | 2024-10-16T03:29:36.783Z | Downloaded unicode_categories v0.1.1 |
889 | 2024-10-16T03:29:36.787Z | Downloaded tabwriter v1.4.0 |
890 | 2024-10-16T03:29:36.789Z | Downloaded serde_derive_internals v0.29.1 |
891 | 2024-10-16T03:29:36.789Z | Downloaded enum-as-inner v0.6.1 |
892 | 2024-10-16T03:29:36.792Z | Downloaded twox-hash v1.6.3 |
893 | 2024-10-16T03:29:36.794Z | Downloaded derive_builder_core v0.20.2 |
894 | 2024-10-16T03:29:36.794Z | Downloaded schemars v0.8.21 |
895 | 2024-10-16T03:29:36.806Z | Downloaded hyper v0.14.30 |
896 | 2024-10-16T03:29:36.814Z | Downloaded env_logger v0.10.2 |
897 | 2024-10-16T03:29:36.817Z | Downloaded structmeta-derive v0.2.0 |
898 | 2024-10-16T03:29:36.819Z | Downloaded password-hash v0.4.2 |
899 | 2024-10-16T03:29:36.822Z | Downloaded quinn v0.11.5 |
900 | 2024-10-16T03:29:36.824Z | Downloaded rustyline v14.0.0 |
901 | 2024-10-16T03:29:36.829Z | Downloaded serde_with v3.11.0 |
902 | 2024-10-16T03:29:36.837Z | Downloaded tough v0.17.1 |
903 | 2024-10-16T03:29:36.846Z | Downloaded ron v0.8.1 |
904 | 2024-10-16T03:29:36.851Z | Downloaded slog-term v2.9.1 |
905 | 2024-10-16T03:29:36.854Z | Downloaded half v2.4.1 |
906 | 2024-10-16T03:29:36.856Z | Downloaded heapless v0.8.0 |
907 | 2024-10-16T03:29:36.860Z | Downloaded fatfs v0.3.6 |
908 | 2024-10-16T03:29:36.863Z | Downloaded unsafe-libyaml v0.2.11 |
909 | 2024-10-16T03:29:36.867Z | Downloaded unicode-normalization v0.1.24 |
910 | 2024-10-16T03:29:36.870Z | Downloaded num-bigint-dig v0.8.4 |
911 | 2024-10-16T03:29:36.875Z | Downloaded sqlparser v0.45.0 |
912 | 2024-10-16T03:29:36.881Z | Downloaded tracing-core v0.1.32 |
913 | 2024-10-16T03:29:36.884Z | Downloaded heapless v0.7.17 |
914 | 2024-10-16T03:29:36.888Z | Downloaded tokio-util v0.7.12 |
915 | 2024-10-16T03:29:36.894Z | Downloaded derive-where v1.2.7 |
916 | 2024-10-16T03:29:36.898Z | Downloaded lalrpop v0.19.12 |
917 | 2024-10-16T03:29:36.909Z | Downloaded idna v0.5.0 |
918 | 2024-10-16T03:29:36.916Z | Downloaded openssl-sys v0.9.103 |
919 | 2024-10-16T03:29:36.921Z | Downloaded time v0.3.36 |
920 | 2024-10-16T03:29:36.930Z | Downloaded ed25519-dalek v2.1.1 |
921 | 2024-10-16T03:29:36.932Z | Downloaded futures-util v0.3.31 |
922 | 2024-10-16T03:29:36.943Z | Downloaded bitvec v1.0.1 |
923 | 2024-10-16T03:29:36.959Z | Downloaded rustls-webpki v0.101.7 |
924 | 2024-10-16T03:29:36.973Z | Downloaded rusqlite v0.32.1 |
925 | 2024-10-16T03:29:36.980Z | Downloaded typed-path v0.7.1 |
926 | 2024-10-16T03:29:36.985Z | Downloaded ssh-key v0.6.6 |
927 | 2024-10-16T03:29:36.994Z | Downloaded rayon v1.10.0 |
928 | 2024-10-16T03:29:37.002Z | Downloaded p521 v0.13.3 |
929 | 2024-10-16T03:29:37.006Z | Downloaded h2 v0.3.26 |
930 | 2024-10-16T03:29:37.013Z | Downloaded num-bigint v0.4.6 |
931 | 2024-10-16T03:29:37.017Z | Downloaded vcpkg v0.2.15 |
932 | 2024-10-16T03:29:37.056Z | Downloaded winnow v0.5.40 |
933 | 2024-10-16T03:29:37.064Z | Downloaded idna v0.3.0 |
934 | 2024-10-16T03:29:37.071Z | Downloaded parse-zoneinfo v0.3.1 |
935 | 2024-10-16T03:29:37.074Z | Downloaded curve25519-dalek v4.1.3 |
936 | 2024-10-16T03:29:37.083Z | Downloaded portable-atomic v1.9.0 |
937 | 2024-10-16T03:29:37.090Z | Downloaded reqwest v0.11.27 |
938 | 2024-10-16T03:29:37.098Z | Downloaded idna v0.4.0 |
939 | 2024-10-16T03:29:37.105Z | Downloaded webpki-roots v0.26.6 |
940 | 2024-10-16T03:29:37.110Z | Downloaded proptest v1.5.0 |
941 | 2024-10-16T03:29:37.120Z | Downloaded dropshot v0.12.0 |
942 | 2024-10-16T03:29:37.141Z | Downloaded smoltcp v0.9.1 |
943 | 2024-10-16T03:29:37.152Z | Downloaded h2 v0.4.6 |
944 | 2024-10-16T03:29:37.160Z | Downloaded git2 v0.19.0 |
945 | 2024-10-16T03:29:37.169Z | Downloaded smoltcp v0.11.0 |
946 | 2024-10-16T03:29:37.183Z | Downloaded quick-xml v0.33.0 |
947 | 2024-10-16T03:29:37.191Z | Downloaded chrono-tz v0.10.0 |
948 | 2024-10-16T03:29:37.199Z | Downloaded reqwest v0.12.8 |
949 | 2024-10-16T03:29:37.207Z | Downloaded gimli v0.31.1 |
950 | 2024-10-16T03:29:37.217Z | Downloaded quinn-proto v0.11.8 |
951 | 2024-10-16T03:29:37.224Z | Downloaded diesel v2.2.4 |
952 | 2024-10-16T03:29:37.245Z | Downloaded rustls v0.23.14 |
953 | 2024-10-16T03:29:37.257Z | Downloaded regex-syntax v0.6.29 |
954 | 2024-10-16T03:29:37.265Z | Downloaded rustls v0.21.12 |
955 | 2024-10-16T03:29:37.276Z | Downloaded object v0.36.5 |
956 | 2024-10-16T03:29:37.290Z | Downloaded openssl v0.10.66 |
957 | 2024-10-16T03:29:37.300Z | Downloaded object v0.30.4 |
958 | 2024-10-16T03:29:37.310Z | Downloaded rustls v0.22.4 |
959 | 2024-10-16T03:29:37.325Z | Downloaded trust-dns-proto v0.22.0 |
960 | 2024-10-16T03:29:37.337Z | Downloaded regress v0.10.1 |
961 | 2024-10-16T03:29:37.347Z | Downloaded zerocopy-derive v0.6.6 |
962 | 2024-10-16T03:29:37.358Z | Downloaded typify-impl v0.2.0 |
963 | 2024-10-16T03:29:37.375Z | Downloaded sled v0.34.7 |
964 | 2024-10-16T03:29:37.386Z | Downloaded regex-automata v0.4.8 |
965 | 2024-10-16T03:29:37.404Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
966 | 2024-10-16T03:29:37.417Z | Downloaded ratatui v0.28.1 |
967 | 2024-10-16T03:29:37.440Z | Downloaded regex-syntax v0.8.5 |
968 | 2024-10-16T03:29:37.448Z | Downloaded petgraph v0.6.5 |
969 | 2024-10-16T03:29:37.467Z | Downloaded csv v1.3.0 |
970 | 2024-10-16T03:29:37.489Z | Downloaded sha3 v0.10.8 |
971 | 2024-10-16T03:29:37.494Z | Downloaded openapiv3 v2.0.0 |
972 | 2024-10-16T03:29:37.511Z | Downloaded hickory-proto v0.24.1 |
973 | 2024-10-16T03:29:37.525Z | Downloaded lzma-sys v0.1.20 |
974 | 2024-10-16T03:29:37.556Z | Downloaded regress v0.9.1 |
975 | 2024-10-16T03:29:37.565Z | Downloaded tokio v1.40.0 |
976 | 2024-10-16T03:29:37.604Z | Downloaded libz-sys v1.1.20 |
977 | 2024-10-16T03:29:37.627Z | Downloaded polar-core v0.27.3 |
978 | 2024-10-16T03:29:37.636Z | Downloaded bstr v1.10.0 |
979 | 2024-10-16T03:29:37.648Z | Downloaded radix_trie v0.2.1 |
980 | 2024-10-16T03:29:37.653Z | Downloaded nix v0.29.0 |
981 | 2024-10-16T03:29:37.665Z | Downloaded nix v0.27.1 |
982 | 2024-10-16T03:29:37.677Z | Downloaded hashbrown v0.14.5 |
983 | 2024-10-16T03:29:37.683Z | Downloaded idna v0.2.3 |
984 | 2024-10-16T03:29:37.690Z | Downloaded p384 v0.13.0 |
985 | 2024-10-16T03:29:37.697Z | Downloaded regex v1.11.0 |
986 | 2024-10-16T03:29:37.712Z | Downloaded nix v0.28.0 |
987 | 2024-10-16T03:29:37.725Z | Downloaded rustls-webpki v0.102.8 |
988 | 2024-10-16T03:29:37.743Z | Downloaded reedline v0.35.0 |
989 | 2024-10-16T03:29:37.750Z | Downloaded publicsuffix v2.2.3 |
990 | 2024-10-16T03:29:37.753Z | Downloaded chrono v0.4.38 |
991 | 2024-10-16T03:29:37.761Z | Downloaded salty v0.3.0 |
992 | 2024-10-16T03:29:37.767Z | Downloaded ring v0.17.8 |
993 | 2024-10-16T03:29:37.838Z | Downloaded steno v0.4.1 |
994 | 2024-10-16T03:29:37.842Z | Downloaded encoding_rs v0.8.34 |
995 | 2024-10-16T03:29:37.864Z | Downloaded bindgen v0.69.5 |
996 | 2024-10-16T03:29:37.871Z | Downloaded vergen v8.3.2 |
997 | 2024-10-16T03:29:37.874Z | Downloaded tokio-rustls v0.24.1 |
998 | 2024-10-16T03:29:37.876Z | Downloaded russh-keys v0.45.0 |
999 | 2024-10-16T03:29:37.878Z | Downloaded russh v0.45.0 |
1000 | 2024-10-16T03:29:37.884Z | Downloaded hkdf v0.12.4 |
1001 | 2024-10-16T03:29:37.886Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1002 | 2024-10-16T03:29:37.945Z | Downloaded scopeguard v1.2.0 |
1003 | 2024-10-16T03:29:37.947Z | Downloaded futures-core v0.3.31 |
1004 | 2024-10-16T03:29:37.947Z | Downloaded tokio-rustls v0.25.0 |
1005 | 2024-10-16T03:29:37.950Z | Downloaded tokio-native-tls v0.3.1 |
1006 | 2024-10-16T03:29:37.953Z | Downloaded qorb v0.0.2 |
1007 | 2024-10-16T03:29:37.956Z | Downloaded predicates-core v1.0.8 |
1008 | 2024-10-16T03:29:37.956Z | Downloaded pbkdf2 v0.12.2 |
1009 | 2024-10-16T03:29:37.958Z | Downloaded hashbrown v0.13.2 |
1010 | 2024-10-16T03:29:37.961Z | Downloaded nom v7.1.3 |
1011 | 2024-10-16T03:29:37.966Z | Downloaded walkdir v2.5.0 |
1012 | 2024-10-16T03:29:37.970Z | Downloaded omicron-zone-package v0.11.1 |
1013 | 2024-10-16T03:29:37.973Z | Downloaded itertools v0.13.0 |
1014 | 2024-10-16T03:29:37.978Z | Downloaded pin-project v1.1.6 |
1015 | 2024-10-16T03:29:37.989Z | Downloaded mio v1.0.2 |
1016 | 2024-10-16T03:29:37.994Z | Downloaded float-cmp v0.9.0 |
1017 | 2024-10-16T03:29:37.997Z | Downloaded ff v0.13.0 |
1018 | 2024-10-16T03:29:37.997Z | Downloaded either v1.13.0 |
1019 | 2024-10-16T03:29:37.999Z | Downloaded rand v0.8.5 |
1020 | 2024-10-16T03:29:38.002Z | Downloaded zip v0.6.6 |
1021 | 2024-10-16T03:29:38.005Z | Downloaded tungstenite v0.23.0 |
1022 | 2024-10-16T03:29:38.010Z | Downloaded tungstenite v0.21.0 |
1023 | 2024-10-16T03:29:38.012Z | Downloaded itertools v0.10.5 |
1024 | 2024-10-16T03:29:38.019Z | Downloaded libxml v0.3.3 |
1025 | 2024-10-16T03:29:38.025Z | Downloaded dirs-sys-next v0.1.2 |
1026 | 2024-10-16T03:29:38.027Z | Downloaded p256 v0.13.2 |
1027 | 2024-10-16T03:29:38.029Z | Downloaded http v1.1.0 |
1028 | 2024-10-16T03:29:38.033Z | Downloaded hickory-server v0.24.1 |
1029 | 2024-10-16T03:29:38.040Z | Downloaded which v4.4.2 |
1030 | 2024-10-16T03:29:38.052Z | Downloaded headers v0.4.0 |
1031 | 2024-10-16T03:29:38.052Z | Downloaded url v2.5.2 |
1032 | 2024-10-16T03:29:38.052Z | Downloaded hyper v1.4.1 |
1033 | 2024-10-16T03:29:38.054Z | Downloaded pin-project-internal v1.1.6 |
1034 | 2024-10-16T03:29:38.057Z | Downloaded string_cache v0.8.7 |
1035 | 2024-10-16T03:29:38.060Z | Downloaded futures v0.3.31 |
1036 | 2024-10-16T03:29:38.063Z | Downloaded itertools v0.12.1 |
1037 | 2024-10-16T03:29:38.070Z | Downloaded signature v2.2.0 |
1038 | 2024-10-16T03:29:38.072Z | Downloaded oso-derive v0.27.3 |
1039 | 2024-10-16T03:29:38.072Z | Downloaded slog-json v2.6.1 |
1040 | 2024-10-16T03:29:38.074Z | Downloaded serde_repr v0.1.19 |
1041 | 2024-10-16T03:29:38.077Z | Downloaded salsa20 v0.10.2 |
1042 | 2024-10-16T03:29:38.077Z | Downloaded ecdsa v0.16.9 |
1043 | 2024-10-16T03:29:38.079Z | Downloaded sqlformat v0.2.6 |
1044 | 2024-10-16T03:29:38.082Z | Downloaded fallible-iterator v0.2.0 |
1045 | 2024-10-16T03:29:38.082Z | Downloaded embedded-io v0.6.1 |
1046 | 2024-10-16T03:29:38.084Z | Downloaded embedded-io v0.4.0 |
1047 | 2024-10-16T03:29:38.085Z | Downloaded num-traits v0.2.19 |
1048 | 2024-10-16T03:29:38.087Z | Downloaded futures-channel v0.3.31 |
1049 | 2024-10-16T03:29:38.089Z | Downloaded vte v0.11.1 |
1050 | 2024-10-16T03:29:38.092Z | Downloaded zone v0.1.8 |
1051 | 2024-10-16T03:29:38.092Z | Downloaded tui-tree-widget v0.22.0 |
1052 | 2024-10-16T03:29:38.094Z | Downloaded tls_codec v0.4.1 |
1053 | 2024-10-16T03:29:38.094Z | Downloaded unicode-properties v0.1.3 |
1054 | 2024-10-16T03:29:38.097Z | Downloaded signal-hook-mio v0.2.4 |
1055 | 2024-10-16T03:29:38.099Z | Downloaded rustversion v1.0.17 |
1056 | 2024-10-16T03:29:38.101Z | Downloaded num-complex v0.4.6 |
1057 | 2024-10-16T03:29:38.101Z | Downloaded hashlink v0.9.1 |
1058 | 2024-10-16T03:29:38.104Z | Downloaded bytes v1.7.2 |
1059 | 2024-10-16T03:29:38.107Z | Downloaded rustc-hash v2.0.0 |
1060 | 2024-10-16T03:29:38.109Z | Downloaded socket2 v0.5.7 |
1061 | 2024-10-16T03:29:38.112Z | Downloaded console v0.15.8 |
1062 | 2024-10-16T03:29:38.115Z | Downloaded toml v0.7.8 |
1063 | 2024-10-16T03:29:38.117Z | Downloaded cookie_store v0.21.0 |
1064 | 2024-10-16T03:29:38.120Z | Downloaded spin v0.5.2 |
1065 | 2024-10-16T03:29:38.120Z | Downloaded smf v0.2.3 |
1066 | 2024-10-16T03:29:38.123Z | Downloaded rfc6979 v0.4.0 |
1067 | 2024-10-16T03:29:38.123Z | Downloaded http v0.2.12 |
1068 | 2024-10-16T03:29:38.126Z | Downloaded num_enum_derive v0.5.11 |
1069 | 2024-10-16T03:29:38.128Z | Downloaded num_enum v0.5.11 |
1070 | 2024-10-16T03:29:38.131Z | Downloaded crc-any v2.5.0 |
1071 | 2024-10-16T03:29:38.134Z | Downloaded ciborium v0.2.2 |
1072 | 2024-10-16T03:29:38.136Z | Downloaded aes-gcm v0.10.3 |
1073 | 2024-10-16T03:29:38.139Z | Downloaded funty v2.0.0 |
1074 | 2024-10-16T03:29:38.141Z | Downloaded form_urlencoded v1.2.1 |
1075 | 2024-10-16T03:29:38.141Z | Downloaded data-encoding v2.6.0 |
1076 | 2024-10-16T03:29:38.141Z | Downloaded fixedbitset v0.4.2 |
1077 | 2024-10-16T03:29:38.144Z | Downloaded nanorand v0.7.0 |
1078 | 2024-10-16T03:29:38.147Z | Downloaded crc32fast v1.4.2 |
1079 | 2024-10-16T03:29:38.147Z | Downloaded cassowary v0.3.0 |
1080 | 2024-10-16T03:29:38.149Z | Downloaded bcs v0.1.6 |
1081 | 2024-10-16T03:29:38.152Z | Downloaded hyper-rustls v0.27.3 |
1082 | 2024-10-16T03:29:38.152Z | Downloaded memoffset v0.9.1 |
1083 | 2024-10-16T03:29:38.154Z | Downloaded impl-trait-for-tuples v0.2.2 |
1084 | 2024-10-16T03:29:38.157Z | Downloaded ciborium-ll v0.2.2 |
1085 | 2024-10-16T03:29:38.157Z | Downloaded libefi-sys v0.1.0 |
1086 | 2024-10-16T03:29:38.162Z | Downloaded atomic-waker v1.1.2 |
1087 | 2024-10-16T03:29:38.162Z | Downloaded managed v0.8.0 |
1088 | 2024-10-16T03:29:38.165Z | Downloaded convert_case v0.4.0 |
1089 | 2024-10-16T03:29:38.165Z | Downloaded cbc v0.1.2 |
1090 | 2024-10-16T03:29:38.165Z | Downloaded bitflags v1.3.2 |
1091 | 2024-10-16T03:29:38.167Z | Downloaded bitfield v0.14.0 |
1092 | 2024-10-16T03:29:38.167Z | Downloaded async-recursion v1.1.1 |
1093 | 2024-10-16T03:29:38.170Z | Downloaded assert_matches v1.5.0 |
1094 | 2024-10-16T03:29:38.172Z | Downloaded bit-set v0.5.3 |
1095 | 2024-10-16T03:29:38.172Z | Downloaded crunchy v0.2.2 |
1096 | 2024-10-16T03:29:38.174Z | Downloaded highway v1.2.0 |
1097 | 2024-10-16T03:29:38.174Z | Downloaded cookie v0.18.1 |
1098 | 2024-10-16T03:29:38.177Z | Downloaded hubpack_derive v0.1.1 |
1099 | 2024-10-16T03:29:38.179Z | Downloaded const-oid v0.9.6 |
1100 | 2024-10-16T03:29:38.182Z | Downloaded lalrpop-util v0.19.12 |
1101 | 2024-10-16T03:29:38.182Z | Downloaded linear-map v1.2.0 |
1102 | 2024-10-16T03:29:38.182Z | Downloaded ipnetwork v0.20.0 |
1103 | 2024-10-16T03:29:38.184Z | Downloaded async-bb8-diesel v0.2.1 |
1104 | 2024-10-16T03:29:38.187Z | Downloaded argon2 v0.5.3 |
1105 | 2024-10-16T03:29:38.189Z | Downloaded hostname v0.3.1 |
1106 | 2024-10-16T03:29:38.189Z | Downloaded constant_time_eq v0.3.1 |
1107 | 2024-10-16T03:29:38.192Z | Downloaded ascii-canvas v3.0.0 |
1108 | 2024-10-16T03:29:38.192Z | Downloaded arc-swap v1.7.1 |
1109 | 2024-10-16T03:29:38.194Z | Downloaded crc-catalog v2.4.0 |
1110 | 2024-10-16T03:29:38.198Z | Downloaded bitfield-struct v0.6.2 |
1111 | 2024-10-16T03:29:38.198Z | Downloaded ident_case v1.0.1 |
1112 | 2024-10-16T03:29:38.201Z | Downloaded bit-vec v0.6.3 |
1113 | 2024-10-16T03:29:38.201Z | Downloaded inout v0.1.3 |
1114 | 2024-10-16T03:29:38.381Z | Downloaded libsqlite3-sys v0.30.1 |
1115 | 2024-10-16T03:29:38.461Z | Downloaded ring v0.16.20 |
1116 | 2024-10-16T03:29:38.635Z | Compiling serde v1.0.210 |
1117 | 2024-10-16T03:29:38.637Z | Compiling typenum v1.17.0 |
1118 | 2024-10-16T03:29:38.637Z | Compiling generic-array v0.14.7 |
1119 | 2024-10-16T03:29:38.637Z | Compiling lock_api v0.4.12 |
1120 | 2024-10-16T03:29:38.637Z | Compiling scopeguard v1.2.0 |
1121 | 2024-10-16T03:29:38.637Z | Compiling subtle v2.6.1 |
1122 | 2024-10-16T03:29:38.814Z | Compiling syn v2.0.79 |
1123 | 2024-10-16T03:29:38.828Z | Compiling getrandom v0.2.15 |
1124 | 2024-10-16T03:29:39.062Z | Compiling value-bag v1.9.0 |
1125 | 2024-10-16T03:29:39.226Z | Compiling rand_core v0.6.4 |
1126 | 2024-10-16T03:29:39.321Z | Compiling const-oid v0.9.6 |
1127 | 2024-10-16T03:29:39.340Z | Compiling pin-project-lite v0.2.14 |
1128 | 2024-10-16T03:29:39.480Z | Compiling smallvec v1.13.2 |
1129 | 2024-10-16T03:29:39.528Z | Compiling log v0.4.22 |
1130 | 2024-10-16T03:29:39.689Z | Compiling jobserver v0.1.32 |
1131 | 2024-10-16T03:29:39.789Z | Compiling parking_lot_core v0.9.10 |
1132 | 2024-10-16T03:29:39.878Z | Compiling shlex v1.3.0 |
1133 | 2024-10-16T03:29:39.936Z | Compiling futures-core v0.3.31 |
1134 | 2024-10-16T03:29:40.199Z | Compiling cc v1.1.30 |
1135 | 2024-10-16T03:29:40.331Z | Compiling signal-hook-registry v1.4.2 |
1136 | 2024-10-16T03:29:40.503Z | Compiling mio v1.0.2 |
1137 | 2024-10-16T03:29:40.699Z | Compiling cpufeatures v0.2.14 |
1138 | 2024-10-16T03:29:40.805Z | Compiling parking_lot v0.12.3 |
1139 | 2024-10-16T03:29:41.028Z | Compiling futures-sink v0.3.31 |
1140 | 2024-10-16T03:29:41.184Z | Compiling spin v0.9.8 |
1141 | 2024-10-16T03:29:41.238Z | Compiling socket2 v0.5.7 |
1142 | 2024-10-16T03:29:41.445Z | Compiling slab v0.4.9 |
1143 | 2024-10-16T03:29:41.584Z | Compiling serde_json v1.0.128 |
1144 | 2024-10-16T03:29:41.633Z | Compiling futures-channel v0.3.31 |
1145 | 2024-10-16T03:29:41.757Z | Compiling pin-utils v0.1.0 |
1146 | 2024-10-16T03:29:41.800Z | Compiling foldhash v0.1.3 |
1147 | 2024-10-16T03:29:41.854Z | Compiling allocator-api2 v0.2.18 |
1148 | 2024-10-16T03:29:41.966Z | Compiling futures-task v0.3.31 |
1149 | 2024-10-16T03:29:42.040Z | Compiling tinyvec_macros v0.1.1 |
1150 | 2024-10-16T03:29:42.081Z | Compiling futures-io v0.3.31 |
1151 | 2024-10-16T03:29:42.132Z | Compiling tinyvec v1.8.0 |
1152 | 2024-10-16T03:29:42.191Z | Compiling libm v0.2.8 |
1153 | 2024-10-16T03:29:42.226Z | Compiling num-traits v0.2.19 |
1154 | 2024-10-16T03:29:42.245Z | Compiling unicode-bidi v0.3.17 |
1155 | 2024-10-16T03:29:42.413Z | Compiling base64ct v1.6.0 |
1156 | 2024-10-16T03:29:42.573Z | Compiling hashbrown v0.15.0 |
1157 | 2024-10-16T03:29:42.772Z | Compiling flagset v0.4.6 |
1158 | 2024-10-16T03:29:42.968Z | Compiling pem-rfc7468 v0.7.0 |
1159 | 2024-10-16T03:29:43.012Z | Compiling httparse v1.9.5 |
1160 | 2024-10-16T03:29:43.609Z | Compiling unicode-normalization v0.1.24 |
1161 | 2024-10-16T03:29:43.709Z | Compiling tracing-core v0.1.32 |
1162 | 2024-10-16T03:29:43.864Z | Compiling crossbeam-utils v0.8.20 |
1163 | 2024-10-16T03:29:43.946Z | Compiling rustls-pki-types v1.9.0 |
1164 | 2024-10-16T03:29:44.091Z | Compiling percent-encoding v2.3.1 |
1165 | 2024-10-16T03:29:44.460Z | Compiling ring v0.17.8 |
1166 | 2024-10-16T03:29:44.558Z | Compiling powerfmt v0.2.0 |
1167 | 2024-10-16T03:29:44.762Z | Compiling pkg-config v0.3.31 |
1168 | 2024-10-16T03:29:44.963Z | Compiling time-core v0.1.2 |
1169 | 2024-10-16T03:29:45.063Z | Compiling untrusted v0.9.0 |
1170 | 2024-10-16T03:29:45.136Z | Compiling vcpkg v0.2.15 |
1171 | 2024-10-16T03:29:45.154Z | Compiling num-conv v0.1.0 |
1172 | 2024-10-16T03:29:45.195Z | Compiling deranged v0.3.11 |
1173 | 2024-10-16T03:29:45.439Z | Compiling time-macros v0.2.18 |
1174 | 2024-10-16T03:29:45.692Z | Compiling atomic-waker v1.1.2 |
1175 | 2024-10-16T03:29:45.868Z | Compiling num_threads v0.1.7 |
1176 | 2024-10-16T03:29:45.998Z | Compiling form_urlencoded v1.2.1 |
1177 | 2024-10-16T03:29:46.266Z | Compiling rustix v0.38.37 |
1178 | 2024-10-16T03:29:46.305Z | Compiling try-lock v0.2.5 |
1179 | 2024-10-16T03:29:46.430Z | Compiling slog v2.7.0 |
1180 | 2024-10-16T03:29:46.449Z | Compiling want v0.3.1 |
1181 | 2024-10-16T03:29:46.725Z | Compiling httpdate v1.0.3 |
1182 | 2024-10-16T03:29:47.059Z | Compiling idna v0.5.0 |
1183 | 2024-10-16T03:29:47.148Z | Compiling rustversion v1.0.17 |
1184 | 2024-10-16T03:29:47.174Z | Compiling base64 v0.22.1 |
1185 | 2024-10-16T03:29:47.224Z | Compiling openssl-sys v0.9.103 |
1186 | 2024-10-16T03:29:47.760Z | Compiling tower-service v0.3.3 |
1187 | 2024-10-16T03:29:47.859Z | Compiling match_cfg v0.1.0 |
1188 | 2024-10-16T03:29:47.885Z | Compiling openssl v0.10.66 |
1189 | 2024-10-16T03:29:47.911Z | Compiling foreign-types-shared v0.1.1 |
1190 | 2024-10-16T03:29:47.952Z | Compiling iana-time-zone v0.1.61 |
1191 | 2024-10-16T03:29:48.003Z | Compiling foreign-types v0.3.2 |
1192 | 2024-10-16T03:29:48.098Z | Compiling hostname v0.3.1 |
1193 | 2024-10-16T03:29:48.354Z | Compiling url v2.5.2 |
1194 | 2024-10-16T03:29:48.373Z | Compiling dirs-sys-next v0.1.2 |
1195 | 2024-10-16T03:29:48.376Z | Compiling aho-corasick v1.1.3 |
1196 | 2024-10-16T03:29:48.547Z | Compiling native-tls v0.2.12 |
1197 | 2024-10-16T03:29:48.623Z | Compiling time v0.3.36 |
1198 | 2024-10-16T03:29:48.884Z | Compiling regex-syntax v0.8.5 |
1199 | 2024-10-16T03:29:49.063Z | Compiling rustls v0.23.14 |
1200 | 2024-10-16T03:29:49.352Z | Compiling rustls v0.22.4 |
1201 | 2024-10-16T03:29:49.625Z | Compiling data-encoding v2.6.0 |
1202 | 2024-10-16T03:29:49.759Z | Compiling siphasher v0.3.11 |
1203 | 2024-10-16T03:29:50.123Z | Compiling syn v1.0.109 |
1204 | 2024-10-16T03:29:50.186Z | Compiling adler2 v2.0.0 |
1205 | 2024-10-16T03:29:50.390Z | Compiling miniz_oxide v0.8.0 |
1206 | 2024-10-16T03:29:50.823Z | Compiling dirs-next v2.0.0 |
1207 | 2024-10-16T03:29:51.950Z | Compiling serde_derive_internals v0.29.1 |
1208 | 2024-10-16T03:29:51.969Z | Compiling crossbeam-epoch v0.9.18 |
1209 | 2024-10-16T03:29:52.403Z | Compiling regex-automata v0.4.8 |
1210 | 2024-10-16T03:29:52.713Z | Compiling lazy_static v1.5.0 |
1211 | 2024-10-16T03:29:52.840Z | Compiling thread_local v1.1.8 |
1212 | 2024-10-16T03:29:53.147Z | Compiling serde_derive v1.0.210 |
1213 | 2024-10-16T03:29:53.392Z | Compiling zeroize_derive v1.4.2 |
1214 | 2024-10-16T03:29:53.710Z | Compiling zerocopy-derive v0.7.35 |
1215 | 2024-10-16T03:29:53.771Z | Compiling tokio-macros v2.4.0 |
1216 | 2024-10-16T03:29:54.715Z | Compiling thiserror-impl v1.0.64 |
1217 | 2024-10-16T03:29:54.996Z | Compiling zeroize v1.8.1 |
1218 | 2024-10-16T03:29:55.462Z | Compiling futures-macro v0.3.31 |
1219 | 2024-10-16T03:29:55.480Z | Compiling der_derive v0.7.3 |
1220 | 2024-10-16T03:29:55.482Z | Compiling tracing-attributes v0.1.27 |
1221 | 2024-10-16T03:29:55.986Z | Compiling zerocopy v0.7.35 |
1222 | 2024-10-16T03:29:56.775Z | Compiling crypto-common v0.1.6 |
1223 | 2024-10-16T03:29:57.008Z | Compiling block-buffer v0.10.4 |
1224 | 2024-10-16T03:29:57.260Z | Compiling digest v0.10.7 |
1225 | 2024-10-16T03:29:57.463Z | Compiling futures-util v0.3.31 |
1226 | 2024-10-16T03:29:57.655Z | Compiling block-padding v0.3.3 |
1227 | 2024-10-16T03:29:57.730Z | Compiling hmac v0.12.1 |
1228 | 2024-10-16T03:29:57.911Z | Compiling inout v0.1.3 |
1229 | 2024-10-16T03:29:57.959Z | Compiling sha2 v0.10.8 |
1230 | 2024-10-16T03:29:58.005Z | Compiling ppv-lite86 v0.2.20 |
1231 | 2024-10-16T03:29:58.070Z | Compiling thiserror v1.0.64 |
1232 | 2024-10-16T03:29:58.200Z | Compiling cipher v0.4.4 |
1233 | 2024-10-16T03:29:58.222Z | Compiling der v0.7.9 |
1234 | 2024-10-16T03:29:58.736Z | Compiling salsa20 v0.10.2 |
1235 | 2024-10-16T03:29:58.840Z | Compiling rand_chacha v0.3.1 |
1236 | 2024-10-16T03:29:59.006Z | Compiling pest v2.7.14 |
1237 | 2024-10-16T03:29:59.394Z | Compiling tracing v0.1.40 |
1238 | 2024-10-16T03:29:59.907Z | Compiling rand v0.8.5 |
1239 | 2024-10-16T03:30:01.278Z | Compiling spki v0.7.3 |
1240 | 2024-10-16T03:30:01.509Z | Compiling pbkdf2 v0.12.2 |
1241 | 2024-10-16T03:30:01.630Z | Compiling pest_meta v2.7.14 |
1242 | 2024-10-16T03:30:01.634Z | Compiling aes v0.8.4 |
1243 | 2024-10-16T03:30:01.691Z | Compiling scrypt v0.11.0 |
1244 | 2024-10-16T03:30:02.093Z | Compiling cbc v0.1.2 |
1245 | 2024-10-16T03:30:02.114Z | Compiling scroll_derive v0.12.0 |
1246 | 2024-10-16T03:30:02.267Z | Compiling rustls-webpki v0.102.8 |
1247 | 2024-10-16T03:30:02.329Z | Compiling openssl-macros v0.1.1 |
1248 | 2024-10-16T03:30:03.097Z | Compiling pest_generator v2.7.14 |
1249 | 2024-10-16T03:30:03.614Z | Compiling scroll v0.12.0 |
1250 | 2024-10-16T03:30:03.637Z | Compiling pkcs5 v0.7.1 |
1251 | 2024-10-16T03:30:04.202Z | Compiling goblin v0.8.2 |
1252 | 2024-10-16T03:30:04.440Z | Compiling pkcs8 v0.10.2 |
1253 | 2024-10-16T03:30:04.509Z | Compiling async-trait v0.1.83 |
1254 | 2024-10-16T03:30:04.899Z | Compiling signature v2.2.0 |
1255 | 2024-10-16T03:30:05.155Z | Compiling sha1 v0.10.6 |
1256 | 2024-10-16T03:30:05.184Z | Compiling encoding_rs v0.8.34 |
1257 | 2024-10-16T03:30:05.186Z | Compiling cookie v0.18.1 |
1258 | 2024-10-16T03:30:05.384Z | Compiling multer v3.1.0 |
1259 | 2024-10-16T03:30:05.502Z | Compiling either v1.13.0 |
1260 | 2024-10-16T03:30:05.609Z | Compiling signal-hook v0.3.17 |
1261 | 2024-10-16T03:30:05.670Z | Compiling gimli v0.31.1 |
1262 | 2024-10-16T03:30:05.871Z | Compiling paste v1.0.15 |
1263 | 2024-10-16T03:30:05.936Z | Compiling mime v0.3.17 |
1264 | 2024-10-16T03:30:06.433Z | Compiling rayon-core v1.12.1 |
1265 | 2024-10-16T03:30:06.528Z | Compiling schemars v0.8.21 |
1266 | 2024-10-16T03:30:06.718Z | Compiling openssl-probe v0.1.5 |
1267 | 2024-10-16T03:30:06.761Z | Compiling pest_derive v2.7.14 |
1268 | 2024-10-16T03:30:06.889Z | Compiling slog-async v2.8.0 |
1269 | 2024-10-16T03:30:07.073Z | Compiling ipnet v2.10.1 |
1270 | 2024-10-16T03:30:07.308Z | Compiling unicode-properties v0.1.3 |
1271 | 2024-10-16T03:30:07.540Z | Compiling bytes v1.7.2 |
1272 | 2024-10-16T03:30:07.690Z | Compiling indexmap v2.6.0 |
1273 | 2024-10-16T03:30:07.925Z | Compiling bitflags v2.6.0 |
1274 | 2024-10-16T03:30:08.247Z | Compiling semver v1.0.23 |
1275 | 2024-10-16T03:30:08.831Z | Compiling tokio v1.40.0 |
1276 | 2024-10-16T03:30:09.006Z | Compiling http v1.1.0 |
1277 | 2024-10-16T03:30:09.219Z | Compiling rustc_version v0.4.1 |
1278 | 2024-10-16T03:30:09.639Z | Compiling dtrace-parser v0.2.0 |
1279 | 2024-10-16T03:30:10.004Z | Compiling dof v0.3.0 |
1280 | 2024-10-16T03:30:10.739Z | Compiling http-body v1.0.1 |
1281 | 2024-10-16T03:30:10.755Z | Compiling uuid v1.10.0 |
1282 | 2024-10-16T03:30:10.973Z | Compiling toml_datetime v0.6.8 |
1283 | 2024-10-16T03:30:11.495Z | Compiling serde_spanned v0.6.8 |
1284 | 2024-10-16T03:30:11.537Z | Compiling serde_tokenstream v0.2.2 |
1285 | 2024-10-16T03:30:11.727Z | Compiling usdt-impl v0.5.0 |
1286 | 2024-10-16T03:30:11.852Z | Compiling chrono v0.4.38 |
1287 | 2024-10-16T03:30:12.151Z | Compiling http-body-util v0.1.2 |
1288 | 2024-10-16T03:30:12.181Z | Compiling heapless v0.7.17 |
1289 | 2024-10-16T03:30:12.644Z | Compiling toml_edit v0.22.22 |
1290 | 2024-10-16T03:30:12.717Z | Compiling curve25519-dalek v4.1.3 |
1291 | 2024-10-16T03:30:13.285Z | Compiling addr2line v0.24.2 |
1292 | 2024-10-16T03:30:13.363Z | Compiling slog-json v2.6.1 |
1293 | 2024-10-16T03:30:13.759Z | Compiling stringprep v0.1.5 |
1294 | 2024-10-16T03:30:13.828Z | Compiling serde_urlencoded v0.7.1 |
1295 | 2024-10-16T03:30:14.521Z | Compiling usdt-macro v0.5.0 |
1296 | 2024-10-16T03:30:14.966Z | Compiling usdt-attr-macro v0.5.0 |
1297 | 2024-10-16T03:30:15.638Z | Compiling futures-executor v0.3.31 |
1298 | 2024-10-16T03:30:16.057Z | Compiling md-5 v0.10.6 |
1299 | 2024-10-16T03:30:16.186Z | Compiling schemars_derive v0.8.21 |
1300 | 2024-10-16T03:30:16.305Z | Compiling async-stream-impl v0.3.6 |
1301 | 2024-10-16T03:30:16.625Z | Compiling enum-as-inner v0.6.1 |
1302 | 2024-10-16T03:30:17.741Z | Compiling tokio-util v0.7.12 |
1303 | 2024-10-16T03:30:17.748Z | Compiling crossbeam-deque v0.8.5 |
1304 | 2024-10-16T03:30:18.091Z | Compiling term v0.7.0 |
1305 | 2024-10-16T03:30:19.169Z | Compiling h2 v0.4.6 |
1306 | 2024-10-16T03:30:20.204Z | Compiling crossbeam-channel v0.5.13 |
1307 | 2024-10-16T03:30:21.006Z | Compiling num-integer v0.1.46 |
1308 | 2024-10-16T03:30:21.041Z | Compiling rustls-pemfile v2.2.0 |
1309 | 2024-10-16T03:30:21.315Z | Compiling idna v0.3.0 |
1310 | 2024-10-16T03:30:21.381Z | Compiling idna v0.4.0 |
1311 | 2024-10-16T03:30:21.798Z | Compiling ff v0.13.0 |
1312 | 2024-10-16T03:30:22.034Z | Compiling hash32 v0.2.1 |
1313 | 2024-10-16T03:30:22.422Z | Compiling is-terminal v0.4.13 |
1314 | 2024-10-16T03:30:22.560Z | Compiling object v0.36.5 |
1315 | 2024-10-16T03:30:22.902Z | Compiling dropshot v0.12.0 |
1316 | 2024-10-16T03:30:22.956Z | Compiling dyn-clone v1.0.17 |
1317 | 2024-10-16T03:30:23.178Z | Compiling base16ct v0.2.0 |
1318 | 2024-10-16T03:30:23.211Z | Compiling anyhow v1.0.89 |
1319 | 2024-10-16T03:30:23.507Z | Compiling portable-atomic v1.9.0 |
1320 | 2024-10-16T03:30:23.841Z | Compiling take_mut v0.2.2 |
1321 | 2024-10-16T03:30:24.019Z | Compiling psl-types v2.0.11 |
1322 | 2024-10-16T03:30:24.219Z | Compiling stable_deref_trait v1.2.0 |
1323 | 2024-10-16T03:30:24.239Z | Compiling linked-hash-map v0.5.6 |
1324 | 2024-10-16T03:30:24.331Z | Compiling utf-8 v0.7.6 |
1325 | 2024-10-16T03:30:24.557Z | Compiling fallible-iterator v0.2.0 |
1326 | 2024-10-16T03:30:24.585Z | Compiling quick-error v1.2.3 |
1327 | 2024-10-16T03:30:24.603Z | Compiling smoltcp v0.9.1 |
1328 | 2024-10-16T03:30:24.655Z | Compiling num-bigint-dig v0.8.4 |
1329 | 2024-10-16T03:30:24.719Z | Compiling rustc-demangle v0.1.24 |
1330 | 2024-10-16T03:30:24.999Z | Compiling resolv-conf v0.7.0 |
1331 | 2024-10-16T03:30:25.266Z | Compiling postgres-protocol v0.6.7 |
1332 | 2024-10-16T03:30:25.422Z | Compiling lru-cache v0.1.2 |
1333 | 2024-10-16T03:30:25.626Z | Compiling tungstenite v0.23.0 |
1334 | 2024-10-16T03:30:25.792Z | Compiling publicsuffix v2.2.3 |
1335 | 2024-10-16T03:30:26.047Z | Compiling hyper v1.4.1 |
1336 | 2024-10-16T03:30:27.048Z | Compiling sec1 v0.7.3 |
1337 | 2024-10-16T03:30:27.828Z | Compiling slog-term v2.9.1 |
1338 | 2024-10-16T03:30:28.016Z | Compiling usdt v0.5.0 |
1339 | 2024-10-16T03:30:28.513Z | Compiling hyper-util v0.1.9 |
1340 | 2024-10-16T03:30:28.587Z | Compiling hickory-proto v0.24.1 |
1341 | 2024-10-16T03:30:29.071Z | Compiling group v0.13.0 |
1342 | 2024-10-16T03:30:29.414Z | Compiling num-iter v0.1.45 |
1343 | 2024-10-16T03:30:29.602Z | Compiling backtrace v0.3.74 |
1344 | 2024-10-16T03:30:29.771Z | Compiling tokio-rustls v0.26.0 |
1345 | 2024-10-16T03:30:30.227Z | Compiling tokio-native-tls v0.3.1 |
1346 | 2024-10-16T03:30:30.265Z | Compiling tokio-rustls v0.25.0 |
1347 | 2024-10-16T03:30:30.513Z | Compiling async-stream v0.3.6 |
1348 | 2024-10-16T03:30:30.697Z | Compiling futures v0.3.31 |
1349 | 2024-10-16T03:30:30.822Z | Compiling toml v0.8.19 |
1350 | 2024-10-16T03:30:32.113Z | Compiling slog-bunyan v2.5.0 |
1351 | 2024-10-16T03:30:32.446Z | Compiling terminal_size v0.4.0 |
1352 | 2024-10-16T03:30:32.562Z | Compiling dropshot_endpoint v0.12.0 |
1353 | 2024-10-16T03:30:32.644Z | Compiling openapiv3 v2.0.0 |
1354 | 2024-10-16T03:30:32.670Z | Compiling serde_path_to_error v0.1.16 |
1355 | 2024-10-16T03:30:32.691Z | Compiling camino v1.1.9 |
1356 | 2024-10-16T03:30:33.121Z | Compiling hkdf v0.12.4 |
1357 | 2024-10-16T03:30:33.201Z | Compiling crypto-bigint v0.5.5 |
1358 | 2024-10-16T03:30:33.382Z | Compiling zerocopy-derive v0.6.6 |
1359 | 2024-10-16T03:30:33.514Z | Compiling curve25519-dalek-derive v0.1.1 |
1360 | 2024-10-16T03:30:33.600Z | Compiling phf_shared v0.11.2 |
1361 | 2024-10-16T03:30:33.914Z | Compiling hubpack_derive v0.1.1 |
1362 | 2024-10-16T03:30:34.009Z | Compiling waitgroup v0.1.2 |
1363 | 2024-10-16T03:30:34.240Z | Compiling webpki-roots v0.26.6 |
1364 | 2024-10-16T03:30:34.455Z | Compiling hostname v0.4.0 |
1365 | 2024-10-16T03:30:34.723Z | Compiling ahash v0.8.11 |
1366 | 2024-10-16T03:30:34.850Z | Compiling fs-err v2.11.0 |
1367 | 2024-10-16T03:30:35.048Z | Compiling winnow v0.5.40 |
1368 | 2024-10-16T03:30:35.076Z | Compiling bitflags v1.3.2 |
1369 | 2024-10-16T03:30:35.150Z | Compiling managed v0.8.0 |
1370 | 2024-10-16T03:30:35.182Z | Compiling debug-ignore v1.0.5 |
1371 | 2024-10-16T03:30:35.325Z | Compiling console v0.15.8 |
1372 | 2024-10-16T03:30:35.573Z | Compiling zerocopy v0.6.6 |
1373 | 2024-10-16T03:30:36.442Z | Compiling elliptic-curve v0.13.8 |
1374 | 2024-10-16T03:30:36.859Z | Compiling clap_builder v4.5.20 |
1375 | 2024-10-16T03:30:37.067Z | Compiling strum_macros v0.25.3 |
1376 | 2024-10-16T03:30:37.698Z | Compiling hubpack v0.1.2 |
1377 | 2024-10-16T03:30:38.168Z | Compiling hyper-rustls v0.27.3 |
1378 | 2024-10-16T03:30:38.808Z | Compiling toml_edit v0.19.15 |
1379 | 2024-10-16T03:30:38.840Z | Compiling hickory-resolver v0.24.1 |
1380 | 2024-10-16T03:30:39.027Z | Compiling phf v0.11.2 |
1381 | 2024-10-16T03:30:39.334Z | Compiling signal-hook-mio v0.2.4 |
1382 | 2024-10-16T03:30:39.455Z | Compiling cookie_store v0.21.0 |
1383 | 2024-10-16T03:30:39.504Z | Compiling rayon v1.10.0 |
1384 | 2024-10-16T03:30:41.033Z | Compiling hyper-tls v0.6.0 |
1385 | 2024-10-16T03:30:42.169Z | Compiling tokio-tungstenite v0.23.1 |
1386 | 2024-10-16T03:30:42.688Z | Compiling postgres-types v0.2.8 |
1387 | 2024-10-16T03:30:44.358Z | Compiling tokio-stream v0.1.16 |
1388 | 2024-10-16T03:30:45.417Z | Compiling serde-big-array v0.5.1 |
1389 | 2024-10-16T03:30:45.573Z | Compiling ed25519 v2.2.3 |
1390 | 2024-10-16T03:30:45.623Z | Compiling pkcs1 v0.7.5 |
1391 | 2024-10-16T03:30:45.655Z | Compiling rfc6979 v0.4.0 |
1392 | 2024-10-16T03:30:45.812Z | Compiling bstr v1.10.0 |
1393 | 2024-10-16T03:30:45.841Z | Compiling regex v1.11.0 |
1394 | 2024-10-16T03:30:46.205Z | Compiling derive-where v1.2.7 |
1395 | 2024-10-16T03:30:46.688Z | Compiling clap_derive v4.5.18 |
1396 | 2024-10-16T03:30:46.806Z | Compiling serde_repr v0.1.19 |
1397 | 2024-10-16T03:30:46.808Z | Compiling phf_shared v0.10.0 |
1398 | 2024-10-16T03:30:46.946Z | Compiling float-cmp v0.9.0 |
1399 | 2024-10-16T03:30:47.177Z | Compiling sync_wrapper v1.0.1 |
1400 | 2024-10-16T03:30:47.205Z | Compiling crc32fast v1.4.2 |
1401 | 2024-10-16T03:30:47.346Z | Compiling static_assertions v1.1.0 |
1402 | 2024-10-16T03:30:47.459Z | Compiling whoami v1.5.2 |
1403 | 2024-10-16T03:30:47.551Z | Compiling number_prefix v0.4.0 |
1404 | 2024-10-16T03:30:47.590Z | Compiling minimal-lexical v0.2.1 |
1405 | 2024-10-16T03:30:47.609Z | Compiling unicode-segmentation v1.12.0 |
1406 | 2024-10-16T03:30:47.781Z | Compiling precomputed-hash v0.1.1 |
1407 | 2024-10-16T03:30:47.906Z | Compiling normalize-line-endings v0.3.0 |
1408 | 2024-10-16T03:30:47.996Z | Compiling new_debug_unreachable v1.0.6 |
1409 | 2024-10-16T03:30:48.037Z | Compiling bit-vec v0.6.3 |
1410 | 2024-10-16T03:30:48.091Z | Compiling difflib v0.4.0 |
1411 | 2024-10-16T03:30:48.112Z | Compiling predicates-core v1.0.8 |
1412 | 2024-10-16T03:30:48.114Z | Compiling fixedbitset v0.4.2 |
1413 | 2024-10-16T03:30:48.473Z | Compiling predicates v3.1.2 |
1414 | 2024-10-16T03:30:48.517Z | Compiling petgraph v0.6.5 |
1415 | 2024-10-16T03:30:48.538Z | Compiling bit-set v0.5.3 |
1416 | 2024-10-16T03:30:48.587Z | Compiling similar v2.6.0 |
1417 | 2024-10-16T03:30:48.822Z | Compiling string_cache v0.8.7 |
1418 | 2024-10-16T03:30:49.335Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1419 | 2024-10-16T03:30:49.671Z | Compiling nom v7.1.3 |
1420 | 2024-10-16T03:30:49.840Z | Compiling qorb v0.0.2 |
1421 | 2024-10-16T03:30:50.218Z | Compiling tokio-postgres v0.7.12 |
1422 | 2024-10-16T03:30:51.127Z | Compiling indicatif v0.17.8 |
1423 | 2024-10-16T03:30:51.773Z | Compiling clap v4.5.20 |
1424 | 2024-10-16T03:30:51.905Z | Compiling flate2 v1.0.34 |
1425 | 2024-10-16T03:30:52.593Z | Compiling reqwest v0.12.8 |
1426 | 2024-10-16T03:30:52.866Z | Compiling rsa v0.9.6 |
1427 | 2024-10-16T03:30:53.347Z | Compiling ed25519-dalek v2.1.1 |
1428 | 2024-10-16T03:30:53.414Z | Compiling ecdsa v0.16.9 |
1429 | 2024-10-16T03:30:54.315Z | Compiling toml v0.7.8 |
1430 | 2024-10-16T03:30:54.678Z | Compiling crossterm v0.28.1 |
1431 | 2024-10-16T03:30:56.068Z | Compiling hex v0.4.3 |
1432 | 2024-10-16T03:30:56.097Z | Compiling itertools v0.10.5 |
1433 | 2024-10-16T03:30:56.256Z | Compiling itertools v0.12.1 |
1434 | 2024-10-16T03:30:56.572Z | Compiling x509-cert v0.2.5 |
1435 | 2024-10-16T03:30:56.670Z | Compiling peg-runtime v0.8.3 |
1436 | 2024-10-16T03:30:56.924Z | Compiling lalrpop-util v0.19.12 |
1437 | 2024-10-16T03:30:57.282Z | Compiling unicode-xid v0.2.6 |
1438 | 2024-10-16T03:30:57.328Z | Compiling xattr v1.3.1 |
1439 | 2024-10-16T03:30:57.468Z | Compiling strum_macros v0.26.4 |
1440 | 2024-10-16T03:30:57.595Z | Compiling filetime v0.2.25 |
1441 | 2024-10-16T03:30:57.907Z | Compiling tar v0.4.42 |
1442 | 2024-10-16T03:31:01.117Z | Compiling strum v0.26.3 |
1443 | 2024-10-16T03:31:01.530Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1444 | 2024-10-16T03:31:01.782Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1445 | 2024-10-16T03:31:07.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 31s |
1446 | 2024-10-16T03:31:07.327Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1447 | 2024-10-16T03:31:07.376Z | Oct 16 03:31:05.689 INFO Starting download, target: Clickhouse |
1448 | 2024-10-16T03:31:07.376Z | Oct 16 03:31:05.690 INFO Starting download, target: Console |
1449 | 2024-10-16T03:31:07.378Z | Oct 16 03:31:05.690 INFO Starting download, target: DendriteOpenapi |
1450 | 2024-10-16T03:31:07.379Z | Oct 16 03:31:05.690 INFO Starting download, target: Cockroach |
1451 | 2024-10-16T03:31:07.379Z | Oct 16 03:31:05.690 INFO Starting download, target: DendriteStub |
1452 | 2024-10-16T03:31:07.379Z | Oct 16 03:31:05.690 INFO Starting download, target: MaghemiteMgd |
1453 | 2024-10-16T03:31:07.379Z | Oct 16 03:31:05.690 INFO Starting download, target: TransceiverControl |
1454 | 2024-10-16T03:31:07.379Z | Oct 16 03:31:05.690 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1455 | 2024-10-16T03:31:07.379Z | Oct 16 03:31:05.690 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi |
1456 | 2024-10-16T03:31:07.379Z | Oct 16 03:31:05.691 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1457 | 2024-10-16T03:31:07.379Z | Oct 16 03:31:05.691 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1458 | 2024-10-16T03:31:07.379Z | Oct 16 03:31:05.691 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1459 | 2024-10-16T03:31:07.379Z | Oct 16 03:31:05.691 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1460 | 2024-10-16T03:31:07.379Z | Oct 16 03:31:05.691 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1461 | 2024-10-16T03:31:07.556Z | Oct 16 03:31:05.869 INFO Download complete, target: DendriteOpenapi |
1462 | 2024-10-16T03:31:07.766Z | Oct 16 03:31:06.079 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1463 | 2024-10-16T03:31:07.936Z | Oct 16 03:31:06.238 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1464 | 2024-10-16T03:31:08.145Z | Oct 16 03:31:06.458 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1465 | 2024-10-16T03:31:08.256Z | Oct 16 03:31:06.569 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1466 | 2024-10-16T03:31:08.316Z | Oct 16 03:31:06.629 INFO Download complete, target: Console |
1467 | 2024-10-16T03:31:08.558Z | Oct 16 03:31:06.871 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1468 | 2024-10-16T03:31:08.558Z | Oct 16 03:31:06.871 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1469 | 2024-10-16T03:31:08.565Z | Oct 16 03:31:06.878 INFO Download complete, target: TransceiverControl |
1470 | 2024-10-16T03:31:09.604Z | Oct 16 03:31:07.717 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1471 | 2024-10-16T03:31:11.431Z | Oct 16 03:31:09.743 INFO Download complete, target: DendriteStub |
1472 | 2024-10-16T03:31:11.638Z | Oct 16 03:31:09.951 INFO Download complete, target: MaghemiteMgd |
1473 | 2024-10-16T03:31:16.900Z | Oct 16 03:31:15.212 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1474 | 2024-10-16T03:31:17.258Z | Oct 16 03:31:15.570 INFO Checking that binary works, target: Cockroach |
1475 | 2024-10-16T03:31:17.451Z | Oct 16 03:31:15.764 INFO Download complete, target: Cockroach |
1476 | 2024-10-16T03:31:23.505Z | Oct 16 03:31:21.816 INFO Checking that binary works, target: Clickhouse |
1477 | 2024-10-16T03:31:23.638Z | Oct 16 03:31:21.950 INFO Download complete, target: Clickhouse |
1478 | 2024-10-16T03:31:23.659Z | All builder prerequisites installed successfully, and PATH looks valid |
1479 | 2024-10-16T03:31:23.662Z | |
1480 | 2024-10-16T03:31:23.663Z | real 3:39.292567059 |
1481 | 2024-10-16T03:31:23.663Z | user 12:47.593853223 |
1482 | 2024-10-16T03:31:23.663Z | sys 2:43.308894683 |
1483 | 2024-10-16T03:31:23.663Z | trap 0.464571932 |
1484 | 2024-10-16T03:31:23.663Z | tflt 1.692852183 |
1485 | 2024-10-16T03:31:23.663Z | dflt 1.816300681 |
1486 | 2024-10-16T03:31:23.663Z | kflt 0.022376103 |
1487 | 2024-10-16T03:31:23.663Z | lock 24:36.510517471 |
1488 | 2024-10-16T03:31:23.663Z | slp 48:27.510555366 |
1489 | 2024-10-16T03:31:23.663Z | lat 47.413512512 |
1490 | 2024-10-16T03:31:23.663Z | stop 2:04.735255970 |
1491 | 2024-10-16T03:31:23.663Z | + banner clippy |
1492 | 2024-10-16T03:31:23.663Z | |
1493 | 2024-10-16T03:31:23.663Z | #### # # ##### ##### # # |
1494 | 2024-10-16T03:31:23.663Z | # # # # # # # # # # |
1495 | 2024-10-16T03:31:23.663Z | # # # # # # # # |
1496 | 2024-10-16T03:31:23.663Z | # # # ##### ##### # |
1497 | 2024-10-16T03:31:23.663Z | # # # # # # # |
1498 | 2024-10-16T03:31:23.663Z | #### ###### # # # # |
1499 | 2024-10-16T03:31:23.663Z | |
1500 | 2024-10-16T03:31:23.663Z | + export CARGO_INCREMENTAL=0 |
1501 | 2024-10-16T03:31:23.663Z | + CARGO_INCREMENTAL=0 |
1502 | 2024-10-16T03:31:23.663Z | + ptime -m cargo xtask clippy |
1503 | 2024-10-16T03:31:24.221Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1504 | 2024-10-16T03:31:27.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.11s |
1505 | 2024-10-16T03:31:27.891Z | Running `target/debug/xtask clippy` |
1506 | 2024-10-16T03:31:27.910Z | running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1507 | 2024-10-16T03:31:28.618Z | Downloading crates ... |
1508 | 2024-10-16T03:31:28.950Z | Downloaded approx v0.5.1 |
1509 | 2024-10-16T03:31:28.953Z | Downloaded doc-comment v0.3.3 |
1510 | 2024-10-16T03:31:28.956Z | Downloaded async-global-executor v2.4.1 |
1511 | 2024-10-16T03:31:28.958Z | Downloaded async-process v2.3.0 |
1512 | 2024-10-16T03:31:28.961Z | Downloaded event-listener v2.5.3 |
1513 | 2024-10-16T03:31:28.961Z | Downloaded event-listener-strategy v0.5.2 |
1514 | 2024-10-16T03:31:28.964Z | Downloaded async-lock v3.4.0 |
1515 | 2024-10-16T03:31:28.966Z | Downloaded criterion-plot v0.5.0 |
1516 | 2024-10-16T03:31:28.969Z | Downloaded cast v0.3.0 |
1517 | 2024-10-16T03:31:28.969Z | Downloaded async-attributes v1.1.2 |
1518 | 2024-10-16T03:31:28.971Z | Downloaded pathdiff v0.2.2 |
1519 | 2024-10-16T03:31:28.973Z | Downloaded plotters-svg v0.3.7 |
1520 | 2024-10-16T03:31:28.975Z | Downloaded async-channel v2.3.1 |
1521 | 2024-10-16T03:31:28.978Z | Downloaded assert-json-diff v2.0.2 |
1522 | 2024-10-16T03:31:28.981Z | Downloaded num_cpus v1.16.0 |
1523 | 2024-10-16T03:31:28.984Z | Downloaded indoc v2.0.5 |
1524 | 2024-10-16T03:31:28.988Z | Downloaded tinytemplate v1.2.1 |
1525 | 2024-10-16T03:31:29.010Z | Downloaded similar-asserts v1.6.0 |
1526 | 2024-10-16T03:31:29.013Z | Downloaded target-lexicon v0.12.16 |
1527 | 2024-10-16T03:31:29.015Z | Downloaded rustls-native-certs v0.7.3 |
1528 | 2024-10-16T03:31:29.018Z | Downloaded partial-io v0.5.4 |
1529 | 2024-10-16T03:31:29.021Z | Downloaded libtest-mimic v0.7.3 |
1530 | 2024-10-16T03:31:29.021Z | Downloaded oorandom v11.1.4 |
1531 | 2024-10-16T03:31:29.026Z | Downloaded futures-lite v2.3.0 |
1532 | 2024-10-16T03:31:29.026Z | Downloaded concurrent-queue v2.5.0 |
1533 | 2024-10-16T03:31:29.029Z | Downloaded relative-path v1.9.3 |
1534 | 2024-10-16T03:31:29.029Z | Downloaded async-channel v1.9.0 |
1535 | 2024-10-16T03:31:29.029Z | Downloaded rstest_macros v0.23.0 |
1536 | 2024-10-16T03:31:29.031Z | Downloaded escape8259 v0.5.3 |
1537 | 2024-10-16T03:31:29.031Z | Downloaded async-object-pool v0.1.5 |
1538 | 2024-10-16T03:31:29.033Z | Downloaded rand_distr v0.4.3 |
1539 | 2024-10-16T03:31:29.036Z | Downloaded nested v0.1.1 |
1540 | 2024-10-16T03:31:29.036Z | Downloaded guppy-workspace-hack v0.1.0 |
1541 | 2024-10-16T03:31:29.040Z | Downloaded async-executor v1.13.1 |
1542 | 2024-10-16T03:31:29.042Z | Downloaded serde_regex v1.1.0 |
1543 | 2024-10-16T03:31:29.045Z | Downloaded pretty_assertions v1.4.1 |
1544 | 2024-10-16T03:31:29.050Z | Downloaded blake2b_simd v1.0.2 |
1545 | 2024-10-16T03:31:29.050Z | Downloaded async-task v4.7.1 |
1546 | 2024-10-16T03:31:29.053Z | Downloaded datatest-stable v0.2.9 |
1547 | 2024-10-16T03:31:29.053Z | Downloaded async-signal v0.2.10 |
1548 | 2024-10-16T03:31:29.056Z | Downloaded blocking v1.6.1 |
1549 | 2024-10-16T03:31:29.056Z | Downloaded piper v0.2.4 |
1550 | 2024-10-16T03:31:29.061Z | Downloaded async-io v2.3.4 |
1551 | 2024-10-16T03:31:29.065Z | Downloaded stringmetrics v2.2.2 |
1552 | 2024-10-16T03:31:29.065Z | Downloaded proc-macro-crate v3.2.0 |
1553 | 2024-10-16T03:31:29.065Z | Downloaded threadpool v1.8.1 |
1554 | 2024-10-16T03:31:29.069Z | Downloaded target-spec v3.2.2 |
1555 | 2024-10-16T03:31:29.069Z | Downloaded plotters-backend v0.3.7 |
1556 | 2024-10-16T03:31:29.069Z | Downloaded parking v2.2.1 |
1557 | 2024-10-16T03:31:29.071Z | Downloaded kv-log-macro v1.0.7 |
1558 | 2024-10-16T03:31:29.071Z | Downloaded path-tree v0.8.1 |
1559 | 2024-10-16T03:31:29.074Z | Downloaded assert_cmd v2.0.16 |
1560 | 2024-10-16T03:31:29.074Z | Downloaded rust-argon2 v2.1.0 |
1561 | 2024-10-16T03:31:29.076Z | Downloaded yansi v1.0.1 |
1562 | 2024-10-16T03:31:29.080Z | Downloaded hyper-rustls v0.26.0 |
1563 | 2024-10-16T03:31:29.082Z | Downloaded futures-timer v3.0.3 |
1564 | 2024-10-16T03:31:29.082Z | Downloaded event-listener v5.3.1 |
1565 | 2024-10-16T03:31:29.085Z | Downloaded trybuild v1.0.100 |
1566 | 2024-10-16T03:31:29.088Z | Downloaded anes v0.1.6 |
1567 | 2024-10-16T03:31:29.091Z | Downloaded polling v3.7.3 |
1568 | 2024-10-16T03:31:29.095Z | Downloaded cfg-expr v0.17.0 |
1569 | 2024-10-16T03:31:29.097Z | Downloaded rstest v0.23.0 |
1570 | 2024-10-16T03:31:29.105Z | Downloaded fancy-regex v0.13.0 |
1571 | 2024-10-16T03:31:29.107Z | Downloaded plotters v0.3.7 |
1572 | 2024-10-16T03:31:29.116Z | Downloaded async-std v1.13.0 |
1573 | 2024-10-16T03:31:29.136Z | Downloaded guppy v0.17.8 |
1574 | 2024-10-16T03:31:29.141Z | Downloaded criterion v0.5.1 |
1575 | 2024-10-16T03:31:29.148Z | Downloaded httptest v0.16.1 |
1576 | 2024-10-16T03:31:29.180Z | Downloaded httpmock v0.8.0-alpha.1 |
1577 | 2024-10-16T03:31:29.882Z | Checking cfg-if v1.0.0 |
1578 | 2024-10-16T03:31:29.954Z | Checking libc v0.2.159 |
1579 | 2024-10-16T03:31:29.974Z | Checking serde v1.0.210 |
1580 | 2024-10-16T03:31:29.990Z | Checking memchr v2.7.4 |
1581 | 2024-10-16T03:31:30.014Z | Checking value-bag v1.9.0 |
1582 | 2024-10-16T03:31:30.031Z | Checking scopeguard v1.2.0 |
1583 | 2024-10-16T03:31:30.059Z | Checking itoa v1.0.11 |
1584 | 2024-10-16T03:31:30.062Z | Checking zeroize v1.8.1 |
1585 | 2024-10-16T03:31:30.111Z | Checking smallvec v1.13.2 |
1586 | 2024-10-16T03:31:30.171Z | Checking lock_api v0.4.12 |
1587 | 2024-10-16T03:31:30.300Z | Checking pin-project-lite v0.2.14 |
1588 | 2024-10-16T03:31:30.323Z | Checking byteorder v1.5.0 |
1589 | 2024-10-16T03:31:30.416Z | Checking log v0.4.22 |
1590 | 2024-10-16T03:31:30.444Z | Checking once_cell v1.20.2 |
1591 | 2024-10-16T03:31:30.487Z | Checking subtle v2.6.1 |
1592 | 2024-10-16T03:31:30.609Z | Checking typenum v1.17.0 |
1593 | 2024-10-16T03:31:30.715Z | Checking futures-core v0.3.31 |
1594 | 2024-10-16T03:31:30.746Z | Checking libm v0.2.8 |
1595 | 2024-10-16T03:31:30.773Z | Checking ryu v1.0.18 |
1596 | 2024-10-16T03:31:30.806Z | Checking zerocopy v0.7.35 |
1597 | 2024-10-16T03:31:30.897Z | Checking thiserror v1.0.64 |
1598 | 2024-10-16T03:31:30.944Z | Checking spin v0.9.8 |
1599 | 2024-10-16T03:31:31.014Z | Checking getrandom v0.2.15 |
1600 | 2024-10-16T03:31:31.014Z | Checking parking_lot_core v0.9.10 |
1601 | 2024-10-16T03:31:31.060Z | Checking signal-hook-registry v1.4.2 |
1602 | 2024-10-16T03:31:31.262Z | Checking rand_core v0.6.4 |
1603 | 2024-10-16T03:31:31.286Z | Checking mio v1.0.2 |
1604 | 2024-10-16T03:31:31.309Z | Checking socket2 v0.5.7 |
1605 | 2024-10-16T03:31:31.353Z | Checking parking_lot v0.12.3 |
1606 | 2024-10-16T03:31:31.559Z | Checking futures-io v0.3.31 |
1607 | 2024-10-16T03:31:31.673Z | Checking num-traits v0.2.19 |
1608 | 2024-10-16T03:31:31.705Z | Checking const-oid v0.9.6 |
1609 | 2024-10-16T03:31:31.736Z | Checking slab v0.4.9 |
1610 | 2024-10-16T03:31:31.784Z | Checking allocator-api2 v0.2.18 |
1611 | 2024-10-16T03:31:31.868Z | Checking futures-sink v0.3.31 |
1612 | 2024-10-16T03:31:31.913Z | Checking generic-array v0.14.7 |
1613 | 2024-10-16T03:31:32.005Z | Checking cpufeatures v0.2.14 |
1614 | 2024-10-16T03:31:32.034Z | Checking pin-utils v0.1.0 |
1615 | 2024-10-16T03:31:32.114Z | Checking foldhash v0.1.3 |
1616 | 2024-10-16T03:31:32.184Z | Checking equivalent v1.0.1 |
1617 | 2024-10-16T03:31:32.244Z | Checking futures-channel v0.3.31 |
1618 | 2024-10-16T03:31:32.302Z | Checking futures-task v0.3.31 |
1619 | 2024-10-16T03:31:32.372Z | Checking fnv v1.0.7 |
1620 | 2024-10-16T03:31:32.406Z | Checking hashbrown v0.15.0 |
1621 | 2024-10-16T03:31:32.515Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1622 | 2024-10-16T03:31:32.545Z | Checking tracing-core v0.1.32 |
1623 | 2024-10-16T03:31:32.597Z | Checking futures-util v0.3.31 |
1624 | 2024-10-16T03:31:32.867Z | Checking iana-time-zone v0.1.61 |
1625 | 2024-10-16T03:31:33.029Z | Checking errno v0.3.9 |
1626 | 2024-10-16T03:31:33.146Z | Checking crypto-common v0.1.6 |
1627 | 2024-10-16T03:31:33.203Z | Checking block-buffer v0.10.4 |
1628 | 2024-10-16T03:31:33.266Z | Checking tracing v0.1.40 |
1629 | 2024-10-16T03:31:33.331Z | Checking ppv-lite86 v0.2.20 |
1630 | 2024-10-16T03:31:33.412Z | Checking tinyvec_macros v0.1.1 |
1631 | 2024-10-16T03:31:33.438Z | Checking unicode-bidi v0.3.17 |
1632 | 2024-10-16T03:31:33.515Z | Checking tinyvec v1.8.0 |
1633 | 2024-10-16T03:31:33.597Z | Checking block-padding v0.3.3 |
1634 | 2024-10-16T03:31:33.622Z | Checking digest v0.10.7 |
1635 | 2024-10-16T03:31:33.646Z | Checking dyn-clone v1.0.17 |
1636 | 2024-10-16T03:31:33.797Z | Checking percent-encoding v2.3.1 |
1637 | 2024-10-16T03:31:33.823Z | Checking inout v0.1.3 |
1638 | 2024-10-16T03:31:33.997Z | Checking crossbeam-utils v0.8.20 |
1639 | 2024-10-16T03:31:34.023Z | Checking form_urlencoded v1.2.1 |
1640 | 2024-10-16T03:31:34.051Z | Checking base64ct v1.6.0 |
1641 | 2024-10-16T03:31:34.055Z | Checking cipher v0.4.4 |
1642 | 2024-10-16T03:31:34.094Z | Checking rand_chacha v0.3.1 |
1643 | 2024-10-16T03:31:34.218Z | Checking regex-syntax v0.8.5 |
1644 | 2024-10-16T03:31:34.458Z | Checking rand v0.8.5 |
1645 | 2024-10-16T03:31:34.482Z | Checking hmac v0.12.1 |
1646 | 2024-10-16T03:31:34.485Z | Checking httparse v1.9.5 |
1647 | 2024-10-16T03:31:34.674Z | Checking sha2 v0.10.8 |
1648 | 2024-10-16T03:31:34.698Z | Checking aho-corasick v1.1.3 |
1649 | 2024-10-16T03:31:34.845Z | Checking unicode-normalization v0.1.24 |
1650 | 2024-10-16T03:31:34.907Z | Checking bytes v1.7.2 |
1651 | 2024-10-16T03:31:34.946Z | Checking bitflags v2.6.0 |
1652 | 2024-10-16T03:31:35.253Z | Checking serde_json v1.0.128 |
1653 | 2024-10-16T03:31:35.279Z | Checking indexmap v2.6.0 |
1654 | 2024-10-16T03:31:35.701Z | Checking chrono v0.4.38 |
1655 | 2024-10-16T03:31:35.729Z | Checking tokio v1.40.0 |
1656 | 2024-10-16T03:31:35.765Z | Checking rustix v0.38.37 |
1657 | 2024-10-16T03:31:36.345Z | Checking uuid v1.10.0 |
1658 | 2024-10-16T03:31:36.552Z | Checking http v1.1.0 |
1659 | 2024-10-16T03:31:36.923Z | Checking atomic-waker v1.1.2 |
1660 | 2024-10-16T03:31:36.952Z | Checking untrusted v0.9.0 |
1661 | 2024-10-16T03:31:37.058Z | Checking lazy_static v1.5.0 |
1662 | 2024-10-16T03:31:37.103Z | Checking ring v0.17.8 |
1663 | 2024-10-16T03:31:37.192Z | Checking unicode-ident v1.0.13 |
1664 | 2024-10-16T03:31:37.370Z | Checking idna v0.5.0 |
1665 | 2024-10-16T03:31:37.404Z | Checking regex-automata v0.4.8 |
1666 | 2024-10-16T03:31:37.545Z | Checking adler2 v2.0.0 |
1667 | 2024-10-16T03:31:37.715Z | Checking miniz_oxide v0.8.0 |
1668 | 2024-10-16T03:31:37.763Z | Checking schemars v0.8.21 |
1669 | 2024-10-16T03:31:37.925Z | Checking pem-rfc7468 v0.7.0 |
1670 | 2024-10-16T03:31:38.201Z | Checking try-lock v0.2.5 |
1671 | 2024-10-16T03:31:38.204Z | Checking url v2.5.2 |
1672 | 2024-10-16T03:31:38.360Z | Checking httpdate v1.0.3 |
1673 | 2024-10-16T03:31:38.406Z | Checking powerfmt v0.2.0 |
1674 | 2024-10-16T03:31:38.597Z | Checking want v0.3.1 |
1675 | 2024-10-16T03:31:38.665Z | Checking deranged v0.3.11 |
1676 | 2024-10-16T03:31:38.784Z | Checking proc-macro2 v1.0.87 |
1677 | 2024-10-16T03:31:38.901Z | Checking num_threads v0.1.7 |
1678 | 2024-10-16T03:31:39.026Z | Checking time-core v0.1.2 |
1679 | 2024-10-16T03:31:39.028Z | Checking rustls-pki-types v1.9.0 |
1680 | 2024-10-16T03:31:39.181Z | Checking num-conv v0.1.0 |
1681 | 2024-10-16T03:31:39.240Z | Checking flagset v0.4.6 |
1682 | 2024-10-16T03:31:39.368Z | Checking base64 v0.22.1 |
1683 | 2024-10-16T03:31:39.434Z | Checking der v0.7.9 |
1684 | 2024-10-16T03:31:39.437Z | Checking quote v1.0.37 |
1685 | 2024-10-16T03:31:39.481Z | Checking http-body v1.0.1 |
1686 | 2024-10-16T03:31:39.607Z | Checking pbkdf2 v0.12.2 |
1687 | 2024-10-16T03:31:39.679Z | Checking aes v0.8.4 |
1688 | 2024-10-16T03:31:39.782Z | Checking tower-service v0.3.3 |
1689 | 2024-10-16T03:31:39.856Z | Checking cbc v0.1.2 |
1690 | 2024-10-16T03:31:39.901Z | Checking salsa20 v0.10.2 |
1691 | 2024-10-16T03:31:40.072Z | Checking ahash v0.8.11 |
1692 | 2024-10-16T03:31:40.126Z | Checking scrypt v0.11.0 |
1693 | 2024-10-16T03:31:40.290Z | Checking rustls-webpki v0.102.8 |
1694 | 2024-10-16T03:31:40.325Z | Checking time v0.3.36 |
1695 | 2024-10-16T03:31:40.513Z | Checking slog v2.7.0 |
1696 | 2024-10-16T03:31:40.612Z | Checking gimli v0.31.1 |
1697 | 2024-10-16T03:31:40.919Z | Checking mime v0.3.17 |
1698 | 2024-10-16T03:31:40.998Z | Checking object v0.36.5 |
1699 | 2024-10-16T03:31:41.107Z | Checking syn v2.0.79 |
1700 | 2024-10-16T03:31:41.145Z | Checking spki v0.7.3 |
1701 | 2024-10-16T03:31:41.211Z | Checking ipnet v2.10.1 |
1702 | 2024-10-16T03:31:41.429Z | Checking pkcs5 v0.7.1 |
1703 | 2024-10-16T03:31:41.656Z | Checking utf8parse v0.2.2 |
1704 | 2024-10-16T03:31:41.809Z | Checking rustc-demangle v0.1.24 |
1705 | 2024-10-16T03:31:41.889Z | Checking regex v1.11.0 |
1706 | 2024-10-16T03:31:41.941Z | Checking pkcs8 v0.10.2 |
1707 | 2024-10-16T03:31:42.262Z | Checking unicode-width v0.1.14 |
1708 | 2024-10-16T03:31:42.287Z | Checking futures-executor v0.3.31 |
1709 | 2024-10-16T03:31:42.501Z | Checking toml_datetime v0.6.8 |
1710 | 2024-10-16T03:31:42.526Z | Checking serde_spanned v0.6.8 |
1711 | 2024-10-16T03:31:42.627Z | Checking tokio-util v0.7.12 |
1712 | 2024-10-16T03:31:42.704Z | Checking anstyle v1.0.8 |
1713 | 2024-10-16T03:31:42.730Z | Checking futures v0.3.31 |
1714 | 2024-10-16T03:31:42.759Z | Checking http-body-util v0.1.2 |
1715 | 2024-10-16T03:31:42.795Z | Checking serde_urlencoded v0.7.1 |
1716 | 2024-10-16T03:31:42.850Z | Checking encoding_rs v0.8.34 |
1717 | 2024-10-16T03:31:43.061Z | Checking openssl-probe v0.1.5 |
1718 | 2024-10-16T03:31:43.207Z | Checking foreign-types-shared v0.1.1 |
1719 | 2024-10-16T03:31:43.232Z | Checking data-encoding v2.6.0 |
1720 | 2024-10-16T03:31:43.260Z | Checking rustls-pemfile v2.2.0 |
1721 | 2024-10-16T03:31:43.312Z | Checking foreign-types v0.3.2 |
1722 | 2024-10-16T03:31:43.405Z | Checking semver v1.0.23 |
1723 | 2024-10-16T03:31:43.463Z | Checking openssl-sys v0.9.103 |
1724 | 2024-10-16T03:31:43.487Z | Checking h2 v0.4.6 |
1725 | 2024-10-16T03:31:43.799Z | Checking anstyle-parse v0.2.5 |
1726 | 2024-10-16T03:31:43.904Z | Checking colorchoice v1.0.2 |
1727 | 2024-10-16T03:31:44.040Z | Checking is_terminal_polyfill v1.70.1 |
1728 | 2024-10-16T03:31:44.087Z | Checking anstyle-query v1.1.1 |
1729 | 2024-10-16T03:31:44.173Z | Checking rustls v0.23.14 |
1730 | 2024-10-16T03:31:44.228Z | Checking anstream v0.6.15 |
1731 | 2024-10-16T03:31:44.620Z | Checking terminal_size v0.4.0 |
1732 | 2024-10-16T03:31:44.647Z | Checking addr2line v0.24.2 |
1733 | 2024-10-16T03:31:44.716Z | Checking openssl v0.10.66 |
1734 | 2024-10-16T03:31:44.789Z | Checking camino v1.1.9 |
1735 | 2024-10-16T03:31:45.121Z | Checking signature v2.2.0 |
1736 | 2024-10-16T03:31:45.175Z | Checking sha1 v0.10.6 |
1737 | 2024-10-16T03:31:45.312Z | Checking clap_lex v0.7.2 |
1738 | 2024-10-16T03:31:45.390Z | Checking strsim v0.11.1 |
1739 | 2024-10-16T03:31:45.453Z | Checking winnow v0.6.20 |
1740 | 2024-10-16T03:31:45.551Z | Checking either v1.13.0 |
1741 | 2024-10-16T03:31:45.689Z | Checking clap_builder v4.5.20 |
1742 | 2024-10-16T03:31:45.937Z | Checking openapiv3 v2.0.0 |
1743 | 2024-10-16T03:31:47.313Z | Checking backtrace v0.3.74 |
1744 | 2024-10-16T03:31:47.526Z | Checking idna v0.3.0 |
1745 | 2024-10-16T03:31:47.876Z | Checking anyhow v1.0.89 |
1746 | 2024-10-16T03:31:48.277Z | Checking psl-types v2.0.11 |
1747 | 2024-10-16T03:31:48.362Z | Checking cookie v0.18.1 |
1748 | 2024-10-16T03:31:48.387Z | Checking webpki-roots v0.26.6 |
1749 | 2024-10-16T03:31:48.464Z | Checking publicsuffix v2.2.3 |
1750 | 2024-10-16T03:31:48.603Z | Checking is-terminal v0.4.13 |
1751 | 2024-10-16T03:31:48.711Z | Checking scroll v0.12.0 |
1752 | 2024-10-16T03:31:48.736Z | Checking ucd-trie v0.1.7 |
1753 | 2024-10-16T03:31:48.762Z | Checking clap v4.5.20 |
1754 | 2024-10-16T03:31:48.790Z | Checking plain v0.2.3 |
1755 | 2024-10-16T03:31:48.886Z | Checking base16ct v0.2.0 |
1756 | 2024-10-16T03:31:48.940Z | Checking pest v2.7.14 |
1757 | 2024-10-16T03:31:48.943Z | Checking cookie_store v0.21.0 |
1758 | 2024-10-16T03:31:49.073Z | Checking sec1 v0.7.3 |
1759 | 2024-10-16T03:31:49.176Z | Checking goblin v0.8.2 |
1760 | 2024-10-16T03:31:49.204Z | Checking tokio-rustls v0.26.0 |
1761 | 2024-10-16T03:31:49.209Z | Checking num-integer v0.1.46 |
1762 | 2024-10-16T03:31:49.435Z | Checking ff v0.13.0 |
1763 | 2024-10-16T03:31:49.590Z | Checking hyper v1.4.1 |
1764 | 2024-10-16T03:31:49.621Z | Checking sync_wrapper v1.0.1 |
1765 | 2024-10-16T03:31:49.654Z | Checking pretty-hex v0.4.1 |
1766 | 2024-10-16T03:31:49.682Z | Checking group v0.13.0 |
1767 | 2024-10-16T03:31:49.771Z | Checking hkdf v0.12.4 |
1768 | 2024-10-16T03:31:49.832Z | Checking crypto-bigint v0.5.5 |
1769 | 2024-10-16T03:31:49.941Z | Checking thread-id v4.2.2 |
1770 | 2024-10-16T03:31:49.968Z | Checking bitflags v1.3.2 |
1771 | 2024-10-16T03:31:50.040Z | Checking static_assertions v1.1.0 |
1772 | 2024-10-16T03:31:50.066Z | Checking toml_edit v0.22.22 |
1773 | 2024-10-16T03:31:50.130Z | Checking dirs-sys-next v0.1.2 |
1774 | 2024-10-16T03:31:50.213Z | Checking native-tls v0.2.12 |
1775 | 2024-10-16T03:31:50.294Z | Checking memmap v0.7.0 |
1776 | 2024-10-16T03:31:50.502Z | Checking unicode-segmentation v1.12.0 |
1777 | 2024-10-16T03:31:50.528Z | Checking tokio-native-tls v0.3.1 |
1778 | 2024-10-16T03:31:50.767Z | Checking stable_deref_trait v1.2.0 |
1779 | 2024-10-16T03:31:50.883Z | Checking dirs-next v2.0.0 |
1780 | 2024-10-16T03:31:51.030Z | Checking num-iter v0.1.45 |
1781 | 2024-10-16T03:31:51.172Z | Checking crossbeam-channel v0.5.13 |
1782 | 2024-10-16T03:31:51.200Z | Checking crossbeam-epoch v0.9.18 |
1783 | 2024-10-16T03:31:51.202Z | Checking thread_local v1.1.8 |
1784 | 2024-10-16T03:31:51.247Z | Checking dtrace-parser v0.2.0 |
1785 | 2024-10-16T03:31:51.467Z | Checking hyper-util v0.1.9 |
1786 | 2024-10-16T03:31:51.494Z | Checking crc32fast v1.4.2 |
1787 | 2024-10-16T03:31:51.626Z | Checking utf-8 v0.7.6 |
1788 | 2024-10-16T03:31:51.724Z | Checking term v0.7.0 |
1789 | 2024-10-16T03:31:51.750Z | Checking bstr v1.10.0 |
1790 | 2024-10-16T03:31:51.824Z | Checking hex v0.4.3 |
1791 | 2024-10-16T03:31:51.898Z | Checking rfc6979 v0.4.0 |
1792 | 2024-10-16T03:31:52.082Z | Checking managed v0.8.0 |
1793 | 2024-10-16T03:31:52.162Z | Checking winnow v0.5.40 |
1794 | 2024-10-16T03:31:52.360Z | Checking take_mut v0.2.2 |
1795 | 2024-10-16T03:31:52.460Z | Checking match_cfg v0.1.0 |
1796 | 2024-10-16T03:31:52.488Z | Checking elliptic-curve v0.13.8 |
1797 | 2024-10-16T03:31:52.514Z | Checking slog-async v2.8.0 |
1798 | 2024-10-16T03:31:52.556Z | Checking hostname v0.3.1 |
1799 | 2024-10-16T03:31:52.581Z | Checking toml v0.8.19 |
1800 | 2024-10-16T03:31:52.684Z | Checking slog-term v2.9.1 |
1801 | 2024-10-16T03:31:52.687Z | Checking crossbeam-deque v0.8.5 |
1802 | 2024-10-16T03:31:52.797Z | Checking num-bigint-dig v0.8.4 |
1803 | 2024-10-16T03:31:53.010Z | Checking pkcs1 v0.7.5 |
1804 | 2024-10-16T03:31:53.139Z | Checking ecdsa v0.16.9 |
1805 | 2024-10-16T03:31:53.189Z | Checking curve25519-dalek v4.1.3 |
1806 | 2024-10-16T03:31:53.330Z | Checking zerocopy v0.6.6 |
1807 | 2024-10-16T03:31:53.431Z | Checking siphasher v0.3.11 |
1808 | 2024-10-16T03:31:53.544Z | Checking hyper-rustls v0.27.3 |
1809 | 2024-10-16T03:31:53.777Z | Checking hyper-tls v0.6.0 |
1810 | 2024-10-16T03:31:53.832Z | Checking rayon-core v1.12.1 |
1811 | 2024-10-16T03:31:53.898Z | Checking flate2 v1.0.34 |
1812 | 2024-10-16T03:31:53.926Z | Checking dof v0.3.0 |
1813 | 2024-10-16T03:31:54.027Z | Checking reqwest v0.12.8 |
1814 | 2024-10-16T03:31:54.053Z | Checking ed25519 v2.2.3 |
1815 | 2024-10-16T03:31:54.369Z | Checking rustls v0.22.4 |
1816 | 2024-10-16T03:31:54.476Z | Checking signal-hook v0.3.17 |
1817 | 2024-10-16T03:31:54.524Z | Checking usdt-impl v0.5.0 |
1818 | 2024-10-16T03:31:54.567Z | Checking quick-error v1.2.3 |
1819 | 2024-10-16T03:31:54.719Z | Checking itertools v0.10.5 |
1820 | 2024-10-16T03:31:54.799Z | Checking slog-json v2.6.1 |
1821 | 2024-10-16T03:31:54.982Z | Checking rsa v0.9.6 |
1822 | 2024-10-16T03:31:55.004Z | Checking ed25519-dalek v2.1.1 |
1823 | 2024-10-16T03:31:55.047Z | Checking x509-cert v0.2.5 |
1824 | 2024-10-16T03:31:55.049Z | Checking usdt v0.5.0 |
1825 | 2024-10-16T03:31:55.189Z | Checking toml_edit v0.19.15 |
1826 | 2024-10-16T03:31:55.336Z | Checking idna v0.4.0 |
1827 | 2024-10-16T03:31:55.420Z | Checking hubpack v0.1.2 |
1828 | 2024-10-16T03:31:55.750Z | Checking debug-ignore v1.0.5 |
1829 | 2024-10-16T03:31:55.782Z | Checking bit-vec v0.6.3 |
1830 | 2024-10-16T03:31:55.903Z | Checking slog-bunyan v2.5.0 |
1831 | 2024-10-16T03:31:55.993Z | Checking signal-hook-mio v0.2.4 |
1832 | 2024-10-16T03:31:56.074Z | Checking multer v3.1.0 |
1833 | 2024-10-16T03:31:56.104Z | Checking bit-set v0.5.3 |
1834 | 2024-10-16T03:31:56.137Z | Checking console v0.15.8 |
1835 | 2024-10-16T03:31:56.139Z | Checking hickory-proto v0.24.1 |
1836 | 2024-10-16T03:31:56.376Z | Checking waitgroup v0.1.2 |
1837 | 2024-10-16T03:31:56.481Z | Checking serde_path_to_error v0.1.16 |
1838 | 2024-10-16T03:31:56.527Z | Checking async-stream v0.3.6 |
1839 | 2024-10-16T03:31:56.811Z | Checking hostname v0.4.0 |
1840 | 2024-10-16T03:31:56.821Z | Checking hash32 v0.2.1 |
1841 | 2024-10-16T03:31:56.821Z | Checking predicates-core v1.0.8 |
1842 | 2024-10-16T03:31:56.821Z | Checking unicode-properties v0.1.3 |
1843 | 2024-10-16T03:31:56.915Z | Checking linked-hash-map v0.5.6 |
1844 | 2024-10-16T03:31:56.940Z | Checking crossterm v0.28.1 |
1845 | 2024-10-16T03:31:57.017Z | Checking heapless v0.7.17 |
1846 | 2024-10-16T03:31:57.089Z | Checking rayon v1.10.0 |
1847 | 2024-10-16T03:31:57.157Z | Checking stringprep v0.1.5 |
1848 | 2024-10-16T03:31:57.254Z | Checking lru-cache v0.1.2 |
1849 | 2024-10-16T03:31:57.437Z | Checking phf_shared v0.11.2 |
1850 | 2024-10-16T03:31:57.462Z | Checking similar v2.6.0 |
1851 | 2024-10-16T03:31:57.636Z | Checking toml v0.7.8 |
1852 | 2024-10-16T03:31:57.707Z | Checking tokio-stream v0.1.16 |
1853 | 2024-10-16T03:31:57.922Z | Checking tokio-rustls v0.25.0 |
1854 | 2024-10-16T03:31:58.066Z | Checking md-5 v0.10.6 |
1855 | 2024-10-16T03:31:58.280Z | Checking float-cmp v0.9.0 |
1856 | 2024-10-16T03:31:58.308Z | Checking fallible-iterator v0.2.0 |
1857 | 2024-10-16T03:31:58.310Z | Checking dropshot v0.12.0 |
1858 | 2024-10-16T03:31:58.370Z | Checking normalize-line-endings v0.3.0 |
1859 | 2024-10-16T03:31:58.486Z | Checking fixedbitset v0.4.2 |
1860 | 2024-10-16T03:31:58.511Z | Checking difflib v0.4.0 |
1861 | 2024-10-16T03:31:58.570Z | Checking smoltcp v0.9.1 |
1862 | 2024-10-16T03:31:58.741Z | Checking phf v0.11.2 |
1863 | 2024-10-16T03:31:58.768Z | Checking petgraph v0.6.5 |
1864 | 2024-10-16T03:31:58.804Z | Checking predicates v3.1.2 |
1865 | 2024-10-16T03:31:58.896Z | Checking postgres-protocol v0.6.7 |
1866 | 2024-10-16T03:31:59.018Z | Checking resolv-conf v0.7.0 |
1867 | 2024-10-16T03:31:59.372Z | Checking phf_shared v0.10.0 |
1868 | 2024-10-16T03:31:59.462Z | Checking tungstenite v0.23.0 |
1869 | 2024-10-16T03:31:59.534Z | Checking fs-err v2.11.0 |
1870 | 2024-10-16T03:31:59.663Z | Checking serde-big-array v0.5.1 |
1871 | 2024-10-16T03:31:59.887Z | Checking portable-atomic v1.9.0 |
1872 | 2024-10-16T03:32:00.078Z | Checking new_debug_unreachable v1.0.6 |
1873 | 2024-10-16T03:32:00.108Z | Checking number_prefix v0.4.0 |
1874 | 2024-10-16T03:32:00.176Z | Checking lalrpop-util v0.19.12 |
1875 | 2024-10-16T03:32:00.302Z | Checking minimal-lexical v0.2.1 |
1876 | 2024-10-16T03:32:00.378Z | Checking precomputed-hash v0.1.1 |
1877 | 2024-10-16T03:32:00.484Z | Checking tokio-tungstenite v0.23.1 |
1878 | 2024-10-16T03:32:00.507Z | Checking string_cache v0.8.7 |
1879 | 2024-10-16T03:32:00.702Z | Checking nom v7.1.3 |
1880 | 2024-10-16T03:32:00.765Z | Checking hickory-resolver v0.24.1 |
1881 | 2024-10-16T03:32:00.808Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1882 | 2024-10-16T03:32:00.848Z | Checking postgres-types v0.2.8 |
1883 | 2024-10-16T03:32:00.957Z | Checking itertools v0.12.1 |
1884 | 2024-10-16T03:32:00.985Z | Checking indicatif v0.17.8 |
1885 | 2024-10-16T03:32:01.595Z | Checking peg-runtime v0.8.3 |
1886 | 2024-10-16T03:32:01.748Z | Checking whoami v1.5.2 |
1887 | 2024-10-16T03:32:01.963Z | Compiling hashbrown v0.14.5 |
1888 | 2024-10-16T03:32:02.021Z | Compiling ident_case v1.0.1 |
1889 | 2024-10-16T03:32:02.024Z | Compiling unsafe-libyaml v0.2.11 |
1890 | 2024-10-16T03:32:02.063Z | Checking tokio-postgres v0.7.12 |
1891 | 2024-10-16T03:32:02.239Z | Compiling darling_core v0.20.10 |
1892 | 2024-10-16T03:32:02.334Z | Checking qorb v0.0.2 |
1893 | 2024-10-16T03:32:03.296Z | Compiling regress v0.10.1 |
1894 | 2024-10-16T03:32:03.476Z | Compiling serde_yaml v0.9.34+deprecated |
1895 | 2024-10-16T03:32:04.137Z | Checking heck v0.5.0 |
1896 | 2024-10-16T03:32:04.341Z | Checking progenitor-client v0.8.0 |
1897 | 2024-10-16T03:32:04.536Z | Checking fastrand v2.1.1 |
1898 | 2024-10-16T03:32:04.671Z | Compiling newtype-uuid v1.1.2 |
1899 | 2024-10-16T03:32:04.844Z | Checking ipnetwork v0.20.0 |
1900 | 2024-10-16T03:32:05.003Z | Compiling structmeta-derive v0.3.0 |
1901 | 2024-10-16T03:32:05.095Z | Checking strum v0.26.3 |
1902 | 2024-10-16T03:32:05.197Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1903 | 2024-10-16T03:32:05.516Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
1904 | 2024-10-16T03:32:05.871Z | Checking tempfile v3.13.0 |
1905 | 2024-10-16T03:32:05.975Z | Checking instant v0.1.13 |
1906 | 2024-10-16T03:32:06.099Z | Checking regress v0.9.1 |
1907 | 2024-10-16T03:32:06.249Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1908 | 2024-10-16T03:32:06.275Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1909 | 2024-10-16T03:32:06.585Z | Checking macaddr v1.0.1 |
1910 | 2024-10-16T03:32:06.911Z | Checking backoff v0.4.0 |
1911 | 2024-10-16T03:32:07.059Z | Compiling typify-impl v0.2.0 |
1912 | 2024-10-16T03:32:07.232Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1913 | 2024-10-16T03:32:07.392Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1914 | 2024-10-16T03:32:07.548Z | Checking wait-timeout v0.2.0 |
1915 | 2024-10-16T03:32:07.648Z | Checking rand_xorshift v0.3.0 |
1916 | 2024-10-16T03:32:07.750Z | Checking rusty-fork v0.3.0 |
1917 | 2024-10-16T03:32:07.832Z | Compiling structmeta-derive v0.2.0 |
1918 | 2024-10-16T03:32:07.984Z | Compiling structmeta v0.3.0 |
1919 | 2024-10-16T03:32:08.058Z | Checking unarray v0.1.4 |
1920 | 2024-10-16T03:32:08.223Z | Checking proptest v1.5.0 |
1921 | 2024-10-16T03:32:08.358Z | Checking camino-tempfile v1.1.1 |
1922 | 2024-10-16T03:32:08.417Z | Compiling parse-display-derive v0.10.0 |
1923 | 2024-10-16T03:32:08.633Z | Compiling proc-macro-error v1.0.4 |
1924 | 2024-10-16T03:32:09.259Z | Compiling darling_macro v0.20.10 |
1925 | 2024-10-16T03:32:09.348Z | Compiling proc-macro-crate v1.3.1 |
1926 | 2024-10-16T03:32:09.625Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1927 | 2024-10-16T03:32:10.023Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1928 | 2024-10-16T03:32:10.244Z | Compiling darling v0.20.10 |
1929 | 2024-10-16T03:32:10.374Z | Compiling serde_with_macros v3.11.0 |
1930 | 2024-10-16T03:32:10.377Z | Compiling foreign-types-macros v0.2.3 |
1931 | 2024-10-16T03:32:10.456Z | Compiling num_enum_derive v0.5.11 |
1932 | 2024-10-16T03:32:10.483Z | Checking foreign-types-shared v0.3.1 |
1933 | 2024-10-16T03:32:10.794Z | Compiling structmeta v0.2.0 |
1934 | 2024-10-16T03:32:10.955Z | Checking tabwriter v1.4.0 |
1935 | 2024-10-16T03:32:11.212Z | Checking cstr-argument v0.1.2 |
1936 | 2024-10-16T03:32:11.242Z | Compiling test-strategy v0.3.1 |
1937 | 2024-10-16T03:32:11.402Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1938 | 2024-10-16T03:32:11.658Z | Checking foreign-types v0.5.0 |
1939 | 2024-10-16T03:32:11.779Z | Checking pretty-hex v0.2.1 |
1940 | 2024-10-16T03:32:11.950Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1941 | 2024-10-16T03:32:12.335Z | Checking colored v2.1.0 |
1942 | 2024-10-16T03:32:12.359Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1943 | 2024-10-16T03:32:12.517Z | Checking smf v0.2.3 |
1944 | 2024-10-16T03:32:12.632Z | Checking base64 v0.21.7 |
1945 | 2024-10-16T03:32:12.947Z | Compiling crucible-workspace-hack v0.1.0 |
1946 | 2024-10-16T03:32:12.950Z | Compiling heapless v0.8.0 |
1947 | 2024-10-16T03:32:13.075Z | Checking num_enum v0.5.11 |
1948 | 2024-10-16T03:32:13.100Z | Checking termtree v0.4.1 |
1949 | 2024-10-16T03:32:13.103Z | Checking parse-display v0.10.0 |
1950 | 2024-10-16T03:32:13.225Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1951 | 2024-10-16T03:32:13.228Z | Checking serde_with v3.11.0 |
1952 | 2024-10-16T03:32:13.297Z | Checking predicates-tree v1.0.11 |
1953 | 2024-10-16T03:32:13.362Z | Checking hash32 v0.3.1 |
1954 | 2024-10-16T03:32:13.428Z | Compiling smoltcp v0.11.0 |
1955 | 2024-10-16T03:32:13.453Z | Checking cobs v0.2.3 |
1956 | 2024-10-16T03:32:13.493Z | Checking sigpipe v0.1.3 |
1957 | 2024-10-16T03:32:13.567Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1958 | 2024-10-16T03:32:13.610Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1959 | 2024-10-16T03:32:13.652Z | Checking postcard v1.0.10 |
1960 | 2024-10-16T03:32:13.777Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1961 | 2024-10-16T03:32:13.956Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1962 | 2024-10-16T03:32:14.185Z | Compiling mockall_derive v0.13.0 |
1963 | 2024-10-16T03:32:14.209Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1964 | 2024-10-16T03:32:14.292Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1965 | 2024-10-16T03:32:14.547Z | Compiling zone_cfg_derive v0.3.0 |
1966 | 2024-10-16T03:32:14.669Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
1967 | 2024-10-16T03:32:15.035Z | Compiling num-derive v0.4.2 |
1968 | 2024-10-16T03:32:15.176Z | Checking fragile v2.0.0 |
1969 | 2024-10-16T03:32:15.467Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1970 | 2024-10-16T03:32:15.785Z | Checking downcast v0.11.0 |
1971 | 2024-10-16T03:32:16.036Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
1972 | 2024-10-16T03:32:16.084Z | Checking zone v0.3.0 |
1973 | 2024-10-16T03:32:16.291Z | Checking atomicwrites v0.4.4 |
1974 | 2024-10-16T03:32:16.418Z | Compiling convert_case v0.4.0 |
1975 | 2024-10-16T03:32:16.487Z | Checking tungstenite v0.21.0 |
1976 | 2024-10-16T03:32:16.529Z | Checking newline-converter v0.3.0 |
1977 | 2024-10-16T03:32:16.696Z | Checking expectorate v1.1.0 |
1978 | 2024-10-16T03:32:16.866Z | Checking itertools v0.13.0 |
1979 | 2024-10-16T03:32:16.885Z | Checking same-file v1.0.6 |
1980 | 2024-10-16T03:32:17.065Z | Checking walkdir v2.5.0 |
1981 | 2024-10-16T03:32:17.402Z | Checking tokio-tungstenite v0.21.0 |
1982 | 2024-10-16T03:32:17.428Z | Checking arc-swap v1.7.1 |
1983 | 2024-10-16T03:32:17.450Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
1984 | 2024-10-16T03:32:17.504Z | Compiling derive_more v0.99.18 |
1985 | 2024-10-16T03:32:17.769Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1986 | 2024-10-16T03:32:17.845Z | Checking slog-scope v4.4.0 |
1987 | 2024-10-16T03:32:17.897Z | Checking xattr v1.3.1 |
1988 | 2024-10-16T03:32:17.920Z | Checking filetime v0.2.25 |
1989 | 2024-10-16T03:32:18.060Z | Checking slog-stdlog v4.1.1 |
1990 | 2024-10-16T03:32:18.097Z | Compiling owo-colors v4.1.0 |
1991 | 2024-10-16T03:32:18.128Z | Checking tar v0.4.42 |
1992 | 2024-10-16T03:32:18.244Z | Checking slog-envlogger v2.2.0 |
1993 | 2024-10-16T03:32:18.407Z | Compiling cancel-safe-futures v0.1.5 |
1994 | 2024-10-16T03:32:18.486Z | Checking swrite v0.1.0 |
1995 | 2024-10-16T03:32:18.939Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1996 | 2024-10-16T03:32:19.156Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1997 | 2024-10-16T03:32:19.246Z | Checking libsw v3.3.1 |
1998 | 2024-10-16T03:32:19.310Z | Checking password-hash v0.5.0 |
1999 | 2024-10-16T03:32:19.523Z | Checking blake2 v0.10.6 |
2000 | 2024-10-16T03:32:19.562Z | Checking linear-map v1.2.0 |
2001 | 2024-10-16T03:32:19.758Z | Checking indent_write v2.2.0 |
2002 | 2024-10-16T03:32:19.912Z | Checking num-rational v0.4.2 |
2003 | 2024-10-16T03:32:19.966Z | Checking pem v3.0.4 |
2004 | 2024-10-16T03:32:19.989Z | Checking argon2 v0.5.3 |
2005 | 2024-10-16T03:32:20.250Z | Checking num-complex v0.4.6 |
2006 | 2024-10-16T03:32:20.493Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2007 | 2024-10-16T03:32:20.575Z | Checking float-ord v0.3.2 |
2008 | 2024-10-16T03:32:20.692Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2009 | 2024-10-16T03:32:20.735Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2010 | 2024-10-16T03:32:20.938Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2011 | 2024-10-16T03:32:21.121Z | Checking num v0.4.3 |
2012 | 2024-10-16T03:32:21.228Z | Compiling lzma-sys v0.1.20 |
2013 | 2024-10-16T03:32:21.249Z | Checking humantime v2.1.0 |
2014 | 2024-10-16T03:32:21.534Z | Checking headers-core v0.3.0 |
2015 | 2024-10-16T03:32:21.558Z | Compiling heck v0.3.3 |
2016 | 2024-10-16T03:32:21.636Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2017 | 2024-10-16T03:32:21.686Z | Checking headers v0.4.0 |
2018 | 2024-10-16T03:32:21.966Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2019 | 2024-10-16T03:32:21.998Z | Compiling zone_cfg_derive v0.1.2 |
2020 | 2024-10-16T03:32:22.263Z | Checking yasna v0.5.2 |
2021 | 2024-10-16T03:32:22.286Z | Checking base64 v0.13.1 |
2022 | 2024-10-16T03:32:22.726Z | Checking ron v0.7.1 |
2023 | 2024-10-16T03:32:22.758Z | Checking mockall v0.13.0 |
2024 | 2024-10-16T03:32:22.802Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2025 | 2024-10-16T03:32:23.006Z | Checking xz2 v0.1.7 |
2026 | 2024-10-16T03:32:23.118Z | Checking rcgen v0.12.1 |
2027 | 2024-10-16T03:32:23.324Z | Checking subprocess v0.2.9 |
2028 | 2024-10-16T03:32:23.561Z | Checking zone v0.1.8 |
2029 | 2024-10-16T03:32:23.793Z | Checking half v2.4.1 |
2030 | 2024-10-16T03:32:23.842Z | Compiling semver v0.1.20 |
2031 | 2024-10-16T03:32:23.886Z | Checking ciborium-io v0.2.2 |
2032 | 2024-10-16T03:32:24.023Z | Checking highway v1.2.0 |
2033 | 2024-10-16T03:32:25.236Z | Compiling rustc_version v0.1.7 |
2034 | 2024-10-16T03:32:25.239Z | Checking ciborium-ll v0.2.2 |
2035 | 2024-10-16T03:32:25.239Z | Compiling prettyplease v0.2.22 |
2036 | 2024-10-16T03:32:25.239Z | Checking ciborium v0.2.2 |
2037 | 2024-10-16T03:32:25.239Z | Compiling newtype_derive v0.1.6 |
2038 | 2024-10-16T03:32:25.239Z | Compiling home v0.5.9 |
2039 | 2024-10-16T03:32:25.239Z | Checking steno v0.4.1 |
2040 | 2024-10-16T03:32:25.277Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2041 | 2024-10-16T03:32:25.718Z | Compiling typify-macro v0.2.0 |
2042 | 2024-10-16T03:32:27.483Z | Compiling slog-dtrace v0.3.0 |
2043 | 2024-10-16T03:32:27.548Z | Checking display-error-chain v0.2.1 |
2044 | 2024-10-16T03:32:27.708Z | Compiling ring v0.16.20 |
2045 | 2024-10-16T03:32:27.863Z | Compiling blake3 v1.5.4 |
2046 | 2024-10-16T03:32:27.937Z | Checking keccak v0.1.5 |
2047 | 2024-10-16T03:32:28.265Z | Checking sha3 v0.10.8 |
2048 | 2024-10-16T03:32:28.325Z | Checking universal-hash v0.5.1 |
2049 | 2024-10-16T03:32:28.395Z | Checking secrecy v0.8.0 |
2050 | 2024-10-16T03:32:28.511Z | Checking opaque-debug v0.3.1 |
2051 | 2024-10-16T03:32:28.611Z | Checking aead v0.5.2 |
2052 | 2024-10-16T03:32:28.634Z | Checking poly1305 v0.8.0 |
2053 | 2024-10-16T03:32:28.659Z | Checking chacha20 v0.9.1 |
2054 | 2024-10-16T03:32:29.131Z | Checking gethostname v0.5.0 |
2055 | 2024-10-16T03:32:29.189Z | Compiling memmap2 v0.9.5 |
2056 | 2024-10-16T03:32:29.254Z | Compiling spin v0.5.2 |
2057 | 2024-10-16T03:32:29.496Z | Compiling untrusted v0.7.1 |
2058 | 2024-10-16T03:32:29.650Z | Compiling constant_time_eq v0.3.1 |
2059 | 2024-10-16T03:32:29.699Z | Compiling arrayref v0.3.9 |
2060 | 2024-10-16T03:32:29.808Z | Compiling arrayvec v0.7.6 |
2061 | 2024-10-16T03:32:29.832Z | Compiling toolchain_find v0.4.0 |
2062 | 2024-10-16T03:32:29.834Z | Compiling thiserror-impl-no-std v2.0.2 |
2063 | 2024-10-16T03:32:29.886Z | Compiling topological-sort v0.2.2 |
2064 | 2024-10-16T03:32:30.108Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2065 | 2024-10-16T03:32:30.154Z | Compiling typify v0.2.0 |
2066 | 2024-10-16T03:32:30.296Z | Compiling progenitor-impl v0.8.0 |
2067 | 2024-10-16T03:32:30.447Z | Compiling rustfmt-wrapper v0.2.1 |
2068 | 2024-10-16T03:32:30.470Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2069 | 2024-10-16T03:32:31.040Z | Checking chacha20poly1305 v0.10.1 |
2070 | 2024-10-16T03:32:31.063Z | Checking nibble_vec v0.1.0 |
2071 | 2024-10-16T03:32:31.235Z | Checking endian-type v0.1.2 |
2072 | 2024-10-16T03:32:31.265Z | Checking fxhash v0.2.1 |
2073 | 2024-10-16T03:32:31.458Z | Checking radix_trie v0.2.1 |
2074 | 2024-10-16T03:32:31.460Z | Checking termcolor v1.4.1 |
2075 | 2024-10-16T03:32:31.590Z | Checking maplit v1.0.2 |
2076 | 2024-10-16T03:32:31.598Z | Compiling radium v0.7.0 |
2077 | 2024-10-16T03:32:31.715Z | Compiling maybe-uninit v2.0.0 |
2078 | 2024-10-16T03:32:31.862Z | Checking tap v1.0.1 |
2079 | 2024-10-16T03:32:31.893Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2080 | 2024-10-16T03:32:32.033Z | Checking wyz v0.5.1 |
2081 | 2024-10-16T03:32:32.147Z | Compiling packed_struct v0.10.1 |
2082 | 2024-10-16T03:32:32.391Z | Checking crc-catalog v2.4.0 |
2083 | 2024-10-16T03:32:32.420Z | Checking funty v2.0.0 |
2084 | 2024-10-16T03:32:32.541Z | Checking crc v3.2.1 |
2085 | 2024-10-16T03:32:32.707Z | Checking kstat-rs v0.2.4 |
2086 | 2024-10-16T03:32:32.730Z | Compiling packed_struct_codegen v0.10.1 |
2087 | 2024-10-16T03:32:32.971Z | Compiling indexmap v1.9.3 |
2088 | 2024-10-16T03:32:33.038Z | Checking nodrop v0.1.14 |
2089 | 2024-10-16T03:32:33.041Z | Checking thiserror-no-std v2.0.2 |
2090 | 2024-10-16T03:32:33.171Z | Compiling libefi-sys v0.1.0 |
2091 | 2024-10-16T03:32:33.194Z | Checking vsss-rs v3.3.4 |
2092 | 2024-10-16T03:32:33.314Z | Checking bitvec v1.0.1 |
2093 | 2024-10-16T03:32:33.338Z | Checking array-init v0.0.4 |
2094 | 2024-10-16T03:32:33.449Z | Compiling omicron-zone-package v0.11.1 |
2095 | 2024-10-16T03:32:34.093Z | Checking smallvec v0.6.14 |
2096 | 2024-10-16T03:32:34.363Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2097 | 2024-10-16T03:32:34.500Z | Compiling bitfield-struct v0.6.2 |
2098 | 2024-10-16T03:32:34.794Z | Compiling async-recursion v1.1.1 |
2099 | 2024-10-16T03:32:35.088Z | Checking bitfield v0.14.0 |
2100 | 2024-10-16T03:32:35.385Z | Checking hashbrown v0.12.3 |
2101 | 2024-10-16T03:32:35.686Z | Checking serde-hex v0.1.0 |
2102 | 2024-10-16T03:32:35.969Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2103 | 2024-10-16T03:32:36.474Z | Checking bzip2 v0.4.4 |
2104 | 2024-10-16T03:32:36.566Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2105 | 2024-10-16T03:32:36.798Z | Checking env_logger v0.10.2 |
2106 | 2024-10-16T03:32:36.818Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2107 | 2024-10-16T03:32:36.888Z | Checking ron v0.8.1 |
2108 | 2024-10-16T03:32:37.082Z | Checking hashbrown v0.13.2 |
2109 | 2024-10-16T03:32:37.166Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2110 | 2024-10-16T03:32:37.247Z | Checking crc-any v2.5.0 |
2111 | 2024-10-16T03:32:37.290Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2112 | 2024-10-16T03:32:37.785Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2113 | 2024-10-16T03:32:37.876Z | Checking zip v0.6.6 |
2114 | 2024-10-16T03:32:38.040Z | Compiling parking_lot_core v0.8.6 |
2115 | 2024-10-16T03:32:38.144Z | Checking object v0.30.4 |
2116 | 2024-10-16T03:32:38.168Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2117 | 2024-10-16T03:32:38.306Z | Compiling progenitor-macro v0.8.0 |
2118 | 2024-10-16T03:32:38.440Z | Checking path-slash v0.1.5 |
2119 | 2024-10-16T03:32:38.594Z | Checking glob v0.3.1 |
2120 | 2024-10-16T03:32:38.618Z | Checking hickory-client v0.24.1 |
2121 | 2024-10-16T03:32:38.885Z | Checking parking_lot v0.11.2 |
2122 | 2024-10-16T03:32:38.908Z | Checking hickory-server v0.24.1 |
2123 | 2024-10-16T03:32:39.229Z | Checking sled v0.34.7 |
2124 | 2024-10-16T03:32:39.251Z | Checking primeorder v0.13.6 |
2125 | 2024-10-16T03:32:39.660Z | Compiling unicase v2.7.0 |
2126 | 2024-10-16T03:32:39.723Z | Checking nanorand v0.7.0 |
2127 | 2024-10-16T03:32:39.952Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2128 | 2024-10-16T03:32:40.066Z | Compiling buf-list v1.0.3 |
2129 | 2024-10-16T03:32:40.169Z | Checking flume v0.11.0 |
2130 | 2024-10-16T03:32:40.669Z | Checking atty v0.2.14 |
2131 | 2024-10-16T03:32:40.806Z | Compiling vte_generate_state_changes v0.1.2 |
2132 | 2024-10-16T03:32:40.860Z | Compiling salty v0.3.0 |
2133 | 2024-10-16T03:32:41.381Z | Checking p384 v0.13.0 |
2134 | 2024-10-16T03:32:41.493Z | Checking vte v0.11.1 |
2135 | 2024-10-16T03:32:41.624Z | Checking fd-lock v4.0.2 |
2136 | 2024-10-16T03:32:41.696Z | Compiling mime_guess v2.0.5 |
2137 | 2024-10-16T03:32:41.987Z | Checking env_filter v0.1.2 |
2138 | 2024-10-16T03:32:42.249Z | Checking nu-ansi-term v0.50.1 |
2139 | 2024-10-16T03:32:42.398Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2140 | 2024-10-16T03:32:42.526Z | Checking env_logger v0.11.5 |
2141 | 2024-10-16T03:32:42.831Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2142 | 2024-10-16T03:32:42.938Z | Checking strip-ansi-escapes v0.2.0 |
2143 | 2024-10-16T03:32:42.974Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2144 | 2024-10-16T03:32:43.055Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2145 | 2024-10-16T03:32:43.092Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2146 | 2024-10-16T03:32:43.094Z | Checking reedline v0.35.0 |
2147 | 2024-10-16T03:32:43.302Z | Compiling dsl_auto_type v0.1.2 |
2148 | 2024-10-16T03:32:43.348Z | Checking scheduled-thread-pool v0.2.7 |
2149 | 2024-10-16T03:32:43.573Z | Compiling diesel_table_macro_syntax v0.2.0 |
2150 | 2024-10-16T03:32:43.644Z | Checking http-range v0.1.5 |
2151 | 2024-10-16T03:32:44.027Z | Compiling crunchy v0.2.2 |
2152 | 2024-10-16T03:32:44.033Z | Checking hyper-staticfile v0.10.1 |
2153 | 2024-10-16T03:32:44.033Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2154 | 2024-10-16T03:32:44.051Z | Checking r2d2 v0.8.10 |
2155 | 2024-10-16T03:32:44.428Z | Compiling clang-sys v1.8.1 |
2156 | 2024-10-16T03:32:44.448Z | Compiling phf_generator v0.11.2 |
2157 | 2024-10-16T03:32:44.630Z | Checking bytecount v0.6.8 |
2158 | 2024-10-16T03:32:44.794Z | Compiling tiny-keccak v2.0.2 |
2159 | 2024-10-16T03:32:44.975Z | Compiling diesel_derives v2.2.3 |
2160 | 2024-10-16T03:32:45.084Z | Checking papergrid v0.11.0 |
2161 | 2024-10-16T03:32:45.159Z | Compiling phf_codegen v0.11.2 |
2162 | 2024-10-16T03:32:45.331Z | Compiling tabled_derive v0.7.0 |
2163 | 2024-10-16T03:32:45.379Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2164 | 2024-10-16T03:32:45.646Z | Compiling parse-zoneinfo v0.3.1 |
2165 | 2024-10-16T03:32:45.803Z | Compiling ref-cast v1.0.23 |
2166 | 2024-10-16T03:32:46.363Z | Compiling cfg_aliases v0.1.1 |
2167 | 2024-10-16T03:32:46.477Z | Compiling nix v0.28.0 |
2168 | 2024-10-16T03:32:46.667Z | Compiling chrono-tz-build v0.4.0 |
2169 | 2024-10-16T03:32:47.337Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2170 | 2024-10-16T03:32:47.426Z | Compiling ascii-canvas v3.0.0 |
2171 | 2024-10-16T03:32:47.628Z | Compiling ena v0.14.3 |
2172 | 2024-10-16T03:32:47.655Z | Compiling ref-cast-impl v1.0.23 |
2173 | 2024-10-16T03:32:47.865Z | Checking tabled v0.15.0 |
2174 | 2024-10-16T03:32:47.984Z | Compiling libloading v0.8.5 |
2175 | 2024-10-16T03:32:48.068Z | Compiling regex-syntax v0.6.29 |
2176 | 2024-10-16T03:32:48.163Z | Compiling diff v0.1.13 |
2177 | 2024-10-16T03:32:48.390Z | Compiling bindgen v0.69.5 |
2178 | 2024-10-16T03:32:48.947Z | Compiling chrono-tz v0.10.0 |
2179 | 2024-10-16T03:32:49.309Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2180 | 2024-10-16T03:32:49.683Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2181 | 2024-10-16T03:32:50.258Z | Compiling which v4.4.2 |
2182 | 2024-10-16T03:32:50.843Z | Checking signal-hook-tokio v0.3.1 |
2183 | 2024-10-16T03:32:50.894Z | Compiling cexpr v0.6.0 |
2184 | 2024-10-16T03:32:51.025Z | Compiling rustc-hash v1.1.0 |
2185 | 2024-10-16T03:32:51.191Z | Compiling lalrpop v0.19.12 |
2186 | 2024-10-16T03:32:51.283Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2187 | 2024-10-16T03:32:52.757Z | Compiling lazycell v1.3.0 |
2188 | 2024-10-16T03:32:53.613Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2189 | 2024-10-16T03:32:54.224Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2190 | 2024-10-16T03:32:54.546Z | Compiling derive_builder_core v0.20.2 |
2191 | 2024-10-16T03:32:54.701Z | Checking http v0.2.12 |
2192 | 2024-10-16T03:32:56.137Z | Compiling peg-macros v0.8.4 |
2193 | 2024-10-16T03:32:56.507Z | Compiling libxml v0.3.3 |
2194 | 2024-10-16T03:32:56.566Z | Checking progenitor v0.8.0 |
2195 | 2024-10-16T03:32:56.813Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2196 | 2024-10-16T03:32:56.869Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2197 | 2024-10-16T03:32:57.323Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2198 | 2024-10-16T03:32:59.877Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2199 | 2024-10-16T03:33:01.192Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2200 | 2024-10-16T03:33:01.667Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2201 | 2024-10-16T03:33:01.687Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2202 | 2024-10-16T03:33:04.204Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2203 | 2024-10-16T03:33:05.378Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2204 | 2024-10-16T03:33:05.733Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2205 | 2024-10-16T03:33:05.871Z | Checking diesel v2.2.4 |
2206 | 2024-10-16T03:33:06.486Z | Compiling sqlparser_derive v0.2.2 |
2207 | 2024-10-16T03:33:07.628Z | Compiling memoffset v0.9.1 |
2208 | 2024-10-16T03:33:07.990Z | Checking unicode_categories v0.1.1 |
2209 | 2024-10-16T03:33:08.312Z | Checking sqlformat v0.2.6 |
2210 | 2024-10-16T03:33:10.160Z | Checking sqlparser v0.45.0 |
2211 | 2024-10-16T03:33:12.656Z | Checking peg v0.8.4 |
2212 | 2024-10-16T03:33:12.786Z | Compiling derive_builder_macro v0.20.2 |
2213 | 2024-10-16T03:33:13.765Z | Checking rustyline v14.0.0 |
2214 | 2024-10-16T03:33:19.321Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2215 | 2024-10-16T03:33:23.000Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2216 | 2024-10-16T03:33:26.701Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2217 | 2024-10-16T03:33:27.880Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2218 | 2024-10-16T03:33:28.037Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2219 | 2024-10-16T03:33:29.285Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2220 | 2024-10-16T03:33:29.987Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2221 | 2024-10-16T03:33:31.235Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2222 | 2024-10-16T03:33:31.239Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2223 | 2024-10-16T03:33:31.477Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2224 | 2024-10-16T03:33:31.675Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2225 | 2024-10-16T03:33:31.918Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2226 | 2024-10-16T03:33:32.406Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2227 | 2024-10-16T03:33:32.477Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2228 | 2024-10-16T03:33:32.639Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2229 | 2024-10-16T03:33:33.038Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2230 | 2024-10-16T03:33:33.499Z | Checking bcs v0.1.6 |
2231 | 2024-10-16T03:33:33.944Z | Compiling strum_macros v0.24.3 |
2232 | 2024-10-16T03:33:33.965Z | Compiling pin-project-internal v1.1.6 |
2233 | 2024-10-16T03:33:35.080Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2234 | 2024-10-16T03:33:35.932Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2235 | 2024-10-16T03:33:37.549Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2236 | 2024-10-16T03:33:38.129Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2237 | 2024-10-16T03:33:39.161Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2238 | 2024-10-16T03:33:40.026Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2239 | 2024-10-16T03:33:40.816Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2240 | 2024-10-16T03:33:41.871Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2241 | 2024-10-16T03:33:41.926Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2242 | 2024-10-16T03:33:42.600Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2243 | 2024-10-16T03:33:43.452Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2244 | 2024-10-16T03:33:46.180Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2245 | 2024-10-16T03:33:46.209Z | Compiling indoc v1.0.9 |
2246 | 2024-10-16T03:33:46.387Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2247 | 2024-10-16T03:33:46.754Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2248 | 2024-10-16T03:33:47.196Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2249 | 2024-10-16T03:33:47.267Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2250 | 2024-10-16T03:33:47.299Z | Checking pin-project v1.1.6 |
2251 | 2024-10-16T03:33:47.514Z | Checking derive_builder v0.20.2 |
2252 | 2024-10-16T03:33:47.835Z | Checking h2 v0.3.26 |
2253 | 2024-10-16T03:33:48.766Z | Checking http-body v0.4.6 |
2254 | 2024-10-16T03:33:49.146Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2255 | 2024-10-16T03:33:49.201Z | Checking quick-xml v0.33.0 |
2256 | 2024-10-16T03:33:49.225Z | Compiling impl-trait-for-tuples v0.2.2 |
2257 | 2024-10-16T03:33:49.467Z | Compiling oso-derive v0.27.3 |
2258 | 2024-10-16T03:33:50.571Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2259 | 2024-10-16T03:33:51.008Z | Checking nix v0.27.1 |
2260 | 2024-10-16T03:33:51.335Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2261 | 2024-10-16T03:33:51.491Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2262 | 2024-10-16T03:33:52.352Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2263 | 2024-10-16T03:33:52.613Z | Compiling snafu-derive v0.8.5 |
2264 | 2024-10-16T03:33:53.377Z | Compiling diesel-dtrace v0.3.0 |
2265 | 2024-10-16T03:33:53.708Z | Checking sync_wrapper v0.1.2 |
2266 | 2024-10-16T03:33:54.164Z | Checking hyper v0.14.30 |
2267 | 2024-10-16T03:33:56.179Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2268 | 2024-10-16T03:33:57.768Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2269 | 2024-10-16T03:33:58.097Z | Checking globset v0.4.15 |
2270 | 2024-10-16T03:33:58.386Z | Checking snafu v0.8.5 |
2271 | 2024-10-16T03:33:58.591Z | Checking bb8 v0.8.5 |
2272 | 2024-10-16T03:33:58.873Z | Checking reqwest v0.11.27 |
2273 | 2024-10-16T03:33:58.895Z | Checking olpc-cjson v0.1.4 |
2274 | 2024-10-16T03:33:59.083Z | Checking serde_plain v1.0.2 |
2275 | 2024-10-16T03:33:59.124Z | Compiling const_format_proc_macros v0.2.33 |
2276 | 2024-10-16T03:33:59.342Z | Checking typed-path v0.7.1 |
2277 | 2024-10-16T03:33:59.537Z | Checking async-bb8-diesel v0.2.1 |
2278 | 2024-10-16T03:34:00.259Z | Checking parse-size v1.0.0 |
2279 | 2024-10-16T03:34:00.334Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2280 | 2024-10-16T03:34:00.447Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2281 | 2024-10-16T03:34:01.185Z | Checking heck v0.4.1 |
2282 | 2024-10-16T03:34:01.225Z | Checking tough v0.17.1 |
2283 | 2024-10-16T03:34:01.294Z | Checking const_format v0.2.33 |
2284 | 2024-10-16T03:34:01.415Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2285 | 2024-10-16T03:34:01.601Z | Checking assert_matches v1.5.0 |
2286 | 2024-10-16T03:34:01.712Z | Checking rand_seeder v0.3.0 |
2287 | 2024-10-16T03:34:01.791Z | Compiling libz-sys v1.1.20 |
2288 | 2024-10-16T03:34:01.822Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2289 | 2024-10-16T03:34:01.949Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2290 | 2024-10-16T03:34:02.534Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2291 | 2024-10-16T03:34:03.597Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2292 | 2024-10-16T03:34:04.317Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2293 | 2024-10-16T03:34:04.341Z | Checking is_ci v1.2.0 |
2294 | 2024-10-16T03:34:04.494Z | Checking supports-color v3.0.1 |
2295 | 2024-10-16T03:34:04.693Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2296 | 2024-10-16T03:34:04.944Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2297 | 2024-10-16T03:34:05.501Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2298 | 2024-10-16T03:34:05.670Z | Compiling vergen v8.3.2 |
2299 | 2024-10-16T03:34:05.952Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2300 | 2024-10-16T03:34:05.975Z | Compiling cargo-platform v0.1.8 |
2301 | 2024-10-16T03:34:06.569Z | Checking unicode-linebreak v0.1.5 |
2302 | 2024-10-16T03:34:06.670Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2303 | 2024-10-16T03:34:06.978Z | Checking smawk v0.3.2 |
2304 | 2024-10-16T03:34:07.207Z | Checking textwrap v0.16.1 |
2305 | 2024-10-16T03:34:07.616Z | Compiling cargo_metadata v0.18.1 |
2306 | 2024-10-16T03:34:08.019Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2307 | 2024-10-16T03:34:08.586Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2308 | 2024-10-16T03:34:10.091Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2309 | 2024-10-16T03:34:10.540Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2310 | 2024-10-16T03:34:11.086Z | Checking castaway v0.2.3 |
2311 | 2024-10-16T03:34:11.163Z | Compiling libsqlite3-sys v0.30.1 |
2312 | 2024-10-16T03:34:11.237Z | Compiling rustls v0.21.12 |
2313 | 2024-10-16T03:34:11.530Z | Compiling cfg_aliases v0.2.1 |
2314 | 2024-10-16T03:34:11.643Z | Compiling nix v0.29.0 |
2315 | 2024-10-16T03:34:11.714Z | Checking compact_str v0.8.0 |
2316 | 2024-10-16T03:34:12.596Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2317 | 2024-10-16T03:34:12.618Z | Checking unicode-truncate v1.1.0 |
2318 | 2024-10-16T03:34:12.840Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2319 | 2024-10-16T03:34:13.158Z | Checking sct v0.7.1 |
2320 | 2024-10-16T03:34:13.222Z | Checking rustls-webpki v0.101.7 |
2321 | 2024-10-16T03:34:13.371Z | Checking lru v0.12.5 |
2322 | 2024-10-16T03:34:13.674Z | Compiling instability v0.3.2 |
2323 | 2024-10-16T03:34:13.971Z | Checking cassowary v0.3.0 |
2324 | 2024-10-16T03:34:14.696Z | Checking ratatui v0.28.1 |
2325 | 2024-10-16T03:34:15.156Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2326 | 2024-10-16T03:34:15.484Z | Checking hashlink v0.9.1 |
2327 | 2024-10-16T03:34:15.618Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2328 | 2024-10-16T03:34:16.124Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2329 | 2024-10-16T03:34:16.895Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2330 | 2024-10-16T03:34:17.364Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2331 | 2024-10-16T03:34:17.713Z | Checking concurrent-queue v2.5.0 |
2332 | 2024-10-16T03:34:18.072Z | Checking fallible-iterator v0.3.0 |
2333 | 2024-10-16T03:34:18.665Z | Checking fallible-streaming-iterator v0.1.9 |
2334 | 2024-10-16T03:34:18.709Z | Checking parking v2.2.1 |
2335 | 2024-10-16T03:34:18.894Z | Checking plotters-backend v0.3.7 |
2336 | 2024-10-16T03:34:18.916Z | Checking rusqlite v0.32.1 |
2337 | 2024-10-16T03:34:19.278Z | Checking plotters-svg v0.3.7 |
2338 | 2024-10-16T03:34:19.498Z | Checking tokio-rustls v0.24.1 |
2339 | 2024-10-16T03:34:20.399Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2340 | 2024-10-16T03:34:20.543Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2341 | 2024-10-16T03:34:20.872Z | Checking rustls-pemfile v1.0.4 |
2342 | 2024-10-16T03:34:21.095Z | Checking twox-hash v1.6.3 |
2343 | 2024-10-16T03:34:21.490Z | Checking cast v0.3.0 |
2344 | 2024-10-16T03:34:21.627Z | Checking plotters v0.3.7 |
2345 | 2024-10-16T03:34:21.847Z | Checking criterion-plot v0.5.0 |
2346 | 2024-10-16T03:34:21.921Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2347 | 2024-10-16T03:34:22.304Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2348 | 2024-10-16T03:34:22.913Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2349 | 2024-10-16T03:34:23.470Z | Checking fatfs v0.3.6 |
2350 | 2024-10-16T03:34:24.433Z | Checking tinytemplate v1.2.1 |
2351 | 2024-10-16T03:34:24.585Z | Checking csv-core v0.1.11 |
2352 | 2024-10-16T03:34:24.823Z | Checking oorandom v11.1.4 |
2353 | 2024-10-16T03:34:24.935Z | Checking shell-words v1.1.0 |
2354 | 2024-10-16T03:34:25.003Z | Checking anes v0.1.6 |
2355 | 2024-10-16T03:34:25.122Z | Checking csv v1.3.0 |
2356 | 2024-10-16T03:34:25.366Z | Checking criterion v0.5.1 |
2357 | 2024-10-16T03:34:25.954Z | Checking event-listener v5.3.1 |
2358 | 2024-10-16T03:34:26.377Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2359 | 2024-10-16T03:34:27.465Z | Compiling samael v0.0.17 |
2360 | 2024-10-16T03:34:28.145Z | Checking rtoolbox v0.0.2 |
2361 | 2024-10-16T03:34:28.360Z | Checking rpassword v7.3.1 |
2362 | 2024-10-16T03:34:28.531Z | Checking event-listener-strategy v0.5.2 |
2363 | 2024-10-16T03:34:28.750Z | Checking tui-tree-widget v0.22.0 |
2364 | 2024-10-16T03:34:29.084Z | Checking polyval v0.6.2 |
2365 | 2024-10-16T03:34:29.355Z | Checking ghash v0.5.1 |
2366 | 2024-10-16T03:34:29.529Z | Checking futures-lite v2.3.0 |
2367 | 2024-10-16T03:34:30.943Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2368 | 2024-10-16T03:34:32.052Z | Checking ctr v0.9.2 |
2369 | 2024-10-16T03:34:32.664Z | Checking yansi v1.0.1 |
2370 | 2024-10-16T03:34:32.992Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2371 | 2024-10-16T03:34:33.166Z | Checking pretty_assertions v1.4.1 |
2372 | 2024-10-16T03:34:33.389Z | Checking aes-gcm v0.10.3 |
2373 | 2024-10-16T03:34:33.644Z | Checking ssh-encoding v0.2.0 |
2374 | 2024-10-16T03:34:33.998Z | Checking blowfish v0.9.1 |
2375 | 2024-10-16T03:34:34.248Z | Checking bcrypt-pbkdf v0.10.0 |
2376 | 2024-10-16T03:34:34.467Z | Checking ssh-cipher v0.2.0 |
2377 | 2024-10-16T03:34:34.725Z | Checking async-lock v3.4.0 |
2378 | 2024-10-16T03:34:35.545Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2379 | 2024-10-16T03:34:36.087Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2380 | 2024-10-16T03:34:37.594Z | Checking polling v3.7.3 |
2381 | 2024-10-16T03:34:37.734Z | Checking password-hash v0.4.2 |
2382 | 2024-10-16T03:34:37.997Z | Checking hex-literal v0.4.1 |
2383 | 2024-10-16T03:34:38.143Z | Checking matches v0.1.10 |
2384 | 2024-10-16T03:34:38.165Z | Checking pbkdf2 v0.11.0 |
2385 | 2024-10-16T03:34:38.254Z | Checking idna v0.2.3 |
2386 | 2024-10-16T03:34:38.433Z | Checking async-io v2.3.4 |
2387 | 2024-10-16T03:34:39.091Z | Checking ssh-key v0.6.6 |
2388 | 2024-10-16T03:34:39.323Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2389 | 2024-10-16T03:34:40.124Z | Checking p521 v0.13.3 |
2390 | 2024-10-16T03:34:40.276Z | Checking p256 v0.13.2 |
2391 | 2024-10-16T03:34:40.770Z | Compiling enum-as-inner v0.5.1 |
2392 | 2024-10-16T03:34:40.795Z | Checking russh-cryptovec v0.7.3 |
2393 | 2024-10-16T03:34:41.003Z | Checking async-task v4.7.1 |
2394 | 2024-10-16T03:34:41.369Z | Checking md5 v0.7.0 |
2395 | 2024-10-16T03:34:41.485Z | Compiling target-lexicon v0.12.16 |
2396 | 2024-10-16T03:34:41.655Z | Compiling doc-comment v0.3.3 |
2397 | 2024-10-16T03:34:41.824Z | Checking trust-dns-proto v0.22.0 |
2398 | 2024-10-16T03:34:42.462Z | Checking russh-keys v0.45.0 |
2399 | 2024-10-16T03:34:42.610Z | Checking async-channel v2.3.1 |
2400 | 2024-10-16T03:34:42.931Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2401 | 2024-10-16T03:34:43.303Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2402 | 2024-10-16T03:34:43.867Z | Checking piper v0.2.4 |
2403 | 2024-10-16T03:34:44.106Z | Checking num-bigint v0.4.6 |
2404 | 2024-10-16T03:34:44.138Z | Checking des v0.8.1 |
2405 | 2024-10-16T03:34:44.420Z | Checking futures-timer v3.0.3 |
2406 | 2024-10-16T03:34:44.641Z | Compiling assert_cmd v2.0.16 |
2407 | 2024-10-16T03:34:44.745Z | Compiling guppy-workspace-hack v0.1.0 |
2408 | 2024-10-16T03:34:45.055Z | Compiling dhcproto-macros v0.1.0 |
2409 | 2024-10-16T03:34:45.144Z | Checking blocking v1.6.1 |
2410 | 2024-10-16T03:34:45.679Z | Checking async-executor v1.13.1 |
2411 | 2024-10-16T03:34:45.930Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2412 | 2024-10-16T03:34:46.026Z | Checking async-signal v0.2.10 |
2413 | 2024-10-16T03:34:46.028Z | Checking dhcproto v0.12.0 |
2414 | 2024-10-16T03:34:46.289Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2415 | 2024-10-16T03:34:46.533Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2416 | 2024-10-16T03:34:46.555Z | Checking russh v0.45.0 |
2417 | 2024-10-16T03:34:47.029Z | Checking internet-checksum v0.2.1 |
2418 | 2024-10-16T03:34:47.211Z | Checking event-listener v2.5.3 |
2419 | 2024-10-16T03:34:47.351Z | Compiling target-spec v3.2.2 |
2420 | 2024-10-16T03:34:47.505Z | Checking async-channel v1.9.0 |
2421 | 2024-10-16T03:34:47.961Z | Checking async-process v2.3.0 |
2422 | 2024-10-16T03:34:48.361Z | Checking async-global-executor v2.4.1 |
2423 | 2024-10-16T03:34:48.383Z | Checking cfg-expr v0.17.0 |
2424 | 2024-10-16T03:34:49.140Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2425 | 2024-10-16T03:34:49.237Z | Checking httptest v0.16.1 |
2426 | 2024-10-16T03:34:49.387Z | Checking rustls-native-certs v0.7.3 |
2427 | 2024-10-16T03:34:49.576Z | Checking num_cpus v1.16.0 |
2428 | 2024-10-16T03:34:49.719Z | Checking kv-log-macro v1.0.7 |
2429 | 2024-10-16T03:34:49.867Z | Compiling async-attributes v1.1.2 |
2430 | 2024-10-16T03:34:50.690Z | Checking async-std v1.13.0 |
2431 | 2024-10-16T03:34:50.795Z | Checking threadpool v1.8.1 |
2432 | 2024-10-16T03:34:51.019Z | Checking hyper-rustls v0.26.0 |
2433 | 2024-10-16T03:34:51.774Z | Checking pathdiff v0.2.2 |
2434 | 2024-10-16T03:34:51.945Z | Compiling rstest_macros v0.23.0 |
2435 | 2024-10-16T03:34:52.006Z | Checking nested v0.1.1 |
2436 | 2024-10-16T03:34:52.227Z | Checking escape8259 v0.5.3 |
2437 | 2024-10-16T03:34:52.427Z | Checking libtest-mimic v0.7.3 |
2438 | 2024-10-16T03:34:52.610Z | Checking guppy v0.17.8 |
2439 | 2024-10-16T03:34:52.929Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2440 | 2024-10-16T03:34:53.728Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2441 | 2024-10-16T03:34:53.983Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2442 | 2024-10-16T03:34:54.312Z | Checking similar-asserts v1.6.0 |
2443 | 2024-10-16T03:34:54.407Z | Checking async-object-pool v0.1.5 |
2444 | 2024-10-16T03:34:54.551Z | Checking fancy-regex v0.13.0 |
2445 | 2024-10-16T03:34:54.590Z | Checking serde_regex v1.1.0 |
2446 | 2024-10-16T03:34:54.693Z | Checking assert-json-diff v2.0.2 |
2447 | 2024-10-16T03:34:54.827Z | Compiling proc-macro-crate v3.2.0 |
2448 | 2024-10-16T03:34:54.974Z | Checking path-tree v0.8.1 |
2449 | 2024-10-16T03:34:55.303Z | Checking stringmetrics v2.2.2 |
2450 | 2024-10-16T03:34:55.325Z | Compiling relative-path v1.9.3 |
2451 | 2024-10-16T03:34:55.560Z | Compiling trybuild v1.0.100 |
2452 | 2024-10-16T03:34:56.064Z | Checking httpmock v0.8.0-alpha.1 |
2453 | 2024-10-16T03:34:56.095Z | Checking datatest-stable v0.2.9 |
2454 | 2024-10-16T03:34:56.447Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2455 | 2024-10-16T03:34:56.791Z | Checking blake2b_simd v1.0.2 |
2456 | 2024-10-16T03:34:57.714Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2457 | 2024-10-16T03:34:57.885Z | Compiling git2 v0.19.0 |
2458 | 2024-10-16T03:34:58.171Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2459 | 2024-10-16T03:34:58.513Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2460 | 2024-10-16T03:34:58.841Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2461 | 2024-10-16T03:34:59.181Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2462 | 2024-10-16T03:34:59.755Z | Checking serde_tokenstream v0.2.2 |
2463 | 2024-10-16T03:35:00.138Z | Checking uzers v0.12.1 |
2464 | 2024-10-16T03:35:00.698Z | Checking rust-argon2 v2.1.0 |
2465 | 2024-10-16T03:35:01.198Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2466 | 2024-10-16T03:35:02.528Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2467 | 2024-10-16T03:35:05.650Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2468 | 2024-10-16T03:35:05.940Z | Checking rand_distr v0.4.3 |
2469 | 2024-10-16T03:35:06.750Z | Checking multimap v0.10.0 |
2470 | 2024-10-16T03:35:07.071Z | Checking approx v0.5.1 |
2471 | 2024-10-16T03:35:07.198Z | Checking rstest v0.23.0 |
2472 | 2024-10-16T03:35:07.348Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2473 | 2024-10-16T03:35:07.962Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2474 | 2024-10-16T03:35:08.037Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2475 | 2024-10-16T03:35:08.536Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2476 | 2024-10-16T03:35:08.539Z | Checking partial-io v0.5.4 |
2477 | 2024-10-16T03:35:08.898Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2478 | 2024-10-16T03:35:08.921Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2479 | 2024-10-16T03:35:09.238Z | Checking cargo_toml v0.20.5 |
2480 | 2024-10-16T03:35:10.072Z | Checking termios v0.3.3 |
2481 | 2024-10-16T03:35:10.142Z | Compiling indoc v2.0.5 |
2482 | 2024-10-16T03:35:10.343Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2483 | 2024-10-16T03:35:11.405Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2484 | 2024-10-16T03:35:13.068Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2485 | 2024-10-16T03:35:13.245Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2486 | 2024-10-16T03:35:14.474Z | Compiling polar-core v0.27.3 |
2487 | 2024-10-16T03:35:25.205Z | Checking oso v0.27.3 |
2488 | 2024-10-16T03:35:29.440Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2489 | 2024-10-16T03:35:36.942Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2490 | 2024-10-16T03:36:01.919Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2491 | 2024-10-16T03:36:03.336Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2492 | 2024-10-16T03:36:05.617Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2493 | 2024-10-16T03:36:28.970Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2494 | 2024-10-16T03:36:28.971Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2495 | 2024-10-16T03:36:28.973Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2496 | 2024-10-16T03:37:52.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 24s |
2497 | 2024-10-16T03:37:52.488Z | |
2498 | 2024-10-16T03:37:52.488Z | real 6:28.786128050 |
2499 | 2024-10-16T03:37:52.488Z | user 36:38.343038264 |
2500 | 2024-10-16T03:37:52.488Z | sys 6:25.444967267 |
2501 | 2024-10-16T03:37:52.488Z | trap 0.966452973 |
2502 | 2024-10-16T03:37:52.491Z | tflt 2.729764894 |
2503 | 2024-10-16T03:37:52.491Z | dflt 0.590138340 |
2504 | 2024-10-16T03:37:52.491Z | kflt 0.002161062 |
2505 | 2024-10-16T03:37:52.491Z | lock 55:20.240464504 |
2506 | 2024-10-16T03:37:52.491Z | slp 2:07:52.082757890 |
2507 | 2024-10-16T03:37:52.491Z | lat 1:37.987022514 |
2508 | 2024-10-16T03:37:52.491Z | stop 5:53.803025567 |
2509 | 2024-10-16T03:37:52.491Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2510 | 2024-10-16T03:37:52.491Z | + ptime -m cargo doc --workspace --no-deps |
2511 | 2024-10-16T03:37:53.712Z | warning: output filename collision. |
2512 | 2024-10-16T03:37:53.712Z | 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)`. |
2513 | 2024-10-16T03:37:53.712Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2514 | 2024-10-16T03:37:53.712Z | The targets should have unique names. |
2515 | 2024-10-16T03:37:53.712Z | This is a known bug where multiple crates with the same name use |
2516 | 2024-10-16T03:37:53.712Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2517 | 2024-10-16T03:37:54.110Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2518 | 2024-10-16T03:37:54.174Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2519 | 2024-10-16T03:37:54.193Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2520 | 2024-10-16T03:37:54.230Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2521 | 2024-10-16T03:37:54.263Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2522 | 2024-10-16T03:37:54.266Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2523 | 2024-10-16T03:37:54.443Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2524 | 2024-10-16T03:37:54.522Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2525 | 2024-10-16T03:37:54.538Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2526 | 2024-10-16T03:37:54.559Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2527 | 2024-10-16T03:37:54.580Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2528 | 2024-10-16T03:37:54.755Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2529 | 2024-10-16T03:37:54.806Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2530 | 2024-10-16T03:37:54.826Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2531 | 2024-10-16T03:37:55.046Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2532 | 2024-10-16T03:37:55.293Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2533 | 2024-10-16T03:37:57.765Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2534 | 2024-10-16T03:37:58.132Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2535 | 2024-10-16T03:37:58.485Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2536 | 2024-10-16T03:37:59.354Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2537 | 2024-10-16T03:37:59.538Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2538 | 2024-10-16T03:37:59.694Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2539 | 2024-10-16T03:37:59.887Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2540 | 2024-10-16T03:38:00.223Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2541 | 2024-10-16T03:38:00.439Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2542 | 2024-10-16T03:38:00.745Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2543 | 2024-10-16T03:38:01.084Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2544 | 2024-10-16T03:38:01.378Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2545 | 2024-10-16T03:38:01.504Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2546 | 2024-10-16T03:38:01.524Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2547 | 2024-10-16T03:38:01.809Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2548 | 2024-10-16T03:38:01.888Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2549 | 2024-10-16T03:38:02.230Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2550 | 2024-10-16T03:38:02.335Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2551 | 2024-10-16T03:38:02.539Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2552 | 2024-10-16T03:38:02.881Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2553 | 2024-10-16T03:38:02.900Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2554 | 2024-10-16T03:38:02.918Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2555 | 2024-10-16T03:38:02.939Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2556 | 2024-10-16T03:38:03.693Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2557 | 2024-10-16T03:38:07.806Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2558 | 2024-10-16T03:38:08.101Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2559 | 2024-10-16T03:38:08.791Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2560 | 2024-10-16T03:38:09.515Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2561 | 2024-10-16T03:38:09.644Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2562 | 2024-10-16T03:38:09.729Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2563 | 2024-10-16T03:38:10.513Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2564 | 2024-10-16T03:38:11.081Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2565 | 2024-10-16T03:38:11.328Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2566 | 2024-10-16T03:38:11.821Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2567 | 2024-10-16T03:38:12.565Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2568 | 2024-10-16T03:38:18.213Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2569 | 2024-10-16T03:38:18.347Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2570 | 2024-10-16T03:38:19.462Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2571 | 2024-10-16T03:38:19.591Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2572 | 2024-10-16T03:38:19.966Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2573 | 2024-10-16T03:38:20.314Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2574 | 2024-10-16T03:38:20.376Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2575 | 2024-10-16T03:38:21.143Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2576 | 2024-10-16T03:38:21.585Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2577 | 2024-10-16T03:38:21.882Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2578 | 2024-10-16T03:38:22.085Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2579 | 2024-10-16T03:38:22.604Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2580 | 2024-10-16T03:38:22.716Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2581 | 2024-10-16T03:38:23.207Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2582 | 2024-10-16T03:38:23.247Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2583 | 2024-10-16T03:38:23.901Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2584 | 2024-10-16T03:38:24.001Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2585 | 2024-10-16T03:38:24.164Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2586 | 2024-10-16T03:38:24.364Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2587 | 2024-10-16T03:38:24.572Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2588 | 2024-10-16T03:38:25.081Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2589 | 2024-10-16T03:38:25.115Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2590 | 2024-10-16T03:38:25.144Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2591 | 2024-10-16T03:38:26.124Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2592 | 2024-10-16T03:38:26.127Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2593 | 2024-10-16T03:38:27.099Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2594 | 2024-10-16T03:38:27.364Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2595 | 2024-10-16T03:38:27.576Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2596 | 2024-10-16T03:38:27.969Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2597 | 2024-10-16T03:38:27.971Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2598 | 2024-10-16T03:38:28.231Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2599 | 2024-10-16T03:38:28.364Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2600 | 2024-10-16T03:38:28.804Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2601 | 2024-10-16T03:38:28.843Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2602 | 2024-10-16T03:38:28.925Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2603 | 2024-10-16T03:38:29.306Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2604 | 2024-10-16T03:38:29.466Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2605 | 2024-10-16T03:38:30.184Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2606 | 2024-10-16T03:38:30.257Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2607 | 2024-10-16T03:38:30.717Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2608 | 2024-10-16T03:38:31.287Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2609 | 2024-10-16T03:38:32.197Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2610 | 2024-10-16T03:38:33.203Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2611 | 2024-10-16T03:38:33.588Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2612 | 2024-10-16T03:38:33.843Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2613 | 2024-10-16T03:38:34.231Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2614 | 2024-10-16T03:38:34.534Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2615 | 2024-10-16T03:38:34.747Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2616 | 2024-10-16T03:38:35.327Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2617 | 2024-10-16T03:38:38.408Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2618 | 2024-10-16T03:38:38.430Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2619 | 2024-10-16T03:38:39.491Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2620 | 2024-10-16T03:38:39.538Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2621 | 2024-10-16T03:38:40.397Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2622 | 2024-10-16T03:38:43.149Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2623 | 2024-10-16T03:38:44.135Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2624 | 2024-10-16T03:38:45.325Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2625 | 2024-10-16T03:38:48.641Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2626 | 2024-10-16T03:38:57.760Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2627 | 2024-10-16T03:39:10.424Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2628 | 2024-10-16T03:39:10.922Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2629 | 2024-10-16T03:39:45.092Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2630 | 2024-10-16T03:39:46.029Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2631 | 2024-10-16T03:39:52.029Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2632 | 2024-10-16T03:39:53.668Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2633 | 2024-10-16T03:39:57.362Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2634 | 2024-10-16T03:40:01.068Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2635 | 2024-10-16T03:40:13.754Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2636 | 2024-10-16T03:40:17.953Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2637 | 2024-10-16T03:40:26.074Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2638 | 2024-10-16T03:40:28.907Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2639 | 2024-10-16T03:40:29.065Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2640 | 2024-10-16T03:40:31.653Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2641 | 2024-10-16T03:40:31.929Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2642 | 2024-10-16T03:40:39.532Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2643 | 2024-10-16T03:40:40.614Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2644 | 2024-10-16T03:40:46.449Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2645 | 2024-10-16T03:40:46.545Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2646 | 2024-10-16T03:41:18.620Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2647 | 2024-10-16T03:41:20.364Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2648 | 2024-10-16T03:41:26.856Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2649 | 2024-10-16T03:41:28.469Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2650 | 2024-10-16T03:41:29.756Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2651 | 2024-10-16T03:41:33.708Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2652 | 2024-10-16T03:41:48.700Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2653 | 2024-10-16T03:41:55.490Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2654 | 2024-10-16T03:41:58.385Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2655 | 2024-10-16T03:41:59.015Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2656 | 2024-10-16T03:42:01.930Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2657 | 2024-10-16T03:42:03.903Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2658 | 2024-10-16T03:42:06.636Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2659 | 2024-10-16T03:42:13.995Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2660 | 2024-10-16T03:42:20.005Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2661 | 2024-10-16T03:42:23.048Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2662 | 2024-10-16T03:42:33.080Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2663 | 2024-10-16T03:42:33.718Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2664 | 2024-10-16T03:42:33.995Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2665 | 2024-10-16T03:42:34.015Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2666 | 2024-10-16T03:42:47.742Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2667 | 2024-10-16T03:42:48.176Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2668 | 2024-10-16T03:42:49.903Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2669 | 2024-10-16T03:42:49.966Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2670 | 2024-10-16T03:42:52.915Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2671 | 2024-10-16T03:43:02.555Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2672 | 2024-10-16T03:43:02.695Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2673 | 2024-10-16T03:43:04.563Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2674 | 2024-10-16T03:43:08.711Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2675 | 2024-10-16T03:43:12.844Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2676 | 2024-10-16T03:43:14.202Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2677 | 2024-10-16T03:43:17.339Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2678 | 2024-10-16T03:43:25.017Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2679 | 2024-10-16T03:43:25.169Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2680 | 2024-10-16T03:43:25.309Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2681 | 2024-10-16T03:43:26.255Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2682 | 2024-10-16T03:43:27.364Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2683 | 2024-10-16T03:43:28.419Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2684 | 2024-10-16T03:43:35.135Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2685 | 2024-10-16T03:43:36.828Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2686 | 2024-10-16T03:43:40.939Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2687 | 2024-10-16T03:43:43.385Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2688 | 2024-10-16T03:43:44.439Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2689 | 2024-10-16T03:43:44.690Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2690 | 2024-10-16T03:43:45.313Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2691 | 2024-10-16T03:43:45.796Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2692 | 2024-10-16T03:43:54.434Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2693 | 2024-10-16T03:43:55.335Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2694 | 2024-10-16T03:43:57.483Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2695 | 2024-10-16T03:43:58.102Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2696 | 2024-10-16T03:44:01.809Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2697 | 2024-10-16T03:44:02.582Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2698 | 2024-10-16T03:44:03.067Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2699 | 2024-10-16T03:44:06.168Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2700 | 2024-10-16T03:44:08.796Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2701 | 2024-10-16T03:44:12.050Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2702 | 2024-10-16T03:44:14.475Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2703 | 2024-10-16T03:44:15.628Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2704 | 2024-10-16T03:44:16.978Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2705 | 2024-10-16T03:44:17.434Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2706 | 2024-10-16T03:44:24.774Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2707 | 2024-10-16T03:44:26.390Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2708 | 2024-10-16T03:44:27.988Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2709 | 2024-10-16T03:44:30.379Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2710 | 2024-10-16T03:44:33.323Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2711 | 2024-10-16T03:44:33.804Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2712 | 2024-10-16T03:44:34.615Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2713 | 2024-10-16T03:44:41.147Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2714 | 2024-10-16T03:44:41.502Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2715 | 2024-10-16T03:44:43.178Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2716 | 2024-10-16T03:44:44.291Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2717 | 2024-10-16T03:44:46.230Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2718 | 2024-10-16T03:44:46.915Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2719 | 2024-10-16T03:44:50.809Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2720 | 2024-10-16T03:44:51.098Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2721 | 2024-10-16T03:44:52.096Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2722 | 2024-10-16T03:44:54.533Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2723 | 2024-10-16T03:44:54.575Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2724 | 2024-10-16T03:44:56.745Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2725 | 2024-10-16T03:44:57.630Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2726 | 2024-10-16T03:44:57.921Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2727 | 2024-10-16T03:44:59.338Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2728 | 2024-10-16T03:44:59.612Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2729 | 2024-10-16T03:45:00.304Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2730 | 2024-10-16T03:45:00.953Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2731 | 2024-10-16T03:45:02.585Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2732 | 2024-10-16T03:45:05.243Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2733 | 2024-10-16T03:45:34.048Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 41s |
2734 | 2024-10-16T03:45:34.216Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 132 other files |
2735 | 2024-10-16T03:45:34.276Z | |
2736 | 2024-10-16T03:45:34.279Z | real 7:41.705005689 |
2737 | 2024-10-16T03:45:34.279Z | user 23:16.965290495 |
2738 | 2024-10-16T03:45:34.279Z | sys 34:29.416040362 |
2739 | 2024-10-16T03:45:34.279Z | trap 0.397663151 |
2740 | 2024-10-16T03:45:34.279Z | tflt 0.327232774 |
2741 | 2024-10-16T03:45:34.279Z | dflt 0.165708350 |
2742 | 2024-10-16T03:45:34.280Z | kflt 0.000010739 |
2743 | 2024-10-16T03:45:34.280Z | lock 1:16:41.492178047 |
2744 | 2024-10-16T03:45:34.280Z | slp 2:10:47.332165281 |
2745 | 2024-10-16T03:45:34.280Z | lat 1:08.298943917 |
2746 | 2024-10-16T03:45:34.280Z | stop 1:03.837791590 |
2747 | 2024-10-16T03:45:34.280Z | process exited: duration 1069962 ms, exit code 0 |
|
2748 | 2024-10-16T03:45:34.285Z | found 0 output files |