|
|
|
1 | 2024-12-19T20:56:10.389Z | job assigned to worker 01JFGB8CDPPWPP4P38Q66JP900 [factory aws, i-0b8666264c5480a83] (queued for 1 m 2 s) |
|
2 | 2024-12-19T20:56:17.757Z | starting task 0: "setup" |
3 | 2024-12-19T20:56:17.768Z | ++ uname -s |
4 | 2024-12-19T20:56:17.770Z | + kern=SunOS |
5 | 2024-12-19T20:56:17.770Z | + case "$kern" in |
6 | 2024-12-19T20:56:17.770Z | + groupadd -g 12345 build |
7 | 2024-12-19T20:56:17.772Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-19T20:56:19.781Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-19T20:56:19.959Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-19T20:56:19.961Z | + home_fs=zfs |
11 | 2024-12-19T20:56:19.961Z | + [[ zfs == autofs ]] |
12 | 2024-12-19T20:56:19.961Z | + mkdir -p /home/build |
13 | 2024-12-19T20:56:19.964Z | + chown build:build /home/build /work |
14 | 2024-12-19T20:56:20.965Z | + chmod 0700 /home/build /work |
15 | 2024-12-19T20:56:20.967Z | process exited: duration 3211 ms, exit code 0 |
|
16 | 2024-12-19T20:56:20.973Z | starting task 1: "rust-toolchain" |
17 | 2024-12-19T20:56:20.979Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-19T20:56:20.979Z | ' 1.81.0 |
19 | 2024-12-19T20:56:20.979Z | * toolchain channel = "1.81.0" |
20 | 2024-12-19T20:56:20.979Z | * toolchain profile = "default" |
21 | 2024-12-19T20:56:20.979Z | + printf ' * toolchain profile = "%s" |
22 | 2024-12-19T20:56:20.979Z | ' default |
23 | 2024-12-19T20:56:20.981Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-19T20:56:20.981Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-19T20:56:21.100Z | info: downloading installer |
26 | 2024-12-19T20:56:22.663Z | info: profile set to 'default' |
27 | 2024-12-19T20:56:22.663Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-19T20:56:22.665Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-19T20:56:22.803Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-19T20:56:22.803Z | info: downloading component 'cargo' |
31 | 2024-12-19T20:56:23.513Z | info: downloading component 'clippy' |
32 | 2024-12-19T20:56:23.778Z | info: downloading component 'rust-docs' |
33 | 2024-12-19T20:56:24.782Z | info: downloading component 'rust-std' |
34 | 2024-12-19T20:56:26.330Z | info: downloading component 'rustc' |
35 | 2024-12-19T20:56:31.821Z | info: downloading component 'rustfmt' |
36 | 2024-12-19T20:56:32.029Z | info: installing component 'cargo' |
37 | 2024-12-19T20:56:32.822Z | info: installing component 'clippy' |
38 | 2024-12-19T20:56:33.177Z | info: installing component 'rust-docs' |
39 | 2024-12-19T20:56:34.789Z | info: installing component 'rust-std' |
40 | 2024-12-19T20:56:36.517Z | info: installing component 'rustc' |
41 | 2024-12-19T20:56:42.227Z | info: installing component 'rustfmt' |
42 | 2024-12-19T20:56:42.544Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-19T20:56:42.544Z | |
44 | 2024-12-19T20:56:42.914Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-19T20:56:42.915Z | |
46 | 2024-12-19T20:56:42.917Z | |
47 | 2024-12-19T20:56:42.917Z | Rust is installed now. Great! |
48 | 2024-12-19T20:56:42.917Z | |
49 | 2024-12-19T20:56:42.917Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-19T20:56:42.917Z | environment variable. This has not been done automatically. |
51 | 2024-12-19T20:56:42.917Z | |
52 | 2024-12-19T20:56:42.917Z | To configure your current shell, you need to source |
53 | 2024-12-19T20:56:42.917Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-19T20:56:42.917Z | |
55 | 2024-12-19T20:56:42.917Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-19T20:56:42.917Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-19T20:56:42.917Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-19T20:56:42.990Z | + rustc --version |
59 | 2024-12-19T20:56:43.054Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-19T20:56:43.057Z | process exited: duration 22082 ms, exit code 0 |
|
61 | 2024-12-19T20:56:43.062Z | starting task 2: "authentication" |
62 | 2024-12-19T20:56:43.083Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-19T20:56:43.088Z | starting task 3: "clone repository" |
64 | 2024-12-19T20:56:43.093Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-19T20:56:43.095Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-19T20:56:43.139Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-19T20:56:49.531Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-19T20:56:49.531Z | + git fetch origin 4113601b516ea5bdf3a808a447beea4824396955 |
69 | 2024-12-19T20:56:49.841Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-19T20:56:49.841Z | * branch 4113601b516ea5bdf3a808a447beea4824396955 -> FETCH_HEAD |
71 | 2024-12-19T20:56:49.852Z | + [[ -n zl/tfportd-oximeter ]] |
72 | 2024-12-19T20:56:49.854Z | ++ git branch --show-current |
73 | 2024-12-19T20:56:49.857Z | + current=main |
74 | 2024-12-19T20:56:49.858Z | + [[ main != zl/tfportd-oximeter ]] |
75 | 2024-12-19T20:56:49.858Z | + git branch -f zl/tfportd-oximeter 4113601b516ea5bdf3a808a447beea4824396955 |
76 | 2024-12-19T20:56:49.860Z | + git checkout -f zl/tfportd-oximeter |
77 | 2024-12-19T20:56:50.035Z | Switched to branch 'zl/tfportd-oximeter' |
78 | 2024-12-19T20:56:50.037Z | + git reset --hard 4113601b516ea5bdf3a808a447beea4824396955 |
79 | 2024-12-19T20:56:50.073Z | HEAD is now at 4113601b5 update dendrite (keeping up) |
80 | 2024-12-19T20:56:50.075Z | process exited: duration 6985 ms, exit code 0 |
|
81 | 2024-12-19T20:56:50.081Z | starting task 4: "build" |
82 | 2024-12-19T20:56:50.087Z | + source ./env.sh |
83 | 2024-12-19T20:56:50.087Z | ++ OLD_SHELL_OPTS=ehxB |
84 | 2024-12-19T20:56:50.087Z | ++ set -o xtrace |
85 | 2024-12-19T20:56:50.089Z | ++++ dirname ./env.sh |
86 | 2024-12-19T20:56:50.091Z | +++ readlink -f . |
87 | 2024-12-19T20:56:50.094Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2024-12-19T20:56:50.096Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
89 | 2024-12-19T20:56:50.096Z | ++ 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-19T20:56:50.096Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
91 | 2024-12-19T20:56:50.096Z | ++ 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-19T20:56:50.096Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-12-19T20:56:50.096Z | ++ 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-19T20:56:50.096Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2024-12-19T20:56:50.096Z | ++ 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-19T20:56:50.096Z | ++ case $OLD_SHELL_OPTS in |
97 | 2024-12-19T20:56:50.096Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
98 | 2024-12-19T20:56:50.096Z | + source .github/buildomat/ci-env.sh |
99 | 2024-12-19T20:56:50.097Z | ++ export CARGO_TERM_COLOR=always |
100 | 2024-12-19T20:56:50.097Z | ++ CARGO_TERM_COLOR=always |
101 | 2024-12-19T20:56:50.097Z | + cargo --version |
102 | 2024-12-19T20:56:50.152Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
103 | 2024-12-19T20:56:50.155Z | + rustc --version |
104 | 2024-12-19T20:56:50.215Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
105 | 2024-12-19T20:56:50.217Z | + banner prerequisites |
106 | 2024-12-19T20:56:50.220Z | |
107 | 2024-12-19T20:56:50.220Z | ##### ##### ###### ##### ###### #### # # # #### # |
108 | 2024-12-19T20:56:50.220Z | # # # # # # # # # # # # # # # |
109 | 2024-12-19T20:56:50.220Z | # # # # ##### # # ##### # # # # # #### # |
110 | 2024-12-19T20:56:50.220Z | ##### ##### # ##### # # # # # # # # # |
111 | 2024-12-19T20:56:50.220Z | # # # # # # # # # # # # # # # |
112 | 2024-12-19T20:56:50.220Z | # # # ###### # # ###### ### # #### # #### # |
113 | 2024-12-19T20:56:50.220Z | |
114 | 2024-12-19T20:56:50.222Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
115 | 2024-12-19T20:56:57.241Z | Startup: Refreshing catalog 'helios-dev' ... Done |
116 | 2024-12-19T20:57:01.076Z | Startup: Caching catalogs ... Done |
117 | 2024-12-19T20:57:11.918Z | Planning: Solver setup ... Done (9.985s) |
118 | 2024-12-19T20:57:12.056Z | Planning: Running solver ... Done (0.139s) |
119 | 2024-12-19T20:57:12.161Z | Planning: Finding local manifests ... Done (0.005s) |
120 | 2024-12-19T20:57:12.199Z | Planning: Fetching manifests: 0/5 0% complete |
121 | 2024-12-19T20:57:12.481Z | Planning: Fetching manifests: 5/5 100% complete |
122 | 2024-12-19T20:57:12.580Z | Planning: Package planning ... Done (0.099s) |
123 | 2024-12-19T20:57:12.638Z | Planning: Merging actions ... Done (0.057s) |
124 | 2024-12-19T20:57:12.833Z | Planning: Checking for conflicting actions ... Done (0.195s) |
125 | 2024-12-19T20:57:15.092Z | Planning: Consolidating action changes ... Done (2.259s) |
126 | 2024-12-19T20:57:15.555Z | Planning: Evaluating mediators ... Done (0.462s) |
127 | 2024-12-19T20:57:15.633Z | Planning: Planning completed in 14.46 seconds |
128 | 2024-12-19T20:57:15.649Z | Packages to install: 4 |
129 | 2024-12-19T20:57:15.649Z | Packages to update: 1 |
130 | 2024-12-19T20:57:15.651Z | Mediators to change: 2 |
131 | 2024-12-19T20:57:15.651Z | Services to change: 1 |
132 | 2024-12-19T20:57:15.651Z | Estimated space available: 155.63 GB |
133 | 2024-12-19T20:57:15.651Z | Estimated space to be consumed: 1.61 GB |
134 | 2024-12-19T20:57:15.651Z | Create boot environment: No |
135 | 2024-12-19T20:57:15.651Z | Create backup boot environment: Yes |
136 | 2024-12-19T20:57:15.651Z | Rebuild boot archive: No |
137 | 2024-12-19T20:57:15.651Z | |
138 | 2024-12-19T20:57:15.651Z | Changed mediators: |
139 | 2024-12-19T20:57:15.651Z | mediator clang: |
140 | 2024-12-19T20:57:15.652Z | version: None -> 15 (system default) |
141 | 2024-12-19T20:57:15.652Z | |
142 | 2024-12-19T20:57:15.652Z | mediator llvm: |
143 | 2024-12-19T20:57:15.652Z | version: 14 (system default) -> 15 (system default) |
144 | 2024-12-19T20:57:15.652Z | |
145 | 2024-12-19T20:57:15.652Z | Changed packages: |
146 | 2024-12-19T20:57:15.652Z | helios-dev |
147 | 2024-12-19T20:57:15.652Z | developer/build-essential |
148 | 2024-12-19T20:57:15.652Z | None -> 11-2.0 |
149 | 2024-12-19T20:57:15.652Z | library/libxmlsec1 |
150 | 2024-12-19T20:57:15.652Z | None -> 1.2.35-2.0 |
151 | 2024-12-19T20:57:15.652Z | ooce/developer/clang-15 |
152 | 2024-12-19T20:57:15.652Z | None -> 15.0.7-2.0 |
153 | 2024-12-19T20:57:15.652Z | ooce/developer/llvm-15 |
154 | 2024-12-19T20:57:15.652Z | None -> 15.0.7-2.0 |
155 | 2024-12-19T20:57:15.652Z | package/pkg |
156 | 2024-12-19T20:57:15.652Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
157 | 2024-12-19T20:57:15.652Z | |
158 | 2024-12-19T20:57:15.652Z | Services: |
159 | 2024-12-19T20:57:15.652Z | restart_fmri: |
160 | 2024-12-19T20:57:15.652Z | svc:/system/update-man-index:default |
161 | 2024-12-19T20:57:15.652Z | |
162 | 2024-12-19T20:57:15.652Z | Editable files to change: |
163 | 2024-12-19T20:57:15.652Z | Update: |
164 | 2024-12-19T20:57:15.652Z | usr/share/lib/pkg/web/config.shtml |
165 | 2024-12-19T20:57:15.733Z | |
166 | 2024-12-19T20:57:15.733Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
167 | 2024-12-19T20:57:20.743Z | Download: 338/4281 items 16.4/220.6MB 7% complete (3.4M/s) |
168 | 2024-12-19T20:57:25.746Z | Download: 1108/4281 items 29.7/220.6MB 13% complete (2.9M/s) |
169 | 2024-12-19T20:57:31.295Z | Download: 1197/4281 items 83.5/220.6MB 37% complete (8.3M/s) |
170 | 2024-12-19T20:57:36.296Z | Download: 1868/4281 items 118.5/220.6MB 53% complete (5.7M/s) |
171 | 2024-12-19T20:57:45.279Z | Download: 2223/4281 items 119.2/220.6MB 54% complete (3.6M/s) |
172 | 2024-12-19T20:57:50.311Z | Download: 3005/4281 items 121.3/220.6MB 54% complete (441k/s) |
173 | 2024-12-19T20:57:56.894Z | Download: 3247/4281 items 203.0/220.6MB 92% complete (8.9M/s) |
174 | 2024-12-19T20:58:01.882Z | Download: 3826/4281 items 217.2/220.6MB 98% complete (8.4M/s) |
175 | 2024-12-19T20:58:06.964Z | Download: 4205/4281 items 220.5/220.6MB 99% complete (2.1M/s) |
176 | 2024-12-19T20:58:10.281Z | Download: Completed 220.60 MB in 54.55 seconds (4.0M/s) |
177 | 2024-12-19T20:58:12.446Z | Actions: 1/5063 actions (Removing old actions) |
178 | 2024-12-19T20:58:12.471Z | Actions: 194/5063 actions (Installing new actions) |
179 | 2024-12-19T20:58:17.126Z | Actions: 4226/5063 actions (Updating modified actions) |
180 | 2024-12-19T20:58:17.448Z | Actions: Completed 5063 actions in 5.00 seconds. |
181 | 2024-12-19T20:58:17.846Z | Done (0.390s) |
182 | 2024-12-19T20:58:17.849Z | Done (0.000s) |
183 | 2024-12-19T20:58:18.419Z | Done (0.571s) |
184 | 2024-12-19T20:58:22.883Z | Done (4.236s) |
185 | 2024-12-19T20:58:22.969Z | Done (0.020s) |
186 | 2024-12-19T20:58:22.972Z | Done (0.000s) |
187 | 2024-12-19T20:58:23.143Z | Done (0.000s) |
188 | 2024-12-19T20:58:23.828Z | Planning: Evaluating mediator changes ... Done |
189 | 2024-12-19T20:58:23.986Z | Planning: Checking for conflicting actions ... Done |
190 | 2024-12-19T20:58:23.988Z | Planning: Consolidating action changes ... Done |
191 | 2024-12-19T20:58:24.255Z | Planning: Evaluating mediators ... Done |
192 | 2024-12-19T20:58:24.258Z | Planning: Planning completed in 0.43 seconds |
193 | 2024-12-19T20:58:24.296Z | Mediators to change: 2 |
194 | 2024-12-19T20:58:24.296Z | Create boot environment: No |
195 | 2024-12-19T20:58:24.296Z | Create backup boot environment: No |
196 | 2024-12-19T20:58:24.379Z | Done |
197 | 2024-12-19T20:58:24.379Z | Done |
198 | 2024-12-19T20:58:24.765Z | Done |
199 | 2024-12-19T20:58:28.395Z | Done |
200 | 2024-12-19T20:58:28.488Z | Done |
201 | 2024-12-19T20:58:28.490Z | Done |
202 | 2024-12-19T20:58:28.622Z | Done |
203 | 2024-12-19T20:58:29.249Z | Planning: Evaluating mediator changes ... Done |
204 | 2024-12-19T20:58:29.251Z | Planning: Merging actions ... Done |
205 | 2024-12-19T20:58:29.436Z | Planning: Checking for conflicting actions ... Done |
206 | 2024-12-19T20:58:29.438Z | Planning: Consolidating action changes ... Done |
207 | 2024-12-19T20:58:29.702Z | Planning: Evaluating mediators ... Done |
208 | 2024-12-19T20:58:29.756Z | Planning: Planning completed in 0.75 seconds |
209 | 2024-12-19T20:58:29.797Z | Packages to change: 1 |
210 | 2024-12-19T20:58:29.797Z | Mediators to change: 1 |
211 | 2024-12-19T20:58:29.800Z | Services to change: 1 |
212 | 2024-12-19T20:58:29.801Z | Create boot environment: No |
213 | 2024-12-19T20:58:29.801Z | Create backup boot environment: Yes |
214 | 2024-12-19T20:58:32.049Z | Actions: 1/6 actions (Updating modified actions) |
215 | 2024-12-19T20:58:32.054Z | Actions: Completed 6 actions in 0.00 seconds. |
216 | 2024-12-19T20:58:32.054Z | Done |
217 | 2024-12-19T20:58:32.054Z | Done |
218 | 2024-12-19T20:58:32.168Z | Done |
219 | 2024-12-19T20:58:35.807Z | Done |
220 | 2024-12-19T20:58:35.897Z | Done |
221 | 2024-12-19T20:58:35.900Z | Done |
222 | 2024-12-19T20:58:36.043Z | Done |
223 | 2024-12-19T20:58:36.474Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
224 | 2024-12-19T20:58:36.474Z | clang system 15 system |
225 | 2024-12-19T20:58:36.474Z | csh system system illumos |
226 | 2024-12-19T20:58:36.474Z | ctags system system illumos |
227 | 2024-12-19T20:58:36.474Z | gcc vendor 12 vendor |
228 | 2024-12-19T20:58:36.474Z | gcc system 10 system |
229 | 2024-12-19T20:58:36.474Z | gcc system 7 system |
230 | 2024-12-19T20:58:36.474Z | go system 1.20 system |
231 | 2024-12-19T20:58:36.474Z | go system 1.19 system |
232 | 2024-12-19T20:58:36.474Z | llvm system 15 system |
233 | 2024-12-19T20:58:36.474Z | llvm system 14 system |
234 | 2024-12-19T20:58:36.474Z | mariadb system 10.6 system |
235 | 2024-12-19T20:58:36.474Z | mta vendor vendor dma |
236 | 2024-12-19T20:58:36.474Z | openjdk system 17 system |
237 | 2024-12-19T20:58:36.474Z | openjdk system 11 system |
238 | 2024-12-19T20:58:36.474Z | openjdk system 1.8 system |
239 | 2024-12-19T20:58:36.474Z | openssl vendor 3 vendor |
240 | 2024-12-19T20:58:36.474Z | perl system 5.36 system |
241 | 2024-12-19T20:58:36.474Z | postgresql system 15 system |
242 | 2024-12-19T20:58:36.474Z | postgresql system 13 system |
243 | 2024-12-19T20:58:36.474Z | python vendor 3 vendor |
244 | 2024-12-19T20:58:36.474Z | python system 2 system |
245 | 2024-12-19T20:58:36.474Z | python3 system 3.11 system |
246 | 2024-12-19T20:58:36.475Z | ruby system 3.0 system |
247 | 2024-12-19T20:58:36.475Z | words vendor vendor american-english |
248 | 2024-12-19T20:58:36.475Z | words system system australian-english |
249 | 2024-12-19T20:58:36.475Z | words system system british-english |
250 | 2024-12-19T20:58:36.475Z | words system system canadian-english |
251 | 2024-12-19T20:58:36.475Z | words system system french |
252 | 2024-12-19T20:58:36.475Z | words system system italian |
253 | 2024-12-19T20:58:36.475Z | words system system ngerman |
254 | 2024-12-19T20:58:36.475Z | words system system ogerman |
255 | 2024-12-19T20:58:36.475Z | words system system spanish |
256 | 2024-12-19T20:58:36.802Z | PUBLISHER TYPE STATUS P LOCATION |
257 | 2024-12-19T20:58:36.802Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
258 | 2024-12-19T20:58:39.514Z | FMRI IFO |
259 | 2024-12-19T20:58:39.514Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
260 | 2024-12-19T20:58:39.514Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
261 | 2024-12-19T20:58:39.514Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
262 | 2024-12-19T20:58:39.514Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
263 | 2024-12-19T20:58:39.514Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
264 | 2024-12-19T20:58:39.514Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
265 | 2024-12-19T20:58:39.514Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
266 | 2024-12-19T20:58:39.514Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
267 | 2024-12-19T20:58:39.514Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
268 | 2024-12-19T20:58:39.514Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
269 | 2024-12-19T20:58:39.514Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
270 | 2024-12-19T20:58:39.514Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
271 | 2024-12-19T20:58:39.515Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
272 | 2024-12-19T20:58:39.515Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
273 | 2024-12-19T20:58:39.515Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
274 | 2024-12-19T20:58:40.267Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
275 | 2024-12-19T20:58:40.689Z | Updating crates.io index |
276 | 2024-12-19T20:58:40.691Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
277 | 2024-12-19T20:58:41.281Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
278 | 2024-12-19T20:58:41.566Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
279 | 2024-12-19T20:58:41.805Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
280 | 2024-12-19T20:58:42.044Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
281 | 2024-12-19T20:58:42.897Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
282 | 2024-12-19T20:58:44.381Z | Updating git repository `https://github.com/oxidecomputer/opte` |
283 | 2024-12-19T20:58:45.024Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
284 | 2024-12-19T20:58:45.738Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
285 | 2024-12-19T20:58:46.016Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
286 | 2024-12-19T20:58:46.348Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
287 | 2024-12-19T20:58:46.913Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
288 | 2024-12-19T20:58:47.212Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
289 | 2024-12-19T20:58:47.526Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
290 | 2024-12-19T20:58:47.793Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
291 | 2024-12-19T20:58:48.053Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
292 | 2024-12-19T20:58:48.290Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
293 | 2024-12-19T20:58:48.575Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
294 | 2024-12-19T20:58:48.831Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
295 | 2024-12-19T20:58:49.218Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
296 | 2024-12-19T20:58:49.573Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
297 | 2024-12-19T20:58:49.987Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
298 | 2024-12-19T20:58:50.284Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
299 | 2024-12-19T20:58:50.668Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
300 | 2024-12-19T20:58:50.992Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
301 | 2024-12-19T20:58:51.340Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
302 | 2024-12-19T20:58:51.618Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
303 | 2024-12-19T20:58:51.867Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
304 | 2024-12-19T20:58:53.238Z | Downloading crates ... |
305 | 2024-12-19T20:58:53.304Z | Downloaded cfg-if v1.0.0 |
306 | 2024-12-19T20:58:53.307Z | Downloaded digest v0.10.7 |
307 | 2024-12-19T20:58:53.311Z | Downloaded fastrand v2.1.1 |
308 | 2024-12-19T20:58:53.314Z | Downloaded heck v0.4.1 |
309 | 2024-12-19T20:58:53.314Z | Downloaded is_terminal_polyfill v1.70.1 |
310 | 2024-12-19T20:58:53.316Z | Downloaded heck v0.5.0 |
311 | 2024-12-19T20:58:53.320Z | Downloaded memchr v2.7.4 |
312 | 2024-12-19T20:58:53.325Z | Downloaded quote v1.0.37 |
313 | 2024-12-19T20:58:53.327Z | Downloaded anyhow v1.0.93 |
314 | 2024-12-19T20:58:53.331Z | Downloaded autocfg v1.4.0 |
315 | 2024-12-19T20:58:53.334Z | Downloaded anstyle-query v1.1.1 |
316 | 2024-12-19T20:58:53.334Z | Downloaded bitflags v2.6.0 |
317 | 2024-12-19T20:58:53.337Z | Downloaded fnv v1.0.7 |
318 | 2024-12-19T20:58:53.340Z | Downloaded generic-array v0.14.7 |
319 | 2024-12-19T20:58:53.341Z | Downloaded errno v0.3.9 |
320 | 2024-12-19T20:58:53.341Z | Downloaded equivalent v1.0.1 |
321 | 2024-12-19T20:58:53.343Z | Downloaded itoa v1.0.11 |
322 | 2024-12-19T20:58:53.343Z | Downloaded crypto-common v0.1.6 |
323 | 2024-12-19T20:58:53.347Z | Downloaded colorchoice v1.0.2 |
324 | 2024-12-19T20:58:53.347Z | Downloaded proc-macro-error-attr v1.0.4 |
325 | 2024-12-19T20:58:53.347Z | Downloaded proc-macro-error v1.0.4 |
326 | 2024-12-19T20:58:53.352Z | Downloaded plain v0.2.3 |
327 | 2024-12-19T20:58:53.352Z | Downloaded log v0.4.22 |
328 | 2024-12-19T20:58:53.354Z | Downloaded byteorder v1.5.0 |
329 | 2024-12-19T20:58:53.354Z | Downloaded block-buffer v0.10.4 |
330 | 2024-12-19T20:58:53.355Z | Downloaded once_cell v1.20.2 |
331 | 2024-12-19T20:58:53.366Z | Downloaded strsim v0.11.1 |
332 | 2024-12-19T20:58:53.368Z | Downloaded thiserror v1.0.69 |
333 | 2024-12-19T20:58:53.371Z | Downloaded typenum v1.17.0 |
334 | 2024-12-19T20:58:53.373Z | Downloaded ucd-trie v0.1.7 |
335 | 2024-12-19T20:58:53.376Z | Downloaded toml_datetime v0.6.8 |
336 | 2024-12-19T20:58:53.378Z | Downloaded camino-tempfile v1.1.1 |
337 | 2024-12-19T20:58:53.378Z | Downloaded thiserror-impl v1.0.69 |
338 | 2024-12-19T20:58:53.381Z | Downloaded clap v4.5.21 |
339 | 2024-12-19T20:58:53.421Z | Downloaded anstyle v1.0.10 |
340 | 2024-12-19T20:58:53.424Z | Downloaded anstyle-parse v0.2.5 |
341 | 2024-12-19T20:58:53.424Z | Downloaded cargo_metadata v0.18.1 |
342 | 2024-12-19T20:58:53.426Z | Downloaded cpufeatures v0.2.14 |
343 | 2024-12-19T20:58:53.426Z | Downloaded clap_lex v0.7.2 |
344 | 2024-12-19T20:58:53.428Z | Downloaded bytecount v0.6.8 |
345 | 2024-12-19T20:58:53.428Z | Downloaded pest_generator v2.7.14 |
346 | 2024-12-19T20:58:53.430Z | Downloaded clap_derive v4.5.18 |
347 | 2024-12-19T20:58:53.433Z | Downloaded cargo-platform v0.1.8 |
348 | 2024-12-19T20:58:53.433Z | Downloaded indexmap v2.6.0 |
349 | 2024-12-19T20:58:53.436Z | Downloaded anstream v0.6.15 |
350 | 2024-12-19T20:58:53.439Z | Downloaded pest v2.7.14 |
351 | 2024-12-19T20:58:53.465Z | Downloaded pest_derive v2.7.14 |
352 | 2024-12-19T20:58:53.467Z | Downloaded pest_meta v2.7.14 |
353 | 2024-12-19T20:58:53.469Z | Downloaded proc-macro2 v1.0.89 |
354 | 2024-12-19T20:58:53.477Z | Downloaded serde_spanned v0.6.8 |
355 | 2024-12-19T20:58:53.480Z | Downloaded rustix v0.38.37 |
356 | 2024-12-19T20:58:53.498Z | Downloaded zerocopy v0.7.35 |
357 | 2024-12-19T20:58:53.512Z | Downloaded version_check v0.9.5 |
358 | 2024-12-19T20:58:53.515Z | Downloaded utf8parse v0.2.2 |
359 | 2024-12-19T20:58:53.515Z | Downloaded tempfile v3.13.0 |
360 | 2024-12-19T20:58:53.518Z | Downloaded semver v1.0.23 |
361 | 2024-12-19T20:58:53.523Z | Downloaded zerocopy-derive v0.7.35 |
362 | 2024-12-19T20:58:53.527Z | Downloaded smawk v0.3.2 |
363 | 2024-12-19T20:58:53.531Z | Downloaded sha2 v0.10.8 |
364 | 2024-12-19T20:58:53.533Z | Downloaded ryu v1.0.18 |
365 | 2024-12-19T20:58:53.534Z | Downloaded serde_derive v1.0.215 |
366 | 2024-12-19T20:58:53.540Z | Downloaded serde_json v1.0.132 |
367 | 2024-12-19T20:58:53.546Z | Downloaded textwrap v0.16.1 |
368 | 2024-12-19T20:58:53.550Z | Downloaded toml v0.8.19 |
369 | 2024-12-19T20:58:53.552Z | Downloaded unicode-linebreak v0.1.5 |
370 | 2024-12-19T20:58:53.552Z | Downloaded camino v1.1.9 |
371 | 2024-12-19T20:58:53.555Z | Downloaded unicode-ident v1.0.13 |
372 | 2024-12-19T20:58:53.558Z | Downloaded cargo_toml v0.20.5 |
373 | 2024-12-19T20:58:53.560Z | Downloaded toml_edit v0.22.22 |
374 | 2024-12-19T20:58:53.598Z | Downloaded syn v1.0.109 |
375 | 2024-12-19T20:58:53.611Z | Downloaded winnow v0.6.20 |
376 | 2024-12-19T20:58:53.619Z | Downloaded serde v1.0.215 |
377 | 2024-12-19T20:58:53.632Z | Downloaded pretty-hex v0.4.1 |
378 | 2024-12-19T20:58:53.634Z | Downloaded swrite v0.1.0 |
379 | 2024-12-19T20:58:53.635Z | Downloaded memmap v0.7.0 |
380 | 2024-12-19T20:58:53.637Z | Downloaded scroll v0.12.0 |
381 | 2024-12-19T20:58:53.637Z | Downloaded dof v0.3.0 |
382 | 2024-12-19T20:58:53.639Z | Downloaded clap_builder v4.5.21 |
383 | 2024-12-19T20:58:53.644Z | Downloaded papergrid v0.11.0 |
384 | 2024-12-19T20:58:53.648Z | Downloaded macaddr v1.0.1 |
385 | 2024-12-19T20:58:53.650Z | Downloaded hashbrown v0.15.1 |
386 | 2024-12-19T20:58:53.654Z | Downloaded goblin v0.8.2 |
387 | 2024-12-19T20:58:53.659Z | Downloaded usdt-macro v0.5.0 |
388 | 2024-12-19T20:58:53.662Z | Downloaded serde_tokenstream v0.2.2 |
389 | 2024-12-19T20:58:53.662Z | Downloaded scroll_derive v0.12.0 |
390 | 2024-12-19T20:58:53.662Z | Downloaded libc v0.2.162 |
391 | 2024-12-19T20:58:53.687Z | Downloaded usdt-impl v0.5.0 |
392 | 2024-12-19T20:58:53.689Z | Downloaded usdt-attr-macro v0.5.0 |
393 | 2024-12-19T20:58:53.689Z | Downloaded usdt v0.5.0 |
394 | 2024-12-19T20:58:53.689Z | Downloaded unicode-width v0.1.14 |
395 | 2024-12-19T20:58:53.693Z | Downloaded thread-id v4.2.2 |
396 | 2024-12-19T20:58:53.695Z | Downloaded terminal_size v0.4.0 |
397 | 2024-12-19T20:58:53.695Z | Downloaded tabled_derive v0.7.0 |
398 | 2024-12-19T20:58:53.698Z | Downloaded tabled v0.15.0 |
399 | 2024-12-19T20:58:53.710Z | Downloaded syn v2.0.87 |
400 | 2024-12-19T20:58:53.720Z | Downloaded fs-err v2.11.0 |
401 | 2024-12-19T20:58:53.723Z | Downloaded dtrace-parser v0.2.0 |
402 | 2024-12-19T20:58:54.003Z | Compiling proc-macro2 v1.0.89 |
403 | 2024-12-19T20:58:54.003Z | Compiling unicode-ident v1.0.13 |
404 | 2024-12-19T20:58:54.003Z | Compiling serde v1.0.215 |
405 | 2024-12-19T20:58:54.005Z | Compiling version_check v0.9.5 |
406 | 2024-12-19T20:58:54.005Z | Compiling memchr v2.7.4 |
407 | 2024-12-19T20:58:54.005Z | Compiling thiserror v1.0.69 |
408 | 2024-12-19T20:58:54.006Z | Compiling libc v0.2.162 |
409 | 2024-12-19T20:58:54.006Z | Compiling ucd-trie v0.1.7 |
410 | 2024-12-19T20:58:54.253Z | Compiling itoa v1.0.11 |
411 | 2024-12-19T20:58:54.491Z | Compiling ryu v1.0.18 |
412 | 2024-12-19T20:58:54.777Z | Compiling once_cell v1.20.2 |
413 | 2024-12-19T20:58:54.827Z | Compiling byteorder v1.5.0 |
414 | 2024-12-19T20:58:55.022Z | Compiling rustix v0.38.37 |
415 | 2024-12-19T20:58:55.178Z | Compiling serde_json v1.0.132 |
416 | 2024-12-19T20:58:55.331Z | Compiling bitflags v2.6.0 |
417 | 2024-12-19T20:58:55.518Z | Compiling proc-macro-error-attr v1.0.4 |
418 | 2024-12-19T20:58:55.686Z | Compiling usdt-impl v0.5.0 |
419 | 2024-12-19T20:58:55.762Z | Compiling syn v1.0.109 |
420 | 2024-12-19T20:58:55.788Z | Compiling proc-macro-error v1.0.4 |
421 | 2024-12-19T20:58:55.906Z | Compiling quote v1.0.37 |
422 | 2024-12-19T20:58:55.957Z | Compiling log v0.4.22 |
423 | 2024-12-19T20:58:56.091Z | Compiling camino v1.1.9 |
424 | 2024-12-19T20:58:56.204Z | Compiling errno v0.3.9 |
425 | 2024-12-19T20:58:56.398Z | Compiling syn v2.0.87 |
426 | 2024-12-19T20:58:56.449Z | Compiling thread-id v4.2.2 |
427 | 2024-12-19T20:58:56.541Z | Compiling plain v0.2.3 |
428 | 2024-12-19T20:58:56.568Z | Compiling utf8parse v0.2.2 |
429 | 2024-12-19T20:58:56.593Z | Compiling hashbrown v0.15.1 |
430 | 2024-12-19T20:58:56.715Z | Compiling equivalent v1.0.1 |
431 | 2024-12-19T20:58:56.742Z | Compiling anstyle-parse v0.2.5 |
432 | 2024-12-19T20:58:56.988Z | Compiling pretty-hex v0.4.1 |
433 | 2024-12-19T20:58:57.082Z | Compiling anstyle-query v1.1.1 |
434 | 2024-12-19T20:58:57.189Z | Compiling is_terminal_polyfill v1.70.1 |
435 | 2024-12-19T20:58:57.213Z | Compiling anstyle v1.0.10 |
436 | 2024-12-19T20:58:57.237Z | Compiling semver v1.0.23 |
437 | 2024-12-19T20:58:57.317Z | Compiling unicode-width v0.1.14 |
438 | 2024-12-19T20:58:57.641Z | Compiling autocfg v1.4.0 |
439 | 2024-12-19T20:58:57.722Z | Compiling colorchoice v1.0.2 |
440 | 2024-12-19T20:58:57.762Z | Compiling winnow v0.6.20 |
441 | 2024-12-19T20:58:57.821Z | Compiling indexmap v2.6.0 |
442 | 2024-12-19T20:58:57.887Z | Compiling anstream v0.6.15 |
443 | 2024-12-19T20:58:58.270Z | Compiling fastrand v2.1.1 |
444 | 2024-12-19T20:58:58.615Z | Compiling cfg-if v1.0.0 |
445 | 2024-12-19T20:58:58.721Z | Compiling terminal_size v0.4.0 |
446 | 2024-12-19T20:58:58.853Z | Compiling fs-err v2.11.0 |
447 | 2024-12-19T20:58:58.856Z | Compiling fnv v1.0.7 |
448 | 2024-12-19T20:58:58.934Z | Compiling heck v0.4.1 |
449 | 2024-12-19T20:58:59.006Z | Compiling clap_lex v0.7.2 |
450 | 2024-12-19T20:58:59.104Z | Compiling bytecount v0.6.8 |
451 | 2024-12-19T20:58:59.209Z | Compiling strsim v0.11.1 |
452 | 2024-12-19T20:58:59.325Z | Compiling heck v0.5.0 |
453 | 2024-12-19T20:58:59.432Z | Compiling anyhow v1.0.93 |
454 | 2024-12-19T20:58:59.504Z | Compiling papergrid v0.11.0 |
455 | 2024-12-19T20:58:59.888Z | Compiling tempfile v3.13.0 |
456 | 2024-12-19T20:59:00.144Z | Compiling clap_builder v4.5.21 |
457 | 2024-12-19T20:59:00.566Z | Compiling memmap v0.7.0 |
458 | 2024-12-19T20:59:00.591Z | Compiling smawk v0.3.2 |
459 | 2024-12-19T20:59:00.734Z | Compiling unicode-linebreak v0.1.5 |
460 | 2024-12-19T20:59:01.241Z | Compiling textwrap v0.16.1 |
461 | 2024-12-19T20:59:01.441Z | Compiling swrite v0.1.0 |
462 | 2024-12-19T20:59:02.514Z | Compiling tabled_derive v0.7.0 |
463 | 2024-12-19T20:59:04.034Z | Compiling tabled v0.15.0 |
464 | 2024-12-19T20:59:05.329Z | Compiling serde_derive v1.0.215 |
465 | 2024-12-19T20:59:05.333Z | Compiling thiserror-impl v1.0.69 |
466 | 2024-12-19T20:59:05.333Z | Compiling zerocopy-derive v0.7.35 |
467 | 2024-12-19T20:59:05.508Z | Compiling scroll_derive v0.12.0 |
468 | 2024-12-19T20:59:05.532Z | Compiling clap_derive v4.5.18 |
469 | 2024-12-19T20:59:06.834Z | Compiling scroll v0.12.0 |
470 | 2024-12-19T20:59:07.315Z | Compiling goblin v0.8.2 |
471 | 2024-12-19T20:59:07.388Z | Compiling zerocopy v0.7.35 |
472 | 2024-12-19T20:59:08.052Z | Compiling pest v2.7.14 |
473 | 2024-12-19T20:59:09.349Z | Compiling clap v4.5.21 |
474 | 2024-12-19T20:59:10.302Z | Compiling pest_meta v2.7.14 |
475 | 2024-12-19T20:59:11.189Z | Compiling pest_generator v2.7.14 |
476 | 2024-12-19T20:59:13.127Z | Compiling pest_derive v2.7.14 |
477 | 2024-12-19T20:59:13.824Z | Compiling dtrace-parser v0.2.0 |
478 | 2024-12-19T20:59:15.779Z | Compiling toml_datetime v0.6.8 |
479 | 2024-12-19T20:59:15.780Z | Compiling serde_spanned v0.6.8 |
480 | 2024-12-19T20:59:15.782Z | Compiling cargo-platform v0.1.8 |
481 | 2024-12-19T20:59:16.270Z | Compiling serde_tokenstream v0.2.2 |
482 | 2024-12-19T20:59:16.276Z | Compiling toml_edit v0.22.22 |
483 | 2024-12-19T20:59:16.410Z | Compiling macaddr v1.0.1 |
484 | 2024-12-19T20:59:16.513Z | Compiling camino-tempfile v1.1.1 |
485 | 2024-12-19T20:59:17.314Z | Compiling dof v0.3.0 |
486 | 2024-12-19T20:59:17.314Z | Compiling cargo_metadata v0.18.1 |
487 | 2024-12-19T20:59:19.011Z | Compiling toml v0.8.19 |
488 | 2024-12-19T20:59:19.227Z | Compiling usdt-attr-macro v0.5.0 |
489 | 2024-12-19T20:59:19.230Z | Compiling usdt-macro v0.5.0 |
490 | 2024-12-19T20:59:19.936Z | Compiling cargo_toml v0.20.5 |
491 | 2024-12-19T20:59:20.603Z | Compiling usdt v0.5.0 |
492 | 2024-12-19T20:59:23.495Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
493 | 2024-12-19T20:59:27.664Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.63s |
494 | 2024-12-19T20:59:27.930Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
495 | 2024-12-19T20:59:28.456Z | Downloading crates ... |
496 | 2024-12-19T20:59:28.566Z | Downloaded adler2 v2.0.0 |
497 | 2024-12-19T20:59:28.572Z | Downloaded ahash v0.8.11 |
498 | 2024-12-19T20:59:28.585Z | Downloaded aho-corasick v1.1.3 |
499 | 2024-12-19T20:59:28.592Z | Downloaded arrayvec v0.7.6 |
500 | 2024-12-19T20:59:28.594Z | Downloaded arrayref v0.3.9 |
501 | 2024-12-19T20:59:28.596Z | Downloaded async-stream-impl v0.3.6 |
502 | 2024-12-19T20:59:28.598Z | Downloaded async-stream v0.3.6 |
503 | 2024-12-19T20:59:28.601Z | Downloaded atty v0.2.14 |
504 | 2024-12-19T20:59:28.601Z | Downloaded atomic-waker v1.1.2 |
505 | 2024-12-19T20:59:28.603Z | Downloaded hostname v0.3.1 |
506 | 2024-12-19T20:59:28.605Z | Downloaded iana-time-zone v0.1.61 |
507 | 2024-12-19T20:59:28.608Z | Downloaded base64ct v1.6.0 |
508 | 2024-12-19T20:59:28.611Z | Downloaded base64 v0.13.1 |
509 | 2024-12-19T20:59:28.613Z | Downloaded icu_collections v1.5.0 |
510 | 2024-12-19T20:59:28.621Z | Downloaded icu_locid_transform_data v1.5.0 |
511 | 2024-12-19T20:59:28.623Z | Downloaded bitflags v1.3.2 |
512 | 2024-12-19T20:59:28.635Z | Downloaded icu_normalizer_data v1.5.0 |
513 | 2024-12-19T20:59:28.635Z | Downloaded base16ct v0.2.0 |
514 | 2024-12-19T20:59:28.635Z | Downloaded icu_properties v1.5.1 |
515 | 2024-12-19T20:59:28.635Z | Downloaded ascii-canvas v3.0.0 |
516 | 2024-12-19T20:59:28.639Z | Downloaded addr2line v0.24.2 |
517 | 2024-12-19T20:59:28.640Z | Downloaded icu_normalizer v1.5.0 |
518 | 2024-12-19T20:59:28.643Z | Downloaded bitvec v1.0.1 |
519 | 2024-12-19T20:59:28.660Z | Downloaded icu_provider_macros v1.5.0 |
520 | 2024-12-19T20:59:28.662Z | Downloaded icu_provider v1.5.0 |
521 | 2024-12-19T20:59:28.665Z | Downloaded icu_properties_data v1.5.0 |
522 | 2024-12-19T20:59:28.676Z | Downloaded is-terminal v0.4.13 |
523 | 2024-12-19T20:59:28.678Z | Downloaded bumpalo v3.16.0 |
524 | 2024-12-19T20:59:28.681Z | Downloaded itertools v0.10.5 |
525 | 2024-12-19T20:59:28.689Z | Downloaded instant v0.1.13 |
526 | 2024-12-19T20:59:28.692Z | Downloaded chrono v0.4.38 |
527 | 2024-12-19T20:59:28.700Z | Downloaded colored v2.1.0 |
528 | 2024-12-19T20:59:28.703Z | Downloaded convert_case v0.4.0 |
529 | 2024-12-19T20:59:28.705Z | Downloaded const-oid v0.9.6 |
530 | 2024-12-19T20:59:28.708Z | Downloaded crc32fast v1.4.2 |
531 | 2024-12-19T20:59:28.710Z | Downloaded crossbeam-channel v0.5.13 |
532 | 2024-12-19T20:59:28.714Z | Downloaded crossbeam-deque v0.8.5 |
533 | 2024-12-19T20:59:28.716Z | Downloaded lock_api v0.4.12 |
534 | 2024-12-19T20:59:28.718Z | Downloaded ciborium-ll v0.2.2 |
535 | 2024-12-19T20:59:28.721Z | Downloaded ciborium-io v0.2.2 |
536 | 2024-12-19T20:59:28.721Z | Downloaded ciborium v0.2.2 |
537 | 2024-12-19T20:59:28.723Z | Downloaded indexmap v1.9.3 |
538 | 2024-12-19T20:59:28.726Z | Downloaded idna_adapter v1.2.0 |
539 | 2024-12-19T20:59:28.729Z | Downloaded idna v1.0.3 |
540 | 2024-12-19T20:59:28.733Z | Downloaded bstr v1.10.0 |
541 | 2024-12-19T20:59:28.745Z | Downloaded humantime v2.1.0 |
542 | 2024-12-19T20:59:28.747Z | Downloaded httparse v1.9.5 |
543 | 2024-12-19T20:59:28.750Z | Downloaded ident_case v1.0.1 |
544 | 2024-12-19T20:59:28.752Z | Downloaded http v1.1.0 |
545 | 2024-12-19T20:59:28.755Z | Downloaded http-body-util v0.1.2 |
546 | 2024-12-19T20:59:28.757Z | Downloaded aead v0.5.2 |
547 | 2024-12-19T20:59:28.759Z | Downloaded http-body v1.0.1 |
548 | 2024-12-19T20:59:28.763Z | Downloaded home v0.5.9 |
549 | 2024-12-19T20:59:28.763Z | Downloaded bit-vec v0.6.3 |
550 | 2024-12-19T20:59:28.765Z | Downloaded aes-gcm v0.10.3 |
551 | 2024-12-19T20:59:28.768Z | Downloaded idna v0.5.0 |
552 | 2024-12-19T20:59:28.775Z | Downloaded libm v0.2.8 |
553 | 2024-12-19T20:59:28.785Z | Downloaded minimal-lexical v0.2.1 |
554 | 2024-12-19T20:59:28.789Z | Downloaded mime v0.3.17 |
555 | 2024-12-19T20:59:28.792Z | Downloaded matches v0.1.10 |
556 | 2024-12-19T20:59:28.794Z | Downloaded match_cfg v0.1.0 |
557 | 2024-12-19T20:59:28.794Z | Downloaded maplit v1.0.2 |
558 | 2024-12-19T20:59:28.794Z | Downloaded lru-cache v0.1.2 |
559 | 2024-12-19T20:59:28.797Z | Downloaded crunchy v0.2.2 |
560 | 2024-12-19T20:59:28.797Z | Downloaded crossbeam-utils v0.8.20 |
561 | 2024-12-19T20:59:28.800Z | Downloaded curve25519-dalek v4.1.3 |
562 | 2024-12-19T20:59:28.810Z | Downloaded curve25519-dalek-derive v0.1.1 |
563 | 2024-12-19T20:59:28.813Z | Downloaded crossbeam-epoch v0.9.18 |
564 | 2024-12-19T20:59:28.815Z | Downloaded crc-catalog v2.4.0 |
565 | 2024-12-19T20:59:28.818Z | Downloaded aes v0.8.4 |
566 | 2024-12-19T20:59:28.820Z | Downloaded blowfish v0.9.1 |
567 | 2024-12-19T20:59:28.822Z | Downloaded blake2 v0.10.6 |
568 | 2024-12-19T20:59:28.825Z | Downloaded castaway v0.2.3 |
569 | 2024-12-19T20:59:28.827Z | Downloaded clang-sys v1.8.1 |
570 | 2024-12-19T20:59:28.829Z | Downloaded cbc v0.1.2 |
571 | 2024-12-19T20:59:28.831Z | Downloaded bzip2 v0.4.4 |
572 | 2024-12-19T20:59:28.834Z | Downloaded cfg_aliases v0.2.1 |
573 | 2024-12-19T20:59:28.836Z | Downloaded block-padding v0.3.3 |
574 | 2024-12-19T20:59:28.836Z | Downloaded bcrypt-pbkdf v0.10.0 |
575 | 2024-12-19T20:59:28.839Z | Downloaded backoff v0.4.0 |
576 | 2024-12-19T20:59:28.841Z | Downloaded blake3 v1.5.4 |
577 | 2024-12-19T20:59:28.849Z | Downloaded cookie v0.18.1 |
578 | 2024-12-19T20:59:28.852Z | Downloaded crc v3.2.1 |
579 | 2024-12-19T20:59:28.855Z | Downloaded cobs v0.2.3 |
580 | 2024-12-19T20:59:28.858Z | Downloaded cipher v0.4.4 |
581 | 2024-12-19T20:59:28.861Z | Downloaded cexpr v0.6.0 |
582 | 2024-12-19T20:59:28.863Z | Downloaded hostname v0.4.0 |
583 | 2024-12-19T20:59:28.863Z | Downloaded hmac v0.12.1 |
584 | 2024-12-19T20:59:28.866Z | Downloaded httpdate v1.0.3 |
585 | 2024-12-19T20:59:28.868Z | Downloaded hyper-tls v0.6.0 |
586 | 2024-12-19T20:59:28.870Z | Downloaded hyper-rustls v0.27.3 |
587 | 2024-12-19T20:59:28.872Z | Downloaded cstr-argument v0.1.2 |
588 | 2024-12-19T20:59:28.874Z | Downloaded bindgen v0.69.5 |
589 | 2024-12-19T20:59:28.881Z | Downloaded ipnetwork v0.20.0 |
590 | 2024-12-19T20:59:28.883Z | Downloaded ipnet v2.10.1 |
591 | 2024-12-19T20:59:28.885Z | Downloaded lazycell v1.3.0 |
592 | 2024-12-19T20:59:28.888Z | Downloaded lazy_static v1.5.0 |
593 | 2024-12-19T20:59:28.890Z | Downloaded jobserver v0.1.32 |
594 | 2024-12-19T20:59:28.893Z | Downloaded bytes v1.8.0 |
595 | 2024-12-19T20:59:28.896Z | Downloaded keccak v0.1.5 |
596 | 2024-12-19T20:59:28.898Z | Downloaded inout v0.1.3 |
597 | 2024-12-19T20:59:28.900Z | Downloaded hyper-util v0.1.10 |
598 | 2024-12-19T20:59:28.903Z | Downloaded hkdf v0.12.4 |
599 | 2024-12-19T20:59:28.906Z | Downloaded darling v0.20.10 |
600 | 2024-12-19T20:59:28.911Z | Downloaded progenitor-macro v0.8.0 |
601 | 2024-12-19T20:59:28.913Z | Downloaded constant_time_eq v0.3.1 |
602 | 2024-12-19T20:59:28.915Z | Downloaded const_format_proc_macros v0.2.33 |
603 | 2024-12-19T20:59:28.918Z | Downloaded cc v1.1.30 |
604 | 2024-12-19T20:59:28.921Z | Downloaded litemap v0.7.3 |
605 | 2024-12-19T20:59:28.924Z | Downloaded lru v0.12.5 |
606 | 2024-12-19T20:59:28.926Z | Downloaded lockfree-object-pool v0.1.6 |
607 | 2024-12-19T20:59:28.929Z | Downloaded linked-hash-map v0.5.6 |
608 | 2024-12-19T20:59:28.931Z | Downloaded libloading v0.8.5 |
609 | 2024-12-19T20:59:28.934Z | Downloaded itertools v0.13.0 |
610 | 2024-12-19T20:59:28.940Z | Downloaded itertools v0.12.1 |
611 | 2024-12-19T20:59:28.949Z | Downloaded mirai-annotations v1.12.0 |
612 | 2024-12-19T20:59:28.951Z | Downloaded miniz_oxide v0.8.0 |
613 | 2024-12-19T20:59:28.954Z | Downloaded radium v0.7.0 |
614 | 2024-12-19T20:59:28.954Z | Downloaded memoffset v0.9.1 |
615 | 2024-12-19T20:59:28.956Z | Downloaded md-5 v0.10.6 |
616 | 2024-12-19T20:59:28.959Z | Downloaded memmap2 v0.9.5 |
617 | 2024-12-19T20:59:28.961Z | Downloaded md5 v0.7.0 |
618 | 2024-12-19T20:59:28.961Z | Downloaded ctr v0.9.2 |
619 | 2024-12-19T20:59:28.964Z | Downloaded csv-core v0.1.11 |
620 | 2024-12-19T20:59:28.966Z | Downloaded aws-lc-rs v1.10.0 |
621 | 2024-12-19T20:59:28.976Z | Downloaded ref-cast-impl v1.0.23 |
622 | 2024-12-19T20:59:28.979Z | Downloaded mime_guess v2.0.5 |
623 | 2024-12-19T20:59:28.981Z | Downloaded instability v0.3.2 |
624 | 2024-12-19T20:59:28.981Z | Downloaded indent_write v2.2.0 |
625 | 2024-12-19T20:59:28.988Z | Downloaded allocator-api2 v0.2.18 |
626 | 2024-12-19T20:59:28.991Z | Downloaded radix_trie v0.2.1 |
627 | 2024-12-19T20:59:28.995Z | Downloaded hickory-resolver v0.24.1 |
628 | 2024-12-19T20:59:29.007Z | Downloaded multer v3.1.0 |
629 | 2024-12-19T20:59:29.010Z | Downloaded mio v1.0.2 |
630 | 2024-12-19T20:59:29.016Z | Downloaded impl-trait-for-tuples v0.2.2 |
631 | 2024-12-19T20:59:29.019Z | Downloaded indicatif v0.17.9 |
632 | 2024-12-19T20:59:29.024Z | Downloaded atomicwrites v0.4.4 |
633 | 2024-12-19T20:59:29.027Z | Downloaded async-recursion v1.1.1 |
634 | 2024-12-19T20:59:29.030Z | Downloaded async-bb8-diesel v0.2.1 |
635 | 2024-12-19T20:59:29.032Z | Downloaded assert_matches v1.5.0 |
636 | 2024-12-19T20:59:29.034Z | Downloaded array-init v0.0.4 |
637 | 2024-12-19T20:59:29.037Z | Downloaded argon2 v0.5.3 |
638 | 2024-12-19T20:59:29.037Z | Downloaded bcs v0.1.6 |
639 | 2024-12-19T20:59:29.039Z | Downloaded console v0.15.8 |
640 | 2024-12-19T20:59:29.042Z | Downloaded compact_str v0.8.0 |
641 | 2024-12-19T20:59:29.046Z | Downloaded icu_locid_transform v1.5.0 |
642 | 2024-12-19T20:59:29.049Z | Downloaded icu_locid v1.5.0 |
643 | 2024-12-19T20:59:29.056Z | Downloaded bit-set v0.5.3 |
644 | 2024-12-19T20:59:29.058Z | Downloaded base64 v0.22.1 |
645 | 2024-12-19T20:59:29.061Z | Downloaded bb8 v0.8.5 |
646 | 2024-12-19T20:59:29.064Z | Downloaded base64 v0.21.7 |
647 | 2024-12-19T20:59:29.066Z | Downloaded backtrace v0.3.74 |
648 | 2024-12-19T20:59:29.073Z | Downloaded shlex v1.3.0 |
649 | 2024-12-19T20:59:29.075Z | Downloaded rustversion v1.0.17 |
650 | 2024-12-19T20:59:29.078Z | Downloaded signal-hook v0.3.17 |
651 | 2024-12-19T20:59:29.081Z | Downloaded highway v1.2.0 |
652 | 2024-12-19T20:59:29.084Z | Downloaded strum_macros v0.24.3 |
653 | 2024-12-19T20:59:29.087Z | Downloaded term v0.7.0 |
654 | 2024-12-19T20:59:29.091Z | Downloaded termcolor v1.4.1 |
655 | 2024-12-19T20:59:29.093Z | Downloaded tokio-macros v2.4.0 |
656 | 2024-12-19T20:59:29.095Z | Downloaded tls_codec_derive v0.4.1 |
657 | 2024-12-19T20:59:29.097Z | Downloaded tls_codec v0.4.1 |
658 | 2024-12-19T20:59:29.100Z | Downloaded tinyvec_macros v0.1.1 |
659 | 2024-12-19T20:59:29.100Z | Downloaded sha1 v0.10.6 |
660 | 2024-12-19T20:59:29.103Z | Downloaded sec1 v0.7.3 |
661 | 2024-12-19T20:59:29.105Z | Downloaded secrecy v0.8.0 |
662 | 2024-12-19T20:59:29.105Z | Downloaded rustls-webpki v0.102.8 |
663 | 2024-12-19T20:59:29.124Z | Downloaded stable_deref_trait v1.2.0 |
664 | 2024-12-19T20:59:29.128Z | Downloaded is_ci v1.2.0 |
665 | 2024-12-19T20:59:29.128Z | Downloaded internet-checksum v0.2.1 |
666 | 2024-12-19T20:59:29.128Z | Downloaded indoc v1.0.9 |
667 | 2024-12-19T20:59:29.131Z | Downloaded idna v0.4.0 |
668 | 2024-12-19T20:59:29.137Z | Downloaded idna v0.2.3 |
669 | 2024-12-19T20:59:29.146Z | Downloaded tungstenite v0.24.0 |
670 | 2024-12-19T20:59:29.150Z | Downloaded bitfield-struct v0.6.2 |
671 | 2024-12-19T20:59:29.152Z | Downloaded bitfield v0.14.0 |
672 | 2024-12-19T20:59:29.155Z | Downloaded synstructure v0.13.1 |
673 | 2024-12-19T20:59:29.155Z | Downloaded darling_macro v0.20.10 |
674 | 2024-12-19T20:59:29.158Z | Downloaded data-encoding v2.6.0 |
675 | 2024-12-19T20:59:29.158Z | Downloaded tinyvec v1.8.0 |
676 | 2024-12-19T20:59:29.161Z | Downloaded zerofrom v0.1.4 |
677 | 2024-12-19T20:59:29.163Z | Downloaded darling_core v0.20.10 |
678 | 2024-12-19T20:59:29.167Z | Downloaded endian-type v0.1.2 |
679 | 2024-12-19T20:59:29.169Z | Downloaded diff v0.1.13 |
680 | 2024-12-19T20:59:29.172Z | Downloaded futures-sink v0.3.31 |
681 | 2024-12-19T20:59:29.175Z | Downloaded futures-macro v0.3.31 |
682 | 2024-12-19T20:59:29.175Z | Downloaded futures-executor v0.3.31 |
683 | 2024-12-19T20:59:29.178Z | Downloaded quick-error v1.2.3 |
684 | 2024-12-19T20:59:29.180Z | Downloaded rand_xorshift v0.3.0 |
685 | 2024-12-19T20:59:29.180Z | Downloaded unicode-xid v0.2.6 |
686 | 2024-12-19T20:59:29.183Z | Downloaded unicode-segmentation v1.12.0 |
687 | 2024-12-19T20:59:29.186Z | Downloaded hickory-proto v0.24.1 |
688 | 2024-12-19T20:59:29.203Z | Downloaded unicode-width v0.2.0 |
689 | 2024-12-19T20:59:29.209Z | Downloaded rustc_version v0.1.7 |
690 | 2024-12-19T20:59:29.212Z | Downloaded whoami v1.5.2 |
691 | 2024-12-19T20:59:29.214Z | Downloaded unarray v0.1.4 |
692 | 2024-12-19T20:59:29.217Z | Downloaded yoke-derive v0.7.4 |
693 | 2024-12-19T20:59:29.217Z | Downloaded x509-cert v0.2.5 |
694 | 2024-12-19T20:59:29.223Z | Downloaded resolv-conf v0.7.0 |
695 | 2024-12-19T20:59:29.225Z | Downloaded chacha20 v0.9.1 |
696 | 2024-12-19T20:59:29.228Z | Downloaded cfg_aliases v0.1.1 |
697 | 2024-12-19T20:59:29.230Z | Downloaded buf-list v1.0.3 |
698 | 2024-12-19T20:59:29.233Z | Downloaded reqwest v0.12.9 |
699 | 2024-12-19T20:59:29.241Z | Downloaded rustls-pki-types v1.9.0 |
700 | 2024-12-19T20:59:29.245Z | Downloaded elliptic-curve v0.13.8 |
701 | 2024-12-19T20:59:29.249Z | Downloaded serde_derive_internals v0.29.1 |
702 | 2024-12-19T20:59:29.252Z | Downloaded serde_with_macros v3.11.0 |
703 | 2024-12-19T20:59:29.254Z | Downloaded fallible-iterator v0.3.0 |
704 | 2024-12-19T20:59:29.256Z | Downloaded env_logger v0.11.5 |
705 | 2024-12-19T20:59:29.258Z | Downloaded serde_yaml v0.9.34+deprecated |
706 | 2024-12-19T20:59:29.262Z | Downloaded funty v2.0.0 |
707 | 2024-12-19T20:59:29.264Z | Downloaded fs_extra v1.3.0 |
708 | 2024-12-19T20:59:29.267Z | Downloaded serde_with v3.11.0 |
709 | 2024-12-19T20:59:29.276Z | Downloaded num-bigint v0.4.6 |
710 | 2024-12-19T20:59:29.282Z | Downloaded r2d2 v0.8.10 |
711 | 2024-12-19T20:59:29.284Z | Downloaded quick-xml v0.33.0 |
712 | 2024-12-19T20:59:29.291Z | Downloaded chrono-tz v0.10.0 |
713 | 2024-12-19T20:59:29.299Z | Downloaded tokio-rustls v0.24.1 |
714 | 2024-12-19T20:59:29.302Z | Downloaded tokio-postgres v0.7.12 |
715 | 2024-12-19T20:59:29.307Z | Downloaded tracing v0.1.40 |
716 | 2024-12-19T20:59:29.313Z | Downloaded tungstenite v0.21.0 |
717 | 2024-12-19T20:59:29.316Z | Downloaded tokio-native-tls v0.3.1 |
718 | 2024-12-19T20:59:29.319Z | Downloaded thiserror-impl v2.0.3 |
719 | 2024-12-19T20:59:29.322Z | Downloaded num-integer v0.1.46 |
720 | 2024-12-19T20:59:29.324Z | Downloaded snafu-derive v0.8.5 |
721 | 2024-12-19T20:59:29.327Z | Downloaded semver v0.1.20 |
722 | 2024-12-19T20:59:29.327Z | Downloaded futures v0.3.31 |
723 | 2024-12-19T20:59:29.332Z | Downloaded unicode-bidi v0.3.17 |
724 | 2024-12-19T20:59:29.336Z | Downloaded writeable v0.5.5 |
725 | 2024-12-19T20:59:29.339Z | Downloaded want v0.3.1 |
726 | 2024-12-19T20:59:29.342Z | Downloaded termios v0.3.3 |
727 | 2024-12-19T20:59:29.342Z | Downloaded parking_lot_core v0.8.6 |
728 | 2024-12-19T20:59:29.344Z | Downloaded phf v0.11.2 |
729 | 2024-12-19T20:59:29.347Z | Downloaded parking_lot_core v0.9.10 |
730 | 2024-12-19T20:59:29.349Z | Downloaded form_urlencoded v1.2.1 |
731 | 2024-12-19T20:59:29.349Z | Downloaded fragile v2.0.0 |
732 | 2024-12-19T20:59:29.352Z | Downloaded dunce v1.0.5 |
733 | 2024-12-19T20:59:29.354Z | Downloaded dsl_auto_type v0.1.2 |
734 | 2024-12-19T20:59:29.354Z | Downloaded fd-lock v4.0.2 |
735 | 2024-12-19T20:59:29.357Z | Downloaded phf_codegen v0.11.2 |
736 | 2024-12-19T20:59:29.359Z | Downloaded tokio v1.40.0 |
737 | 2024-12-19T20:59:29.398Z | Downloaded futures-task v0.3.31 |
738 | 2024-12-19T20:59:29.400Z | Downloaded foreign-types-shared v0.3.1 |
739 | 2024-12-19T20:59:29.400Z | Downloaded foreign-types-shared v0.1.1 |
740 | 2024-12-19T20:59:29.403Z | Downloaded fallible-iterator v0.2.0 |
741 | 2024-12-19T20:59:29.403Z | Downloaded rustls-webpki v0.101.7 |
742 | 2024-12-19T20:59:29.418Z | Downloaded qorb v0.2.1 |
743 | 2024-12-19T20:59:29.422Z | Downloaded polyval v0.6.2 |
744 | 2024-12-19T20:59:29.424Z | Downloaded idna v0.3.0 |
745 | 2024-12-19T20:59:29.432Z | Downloaded num_enum_derive v0.5.11 |
746 | 2024-12-19T20:59:29.434Z | Downloaded nibble_vec v0.1.0 |
747 | 2024-12-19T20:59:29.436Z | Downloaded portable-atomic v1.9.0 |
748 | 2024-12-19T20:59:29.442Z | Downloaded poly1305 v0.8.0 |
749 | 2024-12-19T20:59:29.446Z | Downloaded pkg-config v0.3.31 |
750 | 2024-12-19T20:59:29.448Z | Downloaded diesel_table_macro_syntax v0.2.0 |
751 | 2024-12-19T20:59:29.448Z | Downloaded debug-ignore v1.0.5 |
752 | 2024-12-19T20:59:29.451Z | Downloaded object v0.36.5 |
753 | 2024-12-19T20:59:29.464Z | Downloaded primeorder v0.13.6 |
754 | 2024-12-19T20:59:29.466Z | Downloaded reedline v0.35.0 |
755 | 2024-12-19T20:59:29.474Z | Downloaded prettyplease v0.2.25 |
756 | 2024-12-19T20:59:29.477Z | Downloaded rustls v0.23.14 |
757 | 2024-12-19T20:59:29.491Z | Downloaded rustls v0.21.12 |
758 | 2024-12-19T20:59:29.503Z | Downloaded spin v0.5.2 |
759 | 2024-12-19T20:59:29.505Z | Downloaded ron v0.8.1 |
760 | 2024-12-19T20:59:29.510Z | Downloaded strum v0.26.3 |
761 | 2024-12-19T20:59:29.513Z | Downloaded sqlformat v0.2.6 |
762 | 2024-12-19T20:59:29.515Z | Downloaded rustc_version v0.4.1 |
763 | 2024-12-19T20:59:29.515Z | Downloaded rustc-hash v2.0.0 |
764 | 2024-12-19T20:59:29.517Z | Downloaded pkcs1 v0.7.5 |
765 | 2024-12-19T20:59:29.520Z | Downloaded tap v1.0.1 |
766 | 2024-12-19T20:59:29.523Z | Downloaded strum_macros v0.25.3 |
767 | 2024-12-19T20:59:29.525Z | Downloaded slog-bunyan v2.5.0 |
768 | 2024-12-19T20:59:29.525Z | Downloaded pin-utils v0.1.0 |
769 | 2024-12-19T20:59:29.528Z | Downloaded peg-macros v0.8.4 |
770 | 2024-12-19T20:59:29.530Z | Downloaded peg v0.8.4 |
771 | 2024-12-19T20:59:29.534Z | Downloaded pbkdf2 v0.12.2 |
772 | 2024-12-19T20:59:29.536Z | Downloaded number_prefix v0.4.0 |
773 | 2024-12-19T20:59:29.538Z | Downloaded num_threads v0.1.7 |
774 | 2024-12-19T20:59:29.538Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
775 | 2024-12-19T20:59:29.551Z | Downloaded tiny-keccak v2.0.2 |
776 | 2024-12-19T20:59:29.555Z | Downloaded thiserror-impl-no-std v2.0.2 |
777 | 2024-12-19T20:59:29.557Z | Downloaded ron v0.7.1 |
778 | 2024-12-19T20:59:29.561Z | Downloaded utf8_iter v1.0.4 |
779 | 2024-12-19T20:59:29.564Z | Downloaded tokio-rustls v0.26.0 |
780 | 2024-12-19T20:59:29.566Z | Downloaded tokio-tungstenite v0.21.0 |
781 | 2024-12-19T20:59:29.568Z | Downloaded which v4.4.2 |
782 | 2024-12-19T20:59:29.570Z | Downloaded tokio-stream v0.1.16 |
783 | 2024-12-19T20:59:29.574Z | Downloaded yoke v0.7.4 |
784 | 2024-12-19T20:59:29.577Z | Downloaded deranged v0.3.11 |
785 | 2024-12-19T20:59:29.579Z | Downloaded zeroize_derive v1.4.2 |
786 | 2024-12-19T20:59:29.579Z | Downloaded zerofrom-derive v0.1.4 |
787 | 2024-12-19T20:59:29.582Z | Downloaded yasna v0.5.2 |
788 | 2024-12-19T20:59:29.585Z | Downloaded der v0.7.9 |
789 | 2024-12-19T20:59:29.589Z | Downloaded env_filter v0.1.2 |
790 | 2024-12-19T20:59:29.591Z | Downloaded env_logger v0.10.2 |
791 | 2024-12-19T20:59:29.595Z | Downloaded num-iter v0.1.45 |
792 | 2024-12-19T20:59:29.597Z | Downloaded nu-ansi-term v0.50.1 |
793 | 2024-12-19T20:59:29.599Z | Downloaded filetime v0.2.25 |
794 | 2024-12-19T20:59:29.601Z | Downloaded ff v0.13.0 |
795 | 2024-12-19T20:59:29.603Z | Downloaded zerovec v0.10.4 |
796 | 2024-12-19T20:59:29.609Z | Downloaded zerovec-derive v0.10.3 |
797 | 2024-12-19T20:59:29.611Z | Downloaded ssh-key v0.6.6 |
798 | 2024-12-19T20:59:29.619Z | Downloaded difflib v0.4.0 |
799 | 2024-12-19T20:59:29.621Z | Downloaded ssh-encoding v0.2.0 |
800 | 2024-12-19T20:59:29.624Z | Downloaded slog-stdlog v4.1.1 |
801 | 2024-12-19T20:59:29.624Z | Downloaded diesel_derives v2.2.3 |
802 | 2024-12-19T20:59:29.629Z | Downloaded p384 v0.13.0 |
803 | 2024-12-19T20:59:29.636Z | Downloaded slog-scope v4.4.0 |
804 | 2024-12-19T20:59:29.638Z | Downloaded derive-where v1.2.7 |
805 | 2024-12-19T20:59:29.641Z | Downloaded flume v0.11.1 |
806 | 2024-12-19T20:59:29.647Z | Downloaded num_enum v0.5.11 |
807 | 2024-12-19T20:59:29.652Z | Downloaded proptest v1.5.0 |
808 | 2024-12-19T20:59:29.663Z | Downloaded spin v0.9.8 |
809 | 2024-12-19T20:59:29.666Z | Downloaded tokio-tungstenite v0.24.0 |
810 | 2024-12-19T20:59:29.669Z | Downloaded subtle v2.6.1 |
811 | 2024-12-19T20:59:29.671Z | Downloaded slab v0.4.9 |
812 | 2024-12-19T20:59:29.673Z | Downloaded utf16_iter v1.0.5 |
813 | 2024-12-19T20:59:29.676Z | Downloaded either v1.13.0 |
814 | 2024-12-19T20:59:29.676Z | Downloaded ed25519 v2.2.3 |
815 | 2024-12-19T20:59:29.678Z | Downloaded thiserror v2.0.3 |
816 | 2024-12-19T20:59:29.683Z | Downloaded dirs-next v2.0.0 |
817 | 2024-12-19T20:59:29.685Z | Downloaded dirs-sys-next v0.1.2 |
818 | 2024-12-19T20:59:29.687Z | Downloaded ed25519-dalek v2.1.1 |
819 | 2024-12-19T20:59:29.690Z | Downloaded newtype_derive v0.1.6 |
820 | 2024-12-19T20:59:29.693Z | Downloaded lzma-sys v0.1.20 |
821 | 2024-12-19T20:59:29.722Z | Downloaded openssl-probe v0.1.5 |
822 | 2024-12-19T20:59:29.725Z | Downloaded ena v0.14.3 |
823 | 2024-12-19T20:59:29.728Z | Downloaded embedded-io v0.6.1 |
824 | 2024-12-19T20:59:29.728Z | Downloaded embedded-io v0.4.0 |
825 | 2024-12-19T20:59:29.728Z | Downloaded ecdsa v0.16.9 |
826 | 2024-12-19T20:59:29.730Z | Downloaded peg-runtime v0.8.3 |
827 | 2024-12-19T20:59:29.734Z | Downloaded gimli v0.31.1 |
828 | 2024-12-19T20:59:29.741Z | Downloaded progenitor-client v0.8.0 |
829 | 2024-12-19T20:59:29.744Z | Downloaded progenitor v0.8.0 |
830 | 2024-12-19T20:59:29.744Z | Downloaded proc-macro-crate v1.3.1 |
831 | 2024-12-19T20:59:29.746Z | Downloaded pin-project-internal v1.1.6 |
832 | 2024-12-19T20:59:29.749Z | Downloaded pin-project v1.1.6 |
833 | 2024-12-19T20:59:29.760Z | Downloaded hashbrown v0.13.2 |
834 | 2024-12-19T20:59:29.765Z | Downloaded native-tls v0.2.12 |
835 | 2024-12-19T20:59:29.767Z | Downloaded progenitor-impl v0.8.0 |
836 | 2024-12-19T20:59:29.770Z | Downloaded nom v7.1.3 |
837 | 2024-12-19T20:59:29.777Z | Downloaded siphasher v0.3.11 |
838 | 2024-12-19T20:59:29.779Z | Downloaded nodrop v0.1.14 |
839 | 2024-12-19T20:59:29.779Z | Downloaded rsa v0.9.6 |
840 | 2024-12-19T20:59:29.785Z | Downloaded regex-syntax v0.8.5 |
841 | 2024-12-19T20:59:29.795Z | Downloaded quinn-udp v0.5.5 |
842 | 2024-12-19T20:59:29.798Z | Downloaded pin-project-lite v0.2.14 |
843 | 2024-12-19T20:59:29.802Z | Downloaded time-core v0.1.2 |
844 | 2024-12-19T20:59:29.804Z | Downloaded time v0.3.36 |
845 | 2024-12-19T20:59:29.812Z | Downloaded regex-syntax v0.6.29 |
846 | 2024-12-19T20:59:29.820Z | Downloaded rusqlite v0.32.1 |
847 | 2024-12-19T20:59:29.828Z | Downloaded twox-hash v1.6.3 |
848 | 2024-12-19T20:59:29.831Z | Downloaded petname v2.0.2 |
849 | 2024-12-19T20:59:29.837Z | Downloaded phf_shared v0.11.2 |
850 | 2024-12-19T20:59:29.840Z | Downloaded phf_shared v0.10.0 |
851 | 2024-12-19T20:59:29.840Z | Downloaded rustfmt-wrapper v0.2.1 |
852 | 2024-12-19T20:59:29.842Z | Downloaded pretty-hex v0.2.1 |
853 | 2024-12-19T20:59:29.842Z | Downloaded predicates-tree v1.0.11 |
854 | 2024-12-19T20:59:29.844Z | Downloaded predicates v3.1.2 |
855 | 2024-12-19T20:59:29.847Z | Downloaded uuid v1.11.0 |
856 | 2024-12-19T20:59:29.850Z | Downloaded h2 v0.4.6 |
857 | 2024-12-19T20:59:29.857Z | Downloaded thread_local v1.1.8 |
858 | 2024-12-19T20:59:29.860Z | Downloaded structmeta-derive v0.3.0 |
859 | 2024-12-19T20:59:29.862Z | Downloaded signal-hook-registry v1.4.2 |
860 | 2024-12-19T20:59:29.862Z | Downloaded universal-hash v0.5.1 |
861 | 2024-12-19T20:59:29.864Z | Downloaded tokio-util v0.7.12 |
862 | 2024-12-19T20:59:29.871Z | Downloaded unicode_categories v0.1.1 |
863 | 2024-12-19T20:59:29.873Z | Downloaded write16 v1.0.0 |
864 | 2024-12-19T20:59:29.876Z | Downloaded xattr v1.3.1 |
865 | 2024-12-19T20:59:29.878Z | Downloaded float-cmp v0.9.0 |
866 | 2024-12-19T20:59:29.880Z | Downloaded float-ord v0.3.2 |
867 | 2024-12-19T20:59:29.880Z | Downloaded enum-as-inner v0.6.1 |
868 | 2024-12-19T20:59:29.883Z | Downloaded password-hash v0.5.0 |
869 | 2024-12-19T20:59:29.886Z | Downloaded getrandom v0.2.15 |
870 | 2024-12-19T20:59:29.888Z | Downloaded new_debug_unreachable v1.0.6 |
871 | 2024-12-19T20:59:29.891Z | Downloaded nanorand v0.7.0 |
872 | 2024-12-19T20:59:29.893Z | Downloaded parking_lot v0.12.3 |
873 | 2024-12-19T20:59:29.895Z | Downloaded hash32 v0.2.1 |
874 | 2024-12-19T20:59:29.898Z | Downloaded half v2.4.1 |
875 | 2024-12-19T20:59:29.900Z | Downloaded sqlparser_derive v0.2.2 |
876 | 2024-12-19T20:59:29.903Z | Downloaded sqlparser v0.45.0 |
877 | 2024-12-19T20:59:29.909Z | Downloaded hash32 v0.3.1 |
878 | 2024-12-19T20:59:29.912Z | Downloaded typify-impl v0.2.0 |
879 | 2024-12-19T20:59:29.928Z | Downloaded static_assertions v1.1.0 |
880 | 2024-12-19T20:59:29.930Z | Downloaded display-error-chain v0.2.2 |
881 | 2024-12-19T20:59:29.930Z | Downloaded diesel-dtrace v0.4.0 |
882 | 2024-12-19T20:59:29.934Z | Downloaded signature v2.2.0 |
883 | 2024-12-19T20:59:29.934Z | Downloaded sct v0.7.1 |
884 | 2024-12-19T20:59:29.937Z | Downloaded toml v0.7.8 |
885 | 2024-12-19T20:59:29.940Z | Downloaded webpki-roots v0.26.6 |
886 | 2024-12-19T20:59:29.945Z | Downloaded uzers v0.12.1 |
887 | 2024-12-19T20:59:29.947Z | Downloaded unicode-properties v0.1.3 |
888 | 2024-12-19T20:59:29.950Z | Downloaded foldhash v0.1.3 |
889 | 2024-12-19T20:59:29.952Z | Downloaded unicode-normalization v0.1.24 |
890 | 2024-12-19T20:59:29.955Z | Downloaded zerocopy-derive v0.8.10 |
891 | 2024-12-19T20:59:29.962Z | Downloaded opaque-debug v0.3.1 |
892 | 2024-12-19T20:59:29.964Z | Downloaded num-derive v0.4.2 |
893 | 2024-12-19T20:59:29.967Z | Downloaded serde_urlencoded v0.7.1 |
894 | 2024-12-19T20:59:29.969Z | Downloaded serde_repr v0.1.19 |
895 | 2024-12-19T20:59:29.972Z | Downloaded num-complex v0.4.6 |
896 | 2024-12-19T20:59:29.972Z | Downloaded heck v0.3.3 |
897 | 2024-12-19T20:59:29.974Z | Downloaded ghash v0.5.1 |
898 | 2024-12-19T20:59:29.974Z | Downloaded fxhash v0.2.1 |
899 | 2024-12-19T20:59:29.976Z | Downloaded smoltcp v0.9.1 |
900 | 2024-12-19T20:59:29.986Z | Downloaded fixedbitset v0.4.2 |
901 | 2024-12-19T20:59:29.993Z | Downloaded globset v0.4.15 |
902 | 2024-12-19T20:59:29.993Z | Downloaded group v0.13.0 |
903 | 2024-12-19T20:59:29.993Z | Downloaded glob v0.3.1 |
904 | 2024-12-19T20:59:29.997Z | Downloaded nix v0.29.0 |
905 | 2024-12-19T20:59:30.006Z | Downloaded parking_lot v0.11.2 |
906 | 2024-12-19T20:59:30.009Z | Downloaded subprocess v0.2.9 |
907 | 2024-12-19T20:59:30.011Z | Downloaded newtype-uuid v1.1.3 |
908 | 2024-12-19T20:59:30.014Z | Downloaded trust-dns-proto v0.22.0 |
909 | 2024-12-19T20:59:30.028Z | Downloaded enum-as-inner v0.5.1 |
910 | 2024-12-19T20:59:30.031Z | Downloaded take_mut v0.2.2 |
911 | 2024-12-19T20:59:30.031Z | Downloaded sync_wrapper v1.0.1 |
912 | 2024-12-19T20:59:30.033Z | Downloaded strum_macros v0.26.4 |
913 | 2024-12-19T20:59:30.036Z | Downloaded structmeta v0.3.0 |
914 | 2024-12-19T20:59:30.036Z | Downloaded openssl v0.10.66 |
915 | 2024-12-19T20:59:30.045Z | Downloaded ppv-lite86 v0.2.20 |
916 | 2024-12-19T20:59:30.048Z | Downloaded zerocopy v0.6.6 |
917 | 2024-12-19T20:59:30.050Z | Downloaded powerfmt v0.2.0 |
918 | 2024-12-19T20:59:30.050Z | Downloaded signal-hook-tokio v0.3.1 |
919 | 2024-12-19T20:59:30.053Z | Downloaded tracing-attributes v0.1.27 |
920 | 2024-12-19T20:59:30.055Z | Downloaded paste v1.0.15 |
921 | 2024-12-19T20:59:30.057Z | Downloaded num-traits v0.2.19 |
922 | 2024-12-19T20:59:30.060Z | Downloaded num-rational v0.4.2 |
923 | 2024-12-19T20:59:30.063Z | Downloaded rtoolbox v0.0.2 |
924 | 2024-12-19T20:59:30.065Z | Downloaded fatfs v0.3.6 |
925 | 2024-12-19T20:59:30.067Z | Downloaded zerocopy-derive v0.6.6 |
926 | 2024-12-19T20:59:30.077Z | Downloaded schemars_derive v0.8.21 |
927 | 2024-12-19T20:59:30.080Z | Downloaded rpassword v7.3.1 |
928 | 2024-12-19T20:59:30.082Z | Downloaded parse-display v0.10.0 |
929 | 2024-12-19T20:59:30.082Z | Downloaded hashbrown v0.12.3 |
930 | 2024-12-19T20:59:30.086Z | Downloaded scheduled-thread-pool v0.2.7 |
931 | 2024-12-19T20:59:30.089Z | Downloaded derive_more v0.99.18 |
932 | 2024-12-19T20:59:30.093Z | Downloaded hashbrown v0.14.5 |
933 | 2024-12-19T20:59:30.099Z | Downloaded path-slash v0.1.5 |
934 | 2024-12-19T20:59:30.101Z | Downloaded zone v0.1.8 |
935 | 2024-12-19T20:59:30.101Z | Downloaded smoltcp v0.11.0 |
936 | 2024-12-19T20:59:30.115Z | Downloaded rand_chacha v0.3.1 |
937 | 2024-12-19T20:59:30.118Z | Downloaded russh-cryptovec v0.7.3 |
938 | 2024-12-19T20:59:30.118Z | Downloaded rand_seeder v0.3.0 |
939 | 2024-12-19T20:59:30.120Z | Downloaded rand v0.8.5 |
940 | 2024-12-19T20:59:30.123Z | Downloaded num v0.4.3 |
941 | 2024-12-19T20:59:30.123Z | Downloaded num-bigint-dig v0.8.4 |
942 | 2024-12-19T20:59:30.128Z | Downloaded tabwriter v1.4.0 |
943 | 2024-12-19T20:59:30.130Z | Downloaded rayon v1.10.0 |
944 | 2024-12-19T20:59:30.139Z | Downloaded headers v0.4.0 |
945 | 2024-12-19T20:59:30.145Z | Downloaded untrusted v0.7.1 |
946 | 2024-12-19T20:59:30.147Z | Downloaded untrusted v0.9.0 |
947 | 2024-12-19T20:59:30.150Z | Downloaded wait-timeout v0.2.0 |
948 | 2024-12-19T20:59:30.150Z | Downloaded headers-core v0.3.0 |
949 | 2024-12-19T20:59:30.153Z | Downloaded multimap v0.10.0 |
950 | 2024-12-19T20:59:30.153Z | Downloaded hex-literal v0.4.1 |
951 | 2024-12-19T20:59:30.153Z | Downloaded flagset v0.4.6 |
952 | 2024-12-19T20:59:30.156Z | Downloaded utf-8 v0.7.6 |
953 | 2024-12-19T20:59:30.156Z | Downloaded value-bag v1.9.0 |
954 | 2024-12-19T20:59:30.159Z | Downloaded thiserror-no-std v2.0.2 |
955 | 2024-12-19T20:59:30.162Z | Downloaded diesel v2.2.6 |
956 | 2024-12-19T20:59:30.182Z | Downloaded p256 v0.13.2 |
957 | 2024-12-19T20:59:30.185Z | Downloaded polar-core v0.27.3 |
958 | 2024-12-19T20:59:30.194Z | Downloaded openssl-sys v0.9.103 |
959 | 2024-12-19T20:59:30.200Z | Downloaded packed_struct_codegen v0.10.1 |
960 | 2024-12-19T20:59:30.202Z | Downloaded derive_builder_macro v0.20.2 |
961 | 2024-12-19T20:59:30.202Z | Downloaded derive_builder_core v0.20.2 |
962 | 2024-12-19T20:59:30.204Z | Downloaded defmt-parser v0.3.4 |
963 | 2024-12-19T20:59:30.207Z | Downloaded defmt-macros v0.3.9 |
964 | 2024-12-19T20:59:30.210Z | Downloaded foreign-types-macros v0.2.3 |
965 | 2024-12-19T20:59:30.210Z | Downloaded smallvec v1.13.2 |
966 | 2024-12-19T20:59:30.212Z | Downloaded slog-term v2.9.1 |
967 | 2024-12-19T20:59:30.214Z | Downloaded parse-size v1.1.0 |
968 | 2024-12-19T20:59:30.217Z | Downloaded similar v2.6.0 |
969 | 2024-12-19T20:59:30.221Z | Downloaded percent-encoding v2.3.1 |
970 | 2024-12-19T20:59:30.223Z | Downloaded pem v3.0.4 |
971 | 2024-12-19T20:59:30.225Z | Downloaded futures-util v0.3.31 |
972 | 2024-12-19T20:59:30.237Z | Downloaded psl-types v2.0.11 |
973 | 2024-12-19T20:59:30.239Z | Downloaded strip-ansi-escapes v0.2.0 |
974 | 2024-12-19T20:59:30.239Z | Downloaded scopeguard v1.2.0 |
975 | 2024-12-19T20:59:30.241Z | Downloaded flate2 v1.0.34 |
976 | 2024-12-19T20:59:30.245Z | Downloaded stringprep v0.1.5 |
977 | 2024-12-19T20:59:30.248Z | Downloaded quinn v0.11.5 |
978 | 2024-12-19T20:59:30.250Z | Downloaded openssl-macros v0.1.1 |
979 | 2024-12-19T20:59:30.253Z | Downloaded hex v0.4.3 |
980 | 2024-12-19T20:59:30.255Z | Downloaded rustyline v14.0.0 |
981 | 2024-12-19T20:59:30.259Z | Downloaded samael v0.0.17 |
982 | 2024-12-19T20:59:30.265Z | Downloaded salty v0.3.0 |
983 | 2024-12-19T20:59:30.272Z | Downloaded walkdir v2.5.0 |
984 | 2024-12-19T20:59:30.275Z | Downloaded packed_struct v0.10.1 |
985 | 2024-12-19T20:59:30.278Z | Downloaded heapless v0.8.0 |
986 | 2024-12-19T20:59:30.282Z | Downloaded dhcproto v0.12.0 |
987 | 2024-12-19T20:59:30.287Z | Downloaded rand_core v0.6.4 |
988 | 2024-12-19T20:59:30.288Z | Downloaded spki v0.7.3 |
989 | 2024-12-19T20:59:30.291Z | Downloaded postcard v1.0.10 |
990 | 2024-12-19T20:59:30.291Z | Downloaded pbkdf2 v0.11.0 |
991 | 2024-12-19T20:59:30.294Z | Downloaded tower-service v0.3.3 |
992 | 2024-12-19T20:59:30.294Z | Downloaded slog-json v2.6.1 |
993 | 2024-12-19T20:59:30.297Z | Downloaded downcast v0.11.0 |
994 | 2024-12-19T20:59:30.297Z | Downloaded dhcproto-macros v0.1.0 |
995 | 2024-12-19T20:59:30.299Z | Downloaded dyn-clone v1.0.17 |
996 | 2024-12-19T20:59:30.300Z | Downloaded displaydoc v0.2.5 |
997 | 2024-12-19T20:59:30.302Z | Downloaded zip v2.1.3 |
998 | 2024-12-19T20:59:30.307Z | Downloaded rcgen v0.12.1 |
999 | 2024-12-19T20:59:30.310Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1000 | 2024-12-19T20:59:30.367Z | Downloaded publicsuffix v2.2.3 |
1001 | 2024-12-19T20:59:30.370Z | Downloaded newline-converter v0.3.0 |
1002 | 2024-12-19T20:59:30.373Z | Downloaded russh-keys v0.45.0 |
1003 | 2024-12-19T20:59:30.373Z | Downloaded zerocopy v0.8.10 |
1004 | 2024-12-19T20:59:30.396Z | Downloaded regress v0.9.1 |
1005 | 2024-12-19T20:59:30.404Z | Downloaded pkcs8 v0.10.2 |
1006 | 2024-12-19T20:59:30.407Z | Downloaded foreign-types v0.5.0 |
1007 | 2024-12-19T20:59:30.409Z | Downloaded parse-display-derive v0.10.0 |
1008 | 2024-12-19T20:59:30.409Z | Downloaded owo-colors v4.1.0 |
1009 | 2024-12-19T20:59:30.412Z | Downloaded regress v0.10.1 |
1010 | 2024-12-19T20:59:30.420Z | Downloaded phf_generator v0.11.2 |
1011 | 2024-12-19T20:59:30.422Z | Downloaded postgres-types v0.2.8 |
1012 | 2024-12-19T20:59:30.425Z | Downloaded simd-adler32 v0.3.7 |
1013 | 2024-12-19T20:59:30.427Z | Downloaded quinn-proto v0.11.8 |
1014 | 2024-12-19T20:59:30.432Z | Downloaded tungstenite v0.23.0 |
1015 | 2024-12-19T20:59:30.435Z | Downloaded tui-tree-widget v0.22.0 |
1016 | 2024-12-19T20:59:30.438Z | Downloaded sync-ptr v0.1.1 |
1017 | 2024-12-19T20:59:30.438Z | Downloaded supports-color v3.0.1 |
1018 | 2024-12-19T20:59:30.441Z | Downloaded parse-zoneinfo v0.3.1 |
1019 | 2024-12-19T20:59:30.443Z | Downloaded postgres-protocol v0.6.7 |
1020 | 2024-12-19T20:59:30.446Z | Downloaded smallvec v0.6.14 |
1021 | 2024-12-19T20:59:30.446Z | Downloaded slog v2.7.0 |
1022 | 2024-12-19T20:59:30.449Z | Downloaded same-file v1.0.6 |
1023 | 2024-12-19T20:59:30.452Z | Downloaded ref-cast v1.0.23 |
1024 | 2024-12-19T20:59:30.454Z | Downloaded gethostname v0.5.0 |
1025 | 2024-12-19T20:59:30.454Z | Downloaded defmt v0.3.8 |
1026 | 2024-12-19T20:59:30.457Z | Downloaded rayon-core v1.12.1 |
1027 | 2024-12-19T20:59:30.460Z | Downloaded toml_edit v0.19.15 |
1028 | 2024-12-19T20:59:30.476Z | Downloaded string_cache v0.8.7 |
1029 | 2024-12-19T20:59:30.479Z | Downloaded password-hash v0.4.2 |
1030 | 2024-12-19T20:59:30.481Z | Downloaded serde_plain v1.0.2 |
1031 | 2024-12-19T20:59:30.481Z | Downloaded hashlink v0.9.1 |
1032 | 2024-12-19T20:59:30.484Z | Downloaded foreign-types v0.3.2 |
1033 | 2024-12-19T20:59:30.484Z | Downloaded structmeta-derive v0.2.0 |
1034 | 2024-12-19T20:59:30.484Z | Downloaded normalize-line-endings v0.3.0 |
1035 | 2024-12-19T20:59:30.487Z | Downloaded termtree v0.4.1 |
1036 | 2024-12-19T20:59:30.487Z | Downloaded try-lock v0.2.5 |
1037 | 2024-12-19T20:59:30.487Z | Downloaded tracing-core v0.1.32 |
1038 | 2024-12-19T20:59:30.490Z | Downloaded tar v0.4.42 |
1039 | 2024-12-19T20:59:30.493Z | Downloaded ssh-cipher v0.2.0 |
1040 | 2024-12-19T20:59:30.495Z | Downloaded sigpipe v0.1.3 |
1041 | 2024-12-19T20:59:30.495Z | Downloaded typify v0.2.0 |
1042 | 2024-12-19T20:59:30.499Z | Downloaded structmeta v0.2.0 |
1043 | 2024-12-19T20:59:30.499Z | Downloaded smf v0.2.3 |
1044 | 2024-12-19T20:59:30.501Z | Downloaded serde-hex v0.1.0 |
1045 | 2024-12-19T20:59:30.501Z | Downloaded serde-big-array v0.5.1 |
1046 | 2024-12-19T20:59:30.503Z | Downloaded slog-async v2.8.0 |
1047 | 2024-12-19T20:59:30.506Z | Downloaded wyz v0.5.1 |
1048 | 2024-12-19T20:59:30.506Z | Downloaded unsafe-libyaml v0.2.11 |
1049 | 2024-12-19T20:59:30.509Z | Downloaded signal-hook-mio v0.2.4 |
1050 | 2024-12-19T20:59:30.511Z | Downloaded zip v0.6.6 |
1051 | 2024-12-19T20:59:30.516Z | Downloaded winnow v0.5.40 |
1052 | 2024-12-19T20:59:30.523Z | Downloaded des v0.8.1 |
1053 | 2024-12-19T20:59:30.525Z | Downloaded typed-path v0.9.3 |
1054 | 2024-12-19T20:59:30.531Z | Downloaded russh v0.45.0 |
1055 | 2024-12-19T20:59:30.536Z | Downloaded regex-automata v0.4.8 |
1056 | 2024-12-19T20:59:30.555Z | Downloaded vte_generate_state_changes v0.1.2 |
1057 | 2024-12-19T20:59:30.558Z | Downloaded vte v0.11.1 |
1058 | 2024-12-19T20:59:30.558Z | Downloaded url v2.5.3 |
1059 | 2024-12-19T20:59:30.561Z | Downloaded sled v0.34.7 |
1060 | 2024-12-19T20:59:30.571Z | Downloaded git2 v0.19.0 |
1061 | 2024-12-19T20:59:30.580Z | Downloaded zone_cfg_derive v0.3.0 |
1062 | 2024-12-19T20:59:30.582Z | Downloaded zone v0.3.0 |
1063 | 2024-12-19T20:59:30.582Z | Downloaded topological-sort v0.2.2 |
1064 | 2024-12-19T20:59:30.582Z | Downloaded toolchain_find v0.4.0 |
1065 | 2024-12-19T20:59:30.586Z | Downloaded steno v0.4.1 |
1066 | 2024-12-19T20:59:30.588Z | Downloaded pkcs5 v0.7.1 |
1067 | 2024-12-19T20:59:30.591Z | Downloaded petgraph v0.6.5 |
1068 | 2024-12-19T20:59:30.612Z | Downloaded slog-envlogger v2.2.0 |
1069 | 2024-12-19T20:59:30.615Z | Downloaded oso-derive v0.27.3 |
1070 | 2024-12-19T20:59:30.615Z | Downloaded waitgroup v0.1.2 |
1071 | 2024-12-19T20:59:30.618Z | Downloaded ratatui v0.28.1 |
1072 | 2024-12-19T20:59:30.635Z | Downloaded slog-dtrace v0.3.0 |
1073 | 2024-12-19T20:59:30.637Z | Downloaded salsa20 v0.10.2 |
1074 | 2024-12-19T20:59:30.637Z | Downloaded zone_cfg_derive v0.1.2 |
1075 | 2024-12-19T20:59:30.640Z | Downloaded derive_builder v0.20.2 |
1076 | 2024-12-19T20:59:30.643Z | Downloaded xz2 v0.1.7 |
1077 | 2024-12-19T20:59:30.646Z | Downloaded tokio-tungstenite v0.23.1 |
1078 | 2024-12-19T20:59:30.648Z | Downloaded snafu v0.8.5 |
1079 | 2024-12-19T20:59:30.651Z | Downloaded pem-rfc7468 v0.7.0 |
1080 | 2024-12-19T20:59:30.654Z | Downloaded p521 v0.13.3 |
1081 | 2024-12-19T20:59:30.658Z | Downloaded openapiv3 v2.0.0 |
1082 | 2024-12-19T20:59:30.669Z | Downloaded scrypt v0.11.0 |
1083 | 2024-12-19T20:59:30.673Z | Downloaded test-strategy v0.3.1 |
1084 | 2024-12-19T20:59:30.675Z | Downloaded tough v0.19.0 |
1085 | 2024-12-19T20:59:30.682Z | Downloaded sha3 v0.10.8 |
1086 | 2024-12-19T20:59:30.687Z | Downloaded nix v0.28.0 |
1087 | 2024-12-19T20:59:30.699Z | Downloaded nix v0.27.1 |
1088 | 2024-12-19T20:59:30.709Z | Downloaded predicates-core v1.0.8 |
1089 | 2024-12-19T20:59:30.713Z | Downloaded omicron-zone-package v0.11.1 |
1090 | 2024-12-19T20:59:30.716Z | Downloaded olpc-cjson v0.1.4 |
1091 | 2024-12-19T20:59:30.716Z | Downloaded rustc-hash v1.1.0 |
1092 | 2024-12-19T20:59:30.716Z | Downloaded rustc-demangle v0.1.24 |
1093 | 2024-12-19T20:59:30.718Z | Downloaded oso v0.27.3 |
1094 | 2024-12-19T20:59:30.721Z | Downloaded object v0.30.4 |
1095 | 2024-12-19T20:59:30.730Z | Downloaded dropshot v0.12.0 |
1096 | 2024-12-19T20:59:30.749Z | Downloaded dropshot_endpoint v0.13.0 |
1097 | 2024-12-19T20:59:30.753Z | Downloaded rustls v0.22.4 |
1098 | 2024-12-19T20:59:30.765Z | Downloaded dropshot v0.13.0 |
1099 | 2024-12-19T20:59:30.785Z | Downloaded encoding_rs v0.8.34 |
1100 | 2024-12-19T20:59:30.806Z | Downloaded csv v1.3.0 |
1101 | 2024-12-19T20:59:30.825Z | Downloaded serde_path_to_error v0.1.16 |
1102 | 2024-12-19T20:59:30.828Z | Downloaded schemars v0.8.21 |
1103 | 2024-12-19T20:59:30.837Z | Downloaded rfc6979 v0.4.0 |
1104 | 2024-12-19T20:59:30.840Z | Downloaded precomputed-hash v0.1.1 |
1105 | 2024-12-19T20:59:30.840Z | Downloaded expectorate v1.1.0 |
1106 | 2024-12-19T20:59:30.843Z | Downloaded num-conv v0.1.0 |
1107 | 2024-12-19T20:59:30.843Z | Downloaded vsss-rs v3.3.4 |
1108 | 2024-12-19T20:59:30.847Z | Downloaded vergen v8.3.2 |
1109 | 2024-12-19T20:59:30.849Z | Downloaded libsqlite3-sys v0.30.1 |
1110 | 2024-12-19T20:59:30.925Z | Downloaded unicode-truncate v1.1.0 |
1111 | 2024-12-19T20:59:30.927Z | Downloaded dropshot_endpoint v0.12.0 |
1112 | 2024-12-19T20:59:30.930Z | Downloaded unicase v2.7.0 |
1113 | 2024-12-19T20:59:30.930Z | Downloaded typify-macro v0.2.0 |
1114 | 2024-12-19T20:59:30.949Z | Downloaded der_derive v0.7.3 |
1115 | 2024-12-19T20:59:30.949Z | Downloaded zeroize v1.8.1 |
1116 | 2024-12-19T20:59:30.949Z | Downloaded vcpkg v0.2.15 |
1117 | 2024-12-19T20:59:30.988Z | Downloaded tokio-rustls v0.25.0 |
1118 | 2024-12-19T20:59:30.991Z | Downloaded tinystr v0.7.6 |
1119 | 2024-12-19T20:59:30.994Z | Downloaded time-macros v0.2.18 |
1120 | 2024-12-19T20:59:30.994Z | Downloaded crypto-bigint v0.5.5 |
1121 | 2024-12-19T20:59:31.000Z | Downloaded rustls-pemfile v2.2.0 |
1122 | 2024-12-19T20:59:31.003Z | Downloaded rustls-pemfile v1.0.4 |
1123 | 2024-12-19T20:59:31.006Z | Downloaded heapless v0.7.17 |
1124 | 2024-12-19T20:59:31.009Z | Downloaded crucible-workspace-hack v0.1.0 |
1125 | 2024-12-19T20:59:31.009Z | Downloaded crossterm v0.28.1 |
1126 | 2024-12-19T20:59:31.015Z | Downloaded crc-any v2.5.0 |
1127 | 2024-12-19T20:59:31.017Z | Downloaded mockall_derive v0.13.0 |
1128 | 2024-12-19T20:59:31.020Z | Downloaded mockall v0.13.0 |
1129 | 2024-12-19T20:59:31.025Z | Downloaded libefi-sys v0.1.0 |
1130 | 2024-12-19T20:59:31.025Z | Downloaded cookie_store v0.21.0 |
1131 | 2024-12-19T20:59:31.028Z | Downloaded const_format v0.2.33 |
1132 | 2024-12-19T20:59:31.031Z | Downloaded cmake v0.1.51 |
1133 | 2024-12-19T20:59:31.033Z | Downloaded chrono-tz-build v0.4.0 |
1134 | 2024-12-19T20:59:31.033Z | Downloaded chacha20poly1305 v0.10.1 |
1135 | 2024-12-19T20:59:31.036Z | Downloaded cassowary v0.3.0 |
1136 | 2024-12-19T20:59:31.036Z | Downloaded cancel-safe-futures v0.1.5 |
1137 | 2024-12-19T20:59:31.039Z | Downloaded futures-io v0.3.31 |
1138 | 2024-12-19T20:59:31.042Z | Downloaded futures-core v0.3.31 |
1139 | 2024-12-19T20:59:31.042Z | Downloaded futures-channel v0.3.31 |
1140 | 2024-12-19T20:59:31.044Z | Downloaded fallible-streaming-iterator v0.1.9 |
1141 | 2024-12-19T20:59:31.047Z | Downloaded zopfli v0.8.1 |
1142 | 2024-12-19T20:59:31.049Z | Downloaded maybe-uninit v2.0.0 |
1143 | 2024-12-19T20:59:31.049Z | Downloaded managed v0.8.0 |
1144 | 2024-12-19T20:59:31.049Z | Downloaded linear-map v1.2.0 |
1145 | 2024-12-19T20:59:31.052Z | Downloaded libxml v0.3.3 |
1146 | 2024-12-19T20:59:31.057Z | Downloaded libsw v3.3.1 |
1147 | 2024-12-19T20:59:31.060Z | Downloaded hubpack_derive v0.1.1 |
1148 | 2024-12-19T20:59:31.060Z | Downloaded lalrpop-util v0.19.12 |
1149 | 2024-12-19T20:59:31.062Z | Downloaded lalrpop v0.19.12 |
1150 | 2024-12-19T20:59:31.072Z | Downloaded kstat-rs v0.2.4 |
1151 | 2024-12-19T20:59:31.074Z | Downloaded socket2 v0.5.7 |
1152 | 2024-12-19T20:59:31.077Z | Downloaded hickory-server v0.24.1 |
1153 | 2024-12-19T20:59:31.080Z | Downloaded hickory-client v0.24.1 |
1154 | 2024-12-19T20:59:31.082Z | Downloaded rusty-fork v0.3.0 |
1155 | 2024-12-19T20:59:31.085Z | Downloaded libz-sys v1.1.20 |
1156 | 2024-12-19T20:59:31.103Z | Downloaded hyper-staticfile v0.10.1 |
1157 | 2024-12-19T20:59:31.106Z | Downloaded hyper v1.5.0 |
1158 | 2024-12-19T20:59:31.111Z | Downloaded hubpack v0.1.2 |
1159 | 2024-12-19T20:59:31.114Z | Downloaded http-range v0.1.5 |
1160 | 2024-12-19T20:59:31.114Z | Downloaded shell-words v1.1.0 |
1161 | 2024-12-19T20:59:31.114Z | Downloaded regex v1.11.1 |
1162 | 2024-12-19T20:59:31.127Z | Downloaded async-trait v0.1.83 |
1163 | 2024-12-19T20:59:31.131Z | Downloaded arc-swap v1.7.1 |
1164 | 2024-12-19T20:59:31.169Z | Downloaded ring v0.17.8 |
1165 | 2024-12-19T20:59:31.314Z | Downloaded ring v0.16.20 |
1166 | 2024-12-19T20:59:31.707Z | Downloaded aws-lc-sys v0.22.0 |
1167 | 2024-12-19T20:59:32.020Z | Compiling serde v1.0.215 |
1168 | 2024-12-19T20:59:32.023Z | Compiling lock_api v0.4.12 |
1169 | 2024-12-19T20:59:32.023Z | Compiling scopeguard v1.2.0 |
1170 | 2024-12-19T20:59:32.023Z | Compiling value-bag v1.9.0 |
1171 | 2024-12-19T20:59:32.023Z | Compiling typenum v1.17.0 |
1172 | 2024-12-19T20:59:32.169Z | Compiling generic-array v0.14.7 |
1173 | 2024-12-19T20:59:32.233Z | Compiling syn v2.0.87 |
1174 | 2024-12-19T20:59:32.236Z | Compiling getrandom v0.2.15 |
1175 | 2024-12-19T20:59:32.295Z | Compiling subtle v2.6.1 |
1176 | 2024-12-19T20:59:32.519Z | Compiling rand_core v0.6.4 |
1177 | 2024-12-19T20:59:32.648Z | Compiling log v0.4.22 |
1178 | 2024-12-19T20:59:32.734Z | Compiling shlex v1.3.0 |
1179 | 2024-12-19T20:59:32.753Z | Compiling jobserver v0.1.32 |
1180 | 2024-12-19T20:59:32.830Z | Compiling smallvec v1.13.2 |
1181 | 2024-12-19T20:59:33.082Z | Compiling const-oid v0.9.6 |
1182 | 2024-12-19T20:59:33.107Z | Compiling spin v0.9.8 |
1183 | 2024-12-19T20:59:33.166Z | Compiling cc v1.1.30 |
1184 | 2024-12-19T20:59:33.247Z | Compiling pin-project-lite v0.2.14 |
1185 | 2024-12-19T20:59:33.379Z | Compiling rustix v0.38.37 |
1186 | 2024-12-19T20:59:33.513Z | Compiling parking_lot_core v0.9.10 |
1187 | 2024-12-19T20:59:33.573Z | Compiling futures-core v0.3.31 |
1188 | 2024-12-19T20:59:33.739Z | Compiling signal-hook-registry v1.4.2 |
1189 | 2024-12-19T20:59:33.841Z | Compiling mio v1.0.2 |
1190 | 2024-12-19T20:59:34.305Z | Compiling aho-corasick v1.1.3 |
1191 | 2024-12-19T20:59:34.583Z | Compiling parking_lot v0.12.3 |
1192 | 2024-12-19T20:59:34.680Z | Compiling either v1.13.0 |
1193 | 2024-12-19T20:59:34.998Z | Compiling cpufeatures v0.2.14 |
1194 | 2024-12-19T20:59:35.046Z | Compiling regex-syntax v0.8.5 |
1195 | 2024-12-19T20:59:35.063Z | Compiling lazy_static v1.5.0 |
1196 | 2024-12-19T20:59:35.087Z | Compiling futures-sink v0.3.31 |
1197 | 2024-12-19T20:59:35.103Z | Compiling stable_deref_trait v1.2.0 |
1198 | 2024-12-19T20:59:35.187Z | Compiling glob v0.3.1 |
1199 | 2024-12-19T20:59:35.205Z | Compiling socket2 v0.5.7 |
1200 | 2024-12-19T20:59:35.238Z | Compiling slab v0.4.9 |
1201 | 2024-12-19T20:59:35.490Z | Compiling prettyplease v0.2.25 |
1202 | 2024-12-19T20:59:35.667Z | Compiling minimal-lexical v0.2.1 |
1203 | 2024-12-19T20:59:36.198Z | Compiling nom v7.1.3 |
1204 | 2024-12-19T20:59:36.218Z | Compiling libloading v0.8.5 |
1205 | 2024-12-19T20:59:36.221Z | Compiling clang-sys v1.8.1 |
1206 | 2024-12-19T20:59:36.252Z | Compiling home v0.5.9 |
1207 | 2024-12-19T20:59:36.515Z | Compiling serde_json v1.0.132 |
1208 | 2024-12-19T20:59:36.644Z | Compiling bindgen v0.69.5 |
1209 | 2024-12-19T20:59:36.888Z | Compiling futures-channel v0.3.31 |
1210 | 2024-12-19T20:59:37.328Z | Compiling itertools v0.12.1 |
1211 | 2024-12-19T20:59:37.481Z | Compiling rustc-hash v1.1.0 |
1212 | 2024-12-19T20:59:37.506Z | Compiling foldhash v0.1.3 |
1213 | 2024-12-19T20:59:37.633Z | Compiling allocator-api2 v0.2.18 |
1214 | 2024-12-19T20:59:37.814Z | Compiling futures-task v0.3.31 |
1215 | 2024-12-19T20:59:38.128Z | Compiling futures-io v0.3.31 |
1216 | 2024-12-19T20:59:38.461Z | Compiling lazycell v1.3.0 |
1217 | 2024-12-19T20:59:38.463Z | Compiling pin-utils v0.1.0 |
1218 | 2024-12-19T20:59:38.579Z | Compiling hashbrown v0.15.1 |
1219 | 2024-12-19T20:59:38.629Z | Compiling cmake v0.1.51 |
1220 | 2024-12-19T20:59:39.649Z | Compiling regex-automata v0.4.8 |
1221 | 2024-12-19T20:59:39.931Z | Compiling synstructure v0.13.1 |
1222 | 2024-12-19T20:59:39.967Z | Compiling cexpr v0.6.0 |
1223 | 2024-12-19T20:59:40.442Z | Compiling libm v0.2.8 |
1224 | 2024-12-19T20:59:40.780Z | Compiling tinyvec_macros v0.1.1 |
1225 | 2024-12-19T20:59:40.875Z | Compiling fs_extra v1.3.0 |
1226 | 2024-12-19T20:59:41.514Z | Compiling pkg-config v0.3.31 |
1227 | 2024-12-19T20:59:41.654Z | Compiling dunce v1.0.5 |
1228 | 2024-12-19T20:59:41.787Z | Compiling tinyvec v1.8.0 |
1229 | 2024-12-19T20:59:41.834Z | Compiling num-traits v0.2.19 |
1230 | 2024-12-19T20:59:42.340Z | Compiling ring v0.17.8 |
1231 | 2024-12-19T20:59:43.061Z | Compiling paste v1.0.15 |
1232 | 2024-12-19T20:59:43.160Z | Compiling writeable v0.5.5 |
1233 | 2024-12-19T20:59:43.247Z | Compiling unicode-normalization v0.1.24 |
1234 | 2024-12-19T20:59:43.293Z | Compiling unicode-bidi v0.3.17 |
1235 | 2024-12-19T20:59:43.496Z | Compiling litemap v0.7.3 |
1236 | 2024-12-19T20:59:43.571Z | Compiling base64ct v1.6.0 |
1237 | 2024-12-19T20:59:44.122Z | Compiling pem-rfc7468 v0.7.0 |
1238 | 2024-12-19T20:59:44.290Z | Compiling aws-lc-rs v1.10.0 |
1239 | 2024-12-19T20:59:44.711Z | Compiling flagset v0.4.6 |
1240 | 2024-12-19T20:59:44.736Z | Compiling httparse v1.9.5 |
1241 | 2024-12-19T20:59:44.912Z | Compiling tracing-core v0.1.32 |
1242 | 2024-12-19T20:59:45.508Z | Compiling regex v1.11.1 |
1243 | 2024-12-19T20:59:45.951Z | Compiling percent-encoding v2.3.1 |
1244 | 2024-12-19T20:59:46.004Z | Compiling crossbeam-utils v0.8.20 |
1245 | 2024-12-19T20:59:46.248Z | Compiling icu_locid_transform_data v1.5.0 |
1246 | 2024-12-19T20:59:46.321Z | Compiling rustls-pki-types v1.9.0 |
1247 | 2024-12-19T20:59:46.630Z | Compiling vcpkg v0.2.15 |
1248 | 2024-12-19T20:59:46.662Z | Compiling time-core v0.1.2 |
1249 | 2024-12-19T20:59:46.837Z | Compiling powerfmt v0.2.0 |
1250 | 2024-12-19T20:59:46.876Z | Compiling serde_derive v1.0.215 |
1251 | 2024-12-19T20:59:47.084Z | Compiling zeroize_derive v1.4.2 |
1252 | 2024-12-19T20:59:47.221Z | Compiling zerocopy-derive v0.7.35 |
1253 | 2024-12-19T20:59:47.445Z | Compiling tokio-macros v2.4.0 |
1254 | 2024-12-19T20:59:48.632Z | Compiling zeroize v1.8.1 |
1255 | 2024-12-19T20:59:48.729Z | Compiling zerofrom-derive v0.1.4 |
1256 | 2024-12-19T20:59:49.028Z | Compiling yoke-derive v0.7.4 |
1257 | 2024-12-19T20:59:49.133Z | Compiling thiserror-impl v1.0.69 |
1258 | 2024-12-19T20:59:49.441Z | Compiling zerocopy v0.7.35 |
1259 | 2024-12-19T20:59:49.738Z | Compiling futures-macro v0.3.31 |
1260 | 2024-12-19T20:59:50.473Z | Compiling crypto-common v0.1.6 |
1261 | 2024-12-19T20:59:50.712Z | Compiling block-buffer v0.10.4 |
1262 | 2024-12-19T20:59:51.025Z | Compiling digest v0.10.7 |
1263 | 2024-12-19T20:59:51.143Z | Compiling zerovec-derive v0.10.3 |
1264 | 2024-12-19T20:59:51.538Z | Compiling hmac v0.12.1 |
1265 | 2024-12-19T20:59:51.788Z | Compiling block-padding v0.3.3 |
1266 | 2024-12-19T20:59:51.788Z | Compiling futures-util v0.3.31 |
1267 | 2024-12-19T20:59:52.040Z | Compiling displaydoc v0.2.5 |
1268 | 2024-12-19T20:59:52.265Z | Compiling inout v0.1.3 |
1269 | 2024-12-19T20:59:52.561Z | Compiling cipher v0.4.4 |
1270 | 2024-12-19T20:59:52.606Z | Compiling sha2 v0.10.8 |
1271 | 2024-12-19T20:59:52.643Z | Compiling thiserror v1.0.69 |
1272 | 2024-12-19T20:59:52.786Z | Compiling ppv-lite86 v0.2.20 |
1273 | 2024-12-19T20:59:52.888Z | Compiling zerofrom v0.1.4 |
1274 | 2024-12-19T20:59:53.082Z | Compiling der_derive v0.7.3 |
1275 | 2024-12-19T20:59:53.132Z | Compiling yoke v0.7.4 |
1276 | 2024-12-19T20:59:53.526Z | Compiling icu_provider_macros v1.5.0 |
1277 | 2024-12-19T20:59:53.619Z | Compiling rand_chacha v0.3.1 |
1278 | 2024-12-19T20:59:53.791Z | Compiling tracing-attributes v0.1.27 |
1279 | 2024-12-19T20:59:53.903Z | Compiling zerovec v0.10.4 |
1280 | 2024-12-19T20:59:54.708Z | Compiling rand v0.8.5 |
1281 | 2024-12-19T20:59:55.574Z | Compiling der v0.7.9 |
1282 | 2024-12-19T20:59:55.970Z | Compiling tinystr v0.7.6 |
1283 | 2024-12-19T20:59:56.118Z | Compiling icu_collections v1.5.0 |
1284 | 2024-12-19T20:59:56.223Z | Compiling salsa20 v0.10.2 |
1285 | 2024-12-19T20:59:56.450Z | Compiling icu_locid v1.5.0 |
1286 | 2024-12-19T20:59:56.453Z | Compiling pest v2.7.14 |
1287 | 2024-12-19T20:59:57.011Z | Compiling pbkdf2 v0.12.2 |
1288 | 2024-12-19T20:59:57.193Z | Compiling icu_properties_data v1.5.0 |
1289 | 2024-12-19T20:59:57.453Z | Compiling untrusted v0.7.1 |
1290 | 2024-12-19T20:59:57.595Z | Compiling mirai-annotations v1.12.0 |
1291 | 2024-12-19T20:59:57.613Z | Compiling icu_provider v1.5.0 |
1292 | 2024-12-19T20:59:57.630Z | Compiling tracing v0.1.40 |
1293 | 2024-12-19T20:59:57.776Z | Compiling spki v0.7.3 |
1294 | 2024-12-19T20:59:58.019Z | Compiling untrusted v0.9.0 |
1295 | 2024-12-19T20:59:58.126Z | Compiling num-conv v0.1.0 |
1296 | 2024-12-19T20:59:58.204Z | Compiling scrypt v0.11.0 |
1297 | 2024-12-19T20:59:58.404Z | Compiling icu_locid_transform v1.5.0 |
1298 | 2024-12-19T20:59:58.679Z | Compiling time-macros v0.2.18 |
1299 | 2024-12-19T20:59:58.785Z | Compiling aes v0.8.4 |
1300 | 2024-12-19T20:59:58.855Z | Compiling cbc v0.1.2 |
1301 | 2024-12-19T20:59:58.987Z | Compiling openssl-sys v0.9.103 |
1302 | 2024-12-19T20:59:59.081Z | Compiling pest_meta v2.7.14 |
1303 | 2024-12-19T20:59:59.551Z | Compiling deranged v0.3.11 |
1304 | 2024-12-19T21:00:00.108Z | Compiling icu_properties v1.5.1 |
1305 | 2024-12-19T21:00:01.129Z | Compiling bitflags v2.6.0 |
1306 | 2024-12-19T21:00:01.475Z | Compiling bytes v1.8.0 |
1307 | 2024-12-19T21:00:01.649Z | Compiling indexmap v2.6.0 |
1308 | 2024-12-19T21:00:01.959Z | Compiling semver v1.0.23 |
1309 | 2024-12-19T21:00:02.089Z | Compiling scroll_derive v0.12.0 |
1310 | 2024-12-19T21:00:02.705Z | Compiling tokio v1.40.0 |
1311 | 2024-12-19T21:00:02.839Z | Compiling http v1.1.0 |
1312 | 2024-12-19T21:00:03.158Z | Compiling rustc_version v0.4.1 |
1313 | 2024-12-19T21:00:03.936Z | Compiling atomic-waker v1.1.2 |
1314 | 2024-12-19T21:00:04.114Z | Compiling utf16_iter v1.0.5 |
1315 | 2024-12-19T21:00:04.230Z | Compiling icu_normalizer_data v1.5.0 |
1316 | 2024-12-19T21:00:04.326Z | Compiling utf8_iter v1.0.4 |
1317 | 2024-12-19T21:00:04.343Z | Compiling num_threads v0.1.7 |
1318 | 2024-12-19T21:00:04.471Z | Compiling write16 v1.0.0 |
1319 | 2024-12-19T21:00:04.572Z | Compiling time v0.3.36 |
1320 | 2024-12-19T21:00:04.605Z | Compiling icu_normalizer v1.5.0 |
1321 | 2024-12-19T21:00:04.829Z | Compiling http-body v1.0.1 |
1322 | 2024-12-19T21:00:04.882Z | Compiling scroll v0.12.0 |
1323 | 2024-12-19T21:00:05.045Z | Compiling pest_generator v2.7.14 |
1324 | 2024-12-19T21:00:05.174Z | Compiling pkcs5 v0.7.1 |
1325 | 2024-12-19T21:00:05.355Z | Compiling form_urlencoded v1.2.1 |
1326 | 2024-12-19T21:00:05.434Z | Compiling slog v2.7.0 |
1327 | 2024-12-19T21:00:05.688Z | Compiling which v4.4.2 |
1328 | 2024-12-19T21:00:05.996Z | Compiling try-lock v0.2.5 |
1329 | 2024-12-19T21:00:06.348Z | Compiling goblin v0.8.2 |
1330 | 2024-12-19T21:00:06.459Z | Compiling want v0.3.1 |
1331 | 2024-12-19T21:00:06.703Z | Compiling pkcs8 v0.10.2 |
1332 | 2024-12-19T21:00:06.756Z | Compiling idna_adapter v1.2.0 |
1333 | 2024-12-19T21:00:06.963Z | Compiling httpdate v1.0.3 |
1334 | 2024-12-19T21:00:06.983Z | Compiling idna v1.0.3 |
1335 | 2024-12-19T21:00:07.101Z | Compiling pest_derive v2.7.14 |
1336 | 2024-12-19T21:00:07.459Z | Compiling uuid v1.11.0 |
1337 | 2024-12-19T21:00:07.898Z | Compiling dtrace-parser v0.2.0 |
1338 | 2024-12-19T21:00:08.259Z | Compiling toml_datetime v0.6.8 |
1339 | 2024-12-19T21:00:08.793Z | Compiling serde_spanned v0.6.8 |
1340 | 2024-12-19T21:00:08.795Z | Compiling serde_tokenstream v0.2.2 |
1341 | 2024-12-19T21:00:08.912Z | Compiling rustversion v1.0.17 |
1342 | 2024-12-19T21:00:09.035Z | Compiling base64 v0.22.1 |
1343 | 2024-12-19T21:00:09.433Z | Compiling openssl v0.10.66 |
1344 | 2024-12-19T21:00:09.625Z | Compiling match_cfg v0.1.0 |
1345 | 2024-12-19T21:00:09.725Z | Compiling iana-time-zone v0.1.61 |
1346 | 2024-12-19T21:00:09.800Z | Compiling adler2 v2.0.0 |
1347 | 2024-12-19T21:00:09.832Z | Compiling foreign-types-shared v0.1.1 |
1348 | 2024-12-19T21:00:09.875Z | Compiling tower-service v0.3.3 |
1349 | 2024-12-19T21:00:09.939Z | Compiling miniz_oxide v0.8.0 |
1350 | 2024-12-19T21:00:09.999Z | Compiling foreign-types v0.3.2 |
1351 | 2024-12-19T21:00:10.018Z | Compiling chrono v0.4.38 |
1352 | 2024-12-19T21:00:10.100Z | Compiling hostname v0.3.1 |
1353 | 2024-12-19T21:00:10.178Z | Compiling url v2.5.3 |
1354 | 2024-12-19T21:00:10.344Z | Compiling openssl-macros v0.1.1 |
1355 | 2024-12-19T21:00:11.121Z | Compiling tokio-util v0.7.12 |
1356 | 2024-12-19T21:00:11.513Z | Compiling async-trait v0.1.83 |
1357 | 2024-12-19T21:00:11.576Z | Compiling dirs-sys-next v0.1.2 |
1358 | 2024-12-19T21:00:12.230Z | Compiling h2 v0.4.6 |
1359 | 2024-12-19T21:00:12.249Z | Compiling dof v0.3.0 |
1360 | 2024-12-19T21:00:12.572Z | Compiling rustls v0.23.14 |
1361 | 2024-12-19T21:00:12.843Z | Compiling syn v1.0.109 |
1362 | 2024-12-19T21:00:13.468Z | Compiling usdt-impl v0.5.0 |
1363 | 2024-12-19T21:00:13.792Z | Compiling native-tls v0.2.12 |
1364 | 2024-12-19T21:00:14.101Z | Compiling data-encoding v2.6.0 |
1365 | 2024-12-19T21:00:14.275Z | Compiling rustls v0.22.4 |
1366 | 2024-12-19T21:00:14.424Z | Compiling siphasher v0.3.11 |
1367 | 2024-12-19T21:00:14.664Z | Compiling dirs-next v2.0.0 |
1368 | 2024-12-19T21:00:15.016Z | Compiling http-body-util v0.1.2 |
1369 | 2024-12-19T21:00:15.564Z | Compiling crossbeam-epoch v0.9.18 |
1370 | 2024-12-19T21:00:16.362Z | Compiling heapless v0.7.17 |
1371 | 2024-12-19T21:00:16.382Z | Compiling signature v2.2.0 |
1372 | 2024-12-19T21:00:16.587Z | Compiling sha1 v0.10.6 |
1373 | 2024-12-19T21:00:16.670Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1374 | 2024-12-19T21:00:16.780Z | Compiling serde_derive_internals v0.29.1 |
1375 | 2024-12-19T21:00:16.822Z | Compiling thread_local v1.1.8 |
1376 | 2024-12-19T21:00:16.999Z | Compiling multer v3.1.0 |
1377 | 2024-12-19T21:00:17.161Z | Compiling encoding_rs v0.8.34 |
1378 | 2024-12-19T21:00:17.274Z | Compiling cookie v0.18.1 |
1379 | 2024-12-19T21:00:17.383Z | Compiling gimli v0.31.1 |
1380 | 2024-12-19T21:00:17.551Z | Compiling openssl-probe v0.1.5 |
1381 | 2024-12-19T21:00:17.914Z | Compiling ipnet v2.10.1 |
1382 | 2024-12-19T21:00:18.433Z | Compiling slog-async v2.8.0 |
1383 | 2024-12-19T21:00:18.973Z | Compiling unicode-properties v0.1.3 |
1384 | 2024-12-19T21:00:19.273Z | Compiling hyper v1.5.0 |
1385 | 2024-12-19T21:00:19.385Z | Compiling mime v0.3.17 |
1386 | 2024-12-19T21:00:19.508Z | Compiling schemars v0.8.21 |
1387 | 2024-12-19T21:00:19.841Z | Compiling signal-hook v0.3.17 |
1388 | 2024-12-19T21:00:19.973Z | Compiling rayon-core v1.12.1 |
1389 | 2024-12-19T21:00:20.137Z | Compiling toml_edit v0.22.22 |
1390 | 2024-12-19T21:00:20.303Z | Compiling schemars_derive v0.8.21 |
1391 | 2024-12-19T21:00:22.284Z | Compiling hyper-util v0.1.10 |
1392 | 2024-12-19T21:00:22.732Z | Compiling addr2line v0.24.2 |
1393 | 2024-12-19T21:00:22.951Z | Compiling stringprep v0.1.5 |
1394 | 2024-12-19T21:00:23.540Z | Compiling usdt-attr-macro v0.5.0 |
1395 | 2024-12-19T21:00:23.687Z | Compiling usdt-macro v0.5.0 |
1396 | 2024-12-19T21:00:23.789Z | Compiling crossbeam-deque v0.8.5 |
1397 | 2024-12-19T21:00:24.113Z | Compiling term v0.7.0 |
1398 | 2024-12-19T21:00:25.074Z | Compiling slog-json v2.6.1 |
1399 | 2024-12-19T21:00:25.094Z | Compiling serde_urlencoded v0.7.1 |
1400 | 2024-12-19T21:00:25.136Z | Compiling crossbeam-channel v0.5.13 |
1401 | 2024-12-19T21:00:25.445Z | Compiling curve25519-dalek v4.1.3 |
1402 | 2024-12-19T21:00:25.465Z | Compiling futures-executor v0.3.31 |
1403 | 2024-12-19T21:00:25.609Z | Compiling enum-as-inner v0.6.1 |
1404 | 2024-12-19T21:00:25.611Z | Compiling md-5 v0.10.6 |
1405 | 2024-12-19T21:00:25.877Z | Compiling rustls-pemfile v2.2.0 |
1406 | 2024-12-19T21:00:26.018Z | Compiling async-stream-impl v0.3.6 |
1407 | 2024-12-19T21:00:26.115Z | Compiling num-integer v0.1.46 |
1408 | 2024-12-19T21:00:26.272Z | Compiling idna v0.3.0 |
1409 | 2024-12-19T21:00:26.274Z | Compiling idna v0.4.0 |
1410 | 2024-12-19T21:00:26.769Z | Compiling hash32 v0.2.1 |
1411 | 2024-12-19T21:00:26.918Z | Compiling ff v0.13.0 |
1412 | 2024-12-19T21:00:27.135Z | Compiling is-terminal v0.4.13 |
1413 | 2024-12-19T21:00:27.153Z | Compiling dropshot v0.12.0 |
1414 | 2024-12-19T21:00:27.273Z | Compiling object v0.36.5 |
1415 | 2024-12-19T21:00:27.438Z | Compiling smoltcp v0.9.1 |
1416 | 2024-12-19T21:00:27.441Z | Compiling num-bigint-dig v0.8.4 |
1417 | 2024-12-19T21:00:27.741Z | Compiling psl-types v2.0.11 |
1418 | 2024-12-19T21:00:27.939Z | Compiling utf-8 v0.7.6 |
1419 | 2024-12-19T21:00:27.961Z | Compiling rustc-demangle v0.1.24 |
1420 | 2024-12-19T21:00:27.963Z | Compiling anyhow v1.0.93 |
1421 | 2024-12-19T21:00:28.151Z | Compiling dyn-clone v1.0.17 |
1422 | 2024-12-19T21:00:28.273Z | Compiling fallible-iterator v0.2.0 |
1423 | 2024-12-19T21:00:28.380Z | Compiling linked-hash-map v0.5.6 |
1424 | 2024-12-19T21:00:28.596Z | Compiling take_mut v0.2.2 |
1425 | 2024-12-19T21:00:28.635Z | Compiling base16ct v0.2.0 |
1426 | 2024-12-19T21:00:28.743Z | Compiling quick-error v1.2.3 |
1427 | 2024-12-19T21:00:28.762Z | Compiling portable-atomic v1.9.0 |
1428 | 2024-12-19T21:00:28.893Z | Compiling resolv-conf v0.7.0 |
1429 | 2024-12-19T21:00:28.939Z | Compiling sec1 v0.7.3 |
1430 | 2024-12-19T21:00:28.976Z | Compiling postgres-protocol v0.6.7 |
1431 | 2024-12-19T21:00:29.517Z | Compiling lru-cache v0.1.2 |
1432 | 2024-12-19T21:00:29.937Z | Compiling tungstenite v0.24.0 |
1433 | 2024-12-19T21:00:30.075Z | Compiling publicsuffix v2.2.3 |
1434 | 2024-12-19T21:00:30.279Z | Compiling async-stream v0.3.6 |
1435 | 2024-12-19T21:00:30.337Z | Compiling slog-term v2.9.1 |
1436 | 2024-12-19T21:00:30.398Z | Compiling hickory-proto v0.24.1 |
1437 | 2024-12-19T21:00:30.579Z | Compiling usdt v0.5.0 |
1438 | 2024-12-19T21:00:31.112Z | Compiling group v0.13.0 |
1439 | 2024-12-19T21:00:31.648Z | Compiling num-iter v0.1.45 |
1440 | 2024-12-19T21:00:31.954Z | Compiling futures v0.3.31 |
1441 | 2024-12-19T21:00:32.078Z | Compiling slog-bunyan v2.5.0 |
1442 | 2024-12-19T21:00:33.583Z | Compiling toml v0.8.19 |
1443 | 2024-12-19T21:00:33.702Z | Compiling camino v1.1.9 |
1444 | 2024-12-19T21:00:33.763Z | Compiling tokio-native-tls v0.3.1 |
1445 | 2024-12-19T21:00:34.064Z | Compiling phf_shared v0.11.2 |
1446 | 2024-12-19T21:00:34.451Z | Compiling dropshot_endpoint v0.12.0 |
1447 | 2024-12-19T21:00:35.668Z | Compiling backtrace v0.3.74 |
1448 | 2024-12-19T21:00:35.670Z | Compiling terminal_size v0.4.0 |
1449 | 2024-12-19T21:00:35.670Z | Compiling waitgroup v0.1.2 |
1450 | 2024-12-19T21:00:35.670Z | Compiling openapiv3 v2.0.0 |
1451 | 2024-12-19T21:00:35.671Z | Compiling serde_path_to_error v0.1.16 |
1452 | 2024-12-19T21:00:35.671Z | Compiling hkdf v0.12.4 |
1453 | 2024-12-19T21:00:35.742Z | Compiling crypto-bigint v0.5.5 |
1454 | 2024-12-19T21:00:36.290Z | Compiling webpki-roots v0.26.6 |
1455 | 2024-12-19T21:00:36.508Z | Compiling curve25519-dalek-derive v0.1.1 |
1456 | 2024-12-19T21:00:38.103Z | Compiling zerocopy-derive v0.6.6 |
1457 | 2024-12-19T21:00:38.413Z | Compiling idna v0.5.0 |
1458 | 2024-12-19T21:00:38.627Z | Compiling hubpack_derive v0.1.1 |
1459 | 2024-12-19T21:00:39.207Z | Compiling hostname v0.4.0 |
1460 | 2024-12-19T21:00:39.479Z | Compiling fs-err v2.11.0 |
1461 | 2024-12-19T21:00:39.541Z | Compiling ahash v0.8.11 |
1462 | 2024-12-19T21:00:39.766Z | Compiling crc32fast v1.4.2 |
1463 | 2024-12-19T21:00:39.847Z | Compiling winnow v0.5.40 |
1464 | 2024-12-19T21:00:39.873Z | Compiling debug-ignore v1.0.5 |
1465 | 2024-12-19T21:00:40.026Z | Compiling managed v0.8.0 |
1466 | 2024-12-19T21:00:40.065Z | Compiling bitflags v1.3.2 |
1467 | 2024-12-19T21:00:40.103Z | Compiling strum_macros v0.25.3 |
1468 | 2024-12-19T21:00:40.175Z | Compiling console v0.15.8 |
1469 | 2024-12-19T21:00:40.302Z | Compiling zerocopy v0.6.6 |
1470 | 2024-12-19T21:00:41.135Z | Compiling clap_builder v4.5.21 |
1471 | 2024-12-19T21:00:41.211Z | Compiling flate2 v1.0.34 |
1472 | 2024-12-19T21:00:42.001Z | Compiling hubpack v0.1.2 |
1473 | 2024-12-19T21:00:42.041Z | Compiling cookie_store v0.21.0 |
1474 | 2024-12-19T21:00:42.228Z | Compiling elliptic-curve v0.13.8 |
1475 | 2024-12-19T21:00:42.625Z | Compiling hickory-resolver v0.24.1 |
1476 | 2024-12-19T21:00:43.676Z | Compiling toml_edit v0.19.15 |
1477 | 2024-12-19T21:00:43.764Z | Compiling signal-hook-mio v0.2.4 |
1478 | 2024-12-19T21:00:43.929Z | Compiling phf v0.11.2 |
1479 | 2024-12-19T21:00:44.004Z | Compiling hyper-tls v0.6.0 |
1480 | 2024-12-19T21:00:44.222Z | Compiling rayon v1.10.0 |
1481 | 2024-12-19T21:00:44.301Z | Compiling bzip2 v0.4.4 |
1482 | 2024-12-19T21:00:44.716Z | Compiling tokio-tungstenite v0.24.0 |
1483 | 2024-12-19T21:00:46.723Z | Compiling postgres-types v0.2.8 |
1484 | 2024-12-19T21:00:48.272Z | Compiling ed25519 v2.2.3 |
1485 | 2024-12-19T21:00:49.101Z | Compiling phf_shared v0.10.0 |
1486 | 2024-12-19T21:00:49.487Z | Compiling tokio-stream v0.1.16 |
1487 | 2024-12-19T21:00:49.506Z | Compiling pkcs1 v0.7.5 |
1488 | 2024-12-19T21:00:50.143Z | Compiling serde-big-array v0.5.1 |
1489 | 2024-12-19T21:00:50.382Z | Compiling clap_derive v4.5.18 |
1490 | 2024-12-19T21:00:50.528Z | Compiling rfc6979 v0.4.0 |
1491 | 2024-12-19T21:00:50.596Z | Compiling serde_repr v0.1.19 |
1492 | 2024-12-19T21:00:50.630Z | Compiling derive-where v1.2.7 |
1493 | 2024-12-19T21:00:50.700Z | Compiling float-cmp v0.9.0 |
1494 | 2024-12-19T21:00:50.752Z | Compiling bstr v1.10.0 |
1495 | 2024-12-19T21:00:50.927Z | Compiling sync_wrapper v1.0.1 |
1496 | 2024-12-19T21:00:51.109Z | Compiling fixedbitset v0.4.2 |
1497 | 2024-12-19T21:00:51.595Z | Compiling normalize-line-endings v0.3.0 |
1498 | 2024-12-19T21:00:51.729Z | Compiling bit-vec v0.6.3 |
1499 | 2024-12-19T21:00:51.805Z | Compiling precomputed-hash v0.1.1 |
1500 | 2024-12-19T21:00:51.807Z | Compiling difflib v0.4.0 |
1501 | 2024-12-19T21:00:51.930Z | Compiling whoami v1.5.2 |
1502 | 2024-12-19T21:00:52.187Z | Compiling unicode-segmentation v1.12.0 |
1503 | 2024-12-19T21:00:52.567Z | Compiling new_debug_unreachable v1.0.6 |
1504 | 2024-12-19T21:00:52.597Z | Compiling static_assertions v1.1.0 |
1505 | 2024-12-19T21:00:52.666Z | Compiling number_prefix v0.4.0 |
1506 | 2024-12-19T21:00:52.700Z | Compiling unicode-width v0.2.0 |
1507 | 2024-12-19T21:00:52.892Z | Compiling predicates-core v1.0.8 |
1508 | 2024-12-19T21:00:53.058Z | Compiling similar v2.6.0 |
1509 | 2024-12-19T21:00:53.236Z | Compiling indicatif v0.17.9 |
1510 | 2024-12-19T21:00:53.261Z | Compiling predicates v3.1.2 |
1511 | 2024-12-19T21:00:53.472Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1512 | 2024-12-19T21:00:54.298Z | Compiling string_cache v0.8.7 |
1513 | 2024-12-19T21:00:54.777Z | Compiling tokio-postgres v0.7.12 |
1514 | 2024-12-19T21:00:55.061Z | Compiling bit-set v0.5.3 |
1515 | 2024-12-19T21:00:55.357Z | Compiling petgraph v0.6.5 |
1516 | 2024-12-19T21:00:55.414Z | Compiling ecdsa v0.16.9 |
1517 | 2024-12-19T21:00:55.485Z | Compiling rsa v0.9.6 |
1518 | 2024-12-19T21:00:55.534Z | Compiling clap v4.5.21 |
1519 | 2024-12-19T21:00:55.657Z | Compiling ed25519-dalek v2.1.1 |
1520 | 2024-12-19T21:00:56.306Z | Compiling toml v0.7.8 |
1521 | 2024-12-19T21:00:57.069Z | Compiling zip v0.6.6 |
1522 | 2024-12-19T21:00:58.079Z | Compiling crossterm v0.28.1 |
1523 | 2024-12-19T21:00:59.394Z | Compiling hex v0.4.3 |
1524 | 2024-12-19T21:00:59.544Z | Compiling x509-cert v0.2.5 |
1525 | 2024-12-19T21:00:59.620Z | Compiling itertools v0.10.5 |
1526 | 2024-12-19T21:01:00.016Z | Compiling lalrpop-util v0.19.12 |
1527 | 2024-12-19T21:01:00.377Z | Compiling peg-runtime v0.8.3 |
1528 | 2024-12-19T21:01:00.531Z | Compiling unicode-xid v0.2.6 |
1529 | 2024-12-19T21:01:00.550Z | Compiling strum_macros v0.26.4 |
1530 | 2024-12-19T21:01:00.708Z | Compiling xattr v1.3.1 |
1531 | 2024-12-19T21:01:01.007Z | Compiling filetime v0.2.25 |
1532 | 2024-12-19T21:01:01.332Z | Compiling tar v0.4.42 |
1533 | 2024-12-19T21:01:05.725Z | Compiling strum v0.26.3 |
1534 | 2024-12-19T21:01:08.088Z | Compiling aws-lc-sys v0.22.0 |
1535 | 2024-12-19T21:01:36.073Z | Compiling rustls-webpki v0.102.8 |
1536 | 2024-12-19T21:01:40.972Z | Compiling tokio-rustls v0.26.0 |
1537 | 2024-12-19T21:01:41.292Z | Compiling hyper-rustls v0.27.3 |
1538 | 2024-12-19T21:01:41.585Z | Compiling reqwest v0.12.9 |
1539 | 2024-12-19T21:01:44.146Z | Compiling tokio-rustls v0.25.0 |
1540 | 2024-12-19T21:01:47.324Z | Compiling qorb v0.2.1 |
1541 | 2024-12-19T21:01:50.506Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1542 | 2024-12-19T21:01:50.737Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1543 | 2024-12-19T21:01:56.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 28s |
1544 | 2024-12-19T21:01:56.722Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1545 | 2024-12-19T21:01:56.768Z | Dec 19 21:01:55.805 INFO Starting download, target: Clickhouse |
1546 | 2024-12-19T21:01:56.768Z | Dec 19 21:01:55.806 INFO Starting download, target: Cockroach |
1547 | 2024-12-19T21:01:56.768Z | Dec 19 21:01:55.806 INFO Starting download, target: Console |
1548 | 2024-12-19T21:01:56.768Z | Dec 19 21:01:55.806 INFO Starting download, target: DendriteOpenapi |
1549 | 2024-12-19T21:01:56.771Z | Dec 19 21:01:55.806 INFO Starting download, target: DendriteStub |
1550 | 2024-12-19T21:01:56.771Z | Dec 19 21:01:55.806 INFO Starting download, target: MaghemiteMgd |
1551 | 2024-12-19T21:01:56.771Z | Dec 19 21:01:55.806 INFO Starting download, target: TransceiverControl |
1552 | 2024-12-19T21:01:56.771Z | Dec 19 21:01:55.806 INFO Downloading out/downloads/dpd-38eb75b831698abc2920e12f0ad24ceb3318aa46.json (attempt 1/3), target: DendriteOpenapi |
1553 | 2024-12-19T21:01:56.771Z | Dec 19 21:01:55.806 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1554 | 2024-12-19T21:01:56.771Z | Dec 19 21:01:55.806 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1555 | 2024-12-19T21:01:56.771Z | Dec 19 21:01:55.806 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1556 | 2024-12-19T21:01:56.771Z | Dec 19 21:01:55.806 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1557 | 2024-12-19T21:01:56.771Z | Dec 19 21:01:55.807 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1558 | 2024-12-19T21:01:56.771Z | Dec 19 21:01:55.807 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1559 | 2024-12-19T21:01:56.983Z | Dec 19 21:01:56.007 INFO Download complete, target: DendriteOpenapi |
1560 | 2024-12-19T21:01:57.152Z | Dec 19 21:01:56.179 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1561 | 2024-12-19T21:01:57.299Z | Dec 19 21:01:56.334 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1562 | 2024-12-19T21:01:57.665Z | Dec 19 21:01:56.690 INFO Download complete, target: Console |
1563 | 2024-12-19T21:01:57.802Z | Dec 19 21:01:56.838 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1564 | 2024-12-19T21:01:57.813Z | Dec 19 21:01:56.849 INFO Download complete, target: TransceiverControl |
1565 | 2024-12-19T21:01:57.905Z | Dec 19 21:01:56.941 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1566 | 2024-12-19T21:01:58.431Z | Dec 19 21:01:57.468 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1567 | 2024-12-19T21:01:58.431Z | Dec 19 21:01:57.468 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1568 | 2024-12-19T21:01:58.731Z | Dec 19 21:01:57.768 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1569 | 2024-12-19T21:02:00.842Z | Dec 19 21:01:59.879 INFO Download complete, target: MaghemiteMgd |
1570 | 2024-12-19T21:02:01.013Z | Dec 19 21:02:00.050 INFO Download complete, target: DendriteStub |
1571 | 2024-12-19T21:02:06.079Z | Dec 19 21:02:05.116 INFO Checking that binary works, target: Cockroach |
1572 | 2024-12-19T21:02:06.240Z | Dec 19 21:02:05.277 INFO Download complete, target: Cockroach |
1573 | 2024-12-19T21:02:11.446Z | Dec 19 21:02:10.482 INFO Checking that binary works, target: Clickhouse |
1574 | 2024-12-19T21:02:11.585Z | Dec 19 21:02:10.621 INFO Download complete, target: Clickhouse |
1575 | 2024-12-19T21:02:11.605Z | All builder prerequisites installed successfully, and PATH looks valid |
1576 | 2024-12-19T21:02:11.608Z | |
1577 | 2024-12-19T21:02:11.609Z | real 5:21.364223475 |
1578 | 2024-12-19T21:02:11.609Z | user 16:29.295887169 |
1579 | 2024-12-19T21:02:11.609Z | sys 3:14.531956195 |
1580 | 2024-12-19T21:02:11.609Z | trap 0.551284985 |
1581 | 2024-12-19T21:02:11.609Z | tflt 1.668213677 |
1582 | 2024-12-19T21:02:11.609Z | dflt 2.222585188 |
1583 | 2024-12-19T21:02:11.609Z | kflt 0.024294770 |
1584 | 2024-12-19T21:02:11.609Z | lock 29:30.774668289 |
1585 | 2024-12-19T21:02:11.609Z | slp 1:02:24.811072474 |
1586 | 2024-12-19T21:02:11.609Z | lat 57.946950106 |
1587 | 2024-12-19T21:02:11.609Z | stop 2:16.360006322 |
1588 | 2024-12-19T21:02:11.609Z | + banner clippy |
1589 | 2024-12-19T21:02:11.612Z | |
1590 | 2024-12-19T21:02:11.612Z | #### # # ##### ##### # # |
1591 | 2024-12-19T21:02:11.612Z | # # # # # # # # # # |
1592 | 2024-12-19T21:02:11.612Z | # # # # # # # # |
1593 | 2024-12-19T21:02:11.612Z | # # # ##### ##### # |
1594 | 2024-12-19T21:02:11.612Z | # # # # # # # |
1595 | 2024-12-19T21:02:11.612Z | #### ###### # # # # |
1596 | 2024-12-19T21:02:11.612Z | |
1597 | 2024-12-19T21:02:11.612Z | + export CARGO_INCREMENTAL=0 |
1598 | 2024-12-19T21:02:11.612Z | + CARGO_INCREMENTAL=0 |
1599 | 2024-12-19T21:02:11.612Z | + ptime -m cargo xtask clippy |
1600 | 2024-12-19T21:02:12.144Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1601 | 2024-12-19T21:02:15.939Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.27s |
1602 | 2024-12-19T21:02:15.995Z | Running `target/debug/xtask clippy` |
1603 | 2024-12-19T21:02:16.016Z | running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1604 | 2024-12-19T21:02:16.664Z | Downloading crates ... |
1605 | 2024-12-19T21:02:17.009Z | Downloaded async-object-pool v0.1.5 |
1606 | 2024-12-19T21:02:17.011Z | Downloaded approx v0.5.1 |
1607 | 2024-12-19T21:02:17.013Z | Downloaded async-executor v1.13.1 |
1608 | 2024-12-19T21:02:17.015Z | Downloaded assert-json-diff v2.0.2 |
1609 | 2024-12-19T21:02:17.017Z | Downloaded anes v0.1.6 |
1610 | 2024-12-19T21:02:17.023Z | Downloaded nested v0.1.1 |
1611 | 2024-12-19T21:02:17.031Z | Downloaded pathdiff v0.2.2 |
1612 | 2024-12-19T21:02:17.034Z | Downloaded doc-comment v0.3.3 |
1613 | 2024-12-19T21:02:17.037Z | Downloaded guppy-workspace-hack v0.1.0 |
1614 | 2024-12-19T21:02:17.040Z | Downloaded concurrent-queue v2.5.0 |
1615 | 2024-12-19T21:02:17.042Z | Downloaded async-channel v1.9.0 |
1616 | 2024-12-19T21:02:17.047Z | Downloaded target-triple v0.1.3 |
1617 | 2024-12-19T21:02:17.049Z | Downloaded plotters-svg v0.3.7 |
1618 | 2024-12-19T21:02:17.049Z | Downloaded escape8259 v0.5.3 |
1619 | 2024-12-19T21:02:17.051Z | Downloaded blocking v1.6.1 |
1620 | 2024-12-19T21:02:17.051Z | Downloaded cast v0.3.0 |
1621 | 2024-12-19T21:02:17.054Z | Downloaded async-signal v0.2.10 |
1622 | 2024-12-19T21:02:17.054Z | Downloaded oorandom v11.1.4 |
1623 | 2024-12-19T21:02:17.057Z | Downloaded async-attributes v1.1.2 |
1624 | 2024-12-19T21:02:17.057Z | Downloaded relative-path v1.9.3 |
1625 | 2024-12-19T21:02:17.057Z | Downloaded event-listener v2.5.3 |
1626 | 2024-12-19T21:02:17.062Z | Downloaded kv-log-macro v1.0.7 |
1627 | 2024-12-19T21:02:17.065Z | Downloaded serde_regex v1.1.0 |
1628 | 2024-12-19T21:02:17.067Z | Downloaded criterion-plot v0.5.0 |
1629 | 2024-12-19T21:02:17.067Z | Downloaded piper v0.2.4 |
1630 | 2024-12-19T21:02:17.069Z | Downloaded futures-timer v3.0.3 |
1631 | 2024-12-19T21:02:17.071Z | Downloaded similar-asserts v1.6.0 |
1632 | 2024-12-19T21:02:17.074Z | Downloaded stringmetrics v2.2.2 |
1633 | 2024-12-19T21:02:17.074Z | Downloaded async-channel v2.3.1 |
1634 | 2024-12-19T21:02:17.076Z | Downloaded plotters-backend v0.3.7 |
1635 | 2024-12-19T21:02:17.076Z | Downloaded path-tree v0.8.1 |
1636 | 2024-12-19T21:02:17.078Z | Downloaded proc-macro-crate v3.2.0 |
1637 | 2024-12-19T21:02:17.080Z | Downloaded async-task v4.7.1 |
1638 | 2024-12-19T21:02:17.082Z | Downloaded target-spec v3.2.2 |
1639 | 2024-12-19T21:02:17.082Z | Downloaded parking v2.2.1 |
1640 | 2024-12-19T21:02:17.084Z | Downloaded event-listener-strategy v0.5.2 |
1641 | 2024-12-19T21:02:17.084Z | Downloaded async-process v2.3.0 |
1642 | 2024-12-19T21:02:17.087Z | Downloaded threadpool v1.8.1 |
1643 | 2024-12-19T21:02:17.090Z | Downloaded hyper-rustls v0.26.0 |
1644 | 2024-12-19T21:02:17.090Z | Downloaded blake2b_simd v1.0.2 |
1645 | 2024-12-19T21:02:17.093Z | Downloaded assert_cmd v2.0.16 |
1646 | 2024-12-19T21:02:17.093Z | Downloaded datatest-stable v0.2.9 |
1647 | 2024-12-19T21:02:17.096Z | Downloaded rustls-native-certs v0.7.3 |
1648 | 2024-12-19T21:02:17.098Z | Downloaded target-lexicon v0.12.16 |
1649 | 2024-12-19T21:02:17.101Z | Downloaded async-lock v3.4.0 |
1650 | 2024-12-19T21:02:17.118Z | Downloaded tinytemplate v1.2.1 |
1651 | 2024-12-19T21:02:17.120Z | Downloaded event-listener v5.3.1 |
1652 | 2024-12-19T21:02:17.122Z | Downloaded async-global-executor v2.4.1 |
1653 | 2024-12-19T21:02:17.125Z | Downloaded rstest v0.23.0 |
1654 | 2024-12-19T21:02:17.128Z | Downloaded trybuild v1.0.101 |
1655 | 2024-12-19T21:02:17.132Z | Downloaded async-io v2.3.4 |
1656 | 2024-12-19T21:02:17.134Z | Downloaded pretty_assertions v1.4.1 |
1657 | 2024-12-19T21:02:17.137Z | Downloaded polling v3.7.3 |
1658 | 2024-12-19T21:02:17.140Z | Downloaded cfg-expr v0.17.0 |
1659 | 2024-12-19T21:02:17.142Z | Downloaded yansi v1.0.1 |
1660 | 2024-12-19T21:02:17.145Z | Downloaded fancy-regex v0.13.0 |
1661 | 2024-12-19T21:02:17.147Z | Downloaded rstest_macros v0.23.0 |
1662 | 2024-12-19T21:02:17.150Z | Downloaded rand_distr v0.4.3 |
1663 | 2024-12-19T21:02:17.154Z | Downloaded criterion v0.5.1 |
1664 | 2024-12-19T21:02:17.159Z | Downloaded plotters v0.3.7 |
1665 | 2024-12-19T21:02:17.167Z | Downloaded guppy v0.17.8 |
1666 | 2024-12-19T21:02:17.172Z | Downloaded partial-io v0.5.4 |
1667 | 2024-12-19T21:02:17.174Z | Downloaded libtest-mimic v0.7.3 |
1668 | 2024-12-19T21:02:17.177Z | Downloaded rust-argon2 v2.1.0 |
1669 | 2024-12-19T21:02:17.179Z | Downloaded async-std v1.13.0 |
1670 | 2024-12-19T21:02:17.195Z | Downloaded indoc v2.0.5 |
1671 | 2024-12-19T21:02:17.198Z | Downloaded httptest v0.16.1 |
1672 | 2024-12-19T21:02:17.200Z | Downloaded futures-lite v2.3.0 |
1673 | 2024-12-19T21:02:17.209Z | Downloaded num_cpus v1.16.0 |
1674 | 2024-12-19T21:02:17.271Z | Downloaded httpmock v0.8.0-alpha.1 |
1675 | 2024-12-19T21:02:18.049Z | Checking cfg-if v1.0.0 |
1676 | 2024-12-19T21:02:18.127Z | Checking libc v0.2.162 |
1677 | 2024-12-19T21:02:18.148Z | Checking serde v1.0.215 |
1678 | 2024-12-19T21:02:18.171Z | Checking memchr v2.7.4 |
1679 | 2024-12-19T21:02:18.191Z | Checking value-bag v1.9.0 |
1680 | 2024-12-19T21:02:18.219Z | Checking scopeguard v1.2.0 |
1681 | 2024-12-19T21:02:18.240Z | Checking zeroize v1.8.1 |
1682 | 2024-12-19T21:02:18.269Z | Checking smallvec v1.13.2 |
1683 | 2024-12-19T21:02:18.296Z | Checking itoa v1.0.11 |
1684 | 2024-12-19T21:02:18.350Z | Checking lock_api v0.4.12 |
1685 | 2024-12-19T21:02:18.505Z | Checking byteorder v1.5.0 |
1686 | 2024-12-19T21:02:18.527Z | Checking pin-project-lite v0.2.14 |
1687 | 2024-12-19T21:02:18.590Z | Checking log v0.4.22 |
1688 | 2024-12-19T21:02:18.624Z | Checking subtle v2.6.1 |
1689 | 2024-12-19T21:02:18.652Z | Checking once_cell v1.20.2 |
1690 | 2024-12-19T21:02:18.776Z | Checking typenum v1.17.0 |
1691 | 2024-12-19T21:02:18.893Z | Checking futures-core v0.3.31 |
1692 | 2024-12-19T21:02:18.923Z | Checking thiserror v1.0.69 |
1693 | 2024-12-19T21:02:18.953Z | Checking libm v0.2.8 |
1694 | 2024-12-19T21:02:19.045Z | Checking zerocopy v0.7.35 |
1695 | 2024-12-19T21:02:19.072Z | Checking ryu v1.0.18 |
1696 | 2024-12-19T21:02:19.103Z | Checking spin v0.9.8 |
1697 | 2024-12-19T21:02:19.133Z | Checking const-oid v0.9.6 |
1698 | 2024-12-19T21:02:19.262Z | Checking getrandom v0.2.15 |
1699 | 2024-12-19T21:02:19.304Z | Checking signal-hook-registry v1.4.2 |
1700 | 2024-12-19T21:02:19.458Z | Checking parking_lot_core v0.9.10 |
1701 | 2024-12-19T21:02:19.501Z | Checking rand_core v0.6.4 |
1702 | 2024-12-19T21:02:19.570Z | Checking mio v1.0.2 |
1703 | 2024-12-19T21:02:19.816Z | Checking parking_lot v0.12.3 |
1704 | 2024-12-19T21:02:19.830Z | Checking socket2 v0.5.7 |
1705 | 2024-12-19T21:02:19.863Z | Checking num-traits v0.2.19 |
1706 | 2024-12-19T21:02:20.066Z | Checking generic-array v0.14.7 |
1707 | 2024-12-19T21:02:20.159Z | Checking futures-io v0.3.31 |
1708 | 2024-12-19T21:02:20.187Z | Checking slab v0.4.9 |
1709 | 2024-12-19T21:02:20.312Z | Checking allocator-api2 v0.2.18 |
1710 | 2024-12-19T21:02:20.349Z | Checking cpufeatures v0.2.14 |
1711 | 2024-12-19T21:02:20.450Z | Checking futures-sink v0.3.31 |
1712 | 2024-12-19T21:02:20.504Z | Checking pin-utils v0.1.0 |
1713 | 2024-12-19T21:02:20.538Z | Checking foldhash v0.1.3 |
1714 | 2024-12-19T21:02:20.604Z | Checking equivalent v1.0.1 |
1715 | 2024-12-19T21:02:20.630Z | Checking futures-channel v0.3.31 |
1716 | 2024-12-19T21:02:20.731Z | Checking futures-task v0.3.31 |
1717 | 2024-12-19T21:02:20.762Z | Checking stable_deref_trait v1.2.0 |
1718 | 2024-12-19T21:02:20.881Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1719 | 2024-12-19T21:02:20.971Z | Checking iana-time-zone v0.1.61 |
1720 | 2024-12-19T21:02:20.998Z | Checking futures-util v0.3.31 |
1721 | 2024-12-19T21:02:21.023Z | Checking hashbrown v0.15.1 |
1722 | 2024-12-19T21:02:21.046Z | Checking fnv v1.0.7 |
1723 | 2024-12-19T21:02:21.139Z | Checking ppv-lite86 v0.2.20 |
1724 | 2024-12-19T21:02:21.174Z | Checking tracing-core v0.1.32 |
1725 | 2024-12-19T21:02:21.234Z | Checking errno v0.3.9 |
1726 | 2024-12-19T21:02:21.266Z | Checking crypto-common v0.1.6 |
1727 | 2024-12-19T21:02:21.414Z | Checking block-buffer v0.10.4 |
1728 | 2024-12-19T21:02:21.459Z | Checking zerofrom v0.1.4 |
1729 | 2024-12-19T21:02:21.609Z | Checking dyn-clone v1.0.17 |
1730 | 2024-12-19T21:02:21.638Z | Checking digest v0.10.7 |
1731 | 2024-12-19T21:02:21.689Z | Checking yoke v0.7.4 |
1732 | 2024-12-19T21:02:21.749Z | Checking block-padding v0.3.3 |
1733 | 2024-12-19T21:02:21.819Z | Checking tracing v0.1.40 |
1734 | 2024-12-19T21:02:21.910Z | Checking rand_chacha v0.3.1 |
1735 | 2024-12-19T21:02:21.964Z | Checking inout v0.1.3 |
1736 | 2024-12-19T21:02:22.022Z | Checking zerovec v0.10.4 |
1737 | 2024-12-19T21:02:22.048Z | Checking crossbeam-utils v0.8.20 |
1738 | 2024-12-19T21:02:22.158Z | Checking percent-encoding v2.3.1 |
1739 | 2024-12-19T21:02:22.186Z | Checking writeable v0.5.5 |
1740 | 2024-12-19T21:02:22.211Z | Checking cipher v0.4.4 |
1741 | 2024-12-19T21:02:22.300Z | Checking rand v0.8.5 |
1742 | 2024-12-19T21:02:22.365Z | Checking litemap v0.7.3 |
1743 | 2024-12-19T21:02:22.511Z | Checking tinyvec_macros v0.1.1 |
1744 | 2024-12-19T21:02:22.610Z | Checking tinyvec v1.8.0 |
1745 | 2024-12-19T21:02:22.634Z | Checking form_urlencoded v1.2.1 |
1746 | 2024-12-19T21:02:22.713Z | Checking httparse v1.9.5 |
1747 | 2024-12-19T21:02:22.740Z | Checking base64ct v1.6.0 |
1748 | 2024-12-19T21:02:22.829Z | Checking regex-syntax v0.8.5 |
1749 | 2024-12-19T21:02:23.158Z | Checking atomic-waker v1.1.2 |
1750 | 2024-12-19T21:02:23.199Z | Checking bytes v1.8.0 |
1751 | 2024-12-19T21:02:23.224Z | Checking bitflags v2.6.0 |
1752 | 2024-12-19T21:02:23.299Z | Checking serde_json v1.0.132 |
1753 | 2024-12-19T21:02:23.536Z | Checking indexmap v2.6.0 |
1754 | 2024-12-19T21:02:23.575Z | Checking chrono v0.4.38 |
1755 | 2024-12-19T21:02:23.646Z | Checking rustix v0.38.37 |
1756 | 2024-12-19T21:02:23.961Z | Checking uuid v1.11.0 |
1757 | 2024-12-19T21:02:24.016Z | Checking tokio v1.40.0 |
1758 | 2024-12-19T21:02:24.557Z | Checking http v1.1.0 |
1759 | 2024-12-19T21:02:24.859Z | Checking tinystr v0.7.6 |
1760 | 2024-12-19T21:02:25.092Z | Checking icu_locid_transform_data v1.5.0 |
1761 | 2024-12-19T21:02:25.202Z | Checking unicode-normalization v0.1.24 |
1762 | 2024-12-19T21:02:25.258Z | Checking icu_locid v1.5.0 |
1763 | 2024-12-19T21:02:25.675Z | Checking schemars v0.8.21 |
1764 | 2024-12-19T21:02:25.966Z | Checking icu_collections v1.5.0 |
1765 | 2024-12-19T21:02:26.059Z | Checking hmac v0.12.1 |
1766 | 2024-12-19T21:02:26.125Z | Checking icu_properties_data v1.5.0 |
1767 | 2024-12-19T21:02:26.147Z | Checking untrusted v0.9.0 |
1768 | 2024-12-19T21:02:26.292Z | Checking sha2 v0.10.8 |
1769 | 2024-12-19T21:02:26.322Z | Checking ring v0.17.8 |
1770 | 2024-12-19T21:02:26.325Z | Checking icu_provider v1.5.0 |
1771 | 2024-12-19T21:02:26.390Z | Checking aho-corasick v1.1.3 |
1772 | 2024-12-19T21:02:26.603Z | Checking unicode-bidi v0.3.17 |
1773 | 2024-12-19T21:02:26.855Z | Checking utf16_iter v1.0.5 |
1774 | 2024-12-19T21:02:27.038Z | Checking utf8_iter v1.0.4 |
1775 | 2024-12-19T21:02:27.060Z | Checking icu_locid_transform v1.5.0 |
1776 | 2024-12-19T21:02:27.202Z | Checking unicode-ident v1.0.13 |
1777 | 2024-12-19T21:02:27.230Z | Checking write16 v1.0.0 |
1778 | 2024-12-19T21:02:27.254Z | Checking icu_normalizer_data v1.5.0 |
1779 | 2024-12-19T21:02:27.257Z | Checking lazy_static v1.5.0 |
1780 | 2024-12-19T21:02:27.361Z | Checking adler2 v2.0.0 |
1781 | 2024-12-19T21:02:27.363Z | Checking powerfmt v0.2.0 |
1782 | 2024-12-19T21:02:27.363Z | Checking time-core v0.1.2 |
1783 | 2024-12-19T21:02:27.431Z | Checking rustls-pki-types v1.9.0 |
1784 | 2024-12-19T21:02:27.529Z | Checking miniz_oxide v0.8.0 |
1785 | 2024-12-19T21:02:27.556Z | Checking num-conv v0.1.0 |
1786 | 2024-12-19T21:02:27.692Z | Checking deranged v0.3.11 |
1787 | 2024-12-19T21:02:27.810Z | Checking num_threads v0.1.7 |
1788 | 2024-12-19T21:02:27.934Z | Checking proc-macro2 v1.0.89 |
1789 | 2024-12-19T21:02:28.008Z | Checking pem-rfc7468 v0.7.0 |
1790 | 2024-12-19T21:02:28.037Z | Checking icu_properties v1.5.1 |
1791 | 2024-12-19T21:02:28.062Z | Checking regex-automata v0.4.8 |
1792 | 2024-12-19T21:02:28.168Z | Checking untrusted v0.7.1 |
1793 | 2024-12-19T21:02:28.298Z | Checking http-body v1.0.1 |
1794 | 2024-12-19T21:02:28.324Z | Checking aws-lc-sys v0.22.0 |
1795 | 2024-12-19T21:02:28.350Z | Checking try-lock v0.2.5 |
1796 | 2024-12-19T21:02:28.491Z | Checking mirai-annotations v1.12.0 |
1797 | 2024-12-19T21:02:28.521Z | Checking base64 v0.22.1 |
1798 | 2024-12-19T21:02:28.592Z | Checking quote v1.0.37 |
1799 | 2024-12-19T21:02:28.674Z | Checking httpdate v1.0.3 |
1800 | 2024-12-19T21:02:28.933Z | Checking want v0.3.1 |
1801 | 2024-12-19T21:02:28.965Z | Checking syn v2.0.87 |
1802 | 2024-12-19T21:02:29.015Z | Checking flagset v0.4.6 |
1803 | 2024-12-19T21:02:29.125Z | Checking pbkdf2 v0.12.2 |
1804 | 2024-12-19T21:02:29.223Z | Checking der v0.7.9 |
1805 | 2024-12-19T21:02:29.296Z | Checking aes v0.8.4 |
1806 | 2024-12-19T21:02:29.428Z | Checking time v0.3.36 |
1807 | 2024-12-19T21:02:30.258Z | Checking cbc v0.1.2 |
1808 | 2024-12-19T21:02:30.498Z | Checking salsa20 v0.10.2 |
1809 | 2024-12-19T21:02:30.729Z | Checking ahash v0.8.11 |
1810 | 2024-12-19T21:02:30.965Z | Checking aws-lc-rs v1.10.0 |
1811 | 2024-12-19T21:02:31.091Z | Checking spki v0.7.3 |
1812 | 2024-12-19T21:02:31.331Z | Checking slog v2.7.0 |
1813 | 2024-12-19T21:02:31.356Z | Checking tokio-util v0.7.12 |
1814 | 2024-12-19T21:02:31.402Z | Checking tower-service v0.3.3 |
1815 | 2024-12-19T21:02:31.430Z | Checking icu_normalizer v1.5.0 |
1816 | 2024-12-19T21:02:31.533Z | Checking scrypt v0.11.0 |
1817 | 2024-12-19T21:02:31.772Z | Checking mime v0.3.17 |
1818 | 2024-12-19T21:02:31.835Z | Checking gimli v0.31.1 |
1819 | 2024-12-19T21:02:32.013Z | Checking pkcs5 v0.7.1 |
1820 | 2024-12-19T21:02:32.096Z | Checking object v0.36.5 |
1821 | 2024-12-19T21:02:32.227Z | Checking idna_adapter v1.2.0 |
1822 | 2024-12-19T21:02:32.286Z | Checking h2 v0.4.6 |
1823 | 2024-12-19T21:02:32.416Z | Checking idna v1.0.3 |
1824 | 2024-12-19T21:02:32.522Z | Checking utf8parse v0.2.2 |
1825 | 2024-12-19T21:02:32.674Z | Checking rustc-demangle v0.1.24 |
1826 | 2024-12-19T21:02:32.745Z | Checking rustls-webpki v0.102.8 |
1827 | 2024-12-19T21:02:32.790Z | Checking regex v1.11.1 |
1828 | 2024-12-19T21:02:32.904Z | Checking url v2.5.3 |
1829 | 2024-12-19T21:02:33.124Z | Checking pkcs8 v0.10.2 |
1830 | 2024-12-19T21:02:33.422Z | Checking http-body-util v0.1.2 |
1831 | 2024-12-19T21:02:33.474Z | Checking futures-executor v0.3.31 |
1832 | 2024-12-19T21:02:33.606Z | Checking toml_datetime v0.6.8 |
1833 | 2024-12-19T21:02:33.709Z | Checking serde_spanned v0.6.8 |
1834 | 2024-12-19T21:02:33.740Z | Checking ipnet v2.10.1 |
1835 | 2024-12-19T21:02:33.885Z | Checking unicode-width v0.1.14 |
1836 | 2024-12-19T21:02:33.909Z | Checking data-encoding v2.6.0 |
1837 | 2024-12-19T21:02:33.913Z | Checking futures v0.3.31 |
1838 | 2024-12-19T21:02:34.032Z | Checking rustls-pemfile v2.2.0 |
1839 | 2024-12-19T21:02:34.179Z | Checking anstyle v1.0.10 |
1840 | 2024-12-19T21:02:34.261Z | Checking openssl-probe v0.1.5 |
1841 | 2024-12-19T21:02:34.375Z | Checking foreign-types-shared v0.1.1 |
1842 | 2024-12-19T21:02:34.429Z | Checking semver v1.0.23 |
1843 | 2024-12-19T21:02:34.489Z | Checking foreign-types v0.3.2 |
1844 | 2024-12-19T21:02:34.517Z | Checking serde_urlencoded v0.7.1 |
1845 | 2024-12-19T21:02:34.590Z | Checking sha1 v0.10.6 |
1846 | 2024-12-19T21:02:34.635Z | Checking openssl-sys v0.9.103 |
1847 | 2024-12-19T21:02:34.856Z | Checking encoding_rs v0.8.34 |
1848 | 2024-12-19T21:02:34.893Z | Checking rustls v0.23.14 |
1849 | 2024-12-19T21:02:34.919Z | Checking anstyle-parse v0.2.5 |
1850 | 2024-12-19T21:02:35.186Z | Checking camino v1.1.9 |
1851 | 2024-12-19T21:02:35.369Z | Checking anstyle-query v1.1.1 |
1852 | 2024-12-19T21:02:35.524Z | Checking either v1.13.0 |
1853 | 2024-12-19T21:02:35.738Z | Checking is_terminal_polyfill v1.70.1 |
1854 | 2024-12-19T21:02:35.862Z | Checking winnow v0.6.20 |
1855 | 2024-12-19T21:02:35.900Z | Checking openssl v0.10.66 |
1856 | 2024-12-19T21:02:35.929Z | Checking colorchoice v1.0.2 |
1857 | 2024-12-19T21:02:35.931Z | Checking addr2line v0.24.2 |
1858 | 2024-12-19T21:02:36.066Z | Checking anstream v0.6.15 |
1859 | 2024-12-19T21:02:36.424Z | Checking idna v0.3.0 |
1860 | 2024-12-19T21:02:36.485Z | Checking terminal_size v0.4.0 |
1861 | 2024-12-19T21:02:36.683Z | Checking openapiv3 v2.0.0 |
1862 | 2024-12-19T21:02:37.233Z | Checking signature v2.2.0 |
1863 | 2024-12-19T21:02:37.321Z | Checking clap_lex v0.7.2 |
1864 | 2024-12-19T21:02:37.455Z | Checking psl-types v2.0.11 |
1865 | 2024-12-19T21:02:37.596Z | Checking strsim v0.11.1 |
1866 | 2024-12-19T21:02:37.646Z | Checking publicsuffix v2.2.3 |
1867 | 2024-12-19T21:02:37.896Z | Checking cookie v0.18.1 |
1868 | 2024-12-19T21:02:37.917Z | Checking clap_builder v4.5.21 |
1869 | 2024-12-19T21:02:38.311Z | Checking hyper v1.5.0 |
1870 | 2024-12-19T21:02:38.350Z | Checking webpki-roots v0.26.6 |
1871 | 2024-12-19T21:02:38.520Z | Checking backtrace v0.3.74 |
1872 | 2024-12-19T21:02:38.550Z | Checking idna v0.5.0 |
1873 | 2024-12-19T21:02:38.830Z | Checking is-terminal v0.4.13 |
1874 | 2024-12-19T21:02:38.962Z | Checking scroll v0.12.0 |
1875 | 2024-12-19T21:02:39.145Z | Checking anyhow v1.0.93 |
1876 | 2024-12-19T21:02:39.422Z | Checking plain v0.2.3 |
1877 | 2024-12-19T21:02:39.448Z | Checking ucd-trie v0.1.7 |
1878 | 2024-12-19T21:02:39.548Z | Checking cookie_store v0.21.0 |
1879 | 2024-12-19T21:02:39.581Z | Checking goblin v0.8.2 |
1880 | 2024-12-19T21:02:39.672Z | Checking pest v2.7.14 |
1881 | 2024-12-19T21:02:40.150Z | Checking sync_wrapper v1.0.1 |
1882 | 2024-12-19T21:02:40.259Z | Checking pretty-hex v0.4.1 |
1883 | 2024-12-19T21:02:40.302Z | Checking base16ct v0.2.0 |
1884 | 2024-12-19T21:02:40.375Z | Checking hyper-util v0.1.10 |
1885 | 2024-12-19T21:02:40.443Z | Checking num-integer v0.1.46 |
1886 | 2024-12-19T21:02:40.515Z | Checking sec1 v0.7.3 |
1887 | 2024-12-19T21:02:40.541Z | Checking tokio-rustls v0.26.0 |
1888 | 2024-12-19T21:02:40.890Z | Checking ff v0.13.0 |
1889 | 2024-12-19T21:02:40.928Z | Checking thread-id v4.2.2 |
1890 | 2024-12-19T21:02:40.931Z | Checking clap v4.5.21 |
1891 | 2024-12-19T21:02:40.972Z | Checking toml_edit v0.22.22 |
1892 | 2024-12-19T21:02:41.043Z | Checking hkdf v0.12.4 |
1893 | 2024-12-19T21:02:41.074Z | Checking crypto-bigint v0.5.5 |
1894 | 2024-12-19T21:02:41.115Z | Checking group v0.13.0 |
1895 | 2024-12-19T21:02:41.259Z | Checking dirs-sys-next v0.1.2 |
1896 | 2024-12-19T21:02:41.371Z | Checking memmap v0.7.0 |
1897 | 2024-12-19T21:02:41.419Z | Checking native-tls v0.2.12 |
1898 | 2024-12-19T21:02:41.447Z | Checking crc32fast v1.4.2 |
1899 | 2024-12-19T21:02:41.592Z | Checking static_assertions v1.1.0 |
1900 | 2024-12-19T21:02:41.695Z | Checking bitflags v1.3.2 |
1901 | 2024-12-19T21:02:41.734Z | Checking utf-8 v0.7.6 |
1902 | 2024-12-19T21:02:41.811Z | Checking tokio-native-tls v0.3.1 |
1903 | 2024-12-19T21:02:41.814Z | Checking dirs-next v2.0.0 |
1904 | 2024-12-19T21:02:41.943Z | Checking crossbeam-channel v0.5.13 |
1905 | 2024-12-19T21:02:41.999Z | Checking thread_local v1.1.8 |
1906 | 2024-12-19T21:02:42.099Z | Checking unicode-segmentation v1.12.0 |
1907 | 2024-12-19T21:02:42.145Z | Checking dtrace-parser v0.2.0 |
1908 | 2024-12-19T21:02:42.266Z | Checking term v0.7.0 |
1909 | 2024-12-19T21:02:42.351Z | Checking hyper-tls v0.6.0 |
1910 | 2024-12-19T21:02:42.607Z | Checking hyper-rustls v0.27.3 |
1911 | 2024-12-19T21:02:42.643Z | Checking num-iter v0.1.45 |
1912 | 2024-12-19T21:02:42.690Z | Checking crossbeam-epoch v0.9.18 |
1913 | 2024-12-19T21:02:42.717Z | Checking take_mut v0.2.2 |
1914 | 2024-12-19T21:02:42.791Z | Checking match_cfg v0.1.0 |
1915 | 2024-12-19T21:02:42.835Z | Checking slog-term v2.9.1 |
1916 | 2024-12-19T21:02:42.868Z | Checking slog-async v2.8.0 |
1917 | 2024-12-19T21:02:42.894Z | Checking hostname v0.3.1 |
1918 | 2024-12-19T21:02:42.958Z | Checking reqwest v0.12.9 |
1919 | 2024-12-19T21:02:43.029Z | Checking bstr v1.10.0 |
1920 | 2024-12-19T21:02:43.132Z | Checking rfc6979 v0.4.0 |
1921 | 2024-12-19T21:02:43.175Z | Checking hex v0.4.3 |
1922 | 2024-12-19T21:02:43.307Z | Checking winnow v0.5.40 |
1923 | 2024-12-19T21:02:43.334Z | Checking managed v0.8.0 |
1924 | 2024-12-19T21:02:43.524Z | Checking toml v0.8.19 |
1925 | 2024-12-19T21:02:43.682Z | Checking crossbeam-deque v0.8.5 |
1926 | 2024-12-19T21:02:43.733Z | Checking num-bigint-dig v0.8.4 |
1927 | 2024-12-19T21:02:43.809Z | Checking elliptic-curve v0.13.8 |
1928 | 2024-12-19T21:02:43.933Z | Checking flate2 v1.0.34 |
1929 | 2024-12-19T21:02:43.993Z | Checking rustls v0.22.4 |
1930 | 2024-12-19T21:02:44.281Z | Checking pkcs1 v0.7.5 |
1931 | 2024-12-19T21:02:44.455Z | Checking ecdsa v0.16.9 |
1932 | 2024-12-19T21:02:44.577Z | Checking dof v0.3.0 |
1933 | 2024-12-19T21:02:44.621Z | Checking curve25519-dalek v4.1.3 |
1934 | 2024-12-19T21:02:44.689Z | Checking zerocopy v0.6.6 |
1935 | 2024-12-19T21:02:44.834Z | Checking siphasher v0.3.11 |
1936 | 2024-12-19T21:02:45.158Z | Checking rayon-core v1.12.1 |
1937 | 2024-12-19T21:02:45.186Z | Checking usdt-impl v0.5.0 |
1938 | 2024-12-19T21:02:45.189Z | Checking ed25519 v2.2.3 |
1939 | 2024-12-19T21:02:45.424Z | Checking slog-json v2.6.1 |
1940 | 2024-12-19T21:02:45.500Z | Checking signal-hook v0.3.17 |
1941 | 2024-12-19T21:02:45.687Z | Checking quick-error v1.2.3 |
1942 | 2024-12-19T21:02:45.797Z | Checking usdt v0.5.0 |
1943 | 2024-12-19T21:02:45.834Z | Checking debug-ignore v1.0.5 |
1944 | 2024-12-19T21:02:45.862Z | Checking slog-bunyan v2.5.0 |
1945 | 2024-12-19T21:02:45.865Z | Checking multer v3.1.0 |
1946 | 2024-12-19T21:02:45.903Z | Checking rsa v0.9.6 |
1947 | 2024-12-19T21:02:45.982Z | Checking itertools v0.10.5 |
1948 | 2024-12-19T21:02:46.019Z | Checking x509-cert v0.2.5 |
1949 | 2024-12-19T21:02:46.069Z | Checking idna v0.4.0 |
1950 | 2024-12-19T21:02:46.264Z | Checking waitgroup v0.1.2 |
1951 | 2024-12-19T21:02:46.375Z | Checking toml_edit v0.19.15 |
1952 | 2024-12-19T21:02:46.404Z | Checking serde_path_to_error v0.1.16 |
1953 | 2024-12-19T21:02:46.547Z | Checking ed25519-dalek v2.1.1 |
1954 | 2024-12-19T21:02:46.930Z | Checking hubpack v0.1.2 |
1955 | 2024-12-19T21:02:46.957Z | Checking bzip2-sys v0.1.11+1.0.8 |
1956 | 2024-12-19T21:02:46.986Z | Checking async-stream v0.3.6 |
1957 | 2024-12-19T21:02:47.020Z | Checking hostname v0.4.0 |
1958 | 2024-12-19T21:02:47.087Z | Checking bit-vec v0.6.3 |
1959 | 2024-12-19T21:02:47.167Z | Checking bzip2 v0.4.4 |
1960 | 2024-12-19T21:02:47.170Z | Checking hickory-proto v0.24.1 |
1961 | 2024-12-19T21:02:47.247Z | Checking signal-hook-mio v0.2.4 |
1962 | 2024-12-19T21:02:47.397Z | Checking console v0.15.8 |
1963 | 2024-12-19T21:02:47.422Z | Checking bit-set v0.5.3 |
1964 | 2024-12-19T21:02:47.457Z | Checking hash32 v0.2.1 |
1965 | 2024-12-19T21:02:47.645Z | Checking unicode-properties v0.1.3 |
1966 | 2024-12-19T21:02:47.647Z | Checking tokio-rustls v0.25.0 |
1967 | 2024-12-19T21:02:47.697Z | Checking predicates-core v1.0.8 |
1968 | 2024-12-19T21:02:47.749Z | Checking linked-hash-map v0.5.6 |
1969 | 2024-12-19T21:02:47.883Z | Checking heapless v0.7.17 |
1970 | 2024-12-19T21:02:47.955Z | Checking crossterm v0.28.1 |
1971 | 2024-12-19T21:02:48.018Z | Checking stringprep v0.1.5 |
1972 | 2024-12-19T21:02:48.053Z | Checking dropshot v0.12.0 |
1973 | 2024-12-19T21:02:48.081Z | Checking lru-cache v0.1.2 |
1974 | 2024-12-19T21:02:48.272Z | Checking rayon v1.10.0 |
1975 | 2024-12-19T21:02:48.301Z | Checking phf_shared v0.11.2 |
1976 | 2024-12-19T21:02:48.304Z | Checking similar v2.6.0 |
1977 | 2024-12-19T21:02:48.613Z | Checking tokio-stream v0.1.16 |
1978 | 2024-12-19T21:02:48.836Z | Checking toml v0.7.8 |
1979 | 2024-12-19T21:02:48.895Z | Checking md-5 v0.10.6 |
1980 | 2024-12-19T21:02:49.129Z | Checking float-cmp v0.9.0 |
1981 | 2024-12-19T21:02:49.211Z | Checking normalize-line-endings v0.3.0 |
1982 | 2024-12-19T21:02:49.328Z | Checking fixedbitset v0.4.2 |
1983 | 2024-12-19T21:02:49.355Z | Checking difflib v0.4.0 |
1984 | 2024-12-19T21:02:49.533Z | Checking fallible-iterator v0.2.0 |
1985 | 2024-12-19T21:02:49.588Z | Checking smoltcp v0.9.1 |
1986 | 2024-12-19T21:02:49.619Z | Checking petgraph v0.6.5 |
1987 | 2024-12-19T21:02:49.681Z | Checking predicates v3.1.2 |
1988 | 2024-12-19T21:02:49.762Z | Checking phf v0.11.2 |
1989 | 2024-12-19T21:02:50.046Z | Checking zip v0.6.6 |
1990 | 2024-12-19T21:02:50.182Z | Checking postgres-protocol v0.6.7 |
1991 | 2024-12-19T21:02:50.366Z | Checking resolv-conf v0.7.0 |
1992 | 2024-12-19T21:02:50.740Z | Checking phf_shared v0.10.0 |
1993 | 2024-12-19T21:02:50.779Z | Checking tungstenite v0.24.0 |
1994 | 2024-12-19T21:02:50.845Z | Checking fs-err v2.11.0 |
1995 | 2024-12-19T21:02:51.037Z | Checking serde-big-array v0.5.1 |
1996 | 2024-12-19T21:02:51.120Z | Checking portable-atomic v1.9.0 |
1997 | 2024-12-19T21:02:51.255Z | Checking precomputed-hash v0.1.1 |
1998 | 2024-12-19T21:02:51.373Z | Checking minimal-lexical v0.2.1 |
1999 | 2024-12-19T21:02:51.436Z | Checking unicode-width v0.2.0 |
2000 | 2024-12-19T21:02:51.668Z | Checking new_debug_unreachable v1.0.6 |
2001 | 2024-12-19T21:02:51.747Z | Checking lalrpop-util v0.19.12 |
2002 | 2024-12-19T21:02:51.775Z | Checking number_prefix v0.4.0 |
2003 | 2024-12-19T21:02:51.778Z | Checking nom v7.1.3 |
2004 | 2024-12-19T21:02:51.896Z | Checking string_cache v0.8.7 |
2005 | 2024-12-19T21:02:51.965Z | Checking hickory-resolver v0.24.1 |
2006 | 2024-12-19T21:02:52.002Z | Checking tokio-tungstenite v0.24.0 |
2007 | 2024-12-19T21:02:52.028Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2008 | 2024-12-19T21:02:52.133Z | Checking postgres-types v0.2.8 |
2009 | 2024-12-19T21:02:52.170Z | Checking indicatif v0.17.9 |
2010 | 2024-12-19T21:02:52.173Z | Checking itertools v0.12.1 |
2011 | 2024-12-19T21:02:52.450Z | Checking peg-runtime v0.8.3 |
2012 | 2024-12-19T21:02:52.693Z | Checking whoami v1.5.2 |
2013 | 2024-12-19T21:02:52.963Z | Compiling hashbrown v0.14.5 |
2014 | 2024-12-19T21:02:52.991Z | Compiling ident_case v1.0.1 |
2015 | 2024-12-19T21:02:53.017Z | Checking tokio-postgres v0.7.12 |
2016 | 2024-12-19T21:02:53.052Z | Compiling unsafe-libyaml v0.2.11 |
2017 | 2024-12-19T21:02:53.181Z | Compiling darling_core v0.20.10 |
2018 | 2024-12-19T21:02:53.579Z | Checking qorb v0.2.1 |
2019 | 2024-12-19T21:02:54.329Z | Compiling regress v0.10.1 |
2020 | 2024-12-19T21:02:54.676Z | Compiling serde_yaml v0.9.34+deprecated |
2021 | 2024-12-19T21:02:55.062Z | Checking heck v0.5.0 |
2022 | 2024-12-19T21:02:55.273Z | Checking progenitor-client v0.8.0 |
2023 | 2024-12-19T21:02:55.653Z | Checking fastrand v2.1.1 |
2024 | 2024-12-19T21:02:55.974Z | Compiling newtype-uuid v1.1.3 |
2025 | 2024-12-19T21:02:56.068Z | Checking ipnetwork v0.20.0 |
2026 | 2024-12-19T21:02:56.155Z | Compiling structmeta-derive v0.3.0 |
2027 | 2024-12-19T21:02:56.285Z | Checking strum v0.26.3 |
2028 | 2024-12-19T21:02:56.449Z | Compiling dropshot v0.13.0 |
2029 | 2024-12-19T21:02:56.475Z | Checking macaddr v1.0.1 |
2030 | 2024-12-19T21:02:56.816Z | Compiling dropshot_endpoint v0.13.0 |
2031 | 2024-12-19T21:02:56.843Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2032 | 2024-12-19T21:02:57.625Z | Checking tempfile v3.13.0 |
2033 | 2024-12-19T21:02:57.763Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2034 | 2024-12-19T21:02:58.009Z | Checking instant v0.1.13 |
2035 | 2024-12-19T21:02:58.133Z | Compiling typify-impl v0.2.0 |
2036 | 2024-12-19T21:02:58.135Z | Checking regress v0.9.1 |
2037 | 2024-12-19T21:02:58.969Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2038 | 2024-12-19T21:02:59.135Z | Compiling structmeta v0.3.0 |
2039 | 2024-12-19T21:02:59.471Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2040 | 2024-12-19T21:02:59.595Z | Compiling parse-display-derive v0.10.0 |
2041 | 2024-12-19T21:02:59.753Z | Checking backoff v0.4.0 |
2042 | 2024-12-19T21:02:59.755Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2043 | 2024-12-19T21:02:59.928Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2044 | 2024-12-19T21:03:00.054Z | Checking wait-timeout v0.2.0 |
2045 | 2024-12-19T21:03:00.085Z | Checking rand_xorshift v0.3.0 |
2046 | 2024-12-19T21:03:00.253Z | Checking rusty-fork v0.3.0 |
2047 | 2024-12-19T21:03:00.282Z | Checking unarray v0.1.4 |
2048 | 2024-12-19T21:03:00.284Z | Compiling darling_macro v0.20.10 |
2049 | 2024-12-19T21:03:00.463Z | Compiling structmeta-derive v0.2.0 |
2050 | 2024-12-19T21:03:00.592Z | Checking proptest v1.5.0 |
2051 | 2024-12-19T21:03:01.326Z | Compiling darling v0.20.10 |
2052 | 2024-12-19T21:03:01.462Z | Compiling serde_with_macros v3.11.0 |
2053 | 2024-12-19T21:03:01.697Z | Checking camino-tempfile v1.1.1 |
2054 | 2024-12-19T21:03:02.005Z | Compiling proc-macro-error v1.0.4 |
2055 | 2024-12-19T21:03:02.206Z | Compiling proc-macro-crate v1.3.1 |
2056 | 2024-12-19T21:03:02.730Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2057 | 2024-12-19T21:03:03.114Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2058 | 2024-12-19T21:03:03.338Z | Compiling num_enum_derive v0.5.11 |
2059 | 2024-12-19T21:03:03.381Z | Compiling structmeta v0.2.0 |
2060 | 2024-12-19T21:03:03.437Z | Compiling foreign-types-macros v0.2.3 |
2061 | 2024-12-19T21:03:03.803Z | Compiling test-strategy v0.3.1 |
2062 | 2024-12-19T21:03:04.233Z | Checking parse-display v0.10.0 |
2063 | 2024-12-19T21:03:04.482Z | Checking foreign-types-shared v0.3.1 |
2064 | 2024-12-19T21:03:04.536Z | Checking serde_with v3.11.0 |
2065 | 2024-12-19T21:03:04.689Z | Checking foreign-types v0.5.0 |
2066 | 2024-12-19T21:03:04.803Z | Checking tabwriter v1.4.0 |
2067 | 2024-12-19T21:03:04.935Z | Checking cstr-argument v0.1.2 |
2068 | 2024-12-19T21:03:05.060Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2069 | 2024-12-19T21:03:05.124Z | Checking pretty-hex v0.2.1 |
2070 | 2024-12-19T21:03:05.303Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2071 | 2024-12-19T21:03:05.345Z | Checking colored v2.1.0 |
2072 | 2024-12-19T21:03:05.562Z | Checking smf v0.2.3 |
2073 | 2024-12-19T21:03:05.667Z | Compiling crucible-workspace-hack v0.1.0 |
2074 | 2024-12-19T21:03:05.692Z | Checking base64 v0.21.7 |
2075 | 2024-12-19T21:03:05.953Z | Compiling zerocopy v0.8.10 |
2076 | 2024-12-19T21:03:05.956Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2077 | 2024-12-19T21:03:06.020Z | Checking num_enum v0.5.11 |
2078 | 2024-12-19T21:03:06.086Z | Compiling itertools v0.13.0 |
2079 | 2024-12-19T21:03:06.132Z | Compiling zerocopy-derive v0.8.10 |
2080 | 2024-12-19T21:03:06.158Z | Checking termtree v0.4.1 |
2081 | 2024-12-19T21:03:06.182Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2082 | 2024-12-19T21:03:06.384Z | Compiling heapless v0.8.0 |
2083 | 2024-12-19T21:03:06.476Z | Checking predicates-tree v1.0.11 |
2084 | 2024-12-19T21:03:06.756Z | Checking hash32 v0.3.1 |
2085 | 2024-12-19T21:03:06.926Z | Compiling smoltcp v0.11.0 |
2086 | 2024-12-19T21:03:06.961Z | Checking cobs v0.2.3 |
2087 | 2024-12-19T21:03:07.164Z | Checking postcard v1.0.10 |
2088 | 2024-12-19T21:03:07.658Z | Checking sigpipe v0.1.3 |
2089 | 2024-12-19T21:03:07.740Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2090 | 2024-12-19T21:03:07.801Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2091 | 2024-12-19T21:03:07.879Z | Checking atomicwrites v0.4.4 |
2092 | 2024-12-19T21:03:07.939Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2093 | 2024-12-19T21:03:08.084Z | Compiling mockall_derive v0.13.0 |
2094 | 2024-12-19T21:03:08.111Z | Compiling thiserror v2.0.3 |
2095 | 2024-12-19T21:03:08.135Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2096 | 2024-12-19T21:03:08.403Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2097 | 2024-12-19T21:03:08.462Z | Compiling thiserror-impl v2.0.3 |
2098 | 2024-12-19T21:03:08.698Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2099 | 2024-12-19T21:03:09.059Z | Compiling zone_cfg_derive v0.3.0 |
2100 | 2024-12-19T21:03:09.268Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2101 | 2024-12-19T21:03:10.618Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2102 | 2024-12-19T21:03:10.875Z | Compiling num-derive v0.4.2 |
2103 | 2024-12-19T21:03:10.998Z | Checking fragile v2.0.0 |
2104 | 2024-12-19T21:03:11.283Z | Checking downcast v0.11.0 |
2105 | 2024-12-19T21:03:11.310Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2106 | 2024-12-19T21:03:11.503Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2107 | 2024-12-19T21:03:11.638Z | Checking zone v0.3.0 |
2108 | 2024-12-19T21:03:11.761Z | Compiling convert_case v0.4.0 |
2109 | 2024-12-19T21:03:12.248Z | Checking newline-converter v0.3.0 |
2110 | 2024-12-19T21:03:12.408Z | Checking expectorate v1.1.0 |
2111 | 2024-12-19T21:03:12.474Z | Checking tungstenite v0.21.0 |
2112 | 2024-12-19T21:03:12.590Z | Checking same-file v1.0.6 |
2113 | 2024-12-19T21:03:12.739Z | Compiling derive_more v0.99.18 |
2114 | 2024-12-19T21:03:12.777Z | Checking walkdir v2.5.0 |
2115 | 2024-12-19T21:03:13.068Z | Checking arc-swap v1.7.1 |
2116 | 2024-12-19T21:03:13.225Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2117 | 2024-12-19T21:03:13.431Z | Checking tokio-tungstenite v0.21.0 |
2118 | 2024-12-19T21:03:13.524Z | Checking slog-scope v4.4.0 |
2119 | 2024-12-19T21:03:13.703Z | Checking xattr v1.3.1 |
2120 | 2024-12-19T21:03:13.733Z | Checking slog-stdlog v4.1.1 |
2121 | 2024-12-19T21:03:13.905Z | Checking slog-envlogger v2.2.0 |
2122 | 2024-12-19T21:03:13.930Z | Checking filetime v0.2.25 |
2123 | 2024-12-19T21:03:13.972Z | Checking num-rational v0.4.2 |
2124 | 2024-12-19T21:03:14.136Z | Checking num-complex v0.4.6 |
2125 | 2024-12-19T21:03:14.161Z | Checking tar v0.4.42 |
2126 | 2024-12-19T21:03:14.653Z | Checking float-ord v0.3.2 |
2127 | 2024-12-19T21:03:14.807Z | Checking swrite v0.1.0 |
2128 | 2024-12-19T21:03:14.939Z | Compiling owo-colors v4.1.0 |
2129 | 2024-12-19T21:03:14.993Z | Compiling cancel-safe-futures v0.1.5 |
2130 | 2024-12-19T21:03:15.017Z | Checking libsw v3.3.1 |
2131 | 2024-12-19T21:03:15.051Z | Checking num v0.4.3 |
2132 | 2024-12-19T21:03:15.169Z | Checking pem v3.0.4 |
2133 | 2024-12-19T21:03:15.290Z | Checking password-hash v0.5.0 |
2134 | 2024-12-19T21:03:15.474Z | Checking blake2 v0.10.6 |
2135 | 2024-12-19T21:03:15.791Z | Checking linear-map v1.2.0 |
2136 | 2024-12-19T21:03:15.878Z | Checking indent_write v2.2.0 |
2137 | 2024-12-19T21:03:15.926Z | Checking argon2 v0.5.3 |
2138 | 2024-12-19T21:03:16.098Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2139 | 2024-12-19T21:03:16.450Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2140 | 2024-12-19T21:03:16.477Z | Compiling lzma-sys v0.1.20 |
2141 | 2024-12-19T21:03:16.613Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2142 | 2024-12-19T21:03:16.648Z | Checking headers-core v0.3.0 |
2143 | 2024-12-19T21:03:16.758Z | Compiling typify-macro v0.2.0 |
2144 | 2024-12-19T21:03:16.798Z | Compiling heck v0.3.3 |
2145 | 2024-12-19T21:03:16.956Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2146 | 2024-12-19T21:03:17.116Z | Checking mockall v0.13.0 |
2147 | 2024-12-19T21:03:17.191Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2148 | 2024-12-19T21:03:17.193Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2149 | 2024-12-19T21:03:17.259Z | Compiling zone_cfg_derive v0.1.2 |
2150 | 2024-12-19T21:03:17.305Z | Checking headers v0.4.0 |
2151 | 2024-12-19T21:03:17.357Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2152 | 2024-12-19T21:03:17.502Z | Checking yasna v0.5.2 |
2153 | 2024-12-19T21:03:17.639Z | Checking highway v1.2.0 |
2154 | 2024-12-19T21:03:18.097Z | Checking base64 v0.13.1 |
2155 | 2024-12-19T21:03:18.414Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2156 | 2024-12-19T21:03:18.417Z | Checking rcgen v0.12.1 |
2157 | 2024-12-19T21:03:18.502Z | Checking ron v0.7.1 |
2158 | 2024-12-19T21:03:18.795Z | Checking zone v0.1.8 |
2159 | 2024-12-19T21:03:18.913Z | Checking xz2 v0.1.7 |
2160 | 2024-12-19T21:03:19.237Z | Checking subprocess v0.2.9 |
2161 | 2024-12-19T21:03:19.473Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2162 | 2024-12-19T21:03:19.525Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2163 | 2024-12-19T21:03:19.664Z | Checking humantime v2.1.0 |
2164 | 2024-12-19T21:03:19.776Z | Compiling semver v0.1.20 |
2165 | 2024-12-19T21:03:19.980Z | Checking half v2.4.1 |
2166 | 2024-12-19T21:03:20.386Z | Compiling rustc_version v0.1.7 |
2167 | 2024-12-19T21:03:20.441Z | Checking ciborium-io v0.2.2 |
2168 | 2024-12-19T21:03:20.506Z | Checking prettyplease v0.2.25 |
2169 | 2024-12-19T21:03:20.607Z | Checking ciborium-ll v0.2.2 |
2170 | 2024-12-19T21:03:20.908Z | Compiling newtype_derive v0.1.6 |
2171 | 2024-12-19T21:03:20.910Z | Checking ciborium v0.2.2 |
2172 | 2024-12-19T21:03:20.986Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2173 | 2024-12-19T21:03:21.229Z | Compiling typify v0.2.0 |
2174 | 2024-12-19T21:03:21.379Z | Compiling progenitor-impl v0.8.0 |
2175 | 2024-12-19T21:03:22.802Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2176 | 2024-12-19T21:03:23.364Z | Checking steno v0.4.1 |
2177 | 2024-12-19T21:03:23.709Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2178 | 2024-12-19T21:03:23.929Z | Checking display-error-chain v0.2.2 |
2179 | 2024-12-19T21:03:24.112Z | Compiling slog-dtrace v0.3.0 |
2180 | 2024-12-19T21:03:24.411Z | Checking gethostname v0.5.0 |
2181 | 2024-12-19T21:03:24.553Z | Checking nibble_vec v0.1.0 |
2182 | 2024-12-19T21:03:24.742Z | Compiling ring v0.16.20 |
2183 | 2024-12-19T21:03:24.915Z | Compiling blake3 v1.5.4 |
2184 | 2024-12-19T21:03:24.943Z | Checking keccak v0.1.5 |
2185 | 2024-12-19T21:03:25.266Z | Checking endian-type v0.1.2 |
2186 | 2024-12-19T21:03:25.505Z | Checking radix_trie v0.2.1 |
2187 | 2024-12-19T21:03:25.638Z | Checking sha3 v0.10.8 |
2188 | 2024-12-19T21:03:25.931Z | Checking universal-hash v0.5.1 |
2189 | 2024-12-19T21:03:25.959Z | Checking secrecy v0.8.0 |
2190 | 2024-12-19T21:03:26.023Z | Checking opaque-debug v0.3.1 |
2191 | 2024-12-19T21:03:26.114Z | Checking aead v0.5.2 |
2192 | 2024-12-19T21:03:26.139Z | Checking poly1305 v0.8.0 |
2193 | 2024-12-19T21:03:26.173Z | Checking chacha20 v0.9.1 |
2194 | 2024-12-19T21:03:26.547Z | Compiling memmap2 v0.9.5 |
2195 | 2024-12-19T21:03:26.640Z | Compiling arrayvec v0.7.6 |
2196 | 2024-12-19T21:03:27.030Z | Compiling spin v0.5.2 |
2197 | 2024-12-19T21:03:27.071Z | Compiling constant_time_eq v0.3.1 |
2198 | 2024-12-19T21:03:27.230Z | Compiling arrayref v0.3.9 |
2199 | 2024-12-19T21:03:27.267Z | Compiling toolchain_find v0.4.0 |
2200 | 2024-12-19T21:03:27.309Z | Compiling thiserror-impl-no-std v2.0.2 |
2201 | 2024-12-19T21:03:27.313Z | Compiling topological-sort v0.2.2 |
2202 | 2024-12-19T21:03:27.564Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2203 | 2024-12-19T21:03:27.721Z | Compiling rustfmt-wrapper v0.2.1 |
2204 | 2024-12-19T21:03:27.898Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2205 | 2024-12-19T21:03:28.230Z | Checking chacha20poly1305 v0.10.1 |
2206 | 2024-12-19T21:03:28.259Z | Compiling async-recursion v1.1.1 |
2207 | 2024-12-19T21:03:28.292Z | Checking fxhash v0.2.1 |
2208 | 2024-12-19T21:03:28.428Z | Checking lockfree-object-pool v0.1.6 |
2209 | 2024-12-19T21:03:28.483Z | Checking bumpalo v3.16.0 |
2210 | 2024-12-19T21:03:28.638Z | Compiling zip v2.1.3 |
2211 | 2024-12-19T21:03:28.689Z | Checking simd-adler32 v0.3.7 |
2212 | 2024-12-19T21:03:28.801Z | Checking termcolor v1.4.1 |
2213 | 2024-12-19T21:03:28.973Z | Checking maplit v1.0.2 |
2214 | 2024-12-19T21:03:29.074Z | Checking zopfli v0.8.1 |
2215 | 2024-12-19T21:03:29.099Z | Compiling radium v0.7.0 |
2216 | 2024-12-19T21:03:29.229Z | Compiling maybe-uninit v2.0.0 |
2217 | 2024-12-19T21:03:29.602Z | Checking tap v1.0.1 |
2218 | 2024-12-19T21:03:29.628Z | Compiling progenitor-macro v0.8.0 |
2219 | 2024-12-19T21:03:29.769Z | Checking wyz v0.5.1 |
2220 | 2024-12-19T21:03:29.934Z | Checking crc-catalog v2.4.0 |
2221 | 2024-12-19T21:03:30.092Z | Checking funty v2.0.0 |
2222 | 2024-12-19T21:03:30.141Z | Checking home v0.5.9 |
2223 | 2024-12-19T21:03:30.288Z | Compiling packed_struct v0.10.1 |
2224 | 2024-12-19T21:03:30.306Z | Checking crc v3.2.1 |
2225 | 2024-12-19T21:03:30.580Z | Checking thiserror-no-std v2.0.2 |
2226 | 2024-12-19T21:03:30.693Z | Compiling omicron-zone-package v0.11.1 |
2227 | 2024-12-19T21:03:30.778Z | Checking vsss-rs v3.3.4 |
2228 | 2024-12-19T21:03:30.940Z | Compiling const_format_proc_macros v0.2.33 |
2229 | 2024-12-19T21:03:30.943Z | Checking kstat-rs v0.2.4 |
2230 | 2024-12-19T21:03:31.057Z | Checking bitvec v1.0.1 |
2231 | 2024-12-19T21:03:31.318Z | Compiling packed_struct_codegen v0.10.1 |
2232 | 2024-12-19T21:03:31.865Z | Compiling vte_generate_state_changes v0.1.2 |
2233 | 2024-12-19T21:03:32.200Z | Compiling indexmap v1.9.3 |
2234 | 2024-12-19T21:03:32.497Z | Checking nodrop v0.1.14 |
2235 | 2024-12-19T21:03:32.519Z | Compiling libefi-sys v0.1.0 |
2236 | 2024-12-19T21:03:32.626Z | Checking array-init v0.0.4 |
2237 | 2024-12-19T21:03:32.824Z | Checking vte v0.11.1 |
2238 | 2024-12-19T21:03:33.088Z | Checking const_format v0.2.33 |
2239 | 2024-12-19T21:03:33.612Z | Checking smallvec v0.6.14 |
2240 | 2024-12-19T21:03:33.638Z | Checking fd-lock v4.0.2 |
2241 | 2024-12-19T21:03:33.834Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2242 | 2024-12-19T21:03:34.029Z | Compiling bitfield-struct v0.6.2 |
2243 | 2024-12-19T21:03:34.052Z | Checking bitfield v0.14.0 |
2244 | 2024-12-19T21:03:34.176Z | Checking hashbrown v0.12.3 |
2245 | 2024-12-19T21:03:34.216Z | Checking strip-ansi-escapes v0.2.0 |
2246 | 2024-12-19T21:03:34.331Z | Checking serde-hex v0.1.0 |
2247 | 2024-12-19T21:03:34.377Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2248 | 2024-12-19T21:03:34.633Z | Checking env_logger v0.10.2 |
2249 | 2024-12-19T21:03:34.764Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2250 | 2024-12-19T21:03:35.064Z | Checking ron v0.8.1 |
2251 | 2024-12-19T21:03:35.087Z | Checking hashbrown v0.13.2 |
2252 | 2024-12-19T21:03:35.524Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2253 | 2024-12-19T21:03:35.971Z | Checking nu-ansi-term v0.50.1 |
2254 | 2024-12-19T21:03:36.153Z | Checking crc-any v2.5.0 |
2255 | 2024-12-19T21:03:36.236Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2256 | 2024-12-19T21:03:36.361Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2257 | 2024-12-19T21:03:36.384Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2258 | 2024-12-19T21:03:36.387Z | Checking reedline v0.35.0 |
2259 | 2024-12-19T21:03:36.529Z | Checking object v0.30.4 |
2260 | 2024-12-19T21:03:36.854Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2261 | 2024-12-19T21:03:36.901Z | Checking path-slash v0.1.5 |
2262 | 2024-12-19T21:03:37.053Z | Compiling parking_lot_core v0.8.6 |
2263 | 2024-12-19T21:03:37.099Z | Compiling phf_generator v0.11.2 |
2264 | 2024-12-19T21:03:37.127Z | Checking glob v0.3.1 |
2265 | 2024-12-19T21:03:37.287Z | Checking bytecount v0.6.8 |
2266 | 2024-12-19T21:03:37.442Z | Checking papergrid v0.11.0 |
2267 | 2024-12-19T21:03:37.466Z | Compiling phf_codegen v0.11.2 |
2268 | 2024-12-19T21:03:37.700Z | Compiling tabled_derive v0.7.0 |
2269 | 2024-12-19T21:03:37.810Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2270 | 2024-12-19T21:03:37.902Z | Checking parking_lot v0.11.2 |
2271 | 2024-12-19T21:03:38.281Z | Compiling parse-zoneinfo v0.3.1 |
2272 | 2024-12-19T21:03:38.445Z | Compiling cfg_aliases v0.1.1 |
2273 | 2024-12-19T21:03:38.567Z | Compiling nix v0.28.0 |
2274 | 2024-12-19T21:03:38.938Z | Compiling chrono-tz-build v0.4.0 |
2275 | 2024-12-19T21:03:39.164Z | Checking sled v0.34.7 |
2276 | 2024-12-19T21:03:39.429Z | Checking hickory-client v0.24.1 |
2277 | 2024-12-19T21:03:40.143Z | Checking hickory-server v0.24.1 |
2278 | 2024-12-19T21:03:40.277Z | Checking tabled v0.15.0 |
2279 | 2024-12-19T21:03:40.336Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2280 | 2024-12-19T21:03:40.462Z | Compiling chrono-tz v0.10.0 |
2281 | 2024-12-19T21:03:41.153Z | Compiling buf-list v1.0.3 |
2282 | 2024-12-19T21:03:42.031Z | Compiling peg-macros v0.8.4 |
2283 | 2024-12-19T21:03:42.629Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2284 | 2024-12-19T21:03:42.682Z | Compiling sqlparser_derive v0.2.2 |
2285 | 2024-12-19T21:03:42.967Z | Checking unicode_categories v0.1.1 |
2286 | 2024-12-19T21:03:43.288Z | Checking sqlformat v0.2.6 |
2287 | 2024-12-19T21:03:43.786Z | Checking sqlparser v0.45.0 |
2288 | 2024-12-19T21:03:44.187Z | Checking bcs v0.1.6 |
2289 | 2024-12-19T21:03:44.409Z | Checking rustyline v14.0.0 |
2290 | 2024-12-19T21:03:44.651Z | Checking primeorder v0.13.6 |
2291 | 2024-12-19T21:03:44.796Z | Checking progenitor v0.8.0 |
2292 | 2024-12-19T21:03:45.063Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2293 | 2024-12-19T21:03:45.405Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2294 | 2024-12-19T21:03:45.773Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2295 | 2024-12-19T21:03:47.672Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2296 | 2024-12-19T21:03:49.261Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2297 | 2024-12-19T21:03:50.003Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2298 | 2024-12-19T21:03:50.124Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2299 | 2024-12-19T21:03:52.584Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2300 | 2024-12-19T21:03:53.161Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2301 | 2024-12-19T21:03:53.619Z | Checking peg v0.8.4 |
2302 | 2024-12-19T21:03:53.734Z | Compiling unicase v2.7.0 |
2303 | 2024-12-19T21:03:54.119Z | Checking nanorand v0.7.0 |
2304 | 2024-12-19T21:03:54.272Z | Checking atty v0.2.14 |
2305 | 2024-12-19T21:03:54.374Z | Compiling salty v0.3.0 |
2306 | 2024-12-19T21:03:54.495Z | Checking flume v0.11.1 |
2307 | 2024-12-19T21:03:54.770Z | Checking p384 v0.13.0 |
2308 | 2024-12-19T21:03:54.817Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2309 | 2024-12-19T21:03:54.847Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2310 | 2024-12-19T21:03:55.072Z | Compiling mime_guess v2.0.5 |
2311 | 2024-12-19T21:03:55.459Z | Checking env_filter v0.1.2 |
2312 | 2024-12-19T21:03:55.562Z | Checking http-range v0.1.5 |
2313 | 2024-12-19T21:03:55.728Z | Checking env_logger v0.11.5 |
2314 | 2024-12-19T21:03:55.772Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2315 | 2024-12-19T21:03:56.036Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2316 | 2024-12-19T21:03:56.076Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2317 | 2024-12-19T21:03:56.197Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2318 | 2024-12-19T21:03:56.362Z | Compiling dsl_auto_type v0.1.2 |
2319 | 2024-12-19T21:03:56.401Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2320 | 2024-12-19T21:03:56.440Z | Checking scheduled-thread-pool v0.2.7 |
2321 | 2024-12-19T21:03:56.670Z | Compiling diesel_table_macro_syntax v0.2.0 |
2322 | 2024-12-19T21:03:56.701Z | Compiling crunchy v0.2.2 |
2323 | 2024-12-19T21:03:56.746Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2324 | 2024-12-19T21:03:57.192Z | Checking hyper-staticfile v0.10.1 |
2325 | 2024-12-19T21:03:57.258Z | Checking r2d2 v0.8.10 |
2326 | 2024-12-19T21:03:57.633Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2327 | 2024-12-19T21:03:57.724Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2328 | 2024-12-19T21:03:57.810Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2329 | 2024-12-19T21:03:58.033Z | Compiling diesel_derives v2.2.3 |
2330 | 2024-12-19T21:03:58.233Z | Compiling tiny-keccak v2.0.2 |
2331 | 2024-12-19T21:03:58.574Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2332 | 2024-12-19T21:03:58.597Z | Compiling pin-project-internal v1.1.6 |
2333 | 2024-12-19T21:03:58.853Z | Compiling ref-cast v1.0.23 |
2334 | 2024-12-19T21:03:59.552Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2335 | 2024-12-19T21:03:59.858Z | Compiling ascii-canvas v3.0.0 |
2336 | 2024-12-19T21:04:00.107Z | Compiling ena v0.14.3 |
2337 | 2024-12-19T21:04:00.432Z | Compiling ref-cast-impl v1.0.23 |
2338 | 2024-12-19T21:04:00.589Z | Compiling regex-syntax v0.6.29 |
2339 | 2024-12-19T21:04:01.624Z | Checking pin-project v1.1.6 |
2340 | 2024-12-19T21:04:01.691Z | Compiling diff v0.1.13 |
2341 | 2024-12-19T21:04:01.889Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2342 | 2024-12-19T21:04:01.912Z | Checking signal-hook-tokio v0.3.1 |
2343 | 2024-12-19T21:04:02.107Z | Compiling snafu-derive v0.8.5 |
2344 | 2024-12-19T21:04:02.347Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2345 | 2024-12-19T21:04:02.639Z | Compiling derive_builder_core v0.20.2 |
2346 | 2024-12-19T21:04:05.168Z | Compiling lalrpop v0.19.12 |
2347 | 2024-12-19T21:04:06.067Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2348 | 2024-12-19T21:04:06.526Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2349 | 2024-12-19T21:04:07.695Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2350 | 2024-12-19T21:04:09.788Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2351 | 2024-12-19T21:04:10.519Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2352 | 2024-12-19T21:04:11.560Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2353 | 2024-12-19T21:04:11.576Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2354 | 2024-12-19T21:04:12.722Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2355 | 2024-12-19T21:04:13.100Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2356 | 2024-12-19T21:04:13.576Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2357 | 2024-12-19T21:04:13.602Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2358 | 2024-12-19T21:04:13.647Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2359 | 2024-12-19T21:04:14.365Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2360 | 2024-12-19T21:04:14.402Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2361 | 2024-12-19T21:04:14.515Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2362 | 2024-12-19T21:04:14.990Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2363 | 2024-12-19T21:04:15.603Z | Checking diesel v2.2.6 |
2364 | 2024-12-19T21:04:15.733Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2365 | 2024-12-19T21:04:16.128Z | Checking snafu v0.8.5 |
2366 | 2024-12-19T21:04:16.176Z | Checking globset v0.4.15 |
2367 | 2024-12-19T21:04:16.691Z | Checking olpc-cjson v0.1.4 |
2368 | 2024-12-19T21:04:16.938Z | Checking serde_plain v1.0.2 |
2369 | 2024-12-19T21:04:17.209Z | Compiling libxml v0.3.3 |
2370 | 2024-12-19T21:04:17.580Z | Compiling memoffset v0.9.1 |
2371 | 2024-12-19T21:04:17.891Z | Checking typed-path v0.9.3 |
2372 | 2024-12-19T21:04:18.871Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2373 | 2024-12-19T21:04:19.771Z | Compiling derive_builder_macro v0.20.2 |
2374 | 2024-12-19T21:04:19.967Z | Checking tough v0.19.0 |
2375 | 2024-12-19T21:04:20.243Z | Checking tungstenite v0.23.0 |
2376 | 2024-12-19T21:04:20.605Z | Compiling strum_macros v0.24.3 |
2377 | 2024-12-19T21:04:20.643Z | Compiling samael v0.0.17 |
2378 | 2024-12-19T21:04:21.167Z | Checking parse-size v1.1.0 |
2379 | 2024-12-19T21:04:21.345Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2380 | 2024-12-19T21:04:21.369Z | Compiling indoc v1.0.9 |
2381 | 2024-12-19T21:04:22.410Z | Checking tokio-tungstenite v0.23.1 |
2382 | 2024-12-19T21:04:22.909Z | Checking derive_builder v0.20.2 |
2383 | 2024-12-19T21:04:24.242Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2384 | 2024-12-19T21:04:24.363Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2385 | 2024-12-19T21:04:24.798Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2386 | 2024-12-19T21:04:24.883Z | Checking quick-xml v0.33.0 |
2387 | 2024-12-19T21:04:24.906Z | Compiling impl-trait-for-tuples v0.2.2 |
2388 | 2024-12-19T21:04:25.097Z | Compiling oso-derive v0.27.3 |
2389 | 2024-12-19T21:04:25.216Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2390 | 2024-12-19T21:04:26.172Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2391 | 2024-12-19T21:04:26.515Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2392 | 2024-12-19T21:04:27.010Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2393 | 2024-12-19T21:04:27.034Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2394 | 2024-12-19T21:04:27.732Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2395 | 2024-12-19T21:04:28.105Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2396 | 2024-12-19T21:04:29.111Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2397 | 2024-12-19T21:04:29.571Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2398 | 2024-12-19T21:04:30.044Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2399 | 2024-12-19T21:04:33.045Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2400 | 2024-12-19T21:04:33.508Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2401 | 2024-12-19T21:04:35.355Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2402 | 2024-12-19T21:04:36.190Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2403 | 2024-12-19T21:04:36.260Z | Checking nix v0.27.1 |
2404 | 2024-12-19T21:04:37.562Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2405 | 2024-12-19T21:04:38.411Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2406 | 2024-12-19T21:04:38.674Z | Compiling diesel-dtrace v0.4.0 |
2407 | 2024-12-19T21:04:39.427Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2408 | 2024-12-19T21:04:39.639Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2409 | 2024-12-19T21:04:39.934Z | Checking bb8 v0.8.5 |
2410 | 2024-12-19T21:04:40.469Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2411 | 2024-12-19T21:04:40.999Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2412 | 2024-12-19T21:04:41.364Z | Checking heck v0.4.1 |
2413 | 2024-12-19T21:04:41.367Z | Checking rand_seeder v0.3.0 |
2414 | 2024-12-19T21:04:41.594Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2415 | 2024-12-19T21:04:41.620Z | Checking assert_matches v1.5.0 |
2416 | 2024-12-19T21:04:41.723Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2417 | 2024-12-19T21:04:42.003Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2418 | 2024-12-19T21:04:42.108Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2419 | 2024-12-19T21:04:42.146Z | Compiling libz-sys v1.1.20 |
2420 | 2024-12-19T21:04:42.361Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2421 | 2024-12-19T21:04:42.818Z | Checking is_ci v1.2.0 |
2422 | 2024-12-19T21:04:42.973Z | Checking supports-color v3.0.1 |
2423 | 2024-12-19T21:04:42.996Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2424 | 2024-12-19T21:04:43.352Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2425 | 2024-12-19T21:04:43.529Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2426 | 2024-12-19T21:04:44.211Z | Compiling vergen v8.3.2 |
2427 | 2024-12-19T21:04:44.279Z | Compiling cargo-platform v0.1.8 |
2428 | 2024-12-19T21:04:44.511Z | Checking unicode-linebreak v0.1.5 |
2429 | 2024-12-19T21:04:44.827Z | Checking smawk v0.3.2 |
2430 | 2024-12-19T21:04:44.946Z | Compiling cargo_metadata v0.18.1 |
2431 | 2024-12-19T21:04:45.032Z | Checking textwrap v0.16.1 |
2432 | 2024-12-19T21:04:45.089Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2433 | 2024-12-19T21:04:45.419Z | Checking castaway v0.2.3 |
2434 | 2024-12-19T21:04:45.607Z | Compiling libsqlite3-sys v0.30.1 |
2435 | 2024-12-19T21:04:45.672Z | Compiling cfg_aliases v0.2.1 |
2436 | 2024-12-19T21:04:45.793Z | Compiling rustls v0.21.12 |
2437 | 2024-12-19T21:04:45.948Z | Compiling nix v0.29.0 |
2438 | 2024-12-19T21:04:46.178Z | Checking compact_str v0.8.0 |
2439 | 2024-12-19T21:04:46.870Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2440 | 2024-12-19T21:04:47.002Z | Checking unicode-truncate v1.1.0 |
2441 | 2024-12-19T21:04:47.160Z | Checking sct v0.7.1 |
2442 | 2024-12-19T21:04:47.237Z | Checking rustls-webpki v0.101.7 |
2443 | 2024-12-19T21:04:47.331Z | Checking lru v0.12.5 |
2444 | 2024-12-19T21:04:47.634Z | Compiling instability v0.3.2 |
2445 | 2024-12-19T21:04:47.703Z | Checking cassowary v0.3.0 |
2446 | 2024-12-19T21:04:48.449Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2447 | 2024-12-19T21:04:48.564Z | Checking hashlink v0.9.1 |
2448 | 2024-12-19T21:04:48.638Z | Checking ratatui v0.28.1 |
2449 | 2024-12-19T21:04:48.747Z | Checking concurrent-queue v2.5.0 |
2450 | 2024-12-19T21:04:49.081Z | Checking fallible-streaming-iterator v0.1.9 |
2451 | 2024-12-19T21:04:49.222Z | Checking fallible-iterator v0.3.0 |
2452 | 2024-12-19T21:04:49.323Z | Checking parking v2.2.1 |
2453 | 2024-12-19T21:04:49.511Z | Checking plotters-backend v0.3.7 |
2454 | 2024-12-19T21:04:49.861Z | Checking rusqlite v0.32.1 |
2455 | 2024-12-19T21:04:49.894Z | Checking plotters-svg v0.3.7 |
2456 | 2024-12-19T21:04:50.687Z | Checking async-bb8-diesel v0.2.1 |
2457 | 2024-12-19T21:04:50.889Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2458 | 2024-12-19T21:04:51.276Z | Checking tokio-rustls v0.24.1 |
2459 | 2024-12-19T21:04:51.408Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2460 | 2024-12-19T21:04:51.443Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2461 | 2024-12-19T21:04:51.658Z | Checking rustls-pemfile v1.0.4 |
2462 | 2024-12-19T21:04:51.682Z | Checking twox-hash v1.6.3 |
2463 | 2024-12-19T21:04:51.706Z | Checking cast v0.3.0 |
2464 | 2024-12-19T21:04:51.863Z | Checking plotters v0.3.7 |
2465 | 2024-12-19T21:04:51.893Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2466 | 2024-12-19T21:04:51.974Z | Checking criterion-plot v0.5.0 |
2467 | 2024-12-19T21:04:52.144Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2468 | 2024-12-19T21:04:52.439Z | Checking fatfs v0.3.6 |
2469 | 2024-12-19T21:04:52.679Z | Checking tinytemplate v1.2.1 |
2470 | 2024-12-19T21:04:53.041Z | Checking csv-core v0.1.11 |
2471 | 2024-12-19T21:04:53.399Z | Checking oorandom v11.1.4 |
2472 | 2024-12-19T21:04:53.466Z | Checking hex-literal v0.4.1 |
2473 | 2024-12-19T21:04:53.575Z | Checking shell-words v1.1.0 |
2474 | 2024-12-19T21:04:53.604Z | Checking anes v0.1.6 |
2475 | 2024-12-19T21:04:53.724Z | Checking csv v1.3.0 |
2476 | 2024-12-19T21:04:53.748Z | Checking event-listener v5.3.1 |
2477 | 2024-12-19T21:04:53.843Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2478 | 2024-12-19T21:04:53.937Z | Checking criterion v0.5.1 |
2479 | 2024-12-19T21:04:53.963Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2480 | 2024-12-19T21:04:54.524Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2481 | 2024-12-19T21:04:55.960Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2482 | 2024-12-19T21:04:56.690Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2483 | 2024-12-19T21:04:56.711Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2484 | 2024-12-19T21:04:59.366Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2485 | 2024-12-19T21:04:59.368Z | Checking rtoolbox v0.0.2 |
2486 | 2024-12-19T21:04:59.600Z | Checking rpassword v7.3.1 |
2487 | 2024-12-19T21:04:59.758Z | Checking event-listener-strategy v0.5.2 |
2488 | 2024-12-19T21:04:59.986Z | Checking tui-tree-widget v0.22.0 |
2489 | 2024-12-19T21:05:00.320Z | Checking polyval v0.6.2 |
2490 | 2024-12-19T21:05:00.603Z | Checking ghash v0.5.1 |
2491 | 2024-12-19T21:05:00.791Z | Checking futures-lite v2.3.0 |
2492 | 2024-12-19T21:05:01.076Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2493 | 2024-12-19T21:05:01.813Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2494 | 2024-12-19T21:05:02.186Z | Checking ctr v0.9.2 |
2495 | 2024-12-19T21:05:02.495Z | Checking yansi v1.0.1 |
2496 | 2024-12-19T21:05:02.683Z | Checking aes-gcm v0.10.3 |
2497 | 2024-12-19T21:05:02.852Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2498 | 2024-12-19T21:05:02.903Z | Checking ssh-encoding v0.2.0 |
2499 | 2024-12-19T21:05:03.065Z | Checking pretty_assertions v1.4.1 |
2500 | 2024-12-19T21:05:03.238Z | Checking blowfish v0.9.1 |
2501 | 2024-12-19T21:05:03.262Z | Checking ssh-cipher v0.2.0 |
2502 | 2024-12-19T21:05:03.491Z | Checking bcrypt-pbkdf v0.10.0 |
2503 | 2024-12-19T21:05:03.546Z | Checking async-lock v3.4.0 |
2504 | 2024-12-19T21:05:03.746Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2505 | 2024-12-19T21:05:04.410Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2506 | 2024-12-19T21:05:04.675Z | Checking polling v3.7.3 |
2507 | 2024-12-19T21:05:05.093Z | Checking password-hash v0.4.2 |
2508 | 2024-12-19T21:05:05.521Z | Checking matches v0.1.10 |
2509 | 2024-12-19T21:05:05.632Z | Checking idna v0.2.3 |
2510 | 2024-12-19T21:05:05.919Z | Checking pbkdf2 v0.11.0 |
2511 | 2024-12-19T21:05:06.214Z | Checking async-io v2.3.4 |
2512 | 2024-12-19T21:05:06.441Z | Checking ssh-key v0.6.6 |
2513 | 2024-12-19T21:05:07.133Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2514 | 2024-12-19T21:05:07.210Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2515 | 2024-12-19T21:05:07.925Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2516 | 2024-12-19T21:05:08.088Z | Checking p256 v0.13.2 |
2517 | 2024-12-19T21:05:08.532Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2518 | 2024-12-19T21:05:08.578Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2519 | 2024-12-19T21:05:10.149Z | Checking p521 v0.13.3 |
2520 | 2024-12-19T21:05:11.037Z | Checking russh-cryptovec v0.7.3 |
2521 | 2024-12-19T21:05:11.270Z | Compiling enum-as-inner v0.5.1 |
2522 | 2024-12-19T21:05:11.488Z | Checking md5 v0.7.0 |
2523 | 2024-12-19T21:05:11.792Z | Checking async-task v4.7.1 |
2524 | 2024-12-19T21:05:12.143Z | Compiling target-lexicon v0.12.16 |
2525 | 2024-12-19T21:05:12.360Z | Compiling doc-comment v0.3.3 |
2526 | 2024-12-19T21:05:13.093Z | Checking trust-dns-proto v0.22.0 |
2527 | 2024-12-19T21:05:13.221Z | Checking russh-keys v0.45.0 |
2528 | 2024-12-19T21:05:13.460Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2529 | 2024-12-19T21:05:14.570Z | Checking async-channel v2.3.1 |
2530 | 2024-12-19T21:05:14.606Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2531 | 2024-12-19T21:05:14.894Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2532 | 2024-12-19T21:05:15.805Z | Checking piper v0.2.4 |
2533 | 2024-12-19T21:05:16.006Z | Checking num-bigint v0.4.6 |
2534 | 2024-12-19T21:05:16.480Z | Checking des v0.8.1 |
2535 | 2024-12-19T21:05:16.763Z | Compiling assert_cmd v2.0.16 |
2536 | 2024-12-19T21:05:16.839Z | Checking futures-timer v3.0.3 |
2537 | 2024-12-19T21:05:17.159Z | Compiling guppy-workspace-hack v0.1.0 |
2538 | 2024-12-19T21:05:17.161Z | Compiling dhcproto-macros v0.1.0 |
2539 | 2024-12-19T21:05:17.520Z | Checking blocking v1.6.1 |
2540 | 2024-12-19T21:05:18.055Z | Checking dhcproto v0.12.0 |
2541 | 2024-12-19T21:05:18.402Z | Checking async-executor v1.13.1 |
2542 | 2024-12-19T21:05:18.485Z | Checking russh v0.45.0 |
2543 | 2024-12-19T21:05:18.753Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2544 | 2024-12-19T21:05:19.364Z | Checking async-signal v0.2.10 |
2545 | 2024-12-19T21:05:19.661Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2546 | 2024-12-19T21:05:19.997Z | Checking event-listener v2.5.3 |
2547 | 2024-12-19T21:05:20.223Z | Compiling target-spec v3.2.2 |
2548 | 2024-12-19T21:05:20.286Z | Checking internet-checksum v0.2.1 |
2549 | 2024-12-19T21:05:20.825Z | Checking async-channel v1.9.0 |
2550 | 2024-12-19T21:05:21.687Z | Checking async-process v2.3.0 |
2551 | 2024-12-19T21:05:22.108Z | Checking async-global-executor v2.4.1 |
2552 | 2024-12-19T21:05:22.417Z | Checking cfg-expr v0.17.0 |
2553 | 2024-12-19T21:05:22.814Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2554 | 2024-12-19T21:05:22.881Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2555 | 2024-12-19T21:05:23.266Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2556 | 2024-12-19T21:05:23.745Z | Checking httptest v0.16.1 |
2557 | 2024-12-19T21:05:24.384Z | Checking rustls-native-certs v0.7.3 |
2558 | 2024-12-19T21:05:24.440Z | Compiling petname v2.0.2 |
2559 | 2024-12-19T21:05:24.574Z | Checking num_cpus v1.16.0 |
2560 | 2024-12-19T21:05:24.716Z | Checking kv-log-macro v1.0.7 |
2561 | 2024-12-19T21:05:24.859Z | Compiling async-attributes v1.1.2 |
2562 | 2024-12-19T21:05:25.745Z | Checking async-std v1.13.0 |
2563 | 2024-12-19T21:05:27.651Z | Checking threadpool v1.8.1 |
2564 | 2024-12-19T21:05:27.867Z | Checking hyper-rustls v0.26.0 |
2565 | 2024-12-19T21:05:28.170Z | Checking pathdiff v0.2.2 |
2566 | 2024-12-19T21:05:28.259Z | Compiling rstest_macros v0.23.0 |
2567 | 2024-12-19T21:05:28.324Z | Checking nested v0.1.1 |
2568 | 2024-12-19T21:05:28.505Z | Checking escape8259 v0.5.3 |
2569 | 2024-12-19T21:05:28.698Z | Compiling target-triple v0.1.3 |
2570 | 2024-12-19T21:05:28.866Z | Checking libtest-mimic v0.7.3 |
2571 | 2024-12-19T21:05:29.239Z | Checking guppy v0.17.8 |
2572 | 2024-12-19T21:05:29.471Z | Checking async-object-pool v0.1.5 |
2573 | 2024-12-19T21:05:29.671Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2574 | 2024-12-19T21:05:29.993Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2575 | 2024-12-19T21:05:30.294Z | Checking similar-asserts v1.6.0 |
2576 | 2024-12-19T21:05:30.576Z | Checking fancy-regex v0.13.0 |
2577 | 2024-12-19T21:05:31.383Z | Checking serde_regex v1.1.0 |
2578 | 2024-12-19T21:05:31.421Z | Checking assert-json-diff v2.0.2 |
2579 | 2024-12-19T21:05:31.642Z | Compiling proc-macro-crate v3.2.0 |
2580 | 2024-12-19T21:05:31.665Z | Checking path-tree v0.8.1 |
2581 | 2024-12-19T21:05:32.009Z | Compiling relative-path v1.9.3 |
2582 | 2024-12-19T21:05:32.711Z | Checking stringmetrics v2.2.2 |
2583 | 2024-12-19T21:05:32.910Z | Checking sync-ptr v0.1.1 |
2584 | 2024-12-19T21:05:32.943Z | Checking httpmock v0.8.0-alpha.1 |
2585 | 2024-12-19T21:05:33.123Z | Checking datatest-stable v0.2.9 |
2586 | 2024-12-19T21:05:33.590Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2587 | 2024-12-19T21:05:35.139Z | Checking blake2b_simd v1.0.2 |
2588 | 2024-12-19T21:05:36.045Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2589 | 2024-12-19T21:05:36.258Z | Compiling git2 v0.19.0 |
2590 | 2024-12-19T21:05:38.195Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2591 | 2024-12-19T21:05:38.511Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2592 | 2024-12-19T21:05:38.768Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2593 | 2024-12-19T21:05:38.794Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2594 | 2024-12-19T21:05:39.110Z | Checking serde_tokenstream v0.2.2 |
2595 | 2024-12-19T21:05:39.284Z | Checking uzers v0.12.1 |
2596 | 2024-12-19T21:05:39.657Z | Checking rust-argon2 v2.1.0 |
2597 | 2024-12-19T21:05:39.682Z | Checking trybuild v1.0.101 |
2598 | 2024-12-19T21:05:40.109Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2599 | 2024-12-19T21:05:41.059Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2600 | 2024-12-19T21:05:41.510Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2601 | 2024-12-19T21:05:41.716Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2602 | 2024-12-19T21:05:43.343Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2603 | 2024-12-19T21:05:43.654Z | Checking rand_distr v0.4.3 |
2604 | 2024-12-19T21:05:43.959Z | Checking rstest v0.23.0 |
2605 | 2024-12-19T21:05:44.192Z | Checking multimap v0.10.0 |
2606 | 2024-12-19T21:05:44.480Z | Checking approx v0.5.1 |
2607 | 2024-12-19T21:05:44.547Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2608 | 2024-12-19T21:05:44.720Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2609 | 2024-12-19T21:05:45.202Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2610 | 2024-12-19T21:05:45.807Z | Checking partial-io v0.5.4 |
2611 | 2024-12-19T21:05:45.998Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2612 | 2024-12-19T21:05:46.198Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2613 | 2024-12-19T21:05:46.297Z | Checking cargo_toml v0.20.5 |
2614 | 2024-12-19T21:05:46.320Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2615 | 2024-12-19T21:05:46.899Z | Checking termios v0.3.3 |
2616 | 2024-12-19T21:05:47.134Z | Compiling indoc v2.0.5 |
2617 | 2024-12-19T21:05:47.678Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2618 | 2024-12-19T21:05:48.511Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2619 | 2024-12-19T21:05:51.659Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2620 | 2024-12-19T21:06:08.508Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2621 | 2024-12-19T21:06:11.582Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2622 | 2024-12-19T21:06:14.391Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2623 | 2024-12-19T21:06:35.260Z | Compiling polar-core v0.27.3 |
2624 | 2024-12-19T21:06:46.589Z | Checking oso v0.27.3 |
2625 | 2024-12-19T21:06:46.614Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2626 | 2024-12-19T21:06:48.178Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2627 | 2024-12-19T21:06:48.690Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2628 | 2024-12-19T21:07:35.242Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2629 | 2024-12-19T21:07:35.243Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2630 | 2024-12-19T21:07:35.245Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2631 | 2024-12-19T21:08:58.718Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 42s |
2632 | 2024-12-19T21:08:59.117Z | |
2633 | 2024-12-19T21:08:59.117Z | real 6:47.481947105 |
2634 | 2024-12-19T21:08:59.117Z | user 36:10.467965767 |
2635 | 2024-12-19T21:08:59.117Z | sys 6:40.031308985 |
2636 | 2024-12-19T21:08:59.117Z | trap 0.977945667 |
2637 | 2024-12-19T21:08:59.117Z | tflt 2.305584311 |
2638 | 2024-12-19T21:08:59.117Z | dflt 0.772228109 |
2639 | 2024-12-19T21:08:59.117Z | kflt 0.001091672 |
2640 | 2024-12-19T21:08:59.117Z | lock 52:33.857311852 |
2641 | 2024-12-19T21:08:59.117Z | slp 2:05:09.271506659 |
2642 | 2024-12-19T21:08:59.117Z | lat 1:41.682883983 |
2643 | 2024-12-19T21:08:59.118Z | stop 6:23.508331674 |
2644 | 2024-12-19T21:08:59.120Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2645 | 2024-12-19T21:08:59.121Z | + ptime -m cargo doc --workspace --no-deps |
2646 | 2024-12-19T21:09:00.313Z | warning: output filename collision. |
2647 | 2024-12-19T21:09:00.314Z | 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)`. |
2648 | 2024-12-19T21:09:00.314Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2649 | 2024-12-19T21:09:00.314Z | The targets should have unique names. |
2650 | 2024-12-19T21:09:00.314Z | This is a known bug where multiple crates with the same name use |
2651 | 2024-12-19T21:09:00.314Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2652 | 2024-12-19T21:09:00.761Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2653 | 2024-12-19T21:09:00.831Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2654 | 2024-12-19T21:09:00.850Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2655 | 2024-12-19T21:09:00.889Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2656 | 2024-12-19T21:09:00.909Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2657 | 2024-12-19T21:09:00.939Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2658 | 2024-12-19T21:09:00.939Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2659 | 2024-12-19T21:09:01.140Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2660 | 2024-12-19T21:09:01.184Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2661 | 2024-12-19T21:09:01.207Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2662 | 2024-12-19T21:09:01.232Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2663 | 2024-12-19T21:09:01.471Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2664 | 2024-12-19T21:09:01.537Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2665 | 2024-12-19T21:09:01.769Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2666 | 2024-12-19T21:09:01.936Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2667 | 2024-12-19T21:09:04.534Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2668 | 2024-12-19T21:09:05.743Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2669 | 2024-12-19T21:09:06.082Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2670 | 2024-12-19T21:09:06.320Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2671 | 2024-12-19T21:09:06.440Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2672 | 2024-12-19T21:09:06.460Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2673 | 2024-12-19T21:09:06.639Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2674 | 2024-12-19T21:09:06.774Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2675 | 2024-12-19T21:09:06.979Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2676 | 2024-12-19T21:09:07.300Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2677 | 2024-12-19T21:09:07.430Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2678 | 2024-12-19T21:09:07.761Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2679 | 2024-12-19T21:09:07.972Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2680 | 2024-12-19T21:09:08.029Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2681 | 2024-12-19T21:09:08.268Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2682 | 2024-12-19T21:09:08.316Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2683 | 2024-12-19T21:09:08.484Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2684 | 2024-12-19T21:09:08.511Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2685 | 2024-12-19T21:09:08.588Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2686 | 2024-12-19T21:09:08.834Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2687 | 2024-12-19T21:09:09.146Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2688 | 2024-12-19T21:09:09.461Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2689 | 2024-12-19T21:09:09.528Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2690 | 2024-12-19T21:09:09.893Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2691 | 2024-12-19T21:09:09.921Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2692 | 2024-12-19T21:09:09.939Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2693 | 2024-12-19T21:09:10.704Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2694 | 2024-12-19T21:09:11.577Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2695 | 2024-12-19T21:09:13.219Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2696 | 2024-12-19T21:09:15.135Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2697 | 2024-12-19T21:09:15.929Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2698 | 2024-12-19T21:09:16.238Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2699 | 2024-12-19T21:09:16.920Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2700 | 2024-12-19T21:09:17.008Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2701 | 2024-12-19T21:09:17.757Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2702 | 2024-12-19T21:09:17.962Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2703 | 2024-12-19T21:09:18.536Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2704 | 2024-12-19T21:09:18.918Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2705 | 2024-12-19T21:09:18.923Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2706 | 2024-12-19T21:09:20.678Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2707 | 2024-12-19T21:09:25.340Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2708 | 2024-12-19T21:09:26.753Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2709 | 2024-12-19T21:09:26.775Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2710 | 2024-12-19T21:09:27.165Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2711 | 2024-12-19T21:09:27.299Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2712 | 2024-12-19T21:09:27.785Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2713 | 2024-12-19T21:09:28.250Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2714 | 2024-12-19T21:09:28.610Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2715 | 2024-12-19T21:09:28.751Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2716 | 2024-12-19T21:09:29.962Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2717 | 2024-12-19T21:09:30.215Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2718 | 2024-12-19T21:09:30.650Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2719 | 2024-12-19T21:09:30.857Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2720 | 2024-12-19T21:09:31.145Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2721 | 2024-12-19T21:09:31.662Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2722 | 2024-12-19T21:09:31.683Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2723 | 2024-12-19T21:09:31.704Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2724 | 2024-12-19T21:09:31.919Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2725 | 2024-12-19T21:09:31.945Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2726 | 2024-12-19T21:09:32.185Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2727 | 2024-12-19T21:09:32.567Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2728 | 2024-12-19T21:09:33.350Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2729 | 2024-12-19T21:09:33.688Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2730 | 2024-12-19T21:09:33.773Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2731 | 2024-12-19T21:09:33.804Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2732 | 2024-12-19T21:09:35.079Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2733 | 2024-12-19T21:09:35.568Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2734 | 2024-12-19T21:09:35.714Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2735 | 2024-12-19T21:09:35.781Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2736 | 2024-12-19T21:09:36.086Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2737 | 2024-12-19T21:09:36.210Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2738 | 2024-12-19T21:09:36.348Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2739 | 2024-12-19T21:09:36.415Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2740 | 2024-12-19T21:09:36.803Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2741 | 2024-12-19T21:09:36.968Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2742 | 2024-12-19T21:09:37.659Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2743 | 2024-12-19T21:09:38.047Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2744 | 2024-12-19T21:09:39.103Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2745 | 2024-12-19T21:09:39.107Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2746 | 2024-12-19T21:09:39.107Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2747 | 2024-12-19T21:09:39.263Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2748 | 2024-12-19T21:09:39.841Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2749 | 2024-12-19T21:09:39.965Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2750 | 2024-12-19T21:09:40.138Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2751 | 2024-12-19T21:09:40.613Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2752 | 2024-12-19T21:09:41.380Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2753 | 2024-12-19T21:09:41.453Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2754 | 2024-12-19T21:09:42.435Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2755 | 2024-12-19T21:09:42.846Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2756 | 2024-12-19T21:09:43.403Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2757 | 2024-12-19T21:09:46.350Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2758 | 2024-12-19T21:09:46.651Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2759 | 2024-12-19T21:09:47.548Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2760 | 2024-12-19T21:09:47.701Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2761 | 2024-12-19T21:09:49.055Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2762 | 2024-12-19T21:09:51.385Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2763 | 2024-12-19T21:09:52.529Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2764 | 2024-12-19T21:09:53.791Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2765 | 2024-12-19T21:09:58.543Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2766 | 2024-12-19T21:10:02.385Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2767 | 2024-12-19T21:10:02.882Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2768 | 2024-12-19T21:10:08.857Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2769 | 2024-12-19T21:10:10.019Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2770 | 2024-12-19T21:10:56.149Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2771 | 2024-12-19T21:11:00.177Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2772 | 2024-12-19T21:11:02.039Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2773 | 2024-12-19T21:11:14.334Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2774 | 2024-12-19T21:11:39.278Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2775 | 2024-12-19T21:11:40.436Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2776 | 2024-12-19T21:11:44.725Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2777 | 2024-12-19T21:11:45.089Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2778 | 2024-12-19T21:11:48.175Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2779 | 2024-12-19T21:11:49.879Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2780 | 2024-12-19T21:11:52.510Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2781 | 2024-12-19T21:11:59.250Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2782 | 2024-12-19T21:12:04.866Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2783 | 2024-12-19T21:12:26.210Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2784 | 2024-12-19T21:12:44.881Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2785 | 2024-12-19T21:12:46.984Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2786 | 2024-12-19T21:12:47.047Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2787 | 2024-12-19T21:12:51.004Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2788 | 2024-12-19T21:12:57.367Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2789 | 2024-12-19T21:13:00.652Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2790 | 2024-12-19T21:13:21.205Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2791 | 2024-12-19T21:13:29.675Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2792 | 2024-12-19T21:13:31.297Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2793 | 2024-12-19T21:13:32.362Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2794 | 2024-12-19T21:13:34.824Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2795 | 2024-12-19T21:13:36.571Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2796 | 2024-12-19T21:14:02.037Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2797 | 2024-12-19T21:14:05.555Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2798 | 2024-12-19T21:14:06.338Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2799 | 2024-12-19T21:14:07.164Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2800 | 2024-12-19T21:14:08.614Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2801 | 2024-12-19T21:14:09.462Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2802 | 2024-12-19T21:14:13.446Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2803 | 2024-12-19T21:14:18.185Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2804 | 2024-12-19T21:14:26.292Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2805 | 2024-12-19T21:14:26.928Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2806 | 2024-12-19T21:14:37.924Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2807 | 2024-12-19T21:14:43.253Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2808 | 2024-12-19T21:14:43.419Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2809 | 2024-12-19T21:14:45.223Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2810 | 2024-12-19T21:14:47.284Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2811 | 2024-12-19T21:14:59.813Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2812 | 2024-12-19T21:15:00.240Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2813 | 2024-12-19T21:15:01.565Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2814 | 2024-12-19T21:15:04.044Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2815 | 2024-12-19T21:15:06.581Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2816 | 2024-12-19T21:15:08.671Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2817 | 2024-12-19T21:15:08.772Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2818 | 2024-12-19T21:15:20.564Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2819 | 2024-12-19T21:15:21.847Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2820 | 2024-12-19T21:15:23.677Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2821 | 2024-12-19T21:15:24.992Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2822 | 2024-12-19T21:15:29.007Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2823 | 2024-12-19T21:15:32.509Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2824 | 2024-12-19T21:15:32.527Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2825 | 2024-12-19T21:15:42.379Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2826 | 2024-12-19T21:15:44.250Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2827 | 2024-12-19T21:15:47.314Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2828 | 2024-12-19T21:15:48.180Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2829 | 2024-12-19T21:15:48.244Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2830 | 2024-12-19T21:15:48.395Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2831 | 2024-12-19T21:15:50.376Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2832 | 2024-12-19T21:15:58.339Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2833 | 2024-12-19T21:16:03.008Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2834 | 2024-12-19T21:16:03.834Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2835 | 2024-12-19T21:16:04.432Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2836 | 2024-12-19T21:16:09.243Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2837 | 2024-12-19T21:16:11.972Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2838 | 2024-12-19T21:16:14.081Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2839 | 2024-12-19T21:16:17.253Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2840 | 2024-12-19T21:16:18.467Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2841 | 2024-12-19T21:16:19.261Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2842 | 2024-12-19T21:16:22.463Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2843 | 2024-12-19T21:16:26.977Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2844 | 2024-12-19T21:16:30.186Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2845 | 2024-12-19T21:16:30.399Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2846 | 2024-12-19T21:16:32.818Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2847 | 2024-12-19T21:16:34.061Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2848 | 2024-12-19T21:16:39.639Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2849 | 2024-12-19T21:16:42.166Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2850 | 2024-12-19T21:16:43.205Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2851 | 2024-12-19T21:16:43.640Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2852 | 2024-12-19T21:16:54.919Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2853 | 2024-12-19T21:16:56.008Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2854 | 2024-12-19T21:16:58.203Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2855 | 2024-12-19T21:16:58.418Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2856 | 2024-12-19T21:16:58.721Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2857 | 2024-12-19T21:17:00.788Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2858 | 2024-12-19T21:17:04.590Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2859 | 2024-12-19T21:17:06.991Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2860 | 2024-12-19T21:17:07.633Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2861 | 2024-12-19T21:17:10.035Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2862 | 2024-12-19T21:17:12.229Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2863 | 2024-12-19T21:17:12.683Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2864 | 2024-12-19T21:17:16.283Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2865 | 2024-12-19T21:17:17.919Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2866 | 2024-12-19T21:17:19.786Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2867 | 2024-12-19T21:17:21.723Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2868 | 2024-12-19T21:17:21.747Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2869 | 2024-12-19T21:17:22.040Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2870 | 2024-12-19T21:17:24.899Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2871 | 2024-12-19T21:17:27.630Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2872 | 2024-12-19T21:17:29.061Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2873 | 2024-12-19T21:17:29.318Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2874 | 2024-12-19T21:17:29.491Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2875 | 2024-12-19T21:17:30.098Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2876 | 2024-12-19T21:17:31.564Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2877 | 2024-12-19T21:17:31.583Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2878 | 2024-12-19T21:17:32.047Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2879 | 2024-12-19T21:17:32.706Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2880 | 2024-12-19T21:17:34.679Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2881 | 2024-12-19T21:18:12.772Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9m 13s |
2882 | 2024-12-19T21:18:12.951Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 140 other files |
2883 | 2024-12-19T21:18:13.016Z | |
2884 | 2024-12-19T21:18:13.019Z | real 9:13.824860471 |
2885 | 2024-12-19T21:18:13.019Z | user 26:35.930222107 |
2886 | 2024-12-19T21:18:13.019Z | sys 42:35.673158577 |
2887 | 2024-12-19T21:18:13.019Z | trap 0.430413385 |
2888 | 2024-12-19T21:18:13.020Z | tflt 0.119978508 |
2889 | 2024-12-19T21:18:13.020Z | dflt 0.131052682 |
2890 | 2024-12-19T21:18:13.020Z | kflt 0.000058295 |
2891 | 2024-12-19T21:18:13.020Z | lock 1:32:01.279897604 |
2892 | 2024-12-19T21:18:13.020Z | slp 2:35:24.235490575 |
2893 | 2024-12-19T21:18:13.020Z | lat 1:16.978866931 |
2894 | 2024-12-19T21:18:13.020Z | stop 1:13.047455697 |
2895 | 2024-12-19T21:18:13.020Z | process exited: duration 1282866 ms, exit code 0 |
|
2896 | 2024-12-19T21:18:13.027Z | found 0 output files |