|
|
|
1 | 2025-01-07T04:20:51.543Z | job assigned to worker 01JGZFVEZGNWYNV8ZW6311530V [factory aws, i-0cbcc1406c821a94a] (queued for 52 s) |
|
2 | 2025-01-07T04:20:59.257Z | starting task 0: "setup" |
3 | 2025-01-07T04:20:59.265Z | ++ uname -s |
4 | 2025-01-07T04:20:59.267Z | + kern=SunOS |
5 | 2025-01-07T04:20:59.267Z | + case "$kern" in |
6 | 2025-01-07T04:20:59.267Z | + groupadd -g 12345 build |
7 | 2025-01-07T04:20:59.270Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-07T04:21:01.276Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-07T04:21:01.346Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-07T04:21:01.349Z | + home_fs=zfs |
11 | 2025-01-07T04:21:01.349Z | + [[ zfs == autofs ]] |
12 | 2025-01-07T04:21:01.349Z | + mkdir -p /home/build |
13 | 2025-01-07T04:21:01.351Z | + chown build:build /home/build /work |
14 | 2025-01-07T04:21:03.353Z | + chmod 0700 /home/build /work |
15 | 2025-01-07T04:21:03.356Z | process exited: duration 4100 ms, exit code 0 |
|
16 | 2025-01-07T04:21:03.361Z | starting task 1: "rust-toolchain" |
17 | 2025-01-07T04:21:03.366Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-07T04:21:03.366Z | * toolchain channel = "1.81.0" |
19 | 2025-01-07T04:21:03.366Z | ' 1.81.0 |
20 | 2025-01-07T04:21:03.366Z | + printf ' * toolchain profile = "%s" |
21 | 2025-01-07T04:21:03.366Z | * toolchain profile = "default" |
22 | 2025-01-07T04:21:03.366Z | ' default |
23 | 2025-01-07T04:21:03.369Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-07T04:21:03.369Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2025-01-07T04:21:03.490Z | info: downloading installer |
26 | 2025-01-07T04:21:04.933Z | info: profile set to 'default' |
27 | 2025-01-07T04:21:04.933Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-07T04:21:04.935Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2025-01-07T04:21:05.088Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2025-01-07T04:21:05.088Z | info: downloading component 'cargo' |
31 | 2025-01-07T04:21:05.936Z | info: downloading component 'clippy' |
32 | 2025-01-07T04:21:06.249Z | info: downloading component 'rust-docs' |
33 | 2025-01-07T04:21:07.416Z | info: downloading component 'rust-std' |
34 | 2025-01-07T04:21:09.256Z | info: downloading component 'rustc' |
35 | 2025-01-07T04:21:15.791Z | info: downloading component 'rustfmt' |
36 | 2025-01-07T04:21:16.041Z | info: installing component 'cargo' |
37 | 2025-01-07T04:21:16.843Z | info: installing component 'clippy' |
38 | 2025-01-07T04:21:17.200Z | info: installing component 'rust-docs' |
39 | 2025-01-07T04:21:18.825Z | info: installing component 'rust-std' |
40 | 2025-01-07T04:21:20.574Z | info: installing component 'rustc' |
41 | 2025-01-07T04:21:26.199Z | info: installing component 'rustfmt' |
42 | 2025-01-07T04:21:26.521Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2025-01-07T04:21:26.521Z | |
44 | 2025-01-07T04:21:26.884Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2025-01-07T04:21:26.884Z | |
46 | 2025-01-07T04:21:26.887Z | |
47 | 2025-01-07T04:21:26.887Z | Rust is installed now. Great! |
48 | 2025-01-07T04:21:26.887Z | |
49 | 2025-01-07T04:21:26.887Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-07T04:21:26.887Z | environment variable. This has not been done automatically. |
51 | 2025-01-07T04:21:26.887Z | |
52 | 2025-01-07T04:21:26.887Z | To configure your current shell, you need to source |
53 | 2025-01-07T04:21:26.887Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-07T04:21:26.887Z | |
55 | 2025-01-07T04:21:26.887Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-07T04:21:26.887Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-07T04:21:26.887Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-07T04:21:26.958Z | + rustc --version |
59 | 2025-01-07T04:21:27.025Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2025-01-07T04:21:27.028Z | process exited: duration 23663 ms, exit code 0 |
|
61 | 2025-01-07T04:21:27.033Z | starting task 2: "authentication" |
62 | 2025-01-07T04:21:27.054Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2025-01-07T04:21:27.059Z | starting task 3: "clone repository" |
64 | 2025-01-07T04:21:27.064Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-07T04:21:27.067Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-07T04:21:27.358Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-07T04:21:34.828Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-07T04:21:34.828Z | + git fetch origin c0bd4a8ef0ca1ce88c91d8ab65cd8e6d53058037 |
69 | 2025-01-07T04:21:35.140Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-07T04:21:35.140Z | * branch c0bd4a8ef0ca1ce88c91d8ab65cd8e6d53058037 -> FETCH_HEAD |
71 | 2025-01-07T04:21:35.151Z | + [[ -n renovate/anyhow-1.x-lockfile ]] |
72 | 2025-01-07T04:21:35.153Z | ++ git branch --show-current |
73 | 2025-01-07T04:21:35.155Z | + current=main |
74 | 2025-01-07T04:21:35.156Z | + [[ main != renovate/anyhow-1.x-lockfile ]] |
75 | 2025-01-07T04:21:35.156Z | + git branch -f renovate/anyhow-1.x-lockfile c0bd4a8ef0ca1ce88c91d8ab65cd8e6d53058037 |
76 | 2025-01-07T04:21:35.158Z | + git checkout -f renovate/anyhow-1.x-lockfile |
77 | 2025-01-07T04:21:35.187Z | Switched to branch 'renovate/anyhow-1.x-lockfile' |
78 | 2025-01-07T04:21:35.190Z | + git reset --hard c0bd4a8ef0ca1ce88c91d8ab65cd8e6d53058037 |
79 | 2025-01-07T04:21:35.221Z | HEAD is now at c0bd4a8ef Update Rust crate anyhow to v1.0.95 |
80 | 2025-01-07T04:21:35.226Z | process exited: duration 8161 ms, exit code 0 |
|
81 | 2025-01-07T04:21:35.230Z | starting task 4: "build" |
82 | 2025-01-07T04:21:35.235Z | + source ./env.sh |
83 | 2025-01-07T04:21:35.236Z | ++ OLD_SHELL_OPTS=ehxB |
84 | 2025-01-07T04:21:35.236Z | ++ set -o xtrace |
85 | 2025-01-07T04:21:35.238Z | ++++ dirname ./env.sh |
86 | 2025-01-07T04:21:35.241Z | +++ readlink -f . |
87 | 2025-01-07T04:21:35.262Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2025-01-07T04:21:35.264Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
89 | 2025-01-07T04:21:35.264Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
90 | 2025-01-07T04:21:35.264Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
91 | 2025-01-07T04:21:35.265Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
92 | 2025-01-07T04:21:35.265Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2025-01-07T04:21:35.265Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2025-01-07T04:21:35.265Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2025-01-07T04:21:35.265Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2025-01-07T04:21:35.265Z | ++ case $OLD_SHELL_OPTS in |
97 | 2025-01-07T04:21:35.265Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
98 | 2025-01-07T04:21:35.265Z | + source .github/buildomat/ci-env.sh |
99 | 2025-01-07T04:21:35.265Z | ++ export CARGO_TERM_COLOR=always |
100 | 2025-01-07T04:21:35.265Z | ++ CARGO_TERM_COLOR=always |
101 | 2025-01-07T04:21:35.265Z | + cargo --version |
102 | 2025-01-07T04:21:35.315Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
103 | 2025-01-07T04:21:35.317Z | + rustc --version |
104 | 2025-01-07T04:21:35.377Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
105 | 2025-01-07T04:21:35.381Z | + banner prerequisites |
106 | 2025-01-07T04:21:35.399Z | |
107 | 2025-01-07T04:21:35.399Z | ##### ##### ###### ##### ###### #### # # # #### # |
108 | 2025-01-07T04:21:35.399Z | # # # # # # # # # # # # # # # |
109 | 2025-01-07T04:21:35.399Z | # # # # ##### # # ##### # # # # # #### # |
110 | 2025-01-07T04:21:35.399Z | ##### ##### # ##### # # # # # # # # # |
111 | 2025-01-07T04:21:35.399Z | # # # # # # # # # # # # # # # |
112 | 2025-01-07T04:21:35.399Z | # # # ###### # # ###### ### # #### # #### # |
113 | 2025-01-07T04:21:35.399Z | |
114 | 2025-01-07T04:21:35.402Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
115 | 2025-01-07T04:21:52.468Z | Startup: Refreshing catalog 'helios-dev' ... Done |
116 | 2025-01-07T04:21:56.710Z | Startup: Caching catalogs ... Done |
117 | 2025-01-07T04:22:07.955Z | Planning: Solver setup ... Done (10.272s) |
118 | 2025-01-07T04:22:08.091Z | Planning: Running solver ... Done (0.136s) |
119 | 2025-01-07T04:22:08.413Z | Planning: Finding local manifests ... Done (0.219s) |
120 | 2025-01-07T04:22:08.448Z | Planning: Fetching manifests: 0/5 0% complete |
121 | 2025-01-07T04:22:08.716Z | Planning: Fetching manifests: 5/5 100% complete |
122 | 2025-01-07T04:22:09.069Z | Planning: Package planning ... Done (0.353s) |
123 | 2025-01-07T04:22:09.127Z | Planning: Merging actions ... Done (0.057s) |
124 | 2025-01-07T04:22:10.447Z | Planning: Checking for conflicting actions ... Done (1.320s) |
125 | 2025-01-07T04:22:19.242Z | Planning: Consolidating action changes ... Done (8.792s) |
126 | 2025-01-07T04:22:19.659Z | Planning: Evaluating mediators ... Done (0.418s) |
127 | 2025-01-07T04:22:19.852Z | Planning: Planning completed in 23.04 seconds |
128 | 2025-01-07T04:22:20.757Z | Packages to install: 4 |
129 | 2025-01-07T04:22:20.757Z | Packages to update: 1 |
130 | 2025-01-07T04:22:20.757Z | Mediators to change: 2 |
131 | 2025-01-07T04:22:20.759Z | Services to change: 1 |
132 | 2025-01-07T04:22:20.759Z | Estimated space available: 155.63 GB |
133 | 2025-01-07T04:22:20.760Z | Estimated space to be consumed: 1.62 GB |
134 | 2025-01-07T04:22:20.760Z | Create boot environment: No |
135 | 2025-01-07T04:22:20.760Z | Create backup boot environment: Yes |
136 | 2025-01-07T04:22:20.760Z | Rebuild boot archive: No |
137 | 2025-01-07T04:22:20.760Z | |
138 | 2025-01-07T04:22:20.760Z | Changed mediators: |
139 | 2025-01-07T04:22:20.760Z | mediator clang: |
140 | 2025-01-07T04:22:20.760Z | version: None -> 15 (system default) |
141 | 2025-01-07T04:22:20.760Z | |
142 | 2025-01-07T04:22:20.760Z | mediator llvm: |
143 | 2025-01-07T04:22:20.760Z | version: 14 (system default) -> 15 (system default) |
144 | 2025-01-07T04:22:20.760Z | |
145 | 2025-01-07T04:22:20.760Z | Changed packages: |
146 | 2025-01-07T04:22:20.760Z | helios-dev |
147 | 2025-01-07T04:22:20.760Z | developer/build-essential |
148 | 2025-01-07T04:22:20.760Z | None -> 11-2.0 |
149 | 2025-01-07T04:22:20.760Z | library/libxmlsec1 |
150 | 2025-01-07T04:22:20.760Z | None -> 1.2.35-2.0 |
151 | 2025-01-07T04:22:20.760Z | ooce/developer/clang-15 |
152 | 2025-01-07T04:22:20.760Z | None -> 15.0.7-2.0 |
153 | 2025-01-07T04:22:20.760Z | ooce/developer/llvm-15 |
154 | 2025-01-07T04:22:20.760Z | None -> 15.0.7-2.0 |
155 | 2025-01-07T04:22:20.760Z | package/pkg |
156 | 2025-01-07T04:22:20.760Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
157 | 2025-01-07T04:22:20.760Z | |
158 | 2025-01-07T04:22:20.761Z | Services: |
159 | 2025-01-07T04:22:20.761Z | restart_fmri: |
160 | 2025-01-07T04:22:20.761Z | svc:/system/update-man-index:default |
161 | 2025-01-07T04:22:20.761Z | |
162 | 2025-01-07T04:22:20.761Z | Editable files to change: |
163 | 2025-01-07T04:22:20.761Z | Update: |
164 | 2025-01-07T04:22:20.761Z | usr/share/lib/pkg/web/config.shtml |
165 | 2025-01-07T04:22:21.413Z | |
166 | 2025-01-07T04:22:21.413Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
167 | 2025-01-07T04:22:26.415Z | Download: 785/4281 items 18.6/220.6MB 8% complete (3.8M/s) |
168 | 2025-01-07T04:22:31.416Z | Download: 1278/4281 items 115.8/220.6MB 52% complete (11.6M/s) |
169 | 2025-01-07T04:22:36.441Z | Download: 2501/4281 items 120.3/220.6MB 54% complete (10.2M/s) |
170 | 2025-01-07T04:22:41.443Z | Download: 3144/4281 items 140.1/220.6MB 63% complete (2.5M/s) |
171 | 2025-01-07T04:22:46.670Z | Download: 3245/4281 items 202.6/220.6MB 91% complete (8.2M/s) |
172 | 2025-01-07T04:22:52.051Z | Download: 3278/4281 items 210.4/220.6MB 95% complete (8.3M/s) |
173 | 2025-01-07T04:22:57.043Z | Download: 3432/4281 items 215.1/220.6MB 97% complete (1.3M/s) |
174 | 2025-01-07T04:23:02.046Z | Download: 3863/4281 items 217.6/220.6MB 98% complete (734k/s) |
175 | 2025-01-07T04:23:08.344Z | Download: 4202/4281 items 220.5/220.6MB 99% complete (916k/s) |
176 | 2025-01-07T04:23:25.745Z | Download: 4207/4281 items 220.6/220.6MB 99% complete |
177 | 2025-01-07T04:23:25.869Z | Download: Completed 220.60 MB in 64.44 seconds (3.4M/s) |
178 | 2025-01-07T04:23:28.039Z | Actions: 1/5063 actions (Removing old actions) |
179 | 2025-01-07T04:23:28.055Z | Actions: 194/5063 actions (Installing new actions) |
180 | 2025-01-07T04:23:33.080Z | Actions: 4078/5063 actions (Installing new actions) |
181 | 2025-01-07T04:23:34.220Z | Actions: 4226/5063 actions (Updating modified actions) |
182 | 2025-01-07T04:23:34.689Z | Actions: Completed 5063 actions in 6.65 seconds. |
183 | 2025-01-07T04:23:34.919Z | Done (0.222s) |
184 | 2025-01-07T04:23:34.922Z | Done (0.000s) |
185 | 2025-01-07T04:23:35.500Z | Done (0.579s) |
186 | 2025-01-07T04:23:42.912Z | Done (7.191s) |
187 | 2025-01-07T04:23:43.487Z | Done (0.502s) |
188 | 2025-01-07T04:23:43.490Z | Done (0.000s) |
189 | 2025-01-07T04:23:43.646Z | Done (0.000s) |
190 | 2025-01-07T04:23:44.347Z | Planning: Evaluating mediator changes ... Done |
191 | 2025-01-07T04:23:44.510Z | Planning: Checking for conflicting actions ... Done |
192 | 2025-01-07T04:23:44.513Z | Planning: Consolidating action changes ... Done |
193 | 2025-01-07T04:23:44.780Z | Planning: Evaluating mediators ... Done |
194 | 2025-01-07T04:23:44.783Z | Planning: Planning completed in 0.43 seconds |
195 | 2025-01-07T04:23:44.820Z | Mediators to change: 2 |
196 | 2025-01-07T04:23:44.820Z | Create boot environment: No |
197 | 2025-01-07T04:23:44.820Z | Create backup boot environment: No |
198 | 2025-01-07T04:23:44.920Z | Done |
199 | 2025-01-07T04:23:44.920Z | Done |
200 | 2025-01-07T04:23:45.309Z | Done |
201 | 2025-01-07T04:23:48.992Z | Done |
202 | 2025-01-07T04:23:49.078Z | Done |
203 | 2025-01-07T04:23:49.089Z | Done |
204 | 2025-01-07T04:23:49.201Z | Done |
205 | 2025-01-07T04:23:49.797Z | Planning: Evaluating mediator changes ... Done |
206 | 2025-01-07T04:23:49.800Z | Planning: Merging actions ... Done |
207 | 2025-01-07T04:23:49.987Z | Planning: Checking for conflicting actions ... Done |
208 | 2025-01-07T04:23:49.989Z | Planning: Consolidating action changes ... Done |
209 | 2025-01-07T04:23:50.256Z | Planning: Evaluating mediators ... Done |
210 | 2025-01-07T04:23:50.311Z | Planning: Planning completed in 0.76 seconds |
211 | 2025-01-07T04:23:50.352Z | Packages to change: 1 |
212 | 2025-01-07T04:23:50.352Z | Mediators to change: 1 |
213 | 2025-01-07T04:23:50.354Z | Services to change: 1 |
214 | 2025-01-07T04:23:50.354Z | Create boot environment: No |
215 | 2025-01-07T04:23:50.354Z | Create backup boot environment: Yes |
216 | 2025-01-07T04:23:52.341Z | Actions: 1/6 actions (Updating modified actions) |
217 | 2025-01-07T04:23:52.469Z | Actions: Completed 6 actions in 0.10 seconds. |
218 | 2025-01-07T04:23:52.475Z | Done |
219 | 2025-01-07T04:23:52.475Z | Done |
220 | 2025-01-07T04:23:52.576Z | Done |
221 | 2025-01-07T04:23:56.222Z | Done |
222 | 2025-01-07T04:23:56.311Z | Done |
223 | 2025-01-07T04:23:56.315Z | Done |
224 | 2025-01-07T04:23:56.449Z | Done |
225 | 2025-01-07T04:23:56.885Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
226 | 2025-01-07T04:23:56.886Z | clang system 15 system |
227 | 2025-01-07T04:23:56.886Z | csh system system illumos |
228 | 2025-01-07T04:23:56.886Z | ctags system system illumos |
229 | 2025-01-07T04:23:56.886Z | gcc vendor 12 vendor |
230 | 2025-01-07T04:23:56.886Z | gcc system 10 system |
231 | 2025-01-07T04:23:56.886Z | gcc system 7 system |
232 | 2025-01-07T04:23:56.886Z | go system 1.20 system |
233 | 2025-01-07T04:23:56.886Z | go system 1.19 system |
234 | 2025-01-07T04:23:56.886Z | llvm system 15 system |
235 | 2025-01-07T04:23:56.886Z | llvm system 14 system |
236 | 2025-01-07T04:23:56.886Z | mariadb system 10.6 system |
237 | 2025-01-07T04:23:56.886Z | mta vendor vendor dma |
238 | 2025-01-07T04:23:56.886Z | openjdk system 17 system |
239 | 2025-01-07T04:23:56.886Z | openjdk system 11 system |
240 | 2025-01-07T04:23:56.886Z | openjdk system 1.8 system |
241 | 2025-01-07T04:23:56.886Z | openssl vendor 3 vendor |
242 | 2025-01-07T04:23:56.886Z | perl system 5.36 system |
243 | 2025-01-07T04:23:56.886Z | postgresql system 15 system |
244 | 2025-01-07T04:23:56.886Z | postgresql system 13 system |
245 | 2025-01-07T04:23:56.886Z | python vendor 3 vendor |
246 | 2025-01-07T04:23:56.887Z | python system 2 system |
247 | 2025-01-07T04:23:56.887Z | python3 system 3.11 system |
248 | 2025-01-07T04:23:56.887Z | ruby system 3.0 system |
249 | 2025-01-07T04:23:56.887Z | words vendor vendor american-english |
250 | 2025-01-07T04:23:56.887Z | words system system australian-english |
251 | 2025-01-07T04:23:56.887Z | words system system british-english |
252 | 2025-01-07T04:23:56.887Z | words system system canadian-english |
253 | 2025-01-07T04:23:56.887Z | words system system french |
254 | 2025-01-07T04:23:56.887Z | words system system italian |
255 | 2025-01-07T04:23:56.887Z | words system system ngerman |
256 | 2025-01-07T04:23:56.887Z | words system system ogerman |
257 | 2025-01-07T04:23:56.887Z | words system system spanish |
258 | 2025-01-07T04:23:57.218Z | PUBLISHER TYPE STATUS P LOCATION |
259 | 2025-01-07T04:23:57.218Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
260 | 2025-01-07T04:23:59.979Z | FMRI IFO |
261 | 2025-01-07T04:23:59.979Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
262 | 2025-01-07T04:23:59.979Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
263 | 2025-01-07T04:23:59.980Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
264 | 2025-01-07T04:23:59.980Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
265 | 2025-01-07T04:23:59.980Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
266 | 2025-01-07T04:23:59.980Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
267 | 2025-01-07T04:23:59.981Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
268 | 2025-01-07T04:23:59.981Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
269 | 2025-01-07T04:23:59.981Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
270 | 2025-01-07T04:23:59.981Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
271 | 2025-01-07T04:23:59.981Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
272 | 2025-01-07T04:23:59.981Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
273 | 2025-01-07T04:23:59.981Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
274 | 2025-01-07T04:23:59.981Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
275 | 2025-01-07T04:23:59.981Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
276 | 2025-01-07T04:24:00.764Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
277 | 2025-01-07T04:24:01.030Z | Updating crates.io index |
278 | 2025-01-07T04:24:01.134Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
279 | 2025-01-07T04:24:01.497Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
280 | 2025-01-07T04:24:02.076Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
281 | 2025-01-07T04:24:02.353Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
282 | 2025-01-07T04:24:02.606Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
283 | 2025-01-07T04:24:02.898Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
284 | 2025-01-07T04:24:03.914Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
285 | 2025-01-07T04:24:05.467Z | Updating git repository `https://github.com/oxidecomputer/opte` |
286 | 2025-01-07T04:24:06.148Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
287 | 2025-01-07T04:24:07.036Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
288 | 2025-01-07T04:24:07.299Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
289 | 2025-01-07T04:24:07.589Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
290 | 2025-01-07T04:24:08.151Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
291 | 2025-01-07T04:24:08.496Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
292 | 2025-01-07T04:24:08.834Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
293 | 2025-01-07T04:24:09.082Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
294 | 2025-01-07T04:24:09.359Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
295 | 2025-01-07T04:24:09.637Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
296 | 2025-01-07T04:24:10.048Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
297 | 2025-01-07T04:24:10.315Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
298 | 2025-01-07T04:24:10.670Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
299 | 2025-01-07T04:24:10.956Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
300 | 2025-01-07T04:24:11.500Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
301 | 2025-01-07T04:24:11.871Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
302 | 2025-01-07T04:24:12.260Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
303 | 2025-01-07T04:24:12.732Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
304 | 2025-01-07T04:24:13.041Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
305 | 2025-01-07T04:24:13.323Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
306 | 2025-01-07T04:24:13.590Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
307 | 2025-01-07T04:24:14.800Z | Downloading crates ... |
308 | 2025-01-07T04:24:14.926Z | Downloaded proc-macro-error v1.0.4 |
309 | 2025-01-07T04:24:14.934Z | Downloaded quote v1.0.37 |
310 | 2025-01-07T04:24:14.940Z | Downloaded clap v4.5.21 |
311 | 2025-01-07T04:24:14.950Z | Downloaded cargo_toml v0.20.5 |
312 | 2025-01-07T04:24:14.961Z | Downloaded clap_builder v4.5.21 |
313 | 2025-01-07T04:24:14.961Z | Downloaded anstyle-query v1.1.1 |
314 | 2025-01-07T04:24:14.961Z | Downloaded anstyle-parse v0.2.5 |
315 | 2025-01-07T04:24:14.963Z | Downloaded cfg-if v1.0.0 |
316 | 2025-01-07T04:24:14.963Z | Downloaded camino v1.1.9 |
317 | 2025-01-07T04:24:14.967Z | Downloaded block-buffer v0.10.4 |
318 | 2025-01-07T04:24:14.967Z | Downloaded autocfg v1.4.0 |
319 | 2025-01-07T04:24:14.967Z | Downloaded anstream v0.6.15 |
320 | 2025-01-07T04:24:14.970Z | Downloaded clap_derive v4.5.18 |
321 | 2025-01-07T04:24:14.973Z | Downloaded crypto-common v0.1.6 |
322 | 2025-01-07T04:24:14.974Z | Downloaded bitflags v2.6.0 |
323 | 2025-01-07T04:24:14.976Z | Downloaded colorchoice v1.0.2 |
324 | 2025-01-07T04:24:14.978Z | Downloaded byteorder v1.5.0 |
325 | 2025-01-07T04:24:14.978Z | Downloaded errno v0.3.9 |
326 | 2025-01-07T04:24:14.980Z | Downloaded proc-macro-error-attr v1.0.4 |
327 | 2025-01-07T04:24:14.983Z | Downloaded itoa v1.0.11 |
328 | 2025-01-07T04:24:14.983Z | Downloaded is_terminal_polyfill v1.70.1 |
329 | 2025-01-07T04:24:14.983Z | Downloaded heck v0.5.0 |
330 | 2025-01-07T04:24:14.985Z | Downloaded heck v0.4.1 |
331 | 2025-01-07T04:24:14.985Z | Downloaded fnv v1.0.7 |
332 | 2025-01-07T04:24:14.990Z | Downloaded fastrand v2.1.1 |
333 | 2025-01-07T04:24:14.990Z | Downloaded log v0.4.22 |
334 | 2025-01-07T04:24:14.992Z | Downloaded generic-array v0.14.7 |
335 | 2025-01-07T04:24:14.992Z | Downloaded equivalent v1.0.1 |
336 | 2025-01-07T04:24:14.992Z | Downloaded digest v0.10.7 |
337 | 2025-01-07T04:24:14.995Z | Downloaded anstyle v1.0.10 |
338 | 2025-01-07T04:24:14.997Z | Downloaded memchr v2.7.4 |
339 | 2025-01-07T04:24:15.000Z | Downloaded terminal_size v0.4.0 |
340 | 2025-01-07T04:24:15.003Z | Downloaded serde_spanned v0.6.8 |
341 | 2025-01-07T04:24:15.003Z | Downloaded thiserror v1.0.69 |
342 | 2025-01-07T04:24:15.007Z | Downloaded typenum v1.17.0 |
343 | 2025-01-07T04:24:15.010Z | Downloaded ryu v1.0.18 |
344 | 2025-01-07T04:24:15.015Z | Downloaded thiserror-impl v1.0.69 |
345 | 2025-01-07T04:24:15.017Z | Downloaded swrite v0.1.0 |
346 | 2025-01-07T04:24:15.017Z | Downloaded strsim v0.11.1 |
347 | 2025-01-07T04:24:15.017Z | Downloaded semver v1.0.23 |
348 | 2025-01-07T04:24:15.019Z | Downloaded indexmap v2.6.0 |
349 | 2025-01-07T04:24:15.052Z | Downloaded ucd-trie v0.1.7 |
350 | 2025-01-07T04:24:15.055Z | Downloaded bytecount v0.6.8 |
351 | 2025-01-07T04:24:15.058Z | Downloaded anyhow v1.0.95 |
352 | 2025-01-07T04:24:15.061Z | Downloaded once_cell v1.20.2 |
353 | 2025-01-07T04:24:15.063Z | Downloaded cpufeatures v0.2.14 |
354 | 2025-01-07T04:24:15.066Z | Downloaded proc-macro2 v1.0.89 |
355 | 2025-01-07T04:24:15.072Z | Downloaded clap_lex v0.7.2 |
356 | 2025-01-07T04:24:15.072Z | Downloaded serde v1.0.215 |
357 | 2025-01-07T04:24:15.074Z | Downloaded sha2 v0.10.8 |
358 | 2025-01-07T04:24:15.077Z | Downloaded textwrap v0.16.1 |
359 | 2025-01-07T04:24:15.099Z | Downloaded rustix v0.38.37 |
360 | 2025-01-07T04:24:15.120Z | Downloaded serde_json v1.0.133 |
361 | 2025-01-07T04:24:15.134Z | Downloaded syn v1.0.109 |
362 | 2025-01-07T04:24:15.144Z | Downloaded unicode-ident v1.0.13 |
363 | 2025-01-07T04:24:15.146Z | Downloaded cargo_metadata v0.18.1 |
364 | 2025-01-07T04:24:15.148Z | Downloaded cargo-platform v0.1.8 |
365 | 2025-01-07T04:24:15.151Z | Downloaded toml v0.8.19 |
366 | 2025-01-07T04:24:15.153Z | Downloaded camino-tempfile v1.1.1 |
367 | 2025-01-07T04:24:15.156Z | Downloaded toml_datetime v0.6.8 |
368 | 2025-01-07T04:24:15.156Z | Downloaded tempfile v3.13.0 |
369 | 2025-01-07T04:24:15.159Z | Downloaded toml_edit v0.22.22 |
370 | 2025-01-07T04:24:15.189Z | Downloaded unicode-linebreak v0.1.5 |
371 | 2025-01-07T04:24:15.209Z | Downloaded zerocopy-derive v0.7.35 |
372 | 2025-01-07T04:24:15.213Z | Downloaded scroll_derive v0.12.0 |
373 | 2025-01-07T04:24:15.215Z | Downloaded pest_derive v2.7.14 |
374 | 2025-01-07T04:24:15.218Z | Downloaded pest_generator v2.7.14 |
375 | 2025-01-07T04:24:15.218Z | Downloaded pest_meta v2.7.14 |
376 | 2025-01-07T04:24:15.229Z | Downloaded winnow v0.6.20 |
377 | 2025-01-07T04:24:15.238Z | Downloaded tabled_derive v0.7.0 |
378 | 2025-01-07T04:24:15.241Z | Downloaded serde_tokenstream v0.2.2 |
379 | 2025-01-07T04:24:15.243Z | Downloaded zerocopy v0.7.35 |
380 | 2025-01-07T04:24:15.256Z | Downloaded version_check v0.9.5 |
381 | 2025-01-07T04:24:15.259Z | Downloaded pest v2.7.14 |
382 | 2025-01-07T04:24:15.263Z | Downloaded utf8parse v0.2.2 |
383 | 2025-01-07T04:24:15.265Z | Downloaded smawk v0.3.2 |
384 | 2025-01-07T04:24:15.266Z | Downloaded scroll v0.12.0 |
385 | 2025-01-07T04:24:15.266Z | Downloaded serde_derive v1.0.215 |
386 | 2025-01-07T04:24:15.268Z | Downloaded hashbrown v0.15.1 |
387 | 2025-01-07T04:24:15.272Z | Downloaded goblin v0.8.2 |
388 | 2025-01-07T04:24:15.279Z | Downloaded tabled v0.15.0 |
389 | 2025-01-07T04:24:15.293Z | Downloaded fs-err v2.11.0 |
390 | 2025-01-07T04:24:15.296Z | Downloaded dtrace-parser v0.2.0 |
391 | 2025-01-07T04:24:15.296Z | Downloaded dof v0.3.0 |
392 | 2025-01-07T04:24:15.299Z | Downloaded syn v2.0.87 |
393 | 2025-01-07T04:24:15.309Z | Downloaded usdt-impl v0.5.0 |
394 | 2025-01-07T04:24:15.315Z | Downloaded usdt-attr-macro v0.5.0 |
395 | 2025-01-07T04:24:15.315Z | Downloaded usdt v0.5.0 |
396 | 2025-01-07T04:24:15.315Z | Downloaded unicode-width v0.1.14 |
397 | 2025-01-07T04:24:15.321Z | Downloaded thread-id v4.2.2 |
398 | 2025-01-07T04:24:15.321Z | Downloaded pretty-hex v0.4.1 |
399 | 2025-01-07T04:24:15.327Z | Downloaded plain v0.2.3 |
400 | 2025-01-07T04:24:15.327Z | Downloaded papergrid v0.11.0 |
401 | 2025-01-07T04:24:15.327Z | Downloaded usdt-macro v0.5.0 |
402 | 2025-01-07T04:24:15.327Z | Downloaded memmap v0.7.0 |
403 | 2025-01-07T04:24:15.330Z | Downloaded macaddr v1.0.1 |
404 | 2025-01-07T04:24:15.337Z | Downloaded libc v0.2.162 |
405 | 2025-01-07T04:24:15.642Z | Compiling proc-macro2 v1.0.89 |
406 | 2025-01-07T04:24:15.642Z | Compiling unicode-ident v1.0.13 |
407 | 2025-01-07T04:24:15.642Z | Compiling serde v1.0.215 |
408 | 2025-01-07T04:24:15.644Z | Compiling version_check v0.9.5 |
409 | 2025-01-07T04:24:15.644Z | Compiling thiserror v1.0.69 |
410 | 2025-01-07T04:24:15.645Z | Compiling memchr v2.7.4 |
411 | 2025-01-07T04:24:15.645Z | Compiling libc v0.2.162 |
412 | 2025-01-07T04:24:15.678Z | Compiling ucd-trie v0.1.7 |
413 | 2025-01-07T04:24:15.962Z | Compiling itoa v1.0.11 |
414 | 2025-01-07T04:24:16.191Z | Compiling ryu v1.0.18 |
415 | 2025-01-07T04:24:16.445Z | Compiling once_cell v1.20.2 |
416 | 2025-01-07T04:24:16.771Z | Compiling byteorder v1.5.0 |
417 | 2025-01-07T04:24:17.090Z | Compiling serde_json v1.0.133 |
418 | 2025-01-07T04:24:17.125Z | Compiling rustix v0.38.37 |
419 | 2025-01-07T04:24:17.815Z | Compiling bitflags v2.6.0 |
420 | 2025-01-07T04:24:17.876Z | Compiling usdt-impl v0.5.0 |
421 | 2025-01-07T04:24:17.899Z | Compiling proc-macro-error-attr v1.0.4 |
422 | 2025-01-07T04:24:17.952Z | Compiling syn v1.0.109 |
423 | 2025-01-07T04:24:18.123Z | Compiling proc-macro-error v1.0.4 |
424 | 2025-01-07T04:24:18.225Z | Compiling hashbrown v0.15.1 |
425 | 2025-01-07T04:24:18.259Z | Compiling utf8parse v0.2.2 |
426 | 2025-01-07T04:24:18.336Z | Compiling plain v0.2.3 |
427 | 2025-01-07T04:24:18.411Z | Compiling equivalent v1.0.1 |
428 | 2025-01-07T04:24:18.436Z | Compiling log v0.4.22 |
429 | 2025-01-07T04:24:18.484Z | Compiling camino v1.1.9 |
430 | 2025-01-07T04:24:18.545Z | Compiling anstyle-parse v0.2.5 |
431 | 2025-01-07T04:24:18.744Z | Compiling quote v1.0.37 |
432 | 2025-01-07T04:24:18.885Z | Compiling anstyle v1.0.10 |
433 | 2025-01-07T04:24:19.116Z | Compiling syn v2.0.87 |
434 | 2025-01-07T04:24:19.179Z | Compiling errno v0.3.9 |
435 | 2025-01-07T04:24:19.206Z | Compiling thread-id v4.2.2 |
436 | 2025-01-07T04:24:19.371Z | Compiling indexmap v2.6.0 |
437 | 2025-01-07T04:24:19.426Z | Compiling semver v1.0.23 |
438 | 2025-01-07T04:24:19.453Z | Compiling autocfg v1.4.0 |
439 | 2025-01-07T04:24:19.453Z | Compiling unicode-width v0.1.14 |
440 | 2025-01-07T04:24:19.944Z | Compiling pretty-hex v0.4.1 |
441 | 2025-01-07T04:24:19.978Z | Compiling anstyle-query v1.1.1 |
442 | 2025-01-07T04:24:20.138Z | Compiling colorchoice v1.0.2 |
443 | 2025-01-07T04:24:20.165Z | Compiling winnow v0.6.20 |
444 | 2025-01-07T04:24:20.309Z | Compiling is_terminal_polyfill v1.70.1 |
445 | 2025-01-07T04:24:20.440Z | Compiling anstream v0.6.15 |
446 | 2025-01-07T04:24:20.581Z | Compiling fs-err v2.11.0 |
447 | 2025-01-07T04:24:20.920Z | Compiling heck v0.4.1 |
448 | 2025-01-07T04:24:20.983Z | Compiling clap_lex v0.7.2 |
449 | 2025-01-07T04:24:21.085Z | Compiling heck v0.5.0 |
450 | 2025-01-07T04:24:21.219Z | Compiling cfg-if v1.0.0 |
451 | 2025-01-07T04:24:21.461Z | Compiling anyhow v1.0.95 |
452 | 2025-01-07T04:24:21.543Z | Compiling terminal_size v0.4.0 |
453 | 2025-01-07T04:24:21.618Z | Compiling fnv v1.0.7 |
454 | 2025-01-07T04:24:21.753Z | Compiling bytecount v0.6.8 |
455 | 2025-01-07T04:24:21.777Z | Compiling strsim v0.11.1 |
456 | 2025-01-07T04:24:21.780Z | Compiling fastrand v2.1.1 |
457 | 2025-01-07T04:24:21.959Z | Compiling papergrid v0.11.0 |
458 | 2025-01-07T04:24:22.351Z | Compiling clap_builder v4.5.21 |
459 | 2025-01-07T04:24:22.454Z | Compiling tempfile v3.13.0 |
460 | 2025-01-07T04:24:22.889Z | Compiling memmap v0.7.0 |
461 | 2025-01-07T04:24:23.042Z | Compiling smawk v0.3.2 |
462 | 2025-01-07T04:24:23.240Z | Compiling unicode-linebreak v0.1.5 |
463 | 2025-01-07T04:24:23.747Z | Compiling textwrap v0.16.1 |
464 | 2025-01-07T04:24:23.873Z | Compiling swrite v0.1.0 |
465 | 2025-01-07T04:24:24.955Z | Compiling tabled_derive v0.7.0 |
466 | 2025-01-07T04:24:26.483Z | Compiling tabled v0.15.0 |
467 | 2025-01-07T04:24:27.946Z | Compiling serde_derive v1.0.215 |
468 | 2025-01-07T04:24:27.946Z | Compiling thiserror-impl v1.0.69 |
469 | 2025-01-07T04:24:27.953Z | Compiling zerocopy-derive v0.7.35 |
470 | 2025-01-07T04:24:27.953Z | Compiling scroll_derive v0.12.0 |
471 | 2025-01-07T04:24:28.002Z | Compiling clap_derive v4.5.18 |
472 | 2025-01-07T04:24:29.261Z | Compiling scroll v0.12.0 |
473 | 2025-01-07T04:24:29.708Z | Compiling zerocopy v0.7.35 |
474 | 2025-01-07T04:24:29.779Z | Compiling goblin v0.8.2 |
475 | 2025-01-07T04:24:30.560Z | Compiling pest v2.7.14 |
476 | 2025-01-07T04:24:31.569Z | Compiling clap v4.5.21 |
477 | 2025-01-07T04:24:32.827Z | Compiling pest_meta v2.7.14 |
478 | 2025-01-07T04:24:33.634Z | Compiling pest_generator v2.7.14 |
479 | 2025-01-07T04:24:35.494Z | Compiling pest_derive v2.7.14 |
480 | 2025-01-07T04:24:36.150Z | Compiling dtrace-parser v0.2.0 |
481 | 2025-01-07T04:24:38.122Z | Compiling serde_tokenstream v0.2.2 |
482 | 2025-01-07T04:24:38.224Z | Compiling serde_spanned v0.6.8 |
483 | 2025-01-07T04:24:38.224Z | Compiling toml_datetime v0.6.8 |
484 | 2025-01-07T04:24:38.373Z | Compiling cargo-platform v0.1.8 |
485 | 2025-01-07T04:24:38.605Z | Compiling toml_edit v0.22.22 |
486 | 2025-01-07T04:24:38.721Z | Compiling macaddr v1.0.1 |
487 | 2025-01-07T04:24:38.958Z | Compiling camino-tempfile v1.1.1 |
488 | 2025-01-07T04:24:39.650Z | Compiling dof v0.3.0 |
489 | 2025-01-07T04:24:39.713Z | Compiling cargo_metadata v0.18.1 |
490 | 2025-01-07T04:24:41.362Z | Compiling usdt-macro v0.5.0 |
491 | 2025-01-07T04:24:41.363Z | Compiling usdt-attr-macro v0.5.0 |
492 | 2025-01-07T04:24:41.453Z | Compiling toml v0.8.19 |
493 | 2025-01-07T04:24:42.318Z | Compiling cargo_toml v0.20.5 |
494 | 2025-01-07T04:24:42.731Z | Compiling usdt v0.5.0 |
495 | 2025-01-07T04:24:45.717Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
496 | 2025-01-07T04:24:49.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.35s |
497 | 2025-01-07T04:24:50.155Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
498 | 2025-01-07T04:24:50.699Z | Downloading crates ... |
499 | 2025-01-07T04:24:50.817Z | Downloaded aead v0.5.2 |
500 | 2025-01-07T04:24:50.830Z | Downloaded aes v0.8.4 |
501 | 2025-01-07T04:24:50.839Z | Downloaded aes-gcm v0.10.3 |
502 | 2025-01-07T04:24:50.843Z | Downloaded ascii-canvas v3.0.0 |
503 | 2025-01-07T04:24:50.846Z | Downloaded argon2 v0.5.3 |
504 | 2025-01-07T04:24:50.849Z | Downloaded base16ct v0.2.0 |
505 | 2025-01-07T04:24:50.849Z | Downloaded atty v0.2.14 |
506 | 2025-01-07T04:24:50.851Z | Downloaded async-stream-impl v0.3.6 |
507 | 2025-01-07T04:24:50.851Z | Downloaded base64 v0.13.1 |
508 | 2025-01-07T04:24:50.854Z | Downloaded cfg_aliases v0.1.1 |
509 | 2025-01-07T04:24:50.856Z | Downloaded cfg_aliases v0.2.1 |
510 | 2025-01-07T04:24:50.859Z | Downloaded bitflags v1.3.2 |
511 | 2025-01-07T04:24:50.861Z | Downloaded hmac v0.12.1 |
512 | 2025-01-07T04:24:50.863Z | Downloaded ciborium-io v0.2.2 |
513 | 2025-01-07T04:24:50.864Z | Downloaded hostname v0.3.1 |
514 | 2025-01-07T04:24:50.867Z | Downloaded hostname v0.4.0 |
515 | 2025-01-07T04:24:50.869Z | Downloaded blake2 v0.10.6 |
516 | 2025-01-07T04:24:50.871Z | Downloaded arrayref v0.3.9 |
517 | 2025-01-07T04:24:50.873Z | Downloaded http v1.1.0 |
518 | 2025-01-07T04:24:50.877Z | Downloaded http-body-util v0.1.2 |
519 | 2025-01-07T04:24:50.880Z | Downloaded inout v0.1.3 |
520 | 2025-01-07T04:24:50.882Z | Downloaded indexmap v1.9.3 |
521 | 2025-01-07T04:24:50.885Z | Downloaded http-body v1.0.1 |
522 | 2025-01-07T04:24:50.887Z | Downloaded bitvec v1.0.1 |
523 | 2025-01-07T04:24:50.905Z | Downloaded libm v0.2.8 |
524 | 2025-01-07T04:24:50.912Z | Downloaded heapless v0.7.17 |
525 | 2025-01-07T04:24:50.916Z | Downloaded itertools v0.13.0 |
526 | 2025-01-07T04:24:50.932Z | Downloaded hickory-proto v0.24.1 |
527 | 2025-01-07T04:24:50.951Z | Downloaded highway v1.2.0 |
528 | 2025-01-07T04:24:50.953Z | Downloaded home v0.5.9 |
529 | 2025-01-07T04:24:50.956Z | Downloaded hex-literal v0.4.1 |
530 | 2025-01-07T04:24:50.956Z | Downloaded heck v0.3.3 |
531 | 2025-01-07T04:24:50.958Z | Downloaded darling v0.20.10 |
532 | 2025-01-07T04:24:50.962Z | Downloaded ident_case v1.0.1 |
533 | 2025-01-07T04:24:50.964Z | Downloaded icu_provider_macros v1.5.0 |
534 | 2025-01-07T04:24:50.964Z | Downloaded hyper-tls v0.6.0 |
535 | 2025-01-07T04:24:50.966Z | Downloaded icu_provider v1.5.0 |
536 | 2025-01-07T04:24:50.970Z | Downloaded idna_adapter v1.2.0 |
537 | 2025-01-07T04:24:50.972Z | Downloaded hyper-rustls v0.27.3 |
538 | 2025-01-07T04:24:50.975Z | Downloaded adler2 v2.0.0 |
539 | 2025-01-07T04:24:50.977Z | Downloaded arrayvec v0.7.6 |
540 | 2025-01-07T04:24:50.980Z | Downloaded addr2line v0.24.2 |
541 | 2025-01-07T04:24:50.983Z | Downloaded allocator-api2 v0.2.18 |
542 | 2025-01-07T04:24:50.985Z | Downloaded is_ci v1.2.0 |
543 | 2025-01-07T04:24:50.987Z | Downloaded ipnetwork v0.20.0 |
544 | 2025-01-07T04:24:50.990Z | Downloaded async-stream v0.3.6 |
545 | 2025-01-07T04:24:50.992Z | Downloaded arc-swap v1.7.1 |
546 | 2025-01-07T04:24:50.995Z | Downloaded idna v0.4.0 |
547 | 2025-01-07T04:24:51.004Z | Downloaded lazy_static v1.5.0 |
548 | 2025-01-07T04:24:51.006Z | Downloaded itertools v0.10.5 |
549 | 2025-01-07T04:24:51.014Z | Downloaded lru-cache v0.1.2 |
550 | 2025-01-07T04:24:51.016Z | Downloaded lru v0.12.5 |
551 | 2025-01-07T04:24:51.019Z | Downloaded lock_api v0.4.12 |
552 | 2025-01-07T04:24:51.019Z | Downloaded cipher v0.4.4 |
553 | 2025-01-07T04:24:51.022Z | Downloaded bzip2 v0.4.4 |
554 | 2025-01-07T04:24:51.024Z | Downloaded cexpr v0.6.0 |
555 | 2025-01-07T04:24:51.026Z | Downloaded base64 v0.22.1 |
556 | 2025-01-07T04:24:51.029Z | Downloaded bytes v1.8.0 |
557 | 2025-01-07T04:24:51.035Z | Downloaded base64ct v1.6.0 |
558 | 2025-01-07T04:24:51.038Z | Downloaded ciborium v0.2.2 |
559 | 2025-01-07T04:24:51.040Z | Downloaded castaway v0.2.3 |
560 | 2025-01-07T04:24:51.043Z | Downloaded bumpalo v3.16.0 |
561 | 2025-01-07T04:24:51.047Z | Downloaded bit-set v0.5.3 |
562 | 2025-01-07T04:24:51.049Z | Downloaded bb8 v0.8.5 |
563 | 2025-01-07T04:24:51.049Z | Downloaded base64 v0.21.7 |
564 | 2025-01-07T04:24:51.053Z | Downloaded chrono v0.4.38 |
565 | 2025-01-07T04:24:51.062Z | Downloaded backtrace v0.3.74 |
566 | 2025-01-07T04:24:51.068Z | Downloaded aho-corasick v1.1.3 |
567 | 2025-01-07T04:24:51.076Z | Downloaded bstr v1.10.0 |
568 | 2025-01-07T04:24:51.087Z | Downloaded is-terminal v0.4.13 |
569 | 2025-01-07T04:24:51.089Z | Downloaded instant v0.1.13 |
570 | 2025-01-07T04:24:51.092Z | Downloaded icu_properties_data v1.5.0 |
571 | 2025-01-07T04:24:51.102Z | Downloaded iana-time-zone v0.1.61 |
572 | 2025-01-07T04:24:51.105Z | Downloaded icu_locid_transform_data v1.5.0 |
573 | 2025-01-07T04:24:51.107Z | Downloaded icu_locid v1.5.0 |
574 | 2025-01-07T04:24:51.113Z | Downloaded icu_properties v1.5.1 |
575 | 2025-01-07T04:24:51.116Z | Downloaded hyper-util v0.1.10 |
576 | 2025-01-07T04:24:51.121Z | Downloaded icu_normalizer_data v1.5.0 |
577 | 2025-01-07T04:24:51.124Z | Downloaded icu_normalizer v1.5.0 |
578 | 2025-01-07T04:24:51.128Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
579 | 2025-01-07T04:24:51.142Z | Downloaded ipnet v2.10.1 |
580 | 2025-01-07T04:24:51.145Z | Downloaded hyper v1.5.0 |
581 | 2025-01-07T04:24:51.152Z | Downloaded jobserver v0.1.32 |
582 | 2025-01-07T04:24:51.155Z | Downloaded libloading v0.8.5 |
583 | 2025-01-07T04:24:51.157Z | Downloaded ctr v0.9.2 |
584 | 2025-01-07T04:24:51.160Z | Downloaded csv-core v0.1.11 |
585 | 2025-01-07T04:24:51.162Z | Downloaded crossbeam-channel v0.5.13 |
586 | 2025-01-07T04:24:51.167Z | Downloaded idna v1.0.3 |
587 | 2025-01-07T04:24:51.171Z | Downloaded crypto-bigint v0.5.5 |
588 | 2025-01-07T04:24:51.180Z | Downloaded crossterm v0.28.1 |
589 | 2025-01-07T04:24:51.187Z | Downloaded maplit v1.0.2 |
590 | 2025-01-07T04:24:51.191Z | Downloaded memoffset v0.9.1 |
591 | 2025-01-07T04:24:51.191Z | Downloaded md5 v0.7.0 |
592 | 2025-01-07T04:24:51.193Z | Downloaded match_cfg v0.1.0 |
593 | 2025-01-07T04:24:51.193Z | Downloaded hickory-resolver v0.24.1 |
594 | 2025-01-07T04:24:51.198Z | Downloaded mime v0.3.17 |
595 | 2025-01-07T04:24:51.201Z | Downloaded itertools v0.12.1 |
596 | 2025-01-07T04:24:51.209Z | Downloaded const-oid v0.9.6 |
597 | 2025-01-07T04:24:51.211Z | Downloaded bindgen v0.69.5 |
598 | 2025-01-07T04:24:51.219Z | Downloaded curve25519-dalek-derive v0.1.1 |
599 | 2025-01-07T04:24:51.222Z | Downloaded cstr-argument v0.1.2 |
600 | 2025-01-07T04:24:51.224Z | Downloaded cobs v0.2.3 |
601 | 2025-01-07T04:24:51.224Z | Downloaded cmake v0.1.51 |
602 | 2025-01-07T04:24:51.236Z | Downloaded mime_guess v2.0.5 |
603 | 2025-01-07T04:24:51.238Z | Downloaded miniz_oxide v0.8.0 |
604 | 2025-01-07T04:24:51.241Z | Downloaded primeorder v0.13.6 |
605 | 2025-01-07T04:24:51.243Z | Downloaded cookie v0.18.1 |
606 | 2025-01-07T04:24:51.245Z | Downloaded linked-hash-map v0.5.6 |
607 | 2025-01-07T04:24:51.248Z | Downloaded minimal-lexical v0.2.1 |
608 | 2025-01-07T04:24:51.253Z | Downloaded lockfree-object-pool v0.1.6 |
609 | 2025-01-07T04:24:51.257Z | Downloaded proptest v1.5.0 |
610 | 2025-01-07T04:24:51.268Z | Downloaded radium v0.7.0 |
611 | 2025-01-07T04:24:51.270Z | Downloaded memmap2 v0.9.5 |
612 | 2025-01-07T04:24:51.272Z | Downloaded matches v0.1.10 |
613 | 2025-01-07T04:24:51.272Z | Downloaded idna v0.5.0 |
614 | 2025-01-07T04:24:51.280Z | Downloaded signature v2.2.0 |
615 | 2025-01-07T04:24:51.283Z | Downloaded ref-cast v1.0.23 |
616 | 2025-01-07T04:24:51.285Z | Downloaded serde_plain v1.0.2 |
617 | 2025-01-07T04:24:51.287Z | Downloaded rayon-core v1.12.1 |
618 | 2025-01-07T04:24:51.292Z | Downloaded rusty-fork v0.3.0 |
619 | 2025-01-07T04:24:51.294Z | Downloaded rustc-demangle v0.1.24 |
620 | 2025-01-07T04:24:51.296Z | Downloaded chacha20 v0.9.1 |
621 | 2025-01-07T04:24:51.298Z | Downloaded salsa20 v0.10.2 |
622 | 2025-01-07T04:24:51.300Z | Downloaded instability v0.3.2 |
623 | 2025-01-07T04:24:51.302Z | Downloaded indicatif v0.17.9 |
624 | 2025-01-07T04:24:51.305Z | Downloaded indent_write v2.2.0 |
625 | 2025-01-07T04:24:51.308Z | Downloaded hyper-staticfile v0.10.1 |
626 | 2025-01-07T04:24:51.311Z | Downloaded rustls v0.21.12 |
627 | 2025-01-07T04:24:51.326Z | Downloaded stable_deref_trait v1.2.0 |
628 | 2025-01-07T04:24:51.329Z | Downloaded libefi-sys v0.1.0 |
629 | 2025-01-07T04:24:51.329Z | Downloaded lalrpop-util v0.19.12 |
630 | 2025-01-07T04:24:51.329Z | Downloaded lalrpop v0.19.12 |
631 | 2025-01-07T04:24:51.340Z | Downloaded write16 v1.0.0 |
632 | 2025-01-07T04:24:51.343Z | Downloaded structmeta v0.3.0 |
633 | 2025-01-07T04:24:51.345Z | Downloaded zerofrom v0.1.4 |
634 | 2025-01-07T04:24:51.346Z | Downloaded winnow v0.5.40 |
635 | 2025-01-07T04:24:51.360Z | Downloaded tap v1.0.1 |
636 | 2025-01-07T04:24:51.362Z | Downloaded tabwriter v1.4.0 |
637 | 2025-01-07T04:24:51.363Z | Downloaded strum_macros v0.25.3 |
638 | 2025-01-07T04:24:51.365Z | Downloaded strum_macros v0.24.3 |
639 | 2025-01-07T04:24:51.367Z | Downloaded utf-8 v0.7.6 |
640 | 2025-01-07T04:24:51.370Z | Downloaded universal-hash v0.5.1 |
641 | 2025-01-07T04:24:51.370Z | Downloaded unicase v2.7.0 |
642 | 2025-01-07T04:24:51.372Z | Downloaded unarray v0.1.4 |
643 | 2025-01-07T04:24:51.375Z | Downloaded twox-hash v1.6.3 |
644 | 2025-01-07T04:24:51.377Z | Downloaded kstat-rs v0.2.4 |
645 | 2025-01-07T04:24:51.380Z | Downloaded idna v0.3.0 |
646 | 2025-01-07T04:24:51.387Z | Downloaded downcast v0.11.0 |
647 | 2025-01-07T04:24:51.389Z | Downloaded displaydoc v0.2.5 |
648 | 2025-01-07T04:24:51.392Z | Downloaded tls_codec_derive v0.4.1 |
649 | 2025-01-07T04:24:51.394Z | Downloaded tls_codec v0.4.1 |
650 | 2025-01-07T04:24:51.397Z | Downloaded tinyvec_macros v0.1.1 |
651 | 2025-01-07T04:24:51.399Z | Downloaded const_format v0.2.33 |
652 | 2025-01-07T04:24:51.402Z | Downloaded compact_str v0.8.0 |
653 | 2025-01-07T04:24:51.406Z | Downloaded futures-core v0.3.31 |
654 | 2025-01-07T04:24:51.409Z | Downloaded futures-executor v0.3.31 |
655 | 2025-01-07T04:24:51.411Z | Downloaded crucible-workspace-hack v0.1.0 |
656 | 2025-01-07T04:24:51.411Z | Downloaded crc v3.2.1 |
657 | 2025-01-07T04:24:51.414Z | Downloaded const_format_proc_macros v0.2.33 |
658 | 2025-01-07T04:24:51.416Z | Downloaded form_urlencoded v1.2.1 |
659 | 2025-01-07T04:24:51.419Z | Downloaded float-cmp v0.9.0 |
660 | 2025-01-07T04:24:51.421Z | Downloaded ff v0.13.0 |
661 | 2025-01-07T04:24:51.423Z | Downloaded spin v0.9.8 |
662 | 2025-01-07T04:24:51.425Z | Downloaded socket2 v0.5.7 |
663 | 2025-01-07T04:24:51.428Z | Downloaded curve25519-dalek v4.1.3 |
664 | 2025-01-07T04:24:51.436Z | Downloaded utf8_iter v1.0.4 |
665 | 2025-01-07T04:24:51.438Z | Downloaded zeroize_derive v1.4.2 |
666 | 2025-01-07T04:24:51.438Z | Downloaded zeroize v1.8.1 |
667 | 2025-01-07T04:24:51.441Z | Downloaded uuid v1.11.0 |
668 | 2025-01-07T04:24:51.443Z | Downloaded heapless v0.8.0 |
669 | 2025-01-07T04:24:51.446Z | Downloaded zerovec v0.10.4 |
670 | 2025-01-07T04:24:51.453Z | Downloaded utf16_iter v1.0.5 |
671 | 2025-01-07T04:24:51.456Z | Downloaded managed v0.8.0 |
672 | 2025-01-07T04:24:51.456Z | Downloaded signal-hook-registry v1.4.2 |
673 | 2025-01-07T04:24:51.458Z | Downloaded linear-map v1.2.0 |
674 | 2025-01-07T04:24:51.458Z | Downloaded crc-catalog v2.4.0 |
675 | 2025-01-07T04:24:51.466Z | Downloaded crc-any v2.5.0 |
676 | 2025-01-07T04:24:51.466Z | Downloaded cookie_store v0.21.0 |
677 | 2025-01-07T04:24:51.466Z | Downloaded libxml v0.3.3 |
678 | 2025-01-07T04:24:51.470Z | Downloaded libsw v3.3.1 |
679 | 2025-01-07T04:24:51.472Z | Downloaded hubpack v0.1.2 |
680 | 2025-01-07T04:24:51.475Z | Downloaded normalize-line-endings v0.3.0 |
681 | 2025-01-07T04:24:51.475Z | Downloaded http-range v0.1.5 |
682 | 2025-01-07T04:24:51.477Z | Downloaded hickory-server v0.24.1 |
683 | 2025-01-07T04:24:51.482Z | Downloaded nom v7.1.3 |
684 | 2025-01-07T04:24:51.489Z | Downloaded polyval v0.6.2 |
685 | 2025-01-07T04:24:51.491Z | Downloaded internet-checksum v0.2.1 |
686 | 2025-01-07T04:24:51.495Z | Downloaded hubpack_derive v0.1.1 |
687 | 2025-01-07T04:24:51.495Z | Downloaded maybe-uninit v2.0.0 |
688 | 2025-01-07T04:24:51.495Z | Downloaded chacha20poly1305 v0.10.1 |
689 | 2025-01-07T04:24:51.497Z | Downloaded cc v1.1.30 |
690 | 2025-01-07T04:24:51.500Z | Downloaded rand_chacha v0.3.1 |
691 | 2025-01-07T04:24:51.502Z | Downloaded portable-atomic v1.9.0 |
692 | 2025-01-07T04:24:51.508Z | Downloaded rustls-pemfile v1.0.4 |
693 | 2025-01-07T04:24:51.510Z | Downloaded rand v0.8.5 |
694 | 2025-01-07T04:24:51.514Z | Downloaded rustfmt-wrapper v0.2.1 |
695 | 2025-01-07T04:24:51.516Z | Downloaded rtoolbox v0.0.2 |
696 | 2025-01-07T04:24:51.519Z | Downloaded reedline v0.35.0 |
697 | 2025-01-07T04:24:51.525Z | Downloaded num-conv v0.1.0 |
698 | 2025-01-07T04:24:51.528Z | Downloaded num-bigint-dig v0.8.4 |
699 | 2025-01-07T04:24:51.532Z | Downloaded num-complex v0.4.6 |
700 | 2025-01-07T04:24:51.534Z | Downloaded num-bigint v0.4.6 |
701 | 2025-01-07T04:24:51.540Z | Downloaded percent-encoding v2.3.1 |
702 | 2025-01-07T04:24:51.542Z | Downloaded sct v0.7.1 |
703 | 2025-01-07T04:24:51.544Z | Downloaded simd-adler32 v0.3.7 |
704 | 2025-01-07T04:24:51.547Z | Downloaded similar v2.6.0 |
705 | 2025-01-07T04:24:51.551Z | Downloaded smallvec v1.13.2 |
706 | 2025-01-07T04:24:51.553Z | Downloaded time-macros v0.2.18 |
707 | 2025-01-07T04:24:51.556Z | Downloaded time-core v0.1.2 |
708 | 2025-01-07T04:24:51.558Z | Downloaded rustyline v14.0.0 |
709 | 2025-01-07T04:24:51.563Z | Downloaded sec1 v0.7.3 |
710 | 2025-01-07T04:24:51.565Z | Downloaded pem-rfc7468 v0.7.0 |
711 | 2025-01-07T04:24:51.568Z | Downloaded password-hash v0.5.0 |
712 | 2025-01-07T04:24:51.570Z | Downloaded zerocopy-derive v0.8.10 |
713 | 2025-01-07T04:24:51.578Z | Downloaded tracing v0.1.40 |
714 | 2025-01-07T04:24:51.583Z | Downloaded tower-service v0.3.3 |
715 | 2025-01-07T04:24:51.585Z | Downloaded postgres-protocol v0.6.7 |
716 | 2025-01-07T04:24:51.587Z | Downloaded walkdir v2.5.0 |
717 | 2025-01-07T04:24:51.590Z | Downloaded unicode_categories v0.1.1 |
718 | 2025-01-07T04:24:51.592Z | Downloaded semver v0.1.20 |
719 | 2025-01-07T04:24:51.594Z | Downloaded csv v1.3.0 |
720 | 2025-01-07T04:24:51.614Z | Downloaded libz-sys v1.1.20 |
721 | 2025-01-07T04:24:51.638Z | Downloaded dunce v1.0.5 |
722 | 2025-01-07T04:24:51.640Z | Downloaded dsl_auto_type v0.1.2 |
723 | 2025-01-07T04:24:51.640Z | Downloaded dirs-sys-next v0.1.2 |
724 | 2025-01-07T04:24:51.640Z | Downloaded dirs-next v2.0.0 |
725 | 2025-01-07T04:24:51.643Z | Downloaded difflib v0.4.0 |
726 | 2025-01-07T04:24:51.643Z | Downloaded diesel_table_macro_syntax v0.2.0 |
727 | 2025-01-07T04:24:51.645Z | Downloaded derive_more v0.99.18 |
728 | 2025-01-07T04:24:51.650Z | Downloaded ed25519 v2.2.3 |
729 | 2025-01-07T04:24:51.653Z | Downloaded ecdsa v0.16.9 |
730 | 2025-01-07T04:24:51.655Z | Downloaded num-derive v0.4.2 |
731 | 2025-01-07T04:24:51.658Z | Downloaded diesel_derives v2.2.3 |
732 | 2025-01-07T04:24:51.660Z | Downloaded dyn-clone v1.0.17 |
733 | 2025-01-07T04:24:51.664Z | Downloaded diff v0.1.13 |
734 | 2025-01-07T04:24:51.667Z | Downloaded derive_builder_macro v0.20.2 |
735 | 2025-01-07T04:24:51.670Z | Downloaded derive_builder_core v0.20.2 |
736 | 2025-01-07T04:24:51.670Z | Downloaded pkcs8 v0.10.2 |
737 | 2025-01-07T04:24:51.672Z | Downloaded pkcs1 v0.7.5 |
738 | 2025-01-07T04:24:51.677Z | Downloaded secrecy v0.8.0 |
739 | 2025-01-07T04:24:51.679Z | Downloaded regress v0.10.1 |
740 | 2025-01-07T04:24:51.687Z | Downloaded strum_macros v0.26.4 |
741 | 2025-01-07T04:24:51.690Z | Downloaded strum v0.26.3 |
742 | 2025-01-07T04:24:51.692Z | Downloaded structmeta-derive v0.3.0 |
743 | 2025-01-07T04:24:51.692Z | Downloaded rand_seeder v0.3.0 |
744 | 2025-01-07T04:24:51.695Z | Downloaded newline-converter v0.3.0 |
745 | 2025-01-07T04:24:51.695Z | Downloaded mockall v0.13.0 |
746 | 2025-01-07T04:24:51.697Z | Downloaded git2 v0.19.0 |
747 | 2025-01-07T04:24:51.706Z | Downloaded gimli v0.31.1 |
748 | 2025-01-07T04:24:51.716Z | Downloaded scopeguard v1.2.0 |
749 | 2025-01-07T04:24:51.718Z | Downloaded regex v1.11.1 |
750 | 2025-01-07T04:24:51.732Z | Downloaded tokio-rustls v0.25.0 |
751 | 2025-01-07T04:24:51.735Z | Downloaded progenitor-macro v0.8.0 |
752 | 2025-01-07T04:24:51.738Z | Downloaded pkcs5 v0.7.1 |
753 | 2025-01-07T04:24:51.740Z | Downloaded nu-ansi-term v0.50.1 |
754 | 2025-01-07T04:24:51.743Z | Downloaded rustls v0.22.4 |
755 | 2025-01-07T04:24:51.759Z | Downloaded fixedbitset v0.4.2 |
756 | 2025-01-07T04:24:51.762Z | Downloaded ena v0.14.3 |
757 | 2025-01-07T04:24:51.762Z | Downloaded embedded-io v0.6.1 |
758 | 2025-01-07T04:24:51.765Z | Downloaded derive-where v1.2.7 |
759 | 2025-01-07T04:24:51.768Z | Downloaded x509-cert v0.2.5 |
760 | 2025-01-07T04:24:51.776Z | Downloaded darling_core v0.20.10 |
761 | 2025-01-07T04:24:51.779Z | Downloaded elliptic-curve v0.13.8 |
762 | 2025-01-07T04:24:51.785Z | Downloaded group v0.13.0 |
763 | 2025-01-07T04:24:51.787Z | Downloaded either v1.13.0 |
764 | 2025-01-07T04:24:51.789Z | Downloaded tough v0.19.0 |
765 | 2025-01-07T04:24:51.799Z | Downloaded precomputed-hash v0.1.1 |
766 | 2025-01-07T04:24:51.802Z | Downloaded dropshot v0.12.0 |
767 | 2025-01-07T04:24:51.821Z | Downloaded rustversion v1.0.17 |
768 | 2025-01-07T04:24:51.824Z | Downloaded rustls-webpki v0.101.7 |
769 | 2025-01-07T04:24:51.840Z | Downloaded spki v0.7.3 |
770 | 2025-01-07T04:24:51.843Z | Downloaded rustls-webpki v0.102.8 |
771 | 2025-01-07T04:24:51.862Z | Downloaded predicates-core v1.0.8 |
772 | 2025-01-07T04:24:51.865Z | Downloaded predicates v3.1.2 |
773 | 2025-01-07T04:24:51.867Z | Downloaded phf_shared v0.11.2 |
774 | 2025-01-07T04:24:51.867Z | Downloaded petname v2.0.2 |
775 | 2025-01-07T04:24:51.872Z | Downloaded rustls-pki-types v1.10.0 |
776 | 2025-01-07T04:24:51.875Z | Downloaded rustls-pemfile v2.2.0 |
777 | 2025-01-07T04:24:51.878Z | Downloaded rustc_version v0.4.1 |
778 | 2025-01-07T04:24:51.881Z | Downloaded rustc-hash v2.0.0 |
779 | 2025-01-07T04:24:51.884Z | Downloaded number_prefix v0.4.0 |
780 | 2025-01-07T04:24:51.884Z | Downloaded zerocopy-derive v0.6.6 |
781 | 2025-01-07T04:24:51.891Z | Downloaded which v4.4.2 |
782 | 2025-01-07T04:24:51.899Z | Downloaded vcpkg v0.2.15 |
783 | 2025-01-07T04:24:51.932Z | Downloaded futures-sink v0.3.31 |
784 | 2025-01-07T04:24:51.934Z | Downloaded waitgroup v0.1.2 |
785 | 2025-01-07T04:24:51.934Z | Downloaded steno v0.4.1 |
786 | 2025-01-07T04:24:51.938Z | Downloaded ssh-key v0.6.6 |
787 | 2025-01-07T04:24:51.947Z | Downloaded multimap v0.10.0 |
788 | 2025-01-07T04:24:51.951Z | Downloaded flume v0.11.1 |
789 | 2025-01-07T04:24:51.953Z | Downloaded flagset v0.4.6 |
790 | 2025-01-07T04:24:51.956Z | Downloaded multer v3.1.0 |
791 | 2025-01-07T04:24:51.959Z | Downloaded foreign-types-shared v0.1.1 |
792 | 2025-01-07T04:24:51.959Z | Downloaded debug-ignore v1.0.5 |
793 | 2025-01-07T04:24:51.962Z | Downloaded ssh-encoding v0.2.0 |
794 | 2025-01-07T04:24:51.964Z | Downloaded ssh-cipher v0.2.0 |
795 | 2025-01-07T04:24:51.964Z | Downloaded serde-big-array v0.5.1 |
796 | 2025-01-07T04:24:51.967Z | Downloaded serde_repr v0.1.19 |
797 | 2025-01-07T04:24:51.967Z | Downloaded serde_urlencoded v0.7.1 |
798 | 2025-01-07T04:24:51.969Z | Downloaded serde_path_to_error v0.1.16 |
799 | 2025-01-07T04:24:51.972Z | Downloaded rustls v0.23.19 |
800 | 2025-01-07T04:24:51.984Z | Downloaded paste v1.0.15 |
801 | 2025-01-07T04:24:51.987Z | Downloaded parking_lot_core v0.9.10 |
802 | 2025-01-07T04:24:51.991Z | Downloaded parking_lot_core v0.8.6 |
803 | 2025-01-07T04:24:51.993Z | Downloaded serde_derive_internals v0.29.1 |
804 | 2025-01-07T04:24:51.996Z | Downloaded parking_lot v0.12.3 |
805 | 2025-01-07T04:24:51.998Z | Downloaded parking_lot v0.11.2 |
806 | 2025-01-07T04:24:52.001Z | Downloaded openssl-sys v0.9.103 |
807 | 2025-01-07T04:24:52.004Z | Downloaded stringprep v0.1.5 |
808 | 2025-01-07T04:24:52.007Z | Downloaded dropshot_endpoint v0.13.0 |
809 | 2025-01-07T04:24:52.010Z | Downloaded dropshot_endpoint v0.12.0 |
810 | 2025-01-07T04:24:52.012Z | Downloaded futures-macro v0.3.31 |
811 | 2025-01-07T04:24:52.015Z | Downloaded sqlparser_derive v0.2.2 |
812 | 2025-01-07T04:24:52.017Z | Downloaded rustc_version v0.1.7 |
813 | 2025-01-07T04:24:52.017Z | Downloaded qorb v0.2.1 |
814 | 2025-01-07T04:24:52.021Z | Downloaded parse-size v1.1.0 |
815 | 2025-01-07T04:24:52.023Z | Downloaded parse-display-derive v0.10.0 |
816 | 2025-01-07T04:24:52.025Z | Downloaded env_logger v0.10.2 |
817 | 2025-01-07T04:24:52.028Z | Downloaded env_filter v0.1.2 |
818 | 2025-01-07T04:24:52.030Z | Downloaded webpki-roots v0.26.6 |
819 | 2025-01-07T04:24:52.032Z | Downloaded unicode-bidi v0.3.17 |
820 | 2025-01-07T04:24:52.035Z | Downloaded thread_local v1.1.8 |
821 | 2025-01-07T04:24:52.038Z | Downloaded zerofrom-derive v0.1.4 |
822 | 2025-01-07T04:24:52.040Z | Downloaded pin-utils v0.1.0 |
823 | 2025-01-07T04:24:52.040Z | Downloaded parse-zoneinfo v0.3.1 |
824 | 2025-01-07T04:24:52.043Z | Downloaded tinyvec v1.8.0 |
825 | 2025-01-07T04:24:52.045Z | Downloaded enum-as-inner v0.5.1 |
826 | 2025-01-07T04:24:52.048Z | Downloaded der v0.7.9 |
827 | 2025-01-07T04:24:52.053Z | Downloaded getrandom v0.2.15 |
828 | 2025-01-07T04:24:52.056Z | Downloaded tungstenite v0.21.0 |
829 | 2025-01-07T04:24:52.060Z | Downloaded packed_struct_codegen v0.10.1 |
830 | 2025-01-07T04:24:52.063Z | Downloaded packed_struct v0.10.1 |
831 | 2025-01-07T04:24:52.065Z | Downloaded sqlformat v0.2.6 |
832 | 2025-01-07T04:24:52.068Z | Downloaded try-lock v0.2.5 |
833 | 2025-01-07T04:24:52.068Z | Downloaded time v0.3.36 |
834 | 2025-01-07T04:24:52.079Z | Downloaded pkg-config v0.3.31 |
835 | 2025-01-07T04:24:52.082Z | Downloaded poly1305 v0.8.0 |
836 | 2025-01-07T04:24:52.082Z | Downloaded postgres-types v0.2.8 |
837 | 2025-01-07T04:24:52.084Z | Downloaded hashbrown v0.13.2 |
838 | 2025-01-07T04:24:52.088Z | Downloaded hashbrown v0.12.3 |
839 | 2025-01-07T04:24:52.094Z | Downloaded mio v1.0.2 |
840 | 2025-01-07T04:24:52.100Z | Downloaded ref-cast-impl v1.0.23 |
841 | 2025-01-07T04:24:52.103Z | Downloaded hashbrown v0.14.5 |
842 | 2025-01-07T04:24:52.108Z | Downloaded rayon v1.10.0 |
843 | 2025-01-07T04:24:52.119Z | Downloaded quick-error v1.2.3 |
844 | 2025-01-07T04:24:52.121Z | Downloaded predicates-tree v1.0.11 |
845 | 2025-01-07T04:24:52.123Z | Downloaded nibble_vec v0.1.0 |
846 | 2025-01-07T04:24:52.123Z | Downloaded new_debug_unreachable v1.0.6 |
847 | 2025-01-07T04:24:52.126Z | Downloaded quinn v0.11.5 |
848 | 2025-01-07T04:24:52.129Z | Downloaded slog-scope v4.4.0 |
849 | 2025-01-07T04:24:52.132Z | Downloaded slog-async v2.8.0 |
850 | 2025-01-07T04:24:52.134Z | Downloaded signal-hook v0.3.17 |
851 | 2025-01-07T04:24:52.137Z | Downloaded slog v2.7.0 |
852 | 2025-01-07T04:24:52.141Z | Downloaded termcolor v1.4.1 |
853 | 2025-01-07T04:24:52.143Z | Downloaded path-slash v0.1.5 |
854 | 2025-01-07T04:24:52.146Z | Downloaded tokio-tungstenite v0.21.0 |
855 | 2025-01-07T04:24:52.149Z | Downloaded parse-display v0.10.0 |
856 | 2025-01-07T04:24:52.149Z | Downloaded darling_macro v0.20.10 |
857 | 2025-01-07T04:24:52.151Z | Downloaded tracing-core v0.1.32 |
858 | 2025-01-07T04:24:52.154Z | Downloaded p384 v0.13.0 |
859 | 2025-01-07T04:24:52.160Z | Downloaded powerfmt v0.2.0 |
860 | 2025-01-07T04:24:52.164Z | Downloaded pin-project-lite v0.2.14 |
861 | 2025-01-07T04:24:52.167Z | Downloaded serde_with_macros v3.11.0 |
862 | 2025-01-07T04:24:52.171Z | Downloaded ppv-lite86 v0.2.20 |
863 | 2025-01-07T04:24:52.171Z | Downloaded pin-project-internal v1.1.6 |
864 | 2025-01-07T04:24:52.175Z | Downloaded serde_yaml v0.9.34+deprecated |
865 | 2025-01-07T04:24:52.177Z | Downloaded subtle v2.6.1 |
866 | 2025-01-07T04:24:52.177Z | Downloaded futures-task v0.3.31 |
867 | 2025-01-07T04:24:52.180Z | Downloaded strip-ansi-escapes v0.2.0 |
868 | 2025-01-07T04:24:52.182Z | Downloaded sqlparser v0.45.0 |
869 | 2025-01-07T04:24:52.187Z | Downloaded futures-util v0.3.31 |
870 | 2025-01-07T04:24:52.202Z | Downloaded fallible-streaming-iterator v0.1.9 |
871 | 2025-01-07T04:24:52.204Z | Downloaded olpc-cjson v0.1.4 |
872 | 2025-01-07T04:24:52.207Z | Downloaded object v0.36.5 |
873 | 2025-01-07T04:24:52.217Z | Downloaded trust-dns-proto v0.22.0 |
874 | 2025-01-07T04:24:52.229Z | Downloaded nanorand v0.7.0 |
875 | 2025-01-07T04:24:52.232Z | Downloaded env_logger v0.11.5 |
876 | 2025-01-07T04:24:52.234Z | Downloaded unicode-normalization v0.1.24 |
877 | 2025-01-07T04:24:52.239Z | Downloaded native-tls v0.2.12 |
878 | 2025-01-07T04:24:52.242Z | Downloaded enum-as-inner v0.6.1 |
879 | 2025-01-07T04:24:52.245Z | Downloaded url v2.5.3 |
880 | 2025-01-07T04:24:52.247Z | Downloaded omicron-zone-package v0.12.0 |
881 | 2025-01-07T04:24:52.251Z | Downloaded fallible-iterator v0.3.0 |
882 | 2025-01-07T04:24:52.253Z | Downloaded diesel v2.2.6 |
883 | 2025-01-07T04:24:52.273Z | Downloaded slab v0.4.9 |
884 | 2025-01-07T04:24:52.275Z | Downloaded siphasher v0.3.11 |
885 | 2025-01-07T04:24:52.278Z | Downloaded shlex v1.3.0 |
886 | 2025-01-07T04:24:52.279Z | Downloaded shell-words v1.1.0 |
887 | 2025-01-07T04:24:52.279Z | Downloaded sha1 v0.10.6 |
888 | 2025-01-07T04:24:52.281Z | Downloaded proc-macro-crate v1.3.1 |
889 | 2025-01-07T04:24:52.283Z | Downloaded whoami v1.5.2 |
890 | 2025-01-07T04:24:52.283Z | Downloaded dropshot v0.13.0 |
891 | 2025-01-07T04:24:52.305Z | Downloaded hashlink v0.9.1 |
892 | 2025-01-07T04:24:52.308Z | Downloaded hash32 v0.3.1 |
893 | 2025-01-07T04:24:52.310Z | Downloaded foreign-types v0.5.0 |
894 | 2025-01-07T04:24:52.310Z | Downloaded foreign-types v0.3.2 |
895 | 2025-01-07T04:24:52.310Z | Downloaded foldhash v0.1.3 |
896 | 2025-01-07T04:24:52.314Z | Downloaded phf_shared v0.10.0 |
897 | 2025-01-07T04:24:52.314Z | Downloaded phf_generator v0.11.2 |
898 | 2025-01-07T04:24:52.316Z | Downloaded phf_codegen v0.11.2 |
899 | 2025-01-07T04:24:52.316Z | Downloaded value-bag v1.9.0 |
900 | 2025-01-07T04:24:52.319Z | Downloaded snafu v0.8.5 |
901 | 2025-01-07T04:24:52.323Z | Downloaded num-iter v0.1.45 |
902 | 2025-01-07T04:24:52.326Z | Downloaded num-integer v0.1.46 |
903 | 2025-01-07T04:24:52.329Z | Downloaded fallible-iterator v0.2.0 |
904 | 2025-01-07T04:24:52.329Z | Downloaded thiserror-impl v2.0.3 |
905 | 2025-01-07T04:24:52.332Z | Downloaded sync_wrapper v1.0.1 |
906 | 2025-01-07T04:24:52.332Z | Downloaded prettyplease v0.2.25 |
907 | 2025-01-07T04:24:52.334Z | Downloaded tokio-macros v2.4.0 |
908 | 2025-01-07T04:24:52.337Z | Downloaded fxhash v0.2.1 |
909 | 2025-01-07T04:24:52.338Z | Downloaded num_threads v0.1.7 |
910 | 2025-01-07T04:24:52.338Z | Downloaded num-rational v0.4.2 |
911 | 2025-01-07T04:24:52.340Z | Downloaded vte v0.11.1 |
912 | 2025-01-07T04:24:52.343Z | Downloaded num-traits v0.2.19 |
913 | 2025-01-07T04:24:52.345Z | Downloaded thiserror v2.0.3 |
914 | 2025-01-07T04:24:52.349Z | Downloaded regex-syntax v0.8.5 |
915 | 2025-01-07T04:24:52.358Z | Downloaded tokio-tungstenite v0.24.0 |
916 | 2025-01-07T04:24:52.360Z | Downloaded regex-syntax v0.6.29 |
917 | 2025-01-07T04:24:52.368Z | Downloaded fd-lock v4.0.2 |
918 | 2025-01-07T04:24:52.371Z | Downloaded zone_cfg_derive v0.1.2 |
919 | 2025-01-07T04:24:52.374Z | Downloaded nix v0.28.0 |
920 | 2025-01-07T04:24:52.385Z | Downloaded termtree v0.4.1 |
921 | 2025-01-07T04:24:52.387Z | Downloaded encoding_rs v0.8.34 |
922 | 2025-01-07T04:24:52.408Z | Downloaded globset v0.4.15 |
923 | 2025-01-07T04:24:52.410Z | Downloaded glob v0.3.1 |
924 | 2025-01-07T04:24:52.413Z | Downloaded rand_xorshift v0.3.0 |
925 | 2025-01-07T04:24:52.413Z | Downloaded pem v3.0.4 |
926 | 2025-01-07T04:24:52.415Z | Downloaded futures-channel v0.3.31 |
927 | 2025-01-07T04:24:52.415Z | Downloaded futures v0.3.31 |
928 | 2025-01-07T04:24:52.420Z | Downloaded owo-colors v4.1.0 |
929 | 2025-01-07T04:24:52.422Z | Downloaded nix v0.29.0 |
930 | 2025-01-07T04:24:52.435Z | Downloaded tungstenite v0.23.0 |
931 | 2025-01-07T04:24:52.440Z | Downloaded progenitor v0.8.0 |
932 | 2025-01-07T04:24:52.442Z | Downloaded termios v0.3.3 |
933 | 2025-01-07T04:24:52.442Z | Downloaded smoltcp v0.11.0 |
934 | 2025-01-07T04:24:52.454Z | Downloaded half v2.4.1 |
935 | 2025-01-07T04:24:52.459Z | Downloaded headers v0.4.0 |
936 | 2025-01-07T04:24:52.462Z | Downloaded tracing-attributes v0.1.27 |
937 | 2025-01-07T04:24:52.464Z | Downloaded toml_edit v0.19.15 |
938 | 2025-01-07T04:24:52.481Z | Downloaded unicode-segmentation v1.12.0 |
939 | 2025-01-07T04:24:52.484Z | Downloaded unicode-xid v0.2.6 |
940 | 2025-01-07T04:24:52.486Z | Downloaded openapiv3 v2.0.0 |
941 | 2025-01-07T04:24:52.498Z | Downloaded rustc-hash v1.1.0 |
942 | 2025-01-07T04:24:52.500Z | Downloaded fs_extra v1.3.0 |
943 | 2025-01-07T04:24:52.503Z | Downloaded thiserror-no-std v2.0.2 |
944 | 2025-01-07T04:24:52.506Z | Downloaded thiserror-impl-no-std v2.0.2 |
945 | 2025-01-07T04:24:52.506Z | Downloaded foreign-types-shared v0.3.1 |
946 | 2025-01-07T04:24:52.509Z | Downloaded schemars_derive v0.8.21 |
947 | 2025-01-07T04:24:52.509Z | Downloaded ratatui v0.28.1 |
948 | 2025-01-07T04:24:52.528Z | Downloaded tokio-util v0.7.12 |
949 | 2025-01-07T04:24:52.534Z | Downloaded test-strategy v0.3.1 |
950 | 2025-01-07T04:24:52.537Z | Downloaded samael v0.0.17 |
951 | 2025-01-07T04:24:52.543Z | Downloaded gethostname v0.5.0 |
952 | 2025-01-07T04:24:52.545Z | Downloaded quinn-udp v0.5.5 |
953 | 2025-01-07T04:24:52.547Z | Downloaded futures-io v0.3.31 |
954 | 2025-01-07T04:24:52.547Z | Downloaded filetime v0.2.25 |
955 | 2025-01-07T04:24:52.550Z | Downloaded vergen v8.3.2 |
956 | 2025-01-07T04:24:52.552Z | Downloaded scheduled-thread-pool v0.2.7 |
957 | 2025-01-07T04:24:52.554Z | Downloaded salty v0.3.0 |
958 | 2025-01-07T04:24:52.560Z | Downloaded progenitor-impl v0.8.0 |
959 | 2025-01-07T04:24:52.562Z | Downloaded unicode-truncate v1.1.0 |
960 | 2025-01-07T04:24:52.565Z | Downloaded slog-term v2.9.1 |
961 | 2025-01-07T04:24:52.567Z | Downloaded slog-stdlog v4.1.1 |
962 | 2025-01-07T04:24:52.570Z | Downloaded rpassword v7.3.1 |
963 | 2025-01-07T04:24:52.570Z | Downloaded topological-sort v0.2.2 |
964 | 2025-01-07T04:24:52.571Z | Downloaded publicsuffix v2.2.3 |
965 | 2025-01-07T04:24:52.573Z | Downloaded fragile v2.0.0 |
966 | 2025-01-07T04:24:52.576Z | Downloaded sled v0.34.7 |
967 | 2025-01-07T04:24:52.584Z | Downloaded tokio-tungstenite v0.23.1 |
968 | 2025-01-07T04:24:52.587Z | Downloaded num_enum_derive v0.5.11 |
969 | 2025-01-07T04:24:52.590Z | Downloaded nix v0.27.1 |
970 | 2025-01-07T04:24:52.598Z | Downloaded phf v0.11.2 |
971 | 2025-01-07T04:24:52.601Z | Downloaded nodrop v0.1.14 |
972 | 2025-01-07T04:24:52.601Z | Downloaded openssl-probe v0.1.5 |
973 | 2025-01-07T04:24:52.604Z | Downloaded openssl-macros v0.1.1 |
974 | 2025-01-07T04:24:52.604Z | Downloaded schemars v0.8.21 |
975 | 2025-01-07T04:24:52.613Z | Downloaded tokio-postgres v0.7.12 |
976 | 2025-01-07T04:24:52.618Z | Downloaded zip v2.1.3 |
977 | 2025-01-07T04:24:52.622Z | Downloaded russh-cryptovec v0.7.3 |
978 | 2025-01-07T04:24:52.624Z | Downloaded progenitor-client v0.8.0 |
979 | 2025-01-07T04:24:52.625Z | Downloaded typify-impl v0.2.0 |
980 | 2025-01-07T04:24:52.639Z | Downloaded typify-macro v0.2.0 |
981 | 2025-01-07T04:24:52.642Z | Downloaded rusqlite v0.32.1 |
982 | 2025-01-07T04:24:52.647Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
983 | 2025-01-07T04:24:52.704Z | Downloaded russh-keys v0.45.0 |
984 | 2025-01-07T04:24:52.706Z | Downloaded russh v0.45.0 |
985 | 2025-01-07T04:24:52.711Z | Downloaded regress v0.9.1 |
986 | 2025-01-07T04:24:52.720Z | Downloaded serde_with v3.11.0 |
987 | 2025-01-07T04:24:52.728Z | Downloaded yasna v0.5.2 |
988 | 2025-01-07T04:24:52.731Z | Downloaded wyz v0.5.1 |
989 | 2025-01-07T04:24:52.733Z | Downloaded writeable v0.5.5 |
990 | 2025-01-07T04:24:52.733Z | Downloaded want v0.3.1 |
991 | 2025-01-07T04:24:52.736Z | Downloaded quinn-proto v0.11.8 |
992 | 2025-01-07T04:24:52.740Z | Downloaded polar-core v0.27.3 |
993 | 2025-01-07T04:24:52.749Z | Downloaded unicode-properties v0.1.3 |
994 | 2025-01-07T04:24:52.751Z | Downloaded tokio-native-tls v0.3.1 |
995 | 2025-01-07T04:24:52.753Z | Downloaded h2 v0.4.6 |
996 | 2025-01-07T04:24:52.759Z | Downloaded signal-hook-mio v0.2.4 |
997 | 2025-01-07T04:24:52.762Z | Downloaded mockall_derive v0.13.0 |
998 | 2025-01-07T04:24:52.765Z | Downloaded mirai-annotations v1.12.0 |
999 | 2025-01-07T04:24:52.768Z | Downloaded unicode-width v0.2.0 |
1000 | 2025-01-07T04:24:52.772Z | Downloaded zip v0.6.6 |
1001 | 2025-01-07T04:24:52.775Z | Downloaded yoke v0.7.4 |
1002 | 2025-01-07T04:24:52.777Z | Downloaded uzers v0.12.1 |
1003 | 2025-01-07T04:24:52.779Z | Downloaded peg-runtime v0.8.3 |
1004 | 2025-01-07T04:24:52.781Z | Downloaded peg-macros v0.8.4 |
1005 | 2025-01-07T04:24:52.783Z | Downloaded peg v0.8.4 |
1006 | 2025-01-07T04:24:52.784Z | Downloaded num_enum v0.5.11 |
1007 | 2025-01-07T04:24:52.789Z | Downloaded hash32 v0.2.1 |
1008 | 2025-01-07T04:24:52.791Z | Downloaded toolchain_find v0.4.0 |
1009 | 2025-01-07T04:24:52.794Z | Downloaded toml v0.7.8 |
1010 | 2025-01-07T04:24:52.797Z | Downloaded rsa v0.9.6 |
1011 | 2025-01-07T04:24:52.801Z | Downloaded vte_generate_state_changes v0.1.2 |
1012 | 2025-01-07T04:24:52.805Z | Downloaded smoltcp v0.9.1 |
1013 | 2025-01-07T04:24:52.812Z | Downloaded newtype_derive v0.1.6 |
1014 | 2025-01-07T04:24:52.814Z | Downloaded newtype-uuid v1.1.3 |
1015 | 2025-01-07T04:24:52.815Z | Downloaded funty v2.0.0 |
1016 | 2025-01-07T04:24:52.817Z | Downloaded same-file v1.0.6 |
1017 | 2025-01-07T04:24:52.817Z | Downloaded radix_trie v0.2.1 |
1018 | 2025-01-07T04:24:52.821Z | Downloaded synstructure v0.13.1 |
1019 | 2025-01-07T04:24:52.829Z | Downloaded zone v0.3.0 |
1020 | 2025-01-07T04:24:52.829Z | Downloaded fatfs v0.3.6 |
1021 | 2025-01-07T04:24:52.829Z | Downloaded sync-ptr v0.1.1 |
1022 | 2025-01-07T04:24:52.829Z | Downloaded supports-color v3.0.1 |
1023 | 2025-01-07T04:24:52.829Z | Downloaded structmeta-derive v0.2.0 |
1024 | 2025-01-07T04:24:52.829Z | Downloaded structmeta v0.2.0 |
1025 | 2025-01-07T04:24:52.834Z | Downloaded pretty-hex v0.2.1 |
1026 | 2025-01-07T04:24:52.834Z | Downloaded expectorate v1.1.0 |
1027 | 2025-01-07T04:24:52.834Z | Downloaded defmt-parser v0.3.4 |
1028 | 2025-01-07T04:24:52.834Z | Downloaded defmt-macros v0.3.9 |
1029 | 2025-01-07T04:24:52.836Z | Downloaded defmt v0.3.8 |
1030 | 2025-01-07T04:24:52.839Z | Downloaded zerocopy v0.6.6 |
1031 | 2025-01-07T04:24:52.841Z | Downloaded yoke-derive v0.7.4 |
1032 | 2025-01-07T04:24:52.844Z | Downloaded tui-tree-widget v0.22.0 |
1033 | 2025-01-07T04:24:52.844Z | Downloaded serde-hex v0.1.0 |
1034 | 2025-01-07T04:24:52.846Z | Downloaded regex-automata v0.4.8 |
1035 | 2025-01-07T04:24:52.862Z | Downloaded slog-dtrace v0.3.0 |
1036 | 2025-01-07T04:24:52.864Z | Downloaded slog-bunyan v2.5.0 |
1037 | 2025-01-07T04:24:52.865Z | Downloaded ron v0.7.1 |
1038 | 2025-01-07T04:24:52.868Z | Downloaded ron v0.8.1 |
1039 | 2025-01-07T04:24:52.873Z | Downloaded untrusted v0.9.0 |
1040 | 2025-01-07T04:24:52.876Z | Downloaded untrusted v0.7.1 |
1041 | 2025-01-07T04:24:52.876Z | Downloaded pbkdf2 v0.12.2 |
1042 | 2025-01-07T04:24:52.879Z | Downloaded openssl v0.10.66 |
1043 | 2025-01-07T04:24:52.886Z | Downloaded object v0.30.4 |
1044 | 2025-01-07T04:24:52.895Z | Downloaded embedded-io v0.4.0 |
1045 | 2025-01-07T04:24:52.897Z | Downloaded lzma-sys v0.1.20 |
1046 | 2025-01-07T04:24:52.924Z | Downloaded zopfli v0.8.1 |
1047 | 2025-01-07T04:24:52.927Z | Downloaded zone_cfg_derive v0.3.0 |
1048 | 2025-01-07T04:24:52.929Z | Downloaded vsss-rs v3.3.4 |
1049 | 2025-01-07T04:24:52.932Z | Downloaded snafu-derive v0.8.5 |
1050 | 2025-01-07T04:24:52.932Z | Downloaded pbkdf2 v0.11.0 |
1051 | 2025-01-07T04:24:52.934Z | Downloaded p521 v0.13.3 |
1052 | 2025-01-07T04:24:52.937Z | Downloaded pin-project v1.1.6 |
1053 | 2025-01-07T04:24:52.947Z | Downloaded data-encoding v2.6.0 |
1054 | 2025-01-07T04:24:52.949Z | Downloaded tungstenite v0.24.0 |
1055 | 2025-01-07T04:24:52.952Z | Downloaded p256 v0.13.2 |
1056 | 2025-01-07T04:24:52.954Z | Downloaded oso-derive v0.27.3 |
1057 | 2025-01-07T04:24:52.958Z | Downloaded oso v0.27.3 |
1058 | 2025-01-07T04:24:52.962Z | Downloaded tokio-stream v0.1.16 |
1059 | 2025-01-07T04:24:52.965Z | Downloaded term v0.7.0 |
1060 | 2025-01-07T04:24:52.967Z | Downloaded sha3 v0.10.8 |
1061 | 2025-01-07T04:24:52.971Z | Downloaded foreign-types-macros v0.2.3 |
1062 | 2025-01-07T04:24:52.973Z | Downloaded der_derive v0.7.3 |
1063 | 2025-01-07T04:24:52.973Z | Downloaded zone v0.1.8 |
1064 | 2025-01-07T04:24:52.976Z | Downloaded resolv-conf v0.7.0 |
1065 | 2025-01-07T04:24:52.976Z | Downloaded reqwest v0.12.9 |
1066 | 2025-01-07T04:24:52.983Z | Downloaded idna v0.2.3 |
1067 | 2025-01-07T04:24:52.990Z | Downloaded psl-types v2.0.11 |
1068 | 2025-01-07T04:24:52.993Z | Downloaded postcard v1.0.10 |
1069 | 2025-01-07T04:24:52.995Z | Downloaded petgraph v0.6.5 |
1070 | 2025-01-07T04:24:53.011Z | Downloaded headers-core v0.3.0 |
1071 | 2025-01-07T04:24:53.013Z | Downloaded zerovec-derive v0.10.3 |
1072 | 2025-01-07T04:24:53.013Z | Downloaded endian-type v0.1.2 |
1073 | 2025-01-07T04:24:53.016Z | Downloaded deranged v0.3.11 |
1074 | 2025-01-07T04:24:53.016Z | Downloaded tokio-rustls v0.26.0 |
1075 | 2025-01-07T04:24:53.019Z | Downloaded opaque-debug v0.3.1 |
1076 | 2025-01-07T04:24:53.019Z | Downloaded diesel-dtrace v0.4.2 |
1077 | 2025-01-07T04:24:53.021Z | Downloaded dhcproto v0.12.0 |
1078 | 2025-01-07T04:24:53.024Z | Downloaded des v0.8.1 |
1079 | 2025-01-07T04:24:53.024Z | Downloaded tokio v1.40.0 |
1080 | 2025-01-07T04:24:53.060Z | Downloaded flate2 v1.0.34 |
1081 | 2025-01-07T04:24:53.065Z | Downloaded ed25519-dalek v2.1.1 |
1082 | 2025-01-07T04:24:53.067Z | Downloaded typify v0.2.0 |
1083 | 2025-01-07T04:24:53.070Z | Downloaded typed-path v0.9.3 |
1084 | 2025-01-07T04:24:53.076Z | Downloaded smf v0.2.3 |
1085 | 2025-01-07T04:24:53.078Z | Downloaded smallvec v0.6.14 |
1086 | 2025-01-07T04:24:53.078Z | Downloaded sigpipe v0.1.3 |
1087 | 2025-01-07T04:24:53.083Z | Downloaded scrypt v0.11.0 |
1088 | 2025-01-07T04:24:53.083Z | Downloaded wait-timeout v0.2.0 |
1089 | 2025-01-07T04:24:53.086Z | Downloaded xz2 v0.1.7 |
1090 | 2025-01-07T04:24:53.086Z | Downloaded xattr v1.3.1 |
1091 | 2025-01-07T04:24:53.086Z | Downloaded unsafe-libyaml v0.2.11 |
1092 | 2025-01-07T04:24:53.091Z | Downloaded tar v0.4.42 |
1093 | 2025-01-07T04:24:53.093Z | Downloaded take_mut v0.2.2 |
1094 | 2025-01-07T04:24:53.093Z | Downloaded tokio-rustls v0.24.1 |
1095 | 2025-01-07T04:24:53.093Z | Downloaded string_cache v0.8.7 |
1096 | 2025-01-07T04:24:53.095Z | Downloaded static_assertions v1.1.0 |
1097 | 2025-01-07T04:24:53.095Z | Downloaded tinystr v0.7.6 |
1098 | 2025-01-07T04:24:53.098Z | Downloaded tiny-keccak v2.0.2 |
1099 | 2025-01-07T04:24:53.100Z | Downloaded subprocess v0.2.9 |
1100 | 2025-01-07T04:24:53.103Z | Downloaded slog-envlogger v2.2.0 |
1101 | 2025-01-07T04:24:53.105Z | Downloaded ghash v0.5.1 |
1102 | 2025-01-07T04:24:53.105Z | Downloaded derive_builder v0.20.2 |
1103 | 2025-01-07T04:24:53.109Z | Downloaded rfc6979 v0.4.0 |
1104 | 2025-01-07T04:24:53.111Z | Downloaded rand_core v0.6.4 |
1105 | 2025-01-07T04:24:53.111Z | Downloaded float-ord v0.3.2 |
1106 | 2025-01-07T04:24:53.114Z | Downloaded display-error-chain v0.2.2 |
1107 | 2025-01-07T04:24:53.114Z | Downloaded dhcproto-macros v0.1.0 |
1108 | 2025-01-07T04:24:53.114Z | Downloaded zerocopy v0.8.10 |
1109 | 2025-01-07T04:24:53.137Z | Downloaded slog-json v2.6.1 |
1110 | 2025-01-07T04:24:53.139Z | Downloaded signal-hook-tokio v0.3.1 |
1111 | 2025-01-07T04:24:53.139Z | Downloaded password-hash v0.4.2 |
1112 | 2025-01-07T04:24:53.141Z | Downloaded num v0.4.3 |
1113 | 2025-01-07T04:24:53.144Z | Downloaded rcgen v0.12.1 |
1114 | 2025-01-07T04:24:53.146Z | Downloaded r2d2 v0.8.10 |
1115 | 2025-01-07T04:24:53.146Z | Downloaded quick-xml v0.33.0 |
1116 | 2025-01-07T04:24:53.152Z | Downloaded cbc v0.1.2 |
1117 | 2025-01-07T04:24:53.155Z | Downloaded cassowary v0.3.0 |
1118 | 2025-01-07T04:24:53.155Z | Downloaded cancel-safe-futures v0.1.5 |
1119 | 2025-01-07T04:24:53.157Z | Downloaded buf-list v1.0.3 |
1120 | 2025-01-07T04:24:53.160Z | Downloaded blowfish v0.9.1 |
1121 | 2025-01-07T04:24:53.162Z | Downloaded block-padding v0.3.3 |
1122 | 2025-01-07T04:24:53.162Z | Downloaded blake3 v1.5.4 |
1123 | 2025-01-07T04:24:53.169Z | Downloaded ring v0.17.8 |
1124 | 2025-01-07T04:24:53.238Z | Downloaded bitfield-struct v0.6.2 |
1125 | 2025-01-07T04:24:53.240Z | Downloaded bitfield v0.14.0 |
1126 | 2025-01-07T04:24:53.240Z | Downloaded bcs v0.1.6 |
1127 | 2025-01-07T04:24:53.245Z | Downloaded bcrypt-pbkdf v0.10.0 |
1128 | 2025-01-07T04:24:53.249Z | Downloaded aws-lc-rs v1.10.0 |
1129 | 2025-01-07T04:24:53.251Z | Downloaded async-recursion v1.1.1 |
1130 | 2025-01-07T04:24:53.254Z | Downloaded async-bb8-diesel v0.2.1 |
1131 | 2025-01-07T04:24:53.256Z | Downloaded array-init v0.0.4 |
1132 | 2025-01-07T04:24:53.259Z | Downloaded litemap v0.7.3 |
1133 | 2025-01-07T04:24:53.259Z | Downloaded indoc v1.0.9 |
1134 | 2025-01-07T04:24:53.261Z | Downloaded md-5 v0.10.6 |
1135 | 2025-01-07T04:24:53.263Z | Downloaded impl-trait-for-tuples v0.2.2 |
1136 | 2025-01-07T04:24:53.265Z | Downloaded colored v2.1.0 |
1137 | 2025-01-07T04:24:53.268Z | Downloaded chrono-tz-build v0.4.0 |
1138 | 2025-01-07T04:24:53.268Z | Downloaded assert_matches v1.5.0 |
1139 | 2025-01-07T04:24:53.270Z | Downloaded crossbeam-epoch v0.9.18 |
1140 | 2025-01-07T04:24:53.270Z | Downloaded atomicwrites v0.4.4 |
1141 | 2025-01-07T04:24:53.273Z | Downloaded crossbeam-deque v0.8.5 |
1142 | 2025-01-07T04:24:53.273Z | Downloaded crc32fast v1.4.2 |
1143 | 2025-01-07T04:24:53.275Z | Downloaded lazycell v1.3.0 |
1144 | 2025-01-07T04:24:53.275Z | Downloaded keccak v0.1.5 |
1145 | 2025-01-07T04:24:53.278Z | Downloaded icu_collections v1.5.0 |
1146 | 2025-01-07T04:24:53.282Z | Downloaded crossbeam-utils v0.8.20 |
1147 | 2025-01-07T04:24:53.284Z | Downloaded console v0.15.8 |
1148 | 2025-01-07T04:24:53.287Z | Downloaded clang-sys v1.8.1 |
1149 | 2025-01-07T04:24:53.289Z | Downloaded hkdf v0.12.4 |
1150 | 2025-01-07T04:24:53.292Z | Downloaded constant_time_eq v0.3.1 |
1151 | 2025-01-07T04:24:53.294Z | Downloaded ciborium-ll v0.2.2 |
1152 | 2025-01-07T04:24:53.294Z | Downloaded icu_locid_transform v1.5.0 |
1153 | 2025-01-07T04:24:53.297Z | Downloaded humantime v2.1.0 |
1154 | 2025-01-07T04:24:53.299Z | Downloaded httpdate v1.0.3 |
1155 | 2025-01-07T04:24:53.299Z | Downloaded httparse v1.9.5 |
1156 | 2025-01-07T04:24:53.301Z | Downloaded hex v0.4.3 |
1157 | 2025-01-07T04:24:53.304Z | Downloaded crunchy v0.2.2 |
1158 | 2025-01-07T04:24:53.304Z | Downloaded convert_case v0.4.0 |
1159 | 2025-01-07T04:24:53.304Z | Downloaded chrono-tz v0.10.0 |
1160 | 2025-01-07T04:24:53.310Z | Downloaded bit-vec v0.6.3 |
1161 | 2025-01-07T04:24:53.313Z | Downloaded backoff v0.4.0 |
1162 | 2025-01-07T04:24:53.316Z | Downloaded atomic-waker v1.1.2 |
1163 | 2025-01-07T04:24:53.316Z | Downloaded async-trait v0.1.83 |
1164 | 2025-01-07T04:24:53.318Z | Downloaded ahash v0.8.11 |
1165 | 2025-01-07T04:24:53.320Z | Downloaded hickory-client v0.24.1 |
1166 | 2025-01-07T04:24:53.431Z | Downloaded libsqlite3-sys v0.30.1 |
1167 | 2025-01-07T04:24:53.563Z | Downloaded aws-lc-sys v0.22.0 |
1168 | 2025-01-07T04:24:53.875Z | Compiling serde v1.0.215 |
1169 | 2025-01-07T04:24:53.878Z | Compiling lock_api v0.4.12 |
1170 | 2025-01-07T04:24:53.878Z | Compiling scopeguard v1.2.0 |
1171 | 2025-01-07T04:24:53.878Z | Compiling value-bag v1.9.0 |
1172 | 2025-01-07T04:24:53.878Z | Compiling typenum v1.17.0 |
1173 | 2025-01-07T04:24:53.878Z | Compiling generic-array v0.14.7 |
1174 | 2025-01-07T04:24:54.039Z | Compiling syn v2.0.87 |
1175 | 2025-01-07T04:24:54.050Z | Compiling getrandom v0.2.15 |
1176 | 2025-01-07T04:24:54.209Z | Compiling subtle v2.6.1 |
1177 | 2025-01-07T04:24:54.316Z | Compiling rand_core v0.6.4 |
1178 | 2025-01-07T04:24:54.485Z | Compiling log v0.4.22 |
1179 | 2025-01-07T04:24:54.574Z | Compiling shlex v1.3.0 |
1180 | 2025-01-07T04:24:54.594Z | Compiling jobserver v0.1.32 |
1181 | 2025-01-07T04:24:54.613Z | Compiling const-oid v0.9.6 |
1182 | 2025-01-07T04:24:54.823Z | Compiling smallvec v1.13.2 |
1183 | 2025-01-07T04:24:54.873Z | Compiling spin v0.9.8 |
1184 | 2025-01-07T04:24:54.991Z | Compiling cc v1.1.30 |
1185 | 2025-01-07T04:24:55.232Z | Compiling pin-project-lite v0.2.14 |
1186 | 2025-01-07T04:24:55.271Z | Compiling rustix v0.38.37 |
1187 | 2025-01-07T04:24:55.362Z | Compiling parking_lot_core v0.9.10 |
1188 | 2025-01-07T04:24:55.388Z | Compiling futures-core v0.3.31 |
1189 | 2025-01-07T04:24:55.522Z | Compiling signal-hook-registry v1.4.2 |
1190 | 2025-01-07T04:24:55.626Z | Compiling mio v1.0.2 |
1191 | 2025-01-07T04:24:56.163Z | Compiling aho-corasick v1.1.3 |
1192 | 2025-01-07T04:24:56.375Z | Compiling parking_lot v0.12.3 |
1193 | 2025-01-07T04:24:56.588Z | Compiling cpufeatures v0.2.14 |
1194 | 2025-01-07T04:24:56.624Z | Compiling regex-syntax v0.8.5 |
1195 | 2025-01-07T04:24:56.698Z | Compiling either v1.13.0 |
1196 | 2025-01-07T04:24:56.833Z | Compiling lazy_static v1.5.0 |
1197 | 2025-01-07T04:24:56.935Z | Compiling futures-sink v0.3.31 |
1198 | 2025-01-07T04:24:56.954Z | Compiling glob v0.3.1 |
1199 | 2025-01-07T04:24:57.090Z | Compiling stable_deref_trait v1.2.0 |
1200 | 2025-01-07T04:24:57.139Z | Compiling socket2 v0.5.7 |
1201 | 2025-01-07T04:24:57.206Z | Compiling slab v0.4.9 |
1202 | 2025-01-07T04:24:57.484Z | Compiling prettyplease v0.2.25 |
1203 | 2025-01-07T04:24:57.651Z | Compiling serde_json v1.0.133 |
1204 | 2025-01-07T04:24:57.836Z | Compiling minimal-lexical v0.2.1 |
1205 | 2025-01-07T04:24:57.938Z | Compiling clang-sys v1.8.1 |
1206 | 2025-01-07T04:24:58.194Z | Compiling libloading v0.8.5 |
1207 | 2025-01-07T04:24:58.296Z | Compiling nom v7.1.3 |
1208 | 2025-01-07T04:24:58.359Z | Compiling home v0.5.9 |
1209 | 2025-01-07T04:24:58.616Z | Compiling bindgen v0.69.5 |
1210 | 2025-01-07T04:24:58.658Z | Compiling itertools v0.12.1 |
1211 | 2025-01-07T04:24:59.429Z | Compiling futures-channel v0.3.31 |
1212 | 2025-01-07T04:24:59.453Z | Compiling libm v0.2.8 |
1213 | 2025-01-07T04:24:59.788Z | Compiling allocator-api2 v0.2.18 |
1214 | 2025-01-07T04:24:59.874Z | Compiling pin-utils v0.1.0 |
1215 | 2025-01-07T04:24:59.973Z | Compiling lazycell v1.3.0 |
1216 | 2025-01-07T04:25:00.143Z | Compiling futures-task v0.3.31 |
1217 | 2025-01-07T04:25:00.424Z | Compiling regex-automata v0.4.8 |
1218 | 2025-01-07T04:25:00.628Z | Compiling foldhash v0.1.3 |
1219 | 2025-01-07T04:25:00.931Z | Compiling futures-io v0.3.31 |
1220 | 2025-01-07T04:25:01.264Z | Compiling rustc-hash v1.1.0 |
1221 | 2025-01-07T04:25:01.433Z | Compiling hashbrown v0.15.1 |
1222 | 2025-01-07T04:25:01.848Z | Compiling synstructure v0.13.1 |
1223 | 2025-01-07T04:25:02.017Z | Compiling cexpr v0.6.0 |
1224 | 2025-01-07T04:25:02.851Z | Compiling cmake v0.1.51 |
1225 | 2025-01-07T04:25:03.553Z | Compiling num-traits v0.2.19 |
1226 | 2025-01-07T04:25:03.589Z | Compiling tinyvec_macros v0.1.1 |
1227 | 2025-01-07T04:25:03.683Z | Compiling dunce v1.0.5 |
1228 | 2025-01-07T04:25:03.803Z | Compiling pkg-config v0.3.31 |
1229 | 2025-01-07T04:25:03.825Z | Compiling fs_extra v1.3.0 |
1230 | 2025-01-07T04:25:03.898Z | Compiling tinyvec v1.8.0 |
1231 | 2025-01-07T04:25:04.426Z | Compiling ring v0.17.8 |
1232 | 2025-01-07T04:25:05.381Z | Compiling unicode-normalization v0.1.24 |
1233 | 2025-01-07T04:25:05.436Z | Compiling base64ct v1.6.0 |
1234 | 2025-01-07T04:25:05.457Z | Compiling unicode-bidi v0.3.17 |
1235 | 2025-01-07T04:25:05.573Z | Compiling litemap v0.7.3 |
1236 | 2025-01-07T04:25:05.972Z | Compiling regex v1.11.1 |
1237 | 2025-01-07T04:25:06.027Z | Compiling writeable v0.5.5 |
1238 | 2025-01-07T04:25:06.515Z | Compiling paste v1.0.15 |
1239 | 2025-01-07T04:25:06.646Z | Compiling pem-rfc7468 v0.7.0 |
1240 | 2025-01-07T04:25:07.091Z | Compiling flagset v0.4.6 |
1241 | 2025-01-07T04:25:07.126Z | Compiling aws-lc-rs v1.10.0 |
1242 | 2025-01-07T04:25:07.304Z | Compiling httparse v1.9.5 |
1243 | 2025-01-07T04:25:07.375Z | Compiling tracing-core v0.1.32 |
1244 | 2025-01-07T04:25:07.549Z | Compiling crossbeam-utils v0.8.20 |
1245 | 2025-01-07T04:25:08.080Z | Compiling icu_locid_transform_data v1.5.0 |
1246 | 2025-01-07T04:25:08.099Z | Compiling percent-encoding v2.3.1 |
1247 | 2025-01-07T04:25:08.187Z | Compiling rustls-pki-types v1.10.0 |
1248 | 2025-01-07T04:25:08.508Z | Compiling powerfmt v0.2.0 |
1249 | 2025-01-07T04:25:08.693Z | Compiling serde_derive v1.0.215 |
1250 | 2025-01-07T04:25:08.713Z | Compiling zeroize_derive v1.4.2 |
1251 | 2025-01-07T04:25:08.886Z | Compiling zerocopy-derive v0.7.35 |
1252 | 2025-01-07T04:25:09.137Z | Compiling tokio-macros v2.4.0 |
1253 | 2025-01-07T04:25:09.320Z | Compiling zerofrom-derive v0.1.4 |
1254 | 2025-01-07T04:25:10.267Z | Compiling zeroize v1.8.1 |
1255 | 2025-01-07T04:25:10.625Z | Compiling thiserror-impl v1.0.69 |
1256 | 2025-01-07T04:25:10.724Z | Compiling yoke-derive v0.7.4 |
1257 | 2025-01-07T04:25:11.112Z | Compiling zerocopy v0.7.35 |
1258 | 2025-01-07T04:25:11.995Z | Compiling crypto-common v0.1.6 |
1259 | 2025-01-07T04:25:12.236Z | Compiling block-buffer v0.10.4 |
1260 | 2025-01-07T04:25:12.457Z | Compiling digest v0.10.7 |
1261 | 2025-01-07T04:25:12.756Z | Compiling zerovec-derive v0.10.3 |
1262 | 2025-01-07T04:25:12.919Z | Compiling hmac v0.12.1 |
1263 | 2025-01-07T04:25:13.169Z | Compiling futures-macro v0.3.31 |
1264 | 2025-01-07T04:25:13.302Z | Compiling block-padding v0.3.3 |
1265 | 2025-01-07T04:25:13.327Z | Compiling zerofrom v0.1.4 |
1266 | 2025-01-07T04:25:13.542Z | Compiling displaydoc v0.2.5 |
1267 | 2025-01-07T04:25:13.561Z | Compiling inout v0.1.3 |
1268 | 2025-01-07T04:25:13.759Z | Compiling yoke v0.7.4 |
1269 | 2025-01-07T04:25:13.843Z | Compiling cipher v0.4.4 |
1270 | 2025-01-07T04:25:13.900Z | Compiling thiserror v1.0.69 |
1271 | 2025-01-07T04:25:14.036Z | Compiling sha2 v0.10.8 |
1272 | 2025-01-07T04:25:14.114Z | Compiling ppv-lite86 v0.2.20 |
1273 | 2025-01-07T04:25:14.321Z | Compiling der_derive v0.7.3 |
1274 | 2025-01-07T04:25:14.965Z | Compiling icu_provider_macros v1.5.0 |
1275 | 2025-01-07T04:25:14.990Z | Compiling futures-util v0.3.31 |
1276 | 2025-01-07T04:25:15.256Z | Compiling rand_chacha v0.3.1 |
1277 | 2025-01-07T04:25:15.327Z | Compiling zerovec v0.10.4 |
1278 | 2025-01-07T04:25:16.138Z | Compiling tracing-attributes v0.1.27 |
1279 | 2025-01-07T04:25:16.688Z | Compiling der v0.7.9 |
1280 | 2025-01-07T04:25:17.289Z | Compiling tinystr v0.7.6 |
1281 | 2025-01-07T04:25:17.501Z | Compiling icu_collections v1.5.0 |
1282 | 2025-01-07T04:25:17.563Z | Compiling rand v0.8.5 |
1283 | 2025-01-07T04:25:17.710Z | Compiling icu_locid v1.5.0 |
1284 | 2025-01-07T04:25:18.967Z | Compiling icu_provider v1.5.0 |
1285 | 2025-01-07T04:25:19.726Z | Compiling icu_locid_transform v1.5.0 |
1286 | 2025-01-07T04:25:19.904Z | Compiling spki v0.7.3 |
1287 | 2025-01-07T04:25:19.928Z | Compiling salsa20 v0.10.2 |
1288 | 2025-01-07T04:25:19.950Z | Compiling tracing v0.1.40 |
1289 | 2025-01-07T04:25:20.111Z | Compiling pest v2.7.14 |
1290 | 2025-01-07T04:25:20.144Z | Compiling pbkdf2 v0.12.2 |
1291 | 2025-01-07T04:25:20.277Z | Compiling vcpkg v0.2.15 |
1292 | 2025-01-07T04:25:20.308Z | Compiling time-core v0.1.2 |
1293 | 2025-01-07T04:25:20.419Z | Compiling untrusted v0.7.1 |
1294 | 2025-01-07T04:25:20.458Z | Compiling num-conv v0.1.0 |
1295 | 2025-01-07T04:25:20.597Z | Compiling untrusted v0.9.0 |
1296 | 2025-01-07T04:25:20.744Z | Compiling mirai-annotations v1.12.0 |
1297 | 2025-01-07T04:25:20.778Z | Compiling icu_properties_data v1.5.0 |
1298 | 2025-01-07T04:25:20.930Z | Compiling time-macros v0.2.18 |
1299 | 2025-01-07T04:25:20.950Z | Compiling scrypt v0.11.0 |
1300 | 2025-01-07T04:25:21.008Z | Compiling icu_properties v1.5.1 |
1301 | 2025-01-07T04:25:21.519Z | Compiling aes v0.8.4 |
1302 | 2025-01-07T04:25:22.276Z | Compiling bitflags v2.6.0 |
1303 | 2025-01-07T04:25:22.313Z | Compiling bytes v1.8.0 |
1304 | 2025-01-07T04:25:22.734Z | Compiling indexmap v2.6.0 |
1305 | 2025-01-07T04:25:23.113Z | Compiling semver v1.0.23 |
1306 | 2025-01-07T04:25:23.629Z | Compiling tokio v1.40.0 |
1307 | 2025-01-07T04:25:23.886Z | Compiling http v1.1.0 |
1308 | 2025-01-07T04:25:24.208Z | Compiling rustc_version v0.4.1 |
1309 | 2025-01-07T04:25:24.244Z | Compiling pest_meta v2.7.14 |
1310 | 2025-01-07T04:25:24.334Z | Compiling openssl-sys v0.9.103 |
1311 | 2025-01-07T04:25:25.470Z | Compiling cbc v0.1.2 |
1312 | 2025-01-07T04:25:25.666Z | Compiling deranged v0.3.11 |
1313 | 2025-01-07T04:25:25.720Z | Compiling scroll_derive v0.12.0 |
1314 | 2025-01-07T04:25:26.366Z | Compiling icu_normalizer_data v1.5.0 |
1315 | 2025-01-07T04:25:26.495Z | Compiling utf16_iter v1.0.5 |
1316 | 2025-01-07T04:25:26.705Z | Compiling which v4.4.2 |
1317 | 2025-01-07T04:25:27.343Z | Compiling write16 v1.0.0 |
1318 | 2025-01-07T04:25:27.361Z | Compiling utf8_iter v1.0.4 |
1319 | 2025-01-07T04:25:27.467Z | Compiling num_threads v0.1.7 |
1320 | 2025-01-07T04:25:27.591Z | Compiling atomic-waker v1.1.2 |
1321 | 2025-01-07T04:25:27.611Z | Compiling time v0.3.36 |
1322 | 2025-01-07T04:25:27.652Z | Compiling icu_normalizer v1.5.0 |
1323 | 2025-01-07T04:25:27.784Z | Compiling scroll v0.12.0 |
1324 | 2025-01-07T04:25:28.053Z | Compiling pkcs5 v0.7.1 |
1325 | 2025-01-07T04:25:28.369Z | Compiling pest_generator v2.7.14 |
1326 | 2025-01-07T04:25:29.155Z | Compiling http-body v1.0.1 |
1327 | 2025-01-07T04:25:29.295Z | Compiling form_urlencoded v1.2.1 |
1328 | 2025-01-07T04:25:29.394Z | Compiling try-lock v0.2.5 |
1329 | 2025-01-07T04:25:29.500Z | Compiling slog v2.7.0 |
1330 | 2025-01-07T04:25:29.548Z | Compiling goblin v0.8.2 |
1331 | 2025-01-07T04:25:29.621Z | Compiling want v0.3.1 |
1332 | 2025-01-07T04:25:29.689Z | Compiling pkcs8 v0.10.2 |
1333 | 2025-01-07T04:25:29.928Z | Compiling idna_adapter v1.2.0 |
1334 | 2025-01-07T04:25:30.098Z | Compiling uuid v1.11.0 |
1335 | 2025-01-07T04:25:30.154Z | Compiling httpdate v1.0.3 |
1336 | 2025-01-07T04:25:30.407Z | Compiling iana-time-zone v0.1.61 |
1337 | 2025-01-07T04:25:30.427Z | Compiling pest_derive v2.7.14 |
1338 | 2025-01-07T04:25:30.617Z | Compiling chrono v0.4.38 |
1339 | 2025-01-07T04:25:30.872Z | Compiling idna v1.0.3 |
1340 | 2025-01-07T04:25:31.222Z | Compiling dtrace-parser v0.2.0 |
1341 | 2025-01-07T04:25:32.422Z | Compiling tokio-util v0.7.12 |
1342 | 2025-01-07T04:25:32.772Z | Compiling toml_datetime v0.6.8 |
1343 | 2025-01-07T04:25:32.903Z | Compiling serde_tokenstream v0.2.2 |
1344 | 2025-01-07T04:25:33.285Z | Compiling serde_spanned v0.6.8 |
1345 | 2025-01-07T04:25:33.501Z | Compiling h2 v0.4.6 |
1346 | 2025-01-07T04:25:33.521Z | Compiling base64 v0.22.1 |
1347 | 2025-01-07T04:25:33.523Z | Compiling adler2 v2.0.0 |
1348 | 2025-01-07T04:25:33.752Z | Compiling openssl v0.10.66 |
1349 | 2025-01-07T04:25:33.895Z | Compiling foreign-types-shared v0.1.1 |
1350 | 2025-01-07T04:25:34.007Z | Compiling match_cfg v0.1.0 |
1351 | 2025-01-07T04:25:34.105Z | Compiling rustversion v1.0.17 |
1352 | 2025-01-07T04:25:34.165Z | Compiling tower-service v0.3.3 |
1353 | 2025-01-07T04:25:34.298Z | Compiling hostname v0.3.1 |
1354 | 2025-01-07T04:25:34.322Z | Compiling foreign-types v0.3.2 |
1355 | 2025-01-07T04:25:34.389Z | Compiling miniz_oxide v0.8.0 |
1356 | 2025-01-07T04:25:34.419Z | Compiling url v2.5.3 |
1357 | 2025-01-07T04:25:34.857Z | Compiling async-trait v0.1.83 |
1358 | 2025-01-07T04:25:35.952Z | Compiling dof v0.3.0 |
1359 | 2025-01-07T04:25:35.991Z | Compiling openssl-macros v0.1.1 |
1360 | 2025-01-07T04:25:36.452Z | Compiling serde_derive_internals v0.29.1 |
1361 | 2025-01-07T04:25:36.813Z | Compiling usdt-impl v0.5.0 |
1362 | 2025-01-07T04:25:37.675Z | Compiling dirs-sys-next v0.1.2 |
1363 | 2025-01-07T04:25:38.195Z | Compiling schemars v0.8.21 |
1364 | 2025-01-07T04:25:38.351Z | Compiling syn v1.0.109 |
1365 | 2025-01-07T04:25:38.449Z | Compiling rustls v0.22.4 |
1366 | 2025-01-07T04:25:38.519Z | Compiling native-tls v0.2.12 |
1367 | 2025-01-07T04:25:38.711Z | Compiling rustls v0.23.19 |
1368 | 2025-01-07T04:25:38.840Z | Compiling siphasher v0.3.11 |
1369 | 2025-01-07T04:25:38.985Z | Compiling data-encoding v2.6.0 |
1370 | 2025-01-07T04:25:39.157Z | Compiling dirs-next v2.0.0 |
1371 | 2025-01-07T04:25:39.266Z | Compiling schemars_derive v0.8.21 |
1372 | 2025-01-07T04:25:39.352Z | Compiling http-body-util v0.1.2 |
1373 | 2025-01-07T04:25:39.850Z | Compiling crossbeam-epoch v0.9.18 |
1374 | 2025-01-07T04:25:40.134Z | Compiling heapless v0.7.17 |
1375 | 2025-01-07T04:25:40.563Z | Compiling hyper v1.5.0 |
1376 | 2025-01-07T04:25:40.626Z | Compiling signature v2.2.0 |
1377 | 2025-01-07T04:25:40.647Z | Compiling sha1 v0.10.6 |
1378 | 2025-01-07T04:25:40.914Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1379 | 2025-01-07T04:25:41.065Z | Compiling thread_local v1.1.8 |
1380 | 2025-01-07T04:25:41.439Z | Compiling cookie v0.18.1 |
1381 | 2025-01-07T04:25:41.462Z | Compiling multer v3.1.0 |
1382 | 2025-01-07T04:25:41.683Z | Compiling encoding_rs v0.8.34 |
1383 | 2025-01-07T04:25:41.726Z | Compiling gimli v0.31.1 |
1384 | 2025-01-07T04:25:41.743Z | Compiling dyn-clone v1.0.17 |
1385 | 2025-01-07T04:25:41.979Z | Compiling unicode-properties v0.1.3 |
1386 | 2025-01-07T04:25:42.376Z | Compiling openssl-probe v0.1.5 |
1387 | 2025-01-07T04:25:42.628Z | Compiling mime v0.3.17 |
1388 | 2025-01-07T04:25:42.735Z | Compiling ipnet v2.10.1 |
1389 | 2025-01-07T04:25:43.229Z | Compiling hyper-util v0.1.10 |
1390 | 2025-01-07T04:25:44.013Z | Compiling slog-async v2.8.0 |
1391 | 2025-01-07T04:25:44.354Z | Compiling rayon-core v1.12.1 |
1392 | 2025-01-07T04:25:44.550Z | Compiling signal-hook v0.3.17 |
1393 | 2025-01-07T04:25:44.844Z | Compiling stringprep v0.1.5 |
1394 | 2025-01-07T04:25:44.958Z | Compiling toml_edit v0.22.22 |
1395 | 2025-01-07T04:25:46.187Z | Compiling addr2line v0.24.2 |
1396 | 2025-01-07T04:25:46.858Z | Compiling crossbeam-deque v0.8.5 |
1397 | 2025-01-07T04:25:46.931Z | Compiling usdt-attr-macro v0.5.0 |
1398 | 2025-01-07T04:25:46.962Z | Compiling usdt-macro v0.5.0 |
1399 | 2025-01-07T04:25:47.194Z | Compiling term v0.7.0 |
1400 | 2025-01-07T04:25:47.979Z | Compiling slog-json v2.6.1 |
1401 | 2025-01-07T04:25:48.351Z | Compiling serde_urlencoded v0.7.1 |
1402 | 2025-01-07T04:25:48.421Z | Compiling crossbeam-channel v0.5.13 |
1403 | 2025-01-07T04:25:48.498Z | Compiling curve25519-dalek v4.1.3 |
1404 | 2025-01-07T04:25:48.572Z | Compiling futures-executor v0.3.31 |
1405 | 2025-01-07T04:25:48.697Z | Compiling enum-as-inner v0.6.1 |
1406 | 2025-01-07T04:25:48.888Z | Compiling md-5 v0.10.6 |
1407 | 2025-01-07T04:25:49.107Z | Compiling rustls-pemfile v2.2.0 |
1408 | 2025-01-07T04:25:49.128Z | Compiling async-stream-impl v0.3.6 |
1409 | 2025-01-07T04:25:49.145Z | Compiling num-integer v0.1.46 |
1410 | 2025-01-07T04:25:49.462Z | Compiling idna v0.4.0 |
1411 | 2025-01-07T04:25:49.526Z | Compiling idna v0.3.0 |
1412 | 2025-01-07T04:25:49.772Z | Compiling hash32 v0.2.1 |
1413 | 2025-01-07T04:25:49.944Z | Compiling ff v0.13.0 |
1414 | 2025-01-07T04:25:50.165Z | Compiling is-terminal v0.4.13 |
1415 | 2025-01-07T04:25:50.185Z | Compiling dropshot v0.12.0 |
1416 | 2025-01-07T04:25:50.298Z | Compiling object v0.36.5 |
1417 | 2025-01-07T04:25:50.476Z | Compiling anyhow v1.0.95 |
1418 | 2025-01-07T04:25:50.521Z | Compiling rustc-demangle v0.1.24 |
1419 | 2025-01-07T04:25:51.104Z | Compiling take_mut v0.2.2 |
1420 | 2025-01-07T04:25:51.170Z | Compiling quick-error v1.2.3 |
1421 | 2025-01-07T04:25:51.189Z | Compiling fallible-iterator v0.2.0 |
1422 | 2025-01-07T04:25:51.249Z | Compiling smoltcp v0.9.1 |
1423 | 2025-01-07T04:25:51.311Z | Compiling portable-atomic v1.9.0 |
1424 | 2025-01-07T04:25:51.544Z | Compiling utf-8 v0.7.6 |
1425 | 2025-01-07T04:25:51.885Z | Compiling num-bigint-dig v0.8.4 |
1426 | 2025-01-07T04:25:51.937Z | Compiling psl-types v2.0.11 |
1427 | 2025-01-07T04:25:52.043Z | Compiling base16ct v0.2.0 |
1428 | 2025-01-07T04:25:52.132Z | Compiling linked-hash-map v0.5.6 |
1429 | 2025-01-07T04:25:52.197Z | Compiling publicsuffix v2.2.3 |
1430 | 2025-01-07T04:25:52.385Z | Compiling sec1 v0.7.3 |
1431 | 2025-01-07T04:25:52.475Z | Compiling lru-cache v0.1.2 |
1432 | 2025-01-07T04:25:52.525Z | Compiling postgres-protocol v0.6.7 |
1433 | 2025-01-07T04:25:52.544Z | Compiling tungstenite v0.24.0 |
1434 | 2025-01-07T04:25:52.683Z | Compiling resolv-conf v0.7.0 |
1435 | 2025-01-07T04:25:53.521Z | Compiling async-stream v0.3.6 |
1436 | 2025-01-07T04:25:53.858Z | Compiling hickory-proto v0.24.1 |
1437 | 2025-01-07T04:25:53.908Z | Compiling slog-term v2.9.1 |
1438 | 2025-01-07T04:25:53.927Z | Compiling usdt v0.5.0 |
1439 | 2025-01-07T04:25:54.172Z | Compiling group v0.13.0 |
1440 | 2025-01-07T04:25:54.505Z | Compiling num-iter v0.1.45 |
1441 | 2025-01-07T04:25:54.802Z | Compiling futures v0.3.31 |
1442 | 2025-01-07T04:25:54.860Z | Compiling slog-bunyan v2.5.0 |
1443 | 2025-01-07T04:25:54.926Z | Compiling toml v0.8.19 |
1444 | 2025-01-07T04:25:55.234Z | Compiling tokio-native-tls v0.3.1 |
1445 | 2025-01-07T04:25:56.762Z | Compiling camino v1.1.9 |
1446 | 2025-01-07T04:25:56.781Z | Compiling phf_shared v0.11.2 |
1447 | 2025-01-07T04:25:56.964Z | Compiling dropshot_endpoint v0.12.0 |
1448 | 2025-01-07T04:25:57.161Z | Compiling waitgroup v0.1.2 |
1449 | 2025-01-07T04:25:57.387Z | Compiling terminal_size v0.4.0 |
1450 | 2025-01-07T04:25:57.614Z | Compiling openapiv3 v2.0.0 |
1451 | 2025-01-07T04:25:57.676Z | Compiling serde_path_to_error v0.1.16 |
1452 | 2025-01-07T04:25:57.742Z | Compiling hkdf v0.12.4 |
1453 | 2025-01-07T04:25:58.012Z | Compiling backtrace v0.3.74 |
1454 | 2025-01-07T04:25:58.551Z | Compiling crypto-bigint v0.5.5 |
1455 | 2025-01-07T04:25:58.581Z | Compiling webpki-roots v0.26.6 |
1456 | 2025-01-07T04:25:58.808Z | Compiling zerocopy-derive v0.6.6 |
1457 | 2025-01-07T04:26:01.115Z | Compiling curve25519-dalek-derive v0.1.1 |
1458 | 2025-01-07T04:26:01.669Z | Compiling idna v0.5.0 |
1459 | 2025-01-07T04:26:01.724Z | Compiling hostname v0.4.0 |
1460 | 2025-01-07T04:26:01.993Z | Compiling crc32fast v1.4.2 |
1461 | 2025-01-07T04:26:02.124Z | Compiling fs-err v2.11.0 |
1462 | 2025-01-07T04:26:02.350Z | Compiling ahash v0.8.11 |
1463 | 2025-01-07T04:26:02.450Z | Compiling hubpack_derive v0.1.1 |
1464 | 2025-01-07T04:26:02.471Z | Compiling managed v0.8.0 |
1465 | 2025-01-07T04:26:02.694Z | Compiling winnow v0.5.40 |
1466 | 2025-01-07T04:26:02.741Z | Compiling bitflags v1.3.2 |
1467 | 2025-01-07T04:26:02.843Z | Compiling debug-ignore v1.0.5 |
1468 | 2025-01-07T04:26:02.906Z | Compiling newtype-uuid v1.1.3 |
1469 | 2025-01-07T04:26:02.988Z | Compiling console v0.15.8 |
1470 | 2025-01-07T04:26:03.345Z | Compiling hubpack v0.1.2 |
1471 | 2025-01-07T04:26:03.365Z | Compiling clap_builder v4.5.21 |
1472 | 2025-01-07T04:26:03.780Z | Compiling strum_macros v0.25.3 |
1473 | 2025-01-07T04:26:04.668Z | Compiling cookie_store v0.21.0 |
1474 | 2025-01-07T04:26:04.988Z | Compiling flate2 v1.0.34 |
1475 | 2025-01-07T04:26:05.365Z | Compiling elliptic-curve v0.13.8 |
1476 | 2025-01-07T04:26:05.971Z | Compiling zerocopy v0.6.6 |
1477 | 2025-01-07T04:26:06.227Z | Compiling hickory-resolver v0.24.1 |
1478 | 2025-01-07T04:26:06.309Z | Compiling toml_edit v0.19.15 |
1479 | 2025-01-07T04:26:06.876Z | Compiling phf v0.11.2 |
1480 | 2025-01-07T04:26:07.182Z | Compiling signal-hook-mio v0.2.4 |
1481 | 2025-01-07T04:26:07.349Z | Compiling rayon v1.10.0 |
1482 | 2025-01-07T04:26:07.577Z | Compiling hyper-tls v0.6.0 |
1483 | 2025-01-07T04:26:07.997Z | Compiling bzip2 v0.4.4 |
1484 | 2025-01-07T04:26:08.396Z | Compiling tokio-tungstenite v0.24.0 |
1485 | 2025-01-07T04:26:08.912Z | Compiling postgres-types v0.2.8 |
1486 | 2025-01-07T04:26:11.844Z | Compiling ed25519 v2.2.3 |
1487 | 2025-01-07T04:26:12.274Z | Compiling phf_shared v0.10.0 |
1488 | 2025-01-07T04:26:12.702Z | Compiling tokio-stream v0.1.16 |
1489 | 2025-01-07T04:26:12.825Z | Compiling pkcs1 v0.7.5 |
1490 | 2025-01-07T04:26:12.943Z | Compiling serde-big-array v0.5.1 |
1491 | 2025-01-07T04:26:13.196Z | Compiling clap_derive v4.5.18 |
1492 | 2025-01-07T04:26:13.287Z | Compiling rfc6979 v0.4.0 |
1493 | 2025-01-07T04:26:13.479Z | Compiling derive-where v1.2.7 |
1494 | 2025-01-07T04:26:13.759Z | Compiling serde_repr v0.1.19 |
1495 | 2025-01-07T04:26:13.783Z | Compiling float-cmp v0.9.0 |
1496 | 2025-01-07T04:26:13.882Z | Compiling bstr v1.10.0 |
1497 | 2025-01-07T04:26:14.009Z | Compiling sync_wrapper v1.0.1 |
1498 | 2025-01-07T04:26:14.172Z | Compiling static_assertions v1.1.0 |
1499 | 2025-01-07T04:26:14.278Z | Compiling number_prefix v0.4.0 |
1500 | 2025-01-07T04:26:14.469Z | Compiling normalize-line-endings v0.3.0 |
1501 | 2025-01-07T04:26:14.512Z | Compiling predicates-core v1.0.8 |
1502 | 2025-01-07T04:26:14.597Z | Compiling whoami v1.5.2 |
1503 | 2025-01-07T04:26:14.906Z | Compiling bit-vec v0.6.3 |
1504 | 2025-01-07T04:26:14.988Z | Compiling new_debug_unreachable v1.0.6 |
1505 | 2025-01-07T04:26:15.089Z | Compiling unicode-width v0.2.0 |
1506 | 2025-01-07T04:26:15.233Z | Compiling difflib v0.4.0 |
1507 | 2025-01-07T04:26:15.361Z | Compiling unicode-segmentation v1.12.0 |
1508 | 2025-01-07T04:26:15.610Z | Compiling fixedbitset v0.4.2 |
1509 | 2025-01-07T04:26:15.678Z | Compiling precomputed-hash v0.1.1 |
1510 | 2025-01-07T04:26:15.801Z | Compiling string_cache v0.8.7 |
1511 | 2025-01-07T04:26:16.074Z | Compiling similar v2.6.0 |
1512 | 2025-01-07T04:26:16.246Z | Compiling petgraph v0.6.5 |
1513 | 2025-01-07T04:26:16.284Z | Compiling predicates v3.1.2 |
1514 | 2025-01-07T04:26:16.934Z | Compiling indicatif v0.17.9 |
1515 | 2025-01-07T04:26:17.160Z | Compiling bit-set v0.5.3 |
1516 | 2025-01-07T04:26:17.459Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1517 | 2025-01-07T04:26:18.173Z | Compiling tokio-postgres v0.7.12 |
1518 | 2025-01-07T04:26:18.449Z | Compiling clap v4.5.21 |
1519 | 2025-01-07T04:26:18.576Z | Compiling ecdsa v0.16.9 |
1520 | 2025-01-07T04:26:18.596Z | Compiling rsa v0.9.6 |
1521 | 2025-01-07T04:26:19.238Z | Compiling ed25519-dalek v2.1.1 |
1522 | 2025-01-07T04:26:19.458Z | Compiling toml v0.7.8 |
1523 | 2025-01-07T04:26:20.504Z | Compiling zip v0.6.6 |
1524 | 2025-01-07T04:26:20.576Z | Compiling crossterm v0.28.1 |
1525 | 2025-01-07T04:26:22.478Z | Compiling hex v0.4.3 |
1526 | 2025-01-07T04:26:22.628Z | Compiling x509-cert v0.2.5 |
1527 | 2025-01-07T04:26:22.773Z | Compiling itertools v0.10.5 |
1528 | 2025-01-07T04:26:23.092Z | Compiling unicode-xid v0.2.6 |
1529 | 2025-01-07T04:26:23.272Z | Compiling peg-runtime v0.8.3 |
1530 | 2025-01-07T04:26:23.973Z | Compiling lalrpop-util v0.19.12 |
1531 | 2025-01-07T04:26:24.013Z | Compiling strum_macros v0.26.4 |
1532 | 2025-01-07T04:26:24.343Z | Compiling xattr v1.3.1 |
1533 | 2025-01-07T04:26:24.517Z | Compiling filetime v0.2.25 |
1534 | 2025-01-07T04:26:24.853Z | Compiling tar v0.4.42 |
1535 | 2025-01-07T04:26:29.169Z | Compiling strum v0.26.3 |
1536 | 2025-01-07T04:26:31.335Z | Compiling aws-lc-sys v0.22.0 |
1537 | 2025-01-07T04:27:08.779Z | Compiling rustls-webpki v0.102.8 |
1538 | 2025-01-07T04:27:12.211Z | Compiling tokio-rustls v0.25.0 |
1539 | 2025-01-07T04:27:13.913Z | Compiling tokio-rustls v0.26.0 |
1540 | 2025-01-07T04:27:14.379Z | Compiling hyper-rustls v0.27.3 |
1541 | 2025-01-07T04:27:14.676Z | Compiling reqwest v0.12.9 |
1542 | 2025-01-07T04:27:15.847Z | Compiling qorb v0.2.1 |
1543 | 2025-01-07T04:27:20.598Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1544 | 2025-01-07T04:27:20.841Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1545 | 2025-01-07T04:27:26.692Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 36s |
1546 | 2025-01-07T04:27:26.855Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1547 | 2025-01-07T04:27:26.905Z | Jan 07 04:27:26.056 INFO Starting download, target: Cockroach |
1548 | 2025-01-07T04:27:26.905Z | Jan 07 04:27:26.057 INFO Starting download, target: Clickhouse |
1549 | 2025-01-07T04:27:26.905Z | Jan 07 04:27:26.057 INFO Starting download, target: Console |
1550 | 2025-01-07T04:27:26.905Z | Jan 07 04:27:26.057 INFO Starting download, target: DendriteOpenapi |
1551 | 2025-01-07T04:27:26.909Z | Jan 07 04:27:26.057 INFO Starting download, target: DendriteStub |
1552 | 2025-01-07T04:27:26.909Z | Jan 07 04:27:26.057 INFO Starting download, target: MaghemiteMgd |
1553 | 2025-01-07T04:27:26.909Z | Jan 07 04:27:26.057 INFO Starting download, target: TransceiverControl |
1554 | 2025-01-07T04:27:26.909Z | Jan 07 04:27:26.057 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1555 | 2025-01-07T04:27:26.909Z | Jan 07 04:27:26.057 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1556 | 2025-01-07T04:27:26.909Z | Jan 07 04:27:26.057 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1557 | 2025-01-07T04:27:26.909Z | Jan 07 04:27:26.057 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1558 | 2025-01-07T04:27:26.909Z | Jan 07 04:27:26.057 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1559 | 2025-01-07T04:27:26.909Z | Jan 07 04:27:26.057 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1560 | 2025-01-07T04:27:26.909Z | Jan 07 04:27:26.057 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1561 | 2025-01-07T04:27:27.140Z | Jan 07 04:27:26.259 INFO Download complete, target: DendriteOpenapi |
1562 | 2025-01-07T04:27:27.294Z | Jan 07 04:27:26.398 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1563 | 2025-01-07T04:27:27.464Z | Jan 07 04:27:26.589 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1564 | 2025-01-07T04:27:27.783Z | Jan 07 04:27:26.934 INFO Download complete, target: Console |
1565 | 2025-01-07T04:27:27.788Z | Jan 07 04:27:26.936 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1566 | 2025-01-07T04:27:27.804Z | Jan 07 04:27:26.954 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1567 | 2025-01-07T04:27:27.930Z | Jan 07 04:27:27.081 INFO Download complete, target: TransceiverControl |
1568 | 2025-01-07T04:27:28.582Z | Jan 07 04:27:27.734 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1569 | 2025-01-07T04:27:28.582Z | Jan 07 04:27:27.734 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1570 | 2025-01-07T04:27:28.915Z | Jan 07 04:27:28.067 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1571 | 2025-01-07T04:27:30.698Z | Jan 07 04:27:29.849 INFO Download complete, target: DendriteStub |
1572 | 2025-01-07T04:27:30.755Z | Jan 07 04:27:29.906 INFO Download complete, target: MaghemiteMgd |
1573 | 2025-01-07T04:27:36.142Z | Jan 07 04:27:35.293 INFO Checking that binary works, target: Cockroach |
1574 | 2025-01-07T04:27:36.307Z | Jan 07 04:27:35.458 INFO Download complete, target: Cockroach |
1575 | 2025-01-07T04:27:41.538Z | Jan 07 04:27:40.687 INFO Checking that binary works, target: Clickhouse |
1576 | 2025-01-07T04:27:42.428Z | Jan 07 04:27:41.576 INFO Download complete, target: Clickhouse |
1577 | 2025-01-07T04:27:42.580Z | All builder prerequisites installed successfully, and PATH looks valid |
1578 | 2025-01-07T04:27:42.583Z | |
1579 | 2025-01-07T04:27:42.583Z | real 6:07.123198183 |
1580 | 2025-01-07T04:27:42.583Z | user 16:36.487778053 |
1581 | 2025-01-07T04:27:42.583Z | sys 3:12.695700709 |
1582 | 2025-01-07T04:27:42.583Z | trap 0.536657819 |
1583 | 2025-01-07T04:27:42.583Z | tflt 9.332371606 |
1584 | 2025-01-07T04:27:42.583Z | dflt 7.918145626 |
1585 | 2025-01-07T04:27:42.583Z | kflt 0.553749533 |
1586 | 2025-01-07T04:27:42.583Z | lock 30:08.833617775 |
1587 | 2025-01-07T04:27:42.583Z | slp 1:05:37.828855789 |
1588 | 2025-01-07T04:27:42.583Z | lat 54.389910679 |
1589 | 2025-01-07T04:27:42.584Z | stop 2:13.429528651 |
1590 | 2025-01-07T04:27:42.584Z | + banner clippy |
1591 | 2025-01-07T04:27:42.586Z | |
1592 | 2025-01-07T04:27:42.586Z | #### # # ##### ##### # # |
1593 | 2025-01-07T04:27:42.586Z | # # # # # # # # # # |
1594 | 2025-01-07T04:27:42.586Z | # # # # # # # # |
1595 | 2025-01-07T04:27:42.586Z | # # # ##### ##### # |
1596 | 2025-01-07T04:27:42.586Z | # # # # # # # |
1597 | 2025-01-07T04:27:42.586Z | #### ###### # # # # |
1598 | 2025-01-07T04:27:42.586Z | |
1599 | 2025-01-07T04:27:42.586Z | + export CARGO_INCREMENTAL=0 |
1600 | 2025-01-07T04:27:42.587Z | + CARGO_INCREMENTAL=0 |
1601 | 2025-01-07T04:27:42.587Z | + ptime -m cargo xtask clippy |
1602 | 2025-01-07T04:27:43.123Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1603 | 2025-01-07T04:27:46.635Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.99s |
1604 | 2025-01-07T04:27:46.866Z | Running `target/debug/xtask clippy` |
1605 | 2025-01-07T04:27:46.880Z | running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1606 | 2025-01-07T04:27:47.385Z | Downloading crates ... |
1607 | 2025-01-07T04:27:47.778Z | Downloaded assert-json-diff v2.0.2 |
1608 | 2025-01-07T04:27:47.781Z | Downloaded approx v0.5.1 |
1609 | 2025-01-07T04:27:47.784Z | Downloaded async-attributes v1.1.2 |
1610 | 2025-01-07T04:27:47.787Z | Downloaded anes v0.1.6 |
1611 | 2025-01-07T04:27:47.790Z | Downloaded async-executor v1.13.1 |
1612 | 2025-01-07T04:27:47.792Z | Downloaded assert_cmd v2.0.16 |
1613 | 2025-01-07T04:27:47.795Z | Downloaded async-global-executor v2.4.1 |
1614 | 2025-01-07T04:27:47.798Z | Downloaded async-channel v2.3.1 |
1615 | 2025-01-07T04:27:47.798Z | Downloaded async-io v2.3.4 |
1616 | 2025-01-07T04:27:47.817Z | Downloaded criterion v0.5.1 |
1617 | 2025-01-07T04:27:47.824Z | Downloaded cast v0.3.0 |
1618 | 2025-01-07T04:27:47.827Z | Downloaded blake2b_simd v1.0.2 |
1619 | 2025-01-07T04:27:47.829Z | Downloaded async-object-pool v0.1.5 |
1620 | 2025-01-07T04:27:47.829Z | Downloaded async-lock v3.4.0 |
1621 | 2025-01-07T04:27:47.832Z | Downloaded async-channel v1.9.0 |
1622 | 2025-01-07T04:27:47.835Z | Downloaded plotters-svg v0.3.7 |
1623 | 2025-01-07T04:27:47.835Z | Downloaded nested v0.1.1 |
1624 | 2025-01-07T04:27:47.838Z | Downloaded doc-comment v0.3.3 |
1625 | 2025-01-07T04:27:47.838Z | Downloaded pathdiff v0.2.2 |
1626 | 2025-01-07T04:27:47.840Z | Downloaded rand_distr v0.4.3 |
1627 | 2025-01-07T04:27:47.845Z | Downloaded escape8259 v0.5.3 |
1628 | 2025-01-07T04:27:47.848Z | Downloaded concurrent-queue v2.5.0 |
1629 | 2025-01-07T04:27:47.848Z | Downloaded piper v0.2.4 |
1630 | 2025-01-07T04:27:47.850Z | Downloaded proc-macro-crate v3.2.0 |
1631 | 2025-01-07T04:27:47.856Z | Downloaded plotters-backend v0.3.7 |
1632 | 2025-01-07T04:27:47.856Z | Downloaded blocking v1.6.1 |
1633 | 2025-01-07T04:27:47.856Z | Downloaded oorandom v11.1.4 |
1634 | 2025-01-07T04:27:47.858Z | Downloaded path-tree v0.8.1 |
1635 | 2025-01-07T04:27:47.858Z | Downloaded async-signal v0.2.10 |
1636 | 2025-01-07T04:27:47.859Z | Downloaded indoc v2.0.5 |
1637 | 2025-01-07T04:27:47.861Z | Downloaded async-task v4.7.1 |
1638 | 2025-01-07T04:27:47.864Z | Downloaded num_cpus v1.16.0 |
1639 | 2025-01-07T04:27:47.866Z | Downloaded guppy-workspace-hack v0.1.0 |
1640 | 2025-01-07T04:27:47.867Z | Downloaded async-process v2.3.0 |
1641 | 2025-01-07T04:27:47.870Z | Downloaded parking v2.2.1 |
1642 | 2025-01-07T04:27:47.876Z | Downloaded target-triple v0.1.3 |
1643 | 2025-01-07T04:27:47.876Z | Downloaded criterion-plot v0.5.0 |
1644 | 2025-01-07T04:27:47.879Z | Downloaded event-listener-strategy v0.5.2 |
1645 | 2025-01-07T04:27:47.879Z | Downloaded event-listener v2.5.3 |
1646 | 2025-01-07T04:27:47.879Z | Downloaded datatest-stable v0.2.9 |
1647 | 2025-01-07T04:27:47.879Z | Downloaded tinytemplate v1.2.1 |
1648 | 2025-01-07T04:27:47.884Z | Downloaded target-spec v3.2.2 |
1649 | 2025-01-07T04:27:47.884Z | Downloaded serde_regex v1.1.0 |
1650 | 2025-01-07T04:27:47.884Z | Downloaded httptest v0.16.1 |
1651 | 2025-01-07T04:27:47.887Z | Downloaded hyper-rustls v0.26.0 |
1652 | 2025-01-07T04:27:47.887Z | Downloaded futures-lite v2.3.0 |
1653 | 2025-01-07T04:27:47.890Z | Downloaded cfg-expr v0.17.0 |
1654 | 2025-01-07T04:27:47.893Z | Downloaded relative-path v1.9.3 |
1655 | 2025-01-07T04:27:47.896Z | Downloaded threadpool v1.8.1 |
1656 | 2025-01-07T04:27:47.896Z | Downloaded similar-asserts v1.6.0 |
1657 | 2025-01-07T04:27:47.896Z | Downloaded futures-timer v3.0.3 |
1658 | 2025-01-07T04:27:47.898Z | Downloaded partial-io v0.5.4 |
1659 | 2025-01-07T04:27:47.904Z | Downloaded target-lexicon v0.12.16 |
1660 | 2025-01-07T04:27:47.909Z | Downloaded stringmetrics v2.2.2 |
1661 | 2025-01-07T04:27:47.909Z | Downloaded polling v3.7.3 |
1662 | 2025-01-07T04:27:47.909Z | Downloaded rustls-native-certs v0.7.3 |
1663 | 2025-01-07T04:27:47.911Z | Downloaded rust-argon2 v2.1.0 |
1664 | 2025-01-07T04:27:47.911Z | Downloaded kv-log-macro v1.0.7 |
1665 | 2025-01-07T04:27:47.914Z | Downloaded fancy-regex v0.13.0 |
1666 | 2025-01-07T04:27:47.918Z | Downloaded trybuild v1.0.101 |
1667 | 2025-01-07T04:27:47.921Z | Downloaded yansi v1.0.1 |
1668 | 2025-01-07T04:27:47.924Z | Downloaded pretty_assertions v1.4.1 |
1669 | 2025-01-07T04:27:47.926Z | Downloaded plotters v0.3.7 |
1670 | 2025-01-07T04:27:47.934Z | Downloaded rstest_macros v0.23.0 |
1671 | 2025-01-07T04:27:47.939Z | Downloaded guppy v0.17.8 |
1672 | 2025-01-07T04:27:47.943Z | Downloaded libtest-mimic v0.7.3 |
1673 | 2025-01-07T04:27:47.946Z | Downloaded event-listener v5.3.1 |
1674 | 2025-01-07T04:27:47.950Z | Downloaded rstest v0.23.0 |
1675 | 2025-01-07T04:27:47.953Z | Downloaded async-std v1.13.0 |
1676 | 2025-01-07T04:27:48.037Z | Downloaded httpmock v0.8.0-alpha.1 |
1677 | 2025-01-07T04:27:48.813Z | Checking cfg-if v1.0.0 |
1678 | 2025-01-07T04:27:48.899Z | Checking libc v0.2.162 |
1679 | 2025-01-07T04:27:48.913Z | Checking serde v1.0.215 |
1680 | 2025-01-07T04:27:48.935Z | Checking memchr v2.7.4 |
1681 | 2025-01-07T04:27:48.955Z | Checking value-bag v1.9.0 |
1682 | 2025-01-07T04:27:48.980Z | Checking scopeguard v1.2.0 |
1683 | 2025-01-07T04:27:49.002Z | Checking zeroize v1.8.1 |
1684 | 2025-01-07T04:27:49.028Z | Checking smallvec v1.13.2 |
1685 | 2025-01-07T04:27:49.056Z | Checking itoa v1.0.11 |
1686 | 2025-01-07T04:27:49.123Z | Checking lock_api v0.4.12 |
1687 | 2025-01-07T04:27:49.244Z | Checking byteorder v1.5.0 |
1688 | 2025-01-07T04:27:49.273Z | Checking pin-project-lite v0.2.14 |
1689 | 2025-01-07T04:27:49.373Z | Checking log v0.4.22 |
1690 | 2025-01-07T04:27:49.401Z | Checking subtle v2.6.1 |
1691 | 2025-01-07T04:27:49.428Z | Checking once_cell v1.20.2 |
1692 | 2025-01-07T04:27:49.527Z | Checking typenum v1.17.0 |
1693 | 2025-01-07T04:27:49.670Z | Checking futures-core v0.3.31 |
1694 | 2025-01-07T04:27:49.698Z | Checking libm v0.2.8 |
1695 | 2025-01-07T04:27:49.723Z | Checking thiserror v1.0.69 |
1696 | 2025-01-07T04:27:49.752Z | Checking zerocopy v0.7.35 |
1697 | 2025-01-07T04:27:49.864Z | Checking ryu v1.0.18 |
1698 | 2025-01-07T04:27:49.898Z | Checking spin v0.9.8 |
1699 | 2025-01-07T04:27:49.927Z | Checking const-oid v0.9.6 |
1700 | 2025-01-07T04:27:49.967Z | Checking getrandom v0.2.15 |
1701 | 2025-01-07T04:27:50.082Z | Checking parking_lot_core v0.9.10 |
1702 | 2025-01-07T04:27:50.188Z | Checking rand_core v0.6.4 |
1703 | 2025-01-07T04:27:50.266Z | Checking signal-hook-registry v1.4.2 |
1704 | 2025-01-07T04:27:50.407Z | Checking parking_lot v0.12.3 |
1705 | 2025-01-07T04:27:50.488Z | Checking mio v1.0.2 |
1706 | 2025-01-07T04:27:50.512Z | Checking socket2 v0.5.7 |
1707 | 2025-01-07T04:27:50.596Z | Checking num-traits v0.2.19 |
1708 | 2025-01-07T04:27:50.794Z | Checking futures-io v0.3.31 |
1709 | 2025-01-07T04:27:50.897Z | Checking generic-array v0.14.7 |
1710 | 2025-01-07T04:27:50.982Z | Checking slab v0.4.9 |
1711 | 2025-01-07T04:27:51.034Z | Checking cpufeatures v0.2.14 |
1712 | 2025-01-07T04:27:51.141Z | Checking allocator-api2 v0.2.18 |
1713 | 2025-01-07T04:27:51.173Z | Checking futures-sink v0.3.31 |
1714 | 2025-01-07T04:27:51.241Z | Checking pin-utils v0.1.0 |
1715 | 2025-01-07T04:27:51.271Z | Checking foldhash v0.1.3 |
1716 | 2025-01-07T04:27:51.332Z | Checking equivalent v1.0.1 |
1717 | 2025-01-07T04:27:51.360Z | Checking futures-channel v0.3.31 |
1718 | 2025-01-07T04:27:51.460Z | Checking futures-task v0.3.31 |
1719 | 2025-01-07T04:27:51.496Z | Checking stable_deref_trait v1.2.0 |
1720 | 2025-01-07T04:27:51.615Z | Checking iana-time-zone v0.1.61 |
1721 | 2025-01-07T04:27:51.716Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1722 | 2025-01-07T04:27:51.719Z | Checking futures-util v0.3.31 |
1723 | 2025-01-07T04:27:51.774Z | Checking fnv v1.0.7 |
1724 | 2025-01-07T04:27:51.776Z | Checking hashbrown v0.15.1 |
1725 | 2025-01-07T04:27:51.829Z | Checking ppv-lite86 v0.2.20 |
1726 | 2025-01-07T04:27:51.928Z | Checking tracing-core v0.1.32 |
1727 | 2025-01-07T04:27:52.049Z | Checking errno v0.3.9 |
1728 | 2025-01-07T04:27:52.081Z | Checking crypto-common v0.1.6 |
1729 | 2025-01-07T04:27:52.225Z | Checking block-buffer v0.10.4 |
1730 | 2025-01-07T04:27:52.276Z | Checking zerofrom v0.1.4 |
1731 | 2025-01-07T04:27:52.305Z | Checking dyn-clone v1.0.17 |
1732 | 2025-01-07T04:27:52.441Z | Checking digest v0.10.7 |
1733 | 2025-01-07T04:27:52.467Z | Checking block-padding v0.3.3 |
1734 | 2025-01-07T04:27:52.492Z | Checking yoke v0.7.4 |
1735 | 2025-01-07T04:27:52.556Z | Checking rand_chacha v0.3.1 |
1736 | 2025-01-07T04:27:52.592Z | Checking tracing v0.1.40 |
1737 | 2025-01-07T04:27:52.673Z | Checking inout v0.1.3 |
1738 | 2025-01-07T04:27:52.823Z | Checking crossbeam-utils v0.8.20 |
1739 | 2025-01-07T04:27:52.853Z | Checking zerovec v0.10.4 |
1740 | 2025-01-07T04:27:52.907Z | Checking percent-encoding v2.3.1 |
1741 | 2025-01-07T04:27:52.933Z | Checking cipher v0.4.4 |
1742 | 2025-01-07T04:27:52.936Z | Checking writeable v0.5.5 |
1743 | 2025-01-07T04:27:52.975Z | Checking rand v0.8.5 |
1744 | 2025-01-07T04:27:53.120Z | Checking litemap v0.7.3 |
1745 | 2025-01-07T04:27:53.253Z | Checking tinyvec_macros v0.1.1 |
1746 | 2025-01-07T04:27:53.354Z | Checking tinyvec v1.8.0 |
1747 | 2025-01-07T04:27:53.378Z | Checking form_urlencoded v1.2.1 |
1748 | 2025-01-07T04:27:53.471Z | Checking httparse v1.9.5 |
1749 | 2025-01-07T04:27:53.498Z | Checking regex-syntax v0.8.5 |
1750 | 2025-01-07T04:27:53.564Z | Checking atomic-waker v1.1.2 |
1751 | 2025-01-07T04:27:53.703Z | Checking icu_locid_transform_data v1.5.0 |
1752 | 2025-01-07T04:27:53.814Z | Checking base64ct v1.6.0 |
1753 | 2025-01-07T04:27:53.906Z | Checking bytes v1.8.0 |
1754 | 2025-01-07T04:27:53.909Z | Checking bitflags v2.6.0 |
1755 | 2025-01-07T04:27:54.214Z | Checking serde_json v1.0.133 |
1756 | 2025-01-07T04:27:54.252Z | Checking indexmap v2.6.0 |
1757 | 2025-01-07T04:27:54.301Z | Checking chrono v0.4.38 |
1758 | 2025-01-07T04:27:54.495Z | Checking uuid v1.11.0 |
1759 | 2025-01-07T04:27:54.662Z | Checking rustix v0.38.37 |
1760 | 2025-01-07T04:27:54.732Z | Checking tokio v1.40.0 |
1761 | 2025-01-07T04:27:55.080Z | Checking http v1.1.0 |
1762 | 2025-01-07T04:27:55.588Z | Checking tinystr v0.7.6 |
1763 | 2025-01-07T04:27:55.967Z | Checking icu_locid v1.5.0 |
1764 | 2025-01-07T04:27:55.993Z | Checking unicode-normalization v0.1.24 |
1765 | 2025-01-07T04:27:56.373Z | Checking schemars v0.8.21 |
1766 | 2025-01-07T04:27:56.464Z | Checking icu_collections v1.5.0 |
1767 | 2025-01-07T04:27:56.818Z | Checking sha2 v0.10.8 |
1768 | 2025-01-07T04:27:56.845Z | Checking hmac v0.12.1 |
1769 | 2025-01-07T04:27:57.109Z | Checking untrusted v0.9.0 |
1770 | 2025-01-07T04:27:57.121Z | Checking icu_provider v1.5.0 |
1771 | 2025-01-07T04:27:57.121Z | Checking icu_properties_data v1.5.0 |
1772 | 2025-01-07T04:27:57.121Z | Checking ring v0.17.8 |
1773 | 2025-01-07T04:27:57.175Z | Checking aho-corasick v1.1.3 |
1774 | 2025-01-07T04:27:57.335Z | Checking unicode-bidi v0.3.17 |
1775 | 2025-01-07T04:27:57.361Z | Checking utf16_iter v1.0.5 |
1776 | 2025-01-07T04:27:57.535Z | Checking write16 v1.0.0 |
1777 | 2025-01-07T04:27:57.597Z | Checking icu_locid_transform v1.5.0 |
1778 | 2025-01-07T04:27:57.666Z | Checking unicode-ident v1.0.13 |
1779 | 2025-01-07T04:27:57.848Z | Checking utf8_iter v1.0.4 |
1780 | 2025-01-07T04:27:57.966Z | Checking icu_normalizer_data v1.5.0 |
1781 | 2025-01-07T04:27:57.993Z | Checking lazy_static v1.5.0 |
1782 | 2025-01-07T04:27:58.053Z | Checking powerfmt v0.2.0 |
1783 | 2025-01-07T04:27:58.080Z | Checking adler2 v2.0.0 |
1784 | 2025-01-07T04:27:58.114Z | Checking rustls-pki-types v1.10.0 |
1785 | 2025-01-07T04:27:58.208Z | Checking num-conv v0.1.0 |
1786 | 2025-01-07T04:27:58.236Z | Checking miniz_oxide v0.8.0 |
1787 | 2025-01-07T04:27:58.315Z | Checking deranged v0.3.11 |
1788 | 2025-01-07T04:27:58.474Z | Checking num_threads v0.1.7 |
1789 | 2025-01-07T04:27:58.555Z | Checking icu_properties v1.5.1 |
1790 | 2025-01-07T04:27:58.598Z | Checking time-core v0.1.2 |
1791 | 2025-01-07T04:27:58.706Z | Checking proc-macro2 v1.0.89 |
1792 | 2025-01-07T04:27:58.761Z | Checking pem-rfc7468 v0.7.0 |
1793 | 2025-01-07T04:27:58.861Z | Checking regex-automata v0.4.8 |
1794 | 2025-01-07T04:27:58.905Z | Checking http-body v1.0.1 |
1795 | 2025-01-07T04:27:58.974Z | Checking aws-lc-sys v0.22.0 |
1796 | 2025-01-07T04:27:59.030Z | Checking untrusted v0.7.1 |
1797 | 2025-01-07T04:27:59.119Z | Checking base64 v0.22.1 |
1798 | 2025-01-07T04:27:59.198Z | Checking try-lock v0.2.5 |
1799 | 2025-01-07T04:27:59.339Z | Checking mirai-annotations v1.12.0 |
1800 | 2025-01-07T04:27:59.398Z | Checking quote v1.0.37 |
1801 | 2025-01-07T04:27:59.518Z | Checking httpdate v1.0.3 |
1802 | 2025-01-07T04:27:59.605Z | Checking want v0.3.1 |
1803 | 2025-01-07T04:27:59.734Z | Checking syn v2.0.87 |
1804 | 2025-01-07T04:27:59.761Z | Checking flagset v0.4.6 |
1805 | 2025-01-07T04:27:59.806Z | Checking pbkdf2 v0.12.2 |
1806 | 2025-01-07T04:27:59.955Z | Checking der v0.7.9 |
1807 | 2025-01-07T04:27:59.987Z | Checking aes v0.8.4 |
1808 | 2025-01-07T04:28:00.115Z | Checking time v0.3.36 |
1809 | 2025-01-07T04:28:00.948Z | Checking salsa20 v0.10.2 |
1810 | 2025-01-07T04:28:01.179Z | Checking cbc v0.1.2 |
1811 | 2025-01-07T04:28:01.398Z | Checking ahash v0.8.11 |
1812 | 2025-01-07T04:28:01.539Z | Checking aws-lc-rs v1.10.0 |
1813 | 2025-01-07T04:28:01.843Z | Checking icu_normalizer v1.5.0 |
1814 | 2025-01-07T04:28:01.871Z | Checking spki v0.7.3 |
1815 | 2025-01-07T04:28:01.984Z | Checking slog v2.7.0 |
1816 | 2025-01-07T04:28:02.151Z | Checking tower-service v0.3.3 |
1817 | 2025-01-07T04:28:02.182Z | Checking tokio-util v0.7.12 |
1818 | 2025-01-07T04:28:02.290Z | Checking scrypt v0.11.0 |
1819 | 2025-01-07T04:28:02.481Z | Checking mime v0.3.17 |
1820 | 2025-01-07T04:28:02.516Z | Checking gimli v0.31.1 |
1821 | 2025-01-07T04:28:02.678Z | Checking idna_adapter v1.2.0 |
1822 | 2025-01-07T04:28:02.716Z | Checking pkcs5 v0.7.1 |
1823 | 2025-01-07T04:28:02.785Z | Checking object v0.36.5 |
1824 | 2025-01-07T04:28:02.872Z | Checking idna v1.0.3 |
1825 | 2025-01-07T04:28:03.111Z | Checking h2 v0.4.6 |
1826 | 2025-01-07T04:28:03.232Z | Checking rustc-demangle v0.1.24 |
1827 | 2025-01-07T04:28:03.282Z | Checking rustls-webpki v0.102.8 |
1828 | 2025-01-07T04:28:03.349Z | Checking url v2.5.3 |
1829 | 2025-01-07T04:28:03.616Z | Checking utf8parse v0.2.2 |
1830 | 2025-01-07T04:28:03.666Z | Checking regex v1.11.1 |
1831 | 2025-01-07T04:28:03.775Z | Checking pkcs8 v0.10.2 |
1832 | 2025-01-07T04:28:04.091Z | Checking http-body-util v0.1.2 |
1833 | 2025-01-07T04:28:04.116Z | Checking futures-executor v0.3.31 |
1834 | 2025-01-07T04:28:04.209Z | Checking serde_spanned v0.6.8 |
1835 | 2025-01-07T04:28:04.279Z | Checking toml_datetime v0.6.8 |
1836 | 2025-01-07T04:28:04.339Z | Checking unicode-width v0.1.14 |
1837 | 2025-01-07T04:28:04.413Z | Checking data-encoding v2.6.0 |
1838 | 2025-01-07T04:28:04.558Z | Checking ipnet v2.10.1 |
1839 | 2025-01-07T04:28:04.585Z | Checking futures v0.3.31 |
1840 | 2025-01-07T04:28:04.713Z | Checking rustls-pemfile v2.2.0 |
1841 | 2025-01-07T04:28:04.833Z | Checking foreign-types-shared v0.1.1 |
1842 | 2025-01-07T04:28:04.939Z | Checking anstyle v1.0.10 |
1843 | 2025-01-07T04:28:04.965Z | Checking openssl-probe v0.1.5 |
1844 | 2025-01-07T04:28:05.010Z | Checking either v1.13.0 |
1845 | 2025-01-07T04:28:05.104Z | Checking foreign-types v0.3.2 |
1846 | 2025-01-07T04:28:05.131Z | Checking serde_urlencoded v0.7.1 |
1847 | 2025-01-07T04:28:05.207Z | Checking semver v1.0.23 |
1848 | 2025-01-07T04:28:05.283Z | Checking sha1 v0.10.6 |
1849 | 2025-01-07T04:28:05.393Z | Checking openssl-sys v0.9.103 |
1850 | 2025-01-07T04:28:05.545Z | Checking encoding_rs v0.8.34 |
1851 | 2025-01-07T04:28:05.577Z | Checking rustls v0.23.19 |
1852 | 2025-01-07T04:28:05.614Z | Checking anstyle-parse v0.2.5 |
1853 | 2025-01-07T04:28:05.912Z | Checking camino v1.1.9 |
1854 | 2025-01-07T04:28:06.199Z | Checking is_terminal_polyfill v1.70.1 |
1855 | 2025-01-07T04:28:06.324Z | Checking anstyle-query v1.1.1 |
1856 | 2025-01-07T04:28:06.453Z | Checking winnow v0.6.20 |
1857 | 2025-01-07T04:28:06.499Z | Checking colorchoice v1.0.2 |
1858 | 2025-01-07T04:28:06.592Z | Checking addr2line v0.24.2 |
1859 | 2025-01-07T04:28:06.647Z | Checking anstream v0.6.15 |
1860 | 2025-01-07T04:28:06.649Z | Checking openssl v0.10.66 |
1861 | 2025-01-07T04:28:07.040Z | Checking terminal_size v0.4.0 |
1862 | 2025-01-07T04:28:07.134Z | Checking idna v0.3.0 |
1863 | 2025-01-07T04:28:07.227Z | Checking openapiv3 v2.0.0 |
1864 | 2025-01-07T04:28:07.855Z | Checking signature v2.2.0 |
1865 | 2025-01-07T04:28:08.020Z | Checking psl-types v2.0.11 |
1866 | 2025-01-07T04:28:08.069Z | Checking clap_lex v0.7.2 |
1867 | 2025-01-07T04:28:08.207Z | Checking strsim v0.11.1 |
1868 | 2025-01-07T04:28:08.323Z | Checking publicsuffix v2.2.3 |
1869 | 2025-01-07T04:28:08.497Z | Checking clap_builder v4.5.21 |
1870 | 2025-01-07T04:28:08.579Z | Checking cookie v0.18.1 |
1871 | 2025-01-07T04:28:09.032Z | Checking webpki-roots v0.26.6 |
1872 | 2025-01-07T04:28:09.156Z | Checking hyper v1.5.0 |
1873 | 2025-01-07T04:28:09.187Z | Checking backtrace v0.3.74 |
1874 | 2025-01-07T04:28:09.244Z | Checking idna v0.5.0 |
1875 | 2025-01-07T04:28:09.348Z | Checking is-terminal v0.4.13 |
1876 | 2025-01-07T04:28:09.472Z | Checking scroll v0.12.0 |
1877 | 2025-01-07T04:28:09.767Z | Checking anyhow v1.0.95 |
1878 | 2025-01-07T04:28:09.934Z | Checking ucd-trie v0.1.7 |
1879 | 2025-01-07T04:28:10.099Z | Checking plain v0.2.3 |
1880 | 2025-01-07T04:28:10.148Z | Checking pest v2.7.14 |
1881 | 2025-01-07T04:28:10.151Z | Checking cookie_store v0.21.0 |
1882 | 2025-01-07T04:28:10.251Z | Checking goblin v0.8.2 |
1883 | 2025-01-07T04:28:10.777Z | Checking sync_wrapper v1.0.1 |
1884 | 2025-01-07T04:28:10.912Z | Checking base16ct v0.2.0 |
1885 | 2025-01-07T04:28:10.938Z | Checking pretty-hex v0.4.1 |
1886 | 2025-01-07T04:28:11.114Z | Checking sec1 v0.7.3 |
1887 | 2025-01-07T04:28:11.140Z | Checking num-integer v0.1.46 |
1888 | 2025-01-07T04:28:11.166Z | Checking tokio-rustls v0.26.0 |
1889 | 2025-01-07T04:28:11.282Z | Checking hyper-util v0.1.10 |
1890 | 2025-01-07T04:28:11.485Z | Checking ff v0.13.0 |
1891 | 2025-01-07T04:28:11.534Z | Checking clap v4.5.21 |
1892 | 2025-01-07T04:28:11.564Z | Checking thread-id v4.2.2 |
1893 | 2025-01-07T04:28:11.635Z | Checking toml_edit v0.22.22 |
1894 | 2025-01-07T04:28:11.661Z | Checking hkdf v0.12.4 |
1895 | 2025-01-07T04:28:11.685Z | Checking crypto-bigint v0.5.5 |
1896 | 2025-01-07T04:28:11.716Z | Checking group v0.13.0 |
1897 | 2025-01-07T04:28:11.870Z | Checking dirs-sys-next v0.1.2 |
1898 | 2025-01-07T04:28:11.975Z | Checking memmap v0.7.0 |
1899 | 2025-01-07T04:28:12.058Z | Checking crc32fast v1.4.2 |
1900 | 2025-01-07T04:28:12.086Z | Checking native-tls v0.2.12 |
1901 | 2025-01-07T04:28:12.186Z | Checking static_assertions v1.1.0 |
1902 | 2025-01-07T04:28:12.288Z | Checking bitflags v1.3.2 |
1903 | 2025-01-07T04:28:12.313Z | Checking utf-8 v0.7.6 |
1904 | 2025-01-07T04:28:12.401Z | Checking dirs-next v2.0.0 |
1905 | 2025-01-07T04:28:12.404Z | Checking tokio-native-tls v0.3.1 |
1906 | 2025-01-07T04:28:12.519Z | Checking crossbeam-channel v0.5.13 |
1907 | 2025-01-07T04:28:12.545Z | Checking thread_local v1.1.8 |
1908 | 2025-01-07T04:28:12.637Z | Checking dtrace-parser v0.2.0 |
1909 | 2025-01-07T04:28:12.682Z | Checking unicode-segmentation v1.12.0 |
1910 | 2025-01-07T04:28:12.820Z | Checking term v0.7.0 |
1911 | 2025-01-07T04:28:13.115Z | Checking num-iter v0.1.45 |
1912 | 2025-01-07T04:28:13.263Z | Checking crossbeam-epoch v0.9.18 |
1913 | 2025-01-07T04:28:13.266Z | Checking hyper-tls v0.6.0 |
1914 | 2025-01-07T04:28:13.266Z | Checking hyper-rustls v0.27.3 |
1915 | 2025-01-07T04:28:13.328Z | Checking match_cfg v0.1.0 |
1916 | 2025-01-07T04:28:13.385Z | Checking take_mut v0.2.2 |
1917 | 2025-01-07T04:28:13.426Z | Checking hostname v0.3.1 |
1918 | 2025-01-07T04:28:13.539Z | Checking slog-async v2.8.0 |
1919 | 2025-01-07T04:28:13.575Z | Checking slog-term v2.9.1 |
1920 | 2025-01-07T04:28:13.577Z | Checking itertools v0.10.5 |
1921 | 2025-01-07T04:28:13.634Z | Checking reqwest v0.12.9 |
1922 | 2025-01-07T04:28:13.697Z | Checking bstr v1.10.0 |
1923 | 2025-01-07T04:28:13.829Z | Checking rfc6979 v0.4.0 |
1924 | 2025-01-07T04:28:14.019Z | Checking hex v0.4.3 |
1925 | 2025-01-07T04:28:14.094Z | Checking managed v0.8.0 |
1926 | 2025-01-07T04:28:14.274Z | Checking toml v0.8.19 |
1927 | 2025-01-07T04:28:14.471Z | Checking winnow v0.5.40 |
1928 | 2025-01-07T04:28:14.500Z | Checking elliptic-curve v0.13.8 |
1929 | 2025-01-07T04:28:14.534Z | Checking crossbeam-deque v0.8.5 |
1930 | 2025-01-07T04:28:14.640Z | Checking num-bigint-dig v0.8.4 |
1931 | 2025-01-07T04:28:14.848Z | Checking flate2 v1.0.34 |
1932 | 2025-01-07T04:28:15.055Z | Checking pkcs1 v0.7.5 |
1933 | 2025-01-07T04:28:15.100Z | Checking dof v0.3.0 |
1934 | 2025-01-07T04:28:15.164Z | Checking ecdsa v0.16.9 |
1935 | 2025-01-07T04:28:15.468Z | Checking rustls v0.22.4 |
1936 | 2025-01-07T04:28:15.497Z | Checking curve25519-dalek v4.1.3 |
1937 | 2025-01-07T04:28:15.524Z | Checking zerocopy v0.6.6 |
1938 | 2025-01-07T04:28:15.699Z | Checking usdt-impl v0.5.0 |
1939 | 2025-01-07T04:28:15.836Z | Checking siphasher v0.3.11 |
1940 | 2025-01-07T04:28:15.908Z | Checking rayon-core v1.12.1 |
1941 | 2025-01-07T04:28:16.157Z | Checking ed25519 v2.2.3 |
1942 | 2025-01-07T04:28:16.258Z | Checking usdt v0.5.0 |
1943 | 2025-01-07T04:28:16.304Z | Checking slog-json v2.6.1 |
1944 | 2025-01-07T04:28:16.462Z | Checking signal-hook v0.3.17 |
1945 | 2025-01-07T04:28:16.524Z | Checking quick-error v1.2.3 |
1946 | 2025-01-07T04:28:16.569Z | Checking debug-ignore v1.0.5 |
1947 | 2025-01-07T04:28:16.601Z | Checking slog-bunyan v2.5.0 |
1948 | 2025-01-07T04:28:16.663Z | Checking multer v3.1.0 |
1949 | 2025-01-07T04:28:16.711Z | Checking x509-cert v0.2.5 |
1950 | 2025-01-07T04:28:16.762Z | Checking idna v0.4.0 |
1951 | 2025-01-07T04:28:16.792Z | Checking rsa v0.9.6 |
1952 | 2025-01-07T04:28:16.838Z | Checking serde_path_to_error v0.1.16 |
1953 | 2025-01-07T04:28:17.074Z | Checking hubpack v0.1.2 |
1954 | 2025-01-07T04:28:17.393Z | Checking waitgroup v0.1.2 |
1955 | 2025-01-07T04:28:17.418Z | Checking bzip2-sys v0.1.11+1.0.8 |
1956 | 2025-01-07T04:28:17.456Z | Checking ed25519-dalek v2.1.1 |
1957 | 2025-01-07T04:28:17.469Z | Checking toml_edit v0.19.15 |
1958 | 2025-01-07T04:28:17.531Z | Checking async-stream v0.3.6 |
1959 | 2025-01-07T04:28:17.558Z | Checking hostname v0.4.0 |
1960 | 2025-01-07T04:28:17.609Z | Checking bit-vec v0.6.3 |
1961 | 2025-01-07T04:28:17.707Z | Checking hickory-proto v0.24.1 |
1962 | 2025-01-07T04:28:17.735Z | Checking bzip2 v0.4.4 |
1963 | 2025-01-07T04:28:17.836Z | Checking signal-hook-mio v0.2.4 |
1964 | 2025-01-07T04:28:17.867Z | Checking console v0.15.8 |
1965 | 2025-01-07T04:28:17.964Z | Checking bit-set v0.5.3 |
1966 | 2025-01-07T04:28:17.990Z | Checking hash32 v0.2.1 |
1967 | 2025-01-07T04:28:18.018Z | Checking unicode-properties v0.1.3 |
1968 | 2025-01-07T04:28:18.217Z | Checking predicates-core v1.0.8 |
1969 | 2025-01-07T04:28:18.297Z | Checking linked-hash-map v0.5.6 |
1970 | 2025-01-07T04:28:18.324Z | Checking heapless v0.7.17 |
1971 | 2025-01-07T04:28:18.386Z | Checking stringprep v0.1.5 |
1972 | 2025-01-07T04:28:18.414Z | Checking crossterm v0.28.1 |
1973 | 2025-01-07T04:28:18.417Z | Checking rayon v1.10.0 |
1974 | 2025-01-07T04:28:18.611Z | Checking lru-cache v0.1.2 |
1975 | 2025-01-07T04:28:18.663Z | Checking phf_shared v0.11.2 |
1976 | 2025-01-07T04:28:18.797Z | Checking similar v2.6.0 |
1977 | 2025-01-07T04:28:18.961Z | Checking tokio-stream v0.1.16 |
1978 | 2025-01-07T04:28:19.116Z | Checking tokio-rustls v0.25.0 |
1979 | 2025-01-07T04:28:19.387Z | Checking newtype-uuid v1.1.3 |
1980 | 2025-01-07T04:28:19.521Z | Checking dropshot v0.12.0 |
1981 | 2025-01-07T04:28:19.627Z | Checking md-5 v0.10.6 |
1982 | 2025-01-07T04:28:19.653Z | Checking float-cmp v0.9.0 |
1983 | 2025-01-07T04:28:19.839Z | Checking fallible-iterator v0.2.0 |
1984 | 2025-01-07T04:28:19.868Z | Checking normalize-line-endings v0.3.0 |
1985 | 2025-01-07T04:28:19.871Z | Checking fixedbitset v0.4.2 |
1986 | 2025-01-07T04:28:19.950Z | Checking toml v0.7.8 |
1987 | 2025-01-07T04:28:20.012Z | Checking difflib v0.4.0 |
1988 | 2025-01-07T04:28:20.131Z | Checking petgraph v0.6.5 |
1989 | 2025-01-07T04:28:20.279Z | Checking smoltcp v0.9.1 |
1990 | 2025-01-07T04:28:20.321Z | Checking predicates v3.1.2 |
1991 | 2025-01-07T04:28:20.474Z | Checking postgres-protocol v0.6.7 |
1992 | 2025-01-07T04:28:20.671Z | Checking phf v0.11.2 |
1993 | 2025-01-07T04:28:20.964Z | Checking zip v0.6.6 |
1994 | 2025-01-07T04:28:21.020Z | Checking resolv-conf v0.7.0 |
1995 | 2025-01-07T04:28:21.170Z | Checking phf_shared v0.10.0 |
1996 | 2025-01-07T04:28:21.380Z | Checking tungstenite v0.24.0 |
1997 | 2025-01-07T04:28:21.462Z | Checking fs-err v2.11.0 |
1998 | 2025-01-07T04:28:21.641Z | Checking serde-big-array v0.5.1 |
1999 | 2025-01-07T04:28:21.853Z | Checking portable-atomic v1.9.0 |
2000 | 2025-01-07T04:28:21.877Z | Checking new_debug_unreachable v1.0.6 |
2001 | 2025-01-07T04:28:21.973Z | Checking minimal-lexical v0.2.1 |
2002 | 2025-01-07T04:28:22.012Z | Checking number_prefix v0.4.0 |
2003 | 2025-01-07T04:28:22.208Z | Checking unicode-width v0.2.0 |
2004 | 2025-01-07T04:28:22.282Z | Checking lalrpop-util v0.19.12 |
2005 | 2025-01-07T04:28:22.320Z | Checking precomputed-hash v0.1.1 |
2006 | 2025-01-07T04:28:22.363Z | Checking nom v7.1.3 |
2007 | 2025-01-07T04:28:22.403Z | Checking hickory-resolver v0.24.1 |
2008 | 2025-01-07T04:28:22.438Z | Checking string_cache v0.8.7 |
2009 | 2025-01-07T04:28:22.566Z | Checking tokio-tungstenite v0.24.0 |
2010 | 2025-01-07T04:28:22.671Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2011 | 2025-01-07T04:28:22.735Z | Checking postgres-types v0.2.8 |
2012 | 2025-01-07T04:28:22.910Z | Checking indicatif v0.17.9 |
2013 | 2025-01-07T04:28:23.033Z | Checking itertools v0.12.1 |
2014 | 2025-01-07T04:28:23.213Z | Checking whoami v1.5.2 |
2015 | 2025-01-07T04:28:23.489Z | Checking peg-runtime v0.8.3 |
2016 | 2025-01-07T04:28:23.520Z | Checking tokio-postgres v0.7.12 |
2017 | 2025-01-07T04:28:23.636Z | Compiling hashbrown v0.14.5 |
2018 | 2025-01-07T04:28:23.664Z | Compiling ident_case v1.0.1 |
2019 | 2025-01-07T04:28:23.720Z | Compiling unsafe-libyaml v0.2.11 |
2020 | 2025-01-07T04:28:23.849Z | Compiling darling_core v0.20.10 |
2021 | 2025-01-07T04:28:23.979Z | Checking qorb v0.2.1 |
2022 | 2025-01-07T04:28:25.013Z | Compiling regress v0.10.1 |
2023 | 2025-01-07T04:28:25.295Z | Compiling serde_yaml v0.9.34+deprecated |
2024 | 2025-01-07T04:28:25.719Z | Checking heck v0.5.0 |
2025 | 2025-01-07T04:28:25.939Z | Checking progenitor-client v0.8.0 |
2026 | 2025-01-07T04:28:26.326Z | Checking fastrand v2.1.1 |
2027 | 2025-01-07T04:28:26.589Z | Checking ipnetwork v0.20.0 |
2028 | 2025-01-07T04:28:26.655Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2029 | 2025-01-07T04:28:26.683Z | Compiling structmeta-derive v0.3.0 |
2030 | 2025-01-07T04:28:26.957Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2031 | 2025-01-07T04:28:27.299Z | Checking strum v0.26.3 |
2032 | 2025-01-07T04:28:27.465Z | Compiling dropshot v0.13.0 |
2033 | 2025-01-07T04:28:27.836Z | Checking macaddr v1.0.1 |
2034 | 2025-01-07T04:28:27.944Z | Compiling dropshot_endpoint v0.13.0 |
2035 | 2025-01-07T04:28:28.149Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2036 | 2025-01-07T04:28:28.188Z | Checking tempfile v3.13.0 |
2037 | 2025-01-07T04:28:28.590Z | Checking instant v0.1.13 |
2038 | 2025-01-07T04:28:28.721Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2039 | 2025-01-07T04:28:28.944Z | Compiling typify-impl v0.2.0 |
2040 | 2025-01-07T04:28:29.329Z | Checking regress v0.9.1 |
2041 | 2025-01-07T04:28:29.475Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2042 | 2025-01-07T04:28:29.723Z | Compiling structmeta v0.3.0 |
2043 | 2025-01-07T04:28:30.171Z | Compiling parse-display-derive v0.10.0 |
2044 | 2025-01-07T04:28:30.192Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2045 | 2025-01-07T04:28:30.278Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2046 | 2025-01-07T04:28:30.433Z | Checking backoff v0.4.0 |
2047 | 2025-01-07T04:28:30.589Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2048 | 2025-01-07T04:28:30.772Z | Checking wait-timeout v0.2.0 |
2049 | 2025-01-07T04:28:30.798Z | Checking rand_xorshift v0.3.0 |
2050 | 2025-01-07T04:28:30.801Z | Compiling darling_macro v0.20.10 |
2051 | 2025-01-07T04:28:30.962Z | Checking rusty-fork v0.3.0 |
2052 | 2025-01-07T04:28:30.993Z | Checking unarray v0.1.4 |
2053 | 2025-01-07T04:28:31.156Z | Compiling structmeta-derive v0.2.0 |
2054 | 2025-01-07T04:28:31.279Z | Checking proptest v1.5.0 |
2055 | 2025-01-07T04:28:31.765Z | Compiling darling v0.20.10 |
2056 | 2025-01-07T04:28:31.895Z | Compiling serde_with_macros v3.11.0 |
2057 | 2025-01-07T04:28:32.942Z | Checking camino-tempfile v1.1.1 |
2058 | 2025-01-07T04:28:32.969Z | Compiling proc-macro-error v1.0.4 |
2059 | 2025-01-07T04:28:33.235Z | Compiling proc-macro-crate v1.3.1 |
2060 | 2025-01-07T04:28:33.693Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2061 | 2025-01-07T04:28:34.063Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2062 | 2025-01-07T04:28:34.103Z | Compiling structmeta v0.2.0 |
2063 | 2025-01-07T04:28:34.351Z | Compiling num_enum_derive v0.5.11 |
2064 | 2025-01-07T04:28:34.393Z | Compiling foreign-types-macros v0.2.3 |
2065 | 2025-01-07T04:28:34.561Z | Compiling test-strategy v0.3.1 |
2066 | 2025-01-07T04:28:34.778Z | Checking serde_with v3.11.0 |
2067 | 2025-01-07T04:28:34.904Z | Checking parse-display v0.10.0 |
2068 | 2025-01-07T04:28:35.146Z | Checking foreign-types-shared v0.3.1 |
2069 | 2025-01-07T04:28:35.616Z | Checking tabwriter v1.4.0 |
2070 | 2025-01-07T04:28:35.793Z | Checking foreign-types v0.5.0 |
2071 | 2025-01-07T04:28:35.921Z | Checking cstr-argument v0.1.2 |
2072 | 2025-01-07T04:28:35.943Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2073 | 2025-01-07T04:28:35.968Z | Checking pretty-hex v0.2.1 |
2074 | 2025-01-07T04:28:36.099Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2075 | 2025-01-07T04:28:36.136Z | Checking colored v2.1.0 |
2076 | 2025-01-07T04:28:36.419Z | Checking smf v0.2.3 |
2077 | 2025-01-07T04:28:36.449Z | Checking itertools v0.13.0 |
2078 | 2025-01-07T04:28:36.758Z | Checking base64 v0.21.7 |
2079 | 2025-01-07T04:28:36.785Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2080 | 2025-01-07T04:28:36.898Z | Compiling crucible-workspace-hack v0.1.0 |
2081 | 2025-01-07T04:28:36.941Z | Compiling zerocopy v0.8.10 |
2082 | 2025-01-07T04:28:37.120Z | Checking num_enum v0.5.11 |
2083 | 2025-01-07T04:28:37.231Z | Checking atomicwrites v0.4.4 |
2084 | 2025-01-07T04:28:37.272Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2085 | 2025-01-07T04:28:37.445Z | Compiling zerocopy-derive v0.8.10 |
2086 | 2025-01-07T04:28:37.565Z | Checking termtree v0.4.1 |
2087 | 2025-01-07T04:28:37.765Z | Compiling heapless v0.8.0 |
2088 | 2025-01-07T04:28:37.866Z | Checking predicates-tree v1.0.11 |
2089 | 2025-01-07T04:28:38.029Z | Checking hash32 v0.3.1 |
2090 | 2025-01-07T04:28:38.231Z | Compiling smoltcp v0.11.0 |
2091 | 2025-01-07T04:28:38.286Z | Checking cobs v0.2.3 |
2092 | 2025-01-07T04:28:38.485Z | Checking postcard v1.0.10 |
2093 | 2025-01-07T04:28:38.583Z | Checking sigpipe v0.1.3 |
2094 | 2025-01-07T04:28:38.708Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2095 | 2025-01-07T04:28:38.974Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2096 | 2025-01-07T04:28:39.053Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2097 | 2025-01-07T04:28:39.084Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2098 | 2025-01-07T04:28:39.149Z | Compiling thiserror v2.0.3 |
2099 | 2025-01-07T04:28:39.169Z | Compiling mockall_derive v0.13.0 |
2100 | 2025-01-07T04:28:39.400Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2101 | 2025-01-07T04:28:39.469Z | Compiling thiserror-impl v2.0.3 |
2102 | 2025-01-07T04:28:39.705Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2103 | 2025-01-07T04:28:40.098Z | Compiling zone_cfg_derive v0.3.0 |
2104 | 2025-01-07T04:28:40.481Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2105 | 2025-01-07T04:28:41.736Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2106 | 2025-01-07T04:28:41.966Z | Compiling num-derive v0.4.2 |
2107 | 2025-01-07T04:28:42.115Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2108 | 2025-01-07T04:28:42.412Z | Checking downcast v0.11.0 |
2109 | 2025-01-07T04:28:42.610Z | Checking fragile v2.0.0 |
2110 | 2025-01-07T04:28:42.691Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2111 | 2025-01-07T04:28:42.872Z | Checking zone v0.3.0 |
2112 | 2025-01-07T04:28:42.941Z | Compiling convert_case v0.4.0 |
2113 | 2025-01-07T04:28:43.464Z | Checking tungstenite v0.21.0 |
2114 | 2025-01-07T04:28:43.679Z | Checking newline-converter v0.3.0 |
2115 | 2025-01-07T04:28:43.722Z | Checking same-file v1.0.6 |
2116 | 2025-01-07T04:28:43.848Z | Checking expectorate v1.1.0 |
2117 | 2025-01-07T04:28:43.881Z | Compiling derive_more v0.99.18 |
2118 | 2025-01-07T04:28:43.905Z | Checking walkdir v2.5.0 |
2119 | 2025-01-07T04:28:44.009Z | Checking arc-swap v1.7.1 |
2120 | 2025-01-07T04:28:44.272Z | Checking xattr v1.3.1 |
2121 | 2025-01-07T04:28:44.336Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2122 | 2025-01-07T04:28:44.373Z | Checking tokio-tungstenite v0.21.0 |
2123 | 2025-01-07T04:28:44.399Z | Checking filetime v0.2.25 |
2124 | 2025-01-07T04:28:44.426Z | Checking slog-scope v4.4.0 |
2125 | 2025-01-07T04:28:44.617Z | Checking tar v0.4.42 |
2126 | 2025-01-07T04:28:44.643Z | Checking slog-stdlog v4.1.1 |
2127 | 2025-01-07T04:28:44.811Z | Checking num-rational v0.4.2 |
2128 | 2025-01-07T04:28:44.835Z | Checking slog-envlogger v2.2.0 |
2129 | 2025-01-07T04:28:44.902Z | Checking num-complex v0.4.6 |
2130 | 2025-01-07T04:28:45.070Z | Checking float-ord v0.3.2 |
2131 | 2025-01-07T04:28:45.224Z | Checking indent_write v2.2.0 |
2132 | 2025-01-07T04:28:45.441Z | Compiling cancel-safe-futures v0.1.5 |
2133 | 2025-01-07T04:28:45.459Z | Compiling owo-colors v4.1.0 |
2134 | 2025-01-07T04:28:45.508Z | Checking swrite v0.1.0 |
2135 | 2025-01-07T04:28:45.644Z | Checking libsw v3.3.1 |
2136 | 2025-01-07T04:28:45.853Z | Checking num v0.4.3 |
2137 | 2025-01-07T04:28:45.954Z | Checking password-hash v0.5.0 |
2138 | 2025-01-07T04:28:45.961Z | Checking blake2 v0.10.6 |
2139 | 2025-01-07T04:28:46.327Z | Checking linear-map v1.2.0 |
2140 | 2025-01-07T04:28:46.425Z | Checking pem v3.0.4 |
2141 | 2025-01-07T04:28:46.446Z | Checking argon2 v0.5.3 |
2142 | 2025-01-07T04:28:46.666Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2143 | 2025-01-07T04:28:47.006Z | Compiling lzma-sys v0.1.20 |
2144 | 2025-01-07T04:28:47.138Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2145 | 2025-01-07T04:28:47.205Z | Checking headers-core v0.3.0 |
2146 | 2025-01-07T04:28:47.352Z | Compiling heck v0.3.3 |
2147 | 2025-01-07T04:28:47.420Z | Compiling typify-macro v0.2.0 |
2148 | 2025-01-07T04:28:47.476Z | Checking highway v1.2.0 |
2149 | 2025-01-07T04:28:47.657Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2150 | 2025-01-07T04:28:47.772Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2151 | 2025-01-07T04:28:47.821Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2152 | 2025-01-07T04:28:47.886Z | Compiling zone_cfg_derive v0.1.2 |
2153 | 2025-01-07T04:28:48.020Z | Checking headers v0.4.0 |
2154 | 2025-01-07T04:28:48.108Z | Checking mockall v0.13.0 |
2155 | 2025-01-07T04:28:48.120Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2156 | 2025-01-07T04:28:48.323Z | Checking yasna v0.5.2 |
2157 | 2025-01-07T04:28:48.439Z | Checking base64 v0.13.1 |
2158 | 2025-01-07T04:28:48.627Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2159 | 2025-01-07T04:28:48.807Z | Checking ron v0.7.1 |
2160 | 2025-01-07T04:28:49.145Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2161 | 2025-01-07T04:28:49.201Z | Checking rcgen v0.12.1 |
2162 | 2025-01-07T04:28:49.465Z | Checking zone v0.1.8 |
2163 | 2025-01-07T04:28:49.895Z | Checking xz2 v0.1.7 |
2164 | 2025-01-07T04:28:49.976Z | Checking subprocess v0.2.9 |
2165 | 2025-01-07T04:28:50.183Z | Checking humantime v2.1.0 |
2166 | 2025-01-07T04:28:50.207Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2167 | 2025-01-07T04:28:50.489Z | Compiling semver v0.1.20 |
2168 | 2025-01-07T04:28:50.534Z | Checking half v2.4.1 |
2169 | 2025-01-07T04:28:50.911Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2170 | 2025-01-07T04:28:51.079Z | Compiling rustc_version v0.1.7 |
2171 | 2025-01-07T04:28:51.220Z | Checking ciborium-io v0.2.2 |
2172 | 2025-01-07T04:28:51.350Z | Checking ciborium-ll v0.2.2 |
2173 | 2025-01-07T04:28:51.614Z | Compiling newtype_derive v0.1.6 |
2174 | 2025-01-07T04:28:51.670Z | Checking prettyplease v0.2.25 |
2175 | 2025-01-07T04:28:51.722Z | Checking ciborium v0.2.2 |
2176 | 2025-01-07T04:28:51.799Z | Compiling typify v0.2.0 |
2177 | 2025-01-07T04:28:51.917Z | Compiling progenitor-impl v0.8.0 |
2178 | 2025-01-07T04:28:52.075Z | Checking steno v0.4.1 |
2179 | 2025-01-07T04:28:52.261Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2180 | 2025-01-07T04:28:54.019Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2181 | 2025-01-07T04:28:54.421Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2182 | 2025-01-07T04:28:54.839Z | Compiling slog-dtrace v0.3.0 |
2183 | 2025-01-07T04:28:55.336Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2184 | 2025-01-07T04:28:55.722Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2185 | 2025-01-07T04:28:55.795Z | Checking display-error-chain v0.2.2 |
2186 | 2025-01-07T04:28:55.821Z | Checking gethostname v0.5.0 |
2187 | 2025-01-07T04:28:55.893Z | Checking nibble_vec v0.1.0 |
2188 | 2025-01-07T04:28:55.960Z | Compiling blake3 v1.5.4 |
2189 | 2025-01-07T04:28:55.984Z | Checking endian-type v0.1.2 |
2190 | 2025-01-07T04:28:56.105Z | Checking keccak v0.1.5 |
2191 | 2025-01-07T04:28:56.201Z | Checking radix_trie v0.2.1 |
2192 | 2025-01-07T04:28:56.305Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2193 | 2025-01-07T04:28:56.448Z | Checking sha3 v0.10.8 |
2194 | 2025-01-07T04:28:56.614Z | Checking universal-hash v0.5.1 |
2195 | 2025-01-07T04:28:56.810Z | Checking secrecy v0.8.0 |
2196 | 2025-01-07T04:28:56.866Z | Checking opaque-debug v0.3.1 |
2197 | 2025-01-07T04:28:56.955Z | Checking aead v0.5.2 |
2198 | 2025-01-07T04:28:56.983Z | Checking poly1305 v0.8.0 |
2199 | 2025-01-07T04:28:57.023Z | Checking chacha20 v0.9.1 |
2200 | 2025-01-07T04:28:57.472Z | Compiling memmap2 v0.9.5 |
2201 | 2025-01-07T04:28:57.497Z | Compiling constant_time_eq v0.3.1 |
2202 | 2025-01-07T04:28:57.689Z | Compiling arrayref v0.3.9 |
2203 | 2025-01-07T04:28:57.803Z | Compiling arrayvec v0.7.6 |
2204 | 2025-01-07T04:28:57.945Z | Compiling toolchain_find v0.4.0 |
2205 | 2025-01-07T04:28:58.227Z | Compiling thiserror-impl-no-std v2.0.2 |
2206 | 2025-01-07T04:28:58.649Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2207 | 2025-01-07T04:28:58.675Z | Compiling topological-sort v0.2.2 |
2208 | 2025-01-07T04:28:58.908Z | Compiling omicron-zone-package v0.12.0 |
2209 | 2025-01-07T04:28:58.966Z | Compiling rustfmt-wrapper v0.2.1 |
2210 | 2025-01-07T04:28:59.002Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2211 | 2025-01-07T04:28:59.261Z | Checking chacha20poly1305 v0.10.1 |
2212 | 2025-01-07T04:28:59.348Z | Compiling async-recursion v1.1.1 |
2213 | 2025-01-07T04:28:59.470Z | Checking fxhash v0.2.1 |
2214 | 2025-01-07T04:28:59.512Z | Compiling zip v2.1.3 |
2215 | 2025-01-07T04:28:59.534Z | Checking lockfree-object-pool v0.1.6 |
2216 | 2025-01-07T04:28:59.671Z | Checking bumpalo v3.16.0 |
2217 | 2025-01-07T04:28:59.790Z | Checking simd-adler32 v0.3.7 |
2218 | 2025-01-07T04:28:59.872Z | Checking termcolor v1.4.1 |
2219 | 2025-01-07T04:29:00.016Z | Compiling radium v0.7.0 |
2220 | 2025-01-07T04:29:00.163Z | Checking zopfli v0.8.1 |
2221 | 2025-01-07T04:29:00.243Z | Compiling progenitor-macro v0.8.0 |
2222 | 2025-01-07T04:29:00.329Z | Checking maplit v1.0.2 |
2223 | 2025-01-07T04:29:00.450Z | Compiling maybe-uninit v2.0.0 |
2224 | 2025-01-07T04:29:00.549Z | Checking tap v1.0.1 |
2225 | 2025-01-07T04:29:00.780Z | Checking wyz v0.5.1 |
2226 | 2025-01-07T04:29:01.155Z | Checking crc-catalog v2.4.0 |
2227 | 2025-01-07T04:29:01.213Z | Checking home v0.5.9 |
2228 | 2025-01-07T04:29:01.300Z | Compiling packed_struct v0.10.1 |
2229 | 2025-01-07T04:29:01.374Z | Checking funty v2.0.0 |
2230 | 2025-01-07T04:29:01.506Z | Checking crc v3.2.1 |
2231 | 2025-01-07T04:29:01.562Z | Checking thiserror-no-std v2.0.2 |
2232 | 2025-01-07T04:29:01.614Z | Checking vsss-rs v3.3.4 |
2233 | 2025-01-07T04:29:01.866Z | Compiling const_format_proc_macros v0.2.33 |
2234 | 2025-01-07T04:29:01.931Z | Checking kstat-rs v0.2.4 |
2235 | 2025-01-07T04:29:01.945Z | Compiling packed_struct_codegen v0.10.1 |
2236 | 2025-01-07T04:29:02.298Z | Compiling vte_generate_state_changes v0.1.2 |
2237 | 2025-01-07T04:29:02.333Z | Checking bitvec v1.0.1 |
2238 | 2025-01-07T04:29:02.585Z | Compiling indexmap v1.9.3 |
2239 | 2025-01-07T04:29:02.868Z | Compiling libefi-sys v0.1.0 |
2240 | 2025-01-07T04:29:02.946Z | Checking nodrop v0.1.14 |
2241 | 2025-01-07T04:29:03.077Z | Checking array-init v0.0.4 |
2242 | 2025-01-07T04:29:03.180Z | Checking vte v0.11.1 |
2243 | 2025-01-07T04:29:04.022Z | Checking const_format v0.2.33 |
2244 | 2025-01-07T04:29:04.176Z | Checking smallvec v0.6.14 |
2245 | 2025-01-07T04:29:04.476Z | Checking fd-lock v4.0.2 |
2246 | 2025-01-07T04:29:04.573Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2247 | 2025-01-07T04:29:04.612Z | Compiling bitfield-struct v0.6.2 |
2248 | 2025-01-07T04:29:04.692Z | Checking hashbrown v0.12.3 |
2249 | 2025-01-07T04:29:04.773Z | Checking bitfield v0.14.0 |
2250 | 2025-01-07T04:29:04.832Z | Checking strip-ansi-escapes v0.2.0 |
2251 | 2025-01-07T04:29:04.995Z | Checking serde-hex v0.1.0 |
2252 | 2025-01-07T04:29:05.088Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2253 | 2025-01-07T04:29:05.358Z | Checking env_logger v0.10.2 |
2254 | 2025-01-07T04:29:05.461Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2255 | 2025-01-07T04:29:05.802Z | Checking ron v0.8.1 |
2256 | 2025-01-07T04:29:05.835Z | Checking hashbrown v0.13.2 |
2257 | 2025-01-07T04:29:06.028Z | Checking nu-ansi-term v0.50.1 |
2258 | 2025-01-07T04:29:06.090Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2259 | 2025-01-07T04:29:06.444Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2260 | 2025-01-07T04:29:06.565Z | Checking crc-any v2.5.0 |
2261 | 2025-01-07T04:29:06.588Z | Checking reedline v0.35.0 |
2262 | 2025-01-07T04:29:06.701Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2263 | 2025-01-07T04:29:06.900Z | Checking object v0.30.4 |
2264 | 2025-01-07T04:29:07.089Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2265 | 2025-01-07T04:29:07.167Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2266 | 2025-01-07T04:29:07.194Z | Compiling parking_lot_core v0.8.6 |
2267 | 2025-01-07T04:29:07.352Z | Checking path-slash v0.1.5 |
2268 | 2025-01-07T04:29:07.427Z | Compiling phf_generator v0.11.2 |
2269 | 2025-01-07T04:29:07.510Z | Checking bytecount v0.6.8 |
2270 | 2025-01-07T04:29:07.613Z | Checking glob v0.3.1 |
2271 | 2025-01-07T04:29:07.685Z | Checking papergrid v0.11.0 |
2272 | 2025-01-07T04:29:07.942Z | Compiling phf_codegen v0.11.2 |
2273 | 2025-01-07T04:29:08.077Z | Checking parking_lot v0.11.2 |
2274 | 2025-01-07T04:29:08.160Z | Compiling tabled_derive v0.7.0 |
2275 | 2025-01-07T04:29:08.440Z | Compiling parse-zoneinfo v0.3.1 |
2276 | 2025-01-07T04:29:08.843Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2277 | 2025-01-07T04:29:09.073Z | Compiling cfg_aliases v0.1.1 |
2278 | 2025-01-07T04:29:09.181Z | Compiling chrono-tz-build v0.4.0 |
2279 | 2025-01-07T04:29:09.205Z | Compiling nix v0.28.0 |
2280 | 2025-01-07T04:29:09.341Z | Checking sled v0.34.7 |
2281 | 2025-01-07T04:29:10.027Z | Checking hickory-client v0.24.1 |
2282 | 2025-01-07T04:29:10.476Z | Checking hickory-server v0.24.1 |
2283 | 2025-01-07T04:29:10.702Z | Checking tabled v0.15.0 |
2284 | 2025-01-07T04:29:10.702Z | Compiling chrono-tz v0.10.0 |
2285 | 2025-01-07T04:29:10.791Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2286 | 2025-01-07T04:29:11.398Z | Compiling buf-list v1.0.3 |
2287 | 2025-01-07T04:29:12.201Z | Compiling peg-macros v0.8.4 |
2288 | 2025-01-07T04:29:13.111Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2289 | 2025-01-07T04:29:13.188Z | Compiling sqlparser_derive v0.2.2 |
2290 | 2025-01-07T04:29:13.366Z | Checking unicode_categories v0.1.1 |
2291 | 2025-01-07T04:29:13.642Z | Checking sqlformat v0.2.6 |
2292 | 2025-01-07T04:29:14.189Z | Checking sqlparser v0.45.0 |
2293 | 2025-01-07T04:29:14.647Z | Checking bcs v0.1.6 |
2294 | 2025-01-07T04:29:14.712Z | Checking rustyline v14.0.0 |
2295 | 2025-01-07T04:29:15.153Z | Checking primeorder v0.13.6 |
2296 | 2025-01-07T04:29:15.615Z | Checking progenitor v0.8.0 |
2297 | 2025-01-07T04:29:15.900Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2298 | 2025-01-07T04:29:15.947Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2299 | 2025-01-07T04:29:16.344Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2300 | 2025-01-07T04:29:18.155Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2301 | 2025-01-07T04:29:20.130Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2302 | 2025-01-07T04:29:20.977Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2303 | 2025-01-07T04:29:22.596Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2304 | 2025-01-07T04:29:23.643Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2305 | 2025-01-07T04:29:24.187Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2306 | 2025-01-07T04:29:24.256Z | Checking peg v0.8.4 |
2307 | 2025-01-07T04:29:24.376Z | Compiling unicase v2.7.0 |
2308 | 2025-01-07T04:29:24.878Z | Checking nanorand v0.7.0 |
2309 | 2025-01-07T04:29:25.147Z | Checking atty v0.2.14 |
2310 | 2025-01-07T04:29:25.233Z | Checking flume v0.11.1 |
2311 | 2025-01-07T04:29:25.277Z | Compiling salty v0.3.0 |
2312 | 2025-01-07T04:29:25.407Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2313 | 2025-01-07T04:29:25.739Z | Checking p384 v0.13.0 |
2314 | 2025-01-07T04:29:25.772Z | Compiling mime_guess v2.0.5 |
2315 | 2025-01-07T04:29:25.857Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2316 | 2025-01-07T04:29:26.345Z | Checking env_filter v0.1.2 |
2317 | 2025-01-07T04:29:26.523Z | Checking http-range v0.1.5 |
2318 | 2025-01-07T04:29:26.560Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2319 | 2025-01-07T04:29:26.591Z | Checking env_logger v0.11.5 |
2320 | 2025-01-07T04:29:26.849Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2321 | 2025-01-07T04:29:26.910Z | Compiling dsl_auto_type v0.1.2 |
2322 | 2025-01-07T04:29:27.007Z | Checking scheduled-thread-pool v0.2.7 |
2323 | 2025-01-07T04:29:27.186Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2324 | 2025-01-07T04:29:27.208Z | Compiling diesel_table_macro_syntax v0.2.0 |
2325 | 2025-01-07T04:29:27.231Z | Compiling crunchy v0.2.2 |
2326 | 2025-01-07T04:29:27.671Z | Checking r2d2 v0.8.10 |
2327 | 2025-01-07T04:29:27.762Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2328 | 2025-01-07T04:29:27.817Z | Checking hyper-staticfile v0.10.1 |
2329 | 2025-01-07T04:29:27.983Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2330 | 2025-01-07T04:29:28.144Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2331 | 2025-01-07T04:29:28.285Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2332 | 2025-01-07T04:29:28.365Z | Compiling tiny-keccak v2.0.2 |
2333 | 2025-01-07T04:29:28.654Z | Compiling diesel_derives v2.2.3 |
2334 | 2025-01-07T04:29:28.707Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2335 | 2025-01-07T04:29:28.736Z | Compiling pin-project-internal v1.1.6 |
2336 | 2025-01-07T04:29:28.799Z | Compiling ref-cast v1.0.23 |
2337 | 2025-01-07T04:29:29.420Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2338 | 2025-01-07T04:29:29.658Z | Compiling ascii-canvas v3.0.0 |
2339 | 2025-01-07T04:29:29.715Z | Compiling ena v0.14.3 |
2340 | 2025-01-07T04:29:30.154Z | Compiling ref-cast-impl v1.0.23 |
2341 | 2025-01-07T04:29:30.248Z | Compiling regex-syntax v0.6.29 |
2342 | 2025-01-07T04:29:31.782Z | Compiling diff v0.1.13 |
2343 | 2025-01-07T04:29:31.886Z | Checking pin-project v1.1.6 |
2344 | 2025-01-07T04:29:32.079Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2345 | 2025-01-07T04:29:32.126Z | Checking signal-hook-tokio v0.3.1 |
2346 | 2025-01-07T04:29:32.166Z | Compiling snafu-derive v0.8.5 |
2347 | 2025-01-07T04:29:32.306Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2348 | 2025-01-07T04:29:32.622Z | Compiling derive_builder_core v0.20.2 |
2349 | 2025-01-07T04:29:35.117Z | Compiling lalrpop v0.19.12 |
2350 | 2025-01-07T04:29:36.339Z | Checking globset v0.4.15 |
2351 | 2025-01-07T04:29:36.413Z | Checking olpc-cjson v0.1.4 |
2352 | 2025-01-07T04:29:36.651Z | Checking serde_plain v1.0.2 |
2353 | 2025-01-07T04:29:36.873Z | Compiling libxml v0.3.3 |
2354 | 2025-01-07T04:29:36.897Z | Compiling memoffset v0.9.1 |
2355 | 2025-01-07T04:29:37.191Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2356 | 2025-01-07T04:29:37.215Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2357 | 2025-01-07T04:29:37.833Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2358 | 2025-01-07T04:29:41.040Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2359 | 2025-01-07T04:29:41.566Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2360 | 2025-01-07T04:29:42.444Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2361 | 2025-01-07T04:29:42.541Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2362 | 2025-01-07T04:29:43.335Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2363 | 2025-01-07T04:29:43.886Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2364 | 2025-01-07T04:29:43.910Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2365 | 2025-01-07T04:29:44.369Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2366 | 2025-01-07T04:29:44.694Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2367 | 2025-01-07T04:29:44.867Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2368 | 2025-01-07T04:29:44.871Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2369 | 2025-01-07T04:29:45.179Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2370 | 2025-01-07T04:29:45.468Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2371 | 2025-01-07T04:29:45.529Z | Checking diesel v2.2.6 |
2372 | 2025-01-07T04:29:45.790Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2373 | 2025-01-07T04:29:46.268Z | Checking snafu v0.8.5 |
2374 | 2025-01-07T04:29:46.460Z | Checking typed-path v0.9.3 |
2375 | 2025-01-07T04:29:48.391Z | Checking tough v0.19.0 |
2376 | 2025-01-07T04:29:49.855Z | Compiling derive_builder_macro v0.20.2 |
2377 | 2025-01-07T04:29:50.233Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2378 | 2025-01-07T04:29:50.840Z | Checking tungstenite v0.23.0 |
2379 | 2025-01-07T04:29:50.891Z | Compiling strum_macros v0.24.3 |
2380 | 2025-01-07T04:29:51.579Z | Compiling samael v0.0.17 |
2381 | 2025-01-07T04:29:51.718Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2382 | 2025-01-07T04:29:51.813Z | Checking parse-size v1.1.0 |
2383 | 2025-01-07T04:29:51.990Z | Compiling indoc v1.0.9 |
2384 | 2025-01-07T04:29:52.230Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2385 | 2025-01-07T04:29:52.972Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2386 | 2025-01-07T04:29:53.199Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2387 | 2025-01-07T04:29:53.396Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2388 | 2025-01-07T04:29:54.638Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2389 | 2025-01-07T04:29:54.660Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2390 | 2025-01-07T04:29:55.346Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2391 | 2025-01-07T04:29:55.444Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2392 | 2025-01-07T04:29:55.530Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2393 | 2025-01-07T04:29:56.795Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2394 | 2025-01-07T04:29:56.986Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2395 | 2025-01-07T04:29:57.344Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2396 | 2025-01-07T04:29:59.491Z | Checking tokio-tungstenite v0.23.1 |
2397 | 2025-01-07T04:29:59.990Z | Checking derive_builder v0.20.2 |
2398 | 2025-01-07T04:30:01.536Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2399 | 2025-01-07T04:30:01.833Z | Checking quick-xml v0.33.0 |
2400 | 2025-01-07T04:30:02.225Z | Compiling oso-derive v0.27.3 |
2401 | 2025-01-07T04:30:02.796Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2402 | 2025-01-07T04:30:03.259Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2403 | 2025-01-07T04:30:04.065Z | Compiling impl-trait-for-tuples v0.2.2 |
2404 | 2025-01-07T04:30:04.210Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2405 | 2025-01-07T04:30:04.982Z | Checking nix v0.27.1 |
2406 | 2025-01-07T04:30:06.374Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2407 | 2025-01-07T04:30:07.938Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2408 | 2025-01-07T04:30:08.658Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2409 | 2025-01-07T04:30:08.941Z | Compiling diesel-dtrace v0.4.2 |
2410 | 2025-01-07T04:30:09.323Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2411 | 2025-01-07T04:30:09.787Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2412 | 2025-01-07T04:30:10.090Z | Checking bb8 v0.8.5 |
2413 | 2025-01-07T04:30:10.630Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2414 | 2025-01-07T04:30:10.919Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2415 | 2025-01-07T04:30:11.341Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2416 | 2025-01-07T04:30:12.397Z | Checking heck v0.4.1 |
2417 | 2025-01-07T04:30:12.479Z | Checking rand_seeder v0.3.0 |
2418 | 2025-01-07T04:30:12.543Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2419 | 2025-01-07T04:30:12.605Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2420 | 2025-01-07T04:30:12.728Z | Checking assert_matches v1.5.0 |
2421 | 2025-01-07T04:30:12.753Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2422 | 2025-01-07T04:30:12.814Z | Compiling libz-sys v1.1.20 |
2423 | 2025-01-07T04:30:12.838Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2424 | 2025-01-07T04:30:12.998Z | Checking castaway v0.2.3 |
2425 | 2025-01-07T04:30:13.001Z | Checking is_ci v1.2.0 |
2426 | 2025-01-07T04:30:13.165Z | Checking supports-color v3.0.1 |
2427 | 2025-01-07T04:30:13.188Z | Checking compact_str v0.8.0 |
2428 | 2025-01-07T04:30:13.366Z | Checking unicode-truncate v1.1.0 |
2429 | 2025-01-07T04:30:13.601Z | Checking lru v0.12.5 |
2430 | 2025-01-07T04:30:13.645Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2431 | 2025-01-07T04:30:13.919Z | Compiling instability v0.3.2 |
2432 | 2025-01-07T04:30:14.086Z | Checking cassowary v0.3.0 |
2433 | 2025-01-07T04:30:14.721Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2434 | 2025-01-07T04:30:14.902Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2435 | 2025-01-07T04:30:14.987Z | Checking ratatui v0.28.1 |
2436 | 2025-01-07T04:30:15.038Z | Compiling vergen v8.3.2 |
2437 | 2025-01-07T04:30:15.322Z | Compiling cargo-platform v0.1.8 |
2438 | 2025-01-07T04:30:15.884Z | Checking smawk v0.3.2 |
2439 | 2025-01-07T04:30:16.109Z | Checking unicode-linebreak v0.1.5 |
2440 | 2025-01-07T04:30:16.475Z | Compiling cargo_metadata v0.18.1 |
2441 | 2025-01-07T04:30:16.519Z | Checking textwrap v0.16.1 |
2442 | 2025-01-07T04:30:16.545Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2443 | 2025-01-07T04:30:16.870Z | Compiling libsqlite3-sys v0.30.1 |
2444 | 2025-01-07T04:30:17.144Z | Compiling cfg_aliases v0.2.1 |
2445 | 2025-01-07T04:30:17.282Z | Compiling rustls v0.21.12 |
2446 | 2025-01-07T04:30:17.405Z | Checking shell-words v1.1.0 |
2447 | 2025-01-07T04:30:17.589Z | Compiling nix v0.29.0 |
2448 | 2025-01-07T04:30:18.053Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2449 | 2025-01-07T04:30:18.332Z | Checking rustls-webpki v0.101.7 |
2450 | 2025-01-07T04:30:18.465Z | Checking sct v0.7.1 |
2451 | 2025-01-07T04:30:19.173Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2452 | 2025-01-07T04:30:19.317Z | Checking hashlink v0.9.1 |
2453 | 2025-01-07T04:30:19.471Z | Checking concurrent-queue v2.5.0 |
2454 | 2025-01-07T04:30:19.813Z | Checking fallible-streaming-iterator v0.1.9 |
2455 | 2025-01-07T04:30:19.915Z | Checking plotters-backend v0.3.7 |
2456 | 2025-01-07T04:30:19.937Z | Checking fallible-iterator v0.3.0 |
2457 | 2025-01-07T04:30:20.032Z | Checking parking v2.2.1 |
2458 | 2025-01-07T04:30:20.272Z | Checking plotters-svg v0.3.7 |
2459 | 2025-01-07T04:30:20.499Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2460 | 2025-01-07T04:30:20.552Z | Checking rusqlite v0.32.1 |
2461 | 2025-01-07T04:30:20.771Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2462 | 2025-01-07T04:30:21.374Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2463 | 2025-01-07T04:30:21.664Z | Checking async-bb8-diesel v0.2.1 |
2464 | 2025-01-07T04:30:21.836Z | Checking rustls-pemfile v1.0.4 |
2465 | 2025-01-07T04:30:22.025Z | Checking twox-hash v1.6.3 |
2466 | 2025-01-07T04:30:22.079Z | Checking cast v0.3.0 |
2467 | 2025-01-07T04:30:22.185Z | Checking plotters v0.3.7 |
2468 | 2025-01-07T04:30:22.202Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2469 | 2025-01-07T04:30:22.359Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2470 | 2025-01-07T04:30:22.382Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2471 | 2025-01-07T04:30:22.456Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2472 | 2025-01-07T04:30:23.159Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2473 | 2025-01-07T04:30:23.556Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2474 | 2025-01-07T04:30:23.618Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2475 | 2025-01-07T04:30:23.942Z | Checking tokio-rustls v0.24.1 |
2476 | 2025-01-07T04:30:24.301Z | Checking criterion-plot v0.5.0 |
2477 | 2025-01-07T04:30:24.776Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2478 | 2025-01-07T04:30:24.945Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2479 | 2025-01-07T04:30:26.172Z | Checking fatfs v0.3.6 |
2480 | 2025-01-07T04:30:26.410Z | Checking tinytemplate v1.2.1 |
2481 | 2025-01-07T04:30:26.646Z | Checking csv-core v0.1.11 |
2482 | 2025-01-07T04:30:26.831Z | Checking anes v0.1.6 |
2483 | 2025-01-07T04:30:26.992Z | Checking oorandom v11.1.4 |
2484 | 2025-01-07T04:30:27.165Z | Checking hex-literal v0.4.1 |
2485 | 2025-01-07T04:30:27.188Z | Checking csv v1.3.0 |
2486 | 2025-01-07T04:30:27.214Z | Checking criterion v0.5.1 |
2487 | 2025-01-07T04:30:27.303Z | Checking event-listener v5.3.1 |
2488 | 2025-01-07T04:30:27.722Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2489 | 2025-01-07T04:30:28.121Z | Checking rtoolbox v0.0.2 |
2490 | 2025-01-07T04:30:28.344Z | Checking rpassword v7.3.1 |
2491 | 2025-01-07T04:30:28.516Z | Checking event-listener-strategy v0.5.2 |
2492 | 2025-01-07T04:30:28.741Z | Checking tui-tree-widget v0.22.0 |
2493 | 2025-01-07T04:30:29.091Z | Checking polyval v0.6.2 |
2494 | 2025-01-07T04:30:29.340Z | Checking ghash v0.5.1 |
2495 | 2025-01-07T04:30:29.529Z | Checking futures-lite v2.3.0 |
2496 | 2025-01-07T04:30:30.031Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2497 | 2025-01-07T04:30:30.946Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2498 | 2025-01-07T04:30:31.271Z | Checking ctr v0.9.2 |
2499 | 2025-01-07T04:30:31.573Z | Checking yansi v1.0.1 |
2500 | 2025-01-07T04:30:32.241Z | Checking pretty_assertions v1.4.1 |
2501 | 2025-01-07T04:30:32.263Z | Checking aes-gcm v0.10.3 |
2502 | 2025-01-07T04:30:32.428Z | Checking ssh-encoding v0.2.0 |
2503 | 2025-01-07T04:30:32.514Z | Checking blowfish v0.9.1 |
2504 | 2025-01-07T04:30:32.750Z | Checking bcrypt-pbkdf v0.10.0 |
2505 | 2025-01-07T04:30:32.788Z | Checking ssh-cipher v0.2.0 |
2506 | 2025-01-07T04:30:33.022Z | Checking async-lock v3.4.0 |
2507 | 2025-01-07T04:30:33.097Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2508 | 2025-01-07T04:30:33.880Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2509 | 2025-01-07T04:30:34.145Z | Checking polling v3.7.3 |
2510 | 2025-01-07T04:30:34.538Z | Checking password-hash v0.4.2 |
2511 | 2025-01-07T04:30:34.954Z | Checking matches v0.1.10 |
2512 | 2025-01-07T04:30:35.045Z | Checking idna v0.2.3 |
2513 | 2025-01-07T04:30:35.171Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2514 | 2025-01-07T04:30:35.298Z | Checking pbkdf2 v0.11.0 |
2515 | 2025-01-07T04:30:35.580Z | Checking async-io v2.3.4 |
2516 | 2025-01-07T04:30:35.604Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2517 | 2025-01-07T04:30:35.831Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2518 | 2025-01-07T04:30:36.560Z | Checking ssh-key v0.6.6 |
2519 | 2025-01-07T04:30:36.969Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2520 | 2025-01-07T04:30:38.285Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2521 | 2025-01-07T04:30:39.133Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2522 | 2025-01-07T04:30:39.952Z | Checking p521 v0.13.3 |
2523 | 2025-01-07T04:30:41.239Z | Checking p256 v0.13.2 |
2524 | 2025-01-07T04:30:41.746Z | Compiling enum-as-inner v0.5.1 |
2525 | 2025-01-07T04:30:42.634Z | Checking russh-cryptovec v0.7.3 |
2526 | 2025-01-07T04:30:42.782Z | Checking async-task v4.7.1 |
2527 | 2025-01-07T04:30:42.863Z | Checking md5 v0.7.0 |
2528 | 2025-01-07T04:30:43.110Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2529 | 2025-01-07T04:30:43.134Z | Compiling doc-comment v0.3.3 |
2530 | 2025-01-07T04:30:43.164Z | Compiling target-lexicon v0.12.16 |
2531 | 2025-01-07T04:30:43.913Z | Checking russh-keys v0.45.0 |
2532 | 2025-01-07T04:30:44.248Z | Checking trust-dns-proto v0.22.0 |
2533 | 2025-01-07T04:30:44.323Z | Checking async-channel v2.3.1 |
2534 | 2025-01-07T04:30:44.628Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2535 | 2025-01-07T04:30:45.316Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2536 | 2025-01-07T04:30:46.230Z | Checking piper v0.2.4 |
2537 | 2025-01-07T04:30:46.485Z | Checking num-bigint v0.4.6 |
2538 | 2025-01-07T04:30:46.622Z | Checking des v0.8.1 |
2539 | 2025-01-07T04:30:46.904Z | Compiling assert_cmd v2.0.16 |
2540 | 2025-01-07T04:30:47.309Z | Checking futures-timer v3.0.3 |
2541 | 2025-01-07T04:30:47.628Z | Compiling dhcproto-macros v0.1.0 |
2542 | 2025-01-07T04:30:47.920Z | Compiling guppy-workspace-hack v0.1.0 |
2543 | 2025-01-07T04:30:48.285Z | Checking blocking v1.6.1 |
2544 | 2025-01-07T04:30:48.546Z | Checking dhcproto v0.12.0 |
2545 | 2025-01-07T04:30:48.867Z | Checking russh v0.45.0 |
2546 | 2025-01-07T04:30:49.213Z | Checking async-executor v1.13.1 |
2547 | 2025-01-07T04:30:49.572Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2548 | 2025-01-07T04:30:50.164Z | Checking async-signal v0.2.10 |
2549 | 2025-01-07T04:30:50.210Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2550 | 2025-01-07T04:30:50.601Z | Checking internet-checksum v0.2.1 |
2551 | 2025-01-07T04:30:50.786Z | Compiling target-spec v3.2.2 |
2552 | 2025-01-07T04:30:50.809Z | Checking event-listener v2.5.3 |
2553 | 2025-01-07T04:30:51.033Z | Checking async-channel v1.9.0 |
2554 | 2025-01-07T04:30:51.387Z | Checking async-process v2.3.0 |
2555 | 2025-01-07T04:30:51.821Z | Checking async-global-executor v2.4.1 |
2556 | 2025-01-07T04:30:52.124Z | Checking cfg-expr v0.17.0 |
2557 | 2025-01-07T04:30:52.503Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2558 | 2025-01-07T04:30:52.927Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2559 | 2025-01-07T04:30:53.187Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2560 | 2025-01-07T04:30:53.683Z | Checking httptest v0.16.1 |
2561 | 2025-01-07T04:30:54.116Z | Checking rustls-native-certs v0.7.3 |
2562 | 2025-01-07T04:30:54.299Z | Compiling petname v2.0.2 |
2563 | 2025-01-07T04:30:54.421Z | Checking num_cpus v1.16.0 |
2564 | 2025-01-07T04:30:54.568Z | Checking kv-log-macro v1.0.7 |
2565 | 2025-01-07T04:30:54.722Z | Compiling async-attributes v1.1.2 |
2566 | 2025-01-07T04:30:55.613Z | Checking async-std v1.13.0 |
2567 | 2025-01-07T04:30:57.820Z | Checking threadpool v1.8.1 |
2568 | 2025-01-07T04:30:58.036Z | Checking hyper-rustls v0.26.0 |
2569 | 2025-01-07T04:30:58.401Z | Checking pathdiff v0.2.2 |
2570 | 2025-01-07T04:30:58.424Z | Compiling rstest_macros v0.23.0 |
2571 | 2025-01-07T04:30:58.563Z | Checking escape8259 v0.5.3 |
2572 | 2025-01-07T04:30:58.751Z | Checking nested v0.1.1 |
2573 | 2025-01-07T04:30:58.926Z | Compiling target-triple v0.1.3 |
2574 | 2025-01-07T04:30:58.965Z | Checking guppy v0.17.8 |
2575 | 2025-01-07T04:30:59.404Z | Checking async-object-pool v0.1.5 |
2576 | 2025-01-07T04:30:59.583Z | Checking libtest-mimic v0.7.3 |
2577 | 2025-01-07T04:31:00.061Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2578 | 2025-01-07T04:31:00.220Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2579 | 2025-01-07T04:31:00.523Z | Checking similar-asserts v1.6.0 |
2580 | 2025-01-07T04:31:00.774Z | Checking fancy-regex v0.13.0 |
2581 | 2025-01-07T04:31:01.058Z | Checking serde_regex v1.1.0 |
2582 | 2025-01-07T04:31:01.334Z | Checking assert-json-diff v2.0.2 |
2583 | 2025-01-07T04:31:01.546Z | Compiling proc-macro-crate v3.2.0 |
2584 | 2025-01-07T04:31:01.632Z | Checking path-tree v0.8.1 |
2585 | 2025-01-07T04:31:01.989Z | Compiling relative-path v1.9.3 |
2586 | 2025-01-07T04:31:02.744Z | Checking sync-ptr v0.1.1 |
2587 | 2025-01-07T04:31:02.979Z | Checking stringmetrics v2.2.2 |
2588 | 2025-01-07T04:31:03.227Z | Checking httpmock v0.8.0-alpha.1 |
2589 | 2025-01-07T04:31:03.343Z | Checking datatest-stable v0.2.9 |
2590 | 2025-01-07T04:31:03.819Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2591 | 2025-01-07T04:31:05.336Z | Checking blake2b_simd v1.0.2 |
2592 | 2025-01-07T04:31:06.246Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2593 | 2025-01-07T04:31:07.199Z | Compiling git2 v0.19.0 |
2594 | 2025-01-07T04:31:07.875Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2595 | 2025-01-07T04:31:08.191Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2596 | 2025-01-07T04:31:08.495Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2597 | 2025-01-07T04:31:08.566Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2598 | 2025-01-07T04:31:08.882Z | Checking serde_tokenstream v0.2.2 |
2599 | 2025-01-07T04:31:09.035Z | Checking uzers v0.12.1 |
2600 | 2025-01-07T04:31:09.443Z | Checking rust-argon2 v2.1.0 |
2601 | 2025-01-07T04:31:09.467Z | Checking trybuild v1.0.101 |
2602 | 2025-01-07T04:31:09.884Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2603 | 2025-01-07T04:31:10.880Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2604 | 2025-01-07T04:31:11.368Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2605 | 2025-01-07T04:31:14.098Z | Checking rstest v0.23.0 |
2606 | 2025-01-07T04:31:14.340Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2607 | 2025-01-07T04:31:14.646Z | Checking rand_distr v0.4.3 |
2608 | 2025-01-07T04:31:14.766Z | Checking multimap v0.10.0 |
2609 | 2025-01-07T04:31:15.106Z | Checking approx v0.5.1 |
2610 | 2025-01-07T04:31:15.393Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2611 | 2025-01-07T04:31:16.142Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2612 | 2025-01-07T04:31:16.598Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2613 | 2025-01-07T04:31:16.705Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2614 | 2025-01-07T04:31:17.232Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2615 | 2025-01-07T04:31:17.670Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2616 | 2025-01-07T04:31:18.210Z | Checking partial-io v0.5.4 |
2617 | 2025-01-07T04:31:18.303Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2618 | 2025-01-07T04:31:18.369Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2619 | 2025-01-07T04:31:18.610Z | Checking cargo_toml v0.20.5 |
2620 | 2025-01-07T04:31:18.631Z | Checking termios v0.3.3 |
2621 | 2025-01-07T04:31:18.701Z | Compiling indoc v2.0.5 |
2622 | 2025-01-07T04:31:18.870Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2623 | 2025-01-07T04:31:19.650Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2624 | 2025-01-07T04:31:20.822Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2625 | 2025-01-07T04:31:39.754Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2626 | 2025-01-07T04:31:42.855Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2627 | 2025-01-07T04:31:45.011Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2628 | 2025-01-07T04:32:06.374Z | Compiling polar-core v0.27.3 |
2629 | 2025-01-07T04:32:17.769Z | Checking oso v0.27.3 |
2630 | 2025-01-07T04:32:22.042Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2631 | 2025-01-07T04:32:22.595Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2632 | 2025-01-07T04:32:23.034Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2633 | 2025-01-07T04:33:07.820Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2634 | 2025-01-07T04:33:07.820Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2635 | 2025-01-07T04:33:07.823Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2636 | 2025-01-07T04:34:35.358Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 48s |
2637 | 2025-01-07T04:34:35.768Z | |
2638 | 2025-01-07T04:34:35.768Z | real 6:53.119573354 |
2639 | 2025-01-07T04:34:35.768Z | user 36:36.053170056 |
2640 | 2025-01-07T04:34:35.768Z | sys 6:46.410884886 |
2641 | 2025-01-07T04:34:35.771Z | trap 0.990769364 |
2642 | 2025-01-07T04:34:35.771Z | tflt 2.381317827 |
2643 | 2025-01-07T04:34:35.771Z | dflt 0.734496688 |
2644 | 2025-01-07T04:34:35.771Z | kflt 0.000686410 |
2645 | 2025-01-07T04:34:35.771Z | lock 53:24.175732722 |
2646 | 2025-01-07T04:34:35.771Z | slp 2:06:29.960786297 |
2647 | 2025-01-07T04:34:35.771Z | lat 1:40.329813109 |
2648 | 2025-01-07T04:34:35.771Z | stop 6:23.127383032 |
2649 | 2025-01-07T04:34:35.771Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2650 | 2025-01-07T04:34:35.771Z | + ptime -m cargo doc --workspace --no-deps |
2651 | 2025-01-07T04:34:37.001Z | warning: output filename collision. |
2652 | 2025-01-07T04:34:37.001Z | 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)`. |
2653 | 2025-01-07T04:34:37.001Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2654 | 2025-01-07T04:34:37.001Z | The targets should have unique names. |
2655 | 2025-01-07T04:34:37.001Z | This is a known bug where multiple crates with the same name use |
2656 | 2025-01-07T04:34:37.001Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2657 | 2025-01-07T04:34:37.470Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2658 | 2025-01-07T04:34:37.540Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2659 | 2025-01-07T04:34:37.560Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2660 | 2025-01-07T04:34:37.603Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2661 | 2025-01-07T04:34:37.629Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2662 | 2025-01-07T04:34:37.656Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2663 | 2025-01-07T04:34:37.656Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2664 | 2025-01-07T04:34:37.855Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2665 | 2025-01-07T04:34:37.889Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2666 | 2025-01-07T04:34:37.915Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2667 | 2025-01-07T04:34:38.029Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2668 | 2025-01-07T04:34:38.124Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2669 | 2025-01-07T04:34:38.346Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2670 | 2025-01-07T04:34:38.449Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2671 | 2025-01-07T04:34:38.658Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2672 | 2025-01-07T04:34:41.432Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2673 | 2025-01-07T04:34:42.602Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2674 | 2025-01-07T04:34:42.929Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2675 | 2025-01-07T04:34:43.119Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2676 | 2025-01-07T04:34:43.159Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2677 | 2025-01-07T04:34:43.268Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2678 | 2025-01-07T04:34:43.440Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2679 | 2025-01-07T04:34:43.594Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2680 | 2025-01-07T04:34:43.784Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2681 | 2025-01-07T04:34:44.108Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2682 | 2025-01-07T04:34:44.576Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2683 | 2025-01-07T04:34:44.668Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2684 | 2025-01-07T04:34:44.907Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2685 | 2025-01-07T04:34:45.128Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2686 | 2025-01-07T04:34:45.254Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2687 | 2025-01-07T04:34:45.283Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2688 | 2025-01-07T04:34:45.414Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2689 | 2025-01-07T04:34:45.596Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2690 | 2025-01-07T04:34:45.617Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2691 | 2025-01-07T04:34:45.636Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2692 | 2025-01-07T04:34:45.975Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2693 | 2025-01-07T04:34:46.304Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2694 | 2025-01-07T04:34:46.570Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2695 | 2025-01-07T04:34:46.637Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2696 | 2025-01-07T04:34:46.904Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2697 | 2025-01-07T04:34:46.922Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2698 | 2025-01-07T04:34:46.974Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2699 | 2025-01-07T04:34:47.792Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2700 | 2025-01-07T04:34:48.149Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2701 | 2025-01-07T04:34:49.962Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2702 | 2025-01-07T04:34:52.723Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2703 | 2025-01-07T04:34:53.090Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2704 | 2025-01-07T04:34:53.340Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2705 | 2025-01-07T04:34:53.556Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2706 | 2025-01-07T04:34:53.874Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2707 | 2025-01-07T04:34:54.448Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2708 | 2025-01-07T04:34:55.271Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2709 | 2025-01-07T04:34:55.390Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2710 | 2025-01-07T04:34:55.603Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2711 | 2025-01-07T04:34:55.740Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2712 | 2025-01-07T04:34:57.996Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2713 | 2025-01-07T04:35:02.170Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2714 | 2025-01-07T04:35:03.602Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2715 | 2025-01-07T04:35:04.208Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2716 | 2025-01-07T04:35:04.235Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2717 | 2025-01-07T04:35:04.625Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2718 | 2025-01-07T04:35:04.650Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2719 | 2025-01-07T04:35:04.701Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2720 | 2025-01-07T04:35:05.231Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2721 | 2025-01-07T04:35:05.473Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2722 | 2025-01-07T04:35:06.802Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2723 | 2025-01-07T04:35:07.119Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2724 | 2025-01-07T04:35:07.469Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2725 | 2025-01-07T04:35:07.842Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2726 | 2025-01-07T04:35:08.219Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2727 | 2025-01-07T04:35:08.515Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2728 | 2025-01-07T04:35:08.644Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2729 | 2025-01-07T04:35:08.800Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2730 | 2025-01-07T04:35:09.340Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2731 | 2025-01-07T04:35:09.434Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2732 | 2025-01-07T04:35:09.944Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2733 | 2025-01-07T04:35:10.317Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2734 | 2025-01-07T04:35:10.319Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2735 | 2025-01-07T04:35:11.598Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2736 | 2025-01-07T04:35:11.972Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2737 | 2025-01-07T04:35:12.016Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2738 | 2025-01-07T04:35:12.075Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2739 | 2025-01-07T04:35:13.192Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2740 | 2025-01-07T04:35:13.814Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2741 | 2025-01-07T04:35:13.928Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2742 | 2025-01-07T04:35:14.067Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2743 | 2025-01-07T04:35:14.345Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2744 | 2025-01-07T04:35:14.989Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2745 | 2025-01-07T04:35:15.013Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2746 | 2025-01-07T04:35:15.633Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2747 | 2025-01-07T04:35:16.191Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2748 | 2025-01-07T04:35:16.213Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2749 | 2025-01-07T04:35:16.771Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2750 | 2025-01-07T04:35:16.943Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2751 | 2025-01-07T04:35:17.348Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2752 | 2025-01-07T04:35:17.752Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2753 | 2025-01-07T04:35:18.168Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2754 | 2025-01-07T04:35:18.707Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2755 | 2025-01-07T04:35:18.764Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2756 | 2025-01-07T04:35:18.891Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2757 | 2025-01-07T04:35:19.676Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2758 | 2025-01-07T04:35:19.802Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2759 | 2025-01-07T04:35:20.045Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2760 | 2025-01-07T04:35:20.565Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2761 | 2025-01-07T04:35:21.340Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2762 | 2025-01-07T04:35:21.681Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2763 | 2025-01-07T04:35:22.255Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2764 | 2025-01-07T04:35:23.555Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2765 | 2025-01-07T04:35:24.778Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2766 | 2025-01-07T04:35:25.506Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2767 | 2025-01-07T04:35:26.642Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2768 | 2025-01-07T04:35:29.214Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2769 | 2025-01-07T04:35:29.438Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2770 | 2025-01-07T04:35:30.546Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2771 | 2025-01-07T04:35:31.809Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2772 | 2025-01-07T04:35:42.356Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2773 | 2025-01-07T04:35:42.883Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2774 | 2025-01-07T04:35:43.327Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2775 | 2025-01-07T04:35:45.749Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2776 | 2025-01-07T04:35:49.764Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2777 | 2025-01-07T04:36:38.700Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2778 | 2025-01-07T04:36:40.464Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2779 | 2025-01-07T04:36:40.968Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2780 | 2025-01-07T04:36:47.594Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2781 | 2025-01-07T04:37:16.837Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2782 | 2025-01-07T04:37:19.433Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2783 | 2025-01-07T04:37:20.051Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2784 | 2025-01-07T04:37:21.345Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2785 | 2025-01-07T04:37:21.527Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2786 | 2025-01-07T04:37:23.218Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2787 | 2025-01-07T04:37:28.996Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2788 | 2025-01-07T04:37:29.757Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2789 | 2025-01-07T04:37:30.815Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2790 | 2025-01-07T04:37:58.126Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2791 | 2025-01-07T04:38:15.778Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2792 | 2025-01-07T04:38:23.918Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2793 | 2025-01-07T04:38:28.523Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2794 | 2025-01-07T04:38:28.676Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2795 | 2025-01-07T04:38:36.806Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2796 | 2025-01-07T04:38:51.432Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2797 | 2025-01-07T04:38:58.051Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2798 | 2025-01-07T04:38:58.504Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2799 | 2025-01-07T04:39:05.305Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2800 | 2025-01-07T04:39:08.848Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2801 | 2025-01-07T04:39:20.172Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2802 | 2025-01-07T04:39:21.682Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2803 | 2025-01-07T04:39:31.556Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2804 | 2025-01-07T04:39:34.944Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2805 | 2025-01-07T04:39:40.257Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2806 | 2025-01-07T04:39:41.902Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2807 | 2025-01-07T04:39:45.782Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2808 | 2025-01-07T04:39:48.531Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2809 | 2025-01-07T04:39:53.960Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2810 | 2025-01-07T04:39:54.273Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2811 | 2025-01-07T04:40:06.561Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2812 | 2025-01-07T04:40:07.141Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2813 | 2025-01-07T04:40:08.752Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2814 | 2025-01-07T04:40:12.135Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2815 | 2025-01-07T04:40:17.392Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2816 | 2025-01-07T04:40:25.130Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2817 | 2025-01-07T04:40:27.449Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2818 | 2025-01-07T04:40:28.570Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2819 | 2025-01-07T04:40:29.091Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2820 | 2025-01-07T04:40:32.791Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2821 | 2025-01-07T04:40:34.536Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2822 | 2025-01-07T04:40:44.955Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2823 | 2025-01-07T04:40:45.726Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2824 | 2025-01-07T04:40:47.368Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2825 | 2025-01-07T04:40:48.803Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2826 | 2025-01-07T04:40:49.596Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2827 | 2025-01-07T04:40:56.136Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2828 | 2025-01-07T04:41:03.985Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2829 | 2025-01-07T04:41:04.527Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2830 | 2025-01-07T04:41:05.081Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2831 | 2025-01-07T04:41:05.457Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2832 | 2025-01-07T04:41:06.239Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2833 | 2025-01-07T04:41:13.385Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2834 | 2025-01-07T04:41:23.646Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2835 | 2025-01-07T04:41:24.678Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2836 | 2025-01-07T04:41:27.465Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2837 | 2025-01-07T04:41:27.525Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2838 | 2025-01-07T04:41:29.369Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2839 | 2025-01-07T04:41:29.518Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2840 | 2025-01-07T04:41:29.601Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2841 | 2025-01-07T04:41:38.923Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2842 | 2025-01-07T04:41:42.246Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2843 | 2025-01-07T04:41:43.165Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2844 | 2025-01-07T04:41:45.612Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2845 | 2025-01-07T04:41:48.689Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2846 | 2025-01-07T04:41:49.804Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2847 | 2025-01-07T04:41:50.785Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2848 | 2025-01-07T04:42:03.650Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2849 | 2025-01-07T04:42:05.101Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2850 | 2025-01-07T04:42:06.345Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2851 | 2025-01-07T04:42:06.574Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2852 | 2025-01-07T04:42:09.330Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2853 | 2025-01-07T04:42:09.659Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2854 | 2025-01-07T04:42:15.354Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2855 | 2025-01-07T04:42:21.606Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2856 | 2025-01-07T04:42:22.239Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2857 | 2025-01-07T04:42:22.854Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2858 | 2025-01-07T04:42:23.177Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2859 | 2025-01-07T04:42:25.741Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2860 | 2025-01-07T04:42:31.220Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2861 | 2025-01-07T04:42:32.477Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2862 | 2025-01-07T04:42:34.753Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2863 | 2025-01-07T04:42:37.458Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2864 | 2025-01-07T04:42:42.719Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2865 | 2025-01-07T04:42:44.540Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2866 | 2025-01-07T04:42:45.507Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2867 | 2025-01-07T04:42:50.862Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2868 | 2025-01-07T04:42:53.369Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2869 | 2025-01-07T04:42:54.119Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2870 | 2025-01-07T04:42:55.673Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2871 | 2025-01-07T04:42:58.114Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2872 | 2025-01-07T04:42:59.235Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2873 | 2025-01-07T04:43:01.799Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2874 | 2025-01-07T04:43:03.940Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2875 | 2025-01-07T04:43:04.770Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2876 | 2025-01-07T04:43:06.096Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2877 | 2025-01-07T04:43:09.015Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2878 | 2025-01-07T04:43:09.636Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2879 | 2025-01-07T04:43:10.491Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2880 | 2025-01-07T04:43:10.767Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2881 | 2025-01-07T04:43:11.523Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2882 | 2025-01-07T04:43:12.085Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2883 | 2025-01-07T04:43:15.792Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2884 | 2025-01-07T04:43:16.270Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2885 | 2025-01-07T04:43:16.901Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2886 | 2025-01-07T04:43:20.976Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2887 | 2025-01-07T04:43:22.077Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2888 | 2025-01-07T04:43:22.499Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2889 | 2025-01-07T04:43:22.760Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2890 | 2025-01-07T04:43:23.525Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2891 | 2025-01-07T04:44:01.908Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9m 26s |
2892 | 2025-01-07T04:44:02.088Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 143 other files |
2893 | 2025-01-07T04:44:02.158Z | |
2894 | 2025-01-07T04:44:02.161Z | real 9:26.259420477 |
2895 | 2025-01-07T04:44:02.161Z | user 27:19.780624292 |
2896 | 2025-01-07T04:44:02.161Z | sys 43:09.701847423 |
2897 | 2025-01-07T04:44:02.161Z | trap 0.428143691 |
2898 | 2025-01-07T04:44:02.161Z | tflt 0.239371379 |
2899 | 2025-01-07T04:44:02.161Z | dflt 0.186675471 |
2900 | 2025-01-07T04:44:02.161Z | kflt 0.000036294 |
2901 | 2025-01-07T04:44:02.162Z | lock 1:33:57.701099760 |
2902 | 2025-01-07T04:44:02.162Z | slp 2:38:24.673916449 |
2903 | 2025-01-07T04:44:02.162Z | lat 1:18.687440506 |
2904 | 2025-01-07T04:44:02.162Z | stop 1:14.766909497 |
2905 | 2025-01-07T04:44:02.162Z | process exited: duration 1346728 ms, exit code 0 |
|
2906 | 2025-01-07T04:44:02.168Z | found 0 output files |