|
|
|
1 | 2024-12-05T06:36:56.128Z | job assigned to worker 01JEARHNB8MDQT6TPHJJY4A5CH [factory gimlet-EVT22200007-propolis, EVT22200007/19897] (queued for 28 s) |
|
2 | 2024-12-05T06:37:04.488Z | starting task 0: "setup" |
3 | 2024-12-05T06:37:04.511Z | ++ uname -s |
4 | 2024-12-05T06:37:04.511Z | + kern=SunOS |
5 | 2024-12-05T06:37:04.511Z | + case "$kern" in |
6 | 2024-12-05T06:37:04.511Z | + groupadd -g 12345 build |
7 | 2024-12-05T06:37:04.511Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-05T06:37:06.509Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-05T06:37:06.543Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-05T06:37:06.572Z | + home_fs=zfs |
11 | 2024-12-05T06:37:06.573Z | + [[ zfs == autofs ]] |
12 | 2024-12-05T06:37:06.573Z | + mkdir -p /home/build |
13 | 2024-12-05T06:37:06.573Z | + chown build:build /home/build /work |
14 | 2024-12-05T06:37:08.550Z | + chmod 0700 /home/build /work |
15 | 2024-12-05T06:37:08.574Z | process exited: duration 4067 ms, exit code 0 |
|
16 | 2024-12-05T06:37:08.621Z | starting task 1: "rust-toolchain" |
17 | 2024-12-05T06:37:08.645Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-05T06:37:08.645Z | * toolchain channel = "1.81.0" |
19 | 2024-12-05T06:37:08.645Z | * toolchain profile = "default" |
20 | 2024-12-05T06:37:08.646Z | ' 1.81.0 |
21 | 2024-12-05T06:37:08.646Z | + printf ' * toolchain profile = "%s" |
22 | 2024-12-05T06:37:08.646Z | ' default |
23 | 2024-12-05T06:37:08.646Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-05T06:37:08.646Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-05T06:37:08.765Z | info: downloading installer |
26 | 2024-12-05T06:37:14.654Z | info: profile set to 'default' |
27 | 2024-12-05T06:37:14.654Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-05T06:37:14.678Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-05T06:37:14.758Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-05T06:37:14.758Z | info: downloading component 'cargo' |
31 | 2024-12-05T06:37:14.931Z | info: downloading component 'clippy' |
32 | 2024-12-05T06:37:14.997Z | info: downloading component 'rust-docs' |
33 | 2024-12-05T06:37:15.233Z | info: downloading component 'rust-std' |
34 | 2024-12-05T06:37:15.588Z | info: downloading component 'rustc' |
35 | 2024-12-05T06:37:16.633Z | info: downloading component 'rustfmt' |
36 | 2024-12-05T06:37:16.678Z | info: installing component 'cargo' |
37 | 2024-12-05T06:37:17.721Z | info: installing component 'clippy' |
38 | 2024-12-05T06:37:18.157Z | info: installing component 'rust-docs' |
39 | 2024-12-05T06:37:20.803Z | info: installing component 'rust-std' |
40 | 2024-12-05T06:37:22.764Z | info: installing component 'rustc' |
41 | 2024-12-05T06:37:29.427Z | info: installing component 'rustfmt' |
42 | 2024-12-05T06:37:29.792Z | |
43 | 2024-12-05T06:37:29.792Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
44 | 2024-12-05T06:37:29.951Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-05T06:37:29.951Z | |
46 | 2024-12-05T06:37:29.951Z | |
47 | 2024-12-05T06:37:29.951Z | Rust is installed now. Great! |
48 | 2024-12-05T06:37:29.952Z | |
49 | 2024-12-05T06:37:29.952Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-05T06:37:29.952Z | environment variable. This has not been done automatically. |
51 | 2024-12-05T06:37:29.952Z | |
52 | 2024-12-05T06:37:29.952Z | To configure your current shell, you need to source |
53 | 2024-12-05T06:37:29.952Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-05T06:37:29.952Z | |
55 | 2024-12-05T06:37:29.952Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-05T06:37:29.952Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-05T06:37:29.952Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-05T06:37:30.036Z | + rustc --version |
59 | 2024-12-05T06:37:30.147Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-05T06:37:30.171Z | process exited: duration 21530 ms, exit code 0 |
|
61 | 2024-12-05T06:37:30.217Z | starting task 2: "authentication" |
62 | 2024-12-05T06:37:30.272Z | process exited: duration 54 ms, exit code 0 |
|
63 | 2024-12-05T06:37:30.320Z | starting task 3: "clone repository" |
64 | 2024-12-05T06:37:30.343Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-05T06:37:30.343Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-05T06:37:30.366Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-05T06:37:41.565Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-05T06:37:41.565Z | + git fetch origin c6fa141311e9baf96c553e72e57a85103a896810 |
69 | 2024-12-05T06:37:41.964Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-05T06:37:41.964Z | * branch c6fa141311e9baf96c553e72e57a85103a896810 -> FETCH_HEAD |
71 | 2024-12-05T06:37:41.987Z | + [[ -n alan/just-one-more-update ]] |
72 | 2024-12-05T06:37:41.987Z | ++ git branch --show-current |
73 | 2024-12-05T06:37:41.987Z | + current=main |
74 | 2024-12-05T06:37:41.987Z | + [[ main != alan/just-one-more-update ]] |
75 | 2024-12-05T06:37:41.987Z | + git branch -f alan/just-one-more-update c6fa141311e9baf96c553e72e57a85103a896810 |
76 | 2024-12-05T06:37:41.987Z | + git checkout -f alan/just-one-more-update |
77 | 2024-12-05T06:37:42.190Z | Switched to branch 'alan/just-one-more-update' |
78 | 2024-12-05T06:37:42.213Z | + git reset --hard c6fa141311e9baf96c553e72e57a85103a896810 |
79 | 2024-12-05T06:37:42.384Z | HEAD is now at c6fa14131 Update Propolis |
80 | 2024-12-05T06:37:42.408Z | process exited: duration 12066 ms, exit code 0 |
|
81 | 2024-12-05T06:37:42.454Z | starting task 4: "build" |
82 | 2024-12-05T06:37:42.477Z | + source ./env.sh |
83 | 2024-12-05T06:37:42.477Z | ++ OLD_SHELL_OPTS=ehxB |
84 | 2024-12-05T06:37:42.477Z | ++ set -o xtrace |
85 | 2024-12-05T06:37:42.477Z | ++++ dirname ./env.sh |
86 | 2024-12-05T06:37:42.477Z | +++ readlink -f . |
87 | 2024-12-05T06:37:42.477Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2024-12-05T06:37:42.477Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
89 | 2024-12-05T06:37:42.477Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
90 | 2024-12-05T06:37:42.477Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
91 | 2024-12-05T06:37:42.477Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
92 | 2024-12-05T06:37:42.477Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-12-05T06:37:42.477Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2024-12-05T06:37:42.477Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2024-12-05T06:37:42.478Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2024-12-05T06:37:42.479Z | ++ case $OLD_SHELL_OPTS in |
97 | 2024-12-05T06:37:42.479Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
98 | 2024-12-05T06:37:42.479Z | + source .github/buildomat/ci-env.sh |
99 | 2024-12-05T06:37:42.479Z | ++ export CARGO_TERM_COLOR=always |
100 | 2024-12-05T06:37:42.479Z | ++ CARGO_TERM_COLOR=always |
101 | 2024-12-05T06:37:42.479Z | + cargo --version |
102 | 2024-12-05T06:37:42.539Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
103 | 2024-12-05T06:37:42.562Z | + rustc --version |
104 | 2024-12-05T06:37:42.618Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
105 | 2024-12-05T06:37:42.641Z | + banner prerequisites |
106 | 2024-12-05T06:37:42.641Z | |
107 | 2024-12-05T06:37:42.641Z | ##### ##### ###### ##### ###### #### # # # #### # |
108 | 2024-12-05T06:37:42.641Z | # # # # # # # # # # # # # # # |
109 | 2024-12-05T06:37:42.641Z | # # # # ##### # # ##### # # # # # #### # |
110 | 2024-12-05T06:37:42.642Z | ##### ##### # ##### # # # # # # # # # |
111 | 2024-12-05T06:37:42.642Z | # # # # # # # # # # # # # # # |
112 | 2024-12-05T06:37:42.642Z | # # # ###### # # ###### ### # #### # #### # |
113 | 2024-12-05T06:37:42.643Z | |
114 | 2024-12-05T06:37:42.643Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
115 | 2024-12-05T06:37:51.665Z | Startup: Refreshing catalog 'helios-dev' ... Done |
116 | 2024-12-05T06:37:56.045Z | Startup: Caching catalogs ... Done |
117 | 2024-12-05T06:38:08.482Z | Planning: Solver setup ... Done (11.418s) |
118 | 2024-12-05T06:38:08.633Z | Planning: Running solver ... Done (0.151s) |
119 | 2024-12-05T06:38:08.736Z | Planning: Finding local manifests ... Done (0.003s) |
120 | 2024-12-05T06:38:08.834Z | Planning: Fetching manifests: 0/5 0% complete |
121 | 2024-12-05T06:38:09.296Z | Planning: Fetching manifests: 5/5 100% complete |
122 | 2024-12-05T06:38:09.412Z | Planning: Package planning ... Done (0.116s) |
123 | 2024-12-05T06:38:09.479Z | Planning: Merging actions ... Done (0.067s) |
124 | 2024-12-05T06:38:09.694Z | Planning: Checking for conflicting actions ... Done (0.215s) |
125 | 2024-12-05T06:38:10.745Z | Planning: Consolidating action changes ... Done (1.051s) |
126 | 2024-12-05T06:38:11.155Z | Planning: Evaluating mediators ... Done (0.410s) |
127 | 2024-12-05T06:38:11.249Z | Planning: Planning completed in 15.12 seconds |
128 | 2024-12-05T06:38:11.273Z | Packages to install: 4 |
129 | 2024-12-05T06:38:11.273Z | Packages to update: 1 |
130 | 2024-12-05T06:38:11.273Z | Mediators to change: 2 |
131 | 2024-12-05T06:38:11.273Z | Services to change: 1 |
132 | 2024-12-05T06:38:11.273Z | Estimated space available: 155.18 GB |
133 | 2024-12-05T06:38:11.273Z | Estimated space to be consumed: 1.61 GB |
134 | 2024-12-05T06:38:11.273Z | Create boot environment: No |
135 | 2024-12-05T06:38:11.273Z | Create backup boot environment: Yes |
136 | 2024-12-05T06:38:11.273Z | Rebuild boot archive: No |
137 | 2024-12-05T06:38:11.273Z | |
138 | 2024-12-05T06:38:11.273Z | Changed mediators: |
139 | 2024-12-05T06:38:11.273Z | mediator clang: |
140 | 2024-12-05T06:38:11.273Z | version: None -> 15 (system default) |
141 | 2024-12-05T06:38:11.275Z | |
142 | 2024-12-05T06:38:11.275Z | mediator llvm: |
143 | 2024-12-05T06:38:11.275Z | version: 14 (system default) -> 15 (system default) |
144 | 2024-12-05T06:38:11.275Z | |
145 | 2024-12-05T06:38:11.275Z | Changed packages: |
146 | 2024-12-05T06:38:11.275Z | helios-dev |
147 | 2024-12-05T06:38:11.275Z | developer/build-essential |
148 | 2024-12-05T06:38:11.275Z | None -> 11-2.0 |
149 | 2024-12-05T06:38:11.275Z | library/libxmlsec1 |
150 | 2024-12-05T06:38:11.275Z | None -> 1.2.35-2.0 |
151 | 2024-12-05T06:38:11.275Z | ooce/developer/clang-15 |
152 | 2024-12-05T06:38:11.275Z | None -> 15.0.7-2.0 |
153 | 2024-12-05T06:38:11.275Z | ooce/developer/llvm-15 |
154 | 2024-12-05T06:38:11.275Z | None -> 15.0.7-2.0 |
155 | 2024-12-05T06:38:11.276Z | package/pkg |
156 | 2024-12-05T06:38:11.276Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
157 | 2024-12-05T06:38:11.276Z | |
158 | 2024-12-05T06:38:11.276Z | Services: |
159 | 2024-12-05T06:38:11.276Z | restart_fmri: |
160 | 2024-12-05T06:38:11.276Z | svc:/system/update-man-index:default |
161 | 2024-12-05T06:38:11.276Z | |
162 | 2024-12-05T06:38:11.276Z | Editable files to change: |
163 | 2024-12-05T06:38:11.276Z | Update: |
164 | 2024-12-05T06:38:11.276Z | usr/share/lib/pkg/web/config.shtml |
165 | 2024-12-05T06:38:11.340Z | |
166 | 2024-12-05T06:38:11.340Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
167 | 2024-12-05T06:38:16.350Z | Download: 627/4281 items 12.1/220.6MB 5% complete (2.6M/s) |
168 | 2024-12-05T06:38:21.462Z | Download: 1197/4281 items 83.5/220.6MB 37% complete (9.0M/s) |
169 | 2024-12-05T06:38:26.462Z | Download: 1201/4281 items 83.7/220.6MB 37% complete (7.2M/s) |
170 | 2024-12-05T06:38:31.462Z | Download: 2417/4281 items 120.1/220.6MB 54% complete (3.7M/s) |
171 | 2024-12-05T06:38:36.476Z | Download: 3289/4281 items 212.4/220.6MB 96% complete (12.9M/s) |
172 | 2024-12-05T06:38:41.837Z | Download: 4208/4281 items 220.6/220.6MB 99% complete (10.2M/s) |
173 | 2024-12-05T06:38:41.978Z | Download: Completed 220.60 MB in 30.64 seconds (7.2M/s) |
174 | 2024-12-05T06:38:43.444Z | Actions: 1/5063 actions (Removing old actions) |
175 | 2024-12-05T06:38:43.468Z | Actions: 194/5063 actions (Installing new actions) |
176 | 2024-12-05T06:38:49.039Z | Actions: 3793/5063 actions (Installing new actions) |
177 | 2024-12-05T06:38:49.162Z | Actions: 4226/5063 actions (Updating modified actions) |
178 | 2024-12-05T06:38:49.535Z | Actions: Completed 5063 actions in 6.09 seconds. |
179 | 2024-12-05T06:38:49.885Z | Done (0.340s) |
180 | 2024-12-05T06:38:49.909Z | Done (0.000s) |
181 | 2024-12-05T06:38:50.573Z | Done (0.687s) |
182 | 2024-12-05T06:38:55.414Z | Done (4.675s) |
183 | 2024-12-05T06:38:55.517Z | Done (0.020s) |
184 | 2024-12-05T06:38:55.541Z | Done (0.000s) |
185 | 2024-12-05T06:38:55.670Z | Done (0.000s) |
186 | 2024-12-05T06:38:56.362Z | Planning: Evaluating mediator changes ... Done |
187 | 2024-12-05T06:38:56.557Z | Planning: Checking for conflicting actions ... Done |
188 | 2024-12-05T06:38:56.581Z | Planning: Consolidating action changes ... Done |
189 | 2024-12-05T06:38:56.869Z | Planning: Evaluating mediators ... Done |
190 | 2024-12-05T06:38:56.893Z | Planning: Planning completed in 0.51 seconds |
191 | 2024-12-05T06:38:56.917Z | Mediators to change: 2 |
192 | 2024-12-05T06:38:56.917Z | Create boot environment: No |
193 | 2024-12-05T06:38:56.917Z | Create backup boot environment: No |
194 | 2024-12-05T06:38:56.973Z | Done |
195 | 2024-12-05T06:38:56.973Z | Done |
196 | 2024-12-05T06:38:57.393Z | Done |
197 | 2024-12-05T06:39:01.624Z | Done |
198 | 2024-12-05T06:39:01.724Z | Done |
199 | 2024-12-05T06:39:01.724Z | Done |
200 | 2024-12-05T06:39:01.815Z | Done |
201 | 2024-12-05T06:39:02.538Z | Planning: Evaluating mediator changes ... Done |
202 | 2024-12-05T06:39:02.562Z | Planning: Merging actions ... Done |
203 | 2024-12-05T06:39:02.773Z | Planning: Checking for conflicting actions ... Done |
204 | 2024-12-05T06:39:02.797Z | Planning: Consolidating action changes ... Done |
205 | 2024-12-05T06:39:03.095Z | Planning: Evaluating mediators ... Done |
206 | 2024-12-05T06:39:03.162Z | Planning: Planning completed in 0.92 seconds |
207 | 2024-12-05T06:39:03.209Z | Packages to change: 1 |
208 | 2024-12-05T06:39:03.209Z | Mediators to change: 1 |
209 | 2024-12-05T06:39:03.209Z | Services to change: 1 |
210 | 2024-12-05T06:39:03.209Z | Create boot environment: No |
211 | 2024-12-05T06:39:03.209Z | Create backup boot environment: Yes |
212 | 2024-12-05T06:39:04.841Z | Actions: 1/6 actions (Updating modified actions) |
213 | 2024-12-05T06:39:04.864Z | Actions: Completed 6 actions in 0.00 seconds. |
214 | 2024-12-05T06:39:04.864Z | Done |
215 | 2024-12-05T06:39:04.865Z | Done |
216 | 2024-12-05T06:39:04.975Z | Done |
217 | 2024-12-05T06:39:09.307Z | Done |
218 | 2024-12-05T06:39:09.397Z | Done |
219 | 2024-12-05T06:39:09.420Z | Done |
220 | 2024-12-05T06:39:09.508Z | Done |
221 | 2024-12-05T06:39:10.003Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
222 | 2024-12-05T06:39:10.003Z | clang system 15 system |
223 | 2024-12-05T06:39:10.003Z | csh system system illumos |
224 | 2024-12-05T06:39:10.003Z | ctags system system illumos |
225 | 2024-12-05T06:39:10.003Z | gcc vendor 12 vendor |
226 | 2024-12-05T06:39:10.003Z | gcc system 10 system |
227 | 2024-12-05T06:39:10.003Z | gcc system 7 system |
228 | 2024-12-05T06:39:10.003Z | go system 1.20 system |
229 | 2024-12-05T06:39:10.003Z | go system 1.19 system |
230 | 2024-12-05T06:39:10.003Z | llvm system 15 system |
231 | 2024-12-05T06:39:10.003Z | llvm system 14 system |
232 | 2024-12-05T06:39:10.003Z | mariadb system 10.6 system |
233 | 2024-12-05T06:39:10.003Z | mta vendor vendor dma |
234 | 2024-12-05T06:39:10.003Z | openjdk system 17 system |
235 | 2024-12-05T06:39:10.003Z | openjdk system 11 system |
236 | 2024-12-05T06:39:10.003Z | openjdk system 1.8 system |
237 | 2024-12-05T06:39:10.003Z | openssl vendor 3 vendor |
238 | 2024-12-05T06:39:10.003Z | perl system 5.36 system |
239 | 2024-12-05T06:39:10.003Z | postgresql system 15 system |
240 | 2024-12-05T06:39:10.003Z | postgresql system 13 system |
241 | 2024-12-05T06:39:10.003Z | python vendor 3 vendor |
242 | 2024-12-05T06:39:10.003Z | python system 2 system |
243 | 2024-12-05T06:39:10.004Z | python3 system 3.11 system |
244 | 2024-12-05T06:39:10.004Z | ruby system 3.0 system |
245 | 2024-12-05T06:39:10.004Z | words vendor vendor american-english |
246 | 2024-12-05T06:39:10.004Z | words system system australian-english |
247 | 2024-12-05T06:39:10.004Z | words system system british-english |
248 | 2024-12-05T06:39:10.004Z | words system system canadian-english |
249 | 2024-12-05T06:39:10.004Z | words system system french |
250 | 2024-12-05T06:39:10.004Z | words system system italian |
251 | 2024-12-05T06:39:10.004Z | words system system ngerman |
252 | 2024-12-05T06:39:10.004Z | words system system ogerman |
253 | 2024-12-05T06:39:10.004Z | words system system spanish |
254 | 2024-12-05T06:39:10.410Z | PUBLISHER TYPE STATUS P LOCATION |
255 | 2024-12-05T06:39:10.410Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
256 | 2024-12-05T06:39:13.569Z | FMRI IFO |
257 | 2024-12-05T06:39:13.569Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
258 | 2024-12-05T06:39:13.569Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
259 | 2024-12-05T06:39:13.569Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
260 | 2024-12-05T06:39:13.569Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
261 | 2024-12-05T06:39:13.569Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
262 | 2024-12-05T06:39:13.569Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
263 | 2024-12-05T06:39:13.569Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
264 | 2024-12-05T06:39:13.569Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
265 | 2024-12-05T06:39:13.569Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
266 | 2024-12-05T06:39:13.569Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
267 | 2024-12-05T06:39:13.569Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
268 | 2024-12-05T06:39:13.569Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
269 | 2024-12-05T06:39:13.569Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
270 | 2024-12-05T06:39:13.570Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
271 | 2024-12-05T06:39:13.570Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
272 | 2024-12-05T06:39:14.400Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
273 | 2024-12-05T06:39:14.779Z | Updating crates.io index |
274 | 2024-12-05T06:39:14.827Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
275 | 2024-12-05T06:39:15.434Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
276 | 2024-12-05T06:39:15.766Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
277 | 2024-12-05T06:39:16.085Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
278 | 2024-12-05T06:39:16.426Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
279 | 2024-12-05T06:39:17.362Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
280 | 2024-12-05T06:39:20.078Z | Updating git repository `https://github.com/oxidecomputer/opte` |
281 | 2024-12-05T06:39:21.228Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
282 | 2024-12-05T06:39:22.005Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
283 | 2024-12-05T06:39:22.419Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
284 | 2024-12-05T06:39:22.805Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
285 | 2024-12-05T06:39:23.613Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
286 | 2024-12-05T06:39:23.988Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
287 | 2024-12-05T06:39:24.382Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
288 | 2024-12-05T06:39:24.730Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
289 | 2024-12-05T06:39:25.054Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
290 | 2024-12-05T06:39:25.353Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
291 | 2024-12-05T06:39:25.744Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
292 | 2024-12-05T06:39:26.259Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
293 | 2024-12-05T06:39:26.817Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
294 | 2024-12-05T06:39:27.273Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
295 | 2024-12-05T06:39:27.875Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
296 | 2024-12-05T06:39:28.244Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
297 | 2024-12-05T06:39:28.759Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
298 | 2024-12-05T06:39:29.267Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
299 | 2024-12-05T06:39:29.744Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
300 | 2024-12-05T06:39:30.084Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
301 | 2024-12-05T06:39:30.464Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
302 | 2024-12-05T06:39:31.935Z | Downloading crates ... |
303 | 2024-12-05T06:39:32.010Z | Downloaded anstyle v1.0.10 |
304 | 2024-12-05T06:39:32.034Z | Downloaded anstyle-query v1.1.1 |
305 | 2024-12-05T06:39:32.034Z | Downloaded cfg-if v1.0.0 |
306 | 2024-12-05T06:39:32.034Z | Downloaded colorchoice v1.0.2 |
307 | 2024-12-05T06:39:32.034Z | Downloaded utf8parse v0.2.2 |
308 | 2024-12-05T06:39:32.034Z | Downloaded unicode-linebreak v0.1.5 |
309 | 2024-12-05T06:39:32.034Z | Downloaded terminal_size v0.4.0 |
310 | 2024-12-05T06:39:32.034Z | Downloaded clap v4.5.21 |
311 | 2024-12-05T06:39:32.057Z | Downloaded typenum v1.17.0 |
312 | 2024-12-05T06:39:32.057Z | Downloaded rustix v0.38.37 |
313 | 2024-12-05T06:39:32.083Z | Downloaded smawk v0.3.2 |
314 | 2024-12-05T06:39:32.083Z | Downloaded thiserror v1.0.69 |
315 | 2024-12-05T06:39:32.085Z | Downloaded toml v0.8.19 |
316 | 2024-12-05T06:39:32.085Z | Downloaded usdt-macro v0.5.0 |
317 | 2024-12-05T06:39:32.085Z | Downloaded usdt-impl v0.5.0 |
318 | 2024-12-05T06:39:32.085Z | Downloaded version_check v0.9.5 |
319 | 2024-12-05T06:39:32.108Z | Downloaded usdt v0.5.0 |
320 | 2024-12-05T06:39:32.108Z | Downloaded zerocopy-derive v0.7.35 |
321 | 2024-12-05T06:39:32.109Z | Downloaded toml_edit v0.22.22 |
322 | 2024-12-05T06:39:32.132Z | Downloaded unicode-ident v1.0.13 |
323 | 2024-12-05T06:39:32.132Z | Downloaded serde_tokenstream v0.2.2 |
324 | 2024-12-05T06:39:32.132Z | Downloaded syn v1.0.109 |
325 | 2024-12-05T06:39:32.132Z | Downloaded zerocopy v0.7.35 |
326 | 2024-12-05T06:39:32.156Z | Downloaded ucd-trie v0.1.7 |
327 | 2024-12-05T06:39:32.156Z | Downloaded winnow v0.6.20 |
328 | 2024-12-05T06:39:32.156Z | Downloaded syn v2.0.87 |
329 | 2024-12-05T06:39:32.180Z | Downloaded tempfile v3.13.0 |
330 | 2024-12-05T06:39:32.180Z | Downloaded scroll v0.12.0 |
331 | 2024-12-05T06:39:32.180Z | Downloaded pest v2.7.14 |
332 | 2024-12-05T06:39:32.180Z | Downloaded unicode-width v0.1.14 |
333 | 2024-12-05T06:39:32.204Z | Downloaded papergrid v0.11.0 |
334 | 2024-12-05T06:39:32.204Z | Downloaded thread-id v4.2.2 |
335 | 2024-12-05T06:39:32.204Z | Downloaded textwrap v0.16.1 |
336 | 2024-12-05T06:39:32.204Z | Downloaded tabled_derive v0.7.0 |
337 | 2024-12-05T06:39:32.204Z | Downloaded sha2 v0.10.8 |
338 | 2024-12-05T06:39:32.204Z | Downloaded serde_spanned v0.6.8 |
339 | 2024-12-05T06:39:32.204Z | Downloaded serde v1.0.215 |
340 | 2024-12-05T06:39:32.204Z | Downloaded semver v1.0.23 |
341 | 2024-12-05T06:39:32.204Z | Downloaded hashbrown v0.15.0 |
342 | 2024-12-05T06:39:32.229Z | Downloaded goblin v0.8.2 |
343 | 2024-12-05T06:39:32.229Z | Downloaded swrite v0.1.0 |
344 | 2024-12-05T06:39:32.229Z | Downloaded scroll_derive v0.12.0 |
345 | 2024-12-05T06:39:32.229Z | Downloaded strsim v0.11.1 |
346 | 2024-12-05T06:39:32.229Z | Downloaded ryu v1.0.18 |
347 | 2024-12-05T06:39:32.229Z | Downloaded quote v1.0.37 |
348 | 2024-12-05T06:39:32.229Z | Downloaded proc-macro2 v1.0.89 |
349 | 2024-12-05T06:39:32.229Z | Downloaded proc-macro-error-attr v1.0.4 |
350 | 2024-12-05T06:39:32.229Z | Downloaded libc v0.2.162 |
351 | 2024-12-05T06:39:32.258Z | Downloaded proc-macro-error v1.0.4 |
352 | 2024-12-05T06:39:32.282Z | Downloaded pretty-hex v0.4.1 |
353 | 2024-12-05T06:39:32.282Z | Downloaded memmap v0.7.0 |
354 | 2024-12-05T06:39:32.282Z | Downloaded macaddr v1.0.1 |
355 | 2024-12-05T06:39:32.282Z | Downloaded log v0.4.22 |
356 | 2024-12-05T06:39:32.282Z | Downloaded itoa v1.0.11 |
357 | 2024-12-05T06:39:32.282Z | Downloaded generic-array v0.14.7 |
358 | 2024-12-05T06:39:32.283Z | Downloaded fs-err v2.11.0 |
359 | 2024-12-05T06:39:32.283Z | Downloaded fnv v1.0.7 |
360 | 2024-12-05T06:39:32.283Z | Downloaded errno v0.3.9 |
361 | 2024-12-05T06:39:32.283Z | Downloaded equivalent v1.0.1 |
362 | 2024-12-05T06:39:32.283Z | Downloaded dtrace-parser v0.2.0 |
363 | 2024-12-05T06:39:32.283Z | Downloaded serde_derive v1.0.215 |
364 | 2024-12-05T06:39:32.283Z | Downloaded pest_meta v2.7.14 |
365 | 2024-12-05T06:39:32.283Z | Downloaded pest_generator v2.7.14 |
366 | 2024-12-05T06:39:32.307Z | Downloaded indexmap v2.6.0 |
367 | 2024-12-05T06:39:32.307Z | Downloaded heck v0.5.0 |
368 | 2024-12-05T06:39:32.307Z | Downloaded dof v0.3.0 |
369 | 2024-12-05T06:39:32.307Z | Downloaded digest v0.10.7 |
370 | 2024-12-05T06:39:32.307Z | Downloaded crypto-common v0.1.6 |
371 | 2024-12-05T06:39:32.307Z | Downloaded cpufeatures v0.2.14 |
372 | 2024-12-05T06:39:32.307Z | Downloaded clap_builder v4.5.21 |
373 | 2024-12-05T06:39:32.307Z | Downloaded camino-tempfile v1.1.1 |
374 | 2024-12-05T06:39:32.308Z | Downloaded bitflags v2.6.0 |
375 | 2024-12-05T06:39:32.308Z | Downloaded thiserror-impl v1.0.69 |
376 | 2024-12-05T06:39:32.332Z | Downloaded tabled v0.15.0 |
377 | 2024-12-05T06:39:32.332Z | Downloaded serde_json v1.0.132 |
378 | 2024-12-05T06:39:32.356Z | Downloaded memchr v2.7.4 |
379 | 2024-12-05T06:39:32.356Z | Downloaded camino v1.1.9 |
380 | 2024-12-05T06:39:32.356Z | Downloaded anyhow v1.0.93 |
381 | 2024-12-05T06:39:32.356Z | Downloaded pest_derive v2.7.14 |
382 | 2024-12-05T06:39:32.356Z | Downloaded once_cell v1.20.2 |
383 | 2024-12-05T06:39:32.356Z | Downloaded fastrand v2.1.1 |
384 | 2024-12-05T06:39:32.356Z | Downloaded cargo_toml v0.20.5 |
385 | 2024-12-05T06:39:32.356Z | Downloaded cargo_metadata v0.18.1 |
386 | 2024-12-05T06:39:32.356Z | Downloaded block-buffer v0.10.4 |
387 | 2024-12-05T06:39:32.356Z | Downloaded plain v0.2.3 |
388 | 2024-12-05T06:39:32.356Z | Downloaded heck v0.4.1 |
389 | 2024-12-05T06:39:32.380Z | Downloaded clap_lex v0.7.2 |
390 | 2024-12-05T06:39:32.381Z | Downloaded clap_derive v4.5.18 |
391 | 2024-12-05T06:39:32.381Z | Downloaded anstream v0.6.15 |
392 | 2024-12-05T06:39:32.381Z | Downloaded usdt-attr-macro v0.5.0 |
393 | 2024-12-05T06:39:32.381Z | Downloaded toml_datetime v0.6.8 |
394 | 2024-12-05T06:39:32.381Z | Downloaded is_terminal_polyfill v1.70.1 |
395 | 2024-12-05T06:39:32.381Z | Downloaded bytecount v0.6.8 |
396 | 2024-12-05T06:39:32.381Z | Downloaded autocfg v1.4.0 |
397 | 2024-12-05T06:39:32.381Z | Downloaded anstyle-parse v0.2.5 |
398 | 2024-12-05T06:39:32.381Z | Downloaded cargo-platform v0.1.8 |
399 | 2024-12-05T06:39:32.381Z | Downloaded byteorder v1.5.0 |
400 | 2024-12-05T06:39:32.504Z | Compiling proc-macro2 v1.0.89 |
401 | 2024-12-05T06:39:32.504Z | Compiling unicode-ident v1.0.13 |
402 | 2024-12-05T06:39:32.528Z | Compiling version_check v0.9.5 |
403 | 2024-12-05T06:39:32.528Z | Compiling serde v1.0.215 |
404 | 2024-12-05T06:39:32.528Z | Compiling thiserror v1.0.69 |
405 | 2024-12-05T06:39:32.528Z | Compiling memchr v2.7.4 |
406 | 2024-12-05T06:39:32.528Z | Compiling libc v0.2.162 |
407 | 2024-12-05T06:39:32.528Z | Compiling itoa v1.0.11 |
408 | 2024-12-05T06:39:32.761Z | Compiling ryu v1.0.18 |
409 | 2024-12-05T06:39:32.805Z | Compiling ucd-trie v0.1.7 |
410 | 2024-12-05T06:39:33.087Z | Compiling once_cell v1.20.2 |
411 | 2024-12-05T06:39:33.422Z | Compiling byteorder v1.5.0 |
412 | 2024-12-05T06:39:33.464Z | Compiling serde_json v1.0.132 |
413 | 2024-12-05T06:39:33.494Z | Compiling rustix v0.38.37 |
414 | 2024-12-05T06:39:33.845Z | Compiling bitflags v2.6.0 |
415 | 2024-12-05T06:39:33.959Z | Compiling usdt-impl v0.5.0 |
416 | 2024-12-05T06:39:34.112Z | Compiling proc-macro-error-attr v1.0.4 |
417 | 2024-12-05T06:39:34.150Z | Compiling syn v1.0.109 |
418 | 2024-12-05T06:39:34.234Z | Compiling quote v1.0.37 |
419 | 2024-12-05T06:39:34.327Z | Compiling proc-macro-error v1.0.4 |
420 | 2024-12-05T06:39:34.360Z | Compiling errno v0.3.9 |
421 | 2024-12-05T06:39:34.611Z | Compiling log v0.4.22 |
422 | 2024-12-05T06:39:34.696Z | Compiling syn v2.0.87 |
423 | 2024-12-05T06:39:34.753Z | Compiling camino v1.1.9 |
424 | 2024-12-05T06:39:34.862Z | Compiling utf8parse v0.2.2 |
425 | 2024-12-05T06:39:34.944Z | Compiling plain v0.2.3 |
426 | 2024-12-05T06:39:34.977Z | Compiling hashbrown v0.15.0 |
427 | 2024-12-05T06:39:35.024Z | Compiling thread-id v4.2.2 |
428 | 2024-12-05T06:39:35.102Z | Compiling equivalent v1.0.1 |
429 | 2024-12-05T06:39:35.132Z | Compiling anstyle-parse v0.2.5 |
430 | 2024-12-05T06:39:35.507Z | Compiling is_terminal_polyfill v1.70.1 |
431 | 2024-12-05T06:39:35.542Z | Compiling pretty-hex v0.4.1 |
432 | 2024-12-05T06:39:35.677Z | Compiling anstyle-query v1.1.1 |
433 | 2024-12-05T06:39:35.855Z | Compiling unicode-width v0.1.14 |
434 | 2024-12-05T06:39:35.882Z | Compiling autocfg v1.4.0 |
435 | 2024-12-05T06:39:35.926Z | Compiling anstyle v1.0.10 |
436 | 2024-12-05T06:39:36.079Z | Compiling semver v1.0.23 |
437 | 2024-12-05T06:39:36.304Z | Compiling indexmap v2.6.0 |
438 | 2024-12-05T06:39:36.376Z | Compiling colorchoice v1.0.2 |
439 | 2024-12-05T06:39:36.401Z | Compiling winnow v0.6.20 |
440 | 2024-12-05T06:39:36.580Z | Compiling anstream v0.6.15 |
441 | 2024-12-05T06:39:36.865Z | Compiling terminal_size v0.4.0 |
442 | 2024-12-05T06:39:37.043Z | Compiling fs-err v2.11.0 |
443 | 2024-12-05T06:39:37.200Z | Compiling cfg-if v1.0.0 |
444 | 2024-12-05T06:39:37.321Z | Compiling fnv v1.0.7 |
445 | 2024-12-05T06:39:37.353Z | Compiling fastrand v2.1.1 |
446 | 2024-12-05T06:39:37.476Z | Compiling heck v0.4.1 |
447 | 2024-12-05T06:39:37.500Z | Compiling strsim v0.11.1 |
448 | 2024-12-05T06:39:37.590Z | Compiling bytecount v0.6.8 |
449 | 2024-12-05T06:39:37.719Z | Compiling anyhow v1.0.93 |
450 | 2024-12-05T06:39:37.887Z | Compiling clap_lex v0.7.2 |
451 | 2024-12-05T06:39:37.926Z | Compiling heck v0.5.0 |
452 | 2024-12-05T06:39:38.318Z | Compiling clap_builder v4.5.21 |
453 | 2024-12-05T06:39:38.348Z | Compiling papergrid v0.11.0 |
454 | 2024-12-05T06:39:38.395Z | Compiling tempfile v3.13.0 |
455 | 2024-12-05T06:39:38.544Z | Compiling memmap v0.7.0 |
456 | 2024-12-05T06:39:38.574Z | Compiling unicode-linebreak v0.1.5 |
457 | 2024-12-05T06:39:38.854Z | Compiling smawk v0.3.2 |
458 | 2024-12-05T06:39:39.049Z | Compiling textwrap v0.16.1 |
459 | 2024-12-05T06:39:39.557Z | Compiling swrite v0.1.0 |
460 | 2024-12-05T06:39:40.375Z | Compiling tabled_derive v0.7.0 |
461 | 2024-12-05T06:39:41.906Z | Compiling tabled v0.15.0 |
462 | 2024-12-05T06:39:43.056Z | Compiling serde_derive v1.0.215 |
463 | 2024-12-05T06:39:43.056Z | Compiling thiserror-impl v1.0.69 |
464 | 2024-12-05T06:39:43.080Z | Compiling zerocopy-derive v0.7.35 |
465 | 2024-12-05T06:39:43.080Z | Compiling scroll_derive v0.12.0 |
466 | 2024-12-05T06:39:43.430Z | Compiling clap_derive v4.5.18 |
467 | 2024-12-05T06:39:44.166Z | Compiling scroll v0.12.0 |
468 | 2024-12-05T06:39:44.624Z | Compiling goblin v0.8.2 |
469 | 2024-12-05T06:39:44.797Z | Compiling zerocopy v0.7.35 |
470 | 2024-12-05T06:39:45.421Z | Compiling pest v2.7.14 |
471 | 2024-12-05T06:39:46.760Z | Compiling clap v4.5.21 |
472 | 2024-12-05T06:39:47.396Z | Compiling pest_meta v2.7.14 |
473 | 2024-12-05T06:39:48.363Z | Compiling pest_generator v2.7.14 |
474 | 2024-12-05T06:39:50.313Z | Compiling pest_derive v2.7.14 |
475 | 2024-12-05T06:39:50.911Z | Compiling dtrace-parser v0.2.0 |
476 | 2024-12-05T06:39:52.432Z | Compiling serde_tokenstream v0.2.2 |
477 | 2024-12-05T06:39:52.482Z | Compiling serde_spanned v0.6.8 |
478 | 2024-12-05T06:39:52.482Z | Compiling toml_datetime v0.6.8 |
479 | 2024-12-05T06:39:52.801Z | Compiling toml_edit v0.22.22 |
480 | 2024-12-05T06:39:52.832Z | Compiling cargo-platform v0.1.8 |
481 | 2024-12-05T06:39:52.978Z | Compiling macaddr v1.0.1 |
482 | 2024-12-05T06:39:53.071Z | Compiling camino-tempfile v1.1.1 |
483 | 2024-12-05T06:39:53.886Z | Compiling dof v0.3.0 |
484 | 2024-12-05T06:39:53.975Z | Compiling cargo_metadata v0.18.1 |
485 | 2024-12-05T06:39:55.440Z | Compiling toml v0.8.19 |
486 | 2024-12-05T06:39:55.509Z | Compiling usdt-macro v0.5.0 |
487 | 2024-12-05T06:39:55.533Z | Compiling usdt-attr-macro v0.5.0 |
488 | 2024-12-05T06:39:56.178Z | Compiling cargo_toml v0.20.5 |
489 | 2024-12-05T06:39:56.644Z | Compiling usdt v0.5.0 |
490 | 2024-12-05T06:40:00.369Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
491 | 2024-12-05T06:40:05.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.55s |
492 | 2024-12-05T06:40:05.923Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
493 | 2024-12-05T06:40:06.618Z | Downloading crates ... |
494 | 2024-12-05T06:40:06.762Z | Downloaded async-stream-impl v0.3.6 |
495 | 2024-12-05T06:40:06.788Z | Downloaded bit-vec v0.6.3 |
496 | 2024-12-05T06:40:06.788Z | Downloaded crossbeam-deque v0.8.5 |
497 | 2024-12-05T06:40:06.813Z | Downloaded arc-swap v1.7.1 |
498 | 2024-12-05T06:40:06.813Z | Downloaded atty v0.2.14 |
499 | 2024-12-05T06:40:06.813Z | Downloaded aead v0.5.2 |
500 | 2024-12-05T06:40:06.813Z | Downloaded addr2line v0.24.2 |
501 | 2024-12-05T06:40:06.813Z | Downloaded adler2 v2.0.0 |
502 | 2024-12-05T06:40:06.813Z | Downloaded base16ct v0.2.0 |
503 | 2024-12-05T06:40:06.813Z | Downloaded assert_matches v1.5.0 |
504 | 2024-12-05T06:40:06.840Z | Downloaded atomicwrites v0.4.4 |
505 | 2024-12-05T06:40:06.840Z | Downloaded array-init v0.0.4 |
506 | 2024-12-05T06:40:06.840Z | Downloaded allocator-api2 v0.2.18 |
507 | 2024-12-05T06:40:06.840Z | Downloaded arrayref v0.3.9 |
508 | 2024-12-05T06:40:06.840Z | Downloaded ahash v0.8.11 |
509 | 2024-12-05T06:40:06.840Z | Downloaded backoff v0.4.0 |
510 | 2024-12-05T06:40:06.840Z | Downloaded async-stream v0.3.6 |
511 | 2024-12-05T06:40:06.840Z | Downloaded arrayvec v0.7.6 |
512 | 2024-12-05T06:40:06.840Z | Downloaded argon2 v0.5.3 |
513 | 2024-12-05T06:40:06.864Z | Downloaded cfg_aliases v0.2.1 |
514 | 2024-12-05T06:40:06.864Z | Downloaded cfg_aliases v0.1.1 |
515 | 2024-12-05T06:40:06.864Z | Downloaded atomic-waker v1.1.2 |
516 | 2024-12-05T06:40:06.864Z | Downloaded bit-set v0.5.3 |
517 | 2024-12-05T06:40:06.864Z | Downloaded async-trait v0.1.83 |
518 | 2024-12-05T06:40:06.864Z | Downloaded hostname v0.3.1 |
519 | 2024-12-05T06:40:06.864Z | Downloaded hyper-rustls v0.27.3 |
520 | 2024-12-05T06:40:06.864Z | Downloaded memoffset v0.9.1 |
521 | 2024-12-05T06:40:06.891Z | Downloaded bitfield-struct v0.6.2 |
522 | 2024-12-05T06:40:06.891Z | Downloaded memmap2 v0.9.5 |
523 | 2024-12-05T06:40:06.892Z | Downloaded rpassword v7.3.1 |
524 | 2024-12-05T06:40:06.892Z | Downloaded buf-list v1.0.3 |
525 | 2024-12-05T06:40:06.892Z | Downloaded http-body-util v0.1.2 |
526 | 2024-12-05T06:40:06.892Z | Downloaded icu_normalizer_data v1.5.0 |
527 | 2024-12-05T06:40:06.892Z | Downloaded impl-trait-for-tuples v0.2.2 |
528 | 2024-12-05T06:40:06.916Z | Downloaded serde_plain v1.0.2 |
529 | 2024-12-05T06:40:06.916Z | Downloaded ident_case v1.0.1 |
530 | 2024-12-05T06:40:06.916Z | Downloaded mime v0.3.17 |
531 | 2024-12-05T06:40:06.916Z | Downloaded mime_guess v2.0.5 |
532 | 2024-12-05T06:40:06.916Z | Downloaded r2d2 v0.8.10 |
533 | 2024-12-05T06:40:06.916Z | Downloaded strum v0.26.3 |
534 | 2024-12-05T06:40:06.916Z | Downloaded scopeguard v1.2.0 |
535 | 2024-12-05T06:40:06.940Z | Downloaded icu_locid v1.5.0 |
536 | 2024-12-05T06:40:06.940Z | Downloaded serde_path_to_error v0.1.16 |
537 | 2024-12-05T06:40:06.941Z | Downloaded md-5 v0.10.6 |
538 | 2024-12-05T06:40:06.941Z | Downloaded slog-async v2.8.0 |
539 | 2024-12-05T06:40:06.941Z | Downloaded jobserver v0.1.32 |
540 | 2024-12-05T06:40:06.965Z | Downloaded endian-type v0.1.2 |
541 | 2024-12-05T06:40:06.965Z | Downloaded downcast v0.11.0 |
542 | 2024-12-05T06:40:06.965Z | Downloaded structmeta-derive v0.2.0 |
543 | 2024-12-05T06:40:06.965Z | Downloaded strum_macros v0.24.3 |
544 | 2024-12-05T06:40:06.965Z | Downloaded newtype_derive v0.1.6 |
545 | 2024-12-05T06:40:06.966Z | Downloaded unicase v2.7.0 |
546 | 2024-12-05T06:40:06.966Z | Downloaded xattr v1.3.1 |
547 | 2024-12-05T06:40:06.992Z | Downloaded pretty-hex v0.2.1 |
548 | 2024-12-05T06:40:06.992Z | Downloaded defmt-macros v0.3.9 |
549 | 2024-12-05T06:40:06.992Z | Downloaded peg-runtime v0.8.3 |
550 | 2024-12-05T06:40:06.992Z | Downloaded minimal-lexical v0.2.1 |
551 | 2024-12-05T06:40:06.992Z | Downloaded nodrop v0.1.14 |
552 | 2024-12-05T06:40:06.992Z | Downloaded tls_codec_derive v0.4.1 |
553 | 2024-12-05T06:40:06.992Z | Downloaded strum_macros v0.26.4 |
554 | 2024-12-05T06:40:07.017Z | Downloaded percent-encoding v2.3.1 |
555 | 2024-12-05T06:40:07.017Z | Downloaded rusty-fork v0.3.0 |
556 | 2024-12-05T06:40:07.017Z | Downloaded proc-macro-crate v1.3.1 |
557 | 2024-12-05T06:40:07.017Z | Downloaded tinyvec_macros v0.1.1 |
558 | 2024-12-05T06:40:07.017Z | Downloaded scheduled-thread-pool v0.2.7 |
559 | 2024-12-05T06:40:07.017Z | Downloaded sync-ptr v0.1.1 |
560 | 2024-12-05T06:40:07.017Z | Downloaded stringprep v0.1.5 |
561 | 2024-12-05T06:40:07.044Z | Downloaded parse-size v1.1.0 |
562 | 2024-12-05T06:40:07.044Z | Downloaded predicates-tree v1.0.11 |
563 | 2024-12-05T06:40:07.044Z | Downloaded float-ord v0.3.2 |
564 | 2024-12-05T06:40:07.044Z | Downloaded zone v0.3.0 |
565 | 2024-12-05T06:40:07.044Z | Downloaded base64 v0.22.1 |
566 | 2024-12-05T06:40:07.068Z | Downloaded termtree v0.4.1 |
567 | 2024-12-05T06:40:07.068Z | Downloaded zerofrom v0.1.4 |
568 | 2024-12-05T06:40:07.068Z | Downloaded cc v1.1.30 |
569 | 2024-12-05T06:40:07.068Z | Downloaded rustls-pemfile v1.0.4 |
570 | 2024-12-05T06:40:07.068Z | Downloaded take_mut v0.2.2 |
571 | 2024-12-05T06:40:07.068Z | Downloaded termios v0.3.3 |
572 | 2024-12-05T06:40:07.068Z | Downloaded oso-derive v0.27.3 |
573 | 2024-12-05T06:40:07.092Z | Downloaded openssl-macros v0.1.1 |
574 | 2024-12-05T06:40:07.092Z | Downloaded zeroize v1.8.1 |
575 | 2024-12-05T06:40:07.092Z | Downloaded filetime v0.2.25 |
576 | 2024-12-05T06:40:07.092Z | Downloaded fixedbitset v0.4.2 |
577 | 2024-12-05T06:40:07.092Z | Downloaded group v0.13.0 |
578 | 2024-12-05T06:40:07.092Z | Downloaded ff v0.13.0 |
579 | 2024-12-05T06:40:07.092Z | Downloaded elliptic-curve v0.13.8 |
580 | 2024-12-05T06:40:07.092Z | Downloaded darling_macro v0.20.10 |
581 | 2024-12-05T06:40:07.092Z | Downloaded openssl-probe v0.1.5 |
582 | 2024-12-05T06:40:07.116Z | Downloaded rand_chacha v0.3.1 |
583 | 2024-12-05T06:40:07.116Z | Downloaded fd-lock v4.0.2 |
584 | 2024-12-05T06:40:07.116Z | Downloaded slog-envlogger v2.2.0 |
585 | 2024-12-05T06:40:07.116Z | Downloaded slog-dtrace v0.3.0 |
586 | 2024-12-05T06:40:07.116Z | Downloaded slog-bunyan v2.5.0 |
587 | 2024-12-05T06:40:07.116Z | Downloaded deranged v0.3.11 |
588 | 2024-12-05T06:40:07.116Z | Downloaded futures-macro v0.3.31 |
589 | 2024-12-05T06:40:07.116Z | Downloaded spin v0.5.2 |
590 | 2024-12-05T06:40:07.116Z | Downloaded test-strategy v0.3.1 |
591 | 2024-12-05T06:40:07.140Z | Downloaded tabwriter v1.4.0 |
592 | 2024-12-05T06:40:07.140Z | Downloaded hex v0.4.3 |
593 | 2024-12-05T06:40:07.140Z | Downloaded thiserror-impl v2.0.3 |
594 | 2024-12-05T06:40:07.140Z | Downloaded foreign-types v0.3.2 |
595 | 2024-12-05T06:40:07.141Z | Downloaded foreign-types-shared v0.1.1 |
596 | 2024-12-05T06:40:07.141Z | Downloaded foldhash v0.1.3 |
597 | 2024-12-05T06:40:07.141Z | Downloaded omicron-zone-package v0.11.1 |
598 | 2024-12-05T06:40:07.164Z | Downloaded precomputed-hash v0.1.1 |
599 | 2024-12-05T06:40:07.164Z | Downloaded russh-cryptovec v0.7.3 |
600 | 2024-12-05T06:40:07.165Z | Downloaded slog-json v2.6.1 |
601 | 2024-12-05T06:40:07.165Z | Downloaded tap v1.0.1 |
602 | 2024-12-05T06:40:07.165Z | Downloaded path-slash v0.1.5 |
603 | 2024-12-05T06:40:07.165Z | Downloaded want v0.3.1 |
604 | 2024-12-05T06:40:07.165Z | Downloaded shlex v1.3.0 |
605 | 2024-12-05T06:40:07.189Z | Downloaded unicode-truncate v1.1.0 |
606 | 2024-12-05T06:40:07.189Z | Downloaded sync_wrapper v1.0.1 |
607 | 2024-12-05T06:40:07.190Z | Downloaded half v2.4.1 |
608 | 2024-12-05T06:40:07.190Z | Downloaded number_prefix v0.4.0 |
609 | 2024-12-05T06:40:07.190Z | Downloaded futures-task v0.3.31 |
610 | 2024-12-05T06:40:07.190Z | Downloaded dhcproto-macros v0.1.0 |
611 | 2024-12-05T06:40:07.190Z | Downloaded url v2.5.3 |
612 | 2024-12-05T06:40:07.695Z | Downloaded try-lock v0.2.5 |
613 | 2024-12-05T06:40:07.695Z | Downloaded sqlparser_derive v0.2.2 |
614 | 2024-12-05T06:40:07.695Z | Downloaded tungstenite v0.24.0 |
615 | 2024-12-05T06:40:07.695Z | Downloaded sigpipe v0.1.3 |
616 | 2024-12-05T06:40:07.695Z | Downloaded resolv-conf v0.7.0 |
617 | 2024-12-05T06:40:07.695Z | Downloaded ssh-cipher v0.2.0 |
618 | 2024-12-05T06:40:07.695Z | Downloaded rand_core v0.6.4 |
619 | 2024-12-05T06:40:07.695Z | Downloaded dyn-clone v1.0.17 |
620 | 2024-12-05T06:40:07.695Z | Downloaded lalrpop v0.19.12 |
621 | 2024-12-05T06:40:07.695Z | Downloaded sqlformat v0.2.6 |
622 | 2024-12-05T06:40:07.695Z | Downloaded vte_generate_state_changes v0.1.2 |
623 | 2024-12-05T06:40:07.695Z | Downloaded spin v0.9.8 |
624 | 2024-12-05T06:40:07.696Z | Downloaded pin-utils v0.1.0 |
625 | 2024-12-05T06:40:07.696Z | Downloaded postgres-types v0.2.8 |
626 | 2024-12-05T06:40:07.696Z | Downloaded time-core v0.1.2 |
627 | 2024-12-05T06:40:07.696Z | Downloaded bitvec v1.0.1 |
628 | 2024-12-05T06:40:07.696Z | Downloaded olpc-cjson v0.1.4 |
629 | 2024-12-05T06:40:07.696Z | Downloaded num-rational v0.4.2 |
630 | 2024-12-05T06:40:07.696Z | Downloaded derive_builder_macro v0.20.2 |
631 | 2024-12-05T06:40:07.696Z | Downloaded pkcs5 v0.7.1 |
632 | 2024-12-05T06:40:07.696Z | Downloaded psl-types v2.0.11 |
633 | 2024-12-05T06:40:07.696Z | Downloaded pin-project v1.1.6 |
634 | 2024-12-05T06:40:07.696Z | Downloaded derive_builder_core v0.20.2 |
635 | 2024-12-05T06:40:07.696Z | Downloaded des v0.8.1 |
636 | 2024-12-05T06:40:07.696Z | Downloaded zopfli v0.8.1 |
637 | 2024-12-05T06:40:07.696Z | Downloaded derive_builder v0.20.2 |
638 | 2024-12-05T06:40:07.696Z | Downloaded dhcproto v0.12.0 |
639 | 2024-12-05T06:40:07.696Z | Downloaded tough v0.19.0 |
640 | 2024-12-05T06:40:07.696Z | Downloaded qorb v0.2.1 |
641 | 2024-12-05T06:40:07.696Z | Downloaded serde_yaml v0.9.34+deprecated |
642 | 2024-12-05T06:40:07.696Z | Downloaded futures-util v0.3.31 |
643 | 2024-12-05T06:40:07.696Z | Downloaded tokio-util v0.7.12 |
644 | 2024-12-05T06:40:07.696Z | Downloaded sqlparser v0.45.0 |
645 | 2024-12-05T06:40:07.696Z | Downloaded rayon v1.10.0 |
646 | 2024-12-05T06:40:07.696Z | Downloaded unicode-width v0.2.0 |
647 | 2024-12-05T06:40:07.696Z | Downloaded smoltcp v0.11.0 |
648 | 2024-12-05T06:40:07.696Z | Downloaded diesel v2.2.4 |
649 | 2024-12-05T06:40:07.696Z | Downloaded proptest v1.5.0 |
650 | 2024-12-05T06:40:07.696Z | Downloaded trust-dns-proto v0.22.0 |
651 | 2024-12-05T06:40:07.696Z | Downloaded polar-core v0.27.3 |
652 | 2024-12-05T06:40:07.696Z | Downloaded rustls v0.22.4 |
653 | 2024-12-05T06:40:07.696Z | Downloaded typify-impl v0.2.0 |
654 | 2024-12-05T06:40:07.696Z | Downloaded object v0.36.5 |
655 | 2024-12-05T06:40:07.696Z | Downloaded regress v0.10.1 |
656 | 2024-12-05T06:40:07.698Z | Downloaded object v0.30.4 |
657 | 2024-12-05T06:40:07.698Z | Downloaded sled v0.34.7 |
658 | 2024-12-05T06:40:07.698Z | Downloaded regex v1.11.1 |
659 | 2024-12-05T06:40:07.698Z | Downloaded webpki-roots v0.26.6 |
660 | 2024-12-05T06:40:07.698Z | Downloaded regex-automata v0.4.8 |
661 | 2024-12-05T06:40:07.698Z | Downloaded lzma-sys v0.1.20 |
662 | 2024-12-05T06:40:07.698Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
663 | 2024-12-05T06:40:07.722Z | Downloaded ratatui v0.28.1 |
664 | 2024-12-05T06:40:07.722Z | Downloaded libz-sys v1.1.20 |
665 | 2024-12-05T06:40:07.722Z | Downloaded petgraph v0.6.5 |
666 | 2024-12-05T06:40:07.745Z | Downloaded openapiv3 v2.0.0 |
667 | 2024-12-05T06:40:07.769Z | Downloaded zerocopy-derive v0.6.6 |
668 | 2024-12-05T06:40:07.769Z | Downloaded rustls v0.23.14 |
669 | 2024-12-05T06:40:07.801Z | Downloaded tokio v1.40.0 |
670 | 2024-12-05T06:40:07.826Z | Downloaded regex-syntax v0.8.5 |
671 | 2024-12-05T06:40:07.851Z | Downloaded regress v0.9.1 |
672 | 2024-12-05T06:40:07.851Z | Downloaded bstr v1.10.0 |
673 | 2024-12-05T06:40:07.851Z | Downloaded serde_with v3.11.0 |
674 | 2024-12-05T06:40:07.875Z | Downloaded csv v1.3.0 |
675 | 2024-12-05T06:40:07.898Z | Downloaded time v0.3.36 |
676 | 2024-12-05T06:40:07.898Z | Downloaded zerocopy v0.8.10 |
677 | 2024-12-05T06:40:07.922Z | Downloaded openssl v0.10.66 |
678 | 2024-12-05T06:40:07.946Z | Downloaded sha3 v0.10.8 |
679 | 2024-12-05T06:40:07.946Z | Downloaded radix_trie v0.2.1 |
680 | 2024-12-05T06:40:07.946Z | Downloaded gimli v0.31.1 |
681 | 2024-12-05T06:40:07.970Z | Downloaded regex-syntax v0.6.29 |
682 | 2024-12-05T06:40:07.970Z | Downloaded chrono-tz v0.10.0 |
683 | 2024-12-05T06:40:07.970Z | Downloaded petname v2.0.2 |
684 | 2024-12-05T06:40:07.994Z | Downloaded nix v0.29.0 |
685 | 2024-12-05T06:40:07.994Z | Downloaded nix v0.28.0 |
686 | 2024-12-05T06:40:08.018Z | Downloaded dropshot v0.13.0 |
687 | 2024-12-05T06:40:08.042Z | Downloaded curve25519-dalek v4.1.3 |
688 | 2024-12-05T06:40:08.042Z | Downloaded smoltcp v0.9.1 |
689 | 2024-12-05T06:40:08.066Z | Downloaded fatfs v0.3.6 |
690 | 2024-12-05T06:40:08.066Z | Downloaded nix v0.27.1 |
691 | 2024-12-05T06:40:08.090Z | Downloaded dropshot v0.12.0 |
692 | 2024-12-05T06:40:08.090Z | Downloaded rustls v0.21.12 |
693 | 2024-12-05T06:40:08.113Z | Downloaded zerocopy-derive v0.8.10 |
694 | 2024-12-05T06:40:08.113Z | Downloaded toml_edit v0.19.15 |
695 | 2024-12-05T06:40:08.137Z | Downloaded rsa v0.9.6 |
696 | 2024-12-05T06:40:08.137Z | Downloaded quick-xml v0.33.0 |
697 | 2024-12-05T06:40:08.161Z | Downloaded vcpkg v0.2.15 |
698 | 2024-12-05T06:40:08.189Z | Downloaded derive_more v0.99.18 |
699 | 2024-12-05T06:40:08.213Z | Downloaded rcgen v0.12.1 |
700 | 2024-12-05T06:40:08.213Z | Downloaded rusqlite v0.32.1 |
701 | 2024-12-05T06:40:08.213Z | Downloaded git2 v0.19.0 |
702 | 2024-12-05T06:40:08.237Z | Downloaded toml v0.7.8 |
703 | 2024-12-05T06:40:08.237Z | Downloaded num-traits v0.2.19 |
704 | 2024-12-05T06:40:08.237Z | Downloaded encoding_rs v0.8.34 |
705 | 2024-12-05T06:40:08.261Z | Downloaded russh v0.45.0 |
706 | 2024-12-05T06:40:08.261Z | Downloaded quinn-proto v0.11.8 |
707 | 2024-12-05T06:40:08.285Z | Downloaded serde_with_macros v3.11.0 |
708 | 2024-12-05T06:40:08.285Z | Downloaded yasna v0.5.2 |
709 | 2024-12-05T06:40:08.285Z | Downloaded steno v0.4.1 |
710 | 2024-12-05T06:40:08.285Z | Downloaded p384 v0.13.0 |
711 | 2024-12-05T06:40:08.285Z | Downloaded tracing v0.1.40 |
712 | 2024-12-05T06:40:08.285Z | Downloaded vsss-rs v3.3.4 |
713 | 2024-12-05T06:40:08.309Z | Downloaded rayon-core v1.12.1 |
714 | 2024-12-05T06:40:08.309Z | Downloaded nom v7.1.3 |
715 | 2024-12-05T06:40:08.309Z | Downloaded h2 v0.4.6 |
716 | 2024-12-05T06:40:08.309Z | Downloaded rustls-webpki v0.102.8 |
717 | 2024-12-05T06:40:08.333Z | Downloaded pkcs1 v0.7.5 |
718 | 2024-12-05T06:40:08.333Z | Downloaded ref-cast-impl v1.0.23 |
719 | 2024-12-05T06:40:08.333Z | Downloaded progenitor-macro v0.8.0 |
720 | 2024-12-05T06:40:08.333Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
721 | 2024-12-05T06:40:08.400Z | Downloaded static_assertions v1.1.0 |
722 | 2024-12-05T06:40:08.423Z | Downloaded ppv-lite86 v0.2.20 |
723 | 2024-12-05T06:40:08.423Z | Downloaded ssh-encoding v0.2.0 |
724 | 2024-12-05T06:40:08.423Z | Downloaded rtoolbox v0.0.2 |
725 | 2024-12-05T06:40:08.423Z | Downloaded fallible-streaming-iterator v0.1.9 |
726 | 2024-12-05T06:40:08.423Z | Downloaded portable-atomic v1.9.0 |
727 | 2024-12-05T06:40:08.423Z | Downloaded vte v0.11.1 |
728 | 2024-12-05T06:40:08.423Z | Downloaded hashbrown v0.14.5 |
729 | 2024-12-05T06:40:08.449Z | Downloaded idna v0.3.0 |
730 | 2024-12-05T06:40:08.449Z | Downloaded form_urlencoded v1.2.1 |
731 | 2024-12-05T06:40:08.449Z | Downloaded foreign-types-shared v0.3.1 |
732 | 2024-12-05T06:40:08.449Z | Downloaded pkg-config v0.3.31 |
733 | 2024-12-05T06:40:08.449Z | Downloaded pkcs8 v0.10.2 |
734 | 2024-12-05T06:40:08.449Z | Downloaded pin-project-lite v0.2.14 |
735 | 2024-12-05T06:40:08.449Z | Downloaded pin-project-internal v1.1.6 |
736 | 2024-12-05T06:40:08.449Z | Downloaded topological-sort v0.2.2 |
737 | 2024-12-05T06:40:08.449Z | Downloaded toolchain_find v0.4.0 |
738 | 2024-12-05T06:40:08.473Z | Downloaded vergen v8.3.2 |
739 | 2024-12-05T06:40:08.473Z | Downloaded rfc6979 v0.4.0 |
740 | 2024-12-05T06:40:08.473Z | Downloaded wait-timeout v0.2.0 |
741 | 2024-12-05T06:40:08.473Z | Downloaded termcolor v1.4.1 |
742 | 2024-12-05T06:40:08.473Z | Downloaded num-iter v0.1.45 |
743 | 2024-12-05T06:40:08.473Z | Downloaded salty v0.3.0 |
744 | 2024-12-05T06:40:08.473Z | Downloaded waitgroup v0.1.2 |
745 | 2024-12-05T06:40:08.473Z | Downloaded whoami v1.5.2 |
746 | 2024-12-05T06:40:08.474Z | Downloaded which v4.4.2 |
747 | 2024-12-05T06:40:08.474Z | Downloaded signal-hook v0.3.17 |
748 | 2024-12-05T06:40:08.498Z | Downloaded poly1305 v0.8.0 |
749 | 2024-12-05T06:40:08.498Z | Downloaded xz2 v0.1.7 |
750 | 2024-12-05T06:40:08.498Z | Downloaded idna v0.5.0 |
751 | 2024-12-05T06:40:08.498Z | Downloaded fxhash v0.2.1 |
752 | 2024-12-05T06:40:08.498Z | Downloaded chrono v0.4.38 |
753 | 2024-12-05T06:40:08.498Z | Downloaded hashbrown v0.13.2 |
754 | 2024-12-05T06:40:08.522Z | Downloaded bindgen v0.69.5 |
755 | 2024-12-05T06:40:08.522Z | Downloaded simd-adler32 v0.3.7 |
756 | 2024-12-05T06:40:08.522Z | Downloaded sha1 v0.10.6 |
757 | 2024-12-05T06:40:08.522Z | Downloaded powerfmt v0.2.0 |
758 | 2024-12-05T06:40:08.522Z | Downloaded walkdir v2.5.0 |
759 | 2024-12-05T06:40:08.522Z | Downloaded ecdsa v0.16.9 |
760 | 2024-12-05T06:40:08.522Z | Downloaded ron v0.7.1 |
761 | 2024-12-05T06:40:08.546Z | Downloaded spki v0.7.3 |
762 | 2024-12-05T06:40:08.546Z | Downloaded smf v0.2.3 |
763 | 2024-12-05T06:40:08.546Z | Downloaded signal-hook-tokio v0.3.1 |
764 | 2024-12-05T06:40:08.546Z | Downloaded unicode-segmentation v1.12.0 |
765 | 2024-12-05T06:40:08.546Z | Downloaded idna v0.4.0 |
766 | 2024-12-05T06:40:08.546Z | Downloaded idna v0.2.3 |
767 | 2024-12-05T06:40:08.569Z | Downloaded fs_extra v1.3.0 |
768 | 2024-12-05T06:40:08.569Z | Downloaded progenitor-impl v0.8.0 |
769 | 2024-12-05T06:40:08.569Z | Downloaded phf_shared v0.11.2 |
770 | 2024-12-05T06:40:08.569Z | Downloaded reqwest v0.12.9 |
771 | 2024-12-05T06:40:08.569Z | Downloaded similar v2.6.0 |
772 | 2024-12-05T06:40:08.594Z | Downloaded tungstenite v0.23.0 |
773 | 2024-12-05T06:40:08.594Z | Downloaded rand_seeder v0.3.0 |
774 | 2024-12-05T06:40:08.594Z | Downloaded fallible-iterator v0.3.0 |
775 | 2024-12-05T06:40:08.594Z | Downloaded display-error-chain v0.2.2 |
776 | 2024-12-05T06:40:08.594Z | Downloaded term v0.7.0 |
777 | 2024-12-05T06:40:08.594Z | Downloaded rustc-demangle v0.1.24 |
778 | 2024-12-05T06:40:08.594Z | Downloaded tungstenite v0.21.0 |
779 | 2024-12-05T06:40:08.595Z | Downloaded tar v0.4.42 |
780 | 2024-12-05T06:40:08.618Z | Downloaded signature v2.2.0 |
781 | 2024-12-05T06:40:08.618Z | Downloaded heapless v0.8.0 |
782 | 2024-12-05T06:40:08.619Z | Downloaded heapless v0.7.17 |
783 | 2024-12-05T06:40:08.619Z | Downloaded headers v0.4.0 |
784 | 2024-12-05T06:40:08.619Z | Downloaded flate2 v1.0.34 |
785 | 2024-12-05T06:40:08.619Z | Downloaded zerovec v0.10.4 |
786 | 2024-12-05T06:40:08.650Z | Downloaded num-bigint-dig v0.8.4 |
787 | 2024-12-05T06:40:08.650Z | Downloaded p521 v0.13.3 |
788 | 2024-12-05T06:40:08.650Z | Downloaded tower-service v0.3.3 |
789 | 2024-12-05T06:40:08.650Z | Downloaded num_enum_derive v0.5.11 |
790 | 2024-12-05T06:40:08.650Z | Downloaded num_enum v0.5.11 |
791 | 2024-12-05T06:40:08.650Z | Downloaded fragile v2.0.0 |
792 | 2024-12-05T06:40:08.650Z | Downloaded dunce v1.0.5 |
793 | 2024-12-05T06:40:08.650Z | Downloaded dsl_auto_type v0.1.2 |
794 | 2024-12-05T06:40:08.650Z | Downloaded slog-term v2.9.1 |
795 | 2024-12-05T06:40:08.650Z | Downloaded unicode-xid v0.2.6 |
796 | 2024-12-05T06:40:08.650Z | Downloaded ed25519-dalek v2.1.1 |
797 | 2024-12-05T06:40:08.674Z | Downloaded rand v0.8.5 |
798 | 2024-12-05T06:40:08.674Z | Downloaded winnow v0.5.40 |
799 | 2024-12-05T06:40:08.674Z | Downloaded blake3 v1.5.4 |
800 | 2024-12-05T06:40:08.698Z | Downloaded string_cache v0.8.7 |
801 | 2024-12-05T06:40:08.698Z | Downloaded rustfmt-wrapper v0.2.1 |
802 | 2024-12-05T06:40:08.699Z | Downloaded rustc_version v0.4.1 |
803 | 2024-12-05T06:40:08.699Z | Downloaded nanorand v0.7.0 |
804 | 2024-12-05T06:40:08.699Z | Downloaded futures-sink v0.3.31 |
805 | 2024-12-05T06:40:08.699Z | Downloaded futures-io v0.3.31 |
806 | 2024-12-05T06:40:08.699Z | Downloaded diesel_derives v2.2.3 |
807 | 2024-12-05T06:40:08.699Z | Downloaded num-bigint v0.4.6 |
808 | 2024-12-05T06:40:08.699Z | Downloaded fallible-iterator v0.2.0 |
809 | 2024-12-05T06:40:08.699Z | Downloaded ed25519 v2.2.3 |
810 | 2024-12-05T06:40:08.723Z | Downloaded predicates v3.1.2 |
811 | 2024-12-05T06:40:08.723Z | Downloaded yoke v0.7.4 |
812 | 2024-12-05T06:40:08.723Z | Downloaded multimap v0.10.0 |
813 | 2024-12-05T06:40:08.723Z | Downloaded darling_core v0.20.10 |
814 | 2024-12-05T06:40:08.723Z | Downloaded parking_lot_core v0.9.10 |
815 | 2024-12-05T06:40:08.723Z | Downloaded parking_lot v0.12.3 |
816 | 2024-12-05T06:40:08.724Z | Downloaded zip v2.1.3 |
817 | 2024-12-05T06:40:08.724Z | Downloaded rustyline v14.0.0 |
818 | 2024-12-05T06:40:08.747Z | Downloaded rustls-webpki v0.101.7 |
819 | 2024-12-05T06:40:08.748Z | Downloaded diff v0.1.13 |
820 | 2024-12-05T06:40:08.748Z | Downloaded smallvec v0.6.14 |
821 | 2024-12-05T06:40:08.771Z | Downloaded slab v0.4.9 |
822 | 2024-12-05T06:40:08.771Z | Downloaded siphasher v0.3.11 |
823 | 2024-12-05T06:40:08.772Z | Downloaded normalize-line-endings v0.3.0 |
824 | 2024-12-05T06:40:08.772Z | Downloaded rustls-pki-types v1.9.0 |
825 | 2024-12-05T06:40:08.772Z | Downloaded tokio-tungstenite v0.24.0 |
826 | 2024-12-05T06:40:08.772Z | Downloaded tokio-tungstenite v0.23.1 |
827 | 2024-12-05T06:40:08.772Z | Downloaded phf v0.11.2 |
828 | 2024-12-05T06:40:08.772Z | Downloaded pbkdf2 v0.11.0 |
829 | 2024-12-05T06:40:08.772Z | Downloaded parking_lot_core v0.8.6 |
830 | 2024-12-05T06:40:08.772Z | Downloaded p256 v0.13.2 |
831 | 2024-12-05T06:40:08.797Z | Downloaded unicode_categories v0.1.1 |
832 | 2024-12-05T06:40:08.797Z | Downloaded parse-zoneinfo v0.3.1 |
833 | 2024-12-05T06:40:08.797Z | Downloaded flume v0.11.1 |
834 | 2024-12-05T06:40:08.797Z | Downloaded hashbrown v0.12.3 |
835 | 2024-12-05T06:40:08.797Z | Downloaded unicode-normalization v0.1.24 |
836 | 2024-12-05T06:40:08.797Z | Downloaded parking_lot v0.11.2 |
837 | 2024-12-05T06:40:08.797Z | Downloaded oso v0.27.3 |
838 | 2024-12-05T06:40:08.821Z | Downloaded openssl-sys v0.9.103 |
839 | 2024-12-05T06:40:08.821Z | Downloaded tokio-postgres v0.7.12 |
840 | 2024-12-05T06:40:08.821Z | Downloaded ssh-key v0.6.6 |
841 | 2024-12-05T06:40:08.821Z | Downloaded phf_generator v0.11.2 |
842 | 2024-12-05T06:40:08.821Z | Downloaded foreign-types v0.5.0 |
843 | 2024-12-05T06:40:08.845Z | Downloaded dirs-next v2.0.0 |
844 | 2024-12-05T06:40:08.845Z | Downloaded tui-tree-widget v0.22.0 |
845 | 2024-12-05T06:40:08.845Z | Downloaded derive-where v1.2.7 |
846 | 2024-12-05T06:40:08.845Z | Downloaded twox-hash v1.6.3 |
847 | 2024-12-05T06:40:08.845Z | Downloaded hashlink v0.9.1 |
848 | 2024-12-05T06:40:08.845Z | Downloaded zip v0.6.6 |
849 | 2024-12-05T06:40:08.845Z | Downloaded samael v0.0.17 |
850 | 2024-12-05T06:40:08.869Z | Downloaded crossterm v0.28.1 |
851 | 2024-12-05T06:40:08.869Z | Downloaded thread_local v1.1.8 |
852 | 2024-12-05T06:40:08.869Z | Downloaded russh-keys v0.45.0 |
853 | 2024-12-05T06:40:08.869Z | Downloaded aws-lc-rs v1.10.0 |
854 | 2024-12-05T06:40:08.869Z | Downloaded synstructure v0.13.1 |
855 | 2024-12-05T06:40:08.893Z | Downloaded globset v0.4.15 |
856 | 2024-12-05T06:40:08.893Z | Downloaded zerocopy v0.6.6 |
857 | 2024-12-05T06:40:08.893Z | Downloaded tokio-tungstenite v0.21.0 |
858 | 2024-12-05T06:40:08.893Z | Downloaded slog-stdlog v4.1.1 |
859 | 2024-12-05T06:40:08.893Z | Downloaded slog-scope v4.4.0 |
860 | 2024-12-05T06:40:08.893Z | Downloaded phf_codegen v0.11.2 |
861 | 2024-12-05T06:40:08.893Z | Downloaded ring v0.17.8 |
862 | 2024-12-05T06:40:08.968Z | Downloaded paste v1.0.15 |
863 | 2024-12-05T06:40:08.991Z | Downloaded serde_urlencoded v0.7.1 |
864 | 2024-12-05T06:40:08.991Z | Downloaded rustls-pemfile v2.2.0 |
865 | 2024-12-05T06:40:08.991Z | Downloaded quinn v0.11.5 |
866 | 2024-12-05T06:40:08.991Z | Downloaded progenitor-client v0.8.0 |
867 | 2024-12-05T06:40:08.991Z | Downloaded typed-path v0.9.3 |
868 | 2024-12-05T06:40:08.991Z | Downloaded itertools v0.13.0 |
869 | 2024-12-05T06:40:09.016Z | Downloaded phf_shared v0.10.0 |
870 | 2024-12-05T06:40:09.016Z | Downloaded num_threads v0.1.7 |
871 | 2024-12-05T06:40:09.016Z | Downloaded shell-words v1.1.0 |
872 | 2024-12-05T06:40:09.016Z | Downloaded unsafe-libyaml v0.2.11 |
873 | 2024-12-05T06:40:09.016Z | Downloaded schemars v0.8.21 |
874 | 2024-12-05T06:40:09.039Z | Downloaded rustc-hash v2.0.0 |
875 | 2024-12-05T06:40:09.039Z | Downloaded reedline v0.35.0 |
876 | 2024-12-05T06:40:09.039Z | Downloaded thiserror-no-std v2.0.2 |
877 | 2024-12-05T06:40:09.039Z | Downloaded thiserror-impl-no-std v2.0.2 |
878 | 2024-12-05T06:40:09.039Z | Downloaded progenitor v0.8.0 |
879 | 2024-12-05T06:40:09.040Z | Downloaded foreign-types-macros v0.2.3 |
880 | 2024-12-05T06:40:09.040Z | Downloaded quick-error v1.2.3 |
881 | 2024-12-05T06:40:09.040Z | Downloaded expectorate v1.1.0 |
882 | 2024-12-05T06:40:09.040Z | Downloaded dirs-sys-next v0.1.2 |
883 | 2024-12-05T06:40:09.064Z | Downloaded difflib v0.4.0 |
884 | 2024-12-05T06:40:09.064Z | Downloaded yoke-derive v0.7.4 |
885 | 2024-12-05T06:40:09.064Z | Downloaded password-hash v0.5.0 |
886 | 2024-12-05T06:40:09.064Z | Downloaded heck v0.3.3 |
887 | 2024-12-05T06:40:09.064Z | Downloaded time-macros v0.2.18 |
888 | 2024-12-05T06:40:09.064Z | Downloaded snafu v0.8.5 |
889 | 2024-12-05T06:40:09.064Z | Downloaded serde_repr v0.1.19 |
890 | 2024-12-05T06:40:09.064Z | Downloaded serde-hex v0.1.0 |
891 | 2024-12-05T06:40:09.064Z | Downloaded postgres-protocol v0.6.7 |
892 | 2024-12-05T06:40:09.065Z | Downloaded tinyvec v1.8.0 |
893 | 2024-12-05T06:40:09.088Z | Downloaded gethostname v0.5.0 |
894 | 2024-12-05T06:40:09.088Z | Downloaded password-hash v0.4.2 |
895 | 2024-12-05T06:40:09.089Z | Downloaded num-complex v0.4.6 |
896 | 2024-12-05T06:40:09.089Z | Downloaded der v0.7.9 |
897 | 2024-12-05T06:40:09.089Z | Downloaded x509-cert v0.2.5 |
898 | 2024-12-05T06:40:09.089Z | Downloaded ena v0.14.3 |
899 | 2024-12-05T06:40:09.089Z | Downloaded either v1.13.0 |
900 | 2024-12-05T06:40:09.089Z | Downloaded owo-colors v4.1.0 |
901 | 2024-12-05T06:40:09.113Z | Downloaded diesel_table_macro_syntax v0.2.0 |
902 | 2024-12-05T06:40:09.113Z | Downloaded zone_cfg_derive v0.1.2 |
903 | 2024-12-05T06:40:09.113Z | Downloaded thiserror v2.0.3 |
904 | 2024-12-05T06:40:09.113Z | Downloaded value-bag v1.9.0 |
905 | 2024-12-05T06:40:09.113Z | Downloaded data-encoding v2.6.0 |
906 | 2024-12-05T06:40:09.113Z | Downloaded aho-corasick v1.1.3 |
907 | 2024-12-05T06:40:09.113Z | Downloaded diesel-dtrace v0.3.0 |
908 | 2024-12-05T06:40:09.113Z | Downloaded dropshot_endpoint v0.13.0 |
909 | 2024-12-05T06:40:09.137Z | Downloaded prettyplease v0.2.25 |
910 | 2024-12-05T06:40:09.137Z | Downloaded ring v0.16.20 |
911 | 2024-12-05T06:40:09.218Z | Downloaded crossbeam-channel v0.5.13 |
912 | 2024-12-05T06:40:09.242Z | Downloaded postcard v1.0.10 |
913 | 2024-12-05T06:40:09.242Z | Downloaded uuid v1.11.0 |
914 | 2024-12-05T06:40:09.242Z | Downloaded zerofrom-derive v0.1.4 |
915 | 2024-12-05T06:40:09.242Z | Downloaded untrusted v0.9.0 |
916 | 2024-12-05T06:40:09.243Z | Downloaded universal-hash v0.5.1 |
917 | 2024-12-05T06:40:09.243Z | Downloaded opaque-debug v0.3.1 |
918 | 2024-12-05T06:40:09.243Z | Downloaded nu-ansi-term v0.50.1 |
919 | 2024-12-05T06:40:09.243Z | Downloaded num-integer v0.1.46 |
920 | 2024-12-05T06:40:09.243Z | Downloaded getrandom v0.2.15 |
921 | 2024-12-05T06:40:09.267Z | Downloaded libsqlite3-sys v0.30.1 |
922 | 2024-12-05T06:40:09.337Z | Downloaded uzers v0.12.1 |
923 | 2024-12-05T06:40:09.361Z | Downloaded itertools v0.12.1 |
924 | 2024-12-05T06:40:09.361Z | Downloaded aes-gcm v0.10.3 |
925 | 2024-12-05T06:40:09.361Z | Downloaded num-derive v0.4.2 |
926 | 2024-12-05T06:40:09.361Z | Downloaded float-cmp v0.9.0 |
927 | 2024-12-05T06:40:09.361Z | Downloaded displaydoc v0.2.5 |
928 | 2024-12-05T06:40:09.361Z | Downloaded tokio-stream v0.1.16 |
929 | 2024-12-05T06:40:09.385Z | Downloaded tokio-rustls v0.26.0 |
930 | 2024-12-05T06:40:09.385Z | Downloaded tokio-rustls v0.25.0 |
931 | 2024-12-05T06:40:09.385Z | Downloaded radium v0.7.0 |
932 | 2024-12-05T06:40:09.385Z | Downloaded polyval v0.6.2 |
933 | 2024-12-05T06:40:09.385Z | Downloaded parse-display-derive v0.10.0 |
934 | 2024-12-05T06:40:09.385Z | Downloaded parse-display v0.10.0 |
935 | 2024-12-05T06:40:09.385Z | Downloaded glob v0.3.1 |
936 | 2024-12-05T06:40:09.385Z | Downloaded embedded-io v0.6.1 |
937 | 2024-12-05T06:40:09.385Z | Downloaded zerovec-derive v0.10.3 |
938 | 2024-12-05T06:40:09.385Z | Downloaded tokio-rustls v0.24.1 |
939 | 2024-12-05T06:40:09.386Z | Downloaded tracing-core v0.1.32 |
940 | 2024-12-05T06:40:09.386Z | Downloaded idna v1.0.3 |
941 | 2024-12-05T06:40:09.411Z | Downloaded untrusted v0.7.1 |
942 | 2024-12-05T06:40:09.411Z | Downloaded serde-big-array v0.5.1 |
943 | 2024-12-05T06:40:09.411Z | Downloaded futures v0.3.31 |
944 | 2024-12-05T06:40:09.411Z | Downloaded num v0.4.3 |
945 | 2024-12-05T06:40:09.411Z | Downloaded flagset v0.4.6 |
946 | 2024-12-05T06:40:09.411Z | Downloaded tinystr v0.7.6 |
947 | 2024-12-05T06:40:09.411Z | Downloaded publicsuffix v2.2.3 |
948 | 2024-12-05T06:40:09.411Z | Downloaded zone v0.1.8 |
949 | 2024-12-05T06:40:09.411Z | Downloaded sct v0.7.1 |
950 | 2024-12-05T06:40:09.435Z | Downloaded itertools v0.10.5 |
951 | 2024-12-05T06:40:09.435Z | Downloaded hkdf v0.12.4 |
952 | 2024-12-05T06:40:09.435Z | Downloaded embedded-io v0.4.0 |
953 | 2024-12-05T06:40:09.435Z | Downloaded zeroize_derive v1.4.2 |
954 | 2024-12-05T06:40:09.435Z | Downloaded icu_properties_data v1.5.0 |
955 | 2024-12-05T06:40:09.464Z | Downloaded libxml v0.3.3 |
956 | 2024-12-05T06:40:09.464Z | Downloaded libm v0.2.8 |
957 | 2024-12-05T06:40:09.513Z | Downloaded hyper v1.5.0 |
958 | 2024-12-05T06:40:09.513Z | Downloaded const_format v0.2.33 |
959 | 2024-12-05T06:40:09.537Z | Downloaded bytes v1.8.0 |
960 | 2024-12-05T06:40:09.537Z | Downloaded bumpalo v3.16.0 |
961 | 2024-12-05T06:40:09.537Z | Downloaded num-conv v0.1.0 |
962 | 2024-12-05T06:40:09.537Z | Downloaded ghash v0.5.1 |
963 | 2024-12-05T06:40:09.537Z | Downloaded utf8_iter v1.0.4 |
964 | 2024-12-05T06:40:09.537Z | Downloaded utf16_iter v1.0.5 |
965 | 2024-12-05T06:40:09.537Z | Downloaded utf-8 v0.7.6 |
966 | 2024-12-05T06:40:09.537Z | Downloaded tiny-keccak v2.0.2 |
967 | 2024-12-05T06:40:09.537Z | Downloaded supports-color v3.0.1 |
968 | 2024-12-05T06:40:09.537Z | Downloaded structmeta v0.3.0 |
969 | 2024-12-05T06:40:09.537Z | Downloaded structmeta v0.2.0 |
970 | 2024-12-05T06:40:09.563Z | Downloaded semver v0.1.20 |
971 | 2024-12-05T06:40:09.563Z | Downloaded secrecy v0.8.0 |
972 | 2024-12-05T06:40:09.563Z | Downloaded sec1 v0.7.3 |
973 | 2024-12-05T06:40:09.563Z | Downloaded scrypt v0.11.0 |
974 | 2024-12-05T06:40:09.563Z | Downloaded rustc_version v0.1.7 |
975 | 2024-12-05T06:40:09.563Z | Downloaded native-tls v0.2.12 |
976 | 2024-12-05T06:40:09.563Z | Downloaded futures-channel v0.3.31 |
977 | 2024-12-05T06:40:09.563Z | Downloaded dropshot_endpoint v0.12.0 |
978 | 2024-12-05T06:40:09.563Z | Downloaded zone_cfg_derive v0.3.0 |
979 | 2024-12-05T06:40:09.563Z | Downloaded ron v0.8.1 |
980 | 2024-12-05T06:40:09.587Z | Downloaded crypto-bigint v0.5.5 |
981 | 2024-12-05T06:40:09.587Z | Downloaded same-file v1.0.6 |
982 | 2024-12-05T06:40:09.588Z | Downloaded primeorder v0.13.6 |
983 | 2024-12-05T06:40:09.588Z | Downloaded pem-rfc7468 v0.7.0 |
984 | 2024-12-05T06:40:09.588Z | Downloaded peg-macros v0.8.4 |
985 | 2024-12-05T06:40:09.588Z | Downloaded unicode-bidi v0.3.17 |
986 | 2024-12-05T06:40:09.588Z | Downloaded strip-ansi-escapes v0.2.0 |
987 | 2024-12-05T06:40:09.588Z | Downloaded rustversion v1.0.17 |
988 | 2024-12-05T06:40:09.612Z | Downloaded env_filter v0.1.2 |
989 | 2024-12-05T06:40:09.612Z | Downloaded enum-as-inner v0.6.1 |
990 | 2024-12-05T06:40:09.612Z | Downloaded unicode-properties v0.1.3 |
991 | 2024-12-05T06:40:09.612Z | Downloaded compact_str v0.8.0 |
992 | 2024-12-05T06:40:09.612Z | Downloaded base64 v0.21.7 |
993 | 2024-12-05T06:40:09.612Z | Downloaded typify v0.2.0 |
994 | 2024-12-05T06:40:09.612Z | Downloaded socket2 v0.5.7 |
995 | 2024-12-05T06:40:09.612Z | Downloaded slog v2.7.0 |
996 | 2024-12-05T06:40:09.636Z | Downloaded predicates-core v1.0.8 |
997 | 2024-12-05T06:40:09.636Z | Downloaded peg v0.8.4 |
998 | 2024-12-05T06:40:09.636Z | Downloaded pbkdf2 v0.12.2 |
999 | 2024-12-05T06:40:09.636Z | Downloaded defmt-parser v0.3.4 |
1000 | 2024-12-05T06:40:09.637Z | Downloaded mio v1.0.2 |
1001 | 2024-12-05T06:40:09.661Z | Downloaded pem v3.0.4 |
1002 | 2024-12-05T06:40:09.661Z | Downloaded packed_struct_codegen v0.10.1 |
1003 | 2024-12-05T06:40:09.661Z | Downloaded packed_struct v0.10.1 |
1004 | 2024-12-05T06:40:09.661Z | Downloaded nibble_vec v0.1.0 |
1005 | 2024-12-05T06:40:09.661Z | Downloaded newtype-uuid v1.1.3 |
1006 | 2024-12-05T06:40:09.661Z | Downloaded tracing-attributes v0.1.27 |
1007 | 2024-12-05T06:40:09.661Z | Downloaded chacha20poly1305 v0.10.1 |
1008 | 2024-12-05T06:40:09.661Z | Downloaded tls_codec v0.4.1 |
1009 | 2024-12-05T06:40:09.661Z | Downloaded subprocess v0.2.9 |
1010 | 2024-12-05T06:40:09.685Z | Downloaded structmeta-derive v0.3.0 |
1011 | 2024-12-05T06:40:09.686Z | Downloaded hash32 v0.3.1 |
1012 | 2024-12-05T06:40:09.686Z | Downloaded hash32 v0.2.1 |
1013 | 2024-12-05T06:40:09.686Z | Downloaded funty v2.0.0 |
1014 | 2024-12-05T06:40:09.686Z | Downloaded env_logger v0.11.5 |
1015 | 2024-12-05T06:40:09.686Z | Downloaded env_logger v0.10.2 |
1016 | 2024-12-05T06:40:09.686Z | Downloaded enum-as-inner v0.5.1 |
1017 | 2024-12-05T06:40:09.686Z | Downloaded der_derive v0.7.3 |
1018 | 2024-12-05T06:40:09.686Z | Downloaded futures-executor v0.3.31 |
1019 | 2024-12-05T06:40:09.709Z | Downloaded futures-core v0.3.31 |
1020 | 2024-12-05T06:40:09.709Z | Downloaded snafu-derive v0.8.5 |
1021 | 2024-12-05T06:40:09.709Z | Downloaded smallvec v1.13.2 |
1022 | 2024-12-05T06:40:09.709Z | Downloaded cookie v0.18.1 |
1023 | 2024-12-05T06:40:09.709Z | Downloaded defmt v0.3.8 |
1024 | 2024-12-05T06:40:09.709Z | Downloaded debug-ignore v1.0.5 |
1025 | 2024-12-05T06:40:09.733Z | Downloaded tokio-native-tls v0.3.1 |
1026 | 2024-12-05T06:40:09.733Z | Downloaded unarray v0.1.4 |
1027 | 2024-12-05T06:40:09.733Z | Downloaded typify-macro v0.2.0 |
1028 | 2024-12-05T06:40:09.733Z | Downloaded signal-hook-registry v1.4.2 |
1029 | 2024-12-05T06:40:09.733Z | Downloaded miniz_oxide v0.8.0 |
1030 | 2024-12-05T06:40:09.734Z | Downloaded hickory-server v0.24.1 |
1031 | 2024-12-05T06:40:09.734Z | Downloaded wyz v0.5.1 |
1032 | 2024-12-05T06:40:09.757Z | Downloaded writeable v0.5.5 |
1033 | 2024-12-05T06:40:09.757Z | Downloaded strum_macros v0.25.3 |
1034 | 2024-12-05T06:40:09.757Z | Downloaded crossbeam-epoch v0.9.18 |
1035 | 2024-12-05T06:40:09.757Z | Downloaded crc-any v2.5.0 |
1036 | 2024-12-05T06:40:09.757Z | Downloaded const-oid v0.9.6 |
1037 | 2024-12-05T06:40:09.757Z | Downloaded clang-sys v1.8.1 |
1038 | 2024-12-05T06:40:09.781Z | Downloaded tokio-macros v2.4.0 |
1039 | 2024-12-05T06:40:09.781Z | Downloaded serde_derive_internals v0.29.1 |
1040 | 2024-12-05T06:40:09.782Z | Downloaded crossbeam-utils v0.8.20 |
1041 | 2024-12-05T06:40:09.782Z | Downloaded crc32fast v1.4.2 |
1042 | 2024-12-05T06:40:09.782Z | Downloaded newline-converter v0.3.0 |
1043 | 2024-12-05T06:40:09.806Z | Downloaded new_debug_unreachable v1.0.6 |
1044 | 2024-12-05T06:40:09.806Z | Downloaded subtle v2.6.1 |
1045 | 2024-12-05T06:40:09.806Z | Downloaded stable_deref_trait v1.2.0 |
1046 | 2024-12-05T06:40:09.806Z | Downloaded schemars_derive v0.8.21 |
1047 | 2024-12-05T06:40:09.806Z | Downloaded indicatif v0.17.9 |
1048 | 2024-12-05T06:40:09.806Z | Downloaded backtrace v0.3.74 |
1049 | 2024-12-05T06:40:09.830Z | Downloaded write16 v1.0.0 |
1050 | 2024-12-05T06:40:09.830Z | Downloaded multer v3.1.0 |
1051 | 2024-12-05T06:40:09.830Z | Downloaded mockall_derive v0.13.0 |
1052 | 2024-12-05T06:40:09.830Z | Downloaded kstat-rs v0.2.4 |
1053 | 2024-12-05T06:40:09.830Z | Downloaded blake2 v0.10.6 |
1054 | 2024-12-05T06:40:09.830Z | Downloaded icu_provider v1.5.0 |
1055 | 2024-12-05T06:40:09.830Z | Downloaded icu_locid_transform_data v1.5.0 |
1056 | 2024-12-05T06:40:09.830Z | Downloaded cookie_store v0.21.0 |
1057 | 2024-12-05T06:40:09.830Z | Downloaded console v0.15.8 |
1058 | 2024-12-05T06:40:09.853Z | Downloaded cobs v0.2.3 |
1059 | 2024-12-05T06:40:09.853Z | Downloaded ciborium v0.2.2 |
1060 | 2024-12-05T06:40:09.853Z | Downloaded signal-hook-mio v0.2.4 |
1061 | 2024-12-05T06:40:09.853Z | Downloaded mockall v0.13.0 |
1062 | 2024-12-05T06:40:09.853Z | Downloaded managed v0.8.0 |
1063 | 2024-12-05T06:40:09.853Z | Downloaded lru-cache v0.1.2 |
1064 | 2024-12-05T06:40:09.853Z | Downloaded lru v0.12.5 |
1065 | 2024-12-05T06:40:09.854Z | Downloaded lockfree-object-pool v0.1.6 |
1066 | 2024-12-05T06:40:09.854Z | Downloaded indexmap v1.9.3 |
1067 | 2024-12-05T06:40:09.854Z | Downloaded home v0.5.9 |
1068 | 2024-12-05T06:40:09.854Z | Downloaded libloading v0.8.5 |
1069 | 2024-12-05T06:40:09.854Z | Downloaded hubpack_derive v0.1.1 |
1070 | 2024-12-05T06:40:09.854Z | Downloaded aws-lc-sys v0.22.0 |
1071 | 2024-12-05T06:40:10.090Z | Downloaded hubpack v0.1.2 |
1072 | 2024-12-05T06:40:10.113Z | Downloaded const_format_proc_macros v0.2.33 |
1073 | 2024-12-05T06:40:10.113Z | Downloaded cancel-safe-futures v0.1.5 |
1074 | 2024-12-05T06:40:10.113Z | Downloaded mirai-annotations v1.12.0 |
1075 | 2024-12-05T06:40:10.113Z | Downloaded md5 v0.7.0 |
1076 | 2024-12-05T06:40:10.114Z | Downloaded maybe-uninit v2.0.0 |
1077 | 2024-12-05T06:40:10.114Z | Downloaded maplit v1.0.2 |
1078 | 2024-12-05T06:40:10.114Z | Downloaded libefi-sys v0.1.0 |
1079 | 2024-12-05T06:40:10.114Z | Downloaded lalrpop-util v0.19.12 |
1080 | 2024-12-05T06:40:10.114Z | Downloaded keccak v0.1.5 |
1081 | 2024-12-05T06:40:10.114Z | Downloaded ipnet v2.10.1 |
1082 | 2024-12-05T06:40:10.114Z | Downloaded inout v0.1.3 |
1083 | 2024-12-05T06:40:10.114Z | Downloaded hickory-proto v0.24.1 |
1084 | 2024-12-05T06:40:10.138Z | Downloaded csv-core v0.1.11 |
1085 | 2024-12-05T06:40:10.138Z | Downloaded castaway v0.2.3 |
1086 | 2024-12-05T06:40:10.138Z | Downloaded bcs v0.1.6 |
1087 | 2024-12-05T06:40:10.138Z | Downloaded icu_collections v1.5.0 |
1088 | 2024-12-05T06:40:10.139Z | Downloaded salsa20 v0.10.2 |
1089 | 2024-12-05T06:40:10.139Z | Downloaded litemap v0.7.3 |
1090 | 2024-12-05T06:40:10.163Z | Downloaded instability v0.3.2 |
1091 | 2024-12-05T06:40:10.163Z | Downloaded rustc-hash v1.1.0 |
1092 | 2024-12-05T06:40:10.163Z | Downloaded ref-cast v1.0.23 |
1093 | 2024-12-05T06:40:10.163Z | Downloaded rand_xorshift v0.3.0 |
1094 | 2024-12-05T06:40:10.163Z | Downloaded lock_api v0.4.12 |
1095 | 2024-12-05T06:40:10.163Z | Downloaded linked-hash-map v0.5.6 |
1096 | 2024-12-05T06:40:10.163Z | Downloaded linear-map v1.2.0 |
1097 | 2024-12-05T06:40:10.163Z | Downloaded quinn-udp v0.5.5 |
1098 | 2024-12-05T06:40:10.163Z | Downloaded lazy_static v1.5.0 |
1099 | 2024-12-05T06:40:10.163Z | Downloaded is-terminal v0.4.13 |
1100 | 2024-12-05T06:40:10.163Z | Downloaded ipnetwork v0.20.0 |
1101 | 2024-12-05T06:40:10.163Z | Downloaded indent_write v2.2.0 |
1102 | 2024-12-05T06:40:10.163Z | Downloaded icu_properties v1.5.1 |
1103 | 2024-12-05T06:40:10.163Z | Downloaded http v1.1.0 |
1104 | 2024-12-05T06:40:10.187Z | Downloaded libsw v3.3.1 |
1105 | 2024-12-05T06:40:10.187Z | Downloaded indoc v1.0.9 |
1106 | 2024-12-05T06:40:10.187Z | Downloaded idna_adapter v1.2.0 |
1107 | 2024-12-05T06:40:10.187Z | Downloaded lazycell v1.3.0 |
1108 | 2024-12-05T06:40:10.187Z | Downloaded is_ci v1.2.0 |
1109 | 2024-12-05T06:40:10.187Z | Downloaded internet-checksum v0.2.1 |
1110 | 2024-12-05T06:40:10.187Z | Downloaded hex-literal v0.4.1 |
1111 | 2024-12-05T06:40:10.187Z | Downloaded ctr v0.9.2 |
1112 | 2024-12-05T06:40:10.187Z | Downloaded chrono-tz-build v0.4.0 |
1113 | 2024-12-05T06:40:10.187Z | Downloaded bzip2 v0.4.4 |
1114 | 2024-12-05T06:40:10.187Z | Downloaded block-padding v0.3.3 |
1115 | 2024-12-05T06:40:10.187Z | Downloaded bitflags v1.3.2 |
1116 | 2024-12-05T06:40:10.187Z | Downloaded hyper-staticfile v0.10.1 |
1117 | 2024-12-05T06:40:10.187Z | Downloaded httpdate v1.0.3 |
1118 | 2024-12-05T06:40:10.187Z | Downloaded match_cfg v0.1.0 |
1119 | 2024-12-05T06:40:10.211Z | Downloaded icu_normalizer v1.5.0 |
1120 | 2024-12-05T06:40:10.211Z | Downloaded colored v2.1.0 |
1121 | 2024-12-05T06:40:10.211Z | Downloaded cbc v0.1.2 |
1122 | 2024-12-05T06:40:10.211Z | Downloaded iana-time-zone v0.1.61 |
1123 | 2024-12-05T06:40:10.211Z | Downloaded humantime v2.1.0 |
1124 | 2024-12-05T06:40:10.211Z | Downloaded curve25519-dalek-derive v0.1.1 |
1125 | 2024-12-05T06:40:10.211Z | Downloaded crc v3.2.1 |
1126 | 2024-12-05T06:40:10.211Z | Downloaded cmake v0.1.51 |
1127 | 2024-12-05T06:40:10.211Z | Downloaded ciborium-ll v0.2.2 |
1128 | 2024-12-05T06:40:10.212Z | Downloaded http-range v0.1.5 |
1129 | 2024-12-05T06:40:10.212Z | Downloaded constant_time_eq v0.3.1 |
1130 | 2024-12-05T06:40:10.212Z | Downloaded cipher v0.4.4 |
1131 | 2024-12-05T06:40:10.212Z | Downloaded darling v0.20.10 |
1132 | 2024-12-05T06:40:10.236Z | Downloaded crc-catalog v2.4.0 |
1133 | 2024-12-05T06:40:10.236Z | Downloaded convert_case v0.4.0 |
1134 | 2024-12-05T06:40:10.236Z | Downloaded chacha20 v0.9.1 |
1135 | 2024-12-05T06:40:10.236Z | Downloaded cexpr v0.6.0 |
1136 | 2024-12-05T06:40:10.236Z | Downloaded matches v0.1.10 |
1137 | 2024-12-05T06:40:10.236Z | Downloaded instant v0.1.13 |
1138 | 2024-12-05T06:40:10.237Z | Downloaded icu_provider_macros v1.5.0 |
1139 | 2024-12-05T06:40:10.237Z | Downloaded icu_locid_transform v1.5.0 |
1140 | 2024-12-05T06:40:10.237Z | Downloaded hyper-util v0.1.10 |
1141 | 2024-12-05T06:40:10.237Z | Downloaded hyper-tls v0.6.0 |
1142 | 2024-12-05T06:40:10.237Z | Downloaded httparse v1.9.5 |
1143 | 2024-12-05T06:40:10.237Z | Downloaded http-body v1.0.1 |
1144 | 2024-12-05T06:40:10.237Z | Downloaded headers-core v0.3.0 |
1145 | 2024-12-05T06:40:10.237Z | Downloaded bitfield v0.14.0 |
1146 | 2024-12-05T06:40:10.261Z | Downloaded base64ct v1.6.0 |
1147 | 2024-12-05T06:40:10.261Z | Downloaded base64 v0.13.1 |
1148 | 2024-12-05T06:40:10.261Z | Downloaded async-bb8-diesel v0.2.1 |
1149 | 2024-12-05T06:40:10.261Z | Downloaded bb8 v0.8.5 |
1150 | 2024-12-05T06:40:10.261Z | Downloaded hostname v0.4.0 |
1151 | 2024-12-05T06:40:10.261Z | Downloaded cassowary v0.3.0 |
1152 | 2024-12-05T06:40:10.261Z | Downloaded blowfish v0.9.1 |
1153 | 2024-12-05T06:40:10.261Z | Downloaded bcrypt-pbkdf v0.10.0 |
1154 | 2024-12-05T06:40:10.261Z | Downloaded hmac v0.12.1 |
1155 | 2024-12-05T06:40:10.261Z | Downloaded hickory-resolver v0.24.1 |
1156 | 2024-12-05T06:40:10.261Z | Downloaded hickory-client v0.24.1 |
1157 | 2024-12-05T06:40:10.285Z | Downloaded cstr-argument v0.1.2 |
1158 | 2024-12-05T06:40:10.285Z | Downloaded crunchy v0.2.2 |
1159 | 2024-12-05T06:40:10.285Z | Downloaded crucible-workspace-hack v0.1.0 |
1160 | 2024-12-05T06:40:10.285Z | Downloaded ciborium-io v0.2.2 |
1161 | 2024-12-05T06:40:10.285Z | Downloaded highway v1.2.0 |
1162 | 2024-12-05T06:40:10.285Z | Downloaded async-recursion v1.1.1 |
1163 | 2024-12-05T06:40:10.285Z | Downloaded aes v0.8.4 |
1164 | 2024-12-05T06:40:10.286Z | Downloaded ascii-canvas v3.0.0 |
1165 | 2024-12-05T06:40:10.415Z | Compiling serde v1.0.215 |
1166 | 2024-12-05T06:40:10.439Z | Compiling lock_api v0.4.12 |
1167 | 2024-12-05T06:40:10.439Z | Compiling scopeguard v1.2.0 |
1168 | 2024-12-05T06:40:10.439Z | Compiling value-bag v1.9.0 |
1169 | 2024-12-05T06:40:10.439Z | Compiling typenum v1.17.0 |
1170 | 2024-12-05T06:40:10.439Z | Compiling generic-array v0.14.7 |
1171 | 2024-12-05T06:40:10.439Z | Compiling syn v2.0.87 |
1172 | 2024-12-05T06:40:10.463Z | Compiling getrandom v0.2.15 |
1173 | 2024-12-05T06:40:10.696Z | Compiling shlex v1.3.0 |
1174 | 2024-12-05T06:40:10.853Z | Compiling rand_core v0.6.4 |
1175 | 2024-12-05T06:40:10.956Z | Compiling log v0.4.22 |
1176 | 2024-12-05T06:40:11.018Z | Compiling subtle v2.6.1 |
1177 | 2024-12-05T06:40:11.055Z | Compiling jobserver v0.1.32 |
1178 | 2024-12-05T06:40:11.079Z | Compiling const-oid v0.9.6 |
1179 | 2024-12-05T06:40:11.316Z | Compiling smallvec v1.13.2 |
1180 | 2024-12-05T06:40:11.340Z | Compiling spin v0.9.8 |
1181 | 2024-12-05T06:40:11.364Z | Compiling pin-project-lite v0.2.14 |
1182 | 2024-12-05T06:40:11.483Z | Compiling cc v1.1.30 |
1183 | 2024-12-05T06:40:11.661Z | Compiling rustix v0.38.37 |
1184 | 2024-12-05T06:40:11.690Z | Compiling parking_lot_core v0.9.10 |
1185 | 2024-12-05T06:40:11.773Z | Compiling futures-core v0.3.31 |
1186 | 2024-12-05T06:40:11.901Z | Compiling signal-hook-registry v1.4.2 |
1187 | 2024-12-05T06:40:12.027Z | Compiling mio v1.0.2 |
1188 | 2024-12-05T06:40:12.523Z | Compiling parking_lot v0.12.3 |
1189 | 2024-12-05T06:40:12.641Z | Compiling aho-corasick v1.1.3 |
1190 | 2024-12-05T06:40:12.700Z | Compiling regex-syntax v0.8.5 |
1191 | 2024-12-05T06:40:12.803Z | Compiling either v1.13.0 |
1192 | 2024-12-05T06:40:12.828Z | Compiling cpufeatures v0.2.14 |
1193 | 2024-12-05T06:40:12.954Z | Compiling lazy_static v1.5.0 |
1194 | 2024-12-05T06:40:13.075Z | Compiling stable_deref_trait v1.2.0 |
1195 | 2024-12-05T06:40:13.153Z | Compiling futures-sink v0.3.31 |
1196 | 2024-12-05T06:40:13.200Z | Compiling glob v0.3.1 |
1197 | 2024-12-05T06:40:13.224Z | Compiling socket2 v0.5.7 |
1198 | 2024-12-05T06:40:13.320Z | Compiling slab v0.4.9 |
1199 | 2024-12-05T06:40:13.413Z | Compiling prettyplease v0.2.25 |
1200 | 2024-12-05T06:40:13.727Z | Compiling minimal-lexical v0.2.1 |
1201 | 2024-12-05T06:40:14.014Z | Compiling libloading v0.8.5 |
1202 | 2024-12-05T06:40:14.080Z | Compiling nom v7.1.3 |
1203 | 2024-12-05T06:40:14.106Z | Compiling clang-sys v1.8.1 |
1204 | 2024-12-05T06:40:14.170Z | Compiling serde_json v1.0.132 |
1205 | 2024-12-05T06:40:14.367Z | Compiling home v0.5.9 |
1206 | 2024-12-05T06:40:14.476Z | Compiling bindgen v0.69.5 |
1207 | 2024-12-05T06:40:14.758Z | Compiling futures-channel v0.3.31 |
1208 | 2024-12-05T06:40:15.107Z | Compiling itertools v0.12.1 |
1209 | 2024-12-05T06:40:15.228Z | Compiling allocator-api2 v0.2.18 |
1210 | 2024-12-05T06:40:15.405Z | Compiling pin-utils v0.1.0 |
1211 | 2024-12-05T06:40:15.489Z | Compiling rustc-hash v1.1.0 |
1212 | 2024-12-05T06:40:15.621Z | Compiling futures-io v0.3.31 |
1213 | 2024-12-05T06:40:15.891Z | Compiling regex-automata v0.4.8 |
1214 | 2024-12-05T06:40:15.916Z | Compiling foldhash v0.1.3 |
1215 | 2024-12-05T06:40:16.201Z | Compiling lazycell v1.3.0 |
1216 | 2024-12-05T06:40:16.351Z | Compiling futures-task v0.3.31 |
1217 | 2024-12-05T06:40:16.610Z | Compiling hashbrown v0.15.0 |
1218 | 2024-12-05T06:40:17.156Z | Compiling synstructure v0.13.1 |
1219 | 2024-12-05T06:40:17.717Z | Compiling cexpr v0.6.0 |
1220 | 2024-12-05T06:40:17.741Z | Compiling cmake v0.1.51 |
1221 | 2024-12-05T06:40:18.392Z | Compiling dunce v1.0.5 |
1222 | 2024-12-05T06:40:18.511Z | Compiling tinyvec_macros v0.1.1 |
1223 | 2024-12-05T06:40:18.546Z | Compiling libm v0.2.8 |
1224 | 2024-12-05T06:40:18.589Z | Compiling fs_extra v1.3.0 |
1225 | 2024-12-05T06:40:18.613Z | Compiling pkg-config v0.3.31 |
1226 | 2024-12-05T06:40:18.843Z | Compiling tinyvec v1.8.0 |
1227 | 2024-12-05T06:40:19.082Z | Compiling num-traits v0.2.19 |
1228 | 2024-12-05T06:40:19.534Z | Compiling ring v0.17.8 |
1229 | 2024-12-05T06:40:19.955Z | Compiling paste v1.0.15 |
1230 | 2024-12-05T06:40:20.043Z | Compiling unicode-bidi v0.3.17 |
1231 | 2024-12-05T06:40:20.119Z | Compiling unicode-normalization v0.1.24 |
1232 | 2024-12-05T06:40:20.352Z | Compiling writeable v0.5.5 |
1233 | 2024-12-05T06:40:20.376Z | Compiling base64ct v1.6.0 |
1234 | 2024-12-05T06:40:20.456Z | Compiling regex v1.11.1 |
1235 | 2024-12-05T06:40:20.853Z | Compiling litemap v0.7.3 |
1236 | 2024-12-05T06:40:20.877Z | Compiling pem-rfc7468 v0.7.0 |
1237 | 2024-12-05T06:40:21.265Z | Compiling aws-lc-rs v1.10.0 |
1238 | 2024-12-05T06:40:21.394Z | Compiling httparse v1.9.5 |
1239 | 2024-12-05T06:40:21.507Z | Compiling flagset v0.4.6 |
1240 | 2024-12-05T06:40:21.691Z | Compiling tracing-core v0.1.32 |
1241 | 2024-12-05T06:40:22.091Z | Compiling percent-encoding v2.3.1 |
1242 | 2024-12-05T06:40:22.411Z | Compiling icu_locid_transform_data v1.5.0 |
1243 | 2024-12-05T06:40:22.516Z | Compiling crossbeam-utils v0.8.20 |
1244 | 2024-12-05T06:40:22.652Z | Compiling rustls-pki-types v1.9.0 |
1245 | 2024-12-05T06:40:22.864Z | Compiling serde_derive v1.0.215 |
1246 | 2024-12-05T06:40:22.889Z | Compiling zeroize_derive v1.4.2 |
1247 | 2024-12-05T06:40:22.889Z | Compiling zerocopy-derive v0.7.35 |
1248 | 2024-12-05T06:40:23.025Z | Compiling tokio-macros v2.4.0 |
1249 | 2024-12-05T06:40:23.605Z | Compiling zerofrom-derive v0.1.4 |
1250 | 2024-12-05T06:40:24.231Z | Compiling zeroize v1.8.1 |
1251 | 2024-12-05T06:40:24.338Z | Compiling thiserror-impl v1.0.69 |
1252 | 2024-12-05T06:40:24.843Z | Compiling zerocopy v0.7.35 |
1253 | 2024-12-05T06:40:24.956Z | Compiling yoke-derive v0.7.4 |
1254 | 2024-12-05T06:40:25.446Z | Compiling zerovec-derive v0.10.3 |
1255 | 2024-12-05T06:40:25.807Z | Compiling crypto-common v0.1.6 |
1256 | 2024-12-05T06:40:26.034Z | Compiling block-buffer v0.10.4 |
1257 | 2024-12-05T06:40:26.195Z | Compiling futures-macro v0.3.31 |
1258 | 2024-12-05T06:40:26.271Z | Compiling digest v0.10.7 |
1259 | 2024-12-05T06:40:26.586Z | Compiling block-padding v0.3.3 |
1260 | 2024-12-05T06:40:26.713Z | Compiling hmac v0.12.1 |
1261 | 2024-12-05T06:40:26.814Z | Compiling displaydoc v0.2.5 |
1262 | 2024-12-05T06:40:26.937Z | Compiling inout v0.1.3 |
1263 | 2024-12-05T06:40:27.182Z | Compiling zerofrom v0.1.4 |
1264 | 2024-12-05T06:40:27.206Z | Compiling cipher v0.4.4 |
1265 | 2024-12-05T06:40:27.206Z | Compiling thiserror v1.0.69 |
1266 | 2024-12-05T06:40:27.341Z | Compiling sha2 v0.10.8 |
1267 | 2024-12-05T06:40:27.392Z | Compiling ppv-lite86 v0.2.20 |
1268 | 2024-12-05T06:40:27.546Z | Compiling yoke v0.7.4 |
1269 | 2024-12-05T06:40:27.687Z | Compiling der_derive v0.7.3 |
1270 | 2024-12-05T06:40:27.711Z | Compiling icu_provider_macros v1.5.0 |
1271 | 2024-12-05T06:40:27.796Z | Compiling futures-util v0.3.31 |
1272 | 2024-12-05T06:40:27.883Z | Compiling zerovec v0.10.4 |
1273 | 2024-12-05T06:40:28.111Z | Compiling rand_chacha v0.3.1 |
1274 | 2024-12-05T06:40:28.261Z | Compiling tracing-attributes v0.1.27 |
1275 | 2024-12-05T06:40:28.658Z | Compiling pest v2.7.14 |
1276 | 2024-12-05T06:40:29.893Z | Compiling tinystr v0.7.6 |
1277 | 2024-12-05T06:40:30.015Z | Compiling der v0.7.9 |
1278 | 2024-12-05T06:40:30.039Z | Compiling icu_collections v1.5.0 |
1279 | 2024-12-05T06:40:30.039Z | Compiling rand v0.8.5 |
1280 | 2024-12-05T06:40:30.324Z | Compiling icu_locid v1.5.0 |
1281 | 2024-12-05T06:40:31.362Z | Compiling icu_provider v1.5.0 |
1282 | 2024-12-05T06:40:31.506Z | Compiling salsa20 v0.10.2 |
1283 | 2024-12-05T06:40:31.608Z | Compiling tracing v0.1.40 |
1284 | 2024-12-05T06:40:31.724Z | Compiling pbkdf2 v0.12.2 |
1285 | 2024-12-05T06:40:31.931Z | Compiling spki v0.7.3 |
1286 | 2024-12-05T06:40:32.087Z | Compiling icu_locid_transform v1.5.0 |
1287 | 2024-12-05T06:40:32.268Z | Compiling icu_properties_data v1.5.0 |
1288 | 2024-12-05T06:40:32.376Z | Compiling powerfmt v0.2.0 |
1289 | 2024-12-05T06:40:32.429Z | Compiling vcpkg v0.2.15 |
1290 | 2024-12-05T06:40:32.495Z | Compiling time-core v0.1.2 |
1291 | 2024-12-05T06:40:32.584Z | Compiling untrusted v0.7.1 |
1292 | 2024-12-05T06:40:32.653Z | Compiling mirai-annotations v1.12.0 |
1293 | 2024-12-05T06:40:32.726Z | Compiling num-conv v0.1.0 |
1294 | 2024-12-05T06:40:32.751Z | Compiling untrusted v0.9.0 |
1295 | 2024-12-05T06:40:32.826Z | Compiling deranged v0.3.11 |
1296 | 2024-12-05T06:40:32.983Z | Compiling time-macros v0.2.18 |
1297 | 2024-12-05T06:40:33.029Z | Compiling icu_properties v1.5.1 |
1298 | 2024-12-05T06:40:34.258Z | Compiling scrypt v0.11.0 |
1299 | 2024-12-05T06:40:34.287Z | Compiling openssl-sys v0.9.103 |
1300 | 2024-12-05T06:40:34.327Z | Compiling pest_meta v2.7.14 |
1301 | 2024-12-05T06:40:34.432Z | Compiling bitflags v2.6.0 |
1302 | 2024-12-05T06:40:34.811Z | Compiling bytes v1.8.0 |
1303 | 2024-12-05T06:40:35.210Z | Compiling indexmap v2.6.0 |
1304 | 2024-12-05T06:40:35.628Z | Compiling tokio v1.40.0 |
1305 | 2024-12-05T06:40:35.930Z | Compiling http v1.1.0 |
1306 | 2024-12-05T06:40:36.119Z | Compiling semver v1.0.23 |
1307 | 2024-12-05T06:40:36.477Z | Compiling cbc v0.1.2 |
1308 | 2024-12-05T06:40:36.684Z | Compiling rustc_version v0.4.1 |
1309 | 2024-12-05T06:40:36.774Z | Compiling aes v0.8.4 |
1310 | 2024-12-05T06:40:37.154Z | Compiling scroll_derive v0.12.0 |
1311 | 2024-12-05T06:40:37.346Z | Compiling icu_normalizer_data v1.5.0 |
1312 | 2024-12-05T06:40:37.441Z | Compiling utf16_iter v1.0.5 |
1313 | 2024-12-05T06:40:37.578Z | Compiling write16 v1.0.0 |
1314 | 2024-12-05T06:40:37.621Z | Compiling atomic-waker v1.1.2 |
1315 | 2024-12-05T06:40:37.696Z | Compiling num_threads v0.1.7 |
1316 | 2024-12-05T06:40:37.792Z | Compiling utf8_iter v1.0.4 |
1317 | 2024-12-05T06:40:37.817Z | Compiling time v0.3.36 |
1318 | 2024-12-05T06:40:38.014Z | Compiling which v4.4.2 |
1319 | 2024-12-05T06:40:38.039Z | Compiling icu_normalizer v1.5.0 |
1320 | 2024-12-05T06:40:38.544Z | Compiling scroll v0.12.0 |
1321 | 2024-12-05T06:40:38.568Z | Compiling pkcs5 v0.7.1 |
1322 | 2024-12-05T06:40:38.889Z | Compiling http-body v1.0.1 |
1323 | 2024-12-05T06:40:39.025Z | Compiling pest_generator v2.7.14 |
1324 | 2024-12-05T06:40:39.185Z | Compiling form_urlencoded v1.2.1 |
1325 | 2024-12-05T06:40:39.225Z | Compiling try-lock v0.2.5 |
1326 | 2024-12-05T06:40:39.362Z | Compiling slog v2.7.0 |
1327 | 2024-12-05T06:40:39.529Z | Compiling want v0.3.1 |
1328 | 2024-12-05T06:40:39.621Z | Compiling goblin v0.8.2 |
1329 | 2024-12-05T06:40:39.718Z | Compiling pkcs8 v0.10.2 |
1330 | 2024-12-05T06:40:39.782Z | Compiling idna_adapter v1.2.0 |
1331 | 2024-12-05T06:40:39.916Z | Compiling httpdate v1.0.3 |
1332 | 2024-12-05T06:40:39.994Z | Compiling idna v1.0.3 |
1333 | 2024-12-05T06:40:40.345Z | Compiling serde_tokenstream v0.2.2 |
1334 | 2024-12-05T06:40:40.671Z | Compiling pest_derive v2.7.14 |
1335 | 2024-12-05T06:40:40.863Z | Compiling serde_spanned v0.6.8 |
1336 | 2024-12-05T06:40:41.028Z | Compiling uuid v1.11.0 |
1337 | 2024-12-05T06:40:41.084Z | Compiling toml_datetime v0.6.8 |
1338 | 2024-12-05T06:40:41.364Z | Compiling dtrace-parser v0.2.0 |
1339 | 2024-12-05T06:40:41.522Z | Compiling match_cfg v0.1.0 |
1340 | 2024-12-05T06:40:41.558Z | Compiling iana-time-zone v0.1.61 |
1341 | 2024-12-05T06:40:41.623Z | Compiling foreign-types-shared v0.1.1 |
1342 | 2024-12-05T06:40:41.728Z | Compiling tower-service v0.3.3 |
1343 | 2024-12-05T06:40:41.848Z | Compiling openssl v0.10.66 |
1344 | 2024-12-05T06:40:41.980Z | Compiling base64 v0.22.1 |
1345 | 2024-12-05T06:40:42.199Z | Compiling rustversion v1.0.17 |
1346 | 2024-12-05T06:40:42.236Z | Compiling adler2 v2.0.0 |
1347 | 2024-12-05T06:40:42.289Z | Compiling foreign-types v0.3.2 |
1348 | 2024-12-05T06:40:42.382Z | Compiling miniz_oxide v0.8.0 |
1349 | 2024-12-05T06:40:42.431Z | Compiling chrono v0.4.38 |
1350 | 2024-12-05T06:40:42.636Z | Compiling hostname v0.3.1 |
1351 | 2024-12-05T06:40:42.800Z | Compiling tokio-util v0.7.12 |
1352 | 2024-12-05T06:40:42.933Z | Compiling url v2.5.3 |
1353 | 2024-12-05T06:40:43.643Z | Compiling h2 v0.4.6 |
1354 | 2024-12-05T06:40:44.011Z | Compiling async-trait v0.1.83 |
1355 | 2024-12-05T06:40:44.315Z | Compiling openssl-macros v0.1.1 |
1356 | 2024-12-05T06:40:44.650Z | Compiling dof v0.3.0 |
1357 | 2024-12-05T06:40:44.978Z | Compiling dirs-sys-next v0.1.2 |
1358 | 2024-12-05T06:40:45.543Z | Compiling usdt-impl v0.5.0 |
1359 | 2024-12-05T06:40:45.604Z | Compiling rustls v0.22.4 |
1360 | 2024-12-05T06:40:45.821Z | Compiling rustls v0.23.14 |
1361 | 2024-12-05T06:40:46.052Z | Compiling syn v1.0.109 |
1362 | 2024-12-05T06:40:46.220Z | Compiling data-encoding v2.6.0 |
1363 | 2024-12-05T06:40:46.511Z | Compiling native-tls v0.2.12 |
1364 | 2024-12-05T06:40:46.586Z | Compiling siphasher v0.3.11 |
1365 | 2024-12-05T06:40:46.888Z | Compiling dirs-next v2.0.0 |
1366 | 2024-12-05T06:40:47.072Z | Compiling http-body-util v0.1.2 |
1367 | 2024-12-05T06:40:47.499Z | Compiling heapless v0.7.17 |
1368 | 2024-12-05T06:40:47.840Z | Compiling crossbeam-epoch v0.9.18 |
1369 | 2024-12-05T06:40:48.082Z | Compiling signature v2.2.0 |
1370 | 2024-12-05T06:40:48.133Z | Compiling sha1 v0.10.6 |
1371 | 2024-12-05T06:40:48.332Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1372 | 2024-12-05T06:40:48.355Z | Compiling serde_derive_internals v0.29.1 |
1373 | 2024-12-05T06:40:48.476Z | Compiling thread_local v1.1.8 |
1374 | 2024-12-05T06:40:48.500Z | Compiling multer v3.1.0 |
1375 | 2024-12-05T06:40:48.737Z | Compiling cookie v0.18.1 |
1376 | 2024-12-05T06:40:48.762Z | Compiling encoding_rs v0.8.34 |
1377 | 2024-12-05T06:40:48.793Z | Compiling ipnet v2.10.1 |
1378 | 2024-12-05T06:40:48.960Z | Compiling rayon-core v1.12.1 |
1379 | 2024-12-05T06:40:48.988Z | Compiling slog-async v2.8.0 |
1380 | 2024-12-05T06:40:49.180Z | Compiling mime v0.3.17 |
1381 | 2024-12-05T06:40:49.423Z | Compiling hyper v1.5.0 |
1382 | 2024-12-05T06:40:49.745Z | Compiling openssl-probe v0.1.5 |
1383 | 2024-12-05T06:40:49.924Z | Compiling gimli v0.31.1 |
1384 | 2024-12-05T06:40:50.058Z | Compiling schemars v0.8.21 |
1385 | 2024-12-05T06:40:50.323Z | Compiling signal-hook v0.3.17 |
1386 | 2024-12-05T06:40:50.521Z | Compiling unicode-properties v0.1.3 |
1387 | 2024-12-05T06:40:50.689Z | Compiling schemars_derive v0.8.21 |
1388 | 2024-12-05T06:40:50.829Z | Compiling stringprep v0.1.5 |
1389 | 2024-12-05T06:40:51.908Z | Compiling hyper-util v0.1.10 |
1390 | 2024-12-05T06:40:52.688Z | Compiling toml_edit v0.22.22 |
1391 | 2024-12-05T06:40:53.209Z | Compiling usdt-attr-macro v0.5.0 |
1392 | 2024-12-05T06:40:53.628Z | Compiling addr2line v0.24.2 |
1393 | 2024-12-05T06:40:54.212Z | Compiling usdt-macro v0.5.0 |
1394 | 2024-12-05T06:40:54.240Z | Compiling crossbeam-deque v0.8.5 |
1395 | 2024-12-05T06:40:54.365Z | Compiling term v0.7.0 |
1396 | 2024-12-05T06:40:54.596Z | Compiling slog-json v2.6.1 |
1397 | 2024-12-05T06:40:54.731Z | Compiling serde_urlencoded v0.7.1 |
1398 | 2024-12-05T06:40:54.778Z | Compiling curve25519-dalek v4.1.3 |
1399 | 2024-12-05T06:40:54.918Z | Compiling crossbeam-channel v0.5.13 |
1400 | 2024-12-05T06:40:55.191Z | Compiling futures-executor v0.3.31 |
1401 | 2024-12-05T06:40:55.270Z | Compiling enum-as-inner v0.6.1 |
1402 | 2024-12-05T06:40:55.459Z | Compiling md-5 v0.10.6 |
1403 | 2024-12-05T06:40:55.676Z | Compiling rustls-pemfile v2.2.0 |
1404 | 2024-12-05T06:40:55.700Z | Compiling async-stream-impl v0.3.6 |
1405 | 2024-12-05T06:40:55.700Z | Compiling num-integer v0.1.46 |
1406 | 2024-12-05T06:40:55.832Z | Compiling idna v0.3.0 |
1407 | 2024-12-05T06:40:55.980Z | Compiling idna v0.4.0 |
1408 | 2024-12-05T06:40:56.124Z | Compiling hash32 v0.2.1 |
1409 | 2024-12-05T06:40:56.385Z | Compiling ff v0.13.0 |
1410 | 2024-12-05T06:40:56.435Z | Compiling is-terminal v0.4.13 |
1411 | 2024-12-05T06:40:56.552Z | Compiling dropshot v0.12.0 |
1412 | 2024-12-05T06:40:56.582Z | Compiling object v0.36.5 |
1413 | 2024-12-05T06:40:56.787Z | Compiling take_mut v0.2.2 |
1414 | 2024-12-05T06:40:56.811Z | Compiling psl-types v2.0.11 |
1415 | 2024-12-05T06:40:56.934Z | Compiling linked-hash-map v0.5.6 |
1416 | 2024-12-05T06:40:57.001Z | Compiling base16ct v0.2.0 |
1417 | 2024-12-05T06:40:57.163Z | Compiling num-bigint-dig v0.8.4 |
1418 | 2024-12-05T06:40:57.255Z | Compiling fallible-iterator v0.2.0 |
1419 | 2024-12-05T06:40:57.279Z | Compiling dyn-clone v1.0.17 |
1420 | 2024-12-05T06:40:57.303Z | Compiling portable-atomic v1.9.0 |
1421 | 2024-12-05T06:40:57.401Z | Compiling rustc-demangle v0.1.24 |
1422 | 2024-12-05T06:40:57.476Z | Compiling quick-error v1.2.3 |
1423 | 2024-12-05T06:40:57.607Z | Compiling utf-8 v0.7.6 |
1424 | 2024-12-05T06:40:57.855Z | Compiling anyhow v1.0.93 |
1425 | 2024-12-05T06:40:57.889Z | Compiling smoltcp v0.9.1 |
1426 | 2024-12-05T06:40:58.209Z | Compiling postgres-protocol v0.6.7 |
1427 | 2024-12-05T06:40:58.233Z | Compiling tungstenite v0.24.0 |
1428 | 2024-12-05T06:40:58.518Z | Compiling resolv-conf v0.7.0 |
1429 | 2024-12-05T06:40:59.229Z | Compiling lru-cache v0.1.2 |
1430 | 2024-12-05T06:40:59.349Z | Compiling sec1 v0.7.3 |
1431 | 2024-12-05T06:40:59.402Z | Compiling publicsuffix v2.2.3 |
1432 | 2024-12-05T06:40:59.772Z | Compiling async-stream v0.3.6 |
1433 | 2024-12-05T06:40:59.956Z | Compiling hickory-proto v0.24.1 |
1434 | 2024-12-05T06:41:00.043Z | Compiling usdt v0.5.0 |
1435 | 2024-12-05T06:41:00.247Z | Compiling group v0.13.0 |
1436 | 2024-12-05T06:41:00.480Z | Compiling slog-term v2.9.1 |
1437 | 2024-12-05T06:41:00.731Z | Compiling num-iter v0.1.45 |
1438 | 2024-12-05T06:41:00.891Z | Compiling toml v0.8.19 |
1439 | 2024-12-05T06:41:01.509Z | Compiling futures v0.3.31 |
1440 | 2024-12-05T06:41:01.626Z | Compiling slog-bunyan v2.5.0 |
1441 | 2024-12-05T06:41:01.962Z | Compiling camino v1.1.9 |
1442 | 2024-12-05T06:41:02.772Z | Compiling backtrace v0.3.74 |
1443 | 2024-12-05T06:41:02.850Z | Compiling tokio-native-tls v0.3.1 |
1444 | 2024-12-05T06:41:03.093Z | Compiling phf_shared v0.11.2 |
1445 | 2024-12-05T06:41:03.167Z | Compiling dropshot_endpoint v0.12.0 |
1446 | 2024-12-05T06:41:03.251Z | Compiling terminal_size v0.4.0 |
1447 | 2024-12-05T06:41:03.432Z | Compiling waitgroup v0.1.2 |
1448 | 2024-12-05T06:41:03.456Z | Compiling openapiv3 v2.0.0 |
1449 | 2024-12-05T06:41:03.631Z | Compiling serde_path_to_error v0.1.16 |
1450 | 2024-12-05T06:41:03.884Z | Compiling hkdf v0.12.4 |
1451 | 2024-12-05T06:41:04.112Z | Compiling crypto-bigint v0.5.5 |
1452 | 2024-12-05T06:41:04.344Z | Compiling webpki-roots v0.26.6 |
1453 | 2024-12-05T06:41:04.561Z | Compiling curve25519-dalek-derive v0.1.1 |
1454 | 2024-12-05T06:41:05.788Z | Compiling zerocopy-derive v0.6.6 |
1455 | 2024-12-05T06:41:05.812Z | Compiling idna v0.5.0 |
1456 | 2024-12-05T06:41:06.154Z | Compiling hubpack_derive v0.1.1 |
1457 | 2024-12-05T06:41:06.883Z | Compiling hostname v0.4.0 |
1458 | 2024-12-05T06:41:06.907Z | Compiling fs-err v2.11.0 |
1459 | 2024-12-05T06:41:06.907Z | Compiling ahash v0.8.11 |
1460 | 2024-12-05T06:41:07.133Z | Compiling crc32fast v1.4.2 |
1461 | 2024-12-05T06:41:07.157Z | Compiling debug-ignore v1.0.5 |
1462 | 2024-12-05T06:41:07.181Z | Compiling bitflags v1.3.2 |
1463 | 2024-12-05T06:41:07.204Z | Compiling winnow v0.5.40 |
1464 | 2024-12-05T06:41:07.279Z | Compiling managed v0.8.0 |
1465 | 2024-12-05T06:41:07.307Z | Compiling strum_macros v0.25.3 |
1466 | 2024-12-05T06:41:07.428Z | Compiling flate2 v1.0.34 |
1467 | 2024-12-05T06:41:07.609Z | Compiling zerocopy v0.6.6 |
1468 | 2024-12-05T06:41:08.250Z | Compiling console v0.15.8 |
1469 | 2024-12-05T06:41:08.321Z | Compiling clap_builder v4.5.21 |
1470 | 2024-12-05T06:41:08.562Z | Compiling hubpack v0.1.2 |
1471 | 2024-12-05T06:41:08.948Z | Compiling elliptic-curve v0.13.8 |
1472 | 2024-12-05T06:41:08.989Z | Compiling cookie_store v0.21.0 |
1473 | 2024-12-05T06:41:09.554Z | Compiling hickory-resolver v0.24.1 |
1474 | 2024-12-05T06:41:10.368Z | Compiling toml_edit v0.19.15 |
1475 | 2024-12-05T06:41:10.392Z | Compiling signal-hook-mio v0.2.4 |
1476 | 2024-12-05T06:41:10.464Z | Compiling phf v0.11.2 |
1477 | 2024-12-05T06:41:10.540Z | Compiling hyper-tls v0.6.0 |
1478 | 2024-12-05T06:41:10.613Z | Compiling rayon v1.10.0 |
1479 | 2024-12-05T06:41:10.728Z | Compiling bzip2 v0.4.4 |
1480 | 2024-12-05T06:41:11.069Z | Compiling tokio-tungstenite v0.24.0 |
1481 | 2024-12-05T06:41:11.550Z | Compiling postgres-types v0.2.8 |
1482 | 2024-12-05T06:41:13.851Z | Compiling ed25519 v2.2.3 |
1483 | 2024-12-05T06:41:14.572Z | Compiling phf_shared v0.10.0 |
1484 | 2024-12-05T06:41:14.916Z | Compiling tokio-stream v0.1.16 |
1485 | 2024-12-05T06:41:14.988Z | Compiling pkcs1 v0.7.5 |
1486 | 2024-12-05T06:41:15.412Z | Compiling serde-big-array v0.5.1 |
1487 | 2024-12-05T06:41:15.464Z | Compiling clap_derive v4.5.18 |
1488 | 2024-12-05T06:41:15.604Z | Compiling rfc6979 v0.4.0 |
1489 | 2024-12-05T06:41:15.763Z | Compiling derive-where v1.2.7 |
1490 | 2024-12-05T06:41:15.786Z | Compiling serde_repr v0.1.19 |
1491 | 2024-12-05T06:41:15.849Z | Compiling float-cmp v0.9.0 |
1492 | 2024-12-05T06:41:16.052Z | Compiling bstr v1.10.0 |
1493 | 2024-12-05T06:41:16.075Z | Compiling sync_wrapper v1.0.1 |
1494 | 2024-12-05T06:41:16.220Z | Compiling unicode-width v0.2.0 |
1495 | 2024-12-05T06:41:16.642Z | Compiling number_prefix v0.4.0 |
1496 | 2024-12-05T06:41:16.708Z | Compiling bit-vec v0.6.3 |
1497 | 2024-12-05T06:41:16.732Z | Compiling whoami v1.5.2 |
1498 | 2024-12-05T06:41:16.853Z | Compiling unicode-segmentation v1.12.0 |
1499 | 2024-12-05T06:41:17.116Z | Compiling difflib v0.4.0 |
1500 | 2024-12-05T06:41:17.296Z | Compiling predicates-core v1.0.8 |
1501 | 2024-12-05T06:41:17.517Z | Compiling fixedbitset v0.4.2 |
1502 | 2024-12-05T06:41:17.552Z | Compiling static_assertions v1.1.0 |
1503 | 2024-12-05T06:41:17.612Z | Compiling normalize-line-endings v0.3.0 |
1504 | 2024-12-05T06:41:17.646Z | Compiling precomputed-hash v0.1.1 |
1505 | 2024-12-05T06:41:17.734Z | Compiling new_debug_unreachable v1.0.6 |
1506 | 2024-12-05T06:41:17.762Z | Compiling petgraph v0.6.5 |
1507 | 2024-12-05T06:41:17.825Z | Compiling string_cache v0.8.7 |
1508 | 2024-12-05T06:41:17.919Z | Compiling predicates v3.1.2 |
1509 | 2024-12-05T06:41:18.227Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1510 | 2024-12-05T06:41:18.491Z | Compiling similar v2.6.0 |
1511 | 2024-12-05T06:41:18.595Z | Compiling tokio-postgres v0.7.12 |
1512 | 2024-12-05T06:41:19.287Z | Compiling clap v4.5.21 |
1513 | 2024-12-05T06:41:19.363Z | Compiling bit-set v0.5.3 |
1514 | 2024-12-05T06:41:19.398Z | Compiling indicatif v0.17.9 |
1515 | 2024-12-05T06:41:19.665Z | Compiling ecdsa v0.16.9 |
1516 | 2024-12-05T06:41:20.353Z | Compiling rsa v0.9.6 |
1517 | 2024-12-05T06:41:20.540Z | Compiling ed25519-dalek v2.1.1 |
1518 | 2024-12-05T06:41:21.033Z | Compiling toml v0.7.8 |
1519 | 2024-12-05T06:41:21.310Z | Compiling zip v0.6.6 |
1520 | 2024-12-05T06:41:21.608Z | Compiling crossterm v0.28.1 |
1521 | 2024-12-05T06:41:22.517Z | Compiling hex v0.4.3 |
1522 | 2024-12-05T06:41:22.827Z | Compiling x509-cert v0.2.5 |
1523 | 2024-12-05T06:41:22.949Z | Compiling itertools v0.10.5 |
1524 | 2024-12-05T06:41:23.026Z | Compiling peg-runtime v0.8.3 |
1525 | 2024-12-05T06:41:23.122Z | Compiling unicode-xid v0.2.6 |
1526 | 2024-12-05T06:41:23.283Z | Compiling lalrpop-util v0.19.12 |
1527 | 2024-12-05T06:41:23.583Z | Compiling strum_macros v0.26.4 |
1528 | 2024-12-05T06:41:23.606Z | Compiling xattr v1.3.1 |
1529 | 2024-12-05T06:41:23.735Z | Compiling filetime v0.2.25 |
1530 | 2024-12-05T06:41:24.010Z | Compiling tar v0.4.42 |
1531 | 2024-12-05T06:41:27.624Z | Compiling strum v0.26.3 |
1532 | 2024-12-05T06:41:30.221Z | Compiling aws-lc-sys v0.22.0 |
1533 | 2024-12-05T06:41:59.834Z | Compiling rustls-webpki v0.102.8 |
1534 | 2024-12-05T06:42:03.804Z | Compiling tokio-rustls v0.25.0 |
1535 | 2024-12-05T06:42:05.530Z | Compiling tokio-rustls v0.26.0 |
1536 | 2024-12-05T06:42:05.846Z | Compiling hyper-rustls v0.27.3 |
1537 | 2024-12-05T06:42:06.334Z | Compiling reqwest v0.12.9 |
1538 | 2024-12-05T06:42:07.570Z | Compiling qorb v0.2.1 |
1539 | 2024-12-05T06:42:12.656Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1540 | 2024-12-05T06:42:12.959Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1541 | 2024-12-05T06:42:20.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 14s |
1542 | 2024-12-05T06:42:20.314Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1543 | 2024-12-05T06:42:20.390Z | Dec 05 06:42:20.119 INFO Starting download, target: Clickhouse |
1544 | 2024-12-05T06:42:20.390Z | Dec 05 06:42:20.120 INFO Starting download, target: Cockroach |
1545 | 2024-12-05T06:42:20.390Z | Dec 05 06:42:20.120 INFO Starting download, target: Console |
1546 | 2024-12-05T06:42:20.390Z | Dec 05 06:42:20.120 INFO Starting download, target: DendriteOpenapi |
1547 | 2024-12-05T06:42:20.390Z | Dec 05 06:42:20.120 INFO Starting download, target: DendriteStub |
1548 | 2024-12-05T06:42:20.414Z | Dec 05 06:42:20.120 INFO Starting download, target: MaghemiteMgd |
1549 | 2024-12-05T06:42:20.414Z | Dec 05 06:42:20.120 INFO Starting download, target: TransceiverControl |
1550 | 2024-12-05T06:42:20.414Z | Dec 05 06:42:20.121 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1551 | 2024-12-05T06:42:20.414Z | Dec 05 06:42:20.121 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1552 | 2024-12-05T06:42:20.414Z | Dec 05 06:42:20.121 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1553 | 2024-12-05T06:42:20.414Z | Dec 05 06:42:20.122 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1554 | 2024-12-05T06:42:20.414Z | Dec 05 06:42:20.122 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1555 | 2024-12-05T06:42:20.414Z | Dec 05 06:42:20.122 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1556 | 2024-12-05T06:42:20.414Z | Dec 05 06:42:20.122 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1557 | 2024-12-05T06:42:25.738Z | Dec 05 06:42:25.464 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1558 | 2024-12-05T06:42:25.846Z | Dec 05 06:42:25.571 INFO Download complete, target: DendriteOpenapi |
1559 | 2024-12-05T06:42:26.077Z | Dec 05 06:42:25.759 INFO Download complete, target: Console |
1560 | 2024-12-05T06:42:27.412Z | Dec 05 06:42:27.142 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1561 | 2024-12-05T06:42:27.607Z | Dec 05 06:42:27.337 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1562 | 2024-12-05T06:42:29.538Z | Dec 05 06:42:29.268 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1563 | 2024-12-05T06:42:29.899Z | Dec 05 06:42:29.629 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1564 | 2024-12-05T06:42:29.899Z | Dec 05 06:42:29.629 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1565 | 2024-12-05T06:42:30.514Z | Dec 05 06:42:30.244 INFO Download complete, target: TransceiverControl |
1566 | 2024-12-05T06:42:30.538Z | Dec 05 06:42:30.265 INFO Download complete, target: DendriteStub |
1567 | 2024-12-05T06:42:30.747Z | Dec 05 06:42:30.477 INFO Download complete, target: MaghemiteMgd |
1568 | 2024-12-05T06:42:37.382Z | Dec 05 06:42:37.112 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1569 | 2024-12-05T06:42:38.193Z | Dec 05 06:42:37.924 INFO Checking that binary works, target: Cockroach |
1570 | 2024-12-05T06:42:38.469Z | Dec 05 06:42:38.199 INFO Download complete, target: Cockroach |
1571 | 2024-12-05T06:42:50.800Z | Dec 05 06:42:50.528 INFO Checking that binary works, target: Clickhouse |
1572 | 2024-12-05T06:42:50.995Z | Dec 05 06:42:50.726 INFO Download complete, target: Clickhouse |
1573 | 2024-12-05T06:42:51.020Z | All builder prerequisites installed successfully, and PATH looks valid |
1574 | 2024-12-05T06:42:51.044Z | |
1575 | 2024-12-05T06:42:51.044Z | real 5:08.400471538 |
1576 | 2024-12-05T06:42:51.044Z | user 14:25.854624026 |
1577 | 2024-12-05T06:42:51.044Z | sys 3:09.092760747 |
1578 | 2024-12-05T06:42:51.044Z | trap 0.453530858 |
1579 | 2024-12-05T06:42:51.044Z | tflt 0.730725679 |
1580 | 2024-12-05T06:42:51.044Z | dflt 2.513819354 |
1581 | 2024-12-05T06:42:51.044Z | kflt 0.018672142 |
1582 | 2024-12-05T06:42:51.044Z | lock 29:33.848472424 |
1583 | 2024-12-05T06:42:51.044Z | slp 54:07.308441651 |
1584 | 2024-12-05T06:42:51.044Z | lat 1:00.135149539 |
1585 | 2024-12-05T06:42:51.044Z | stop 2:18.361693306 |
1586 | 2024-12-05T06:42:51.044Z | + banner clippy |
1587 | 2024-12-05T06:42:51.044Z | |
1588 | 2024-12-05T06:42:51.044Z | #### # # ##### ##### # # |
1589 | 2024-12-05T06:42:51.045Z | # # # # # # # # # # |
1590 | 2024-12-05T06:42:51.045Z | # # # # # # # # |
1591 | 2024-12-05T06:42:51.045Z | # # # ##### ##### # |
1592 | 2024-12-05T06:42:51.045Z | # # # # # # # |
1593 | 2024-12-05T06:42:51.045Z | #### ###### # # # # |
1594 | 2024-12-05T06:42:51.045Z | |
1595 | 2024-12-05T06:42:51.045Z | + export CARGO_INCREMENTAL=0 |
1596 | 2024-12-05T06:42:51.045Z | + CARGO_INCREMENTAL=0 |
1597 | 2024-12-05T06:42:51.045Z | + ptime -m cargo xtask clippy |
1598 | 2024-12-05T06:42:51.805Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1599 | 2024-12-05T06:42:56.778Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.68s |
1600 | 2024-12-05T06:42:56.829Z | Running `target/debug/xtask clippy` |
1601 | 2024-12-05T06:42:56.857Z | running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1602 | 2024-12-05T06:42:57.662Z | Downloading crates ... |
1603 | 2024-12-05T06:43:03.042Z | Downloaded assert-json-diff v2.0.2 |
1604 | 2024-12-05T06:43:03.066Z | Downloaded escape8259 v0.5.3 |
1605 | 2024-12-05T06:43:03.066Z | Downloaded async-global-executor v2.4.1 |
1606 | 2024-12-05T06:43:03.066Z | Downloaded event-listener v5.3.1 |
1607 | 2024-12-05T06:43:03.066Z | Downloaded tinytemplate v1.2.1 |
1608 | 2024-12-05T06:43:03.066Z | Downloaded async-signal v0.2.10 |
1609 | 2024-12-05T06:43:03.066Z | Downloaded approx v0.5.1 |
1610 | 2024-12-05T06:43:03.066Z | Downloaded assert_cmd v2.0.16 |
1611 | 2024-12-05T06:43:03.066Z | Downloaded async-attributes v1.1.2 |
1612 | 2024-12-05T06:43:03.091Z | Downloaded anes v0.1.6 |
1613 | 2024-12-05T06:43:03.091Z | Downloaded async-channel v2.3.1 |
1614 | 2024-12-05T06:43:03.091Z | Downloaded cfg-expr v0.17.0 |
1615 | 2024-12-05T06:43:03.091Z | Downloaded cast v0.3.0 |
1616 | 2024-12-05T06:43:03.091Z | Downloaded async-task v4.7.1 |
1617 | 2024-12-05T06:43:03.091Z | Downloaded async-process v2.3.0 |
1618 | 2024-12-05T06:43:03.091Z | Downloaded async-std v1.13.0 |
1619 | 2024-12-05T06:43:03.115Z | Downloaded threadpool v1.8.1 |
1620 | 2024-12-05T06:43:03.115Z | Downloaded target-triple v0.1.3 |
1621 | 2024-12-05T06:43:03.115Z | Downloaded relative-path v1.9.3 |
1622 | 2024-12-05T06:43:03.140Z | Downloaded trybuild v1.0.101 |
1623 | 2024-12-05T06:43:03.140Z | Downloaded target-spec v3.2.2 |
1624 | 2024-12-05T06:43:03.140Z | Downloaded rstest v0.23.0 |
1625 | 2024-12-05T06:43:03.140Z | Downloaded rust-argon2 v2.1.0 |
1626 | 2024-12-05T06:43:03.140Z | Downloaded yansi v1.0.1 |
1627 | 2024-12-05T06:43:03.140Z | Downloaded pretty_assertions v1.4.1 |
1628 | 2024-12-05T06:43:03.140Z | Downloaded plotters v0.3.7 |
1629 | 2024-12-05T06:43:03.164Z | Downloaded rstest_macros v0.23.0 |
1630 | 2024-12-05T06:43:03.164Z | Downloaded rand_distr v0.4.3 |
1631 | 2024-12-05T06:43:03.164Z | Downloaded polling v3.7.3 |
1632 | 2024-12-05T06:43:03.164Z | Downloaded criterion v0.5.1 |
1633 | 2024-12-05T06:43:03.164Z | Downloaded rustls-native-certs v0.7.3 |
1634 | 2024-12-05T06:43:03.190Z | Downloaded stringmetrics v2.2.2 |
1635 | 2024-12-05T06:43:03.190Z | Downloaded similar-asserts v1.6.0 |
1636 | 2024-12-05T06:43:03.190Z | Downloaded plotters-backend v0.3.7 |
1637 | 2024-12-05T06:43:03.190Z | Downloaded path-tree v0.8.1 |
1638 | 2024-12-05T06:43:03.190Z | Downloaded proc-macro-crate v3.2.0 |
1639 | 2024-12-05T06:43:03.190Z | Downloaded piper v0.2.4 |
1640 | 2024-12-05T06:43:03.190Z | Downloaded pathdiff v0.2.2 |
1641 | 2024-12-05T06:43:03.190Z | Downloaded partial-io v0.5.4 |
1642 | 2024-12-05T06:43:03.190Z | Downloaded parking v2.2.1 |
1643 | 2024-12-05T06:43:03.190Z | Downloaded oorandom v11.1.4 |
1644 | 2024-12-05T06:43:03.190Z | Downloaded libtest-mimic v0.7.3 |
1645 | 2024-12-05T06:43:03.190Z | Downloaded hyper-rustls v0.26.0 |
1646 | 2024-12-05T06:43:03.190Z | Downloaded httptest v0.16.1 |
1647 | 2024-12-05T06:43:03.190Z | Downloaded guppy-workspace-hack v0.1.0 |
1648 | 2024-12-05T06:43:03.214Z | Downloaded guppy v0.17.8 |
1649 | 2024-12-05T06:43:03.214Z | Downloaded futures-timer v3.0.3 |
1650 | 2024-12-05T06:43:03.214Z | Downloaded futures-lite v2.3.0 |
1651 | 2024-12-05T06:43:03.214Z | Downloaded fancy-regex v0.13.0 |
1652 | 2024-12-05T06:43:03.214Z | Downloaded event-listener-strategy v0.5.2 |
1653 | 2024-12-05T06:43:03.214Z | Downloaded event-listener v2.5.3 |
1654 | 2024-12-05T06:43:03.214Z | Downloaded doc-comment v0.3.3 |
1655 | 2024-12-05T06:43:03.214Z | Downloaded datatest-stable v0.2.9 |
1656 | 2024-12-05T06:43:03.214Z | Downloaded criterion-plot v0.5.0 |
1657 | 2024-12-05T06:43:03.214Z | Downloaded concurrent-queue v2.5.0 |
1658 | 2024-12-05T06:43:03.238Z | Downloaded target-lexicon v0.12.16 |
1659 | 2024-12-05T06:43:03.239Z | Downloaded serde_regex v1.1.0 |
1660 | 2024-12-05T06:43:03.239Z | Downloaded plotters-svg v0.3.7 |
1661 | 2024-12-05T06:43:03.239Z | Downloaded num_cpus v1.16.0 |
1662 | 2024-12-05T06:43:03.239Z | Downloaded nested v0.1.1 |
1663 | 2024-12-05T06:43:03.239Z | Downloaded kv-log-macro v1.0.7 |
1664 | 2024-12-05T06:43:03.239Z | Downloaded indoc v2.0.5 |
1665 | 2024-12-05T06:43:03.239Z | Downloaded async-object-pool v0.1.5 |
1666 | 2024-12-05T06:43:03.239Z | Downloaded async-lock v3.4.0 |
1667 | 2024-12-05T06:43:03.239Z | Downloaded blake2b_simd v1.0.2 |
1668 | 2024-12-05T06:43:03.239Z | Downloaded async-io v2.3.4 |
1669 | 2024-12-05T06:43:03.239Z | Downloaded blocking v1.6.1 |
1670 | 2024-12-05T06:43:03.239Z | Downloaded async-executor v1.13.1 |
1671 | 2024-12-05T06:43:03.263Z | Downloaded async-channel v1.9.0 |
1672 | 2024-12-05T06:43:03.263Z | Downloaded httpmock v0.8.0-alpha.1 |
1673 | 2024-12-05T06:43:04.070Z | Checking cfg-if v1.0.0 |
1674 | 2024-12-05T06:43:04.099Z | Checking libc v0.2.162 |
1675 | 2024-12-05T06:43:04.126Z | Checking serde v1.0.215 |
1676 | 2024-12-05T06:43:04.153Z | Checking memchr v2.7.4 |
1677 | 2024-12-05T06:43:04.178Z | Checking value-bag v1.9.0 |
1678 | 2024-12-05T06:43:04.205Z | Checking scopeguard v1.2.0 |
1679 | 2024-12-05T06:43:04.231Z | Checking zeroize v1.8.1 |
1680 | 2024-12-05T06:43:04.260Z | Checking smallvec v1.13.2 |
1681 | 2024-12-05T06:43:04.290Z | Checking itoa v1.0.11 |
1682 | 2024-12-05T06:43:04.364Z | Checking lock_api v0.4.12 |
1683 | 2024-12-05T06:43:04.474Z | Checking byteorder v1.5.0 |
1684 | 2024-12-05T06:43:04.523Z | Checking pin-project-lite v0.2.14 |
1685 | 2024-12-05T06:43:04.565Z | Checking log v0.4.22 |
1686 | 2024-12-05T06:43:04.594Z | Checking subtle v2.6.1 |
1687 | 2024-12-05T06:43:04.618Z | Checking once_cell v1.20.2 |
1688 | 2024-12-05T06:43:04.724Z | Checking typenum v1.17.0 |
1689 | 2024-12-05T06:43:04.828Z | Checking futures-core v0.3.31 |
1690 | 2024-12-05T06:43:04.852Z | Checking libm v0.2.8 |
1691 | 2024-12-05T06:43:04.893Z | Checking thiserror v1.0.69 |
1692 | 2024-12-05T06:43:04.944Z | Checking zerocopy v0.7.35 |
1693 | 2024-12-05T06:43:05.007Z | Checking ryu v1.0.18 |
1694 | 2024-12-05T06:43:05.038Z | Checking spin v0.9.8 |
1695 | 2024-12-05T06:43:05.066Z | Checking getrandom v0.2.15 |
1696 | 2024-12-05T06:43:05.066Z | Checking signal-hook-registry v1.4.2 |
1697 | 2024-12-05T06:43:05.217Z | Checking parking_lot_core v0.9.10 |
1698 | 2024-12-05T06:43:05.274Z | Checking rand_core v0.6.4 |
1699 | 2024-12-05T06:43:05.304Z | Checking mio v1.0.2 |
1700 | 2024-12-05T06:43:05.356Z | Checking socket2 v0.5.7 |
1701 | 2024-12-05T06:43:05.536Z | Checking parking_lot v0.12.3 |
1702 | 2024-12-05T06:43:05.590Z | Checking const-oid v0.9.6 |
1703 | 2024-12-05T06:43:05.616Z | Checking num-traits v0.2.19 |
1704 | 2024-12-05T06:43:05.824Z | Checking generic-array v0.14.7 |
1705 | 2024-12-05T06:43:05.865Z | Checking futures-io v0.3.31 |
1706 | 2024-12-05T06:43:05.923Z | Checking slab v0.4.9 |
1707 | 2024-12-05T06:43:05.952Z | Checking allocator-api2 v0.2.18 |
1708 | 2024-12-05T06:43:06.064Z | Checking cpufeatures v0.2.14 |
1709 | 2024-12-05T06:43:06.168Z | Checking futures-sink v0.3.31 |
1710 | 2024-12-05T06:43:06.202Z | Checking pin-utils v0.1.0 |
1711 | 2024-12-05T06:43:06.232Z | Checking equivalent v1.0.1 |
1712 | 2024-12-05T06:43:06.323Z | Checking foldhash v0.1.3 |
1713 | 2024-12-05T06:43:06.349Z | Checking futures-channel v0.3.31 |
1714 | 2024-12-05T06:43:06.385Z | Checking futures-task v0.3.31 |
1715 | 2024-12-05T06:43:06.539Z | Checking stable_deref_trait v1.2.0 |
1716 | 2024-12-05T06:43:06.564Z | Checking hashbrown v0.15.0 |
1717 | 2024-12-05T06:43:06.634Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1718 | 2024-12-05T06:43:06.661Z | Checking fnv v1.0.7 |
1719 | 2024-12-05T06:43:06.710Z | Checking futures-util v0.3.31 |
1720 | 2024-12-05T06:43:06.789Z | Checking iana-time-zone v0.1.61 |
1721 | 2024-12-05T06:43:06.865Z | Checking crypto-common v0.1.6 |
1722 | 2024-12-05T06:43:06.928Z | Checking block-buffer v0.10.4 |
1723 | 2024-12-05T06:43:06.983Z | Checking ppv-lite86 v0.2.20 |
1724 | 2024-12-05T06:43:07.047Z | Checking tracing-core v0.1.32 |
1725 | 2024-12-05T06:43:07.073Z | Checking errno v0.3.9 |
1726 | 2024-12-05T06:43:07.117Z | Checking zerofrom v0.1.4 |
1727 | 2024-12-05T06:43:07.154Z | Checking digest v0.10.7 |
1728 | 2024-12-05T06:43:07.239Z | Checking dyn-clone v1.0.17 |
1729 | 2024-12-05T06:43:07.319Z | Checking yoke v0.7.4 |
1730 | 2024-12-05T06:43:07.377Z | Checking block-padding v0.3.3 |
1731 | 2024-12-05T06:43:07.495Z | Checking crossbeam-utils v0.8.20 |
1732 | 2024-12-05T06:43:07.566Z | Checking percent-encoding v2.3.1 |
1733 | 2024-12-05T06:43:07.591Z | Checking inout v0.1.3 |
1734 | 2024-12-05T06:43:07.628Z | Checking zerovec v0.10.4 |
1735 | 2024-12-05T06:43:07.653Z | Checking tracing v0.1.40 |
1736 | 2024-12-05T06:43:07.679Z | Checking rand_chacha v0.3.1 |
1737 | 2024-12-05T06:43:07.752Z | Checking writeable v0.5.5 |
1738 | 2024-12-05T06:43:07.798Z | Checking cipher v0.4.4 |
1739 | 2024-12-05T06:43:07.940Z | Checking litemap v0.7.3 |
1740 | 2024-12-05T06:43:08.022Z | Checking rand v0.8.5 |
1741 | 2024-12-05T06:43:08.046Z | Checking tinyvec_macros v0.1.1 |
1742 | 2024-12-05T06:43:08.073Z | Checking form_urlencoded v1.2.1 |
1743 | 2024-12-05T06:43:08.141Z | Checking tinyvec v1.8.0 |
1744 | 2024-12-05T06:43:08.166Z | Checking httparse v1.9.5 |
1745 | 2024-12-05T06:43:08.248Z | Checking icu_locid_transform_data v1.5.0 |
1746 | 2024-12-05T06:43:08.272Z | Checking base64ct v1.6.0 |
1747 | 2024-12-05T06:43:08.318Z | Checking bytes v1.8.0 |
1748 | 2024-12-05T06:43:08.349Z | Checking bitflags v2.6.0 |
1749 | 2024-12-05T06:43:08.529Z | Checking serde_json v1.0.132 |
1750 | 2024-12-05T06:43:08.613Z | Checking indexmap v2.6.0 |
1751 | 2024-12-05T06:43:08.652Z | Checking chrono v0.4.38 |
1752 | 2024-12-05T06:43:08.990Z | Checking tokio v1.40.0 |
1753 | 2024-12-05T06:43:09.051Z | Checking rustix v0.38.37 |
1754 | 2024-12-05T06:43:09.075Z | Checking uuid v1.11.0 |
1755 | 2024-12-05T06:43:09.230Z | Checking http v1.1.0 |
1756 | 2024-12-05T06:43:09.577Z | Checking tinystr v0.7.6 |
1757 | 2024-12-05T06:43:09.646Z | Checking regex-syntax v0.8.5 |
1758 | 2024-12-05T06:43:09.894Z | Checking icu_locid v1.5.0 |
1759 | 2024-12-05T06:43:09.969Z | Checking atomic-waker v1.1.2 |
1760 | 2024-12-05T06:43:10.084Z | Checking unicode-normalization v0.1.24 |
1761 | 2024-12-05T06:43:10.310Z | Checking schemars v0.8.21 |
1762 | 2024-12-05T06:43:10.369Z | Checking icu_collections v1.5.0 |
1763 | 2024-12-05T06:43:10.768Z | Checking icu_provider v1.5.0 |
1764 | 2024-12-05T06:43:10.816Z | Checking hmac v0.12.1 |
1765 | 2024-12-05T06:43:10.963Z | Checking icu_properties_data v1.5.0 |
1766 | 2024-12-05T06:43:10.989Z | Checking untrusted v0.9.0 |
1767 | 2024-12-05T06:43:11.138Z | Checking ring v0.17.8 |
1768 | 2024-12-05T06:43:11.163Z | Checking sha2 v0.10.8 |
1769 | 2024-12-05T06:43:11.189Z | Checking aho-corasick v1.1.3 |
1770 | 2024-12-05T06:43:11.317Z | Checking icu_locid_transform v1.5.0 |
1771 | 2024-12-05T06:43:11.621Z | Checking utf16_iter v1.0.5 |
1772 | 2024-12-05T06:43:11.650Z | Checking unicode-ident v1.0.13 |
1773 | 2024-12-05T06:43:11.766Z | Checking icu_normalizer_data v1.5.0 |
1774 | 2024-12-05T06:43:11.802Z | Checking unicode-bidi v0.3.17 |
1775 | 2024-12-05T06:43:11.864Z | Checking write16 v1.0.0 |
1776 | 2024-12-05T06:43:11.938Z | Checking utf8_iter v1.0.4 |
1777 | 2024-12-05T06:43:11.979Z | Checking lazy_static v1.5.0 |
1778 | 2024-12-05T06:43:12.088Z | Checking powerfmt v0.2.0 |
1779 | 2024-12-05T06:43:12.141Z | Checking adler2 v2.0.0 |
1780 | 2024-12-05T06:43:12.165Z | Checking icu_properties v1.5.1 |
1781 | 2024-12-05T06:43:12.283Z | Checking miniz_oxide v0.8.0 |
1782 | 2024-12-05T06:43:12.307Z | Checking num-conv v0.1.0 |
1783 | 2024-12-05T06:43:12.331Z | Checking deranged v0.3.11 |
1784 | 2024-12-05T06:43:12.356Z | Checking time-core v0.1.2 |
1785 | 2024-12-05T06:43:12.497Z | Checking rustls-pki-types v1.9.0 |
1786 | 2024-12-05T06:43:12.532Z | Checking num_threads v0.1.7 |
1787 | 2024-12-05T06:43:12.556Z | Checking regex-automata v0.4.8 |
1788 | 2024-12-05T06:43:12.623Z | Checking proc-macro2 v1.0.89 |
1789 | 2024-12-05T06:43:12.647Z | Checking pem-rfc7468 v0.7.0 |
1790 | 2024-12-05T06:43:12.877Z | Checking untrusted v0.7.1 |
1791 | 2024-12-05T06:43:12.901Z | Checking http-body v1.0.1 |
1792 | 2024-12-05T06:43:12.988Z | Checking aws-lc-sys v0.22.0 |
1793 | 2024-12-05T06:43:13.027Z | Checking httpdate v1.0.3 |
1794 | 2024-12-05T06:43:13.076Z | Checking mirai-annotations v1.12.0 |
1795 | 2024-12-05T06:43:13.198Z | Checking quote v1.0.37 |
1796 | 2024-12-05T06:43:13.233Z | Checking base64 v0.22.1 |
1797 | 2024-12-05T06:43:13.258Z | Checking try-lock v0.2.5 |
1798 | 2024-12-05T06:43:13.377Z | Checking want v0.3.1 |
1799 | 2024-12-05T06:43:13.494Z | Checking syn v2.0.87 |
1800 | 2024-12-05T06:43:13.541Z | Checking flagset v0.4.6 |
1801 | 2024-12-05T06:43:13.643Z | Checking pbkdf2 v0.12.2 |
1802 | 2024-12-05T06:43:13.715Z | Checking der v0.7.9 |
1803 | 2024-12-05T06:43:13.776Z | Checking time v0.3.36 |
1804 | 2024-12-05T06:43:13.800Z | Checking aes v0.8.4 |
1805 | 2024-12-05T06:43:14.627Z | Checking cbc v0.1.2 |
1806 | 2024-12-05T06:43:14.810Z | Checking salsa20 v0.10.2 |
1807 | 2024-12-05T06:43:14.902Z | Checking icu_normalizer v1.5.0 |
1808 | 2024-12-05T06:43:15.031Z | Checking ahash v0.8.11 |
1809 | 2024-12-05T06:43:15.074Z | Checking aws-lc-rs v1.10.0 |
1810 | 2024-12-05T06:43:15.126Z | Checking tokio-util v0.7.12 |
1811 | 2024-12-05T06:43:15.285Z | Checking spki v0.7.3 |
1812 | 2024-12-05T06:43:15.482Z | Checking slog v2.7.0 |
1813 | 2024-12-05T06:43:15.530Z | Checking tower-service v0.3.3 |
1814 | 2024-12-05T06:43:15.559Z | Checking idna_adapter v1.2.0 |
1815 | 2024-12-05T06:43:15.639Z | Checking scrypt v0.11.0 |
1816 | 2024-12-05T06:43:15.747Z | Checking idna v1.0.3 |
1817 | 2024-12-05T06:43:15.835Z | Checking gimli v0.31.1 |
1818 | 2024-12-05T06:43:15.863Z | Checking mime v0.3.17 |
1819 | 2024-12-05T06:43:15.922Z | Checking pkcs5 v0.7.1 |
1820 | 2024-12-05T06:43:15.947Z | Checking h2 v0.4.6 |
1821 | 2024-12-05T06:43:16.138Z | Checking object v0.36.5 |
1822 | 2024-12-05T06:43:16.215Z | Checking url v2.5.3 |
1823 | 2024-12-05T06:43:16.364Z | Checking rustc-demangle v0.1.24 |
1824 | 2024-12-05T06:43:16.389Z | Checking utf8parse v0.2.2 |
1825 | 2024-12-05T06:43:16.492Z | Checking regex v1.11.1 |
1826 | 2024-12-05T06:43:16.676Z | Checking rustls-webpki v0.102.8 |
1827 | 2024-12-05T06:43:16.743Z | Checking pkcs8 v0.10.2 |
1828 | 2024-12-05T06:43:16.937Z | Checking http-body-util v0.1.2 |
1829 | 2024-12-05T06:43:17.014Z | Checking futures-executor v0.3.31 |
1830 | 2024-12-05T06:43:17.048Z | Checking serde_spanned v0.6.8 |
1831 | 2024-12-05T06:43:17.211Z | Checking toml_datetime v0.6.8 |
1832 | 2024-12-05T06:43:17.238Z | Checking data-encoding v2.6.0 |
1833 | 2024-12-05T06:43:17.322Z | Checking unicode-width v0.1.14 |
1834 | 2024-12-05T06:43:17.361Z | Checking ipnet v2.10.1 |
1835 | 2024-12-05T06:43:17.463Z | Checking futures v0.3.31 |
1836 | 2024-12-05T06:43:17.570Z | Checking rustls-pemfile v2.2.0 |
1837 | 2024-12-05T06:43:17.727Z | Checking anstyle v1.0.10 |
1838 | 2024-12-05T06:43:17.754Z | Checking openssl-probe v0.1.5 |
1839 | 2024-12-05T06:43:17.781Z | Checking foreign-types-shared v0.1.1 |
1840 | 2024-12-05T06:43:17.806Z | Checking serde_urlencoded v0.7.1 |
1841 | 2024-12-05T06:43:17.886Z | Checking foreign-types v0.3.2 |
1842 | 2024-12-05T06:43:17.910Z | Checking semver v1.0.23 |
1843 | 2024-12-05T06:43:17.984Z | Checking sha1 v0.10.6 |
1844 | 2024-12-05T06:43:18.046Z | Checking openssl-sys v0.9.103 |
1845 | 2024-12-05T06:43:18.176Z | Checking encoding_rs v0.8.34 |
1846 | 2024-12-05T06:43:18.221Z | Checking rustls v0.23.14 |
1847 | 2024-12-05T06:43:18.276Z | Checking anstyle-parse v0.2.5 |
1848 | 2024-12-05T06:43:18.515Z | Checking camino v1.1.9 |
1849 | 2024-12-05T06:43:18.769Z | Checking is_terminal_polyfill v1.70.1 |
1850 | 2024-12-05T06:43:18.877Z | Checking colorchoice v1.0.2 |
1851 | 2024-12-05T06:43:18.999Z | Checking winnow v0.6.20 |
1852 | 2024-12-05T06:43:19.027Z | Checking anstyle-query v1.1.1 |
1853 | 2024-12-05T06:43:19.051Z | Checking addr2line v0.24.2 |
1854 | 2024-12-05T06:43:19.089Z | Checking openssl v0.10.66 |
1855 | 2024-12-05T06:43:19.164Z | Checking either v1.13.0 |
1856 | 2024-12-05T06:43:19.503Z | Checking anstream v0.6.15 |
1857 | 2024-12-05T06:43:19.527Z | Checking idna v0.3.0 |
1858 | 2024-12-05T06:43:19.824Z | Checking terminal_size v0.4.0 |
1859 | 2024-12-05T06:43:20.000Z | Checking openapiv3 v2.0.0 |
1860 | 2024-12-05T06:43:20.024Z | Checking signature v2.2.0 |
1861 | 2024-12-05T06:43:20.170Z | Checking psl-types v2.0.11 |
1862 | 2024-12-05T06:43:20.201Z | Checking strsim v0.11.1 |
1863 | 2024-12-05T06:43:20.331Z | Checking clap_lex v0.7.2 |
1864 | 2024-12-05T06:43:20.455Z | Checking publicsuffix v2.2.3 |
1865 | 2024-12-05T06:43:20.548Z | Checking clap_builder v4.5.21 |
1866 | 2024-12-05T06:43:20.676Z | Checking cookie v0.18.1 |
1867 | 2024-12-05T06:43:21.023Z | Checking hyper v1.5.0 |
1868 | 2024-12-05T06:43:21.068Z | Checking webpki-roots v0.26.6 |
1869 | 2024-12-05T06:43:21.242Z | Checking idna v0.5.0 |
1870 | 2024-12-05T06:43:21.338Z | Checking backtrace v0.3.74 |
1871 | 2024-12-05T06:43:21.446Z | Checking is-terminal v0.4.13 |
1872 | 2024-12-05T06:43:21.552Z | Checking scroll v0.12.0 |
1873 | 2024-12-05T06:43:21.819Z | Checking anyhow v1.0.93 |
1874 | 2024-12-05T06:43:21.866Z | Checking plain v0.2.3 |
1875 | 2024-12-05T06:43:21.945Z | Checking ucd-trie v0.1.7 |
1876 | 2024-12-05T06:43:21.997Z | Checking goblin v0.8.2 |
1877 | 2024-12-05T06:43:22.135Z | Checking pest v2.7.14 |
1878 | 2024-12-05T06:43:22.159Z | Checking cookie_store v0.21.0 |
1879 | 2024-12-05T06:43:22.726Z | Checking sync_wrapper v1.0.1 |
1880 | 2024-12-05T06:43:22.755Z | Checking hyper-util v0.1.10 |
1881 | 2024-12-05T06:43:22.779Z | Checking pretty-hex v0.4.1 |
1882 | 2024-12-05T06:43:22.805Z | Checking tokio-rustls v0.26.0 |
1883 | 2024-12-05T06:43:22.872Z | Checking base16ct v0.2.0 |
1884 | 2024-12-05T06:43:22.924Z | Checking num-integer v0.1.46 |
1885 | 2024-12-05T06:43:23.002Z | Checking clap v4.5.21 |
1886 | 2024-12-05T06:43:23.049Z | Checking sec1 v0.7.3 |
1887 | 2024-12-05T06:43:23.110Z | Checking ff v0.13.0 |
1888 | 2024-12-05T06:43:23.158Z | Checking thread-id v4.2.2 |
1889 | 2024-12-05T06:43:23.258Z | Checking toml_edit v0.22.22 |
1890 | 2024-12-05T06:43:23.299Z | Checking group v0.13.0 |
1891 | 2024-12-05T06:43:23.330Z | Checking hkdf v0.12.4 |
1892 | 2024-12-05T06:43:23.382Z | Checking crypto-bigint v0.5.5 |
1893 | 2024-12-05T06:43:23.506Z | Checking dirs-sys-next v0.1.2 |
1894 | 2024-12-05T06:43:23.530Z | Checking memmap v0.7.0 |
1895 | 2024-12-05T06:43:23.637Z | Checking native-tls v0.2.12 |
1896 | 2024-12-05T06:43:23.678Z | Checking crc32fast v1.4.2 |
1897 | 2024-12-05T06:43:23.734Z | Checking bitflags v1.3.2 |
1898 | 2024-12-05T06:43:23.829Z | Checking static_assertions v1.1.0 |
1899 | 2024-12-05T06:43:23.882Z | Checking utf-8 v0.7.6 |
1900 | 2024-12-05T06:43:23.927Z | Checking tokio-native-tls v0.3.1 |
1901 | 2024-12-05T06:43:23.952Z | Checking dirs-next v2.0.0 |
1902 | 2024-12-05T06:43:24.055Z | Checking crossbeam-channel v0.5.13 |
1903 | 2024-12-05T06:43:24.079Z | Checking thread_local v1.1.8 |
1904 | 2024-12-05T06:43:24.144Z | Checking unicode-segmentation v1.12.0 |
1905 | 2024-12-05T06:43:24.188Z | Checking dtrace-parser v0.2.0 |
1906 | 2024-12-05T06:43:24.334Z | Checking term v0.7.0 |
1907 | 2024-12-05T06:43:24.414Z | Checking hyper-rustls v0.27.3 |
1908 | 2024-12-05T06:43:24.573Z | Checking hyper-tls v0.6.0 |
1909 | 2024-12-05T06:43:24.692Z | Checking num-iter v0.1.45 |
1910 | 2024-12-05T06:43:24.718Z | Checking crossbeam-epoch v0.9.18 |
1911 | 2024-12-05T06:43:24.743Z | Checking take_mut v0.2.2 |
1912 | 2024-12-05T06:43:24.743Z | Checking match_cfg v0.1.0 |
1913 | 2024-12-05T06:43:24.821Z | Checking reqwest v0.12.9 |
1914 | 2024-12-05T06:43:24.850Z | Checking hostname v0.3.1 |
1915 | 2024-12-05T06:43:24.875Z | Checking slog-async v2.8.0 |
1916 | 2024-12-05T06:43:24.902Z | Checking slog-term v2.9.1 |
1917 | 2024-12-05T06:43:24.973Z | Checking bstr v1.10.0 |
1918 | 2024-12-05T06:43:25.104Z | Checking rfc6979 v0.4.0 |
1919 | 2024-12-05T06:43:25.133Z | Checking hex v0.4.3 |
1920 | 2024-12-05T06:43:25.268Z | Checking managed v0.8.0 |
1921 | 2024-12-05T06:43:25.319Z | Checking winnow v0.5.40 |
1922 | 2024-12-05T06:43:25.397Z | Checking toml v0.8.19 |
1923 | 2024-12-05T06:43:25.569Z | Checking crossbeam-deque v0.8.5 |
1924 | 2024-12-05T06:43:25.593Z | Checking num-bigint-dig v0.8.4 |
1925 | 2024-12-05T06:43:25.672Z | Checking elliptic-curve v0.13.8 |
1926 | 2024-12-05T06:43:25.770Z | Checking flate2 v1.0.34 |
1927 | 2024-12-05T06:43:25.854Z | Checking rustls v0.22.4 |
1928 | 2024-12-05T06:43:26.019Z | Checking pkcs1 v0.7.5 |
1929 | 2024-12-05T06:43:26.103Z | Checking dof v0.3.0 |
1930 | 2024-12-05T06:43:26.200Z | Checking ecdsa v0.16.9 |
1931 | 2024-12-05T06:43:26.319Z | Checking curve25519-dalek v4.1.3 |
1932 | 2024-12-05T06:43:26.374Z | Checking zerocopy v0.6.6 |
1933 | 2024-12-05T06:43:26.398Z | Checking siphasher v0.3.11 |
1934 | 2024-12-05T06:43:26.620Z | Checking usdt-impl v0.5.0 |
1935 | 2024-12-05T06:43:26.648Z | Checking rayon-core v1.12.1 |
1936 | 2024-12-05T06:43:26.796Z | Checking ed25519 v2.2.3 |
1937 | 2024-12-05T06:43:26.978Z | Checking slog-json v2.6.1 |
1938 | 2024-12-05T06:43:27.065Z | Checking usdt v0.5.0 |
1939 | 2024-12-05T06:43:27.088Z | Checking signal-hook v0.3.17 |
1940 | 2024-12-05T06:43:27.209Z | Checking debug-ignore v1.0.5 |
1941 | 2024-12-05T06:43:27.233Z | Checking quick-error v1.2.3 |
1942 | 2024-12-05T06:43:27.306Z | Checking slog-bunyan v2.5.0 |
1943 | 2024-12-05T06:43:27.331Z | Checking rsa v0.9.6 |
1944 | 2024-12-05T06:43:27.357Z | Checking multer v3.1.0 |
1945 | 2024-12-05T06:43:27.390Z | Checking itertools v0.10.5 |
1946 | 2024-12-05T06:43:27.413Z | Checking x509-cert v0.2.5 |
1947 | 2024-12-05T06:43:27.468Z | Checking idna v0.4.0 |
1948 | 2024-12-05T06:43:27.710Z | Checking waitgroup v0.1.2 |
1949 | 2024-12-05T06:43:27.767Z | Checking toml_edit v0.19.15 |
1950 | 2024-12-05T06:43:27.814Z | Checking ed25519-dalek v2.1.1 |
1951 | 2024-12-05T06:43:27.842Z | Checking hubpack v0.1.2 |
1952 | 2024-12-05T06:43:28.099Z | Checking serde_path_to_error v0.1.16 |
1953 | 2024-12-05T06:43:28.124Z | Checking bzip2-sys v0.1.11+1.0.8 |
1954 | 2024-12-05T06:43:28.155Z | Checking async-stream v0.3.6 |
1955 | 2024-12-05T06:43:28.231Z | Checking hostname v0.4.0 |
1956 | 2024-12-05T06:43:28.256Z | Checking bit-vec v0.6.3 |
1957 | 2024-12-05T06:43:28.332Z | Checking bzip2 v0.4.4 |
1958 | 2024-12-05T06:43:28.358Z | Checking hickory-proto v0.24.1 |
1959 | 2024-12-05T06:43:28.540Z | Checking bit-set v0.5.3 |
1960 | 2024-12-05T06:43:28.579Z | Checking signal-hook-mio v0.2.4 |
1961 | 2024-12-05T06:43:28.641Z | Checking console v0.15.8 |
1962 | 2024-12-05T06:43:28.700Z | Checking hash32 v0.2.1 |
1963 | 2024-12-05T06:43:28.728Z | Checking unicode-properties v0.1.3 |
1964 | 2024-12-05T06:43:28.775Z | Checking predicates-core v1.0.8 |
1965 | 2024-12-05T06:43:28.817Z | Checking tokio-rustls v0.25.0 |
1966 | 2024-12-05T06:43:28.948Z | Checking linked-hash-map v0.5.6 |
1967 | 2024-12-05T06:43:28.972Z | Checking heapless v0.7.17 |
1968 | 2024-12-05T06:43:29.022Z | Checking stringprep v0.1.5 |
1969 | 2024-12-05T06:43:29.116Z | Checking crossterm v0.28.1 |
1970 | 2024-12-05T06:43:29.155Z | Checking dropshot v0.12.0 |
1971 | 2024-12-05T06:43:29.235Z | Checking lru-cache v0.1.2 |
1972 | 2024-12-05T06:43:29.283Z | Checking rayon v1.10.0 |
1973 | 2024-12-05T06:43:29.307Z | Checking phf_shared v0.11.2 |
1974 | 2024-12-05T06:43:29.409Z | Checking similar v2.6.0 |
1975 | 2024-12-05T06:43:29.621Z | Checking tokio-stream v0.1.16 |
1976 | 2024-12-05T06:43:29.864Z | Checking toml v0.7.8 |
1977 | 2024-12-05T06:43:29.887Z | Checking md-5 v0.10.6 |
1978 | 2024-12-05T06:43:30.090Z | Checking float-cmp v0.9.0 |
1979 | 2024-12-05T06:43:30.134Z | Checking fallible-iterator v0.2.0 |
1980 | 2024-12-05T06:43:30.258Z | Checking fixedbitset v0.4.2 |
1981 | 2024-12-05T06:43:30.330Z | Checking normalize-line-endings v0.3.0 |
1982 | 2024-12-05T06:43:30.447Z | Checking difflib v0.4.0 |
1983 | 2024-12-05T06:43:30.485Z | Checking smoltcp v0.9.1 |
1984 | 2024-12-05T06:43:30.510Z | Checking petgraph v0.6.5 |
1985 | 2024-12-05T06:43:30.599Z | Checking phf v0.11.2 |
1986 | 2024-12-05T06:43:30.665Z | Checking postgres-protocol v0.6.7 |
1987 | 2024-12-05T06:43:30.752Z | Checking predicates v3.1.2 |
1988 | 2024-12-05T06:43:30.852Z | Checking zip v0.6.6 |
1989 | 2024-12-05T06:43:31.220Z | Checking resolv-conf v0.7.0 |
1990 | 2024-12-05T06:43:31.309Z | Checking phf_shared v0.10.0 |
1991 | 2024-12-05T06:43:31.406Z | Checking tungstenite v0.24.0 |
1992 | 2024-12-05T06:43:31.516Z | Checking fs-err v2.11.0 |
1993 | 2024-12-05T06:43:31.554Z | Checking serde-big-array v0.5.1 |
1994 | 2024-12-05T06:43:31.712Z | Checking portable-atomic v1.9.0 |
1995 | 2024-12-05T06:43:31.748Z | Checking unicode-width v0.2.0 |
1996 | 2024-12-05T06:43:32.007Z | Checking number_prefix v0.4.0 |
1997 | 2024-12-05T06:43:32.122Z | Checking minimal-lexical v0.2.1 |
1998 | 2024-12-05T06:43:32.157Z | Checking precomputed-hash v0.1.1 |
1999 | 2024-12-05T06:43:32.182Z | Checking lalrpop-util v0.19.12 |
2000 | 2024-12-05T06:43:32.207Z | Checking new_debug_unreachable v1.0.6 |
2001 | 2024-12-05T06:43:32.261Z | Checking tokio-tungstenite v0.24.0 |
2002 | 2024-12-05T06:43:32.305Z | Checking string_cache v0.8.7 |
2003 | 2024-12-05T06:43:32.343Z | Checking hickory-resolver v0.24.1 |
2004 | 2024-12-05T06:43:32.448Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2005 | 2024-12-05T06:43:32.478Z | Checking nom v7.1.3 |
2006 | 2024-12-05T06:43:32.555Z | Checking postgres-types v0.2.8 |
2007 | 2024-12-05T06:43:32.586Z | Checking itertools v0.12.1 |
2008 | 2024-12-05T06:43:32.648Z | Checking indicatif v0.17.9 |
2009 | 2024-12-05T06:43:32.672Z | Checking peg-runtime v0.8.3 |
2010 | 2024-12-05T06:43:32.871Z | Checking whoami v1.5.2 |
2011 | 2024-12-05T06:43:33.197Z | Checking tokio-postgres v0.7.12 |
2012 | 2024-12-05T06:43:33.222Z | Compiling hashbrown v0.14.5 |
2013 | 2024-12-05T06:43:33.250Z | Compiling ident_case v1.0.1 |
2014 | 2024-12-05T06:43:33.295Z | Compiling unsafe-libyaml v0.2.11 |
2015 | 2024-12-05T06:43:33.412Z | Compiling darling_core v0.20.10 |
2016 | 2024-12-05T06:43:33.668Z | Checking qorb v0.2.1 |
2017 | 2024-12-05T06:43:34.302Z | Compiling regress v0.10.1 |
2018 | 2024-12-05T06:43:34.768Z | Compiling serde_yaml v0.9.34+deprecated |
2019 | 2024-12-05T06:43:34.792Z | Checking heck v0.5.0 |
2020 | 2024-12-05T06:43:34.961Z | Checking progenitor-client v0.8.0 |
2021 | 2024-12-05T06:43:35.266Z | Checking fastrand v2.1.1 |
2022 | 2024-12-05T06:43:35.556Z | Compiling newtype-uuid v1.1.3 |
2023 | 2024-12-05T06:43:35.612Z | Checking ipnetwork v0.20.0 |
2024 | 2024-12-05T06:43:35.681Z | Compiling structmeta-derive v0.3.0 |
2025 | 2024-12-05T06:43:35.860Z | Checking strum v0.26.3 |
2026 | 2024-12-05T06:43:35.949Z | Compiling dropshot v0.13.0 |
2027 | 2024-12-05T06:43:36.009Z | Checking macaddr v1.0.1 |
2028 | 2024-12-05T06:43:36.253Z | Compiling dropshot_endpoint v0.13.0 |
2029 | 2024-12-05T06:43:36.306Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2030 | 2024-12-05T06:43:36.918Z | Checking tempfile v3.13.0 |
2031 | 2024-12-05T06:43:37.047Z | Compiling typify-impl v0.2.0 |
2032 | 2024-12-05T06:43:37.242Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2033 | 2024-12-05T06:43:37.537Z | Checking instant v0.1.13 |
2034 | 2024-12-05T06:43:37.646Z | Checking regress v0.9.1 |
2035 | 2024-12-05T06:43:37.992Z | Compiling structmeta v0.3.0 |
2036 | 2024-12-05T06:43:38.139Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2037 | 2024-12-05T06:43:38.305Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2038 | 2024-12-05T06:43:38.380Z | Compiling parse-display-derive v0.10.0 |
2039 | 2024-12-05T06:43:38.576Z | Checking backoff v0.4.0 |
2040 | 2024-12-05T06:43:38.771Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2041 | 2024-12-05T06:43:38.833Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2042 | 2024-12-05T06:43:38.900Z | Checking wait-timeout v0.2.0 |
2043 | 2024-12-05T06:43:38.977Z | Checking rand_xorshift v0.3.0 |
2044 | 2024-12-05T06:43:39.066Z | Checking rusty-fork v0.3.0 |
2045 | 2024-12-05T06:43:39.154Z | Checking unarray v0.1.4 |
2046 | 2024-12-05T06:43:39.187Z | Compiling darling_macro v0.20.10 |
2047 | 2024-12-05T06:43:39.306Z | Compiling structmeta-derive v0.2.0 |
2048 | 2024-12-05T06:43:39.340Z | Checking proptest v1.5.0 |
2049 | 2024-12-05T06:43:39.926Z | Compiling darling v0.20.10 |
2050 | 2024-12-05T06:43:40.037Z | Compiling serde_with_macros v3.11.0 |
2051 | 2024-12-05T06:43:40.317Z | Checking camino-tempfile v1.1.1 |
2052 | 2024-12-05T06:43:40.573Z | Compiling proc-macro-error v1.0.4 |
2053 | 2024-12-05T06:43:40.597Z | Compiling proc-macro-crate v1.3.1 |
2054 | 2024-12-05T06:43:41.234Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2055 | 2024-12-05T06:43:41.537Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2056 | 2024-12-05T06:43:41.571Z | Compiling num_enum_derive v0.5.11 |
2057 | 2024-12-05T06:43:41.651Z | Compiling structmeta v0.2.0 |
2058 | 2024-12-05T06:43:41.803Z | Compiling foreign-types-macros v0.2.3 |
2059 | 2024-12-05T06:43:42.043Z | Compiling test-strategy v0.3.1 |
2060 | 2024-12-05T06:43:42.103Z | Checking parse-display v0.10.0 |
2061 | 2024-12-05T06:43:42.299Z | Checking foreign-types-shared v0.3.1 |
2062 | 2024-12-05T06:43:42.403Z | Checking serde_with v3.11.0 |
2063 | 2024-12-05T06:43:42.712Z | Checking tabwriter v1.4.0 |
2064 | 2024-12-05T06:43:42.828Z | Checking foreign-types v0.5.0 |
2065 | 2024-12-05T06:43:42.923Z | Checking cstr-argument v0.1.2 |
2066 | 2024-12-05T06:43:42.947Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2067 | 2024-12-05T06:43:43.088Z | Checking pretty-hex v0.2.1 |
2068 | 2024-12-05T06:43:43.223Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2069 | 2024-12-05T06:43:43.247Z | Checking colored v2.1.0 |
2070 | 2024-12-05T06:43:43.420Z | Checking smf v0.2.3 |
2071 | 2024-12-05T06:43:43.503Z | Compiling zerocopy v0.8.10 |
2072 | 2024-12-05T06:43:43.527Z | Compiling crucible-workspace-hack v0.1.0 |
2073 | 2024-12-05T06:43:43.644Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2074 | 2024-12-05T06:43:43.700Z | Checking num_enum v0.5.11 |
2075 | 2024-12-05T06:43:43.759Z | Checking base64 v0.21.7 |
2076 | 2024-12-05T06:43:43.817Z | Compiling itertools v0.13.0 |
2077 | 2024-12-05T06:43:43.842Z | Compiling zerocopy-derive v0.8.10 |
2078 | 2024-12-05T06:43:43.869Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2079 | 2024-12-05T06:43:44.097Z | Compiling heapless v0.8.0 |
2080 | 2024-12-05T06:43:44.177Z | Checking termtree v0.4.1 |
2081 | 2024-12-05T06:43:44.366Z | Checking predicates-tree v1.0.11 |
2082 | 2024-12-05T06:43:44.427Z | Checking hash32 v0.3.1 |
2083 | 2024-12-05T06:43:44.518Z | Compiling smoltcp v0.11.0 |
2084 | 2024-12-05T06:43:44.620Z | Checking cobs v0.2.3 |
2085 | 2024-12-05T06:43:44.789Z | Checking postcard v1.0.10 |
2086 | 2024-12-05T06:43:45.108Z | Checking sigpipe v0.1.3 |
2087 | 2024-12-05T06:43:45.169Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2088 | 2024-12-05T06:43:45.200Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2089 | 2024-12-05T06:43:45.225Z | Checking atomicwrites v0.4.4 |
2090 | 2024-12-05T06:43:45.298Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2091 | 2024-12-05T06:43:45.345Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2092 | 2024-12-05T06:43:45.414Z | Compiling mockall_derive v0.13.0 |
2093 | 2024-12-05T06:43:45.516Z | Compiling thiserror v2.0.3 |
2094 | 2024-12-05T06:43:45.614Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2095 | 2024-12-05T06:43:45.689Z | Compiling thiserror-impl v2.0.3 |
2096 | 2024-12-05T06:43:45.944Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2097 | 2024-12-05T06:43:46.453Z | Compiling zone_cfg_derive v0.3.0 |
2098 | 2024-12-05T06:43:46.518Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2099 | 2024-12-05T06:43:47.761Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2100 | 2024-12-05T06:43:47.854Z | Compiling num-derive v0.4.2 |
2101 | 2024-12-05T06:43:48.086Z | Checking downcast v0.11.0 |
2102 | 2024-12-05T06:43:48.287Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2103 | 2024-12-05T06:43:48.311Z | Checking fragile v2.0.0 |
2104 | 2024-12-05T06:43:48.557Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2105 | 2024-12-05T06:43:48.617Z | Checking zone v0.3.0 |
2106 | 2024-12-05T06:43:48.802Z | Compiling convert_case v0.4.0 |
2107 | 2024-12-05T06:43:48.874Z | Checking newline-converter v0.3.0 |
2108 | 2024-12-05T06:43:49.032Z | Checking expectorate v1.1.0 |
2109 | 2024-12-05T06:43:49.193Z | Checking tungstenite v0.21.0 |
2110 | 2024-12-05T06:43:49.312Z | Checking same-file v1.0.6 |
2111 | 2024-12-05T06:43:49.502Z | Checking walkdir v2.5.0 |
2112 | 2024-12-05T06:43:49.671Z | Compiling derive_more v0.99.18 |
2113 | 2024-12-05T06:43:49.695Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2114 | 2024-12-05T06:43:49.732Z | Checking arc-swap v1.7.1 |
2115 | 2024-12-05T06:43:49.975Z | Checking tokio-tungstenite v0.21.0 |
2116 | 2024-12-05T06:43:50.085Z | Checking xattr v1.3.1 |
2117 | 2024-12-05T06:43:50.110Z | Checking slog-scope v4.4.0 |
2118 | 2024-12-05T06:43:50.282Z | Checking filetime v0.2.25 |
2119 | 2024-12-05T06:43:50.308Z | Checking slog-stdlog v4.1.1 |
2120 | 2024-12-05T06:43:50.425Z | Checking num-rational v0.4.2 |
2121 | 2024-12-05T06:43:50.454Z | Checking slog-envlogger v2.2.0 |
2122 | 2024-12-05T06:43:50.479Z | Checking tar v0.4.42 |
2123 | 2024-12-05T06:43:50.737Z | Checking num-complex v0.4.6 |
2124 | 2024-12-05T06:43:51.025Z | Checking float-ord v0.3.2 |
2125 | 2024-12-05T06:43:51.157Z | Compiling cancel-safe-futures v0.1.5 |
2126 | 2024-12-05T06:43:51.220Z | Compiling owo-colors v4.1.0 |
2127 | 2024-12-05T06:43:51.249Z | Checking swrite v0.1.0 |
2128 | 2024-12-05T06:43:51.359Z | Checking libsw v3.3.1 |
2129 | 2024-12-05T06:43:51.499Z | Checking num v0.4.3 |
2130 | 2024-12-05T06:43:51.607Z | Checking pem v3.0.4 |
2131 | 2024-12-05T06:43:51.630Z | Checking password-hash v0.5.0 |
2132 | 2024-12-05T06:43:51.851Z | Checking blake2 v0.10.6 |
2133 | 2024-12-05T06:43:51.898Z | Compiling typify-macro v0.2.0 |
2134 | 2024-12-05T06:43:51.922Z | Checking indent_write v2.2.0 |
2135 | 2024-12-05T06:43:52.023Z | Checking linear-map v1.2.0 |
2136 | 2024-12-05T06:43:52.116Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2137 | 2024-12-05T06:43:52.233Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2138 | 2024-12-05T06:43:52.259Z | Checking argon2 v0.5.3 |
2139 | 2024-12-05T06:43:52.441Z | Compiling lzma-sys v0.1.20 |
2140 | 2024-12-05T06:43:52.545Z | Checking mockall v0.13.0 |
2141 | 2024-12-05T06:43:52.757Z | Checking headers-core v0.3.0 |
2142 | 2024-12-05T06:43:52.781Z | Compiling heck v0.3.3 |
2143 | 2024-12-05T06:43:52.835Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2144 | 2024-12-05T06:43:52.865Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2145 | 2024-12-05T06:43:52.904Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2146 | 2024-12-05T06:43:53.001Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2147 | 2024-12-05T06:43:53.179Z | Compiling zone_cfg_derive v0.1.2 |
2148 | 2024-12-05T06:43:53.203Z | Checking headers v0.4.0 |
2149 | 2024-12-05T06:43:53.232Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2150 | 2024-12-05T06:43:53.287Z | Checking yasna v0.5.2 |
2151 | 2024-12-05T06:43:53.505Z | Checking highway v1.2.0 |
2152 | 2024-12-05T06:43:53.859Z | Checking base64 v0.13.1 |
2153 | 2024-12-05T06:43:54.017Z | Checking rcgen v0.12.1 |
2154 | 2024-12-05T06:43:54.142Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2155 | 2024-12-05T06:43:54.221Z | Checking ron v0.7.1 |
2156 | 2024-12-05T06:43:54.448Z | Checking zone v0.1.8 |
2157 | 2024-12-05T06:43:54.579Z | Checking xz2 v0.1.7 |
2158 | 2024-12-05T06:43:54.705Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2159 | 2024-12-05T06:43:54.857Z | Checking subprocess v0.2.9 |
2160 | 2024-12-05T06:43:55.028Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2161 | 2024-12-05T06:43:55.249Z | Checking humantime v2.1.0 |
2162 | 2024-12-05T06:43:55.344Z | Compiling semver v0.1.20 |
2163 | 2024-12-05T06:43:55.477Z | Compiling typify v0.2.0 |
2164 | 2024-12-05T06:43:55.625Z | Compiling progenitor-impl v0.8.0 |
2165 | 2024-12-05T06:43:55.854Z | Compiling rustc_version v0.1.7 |
2166 | 2024-12-05T06:43:55.962Z | Checking half v2.4.1 |
2167 | 2024-12-05T06:43:55.986Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2168 | 2024-12-05T06:43:56.107Z | Checking ciborium-io v0.2.2 |
2169 | 2024-12-05T06:43:56.222Z | Checking prettyplease v0.2.25 |
2170 | 2024-12-05T06:43:56.305Z | Compiling newtype_derive v0.1.6 |
2171 | 2024-12-05T06:43:56.391Z | Checking ciborium-ll v0.2.2 |
2172 | 2024-12-05T06:43:56.678Z | Checking ciborium v0.2.2 |
2173 | 2024-12-05T06:43:57.417Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2174 | 2024-12-05T06:43:57.790Z | Checking steno v0.4.1 |
2175 | 2024-12-05T06:43:58.161Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2176 | 2024-12-05T06:43:58.845Z | Checking display-error-chain v0.2.2 |
2177 | 2024-12-05T06:43:58.999Z | Compiling slog-dtrace v0.3.0 |
2178 | 2024-12-05T06:43:59.135Z | Checking gethostname v0.5.0 |
2179 | 2024-12-05T06:43:59.170Z | Checking nibble_vec v0.1.0 |
2180 | 2024-12-05T06:43:59.276Z | Compiling ring v0.16.20 |
2181 | 2024-12-05T06:43:59.364Z | Compiling blake3 v1.5.4 |
2182 | 2024-12-05T06:43:59.683Z | Checking endian-type v0.1.2 |
2183 | 2024-12-05T06:43:59.707Z | Checking keccak v0.1.5 |
2184 | 2024-12-05T06:43:59.889Z | Checking radix_trie v0.2.1 |
2185 | 2024-12-05T06:44:00.004Z | Checking sha3 v0.10.8 |
2186 | 2024-12-05T06:44:00.259Z | Checking universal-hash v0.5.1 |
2187 | 2024-12-05T06:44:00.354Z | Checking secrecy v0.8.0 |
2188 | 2024-12-05T06:44:00.389Z | Checking opaque-debug v0.3.1 |
2189 | 2024-12-05T06:44:00.451Z | Checking aead v0.5.2 |
2190 | 2024-12-05T06:44:00.496Z | Checking poly1305 v0.8.0 |
2191 | 2024-12-05T06:44:00.538Z | Checking chacha20 v0.9.1 |
2192 | 2024-12-05T06:44:00.912Z | Compiling memmap2 v0.9.5 |
2193 | 2024-12-05T06:44:00.994Z | Compiling spin v0.5.2 |
2194 | 2024-12-05T06:44:01.213Z | Compiling arrayvec v0.7.6 |
2195 | 2024-12-05T06:44:01.332Z | Compiling arrayref v0.3.9 |
2196 | 2024-12-05T06:44:01.442Z | Compiling constant_time_eq v0.3.1 |
2197 | 2024-12-05T06:44:01.489Z | Compiling toolchain_find v0.4.0 |
2198 | 2024-12-05T06:44:01.615Z | Compiling thiserror-impl-no-std v2.0.2 |
2199 | 2024-12-05T06:44:01.615Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2200 | 2024-12-05T06:44:01.869Z | Compiling topological-sort v0.2.2 |
2201 | 2024-12-05T06:44:01.979Z | Compiling rustfmt-wrapper v0.2.1 |
2202 | 2024-12-05T06:44:02.075Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2203 | 2024-12-05T06:44:02.293Z | Checking chacha20poly1305 v0.10.1 |
2204 | 2024-12-05T06:44:02.376Z | Compiling async-recursion v1.1.1 |
2205 | 2024-12-05T06:44:02.400Z | Compiling progenitor-macro v0.8.0 |
2206 | 2024-12-05T06:44:02.477Z | Checking fxhash v0.2.1 |
2207 | 2024-12-05T06:44:02.501Z | Checking lockfree-object-pool v0.1.6 |
2208 | 2024-12-05T06:44:02.617Z | Checking bumpalo v3.16.0 |
2209 | 2024-12-05T06:44:02.652Z | Checking simd-adler32 v0.3.7 |
2210 | 2024-12-05T06:44:02.724Z | Compiling zip v2.1.3 |
2211 | 2024-12-05T06:44:02.923Z | Checking termcolor v1.4.1 |
2212 | 2024-12-05T06:44:02.958Z | Checking zopfli v0.8.1 |
2213 | 2024-12-05T06:44:03.016Z | Checking maplit v1.0.2 |
2214 | 2024-12-05T06:44:03.134Z | Compiling radium v0.7.0 |
2215 | 2024-12-05T06:44:03.299Z | Checking tap v1.0.1 |
2216 | 2024-12-05T06:44:03.455Z | Compiling maybe-uninit v2.0.0 |
2217 | 2024-12-05T06:44:03.730Z | Checking wyz v0.5.1 |
2218 | 2024-12-05T06:44:03.927Z | Checking funty v2.0.0 |
2219 | 2024-12-05T06:44:03.961Z | Checking home v0.5.9 |
2220 | 2024-12-05T06:44:04.075Z | Checking crc-catalog v2.4.0 |
2221 | 2024-12-05T06:44:04.102Z | Compiling packed_struct v0.10.1 |
2222 | 2024-12-05T06:44:04.186Z | Checking thiserror-no-std v2.0.2 |
2223 | 2024-12-05T06:44:04.217Z | Compiling omicron-zone-package v0.11.1 |
2224 | 2024-12-05T06:44:04.302Z | Checking vsss-rs v3.3.4 |
2225 | 2024-12-05T06:44:04.539Z | Checking crc v3.2.1 |
2226 | 2024-12-05T06:44:04.670Z | Compiling const_format_proc_macros v0.2.33 |
2227 | 2024-12-05T06:44:04.729Z | Checking bitvec v1.0.1 |
2228 | 2024-12-05T06:44:04.919Z | Checking kstat-rs v0.2.4 |
2229 | 2024-12-05T06:44:05.220Z | Compiling packed_struct_codegen v0.10.1 |
2230 | 2024-12-05T06:44:05.281Z | Compiling vte_generate_state_changes v0.1.2 |
2231 | 2024-12-05T06:44:05.631Z | Compiling indexmap v1.9.3 |
2232 | 2024-12-05T06:44:05.857Z | Checking nodrop v0.1.14 |
2233 | 2024-12-05T06:44:05.903Z | Compiling libefi-sys v0.1.0 |
2234 | 2024-12-05T06:44:05.977Z | Checking array-init v0.0.4 |
2235 | 2024-12-05T06:44:06.173Z | Checking vte v0.11.1 |
2236 | 2024-12-05T06:44:06.393Z | Checking const_format v0.2.33 |
2237 | 2024-12-05T06:44:06.768Z | Checking smallvec v0.6.14 |
2238 | 2024-12-05T06:44:06.792Z | Checking fd-lock v4.0.2 |
2239 | 2024-12-05T06:44:06.955Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2240 | 2024-12-05T06:44:07.019Z | Compiling bitfield-struct v0.6.2 |
2241 | 2024-12-05T06:44:07.109Z | Checking bitfield v0.14.0 |
2242 | 2024-12-05T06:44:07.169Z | Checking hashbrown v0.12.3 |
2243 | 2024-12-05T06:44:07.351Z | Checking strip-ansi-escapes v0.2.0 |
2244 | 2024-12-05T06:44:07.394Z | Checking serde-hex v0.1.0 |
2245 | 2024-12-05T06:44:07.504Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2246 | 2024-12-05T06:44:07.732Z | Checking env_logger v0.10.2 |
2247 | 2024-12-05T06:44:07.788Z | Checking ron v0.8.1 |
2248 | 2024-12-05T06:44:08.106Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2249 | 2024-12-05T06:44:08.177Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2250 | 2024-12-05T06:44:08.368Z | Checking hashbrown v0.13.2 |
2251 | 2024-12-05T06:44:08.644Z | Checking crc-any v2.5.0 |
2252 | 2024-12-05T06:44:08.667Z | Checking nu-ansi-term v0.50.1 |
2253 | 2024-12-05T06:44:08.845Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2254 | 2024-12-05T06:44:08.958Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2255 | 2024-12-05T06:44:08.983Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2256 | 2024-12-05T06:44:09.029Z | Checking reedline v0.35.0 |
2257 | 2024-12-05T06:44:09.250Z | Checking object v0.30.4 |
2258 | 2024-12-05T06:44:09.387Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2259 | 2024-12-05T06:44:09.473Z | Checking path-slash v0.1.5 |
2260 | 2024-12-05T06:44:09.543Z | Compiling parking_lot_core v0.8.6 |
2261 | 2024-12-05T06:44:09.604Z | Compiling phf_generator v0.11.2 |
2262 | 2024-12-05T06:44:09.628Z | Checking bytecount v0.6.8 |
2263 | 2024-12-05T06:44:09.775Z | Checking glob v0.3.1 |
2264 | 2024-12-05T06:44:09.798Z | Checking papergrid v0.11.0 |
2265 | 2024-12-05T06:44:10.053Z | Compiling phf_codegen v0.11.2 |
2266 | 2024-12-05T06:44:10.195Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2267 | 2024-12-05T06:44:10.253Z | Compiling tabled_derive v0.7.0 |
2268 | 2024-12-05T06:44:10.277Z | Checking parking_lot v0.11.2 |
2269 | 2024-12-05T06:44:10.594Z | Compiling parse-zoneinfo v0.3.1 |
2270 | 2024-12-05T06:44:10.747Z | Compiling cfg_aliases v0.1.1 |
2271 | 2024-12-05T06:44:10.857Z | Compiling nix v0.28.0 |
2272 | 2024-12-05T06:44:11.145Z | Checking sled v0.34.7 |
2273 | 2024-12-05T06:44:11.333Z | Compiling chrono-tz-build v0.4.0 |
2274 | 2024-12-05T06:44:11.517Z | Checking hickory-client v0.24.1 |
2275 | 2024-12-05T06:44:12.069Z | Checking hickory-server v0.24.1 |
2276 | 2024-12-05T06:44:12.303Z | Checking tabled v0.15.0 |
2277 | 2024-12-05T06:44:12.355Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2278 | 2024-12-05T06:44:12.574Z | Compiling chrono-tz v0.10.0 |
2279 | 2024-12-05T06:44:13.097Z | Compiling buf-list v1.0.3 |
2280 | 2024-12-05T06:44:13.713Z | Compiling peg-macros v0.8.4 |
2281 | 2024-12-05T06:44:14.029Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2282 | 2024-12-05T06:44:14.388Z | Compiling sqlparser_derive v0.2.2 |
2283 | 2024-12-05T06:44:14.441Z | Checking unicode_categories v0.1.1 |
2284 | 2024-12-05T06:44:14.678Z | Checking progenitor v0.8.0 |
2285 | 2024-12-05T06:44:14.941Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2286 | 2024-12-05T06:44:14.965Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2287 | 2024-12-05T06:44:15.022Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2288 | 2024-12-05T06:44:15.460Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2289 | 2024-12-05T06:44:15.814Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2290 | 2024-12-05T06:44:16.782Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2291 | 2024-12-05T06:44:17.709Z | Checking peg v0.8.4 |
2292 | 2024-12-05T06:44:17.809Z | Checking rustyline v14.0.0 |
2293 | 2024-12-05T06:44:18.613Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2294 | 2024-12-05T06:44:19.181Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2295 | 2024-12-05T06:44:19.220Z | Checking sqlparser v0.45.0 |
2296 | 2024-12-05T06:44:19.393Z | Checking sqlformat v0.2.6 |
2297 | 2024-12-05T06:44:19.516Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2298 | 2024-12-05T06:44:21.189Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2299 | 2024-12-05T06:44:21.799Z | Checking bcs v0.1.6 |
2300 | 2024-12-05T06:44:22.014Z | Checking primeorder v0.13.6 |
2301 | 2024-12-05T06:44:22.204Z | Compiling unicase v2.7.0 |
2302 | 2024-12-05T06:44:22.431Z | Checking nanorand v0.7.0 |
2303 | 2024-12-05T06:44:22.645Z | Checking atty v0.2.14 |
2304 | 2024-12-05T06:44:22.752Z | Checking flume v0.11.1 |
2305 | 2024-12-05T06:44:22.776Z | Compiling salty v0.3.0 |
2306 | 2024-12-05T06:44:23.159Z | Checking p384 v0.13.0 |
2307 | 2024-12-05T06:44:23.185Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2308 | 2024-12-05T06:44:23.443Z | Compiling mime_guess v2.0.5 |
2309 | 2024-12-05T06:44:24.122Z | Checking env_filter v0.1.2 |
2310 | 2024-12-05T06:44:24.350Z | Checking http-range v0.1.5 |
2311 | 2024-12-05T06:44:24.536Z | Checking env_logger v0.11.5 |
2312 | 2024-12-05T06:44:24.621Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2313 | 2024-12-05T06:44:24.858Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2314 | 2024-12-05T06:44:24.947Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2315 | 2024-12-05T06:44:25.201Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2316 | 2024-12-05T06:44:25.292Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2317 | 2024-12-05T06:44:25.509Z | Compiling dsl_auto_type v0.1.2 |
2318 | 2024-12-05T06:44:25.880Z | Checking scheduled-thread-pool v0.2.7 |
2319 | 2024-12-05T06:44:25.946Z | Compiling diesel_table_macro_syntax v0.2.0 |
2320 | 2024-12-05T06:44:26.096Z | Compiling crunchy v0.2.2 |
2321 | 2024-12-05T06:44:26.357Z | Checking r2d2 v0.8.10 |
2322 | 2024-12-05T06:44:26.565Z | Checking hyper-staticfile v0.10.1 |
2323 | 2024-12-05T06:44:26.658Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2324 | 2024-12-05T06:44:27.034Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2325 | 2024-12-05T06:44:27.058Z | Compiling diesel_derives v2.2.3 |
2326 | 2024-12-05T06:44:27.510Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2327 | 2024-12-05T06:44:27.921Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2328 | 2024-12-05T06:44:28.447Z | Compiling tiny-keccak v2.0.2 |
2329 | 2024-12-05T06:44:28.812Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2330 | 2024-12-05T06:44:28.841Z | Compiling pin-project-internal v1.1.6 |
2331 | 2024-12-05T06:44:29.040Z | Compiling ref-cast v1.0.23 |
2332 | 2024-12-05T06:44:29.574Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2333 | 2024-12-05T06:44:29.704Z | Compiling ascii-canvas v3.0.0 |
2334 | 2024-12-05T06:44:29.851Z | Compiling ena v0.14.3 |
2335 | 2024-12-05T06:44:30.212Z | Compiling ref-cast-impl v1.0.23 |
2336 | 2024-12-05T06:44:30.212Z | Compiling regex-syntax v0.6.29 |
2337 | 2024-12-05T06:44:30.649Z | Compiling diff v0.1.13 |
2338 | 2024-12-05T06:44:31.297Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2339 | 2024-12-05T06:44:31.320Z | Checking pin-project v1.1.6 |
2340 | 2024-12-05T06:44:31.345Z | Checking signal-hook-tokio v0.3.1 |
2341 | 2024-12-05T06:44:31.441Z | Compiling snafu-derive v0.8.5 |
2342 | 2024-12-05T06:44:31.499Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2343 | 2024-12-05T06:44:31.739Z | Compiling derive_builder_core v0.20.2 |
2344 | 2024-12-05T06:44:33.767Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2345 | 2024-12-05T06:44:34.538Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2346 | 2024-12-05T06:44:35.220Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2347 | 2024-12-05T06:44:36.019Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2348 | 2024-12-05T06:44:36.835Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2349 | 2024-12-05T06:44:37.172Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2350 | 2024-12-05T06:44:37.953Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2351 | 2024-12-05T06:44:38.258Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2352 | 2024-12-05T06:44:38.341Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2353 | 2024-12-05T06:44:38.366Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2354 | 2024-12-05T06:44:38.752Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2355 | 2024-12-05T06:44:38.817Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2356 | 2024-12-05T06:44:39.034Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2357 | 2024-12-05T06:44:39.058Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2358 | 2024-12-05T06:44:39.083Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2359 | 2024-12-05T06:44:39.308Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2360 | 2024-12-05T06:44:39.829Z | Checking diesel v2.2.4 |
2361 | 2024-12-05T06:44:40.314Z | Compiling lalrpop v0.19.12 |
2362 | 2024-12-05T06:44:40.450Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2363 | 2024-12-05T06:44:40.748Z | Checking snafu v0.8.5 |
2364 | 2024-12-05T06:44:40.843Z | Checking globset v0.4.15 |
2365 | 2024-12-05T06:44:41.180Z | Checking olpc-cjson v0.1.4 |
2366 | 2024-12-05T06:44:41.306Z | Checking serde_plain v1.0.2 |
2367 | 2024-12-05T06:44:41.400Z | Compiling libxml v0.3.3 |
2368 | 2024-12-05T06:44:41.700Z | Compiling memoffset v0.9.1 |
2369 | 2024-12-05T06:44:41.964Z | Checking typed-path v0.9.3 |
2370 | 2024-12-05T06:44:42.298Z | Compiling derive_builder_macro v0.20.2 |
2371 | 2024-12-05T06:44:42.679Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2372 | 2024-12-05T06:44:43.053Z | Checking tungstenite v0.23.0 |
2373 | 2024-12-05T06:44:43.674Z | Checking tough v0.19.0 |
2374 | 2024-12-05T06:44:43.784Z | Compiling strum_macros v0.24.3 |
2375 | 2024-12-05T06:44:43.850Z | Compiling samael v0.0.17 |
2376 | 2024-12-05T06:44:44.686Z | Compiling indoc v1.0.9 |
2377 | 2024-12-05T06:44:45.387Z | Checking parse-size v1.1.0 |
2378 | 2024-12-05T06:44:45.534Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2379 | 2024-12-05T06:44:45.576Z | Checking tokio-tungstenite v0.23.1 |
2380 | 2024-12-05T06:44:46.059Z | Checking derive_builder v0.20.2 |
2381 | 2024-12-05T06:44:46.929Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2382 | 2024-12-05T06:44:47.171Z | Checking quick-xml v0.33.0 |
2383 | 2024-12-05T06:44:47.378Z | Compiling oso-derive v0.27.3 |
2384 | 2024-12-05T06:44:47.628Z | Compiling impl-trait-for-tuples v0.2.2 |
2385 | 2024-12-05T06:44:47.802Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2386 | 2024-12-05T06:44:48.139Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2387 | 2024-12-05T06:44:48.332Z | Checking nix v0.27.1 |
2388 | 2024-12-05T06:44:48.377Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2389 | 2024-12-05T06:44:49.032Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2390 | 2024-12-05T06:44:49.246Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2391 | 2024-12-05T06:44:50.058Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2392 | 2024-12-05T06:44:50.401Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2393 | 2024-12-05T06:44:50.458Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2394 | 2024-12-05T06:44:50.483Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2395 | 2024-12-05T06:44:51.191Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2396 | 2024-12-05T06:44:52.104Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2397 | 2024-12-05T06:44:52.158Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2398 | 2024-12-05T06:44:52.577Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2399 | 2024-12-05T06:44:52.877Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2400 | 2024-12-05T06:44:55.411Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2401 | 2024-12-05T06:44:56.850Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2402 | 2024-12-05T06:44:56.976Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2403 | 2024-12-05T06:44:57.085Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2404 | 2024-12-05T06:44:57.680Z | Compiling diesel-dtrace v0.3.0 |
2405 | 2024-12-05T06:44:58.812Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2406 | 2024-12-05T06:44:59.116Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2407 | 2024-12-05T06:44:59.363Z | Checking bb8 v0.8.5 |
2408 | 2024-12-05T06:44:59.835Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2409 | 2024-12-05T06:44:59.913Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2410 | 2024-12-05T06:45:00.837Z | Checking heck v0.4.1 |
2411 | 2024-12-05T06:45:01.029Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2412 | 2024-12-05T06:45:01.170Z | Checking rand_seeder v0.3.0 |
2413 | 2024-12-05T06:45:01.395Z | Checking assert_matches v1.5.0 |
2414 | 2024-12-05T06:45:01.422Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2415 | 2024-12-05T06:45:01.501Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2416 | 2024-12-05T06:45:01.780Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2417 | 2024-12-05T06:45:01.836Z | Compiling libz-sys v1.1.20 |
2418 | 2024-12-05T06:45:02.029Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2419 | 2024-12-05T06:45:02.559Z | Checking is_ci v1.2.0 |
2420 | 2024-12-05T06:45:02.668Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2421 | 2024-12-05T06:45:02.698Z | Checking supports-color v3.0.1 |
2422 | 2024-12-05T06:45:03.045Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2423 | 2024-12-05T06:45:03.190Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2424 | 2024-12-05T06:45:03.359Z | Compiling vergen v8.3.2 |
2425 | 2024-12-05T06:45:03.564Z | Compiling cargo-platform v0.1.8 |
2426 | 2024-12-05T06:45:03.621Z | Checking smawk v0.3.2 |
2427 | 2024-12-05T06:45:03.822Z | Checking unicode-linebreak v0.1.5 |
2428 | 2024-12-05T06:45:04.088Z | Compiling cargo_metadata v0.18.1 |
2429 | 2024-12-05T06:45:04.175Z | Checking textwrap v0.16.1 |
2430 | 2024-12-05T06:45:04.536Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2431 | 2024-12-05T06:45:04.806Z | Checking castaway v0.2.3 |
2432 | 2024-12-05T06:45:04.858Z | Compiling libsqlite3-sys v0.30.1 |
2433 | 2024-12-05T06:45:04.966Z | Compiling rustls v0.21.12 |
2434 | 2024-12-05T06:45:05.085Z | Compiling cfg_aliases v0.2.1 |
2435 | 2024-12-05T06:45:05.182Z | Compiling nix v0.29.0 |
2436 | 2024-12-05T06:45:05.248Z | Checking compact_str v0.8.0 |
2437 | 2024-12-05T06:45:05.978Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2438 | 2024-12-05T06:45:06.038Z | Checking unicode-truncate v1.1.0 |
2439 | 2024-12-05T06:45:06.233Z | Checking sct v0.7.1 |
2440 | 2024-12-05T06:45:06.257Z | Checking rustls-webpki v0.101.7 |
2441 | 2024-12-05T06:45:06.429Z | Checking lru v0.12.5 |
2442 | 2024-12-05T06:45:06.693Z | Compiling instability v0.3.2 |
2443 | 2024-12-05T06:45:06.722Z | Checking cassowary v0.3.0 |
2444 | 2024-12-05T06:45:07.203Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2445 | 2024-12-05T06:45:07.479Z | Checking hashlink v0.9.1 |
2446 | 2024-12-05T06:45:07.543Z | Checking concurrent-queue v2.5.0 |
2447 | 2024-12-05T06:45:07.578Z | Checking ratatui v0.28.1 |
2448 | 2024-12-05T06:45:07.854Z | Checking fallible-streaming-iterator v0.1.9 |
2449 | 2024-12-05T06:45:07.972Z | Checking plotters-backend v0.3.7 |
2450 | 2024-12-05T06:45:08.084Z | Checking parking v2.2.1 |
2451 | 2024-12-05T06:45:08.261Z | Checking fallible-iterator v0.3.0 |
2452 | 2024-12-05T06:45:08.289Z | Checking plotters-svg v0.3.7 |
2453 | 2024-12-05T06:45:08.809Z | Checking rusqlite v0.32.1 |
2454 | 2024-12-05T06:45:08.934Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2455 | 2024-12-05T06:45:09.212Z | Checking async-bb8-diesel v0.2.1 |
2456 | 2024-12-05T06:45:09.770Z | Checking tokio-rustls v0.24.1 |
2457 | 2024-12-05T06:45:09.859Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2458 | 2024-12-05T06:45:09.938Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2459 | 2024-12-05T06:45:10.123Z | Checking rustls-pemfile v1.0.4 |
2460 | 2024-12-05T06:45:10.158Z | Checking twox-hash v1.6.3 |
2461 | 2024-12-05T06:45:10.188Z | Checking cast v0.3.0 |
2462 | 2024-12-05T06:45:10.249Z | Checking plotters v0.3.7 |
2463 | 2024-12-05T06:45:10.331Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2464 | 2024-12-05T06:45:10.463Z | Checking criterion-plot v0.5.0 |
2465 | 2024-12-05T06:45:10.581Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2466 | 2024-12-05T06:45:10.937Z | Checking fatfs v0.3.6 |
2467 | 2024-12-05T06:45:10.962Z | Checking tinytemplate v1.2.1 |
2468 | 2024-12-05T06:45:11.308Z | Checking csv-core v0.1.11 |
2469 | 2024-12-05T06:45:11.626Z | Checking oorandom v11.1.4 |
2470 | 2024-12-05T06:45:11.796Z | Checking anes v0.1.6 |
2471 | 2024-12-05T06:45:11.821Z | Checking hex-literal v0.4.1 |
2472 | 2024-12-05T06:45:11.847Z | Checking shell-words v1.1.0 |
2473 | 2024-12-05T06:45:11.969Z | Checking csv v1.3.0 |
2474 | 2024-12-05T06:45:12.029Z | Checking event-listener v5.3.1 |
2475 | 2024-12-05T06:45:12.055Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2476 | 2024-12-05T06:45:12.161Z | Checking criterion v0.5.1 |
2477 | 2024-12-05T06:45:12.436Z | Checking rtoolbox v0.0.2 |
2478 | 2024-12-05T06:45:12.622Z | Checking rpassword v7.3.1 |
2479 | 2024-12-05T06:45:12.740Z | Checking event-listener-strategy v0.5.2 |
2480 | 2024-12-05T06:45:12.778Z | Checking tui-tree-widget v0.22.0 |
2481 | 2024-12-05T06:45:12.883Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2482 | 2024-12-05T06:45:13.090Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2483 | 2024-12-05T06:45:14.256Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2484 | 2024-12-05T06:45:14.615Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2485 | 2024-12-05T06:45:14.873Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2486 | 2024-12-05T06:45:16.376Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2487 | 2024-12-05T06:45:16.915Z | Checking polyval v0.6.2 |
2488 | 2024-12-05T06:45:17.159Z | Checking ghash v0.5.1 |
2489 | 2024-12-05T06:45:17.314Z | Checking futures-lite v2.3.0 |
2490 | 2024-12-05T06:45:18.417Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2491 | 2024-12-05T06:45:18.541Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2492 | 2024-12-05T06:45:18.688Z | Checking ctr v0.9.2 |
2493 | 2024-12-05T06:45:19.240Z | Checking yansi v1.0.1 |
2494 | 2024-12-05T06:45:19.514Z | Checking aes-gcm v0.10.3 |
2495 | 2024-12-05T06:45:19.572Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2496 | 2024-12-05T06:45:19.753Z | Checking ssh-encoding v0.2.0 |
2497 | 2024-12-05T06:45:19.779Z | Checking pretty_assertions v1.4.1 |
2498 | 2024-12-05T06:45:19.988Z | Checking blowfish v0.9.1 |
2499 | 2024-12-05T06:45:20.076Z | Checking ssh-cipher v0.2.0 |
2500 | 2024-12-05T06:45:20.222Z | Checking bcrypt-pbkdf v0.10.0 |
2501 | 2024-12-05T06:45:20.399Z | Checking async-lock v3.4.0 |
2502 | 2024-12-05T06:45:20.478Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2503 | 2024-12-05T06:45:21.180Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2504 | 2024-12-05T06:45:21.296Z | Checking polling v3.7.3 |
2505 | 2024-12-05T06:45:21.629Z | Checking password-hash v0.4.2 |
2506 | 2024-12-05T06:45:21.999Z | Checking matches v0.1.10 |
2507 | 2024-12-05T06:45:22.093Z | Checking idna v0.2.3 |
2508 | 2024-12-05T06:45:22.379Z | Checking pbkdf2 v0.11.0 |
2509 | 2024-12-05T06:45:22.624Z | Checking async-io v2.3.4 |
2510 | 2024-12-05T06:45:22.742Z | Checking ssh-key v0.6.6 |
2511 | 2024-12-05T06:45:23.406Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2512 | 2024-12-05T06:45:24.093Z | Checking p521 v0.13.3 |
2513 | 2024-12-05T06:45:24.166Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2514 | 2024-12-05T06:45:24.218Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2515 | 2024-12-05T06:45:25.237Z | Checking p256 v0.13.2 |
2516 | 2024-12-05T06:45:25.359Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2517 | 2024-12-05T06:45:25.718Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2518 | 2024-12-05T06:45:25.937Z | Compiling enum-as-inner v0.5.1 |
2519 | 2024-12-05T06:45:26.792Z | Checking russh-cryptovec v0.7.3 |
2520 | 2024-12-05T06:45:26.879Z | Compiling doc-comment v0.3.3 |
2521 | 2024-12-05T06:45:27.012Z | Checking md5 v0.7.0 |
2522 | 2024-12-05T06:45:27.260Z | Checking async-task v4.7.1 |
2523 | 2024-12-05T06:45:27.411Z | Compiling target-lexicon v0.12.16 |
2524 | 2024-12-05T06:45:27.727Z | Checking russh-keys v0.45.0 |
2525 | 2024-12-05T06:45:28.330Z | Checking trust-dns-proto v0.22.0 |
2526 | 2024-12-05T06:45:28.929Z | Checking async-channel v2.3.1 |
2527 | 2024-12-05T06:45:29.239Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2528 | 2024-12-05T06:45:29.959Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2529 | 2024-12-05T06:45:30.932Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2530 | 2024-12-05T06:45:31.048Z | Checking piper v0.2.4 |
2531 | 2024-12-05T06:45:31.276Z | Checking num-bigint v0.4.6 |
2532 | 2024-12-05T06:45:31.666Z | Checking des v0.8.1 |
2533 | 2024-12-05T06:45:31.711Z | Compiling dhcproto-macros v0.1.0 |
2534 | 2024-12-05T06:45:31.955Z | Compiling assert_cmd v2.0.16 |
2535 | 2024-12-05T06:45:32.382Z | Checking futures-timer v3.0.3 |
2536 | 2024-12-05T06:45:32.600Z | Compiling guppy-workspace-hack v0.1.0 |
2537 | 2024-12-05T06:45:32.692Z | Checking dhcproto v0.12.0 |
2538 | 2024-12-05T06:45:32.934Z | Checking blocking v1.6.1 |
2539 | 2024-12-05T06:45:33.442Z | Checking russh v0.45.0 |
2540 | 2024-12-05T06:45:33.748Z | Checking async-executor v1.13.1 |
2541 | 2024-12-05T06:45:34.007Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2542 | 2024-12-05T06:45:34.071Z | Checking async-signal v0.2.10 |
2543 | 2024-12-05T06:45:34.342Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2544 | 2024-12-05T06:45:34.693Z | Checking event-listener v2.5.3 |
2545 | 2024-12-05T06:45:34.789Z | Compiling target-spec v3.2.2 |
2546 | 2024-12-05T06:45:34.890Z | Checking internet-checksum v0.2.1 |
2547 | 2024-12-05T06:45:35.339Z | Checking async-channel v1.9.0 |
2548 | 2024-12-05T06:45:36.121Z | Checking async-process v2.3.0 |
2549 | 2024-12-05T06:45:36.484Z | Checking async-global-executor v2.4.1 |
2550 | 2024-12-05T06:45:36.901Z | Checking cfg-expr v0.17.0 |
2551 | 2024-12-05T06:45:37.256Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2552 | 2024-12-05T06:45:37.280Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2553 | 2024-12-05T06:45:37.564Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2554 | 2024-12-05T06:45:37.948Z | Checking httptest v0.16.1 |
2555 | 2024-12-05T06:45:38.505Z | Checking rustls-native-certs v0.7.3 |
2556 | 2024-12-05T06:45:38.599Z | Compiling petname v2.0.2 |
2557 | 2024-12-05T06:45:38.671Z | Checking num_cpus v1.16.0 |
2558 | 2024-12-05T06:45:38.792Z | Checking kv-log-macro v1.0.7 |
2559 | 2024-12-05T06:45:38.944Z | Compiling async-attributes v1.1.2 |
2560 | 2024-12-05T06:45:39.677Z | Checking async-std v1.13.0 |
2561 | 2024-12-05T06:45:41.299Z | Checking threadpool v1.8.1 |
2562 | 2024-12-05T06:45:41.373Z | Checking hyper-rustls v0.26.0 |
2563 | 2024-12-05T06:45:41.689Z | Checking pathdiff v0.2.2 |
2564 | 2024-12-05T06:45:41.850Z | Compiling rstest_macros v0.23.0 |
2565 | 2024-12-05T06:45:41.893Z | Checking escape8259 v0.5.3 |
2566 | 2024-12-05T06:45:42.089Z | Compiling target-triple v0.1.3 |
2567 | 2024-12-05T06:45:42.290Z | Checking nested v0.1.1 |
2568 | 2024-12-05T06:45:42.497Z | Checking guppy v0.17.8 |
2569 | 2024-12-05T06:45:42.697Z | Checking libtest-mimic v0.7.3 |
2570 | 2024-12-05T06:45:42.970Z | Checking async-object-pool v0.1.5 |
2571 | 2024-12-05T06:45:43.150Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2572 | 2024-12-05T06:45:43.697Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2573 | 2024-12-05T06:45:43.947Z | Checking similar-asserts v1.6.0 |
2574 | 2024-12-05T06:45:44.174Z | Checking fancy-regex v0.13.0 |
2575 | 2024-12-05T06:45:44.358Z | Checking serde_regex v1.1.0 |
2576 | 2024-12-05T06:45:44.600Z | Checking assert-json-diff v2.0.2 |
2577 | 2024-12-05T06:45:44.842Z | Compiling proc-macro-crate v3.2.0 |
2578 | 2024-12-05T06:45:44.866Z | Checking path-tree v0.8.1 |
2579 | 2024-12-05T06:45:45.167Z | Compiling relative-path v1.9.3 |
2580 | 2024-12-05T06:45:45.873Z | Checking sync-ptr v0.1.1 |
2581 | 2024-12-05T06:45:45.922Z | Checking stringmetrics v2.2.2 |
2582 | 2024-12-05T06:45:46.119Z | Checking datatest-stable v0.2.9 |
2583 | 2024-12-05T06:45:46.186Z | Checking httpmock v0.8.0-alpha.1 |
2584 | 2024-12-05T06:45:46.574Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2585 | 2024-12-05T06:45:47.873Z | Checking blake2b_simd v1.0.2 |
2586 | 2024-12-05T06:45:48.666Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2587 | 2024-12-05T06:45:50.091Z | Compiling git2 v0.19.0 |
2588 | 2024-12-05T06:45:50.743Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2589 | 2024-12-05T06:45:51.014Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2590 | 2024-12-05T06:45:51.120Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2591 | 2024-12-05T06:45:51.274Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2592 | 2024-12-05T06:45:51.524Z | Checking serde_tokenstream v0.2.2 |
2593 | 2024-12-05T06:45:51.566Z | Checking uzers v0.12.1 |
2594 | 2024-12-05T06:45:52.008Z | Checking rust-argon2 v2.1.0 |
2595 | 2024-12-05T06:45:52.037Z | Checking trybuild v1.0.101 |
2596 | 2024-12-05T06:45:52.405Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2597 | 2024-12-05T06:45:53.199Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2598 | 2024-12-05T06:45:53.244Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2599 | 2024-12-05T06:45:53.541Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2600 | 2024-12-05T06:45:54.501Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2601 | 2024-12-05T06:45:54.560Z | Checking rand_distr v0.4.3 |
2602 | 2024-12-05T06:45:55.094Z | Checking rstest v0.23.0 |
2603 | 2024-12-05T06:45:55.236Z | Checking multimap v0.10.0 |
2604 | 2024-12-05T06:45:55.323Z | Checking approx v0.5.1 |
2605 | 2024-12-05T06:45:55.565Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2606 | 2024-12-05T06:45:56.156Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2607 | 2024-12-05T06:45:56.508Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2608 | 2024-12-05T06:45:56.573Z | Checking partial-io v0.5.4 |
2609 | 2024-12-05T06:45:56.925Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2610 | 2024-12-05T06:45:57.001Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2611 | 2024-12-05T06:45:57.169Z | Checking cargo_toml v0.20.5 |
2612 | 2024-12-05T06:45:57.864Z | Checking termios v0.3.3 |
2613 | 2024-12-05T06:45:58.063Z | Compiling indoc v2.0.5 |
2614 | 2024-12-05T06:45:58.214Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2615 | 2024-12-05T06:45:58.534Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2616 | 2024-12-05T06:45:58.833Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2617 | 2024-12-05T06:46:00.961Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2618 | 2024-12-05T06:46:16.080Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2619 | 2024-12-05T06:46:19.908Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2620 | 2024-12-05T06:46:21.343Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2621 | 2024-12-05T06:46:43.861Z | Compiling polar-core v0.27.3 |
2622 | 2024-12-05T06:46:50.957Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2623 | 2024-12-05T06:46:51.630Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2624 | 2024-12-05T06:46:53.538Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2625 | 2024-12-05T06:46:53.756Z | Checking oso v0.27.3 |
2626 | 2024-12-05T06:47:46.702Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2627 | 2024-12-05T06:47:46.702Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2628 | 2024-12-05T06:47:46.702Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2629 | 2024-12-05T06:49:32.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 35s |
2630 | 2024-12-05T06:49:32.606Z | |
2631 | 2024-12-05T06:49:32.606Z | real 6:41.585015852 |
2632 | 2024-12-05T06:49:32.606Z | user 31:48.749457355 |
2633 | 2024-12-05T06:49:32.606Z | sys 6:06.083476980 |
2634 | 2024-12-05T06:49:32.606Z | trap 0.888164900 |
2635 | 2024-12-05T06:49:32.606Z | tflt 1.116390685 |
2636 | 2024-12-05T06:49:32.606Z | dflt 0.615905849 |
2637 | 2024-12-05T06:49:32.606Z | kflt 0.000552905 |
2638 | 2024-12-05T06:49:32.630Z | lock 47:20.968450064 |
2639 | 2024-12-05T06:49:32.630Z | slp 1:50:46.163255007 |
2640 | 2024-12-05T06:49:32.631Z | lat 1:36.183755779 |
2641 | 2024-12-05T06:49:32.631Z | stop 5:47.734610556 |
2642 | 2024-12-05T06:49:32.631Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2643 | 2024-12-05T06:49:32.631Z | + ptime -m cargo doc --workspace --no-deps |
2644 | 2024-12-05T06:49:34.072Z | warning: output filename collision. |
2645 | 2024-12-05T06:49:34.072Z | 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)`. |
2646 | 2024-12-05T06:49:34.072Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2647 | 2024-12-05T06:49:34.072Z | The targets should have unique names. |
2648 | 2024-12-05T06:49:34.072Z | This is a known bug where multiple crates with the same name use |
2649 | 2024-12-05T06:49:34.072Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2650 | 2024-12-05T06:49:34.730Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2651 | 2024-12-05T06:49:34.770Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2652 | 2024-12-05T06:49:34.795Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2653 | 2024-12-05T06:49:34.844Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2654 | 2024-12-05T06:49:34.870Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2655 | 2024-12-05T06:49:34.902Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2656 | 2024-12-05T06:49:34.902Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2657 | 2024-12-05T06:49:35.105Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2658 | 2024-12-05T06:49:35.150Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2659 | 2024-12-05T06:49:35.173Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2660 | 2024-12-05T06:49:35.197Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2661 | 2024-12-05T06:49:35.373Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2662 | 2024-12-05T06:49:35.482Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2663 | 2024-12-05T06:49:35.651Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2664 | 2024-12-05T06:49:35.851Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2665 | 2024-12-05T06:49:35.875Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2666 | 2024-12-05T06:49:38.029Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2667 | 2024-12-05T06:49:38.352Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2668 | 2024-12-05T06:49:38.577Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2669 | 2024-12-05T06:49:38.662Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2670 | 2024-12-05T06:49:38.847Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2671 | 2024-12-05T06:49:39.127Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2672 | 2024-12-05T06:49:39.412Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2673 | 2024-12-05T06:49:39.493Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2674 | 2024-12-05T06:49:39.755Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2675 | 2024-12-05T06:49:39.821Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2676 | 2024-12-05T06:49:40.203Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2677 | 2024-12-05T06:49:40.239Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2678 | 2024-12-05T06:49:40.398Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2679 | 2024-12-05T06:49:40.497Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2680 | 2024-12-05T06:49:40.649Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2681 | 2024-12-05T06:49:40.818Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2682 | 2024-12-05T06:49:40.842Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2683 | 2024-12-05T06:49:40.866Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2684 | 2024-12-05T06:49:41.132Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2685 | 2024-12-05T06:49:41.414Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2686 | 2024-12-05T06:49:41.438Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2687 | 2024-12-05T06:49:41.665Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2688 | 2024-12-05T06:49:41.774Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2689 | 2024-12-05T06:49:41.859Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2690 | 2024-12-05T06:49:41.946Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2691 | 2024-12-05T06:49:42.550Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2692 | 2024-12-05T06:49:42.943Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2693 | 2024-12-05T06:49:45.568Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2694 | 2024-12-05T06:49:46.739Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2695 | 2024-12-05T06:49:47.161Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2696 | 2024-12-05T06:49:47.530Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2697 | 2024-12-05T06:49:47.840Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2698 | 2024-12-05T06:49:48.427Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2699 | 2024-12-05T06:49:48.490Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2700 | 2024-12-05T06:49:48.924Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2701 | 2024-12-05T06:49:49.342Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2702 | 2024-12-05T06:49:49.425Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2703 | 2024-12-05T06:49:49.691Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2704 | 2024-12-05T06:49:54.160Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2705 | 2024-12-05T06:49:55.225Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2706 | 2024-12-05T06:49:55.598Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2707 | 2024-12-05T06:49:56.705Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2708 | 2024-12-05T06:49:56.826Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2709 | 2024-12-05T06:49:56.898Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2710 | 2024-12-05T06:49:57.197Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2711 | 2024-12-05T06:49:57.230Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2712 | 2024-12-05T06:49:57.642Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2713 | 2024-12-05T06:49:57.912Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2714 | 2024-12-05T06:49:58.836Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2715 | 2024-12-05T06:49:58.933Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2716 | 2024-12-05T06:49:59.427Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2717 | 2024-12-05T06:49:59.450Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2718 | 2024-12-05T06:49:59.510Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2719 | 2024-12-05T06:49:59.893Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2720 | 2024-12-05T06:50:00.212Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2721 | 2024-12-05T06:50:00.422Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2722 | 2024-12-05T06:50:00.554Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2723 | 2024-12-05T06:50:00.911Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2724 | 2024-12-05T06:50:01.240Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2725 | 2024-12-05T06:50:01.754Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2726 | 2024-12-05T06:50:01.810Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2727 | 2024-12-05T06:50:02.331Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2728 | 2024-12-05T06:50:02.450Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2729 | 2024-12-05T06:50:02.825Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2730 | 2024-12-05T06:50:03.492Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2731 | 2024-12-05T06:50:03.818Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2732 | 2024-12-05T06:50:04.035Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2733 | 2024-12-05T06:50:04.059Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2734 | 2024-12-05T06:50:04.386Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2735 | 2024-12-05T06:50:04.492Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2736 | 2024-12-05T06:50:04.604Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2737 | 2024-12-05T06:50:04.628Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2738 | 2024-12-05T06:50:05.097Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2739 | 2024-12-05T06:50:05.121Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2740 | 2024-12-05T06:50:05.448Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2741 | 2024-12-05T06:50:05.694Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2742 | 2024-12-05T06:50:06.033Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2743 | 2024-12-05T06:50:06.111Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2744 | 2024-12-05T06:50:06.882Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2745 | 2024-12-05T06:50:07.052Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2746 | 2024-12-05T06:50:07.210Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2747 | 2024-12-05T06:50:07.345Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2748 | 2024-12-05T06:50:07.610Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2749 | 2024-12-05T06:50:08.334Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2750 | 2024-12-05T06:50:08.612Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2751 | 2024-12-05T06:50:08.986Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2752 | 2024-12-05T06:50:09.548Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2753 | 2024-12-05T06:50:09.836Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2754 | 2024-12-05T06:50:10.381Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2755 | 2024-12-05T06:50:12.420Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2756 | 2024-12-05T06:50:13.038Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2757 | 2024-12-05T06:50:13.469Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2758 | 2024-12-05T06:50:14.094Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2759 | 2024-12-05T06:50:15.144Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2760 | 2024-12-05T06:50:17.301Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2761 | 2024-12-05T06:50:18.229Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2762 | 2024-12-05T06:50:19.322Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2763 | 2024-12-05T06:50:22.506Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2764 | 2024-12-05T06:50:24.671Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2765 | 2024-12-05T06:50:25.072Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2766 | 2024-12-05T06:50:31.741Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2767 | 2024-12-05T06:50:43.339Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2768 | 2024-12-05T06:50:47.453Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2769 | 2024-12-05T06:51:08.367Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2770 | 2024-12-05T06:51:13.093Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2771 | 2024-12-05T06:51:15.336Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2772 | 2024-12-05T06:51:44.567Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2773 | 2024-12-05T06:51:44.592Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2774 | 2024-12-05T06:51:46.439Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2775 | 2024-12-05T06:51:50.008Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2776 | 2024-12-05T06:51:52.773Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2777 | 2024-12-05T06:51:54.440Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2778 | 2024-12-05T06:51:55.202Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2779 | 2024-12-05T06:51:57.163Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2780 | 2024-12-05T06:52:00.868Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2781 | 2024-12-05T06:52:07.612Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2782 | 2024-12-05T06:52:17.849Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2783 | 2024-12-05T06:52:20.255Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2784 | 2024-12-05T06:52:39.791Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2785 | 2024-12-05T06:52:41.613Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2786 | 2024-12-05T06:52:42.841Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2787 | 2024-12-05T06:52:49.449Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2788 | 2024-12-05T06:52:50.195Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2789 | 2024-12-05T06:52:55.318Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2790 | 2024-12-05T06:53:02.290Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2791 | 2024-12-05T06:53:08.383Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2792 | 2024-12-05T06:53:11.038Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2793 | 2024-12-05T06:53:22.209Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2794 | 2024-12-05T06:53:27.249Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2795 | 2024-12-05T06:53:27.866Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2796 | 2024-12-05T06:53:30.784Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2797 | 2024-12-05T06:53:30.947Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2798 | 2024-12-05T06:53:33.388Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2799 | 2024-12-05T06:53:36.873Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2800 | 2024-12-05T06:53:45.191Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2801 | 2024-12-05T06:53:49.822Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2802 | 2024-12-05T06:53:51.232Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2803 | 2024-12-05T06:53:54.616Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2804 | 2024-12-05T06:53:55.237Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2805 | 2024-12-05T06:53:59.798Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2806 | 2024-12-05T06:54:03.497Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2807 | 2024-12-05T06:54:08.018Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2808 | 2024-12-05T06:54:09.657Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2809 | 2024-12-05T06:54:15.931Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2810 | 2024-12-05T06:54:16.651Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2811 | 2024-12-05T06:54:17.501Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2812 | 2024-12-05T06:54:19.778Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2813 | 2024-12-05T06:54:26.085Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2814 | 2024-12-05T06:54:32.552Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2815 | 2024-12-05T06:54:32.639Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2816 | 2024-12-05T06:54:34.731Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2817 | 2024-12-05T06:54:34.891Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2818 | 2024-12-05T06:54:36.703Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2819 | 2024-12-05T06:54:41.217Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2820 | 2024-12-05T06:54:43.784Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2821 | 2024-12-05T06:54:44.937Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2822 | 2024-12-05T06:54:46.673Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2823 | 2024-12-05T06:54:52.770Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2824 | 2024-12-05T06:54:52.839Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2825 | 2024-12-05T06:54:57.083Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2826 | 2024-12-05T06:54:57.514Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2827 | 2024-12-05T06:54:59.395Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2828 | 2024-12-05T06:55:00.801Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2829 | 2024-12-05T06:55:02.699Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2830 | 2024-12-05T06:55:04.765Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2831 | 2024-12-05T06:55:06.099Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2832 | 2024-12-05T06:55:12.320Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2833 | 2024-12-05T06:55:12.936Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2834 | 2024-12-05T06:55:15.280Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2835 | 2024-12-05T06:55:17.824Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2836 | 2024-12-05T06:55:19.046Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2837 | 2024-12-05T06:55:19.337Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2838 | 2024-12-05T06:55:24.280Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2839 | 2024-12-05T06:55:24.555Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2840 | 2024-12-05T06:55:26.220Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2841 | 2024-12-05T06:55:26.268Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2842 | 2024-12-05T06:55:31.357Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2843 | 2024-12-05T06:55:31.818Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2844 | 2024-12-05T06:55:32.594Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2845 | 2024-12-05T06:55:38.096Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2846 | 2024-12-05T06:55:38.303Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2847 | 2024-12-05T06:55:43.387Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2848 | 2024-12-05T06:55:44.081Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2849 | 2024-12-05T06:55:46.138Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2850 | 2024-12-05T06:55:46.647Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2851 | 2024-12-05T06:55:47.149Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2852 | 2024-12-05T06:55:49.219Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2853 | 2024-12-05T06:55:51.358Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2854 | 2024-12-05T06:55:55.888Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2855 | 2024-12-05T06:55:56.745Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2856 | 2024-12-05T06:55:58.413Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2857 | 2024-12-05T06:55:58.835Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2858 | 2024-12-05T06:55:58.973Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2859 | 2024-12-05T06:56:02.290Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2860 | 2024-12-05T06:56:04.181Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2861 | 2024-12-05T06:56:05.085Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2862 | 2024-12-05T06:56:09.306Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2863 | 2024-12-05T06:56:09.349Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2864 | 2024-12-05T06:56:10.792Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2865 | 2024-12-05T06:56:11.249Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2866 | 2024-12-05T06:56:12.627Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2867 | 2024-12-05T06:56:13.280Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2868 | 2024-12-05T06:56:13.746Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2869 | 2024-12-05T06:56:16.146Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2870 | 2024-12-05T06:56:16.568Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2871 | 2024-12-05T06:56:17.746Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2872 | 2024-12-05T06:56:18.477Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2873 | 2024-12-05T06:56:20.968Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2874 | 2024-12-05T06:56:21.439Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2875 | 2024-12-05T06:56:21.856Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2876 | 2024-12-05T06:56:22.096Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2877 | 2024-12-05T06:56:24.223Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2878 | 2024-12-05T06:56:24.937Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2879 | 2024-12-05T06:57:05.564Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 32s |
2880 | 2024-12-05T06:57:05.710Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 140 other files |
2881 | 2024-12-05T06:57:05.782Z | |
2882 | 2024-12-05T06:57:05.782Z | real 7:33.129874910 |
2883 | 2024-12-05T06:57:05.782Z | user 22:52.607175963 |
2884 | 2024-12-05T06:57:05.805Z | sys 32:07.540091874 |
2885 | 2024-12-05T06:57:05.805Z | trap 0.407347585 |
2886 | 2024-12-05T06:57:05.805Z | tflt 0.081130038 |
2887 | 2024-12-05T06:57:05.805Z | dflt 0.444669672 |
2888 | 2024-12-05T06:57:05.805Z | kflt 0.000185306 |
2889 | 2024-12-05T06:57:05.806Z | lock 1:11:27.110586892 |
2890 | 2024-12-05T06:57:05.806Z | slp 2:04:12.174335090 |
2891 | 2024-12-05T06:57:05.806Z | lat 1:16.523940244 |
2892 | 2024-12-05T06:57:05.806Z | stop 1:06.286326762 |
2893 | 2024-12-05T06:57:05.806Z | process exited: duration 1163357 ms, exit code 0 |
|
2894 | 2024-12-05T06:57:05.855Z | found 0 output files |