|
|
|
1 | 2024-12-19T00:11:28.606Z | job assigned to worker 01JFE41985CFB0SM8FGN2EWA9B [factory aws, i-0156eb000c78a0d98] (queued for 52 s) |
|
2 | 2024-12-19T00:11:36.712Z | starting task 0: "setup" |
3 | 2024-12-19T00:11:36.721Z | ++ uname -s |
4 | 2024-12-19T00:11:36.724Z | + kern=SunOS |
5 | 2024-12-19T00:11:36.724Z | + case "$kern" in |
6 | 2024-12-19T00:11:36.724Z | + groupadd -g 12345 build |
7 | 2024-12-19T00:11:36.727Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-19T00:11:38.735Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-19T00:11:38.871Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-19T00:11:38.874Z | + home_fs=zfs |
11 | 2024-12-19T00:11:38.874Z | + [[ zfs == autofs ]] |
12 | 2024-12-19T00:11:38.874Z | + mkdir -p /home/build |
13 | 2024-12-19T00:11:38.876Z | + chown build:build /home/build /work |
14 | 2024-12-19T00:11:39.877Z | + chmod 0700 /home/build /work |
15 | 2024-12-19T00:11:39.880Z | process exited: duration 3169 ms, exit code 0 |
|
16 | 2024-12-19T00:11:39.885Z | starting task 1: "rust-toolchain" |
17 | 2024-12-19T00:11:39.891Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-19T00:11:39.891Z | ' 1.81.0 |
19 | 2024-12-19T00:11:39.891Z | * toolchain channel = "1.81.0" |
20 | 2024-12-19T00:11:39.891Z | * toolchain profile = "default" |
21 | 2024-12-19T00:11:39.893Z | + printf ' * toolchain profile = "%s" |
22 | 2024-12-19T00:11:39.893Z | ' default |
23 | 2024-12-19T00:11:39.893Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-19T00:11:39.893Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-19T00:11:39.994Z | info: downloading installer |
26 | 2024-12-19T00:11:41.107Z | info: profile set to 'default' |
27 | 2024-12-19T00:11:41.109Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-19T00:11:41.109Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-19T00:11:41.240Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-19T00:11:41.240Z | info: downloading component 'cargo' |
31 | 2024-12-19T00:11:41.928Z | info: downloading component 'clippy' |
32 | 2024-12-19T00:11:42.187Z | info: downloading component 'rust-docs' |
33 | 2024-12-19T00:11:43.153Z | info: downloading component 'rust-std' |
34 | 2024-12-19T00:11:44.631Z | info: downloading component 'rustc' |
35 | 2024-12-19T00:11:49.966Z | info: downloading component 'rustfmt' |
36 | 2024-12-19T00:11:50.166Z | info: installing component 'cargo' |
37 | 2024-12-19T00:11:50.982Z | info: installing component 'clippy' |
38 | 2024-12-19T00:11:51.355Z | info: installing component 'rust-docs' |
39 | 2024-12-19T00:11:52.951Z | info: installing component 'rust-std' |
40 | 2024-12-19T00:11:54.759Z | info: installing component 'rustc' |
41 | 2024-12-19T00:12:00.500Z | info: installing component 'rustfmt' |
42 | 2024-12-19T00:12:00.819Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-19T00:12:00.819Z | |
44 | 2024-12-19T00:12:01.184Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-19T00:12:01.184Z | |
46 | 2024-12-19T00:12:01.186Z | |
47 | 2024-12-19T00:12:01.186Z | Rust is installed now. Great! |
48 | 2024-12-19T00:12:01.186Z | |
49 | 2024-12-19T00:12:01.186Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-19T00:12:01.187Z | environment variable. This has not been done automatically. |
51 | 2024-12-19T00:12:01.187Z | |
52 | 2024-12-19T00:12:01.187Z | To configure your current shell, you need to source |
53 | 2024-12-19T00:12:01.187Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-19T00:12:01.187Z | |
55 | 2024-12-19T00:12:01.187Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-19T00:12:01.187Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-19T00:12:01.187Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-19T00:12:01.258Z | + rustc --version |
59 | 2024-12-19T00:12:01.322Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-19T00:12:01.328Z | process exited: duration 21434 ms, exit code 0 |
|
61 | 2024-12-19T00:12:01.335Z | starting task 2: "authentication" |
62 | 2024-12-19T00:12:01.358Z | process exited: duration 22 ms, exit code 0 |
|
63 | 2024-12-19T00:12:01.367Z | starting task 3: "clone repository" |
64 | 2024-12-19T00:12:01.372Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-19T00:12:01.375Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-19T00:12:01.418Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-19T00:12:09.118Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-19T00:12:09.118Z | + git fetch origin b1dfbe7616cd2440f02cf2aceaae842961d388e5 |
69 | 2024-12-19T00:12:09.784Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-19T00:12:09.784Z | * branch b1dfbe7616cd2440f02cf2aceaae842961d388e5 -> FETCH_HEAD |
71 | 2024-12-19T00:12:09.793Z | + [[ -n '' ]] |
72 | 2024-12-19T00:12:09.793Z | + git reset --hard b1dfbe7616cd2440f02cf2aceaae842961d388e5 |
73 | 2024-12-19T00:12:09.963Z | HEAD is now at b1dfbe761 how the hell did this happen? |
74 | 2024-12-19T00:12:09.966Z | process exited: duration 8598 ms, exit code 0 |
|
75 | 2024-12-19T00:12:09.971Z | starting task 4: "build" |
76 | 2024-12-19T00:12:09.976Z | + source ./env.sh |
77 | 2024-12-19T00:12:09.978Z | ++ OLD_SHELL_OPTS=ehxB |
78 | 2024-12-19T00:12:09.978Z | ++ set -o xtrace |
79 | 2024-12-19T00:12:09.981Z | ++++ dirname ./env.sh |
80 | 2024-12-19T00:12:09.983Z | +++ readlink -f . |
81 | 2024-12-19T00:12:09.988Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
82 | 2024-12-19T00:12:09.988Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
83 | 2024-12-19T00:12:09.988Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
84 | 2024-12-19T00:12:09.988Z | ++ 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 |
85 | 2024-12-19T00:12:09.988Z | ++ 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 |
86 | 2024-12-19T00:12:09.988Z | ++ 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 |
87 | 2024-12-19T00:12:09.988Z | ++ 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 |
88 | 2024-12-19T00:12:09.988Z | ++ 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 |
89 | 2024-12-19T00:12:09.988Z | ++ 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 |
90 | 2024-12-19T00:12:09.988Z | ++ case $OLD_SHELL_OPTS in |
91 | 2024-12-19T00:12:09.988Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
92 | 2024-12-19T00:12:09.988Z | + source .github/buildomat/ci-env.sh |
93 | 2024-12-19T00:12:09.988Z | ++ export CARGO_TERM_COLOR=always |
94 | 2024-12-19T00:12:09.988Z | ++ CARGO_TERM_COLOR=always |
95 | 2024-12-19T00:12:09.988Z | + cargo --version |
96 | 2024-12-19T00:12:10.042Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
97 | 2024-12-19T00:12:10.044Z | + rustc --version |
98 | 2024-12-19T00:12:10.103Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
99 | 2024-12-19T00:12:10.107Z | + banner prerequisites |
100 | 2024-12-19T00:12:10.110Z | |
101 | 2024-12-19T00:12:10.110Z | ##### ##### ###### ##### ###### #### # # # #### # |
102 | 2024-12-19T00:12:10.110Z | # # # # # # # # # # # # # # # |
103 | 2024-12-19T00:12:10.110Z | # # # # ##### # # ##### # # # # # #### # |
104 | 2024-12-19T00:12:10.110Z | ##### ##### # ##### # # # # # # # # # |
105 | 2024-12-19T00:12:10.110Z | # # # # # # # # # # # # # # # |
106 | 2024-12-19T00:12:10.110Z | # # # ###### # # ###### ### # #### # #### # |
107 | 2024-12-19T00:12:10.110Z | |
108 | 2024-12-19T00:12:10.110Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
109 | 2024-12-19T00:12:18.193Z | Startup: Refreshing catalog 'helios-dev' ... Done |
110 | 2024-12-19T00:12:22.005Z | Startup: Caching catalogs ... Done |
111 | 2024-12-19T00:12:32.409Z | Planning: Solver setup ... Done (9.560s) |
112 | 2024-12-19T00:12:32.539Z | Planning: Running solver ... Done (0.130s) |
113 | 2024-12-19T00:12:32.638Z | Planning: Finding local manifests ... Done (0.004s) |
114 | 2024-12-19T00:12:32.651Z | Planning: Fetching manifests: 0/5 0% complete |
115 | 2024-12-19T00:12:32.860Z | Planning: Fetching manifests: 5/5 100% complete |
116 | 2024-12-19T00:12:32.958Z | Planning: Package planning ... Done (0.098s) |
117 | 2024-12-19T00:12:33.014Z | Planning: Merging actions ... Done (0.056s) |
118 | 2024-12-19T00:12:33.204Z | Planning: Checking for conflicting actions ... Done (0.190s) |
119 | 2024-12-19T00:12:35.415Z | Planning: Consolidating action changes ... Done (2.210s) |
120 | 2024-12-19T00:12:35.855Z | Planning: Evaluating mediators ... Done (0.439s) |
121 | 2024-12-19T00:12:35.936Z | Planning: Planning completed in 13.83 seconds |
122 | 2024-12-19T00:12:35.950Z | Packages to install: 4 |
123 | 2024-12-19T00:12:35.951Z | Packages to update: 1 |
124 | 2024-12-19T00:12:35.955Z | Mediators to change: 2 |
125 | 2024-12-19T00:12:35.955Z | Services to change: 1 |
126 | 2024-12-19T00:12:35.955Z | Estimated space available: 155.64 GB |
127 | 2024-12-19T00:12:35.955Z | Estimated space to be consumed: 1.61 GB |
128 | 2024-12-19T00:12:35.955Z | Create boot environment: No |
129 | 2024-12-19T00:12:35.955Z | Create backup boot environment: Yes |
130 | 2024-12-19T00:12:35.955Z | Rebuild boot archive: No |
131 | 2024-12-19T00:12:35.955Z | |
132 | 2024-12-19T00:12:35.955Z | Changed mediators: |
133 | 2024-12-19T00:12:35.955Z | mediator clang: |
134 | 2024-12-19T00:12:35.955Z | version: None -> 15 (system default) |
135 | 2024-12-19T00:12:35.955Z | |
136 | 2024-12-19T00:12:35.955Z | mediator llvm: |
137 | 2024-12-19T00:12:35.955Z | version: 14 (system default) -> 15 (system default) |
138 | 2024-12-19T00:12:35.955Z | |
139 | 2024-12-19T00:12:35.955Z | Changed packages: |
140 | 2024-12-19T00:12:35.955Z | helios-dev |
141 | 2024-12-19T00:12:35.955Z | developer/build-essential |
142 | 2024-12-19T00:12:35.955Z | None -> 11-2.0 |
143 | 2024-12-19T00:12:35.955Z | library/libxmlsec1 |
144 | 2024-12-19T00:12:35.955Z | None -> 1.2.35-2.0 |
145 | 2024-12-19T00:12:35.955Z | ooce/developer/clang-15 |
146 | 2024-12-19T00:12:35.955Z | None -> 15.0.7-2.0 |
147 | 2024-12-19T00:12:35.956Z | ooce/developer/llvm-15 |
148 | 2024-12-19T00:12:35.956Z | None -> 15.0.7-2.0 |
149 | 2024-12-19T00:12:35.956Z | package/pkg |
150 | 2024-12-19T00:12:35.956Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
151 | 2024-12-19T00:12:35.956Z | |
152 | 2024-12-19T00:12:35.956Z | Services: |
153 | 2024-12-19T00:12:35.956Z | restart_fmri: |
154 | 2024-12-19T00:12:35.956Z | svc:/system/update-man-index:default |
155 | 2024-12-19T00:12:35.956Z | |
156 | 2024-12-19T00:12:35.956Z | Editable files to change: |
157 | 2024-12-19T00:12:35.956Z | Update: |
158 | 2024-12-19T00:12:35.956Z | usr/share/lib/pkg/web/config.shtml |
159 | 2024-12-19T00:12:36.034Z | |
160 | 2024-12-19T00:12:36.034Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
161 | 2024-12-19T00:12:41.035Z | Download: 542/4281 items 17.4/220.6MB 7% complete (3.6M/s) |
162 | 2024-12-19T00:12:46.039Z | Download: 1029/4281 items 19.5/220.6MB 8% complete (2.0M/s) |
163 | 2024-12-19T00:12:52.294Z | Download: 1196/4281 items 83.5/220.6MB 37% complete (9.2M/s) |
164 | 2024-12-19T00:12:57.298Z | Download: 2429/4281 items 120.1/220.6MB 54% complete (4.8M/s) |
165 | 2024-12-19T00:13:02.574Z | Download: 3248/4281 items 203.1/220.6MB 92% complete (12.7M/s) |
166 | 2024-12-19T00:13:10.307Z | Download: 4204/4281 items 220.5/220.6MB 99% complete (10.1M/s) |
167 | 2024-12-19T00:13:16.743Z | Download: 4208/4281 items 220.6/220.6MB 99% complete |
168 | 2024-12-19T00:13:16.845Z | Download: Completed 220.60 MB in 40.80 seconds (5.4M/s) |
169 | 2024-12-19T00:13:19.047Z | Actions: 1/5063 actions (Removing old actions) |
170 | 2024-12-19T00:13:19.068Z | Actions: 194/5063 actions (Installing new actions) |
171 | 2024-12-19T00:13:23.738Z | Actions: 4226/5063 actions (Updating modified actions) |
172 | 2024-12-19T00:13:24.053Z | Actions: Completed 5063 actions in 5.00 seconds. |
173 | 2024-12-19T00:13:24.442Z | Done (0.381s) |
174 | 2024-12-19T00:13:24.445Z | Done (0.000s) |
175 | 2024-12-19T00:13:25.002Z | Done (0.558s) |
176 | 2024-12-19T00:13:29.358Z | Done (4.121s) |
177 | 2024-12-19T00:13:29.438Z | Done (0.017s) |
178 | 2024-12-19T00:13:29.444Z | Done (0.000s) |
179 | 2024-12-19T00:13:29.677Z | Done (0.000s) |
180 | 2024-12-19T00:13:30.341Z | Planning: Evaluating mediator changes ... Done |
181 | 2024-12-19T00:13:30.503Z | Planning: Checking for conflicting actions ... Done |
182 | 2024-12-19T00:13:30.507Z | Planning: Consolidating action changes ... Done |
183 | 2024-12-19T00:13:30.775Z | Planning: Evaluating mediators ... Done |
184 | 2024-12-19T00:13:30.778Z | Planning: Planning completed in 0.44 seconds |
185 | 2024-12-19T00:13:30.817Z | Mediators to change: 2 |
186 | 2024-12-19T00:13:30.817Z | Create boot environment: No |
187 | 2024-12-19T00:13:30.820Z | Create backup boot environment: No |
188 | 2024-12-19T00:13:30.911Z | Done |
189 | 2024-12-19T00:13:30.911Z | Done |
190 | 2024-12-19T00:13:31.272Z | Done |
191 | 2024-12-19T00:13:34.832Z | Done |
192 | 2024-12-19T00:13:34.920Z | Done |
193 | 2024-12-19T00:13:34.922Z | Done |
194 | 2024-12-19T00:13:35.046Z | Done |
195 | 2024-12-19T00:13:35.672Z | Planning: Evaluating mediator changes ... Done |
196 | 2024-12-19T00:13:35.675Z | Planning: Merging actions ... Done |
197 | 2024-12-19T00:13:35.861Z | Planning: Checking for conflicting actions ... Done |
198 | 2024-12-19T00:13:35.863Z | Planning: Consolidating action changes ... Done |
199 | 2024-12-19T00:13:36.122Z | Planning: Evaluating mediators ... Done |
200 | 2024-12-19T00:13:36.177Z | Planning: Planning completed in 0.74 seconds |
201 | 2024-12-19T00:13:36.220Z | Packages to change: 1 |
202 | 2024-12-19T00:13:36.220Z | Mediators to change: 1 |
203 | 2024-12-19T00:13:36.223Z | Services to change: 1 |
204 | 2024-12-19T00:13:36.223Z | Create boot environment: No |
205 | 2024-12-19T00:13:36.223Z | Create backup boot environment: Yes |
206 | 2024-12-19T00:13:38.384Z | Actions: 1/6 actions (Updating modified actions) |
207 | 2024-12-19T00:13:38.386Z | Actions: Completed 6 actions in 0.00 seconds. |
208 | 2024-12-19T00:13:38.386Z | Done |
209 | 2024-12-19T00:13:38.386Z | Done |
210 | 2024-12-19T00:13:38.501Z | Done |
211 | 2024-12-19T00:13:42.068Z | Done |
212 | 2024-12-19T00:13:42.157Z | Done |
213 | 2024-12-19T00:13:42.160Z | Done |
214 | 2024-12-19T00:13:42.282Z | Done |
215 | 2024-12-19T00:13:42.704Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
216 | 2024-12-19T00:13:42.704Z | clang system 15 system |
217 | 2024-12-19T00:13:42.704Z | csh system system illumos |
218 | 2024-12-19T00:13:42.704Z | ctags system system illumos |
219 | 2024-12-19T00:13:42.704Z | gcc vendor 12 vendor |
220 | 2024-12-19T00:13:42.704Z | gcc system 10 system |
221 | 2024-12-19T00:13:42.704Z | gcc system 7 system |
222 | 2024-12-19T00:13:42.704Z | go system 1.20 system |
223 | 2024-12-19T00:13:42.704Z | go system 1.19 system |
224 | 2024-12-19T00:13:42.704Z | llvm system 15 system |
225 | 2024-12-19T00:13:42.704Z | llvm system 14 system |
226 | 2024-12-19T00:13:42.704Z | mariadb system 10.6 system |
227 | 2024-12-19T00:13:42.704Z | mta vendor vendor dma |
228 | 2024-12-19T00:13:42.704Z | openjdk system 17 system |
229 | 2024-12-19T00:13:42.704Z | openjdk system 11 system |
230 | 2024-12-19T00:13:42.704Z | openjdk system 1.8 system |
231 | 2024-12-19T00:13:42.704Z | openssl vendor 3 vendor |
232 | 2024-12-19T00:13:42.704Z | perl system 5.36 system |
233 | 2024-12-19T00:13:42.704Z | postgresql system 15 system |
234 | 2024-12-19T00:13:42.704Z | postgresql system 13 system |
235 | 2024-12-19T00:13:42.704Z | python vendor 3 vendor |
236 | 2024-12-19T00:13:42.704Z | python system 2 system |
237 | 2024-12-19T00:13:42.704Z | python3 system 3.11 system |
238 | 2024-12-19T00:13:42.705Z | ruby system 3.0 system |
239 | 2024-12-19T00:13:42.705Z | words vendor vendor american-english |
240 | 2024-12-19T00:13:42.705Z | words system system australian-english |
241 | 2024-12-19T00:13:42.705Z | words system system british-english |
242 | 2024-12-19T00:13:42.705Z | words system system canadian-english |
243 | 2024-12-19T00:13:42.705Z | words system system french |
244 | 2024-12-19T00:13:42.705Z | words system system italian |
245 | 2024-12-19T00:13:42.706Z | words system system ngerman |
246 | 2024-12-19T00:13:42.706Z | words system system ogerman |
247 | 2024-12-19T00:13:42.706Z | words system system spanish |
248 | 2024-12-19T00:13:43.030Z | PUBLISHER TYPE STATUS P LOCATION |
249 | 2024-12-19T00:13:43.030Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
250 | 2024-12-19T00:13:45.717Z | FMRI IFO |
251 | 2024-12-19T00:13:45.717Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
252 | 2024-12-19T00:13:45.717Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
253 | 2024-12-19T00:13:45.717Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
254 | 2024-12-19T00:13:45.717Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
255 | 2024-12-19T00:13:45.717Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
256 | 2024-12-19T00:13:45.717Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
257 | 2024-12-19T00:13:45.717Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
258 | 2024-12-19T00:13:45.717Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
259 | 2024-12-19T00:13:45.717Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
260 | 2024-12-19T00:13:45.717Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
261 | 2024-12-19T00:13:45.717Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
262 | 2024-12-19T00:13:45.717Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
263 | 2024-12-19T00:13:45.718Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
264 | 2024-12-19T00:13:45.718Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
265 | 2024-12-19T00:13:45.718Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
266 | 2024-12-19T00:13:46.471Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
267 | 2024-12-19T00:13:46.739Z | Updating crates.io index |
268 | 2024-12-19T00:13:46.741Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
269 | 2024-12-19T00:13:47.286Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
270 | 2024-12-19T00:13:47.561Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
271 | 2024-12-19T00:13:47.799Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
272 | 2024-12-19T00:13:48.072Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
273 | 2024-12-19T00:13:49.093Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
274 | 2024-12-19T00:13:50.610Z | Updating git repository `https://github.com/oxidecomputer/opte` |
275 | 2024-12-19T00:13:51.249Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
276 | 2024-12-19T00:13:51.965Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
277 | 2024-12-19T00:13:52.264Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
278 | 2024-12-19T00:13:52.590Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
279 | 2024-12-19T00:13:53.178Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
280 | 2024-12-19T00:13:53.488Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
281 | 2024-12-19T00:13:53.877Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
282 | 2024-12-19T00:13:54.179Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
283 | 2024-12-19T00:13:54.504Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
284 | 2024-12-19T00:13:54.826Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
285 | 2024-12-19T00:13:55.139Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
286 | 2024-12-19T00:13:55.434Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
287 | 2024-12-19T00:13:55.720Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
288 | 2024-12-19T00:13:56.081Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
289 | 2024-12-19T00:13:56.580Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
290 | 2024-12-19T00:13:56.920Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
291 | 2024-12-19T00:13:57.302Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
292 | 2024-12-19T00:13:57.678Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
293 | 2024-12-19T00:13:57.973Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
294 | 2024-12-19T00:13:58.223Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
295 | 2024-12-19T00:13:58.507Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
296 | 2024-12-19T00:13:59.935Z | Downloading crates ... |
297 | 2024-12-19T00:13:59.986Z | Downloaded anstyle v1.0.10 |
298 | 2024-12-19T00:13:59.988Z | Downloaded bitflags v2.6.0 |
299 | 2024-12-19T00:13:59.992Z | Downloaded anstream v0.6.15 |
300 | 2024-12-19T00:14:00.009Z | Downloaded anstyle-parse v0.2.5 |
301 | 2024-12-19T00:14:00.011Z | Downloaded scroll_derive v0.12.0 |
302 | 2024-12-19T00:14:00.014Z | Downloaded usdt-macro v0.5.0 |
303 | 2024-12-19T00:14:00.028Z | Downloaded pretty-hex v0.4.1 |
304 | 2024-12-19T00:14:00.031Z | Downloaded heck v0.5.0 |
305 | 2024-12-19T00:14:00.031Z | Downloaded plain v0.2.3 |
306 | 2024-12-19T00:14:00.033Z | Downloaded memmap v0.7.0 |
307 | 2024-12-19T00:14:00.033Z | Downloaded fs-err v2.11.0 |
308 | 2024-12-19T00:14:00.036Z | Downloaded clap_lex v0.7.2 |
309 | 2024-12-19T00:14:00.036Z | Downloaded heck v0.4.1 |
310 | 2024-12-19T00:14:00.038Z | Downloaded thiserror-impl v1.0.69 |
311 | 2024-12-19T00:14:00.038Z | Downloaded dof v0.3.0 |
312 | 2024-12-19T00:14:00.041Z | Downloaded colorchoice v1.0.2 |
313 | 2024-12-19T00:14:00.041Z | Downloaded byteorder v1.5.0 |
314 | 2024-12-19T00:14:00.044Z | Downloaded errno v0.3.9 |
315 | 2024-12-19T00:14:00.044Z | Downloaded cfg-if v1.0.0 |
316 | 2024-12-19T00:14:00.046Z | Downloaded equivalent v1.0.1 |
317 | 2024-12-19T00:14:00.046Z | Downloaded camino-tempfile v1.1.1 |
318 | 2024-12-19T00:14:00.048Z | Downloaded dtrace-parser v0.2.0 |
319 | 2024-12-19T00:14:00.048Z | Downloaded block-buffer v0.10.4 |
320 | 2024-12-19T00:14:00.048Z | Downloaded anstyle-query v1.1.1 |
321 | 2024-12-19T00:14:00.051Z | Downloaded usdt-attr-macro v0.5.0 |
322 | 2024-12-19T00:14:00.051Z | Downloaded fnv v1.0.7 |
323 | 2024-12-19T00:14:00.051Z | Downloaded usdt v0.5.0 |
324 | 2024-12-19T00:14:00.053Z | Downloaded serde_tokenstream v0.2.2 |
325 | 2024-12-19T00:14:00.053Z | Downloaded crypto-common v0.1.6 |
326 | 2024-12-19T00:14:00.057Z | Downloaded toml_datetime v0.6.8 |
327 | 2024-12-19T00:14:00.057Z | Downloaded terminal_size v0.4.0 |
328 | 2024-12-19T00:14:00.059Z | Downloaded thiserror v1.0.69 |
329 | 2024-12-19T00:14:00.061Z | Downloaded strsim v0.11.1 |
330 | 2024-12-19T00:14:00.064Z | Downloaded smawk v0.3.2 |
331 | 2024-12-19T00:14:00.064Z | Downloaded pest_generator v2.7.14 |
332 | 2024-12-19T00:14:00.066Z | Downloaded version_check v0.9.5 |
333 | 2024-12-19T00:14:00.066Z | Downloaded digest v0.10.7 |
334 | 2024-12-19T00:14:00.069Z | Downloaded swrite v0.1.0 |
335 | 2024-12-19T00:14:00.071Z | Downloaded cargo_toml v0.20.5 |
336 | 2024-12-19T00:14:00.074Z | Downloaded generic-array v0.14.7 |
337 | 2024-12-19T00:14:00.076Z | Downloaded unicode-linebreak v0.1.5 |
338 | 2024-12-19T00:14:00.076Z | Downloaded thread-id v4.2.2 |
339 | 2024-12-19T00:14:00.077Z | Downloaded cargo-platform v0.1.8 |
340 | 2024-12-19T00:14:00.079Z | Downloaded autocfg v1.4.0 |
341 | 2024-12-19T00:14:00.079Z | Downloaded usdt-impl v0.5.0 |
342 | 2024-12-19T00:14:00.082Z | Downloaded cpufeatures v0.2.14 |
343 | 2024-12-19T00:14:00.082Z | Downloaded semver v1.0.23 |
344 | 2024-12-19T00:14:00.084Z | Downloaded tabled_derive v0.7.0 |
345 | 2024-12-19T00:14:00.086Z | Downloaded sha2 v0.10.8 |
346 | 2024-12-19T00:14:00.089Z | Downloaded proc-macro-error v1.0.4 |
347 | 2024-12-19T00:14:00.091Z | Downloaded cargo_metadata v0.18.1 |
348 | 2024-12-19T00:14:00.093Z | Downloaded camino v1.1.9 |
349 | 2024-12-19T00:14:00.093Z | Downloaded serde_spanned v0.6.8 |
350 | 2024-12-19T00:14:00.097Z | Downloaded tempfile v3.13.0 |
351 | 2024-12-19T00:14:00.097Z | Downloaded proc-macro-error-attr v1.0.4 |
352 | 2024-12-19T00:14:00.099Z | Downloaded macaddr v1.0.1 |
353 | 2024-12-19T00:14:00.099Z | Downloaded is_terminal_polyfill v1.70.1 |
354 | 2024-12-19T00:14:00.102Z | Downloaded quote v1.0.37 |
355 | 2024-12-19T00:14:00.102Z | Downloaded utf8parse v0.2.2 |
356 | 2024-12-19T00:14:00.104Z | Downloaded pest_derive v2.7.14 |
357 | 2024-12-19T00:14:00.107Z | Downloaded once_cell v1.20.2 |
358 | 2024-12-19T00:14:00.109Z | Downloaded itoa v1.0.11 |
359 | 2024-12-19T00:14:00.109Z | Downloaded fastrand v2.1.1 |
360 | 2024-12-19T00:14:00.109Z | Downloaded bytecount v0.6.8 |
361 | 2024-12-19T00:14:00.113Z | Downloaded ryu v1.0.18 |
362 | 2024-12-19T00:14:00.116Z | Downloaded ucd-trie v0.1.7 |
363 | 2024-12-19T00:14:00.121Z | Downloaded typenum v1.17.0 |
364 | 2024-12-19T00:14:00.123Z | Downloaded scroll v0.12.0 |
365 | 2024-12-19T00:14:00.126Z | Downloaded pest_meta v2.7.14 |
366 | 2024-12-19T00:14:00.128Z | Downloaded clap_derive v4.5.18 |
367 | 2024-12-19T00:14:00.128Z | Downloaded toml v0.8.19 |
368 | 2024-12-19T00:14:00.131Z | Downloaded zerocopy-derive v0.7.35 |
369 | 2024-12-19T00:14:00.135Z | Downloaded textwrap v0.16.1 |
370 | 2024-12-19T00:14:00.137Z | Downloaded papergrid v0.11.0 |
371 | 2024-12-19T00:14:00.144Z | Downloaded anyhow v1.0.93 |
372 | 2024-12-19T00:14:00.146Z | Downloaded unicode-ident v1.0.13 |
373 | 2024-12-19T00:14:00.149Z | Downloaded clap v4.5.21 |
374 | 2024-12-19T00:14:00.155Z | Downloaded serde_derive v1.0.215 |
375 | 2024-12-19T00:14:00.158Z | Downloaded serde v1.0.215 |
376 | 2024-12-19T00:14:00.161Z | Downloaded indexmap v2.6.0 |
377 | 2024-12-19T00:14:00.164Z | Downloaded proc-macro2 v1.0.89 |
378 | 2024-12-19T00:14:00.166Z | Downloaded memchr v2.7.4 |
379 | 2024-12-19T00:14:00.171Z | Downloaded log v0.4.22 |
380 | 2024-12-19T00:14:00.185Z | Downloaded toml_edit v0.22.22 |
381 | 2024-12-19T00:14:00.220Z | Downloaded hashbrown v0.15.0 |
382 | 2024-12-19T00:14:00.227Z | Downloaded serde_json v1.0.132 |
383 | 2024-12-19T00:14:00.233Z | Downloaded pest v2.7.14 |
384 | 2024-12-19T00:14:00.238Z | Downloaded zerocopy v0.7.35 |
385 | 2024-12-19T00:14:00.252Z | Downloaded goblin v0.8.2 |
386 | 2024-12-19T00:14:00.258Z | Downloaded tabled v0.15.0 |
387 | 2024-12-19T00:14:00.271Z | Downloaded clap_builder v4.5.21 |
388 | 2024-12-19T00:14:00.278Z | Downloaded winnow v0.6.20 |
389 | 2024-12-19T00:14:00.286Z | Downloaded unicode-width v0.1.14 |
390 | 2024-12-19T00:14:00.290Z | Downloaded syn v1.0.109 |
391 | 2024-12-19T00:14:00.300Z | Downloaded syn v2.0.87 |
392 | 2024-12-19T00:14:00.309Z | Downloaded rustix v0.38.37 |
393 | 2024-12-19T00:14:00.352Z | Downloaded libc v0.2.162 |
394 | 2024-12-19T00:14:00.657Z | Compiling proc-macro2 v1.0.89 |
395 | 2024-12-19T00:14:00.657Z | Compiling unicode-ident v1.0.13 |
396 | 2024-12-19T00:14:00.657Z | Compiling serde v1.0.215 |
397 | 2024-12-19T00:14:00.660Z | Compiling version_check v0.9.5 |
398 | 2024-12-19T00:14:00.660Z | Compiling memchr v2.7.4 |
399 | 2024-12-19T00:14:00.660Z | Compiling thiserror v1.0.69 |
400 | 2024-12-19T00:14:00.660Z | Compiling libc v0.2.162 |
401 | 2024-12-19T00:14:00.660Z | Compiling itoa v1.0.11 |
402 | 2024-12-19T00:14:00.902Z | Compiling ryu v1.0.18 |
403 | 2024-12-19T00:14:01.022Z | Compiling ucd-trie v0.1.7 |
404 | 2024-12-19T00:14:01.401Z | Compiling once_cell v1.20.2 |
405 | 2024-12-19T00:14:01.616Z | Compiling byteorder v1.5.0 |
406 | 2024-12-19T00:14:01.663Z | Compiling rustix v0.38.37 |
407 | 2024-12-19T00:14:01.823Z | Compiling serde_json v1.0.132 |
408 | 2024-12-19T00:14:02.135Z | Compiling bitflags v2.6.0 |
409 | 2024-12-19T00:14:02.236Z | Compiling proc-macro-error-attr v1.0.4 |
410 | 2024-12-19T00:14:02.267Z | Compiling usdt-impl v0.5.0 |
411 | 2024-12-19T00:14:02.358Z | Compiling syn v1.0.109 |
412 | 2024-12-19T00:14:02.496Z | Compiling quote v1.0.37 |
413 | 2024-12-19T00:14:02.614Z | Compiling proc-macro-error v1.0.4 |
414 | 2024-12-19T00:14:02.713Z | Compiling equivalent v1.0.1 |
415 | 2024-12-19T00:14:02.739Z | Compiling plain v0.2.3 |
416 | 2024-12-19T00:14:02.837Z | Compiling hashbrown v0.15.0 |
417 | 2024-12-19T00:14:02.894Z | Compiling syn v2.0.87 |
418 | 2024-12-19T00:14:02.918Z | Compiling errno v0.3.9 |
419 | 2024-12-19T00:14:03.069Z | Compiling log v0.4.22 |
420 | 2024-12-19T00:14:03.195Z | Compiling camino v1.1.9 |
421 | 2024-12-19T00:14:03.249Z | Compiling thread-id v4.2.2 |
422 | 2024-12-19T00:14:03.319Z | Compiling utf8parse v0.2.2 |
423 | 2024-12-19T00:14:03.490Z | Compiling anstyle-parse v0.2.5 |
424 | 2024-12-19T00:14:03.837Z | Compiling autocfg v1.4.0 |
425 | 2024-12-19T00:14:03.881Z | Compiling anstyle-query v1.1.1 |
426 | 2024-12-19T00:14:03.920Z | Compiling winnow v0.6.20 |
427 | 2024-12-19T00:14:04.047Z | Compiling indexmap v2.6.0 |
428 | 2024-12-19T00:14:04.098Z | Compiling pretty-hex v0.4.1 |
429 | 2024-12-19T00:14:04.249Z | Compiling colorchoice v1.0.2 |
430 | 2024-12-19T00:14:04.336Z | Compiling unicode-width v0.1.14 |
431 | 2024-12-19T00:14:04.434Z | Compiling semver v1.0.23 |
432 | 2024-12-19T00:14:04.865Z | Compiling is_terminal_polyfill v1.70.1 |
433 | 2024-12-19T00:14:04.987Z | Compiling anstyle v1.0.10 |
434 | 2024-12-19T00:14:05.065Z | Compiling fs-err v2.11.0 |
435 | 2024-12-19T00:14:05.346Z | Compiling anstream v0.6.15 |
436 | 2024-12-19T00:14:05.371Z | Compiling terminal_size v0.4.0 |
437 | 2024-12-19T00:14:05.416Z | Compiling bytecount v0.6.8 |
438 | 2024-12-19T00:14:05.419Z | Compiling strsim v0.11.1 |
439 | 2024-12-19T00:14:05.629Z | Compiling anyhow v1.0.93 |
440 | 2024-12-19T00:14:06.030Z | Compiling cfg-if v1.0.0 |
441 | 2024-12-19T00:14:06.055Z | Compiling clap_lex v0.7.2 |
442 | 2024-12-19T00:14:06.084Z | Compiling heck v0.5.0 |
443 | 2024-12-19T00:14:06.130Z | Compiling heck v0.4.1 |
444 | 2024-12-19T00:14:06.367Z | Compiling fastrand v2.1.1 |
445 | 2024-12-19T00:14:06.552Z | Compiling fnv v1.0.7 |
446 | 2024-12-19T00:14:06.606Z | Compiling clap_builder v4.5.21 |
447 | 2024-12-19T00:14:06.691Z | Compiling papergrid v0.11.0 |
448 | 2024-12-19T00:14:06.924Z | Compiling tempfile v3.13.0 |
449 | 2024-12-19T00:14:06.993Z | Compiling memmap v0.7.0 |
450 | 2024-12-19T00:14:07.092Z | Compiling smawk v0.3.2 |
451 | 2024-12-19T00:14:07.365Z | Compiling unicode-linebreak v0.1.5 |
452 | 2024-12-19T00:14:07.847Z | Compiling textwrap v0.16.1 |
453 | 2024-12-19T00:14:07.872Z | Compiling swrite v0.1.0 |
454 | 2024-12-19T00:14:08.965Z | Compiling tabled_derive v0.7.0 |
455 | 2024-12-19T00:14:10.589Z | Compiling tabled v0.15.0 |
456 | 2024-12-19T00:14:11.969Z | Compiling serde_derive v1.0.215 |
457 | 2024-12-19T00:14:11.971Z | Compiling thiserror-impl v1.0.69 |
458 | 2024-12-19T00:14:11.971Z | Compiling zerocopy-derive v0.7.35 |
459 | 2024-12-19T00:14:11.971Z | Compiling scroll_derive v0.12.0 |
460 | 2024-12-19T00:14:12.127Z | Compiling clap_derive v4.5.18 |
461 | 2024-12-19T00:14:13.178Z | Compiling scroll v0.12.0 |
462 | 2024-12-19T00:14:13.655Z | Compiling goblin v0.8.2 |
463 | 2024-12-19T00:14:13.705Z | Compiling zerocopy v0.7.35 |
464 | 2024-12-19T00:14:14.777Z | Compiling pest v2.7.14 |
465 | 2024-12-19T00:14:15.810Z | Compiling clap v4.5.21 |
466 | 2024-12-19T00:14:16.905Z | Compiling pest_meta v2.7.14 |
467 | 2024-12-19T00:14:17.767Z | Compiling pest_generator v2.7.14 |
468 | 2024-12-19T00:14:19.704Z | Compiling pest_derive v2.7.14 |
469 | 2024-12-19T00:14:20.458Z | Compiling dtrace-parser v0.2.0 |
470 | 2024-12-19T00:14:22.050Z | Compiling serde_tokenstream v0.2.2 |
471 | 2024-12-19T00:14:22.157Z | Compiling serde_spanned v0.6.8 |
472 | 2024-12-19T00:14:22.157Z | Compiling toml_datetime v0.6.8 |
473 | 2024-12-19T00:14:22.418Z | Compiling cargo-platform v0.1.8 |
474 | 2024-12-19T00:14:22.589Z | Compiling toml_edit v0.22.22 |
475 | 2024-12-19T00:14:22.667Z | Compiling macaddr v1.0.1 |
476 | 2024-12-19T00:14:22.932Z | Compiling camino-tempfile v1.1.1 |
477 | 2024-12-19T00:14:23.540Z | Compiling dof v0.3.0 |
478 | 2024-12-19T00:14:23.703Z | Compiling cargo_metadata v0.18.1 |
479 | 2024-12-19T00:14:25.229Z | Compiling usdt-attr-macro v0.5.0 |
480 | 2024-12-19T00:14:25.229Z | Compiling usdt-macro v0.5.0 |
481 | 2024-12-19T00:14:25.376Z | Compiling toml v0.8.19 |
482 | 2024-12-19T00:14:26.229Z | Compiling cargo_toml v0.20.5 |
483 | 2024-12-19T00:14:26.585Z | Compiling usdt v0.5.0 |
484 | 2024-12-19T00:14:29.712Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
485 | 2024-12-19T00:14:33.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.58s |
486 | 2024-12-19T00:14:34.096Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
487 | 2024-12-19T00:14:34.619Z | Downloading crates ... |
488 | 2024-12-19T00:14:34.738Z | Downloaded array-init v0.0.4 |
489 | 2024-12-19T00:14:34.741Z | Downloaded adler2 v2.0.0 |
490 | 2024-12-19T00:14:34.744Z | Downloaded argon2 v0.5.3 |
491 | 2024-12-19T00:14:34.749Z | Downloaded atty v0.2.14 |
492 | 2024-12-19T00:14:34.751Z | Downloaded ciborium-io v0.2.2 |
493 | 2024-12-19T00:14:34.754Z | Downloaded headers-core v0.3.0 |
494 | 2024-12-19T00:14:34.754Z | Downloaded async-stream-impl v0.3.6 |
495 | 2024-12-19T00:14:34.756Z | Downloaded hubpack_derive v0.1.1 |
496 | 2024-12-19T00:14:34.759Z | Downloaded http-range v0.1.5 |
497 | 2024-12-19T00:14:34.759Z | Downloaded crunchy v0.2.2 |
498 | 2024-12-19T00:14:34.770Z | Downloaded cstr-argument v0.1.2 |
499 | 2024-12-19T00:14:34.773Z | Downloaded crucible-workspace-hack v0.1.0 |
500 | 2024-12-19T00:14:34.776Z | Downloaded http-body v1.0.1 |
501 | 2024-12-19T00:14:34.778Z | Downloaded atomicwrites v0.4.4 |
502 | 2024-12-19T00:14:34.780Z | Downloaded instant v0.1.13 |
503 | 2024-12-19T00:14:34.783Z | Downloaded cfg_aliases v0.1.1 |
504 | 2024-12-19T00:14:34.785Z | Downloaded bit-set v0.5.3 |
505 | 2024-12-19T00:14:34.788Z | Downloaded matches v0.1.10 |
506 | 2024-12-19T00:14:34.790Z | Downloaded atomic-waker v1.1.2 |
507 | 2024-12-19T00:14:34.790Z | Downloaded match_cfg v0.1.0 |
508 | 2024-12-19T00:14:34.793Z | Downloaded is_ci v1.2.0 |
509 | 2024-12-19T00:14:34.793Z | Downloaded bcrypt-pbkdf v0.10.0 |
510 | 2024-12-19T00:14:34.793Z | Downloaded base16ct v0.2.0 |
511 | 2024-12-19T00:14:34.795Z | Downloaded buf-list v1.0.3 |
512 | 2024-12-19T00:14:34.799Z | Downloaded md5 v0.7.0 |
513 | 2024-12-19T00:14:34.799Z | Downloaded bitfield v0.14.0 |
514 | 2024-12-19T00:14:34.801Z | Downloaded constant_time_eq v0.3.1 |
515 | 2024-12-19T00:14:34.803Z | Downloaded ident_case v1.0.1 |
516 | 2024-12-19T00:14:34.805Z | Downloaded hostname v0.4.0 |
517 | 2024-12-19T00:14:34.805Z | Downloaded home v0.5.9 |
518 | 2024-12-19T00:14:34.808Z | Downloaded bitflags v1.3.2 |
519 | 2024-12-19T00:14:34.810Z | Downloaded hex-literal v0.4.1 |
520 | 2024-12-19T00:14:34.812Z | Downloaded hex v0.4.3 |
521 | 2024-12-19T00:14:34.815Z | Downloaded heck v0.3.3 |
522 | 2024-12-19T00:14:34.816Z | Downloaded cmake v0.1.51 |
523 | 2024-12-19T00:14:34.820Z | Downloaded hostname v0.3.1 |
524 | 2024-12-19T00:14:34.822Z | Downloaded hyper-tls v0.6.0 |
525 | 2024-12-19T00:14:34.822Z | Downloaded humantime v2.1.0 |
526 | 2024-12-19T00:14:34.822Z | Downloaded hubpack v0.1.2 |
527 | 2024-12-19T00:14:34.825Z | Downloaded icu_provider_macros v1.5.0 |
528 | 2024-12-19T00:14:34.825Z | Downloaded lockfree-object-pool v0.1.6 |
529 | 2024-12-19T00:14:34.827Z | Downloaded indoc v1.0.9 |
530 | 2024-12-19T00:14:34.831Z | Downloaded lru-cache v0.1.2 |
531 | 2024-12-19T00:14:34.833Z | Downloaded inout v0.1.3 |
532 | 2024-12-19T00:14:34.835Z | Downloaded lazy_static v1.5.0 |
533 | 2024-12-19T00:14:34.837Z | Downloaded cipher v0.4.4 |
534 | 2024-12-19T00:14:34.841Z | Downloaded is-terminal v0.4.13 |
535 | 2024-12-19T00:14:34.841Z | Downloaded linked-hash-map v0.5.6 |
536 | 2024-12-19T00:14:34.844Z | Downloaded lazycell v1.3.0 |
537 | 2024-12-19T00:14:34.844Z | Downloaded castaway v0.2.3 |
538 | 2024-12-19T00:14:34.847Z | Downloaded instability v0.3.2 |
539 | 2024-12-19T00:14:34.847Z | Downloaded crc-catalog v2.4.0 |
540 | 2024-12-19T00:14:34.847Z | Downloaded keccak v0.1.5 |
541 | 2024-12-19T00:14:34.850Z | Downloaded convert_case v0.4.0 |
542 | 2024-12-19T00:14:34.852Z | Downloaded linear-map v1.2.0 |
543 | 2024-12-19T00:14:34.852Z | Downloaded md-5 v0.10.6 |
544 | 2024-12-19T00:14:34.855Z | Downloaded memoffset v0.9.1 |
545 | 2024-12-19T00:14:34.857Z | Downloaded maplit v1.0.2 |
546 | 2024-12-19T00:14:34.857Z | Downloaded libefi-sys v0.1.0 |
547 | 2024-12-19T00:14:34.860Z | Downloaded maybe-uninit v2.0.0 |
548 | 2024-12-19T00:14:34.862Z | Downloaded lru v0.12.5 |
549 | 2024-12-19T00:14:34.862Z | Downloaded hickory-client v0.24.1 |
550 | 2024-12-19T00:14:34.866Z | Downloaded iana-time-zone v0.1.61 |
551 | 2024-12-19T00:14:34.869Z | Downloaded tower-service v0.3.3 |
552 | 2024-12-19T00:14:34.871Z | Downloaded cfg_aliases v0.2.1 |
553 | 2024-12-19T00:14:34.873Z | Downloaded async-trait v0.1.83 |
554 | 2024-12-19T00:14:34.875Z | Downloaded bzip2 v0.4.4 |
555 | 2024-12-19T00:14:34.878Z | Downloaded ahash v0.8.11 |
556 | 2024-12-19T00:14:34.881Z | Downloaded lock_api v0.4.12 |
557 | 2024-12-19T00:14:34.883Z | Downloaded litemap v0.7.3 |
558 | 2024-12-19T00:14:34.887Z | Downloaded const_format_proc_macros v0.2.33 |
559 | 2024-12-19T00:14:34.890Z | Downloaded strum v0.26.3 |
560 | 2024-12-19T00:14:34.892Z | Downloaded mime_guess v2.0.5 |
561 | 2024-12-19T00:14:34.895Z | Downloaded topological-sort v0.2.2 |
562 | 2024-12-19T00:14:34.895Z | Downloaded toolchain_find v0.4.0 |
563 | 2024-12-19T00:14:34.898Z | Downloaded rand_core v0.6.4 |
564 | 2024-12-19T00:14:34.900Z | Downloaded quinn-udp v0.5.5 |
565 | 2024-12-19T00:14:34.900Z | Downloaded rand_chacha v0.3.1 |
566 | 2024-12-19T00:14:34.900Z | Downloaded mime v0.3.17 |
567 | 2024-12-19T00:14:34.903Z | Downloaded write16 v1.0.0 |
568 | 2024-12-19T00:14:34.906Z | Downloaded jobserver v0.1.32 |
569 | 2024-12-19T00:14:34.909Z | Downloaded hyper-rustls v0.27.3 |
570 | 2024-12-19T00:14:34.912Z | Downloaded managed v0.8.0 |
571 | 2024-12-19T00:14:34.912Z | Downloaded cookie v0.18.1 |
572 | 2024-12-19T00:14:34.916Z | Downloaded darling_macro v0.20.10 |
573 | 2024-12-19T00:14:34.919Z | Downloaded rustc_version v0.4.1 |
574 | 2024-12-19T00:14:34.919Z | Downloaded endian-type v0.1.2 |
575 | 2024-12-19T00:14:34.919Z | Downloaded allocator-api2 v0.2.18 |
576 | 2024-12-19T00:14:34.923Z | Downloaded openssl-probe v0.1.5 |
577 | 2024-12-19T00:14:34.923Z | Downloaded num-conv v0.1.0 |
578 | 2024-12-19T00:14:34.925Z | Downloaded oso-derive v0.27.3 |
579 | 2024-12-19T00:14:34.925Z | Downloaded rustls-pemfile v1.0.4 |
580 | 2024-12-19T00:14:34.928Z | Downloaded tls_codec v0.4.1 |
581 | 2024-12-19T00:14:34.931Z | Downloaded signal-hook-registry v1.4.2 |
582 | 2024-12-19T00:14:34.933Z | Downloaded tls_codec_derive v0.4.1 |
583 | 2024-12-19T00:14:34.937Z | Downloaded httparse v1.9.5 |
584 | 2024-12-19T00:14:34.940Z | Downloaded tap v1.0.1 |
585 | 2024-12-19T00:14:34.940Z | Downloaded newline-converter v0.3.0 |
586 | 2024-12-19T00:14:34.940Z | Downloaded primeorder v0.13.6 |
587 | 2024-12-19T00:14:34.943Z | Downloaded icu_locid_transform_data v1.5.0 |
588 | 2024-12-19T00:14:34.943Z | Downloaded tabwriter v1.4.0 |
589 | 2024-12-19T00:14:34.946Z | Downloaded structmeta-derive v0.3.0 |
590 | 2024-12-19T00:14:34.947Z | Downloaded icu_normalizer_data v1.5.0 |
591 | 2024-12-19T00:14:34.949Z | Downloaded synstructure v0.13.1 |
592 | 2024-12-19T00:14:34.952Z | Downloaded base64 v0.13.1 |
593 | 2024-12-19T00:14:34.955Z | Downloaded icu_provider v1.5.0 |
594 | 2024-12-19T00:14:34.962Z | Downloaded universal-hash v0.5.1 |
595 | 2024-12-19T00:14:34.966Z | Downloaded indexmap v1.9.3 |
596 | 2024-12-19T00:14:34.966Z | Downloaded zeroize_derive v1.4.2 |
597 | 2024-12-19T00:14:34.966Z | Downloaded wyz v0.5.1 |
598 | 2024-12-19T00:14:34.969Z | Downloaded icu_locid v1.5.0 |
599 | 2024-12-19T00:14:34.972Z | Downloaded dirs-sys-next v0.1.2 |
600 | 2024-12-19T00:14:34.976Z | Downloaded defmt-macros v0.3.9 |
601 | 2024-12-19T00:14:34.979Z | Downloaded rand_xorshift v0.3.0 |
602 | 2024-12-19T00:14:34.979Z | Downloaded sqlformat v0.2.6 |
603 | 2024-12-19T00:14:34.982Z | Downloaded fallible-iterator v0.3.0 |
604 | 2024-12-19T00:14:34.984Z | Downloaded crossbeam-epoch v0.9.18 |
605 | 2024-12-19T00:14:34.987Z | Downloaded num-integer v0.1.46 |
606 | 2024-12-19T00:14:34.990Z | Downloaded num-derive v0.4.2 |
607 | 2024-12-19T00:14:34.992Z | Downloaded try-lock v0.2.5 |
608 | 2024-12-19T00:14:34.992Z | Downloaded newtype-uuid v1.1.3 |
609 | 2024-12-19T00:14:34.992Z | Downloaded pem v3.0.4 |
610 | 2024-12-19T00:14:34.994Z | Downloaded compact_str v0.8.0 |
611 | 2024-12-19T00:14:34.998Z | Downloaded percent-encoding v2.3.1 |
612 | 2024-12-19T00:14:35.003Z | Downloaded chacha20poly1305 v0.10.1 |
613 | 2024-12-19T00:14:35.003Z | Downloaded tokio-tungstenite v0.21.0 |
614 | 2024-12-19T00:14:35.006Z | Downloaded bytes v1.8.0 |
615 | 2024-12-19T00:14:35.009Z | Downloaded cc v1.1.30 |
616 | 2024-12-19T00:14:35.015Z | Downloaded uzers v0.12.1 |
617 | 2024-12-19T00:14:35.017Z | Downloaded derive_builder_macro v0.20.2 |
618 | 2024-12-19T00:14:35.017Z | Downloaded value-bag v1.9.0 |
619 | 2024-12-19T00:14:35.021Z | Downloaded yoke-derive v0.7.4 |
620 | 2024-12-19T00:14:35.029Z | Downloaded heapless v0.7.17 |
621 | 2024-12-19T00:14:35.029Z | Downloaded number_prefix v0.4.0 |
622 | 2024-12-19T00:14:35.032Z | Downloaded salsa20 v0.10.2 |
623 | 2024-12-19T00:14:35.032Z | Downloaded globset v0.4.15 |
624 | 2024-12-19T00:14:35.034Z | Downloaded rand_seeder v0.3.0 |
625 | 2024-12-19T00:14:35.034Z | Downloaded newtype_derive v0.1.6 |
626 | 2024-12-19T00:14:35.037Z | Downloaded signature v2.2.0 |
627 | 2024-12-19T00:14:35.037Z | Downloaded prettyplease v0.2.25 |
628 | 2024-12-19T00:14:35.041Z | Downloaded thread_local v1.1.8 |
629 | 2024-12-19T00:14:35.044Z | Downloaded typify-macro v0.2.0 |
630 | 2024-12-19T00:14:35.046Z | Downloaded signal-hook-mio v0.2.4 |
631 | 2024-12-19T00:14:35.046Z | Downloaded path-slash v0.1.5 |
632 | 2024-12-19T00:14:35.049Z | Downloaded num-complex v0.4.6 |
633 | 2024-12-19T00:14:35.052Z | Downloaded pem-rfc7468 v0.7.0 |
634 | 2024-12-19T00:14:35.052Z | Downloaded owo-colors v4.1.0 |
635 | 2024-12-19T00:14:35.055Z | Downloaded hyper-util v0.1.10 |
636 | 2024-12-19T00:14:35.062Z | Downloaded postcard v1.0.10 |
637 | 2024-12-19T00:14:35.065Z | Downloaded indicatif v0.17.9 |
638 | 2024-12-19T00:14:35.068Z | Downloaded flagset v0.4.6 |
639 | 2024-12-19T00:14:35.070Z | Downloaded ff v0.13.0 |
640 | 2024-12-19T00:14:35.070Z | Downloaded tinyvec_macros v0.1.1 |
641 | 2024-12-19T00:14:35.073Z | Downloaded quick-error v1.2.3 |
642 | 2024-12-19T00:14:35.075Z | Downloaded russh-keys v0.45.0 |
643 | 2024-12-19T00:14:35.078Z | Downloaded base64 v0.22.1 |
644 | 2024-12-19T00:14:35.081Z | Downloaded num_enum_derive v0.5.11 |
645 | 2024-12-19T00:14:35.083Z | Downloaded slog-envlogger v2.2.0 |
646 | 2024-12-19T00:14:35.086Z | Downloaded spin v0.5.2 |
647 | 2024-12-19T00:14:35.086Z | Downloaded snafu-derive v0.8.5 |
648 | 2024-12-19T00:14:35.088Z | Downloaded postgres-types v0.2.8 |
649 | 2024-12-19T00:14:35.092Z | Downloaded gethostname v0.5.0 |
650 | 2024-12-19T00:14:35.094Z | Downloaded xz2 v0.1.7 |
651 | 2024-12-19T00:14:35.094Z | Downloaded unicase v2.7.0 |
652 | 2024-12-19T00:14:35.096Z | Downloaded waitgroup v0.1.2 |
653 | 2024-12-19T00:14:35.099Z | Downloaded phf v0.11.2 |
654 | 2024-12-19T00:14:35.101Z | Downloaded diesel_table_macro_syntax v0.2.0 |
655 | 2024-12-19T00:14:35.101Z | Downloaded crossbeam-channel v0.5.13 |
656 | 2024-12-19T00:14:35.106Z | Downloaded foreign-types v0.3.2 |
657 | 2024-12-19T00:14:35.108Z | Downloaded postgres-protocol v0.6.7 |
658 | 2024-12-19T00:14:35.110Z | Downloaded zone_cfg_derive v0.3.0 |
659 | 2024-12-19T00:14:35.110Z | Downloaded tokio-rustls v0.24.1 |
660 | 2024-12-19T00:14:35.114Z | Downloaded tokio-tungstenite v0.24.0 |
661 | 2024-12-19T00:14:35.117Z | Downloaded similar v2.6.0 |
662 | 2024-12-19T00:14:35.120Z | Downloaded thiserror-no-std v2.0.2 |
663 | 2024-12-19T00:14:35.125Z | Downloaded parse-size v1.1.0 |
664 | 2024-12-19T00:14:35.128Z | Downloaded openssl-macros v0.1.1 |
665 | 2024-12-19T00:14:35.128Z | Downloaded aes v0.8.4 |
666 | 2024-12-19T00:14:35.132Z | Downloaded stable_deref_trait v1.2.0 |
667 | 2024-12-19T00:14:35.134Z | Downloaded ssh-encoding v0.2.0 |
668 | 2024-12-19T00:14:35.137Z | Downloaded form_urlencoded v1.2.1 |
669 | 2024-12-19T00:14:35.137Z | Downloaded signal-hook v0.3.17 |
670 | 2024-12-19T00:14:35.140Z | Downloaded shlex v1.3.0 |
671 | 2024-12-19T00:14:35.143Z | Downloaded strum_macros v0.25.3 |
672 | 2024-12-19T00:14:35.146Z | Downloaded http v1.1.0 |
673 | 2024-12-19T00:14:35.149Z | Downloaded strum_macros v0.24.3 |
674 | 2024-12-19T00:14:35.151Z | Downloaded xattr v1.3.1 |
675 | 2024-12-19T00:14:35.154Z | Downloaded sqlparser_derive v0.2.2 |
676 | 2024-12-19T00:14:35.156Z | Downloaded getrandom v0.2.15 |
677 | 2024-12-19T00:14:35.169Z | Downloaded foldhash v0.1.3 |
678 | 2024-12-19T00:14:35.171Z | Downloaded tinyvec v1.8.0 |
679 | 2024-12-19T00:14:35.174Z | Downloaded oso v0.27.3 |
680 | 2024-12-19T00:14:35.178Z | Downloaded float-ord v0.3.2 |
681 | 2024-12-19T00:14:35.180Z | Downloaded hickory-server v0.24.1 |
682 | 2024-12-19T00:14:35.185Z | Downloaded uuid v1.11.0 |
683 | 2024-12-19T00:14:35.188Z | Downloaded minimal-lexical v0.2.1 |
684 | 2024-12-19T00:14:35.193Z | Downloaded progenitor-macro v0.8.0 |
685 | 2024-12-19T00:14:35.196Z | Downloaded olpc-cjson v0.1.4 |
686 | 2024-12-19T00:14:35.196Z | Downloaded ref-cast v1.0.23 |
687 | 2024-12-19T00:14:35.199Z | Downloaded rustc-hash v2.0.0 |
688 | 2024-12-19T00:14:35.202Z | Downloaded paste v1.0.15 |
689 | 2024-12-19T00:14:35.204Z | Downloaded deranged v0.3.11 |
690 | 2024-12-19T00:14:35.207Z | Downloaded rustc_version v0.1.7 |
691 | 2024-12-19T00:14:35.209Z | Downloaded peg v0.8.4 |
692 | 2024-12-19T00:14:35.211Z | Downloaded which v4.4.2 |
693 | 2024-12-19T00:14:35.214Z | Downloaded slog-async v2.8.0 |
694 | 2024-12-19T00:14:35.216Z | Downloaded untrusted v0.7.1 |
695 | 2024-12-19T00:14:35.216Z | Downloaded tokio-tungstenite v0.23.1 |
696 | 2024-12-19T00:14:35.220Z | Downloaded serde-big-array v0.5.1 |
697 | 2024-12-19T00:14:35.223Z | Downloaded sec1 v0.7.3 |
698 | 2024-12-19T00:14:35.223Z | Downloaded pbkdf2 v0.12.2 |
699 | 2024-12-19T00:14:35.226Z | Downloaded pkcs8 v0.10.2 |
700 | 2024-12-19T00:14:35.228Z | Downloaded termios v0.3.3 |
701 | 2024-12-19T00:14:35.231Z | Downloaded smf v0.2.3 |
702 | 2024-12-19T00:14:35.233Z | Downloaded libxml v0.3.3 |
703 | 2024-12-19T00:14:35.238Z | Downloaded termtree v0.4.1 |
704 | 2024-12-19T00:14:35.241Z | Downloaded tokio-macros v2.4.0 |
705 | 2024-12-19T00:14:35.247Z | Downloaded futures-macro v0.3.31 |
706 | 2024-12-19T00:14:35.247Z | Downloaded display-error-chain v0.2.2 |
707 | 2024-12-19T00:14:35.250Z | Downloaded dirs-next v2.0.0 |
708 | 2024-12-19T00:14:35.250Z | Downloaded difflib v0.4.0 |
709 | 2024-12-19T00:14:35.250Z | Downloaded tokio-native-tls v0.3.1 |
710 | 2024-12-19T00:14:35.250Z | Downloaded zerofrom v0.1.4 |
711 | 2024-12-19T00:14:35.253Z | Downloaded want v0.3.1 |
712 | 2024-12-19T00:14:35.253Z | Downloaded num-iter v0.1.45 |
713 | 2024-12-19T00:14:35.253Z | Downloaded polyval v0.6.2 |
714 | 2024-12-19T00:14:35.256Z | Downloaded parking_lot v0.11.2 |
715 | 2024-12-19T00:14:35.259Z | Downloaded elliptic-curve v0.13.8 |
716 | 2024-12-19T00:14:35.262Z | Downloaded snafu v0.8.5 |
717 | 2024-12-19T00:14:35.268Z | Downloaded zerofrom-derive v0.1.4 |
718 | 2024-12-19T00:14:35.271Z | Downloaded strip-ansi-escapes v0.2.0 |
719 | 2024-12-19T00:14:35.275Z | Downloaded whoami v1.5.2 |
720 | 2024-12-19T00:14:35.275Z | Downloaded serde_with_macros v3.11.0 |
721 | 2024-12-19T00:14:35.278Z | Downloaded itertools v0.12.1 |
722 | 2024-12-19T00:14:35.285Z | Downloaded serde-hex v0.1.0 |
723 | 2024-12-19T00:14:35.287Z | Downloaded secrecy v0.8.0 |
724 | 2024-12-19T00:14:35.290Z | Downloaded rfc6979 v0.4.0 |
725 | 2024-12-19T00:14:35.290Z | Downloaded resolv-conf v0.7.0 |
726 | 2024-12-19T00:14:35.293Z | Downloaded termcolor v1.4.1 |
727 | 2024-12-19T00:14:35.296Z | Downloaded aes-gcm v0.10.3 |
728 | 2024-12-19T00:14:35.298Z | Downloaded ssh-cipher v0.2.0 |
729 | 2024-12-19T00:14:35.301Z | Downloaded string_cache v0.8.7 |
730 | 2024-12-19T00:14:35.301Z | Downloaded opaque-debug v0.3.1 |
731 | 2024-12-19T00:14:35.304Z | Downloaded idna v1.0.3 |
732 | 2024-12-19T00:14:35.307Z | Downloaded structmeta v0.3.0 |
733 | 2024-12-19T00:14:35.310Z | Downloaded fd-lock v4.0.2 |
734 | 2024-12-19T00:14:35.310Z | Downloaded zeroize v1.8.1 |
735 | 2024-12-19T00:14:35.313Z | Downloaded untrusted v0.9.0 |
736 | 2024-12-19T00:14:35.315Z | Downloaded funty v2.0.0 |
737 | 2024-12-19T00:14:35.315Z | Downloaded fragile v2.0.0 |
738 | 2024-12-19T00:14:35.318Z | Downloaded ed25519-dalek v2.1.1 |
739 | 2024-12-19T00:14:35.321Z | Downloaded progenitor-client v0.8.0 |
740 | 2024-12-19T00:14:35.323Z | Downloaded diesel_derives v2.2.3 |
741 | 2024-12-19T00:14:35.327Z | Downloaded env_filter v0.1.2 |
742 | 2024-12-19T00:14:35.329Z | Downloaded tough v0.19.0 |
743 | 2024-12-19T00:14:35.338Z | Downloaded reedline v0.35.0 |
744 | 2024-12-19T00:14:35.346Z | Downloaded sha1 v0.10.6 |
745 | 2024-12-19T00:14:35.349Z | Downloaded phf_shared v0.10.0 |
746 | 2024-12-19T00:14:35.353Z | Downloaded aho-corasick v1.1.3 |
747 | 2024-12-19T00:14:35.356Z | Downloaded pretty-hex v0.2.1 |
748 | 2024-12-19T00:14:35.359Z | Downloaded wait-timeout v0.2.0 |
749 | 2024-12-19T00:14:35.361Z | Downloaded supports-color v3.0.1 |
750 | 2024-12-19T00:14:35.361Z | Downloaded subtle v2.6.1 |
751 | 2024-12-19T00:14:35.364Z | Downloaded downcast v0.11.0 |
752 | 2024-12-19T00:14:35.368Z | Downloaded embedded-io v0.6.1 |
753 | 2024-12-19T00:14:35.368Z | Downloaded ed25519 v2.2.3 |
754 | 2024-12-19T00:14:35.368Z | Downloaded dyn-clone v1.0.17 |
755 | 2024-12-19T00:14:35.370Z | Downloaded num-traits v0.2.19 |
756 | 2024-12-19T00:14:35.373Z | Downloaded fs_extra v1.3.0 |
757 | 2024-12-19T00:14:35.376Z | Downloaded env_logger v0.11.5 |
758 | 2024-12-19T00:14:35.379Z | Downloaded russh-cryptovec v0.7.3 |
759 | 2024-12-19T00:14:35.381Z | Downloaded phf_shared v0.11.2 |
760 | 2024-12-19T00:14:35.381Z | Downloaded parking_lot_core v0.8.6 |
761 | 2024-12-19T00:14:35.384Z | Downloaded sigpipe v0.1.3 |
762 | 2024-12-19T00:14:35.387Z | Downloaded slog-bunyan v2.5.0 |
763 | 2024-12-19T00:14:35.388Z | Downloaded scrypt v0.11.0 |
764 | 2024-12-19T00:14:35.391Z | Downloaded toml v0.7.8 |
765 | 2024-12-19T00:14:35.394Z | Downloaded packed_struct v0.10.1 |
766 | 2024-12-19T00:14:35.395Z | Downloaded ssh-key v0.6.6 |
767 | 2024-12-19T00:14:35.401Z | Downloaded utf8_iter v1.0.4 |
768 | 2024-12-19T00:14:35.404Z | Downloaded utf16_iter v1.0.5 |
769 | 2024-12-19T00:14:35.404Z | Downloaded utf-8 v0.7.6 |
770 | 2024-12-19T00:14:35.406Z | Downloaded parse-display-derive v0.10.0 |
771 | 2024-12-19T00:14:35.408Z | Downloaded slab v0.4.9 |
772 | 2024-12-19T00:14:35.408Z | Downloaded phf_generator v0.11.2 |
773 | 2024-12-19T00:14:35.411Z | Downloaded phf_codegen v0.11.2 |
774 | 2024-12-19T00:14:35.411Z | Downloaded tui-tree-widget v0.22.0 |
775 | 2024-12-19T00:14:35.413Z | Downloaded parse-display v0.10.0 |
776 | 2024-12-19T00:14:35.416Z | Downloaded time-core v0.1.2 |
777 | 2024-12-19T00:14:35.416Z | Downloaded thiserror-impl-no-std v2.0.2 |
778 | 2024-12-19T00:14:35.418Z | Downloaded twox-hash v1.6.3 |
779 | 2024-12-19T00:14:35.418Z | Downloaded nanorand v0.7.0 |
780 | 2024-12-19T00:14:35.421Z | Downloaded zerovec-derive v0.10.3 |
781 | 2024-12-19T00:14:35.426Z | Downloaded futures-core v0.3.31 |
782 | 2024-12-19T00:14:35.429Z | Downloaded futures-channel v0.3.31 |
783 | 2024-12-19T00:14:35.429Z | Downloaded ecdsa v0.16.9 |
784 | 2024-12-19T00:14:35.429Z | Downloaded futures v0.3.31 |
785 | 2024-12-19T00:14:35.435Z | Downloaded mockall v0.13.0 |
786 | 2024-12-19T00:14:35.437Z | Downloaded rustc-demangle v0.1.24 |
787 | 2024-12-19T00:14:35.440Z | Downloaded rustyline v14.0.0 |
788 | 2024-12-19T00:14:35.444Z | Downloaded rtoolbox v0.0.2 |
789 | 2024-12-19T00:14:35.447Z | Downloaded vsss-rs v3.3.4 |
790 | 2024-12-19T00:14:35.449Z | Downloaded dhcproto-macros v0.1.0 |
791 | 2024-12-19T00:14:35.452Z | Downloaded defmt-parser v0.3.4 |
792 | 2024-12-19T00:14:35.452Z | Downloaded sync-ptr v0.1.1 |
793 | 2024-12-19T00:14:35.452Z | Downloaded x509-cert v0.2.5 |
794 | 2024-12-19T00:14:35.458Z | Downloaded zone_cfg_derive v0.1.2 |
795 | 2024-12-19T00:14:35.461Z | Downloaded hkdf v0.12.4 |
796 | 2024-12-19T00:14:35.464Z | Downloaded tungstenite v0.21.0 |
797 | 2024-12-19T00:14:35.468Z | Downloaded progenitor v0.8.0 |
798 | 2024-12-19T00:14:35.468Z | Downloaded nodrop v0.1.14 |
799 | 2024-12-19T00:14:35.471Z | Downloaded peg-macros v0.8.4 |
800 | 2024-12-19T00:14:35.471Z | Downloaded precomputed-hash v0.1.1 |
801 | 2024-12-19T00:14:35.471Z | Downloaded simd-adler32 v0.3.7 |
802 | 2024-12-19T00:14:35.473Z | Downloaded walkdir v2.5.0 |
803 | 2024-12-19T00:14:35.476Z | Downloaded structmeta v0.2.0 |
804 | 2024-12-19T00:14:35.476Z | Downloaded subprocess v0.2.9 |
805 | 2024-12-19T00:14:35.480Z | Downloaded omicron-zone-package v0.11.1 |
806 | 2024-12-19T00:14:35.483Z | Downloaded scopeguard v1.2.0 |
807 | 2024-12-19T00:14:35.485Z | Downloaded smallvec v0.6.14 |
808 | 2024-12-19T00:14:35.485Z | Downloaded scheduled-thread-pool v0.2.7 |
809 | 2024-12-19T00:14:35.488Z | Downloaded radium v0.7.0 |
810 | 2024-12-19T00:14:35.488Z | Downloaded same-file v1.0.6 |
811 | 2024-12-19T00:14:35.490Z | Downloaded ghash v0.5.1 |
812 | 2024-12-19T00:14:35.490Z | Downloaded vte v0.11.1 |
813 | 2024-12-19T00:14:35.493Z | Downloaded vergen v8.3.2 |
814 | 2024-12-19T00:14:35.496Z | Downloaded sct v0.7.1 |
815 | 2024-12-19T00:14:35.499Z | Downloaded progenitor-impl v0.8.0 |
816 | 2024-12-19T00:14:35.502Z | Downloaded qorb v0.2.1 |
817 | 2024-12-19T00:14:35.506Z | Downloaded pin-project-internal v1.1.6 |
818 | 2024-12-19T00:14:35.508Z | Downloaded ppv-lite86 v0.2.20 |
819 | 2024-12-19T00:14:35.511Z | Downloaded pin-utils v0.1.0 |
820 | 2024-12-19T00:14:35.511Z | Downloaded hash32 v0.3.1 |
821 | 2024-12-19T00:14:35.514Z | Downloaded nibble_vec v0.1.0 |
822 | 2024-12-19T00:14:35.514Z | Downloaded tiny-keccak v2.0.2 |
823 | 2024-12-19T00:14:35.517Z | Downloaded test-strategy v0.3.1 |
824 | 2024-12-19T00:14:35.520Z | Downloaded tokio-postgres v0.7.12 |
825 | 2024-12-19T00:14:35.525Z | Downloaded hashbrown v0.12.3 |
826 | 2024-12-19T00:14:35.530Z | Downloaded r2d2 v0.8.10 |
827 | 2024-12-19T00:14:35.533Z | Downloaded proc-macro-crate v1.3.1 |
828 | 2024-12-19T00:14:35.536Z | Downloaded dropshot_endpoint v0.13.0 |
829 | 2024-12-19T00:14:35.536Z | Downloaded rusty-fork v0.3.0 |
830 | 2024-12-19T00:14:35.548Z | Downloaded static_assertions v1.1.0 |
831 | 2024-12-19T00:14:35.548Z | Downloaded native-tls v0.2.12 |
832 | 2024-12-19T00:14:35.555Z | Downloaded zerocopy-derive v0.8.10 |
833 | 2024-12-19T00:14:35.555Z | Downloaded zopfli v0.8.1 |
834 | 2024-12-19T00:14:35.555Z | Downloaded salty v0.3.0 |
835 | 2024-12-19T00:14:35.558Z | Downloaded der_derive v0.7.3 |
836 | 2024-12-19T00:14:35.560Z | Downloaded parking_lot_core v0.9.10 |
837 | 2024-12-19T00:14:35.562Z | Downloaded tungstenite v0.24.0 |
838 | 2024-12-19T00:14:35.566Z | Downloaded derive_builder_core v0.20.2 |
839 | 2024-12-19T00:14:35.570Z | Downloaded zip v0.6.6 |
840 | 2024-12-19T00:14:35.573Z | Downloaded quinn v0.11.5 |
841 | 2024-12-19T00:14:35.576Z | Downloaded time-macros v0.2.18 |
842 | 2024-12-19T00:14:35.579Z | Downloaded tokio-util v0.7.12 |
843 | 2024-12-19T00:14:35.586Z | Downloaded url v2.5.3 |
844 | 2024-12-19T00:14:35.589Z | Downloaded smallvec v1.13.2 |
845 | 2024-12-19T00:14:35.592Z | Downloaded nom v7.1.3 |
846 | 2024-12-19T00:14:35.597Z | Downloaded lalrpop v0.19.12 |
847 | 2024-12-19T00:14:35.609Z | Downloaded derive-where v1.2.7 |
848 | 2024-12-19T00:14:35.613Z | Downloaded half v2.4.1 |
849 | 2024-12-19T00:14:35.617Z | Downloaded num-bigint-dig v0.8.4 |
850 | 2024-12-19T00:14:35.621Z | Downloaded schemars v0.8.21 |
851 | 2024-12-19T00:14:35.634Z | Downloaded icu_properties_data v1.5.0 |
852 | 2024-12-19T00:14:35.645Z | Downloaded mio v1.0.2 |
853 | 2024-12-19T00:14:35.651Z | Downloaded unicode-segmentation v1.12.0 |
854 | 2024-12-19T00:14:35.655Z | Downloaded rustls-webpki v0.101.7 |
855 | 2024-12-19T00:14:35.670Z | Downloaded typed-path v0.9.3 |
856 | 2024-12-19T00:14:35.675Z | Downloaded num-bigint v0.4.6 |
857 | 2024-12-19T00:14:35.680Z | Downloaded rusqlite v0.32.1 |
858 | 2024-12-19T00:14:35.688Z | Downloaded tar v0.4.42 |
859 | 2024-12-19T00:14:35.691Z | Downloaded sqlparser v0.45.0 |
860 | 2024-12-19T00:14:35.696Z | Downloaded zerovec v0.10.4 |
861 | 2024-12-19T00:14:35.703Z | Downloaded der v0.7.9 |
862 | 2024-12-19T00:14:35.708Z | Downloaded hashbrown v0.13.2 |
863 | 2024-12-19T00:14:35.713Z | Downloaded idna v0.4.0 |
864 | 2024-12-19T00:14:35.721Z | Downloaded steno v0.4.1 |
865 | 2024-12-19T00:14:35.725Z | Downloaded unicode-normalization v0.1.24 |
866 | 2024-12-19T00:14:35.729Z | Downloaded quinn-proto v0.11.8 |
867 | 2024-12-19T00:14:35.736Z | Downloaded russh v0.45.0 |
868 | 2024-12-19T00:14:35.742Z | Downloaded time v0.3.36 |
869 | 2024-12-19T00:14:35.750Z | Downloaded p521 v0.13.3 |
870 | 2024-12-19T00:14:35.754Z | Downloaded petname v2.0.2 |
871 | 2024-12-19T00:14:35.760Z | Downloaded hashbrown v0.14.5 |
872 | 2024-12-19T00:14:35.765Z | Downloaded curve25519-dalek v4.1.3 |
873 | 2024-12-19T00:14:35.775Z | Downloaded regex v1.11.1 |
874 | 2024-12-19T00:14:35.789Z | Downloaded h2 v0.4.6 |
875 | 2024-12-19T00:14:35.796Z | Downloaded regress v0.9.1 |
876 | 2024-12-19T00:14:35.806Z | Downloaded regress v0.10.1 |
877 | 2024-12-19T00:14:35.815Z | Downloaded radix_trie v0.2.1 |
878 | 2024-12-19T00:14:35.820Z | Downloaded dropshot v0.13.0 |
879 | 2024-12-19T00:14:35.842Z | Downloaded quick-xml v0.33.0 |
880 | 2024-12-19T00:14:35.848Z | Downloaded object v0.30.4 |
881 | 2024-12-19T00:14:35.859Z | Downloaded rayon v1.10.0 |
882 | 2024-12-19T00:14:35.868Z | Downloaded hickory-proto v0.24.1 |
883 | 2024-12-19T00:14:35.884Z | Downloaded p384 v0.13.0 |
884 | 2024-12-19T00:14:35.890Z | Downloaded reqwest v0.12.9 |
885 | 2024-12-19T00:14:35.900Z | Downloaded gimli v0.31.1 |
886 | 2024-12-19T00:14:35.908Z | Downloaded trust-dns-proto v0.22.0 |
887 | 2024-12-19T00:14:35.920Z | Downloaded object v0.36.5 |
888 | 2024-12-19T00:14:35.933Z | Downloaded vcpkg v0.2.15 |
889 | 2024-12-19T00:14:35.971Z | Downloaded regex-syntax v0.8.5 |
890 | 2024-12-19T00:14:35.980Z | Downloaded unicode-width v0.2.0 |
891 | 2024-12-19T00:14:35.986Z | Downloaded smoltcp v0.9.1 |
892 | 2024-12-19T00:14:35.997Z | Downloaded openapiv3 v2.0.0 |
893 | 2024-12-19T00:14:36.009Z | Downloaded smoltcp v0.11.0 |
894 | 2024-12-19T00:14:36.022Z | Downloaded polar-core v0.27.3 |
895 | 2024-12-19T00:14:36.031Z | Downloaded rustls v0.23.14 |
896 | 2024-12-19T00:14:36.043Z | Downloaded chrono-tz v0.10.0 |
897 | 2024-12-19T00:14:36.051Z | Downloaded nix v0.27.1 |
898 | 2024-12-19T00:14:36.062Z | Downloaded dropshot v0.12.0 |
899 | 2024-12-19T00:14:36.086Z | Downloaded nix v0.29.0 |
900 | 2024-12-19T00:14:36.094Z | Downloaded nix v0.28.0 |
901 | 2024-12-19T00:14:36.105Z | Downloaded rustls v0.22.4 |
902 | 2024-12-19T00:14:36.119Z | Downloaded zerocopy-derive v0.6.6 |
903 | 2024-12-19T00:14:36.129Z | Downloaded diesel v2.2.4 |
904 | 2024-12-19T00:14:36.147Z | Downloaded typify-impl v0.2.0 |
905 | 2024-12-19T00:14:36.162Z | Downloaded bstr v1.10.0 |
906 | 2024-12-19T00:14:36.174Z | Downloaded regex-syntax v0.6.29 |
907 | 2024-12-19T00:14:36.181Z | Downloaded rustls v0.21.12 |
908 | 2024-12-19T00:14:36.192Z | Downloaded openssl v0.10.66 |
909 | 2024-12-19T00:14:36.201Z | Downloaded lzma-sys v0.1.20 |
910 | 2024-12-19T00:14:36.231Z | Downloaded sled v0.34.7 |
911 | 2024-12-19T00:14:36.240Z | Downloaded libz-sys v1.1.20 |
912 | 2024-12-19T00:14:36.261Z | Downloaded ratatui v0.28.1 |
913 | 2024-12-19T00:14:36.280Z | Downloaded serde_with v3.11.0 |
914 | 2024-12-19T00:14:36.288Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
915 | 2024-12-19T00:14:36.301Z | Downloaded proptest v1.5.0 |
916 | 2024-12-19T00:14:36.309Z | Downloaded regex-automata v0.4.8 |
917 | 2024-12-19T00:14:36.326Z | Downloaded webpki-roots v0.26.6 |
918 | 2024-12-19T00:14:36.329Z | Downloaded petgraph v0.6.5 |
919 | 2024-12-19T00:14:36.347Z | Downloaded zerocopy v0.8.10 |
920 | 2024-12-19T00:14:36.369Z | Downloaded idna v0.5.0 |
921 | 2024-12-19T00:14:36.376Z | Downloaded rustls-webpki v0.102.8 |
922 | 2024-12-19T00:14:36.394Z | Downloaded git2 v0.19.0 |
923 | 2024-12-19T00:14:36.402Z | Downloaded sha3 v0.10.8 |
924 | 2024-12-19T00:14:36.406Z | Downloaded idna v0.3.0 |
925 | 2024-12-19T00:14:36.413Z | Downloaded idna v0.2.3 |
926 | 2024-12-19T00:14:36.419Z | Downloaded futures-util v0.3.31 |
927 | 2024-12-19T00:14:36.431Z | Downloaded parse-zoneinfo v0.3.1 |
928 | 2024-12-19T00:14:36.434Z | Downloaded chrono v0.4.38 |
929 | 2024-12-19T00:14:36.441Z | Downloaded tokio v1.40.0 |
930 | 2024-12-19T00:14:36.478Z | Downloaded csv v1.3.0 |
931 | 2024-12-19T00:14:36.497Z | Downloaded bindgen v0.69.5 |
932 | 2024-12-19T00:14:36.504Z | Downloaded tungstenite v0.23.0 |
933 | 2024-12-19T00:14:36.507Z | Downloaded tracing-core v0.1.32 |
934 | 2024-12-19T00:14:36.510Z | Downloaded bitvec v1.0.1 |
935 | 2024-12-19T00:14:36.524Z | Downloaded displaydoc v0.2.5 |
936 | 2024-12-19T00:14:36.527Z | Downloaded portable-atomic v1.9.0 |
937 | 2024-12-19T00:14:36.533Z | Downloaded term v0.7.0 |
938 | 2024-12-19T00:14:36.537Z | Downloaded expectorate v1.1.0 |
939 | 2024-12-19T00:14:36.541Z | Downloaded zip v2.1.3 |
940 | 2024-12-19T00:14:36.553Z | Downloaded slog v2.7.0 |
941 | 2024-12-19T00:14:36.564Z | Downloaded winnow v0.5.40 |
942 | 2024-12-19T00:14:36.564Z | Downloaded futures-executor v0.3.31 |
943 | 2024-12-19T00:14:36.564Z | Downloaded dunce v1.0.5 |
944 | 2024-12-19T00:14:36.564Z | Downloaded unicode-properties v0.1.3 |
945 | 2024-12-19T00:14:36.567Z | Downloaded derive_builder v0.20.2 |
946 | 2024-12-19T00:14:36.567Z | Downloaded publicsuffix v2.2.3 |
947 | 2024-12-19T00:14:36.567Z | Downloaded ron v0.8.1 |
948 | 2024-12-19T00:14:36.570Z | Downloaded encoding_rs v0.8.34 |
949 | 2024-12-19T00:14:36.591Z | Downloaded hash32 v0.2.1 |
950 | 2024-12-19T00:14:36.594Z | Downloaded futures-sink v0.3.31 |
951 | 2024-12-19T00:14:36.594Z | Downloaded tracing-attributes v0.1.27 |
952 | 2024-12-19T00:14:36.596Z | Downloaded aws-lc-rs v1.10.0 |
953 | 2024-12-19T00:14:36.604Z | Downloaded flate2 v1.0.34 |
954 | 2024-12-19T00:14:36.609Z | Downloaded slog-json v2.6.1 |
955 | 2024-12-19T00:14:36.612Z | Downloaded pkcs1 v0.7.5 |
956 | 2024-12-19T00:14:36.616Z | Downloaded itertools v0.13.0 |
957 | 2024-12-19T00:14:36.620Z | Downloaded blake3 v1.5.4 |
958 | 2024-12-19T00:14:36.628Z | Downloaded env_logger v0.10.2 |
959 | 2024-12-19T00:14:36.631Z | Downloaded serde_yaml v0.9.34+deprecated |
960 | 2024-12-19T00:14:36.634Z | Downloaded structmeta-derive v0.2.0 |
961 | 2024-12-19T00:14:36.636Z | Downloaded tokio-rustls v0.25.0 |
962 | 2024-12-19T00:14:36.639Z | Downloaded p256 v0.13.2 |
963 | 2024-12-19T00:14:36.642Z | Downloaded headers v0.4.0 |
964 | 2024-12-19T00:14:36.645Z | Downloaded peg-runtime v0.8.3 |
965 | 2024-12-19T00:14:36.648Z | Downloaded diff v0.1.13 |
966 | 2024-12-19T00:14:36.651Z | Downloaded miniz_oxide v0.8.0 |
967 | 2024-12-19T00:14:36.654Z | Downloaded flume v0.11.1 |
968 | 2024-12-19T00:14:36.657Z | Downloaded pkg-config v0.3.31 |
969 | 2024-12-19T00:14:36.659Z | Downloaded rpassword v7.3.1 |
970 | 2024-12-19T00:14:36.659Z | Downloaded hyper v1.5.0 |
971 | 2024-12-19T00:14:36.664Z | Downloaded enum-as-inner v0.6.1 |
972 | 2024-12-19T00:14:36.667Z | Downloaded poly1305 v0.8.0 |
973 | 2024-12-19T00:14:36.670Z | Downloaded pin-project-lite v0.2.14 |
974 | 2024-12-19T00:14:36.672Z | Downloaded multer v3.1.0 |
975 | 2024-12-19T00:14:36.675Z | Downloaded unsafe-libyaml v0.2.11 |
976 | 2024-12-19T00:14:36.678Z | Downloaded rayon-core v1.12.1 |
977 | 2024-12-19T00:14:36.683Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
978 | 2024-12-19T00:14:36.739Z | Downloaded rustc-hash v1.1.0 |
979 | 2024-12-19T00:14:36.741Z | Downloaded powerfmt v0.2.0 |
980 | 2024-12-19T00:14:36.741Z | Downloaded packed_struct_codegen v0.10.1 |
981 | 2024-12-19T00:14:36.743Z | Downloaded unicode-truncate v1.1.0 |
982 | 2024-12-19T00:14:36.746Z | Downloaded num-rational v0.4.2 |
983 | 2024-12-19T00:14:36.746Z | Downloaded futures-io v0.3.31 |
984 | 2024-12-19T00:14:36.746Z | Downloaded rcgen v0.12.1 |
985 | 2024-12-19T00:14:36.748Z | Downloaded samael v0.0.17 |
986 | 2024-12-19T00:14:36.753Z | Downloaded toml_edit v0.19.15 |
987 | 2024-12-19T00:14:36.768Z | Downloaded rand v0.8.5 |
988 | 2024-12-19T00:14:36.772Z | Downloaded crossterm v0.28.1 |
989 | 2024-12-19T00:14:36.778Z | Downloaded multimap v0.10.0 |
990 | 2024-12-19T00:14:36.780Z | Downloaded fallible-iterator v0.2.0 |
991 | 2024-12-19T00:14:36.780Z | Downloaded zone v0.3.0 |
992 | 2024-12-19T00:14:36.782Z | Downloaded zerocopy v0.6.6 |
993 | 2024-12-19T00:14:36.784Z | Downloaded tinystr v0.7.6 |
994 | 2024-12-19T00:14:36.787Z | Downloaded password-hash v0.5.0 |
995 | 2024-12-19T00:14:36.787Z | Downloaded password-hash v0.4.2 |
996 | 2024-12-19T00:14:36.790Z | Downloaded nu-ansi-term v0.50.1 |
997 | 2024-12-19T00:14:36.792Z | Downloaded tokio-rustls v0.26.0 |
998 | 2024-12-19T00:14:36.794Z | Downloaded slog-dtrace v0.3.0 |
999 | 2024-12-19T00:14:36.796Z | Downloaded itertools v0.10.5 |
1000 | 2024-12-19T00:14:36.801Z | Downloaded hashlink v0.9.1 |
1001 | 2024-12-19T00:14:36.804Z | Downloaded pkcs5 v0.7.1 |
1002 | 2024-12-19T00:14:36.807Z | Downloaded rustls-pki-types v1.9.0 |
1003 | 2024-12-19T00:14:36.810Z | Downloaded libm v0.2.8 |
1004 | 2024-12-19T00:14:36.817Z | Downloaded pin-project v1.1.6 |
1005 | 2024-12-19T00:14:36.827Z | Downloaded parking_lot v0.12.3 |
1006 | 2024-12-19T00:14:36.830Z | Downloaded strum_macros v0.26.4 |
1007 | 2024-12-19T00:14:36.832Z | Downloaded dhcproto v0.12.0 |
1008 | 2024-12-19T00:14:36.835Z | Downloaded unicode-bidi v0.3.17 |
1009 | 2024-12-19T00:14:36.837Z | Downloaded typify v0.2.0 |
1010 | 2024-12-19T00:14:36.840Z | Downloaded tokio-stream v0.1.16 |
1011 | 2024-12-19T00:14:36.849Z | Downloaded socket2 v0.5.7 |
1012 | 2024-12-19T00:14:36.861Z | Downloaded float-cmp v0.9.0 |
1013 | 2024-12-19T00:14:36.861Z | Downloaded rustls-pemfile v2.2.0 |
1014 | 2024-12-19T00:14:36.861Z | Downloaded tracing v0.1.40 |
1015 | 2024-12-19T00:14:36.861Z | Downloaded openssl-sys v0.9.103 |
1016 | 2024-12-19T00:14:36.865Z | Downloaded enum-as-inner v0.5.1 |
1017 | 2024-12-19T00:14:36.865Z | Downloaded ena v0.14.3 |
1018 | 2024-12-19T00:14:36.865Z | Downloaded diesel-dtrace v0.3.0 |
1019 | 2024-12-19T00:14:36.866Z | Downloaded predicates v3.1.2 |
1020 | 2024-12-19T00:14:36.872Z | Downloaded yasna v0.5.2 |
1021 | 2024-12-19T00:14:36.872Z | Downloaded spin v0.9.8 |
1022 | 2024-12-19T00:14:36.877Z | Downloaded mockall_derive v0.13.0 |
1023 | 2024-12-19T00:14:36.877Z | Downloaded darling_core v0.20.10 |
1024 | 2024-12-19T00:14:36.877Z | Downloaded derive_more v0.99.18 |
1025 | 2024-12-19T00:14:36.880Z | Downloaded ron v0.7.1 |
1026 | 2024-12-19T00:14:36.884Z | Downloaded unicode_categories v0.1.1 |
1027 | 2024-12-19T00:14:36.888Z | Downloaded rsa v0.9.6 |
1028 | 2024-12-19T00:14:36.891Z | Downloaded unicode-xid v0.2.6 |
1029 | 2024-12-19T00:14:36.893Z | Downloaded shell-words v1.1.0 |
1030 | 2024-12-19T00:14:36.893Z | Downloaded des v0.8.1 |
1031 | 2024-12-19T00:14:36.896Z | Downloaded ref-cast-impl v1.0.23 |
1032 | 2024-12-19T00:14:36.896Z | Downloaded predicates-tree v1.0.11 |
1033 | 2024-12-19T00:14:36.899Z | Downloaded predicates-core v1.0.8 |
1034 | 2024-12-19T00:14:36.899Z | Downloaded serde_derive_internals v0.29.1 |
1035 | 2024-12-19T00:14:36.899Z | Downloaded fatfs v0.3.6 |
1036 | 2024-12-19T00:14:36.903Z | Downloaded dsl_auto_type v0.1.2 |
1037 | 2024-12-19T00:14:36.907Z | Downloaded embedded-io v0.4.0 |
1038 | 2024-12-19T00:14:36.907Z | Downloaded fallible-streaming-iterator v0.1.9 |
1039 | 2024-12-19T00:14:36.907Z | Downloaded dropshot_endpoint v0.12.0 |
1040 | 2024-12-19T00:14:36.909Z | Downloaded num_enum v0.5.11 |
1041 | 2024-12-19T00:14:36.912Z | Downloaded num v0.4.3 |
1042 | 2024-12-19T00:14:36.914Z | Downloaded futures-task v0.3.31 |
1043 | 2024-12-19T00:14:36.916Z | Downloaded fixedbitset v0.4.2 |
1044 | 2024-12-19T00:14:36.916Z | Downloaded filetime v0.2.25 |
1045 | 2024-12-19T00:14:36.919Z | Downloaded yoke v0.7.4 |
1046 | 2024-12-19T00:14:36.919Z | Downloaded hickory-resolver v0.24.1 |
1047 | 2024-12-19T00:14:36.923Z | Downloaded unarray v0.1.4 |
1048 | 2024-12-19T00:14:36.925Z | Downloaded spki v0.7.3 |
1049 | 2024-12-19T00:14:36.928Z | Downloaded signal-hook-tokio v0.3.1 |
1050 | 2024-12-19T00:14:36.928Z | Downloaded serde_urlencoded v0.7.1 |
1051 | 2024-12-19T00:14:36.930Z | Downloaded rustfmt-wrapper v0.2.1 |
1052 | 2024-12-19T00:14:36.930Z | Downloaded group v0.13.0 |
1053 | 2024-12-19T00:14:36.933Z | Downloaded icu_collections v1.5.0 |
1054 | 2024-12-19T00:14:36.936Z | Downloaded crypto-bigint v0.5.5 |
1055 | 2024-12-19T00:14:36.945Z | Downloaded glob v0.3.1 |
1056 | 2024-12-19T00:14:36.948Z | Downloaded num_threads v0.1.7 |
1057 | 2024-12-19T00:14:36.948Z | Downloaded new_debug_unreachable v1.0.6 |
1058 | 2024-12-19T00:14:36.948Z | Downloaded mirai-annotations v1.12.0 |
1059 | 2024-12-19T00:14:36.951Z | Downloaded vte_generate_state_changes v0.1.2 |
1060 | 2024-12-19T00:14:36.951Z | Downloaded defmt v0.3.8 |
1061 | 2024-12-19T00:14:36.954Z | Downloaded blake2 v0.10.6 |
1062 | 2024-12-19T00:14:36.956Z | Downloaded pbkdf2 v0.11.0 |
1063 | 2024-12-19T00:14:36.958Z | Downloaded heapless v0.8.0 |
1064 | 2024-12-19T00:14:36.962Z | Downloaded const_format v0.2.33 |
1065 | 2024-12-19T00:14:36.966Z | Downloaded crc-any v2.5.0 |
1066 | 2024-12-19T00:14:36.969Z | Downloaded bumpalo v3.16.0 |
1067 | 2024-12-19T00:14:36.973Z | Downloaded base64 v0.21.7 |
1068 | 2024-12-19T00:14:36.977Z | Downloaded backtrace v0.3.74 |
1069 | 2024-12-19T00:14:36.982Z | Downloaded icu_properties v1.5.1 |
1070 | 2024-12-19T00:14:36.984Z | Downloaded hmac v0.12.1 |
1071 | 2024-12-19T00:14:36.987Z | Downloaded slog-term v2.9.1 |
1072 | 2024-12-19T00:14:36.989Z | Downloaded foreign-types-macros v0.2.3 |
1073 | 2024-12-19T00:14:36.992Z | Downloaded foreign-types v0.5.0 |
1074 | 2024-12-19T00:14:36.992Z | Downloaded either v1.13.0 |
1075 | 2024-12-19T00:14:36.992Z | Downloaded arc-swap v1.7.1 |
1076 | 2024-12-19T00:14:36.995Z | Downloaded debug-ignore v1.0.5 |
1077 | 2024-12-19T00:14:36.998Z | Downloaded data-encoding v2.6.0 |
1078 | 2024-12-19T00:14:36.998Z | Downloaded zone v0.1.8 |
1079 | 2024-12-19T00:14:37.002Z | Downloaded writeable v0.5.5 |
1080 | 2024-12-19T00:14:37.002Z | Downloaded icu_normalizer v1.5.0 |
1081 | 2024-12-19T00:14:37.004Z | Downloaded stringprep v0.1.5 |
1082 | 2024-12-19T00:14:37.007Z | Downloaded slog-stdlog v4.1.1 |
1083 | 2024-12-19T00:14:37.007Z | Downloaded slog-scope v4.4.0 |
1084 | 2024-12-19T00:14:37.009Z | Downloaded semver v0.1.20 |
1085 | 2024-12-19T00:14:37.009Z | Downloaded serde_plain v1.0.2 |
1086 | 2024-12-19T00:14:37.012Z | Downloaded serde_path_to_error v0.1.16 |
1087 | 2024-12-19T00:14:37.014Z | Downloaded schemars_derive v0.8.21 |
1088 | 2024-12-19T00:14:37.014Z | Downloaded crc32fast v1.4.2 |
1089 | 2024-12-19T00:14:37.017Z | Downloaded siphasher v0.3.11 |
1090 | 2024-12-19T00:14:37.019Z | Downloaded serde_repr v0.1.19 |
1091 | 2024-12-19T00:14:37.019Z | Downloaded foreign-types-shared v0.3.1 |
1092 | 2024-12-19T00:14:37.019Z | Downloaded foreign-types-shared v0.1.1 |
1093 | 2024-12-19T00:14:37.019Z | Downloaded hyper-staticfile v0.10.1 |
1094 | 2024-12-19T00:14:37.021Z | Downloaded normalize-line-endings v0.3.0 |
1095 | 2024-12-19T00:14:37.023Z | Downloaded fxhash v0.2.1 |
1096 | 2024-12-19T00:14:37.023Z | Downloaded rustversion v1.0.17 |
1097 | 2024-12-19T00:14:37.026Z | Downloaded cancel-safe-futures v0.1.5 |
1098 | 2024-12-19T00:14:37.028Z | Downloaded crossbeam-utils v0.8.20 |
1099 | 2024-12-19T00:14:37.031Z | Downloaded console v0.15.8 |
1100 | 2024-12-19T00:14:37.033Z | Downloaded clang-sys v1.8.1 |
1101 | 2024-12-19T00:14:37.036Z | Downloaded const-oid v0.9.6 |
1102 | 2024-12-19T00:14:37.038Z | Downloaded ipnet v2.10.1 |
1103 | 2024-12-19T00:14:37.041Z | Downloaded bit-vec v0.6.3 |
1104 | 2024-12-19T00:14:37.041Z | Downloaded base64ct v1.6.0 |
1105 | 2024-12-19T00:14:37.044Z | Downloaded arrayvec v0.7.6 |
1106 | 2024-12-19T00:14:37.046Z | Downloaded take_mut v0.2.2 |
1107 | 2024-12-19T00:14:37.046Z | Downloaded sync_wrapper v1.0.1 |
1108 | 2024-12-19T00:14:37.048Z | Downloaded memmap2 v0.9.5 |
1109 | 2024-12-19T00:14:37.048Z | Downloaded psl-types v2.0.11 |
1110 | 2024-12-19T00:14:37.050Z | Downloaded libloading v0.8.5 |
1111 | 2024-12-19T00:14:37.053Z | Downloaded ciborium v0.2.2 |
1112 | 2024-12-19T00:14:37.053Z | Downloaded cexpr v0.6.0 |
1113 | 2024-12-19T00:14:37.056Z | Downloaded aead v0.5.2 |
1114 | 2024-12-19T00:14:37.056Z | Downloaded icu_locid_transform v1.5.0 |
1115 | 2024-12-19T00:14:37.059Z | Downloaded highway v1.2.0 |
1116 | 2024-12-19T00:14:37.061Z | Downloaded async-bb8-diesel v0.2.1 |
1117 | 2024-12-19T00:14:37.063Z | Downloaded csv-core v0.1.11 |
1118 | 2024-12-19T00:14:37.063Z | Downloaded cookie_store v0.21.0 |
1119 | 2024-12-19T00:14:37.065Z | Downloaded backoff v0.4.0 |
1120 | 2024-12-19T00:14:37.067Z | Downloaded assert_matches v1.5.0 |
1121 | 2024-12-19T00:14:37.067Z | Downloaded libsw v3.3.1 |
1122 | 2024-12-19T00:14:37.070Z | Downloaded kstat-rs v0.2.4 |
1123 | 2024-12-19T00:14:37.070Z | Downloaded idna_adapter v1.2.0 |
1124 | 2024-12-19T00:14:37.072Z | Downloaded darling v0.20.10 |
1125 | 2024-12-19T00:14:37.074Z | Downloaded bcs v0.1.6 |
1126 | 2024-12-19T00:14:37.077Z | Downloaded colored v2.1.0 |
1127 | 2024-12-19T00:14:37.079Z | Downloaded chrono-tz-build v0.4.0 |
1128 | 2024-12-19T00:14:37.079Z | Downloaded blowfish v0.9.1 |
1129 | 2024-12-19T00:14:37.082Z | Downloaded block-padding v0.3.3 |
1130 | 2024-12-19T00:14:37.082Z | Downloaded bb8 v0.8.5 |
1131 | 2024-12-19T00:14:37.082Z | Downloaded ipnetwork v0.20.0 |
1132 | 2024-12-19T00:14:37.085Z | Downloaded indent_write v2.2.0 |
1133 | 2024-12-19T00:14:37.085Z | Downloaded lalrpop-util v0.19.12 |
1134 | 2024-12-19T00:14:37.085Z | Downloaded internet-checksum v0.2.1 |
1135 | 2024-12-19T00:14:37.087Z | Downloaded impl-trait-for-tuples v0.2.2 |
1136 | 2024-12-19T00:14:37.090Z | Downloaded crossbeam-deque v0.8.5 |
1137 | 2024-12-19T00:14:37.090Z | Downloaded crc v3.2.1 |
1138 | 2024-12-19T00:14:37.092Z | Downloaded ciborium-ll v0.2.2 |
1139 | 2024-12-19T00:14:37.092Z | Downloaded httpdate v1.0.3 |
1140 | 2024-12-19T00:14:37.094Z | Downloaded http-body-util v0.1.2 |
1141 | 2024-12-19T00:14:37.094Z | Downloaded ctr v0.9.2 |
1142 | 2024-12-19T00:14:37.097Z | Downloaded addr2line v0.24.2 |
1143 | 2024-12-19T00:14:37.099Z | Downloaded cassowary v0.3.0 |
1144 | 2024-12-19T00:14:37.102Z | Downloaded ascii-canvas v3.0.0 |
1145 | 2024-12-19T00:14:37.102Z | Downloaded curve25519-dalek-derive v0.1.1 |
1146 | 2024-12-19T00:14:37.102Z | Downloaded cobs v0.2.3 |
1147 | 2024-12-19T00:14:37.104Z | Downloaded chacha20 v0.9.1 |
1148 | 2024-12-19T00:14:37.104Z | Downloaded cbc v0.1.2 |
1149 | 2024-12-19T00:14:37.106Z | Downloaded async-recursion v1.1.1 |
1150 | 2024-12-19T00:14:37.109Z | Downloaded async-stream v0.3.6 |
1151 | 2024-12-19T00:14:37.111Z | Downloaded bitfield-struct v0.6.2 |
1152 | 2024-12-19T00:14:37.114Z | Downloaded arrayref v0.3.9 |
1153 | 2024-12-19T00:14:37.151Z | Downloaded libsqlite3-sys v0.30.1 |
1154 | 2024-12-19T00:14:37.301Z | Downloaded ring v0.17.8 |
1155 | 2024-12-19T00:14:37.478Z | Downloaded ring v0.16.20 |
1156 | 2024-12-19T00:14:37.702Z | Downloaded aws-lc-sys v0.22.0 |
1157 | 2024-12-19T00:14:38.004Z | Compiling serde v1.0.215 |
1158 | 2024-12-19T00:14:38.007Z | Compiling lock_api v0.4.12 |
1159 | 2024-12-19T00:14:38.007Z | Compiling scopeguard v1.2.0 |
1160 | 2024-12-19T00:14:38.007Z | Compiling value-bag v1.9.0 |
1161 | 2024-12-19T00:14:38.007Z | Compiling typenum v1.17.0 |
1162 | 2024-12-19T00:14:38.007Z | Compiling generic-array v0.14.7 |
1163 | 2024-12-19T00:14:38.176Z | Compiling syn v2.0.87 |
1164 | 2024-12-19T00:14:38.188Z | Compiling getrandom v0.2.15 |
1165 | 2024-12-19T00:14:38.316Z | Compiling subtle v2.6.1 |
1166 | 2024-12-19T00:14:38.512Z | Compiling rand_core v0.6.4 |
1167 | 2024-12-19T00:14:38.675Z | Compiling log v0.4.22 |
1168 | 2024-12-19T00:14:38.695Z | Compiling shlex v1.3.0 |
1169 | 2024-12-19T00:14:38.722Z | Compiling jobserver v0.1.32 |
1170 | 2024-12-19T00:14:38.826Z | Compiling smallvec v1.13.2 |
1171 | 2024-12-19T00:14:39.042Z | Compiling const-oid v0.9.6 |
1172 | 2024-12-19T00:14:39.061Z | Compiling spin v0.9.8 |
1173 | 2024-12-19T00:14:39.128Z | Compiling cc v1.1.30 |
1174 | 2024-12-19T00:14:39.244Z | Compiling pin-project-lite v0.2.14 |
1175 | 2024-12-19T00:14:39.370Z | Compiling rustix v0.38.37 |
1176 | 2024-12-19T00:14:39.495Z | Compiling parking_lot_core v0.9.10 |
1177 | 2024-12-19T00:14:39.573Z | Compiling futures-core v0.3.31 |
1178 | 2024-12-19T00:14:39.690Z | Compiling signal-hook-registry v1.4.2 |
1179 | 2024-12-19T00:14:39.826Z | Compiling mio v1.0.2 |
1180 | 2024-12-19T00:14:40.294Z | Compiling aho-corasick v1.1.3 |
1181 | 2024-12-19T00:14:40.552Z | Compiling parking_lot v0.12.3 |
1182 | 2024-12-19T00:14:40.729Z | Compiling cpufeatures v0.2.14 |
1183 | 2024-12-19T00:14:40.832Z | Compiling regex-syntax v0.8.5 |
1184 | 2024-12-19T00:14:40.967Z | Compiling either v1.13.0 |
1185 | 2024-12-19T00:14:41.052Z | Compiling lazy_static v1.5.0 |
1186 | 2024-12-19T00:14:41.072Z | Compiling futures-sink v0.3.31 |
1187 | 2024-12-19T00:14:41.171Z | Compiling glob v0.3.1 |
1188 | 2024-12-19T00:14:41.226Z | Compiling stable_deref_trait v1.2.0 |
1189 | 2024-12-19T00:14:41.340Z | Compiling socket2 v0.5.7 |
1190 | 2024-12-19T00:14:41.373Z | Compiling slab v0.4.9 |
1191 | 2024-12-19T00:14:41.486Z | Compiling prettyplease v0.2.25 |
1192 | 2024-12-19T00:14:41.827Z | Compiling minimal-lexical v0.2.1 |
1193 | 2024-12-19T00:14:42.141Z | Compiling libloading v0.8.5 |
1194 | 2024-12-19T00:14:42.181Z | Compiling clang-sys v1.8.1 |
1195 | 2024-12-19T00:14:42.345Z | Compiling nom v7.1.3 |
1196 | 2024-12-19T00:14:42.399Z | Compiling home v0.5.9 |
1197 | 2024-12-19T00:14:42.624Z | Compiling serde_json v1.0.132 |
1198 | 2024-12-19T00:14:42.671Z | Compiling bindgen v0.69.5 |
1199 | 2024-12-19T00:14:42.998Z | Compiling itertools v0.12.1 |
1200 | 2024-12-19T00:14:43.471Z | Compiling futures-channel v0.3.31 |
1201 | 2024-12-19T00:14:43.505Z | Compiling foldhash v0.1.3 |
1202 | 2024-12-19T00:14:43.808Z | Compiling pin-utils v0.1.0 |
1203 | 2024-12-19T00:14:43.888Z | Compiling futures-io v0.3.31 |
1204 | 2024-12-19T00:14:43.909Z | Compiling rustc-hash v1.1.0 |
1205 | 2024-12-19T00:14:44.053Z | Compiling allocator-api2 v0.2.18 |
1206 | 2024-12-19T00:14:44.206Z | Compiling futures-task v0.3.31 |
1207 | 2024-12-19T00:14:44.516Z | Compiling regex-automata v0.4.8 |
1208 | 2024-12-19T00:14:44.859Z | Compiling lazycell v1.3.0 |
1209 | 2024-12-19T00:14:45.021Z | Compiling hashbrown v0.15.0 |
1210 | 2024-12-19T00:14:45.901Z | Compiling synstructure v0.13.1 |
1211 | 2024-12-19T00:14:46.111Z | Compiling cexpr v0.6.0 |
1212 | 2024-12-19T00:14:46.387Z | Compiling cmake v0.1.51 |
1213 | 2024-12-19T00:14:47.439Z | Compiling tinyvec_macros v0.1.1 |
1214 | 2024-12-19T00:14:47.538Z | Compiling libm v0.2.8 |
1215 | 2024-12-19T00:14:47.624Z | Compiling dunce v1.0.5 |
1216 | 2024-12-19T00:14:47.670Z | Compiling fs_extra v1.3.0 |
1217 | 2024-12-19T00:14:47.750Z | Compiling pkg-config v0.3.31 |
1218 | 2024-12-19T00:14:47.902Z | Compiling tinyvec v1.8.0 |
1219 | 2024-12-19T00:14:47.920Z | Compiling num-traits v0.2.19 |
1220 | 2024-12-19T00:14:48.416Z | Compiling ring v0.17.8 |
1221 | 2024-12-19T00:14:49.191Z | Compiling paste v1.0.15 |
1222 | 2024-12-19T00:14:49.264Z | Compiling base64ct v1.6.0 |
1223 | 2024-12-19T00:14:49.409Z | Compiling unicode-normalization v0.1.24 |
1224 | 2024-12-19T00:14:49.569Z | Compiling writeable v0.5.5 |
1225 | 2024-12-19T00:14:49.615Z | Compiling litemap v0.7.3 |
1226 | 2024-12-19T00:14:49.687Z | Compiling unicode-bidi v0.3.17 |
1227 | 2024-12-19T00:14:49.829Z | Compiling pem-rfc7468 v0.7.0 |
1228 | 2024-12-19T00:14:49.985Z | Compiling regex v1.11.1 |
1229 | 2024-12-19T00:14:50.547Z | Compiling flagset v0.4.6 |
1230 | 2024-12-19T00:14:50.746Z | Compiling aws-lc-rs v1.10.0 |
1231 | 2024-12-19T00:14:51.052Z | Compiling httparse v1.9.5 |
1232 | 2024-12-19T00:14:51.187Z | Compiling tracing-core v0.1.32 |
1233 | 2024-12-19T00:14:51.883Z | Compiling crossbeam-utils v0.8.20 |
1234 | 2024-12-19T00:14:52.208Z | Compiling percent-encoding v2.3.1 |
1235 | 2024-12-19T00:14:52.493Z | Compiling rustls-pki-types v1.9.0 |
1236 | 2024-12-19T00:14:52.515Z | Compiling icu_locid_transform_data v1.5.0 |
1237 | 2024-12-19T00:14:52.581Z | Compiling untrusted v0.9.0 |
1238 | 2024-12-19T00:14:52.606Z | Compiling untrusted v0.7.1 |
1239 | 2024-12-19T00:14:52.751Z | Compiling vcpkg v0.2.15 |
1240 | 2024-12-19T00:14:52.776Z | Compiling mirai-annotations v1.12.0 |
1241 | 2024-12-19T00:14:52.795Z | Compiling serde_derive v1.0.215 |
1242 | 2024-12-19T00:14:52.971Z | Compiling zeroize_derive v1.4.2 |
1243 | 2024-12-19T00:14:53.279Z | Compiling zerocopy-derive v0.7.35 |
1244 | 2024-12-19T00:14:53.600Z | Compiling tokio-macros v2.4.0 |
1245 | 2024-12-19T00:14:54.542Z | Compiling zeroize v1.8.1 |
1246 | 2024-12-19T00:14:54.891Z | Compiling zerofrom-derive v0.1.4 |
1247 | 2024-12-19T00:14:55.022Z | Compiling yoke-derive v0.7.4 |
1248 | 2024-12-19T00:14:55.144Z | Compiling thiserror-impl v1.0.69 |
1249 | 2024-12-19T00:14:55.565Z | Compiling zerocopy v0.7.35 |
1250 | 2024-12-19T00:14:56.055Z | Compiling futures-macro v0.3.31 |
1251 | 2024-12-19T00:14:56.165Z | Compiling crypto-common v0.1.6 |
1252 | 2024-12-19T00:14:56.405Z | Compiling block-buffer v0.10.4 |
1253 | 2024-12-19T00:14:56.695Z | Compiling digest v0.10.7 |
1254 | 2024-12-19T00:14:57.160Z | Compiling hmac v0.12.1 |
1255 | 2024-12-19T00:14:57.189Z | Compiling zerovec-derive v0.10.3 |
1256 | 2024-12-19T00:14:57.258Z | Compiling block-padding v0.3.3 |
1257 | 2024-12-19T00:14:57.451Z | Compiling displaydoc v0.2.5 |
1258 | 2024-12-19T00:14:57.523Z | Compiling inout v0.1.3 |
1259 | 2024-12-19T00:14:57.813Z | Compiling cipher v0.4.4 |
1260 | 2024-12-19T00:14:58.105Z | Compiling futures-util v0.3.31 |
1261 | 2024-12-19T00:14:58.175Z | Compiling sha2 v0.10.8 |
1262 | 2024-12-19T00:14:58.344Z | Compiling ppv-lite86 v0.2.20 |
1263 | 2024-12-19T00:14:58.593Z | Compiling thiserror v1.0.69 |
1264 | 2024-12-19T00:14:58.723Z | Compiling der_derive v0.7.3 |
1265 | 2024-12-19T00:14:59.005Z | Compiling zerofrom v0.1.4 |
1266 | 2024-12-19T00:14:59.162Z | Compiling icu_provider_macros v1.5.0 |
1267 | 2024-12-19T00:14:59.209Z | Compiling rand_chacha v0.3.1 |
1268 | 2024-12-19T00:14:59.240Z | Compiling yoke v0.7.4 |
1269 | 2024-12-19T00:14:59.607Z | Compiling tracing-attributes v0.1.27 |
1270 | 2024-12-19T00:14:59.968Z | Compiling zerovec v0.10.4 |
1271 | 2024-12-19T00:15:00.347Z | Compiling rand v0.8.5 |
1272 | 2024-12-19T00:15:01.191Z | Compiling der v0.7.9 |
1273 | 2024-12-19T00:15:01.592Z | Compiling pest v2.7.14 |
1274 | 2024-12-19T00:15:01.747Z | Compiling salsa20 v0.10.2 |
1275 | 2024-12-19T00:15:01.983Z | Compiling tinystr v0.7.6 |
1276 | 2024-12-19T00:15:02.258Z | Compiling icu_collections v1.5.0 |
1277 | 2024-12-19T00:15:02.479Z | Compiling icu_locid v1.5.0 |
1278 | 2024-12-19T00:15:02.498Z | Compiling pbkdf2 v0.12.2 |
1279 | 2024-12-19T00:15:02.672Z | Compiling num-conv v0.1.0 |
1280 | 2024-12-19T00:15:02.981Z | Compiling powerfmt v0.2.0 |
1281 | 2024-12-19T00:15:03.399Z | Compiling spki v0.7.3 |
1282 | 2024-12-19T00:15:03.513Z | Compiling tracing v0.1.40 |
1283 | 2024-12-19T00:15:03.706Z | Compiling icu_provider v1.5.0 |
1284 | 2024-12-19T00:15:03.779Z | Compiling icu_properties_data v1.5.0 |
1285 | 2024-12-19T00:15:04.027Z | Compiling time-core v0.1.2 |
1286 | 2024-12-19T00:15:04.046Z | Compiling deranged v0.3.11 |
1287 | 2024-12-19T00:15:04.203Z | Compiling time-macros v0.2.18 |
1288 | 2024-12-19T00:15:04.387Z | Compiling pest_meta v2.7.14 |
1289 | 2024-12-19T00:15:04.623Z | Compiling icu_locid_transform v1.5.0 |
1290 | 2024-12-19T00:15:04.652Z | Compiling scrypt v0.11.0 |
1291 | 2024-12-19T00:15:04.840Z | Compiling cbc v0.1.2 |
1292 | 2024-12-19T00:15:04.849Z | Compiling aes v0.8.4 |
1293 | 2024-12-19T00:15:05.261Z | Compiling openssl-sys v0.9.103 |
1294 | 2024-12-19T00:15:05.963Z | Compiling icu_properties v1.5.1 |
1295 | 2024-12-19T00:15:06.390Z | Compiling scroll_derive v0.12.0 |
1296 | 2024-12-19T00:15:07.188Z | Compiling bitflags v2.6.0 |
1297 | 2024-12-19T00:15:07.306Z | Compiling bytes v1.8.0 |
1298 | 2024-12-19T00:15:07.754Z | Compiling indexmap v2.6.0 |
1299 | 2024-12-19T00:15:07.894Z | Compiling semver v1.0.23 |
1300 | 2024-12-19T00:15:08.604Z | Compiling tokio v1.40.0 |
1301 | 2024-12-19T00:15:08.672Z | Compiling http v1.1.0 |
1302 | 2024-12-19T00:15:08.867Z | Compiling rustc_version v0.4.1 |
1303 | 2024-12-19T00:15:09.557Z | Compiling write16 v1.0.0 |
1304 | 2024-12-19T00:15:09.666Z | Compiling utf16_iter v1.0.5 |
1305 | 2024-12-19T00:15:09.685Z | Compiling num_threads v0.1.7 |
1306 | 2024-12-19T00:15:09.815Z | Compiling utf8_iter v1.0.4 |
1307 | 2024-12-19T00:15:09.881Z | Compiling icu_normalizer_data v1.5.0 |
1308 | 2024-12-19T00:15:09.982Z | Compiling atomic-waker v1.1.2 |
1309 | 2024-12-19T00:15:10.060Z | Compiling icu_normalizer v1.5.0 |
1310 | 2024-12-19T00:15:10.173Z | Compiling time v0.3.36 |
1311 | 2024-12-19T00:15:10.474Z | Compiling http-body v1.0.1 |
1312 | 2024-12-19T00:15:10.702Z | Compiling scroll v0.12.0 |
1313 | 2024-12-19T00:15:10.834Z | Compiling pkcs5 v0.7.1 |
1314 | 2024-12-19T00:15:10.879Z | Compiling pest_generator v2.7.14 |
1315 | 2024-12-19T00:15:11.150Z | Compiling form_urlencoded v1.2.1 |
1316 | 2024-12-19T00:15:11.278Z | Compiling slog v2.7.0 |
1317 | 2024-12-19T00:15:11.494Z | Compiling which v4.4.2 |
1318 | 2024-12-19T00:15:12.051Z | Compiling try-lock v0.2.5 |
1319 | 2024-12-19T00:15:12.115Z | Compiling pkcs8 v0.10.2 |
1320 | 2024-12-19T00:15:12.165Z | Compiling want v0.3.1 |
1321 | 2024-12-19T00:15:12.195Z | Compiling goblin v0.8.2 |
1322 | 2024-12-19T00:15:12.477Z | Compiling idna_adapter v1.2.0 |
1323 | 2024-12-19T00:15:12.708Z | Compiling httpdate v1.0.3 |
1324 | 2024-12-19T00:15:12.846Z | Compiling idna v1.0.3 |
1325 | 2024-12-19T00:15:12.891Z | Compiling pest_derive v2.7.14 |
1326 | 2024-12-19T00:15:13.179Z | Compiling uuid v1.11.0 |
1327 | 2024-12-19T00:15:13.662Z | Compiling dtrace-parser v0.2.0 |
1328 | 2024-12-19T00:15:13.872Z | Compiling serde_tokenstream v0.2.2 |
1329 | 2024-12-19T00:15:14.503Z | Compiling toml_datetime v0.6.8 |
1330 | 2024-12-19T00:15:14.597Z | Compiling serde_spanned v0.6.8 |
1331 | 2024-12-19T00:15:14.716Z | Compiling iana-time-zone v0.1.61 |
1332 | 2024-12-19T00:15:14.827Z | Compiling tower-service v0.3.3 |
1333 | 2024-12-19T00:15:14.950Z | Compiling rustversion v1.0.17 |
1334 | 2024-12-19T00:15:15.024Z | Compiling openssl v0.10.66 |
1335 | 2024-12-19T00:15:15.166Z | Compiling match_cfg v0.1.0 |
1336 | 2024-12-19T00:15:15.265Z | Compiling base64 v0.22.1 |
1337 | 2024-12-19T00:15:15.447Z | Compiling adler2 v2.0.0 |
1338 | 2024-12-19T00:15:15.484Z | Compiling foreign-types-shared v0.1.1 |
1339 | 2024-12-19T00:15:15.592Z | Compiling foreign-types v0.3.2 |
1340 | 2024-12-19T00:15:15.651Z | Compiling miniz_oxide v0.8.0 |
1341 | 2024-12-19T00:15:15.719Z | Compiling hostname v0.3.1 |
1342 | 2024-12-19T00:15:15.737Z | Compiling chrono v0.4.38 |
1343 | 2024-12-19T00:15:15.840Z | Compiling url v2.5.3 |
1344 | 2024-12-19T00:15:16.011Z | Compiling openssl-macros v0.1.1 |
1345 | 2024-12-19T00:15:16.777Z | Compiling async-trait v0.1.83 |
1346 | 2024-12-19T00:15:17.166Z | Compiling tokio-util v0.7.12 |
1347 | 2024-12-19T00:15:17.380Z | Compiling dirs-sys-next v0.1.2 |
1348 | 2024-12-19T00:15:17.807Z | Compiling rustls v0.23.14 |
1349 | 2024-12-19T00:15:18.043Z | Compiling dof v0.3.0 |
1350 | 2024-12-19T00:15:18.072Z | Compiling native-tls v0.2.12 |
1351 | 2024-12-19T00:15:18.397Z | Compiling h2 v0.4.6 |
1352 | 2024-12-19T00:15:18.631Z | Compiling siphasher v0.3.11 |
1353 | 2024-12-19T00:15:19.018Z | Compiling usdt-impl v0.5.0 |
1354 | 2024-12-19T00:15:19.503Z | Compiling rustls v0.22.4 |
1355 | 2024-12-19T00:15:19.562Z | Compiling data-encoding v2.6.0 |
1356 | 2024-12-19T00:15:19.752Z | Compiling syn v1.0.109 |
1357 | 2024-12-19T00:15:20.310Z | Compiling dirs-next v2.0.0 |
1358 | 2024-12-19T00:15:20.539Z | Compiling http-body-util v0.1.2 |
1359 | 2024-12-19T00:15:21.077Z | Compiling crossbeam-epoch v0.9.18 |
1360 | 2024-12-19T00:15:21.844Z | Compiling heapless v0.7.17 |
1361 | 2024-12-19T00:15:21.940Z | Compiling signature v2.2.0 |
1362 | 2024-12-19T00:15:21.971Z | Compiling sha1 v0.10.6 |
1363 | 2024-12-19T00:15:22.227Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1364 | 2024-12-19T00:15:22.309Z | Compiling serde_derive_internals v0.29.1 |
1365 | 2024-12-19T00:15:22.418Z | Compiling thread_local v1.1.8 |
1366 | 2024-12-19T00:15:22.579Z | Compiling multer v3.1.0 |
1367 | 2024-12-19T00:15:22.746Z | Compiling cookie v0.18.1 |
1368 | 2024-12-19T00:15:22.845Z | Compiling encoding_rs v0.8.34 |
1369 | 2024-12-19T00:15:22.997Z | Compiling ipnet v2.10.1 |
1370 | 2024-12-19T00:15:23.044Z | Compiling mime v0.3.17 |
1371 | 2024-12-19T00:15:23.677Z | Compiling unicode-properties v0.1.3 |
1372 | 2024-12-19T00:15:24.115Z | Compiling openssl-probe v0.1.5 |
1373 | 2024-12-19T00:15:24.287Z | Compiling gimli v0.31.1 |
1374 | 2024-12-19T00:15:24.315Z | Compiling rayon-core v1.12.1 |
1375 | 2024-12-19T00:15:24.486Z | Compiling schemars v0.8.21 |
1376 | 2024-12-19T00:15:24.573Z | Compiling signal-hook v0.3.17 |
1377 | 2024-12-19T00:15:24.815Z | Compiling slog-async v2.8.0 |
1378 | 2024-12-19T00:15:24.921Z | Compiling toml_edit v0.22.22 |
1379 | 2024-12-19T00:15:25.166Z | Compiling schemars_derive v0.8.21 |
1380 | 2024-12-19T00:15:25.325Z | Compiling hyper v1.5.0 |
1381 | 2024-12-19T00:15:28.069Z | Compiling hyper-util v0.1.10 |
1382 | 2024-12-19T00:15:28.685Z | Compiling stringprep v0.1.5 |
1383 | 2024-12-19T00:15:28.923Z | Compiling addr2line v0.24.2 |
1384 | 2024-12-19T00:15:29.484Z | Compiling usdt-attr-macro v0.5.0 |
1385 | 2024-12-19T00:15:29.560Z | Compiling usdt-macro v0.5.0 |
1386 | 2024-12-19T00:15:29.699Z | Compiling crossbeam-deque v0.8.5 |
1387 | 2024-12-19T00:15:30.036Z | Compiling term v0.7.0 |
1388 | 2024-12-19T00:15:30.993Z | Compiling slog-json v2.6.1 |
1389 | 2024-12-19T00:15:31.022Z | Compiling serde_urlencoded v0.7.1 |
1390 | 2024-12-19T00:15:31.088Z | Compiling crossbeam-channel v0.5.13 |
1391 | 2024-12-19T00:15:31.212Z | Compiling curve25519-dalek v4.1.3 |
1392 | 2024-12-19T00:15:31.376Z | Compiling futures-executor v0.3.31 |
1393 | 2024-12-19T00:15:31.519Z | Compiling md-5 v0.10.6 |
1394 | 2024-12-19T00:15:31.558Z | Compiling rustls-pemfile v2.2.0 |
1395 | 2024-12-19T00:15:31.796Z | Compiling async-stream-impl v0.3.6 |
1396 | 2024-12-19T00:15:31.823Z | Compiling enum-as-inner v0.6.1 |
1397 | 2024-12-19T00:15:31.890Z | Compiling num-integer v0.1.46 |
1398 | 2024-12-19T00:15:31.976Z | Compiling idna v0.3.0 |
1399 | 2024-12-19T00:15:32.174Z | Compiling idna v0.4.0 |
1400 | 2024-12-19T00:15:32.747Z | Compiling hash32 v0.2.1 |
1401 | 2024-12-19T00:15:33.013Z | Compiling ff v0.13.0 |
1402 | 2024-12-19T00:15:33.135Z | Compiling is-terminal v0.4.13 |
1403 | 2024-12-19T00:15:33.198Z | Compiling dropshot v0.12.0 |
1404 | 2024-12-19T00:15:33.224Z | Compiling object v0.36.5 |
1405 | 2024-12-19T00:15:33.254Z | Compiling rustc-demangle v0.1.24 |
1406 | 2024-12-19T00:15:33.273Z | Compiling utf-8 v0.7.6 |
1407 | 2024-12-19T00:15:33.469Z | Compiling base16ct v0.2.0 |
1408 | 2024-12-19T00:15:33.600Z | Compiling dyn-clone v1.0.17 |
1409 | 2024-12-19T00:15:33.695Z | Compiling psl-types v2.0.11 |
1410 | 2024-12-19T00:15:33.797Z | Compiling num-bigint-dig v0.8.4 |
1411 | 2024-12-19T00:15:33.817Z | Compiling take_mut v0.2.2 |
1412 | 2024-12-19T00:15:33.836Z | Compiling anyhow v1.0.93 |
1413 | 2024-12-19T00:15:33.881Z | Compiling quick-error v1.2.3 |
1414 | 2024-12-19T00:15:33.973Z | Compiling smoltcp v0.9.1 |
1415 | 2024-12-19T00:15:34.020Z | Compiling linked-hash-map v0.5.6 |
1416 | 2024-12-19T00:15:34.074Z | Compiling portable-atomic v1.9.0 |
1417 | 2024-12-19T00:15:34.205Z | Compiling fallible-iterator v0.2.0 |
1418 | 2024-12-19T00:15:34.399Z | Compiling lru-cache v0.1.2 |
1419 | 2024-12-19T00:15:34.641Z | Compiling resolv-conf v0.7.0 |
1420 | 2024-12-19T00:15:34.822Z | Compiling publicsuffix v2.2.3 |
1421 | 2024-12-19T00:15:34.947Z | Compiling postgres-protocol v0.6.7 |
1422 | 2024-12-19T00:15:35.165Z | Compiling sec1 v0.7.3 |
1423 | 2024-12-19T00:15:35.504Z | Compiling tungstenite v0.24.0 |
1424 | 2024-12-19T00:15:35.754Z | Compiling slog-term v2.9.1 |
1425 | 2024-12-19T00:15:35.959Z | Compiling group v0.13.0 |
1426 | 2024-12-19T00:15:36.291Z | Compiling usdt v0.5.0 |
1427 | 2024-12-19T00:15:36.293Z | Compiling async-stream v0.3.6 |
1428 | 2024-12-19T00:15:36.596Z | Compiling hickory-proto v0.24.1 |
1429 | 2024-12-19T00:15:37.014Z | Compiling num-iter v0.1.45 |
1430 | 2024-12-19T00:15:37.344Z | Compiling futures v0.3.31 |
1431 | 2024-12-19T00:15:37.472Z | Compiling slog-bunyan v2.5.0 |
1432 | 2024-12-19T00:15:38.790Z | Compiling camino v1.1.9 |
1433 | 2024-12-19T00:15:38.951Z | Compiling toml v0.8.19 |
1434 | 2024-12-19T00:15:39.266Z | Compiling tokio-native-tls v0.3.1 |
1435 | 2024-12-19T00:15:39.603Z | Compiling phf_shared v0.11.2 |
1436 | 2024-12-19T00:15:39.791Z | Compiling dropshot_endpoint v0.12.0 |
1437 | 2024-12-19T00:15:39.985Z | Compiling terminal_size v0.4.0 |
1438 | 2024-12-19T00:15:40.201Z | Compiling waitgroup v0.1.2 |
1439 | 2024-12-19T00:15:40.440Z | Compiling openapiv3 v2.0.0 |
1440 | 2024-12-19T00:15:40.511Z | Compiling backtrace v0.3.74 |
1441 | 2024-12-19T00:15:40.693Z | Compiling serde_path_to_error v0.1.16 |
1442 | 2024-12-19T00:15:41.292Z | Compiling hkdf v0.12.4 |
1443 | 2024-12-19T00:15:41.557Z | Compiling crypto-bigint v0.5.5 |
1444 | 2024-12-19T00:15:41.577Z | Compiling webpki-roots v0.26.6 |
1445 | 2024-12-19T00:15:41.795Z | Compiling zerocopy-derive v0.6.6 |
1446 | 2024-12-19T00:15:44.168Z | Compiling curve25519-dalek-derive v0.1.1 |
1447 | 2024-12-19T00:15:44.211Z | Compiling idna v0.5.0 |
1448 | 2024-12-19T00:15:44.231Z | Compiling hubpack_derive v0.1.1 |
1449 | 2024-12-19T00:15:44.447Z | Compiling hostname v0.4.0 |
1450 | 2024-12-19T00:15:44.710Z | Compiling fs-err v2.11.0 |
1451 | 2024-12-19T00:15:44.898Z | Compiling crc32fast v1.4.2 |
1452 | 2024-12-19T00:15:44.984Z | Compiling ahash v0.8.11 |
1453 | 2024-12-19T00:15:45.115Z | Compiling debug-ignore v1.0.5 |
1454 | 2024-12-19T00:15:45.249Z | Compiling winnow v0.5.40 |
1455 | 2024-12-19T00:15:45.270Z | Compiling bitflags v1.3.2 |
1456 | 2024-12-19T00:15:45.324Z | Compiling managed v0.8.0 |
1457 | 2024-12-19T00:15:45.453Z | Compiling clap_builder v4.5.21 |
1458 | 2024-12-19T00:15:45.860Z | Compiling console v0.15.8 |
1459 | 2024-12-19T00:15:46.996Z | Compiling strum_macros v0.25.3 |
1460 | 2024-12-19T00:15:47.429Z | Compiling flate2 v1.0.34 |
1461 | 2024-12-19T00:15:47.719Z | Compiling hubpack v0.1.2 |
1462 | 2024-12-19T00:15:47.984Z | Compiling cookie_store v0.21.0 |
1463 | 2024-12-19T00:15:48.316Z | Compiling elliptic-curve v0.13.8 |
1464 | 2024-12-19T00:15:48.439Z | Compiling zerocopy v0.6.6 |
1465 | 2024-12-19T00:15:49.086Z | Compiling toml_edit v0.19.15 |
1466 | 2024-12-19T00:15:49.139Z | Compiling hickory-resolver v0.24.1 |
1467 | 2024-12-19T00:15:49.590Z | Compiling phf v0.11.2 |
1468 | 2024-12-19T00:15:49.890Z | Compiling signal-hook-mio v0.2.4 |
1469 | 2024-12-19T00:15:50.058Z | Compiling hyper-tls v0.6.0 |
1470 | 2024-12-19T00:15:50.200Z | Compiling rayon v1.10.0 |
1471 | 2024-12-19T00:15:50.492Z | Compiling bzip2 v0.4.4 |
1472 | 2024-12-19T00:15:51.211Z | Compiling tokio-tungstenite v0.24.0 |
1473 | 2024-12-19T00:15:51.744Z | Compiling postgres-types v0.2.8 |
1474 | 2024-12-19T00:15:53.691Z | Compiling ed25519 v2.2.3 |
1475 | 2024-12-19T00:15:54.648Z | Compiling phf_shared v0.10.0 |
1476 | 2024-12-19T00:15:54.910Z | Compiling tokio-stream v0.1.16 |
1477 | 2024-12-19T00:15:55.053Z | Compiling pkcs1 v0.7.5 |
1478 | 2024-12-19T00:15:55.165Z | Compiling serde-big-array v0.5.1 |
1479 | 2024-12-19T00:15:55.410Z | Compiling rfc6979 v0.4.0 |
1480 | 2024-12-19T00:15:55.577Z | Compiling derive-where v1.2.7 |
1481 | 2024-12-19T00:15:55.611Z | Compiling clap_derive v4.5.18 |
1482 | 2024-12-19T00:15:55.952Z | Compiling serde_repr v0.1.19 |
1483 | 2024-12-19T00:15:56.007Z | Compiling float-cmp v0.9.0 |
1484 | 2024-12-19T00:15:56.053Z | Compiling bstr v1.10.0 |
1485 | 2024-12-19T00:15:56.228Z | Compiling sync_wrapper v1.0.1 |
1486 | 2024-12-19T00:15:56.390Z | Compiling precomputed-hash v0.1.1 |
1487 | 2024-12-19T00:15:56.513Z | Compiling unicode-segmentation v1.12.0 |
1488 | 2024-12-19T00:15:57.164Z | Compiling unicode-width v0.2.0 |
1489 | 2024-12-19T00:15:57.184Z | Compiling normalize-line-endings v0.3.0 |
1490 | 2024-12-19T00:15:57.317Z | Compiling bit-vec v0.6.3 |
1491 | 2024-12-19T00:15:57.434Z | Compiling difflib v0.4.0 |
1492 | 2024-12-19T00:15:57.765Z | Compiling whoami v1.5.2 |
1493 | 2024-12-19T00:15:57.794Z | Compiling static_assertions v1.1.0 |
1494 | 2024-12-19T00:15:57.875Z | Compiling predicates-core v1.0.8 |
1495 | 2024-12-19T00:15:57.903Z | Compiling new_debug_unreachable v1.0.6 |
1496 | 2024-12-19T00:15:58.006Z | Compiling fixedbitset v0.4.2 |
1497 | 2024-12-19T00:15:58.239Z | Compiling number_prefix v0.4.0 |
1498 | 2024-12-19T00:15:58.403Z | Compiling petgraph v0.6.5 |
1499 | 2024-12-19T00:15:58.465Z | Compiling indicatif v0.17.9 |
1500 | 2024-12-19T00:15:58.495Z | Compiling tokio-postgres v0.7.12 |
1501 | 2024-12-19T00:15:59.072Z | Compiling predicates v3.1.2 |
1502 | 2024-12-19T00:15:59.168Z | Compiling string_cache v0.8.7 |
1503 | 2024-12-19T00:15:59.634Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1504 | 2024-12-19T00:16:00.701Z | Compiling bit-set v0.5.3 |
1505 | 2024-12-19T00:16:00.722Z | Compiling clap v4.5.21 |
1506 | 2024-12-19T00:16:00.838Z | Compiling similar v2.6.0 |
1507 | 2024-12-19T00:16:00.865Z | Compiling ecdsa v0.16.9 |
1508 | 2024-12-19T00:16:00.986Z | Compiling rsa v0.9.6 |
1509 | 2024-12-19T00:16:01.716Z | Compiling ed25519-dalek v2.1.1 |
1510 | 2024-12-19T00:16:02.544Z | Compiling toml v0.7.8 |
1511 | 2024-12-19T00:16:03.085Z | Compiling zip v0.6.6 |
1512 | 2024-12-19T00:16:03.286Z | Compiling crossterm v0.28.1 |
1513 | 2024-12-19T00:16:04.529Z | Compiling hex v0.4.3 |
1514 | 2024-12-19T00:16:05.006Z | Compiling x509-cert v0.2.5 |
1515 | 2024-12-19T00:16:05.109Z | Compiling itertools v0.10.5 |
1516 | 2024-12-19T00:16:05.168Z | Compiling lalrpop-util v0.19.12 |
1517 | 2024-12-19T00:16:05.392Z | Compiling unicode-xid v0.2.6 |
1518 | 2024-12-19T00:16:05.524Z | Compiling peg-runtime v0.8.3 |
1519 | 2024-12-19T00:16:05.581Z | Compiling strum_macros v0.26.4 |
1520 | 2024-12-19T00:16:06.188Z | Compiling xattr v1.3.1 |
1521 | 2024-12-19T00:16:06.468Z | Compiling filetime v0.2.25 |
1522 | 2024-12-19T00:16:06.677Z | Compiling tar v0.4.42 |
1523 | 2024-12-19T00:16:10.835Z | Compiling strum v0.26.3 |
1524 | 2024-12-19T00:16:13.430Z | Compiling aws-lc-sys v0.22.0 |
1525 | 2024-12-19T00:16:41.311Z | Compiling rustls-webpki v0.102.8 |
1526 | 2024-12-19T00:16:44.739Z | Compiling tokio-rustls v0.25.0 |
1527 | 2024-12-19T00:16:46.358Z | Compiling tokio-rustls v0.26.0 |
1528 | 2024-12-19T00:16:46.742Z | Compiling hyper-rustls v0.27.3 |
1529 | 2024-12-19T00:16:47.066Z | Compiling reqwest v0.12.9 |
1530 | 2024-12-19T00:16:48.080Z | Compiling qorb v0.2.1 |
1531 | 2024-12-19T00:16:53.111Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1532 | 2024-12-19T00:16:53.339Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1533 | 2024-12-19T00:16:59.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 24s |
1534 | 2024-12-19T00:16:59.170Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1535 | 2024-12-19T00:16:59.219Z | Dec 19 00:16:58.334 INFO Starting download, target: Console |
1536 | 2024-12-19T00:16:59.219Z | Dec 19 00:16:58.334 INFO Starting download, target: Cockroach |
1537 | 2024-12-19T00:16:59.222Z | Dec 19 00:16:58.334 INFO Starting download, target: Clickhouse |
1538 | 2024-12-19T00:16:59.222Z | Dec 19 00:16:58.334 INFO Starting download, target: DendriteOpenapi |
1539 | 2024-12-19T00:16:59.222Z | Dec 19 00:16:58.334 INFO Starting download, target: DendriteStub |
1540 | 2024-12-19T00:16:59.222Z | Dec 19 00:16:58.334 INFO Starting download, target: MaghemiteMgd |
1541 | 2024-12-19T00:16:59.222Z | Dec 19 00:16:58.334 INFO Starting download, target: TransceiverControl |
1542 | 2024-12-19T00:16:59.223Z | Dec 19 00:16:58.335 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1543 | 2024-12-19T00:16:59.223Z | Dec 19 00:16:58.335 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1544 | 2024-12-19T00:16:59.223Z | Dec 19 00:16:58.335 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1545 | 2024-12-19T00:16:59.223Z | Dec 19 00:16:58.335 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1546 | 2024-12-19T00:16:59.223Z | Dec 19 00:16:58.335 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1547 | 2024-12-19T00:16:59.223Z | Dec 19 00:16:58.335 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1548 | 2024-12-19T00:16:59.223Z | Dec 19 00:16:58.335 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1549 | 2024-12-19T00:16:59.388Z | Dec 19 00:16:58.496 INFO Download complete, target: DendriteOpenapi |
1550 | 2024-12-19T00:16:59.568Z | Dec 19 00:16:58.674 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1551 | 2024-12-19T00:16:59.831Z | Dec 19 00:16:58.945 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1552 | 2024-12-19T00:17:00.111Z | Dec 19 00:16:59.225 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1553 | 2024-12-19T00:17:00.167Z | Dec 19 00:16:59.281 INFO Download complete, target: Console |
1554 | 2024-12-19T00:17:00.181Z | Dec 19 00:16:59.294 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1555 | 2024-12-19T00:17:00.202Z | Dec 19 00:16:59.316 INFO Download complete, target: TransceiverControl |
1556 | 2024-12-19T00:17:00.857Z | Dec 19 00:16:59.971 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1557 | 2024-12-19T00:17:00.857Z | Dec 19 00:16:59.971 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1558 | 2024-12-19T00:17:01.452Z | Dec 19 00:17:00.438 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1559 | 2024-12-19T00:17:02.895Z | Dec 19 00:17:02.009 INFO Download complete, target: DendriteStub |
1560 | 2024-12-19T00:17:03.103Z | Dec 19 00:17:02.217 INFO Download complete, target: MaghemiteMgd |
1561 | 2024-12-19T00:17:08.037Z | Dec 19 00:17:07.150 INFO Checking that binary works, target: Cockroach |
1562 | 2024-12-19T00:17:08.206Z | Dec 19 00:17:07.318 INFO Download complete, target: Cockroach |
1563 | 2024-12-19T00:17:13.236Z | Dec 19 00:17:12.347 INFO Checking that binary works, target: Clickhouse |
1564 | 2024-12-19T00:17:13.353Z | Dec 19 00:17:12.464 INFO Download complete, target: Clickhouse |
1565 | 2024-12-19T00:17:13.373Z | All builder prerequisites installed successfully, and PATH looks valid |
1566 | 2024-12-19T00:17:13.375Z | |
1567 | 2024-12-19T00:17:13.375Z | real 5:03.177512609 |
1568 | 2024-12-19T00:17:13.375Z | user 16:25.251211621 |
1569 | 2024-12-19T00:17:13.375Z | sys 3:14.197025788 |
1570 | 2024-12-19T00:17:13.375Z | trap 0.539765284 |
1571 | 2024-12-19T00:17:13.375Z | tflt 1.566573953 |
1572 | 2024-12-19T00:17:13.376Z | dflt 2.205920143 |
1573 | 2024-12-19T00:17:13.376Z | kflt 0.025883649 |
1574 | 2024-12-19T00:17:13.376Z | lock 30:07.283873520 |
1575 | 2024-12-19T00:17:13.376Z | slp 1:01:24.717370190 |
1576 | 2024-12-19T00:17:13.376Z | lat 57.802398083 |
1577 | 2024-12-19T00:17:13.376Z | stop 2:21.876345246 |
1578 | 2024-12-19T00:17:13.376Z | + banner clippy |
1579 | 2024-12-19T00:17:13.378Z | |
1580 | 2024-12-19T00:17:13.378Z | #### # # ##### ##### # # |
1581 | 2024-12-19T00:17:13.378Z | # # # # # # # # # # |
1582 | 2024-12-19T00:17:13.378Z | # # # # # # # # |
1583 | 2024-12-19T00:17:13.379Z | # # # ##### ##### # |
1584 | 2024-12-19T00:17:13.379Z | # # # # # # # |
1585 | 2024-12-19T00:17:13.379Z | #### ###### # # # # |
1586 | 2024-12-19T00:17:13.379Z | |
1587 | 2024-12-19T00:17:13.379Z | + export CARGO_INCREMENTAL=0 |
1588 | 2024-12-19T00:17:13.379Z | + CARGO_INCREMENTAL=0 |
1589 | 2024-12-19T00:17:13.379Z | + ptime -m cargo xtask clippy |
1590 | 2024-12-19T00:17:13.899Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1591 | 2024-12-19T00:17:17.656Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.22s |
1592 | 2024-12-19T00:17:17.730Z | Running `target/debug/xtask clippy` |
1593 | 2024-12-19T00:17:17.753Z | running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1594 | 2024-12-19T00:17:18.421Z | Downloading crates ... |
1595 | 2024-12-19T00:17:18.773Z | Downloaded assert-json-diff v2.0.2 |
1596 | 2024-12-19T00:17:18.777Z | Downloaded async-global-executor v2.4.1 |
1597 | 2024-12-19T00:17:18.780Z | Downloaded async-channel v2.3.1 |
1598 | 2024-12-19T00:17:18.780Z | Downloaded blake2b_simd v1.0.2 |
1599 | 2024-12-19T00:17:18.783Z | Downloaded async-process v2.3.0 |
1600 | 2024-12-19T00:17:18.783Z | Downloaded async-object-pool v0.1.5 |
1601 | 2024-12-19T00:17:18.785Z | Downloaded assert_cmd v2.0.16 |
1602 | 2024-12-19T00:17:18.786Z | Downloaded approx v0.5.1 |
1603 | 2024-12-19T00:17:18.789Z | Downloaded escape8259 v0.5.3 |
1604 | 2024-12-19T00:17:18.791Z | Downloaded guppy-workspace-hack v0.1.0 |
1605 | 2024-12-19T00:17:18.794Z | Downloaded target-triple v0.1.3 |
1606 | 2024-12-19T00:17:18.803Z | Downloaded plotters-svg v0.3.7 |
1607 | 2024-12-19T00:17:18.808Z | Downloaded doc-comment v0.3.3 |
1608 | 2024-12-19T00:17:18.808Z | Downloaded async-signal v0.2.10 |
1609 | 2024-12-19T00:17:18.808Z | Downloaded pathdiff v0.2.2 |
1610 | 2024-12-19T00:17:18.808Z | Downloaded anes v0.1.6 |
1611 | 2024-12-19T00:17:18.811Z | Downloaded proc-macro-crate v3.2.0 |
1612 | 2024-12-19T00:17:18.811Z | Downloaded event-listener v2.5.3 |
1613 | 2024-12-19T00:17:18.817Z | Downloaded blocking v1.6.1 |
1614 | 2024-12-19T00:17:18.817Z | Downloaded piper v0.2.4 |
1615 | 2024-12-19T00:17:18.817Z | Downloaded nested v0.1.1 |
1616 | 2024-12-19T00:17:18.817Z | Downloaded kv-log-macro v1.0.7 |
1617 | 2024-12-19T00:17:18.817Z | Downloaded relative-path v1.9.3 |
1618 | 2024-12-19T00:17:18.819Z | Downloaded async-executor v1.13.1 |
1619 | 2024-12-19T00:17:18.820Z | Downloaded threadpool v1.8.1 |
1620 | 2024-12-19T00:17:18.822Z | Downloaded target-spec v3.2.2 |
1621 | 2024-12-19T00:17:18.822Z | Downloaded num_cpus v1.16.0 |
1622 | 2024-12-19T00:17:18.825Z | Downloaded cast v0.3.0 |
1623 | 2024-12-19T00:17:18.827Z | Downloaded serde_regex v1.1.0 |
1624 | 2024-12-19T00:17:18.827Z | Downloaded similar-asserts v1.6.0 |
1625 | 2024-12-19T00:17:18.829Z | Downloaded futures-timer v3.0.3 |
1626 | 2024-12-19T00:17:18.832Z | Downloaded path-tree v0.8.1 |
1627 | 2024-12-19T00:17:18.832Z | Downloaded oorandom v11.1.4 |
1628 | 2024-12-19T00:17:18.834Z | Downloaded async-channel v1.9.0 |
1629 | 2024-12-19T00:17:18.834Z | Downloaded parking v2.2.1 |
1630 | 2024-12-19T00:17:18.837Z | Downloaded async-io v2.3.4 |
1631 | 2024-12-19T00:17:18.839Z | Downloaded stringmetrics v2.2.2 |
1632 | 2024-12-19T00:17:18.856Z | Downloaded tinytemplate v1.2.1 |
1633 | 2024-12-19T00:17:18.858Z | Downloaded futures-lite v2.3.0 |
1634 | 2024-12-19T00:17:18.860Z | Downloaded async-lock v3.4.0 |
1635 | 2024-12-19T00:17:18.863Z | Downloaded target-lexicon v0.12.16 |
1636 | 2024-12-19T00:17:18.866Z | Downloaded rustls-native-certs v0.7.3 |
1637 | 2024-12-19T00:17:18.866Z | Downloaded trybuild v1.0.101 |
1638 | 2024-12-19T00:17:18.869Z | Downloaded httptest v0.16.1 |
1639 | 2024-12-19T00:17:18.872Z | Downloaded rstest v0.23.0 |
1640 | 2024-12-19T00:17:18.877Z | Downloaded event-listener v5.3.1 |
1641 | 2024-12-19T00:17:18.879Z | Downloaded polling v3.7.3 |
1642 | 2024-12-19T00:17:18.882Z | Downloaded concurrent-queue v2.5.0 |
1643 | 2024-12-19T00:17:18.885Z | Downloaded rstest_macros v0.23.0 |
1644 | 2024-12-19T00:17:18.888Z | Downloaded rand_distr v0.4.3 |
1645 | 2024-12-19T00:17:18.890Z | Downloaded fancy-regex v0.13.0 |
1646 | 2024-12-19T00:17:18.893Z | Downloaded yansi v1.0.1 |
1647 | 2024-12-19T00:17:18.895Z | Downloaded pretty_assertions v1.4.1 |
1648 | 2024-12-19T00:17:18.898Z | Downloaded cfg-expr v0.17.0 |
1649 | 2024-12-19T00:17:18.900Z | Downloaded async-task v4.7.1 |
1650 | 2024-12-19T00:17:18.903Z | Downloaded criterion v0.5.1 |
1651 | 2024-12-19T00:17:18.909Z | Downloaded rust-argon2 v2.1.0 |
1652 | 2024-12-19T00:17:18.913Z | Downloaded plotters v0.3.7 |
1653 | 2024-12-19T00:17:18.920Z | Downloaded guppy v0.17.8 |
1654 | 2024-12-19T00:17:18.925Z | Downloaded async-std v1.13.0 |
1655 | 2024-12-19T00:17:18.942Z | Downloaded plotters-backend v0.3.7 |
1656 | 2024-12-19T00:17:18.944Z | Downloaded partial-io v0.5.4 |
1657 | 2024-12-19T00:17:18.947Z | Downloaded libtest-mimic v0.7.3 |
1658 | 2024-12-19T00:17:18.950Z | Downloaded indoc v2.0.5 |
1659 | 2024-12-19T00:17:18.950Z | Downloaded hyper-rustls v0.26.0 |
1660 | 2024-12-19T00:17:18.953Z | Downloaded datatest-stable v0.2.9 |
1661 | 2024-12-19T00:17:18.956Z | Downloaded event-listener-strategy v0.5.2 |
1662 | 2024-12-19T00:17:18.956Z | Downloaded criterion-plot v0.5.0 |
1663 | 2024-12-19T00:17:18.958Z | Downloaded async-attributes v1.1.2 |
1664 | 2024-12-19T00:17:19.014Z | Downloaded httpmock v0.8.0-alpha.1 |
1665 | 2024-12-19T00:17:19.766Z | Checking cfg-if v1.0.0 |
1666 | 2024-12-19T00:17:19.842Z | Checking libc v0.2.162 |
1667 | 2024-12-19T00:17:19.863Z | Checking serde v1.0.215 |
1668 | 2024-12-19T00:17:19.885Z | Checking memchr v2.7.4 |
1669 | 2024-12-19T00:17:19.909Z | Checking value-bag v1.9.0 |
1670 | 2024-12-19T00:17:19.932Z | Checking scopeguard v1.2.0 |
1671 | 2024-12-19T00:17:19.957Z | Checking zeroize v1.8.1 |
1672 | 2024-12-19T00:17:19.982Z | Checking smallvec v1.13.2 |
1673 | 2024-12-19T00:17:20.009Z | Checking itoa v1.0.11 |
1674 | 2024-12-19T00:17:20.064Z | Checking lock_api v0.4.12 |
1675 | 2024-12-19T00:17:20.203Z | Checking byteorder v1.5.0 |
1676 | 2024-12-19T00:17:20.231Z | Checking pin-project-lite v0.2.14 |
1677 | 2024-12-19T00:17:20.315Z | Checking log v0.4.22 |
1678 | 2024-12-19T00:17:20.342Z | Checking subtle v2.6.1 |
1679 | 2024-12-19T00:17:20.369Z | Checking once_cell v1.20.2 |
1680 | 2024-12-19T00:17:20.472Z | Checking typenum v1.17.0 |
1681 | 2024-12-19T00:17:20.622Z | Checking futures-core v0.3.31 |
1682 | 2024-12-19T00:17:20.651Z | Checking thiserror v1.0.69 |
1683 | 2024-12-19T00:17:20.673Z | Checking libm v0.2.8 |
1684 | 2024-12-19T00:17:20.722Z | Checking zerocopy v0.7.35 |
1685 | 2024-12-19T00:17:20.790Z | Checking ryu v1.0.18 |
1686 | 2024-12-19T00:17:20.823Z | Checking spin v0.9.8 |
1687 | 2024-12-19T00:17:20.852Z | Checking const-oid v0.9.6 |
1688 | 2024-12-19T00:17:20.944Z | Checking getrandom v0.2.15 |
1689 | 2024-12-19T00:17:21.006Z | Checking signal-hook-registry v1.4.2 |
1690 | 2024-12-19T00:17:21.167Z | Checking rand_core v0.6.4 |
1691 | 2024-12-19T00:17:21.202Z | Checking parking_lot_core v0.9.10 |
1692 | 2024-12-19T00:17:21.246Z | Checking mio v1.0.2 |
1693 | 2024-12-19T00:17:21.472Z | Checking socket2 v0.5.7 |
1694 | 2024-12-19T00:17:21.584Z | Checking parking_lot v0.12.3 |
1695 | 2024-12-19T00:17:21.603Z | Checking num-traits v0.2.19 |
1696 | 2024-12-19T00:17:21.830Z | Checking generic-array v0.14.7 |
1697 | 2024-12-19T00:17:21.861Z | Checking futures-io v0.3.31 |
1698 | 2024-12-19T00:17:21.927Z | Checking slab v0.4.9 |
1699 | 2024-12-19T00:17:21.963Z | Checking allocator-api2 v0.2.18 |
1700 | 2024-12-19T00:17:22.045Z | Checking cpufeatures v0.2.14 |
1701 | 2024-12-19T00:17:22.144Z | Checking futures-sink v0.3.31 |
1702 | 2024-12-19T00:17:22.162Z | Checking pin-utils v0.1.0 |
1703 | 2024-12-19T00:17:22.194Z | Checking equivalent v1.0.1 |
1704 | 2024-12-19T00:17:22.252Z | Checking foldhash v0.1.3 |
1705 | 2024-12-19T00:17:22.288Z | Checking futures-channel v0.3.31 |
1706 | 2024-12-19T00:17:22.308Z | Checking futures-task v0.3.31 |
1707 | 2024-12-19T00:17:22.468Z | Checking stable_deref_trait v1.2.0 |
1708 | 2024-12-19T00:17:22.574Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1709 | 2024-12-19T00:17:22.582Z | Checking fnv v1.0.7 |
1710 | 2024-12-19T00:17:22.609Z | Checking hashbrown v0.15.0 |
1711 | 2024-12-19T00:17:22.632Z | Checking futures-util v0.3.31 |
1712 | 2024-12-19T00:17:22.729Z | Checking iana-time-zone v0.1.61 |
1713 | 2024-12-19T00:17:22.731Z | Checking ppv-lite86 v0.2.20 |
1714 | 2024-12-19T00:17:22.911Z | Checking tracing-core v0.1.32 |
1715 | 2024-12-19T00:17:22.911Z | Checking errno v0.3.9 |
1716 | 2024-12-19T00:17:22.959Z | Checking crypto-common v0.1.6 |
1717 | 2024-12-19T00:17:23.113Z | Checking block-buffer v0.10.4 |
1718 | 2024-12-19T00:17:23.153Z | Checking zerofrom v0.1.4 |
1719 | 2024-12-19T00:17:23.256Z | Checking dyn-clone v1.0.17 |
1720 | 2024-12-19T00:17:23.364Z | Checking digest v0.10.7 |
1721 | 2024-12-19T00:17:23.390Z | Checking yoke v0.7.4 |
1722 | 2024-12-19T00:17:23.423Z | Checking block-padding v0.3.3 |
1723 | 2024-12-19T00:17:23.551Z | Checking rand_chacha v0.3.1 |
1724 | 2024-12-19T00:17:23.580Z | Checking tracing v0.1.40 |
1725 | 2024-12-19T00:17:23.622Z | Checking inout v0.1.3 |
1726 | 2024-12-19T00:17:23.719Z | Checking zerovec v0.10.4 |
1727 | 2024-12-19T00:17:23.743Z | Checking crossbeam-utils v0.8.20 |
1728 | 2024-12-19T00:17:23.799Z | Checking percent-encoding v2.3.1 |
1729 | 2024-12-19T00:17:23.856Z | Checking cipher v0.4.4 |
1730 | 2024-12-19T00:17:23.911Z | Checking writeable v0.5.5 |
1731 | 2024-12-19T00:17:23.952Z | Checking rand v0.8.5 |
1732 | 2024-12-19T00:17:24.014Z | Checking litemap v0.7.3 |
1733 | 2024-12-19T00:17:24.242Z | Checking tinyvec_macros v0.1.1 |
1734 | 2024-12-19T00:17:24.268Z | Checking form_urlencoded v1.2.1 |
1735 | 2024-12-19T00:17:24.345Z | Checking tinyvec v1.8.0 |
1736 | 2024-12-19T00:17:24.379Z | Checking httparse v1.9.5 |
1737 | 2024-12-19T00:17:24.469Z | Checking base64ct v1.6.0 |
1738 | 2024-12-19T00:17:24.494Z | Checking icu_locid_transform_data v1.5.0 |
1739 | 2024-12-19T00:17:24.602Z | Checking atomic-waker v1.1.2 |
1740 | 2024-12-19T00:17:24.729Z | Checking regex-syntax v0.8.5 |
1741 | 2024-12-19T00:17:24.775Z | Checking bytes v1.8.0 |
1742 | 2024-12-19T00:17:24.828Z | Checking bitflags v2.6.0 |
1743 | 2024-12-19T00:17:24.934Z | Checking serde_json v1.0.132 |
1744 | 2024-12-19T00:17:25.138Z | Checking indexmap v2.6.0 |
1745 | 2024-12-19T00:17:25.253Z | Checking chrono v0.4.38 |
1746 | 2024-12-19T00:17:25.309Z | Checking rustix v0.38.37 |
1747 | 2024-12-19T00:17:25.573Z | Checking tokio v1.40.0 |
1748 | 2024-12-19T00:17:25.683Z | Checking uuid v1.11.0 |
1749 | 2024-12-19T00:17:26.349Z | Checking http v1.1.0 |
1750 | 2024-12-19T00:17:26.441Z | Checking tinystr v0.7.6 |
1751 | 2024-12-19T00:17:26.714Z | Checking unicode-normalization v0.1.24 |
1752 | 2024-12-19T00:17:26.838Z | Checking icu_locid v1.5.0 |
1753 | 2024-12-19T00:17:27.363Z | Checking schemars v0.8.21 |
1754 | 2024-12-19T00:17:27.658Z | Checking icu_collections v1.5.0 |
1755 | 2024-12-19T00:17:27.693Z | Checking hmac v0.12.1 |
1756 | 2024-12-19T00:17:27.774Z | Checking icu_properties_data v1.5.0 |
1757 | 2024-12-19T00:17:27.911Z | Checking icu_provider v1.5.0 |
1758 | 2024-12-19T00:17:27.936Z | Checking untrusted v0.9.0 |
1759 | 2024-12-19T00:17:27.964Z | Checking sha2 v0.10.8 |
1760 | 2024-12-19T00:17:28.030Z | Checking aho-corasick v1.1.3 |
1761 | 2024-12-19T00:17:28.106Z | Checking ring v0.17.8 |
1762 | 2024-12-19T00:17:28.319Z | Checking icu_normalizer_data v1.5.0 |
1763 | 2024-12-19T00:17:28.432Z | Checking write16 v1.0.0 |
1764 | 2024-12-19T00:17:28.531Z | Checking utf8_iter v1.0.4 |
1765 | 2024-12-19T00:17:28.565Z | Checking unicode-ident v1.0.13 |
1766 | 2024-12-19T00:17:28.600Z | Checking icu_locid_transform v1.5.0 |
1767 | 2024-12-19T00:17:28.738Z | Checking unicode-bidi v0.3.17 |
1768 | 2024-12-19T00:17:28.764Z | Checking utf16_iter v1.0.5 |
1769 | 2024-12-19T00:17:28.827Z | Checking lazy_static v1.5.0 |
1770 | 2024-12-19T00:17:28.928Z | Checking adler2 v2.0.0 |
1771 | 2024-12-19T00:17:28.957Z | Checking powerfmt v0.2.0 |
1772 | 2024-12-19T00:17:29.024Z | Checking time-core v0.1.2 |
1773 | 2024-12-19T00:17:29.102Z | Checking miniz_oxide v0.8.0 |
1774 | 2024-12-19T00:17:29.193Z | Checking num-conv v0.1.0 |
1775 | 2024-12-19T00:17:29.247Z | Checking deranged v0.3.11 |
1776 | 2024-12-19T00:17:29.333Z | Checking rustls-pki-types v1.9.0 |
1777 | 2024-12-19T00:17:29.437Z | Checking num_threads v0.1.7 |
1778 | 2024-12-19T00:17:29.567Z | Checking proc-macro2 v1.0.89 |
1779 | 2024-12-19T00:17:29.640Z | Checking icu_properties v1.5.1 |
1780 | 2024-12-19T00:17:29.662Z | Checking regex-automata v0.4.8 |
1781 | 2024-12-19T00:17:29.842Z | Checking pem-rfc7468 v0.7.0 |
1782 | 2024-12-19T00:17:29.934Z | Checking untrusted v0.7.1 |
1783 | 2024-12-19T00:17:29.937Z | Checking http-body v1.0.1 |
1784 | 2024-12-19T00:17:30.107Z | Checking aws-lc-sys v0.22.0 |
1785 | 2024-12-19T00:17:30.110Z | Checking httpdate v1.0.3 |
1786 | 2024-12-19T00:17:30.160Z | Checking base64 v0.22.1 |
1787 | 2024-12-19T00:17:30.271Z | Checking quote v1.0.37 |
1788 | 2024-12-19T00:17:30.359Z | Checking mirai-annotations v1.12.0 |
1789 | 2024-12-19T00:17:30.559Z | Checking try-lock v0.2.5 |
1790 | 2024-12-19T00:17:30.628Z | Checking flagset v0.4.6 |
1791 | 2024-12-19T00:17:30.655Z | Checking syn v2.0.87 |
1792 | 2024-12-19T00:17:30.705Z | Checking want v0.3.1 |
1793 | 2024-12-19T00:17:30.842Z | Checking der v0.7.9 |
1794 | 2024-12-19T00:17:30.905Z | Checking pbkdf2 v0.12.2 |
1795 | 2024-12-19T00:17:30.982Z | Checking time v0.3.36 |
1796 | 2024-12-19T00:17:31.084Z | Checking aes v0.8.4 |
1797 | 2024-12-19T00:17:31.991Z | Checking cbc v0.1.2 |
1798 | 2024-12-19T00:17:32.214Z | Checking salsa20 v0.10.2 |
1799 | 2024-12-19T00:17:32.430Z | Checking ahash v0.8.11 |
1800 | 2024-12-19T00:17:32.759Z | Checking spki v0.7.3 |
1801 | 2024-12-19T00:17:32.786Z | Checking aws-lc-rs v1.10.0 |
1802 | 2024-12-19T00:17:32.815Z | Checking tokio-util v0.7.12 |
1803 | 2024-12-19T00:17:32.935Z | Checking icu_normalizer v1.5.0 |
1804 | 2024-12-19T00:17:32.988Z | Checking slog v2.7.0 |
1805 | 2024-12-19T00:17:33.057Z | Checking tower-service v0.3.3 |
1806 | 2024-12-19T00:17:33.186Z | Checking scrypt v0.11.0 |
1807 | 2024-12-19T00:17:33.428Z | Checking mime v0.3.17 |
1808 | 2024-12-19T00:17:33.479Z | Checking gimli v0.31.1 |
1809 | 2024-12-19T00:17:33.505Z | Checking pkcs5 v0.7.1 |
1810 | 2024-12-19T00:17:33.710Z | Checking idna_adapter v1.2.0 |
1811 | 2024-12-19T00:17:33.713Z | Checking h2 v0.4.6 |
1812 | 2024-12-19T00:17:33.757Z | Checking object v0.36.5 |
1813 | 2024-12-19T00:17:33.906Z | Checking idna v1.0.3 |
1814 | 2024-12-19T00:17:34.002Z | Checking utf8parse v0.2.2 |
1815 | 2024-12-19T00:17:34.153Z | Checking rustc-demangle v0.1.24 |
1816 | 2024-12-19T00:17:34.270Z | Checking regex v1.11.1 |
1817 | 2024-12-19T00:17:34.426Z | Checking url v2.5.3 |
1818 | 2024-12-19T00:17:34.587Z | Checking pkcs8 v0.10.2 |
1819 | 2024-12-19T00:17:34.620Z | Checking rustls-webpki v0.102.8 |
1820 | 2024-12-19T00:17:34.916Z | Checking http-body-util v0.1.2 |
1821 | 2024-12-19T00:17:34.943Z | Checking futures-executor v0.3.31 |
1822 | 2024-12-19T00:17:35.188Z | Checking serde_spanned v0.6.8 |
1823 | 2024-12-19T00:17:35.280Z | Checking toml_datetime v0.6.8 |
1824 | 2024-12-19T00:17:35.362Z | Checking data-encoding v2.6.0 |
1825 | 2024-12-19T00:17:35.397Z | Checking ipnet v2.10.1 |
1826 | 2024-12-19T00:17:35.447Z | Checking unicode-width v0.1.14 |
1827 | 2024-12-19T00:17:35.579Z | Checking futures v0.3.31 |
1828 | 2024-12-19T00:17:35.702Z | Checking rustls-pemfile v2.2.0 |
1829 | 2024-12-19T00:17:35.855Z | Checking foreign-types-shared v0.1.1 |
1830 | 2024-12-19T00:17:35.931Z | Checking openssl-probe v0.1.5 |
1831 | 2024-12-19T00:17:35.957Z | Checking anstyle v1.0.10 |
1832 | 2024-12-19T00:17:35.982Z | Checking foreign-types v0.3.2 |
1833 | 2024-12-19T00:17:36.022Z | Checking serde_urlencoded v0.7.1 |
1834 | 2024-12-19T00:17:36.073Z | Checking semver v1.0.23 |
1835 | 2024-12-19T00:17:36.102Z | Checking sha1 v0.10.6 |
1836 | 2024-12-19T00:17:36.333Z | Checking openssl-sys v0.9.103 |
1837 | 2024-12-19T00:17:36.398Z | Checking encoding_rs v0.8.34 |
1838 | 2024-12-19T00:17:36.432Z | Checking rustls v0.23.14 |
1839 | 2024-12-19T00:17:36.508Z | Checking anstyle-parse v0.2.5 |
1840 | 2024-12-19T00:17:36.781Z | Checking camino v1.1.9 |
1841 | 2024-12-19T00:17:37.062Z | Checking anstyle-query v1.1.1 |
1842 | 2024-12-19T00:17:37.205Z | Checking either v1.13.0 |
1843 | 2024-12-19T00:17:37.306Z | Checking is_terminal_polyfill v1.70.1 |
1844 | 2024-12-19T00:17:37.382Z | Checking addr2line v0.24.2 |
1845 | 2024-12-19T00:17:37.432Z | Checking colorchoice v1.0.2 |
1846 | 2024-12-19T00:17:37.579Z | Checking winnow v0.6.20 |
1847 | 2024-12-19T00:17:37.603Z | Checking anstream v0.6.15 |
1848 | 2024-12-19T00:17:37.685Z | Checking openssl v0.10.66 |
1849 | 2024-12-19T00:17:37.906Z | Checking idna v0.3.0 |
1850 | 2024-12-19T00:17:38.023Z | Checking terminal_size v0.4.0 |
1851 | 2024-12-19T00:17:38.211Z | Checking openapiv3 v2.0.0 |
1852 | 2024-12-19T00:17:38.797Z | Checking signature v2.2.0 |
1853 | 2024-12-19T00:17:38.824Z | Checking strsim v0.11.1 |
1854 | 2024-12-19T00:17:39.018Z | Checking clap_lex v0.7.2 |
1855 | 2024-12-19T00:17:39.108Z | Checking psl-types v2.0.11 |
1856 | 2024-12-19T00:17:39.284Z | Checking clap_builder v4.5.21 |
1857 | 2024-12-19T00:17:39.305Z | Checking publicsuffix v2.2.3 |
1858 | 2024-12-19T00:17:39.526Z | Checking cookie v0.18.1 |
1859 | 2024-12-19T00:17:39.745Z | Checking hyper v1.5.0 |
1860 | 2024-12-19T00:17:39.993Z | Checking webpki-roots v0.26.6 |
1861 | 2024-12-19T00:17:40.157Z | Checking backtrace v0.3.74 |
1862 | 2024-12-19T00:17:40.224Z | Checking idna v0.5.0 |
1863 | 2024-12-19T00:17:40.526Z | Checking is-terminal v0.4.13 |
1864 | 2024-12-19T00:17:40.661Z | Checking scroll v0.12.0 |
1865 | 2024-12-19T00:17:40.762Z | Checking anyhow v1.0.93 |
1866 | 2024-12-19T00:17:41.172Z | Checking plain v0.2.3 |
1867 | 2024-12-19T00:17:41.241Z | Checking ucd-trie v0.1.7 |
1868 | 2024-12-19T00:17:41.241Z | Checking cookie_store v0.21.0 |
1869 | 2024-12-19T00:17:41.298Z | Checking goblin v0.8.2 |
1870 | 2024-12-19T00:17:41.366Z | Checking pest v2.7.14 |
1871 | 2024-12-19T00:17:41.536Z | Checking sync_wrapper v1.0.1 |
1872 | 2024-12-19T00:17:41.700Z | Checking base16ct v0.2.0 |
1873 | 2024-12-19T00:17:41.806Z | Checking hyper-util v0.1.10 |
1874 | 2024-12-19T00:17:41.842Z | Checking tokio-rustls v0.26.0 |
1875 | 2024-12-19T00:17:41.844Z | Checking pretty-hex v0.4.1 |
1876 | 2024-12-19T00:17:41.898Z | Checking sec1 v0.7.3 |
1877 | 2024-12-19T00:17:42.022Z | Checking num-integer v0.1.46 |
1878 | 2024-12-19T00:17:42.202Z | Checking ff v0.13.0 |
1879 | 2024-12-19T00:17:42.275Z | Checking clap v4.5.21 |
1880 | 2024-12-19T00:17:42.302Z | Checking thread-id v4.2.2 |
1881 | 2024-12-19T00:17:42.410Z | Checking toml_edit v0.22.22 |
1882 | 2024-12-19T00:17:42.438Z | Checking group v0.13.0 |
1883 | 2024-12-19T00:17:42.441Z | Checking hkdf v0.12.4 |
1884 | 2024-12-19T00:17:42.490Z | Checking crypto-bigint v0.5.5 |
1885 | 2024-12-19T00:17:42.680Z | Checking dirs-sys-next v0.1.2 |
1886 | 2024-12-19T00:17:42.713Z | Checking memmap v0.7.0 |
1887 | 2024-12-19T00:17:42.876Z | Checking crc32fast v1.4.2 |
1888 | 2024-12-19T00:17:42.934Z | Checking static_assertions v1.1.0 |
1889 | 2024-12-19T00:17:43.046Z | Checking utf-8 v0.7.6 |
1890 | 2024-12-19T00:17:43.127Z | Checking bitflags v1.3.2 |
1891 | 2024-12-19T00:17:43.155Z | Checking native-tls v0.2.12 |
1892 | 2024-12-19T00:17:43.241Z | Checking dirs-next v2.0.0 |
1893 | 2024-12-19T00:17:43.266Z | Checking crossbeam-channel v0.5.13 |
1894 | 2024-12-19T00:17:43.385Z | Checking thread_local v1.1.8 |
1895 | 2024-12-19T00:17:43.481Z | Checking tokio-native-tls v0.3.1 |
1896 | 2024-12-19T00:17:43.679Z | Checking unicode-segmentation v1.12.0 |
1897 | 2024-12-19T00:17:43.748Z | Checking hyper-rustls v0.27.3 |
1898 | 2024-12-19T00:17:43.776Z | Checking hyper-tls v0.6.0 |
1899 | 2024-12-19T00:17:43.852Z | Checking dtrace-parser v0.2.0 |
1900 | 2024-12-19T00:17:44.043Z | Checking term v0.7.0 |
1901 | 2024-12-19T00:17:44.098Z | Checking num-iter v0.1.45 |
1902 | 2024-12-19T00:17:44.127Z | Checking reqwest v0.12.9 |
1903 | 2024-12-19T00:17:44.269Z | Checking crossbeam-epoch v0.9.18 |
1904 | 2024-12-19T00:17:44.334Z | Checking take_mut v0.2.2 |
1905 | 2024-12-19T00:17:44.370Z | Checking match_cfg v0.1.0 |
1906 | 2024-12-19T00:17:44.467Z | Checking hostname v0.3.1 |
1907 | 2024-12-19T00:17:44.470Z | Checking slog-term v2.9.1 |
1908 | 2024-12-19T00:17:44.511Z | Checking slog-async v2.8.0 |
1909 | 2024-12-19T00:17:44.611Z | Checking bstr v1.10.0 |
1910 | 2024-12-19T00:17:44.728Z | Checking rfc6979 v0.4.0 |
1911 | 2024-12-19T00:17:44.797Z | Checking hex v0.4.3 |
1912 | 2024-12-19T00:17:44.924Z | Checking winnow v0.5.40 |
1913 | 2024-12-19T00:17:44.927Z | Checking toml v0.8.19 |
1914 | 2024-12-19T00:17:44.994Z | Checking managed v0.8.0 |
1915 | 2024-12-19T00:17:45.304Z | Checking elliptic-curve v0.13.8 |
1916 | 2024-12-19T00:17:45.339Z | Checking crossbeam-deque v0.8.5 |
1917 | 2024-12-19T00:17:45.373Z | Checking num-bigint-dig v0.8.4 |
1918 | 2024-12-19T00:17:45.539Z | Checking flate2 v1.0.34 |
1919 | 2024-12-19T00:17:45.654Z | Checking rustls v0.22.4 |
1920 | 2024-12-19T00:17:45.698Z | Checking pkcs1 v0.7.5 |
1921 | 2024-12-19T00:17:45.951Z | Checking ecdsa v0.16.9 |
1922 | 2024-12-19T00:17:45.987Z | Checking curve25519-dalek v4.1.3 |
1923 | 2024-12-19T00:17:46.118Z | Checking dof v0.3.0 |
1924 | 2024-12-19T00:17:46.143Z | Checking zerocopy v0.6.6 |
1925 | 2024-12-19T00:17:46.166Z | Checking siphasher v0.3.11 |
1926 | 2024-12-19T00:17:46.477Z | Checking rayon-core v1.12.1 |
1927 | 2024-12-19T00:17:46.706Z | Checking ed25519 v2.2.3 |
1928 | 2024-12-19T00:17:46.736Z | Checking usdt-impl v0.5.0 |
1929 | 2024-12-19T00:17:46.934Z | Checking slog-json v2.6.1 |
1930 | 2024-12-19T00:17:47.002Z | Checking signal-hook v0.3.17 |
1931 | 2024-12-19T00:17:47.189Z | Checking quick-error v1.2.3 |
1932 | 2024-12-19T00:17:47.216Z | Checking debug-ignore v1.0.5 |
1933 | 2024-12-19T00:17:47.300Z | Checking usdt v0.5.0 |
1934 | 2024-12-19T00:17:47.332Z | Checking slog-bunyan v2.5.0 |
1935 | 2024-12-19T00:17:47.356Z | Checking multer v3.1.0 |
1936 | 2024-12-19T00:17:47.358Z | Checking itertools v0.10.5 |
1937 | 2024-12-19T00:17:47.466Z | Checking rsa v0.9.6 |
1938 | 2024-12-19T00:17:47.498Z | Checking x509-cert v0.2.5 |
1939 | 2024-12-19T00:17:47.561Z | Checking idna v0.4.0 |
1940 | 2024-12-19T00:17:47.753Z | Checking hubpack v0.1.2 |
1941 | 2024-12-19T00:17:47.822Z | Checking ed25519-dalek v2.1.1 |
1942 | 2024-12-19T00:17:47.930Z | Checking toml_edit v0.19.15 |
1943 | 2024-12-19T00:17:48.072Z | Checking serde_path_to_error v0.1.16 |
1944 | 2024-12-19T00:17:48.244Z | Checking waitgroup v0.1.2 |
1945 | 2024-12-19T00:17:48.398Z | Checking bzip2-sys v0.1.11+1.0.8 |
1946 | 2024-12-19T00:17:48.423Z | Checking async-stream v0.3.6 |
1947 | 2024-12-19T00:17:48.617Z | Checking hostname v0.4.0 |
1948 | 2024-12-19T00:17:48.627Z | Checking bit-vec v0.6.3 |
1949 | 2024-12-19T00:17:48.627Z | Checking bzip2 v0.4.4 |
1950 | 2024-12-19T00:17:48.649Z | Checking hickory-proto v0.24.1 |
1951 | 2024-12-19T00:17:48.676Z | Checking signal-hook-mio v0.2.4 |
1952 | 2024-12-19T00:17:48.830Z | Checking console v0.15.8 |
1953 | 2024-12-19T00:17:48.871Z | Checking bit-set v0.5.3 |
1954 | 2024-12-19T00:17:48.913Z | Checking hash32 v0.2.1 |
1955 | 2024-12-19T00:17:49.124Z | Checking unicode-properties v0.1.3 |
1956 | 2024-12-19T00:17:49.165Z | Checking linked-hash-map v0.5.6 |
1957 | 2024-12-19T00:17:49.226Z | Checking predicates-core v1.0.8 |
1958 | 2024-12-19T00:17:49.254Z | Checking tokio-rustls v0.25.0 |
1959 | 2024-12-19T00:17:49.386Z | Checking heapless v0.7.17 |
1960 | 2024-12-19T00:17:49.427Z | Checking crossterm v0.28.1 |
1961 | 2024-12-19T00:17:49.479Z | Checking lru-cache v0.1.2 |
1962 | 2024-12-19T00:17:49.481Z | Checking stringprep v0.1.5 |
1963 | 2024-12-19T00:17:49.605Z | Checking rayon v1.10.0 |
1964 | 2024-12-19T00:17:49.657Z | Checking dropshot v0.12.0 |
1965 | 2024-12-19T00:17:49.660Z | Checking phf_shared v0.11.2 |
1966 | 2024-12-19T00:17:49.762Z | Checking similar v2.6.0 |
1967 | 2024-12-19T00:17:49.959Z | Checking tokio-stream v0.1.16 |
1968 | 2024-12-19T00:17:50.337Z | Checking toml v0.7.8 |
1969 | 2024-12-19T00:17:50.402Z | Checking md-5 v0.10.6 |
1970 | 2024-12-19T00:17:50.645Z | Checking float-cmp v0.9.0 |
1971 | 2024-12-19T00:17:50.649Z | Checking fixedbitset v0.4.2 |
1972 | 2024-12-19T00:17:50.814Z | Checking difflib v0.4.0 |
1973 | 2024-12-19T00:17:50.843Z | Checking normalize-line-endings v0.3.0 |
1974 | 2024-12-19T00:17:50.934Z | Checking fallible-iterator v0.2.0 |
1975 | 2024-12-19T00:17:50.975Z | Checking petgraph v0.6.5 |
1976 | 2024-12-19T00:17:51.034Z | Checking smoltcp v0.9.1 |
1977 | 2024-12-19T00:17:51.144Z | Checking predicates v3.1.2 |
1978 | 2024-12-19T00:17:51.181Z | Checking phf v0.11.2 |
1979 | 2024-12-19T00:17:51.480Z | Checking zip v0.6.6 |
1980 | 2024-12-19T00:17:51.566Z | Checking postgres-protocol v0.6.7 |
1981 | 2024-12-19T00:17:51.833Z | Checking resolv-conf v0.7.0 |
1982 | 2024-12-19T00:17:52.179Z | Checking phf_shared v0.10.0 |
1983 | 2024-12-19T00:17:52.221Z | Checking tungstenite v0.24.0 |
1984 | 2024-12-19T00:17:52.272Z | Checking fs-err v2.11.0 |
1985 | 2024-12-19T00:17:52.448Z | Checking serde-big-array v0.5.1 |
1986 | 2024-12-19T00:17:52.479Z | Checking portable-atomic v1.9.0 |
1987 | 2024-12-19T00:17:52.691Z | Checking number_prefix v0.4.0 |
1988 | 2024-12-19T00:17:52.842Z | Checking unicode-width v0.2.0 |
1989 | 2024-12-19T00:17:52.888Z | Checking precomputed-hash v0.1.1 |
1990 | 2024-12-19T00:17:53.006Z | Checking new_debug_unreachable v1.0.6 |
1991 | 2024-12-19T00:17:53.089Z | Checking lalrpop-util v0.19.12 |
1992 | 2024-12-19T00:17:53.115Z | Checking minimal-lexical v0.2.1 |
1993 | 2024-12-19T00:17:53.312Z | Checking string_cache v0.8.7 |
1994 | 2024-12-19T00:17:53.376Z | Checking tokio-tungstenite v0.24.0 |
1995 | 2024-12-19T00:17:53.379Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1996 | 2024-12-19T00:17:53.472Z | Checking hickory-resolver v0.24.1 |
1997 | 2024-12-19T00:17:53.501Z | Checking nom v7.1.3 |
1998 | 2024-12-19T00:17:53.503Z | Checking postgres-types v0.2.8 |
1999 | 2024-12-19T00:17:53.547Z | Checking indicatif v0.17.9 |
2000 | 2024-12-19T00:17:53.577Z | Checking itertools v0.12.1 |
2001 | 2024-12-19T00:17:53.844Z | Checking peg-runtime v0.8.3 |
2002 | 2024-12-19T00:17:54.088Z | Checking whoami v1.5.2 |
2003 | 2024-12-19T00:17:54.285Z | Compiling hashbrown v0.14.5 |
2004 | 2024-12-19T00:17:54.316Z | Compiling ident_case v1.0.1 |
2005 | 2024-12-19T00:17:54.376Z | Compiling unsafe-libyaml v0.2.11 |
2006 | 2024-12-19T00:17:54.418Z | Checking tokio-postgres v0.7.12 |
2007 | 2024-12-19T00:17:54.489Z | Compiling darling_core v0.20.10 |
2008 | 2024-12-19T00:17:55.080Z | Checking qorb v0.2.1 |
2009 | 2024-12-19T00:17:55.613Z | Compiling regress v0.10.1 |
2010 | 2024-12-19T00:17:56.155Z | Compiling serde_yaml v0.9.34+deprecated |
2011 | 2024-12-19T00:17:56.314Z | Checking heck v0.5.0 |
2012 | 2024-12-19T00:17:56.524Z | Checking progenitor-client v0.8.0 |
2013 | 2024-12-19T00:17:56.905Z | Checking fastrand v2.1.1 |
2014 | 2024-12-19T00:17:57.248Z | Compiling newtype-uuid v1.1.3 |
2015 | 2024-12-19T00:17:57.564Z | Checking ipnetwork v0.20.0 |
2016 | 2024-12-19T00:17:57.622Z | Compiling structmeta-derive v0.3.0 |
2017 | 2024-12-19T00:17:57.624Z | Checking strum v0.26.3 |
2018 | 2024-12-19T00:17:57.803Z | Compiling dropshot v0.13.0 |
2019 | 2024-12-19T00:17:57.936Z | Checking macaddr v1.0.1 |
2020 | 2024-12-19T00:17:58.174Z | Compiling dropshot_endpoint v0.13.0 |
2021 | 2024-12-19T00:17:58.254Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2022 | 2024-12-19T00:17:58.989Z | Checking tempfile v3.13.0 |
2023 | 2024-12-19T00:17:58.991Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2024 | 2024-12-19T00:17:59.364Z | Compiling typify-impl v0.2.0 |
2025 | 2024-12-19T00:17:59.389Z | Checking instant v0.1.13 |
2026 | 2024-12-19T00:17:59.516Z | Checking regress v0.9.1 |
2027 | 2024-12-19T00:18:00.488Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2028 | 2024-12-19T00:18:00.588Z | Compiling structmeta v0.3.0 |
2029 | 2024-12-19T00:18:00.635Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2030 | 2024-12-19T00:18:00.945Z | Checking backoff v0.4.0 |
2031 | 2024-12-19T00:18:01.022Z | Compiling parse-display-derive v0.10.0 |
2032 | 2024-12-19T00:18:01.263Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2033 | 2024-12-19T00:18:01.266Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2034 | 2024-12-19T00:18:01.420Z | Checking wait-timeout v0.2.0 |
2035 | 2024-12-19T00:18:01.447Z | Checking rand_xorshift v0.3.0 |
2036 | 2024-12-19T00:18:01.522Z | Compiling darling_macro v0.20.10 |
2037 | 2024-12-19T00:18:01.616Z | Checking rusty-fork v0.3.0 |
2038 | 2024-12-19T00:18:01.641Z | Checking unarray v0.1.4 |
2039 | 2024-12-19T00:18:01.798Z | Compiling structmeta-derive v0.2.0 |
2040 | 2024-12-19T00:18:01.912Z | Checking proptest v1.5.0 |
2041 | 2024-12-19T00:18:02.478Z | Compiling darling v0.20.10 |
2042 | 2024-12-19T00:18:02.616Z | Compiling serde_with_macros v3.11.0 |
2043 | 2024-12-19T00:18:03.008Z | Checking camino-tempfile v1.1.1 |
2044 | 2024-12-19T00:18:03.321Z | Compiling proc-macro-error v1.0.4 |
2045 | 2024-12-19T00:18:03.520Z | Compiling proc-macro-crate v1.3.1 |
2046 | 2024-12-19T00:18:03.995Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2047 | 2024-12-19T00:18:04.379Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2048 | 2024-12-19T00:18:04.656Z | Compiling num_enum_derive v0.5.11 |
2049 | 2024-12-19T00:18:04.712Z | Compiling foreign-types-macros v0.2.3 |
2050 | 2024-12-19T00:18:04.795Z | Compiling structmeta v0.2.0 |
2051 | 2024-12-19T00:18:05.231Z | Compiling test-strategy v0.3.1 |
2052 | 2024-12-19T00:18:05.545Z | Checking serde_with v3.11.0 |
2053 | 2024-12-19T00:18:05.582Z | Checking parse-display v0.10.0 |
2054 | 2024-12-19T00:18:05.824Z | Checking foreign-types-shared v0.3.1 |
2055 | 2024-12-19T00:18:06.003Z | Checking foreign-types v0.5.0 |
2056 | 2024-12-19T00:18:06.132Z | Checking tabwriter v1.4.0 |
2057 | 2024-12-19T00:18:06.297Z | Checking cstr-argument v0.1.2 |
2058 | 2024-12-19T00:18:06.372Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2059 | 2024-12-19T00:18:06.479Z | Checking pretty-hex v0.2.1 |
2060 | 2024-12-19T00:18:06.605Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2061 | 2024-12-19T00:18:06.658Z | Checking colored v2.1.0 |
2062 | 2024-12-19T00:18:06.912Z | Checking smf v0.2.3 |
2063 | 2024-12-19T00:18:06.915Z | Checking base64 v0.21.7 |
2064 | 2024-12-19T00:18:06.962Z | Compiling crucible-workspace-hack v0.1.0 |
2065 | 2024-12-19T00:18:07.180Z | Checking num_enum v0.5.11 |
2066 | 2024-12-19T00:18:07.228Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2067 | 2024-12-19T00:18:07.230Z | Compiling zerocopy v0.8.10 |
2068 | 2024-12-19T00:18:07.339Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2069 | 2024-12-19T00:18:07.389Z | Checking atomicwrites v0.4.4 |
2070 | 2024-12-19T00:18:07.412Z | Compiling itertools v0.13.0 |
2071 | 2024-12-19T00:18:07.434Z | Compiling zerocopy-derive v0.8.10 |
2072 | 2024-12-19T00:18:07.590Z | Checking termtree v0.4.1 |
2073 | 2024-12-19T00:18:07.614Z | Compiling heapless v0.8.0 |
2074 | 2024-12-19T00:18:07.858Z | Checking predicates-tree v1.0.11 |
2075 | 2024-12-19T00:18:08.143Z | Checking hash32 v0.3.1 |
2076 | 2024-12-19T00:18:08.265Z | Compiling smoltcp v0.11.0 |
2077 | 2024-12-19T00:18:08.339Z | Checking cobs v0.2.3 |
2078 | 2024-12-19T00:18:08.534Z | Checking postcard v1.0.10 |
2079 | 2024-12-19T00:18:09.002Z | Checking sigpipe v0.1.3 |
2080 | 2024-12-19T00:18:09.062Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2081 | 2024-12-19T00:18:09.105Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2082 | 2024-12-19T00:18:09.130Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2083 | 2024-12-19T00:18:09.235Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2084 | 2024-12-19T00:18:09.268Z | Compiling mockall_derive v0.13.0 |
2085 | 2024-12-19T00:18:09.422Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2086 | 2024-12-19T00:18:09.538Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2087 | 2024-12-19T00:18:09.760Z | Compiling zone_cfg_derive v0.3.0 |
2088 | 2024-12-19T00:18:10.006Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2089 | 2024-12-19T00:18:10.376Z | Compiling num-derive v0.4.2 |
2090 | 2024-12-19T00:18:10.589Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2091 | 2024-12-19T00:18:11.274Z | Checking downcast v0.11.0 |
2092 | 2024-12-19T00:18:11.471Z | Checking fragile v2.0.0 |
2093 | 2024-12-19T00:18:11.666Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2094 | 2024-12-19T00:18:11.752Z | Checking zone v0.3.0 |
2095 | 2024-12-19T00:18:11.987Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2096 | 2024-12-19T00:18:12.242Z | Compiling convert_case v0.4.0 |
2097 | 2024-12-19T00:18:12.507Z | Checking newline-converter v0.3.0 |
2098 | 2024-12-19T00:18:12.681Z | Checking expectorate v1.1.0 |
2099 | 2024-12-19T00:18:12.721Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2100 | 2024-12-19T00:18:12.874Z | Checking tungstenite v0.21.0 |
2101 | 2024-12-19T00:18:13.217Z | Checking same-file v1.0.6 |
2102 | 2024-12-19T00:18:13.251Z | Compiling derive_more v0.99.18 |
2103 | 2024-12-19T00:18:13.400Z | Checking walkdir v2.5.0 |
2104 | 2024-12-19T00:18:13.484Z | Checking arc-swap v1.7.1 |
2105 | 2024-12-19T00:18:13.684Z | Checking xattr v1.3.1 |
2106 | 2024-12-19T00:18:13.850Z | Checking tokio-tungstenite v0.21.0 |
2107 | 2024-12-19T00:18:13.901Z | Checking filetime v0.2.25 |
2108 | 2024-12-19T00:18:13.933Z | Checking slog-scope v4.4.0 |
2109 | 2024-12-19T00:18:14.125Z | Checking tar v0.4.42 |
2110 | 2024-12-19T00:18:14.128Z | Checking slog-stdlog v4.1.1 |
2111 | 2024-12-19T00:18:14.324Z | Checking slog-envlogger v2.2.0 |
2112 | 2024-12-19T00:18:14.349Z | Checking num-rational v0.4.2 |
2113 | 2024-12-19T00:18:14.563Z | Checking num-complex v0.4.6 |
2114 | 2024-12-19T00:18:14.969Z | Checking float-ord v0.3.2 |
2115 | 2024-12-19T00:18:15.039Z | Checking swrite v0.1.0 |
2116 | 2024-12-19T00:18:15.125Z | Compiling cancel-safe-futures v0.1.5 |
2117 | 2024-12-19T00:18:15.169Z | Compiling owo-colors v4.1.0 |
2118 | 2024-12-19T00:18:15.172Z | Checking libsw v3.3.1 |
2119 | 2024-12-19T00:18:15.450Z | Checking pem v3.0.4 |
2120 | 2024-12-19T00:18:15.492Z | Checking num v0.4.3 |
2121 | 2024-12-19T00:18:15.626Z | Checking password-hash v0.5.0 |
2122 | 2024-12-19T00:18:15.703Z | Checking blake2 v0.10.6 |
2123 | 2024-12-19T00:18:16.013Z | Checking indent_write v2.2.0 |
2124 | 2024-12-19T00:18:16.110Z | Checking linear-map v1.2.0 |
2125 | 2024-12-19T00:18:16.151Z | Checking argon2 v0.5.3 |
2126 | 2024-12-19T00:18:16.225Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2127 | 2024-12-19T00:18:16.589Z | Compiling lzma-sys v0.1.20 |
2128 | 2024-12-19T00:18:16.859Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2129 | 2024-12-19T00:18:16.965Z | Checking headers-core v0.3.0 |
2130 | 2024-12-19T00:18:17.121Z | Compiling heck v0.3.3 |
2131 | 2024-12-19T00:18:17.212Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2132 | 2024-12-19T00:18:17.385Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2133 | 2024-12-19T00:18:17.517Z | Checking headers v0.4.0 |
2134 | 2024-12-19T00:18:17.544Z | Compiling zone_cfg_derive v0.1.2 |
2135 | 2024-12-19T00:18:17.574Z | Compiling typify-macro v0.2.0 |
2136 | 2024-12-19T00:18:17.602Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2137 | 2024-12-19T00:18:17.715Z | Checking mockall v0.13.0 |
2138 | 2024-12-19T00:18:17.916Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2139 | 2024-12-19T00:18:17.941Z | Checking yasna v0.5.2 |
2140 | 2024-12-19T00:18:17.981Z | Checking base64 v0.13.1 |
2141 | 2024-12-19T00:18:18.407Z | Checking highway v1.2.0 |
2142 | 2024-12-19T00:18:18.632Z | Checking ron v0.7.1 |
2143 | 2024-12-19T00:18:18.711Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2144 | 2024-12-19T00:18:18.828Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2145 | 2024-12-19T00:18:18.852Z | Checking rcgen v0.12.1 |
2146 | 2024-12-19T00:18:19.083Z | Checking zone v0.1.8 |
2147 | 2024-12-19T00:18:19.315Z | Checking xz2 v0.1.7 |
2148 | 2024-12-19T00:18:19.633Z | Checking subprocess v0.2.9 |
2149 | 2024-12-19T00:18:19.758Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2150 | 2024-12-19T00:18:19.782Z | Checking humantime v2.1.0 |
2151 | 2024-12-19T00:18:20.097Z | Compiling semver v0.1.20 |
2152 | 2024-12-19T00:18:20.196Z | Checking half v2.4.1 |
2153 | 2024-12-19T00:18:20.646Z | Compiling rustc_version v0.1.7 |
2154 | 2024-12-19T00:18:20.705Z | Checking ciborium-io v0.2.2 |
2155 | 2024-12-19T00:18:20.743Z | Checking prettyplease v0.2.25 |
2156 | 2024-12-19T00:18:20.845Z | Checking ciborium-ll v0.2.2 |
2157 | 2024-12-19T00:18:20.991Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2158 | 2024-12-19T00:18:21.161Z | Checking ciborium v0.2.2 |
2159 | 2024-12-19T00:18:21.185Z | Compiling newtype_derive v0.1.6 |
2160 | 2024-12-19T00:18:21.851Z | Compiling typify v0.2.0 |
2161 | 2024-12-19T00:18:21.987Z | Compiling progenitor-impl v0.8.0 |
2162 | 2024-12-19T00:18:22.388Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2163 | 2024-12-19T00:18:24.049Z | Checking steno v0.4.1 |
2164 | 2024-12-19T00:18:24.225Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2165 | 2024-12-19T00:18:24.262Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2166 | 2024-12-19T00:18:24.558Z | Compiling slog-dtrace v0.3.0 |
2167 | 2024-12-19T00:18:24.789Z | Checking display-error-chain v0.2.2 |
2168 | 2024-12-19T00:18:24.979Z | Checking gethostname v0.5.0 |
2169 | 2024-12-19T00:18:25.117Z | Checking nibble_vec v0.1.0 |
2170 | 2024-12-19T00:18:25.314Z | Compiling blake3 v1.5.4 |
2171 | 2024-12-19T00:18:25.346Z | Compiling ring v0.16.20 |
2172 | 2024-12-19T00:18:25.483Z | Checking keccak v0.1.5 |
2173 | 2024-12-19T00:18:25.820Z | Checking endian-type v0.1.2 |
2174 | 2024-12-19T00:18:26.048Z | Checking radix_trie v0.2.1 |
2175 | 2024-12-19T00:18:26.153Z | Checking sha3 v0.10.8 |
2176 | 2024-12-19T00:18:26.276Z | Checking universal-hash v0.5.1 |
2177 | 2024-12-19T00:18:26.436Z | Checking secrecy v0.8.0 |
2178 | 2024-12-19T00:18:26.476Z | Checking opaque-debug v0.3.1 |
2179 | 2024-12-19T00:18:26.520Z | Checking aead v0.5.2 |
2180 | 2024-12-19T00:18:26.559Z | Checking chacha20 v0.9.1 |
2181 | 2024-12-19T00:18:26.584Z | Checking poly1305 v0.8.0 |
2182 | 2024-12-19T00:18:26.942Z | Compiling memmap2 v0.9.5 |
2183 | 2024-12-19T00:18:27.091Z | Compiling constant_time_eq v0.3.1 |
2184 | 2024-12-19T00:18:27.283Z | Compiling spin v0.5.2 |
2185 | 2024-12-19T00:18:27.404Z | Compiling arrayref v0.3.9 |
2186 | 2024-12-19T00:18:27.518Z | Compiling arrayvec v0.7.6 |
2187 | 2024-12-19T00:18:27.536Z | Compiling toolchain_find v0.4.0 |
2188 | 2024-12-19T00:18:27.643Z | Compiling thiserror-impl-no-std v2.0.2 |
2189 | 2024-12-19T00:18:27.710Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2190 | 2024-12-19T00:18:28.014Z | Compiling topological-sort v0.2.2 |
2191 | 2024-12-19T00:18:28.120Z | Compiling rustfmt-wrapper v0.2.1 |
2192 | 2024-12-19T00:18:28.247Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2193 | 2024-12-19T00:18:28.476Z | Checking chacha20poly1305 v0.10.1 |
2194 | 2024-12-19T00:18:28.587Z | Compiling async-recursion v1.1.1 |
2195 | 2024-12-19T00:18:28.670Z | Checking fxhash v0.2.1 |
2196 | 2024-12-19T00:18:28.714Z | Checking simd-adler32 v0.3.7 |
2197 | 2024-12-19T00:18:28.861Z | Checking bumpalo v3.16.0 |
2198 | 2024-12-19T00:18:29.085Z | Compiling zip v2.1.3 |
2199 | 2024-12-19T00:18:29.191Z | Checking lockfree-object-pool v0.1.6 |
2200 | 2024-12-19T00:18:29.213Z | Checking termcolor v1.4.1 |
2201 | 2024-12-19T00:18:29.447Z | Checking maplit v1.0.2 |
2202 | 2024-12-19T00:18:29.450Z | Checking zopfli v0.8.1 |
2203 | 2024-12-19T00:18:29.575Z | Compiling radium v0.7.0 |
2204 | 2024-12-19T00:18:29.647Z | Checking tap v1.0.1 |
2205 | 2024-12-19T00:18:29.824Z | Compiling maybe-uninit v2.0.0 |
2206 | 2024-12-19T00:18:30.107Z | Compiling progenitor-macro v0.8.0 |
2207 | 2024-12-19T00:18:30.263Z | Checking wyz v0.5.1 |
2208 | 2024-12-19T00:18:30.425Z | Checking home v0.5.9 |
2209 | 2024-12-19T00:18:30.474Z | Compiling packed_struct v0.10.1 |
2210 | 2024-12-19T00:18:30.585Z | Checking crc-catalog v2.4.0 |
2211 | 2024-12-19T00:18:30.677Z | Checking funty v2.0.0 |
2212 | 2024-12-19T00:18:30.735Z | Checking crc v3.2.1 |
2213 | 2024-12-19T00:18:30.919Z | Checking thiserror-no-std v2.0.2 |
2214 | 2024-12-19T00:18:30.922Z | Compiling omicron-zone-package v0.11.1 |
2215 | 2024-12-19T00:18:31.041Z | Checking vsss-rs v3.3.4 |
2216 | 2024-12-19T00:18:31.265Z | Compiling const_format_proc_macros v0.2.33 |
2217 | 2024-12-19T00:18:31.321Z | Checking kstat-rs v0.2.4 |
2218 | 2024-12-19T00:18:31.619Z | Checking bitvec v1.0.1 |
2219 | 2024-12-19T00:18:31.678Z | Compiling packed_struct_codegen v0.10.1 |
2220 | 2024-12-19T00:18:31.887Z | Compiling vte_generate_state_changes v0.1.2 |
2221 | 2024-12-19T00:18:32.555Z | Compiling indexmap v1.9.3 |
2222 | 2024-12-19T00:18:32.619Z | Compiling libefi-sys v0.1.0 |
2223 | 2024-12-19T00:18:32.918Z | Checking nodrop v0.1.14 |
2224 | 2024-12-19T00:18:33.019Z | Checking vte v0.11.1 |
2225 | 2024-12-19T00:18:33.048Z | Checking array-init v0.0.4 |
2226 | 2024-12-19T00:18:33.435Z | Checking const_format v0.2.33 |
2227 | 2024-12-19T00:18:33.944Z | Checking smallvec v0.6.14 |
2228 | 2024-12-19T00:18:34.116Z | Checking fd-lock v4.0.2 |
2229 | 2024-12-19T00:18:34.325Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2230 | 2024-12-19T00:18:34.345Z | Compiling bitfield-struct v0.6.2 |
2231 | 2024-12-19T00:18:34.367Z | Checking hashbrown v0.12.3 |
2232 | 2024-12-19T00:18:34.370Z | Checking bitfield v0.14.0 |
2233 | 2024-12-19T00:18:34.513Z | Checking strip-ansi-escapes v0.2.0 |
2234 | 2024-12-19T00:18:34.677Z | Checking serde-hex v0.1.0 |
2235 | 2024-12-19T00:18:34.847Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2236 | 2024-12-19T00:18:35.105Z | Checking env_logger v0.10.2 |
2237 | 2024-12-19T00:18:35.128Z | Checking ron v0.8.1 |
2238 | 2024-12-19T00:18:35.518Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2239 | 2024-12-19T00:18:35.797Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2240 | 2024-12-19T00:18:35.848Z | Checking hashbrown v0.13.2 |
2241 | 2024-12-19T00:18:36.036Z | Checking crc-any v2.5.0 |
2242 | 2024-12-19T00:18:36.361Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2243 | 2024-12-19T00:18:36.385Z | Checking nu-ansi-term v0.50.1 |
2244 | 2024-12-19T00:18:36.425Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2245 | 2024-12-19T00:18:36.477Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2246 | 2024-12-19T00:18:36.794Z | Checking reedline v0.35.0 |
2247 | 2024-12-19T00:18:36.916Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2248 | 2024-12-19T00:18:36.958Z | Checking path-slash v0.1.5 |
2249 | 2024-12-19T00:18:36.982Z | Checking object v0.30.4 |
2250 | 2024-12-19T00:18:37.114Z | Compiling parking_lot_core v0.8.6 |
2251 | 2024-12-19T00:18:37.165Z | Compiling phf_generator v0.11.2 |
2252 | 2024-12-19T00:18:37.366Z | Checking bytecount v0.6.8 |
2253 | 2024-12-19T00:18:37.368Z | Checking glob v0.3.1 |
2254 | 2024-12-19T00:18:37.538Z | Checking papergrid v0.11.0 |
2255 | 2024-12-19T00:18:37.760Z | Compiling phf_codegen v0.11.2 |
2256 | 2024-12-19T00:18:37.950Z | Checking parking_lot v0.11.2 |
2257 | 2024-12-19T00:18:37.988Z | Compiling tabled_derive v0.7.0 |
2258 | 2024-12-19T00:18:38.328Z | Compiling parse-zoneinfo v0.3.1 |
2259 | 2024-12-19T00:18:38.382Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2260 | 2024-12-19T00:18:38.602Z | Compiling cfg_aliases v0.1.1 |
2261 | 2024-12-19T00:18:38.724Z | Compiling nix v0.28.0 |
2262 | 2024-12-19T00:18:39.063Z | Compiling chrono-tz-build v0.4.0 |
2263 | 2024-12-19T00:18:39.567Z | Checking sled v0.34.7 |
2264 | 2024-12-19T00:18:39.594Z | Checking hickory-client v0.24.1 |
2265 | 2024-12-19T00:18:40.253Z | Checking hickory-server v0.24.1 |
2266 | 2024-12-19T00:18:40.458Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2267 | 2024-12-19T00:18:40.496Z | Checking tabled v0.15.0 |
2268 | 2024-12-19T00:18:40.530Z | Compiling chrono-tz v0.10.0 |
2269 | 2024-12-19T00:18:41.193Z | Compiling buf-list v1.0.3 |
2270 | 2024-12-19T00:18:42.406Z | Compiling peg-macros v0.8.4 |
2271 | 2024-12-19T00:18:42.629Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2272 | 2024-12-19T00:18:43.182Z | Compiling sqlparser_derive v0.2.2 |
2273 | 2024-12-19T00:18:43.185Z | Checking unicode_categories v0.1.1 |
2274 | 2024-12-19T00:18:43.524Z | Checking sqlformat v0.2.6 |
2275 | 2024-12-19T00:18:44.217Z | Checking bcs v0.1.6 |
2276 | 2024-12-19T00:18:44.364Z | Checking sqlparser v0.45.0 |
2277 | 2024-12-19T00:18:44.482Z | Checking rustyline v14.0.0 |
2278 | 2024-12-19T00:18:44.694Z | Checking primeorder v0.13.6 |
2279 | 2024-12-19T00:18:45.139Z | Compiling unicase v2.7.0 |
2280 | 2024-12-19T00:18:45.164Z | Checking progenitor v0.8.0 |
2281 | 2024-12-19T00:18:45.414Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2282 | 2024-12-19T00:18:45.710Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2283 | 2024-12-19T00:18:46.072Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2284 | 2024-12-19T00:18:47.917Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2285 | 2024-12-19T00:18:49.598Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2286 | 2024-12-19T00:18:50.111Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2287 | 2024-12-19T00:18:50.637Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2288 | 2024-12-19T00:18:53.059Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2289 | 2024-12-19T00:18:53.381Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2290 | 2024-12-19T00:18:54.072Z | Checking peg v0.8.4 |
2291 | 2024-12-19T00:18:54.301Z | Checking nanorand v0.7.0 |
2292 | 2024-12-19T00:18:54.389Z | Checking atty v0.2.14 |
2293 | 2024-12-19T00:18:54.518Z | Compiling salty v0.3.0 |
2294 | 2024-12-19T00:18:54.659Z | Checking flume v0.11.1 |
2295 | 2024-12-19T00:18:54.936Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2296 | 2024-12-19T00:18:55.008Z | Checking p384 v0.13.0 |
2297 | 2024-12-19T00:18:55.169Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2298 | 2024-12-19T00:18:55.224Z | Compiling mime_guess v2.0.5 |
2299 | 2024-12-19T00:18:55.745Z | Checking env_filter v0.1.2 |
2300 | 2024-12-19T00:18:55.802Z | Checking http-range v0.1.5 |
2301 | 2024-12-19T00:18:55.990Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2302 | 2024-12-19T00:18:56.011Z | Checking env_logger v0.11.5 |
2303 | 2024-12-19T00:18:56.167Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2304 | 2024-12-19T00:18:56.332Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2305 | 2024-12-19T00:18:56.335Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2306 | 2024-12-19T00:18:56.554Z | Compiling dsl_auto_type v0.1.2 |
2307 | 2024-12-19T00:18:56.667Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2308 | 2024-12-19T00:18:56.669Z | Checking scheduled-thread-pool v0.2.7 |
2309 | 2024-12-19T00:18:56.883Z | Compiling diesel_table_macro_syntax v0.2.0 |
2310 | 2024-12-19T00:18:56.911Z | Compiling crunchy v0.2.2 |
2311 | 2024-12-19T00:18:57.254Z | Checking hyper-staticfile v0.10.1 |
2312 | 2024-12-19T00:18:57.337Z | Checking r2d2 v0.8.10 |
2313 | 2024-12-19T00:18:57.433Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2314 | 2024-12-19T00:18:57.641Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2315 | 2024-12-19T00:18:57.666Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2316 | 2024-12-19T00:18:57.806Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2317 | 2024-12-19T00:18:58.221Z | Compiling tiny-keccak v2.0.2 |
2318 | 2024-12-19T00:18:58.278Z | Compiling diesel_derives v2.2.3 |
2319 | 2024-12-19T00:18:58.561Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2320 | 2024-12-19T00:18:58.583Z | Compiling pin-project-internal v1.1.6 |
2321 | 2024-12-19T00:18:58.851Z | Compiling ref-cast v1.0.23 |
2322 | 2024-12-19T00:19:00.045Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2323 | 2024-12-19T00:19:00.092Z | Compiling ascii-canvas v3.0.0 |
2324 | 2024-12-19T00:19:00.328Z | Compiling ena v0.14.3 |
2325 | 2024-12-19T00:19:00.654Z | Compiling ref-cast-impl v1.0.23 |
2326 | 2024-12-19T00:19:00.747Z | Compiling diff v0.1.13 |
2327 | 2024-12-19T00:19:01.427Z | Compiling regex-syntax v0.6.29 |
2328 | 2024-12-19T00:19:01.593Z | Checking pin-project v1.1.6 |
2329 | 2024-12-19T00:19:01.773Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2330 | 2024-12-19T00:19:01.812Z | Checking signal-hook-tokio v0.3.1 |
2331 | 2024-12-19T00:19:01.982Z | Compiling snafu-derive v0.8.5 |
2332 | 2024-12-19T00:19:02.004Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2333 | 2024-12-19T00:19:02.299Z | Compiling derive_builder_core v0.20.2 |
2334 | 2024-12-19T00:19:04.786Z | Compiling lalrpop v0.19.12 |
2335 | 2024-12-19T00:19:05.900Z | Checking globset v0.4.15 |
2336 | 2024-12-19T00:19:06.425Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2337 | 2024-12-19T00:19:07.387Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2338 | 2024-12-19T00:19:07.722Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2339 | 2024-12-19T00:19:10.113Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2340 | 2024-12-19T00:19:10.962Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2341 | 2024-12-19T00:19:11.455Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2342 | 2024-12-19T00:19:12.336Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2343 | 2024-12-19T00:19:12.384Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2344 | 2024-12-19T00:19:12.851Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2345 | 2024-12-19T00:19:13.198Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2346 | 2024-12-19T00:19:14.150Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2347 | 2024-12-19T00:19:14.385Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2348 | 2024-12-19T00:19:14.504Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2349 | 2024-12-19T00:19:15.189Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2350 | 2024-12-19T00:19:15.313Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2351 | 2024-12-19T00:19:15.679Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2352 | 2024-12-19T00:19:15.713Z | Checking diesel v2.2.4 |
2353 | 2024-12-19T00:19:15.804Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2354 | 2024-12-19T00:19:16.269Z | Checking snafu v0.8.5 |
2355 | 2024-12-19T00:19:16.292Z | Checking olpc-cjson v0.1.4 |
2356 | 2024-12-19T00:19:16.507Z | Checking serde_plain v1.0.2 |
2357 | 2024-12-19T00:19:16.785Z | Compiling libxml v0.3.3 |
2358 | 2024-12-19T00:19:17.151Z | Compiling memoffset v0.9.1 |
2359 | 2024-12-19T00:19:17.460Z | Checking typed-path v0.9.3 |
2360 | 2024-12-19T00:19:19.380Z | Compiling derive_builder_macro v0.20.2 |
2361 | 2024-12-19T00:19:19.506Z | Checking tough v0.19.0 |
2362 | 2024-12-19T00:19:19.815Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2363 | 2024-12-19T00:19:20.274Z | Checking tungstenite v0.23.0 |
2364 | 2024-12-19T00:19:20.684Z | Compiling strum_macros v0.24.3 |
2365 | 2024-12-19T00:19:21.159Z | Compiling samael v0.0.17 |
2366 | 2024-12-19T00:19:21.179Z | Compiling indoc v1.0.9 |
2367 | 2024-12-19T00:19:21.634Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2368 | 2024-12-19T00:19:22.195Z | Checking parse-size v1.1.0 |
2369 | 2024-12-19T00:19:22.393Z | Checking tokio-tungstenite v0.23.1 |
2370 | 2024-12-19T00:19:22.963Z | Checking derive_builder v0.20.2 |
2371 | 2024-12-19T00:19:24.280Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2372 | 2024-12-19T00:19:24.359Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2373 | 2024-12-19T00:19:24.386Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2374 | 2024-12-19T00:19:24.675Z | Checking quick-xml v0.33.0 |
2375 | 2024-12-19T00:19:24.878Z | Compiling impl-trait-for-tuples v0.2.2 |
2376 | 2024-12-19T00:19:25.171Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2377 | 2024-12-19T00:19:25.950Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2378 | 2024-12-19T00:19:26.684Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2379 | 2024-12-19T00:19:26.708Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2380 | 2024-12-19T00:19:27.170Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2381 | 2024-12-19T00:19:27.538Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2382 | 2024-12-19T00:19:27.930Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2383 | 2024-12-19T00:19:29.022Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2384 | 2024-12-19T00:19:29.203Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2385 | 2024-12-19T00:19:30.080Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2386 | 2024-12-19T00:19:33.033Z | Compiling oso-derive v0.27.3 |
2387 | 2024-12-19T00:19:33.163Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2388 | 2024-12-19T00:19:34.145Z | Checking nix v0.27.1 |
2389 | 2024-12-19T00:19:34.293Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2390 | 2024-12-19T00:19:35.509Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2391 | 2024-12-19T00:19:36.446Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2392 | 2024-12-19T00:19:36.554Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2393 | 2024-12-19T00:19:38.474Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2394 | 2024-12-19T00:19:38.739Z | Compiling diesel-dtrace v0.3.0 |
2395 | 2024-12-19T00:19:39.108Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2396 | 2024-12-19T00:19:39.662Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2397 | 2024-12-19T00:19:39.955Z | Checking bb8 v0.8.5 |
2398 | 2024-12-19T00:19:40.119Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2399 | 2024-12-19T00:19:40.456Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2400 | 2024-12-19T00:19:41.359Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2401 | 2024-12-19T00:19:41.380Z | Checking heck v0.4.1 |
2402 | 2024-12-19T00:19:41.562Z | Checking rand_seeder v0.3.0 |
2403 | 2024-12-19T00:19:41.589Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2404 | 2024-12-19T00:19:41.802Z | Checking assert_matches v1.5.0 |
2405 | 2024-12-19T00:19:41.914Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2406 | 2024-12-19T00:19:42.000Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2407 | 2024-12-19T00:19:42.127Z | Compiling libz-sys v1.1.20 |
2408 | 2024-12-19T00:19:42.242Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2409 | 2024-12-19T00:19:42.450Z | Checking castaway v0.2.3 |
2410 | 2024-12-19T00:19:42.619Z | Checking is_ci v1.2.0 |
2411 | 2024-12-19T00:19:42.674Z | Checking compact_str v0.8.0 |
2412 | 2024-12-19T00:19:42.779Z | Checking supports-color v3.0.1 |
2413 | 2024-12-19T00:19:42.999Z | Checking unicode-truncate v1.1.0 |
2414 | 2024-12-19T00:19:43.032Z | Checking lru v0.12.5 |
2415 | 2024-12-19T00:19:43.249Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2416 | 2024-12-19T00:19:43.349Z | Compiling instability v0.3.2 |
2417 | 2024-12-19T00:19:43.567Z | Checking cassowary v0.3.0 |
2418 | 2024-12-19T00:19:44.161Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2419 | 2024-12-19T00:19:44.342Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2420 | 2024-12-19T00:19:44.419Z | Checking ratatui v0.28.1 |
2421 | 2024-12-19T00:19:44.440Z | Compiling vergen v8.3.2 |
2422 | 2024-12-19T00:19:44.726Z | Compiling cargo-platform v0.1.8 |
2423 | 2024-12-19T00:19:45.256Z | Checking smawk v0.3.2 |
2424 | 2024-12-19T00:19:45.460Z | Checking unicode-linebreak v0.1.5 |
2425 | 2024-12-19T00:19:45.798Z | Compiling cargo_metadata v0.18.1 |
2426 | 2024-12-19T00:19:45.865Z | Checking textwrap v0.16.1 |
2427 | 2024-12-19T00:19:45.935Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2428 | 2024-12-19T00:19:46.258Z | Compiling libsqlite3-sys v0.30.1 |
2429 | 2024-12-19T00:19:46.514Z | Compiling rustls v0.21.12 |
2430 | 2024-12-19T00:19:46.727Z | Compiling cfg_aliases v0.2.1 |
2431 | 2024-12-19T00:19:46.853Z | Compiling nix v0.29.0 |
2432 | 2024-12-19T00:19:47.407Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2433 | 2024-12-19T00:19:47.686Z | Checking rustls-webpki v0.101.7 |
2434 | 2024-12-19T00:19:47.718Z | Checking sct v0.7.1 |
2435 | 2024-12-19T00:19:48.454Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2436 | 2024-12-19T00:19:48.534Z | Checking hashlink v0.9.1 |
2437 | 2024-12-19T00:19:48.765Z | Checking concurrent-queue v2.5.0 |
2438 | 2024-12-19T00:19:49.096Z | Checking fallible-streaming-iterator v0.1.9 |
2439 | 2024-12-19T00:19:49.154Z | Checking parking v2.2.1 |
2440 | 2024-12-19T00:19:49.332Z | Checking fallible-iterator v0.3.0 |
2441 | 2024-12-19T00:19:49.334Z | Checking plotters-backend v0.3.7 |
2442 | 2024-12-19T00:19:49.753Z | Checking plotters-svg v0.3.7 |
2443 | 2024-12-19T00:19:49.908Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2444 | 2024-12-19T00:19:49.949Z | Checking rusqlite v0.32.1 |
2445 | 2024-12-19T00:19:49.976Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2446 | 2024-12-19T00:19:50.745Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2447 | 2024-12-19T00:19:51.030Z | Checking rustls-pemfile v1.0.4 |
2448 | 2024-12-19T00:19:51.223Z | Checking twox-hash v1.6.3 |
2449 | 2024-12-19T00:19:51.243Z | Checking cast v0.3.0 |
2450 | 2024-12-19T00:19:51.409Z | Checking plotters v0.3.7 |
2451 | 2024-12-19T00:19:51.498Z | Checking async-bb8-diesel v0.2.1 |
2452 | 2024-12-19T00:19:51.601Z | Checking tokio-rustls v0.24.1 |
2453 | 2024-12-19T00:19:51.653Z | Checking criterion-plot v0.5.0 |
2454 | 2024-12-19T00:19:51.858Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2455 | 2024-12-19T00:19:51.971Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2456 | 2024-12-19T00:19:52.137Z | Checking fatfs v0.3.6 |
2457 | 2024-12-19T00:19:52.189Z | Checking tinytemplate v1.2.1 |
2458 | 2024-12-19T00:19:52.605Z | Checking csv-core v0.1.11 |
2459 | 2024-12-19T00:19:52.929Z | Checking anes v0.1.6 |
2460 | 2024-12-19T00:19:52.968Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2461 | 2024-12-19T00:19:53.192Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2462 | 2024-12-19T00:19:53.297Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2463 | 2024-12-19T00:19:53.607Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2464 | 2024-12-19T00:19:54.021Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2465 | 2024-12-19T00:19:54.544Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2466 | 2024-12-19T00:19:55.248Z | Checking shell-words v1.1.0 |
2467 | 2024-12-19T00:19:55.413Z | Checking oorandom v11.1.4 |
2468 | 2024-12-19T00:19:55.595Z | Checking hex-literal v0.4.1 |
2469 | 2024-12-19T00:19:55.736Z | Checking criterion v0.5.1 |
2470 | 2024-12-19T00:19:56.502Z | Checking csv v1.3.0 |
2471 | 2024-12-19T00:19:57.135Z | Checking event-listener v5.3.1 |
2472 | 2024-12-19T00:19:57.308Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2473 | 2024-12-19T00:19:57.572Z | Checking rtoolbox v0.0.2 |
2474 | 2024-12-19T00:19:57.777Z | Checking rpassword v7.3.1 |
2475 | 2024-12-19T00:19:57.943Z | Checking event-listener-strategy v0.5.2 |
2476 | 2024-12-19T00:19:58.169Z | Checking tui-tree-widget v0.22.0 |
2477 | 2024-12-19T00:19:58.496Z | Checking polyval v0.6.2 |
2478 | 2024-12-19T00:19:58.517Z | Checking futures-lite v2.3.0 |
2479 | 2024-12-19T00:19:58.779Z | Checking ghash v0.5.1 |
2480 | 2024-12-19T00:19:58.970Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2481 | 2024-12-19T00:20:00.002Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2482 | 2024-12-19T00:20:00.188Z | Checking ctr v0.9.2 |
2483 | 2024-12-19T00:20:00.574Z | Checking yansi v1.0.1 |
2484 | 2024-12-19T00:20:01.124Z | Checking aes-gcm v0.10.3 |
2485 | 2024-12-19T00:20:01.278Z | Checking pretty_assertions v1.4.1 |
2486 | 2024-12-19T00:20:01.380Z | Checking ssh-encoding v0.2.0 |
2487 | 2024-12-19T00:20:01.497Z | Checking blowfish v0.9.1 |
2488 | 2024-12-19T00:20:01.723Z | Checking ssh-cipher v0.2.0 |
2489 | 2024-12-19T00:20:01.746Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2490 | 2024-12-19T00:20:01.766Z | Checking bcrypt-pbkdf v0.10.0 |
2491 | 2024-12-19T00:20:02.013Z | Checking async-lock v3.4.0 |
2492 | 2024-12-19T00:20:02.035Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2493 | 2024-12-19T00:20:02.870Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2494 | 2024-12-19T00:20:03.041Z | Checking polling v3.7.3 |
2495 | 2024-12-19T00:20:03.394Z | Checking password-hash v0.4.2 |
2496 | 2024-12-19T00:20:03.823Z | Checking matches v0.1.10 |
2497 | 2024-12-19T00:20:03.930Z | Checking idna v0.2.3 |
2498 | 2024-12-19T00:20:04.346Z | Checking pbkdf2 v0.11.0 |
2499 | 2024-12-19T00:20:04.633Z | Checking async-io v2.3.4 |
2500 | 2024-12-19T00:20:04.706Z | Checking ssh-key v0.6.6 |
2501 | 2024-12-19T00:20:05.539Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2502 | 2024-12-19T00:20:05.875Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2503 | 2024-12-19T00:20:06.369Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2504 | 2024-12-19T00:20:06.448Z | Checking p256 v0.13.2 |
2505 | 2024-12-19T00:20:06.921Z | Checking p521 v0.13.3 |
2506 | 2024-12-19T00:20:07.241Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2507 | 2024-12-19T00:20:08.359Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2508 | 2024-12-19T00:20:08.845Z | Checking russh-cryptovec v0.7.3 |
2509 | 2024-12-19T00:20:09.077Z | Compiling enum-as-inner v0.5.1 |
2510 | 2024-12-19T00:20:09.294Z | Checking async-task v4.7.1 |
2511 | 2024-12-19T00:20:09.690Z | Checking md5 v0.7.0 |
2512 | 2024-12-19T00:20:10.120Z | Compiling target-lexicon v0.12.16 |
2513 | 2024-12-19T00:20:10.140Z | Compiling doc-comment v0.3.3 |
2514 | 2024-12-19T00:20:10.918Z | Checking trust-dns-proto v0.22.0 |
2515 | 2024-12-19T00:20:11.090Z | Checking russh-keys v0.45.0 |
2516 | 2024-12-19T00:20:12.369Z | Checking async-channel v2.3.1 |
2517 | 2024-12-19T00:20:12.704Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2518 | 2024-12-19T00:20:13.098Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2519 | 2024-12-19T00:20:14.253Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2520 | 2024-12-19T00:20:14.496Z | Checking piper v0.2.4 |
2521 | 2024-12-19T00:20:14.697Z | Checking num-bigint v0.4.6 |
2522 | 2024-12-19T00:20:14.736Z | Checking des v0.8.1 |
2523 | 2024-12-19T00:20:15.019Z | Checking futures-timer v3.0.3 |
2524 | 2024-12-19T00:20:15.138Z | Compiling assert_cmd v2.0.16 |
2525 | 2024-12-19T00:20:15.333Z | Compiling guppy-workspace-hack v0.1.0 |
2526 | 2024-12-19T00:20:15.551Z | Compiling dhcproto-macros v0.1.0 |
2527 | 2024-12-19T00:20:15.678Z | Checking blocking v1.6.1 |
2528 | 2024-12-19T00:20:16.498Z | Checking dhcproto v0.12.0 |
2529 | 2024-12-19T00:20:16.594Z | Checking async-executor v1.13.1 |
2530 | 2024-12-19T00:20:16.965Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2531 | 2024-12-19T00:20:17.244Z | Checking russh v0.45.0 |
2532 | 2024-12-19T00:20:17.550Z | Checking async-signal v0.2.10 |
2533 | 2024-12-19T00:20:17.864Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2534 | 2024-12-19T00:20:18.255Z | Checking event-listener v2.5.3 |
2535 | 2024-12-19T00:20:18.480Z | Checking internet-checksum v0.2.1 |
2536 | 2024-12-19T00:20:18.518Z | Compiling target-spec v3.2.2 |
2537 | 2024-12-19T00:20:19.142Z | Checking async-channel v1.9.0 |
2538 | 2024-12-19T00:20:19.974Z | Checking async-process v2.3.0 |
2539 | 2024-12-19T00:20:20.386Z | Checking async-global-executor v2.4.1 |
2540 | 2024-12-19T00:20:20.701Z | Checking cfg-expr v0.17.0 |
2541 | 2024-12-19T00:20:21.276Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2542 | 2024-12-19T00:20:21.518Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2543 | 2024-12-19T00:20:21.555Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2544 | 2024-12-19T00:20:22.049Z | Checking httptest v0.16.1 |
2545 | 2024-12-19T00:20:22.806Z | Checking rustls-native-certs v0.7.3 |
2546 | 2024-12-19T00:20:22.832Z | Compiling petname v2.0.2 |
2547 | 2024-12-19T00:20:23.003Z | Checking num_cpus v1.16.0 |
2548 | 2024-12-19T00:20:23.150Z | Checking kv-log-macro v1.0.7 |
2549 | 2024-12-19T00:20:23.303Z | Compiling async-attributes v1.1.2 |
2550 | 2024-12-19T00:20:24.171Z | Checking async-std v1.13.0 |
2551 | 2024-12-19T00:20:26.064Z | Checking threadpool v1.8.1 |
2552 | 2024-12-19T00:20:26.236Z | Checking hyper-rustls v0.26.0 |
2553 | 2024-12-19T00:20:26.517Z | Checking pathdiff v0.2.2 |
2554 | 2024-12-19T00:20:26.651Z | Compiling rstest_macros v0.23.0 |
2555 | 2024-12-19T00:20:26.689Z | Checking nested v0.1.1 |
2556 | 2024-12-19T00:20:26.922Z | Compiling target-triple v0.1.3 |
2557 | 2024-12-19T00:20:27.181Z | Checking escape8259 v0.5.3 |
2558 | 2024-12-19T00:20:27.384Z | Checking libtest-mimic v0.7.3 |
2559 | 2024-12-19T00:20:27.607Z | Checking guppy v0.17.8 |
2560 | 2024-12-19T00:20:27.928Z | Checking async-object-pool v0.1.5 |
2561 | 2024-12-19T00:20:28.122Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2562 | 2024-12-19T00:20:28.561Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2563 | 2024-12-19T00:20:28.861Z | Checking similar-asserts v1.6.0 |
2564 | 2024-12-19T00:20:29.137Z | Checking fancy-regex v0.13.0 |
2565 | 2024-12-19T00:20:29.813Z | Checking serde_regex v1.1.0 |
2566 | 2024-12-19T00:20:29.890Z | Checking assert-json-diff v2.0.2 |
2567 | 2024-12-19T00:20:30.089Z | Compiling proc-macro-crate v3.2.0 |
2568 | 2024-12-19T00:20:30.180Z | Checking path-tree v0.8.1 |
2569 | 2024-12-19T00:20:30.447Z | Checking stringmetrics v2.2.2 |
2570 | 2024-12-19T00:20:30.710Z | Compiling relative-path v1.9.3 |
2571 | 2024-12-19T00:20:31.344Z | Checking sync-ptr v0.1.1 |
2572 | 2024-12-19T00:20:31.422Z | Checking httpmock v0.8.0-alpha.1 |
2573 | 2024-12-19T00:20:31.568Z | Checking datatest-stable v0.2.9 |
2574 | 2024-12-19T00:20:32.033Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2575 | 2024-12-19T00:20:33.488Z | Checking blake2b_simd v1.0.2 |
2576 | 2024-12-19T00:20:34.350Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2577 | 2024-12-19T00:20:36.065Z | Compiling git2 v0.19.0 |
2578 | 2024-12-19T00:20:36.646Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2579 | 2024-12-19T00:20:36.956Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2580 | 2024-12-19T00:20:37.199Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2581 | 2024-12-19T00:20:37.257Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2582 | 2024-12-19T00:20:37.547Z | Checking serde_tokenstream v0.2.2 |
2583 | 2024-12-19T00:20:37.698Z | Checking uzers v0.12.1 |
2584 | 2024-12-19T00:20:38.099Z | Checking rust-argon2 v2.1.0 |
2585 | 2024-12-19T00:20:38.121Z | Checking trybuild v1.0.101 |
2586 | 2024-12-19T00:20:38.566Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2587 | 2024-12-19T00:20:39.499Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2588 | 2024-12-19T00:20:39.980Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2589 | 2024-12-19T00:20:41.153Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2590 | 2024-12-19T00:20:42.452Z | Checking rstest v0.23.0 |
2591 | 2024-12-19T00:20:42.693Z | Checking rand_distr v0.4.3 |
2592 | 2024-12-19T00:20:43.409Z | Checking multimap v0.10.0 |
2593 | 2024-12-19T00:20:43.562Z | Checking approx v0.5.1 |
2594 | 2024-12-19T00:20:43.763Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2595 | 2024-12-19T00:20:44.476Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2596 | 2024-12-19T00:20:44.655Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2597 | 2024-12-19T00:20:44.993Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2598 | 2024-12-19T00:20:45.538Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2599 | 2024-12-19T00:20:45.809Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2600 | 2024-12-19T00:20:46.184Z | Checking partial-io v0.5.4 |
2601 | 2024-12-19T00:20:46.512Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2602 | 2024-12-19T00:20:46.552Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2603 | 2024-12-19T00:20:46.620Z | Checking cargo_toml v0.20.5 |
2604 | 2024-12-19T00:20:46.709Z | Checking termios v0.3.3 |
2605 | 2024-12-19T00:20:46.808Z | Compiling indoc v2.0.5 |
2606 | 2024-12-19T00:20:46.980Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2607 | 2024-12-19T00:20:48.517Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2608 | 2024-12-19T00:20:49.470Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2609 | 2024-12-19T00:21:07.958Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2610 | 2024-12-19T00:21:11.031Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2611 | 2024-12-19T00:21:12.353Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2612 | 2024-12-19T00:21:29.413Z | Compiling polar-core v0.27.3 |
2613 | 2024-12-19T00:21:40.395Z | Checking oso v0.27.3 |
2614 | 2024-12-19T00:21:47.964Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2615 | 2024-12-19T00:21:48.100Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2616 | 2024-12-19T00:21:49.885Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2617 | 2024-12-19T00:22:28.681Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2618 | 2024-12-19T00:22:28.682Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2619 | 2024-12-19T00:22:28.685Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2620 | 2024-12-19T00:23:49.012Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 31s |
2621 | 2024-12-19T00:23:49.404Z | |
2622 | 2024-12-19T00:23:49.405Z | real 6:35.916608884 |
2623 | 2024-12-19T00:23:49.405Z | user 35:42.714798357 |
2624 | 2024-12-19T00:23:49.405Z | sys 6:40.874988905 |
2625 | 2024-12-19T00:23:49.405Z | trap 0.925538597 |
2626 | 2024-12-19T00:23:49.405Z | tflt 2.125979348 |
2627 | 2024-12-19T00:23:49.405Z | dflt 0.790465650 |
2628 | 2024-12-19T00:23:49.405Z | kflt 0.000847958 |
2629 | 2024-12-19T00:23:49.405Z | lock 51:22.812391235 |
2630 | 2024-12-19T00:23:49.405Z | slp 2:03:27.538503412 |
2631 | 2024-12-19T00:23:49.405Z | lat 1:40.674473764 |
2632 | 2024-12-19T00:23:49.407Z | stop 6:12.623472393 |
2633 | 2024-12-19T00:23:49.407Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2634 | 2024-12-19T00:23:49.407Z | + ptime -m cargo doc --workspace --no-deps |
2635 | 2024-12-19T00:23:50.593Z | warning: output filename collision. |
2636 | 2024-12-19T00:23:50.593Z | 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)`. |
2637 | 2024-12-19T00:23:50.593Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2638 | 2024-12-19T00:23:50.593Z | The targets should have unique names. |
2639 | 2024-12-19T00:23:50.593Z | This is a known bug where multiple crates with the same name use |
2640 | 2024-12-19T00:23:50.593Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2641 | 2024-12-19T00:23:51.039Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2642 | 2024-12-19T00:23:51.108Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2643 | 2024-12-19T00:23:51.129Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2644 | 2024-12-19T00:23:51.165Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2645 | 2024-12-19T00:23:51.187Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2646 | 2024-12-19T00:23:51.215Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2647 | 2024-12-19T00:23:51.218Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2648 | 2024-12-19T00:23:51.409Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2649 | 2024-12-19T00:23:51.456Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2650 | 2024-12-19T00:23:51.478Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2651 | 2024-12-19T00:23:51.495Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2652 | 2024-12-19T00:23:51.701Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2653 | 2024-12-19T00:23:51.802Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2654 | 2024-12-19T00:23:52.009Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2655 | 2024-12-19T00:23:52.234Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2656 | 2024-12-19T00:23:54.846Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2657 | 2024-12-19T00:23:56.011Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2658 | 2024-12-19T00:23:56.347Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2659 | 2024-12-19T00:23:56.457Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2660 | 2024-12-19T00:23:56.601Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2661 | 2024-12-19T00:23:56.622Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2662 | 2024-12-19T00:23:56.779Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2663 | 2024-12-19T00:23:56.937Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2664 | 2024-12-19T00:23:57.130Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2665 | 2024-12-19T00:23:57.443Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2666 | 2024-12-19T00:23:57.744Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2667 | 2024-12-19T00:23:58.002Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2668 | 2024-12-19T00:23:58.210Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2669 | 2024-12-19T00:23:58.228Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2670 | 2024-12-19T00:23:58.479Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2671 | 2024-12-19T00:23:58.518Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2672 | 2024-12-19T00:23:58.701Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2673 | 2024-12-19T00:23:58.718Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2674 | 2024-12-19T00:23:58.786Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2675 | 2024-12-19T00:23:59.023Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2676 | 2024-12-19T00:23:59.340Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2677 | 2024-12-19T00:23:59.626Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2678 | 2024-12-19T00:23:59.671Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2679 | 2024-12-19T00:24:00.044Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2680 | 2024-12-19T00:24:00.061Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2681 | 2024-12-19T00:24:00.085Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2682 | 2024-12-19T00:24:00.870Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2683 | 2024-12-19T00:24:01.250Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2684 | 2024-12-19T00:24:03.308Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2685 | 2024-12-19T00:24:05.128Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2686 | 2024-12-19T00:24:05.899Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2687 | 2024-12-19T00:24:06.162Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2688 | 2024-12-19T00:24:07.003Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2689 | 2024-12-19T00:24:07.213Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2690 | 2024-12-19T00:24:07.869Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2691 | 2024-12-19T00:24:08.053Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2692 | 2024-12-19T00:24:08.464Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2693 | 2024-12-19T00:24:08.737Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2694 | 2024-12-19T00:24:08.997Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2695 | 2024-12-19T00:24:10.632Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2696 | 2024-12-19T00:24:15.434Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2697 | 2024-12-19T00:24:16.668Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2698 | 2024-12-19T00:24:16.779Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2699 | 2024-12-19T00:24:17.316Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2700 | 2024-12-19T00:24:17.557Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2701 | 2024-12-19T00:24:17.759Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2702 | 2024-12-19T00:24:18.165Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2703 | 2024-12-19T00:24:18.611Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2704 | 2024-12-19T00:24:18.630Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2705 | 2024-12-19T00:24:19.961Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2706 | 2024-12-19T00:24:20.177Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2707 | 2024-12-19T00:24:20.622Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2708 | 2024-12-19T00:24:20.878Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2709 | 2024-12-19T00:24:21.168Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2710 | 2024-12-19T00:24:21.484Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2711 | 2024-12-19T00:24:21.696Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2712 | 2024-12-19T00:24:21.789Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2713 | 2024-12-19T00:24:21.856Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2714 | 2024-12-19T00:24:21.894Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2715 | 2024-12-19T00:24:22.241Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2716 | 2024-12-19T00:24:22.478Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2717 | 2024-12-19T00:24:22.838Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2718 | 2024-12-19T00:24:23.653Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2719 | 2024-12-19T00:24:23.870Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2720 | 2024-12-19T00:24:23.939Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2721 | 2024-12-19T00:24:24.180Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2722 | 2024-12-19T00:24:24.853Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2723 | 2024-12-19T00:24:25.111Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2724 | 2024-12-19T00:24:25.410Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2725 | 2024-12-19T00:24:25.710Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2726 | 2024-12-19T00:24:25.780Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2727 | 2024-12-19T00:24:26.174Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2728 | 2024-12-19T00:24:26.196Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2729 | 2024-12-19T00:24:26.348Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2730 | 2024-12-19T00:24:26.454Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2731 | 2024-12-19T00:24:27.367Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2732 | 2024-12-19T00:24:27.546Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2733 | 2024-12-19T00:24:27.714Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2734 | 2024-12-19T00:24:27.994Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2735 | 2024-12-19T00:24:28.533Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2736 | 2024-12-19T00:24:29.086Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2737 | 2024-12-19T00:24:29.401Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2738 | 2024-12-19T00:24:29.438Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2739 | 2024-12-19T00:24:29.728Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2740 | 2024-12-19T00:24:30.645Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2741 | 2024-12-19T00:24:30.911Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2742 | 2024-12-19T00:24:31.495Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2743 | 2024-12-19T00:24:32.319Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2744 | 2024-12-19T00:24:33.051Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2745 | 2024-12-19T00:24:33.190Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2746 | 2024-12-19T00:24:35.561Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2747 | 2024-12-19T00:24:36.397Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2748 | 2024-12-19T00:24:36.711Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2749 | 2024-12-19T00:24:37.897Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2750 | 2024-12-19T00:24:38.748Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2751 | 2024-12-19T00:24:41.475Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2752 | 2024-12-19T00:24:42.549Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2753 | 2024-12-19T00:24:48.083Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2754 | 2024-12-19T00:24:49.273Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2755 | 2024-12-19T00:24:51.266Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2756 | 2024-12-19T00:24:51.732Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2757 | 2024-12-19T00:24:56.999Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2758 | 2024-12-19T00:25:00.470Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2759 | 2024-12-19T00:25:43.801Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2760 | 2024-12-19T00:25:48.733Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2761 | 2024-12-19T00:25:50.319Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2762 | 2024-12-19T00:26:04.855Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2763 | 2024-12-19T00:26:25.236Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2764 | 2024-12-19T00:26:28.233Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2765 | 2024-12-19T00:26:28.347Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2766 | 2024-12-19T00:26:28.408Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2767 | 2024-12-19T00:26:29.963Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2768 | 2024-12-19T00:26:31.347Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2769 | 2024-12-19T00:26:32.845Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2770 | 2024-12-19T00:26:35.948Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2771 | 2024-12-19T00:26:40.079Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2772 | 2024-12-19T00:27:07.214Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2773 | 2024-12-19T00:27:24.545Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2774 | 2024-12-19T00:27:31.583Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2775 | 2024-12-19T00:27:32.794Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2776 | 2024-12-19T00:27:42.959Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2777 | 2024-12-19T00:27:47.896Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2778 | 2024-12-19T00:27:59.523Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2779 | 2024-12-19T00:28:06.556Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2780 | 2024-12-19T00:28:07.238Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2781 | 2024-12-19T00:28:16.330Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2782 | 2024-12-19T00:28:25.154Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2783 | 2024-12-19T00:28:26.105Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2784 | 2024-12-19T00:28:30.887Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2785 | 2024-12-19T00:28:43.620Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2786 | 2024-12-19T00:28:47.308Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2787 | 2024-12-19T00:28:51.777Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2788 | 2024-12-19T00:28:52.990Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2789 | 2024-12-19T00:28:54.225Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2790 | 2024-12-19T00:28:54.771Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2791 | 2024-12-19T00:28:56.735Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2792 | 2024-12-19T00:29:02.745Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2793 | 2024-12-19T00:29:13.417Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2794 | 2024-12-19T00:29:14.660Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2795 | 2024-12-19T00:29:16.297Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2796 | 2024-12-19T00:29:21.312Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2797 | 2024-12-19T00:29:30.334Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2798 | 2024-12-19T00:29:37.353Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2799 | 2024-12-19T00:29:37.534Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2800 | 2024-12-19T00:29:39.820Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2801 | 2024-12-19T00:29:39.945Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2802 | 2024-12-19T00:29:41.894Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2803 | 2024-12-19T00:29:44.337Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2804 | 2024-12-19T00:29:46.188Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2805 | 2024-12-19T00:29:56.100Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2806 | 2024-12-19T00:29:58.503Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2807 | 2024-12-19T00:29:58.789Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2808 | 2024-12-19T00:30:03.261Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2809 | 2024-12-19T00:30:03.423Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2810 | 2024-12-19T00:30:09.185Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2811 | 2024-12-19T00:30:13.911Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2812 | 2024-12-19T00:30:14.155Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2813 | 2024-12-19T00:30:14.959Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2814 | 2024-12-19T00:30:20.423Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2815 | 2024-12-19T00:30:23.832Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2816 | 2024-12-19T00:30:29.914Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2817 | 2024-12-19T00:30:29.970Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2818 | 2024-12-19T00:30:30.114Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2819 | 2024-12-19T00:30:32.483Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2820 | 2024-12-19T00:30:38.916Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2821 | 2024-12-19T00:30:39.135Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2822 | 2024-12-19T00:30:42.769Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2823 | 2024-12-19T00:30:44.458Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2824 | 2024-12-19T00:30:44.478Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2825 | 2024-12-19T00:30:50.923Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2826 | 2024-12-19T00:30:52.923Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2827 | 2024-12-19T00:30:53.987Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2828 | 2024-12-19T00:30:57.328Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2829 | 2024-12-19T00:31:06.622Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2830 | 2024-12-19T00:31:07.143Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2831 | 2024-12-19T00:31:07.854Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2832 | 2024-12-19T00:31:08.351Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2833 | 2024-12-19T00:31:08.370Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2834 | 2024-12-19T00:31:11.833Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2835 | 2024-12-19T00:31:14.391Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2836 | 2024-12-19T00:31:18.101Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2837 | 2024-12-19T00:31:22.163Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2838 | 2024-12-19T00:31:22.454Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2839 | 2024-12-19T00:31:25.075Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2840 | 2024-12-19T00:31:34.753Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2841 | 2024-12-19T00:31:35.625Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2842 | 2024-12-19T00:31:35.912Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2843 | 2024-12-19T00:31:37.881Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2844 | 2024-12-19T00:31:41.562Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2845 | 2024-12-19T00:31:42.279Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2846 | 2024-12-19T00:31:43.853Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2847 | 2024-12-19T00:31:44.302Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2848 | 2024-12-19T00:31:49.933Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2849 | 2024-12-19T00:31:50.720Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2850 | 2024-12-19T00:31:55.762Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2851 | 2024-12-19T00:31:56.068Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2852 | 2024-12-19T00:31:56.271Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2853 | 2024-12-19T00:31:56.552Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2854 | 2024-12-19T00:32:01.612Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2855 | 2024-12-19T00:32:03.514Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2856 | 2024-12-19T00:32:04.413Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2857 | 2024-12-19T00:32:04.548Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2858 | 2024-12-19T00:32:08.713Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2859 | 2024-12-19T00:32:09.220Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2860 | 2024-12-19T00:32:09.518Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2861 | 2024-12-19T00:32:09.896Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2862 | 2024-12-19T00:32:09.899Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2863 | 2024-12-19T00:32:11.089Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2864 | 2024-12-19T00:32:15.052Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2865 | 2024-12-19T00:32:15.953Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2866 | 2024-12-19T00:32:17.575Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2867 | 2024-12-19T00:32:18.192Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2868 | 2024-12-19T00:32:19.843Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2869 | 2024-12-19T00:32:23.319Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2870 | 2024-12-19T00:32:23.339Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2871 | 2024-12-19T00:32:53.867Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9m 04s |
2872 | 2024-12-19T00:32:54.055Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 141 other files |
2873 | 2024-12-19T00:32:54.130Z | |
2874 | 2024-12-19T00:32:54.130Z | real 9:04.462088526 |
2875 | 2024-12-19T00:32:54.130Z | user 26:04.426171567 |
2876 | 2024-12-19T00:32:54.131Z | sys 42:35.356611400 |
2877 | 2024-12-19T00:32:54.131Z | trap 0.407398885 |
2878 | 2024-12-19T00:32:54.131Z | tflt 0.191434796 |
2879 | 2024-12-19T00:32:54.131Z | dflt 0.113897550 |
2880 | 2024-12-19T00:32:54.131Z | kflt 0.000024563 |
2881 | 2024-12-19T00:32:54.131Z | lock 1:30:54.763206800 |
2882 | 2024-12-19T00:32:54.131Z | slp 2:34:06.845137730 |
2883 | 2024-12-19T00:32:54.131Z | lat 1:13.903288331 |
2884 | 2024-12-19T00:32:54.131Z | stop 1:08.236480408 |
2885 | 2024-12-19T00:32:54.131Z | process exited: duration 1243747 ms, exit code 0 |
|
2886 | 2024-12-19T00:32:54.182Z | found 0 output files |