|
|
|
1 | 2024-08-16T04:57:46.478Z | job assigned to worker 01J5CRQNQY4ZQHQ1X90XFRHZ8S (queued for 51 s) |
|
2 | 2024-08-16T04:57:53.946Z | starting task 0: "setup" |
3 | 2024-08-16T04:57:53.955Z | ++ uname -s |
4 | 2024-08-16T04:57:53.958Z | + kern=SunOS |
5 | 2024-08-16T04:57:53.958Z | + case "$kern" in |
6 | 2024-08-16T04:57:53.958Z | + groupadd -g 12345 build |
7 | 2024-08-16T04:57:53.961Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-16T04:57:55.971Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-16T04:57:56.031Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-16T04:57:56.033Z | + home_fs=zfs |
11 | 2024-08-16T04:57:56.033Z | + [[ zfs == autofs ]] |
12 | 2024-08-16T04:57:56.033Z | + mkdir -p /home/build |
13 | 2024-08-16T04:57:56.036Z | + chown build:build /home/build /work |
14 | 2024-08-16T04:57:58.038Z | + chmod 0700 /home/build /work |
15 | 2024-08-16T04:57:58.041Z | process exited: duration 4095 ms, exit code 0 |
|
16 | 2024-08-16T04:57:58.046Z | starting task 1: "rust-toolchain" |
17 | 2024-08-16T04:57:58.051Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-16T04:57:58.051Z | * toolchain channel = "1.80.1" |
19 | 2024-08-16T04:57:58.051Z | * toolchain profile = "default" |
20 | 2024-08-16T04:57:58.051Z | ' 1.80.1 |
21 | 2024-08-16T04:57:58.052Z | + printf ' * toolchain profile = "%s" |
22 | 2024-08-16T04:57:58.052Z | ' default |
23 | 2024-08-16T04:57:58.054Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-16T04:57:58.054Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-16T04:57:58.168Z | info: downloading installer |
26 | 2024-08-16T04:57:59.484Z | info: profile set to 'default' |
27 | 2024-08-16T04:57:59.487Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-16T04:57:59.487Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-16T04:57:59.639Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-16T04:57:59.639Z | info: downloading component 'cargo' |
31 | 2024-08-16T04:58:00.488Z | info: downloading component 'clippy' |
32 | 2024-08-16T04:58:00.790Z | info: downloading component 'rust-docs' |
33 | 2024-08-16T04:58:01.960Z | info: downloading component 'rust-std' |
34 | 2024-08-16T04:58:03.683Z | info: downloading component 'rustc' |
35 | 2024-08-16T04:58:08.263Z | info: downloading component 'rustfmt' |
36 | 2024-08-16T04:58:08.507Z | info: installing component 'cargo' |
37 | 2024-08-16T04:58:09.319Z | info: installing component 'clippy' |
38 | 2024-08-16T04:58:09.687Z | info: installing component 'rust-docs' |
39 | 2024-08-16T04:58:11.317Z | info: installing component 'rust-std' |
40 | 2024-08-16T04:58:12.972Z | info: installing component 'rustc' |
41 | 2024-08-16T04:58:17.256Z | info: installing component 'rustfmt' |
42 | 2024-08-16T04:58:17.595Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-16T04:58:17.595Z | |
44 | 2024-08-16T04:58:17.846Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-16T04:58:17.846Z | |
46 | 2024-08-16T04:58:17.849Z | |
47 | 2024-08-16T04:58:17.849Z | Rust is installed now. Great! |
48 | 2024-08-16T04:58:17.849Z | |
49 | 2024-08-16T04:58:17.849Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-16T04:58:17.849Z | environment variable. This has not been done automatically. |
51 | 2024-08-16T04:58:17.849Z | |
52 | 2024-08-16T04:58:17.849Z | To configure your current shell, you need to source |
53 | 2024-08-16T04:58:17.849Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-16T04:58:17.849Z | |
55 | 2024-08-16T04:58:17.849Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-16T04:58:17.849Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-16T04:58:17.849Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-16T04:58:17.897Z | + rustc --version |
59 | 2024-08-16T04:58:17.959Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-16T04:58:17.962Z | process exited: duration 19912 ms, exit code 0 |
|
61 | 2024-08-16T04:58:17.970Z | starting task 2: "authentication" |
62 | 2024-08-16T04:58:17.984Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
63 | 2024-08-16T04:58:19.993Z | process exited: duration 2025 ms, exit code 0 |
|
64 | 2024-08-16T04:58:19.998Z | starting task 3: "clone repository" |
65 | 2024-08-16T04:58:20.004Z | + mkdir -p /work/oxidecomputer/omicron |
66 | 2024-08-16T04:58:20.006Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
67 | 2024-08-16T04:58:20.042Z | Cloning into '/work/oxidecomputer/omicron'... |
68 | 2024-08-16T04:58:25.881Z | + cd /work/oxidecomputer/omicron |
69 | 2024-08-16T04:58:25.881Z | + git fetch origin b927580f518ded71630e936d7c2ef13a91cd0ded |
70 | 2024-08-16T04:58:26.152Z | From https://github.com/oxidecomputer/omicron |
71 | 2024-08-16T04:58:26.152Z | * branch b927580f518ded71630e936d7c2ef13a91cd0ded -> FETCH_HEAD |
72 | 2024-08-16T04:58:26.161Z | + [[ -n sunshowers/spr/rfc-back-out-update-rust-crate-tokio-to-1392-6249 ]] |
73 | 2024-08-16T04:58:26.164Z | ++ git branch --show-current |
74 | 2024-08-16T04:58:26.167Z | + current=main |
75 | 2024-08-16T04:58:26.167Z | + [[ main != sunshowers/spr/rfc-back-out-update-rust-crate-tokio-to-1392-6249 ]] |
76 | 2024-08-16T04:58:26.167Z | + git branch -f sunshowers/spr/rfc-back-out-update-rust-crate-tokio-to-1392-6249 b927580f518ded71630e936d7c2ef13a91cd0ded |
77 | 2024-08-16T04:58:26.169Z | + git checkout -f sunshowers/spr/rfc-back-out-update-rust-crate-tokio-to-1392-6249 |
78 | 2024-08-16T04:58:26.314Z | Switched to branch 'sunshowers/spr/rfc-back-out-update-rust-crate-tokio-to-1392-6249' |
79 | 2024-08-16T04:58:26.316Z | + git reset --hard b927580f518ded71630e936d7c2ef13a91cd0ded |
80 | 2024-08-16T04:58:26.458Z | HEAD is now at b927580f5 [spr] initial version |
81 | 2024-08-16T04:58:26.460Z | process exited: duration 6460 ms, exit code 0 |
|
82 | 2024-08-16T04:58:26.465Z | starting task 4: "build" |
83 | 2024-08-16T04:58:26.471Z | + cargo --version |
84 | 2024-08-16T04:58:26.527Z | cargo 1.80.1 (376290515 2024-07-16) |
85 | 2024-08-16T04:58:26.529Z | + rustc --version |
86 | 2024-08-16T04:58:26.587Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
87 | 2024-08-16T04:58:26.589Z | + source ./env.sh |
88 | 2024-08-16T04:58:26.592Z | ++ OLD_SHELL_OPTS=ehxB |
89 | 2024-08-16T04:58:26.592Z | ++ set -o xtrace |
90 | 2024-08-16T04:58:26.595Z | ++++ dirname ./env.sh |
91 | 2024-08-16T04:58:26.595Z | +++ readlink -f . |
92 | 2024-08-16T04:58:26.598Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
93 | 2024-08-16T04:58:26.602Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2024-08-16T04:58:26.602Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2024-08-16T04:58:26.602Z | ++ 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 |
96 | 2024-08-16T04:58:26.602Z | ++ 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 |
97 | 2024-08-16T04:58:26.602Z | ++ 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 |
98 | 2024-08-16T04:58:26.602Z | ++ 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 |
99 | 2024-08-16T04:58:26.602Z | ++ 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 |
100 | 2024-08-16T04:58:26.602Z | ++ 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 |
101 | 2024-08-16T04:58:26.602Z | ++ case $OLD_SHELL_OPTS in |
102 | 2024-08-16T04:58:26.602Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
103 | 2024-08-16T04:58:26.603Z | + banner prerequisites |
104 | 2024-08-16T04:58:26.605Z | |
105 | 2024-08-16T04:58:26.605Z | ##### ##### ###### ##### ###### #### # # # #### # |
106 | 2024-08-16T04:58:26.605Z | # # # # # # # # # # # # # # # |
107 | 2024-08-16T04:58:26.605Z | # # # # ##### # # ##### # # # # # #### # |
108 | 2024-08-16T04:58:26.605Z | ##### ##### # ##### # # # # # # # # # |
109 | 2024-08-16T04:58:26.605Z | # # # # # # # # # # # # # # # |
110 | 2024-08-16T04:58:26.605Z | # # # ###### # # ###### ### # #### # #### # |
111 | 2024-08-16T04:58:26.606Z | |
112 | 2024-08-16T04:58:26.606Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
113 | 2024-08-16T04:58:31.178Z | Startup: Refreshing catalog 'helios-dev' ... Done |
114 | 2024-08-16T04:58:33.291Z | Startup: Caching catalogs ... Done |
115 | 2024-08-16T04:58:35.167Z | Planning: Solver setup ... Done (1.222s) |
116 | 2024-08-16T04:58:35.187Z | Planning: Running solver ... Done (0.021s) |
117 | 2024-08-16T04:58:35.228Z | Planning: Finding local manifests ... Done (0.003s) |
118 | 2024-08-16T04:58:35.242Z | Planning: Fetching manifests: 0/4 0% complete |
119 | 2024-08-16T04:58:35.495Z | Planning: Fetching manifests: 4/4 100% complete |
120 | 2024-08-16T04:58:35.545Z | Planning: Package planning ... Done (0.050s) |
121 | 2024-08-16T04:58:35.595Z | Planning: Merging actions ... Done (0.050s) |
122 | 2024-08-16T04:58:35.924Z | Planning: Checking for conflicting actions ... Done (0.329s) |
123 | 2024-08-16T04:58:35.935Z | Planning: Consolidating action changes ... Done (0.011s) |
124 | 2024-08-16T04:58:36.897Z | Planning: Evaluating mediators ... Done (0.961s) |
125 | 2024-08-16T04:58:36.906Z | Planning: Planning completed in 3.54 seconds |
126 | 2024-08-16T04:58:36.922Z | Packages to install: 4 |
127 | 2024-08-16T04:58:36.922Z | Mediators to change: 2 |
128 | 2024-08-16T04:58:36.925Z | Services to change: 1 |
129 | 2024-08-16T04:58:36.925Z | Estimated space available: 155.72 GB |
130 | 2024-08-16T04:58:36.925Z | Estimated space to be consumed: 1.48 GB |
131 | 2024-08-16T04:58:36.925Z | Create boot environment: No |
132 | 2024-08-16T04:58:36.925Z | Create backup boot environment: No |
133 | 2024-08-16T04:58:36.925Z | Rebuild boot archive: No |
134 | 2024-08-16T04:58:36.925Z | |
135 | 2024-08-16T04:58:36.925Z | Changed mediators: |
136 | 2024-08-16T04:58:36.925Z | mediator clang: |
137 | 2024-08-16T04:58:36.925Z | version: None -> 15 (system default) |
138 | 2024-08-16T04:58:36.925Z | |
139 | 2024-08-16T04:58:36.925Z | mediator llvm: |
140 | 2024-08-16T04:58:36.925Z | version: 14 (system default) -> 15 (system default) |
141 | 2024-08-16T04:58:36.925Z | |
142 | 2024-08-16T04:58:36.925Z | Changed packages: |
143 | 2024-08-16T04:58:36.925Z | helios-dev |
144 | 2024-08-16T04:58:36.925Z | developer/build-essential |
145 | 2024-08-16T04:58:36.925Z | None -> 11-2.0 |
146 | 2024-08-16T04:58:36.925Z | library/libxmlsec1 |
147 | 2024-08-16T04:58:36.925Z | None -> 1.2.35-2.0 |
148 | 2024-08-16T04:58:36.926Z | ooce/developer/clang-15 |
149 | 2024-08-16T04:58:36.926Z | None -> 15.0.7-2.0 |
150 | 2024-08-16T04:58:36.926Z | ooce/developer/llvm-15 |
151 | 2024-08-16T04:58:36.926Z | None -> 15.0.7-2.0 |
152 | 2024-08-16T04:58:36.926Z | |
153 | 2024-08-16T04:58:36.926Z | Services: |
154 | 2024-08-16T04:58:36.926Z | restart_fmri: |
155 | 2024-08-16T04:58:36.926Z | svc:/system/update-man-index:default |
156 | 2024-08-16T04:58:36.968Z | |
157 | 2024-08-16T04:58:36.969Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
158 | 2024-08-16T04:58:42.014Z | Download: 1201/3290 items 83.6/212.6MB 39% complete (16.9M/s) |
159 | 2024-08-16T04:58:47.009Z | Download: 2536/3290 items 120.3/212.6MB 56% complete (12.1M/s) |
160 | 2024-08-16T04:58:51.803Z | Download: Completed 212.60 MB in 14.83 seconds (14.3M/s) |
161 | 2024-08-16T04:58:51.975Z | Actions: 1/3689 actions (Installing new actions) |
162 | 2024-08-16T04:58:56.596Z | Actions: Completed 3689 actions in 4.62 seconds. |
163 | 2024-08-16T04:58:56.874Z | Done (0.272s) |
164 | 2024-08-16T04:58:56.874Z | Done (0.000s) |
165 | 2024-08-16T04:58:57.248Z | Done (0.375s) |
166 | 2024-08-16T04:59:01.629Z | Done (4.196s) |
167 | 2024-08-16T04:59:01.716Z | Done (0.021s) |
168 | 2024-08-16T04:59:01.719Z | Done (0.000s) |
169 | 2024-08-16T04:59:01.874Z | Done (0.000s) |
170 | 2024-08-16T04:59:02.458Z | Planning: Evaluating mediator changes ... Done |
171 | 2024-08-16T04:59:02.617Z | Planning: Checking for conflicting actions ... Done |
172 | 2024-08-16T04:59:02.621Z | Planning: Consolidating action changes ... Done |
173 | 2024-08-16T04:59:02.882Z | Planning: Evaluating mediators ... Done |
174 | 2024-08-16T04:59:02.884Z | Planning: Planning completed in 0.42 seconds |
175 | 2024-08-16T04:59:02.916Z | Mediators to change: 2 |
176 | 2024-08-16T04:59:02.916Z | Create boot environment: No |
177 | 2024-08-16T04:59:02.919Z | Create backup boot environment: No |
178 | 2024-08-16T04:59:02.978Z | Done |
179 | 2024-08-16T04:59:02.978Z | Done |
180 | 2024-08-16T04:59:03.216Z | Done |
181 | 2024-08-16T04:59:06.726Z | Done |
182 | 2024-08-16T04:59:06.814Z | Done |
183 | 2024-08-16T04:59:06.817Z | Done |
184 | 2024-08-16T04:59:06.923Z | Done |
185 | 2024-08-16T04:59:07.535Z | Planning: Evaluating mediator changes ... Done |
186 | 2024-08-16T04:59:07.544Z | Planning: Merging actions ... Done |
187 | 2024-08-16T04:59:07.727Z | Planning: Checking for conflicting actions ... Done |
188 | 2024-08-16T04:59:07.745Z | Planning: Consolidating action changes ... Done |
189 | 2024-08-16T04:59:07.984Z | Planning: Evaluating mediators ... Done |
190 | 2024-08-16T04:59:08.045Z | Planning: Planning completed in 0.76 seconds |
191 | 2024-08-16T04:59:08.079Z | Packages to change: 1 |
192 | 2024-08-16T04:59:08.079Z | Mediators to change: 1 |
193 | 2024-08-16T04:59:08.083Z | Services to change: 1 |
194 | 2024-08-16T04:59:08.083Z | Create boot environment: No |
195 | 2024-08-16T04:59:08.083Z | Create backup boot environment: Yes |
196 | 2024-08-16T04:59:09.977Z | Actions: 1/6 actions (Updating modified actions) |
197 | 2024-08-16T04:59:09.990Z | Actions: Completed 6 actions in 0.00 seconds. |
198 | 2024-08-16T04:59:09.991Z | Done |
199 | 2024-08-16T04:59:09.991Z | Done |
200 | 2024-08-16T04:59:10.054Z | Done |
201 | 2024-08-16T04:59:13.688Z | Done |
202 | 2024-08-16T04:59:13.777Z | Done |
203 | 2024-08-16T04:59:13.779Z | Done |
204 | 2024-08-16T04:59:13.893Z | Done |
205 | 2024-08-16T04:59:14.315Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
206 | 2024-08-16T04:59:14.315Z | clang system 15 system |
207 | 2024-08-16T04:59:14.315Z | csh system system illumos |
208 | 2024-08-16T04:59:14.316Z | ctags system system illumos |
209 | 2024-08-16T04:59:14.316Z | gcc vendor 12 vendor |
210 | 2024-08-16T04:59:14.316Z | gcc system 10 system |
211 | 2024-08-16T04:59:14.316Z | gcc system 7 system |
212 | 2024-08-16T04:59:14.316Z | go system 1.20 system |
213 | 2024-08-16T04:59:14.316Z | go system 1.19 system |
214 | 2024-08-16T04:59:14.316Z | llvm system 15 system |
215 | 2024-08-16T04:59:14.316Z | llvm system 14 system |
216 | 2024-08-16T04:59:14.316Z | mariadb system 10.6 system |
217 | 2024-08-16T04:59:14.316Z | mta vendor vendor dma |
218 | 2024-08-16T04:59:14.316Z | openjdk system 17 system |
219 | 2024-08-16T04:59:14.316Z | openjdk system 11 system |
220 | 2024-08-16T04:59:14.316Z | openjdk system 1.8 system |
221 | 2024-08-16T04:59:14.316Z | openssl vendor 3 vendor |
222 | 2024-08-16T04:59:14.316Z | perl system 5.36 system |
223 | 2024-08-16T04:59:14.316Z | postgresql system 15 system |
224 | 2024-08-16T04:59:14.316Z | postgresql system 13 system |
225 | 2024-08-16T04:59:14.316Z | python vendor 3 vendor |
226 | 2024-08-16T04:59:14.317Z | python system 2 system |
227 | 2024-08-16T04:59:14.317Z | python3 system 3.11 system |
228 | 2024-08-16T04:59:14.317Z | ruby system 3.0 system |
229 | 2024-08-16T04:59:14.317Z | words vendor vendor american-english |
230 | 2024-08-16T04:59:14.317Z | words system system australian-english |
231 | 2024-08-16T04:59:14.317Z | words system system british-english |
232 | 2024-08-16T04:59:14.317Z | words system system canadian-english |
233 | 2024-08-16T04:59:14.317Z | words system system french |
234 | 2024-08-16T04:59:14.317Z | words system system italian |
235 | 2024-08-16T04:59:14.317Z | words system system ngerman |
236 | 2024-08-16T04:59:14.317Z | words system system ogerman |
237 | 2024-08-16T04:59:14.317Z | words system system spanish |
238 | 2024-08-16T04:59:14.640Z | PUBLISHER TYPE STATUS P LOCATION |
239 | 2024-08-16T04:59:14.640Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
240 | 2024-08-16T04:59:16.356Z | FMRI IFO |
241 | 2024-08-16T04:59:16.356Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
242 | 2024-08-16T04:59:16.356Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
243 | 2024-08-16T04:59:16.356Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
244 | 2024-08-16T04:59:16.356Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
245 | 2024-08-16T04:59:16.357Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
246 | 2024-08-16T04:59:16.357Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
247 | 2024-08-16T04:59:16.357Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
248 | 2024-08-16T04:59:16.357Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
249 | 2024-08-16T04:59:16.357Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
250 | 2024-08-16T04:59:16.357Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
251 | 2024-08-16T04:59:16.357Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
252 | 2024-08-16T04:59:16.357Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
253 | 2024-08-16T04:59:16.949Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
254 | 2024-08-16T04:59:17.174Z | Updating git repository `https://github.com/oxidecomputer/zone` |
255 | 2024-08-16T04:59:17.422Z | Updating crates.io index |
256 | 2024-08-16T04:59:17.482Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
257 | 2024-08-16T04:59:18.185Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
258 | 2024-08-16T04:59:18.877Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
259 | 2024-08-16T04:59:19.142Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
260 | 2024-08-16T04:59:20.607Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
261 | 2024-08-16T04:59:20.841Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
262 | 2024-08-16T04:59:21.055Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
263 | 2024-08-16T04:59:22.043Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
264 | 2024-08-16T04:59:23.895Z | Updating git repository `https://github.com/oxidecomputer/opte` |
265 | 2024-08-16T04:59:24.807Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
266 | 2024-08-16T04:59:25.503Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
267 | 2024-08-16T04:59:25.783Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
268 | 2024-08-16T04:59:26.248Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
269 | 2024-08-16T04:59:26.506Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
270 | 2024-08-16T04:59:26.753Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
271 | 2024-08-16T04:59:27.070Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
272 | 2024-08-16T04:59:27.277Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
273 | 2024-08-16T04:59:27.508Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
274 | 2024-08-16T04:59:27.750Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
275 | 2024-08-16T04:59:28.064Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
276 | 2024-08-16T04:59:28.311Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
277 | 2024-08-16T04:59:28.687Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
278 | 2024-08-16T04:59:28.934Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
279 | 2024-08-16T04:59:29.350Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
280 | 2024-08-16T04:59:29.658Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
281 | 2024-08-16T04:59:30.059Z | Updating git repository `https://github.com/oxidecomputer/typify` |
282 | 2024-08-16T04:59:32.196Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
283 | 2024-08-16T04:59:32.396Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
284 | 2024-08-16T04:59:32.650Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
285 | 2024-08-16T04:59:33.382Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
286 | 2024-08-16T04:59:34.012Z | Downloading crates ... |
287 | 2024-08-16T04:59:34.139Z | Downloaded autocfg v1.3.0 |
288 | 2024-08-16T04:59:34.214Z | Downloaded anstyle v1.0.8 |
289 | 2024-08-16T04:59:34.214Z | Downloaded equivalent v1.0.1 |
290 | 2024-08-16T04:59:34.214Z | Downloaded swrite v0.1.0 |
291 | 2024-08-16T04:59:34.214Z | Downloaded usdt-macro v0.5.0 |
292 | 2024-08-16T04:59:34.215Z | Downloaded usdt-attr-macro v0.5.0 |
293 | 2024-08-16T04:59:34.215Z | Downloaded is_terminal_polyfill v1.70.0 |
294 | 2024-08-16T04:59:34.215Z | Downloaded anstream v0.6.14 |
295 | 2024-08-16T04:59:34.215Z | Downloaded cargo_metadata v0.18.1 |
296 | 2024-08-16T04:59:34.215Z | Downloaded cargo-platform v0.1.8 |
297 | 2024-08-16T04:59:34.215Z | Downloaded bytecount v0.6.8 |
298 | 2024-08-16T04:59:34.215Z | Downloaded byteorder v1.5.0 |
299 | 2024-08-16T04:59:34.215Z | Downloaded block-buffer v0.10.4 |
300 | 2024-08-16T04:59:34.215Z | Downloaded colorchoice v1.0.1 |
301 | 2024-08-16T04:59:34.215Z | Downloaded anstyle-parse v0.2.4 |
302 | 2024-08-16T04:59:34.215Z | Downloaded anstyle-query v1.0.3 |
303 | 2024-08-16T04:59:34.216Z | Downloaded toml_datetime v0.6.8 |
304 | 2024-08-16T04:59:34.216Z | Downloaded macaddr v1.0.1 |
305 | 2024-08-16T04:59:34.216Z | Downloaded heck v0.5.0 |
306 | 2024-08-16T04:59:34.216Z | Downloaded fnv v1.0.7 |
307 | 2024-08-16T04:59:34.216Z | Downloaded utf8parse v0.2.1 |
308 | 2024-08-16T04:59:34.216Z | Downloaded memmap v0.7.0 |
309 | 2024-08-16T04:59:34.216Z | Downloaded crypto-common v0.1.6 |
310 | 2024-08-16T04:59:34.216Z | Downloaded thread-id v4.2.1 |
311 | 2024-08-16T04:59:34.216Z | Downloaded generic-array v0.14.7 |
312 | 2024-08-16T04:59:34.216Z | Downloaded thiserror v1.0.63 |
313 | 2024-08-16T04:59:34.216Z | Downloaded dof v0.3.0 |
314 | 2024-08-16T04:59:34.216Z | Downloaded clap_derive v4.5.13 |
315 | 2024-08-16T04:59:34.216Z | Downloaded clap v4.5.15 |
316 | 2024-08-16T04:59:34.216Z | Downloaded serde_spanned v0.6.7 |
317 | 2024-08-16T04:59:34.216Z | Downloaded tabled_derive v0.7.0 |
318 | 2024-08-16T04:59:34.216Z | Downloaded sha2 v0.10.8 |
319 | 2024-08-16T04:59:34.216Z | Downloaded semver v1.0.23 |
320 | 2024-08-16T04:59:34.216Z | Downloaded proc-macro-error v1.0.4 |
321 | 2024-08-16T04:59:34.217Z | Downloaded dtrace-parser v0.2.0 |
322 | 2024-08-16T04:59:34.217Z | Downloaded cargo_toml v0.20.4 |
323 | 2024-08-16T04:59:34.217Z | Downloaded camino v1.1.7 |
324 | 2024-08-16T04:59:34.217Z | Downloaded cpufeatures v0.2.12 |
325 | 2024-08-16T04:59:34.217Z | Downloaded anyhow v1.0.86 |
326 | 2024-08-16T04:59:34.217Z | Downloaded bitflags v2.6.0 |
327 | 2024-08-16T04:59:34.217Z | Downloaded scroll_derive v0.12.0 |
328 | 2024-08-16T04:59:34.217Z | Downloaded proc-macro-error-attr v1.0.4 |
329 | 2024-08-16T04:59:34.217Z | Downloaded pretty-hex v0.4.1 |
330 | 2024-08-16T04:59:34.263Z | Downloaded pest_derive v2.7.10 |
331 | 2024-08-16T04:59:34.263Z | Downloaded zerocopy-derive v0.7.34 |
332 | 2024-08-16T04:59:34.263Z | Downloaded serde_derive v1.0.207 |
333 | 2024-08-16T04:59:34.263Z | Downloaded ucd-trie v0.1.6 |
334 | 2024-08-16T04:59:34.264Z | Downloaded digest v0.10.7 |
335 | 2024-08-16T04:59:34.264Z | Downloaded plain v0.2.3 |
336 | 2024-08-16T04:59:34.264Z | Downloaded proc-macro2 v1.0.86 |
337 | 2024-08-16T04:59:34.264Z | Downloaded thiserror-impl v1.0.63 |
338 | 2024-08-16T04:59:34.264Z | Downloaded pest_generator v2.7.10 |
339 | 2024-08-16T04:59:34.264Z | Downloaded papergrid v0.11.0 |
340 | 2024-08-16T04:59:34.264Z | Downloaded heck v0.4.1 |
341 | 2024-08-16T04:59:34.264Z | Downloaded version_check v0.9.5 |
342 | 2024-08-16T04:59:34.264Z | Downloaded usdt v0.5.0 |
343 | 2024-08-16T04:59:34.264Z | Downloaded terminal_size v0.3.0 |
344 | 2024-08-16T04:59:34.264Z | Downloaded serde_tokenstream v0.2.2 |
345 | 2024-08-16T04:59:34.264Z | Downloaded strsim v0.11.1 |
346 | 2024-08-16T04:59:34.264Z | Downloaded clap_lex v0.7.0 |
347 | 2024-08-16T04:59:34.264Z | Downloaded errno v0.3.9 |
348 | 2024-08-16T04:59:34.264Z | Downloaded usdt-impl v0.5.0 |
349 | 2024-08-16T04:59:34.265Z | Downloaded cfg-if v1.0.0 |
350 | 2024-08-16T04:59:34.265Z | Downloaded scroll v0.12.0 |
351 | 2024-08-16T04:59:34.265Z | Downloaded pest_meta v2.7.10 |
352 | 2024-08-16T04:59:34.265Z | Downloaded quote v1.0.36 |
353 | 2024-08-16T04:59:34.265Z | Downloaded itoa v1.0.11 |
354 | 2024-08-16T04:59:34.265Z | Downloaded once_cell v1.19.0 |
355 | 2024-08-16T04:59:34.265Z | Downloaded fs-err v2.11.0 |
356 | 2024-08-16T04:59:34.318Z | Downloaded unicode-ident v1.0.12 |
357 | 2024-08-16T04:59:34.318Z | Downloaded typenum v1.17.0 |
358 | 2024-08-16T04:59:34.318Z | Downloaded toml v0.8.19 |
359 | 2024-08-16T04:59:34.318Z | Downloaded ryu v1.0.18 |
360 | 2024-08-16T04:59:34.318Z | Downloaded log v0.4.21 |
361 | 2024-08-16T04:59:34.318Z | Downloaded toml_edit v0.22.20 |
362 | 2024-08-16T04:59:34.351Z | Downloaded serde v1.0.207 |
363 | 2024-08-16T04:59:34.352Z | Downloaded indexmap v2.4.0 |
364 | 2024-08-16T04:59:34.352Z | Downloaded memchr v2.7.2 |
365 | 2024-08-16T04:59:34.352Z | Downloaded hashbrown v0.14.5 |
366 | 2024-08-16T04:59:34.407Z | Downloaded pest v2.7.10 |
367 | 2024-08-16T04:59:34.407Z | Downloaded winnow v0.6.18 |
368 | 2024-08-16T04:59:34.407Z | Downloaded clap_builder v4.5.15 |
369 | 2024-08-16T04:59:34.407Z | Downloaded serde_json v1.0.125 |
370 | 2024-08-16T04:59:34.407Z | Downloaded zerocopy v0.7.34 |
371 | 2024-08-16T04:59:34.445Z | Downloaded tabled v0.15.0 |
372 | 2024-08-16T04:59:34.445Z | Downloaded goblin v0.8.2 |
373 | 2024-08-16T04:59:34.445Z | Downloaded syn v2.0.74 |
374 | 2024-08-16T04:59:34.445Z | Downloaded syn v1.0.109 |
375 | 2024-08-16T04:59:34.450Z | Downloaded rustix v0.38.34 |
376 | 2024-08-16T04:59:34.450Z | Downloaded unicode-width v0.1.13 |
377 | 2024-08-16T04:59:34.458Z | Downloaded libc v0.2.155 |
378 | 2024-08-16T04:59:34.791Z | Compiling proc-macro2 v1.0.86 |
379 | 2024-08-16T04:59:34.791Z | Compiling unicode-ident v1.0.12 |
380 | 2024-08-16T04:59:34.875Z | Compiling version_check v0.9.5 |
381 | 2024-08-16T04:59:34.875Z | Compiling serde v1.0.207 |
382 | 2024-08-16T04:59:34.875Z | Compiling memchr v2.7.2 |
383 | 2024-08-16T04:59:34.876Z | Compiling thiserror v1.0.63 |
384 | 2024-08-16T04:59:34.876Z | Compiling libc v0.2.155 |
385 | 2024-08-16T04:59:34.876Z | Compiling ryu v1.0.18 |
386 | 2024-08-16T04:59:35.016Z | Compiling itoa v1.0.11 |
387 | 2024-08-16T04:59:35.231Z | Compiling ucd-trie v0.1.6 |
388 | 2024-08-16T04:59:35.440Z | Compiling once_cell v1.19.0 |
389 | 2024-08-16T04:59:35.662Z | Compiling byteorder v1.5.0 |
390 | 2024-08-16T04:59:35.785Z | Compiling serde_json v1.0.125 |
391 | 2024-08-16T04:59:36.175Z | Compiling usdt-impl v0.5.0 |
392 | 2024-08-16T04:59:36.216Z | Compiling proc-macro-error-attr v1.0.4 |
393 | 2024-08-16T04:59:36.364Z | Compiling quote v1.0.36 |
394 | 2024-08-16T04:59:36.459Z | Compiling rustix v0.38.34 |
395 | 2024-08-16T04:59:36.502Z | Compiling syn v1.0.109 |
396 | 2024-08-16T04:59:36.610Z | Compiling proc-macro-error v1.0.4 |
397 | 2024-08-16T04:59:36.642Z | Compiling hashbrown v0.14.5 |
398 | 2024-08-16T04:59:36.940Z | Compiling syn v2.0.74 |
399 | 2024-08-16T04:59:37.118Z | Compiling errno v0.3.9 |
400 | 2024-08-16T04:59:37.141Z | Compiling bitflags v2.6.0 |
401 | 2024-08-16T04:59:37.302Z | Compiling plain v0.2.3 |
402 | 2024-08-16T04:59:37.302Z | Compiling utf8parse v0.2.1 |
403 | 2024-08-16T04:59:37.397Z | Compiling thread-id v4.2.1 |
404 | 2024-08-16T04:59:37.476Z | Compiling equivalent v1.0.1 |
405 | 2024-08-16T04:59:37.476Z | Compiling log v0.4.21 |
406 | 2024-08-16T04:59:37.476Z | Compiling anstyle-parse v0.2.4 |
407 | 2024-08-16T04:59:37.736Z | Compiling autocfg v1.3.0 |
408 | 2024-08-16T04:59:37.790Z | Compiling colorchoice v1.0.1 |
409 | 2024-08-16T04:59:37.939Z | Compiling indexmap v2.4.0 |
410 | 2024-08-16T04:59:37.965Z | Compiling anstyle-query v1.0.3 |
411 | 2024-08-16T04:59:37.987Z | Compiling anstyle v1.0.8 |
412 | 2024-08-16T04:59:38.116Z | Compiling winnow v0.6.18 |
413 | 2024-08-16T04:59:38.264Z | Compiling semver v1.0.23 |
414 | 2024-08-16T04:59:38.485Z | Compiling is_terminal_polyfill v1.70.0 |
415 | 2024-08-16T04:59:38.620Z | Compiling pretty-hex v0.4.1 |
416 | 2024-08-16T04:59:38.760Z | Compiling camino v1.1.7 |
417 | 2024-08-16T04:59:38.899Z | Compiling fs-err v2.11.0 |
418 | 2024-08-16T04:59:39.020Z | Compiling anstream v0.6.14 |
419 | 2024-08-16T04:59:39.138Z | Compiling terminal_size v0.3.0 |
420 | 2024-08-16T04:59:39.306Z | Compiling fnv v1.0.7 |
421 | 2024-08-16T04:59:39.350Z | Compiling heck v0.4.1 |
422 | 2024-08-16T04:59:39.393Z | Compiling anyhow v1.0.86 |
423 | 2024-08-16T04:59:39.440Z | Compiling bytecount v0.6.8 |
424 | 2024-08-16T04:59:39.553Z | Compiling clap_lex v0.7.0 |
425 | 2024-08-16T04:59:39.671Z | Compiling unicode-width v0.1.13 |
426 | 2024-08-16T04:59:39.768Z | Compiling heck v0.5.0 |
427 | 2024-08-16T04:59:39.867Z | Compiling strsim v0.11.1 |
428 | 2024-08-16T04:59:39.933Z | Compiling papergrid v0.11.0 |
429 | 2024-08-16T04:59:40.226Z | Compiling clap_builder v4.5.15 |
430 | 2024-08-16T04:59:40.251Z | Compiling memmap v0.7.0 |
431 | 2024-08-16T04:59:40.894Z | Compiling swrite v0.1.0 |
432 | 2024-08-16T04:59:42.636Z | Compiling tabled_derive v0.7.0 |
433 | 2024-08-16T04:59:44.247Z | Compiling tabled v0.15.0 |
434 | 2024-08-16T04:59:45.301Z | Compiling serde_derive v1.0.207 |
435 | 2024-08-16T04:59:45.302Z | Compiling thiserror-impl v1.0.63 |
436 | 2024-08-16T04:59:45.308Z | Compiling zerocopy-derive v0.7.34 |
437 | 2024-08-16T04:59:45.426Z | Compiling scroll_derive v0.12.0 |
438 | 2024-08-16T04:59:45.576Z | Compiling clap_derive v4.5.13 |
439 | 2024-08-16T04:59:46.917Z | Compiling scroll v0.12.0 |
440 | 2024-08-16T04:59:47.321Z | Compiling goblin v0.8.2 |
441 | 2024-08-16T04:59:47.455Z | Compiling zerocopy v0.7.34 |
442 | 2024-08-16T04:59:48.189Z | Compiling pest v2.7.10 |
443 | 2024-08-16T04:59:49.643Z | Compiling clap v4.5.15 |
444 | 2024-08-16T04:59:50.408Z | Compiling pest_meta v2.7.10 |
445 | 2024-08-16T04:59:51.262Z | Compiling pest_generator v2.7.10 |
446 | 2024-08-16T04:59:53.004Z | Compiling pest_derive v2.7.10 |
447 | 2024-08-16T04:59:53.633Z | Compiling dtrace-parser v0.2.0 |
448 | 2024-08-16T04:59:55.554Z | Compiling serde_tokenstream v0.2.2 |
449 | 2024-08-16T04:59:55.571Z | Compiling serde_spanned v0.6.7 |
450 | 2024-08-16T04:59:55.573Z | Compiling toml_datetime v0.6.8 |
451 | 2024-08-16T04:59:55.846Z | Compiling cargo-platform v0.1.8 |
452 | 2024-08-16T04:59:55.922Z | Compiling toml_edit v0.22.20 |
453 | 2024-08-16T04:59:56.125Z | Compiling macaddr v1.0.1 |
454 | 2024-08-16T04:59:56.980Z | Compiling dof v0.3.0 |
455 | 2024-08-16T04:59:57.020Z | Compiling cargo_metadata v0.18.1 |
456 | 2024-08-16T04:59:58.703Z | Compiling usdt-macro v0.5.0 |
457 | 2024-08-16T04:59:58.704Z | Compiling usdt-attr-macro v0.5.0 |
458 | 2024-08-16T04:59:58.790Z | Compiling toml v0.8.19 |
459 | 2024-08-16T04:59:59.664Z | Compiling cargo_toml v0.20.4 |
460 | 2024-08-16T05:00:00.218Z | Compiling usdt v0.5.0 |
461 | 2024-08-16T05:00:03.369Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
462 | 2024-08-16T05:00:07.169Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.44s |
463 | 2024-08-16T05:00:07.417Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
464 | 2024-08-16T05:00:07.965Z | Downloading crates ... |
465 | 2024-08-16T05:00:08.093Z | Downloaded atty v0.2.14 |
466 | 2024-08-16T05:00:08.096Z | Downloaded ascii-canvas v3.0.0 |
467 | 2024-08-16T05:00:08.100Z | Downloaded arrayvec v0.7.4 |
468 | 2024-08-16T05:00:08.104Z | Downloaded async-stream-impl v0.3.5 |
469 | 2024-08-16T05:00:08.107Z | Downloaded ident_case v1.0.1 |
470 | 2024-08-16T05:00:08.110Z | Downloaded crunchy v0.2.2 |
471 | 2024-08-16T05:00:08.113Z | Downloaded bitstruct_derive v0.1.0 |
472 | 2024-08-16T05:00:08.113Z | Downloaded ciborium-io v0.2.2 |
473 | 2024-08-16T05:00:08.115Z | Downloaded darling_macro v0.20.9 |
474 | 2024-08-16T05:00:08.118Z | Downloaded humantime v2.1.0 |
475 | 2024-08-16T05:00:08.120Z | Downloaded base64 v0.13.1 |
476 | 2024-08-16T05:00:08.123Z | Downloaded castaway v0.2.3 |
477 | 2024-08-16T05:00:08.127Z | Downloaded atomic-waker v1.1.2 |
478 | 2024-08-16T05:00:08.129Z | Downloaded hubpack_derive v0.1.1 |
479 | 2024-08-16T05:00:08.132Z | Downloaded cstr-argument v0.1.2 |
480 | 2024-08-16T05:00:08.132Z | Downloaded bitfield v0.14.0 |
481 | 2024-08-16T05:00:08.135Z | Downloaded convert_case v0.4.0 |
482 | 2024-08-16T05:00:08.135Z | Downloaded cexpr v0.6.0 |
483 | 2024-08-16T05:00:08.137Z | Downloaded async-recursion v1.1.1 |
484 | 2024-08-16T05:00:08.141Z | Downloaded crc-catalog v2.4.0 |
485 | 2024-08-16T05:00:08.143Z | Downloaded opaque-debug v0.3.1 |
486 | 2024-08-16T05:00:08.145Z | Downloaded new_debug_unreachable v1.0.6 |
487 | 2024-08-16T05:00:08.145Z | Downloaded ciborium-ll v0.2.2 |
488 | 2024-08-16T05:00:08.148Z | Downloaded num_threads v0.1.7 |
489 | 2024-08-16T05:00:08.150Z | Downloaded instant v0.1.12 |
490 | 2024-08-16T05:00:08.150Z | Downloaded curve25519-dalek-derive v0.1.1 |
491 | 2024-08-16T05:00:08.153Z | Downloaded debug-ignore v1.0.5 |
492 | 2024-08-16T05:00:08.155Z | Downloaded constant_time_eq v0.3.0 |
493 | 2024-08-16T05:00:08.155Z | Downloaded instability v0.3.2 |
494 | 2024-08-16T05:00:08.159Z | Downloaded hubpack v0.1.2 |
495 | 2024-08-16T05:00:08.163Z | Downloaded block-padding v0.3.3 |
496 | 2024-08-16T05:00:08.163Z | Downloaded impl-trait-for-tuples v0.2.2 |
497 | 2024-08-16T05:00:08.167Z | Downloaded hyper-tls v0.5.0 |
498 | 2024-08-16T05:00:08.168Z | Downloaded lazy_static v1.5.0 |
499 | 2024-08-16T05:00:08.173Z | Downloaded cancel-safe-futures v0.1.5 |
500 | 2024-08-16T05:00:08.176Z | Downloaded num_enum v0.5.11 |
501 | 2024-08-16T05:00:08.178Z | Downloaded nanorand v0.7.0 |
502 | 2024-08-16T05:00:08.182Z | Downloaded mime v0.3.17 |
503 | 2024-08-16T05:00:08.185Z | Downloaded maybe-uninit v2.0.0 |
504 | 2024-08-16T05:00:08.185Z | Downloaded atomicwrites v0.4.3 |
505 | 2024-08-16T05:00:08.188Z | Downloaded olpc-cjson v0.1.3 |
506 | 2024-08-16T05:00:08.188Z | Downloaded lru-cache v0.1.2 |
507 | 2024-08-16T05:00:08.190Z | Downloaded linear-map v1.2.0 |
508 | 2024-08-16T05:00:08.190Z | Downloaded libefi-sys v0.1.0 |
509 | 2024-08-16T05:00:08.194Z | Downloaded bitstruct v0.1.1 |
510 | 2024-08-16T05:00:08.197Z | Downloaded nibble_vec v0.1.0 |
511 | 2024-08-16T05:00:08.197Z | Downloaded is-terminal v0.4.12 |
512 | 2024-08-16T05:00:08.199Z | Downloaded serde_urlencoded v0.7.1 |
513 | 2024-08-16T05:00:08.202Z | Downloaded mockall v0.13.0 |
514 | 2024-08-16T05:00:08.206Z | Downloaded memmap2 v0.9.4 |
515 | 2024-08-16T05:00:08.206Z | Downloaded num-iter v0.1.45 |
516 | 2024-08-16T05:00:08.210Z | Downloaded num-complex v0.4.6 |
517 | 2024-08-16T05:00:08.210Z | Downloaded indent_write v2.2.0 |
518 | 2024-08-16T05:00:08.213Z | Downloaded console v0.15.8 |
519 | 2024-08-16T05:00:08.216Z | Downloaded multer v3.1.0 |
520 | 2024-08-16T05:00:08.220Z | Downloaded num v0.4.3 |
521 | 2024-08-16T05:00:08.220Z | Downloaded cfg_aliases v0.1.1 |
522 | 2024-08-16T05:00:08.222Z | Downloaded bitfield-struct v0.6.1 |
523 | 2024-08-16T05:00:08.223Z | Downloaded crossbeam-epoch v0.9.18 |
524 | 2024-08-16T05:00:08.225Z | Downloaded cookie v0.18.1 |
525 | 2024-08-16T05:00:08.227Z | Downloaded aead v0.5.2 |
526 | 2024-08-16T05:00:08.231Z | Downloaded openssl-macros v0.1.1 |
527 | 2024-08-16T05:00:08.233Z | Downloaded newtype_derive v0.1.6 |
528 | 2024-08-16T05:00:08.233Z | Downloaded newline-converter v0.3.0 |
529 | 2024-08-16T05:00:08.233Z | Downloaded num-conv v0.1.0 |
530 | 2024-08-16T05:00:08.236Z | Downloaded normalize-line-endings v0.3.0 |
531 | 2024-08-16T05:00:08.236Z | Downloaded arc-swap v1.7.1 |
532 | 2024-08-16T05:00:08.242Z | Downloaded nodrop v0.1.14 |
533 | 2024-08-16T05:00:08.246Z | Downloaded number_prefix v0.4.0 |
534 | 2024-08-16T05:00:08.246Z | Downloaded arrayref v0.3.7 |
535 | 2024-08-16T05:00:08.246Z | Downloaded serde_arrays v0.1.0 |
536 | 2024-08-16T05:00:08.247Z | Downloaded match_cfg v0.1.0 |
537 | 2024-08-16T05:00:08.249Z | Downloaded num-traits v0.2.19 |
538 | 2024-08-16T05:00:08.251Z | Downloaded cbc v0.1.2 |
539 | 2024-08-16T05:00:08.254Z | Downloaded buf-list v1.0.3 |
540 | 2024-08-16T05:00:08.257Z | Downloaded downcast v0.11.0 |
541 | 2024-08-16T05:00:08.257Z | Downloaded foreign-types-shared v0.3.1 |
542 | 2024-08-16T05:00:08.260Z | Downloaded foreign-types-shared v0.1.1 |
543 | 2024-08-16T05:00:08.260Z | Downloaded foreign-types v0.5.0 |
544 | 2024-08-16T05:00:08.260Z | Downloaded foreign-types v0.3.2 |
545 | 2024-08-16T05:00:08.262Z | Downloaded derive_builder_macro v0.20.0 |
546 | 2024-08-16T05:00:08.262Z | Downloaded shell-words v1.1.0 |
547 | 2024-08-16T05:00:08.265Z | Downloaded linked-hash-map v0.5.6 |
548 | 2024-08-16T05:00:08.265Z | Downloaded ipnetwork v0.20.0 |
549 | 2024-08-16T05:00:08.267Z | Downloaded cassowary v0.3.0 |
550 | 2024-08-16T05:00:08.270Z | Downloaded bit-set v0.5.3 |
551 | 2024-08-16T05:00:08.273Z | Downloaded kstat-rs v0.2.4 |
552 | 2024-08-16T05:00:08.273Z | Downloaded slog-bunyan v2.5.0 |
553 | 2024-08-16T05:00:08.277Z | Downloaded memoffset v0.9.1 |
554 | 2024-08-16T05:00:08.277Z | Downloaded md-5 v0.10.6 |
555 | 2024-08-16T05:00:08.286Z | Downloaded lalrpop-util v0.19.12 |
556 | 2024-08-16T05:00:08.286Z | Downloaded num_cpus v1.16.0 |
557 | 2024-08-16T05:00:08.300Z | Downloaded num-integer v0.1.46 |
558 | 2024-08-16T05:00:08.300Z | Downloaded chacha20 v0.9.1 |
559 | 2024-08-16T05:00:08.300Z | Downloaded base64ct v1.6.0 |
560 | 2024-08-16T05:00:08.300Z | Downloaded libsw v3.3.1 |
561 | 2024-08-16T05:00:08.306Z | Downloaded structmeta-derive v0.3.0 |
562 | 2024-08-16T05:00:08.306Z | Downloaded smf v0.2.3 |
563 | 2024-08-16T05:00:08.306Z | Downloaded slog-stdlog v4.1.1 |
564 | 2024-08-16T05:00:08.306Z | Downloaded http-range v0.1.5 |
565 | 2024-08-16T05:00:08.306Z | Downloaded iana-time-zone v0.1.60 |
566 | 2024-08-16T05:00:08.306Z | Downloaded async-trait v0.1.81 |
567 | 2024-08-16T05:00:08.311Z | Downloaded unicase v2.7.0 |
568 | 2024-08-16T05:00:08.311Z | Downloaded peg-runtime v0.8.3 |
569 | 2024-08-16T05:00:08.311Z | Downloaded termios v0.3.3 |
570 | 2024-08-16T05:00:08.315Z | Downloaded tiny-keccak v2.0.2 |
571 | 2024-08-16T05:00:08.315Z | Downloaded fastrand v2.1.0 |
572 | 2024-08-16T05:00:08.319Z | Downloaded foreign-types-macros v0.2.3 |
573 | 2024-08-16T05:00:08.319Z | Downloaded crc32fast v1.4.0 |
574 | 2024-08-16T05:00:08.333Z | Downloaded camino-tempfile v1.1.1 |
575 | 2024-08-16T05:00:08.337Z | Downloaded jobserver v0.1.32 |
576 | 2024-08-16T05:00:08.337Z | Downloaded heck v0.3.3 |
577 | 2024-08-16T05:00:08.337Z | Downloaded mime_guess v2.0.4 |
578 | 2024-08-16T05:00:08.337Z | Downloaded ciborium v0.2.2 |
579 | 2024-08-16T05:00:08.337Z | Downloaded num_enum_derive v0.5.11 |
580 | 2024-08-16T05:00:08.337Z | Downloaded managed v0.8.0 |
581 | 2024-08-16T05:00:08.337Z | Downloaded const_format_proc_macros v0.2.32 |
582 | 2024-08-16T05:00:08.343Z | Downloaded cipher v0.4.4 |
583 | 2024-08-16T05:00:08.343Z | Downloaded native-tls v0.2.11 |
584 | 2024-08-16T05:00:08.348Z | Downloaded unarray v0.1.4 |
585 | 2024-08-16T05:00:08.348Z | Downloaded cookie v0.17.0 |
586 | 2024-08-16T05:00:08.352Z | Downloaded http-body v0.4.6 |
587 | 2024-08-16T05:00:08.352Z | Downloaded data-encoding v2.6.0 |
588 | 2024-08-16T05:00:08.355Z | Downloaded const_format v0.2.32 |
589 | 2024-08-16T05:00:08.358Z | Downloaded twox-hash v1.6.3 |
590 | 2024-08-16T05:00:08.362Z | Downloaded take_mut v0.2.2 |
591 | 2024-08-16T05:00:08.362Z | Downloaded fallible-streaming-iterator v0.1.9 |
592 | 2024-08-16T05:00:08.362Z | Downloaded display-error-chain v0.2.0 |
593 | 2024-08-16T05:00:08.366Z | Downloaded termtree v0.4.1 |
594 | 2024-08-16T05:00:08.366Z | Downloaded pem v3.0.4 |
595 | 2024-08-16T05:00:08.370Z | Downloaded tokio-stream v0.1.15 |
596 | 2024-08-16T05:00:08.372Z | Downloaded toolchain_find v0.4.0 |
597 | 2024-08-16T05:00:08.372Z | Downloaded backoff v0.4.0 |
598 | 2024-08-16T05:00:08.374Z | Downloaded proc-macro-crate v1.3.1 |
599 | 2024-08-16T05:00:08.377Z | Downloaded rustfmt-wrapper v0.2.1 |
600 | 2024-08-16T05:00:08.379Z | Downloaded spin v0.9.8 |
601 | 2024-08-16T05:00:08.381Z | Downloaded hostname v0.4.0 |
602 | 2024-08-16T05:00:08.384Z | Downloaded percent-encoding v2.3.1 |
603 | 2024-08-16T05:00:08.384Z | Downloaded mockall_derive v0.13.0 |
604 | 2024-08-16T05:00:08.387Z | Downloaded rand_chacha v0.3.1 |
605 | 2024-08-16T05:00:08.389Z | Downloaded rand_seeder v0.3.0 |
606 | 2024-08-16T05:00:08.391Z | Downloaded tracing-attributes v0.1.27 |
607 | 2024-08-16T05:00:08.395Z | Downloaded serde_path_to_error v0.1.16 |
608 | 2024-08-16T05:00:08.397Z | Downloaded phf_shared v0.11.2 |
609 | 2024-08-16T05:00:08.397Z | Downloaded crossbeam-channel v0.5.12 |
610 | 2024-08-16T05:00:08.402Z | Downloaded fxhash v0.2.1 |
611 | 2024-08-16T05:00:08.404Z | Downloaded signal-hook-mio v0.2.4 |
612 | 2024-08-16T05:00:08.409Z | Downloaded vte v0.11.1 |
613 | 2024-08-16T05:00:08.413Z | Downloaded minimal-lexical v0.2.1 |
614 | 2024-08-16T05:00:08.415Z | Downloaded httparse v1.8.0 |
615 | 2024-08-16T05:00:08.417Z | Downloaded openssl-probe v0.1.5 |
616 | 2024-08-16T05:00:08.417Z | Downloaded strip-ansi-escapes v0.2.0 |
617 | 2024-08-16T05:00:08.420Z | Downloaded thread_local v1.1.8 |
618 | 2024-08-16T05:00:08.422Z | Downloaded slab v0.4.9 |
619 | 2024-08-16T05:00:08.422Z | Downloaded crypto-bigint v0.5.5 |
620 | 2024-08-16T05:00:08.430Z | Downloaded want v0.3.1 |
621 | 2024-08-16T05:00:08.433Z | Downloaded strum v0.26.3 |
622 | 2024-08-16T05:00:08.435Z | Downloaded either v1.13.0 |
623 | 2024-08-16T05:00:08.435Z | Downloaded xattr v1.3.1 |
624 | 2024-08-16T05:00:08.437Z | Downloaded universal-hash v0.5.1 |
625 | 2024-08-16T05:00:08.439Z | Downloaded httpdate v1.0.3 |
626 | 2024-08-16T05:00:08.442Z | Downloaded futures-executor v0.3.30 |
627 | 2024-08-16T05:00:08.444Z | Downloaded fd-lock v4.0.2 |
628 | 2024-08-16T05:00:08.446Z | Downloaded mio v0.8.11 |
629 | 2024-08-16T05:00:08.452Z | Downloaded float-ord v0.3.2 |
630 | 2024-08-16T05:00:08.454Z | Downloaded parse-size v1.0.0 |
631 | 2024-08-16T05:00:08.456Z | Downloaded crc-any v2.5.0 |
632 | 2024-08-16T05:00:08.458Z | Downloaded radium v0.7.0 |
633 | 2024-08-16T05:00:08.461Z | Downloaded untrusted v0.7.1 |
634 | 2024-08-16T05:00:08.461Z | Downloaded pbkdf2 v0.12.2 |
635 | 2024-08-16T05:00:08.463Z | Downloaded chacha20poly1305 v0.10.1 |
636 | 2024-08-16T05:00:08.466Z | Downloaded compact_str v0.8.0 |
637 | 2024-08-16T05:00:08.468Z | Downloaded getopts v0.2.21 |
638 | 2024-08-16T05:00:08.470Z | Downloaded gethostname v0.5.0 |
639 | 2024-08-16T05:00:08.473Z | Downloaded r2d2 v0.8.10 |
640 | 2024-08-16T05:00:08.475Z | Downloaded signal-hook-registry v1.4.2 |
641 | 2024-08-16T05:00:08.475Z | Downloaded zip v0.6.6 |
642 | 2024-08-16T05:00:08.491Z | Downloaded derive_builder_core v0.20.0 |
643 | 2024-08-16T05:00:08.494Z | Downloaded smallvec v0.6.14 |
644 | 2024-08-16T05:00:08.496Z | Downloaded rtoolbox v0.0.2 |
645 | 2024-08-16T05:00:08.498Z | Downloaded pkg-config v0.3.30 |
646 | 2024-08-16T05:00:08.498Z | Downloaded socket2 v0.5.7 |
647 | 2024-08-16T05:00:08.501Z | Downloaded schemars v0.8.21 |
648 | 2024-08-16T05:00:08.514Z | Downloaded embedded-io v0.4.0 |
649 | 2024-08-16T05:00:08.517Z | Downloaded glob v0.3.1 |
650 | 2024-08-16T05:00:08.519Z | Downloaded getrandom v0.2.14 |
651 | 2024-08-16T05:00:08.523Z | Downloaded unicode-bidi v0.3.15 |
652 | 2024-08-16T05:00:08.525Z | Downloaded float-cmp v0.9.0 |
653 | 2024-08-16T05:00:08.528Z | Downloaded fallible-iterator v0.2.0 |
654 | 2024-08-16T05:00:08.530Z | Downloaded phf_shared v0.10.0 |
655 | 2024-08-16T05:00:08.530Z | Downloaded rustc-hash v1.1.0 |
656 | 2024-08-16T05:00:08.532Z | Downloaded resolv-conf v0.7.0 |
657 | 2024-08-16T05:00:08.536Z | Downloaded parse-display-derive v0.10.0 |
658 | 2024-08-16T05:00:08.538Z | Downloaded vte_generate_state_changes v0.1.1 |
659 | 2024-08-16T05:00:08.538Z | Downloaded term v0.7.0 |
660 | 2024-08-16T05:00:08.540Z | Downloaded sync_wrapper v0.1.2 |
661 | 2024-08-16T05:00:08.543Z | Downloaded tempfile v3.10.1 |
662 | 2024-08-16T05:00:08.545Z | Downloaded slog v2.7.0 |
663 | 2024-08-16T05:00:08.549Z | Downloaded tokio-macros v2.3.0 |
664 | 2024-08-16T05:00:08.552Z | Downloaded string_cache v0.8.7 |
665 | 2024-08-16T05:00:08.554Z | Downloaded portpicker v0.1.1 |
666 | 2024-08-16T05:00:08.554Z | Downloaded unicode-linebreak v0.1.5 |
667 | 2024-08-16T05:00:08.557Z | Downloaded rustls-pemfile v2.1.3 |
668 | 2024-08-16T05:00:08.559Z | Downloaded slog-scope v4.4.0 |
669 | 2024-08-16T05:00:08.561Z | Downloaded salsa20 v0.10.2 |
670 | 2024-08-16T05:00:08.563Z | Downloaded zone_cfg_derive v0.1.2 |
671 | 2024-08-16T05:00:08.563Z | Downloaded tabwriter v1.4.0 |
672 | 2024-08-16T05:00:08.566Z | Downloaded pkcs5 v0.7.1 |
673 | 2024-08-16T05:00:08.570Z | Downloaded secrecy v0.8.0 |
674 | 2024-08-16T05:00:08.573Z | Downloaded rustls-pki-types v1.7.0 |
675 | 2024-08-16T05:00:08.573Z | Downloaded zeroize_derive v1.4.2 |
676 | 2024-08-16T05:00:08.575Z | Downloaded ref-cast v1.0.23 |
677 | 2024-08-16T05:00:08.578Z | Downloaded ppv-lite86 v0.2.17 |
678 | 2024-08-16T05:00:08.581Z | Downloaded mio v1.0.2 |
679 | 2024-08-16T05:00:08.587Z | Downloaded sigpipe v0.1.3 |
680 | 2024-08-16T05:00:08.589Z | Downloaded libxml v0.3.3 |
681 | 2024-08-16T05:00:08.594Z | Downloaded home v0.5.9 |
682 | 2024-08-16T05:00:08.596Z | Downloaded signal-hook v0.3.17 |
683 | 2024-08-16T05:00:08.600Z | Downloaded crossterm v0.28.1 |
684 | 2024-08-16T05:00:08.607Z | Downloaded thiserror-impl-no-std v2.0.2 |
685 | 2024-08-16T05:00:08.609Z | Downloaded supports-color v3.0.0 |
686 | 2024-08-16T05:00:08.611Z | Downloaded rpassword v7.3.1 |
687 | 2024-08-16T05:00:08.614Z | Downloaded oso v0.27.3 |
688 | 2024-08-16T05:00:08.617Z | Downloaded hash32 v0.2.1 |
689 | 2024-08-16T05:00:08.619Z | Downloaded precomputed-hash v0.1.1 |
690 | 2024-08-16T05:00:08.619Z | Downloaded group v0.13.0 |
691 | 2024-08-16T05:00:08.622Z | Downloaded futures-task v0.3.30 |
692 | 2024-08-16T05:00:08.624Z | Downloaded defmt-parser v0.3.4 |
693 | 2024-08-16T05:00:08.624Z | Downloaded fragile v2.0.0 |
694 | 2024-08-16T05:00:08.636Z | Downloaded funty v2.0.0 |
695 | 2024-08-16T05:00:08.640Z | Downloaded try-lock v0.2.5 |
696 | 2024-08-16T05:00:08.640Z | Downloaded tap v1.0.1 |
697 | 2024-08-16T05:00:08.640Z | Downloaded postgres-protocol v0.6.7 |
698 | 2024-08-16T05:00:08.640Z | Downloaded pin-project-internal v1.1.5 |
699 | 2024-08-16T05:00:08.640Z | Downloaded defmt-macros v0.3.9 |
700 | 2024-08-16T05:00:08.642Z | Downloaded scheduled-thread-pool v0.2.7 |
701 | 2024-08-16T05:00:08.643Z | Downloaded zeroize v1.7.0 |
702 | 2024-08-16T05:00:08.643Z | Downloaded zerocopy v0.6.6 |
703 | 2024-08-16T05:00:08.645Z | Downloaded postcard v1.0.8 |
704 | 2024-08-16T05:00:08.648Z | Downloaded flagset v0.4.5 |
705 | 2024-08-16T05:00:08.652Z | Downloaded enum-as-inner v0.6.0 |
706 | 2024-08-16T05:00:08.654Z | Downloaded signature v2.2.0 |
707 | 2024-08-16T05:00:08.654Z | Downloaded vergen v8.3.2 |
708 | 2024-08-16T05:00:08.657Z | Downloaded signal-hook-tokio v0.3.1 |
709 | 2024-08-16T05:00:08.659Z | Downloaded pretty-hex v0.2.1 |
710 | 2024-08-16T05:00:08.662Z | Downloaded waitgroup v0.1.2 |
711 | 2024-08-16T05:00:08.664Z | Downloaded predicates-tree v1.0.9 |
712 | 2024-08-16T05:00:08.664Z | Downloaded http v1.1.0 |
713 | 2024-08-16T05:00:08.668Z | Downloaded psl-types v2.0.11 |
714 | 2024-08-16T05:00:08.671Z | Downloaded utf-8 v0.7.6 |
715 | 2024-08-16T05:00:08.673Z | Downloaded http v0.2.12 |
716 | 2024-08-16T05:00:08.676Z | Downloaded globset v0.4.14 |
717 | 2024-08-16T05:00:08.679Z | Downloaded thiserror-no-std v2.0.2 |
718 | 2024-08-16T05:00:08.681Z | Downloaded owo-colors v4.0.0 |
719 | 2024-08-16T05:00:08.685Z | Downloaded futures-core v0.3.30 |
720 | 2024-08-16T05:00:08.687Z | Downloaded predicates-core v1.0.6 |
721 | 2024-08-16T05:00:08.689Z | Downloaded ena v0.14.3 |
722 | 2024-08-16T05:00:08.689Z | Downloaded rusty-fork v0.3.0 |
723 | 2024-08-16T05:00:08.691Z | Downloaded derive_builder v0.20.0 |
724 | 2024-08-16T05:00:08.696Z | Downloaded openssl-sys v0.9.103 |
725 | 2024-08-16T05:00:08.703Z | Downloaded tui-tree-widget v0.22.0 |
726 | 2024-08-16T05:00:08.705Z | Downloaded static_assertions v1.1.0 |
727 | 2024-08-16T05:00:08.710Z | Downloaded sqlformat v0.2.4 |
728 | 2024-08-16T05:00:08.712Z | Downloaded paste v1.0.15 |
729 | 2024-08-16T05:00:08.712Z | Downloaded parking_lot v0.11.2 |
730 | 2024-08-16T05:00:08.716Z | Downloaded packed_struct_codegen v0.10.1 |
731 | 2024-08-16T05:00:08.718Z | Downloaded stable_deref_trait v1.2.0 |
732 | 2024-08-16T05:00:08.718Z | Downloaded strum_macros v0.25.3 |
733 | 2024-08-16T05:00:08.721Z | Downloaded password-hash v0.5.0 |
734 | 2024-08-16T05:00:08.723Z | Downloaded hmac v0.12.1 |
735 | 2024-08-16T05:00:08.725Z | Downloaded textwrap v0.16.1 |
736 | 2024-08-16T05:00:08.727Z | Downloaded tokio-postgres v0.7.11 |
737 | 2024-08-16T05:00:08.732Z | Downloaded deranged v0.3.11 |
738 | 2024-08-16T05:00:08.734Z | Downloaded rand_xorshift v0.3.0 |
739 | 2024-08-16T05:00:08.737Z | Downloaded time-core v0.1.2 |
740 | 2024-08-16T05:00:08.739Z | Downloaded strum_macros v0.26.4 |
741 | 2024-08-16T05:00:08.739Z | Downloaded env_logger v0.10.2 |
742 | 2024-08-16T05:00:08.742Z | Downloaded tungstenite v0.21.0 |
743 | 2024-08-16T05:00:08.746Z | Downloaded peg v0.8.4 |
744 | 2024-08-16T05:00:08.750Z | Downloaded unicode-xid v0.2.4 |
745 | 2024-08-16T05:00:08.752Z | Downloaded structmeta v0.3.0 |
746 | 2024-08-16T05:00:08.754Z | Downloaded serde-big-array v0.5.1 |
747 | 2024-08-16T05:00:08.757Z | Downloaded futures v0.3.30 |
748 | 2024-08-16T05:00:08.760Z | Downloaded path-slash v0.1.5 |
749 | 2024-08-16T05:00:08.762Z | Downloaded hex v0.4.3 |
750 | 2024-08-16T05:00:08.764Z | Downloaded form_urlencoded v1.2.1 |
751 | 2024-08-16T05:00:08.765Z | Downloaded tinyvec_macros v0.1.1 |
752 | 2024-08-16T05:00:08.767Z | Downloaded diesel_table_macro_syntax v0.2.0 |
753 | 2024-08-16T05:00:08.767Z | Downloaded poly1305 v0.8.0 |
754 | 2024-08-16T05:00:08.769Z | Downloaded predicates v3.1.2 |
755 | 2024-08-16T05:00:08.773Z | Downloaded erased-serde v0.3.31 |
756 | 2024-08-16T05:00:08.776Z | Downloaded futures-io v0.3.30 |
757 | 2024-08-16T05:00:08.776Z | Downloaded spki v0.7.3 |
758 | 2024-08-16T05:00:08.779Z | Downloaded uuid v1.10.0 |
759 | 2024-08-16T05:00:08.782Z | Downloaded env_logger v0.9.3 |
760 | 2024-08-16T05:00:08.784Z | Downloaded idna v0.4.0 |
761 | 2024-08-16T05:00:08.791Z | Downloaded rustc-demangle v0.1.24 |
762 | 2024-08-16T05:00:08.794Z | Downloaded phf v0.11.2 |
763 | 2024-08-16T05:00:08.796Z | Downloaded pkcs1 v0.7.5 |
764 | 2024-08-16T05:00:08.798Z | Downloaded structmeta-derive v0.2.0 |
765 | 2024-08-16T05:00:08.800Z | Downloaded shlex v1.3.0 |
766 | 2024-08-16T05:00:08.802Z | Downloaded unicode_categories v0.1.1 |
767 | 2024-08-16T05:00:08.804Z | Downloaded semver v0.1.20 |
768 | 2024-08-16T05:00:08.804Z | Downloaded hash32 v0.3.1 |
769 | 2024-08-16T05:00:08.807Z | Downloaded futures-macro v0.3.30 |
770 | 2024-08-16T05:00:08.807Z | Downloaded ron v0.8.1 |
771 | 2024-08-16T05:00:08.812Z | Downloaded dirs-next v2.0.0 |
772 | 2024-08-16T05:00:08.815Z | Downloaded unicode-truncate v1.0.0 |
773 | 2024-08-16T05:00:08.817Z | Downloaded packed_struct v0.10.1 |
774 | 2024-08-16T05:00:08.824Z | Downloaded hashlink v0.9.1 |
775 | 2024-08-16T05:00:08.826Z | Downloaded serde_plain v1.0.2 |
776 | 2024-08-16T05:00:08.828Z | Downloaded tokio-native-tls v0.3.1 |
777 | 2024-08-16T05:00:08.831Z | Downloaded tokio-tungstenite v0.20.1 |
778 | 2024-08-16T05:00:08.833Z | Downloaded serde_with_macros v3.8.3 |
779 | 2024-08-16T05:00:08.836Z | Downloaded hostname v0.3.1 |
780 | 2024-08-16T05:00:08.838Z | Downloaded unicode-segmentation v1.11.0 |
781 | 2024-08-16T05:00:08.841Z | Downloaded toml_edit v0.19.15 |
782 | 2024-08-16T05:00:08.861Z | Downloaded parking_lot_core v0.9.10 |
783 | 2024-08-16T05:00:08.864Z | Downloaded walkdir v2.5.0 |
784 | 2024-08-16T05:00:08.866Z | Downloaded tracing-core v0.1.32 |
785 | 2024-08-16T05:00:08.868Z | Downloaded x509-cert v0.2.5 |
786 | 2024-08-16T05:00:08.874Z | Downloaded itertools v0.12.1 |
787 | 2024-08-16T05:00:08.881Z | Downloaded parse-display v0.10.0 |
788 | 2024-08-16T05:00:08.884Z | Downloaded time-macros v0.2.18 |
789 | 2024-08-16T05:00:08.886Z | Downloaded hickory-resolver v0.24.1 |
790 | 2024-08-16T05:00:08.889Z | Downloaded toml v0.7.8 |
791 | 2024-08-16T05:00:08.892Z | Downloaded tokio-tungstenite v0.21.0 |
792 | 2024-08-16T05:00:08.894Z | Downloaded tracing v0.1.40 |
793 | 2024-08-16T05:00:08.900Z | Downloaded der v0.7.9 |
794 | 2024-08-16T05:00:08.904Z | Downloaded wait-timeout v0.2.0 |
795 | 2024-08-16T05:00:08.907Z | Downloaded time v0.3.36 |
796 | 2024-08-16T05:00:08.914Z | Downloaded pin-project v1.1.5 |
797 | 2024-08-16T05:00:08.926Z | Downloaded serde_yaml v0.9.34+deprecated |
798 | 2024-08-16T05:00:08.933Z | Downloaded uzers v0.11.3 |
799 | 2024-08-16T05:00:08.936Z | Downloaded vsss-rs v3.3.4 |
800 | 2024-08-16T05:00:08.936Z | Downloaded diff v0.1.13 |
801 | 2024-08-16T05:00:08.938Z | Downloaded tungstenite v0.20.1 |
802 | 2024-08-16T05:00:08.941Z | Downloaded rayon-core v1.12.1 |
803 | 2024-08-16T05:00:08.946Z | Downloaded tough v0.17.1 |
804 | 2024-08-16T05:00:08.955Z | Downloaded hickory-client v0.24.1 |
805 | 2024-08-16T05:00:08.959Z | Downloaded parking_lot v0.12.2 |
806 | 2024-08-16T05:00:08.961Z | Downloaded diesel_derives v2.2.2 |
807 | 2024-08-16T05:00:08.966Z | Downloaded heapless v0.8.0 |
808 | 2024-08-16T05:00:08.972Z | Downloaded rsa v0.9.6 |
809 | 2024-08-16T05:00:08.976Z | Downloaded heapless v0.7.17 |
810 | 2024-08-16T05:00:08.980Z | Downloaded blake3 v1.5.1 |
811 | 2024-08-16T05:00:08.989Z | Downloaded expectorate v1.1.0 |
812 | 2024-08-16T05:00:08.993Z | Downloaded snafu v0.8.2 |
813 | 2024-08-16T05:00:08.998Z | Downloaded unicode-normalization v0.1.23 |
814 | 2024-08-16T05:00:09.004Z | Downloaded headers v0.3.9 |
815 | 2024-08-16T05:00:09.009Z | Downloaded quick-xml v0.31.0 |
816 | 2024-08-16T05:00:09.016Z | Downloaded flate2 v1.0.31 |
817 | 2024-08-16T05:00:09.022Z | Downloaded publicsuffix v2.2.3 |
818 | 2024-08-16T05:00:09.025Z | Downloaded winnow v0.5.40 |
819 | 2024-08-16T05:00:09.035Z | Downloaded lalrpop v0.19.12 |
820 | 2024-08-16T05:00:09.052Z | Downloaded portable-atomic v1.6.0 |
821 | 2024-08-16T05:00:09.055Z | Downloaded regex-automata v0.1.10 |
822 | 2024-08-16T05:00:09.060Z | Downloaded proptest v1.5.0 |
823 | 2024-08-16T05:00:09.071Z | Downloaded reedline v0.33.0 |
824 | 2024-08-16T05:00:09.079Z | Downloaded rayon v1.10.0 |
825 | 2024-08-16T05:00:09.089Z | Downloaded hkdf v0.12.4 |
826 | 2024-08-16T05:00:09.092Z | Downloaded hashbrown v0.12.3 |
827 | 2024-08-16T05:00:09.096Z | Downloaded git2 v0.19.0 |
828 | 2024-08-16T05:00:09.106Z | Downloaded serde_with v3.8.3 |
829 | 2024-08-16T05:00:09.114Z | Downloaded rusqlite v0.31.0 |
830 | 2024-08-16T05:00:09.121Z | Downloaded h2 v0.3.26 |
831 | 2024-08-16T05:00:09.128Z | Downloaded reqwest v0.11.27 |
832 | 2024-08-16T05:00:09.136Z | Downloaded tokio-util v0.7.11 |
833 | 2024-08-16T05:00:09.144Z | Downloaded object v0.32.2 |
834 | 2024-08-16T05:00:09.155Z | Downloaded nix v0.28.0 |
835 | 2024-08-16T05:00:09.167Z | Downloaded gimli v0.28.1 |
836 | 2024-08-16T05:00:09.177Z | Downloaded webpki-roots v0.25.4 |
837 | 2024-08-16T05:00:09.180Z | Downloaded radix_trie v0.2.1 |
838 | 2024-08-16T05:00:09.186Z | Downloaded rustls v0.21.12 |
839 | 2024-08-16T05:00:09.201Z | Downloaded regex-syntax v0.6.29 |
840 | 2024-08-16T05:00:09.207Z | Downloaded polar-core v0.27.3 |
841 | 2024-08-16T05:00:09.217Z | Downloaded vcpkg v0.2.15 |
842 | 2024-08-16T05:00:09.257Z | Downloaded smoltcp v0.9.1 |
843 | 2024-08-16T05:00:09.267Z | Downloaded regex v1.10.6 |
844 | 2024-08-16T05:00:09.281Z | Downloaded smoltcp v0.11.0 |
845 | 2024-08-16T05:00:09.295Z | Downloaded hickory-proto v0.24.1 |
846 | 2024-08-16T05:00:09.311Z | Downloaded rustls v0.22.4 |
847 | 2024-08-16T05:00:09.327Z | Downloaded diesel v2.2.2 |
848 | 2024-08-16T05:00:09.347Z | Downloaded regress v0.9.1 |
849 | 2024-08-16T05:00:09.357Z | Downloaded regex-syntax v0.8.4 |
850 | 2024-08-16T05:00:09.366Z | Downloaded zerocopy-derive v0.6.6 |
851 | 2024-08-16T05:00:09.377Z | Downloaded sled v0.34.7 |
852 | 2024-08-16T05:00:09.387Z | Downloaded ratatui v0.28.0 |
853 | 2024-08-16T05:00:09.408Z | Downloaded openapiv3 v2.0.0 |
854 | 2024-08-16T05:00:09.421Z | Downloaded bstr v0.2.17 |
855 | 2024-08-16T05:00:09.432Z | Downloaded regex-automata v0.4.6 |
856 | 2024-08-16T05:00:09.449Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
857 | 2024-08-16T05:00:09.464Z | Downloaded nix v0.27.1 |
858 | 2024-08-16T05:00:09.475Z | Downloaded bstr v1.9.1 |
859 | 2024-08-16T05:00:09.486Z | Downloaded openssl v0.10.66 |
860 | 2024-08-16T05:00:09.497Z | Downloaded finl_unicode v1.2.0 |
861 | 2024-08-16T05:00:09.509Z | Downloaded petgraph v0.6.5 |
862 | 2024-08-16T05:00:09.527Z | Downloaded tokio v1.38.1 |
863 | 2024-08-16T05:00:09.568Z | Downloaded sha3 v0.10.8 |
864 | 2024-08-16T05:00:09.574Z | Downloaded csv v1.3.0 |
865 | 2024-08-16T05:00:09.596Z | Downloaded idna v0.5.0 |
866 | 2024-08-16T05:00:09.603Z | Downloaded curve25519-dalek v4.1.3 |
867 | 2024-08-16T05:00:09.612Z | Downloaded sqlparser v0.45.0 |
868 | 2024-08-16T05:00:09.618Z | Downloaded idna v0.3.0 |
869 | 2024-08-16T05:00:09.626Z | Downloaded futures-util v0.3.30 |
870 | 2024-08-16T05:00:09.640Z | Downloaded rustls-webpki v0.102.4 |
871 | 2024-08-16T05:00:09.658Z | Downloaded rustls-webpki v0.101.7 |
872 | 2024-08-16T05:00:09.674Z | Downloaded encoding_rs v0.8.34 |
873 | 2024-08-16T05:00:09.697Z | Downloaded object v0.30.4 |
874 | 2024-08-16T05:00:09.706Z | Downloaded bitvec v1.0.1 |
875 | 2024-08-16T05:00:09.721Z | Downloaded bindgen v0.69.4 |
876 | 2024-08-16T05:00:09.731Z | Downloaded url v2.5.2 |
877 | 2024-08-16T05:00:09.733Z | Downloaded chrono v0.4.38 |
878 | 2024-08-16T05:00:09.741Z | Downloaded derive_more v0.99.18 |
879 | 2024-08-16T05:00:09.746Z | Downloaded ron v0.7.1 |
880 | 2024-08-16T05:00:09.751Z | Downloaded hyper v0.14.30 |
881 | 2024-08-16T05:00:09.760Z | Downloaded aho-corasick v1.1.3 |
882 | 2024-08-16T05:00:09.764Z | Downloaded slog-term v2.9.1 |
883 | 2024-08-16T05:00:09.767Z | Downloaded pin-project-lite v0.2.14 |
884 | 2024-08-16T05:00:09.771Z | Downloaded steno v0.4.1 |
885 | 2024-08-16T05:00:09.775Z | Downloaded sha1 v0.10.6 |
886 | 2024-08-16T05:00:09.786Z | Downloaded parking_lot_core v0.8.6 |
887 | 2024-08-16T05:00:09.790Z | Downloaded half v2.4.1 |
888 | 2024-08-16T05:00:09.790Z | Downloaded tls_codec v0.4.1 |
889 | 2024-08-16T05:00:09.790Z | Downloaded snafu-derive v0.8.2 |
890 | 2024-08-16T05:00:09.790Z | Downloaded prettyplease v0.2.20 |
891 | 2024-08-16T05:00:09.790Z | Downloaded serde-hex v0.1.0 |
892 | 2024-08-16T05:00:09.790Z | Downloaded rustc_version v0.1.7 |
893 | 2024-08-16T05:00:09.795Z | Downloaded samael v0.0.15 |
894 | 2024-08-16T05:00:09.798Z | Downloaded rcgen v0.12.1 |
895 | 2024-08-16T05:00:09.798Z | Downloaded serde_repr v0.1.19 |
896 | 2024-08-16T05:00:09.800Z | Downloaded wyz v0.5.1 |
897 | 2024-08-16T05:00:09.803Z | Downloaded rustversion v1.0.17 |
898 | 2024-08-16T05:00:09.805Z | Downloaded rand v0.8.5 |
899 | 2024-08-16T05:00:09.808Z | Downloaded quick-error v1.2.3 |
900 | 2024-08-16T05:00:09.808Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
901 | 2024-08-16T05:00:09.867Z | Downloaded pin-utils v0.1.0 |
902 | 2024-08-16T05:00:09.869Z | Downloaded futures-sink v0.3.30 |
903 | 2024-08-16T05:00:09.869Z | Downloaded tar v0.4.41 |
904 | 2024-08-16T05:00:09.871Z | Downloaded flume v0.11.0 |
905 | 2024-08-16T05:00:09.874Z | Downloaded structmeta v0.2.0 |
906 | 2024-08-16T05:00:09.877Z | Downloaded hickory-server v0.24.1 |
907 | 2024-08-16T05:00:09.881Z | Downloaded itertools v0.13.0 |
908 | 2024-08-16T05:00:09.888Z | Downloaded hashbrown v0.13.2 |
909 | 2024-08-16T05:00:09.892Z | Downloaded num-bigint-dig v0.8.4 |
910 | 2024-08-16T05:00:09.897Z | Downloaded libm v0.2.8 |
911 | 2024-08-16T05:00:09.906Z | Downloaded futures-channel v0.3.30 |
912 | 2024-08-16T05:00:09.908Z | Downloaded der_derive v0.7.2 |
913 | 2024-08-16T05:00:09.908Z | Downloaded crossterm v0.27.0 |
914 | 2024-08-16T05:00:09.914Z | Downloaded ref-cast-impl v1.0.23 |
915 | 2024-08-16T05:00:09.917Z | Downloaded elliptic-curve v0.13.8 |
916 | 2024-08-16T05:00:09.920Z | Downloaded rustyline v14.0.0 |
917 | 2024-08-16T05:00:09.924Z | Downloaded ring v0.17.8 |
918 | 2024-08-16T05:00:09.996Z | Downloaded endian-type v0.1.2 |
919 | 2024-08-16T05:00:09.999Z | Downloaded fixedbitset v0.4.2 |
920 | 2024-08-16T05:00:09.999Z | Downloaded difflib v0.4.0 |
921 | 2024-08-16T05:00:10.021Z | Downloaded typed-path v0.7.1 |
922 | 2024-08-16T05:00:10.021Z | Downloaded derive-where v1.2.7 |
923 | 2024-08-16T05:00:10.021Z | Downloaded test-strategy v0.3.1 |
924 | 2024-08-16T05:00:10.021Z | Downloaded unsafe-libyaml v0.2.11 |
925 | 2024-08-16T05:00:10.021Z | Downloaded smawk v0.3.2 |
926 | 2024-08-16T05:00:10.021Z | Downloaded tls_codec_derive v0.4.1 |
927 | 2024-08-16T05:00:10.032Z | Downloaded slog-json v2.6.1 |
928 | 2024-08-16T05:00:10.033Z | Downloaded slog-envlogger v2.2.0 |
929 | 2024-08-16T05:00:10.033Z | Downloaded scrypt v0.11.0 |
930 | 2024-08-16T05:00:10.033Z | Downloaded scopeguard v1.2.0 |
931 | 2024-08-16T05:00:10.033Z | Downloaded schemars_derive v0.8.21 |
932 | 2024-08-16T05:00:10.033Z | Downloaded smallvec v1.13.2 |
933 | 2024-08-16T05:00:10.033Z | Downloaded nom v7.1.3 |
934 | 2024-08-16T05:00:10.036Z | Downloaded itertools v0.10.5 |
935 | 2024-08-16T05:00:10.039Z | Downloaded aes v0.8.4 |
936 | 2024-08-16T05:00:10.043Z | Downloaded pkcs8 v0.10.2 |
937 | 2024-08-16T05:00:10.046Z | Downloaded dirs-sys-next v0.1.2 |
938 | 2024-08-16T05:00:10.046Z | Downloaded strum_macros v0.24.3 |
939 | 2024-08-16T05:00:10.046Z | Downloaded rustls-pemfile v1.0.4 |
940 | 2024-08-16T05:00:10.048Z | Downloaded fallible-iterator v0.3.0 |
941 | 2024-08-16T05:00:10.048Z | Downloaded yasna v0.5.2 |
942 | 2024-08-16T05:00:10.051Z | Downloaded darling_core v0.20.9 |
943 | 2024-08-16T05:00:10.056Z | Downloaded cc v1.0.97 |
944 | 2024-08-16T05:00:10.085Z | Downloaded base64 v0.21.7 |
945 | 2024-08-16T05:00:10.085Z | Downloaded filetime v0.2.24 |
946 | 2024-08-16T05:00:10.085Z | Downloaded ff v0.13.0 |
947 | 2024-08-16T05:00:10.085Z | Downloaded oso-derive v0.27.3 |
948 | 2024-08-16T05:00:10.086Z | Downloaded headers-core v0.2.0 |
949 | 2024-08-16T05:00:10.086Z | Downloaded tinyvec v1.6.0 |
950 | 2024-08-16T05:00:10.099Z | Downloaded miniz_oxide v0.7.2 |
951 | 2024-08-16T05:00:10.099Z | Downloaded siphasher v0.3.11 |
952 | 2024-08-16T05:00:10.099Z | Downloaded serde_derive_internals v0.29.1 |
953 | 2024-08-16T05:00:10.100Z | Downloaded sct v0.7.1 |
954 | 2024-08-16T05:00:10.100Z | Downloaded crossbeam-utils v0.8.19 |
955 | 2024-08-16T05:00:10.100Z | Downloaded allocator-api2 v0.2.18 |
956 | 2024-08-16T05:00:10.100Z | Downloaded subprocess v0.2.9 |
957 | 2024-08-16T05:00:10.100Z | Downloaded socket2 v0.4.10 |
958 | 2024-08-16T05:00:10.100Z | Downloaded topological-sort v0.2.2 |
959 | 2024-08-16T05:00:10.100Z | Downloaded highway v1.2.0 |
960 | 2024-08-16T05:00:10.100Z | Downloaded untrusted v0.9.0 |
961 | 2024-08-16T05:00:10.111Z | Downloaded slog-async v2.8.0 |
962 | 2024-08-16T05:00:10.112Z | Downloaded stringprep v0.1.4 |
963 | 2024-08-16T05:00:10.112Z | Downloaded powerfmt v0.2.0 |
964 | 2024-08-16T05:00:10.112Z | Downloaded postgres-types v0.2.7 |
965 | 2024-08-16T05:00:10.112Z | Downloaded tower-service v0.3.2 |
966 | 2024-08-16T05:00:10.112Z | Downloaded sqlparser_derive v0.2.2 |
967 | 2024-08-16T05:00:10.112Z | Downloaded similar v2.5.0 |
968 | 2024-08-16T05:00:10.112Z | Downloaded backtrace v0.3.71 |
969 | 2024-08-16T05:00:10.125Z | Downloaded slog-dtrace v0.3.0 |
970 | 2024-08-16T05:00:10.125Z | Downloaded fatfs v0.3.6 |
971 | 2024-08-16T05:00:10.126Z | Downloaded peg-macros v0.8.4 |
972 | 2024-08-16T05:00:10.126Z | Downloaded base64 v0.22.1 |
973 | 2024-08-16T05:00:10.141Z | Downloaded tokio-rustls v0.25.0 |
974 | 2024-08-16T05:00:10.141Z | Downloaded same-file v1.0.6 |
975 | 2024-08-16T05:00:10.141Z | Downloaded rustc_version v0.4.0 |
976 | 2024-08-16T05:00:10.141Z | Downloaded omicron-zone-package v0.11.0 |
977 | 2024-08-16T05:00:10.141Z | Downloaded rand_core v0.6.4 |
978 | 2024-08-16T05:00:10.141Z | Downloaded tokio-rustls v0.24.1 |
979 | 2024-08-16T05:00:10.141Z | Downloaded cookie_store v0.20.0 |
980 | 2024-08-16T05:00:10.142Z | Downloaded darling v0.20.9 |
981 | 2024-08-16T05:00:10.147Z | Downloaded const-oid v0.9.6 |
982 | 2024-08-16T05:00:10.147Z | Downloaded ahash v0.8.11 |
983 | 2024-08-16T05:00:10.147Z | Downloaded pem-rfc7468 v0.7.0 |
984 | 2024-08-16T05:00:10.147Z | Downloaded bytes v1.7.1 |
985 | 2024-08-16T05:00:10.148Z | Downloaded num-rational v0.4.2 |
986 | 2024-08-16T05:00:10.148Z | Downloaded multimap v0.10.0 |
987 | 2024-08-16T05:00:10.148Z | Downloaded indicatif v0.17.8 |
988 | 2024-08-16T05:00:10.163Z | Downloaded bzip2 v0.4.4 |
989 | 2024-08-16T05:00:10.163Z | Downloaded bcs v0.1.6 |
990 | 2024-08-16T05:00:10.171Z | Downloaded adler v1.0.2 |
991 | 2024-08-16T05:00:10.172Z | Downloaded dsl_auto_type v0.1.2 |
992 | 2024-08-16T05:00:10.172Z | Downloaded termcolor v1.4.1 |
993 | 2024-08-16T05:00:10.172Z | Downloaded subtle v2.5.0 |
994 | 2024-08-16T05:00:10.172Z | Downloaded dyn-clone v1.0.17 |
995 | 2024-08-16T05:00:10.172Z | Downloaded zone v0.1.8 |
996 | 2024-08-16T05:00:10.172Z | Downloaded whoami v1.5.1 |
997 | 2024-08-16T05:00:10.172Z | Downloaded which v4.4.2 |
998 | 2024-08-16T05:00:10.172Z | Downloaded spin v0.5.2 |
999 | 2024-08-16T05:00:10.173Z | Downloaded ascii v1.1.0 |
1000 | 2024-08-16T05:00:10.173Z | Downloaded argon2 v0.5.3 |
1001 | 2024-08-16T05:00:10.173Z | Downloaded sec1 v0.7.3 |
1002 | 2024-08-16T05:00:10.173Z | Downloaded blake2 v0.10.6 |
1003 | 2024-08-16T05:00:10.177Z | Downloaded maplit v1.0.2 |
1004 | 2024-08-16T05:00:10.177Z | Downloaded lru v0.12.3 |
1005 | 2024-08-16T05:00:10.177Z | Downloaded lazycell v1.3.0 |
1006 | 2024-08-16T05:00:10.178Z | Downloaded indexmap v1.9.3 |
1007 | 2024-08-16T05:00:10.178Z | Downloaded crossbeam-deque v0.8.5 |
1008 | 2024-08-16T05:00:10.184Z | Downloaded cobs v0.2.3 |
1009 | 2024-08-16T05:00:10.184Z | Downloaded base16ct v0.2.0 |
1010 | 2024-08-16T05:00:10.184Z | Downloaded async-stream v0.3.5 |
1011 | 2024-08-16T05:00:10.184Z | Downloaded nu-ansi-term v0.50.0 |
1012 | 2024-08-16T05:00:10.189Z | Downloaded bitflags v1.3.2 |
1013 | 2024-08-16T05:00:10.195Z | Downloaded is_ci v1.2.0 |
1014 | 2024-08-16T05:00:10.196Z | Downloaded csv-core v0.1.11 |
1015 | 2024-08-16T05:00:10.196Z | Downloaded clang-sys v1.7.0 |
1016 | 2024-08-16T05:00:10.205Z | Downloaded colored v2.1.0 |
1017 | 2024-08-16T05:00:10.205Z | Downloaded assert_matches v1.5.0 |
1018 | 2024-08-16T05:00:10.205Z | Downloaded num-derive v0.4.2 |
1019 | 2024-08-16T05:00:10.205Z | Downloaded lock_api v0.4.12 |
1020 | 2024-08-16T05:00:10.214Z | Downloaded libloading v0.8.3 |
1021 | 2024-08-16T05:00:10.214Z | Downloaded ipnet v2.9.0 |
1022 | 2024-08-16T05:00:10.214Z | Downloaded hyper-rustls v0.24.2 |
1023 | 2024-08-16T05:00:10.215Z | Downloaded defmt v0.3.8 |
1024 | 2024-08-16T05:00:10.215Z | Downloaded crucible-workspace-hack v0.1.0 |
1025 | 2024-08-16T05:00:10.215Z | Downloaded keccak v0.1.5 |
1026 | 2024-08-16T05:00:10.220Z | Downloaded inout v0.1.3 |
1027 | 2024-08-16T05:00:10.220Z | Downloaded hyper-staticfile v0.9.5 |
1028 | 2024-08-16T05:00:10.221Z | Downloaded addr2line v0.21.0 |
1029 | 2024-08-16T05:00:10.221Z | Downloaded newtype-uuid v1.1.0 |
1030 | 2024-08-16T05:00:10.221Z | Downloaded indoc v1.0.9 |
1031 | 2024-08-16T05:00:10.221Z | Downloaded crc v3.2.1 |
1032 | 2024-08-16T05:00:10.230Z | Downloaded bb8 v0.8.5 |
1033 | 2024-08-16T05:00:10.230Z | Downloaded bit-vec v0.6.3 |
1034 | 2024-08-16T05:00:10.230Z | Downloaded array-init v0.0.4 |
1035 | 2024-08-16T05:00:10.357Z | Downloaded libz-sys v1.1.16 |
1036 | 2024-08-16T05:00:10.570Z | Downloaded libsqlite3-sys v0.28.0 |
1037 | 2024-08-16T05:00:10.643Z | Downloaded ring v0.16.20 |
1038 | 2024-08-16T05:00:10.803Z | Compiling cfg-if v1.0.0 |
1039 | 2024-08-16T05:00:10.803Z | Compiling serde v1.0.207 |
1040 | 2024-08-16T05:00:10.845Z | Compiling lock_api v0.4.12 |
1041 | 2024-08-16T05:00:10.845Z | Compiling typenum v1.17.0 |
1042 | 2024-08-16T05:00:10.952Z | Compiling scopeguard v1.2.0 |
1043 | 2024-08-16T05:00:10.968Z | Compiling generic-array v0.14.7 |
1044 | 2024-08-16T05:00:10.996Z | Compiling syn v2.0.74 |
1045 | 2024-08-16T05:00:11.025Z | Compiling getrandom v0.2.14 |
1046 | 2024-08-16T05:00:11.025Z | Compiling log v0.4.21 |
1047 | 2024-08-16T05:00:11.080Z | Compiling jobserver v0.1.32 |
1048 | 2024-08-16T05:00:11.270Z | Compiling rand_core v0.6.4 |
1049 | 2024-08-16T05:00:11.462Z | Compiling cc v1.0.97 |
1050 | 2024-08-16T05:00:11.484Z | Compiling subtle v2.5.0 |
1051 | 2024-08-16T05:00:11.497Z | Compiling const-oid v0.9.6 |
1052 | 2024-08-16T05:00:11.763Z | Compiling pin-project-lite v0.2.14 |
1053 | 2024-08-16T05:00:11.803Z | Compiling smallvec v1.13.2 |
1054 | 2024-08-16T05:00:11.820Z | Compiling parking_lot_core v0.9.10 |
1055 | 2024-08-16T05:00:11.880Z | Compiling spin v0.9.8 |
1056 | 2024-08-16T05:00:11.985Z | Compiling signal-hook-registry v1.4.2 |
1057 | 2024-08-16T05:00:12.201Z | Compiling mio v0.8.11 |
1058 | 2024-08-16T05:00:12.271Z | Compiling ahash v0.8.11 |
1059 | 2024-08-16T05:00:12.613Z | Compiling tinyvec_macros v0.1.1 |
1060 | 2024-08-16T05:00:12.703Z | Compiling parking_lot v0.12.2 |
1061 | 2024-08-16T05:00:12.755Z | Compiling tinyvec v1.6.0 |
1062 | 2024-08-16T05:00:12.986Z | Compiling socket2 v0.5.7 |
1063 | 2024-08-16T05:00:13.458Z | Compiling num_cpus v1.16.0 |
1064 | 2024-08-16T05:00:13.500Z | Compiling cpufeatures v0.2.12 |
1065 | 2024-08-16T05:00:13.505Z | Compiling serde_json v1.0.125 |
1066 | 2024-08-16T05:00:13.571Z | Compiling futures-core v0.3.30 |
1067 | 2024-08-16T05:00:13.595Z | Compiling libm v0.2.8 |
1068 | 2024-08-16T05:00:13.624Z | Compiling slab v0.4.9 |
1069 | 2024-08-16T05:00:13.801Z | Compiling num-traits v0.2.19 |
1070 | 2024-08-16T05:00:13.950Z | Compiling futures-sink v0.3.30 |
1071 | 2024-08-16T05:00:13.983Z | Compiling unicode-bidi v0.3.15 |
1072 | 2024-08-16T05:00:14.045Z | Compiling allocator-api2 v0.2.18 |
1073 | 2024-08-16T05:00:14.251Z | Compiling unicode-normalization v0.1.23 |
1074 | 2024-08-16T05:00:14.404Z | Compiling futures-channel v0.3.30 |
1075 | 2024-08-16T05:00:14.605Z | Compiling pkg-config v0.3.30 |
1076 | 2024-08-16T05:00:14.859Z | Compiling futures-io v0.3.30 |
1077 | 2024-08-16T05:00:14.876Z | Compiling futures-task v0.3.30 |
1078 | 2024-08-16T05:00:15.215Z | Compiling pin-utils v0.1.0 |
1079 | 2024-08-16T05:00:15.312Z | Compiling vcpkg v0.2.15 |
1080 | 2024-08-16T05:00:15.441Z | Compiling base64ct v1.6.0 |
1081 | 2024-08-16T05:00:15.514Z | Compiling percent-encoding v2.3.1 |
1082 | 2024-08-16T05:00:15.521Z | Compiling flagset v0.4.5 |
1083 | 2024-08-16T05:00:15.590Z | Compiling ring v0.17.8 |
1084 | 2024-08-16T05:00:15.739Z | Compiling ppv-lite86 v0.2.17 |
1085 | 2024-08-16T05:00:15.874Z | Compiling pem-rfc7468 v0.7.0 |
1086 | 2024-08-16T05:00:16.002Z | Compiling tracing-core v0.1.32 |
1087 | 2024-08-16T05:00:16.223Z | Compiling untrusted v0.9.0 |
1088 | 2024-08-16T05:00:16.394Z | Compiling rustix v0.38.34 |
1089 | 2024-08-16T05:00:16.531Z | Compiling rand_chacha v0.3.1 |
1090 | 2024-08-16T05:00:16.642Z | Compiling num-conv v0.1.0 |
1091 | 2024-08-16T05:00:16.906Z | Compiling rand v0.8.5 |
1092 | 2024-08-16T05:00:17.252Z | Compiling foreign-types-shared v0.1.1 |
1093 | 2024-08-16T05:00:17.269Z | Compiling time-core v0.1.2 |
1094 | 2024-08-16T05:00:17.351Z | Compiling rustversion v1.0.17 |
1095 | 2024-08-16T05:00:17.417Z | Compiling powerfmt v0.2.0 |
1096 | 2024-08-16T05:00:17.435Z | Compiling openssl v0.10.66 |
1097 | 2024-08-16T05:00:17.496Z | Compiling openssl-sys v0.9.103 |
1098 | 2024-08-16T05:00:17.885Z | Compiling httparse v1.8.0 |
1099 | 2024-08-16T05:00:17.904Z | Compiling deranged v0.3.11 |
1100 | 2024-08-16T05:00:18.172Z | Compiling time-macros v0.2.18 |
1101 | 2024-08-16T05:00:18.352Z | Compiling foreign-types v0.3.2 |
1102 | 2024-08-16T05:00:18.447Z | Compiling form_urlencoded v1.2.1 |
1103 | 2024-08-16T05:00:18.787Z | Compiling lazy_static v1.5.0 |
1104 | 2024-08-16T05:00:18.807Z | Compiling rustls v0.21.12 |
1105 | 2024-08-16T05:00:18.826Z | Compiling try-lock v0.2.5 |
1106 | 2024-08-16T05:00:18.944Z | Compiling num_threads v0.1.7 |
1107 | 2024-08-16T05:00:19.053Z | Compiling crossbeam-utils v0.8.19 |
1108 | 2024-08-16T05:00:19.064Z | Compiling siphasher v0.3.11 |
1109 | 2024-08-16T05:00:19.068Z | Compiling native-tls v0.2.11 |
1110 | 2024-08-16T05:00:19.416Z | Compiling syn v1.0.109 |
1111 | 2024-08-16T05:00:19.480Z | Compiling want v0.3.1 |
1112 | 2024-08-16T05:00:19.753Z | Compiling idna v0.5.0 |
1113 | 2024-08-16T05:00:20.092Z | Compiling aho-corasick v1.1.3 |
1114 | 2024-08-16T05:00:20.095Z | Compiling cookie v0.17.0 |
1115 | 2024-08-16T05:00:20.461Z | Compiling httpdate v1.0.3 |
1116 | 2024-08-16T05:00:20.493Z | Compiling openssl-probe v0.1.5 |
1117 | 2024-08-16T05:00:20.743Z | Compiling slog v2.7.0 |
1118 | 2024-08-16T05:00:20.760Z | Compiling tower-service v0.3.2 |
1119 | 2024-08-16T05:00:20.889Z | Compiling finl_unicode v1.2.0 |
1120 | 2024-08-16T05:00:21.062Z | Compiling adler v1.0.2 |
1121 | 2024-08-16T05:00:21.252Z | Compiling iana-time-zone v0.1.60 |
1122 | 2024-08-16T05:00:21.271Z | Compiling regex-syntax v0.8.4 |
1123 | 2024-08-16T05:00:21.353Z | Compiling miniz_oxide v0.7.2 |
1124 | 2024-08-16T05:00:21.372Z | Compiling time v0.3.36 |
1125 | 2024-08-16T05:00:21.431Z | Compiling stringprep v0.1.4 |
1126 | 2024-08-16T05:00:21.691Z | Compiling url v2.5.2 |
1127 | 2024-08-16T05:00:23.562Z | Compiling num-integer v0.1.46 |
1128 | 2024-08-16T05:00:24.147Z | Compiling backtrace v0.3.71 |
1129 | 2024-08-16T05:00:24.382Z | Compiling rustls-webpki v0.101.7 |
1130 | 2024-08-16T05:00:24.635Z | Compiling sct v0.7.1 |
1131 | 2024-08-16T05:00:24.949Z | Compiling regex-automata v0.4.6 |
1132 | 2024-08-16T05:00:25.244Z | Compiling serde_derive v1.0.207 |
1133 | 2024-08-16T05:00:25.566Z | Compiling zeroize_derive v1.4.2 |
1134 | 2024-08-16T05:00:26.189Z | Compiling zerocopy-derive v0.7.34 |
1135 | 2024-08-16T05:00:26.338Z | Compiling tokio-macros v2.3.0 |
1136 | 2024-08-16T05:00:26.630Z | Compiling thiserror-impl v1.0.63 |
1137 | 2024-08-16T05:00:27.157Z | Compiling zeroize v1.7.0 |
1138 | 2024-08-16T05:00:27.802Z | Compiling futures-macro v0.3.30 |
1139 | 2024-08-16T05:00:27.983Z | Compiling der_derive v0.7.2 |
1140 | 2024-08-16T05:00:28.454Z | Compiling zerocopy v0.7.34 |
1141 | 2024-08-16T05:00:28.972Z | Compiling crypto-common v0.1.6 |
1142 | 2024-08-16T05:00:29.207Z | Compiling block-buffer v0.10.4 |
1143 | 2024-08-16T05:00:29.473Z | Compiling digest v0.10.7 |
1144 | 2024-08-16T05:00:29.799Z | Compiling block-padding v0.3.3 |
1145 | 2024-08-16T05:00:30.010Z | Compiling hmac v0.12.1 |
1146 | 2024-08-16T05:00:30.048Z | Compiling thiserror v1.0.63 |
1147 | 2024-08-16T05:00:30.067Z | Compiling inout v0.1.3 |
1148 | 2024-08-16T05:00:30.177Z | Compiling sha2 v0.10.8 |
1149 | 2024-08-16T05:00:30.244Z | Compiling futures-util v0.3.30 |
1150 | 2024-08-16T05:00:30.337Z | Compiling cipher v0.4.4 |
1151 | 2024-08-16T05:00:30.533Z | Compiling hashbrown v0.14.5 |
1152 | 2024-08-16T05:00:30.603Z | Compiling pest v2.7.10 |
1153 | 2024-08-16T05:00:30.859Z | Compiling salsa20 v0.10.2 |
1154 | 2024-08-16T05:00:31.066Z | Compiling der v0.7.9 |
1155 | 2024-08-16T05:00:31.931Z | Compiling pbkdf2 v0.12.2 |
1156 | 2024-08-16T05:00:32.094Z | Compiling scroll_derive v0.12.0 |
1157 | 2024-08-16T05:00:33.521Z | Compiling pest_meta v2.7.10 |
1158 | 2024-08-16T05:00:33.648Z | Compiling tracing-attributes v0.1.27 |
1159 | 2024-08-16T05:00:33.926Z | Compiling scroll v0.12.0 |
1160 | 2024-08-16T05:00:34.402Z | Compiling spki v0.7.3 |
1161 | 2024-08-16T05:00:34.487Z | Compiling scrypt v0.11.0 |
1162 | 2024-08-16T05:00:34.738Z | Compiling cbc v0.1.2 |
1163 | 2024-08-16T05:00:34.971Z | Compiling pest_generator v2.7.10 |
1164 | 2024-08-16T05:00:35.064Z | Compiling aes v0.8.4 |
1165 | 2024-08-16T05:00:36.488Z | Compiling pkcs5 v0.7.1 |
1166 | 2024-08-16T05:00:36.561Z | Compiling goblin v0.8.2 |
1167 | 2024-08-16T05:00:36.954Z | Compiling openssl-macros v0.1.1 |
1168 | 2024-08-16T05:00:37.542Z | Compiling tracing v0.1.40 |
1169 | 2024-08-16T05:00:37.636Z | Compiling pkcs8 v0.10.2 |
1170 | 2024-08-16T05:00:37.720Z | Compiling md-5 v0.10.6 |
1171 | 2024-08-16T05:00:37.849Z | Compiling idna v0.3.0 |
1172 | 2024-08-16T05:00:37.983Z | Compiling hash32 v0.2.1 |
1173 | 2024-08-16T05:00:38.028Z | Compiling psl-types v2.0.11 |
1174 | 2024-08-16T05:00:38.219Z | Compiling signal-hook v0.3.17 |
1175 | 2024-08-16T05:00:38.327Z | Compiling stable_deref_trait v1.2.0 |
1176 | 2024-08-16T05:00:38.353Z | Compiling crc32fast v1.4.0 |
1177 | 2024-08-16T05:00:38.433Z | Compiling base64 v0.22.1 |
1178 | 2024-08-16T05:00:38.486Z | Compiling num-bigint-dig v0.8.4 |
1179 | 2024-08-16T05:00:38.550Z | Compiling pest_derive v2.7.10 |
1180 | 2024-08-16T05:00:38.783Z | Compiling cfg_aliases v0.1.1 |
1181 | 2024-08-16T05:00:38.900Z | Compiling fallible-iterator v0.2.0 |
1182 | 2024-08-16T05:00:38.918Z | Compiling gimli v0.28.1 |
1183 | 2024-08-16T05:00:39.248Z | Compiling smoltcp v0.9.1 |
1184 | 2024-08-16T05:00:39.368Z | Compiling bytes v1.7.1 |
1185 | 2024-08-16T05:00:39.415Z | Compiling bitflags v2.6.0 |
1186 | 2024-08-16T05:00:39.725Z | Compiling indexmap v2.4.0 |
1187 | 2024-08-16T05:00:39.839Z | Compiling semver v1.0.23 |
1188 | 2024-08-16T05:00:40.584Z | Compiling tokio v1.38.1 |
1189 | 2024-08-16T05:00:40.603Z | Compiling http v0.2.12 |
1190 | 2024-08-16T05:00:41.146Z | Compiling rustc_version v0.4.0 |
1191 | 2024-08-16T05:00:41.885Z | Compiling heapless v0.7.17 |
1192 | 2024-08-16T05:00:42.324Z | Compiling dof v0.3.0 |
1193 | 2024-08-16T05:00:42.716Z | Compiling http-body v0.4.6 |
1194 | 2024-08-16T05:00:43.039Z | Compiling dtrace-parser v0.2.0 |
1195 | 2024-08-16T05:00:43.179Z | Compiling uuid v1.10.0 |
1196 | 2024-08-16T05:00:43.946Z | Compiling usdt-impl v0.5.0 |
1197 | 2024-08-16T05:00:44.603Z | Compiling serde_spanned v0.6.7 |
1198 | 2024-08-16T05:00:44.664Z | Compiling toml_datetime v0.6.8 |
1199 | 2024-08-16T05:00:44.843Z | Compiling serde_tokenstream v0.2.2 |
1200 | 2024-08-16T05:00:45.180Z | Compiling chrono v0.4.38 |
1201 | 2024-08-16T05:00:45.457Z | Compiling addr2line v0.21.0 |
1202 | 2024-08-16T05:00:45.513Z | Compiling terminal_size v0.3.0 |
1203 | 2024-08-16T05:00:45.718Z | Compiling postgres-protocol v0.6.7 |
1204 | 2024-08-16T05:00:46.243Z | Compiling nix v0.28.0 |
1205 | 2024-08-16T05:00:46.474Z | Compiling publicsuffix v2.2.3 |
1206 | 2024-08-16T05:00:46.737Z | Compiling hubpack_derive v0.1.1 |
1207 | 2024-08-16T05:00:46.752Z | Compiling zerocopy-derive v0.6.6 |
1208 | 2024-08-16T05:00:46.930Z | Compiling async-trait v0.1.81 |
1209 | 2024-08-16T05:00:47.056Z | Compiling num-iter v0.1.45 |
1210 | 2024-08-16T05:00:47.633Z | Compiling phf_shared v0.11.2 |
1211 | 2024-08-16T05:00:48.025Z | Compiling serde_derive_internals v0.29.1 |
1212 | 2024-08-16T05:00:48.055Z | Compiling ff v0.13.0 |
1213 | 2024-08-16T05:00:48.107Z | Compiling object v0.32.2 |
1214 | 2024-08-16T05:00:48.276Z | Compiling fs-err v2.11.0 |
1215 | 2024-08-16T05:00:48.578Z | Compiling managed v0.8.0 |
1216 | 2024-08-16T05:00:48.857Z | Compiling tokio-util v0.7.11 |
1217 | 2024-08-16T05:00:48.884Z | Compiling tokio-rustls v0.24.1 |
1218 | 2024-08-16T05:00:49.293Z | Compiling schemars v0.8.21 |
1219 | 2024-08-16T05:00:49.659Z | Compiling tokio-native-tls v0.3.1 |
1220 | 2024-08-16T05:00:49.695Z | Compiling rustc-demangle v0.1.24 |
1221 | 2024-08-16T05:00:49.755Z | Compiling base64 v0.21.7 |
1222 | 2024-08-16T05:00:49.920Z | Compiling h2 v0.3.26 |
1223 | 2024-08-16T05:00:50.283Z | Compiling either v1.13.0 |
1224 | 2024-08-16T05:00:50.480Z | Compiling bitflags v1.3.2 |
1225 | 2024-08-16T05:00:50.586Z | Compiling base16ct v0.2.0 |
1226 | 2024-08-16T05:00:50.666Z | Compiling winnow v0.5.40 |
1227 | 2024-08-16T05:00:50.692Z | Compiling anyhow v1.0.86 |
1228 | 2024-08-16T05:00:50.692Z | Compiling ipnet v2.9.0 |
1229 | 2024-08-16T05:00:50.901Z | Compiling regex-automata v0.1.10 |
1230 | 2024-08-16T05:00:51.396Z | Compiling bstr v0.2.17 |
1231 | 2024-08-16T05:00:51.505Z | Compiling sec1 v0.7.3 |
1232 | 2024-08-16T05:00:51.697Z | Compiling schemars_derive v0.8.21 |
1233 | 2024-08-16T05:00:51.918Z | Compiling clap_builder v4.5.15 |
1234 | 2024-08-16T05:00:52.889Z | Compiling rustls-pemfile v1.0.4 |
1235 | 2024-08-16T05:00:53.360Z | Compiling zerocopy v0.6.6 |
1236 | 2024-08-16T05:00:54.242Z | Compiling toml_edit v0.19.15 |
1237 | 2024-08-16T05:00:54.398Z | Compiling group v0.13.0 |
1238 | 2024-08-16T05:00:54.493Z | Compiling phf v0.11.2 |
1239 | 2024-08-16T05:00:54.778Z | Compiling hubpack v0.1.2 |
1240 | 2024-08-16T05:00:55.032Z | Compiling cookie_store v0.20.0 |
1241 | 2024-08-16T05:00:55.193Z | Compiling postgres-types v0.2.7 |
1242 | 2024-08-16T05:00:55.899Z | Compiling usdt-macro v0.5.0 |
1243 | 2024-08-16T05:00:56.541Z | Compiling usdt-attr-macro v0.5.0 |
1244 | 2024-08-16T05:00:57.392Z | Compiling hyper v0.14.30 |
1245 | 2024-08-16T05:00:57.999Z | Compiling serde_urlencoded v0.7.1 |
1246 | 2024-08-16T05:00:58.157Z | Compiling pkcs1 v0.7.5 |
1247 | 2024-08-16T05:00:58.183Z | Compiling futures-executor v0.3.30 |
1248 | 2024-08-16T05:00:58.508Z | Compiling regex v1.10.6 |
1249 | 2024-08-16T05:00:58.718Z | Compiling hkdf v0.12.4 |
1250 | 2024-08-16T05:00:59.032Z | Compiling signature v2.2.0 |
1251 | 2024-08-16T05:00:59.198Z | Compiling crypto-bigint v0.5.5 |
1252 | 2024-08-16T05:00:59.328Z | Compiling serde_repr v0.1.19 |
1253 | 2024-08-16T05:00:59.659Z | Compiling enum-as-inner v0.6.0 |
1254 | 2024-08-16T05:01:00.413Z | Compiling strum_macros v0.25.3 |
1255 | 2024-08-16T05:01:00.548Z | Compiling clap_derive v4.5.13 |
1256 | 2024-08-16T05:01:00.769Z | Compiling phf_shared v0.10.0 |
1257 | 2024-08-16T05:01:01.185Z | Compiling float-cmp v0.9.0 |
1258 | 2024-08-16T05:01:01.231Z | Compiling idna v0.4.0 |
1259 | 2024-08-16T05:01:01.407Z | Compiling mio v1.0.2 |
1260 | 2024-08-16T05:01:02.106Z | Compiling encoding_rs v0.8.34 |
1261 | 2024-08-16T05:01:02.607Z | Compiling normalize-line-endings v0.3.0 |
1262 | 2024-08-16T05:01:02.732Z | Compiling webpki-roots v0.25.4 |
1263 | 2024-08-16T05:01:02.837Z | Compiling static_assertions v1.1.0 |
1264 | 2024-08-16T05:01:02.902Z | Compiling difflib v0.4.0 |
1265 | 2024-08-16T05:01:02.940Z | Compiling data-encoding v2.6.0 |
1266 | 2024-08-16T05:01:04.495Z | Compiling hyper-tls v0.5.0 |
1267 | 2024-08-16T05:01:04.579Z | Compiling hyper-rustls v0.24.2 |
1268 | 2024-08-16T05:01:04.853Z | Compiling new_debug_unreachable v1.0.6 |
1269 | 2024-08-16T05:01:04.912Z | Compiling bit-vec v0.6.3 |
1270 | 2024-08-16T05:01:04.951Z | Compiling fixedbitset v0.4.2 |
1271 | 2024-08-16T05:01:05.192Z | Compiling precomputed-hash v0.1.1 |
1272 | 2024-08-16T05:01:05.307Z | Compiling whoami v1.5.1 |
1273 | 2024-08-16T05:01:05.367Z | Compiling sync_wrapper v0.1.2 |
1274 | 2024-08-16T05:01:05.385Z | Compiling unicode-segmentation v1.11.0 |
1275 | 2024-08-16T05:01:05.405Z | Compiling minimal-lexical v0.2.1 |
1276 | 2024-08-16T05:01:05.494Z | Compiling predicates-core v1.0.6 |
1277 | 2024-08-16T05:01:05.676Z | Compiling dyn-clone v1.0.17 |
1278 | 2024-08-16T05:01:05.851Z | Compiling mime v0.3.17 |
1279 | 2024-08-16T05:01:05.917Z | Compiling nom v7.1.3 |
1280 | 2024-08-16T05:01:05.933Z | Compiling console v0.15.8 |
1281 | 2024-08-16T05:01:06.233Z | Compiling reqwest v0.11.27 |
1282 | 2024-08-16T05:01:06.440Z | Compiling similar v2.5.0 |
1283 | 2024-08-16T05:01:06.524Z | Compiling clap v4.5.15 |
1284 | 2024-08-16T05:01:06.643Z | Compiling predicates v3.1.2 |
1285 | 2024-08-16T05:01:07.354Z | Compiling tokio-postgres v0.7.11 |
1286 | 2024-08-16T05:01:07.441Z | Compiling toml_edit v0.22.20 |
1287 | 2024-08-16T05:01:08.386Z | Compiling bit-set v0.5.3 |
1288 | 2024-08-16T05:01:08.666Z | Compiling string_cache v0.8.7 |
1289 | 2024-08-16T05:01:09.039Z | Compiling petgraph v0.6.5 |
1290 | 2024-08-16T05:01:09.166Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1291 | 2024-08-16T05:01:09.675Z | Compiling hickory-proto v0.24.1 |
1292 | 2024-08-16T05:01:09.721Z | Compiling usdt v0.5.0 |
1293 | 2024-08-16T05:01:09.944Z | Compiling elliptic-curve v0.13.8 |
1294 | 2024-08-16T05:01:10.200Z | Compiling signal-hook-mio v0.2.4 |
1295 | 2024-08-16T05:01:10.380Z | Compiling rsa v0.9.6 |
1296 | 2024-08-16T05:01:10.800Z | Compiling futures v0.3.30 |
1297 | 2024-08-16T05:01:10.893Z | Compiling flate2 v1.0.31 |
1298 | 2024-08-16T05:01:11.872Z | Compiling toml v0.7.8 |
1299 | 2024-08-16T05:01:13.984Z | Compiling itertools v0.12.1 |
1300 | 2024-08-16T05:01:14.484Z | Compiling itertools v0.10.5 |
1301 | 2024-08-16T05:01:15.610Z | Compiling tokio-stream v0.1.15 |
1302 | 2024-08-16T05:01:15.772Z | Compiling openapiv3 v2.0.0 |
1303 | 2024-08-16T05:01:16.560Z | Compiling hex v0.4.3 |
1304 | 2024-08-16T05:01:17.066Z | Compiling bstr v1.9.1 |
1305 | 2024-08-16T05:01:17.105Z | Compiling sha1 v0.10.6 |
1306 | 2024-08-16T05:01:17.169Z | Compiling crossbeam-epoch v0.9.18 |
1307 | 2024-08-16T05:01:17.315Z | Compiling dirs-sys-next v0.1.2 |
1308 | 2024-08-16T05:01:17.537Z | Compiling unicode-xid v0.2.4 |
1309 | 2024-08-16T05:01:17.702Z | Compiling lalrpop-util v0.19.12 |
1310 | 2024-08-16T05:01:17.929Z | Compiling peg-runtime v0.8.3 |
1311 | 2024-08-16T05:01:17.988Z | Compiling dirs-next v2.0.0 |
1312 | 2024-08-16T05:01:18.048Z | Compiling thread_local v1.1.8 |
1313 | 2024-08-16T05:01:18.187Z | Compiling slog-async v2.8.0 |
1314 | 2024-08-16T05:01:18.576Z | Compiling term v0.7.0 |
1315 | 2024-08-16T05:01:18.602Z | Compiling xattr v1.3.1 |
1316 | 2024-08-16T05:01:18.702Z | Compiling strum_macros v0.26.4 |
1317 | 2024-08-16T05:01:18.797Z | Compiling crossbeam-channel v0.5.12 |
1318 | 2024-08-16T05:01:18.844Z | Compiling filetime v0.2.24 |
1319 | 2024-08-16T05:01:18.888Z | Compiling is-terminal v0.4.12 |
1320 | 2024-08-16T05:01:19.016Z | Compiling take_mut v0.2.2 |
1321 | 2024-08-16T05:01:19.169Z | Compiling slog-term v2.9.1 |
1322 | 2024-08-16T05:01:19.188Z | Compiling tar v0.4.41 |
1323 | 2024-08-16T05:01:19.907Z | Compiling camino v1.1.7 |
1324 | 2024-08-16T05:01:20.907Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1325 | 2024-08-16T05:01:21.759Z | Compiling strum v0.26.3 |
1326 | 2024-08-16T05:01:21.835Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1327 | 2024-08-16T05:01:27.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 19s |
1328 | 2024-08-16T05:01:27.179Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1329 | 2024-08-16T05:01:27.224Z | Aug 16 05:01:26.678 INFO Starting download, target: Clickhouse |
1330 | 2024-08-16T05:01:27.224Z | Aug 16 05:01:26.679 INFO Starting download, target: Cockroach |
1331 | 2024-08-16T05:01:27.224Z | Aug 16 05:01:26.679 INFO Starting download, target: Console |
1332 | 2024-08-16T05:01:27.224Z | Aug 16 05:01:26.679 INFO Starting download, target: DendriteOpenapi |
1333 | 2024-08-16T05:01:27.224Z | Aug 16 05:01:26.679 INFO Starting download, target: DendriteStub |
1334 | 2024-08-16T05:01:27.226Z | Aug 16 05:01:26.679 INFO Starting download, target: MaghemiteMgd |
1335 | 2024-08-16T05:01:27.226Z | Aug 16 05:01:26.679 INFO Starting download, target: TransceiverControl |
1336 | 2024-08-16T05:01:27.226Z | Aug 16 05:01:26.679 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1337 | 2024-08-16T05:01:27.226Z | Aug 16 05:01:26.679 INFO Downloading out/downloads/dpd-21b16567f28e103f145cd18d53fac6958429c4ff.json (attempt 1/3), target: DendriteOpenapi |
1338 | 2024-08-16T05:01:27.226Z | Aug 16 05:01:26.679 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1339 | 2024-08-16T05:01:27.226Z | Aug 16 05:01:26.679 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1340 | 2024-08-16T05:01:27.226Z | Aug 16 05:01:26.679 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1341 | 2024-08-16T05:01:27.227Z | Aug 16 05:01:26.679 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1342 | 2024-08-16T05:01:27.227Z | Aug 16 05:01:26.680 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1343 | 2024-08-16T05:01:27.549Z | Aug 16 05:01:26.999 INFO Download complete, target: DendriteOpenapi |
1344 | 2024-08-16T05:01:27.566Z | Aug 16 05:01:27.021 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1345 | 2024-08-16T05:01:27.817Z | Aug 16 05:01:27.271 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1346 | 2024-08-16T05:01:27.876Z | Aug 16 05:01:27.330 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1347 | 2024-08-16T05:01:28.214Z | Aug 16 05:01:27.665 INFO Download complete, target: Console |
1348 | 2024-08-16T05:01:28.401Z | Aug 16 05:01:27.855 INFO Download complete, target: TransceiverControl |
1349 | 2024-08-16T05:01:28.437Z | Aug 16 05:01:27.891 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1350 | 2024-08-16T05:01:29.193Z | Aug 16 05:01:28.648 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1351 | 2024-08-16T05:01:29.204Z | Aug 16 05:01:28.658 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1352 | 2024-08-16T05:01:29.204Z | Aug 16 05:01:28.658 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1353 | 2024-08-16T05:01:31.161Z | Aug 16 05:01:30.614 INFO Download complete, target: DendriteStub |
1354 | 2024-08-16T05:01:31.672Z | Aug 16 05:01:31.126 INFO Download complete, target: MaghemiteMgd |
1355 | 2024-08-16T05:01:37.362Z | Aug 16 05:01:36.815 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1356 | 2024-08-16T05:01:37.728Z | Aug 16 05:01:37.180 INFO Checking that binary works, target: Cockroach |
1357 | 2024-08-16T05:01:37.888Z | Aug 16 05:01:37.341 INFO Download complete, target: Cockroach |
1358 | 2024-08-16T05:01:43.016Z | Aug 16 05:01:42.464 INFO Checking that binary works, target: Clickhouse |
1359 | 2024-08-16T05:01:43.146Z | Aug 16 05:01:42.598 INFO Download complete, target: Clickhouse |
1360 | 2024-08-16T05:01:43.167Z | All builder prerequisites installed successfully, and PATH looks valid |
1361 | 2024-08-16T05:01:43.169Z | |
1362 | 2024-08-16T05:01:43.169Z | real 3:16.528101577 |
1363 | 2024-08-16T05:01:43.169Z | user 11:18.171482010 |
1364 | 2024-08-16T05:01:43.169Z | sys 2:23.808433685 |
1365 | 2024-08-16T05:01:43.169Z | trap 0.425182097 |
1366 | 2024-08-16T05:01:43.169Z | tflt 0.890245907 |
1367 | 2024-08-16T05:01:43.169Z | dflt 1.668949327 |
1368 | 2024-08-16T05:01:43.169Z | kflt 0.022340569 |
1369 | 2024-08-16T05:01:43.169Z | lock 21:29.172554167 |
1370 | 2024-08-16T05:01:43.170Z | slp 42:49.564808569 |
1371 | 2024-08-16T05:01:43.170Z | lat 41.833185181 |
1372 | 2024-08-16T05:01:43.170Z | stop 1:44.383886527 |
1373 | 2024-08-16T05:01:43.170Z | + banner clippy |
1374 | 2024-08-16T05:01:43.173Z | |
1375 | 2024-08-16T05:01:43.173Z | #### # # ##### ##### # # |
1376 | 2024-08-16T05:01:43.173Z | # # # # # # # # # # |
1377 | 2024-08-16T05:01:43.173Z | # # # # # # # # |
1378 | 2024-08-16T05:01:43.173Z | # # # ##### ##### # |
1379 | 2024-08-16T05:01:43.173Z | # # # # # # # |
1380 | 2024-08-16T05:01:43.173Z | #### ###### # # # # |
1381 | 2024-08-16T05:01:43.173Z | |
1382 | 2024-08-16T05:01:43.173Z | + export CARGO_INCREMENTAL=0 |
1383 | 2024-08-16T05:01:43.173Z | + CARGO_INCREMENTAL=0 |
1384 | 2024-08-16T05:01:43.173Z | + ptime -m cargo xtask clippy |
1385 | 2024-08-16T05:01:43.722Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1386 | 2024-08-16T05:01:47.182Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.96s |
1387 | 2024-08-16T05:01:47.237Z | Running `target/debug/xtask clippy` |
1388 | 2024-08-16T05:01:47.258Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1389 | 2024-08-16T05:01:47.963Z | Downloading crates ... |
1390 | 2024-08-16T05:01:48.245Z | Downloaded dhcproto-macros v0.1.0 |
1391 | 2024-08-16T05:01:48.248Z | Downloaded ctr v0.9.2 |
1392 | 2024-08-16T05:01:48.251Z | Downloaded datatest-stable v0.2.9 |
1393 | 2024-08-16T05:01:48.254Z | Downloaded cast v0.3.0 |
1394 | 2024-08-16T05:01:48.257Z | Downloaded http-body v1.0.0 |
1395 | 2024-08-16T05:01:48.257Z | Downloaded assert_cmd v2.0.16 |
1396 | 2024-08-16T05:01:48.259Z | Downloaded plotters-svg v0.3.5 |
1397 | 2024-08-16T05:01:48.259Z | Downloaded md5 v0.7.0 |
1398 | 2024-08-16T05:01:48.262Z | Downloaded russh-cryptovec v0.7.2 |
1399 | 2024-08-16T05:01:48.262Z | Downloaded pathdiff v0.2.1 |
1400 | 2024-08-16T05:01:48.265Z | Downloaded anes v0.1.6 |
1401 | 2024-08-16T05:01:48.268Z | Downloaded option-ext v0.2.0 |
1402 | 2024-08-16T05:01:48.271Z | Downloaded guppy-workspace-hack v0.1.0 |
1403 | 2024-08-16T05:01:48.271Z | Downloaded ed25519 v2.2.3 |
1404 | 2024-08-16T05:01:48.273Z | Downloaded ssh-encoding v0.2.0 |
1405 | 2024-08-16T05:01:48.276Z | Downloaded plotters-backend v0.3.5 |
1406 | 2024-08-16T05:01:48.279Z | Downloaded primeorder v0.13.6 |
1407 | 2024-08-16T05:01:48.279Z | Downloaded enum-as-inner v0.5.1 |
1408 | 2024-08-16T05:01:48.282Z | Downloaded blake2b_simd v1.0.2 |
1409 | 2024-08-16T05:01:48.282Z | Downloaded ssh-cipher v0.2.0 |
1410 | 2024-08-16T05:01:48.284Z | Downloaded pbkdf2 v0.11.0 |
1411 | 2024-08-16T05:01:48.286Z | Downloaded yansi v0.5.1 |
1412 | 2024-08-16T05:01:48.289Z | Downloaded target-lexicon v0.12.16 |
1413 | 2024-08-16T05:01:48.289Z | Downloaded target-spec v3.2.1 |
1414 | 2024-08-16T05:01:48.291Z | Downloaded relative-path v1.9.3 |
1415 | 2024-08-16T05:01:48.294Z | Downloaded polyval v0.6.2 |
1416 | 2024-08-16T05:01:48.294Z | Downloaded rustls-native-certs v0.7.0 |
1417 | 2024-08-16T05:01:48.296Z | Downloaded tinytemplate v1.2.1 |
1418 | 2024-08-16T05:01:48.298Z | Downloaded libtest-mimic v0.7.3 |
1419 | 2024-08-16T05:01:48.303Z | Downloaded rust-argon2 v2.1.0 |
1420 | 2024-08-16T05:01:48.305Z | Downloaded doc-comment v0.3.3 |
1421 | 2024-08-16T05:01:48.308Z | Downloaded criterion v0.5.1 |
1422 | 2024-08-16T05:01:48.314Z | Downloaded rstest_macros v0.19.0 |
1423 | 2024-08-16T05:01:48.317Z | Downloaded hyper-util v0.1.3 |
1424 | 2024-08-16T05:01:48.321Z | Downloaded num-bigint v0.4.5 |
1425 | 2024-08-16T05:01:48.327Z | Downloaded partial-io v0.5.4 |
1426 | 2024-08-16T05:01:48.329Z | Downloaded tower v0.4.13 |
1427 | 2024-08-16T05:01:48.338Z | Downloaded fancy-regex v0.13.0 |
1428 | 2024-08-16T05:01:48.343Z | Downloaded criterion-plot v0.5.0 |
1429 | 2024-08-16T05:01:48.345Z | Downloaded tower-layer v0.3.2 |
1430 | 2024-08-16T05:01:48.346Z | Downloaded matches v0.1.10 |
1431 | 2024-08-16T05:01:48.346Z | Downloaded blowfish v0.9.1 |
1432 | 2024-08-16T05:01:48.348Z | Downloaded approx v0.5.1 |
1433 | 2024-08-16T05:01:48.350Z | Downloaded aes-gcm v0.10.3 |
1434 | 2024-08-16T05:01:48.367Z | Downloaded oorandom v11.1.3 |
1435 | 2024-08-16T05:01:48.370Z | Downloaded internet-checksum v0.2.1 |
1436 | 2024-08-16T05:01:48.370Z | Downloaded hyper v1.3.1 |
1437 | 2024-08-16T05:01:48.376Z | Downloaded hex-literal v0.4.1 |
1438 | 2024-08-16T05:01:48.378Z | Downloaded escape8259 v0.5.2 |
1439 | 2024-08-16T05:01:48.379Z | Downloaded dirs-sys v0.4.1 |
1440 | 2024-08-16T05:01:48.381Z | Downloaded cfg-expr v0.16.0 |
1441 | 2024-08-16T05:01:48.383Z | Downloaded dirs v5.0.1 |
1442 | 2024-08-16T05:01:48.383Z | Downloaded ecdsa v0.16.9 |
1443 | 2024-08-16T05:01:48.386Z | Downloaded bcrypt-pbkdf v0.10.0 |
1444 | 2024-08-16T05:01:49.392Z | Downloaded nested v0.1.1 |
1445 | 2024-08-16T05:01:49.395Z | Downloaded dhcproto v0.12.0 |
1446 | 2024-08-16T05:01:49.395Z | Downloaded rstest v0.19.0 |
1447 | 2024-08-16T05:01:49.395Z | Downloaded httptest v0.15.5 |
1448 | 2024-08-16T05:01:49.395Z | Downloaded trybuild v1.0.99 |
1449 | 2024-08-16T05:01:49.395Z | Downloaded threadpool v1.8.1 |
1450 | 2024-08-16T05:01:49.395Z | Downloaded similar-asserts v1.5.0 |
1451 | 2024-08-16T05:01:49.395Z | Downloaded password-hash v0.4.2 |
1452 | 2024-08-16T05:01:49.395Z | Downloaded ghash v0.5.1 |
1453 | 2024-08-16T05:01:49.395Z | Downloaded futures-timer v3.0.3 |
1454 | 2024-08-16T05:01:49.395Z | Downloaded hyper-rustls v0.26.0 |
1455 | 2024-08-16T05:01:49.395Z | Downloaded rfc6979 v0.4.0 |
1456 | 2024-08-16T05:01:49.395Z | Downloaded russh-keys v0.44.0 |
1457 | 2024-08-16T05:01:49.395Z | Downloaded pretty_assertions v1.4.0 |
1458 | 2024-08-16T05:01:49.395Z | Downloaded p256 v0.13.2 |
1459 | 2024-08-16T05:01:49.395Z | Downloaded ed25519-dalek v2.1.1 |
1460 | 2024-08-16T05:01:49.395Z | Downloaded rand_distr v0.4.3 |
1461 | 2024-08-16T05:01:49.395Z | Downloaded p384 v0.13.0 |
1462 | 2024-08-16T05:01:49.395Z | Downloaded trust-dns-proto v0.22.0 |
1463 | 2024-08-16T05:01:49.395Z | Downloaded plotters v0.3.5 |
1464 | 2024-08-16T05:01:49.395Z | Downloaded ssh-key v0.6.6 |
1465 | 2024-08-16T05:01:49.395Z | Downloaded russh v0.44.1 |
1466 | 2024-08-16T05:01:49.395Z | Downloaded p521 v0.13.3 |
1467 | 2024-08-16T05:01:49.395Z | Downloaded guppy v0.17.7 |
1468 | 2024-08-16T05:01:49.396Z | Downloaded idna v0.2.3 |
1469 | 2024-08-16T05:01:49.396Z | Checking cfg-if v1.0.0 |
1470 | 2024-08-16T05:01:49.396Z | Checking libc v0.2.155 |
1471 | 2024-08-16T05:01:49.396Z | Checking serde v1.0.207 |
1472 | 2024-08-16T05:01:49.396Z | Checking memchr v2.7.2 |
1473 | 2024-08-16T05:01:49.396Z | Checking scopeguard v1.2.0 |
1474 | 2024-08-16T05:01:49.396Z | Checking log v0.4.21 |
1475 | 2024-08-16T05:01:49.396Z | Checking byteorder v1.5.0 |
1476 | 2024-08-16T05:01:49.396Z | Checking smallvec v1.13.2 |
1477 | 2024-08-16T05:01:49.396Z | Checking itoa v1.0.11 |
1478 | 2024-08-16T05:01:49.396Z | Checking lock_api v0.4.12 |
1479 | 2024-08-16T05:01:49.527Z | Checking zeroize v1.7.0 |
1480 | 2024-08-16T05:01:49.549Z | Checking once_cell v1.19.0 |
1481 | 2024-08-16T05:01:49.657Z | Checking pin-project-lite v0.2.14 |
1482 | 2024-08-16T05:01:49.683Z | Checking typenum v1.17.0 |
1483 | 2024-08-16T05:01:49.763Z | Checking libm v0.2.8 |
1484 | 2024-08-16T05:01:49.789Z | Checking subtle v2.5.0 |
1485 | 2024-08-16T05:01:49.792Z | Checking spin v0.9.8 |
1486 | 2024-08-16T05:01:49.840Z | Checking ryu v1.0.18 |
1487 | 2024-08-16T05:01:50.053Z | Checking thiserror v1.0.63 |
1488 | 2024-08-16T05:01:50.076Z | Checking futures-core v0.3.30 |
1489 | 2024-08-16T05:01:50.103Z | Checking zerocopy v0.7.34 |
1490 | 2024-08-16T05:01:50.144Z | Checking futures-sink v0.3.30 |
1491 | 2024-08-16T05:01:50.173Z | Checking const-oid v0.9.6 |
1492 | 2024-08-16T05:01:50.244Z | Checking getrandom v0.2.14 |
1493 | 2024-08-16T05:01:50.268Z | Checking parking_lot_core v0.9.10 |
1494 | 2024-08-16T05:01:50.290Z | Checking signal-hook-registry v1.4.2 |
1495 | 2024-08-16T05:01:50.488Z | Checking rand_core v0.6.4 |
1496 | 2024-08-16T05:01:50.547Z | Checking mio v0.8.11 |
1497 | 2024-08-16T05:01:50.585Z | Checking parking_lot v0.12.2 |
1498 | 2024-08-16T05:01:50.696Z | Checking num-traits v0.2.19 |
1499 | 2024-08-16T05:01:50.775Z | Checking num_cpus v1.16.0 |
1500 | 2024-08-16T05:01:50.898Z | Checking socket2 v0.5.7 |
1501 | 2024-08-16T05:01:50.940Z | Checking futures-channel v0.3.30 |
1502 | 2024-08-16T05:01:51.010Z | Checking generic-array v0.14.7 |
1503 | 2024-08-16T05:01:51.203Z | Checking slab v0.4.9 |
1504 | 2024-08-16T05:01:51.311Z | Checking pin-utils v0.1.0 |
1505 | 2024-08-16T05:01:51.373Z | Checking futures-io v0.3.30 |
1506 | 2024-08-16T05:01:51.404Z | Checking futures-task v0.3.30 |
1507 | 2024-08-16T05:01:51.483Z | Checking cpufeatures v0.2.12 |
1508 | 2024-08-16T05:01:51.508Z | Checking ahash v0.8.11 |
1509 | 2024-08-16T05:01:51.541Z | Checking allocator-api2 v0.2.18 |
1510 | 2024-08-16T05:01:51.606Z | Checking fnv v1.0.7 |
1511 | 2024-08-16T05:01:51.649Z | Checking futures-util v0.3.30 |
1512 | 2024-08-16T05:01:51.724Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1513 | 2024-08-16T05:01:51.949Z | Checking iana-time-zone v0.1.60 |
1514 | 2024-08-16T05:01:52.063Z | Checking equivalent v1.0.1 |
1515 | 2024-08-16T05:01:52.091Z | Checking tinyvec_macros v0.1.1 |
1516 | 2024-08-16T05:01:52.093Z | Checking ppv-lite86 v0.2.17 |
1517 | 2024-08-16T05:01:52.153Z | Checking crypto-common v0.1.6 |
1518 | 2024-08-16T05:01:52.178Z | Checking block-buffer v0.10.4 |
1519 | 2024-08-16T05:01:52.180Z | Checking hashbrown v0.14.5 |
1520 | 2024-08-16T05:01:52.215Z | Checking tinyvec v1.6.0 |
1521 | 2024-08-16T05:01:52.283Z | Checking unicode-bidi v0.3.15 |
1522 | 2024-08-16T05:01:52.328Z | Checking tracing-core v0.1.32 |
1523 | 2024-08-16T05:01:52.435Z | Checking digest v0.10.7 |
1524 | 2024-08-16T05:01:52.845Z | Checking errno v0.3.9 |
1525 | 2024-08-16T05:01:52.848Z | Checking rand_chacha v0.3.1 |
1526 | 2024-08-16T05:01:52.941Z | Checking lazy_static v1.5.0 |
1527 | 2024-08-16T05:01:53.018Z | Checking tracing v0.1.40 |
1528 | 2024-08-16T05:01:53.039Z | Checking percent-encoding v2.3.1 |
1529 | 2024-08-16T05:01:53.058Z | Checking dyn-clone v1.0.17 |
1530 | 2024-08-16T05:01:53.189Z | Checking rand v0.8.5 |
1531 | 2024-08-16T05:01:53.210Z | Checking block-padding v0.3.3 |
1532 | 2024-08-16T05:01:53.231Z | Checking regex-syntax v0.8.4 |
1533 | 2024-08-16T05:01:53.354Z | Checking form_urlencoded v1.2.1 |
1534 | 2024-08-16T05:01:53.379Z | Checking unicode-ident v1.0.12 |
1535 | 2024-08-16T05:01:53.416Z | Checking inout v0.1.3 |
1536 | 2024-08-16T05:01:53.525Z | Checking unicode-normalization v0.1.23 |
1537 | 2024-08-16T05:01:53.549Z | Checking aho-corasick v1.1.3 |
1538 | 2024-08-16T05:01:53.551Z | Checking base64ct v1.6.0 |
1539 | 2024-08-16T05:01:53.636Z | Checking cipher v0.4.4 |
1540 | 2024-08-16T05:01:53.993Z | Checking hmac v0.12.1 |
1541 | 2024-08-16T05:01:54.055Z | Checking unicode-width v0.1.13 |
1542 | 2024-08-16T05:01:54.147Z | Checking bytes v1.7.1 |
1543 | 2024-08-16T05:01:54.198Z | Checking bitflags v2.6.0 |
1544 | 2024-08-16T05:01:54.241Z | Checking serde_json v1.0.125 |
1545 | 2024-08-16T05:01:54.391Z | Checking chrono v0.4.38 |
1546 | 2024-08-16T05:01:54.414Z | Checking uuid v1.10.0 |
1547 | 2024-08-16T05:01:54.471Z | Checking indexmap v2.4.0 |
1548 | 2024-08-16T05:01:54.947Z | Checking tokio v1.38.1 |
1549 | 2024-08-16T05:01:55.007Z | Checking rustix v0.38.34 |
1550 | 2024-08-16T05:01:55.182Z | Checking proc-macro2 v1.0.86 |
1551 | 2024-08-16T05:01:55.750Z | Checking sha2 v0.10.8 |
1552 | 2024-08-16T05:01:55.878Z | Checking httparse v1.8.0 |
1553 | 2024-08-16T05:01:55.920Z | Checking adler v1.0.2 |
1554 | 2024-08-16T05:01:56.085Z | Checking miniz_oxide v0.7.2 |
1555 | 2024-08-16T05:01:56.276Z | Checking quote v1.0.36 |
1556 | 2024-08-16T05:01:56.297Z | Checking http v0.2.12 |
1557 | 2024-08-16T05:01:56.299Z | Checking regex-automata v0.4.6 |
1558 | 2024-08-16T05:01:56.415Z | Checking schemars v0.8.21 |
1559 | 2024-08-16T05:01:56.600Z | Checking idna v0.5.0 |
1560 | 2024-08-16T05:01:56.686Z | Checking powerfmt v0.2.0 |
1561 | 2024-08-16T05:01:56.827Z | Checking syn v2.0.74 |
1562 | 2024-08-16T05:01:56.951Z | Checking deranged v0.3.11 |
1563 | 2024-08-16T05:01:56.993Z | Checking num-conv v0.1.0 |
1564 | 2024-08-16T05:01:57.257Z | Checking num_threads v0.1.7 |
1565 | 2024-08-16T05:01:57.377Z | Checking time-core v0.1.2 |
1566 | 2024-08-16T05:01:57.422Z | Checking url v2.5.2 |
1567 | 2024-08-16T05:01:57.545Z | Checking untrusted v0.9.0 |
1568 | 2024-08-16T05:01:57.656Z | Checking pem-rfc7468 v0.7.0 |
1569 | 2024-08-16T05:01:57.718Z | Checking ring v0.17.8 |
1570 | 2024-08-16T05:01:57.909Z | Checking try-lock v0.2.5 |
1571 | 2024-08-16T05:01:58.021Z | Checking slog v2.7.0 |
1572 | 2024-08-16T05:01:58.052Z | Checking want v0.3.1 |
1573 | 2024-08-16T05:01:58.237Z | Checking tower-service v0.3.2 |
1574 | 2024-08-16T05:01:58.275Z | Checking flagset v0.4.5 |
1575 | 2024-08-16T05:01:58.357Z | Checking pbkdf2 v0.12.2 |
1576 | 2024-08-16T05:01:58.478Z | Checking der v0.7.9 |
1577 | 2024-08-16T05:01:58.521Z | Checking aes v0.8.4 |
1578 | 2024-08-16T05:01:58.544Z | Checking gimli v0.28.1 |
1579 | 2024-08-16T05:01:58.727Z | Checking time v0.3.36 |
1580 | 2024-08-16T05:01:59.476Z | Checking futures-executor v0.3.30 |
1581 | 2024-08-16T05:01:59.536Z | Checking cbc v0.1.2 |
1582 | 2024-08-16T05:01:59.693Z | Checking salsa20 v0.10.2 |
1583 | 2024-08-16T05:01:59.746Z | Checking object v0.32.2 |
1584 | 2024-08-16T05:01:59.917Z | Checking base64 v0.21.7 |
1585 | 2024-08-16T05:02:00.362Z | Checking spki v0.7.3 |
1586 | 2024-08-16T05:02:00.406Z | Checking rustc-demangle v0.1.24 |
1587 | 2024-08-16T05:02:00.662Z | Checking httpdate v1.0.3 |
1588 | 2024-08-16T05:02:00.827Z | Checking scrypt v0.11.0 |
1589 | 2024-08-16T05:02:00.849Z | Checking regex v1.10.6 |
1590 | 2024-08-16T05:02:00.889Z | Checking futures v0.3.30 |
1591 | 2024-08-16T05:02:01.002Z | Checking http-body v0.4.6 |
1592 | 2024-08-16T05:02:01.042Z | Checking utf8parse v0.2.1 |
1593 | 2024-08-16T05:02:01.197Z | Checking pkcs5 v0.7.1 |
1594 | 2024-08-16T05:02:01.233Z | Checking openssl-probe v0.1.5 |
1595 | 2024-08-16T05:02:01.386Z | Checking foreign-types-shared v0.1.1 |
1596 | 2024-08-16T05:02:01.408Z | Checking ipnet v2.9.0 |
1597 | 2024-08-16T05:02:01.439Z | Checking mime v0.3.17 |
1598 | 2024-08-16T05:02:01.491Z | Checking foreign-types v0.3.2 |
1599 | 2024-08-16T05:02:01.588Z | Checking openssl-sys v0.9.103 |
1600 | 2024-08-16T05:02:01.736Z | Checking pkcs8 v0.10.2 |
1601 | 2024-08-16T05:02:01.740Z | Checking anstyle v1.0.8 |
1602 | 2024-08-16T05:02:01.786Z | Checking tokio-util v0.7.11 |
1603 | 2024-08-16T05:02:01.854Z | Checking sct v0.7.1 |
1604 | 2024-08-16T05:02:02.045Z | Checking rustls-webpki v0.101.7 |
1605 | 2024-08-16T05:02:02.065Z | Checking serde_spanned v0.6.7 |
1606 | 2024-08-16T05:02:02.108Z | Checking semver v1.0.23 |
1607 | 2024-08-16T05:02:02.251Z | Checking toml_datetime v0.6.8 |
1608 | 2024-08-16T05:02:02.506Z | Checking addr2line v0.21.0 |
1609 | 2024-08-16T05:02:02.545Z | Checking crossbeam-utils v0.8.19 |
1610 | 2024-08-16T05:02:02.548Z | Checking data-encoding v2.6.0 |
1611 | 2024-08-16T05:02:02.605Z | Checking h2 v0.3.26 |
1612 | 2024-08-16T05:02:02.736Z | Checking either v1.13.0 |
1613 | 2024-08-16T05:02:02.848Z | Checking openssl v0.10.66 |
1614 | 2024-08-16T05:02:03.009Z | Checking rustls v0.21.12 |
1615 | 2024-08-16T05:02:03.029Z | Checking serde_urlencoded v0.7.1 |
1616 | 2024-08-16T05:02:03.113Z | Checking scroll v0.12.0 |
1617 | 2024-08-16T05:02:03.192Z | Checking encoding_rs v0.8.34 |
1618 | 2024-08-16T05:02:03.227Z | Checking ucd-trie v0.1.6 |
1619 | 2024-08-16T05:02:03.432Z | Checking plain v0.2.3 |
1620 | 2024-08-16T05:02:03.435Z | Checking pest v2.7.10 |
1621 | 2024-08-16T05:02:03.571Z | Checking anstyle-parse v0.2.4 |
1622 | 2024-08-16T05:02:03.594Z | Checking goblin v0.8.2 |
1623 | 2024-08-16T05:02:03.824Z | Checking idna v0.3.0 |
1624 | 2024-08-16T05:02:04.636Z | Checking bitflags v1.3.2 |
1625 | 2024-08-16T05:02:04.738Z | Checking is_terminal_polyfill v1.70.0 |
1626 | 2024-08-16T05:02:04.871Z | Checking pretty-hex v0.4.1 |
1627 | 2024-08-16T05:02:05.044Z | Checking psl-types v2.0.11 |
1628 | 2024-08-16T05:02:05.229Z | Checking colorchoice v1.0.1 |
1629 | 2024-08-16T05:02:05.370Z | Checking anstyle-query v1.0.3 |
1630 | 2024-08-16T05:02:05.468Z | Checking publicsuffix v2.2.3 |
1631 | 2024-08-16T05:02:05.499Z | Checking anstream v0.6.14 |
1632 | 2024-08-16T05:02:05.689Z | Checking cookie v0.17.0 |
1633 | 2024-08-16T05:02:05.765Z | Checking backtrace v0.3.71 |
1634 | 2024-08-16T05:02:05.833Z | Checking rustls-pemfile v1.0.4 |
1635 | 2024-08-16T05:02:05.859Z | Checking dtrace-parser v0.2.0 |
1636 | 2024-08-16T05:02:06.027Z | Checking terminal_size v0.3.0 |
1637 | 2024-08-16T05:02:06.113Z | Checking thread-id v4.2.1 |
1638 | 2024-08-16T05:02:06.199Z | Checking strsim v0.11.1 |
1639 | 2024-08-16T05:02:06.225Z | Checking tokio-rustls v0.24.1 |
1640 | 2024-08-16T05:02:06.228Z | Checking clap_lex v0.7.0 |
1641 | 2024-08-16T05:02:06.329Z | Checking anyhow v1.0.86 |
1642 | 2024-08-16T05:02:06.352Z | Checking cookie_store v0.20.0 |
1643 | 2024-08-16T05:02:06.462Z | Checking openapiv3 v2.0.0 |
1644 | 2024-08-16T05:02:06.485Z | Checking clap_builder v4.5.15 |
1645 | 2024-08-16T05:02:06.597Z | Checking sha1 v0.10.6 |
1646 | 2024-08-16T05:02:06.709Z | Checking signature v2.2.0 |
1647 | 2024-08-16T05:02:06.883Z | Checking memmap v0.7.0 |
1648 | 2024-08-16T05:02:06.918Z | Checking base64 v0.22.1 |
1649 | 2024-08-16T05:02:06.969Z | Checking sync_wrapper v0.1.2 |
1650 | 2024-08-16T05:02:07.090Z | Checking webpki-roots v0.25.4 |
1651 | 2024-08-16T05:02:07.113Z | Checking num-integer v0.1.46 |
1652 | 2024-08-16T05:02:07.251Z | Checking base16ct v0.2.0 |
1653 | 2024-08-16T05:02:07.433Z | Checking ff v0.13.0 |
1654 | 2024-08-16T05:02:07.461Z | Checking sec1 v0.7.3 |
1655 | 2024-08-16T05:02:07.615Z | Checking stable_deref_trait v1.2.0 |
1656 | 2024-08-16T05:02:07.656Z | Checking group v0.13.0 |
1657 | 2024-08-16T05:02:07.720Z | Checking num-iter v0.1.45 |
1658 | 2024-08-16T05:02:07.850Z | Checking hkdf v0.12.4 |
1659 | 2024-08-16T05:02:07.900Z | Checking crypto-bigint v0.5.5 |
1660 | 2024-08-16T05:02:07.924Z | Checking crc32fast v1.4.0 |
1661 | 2024-08-16T05:02:08.064Z | Checking winnow v0.6.18 |
1662 | 2024-08-16T05:02:08.151Z | Checking crossbeam-epoch v0.9.18 |
1663 | 2024-08-16T05:02:08.244Z | Checking native-tls v0.2.11 |
1664 | 2024-08-16T05:02:08.493Z | Checking dof v0.3.0 |
1665 | 2024-08-16T05:02:08.570Z | Checking tokio-native-tls v0.3.1 |
1666 | 2024-08-16T05:02:08.594Z | Checking hex v0.4.3 |
1667 | 2024-08-16T05:02:08.701Z | Checking hyper v0.14.30 |
1668 | 2024-08-16T05:02:08.832Z | Checking unicode-segmentation v1.11.0 |
1669 | 2024-08-16T05:02:09.102Z | Checking static_assertions v1.1.0 |
1670 | 2024-08-16T05:02:09.123Z | Checking usdt-impl v0.5.0 |
1671 | 2024-08-16T05:02:09.206Z | Checking managed v0.8.0 |
1672 | 2024-08-16T05:02:09.456Z | Checking clap v4.5.15 |
1673 | 2024-08-16T05:02:09.507Z | Checking winnow v0.5.40 |
1674 | 2024-08-16T05:02:09.582Z | Checking num-bigint-dig v0.8.4 |
1675 | 2024-08-16T05:02:09.604Z | Checking pkcs1 v0.7.5 |
1676 | 2024-08-16T05:02:09.683Z | Checking usdt v0.5.0 |
1677 | 2024-08-16T05:02:09.927Z | Checking zerocopy v0.6.6 |
1678 | 2024-08-16T05:02:09.946Z | Checking signal-hook v0.3.17 |
1679 | 2024-08-16T05:02:10.000Z | Checking flate2 v1.0.31 |
1680 | 2024-08-16T05:02:10.280Z | Checking mio v1.0.2 |
1681 | 2024-08-16T05:02:10.583Z | Checking elliptic-curve v0.13.8 |
1682 | 2024-08-16T05:02:10.635Z | Checking siphasher v0.3.11 |
1683 | 2024-08-16T05:02:10.663Z | Checking itertools v0.10.5 |
1684 | 2024-08-16T05:02:10.880Z | Checking signal-hook-mio v0.2.4 |
1685 | 2024-08-16T05:02:10.935Z | Checking bit-vec v0.6.3 |
1686 | 2024-08-16T05:02:10.953Z | Checking toml_edit v0.22.20 |
1687 | 2024-08-16T05:02:11.040Z | Checking regex-automata v0.1.10 |
1688 | 2024-08-16T05:02:11.258Z | Checking bit-set v0.5.3 |
1689 | 2024-08-16T05:02:11.283Z | Checking itertools v0.12.1 |
1690 | 2024-08-16T05:02:11.456Z | Checking bstr v0.2.17 |
1691 | 2024-08-16T05:02:11.516Z | Checking idna v0.4.0 |
1692 | 2024-08-16T05:02:11.754Z | Checking rsa v0.9.6 |
1693 | 2024-08-16T05:02:12.240Z | Checking hash32 v0.2.1 |
1694 | 2024-08-16T05:02:12.352Z | Checking predicates-core v1.0.6 |
1695 | 2024-08-16T05:02:12.487Z | Checking toml_edit v0.19.15 |
1696 | 2024-08-16T05:02:12.546Z | Checking finl_unicode v1.2.0 |
1697 | 2024-08-16T05:02:12.572Z | Checking heapless v0.7.17 |
1698 | 2024-08-16T05:02:12.714Z | Checking hickory-proto v0.24.1 |
1699 | 2024-08-16T05:02:12.945Z | Checking bstr v1.9.1 |
1700 | 2024-08-16T05:02:13.116Z | Checking stringprep v0.1.4 |
1701 | 2024-08-16T05:02:13.390Z | Checking console v0.15.8 |
1702 | 2024-08-16T05:02:13.568Z | Checking md-5 v0.10.6 |
1703 | 2024-08-16T05:02:13.646Z | Checking float-cmp v0.9.0 |
1704 | 2024-08-16T05:02:13.794Z | Checking fixedbitset v0.4.2 |
1705 | 2024-08-16T05:02:13.828Z | Checking fallible-iterator v0.2.0 |
1706 | 2024-08-16T05:02:13.852Z | Checking difflib v0.4.0 |
1707 | 2024-08-16T05:02:13.907Z | Checking normalize-line-endings v0.3.0 |
1708 | 2024-08-16T05:02:13.931Z | Checking smoltcp v0.9.1 |
1709 | 2024-08-16T05:02:14.033Z | Checking similar v2.5.0 |
1710 | 2024-08-16T05:02:14.075Z | Checking petgraph v0.6.5 |
1711 | 2024-08-16T05:02:14.149Z | Checking predicates v3.1.2 |
1712 | 2024-08-16T05:02:14.428Z | Checking postgres-protocol v0.6.7 |
1713 | 2024-08-16T05:02:14.721Z | Checking hyper-tls v0.5.0 |
1714 | 2024-08-16T05:02:14.816Z | Checking hyper-rustls v0.24.2 |
1715 | 2024-08-16T05:02:14.879Z | Checking phf_shared v0.10.0 |
1716 | 2024-08-16T05:02:14.903Z | Checking toml v0.7.8 |
1717 | 2024-08-16T05:02:15.008Z | Checking phf_shared v0.11.2 |
1718 | 2024-08-16T05:02:15.050Z | Checking fs-err v2.11.0 |
1719 | 2024-08-16T05:02:15.127Z | Checking reqwest v0.11.27 |
1720 | 2024-08-16T05:02:15.149Z | Checking tokio-stream v0.1.15 |
1721 | 2024-08-16T05:02:15.324Z | Checking nix v0.28.0 |
1722 | 2024-08-16T05:02:15.403Z | Checking hubpack v0.1.2 |
1723 | 2024-08-16T05:02:15.605Z | Checking new_debug_unreachable v1.0.6 |
1724 | 2024-08-16T05:02:15.648Z | Checking precomputed-hash v0.1.1 |
1725 | 2024-08-16T05:02:15.700Z | Checking minimal-lexical v0.2.1 |
1726 | 2024-08-16T05:02:15.720Z | Checking lalrpop-util v0.19.12 |
1727 | 2024-08-16T05:02:15.763Z | Checking string_cache v0.8.7 |
1728 | 2024-08-16T05:02:15.908Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1729 | 2024-08-16T05:02:15.996Z | Checking phf v0.11.2 |
1730 | 2024-08-16T05:02:16.042Z | Checking postgres-types v0.2.7 |
1731 | 2024-08-16T05:02:16.103Z | Checking nom v7.1.3 |
1732 | 2024-08-16T05:02:16.262Z | Checking peg-runtime v0.8.3 |
1733 | 2024-08-16T05:02:16.489Z | Checking whoami v1.5.1 |
1734 | 2024-08-16T05:02:16.778Z | Compiling regress v0.9.1 |
1735 | 2024-08-16T05:02:16.805Z | Checking tokio-postgres v0.7.11 |
1736 | 2024-08-16T05:02:16.871Z | Compiling getopts v0.2.21 |
1737 | 2024-08-16T05:02:17.400Z | Compiling unsafe-libyaml v0.2.11 |
1738 | 2024-08-16T05:02:17.459Z | Checking camino v1.1.7 |
1739 | 2024-08-16T05:02:17.804Z | Checking heck v0.5.0 |
1740 | 2024-08-16T05:02:17.989Z | Checking is-terminal v0.4.12 |
1741 | 2024-08-16T05:02:18.045Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1742 | 2024-08-16T05:02:18.142Z | Compiling paste v1.0.15 |
1743 | 2024-08-16T05:02:18.393Z | Compiling ident_case v1.0.1 |
1744 | 2024-08-16T05:02:18.572Z | Compiling darling_core v0.20.9 |
1745 | 2024-08-16T05:02:18.747Z | Compiling serde_yaml v0.9.34+deprecated |
1746 | 2024-08-16T05:02:19.342Z | Compiling rustls v0.22.4 |
1747 | 2024-08-16T05:02:19.667Z | Checking http v1.1.0 |
1748 | 2024-08-16T05:02:19.781Z | Checking dirs-sys-next v0.1.2 |
1749 | 2024-08-16T05:02:19.965Z | Checking dirs-next v2.0.0 |
1750 | 2024-08-16T05:02:20.093Z | Checking crossbeam-channel v0.5.12 |
1751 | 2024-08-16T05:02:20.497Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1752 | 2024-08-16T05:02:20.836Z | Checking thread_local v1.1.8 |
1753 | 2024-08-16T05:02:20.915Z | Checking term v0.7.0 |
1754 | 2024-08-16T05:02:20.986Z | Checking strum v0.26.3 |
1755 | 2024-08-16T05:02:21.106Z | Compiling multer v3.1.0 |
1756 | 2024-08-16T05:02:21.146Z | Checking take_mut v0.2.2 |
1757 | 2024-08-16T05:02:21.303Z | Checking slog-async v2.8.0 |
1758 | 2024-08-16T05:02:21.332Z | Checking slog-term v2.9.1 |
1759 | 2024-08-16T05:02:21.480Z | Compiling async-stream-impl v0.3.5 |
1760 | 2024-08-16T05:02:21.614Z | Checking rustls-pki-types v1.7.0 |
1761 | 2024-08-16T05:02:21.809Z | Checking match_cfg v0.1.0 |
1762 | 2024-08-16T05:02:21.833Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1763 | 2024-08-16T05:02:21.906Z | Checking hostname v0.3.1 |
1764 | 2024-08-16T05:02:22.043Z | Checking toml v0.8.19 |
1765 | 2024-08-16T05:02:22.064Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1766 | 2024-08-16T05:02:22.204Z | Checking rustls-webpki v0.102.4 |
1767 | 2024-08-16T05:02:22.783Z | Checking rustls-pemfile v2.1.3 |
1768 | 2024-08-16T05:02:22.883Z | Checking debug-ignore v1.0.5 |
1769 | 2024-08-16T05:02:22.886Z | Checking slog-json v2.6.1 |
1770 | 2024-08-16T05:02:23.012Z | Checking atomic-waker v1.1.2 |
1771 | 2024-08-16T05:02:23.032Z | Checking async-stream v0.3.5 |
1772 | 2024-08-16T05:02:23.143Z | Checking waitgroup v0.1.2 |
1773 | 2024-08-16T05:02:23.167Z | Checking slog-bunyan v2.5.0 |
1774 | 2024-08-16T05:02:23.281Z | Checking ipnetwork v0.20.0 |
1775 | 2024-08-16T05:02:23.339Z | Checking serde_path_to_error v0.1.16 |
1776 | 2024-08-16T05:02:23.608Z | Checking hostname v0.4.0 |
1777 | 2024-08-16T05:02:23.651Z | Checking instant v0.1.12 |
1778 | 2024-08-16T05:02:23.757Z | Checking fastrand v2.1.0 |
1779 | 2024-08-16T05:02:23.780Z | Compiling structmeta-derive v0.3.0 |
1780 | 2024-08-16T05:02:23.893Z | Checking quick-error v1.2.3 |
1781 | 2024-08-16T05:02:23.964Z | Checking newtype-uuid v1.1.0 |
1782 | 2024-08-16T05:02:24.038Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1783 | 2024-08-16T05:02:24.088Z | Checking tempfile v3.10.1 |
1784 | 2024-08-16T05:02:24.196Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1785 | 2024-08-16T05:02:24.444Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1786 | 2024-08-16T05:02:24.734Z | Checking macaddr v1.0.1 |
1787 | 2024-08-16T05:02:24.840Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1788 | 2024-08-16T05:02:24.993Z | Checking backoff v0.4.0 |
1789 | 2024-08-16T05:02:25.017Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1790 | 2024-08-16T05:02:25.072Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1791 | 2024-08-16T05:02:25.233Z | Checking wait-timeout v0.2.0 |
1792 | 2024-08-16T05:02:25.305Z | Checking rand_xorshift v0.3.0 |
1793 | 2024-08-16T05:02:25.360Z | Compiling structmeta-derive v0.2.0 |
1794 | 2024-08-16T05:02:25.420Z | Checking rusty-fork v0.3.0 |
1795 | 2024-08-16T05:02:25.474Z | Checking unarray v0.1.4 |
1796 | 2024-08-16T05:02:25.520Z | Compiling darling_macro v0.20.9 |
1797 | 2024-08-16T05:02:25.627Z | Compiling proc-macro-error v1.0.4 |
1798 | 2024-08-16T05:02:25.716Z | Checking proptest v1.5.0 |
1799 | 2024-08-16T05:02:26.089Z | Checking camino-tempfile v1.1.1 |
1800 | 2024-08-16T05:02:26.291Z | Compiling proc-macro-crate v1.3.1 |
1801 | 2024-08-16T05:02:26.356Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1802 | 2024-08-16T05:02:26.446Z | Compiling darling v0.20.9 |
1803 | 2024-08-16T05:02:26.573Z | Compiling serde_with_macros v3.8.3 |
1804 | 2024-08-16T05:02:26.606Z | Checking tokio-rustls v0.25.0 |
1805 | 2024-08-16T05:02:26.742Z | Compiling structmeta v0.3.0 |
1806 | 2024-08-16T05:02:26.770Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1807 | 2024-08-16T05:02:27.102Z | Compiling foreign-types-macros v0.2.3 |
1808 | 2024-08-16T05:02:27.176Z | Compiling parse-display-derive v0.10.0 |
1809 | 2024-08-16T05:02:27.351Z | Compiling num_enum_derive v0.5.11 |
1810 | 2024-08-16T05:02:28.392Z | Compiling structmeta v0.2.0 |
1811 | 2024-08-16T05:02:28.486Z | Checking foreign-types-shared v0.3.1 |
1812 | 2024-08-16T05:02:28.606Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1813 | 2024-08-16T05:02:28.829Z | Compiling test-strategy v0.3.1 |
1814 | 2024-08-16T05:02:28.941Z | Checking foreign-types v0.5.0 |
1815 | 2024-08-16T05:02:29.397Z | Checking cstr-argument v0.1.2 |
1816 | 2024-08-16T05:02:29.571Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1817 | 2024-08-16T05:02:29.595Z | Checking serde_with v3.8.3 |
1818 | 2024-08-16T05:02:30.075Z | Checking num_enum v0.5.11 |
1819 | 2024-08-16T05:02:30.221Z | Checking pretty-hex v0.2.1 |
1820 | 2024-08-16T05:02:30.394Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1821 | 2024-08-16T05:02:30.476Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1822 | 2024-08-16T05:02:30.576Z | Checking tabwriter v1.4.0 |
1823 | 2024-08-16T05:02:30.671Z | Checking colored v2.1.0 |
1824 | 2024-08-16T05:02:30.772Z | Checking socket2 v0.4.10 |
1825 | 2024-08-16T05:02:30.795Z | Checking smf v0.2.3 |
1826 | 2024-08-16T05:02:30.817Z | Compiling heapless v0.8.0 |
1827 | 2024-08-16T05:02:30.955Z | Checking termtree v0.4.1 |
1828 | 2024-08-16T05:02:31.145Z | Checking predicates-tree v1.0.9 |
1829 | 2024-08-16T05:02:31.229Z | Checking hash32 v0.3.1 |
1830 | 2024-08-16T05:02:31.252Z | Compiling crucible-workspace-hack v0.1.0 |
1831 | 2024-08-16T05:02:31.299Z | Compiling smoltcp v0.11.0 |
1832 | 2024-08-16T05:02:31.425Z | Checking cobs v0.2.3 |
1833 | 2024-08-16T05:02:31.572Z | Checking embedded-io v0.4.0 |
1834 | 2024-08-16T05:02:31.719Z | Checking sigpipe v0.1.3 |
1835 | 2024-08-16T05:02:31.757Z | Checking parse-display v0.10.0 |
1836 | 2024-08-16T05:02:31.778Z | Checking postcard v1.0.8 |
1837 | 2024-08-16T05:02:31.844Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1838 | 2024-08-16T05:02:31.980Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1839 | 2024-08-16T05:02:32.078Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1840 | 2024-08-16T05:02:32.135Z | Compiling mockall_derive v0.13.0 |
1841 | 2024-08-16T05:02:32.231Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1842 | 2024-08-16T05:02:32.514Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1843 | 2024-08-16T05:02:32.516Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1844 | 2024-08-16T05:02:32.759Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1845 | 2024-08-16T05:02:32.811Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1846 | 2024-08-16T05:02:32.845Z | Compiling num-derive v0.4.2 |
1847 | 2024-08-16T05:02:32.983Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1848 | 2024-08-16T05:02:33.181Z | Checking fragile v2.0.0 |
1849 | 2024-08-16T05:02:33.293Z | Checking downcast v0.11.0 |
1850 | 2024-08-16T05:02:33.490Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1851 | 2024-08-16T05:02:33.518Z | Checking humantime v2.1.0 |
1852 | 2024-08-16T05:02:33.746Z | Checking arc-swap v1.7.1 |
1853 | 2024-08-16T05:02:33.821Z | Checking utf-8 v0.7.6 |
1854 | 2024-08-16T05:02:34.046Z | Checking xattr v1.3.1 |
1855 | 2024-08-16T05:02:34.164Z | Checking slog-scope v4.4.0 |
1856 | 2024-08-16T05:02:34.240Z | Checking filetime v0.2.24 |
1857 | 2024-08-16T05:02:34.298Z | Checking termcolor v1.4.1 |
1858 | 2024-08-16T05:02:34.321Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1859 | 2024-08-16T05:02:34.372Z | Checking slog-stdlog v4.1.1 |
1860 | 2024-08-16T05:02:34.435Z | Checking tar v0.4.41 |
1861 | 2024-08-16T05:02:34.534Z | Checking slog-envlogger v2.2.0 |
1862 | 2024-08-16T05:02:34.729Z | Checking same-file v1.0.6 |
1863 | 2024-08-16T05:02:34.752Z | Checking newline-converter v0.3.0 |
1864 | 2024-08-16T05:02:34.908Z | Checking walkdir v2.5.0 |
1865 | 2024-08-16T05:02:34.911Z | Checking expectorate v1.1.0 |
1866 | 2024-08-16T05:02:35.070Z | Checking tungstenite v0.21.0 |
1867 | 2024-08-16T05:02:35.100Z | Checking atty v0.2.14 |
1868 | 2024-08-16T05:02:35.123Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1869 | 2024-08-16T05:02:35.180Z | Compiling derive-where v1.2.7 |
1870 | 2024-08-16T05:02:35.200Z | Checking pem v3.0.4 |
1871 | 2024-08-16T05:02:35.220Z | Checking password-hash v0.5.0 |
1872 | 2024-08-16T05:02:35.461Z | Checking blake2 v0.10.6 |
1873 | 2024-08-16T05:02:35.566Z | Checking tungstenite v0.20.1 |
1874 | 2024-08-16T05:02:35.647Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1875 | 2024-08-16T05:02:35.668Z | Checking env_logger v0.9.3 |
1876 | 2024-08-16T05:02:35.918Z | Checking argon2 v0.5.3 |
1877 | 2024-08-16T05:02:35.981Z | Checking tokio-tungstenite v0.21.0 |
1878 | 2024-08-16T05:02:36.066Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1879 | 2024-08-16T05:02:36.413Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1880 | 2024-08-16T05:02:36.447Z | Compiling bitstruct_derive v0.1.0 |
1881 | 2024-08-16T05:02:36.472Z | Checking tokio-tungstenite v0.20.1 |
1882 | 2024-08-16T05:02:36.542Z | Checking ascii v1.1.0 |
1883 | 2024-08-16T05:02:36.634Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1884 | 2024-08-16T05:02:36.936Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1885 | 2024-08-16T05:02:36.956Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1886 | 2024-08-16T05:02:37.000Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1887 | 2024-08-16T05:02:37.088Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1888 | 2024-08-16T05:02:37.109Z | Checking atomicwrites v0.4.3 |
1889 | 2024-08-16T05:02:37.243Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1890 | 2024-08-16T05:02:37.309Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1891 | 2024-08-16T05:02:37.586Z | Checking erased-serde v0.3.31 |
1892 | 2024-08-16T05:02:37.608Z | Checking serde_arrays v0.1.0 |
1893 | 2024-08-16T05:02:37.769Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1894 | 2024-08-16T05:02:37.846Z | Checking bitstruct v0.1.1 |
1895 | 2024-08-16T05:02:37.886Z | Compiling heck v0.3.3 |
1896 | 2024-08-16T05:02:37.965Z | Compiling convert_case v0.4.0 |
1897 | 2024-08-16T05:02:38.128Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1898 | 2024-08-16T05:02:38.343Z | Compiling zone_cfg_derive v0.1.2 |
1899 | 2024-08-16T05:02:38.473Z | Checking yasna v0.5.2 |
1900 | 2024-08-16T05:02:38.636Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1901 | 2024-08-16T05:02:38.719Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1902 | 2024-08-16T05:02:38.752Z | Checking headers-core v0.2.0 |
1903 | 2024-08-16T05:02:38.915Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1904 | 2024-08-16T05:02:38.966Z | Compiling derive_more v0.99.18 |
1905 | 2024-08-16T05:02:39.338Z | Checking base64 v0.13.1 |
1906 | 2024-08-16T05:02:39.651Z | Checking rcgen v0.12.1 |
1907 | 2024-08-16T05:02:39.757Z | Checking ron v0.7.1 |
1908 | 2024-08-16T05:02:39.914Z | Checking zone v0.1.8 |
1909 | 2024-08-16T05:02:40.304Z | Checking headers v0.3.9 |
1910 | 2024-08-16T05:02:40.614Z | Checking portpicker v0.1.1 |
1911 | 2024-08-16T05:02:40.758Z | Checking subprocess v0.2.9 |
1912 | 2024-08-16T05:02:40.778Z | Checking mockall v0.13.0 |
1913 | 2024-08-16T05:02:40.873Z | Checking half v2.4.1 |
1914 | 2024-08-16T05:02:41.014Z | Checking ciborium-io v0.2.2 |
1915 | 2024-08-16T05:02:41.142Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1916 | 2024-08-16T05:02:41.293Z | Compiling rayon-core v1.12.1 |
1917 | 2024-08-16T05:02:41.319Z | Checking ciborium-ll v0.2.2 |
1918 | 2024-08-16T05:02:41.385Z | Compiling prettyplease v0.2.20 |
1919 | 2024-08-16T05:02:41.633Z | Checking ciborium v0.2.2 |
1920 | 2024-08-16T05:02:41.653Z | Checking swrite v0.1.0 |
1921 | 2024-08-16T05:02:41.735Z | Compiling home v0.5.9 |
1922 | 2024-08-16T05:02:41.776Z | Compiling semver v0.1.20 |
1923 | 2024-08-16T05:02:42.145Z | Checking linked-hash-map v0.5.6 |
1924 | 2024-08-16T05:02:42.167Z | Compiling slog-dtrace v0.3.0 |
1925 | 2024-08-16T05:02:42.273Z | Compiling rustc_version v0.1.7 |
1926 | 2024-08-16T05:02:42.347Z | Checking lru-cache v0.1.2 |
1927 | 2024-08-16T05:02:42.494Z | Compiling ring v0.16.20 |
1928 | 2024-08-16T05:02:42.513Z | Compiling blake3 v1.5.1 |
1929 | 2024-08-16T05:02:42.584Z | Compiling cancel-safe-futures v0.1.5 |
1930 | 2024-08-16T05:02:42.815Z | Compiling newtype_derive v0.1.6 |
1931 | 2024-08-16T05:02:43.196Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1932 | 2024-08-16T05:02:43.336Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1933 | 2024-08-16T05:02:43.359Z | Checking steno v0.4.1 |
1934 | 2024-08-16T05:02:43.779Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1935 | 2024-08-16T05:02:45.053Z | Checking num-rational v0.4.2 |
1936 | 2024-08-16T05:02:45.236Z | Checking itertools v0.13.0 |
1937 | 2024-08-16T05:02:45.698Z | Checking num-complex v0.4.6 |
1938 | 2024-08-16T05:02:46.219Z | Checking float-ord v0.3.2 |
1939 | 2024-08-16T05:02:46.580Z | Checking resolv-conf v0.7.0 |
1940 | 2024-08-16T05:02:46.630Z | Checking num v0.4.3 |
1941 | 2024-08-16T05:02:46.879Z | Checking libsw v3.3.1 |
1942 | 2024-08-16T05:02:46.952Z | Checking hickory-resolver v0.24.1 |
1943 | 2024-08-16T05:02:47.530Z | Checking owo-colors v4.0.0 |
1944 | 2024-08-16T05:02:47.594Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1945 | 2024-08-16T05:02:47.914Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1946 | 2024-08-16T05:02:48.179Z | Checking linear-map v1.2.0 |
1947 | 2024-08-16T05:02:49.422Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1948 | 2024-08-16T05:02:50.355Z | Compiling crossbeam-deque v0.8.5 |
1949 | 2024-08-16T05:02:51.371Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1950 | 2024-08-16T05:02:52.301Z | Compiling memmap2 v0.9.4 |
1951 | 2024-08-16T05:02:52.425Z | Compiling untrusted v0.7.1 |
1952 | 2024-08-16T05:02:52.614Z | Compiling rayon v1.10.0 |
1953 | 2024-08-16T05:02:52.765Z | Compiling arrayref v0.3.7 |
1954 | 2024-08-16T05:02:52.876Z | Compiling spin v0.5.2 |
1955 | 2024-08-16T05:02:53.122Z | Compiling constant_time_eq v0.3.0 |
1956 | 2024-08-16T05:02:53.314Z | Compiling arrayvec v0.7.4 |
1957 | 2024-08-16T05:02:53.856Z | Compiling toolchain_find v0.4.0 |
1958 | 2024-08-16T05:02:53.952Z | Compiling topological-sort v0.2.2 |
1959 | 2024-08-16T05:02:54.143Z | Compiling rustfmt-wrapper v0.2.1 |
1960 | 2024-08-16T05:02:54.209Z | Checking display-error-chain v0.2.0 |
1961 | 2024-08-16T05:02:54.357Z | Checking nibble_vec v0.1.0 |
1962 | 2024-08-16T05:02:54.492Z | Checking endian-type v0.1.2 |
1963 | 2024-08-16T05:02:54.555Z | Checking fxhash v0.2.1 |
1964 | 2024-08-16T05:02:54.715Z | Checking radix_trie v0.2.1 |
1965 | 2024-08-16T05:02:54.738Z | Checking keccak v0.1.5 |
1966 | 2024-08-16T05:02:54.758Z | Checking secrecy v0.8.0 |
1967 | 2024-08-16T05:02:54.980Z | Checking universal-hash v0.5.1 |
1968 | 2024-08-16T05:02:55.062Z | Checking sha3 v0.10.8 |
1969 | 2024-08-16T05:02:55.137Z | Checking opaque-debug v0.3.1 |
1970 | 2024-08-16T05:02:55.161Z | Compiling curve25519-dalek v4.1.3 |
1971 | 2024-08-16T05:02:55.225Z | Compiling radium v0.7.0 |
1972 | 2024-08-16T05:02:55.440Z | Checking maplit v1.0.2 |
1973 | 2024-08-16T05:02:55.563Z | Checking aead v0.5.2 |
1974 | 2024-08-16T05:02:55.759Z | Compiling curve25519-dalek-derive v0.1.1 |
1975 | 2024-08-16T05:02:55.783Z | Checking tap v1.0.1 |
1976 | 2024-08-16T05:02:55.916Z | Compiling maybe-uninit v2.0.0 |
1977 | 2024-08-16T05:02:55.943Z | Checking wyz v0.5.1 |
1978 | 2024-08-16T05:02:56.570Z | Checking poly1305 v0.8.0 |
1979 | 2024-08-16T05:02:56.764Z | Checking chacha20 v0.9.1 |
1980 | 2024-08-16T05:02:57.136Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1981 | 2024-08-16T05:02:57.177Z | Checking crc-catalog v2.4.0 |
1982 | 2024-08-16T05:02:57.300Z | Compiling packed_struct v0.10.1 |
1983 | 2024-08-16T05:02:57.323Z | Checking funty v2.0.0 |
1984 | 2024-08-16T05:02:57.363Z | Checking crc v3.2.1 |
1985 | 2024-08-16T05:02:57.682Z | Compiling omicron-zone-package v0.11.0 |
1986 | 2024-08-16T05:02:57.951Z | Checking gethostname v0.5.0 |
1987 | 2024-08-16T05:02:58.073Z | Compiling packed_struct_codegen v0.10.1 |
1988 | 2024-08-16T05:02:58.262Z | Compiling indexmap v1.9.3 |
1989 | 2024-08-16T05:02:58.308Z | Checking bitvec v1.0.1 |
1990 | 2024-08-16T05:02:58.590Z | Checking nodrop v0.1.14 |
1991 | 2024-08-16T05:02:58.719Z | Compiling libefi-sys v0.1.0 |
1992 | 2024-08-16T05:02:59.060Z | Checking array-init v0.0.4 |
1993 | 2024-08-16T05:02:59.196Z | Checking smallvec v0.6.14 |
1994 | 2024-08-16T05:02:59.577Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1995 | 2024-08-16T05:02:59.577Z | Compiling bitfield-struct v0.6.1 |
1996 | 2024-08-16T05:02:59.993Z | Checking bitfield v0.14.0 |
1997 | 2024-08-16T05:03:00.014Z | Checking hashbrown v0.12.3 |
1998 | 2024-08-16T05:03:00.290Z | Checking serde-hex v0.1.0 |
1999 | 2024-08-16T05:03:00.667Z | Checking bzip2 v0.4.4 |
2000 | 2024-08-16T05:03:00.979Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2001 | 2024-08-16T05:03:01.042Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2002 | 2024-08-16T05:03:01.237Z | Checking env_logger v0.10.2 |
2003 | 2024-08-16T05:03:01.258Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2004 | 2024-08-16T05:03:01.544Z | Checking x509-cert v0.2.5 |
2005 | 2024-08-16T05:03:01.648Z | Checking ron v0.8.1 |
2006 | 2024-08-16T05:03:01.670Z | Checking hashbrown v0.13.2 |
2007 | 2024-08-16T05:03:01.718Z | Compiling thiserror-impl-no-std v2.0.2 |
2008 | 2024-08-16T05:03:02.758Z | Compiling async-recursion v1.1.1 |
2009 | 2024-08-16T05:03:02.957Z | Checking crc-any v2.5.0 |
2010 | 2024-08-16T05:03:03.179Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2011 | 2024-08-16T05:03:03.301Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2012 | 2024-08-16T05:03:03.355Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2013 | 2024-08-16T05:03:03.631Z | Checking object v0.30.4 |
2014 | 2024-08-16T05:03:03.950Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2015 | 2024-08-16T05:03:04.045Z | Checking zip v0.6.6 |
2016 | 2024-08-16T05:03:04.184Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2017 | 2024-08-16T05:03:04.281Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2018 | 2024-08-16T05:03:04.484Z | Compiling parking_lot_core v0.8.6 |
2019 | 2024-08-16T05:03:04.505Z | Checking path-slash v0.1.5 |
2020 | 2024-08-16T05:03:04.675Z | Checking chacha20poly1305 v0.10.1 |
2021 | 2024-08-16T05:03:04.709Z | Checking glob v0.3.1 |
2022 | 2024-08-16T05:03:04.872Z | Checking hickory-client v0.24.1 |
2023 | 2024-08-16T05:03:04.892Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2024 | 2024-08-16T05:03:04.991Z | Checking thiserror-no-std v2.0.2 |
2025 | 2024-08-16T05:03:05.009Z | Checking hickory-server v0.24.1 |
2026 | 2024-08-16T05:03:05.085Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2027 | 2024-08-16T05:03:05.106Z | Checking vsss-rs v3.3.4 |
2028 | 2024-08-16T05:03:05.393Z | Checking parking_lot v0.11.2 |
2029 | 2024-08-16T05:03:05.444Z | Checking crossterm v0.28.1 |
2030 | 2024-08-16T05:03:05.461Z | Compiling buf-list v1.0.3 |
2031 | 2024-08-16T05:03:05.725Z | Checking sled v0.34.7 |
2032 | 2024-08-16T05:03:06.208Z | Compiling unicase v2.7.0 |
2033 | 2024-08-16T05:03:06.846Z | Checking nanorand v0.7.0 |
2034 | 2024-08-16T05:03:07.231Z | Checking flume v0.11.0 |
2035 | 2024-08-16T05:03:07.741Z | Checking kstat-rs v0.2.4 |
2036 | 2024-08-16T05:03:08.085Z | Compiling vte_generate_state_changes v0.1.1 |
2037 | 2024-08-16T05:03:08.106Z | Checking fd-lock v4.0.2 |
2038 | 2024-08-16T05:03:08.176Z | Compiling mime_guess v2.0.4 |
2039 | 2024-08-16T05:03:08.359Z | Checking crossterm v0.27.0 |
2040 | 2024-08-16T05:03:08.481Z | Checking nu-ansi-term v0.50.0 |
2041 | 2024-08-16T05:03:08.595Z | Compiling dsl_auto_type v0.1.2 |
2042 | 2024-08-16T05:03:08.733Z | Checking vte v0.11.1 |
2043 | 2024-08-16T05:03:08.886Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2044 | 2024-08-16T05:03:09.151Z | Checking scheduled-thread-pool v0.2.7 |
2045 | 2024-08-16T05:03:09.244Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2046 | 2024-08-16T05:03:09.456Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2047 | 2024-08-16T05:03:09.477Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2048 | 2024-08-16T05:03:09.624Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2049 | 2024-08-16T05:03:09.657Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2050 | 2024-08-16T05:03:10.083Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2051 | 2024-08-16T05:03:10.223Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2052 | 2024-08-16T05:03:10.863Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2053 | 2024-08-16T05:03:11.998Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2054 | 2024-08-16T05:03:13.536Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2055 | 2024-08-16T05:03:13.844Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2056 | 2024-08-16T05:03:14.211Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2057 | 2024-08-16T05:03:14.553Z | Checking strip-ansi-escapes v0.2.0 |
2058 | 2024-08-16T05:03:14.705Z | Checking reedline v0.33.0 |
2059 | 2024-08-16T05:03:15.897Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2060 | 2024-08-16T05:03:16.079Z | Compiling pin-project-internal v1.1.5 |
2061 | 2024-08-16T05:03:16.092Z | Compiling diesel_table_macro_syntax v0.2.0 |
2062 | 2024-08-16T05:03:16.526Z | Compiling crunchy v0.2.2 |
2063 | 2024-08-16T05:03:17.088Z | Checking http-range v0.1.5 |
2064 | 2024-08-16T05:03:17.263Z | Checking hyper-staticfile v0.9.5 |
2065 | 2024-08-16T05:03:17.395Z | Compiling diesel_derives v2.2.2 |
2066 | 2024-08-16T05:03:17.723Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2067 | 2024-08-16T05:03:17.962Z | Checking r2d2 v0.8.10 |
2068 | 2024-08-16T05:03:18.131Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2069 | 2024-08-16T05:03:18.281Z | Compiling clang-sys v1.7.0 |
2070 | 2024-08-16T05:03:18.799Z | Compiling tiny-keccak v2.0.2 |
2071 | 2024-08-16T05:03:19.152Z | Checking pin-project v1.1.5 |
2072 | 2024-08-16T05:03:19.180Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2073 | 2024-08-16T05:03:19.202Z | Compiling ref-cast v1.0.23 |
2074 | 2024-08-16T05:03:19.291Z | Checking bytecount v0.6.8 |
2075 | 2024-08-16T05:03:19.451Z | Checking papergrid v0.11.0 |
2076 | 2024-08-16T05:03:19.850Z | Compiling ascii-canvas v3.0.0 |
2077 | 2024-08-16T05:03:20.179Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2078 | 2024-08-16T05:03:20.430Z | Compiling tabled_derive v0.7.0 |
2079 | 2024-08-16T05:03:20.834Z | Compiling ena v0.14.3 |
2080 | 2024-08-16T05:03:20.946Z | Compiling ref-cast-impl v1.0.23 |
2081 | 2024-08-16T05:03:21.219Z | Compiling libloading v0.8.3 |
2082 | 2024-08-16T05:03:21.634Z | Compiling regex-syntax v0.6.29 |
2083 | 2024-08-16T05:03:21.809Z | Compiling bindgen v0.69.4 |
2084 | 2024-08-16T05:03:22.202Z | Compiling diff v0.1.13 |
2085 | 2024-08-16T05:03:22.919Z | Checking tabled v0.15.0 |
2086 | 2024-08-16T05:03:23.597Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2087 | 2024-08-16T05:03:25.901Z | Compiling lalrpop v0.19.12 |
2088 | 2024-08-16T05:03:27.535Z | Compiling which v4.4.2 |
2089 | 2024-08-16T05:03:27.788Z | Checking signal-hook-tokio v0.3.1 |
2090 | 2024-08-16T05:03:27.979Z | Compiling cexpr v0.6.0 |
2091 | 2024-08-16T05:03:28.172Z | Compiling rustc-hash v1.1.0 |
2092 | 2024-08-16T05:03:28.334Z | Compiling lazycell v1.3.0 |
2093 | 2024-08-16T05:03:28.511Z | Compiling shlex v1.3.0 |
2094 | 2024-08-16T05:03:29.793Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2095 | 2024-08-16T05:03:30.086Z | Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2096 | 2024-08-16T05:03:33.335Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2097 | 2024-08-16T05:03:35.244Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2098 | 2024-08-16T05:03:35.930Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2099 | 2024-08-16T05:03:36.397Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2100 | 2024-08-16T05:03:36.603Z | Checking diesel v2.2.2 |
2101 | 2024-08-16T05:03:36.955Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2102 | 2024-08-16T05:03:36.996Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2103 | 2024-08-16T05:03:38.813Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2104 | 2024-08-16T05:03:39.140Z | Compiling derive_builder_core v0.20.0 |
2105 | 2024-08-16T05:03:41.191Z | Compiling libxml v0.3.3 |
2106 | 2024-08-16T05:03:41.483Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2107 | 2024-08-16T05:03:41.522Z | Compiling memoffset v0.9.1 |
2108 | 2024-08-16T05:03:41.622Z | Compiling derive_builder_macro v0.20.0 |
2109 | 2024-08-16T05:03:42.052Z | Compiling peg-macros v0.8.4 |
2110 | 2024-08-16T05:03:42.565Z | Compiling strum_macros v0.24.3 |
2111 | 2024-08-16T05:03:42.793Z | Compiling snafu-derive v0.8.2 |
2112 | 2024-08-16T05:03:45.555Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2113 | 2024-08-16T05:03:45.964Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2114 | 2024-08-16T05:03:46.306Z | Compiling sqlparser_derive v0.2.2 |
2115 | 2024-08-16T05:03:46.452Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2116 | 2024-08-16T05:03:47.474Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2117 | 2024-08-16T05:03:48.379Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2118 | 2024-08-16T05:03:48.438Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2119 | 2024-08-16T05:03:49.160Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2120 | 2024-08-16T05:03:49.392Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2121 | 2024-08-16T05:03:50.915Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2122 | 2024-08-16T05:03:51.670Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2123 | 2024-08-16T05:03:52.196Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2124 | 2024-08-16T05:03:53.696Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2125 | 2024-08-16T05:03:54.169Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2126 | 2024-08-16T05:03:54.909Z | Compiling cookie v0.18.1 |
2127 | 2024-08-16T05:03:55.249Z | Compiling indoc v1.0.9 |
2128 | 2024-08-16T05:03:56.043Z | Checking unicode_categories v0.1.1 |
2129 | 2024-08-16T05:03:56.358Z | Checking sqlformat v0.2.4 |
2130 | 2024-08-16T05:03:56.434Z | Checking rustyline v14.0.0 |
2131 | 2024-08-16T05:03:56.689Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2132 | 2024-08-16T05:03:58.225Z | Checking snafu v0.8.2 |
2133 | 2024-08-16T05:03:58.249Z | Checking sqlparser v0.45.0 |
2134 | 2024-08-16T05:03:58.738Z | Checking peg v0.8.4 |
2135 | 2024-08-16T05:03:58.853Z | Checking derive_builder v0.20.0 |
2136 | 2024-08-16T05:04:00.781Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2137 | 2024-08-16T05:04:00.915Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2138 | 2024-08-16T05:04:00.998Z | Checking globset v0.4.14 |
2139 | 2024-08-16T05:04:01.227Z | Checking olpc-cjson v0.1.3 |
2140 | 2024-08-16T05:04:01.343Z | Checking serde_plain v1.0.2 |
2141 | 2024-08-16T05:04:01.459Z | Checking bcs v0.1.6 |
2142 | 2024-08-16T05:04:01.516Z | Checking quick-xml v0.31.0 |
2143 | 2024-08-16T05:04:01.606Z | Compiling impl-trait-for-tuples v0.2.2 |
2144 | 2024-08-16T05:04:01.925Z | Compiling oso-derive v0.27.3 |
2145 | 2024-08-16T05:04:03.004Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2146 | 2024-08-16T05:04:03.334Z | Checking typed-path v0.7.1 |
2147 | 2024-08-16T05:04:03.582Z | Checking highway v1.2.0 |
2148 | 2024-08-16T05:04:04.144Z | Checking nix v0.27.1 |
2149 | 2024-08-16T05:04:05.285Z | Checking tough v0.17.1 |
2150 | 2024-08-16T05:04:05.953Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2151 | 2024-08-16T05:04:07.728Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2152 | 2024-08-16T05:04:07.858Z | Checking serde-big-array v0.5.1 |
2153 | 2024-08-16T05:04:07.976Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2154 | 2024-08-16T05:04:08.057Z | Checking parse-size v1.0.0 |
2155 | 2024-08-16T05:04:08.383Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2156 | 2024-08-16T05:04:09.942Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2157 | 2024-08-16T05:04:10.091Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2158 | 2024-08-16T05:04:10.350Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2159 | 2024-08-16T05:04:10.386Z | Checking bb8 v0.8.5 |
2160 | 2024-08-16T05:04:10.411Z | Compiling const_format_proc_macros v0.2.32 |
2161 | 2024-08-16T05:04:10.898Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2162 | 2024-08-16T05:04:12.623Z | Checking const_format v0.2.32 |
2163 | 2024-08-16T05:04:12.769Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2164 | 2024-08-16T05:04:13.349Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2165 | 2024-08-16T05:04:13.497Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2166 | 2024-08-16T05:04:14.012Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2167 | 2024-08-16T05:04:14.758Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2168 | 2024-08-16T05:04:14.760Z | Checking assert_matches v1.5.0 |
2169 | 2024-08-16T05:04:14.866Z | Checking heck v0.4.1 |
2170 | 2024-08-16T05:04:15.085Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2171 | 2024-08-16T05:04:15.491Z | Compiling portable-atomic v1.6.0 |
2172 | 2024-08-16T05:04:15.662Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2173 | 2024-08-16T05:04:15.805Z | Compiling libz-sys v1.1.16 |
2174 | 2024-08-16T05:04:16.196Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2175 | 2024-08-16T05:04:16.671Z | Checking rand_seeder v0.3.0 |
2176 | 2024-08-16T05:04:16.855Z | Checking number_prefix v0.4.0 |
2177 | 2024-08-16T05:04:17.066Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2178 | 2024-08-16T05:04:17.623Z | Checking indicatif v0.17.8 |
2179 | 2024-08-16T05:04:18.363Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2180 | 2024-08-16T05:04:18.787Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2181 | 2024-08-16T05:04:19.760Z | Compiling vergen v8.3.2 |
2182 | 2024-08-16T05:04:20.075Z | Compiling cargo-platform v0.1.8 |
2183 | 2024-08-16T05:04:20.179Z | Checking is_ci v1.2.0 |
2184 | 2024-08-16T05:04:20.324Z | Checking supports-color v3.0.0 |
2185 | 2024-08-16T05:04:20.517Z | Compiling cargo_metadata v0.18.1 |
2186 | 2024-08-16T05:04:20.597Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2187 | 2024-08-16T05:04:21.095Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2188 | 2024-08-16T05:04:21.660Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2189 | 2024-08-16T05:04:21.986Z | Checking castaway v0.2.3 |
2190 | 2024-08-16T05:04:22.173Z | Compiling libsqlite3-sys v0.28.0 |
2191 | 2024-08-16T05:04:22.607Z | Checking compact_str v0.8.0 |
2192 | 2024-08-16T05:04:22.780Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2193 | 2024-08-16T05:04:23.084Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2194 | 2024-08-16T05:04:23.106Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2195 | 2024-08-16T05:04:23.382Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2196 | 2024-08-16T05:04:23.502Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2197 | 2024-08-16T05:04:23.871Z | Checking unicode-truncate v1.0.0 |
2198 | 2024-08-16T05:04:24.024Z | Checking lru v0.12.3 |
2199 | 2024-08-16T05:04:24.082Z | Compiling instability v0.3.2 |
2200 | 2024-08-16T05:04:24.346Z | Checking cassowary v0.3.0 |
2201 | 2024-08-16T05:04:24.542Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2202 | 2024-08-16T05:04:25.129Z | Checking ratatui v0.28.0 |
2203 | 2024-08-16T05:04:25.243Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2204 | 2024-08-16T05:04:26.017Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2205 | 2024-08-16T05:04:27.050Z | Checking hashlink v0.9.1 |
2206 | 2024-08-16T05:04:27.214Z | Checking unicode-linebreak v0.1.5 |
2207 | 2024-08-16T05:04:27.559Z | Checking fallible-iterator v0.3.0 |
2208 | 2024-08-16T05:04:27.704Z | Checking fallible-streaming-iterator v0.1.9 |
2209 | 2024-08-16T05:04:27.922Z | Checking smawk v0.3.2 |
2210 | 2024-08-16T05:04:28.120Z | Checking textwrap v0.16.1 |
2211 | 2024-08-16T05:04:28.123Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2212 | 2024-08-16T05:04:28.175Z | Checking rusqlite v0.31.0 |
2213 | 2024-08-16T05:04:28.427Z | Checking twox-hash v1.6.3 |
2214 | 2024-08-16T05:04:28.543Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2215 | 2024-08-16T05:04:28.850Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2216 | 2024-08-16T05:04:29.781Z | Checking fatfs v0.3.6 |
2217 | 2024-08-16T05:04:30.425Z | Checking csv-core v0.1.11 |
2218 | 2024-08-16T05:04:30.756Z | Checking shell-words v1.1.0 |
2219 | 2024-08-16T05:04:30.775Z | Checking csv v1.3.0 |
2220 | 2024-08-16T05:04:30.934Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2221 | 2024-08-16T05:04:31.808Z | Checking rtoolbox v0.0.2 |
2222 | 2024-08-16T05:04:32.013Z | Checking rpassword v7.3.1 |
2223 | 2024-08-16T05:04:33.840Z | Checking tui-tree-widget v0.22.0 |
2224 | 2024-08-16T05:04:34.140Z | Checking polyval v0.6.2 |
2225 | 2024-08-16T05:04:34.423Z | Checking rfc6979 v0.4.0 |
2226 | 2024-08-16T05:04:34.634Z | Checking plotters-backend v0.3.5 |
2227 | 2024-08-16T05:04:35.049Z | Checking plotters-svg v0.3.5 |
2228 | 2024-08-16T05:04:35.277Z | Checking ecdsa v0.16.9 |
2229 | 2024-08-16T05:04:35.956Z | Checking ghash v0.5.1 |
2230 | 2024-08-16T05:04:36.131Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2231 | 2024-08-16T05:04:37.259Z | Checking primeorder v0.13.6 |
2232 | 2024-08-16T05:04:37.758Z | Checking ctr v0.9.2 |
2233 | 2024-08-16T05:04:38.235Z | Checking yansi v0.5.1 |
2234 | 2024-08-16T05:04:38.587Z | Checking cast v0.3.0 |
2235 | 2024-08-16T05:04:38.655Z | Checking pretty_assertions v1.4.0 |
2236 | 2024-08-16T05:04:38.862Z | Checking aes-gcm v0.10.3 |
2237 | 2024-08-16T05:04:38.912Z | Checking criterion-plot v0.5.0 |
2238 | 2024-08-16T05:04:39.110Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2239 | 2024-08-16T05:04:39.415Z | Checking plotters v0.3.5 |
2240 | 2024-08-16T05:04:41.043Z | Checking ed25519 v2.2.3 |
2241 | 2024-08-16T05:04:41.365Z | Checking ssh-encoding v0.2.0 |
2242 | 2024-08-16T05:04:41.691Z | Checking tinytemplate v1.2.1 |
2243 | 2024-08-16T05:04:42.101Z | Checking blowfish v0.9.1 |
2244 | 2024-08-16T05:04:42.359Z | Checking anes v0.1.6 |
2245 | 2024-08-16T05:04:42.726Z | Checking option-ext v0.2.0 |
2246 | 2024-08-16T05:04:42.865Z | Checking oorandom v11.1.3 |
2247 | 2024-08-16T05:04:43.036Z | Checking criterion v0.5.1 |
2248 | 2024-08-16T05:04:45.657Z | Checking dirs-sys v0.4.1 |
2249 | 2024-08-16T05:04:45.859Z | Checking bcrypt-pbkdf v0.10.0 |
2250 | 2024-08-16T05:04:46.109Z | Checking ssh-cipher v0.2.0 |
2251 | 2024-08-16T05:04:46.216Z | Checking ed25519-dalek v2.1.1 |
2252 | 2024-08-16T05:04:46.397Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2253 | 2024-08-16T05:04:46.598Z | Checking password-hash v0.4.2 |
2254 | 2024-08-16T05:04:47.034Z | Checking hex-literal v0.4.1 |
2255 | 2024-08-16T05:04:47.179Z | Checking matches v0.1.10 |
2256 | 2024-08-16T05:04:47.277Z | Checking idna v0.2.3 |
2257 | 2024-08-16T05:04:47.937Z | Checking pbkdf2 v0.11.0 |
2258 | 2024-08-16T05:04:48.156Z | Checking ssh-key v0.6.6 |
2259 | 2024-08-16T05:04:48.250Z | Checking dirs v5.0.1 |
2260 | 2024-08-16T05:04:48.399Z | Checking p256 v0.13.2 |
2261 | 2024-08-16T05:04:48.837Z | Checking p521 v0.13.3 |
2262 | 2024-08-16T05:04:49.894Z | Checking p384 v0.13.0 |
2263 | 2024-08-16T05:04:50.141Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2264 | 2024-08-16T05:04:50.181Z | Checking russh-cryptovec v0.7.2 |
2265 | 2024-08-16T05:04:50.401Z | Compiling enum-as-inner v0.5.1 |
2266 | 2024-08-16T05:04:50.900Z | Compiling target-lexicon v0.12.16 |
2267 | 2024-08-16T05:04:50.952Z | Checking md5 v0.7.0 |
2268 | 2024-08-16T05:04:51.233Z | Compiling doc-comment v0.3.3 |
2269 | 2024-08-16T05:04:51.440Z | Checking trust-dns-proto v0.22.0 |
2270 | 2024-08-16T05:04:51.959Z | Checking russh-keys v0.44.0 |
2271 | 2024-08-16T05:04:52.042Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2272 | 2024-08-16T05:04:53.305Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2273 | 2024-08-16T05:04:53.885Z | Checking http-body v1.0.0 |
2274 | 2024-08-16T05:04:54.104Z | Checking num-bigint v0.4.5 |
2275 | 2024-08-16T05:04:54.154Z | Compiling assert_cmd v2.0.16 |
2276 | 2024-08-16T05:04:54.603Z | Checking tower-layer v0.3.2 |
2277 | 2024-08-16T05:04:54.886Z | Compiling dhcproto-macros v0.1.0 |
2278 | 2024-08-16T05:04:55.016Z | Compiling guppy-workspace-hack v0.1.0 |
2279 | 2024-08-16T05:04:55.316Z | Checking tower v0.4.13 |
2280 | 2024-08-16T05:04:55.891Z | Checking dhcproto v0.12.0 |
2281 | 2024-08-16T05:04:56.094Z | Checking hyper v1.3.1 |
2282 | 2024-08-16T05:04:56.506Z | Checking russh v0.44.1 |
2283 | 2024-08-16T05:04:57.472Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2284 | 2024-08-16T05:04:57.894Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2285 | 2024-08-16T05:04:57.989Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2286 | 2024-08-16T05:04:58.672Z | Compiling target-spec v3.2.1 |
2287 | 2024-08-16T05:04:58.799Z | Checking internet-checksum v0.2.1 |
2288 | 2024-08-16T05:04:59.166Z | Compiling samael v0.0.15 |
2289 | 2024-08-16T05:04:59.808Z | Checking cfg-expr v0.16.0 |
2290 | 2024-08-16T05:05:00.662Z | Checking hyper-util v0.1.3 |
2291 | 2024-08-16T05:05:00.940Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2292 | 2024-08-16T05:05:01.053Z | Checking rustls-native-certs v0.7.0 |
2293 | 2024-08-16T05:05:01.233Z | Checking httptest v0.15.5 |
2294 | 2024-08-16T05:05:02.128Z | Checking hyper-rustls v0.26.0 |
2295 | 2024-08-16T05:05:02.829Z | Checking pathdiff v0.2.1 |
2296 | 2024-08-16T05:05:02.989Z | Checking threadpool v1.8.1 |
2297 | 2024-08-16T05:05:03.213Z | Compiling rstest_macros v0.19.0 |
2298 | 2024-08-16T05:05:03.926Z | Checking escape8259 v0.5.2 |
2299 | 2024-08-16T05:05:03.948Z | Checking nested v0.1.1 |
2300 | 2024-08-16T05:05:03.960Z | Checking libtest-mimic v0.7.3 |
2301 | 2024-08-16T05:05:04.130Z | Checking guppy v0.17.7 |
2302 | 2024-08-16T05:05:04.586Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2303 | 2024-08-16T05:05:04.912Z | Checking similar-asserts v1.5.0 |
2304 | 2024-08-16T05:05:05.097Z | Checking fancy-regex v0.13.0 |
2305 | 2024-08-16T05:05:05.481Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2306 | 2024-08-16T05:05:05.885Z | Compiling trybuild v1.0.99 |
2307 | 2024-08-16T05:05:06.240Z | Compiling relative-path v1.9.3 |
2308 | 2024-08-16T05:05:06.430Z | Checking datatest-stable v0.2.9 |
2309 | 2024-08-16T05:05:06.763Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2310 | 2024-08-16T05:05:08.050Z | Checking blake2b_simd v1.0.2 |
2311 | 2024-08-16T05:05:08.512Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2312 | 2024-08-16T05:05:08.875Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2313 | 2024-08-16T05:05:08.962Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2314 | 2024-08-16T05:05:08.999Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2315 | 2024-08-16T05:05:09.202Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2316 | 2024-08-16T05:05:09.316Z | Checking serde_tokenstream v0.2.2 |
2317 | 2024-08-16T05:05:09.469Z | Checking uzers v0.11.3 |
2318 | 2024-08-16T05:05:09.509Z | Checking indent_write v2.2.0 |
2319 | 2024-08-16T05:05:09.679Z | Checking futures-timer v3.0.3 |
2320 | 2024-08-16T05:05:09.828Z | Checking rust-argon2 v2.1.0 |
2321 | 2024-08-16T05:05:09.973Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2322 | 2024-08-16T05:05:10.819Z | Compiling git2 v0.19.0 |
2323 | 2024-08-16T05:05:11.234Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2324 | 2024-08-16T05:05:11.571Z | Checking rand_distr v0.4.3 |
2325 | 2024-08-16T05:05:12.396Z | Checking multimap v0.10.0 |
2326 | 2024-08-16T05:05:12.763Z | Checking approx v0.5.1 |
2327 | 2024-08-16T05:05:13.040Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2328 | 2024-08-16T05:05:13.805Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2329 | 2024-08-16T05:05:14.794Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2330 | 2024-08-16T05:05:15.940Z | Checking rstest v0.19.0 |
2331 | 2024-08-16T05:05:16.107Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2332 | 2024-08-16T05:05:16.140Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2333 | 2024-08-16T05:05:16.249Z | Checking partial-io v0.5.4 |
2334 | 2024-08-16T05:05:16.702Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2335 | 2024-08-16T05:05:16.835Z | Checking cargo_toml v0.20.4 |
2336 | 2024-08-16T05:05:17.005Z | Checking termios v0.3.3 |
2337 | 2024-08-16T05:05:17.230Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2338 | 2024-08-16T05:05:18.828Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2339 | 2024-08-16T05:05:20.904Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2340 | 2024-08-16T05:05:33.744Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2341 | 2024-08-16T05:05:43.819Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2342 | 2024-08-16T05:05:48.103Z | Compiling polar-core v0.27.3 |
2343 | 2024-08-16T05:05:58.687Z | Checking oso v0.27.3 |
2344 | 2024-08-16T05:06:07.515Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2345 | 2024-08-16T05:06:08.622Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2346 | 2024-08-16T05:06:09.147Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2347 | 2024-08-16T05:06:42.479Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2348 | 2024-08-16T05:06:42.479Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2349 | 2024-08-16T05:06:42.481Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2350 | 2024-08-16T05:08:07.285Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 19s |
2351 | 2024-08-16T05:08:07.635Z | |
2352 | 2024-08-16T05:08:07.635Z | real 6:24.387755534 |
2353 | 2024-08-16T05:08:07.635Z | user 34:35.998950232 |
2354 | 2024-08-16T05:08:07.635Z | sys 6:01.900101757 |
2355 | 2024-08-16T05:08:07.635Z | trap 0.946294006 |
2356 | 2024-08-16T05:08:07.635Z | tflt 2.140920170 |
2357 | 2024-08-16T05:08:07.639Z | dflt 0.730939831 |
2358 | 2024-08-16T05:08:07.639Z | kflt 0.002057040 |
2359 | 2024-08-16T05:08:07.639Z | lock 53:50.916866943 |
2360 | 2024-08-16T05:08:07.639Z | slp 2:02:53.289809743 |
2361 | 2024-08-16T05:08:07.639Z | lat 1:38.597582280 |
2362 | 2024-08-16T05:08:07.639Z | stop 5:22.884340152 |
2363 | 2024-08-16T05:08:07.639Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2364 | 2024-08-16T05:08:07.639Z | + ptime -m cargo doc --workspace --no-deps |
2365 | 2024-08-16T05:08:08.811Z | warning: output filename collision. |
2366 | 2024-08-16T05:08:08.811Z | 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)`. |
2367 | 2024-08-16T05:08:08.811Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2368 | 2024-08-16T05:08:08.811Z | The targets should have unique names. |
2369 | 2024-08-16T05:08:08.811Z | This is a known bug where multiple crates with the same name use |
2370 | 2024-08-16T05:08:08.811Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2371 | 2024-08-16T05:08:09.165Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2372 | 2024-08-16T05:08:09.226Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2373 | 2024-08-16T05:08:09.242Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2374 | 2024-08-16T05:08:09.277Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2375 | 2024-08-16T05:08:09.302Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2376 | 2024-08-16T05:08:09.333Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2377 | 2024-08-16T05:08:09.333Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2378 | 2024-08-16T05:08:09.537Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2379 | 2024-08-16T05:08:09.571Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2380 | 2024-08-16T05:08:09.593Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2381 | 2024-08-16T05:08:09.612Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2382 | 2024-08-16T05:08:09.612Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2383 | 2024-08-16T05:08:09.799Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2384 | 2024-08-16T05:08:09.854Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2385 | 2024-08-16T05:08:09.887Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2386 | 2024-08-16T05:08:10.086Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2387 | 2024-08-16T05:08:10.333Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2388 | 2024-08-16T05:08:11.194Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2389 | 2024-08-16T05:08:14.128Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2390 | 2024-08-16T05:08:14.410Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2391 | 2024-08-16T05:08:14.432Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2392 | 2024-08-16T05:08:14.474Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2393 | 2024-08-16T05:08:14.751Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2394 | 2024-08-16T05:08:14.820Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2395 | 2024-08-16T05:08:15.075Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2396 | 2024-08-16T05:08:15.228Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2397 | 2024-08-16T05:08:15.404Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2398 | 2024-08-16T05:08:15.603Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2399 | 2024-08-16T05:08:15.892Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2400 | 2024-08-16T05:08:15.914Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2401 | 2024-08-16T05:08:16.218Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2402 | 2024-08-16T05:08:16.510Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2403 | 2024-08-16T05:08:16.568Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2404 | 2024-08-16T05:08:16.880Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2405 | 2024-08-16T05:08:17.128Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2406 | 2024-08-16T05:08:17.427Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2407 | 2024-08-16T05:08:17.493Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2408 | 2024-08-16T05:08:17.810Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2409 | 2024-08-16T05:08:17.838Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2410 | 2024-08-16T05:08:18.238Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2411 | 2024-08-16T05:08:18.296Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2412 | 2024-08-16T05:08:20.436Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2413 | 2024-08-16T05:08:22.675Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2414 | 2024-08-16T05:08:22.727Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2415 | 2024-08-16T05:08:23.420Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2416 | 2024-08-16T05:08:24.809Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2417 | 2024-08-16T05:08:25.554Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2418 | 2024-08-16T05:08:27.166Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2419 | 2024-08-16T05:08:28.023Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2420 | 2024-08-16T05:08:29.285Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2421 | 2024-08-16T05:08:29.804Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2422 | 2024-08-16T05:08:32.830Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2423 | 2024-08-16T05:08:32.931Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2424 | 2024-08-16T05:08:34.392Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2425 | 2024-08-16T05:08:34.843Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2426 | 2024-08-16T05:08:35.318Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2427 | 2024-08-16T05:08:36.650Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2428 | 2024-08-16T05:08:36.679Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2429 | 2024-08-16T05:08:36.710Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2430 | 2024-08-16T05:08:36.843Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2431 | 2024-08-16T05:08:37.260Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2432 | 2024-08-16T05:08:37.364Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2433 | 2024-08-16T05:08:37.983Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2434 | 2024-08-16T05:08:38.472Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2435 | 2024-08-16T05:08:38.788Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2436 | 2024-08-16T05:08:39.308Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2437 | 2024-08-16T05:08:39.657Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2438 | 2024-08-16T05:08:39.717Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2439 | 2024-08-16T05:08:40.231Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2440 | 2024-08-16T05:08:40.342Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2441 | 2024-08-16T05:08:40.672Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2442 | 2024-08-16T05:08:40.961Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2443 | 2024-08-16T05:08:41.105Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2444 | 2024-08-16T05:08:41.409Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2445 | 2024-08-16T05:08:41.931Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2446 | 2024-08-16T05:08:42.861Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2447 | 2024-08-16T05:08:42.938Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2448 | 2024-08-16T05:08:43.249Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2449 | 2024-08-16T05:08:43.442Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2450 | 2024-08-16T05:08:43.959Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2451 | 2024-08-16T05:08:44.116Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2452 | 2024-08-16T05:08:44.594Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2453 | 2024-08-16T05:08:44.794Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2454 | 2024-08-16T05:08:45.038Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2455 | 2024-08-16T05:08:45.503Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2456 | 2024-08-16T05:08:45.738Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2457 | 2024-08-16T05:08:46.202Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2458 | 2024-08-16T05:08:47.160Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2459 | 2024-08-16T05:08:47.417Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2460 | 2024-08-16T05:08:47.436Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2461 | 2024-08-16T05:08:47.650Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2462 | 2024-08-16T05:08:48.093Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2463 | 2024-08-16T05:08:48.455Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2464 | 2024-08-16T05:08:48.473Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2465 | 2024-08-16T05:08:50.483Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2466 | 2024-08-16T05:08:51.972Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2467 | 2024-08-16T05:09:02.723Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2468 | 2024-08-16T05:09:03.751Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2469 | 2024-08-16T05:09:04.719Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2470 | 2024-08-16T05:09:05.700Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2471 | 2024-08-16T05:09:06.896Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2472 | 2024-08-16T05:09:07.829Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2473 | 2024-08-16T05:09:43.724Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2474 | 2024-08-16T05:09:46.732Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2475 | 2024-08-16T05:09:48.420Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2476 | 2024-08-16T05:09:54.816Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2477 | 2024-08-16T05:10:06.629Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2478 | 2024-08-16T05:10:14.351Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2479 | 2024-08-16T05:10:17.093Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2480 | 2024-08-16T05:10:19.643Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2481 | 2024-08-16T05:10:23.254Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2482 | 2024-08-16T05:10:26.770Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2483 | 2024-08-16T05:10:27.013Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2484 | 2024-08-16T05:10:28.548Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2485 | 2024-08-16T05:10:29.686Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2486 | 2024-08-16T05:10:32.675Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2487 | 2024-08-16T05:10:43.440Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2488 | 2024-08-16T05:10:44.298Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2489 | 2024-08-16T05:10:54.918Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2490 | 2024-08-16T05:11:14.006Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2491 | 2024-08-16T05:11:14.834Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2492 | 2024-08-16T05:11:25.535Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2493 | 2024-08-16T05:11:31.908Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2494 | 2024-08-16T05:11:33.772Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2495 | 2024-08-16T05:11:34.172Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2496 | 2024-08-16T05:11:38.857Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2497 | 2024-08-16T05:11:42.646Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2498 | 2024-08-16T05:11:43.286Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2499 | 2024-08-16T05:11:51.950Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2500 | 2024-08-16T05:11:52.765Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2501 | 2024-08-16T05:11:55.996Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2502 | 2024-08-16T05:11:59.749Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2503 | 2024-08-16T05:12:00.930Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2504 | 2024-08-16T05:12:05.044Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2505 | 2024-08-16T05:12:10.687Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2506 | 2024-08-16T05:12:10.927Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2507 | 2024-08-16T05:12:14.846Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2508 | 2024-08-16T05:12:18.553Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2509 | 2024-08-16T05:12:19.500Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2510 | 2024-08-16T05:12:24.851Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2511 | 2024-08-16T05:12:27.454Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2512 | 2024-08-16T05:12:28.789Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2513 | 2024-08-16T05:12:31.636Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2514 | 2024-08-16T05:12:42.459Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2515 | 2024-08-16T05:12:44.069Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2516 | 2024-08-16T05:12:44.621Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2517 | 2024-08-16T05:12:49.662Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2518 | 2024-08-16T05:12:53.333Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2519 | 2024-08-16T05:12:55.813Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2520 | 2024-08-16T05:12:57.342Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2521 | 2024-08-16T05:12:57.560Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2522 | 2024-08-16T05:13:03.345Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2523 | 2024-08-16T05:13:07.153Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2524 | 2024-08-16T05:13:07.290Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2525 | 2024-08-16T05:13:07.391Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2526 | 2024-08-16T05:13:09.344Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2527 | 2024-08-16T05:13:15.329Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2528 | 2024-08-16T05:13:15.345Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2529 | 2024-08-16T05:13:22.018Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2530 | 2024-08-16T05:13:24.820Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2531 | 2024-08-16T05:13:25.066Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2532 | 2024-08-16T05:13:25.606Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2533 | 2024-08-16T05:13:27.095Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2534 | 2024-08-16T05:13:38.362Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2535 | 2024-08-16T05:13:39.431Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2536 | 2024-08-16T05:13:39.728Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2537 | 2024-08-16T05:13:42.123Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2538 | 2024-08-16T05:13:44.503Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2539 | 2024-08-16T05:13:47.026Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2540 | 2024-08-16T05:13:50.008Z | Documenting oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2541 | 2024-08-16T05:13:53.627Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2542 | 2024-08-16T05:13:57.215Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2543 | 2024-08-16T05:13:59.490Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2544 | 2024-08-16T05:14:00.683Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2545 | 2024-08-16T05:14:01.029Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2546 | 2024-08-16T05:14:02.305Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2547 | 2024-08-16T05:14:04.644Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2548 | 2024-08-16T05:14:04.664Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2549 | 2024-08-16T05:14:06.059Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2550 | 2024-08-16T05:14:08.606Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2551 | 2024-08-16T05:14:13.963Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2552 | 2024-08-16T05:14:14.576Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2553 | 2024-08-16T05:14:16.111Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2554 | 2024-08-16T05:14:17.363Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2555 | 2024-08-16T05:14:18.125Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2556 | 2024-08-16T05:14:18.629Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2557 | 2024-08-16T05:14:21.095Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2558 | 2024-08-16T05:14:21.918Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2559 | 2024-08-16T05:14:22.366Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2560 | 2024-08-16T05:14:22.492Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2561 | 2024-08-16T05:14:23.983Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2562 | 2024-08-16T05:14:24.282Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2563 | 2024-08-16T05:14:24.643Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2564 | 2024-08-16T05:14:27.264Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2565 | 2024-08-16T05:14:27.956Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2566 | 2024-08-16T05:14:29.720Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2567 | 2024-08-16T05:14:56.685Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 48s |
2568 | 2024-08-16T05:14:56.843Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 120 other files |
2569 | 2024-08-16T05:14:56.901Z | |
2570 | 2024-08-16T05:14:56.901Z | real 6:49.160081115 |
2571 | 2024-08-16T05:14:56.901Z | user 20:35.192688333 |
2572 | 2024-08-16T05:14:56.901Z | sys 30:35.606236514 |
2573 | 2024-08-16T05:14:56.901Z | trap 0.334084912 |
2574 | 2024-08-16T05:14:56.904Z | tflt 0.230222519 |
2575 | 2024-08-16T05:14:56.904Z | dflt 0.138227700 |
2576 | 2024-08-16T05:14:56.904Z | kflt 0.000066157 |
2577 | 2024-08-16T05:14:56.904Z | lock 1:05:39.707992368 |
2578 | 2024-08-16T05:14:56.904Z | slp 1:56:14.545516233 |
2579 | 2024-08-16T05:14:56.904Z | lat 1:06.222310220 |
2580 | 2024-08-16T05:14:56.904Z | stop 54.676259014 |
2581 | 2024-08-16T05:14:56.904Z | process exited: duration 990259 ms, exit code 0 |
|
2582 | 2024-08-16T05:14:56.911Z | found 0 output files |