|
|
|
1 | 2024-12-21T04:20:38.676Z | job assigned to worker 01JFKQ2Z9RC95ST6FZGGE8X8F2 [factory aws, i-081928443ca11384c] (queued for 58 s) |
|
2 | 2024-12-21T04:20:46.512Z | starting task 0: "setup" |
3 | 2024-12-21T04:20:46.521Z | ++ uname -s |
4 | 2024-12-21T04:20:46.524Z | + kern=SunOS |
5 | 2024-12-21T04:20:46.524Z | + case "$kern" in |
6 | 2024-12-21T04:20:46.524Z | + groupadd -g 12345 build |
7 | 2024-12-21T04:20:46.527Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-21T04:20:48.535Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-21T04:20:48.642Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-21T04:20:48.645Z | + home_fs=zfs |
11 | 2024-12-21T04:20:48.645Z | + [[ zfs == autofs ]] |
12 | 2024-12-21T04:20:48.645Z | + mkdir -p /home/build |
13 | 2024-12-21T04:20:48.648Z | + chown build:build /home/build /work |
14 | 2024-12-21T04:20:50.734Z | + chmod 0700 /home/build /work |
15 | 2024-12-21T04:20:50.913Z | process exited: duration 4141 ms, exit code 0 |
|
16 | 2024-12-21T04:20:51.124Z | starting task 1: "rust-toolchain" |
17 | 2024-12-21T04:20:51.233Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-21T04:20:51.233Z | ' 1.81.0 |
19 | 2024-12-21T04:20:51.233Z | * toolchain channel = "1.81.0" |
20 | 2024-12-21T04:20:51.233Z | * toolchain profile = "default" |
21 | 2024-12-21T04:20:51.234Z | + printf ' * toolchain profile = "%s" |
22 | 2024-12-21T04:20:51.234Z | ' default |
23 | 2024-12-21T04:20:51.234Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-21T04:20:51.235Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-21T04:20:51.235Z | info: downloading installer |
26 | 2024-12-21T04:20:52.485Z | info: profile set to 'default' |
27 | 2024-12-21T04:20:52.486Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-21T04:20:52.632Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-21T04:20:52.632Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-21T04:20:52.632Z | info: downloading component 'cargo' |
31 | 2024-12-21T04:20:53.306Z | info: downloading component 'clippy' |
32 | 2024-12-21T04:20:53.592Z | info: downloading component 'rust-docs' |
33 | 2024-12-21T04:20:54.581Z | info: downloading component 'rust-std' |
34 | 2024-12-21T04:20:56.155Z | info: downloading component 'rustc' |
35 | 2024-12-21T04:21:01.805Z | info: downloading component 'rustfmt' |
36 | 2024-12-21T04:21:01.993Z | info: installing component 'cargo' |
37 | 2024-12-21T04:21:02.786Z | info: installing component 'clippy' |
38 | 2024-12-21T04:21:03.128Z | info: installing component 'rust-docs' |
39 | 2024-12-21T04:21:04.812Z | info: installing component 'rust-std' |
40 | 2024-12-21T04:21:06.476Z | info: installing component 'rustc' |
41 | 2024-12-21T04:21:12.270Z | info: installing component 'rustfmt' |
42 | 2024-12-21T04:21:12.573Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-21T04:21:12.573Z | |
44 | 2024-12-21T04:21:12.927Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-21T04:21:12.927Z | |
46 | 2024-12-21T04:21:12.931Z | |
47 | 2024-12-21T04:21:12.932Z | Rust is installed now. Great! |
48 | 2024-12-21T04:21:12.932Z | |
49 | 2024-12-21T04:21:12.932Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-21T04:21:12.932Z | environment variable. This has not been done automatically. |
51 | 2024-12-21T04:21:12.932Z | |
52 | 2024-12-21T04:21:12.932Z | To configure your current shell, you need to source |
53 | 2024-12-21T04:21:12.932Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-21T04:21:12.932Z | |
55 | 2024-12-21T04:21:12.932Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-21T04:21:12.932Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-21T04:21:12.932Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-21T04:21:13.003Z | + rustc --version |
59 | 2024-12-21T04:21:13.071Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-21T04:21:13.075Z | process exited: duration 22028 ms, exit code 0 |
|
61 | 2024-12-21T04:21:13.083Z | starting task 2: "authentication" |
62 | 2024-12-21T04:21:13.100Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
63 | 2024-12-21T04:21:43.445Z | process exited: duration 30361 ms, exit code 0 |
|
64 | 2024-12-21T04:21:43.451Z | starting task 3: "clone repository" |
65 | 2024-12-21T04:21:43.457Z | + mkdir -p /work/oxidecomputer/omicron |
66 | 2024-12-21T04:21:43.459Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
67 | 2024-12-21T04:21:43.493Z | Cloning into '/work/oxidecomputer/omicron'... |
68 | 2024-12-21T04:21:50.684Z | + cd /work/oxidecomputer/omicron |
69 | 2024-12-21T04:21:50.684Z | + git fetch origin 9026ed2f3d434656d97e98729aaab9eb0c87eb4e |
70 | 2024-12-21T04:21:51.050Z | From https://github.com/oxidecomputer/omicron |
71 | 2024-12-21T04:21:51.050Z | * branch 9026ed2f3d434656d97e98729aaab9eb0c87eb4e -> FETCH_HEAD |
72 | 2024-12-21T04:21:51.061Z | + [[ -n renovate/hyper-1.x ]] |
73 | 2024-12-21T04:21:51.064Z | ++ git branch --show-current |
74 | 2024-12-21T04:21:51.068Z | + current=main |
75 | 2024-12-21T04:21:51.068Z | + [[ main != renovate/hyper-1.x ]] |
76 | 2024-12-21T04:21:51.068Z | + git branch -f renovate/hyper-1.x 9026ed2f3d434656d97e98729aaab9eb0c87eb4e |
77 | 2024-12-21T04:21:51.072Z | + git checkout -f renovate/hyper-1.x |
78 | 2024-12-21T04:21:51.246Z | Switched to branch 'renovate/hyper-1.x' |
79 | 2024-12-21T04:21:51.249Z | + git reset --hard 9026ed2f3d434656d97e98729aaab9eb0c87eb4e |
80 | 2024-12-21T04:21:51.262Z | HEAD is now at 9026ed2f3 Update Rust crate hyper to 1.5.2 |
81 | 2024-12-21T04:21:51.265Z | process exited: duration 7811 ms, exit code 0 |
|
82 | 2024-12-21T04:21:51.278Z | starting task 4: "build" |
83 | 2024-12-21T04:21:51.281Z | + source ./env.sh |
84 | 2024-12-21T04:21:51.281Z | ++ OLD_SHELL_OPTS=ehxB |
85 | 2024-12-21T04:21:51.281Z | ++ set -o xtrace |
86 | 2024-12-21T04:21:51.281Z | ++++ dirname ./env.sh |
87 | 2024-12-21T04:21:51.284Z | +++ readlink -f . |
88 | 2024-12-21T04:21:51.287Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
89 | 2024-12-21T04:21:51.287Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
90 | 2024-12-21T04:21:51.288Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
91 | 2024-12-21T04:21:51.288Z | ++ 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 |
92 | 2024-12-21T04:21:51.288Z | ++ 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 |
93 | 2024-12-21T04:21:51.288Z | ++ 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 |
94 | 2024-12-21T04:21:51.288Z | ++ 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 |
95 | 2024-12-21T04:21:51.288Z | ++ 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 |
96 | 2024-12-21T04:21:51.288Z | ++ 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 |
97 | 2024-12-21T04:21:51.288Z | ++ case $OLD_SHELL_OPTS in |
98 | 2024-12-21T04:21:51.288Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
99 | 2024-12-21T04:21:51.288Z | + source .github/buildomat/ci-env.sh |
100 | 2024-12-21T04:21:51.288Z | ++ export CARGO_TERM_COLOR=always |
101 | 2024-12-21T04:21:51.288Z | ++ CARGO_TERM_COLOR=always |
102 | 2024-12-21T04:21:51.288Z | + cargo --version |
103 | 2024-12-21T04:21:51.345Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
104 | 2024-12-21T04:21:51.347Z | + rustc --version |
105 | 2024-12-21T04:21:51.408Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
106 | 2024-12-21T04:21:51.411Z | + banner prerequisites |
107 | 2024-12-21T04:21:51.417Z | |
108 | 2024-12-21T04:21:51.417Z | ##### ##### ###### ##### ###### #### # # # #### # |
109 | 2024-12-21T04:21:51.417Z | # # # # # # # # # # # # # # # |
110 | 2024-12-21T04:21:51.417Z | # # # # ##### # # ##### # # # # # #### # |
111 | 2024-12-21T04:21:51.417Z | ##### ##### # ##### # # # # # # # # # |
112 | 2024-12-21T04:21:51.417Z | # # # # # # # # # # # # # # # |
113 | 2024-12-21T04:21:51.417Z | # # # ###### # # ###### ### # #### # #### # |
114 | 2024-12-21T04:21:51.417Z | |
115 | 2024-12-21T04:21:51.417Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
116 | 2024-12-21T04:21:59.897Z | Startup: Refreshing catalog 'helios-dev' ... Done |
117 | 2024-12-21T04:22:03.886Z | Startup: Caching catalogs ... Done |
118 | 2024-12-21T04:22:14.671Z | Planning: Solver setup ... Done (9.863s) |
119 | 2024-12-21T04:22:14.798Z | Planning: Running solver ... Done (0.136s) |
120 | 2024-12-21T04:22:14.906Z | Planning: Finding local manifests ... Done (0.004s) |
121 | 2024-12-21T04:22:14.976Z | Planning: Fetching manifests: 0/5 0% complete |
122 | 2024-12-21T04:22:16.468Z | Planning: Fetching manifests: 5/5 100% complete |
123 | 2024-12-21T04:22:16.572Z | Planning: Package planning ... Done (0.103s) |
124 | 2024-12-21T04:22:16.636Z | Planning: Merging actions ... Done (0.059s) |
125 | 2024-12-21T04:22:16.999Z | Planning: Checking for conflicting actions ... Done (0.369s) |
126 | 2024-12-21T04:22:19.172Z | Planning: Consolidating action changes ... Done (2.173s) |
127 | 2024-12-21T04:22:19.641Z | Planning: Evaluating mediators ... Done (0.460s) |
128 | 2024-12-21T04:22:19.717Z | Planning: Planning completed in 15.82 seconds |
129 | 2024-12-21T04:22:19.733Z | Packages to install: 4 |
130 | 2024-12-21T04:22:19.733Z | Packages to update: 1 |
131 | 2024-12-21T04:22:19.736Z | Mediators to change: 2 |
132 | 2024-12-21T04:22:19.736Z | Services to change: 1 |
133 | 2024-12-21T04:22:19.736Z | Estimated space available: 155.63 GB |
134 | 2024-12-21T04:22:19.736Z | Estimated space to be consumed: 1.62 GB |
135 | 2024-12-21T04:22:19.736Z | Create boot environment: No |
136 | 2024-12-21T04:22:19.736Z | Create backup boot environment: Yes |
137 | 2024-12-21T04:22:19.737Z | Rebuild boot archive: No |
138 | 2024-12-21T04:22:19.737Z | |
139 | 2024-12-21T04:22:19.737Z | Changed mediators: |
140 | 2024-12-21T04:22:19.737Z | mediator clang: |
141 | 2024-12-21T04:22:19.737Z | version: None -> 15 (system default) |
142 | 2024-12-21T04:22:19.737Z | |
143 | 2024-12-21T04:22:19.737Z | mediator llvm: |
144 | 2024-12-21T04:22:19.737Z | version: 14 (system default) -> 15 (system default) |
145 | 2024-12-21T04:22:19.737Z | |
146 | 2024-12-21T04:22:19.737Z | Changed packages: |
147 | 2024-12-21T04:22:19.737Z | helios-dev |
148 | 2024-12-21T04:22:19.737Z | developer/build-essential |
149 | 2024-12-21T04:22:19.737Z | None -> 11-2.0 |
150 | 2024-12-21T04:22:19.737Z | library/libxmlsec1 |
151 | 2024-12-21T04:22:19.737Z | None -> 1.2.35-2.0 |
152 | 2024-12-21T04:22:19.737Z | ooce/developer/clang-15 |
153 | 2024-12-21T04:22:19.737Z | None -> 15.0.7-2.0 |
154 | 2024-12-21T04:22:19.737Z | ooce/developer/llvm-15 |
155 | 2024-12-21T04:22:19.737Z | None -> 15.0.7-2.0 |
156 | 2024-12-21T04:22:19.737Z | package/pkg |
157 | 2024-12-21T04:22:19.737Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
158 | 2024-12-21T04:22:19.738Z | |
159 | 2024-12-21T04:22:19.738Z | Services: |
160 | 2024-12-21T04:22:19.738Z | restart_fmri: |
161 | 2024-12-21T04:22:19.738Z | svc:/system/update-man-index:default |
162 | 2024-12-21T04:22:19.738Z | |
163 | 2024-12-21T04:22:19.738Z | Editable files to change: |
164 | 2024-12-21T04:22:19.738Z | Update: |
165 | 2024-12-21T04:22:19.738Z | usr/share/lib/pkg/web/config.shtml |
166 | 2024-12-21T04:22:19.827Z | |
167 | 2024-12-21T04:22:19.827Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
168 | 2024-12-21T04:22:25.025Z | Download: 620/4281 items 17.8/220.6MB 8% complete (3.7M/s) |
169 | 2024-12-21T04:22:29.867Z | Download: 1144/4281 items 69.7/220.6MB 31% complete (6.9M/s) |
170 | 2024-12-21T04:22:36.192Z | Download: 1197/4281 items 83.5/220.6MB 37% complete (8.1M/s) |
171 | 2024-12-21T04:22:41.196Z | Download: 1252/4281 items 105.6/220.6MB 47% complete (2.1M/s) |
172 | 2024-12-21T04:22:46.256Z | Download: 1554/4281 items 117.6/220.6MB 53% complete (3.6M/s) |
173 | 2024-12-21T04:22:51.262Z | Download: 1738/4281 items 118.2/220.6MB 53% complete (2.1M/s) |
174 | 2024-12-21T04:22:56.282Z | Download: 1953/4281 items 118.6/220.6MB 53% complete (134k/s) |
175 | 2024-12-21T04:23:01.410Z | Download: 2103/4281 items 118.9/220.6MB 53% complete (90.3k/s) |
176 | 2024-12-21T04:23:07.398Z | Download: 2219/4281 items 119.2/220.6MB 54% complete (67.7k/s) |
177 | 2024-12-21T04:23:13.492Z | Download: 2223/4281 items 119.2/220.6MB 54% complete (63.0k/s) |
178 | 2024-12-21T04:23:31.095Z | Download: 2224/4281 items 119.2/220.6MB 54% complete |
179 | 2024-12-21T04:23:36.099Z | Download: 2429/4281 items 120.1/220.6MB 54% complete (190k/s) |
180 | 2024-12-21T04:23:41.104Z | Download: 2663/4281 items 120.7/220.6MB 54% complete (152k/s) |
181 | 2024-12-21T04:23:46.113Z | Download: 2942/4281 items 121.2/220.6MB 54% complete (114k/s) |
182 | 2024-12-21T04:23:51.771Z | Download: 3239/4281 items 200.7/220.6MB 90% complete (8.0M/s) |
183 | 2024-12-21T04:23:57.128Z | Download: 3246/4281 items 203.1/220.6MB 92% complete (8.1M/s) |
184 | 2024-12-21T04:24:11.370Z | Download: 3248/4281 items 203.1/220.6MB 92% complete |
185 | 2024-12-21T04:24:17.691Z | Download: 3282/4281 items 210.7/220.6MB 95% complete (3.0M/s) |
186 | 2024-12-21T04:24:24.089Z | Download: 3283/4281 items 210.8/220.6MB 95% complete (2.7M/s) |
187 | 2024-12-21T04:24:29.115Z | Download: 4207/4281 items 220.6/220.6MB 99% complete (2.3M/s) |
188 | 2024-12-21T04:24:29.364Z | Download: Completed 220.60 MB in 129.53 seconds (1.7M/s) |
189 | 2024-12-21T04:24:31.351Z | Actions: 1/5063 actions (Removing old actions) |
190 | 2024-12-21T04:24:31.376Z | Actions: 194/5063 actions (Installing new actions) |
191 | 2024-12-21T04:24:36.029Z | Actions: 4226/5063 actions (Updating modified actions) |
192 | 2024-12-21T04:24:36.353Z | Actions: Completed 5063 actions in 5.00 seconds. |
193 | 2024-12-21T04:24:36.759Z | Done (0.398s) |
194 | 2024-12-21T04:24:36.762Z | Done (0.000s) |
195 | 2024-12-21T04:24:37.348Z | Done (0.588s) |
196 | 2024-12-21T04:24:41.866Z | Done (4.293s) |
197 | 2024-12-21T04:24:41.952Z | Done (0.018s) |
198 | 2024-12-21T04:24:41.955Z | Done (0.000s) |
199 | 2024-12-21T04:24:42.142Z | Done (0.000s) |
200 | 2024-12-21T04:24:42.839Z | Planning: Evaluating mediator changes ... Done |
201 | 2024-12-21T04:24:42.998Z | Planning: Checking for conflicting actions ... Done |
202 | 2024-12-21T04:24:43.002Z | Planning: Consolidating action changes ... Done |
203 | 2024-12-21T04:24:43.271Z | Planning: Evaluating mediators ... Done |
204 | 2024-12-21T04:24:43.274Z | Planning: Planning completed in 0.43 seconds |
205 | 2024-12-21T04:24:43.311Z | Mediators to change: 2 |
206 | 2024-12-21T04:24:43.311Z | Create boot environment: No |
207 | 2024-12-21T04:24:43.311Z | Create backup boot environment: No |
208 | 2024-12-21T04:24:43.412Z | Done |
209 | 2024-12-21T04:24:43.412Z | Done |
210 | 2024-12-21T04:24:43.774Z | Done |
211 | 2024-12-21T04:24:47.480Z | Done |
212 | 2024-12-21T04:24:47.572Z | Done |
213 | 2024-12-21T04:24:47.575Z | Done |
214 | 2024-12-21T04:24:47.701Z | Done |
215 | 2024-12-21T04:24:48.315Z | Planning: Evaluating mediator changes ... Done |
216 | 2024-12-21T04:24:48.317Z | Planning: Merging actions ... Done |
217 | 2024-12-21T04:24:48.503Z | Planning: Checking for conflicting actions ... Done |
218 | 2024-12-21T04:24:48.506Z | Planning: Consolidating action changes ... Done |
219 | 2024-12-21T04:24:48.775Z | Planning: Evaluating mediators ... Done |
220 | 2024-12-21T04:24:48.829Z | Planning: Planning completed in 0.76 seconds |
221 | 2024-12-21T04:24:48.872Z | Packages to change: 1 |
222 | 2024-12-21T04:24:48.872Z | Mediators to change: 1 |
223 | 2024-12-21T04:24:48.874Z | Services to change: 1 |
224 | 2024-12-21T04:24:48.874Z | Create boot environment: No |
225 | 2024-12-21T04:24:48.874Z | Create backup boot environment: Yes |
226 | 2024-12-21T04:24:51.260Z | Actions: 1/6 actions (Updating modified actions) |
227 | 2024-12-21T04:24:51.279Z | Actions: Completed 6 actions in 0.00 seconds. |
228 | 2024-12-21T04:24:51.279Z | Done |
229 | 2024-12-21T04:24:51.279Z | Done |
230 | 2024-12-21T04:24:51.384Z | Done |
231 | 2024-12-21T04:24:55.108Z | Done |
232 | 2024-12-21T04:24:55.203Z | Done |
233 | 2024-12-21T04:24:55.206Z | Done |
234 | 2024-12-21T04:24:55.349Z | Done |
235 | 2024-12-21T04:24:55.815Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
236 | 2024-12-21T04:24:55.815Z | clang system 15 system |
237 | 2024-12-21T04:24:55.815Z | csh system system illumos |
238 | 2024-12-21T04:24:55.815Z | ctags system system illumos |
239 | 2024-12-21T04:24:55.815Z | gcc vendor 12 vendor |
240 | 2024-12-21T04:24:55.815Z | gcc system 10 system |
241 | 2024-12-21T04:24:55.815Z | gcc system 7 system |
242 | 2024-12-21T04:24:55.815Z | go system 1.20 system |
243 | 2024-12-21T04:24:55.815Z | go system 1.19 system |
244 | 2024-12-21T04:24:55.815Z | llvm system 15 system |
245 | 2024-12-21T04:24:55.815Z | llvm system 14 system |
246 | 2024-12-21T04:24:55.815Z | mariadb system 10.6 system |
247 | 2024-12-21T04:24:55.815Z | mta vendor vendor dma |
248 | 2024-12-21T04:24:55.815Z | openjdk system 17 system |
249 | 2024-12-21T04:24:55.815Z | openjdk system 11 system |
250 | 2024-12-21T04:24:55.815Z | openjdk system 1.8 system |
251 | 2024-12-21T04:24:55.815Z | openssl vendor 3 vendor |
252 | 2024-12-21T04:24:55.815Z | perl system 5.36 system |
253 | 2024-12-21T04:24:55.815Z | postgresql system 15 system |
254 | 2024-12-21T04:24:55.815Z | postgresql system 13 system |
255 | 2024-12-21T04:24:55.816Z | python vendor 3 vendor |
256 | 2024-12-21T04:24:55.816Z | python system 2 system |
257 | 2024-12-21T04:24:55.816Z | python3 system 3.11 system |
258 | 2024-12-21T04:24:55.816Z | ruby system 3.0 system |
259 | 2024-12-21T04:24:55.816Z | words vendor vendor american-english |
260 | 2024-12-21T04:24:55.816Z | words system system australian-english |
261 | 2024-12-21T04:24:55.816Z | words system system british-english |
262 | 2024-12-21T04:24:55.816Z | words system system canadian-english |
263 | 2024-12-21T04:24:55.816Z | words system system french |
264 | 2024-12-21T04:24:55.816Z | words system system italian |
265 | 2024-12-21T04:24:55.816Z | words system system ngerman |
266 | 2024-12-21T04:24:55.816Z | words system system ogerman |
267 | 2024-12-21T04:24:55.816Z | words system system spanish |
268 | 2024-12-21T04:24:56.162Z | PUBLISHER TYPE STATUS P LOCATION |
269 | 2024-12-21T04:24:56.163Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
270 | 2024-12-21T04:24:58.976Z | FMRI IFO |
271 | 2024-12-21T04:24:58.976Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
272 | 2024-12-21T04:24:58.976Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
273 | 2024-12-21T04:24:58.976Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
274 | 2024-12-21T04:24:58.977Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
275 | 2024-12-21T04:24:58.977Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
276 | 2024-12-21T04:24:58.977Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
277 | 2024-12-21T04:24:58.977Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
278 | 2024-12-21T04:24:58.977Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
279 | 2024-12-21T04:24:58.977Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
280 | 2024-12-21T04:24:58.977Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
281 | 2024-12-21T04:24:58.978Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
282 | 2024-12-21T04:24:58.978Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
283 | 2024-12-21T04:24:58.978Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
284 | 2024-12-21T04:24:58.978Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
285 | 2024-12-21T04:24:58.978Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
286 | 2024-12-21T04:24:59.750Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
287 | 2024-12-21T04:25:00.011Z | Updating crates.io index |
288 | 2024-12-21T04:25:00.014Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
289 | 2024-12-21T04:25:00.364Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
290 | 2024-12-21T04:25:00.855Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
291 | 2024-12-21T04:25:01.165Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
292 | 2024-12-21T04:25:01.369Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
293 | 2024-12-21T04:25:01.632Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
294 | 2024-12-21T04:25:02.515Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
295 | 2024-12-21T04:25:04.055Z | Updating git repository `https://github.com/oxidecomputer/opte` |
296 | 2024-12-21T04:25:04.686Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
297 | 2024-12-21T04:25:05.451Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
298 | 2024-12-21T04:25:05.680Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
299 | 2024-12-21T04:25:05.942Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
300 | 2024-12-21T04:25:06.518Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
301 | 2024-12-21T04:25:06.871Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
302 | 2024-12-21T04:25:07.154Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
303 | 2024-12-21T04:25:07.401Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
304 | 2024-12-21T04:25:07.623Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
305 | 2024-12-21T04:25:07.865Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
306 | 2024-12-21T04:25:08.176Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
307 | 2024-12-21T04:25:08.531Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
308 | 2024-12-21T04:25:08.824Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
309 | 2024-12-21T04:25:09.181Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
310 | 2024-12-21T04:25:09.744Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
311 | 2024-12-21T04:25:10.038Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
312 | 2024-12-21T04:25:10.377Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
313 | 2024-12-21T04:25:10.846Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
314 | 2024-12-21T04:25:11.115Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
315 | 2024-12-21T04:25:11.344Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
316 | 2024-12-21T04:25:11.582Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
317 | 2024-12-21T04:25:12.828Z | Downloading crates ... |
318 | 2024-12-21T04:25:12.893Z | Downloaded bytecount v0.6.8 |
319 | 2024-12-21T04:25:12.897Z | Downloaded byteorder v1.5.0 |
320 | 2024-12-21T04:25:12.912Z | Downloaded swrite v0.1.0 |
321 | 2024-12-21T04:25:12.914Z | Downloaded scroll_derive v0.12.0 |
322 | 2024-12-21T04:25:12.914Z | Downloaded equivalent v1.0.1 |
323 | 2024-12-21T04:25:12.920Z | Downloaded pretty-hex v0.4.1 |
324 | 2024-12-21T04:25:12.925Z | Downloaded usdt-attr-macro v0.5.0 |
325 | 2024-12-21T04:25:12.925Z | Downloaded dtrace-parser v0.2.0 |
326 | 2024-12-21T04:25:12.946Z | Downloaded clap_derive v4.5.18 |
327 | 2024-12-21T04:25:12.949Z | Downloaded block-buffer v0.10.4 |
328 | 2024-12-21T04:25:12.949Z | Downloaded usdt-macro v0.5.0 |
329 | 2024-12-21T04:25:12.949Z | Downloaded clap_lex v0.7.2 |
330 | 2024-12-21T04:25:12.949Z | Downloaded cargo-platform v0.1.8 |
331 | 2024-12-21T04:25:12.949Z | Downloaded anstyle v1.0.10 |
332 | 2024-12-21T04:25:12.949Z | Downloaded cfg-if v1.0.0 |
333 | 2024-12-21T04:25:12.954Z | Downloaded anstyle-query v1.1.1 |
334 | 2024-12-21T04:25:12.954Z | Downloaded anstyle-parse v0.2.5 |
335 | 2024-12-21T04:25:12.954Z | Downloaded serde_spanned v0.6.8 |
336 | 2024-12-21T04:25:12.957Z | Downloaded unicode-linebreak v0.1.5 |
337 | 2024-12-21T04:25:12.957Z | Downloaded is_terminal_polyfill v1.70.1 |
338 | 2024-12-21T04:25:12.957Z | Downloaded fs-err v2.11.0 |
339 | 2024-12-21T04:25:12.957Z | Downloaded cpufeatures v0.2.14 |
340 | 2024-12-21T04:25:12.959Z | Downloaded proc-macro-error-attr v1.0.4 |
341 | 2024-12-21T04:25:12.960Z | Downloaded utf8parse v0.2.2 |
342 | 2024-12-21T04:25:12.962Z | Downloaded colorchoice v1.0.2 |
343 | 2024-12-21T04:25:12.962Z | Downloaded itoa v1.0.11 |
344 | 2024-12-21T04:25:12.962Z | Downloaded heck v0.5.0 |
345 | 2024-12-21T04:25:12.964Z | Downloaded errno v0.3.9 |
346 | 2024-12-21T04:25:12.966Z | Downloaded toml_datetime v0.6.8 |
347 | 2024-12-21T04:25:12.966Z | Downloaded usdt v0.5.0 |
348 | 2024-12-21T04:25:12.969Z | Downloaded fnv v1.0.7 |
349 | 2024-12-21T04:25:12.971Z | Downloaded smawk v0.3.2 |
350 | 2024-12-21T04:25:12.973Z | Downloaded pest_generator v2.7.14 |
351 | 2024-12-21T04:25:12.973Z | Downloaded dof v0.3.0 |
352 | 2024-12-21T04:25:12.973Z | Downloaded terminal_size v0.4.0 |
353 | 2024-12-21T04:25:12.973Z | Downloaded fastrand v2.1.1 |
354 | 2024-12-21T04:25:12.976Z | Downloaded memmap v0.7.0 |
355 | 2024-12-21T04:25:12.976Z | Downloaded strsim v0.11.1 |
356 | 2024-12-21T04:25:12.978Z | Downloaded plain v0.2.3 |
357 | 2024-12-21T04:25:12.978Z | Downloaded macaddr v1.0.1 |
358 | 2024-12-21T04:25:12.987Z | Downloaded generic-array v0.14.7 |
359 | 2024-12-21T04:25:12.990Z | Downloaded thread-id v4.2.2 |
360 | 2024-12-21T04:25:12.991Z | Downloaded thiserror-impl v1.0.69 |
361 | 2024-12-21T04:25:12.991Z | Downloaded digest v0.10.7 |
362 | 2024-12-21T04:25:12.991Z | Downloaded crypto-common v0.1.6 |
363 | 2024-12-21T04:25:12.991Z | Downloaded bitflags v2.6.0 |
364 | 2024-12-21T04:25:12.995Z | Downloaded usdt-impl v0.5.0 |
365 | 2024-12-21T04:25:12.995Z | Downloaded camino-tempfile v1.1.1 |
366 | 2024-12-21T04:25:12.999Z | Downloaded anstream v0.6.15 |
367 | 2024-12-21T04:25:12.999Z | Downloaded tabled_derive v0.7.0 |
368 | 2024-12-21T04:25:12.999Z | Downloaded serde_tokenstream v0.2.2 |
369 | 2024-12-21T04:25:13.004Z | Downloaded scroll v0.12.0 |
370 | 2024-12-21T04:25:13.004Z | Downloaded cargo_toml v0.20.5 |
371 | 2024-12-21T04:25:13.004Z | Downloaded camino v1.1.9 |
372 | 2024-12-21T04:25:13.004Z | Downloaded anyhow v1.0.93 |
373 | 2024-12-21T04:25:13.009Z | Downloaded version_check v0.9.5 |
374 | 2024-12-21T04:25:13.009Z | Downloaded sha2 v0.10.8 |
375 | 2024-12-21T04:25:13.012Z | Downloaded semver v1.0.23 |
376 | 2024-12-21T04:25:13.012Z | Downloaded tempfile v3.13.0 |
377 | 2024-12-21T04:25:13.017Z | Downloaded pest_derive v2.7.14 |
378 | 2024-12-21T04:25:13.017Z | Downloaded cargo_metadata v0.18.1 |
379 | 2024-12-21T04:25:13.021Z | Downloaded heck v0.4.1 |
380 | 2024-12-21T04:25:13.031Z | Downloaded quote v1.0.37 |
381 | 2024-12-21T04:25:13.036Z | Downloaded zerocopy-derive v0.7.35 |
382 | 2024-12-21T04:25:13.039Z | Downloaded autocfg v1.4.0 |
383 | 2024-12-21T04:25:13.039Z | Downloaded thiserror v1.0.69 |
384 | 2024-12-21T04:25:13.042Z | Downloaded proc-macro2 v1.0.89 |
385 | 2024-12-21T04:25:13.045Z | Downloaded once_cell v1.20.2 |
386 | 2024-12-21T04:25:13.051Z | Downloaded pest_meta v2.7.14 |
387 | 2024-12-21T04:25:13.052Z | Downloaded unicode-ident v1.0.13 |
388 | 2024-12-21T04:25:13.054Z | Downloaded papergrid v0.11.0 |
389 | 2024-12-21T04:25:13.058Z | Downloaded typenum v1.17.0 |
390 | 2024-12-21T04:25:13.058Z | Downloaded textwrap v0.16.1 |
391 | 2024-12-21T04:25:13.063Z | Downloaded ucd-trie v0.1.7 |
392 | 2024-12-21T04:25:13.063Z | Downloaded serde_derive v1.0.215 |
393 | 2024-12-21T04:25:13.066Z | Downloaded ryu v1.0.18 |
394 | 2024-12-21T04:25:13.066Z | Downloaded proc-macro-error v1.0.4 |
395 | 2024-12-21T04:25:13.070Z | Downloaded toml v0.8.19 |
396 | 2024-12-21T04:25:13.074Z | Downloaded log v0.4.22 |
397 | 2024-12-21T04:25:13.079Z | Downloaded clap v4.5.21 |
398 | 2024-12-21T04:25:13.083Z | Downloaded serde v1.0.215 |
399 | 2024-12-21T04:25:13.085Z | Downloaded indexmap v2.6.0 |
400 | 2024-12-21T04:25:13.103Z | Downloaded toml_edit v0.22.22 |
401 | 2024-12-21T04:25:13.126Z | Downloaded memchr v2.7.4 |
402 | 2024-12-21T04:25:13.130Z | Downloaded pest v2.7.14 |
403 | 2024-12-21T04:25:13.136Z | Downloaded clap_builder v4.5.21 |
404 | 2024-12-21T04:25:13.144Z | Downloaded hashbrown v0.15.1 |
405 | 2024-12-21T04:25:13.151Z | Downloaded serde_json v1.0.133 |
406 | 2024-12-21T04:25:13.158Z | Downloaded zerocopy v0.7.35 |
407 | 2024-12-21T04:25:13.175Z | Downloaded winnow v0.6.20 |
408 | 2024-12-21T04:25:13.181Z | Downloaded tabled v0.15.0 |
409 | 2024-12-21T04:25:13.194Z | Downloaded unicode-width v0.1.14 |
410 | 2024-12-21T04:25:13.200Z | Downloaded goblin v0.8.2 |
411 | 2024-12-21T04:25:13.205Z | Downloaded syn v1.0.109 |
412 | 2024-12-21T04:25:13.221Z | Downloaded syn v2.0.87 |
413 | 2024-12-21T04:25:13.232Z | Downloaded rustix v0.38.37 |
414 | 2024-12-21T04:25:13.260Z | Downloaded libc v0.2.162 |
415 | 2024-12-21T04:25:13.576Z | Compiling proc-macro2 v1.0.89 |
416 | 2024-12-21T04:25:13.576Z | Compiling unicode-ident v1.0.13 |
417 | 2024-12-21T04:25:13.576Z | Compiling serde v1.0.215 |
418 | 2024-12-21T04:25:13.579Z | Compiling version_check v0.9.5 |
419 | 2024-12-21T04:25:13.579Z | Compiling memchr v2.7.4 |
420 | 2024-12-21T04:25:13.579Z | Compiling thiserror v1.0.69 |
421 | 2024-12-21T04:25:13.579Z | Compiling libc v0.2.162 |
422 | 2024-12-21T04:25:13.613Z | Compiling itoa v1.0.11 |
423 | 2024-12-21T04:25:13.853Z | Compiling ucd-trie v0.1.7 |
424 | 2024-12-21T04:25:13.886Z | Compiling ryu v1.0.18 |
425 | 2024-12-21T04:25:14.265Z | Compiling once_cell v1.20.2 |
426 | 2024-12-21T04:25:14.465Z | Compiling byteorder v1.5.0 |
427 | 2024-12-21T04:25:14.490Z | Compiling serde_json v1.0.133 |
428 | 2024-12-21T04:25:14.677Z | Compiling rustix v0.38.37 |
429 | 2024-12-21T04:25:14.935Z | Compiling bitflags v2.6.0 |
430 | 2024-12-21T04:25:14.969Z | Compiling usdt-impl v0.5.0 |
431 | 2024-12-21T04:25:15.216Z | Compiling proc-macro-error-attr v1.0.4 |
432 | 2024-12-21T04:25:15.342Z | Compiling syn v1.0.109 |
433 | 2024-12-21T04:25:15.452Z | Compiling proc-macro-error v1.0.4 |
434 | 2024-12-21T04:25:15.490Z | Compiling quote v1.0.37 |
435 | 2024-12-21T04:25:15.657Z | Compiling plain v0.2.3 |
436 | 2024-12-21T04:25:15.689Z | Compiling log v0.4.22 |
437 | 2024-12-21T04:25:15.737Z | Compiling utf8parse v0.2.2 |
438 | 2024-12-21T04:25:15.830Z | Compiling hashbrown v0.15.1 |
439 | 2024-12-21T04:25:15.912Z | Compiling syn v2.0.87 |
440 | 2024-12-21T04:25:15.992Z | Compiling errno v0.3.9 |
441 | 2024-12-21T04:25:16.215Z | Compiling equivalent v1.0.1 |
442 | 2024-12-21T04:25:16.238Z | Compiling camino v1.1.9 |
443 | 2024-12-21T04:25:16.326Z | Compiling thread-id v4.2.2 |
444 | 2024-12-21T04:25:16.414Z | Compiling anstyle-parse v0.2.5 |
445 | 2024-12-21T04:25:16.745Z | Compiling unicode-width v0.1.14 |
446 | 2024-12-21T04:25:16.940Z | Compiling winnow v0.6.20 |
447 | 2024-12-21T04:25:16.979Z | Compiling indexmap v2.6.0 |
448 | 2024-12-21T04:25:17.061Z | Compiling colorchoice v1.0.2 |
449 | 2024-12-21T04:25:17.245Z | Compiling autocfg v1.4.0 |
450 | 2024-12-21T04:25:17.292Z | Compiling pretty-hex v0.4.1 |
451 | 2024-12-21T04:25:17.320Z | Compiling is_terminal_polyfill v1.70.1 |
452 | 2024-12-21T04:25:17.457Z | Compiling anstyle v1.0.10 |
453 | 2024-12-21T04:25:17.511Z | Compiling semver v1.0.23 |
454 | 2024-12-21T04:25:17.995Z | Compiling anstyle-query v1.1.1 |
455 | 2024-12-21T04:25:18.130Z | Compiling anstream v0.6.15 |
456 | 2024-12-21T04:25:18.322Z | Compiling terminal_size v0.4.0 |
457 | 2024-12-21T04:25:18.483Z | Compiling fs-err v2.11.0 |
458 | 2024-12-21T04:25:18.533Z | Compiling bytecount v0.6.8 |
459 | 2024-12-21T04:25:18.561Z | Compiling heck v0.4.1 |
460 | 2024-12-21T04:25:18.792Z | Compiling heck v0.5.0 |
461 | 2024-12-21T04:25:18.849Z | Compiling fastrand v2.1.1 |
462 | 2024-12-21T04:25:19.113Z | Compiling cfg-if v1.0.0 |
463 | 2024-12-21T04:25:19.187Z | Compiling anyhow v1.0.93 |
464 | 2024-12-21T04:25:19.215Z | Compiling fnv v1.0.7 |
465 | 2024-12-21T04:25:19.351Z | Compiling strsim v0.11.1 |
466 | 2024-12-21T04:25:19.376Z | Compiling clap_lex v0.7.2 |
467 | 2024-12-21T04:25:19.423Z | Compiling papergrid v0.11.0 |
468 | 2024-12-21T04:25:19.801Z | Compiling clap_builder v4.5.21 |
469 | 2024-12-21T04:25:19.907Z | Compiling tempfile v3.13.0 |
470 | 2024-12-21T04:25:20.488Z | Compiling memmap v0.7.0 |
471 | 2024-12-21T04:25:20.718Z | Compiling smawk v0.3.2 |
472 | 2024-12-21T04:25:20.816Z | Compiling unicode-linebreak v0.1.5 |
473 | 2024-12-21T04:25:20.928Z | Compiling swrite v0.1.0 |
474 | 2024-12-21T04:25:21.282Z | Compiling textwrap v0.16.1 |
475 | 2024-12-21T04:25:22.098Z | Compiling tabled_derive v0.7.0 |
476 | 2024-12-21T04:25:23.637Z | Compiling tabled v0.15.0 |
477 | 2024-12-21T04:25:25.121Z | Compiling serde_derive v1.0.215 |
478 | 2024-12-21T04:25:25.121Z | Compiling thiserror-impl v1.0.69 |
479 | 2024-12-21T04:25:25.123Z | Compiling zerocopy-derive v0.7.35 |
480 | 2024-12-21T04:25:25.399Z | Compiling scroll_derive v0.12.0 |
481 | 2024-12-21T04:25:25.513Z | Compiling clap_derive v4.5.18 |
482 | 2024-12-21T04:25:26.782Z | Compiling scroll v0.12.0 |
483 | 2024-12-21T04:25:27.179Z | Compiling zerocopy v0.7.35 |
484 | 2024-12-21T04:25:27.354Z | Compiling goblin v0.8.2 |
485 | 2024-12-21T04:25:28.095Z | Compiling pest v2.7.14 |
486 | 2024-12-21T04:25:29.337Z | Compiling clap v4.5.21 |
487 | 2024-12-21T04:25:30.199Z | Compiling pest_meta v2.7.14 |
488 | 2024-12-21T04:25:31.088Z | Compiling pest_generator v2.7.14 |
489 | 2024-12-21T04:25:32.977Z | Compiling pest_derive v2.7.14 |
490 | 2024-12-21T04:25:33.609Z | Compiling dtrace-parser v0.2.0 |
491 | 2024-12-21T04:25:35.660Z | Compiling serde_tokenstream v0.2.2 |
492 | 2024-12-21T04:25:35.758Z | Compiling serde_spanned v0.6.8 |
493 | 2024-12-21T04:25:35.758Z | Compiling toml_datetime v0.6.8 |
494 | 2024-12-21T04:25:35.919Z | Compiling cargo-platform v0.1.8 |
495 | 2024-12-21T04:25:36.169Z | Compiling toml_edit v0.22.22 |
496 | 2024-12-21T04:25:36.306Z | Compiling macaddr v1.0.1 |
497 | 2024-12-21T04:25:36.433Z | Compiling camino-tempfile v1.1.1 |
498 | 2024-12-21T04:25:37.204Z | Compiling dof v0.3.0 |
499 | 2024-12-21T04:25:37.260Z | Compiling cargo_metadata v0.18.1 |
500 | 2024-12-21T04:25:38.904Z | Compiling usdt-macro v0.5.0 |
501 | 2024-12-21T04:25:38.907Z | Compiling usdt-attr-macro v0.5.0 |
502 | 2024-12-21T04:25:39.003Z | Compiling toml v0.8.19 |
503 | 2024-12-21T04:25:39.877Z | Compiling cargo_toml v0.20.5 |
504 | 2024-12-21T04:25:40.367Z | Compiling usdt v0.5.0 |
505 | 2024-12-21T04:25:43.511Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
506 | 2024-12-21T04:25:47.687Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.18s |
507 | 2024-12-21T04:25:47.964Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
508 | 2024-12-21T04:25:48.495Z | Downloading crates ... |
509 | 2024-12-21T04:25:48.612Z | Downloaded atty v0.2.14 |
510 | 2024-12-21T04:25:48.618Z | Downloaded base16ct v0.2.0 |
511 | 2024-12-21T04:25:48.627Z | Downloaded backoff v0.4.0 |
512 | 2024-12-21T04:25:48.630Z | Downloaded atomicwrites v0.4.4 |
513 | 2024-12-21T04:25:48.630Z | Downloaded addr2line v0.24.2 |
514 | 2024-12-21T04:25:48.636Z | Downloaded async-stream-impl v0.3.6 |
515 | 2024-12-21T04:25:48.641Z | Downloaded cfg_aliases v0.2.1 |
516 | 2024-12-21T04:25:48.644Z | Downloaded crucible-workspace-hack v0.1.0 |
517 | 2024-12-21T04:25:48.647Z | Downloaded crunchy v0.2.2 |
518 | 2024-12-21T04:25:48.651Z | Downloaded ciborium-io v0.2.2 |
519 | 2024-12-21T04:25:48.654Z | Downloaded async-stream v0.3.6 |
520 | 2024-12-21T04:25:48.657Z | Downloaded is_ci v1.2.0 |
521 | 2024-12-21T04:25:48.657Z | Downloaded instant v0.1.13 |
522 | 2024-12-21T04:25:48.660Z | Downloaded aead v0.5.2 |
523 | 2024-12-21T04:25:48.663Z | Downloaded cfg_aliases v0.1.1 |
524 | 2024-12-21T04:25:48.667Z | Downloaded mirai-annotations v1.12.0 |
525 | 2024-12-21T04:25:48.670Z | Downloaded md5 v0.7.0 |
526 | 2024-12-21T04:25:48.673Z | Downloaded icu_provider_macros v1.5.0 |
527 | 2024-12-21T04:25:48.673Z | Downloaded assert_matches v1.5.0 |
528 | 2024-12-21T04:25:48.676Z | Downloaded match_cfg v0.1.0 |
529 | 2024-12-21T04:25:48.680Z | Downloaded ascii-canvas v3.0.0 |
530 | 2024-12-21T04:25:48.680Z | Downloaded ident_case v1.0.1 |
531 | 2024-12-21T04:25:48.683Z | Downloaded http-body v1.0.1 |
532 | 2024-12-21T04:25:48.683Z | Downloaded cobs v0.2.3 |
533 | 2024-12-21T04:25:48.683Z | Downloaded cexpr v0.6.0 |
534 | 2024-12-21T04:25:48.686Z | Downloaded async-recursion v1.1.1 |
535 | 2024-12-21T04:25:48.689Z | Downloaded crc-catalog v2.4.0 |
536 | 2024-12-21T04:25:48.693Z | Downloaded matches v0.1.10 |
537 | 2024-12-21T04:25:48.693Z | Downloaded cmake v0.1.51 |
538 | 2024-12-21T04:25:48.696Z | Downloaded castaway v0.2.3 |
539 | 2024-12-21T04:25:48.696Z | Downloaded headers-core v0.3.0 |
540 | 2024-12-21T04:25:48.696Z | Downloaded cstr-argument v0.1.2 |
541 | 2024-12-21T04:25:48.699Z | Downloaded blowfish v0.9.1 |
542 | 2024-12-21T04:25:48.701Z | Downloaded hubpack_derive v0.1.1 |
543 | 2024-12-21T04:25:48.701Z | Downloaded http-range v0.1.5 |
544 | 2024-12-21T04:25:48.702Z | Downloaded block-padding v0.3.3 |
545 | 2024-12-21T04:25:48.704Z | Downloaded bitfield-struct v0.6.2 |
546 | 2024-12-21T04:25:48.704Z | Downloaded hex-literal v0.4.1 |
547 | 2024-12-21T04:25:48.707Z | Downloaded bitfield v0.14.0 |
548 | 2024-12-21T04:25:48.710Z | Downloaded humantime v2.1.0 |
549 | 2024-12-21T04:25:48.710Z | Downloaded http-body-util v0.1.2 |
550 | 2024-12-21T04:25:48.714Z | Downloaded chacha20 v0.9.1 |
551 | 2024-12-21T04:25:48.717Z | Downloaded is-terminal v0.4.13 |
552 | 2024-12-21T04:25:48.717Z | Downloaded linear-map v1.2.0 |
553 | 2024-12-21T04:25:48.720Z | Downloaded lazycell v1.3.0 |
554 | 2024-12-21T04:25:48.720Z | Downloaded ipnetwork v0.20.0 |
555 | 2024-12-21T04:25:48.722Z | Downloaded inout v0.1.3 |
556 | 2024-12-21T04:25:48.725Z | Downloaded chrono-tz-build v0.4.0 |
557 | 2024-12-21T04:25:48.725Z | Downloaded libefi-sys v0.1.0 |
558 | 2024-12-21T04:25:48.728Z | Downloaded impl-trait-for-tuples v0.2.2 |
559 | 2024-12-21T04:25:48.730Z | Downloaded keccak v0.1.5 |
560 | 2024-12-21T04:25:48.732Z | Downloaded maybe-uninit v2.0.0 |
561 | 2024-12-21T04:25:48.732Z | Downloaded atomic-waker v1.1.2 |
562 | 2024-12-21T04:25:48.735Z | Downloaded maplit v1.0.2 |
563 | 2024-12-21T04:25:48.735Z | Downloaded libsw v3.3.1 |
564 | 2024-12-21T04:25:48.737Z | Downloaded crossbeam-deque v0.8.5 |
565 | 2024-12-21T04:25:48.740Z | Downloaded memoffset v0.9.1 |
566 | 2024-12-21T04:25:48.740Z | Downloaded lockfree-object-pool v0.1.6 |
567 | 2024-12-21T04:25:48.743Z | Downloaded convert_case v0.4.0 |
568 | 2024-12-21T04:25:48.746Z | Downloaded constant_time_eq v0.3.1 |
569 | 2024-12-21T04:25:48.748Z | Downloaded managed v0.8.0 |
570 | 2024-12-21T04:25:48.748Z | Downloaded colored v2.1.0 |
571 | 2024-12-21T04:25:48.751Z | Downloaded hostname v0.4.0 |
572 | 2024-12-21T04:25:48.753Z | Downloaded hyper-tls v0.6.0 |
573 | 2024-12-21T04:25:48.754Z | Downloaded arrayvec v0.7.6 |
574 | 2024-12-21T04:25:48.756Z | Downloaded md-5 v0.10.6 |
575 | 2024-12-21T04:25:48.759Z | Downloaded lru v0.12.5 |
576 | 2024-12-21T04:25:48.761Z | Downloaded mockall v0.13.0 |
577 | 2024-12-21T04:25:48.761Z | Downloaded lru-cache v0.1.2 |
578 | 2024-12-21T04:25:48.764Z | Downloaded serde-big-array v0.5.1 |
579 | 2024-12-21T04:25:48.766Z | Downloaded hickory-client v0.24.1 |
580 | 2024-12-21T04:25:48.769Z | Downloaded lazy_static v1.5.0 |
581 | 2024-12-21T04:25:48.771Z | Downloaded instability v0.3.2 |
582 | 2024-12-21T04:25:48.773Z | Downloaded httpdate v1.0.3 |
583 | 2024-12-21T04:25:48.773Z | Downloaded mime v0.3.17 |
584 | 2024-12-21T04:25:48.776Z | Downloaded linked-hash-map v0.5.6 |
585 | 2024-12-21T04:25:48.779Z | Downloaded sigpipe v0.1.3 |
586 | 2024-12-21T04:25:48.779Z | Downloaded lalrpop-util v0.19.12 |
587 | 2024-12-21T04:25:48.779Z | Downloaded hyper-rustls v0.27.3 |
588 | 2024-12-21T04:25:48.782Z | Downloaded ipnet v2.10.1 |
589 | 2024-12-21T04:25:48.785Z | Downloaded crc32fast v1.4.2 |
590 | 2024-12-21T04:25:48.787Z | Downloaded cassowary v0.3.0 |
591 | 2024-12-21T04:25:48.787Z | Downloaded kstat-rs v0.2.4 |
592 | 2024-12-21T04:25:48.790Z | Downloaded indoc v1.0.9 |
593 | 2024-12-21T04:25:48.793Z | Downloaded base64ct v1.6.0 |
594 | 2024-12-21T04:25:48.797Z | Downloaded memmap2 v0.9.5 |
595 | 2024-12-21T04:25:48.802Z | Downloaded lock_api v0.4.12 |
596 | 2024-12-21T04:25:48.802Z | Downloaded sync-ptr v0.1.1 |
597 | 2024-12-21T04:25:48.802Z | Downloaded hyper-staticfile v0.10.1 |
598 | 2024-12-21T04:25:48.805Z | Downloaded strum v0.26.3 |
599 | 2024-12-21T04:25:48.805Z | Downloaded libloading v0.8.5 |
600 | 2024-12-21T04:25:48.808Z | Downloaded iana-time-zone v0.1.61 |
601 | 2024-12-21T04:25:48.811Z | Downloaded try-lock v0.2.5 |
602 | 2024-12-21T04:25:48.811Z | Downloaded hostname v0.3.1 |
603 | 2024-12-21T04:25:48.813Z | Downloaded quick-error v1.2.3 |
604 | 2024-12-21T04:25:48.816Z | Downloaded jobserver v0.1.32 |
605 | 2024-12-21T04:25:48.818Z | Downloaded vte_generate_state_changes v0.1.2 |
606 | 2024-12-21T04:25:48.818Z | Downloaded darling_macro v0.20.10 |
607 | 2024-12-21T04:25:48.818Z | Downloaded httparse v1.9.5 |
608 | 2024-12-21T04:25:48.821Z | Downloaded foreign-types-shared v0.3.1 |
609 | 2024-12-21T04:25:48.824Z | Downloaded foreign-types-shared v0.1.1 |
610 | 2024-12-21T04:25:48.824Z | Downloaded endian-type v0.1.2 |
611 | 2024-12-21T04:25:48.824Z | Downloaded downcast v0.11.0 |
612 | 2024-12-21T04:25:48.828Z | Downloaded rustfmt-wrapper v0.2.1 |
613 | 2024-12-21T04:25:48.830Z | Downloaded rustc_version v0.4.1 |
614 | 2024-12-21T04:25:48.830Z | Downloaded semver v0.1.20 |
615 | 2024-12-21T04:25:48.830Z | Downloaded zerofrom v0.1.4 |
616 | 2024-12-21T04:25:48.834Z | Downloaded slog-dtrace v0.3.0 |
617 | 2024-12-21T04:25:48.837Z | Downloaded clang-sys v1.8.1 |
618 | 2024-12-21T04:25:48.837Z | Downloaded shlex v1.3.0 |
619 | 2024-12-21T04:25:48.839Z | Downloaded icu_normalizer v1.5.0 |
620 | 2024-12-21T04:25:48.842Z | Downloaded simd-adler32 v0.3.7 |
621 | 2024-12-21T04:25:48.846Z | Downloaded serde_with_macros v3.11.0 |
622 | 2024-12-21T04:25:48.848Z | Downloaded icu_normalizer_data v1.5.0 |
623 | 2024-12-21T04:25:48.851Z | Downloaded icu_locid v1.5.0 |
624 | 2024-12-21T04:25:48.855Z | Downloaded slog-bunyan v2.5.0 |
625 | 2024-12-21T04:25:48.858Z | Downloaded mockall_derive v0.13.0 |
626 | 2024-12-21T04:25:48.861Z | Downloaded hmac v0.12.1 |
627 | 2024-12-21T04:25:48.864Z | Downloaded progenitor-client v0.8.0 |
628 | 2024-12-21T04:25:48.864Z | Downloaded ciborium v0.2.2 |
629 | 2024-12-21T04:25:48.867Z | Downloaded console v0.15.8 |
630 | 2024-12-21T04:25:48.870Z | Downloaded supports-color v3.0.1 |
631 | 2024-12-21T04:25:48.872Z | Downloaded subtle v2.6.1 |
632 | 2024-12-21T04:25:48.872Z | Downloaded icu_provider v1.5.0 |
633 | 2024-12-21T04:25:48.875Z | Downloaded num-conv v0.1.0 |
634 | 2024-12-21T04:25:48.878Z | Downloaded oso-derive v0.27.3 |
635 | 2024-12-21T04:25:48.878Z | Downloaded defmt v0.3.8 |
636 | 2024-12-21T04:25:48.883Z | Downloaded unicase v2.7.0 |
637 | 2024-12-21T04:25:48.885Z | Downloaded debug-ignore v1.0.5 |
638 | 2024-12-21T04:25:48.885Z | Downloaded data-encoding v2.6.0 |
639 | 2024-12-21T04:25:48.888Z | Downloaded futures-task v0.3.31 |
640 | 2024-12-21T04:25:48.891Z | Downloaded futures-sink v0.3.31 |
641 | 2024-12-21T04:25:48.891Z | Downloaded allocator-api2 v0.2.18 |
642 | 2024-12-21T04:25:48.894Z | Downloaded flagset v0.4.6 |
643 | 2024-12-21T04:25:48.896Z | Downloaded pretty-hex v0.2.1 |
644 | 2024-12-21T04:25:48.899Z | Downloaded fallible-streaming-iterator v0.1.9 |
645 | 2024-12-21T04:25:48.899Z | Downloaded rtoolbox v0.0.2 |
646 | 2024-12-21T04:25:48.902Z | Downloaded indicatif v0.17.9 |
647 | 2024-12-21T04:25:48.905Z | Downloaded serde_plain v1.0.2 |
648 | 2024-12-21T04:25:48.908Z | Downloaded hyper-util v0.1.10 |
649 | 2024-12-21T04:25:48.912Z | Downloaded compact_str v0.8.0 |
650 | 2024-12-21T04:25:48.915Z | Downloaded newtype_derive v0.1.6 |
651 | 2024-12-21T04:25:48.918Z | Downloaded time-core v0.1.2 |
652 | 2024-12-21T04:25:48.918Z | Downloaded futures-macro v0.3.31 |
653 | 2024-12-21T04:25:48.921Z | Downloaded fixedbitset v0.4.2 |
654 | 2024-12-21T04:25:48.922Z | Downloaded nanorand v0.7.0 |
655 | 2024-12-21T04:25:48.924Z | Downloaded either v1.13.0 |
656 | 2024-12-21T04:25:48.927Z | Downloaded olpc-cjson v0.1.4 |
657 | 2024-12-21T04:25:48.927Z | Downloaded num-derive v0.4.2 |
658 | 2024-12-21T04:25:48.930Z | Downloaded progenitor-impl v0.8.0 |
659 | 2024-12-21T04:25:48.933Z | Downloaded bytes v1.8.0 |
660 | 2024-12-21T04:25:48.936Z | Downloaded pin-utils v0.1.0 |
661 | 2024-12-21T04:25:48.941Z | Downloaded arc-swap v1.7.1 |
662 | 2024-12-21T04:25:48.943Z | Downloaded diesel_table_macro_syntax v0.2.0 |
663 | 2024-12-21T04:25:48.946Z | Downloaded vte v0.11.1 |
664 | 2024-12-21T04:25:48.946Z | Downloaded tokio-tungstenite v0.24.0 |
665 | 2024-12-21T04:25:48.949Z | Downloaded progenitor v0.8.0 |
666 | 2024-12-21T04:25:48.952Z | Downloaded primeorder v0.13.6 |
667 | 2024-12-21T04:25:48.955Z | Downloaded crc-any v2.5.0 |
668 | 2024-12-21T04:25:48.955Z | Downloaded proc-macro-crate v1.3.1 |
669 | 2024-12-21T04:25:48.957Z | Downloaded vsss-rs v3.3.4 |
670 | 2024-12-21T04:25:48.960Z | Downloaded icu_properties v1.5.1 |
671 | 2024-12-21T04:25:48.962Z | Downloaded chacha20poly1305 v0.10.1 |
672 | 2024-12-21T04:25:48.966Z | Downloaded yoke v0.7.4 |
673 | 2024-12-21T04:25:48.969Z | Downloaded cc v1.1.30 |
674 | 2024-12-21T04:25:48.974Z | Downloaded base64 v0.21.7 |
675 | 2024-12-21T04:25:48.977Z | Downloaded miniz_oxide v0.8.0 |
676 | 2024-12-21T04:25:48.985Z | Downloaded foreign-types v0.5.0 |
677 | 2024-12-21T04:25:48.985Z | Downloaded stable_deref_trait v1.2.0 |
678 | 2024-12-21T04:25:48.989Z | Downloaded displaydoc v0.2.5 |
679 | 2024-12-21T04:25:48.989Z | Downloaded secrecy v0.8.0 |
680 | 2024-12-21T04:25:48.989Z | Downloaded num_threads v0.1.7 |
681 | 2024-12-21T04:25:48.989Z | Downloaded foreign-types-macros v0.2.3 |
682 | 2024-12-21T04:25:48.989Z | Downloaded tap v1.0.1 |
683 | 2024-12-21T04:25:48.994Z | Downloaded serde-hex v0.1.0 |
684 | 2024-12-21T04:25:48.994Z | Downloaded phf_shared v0.10.0 |
685 | 2024-12-21T04:25:48.994Z | Downloaded number_prefix v0.4.0 |
686 | 2024-12-21T04:25:48.997Z | Downloaded parse-size v1.1.0 |
687 | 2024-12-21T04:25:48.997Z | Downloaded tui-tree-widget v0.22.0 |
688 | 2024-12-21T04:25:48.997Z | Downloaded topological-sort v0.2.2 |
689 | 2024-12-21T04:25:49.002Z | Downloaded snafu-derive v0.8.5 |
690 | 2024-12-21T04:25:49.002Z | Downloaded thread_local v1.1.8 |
691 | 2024-12-21T04:25:49.007Z | Downloaded thiserror-no-std v2.0.2 |
692 | 2024-12-21T04:25:49.010Z | Downloaded zerovec-derive v0.10.3 |
693 | 2024-12-21T04:25:49.010Z | Downloaded xz2 v0.1.7 |
694 | 2024-12-21T04:25:49.014Z | Downloaded subprocess v0.2.9 |
695 | 2024-12-21T04:25:49.017Z | Downloaded utf16_iter v1.0.5 |
696 | 2024-12-21T04:25:49.019Z | Downloaded utf-8 v0.7.6 |
697 | 2024-12-21T04:25:49.019Z | Downloaded ed25519 v2.2.3 |
698 | 2024-12-21T04:25:49.022Z | Downloaded unicode-properties v0.1.3 |
699 | 2024-12-21T04:25:49.022Z | Downloaded serde_path_to_error v0.1.16 |
700 | 2024-12-21T04:25:49.025Z | Downloaded uuid v1.11.0 |
701 | 2024-12-21T04:25:49.028Z | Downloaded const_format v0.2.33 |
702 | 2024-12-21T04:25:49.042Z | Downloaded fd-lock v4.0.2 |
703 | 2024-12-21T04:25:49.046Z | Downloaded icu_collections v1.5.0 |
704 | 2024-12-21T04:25:49.052Z | Downloaded multimap v0.10.0 |
705 | 2024-12-21T04:25:49.056Z | Downloaded hex v0.4.3 |
706 | 2024-12-21T04:25:49.056Z | Downloaded group v0.13.0 |
707 | 2024-12-21T04:25:49.058Z | Downloaded fragile v2.0.0 |
708 | 2024-12-21T04:25:49.063Z | Downloaded form_urlencoded v1.2.1 |
709 | 2024-12-21T04:25:49.063Z | Downloaded tokio-tungstenite v0.21.0 |
710 | 2024-12-21T04:25:49.066Z | Downloaded smallvec v1.13.2 |
711 | 2024-12-21T04:25:49.066Z | Downloaded hickory-server v0.24.1 |
712 | 2024-12-21T04:25:49.071Z | Downloaded yoke-derive v0.7.4 |
713 | 2024-12-21T04:25:49.074Z | Downloaded base64 v0.22.1 |
714 | 2024-12-21T04:25:49.078Z | Downloaded dhcproto-macros v0.1.0 |
715 | 2024-12-21T04:25:49.080Z | Downloaded salsa20 v0.10.2 |
716 | 2024-12-21T04:25:49.080Z | Downloaded ppv-lite86 v0.2.20 |
717 | 2024-12-21T04:25:49.083Z | Downloaded omicron-zone-package v0.11.1 |
718 | 2024-12-21T04:25:49.085Z | Downloaded rustc-hash v2.0.0 |
719 | 2024-12-21T04:25:49.090Z | Downloaded des v0.8.1 |
720 | 2024-12-21T04:25:49.094Z | Downloaded qorb v0.2.1 |
721 | 2024-12-21T04:25:49.096Z | Downloaded darling_core v0.20.10 |
722 | 2024-12-21T04:25:49.101Z | Downloaded spki v0.7.3 |
723 | 2024-12-21T04:25:49.104Z | Downloaded slab v0.4.9 |
724 | 2024-12-21T04:25:49.104Z | Downloaded normalize-line-endings v0.3.0 |
725 | 2024-12-21T04:25:49.106Z | Downloaded mio v1.0.2 |
726 | 2024-12-21T04:25:49.112Z | Downloaded termcolor v1.4.1 |
727 | 2024-12-21T04:25:49.115Z | Downloaded hashlink v0.9.1 |
728 | 2024-12-21T04:25:49.119Z | Downloaded aes v0.8.4 |
729 | 2024-12-21T04:25:49.121Z | Downloaded native-tls v0.2.12 |
730 | 2024-12-21T04:25:49.124Z | Downloaded termios v0.3.3 |
731 | 2024-12-21T04:25:49.126Z | Downloaded take_mut v0.2.2 |
732 | 2024-12-21T04:25:49.126Z | Downloaded multer v3.1.0 |
733 | 2024-12-21T04:25:49.131Z | Downloaded snafu v0.8.5 |
734 | 2024-12-21T04:25:49.136Z | Downloaded tinyvec_macros v0.1.1 |
735 | 2024-12-21T04:25:49.140Z | Downloaded termtree v0.4.1 |
736 | 2024-12-21T04:25:49.140Z | Downloaded password-hash v0.4.2 |
737 | 2024-12-21T04:25:49.144Z | Downloaded postgres-protocol v0.6.7 |
738 | 2024-12-21T04:25:49.144Z | Downloaded signal-hook-tokio v0.3.1 |
739 | 2024-12-21T04:25:49.149Z | Downloaded zeroize_derive v1.4.2 |
740 | 2024-12-21T04:25:49.149Z | Downloaded which v4.4.2 |
741 | 2024-12-21T04:25:49.149Z | Downloaded defmt-parser v0.3.4 |
742 | 2024-12-21T04:25:49.152Z | Downloaded ff v0.13.0 |
743 | 2024-12-21T04:25:49.152Z | Downloaded embedded-io v0.4.0 |
744 | 2024-12-21T04:25:49.152Z | Downloaded postgres-types v0.2.8 |
745 | 2024-12-21T04:25:49.156Z | Downloaded http v1.1.0 |
746 | 2024-12-21T04:25:49.165Z | Downloaded unarray v0.1.4 |
747 | 2024-12-21T04:25:49.168Z | Downloaded sqlformat v0.2.6 |
748 | 2024-12-21T04:25:49.168Z | Downloaded derive_builder_macro v0.20.2 |
749 | 2024-12-21T04:25:49.168Z | Downloaded filetime v0.2.25 |
750 | 2024-12-21T04:25:49.168Z | Downloaded glob v0.3.1 |
751 | 2024-12-21T04:25:49.168Z | Downloaded ron v0.8.1 |
752 | 2024-12-21T04:25:49.175Z | Downloaded predicates-tree v1.0.11 |
753 | 2024-12-21T04:25:49.178Z | Downloaded parse-display v0.10.0 |
754 | 2024-12-21T04:25:49.178Z | Downloaded progenitor-macro v0.8.0 |
755 | 2024-12-21T04:25:49.182Z | Downloaded parking_lot_core v0.8.6 |
756 | 2024-12-21T04:25:49.182Z | Downloaded nodrop v0.1.14 |
757 | 2024-12-21T04:25:49.185Z | Downloaded libxml v0.3.3 |
758 | 2024-12-21T04:25:49.190Z | Downloaded term v0.7.0 |
759 | 2024-12-21T04:25:49.193Z | Downloaded fxhash v0.2.1 |
760 | 2024-12-21T04:25:49.196Z | Downloaded rusty-fork v0.3.0 |
761 | 2024-12-21T04:25:49.196Z | Downloaded rfc6979 v0.4.0 |
762 | 2024-12-21T04:25:49.201Z | Downloaded tokio-rustls v0.26.0 |
763 | 2024-12-21T04:25:49.203Z | Downloaded tls_codec v0.4.1 |
764 | 2024-12-21T04:25:49.204Z | Downloaded tls_codec_derive v0.4.1 |
765 | 2024-12-21T04:25:49.206Z | Downloaded signature v2.2.0 |
766 | 2024-12-21T04:25:49.206Z | Downloaded typify v0.2.0 |
767 | 2024-12-21T04:25:49.209Z | Downloaded oso v0.27.3 |
768 | 2024-12-21T04:25:49.213Z | Downloaded unicode-bidi v0.3.17 |
769 | 2024-12-21T04:25:49.216Z | Downloaded wyz v0.5.1 |
770 | 2024-12-21T04:25:49.219Z | Downloaded typify-macro v0.2.0 |
771 | 2024-12-21T04:25:49.222Z | Downloaded ecdsa v0.16.9 |
772 | 2024-12-21T04:25:49.226Z | Downloaded zip v0.6.6 |
773 | 2024-12-21T04:25:49.230Z | Downloaded tower-service v0.3.3 |
774 | 2024-12-21T04:25:49.230Z | Downloaded globset v0.4.15 |
775 | 2024-12-21T04:25:49.230Z | Downloaded zerocopy-derive v0.8.10 |
776 | 2024-12-21T04:25:49.237Z | Downloaded deranged v0.3.11 |
777 | 2024-12-21T04:25:49.243Z | Downloaded float-cmp v0.9.0 |
778 | 2024-12-21T04:25:49.243Z | Downloaded fatfs v0.3.6 |
779 | 2024-12-21T04:25:49.247Z | Downloaded psl-types v2.0.11 |
780 | 2024-12-21T04:25:49.247Z | Downloaded waitgroup v0.1.2 |
781 | 2024-12-21T04:25:49.247Z | Downloaded parking_lot_core v0.9.10 |
782 | 2024-12-21T04:25:49.250Z | Downloaded num v0.4.3 |
783 | 2024-12-21T04:25:49.250Z | Downloaded futures-core v0.3.31 |
784 | 2024-12-21T04:25:49.253Z | Downloaded futures-executor v0.3.31 |
785 | 2024-12-21T04:25:49.255Z | Downloaded zone_cfg_derive v0.1.2 |
786 | 2024-12-21T04:25:49.255Z | Downloaded libm v0.2.8 |
787 | 2024-12-21T04:25:49.264Z | Downloaded hash32 v0.2.1 |
788 | 2024-12-21T04:25:49.277Z | Downloaded zone_cfg_derive v0.3.0 |
789 | 2024-12-21T04:25:49.277Z | Downloaded pkg-config v0.3.31 |
790 | 2024-12-21T04:25:49.284Z | Downloaded pem v3.0.4 |
791 | 2024-12-21T04:25:49.284Z | Downloaded ref-cast v1.0.23 |
792 | 2024-12-21T04:25:49.284Z | Downloaded radium v0.7.0 |
793 | 2024-12-21T04:25:49.284Z | Downloaded tungstenite v0.23.0 |
794 | 2024-12-21T04:25:49.285Z | Downloaded sqlparser_derive v0.2.2 |
795 | 2024-12-21T04:25:49.295Z | Downloaded dhcproto v0.12.0 |
796 | 2024-12-21T04:25:49.295Z | Downloaded slog-envlogger v2.2.0 |
797 | 2024-12-21T04:25:49.295Z | Downloaded num_enum_derive v0.5.11 |
798 | 2024-12-21T04:25:49.295Z | Downloaded rand_xorshift v0.3.0 |
799 | 2024-12-21T04:25:49.298Z | Downloaded path-slash v0.1.5 |
800 | 2024-12-21T04:25:49.298Z | Downloaded zone v0.1.8 |
801 | 2024-12-21T04:25:49.298Z | Downloaded writeable v0.5.5 |
802 | 2024-12-21T04:25:49.298Z | Downloaded num_enum v0.5.11 |
803 | 2024-12-21T04:25:49.302Z | Downloaded thiserror-impl v2.0.3 |
804 | 2024-12-21T04:25:49.302Z | Downloaded static_assertions v1.1.0 |
805 | 2024-12-21T04:25:49.305Z | Downloaded gethostname v0.5.0 |
806 | 2024-12-21T04:25:49.305Z | Downloaded thiserror-impl-no-std v2.0.2 |
807 | 2024-12-21T04:25:49.308Z | Downloaded string_cache v0.8.7 |
808 | 2024-12-21T04:25:49.308Z | Downloaded futures-io v0.3.31 |
809 | 2024-12-21T04:25:49.308Z | Downloaded diff v0.1.13 |
810 | 2024-12-21T04:25:49.311Z | Downloaded want v0.3.1 |
811 | 2024-12-21T04:25:49.319Z | Downloaded float-ord v0.3.2 |
812 | 2024-12-21T04:25:49.319Z | Downloaded untrusted v0.9.0 |
813 | 2024-12-21T04:25:49.321Z | Downloaded parking_lot v0.12.3 |
814 | 2024-12-21T04:25:49.321Z | Downloaded hyper v1.5.2 |
815 | 2024-12-21T04:25:49.327Z | Downloaded pin-project v1.1.6 |
816 | 2024-12-21T04:25:49.340Z | Downloaded num-integer v0.1.46 |
817 | 2024-12-21T04:25:49.343Z | Downloaded defmt-macros v0.3.9 |
818 | 2024-12-21T04:25:49.346Z | Downloaded zone v0.3.0 |
819 | 2024-12-21T04:25:49.350Z | Downloaded zeroize v1.8.1 |
820 | 2024-12-21T04:25:49.350Z | Downloaded pem-rfc7468 v0.7.0 |
821 | 2024-12-21T04:25:49.353Z | Downloaded tokio-util v0.7.12 |
822 | 2024-12-21T04:25:49.359Z | Downloaded spin v0.5.2 |
823 | 2024-12-21T04:25:49.362Z | Downloaded quinn-udp v0.5.5 |
824 | 2024-12-21T04:25:49.362Z | Downloaded paste v1.0.15 |
825 | 2024-12-21T04:25:49.365Z | Downloaded aes-gcm v0.10.3 |
826 | 2024-12-21T04:25:49.369Z | Downloaded derive-where v1.2.7 |
827 | 2024-12-21T04:25:49.373Z | Downloaded zip v2.1.3 |
828 | 2024-12-21T04:25:49.379Z | Downloaded tokio-rustls v0.25.0 |
829 | 2024-12-21T04:25:49.383Z | Downloaded derive_builder_core v0.20.2 |
830 | 2024-12-21T04:25:49.383Z | Downloaded der_derive v0.7.3 |
831 | 2024-12-21T04:25:49.386Z | Downloaded peg-runtime v0.8.3 |
832 | 2024-12-21T04:25:49.386Z | Downloaded foreign-types v0.3.2 |
833 | 2024-12-21T04:25:49.390Z | Downloaded walkdir v2.5.0 |
834 | 2024-12-21T04:25:49.392Z | Downloaded ed25519-dalek v2.1.1 |
835 | 2024-12-21T04:25:49.392Z | Downloaded itertools v0.12.1 |
836 | 2024-12-21T04:25:49.403Z | Downloaded foldhash v0.1.3 |
837 | 2024-12-21T04:25:49.405Z | Downloaded rpassword v7.3.1 |
838 | 2024-12-21T04:25:49.405Z | Downloaded nibble_vec v0.1.0 |
839 | 2024-12-21T04:25:49.405Z | Downloaded fallible-iterator v0.3.0 |
840 | 2024-12-21T04:25:49.410Z | Downloaded fallible-iterator v0.2.0 |
841 | 2024-12-21T04:25:49.410Z | Downloaded futures-channel v0.3.31 |
842 | 2024-12-21T04:25:49.416Z | Downloaded num-rational v0.4.2 |
843 | 2024-12-21T04:25:49.422Z | Downloaded samael v0.0.17 |
844 | 2024-12-21T04:25:49.429Z | Downloaded unicode-truncate v1.1.0 |
845 | 2024-12-21T04:25:49.431Z | Downloaded num-traits v0.2.19 |
846 | 2024-12-21T04:25:49.431Z | Downloaded der v0.7.9 |
847 | 2024-12-21T04:25:49.435Z | Downloaded diesel-dtrace v0.4.2 |
848 | 2024-12-21T04:25:49.435Z | Downloaded tokio-native-tls v0.3.1 |
849 | 2024-12-21T04:25:49.435Z | Downloaded slog-stdlog v4.1.1 |
850 | 2024-12-21T04:25:49.438Z | Downloaded rand_seeder v0.3.0 |
851 | 2024-12-21T04:25:49.441Z | Downloaded spin v0.9.8 |
852 | 2024-12-21T04:25:49.441Z | Downloaded unicode-normalization v0.1.24 |
853 | 2024-12-21T04:25:49.453Z | Downloaded unicode-xid v0.2.6 |
854 | 2024-12-21T04:25:49.456Z | Downloaded tokio-macros v2.4.0 |
855 | 2024-12-21T04:25:49.456Z | Downloaded slog-scope v4.4.0 |
856 | 2024-12-21T04:25:49.456Z | Downloaded slog-async v2.8.0 |
857 | 2024-12-21T04:25:49.456Z | Downloaded predicates-core v1.0.8 |
858 | 2024-12-21T04:25:49.456Z | Downloaded slog-json v2.6.1 |
859 | 2024-12-21T04:25:49.456Z | Downloaded opaque-debug v0.3.1 |
860 | 2024-12-21T04:25:49.459Z | Downloaded newline-converter v0.3.0 |
861 | 2024-12-21T04:25:49.459Z | Downloaded new_debug_unreachable v1.0.6 |
862 | 2024-12-21T04:25:49.459Z | Downloaded parse-zoneinfo v0.3.1 |
863 | 2024-12-21T04:25:49.462Z | Downloaded whoami v1.5.2 |
864 | 2024-12-21T04:25:49.465Z | Downloaded phf_shared v0.11.2 |
865 | 2024-12-21T04:25:49.471Z | Downloaded phf_generator v0.11.2 |
866 | 2024-12-21T04:25:49.471Z | Downloaded phf v0.11.2 |
867 | 2024-12-21T04:25:49.471Z | Downloaded percent-encoding v2.3.1 |
868 | 2024-12-21T04:25:49.474Z | Downloaded peg v0.8.4 |
869 | 2024-12-21T04:25:49.474Z | Downloaded flume v0.11.1 |
870 | 2024-12-21T04:25:49.478Z | Downloaded pbkdf2 v0.12.2 |
871 | 2024-12-21T04:25:49.481Z | Downloaded embedded-io v0.6.1 |
872 | 2024-12-21T04:25:49.484Z | Downloaded pbkdf2 v0.11.0 |
873 | 2024-12-21T04:25:49.484Z | Downloaded pin-project-internal v1.1.6 |
874 | 2024-12-21T04:25:49.488Z | Downloaded time v0.3.36 |
875 | 2024-12-21T04:25:49.494Z | Downloaded openssl-macros v0.1.1 |
876 | 2024-12-21T04:25:49.497Z | Downloaded blake3 v1.5.4 |
877 | 2024-12-21T04:25:49.504Z | Downloaded tinystr v0.7.6 |
878 | 2024-12-21T04:25:49.507Z | Downloaded zerocopy v0.6.6 |
879 | 2024-12-21T04:25:49.510Z | Downloaded hash32 v0.3.1 |
880 | 2024-12-21T04:25:49.518Z | Downloaded rayon-core v1.12.1 |
881 | 2024-12-21T04:25:49.521Z | Downloaded precomputed-hash v0.1.1 |
882 | 2024-12-21T04:25:49.521Z | Downloaded russh-cryptovec v0.7.3 |
883 | 2024-12-21T04:25:49.521Z | Downloaded p521 v0.13.3 |
884 | 2024-12-21T04:25:49.525Z | Downloaded stringprep v0.1.5 |
885 | 2024-12-21T04:25:49.525Z | Downloaded ssh-cipher v0.2.0 |
886 | 2024-12-21T04:25:49.528Z | Downloaded sync_wrapper v1.0.1 |
887 | 2024-12-21T04:25:49.528Z | Downloaded dyn-clone v1.0.17 |
888 | 2024-12-21T04:25:49.528Z | Downloaded newtype-uuid v1.1.3 |
889 | 2024-12-21T04:25:49.531Z | Downloaded time-macros v0.2.18 |
890 | 2024-12-21T04:25:49.531Z | Downloaded ssh-key v0.6.6 |
891 | 2024-12-21T04:25:49.542Z | Downloaded structmeta-derive v0.2.0 |
892 | 2024-12-21T04:25:49.545Z | Downloaded openssl-probe v0.1.5 |
893 | 2024-12-21T04:25:49.545Z | Downloaded dunce v1.0.5 |
894 | 2024-12-21T04:25:49.545Z | Downloaded env_logger v0.11.5 |
895 | 2024-12-21T04:25:49.548Z | Downloaded yasna v0.5.2 |
896 | 2024-12-21T04:25:49.548Z | Downloaded tokio-rustls v0.24.1 |
897 | 2024-12-21T04:25:49.551Z | Downloaded heck v0.3.3 |
898 | 2024-12-21T04:25:49.553Z | Downloaded ghash v0.5.1 |
899 | 2024-12-21T04:25:49.553Z | Downloaded password-hash v0.5.0 |
900 | 2024-12-21T04:25:49.556Z | Downloaded value-bag v1.9.0 |
901 | 2024-12-21T04:25:49.558Z | Downloaded write16 v1.0.0 |
902 | 2024-12-21T04:25:49.562Z | Downloaded nu-ansi-term v0.50.1 |
903 | 2024-12-21T04:25:49.564Z | Downloaded aws-lc-rs v1.10.0 |
904 | 2024-12-21T04:25:49.572Z | Downloaded structmeta v0.3.0 |
905 | 2024-12-21T04:25:49.576Z | Downloaded structmeta v0.2.0 |
906 | 2024-12-21T04:25:49.576Z | Downloaded enum-as-inner v0.6.1 |
907 | 2024-12-21T04:25:49.578Z | Downloaded rustyline v14.0.0 |
908 | 2024-12-21T04:25:49.582Z | Downloaded serde_urlencoded v0.7.1 |
909 | 2024-12-21T04:25:49.585Z | Downloaded serde_repr v0.1.19 |
910 | 2024-12-21T04:25:49.588Z | Downloaded toolchain_find v0.4.0 |
911 | 2024-12-21T04:25:49.588Z | Downloaded scrypt v0.11.0 |
912 | 2024-12-21T04:25:49.592Z | Downloaded flate2 v1.0.34 |
913 | 2024-12-21T04:25:49.595Z | Downloaded rand_core v0.6.4 |
914 | 2024-12-21T04:25:49.598Z | Downloaded pkcs8 v0.10.2 |
915 | 2024-12-21T04:25:49.601Z | Downloaded parking_lot v0.11.2 |
916 | 2024-12-21T04:25:49.604Z | Downloaded sha1 v0.10.6 |
917 | 2024-12-21T04:25:49.607Z | Downloaded r2d2 v0.8.10 |
918 | 2024-12-21T04:25:49.607Z | Downloaded predicates v3.1.2 |
919 | 2024-12-21T04:25:49.609Z | Downloaded funty v2.0.0 |
920 | 2024-12-21T04:25:49.612Z | Downloaded tracing-attributes v0.1.27 |
921 | 2024-12-21T04:25:49.615Z | Downloaded strip-ansi-escapes v0.2.0 |
922 | 2024-12-21T04:25:49.615Z | Downloaded ena v0.14.3 |
923 | 2024-12-21T04:25:49.617Z | Downloaded dsl_auto_type v0.1.2 |
924 | 2024-12-21T04:25:49.617Z | Downloaded packed_struct_codegen v0.10.1 |
925 | 2024-12-21T04:25:49.620Z | Downloaded scheduled-thread-pool v0.2.7 |
926 | 2024-12-21T04:25:49.620Z | Downloaded rustversion v1.0.17 |
927 | 2024-12-21T04:25:49.622Z | Downloaded dropshot_endpoint v0.13.0 |
928 | 2024-12-21T04:25:49.626Z | Downloaded dirs-next v2.0.0 |
929 | 2024-12-21T04:25:49.628Z | Downloaded packed_struct v0.10.1 |
930 | 2024-12-21T04:25:49.631Z | Downloaded derive_more v0.99.18 |
931 | 2024-12-21T04:25:49.634Z | Downloaded rand_chacha v0.3.1 |
932 | 2024-12-21T04:25:49.637Z | Downloaded untrusted v0.7.1 |
933 | 2024-12-21T04:25:49.640Z | Downloaded quinn v0.11.5 |
934 | 2024-12-21T04:25:49.643Z | Downloaded rayon v1.10.0 |
935 | 2024-12-21T04:25:49.651Z | Downloaded universal-hash v0.5.1 |
936 | 2024-12-21T04:25:49.654Z | Downloaded tabwriter v1.4.0 |
937 | 2024-12-21T04:25:49.654Z | Downloaded getrandom v0.2.15 |
938 | 2024-12-21T04:25:49.657Z | Downloaded rustls-pemfile v2.2.0 |
939 | 2024-12-21T04:25:49.659Z | Downloaded rustc-demangle v0.1.24 |
940 | 2024-12-21T04:25:49.662Z | Downloaded slog v2.7.0 |
941 | 2024-12-21T04:25:49.664Z | Downloaded schemars_derive v0.8.21 |
942 | 2024-12-21T04:25:49.667Z | Downloaded dropshot_endpoint v0.12.0 |
943 | 2024-12-21T04:25:49.670Z | Downloaded russh-keys v0.45.0 |
944 | 2024-12-21T04:25:49.672Z | Downloaded serde_with v3.11.0 |
945 | 2024-12-21T04:25:49.682Z | Downloaded rusqlite v0.32.1 |
946 | 2024-12-21T04:25:49.689Z | Downloaded fs_extra v1.3.0 |
947 | 2024-12-21T04:25:49.691Z | Downloaded futures v0.3.31 |
948 | 2024-12-21T04:25:49.696Z | Downloaded tinyvec v1.8.0 |
949 | 2024-12-21T04:25:49.708Z | Downloaded url v2.5.3 |
950 | 2024-12-21T04:25:49.711Z | Downloaded bitvec v1.0.1 |
951 | 2024-12-21T04:25:49.720Z | Downloaded half v2.4.1 |
952 | 2024-12-21T04:25:49.723Z | Downloaded lalrpop v0.19.12 |
953 | 2024-12-21T04:25:49.735Z | Downloaded unicode_categories v0.1.1 |
954 | 2024-12-21T04:25:49.737Z | Downloaded chrono v0.4.38 |
955 | 2024-12-21T04:25:49.745Z | Downloaded bindgen v0.69.5 |
956 | 2024-12-21T04:25:49.753Z | Downloaded num-bigint v0.4.6 |
957 | 2024-12-21T04:25:49.758Z | Downloaded toml v0.7.8 |
958 | 2024-12-21T04:25:49.761Z | Downloaded icu_properties_data v1.5.0 |
959 | 2024-12-21T04:25:49.775Z | Downloaded unsafe-libyaml v0.2.11 |
960 | 2024-12-21T04:25:49.778Z | Downloaded idna v0.4.0 |
961 | 2024-12-21T04:25:49.786Z | Downloaded schemars v0.8.21 |
962 | 2024-12-21T04:25:49.797Z | Downloaded diesel_derives v2.2.3 |
963 | 2024-12-21T04:25:49.802Z | Downloaded russh v0.45.0 |
964 | 2024-12-21T04:25:49.807Z | Downloaded tough v0.19.0 |
965 | 2024-12-21T04:25:49.816Z | Downloaded rand v0.8.5 |
966 | 2024-12-21T04:25:49.821Z | Downloaded p384 v0.13.0 |
967 | 2024-12-21T04:25:49.827Z | Downloaded idna v0.3.0 |
968 | 2024-12-21T04:25:49.834Z | Downloaded radix_trie v0.2.1 |
969 | 2024-12-21T04:25:49.839Z | Downloaded reedline v0.35.0 |
970 | 2024-12-21T04:25:49.847Z | Downloaded reqwest v0.12.9 |
971 | 2024-12-21T04:25:49.856Z | Downloaded rustls-webpki v0.101.7 |
972 | 2024-12-21T04:25:49.872Z | Downloaded winnow v0.5.40 |
973 | 2024-12-21T04:25:49.881Z | Downloaded proptest v1.5.0 |
974 | 2024-12-21T04:25:49.891Z | Downloaded quinn-proto v0.11.8 |
975 | 2024-12-21T04:25:49.899Z | Downloaded trust-dns-proto v0.22.0 |
976 | 2024-12-21T04:25:49.912Z | Downloaded webpki-roots v0.26.6 |
977 | 2024-12-21T04:25:49.915Z | Downloaded regex v1.11.1 |
978 | 2024-12-21T04:25:49.929Z | Downloaded smoltcp v0.9.1 |
979 | 2024-12-21T04:25:49.941Z | Downloaded toml_edit v0.19.15 |
980 | 2024-12-21T04:25:49.958Z | Downloaded object v0.30.4 |
981 | 2024-12-21T04:25:49.968Z | Downloaded rustls v0.21.12 |
982 | 2024-12-21T04:25:49.980Z | Downloaded rustls-webpki v0.102.8 |
983 | 2024-12-21T04:25:49.999Z | Downloaded h2 v0.4.6 |
984 | 2024-12-21T04:25:50.006Z | Downloaded nix v0.29.0 |
985 | 2024-12-21T04:25:50.019Z | Downloaded regex-syntax v0.6.29 |
986 | 2024-12-21T04:25:50.026Z | Downloaded diesel v2.2.6 |
987 | 2024-12-21T04:25:50.046Z | Downloaded zerocopy v0.8.10 |
988 | 2024-12-21T04:25:50.070Z | Downloaded vcpkg v0.2.15 |
989 | 2024-12-21T04:25:50.110Z | Downloaded object v0.36.5 |
990 | 2024-12-21T04:25:50.122Z | Downloaded polar-core v0.27.3 |
991 | 2024-12-21T04:25:50.131Z | Downloaded chrono-tz v0.10.0 |
992 | 2024-12-21T04:25:50.139Z | Downloaded regress v0.10.1 |
993 | 2024-12-21T04:25:50.148Z | Downloaded openapiv3 v2.0.0 |
994 | 2024-12-21T04:25:50.163Z | Downloaded openssl v0.10.66 |
995 | 2024-12-21T04:25:50.172Z | Downloaded typify-impl v0.2.0 |
996 | 2024-12-21T04:25:50.188Z | Downloaded regex-syntax v0.8.5 |
997 | 2024-12-21T04:25:50.196Z | Downloaded sled v0.34.7 |
998 | 2024-12-21T04:25:50.207Z | Downloaded smoltcp v0.11.0 |
999 | 2024-12-21T04:25:50.220Z | Downloaded dropshot v0.12.0 |
1000 | 2024-12-21T04:25:50.250Z | Downloaded bstr v1.10.0 |
1001 | 2024-12-21T04:25:50.263Z | Downloaded nix v0.28.0 |
1002 | 2024-12-21T04:25:50.283Z | Downloaded nix v0.27.1 |
1003 | 2024-12-21T04:25:50.290Z | Downloaded dropshot v0.13.0 |
1004 | 2024-12-21T04:25:50.318Z | Downloaded gimli v0.31.1 |
1005 | 2024-12-21T04:25:50.327Z | Downloaded regress v0.9.1 |
1006 | 2024-12-21T04:25:50.336Z | Downloaded rustls v0.23.19 |
1007 | 2024-12-21T04:25:50.347Z | Downloaded rustls v0.22.4 |
1008 | 2024-12-21T04:25:50.359Z | Downloaded lzma-sys v0.1.20 |
1009 | 2024-12-21T04:25:50.389Z | Downloaded ratatui v0.28.1 |
1010 | 2024-12-21T04:25:50.408Z | Downloaded git2 v0.19.0 |
1011 | 2024-12-21T04:25:50.416Z | Downloaded libz-sys v1.1.20 |
1012 | 2024-12-21T04:25:50.437Z | Downloaded unicode-width v0.2.0 |
1013 | 2024-12-21T04:25:50.443Z | Downloaded hickory-proto v0.24.1 |
1014 | 2024-12-21T04:25:50.457Z | Downloaded regex-automata v0.4.8 |
1015 | 2024-12-21T04:25:50.473Z | Downloaded quick-xml v0.33.0 |
1016 | 2024-12-21T04:25:50.478Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1017 | 2024-12-21T04:25:50.490Z | Downloaded curve25519-dalek v4.1.3 |
1018 | 2024-12-21T04:25:50.499Z | Downloaded idna v0.2.3 |
1019 | 2024-12-21T04:25:50.505Z | Downloaded zerocopy-derive v0.6.6 |
1020 | 2024-12-21T04:25:50.514Z | Downloaded num-bigint-dig v0.8.4 |
1021 | 2024-12-21T04:25:50.519Z | Downloaded petname v2.0.2 |
1022 | 2024-12-21T04:25:50.525Z | Downloaded petgraph v0.6.5 |
1023 | 2024-12-21T04:25:50.543Z | Downloaded tracing v0.1.40 |
1024 | 2024-12-21T04:25:50.546Z | Downloaded heapless v0.7.17 |
1025 | 2024-12-21T04:25:50.550Z | Downloaded sqlparser v0.45.0 |
1026 | 2024-12-21T04:25:50.555Z | Downloaded hashbrown v0.12.3 |
1027 | 2024-12-21T04:25:50.559Z | Downloaded portable-atomic v1.9.0 |
1028 | 2024-12-21T04:25:50.567Z | Downloaded idna v0.5.0 |
1029 | 2024-12-21T04:25:50.573Z | Downloaded tokio v1.40.0 |
1030 | 2024-12-21T04:25:50.610Z | Downloaded expectorate v1.1.0 |
1031 | 2024-12-21T04:25:50.614Z | Downloaded enum-as-inner v0.5.1 |
1032 | 2024-12-21T04:25:50.616Z | Downloaded csv v1.3.0 |
1033 | 2024-12-21T04:25:50.634Z | Downloaded headers v0.4.0 |
1034 | 2024-12-21T04:25:50.638Z | Downloaded steno v0.4.1 |
1035 | 2024-12-21T04:25:50.642Z | Downloaded sha3 v0.10.8 |
1036 | 2024-12-21T04:25:50.646Z | Downloaded env_logger v0.10.2 |
1037 | 2024-12-21T04:25:50.649Z | Downloaded unicode-segmentation v1.12.0 |
1038 | 2024-12-21T04:25:50.652Z | Downloaded heapless v0.8.0 |
1039 | 2024-12-21T04:25:50.656Z | Downloaded test-strategy v0.3.1 |
1040 | 2024-12-21T04:25:50.662Z | Downloaded serde_yaml v0.9.34+deprecated |
1041 | 2024-12-21T04:25:50.665Z | Downloaded futures-util v0.3.31 |
1042 | 2024-12-21T04:25:50.675Z | Downloaded dirs-sys-next v0.1.2 |
1043 | 2024-12-21T04:25:50.678Z | Downloaded rustls-pki-types v1.10.0 |
1044 | 2024-12-21T04:25:50.681Z | Downloaded aho-corasick v1.1.3 |
1045 | 2024-12-21T04:25:50.685Z | Downloaded zerovec v0.10.4 |
1046 | 2024-12-21T04:25:50.691Z | Downloaded synstructure v0.13.1 |
1047 | 2024-12-21T04:25:50.693Z | Downloaded rcgen v0.12.1 |
1048 | 2024-12-21T04:25:50.695Z | Downloaded x509-cert v0.2.5 |
1049 | 2024-12-21T04:25:50.702Z | Downloaded encoding_rs v0.8.34 |
1050 | 2024-12-21T04:25:50.723Z | Downloaded typed-path v0.9.3 |
1051 | 2024-12-21T04:25:50.729Z | Downloaded hashbrown v0.14.5 |
1052 | 2024-12-21T04:25:50.734Z | Downloaded salty v0.3.0 |
1053 | 2024-12-21T04:25:50.742Z | Downloaded vergen v8.3.2 |
1054 | 2024-12-21T04:25:50.745Z | Downloaded tiny-keccak v2.0.2 |
1055 | 2024-12-21T04:25:50.747Z | Downloaded rustc-hash v1.1.0 |
1056 | 2024-12-21T04:25:50.747Z | Downloaded thiserror v2.0.3 |
1057 | 2024-12-21T04:25:50.752Z | Downloaded rustls-pemfile v1.0.4 |
1058 | 2024-12-21T04:25:50.755Z | Downloaded env_filter v0.1.2 |
1059 | 2024-12-21T04:25:50.757Z | Downloaded tokio-tungstenite v0.23.1 |
1060 | 2024-12-21T04:25:50.760Z | Downloaded itertools v0.13.0 |
1061 | 2024-12-21T04:25:50.765Z | Downloaded slog-term v2.9.1 |
1062 | 2024-12-21T04:25:50.769Z | Downloaded publicsuffix v2.2.3 |
1063 | 2024-12-21T04:25:50.773Z | Downloaded crossterm v0.28.1 |
1064 | 2024-12-21T04:25:50.778Z | Downloaded tracing-core v0.1.32 |
1065 | 2024-12-21T04:25:50.780Z | Downloaded phf_codegen v0.11.2 |
1066 | 2024-12-21T04:25:50.783Z | Downloaded openssl-sys v0.9.103 |
1067 | 2024-12-21T04:25:50.786Z | Downloaded nom v7.1.3 |
1068 | 2024-12-21T04:25:50.792Z | Downloaded smf v0.2.3 |
1069 | 2024-12-21T04:25:50.796Z | Downloaded elliptic-curve v0.13.8 |
1070 | 2024-12-21T04:25:50.799Z | Downloaded similar v2.6.0 |
1071 | 2024-12-21T04:25:50.802Z | Downloaded signal-hook v0.3.17 |
1072 | 2024-12-21T04:25:50.804Z | Downloaded idna v1.0.3 |
1073 | 2024-12-21T04:25:50.807Z | Downloaded hashbrown v0.13.2 |
1074 | 2024-12-21T04:25:50.811Z | Downloaded derive_builder v0.20.2 |
1075 | 2024-12-21T04:25:50.816Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1076 | 2024-12-21T04:25:50.873Z | Downloaded itertools v0.10.5 |
1077 | 2024-12-21T04:25:50.879Z | Downloaded tokio-postgres v0.7.12 |
1078 | 2024-12-21T04:25:50.885Z | Downloaded tungstenite v0.24.0 |
1079 | 2024-12-21T04:25:50.889Z | Downloaded signal-hook-registry v1.4.2 |
1080 | 2024-12-21T04:25:50.893Z | Downloaded shell-words v1.1.0 |
1081 | 2024-12-21T04:25:50.893Z | Downloaded resolv-conf v0.7.0 |
1082 | 2024-12-21T04:25:50.893Z | Downloaded tokio-stream v0.1.16 |
1083 | 2024-12-21T04:25:50.896Z | Downloaded tungstenite v0.21.0 |
1084 | 2024-12-21T04:25:50.899Z | Downloaded tar v0.4.42 |
1085 | 2024-12-21T04:25:50.903Z | Downloaded prettyplease v0.2.25 |
1086 | 2024-12-21T04:25:50.907Z | Downloaded p256 v0.13.2 |
1087 | 2024-12-21T04:25:50.910Z | Downloaded twox-hash v1.6.3 |
1088 | 2024-12-21T04:25:50.913Z | Downloaded postcard v1.0.10 |
1089 | 2024-12-21T04:25:50.916Z | Downloaded poly1305 v0.8.0 |
1090 | 2024-12-21T04:25:50.918Z | Downloaded sct v0.7.1 |
1091 | 2024-12-21T04:25:50.921Z | Downloaded crypto-bigint v0.5.5 |
1092 | 2024-12-21T04:25:50.928Z | Downloaded rsa v0.9.6 |
1093 | 2024-12-21T04:25:50.935Z | Downloaded minimal-lexical v0.2.1 |
1094 | 2024-12-21T04:25:50.938Z | Downloaded siphasher v0.3.11 |
1095 | 2024-12-21T04:25:50.941Z | Downloaded signal-hook-mio v0.2.4 |
1096 | 2024-12-21T04:25:50.941Z | Downloaded uzers v0.12.1 |
1097 | 2024-12-21T04:25:50.943Z | Downloaded ron v0.7.1 |
1098 | 2024-12-21T04:25:50.949Z | Downloaded pkcs5 v0.7.1 |
1099 | 2024-12-21T04:25:50.954Z | Downloaded polyval v0.6.2 |
1100 | 2024-12-21T04:25:50.957Z | Downloaded powerfmt v0.2.0 |
1101 | 2024-12-21T04:25:50.957Z | Downloaded parse-display-derive v0.10.0 |
1102 | 2024-12-21T04:25:50.957Z | Downloaded num-iter v0.1.45 |
1103 | 2024-12-21T04:25:50.957Z | Downloaded crossbeam-channel v0.5.13 |
1104 | 2024-12-21T04:25:50.960Z | Downloaded hickory-resolver v0.24.1 |
1105 | 2024-12-21T04:25:50.964Z | Downloaded difflib v0.4.0 |
1106 | 2024-12-21T04:25:50.967Z | Downloaded serde_derive_internals v0.29.1 |
1107 | 2024-12-21T04:25:50.971Z | Downloaded zopfli v0.8.1 |
1108 | 2024-12-21T04:25:50.971Z | Downloaded bumpalo v3.16.0 |
1109 | 2024-12-21T04:25:50.974Z | Downloaded pkcs1 v0.7.5 |
1110 | 2024-12-21T04:25:50.977Z | Downloaded pin-project-lite v0.2.14 |
1111 | 2024-12-21T04:25:50.981Z | Downloaded peg-macros v0.8.4 |
1112 | 2024-12-21T04:25:50.984Z | Downloaded owo-colors v4.1.0 |
1113 | 2024-12-21T04:25:50.987Z | Downloaded num-complex v0.4.6 |
1114 | 2024-12-21T04:25:50.987Z | Downloaded xattr v1.3.1 |
1115 | 2024-12-21T04:25:50.990Z | Downloaded utf8_iter v1.0.4 |
1116 | 2024-12-21T04:25:50.990Z | Downloaded backtrace v0.3.74 |
1117 | 2024-12-21T04:25:50.995Z | Downloaded ssh-encoding v0.2.0 |
1118 | 2024-12-21T04:25:50.998Z | Downloaded smallvec v0.6.14 |
1119 | 2024-12-21T04:25:51.001Z | Downloaded same-file v1.0.6 |
1120 | 2024-12-21T04:25:51.001Z | Downloaded sec1 v0.7.3 |
1121 | 2024-12-21T04:25:51.004Z | Downloaded display-error-chain v0.2.2 |
1122 | 2024-12-21T04:25:51.004Z | Downloaded socket2 v0.5.7 |
1123 | 2024-12-21T04:25:51.007Z | Downloaded hkdf v0.12.4 |
1124 | 2024-12-21T04:25:51.008Z | Downloaded strum_macros v0.26.4 |
1125 | 2024-12-21T04:25:51.011Z | Downloaded strum_macros v0.24.3 |
1126 | 2024-12-21T04:25:51.015Z | Downloaded indexmap v1.9.3 |
1127 | 2024-12-21T04:25:51.017Z | Downloaded crossbeam-utils v0.8.20 |
1128 | 2024-12-21T04:25:51.017Z | Downloaded crossbeam-epoch v0.9.18 |
1129 | 2024-12-21T04:25:51.020Z | Downloaded blake2 v0.10.6 |
1130 | 2024-12-21T04:25:51.024Z | Downloaded base64 v0.13.1 |
1131 | 2024-12-21T04:25:51.027Z | Downloaded ahash v0.8.11 |
1132 | 2024-12-21T04:25:51.030Z | Downloaded zerofrom-derive v0.1.4 |
1133 | 2024-12-21T04:25:51.031Z | Downloaded wait-timeout v0.2.0 |
1134 | 2024-12-21T04:25:51.034Z | Downloaded strum_macros v0.25.3 |
1135 | 2024-12-21T04:25:51.034Z | Downloaded structmeta-derive v0.3.0 |
1136 | 2024-12-21T04:25:51.034Z | Downloaded rustc_version v0.1.7 |
1137 | 2024-12-21T04:25:51.037Z | Downloaded icu_locid_transform_data v1.5.0 |
1138 | 2024-12-21T04:25:51.039Z | Downloaded cookie v0.18.1 |
1139 | 2024-12-21T04:25:51.042Z | Downloaded mime_guess v2.0.5 |
1140 | 2024-12-21T04:25:51.042Z | Downloaded scopeguard v1.2.0 |
1141 | 2024-12-21T04:25:51.046Z | Downloaded ref-cast-impl v1.0.23 |
1142 | 2024-12-21T04:25:51.046Z | Downloaded const-oid v0.9.6 |
1143 | 2024-12-21T04:25:51.048Z | Downloaded csv-core v0.1.11 |
1144 | 2024-12-21T04:25:51.048Z | Downloaded litemap v0.7.3 |
1145 | 2024-12-21T04:25:51.051Z | Downloaded icu_locid_transform v1.5.0 |
1146 | 2024-12-21T04:25:51.053Z | Downloaded cookie_store v0.21.0 |
1147 | 2024-12-21T04:25:51.056Z | Downloaded cancel-safe-futures v0.1.5 |
1148 | 2024-12-21T04:25:51.059Z | Downloaded argon2 v0.5.3 |
1149 | 2024-12-21T04:25:51.059Z | Downloaded highway v1.2.0 |
1150 | 2024-12-21T04:25:51.061Z | Downloaded bcs v0.1.6 |
1151 | 2024-12-21T04:25:51.065Z | Downloaded darling v0.20.10 |
1152 | 2024-12-21T04:25:51.068Z | Downloaded const_format_proc_macros v0.2.33 |
1153 | 2024-12-21T04:25:51.070Z | Downloaded indent_write v2.2.0 |
1154 | 2024-12-21T04:25:51.070Z | Downloaded bitflags v1.3.2 |
1155 | 2024-12-21T04:25:51.072Z | Downloaded async-bb8-diesel v0.2.1 |
1156 | 2024-12-21T04:25:51.076Z | Downloaded hubpack v0.1.2 |
1157 | 2024-12-21T04:25:51.079Z | Downloaded crc v3.2.1 |
1158 | 2024-12-21T04:25:51.079Z | Downloaded bzip2 v0.4.4 |
1159 | 2024-12-21T04:25:51.082Z | Downloaded ciborium-ll v0.2.2 |
1160 | 2024-12-21T04:25:51.082Z | Downloaded internet-checksum v0.2.1 |
1161 | 2024-12-21T04:25:51.082Z | Downloaded idna_adapter v1.2.0 |
1162 | 2024-12-21T04:25:51.082Z | Downloaded curve25519-dalek-derive v0.1.1 |
1163 | 2024-12-21T04:25:51.085Z | Downloaded cbc v0.1.2 |
1164 | 2024-12-21T04:25:51.085Z | Downloaded bit-set v0.5.3 |
1165 | 2024-12-21T04:25:51.087Z | Downloaded home v0.5.9 |
1166 | 2024-12-21T04:25:51.087Z | Downloaded async-trait v0.1.83 |
1167 | 2024-12-21T04:25:51.090Z | Downloaded ctr v0.9.2 |
1168 | 2024-12-21T04:25:51.094Z | Downloaded cipher v0.4.4 |
1169 | 2024-12-21T04:25:51.094Z | Downloaded buf-list v1.0.3 |
1170 | 2024-12-21T04:25:51.097Z | Downloaded bit-vec v0.6.3 |
1171 | 2024-12-21T04:25:51.097Z | Downloaded bcrypt-pbkdf v0.10.0 |
1172 | 2024-12-21T04:25:51.097Z | Downloaded bb8 v0.8.5 |
1173 | 2024-12-21T04:25:51.100Z | Downloaded arrayref v0.3.9 |
1174 | 2024-12-21T04:25:51.100Z | Downloaded array-init v0.0.4 |
1175 | 2024-12-21T04:25:51.100Z | Downloaded adler2 v2.0.0 |
1176 | 2024-12-21T04:25:51.224Z | Downloaded libsqlite3-sys v0.30.1 |
1177 | 2024-12-21T04:25:51.517Z | Downloaded ring v0.17.8 |
1178 | 2024-12-21T04:25:51.688Z | Downloaded ring v0.16.20 |
1179 | 2024-12-21T04:25:51.950Z | Downloaded aws-lc-sys v0.22.0 |
1180 | 2024-12-21T04:25:52.270Z | Compiling serde v1.0.215 |
1181 | 2024-12-21T04:25:52.273Z | Compiling lock_api v0.4.12 |
1182 | 2024-12-21T04:25:52.273Z | Compiling scopeguard v1.2.0 |
1183 | 2024-12-21T04:25:52.273Z | Compiling value-bag v1.9.0 |
1184 | 2024-12-21T04:25:52.427Z | Compiling typenum v1.17.0 |
1185 | 2024-12-21T04:25:52.430Z | Compiling generic-array v0.14.7 |
1186 | 2024-12-21T04:25:52.472Z | Compiling syn v2.0.87 |
1187 | 2024-12-21T04:25:52.488Z | Compiling getrandom v0.2.15 |
1188 | 2024-12-21T04:25:52.573Z | Compiling subtle v2.6.1 |
1189 | 2024-12-21T04:25:52.741Z | Compiling rand_core v0.6.4 |
1190 | 2024-12-21T04:25:52.905Z | Compiling shlex v1.3.0 |
1191 | 2024-12-21T04:25:52.979Z | Compiling log v0.4.22 |
1192 | 2024-12-21T04:25:53.013Z | Compiling jobserver v0.1.32 |
1193 | 2024-12-21T04:25:53.060Z | Compiling const-oid v0.9.6 |
1194 | 2024-12-21T04:25:53.264Z | Compiling smallvec v1.13.2 |
1195 | 2024-12-21T04:25:53.287Z | Compiling spin v0.9.8 |
1196 | 2024-12-21T04:25:53.347Z | Compiling pin-project-lite v0.2.14 |
1197 | 2024-12-21T04:25:53.479Z | Compiling cc v1.1.30 |
1198 | 2024-12-21T04:25:53.691Z | Compiling rustix v0.38.37 |
1199 | 2024-12-21T04:25:53.711Z | Compiling parking_lot_core v0.9.10 |
1200 | 2024-12-21T04:25:53.884Z | Compiling futures-core v0.3.31 |
1201 | 2024-12-21T04:25:53.980Z | Compiling signal-hook-registry v1.4.2 |
1202 | 2024-12-21T04:25:54.150Z | Compiling mio v1.0.2 |
1203 | 2024-12-21T04:25:54.566Z | Compiling parking_lot v0.12.3 |
1204 | 2024-12-21T04:25:54.802Z | Compiling aho-corasick v1.1.3 |
1205 | 2024-12-21T04:25:54.880Z | Compiling cpufeatures v0.2.14 |
1206 | 2024-12-21T04:25:54.959Z | Compiling regex-syntax v0.8.5 |
1207 | 2024-12-21T04:25:54.986Z | Compiling either v1.13.0 |
1208 | 2024-12-21T04:25:55.131Z | Compiling lazy_static v1.5.0 |
1209 | 2024-12-21T04:25:55.391Z | Compiling stable_deref_trait v1.2.0 |
1210 | 2024-12-21T04:25:55.440Z | Compiling futures-sink v0.3.31 |
1211 | 2024-12-21T04:25:55.497Z | Compiling glob v0.3.1 |
1212 | 2024-12-21T04:25:55.521Z | Compiling socket2 v0.5.7 |
1213 | 2024-12-21T04:25:55.525Z | Compiling slab v0.4.9 |
1214 | 2024-12-21T04:25:55.595Z | Compiling prettyplease v0.2.25 |
1215 | 2024-12-21T04:25:55.956Z | Compiling serde_json v1.0.133 |
1216 | 2024-12-21T04:25:55.977Z | Compiling minimal-lexical v0.2.1 |
1217 | 2024-12-21T04:25:56.516Z | Compiling nom v7.1.3 |
1218 | 2024-12-21T04:25:56.558Z | Compiling clang-sys v1.8.1 |
1219 | 2024-12-21T04:25:56.563Z | Compiling libloading v0.8.5 |
1220 | 2024-12-21T04:25:56.617Z | Compiling home v0.5.9 |
1221 | 2024-12-21T04:25:56.901Z | Compiling bindgen v0.69.5 |
1222 | 2024-12-21T04:25:57.019Z | Compiling futures-channel v0.3.31 |
1223 | 2024-12-21T04:25:57.481Z | Compiling itertools v0.12.1 |
1224 | 2024-12-21T04:25:57.726Z | Compiling allocator-api2 v0.2.18 |
1225 | 2024-12-21T04:25:57.979Z | Compiling rustc-hash v1.1.0 |
1226 | 2024-12-21T04:25:58.137Z | Compiling lazycell v1.3.0 |
1227 | 2024-12-21T04:25:58.317Z | Compiling futures-task v0.3.31 |
1228 | 2024-12-21T04:25:58.537Z | Compiling pin-utils v0.1.0 |
1229 | 2024-12-21T04:25:58.625Z | Compiling libm v0.2.8 |
1230 | 2024-12-21T04:25:58.646Z | Compiling foldhash v0.1.3 |
1231 | 2024-12-21T04:25:58.951Z | Compiling regex-automata v0.4.8 |
1232 | 2024-12-21T04:25:58.972Z | Compiling futures-io v0.3.31 |
1233 | 2024-12-21T04:25:59.298Z | Compiling hashbrown v0.15.1 |
1234 | 2024-12-21T04:26:00.402Z | Compiling synstructure v0.13.1 |
1235 | 2024-12-21T04:26:00.684Z | Compiling cexpr v0.6.0 |
1236 | 2024-12-21T04:26:00.736Z | Compiling cmake v0.1.51 |
1237 | 2024-12-21T04:26:01.798Z | Compiling num-traits v0.2.19 |
1238 | 2024-12-21T04:26:01.968Z | Compiling fs_extra v1.3.0 |
1239 | 2024-12-21T04:26:02.074Z | Compiling tinyvec_macros v0.1.1 |
1240 | 2024-12-21T04:26:02.154Z | Compiling dunce v1.0.5 |
1241 | 2024-12-21T04:26:02.176Z | Compiling pkg-config v0.3.31 |
1242 | 2024-12-21T04:26:02.296Z | Compiling tinyvec v1.8.0 |
1243 | 2024-12-21T04:26:02.764Z | Compiling ring v0.17.8 |
1244 | 2024-12-21T04:26:03.763Z | Compiling paste v1.0.15 |
1245 | 2024-12-21T04:26:03.872Z | Compiling unicode-normalization v0.1.24 |
1246 | 2024-12-21T04:26:03.950Z | Compiling writeable v0.5.5 |
1247 | 2024-12-21T04:26:03.986Z | Compiling litemap v0.7.3 |
1248 | 2024-12-21T04:26:04.282Z | Compiling unicode-bidi v0.3.17 |
1249 | 2024-12-21T04:26:04.377Z | Compiling base64ct v1.6.0 |
1250 | 2024-12-21T04:26:04.595Z | Compiling regex v1.11.1 |
1251 | 2024-12-21T04:26:04.991Z | Compiling pem-rfc7468 v0.7.0 |
1252 | 2024-12-21T04:26:05.746Z | Compiling aws-lc-rs v1.10.0 |
1253 | 2024-12-21T04:26:05.767Z | Compiling httparse v1.9.5 |
1254 | 2024-12-21T04:26:05.770Z | Compiling flagset v0.4.6 |
1255 | 2024-12-21T04:26:05.967Z | Compiling tracing-core v0.1.32 |
1256 | 2024-12-21T04:26:06.183Z | Compiling rustls-pki-types v1.10.0 |
1257 | 2024-12-21T04:26:06.571Z | Compiling percent-encoding v2.3.1 |
1258 | 2024-12-21T04:26:06.921Z | Compiling icu_locid_transform_data v1.5.0 |
1259 | 2024-12-21T04:26:06.924Z | Compiling crossbeam-utils v0.8.20 |
1260 | 2024-12-21T04:26:07.269Z | Compiling icu_properties_data v1.5.0 |
1261 | 2024-12-21T04:26:07.347Z | Compiling powerfmt v0.2.0 |
1262 | 2024-12-21T04:26:07.405Z | Compiling serde_derive v1.0.215 |
1263 | 2024-12-21T04:26:07.499Z | Compiling zeroize_derive v1.4.2 |
1264 | 2024-12-21T04:26:07.521Z | Compiling zerocopy-derive v0.7.35 |
1265 | 2024-12-21T04:26:07.688Z | Compiling tokio-macros v2.4.0 |
1266 | 2024-12-21T04:26:07.748Z | Compiling zerofrom-derive v0.1.4 |
1267 | 2024-12-21T04:26:09.105Z | Compiling zeroize v1.8.1 |
1268 | 2024-12-21T04:26:09.300Z | Compiling yoke-derive v0.7.4 |
1269 | 2024-12-21T04:26:09.704Z | Compiling thiserror-impl v1.0.69 |
1270 | 2024-12-21T04:26:09.786Z | Compiling zerocopy v0.7.35 |
1271 | 2024-12-21T04:26:10.768Z | Compiling futures-macro v0.3.31 |
1272 | 2024-12-21T04:26:10.917Z | Compiling crypto-common v0.1.6 |
1273 | 2024-12-21T04:26:11.161Z | Compiling block-buffer v0.10.4 |
1274 | 2024-12-21T04:26:11.429Z | Compiling digest v0.10.7 |
1275 | 2024-12-21T04:26:11.462Z | Compiling zerovec-derive v0.10.3 |
1276 | 2024-12-21T04:26:11.948Z | Compiling zerofrom v0.1.4 |
1277 | 2024-12-21T04:26:11.977Z | Compiling hmac v0.12.1 |
1278 | 2024-12-21T04:26:12.098Z | Compiling block-padding v0.3.3 |
1279 | 2024-12-21T04:26:12.185Z | Compiling displaydoc v0.2.5 |
1280 | 2024-12-21T04:26:12.225Z | Compiling sha2 v0.10.8 |
1281 | 2024-12-21T04:26:12.356Z | Compiling inout v0.1.3 |
1282 | 2024-12-21T04:26:12.447Z | Compiling yoke v0.7.4 |
1283 | 2024-12-21T04:26:12.655Z | Compiling cipher v0.4.4 |
1284 | 2024-12-21T04:26:12.801Z | Compiling ppv-lite86 v0.2.20 |
1285 | 2024-12-21T04:26:12.851Z | Compiling futures-util v0.3.31 |
1286 | 2024-12-21T04:26:13.180Z | Compiling der_derive v0.7.3 |
1287 | 2024-12-21T04:26:13.280Z | Compiling thiserror v1.0.69 |
1288 | 2024-12-21T04:26:13.425Z | Compiling icu_provider_macros v1.5.0 |
1289 | 2024-12-21T04:26:13.702Z | Compiling rand_chacha v0.3.1 |
1290 | 2024-12-21T04:26:13.904Z | Compiling tracing-attributes v0.1.27 |
1291 | 2024-12-21T04:26:14.260Z | Compiling zerovec v0.10.4 |
1292 | 2024-12-21T04:26:14.630Z | Compiling rand v0.8.5 |
1293 | 2024-12-21T04:26:15.759Z | Compiling der v0.7.9 |
1294 | 2024-12-21T04:26:15.765Z | Compiling pest v2.7.14 |
1295 | 2024-12-21T04:26:16.120Z | Compiling salsa20 v0.10.2 |
1296 | 2024-12-21T04:26:16.365Z | Compiling tinystr v0.7.6 |
1297 | 2024-12-21T04:26:16.585Z | Compiling icu_collections v1.5.0 |
1298 | 2024-12-21T04:26:16.829Z | Compiling icu_locid v1.5.0 |
1299 | 2024-12-21T04:26:16.870Z | Compiling pbkdf2 v0.12.2 |
1300 | 2024-12-21T04:26:17.068Z | Compiling time-core v0.1.2 |
1301 | 2024-12-21T04:26:17.255Z | Compiling mirai-annotations v1.12.0 |
1302 | 2024-12-21T04:26:17.467Z | Compiling num-conv v0.1.0 |
1303 | 2024-12-21T04:26:17.766Z | Compiling vcpkg v0.2.15 |
1304 | 2024-12-21T04:26:17.890Z | Compiling tracing v0.1.40 |
1305 | 2024-12-21T04:26:18.085Z | Compiling icu_provider v1.5.0 |
1306 | 2024-12-21T04:26:18.415Z | Compiling spki v0.7.3 |
1307 | 2024-12-21T04:26:18.794Z | Compiling untrusted v0.9.0 |
1308 | 2024-12-21T04:26:18.865Z | Compiling icu_locid_transform v1.5.0 |
1309 | 2024-12-21T04:26:18.984Z | Compiling untrusted v0.7.1 |
1310 | 2024-12-21T04:26:19.198Z | Compiling pest_meta v2.7.14 |
1311 | 2024-12-21T04:26:19.221Z | Compiling time-macros v0.2.18 |
1312 | 2024-12-21T04:26:19.303Z | Compiling scrypt v0.11.0 |
1313 | 2024-12-21T04:26:19.902Z | Compiling aes v0.8.4 |
1314 | 2024-12-21T04:26:20.016Z | Compiling openssl-sys v0.9.103 |
1315 | 2024-12-21T04:26:20.576Z | Compiling icu_properties v1.5.1 |
1316 | 2024-12-21T04:26:21.308Z | Compiling cbc v0.1.2 |
1317 | 2024-12-21T04:26:21.370Z | Compiling deranged v0.3.11 |
1318 | 2024-12-21T04:26:21.614Z | Compiling bitflags v2.6.0 |
1319 | 2024-12-21T04:26:21.867Z | Compiling bytes v1.8.0 |
1320 | 2024-12-21T04:26:22.772Z | Compiling tokio v1.40.0 |
1321 | 2024-12-21T04:26:23.030Z | Compiling indexmap v2.6.0 |
1322 | 2024-12-21T04:26:23.209Z | Compiling http v1.1.0 |
1323 | 2024-12-21T04:26:23.354Z | Compiling semver v1.0.23 |
1324 | 2024-12-21T04:26:24.158Z | Compiling rustc_version v0.4.1 |
1325 | 2024-12-21T04:26:24.470Z | Compiling scroll_derive v0.12.0 |
1326 | 2024-12-21T04:26:24.514Z | Compiling icu_normalizer_data v1.5.0 |
1327 | 2024-12-21T04:26:24.627Z | Compiling num_threads v0.1.7 |
1328 | 2024-12-21T04:26:24.763Z | Compiling write16 v1.0.0 |
1329 | 2024-12-21T04:26:24.897Z | Compiling utf16_iter v1.0.5 |
1330 | 2024-12-21T04:26:24.927Z | Compiling atomic-waker v1.1.2 |
1331 | 2024-12-21T04:26:25.108Z | Compiling utf8_iter v1.0.4 |
1332 | 2024-12-21T04:26:25.126Z | Compiling http-body v1.0.1 |
1333 | 2024-12-21T04:26:25.390Z | Compiling icu_normalizer v1.5.0 |
1334 | 2024-12-21T04:26:25.390Z | Compiling time v0.3.36 |
1335 | 2024-12-21T04:26:25.546Z | Compiling pkcs5 v0.7.1 |
1336 | 2024-12-21T04:26:25.889Z | Compiling pest_generator v2.7.14 |
1337 | 2024-12-21T04:26:25.911Z | Compiling form_urlencoded v1.2.1 |
1338 | 2024-12-21T04:26:26.010Z | Compiling which v4.4.2 |
1339 | 2024-12-21T04:26:26.249Z | Compiling scroll v0.12.0 |
1340 | 2024-12-21T04:26:26.798Z | Compiling slog v2.7.0 |
1341 | 2024-12-21T04:26:26.839Z | Compiling try-lock v0.2.5 |
1342 | 2024-12-21T04:26:26.998Z | Compiling want v0.3.1 |
1343 | 2024-12-21T04:26:27.303Z | Compiling goblin v0.8.2 |
1344 | 2024-12-21T04:26:27.411Z | Compiling idna_adapter v1.2.0 |
1345 | 2024-12-21T04:26:27.473Z | Compiling pkcs8 v0.10.2 |
1346 | 2024-12-21T04:26:27.514Z | Compiling uuid v1.11.0 |
1347 | 2024-12-21T04:26:27.640Z | Compiling iana-time-zone v0.1.61 |
1348 | 2024-12-21T04:26:28.040Z | Compiling pest_derive v2.7.14 |
1349 | 2024-12-21T04:26:28.117Z | Compiling httpdate v1.0.3 |
1350 | 2024-12-21T04:26:28.191Z | Compiling chrono v0.4.38 |
1351 | 2024-12-21T04:26:28.583Z | Compiling idna v1.0.3 |
1352 | 2024-12-21T04:26:28.785Z | Compiling dtrace-parser v0.2.0 |
1353 | 2024-12-21T04:26:29.867Z | Compiling toml_datetime v0.6.8 |
1354 | 2024-12-21T04:26:30.418Z | Compiling serde_tokenstream v0.2.2 |
1355 | 2024-12-21T04:26:30.467Z | Compiling serde_spanned v0.6.8 |
1356 | 2024-12-21T04:26:30.713Z | Compiling openssl v0.10.66 |
1357 | 2024-12-21T04:26:30.756Z | Compiling base64 v0.22.1 |
1358 | 2024-12-21T04:26:30.962Z | Compiling adler2 v2.0.0 |
1359 | 2024-12-21T04:26:31.053Z | Compiling rustversion v1.0.17 |
1360 | 2024-12-21T04:26:31.133Z | Compiling foreign-types-shared v0.1.1 |
1361 | 2024-12-21T04:26:31.166Z | Compiling match_cfg v0.1.0 |
1362 | 2024-12-21T04:26:31.247Z | Compiling tower-service v0.3.3 |
1363 | 2024-12-21T04:26:31.268Z | Compiling hostname v0.3.1 |
1364 | 2024-12-21T04:26:31.378Z | Compiling foreign-types v0.3.2 |
1365 | 2024-12-21T04:26:31.482Z | Compiling tokio-util v0.7.12 |
1366 | 2024-12-21T04:26:31.548Z | Compiling miniz_oxide v0.8.0 |
1367 | 2024-12-21T04:26:31.568Z | Compiling url v2.5.3 |
1368 | 2024-12-21T04:26:31.931Z | Compiling openssl-macros v0.1.1 |
1369 | 2024-12-21T04:26:32.723Z | Compiling h2 v0.4.6 |
1370 | 2024-12-21T04:26:32.910Z | Compiling async-trait v0.1.83 |
1371 | 2024-12-21T04:26:33.108Z | Compiling dof v0.3.0 |
1372 | 2024-12-21T04:26:33.233Z | Compiling serde_derive_internals v0.29.1 |
1373 | 2024-12-21T04:26:33.588Z | Compiling dirs-sys-next v0.1.2 |
1374 | 2024-12-21T04:26:34.254Z | Compiling usdt-impl v0.5.0 |
1375 | 2024-12-21T04:26:35.359Z | Compiling siphasher v0.3.11 |
1376 | 2024-12-21T04:26:35.753Z | Compiling rustls v0.22.4 |
1377 | 2024-12-21T04:26:35.776Z | Compiling rustls v0.23.19 |
1378 | 2024-12-21T04:26:35.934Z | Compiling syn v1.0.109 |
1379 | 2024-12-21T04:26:36.006Z | Compiling data-encoding v2.6.0 |
1380 | 2024-12-21T04:26:36.036Z | Compiling schemars v0.8.21 |
1381 | 2024-12-21T04:26:36.072Z | Compiling native-tls v0.2.12 |
1382 | 2024-12-21T04:26:36.428Z | Compiling schemars_derive v0.8.21 |
1383 | 2024-12-21T04:26:36.475Z | Compiling dirs-next v2.0.0 |
1384 | 2024-12-21T04:26:37.917Z | Compiling http-body-util v0.1.2 |
1385 | 2024-12-21T04:26:38.112Z | Compiling heapless v0.7.17 |
1386 | 2024-12-21T04:26:38.430Z | Compiling crossbeam-epoch v0.9.18 |
1387 | 2024-12-21T04:26:38.469Z | Compiling signature v2.2.0 |
1388 | 2024-12-21T04:26:38.554Z | Compiling sha1 v0.10.6 |
1389 | 2024-12-21T04:26:38.764Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1390 | 2024-12-21T04:26:38.788Z | Compiling thread_local v1.1.8 |
1391 | 2024-12-21T04:26:39.021Z | Compiling cookie v0.18.1 |
1392 | 2024-12-21T04:26:39.181Z | Compiling multer v3.1.0 |
1393 | 2024-12-21T04:26:39.263Z | Compiling encoding_rs v0.8.34 |
1394 | 2024-12-21T04:26:39.301Z | Compiling slog-async v2.8.0 |
1395 | 2024-12-21T04:26:39.349Z | Compiling unicode-properties v0.1.3 |
1396 | 2024-12-21T04:26:39.450Z | Compiling ipnet v2.10.1 |
1397 | 2024-12-21T04:26:39.737Z | Compiling openssl-probe v0.1.5 |
1398 | 2024-12-21T04:26:39.831Z | Compiling hyper v1.5.2 |
1399 | 2024-12-21T04:26:39.852Z | Compiling mime v0.3.17 |
1400 | 2024-12-21T04:26:40.123Z | Compiling rayon-core v1.12.1 |
1401 | 2024-12-21T04:26:40.470Z | Compiling dyn-clone v1.0.17 |
1402 | 2024-12-21T04:26:40.522Z | Compiling gimli v0.31.1 |
1403 | 2024-12-21T04:26:40.691Z | Compiling signal-hook v0.3.17 |
1404 | 2024-12-21T04:26:41.087Z | Compiling stringprep v0.1.5 |
1405 | 2024-12-21T04:26:42.385Z | Compiling hyper-util v0.1.10 |
1406 | 2024-12-21T04:26:43.872Z | Compiling toml_edit v0.22.22 |
1407 | 2024-12-21T04:26:44.232Z | Compiling crossbeam-deque v0.8.5 |
1408 | 2024-12-21T04:26:44.638Z | Compiling usdt-macro v0.5.0 |
1409 | 2024-12-21T04:26:44.660Z | Compiling usdt-attr-macro v0.5.0 |
1410 | 2024-12-21T04:26:45.460Z | Compiling addr2line v0.24.2 |
1411 | 2024-12-21T04:26:45.793Z | Compiling term v0.7.0 |
1412 | 2024-12-21T04:26:45.858Z | Compiling slog-json v2.6.1 |
1413 | 2024-12-21T04:26:46.037Z | Compiling serde_urlencoded v0.7.1 |
1414 | 2024-12-21T04:26:46.132Z | Compiling curve25519-dalek v4.1.3 |
1415 | 2024-12-21T04:26:46.248Z | Compiling crossbeam-channel v0.5.13 |
1416 | 2024-12-21T04:26:46.269Z | Compiling futures-executor v0.3.31 |
1417 | 2024-12-21T04:26:46.573Z | Compiling enum-as-inner v0.6.1 |
1418 | 2024-12-21T04:26:46.751Z | Compiling md-5 v0.10.6 |
1419 | 2024-12-21T04:26:46.830Z | Compiling async-stream-impl v0.3.6 |
1420 | 2024-12-21T04:26:47.014Z | Compiling rustls-pemfile v2.2.0 |
1421 | 2024-12-21T04:26:47.283Z | Compiling num-integer v0.1.46 |
1422 | 2024-12-21T04:26:47.363Z | Compiling idna v0.4.0 |
1423 | 2024-12-21T04:26:47.366Z | Compiling idna v0.3.0 |
1424 | 2024-12-21T04:26:47.721Z | Compiling hash32 v0.2.1 |
1425 | 2024-12-21T04:26:48.075Z | Compiling ff v0.13.0 |
1426 | 2024-12-21T04:26:48.091Z | Compiling is-terminal v0.4.13 |
1427 | 2024-12-21T04:26:48.223Z | Compiling object v0.36.5 |
1428 | 2024-12-21T04:26:48.285Z | Compiling dropshot v0.12.0 |
1429 | 2024-12-21T04:26:48.307Z | Compiling fallible-iterator v0.2.0 |
1430 | 2024-12-21T04:26:48.575Z | Compiling num-bigint-dig v0.8.4 |
1431 | 2024-12-21T04:26:48.878Z | Compiling rustc-demangle v0.1.24 |
1432 | 2024-12-21T04:26:49.004Z | Compiling take_mut v0.2.2 |
1433 | 2024-12-21T04:26:49.084Z | Compiling anyhow v1.0.93 |
1434 | 2024-12-21T04:26:49.109Z | Compiling psl-types v2.0.11 |
1435 | 2024-12-21T04:26:49.166Z | Compiling linked-hash-map v0.5.6 |
1436 | 2024-12-21T04:26:49.306Z | Compiling utf-8 v0.7.6 |
1437 | 2024-12-21T04:26:49.542Z | Compiling quick-error v1.2.3 |
1438 | 2024-12-21T04:26:49.645Z | Compiling smoltcp v0.9.1 |
1439 | 2024-12-21T04:26:49.695Z | Compiling portable-atomic v1.9.0 |
1440 | 2024-12-21T04:26:49.716Z | Compiling base16ct v0.2.0 |
1441 | 2024-12-21T04:26:50.049Z | Compiling sec1 v0.7.3 |
1442 | 2024-12-21T04:26:50.253Z | Compiling resolv-conf v0.7.0 |
1443 | 2024-12-21T04:26:50.444Z | Compiling tungstenite v0.24.0 |
1444 | 2024-12-21T04:26:50.675Z | Compiling lru-cache v0.1.2 |
1445 | 2024-12-21T04:26:50.885Z | Compiling publicsuffix v2.2.3 |
1446 | 2024-12-21T04:26:51.129Z | Compiling postgres-protocol v0.6.7 |
1447 | 2024-12-21T04:26:51.255Z | Compiling hickory-proto v0.24.1 |
1448 | 2024-12-21T04:26:52.182Z | Compiling async-stream v0.3.6 |
1449 | 2024-12-21T04:26:52.406Z | Compiling group v0.13.0 |
1450 | 2024-12-21T04:26:52.486Z | Compiling usdt v0.5.0 |
1451 | 2024-12-21T04:26:52.528Z | Compiling slog-term v2.9.1 |
1452 | 2024-12-21T04:26:52.913Z | Compiling num-iter v0.1.45 |
1453 | 2024-12-21T04:26:53.010Z | Compiling toml v0.8.19 |
1454 | 2024-12-21T04:26:53.235Z | Compiling futures v0.3.31 |
1455 | 2024-12-21T04:26:53.367Z | Compiling slog-bunyan v2.5.0 |
1456 | 2024-12-21T04:26:53.972Z | Compiling tokio-native-tls v0.3.1 |
1457 | 2024-12-21T04:26:54.804Z | Compiling camino v1.1.9 |
1458 | 2024-12-21T04:26:55.434Z | Compiling phf_shared v0.11.2 |
1459 | 2024-12-21T04:26:55.580Z | Compiling dropshot_endpoint v0.12.0 |
1460 | 2024-12-21T04:26:55.825Z | Compiling backtrace v0.3.74 |
1461 | 2024-12-21T04:26:55.848Z | Compiling terminal_size v0.4.0 |
1462 | 2024-12-21T04:26:55.983Z | Compiling waitgroup v0.1.2 |
1463 | 2024-12-21T04:26:56.061Z | Compiling openapiv3 v2.0.0 |
1464 | 2024-12-21T04:26:56.211Z | Compiling serde_path_to_error v0.1.16 |
1465 | 2024-12-21T04:26:56.570Z | Compiling hkdf v0.12.4 |
1466 | 2024-12-21T04:26:56.850Z | Compiling crypto-bigint v0.5.5 |
1467 | 2024-12-21T04:26:57.095Z | Compiling curve25519-dalek-derive v0.1.1 |
1468 | 2024-12-21T04:26:58.717Z | Compiling zerocopy-derive v0.6.6 |
1469 | 2024-12-21T04:26:59.578Z | Compiling webpki-roots v0.26.6 |
1470 | 2024-12-21T04:26:59.795Z | Compiling idna v0.5.0 |
1471 | 2024-12-21T04:26:59.916Z | Compiling hubpack_derive v0.1.1 |
1472 | 2024-12-21T04:27:00.300Z | Compiling hostname v0.4.0 |
1473 | 2024-12-21T04:27:00.584Z | Compiling ahash v0.8.11 |
1474 | 2024-12-21T04:27:00.685Z | Compiling fs-err v2.11.0 |
1475 | 2024-12-21T04:27:00.856Z | Compiling crc32fast v1.4.2 |
1476 | 2024-12-21T04:27:00.939Z | Compiling winnow v0.5.40 |
1477 | 2024-12-21T04:27:00.971Z | Compiling debug-ignore v1.0.5 |
1478 | 2024-12-21T04:27:00.993Z | Compiling newtype-uuid v1.1.3 |
1479 | 2024-12-21T04:27:01.123Z | Compiling bitflags v1.3.2 |
1480 | 2024-12-21T04:27:01.193Z | Compiling managed v0.8.0 |
1481 | 2024-12-21T04:27:01.236Z | Compiling strum_macros v0.25.3 |
1482 | 2024-12-21T04:27:01.290Z | Compiling console v0.15.8 |
1483 | 2024-12-21T04:27:01.476Z | Compiling clap_builder v4.5.21 |
1484 | 2024-12-21T04:27:01.992Z | Compiling flate2 v1.0.34 |
1485 | 2024-12-21T04:27:02.883Z | Compiling zerocopy v0.6.6 |
1486 | 2024-12-21T04:27:03.120Z | Compiling hubpack v0.1.2 |
1487 | 2024-12-21T04:27:03.156Z | Compiling cookie_store v0.21.0 |
1488 | 2024-12-21T04:27:03.596Z | Compiling elliptic-curve v0.13.8 |
1489 | 2024-12-21T04:27:03.950Z | Compiling hickory-resolver v0.24.1 |
1490 | 2024-12-21T04:27:04.794Z | Compiling toml_edit v0.19.15 |
1491 | 2024-12-21T04:27:04.873Z | Compiling phf v0.11.2 |
1492 | 2024-12-21T04:27:05.168Z | Compiling signal-hook-mio v0.2.4 |
1493 | 2024-12-21T04:27:05.351Z | Compiling rayon v1.10.0 |
1494 | 2024-12-21T04:27:05.355Z | Compiling hyper-tls v0.6.0 |
1495 | 2024-12-21T04:27:05.505Z | Compiling bzip2 v0.4.4 |
1496 | 2024-12-21T04:27:05.934Z | Compiling postgres-types v0.2.8 |
1497 | 2024-12-21T04:27:07.504Z | Compiling tokio-tungstenite v0.24.0 |
1498 | 2024-12-21T04:27:09.478Z | Compiling ed25519 v2.2.3 |
1499 | 2024-12-21T04:27:10.292Z | Compiling phf_shared v0.10.0 |
1500 | 2024-12-21T04:27:10.708Z | Compiling tokio-stream v0.1.16 |
1501 | 2024-12-21T04:27:10.903Z | Compiling pkcs1 v0.7.5 |
1502 | 2024-12-21T04:27:11.156Z | Compiling serde-big-array v0.5.1 |
1503 | 2024-12-21T04:27:11.386Z | Compiling clap_derive v4.5.18 |
1504 | 2024-12-21T04:27:11.406Z | Compiling rfc6979 v0.4.0 |
1505 | 2024-12-21T04:27:11.605Z | Compiling serde_repr v0.1.19 |
1506 | 2024-12-21T04:27:11.810Z | Compiling derive-where v1.2.7 |
1507 | 2024-12-21T04:27:11.901Z | Compiling float-cmp v0.9.0 |
1508 | 2024-12-21T04:27:12.000Z | Compiling bstr v1.10.0 |
1509 | 2024-12-21T04:27:12.134Z | Compiling sync_wrapper v1.0.1 |
1510 | 2024-12-21T04:27:12.303Z | Compiling whoami v1.5.2 |
1511 | 2024-12-21T04:27:12.857Z | Compiling bit-vec v0.6.3 |
1512 | 2024-12-21T04:27:12.958Z | Compiling predicates-core v1.0.8 |
1513 | 2024-12-21T04:27:13.095Z | Compiling number_prefix v0.4.0 |
1514 | 2024-12-21T04:27:13.310Z | Compiling fixedbitset v0.4.2 |
1515 | 2024-12-21T04:27:13.330Z | Compiling new_debug_unreachable v1.0.6 |
1516 | 2024-12-21T04:27:13.332Z | Compiling static_assertions v1.1.0 |
1517 | 2024-12-21T04:27:13.428Z | Compiling difflib v0.4.0 |
1518 | 2024-12-21T04:27:13.454Z | Compiling normalize-line-endings v0.3.0 |
1519 | 2024-12-21T04:27:13.586Z | Compiling precomputed-hash v0.1.1 |
1520 | 2024-12-21T04:27:13.711Z | Compiling unicode-width v0.2.0 |
1521 | 2024-12-21T04:27:13.770Z | Compiling unicode-segmentation v1.12.0 |
1522 | 2024-12-21T04:27:13.825Z | Compiling string_cache v0.8.7 |
1523 | 2024-12-21T04:27:14.217Z | Compiling indicatif v0.17.9 |
1524 | 2024-12-21T04:27:14.314Z | Compiling predicates v3.1.2 |
1525 | 2024-12-21T04:27:14.670Z | Compiling similar v2.6.0 |
1526 | 2024-12-21T04:27:15.104Z | Compiling petgraph v0.6.5 |
1527 | 2024-12-21T04:27:15.529Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1528 | 2024-12-21T04:27:16.152Z | Compiling bit-set v0.5.3 |
1529 | 2024-12-21T04:27:16.465Z | Compiling tokio-postgres v0.7.12 |
1530 | 2024-12-21T04:27:16.530Z | Compiling ecdsa v0.16.9 |
1531 | 2024-12-21T04:27:16.582Z | Compiling clap v4.5.21 |
1532 | 2024-12-21T04:27:16.716Z | Compiling rsa v0.9.6 |
1533 | 2024-12-21T04:27:17.187Z | Compiling ed25519-dalek v2.1.1 |
1534 | 2024-12-21T04:27:17.407Z | Compiling toml v0.7.8 |
1535 | 2024-12-21T04:27:18.563Z | Compiling zip v0.6.6 |
1536 | 2024-12-21T04:27:19.176Z | Compiling crossterm v0.28.1 |
1537 | 2024-12-21T04:27:20.442Z | Compiling hex v0.4.3 |
1538 | 2024-12-21T04:27:20.600Z | Compiling x509-cert v0.2.5 |
1539 | 2024-12-21T04:27:20.670Z | Compiling itertools v0.10.5 |
1540 | 2024-12-21T04:27:21.059Z | Compiling peg-runtime v0.8.3 |
1541 | 2024-12-21T04:27:21.786Z | Compiling unicode-xid v0.2.6 |
1542 | 2024-12-21T04:27:21.970Z | Compiling lalrpop-util v0.19.12 |
1543 | 2024-12-21T04:27:22.356Z | Compiling strum_macros v0.26.4 |
1544 | 2024-12-21T04:27:22.397Z | Compiling xattr v1.3.1 |
1545 | 2024-12-21T04:27:22.681Z | Compiling filetime v0.2.25 |
1546 | 2024-12-21T04:27:23.014Z | Compiling tar v0.4.42 |
1547 | 2024-12-21T04:27:27.613Z | Compiling strum v0.26.3 |
1548 | 2024-12-21T04:27:29.520Z | Compiling aws-lc-sys v0.22.0 |
1549 | 2024-12-21T04:27:57.619Z | Compiling rustls-webpki v0.102.8 |
1550 | 2024-12-21T04:28:01.071Z | Compiling tokio-rustls v0.25.0 |
1551 | 2024-12-21T04:28:02.695Z | Compiling tokio-rustls v0.26.0 |
1552 | 2024-12-21T04:28:03.028Z | Compiling hyper-rustls v0.27.3 |
1553 | 2024-12-21T04:28:03.370Z | Compiling reqwest v0.12.9 |
1554 | 2024-12-21T04:28:04.562Z | Compiling qorb v0.2.1 |
1555 | 2024-12-21T04:28:09.479Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1556 | 2024-12-21T04:28:09.719Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1557 | 2024-12-21T04:28:15.627Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s |
1558 | 2024-12-21T04:28:15.808Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1559 | 2024-12-21T04:28:15.859Z | Dec 21 04:28:14.882 INFO Starting download, target: Console |
1560 | 2024-12-21T04:28:15.859Z | Dec 21 04:28:14.883 INFO Starting download, target: Cockroach |
1561 | 2024-12-21T04:28:15.859Z | Dec 21 04:28:14.883 INFO Starting download, target: Clickhouse |
1562 | 2024-12-21T04:28:15.859Z | Dec 21 04:28:14.883 INFO Starting download, target: DendriteOpenapi |
1563 | 2024-12-21T04:28:15.859Z | Dec 21 04:28:14.883 INFO Starting download, target: DendriteStub |
1564 | 2024-12-21T04:28:15.894Z | Dec 21 04:28:14.883 INFO Starting download, target: MaghemiteMgd |
1565 | 2024-12-21T04:28:15.895Z | Dec 21 04:28:14.883 INFO Starting download, target: TransceiverControl |
1566 | 2024-12-21T04:28:15.895Z | Dec 21 04:28:14.883 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1567 | 2024-12-21T04:28:15.895Z | Dec 21 04:28:14.883 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1568 | 2024-12-21T04:28:15.895Z | Dec 21 04:28:14.883 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1569 | 2024-12-21T04:28:15.895Z | Dec 21 04:28:14.883 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1570 | 2024-12-21T04:28:15.895Z | Dec 21 04:28:14.883 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1571 | 2024-12-21T04:28:15.895Z | Dec 21 04:28:14.883 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1572 | 2024-12-21T04:28:15.895Z | Dec 21 04:28:14.884 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1573 | 2024-12-21T04:28:16.262Z | Dec 21 04:28:15.278 INFO Download complete, target: DendriteOpenapi |
1574 | 2024-12-21T04:28:16.453Z | Dec 21 04:28:15.418 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1575 | 2024-12-21T04:28:16.481Z | Dec 21 04:28:15.504 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1576 | 2024-12-21T04:28:16.720Z | Dec 21 04:28:15.732 INFO Download complete, target: Console |
1577 | 2024-12-21T04:28:17.120Z | Dec 21 04:28:16.130 INFO Download complete, target: TransceiverControl |
1578 | 2024-12-21T04:28:17.408Z | Dec 21 04:28:16.437 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1579 | 2024-12-21T04:28:17.448Z | Dec 21 04:28:16.483 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1580 | 2024-12-21T04:28:17.780Z | Dec 21 04:28:16.812 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1581 | 2024-12-21T04:28:18.145Z | Dec 21 04:28:17.180 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1582 | 2024-12-21T04:28:18.145Z | Dec 21 04:28:17.180 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1583 | 2024-12-21T04:28:20.155Z | Dec 21 04:28:19.190 INFO Download complete, target: MaghemiteMgd |
1584 | 2024-12-21T04:28:20.295Z | Dec 21 04:28:19.330 INFO Download complete, target: DendriteStub |
1585 | 2024-12-21T04:28:25.524Z | Dec 21 04:28:24.557 INFO Checking that binary works, target: Cockroach |
1586 | 2024-12-21T04:28:25.680Z | Dec 21 04:28:24.715 INFO Download complete, target: Cockroach |
1587 | 2024-12-21T04:28:30.188Z | Dec 21 04:28:29.223 INFO Checking that binary works, target: Clickhouse |
1588 | 2024-12-21T04:28:30.327Z | Dec 21 04:28:29.362 INFO Download complete, target: Clickhouse |
1589 | 2024-12-21T04:28:30.347Z | All builder prerequisites installed successfully, and PATH looks valid |
1590 | 2024-12-21T04:28:30.349Z | |
1591 | 2024-12-21T04:28:30.349Z | real 6:38.904933488 |
1592 | 2024-12-21T04:28:30.349Z | user 16:41.418014923 |
1593 | 2024-12-21T04:28:30.349Z | sys 3:17.453027432 |
1594 | 2024-12-21T04:28:30.349Z | trap 0.529055759 |
1595 | 2024-12-21T04:28:30.349Z | tflt 1.534581783 |
1596 | 2024-12-21T04:28:30.350Z | dflt 1.986319744 |
1597 | 2024-12-21T04:28:30.350Z | kflt 0.024095906 |
1598 | 2024-12-21T04:28:30.350Z | lock 29:20.084362336 |
1599 | 2024-12-21T04:28:30.350Z | slp 1:05:48.715484736 |
1600 | 2024-12-21T04:28:30.350Z | lat 57.011926182 |
1601 | 2024-12-21T04:28:30.350Z | stop 2:21.025499597 |
1602 | 2024-12-21T04:28:30.350Z | + banner clippy |
1603 | 2024-12-21T04:28:30.352Z | |
1604 | 2024-12-21T04:28:30.352Z | #### # # ##### ##### # # |
1605 | 2024-12-21T04:28:30.352Z | # # # # # # # # # # |
1606 | 2024-12-21T04:28:30.352Z | # # # # # # # # |
1607 | 2024-12-21T04:28:30.352Z | # # # ##### ##### # |
1608 | 2024-12-21T04:28:30.352Z | # # # # # # # |
1609 | 2024-12-21T04:28:30.352Z | #### ###### # # # # |
1610 | 2024-12-21T04:28:30.352Z | |
1611 | 2024-12-21T04:28:30.352Z | + export CARGO_INCREMENTAL=0 |
1612 | 2024-12-21T04:28:30.352Z | + CARGO_INCREMENTAL=0 |
1613 | 2024-12-21T04:28:30.352Z | + ptime -m cargo xtask clippy |
1614 | 2024-12-21T04:28:30.895Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1615 | 2024-12-21T04:28:34.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.02s |
1616 | 2024-12-21T04:28:34.484Z | Running `target/debug/xtask clippy` |
1617 | 2024-12-21T04:28:34.504Z | running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1618 | 2024-12-21T04:28:35.211Z | Downloading crates ... |
1619 | 2024-12-21T04:28:35.610Z | Downloaded anes v0.1.6 |
1620 | 2024-12-21T04:28:35.647Z | Downloaded async-lock v3.4.0 |
1621 | 2024-12-21T04:28:35.680Z | Downloaded cfg-expr v0.17.0 |
1622 | 2024-12-21T04:28:35.681Z | Downloaded async-object-pool v0.1.5 |
1623 | 2024-12-21T04:28:35.692Z | Downloaded async-global-executor v2.4.1 |
1624 | 2024-12-21T04:28:35.692Z | Downloaded async-executor v1.13.1 |
1625 | 2024-12-21T04:28:35.692Z | Downloaded async-channel v2.3.1 |
1626 | 2024-12-21T04:28:35.693Z | Downloaded assert_cmd v2.0.16 |
1627 | 2024-12-21T04:28:35.693Z | Downloaded escape8259 v0.5.3 |
1628 | 2024-12-21T04:28:35.693Z | Downloaded doc-comment v0.3.3 |
1629 | 2024-12-21T04:28:35.693Z | Downloaded async-io v2.3.4 |
1630 | 2024-12-21T04:28:35.693Z | Downloaded async-channel v1.9.0 |
1631 | 2024-12-21T04:28:35.693Z | Downloaded blocking v1.6.1 |
1632 | 2024-12-21T04:28:35.693Z | Downloaded async-signal v0.2.10 |
1633 | 2024-12-21T04:28:35.694Z | Downloaded assert-json-diff v2.0.2 |
1634 | 2024-12-21T04:28:35.694Z | Downloaded async-attributes v1.1.2 |
1635 | 2024-12-21T04:28:35.694Z | Downloaded concurrent-queue v2.5.0 |
1636 | 2024-12-21T04:28:35.694Z | Downloaded event-listener-strategy v0.5.2 |
1637 | 2024-12-21T04:28:35.694Z | Downloaded approx v0.5.1 |
1638 | 2024-12-21T04:28:35.694Z | Downloaded event-listener v2.5.3 |
1639 | 2024-12-21T04:28:35.694Z | Downloaded datatest-stable v0.2.9 |
1640 | 2024-12-21T04:28:35.695Z | Downloaded futures-lite v2.3.0 |
1641 | 2024-12-21T04:28:35.695Z | Downloaded blake2b_simd v1.0.2 |
1642 | 2024-12-21T04:28:35.695Z | Downloaded criterion-plot v0.5.0 |
1643 | 2024-12-21T04:28:35.717Z | Downloaded plotters-svg v0.3.7 |
1644 | 2024-12-21T04:28:35.717Z | Downloaded pathdiff v0.2.2 |
1645 | 2024-12-21T04:28:35.717Z | Downloaded guppy-workspace-hack v0.1.0 |
1646 | 2024-12-21T04:28:35.717Z | Downloaded target-triple v0.1.3 |
1647 | 2024-12-21T04:28:35.717Z | Downloaded futures-timer v3.0.3 |
1648 | 2024-12-21T04:28:35.717Z | Downloaded nested v0.1.1 |
1649 | 2024-12-21T04:28:35.717Z | Downloaded event-listener v5.3.1 |
1650 | 2024-12-21T04:28:35.717Z | Downloaded async-process v2.3.0 |
1651 | 2024-12-21T04:28:35.718Z | Downloaded cast v0.3.0 |
1652 | 2024-12-21T04:28:35.718Z | Downloaded async-task v4.7.1 |
1653 | 2024-12-21T04:28:35.722Z | Downloaded parking v2.2.1 |
1654 | 2024-12-21T04:28:35.724Z | Downloaded num_cpus v1.16.0 |
1655 | 2024-12-21T04:28:35.724Z | Downloaded kv-log-macro v1.0.7 |
1656 | 2024-12-21T04:28:35.724Z | Downloaded plotters-backend v0.3.7 |
1657 | 2024-12-21T04:28:35.725Z | Downloaded indoc v2.0.5 |
1658 | 2024-12-21T04:28:35.725Z | Downloaded relative-path v1.9.3 |
1659 | 2024-12-21T04:28:35.725Z | Downloaded proc-macro-crate v3.2.0 |
1660 | 2024-12-21T04:28:35.725Z | Downloaded piper v0.2.4 |
1661 | 2024-12-21T04:28:35.725Z | Downloaded threadpool v1.8.1 |
1662 | 2024-12-21T04:28:35.725Z | Downloaded serde_regex v1.1.0 |
1663 | 2024-12-21T04:28:35.725Z | Downloaded oorandom v11.1.4 |
1664 | 2024-12-21T04:28:35.725Z | Downloaded path-tree v0.8.1 |
1665 | 2024-12-21T04:28:35.725Z | Downloaded similar-asserts v1.6.0 |
1666 | 2024-12-21T04:28:35.729Z | Downloaded stringmetrics v2.2.2 |
1667 | 2024-12-21T04:28:35.729Z | Downloaded partial-io v0.5.4 |
1668 | 2024-12-21T04:28:35.729Z | Downloaded hyper-rustls v0.26.0 |
1669 | 2024-12-21T04:28:35.733Z | Downloaded rustls-native-certs v0.7.3 |
1670 | 2024-12-21T04:28:35.733Z | Downloaded target-spec v3.2.2 |
1671 | 2024-12-21T04:28:35.735Z | Downloaded httptest v0.16.1 |
1672 | 2024-12-21T04:28:35.738Z | Downloaded target-lexicon v0.12.16 |
1673 | 2024-12-21T04:28:35.741Z | Downloaded rust-argon2 v2.1.0 |
1674 | 2024-12-21T04:28:35.745Z | Downloaded libtest-mimic v0.7.3 |
1675 | 2024-12-21T04:28:35.745Z | Downloaded rstest v0.23.0 |
1676 | 2024-12-21T04:28:35.755Z | Downloaded fancy-regex v0.13.0 |
1677 | 2024-12-21T04:28:35.758Z | Downloaded trybuild v1.0.101 |
1678 | 2024-12-21T04:28:35.759Z | Downloaded rstest_macros v0.23.0 |
1679 | 2024-12-21T04:28:35.766Z | Downloaded rand_distr v0.4.3 |
1680 | 2024-12-21T04:28:35.781Z | Downloaded yansi v1.0.1 |
1681 | 2024-12-21T04:28:35.781Z | Downloaded pretty_assertions v1.4.1 |
1682 | 2024-12-21T04:28:35.782Z | Downloaded polling v3.7.3 |
1683 | 2024-12-21T04:28:35.801Z | Downloaded guppy v0.17.8 |
1684 | 2024-12-21T04:28:35.802Z | Downloaded criterion v0.5.1 |
1685 | 2024-12-21T04:28:35.802Z | Downloaded plotters v0.3.7 |
1686 | 2024-12-21T04:28:35.809Z | Downloaded tinytemplate v1.2.1 |
1687 | 2024-12-21T04:28:35.809Z | Downloaded async-std v1.13.0 |
1688 | 2024-12-21T04:28:35.871Z | Downloaded httpmock v0.8.0-alpha.1 |
1689 | 2024-12-21T04:28:36.645Z | Checking cfg-if v1.0.0 |
1690 | 2024-12-21T04:28:36.723Z | Checking libc v0.2.162 |
1691 | 2024-12-21T04:28:36.746Z | Checking serde v1.0.215 |
1692 | 2024-12-21T04:28:36.768Z | Checking memchr v2.7.4 |
1693 | 2024-12-21T04:28:36.793Z | Checking value-bag v1.9.0 |
1694 | 2024-12-21T04:28:36.810Z | Checking scopeguard v1.2.0 |
1695 | 2024-12-21T04:28:36.830Z | Checking zeroize v1.8.1 |
1696 | 2024-12-21T04:28:36.859Z | Checking smallvec v1.13.2 |
1697 | 2024-12-21T04:28:36.894Z | Checking itoa v1.0.11 |
1698 | 2024-12-21T04:28:36.941Z | Checking lock_api v0.4.12 |
1699 | 2024-12-21T04:28:37.108Z | Checking byteorder v1.5.0 |
1700 | 2024-12-21T04:28:37.135Z | Checking pin-project-lite v0.2.14 |
1701 | 2024-12-21T04:28:37.213Z | Checking log v0.4.22 |
1702 | 2024-12-21T04:28:37.243Z | Checking subtle v2.6.1 |
1703 | 2024-12-21T04:28:37.274Z | Checking once_cell v1.20.2 |
1704 | 2024-12-21T04:28:37.395Z | Checking typenum v1.17.0 |
1705 | 2024-12-21T04:28:37.542Z | Checking futures-core v0.3.31 |
1706 | 2024-12-21T04:28:37.568Z | Checking libm v0.2.8 |
1707 | 2024-12-21T04:28:37.603Z | Checking thiserror v1.0.69 |
1708 | 2024-12-21T04:28:37.664Z | Checking zerocopy v0.7.35 |
1709 | 2024-12-21T04:28:37.725Z | Checking ryu v1.0.18 |
1710 | 2024-12-21T04:28:37.762Z | Checking spin v0.9.8 |
1711 | 2024-12-21T04:28:37.793Z | Checking const-oid v0.9.6 |
1712 | 2024-12-21T04:28:37.827Z | Checking getrandom v0.2.15 |
1713 | 2024-12-21T04:28:37.954Z | Checking parking_lot_core v0.9.10 |
1714 | 2024-12-21T04:28:38.082Z | Checking rand_core v0.6.4 |
1715 | 2024-12-21T04:28:38.123Z | Checking signal-hook-registry v1.4.2 |
1716 | 2024-12-21T04:28:38.316Z | Checking parking_lot v0.12.3 |
1717 | 2024-12-21T04:28:38.375Z | Checking mio v1.0.2 |
1718 | 2024-12-21T04:28:38.408Z | Checking socket2 v0.5.7 |
1719 | 2024-12-21T04:28:38.436Z | Checking num-traits v0.2.19 |
1720 | 2024-12-21T04:28:38.700Z | Checking futures-io v0.3.31 |
1721 | 2024-12-21T04:28:38.743Z | Checking generic-array v0.14.7 |
1722 | 2024-12-21T04:28:38.905Z | Checking slab v0.4.9 |
1723 | 2024-12-21T04:28:38.916Z | Checking allocator-api2 v0.2.18 |
1724 | 2024-12-21T04:28:39.009Z | Checking cpufeatures v0.2.14 |
1725 | 2024-12-21T04:28:39.121Z | Checking futures-sink v0.3.31 |
1726 | 2024-12-21T04:28:39.154Z | Checking pin-utils v0.1.0 |
1727 | 2024-12-21T04:28:39.190Z | Checking equivalent v1.0.1 |
1728 | 2024-12-21T04:28:39.258Z | Checking foldhash v0.1.3 |
1729 | 2024-12-21T04:28:39.285Z | Checking futures-channel v0.3.31 |
1730 | 2024-12-21T04:28:39.314Z | Checking futures-task v0.3.31 |
1731 | 2024-12-21T04:28:39.475Z | Checking stable_deref_trait v1.2.0 |
1732 | 2024-12-21T04:28:39.585Z | Checking iana-time-zone v0.1.61 |
1733 | 2024-12-21T04:28:39.613Z | Checking hashbrown v0.15.1 |
1734 | 2024-12-21T04:28:39.616Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1735 | 2024-12-21T04:28:39.659Z | Checking fnv v1.0.7 |
1736 | 2024-12-21T04:28:39.686Z | Checking futures-util v0.3.31 |
1737 | 2024-12-21T04:28:39.733Z | Checking ppv-lite86 v0.2.20 |
1738 | 2024-12-21T04:28:39.792Z | Checking tracing-core v0.1.32 |
1739 | 2024-12-21T04:28:39.916Z | Checking crypto-common v0.1.6 |
1740 | 2024-12-21T04:28:39.947Z | Checking block-buffer v0.10.4 |
1741 | 2024-12-21T04:28:40.168Z | Checking errno v0.3.9 |
1742 | 2024-12-21T04:28:40.171Z | Checking zerofrom v0.1.4 |
1743 | 2024-12-21T04:28:40.210Z | Checking digest v0.10.7 |
1744 | 2024-12-21T04:28:40.407Z | Checking dyn-clone v1.0.17 |
1745 | 2024-12-21T04:28:40.413Z | Checking yoke v0.7.4 |
1746 | 2024-12-21T04:28:40.505Z | Checking tracing v0.1.40 |
1747 | 2024-12-21T04:28:40.518Z | Checking block-padding v0.3.3 |
1748 | 2024-12-21T04:28:40.539Z | Checking rand_chacha v0.3.1 |
1749 | 2024-12-21T04:28:40.596Z | Checking crossbeam-utils v0.8.20 |
1750 | 2024-12-21T04:28:40.710Z | Checking inout v0.1.3 |
1751 | 2024-12-21T04:28:40.770Z | Checking zerovec v0.10.4 |
1752 | 2024-12-21T04:28:40.815Z | Checking percent-encoding v2.3.1 |
1753 | 2024-12-21T04:28:40.832Z | Checking litemap v0.7.3 |
1754 | 2024-12-21T04:28:40.959Z | Checking rand v0.8.5 |
1755 | 2024-12-21T04:28:41.028Z | Checking cipher v0.4.4 |
1756 | 2024-12-21T04:28:41.079Z | Checking writeable v0.5.5 |
1757 | 2024-12-21T04:28:41.158Z | Checking tinyvec_macros v0.1.1 |
1758 | 2024-12-21T04:28:41.264Z | Checking tinyvec v1.8.0 |
1759 | 2024-12-21T04:28:41.312Z | Checking form_urlencoded v1.2.1 |
1760 | 2024-12-21T04:28:41.355Z | Checking httparse v1.9.5 |
1761 | 2024-12-21T04:28:41.375Z | Checking atomic-waker v1.1.2 |
1762 | 2024-12-21T04:28:41.502Z | Checking regex-syntax v0.8.5 |
1763 | 2024-12-21T04:28:41.528Z | Checking base64ct v1.6.0 |
1764 | 2024-12-21T04:28:41.730Z | Checking bytes v1.8.0 |
1765 | 2024-12-21T04:28:41.818Z | Checking bitflags v2.6.0 |
1766 | 2024-12-21T04:28:41.979Z | Checking serde_json v1.0.133 |
1767 | 2024-12-21T04:28:42.108Z | Checking indexmap v2.6.0 |
1768 | 2024-12-21T04:28:42.250Z | Checking chrono v0.4.38 |
1769 | 2024-12-21T04:28:42.385Z | Checking uuid v1.11.0 |
1770 | 2024-12-21T04:28:42.542Z | Checking tokio v1.40.0 |
1771 | 2024-12-21T04:28:42.566Z | Checking rustix v0.38.37 |
1772 | 2024-12-21T04:28:43.198Z | Checking http v1.1.0 |
1773 | 2024-12-21T04:28:43.469Z | Checking tinystr v0.7.6 |
1774 | 2024-12-21T04:28:43.811Z | Checking icu_locid_transform_data v1.5.0 |
1775 | 2024-12-21T04:28:43.862Z | Checking icu_locid v1.5.0 |
1776 | 2024-12-21T04:28:43.927Z | Checking unicode-normalization v0.1.24 |
1777 | 2024-12-21T04:28:44.386Z | Checking icu_collections v1.5.0 |
1778 | 2024-12-21T04:28:44.431Z | Checking schemars v0.8.21 |
1779 | 2024-12-21T04:28:44.743Z | Checking hmac v0.12.1 |
1780 | 2024-12-21T04:28:44.854Z | Checking icu_properties_data v1.5.0 |
1781 | 2024-12-21T04:28:44.907Z | Checking untrusted v0.9.0 |
1782 | 2024-12-21T04:28:44.943Z | Checking icu_provider v1.5.0 |
1783 | 2024-12-21T04:28:44.978Z | Checking sha2 v0.10.8 |
1784 | 2024-12-21T04:28:45.067Z | Checking aho-corasick v1.1.3 |
1785 | 2024-12-21T04:28:45.096Z | Checking ring v0.17.8 |
1786 | 2024-12-21T04:28:45.123Z | Checking icu_normalizer_data v1.5.0 |
1787 | 2024-12-21T04:28:45.234Z | Checking utf16_iter v1.0.5 |
1788 | 2024-12-21T04:28:45.415Z | Checking unicode-ident v1.0.13 |
1789 | 2024-12-21T04:28:45.544Z | Checking write16 v1.0.0 |
1790 | 2024-12-21T04:28:45.590Z | Checking unicode-bidi v0.3.17 |
1791 | 2024-12-21T04:28:45.630Z | Checking icu_locid_transform v1.5.0 |
1792 | 2024-12-21T04:28:45.678Z | Checking utf8_iter v1.0.4 |
1793 | 2024-12-21T04:28:45.886Z | Checking lazy_static v1.5.0 |
1794 | 2024-12-21T04:28:46.017Z | Checking powerfmt v0.2.0 |
1795 | 2024-12-21T04:28:46.075Z | Checking adler2 v2.0.0 |
1796 | 2024-12-21T04:28:46.150Z | Checking num_threads v0.1.7 |
1797 | 2024-12-21T04:28:46.248Z | Checking miniz_oxide v0.8.0 |
1798 | 2024-12-21T04:28:46.251Z | Checking time-core v0.1.2 |
1799 | 2024-12-21T04:28:46.296Z | Checking deranged v0.3.11 |
1800 | 2024-12-21T04:28:46.299Z | Checking num-conv v0.1.0 |
1801 | 2024-12-21T04:28:46.523Z | Checking rustls-pki-types v1.10.0 |
1802 | 2024-12-21T04:28:46.633Z | Checking icu_properties v1.5.1 |
1803 | 2024-12-21T04:28:46.700Z | Checking regex-automata v0.4.8 |
1804 | 2024-12-21T04:28:46.889Z | Checking proc-macro2 v1.0.89 |
1805 | 2024-12-21T04:28:46.940Z | Checking pem-rfc7468 v0.7.0 |
1806 | 2024-12-21T04:28:46.966Z | Checking untrusted v0.7.1 |
1807 | 2024-12-21T04:28:47.115Z | Checking http-body v1.0.1 |
1808 | 2024-12-21T04:28:47.146Z | Checking aws-lc-sys v0.22.0 |
1809 | 2024-12-21T04:28:47.215Z | Checking httpdate v1.0.3 |
1810 | 2024-12-21T04:28:47.313Z | Checking mirai-annotations v1.12.0 |
1811 | 2024-12-21T04:28:47.442Z | Checking base64 v0.22.1 |
1812 | 2024-12-21T04:28:47.502Z | Checking try-lock v0.2.5 |
1813 | 2024-12-21T04:28:47.580Z | Checking quote v1.0.37 |
1814 | 2024-12-21T04:28:47.647Z | Checking want v0.3.1 |
1815 | 2024-12-21T04:28:47.847Z | Checking flagset v0.4.6 |
1816 | 2024-12-21T04:28:47.921Z | Checking pbkdf2 v0.12.2 |
1817 | 2024-12-21T04:28:47.946Z | Checking syn v2.0.87 |
1818 | 2024-12-21T04:28:48.049Z | Checking time v0.3.36 |
1819 | 2024-12-21T04:28:48.051Z | Checking der v0.7.9 |
1820 | 2024-12-21T04:28:48.098Z | Checking aes v0.8.4 |
1821 | 2024-12-21T04:28:49.058Z | Checking cbc v0.1.2 |
1822 | 2024-12-21T04:28:49.284Z | Checking salsa20 v0.10.2 |
1823 | 2024-12-21T04:28:49.519Z | Checking ahash v0.8.11 |
1824 | 2024-12-21T04:28:49.725Z | Checking aws-lc-rs v1.10.0 |
1825 | 2024-12-21T04:28:49.809Z | Checking icu_normalizer v1.5.0 |
1826 | 2024-12-21T04:28:49.934Z | Checking spki v0.7.3 |
1827 | 2024-12-21T04:28:50.017Z | Checking tokio-util v0.7.12 |
1828 | 2024-12-21T04:28:50.104Z | Checking slog v2.7.0 |
1829 | 2024-12-21T04:28:50.255Z | Checking tower-service v0.3.3 |
1830 | 2024-12-21T04:28:50.393Z | Checking scrypt v0.11.0 |
1831 | 2024-12-21T04:28:50.586Z | Checking gimli v0.31.1 |
1832 | 2024-12-21T04:28:50.624Z | Checking mime v0.3.17 |
1833 | 2024-12-21T04:28:50.653Z | Checking idna_adapter v1.2.0 |
1834 | 2024-12-21T04:28:50.680Z | Checking pkcs5 v0.7.1 |
1835 | 2024-12-21T04:28:50.849Z | Checking idna v1.0.3 |
1836 | 2024-12-21T04:28:50.955Z | Checking object v0.36.5 |
1837 | 2024-12-21T04:28:50.986Z | Checking h2 v0.4.6 |
1838 | 2024-12-21T04:28:51.192Z | Checking rustc-demangle v0.1.24 |
1839 | 2024-12-21T04:28:51.367Z | Checking url v2.5.3 |
1840 | 2024-12-21T04:28:51.407Z | Checking utf8parse v0.2.2 |
1841 | 2024-12-21T04:28:51.560Z | Checking regex v1.11.1 |
1842 | 2024-12-21T04:28:51.593Z | Checking rustls-webpki v0.102.8 |
1843 | 2024-12-21T04:28:51.637Z | Checking pkcs8 v0.10.2 |
1844 | 2024-12-21T04:28:51.994Z | Checking http-body-util v0.1.2 |
1845 | 2024-12-21T04:28:52.208Z | Checking futures-executor v0.3.31 |
1846 | 2024-12-21T04:28:52.237Z | Checking serde_spanned v0.6.8 |
1847 | 2024-12-21T04:28:52.463Z | Checking toml_datetime v0.6.8 |
1848 | 2024-12-21T04:28:52.485Z | Checking data-encoding v2.6.0 |
1849 | 2024-12-21T04:28:52.509Z | Checking unicode-width v0.1.14 |
1850 | 2024-12-21T04:28:52.510Z | Checking ipnet v2.10.1 |
1851 | 2024-12-21T04:28:52.746Z | Checking futures v0.3.31 |
1852 | 2024-12-21T04:28:52.883Z | Checking rustls-pemfile v2.2.0 |
1853 | 2024-12-21T04:28:52.996Z | Checking openssl-probe v0.1.5 |
1854 | 2024-12-21T04:28:53.002Z | Checking foreign-types-shared v0.1.1 |
1855 | 2024-12-21T04:28:53.120Z | Checking either v1.13.0 |
1856 | 2024-12-21T04:28:53.136Z | Checking anstyle v1.0.10 |
1857 | 2024-12-21T04:28:53.165Z | Checking foreign-types v0.3.2 |
1858 | 2024-12-21T04:28:53.173Z | Checking semver v1.0.23 |
1859 | 2024-12-21T04:28:53.284Z | Checking serde_urlencoded v0.7.1 |
1860 | 2024-12-21T04:28:53.474Z | Checking sha1 v0.10.6 |
1861 | 2024-12-21T04:28:53.514Z | Checking openssl-sys v0.9.103 |
1862 | 2024-12-21T04:28:53.615Z | Checking encoding_rs v0.8.34 |
1863 | 2024-12-21T04:28:53.746Z | Checking rustls v0.23.19 |
1864 | 2024-12-21T04:28:53.778Z | Checking anstyle-parse v0.2.5 |
1865 | 2024-12-21T04:28:54.055Z | Checking camino v1.1.9 |
1866 | 2024-12-21T04:28:54.512Z | Checking colorchoice v1.0.2 |
1867 | 2024-12-21T04:28:54.602Z | Checking winnow v0.6.20 |
1868 | 2024-12-21T04:28:54.606Z | Checking addr2line v0.24.2 |
1869 | 2024-12-21T04:28:54.659Z | Checking anstyle-query v1.1.1 |
1870 | 2024-12-21T04:28:54.806Z | Checking is_terminal_polyfill v1.70.1 |
1871 | 2024-12-21T04:28:54.874Z | Checking openssl v0.10.66 |
1872 | 2024-12-21T04:28:54.938Z | Checking anstream v0.6.15 |
1873 | 2024-12-21T04:28:55.141Z | Checking idna v0.3.0 |
1874 | 2024-12-21T04:28:55.336Z | Checking terminal_size v0.4.0 |
1875 | 2024-12-21T04:28:55.532Z | Checking openapiv3 v2.0.0 |
1876 | 2024-12-21T04:28:56.048Z | Checking signature v2.2.0 |
1877 | 2024-12-21T04:28:56.075Z | Checking psl-types v2.0.11 |
1878 | 2024-12-21T04:28:56.259Z | Checking strsim v0.11.1 |
1879 | 2024-12-21T04:28:56.283Z | Checking clap_lex v0.7.2 |
1880 | 2024-12-21T04:28:56.541Z | Checking publicsuffix v2.2.3 |
1881 | 2024-12-21T04:28:56.569Z | Checking clap_builder v4.5.21 |
1882 | 2024-12-21T04:28:56.780Z | Checking cookie v0.18.1 |
1883 | 2024-12-21T04:28:57.268Z | Checking webpki-roots v0.26.6 |
1884 | 2024-12-21T04:28:57.294Z | Checking hyper v1.5.2 |
1885 | 2024-12-21T04:28:57.401Z | Checking backtrace v0.3.74 |
1886 | 2024-12-21T04:28:57.486Z | Checking idna v0.5.0 |
1887 | 2024-12-21T04:28:57.613Z | Checking is-terminal v0.4.13 |
1888 | 2024-12-21T04:28:57.755Z | Checking scroll v0.12.0 |
1889 | 2024-12-21T04:28:58.018Z | Checking anyhow v1.0.93 |
1890 | 2024-12-21T04:28:58.254Z | Checking plain v0.2.3 |
1891 | 2024-12-21T04:28:58.352Z | Checking ucd-trie v0.1.7 |
1892 | 2024-12-21T04:28:58.413Z | Checking goblin v0.8.2 |
1893 | 2024-12-21T04:28:58.442Z | Checking cookie_store v0.21.0 |
1894 | 2024-12-21T04:28:58.557Z | Checking pest v2.7.14 |
1895 | 2024-12-21T04:28:59.067Z | Checking sync_wrapper v1.0.1 |
1896 | 2024-12-21T04:28:59.129Z | Checking pretty-hex v0.4.1 |
1897 | 2024-12-21T04:28:59.225Z | Checking base16ct v0.2.0 |
1898 | 2024-12-21T04:28:59.306Z | Checking num-integer v0.1.46 |
1899 | 2024-12-21T04:28:59.335Z | Checking tokio-rustls v0.26.0 |
1900 | 2024-12-21T04:28:59.374Z | Checking hyper-util v0.1.10 |
1901 | 2024-12-21T04:28:59.426Z | Checking sec1 v0.7.3 |
1902 | 2024-12-21T04:28:59.611Z | Checking clap v4.5.21 |
1903 | 2024-12-21T04:28:59.745Z | Checking ff v0.13.0 |
1904 | 2024-12-21T04:28:59.769Z | Checking thread-id v4.2.2 |
1905 | 2024-12-21T04:28:59.826Z | Checking toml_edit v0.22.22 |
1906 | 2024-12-21T04:28:59.853Z | Checking hkdf v0.12.4 |
1907 | 2024-12-21T04:28:59.884Z | Checking crypto-bigint v0.5.5 |
1908 | 2024-12-21T04:28:59.967Z | Checking group v0.13.0 |
1909 | 2024-12-21T04:29:00.075Z | Checking memmap v0.7.0 |
1910 | 2024-12-21T04:29:00.233Z | Checking dirs-sys-next v0.1.2 |
1911 | 2024-12-21T04:29:00.305Z | Checking crc32fast v1.4.2 |
1912 | 2024-12-21T04:29:00.435Z | Checking native-tls v0.2.12 |
1913 | 2024-12-21T04:29:00.438Z | Checking bitflags v1.3.2 |
1914 | 2024-12-21T04:29:00.555Z | Checking static_assertions v1.1.0 |
1915 | 2024-12-21T04:29:00.605Z | Checking utf-8 v0.7.6 |
1916 | 2024-12-21T04:29:00.679Z | Checking dirs-next v2.0.0 |
1917 | 2024-12-21T04:29:00.796Z | Checking tokio-native-tls v0.3.1 |
1918 | 2024-12-21T04:29:00.825Z | Checking crossbeam-channel v0.5.13 |
1919 | 2024-12-21T04:29:00.828Z | Checking thread_local v1.1.8 |
1920 | 2024-12-21T04:29:01.063Z | Checking unicode-segmentation v1.12.0 |
1921 | 2024-12-21T04:29:01.093Z | Checking dtrace-parser v0.2.0 |
1922 | 2024-12-21T04:29:01.122Z | Checking term v0.7.0 |
1923 | 2024-12-21T04:29:01.355Z | Checking hyper-rustls v0.27.3 |
1924 | 2024-12-21T04:29:01.555Z | Checking hyper-tls v0.6.0 |
1925 | 2024-12-21T04:29:01.584Z | Checking num-iter v0.1.45 |
1926 | 2024-12-21T04:29:01.587Z | Checking crossbeam-epoch v0.9.18 |
1927 | 2024-12-21T04:29:01.697Z | Checking match_cfg v0.1.0 |
1928 | 2024-12-21T04:29:01.768Z | Checking take_mut v0.2.2 |
1929 | 2024-12-21T04:29:01.795Z | Checking slog-term v2.9.1 |
1930 | 2024-12-21T04:29:01.818Z | Checking hostname v0.3.1 |
1931 | 2024-12-21T04:29:01.846Z | Checking reqwest v0.12.9 |
1932 | 2024-12-21T04:29:01.919Z | Checking slog-async v2.8.0 |
1933 | 2024-12-21T04:29:01.961Z | Checking itertools v0.10.5 |
1934 | 2024-12-21T04:29:02.059Z | Checking bstr v1.10.0 |
1935 | 2024-12-21T04:29:02.226Z | Checking rfc6979 v0.4.0 |
1936 | 2024-12-21T04:29:02.323Z | Checking hex v0.4.3 |
1937 | 2024-12-21T04:29:02.410Z | Checking managed v0.8.0 |
1938 | 2024-12-21T04:29:02.572Z | Checking toml v0.8.19 |
1939 | 2024-12-21T04:29:02.698Z | Checking elliptic-curve v0.13.8 |
1940 | 2024-12-21T04:29:02.791Z | Checking winnow v0.5.40 |
1941 | 2024-12-21T04:29:02.868Z | Checking crossbeam-deque v0.8.5 |
1942 | 2024-12-21T04:29:03.020Z | Checking num-bigint-dig v0.8.4 |
1943 | 2024-12-21T04:29:03.204Z | Checking flate2 v1.0.34 |
1944 | 2024-12-21T04:29:03.332Z | Checking rustls v0.22.4 |
1945 | 2024-12-21T04:29:03.367Z | Checking ecdsa v0.16.9 |
1946 | 2024-12-21T04:29:03.370Z | Checking dof v0.3.0 |
1947 | 2024-12-21T04:29:03.725Z | Checking pkcs1 v0.7.5 |
1948 | 2024-12-21T04:29:03.869Z | Checking curve25519-dalek v4.1.3 |
1949 | 2024-12-21T04:29:03.999Z | Checking usdt-impl v0.5.0 |
1950 | 2024-12-21T04:29:04.093Z | Checking zerocopy v0.6.6 |
1951 | 2024-12-21T04:29:04.175Z | Checking siphasher v0.3.11 |
1952 | 2024-12-21T04:29:04.246Z | Checking rayon-core v1.12.1 |
1953 | 2024-12-21T04:29:04.496Z | Checking ed25519 v2.2.3 |
1954 | 2024-12-21T04:29:04.571Z | Checking usdt v0.5.0 |
1955 | 2024-12-21T04:29:04.833Z | Checking slog-json v2.6.1 |
1956 | 2024-12-21T04:29:04.862Z | Checking signal-hook v0.3.17 |
1957 | 2024-12-21T04:29:04.865Z | Checking debug-ignore v1.0.5 |
1958 | 2024-12-21T04:29:04.938Z | Checking quick-error v1.2.3 |
1959 | 2024-12-21T04:29:05.031Z | Checking multer v3.1.0 |
1960 | 2024-12-21T04:29:05.086Z | Checking slog-bunyan v2.5.0 |
1961 | 2024-12-21T04:29:05.115Z | Checking x509-cert v0.2.5 |
1962 | 2024-12-21T04:29:05.205Z | Checking rsa v0.9.6 |
1963 | 2024-12-21T04:29:05.208Z | Checking idna v0.4.0 |
1964 | 2024-12-21T04:29:05.264Z | Checking hubpack v0.1.2 |
1965 | 2024-12-21T04:29:05.446Z | Checking serde_path_to_error v0.1.16 |
1966 | 2024-12-21T04:29:05.609Z | Checking waitgroup v0.1.2 |
1967 | 2024-12-21T04:29:05.765Z | Checking bzip2-sys v0.1.11+1.0.8 |
1968 | 2024-12-21T04:29:05.767Z | Checking ed25519-dalek v2.1.1 |
1969 | 2024-12-21T04:29:05.877Z | Checking toml_edit v0.19.15 |
1970 | 2024-12-21T04:29:05.905Z | Checking async-stream v0.3.6 |
1971 | 2024-12-21T04:29:06.058Z | Checking hostname v0.4.0 |
1972 | 2024-12-21T04:29:06.087Z | Checking bit-vec v0.6.3 |
1973 | 2024-12-21T04:29:06.115Z | Checking hickory-proto v0.24.1 |
1974 | 2024-12-21T04:29:06.195Z | Checking bzip2 v0.4.4 |
1975 | 2024-12-21T04:29:06.220Z | Checking signal-hook-mio v0.2.4 |
1976 | 2024-12-21T04:29:06.252Z | Checking console v0.15.8 |
1977 | 2024-12-21T04:29:06.368Z | Checking hash32 v0.2.1 |
1978 | 2024-12-21T04:29:06.433Z | Checking bit-set v0.5.3 |
1979 | 2024-12-21T04:29:06.483Z | Checking linked-hash-map v0.5.6 |
1980 | 2024-12-21T04:29:06.692Z | Checking predicates-core v1.0.8 |
1981 | 2024-12-21T04:29:06.695Z | Checking unicode-properties v0.1.3 |
1982 | 2024-12-21T04:29:06.767Z | Checking heapless v0.7.17 |
1983 | 2024-12-21T04:29:06.809Z | Checking lru-cache v0.1.2 |
1984 | 2024-12-21T04:29:06.847Z | Checking crossterm v0.28.1 |
1985 | 2024-12-21T04:29:06.890Z | Checking rayon v1.10.0 |
1986 | 2024-12-21T04:29:06.997Z | Checking phf_shared v0.11.2 |
1987 | 2024-12-21T04:29:07.022Z | Checking tokio-rustls v0.25.0 |
1988 | 2024-12-21T04:29:07.072Z | Checking stringprep v0.1.5 |
1989 | 2024-12-21T04:29:07.274Z | Checking similar v2.6.0 |
1990 | 2024-12-21T04:29:07.356Z | Checking tokio-stream v0.1.16 |
1991 | 2024-12-21T04:29:07.406Z | Checking dropshot v0.12.0 |
1992 | 2024-12-21T04:29:07.824Z | Checking newtype-uuid v1.1.3 |
1993 | 2024-12-21T04:29:08.095Z | Checking md-5 v0.10.6 |
1994 | 2024-12-21T04:29:08.191Z | Checking float-cmp v0.9.0 |
1995 | 2024-12-21T04:29:08.256Z | Checking fixedbitset v0.4.2 |
1996 | 2024-12-21T04:29:08.344Z | Checking difflib v0.4.0 |
1997 | 2024-12-21T04:29:08.402Z | Checking normalize-line-endings v0.3.0 |
1998 | 2024-12-21T04:29:08.404Z | Checking toml v0.7.8 |
1999 | 2024-12-21T04:29:08.532Z | Checking fallible-iterator v0.2.0 |
2000 | 2024-12-21T04:29:08.559Z | Checking petgraph v0.6.5 |
2001 | 2024-12-21T04:29:08.658Z | Checking predicates v3.1.2 |
2002 | 2024-12-21T04:29:08.712Z | Checking smoltcp v0.9.1 |
2003 | 2024-12-21T04:29:09.171Z | Checking phf v0.11.2 |
2004 | 2024-12-21T04:29:09.198Z | Checking postgres-protocol v0.6.7 |
2005 | 2024-12-21T04:29:09.337Z | Checking zip v0.6.6 |
2006 | 2024-12-21T04:29:09.462Z | Checking resolv-conf v0.7.0 |
2007 | 2024-12-21T04:29:09.831Z | Checking phf_shared v0.10.0 |
2008 | 2024-12-21T04:29:09.901Z | Checking tungstenite v0.24.0 |
2009 | 2024-12-21T04:29:10.057Z | Checking fs-err v2.11.0 |
2010 | 2024-12-21T04:29:10.133Z | Checking serde-big-array v0.5.1 |
2011 | 2024-12-21T04:29:10.247Z | Checking portable-atomic v1.9.0 |
2012 | 2024-12-21T04:29:10.353Z | Checking new_debug_unreachable v1.0.6 |
2013 | 2024-12-21T04:29:10.451Z | Checking unicode-width v0.2.0 |
2014 | 2024-12-21T04:29:10.637Z | Checking number_prefix v0.4.0 |
2015 | 2024-12-21T04:29:10.807Z | Checking precomputed-hash v0.1.1 |
2016 | 2024-12-21T04:29:10.836Z | Checking lalrpop-util v0.19.12 |
2017 | 2024-12-21T04:29:10.838Z | Checking minimal-lexical v0.2.1 |
2018 | 2024-12-21T04:29:10.883Z | Checking hickory-resolver v0.24.1 |
2019 | 2024-12-21T04:29:10.913Z | Checking tokio-tungstenite v0.24.0 |
2020 | 2024-12-21T04:29:10.936Z | Checking string_cache v0.8.7 |
2021 | 2024-12-21T04:29:11.080Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2022 | 2024-12-21T04:29:11.114Z | Checking postgres-types v0.2.8 |
2023 | 2024-12-21T04:29:11.226Z | Checking itertools v0.12.1 |
2024 | 2024-12-21T04:29:11.254Z | Checking nom v7.1.3 |
2025 | 2024-12-21T04:29:11.310Z | Checking indicatif v0.17.9 |
2026 | 2024-12-21T04:29:11.380Z | Checking whoami v1.5.2 |
2027 | 2024-12-21T04:29:11.722Z | Checking peg-runtime v0.8.3 |
2028 | 2024-12-21T04:29:11.832Z | Checking tokio-postgres v0.7.12 |
2029 | 2024-12-21T04:29:11.970Z | Compiling hashbrown v0.14.5 |
2030 | 2024-12-21T04:29:12.074Z | Compiling ident_case v1.0.1 |
2031 | 2024-12-21T04:29:12.103Z | Compiling unsafe-libyaml v0.2.11 |
2032 | 2024-12-21T04:29:12.284Z | Compiling darling_core v0.20.10 |
2033 | 2024-12-21T04:29:12.507Z | Checking qorb v0.2.1 |
2034 | 2024-12-21T04:29:13.369Z | Compiling regress v0.10.1 |
2035 | 2024-12-21T04:29:13.931Z | Compiling serde_yaml v0.9.34+deprecated |
2036 | 2024-12-21T04:29:14.168Z | Checking heck v0.5.0 |
2037 | 2024-12-21T04:29:14.388Z | Checking progenitor-client v0.8.0 |
2038 | 2024-12-21T04:29:14.806Z | Checking fastrand v2.1.1 |
2039 | 2024-12-21T04:29:15.004Z | Checking ipnetwork v0.20.0 |
2040 | 2024-12-21T04:29:15.157Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2041 | 2024-12-21T04:29:15.160Z | Compiling structmeta-derive v0.3.0 |
2042 | 2024-12-21T04:29:15.389Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2043 | 2024-12-21T04:29:15.760Z | Checking strum v0.26.3 |
2044 | 2024-12-21T04:29:15.926Z | Compiling dropshot v0.13.0 |
2045 | 2024-12-21T04:29:16.304Z | Checking macaddr v1.0.1 |
2046 | 2024-12-21T04:29:16.446Z | Compiling dropshot_endpoint v0.13.0 |
2047 | 2024-12-21T04:29:16.597Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2048 | 2024-12-21T04:29:16.647Z | Checking tempfile v3.13.0 |
2049 | 2024-12-21T04:29:17.051Z | Checking instant v0.1.13 |
2050 | 2024-12-21T04:29:17.182Z | Compiling typify-impl v0.2.0 |
2051 | 2024-12-21T04:29:17.378Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2052 | 2024-12-21T04:29:17.992Z | Checking regress v0.9.1 |
2053 | 2024-12-21T04:29:18.187Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2054 | 2024-12-21T04:29:18.236Z | Compiling structmeta v0.3.0 |
2055 | 2024-12-21T04:29:18.567Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2056 | 2024-12-21T04:29:18.717Z | Compiling parse-display-derive v0.10.0 |
2057 | 2024-12-21T04:29:18.968Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2058 | 2024-12-21T04:29:18.995Z | Checking backoff v0.4.0 |
2059 | 2024-12-21T04:29:19.124Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2060 | 2024-12-21T04:29:19.243Z | Compiling darling_macro v0.20.10 |
2061 | 2024-12-21T04:29:19.299Z | Checking wait-timeout v0.2.0 |
2062 | 2024-12-21T04:29:19.326Z | Checking rand_xorshift v0.3.0 |
2063 | 2024-12-21T04:29:19.486Z | Checking rusty-fork v0.3.0 |
2064 | 2024-12-21T04:29:19.513Z | Checking unarray v0.1.4 |
2065 | 2024-12-21T04:29:19.708Z | Compiling structmeta-derive v0.2.0 |
2066 | 2024-12-21T04:29:19.826Z | Checking proptest v1.5.0 |
2067 | 2024-12-21T04:29:20.227Z | Compiling darling v0.20.10 |
2068 | 2024-12-21T04:29:20.363Z | Compiling serde_with_macros v3.11.0 |
2069 | 2024-12-21T04:29:21.440Z | Checking camino-tempfile v1.1.1 |
2070 | 2024-12-21T04:29:21.620Z | Compiling proc-macro-error v1.0.4 |
2071 | 2024-12-21T04:29:21.793Z | Compiling proc-macro-crate v1.3.1 |
2072 | 2024-12-21T04:29:22.292Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2073 | 2024-12-21T04:29:22.614Z | Compiling structmeta v0.2.0 |
2074 | 2024-12-21T04:29:22.678Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2075 | 2024-12-21T04:29:22.874Z | Compiling num_enum_derive v0.5.11 |
2076 | 2024-12-21T04:29:22.996Z | Compiling foreign-types-macros v0.2.3 |
2077 | 2024-12-21T04:29:23.070Z | Compiling test-strategy v0.3.1 |
2078 | 2024-12-21T04:29:23.411Z | Checking serde_with v3.11.0 |
2079 | 2024-12-21T04:29:23.496Z | Checking parse-display v0.10.0 |
2080 | 2024-12-21T04:29:23.754Z | Checking foreign-types-shared v0.3.1 |
2081 | 2024-12-21T04:29:24.240Z | Checking tabwriter v1.4.0 |
2082 | 2024-12-21T04:29:24.286Z | Checking foreign-types v0.5.0 |
2083 | 2024-12-21T04:29:24.408Z | Checking cstr-argument v0.1.2 |
2084 | 2024-12-21T04:29:24.478Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2085 | 2024-12-21T04:29:24.547Z | Checking pretty-hex v0.2.1 |
2086 | 2024-12-21T04:29:24.610Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2087 | 2024-12-21T04:29:24.760Z | Checking colored v2.1.0 |
2088 | 2024-12-21T04:29:24.940Z | Checking smf v0.2.3 |
2089 | 2024-12-21T04:29:25.089Z | Checking itertools v0.13.0 |
2090 | 2024-12-21T04:29:25.330Z | Checking base64 v0.21.7 |
2091 | 2024-12-21T04:29:25.368Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2092 | 2024-12-21T04:29:25.416Z | Compiling crucible-workspace-hack v0.1.0 |
2093 | 2024-12-21T04:29:25.482Z | Checking num_enum v0.5.11 |
2094 | 2024-12-21T04:29:25.529Z | Compiling zerocopy v0.8.10 |
2095 | 2024-12-21T04:29:25.643Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2096 | 2024-12-21T04:29:25.843Z | Checking atomicwrites v0.4.4 |
2097 | 2024-12-21T04:29:25.932Z | Compiling zerocopy-derive v0.8.10 |
2098 | 2024-12-21T04:29:26.046Z | Checking termtree v0.4.1 |
2099 | 2024-12-21T04:29:26.278Z | Compiling heapless v0.8.0 |
2100 | 2024-12-21T04:29:26.549Z | Checking predicates-tree v1.0.11 |
2101 | 2024-12-21T04:29:26.718Z | Checking hash32 v0.3.1 |
2102 | 2024-12-21T04:29:26.910Z | Compiling smoltcp v0.11.0 |
2103 | 2024-12-21T04:29:27.047Z | Checking cobs v0.2.3 |
2104 | 2024-12-21T04:29:27.165Z | Checking sigpipe v0.1.3 |
2105 | 2024-12-21T04:29:27.244Z | Checking postcard v1.0.10 |
2106 | 2024-12-21T04:29:27.288Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2107 | 2024-12-21T04:29:27.588Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2108 | 2024-12-21T04:29:27.733Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2109 | 2024-12-21T04:29:27.757Z | Compiling mockall_derive v0.13.0 |
2110 | 2024-12-21T04:29:27.783Z | Compiling thiserror v2.0.3 |
2111 | 2024-12-21T04:29:27.810Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2112 | 2024-12-21T04:29:28.070Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2113 | 2024-12-21T04:29:28.130Z | Compiling thiserror-impl v2.0.3 |
2114 | 2024-12-21T04:29:28.377Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2115 | 2024-12-21T04:29:28.736Z | Compiling zone_cfg_derive v0.3.0 |
2116 | 2024-12-21T04:29:29.020Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2117 | 2024-12-21T04:29:30.547Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2118 | 2024-12-21T04:29:30.698Z | Compiling num-derive v0.4.2 |
2119 | 2024-12-21T04:29:30.731Z | Checking fragile v2.0.0 |
2120 | 2024-12-21T04:29:31.003Z | Checking downcast v0.11.0 |
2121 | 2024-12-21T04:29:31.216Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2122 | 2024-12-21T04:29:31.286Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2123 | 2024-12-21T04:29:31.538Z | Checking zone v0.3.0 |
2124 | 2024-12-21T04:29:31.561Z | Compiling convert_case v0.4.0 |
2125 | 2024-12-21T04:29:32.067Z | Checking tungstenite v0.21.0 |
2126 | 2024-12-21T04:29:32.128Z | Checking newline-converter v0.3.0 |
2127 | 2024-12-21T04:29:32.305Z | Checking expectorate v1.1.0 |
2128 | 2024-12-21T04:29:32.352Z | Checking same-file v1.0.6 |
2129 | 2024-12-21T04:29:32.489Z | Checking arc-swap v1.7.1 |
2130 | 2024-12-21T04:29:32.541Z | Checking walkdir v2.5.0 |
2131 | 2024-12-21T04:29:32.565Z | Compiling derive_more v0.99.18 |
2132 | 2024-12-21T04:29:32.844Z | Checking xattr v1.3.1 |
2133 | 2024-12-21T04:29:32.940Z | Checking slog-scope v4.4.0 |
2134 | 2024-12-21T04:29:33.016Z | Checking tokio-tungstenite v0.21.0 |
2135 | 2024-12-21T04:29:33.056Z | Checking filetime v0.2.25 |
2136 | 2024-12-21T04:29:33.081Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2137 | 2024-12-21T04:29:33.138Z | Checking slog-stdlog v4.1.1 |
2138 | 2024-12-21T04:29:33.285Z | Checking tar v0.4.42 |
2139 | 2024-12-21T04:29:33.326Z | Checking slog-envlogger v2.2.0 |
2140 | 2024-12-21T04:29:33.557Z | Checking num-rational v0.4.2 |
2141 | 2024-12-21T04:29:33.560Z | Checking num-complex v0.4.6 |
2142 | 2024-12-21T04:29:33.596Z | Checking float-ord v0.3.2 |
2143 | 2024-12-21T04:29:33.758Z | Compiling owo-colors v4.1.0 |
2144 | 2024-12-21T04:29:34.042Z | Compiling cancel-safe-futures v0.1.5 |
2145 | 2024-12-21T04:29:34.145Z | Checking swrite v0.1.0 |
2146 | 2024-12-21T04:29:34.289Z | Checking libsw v3.3.1 |
2147 | 2024-12-21T04:29:34.524Z | Checking num v0.4.3 |
2148 | 2024-12-21T04:29:34.583Z | Checking password-hash v0.5.0 |
2149 | 2024-12-21T04:29:34.682Z | Checking blake2 v0.10.6 |
2150 | 2024-12-21T04:29:34.895Z | Checking linear-map v1.2.0 |
2151 | 2024-12-21T04:29:35.088Z | Checking indent_write v2.2.0 |
2152 | 2024-12-21T04:29:35.158Z | Checking argon2 v0.5.3 |
2153 | 2024-12-21T04:29:35.255Z | Checking pem v3.0.4 |
2154 | 2024-12-21T04:29:35.310Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2155 | 2024-12-21T04:29:35.686Z | Compiling lzma-sys v0.1.20 |
2156 | 2024-12-21T04:29:35.714Z | Compiling typify-macro v0.2.0 |
2157 | 2024-12-21T04:29:35.876Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2158 | 2024-12-21T04:29:36.065Z | Checking headers-core v0.3.0 |
2159 | 2024-12-21T04:29:36.142Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2160 | 2024-12-21T04:29:36.227Z | Compiling heck v0.3.3 |
2161 | 2024-12-21T04:29:36.251Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2162 | 2024-12-21T04:29:36.435Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2163 | 2024-12-21T04:29:36.514Z | Checking highway v1.2.0 |
2164 | 2024-12-21T04:29:36.673Z | Compiling zone_cfg_derive v0.1.2 |
2165 | 2024-12-21T04:29:36.747Z | Checking headers v0.4.0 |
2166 | 2024-12-21T04:29:36.896Z | Checking mockall v0.13.0 |
2167 | 2024-12-21T04:29:36.958Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2168 | 2024-12-21T04:29:37.156Z | Checking yasna v0.5.2 |
2169 | 2024-12-21T04:29:37.244Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2170 | 2024-12-21T04:29:37.269Z | Checking base64 v0.13.1 |
2171 | 2024-12-21T04:29:37.698Z | Checking ron v0.7.1 |
2172 | 2024-12-21T04:29:37.884Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2173 | 2024-12-21T04:29:38.077Z | Checking rcgen v0.12.1 |
2174 | 2024-12-21T04:29:38.203Z | Checking zone v0.1.8 |
2175 | 2024-12-21T04:29:38.782Z | Checking xz2 v0.1.7 |
2176 | 2024-12-21T04:29:38.915Z | Checking subprocess v0.2.9 |
2177 | 2024-12-21T04:29:38.939Z | Checking humantime v2.1.0 |
2178 | 2024-12-21T04:29:39.108Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2179 | 2024-12-21T04:29:39.235Z | Compiling semver v0.1.20 |
2180 | 2024-12-21T04:29:39.464Z | Checking half v2.4.1 |
2181 | 2024-12-21T04:29:39.630Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2182 | 2024-12-21T04:29:39.991Z | Compiling rustc_version v0.1.7 |
2183 | 2024-12-21T04:29:40.017Z | Checking ciborium-io v0.2.2 |
2184 | 2024-12-21T04:29:40.020Z | Checking prettyplease v0.2.25 |
2185 | 2024-12-21T04:29:40.153Z | Checking ciborium-ll v0.2.2 |
2186 | 2024-12-21T04:29:40.222Z | Compiling typify v0.2.0 |
2187 | 2024-12-21T04:29:40.371Z | Compiling progenitor-impl v0.8.0 |
2188 | 2024-12-21T04:29:40.470Z | Checking ciborium v0.2.2 |
2189 | 2024-12-21T04:29:40.496Z | Compiling newtype_derive v0.1.6 |
2190 | 2024-12-21T04:29:41.054Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2191 | 2024-12-21T04:29:41.121Z | Checking steno v0.4.1 |
2192 | 2024-12-21T04:29:42.882Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2193 | 2024-12-21T04:29:43.430Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2194 | 2024-12-21T04:29:43.716Z | Compiling slog-dtrace v0.3.0 |
2195 | 2024-12-21T04:29:44.238Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2196 | 2024-12-21T04:29:44.614Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2197 | 2024-12-21T04:29:44.642Z | Checking display-error-chain v0.2.2 |
2198 | 2024-12-21T04:29:44.701Z | Checking gethostname v0.5.0 |
2199 | 2024-12-21T04:29:44.728Z | Checking nibble_vec v0.1.0 |
2200 | 2024-12-21T04:29:44.829Z | Compiling ring v0.16.20 |
2201 | 2024-12-21T04:29:44.833Z | Compiling blake3 v1.5.4 |
2202 | 2024-12-21T04:29:44.935Z | Checking endian-type v0.1.2 |
2203 | 2024-12-21T04:29:45.173Z | Checking keccak v0.1.5 |
2204 | 2024-12-21T04:29:45.213Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2205 | 2024-12-21T04:29:45.528Z | Checking sha3 v0.10.8 |
2206 | 2024-12-21T04:29:45.721Z | Checking radix_trie v0.2.1 |
2207 | 2024-12-21T04:29:45.928Z | Checking universal-hash v0.5.1 |
2208 | 2024-12-21T04:29:46.094Z | Checking secrecy v0.8.0 |
2209 | 2024-12-21T04:29:46.127Z | Checking opaque-debug v0.3.1 |
2210 | 2024-12-21T04:29:46.197Z | Checking aead v0.5.2 |
2211 | 2024-12-21T04:29:46.230Z | Checking poly1305 v0.8.0 |
2212 | 2024-12-21T04:29:46.314Z | Checking chacha20 v0.9.1 |
2213 | 2024-12-21T04:29:46.751Z | Compiling memmap2 v0.9.5 |
2214 | 2024-12-21T04:29:47.244Z | Compiling spin v0.5.2 |
2215 | 2024-12-21T04:29:47.494Z | Compiling constant_time_eq v0.3.1 |
2216 | 2024-12-21T04:29:47.517Z | Compiling arrayref v0.3.9 |
2217 | 2024-12-21T04:29:47.626Z | Compiling arrayvec v0.7.6 |
2218 | 2024-12-21T04:29:47.688Z | Compiling toolchain_find v0.4.0 |
2219 | 2024-12-21T04:29:47.723Z | Compiling thiserror-impl-no-std v2.0.2 |
2220 | 2024-12-21T04:29:47.996Z | Compiling topological-sort v0.2.2 |
2221 | 2024-12-21T04:29:48.121Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2222 | 2024-12-21T04:29:48.222Z | Compiling rustfmt-wrapper v0.2.1 |
2223 | 2024-12-21T04:29:48.384Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2224 | 2024-12-21T04:29:48.658Z | Checking chacha20poly1305 v0.10.1 |
2225 | 2024-12-21T04:29:48.688Z | Compiling progenitor-macro v0.8.0 |
2226 | 2024-12-21T04:29:48.747Z | Compiling async-recursion v1.1.1 |
2227 | 2024-12-21T04:29:48.798Z | Checking fxhash v0.2.1 |
2228 | 2024-12-21T04:29:48.854Z | Checking simd-adler32 v0.3.7 |
2229 | 2024-12-21T04:29:48.986Z | Checking lockfree-object-pool v0.1.6 |
2230 | 2024-12-21T04:29:49.230Z | Compiling zip v2.1.3 |
2231 | 2024-12-21T04:29:49.254Z | Checking bumpalo v3.16.0 |
2232 | 2024-12-21T04:29:49.316Z | Checking termcolor v1.4.1 |
2233 | 2024-12-21T04:29:49.605Z | Checking maplit v1.0.2 |
2234 | 2024-12-21T04:29:49.627Z | Checking zopfli v0.8.1 |
2235 | 2024-12-21T04:29:49.728Z | Compiling radium v0.7.0 |
2236 | 2024-12-21T04:29:49.794Z | Checking tap v1.0.1 |
2237 | 2024-12-21T04:29:49.982Z | Compiling maybe-uninit v2.0.0 |
2238 | 2024-12-21T04:29:50.440Z | Checking wyz v0.5.1 |
2239 | 2024-12-21T04:29:50.586Z | Compiling omicron-zone-package v0.11.1 |
2240 | 2024-12-21T04:29:50.657Z | Compiling packed_struct v0.10.1 |
2241 | 2024-12-21T04:29:50.835Z | Checking crc-catalog v2.4.0 |
2242 | 2024-12-21T04:29:50.979Z | Checking funty v2.0.0 |
2243 | 2024-12-21T04:29:51.045Z | Checking thiserror-no-std v2.0.2 |
2244 | 2024-12-21T04:29:51.126Z | Checking home v0.5.9 |
2245 | 2024-12-21T04:29:51.174Z | Checking vsss-rs v3.3.4 |
2246 | 2024-12-21T04:29:51.325Z | Checking crc v3.2.1 |
2247 | 2024-12-21T04:29:51.588Z | Compiling const_format_proc_macros v0.2.33 |
2248 | 2024-12-21T04:29:51.665Z | Checking kstat-rs v0.2.4 |
2249 | 2024-12-21T04:29:51.732Z | Compiling packed_struct_codegen v0.10.1 |
2250 | 2024-12-21T04:29:51.992Z | Checking bitvec v1.0.1 |
2251 | 2024-12-21T04:29:52.017Z | Compiling vte_generate_state_changes v0.1.2 |
2252 | 2024-12-21T04:29:52.335Z | Compiling indexmap v1.9.3 |
2253 | 2024-12-21T04:29:52.646Z | Checking nodrop v0.1.14 |
2254 | 2024-12-21T04:29:52.677Z | Compiling libefi-sys v0.1.0 |
2255 | 2024-12-21T04:29:52.783Z | Checking array-init v0.0.4 |
2256 | 2024-12-21T04:29:53.009Z | Checking vte v0.11.1 |
2257 | 2024-12-21T04:29:53.735Z | Checking const_format v0.2.33 |
2258 | 2024-12-21T04:29:53.900Z | Checking smallvec v0.6.14 |
2259 | 2024-12-21T04:29:54.244Z | Checking fd-lock v4.0.2 |
2260 | 2024-12-21T04:29:54.300Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2261 | 2024-12-21T04:29:54.330Z | Compiling bitfield-struct v0.6.2 |
2262 | 2024-12-21T04:29:54.440Z | Checking bitfield v0.14.0 |
2263 | 2024-12-21T04:29:54.563Z | Checking hashbrown v0.12.3 |
2264 | 2024-12-21T04:29:54.719Z | Checking strip-ansi-escapes v0.2.0 |
2265 | 2024-12-21T04:29:54.763Z | Checking serde-hex v0.1.0 |
2266 | 2024-12-21T04:29:54.910Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2267 | 2024-12-21T04:29:55.187Z | Checking env_logger v0.10.2 |
2268 | 2024-12-21T04:29:55.252Z | Checking ron v0.8.1 |
2269 | 2024-12-21T04:29:55.618Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2270 | 2024-12-21T04:29:55.832Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2271 | 2024-12-21T04:29:55.936Z | Checking hashbrown v0.13.2 |
2272 | 2024-12-21T04:29:56.437Z | Checking crc-any v2.5.0 |
2273 | 2024-12-21T04:29:56.440Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2274 | 2024-12-21T04:29:56.543Z | Checking nu-ansi-term v0.50.1 |
2275 | 2024-12-21T04:29:56.588Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2276 | 2024-12-21T04:29:56.808Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2277 | 2024-12-21T04:29:56.975Z | Checking reedline v0.35.0 |
2278 | 2024-12-21T04:29:57.063Z | Checking object v0.30.4 |
2279 | 2024-12-21T04:29:57.112Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2280 | 2024-12-21T04:29:57.144Z | Checking path-slash v0.1.5 |
2281 | 2024-12-21T04:29:57.303Z | Compiling parking_lot_core v0.8.6 |
2282 | 2024-12-21T04:29:57.343Z | Compiling phf_generator v0.11.2 |
2283 | 2024-12-21T04:29:57.367Z | Checking bytecount v0.6.8 |
2284 | 2024-12-21T04:29:57.536Z | Checking glob v0.3.1 |
2285 | 2024-12-21T04:29:57.557Z | Checking papergrid v0.11.0 |
2286 | 2024-12-21T04:29:57.889Z | Compiling phf_codegen v0.11.2 |
2287 | 2024-12-21T04:29:58.126Z | Compiling tabled_derive v0.7.0 |
2288 | 2024-12-21T04:29:58.198Z | Checking parking_lot v0.11.2 |
2289 | 2024-12-21T04:29:58.568Z | Compiling parse-zoneinfo v0.3.1 |
2290 | 2024-12-21T04:29:58.707Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2291 | 2024-12-21T04:29:58.865Z | Compiling cfg_aliases v0.1.1 |
2292 | 2024-12-21T04:29:58.987Z | Compiling nix v0.28.0 |
2293 | 2024-12-21T04:29:59.072Z | Checking sled v0.34.7 |
2294 | 2024-12-21T04:29:59.816Z | Compiling chrono-tz-build v0.4.0 |
2295 | 2024-12-21T04:29:59.877Z | Checking hickory-client v0.24.1 |
2296 | 2024-12-21T04:30:00.554Z | Checking hickory-server v0.24.1 |
2297 | 2024-12-21T04:30:00.728Z | Checking tabled v0.15.0 |
2298 | 2024-12-21T04:30:00.782Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2299 | 2024-12-21T04:30:01.362Z | Compiling chrono-tz v0.10.0 |
2300 | 2024-12-21T04:30:01.904Z | Compiling buf-list v1.0.3 |
2301 | 2024-12-21T04:30:02.673Z | Compiling peg-macros v0.8.4 |
2302 | 2024-12-21T04:30:03.235Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2303 | 2024-12-21T04:30:03.277Z | Compiling sqlparser_derive v0.2.2 |
2304 | 2024-12-21T04:30:03.401Z | Checking unicode_categories v0.1.1 |
2305 | 2024-12-21T04:30:03.716Z | Checking sqlformat v0.2.6 |
2306 | 2024-12-21T04:30:04.087Z | Checking progenitor v0.8.0 |
2307 | 2024-12-21T04:30:04.359Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2308 | 2024-12-21T04:30:04.451Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2309 | 2024-12-21T04:30:04.685Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2310 | 2024-12-21T04:30:06.501Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2311 | 2024-12-21T04:30:08.278Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2312 | 2024-12-21T04:30:09.084Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2313 | 2024-12-21T04:30:09.287Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2314 | 2024-12-21T04:30:09.861Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2315 | 2024-12-21T04:30:11.019Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2316 | 2024-12-21T04:30:11.632Z | Checking peg v0.8.4 |
2317 | 2024-12-21T04:30:11.756Z | Checking rustyline v14.0.0 |
2318 | 2024-12-21T04:30:12.166Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2319 | 2024-12-21T04:30:12.273Z | Checking sqlparser v0.45.0 |
2320 | 2024-12-21T04:30:13.163Z | Checking bcs v0.1.6 |
2321 | 2024-12-21T04:30:13.218Z | Checking primeorder v0.13.6 |
2322 | 2024-12-21T04:30:13.437Z | Compiling unicase v2.7.0 |
2323 | 2024-12-21T04:30:13.674Z | Checking nanorand v0.7.0 |
2324 | 2024-12-21T04:30:13.707Z | Checking atty v0.2.14 |
2325 | 2024-12-21T04:30:13.851Z | Compiling salty v0.3.0 |
2326 | 2024-12-21T04:30:14.042Z | Checking flume v0.11.1 |
2327 | 2024-12-21T04:30:14.333Z | Checking p384 v0.13.0 |
2328 | 2024-12-21T04:30:14.407Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2329 | 2024-12-21T04:30:14.529Z | Compiling mime_guess v2.0.5 |
2330 | 2024-12-21T04:30:15.426Z | Checking env_filter v0.1.2 |
2331 | 2024-12-21T04:30:15.586Z | Checking http-range v0.1.5 |
2332 | 2024-12-21T04:30:15.678Z | Checking env_logger v0.11.5 |
2333 | 2024-12-21T04:30:15.816Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2334 | 2024-12-21T04:30:15.969Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2335 | 2024-12-21T04:30:16.021Z | Compiling dsl_auto_type v0.1.2 |
2336 | 2024-12-21T04:30:16.299Z | Checking scheduled-thread-pool v0.2.7 |
2337 | 2024-12-21T04:30:16.472Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2338 | 2024-12-21T04:30:16.551Z | Compiling diesel_table_macro_syntax v0.2.0 |
2339 | 2024-12-21T04:30:16.774Z | Compiling crunchy v0.2.2 |
2340 | 2024-12-21T04:30:17.017Z | Checking hyper-staticfile v0.10.1 |
2341 | 2024-12-21T04:30:17.308Z | Checking r2d2 v0.8.10 |
2342 | 2024-12-21T04:30:17.510Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2343 | 2024-12-21T04:30:17.886Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2344 | 2024-12-21T04:30:17.916Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2345 | 2024-12-21T04:30:17.916Z | Compiling diesel_derives v2.2.3 |
2346 | 2024-12-21T04:30:17.997Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2347 | 2024-12-21T04:30:18.266Z | Compiling tiny-keccak v2.0.2 |
2348 | 2024-12-21T04:30:18.499Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2349 | 2024-12-21T04:30:18.588Z | Compiling pin-project-internal v1.1.6 |
2350 | 2024-12-21T04:30:18.759Z | Compiling ref-cast v1.0.23 |
2351 | 2024-12-21T04:30:20.158Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2352 | 2024-12-21T04:30:20.465Z | Compiling ascii-canvas v3.0.0 |
2353 | 2024-12-21T04:30:21.044Z | Compiling ena v0.14.3 |
2354 | 2024-12-21T04:30:21.427Z | Compiling ref-cast-impl v1.0.23 |
2355 | 2024-12-21T04:30:21.551Z | Compiling regex-syntax v0.6.29 |
2356 | 2024-12-21T04:30:21.596Z | Checking pin-project v1.1.6 |
2357 | 2024-12-21T04:30:21.733Z | Compiling diff v0.1.13 |
2358 | 2024-12-21T04:30:21.791Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2359 | 2024-12-21T04:30:22.414Z | Checking signal-hook-tokio v0.3.1 |
2360 | 2024-12-21T04:30:22.619Z | Compiling snafu-derive v0.8.5 |
2361 | 2024-12-21T04:30:22.725Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2362 | 2024-12-21T04:30:23.011Z | Compiling derive_builder_core v0.20.2 |
2363 | 2024-12-21T04:30:25.606Z | Compiling lalrpop v0.19.12 |
2364 | 2024-12-21T04:30:25.968Z | Checking globset v0.4.15 |
2365 | 2024-12-21T04:30:26.508Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2366 | 2024-12-21T04:30:27.658Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2367 | 2024-12-21T04:30:28.296Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2368 | 2024-12-21T04:30:30.456Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2369 | 2024-12-21T04:30:30.689Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2370 | 2024-12-21T04:30:32.170Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2371 | 2024-12-21T04:30:32.885Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2372 | 2024-12-21T04:30:32.956Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2373 | 2024-12-21T04:30:33.089Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2374 | 2024-12-21T04:30:33.584Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2375 | 2024-12-21T04:30:34.477Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2376 | 2024-12-21T04:30:34.533Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2377 | 2024-12-21T04:30:35.026Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2378 | 2024-12-21T04:30:35.294Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2379 | 2024-12-21T04:30:35.789Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2380 | 2024-12-21T04:30:35.956Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2381 | 2024-12-21T04:30:36.219Z | Checking diesel v2.2.6 |
2382 | 2024-12-21T04:30:36.263Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2383 | 2024-12-21T04:30:36.576Z | Checking snafu v0.8.5 |
2384 | 2024-12-21T04:30:36.727Z | Checking olpc-cjson v0.1.4 |
2385 | 2024-12-21T04:30:36.963Z | Checking serde_plain v1.0.2 |
2386 | 2024-12-21T04:30:37.063Z | Compiling libxml v0.3.3 |
2387 | 2024-12-21T04:30:37.226Z | Compiling memoffset v0.9.1 |
2388 | 2024-12-21T04:30:37.557Z | Checking typed-path v0.9.3 |
2389 | 2024-12-21T04:30:37.977Z | Compiling derive_builder_macro v0.20.2 |
2390 | 2024-12-21T04:30:38.924Z | Checking tungstenite v0.23.0 |
2391 | 2024-12-21T04:30:39.612Z | Checking tough v0.19.0 |
2392 | 2024-12-21T04:30:39.915Z | Compiling strum_macros v0.24.3 |
2393 | 2024-12-21T04:30:40.536Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2394 | 2024-12-21T04:30:41.538Z | Compiling samael v0.0.17 |
2395 | 2024-12-21T04:30:41.707Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2396 | 2024-12-21T04:30:41.924Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2397 | 2024-12-21T04:30:42.313Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2398 | 2024-12-21T04:30:42.654Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2399 | 2024-12-21T04:30:43.661Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2400 | 2024-12-21T04:30:43.731Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2401 | 2024-12-21T04:30:44.529Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2402 | 2024-12-21T04:30:45.066Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2403 | 2024-12-21T04:30:45.560Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2404 | 2024-12-21T04:30:45.734Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2405 | 2024-12-21T04:30:47.232Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2406 | 2024-12-21T04:30:47.401Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2407 | 2024-12-21T04:30:47.729Z | Checking parse-size v1.1.0 |
2408 | 2024-12-21T04:30:47.895Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2409 | 2024-12-21T04:30:48.901Z | Compiling indoc v1.0.9 |
2410 | 2024-12-21T04:30:50.021Z | Checking tokio-tungstenite v0.23.1 |
2411 | 2024-12-21T04:30:50.538Z | Checking derive_builder v0.20.2 |
2412 | 2024-12-21T04:30:52.639Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2413 | 2024-12-21T04:30:52.693Z | Checking quick-xml v0.33.0 |
2414 | 2024-12-21T04:30:52.945Z | Compiling impl-trait-for-tuples v0.2.2 |
2415 | 2024-12-21T04:30:53.444Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2416 | 2024-12-21T04:30:54.922Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2417 | 2024-12-21T04:30:55.619Z | Compiling oso-derive v0.27.3 |
2418 | 2024-12-21T04:30:55.884Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2419 | 2024-12-21T04:30:56.751Z | Checking nix v0.27.1 |
2420 | 2024-12-21T04:30:57.378Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2421 | 2024-12-21T04:30:58.095Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2422 | 2024-12-21T04:30:58.707Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2423 | 2024-12-21T04:30:58.986Z | Compiling diesel-dtrace v0.4.2 |
2424 | 2024-12-21T04:30:59.964Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2425 | 2024-12-21T04:31:00.064Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2426 | 2024-12-21T04:31:00.370Z | Checking bb8 v0.8.5 |
2427 | 2024-12-21T04:31:00.916Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2428 | 2024-12-21T04:31:01.292Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2429 | 2024-12-21T04:31:01.595Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2430 | 2024-12-21T04:31:02.472Z | Checking heck v0.4.1 |
2431 | 2024-12-21T04:31:02.709Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2432 | 2024-12-21T04:31:02.759Z | Checking rand_seeder v0.3.0 |
2433 | 2024-12-21T04:31:02.940Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2434 | 2024-12-21T04:31:03.013Z | Checking assert_matches v1.5.0 |
2435 | 2024-12-21T04:31:03.118Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2436 | 2024-12-21T04:31:03.142Z | Compiling libz-sys v1.1.20 |
2437 | 2024-12-21T04:31:03.162Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2438 | 2024-12-21T04:31:03.375Z | Checking castaway v0.2.3 |
2439 | 2024-12-21T04:31:03.448Z | Checking is_ci v1.2.0 |
2440 | 2024-12-21T04:31:03.558Z | Checking compact_str v0.8.0 |
2441 | 2024-12-21T04:31:03.607Z | Checking supports-color v3.0.1 |
2442 | 2024-12-21T04:31:03.818Z | Checking unicode-truncate v1.1.0 |
2443 | 2024-12-21T04:31:03.980Z | Checking lru v0.12.5 |
2444 | 2024-12-21T04:31:04.079Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2445 | 2024-12-21T04:31:04.285Z | Compiling instability v0.3.2 |
2446 | 2024-12-21T04:31:04.404Z | Checking cassowary v0.3.0 |
2447 | 2024-12-21T04:31:05.283Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2448 | 2024-12-21T04:31:05.290Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2449 | 2024-12-21T04:31:05.376Z | Checking ratatui v0.28.1 |
2450 | 2024-12-21T04:31:05.501Z | Compiling vergen v8.3.2 |
2451 | 2024-12-21T04:31:05.799Z | Compiling cargo-platform v0.1.8 |
2452 | 2024-12-21T04:31:06.430Z | Checking smawk v0.3.2 |
2453 | 2024-12-21T04:31:06.652Z | Checking unicode-linebreak v0.1.5 |
2454 | 2024-12-21T04:31:06.810Z | Compiling cargo_metadata v0.18.1 |
2455 | 2024-12-21T04:31:06.870Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2456 | 2024-12-21T04:31:07.030Z | Checking textwrap v0.16.1 |
2457 | 2024-12-21T04:31:07.468Z | Compiling libsqlite3-sys v0.30.1 |
2458 | 2024-12-21T04:31:07.502Z | Checking shell-words v1.1.0 |
2459 | 2024-12-21T04:31:07.704Z | Compiling cfg_aliases v0.2.1 |
2460 | 2024-12-21T04:31:07.825Z | Compiling rustls v0.21.12 |
2461 | 2024-12-21T04:31:07.999Z | Compiling nix v0.29.0 |
2462 | 2024-12-21T04:31:08.393Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2463 | 2024-12-21T04:31:08.694Z | Checking rustls-webpki v0.101.7 |
2464 | 2024-12-21T04:31:08.916Z | Checking sct v0.7.1 |
2465 | 2024-12-21T04:31:09.644Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2466 | 2024-12-21T04:31:09.811Z | Checking hashlink v0.9.1 |
2467 | 2024-12-21T04:31:09.944Z | Checking concurrent-queue v2.5.0 |
2468 | 2024-12-21T04:31:10.269Z | Checking parking v2.2.1 |
2469 | 2024-12-21T04:31:10.409Z | Checking plotters-backend v0.3.7 |
2470 | 2024-12-21T04:31:10.435Z | Checking fallible-streaming-iterator v0.1.9 |
2471 | 2024-12-21T04:31:10.459Z | Checking fallible-iterator v0.3.0 |
2472 | 2024-12-21T04:31:10.795Z | Checking plotters-svg v0.3.7 |
2473 | 2024-12-21T04:31:11.028Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2474 | 2024-12-21T04:31:11.099Z | Checking rusqlite v0.32.1 |
2475 | 2024-12-21T04:31:11.231Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2476 | 2024-12-21T04:31:11.265Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2477 | 2024-12-21T04:31:11.911Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2478 | 2024-12-21T04:31:12.591Z | Checking async-bb8-diesel v0.2.1 |
2479 | 2024-12-21T04:31:12.741Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2480 | 2024-12-21T04:31:12.945Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2481 | 2024-12-21T04:31:13.309Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2482 | 2024-12-21T04:31:13.338Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2483 | 2024-12-21T04:31:13.688Z | Checking tokio-rustls v0.24.1 |
2484 | 2024-12-21T04:31:13.867Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2485 | 2024-12-21T04:31:14.045Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2486 | 2024-12-21T04:31:14.339Z | Checking rustls-pemfile v1.0.4 |
2487 | 2024-12-21T04:31:14.567Z | Checking twox-hash v1.6.3 |
2488 | 2024-12-21T04:31:15.038Z | Checking cast v0.3.0 |
2489 | 2024-12-21T04:31:15.122Z | Checking plotters v0.3.7 |
2490 | 2024-12-21T04:31:15.319Z | Checking criterion-plot v0.5.0 |
2491 | 2024-12-21T04:31:15.830Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2492 | 2024-12-21T04:31:15.853Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2493 | 2024-12-21T04:31:16.712Z | Checking fatfs v0.3.6 |
2494 | 2024-12-21T04:31:17.045Z | Checking tinytemplate v1.2.1 |
2495 | 2024-12-21T04:31:17.458Z | Checking csv-core v0.1.11 |
2496 | 2024-12-21T04:31:17.512Z | Checking oorandom v11.1.4 |
2497 | 2024-12-21T04:31:17.695Z | Checking anes v0.1.6 |
2498 | 2024-12-21T04:31:17.788Z | Checking hex-literal v0.4.1 |
2499 | 2024-12-21T04:31:17.810Z | Checking csv v1.3.0 |
2500 | 2024-12-21T04:31:17.940Z | Checking event-listener v5.3.1 |
2501 | 2024-12-21T04:31:18.046Z | Checking criterion v0.5.1 |
2502 | 2024-12-21T04:31:18.408Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2503 | 2024-12-21T04:31:18.666Z | Checking rtoolbox v0.0.2 |
2504 | 2024-12-21T04:31:18.869Z | Checking rpassword v7.3.1 |
2505 | 2024-12-21T04:31:19.053Z | Checking event-listener-strategy v0.5.2 |
2506 | 2024-12-21T04:31:19.274Z | Checking tui-tree-widget v0.22.0 |
2507 | 2024-12-21T04:31:19.626Z | Checking polyval v0.6.2 |
2508 | 2024-12-21T04:31:19.935Z | Checking ghash v0.5.1 |
2509 | 2024-12-21T04:31:20.134Z | Checking futures-lite v2.3.0 |
2510 | 2024-12-21T04:31:20.789Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2511 | 2024-12-21T04:31:21.596Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2512 | 2024-12-21T04:31:22.014Z | Checking ctr v0.9.2 |
2513 | 2024-12-21T04:31:22.548Z | Checking yansi v1.0.1 |
2514 | 2024-12-21T04:31:22.763Z | Checking aes-gcm v0.10.3 |
2515 | 2024-12-21T04:31:22.981Z | Checking ssh-encoding v0.2.0 |
2516 | 2024-12-21T04:31:23.097Z | Checking pretty_assertions v1.4.1 |
2517 | 2024-12-21T04:31:23.305Z | Checking blowfish v0.9.1 |
2518 | 2024-12-21T04:31:23.357Z | Checking ssh-cipher v0.2.0 |
2519 | 2024-12-21T04:31:23.577Z | Checking bcrypt-pbkdf v0.10.0 |
2520 | 2024-12-21T04:31:23.660Z | Checking async-lock v3.4.0 |
2521 | 2024-12-21T04:31:23.850Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2522 | 2024-12-21T04:31:24.533Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2523 | 2024-12-21T04:31:24.828Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2524 | 2024-12-21T04:31:24.859Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2525 | 2024-12-21T04:31:25.805Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2526 | 2024-12-21T04:31:25.975Z | Checking polling v3.7.3 |
2527 | 2024-12-21T04:31:26.234Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2528 | 2024-12-21T04:31:26.372Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2529 | 2024-12-21T04:31:28.016Z | Checking password-hash v0.4.2 |
2530 | 2024-12-21T04:31:28.438Z | Checking matches v0.1.10 |
2531 | 2024-12-21T04:31:28.551Z | Checking idna v0.2.3 |
2532 | 2024-12-21T04:31:29.496Z | Checking pbkdf2 v0.11.0 |
2533 | 2024-12-21T04:31:29.810Z | Checking async-io v2.3.4 |
2534 | 2024-12-21T04:31:30.637Z | Checking ssh-key v0.6.6 |
2535 | 2024-12-21T04:31:31.235Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2536 | 2024-12-21T04:31:32.409Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2537 | 2024-12-21T04:31:32.464Z | Checking p521 v0.13.3 |
2538 | 2024-12-21T04:31:33.249Z | Checking p256 v0.13.2 |
2539 | 2024-12-21T04:31:33.335Z | Checking russh-cryptovec v0.7.3 |
2540 | 2024-12-21T04:31:33.598Z | Compiling enum-as-inner v0.5.1 |
2541 | 2024-12-21T04:31:33.724Z | Checking md5 v0.7.0 |
2542 | 2024-12-21T04:31:33.842Z | Compiling doc-comment v0.3.3 |
2543 | 2024-12-21T04:31:34.031Z | Checking async-task v4.7.1 |
2544 | 2024-12-21T04:31:34.406Z | Compiling target-lexicon v0.12.16 |
2545 | 2024-12-21T04:31:34.609Z | Checking russh-keys v0.45.0 |
2546 | 2024-12-21T04:31:34.702Z | Checking trust-dns-proto v0.22.0 |
2547 | 2024-12-21T04:31:35.506Z | Checking async-channel v2.3.1 |
2548 | 2024-12-21T04:31:35.785Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2549 | 2024-12-21T04:31:36.060Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2550 | 2024-12-21T04:31:37.043Z | Checking piper v0.2.4 |
2551 | 2024-12-21T04:31:37.298Z | Checking num-bigint v0.4.6 |
2552 | 2024-12-21T04:31:37.819Z | Checking des v0.8.1 |
2553 | 2024-12-21T04:31:38.097Z | Checking futures-timer v3.0.3 |
2554 | 2024-12-21T04:31:38.439Z | Compiling assert_cmd v2.0.16 |
2555 | 2024-12-21T04:31:38.493Z | Compiling dhcproto-macros v0.1.0 |
2556 | 2024-12-21T04:31:38.913Z | Compiling guppy-workspace-hack v0.1.0 |
2557 | 2024-12-21T04:31:39.278Z | Checking blocking v1.6.1 |
2558 | 2024-12-21T04:31:39.423Z | Checking dhcproto v0.12.0 |
2559 | 2024-12-21T04:31:39.887Z | Checking russh v0.45.0 |
2560 | 2024-12-21T04:31:40.254Z | Checking async-executor v1.13.1 |
2561 | 2024-12-21T04:31:40.603Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2562 | 2024-12-21T04:31:41.161Z | Checking async-signal v0.2.10 |
2563 | 2024-12-21T04:31:41.250Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2564 | 2024-12-21T04:31:41.670Z | Compiling target-spec v3.2.2 |
2565 | 2024-12-21T04:31:41.827Z | Checking event-listener v2.5.3 |
2566 | 2024-12-21T04:31:42.055Z | Checking internet-checksum v0.2.1 |
2567 | 2024-12-21T04:31:42.280Z | Checking async-channel v1.9.0 |
2568 | 2024-12-21T04:31:43.131Z | Checking async-process v2.3.0 |
2569 | 2024-12-21T04:31:43.561Z | Checking async-global-executor v2.4.1 |
2570 | 2024-12-21T04:31:44.310Z | Checking cfg-expr v0.17.0 |
2571 | 2024-12-21T04:31:44.368Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2572 | 2024-12-21T04:31:44.462Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2573 | 2024-12-21T04:31:45.196Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2574 | 2024-12-21T04:31:45.622Z | Checking httptest v0.16.1 |
2575 | 2024-12-21T04:31:45.997Z | Checking rustls-native-certs v0.7.3 |
2576 | 2024-12-21T04:31:46.194Z | Compiling petname v2.0.2 |
2577 | 2024-12-21T04:31:46.375Z | Checking num_cpus v1.16.0 |
2578 | 2024-12-21T04:31:46.522Z | Checking kv-log-macro v1.0.7 |
2579 | 2024-12-21T04:31:46.674Z | Compiling async-attributes v1.1.2 |
2580 | 2024-12-21T04:31:47.543Z | Checking async-std v1.13.0 |
2581 | 2024-12-21T04:31:49.310Z | Checking threadpool v1.8.1 |
2582 | 2024-12-21T04:31:49.509Z | Checking hyper-rustls v0.26.0 |
2583 | 2024-12-21T04:31:49.883Z | Checking pathdiff v0.2.2 |
2584 | 2024-12-21T04:31:49.915Z | Compiling rstest_macros v0.23.0 |
2585 | 2024-12-21T04:31:50.054Z | Compiling target-triple v0.1.3 |
2586 | 2024-12-21T04:31:50.413Z | Checking escape8259 v0.5.3 |
2587 | 2024-12-21T04:31:50.605Z | Checking nested v0.1.1 |
2588 | 2024-12-21T04:31:50.662Z | Checking libtest-mimic v0.7.3 |
2589 | 2024-12-21T04:31:50.835Z | Checking guppy v0.17.8 |
2590 | 2024-12-21T04:31:51.327Z | Checking async-object-pool v0.1.5 |
2591 | 2024-12-21T04:31:51.539Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2592 | 2024-12-21T04:31:52.052Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2593 | 2024-12-21T04:31:52.648Z | Checking similar-asserts v1.6.0 |
2594 | 2024-12-21T04:31:52.685Z | Checking fancy-regex v0.13.0 |
2595 | 2024-12-21T04:31:52.899Z | Checking serde_regex v1.1.0 |
2596 | 2024-12-21T04:31:53.196Z | Checking assert-json-diff v2.0.2 |
2597 | 2024-12-21T04:31:53.424Z | Compiling proc-macro-crate v3.2.0 |
2598 | 2024-12-21T04:31:53.506Z | Checking path-tree v0.8.1 |
2599 | 2024-12-21T04:31:53.848Z | Compiling relative-path v1.9.3 |
2600 | 2024-12-21T04:31:54.552Z | Checking sync-ptr v0.1.1 |
2601 | 2024-12-21T04:31:54.772Z | Checking stringmetrics v2.2.2 |
2602 | 2024-12-21T04:31:54.832Z | Checking datatest-stable v0.2.9 |
2603 | 2024-12-21T04:31:55.039Z | Checking httpmock v0.8.0-alpha.1 |
2604 | 2024-12-21T04:31:55.308Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2605 | 2024-12-21T04:31:56.526Z | Checking blake2b_simd v1.0.2 |
2606 | 2024-12-21T04:31:56.905Z | Compiling git2 v0.19.0 |
2607 | 2024-12-21T04:31:56.937Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2608 | 2024-12-21T04:31:57.460Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2609 | 2024-12-21T04:31:57.768Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2610 | 2024-12-21T04:31:58.075Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2611 | 2024-12-21T04:31:58.399Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2612 | 2024-12-21T04:31:58.929Z | Checking serde_tokenstream v0.2.2 |
2613 | 2024-12-21T04:31:59.365Z | Checking uzers v0.12.1 |
2614 | 2024-12-21T04:31:59.966Z | Checking rust-argon2 v2.1.0 |
2615 | 2024-12-21T04:32:00.374Z | Checking trybuild v1.0.101 |
2616 | 2024-12-21T04:32:00.399Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2617 | 2024-12-21T04:32:01.804Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2618 | 2024-12-21T04:32:01.828Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2619 | 2024-12-21T04:32:05.266Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2620 | 2024-12-21T04:32:05.588Z | Checking rand_distr v0.4.3 |
2621 | 2024-12-21T04:32:06.216Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2622 | 2024-12-21T04:32:06.245Z | Checking rstest v0.23.0 |
2623 | 2024-12-21T04:32:06.423Z | Checking multimap v0.10.0 |
2624 | 2024-12-21T04:32:06.467Z | Checking approx v0.5.1 |
2625 | 2024-12-21T04:32:06.747Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2626 | 2024-12-21T04:32:07.230Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2627 | 2024-12-21T04:32:07.511Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2628 | 2024-12-21T04:32:07.824Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2629 | 2024-12-21T04:32:07.977Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2630 | 2024-12-21T04:32:08.881Z | Checking partial-io v0.5.4 |
2631 | 2024-12-21T04:32:08.926Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2632 | 2024-12-21T04:32:09.231Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2633 | 2024-12-21T04:32:09.286Z | Checking cargo_toml v0.20.5 |
2634 | 2024-12-21T04:32:09.450Z | Checking termios v0.3.3 |
2635 | 2024-12-21T04:32:09.517Z | Compiling indoc v2.0.5 |
2636 | 2024-12-21T04:32:09.770Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2637 | 2024-12-21T04:32:11.336Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2638 | 2024-12-21T04:32:11.391Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2639 | 2024-12-21T04:32:30.709Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2640 | 2024-12-21T04:32:33.875Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2641 | 2024-12-21T04:32:36.886Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2642 | 2024-12-21T04:32:55.854Z | Compiling polar-core v0.27.3 |
2643 | 2024-12-21T04:33:07.099Z | Checking oso v0.27.3 |
2644 | 2024-12-21T04:33:11.611Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2645 | 2024-12-21T04:33:12.668Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2646 | 2024-12-21T04:33:13.234Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2647 | 2024-12-21T04:33:57.088Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2648 | 2024-12-21T04:33:57.088Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2649 | 2024-12-21T04:33:57.091Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2650 | 2024-12-21T04:35:25.020Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 50s |
2651 | 2024-12-21T04:35:25.436Z | |
2652 | 2024-12-21T04:35:25.436Z | real 6:55.056396801 |
2653 | 2024-12-21T04:35:25.436Z | user 36:49.813818888 |
2654 | 2024-12-21T04:35:25.436Z | sys 6:51.869437889 |
2655 | 2024-12-21T04:35:25.437Z | trap 1.012562362 |
2656 | 2024-12-21T04:35:25.437Z | tflt 2.158218672 |
2657 | 2024-12-21T04:35:25.437Z | dflt 0.570472468 |
2658 | 2024-12-21T04:35:25.437Z | kflt 0.000816559 |
2659 | 2024-12-21T04:35:25.437Z | lock 53:28.866594602 |
2660 | 2024-12-21T04:35:25.439Z | slp 2:07:22.557448954 |
2661 | 2024-12-21T04:35:25.439Z | lat 1:43.170393764 |
2662 | 2024-12-21T04:35:25.440Z | stop 6:32.281109286 |
2663 | 2024-12-21T04:35:25.440Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2664 | 2024-12-21T04:35:25.440Z | + ptime -m cargo doc --workspace --no-deps |
2665 | 2024-12-21T04:35:26.674Z | warning: output filename collision. |
2666 | 2024-12-21T04:35:26.674Z | 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)`. |
2667 | 2024-12-21T04:35:26.674Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2668 | 2024-12-21T04:35:26.674Z | The targets should have unique names. |
2669 | 2024-12-21T04:35:26.674Z | This is a known bug where multiple crates with the same name use |
2670 | 2024-12-21T04:35:26.674Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2671 | 2024-12-21T04:35:27.143Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2672 | 2024-12-21T04:35:27.213Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2673 | 2024-12-21T04:35:27.235Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2674 | 2024-12-21T04:35:27.272Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2675 | 2024-12-21T04:35:27.298Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2676 | 2024-12-21T04:35:27.326Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2677 | 2024-12-21T04:35:27.326Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2678 | 2024-12-21T04:35:27.540Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2679 | 2024-12-21T04:35:27.589Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2680 | 2024-12-21T04:35:27.613Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2681 | 2024-12-21T04:35:27.704Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2682 | 2024-12-21T04:35:27.831Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2683 | 2024-12-21T04:35:28.008Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2684 | 2024-12-21T04:35:28.340Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2685 | 2024-12-21T04:35:28.385Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2686 | 2024-12-21T04:35:30.988Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2687 | 2024-12-21T04:35:32.178Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2688 | 2024-12-21T04:35:32.529Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2689 | 2024-12-21T04:35:32.722Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2690 | 2024-12-21T04:35:32.795Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2691 | 2024-12-21T04:35:33.050Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2692 | 2024-12-21T04:35:33.070Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2693 | 2024-12-21T04:35:33.391Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2694 | 2024-12-21T04:35:33.448Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2695 | 2024-12-21T04:35:33.798Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2696 | 2024-12-21T04:35:34.159Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2697 | 2024-12-21T04:35:34.384Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2698 | 2024-12-21T04:35:34.645Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2699 | 2024-12-21T04:35:34.737Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2700 | 2024-12-21T04:35:34.860Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2701 | 2024-12-21T04:35:35.039Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2702 | 2024-12-21T04:35:35.152Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2703 | 2024-12-21T04:35:35.254Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2704 | 2024-12-21T04:35:35.302Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2705 | 2024-12-21T04:35:35.378Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2706 | 2024-12-21T04:35:35.628Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2707 | 2024-12-21T04:35:35.956Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2708 | 2024-12-21T04:35:36.220Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2709 | 2024-12-21T04:35:36.254Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2710 | 2024-12-21T04:35:36.550Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2711 | 2024-12-21T04:35:36.583Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2712 | 2024-12-21T04:35:36.612Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2713 | 2024-12-21T04:35:37.529Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2714 | 2024-12-21T04:35:37.677Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2715 | 2024-12-21T04:35:40.532Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2716 | 2024-12-21T04:35:42.577Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2717 | 2024-12-21T04:35:42.907Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2718 | 2024-12-21T04:35:43.418Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2719 | 2024-12-21T04:35:43.563Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2720 | 2024-12-21T04:35:44.121Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2721 | 2024-12-21T04:35:44.763Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2722 | 2024-12-21T04:35:45.233Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2723 | 2024-12-21T04:35:45.627Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2724 | 2024-12-21T04:35:45.710Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2725 | 2024-12-21T04:35:45.918Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2726 | 2024-12-21T04:35:51.638Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2727 | 2024-12-21T04:35:52.335Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2728 | 2024-12-21T04:35:53.357Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2729 | 2024-12-21T04:35:54.689Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2730 | 2024-12-21T04:35:54.749Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2731 | 2024-12-21T04:35:54.786Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2732 | 2024-12-21T04:35:55.300Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2733 | 2024-12-21T04:35:55.323Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2734 | 2024-12-21T04:35:55.873Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2735 | 2024-12-21T04:35:56.186Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2736 | 2024-12-21T04:35:56.320Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2737 | 2024-12-21T04:35:57.072Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2738 | 2024-12-21T04:35:57.574Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2739 | 2024-12-21T04:35:57.782Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2740 | 2024-12-21T04:35:57.803Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2741 | 2024-12-21T04:35:58.071Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2742 | 2024-12-21T04:35:58.648Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2743 | 2024-12-21T04:35:58.798Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2744 | 2024-12-21T04:35:59.065Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2745 | 2024-12-21T04:35:59.488Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2746 | 2024-12-21T04:35:59.725Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2747 | 2024-12-21T04:36:00.354Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2748 | 2024-12-21T04:36:00.505Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2749 | 2024-12-21T04:36:01.257Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2750 | 2024-12-21T04:36:01.838Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2751 | 2024-12-21T04:36:02.087Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2752 | 2024-12-21T04:36:02.661Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2753 | 2024-12-21T04:36:03.739Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2754 | 2024-12-21T04:36:03.767Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2755 | 2024-12-21T04:36:03.849Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2756 | 2024-12-21T04:36:03.871Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2757 | 2024-12-21T04:36:04.620Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2758 | 2024-12-21T04:36:04.771Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2759 | 2024-12-21T04:36:05.583Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2760 | 2024-12-21T04:36:05.884Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2761 | 2024-12-21T04:36:06.098Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2762 | 2024-12-21T04:36:06.230Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2763 | 2024-12-21T04:36:06.416Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2764 | 2024-12-21T04:36:06.816Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2765 | 2024-12-21T04:36:06.845Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2766 | 2024-12-21T04:36:08.139Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2767 | 2024-12-21T04:36:08.323Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2768 | 2024-12-21T04:36:08.489Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2769 | 2024-12-21T04:36:08.550Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2770 | 2024-12-21T04:36:08.885Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2771 | 2024-12-21T04:36:09.022Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2772 | 2024-12-21T04:36:09.658Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2773 | 2024-12-21T04:36:09.981Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2774 | 2024-12-21T04:36:10.390Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2775 | 2024-12-21T04:36:10.938Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2776 | 2024-12-21T04:36:11.417Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2777 | 2024-12-21T04:36:12.334Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2778 | 2024-12-21T04:36:13.305Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2779 | 2024-12-21T04:36:14.657Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2780 | 2024-12-21T04:36:15.706Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2781 | 2024-12-21T04:36:15.928Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2782 | 2024-12-21T04:36:18.455Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2783 | 2024-12-21T04:36:19.545Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2784 | 2024-12-21T04:36:20.628Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2785 | 2024-12-21T04:36:31.567Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2786 | 2024-12-21T04:36:32.889Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2787 | 2024-12-21T04:36:34.125Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2788 | 2024-12-21T04:36:34.594Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2789 | 2024-12-21T04:36:36.214Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2790 | 2024-12-21T04:36:39.311Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2791 | 2024-12-21T04:37:20.238Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2792 | 2024-12-21T04:37:27.919Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2793 | 2024-12-21T04:37:33.159Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2794 | 2024-12-21T04:37:43.195Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2795 | 2024-12-21T04:38:08.861Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2796 | 2024-12-21T04:38:10.757Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2797 | 2024-12-21T04:38:10.759Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2798 | 2024-12-21T04:38:12.204Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2799 | 2024-12-21T04:38:12.211Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2800 | 2024-12-21T04:38:13.477Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2801 | 2024-12-21T04:38:13.956Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2802 | 2024-12-21T04:38:26.523Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2803 | 2024-12-21T04:38:32.733Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2804 | 2024-12-21T04:38:45.475Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2805 | 2024-12-21T04:39:04.795Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2806 | 2024-12-21T04:39:13.570Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2807 | 2024-12-21T04:39:14.779Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2808 | 2024-12-21T04:39:17.419Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2809 | 2024-12-21T04:39:18.703Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2810 | 2024-12-21T04:39:26.517Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2811 | 2024-12-21T04:39:39.144Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2812 | 2024-12-21T04:39:48.509Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2813 | 2024-12-21T04:39:57.559Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2814 | 2024-12-21T04:39:57.749Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2815 | 2024-12-21T04:40:01.137Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2816 | 2024-12-21T04:40:01.887Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2817 | 2024-12-21T04:40:12.848Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2818 | 2024-12-21T04:40:15.128Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2819 | 2024-12-21T04:40:16.888Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2820 | 2024-12-21T04:40:20.879Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2821 | 2024-12-21T04:40:32.468Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2822 | 2024-12-21T04:40:35.880Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2823 | 2024-12-21T04:40:35.915Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2824 | 2024-12-21T04:40:37.842Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2825 | 2024-12-21T04:40:40.196Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2826 | 2024-12-21T04:40:42.445Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2827 | 2024-12-21T04:40:45.248Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2828 | 2024-12-21T04:40:53.225Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2829 | 2024-12-21T04:41:01.535Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2830 | 2024-12-21T04:41:04.711Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2831 | 2024-12-21T04:41:06.074Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2832 | 2024-12-21T04:41:08.681Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2833 | 2024-12-21T04:41:10.610Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2834 | 2024-12-21T04:41:20.262Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2835 | 2024-12-21T04:41:22.140Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2836 | 2024-12-21T04:41:26.854Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2837 | 2024-12-21T04:41:29.926Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2838 | 2024-12-21T04:41:30.088Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2839 | 2024-12-21T04:41:32.659Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2840 | 2024-12-21T04:41:33.958Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2841 | 2024-12-21T04:41:38.325Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2842 | 2024-12-21T04:41:44.985Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2843 | 2024-12-21T04:41:47.737Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2844 | 2024-12-21T04:41:51.117Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2845 | 2024-12-21T04:41:54.320Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2846 | 2024-12-21T04:41:54.495Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2847 | 2024-12-21T04:41:57.060Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2848 | 2024-12-21T04:42:06.049Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2849 | 2024-12-21T04:42:10.416Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2850 | 2024-12-21T04:42:10.903Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2851 | 2024-12-21T04:42:11.862Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2852 | 2024-12-21T04:42:11.983Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2853 | 2024-12-21T04:42:16.391Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2854 | 2024-12-21T04:42:18.906Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2855 | 2024-12-21T04:42:25.900Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2856 | 2024-12-21T04:42:27.249Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2857 | 2024-12-21T04:42:31.027Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2858 | 2024-12-21T04:42:33.266Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2859 | 2024-12-21T04:42:33.879Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2860 | 2024-12-21T04:42:37.217Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2861 | 2024-12-21T04:42:41.235Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2862 | 2024-12-21T04:42:41.903Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2863 | 2024-12-21T04:42:49.049Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2864 | 2024-12-21T04:42:51.356Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2865 | 2024-12-21T04:42:52.369Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2866 | 2024-12-21T04:42:55.025Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2867 | 2024-12-21T04:42:57.548Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2868 | 2024-12-21T04:42:57.990Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2869 | 2024-12-21T04:42:58.257Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2870 | 2024-12-21T04:42:59.622Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2871 | 2024-12-21T04:43:05.918Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2872 | 2024-12-21T04:43:12.745Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2873 | 2024-12-21T04:43:14.251Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2874 | 2024-12-21T04:43:14.984Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2875 | 2024-12-21T04:43:15.368Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2876 | 2024-12-21T04:43:19.960Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2877 | 2024-12-21T04:43:20.605Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2878 | 2024-12-21T04:43:23.171Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2879 | 2024-12-21T04:43:25.950Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2880 | 2024-12-21T04:43:27.079Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2881 | 2024-12-21T04:43:29.479Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2882 | 2024-12-21T04:43:34.529Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2883 | 2024-12-21T04:43:34.642Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2884 | 2024-12-21T04:43:40.199Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2885 | 2024-12-21T04:43:40.469Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2886 | 2024-12-21T04:43:42.840Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2887 | 2024-12-21T04:43:46.623Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2888 | 2024-12-21T04:43:50.516Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2889 | 2024-12-21T04:43:51.155Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2890 | 2024-12-21T04:43:54.273Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2891 | 2024-12-21T04:43:54.398Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2892 | 2024-12-21T04:43:56.120Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2893 | 2024-12-21T04:43:57.271Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2894 | 2024-12-21T04:43:59.414Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2895 | 2024-12-21T04:43:59.908Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2896 | 2024-12-21T04:44:00.403Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2897 | 2024-12-21T04:44:01.422Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2898 | 2024-12-21T04:44:02.400Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2899 | 2024-12-21T04:44:04.593Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2900 | 2024-12-21T04:44:05.544Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2901 | 2024-12-21T04:44:06.069Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2902 | 2024-12-21T04:44:07.892Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2903 | 2024-12-21T04:44:08.066Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2904 | 2024-12-21T04:44:10.671Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2905 | 2024-12-21T04:44:42.775Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9m 17s |
2906 | 2024-12-21T04:44:42.959Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 143 other files |
2907 | 2024-12-21T04:44:43.022Z | |
2908 | 2024-12-21T04:44:43.026Z | real 9:17.506522977 |
2909 | 2024-12-21T04:44:43.026Z | user 27:39.662615944 |
2910 | 2024-12-21T04:44:43.026Z | sys 42:16.876670316 |
2911 | 2024-12-21T04:44:43.026Z | trap 0.442338302 |
2912 | 2024-12-21T04:44:43.026Z | tflt 0.185174389 |
2913 | 2024-12-21T04:44:43.026Z | dflt 0.151835691 |
2914 | 2024-12-21T04:44:43.026Z | kflt 0.000038905 |
2915 | 2024-12-21T04:44:43.026Z | lock 1:32:22.554291998 |
2916 | 2024-12-21T04:44:43.026Z | slp 2:37:14.875133365 |
2917 | 2024-12-21T04:44:43.026Z | lat 1:19.890911722 |
2918 | 2024-12-21T04:44:43.026Z | stop 1:11.826425673 |
2919 | 2024-12-21T04:44:43.027Z | process exited: duration 1371662 ms, exit code 0 |
|
2920 | 2024-12-21T04:44:43.035Z | found 0 output files |