|
|
|
1 | 2024-11-25T18:42:49.884Z | job assigned to worker 01JDJA301T9ZTXJQWN7Y1ZCMZJ [factory aws, i-0b8449a42b71154c8] (queued for 52 s) |
|
2 | 2024-11-25T18:42:57.921Z | starting task 0: "setup" |
3 | 2024-11-25T18:42:57.932Z | ++ uname -s |
4 | 2024-11-25T18:42:57.935Z | + kern=SunOS |
5 | 2024-11-25T18:42:57.935Z | + case "$kern" in |
6 | 2024-11-25T18:42:57.935Z | + groupadd -g 12345 build |
7 | 2024-11-25T18:42:57.937Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-25T18:42:59.944Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-25T18:43:00.046Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-25T18:43:00.050Z | + home_fs=zfs |
11 | 2024-11-25T18:43:00.050Z | + [[ zfs == autofs ]] |
12 | 2024-11-25T18:43:00.050Z | + mkdir -p /home/build |
13 | 2024-11-25T18:43:00.052Z | + chown build:build /home/build /work |
14 | 2024-11-25T18:43:02.053Z | + chmod 0700 /home/build /work |
15 | 2024-11-25T18:43:02.055Z | process exited: duration 4133 ms, exit code 0 |
|
16 | 2024-11-25T18:43:02.061Z | starting task 1: "rust-toolchain" |
17 | 2024-11-25T18:43:02.066Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-25T18:43:02.066Z | ' 1.81.0 |
19 | 2024-11-25T18:43:02.066Z | * toolchain channel = "1.81.0" |
20 | 2024-11-25T18:43:02.066Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-25T18:43:02.066Z | ' default |
22 | 2024-11-25T18:43:02.066Z | * toolchain profile = "default" |
23 | 2024-11-25T18:43:02.069Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-25T18:43:02.069Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-25T18:43:02.189Z | info: downloading installer |
26 | 2024-11-25T18:43:03.785Z | info: profile set to 'default' |
27 | 2024-11-25T18:43:03.785Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-25T18:43:03.788Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-25T18:43:03.956Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-25T18:43:03.956Z | info: downloading component 'cargo' |
31 | 2024-11-25T18:43:04.942Z | info: downloading component 'clippy' |
32 | 2024-11-25T18:43:05.306Z | info: downloading component 'rust-docs' |
33 | 2024-11-25T18:43:06.668Z | info: downloading component 'rust-std' |
34 | 2024-11-25T18:43:08.789Z | info: downloading component 'rustc' |
35 | 2024-11-25T18:43:16.406Z | info: downloading component 'rustfmt' |
36 | 2024-11-25T18:43:16.691Z | info: installing component 'cargo' |
37 | 2024-11-25T18:43:17.487Z | info: installing component 'clippy' |
38 | 2024-11-25T18:43:17.847Z | info: installing component 'rust-docs' |
39 | 2024-11-25T18:43:19.460Z | info: installing component 'rust-std' |
40 | 2024-11-25T18:43:21.174Z | info: installing component 'rustc' |
41 | 2024-11-25T18:43:26.826Z | info: installing component 'rustfmt' |
42 | 2024-11-25T18:43:27.144Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-25T18:43:27.144Z | |
44 | 2024-11-25T18:43:27.513Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-25T18:43:27.513Z | |
46 | 2024-11-25T18:43:27.516Z | |
47 | 2024-11-25T18:43:27.516Z | Rust is installed now. Great! |
48 | 2024-11-25T18:43:27.516Z | |
49 | 2024-11-25T18:43:27.516Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-25T18:43:27.516Z | environment variable. This has not been done automatically. |
51 | 2024-11-25T18:43:27.516Z | |
52 | 2024-11-25T18:43:27.516Z | To configure your current shell, you need to source |
53 | 2024-11-25T18:43:27.516Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-25T18:43:27.516Z | |
55 | 2024-11-25T18:43:27.516Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-25T18:43:27.516Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-25T18:43:27.516Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-25T18:43:27.592Z | + rustc --version |
59 | 2024-11-25T18:43:27.659Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-25T18:43:27.662Z | process exited: duration 25599 ms, exit code 0 |
|
61 | 2024-11-25T18:43:27.667Z | starting task 2: "authentication" |
62 | 2024-11-25T18:43:27.687Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-11-25T18:43:27.692Z | starting task 3: "clone repository" |
64 | 2024-11-25T18:43:27.697Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-25T18:43:27.700Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-25T18:43:27.838Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-25T18:43:34.276Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-25T18:43:34.276Z | + git fetch origin 3d3ba51ad13da7286ab8c6637564a31cf9abd8c2 |
69 | 2024-11-25T18:43:34.604Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-25T18:43:34.604Z | * branch 3d3ba51ad13da7286ab8c6637564a31cf9abd8c2 -> FETCH_HEAD |
71 | 2024-11-25T18:43:34.615Z | + [[ -n re-apply-7006 ]] |
72 | 2024-11-25T18:43:34.617Z | ++ git branch --show-current |
73 | 2024-11-25T18:43:34.620Z | + current=main |
74 | 2024-11-25T18:43:34.620Z | + [[ main != re-apply-7006 ]] |
75 | 2024-11-25T18:43:34.620Z | + git branch -f re-apply-7006 3d3ba51ad13da7286ab8c6637564a31cf9abd8c2 |
76 | 2024-11-25T18:43:34.623Z | + git checkout -f re-apply-7006 |
77 | 2024-11-25T18:43:34.715Z | Switched to branch 're-apply-7006' |
78 | 2024-11-25T18:43:34.718Z | + git reset --hard 3d3ba51ad13da7286ab8c6637564a31cf9abd8c2 |
79 | 2024-11-25T18:43:34.808Z | HEAD is now at 3d3ba51ad [sled-agent] PUT zones doesn't create datasets (#7006) |
80 | 2024-11-25T18:43:34.810Z | process exited: duration 7116 ms, exit code 0 |
|
81 | 2024-11-25T18:43:34.816Z | starting task 4: "build" |
82 | 2024-11-25T18:43:34.821Z | + source ./env.sh |
83 | 2024-11-25T18:43:34.821Z | ++ OLD_SHELL_OPTS=ehxB |
84 | 2024-11-25T18:43:34.823Z | ++ set -o xtrace |
85 | 2024-11-25T18:43:34.825Z | ++++ dirname ./env.sh |
86 | 2024-11-25T18:43:34.825Z | +++ readlink -f . |
87 | 2024-11-25T18:43:34.840Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2024-11-25T18:43:34.843Z | ++ 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-11-25T18:43:34.843Z | ++ 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-11-25T18:43:34.843Z | ++ 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-11-25T18:43:34.843Z | ++ 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-11-25T18:43:34.843Z | ++ 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-11-25T18:43:34.843Z | ++ 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-11-25T18:43:34.843Z | ++ 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-11-25T18:43:34.843Z | ++ 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-11-25T18:43:34.843Z | ++ case $OLD_SHELL_OPTS in |
97 | 2024-11-25T18:43:34.843Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
98 | 2024-11-25T18:43:34.843Z | + source .github/buildomat/ci-env.sh |
99 | 2024-11-25T18:43:34.843Z | ++ export CARGO_TERM_COLOR=always |
100 | 2024-11-25T18:43:34.843Z | ++ CARGO_TERM_COLOR=always |
101 | 2024-11-25T18:43:34.843Z | + cargo --version |
102 | 2024-11-25T18:43:34.897Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
103 | 2024-11-25T18:43:34.900Z | + rustc --version |
104 | 2024-11-25T18:43:34.961Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
105 | 2024-11-25T18:43:34.964Z | + banner prerequisites |
106 | 2024-11-25T18:43:34.967Z | |
107 | 2024-11-25T18:43:34.967Z | ##### ##### ###### ##### ###### #### # # # #### # |
108 | 2024-11-25T18:43:34.967Z | # # # # # # # # # # # # # # # |
109 | 2024-11-25T18:43:34.967Z | # # # # ##### # # ##### # # # # # #### # |
110 | 2024-11-25T18:43:34.967Z | ##### ##### # ##### # # # # # # # # # |
111 | 2024-11-25T18:43:34.967Z | # # # # # # # # # # # # # # # |
112 | 2024-11-25T18:43:34.967Z | # # # ###### # # ###### ### # #### # #### # |
113 | 2024-11-25T18:43:34.967Z | |
114 | 2024-11-25T18:43:34.970Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
115 | 2024-11-25T18:43:41.715Z | Startup: Refreshing catalog 'helios-dev' ... Done |
116 | 2024-11-25T18:43:45.519Z | Startup: Caching catalogs ... Done |
117 | 2024-11-25T18:43:54.602Z | Planning: Solver setup ... Done (8.329s) |
118 | 2024-11-25T18:43:54.714Z | Planning: Running solver ... Done (0.112s) |
119 | 2024-11-25T18:43:54.909Z | Planning: Finding local manifests ... Done (0.105s) |
120 | 2024-11-25T18:43:54.920Z | Planning: Fetching manifests: 0/5 0% complete |
121 | 2024-11-25T18:43:55.129Z | Planning: Fetching manifests: 5/5 100% complete |
122 | 2024-11-25T18:43:55.322Z | Planning: Package planning ... Done (0.193s) |
123 | 2024-11-25T18:43:55.379Z | Planning: Merging actions ... Done (0.057s) |
124 | 2024-11-25T18:43:55.996Z | Planning: Checking for conflicting actions ... Done (0.616s) |
125 | 2024-11-25T18:44:01.988Z | Planning: Consolidating action changes ... Done (5.992s) |
126 | 2024-11-25T18:44:02.401Z | Planning: Evaluating mediators ... Done (0.413s) |
127 | 2024-11-25T18:44:02.596Z | Planning: Planning completed in 16.98 seconds |
128 | 2024-11-25T18:44:02.611Z | Packages to install: 4 |
129 | 2024-11-25T18:44:02.611Z | Packages to update: 1 |
130 | 2024-11-25T18:44:02.614Z | Mediators to change: 2 |
131 | 2024-11-25T18:44:02.614Z | Services to change: 1 |
132 | 2024-11-25T18:44:02.614Z | Estimated space available: 155.64 GB |
133 | 2024-11-25T18:44:02.614Z | Estimated space to be consumed: 1.60 GB |
134 | 2024-11-25T18:44:02.614Z | Create boot environment: No |
135 | 2024-11-25T18:44:02.614Z | Create backup boot environment: Yes |
136 | 2024-11-25T18:44:02.614Z | Rebuild boot archive: No |
137 | 2024-11-25T18:44:02.614Z | |
138 | 2024-11-25T18:44:02.614Z | Changed mediators: |
139 | 2024-11-25T18:44:02.614Z | mediator clang: |
140 | 2024-11-25T18:44:02.614Z | version: None -> 15 (system default) |
141 | 2024-11-25T18:44:02.614Z | |
142 | 2024-11-25T18:44:02.614Z | mediator llvm: |
143 | 2024-11-25T18:44:02.614Z | version: 14 (system default) -> 15 (system default) |
144 | 2024-11-25T18:44:02.614Z | |
145 | 2024-11-25T18:44:02.614Z | Changed packages: |
146 | 2024-11-25T18:44:02.614Z | helios-dev |
147 | 2024-11-25T18:44:02.614Z | developer/build-essential |
148 | 2024-11-25T18:44:02.614Z | None -> 11-2.0 |
149 | 2024-11-25T18:44:02.614Z | library/libxmlsec1 |
150 | 2024-11-25T18:44:02.614Z | None -> 1.2.35-2.0 |
151 | 2024-11-25T18:44:02.614Z | ooce/developer/clang-15 |
152 | 2024-11-25T18:44:02.614Z | None -> 15.0.7-2.0 |
153 | 2024-11-25T18:44:02.614Z | ooce/developer/llvm-15 |
154 | 2024-11-25T18:44:02.614Z | None -> 15.0.7-2.0 |
155 | 2024-11-25T18:44:02.614Z | package/pkg |
156 | 2024-11-25T18:44:02.614Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
157 | 2024-11-25T18:44:02.614Z | |
158 | 2024-11-25T18:44:02.614Z | Services: |
159 | 2024-11-25T18:44:02.614Z | restart_fmri: |
160 | 2024-11-25T18:44:02.615Z | svc:/system/update-man-index:default |
161 | 2024-11-25T18:44:02.615Z | |
162 | 2024-11-25T18:44:02.615Z | Editable files to change: |
163 | 2024-11-25T18:44:02.615Z | Update: |
164 | 2024-11-25T18:44:02.615Z | usr/share/lib/pkg/web/config.shtml |
165 | 2024-11-25T18:44:02.934Z | |
166 | 2024-11-25T18:44:02.935Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
167 | 2024-11-25T18:44:07.935Z | Download: 1056/4281 items 19.7/220.6MB 8% complete (4.0M/s) |
168 | 2024-11-25T18:44:12.935Z | Download: 1227/4281 items 97.2/220.6MB 44% complete (9.7M/s) |
169 | 2024-11-25T18:44:18.680Z | Download: 2220/4281 items 117.7/220.6MB 53% complete (9.9M/s) |
170 | 2024-11-25T18:44:23.683Z | Download: 3427/4281 items 215.1/220.6MB 97% complete (10.0M/s) |
171 | 2024-11-25T18:44:25.929Z | Download: Completed 220.60 MB in 22.99 seconds (9.6M/s) |
172 | 2024-11-25T18:44:28.398Z | Actions: 1/5063 actions (Removing old actions) |
173 | 2024-11-25T18:44:28.414Z | Actions: 194/5063 actions (Installing new actions) |
174 | 2024-11-25T18:44:33.547Z | Actions: 4078/5063 actions (Installing new actions) |
175 | 2024-11-25T18:44:34.316Z | Actions: 4226/5063 actions (Updating modified actions) |
176 | 2024-11-25T18:44:34.711Z | Actions: Completed 5063 actions in 6.31 seconds. |
177 | 2024-11-25T18:44:35.099Z | Done (0.380s) |
178 | 2024-11-25T18:44:35.105Z | Done (0.000s) |
179 | 2024-11-25T18:44:35.632Z | Done (0.530s) |
180 | 2024-11-25T18:44:41.679Z | Done (5.829s) |
181 | 2024-11-25T18:44:42.089Z | Done (0.335s) |
182 | 2024-11-25T18:44:42.091Z | Done (0.000s) |
183 | 2024-11-25T18:44:42.233Z | Done (0.000s) |
184 | 2024-11-25T18:44:42.912Z | Planning: Evaluating mediator changes ... Done |
185 | 2024-11-25T18:44:43.074Z | Planning: Checking for conflicting actions ... Done |
186 | 2024-11-25T18:44:43.077Z | Planning: Consolidating action changes ... Done |
187 | 2024-11-25T18:44:43.341Z | Planning: Evaluating mediators ... Done |
188 | 2024-11-25T18:44:43.343Z | Planning: Planning completed in 0.43 seconds |
189 | 2024-11-25T18:44:43.380Z | Mediators to change: 2 |
190 | 2024-11-25T18:44:43.380Z | Create boot environment: No |
191 | 2024-11-25T18:44:43.383Z | Create backup boot environment: No |
192 | 2024-11-25T18:44:43.464Z | Done |
193 | 2024-11-25T18:44:43.464Z | Done |
194 | 2024-11-25T18:44:43.841Z | Done |
195 | 2024-11-25T18:44:47.531Z | Done |
196 | 2024-11-25T18:44:47.632Z | Done |
197 | 2024-11-25T18:44:47.638Z | Done |
198 | 2024-11-25T18:44:47.759Z | Done |
199 | 2024-11-25T18:44:48.375Z | Planning: Evaluating mediator changes ... Done |
200 | 2024-11-25T18:44:48.377Z | Planning: Merging actions ... Done |
201 | 2024-11-25T18:44:48.562Z | Planning: Checking for conflicting actions ... Done |
202 | 2024-11-25T18:44:48.565Z | Planning: Consolidating action changes ... Done |
203 | 2024-11-25T18:44:48.830Z | Planning: Evaluating mediators ... Done |
204 | 2024-11-25T18:44:48.885Z | Planning: Planning completed in 0.75 seconds |
205 | 2024-11-25T18:44:48.924Z | Packages to change: 1 |
206 | 2024-11-25T18:44:48.924Z | Mediators to change: 1 |
207 | 2024-11-25T18:44:48.927Z | Services to change: 1 |
208 | 2024-11-25T18:44:48.927Z | Create boot environment: No |
209 | 2024-11-25T18:44:48.927Z | Create backup boot environment: Yes |
210 | 2024-11-25T18:44:51.026Z | Actions: 1/6 actions (Updating modified actions) |
211 | 2024-11-25T18:44:51.029Z | Actions: Completed 6 actions in 0.00 seconds. |
212 | 2024-11-25T18:44:51.029Z | Done |
213 | 2024-11-25T18:44:51.029Z | Done |
214 | 2024-11-25T18:44:51.136Z | Done |
215 | 2024-11-25T18:44:54.814Z | Done |
216 | 2024-11-25T18:44:54.910Z | Done |
217 | 2024-11-25T18:44:54.913Z | Done |
218 | 2024-11-25T18:44:55.049Z | Done |
219 | 2024-11-25T18:44:55.484Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
220 | 2024-11-25T18:44:55.484Z | clang system 15 system |
221 | 2024-11-25T18:44:55.484Z | csh system system illumos |
222 | 2024-11-25T18:44:55.484Z | ctags system system illumos |
223 | 2024-11-25T18:44:55.484Z | gcc vendor 12 vendor |
224 | 2024-11-25T18:44:55.484Z | gcc system 10 system |
225 | 2024-11-25T18:44:55.484Z | gcc system 7 system |
226 | 2024-11-25T18:44:55.484Z | go system 1.20 system |
227 | 2024-11-25T18:44:55.484Z | go system 1.19 system |
228 | 2024-11-25T18:44:55.484Z | llvm system 15 system |
229 | 2024-11-25T18:44:55.484Z | llvm system 14 system |
230 | 2024-11-25T18:44:55.484Z | mariadb system 10.6 system |
231 | 2024-11-25T18:44:55.484Z | mta vendor vendor dma |
232 | 2024-11-25T18:44:55.484Z | openjdk system 17 system |
233 | 2024-11-25T18:44:55.484Z | openjdk system 11 system |
234 | 2024-11-25T18:44:55.484Z | openjdk system 1.8 system |
235 | 2024-11-25T18:44:55.484Z | openssl vendor 3 vendor |
236 | 2024-11-25T18:44:55.484Z | perl system 5.36 system |
237 | 2024-11-25T18:44:55.485Z | postgresql system 15 system |
238 | 2024-11-25T18:44:55.485Z | postgresql system 13 system |
239 | 2024-11-25T18:44:55.485Z | python vendor 3 vendor |
240 | 2024-11-25T18:44:55.485Z | python system 2 system |
241 | 2024-11-25T18:44:55.485Z | python3 system 3.11 system |
242 | 2024-11-25T18:44:55.485Z | ruby system 3.0 system |
243 | 2024-11-25T18:44:55.485Z | words vendor vendor american-english |
244 | 2024-11-25T18:44:55.485Z | words system system australian-english |
245 | 2024-11-25T18:44:55.485Z | words system system british-english |
246 | 2024-11-25T18:44:55.485Z | words system system canadian-english |
247 | 2024-11-25T18:44:55.485Z | words system system french |
248 | 2024-11-25T18:44:55.485Z | words system system italian |
249 | 2024-11-25T18:44:55.485Z | words system system ngerman |
250 | 2024-11-25T18:44:55.485Z | words system system ogerman |
251 | 2024-11-25T18:44:55.485Z | words system system spanish |
252 | 2024-11-25T18:44:55.815Z | PUBLISHER TYPE STATUS P LOCATION |
253 | 2024-11-25T18:44:55.816Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
254 | 2024-11-25T18:44:58.369Z | FMRI IFO |
255 | 2024-11-25T18:44:58.369Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
256 | 2024-11-25T18:44:58.369Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
257 | 2024-11-25T18:44:58.369Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
258 | 2024-11-25T18:44:58.369Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
259 | 2024-11-25T18:44:58.369Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
260 | 2024-11-25T18:44:58.369Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
261 | 2024-11-25T18:44:58.369Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
262 | 2024-11-25T18:44:58.369Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
263 | 2024-11-25T18:44:58.369Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
264 | 2024-11-25T18:44:58.369Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
265 | 2024-11-25T18:44:58.369Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
266 | 2024-11-25T18:44:58.369Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
267 | 2024-11-25T18:44:58.369Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
268 | 2024-11-25T18:44:58.369Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
269 | 2024-11-25T18:44:58.369Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
270 | 2024-11-25T18:44:59.116Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
271 | 2024-11-25T18:44:59.416Z | Updating crates.io index |
272 | 2024-11-25T18:44:59.511Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
273 | 2024-11-25T18:45:00.361Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
274 | 2024-11-25T18:45:00.665Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
275 | 2024-11-25T18:45:00.894Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
276 | 2024-11-25T18:45:01.185Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
277 | 2024-11-25T18:45:02.004Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
278 | 2024-11-25T18:45:04.333Z | Updating git repository `https://github.com/oxidecomputer/opte` |
279 | 2024-11-25T18:45:05.403Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
280 | 2024-11-25T18:45:06.082Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
281 | 2024-11-25T18:45:06.356Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
282 | 2024-11-25T18:45:06.884Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
283 | 2024-11-25T18:45:07.447Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
284 | 2024-11-25T18:45:07.773Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
285 | 2024-11-25T18:45:08.097Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
286 | 2024-11-25T18:45:08.355Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
287 | 2024-11-25T18:45:08.632Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
288 | 2024-11-25T18:45:08.889Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
289 | 2024-11-25T18:45:09.182Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
290 | 2024-11-25T18:45:09.450Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
291 | 2024-11-25T18:45:09.819Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
292 | 2024-11-25T18:45:10.161Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
293 | 2024-11-25T18:45:10.620Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
294 | 2024-11-25T18:45:10.834Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
295 | 2024-11-25T18:45:11.492Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
296 | 2024-11-25T18:45:11.889Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
297 | 2024-11-25T18:45:12.322Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
298 | 2024-11-25T18:45:12.603Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
299 | 2024-11-25T18:45:12.917Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
300 | 2024-11-25T18:45:13.196Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
301 | 2024-11-25T18:45:14.410Z | Downloading crates ... |
302 | 2024-11-25T18:45:14.496Z | Downloaded macaddr v1.0.1 |
303 | 2024-11-25T18:45:14.505Z | Downloaded zerocopy-derive v0.7.35 |
304 | 2024-11-25T18:45:14.552Z | Downloaded anstyle v1.0.10 |
305 | 2024-11-25T18:45:14.555Z | Downloaded bytecount v0.6.8 |
306 | 2024-11-25T18:45:14.558Z | Downloaded autocfg v1.4.0 |
307 | 2024-11-25T18:45:14.560Z | Downloaded anstyle-query v1.1.1 |
308 | 2024-11-25T18:45:14.563Z | Downloaded byteorder v1.5.0 |
309 | 2024-11-25T18:45:14.565Z | Downloaded bitflags v2.6.0 |
310 | 2024-11-25T18:45:14.569Z | Downloaded anstyle-parse v0.2.5 |
311 | 2024-11-25T18:45:14.571Z | Downloaded cargo-platform v0.1.8 |
312 | 2024-11-25T18:45:14.574Z | Downloaded anstream v0.6.15 |
313 | 2024-11-25T18:45:14.576Z | Downloaded camino v1.1.9 |
314 | 2024-11-25T18:45:14.579Z | Downloaded anyhow v1.0.93 |
315 | 2024-11-25T18:45:14.583Z | Downloaded equivalent v1.0.1 |
316 | 2024-11-25T18:45:14.588Z | Downloaded heck v0.5.0 |
317 | 2024-11-25T18:45:14.591Z | Downloaded errno v0.3.9 |
318 | 2024-11-25T18:45:14.591Z | Downloaded cfg-if v1.0.0 |
319 | 2024-11-25T18:45:14.594Z | Downloaded heck v0.4.1 |
320 | 2024-11-25T18:45:14.597Z | Downloaded digest v0.10.7 |
321 | 2024-11-25T18:45:14.599Z | Downloaded fastrand v2.1.1 |
322 | 2024-11-25T18:45:14.599Z | Downloaded fnv v1.0.7 |
323 | 2024-11-25T18:45:14.601Z | Downloaded dtrace-parser v0.2.0 |
324 | 2024-11-25T18:45:14.601Z | Downloaded cargo_metadata v0.18.1 |
325 | 2024-11-25T18:45:14.604Z | Downloaded crypto-common v0.1.6 |
326 | 2024-11-25T18:45:14.604Z | Downloaded colorchoice v1.0.2 |
327 | 2024-11-25T18:45:14.606Z | Downloaded clap_lex v0.7.2 |
328 | 2024-11-25T18:45:14.606Z | Downloaded clap v4.5.21 |
329 | 2024-11-25T18:45:14.615Z | Downloaded itoa v1.0.11 |
330 | 2024-11-25T18:45:14.617Z | Downloaded is_terminal_polyfill v1.70.1 |
331 | 2024-11-25T18:45:14.617Z | Downloaded generic-array v0.14.7 |
332 | 2024-11-25T18:45:14.621Z | Downloaded cpufeatures v0.2.14 |
333 | 2024-11-25T18:45:14.621Z | Downloaded clap_derive v4.5.18 |
334 | 2024-11-25T18:45:14.623Z | Downloaded block-buffer v0.10.4 |
335 | 2024-11-25T18:45:14.623Z | Downloaded scroll_derive v0.12.0 |
336 | 2024-11-25T18:45:14.626Z | Downloaded memmap v0.7.0 |
337 | 2024-11-25T18:45:14.626Z | Downloaded dof v0.3.0 |
338 | 2024-11-25T18:45:14.629Z | Downloaded cargo_toml v0.20.5 |
339 | 2024-11-25T18:45:14.629Z | Downloaded once_cell v1.20.2 |
340 | 2024-11-25T18:45:14.632Z | Downloaded log v0.4.22 |
341 | 2024-11-25T18:45:14.635Z | Downloaded pretty-hex v0.4.1 |
342 | 2024-11-25T18:45:14.643Z | Downloaded usdt-attr-macro v0.5.0 |
343 | 2024-11-25T18:45:14.646Z | Downloaded swrite v0.1.0 |
344 | 2024-11-25T18:45:14.652Z | Downloaded usdt-macro v0.5.0 |
345 | 2024-11-25T18:45:14.654Z | Downloaded thread-id v4.2.2 |
346 | 2024-11-25T18:45:14.654Z | Downloaded fs-err v2.11.0 |
347 | 2024-11-25T18:45:14.657Z | Downloaded proc-macro-error-attr v1.0.4 |
348 | 2024-11-25T18:45:14.659Z | Downloaded pest_generator v2.7.14 |
349 | 2024-11-25T18:45:14.662Z | Downloaded strsim v0.11.1 |
350 | 2024-11-25T18:45:14.665Z | Downloaded serde_spanned v0.6.8 |
351 | 2024-11-25T18:45:14.665Z | Downloaded quote v1.0.37 |
352 | 2024-11-25T18:45:14.667Z | Downloaded semver v1.0.23 |
353 | 2024-11-25T18:45:14.674Z | Downloaded plain v0.2.3 |
354 | 2024-11-25T18:45:14.678Z | Downloaded unicode-linebreak v0.1.5 |
355 | 2024-11-25T18:45:14.680Z | Downloaded toml_datetime v0.6.8 |
356 | 2024-11-25T18:45:14.683Z | Downloaded thiserror v1.0.69 |
357 | 2024-11-25T18:45:14.687Z | Downloaded usdt-impl v0.5.0 |
358 | 2024-11-25T18:45:14.690Z | Downloaded thiserror-impl v1.0.69 |
359 | 2024-11-25T18:45:14.694Z | Downloaded tabled_derive v0.7.0 |
360 | 2024-11-25T18:45:14.694Z | Downloaded smawk v0.3.2 |
361 | 2024-11-25T18:45:14.694Z | Downloaded usdt v0.5.0 |
362 | 2024-11-25T18:45:14.694Z | Downloaded terminal_size v0.4.0 |
363 | 2024-11-25T18:45:14.696Z | Downloaded proc-macro-error v1.0.4 |
364 | 2024-11-25T18:45:14.699Z | Downloaded pest_derive v2.7.14 |
365 | 2024-11-25T18:45:14.701Z | Downloaded serde_tokenstream v0.2.2 |
366 | 2024-11-25T18:45:14.701Z | Downloaded scroll v0.12.0 |
367 | 2024-11-25T18:45:14.703Z | Downloaded camino-tempfile v1.1.1 |
368 | 2024-11-25T18:45:14.705Z | Downloaded indexmap v2.6.0 |
369 | 2024-11-25T18:45:14.708Z | Downloaded version_check v0.9.5 |
370 | 2024-11-25T18:45:14.710Z | Downloaded utf8parse v0.2.2 |
371 | 2024-11-25T18:45:14.712Z | Downloaded sha2 v0.10.8 |
372 | 2024-11-25T18:45:14.740Z | Downloaded tempfile v3.13.0 |
373 | 2024-11-25T18:45:14.749Z | Downloaded pest_meta v2.7.14 |
374 | 2024-11-25T18:45:14.751Z | Downloaded papergrid v0.11.0 |
375 | 2024-11-25T18:45:14.757Z | Downloaded unicode-ident v1.0.13 |
376 | 2024-11-25T18:45:14.760Z | Downloaded typenum v1.17.0 |
377 | 2024-11-25T18:45:14.766Z | Downloaded toml v0.8.19 |
378 | 2024-11-25T18:45:14.769Z | Downloaded ryu v1.0.18 |
379 | 2024-11-25T18:45:14.769Z | Downloaded proc-macro2 v1.0.89 |
380 | 2024-11-25T18:45:14.776Z | Downloaded textwrap v0.16.1 |
381 | 2024-11-25T18:45:14.779Z | Downloaded ucd-trie v0.1.7 |
382 | 2024-11-25T18:45:14.781Z | Downloaded serde_derive v1.0.215 |
383 | 2024-11-25T18:45:14.793Z | Downloaded memchr v2.7.4 |
384 | 2024-11-25T18:45:14.810Z | Downloaded serde v1.0.215 |
385 | 2024-11-25T18:45:14.813Z | Downloaded hashbrown v0.15.0 |
386 | 2024-11-25T18:45:14.824Z | Downloaded toml_edit v0.22.22 |
387 | 2024-11-25T18:45:14.845Z | Downloaded pest v2.7.14 |
388 | 2024-11-25T18:45:14.858Z | Downloaded clap_builder v4.5.21 |
389 | 2024-11-25T18:45:14.867Z | Downloaded serde_json v1.0.132 |
390 | 2024-11-25T18:45:14.873Z | Downloaded zerocopy v0.7.35 |
391 | 2024-11-25T18:45:14.888Z | Downloaded winnow v0.6.20 |
392 | 2024-11-25T18:45:14.896Z | Downloaded goblin v0.8.2 |
393 | 2024-11-25T18:45:14.902Z | Downloaded tabled v0.15.0 |
394 | 2024-11-25T18:45:14.916Z | Downloaded syn v1.0.109 |
395 | 2024-11-25T18:45:14.927Z | Downloaded unicode-width v0.1.14 |
396 | 2024-11-25T18:45:14.934Z | Downloaded syn v2.0.87 |
397 | 2024-11-25T18:45:14.946Z | Downloaded rustix v0.38.37 |
398 | 2024-11-25T18:45:14.988Z | Downloaded libc v0.2.162 |
399 | 2024-11-25T18:45:15.306Z | Compiling proc-macro2 v1.0.89 |
400 | 2024-11-25T18:45:15.306Z | Compiling unicode-ident v1.0.13 |
401 | 2024-11-25T18:45:15.306Z | Compiling serde v1.0.215 |
402 | 2024-11-25T18:45:15.306Z | Compiling version_check v0.9.5 |
403 | 2024-11-25T18:45:15.308Z | Compiling memchr v2.7.4 |
404 | 2024-11-25T18:45:15.308Z | Compiling thiserror v1.0.69 |
405 | 2024-11-25T18:45:15.308Z | Compiling libc v0.2.162 |
406 | 2024-11-25T18:45:15.308Z | Compiling itoa v1.0.11 |
407 | 2024-11-25T18:45:15.573Z | Compiling ryu v1.0.18 |
408 | 2024-11-25T18:45:15.686Z | Compiling ucd-trie v0.1.7 |
409 | 2024-11-25T18:45:16.089Z | Compiling once_cell v1.20.2 |
410 | 2024-11-25T18:45:16.164Z | Compiling byteorder v1.5.0 |
411 | 2024-11-25T18:45:16.294Z | Compiling rustix v0.38.37 |
412 | 2024-11-25T18:45:16.370Z | Compiling serde_json v1.0.132 |
413 | 2024-11-25T18:45:16.605Z | Compiling bitflags v2.6.0 |
414 | 2024-11-25T18:45:16.712Z | Compiling proc-macro-error-attr v1.0.4 |
415 | 2024-11-25T18:45:16.913Z | Compiling usdt-impl v0.5.0 |
416 | 2024-11-25T18:45:17.015Z | Compiling syn v1.0.109 |
417 | 2024-11-25T18:45:17.097Z | Compiling proc-macro-error v1.0.4 |
418 | 2024-11-25T18:45:17.194Z | Compiling quote v1.0.37 |
419 | 2024-11-25T18:45:17.219Z | Compiling plain v0.2.3 |
420 | 2024-11-25T18:45:17.378Z | Compiling hashbrown v0.15.0 |
421 | 2024-11-25T18:45:17.381Z | Compiling log v0.4.22 |
422 | 2024-11-25T18:45:17.423Z | Compiling equivalent v1.0.1 |
423 | 2024-11-25T18:45:17.548Z | Compiling camino v1.1.9 |
424 | 2024-11-25T18:45:17.627Z | Compiling syn v2.0.87 |
425 | 2024-11-25T18:45:17.769Z | Compiling errno v0.3.9 |
426 | 2024-11-25T18:45:17.964Z | Compiling utf8parse v0.2.2 |
427 | 2024-11-25T18:45:18.138Z | Compiling thread-id v4.2.2 |
428 | 2024-11-25T18:45:18.166Z | Compiling anstyle-parse v0.2.5 |
429 | 2024-11-25T18:45:18.400Z | Compiling pretty-hex v0.4.1 |
430 | 2024-11-25T18:45:18.488Z | Compiling is_terminal_polyfill v1.70.1 |
431 | 2024-11-25T18:45:18.597Z | Compiling indexmap v2.6.0 |
432 | 2024-11-25T18:45:18.624Z | Compiling colorchoice v1.0.2 |
433 | 2024-11-25T18:45:18.627Z | Compiling semver v1.0.23 |
434 | 2024-11-25T18:45:18.627Z | Compiling unicode-width v0.1.14 |
435 | 2024-11-25T18:45:18.791Z | Compiling autocfg v1.4.0 |
436 | 2024-11-25T18:45:18.995Z | Compiling anstyle-query v1.1.1 |
437 | 2024-11-25T18:45:19.151Z | Compiling anstyle v1.0.10 |
438 | 2024-11-25T18:45:19.178Z | Compiling winnow v0.6.20 |
439 | 2024-11-25T18:45:19.574Z | Compiling anstream v0.6.15 |
440 | 2024-11-25T18:45:19.610Z | Compiling fastrand v2.1.1 |
441 | 2024-11-25T18:45:19.996Z | Compiling fs-err v2.11.0 |
442 | 2024-11-25T18:45:20.046Z | Compiling heck v0.5.0 |
443 | 2024-11-25T18:45:20.241Z | Compiling terminal_size v0.4.0 |
444 | 2024-11-25T18:45:20.304Z | Compiling anyhow v1.0.93 |
445 | 2024-11-25T18:45:20.384Z | Compiling clap_lex v0.7.2 |
446 | 2024-11-25T18:45:20.479Z | Compiling bytecount v0.6.8 |
447 | 2024-11-25T18:45:20.618Z | Compiling fnv v1.0.7 |
448 | 2024-11-25T18:45:20.713Z | Compiling heck v0.4.1 |
449 | 2024-11-25T18:45:20.927Z | Compiling cfg-if v1.0.0 |
450 | 2024-11-25T18:45:20.995Z | Compiling strsim v0.11.1 |
451 | 2024-11-25T18:45:21.220Z | Compiling tempfile v3.13.0 |
452 | 2024-11-25T18:45:21.220Z | Compiling papergrid v0.11.0 |
453 | 2024-11-25T18:45:21.393Z | Compiling clap_builder v4.5.21 |
454 | 2024-11-25T18:45:21.836Z | Compiling memmap v0.7.0 |
455 | 2024-11-25T18:45:21.945Z | Compiling unicode-linebreak v0.1.5 |
456 | 2024-11-25T18:45:22.127Z | Compiling smawk v0.3.2 |
457 | 2024-11-25T18:45:22.475Z | Compiling textwrap v0.16.1 |
458 | 2024-11-25T18:45:22.824Z | Compiling swrite v0.1.0 |
459 | 2024-11-25T18:45:23.866Z | Compiling tabled_derive v0.7.0 |
460 | 2024-11-25T18:45:25.508Z | Compiling tabled v0.15.0 |
461 | 2024-11-25T18:45:26.914Z | Compiling serde_derive v1.0.215 |
462 | 2024-11-25T18:45:26.914Z | Compiling thiserror-impl v1.0.69 |
463 | 2024-11-25T18:45:26.916Z | Compiling zerocopy-derive v0.7.35 |
464 | 2024-11-25T18:45:26.916Z | Compiling scroll_derive v0.12.0 |
465 | 2024-11-25T18:45:27.021Z | Compiling clap_derive v4.5.18 |
466 | 2024-11-25T18:45:28.283Z | Compiling scroll v0.12.0 |
467 | 2024-11-25T18:45:28.701Z | Compiling zerocopy v0.7.35 |
468 | 2024-11-25T18:45:28.798Z | Compiling goblin v0.8.2 |
469 | 2024-11-25T18:45:29.528Z | Compiling pest v2.7.14 |
470 | 2024-11-25T18:45:30.748Z | Compiling clap v4.5.21 |
471 | 2024-11-25T18:45:31.855Z | Compiling pest_meta v2.7.14 |
472 | 2024-11-25T18:45:32.729Z | Compiling pest_generator v2.7.14 |
473 | 2024-11-25T18:45:34.734Z | Compiling pest_derive v2.7.14 |
474 | 2024-11-25T18:45:35.483Z | Compiling dtrace-parser v0.2.0 |
475 | 2024-11-25T18:45:37.123Z | Compiling serde_spanned v0.6.8 |
476 | 2024-11-25T18:45:37.123Z | Compiling toml_datetime v0.6.8 |
477 | 2024-11-25T18:45:37.125Z | Compiling cargo-platform v0.1.8 |
478 | 2024-11-25T18:45:37.457Z | Compiling macaddr v1.0.1 |
479 | 2024-11-25T18:45:37.719Z | Compiling serde_tokenstream v0.2.2 |
480 | 2024-11-25T18:45:37.743Z | Compiling toml_edit v0.22.22 |
481 | 2024-11-25T18:45:37.875Z | Compiling camino-tempfile v1.1.1 |
482 | 2024-11-25T18:45:38.661Z | Compiling dof v0.3.0 |
483 | 2024-11-25T18:45:38.661Z | Compiling cargo_metadata v0.18.1 |
484 | 2024-11-25T18:45:40.568Z | Compiling toml v0.8.19 |
485 | 2024-11-25T18:45:40.789Z | Compiling usdt-attr-macro v0.5.0 |
486 | 2024-11-25T18:45:40.789Z | Compiling usdt-macro v0.5.0 |
487 | 2024-11-25T18:45:41.419Z | Compiling cargo_toml v0.20.5 |
488 | 2024-11-25T18:45:42.193Z | Compiling usdt v0.5.0 |
489 | 2024-11-25T18:45:44.967Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
490 | 2024-11-25T18:45:49.141Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.26s |
491 | 2024-11-25T18:45:49.436Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
492 | 2024-11-25T18:45:49.967Z | Downloading crates ... |
493 | 2024-11-25T18:45:50.084Z | Downloaded castaway v0.2.3 |
494 | 2024-11-25T18:45:50.110Z | Downloaded addr2line v0.24.2 |
495 | 2024-11-25T18:45:50.131Z | Downloaded aead v0.5.2 |
496 | 2024-11-25T18:45:50.135Z | Downloaded argon2 v0.5.3 |
497 | 2024-11-25T18:45:50.138Z | Downloaded darling v0.20.10 |
498 | 2024-11-25T18:45:50.146Z | Downloaded hmac v0.12.1 |
499 | 2024-11-25T18:45:50.148Z | Downloaded arc-swap v1.7.1 |
500 | 2024-11-25T18:45:50.153Z | Downloaded array-init v0.0.4 |
501 | 2024-11-25T18:45:50.155Z | Downloaded aho-corasick v1.1.3 |
502 | 2024-11-25T18:45:50.159Z | Downloaded allocator-api2 v0.2.18 |
503 | 2024-11-25T18:45:50.163Z | Downloaded highway v1.2.0 |
504 | 2024-11-25T18:45:50.166Z | Downloaded hickory-client v0.24.1 |
505 | 2024-11-25T18:45:50.169Z | Downloaded arrayref v0.3.9 |
506 | 2024-11-25T18:45:50.172Z | Downloaded hickory-server v0.24.1 |
507 | 2024-11-25T18:45:50.176Z | Downloaded home v0.5.9 |
508 | 2024-11-25T18:45:50.179Z | Downloaded async-trait v0.1.83 |
509 | 2024-11-25T18:45:50.182Z | Downloaded atty v0.2.14 |
510 | 2024-11-25T18:45:50.184Z | Downloaded async-recursion v1.1.1 |
511 | 2024-11-25T18:45:50.187Z | Downloaded hostname v0.3.1 |
512 | 2024-11-25T18:45:50.189Z | Downloaded hkdf v0.12.4 |
513 | 2024-11-25T18:45:50.193Z | Downloaded hickory-resolver v0.24.1 |
514 | 2024-11-25T18:45:50.197Z | Downloaded atomicwrites v0.4.4 |
515 | 2024-11-25T18:45:50.200Z | Downloaded assert_matches v1.5.0 |
516 | 2024-11-25T18:45:50.202Z | Downloaded ciborium-io v0.2.2 |
517 | 2024-11-25T18:45:50.202Z | Downloaded atomic-waker v1.1.2 |
518 | 2024-11-25T18:45:50.205Z | Downloaded async-stream-impl v0.3.6 |
519 | 2024-11-25T18:45:50.205Z | Downloaded async-bb8-diesel v0.2.1 |
520 | 2024-11-25T18:45:50.208Z | Downloaded hickory-proto v0.24.1 |
521 | 2024-11-25T18:45:50.223Z | Downloaded ident_case v1.0.1 |
522 | 2024-11-25T18:45:50.227Z | Downloaded hubpack_derive v0.1.1 |
523 | 2024-11-25T18:45:50.227Z | Downloaded hostname v0.4.0 |
524 | 2024-11-25T18:45:50.229Z | Downloaded cfg_aliases v0.1.1 |
525 | 2024-11-25T18:45:50.229Z | Downloaded icu_provider_macros v1.5.0 |
526 | 2024-11-25T18:45:50.229Z | Downloaded httparse v1.9.5 |
527 | 2024-11-25T18:45:50.233Z | Downloaded http-range v0.1.5 |
528 | 2024-11-25T18:45:50.235Z | Downloaded humantime v2.1.0 |
529 | 2024-11-25T18:45:50.238Z | Downloaded bcrypt-pbkdf v0.10.0 |
530 | 2024-11-25T18:45:50.238Z | Downloaded bb8 v0.8.5 |
531 | 2024-11-25T18:45:50.240Z | Downloaded http-body-util v0.1.2 |
532 | 2024-11-25T18:45:50.242Z | Downloaded rpassword v7.3.1 |
533 | 2024-11-25T18:45:50.242Z | Downloaded is_ci v1.2.0 |
534 | 2024-11-25T18:45:50.244Z | Downloaded instant v0.1.13 |
535 | 2024-11-25T18:45:50.247Z | Downloaded bit-set v0.5.3 |
536 | 2024-11-25T18:45:50.247Z | Downloaded base16ct v0.2.0 |
537 | 2024-11-25T18:45:50.247Z | Downloaded headers-core v0.3.0 |
538 | 2024-11-25T18:45:50.251Z | Downloaded http-body v1.0.1 |
539 | 2024-11-25T18:45:50.251Z | Downloaded bitfield-struct v0.6.2 |
540 | 2024-11-25T18:45:50.251Z | Downloaded cbc v0.1.2 |
541 | 2024-11-25T18:45:50.254Z | Downloaded crunchy v0.2.2 |
542 | 2024-11-25T18:45:50.254Z | Downloaded cfg_aliases v0.2.1 |
543 | 2024-11-25T18:45:50.257Z | Downloaded cstr-argument v0.1.2 |
544 | 2024-11-25T18:45:50.257Z | Downloaded crucible-workspace-hack v0.1.0 |
545 | 2024-11-25T18:45:50.257Z | Downloaded arrayvec v0.7.6 |
546 | 2024-11-25T18:45:50.259Z | Downloaded curve25519-dalek-derive v0.1.1 |
547 | 2024-11-25T18:45:50.262Z | Downloaded match_cfg v0.1.0 |
548 | 2024-11-25T18:45:50.262Z | Downloaded constant_time_eq v0.3.1 |
549 | 2024-11-25T18:45:50.265Z | Downloaded ctr v0.9.2 |
550 | 2024-11-25T18:45:50.265Z | Downloaded cassowary v0.3.0 |
551 | 2024-11-25T18:45:50.267Z | Downloaded mirai-annotations v1.12.0 |
552 | 2024-11-25T18:45:50.267Z | Downloaded md5 v0.7.0 |
553 | 2024-11-25T18:45:50.269Z | Downloaded convert_case v0.4.0 |
554 | 2024-11-25T18:45:50.269Z | Downloaded icu_locid_transform v1.5.0 |
555 | 2024-11-25T18:45:50.272Z | Downloaded cmake v0.1.51 |
556 | 2024-11-25T18:45:50.274Z | Downloaded matches v0.1.10 |
557 | 2024-11-25T18:45:50.277Z | Downloaded httpdate v1.0.3 |
558 | 2024-11-25T18:45:50.279Z | Downloaded indoc v1.0.9 |
559 | 2024-11-25T18:45:50.282Z | Downloaded crc-catalog v2.4.0 |
560 | 2024-11-25T18:45:50.282Z | Downloaded crc v3.2.1 |
561 | 2024-11-25T18:45:50.286Z | Downloaded signal-hook-tokio v0.3.1 |
562 | 2024-11-25T18:45:50.289Z | Downloaded ciborium-ll v0.2.2 |
563 | 2024-11-25T18:45:50.289Z | Downloaded chrono-tz-build v0.4.0 |
564 | 2024-11-25T18:45:50.289Z | Downloaded chacha20 v0.9.1 |
565 | 2024-11-25T18:45:50.292Z | Downloaded const_format_proc_macros v0.2.33 |
566 | 2024-11-25T18:45:50.294Z | Downloaded is-terminal v0.4.13 |
567 | 2024-11-25T18:45:50.296Z | Downloaded cipher v0.4.4 |
568 | 2024-11-25T18:45:50.299Z | Downloaded block-padding v0.3.3 |
569 | 2024-11-25T18:45:50.299Z | Downloaded inout v0.1.3 |
570 | 2024-11-25T18:45:50.301Z | Downloaded hubpack v0.1.2 |
571 | 2024-11-25T18:45:50.302Z | Downloaded linear-map v1.2.0 |
572 | 2024-11-25T18:45:50.304Z | Downloaded bit-vec v0.6.3 |
573 | 2024-11-25T18:45:50.306Z | Downloaded lazycell v1.3.0 |
574 | 2024-11-25T18:45:50.308Z | Downloaded lazy_static v1.5.0 |
575 | 2024-11-25T18:45:50.308Z | Downloaded lalrpop-util v0.19.12 |
576 | 2024-11-25T18:45:50.311Z | Downloaded managed v0.8.0 |
577 | 2024-11-25T18:45:50.314Z | Downloaded libsw v3.3.1 |
578 | 2024-11-25T18:45:50.314Z | Downloaded sqlparser_derive v0.2.2 |
579 | 2024-11-25T18:45:50.317Z | Downloaded md-5 v0.10.6 |
580 | 2024-11-25T18:45:50.317Z | Downloaded bcs v0.1.6 |
581 | 2024-11-25T18:45:50.320Z | Downloaded instability v0.3.2 |
582 | 2024-11-25T18:45:50.322Z | Downloaded rustc-hash v2.0.0 |
583 | 2024-11-25T18:45:50.324Z | Downloaded bzip2 v0.4.4 |
584 | 2024-11-25T18:45:50.328Z | Downloaded buf-list v1.0.3 |
585 | 2024-11-25T18:45:50.330Z | Downloaded mockall v0.13.0 |
586 | 2024-11-25T18:45:50.330Z | Downloaded mime v0.3.17 |
587 | 2024-11-25T18:45:50.332Z | Downloaded memoffset v0.9.1 |
588 | 2024-11-25T18:45:50.332Z | Downloaded lru-cache v0.1.2 |
589 | 2024-11-25T18:45:50.334Z | Downloaded idna_adapter v1.2.0 |
590 | 2024-11-25T18:45:50.337Z | Downloaded lockfree-object-pool v0.1.6 |
591 | 2024-11-25T18:45:50.340Z | Downloaded hyper-rustls v0.27.3 |
592 | 2024-11-25T18:45:50.342Z | Downloaded csv-core v0.1.11 |
593 | 2024-11-25T18:45:50.344Z | Downloaded crc32fast v1.4.2 |
594 | 2024-11-25T18:45:50.347Z | Downloaded waitgroup v0.1.2 |
595 | 2024-11-25T18:45:50.347Z | Downloaded crossbeam-deque v0.8.5 |
596 | 2024-11-25T18:45:50.349Z | Downloaded yoke-derive v0.7.4 |
597 | 2024-11-25T18:45:50.349Z | Downloaded tinystr v0.7.6 |
598 | 2024-11-25T18:45:50.352Z | Downloaded serde_plain v1.0.2 |
599 | 2024-11-25T18:45:50.354Z | Downloaded serde_path_to_error v0.1.16 |
600 | 2024-11-25T18:45:50.357Z | Downloaded hyper-tls v0.6.0 |
601 | 2024-11-25T18:45:50.360Z | Downloaded ciborium v0.2.2 |
602 | 2024-11-25T18:45:50.363Z | Downloaded cancel-safe-futures v0.1.5 |
603 | 2024-11-25T18:45:50.365Z | Downloaded jobserver v0.1.32 |
604 | 2024-11-25T18:45:50.368Z | Downloaded dhcproto-macros v0.1.0 |
605 | 2024-11-25T18:45:50.368Z | Downloaded smf v0.2.3 |
606 | 2024-11-25T18:45:50.368Z | Downloaded smallvec v0.6.14 |
607 | 2024-11-25T18:45:50.371Z | Downloaded maplit v1.0.2 |
608 | 2024-11-25T18:45:50.374Z | Downloaded foreign-types v0.3.2 |
609 | 2024-11-25T18:45:50.374Z | Downloaded signal-hook-registry v1.4.2 |
610 | 2024-11-25T18:45:50.374Z | Downloaded hyper-staticfile v0.10.1 |
611 | 2024-11-25T18:45:50.377Z | Downloaded downcast v0.11.0 |
612 | 2024-11-25T18:45:50.379Z | Downloaded tiny-keccak v2.0.2 |
613 | 2024-11-25T18:45:50.381Z | Downloaded num-conv v0.1.0 |
614 | 2024-11-25T18:45:50.383Z | Downloaded unicode-xid v0.2.6 |
615 | 2024-11-25T18:45:50.383Z | Downloaded termios v0.3.3 |
616 | 2024-11-25T18:45:50.387Z | Downloaded blake2 v0.10.6 |
617 | 2024-11-25T18:45:50.389Z | Downloaded mime_guess v2.0.5 |
618 | 2024-11-25T18:45:50.393Z | Downloaded hyper-util v0.1.10 |
619 | 2024-11-25T18:45:50.395Z | Downloaded icu_locid_transform_data v1.5.0 |
620 | 2024-11-25T18:45:50.398Z | Downloaded oso-derive v0.27.3 |
621 | 2024-11-25T18:45:50.398Z | Downloaded icu_normalizer v1.5.0 |
622 | 2024-11-25T18:45:50.400Z | Downloaded http v1.1.0 |
623 | 2024-11-25T18:45:50.406Z | Downloaded zerovec-derive v0.10.3 |
624 | 2024-11-25T18:45:50.409Z | Downloaded crc-any v2.5.0 |
625 | 2024-11-25T18:45:50.409Z | Downloaded cookie_store v0.21.0 |
626 | 2024-11-25T18:45:50.411Z | Downloaded parse-size v1.1.0 |
627 | 2024-11-25T18:45:50.413Z | Downloaded libloading v0.8.5 |
628 | 2024-11-25T18:45:50.416Z | Downloaded zeroize_derive v1.4.2 |
629 | 2024-11-25T18:45:50.420Z | Downloaded wait-timeout v0.2.0 |
630 | 2024-11-25T18:45:50.420Z | Downloaded crossbeam-utils v0.8.20 |
631 | 2024-11-25T18:45:50.422Z | Downloaded icu_provider v1.5.0 |
632 | 2024-11-25T18:45:50.425Z | Downloaded const-oid v0.9.6 |
633 | 2024-11-25T18:45:50.427Z | Downloaded crossbeam-epoch v0.9.18 |
634 | 2024-11-25T18:45:50.429Z | Downloaded console v0.15.8 |
635 | 2024-11-25T18:45:50.433Z | Downloaded clang-sys v1.8.1 |
636 | 2024-11-25T18:45:50.435Z | Downloaded cookie v0.18.1 |
637 | 2024-11-25T18:45:50.438Z | Downloaded ff v0.13.0 |
638 | 2024-11-25T18:45:50.442Z | Downloaded foldhash v0.1.3 |
639 | 2024-11-25T18:45:50.444Z | Downloaded quinn-udp v0.5.5 |
640 | 2024-11-25T18:45:50.444Z | Downloaded tokio-tungstenite v0.24.0 |
641 | 2024-11-25T18:45:50.448Z | Downloaded tokio-tungstenite v0.23.1 |
642 | 2024-11-25T18:45:50.450Z | Downloaded time-core v0.1.2 |
643 | 2024-11-25T18:45:50.450Z | Downloaded hash32 v0.3.1 |
644 | 2024-11-25T18:45:50.453Z | Downloaded sync_wrapper v1.0.1 |
645 | 2024-11-25T18:45:50.453Z | Downloaded tinyvec_macros v0.1.1 |
646 | 2024-11-25T18:45:50.453Z | Downloaded num_enum_derive v0.5.11 |
647 | 2024-11-25T18:45:50.467Z | Downloaded untrusted v0.7.1 |
648 | 2024-11-25T18:45:50.467Z | Downloaded want v0.3.1 |
649 | 2024-11-25T18:45:50.467Z | Downloaded write16 v1.0.0 |
650 | 2024-11-25T18:45:50.467Z | Downloaded icu_normalizer_data v1.5.0 |
651 | 2024-11-25T18:45:50.467Z | Downloaded hash32 v0.2.1 |
652 | 2024-11-25T18:45:50.467Z | Downloaded group v0.13.0 |
653 | 2024-11-25T18:45:50.467Z | Downloaded percent-encoding v2.3.1 |
654 | 2024-11-25T18:45:50.467Z | Downloaded tokio-stream v0.1.16 |
655 | 2024-11-25T18:45:50.470Z | Downloaded proc-macro-crate v1.3.1 |
656 | 2024-11-25T18:45:50.470Z | Downloaded primeorder v0.13.6 |
657 | 2024-11-25T18:45:50.472Z | Downloaded phf_codegen v0.11.2 |
658 | 2024-11-25T18:45:50.474Z | Downloaded r2d2 v0.8.10 |
659 | 2024-11-25T18:45:50.474Z | Downloaded tokio-rustls v0.26.0 |
660 | 2024-11-25T18:45:50.476Z | Downloaded subprocess v0.2.9 |
661 | 2024-11-25T18:45:50.479Z | Downloaded icu_properties v1.5.1 |
662 | 2024-11-25T18:45:50.493Z | Downloaded newline-converter v0.3.0 |
663 | 2024-11-25T18:45:50.495Z | Downloaded new_debug_unreachable v1.0.6 |
664 | 2024-11-25T18:45:50.495Z | Downloaded ppv-lite86 v0.2.20 |
665 | 2024-11-25T18:45:50.497Z | Downloaded yoke v0.7.4 |
666 | 2024-11-25T18:45:50.499Z | Downloaded indicatif v0.17.9 |
667 | 2024-11-25T18:45:50.502Z | Downloaded num_threads v0.1.7 |
668 | 2024-11-25T18:45:50.506Z | Downloaded synstructure v0.13.1 |
669 | 2024-11-25T18:45:50.508Z | Downloaded base64 v0.22.1 |
670 | 2024-11-25T18:45:50.510Z | Downloaded slog-envlogger v2.2.0 |
671 | 2024-11-25T18:45:50.512Z | Downloaded static_assertions v1.1.0 |
672 | 2024-11-25T18:45:50.514Z | Downloaded slog-dtrace v0.3.0 |
673 | 2024-11-25T18:45:50.516Z | Downloaded globset v0.4.15 |
674 | 2024-11-25T18:45:50.519Z | Downloaded env_logger v0.10.2 |
675 | 2024-11-25T18:45:50.521Z | Downloaded strum_macros v0.25.3 |
676 | 2024-11-25T18:45:50.523Z | Downloaded num_enum v0.5.11 |
677 | 2024-11-25T18:45:50.527Z | Downloaded backtrace v0.3.74 |
678 | 2024-11-25T18:45:50.532Z | Downloaded russh-cryptovec v0.7.3 |
679 | 2024-11-25T18:45:50.534Z | Downloaded pbkdf2 v0.12.2 |
680 | 2024-11-25T18:45:50.534Z | Downloaded writeable v0.5.5 |
681 | 2024-11-25T18:45:50.536Z | Downloaded pem-rfc7468 v0.7.0 |
682 | 2024-11-25T18:45:50.539Z | Downloaded crypto-bigint v0.5.5 |
683 | 2024-11-25T18:45:50.546Z | Downloaded rayon-core v1.12.1 |
684 | 2024-11-25T18:45:50.549Z | Downloaded fallible-iterator v0.2.0 |
685 | 2024-11-25T18:45:50.551Z | Downloaded embedded-io v0.6.1 |
686 | 2024-11-25T18:45:50.554Z | Downloaded embedded-io v0.4.0 |
687 | 2024-11-25T18:45:50.554Z | Downloaded const_format v0.2.33 |
688 | 2024-11-25T18:45:50.559Z | Downloaded schemars v0.8.21 |
689 | 2024-11-25T18:45:50.571Z | Downloaded toolchain_find v0.4.0 |
690 | 2024-11-25T18:45:50.573Z | Downloaded pbkdf2 v0.11.0 |
691 | 2024-11-25T18:45:50.575Z | Downloaded futures-io v0.3.31 |
692 | 2024-11-25T18:45:50.578Z | Downloaded futures-executor v0.3.31 |
693 | 2024-11-25T18:45:50.578Z | Downloaded futures-core v0.3.31 |
694 | 2024-11-25T18:45:50.580Z | Downloaded slog v2.7.0 |
695 | 2024-11-25T18:45:50.582Z | Downloaded toml v0.7.8 |
696 | 2024-11-25T18:45:50.585Z | Downloaded half v2.4.1 |
697 | 2024-11-25T18:45:50.588Z | Downloaded dirs-next v2.0.0 |
698 | 2024-11-25T18:45:50.591Z | Downloaded peg v0.8.4 |
699 | 2024-11-25T18:45:50.594Z | Downloaded radium v0.7.0 |
700 | 2024-11-25T18:45:50.596Z | Downloaded quick-error v1.2.3 |
701 | 2024-11-25T18:45:50.599Z | Downloaded psl-types v2.0.11 |
702 | 2024-11-25T18:45:50.599Z | Downloaded rsa v0.9.6 |
703 | 2024-11-25T18:45:50.603Z | Downloaded bumpalo v3.16.0 |
704 | 2024-11-25T18:45:50.608Z | Downloaded fixedbitset v0.4.2 |
705 | 2024-11-25T18:45:50.610Z | Downloaded defmt-parser v0.3.4 |
706 | 2024-11-25T18:45:50.610Z | Downloaded owo-colors v4.1.0 |
707 | 2024-11-25T18:45:50.612Z | Downloaded num-iter v0.1.45 |
708 | 2024-11-25T18:45:50.614Z | Downloaded num-integer v0.1.46 |
709 | 2024-11-25T18:45:50.614Z | Downloaded num-derive v0.4.2 |
710 | 2024-11-25T18:45:50.617Z | Downloaded take_mut v0.2.2 |
711 | 2024-11-25T18:45:50.619Z | Downloaded bytes v1.8.0 |
712 | 2024-11-25T18:45:50.621Z | Downloaded ecdsa v0.16.9 |
713 | 2024-11-25T18:45:50.624Z | Downloaded cc v1.1.30 |
714 | 2024-11-25T18:45:50.627Z | Downloaded precomputed-hash v0.1.1 |
715 | 2024-11-25T18:45:50.630Z | Downloaded openssl-probe v0.1.5 |
716 | 2024-11-25T18:45:50.630Z | Downloaded sha1 v0.10.6 |
717 | 2024-11-25T18:45:50.632Z | Downloaded base64 v0.21.7 |
718 | 2024-11-25T18:45:50.636Z | Downloaded whoami v1.5.2 |
719 | 2024-11-25T18:45:50.638Z | Downloaded xattr v1.3.1 |
720 | 2024-11-25T18:45:50.640Z | Downloaded universal-hash v0.5.1 |
721 | 2024-11-25T18:45:50.641Z | Downloaded thiserror-impl-no-std v2.0.2 |
722 | 2024-11-25T18:45:50.643Z | Downloaded sigpipe v0.1.3 |
723 | 2024-11-25T18:45:50.643Z | Downloaded parse-display-derive v0.10.0 |
724 | 2024-11-25T18:45:50.645Z | Downloaded nu-ansi-term v0.50.1 |
725 | 2024-11-25T18:45:50.648Z | Downloaded ron v0.7.1 |
726 | 2024-11-25T18:45:50.652Z | Downloaded topological-sort v0.2.2 |
727 | 2024-11-25T18:45:50.654Z | Downloaded num-traits v0.2.19 |
728 | 2024-11-25T18:45:50.657Z | Downloaded derive_builder_macro v0.20.2 |
729 | 2024-11-25T18:45:50.659Z | Downloaded icu_collections v1.5.0 |
730 | 2024-11-25T18:45:50.664Z | Downloaded strum v0.26.3 |
731 | 2024-11-25T18:45:50.666Z | Downloaded form_urlencoded v1.2.1 |
732 | 2024-11-25T18:45:50.668Z | Downloaded multimap v0.10.0 |
733 | 2024-11-25T18:45:50.668Z | Downloaded nanorand v0.7.0 |
734 | 2024-11-25T18:45:50.671Z | Downloaded schemars_derive v0.8.21 |
735 | 2024-11-25T18:45:50.673Z | Downloaded hex v0.4.3 |
736 | 2024-11-25T18:45:50.675Z | Downloaded rand_seeder v0.3.0 |
737 | 2024-11-25T18:45:50.680Z | Downloaded rand_core v0.6.4 |
738 | 2024-11-25T18:45:50.680Z | Downloaded packed_struct v0.10.1 |
739 | 2024-11-25T18:45:50.680Z | Downloaded packed_struct_codegen v0.10.1 |
740 | 2024-11-25T18:45:50.682Z | Downloaded heck v0.3.3 |
741 | 2024-11-25T18:45:50.684Z | Downloaded dhcproto v0.12.0 |
742 | 2024-11-25T18:45:50.686Z | Downloaded dropshot_endpoint v0.12.0 |
743 | 2024-11-25T18:45:50.689Z | Downloaded normalize-line-endings v0.3.0 |
744 | 2024-11-25T18:45:50.691Z | Downloaded slog-term v2.9.1 |
745 | 2024-11-25T18:45:50.693Z | Downloaded snafu-derive v0.8.5 |
746 | 2024-11-25T18:45:50.695Z | Downloaded p256 v0.13.2 |
747 | 2024-11-25T18:45:50.698Z | Downloaded predicates v3.1.2 |
748 | 2024-11-25T18:45:50.702Z | Downloaded tokio-native-tls v0.3.1 |
749 | 2024-11-25T18:45:50.704Z | Downloaded zip v0.6.6 |
750 | 2024-11-25T18:45:50.708Z | Downloaded signature v2.2.0 |
751 | 2024-11-25T18:45:50.711Z | Downloaded der_derive v0.7.3 |
752 | 2024-11-25T18:45:50.713Z | Downloaded serde-hex v0.1.0 |
753 | 2024-11-25T18:45:50.715Z | Downloaded resolv-conf v0.7.0 |
754 | 2024-11-25T18:45:50.718Z | Downloaded tokio-rustls v0.24.1 |
755 | 2024-11-25T18:45:50.720Z | Downloaded string_cache v0.8.7 |
756 | 2024-11-25T18:45:50.720Z | Downloaded tinyvec v1.8.0 |
757 | 2024-11-25T18:45:50.723Z | Downloaded strum_macros v0.24.3 |
758 | 2024-11-25T18:45:50.726Z | Downloaded xz2 v0.1.7 |
759 | 2024-11-25T18:45:50.729Z | Downloaded subtle v2.6.1 |
760 | 2024-11-25T18:45:50.731Z | Downloaded structmeta-derive v0.3.0 |
761 | 2024-11-25T18:45:50.731Z | Downloaded structmeta-derive v0.2.0 |
762 | 2024-11-25T18:45:50.733Z | Downloaded rfc6979 v0.4.0 |
763 | 2024-11-25T18:45:50.733Z | Downloaded structmeta v0.3.0 |
764 | 2024-11-25T18:45:50.735Z | Downloaded stringprep v0.1.5 |
765 | 2024-11-25T18:45:50.738Z | Downloaded ghash v0.5.1 |
766 | 2024-11-25T18:45:50.738Z | Downloaded gethostname v0.5.0 |
767 | 2024-11-25T18:45:50.741Z | Downloaded float-ord v0.3.2 |
768 | 2024-11-25T18:45:50.741Z | Downloaded paste v1.0.15 |
769 | 2024-11-25T18:45:50.743Z | Downloaded sync-ptr v0.1.1 |
770 | 2024-11-25T18:45:50.745Z | Downloaded crossbeam-channel v0.5.13 |
771 | 2024-11-25T18:45:50.749Z | Downloaded multer v3.1.0 |
772 | 2024-11-25T18:45:50.752Z | Downloaded enum-as-inner v0.6.1 |
773 | 2024-11-25T18:45:50.754Z | Downloaded flume v0.11.1 |
774 | 2024-11-25T18:45:50.758Z | Downloaded quinn v0.11.5 |
775 | 2024-11-25T18:45:50.762Z | Downloaded num v0.4.3 |
776 | 2024-11-25T18:45:50.765Z | Downloaded float-cmp v0.9.0 |
777 | 2024-11-25T18:45:50.767Z | Downloaded tokio-rustls v0.25.0 |
778 | 2024-11-25T18:45:50.767Z | Downloaded vergen v8.3.2 |
779 | 2024-11-25T18:45:50.771Z | Downloaded number_prefix v0.4.0 |
780 | 2024-11-25T18:45:50.773Z | Downloaded rand_xorshift v0.3.0 |
781 | 2024-11-25T18:45:50.773Z | Downloaded phf_generator v0.11.2 |
782 | 2024-11-25T18:45:50.776Z | Downloaded zopfli v0.8.1 |
783 | 2024-11-25T18:45:50.778Z | Downloaded futures v0.3.31 |
784 | 2024-11-25T18:45:50.782Z | Downloaded pretty-hex v0.2.1 |
785 | 2024-11-25T18:45:50.785Z | Downloaded semver v0.1.20 |
786 | 2024-11-25T18:45:50.785Z | Downloaded scopeguard v1.2.0 |
787 | 2024-11-25T18:45:50.788Z | Downloaded spin v0.9.8 |
788 | 2024-11-25T18:45:50.790Z | Downloaded tower-service v0.3.3 |
789 | 2024-11-25T18:45:50.790Z | Downloaded hyper v1.5.0 |
790 | 2024-11-25T18:45:50.798Z | Downloaded slog-scope v4.4.0 |
791 | 2024-11-25T18:45:50.800Z | Downloaded yasna v0.5.2 |
792 | 2024-11-25T18:45:50.802Z | Downloaded parking_lot v0.12.3 |
793 | 2024-11-25T18:45:50.804Z | Downloaded diff v0.1.13 |
794 | 2024-11-25T18:45:50.807Z | Downloaded diesel_table_macro_syntax v0.2.0 |
795 | 2024-11-25T18:45:50.810Z | Downloaded des v0.8.1 |
796 | 2024-11-25T18:45:50.812Z | Downloaded pin-project-lite v0.2.14 |
797 | 2024-11-25T18:45:50.817Z | Downloaded zone_cfg_derive v0.1.2 |
798 | 2024-11-25T18:45:50.819Z | Downloaded newtype-uuid v1.1.3 |
799 | 2024-11-25T18:45:50.819Z | Downloaded supports-color v3.0.1 |
800 | 2024-11-25T18:45:50.822Z | Downloaded ssh-encoding v0.2.0 |
801 | 2024-11-25T18:45:50.822Z | Downloaded parse-zoneinfo v0.3.1 |
802 | 2024-11-25T18:45:50.825Z | Downloaded samael v0.0.17 |
803 | 2024-11-25T18:45:50.830Z | Downloaded crossterm v0.28.1 |
804 | 2024-11-25T18:45:50.837Z | Downloaded twox-hash v1.6.3 |
805 | 2024-11-25T18:45:50.844Z | Downloaded itertools v0.12.1 |
806 | 2024-11-25T18:45:50.846Z | Downloaded foreign-types-shared v0.1.1 |
807 | 2024-11-25T18:45:50.849Z | Downloaded serde-big-array v0.5.1 |
808 | 2024-11-25T18:45:50.851Z | Downloaded opaque-debug v0.3.1 |
809 | 2024-11-25T18:45:50.853Z | Downloaded nodrop v0.1.14 |
810 | 2024-11-25T18:45:50.853Z | Downloaded env_filter v0.1.2 |
811 | 2024-11-25T18:45:50.855Z | Downloaded zone_cfg_derive v0.3.0 |
812 | 2024-11-25T18:45:50.855Z | Downloaded predicates-tree v1.0.11 |
813 | 2024-11-25T18:45:50.857Z | Downloaded predicates-core v1.0.8 |
814 | 2024-11-25T18:45:50.857Z | Downloaded sqlformat v0.2.6 |
815 | 2024-11-25T18:45:50.859Z | Downloaded derive_more v0.99.18 |
816 | 2024-11-25T18:45:50.864Z | Downloaded unsafe-libyaml v0.2.11 |
817 | 2024-11-25T18:45:50.868Z | Downloaded postgres-types v0.2.8 |
818 | 2024-11-25T18:45:50.871Z | Downloaded phf_shared v0.10.0 |
819 | 2024-11-25T18:45:50.873Z | Downloaded publicsuffix v2.2.3 |
820 | 2024-11-25T18:45:50.875Z | Downloaded try-lock v0.2.5 |
821 | 2024-11-25T18:45:50.877Z | Downloaded progenitor v0.8.0 |
822 | 2024-11-25T18:45:50.880Z | Downloaded unicase v2.7.0 |
823 | 2024-11-25T18:45:50.880Z | Downloaded parse-display v0.10.0 |
824 | 2024-11-25T18:45:50.882Z | Downloaded fallible-streaming-iterator v0.1.9 |
825 | 2024-11-25T18:45:50.882Z | Downloaded ena v0.14.3 |
826 | 2024-11-25T18:45:50.884Z | Downloaded ron v0.8.1 |
827 | 2024-11-25T18:45:50.889Z | Downloaded snafu v0.8.5 |
828 | 2024-11-25T18:45:50.896Z | Downloaded either v1.13.0 |
829 | 2024-11-25T18:45:50.898Z | Downloaded idna v1.0.3 |
830 | 2024-11-25T18:45:50.902Z | Downloaded peg-runtime v0.8.3 |
831 | 2024-11-25T18:45:50.904Z | Downloaded dyn-clone v1.0.17 |
832 | 2024-11-25T18:45:50.907Z | Downloaded fallible-iterator v0.3.0 |
833 | 2024-11-25T18:45:50.907Z | Downloaded phf_shared v0.11.2 |
834 | 2024-11-25T18:45:50.909Z | Downloaded path-slash v0.1.5 |
835 | 2024-11-25T18:45:50.909Z | Downloaded signal-hook v0.3.17 |
836 | 2024-11-25T18:45:50.912Z | Downloaded utf16_iter v1.0.5 |
837 | 2024-11-25T18:45:50.914Z | Downloaded tap v1.0.1 |
838 | 2024-11-25T18:45:50.916Z | Downloaded spki v0.7.3 |
839 | 2024-11-25T18:45:50.916Z | Downloaded spin v0.5.2 |
840 | 2024-11-25T18:45:50.918Z | Downloaded zone v0.3.0 |
841 | 2024-11-25T18:45:50.921Z | Downloaded serde_with_macros v3.11.0 |
842 | 2024-11-25T18:45:50.923Z | Downloaded newtype_derive v0.1.6 |
843 | 2024-11-25T18:45:50.923Z | Downloaded oso v0.27.3 |
844 | 2024-11-25T18:45:50.926Z | Downloaded openssl-sys v0.9.103 |
845 | 2024-11-25T18:45:50.931Z | Downloaded foreign-types-macros v0.2.3 |
846 | 2024-11-25T18:45:50.934Z | Downloaded secrecy v0.8.0 |
847 | 2024-11-25T18:45:50.934Z | Downloaded num-complex v0.4.6 |
848 | 2024-11-25T18:45:50.936Z | Downloaded tui-tree-widget v0.22.0 |
849 | 2024-11-25T18:45:50.938Z | Downloaded rustc-hash v1.1.0 |
850 | 2024-11-25T18:45:50.939Z | Downloaded pin-project-internal v1.1.6 |
851 | 2024-11-25T18:45:50.941Z | Downloaded slog-stdlog v4.1.1 |
852 | 2024-11-25T18:45:50.943Z | Downloaded der v0.7.9 |
853 | 2024-11-25T18:45:50.947Z | Downloaded walkdir v2.5.0 |
854 | 2024-11-25T18:45:50.950Z | Downloaded fxhash v0.2.1 |
855 | 2024-11-25T18:45:50.952Z | Downloaded derive_builder v0.20.2 |
856 | 2024-11-25T18:45:50.956Z | Downloaded olpc-cjson v0.1.4 |
857 | 2024-11-25T18:45:50.958Z | Downloaded itertools v0.13.0 |
858 | 2024-11-25T18:45:50.964Z | Downloaded sec1 v0.7.3 |
859 | 2024-11-25T18:45:50.966Z | Downloaded zip v2.1.3 |
860 | 2024-11-25T18:45:50.971Z | Downloaded darling_macro v0.20.10 |
861 | 2024-11-25T18:45:50.973Z | Downloaded defmt v0.3.8 |
862 | 2024-11-25T18:45:50.976Z | Downloaded openssl-macros v0.1.1 |
863 | 2024-11-25T18:45:50.976Z | Downloaded zerofrom v0.1.4 |
864 | 2024-11-25T18:45:50.978Z | Downloaded heapless v0.8.0 |
865 | 2024-11-25T18:45:50.981Z | Downloaded zeroize v1.8.1 |
866 | 2024-11-25T18:45:50.984Z | Downloaded slog-json v2.6.1 |
867 | 2024-11-25T18:45:50.986Z | Downloaded dsl_auto_type v0.1.2 |
868 | 2024-11-25T18:45:50.986Z | Downloaded hashlink v0.9.1 |
869 | 2024-11-25T18:45:50.989Z | Downloaded foreign-types-shared v0.3.1 |
870 | 2024-11-25T18:45:50.991Z | Downloaded elliptic-curve v0.13.8 |
871 | 2024-11-25T18:45:50.993Z | Downloaded zerocopy v0.6.6 |
872 | 2024-11-25T18:45:50.996Z | Downloaded progenitor-client v0.8.0 |
873 | 2024-11-25T18:45:50.998Z | Downloaded typify-macro v0.2.0 |
874 | 2024-11-25T18:45:50.998Z | Downloaded pem v3.0.4 |
875 | 2024-11-25T18:45:51.000Z | Downloaded deranged v0.3.11 |
876 | 2024-11-25T18:45:51.002Z | Downloaded termtree v0.4.1 |
877 | 2024-11-25T18:45:51.002Z | Downloaded simd-adler32 v0.3.7 |
878 | 2024-11-25T18:45:51.004Z | Downloaded defmt-macros v0.3.9 |
879 | 2024-11-25T18:45:51.006Z | Downloaded zerofrom-derive v0.1.4 |
880 | 2024-11-25T18:45:51.010Z | Downloaded rustc-demangle v0.1.24 |
881 | 2024-11-25T18:45:51.020Z | Downloaded data-encoding v2.6.0 |
882 | 2024-11-25T18:45:51.020Z | Downloaded slab v0.4.9 |
883 | 2024-11-25T18:45:51.023Z | Downloaded uzers v0.12.1 |
884 | 2024-11-25T18:45:51.023Z | Downloaded tokio-postgres v0.7.12 |
885 | 2024-11-25T18:45:51.023Z | Downloaded time v0.3.36 |
886 | 2024-11-25T18:45:51.028Z | Downloaded pkcs5 v0.7.1 |
887 | 2024-11-25T18:45:51.032Z | Downloaded endian-type v0.1.2 |
888 | 2024-11-25T18:45:51.034Z | Downloaded nibble_vec v0.1.0 |
889 | 2024-11-25T18:45:51.034Z | Downloaded glob v0.3.1 |
890 | 2024-11-25T18:45:51.036Z | Downloaded termcolor v1.4.1 |
891 | 2024-11-25T18:45:51.039Z | Downloaded peg-macros v0.8.4 |
892 | 2024-11-25T18:45:51.041Z | Downloaded rustyline v14.0.0 |
893 | 2024-11-25T18:45:51.044Z | Downloaded scrypt v0.11.0 |
894 | 2024-11-25T18:45:51.046Z | Downloaded rustls-pemfile v1.0.4 |
895 | 2024-11-25T18:45:51.048Z | Downloaded unicode-truncate v1.1.0 |
896 | 2024-11-25T18:45:51.051Z | Downloaded typify v0.2.0 |
897 | 2024-11-25T18:45:51.053Z | Downloaded env_logger v0.11.5 |
898 | 2024-11-25T18:45:51.055Z | Downloaded siphasher v0.3.11 |
899 | 2024-11-25T18:45:51.057Z | Downloaded untrusted v0.9.0 |
900 | 2024-11-25T18:45:51.060Z | Downloaded signal-hook-mio v0.2.4 |
901 | 2024-11-25T18:45:51.060Z | Downloaded serde_urlencoded v0.7.1 |
902 | 2024-11-25T18:45:51.062Z | Downloaded ref-cast-impl v1.0.23 |
903 | 2024-11-25T18:45:51.062Z | Downloaded ref-cast v1.0.23 |
904 | 2024-11-25T18:45:51.065Z | Downloaded pin-project v1.1.6 |
905 | 2024-11-25T18:45:51.076Z | Downloaded foreign-types v0.5.0 |
906 | 2024-11-25T18:45:51.079Z | Downloaded aws-lc-rs v1.10.0 |
907 | 2024-11-25T18:45:51.086Z | Downloaded term v0.7.0 |
908 | 2024-11-25T18:45:51.090Z | Downloaded password-hash v0.4.2 |
909 | 2024-11-25T18:45:51.092Z | Downloaded prettyplease v0.2.25 |
910 | 2024-11-25T18:45:51.095Z | Downloaded tungstenite v0.24.0 |
911 | 2024-11-25T18:45:51.098Z | Downloaded tar v0.4.42 |
912 | 2024-11-25T18:45:51.101Z | Downloaded unarray v0.1.4 |
913 | 2024-11-25T18:45:51.103Z | Downloaded rayon v1.10.0 |
914 | 2024-11-25T18:45:51.111Z | Downloaded utf-8 v0.7.6 |
915 | 2024-11-25T18:45:51.114Z | Downloaded darling_core v0.20.10 |
916 | 2024-11-25T18:45:51.118Z | Downloaded parking_lot_core v0.8.6 |
917 | 2024-11-25T18:45:51.120Z | Downloaded tracing v0.1.40 |
918 | 2024-11-25T18:45:51.125Z | Downloaded parking_lot_core v0.9.10 |
919 | 2024-11-25T18:45:51.127Z | Downloaded vsss-rs v3.3.4 |
920 | 2024-11-25T18:45:51.129Z | Downloaded vte v0.11.1 |
921 | 2024-11-25T18:45:51.132Z | Downloaded headers v0.4.0 |
922 | 2024-11-25T18:45:51.137Z | Downloaded serde_with v3.11.0 |
923 | 2024-11-25T18:45:51.147Z | Downloaded progenitor-macro v0.8.0 |
924 | 2024-11-25T18:45:51.149Z | Downloaded serde_derive_internals v0.29.1 |
925 | 2024-11-25T18:45:51.151Z | Downloaded rustls-pki-types v1.9.0 |
926 | 2024-11-25T18:45:51.153Z | Downloaded rustls-pemfile v2.2.0 |
927 | 2024-11-25T18:45:51.156Z | Downloaded rtoolbox v0.0.2 |
928 | 2024-11-25T18:45:51.158Z | Downloaded x509-cert v0.2.5 |
929 | 2024-11-25T18:45:51.163Z | Downloaded h2 v0.4.6 |
930 | 2024-11-25T18:45:51.170Z | Downloaded blake3 v1.5.4 |
931 | 2024-11-25T18:45:51.179Z | Downloaded fatfs v0.3.6 |
932 | 2024-11-25T18:45:51.183Z | Downloaded ed25519-dalek v2.1.1 |
933 | 2024-11-25T18:45:51.186Z | Downloaded dropshot_endpoint v0.13.0 |
934 | 2024-11-25T18:45:51.189Z | Downloaded similar v2.6.0 |
935 | 2024-11-25T18:45:51.197Z | Downloaded derive-where v1.2.7 |
936 | 2024-11-25T18:45:51.199Z | Downloaded unicode-properties v0.1.3 |
937 | 2024-11-25T18:45:51.201Z | Downloaded lalrpop v0.19.12 |
938 | 2024-11-25T18:45:51.214Z | Downloaded test-strategy v0.3.1 |
939 | 2024-11-25T18:45:51.218Z | Downloaded icu_properties_data v1.5.0 |
940 | 2024-11-25T18:45:51.229Z | Downloaded flate2 v1.0.34 |
941 | 2024-11-25T18:45:51.235Z | Downloaded nom v7.1.3 |
942 | 2024-11-25T18:45:51.241Z | Downloaded quinn-proto v0.11.8 |
943 | 2024-11-25T18:45:51.248Z | Downloaded url v2.5.3 |
944 | 2024-11-25T18:45:51.251Z | Downloaded bitvec v1.0.1 |
945 | 2024-11-25T18:45:51.268Z | Downloaded p521 v0.13.3 |
946 | 2024-11-25T18:45:51.271Z | Downloaded bindgen v0.69.5 |
947 | 2024-11-25T18:45:51.279Z | Downloaded typed-path v0.9.3 |
948 | 2024-11-25T18:45:51.287Z | Downloaded num-bigint-dig v0.8.4 |
949 | 2024-11-25T18:45:51.290Z | Downloaded ssh-key v0.6.6 |
950 | 2024-11-25T18:45:51.298Z | Downloaded reedline v0.35.0 |
951 | 2024-11-25T18:45:51.306Z | Downloaded idna v0.5.0 |
952 | 2024-11-25T18:45:51.314Z | Downloaded rand v0.8.5 |
953 | 2024-11-25T18:45:51.317Z | Downloaded diesel_derives v2.2.3 |
954 | 2024-11-25T18:45:51.322Z | Downloaded portable-atomic v1.9.0 |
955 | 2024-11-25T18:45:51.330Z | Downloaded unicode-segmentation v1.12.0 |
956 | 2024-11-25T18:45:51.333Z | Downloaded idna v0.3.0 |
957 | 2024-11-25T18:45:51.340Z | Downloaded russh v0.45.0 |
958 | 2024-11-25T18:45:51.347Z | Downloaded proptest v1.5.0 |
959 | 2024-11-25T18:45:51.357Z | Downloaded reqwest v0.12.9 |
960 | 2024-11-25T18:45:51.366Z | Downloaded petname v2.0.2 |
961 | 2024-11-25T18:45:51.372Z | Downloaded unicode-normalization v0.1.24 |
962 | 2024-11-25T18:45:51.375Z | Downloaded tough v0.19.0 |
963 | 2024-11-25T18:45:51.384Z | Downloaded sqlparser v0.45.0 |
964 | 2024-11-25T18:45:51.391Z | Downloaded futures-util v0.3.31 |
965 | 2024-11-25T18:45:51.404Z | Downloaded expectorate v1.1.0 |
966 | 2024-11-25T18:45:51.407Z | Downloaded p384 v0.13.0 |
967 | 2024-11-25T18:45:51.413Z | Downloaded idna v0.4.0 |
968 | 2024-11-25T18:45:51.420Z | Downloaded idna v0.2.3 |
969 | 2024-11-25T18:45:51.428Z | Downloaded hashbrown v0.14.5 |
970 | 2024-11-25T18:45:51.434Z | Downloaded salty v0.3.0 |
971 | 2024-11-25T18:45:51.441Z | Downloaded rustls-webpki v0.101.7 |
972 | 2024-11-25T18:45:51.456Z | Downloaded git2 v0.19.0 |
973 | 2024-11-25T18:45:51.464Z | Downloaded radix_trie v0.2.1 |
974 | 2024-11-25T18:45:51.470Z | Downloaded rustls-webpki v0.102.8 |
975 | 2024-11-25T18:45:51.490Z | Downloaded vcpkg v0.2.15 |
976 | 2024-11-25T18:45:51.530Z | Downloaded regress v0.9.1 |
977 | 2024-11-25T18:45:51.537Z | Downloaded zerocopy v0.8.10 |
978 | 2024-11-25T18:45:51.561Z | Downloaded gimli v0.31.1 |
979 | 2024-11-25T18:45:51.569Z | Downloaded smoltcp v0.9.1 |
980 | 2024-11-25T18:45:51.581Z | Downloaded smoltcp v0.11.0 |
981 | 2024-11-25T18:45:51.594Z | Downloaded chrono-tz v0.10.0 |
982 | 2024-11-25T18:45:51.602Z | Downloaded object v0.30.4 |
983 | 2024-11-25T18:45:51.612Z | Downloaded openssl v0.10.66 |
984 | 2024-11-25T18:45:51.622Z | Downloaded regress v0.10.1 |
985 | 2024-11-25T18:45:51.631Z | Downloaded rustls v0.21.12 |
986 | 2024-11-25T18:45:51.644Z | Downloaded regex v1.11.1 |
987 | 2024-11-25T18:45:51.658Z | Downloaded nix v0.28.0 |
988 | 2024-11-25T18:45:52.677Z | Downloaded nix v0.29.0 |
989 | 2024-11-25T18:45:52.691Z | Downloaded object v0.36.5 |
990 | 2024-11-25T18:45:52.691Z | Downloaded nix v0.27.1 |
991 | 2024-11-25T18:45:52.691Z | Downloaded openapiv3 v2.0.0 |
992 | 2024-11-25T18:45:52.691Z | Downloaded sled v0.34.7 |
993 | 2024-11-25T18:45:52.691Z | Downloaded trust-dns-proto v0.22.0 |
994 | 2024-11-25T18:45:52.691Z | Downloaded diesel v2.2.4 |
995 | 2024-11-25T18:45:52.691Z | Downloaded ratatui v0.28.1 |
996 | 2024-11-25T18:45:52.691Z | Downloaded rustls v0.22.4 |
997 | 2024-11-25T18:45:52.691Z | Downloaded typify-impl v0.2.0 |
998 | 2024-11-25T18:45:52.691Z | Downloaded zerocopy-derive v0.6.6 |
999 | 2024-11-25T18:45:52.692Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1000 | 2024-11-25T18:45:52.692Z | Downloaded dropshot v0.13.0 |
1001 | 2024-11-25T18:45:52.692Z | Downloaded bstr v1.10.0 |
1002 | 2024-11-25T18:45:52.692Z | Downloaded regex-syntax v0.8.5 |
1003 | 2024-11-25T18:45:52.692Z | Downloaded regex-automata v0.4.8 |
1004 | 2024-11-25T18:45:52.692Z | Downloaded polar-core v0.27.3 |
1005 | 2024-11-25T18:45:52.692Z | Downloaded rustls v0.23.14 |
1006 | 2024-11-25T18:45:52.692Z | Downloaded regex-syntax v0.6.29 |
1007 | 2024-11-25T18:45:52.692Z | Downloaded petgraph v0.6.5 |
1008 | 2024-11-25T18:45:52.692Z | Downloaded lzma-sys v0.1.20 |
1009 | 2024-11-25T18:45:52.692Z | Downloaded dropshot v0.12.0 |
1010 | 2024-11-25T18:45:52.692Z | Downloaded curve25519-dalek v4.1.3 |
1011 | 2024-11-25T18:45:52.692Z | Downloaded tokio v1.40.0 |
1012 | 2024-11-25T18:45:52.692Z | Downloaded libz-sys v1.1.20 |
1013 | 2024-11-25T18:45:52.692Z | Downloaded rusqlite v0.32.1 |
1014 | 2024-11-25T18:45:52.692Z | Downloaded webpki-roots v0.26.6 |
1015 | 2024-11-25T18:45:52.692Z | Downloaded csv v1.3.0 |
1016 | 2024-11-25T18:45:52.692Z | Downloaded unicode-width v0.2.0 |
1017 | 2024-11-25T18:45:52.692Z | Downloaded quick-xml v0.33.0 |
1018 | 2024-11-25T18:45:52.692Z | Downloaded chrono v0.4.38 |
1019 | 2024-11-25T18:45:52.692Z | Downloaded sha3 v0.10.8 |
1020 | 2024-11-25T18:45:52.692Z | Downloaded winnow v0.5.40 |
1021 | 2024-11-25T18:45:52.692Z | Downloaded tracing-core v0.1.32 |
1022 | 2024-11-25T18:45:52.692Z | Downloaded heapless v0.7.17 |
1023 | 2024-11-25T18:45:52.692Z | Downloaded num-bigint v0.4.6 |
1024 | 2024-11-25T18:45:52.692Z | Downloaded sct v0.7.1 |
1025 | 2024-11-25T18:45:52.692Z | Downloaded russh-keys v0.45.0 |
1026 | 2024-11-25T18:45:52.692Z | Downloaded omicron-zone-package v0.11.1 |
1027 | 2024-11-25T18:45:52.692Z | Downloaded unicode-bidi v0.3.17 |
1028 | 2024-11-25T18:45:52.692Z | Downloaded tungstenite v0.21.0 |
1029 | 2024-11-25T18:45:52.692Z | Downloaded rcgen v0.12.1 |
1030 | 2024-11-25T18:45:52.692Z | Downloaded zone v0.1.8 |
1031 | 2024-11-25T18:45:52.692Z | Downloaded tracing-attributes v0.1.27 |
1032 | 2024-11-25T18:45:52.692Z | Downloaded native-tls v0.2.12 |
1033 | 2024-11-25T18:45:52.692Z | Downloaded zerocopy-derive v0.8.10 |
1034 | 2024-11-25T18:45:52.692Z | Downloaded tungstenite v0.23.0 |
1035 | 2024-11-25T18:45:52.693Z | Downloaded serde_yaml v0.9.34+deprecated |
1036 | 2024-11-25T18:45:52.693Z | Downloaded password-hash v0.5.0 |
1037 | 2024-11-25T18:45:52.693Z | Downloaded pkcs1 v0.7.5 |
1038 | 2024-11-25T18:45:52.693Z | Downloaded zerovec v0.10.4 |
1039 | 2024-11-25T18:45:52.693Z | Downloaded ed25519 v2.2.3 |
1040 | 2024-11-25T18:45:52.693Z | Downloaded powerfmt v0.2.0 |
1041 | 2024-11-25T18:45:52.693Z | Downloaded polyval v0.6.2 |
1042 | 2024-11-25T18:45:52.693Z | Downloaded pin-utils v0.1.0 |
1043 | 2024-11-25T18:45:52.693Z | Downloaded futures-task v0.3.31 |
1044 | 2024-11-25T18:45:52.693Z | Downloaded dunce v1.0.5 |
1045 | 2024-11-25T18:45:52.693Z | Downloaded diesel-dtrace v0.3.0 |
1046 | 2024-11-25T18:45:52.693Z | Downloaded steno v0.4.1 |
1047 | 2024-11-25T18:45:52.693Z | Downloaded tokio-util v0.7.12 |
1048 | 2024-11-25T18:45:52.693Z | Downloaded postgres-protocol v0.6.7 |
1049 | 2024-11-25T18:45:52.693Z | Downloaded postcard v1.0.10 |
1050 | 2024-11-25T18:45:52.693Z | Downloaded hashbrown v0.13.2 |
1051 | 2024-11-25T18:45:52.693Z | Downloaded itertools v0.10.5 |
1052 | 2024-11-25T18:45:52.693Z | Downloaded encoding_rs v0.8.34 |
1053 | 2024-11-25T18:45:52.693Z | Downloaded debug-ignore v1.0.5 |
1054 | 2024-11-25T18:45:52.693Z | Downloaded value-bag v1.9.0 |
1055 | 2024-11-25T18:45:52.694Z | Downloaded strum_macros v0.26.4 |
1056 | 2024-11-25T18:45:52.694Z | Downloaded hashbrown v0.12.3 |
1057 | 2024-11-25T18:45:52.694Z | Downloaded mio v1.0.2 |
1058 | 2024-11-25T18:45:52.694Z | Downloaded libxml v0.3.3 |
1059 | 2024-11-25T18:45:52.694Z | Downloaded libm v0.2.8 |
1060 | 2024-11-25T18:45:52.694Z | Downloaded enum-as-inner v0.5.1 |
1061 | 2024-11-25T18:45:52.694Z | Downloaded socket2 v0.5.7 |
1062 | 2024-11-25T18:45:52.694Z | Downloaded wyz v0.5.1 |
1063 | 2024-11-25T18:45:52.694Z | Downloaded toml_edit v0.19.15 |
1064 | 2024-11-25T18:45:52.694Z | Downloaded qorb v0.2.0 |
1065 | 2024-11-25T18:45:52.694Z | Downloaded minimal-lexical v0.2.1 |
1066 | 2024-11-25T18:45:52.694Z | Downloaded futures-sink v0.3.31 |
1067 | 2024-11-25T18:45:52.694Z | Downloaded fragile v2.0.0 |
1068 | 2024-11-25T18:45:52.694Z | Downloaded flagset v0.4.6 |
1069 | 2024-11-25T18:45:52.694Z | Downloaded display-error-chain v0.2.2 |
1070 | 2024-11-25T18:45:52.694Z | Downloaded dirs-sys-next v0.1.2 |
1071 | 2024-11-25T18:45:52.694Z | Downloaded difflib v0.4.0 |
1072 | 2024-11-25T18:45:52.694Z | Downloaded poly1305 v0.8.0 |
1073 | 2024-11-25T18:45:52.694Z | Downloaded filetime v0.2.25 |
1074 | 2024-11-25T18:45:52.694Z | Downloaded pkg-config v0.3.31 |
1075 | 2024-11-25T18:45:52.694Z | Downloaded pkcs8 v0.10.2 |
1076 | 2024-11-25T18:45:52.694Z | Downloaded uuid v1.11.0 |
1077 | 2024-11-25T18:45:52.694Z | Downloaded stable_deref_trait v1.2.0 |
1078 | 2024-11-25T18:45:52.694Z | Downloaded unicode_categories v0.1.1 |
1079 | 2024-11-25T18:45:52.694Z | Downloaded parking_lot v0.11.2 |
1080 | 2024-11-25T18:45:52.694Z | Downloaded num-rational v0.4.2 |
1081 | 2024-11-25T18:45:52.694Z | Downloaded futures-channel v0.3.31 |
1082 | 2024-11-25T18:45:52.694Z | Downloaded fs_extra v1.3.0 |
1083 | 2024-11-25T18:45:52.694Z | Downloaded which v4.4.2 |
1084 | 2024-11-25T18:45:52.694Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1085 | 2024-11-25T18:45:52.695Z | Downloaded utf8_iter v1.0.4 |
1086 | 2024-11-25T18:45:52.695Z | Downloaded tokio-macros v2.4.0 |
1087 | 2024-11-25T18:45:52.695Z | Downloaded tls_codec_derive v0.4.1 |
1088 | 2024-11-25T18:45:52.695Z | Downloaded tls_codec v0.4.1 |
1089 | 2024-11-25T18:45:52.707Z | Downloaded thread_local v1.1.8 |
1090 | 2024-11-25T18:45:52.707Z | Downloaded thiserror-no-std v2.0.2 |
1091 | 2024-11-25T18:45:52.707Z | Downloaded displaydoc v0.2.5 |
1092 | 2024-11-25T18:45:52.707Z | Downloaded derive_builder_core v0.20.2 |
1093 | 2024-11-25T18:45:52.707Z | Downloaded time-macros v0.2.18 |
1094 | 2024-11-25T18:45:52.707Z | Downloaded slog-bunyan v2.5.0 |
1095 | 2024-11-25T18:45:52.707Z | Downloaded shlex v1.3.0 |
1096 | 2024-11-25T18:45:52.707Z | Downloaded shell-words v1.1.0 |
1097 | 2024-11-25T18:45:52.707Z | Downloaded salsa20 v0.10.2 |
1098 | 2024-11-25T18:45:52.707Z | Downloaded rusty-fork v0.3.0 |
1099 | 2024-11-25T18:45:52.707Z | Downloaded rustversion v1.0.17 |
1100 | 2024-11-25T18:45:52.707Z | Downloaded getrandom v0.2.15 |
1101 | 2024-11-25T18:45:52.707Z | Downloaded mockall_derive v0.13.0 |
1102 | 2024-11-25T18:45:52.707Z | Downloaded indexmap v1.9.3 |
1103 | 2024-11-25T18:45:52.707Z | Downloaded compact_str v0.8.0 |
1104 | 2024-11-25T18:45:52.707Z | Downloaded phf v0.11.2 |
1105 | 2024-11-25T18:45:52.707Z | Downloaded chacha20poly1305 v0.10.1 |
1106 | 2024-11-25T18:45:52.707Z | Downloaded futures-macro v0.3.31 |
1107 | 2024-11-25T18:45:52.707Z | Downloaded funty v2.0.0 |
1108 | 2024-11-25T18:45:52.707Z | Downloaded miniz_oxide v0.8.0 |
1109 | 2024-11-25T18:45:52.707Z | Downloaded tokio-tungstenite v0.21.0 |
1110 | 2024-11-25T18:45:52.707Z | Downloaded progenitor-impl v0.8.0 |
1111 | 2024-11-25T18:45:52.707Z | Downloaded base64 v0.13.1 |
1112 | 2024-11-25T18:45:52.707Z | Downloaded fd-lock v4.0.2 |
1113 | 2024-11-25T18:45:52.707Z | Downloaded smallvec v1.13.2 |
1114 | 2024-11-25T18:45:52.707Z | Downloaded memmap2 v0.9.5 |
1115 | 2024-11-25T18:45:52.707Z | Downloaded lru v0.12.5 |
1116 | 2024-11-25T18:45:52.707Z | Downloaded lock_api v0.4.12 |
1117 | 2024-11-25T18:45:52.707Z | Downloaded litemap v0.7.3 |
1118 | 2024-11-25T18:45:52.707Z | Downloaded tabwriter v1.4.0 |
1119 | 2024-11-25T18:45:52.707Z | Downloaded ssh-cipher v0.2.0 |
1120 | 2024-11-25T18:45:52.707Z | Downloaded slog-async v2.8.0 |
1121 | 2024-11-25T18:45:52.707Z | Downloaded scheduled-thread-pool v0.2.7 |
1122 | 2024-11-25T18:45:52.707Z | Downloaded same-file v1.0.6 |
1123 | 2024-11-25T18:45:52.707Z | Downloaded indent_write v2.2.0 |
1124 | 2024-11-25T18:45:52.707Z | Downloaded backoff v0.4.0 |
1125 | 2024-11-25T18:45:52.707Z | Downloaded vte_generate_state_changes v0.1.2 |
1126 | 2024-11-25T18:45:52.708Z | Downloaded structmeta v0.2.0 |
1127 | 2024-11-25T18:45:52.708Z | Downloaded strip-ansi-escapes v0.2.0 |
1128 | 2024-11-25T18:45:52.708Z | Downloaded serde_repr v0.1.19 |
1129 | 2024-11-25T18:45:52.708Z | Downloaded rustfmt-wrapper v0.2.1 |
1130 | 2024-11-25T18:45:52.708Z | Downloaded rustc_version v0.4.1 |
1131 | 2024-11-25T18:45:52.708Z | Downloaded rustc_version v0.1.7 |
1132 | 2024-11-25T18:45:52.708Z | Downloaded rand_chacha v0.3.1 |
1133 | 2024-11-25T18:45:52.708Z | Downloaded maybe-uninit v2.0.0 |
1134 | 2024-11-25T18:45:52.708Z | Downloaded ipnet v2.10.1 |
1135 | 2024-11-25T18:45:52.708Z | Downloaded icu_locid v1.5.0 |
1136 | 2024-11-25T18:45:52.708Z | Downloaded iana-time-zone v0.1.61 |
1137 | 2024-11-25T18:45:52.708Z | Downloaded bitflags v1.3.2 |
1138 | 2024-11-25T18:45:52.708Z | Downloaded base64ct v1.6.0 |
1139 | 2024-11-25T18:45:52.708Z | Downloaded linked-hash-map v0.5.6 |
1140 | 2024-11-25T18:45:52.708Z | Downloaded libefi-sys v0.1.0 |
1141 | 2024-11-25T18:45:52.708Z | Downloaded keccak v0.1.5 |
1142 | 2024-11-25T18:45:52.708Z | Downloaded impl-trait-for-tuples v0.2.2 |
1143 | 2024-11-25T18:45:52.708Z | Downloaded kstat-rs v0.2.4 |
1144 | 2024-11-25T18:45:52.708Z | Downloaded ipnetwork v0.20.0 |
1145 | 2024-11-25T18:45:52.708Z | Downloaded internet-checksum v0.2.1 |
1146 | 2024-11-25T18:45:52.708Z | Downloaded colored v2.1.0 |
1147 | 2024-11-25T18:45:52.708Z | Downloaded cobs v0.2.3 |
1148 | 2024-11-25T18:45:52.708Z | Downloaded cexpr v0.6.0 |
1149 | 2024-11-25T18:45:52.708Z | Downloaded bitfield v0.14.0 |
1150 | 2024-11-25T18:45:52.708Z | Downloaded blowfish v0.9.1 |
1151 | 2024-11-25T18:45:52.708Z | Downloaded async-stream v0.3.6 |
1152 | 2024-11-25T18:45:52.708Z | Downloaded ascii-canvas v3.0.0 |
1153 | 2024-11-25T18:45:52.708Z | Downloaded aes-gcm v0.10.3 |
1154 | 2024-11-25T18:45:52.708Z | Downloaded aes v0.8.4 |
1155 | 2024-11-25T18:45:52.708Z | Downloaded hex-literal v0.4.1 |
1156 | 2024-11-25T18:45:52.708Z | Downloaded ahash v0.8.11 |
1157 | 2024-11-25T18:45:52.708Z | Downloaded adler2 v2.0.0 |
1158 | 2024-11-25T18:45:52.708Z | Downloaded libsqlite3-sys v0.30.1 |
1159 | 2024-11-25T18:45:52.945Z | Downloaded ring v0.17.8 |
1160 | 2024-11-25T18:45:53.131Z | Downloaded ring v0.16.20 |
1161 | 2024-11-25T18:45:53.394Z | Downloaded aws-lc-sys v0.22.0 |
1162 | 2024-11-25T18:45:53.699Z | Compiling serde v1.0.215 |
1163 | 2024-11-25T18:45:53.702Z | Compiling lock_api v0.4.12 |
1164 | 2024-11-25T18:45:53.702Z | Compiling scopeguard v1.2.0 |
1165 | 2024-11-25T18:45:53.702Z | Compiling value-bag v1.9.0 |
1166 | 2024-11-25T18:45:53.702Z | Compiling typenum v1.17.0 |
1167 | 2024-11-25T18:45:53.702Z | Compiling generic-array v0.14.7 |
1168 | 2024-11-25T18:45:53.896Z | Compiling syn v2.0.87 |
1169 | 2024-11-25T18:45:53.912Z | Compiling getrandom v0.2.15 |
1170 | 2024-11-25T18:45:53.971Z | Compiling subtle v2.6.1 |
1171 | 2024-11-25T18:45:54.210Z | Compiling rand_core v0.6.4 |
1172 | 2024-11-25T18:45:54.301Z | Compiling log v0.4.22 |
1173 | 2024-11-25T18:45:54.371Z | Compiling shlex v1.3.0 |
1174 | 2024-11-25T18:45:54.406Z | Compiling jobserver v0.1.32 |
1175 | 2024-11-25T18:45:54.438Z | Compiling const-oid v0.9.6 |
1176 | 2024-11-25T18:45:54.737Z | Compiling smallvec v1.13.2 |
1177 | 2024-11-25T18:45:54.762Z | Compiling spin v0.9.8 |
1178 | 2024-11-25T18:45:54.810Z | Compiling cc v1.1.30 |
1179 | 2024-11-25T18:45:55.276Z | Compiling pin-project-lite v0.2.14 |
1180 | 2024-11-25T18:45:55.296Z | Compiling rustix v0.38.37 |
1181 | 2024-11-25T18:45:55.366Z | Compiling parking_lot_core v0.9.10 |
1182 | 2024-11-25T18:45:55.416Z | Compiling futures-core v0.3.31 |
1183 | 2024-11-25T18:45:55.525Z | Compiling signal-hook-registry v1.4.2 |
1184 | 2024-11-25T18:45:55.679Z | Compiling mio v1.0.2 |
1185 | 2024-11-25T18:45:56.224Z | Compiling aho-corasick v1.1.3 |
1186 | 2024-11-25T18:45:56.452Z | Compiling parking_lot v0.12.3 |
1187 | 2024-11-25T18:45:56.542Z | Compiling cpufeatures v0.2.14 |
1188 | 2024-11-25T18:45:56.654Z | Compiling regex-syntax v0.8.5 |
1189 | 2024-11-25T18:45:56.720Z | Compiling either v1.13.0 |
1190 | 2024-11-25T18:45:56.755Z | Compiling lazy_static v1.5.0 |
1191 | 2024-11-25T18:45:56.887Z | Compiling stable_deref_trait v1.2.0 |
1192 | 2024-11-25T18:45:56.968Z | Compiling glob v0.3.1 |
1193 | 2024-11-25T18:45:57.006Z | Compiling futures-sink v0.3.31 |
1194 | 2024-11-25T18:45:57.141Z | Compiling socket2 v0.5.7 |
1195 | 2024-11-25T18:45:57.172Z | Compiling slab v0.4.9 |
1196 | 2024-11-25T18:45:57.443Z | Compiling prettyplease v0.2.25 |
1197 | 2024-11-25T18:45:57.639Z | Compiling minimal-lexical v0.2.1 |
1198 | 2024-11-25T18:45:58.022Z | Compiling clang-sys v1.8.1 |
1199 | 2024-11-25T18:45:58.117Z | Compiling nom v7.1.3 |
1200 | 2024-11-25T18:45:58.201Z | Compiling libloading v0.8.5 |
1201 | 2024-11-25T18:45:58.222Z | Compiling bindgen v0.69.5 |
1202 | 2024-11-25T18:45:58.658Z | Compiling home v0.5.9 |
1203 | 2024-11-25T18:45:58.787Z | Compiling serde_json v1.0.132 |
1204 | 2024-11-25T18:45:59.075Z | Compiling futures-channel v0.3.31 |
1205 | 2024-11-25T18:45:59.193Z | Compiling itertools v0.12.1 |
1206 | 2024-11-25T18:45:59.482Z | Compiling futures-io v0.3.31 |
1207 | 2024-11-25T18:45:59.566Z | Compiling allocator-api2 v0.2.18 |
1208 | 2024-11-25T18:45:59.811Z | Compiling lazycell v1.3.0 |
1209 | 2024-11-25T18:46:00.020Z | Compiling pin-utils v0.1.0 |
1210 | 2024-11-25T18:46:00.124Z | Compiling rustc-hash v1.1.0 |
1211 | 2024-11-25T18:46:00.285Z | Compiling futures-task v0.3.31 |
1212 | 2024-11-25T18:46:00.433Z | Compiling regex-automata v0.4.8 |
1213 | 2024-11-25T18:46:00.610Z | Compiling foldhash v0.1.3 |
1214 | 2024-11-25T18:46:00.914Z | Compiling hashbrown v0.15.0 |
1215 | 2024-11-25T18:46:02.001Z | Compiling synstructure v0.13.1 |
1216 | 2024-11-25T18:46:02.309Z | Compiling cexpr v0.6.0 |
1217 | 2024-11-25T18:46:02.357Z | Compiling cmake v0.1.51 |
1218 | 2024-11-25T18:46:03.412Z | Compiling fs_extra v1.3.0 |
1219 | 2024-11-25T18:46:03.558Z | Compiling libm v0.2.8 |
1220 | 2024-11-25T18:46:03.741Z | Compiling tinyvec_macros v0.1.1 |
1221 | 2024-11-25T18:46:03.840Z | Compiling pkg-config v0.3.31 |
1222 | 2024-11-25T18:46:03.895Z | Compiling dunce v1.0.5 |
1223 | 2024-11-25T18:46:04.016Z | Compiling tinyvec v1.8.0 |
1224 | 2024-11-25T18:46:04.036Z | Compiling num-traits v0.2.19 |
1225 | 2024-11-25T18:46:04.559Z | Compiling ring v0.17.8 |
1226 | 2024-11-25T18:46:05.307Z | Compiling base64ct v1.6.0 |
1227 | 2024-11-25T18:46:05.423Z | Compiling writeable v0.5.5 |
1228 | 2024-11-25T18:46:05.566Z | Compiling unicode-normalization v0.1.24 |
1229 | 2024-11-25T18:46:05.618Z | Compiling paste v1.0.15 |
1230 | 2024-11-25T18:46:05.762Z | Compiling unicode-bidi v0.3.17 |
1231 | 2024-11-25T18:46:05.905Z | Compiling litemap v0.7.3 |
1232 | 2024-11-25T18:46:05.995Z | Compiling regex v1.11.1 |
1233 | 2024-11-25T18:46:06.283Z | Compiling pem-rfc7468 v0.7.0 |
1234 | 2024-11-25T18:46:07.005Z | Compiling flagset v0.4.6 |
1235 | 2024-11-25T18:46:07.070Z | Compiling httparse v1.9.5 |
1236 | 2024-11-25T18:46:07.160Z | Compiling aws-lc-rs v1.10.0 |
1237 | 2024-11-25T18:46:07.601Z | Compiling tracing-core v0.1.32 |
1238 | 2024-11-25T18:46:07.884Z | Compiling percent-encoding v2.3.1 |
1239 | 2024-11-25T18:46:08.252Z | Compiling rustls-pki-types v1.9.0 |
1240 | 2024-11-25T18:46:08.369Z | Compiling crossbeam-utils v0.8.20 |
1241 | 2024-11-25T18:46:08.664Z | Compiling icu_locid_transform_data v1.5.0 |
1242 | 2024-11-25T18:46:08.906Z | Compiling mirai-annotations v1.12.0 |
1243 | 2024-11-25T18:46:08.998Z | Compiling powerfmt v0.2.0 |
1244 | 2024-11-25T18:46:09.045Z | Compiling serde_derive v1.0.215 |
1245 | 2024-11-25T18:46:09.104Z | Compiling zeroize_derive v1.4.2 |
1246 | 2024-11-25T18:46:09.316Z | Compiling zerocopy-derive v0.7.35 |
1247 | 2024-11-25T18:46:09.401Z | Compiling tokio-macros v2.4.0 |
1248 | 2024-11-25T18:46:09.475Z | Compiling zerofrom-derive v0.1.4 |
1249 | 2024-11-25T18:46:10.708Z | Compiling zeroize v1.8.1 |
1250 | 2024-11-25T18:46:11.086Z | Compiling yoke-derive v0.7.4 |
1251 | 2024-11-25T18:46:11.301Z | Compiling thiserror-impl v1.0.69 |
1252 | 2024-11-25T18:46:11.715Z | Compiling zerocopy v0.7.35 |
1253 | 2024-11-25T18:46:12.379Z | Compiling crypto-common v0.1.6 |
1254 | 2024-11-25T18:46:12.452Z | Compiling block-buffer v0.10.4 |
1255 | 2024-11-25T18:46:12.634Z | Compiling zerovec-derive v0.10.3 |
1256 | 2024-11-25T18:46:12.735Z | Compiling digest v0.10.7 |
1257 | 2024-11-25T18:46:13.255Z | Compiling hmac v0.12.1 |
1258 | 2024-11-25T18:46:13.338Z | Compiling futures-macro v0.3.31 |
1259 | 2024-11-25T18:46:13.368Z | Compiling block-padding v0.3.3 |
1260 | 2024-11-25T18:46:13.499Z | Compiling displaydoc v0.2.5 |
1261 | 2024-11-25T18:46:13.629Z | Compiling inout v0.1.3 |
1262 | 2024-11-25T18:46:13.740Z | Compiling zerofrom v0.1.4 |
1263 | 2024-11-25T18:46:13.908Z | Compiling cipher v0.4.4 |
1264 | 2024-11-25T18:46:13.975Z | Compiling sha2 v0.10.8 |
1265 | 2024-11-25T18:46:14.122Z | Compiling yoke v0.7.4 |
1266 | 2024-11-25T18:46:14.449Z | Compiling ppv-lite86 v0.2.20 |
1267 | 2024-11-25T18:46:14.510Z | Compiling icu_provider_macros v1.5.0 |
1268 | 2024-11-25T18:46:14.803Z | Compiling thiserror v1.0.69 |
1269 | 2024-11-25T18:46:14.941Z | Compiling der_derive v0.7.3 |
1270 | 2024-11-25T18:46:15.339Z | Compiling rand_chacha v0.3.1 |
1271 | 2024-11-25T18:46:15.362Z | Compiling tracing-attributes v0.1.27 |
1272 | 2024-11-25T18:46:15.406Z | Compiling futures-util v0.3.31 |
1273 | 2024-11-25T18:46:15.501Z | Compiling zerovec v0.10.4 |
1274 | 2024-11-25T18:46:15.770Z | Compiling pest v2.7.14 |
1275 | 2024-11-25T18:46:17.564Z | Compiling tinystr v0.7.6 |
1276 | 2024-11-25T18:46:17.684Z | Compiling der v0.7.9 |
1277 | 2024-11-25T18:46:17.791Z | Compiling icu_collections v1.5.0 |
1278 | 2024-11-25T18:46:17.812Z | Compiling rand v0.8.5 |
1279 | 2024-11-25T18:46:18.019Z | Compiling icu_locid v1.5.0 |
1280 | 2024-11-25T18:46:18.860Z | Compiling salsa20 v0.10.2 |
1281 | 2024-11-25T18:46:19.078Z | Compiling pbkdf2 v0.12.2 |
1282 | 2024-11-25T18:46:19.262Z | Compiling icu_provider v1.5.0 |
1283 | 2024-11-25T18:46:19.283Z | Compiling tracing v0.1.40 |
1284 | 2024-11-25T18:46:19.341Z | Compiling vcpkg v0.2.15 |
1285 | 2024-11-25T18:46:19.821Z | Compiling spki v0.7.3 |
1286 | 2024-11-25T18:46:19.949Z | Compiling num-conv v0.1.0 |
1287 | 2024-11-25T18:46:20.269Z | Compiling icu_locid_transform v1.5.0 |
1288 | 2024-11-25T18:46:20.288Z | Compiling untrusted v0.7.1 |
1289 | 2024-11-25T18:46:20.441Z | Compiling time-core v0.1.2 |
1290 | 2024-11-25T18:46:20.466Z | Compiling icu_properties_data v1.5.0 |
1291 | 2024-11-25T18:46:20.523Z | Compiling untrusted v0.9.0 |
1292 | 2024-11-25T18:46:20.623Z | Compiling time-macros v0.2.18 |
1293 | 2024-11-25T18:46:20.738Z | Compiling scrypt v0.11.0 |
1294 | 2024-11-25T18:46:21.159Z | Compiling pest_meta v2.7.14 |
1295 | 2024-11-25T18:46:21.331Z | Compiling cbc v0.1.2 |
1296 | 2024-11-25T18:46:21.581Z | Compiling icu_properties v1.5.1 |
1297 | 2024-11-25T18:46:21.694Z | Compiling openssl-sys v0.9.103 |
1298 | 2024-11-25T18:46:21.781Z | Compiling aes v0.8.4 |
1299 | 2024-11-25T18:46:22.790Z | Compiling deranged v0.3.11 |
1300 | 2024-11-25T18:46:23.071Z | Compiling scroll_derive v0.12.0 |
1301 | 2024-11-25T18:46:23.901Z | Compiling bitflags v2.6.0 |
1302 | 2024-11-25T18:46:24.039Z | Compiling bytes v1.8.0 |
1303 | 2024-11-25T18:46:24.564Z | Compiling indexmap v2.6.0 |
1304 | 2024-11-25T18:46:24.686Z | Compiling semver v1.0.23 |
1305 | 2024-11-25T18:46:25.387Z | Compiling tokio v1.40.0 |
1306 | 2024-11-25T18:46:25.494Z | Compiling http v1.1.0 |
1307 | 2024-11-25T18:46:26.063Z | Compiling rustc_version v0.4.1 |
1308 | 2024-11-25T18:46:26.131Z | Compiling utf16_iter v1.0.5 |
1309 | 2024-11-25T18:46:26.341Z | Compiling utf8_iter v1.0.4 |
1310 | 2024-11-25T18:46:26.387Z | Compiling atomic-waker v1.1.2 |
1311 | 2024-11-25T18:46:26.548Z | Compiling write16 v1.0.0 |
1312 | 2024-11-25T18:46:26.577Z | Compiling icu_normalizer_data v1.5.0 |
1313 | 2024-11-25T18:46:26.594Z | Compiling num_threads v0.1.7 |
1314 | 2024-11-25T18:46:26.686Z | Compiling time v0.3.36 |
1315 | 2024-11-25T18:46:26.689Z | Compiling icu_normalizer v1.5.0 |
1316 | 2024-11-25T18:46:26.729Z | Compiling scroll v0.12.0 |
1317 | 2024-11-25T18:46:27.083Z | Compiling http-body v1.0.1 |
1318 | 2024-11-25T18:46:27.289Z | Compiling pkcs5 v0.7.1 |
1319 | 2024-11-25T18:46:27.322Z | Compiling pest_generator v2.7.14 |
1320 | 2024-11-25T18:46:27.902Z | Compiling form_urlencoded v1.2.1 |
1321 | 2024-11-25T18:46:27.971Z | Compiling try-lock v0.2.5 |
1322 | 2024-11-25T18:46:28.129Z | Compiling slog v2.7.0 |
1323 | 2024-11-25T18:46:28.231Z | Compiling goblin v0.8.2 |
1324 | 2024-11-25T18:46:28.520Z | Compiling which v4.4.2 |
1325 | 2024-11-25T18:46:28.740Z | Compiling want v0.3.1 |
1326 | 2024-11-25T18:46:28.770Z | Compiling pkcs8 v0.10.2 |
1327 | 2024-11-25T18:46:29.163Z | Compiling idna_adapter v1.2.0 |
1328 | 2024-11-25T18:46:29.404Z | Compiling httpdate v1.0.3 |
1329 | 2024-11-25T18:46:29.424Z | Compiling pest_derive v2.7.14 |
1330 | 2024-11-25T18:46:29.541Z | Compiling idna v1.0.3 |
1331 | 2024-11-25T18:46:29.897Z | Compiling serde_tokenstream v0.2.2 |
1332 | 2024-11-25T18:46:30.265Z | Compiling dtrace-parser v0.2.0 |
1333 | 2024-11-25T18:46:30.573Z | Compiling serde_spanned v0.6.8 |
1334 | 2024-11-25T18:46:30.747Z | Compiling uuid v1.11.0 |
1335 | 2024-11-25T18:46:30.807Z | Compiling toml_datetime v0.6.8 |
1336 | 2024-11-25T18:46:31.346Z | Compiling foreign-types-shared v0.1.1 |
1337 | 2024-11-25T18:46:31.433Z | Compiling rustversion v1.0.17 |
1338 | 2024-11-25T18:46:31.463Z | Compiling iana-time-zone v0.1.61 |
1339 | 2024-11-25T18:46:31.945Z | Compiling base64 v0.22.1 |
1340 | 2024-11-25T18:46:32.128Z | Compiling openssl v0.10.66 |
1341 | 2024-11-25T18:46:32.175Z | Compiling adler2 v2.0.0 |
1342 | 2024-11-25T18:46:32.198Z | Compiling tower-service v0.3.3 |
1343 | 2024-11-25T18:46:32.329Z | Compiling match_cfg v0.1.0 |
1344 | 2024-11-25T18:46:32.394Z | Compiling miniz_oxide v0.8.0 |
1345 | 2024-11-25T18:46:32.430Z | Compiling hostname v0.3.1 |
1346 | 2024-11-25T18:46:32.571Z | Compiling chrono v0.4.38 |
1347 | 2024-11-25T18:46:32.592Z | Compiling foreign-types v0.3.2 |
1348 | 2024-11-25T18:46:32.688Z | Compiling url v2.5.3 |
1349 | 2024-11-25T18:46:32.710Z | Compiling openssl-macros v0.1.1 |
1350 | 2024-11-25T18:46:33.469Z | Compiling async-trait v0.1.83 |
1351 | 2024-11-25T18:46:33.937Z | Compiling tokio-util v0.7.12 |
1352 | 2024-11-25T18:46:34.143Z | Compiling dof v0.3.0 |
1353 | 2024-11-25T18:46:34.778Z | Compiling dirs-sys-next v0.1.2 |
1354 | 2024-11-25T18:46:35.443Z | Compiling h2 v0.4.6 |
1355 | 2024-11-25T18:46:35.483Z | Compiling usdt-impl v0.5.0 |
1356 | 2024-11-25T18:46:36.289Z | Compiling syn v1.0.109 |
1357 | 2024-11-25T18:46:36.407Z | Compiling rustls v0.22.4 |
1358 | 2024-11-25T18:46:36.429Z | Compiling rustls v0.23.14 |
1359 | 2024-11-25T18:46:36.672Z | Compiling siphasher v0.3.11 |
1360 | 2024-11-25T18:46:36.692Z | Compiling native-tls v0.2.12 |
1361 | 2024-11-25T18:46:36.934Z | Compiling data-encoding v2.6.0 |
1362 | 2024-11-25T18:46:37.102Z | Compiling dirs-next v2.0.0 |
1363 | 2024-11-25T18:46:37.307Z | Compiling http-body-util v0.1.2 |
1364 | 2024-11-25T18:46:37.867Z | Compiling heapless v0.7.17 |
1365 | 2024-11-25T18:46:38.314Z | Compiling crossbeam-epoch v0.9.18 |
1366 | 2024-11-25T18:46:38.554Z | Compiling signature v2.2.0 |
1367 | 2024-11-25T18:46:38.736Z | Compiling sha1 v0.10.6 |
1368 | 2024-11-25T18:46:38.858Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1369 | 2024-11-25T18:46:39.094Z | Compiling serde_derive_internals v0.29.1 |
1370 | 2024-11-25T18:46:39.162Z | Compiling thread_local v1.1.8 |
1371 | 2024-11-25T18:46:39.338Z | Compiling cookie v0.18.1 |
1372 | 2024-11-25T18:46:39.383Z | Compiling encoding_rs v0.8.34 |
1373 | 2024-11-25T18:46:39.636Z | Compiling multer v3.1.0 |
1374 | 2024-11-25T18:46:39.743Z | Compiling signal-hook v0.3.17 |
1375 | 2024-11-25T18:46:39.910Z | Compiling slog-async v2.8.0 |
1376 | 2024-11-25T18:46:40.077Z | Compiling unicode-properties v0.1.3 |
1377 | 2024-11-25T18:46:40.492Z | Compiling gimli v0.31.1 |
1378 | 2024-11-25T18:46:40.514Z | Compiling schemars v0.8.21 |
1379 | 2024-11-25T18:46:40.852Z | Compiling mime v0.3.17 |
1380 | 2024-11-25T18:46:41.308Z | Compiling ipnet v2.10.1 |
1381 | 2024-11-25T18:46:41.456Z | Compiling rayon-core v1.12.1 |
1382 | 2024-11-25T18:46:41.730Z | Compiling openssl-probe v0.1.5 |
1383 | 2024-11-25T18:46:42.004Z | Compiling schemars_derive v0.8.21 |
1384 | 2024-11-25T18:46:42.157Z | Compiling toml_edit v0.22.22 |
1385 | 2024-11-25T18:46:42.606Z | Compiling hyper v1.5.0 |
1386 | 2024-11-25T18:46:44.641Z | Compiling stringprep v0.1.5 |
1387 | 2024-11-25T18:46:45.474Z | Compiling hyper-util v0.1.10 |
1388 | 2024-11-25T18:46:46.052Z | Compiling addr2line v0.24.2 |
1389 | 2024-11-25T18:46:46.115Z | Compiling crossbeam-deque v0.8.5 |
1390 | 2024-11-25T18:46:46.134Z | Compiling usdt-macro v0.5.0 |
1391 | 2024-11-25T18:46:46.465Z | Compiling usdt-attr-macro v0.5.0 |
1392 | 2024-11-25T18:46:46.638Z | Compiling term v0.7.0 |
1393 | 2024-11-25T18:46:47.519Z | Compiling slog-json v2.6.1 |
1394 | 2024-11-25T18:46:47.607Z | Compiling serde_urlencoded v0.7.1 |
1395 | 2024-11-25T18:46:47.923Z | Compiling curve25519-dalek v4.1.3 |
1396 | 2024-11-25T18:46:48.062Z | Compiling crossbeam-channel v0.5.13 |
1397 | 2024-11-25T18:46:48.111Z | Compiling futures-executor v0.3.31 |
1398 | 2024-11-25T18:46:48.156Z | Compiling enum-as-inner v0.6.1 |
1399 | 2024-11-25T18:46:48.557Z | Compiling md-5 v0.10.6 |
1400 | 2024-11-25T18:46:48.579Z | Compiling async-stream-impl v0.3.6 |
1401 | 2024-11-25T18:46:48.701Z | Compiling rustls-pemfile v2.2.0 |
1402 | 2024-11-25T18:46:48.843Z | Compiling num-integer v0.1.46 |
1403 | 2024-11-25T18:46:49.056Z | Compiling idna v0.3.0 |
1404 | 2024-11-25T18:46:49.247Z | Compiling idna v0.4.0 |
1405 | 2024-11-25T18:46:49.286Z | Compiling hash32 v0.2.1 |
1406 | 2024-11-25T18:46:49.661Z | Compiling ff v0.13.0 |
1407 | 2024-11-25T18:46:49.682Z | Compiling is-terminal v0.4.13 |
1408 | 2024-11-25T18:46:49.815Z | Compiling object v0.36.5 |
1409 | 2024-11-25T18:46:49.887Z | Compiling dropshot v0.12.0 |
1410 | 2024-11-25T18:46:49.944Z | Compiling portable-atomic v1.9.0 |
1411 | 2024-11-25T18:46:50.232Z | Compiling num-bigint-dig v0.8.4 |
1412 | 2024-11-25T18:46:50.532Z | Compiling anyhow v1.0.93 |
1413 | 2024-11-25T18:46:50.793Z | Compiling take_mut v0.2.2 |
1414 | 2024-11-25T18:46:50.839Z | Compiling quick-error v1.2.3 |
1415 | 2024-11-25T18:46:50.957Z | Compiling smoltcp v0.9.1 |
1416 | 2024-11-25T18:46:50.993Z | Compiling psl-types v2.0.11 |
1417 | 2024-11-25T18:46:51.042Z | Compiling base16ct v0.2.0 |
1418 | 2024-11-25T18:46:51.059Z | Compiling dyn-clone v1.0.17 |
1419 | 2024-11-25T18:46:51.156Z | Compiling utf-8 v0.7.6 |
1420 | 2024-11-25T18:46:51.192Z | Compiling fallible-iterator v0.2.0 |
1421 | 2024-11-25T18:46:51.271Z | Compiling linked-hash-map v0.5.6 |
1422 | 2024-11-25T18:46:51.384Z | Compiling rustc-demangle v0.1.24 |
1423 | 2024-11-25T18:46:51.509Z | Compiling tungstenite v0.24.0 |
1424 | 2024-11-25T18:46:51.651Z | Compiling lru-cache v0.1.2 |
1425 | 2024-11-25T18:46:51.729Z | Compiling sec1 v0.7.3 |
1426 | 2024-11-25T18:46:51.858Z | Compiling postgres-protocol v0.6.7 |
1427 | 2024-11-25T18:46:52.329Z | Compiling publicsuffix v2.2.3 |
1428 | 2024-11-25T18:46:52.685Z | Compiling resolv-conf v0.7.0 |
1429 | 2024-11-25T18:46:53.408Z | Compiling hickory-proto v0.24.1 |
1430 | 2024-11-25T18:46:53.467Z | Compiling async-stream v0.3.6 |
1431 | 2024-11-25T18:46:53.771Z | Compiling group v0.13.0 |
1432 | 2024-11-25T18:46:53.875Z | Compiling usdt v0.5.0 |
1433 | 2024-11-25T18:46:54.003Z | Compiling slog-term v2.9.1 |
1434 | 2024-11-25T18:46:54.383Z | Compiling num-iter v0.1.45 |
1435 | 2024-11-25T18:46:54.695Z | Compiling futures v0.3.31 |
1436 | 2024-11-25T18:46:54.825Z | Compiling slog-bunyan v2.5.0 |
1437 | 2024-11-25T18:46:55.877Z | Compiling camino v1.1.9 |
1438 | 2024-11-25T18:46:57.459Z | Compiling toml v0.8.19 |
1439 | 2024-11-25T18:46:57.461Z | Compiling tokio-native-tls v0.3.1 |
1440 | 2024-11-25T18:46:57.461Z | Compiling phf_shared v0.11.2 |
1441 | 2024-11-25T18:46:57.461Z | Compiling backtrace v0.3.74 |
1442 | 2024-11-25T18:46:57.461Z | Compiling dropshot_endpoint v0.12.0 |
1443 | 2024-11-25T18:46:57.491Z | Compiling terminal_size v0.4.0 |
1444 | 2024-11-25T18:46:57.718Z | Compiling openapiv3 v2.0.0 |
1445 | 2024-11-25T18:46:58.014Z | Compiling waitgroup v0.1.2 |
1446 | 2024-11-25T18:46:58.253Z | Compiling serde_path_to_error v0.1.16 |
1447 | 2024-11-25T18:46:58.273Z | Compiling hkdf v0.12.4 |
1448 | 2024-11-25T18:46:58.526Z | Compiling crypto-bigint v0.5.5 |
1449 | 2024-11-25T18:46:59.136Z | Compiling curve25519-dalek-derive v0.1.1 |
1450 | 2024-11-25T18:47:00.781Z | Compiling zerocopy-derive v0.6.6 |
1451 | 2024-11-25T18:47:01.058Z | Compiling webpki-roots v0.26.6 |
1452 | 2024-11-25T18:47:01.286Z | Compiling idna v0.5.0 |
1453 | 2024-11-25T18:47:01.575Z | Compiling hubpack_derive v0.1.1 |
1454 | 2024-11-25T18:47:02.250Z | Compiling hostname v0.4.0 |
1455 | 2024-11-25T18:47:02.277Z | Compiling ahash v0.8.11 |
1456 | 2024-11-25T18:47:02.521Z | Compiling fs-err v2.11.0 |
1457 | 2024-11-25T18:47:02.521Z | Compiling crc32fast v1.4.2 |
1458 | 2024-11-25T18:47:02.623Z | Compiling debug-ignore v1.0.5 |
1459 | 2024-11-25T18:47:02.774Z | Compiling managed v0.8.0 |
1460 | 2024-11-25T18:47:02.825Z | Compiling bitflags v1.3.2 |
1461 | 2024-11-25T18:47:02.856Z | Compiling winnow v0.5.40 |
1462 | 2024-11-25T18:47:02.936Z | Compiling console v0.15.8 |
1463 | 2024-11-25T18:47:02.939Z | Compiling strum_macros v0.25.3 |
1464 | 2024-11-25T18:47:03.048Z | Compiling zerocopy v0.6.6 |
1465 | 2024-11-25T18:47:04.116Z | Compiling flate2 v1.0.34 |
1466 | 2024-11-25T18:47:04.331Z | Compiling clap_builder v4.5.21 |
1467 | 2024-11-25T18:47:04.667Z | Compiling hubpack v0.1.2 |
1468 | 2024-11-25T18:47:04.808Z | Compiling cookie_store v0.21.0 |
1469 | 2024-11-25T18:47:05.170Z | Compiling elliptic-curve v0.13.8 |
1470 | 2024-11-25T18:47:05.488Z | Compiling hickory-resolver v0.24.1 |
1471 | 2024-11-25T18:47:06.508Z | Compiling toml_edit v0.19.15 |
1472 | 2024-11-25T18:47:06.831Z | Compiling phf v0.11.2 |
1473 | 2024-11-25T18:47:06.959Z | Compiling hyper-tls v0.6.0 |
1474 | 2024-11-25T18:47:07.137Z | Compiling signal-hook-mio v0.2.4 |
1475 | 2024-11-25T18:47:07.228Z | Compiling rayon v1.10.0 |
1476 | 2024-11-25T18:47:07.313Z | Compiling bzip2 v0.4.4 |
1477 | 2024-11-25T18:47:09.183Z | Compiling postgres-types v0.2.8 |
1478 | 2024-11-25T18:47:10.790Z | Compiling tokio-tungstenite v0.24.0 |
1479 | 2024-11-25T18:47:11.342Z | Compiling ed25519 v2.2.3 |
1480 | 2024-11-25T18:47:12.188Z | Compiling phf_shared v0.10.0 |
1481 | 2024-11-25T18:47:12.408Z | Compiling tokio-stream v0.1.16 |
1482 | 2024-11-25T18:47:12.621Z | Compiling pkcs1 v0.7.5 |
1483 | 2024-11-25T18:47:13.288Z | Compiling serde-big-array v0.5.1 |
1484 | 2024-11-25T18:47:13.485Z | Compiling clap_derive v4.5.18 |
1485 | 2024-11-25T18:47:13.531Z | Compiling rfc6979 v0.4.0 |
1486 | 2024-11-25T18:47:13.532Z | Compiling derive-where v1.2.7 |
1487 | 2024-11-25T18:47:13.637Z | Compiling serde_repr v0.1.19 |
1488 | 2024-11-25T18:47:13.721Z | Compiling float-cmp v0.9.0 |
1489 | 2024-11-25T18:47:13.866Z | Compiling bstr v1.10.0 |
1490 | 2024-11-25T18:47:13.948Z | Compiling sync_wrapper v1.0.1 |
1491 | 2024-11-25T18:47:14.126Z | Compiling unicode-width v0.2.0 |
1492 | 2024-11-25T18:47:14.645Z | Compiling number_prefix v0.4.0 |
1493 | 2024-11-25T18:47:14.694Z | Compiling fixedbitset v0.4.2 |
1494 | 2024-11-25T18:47:14.827Z | Compiling difflib v0.4.0 |
1495 | 2024-11-25T18:47:14.879Z | Compiling precomputed-hash v0.1.1 |
1496 | 2024-11-25T18:47:15.023Z | Compiling predicates-core v1.0.8 |
1497 | 2024-11-25T18:47:15.193Z | Compiling unicode-segmentation v1.12.0 |
1498 | 2024-11-25T18:47:15.418Z | Compiling new_debug_unreachable v1.0.6 |
1499 | 2024-11-25T18:47:15.519Z | Compiling static_assertions v1.1.0 |
1500 | 2024-11-25T18:47:15.632Z | Compiling whoami v1.5.2 |
1501 | 2024-11-25T18:47:15.709Z | Compiling normalize-line-endings v0.3.0 |
1502 | 2024-11-25T18:47:15.843Z | Compiling bit-vec v0.6.3 |
1503 | 2024-11-25T18:47:16.096Z | Compiling tokio-postgres v0.7.12 |
1504 | 2024-11-25T18:47:16.296Z | Compiling bit-set v0.5.3 |
1505 | 2024-11-25T18:47:16.323Z | Compiling similar v2.6.0 |
1506 | 2024-11-25T18:47:16.575Z | Compiling predicates v3.1.2 |
1507 | 2024-11-25T18:47:16.597Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1508 | 2024-11-25T18:47:17.247Z | Compiling string_cache v0.8.7 |
1509 | 2024-11-25T18:47:17.749Z | Compiling petgraph v0.6.5 |
1510 | 2024-11-25T18:47:18.373Z | Compiling indicatif v0.17.9 |
1511 | 2024-11-25T18:47:18.732Z | Compiling clap v4.5.21 |
1512 | 2024-11-25T18:47:18.823Z | Compiling ecdsa v0.16.9 |
1513 | 2024-11-25T18:47:18.865Z | Compiling rsa v0.9.6 |
1514 | 2024-11-25T18:47:19.697Z | Compiling ed25519-dalek v2.1.1 |
1515 | 2024-11-25T18:47:20.740Z | Compiling toml v0.7.8 |
1516 | 2024-11-25T18:47:21.097Z | Compiling zip v0.6.6 |
1517 | 2024-11-25T18:47:21.960Z | Compiling crossterm v0.28.1 |
1518 | 2024-11-25T18:47:22.523Z | Compiling hex v0.4.3 |
1519 | 2024-11-25T18:47:22.574Z | Compiling x509-cert v0.2.5 |
1520 | 2024-11-25T18:47:22.806Z | Compiling itertools v0.10.5 |
1521 | 2024-11-25T18:47:23.012Z | Compiling unicode-xid v0.2.6 |
1522 | 2024-11-25T18:47:23.159Z | Compiling peg-runtime v0.8.3 |
1523 | 2024-11-25T18:47:23.205Z | Compiling lalrpop-util v0.19.12 |
1524 | 2024-11-25T18:47:23.566Z | Compiling strum_macros v0.26.4 |
1525 | 2024-11-25T18:47:23.703Z | Compiling xattr v1.3.1 |
1526 | 2024-11-25T18:47:23.875Z | Compiling filetime v0.2.25 |
1527 | 2024-11-25T18:47:24.216Z | Compiling tar v0.4.42 |
1528 | 2024-11-25T18:47:28.399Z | Compiling strum v0.26.3 |
1529 | 2024-11-25T18:47:31.450Z | Compiling aws-lc-sys v0.22.0 |
1530 | 2024-11-25T18:48:03.685Z | Compiling rustls-webpki v0.102.8 |
1531 | 2024-11-25T18:48:07.267Z | Compiling tokio-rustls v0.25.0 |
1532 | 2024-11-25T18:48:08.716Z | Compiling tokio-rustls v0.26.0 |
1533 | 2024-11-25T18:48:09.172Z | Compiling hyper-rustls v0.27.3 |
1534 | 2024-11-25T18:48:09.531Z | Compiling reqwest v0.12.9 |
1535 | 2024-11-25T18:48:11.012Z | Compiling qorb v0.2.0 |
1536 | 2024-11-25T18:48:15.575Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1537 | 2024-11-25T18:48:15.812Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1538 | 2024-11-25T18:48:21.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 32s |
1539 | 2024-11-25T18:48:21.990Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1540 | 2024-11-25T18:48:22.042Z | Nov 25 18:48:20.860 INFO Starting download, target: Cockroach |
1541 | 2024-11-25T18:48:22.042Z | Nov 25 18:48:20.860 INFO Starting download, target: Clickhouse |
1542 | 2024-11-25T18:48:22.042Z | Nov 25 18:48:20.860 INFO Starting download, target: Console |
1543 | 2024-11-25T18:48:22.042Z | Nov 25 18:48:20.860 INFO Starting download, target: DendriteOpenapi |
1544 | 2024-11-25T18:48:22.042Z | Nov 25 18:48:20.860 INFO Starting download, target: DendriteStub |
1545 | 2024-11-25T18:48:22.045Z | Nov 25 18:48:20.860 INFO Starting download, target: MaghemiteMgd |
1546 | 2024-11-25T18:48:22.045Z | Nov 25 18:48:20.860 INFO Starting download, target: TransceiverControl |
1547 | 2024-11-25T18:48:22.045Z | Nov 25 18:48:20.861 INFO Downloading out/downloads/dpd-6ff2fa108419df134b869a08021fc64d0a58595a.json (attempt 1/3), target: DendriteOpenapi |
1548 | 2024-11-25T18:48:22.045Z | Nov 25 18:48:20.861 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1549 | 2024-11-25T18:48:22.045Z | Nov 25 18:48:20.861 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1550 | 2024-11-25T18:48:22.045Z | Nov 25 18:48:20.861 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1551 | 2024-11-25T18:48:22.045Z | Nov 25 18:48:20.861 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1552 | 2024-11-25T18:48:22.045Z | Nov 25 18:48:20.861 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1553 | 2024-11-25T18:48:22.045Z | Nov 25 18:48:20.861 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1554 | 2024-11-25T18:48:22.212Z | Nov 25 18:48:21.021 INFO Download complete, target: DendriteOpenapi |
1555 | 2024-11-25T18:48:22.477Z | Nov 25 18:48:21.275 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1556 | 2024-11-25T18:48:22.748Z | Nov 25 18:48:21.542 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1557 | 2024-11-25T18:48:22.808Z | Nov 25 18:48:21.619 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1558 | 2024-11-25T18:48:23.086Z | Nov 25 18:48:21.900 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1559 | 2024-11-25T18:48:23.102Z | Nov 25 18:48:21.904 INFO Download complete, target: Console |
1560 | 2024-11-25T18:48:23.152Z | Nov 25 18:48:21.969 INFO Download complete, target: TransceiverControl |
1561 | 2024-11-25T18:48:23.342Z | Nov 25 18:48:22.159 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1562 | 2024-11-25T18:48:23.342Z | Nov 25 18:48:22.160 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1563 | 2024-11-25T18:48:23.940Z | Nov 25 18:48:22.758 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1564 | 2024-11-25T18:48:25.610Z | Nov 25 18:48:24.428 INFO Download complete, target: DendriteStub |
1565 | 2024-11-25T18:48:25.858Z | Nov 25 18:48:24.676 INFO Download complete, target: MaghemiteMgd |
1566 | 2024-11-25T18:48:30.699Z | Nov 25 18:48:29.517 INFO Checking that binary works, target: Cockroach |
1567 | 2024-11-25T18:48:30.870Z | Nov 25 18:48:29.688 INFO Download complete, target: Cockroach |
1568 | 2024-11-25T18:48:35.911Z | Nov 25 18:48:34.729 INFO Checking that binary works, target: Clickhouse |
1569 | 2024-11-25T18:48:36.342Z | Nov 25 18:48:35.159 INFO Download complete, target: Clickhouse |
1570 | 2024-11-25T18:48:36.361Z | All builder prerequisites installed successfully, and PATH looks valid |
1571 | 2024-11-25T18:48:36.363Z | |
1572 | 2024-11-25T18:48:36.364Z | real 5:01.381475756 |
1573 | 2024-11-25T18:48:36.364Z | user 16:42.779795231 |
1574 | 2024-11-25T18:48:36.364Z | sys 3:17.886865550 |
1575 | 2024-11-25T18:48:36.364Z | trap 0.556704049 |
1576 | 2024-11-25T18:48:36.364Z | tflt 3.187096325 |
1577 | 2024-11-25T18:48:36.364Z | dflt 2.898229615 |
1578 | 2024-11-25T18:48:36.364Z | kflt 0.153701801 |
1579 | 2024-11-25T18:48:36.364Z | lock 30:18.278525724 |
1580 | 2024-11-25T18:48:36.364Z | slp 1:02:47.905297754 |
1581 | 2024-11-25T18:48:36.364Z | lat 59.091915166 |
1582 | 2024-11-25T18:48:36.364Z | stop 2:20.476700473 |
1583 | 2024-11-25T18:48:36.364Z | + banner clippy |
1584 | 2024-11-25T18:48:36.367Z | |
1585 | 2024-11-25T18:48:36.367Z | #### # # ##### ##### # # |
1586 | 2024-11-25T18:48:36.367Z | # # # # # # # # # # |
1587 | 2024-11-25T18:48:36.367Z | # # # # # # # # |
1588 | 2024-11-25T18:48:36.367Z | # # # ##### ##### # |
1589 | 2024-11-25T18:48:36.367Z | # # # # # # # |
1590 | 2024-11-25T18:48:36.367Z | #### ###### # # # # |
1591 | 2024-11-25T18:48:36.367Z | |
1592 | 2024-11-25T18:48:36.367Z | + export CARGO_INCREMENTAL=0 |
1593 | 2024-11-25T18:48:36.367Z | + CARGO_INCREMENTAL=0 |
1594 | 2024-11-25T18:48:36.367Z | + ptime -m cargo xtask clippy |
1595 | 2024-11-25T18:48:36.915Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1596 | 2024-11-25T18:48:40.724Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.30s |
1597 | 2024-11-25T18:48:40.796Z | Running `target/debug/xtask clippy` |
1598 | 2024-11-25T18:48:40.820Z | running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1599 | 2024-11-25T18:48:41.494Z | Downloading crates ... |
1600 | 2024-11-25T18:48:41.819Z | Downloaded async-channel v2.3.1 |
1601 | 2024-11-25T18:48:41.822Z | Downloaded async-executor v1.13.1 |
1602 | 2024-11-25T18:48:41.832Z | Downloaded async-io v2.3.4 |
1603 | 2024-11-25T18:48:41.838Z | Downloaded async-lock v3.4.0 |
1604 | 2024-11-25T18:48:41.840Z | Downloaded async-task v4.7.1 |
1605 | 2024-11-25T18:48:41.843Z | Downloaded event-listener-strategy v0.5.2 |
1606 | 2024-11-25T18:48:41.845Z | Downloaded blocking v1.6.1 |
1607 | 2024-11-25T18:48:41.849Z | Downloaded futures-lite v2.3.0 |
1608 | 2024-11-25T18:48:41.851Z | Downloaded proc-macro-crate v3.2.0 |
1609 | 2024-11-25T18:48:41.853Z | Downloaded assert_cmd v2.0.16 |
1610 | 2024-11-25T18:48:41.855Z | Downloaded async-channel v1.9.0 |
1611 | 2024-11-25T18:48:41.855Z | Downloaded async-attributes v1.1.2 |
1612 | 2024-11-25T18:48:41.855Z | Downloaded async-process v2.3.0 |
1613 | 2024-11-25T18:48:41.858Z | Downloaded async-object-pool v0.1.5 |
1614 | 2024-11-25T18:48:41.860Z | Downloaded piper v0.2.4 |
1615 | 2024-11-25T18:48:41.860Z | Downloaded async-signal v0.2.10 |
1616 | 2024-11-25T18:48:41.875Z | Downloaded doc-comment v0.3.3 |
1617 | 2024-11-25T18:48:41.878Z | Downloaded async-std v1.13.0 |
1618 | 2024-11-25T18:48:41.895Z | Downloaded plotters-svg v0.3.7 |
1619 | 2024-11-25T18:48:41.897Z | Downloaded blake2b_simd v1.0.2 |
1620 | 2024-11-25T18:48:41.897Z | Downloaded oorandom v11.1.4 |
1621 | 2024-11-25T18:48:41.900Z | Downloaded cfg-expr v0.17.0 |
1622 | 2024-11-25T18:48:41.902Z | Downloaded guppy-workspace-hack v0.1.0 |
1623 | 2024-11-25T18:48:41.902Z | Downloaded datatest-stable v0.2.9 |
1624 | 2024-11-25T18:48:41.904Z | Downloaded fancy-regex v0.13.0 |
1625 | 2024-11-25T18:48:41.931Z | Downloaded guppy v0.17.8 |
1626 | 2024-11-25T18:48:41.977Z | Downloaded assert-json-diff v2.0.2 |
1627 | 2024-11-25T18:48:41.979Z | Downloaded cast v0.3.0 |
1628 | 2024-11-25T18:48:41.981Z | Downloaded async-global-executor v2.4.1 |
1629 | 2024-11-25T18:48:41.981Z | Downloaded anes v0.1.6 |
1630 | 2024-11-25T18:48:41.984Z | Downloaded criterion-plot v0.5.0 |
1631 | 2024-11-25T18:48:41.986Z | Downloaded concurrent-queue v2.5.0 |
1632 | 2024-11-25T18:48:41.988Z | Downloaded event-listener v5.3.1 |
1633 | 2024-11-25T18:48:41.995Z | Downloaded criterion v0.5.1 |
1634 | 2024-11-25T18:48:42.002Z | Downloaded plotters-backend v0.3.7 |
1635 | 2024-11-25T18:48:42.005Z | Downloaded parking v2.2.1 |
1636 | 2024-11-25T18:48:42.005Z | Downloaded num_cpus v1.16.0 |
1637 | 2024-11-25T18:48:42.008Z | Downloaded polling v3.7.3 |
1638 | 2024-11-25T18:48:42.011Z | Downloaded target-lexicon v0.12.16 |
1639 | 2024-11-25T18:48:42.011Z | Downloaded relative-path v1.9.3 |
1640 | 2024-11-25T18:48:42.013Z | Downloaded approx v0.5.1 |
1641 | 2024-11-25T18:48:42.013Z | Downloaded indoc v2.0.5 |
1642 | 2024-11-25T18:48:42.015Z | Downloaded rand_distr v0.4.3 |
1643 | 2024-11-25T18:48:42.018Z | Downloaded tinytemplate v1.2.1 |
1644 | 2024-11-25T18:48:42.021Z | Downloaded futures-timer v3.0.3 |
1645 | 2024-11-25T18:48:42.024Z | Downloaded event-listener v2.5.3 |
1646 | 2024-11-25T18:48:42.027Z | Downloaded plotters v0.3.7 |
1647 | 2024-11-25T18:48:42.036Z | Downloaded yansi v1.0.1 |
1648 | 2024-11-25T18:48:42.038Z | Downloaded escape8259 v0.5.3 |
1649 | 2024-11-25T18:48:42.041Z | Downloaded pathdiff v0.2.2 |
1650 | 2024-11-25T18:48:42.041Z | Downloaded rustls-native-certs v0.7.3 |
1651 | 2024-11-25T18:48:42.043Z | Downloaded threadpool v1.8.1 |
1652 | 2024-11-25T18:48:42.043Z | Downloaded stringmetrics v2.2.2 |
1653 | 2024-11-25T18:48:42.062Z | Downloaded trybuild v1.0.101 |
1654 | 2024-11-25T18:48:42.066Z | Downloaded rstest_macros v0.23.0 |
1655 | 2024-11-25T18:48:42.069Z | Downloaded rstest v0.23.0 |
1656 | 2024-11-25T18:48:42.074Z | Downloaded pretty_assertions v1.4.1 |
1657 | 2024-11-25T18:48:42.076Z | Downloaded path-tree v0.8.1 |
1658 | 2024-11-25T18:48:42.080Z | Downloaded partial-io v0.5.4 |
1659 | 2024-11-25T18:48:42.082Z | Downloaded nested v0.1.1 |
1660 | 2024-11-25T18:48:42.082Z | Downloaded libtest-mimic v0.7.3 |
1661 | 2024-11-25T18:48:42.082Z | Downloaded kv-log-macro v1.0.7 |
1662 | 2024-11-25T18:48:42.084Z | Downloaded hyper-rustls v0.26.0 |
1663 | 2024-11-25T18:48:42.087Z | Downloaded httptest v0.16.1 |
1664 | 2024-11-25T18:48:42.087Z | Downloaded target-triple v0.1.3 |
1665 | 2024-11-25T18:48:42.089Z | Downloaded target-spec v3.2.2 |
1666 | 2024-11-25T18:48:42.089Z | Downloaded similar-asserts v1.6.0 |
1667 | 2024-11-25T18:48:42.092Z | Downloaded serde_regex v1.1.0 |
1668 | 2024-11-25T18:48:42.092Z | Downloaded rust-argon2 v2.1.0 |
1669 | 2024-11-25T18:48:42.132Z | Downloaded httpmock v0.8.0-alpha.1 |
1670 | 2024-11-25T18:48:42.891Z | Checking cfg-if v1.0.0 |
1671 | 2024-11-25T18:48:42.969Z | Checking libc v0.2.162 |
1672 | 2024-11-25T18:48:42.990Z | Checking serde v1.0.215 |
1673 | 2024-11-25T18:48:43.014Z | Checking memchr v2.7.4 |
1674 | 2024-11-25T18:48:43.033Z | Checking value-bag v1.9.0 |
1675 | 2024-11-25T18:48:43.062Z | Checking scopeguard v1.2.0 |
1676 | 2024-11-25T18:48:43.083Z | Checking zeroize v1.8.1 |
1677 | 2024-11-25T18:48:43.112Z | Checking smallvec v1.13.2 |
1678 | 2024-11-25T18:48:43.136Z | Checking itoa v1.0.11 |
1679 | 2024-11-25T18:48:43.206Z | Checking lock_api v0.4.12 |
1680 | 2024-11-25T18:48:43.354Z | Checking byteorder v1.5.0 |
1681 | 2024-11-25T18:48:43.380Z | Checking pin-project-lite v0.2.14 |
1682 | 2024-11-25T18:48:43.429Z | Checking log v0.4.22 |
1683 | 2024-11-25T18:48:43.458Z | Checking subtle v2.6.1 |
1684 | 2024-11-25T18:48:43.504Z | Checking once_cell v1.20.2 |
1685 | 2024-11-25T18:48:43.635Z | Checking typenum v1.17.0 |
1686 | 2024-11-25T18:48:43.720Z | Checking futures-core v0.3.31 |
1687 | 2024-11-25T18:48:43.785Z | Checking thiserror v1.0.69 |
1688 | 2024-11-25T18:48:43.819Z | Checking libm v0.2.8 |
1689 | 2024-11-25T18:48:43.870Z | Checking zerocopy v0.7.35 |
1690 | 2024-11-25T18:48:43.917Z | Checking ryu v1.0.18 |
1691 | 2024-11-25T18:48:43.951Z | Checking spin v0.9.8 |
1692 | 2024-11-25T18:48:43.984Z | Checking const-oid v0.9.6 |
1693 | 2024-11-25T18:48:44.105Z | Checking getrandom v0.2.15 |
1694 | 2024-11-25T18:48:44.152Z | Checking parking_lot_core v0.9.10 |
1695 | 2024-11-25T18:48:44.338Z | Checking signal-hook-registry v1.4.2 |
1696 | 2024-11-25T18:48:44.341Z | Checking rand_core v0.6.4 |
1697 | 2024-11-25T18:48:44.493Z | Checking parking_lot v0.12.3 |
1698 | 2024-11-25T18:48:44.592Z | Checking mio v1.0.2 |
1699 | 2024-11-25T18:48:44.690Z | Checking socket2 v0.5.7 |
1700 | 2024-11-25T18:48:44.728Z | Checking num-traits v0.2.19 |
1701 | 2024-11-25T18:48:44.871Z | Checking futures-io v0.3.31 |
1702 | 2024-11-25T18:48:44.986Z | Checking generic-array v0.14.7 |
1703 | 2024-11-25T18:48:45.088Z | Checking slab v0.4.9 |
1704 | 2024-11-25T18:48:45.183Z | Checking allocator-api2 v0.2.18 |
1705 | 2024-11-25T18:48:45.218Z | Checking cpufeatures v0.2.14 |
1706 | 2024-11-25T18:48:45.297Z | Checking futures-sink v0.3.31 |
1707 | 2024-11-25T18:48:45.340Z | Checking pin-utils v0.1.0 |
1708 | 2024-11-25T18:48:45.427Z | Checking foldhash v0.1.3 |
1709 | 2024-11-25T18:48:45.468Z | Checking equivalent v1.0.1 |
1710 | 2024-11-25T18:48:45.494Z | Checking futures-channel v0.3.31 |
1711 | 2024-11-25T18:48:45.592Z | Checking futures-task v0.3.31 |
1712 | 2024-11-25T18:48:45.663Z | Checking stable_deref_trait v1.2.0 |
1713 | 2024-11-25T18:48:45.795Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1714 | 2024-11-25T18:48:45.825Z | Checking fnv v1.0.7 |
1715 | 2024-11-25T18:48:45.852Z | Checking iana-time-zone v0.1.61 |
1716 | 2024-11-25T18:48:45.878Z | Checking futures-util v0.3.31 |
1717 | 2024-11-25T18:48:45.913Z | Checking hashbrown v0.15.0 |
1718 | 2024-11-25T18:48:45.966Z | Checking ppv-lite86 v0.2.20 |
1719 | 2024-11-25T18:48:46.011Z | Checking tracing-core v0.1.32 |
1720 | 2024-11-25T18:48:46.145Z | Checking errno v0.3.9 |
1721 | 2024-11-25T18:48:46.248Z | Checking crypto-common v0.1.6 |
1722 | 2024-11-25T18:48:46.333Z | Checking block-buffer v0.10.4 |
1723 | 2024-11-25T18:48:46.454Z | Checking zerofrom v0.1.4 |
1724 | 2024-11-25T18:48:46.560Z | Checking digest v0.10.7 |
1725 | 2024-11-25T18:48:46.588Z | Checking dyn-clone v1.0.17 |
1726 | 2024-11-25T18:48:46.675Z | Checking yoke v0.7.4 |
1727 | 2024-11-25T18:48:46.720Z | Checking tracing v0.1.40 |
1728 | 2024-11-25T18:48:46.747Z | Checking block-padding v0.3.3 |
1729 | 2024-11-25T18:48:46.750Z | Checking rand_chacha v0.3.1 |
1730 | 2024-11-25T18:48:46.940Z | Checking crossbeam-utils v0.8.20 |
1731 | 2024-11-25T18:48:46.964Z | Checking inout v0.1.3 |
1732 | 2024-11-25T18:48:47.028Z | Checking zerovec v0.10.4 |
1733 | 2024-11-25T18:48:47.064Z | Checking percent-encoding v2.3.1 |
1734 | 2024-11-25T18:48:47.096Z | Checking litemap v0.7.3 |
1735 | 2024-11-25T18:48:47.154Z | Checking rand v0.8.5 |
1736 | 2024-11-25T18:48:47.203Z | Checking cipher v0.4.4 |
1737 | 2024-11-25T18:48:47.294Z | Checking writeable v0.5.5 |
1738 | 2024-11-25T18:48:47.445Z | Checking tinyvec_macros v0.1.1 |
1739 | 2024-11-25T18:48:47.548Z | Checking tinyvec v1.8.0 |
1740 | 2024-11-25T18:48:47.619Z | Checking form_urlencoded v1.2.1 |
1741 | 2024-11-25T18:48:47.621Z | Checking httparse v1.9.5 |
1742 | 2024-11-25T18:48:47.666Z | Checking regex-syntax v0.8.5 |
1743 | 2024-11-25T18:48:47.834Z | Checking atomic-waker v1.1.2 |
1744 | 2024-11-25T18:48:47.978Z | Checking icu_locid_transform_data v1.5.0 |
1745 | 2024-11-25T18:48:48.032Z | Checking bytes v1.8.0 |
1746 | 2024-11-25T18:48:48.065Z | Checking bitflags v2.6.0 |
1747 | 2024-11-25T18:48:48.090Z | Checking serde_json v1.0.132 |
1748 | 2024-11-25T18:48:48.354Z | Checking indexmap v2.6.0 |
1749 | 2024-11-25T18:48:48.453Z | Checking chrono v0.4.38 |
1750 | 2024-11-25T18:48:48.648Z | Checking rustix v0.38.37 |
1751 | 2024-11-25T18:48:48.875Z | Checking tokio v1.40.0 |
1752 | 2024-11-25T18:48:48.919Z | Checking uuid v1.11.0 |
1753 | 2024-11-25T18:48:49.585Z | Checking http v1.1.0 |
1754 | 2024-11-25T18:48:49.640Z | Checking tinystr v0.7.6 |
1755 | 2024-11-25T18:48:49.899Z | Checking base64ct v1.6.0 |
1756 | 2024-11-25T18:48:50.030Z | Checking icu_locid v1.5.0 |
1757 | 2024-11-25T18:48:50.358Z | Checking unicode-normalization v0.1.24 |
1758 | 2024-11-25T18:48:50.594Z | Checking schemars v0.8.21 |
1759 | 2024-11-25T18:48:50.989Z | Checking icu_collections v1.5.0 |
1760 | 2024-11-25T18:48:51.017Z | Checking hmac v0.12.1 |
1761 | 2024-11-25T18:48:51.042Z | Checking icu_properties_data v1.5.0 |
1762 | 2024-11-25T18:48:51.117Z | Checking icu_provider v1.5.0 |
1763 | 2024-11-25T18:48:51.233Z | Checking untrusted v0.9.0 |
1764 | 2024-11-25T18:48:51.298Z | Checking sha2 v0.10.8 |
1765 | 2024-11-25T18:48:51.326Z | Checking aho-corasick v1.1.3 |
1766 | 2024-11-25T18:48:51.383Z | Checking ring v0.17.8 |
1767 | 2024-11-25T18:48:51.708Z | Checking write16 v1.0.0 |
1768 | 2024-11-25T18:48:51.808Z | Checking icu_locid_transform v1.5.0 |
1769 | 2024-11-25T18:48:51.853Z | Checking icu_normalizer_data v1.5.0 |
1770 | 2024-11-25T18:48:51.887Z | Checking unicode-bidi v0.3.17 |
1771 | 2024-11-25T18:48:51.973Z | Checking utf16_iter v1.0.5 |
1772 | 2024-11-25T18:48:52.139Z | Checking unicode-ident v1.0.13 |
1773 | 2024-11-25T18:48:52.142Z | Checking utf8_iter v1.0.4 |
1774 | 2024-11-25T18:48:52.230Z | Checking lazy_static v1.5.0 |
1775 | 2024-11-25T18:48:52.319Z | Checking adler2 v2.0.0 |
1776 | 2024-11-25T18:48:52.361Z | Checking powerfmt v0.2.0 |
1777 | 2024-11-25T18:48:52.364Z | Checking rustls-pki-types v1.9.0 |
1778 | 2024-11-25T18:48:52.486Z | Checking miniz_oxide v0.8.0 |
1779 | 2024-11-25T18:48:52.541Z | Checking time-core v0.1.2 |
1780 | 2024-11-25T18:48:52.659Z | Checking deranged v0.3.11 |
1781 | 2024-11-25T18:48:52.710Z | Checking num_threads v0.1.7 |
1782 | 2024-11-25T18:48:52.833Z | Checking num-conv v0.1.0 |
1783 | 2024-11-25T18:48:52.835Z | Checking icu_properties v1.5.1 |
1784 | 2024-11-25T18:48:52.939Z | Checking regex-automata v0.4.8 |
1785 | 2024-11-25T18:48:52.975Z | Checking proc-macro2 v1.0.89 |
1786 | 2024-11-25T18:48:53.105Z | Checking pem-rfc7468 v0.7.0 |
1787 | 2024-11-25T18:48:53.230Z | Checking untrusted v0.7.1 |
1788 | 2024-11-25T18:48:53.265Z | Checking http-body v1.0.1 |
1789 | 2024-11-25T18:48:53.378Z | Checking aws-lc-sys v0.22.0 |
1790 | 2024-11-25T18:48:53.409Z | Checking mirai-annotations v1.12.0 |
1791 | 2024-11-25T18:48:53.470Z | Checking try-lock v0.2.5 |
1792 | 2024-11-25T18:48:53.628Z | Checking httpdate v1.0.3 |
1793 | 2024-11-25T18:48:53.630Z | Checking base64 v0.22.1 |
1794 | 2024-11-25T18:48:53.652Z | Checking quote v1.0.37 |
1795 | 2024-11-25T18:48:53.854Z | Checking want v0.3.1 |
1796 | 2024-11-25T18:48:54.019Z | Checking syn v2.0.87 |
1797 | 2024-11-25T18:48:54.055Z | Checking flagset v0.4.6 |
1798 | 2024-11-25T18:48:54.118Z | Checking pbkdf2 v0.12.2 |
1799 | 2024-11-25T18:48:54.256Z | Checking der v0.7.9 |
1800 | 2024-11-25T18:48:54.312Z | Checking aes v0.8.4 |
1801 | 2024-11-25T18:48:54.412Z | Checking time v0.3.36 |
1802 | 2024-11-25T18:48:55.210Z | Checking cbc v0.1.2 |
1803 | 2024-11-25T18:48:55.452Z | Checking salsa20 v0.10.2 |
1804 | 2024-11-25T18:48:55.689Z | Checking ahash v0.8.11 |
1805 | 2024-11-25T18:48:55.941Z | Checking aws-lc-rs v1.10.0 |
1806 | 2024-11-25T18:48:56.060Z | Checking spki v0.7.3 |
1807 | 2024-11-25T18:48:56.199Z | Checking tokio-util v0.7.12 |
1808 | 2024-11-25T18:48:56.277Z | Checking slog v2.7.0 |
1809 | 2024-11-25T18:48:56.310Z | Checking icu_normalizer v1.5.0 |
1810 | 2024-11-25T18:48:56.345Z | Checking tower-service v0.3.3 |
1811 | 2024-11-25T18:48:56.482Z | Checking scrypt v0.11.0 |
1812 | 2024-11-25T18:48:56.704Z | Checking mime v0.3.17 |
1813 | 2024-11-25T18:48:56.779Z | Checking gimli v0.31.1 |
1814 | 2024-11-25T18:48:56.932Z | Checking pkcs5 v0.7.1 |
1815 | 2024-11-25T18:48:57.017Z | Checking object v0.36.5 |
1816 | 2024-11-25T18:48:57.133Z | Checking h2 v0.4.6 |
1817 | 2024-11-25T18:48:57.161Z | Checking idna_adapter v1.2.0 |
1818 | 2024-11-25T18:48:57.369Z | Checking idna v1.0.3 |
1819 | 2024-11-25T18:48:57.422Z | Checking rustc-demangle v0.1.24 |
1820 | 2024-11-25T18:48:57.684Z | Checking utf8parse v0.2.2 |
1821 | 2024-11-25T18:48:57.810Z | Checking rustls-webpki v0.102.8 |
1822 | 2024-11-25T18:48:57.847Z | Checking regex v1.11.1 |
1823 | 2024-11-25T18:48:57.849Z | Checking pkcs8 v0.10.2 |
1824 | 2024-11-25T18:48:57.899Z | Checking url v2.5.3 |
1825 | 2024-11-25T18:48:58.200Z | Checking http-body-util v0.1.2 |
1826 | 2024-11-25T18:48:58.439Z | Checking futures-executor v0.3.31 |
1827 | 2024-11-25T18:48:58.645Z | Checking serde_spanned v0.6.8 |
1828 | 2024-11-25T18:48:58.674Z | Checking toml_datetime v0.6.8 |
1829 | 2024-11-25T18:48:58.676Z | Checking unicode-width v0.1.14 |
1830 | 2024-11-25T18:48:58.779Z | Checking ipnet v2.10.1 |
1831 | 2024-11-25T18:48:58.848Z | Checking data-encoding v2.6.0 |
1832 | 2024-11-25T18:48:58.995Z | Checking futures v0.3.31 |
1833 | 2024-11-25T18:48:59.116Z | Checking rustls-pemfile v2.2.0 |
1834 | 2024-11-25T18:48:59.175Z | Checking foreign-types-shared v0.1.1 |
1835 | 2024-11-25T18:48:59.276Z | Checking anstyle v1.0.10 |
1836 | 2024-11-25T18:48:59.304Z | Checking openssl-probe v0.1.5 |
1837 | 2024-11-25T18:48:59.350Z | Checking foreign-types v0.3.2 |
1838 | 2024-11-25T18:48:59.458Z | Checking serde_urlencoded v0.7.1 |
1839 | 2024-11-25T18:48:59.481Z | Checking semver v1.0.23 |
1840 | 2024-11-25T18:48:59.573Z | Checking sha1 v0.10.6 |
1841 | 2024-11-25T18:48:59.625Z | Checking openssl-sys v0.9.103 |
1842 | 2024-11-25T18:48:59.877Z | Checking encoding_rs v0.8.34 |
1843 | 2024-11-25T18:48:59.903Z | Checking rustls v0.23.14 |
1844 | 2024-11-25T18:48:59.928Z | Checking anstyle-parse v0.2.5 |
1845 | 2024-11-25T18:49:00.197Z | Checking camino v1.1.9 |
1846 | 2024-11-25T18:49:00.576Z | Checking either v1.13.0 |
1847 | 2024-11-25T18:49:00.752Z | Checking anstyle-query v1.1.1 |
1848 | 2024-11-25T18:49:00.820Z | Checking addr2line v0.24.2 |
1849 | 2024-11-25T18:49:00.887Z | Checking colorchoice v1.0.2 |
1850 | 2024-11-25T18:49:00.940Z | Checking winnow v0.6.20 |
1851 | 2024-11-25T18:49:00.975Z | Checking openssl v0.10.66 |
1852 | 2024-11-25T18:49:01.030Z | Checking is_terminal_polyfill v1.70.1 |
1853 | 2024-11-25T18:49:01.159Z | Checking anstream v0.6.15 |
1854 | 2024-11-25T18:49:01.372Z | Checking idna v0.3.0 |
1855 | 2024-11-25T18:49:01.562Z | Checking terminal_size v0.4.0 |
1856 | 2024-11-25T18:49:01.744Z | Checking openapiv3 v2.0.0 |
1857 | 2024-11-25T18:49:02.225Z | Checking signature v2.2.0 |
1858 | 2024-11-25T18:49:02.265Z | Checking psl-types v2.0.11 |
1859 | 2024-11-25T18:49:02.450Z | Checking clap_lex v0.7.2 |
1860 | 2024-11-25T18:49:02.453Z | Checking strsim v0.11.1 |
1861 | 2024-11-25T18:49:02.704Z | Checking publicsuffix v2.2.3 |
1862 | 2024-11-25T18:49:02.770Z | Checking clap_builder v4.5.21 |
1863 | 2024-11-25T18:49:02.944Z | Checking cookie v0.18.1 |
1864 | 2024-11-25T18:49:03.167Z | Checking hyper v1.5.0 |
1865 | 2024-11-25T18:49:03.360Z | Checking backtrace v0.3.74 |
1866 | 2024-11-25T18:49:03.400Z | Checking webpki-roots v0.26.6 |
1867 | 2024-11-25T18:49:03.626Z | Checking idna v0.5.0 |
1868 | 2024-11-25T18:49:03.952Z | Checking anyhow v1.0.93 |
1869 | 2024-11-25T18:49:04.037Z | Checking is-terminal v0.4.13 |
1870 | 2024-11-25T18:49:04.164Z | Checking scroll v0.12.0 |
1871 | 2024-11-25T18:49:04.347Z | Checking plain v0.2.3 |
1872 | 2024-11-25T18:49:04.510Z | Checking ucd-trie v0.1.7 |
1873 | 2024-11-25T18:49:04.534Z | Checking cookie_store v0.21.0 |
1874 | 2024-11-25T18:49:04.649Z | Checking goblin v0.8.2 |
1875 | 2024-11-25T18:49:04.719Z | Checking pest v2.7.14 |
1876 | 2024-11-25T18:49:05.199Z | Checking sync_wrapper v1.0.1 |
1877 | 2024-11-25T18:49:05.228Z | Checking base16ct v0.2.0 |
1878 | 2024-11-25T18:49:05.275Z | Checking hyper-util v0.1.10 |
1879 | 2024-11-25T18:49:05.367Z | Checking pretty-hex v0.4.1 |
1880 | 2024-11-25T18:49:05.415Z | Checking tokio-rustls v0.26.0 |
1881 | 2024-11-25T18:49:05.465Z | Checking sec1 v0.7.3 |
1882 | 2024-11-25T18:49:05.564Z | Checking num-integer v0.1.46 |
1883 | 2024-11-25T18:49:05.845Z | Checking ff v0.13.0 |
1884 | 2024-11-25T18:49:05.891Z | Checking thread-id v4.2.2 |
1885 | 2024-11-25T18:49:05.929Z | Checking clap v4.5.21 |
1886 | 2024-11-25T18:49:06.011Z | Checking toml_edit v0.22.22 |
1887 | 2024-11-25T18:49:06.060Z | Checking hkdf v0.12.4 |
1888 | 2024-11-25T18:49:06.063Z | Checking group v0.13.0 |
1889 | 2024-11-25T18:49:06.063Z | Checking crypto-bigint v0.5.5 |
1890 | 2024-11-25T18:49:06.271Z | Checking dirs-sys-next v0.1.2 |
1891 | 2024-11-25T18:49:06.362Z | Checking memmap v0.7.0 |
1892 | 2024-11-25T18:49:06.464Z | Checking crc32fast v1.4.2 |
1893 | 2024-11-25T18:49:06.487Z | Checking native-tls v0.2.12 |
1894 | 2024-11-25T18:49:06.577Z | Checking utf-8 v0.7.6 |
1895 | 2024-11-25T18:49:06.701Z | Checking static_assertions v1.1.0 |
1896 | 2024-11-25T18:49:06.798Z | Checking bitflags v1.3.2 |
1897 | 2024-11-25T18:49:06.801Z | Checking tokio-native-tls v0.3.1 |
1898 | 2024-11-25T18:49:06.839Z | Checking dirs-next v2.0.0 |
1899 | 2024-11-25T18:49:06.908Z | Checking crossbeam-channel v0.5.13 |
1900 | 2024-11-25T18:49:06.975Z | Checking thread_local v1.1.8 |
1901 | 2024-11-25T18:49:07.073Z | Checking unicode-segmentation v1.12.0 |
1902 | 2024-11-25T18:49:07.240Z | Checking dtrace-parser v0.2.0 |
1903 | 2024-11-25T18:49:07.269Z | Checking term v0.7.0 |
1904 | 2024-11-25T18:49:07.302Z | Checking hyper-tls v0.6.0 |
1905 | 2024-11-25T18:49:07.600Z | Checking hyper-rustls v0.27.3 |
1906 | 2024-11-25T18:49:07.643Z | Checking num-iter v0.1.45 |
1907 | 2024-11-25T18:49:07.699Z | Checking crossbeam-epoch v0.9.18 |
1908 | 2024-11-25T18:49:07.737Z | Checking take_mut v0.2.2 |
1909 | 2024-11-25T18:49:07.740Z | Checking match_cfg v0.1.0 |
1910 | 2024-11-25T18:49:07.822Z | Checking slog-term v2.9.1 |
1911 | 2024-11-25T18:49:07.865Z | Checking hostname v0.3.1 |
1912 | 2024-11-25T18:49:07.893Z | Checking slog-async v2.8.0 |
1913 | 2024-11-25T18:49:07.930Z | Checking reqwest v0.12.9 |
1914 | 2024-11-25T18:49:08.011Z | Checking bstr v1.10.0 |
1915 | 2024-11-25T18:49:08.153Z | Checking rfc6979 v0.4.0 |
1916 | 2024-11-25T18:49:08.199Z | Checking hex v0.4.3 |
1917 | 2024-11-25T18:49:08.295Z | Checking managed v0.8.0 |
1918 | 2024-11-25T18:49:08.350Z | Checking winnow v0.5.40 |
1919 | 2024-11-25T18:49:08.673Z | Checking crossbeam-deque v0.8.5 |
1920 | 2024-11-25T18:49:08.675Z | Checking toml v0.8.19 |
1921 | 2024-11-25T18:49:08.724Z | Checking num-bigint-dig v0.8.4 |
1922 | 2024-11-25T18:49:08.965Z | Checking flate2 v1.0.34 |
1923 | 2024-11-25T18:49:08.994Z | Checking rustls v0.22.4 |
1924 | 2024-11-25T18:49:09.030Z | Checking elliptic-curve v0.13.8 |
1925 | 2024-11-25T18:49:09.480Z | Checking pkcs1 v0.7.5 |
1926 | 2024-11-25T18:49:09.606Z | Checking curve25519-dalek v4.1.3 |
1927 | 2024-11-25T18:49:09.719Z | Checking dof v0.3.0 |
1928 | 2024-11-25T18:49:09.746Z | Checking ecdsa v0.16.9 |
1929 | 2024-11-25T18:49:09.798Z | Checking zerocopy v0.6.6 |
1930 | 2024-11-25T18:49:09.913Z | Checking siphasher v0.3.11 |
1931 | 2024-11-25T18:49:10.241Z | Checking rayon-core v1.12.1 |
1932 | 2024-11-25T18:49:10.345Z | Checking usdt-impl v0.5.0 |
1933 | 2024-11-25T18:49:10.495Z | Checking ed25519 v2.2.3 |
1934 | 2024-11-25T18:49:10.628Z | Checking slog-json v2.6.1 |
1935 | 2024-11-25T18:49:10.826Z | Checking signal-hook v0.3.17 |
1936 | 2024-11-25T18:49:10.906Z | Checking quick-error v1.2.3 |
1937 | 2024-11-25T18:49:10.939Z | Checking debug-ignore v1.0.5 |
1938 | 2024-11-25T18:49:10.943Z | Checking usdt v0.5.0 |
1939 | 2024-11-25T18:49:10.943Z | Checking rsa v0.9.6 |
1940 | 2024-11-25T18:49:11.060Z | Checking slog-bunyan v2.5.0 |
1941 | 2024-11-25T18:49:11.082Z | Checking multer v3.1.0 |
1942 | 2024-11-25T18:49:11.148Z | Checking itertools v0.10.5 |
1943 | 2024-11-25T18:49:11.224Z | Checking x509-cert v0.2.5 |
1944 | 2024-11-25T18:49:11.252Z | Checking idna v0.4.0 |
1945 | 2024-11-25T18:49:11.404Z | Checking toml_edit v0.19.15 |
1946 | 2024-11-25T18:49:11.479Z | Checking serde_path_to_error v0.1.16 |
1947 | 2024-11-25T18:49:11.544Z | Checking ed25519-dalek v2.1.1 |
1948 | 2024-11-25T18:49:11.987Z | Checking hubpack v0.1.2 |
1949 | 2024-11-25T18:49:12.016Z | Checking waitgroup v0.1.2 |
1950 | 2024-11-25T18:49:12.125Z | Checking bzip2-sys v0.1.11+1.0.8 |
1951 | 2024-11-25T18:49:12.146Z | Checking async-stream v0.3.6 |
1952 | 2024-11-25T18:49:12.172Z | Checking hostname v0.4.0 |
1953 | 2024-11-25T18:49:12.251Z | Checking bit-vec v0.6.3 |
1954 | 2024-11-25T18:49:12.310Z | Checking bzip2 v0.4.4 |
1955 | 2024-11-25T18:49:12.313Z | Checking hickory-proto v0.24.1 |
1956 | 2024-11-25T18:49:12.357Z | Checking signal-hook-mio v0.2.4 |
1957 | 2024-11-25T18:49:12.508Z | Checking console v0.15.8 |
1958 | 2024-11-25T18:49:12.587Z | Checking hash32 v0.2.1 |
1959 | 2024-11-25T18:49:12.633Z | Checking bit-set v0.5.3 |
1960 | 2024-11-25T18:49:12.657Z | Checking tokio-rustls v0.25.0 |
1961 | 2024-11-25T18:49:12.887Z | Checking unicode-properties v0.1.3 |
1962 | 2024-11-25T18:49:12.889Z | Checking linked-hash-map v0.5.6 |
1963 | 2024-11-25T18:49:12.936Z | Checking predicates-core v1.0.8 |
1964 | 2024-11-25T18:49:13.036Z | Checking dropshot v0.12.0 |
1965 | 2024-11-25T18:49:13.098Z | Checking heapless v0.7.17 |
1966 | 2024-11-25T18:49:13.127Z | Checking crossterm v0.28.1 |
1967 | 2024-11-25T18:49:13.229Z | Checking lru-cache v0.1.2 |
1968 | 2024-11-25T18:49:13.255Z | Checking stringprep v0.1.5 |
1969 | 2024-11-25T18:49:13.414Z | Checking rayon v1.10.0 |
1970 | 2024-11-25T18:49:13.461Z | Checking phf_shared v0.11.2 |
1971 | 2024-11-25T18:49:13.551Z | Checking similar v2.6.0 |
1972 | 2024-11-25T18:49:13.758Z | Checking tokio-stream v0.1.16 |
1973 | 2024-11-25T18:49:13.849Z | Checking toml v0.7.8 |
1974 | 2024-11-25T18:49:14.186Z | Checking md-5 v0.10.6 |
1975 | 2024-11-25T18:49:14.424Z | Checking float-cmp v0.9.0 |
1976 | 2024-11-25T18:49:14.453Z | Checking difflib v0.4.0 |
1977 | 2024-11-25T18:49:14.612Z | Checking normalize-line-endings v0.3.0 |
1978 | 2024-11-25T18:49:14.638Z | Checking fallible-iterator v0.2.0 |
1979 | 2024-11-25T18:49:14.663Z | Checking fixedbitset v0.4.2 |
1980 | 2024-11-25T18:49:14.735Z | Checking smoltcp v0.9.1 |
1981 | 2024-11-25T18:49:14.795Z | Checking predicates v3.1.2 |
1982 | 2024-11-25T18:49:14.929Z | Checking petgraph v0.6.5 |
1983 | 2024-11-25T18:49:14.988Z | Checking phf v0.11.2 |
1984 | 2024-11-25T18:49:15.240Z | Checking postgres-protocol v0.6.7 |
1985 | 2024-11-25T18:49:15.274Z | Checking zip v0.6.6 |
1986 | 2024-11-25T18:49:15.505Z | Checking resolv-conf v0.7.0 |
1987 | 2024-11-25T18:49:15.882Z | Checking phf_shared v0.10.0 |
1988 | 2024-11-25T18:49:15.978Z | Checking tungstenite v0.24.0 |
1989 | 2024-11-25T18:49:16.009Z | Checking fs-err v2.11.0 |
1990 | 2024-11-25T18:49:16.182Z | Checking serde-big-array v0.5.1 |
1991 | 2024-11-25T18:49:16.235Z | Checking portable-atomic v1.9.0 |
1992 | 2024-11-25T18:49:16.424Z | Checking new_debug_unreachable v1.0.6 |
1993 | 2024-11-25T18:49:16.523Z | Checking unicode-width v0.2.0 |
1994 | 2024-11-25T18:49:16.568Z | Checking lalrpop-util v0.19.12 |
1995 | 2024-11-25T18:49:16.771Z | Checking precomputed-hash v0.1.1 |
1996 | 2024-11-25T18:49:16.872Z | Checking number_prefix v0.4.0 |
1997 | 2024-11-25T18:49:16.899Z | Checking minimal-lexical v0.2.1 |
1998 | 2024-11-25T18:49:16.939Z | Checking tokio-tungstenite v0.24.0 |
1999 | 2024-11-25T18:49:16.994Z | Checking string_cache v0.8.7 |
2000 | 2024-11-25T18:49:17.067Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2001 | 2024-11-25T18:49:17.260Z | Checking postgres-types v0.2.8 |
2002 | 2024-11-25T18:49:17.289Z | Checking itertools v0.12.1 |
2003 | 2024-11-25T18:49:17.292Z | Checking hickory-resolver v0.24.1 |
2004 | 2024-11-25T18:49:17.333Z | Checking indicatif v0.17.9 |
2005 | 2024-11-25T18:49:17.336Z | Checking nom v7.1.3 |
2006 | 2024-11-25T18:49:17.398Z | Checking peg-runtime v0.8.3 |
2007 | 2024-11-25T18:49:17.635Z | Checking whoami v1.5.2 |
2008 | 2024-11-25T18:49:17.991Z | Checking tokio-postgres v0.7.12 |
2009 | 2024-11-25T18:49:18.092Z | Compiling hashbrown v0.14.5 |
2010 | 2024-11-25T18:49:18.143Z | Compiling ident_case v1.0.1 |
2011 | 2024-11-25T18:49:18.300Z | Compiling darling_core v0.20.10 |
2012 | 2024-11-25T18:49:18.347Z | Compiling unsafe-libyaml v0.2.11 |
2013 | 2024-11-25T18:49:18.981Z | Checking qorb v0.2.0 |
2014 | 2024-11-25T18:49:19.521Z | Compiling regress v0.10.1 |
2015 | 2024-11-25T18:49:19.857Z | Compiling serde_yaml v0.9.34+deprecated |
2016 | 2024-11-25T18:49:20.385Z | Checking heck v0.5.0 |
2017 | 2024-11-25T18:49:20.585Z | Checking progenitor-client v0.8.0 |
2018 | 2024-11-25T18:49:20.953Z | Checking fastrand v2.1.1 |
2019 | 2024-11-25T18:49:21.136Z | Compiling newtype-uuid v1.1.3 |
2020 | 2024-11-25T18:49:21.292Z | Checking ipnetwork v0.20.0 |
2021 | 2024-11-25T18:49:21.459Z | Compiling structmeta-derive v0.3.0 |
2022 | 2024-11-25T18:49:21.585Z | Checking strum v0.26.3 |
2023 | 2024-11-25T18:49:21.690Z | Compiling dropshot v0.13.0 |
2024 | 2024-11-25T18:49:21.751Z | Checking macaddr v1.0.1 |
2025 | 2024-11-25T18:49:22.061Z | Compiling dropshot_endpoint v0.13.0 |
2026 | 2024-11-25T18:49:22.120Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2027 | 2024-11-25T18:49:22.857Z | Checking tempfile v3.13.0 |
2028 | 2024-11-25T18:49:22.903Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2029 | 2024-11-25T18:49:23.253Z | Compiling typify-impl v0.2.0 |
2030 | 2024-11-25T18:49:23.281Z | Checking instant v0.1.13 |
2031 | 2024-11-25T18:49:23.408Z | Checking regress v0.9.1 |
2032 | 2024-11-25T18:49:24.128Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2033 | 2024-11-25T18:49:24.440Z | Compiling structmeta v0.3.0 |
2034 | 2024-11-25T18:49:24.675Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2035 | 2024-11-25T18:49:24.918Z | Compiling parse-display-derive v0.10.0 |
2036 | 2024-11-25T18:49:24.948Z | Checking backoff v0.4.0 |
2037 | 2024-11-25T18:49:24.998Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2038 | 2024-11-25T18:49:25.162Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2039 | 2024-11-25T18:49:25.260Z | Checking wait-timeout v0.2.0 |
2040 | 2024-11-25T18:49:25.322Z | Checking rand_xorshift v0.3.0 |
2041 | 2024-11-25T18:49:25.444Z | Compiling darling_macro v0.20.10 |
2042 | 2024-11-25T18:49:25.470Z | Checking rusty-fork v0.3.0 |
2043 | 2024-11-25T18:49:25.534Z | Checking unarray v0.1.4 |
2044 | 2024-11-25T18:49:25.704Z | Compiling structmeta-derive v0.2.0 |
2045 | 2024-11-25T18:49:25.782Z | Checking proptest v1.5.0 |
2046 | 2024-11-25T18:49:26.417Z | Compiling darling v0.20.10 |
2047 | 2024-11-25T18:49:26.547Z | Compiling serde_with_macros v3.11.0 |
2048 | 2024-11-25T18:49:27.011Z | Checking camino-tempfile v1.1.1 |
2049 | 2024-11-25T18:49:27.322Z | Compiling proc-macro-error v1.0.4 |
2050 | 2024-11-25T18:49:27.723Z | Compiling proc-macro-crate v1.3.1 |
2051 | 2024-11-25T18:49:28.043Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2052 | 2024-11-25T18:49:28.447Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2053 | 2024-11-25T18:49:28.712Z | Compiling structmeta v0.2.0 |
2054 | 2024-11-25T18:49:28.772Z | Compiling foreign-types-macros v0.2.3 |
2055 | 2024-11-25T18:49:28.852Z | Compiling num_enum_derive v0.5.11 |
2056 | 2024-11-25T18:49:29.165Z | Compiling test-strategy v0.3.1 |
2057 | 2024-11-25T18:49:29.499Z | Checking serde_with v3.11.0 |
2058 | 2024-11-25T18:49:29.744Z | Checking parse-display v0.10.0 |
2059 | 2024-11-25T18:49:29.996Z | Checking foreign-types-shared v0.3.1 |
2060 | 2024-11-25T18:49:30.127Z | Checking foreign-types v0.5.0 |
2061 | 2024-11-25T18:49:30.282Z | Checking tabwriter v1.4.0 |
2062 | 2024-11-25T18:49:30.498Z | Checking cstr-argument v0.1.2 |
2063 | 2024-11-25T18:49:30.524Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2064 | 2024-11-25T18:49:30.546Z | Checking pretty-hex v0.2.1 |
2065 | 2024-11-25T18:49:30.693Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2066 | 2024-11-25T18:49:30.719Z | Checking colored v2.1.0 |
2067 | 2024-11-25T18:49:30.938Z | Checking smf v0.2.3 |
2068 | 2024-11-25T18:49:31.025Z | Compiling crucible-workspace-hack v0.1.0 |
2069 | 2024-11-25T18:49:31.048Z | Compiling zerocopy v0.8.10 |
2070 | 2024-11-25T18:49:31.325Z | Checking base64 v0.21.7 |
2071 | 2024-11-25T18:49:31.408Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2072 | 2024-11-25T18:49:31.469Z | Compiling itertools v0.13.0 |
2073 | 2024-11-25T18:49:31.575Z | Compiling zerocopy-derive v0.8.10 |
2074 | 2024-11-25T18:49:31.600Z | Checking num_enum v0.5.11 |
2075 | 2024-11-25T18:49:31.761Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2076 | 2024-11-25T18:49:31.801Z | Compiling heapless v0.8.0 |
2077 | 2024-11-25T18:49:32.008Z | Checking termtree v0.4.1 |
2078 | 2024-11-25T18:49:32.154Z | Checking hash32 v0.3.1 |
2079 | 2024-11-25T18:49:32.233Z | Checking predicates-tree v1.0.11 |
2080 | 2024-11-25T18:49:32.345Z | Compiling smoltcp v0.11.0 |
2081 | 2024-11-25T18:49:32.395Z | Checking cobs v0.2.3 |
2082 | 2024-11-25T18:49:32.568Z | Checking postcard v1.0.10 |
2083 | 2024-11-25T18:49:32.985Z | Checking sigpipe v0.1.3 |
2084 | 2024-11-25T18:49:33.104Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2085 | 2024-11-25T18:49:33.130Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2086 | 2024-11-25T18:49:33.154Z | Checking atomicwrites v0.4.4 |
2087 | 2024-11-25T18:49:33.282Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2088 | 2024-11-25T18:49:33.305Z | Compiling mockall_derive v0.13.0 |
2089 | 2024-11-25T18:49:33.365Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2090 | 2024-11-25T18:49:33.470Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2091 | 2024-11-25T18:49:33.674Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2092 | 2024-11-25T18:49:33.899Z | Compiling zone_cfg_derive v0.3.0 |
2093 | 2024-11-25T18:49:34.196Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2094 | 2024-11-25T18:49:34.580Z | Compiling num-derive v0.4.2 |
2095 | 2024-11-25T18:49:34.648Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2096 | 2024-11-25T18:49:35.526Z | Checking downcast v0.11.0 |
2097 | 2024-11-25T18:49:35.707Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2098 | 2024-11-25T18:49:35.742Z | Checking fragile v2.0.0 |
2099 | 2024-11-25T18:49:36.035Z | Checking zone v0.3.0 |
2100 | 2024-11-25T18:49:36.066Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2101 | 2024-11-25T18:49:36.327Z | Compiling convert_case v0.4.0 |
2102 | 2024-11-25T18:49:36.763Z | Checking newline-converter v0.3.0 |
2103 | 2024-11-25T18:49:36.923Z | Checking expectorate v1.1.0 |
2104 | 2024-11-25T18:49:37.086Z | Checking tungstenite v0.21.0 |
2105 | 2024-11-25T18:49:37.119Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2106 | 2024-11-25T18:49:37.320Z | Compiling derive_more v0.99.18 |
2107 | 2024-11-25T18:49:37.595Z | Checking same-file v1.0.6 |
2108 | 2024-11-25T18:49:37.785Z | Checking walkdir v2.5.0 |
2109 | 2024-11-25T18:49:37.850Z | Checking arc-swap v1.7.1 |
2110 | 2024-11-25T18:49:38.006Z | Checking tokio-tungstenite v0.21.0 |
2111 | 2024-11-25T18:49:38.082Z | Checking xattr v1.3.1 |
2112 | 2024-11-25T18:49:38.295Z | Checking filetime v0.2.25 |
2113 | 2024-11-25T18:49:38.321Z | Checking slog-scope v4.4.0 |
2114 | 2024-11-25T18:49:38.512Z | Checking num-rational v0.4.2 |
2115 | 2024-11-25T18:49:38.540Z | Checking slog-stdlog v4.1.1 |
2116 | 2024-11-25T18:49:38.542Z | Checking tar v0.4.42 |
2117 | 2024-11-25T18:49:38.738Z | Checking slog-envlogger v2.2.0 |
2118 | 2024-11-25T18:49:38.980Z | Checking num-complex v0.4.6 |
2119 | 2024-11-25T18:49:39.161Z | Checking float-ord v0.3.2 |
2120 | 2024-11-25T18:49:39.325Z | Compiling cancel-safe-futures v0.1.5 |
2121 | 2024-11-25T18:49:39.427Z | Compiling owo-colors v4.1.0 |
2122 | 2024-11-25T18:49:39.517Z | Checking swrite v0.1.0 |
2123 | 2024-11-25T18:49:39.655Z | Checking libsw v3.3.1 |
2124 | 2024-11-25T18:49:39.928Z | Checking num v0.4.3 |
2125 | 2024-11-25T18:49:39.954Z | Checking pem v3.0.4 |
2126 | 2024-11-25T18:49:40.040Z | Checking password-hash v0.5.0 |
2127 | 2024-11-25T18:49:40.198Z | Checking blake2 v0.10.6 |
2128 | 2024-11-25T18:49:40.224Z | Checking linear-map v1.2.0 |
2129 | 2024-11-25T18:49:40.527Z | Checking indent_write v2.2.0 |
2130 | 2024-11-25T18:49:40.615Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2131 | 2024-11-25T18:49:40.698Z | Checking argon2 v0.5.3 |
2132 | 2024-11-25T18:49:40.955Z | Compiling lzma-sys v0.1.20 |
2133 | 2024-11-25T18:49:41.275Z | Checking headers-core v0.3.0 |
2134 | 2024-11-25T18:49:41.394Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2135 | 2024-11-25T18:49:41.427Z | Compiling heck v0.3.3 |
2136 | 2024-11-25T18:49:41.723Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2137 | 2024-11-25T18:49:41.757Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2138 | 2024-11-25T18:49:41.836Z | Compiling zone_cfg_derive v0.1.2 |
2139 | 2024-11-25T18:49:41.956Z | Checking headers v0.4.0 |
2140 | 2024-11-25T18:49:42.049Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2141 | 2024-11-25T18:49:42.075Z | Checking mockall v0.13.0 |
2142 | 2024-11-25T18:49:42.098Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2143 | 2024-11-25T18:49:42.150Z | Compiling typify-macro v0.2.0 |
2144 | 2024-11-25T18:49:42.328Z | Checking yasna v0.5.2 |
2145 | 2024-11-25T18:49:42.398Z | Checking highway v1.2.0 |
2146 | 2024-11-25T18:49:42.827Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2147 | 2024-11-25T18:49:42.853Z | Checking base64 v0.13.1 |
2148 | 2024-11-25T18:49:43.101Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2149 | 2024-11-25T18:49:43.229Z | Checking rcgen v0.12.1 |
2150 | 2024-11-25T18:49:43.265Z | Checking ron v0.7.1 |
2151 | 2024-11-25T18:49:43.354Z | Checking zone v0.1.8 |
2152 | 2024-11-25T18:49:43.928Z | Checking xz2 v0.1.7 |
2153 | 2024-11-25T18:49:44.068Z | Checking subprocess v0.2.9 |
2154 | 2024-11-25T18:49:44.248Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2155 | 2024-11-25T18:49:44.447Z | Checking humantime v2.1.0 |
2156 | 2024-11-25T18:49:44.668Z | Compiling semver v0.1.20 |
2157 | 2024-11-25T18:49:44.766Z | Checking half v2.4.1 |
2158 | 2024-11-25T18:49:45.204Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2159 | 2024-11-25T18:49:45.254Z | Compiling rustc_version v0.1.7 |
2160 | 2024-11-25T18:49:45.292Z | Checking ciborium-io v0.2.2 |
2161 | 2024-11-25T18:49:45.316Z | Checking prettyplease v0.2.25 |
2162 | 2024-11-25T18:49:45.467Z | Checking ciborium-ll v0.2.2 |
2163 | 2024-11-25T18:49:45.789Z | Checking ciborium v0.2.2 |
2164 | 2024-11-25T18:49:45.834Z | Compiling newtype_derive v0.1.6 |
2165 | 2024-11-25T18:49:46.590Z | Compiling typify v0.2.0 |
2166 | 2024-11-25T18:49:46.662Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2167 | 2024-11-25T18:49:46.742Z | Compiling progenitor-impl v0.8.0 |
2168 | 2024-11-25T18:49:48.451Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2169 | 2024-11-25T18:49:48.781Z | Checking steno v0.4.1 |
2170 | 2024-11-25T18:49:48.810Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2171 | 2024-11-25T18:49:49.003Z | Checking display-error-chain v0.2.2 |
2172 | 2024-11-25T18:49:49.005Z | Compiling slog-dtrace v0.3.0 |
2173 | 2024-11-25T18:49:49.193Z | Checking gethostname v0.5.0 |
2174 | 2024-11-25T18:49:49.335Z | Checking nibble_vec v0.1.0 |
2175 | 2024-11-25T18:49:49.531Z | Compiling blake3 v1.5.4 |
2176 | 2024-11-25T18:49:49.803Z | Compiling ring v0.16.20 |
2177 | 2024-11-25T18:49:50.115Z | Checking endian-type v0.1.2 |
2178 | 2024-11-25T18:49:50.231Z | Checking keccak v0.1.5 |
2179 | 2024-11-25T18:49:50.344Z | Checking radix_trie v0.2.1 |
2180 | 2024-11-25T18:49:50.605Z | Checking sha3 v0.10.8 |
2181 | 2024-11-25T18:49:50.801Z | Checking universal-hash v0.5.1 |
2182 | 2024-11-25T18:49:50.986Z | Checking secrecy v0.8.0 |
2183 | 2024-11-25T18:49:51.042Z | Checking opaque-debug v0.3.1 |
2184 | 2024-11-25T18:49:51.132Z | Checking aead v0.5.2 |
2185 | 2024-11-25T18:49:51.157Z | Checking poly1305 v0.8.0 |
2186 | 2024-11-25T18:49:51.186Z | Checking chacha20 v0.9.1 |
2187 | 2024-11-25T18:49:51.574Z | Compiling memmap2 v0.9.5 |
2188 | 2024-11-25T18:49:51.672Z | Compiling arrayvec v0.7.6 |
2189 | 2024-11-25T18:49:52.035Z | Compiling spin v0.5.2 |
2190 | 2024-11-25T18:49:52.133Z | Compiling arrayref v0.3.9 |
2191 | 2024-11-25T18:49:52.214Z | Compiling constant_time_eq v0.3.1 |
2192 | 2024-11-25T18:49:52.253Z | Compiling toolchain_find v0.4.0 |
2193 | 2024-11-25T18:49:52.297Z | Compiling thiserror-impl-no-std v2.0.2 |
2194 | 2024-11-25T18:49:52.324Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2195 | 2024-11-25T18:49:52.619Z | Compiling topological-sort v0.2.2 |
2196 | 2024-11-25T18:49:52.784Z | Compiling rustfmt-wrapper v0.2.1 |
2197 | 2024-11-25T18:49:52.858Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2198 | 2024-11-25T18:49:53.319Z | Checking chacha20poly1305 v0.10.1 |
2199 | 2024-11-25T18:49:53.325Z | Compiling async-recursion v1.1.1 |
2200 | 2024-11-25T18:49:53.393Z | Checking fxhash v0.2.1 |
2201 | 2024-11-25T18:49:53.419Z | Checking termcolor v1.4.1 |
2202 | 2024-11-25T18:49:53.595Z | Compiling radium v0.7.0 |
2203 | 2024-11-25T18:49:53.651Z | Checking maplit v1.0.2 |
2204 | 2024-11-25T18:49:53.779Z | Compiling maybe-uninit v2.0.0 |
2205 | 2024-11-25T18:49:53.849Z | Checking tap v1.0.1 |
2206 | 2024-11-25T18:49:54.016Z | Checking wyz v0.5.1 |
2207 | 2024-11-25T18:49:54.406Z | Checking home v0.5.9 |
2208 | 2024-11-25T18:49:54.453Z | Checking funty v2.0.0 |
2209 | 2024-11-25T18:49:54.527Z | Compiling packed_struct v0.10.1 |
2210 | 2024-11-25T18:49:54.564Z | Checking crc-catalog v2.4.0 |
2211 | 2024-11-25T18:49:54.723Z | Checking crc v3.2.1 |
2212 | 2024-11-25T18:49:55.038Z | Compiling const_format_proc_macros v0.2.33 |
2213 | 2024-11-25T18:49:55.058Z | Checking kstat-rs v0.2.4 |
2214 | 2024-11-25T18:49:55.080Z | Compiling progenitor-macro v0.8.0 |
2215 | 2024-11-25T18:49:55.171Z | Compiling packed_struct_codegen v0.10.1 |
2216 | 2024-11-25T18:49:55.464Z | Compiling omicron-zone-package v0.11.1 |
2217 | 2024-11-25T18:49:55.467Z | Checking bitvec v1.0.1 |
2218 | 2024-11-25T18:49:55.561Z | Checking thiserror-no-std v2.0.2 |
2219 | 2024-11-25T18:49:55.688Z | Checking vsss-rs v3.3.4 |
2220 | 2024-11-25T18:49:56.526Z | Compiling vte_generate_state_changes v0.1.2 |
2221 | 2024-11-25T18:49:57.206Z | Compiling indexmap v1.9.3 |
2222 | 2024-11-25T18:49:57.228Z | Checking nodrop v0.1.14 |
2223 | 2024-11-25T18:49:57.296Z | Compiling libefi-sys v0.1.0 |
2224 | 2024-11-25T18:49:57.359Z | Checking array-init v0.0.4 |
2225 | 2024-11-25T18:49:57.540Z | Checking const_format v0.2.33 |
2226 | 2024-11-25T18:49:57.628Z | Checking vte v0.11.1 |
2227 | 2024-11-25T18:49:58.060Z | Checking smallvec v0.6.14 |
2228 | 2024-11-25T18:49:58.128Z | Checking fd-lock v4.0.2 |
2229 | 2024-11-25T18:49:58.320Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2230 | 2024-11-25T18:49:58.408Z | Compiling bitfield-struct v0.6.2 |
2231 | 2024-11-25T18:49:58.463Z | Checking bitfield v0.14.0 |
2232 | 2024-11-25T18:49:58.737Z | Checking hashbrown v0.12.3 |
2233 | 2024-11-25T18:49:58.874Z | Checking serde-hex v0.1.0 |
2234 | 2024-11-25T18:49:59.029Z | Checking strip-ansi-escapes v0.2.0 |
2235 | 2024-11-25T18:49:59.197Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2236 | 2024-11-25T18:49:59.432Z | Checking env_logger v0.10.2 |
2237 | 2024-11-25T18:49:59.457Z | Checking ron v0.8.1 |
2238 | 2024-11-25T18:49:59.859Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2239 | 2024-11-25T18:49:59.890Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2240 | 2024-11-25T18:50:00.185Z | Checking hashbrown v0.13.2 |
2241 | 2024-11-25T18:50:00.551Z | Checking crc-any v2.5.0 |
2242 | 2024-11-25T18:50:00.554Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2243 | 2024-11-25T18:50:00.709Z | Checking nu-ansi-term v0.50.1 |
2244 | 2024-11-25T18:50:00.782Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2245 | 2024-11-25T18:50:00.941Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2246 | 2024-11-25T18:50:01.159Z | Checking reedline v0.35.0 |
2247 | 2024-11-25T18:50:01.316Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2248 | 2024-11-25T18:50:01.364Z | Checking object v0.30.4 |
2249 | 2024-11-25T18:50:01.423Z | Checking path-slash v0.1.5 |
2250 | 2024-11-25T18:50:01.561Z | Compiling parking_lot_core v0.8.6 |
2251 | 2024-11-25T18:50:01.584Z | Compiling phf_generator v0.11.2 |
2252 | 2024-11-25T18:50:01.784Z | Checking glob v0.3.1 |
2253 | 2024-11-25T18:50:02.065Z | Checking bytecount v0.6.8 |
2254 | 2024-11-25T18:50:02.120Z | Compiling phf_codegen v0.11.2 |
2255 | 2024-11-25T18:50:02.175Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2256 | 2024-11-25T18:50:02.225Z | Checking papergrid v0.11.0 |
2257 | 2024-11-25T18:50:02.332Z | Compiling tabled_derive v0.7.0 |
2258 | 2024-11-25T18:50:02.444Z | Checking parking_lot v0.11.2 |
2259 | 2024-11-25T18:50:02.796Z | Compiling parse-zoneinfo v0.3.1 |
2260 | 2024-11-25T18:50:02.897Z | Compiling cfg_aliases v0.1.1 |
2261 | 2024-11-25T18:50:03.015Z | Compiling nix v0.28.0 |
2262 | 2024-11-25T18:50:03.816Z | Compiling chrono-tz-build v0.4.0 |
2263 | 2024-11-25T18:50:03.860Z | Checking sled v0.34.7 |
2264 | 2024-11-25T18:50:03.996Z | Checking hickory-client v0.24.1 |
2265 | 2024-11-25T18:50:04.696Z | Checking hickory-server v0.24.1 |
2266 | 2024-11-25T18:50:04.892Z | Checking tabled v0.15.0 |
2267 | 2024-11-25T18:50:04.947Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2268 | 2024-11-25T18:50:05.365Z | Compiling chrono-tz v0.10.0 |
2269 | 2024-11-25T18:50:06.063Z | Compiling buf-list v1.0.3 |
2270 | 2024-11-25T18:50:06.822Z | Compiling peg-macros v0.8.4 |
2271 | 2024-11-25T18:50:07.301Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2272 | 2024-11-25T18:50:07.479Z | Compiling sqlparser_derive v0.2.2 |
2273 | 2024-11-25T18:50:07.700Z | Checking unicode_categories v0.1.1 |
2274 | 2024-11-25T18:50:08.019Z | Checking sqlformat v0.2.6 |
2275 | 2024-11-25T18:50:08.635Z | Checking sqlparser v0.45.0 |
2276 | 2024-11-25T18:50:08.867Z | Checking bcs v0.1.6 |
2277 | 2024-11-25T18:50:09.264Z | Checking rustyline v14.0.0 |
2278 | 2024-11-25T18:50:09.337Z | Checking primeorder v0.13.6 |
2279 | 2024-11-25T18:50:09.836Z | Compiling unicase v2.7.0 |
2280 | 2024-11-25T18:50:10.361Z | Checking nanorand v0.7.0 |
2281 | 2024-11-25T18:50:10.478Z | Checking progenitor v0.8.0 |
2282 | 2024-11-25T18:50:10.735Z | Checking peg v0.8.4 |
2283 | 2024-11-25T18:50:10.764Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2284 | 2024-11-25T18:50:10.848Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2285 | 2024-11-25T18:50:10.959Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2286 | 2024-11-25T18:50:12.683Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2287 | 2024-11-25T18:50:13.590Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2288 | 2024-11-25T18:50:15.538Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2289 | 2024-11-25T18:50:15.605Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2290 | 2024-11-25T18:50:17.866Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2291 | 2024-11-25T18:50:17.986Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2292 | 2024-11-25T18:50:18.095Z | Checking flume v0.11.1 |
2293 | 2024-11-25T18:50:18.598Z | Checking atty v0.2.14 |
2294 | 2024-11-25T18:50:18.737Z | Compiling salty v0.3.0 |
2295 | 2024-11-25T18:50:19.207Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2296 | 2024-11-25T18:50:19.264Z | Checking p384 v0.13.0 |
2297 | 2024-11-25T18:50:19.670Z | Compiling mime_guess v2.0.5 |
2298 | 2024-11-25T18:50:20.117Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2299 | 2024-11-25T18:50:20.343Z | Checking env_filter v0.1.2 |
2300 | 2024-11-25T18:50:20.377Z | Checking http-range v0.1.5 |
2301 | 2024-11-25T18:50:20.404Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2302 | 2024-11-25T18:50:20.598Z | Checking env_logger v0.11.5 |
2303 | 2024-11-25T18:50:20.819Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2304 | 2024-11-25T18:50:20.863Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2305 | 2024-11-25T18:50:20.930Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=1d82cc9fd9925814d097d39f7cbafd62fb8cfb7e#1d82cc9f) |
2306 | 2024-11-25T18:50:21.081Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2307 | 2024-11-25T18:50:21.209Z | Compiling dsl_auto_type v0.1.2 |
2308 | 2024-11-25T18:50:21.234Z | Checking scheduled-thread-pool v0.2.7 |
2309 | 2024-11-25T18:50:21.375Z | Compiling diesel_table_macro_syntax v0.2.0 |
2310 | 2024-11-25T18:50:21.452Z | Compiling crunchy v0.2.2 |
2311 | 2024-11-25T18:50:21.485Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2312 | 2024-11-25T18:50:21.771Z | Checking hyper-staticfile v0.10.1 |
2313 | 2024-11-25T18:50:21.815Z | Checking r2d2 v0.8.10 |
2314 | 2024-11-25T18:50:22.116Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2315 | 2024-11-25T18:50:22.333Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2316 | 2024-11-25T18:50:22.689Z | Compiling tiny-keccak v2.0.2 |
2317 | 2024-11-25T18:50:22.985Z | Compiling diesel_derives v2.2.3 |
2318 | 2024-11-25T18:50:23.046Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2319 | 2024-11-25T18:50:23.070Z | Compiling pin-project-internal v1.1.6 |
2320 | 2024-11-25T18:50:23.312Z | Compiling ref-cast v1.0.23 |
2321 | 2024-11-25T18:50:24.282Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2322 | 2024-11-25T18:50:24.593Z | Compiling ascii-canvas v3.0.0 |
2323 | 2024-11-25T18:50:24.615Z | Compiling ena v0.14.3 |
2324 | 2024-11-25T18:50:24.981Z | Compiling ref-cast-impl v1.0.23 |
2325 | 2024-11-25T18:50:25.160Z | Compiling regex-syntax v0.6.29 |
2326 | 2024-11-25T18:50:26.266Z | Compiling diff v0.1.13 |
2327 | 2024-11-25T18:50:26.302Z | Checking pin-project v1.1.6 |
2328 | 2024-11-25T18:50:26.641Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2329 | 2024-11-25T18:50:26.671Z | Checking signal-hook-tokio v0.3.1 |
2330 | 2024-11-25T18:50:26.872Z | Compiling snafu-derive v0.8.5 |
2331 | 2024-11-25T18:50:26.928Z | Checking bumpalo v3.16.0 |
2332 | 2024-11-25T18:50:27.300Z | Checking simd-adler32 v0.3.7 |
2333 | 2024-11-25T18:50:27.662Z | Checking lockfree-object-pool v0.1.6 |
2334 | 2024-11-25T18:50:27.916Z | Compiling zip v2.1.3 |
2335 | 2024-11-25T18:50:28.250Z | Checking zopfli v0.8.1 |
2336 | 2024-11-25T18:50:28.993Z | Compiling lalrpop v0.19.12 |
2337 | 2024-11-25T18:50:30.806Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2338 | 2024-11-25T18:50:31.107Z | Compiling derive_builder_core v0.20.2 |
2339 | 2024-11-25T18:50:31.265Z | Checking globset v0.4.15 |
2340 | 2024-11-25T18:50:31.822Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2341 | 2024-11-25T18:50:32.567Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2342 | 2024-11-25T18:50:33.644Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2343 | 2024-11-25T18:50:35.586Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2344 | 2024-11-25T18:50:36.110Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2345 | 2024-11-25T18:50:37.315Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2346 | 2024-11-25T18:50:37.923Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2347 | 2024-11-25T18:50:38.234Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2348 | 2024-11-25T18:50:38.287Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2349 | 2024-11-25T18:50:38.760Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2350 | 2024-11-25T18:50:39.774Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2351 | 2024-11-25T18:50:39.779Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2352 | 2024-11-25T18:50:40.036Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2353 | 2024-11-25T18:50:40.580Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2354 | 2024-11-25T18:50:40.819Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2355 | 2024-11-25T18:50:41.014Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2356 | 2024-11-25T18:50:41.252Z | Checking diesel v2.2.4 |
2357 | 2024-11-25T18:50:41.403Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2358 | 2024-11-25T18:50:41.601Z | Checking snafu v0.8.5 |
2359 | 2024-11-25T18:50:41.826Z | Checking olpc-cjson v0.1.4 |
2360 | 2024-11-25T18:50:42.070Z | Checking serde_plain v1.0.2 |
2361 | 2024-11-25T18:50:42.125Z | Compiling libxml v0.3.3 |
2362 | 2024-11-25T18:50:42.338Z | Compiling memoffset v0.9.1 |
2363 | 2024-11-25T18:50:42.679Z | Checking typed-path v0.9.3 |
2364 | 2024-11-25T18:50:44.716Z | Checking tough v0.19.0 |
2365 | 2024-11-25T18:50:44.939Z | Compiling derive_builder_macro v0.20.2 |
2366 | 2024-11-25T18:50:45.597Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2367 | 2024-11-25T18:50:46.603Z | Checking tungstenite v0.23.0 |
2368 | 2024-11-25T18:50:46.984Z | Compiling strum_macros v0.24.3 |
2369 | 2024-11-25T18:50:47.022Z | Compiling samael v0.0.17 |
2370 | 2024-11-25T18:50:47.388Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2371 | 2024-11-25T18:50:47.572Z | Checking parse-size v1.1.0 |
2372 | 2024-11-25T18:50:47.765Z | Compiling indoc v1.0.9 |
2373 | 2024-11-25T18:50:48.785Z | Checking tokio-tungstenite v0.23.1 |
2374 | 2024-11-25T18:50:49.263Z | Checking derive_builder v0.20.2 |
2375 | 2024-11-25T18:50:49.831Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2376 | 2024-11-25T18:50:50.123Z | Checking quick-xml v0.33.0 |
2377 | 2024-11-25T18:50:50.198Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2378 | 2024-11-25T18:50:50.751Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2379 | 2024-11-25T18:50:51.193Z | Compiling oso-derive v0.27.3 |
2380 | 2024-11-25T18:50:51.215Z | Compiling impl-trait-for-tuples v0.2.2 |
2381 | 2024-11-25T18:50:51.237Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2382 | 2024-11-25T18:50:52.355Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2383 | 2024-11-25T18:50:52.420Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2384 | 2024-11-25T18:50:52.604Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2385 | 2024-11-25T18:50:53.073Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2386 | 2024-11-25T18:50:53.551Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2387 | 2024-11-25T18:50:54.415Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2388 | 2024-11-25T18:50:55.098Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2389 | 2024-11-25T18:50:56.040Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2390 | 2024-11-25T18:50:56.137Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2391 | 2024-11-25T18:50:59.142Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2392 | 2024-11-25T18:50:59.802Z | Checking nix v0.27.1 |
2393 | 2024-11-25T18:51:01.248Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2394 | 2024-11-25T18:51:01.964Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2395 | 2024-11-25T18:51:02.838Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2396 | 2024-11-25T18:51:03.926Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2397 | 2024-11-25T18:51:04.525Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2398 | 2024-11-25T18:51:04.805Z | Compiling diesel-dtrace v0.3.0 |
2399 | 2024-11-25T18:51:05.810Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2400 | 2024-11-25T18:51:05.889Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2401 | 2024-11-25T18:51:06.195Z | Checking bb8 v0.8.5 |
2402 | 2024-11-25T18:51:06.537Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2403 | 2024-11-25T18:51:06.667Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2404 | 2024-11-25T18:51:07.320Z | Checking heck v0.4.1 |
2405 | 2024-11-25T18:51:07.402Z | Checking rand_seeder v0.3.0 |
2406 | 2024-11-25T18:51:07.454Z | Checking assert_matches v1.5.0 |
2407 | 2024-11-25T18:51:07.543Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2408 | 2024-11-25T18:51:07.567Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2409 | 2024-11-25T18:51:07.642Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2410 | 2024-11-25T18:51:07.784Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2411 | 2024-11-25T18:51:07.972Z | Compiling libz-sys v1.1.20 |
2412 | 2024-11-25T18:51:08.054Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2413 | 2024-11-25T18:51:08.820Z | Checking is_ci v1.2.0 |
2414 | 2024-11-25T18:51:08.979Z | Checking supports-color v3.0.1 |
2415 | 2024-11-25T18:51:09.175Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2416 | 2024-11-25T18:51:09.421Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2417 | 2024-11-25T18:51:09.594Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2418 | 2024-11-25T18:51:09.618Z | Compiling vergen v8.3.2 |
2419 | 2024-11-25T18:51:09.915Z | Compiling cargo-platform v0.1.8 |
2420 | 2024-11-25T18:51:10.135Z | Checking smawk v0.3.2 |
2421 | 2024-11-25T18:51:10.363Z | Checking unicode-linebreak v0.1.5 |
2422 | 2024-11-25T18:51:10.484Z | Compiling cargo_metadata v0.18.1 |
2423 | 2024-11-25T18:51:10.804Z | Checking textwrap v0.16.1 |
2424 | 2024-11-25T18:51:11.185Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2425 | 2024-11-25T18:51:11.487Z | Checking castaway v0.2.3 |
2426 | 2024-11-25T18:51:11.527Z | Compiling libsqlite3-sys v0.30.1 |
2427 | 2024-11-25T18:51:11.658Z | Compiling rustls v0.21.12 |
2428 | 2024-11-25T18:51:11.813Z | Compiling cfg_aliases v0.2.1 |
2429 | 2024-11-25T18:51:11.950Z | Compiling nix v0.29.0 |
2430 | 2024-11-25T18:51:11.982Z | Checking compact_str v0.8.0 |
2431 | 2024-11-25T18:51:12.893Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2432 | 2024-11-25T18:51:12.923Z | Checking unicode-truncate v1.1.0 |
2433 | 2024-11-25T18:51:13.153Z | Checking sct v0.7.1 |
2434 | 2024-11-25T18:51:13.187Z | Checking rustls-webpki v0.101.7 |
2435 | 2024-11-25T18:51:13.381Z | Checking lru v0.12.5 |
2436 | 2024-11-25T18:51:13.671Z | Compiling instability v0.3.2 |
2437 | 2024-11-25T18:51:13.765Z | Checking cassowary v0.3.0 |
2438 | 2024-11-25T18:51:14.212Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2439 | 2024-11-25T18:51:14.496Z | Checking hashlink v0.9.1 |
2440 | 2024-11-25T18:51:14.619Z | Checking concurrent-queue v2.5.0 |
2441 | 2024-11-25T18:51:14.710Z | Checking ratatui v0.28.1 |
2442 | 2024-11-25T18:51:14.963Z | Checking plotters-backend v0.3.7 |
2443 | 2024-11-25T18:51:15.179Z | Checking fallible-streaming-iterator v0.1.9 |
2444 | 2024-11-25T18:51:15.373Z | Checking fallible-iterator v0.3.0 |
2445 | 2024-11-25T18:51:15.431Z | Checking parking v2.2.1 |
2446 | 2024-11-25T18:51:15.614Z | Checking plotters-svg v0.3.7 |
2447 | 2024-11-25T18:51:16.025Z | Checking rusqlite v0.32.1 |
2448 | 2024-11-25T18:51:16.361Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2449 | 2024-11-25T18:51:17.033Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2450 | 2024-11-25T18:51:17.194Z | Checking tokio-rustls v0.24.1 |
2451 | 2024-11-25T18:51:17.560Z | Checking async-bb8-diesel v0.2.1 |
2452 | 2024-11-25T18:51:17.598Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2453 | 2024-11-25T18:51:17.631Z | Checking rustls-pemfile v1.0.4 |
2454 | 2024-11-25T18:51:17.741Z | Checking twox-hash v1.6.3 |
2455 | 2024-11-25T18:51:17.824Z | Checking cast v0.3.0 |
2456 | 2024-11-25T18:51:17.913Z | Checking plotters v0.3.7 |
2457 | 2024-11-25T18:51:18.131Z | Checking criterion-plot v0.5.0 |
2458 | 2024-11-25T18:51:18.215Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2459 | 2024-11-25T18:51:18.279Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2460 | 2024-11-25T18:51:18.303Z | Checking fatfs v0.3.6 |
2461 | 2024-11-25T18:51:18.641Z | Checking tinytemplate v1.2.1 |
2462 | 2024-11-25T18:51:19.044Z | Checking csv-core v0.1.11 |
2463 | 2024-11-25T18:51:19.368Z | Checking oorandom v11.1.4 |
2464 | 2024-11-25T18:51:19.392Z | Checking shell-words v1.1.0 |
2465 | 2024-11-25T18:51:19.531Z | Checking anes v0.1.6 |
2466 | 2024-11-25T18:51:19.567Z | Checking hex-literal v0.4.1 |
2467 | 2024-11-25T18:51:19.589Z | Checking csv v1.3.0 |
2468 | 2024-11-25T18:51:19.708Z | Checking event-listener v5.3.1 |
2469 | 2024-11-25T18:51:19.819Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2470 | 2024-11-25T18:51:19.990Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2471 | 2024-11-25T18:51:20.092Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2472 | 2024-11-25T18:51:20.451Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2473 | 2024-11-25T18:51:20.811Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2474 | 2024-11-25T18:51:21.303Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2475 | 2024-11-25T18:51:22.457Z | Checking criterion v0.5.1 |
2476 | 2024-11-25T18:51:23.021Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2477 | 2024-11-25T18:51:23.991Z | Checking rtoolbox v0.0.2 |
2478 | 2024-11-25T18:51:24.198Z | Checking rpassword v7.3.1 |
2479 | 2024-11-25T18:51:24.361Z | Checking event-listener-strategy v0.5.2 |
2480 | 2024-11-25T18:51:24.587Z | Checking tui-tree-widget v0.22.0 |
2481 | 2024-11-25T18:51:24.947Z | Checking polyval v0.6.2 |
2482 | 2024-11-25T18:51:25.202Z | Checking futures-lite v2.3.0 |
2483 | 2024-11-25T18:51:25.232Z | Checking ghash v0.5.1 |
2484 | 2024-11-25T18:51:25.421Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2485 | 2024-11-25T18:51:26.616Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2486 | 2024-11-25T18:51:26.639Z | Checking ctr v0.9.2 |
2487 | 2024-11-25T18:51:27.335Z | Checking yansi v1.0.1 |
2488 | 2024-11-25T18:51:27.675Z | Checking aes-gcm v0.10.3 |
2489 | 2024-11-25T18:51:27.891Z | Checking pretty_assertions v1.4.1 |
2490 | 2024-11-25T18:51:27.930Z | Checking ssh-encoding v0.2.0 |
2491 | 2024-11-25T18:51:28.110Z | Checking blowfish v0.9.1 |
2492 | 2024-11-25T18:51:28.257Z | Checking ssh-cipher v0.2.0 |
2493 | 2024-11-25T18:51:28.314Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2494 | 2024-11-25T18:51:28.356Z | Checking bcrypt-pbkdf v0.10.0 |
2495 | 2024-11-25T18:51:28.537Z | Checking async-lock v3.4.0 |
2496 | 2024-11-25T18:51:28.607Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2497 | 2024-11-25T18:51:29.370Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2498 | 2024-11-25T18:51:29.556Z | Checking polling v3.7.3 |
2499 | 2024-11-25T18:51:29.940Z | Checking password-hash v0.4.2 |
2500 | 2024-11-25T18:51:30.338Z | Checking matches v0.1.10 |
2501 | 2024-11-25T18:51:30.449Z | Checking idna v0.2.3 |
2502 | 2024-11-25T18:51:30.903Z | Checking pbkdf2 v0.11.0 |
2503 | 2024-11-25T18:51:31.187Z | Checking async-io v2.3.4 |
2504 | 2024-11-25T18:51:31.240Z | Checking ssh-key v0.6.6 |
2505 | 2024-11-25T18:51:32.080Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2506 | 2024-11-25T18:51:32.897Z | Checking p521 v0.13.3 |
2507 | 2024-11-25T18:51:32.956Z | Checking p256 v0.13.2 |
2508 | 2024-11-25T18:51:33.431Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2509 | 2024-11-25T18:51:33.464Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2510 | 2024-11-25T18:51:34.349Z | Checking russh-cryptovec v0.7.3 |
2511 | 2024-11-25T18:51:34.574Z | Compiling enum-as-inner v0.5.1 |
2512 | 2024-11-25T18:51:34.820Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2513 | 2024-11-25T18:51:35.571Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2514 | 2024-11-25T18:51:35.641Z | Checking md5 v0.7.0 |
2515 | 2024-11-25T18:51:35.946Z | Compiling target-lexicon v0.12.16 |
2516 | 2024-11-25T18:51:36.365Z | Checking async-task v4.7.1 |
2517 | 2024-11-25T18:51:36.696Z | Compiling doc-comment v0.3.3 |
2518 | 2024-11-25T18:51:37.069Z | Checking russh-keys v0.45.0 |
2519 | 2024-11-25T18:51:37.441Z | Checking trust-dns-proto v0.22.0 |
2520 | 2024-11-25T18:51:38.445Z | Checking async-channel v2.3.1 |
2521 | 2024-11-25T18:51:38.780Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2522 | 2024-11-25T18:51:40.559Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2523 | 2024-11-25T18:51:40.619Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2524 | 2024-11-25T18:51:41.228Z | Checking piper v0.2.4 |
2525 | 2024-11-25T18:51:41.470Z | Checking num-bigint v0.4.6 |
2526 | 2024-11-25T18:51:41.502Z | Checking des v0.8.1 |
2527 | 2024-11-25T18:51:41.683Z | Compiling guppy-workspace-hack v0.1.0 |
2528 | 2024-11-25T18:51:41.773Z | Checking futures-timer v3.0.3 |
2529 | 2024-11-25T18:51:41.955Z | Compiling dhcproto-macros v0.1.0 |
2530 | 2024-11-25T18:51:42.104Z | Compiling assert_cmd v2.0.16 |
2531 | 2024-11-25T18:51:42.619Z | Checking blocking v1.6.1 |
2532 | 2024-11-25T18:51:42.919Z | Checking dhcproto v0.12.0 |
2533 | 2024-11-25T18:51:43.503Z | Checking async-executor v1.13.1 |
2534 | 2024-11-25T18:51:43.820Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2535 | 2024-11-25T18:51:44.008Z | Checking russh v0.45.0 |
2536 | 2024-11-25T18:51:44.454Z | Checking async-signal v0.2.10 |
2537 | 2024-11-25T18:51:44.580Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2538 | 2024-11-25T18:51:45.014Z | Checking internet-checksum v0.2.1 |
2539 | 2024-11-25T18:51:45.047Z | Checking event-listener v2.5.3 |
2540 | 2024-11-25T18:51:45.214Z | Compiling target-spec v3.2.2 |
2541 | 2024-11-25T18:51:45.822Z | Checking async-channel v1.9.0 |
2542 | 2024-11-25T18:51:46.681Z | Checking async-process v2.3.0 |
2543 | 2024-11-25T18:51:47.026Z | Checking async-global-executor v2.4.1 |
2544 | 2024-11-25T18:51:47.341Z | Checking cfg-expr v0.17.0 |
2545 | 2024-11-25T18:51:47.954Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2546 | 2024-11-25T18:51:48.208Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2547 | 2024-11-25T18:51:48.524Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2548 | 2024-11-25T18:51:48.998Z | Checking httptest v0.16.1 |
2549 | 2024-11-25T18:51:49.488Z | Checking rustls-native-certs v0.7.3 |
2550 | 2024-11-25T18:51:49.678Z | Compiling petname v2.0.2 |
2551 | 2024-11-25T18:51:49.716Z | Checking num_cpus v1.16.0 |
2552 | 2024-11-25T18:51:49.833Z | Checking kv-log-macro v1.0.7 |
2553 | 2024-11-25T18:51:49.974Z | Compiling async-attributes v1.1.2 |
2554 | 2024-11-25T18:51:50.909Z | Checking async-std v1.13.0 |
2555 | 2024-11-25T18:51:53.030Z | Checking threadpool v1.8.1 |
2556 | 2024-11-25T18:51:53.242Z | Checking hyper-rustls v0.26.0 |
2557 | 2024-11-25T18:51:53.603Z | Checking pathdiff v0.2.2 |
2558 | 2024-11-25T18:51:53.627Z | Compiling rstest_macros v0.23.0 |
2559 | 2024-11-25T18:51:53.781Z | Checking escape8259 v0.5.3 |
2560 | 2024-11-25T18:51:53.987Z | Checking nested v0.1.1 |
2561 | 2024-11-25T18:51:54.152Z | Compiling target-triple v0.1.3 |
2562 | 2024-11-25T18:51:54.189Z | Checking guppy v0.17.8 |
2563 | 2024-11-25T18:51:54.567Z | Checking async-object-pool v0.1.5 |
2564 | 2024-11-25T18:51:54.768Z | Checking libtest-mimic v0.7.3 |
2565 | 2024-11-25T18:51:55.185Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2566 | 2024-11-25T18:51:55.619Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2567 | 2024-11-25T18:51:55.905Z | Checking similar-asserts v1.6.0 |
2568 | 2024-11-25T18:51:56.182Z | Checking fancy-regex v0.13.0 |
2569 | 2024-11-25T18:51:56.374Z | Checking serde_regex v1.1.0 |
2570 | 2024-11-25T18:51:56.639Z | Checking assert-json-diff v2.0.2 |
2571 | 2024-11-25T18:51:56.936Z | Compiling proc-macro-crate v3.2.0 |
2572 | 2024-11-25T18:51:56.984Z | Checking path-tree v0.8.1 |
2573 | 2024-11-25T18:51:57.334Z | Checking sync-ptr v0.1.1 |
2574 | 2024-11-25T18:51:57.570Z | Compiling relative-path v1.9.3 |
2575 | 2024-11-25T18:51:58.301Z | Checking stringmetrics v2.2.2 |
2576 | 2024-11-25T18:51:58.445Z | Checking datatest-stable v0.2.9 |
2577 | 2024-11-25T18:51:58.546Z | Checking httpmock v0.8.0-alpha.1 |
2578 | 2024-11-25T18:51:58.922Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2579 | 2024-11-25T18:52:00.365Z | Checking blake2b_simd v1.0.2 |
2580 | 2024-11-25T18:52:01.191Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2581 | 2024-11-25T18:52:02.064Z | Compiling git2 v0.19.0 |
2582 | 2024-11-25T18:52:04.083Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2583 | 2024-11-25T18:52:04.412Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2584 | 2024-11-25T18:52:04.720Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2585 | 2024-11-25T18:52:04.810Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2586 | 2024-11-25T18:52:05.133Z | Checking serde_tokenstream v0.2.2 |
2587 | 2024-11-25T18:52:05.272Z | Checking uzers v0.12.1 |
2588 | 2024-11-25T18:52:05.699Z | Checking rust-argon2 v2.1.0 |
2589 | 2024-11-25T18:52:05.723Z | Checking trybuild v1.0.101 |
2590 | 2024-11-25T18:52:06.155Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2591 | 2024-11-25T18:52:07.186Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2592 | 2024-11-25T18:52:07.518Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2593 | 2024-11-25T18:52:09.639Z | Checking rstest v0.23.0 |
2594 | 2024-11-25T18:52:09.876Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2595 | 2024-11-25T18:52:10.186Z | Checking rand_distr v0.4.3 |
2596 | 2024-11-25T18:52:10.668Z | Checking multimap v0.10.0 |
2597 | 2024-11-25T18:52:11.004Z | Checking approx v0.5.1 |
2598 | 2024-11-25T18:52:11.065Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2599 | 2024-11-25T18:52:11.274Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2600 | 2024-11-25T18:52:11.790Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2601 | 2024-11-25T18:52:12.158Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2602 | 2024-11-25T18:52:12.449Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2603 | 2024-11-25T18:52:12.823Z | Checking partial-io v0.5.4 |
2604 | 2024-11-25T18:52:12.846Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2605 | 2024-11-25T18:52:13.132Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2606 | 2024-11-25T18:52:13.231Z | Checking cargo_toml v0.20.5 |
2607 | 2024-11-25T18:52:14.068Z | Checking termios v0.3.3 |
2608 | 2024-11-25T18:52:14.293Z | Compiling indoc v2.0.5 |
2609 | 2024-11-25T18:52:14.666Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2610 | 2024-11-25T18:52:15.299Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2611 | 2024-11-25T18:52:18.178Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2612 | 2024-11-25T18:52:35.160Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2613 | 2024-11-25T18:52:37.756Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2614 | 2024-11-25T18:52:41.139Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2615 | 2024-11-25T18:52:57.557Z | Compiling polar-core v0.27.3 |
2616 | 2024-11-25T18:53:09.038Z | Checking oso v0.27.3 |
2617 | 2024-11-25T18:53:15.833Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2618 | 2024-11-25T18:53:16.358Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2619 | 2024-11-25T18:53:17.673Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2620 | 2024-11-25T18:53:23.928Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2621 | 2024-11-25T18:54:00.533Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2622 | 2024-11-25T18:54:00.536Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2623 | 2024-11-25T18:54:00.536Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2624 | 2024-11-25T18:55:26.257Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 45s |
2625 | 2024-11-25T18:55:26.665Z | |
2626 | 2024-11-25T18:55:26.665Z | real 6:50.283460710 |
2627 | 2024-11-25T18:55:26.665Z | user 36:29.507615292 |
2628 | 2024-11-25T18:55:26.665Z | sys 6:44.305239283 |
2629 | 2024-11-25T18:55:26.665Z | trap 1.000576398 |
2630 | 2024-11-25T18:55:26.665Z | tflt 1.911281684 |
2631 | 2024-11-25T18:55:26.665Z | dflt 0.816716789 |
2632 | 2024-11-25T18:55:26.665Z | kflt 0.001865912 |
2633 | 2024-11-25T18:55:26.667Z | lock 53:02.965641700 |
2634 | 2024-11-25T18:55:26.667Z | slp 2:06:00.700530530 |
2635 | 2024-11-25T18:55:26.667Z | lat 1:41.349072753 |
2636 | 2024-11-25T18:55:26.667Z | stop 6:26.817586668 |
2637 | 2024-11-25T18:55:26.667Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2638 | 2024-11-25T18:55:26.668Z | + ptime -m cargo doc --workspace --no-deps |
2639 | 2024-11-25T18:55:27.889Z | warning: output filename collision. |
2640 | 2024-11-25T18:55:27.889Z | 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)`. |
2641 | 2024-11-25T18:55:27.889Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2642 | 2024-11-25T18:55:27.889Z | The targets should have unique names. |
2643 | 2024-11-25T18:55:27.889Z | This is a known bug where multiple crates with the same name use |
2644 | 2024-11-25T18:55:27.889Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2645 | 2024-11-25T18:55:28.332Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2646 | 2024-11-25T18:55:28.402Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2647 | 2024-11-25T18:55:28.422Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2648 | 2024-11-25T18:55:28.467Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2649 | 2024-11-25T18:55:28.488Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2650 | 2024-11-25T18:55:28.518Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2651 | 2024-11-25T18:55:28.518Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2652 | 2024-11-25T18:55:28.707Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2653 | 2024-11-25T18:55:28.747Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2654 | 2024-11-25T18:55:28.773Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2655 | 2024-11-25T18:55:28.792Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2656 | 2024-11-25T18:55:29.012Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2657 | 2024-11-25T18:55:29.110Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2658 | 2024-11-25T18:55:29.335Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2659 | 2024-11-25T18:55:29.499Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2660 | 2024-11-25T18:55:32.226Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2661 | 2024-11-25T18:55:33.376Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2662 | 2024-11-25T18:55:33.736Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2663 | 2024-11-25T18:55:33.757Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2664 | 2024-11-25T18:55:33.981Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2665 | 2024-11-25T18:55:34.041Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2666 | 2024-11-25T18:55:34.093Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2667 | 2024-11-25T18:55:34.370Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2668 | 2024-11-25T18:55:34.465Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2669 | 2024-11-25T18:55:34.729Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2670 | 2024-11-25T18:55:34.784Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2671 | 2024-11-25T18:55:35.015Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2672 | 2024-11-25T18:55:35.309Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2673 | 2024-11-25T18:55:35.331Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2674 | 2024-11-25T18:55:35.606Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2675 | 2024-11-25T18:55:35.728Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2676 | 2024-11-25T18:55:35.765Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2677 | 2024-11-25T18:55:36.067Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2678 | 2024-11-25T18:55:36.135Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2679 | 2024-11-25T18:55:36.470Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2680 | 2024-11-25T18:55:36.737Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2681 | 2024-11-25T18:55:36.759Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2682 | 2024-11-25T18:55:37.158Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2683 | 2024-11-25T18:55:37.192Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2684 | 2024-11-25T18:55:37.516Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2685 | 2024-11-25T18:55:37.971Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2686 | 2024-11-25T18:55:39.447Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2687 | 2024-11-25T18:55:40.852Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2688 | 2024-11-25T18:55:43.083Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2689 | 2024-11-25T18:55:43.898Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2690 | 2024-11-25T18:55:43.982Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2691 | 2024-11-25T18:55:44.232Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2692 | 2024-11-25T18:55:44.311Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2693 | 2024-11-25T18:55:45.272Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2694 | 2024-11-25T18:55:45.727Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2695 | 2024-11-25T18:55:45.981Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2696 | 2024-11-25T18:55:46.397Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2697 | 2024-11-25T18:55:46.443Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2698 | 2024-11-25T18:55:51.842Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2699 | 2024-11-25T18:55:52.823Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2700 | 2024-11-25T18:55:53.543Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2701 | 2024-11-25T18:55:55.057Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2702 | 2024-11-25T18:55:55.245Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2703 | 2024-11-25T18:55:55.553Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2704 | 2024-11-25T18:55:55.699Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2705 | 2024-11-25T18:55:55.986Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2706 | 2024-11-25T18:55:56.462Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2707 | 2024-11-25T18:55:56.562Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2708 | 2024-11-25T18:55:57.803Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2709 | 2024-11-25T18:55:57.888Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2710 | 2024-11-25T18:55:58.079Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2711 | 2024-11-25T18:55:58.373Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2712 | 2024-11-25T18:55:58.765Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2713 | 2024-11-25T18:55:59.194Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2714 | 2024-11-25T18:55:59.476Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2715 | 2024-11-25T18:56:00.012Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2716 | 2024-11-25T18:56:00.077Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2717 | 2024-11-25T18:56:00.227Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2718 | 2024-11-25T18:56:00.865Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2719 | 2024-11-25T18:56:00.956Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2720 | 2024-11-25T18:56:01.504Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2721 | 2024-11-25T18:56:02.013Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2722 | 2024-11-25T18:56:02.108Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2723 | 2024-11-25T18:56:03.433Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2724 | 2024-11-25T18:56:03.586Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2725 | 2024-11-25T18:56:03.980Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2726 | 2024-11-25T18:56:04.067Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2727 | 2024-11-25T18:56:04.234Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2728 | 2024-11-25T18:56:04.687Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2729 | 2024-11-25T18:56:04.709Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2730 | 2024-11-25T18:56:05.255Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2731 | 2024-11-25T18:56:05.318Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2732 | 2024-11-25T18:56:05.787Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2733 | 2024-11-25T18:56:05.839Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2734 | 2024-11-25T18:56:06.376Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2735 | 2024-11-25T18:56:06.423Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2736 | 2024-11-25T18:56:06.586Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2737 | 2024-11-25T18:56:07.716Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2738 | 2024-11-25T18:56:07.756Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2739 | 2024-11-25T18:56:08.088Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2740 | 2024-11-25T18:56:08.319Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2741 | 2024-11-25T18:56:08.342Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2742 | 2024-11-25T18:56:08.690Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2743 | 2024-11-25T18:56:09.539Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2744 | 2024-11-25T18:56:09.681Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2745 | 2024-11-25T18:56:09.872Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2746 | 2024-11-25T18:56:11.174Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2747 | 2024-11-25T18:56:11.302Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2748 | 2024-11-25T18:56:12.221Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2749 | 2024-11-25T18:56:13.855Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2750 | 2024-11-25T18:56:15.075Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2751 | 2024-11-25T18:56:15.562Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2752 | 2024-11-25T18:56:16.121Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2753 | 2024-11-25T18:56:18.634Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2754 | 2024-11-25T18:56:19.413Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2755 | 2024-11-25T18:56:20.506Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2756 | 2024-11-25T18:56:31.546Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2757 | 2024-11-25T18:56:32.934Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2758 | 2024-11-25T18:56:33.302Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2759 | 2024-11-25T18:56:33.781Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2760 | 2024-11-25T18:56:35.495Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2761 | 2024-11-25T18:56:36.756Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2762 | 2024-11-25T18:57:25.616Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2763 | 2024-11-25T18:57:30.498Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2764 | 2024-11-25T18:57:30.965Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2765 | 2024-11-25T18:57:47.899Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2766 | 2024-11-25T18:58:07.773Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2767 | 2024-11-25T18:58:10.833Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2768 | 2024-11-25T18:58:11.937Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2769 | 2024-11-25T18:58:12.030Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2770 | 2024-11-25T18:58:12.033Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2771 | 2024-11-25T18:58:14.152Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2772 | 2024-11-25T18:58:15.072Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2773 | 2024-11-25T18:58:16.936Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2774 | 2024-11-25T18:58:25.210Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2775 | 2024-11-25T18:58:51.476Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2776 | 2024-11-25T18:59:18.288Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2777 | 2024-11-25T18:59:19.389Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2778 | 2024-11-25T18:59:23.496Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2779 | 2024-11-25T18:59:24.368Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2780 | 2024-11-25T18:59:27.953Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2781 | 2024-11-25T18:59:42.788Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2782 | 2024-11-25T18:59:44.066Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2783 | 2024-11-25T19:00:02.582Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2784 | 2024-11-25T19:00:02.603Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2785 | 2024-11-25T19:00:07.248Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2786 | 2024-11-25T19:00:11.867Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2787 | 2024-11-25T19:00:12.983Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2788 | 2024-11-25T19:00:23.320Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2789 | 2024-11-25T19:00:24.607Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2790 | 2024-11-25T19:00:29.376Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2791 | 2024-11-25T19:00:30.580Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2792 | 2024-11-25T19:00:34.973Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2793 | 2024-11-25T19:00:39.791Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2794 | 2024-11-25T19:00:41.315Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2795 | 2024-11-25T19:00:44.071Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2796 | 2024-11-25T19:00:44.093Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2797 | 2024-11-25T19:00:45.073Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2798 | 2024-11-25T19:00:56.637Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2799 | 2024-11-25T19:00:58.967Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2800 | 2024-11-25T19:01:04.824Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2801 | 2024-11-25T19:01:04.894Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2802 | 2024-11-25T19:01:05.707Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2803 | 2024-11-25T19:01:09.334Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2804 | 2024-11-25T19:01:18.023Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2805 | 2024-11-25T19:01:20.458Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2806 | 2024-11-25T19:01:20.706Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2807 | 2024-11-25T19:01:22.862Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2808 | 2024-11-25T19:01:28.739Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2809 | 2024-11-25T19:01:33.105Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2810 | 2024-11-25T19:01:34.322Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2811 | 2024-11-25T19:01:36.892Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2812 | 2024-11-25T19:01:39.171Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2813 | 2024-11-25T19:01:42.849Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2814 | 2024-11-25T19:01:43.852Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2815 | 2024-11-25T19:01:50.004Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2816 | 2024-11-25T19:01:54.724Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2817 | 2024-11-25T19:01:57.653Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2818 | 2024-11-25T19:02:01.398Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2819 | 2024-11-25T19:02:02.643Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2820 | 2024-11-25T19:02:04.674Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2821 | 2024-11-25T19:02:08.390Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2822 | 2024-11-25T19:02:09.277Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2823 | 2024-11-25T19:02:11.282Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2824 | 2024-11-25T19:02:13.049Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2825 | 2024-11-25T19:02:15.730Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2826 | 2024-11-25T19:02:23.817Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2827 | 2024-11-25T19:02:24.838Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2828 | 2024-11-25T19:02:27.418Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2829 | 2024-11-25T19:02:27.764Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2830 | 2024-11-25T19:02:29.663Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2831 | 2024-11-25T19:02:34.306Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2832 | 2024-11-25T19:02:43.223Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2833 | 2024-11-25T19:02:47.251Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2834 | 2024-11-25T19:02:47.867Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2835 | 2024-11-25T19:02:49.180Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2836 | 2024-11-25T19:02:50.426Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2837 | 2024-11-25T19:02:50.584Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2838 | 2024-11-25T19:02:53.086Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2839 | 2024-11-25T19:02:53.700Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2840 | 2024-11-25T19:02:59.270Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2841 | 2024-11-25T19:03:07.889Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2842 | 2024-11-25T19:03:13.127Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2843 | 2024-11-25T19:03:13.167Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2844 | 2024-11-25T19:03:13.491Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2845 | 2024-11-25T19:03:15.922Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2846 | 2024-11-25T19:03:16.214Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2847 | 2024-11-25T19:03:17.204Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2848 | 2024-11-25T19:03:17.224Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2849 | 2024-11-25T19:03:19.505Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2850 | 2024-11-25T19:03:27.303Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2851 | 2024-11-25T19:03:28.227Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2852 | 2024-11-25T19:03:30.236Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2853 | 2024-11-25T19:03:31.443Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2854 | 2024-11-25T19:03:32.937Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2855 | 2024-11-25T19:03:33.761Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2856 | 2024-11-25T19:03:35.035Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2857 | 2024-11-25T19:03:36.102Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2858 | 2024-11-25T19:03:40.665Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2859 | 2024-11-25T19:03:47.200Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2860 | 2024-11-25T19:03:47.500Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2861 | 2024-11-25T19:03:50.251Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2862 | 2024-11-25T19:03:50.486Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2863 | 2024-11-25T19:03:52.044Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2864 | 2024-11-25T19:03:52.705Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2865 | 2024-11-25T19:03:53.570Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2866 | 2024-11-25T19:03:55.651Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2867 | 2024-11-25T19:03:56.072Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2868 | 2024-11-25T19:03:57.265Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2869 | 2024-11-25T19:03:58.012Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2870 | 2024-11-25T19:04:00.288Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2871 | 2024-11-25T19:04:00.824Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2872 | 2024-11-25T19:04:02.754Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2873 | 2024-11-25T19:04:24.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 58s |
2874 | 2024-11-25T19:04:24.974Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 140 other files |
2875 | 2024-11-25T19:04:25.044Z | |
2876 | 2024-11-25T19:04:25.047Z | real 8:58.314640462 |
2877 | 2024-11-25T19:04:25.047Z | user 26:55.549107073 |
2878 | 2024-11-25T19:04:25.047Z | sys 41:44.998793961 |
2879 | 2024-11-25T19:04:25.047Z | trap 0.419028132 |
2880 | 2024-11-25T19:04:25.047Z | tflt 0.287652876 |
2881 | 2024-11-25T19:04:25.047Z | dflt 0.156046960 |
2882 | 2024-11-25T19:04:25.047Z | kflt 0.000020837 |
2883 | 2024-11-25T19:04:25.047Z | lock 1:28:23.965248259 |
2884 | 2024-11-25T19:04:25.047Z | slp 2:34:21.170108421 |
2885 | 2024-11-25T19:04:25.047Z | lat 1:14.894794331 |
2886 | 2024-11-25T19:04:25.048Z | stop 1:09.944760890 |
2887 | 2024-11-25T19:04:25.048Z | process exited: duration 1250186 ms, exit code 0 |
|
2888 | 2024-11-25T19:04:25.053Z | found 0 output files |