|
|
|
1 | 2025-01-11T00:17:23.842Z | job assigned to worker 01JH9BGHQG4JWVG7R6S2NN2MJK [factory aws, i-0812f2e7f351aa6fc] (queued for 54 s) |
|
2 | 2025-01-11T00:17:32.027Z | starting task 0: "setup" |
3 | 2025-01-11T00:17:32.035Z | ++ uname -s |
4 | 2025-01-11T00:17:32.038Z | + kern=SunOS |
5 | 2025-01-11T00:17:32.038Z | + case "$kern" in |
6 | 2025-01-11T00:17:32.038Z | + groupadd -g 12345 build |
7 | 2025-01-11T00:17:32.041Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-11T00:17:34.047Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-11T00:17:34.166Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-11T00:17:34.168Z | + home_fs=zfs |
11 | 2025-01-11T00:17:34.168Z | + [[ zfs == autofs ]] |
12 | 2025-01-11T00:17:34.168Z | + mkdir -p /home/build |
13 | 2025-01-11T00:17:34.171Z | + chown build:build /home/build /work |
14 | 2025-01-11T00:17:36.244Z | + chmod 0700 /home/build /work |
15 | 2025-01-11T00:17:36.338Z | process exited: duration 4150 ms, exit code 0 |
|
16 | 2025-01-11T00:17:36.408Z | starting task 1: "rust-toolchain" |
17 | 2025-01-11T00:17:36.424Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-11T00:17:36.425Z | ' 1.81.0 |
19 | 2025-01-11T00:17:36.425Z | + printf ' * toolchain profile = "%s" |
20 | 2025-01-11T00:17:36.425Z | * toolchain channel = "1.81.0" |
21 | 2025-01-11T00:17:36.425Z | * toolchain profile = "default" |
22 | 2025-01-11T00:17:36.425Z | ' default |
23 | 2025-01-11T00:17:36.425Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-11T00:17:36.425Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2025-01-11T00:17:36.577Z | info: downloading installer |
26 | 2025-01-11T00:17:37.819Z | info: profile set to 'default' |
27 | 2025-01-11T00:17:37.819Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-11T00:17:37.822Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2025-01-11T00:17:37.959Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2025-01-11T00:17:37.959Z | info: downloading component 'cargo' |
31 | 2025-01-11T00:17:38.668Z | info: downloading component 'clippy' |
32 | 2025-01-11T00:17:38.929Z | info: downloading component 'rust-docs' |
33 | 2025-01-11T00:17:39.913Z | info: downloading component 'rust-std' |
34 | 2025-01-11T00:17:41.440Z | info: downloading component 'rustc' |
35 | 2025-01-11T00:17:46.909Z | info: downloading component 'rustfmt' |
36 | 2025-01-11T00:17:47.127Z | info: installing component 'cargo' |
37 | 2025-01-11T00:17:47.988Z | info: installing component 'clippy' |
38 | 2025-01-11T00:17:48.358Z | info: installing component 'rust-docs' |
39 | 2025-01-11T00:17:50.006Z | info: installing component 'rust-std' |
40 | 2025-01-11T00:17:51.804Z | info: installing component 'rustc' |
41 | 2025-01-11T00:17:57.925Z | info: installing component 'rustfmt' |
42 | 2025-01-11T00:17:58.318Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2025-01-11T00:17:58.318Z | |
44 | 2025-01-11T00:17:58.657Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2025-01-11T00:17:58.657Z | |
46 | 2025-01-11T00:17:58.659Z | |
47 | 2025-01-11T00:17:58.659Z | Rust is installed now. Great! |
48 | 2025-01-11T00:17:58.659Z | |
49 | 2025-01-11T00:17:58.659Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-11T00:17:58.659Z | environment variable. This has not been done automatically. |
51 | 2025-01-11T00:17:58.659Z | |
52 | 2025-01-11T00:17:58.659Z | To configure your current shell, you need to source |
53 | 2025-01-11T00:17:58.659Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-11T00:17:58.659Z | |
55 | 2025-01-11T00:17:58.659Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-11T00:17:58.659Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-11T00:17:58.660Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-11T00:17:58.748Z | + rustc --version |
59 | 2025-01-11T00:17:58.823Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2025-01-11T00:17:58.827Z | process exited: duration 22421 ms, exit code 0 |
|
61 | 2025-01-11T00:17:58.832Z | starting task 2: "authentication" |
62 | 2025-01-11T00:17:58.856Z | process exited: duration 23 ms, exit code 0 |
|
63 | 2025-01-11T00:17:58.861Z | starting task 3: "clone repository" |
64 | 2025-01-11T00:17:58.868Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-11T00:17:58.872Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-11T00:17:59.132Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-11T00:18:06.849Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-11T00:18:06.849Z | + git fetch origin 57f1d9ddb3b1755b611f4b5d678fc95ea3a87cb9 |
69 | 2025-01-11T00:18:07.150Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-11T00:18:07.150Z | * branch 57f1d9ddb3b1755b611f4b5d678fc95ea3a87cb9 -> FETCH_HEAD |
71 | 2025-01-11T00:18:07.161Z | + [[ -n '' ]] |
72 | 2025-01-11T00:18:07.161Z | + git reset --hard 57f1d9ddb3b1755b611f4b5d678fc95ea3a87cb9 |
73 | 2025-01-11T00:18:07.345Z | HEAD is now at 57f1d9ddb update description |
74 | 2025-01-11T00:18:07.347Z | process exited: duration 8484 ms, exit code 0 |
|
75 | 2025-01-11T00:18:07.355Z | starting task 4: "build" |
76 | 2025-01-11T00:18:07.359Z | + source ./env.sh |
77 | 2025-01-11T00:18:07.359Z | ++ OLD_SHELL_OPTS=ehxB |
78 | 2025-01-11T00:18:07.359Z | ++ set -o xtrace |
79 | 2025-01-11T00:18:07.362Z | ++++ dirname ./env.sh |
80 | 2025-01-11T00:18:07.364Z | +++ readlink -f . |
81 | 2025-01-11T00:18:07.384Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
82 | 2025-01-11T00:18:07.387Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
83 | 2025-01-11T00:18:07.387Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
84 | 2025-01-11T00:18:07.387Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
85 | 2025-01-11T00:18:07.387Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
86 | 2025-01-11T00:18:07.387Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
87 | 2025-01-11T00:18:07.387Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
88 | 2025-01-11T00:18:07.387Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
89 | 2025-01-11T00:18:07.387Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
90 | 2025-01-11T00:18:07.387Z | ++ case $OLD_SHELL_OPTS in |
91 | 2025-01-11T00:18:07.387Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
92 | 2025-01-11T00:18:07.387Z | + source .github/buildomat/ci-env.sh |
93 | 2025-01-11T00:18:07.387Z | ++ export CARGO_TERM_COLOR=always |
94 | 2025-01-11T00:18:07.387Z | ++ CARGO_TERM_COLOR=always |
95 | 2025-01-11T00:18:07.387Z | + cargo --version |
96 | 2025-01-11T00:18:07.454Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
97 | 2025-01-11T00:18:07.456Z | + rustc --version |
98 | 2025-01-11T00:18:07.524Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
99 | 2025-01-11T00:18:07.527Z | + banner prerequisites |
100 | 2025-01-11T00:18:07.547Z | |
101 | 2025-01-11T00:18:07.547Z | ##### ##### ###### ##### ###### #### # # # #### # |
102 | 2025-01-11T00:18:07.547Z | # # # # # # # # # # # # # # # |
103 | 2025-01-11T00:18:07.547Z | # # # # ##### # # ##### # # # # # #### # |
104 | 2025-01-11T00:18:07.547Z | ##### ##### # ##### # # # # # # # # # |
105 | 2025-01-11T00:18:07.547Z | # # # # # # # # # # # # # # # |
106 | 2025-01-11T00:18:07.547Z | # # # ###### # # ###### ### # #### # #### # |
107 | 2025-01-11T00:18:07.547Z | |
108 | 2025-01-11T00:18:07.550Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
109 | 2025-01-11T00:18:19.146Z | pkg list: illegal option -- F |
110 | 2025-01-11T00:18:19.146Z | Usage: |
111 | 2025-01-11T00:18:19.151Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
112 | 2025-01-11T00:18:19.151Z | [pkg_fmri_pattern ...] |
113 | 2025-01-11T00:18:20.063Z | pkg list: illegal option -- F |
114 | 2025-01-11T00:18:20.063Z | Usage: |
115 | 2025-01-11T00:18:20.065Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
116 | 2025-01-11T00:18:20.065Z | [pkg_fmri_pattern ...] |
117 | 2025-01-11T00:18:26.541Z | Startup: Refreshing catalog 'helios-dev' ... Done |
118 | 2025-01-11T00:18:30.878Z | Startup: Caching catalogs ... Done |
119 | 2025-01-11T00:18:42.656Z | Planning: Solver setup ... Done (10.906s) |
120 | 2025-01-11T00:18:42.798Z | Planning: Running solver ... Done (0.143s) |
121 | 2025-01-11T00:18:43.135Z | Planning: Finding local manifests ... Done (0.223s) |
122 | 2025-01-11T00:18:43.172Z | Planning: Fetching manifests: 0/7 0% complete |
123 | 2025-01-11T00:18:45.160Z | Planning: Fetching manifests: 7/7 100% complete |
124 | 2025-01-11T00:18:45.536Z | Planning: Package planning ... Done (0.376s) |
125 | 2025-01-11T00:18:45.594Z | Planning: Merging actions ... Done (0.058s) |
126 | 2025-01-11T00:18:46.341Z | Planning: Checking for conflicting actions ... Done (0.747s) |
127 | 2025-01-11T00:18:50.432Z | Planning: Consolidating action changes ... Done (4.090s) |
128 | 2025-01-11T00:18:50.910Z | Planning: Evaluating mediators ... Done (0.479s) |
129 | 2025-01-11T00:18:51.034Z | Planning: Planning completed in 20.05 seconds |
130 | 2025-01-11T00:18:51.315Z | Packages to install: 4 |
131 | 2025-01-11T00:18:51.316Z | Packages to update: 3 |
132 | 2025-01-11T00:18:51.316Z | Mediators to change: 2 |
133 | 2025-01-11T00:18:51.318Z | Services to change: 1 |
134 | 2025-01-11T00:18:51.318Z | Estimated space available: 155.63 GB |
135 | 2025-01-11T00:18:51.318Z | Estimated space to be consumed: 1.64 GB |
136 | 2025-01-11T00:18:51.318Z | Create boot environment: No |
137 | 2025-01-11T00:18:51.318Z | Create backup boot environment: Yes |
138 | 2025-01-11T00:18:51.318Z | Rebuild boot archive: No |
139 | 2025-01-11T00:18:51.318Z | |
140 | 2025-01-11T00:18:51.318Z | Changed mediators: |
141 | 2025-01-11T00:18:51.318Z | mediator clang: |
142 | 2025-01-11T00:18:51.318Z | version: None -> 15 (system default) |
143 | 2025-01-11T00:18:51.318Z | |
144 | 2025-01-11T00:18:51.318Z | mediator llvm: |
145 | 2025-01-11T00:18:51.318Z | version: 14 (system default) -> 15 (system default) |
146 | 2025-01-11T00:18:51.318Z | |
147 | 2025-01-11T00:18:51.318Z | Changed packages: |
148 | 2025-01-11T00:18:51.319Z | helios-dev |
149 | 2025-01-11T00:18:51.319Z | developer/build-essential |
150 | 2025-01-11T00:18:51.319Z | None -> 11-2.0 |
151 | 2025-01-11T00:18:51.319Z | library/libxmlsec1 |
152 | 2025-01-11T00:18:51.319Z | None -> 1.2.35-2.0 |
153 | 2025-01-11T00:18:51.319Z | ooce/developer/clang-15 |
154 | 2025-01-11T00:18:51.319Z | None -> 15.0.7-2.0 |
155 | 2025-01-11T00:18:51.319Z | ooce/developer/llvm-15 |
156 | 2025-01-11T00:18:51.319Z | None -> 15.0.7-2.0 |
157 | 2025-01-11T00:18:51.319Z | package/pkg |
158 | 2025-01-11T00:18:51.319Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
159 | 2025-01-11T00:18:51.320Z | system/library/g++-runtime |
160 | 2025-01-11T00:18:51.320Z | 13-2.0 -> 14-2.0 |
161 | 2025-01-11T00:18:51.320Z | system/library/gcc-runtime |
162 | 2025-01-11T00:18:51.320Z | 13-2.0 -> 14-2.0 |
163 | 2025-01-11T00:18:51.320Z | |
164 | 2025-01-11T00:18:51.320Z | Services: |
165 | 2025-01-11T00:18:51.320Z | restart_fmri: |
166 | 2025-01-11T00:18:51.320Z | svc:/system/update-man-index:default |
167 | 2025-01-11T00:18:51.320Z | |
168 | 2025-01-11T00:18:51.320Z | Editable files to change: |
169 | 2025-01-11T00:18:51.320Z | Update: |
170 | 2025-01-11T00:18:51.320Z | usr/share/lib/pkg/web/config.shtml |
171 | 2025-01-11T00:18:51.610Z | |
172 | 2025-01-11T00:18:51.610Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
173 | 2025-01-11T00:18:56.774Z | Download: 204/4301 items 1.2/225.4MB 0% complete (336k/s) |
174 | 2025-01-11T00:19:04.179Z | Download: 212/4301 items 1.3/225.4MB 0% complete (291k/s) |
175 | 2025-01-11T00:19:09.204Z | Download: 542/4301 items 17.5/225.4MB 7% complete (3.4M/s) |
176 | 2025-01-11T00:19:14.215Z | Download: 917/4301 items 18.9/225.4MB 8% complete (1.9M/s) |
177 | 2025-01-11T00:19:19.240Z | Download: 1167/4301 items 77.6/225.4MB 34% complete (6.0M/s) |
178 | 2025-01-11T00:19:24.628Z | Download: 1197/4301 items 83.5/225.4MB 37% complete (6.5M/s) |
179 | 2025-01-11T00:19:29.748Z | Download: 1337/4301 items 102.5/225.4MB 45% complete (2.4M/s) |
180 | 2025-01-11T00:19:34.764Z | Download: 1637/4301 items 104.1/225.4MB 46% complete (2.3M/s) |
181 | 2025-01-11T00:19:39.765Z | Download: 1922/4301 items 105.0/225.4MB 46% complete (476k/s) |
182 | 2025-01-11T00:19:46.294Z | Download: 2222/4301 items 119.2/225.4MB 52% complete (1.6M/s) |
183 | 2025-01-11T00:19:52.973Z | Download: 2223/4301 items 119.2/225.4MB 52% complete (1.5M/s) |
184 | 2025-01-11T00:19:58.312Z | Download: 2224/4301 items 119.2/225.4MB 52% complete |
185 | 2025-01-11T00:20:03.329Z | Download: 2453/4301 items 119.9/225.4MB 53% complete (82.1k/s) |
186 | 2025-01-11T00:20:08.340Z | Download: 2710/4301 items 120.7/225.4MB 53% complete (155k/s) |
187 | 2025-01-11T00:20:13.526Z | Download: 2907/4301 items 121.2/225.4MB 53% complete (128k/s) |
188 | 2025-01-11T00:20:18.527Z | Download: 3223/4301 items 177.0/225.4MB 78% complete (5.5M/s) |
189 | 2025-01-11T00:20:23.807Z | Download: 3241/4301 items 203.1/225.4MB 90% complete (8.2M/s) |
190 | 2025-01-11T00:20:29.877Z | Download: 3244/4301 items 203.1/225.4MB 90% complete (7.8M/s) |
191 | 2025-01-11T00:20:37.448Z | Download: 3280/4301 items 207.6/225.4MB 92% complete (476k/s) |
192 | 2025-01-11T00:20:43.891Z | Download: 3288/4301 items 210.2/225.4MB 93% complete (733k/s) |
193 | 2025-01-11T00:20:48.900Z | Download: 3814/4301 items 218.3/225.4MB 96% complete (1.6M/s) |
194 | 2025-01-11T00:20:53.974Z | Download: 4284/4301 items 222.9/225.4MB 98% complete (1.2M/s) |
195 | 2025-01-11T00:21:00.085Z | Download: 4295/4301 items 225.0/225.4MB 99% complete (1.1M/s) |
196 | 2025-01-11T00:21:06.492Z | Download: 4296/4301 items 225.1/225.4MB 99% complete (993k/s) |
197 | 2025-01-11T00:21:19.287Z | Download: 4297/4301 items 225.2/225.4MB 99% complete |
198 | 2025-01-11T00:21:19.298Z | Download: Completed 225.42 MB in 147.67 seconds (1.5M/s) |
199 | 2025-01-11T00:21:21.177Z | Actions: 1/5122 actions (Removing old actions) |
200 | 2025-01-11T00:21:21.193Z | Actions: 194/5122 actions (Installing new actions) |
201 | 2025-01-11T00:21:26.244Z | Actions: 4101/5122 actions (Installing new actions) |
202 | 2025-01-11T00:21:26.782Z | Actions: 4267/5122 actions (Updating modified actions) |
203 | 2025-01-11T00:21:27.300Z | Actions: Completed 5122 actions in 6.12 seconds. |
204 | 2025-01-11T00:21:27.738Z | Done (0.429s) |
205 | 2025-01-11T00:21:27.740Z | Done (0.001s) |
206 | 2025-01-11T00:21:28.332Z | Done (0.592s) |
207 | 2025-01-11T00:21:34.291Z | Done (5.704s) |
208 | 2025-01-11T00:21:34.576Z | Done (0.205s) |
209 | 2025-01-11T00:21:34.579Z | Done (0.000s) |
210 | 2025-01-11T00:21:34.743Z | Done (0.000s) |
211 | 2025-01-11T00:21:35.515Z | Planning: Evaluating mediator changes ... Done |
212 | 2025-01-11T00:21:35.691Z | Planning: Checking for conflicting actions ... Done |
213 | 2025-01-11T00:21:35.694Z | Planning: Consolidating action changes ... Done |
214 | 2025-01-11T00:21:35.978Z | Planning: Evaluating mediators ... Done |
215 | 2025-01-11T00:21:35.982Z | Planning: Planning completed in 0.46 seconds |
216 | 2025-01-11T00:21:36.018Z | Mediators to change: 2 |
217 | 2025-01-11T00:21:36.018Z | Create boot environment: No |
218 | 2025-01-11T00:21:36.018Z | Create backup boot environment: No |
219 | 2025-01-11T00:21:36.098Z | Done |
220 | 2025-01-11T00:21:36.098Z | Done |
221 | 2025-01-11T00:21:36.491Z | Done |
222 | 2025-01-11T00:21:40.702Z | Done |
223 | 2025-01-11T00:21:40.811Z | Done |
224 | 2025-01-11T00:21:40.813Z | Done |
225 | 2025-01-11T00:21:40.946Z | Done |
226 | 2025-01-11T00:21:41.624Z | Planning: Evaluating mediator changes ... Done |
227 | 2025-01-11T00:21:41.627Z | Planning: Merging actions ... Done |
228 | 2025-01-11T00:21:41.829Z | Planning: Checking for conflicting actions ... Done |
229 | 2025-01-11T00:21:41.832Z | Planning: Consolidating action changes ... Done |
230 | 2025-01-11T00:21:42.113Z | Planning: Evaluating mediators ... Done |
231 | 2025-01-11T00:21:42.173Z | Planning: Planning completed in 0.80 seconds |
232 | 2025-01-11T00:21:42.215Z | Packages to change: 1 |
233 | 2025-01-11T00:21:42.215Z | Mediators to change: 1 |
234 | 2025-01-11T00:21:42.215Z | Services to change: 1 |
235 | 2025-01-11T00:21:42.218Z | Create boot environment: No |
236 | 2025-01-11T00:21:42.218Z | Create backup boot environment: Yes |
237 | 2025-01-11T00:21:44.500Z | Actions: 1/6 actions (Updating modified actions) |
238 | 2025-01-11T00:21:44.540Z | Actions: Completed 6 actions in 0.04 seconds. |
239 | 2025-01-11T00:21:44.543Z | Done |
240 | 2025-01-11T00:21:44.543Z | Done |
241 | 2025-01-11T00:21:44.666Z | Done |
242 | 2025-01-11T00:21:48.814Z | Done |
243 | 2025-01-11T00:21:48.915Z | Done |
244 | 2025-01-11T00:21:48.918Z | Done |
245 | 2025-01-11T00:21:49.035Z | Done |
246 | 2025-01-11T00:21:49.525Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
247 | 2025-01-11T00:21:49.525Z | clang system 15 system |
248 | 2025-01-11T00:21:49.525Z | csh system system illumos |
249 | 2025-01-11T00:21:49.525Z | ctags system system illumos |
250 | 2025-01-11T00:21:49.525Z | gcc vendor 12 vendor |
251 | 2025-01-11T00:21:49.525Z | gcc system 10 system |
252 | 2025-01-11T00:21:49.525Z | gcc system 7 system |
253 | 2025-01-11T00:21:49.525Z | go system 1.20 system |
254 | 2025-01-11T00:21:49.525Z | go system 1.19 system |
255 | 2025-01-11T00:21:49.525Z | llvm system 15 system |
256 | 2025-01-11T00:21:49.525Z | llvm system 14 system |
257 | 2025-01-11T00:21:49.525Z | mariadb system 10.6 system |
258 | 2025-01-11T00:21:49.525Z | mta vendor vendor dma |
259 | 2025-01-11T00:21:49.525Z | openjdk system 17 system |
260 | 2025-01-11T00:21:49.525Z | openjdk system 11 system |
261 | 2025-01-11T00:21:49.525Z | openjdk system 1.8 system |
262 | 2025-01-11T00:21:49.525Z | openssl vendor 3 vendor |
263 | 2025-01-11T00:21:49.525Z | perl system 5.36 system |
264 | 2025-01-11T00:21:49.525Z | postgresql system 15 system |
265 | 2025-01-11T00:21:49.525Z | postgresql system 13 system |
266 | 2025-01-11T00:21:49.525Z | python vendor 3 vendor |
267 | 2025-01-11T00:21:49.525Z | python system 2 system |
268 | 2025-01-11T00:21:49.526Z | python3 system 3.11 system |
269 | 2025-01-11T00:21:49.526Z | ruby system 3.0 system |
270 | 2025-01-11T00:21:49.526Z | words vendor vendor american-english |
271 | 2025-01-11T00:21:49.526Z | words system system australian-english |
272 | 2025-01-11T00:21:49.526Z | words system system british-english |
273 | 2025-01-11T00:21:49.526Z | words system system canadian-english |
274 | 2025-01-11T00:21:49.526Z | words system system french |
275 | 2025-01-11T00:21:49.526Z | words system system italian |
276 | 2025-01-11T00:21:49.526Z | words system system ngerman |
277 | 2025-01-11T00:21:49.526Z | words system system ogerman |
278 | 2025-01-11T00:21:49.526Z | words system system spanish |
279 | 2025-01-11T00:21:49.891Z | PUBLISHER TYPE STATUS P LOCATION |
280 | 2025-01-11T00:21:49.891Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
281 | 2025-01-11T00:21:52.779Z | FMRI IFO |
282 | 2025-01-11T00:21:52.779Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
283 | 2025-01-11T00:21:52.779Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
284 | 2025-01-11T00:21:52.779Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
285 | 2025-01-11T00:21:52.779Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
286 | 2025-01-11T00:21:52.779Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
287 | 2025-01-11T00:21:52.779Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
288 | 2025-01-11T00:21:52.779Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
289 | 2025-01-11T00:21:52.779Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
290 | 2025-01-11T00:21:52.779Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
291 | 2025-01-11T00:21:52.779Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
292 | 2025-01-11T00:21:52.779Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
293 | 2025-01-11T00:21:52.779Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
294 | 2025-01-11T00:21:52.779Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
295 | 2025-01-11T00:21:52.779Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
296 | 2025-01-11T00:21:52.779Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
297 | 2025-01-11T00:21:53.640Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
298 | 2025-01-11T00:21:53.965Z | Updating crates.io index |
299 | 2025-01-11T00:21:53.968Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
300 | 2025-01-11T00:21:54.336Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
301 | 2025-01-11T00:21:54.839Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
302 | 2025-01-11T00:21:55.098Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
303 | 2025-01-11T00:21:55.325Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
304 | 2025-01-11T00:21:55.591Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
305 | 2025-01-11T00:21:56.527Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
306 | 2025-01-11T00:21:58.138Z | Updating git repository `https://github.com/oxidecomputer/opte` |
307 | 2025-01-11T00:21:58.750Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
308 | 2025-01-11T00:21:59.405Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
309 | 2025-01-11T00:21:59.683Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
310 | 2025-01-11T00:21:59.937Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
311 | 2025-01-11T00:22:00.582Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
312 | 2025-01-11T00:22:00.857Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
313 | 2025-01-11T00:22:01.162Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
314 | 2025-01-11T00:22:01.438Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
315 | 2025-01-11T00:22:01.666Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
316 | 2025-01-11T00:22:01.898Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
317 | 2025-01-11T00:22:02.206Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
318 | 2025-01-11T00:22:02.475Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
319 | 2025-01-11T00:22:02.834Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
320 | 2025-01-11T00:22:03.036Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
321 | 2025-01-11T00:22:03.491Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
322 | 2025-01-11T00:22:03.820Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
323 | 2025-01-11T00:22:04.172Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
324 | 2025-01-11T00:22:04.522Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
325 | 2025-01-11T00:22:04.860Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
326 | 2025-01-11T00:22:05.093Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
327 | 2025-01-11T00:22:05.396Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
328 | 2025-01-11T00:22:06.672Z | Downloading crates ... |
329 | 2025-01-11T00:22:06.757Z | Downloaded anstream v0.6.15 |
330 | 2025-01-11T00:22:06.760Z | Downloaded clap_lex v0.7.2 |
331 | 2025-01-11T00:22:06.769Z | Downloaded usdt-attr-macro v0.5.0 |
332 | 2025-01-11T00:22:06.774Z | Downloaded equivalent v1.0.1 |
333 | 2025-01-11T00:22:06.777Z | Downloaded cpufeatures v0.2.14 |
334 | 2025-01-11T00:22:06.779Z | Downloaded anyhow v1.0.93 |
335 | 2025-01-11T00:22:06.783Z | Downloaded scroll_derive v0.12.0 |
336 | 2025-01-11T00:22:06.786Z | Downloaded usdt-macro v0.5.0 |
337 | 2025-01-11T00:22:06.798Z | Downloaded heck v0.5.0 |
338 | 2025-01-11T00:22:06.801Z | Downloaded errno v0.3.9 |
339 | 2025-01-11T00:22:06.801Z | Downloaded strsim v0.11.1 |
340 | 2025-01-11T00:22:06.804Z | Downloaded proc-macro-error-attr v1.0.4 |
341 | 2025-01-11T00:22:06.804Z | Downloaded anstyle-parse v0.2.5 |
342 | 2025-01-11T00:22:06.807Z | Downloaded colorchoice v1.0.2 |
343 | 2025-01-11T00:22:06.807Z | Downloaded cargo_metadata v0.18.1 |
344 | 2025-01-11T00:22:06.813Z | Downloaded pretty-hex v0.4.1 |
345 | 2025-01-11T00:22:06.813Z | Downloaded bytecount v0.6.8 |
346 | 2025-01-11T00:22:06.829Z | Downloaded dtrace-parser v0.2.0 |
347 | 2025-01-11T00:22:06.829Z | Downloaded swrite v0.1.0 |
348 | 2025-01-11T00:22:06.832Z | Downloaded heck v0.4.1 |
349 | 2025-01-11T00:22:06.833Z | Downloaded generic-array v0.14.7 |
350 | 2025-01-11T00:22:06.833Z | Downloaded plain v0.2.3 |
351 | 2025-01-11T00:22:06.833Z | Downloaded digest v0.10.7 |
352 | 2025-01-11T00:22:06.833Z | Downloaded itoa v1.0.11 |
353 | 2025-01-11T00:22:06.833Z | Downloaded usdt-impl v0.5.0 |
354 | 2025-01-11T00:22:06.833Z | Downloaded anstyle-query v1.1.1 |
355 | 2025-01-11T00:22:06.838Z | Downloaded toml_datetime v0.6.8 |
356 | 2025-01-11T00:22:06.839Z | Downloaded macaddr v1.0.1 |
357 | 2025-01-11T00:22:06.839Z | Downloaded dof v0.3.0 |
358 | 2025-01-11T00:22:06.839Z | Downloaded autocfg v1.4.0 |
359 | 2025-01-11T00:22:06.844Z | Downloaded cargo_toml v0.20.5 |
360 | 2025-01-11T00:22:06.844Z | Downloaded anstyle v1.0.10 |
361 | 2025-01-11T00:22:06.844Z | Downloaded byteorder v1.5.0 |
362 | 2025-01-11T00:22:06.844Z | Downloaded terminal_size v0.4.0 |
363 | 2025-01-11T00:22:06.848Z | Downloaded serde_tokenstream v0.2.2 |
364 | 2025-01-11T00:22:06.848Z | Downloaded camino-tempfile v1.1.1 |
365 | 2025-01-11T00:22:06.851Z | Downloaded zerocopy-derive v0.7.35 |
366 | 2025-01-11T00:22:06.856Z | Downloaded utf8parse v0.2.2 |
367 | 2025-01-11T00:22:06.857Z | Downloaded block-buffer v0.10.4 |
368 | 2025-01-11T00:22:06.857Z | Downloaded unicode-linebreak v0.1.5 |
369 | 2025-01-11T00:22:06.857Z | Downloaded thread-id v4.2.2 |
370 | 2025-01-11T00:22:06.860Z | Downloaded tabled_derive v0.7.0 |
371 | 2025-01-11T00:22:06.860Z | Downloaded usdt v0.5.0 |
372 | 2025-01-11T00:22:06.860Z | Downloaded smawk v0.3.2 |
373 | 2025-01-11T00:22:06.860Z | Downloaded fnv v1.0.7 |
374 | 2025-01-11T00:22:06.860Z | Downloaded crypto-common v0.1.6 |
375 | 2025-01-11T00:22:06.864Z | Downloaded pest_generator v2.7.14 |
376 | 2025-01-11T00:22:06.864Z | Downloaded serde_spanned v0.6.8 |
377 | 2025-01-11T00:22:06.870Z | Downloaded memmap v0.7.0 |
378 | 2025-01-11T00:22:06.870Z | Downloaded version_check v0.9.5 |
379 | 2025-01-11T00:22:06.870Z | Downloaded cfg-if v1.0.0 |
380 | 2025-01-11T00:22:06.870Z | Downloaded is_terminal_polyfill v1.70.1 |
381 | 2025-01-11T00:22:06.870Z | Downloaded fs-err v2.11.0 |
382 | 2025-01-11T00:22:06.870Z | Downloaded cargo-platform v0.1.8 |
383 | 2025-01-11T00:22:06.874Z | Downloaded proc-macro-error v1.0.4 |
384 | 2025-01-11T00:22:06.877Z | Downloaded pest_derive v2.7.14 |
385 | 2025-01-11T00:22:06.881Z | Downloaded semver v1.0.24 |
386 | 2025-01-11T00:22:06.886Z | Downloaded thiserror v1.0.69 |
387 | 2025-01-11T00:22:06.886Z | Downloaded proc-macro2 v1.0.92 |
388 | 2025-01-11T00:22:06.889Z | Downloaded scroll v0.12.0 |
389 | 2025-01-11T00:22:06.891Z | Downloaded quote v1.0.38 |
390 | 2025-01-11T00:22:06.894Z | Downloaded fastrand v2.1.1 |
391 | 2025-01-11T00:22:06.895Z | Downloaded camino v1.1.9 |
392 | 2025-01-11T00:22:06.898Z | Downloaded bitflags v2.6.0 |
393 | 2025-01-11T00:22:06.903Z | Downloaded sha2 v0.10.8 |
394 | 2025-01-11T00:22:06.903Z | Downloaded log v0.4.22 |
395 | 2025-01-11T00:22:06.905Z | Downloaded ucd-trie v0.1.7 |
396 | 2025-01-11T00:22:06.905Z | Downloaded once_cell v1.20.2 |
397 | 2025-01-11T00:22:06.908Z | Downloaded clap_derive v4.5.18 |
398 | 2025-01-11T00:22:06.913Z | Downloaded toml v0.8.19 |
399 | 2025-01-11T00:22:06.916Z | Downloaded clap v4.5.21 |
400 | 2025-01-11T00:22:06.927Z | Downloaded unicode-ident v1.0.14 |
401 | 2025-01-11T00:22:06.932Z | Downloaded thiserror-impl v1.0.69 |
402 | 2025-01-11T00:22:06.932Z | Downloaded textwrap v0.16.1 |
403 | 2025-01-11T00:22:06.932Z | Downloaded pest_meta v2.7.14 |
404 | 2025-01-11T00:22:06.932Z | Downloaded typenum v1.17.0 |
405 | 2025-01-11T00:22:06.936Z | Downloaded ryu v1.0.18 |
406 | 2025-01-11T00:22:06.943Z | Downloaded tempfile v3.13.0 |
407 | 2025-01-11T00:22:06.943Z | Downloaded papergrid v0.11.0 |
408 | 2025-01-11T00:22:06.948Z | Downloaded indexmap v2.7.0 |
409 | 2025-01-11T00:22:06.951Z | Downloaded serde_derive v1.0.217 |
410 | 2025-01-11T00:22:06.954Z | Downloaded serde v1.0.217 |
411 | 2025-01-11T00:22:06.958Z | Downloaded memchr v2.7.4 |
412 | 2025-01-11T00:22:06.964Z | Downloaded toml_edit v0.22.22 |
413 | 2025-01-11T00:22:06.997Z | Downloaded pest v2.7.14 |
414 | 2025-01-11T00:22:07.006Z | Downloaded clap_builder v4.5.21 |
415 | 2025-01-11T00:22:07.011Z | Downloaded hashbrown v0.15.1 |
416 | 2025-01-11T00:22:07.016Z | Downloaded zerocopy v0.7.35 |
417 | 2025-01-11T00:22:07.031Z | Downloaded tabled v0.15.0 |
418 | 2025-01-11T00:22:07.051Z | Downloaded serde_json v1.0.135 |
419 | 2025-01-11T00:22:07.064Z | Downloaded goblin v0.8.2 |
420 | 2025-01-11T00:22:07.064Z | Downloaded winnow v0.6.20 |
421 | 2025-01-11T00:22:07.068Z | Downloaded syn v1.0.109 |
422 | 2025-01-11T00:22:07.077Z | Downloaded unicode-width v0.1.14 |
423 | 2025-01-11T00:22:07.084Z | Downloaded syn v2.0.96 |
424 | 2025-01-11T00:22:07.097Z | Downloaded rustix v0.38.37 |
425 | 2025-01-11T00:22:07.146Z | Downloaded libc v0.2.162 |
426 | 2025-01-11T00:22:07.461Z | Compiling proc-macro2 v1.0.92 |
427 | 2025-01-11T00:22:07.461Z | Compiling unicode-ident v1.0.14 |
428 | 2025-01-11T00:22:07.464Z | Compiling serde v1.0.217 |
429 | 2025-01-11T00:22:07.464Z | Compiling version_check v0.9.5 |
430 | 2025-01-11T00:22:07.464Z | Compiling thiserror v1.0.69 |
431 | 2025-01-11T00:22:07.464Z | Compiling memchr v2.7.4 |
432 | 2025-01-11T00:22:07.465Z | Compiling libc v0.2.162 |
433 | 2025-01-11T00:22:07.520Z | Compiling itoa v1.0.11 |
434 | 2025-01-11T00:22:07.722Z | Compiling ryu v1.0.18 |
435 | 2025-01-11T00:22:07.891Z | Compiling ucd-trie v0.1.7 |
436 | 2025-01-11T00:22:08.083Z | Compiling once_cell v1.20.2 |
437 | 2025-01-11T00:22:08.406Z | Compiling byteorder v1.5.0 |
438 | 2025-01-11T00:22:08.462Z | Compiling serde_json v1.0.135 |
439 | 2025-01-11T00:22:08.789Z | Compiling rustix v0.38.37 |
440 | 2025-01-11T00:22:08.942Z | Compiling bitflags v2.6.0 |
441 | 2025-01-11T00:22:09.012Z | Compiling usdt-impl v0.5.0 |
442 | 2025-01-11T00:22:09.216Z | Compiling proc-macro-error-attr v1.0.4 |
443 | 2025-01-11T00:22:09.332Z | Compiling syn v1.0.109 |
444 | 2025-01-11T00:22:09.424Z | Compiling proc-macro-error v1.0.4 |
445 | 2025-01-11T00:22:09.535Z | Compiling log v0.4.22 |
446 | 2025-01-11T00:22:09.591Z | Compiling camino v1.1.9 |
447 | 2025-01-11T00:22:09.729Z | Compiling hashbrown v0.15.1 |
448 | 2025-01-11T00:22:09.827Z | Compiling equivalent v1.0.1 |
449 | 2025-01-11T00:22:09.966Z | Compiling quote v1.0.38 |
450 | 2025-01-11T00:22:09.995Z | Compiling plain v0.2.3 |
451 | 2025-01-11T00:22:10.099Z | Compiling utf8parse v0.2.2 |
452 | 2025-01-11T00:22:10.275Z | Compiling errno v0.3.9 |
453 | 2025-01-11T00:22:10.326Z | Compiling anstyle-parse v0.2.5 |
454 | 2025-01-11T00:22:10.384Z | Compiling syn v2.0.96 |
455 | 2025-01-11T00:22:10.685Z | Compiling thread-id v4.2.2 |
456 | 2025-01-11T00:22:10.737Z | Compiling anstyle v1.0.10 |
457 | 2025-01-11T00:22:10.813Z | Compiling unicode-width v0.1.14 |
458 | 2025-01-11T00:22:11.059Z | Compiling indexmap v2.7.0 |
459 | 2025-01-11T00:22:11.061Z | Compiling is_terminal_polyfill v1.70.1 |
460 | 2025-01-11T00:22:11.183Z | Compiling autocfg v1.4.0 |
461 | 2025-01-11T00:22:11.232Z | Compiling pretty-hex v0.4.1 |
462 | 2025-01-11T00:22:11.325Z | Compiling winnow v0.6.20 |
463 | 2025-01-11T00:22:11.515Z | Compiling colorchoice v1.0.2 |
464 | 2025-01-11T00:22:11.668Z | Compiling anstyle-query v1.1.1 |
465 | 2025-01-11T00:22:11.830Z | Compiling semver v1.0.24 |
466 | 2025-01-11T00:22:12.076Z | Compiling anstream v0.6.15 |
467 | 2025-01-11T00:22:12.661Z | Compiling fs-err v2.11.0 |
468 | 2025-01-11T00:22:12.728Z | Compiling cfg-if v1.0.0 |
469 | 2025-01-11T00:22:12.728Z | Compiling clap_lex v0.7.2 |
470 | 2025-01-11T00:22:12.743Z | Compiling fastrand v2.1.1 |
471 | 2025-01-11T00:22:12.784Z | Compiling terminal_size v0.4.0 |
472 | 2025-01-11T00:22:12.953Z | Compiling heck v0.5.0 |
473 | 2025-01-11T00:22:13.048Z | Compiling bytecount v0.6.8 |
474 | 2025-01-11T00:22:13.214Z | Compiling anyhow v1.0.93 |
475 | 2025-01-11T00:22:13.245Z | Compiling strsim v0.11.1 |
476 | 2025-01-11T00:22:13.476Z | Compiling fnv v1.0.7 |
477 | 2025-01-11T00:22:13.643Z | Compiling heck v0.4.1 |
478 | 2025-01-11T00:22:13.790Z | Compiling tempfile v3.13.0 |
479 | 2025-01-11T00:22:14.213Z | Compiling papergrid v0.11.0 |
480 | 2025-01-11T00:22:14.244Z | Compiling clap_builder v4.5.21 |
481 | 2025-01-11T00:22:14.302Z | Compiling memmap v0.7.0 |
482 | 2025-01-11T00:22:14.468Z | Compiling unicode-linebreak v0.1.5 |
483 | 2025-01-11T00:22:14.706Z | Compiling smawk v0.3.2 |
484 | 2025-01-11T00:22:14.942Z | Compiling textwrap v0.16.1 |
485 | 2025-01-11T00:22:15.401Z | Compiling swrite v0.1.0 |
486 | 2025-01-11T00:22:16.493Z | Compiling tabled_derive v0.7.0 |
487 | 2025-01-11T00:22:18.165Z | Compiling tabled v0.15.0 |
488 | 2025-01-11T00:22:22.792Z | Compiling serde_derive v1.0.217 |
489 | 2025-01-11T00:22:22.809Z | Compiling thiserror-impl v1.0.69 |
490 | 2025-01-11T00:22:22.809Z | Compiling zerocopy-derive v0.7.35 |
491 | 2025-01-11T00:22:22.809Z | Compiling scroll_derive v0.12.0 |
492 | 2025-01-11T00:22:22.809Z | Compiling clap_derive v4.5.18 |
493 | 2025-01-11T00:22:22.810Z | Compiling scroll v0.12.0 |
494 | 2025-01-11T00:22:22.810Z | Compiling goblin v0.8.2 |
495 | 2025-01-11T00:22:22.810Z | Compiling zerocopy v0.7.35 |
496 | 2025-01-11T00:22:23.029Z | Compiling pest v2.7.14 |
497 | 2025-01-11T00:22:24.126Z | Compiling clap v4.5.21 |
498 | 2025-01-11T00:22:25.263Z | Compiling pest_meta v2.7.14 |
499 | 2025-01-11T00:22:26.145Z | Compiling pest_generator v2.7.14 |
500 | 2025-01-11T00:22:28.208Z | Compiling pest_derive v2.7.14 |
501 | 2025-01-11T00:22:28.945Z | Compiling dtrace-parser v0.2.0 |
502 | 2025-01-11T00:22:30.812Z | Compiling serde_tokenstream v0.2.2 |
503 | 2025-01-11T00:22:30.868Z | Compiling toml_datetime v0.6.8 |
504 | 2025-01-11T00:22:30.868Z | Compiling serde_spanned v0.6.8 |
505 | 2025-01-11T00:22:31.194Z | Compiling cargo-platform v0.1.8 |
506 | 2025-01-11T00:22:31.283Z | Compiling toml_edit v0.22.22 |
507 | 2025-01-11T00:22:31.453Z | Compiling macaddr v1.0.1 |
508 | 2025-01-11T00:22:31.718Z | Compiling camino-tempfile v1.1.1 |
509 | 2025-01-11T00:22:32.382Z | Compiling dof v0.3.0 |
510 | 2025-01-11T00:22:32.458Z | Compiling cargo_metadata v0.18.1 |
511 | 2025-01-11T00:22:34.258Z | Compiling usdt-attr-macro v0.5.0 |
512 | 2025-01-11T00:22:34.258Z | Compiling usdt-macro v0.5.0 |
513 | 2025-01-11T00:22:34.359Z | Compiling toml v0.8.19 |
514 | 2025-01-11T00:22:35.257Z | Compiling cargo_toml v0.20.5 |
515 | 2025-01-11T00:22:35.718Z | Compiling usdt v0.5.0 |
516 | 2025-01-11T00:22:39.075Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
517 | 2025-01-11T00:22:43.653Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.27s |
518 | 2025-01-11T00:22:43.945Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
519 | 2025-01-11T00:22:44.572Z | Downloading crates ... |
520 | 2025-01-11T00:22:44.723Z | Downloaded aead v0.5.2 |
521 | 2025-01-11T00:22:44.729Z | Downloaded adler2 v2.0.0 |
522 | 2025-01-11T00:22:44.729Z | Downloaded addr2line v0.24.2 |
523 | 2025-01-11T00:22:44.729Z | Downloaded async-bb8-diesel v0.2.1 |
524 | 2025-01-11T00:22:44.732Z | Downloaded allocator-api2 v0.2.18 |
525 | 2025-01-11T00:22:44.737Z | Downloaded assert_matches v1.5.0 |
526 | 2025-01-11T00:22:44.741Z | Downloaded headers-core v0.3.0 |
527 | 2025-01-11T00:22:44.744Z | Downloaded crucible-workspace-hack v0.1.0 |
528 | 2025-01-11T00:22:44.748Z | Downloaded atomicwrites v0.4.4 |
529 | 2025-01-11T00:22:44.754Z | Downloaded hex-literal v0.4.1 |
530 | 2025-01-11T00:22:44.766Z | Downloaded highway v1.2.0 |
531 | 2025-01-11T00:22:44.766Z | Downloaded heck v0.3.3 |
532 | 2025-01-11T00:22:44.766Z | Downloaded cstr-argument v0.1.2 |
533 | 2025-01-11T00:22:44.766Z | Downloaded crunchy v0.2.2 |
534 | 2025-01-11T00:22:44.766Z | Downloaded ciborium-io v0.2.2 |
535 | 2025-01-11T00:22:44.766Z | Downloaded async-stream-impl v0.3.6 |
536 | 2025-01-11T00:22:44.766Z | Downloaded hex v0.4.3 |
537 | 2025-01-11T00:22:44.766Z | Downloaded atty v0.2.14 |
538 | 2025-01-11T00:22:44.766Z | Downloaded cfg_aliases v0.2.1 |
539 | 2025-01-11T00:22:44.771Z | Downloaded match_cfg v0.1.0 |
540 | 2025-01-11T00:22:44.771Z | Downloaded async-recursion v1.1.1 |
541 | 2025-01-11T00:22:44.774Z | Downloaded ident_case v1.0.1 |
542 | 2025-01-11T00:22:44.774Z | Downloaded icu_provider_macros v1.5.0 |
543 | 2025-01-11T00:22:44.774Z | Downloaded http-body v1.0.1 |
544 | 2025-01-11T00:22:44.777Z | Downloaded http-range v0.1.5 |
545 | 2025-01-11T00:22:44.777Z | Downloaded ascii-canvas v3.0.0 |
546 | 2025-01-11T00:22:44.777Z | Downloaded array-init v0.0.4 |
547 | 2025-01-11T00:22:44.783Z | Downloaded cexpr v0.6.0 |
548 | 2025-01-11T00:22:44.783Z | Downloaded colored v2.1.0 |
549 | 2025-01-11T00:22:44.786Z | Downloaded chacha20 v0.9.1 |
550 | 2025-01-11T00:22:44.786Z | Downloaded constant_time_eq v0.3.1 |
551 | 2025-01-11T00:22:44.791Z | Downloaded bcrypt-pbkdf v0.10.0 |
552 | 2025-01-11T00:22:44.791Z | Downloaded hubpack_derive v0.1.1 |
553 | 2025-01-11T00:22:44.791Z | Downloaded argon2 v0.5.3 |
554 | 2025-01-11T00:22:44.796Z | Downloaded is_ci v1.2.0 |
555 | 2025-01-11T00:22:44.796Z | Downloaded instant v0.1.13 |
556 | 2025-01-11T00:22:44.796Z | Downloaded md5 v0.7.0 |
557 | 2025-01-11T00:22:44.803Z | Downloaded cassowary v0.3.0 |
558 | 2025-01-11T00:22:44.803Z | Downloaded castaway v0.2.3 |
559 | 2025-01-11T00:22:44.803Z | Downloaded bitfield v0.14.0 |
560 | 2025-01-11T00:22:44.803Z | Downloaded bitfield-struct v0.6.2 |
561 | 2025-01-11T00:22:44.803Z | Downloaded matches v0.1.10 |
562 | 2025-01-11T00:22:44.806Z | Downloaded block-padding v0.3.3 |
563 | 2025-01-11T00:22:44.806Z | Downloaded atomic-waker v1.1.2 |
564 | 2025-01-11T00:22:44.809Z | Downloaded crc-catalog v2.4.0 |
565 | 2025-01-11T00:22:44.809Z | Downloaded lazycell v1.3.0 |
566 | 2025-01-11T00:22:44.812Z | Downloaded hyper-tls v0.6.0 |
567 | 2025-01-11T00:22:44.812Z | Downloaded convert_case v0.4.0 |
568 | 2025-01-11T00:22:44.815Z | Downloaded indent_write v2.2.0 |
569 | 2025-01-11T00:22:44.815Z | Downloaded hostname v0.3.1 |
570 | 2025-01-11T00:22:44.820Z | Downloaded curve25519-dalek-derive v0.1.1 |
571 | 2025-01-11T00:22:44.820Z | Downloaded httpdate v1.0.3 |
572 | 2025-01-11T00:22:44.820Z | Downloaded hostname v0.4.0 |
573 | 2025-01-11T00:22:44.823Z | Downloaded idna_adapter v1.2.0 |
574 | 2025-01-11T00:22:44.823Z | Downloaded http-body-util v0.1.2 |
575 | 2025-01-11T00:22:44.826Z | Downloaded cipher v0.4.4 |
576 | 2025-01-11T00:22:44.826Z | Downloaded keccak v0.1.5 |
577 | 2025-01-11T00:22:44.831Z | Downloaded cobs v0.2.3 |
578 | 2025-01-11T00:22:44.831Z | Downloaded arrayvec v0.7.6 |
579 | 2025-01-11T00:22:44.834Z | Downloaded libefi-sys v0.1.0 |
580 | 2025-01-11T00:22:44.834Z | Downloaded bb8 v0.8.5 |
581 | 2025-01-11T00:22:44.834Z | Downloaded mime v0.3.17 |
582 | 2025-01-11T00:22:44.837Z | Downloaded hubpack v0.1.2 |
583 | 2025-01-11T00:22:44.837Z | Downloaded maybe-uninit v2.0.0 |
584 | 2025-01-11T00:22:44.840Z | Downloaded darling v0.20.10 |
585 | 2025-01-11T00:22:44.844Z | Downloaded md-5 v0.10.6 |
586 | 2025-01-11T00:22:44.847Z | Downloaded is-terminal v0.4.13 |
587 | 2025-01-11T00:22:44.847Z | Downloaded indoc v1.0.9 |
588 | 2025-01-11T00:22:44.851Z | Downloaded managed v0.8.0 |
589 | 2025-01-11T00:22:44.851Z | Downloaded lazy_static v1.5.0 |
590 | 2025-01-11T00:22:44.856Z | Downloaded lalrpop-util v0.19.12 |
591 | 2025-01-11T00:22:44.856Z | Downloaded internet-checksum v0.2.1 |
592 | 2025-01-11T00:22:44.856Z | Downloaded instability v0.3.2 |
593 | 2025-01-11T00:22:44.862Z | Downloaded proc-macro-crate v1.3.1 |
594 | 2025-01-11T00:22:44.862Z | Downloaded inout v0.1.3 |
595 | 2025-01-11T00:22:44.862Z | Downloaded cfg_aliases v0.1.1 |
596 | 2025-01-11T00:22:44.863Z | Downloaded primeorder v0.13.6 |
597 | 2025-01-11T00:22:44.873Z | Downloaded memoffset v0.9.1 |
598 | 2025-01-11T00:22:44.873Z | Downloaded console v0.15.8 |
599 | 2025-01-11T00:22:44.873Z | Downloaded maplit v1.0.2 |
600 | 2025-01-11T00:22:44.876Z | Downloaded crc32fast v1.4.2 |
601 | 2025-01-11T00:22:44.876Z | Downloaded bcs v0.1.6 |
602 | 2025-01-11T00:22:44.876Z | Downloaded const_format_proc_macros v0.2.33 |
603 | 2025-01-11T00:22:44.876Z | Downloaded libloading v0.8.5 |
604 | 2025-01-11T00:22:44.876Z | Downloaded icu_locid_transform v1.5.0 |
605 | 2025-01-11T00:22:44.885Z | Downloaded strum v0.26.3 |
606 | 2025-01-11T00:22:44.888Z | Downloaded hyper-staticfile v0.10.1 |
607 | 2025-01-11T00:22:44.889Z | Downloaded sync-ptr v0.1.1 |
608 | 2025-01-11T00:22:44.889Z | Downloaded ahash v0.8.11 |
609 | 2025-01-11T00:22:44.889Z | Downloaded ref-cast-impl v1.0.23 |
610 | 2025-01-11T00:22:44.889Z | Downloaded memmap2 v0.9.5 |
611 | 2025-01-11T00:22:44.892Z | Downloaded lockfree-object-pool v0.1.6 |
612 | 2025-01-11T00:22:44.896Z | Downloaded iana-time-zone v0.1.61 |
613 | 2025-01-11T00:22:44.897Z | Downloaded mime_guess v2.0.5 |
614 | 2025-01-11T00:22:44.902Z | Downloaded crossbeam-deque v0.8.5 |
615 | 2025-01-11T00:22:44.902Z | Downloaded chrono-tz-build v0.4.0 |
616 | 2025-01-11T00:22:44.902Z | Downloaded bit-set v0.5.3 |
617 | 2025-01-11T00:22:44.906Z | Downloaded arrayref v0.3.9 |
618 | 2025-01-11T00:22:44.906Z | Downloaded ipnetwork v0.20.0 |
619 | 2025-01-11T00:22:44.906Z | Downloaded rand_chacha v0.3.1 |
620 | 2025-01-11T00:22:44.911Z | Downloaded linear-map v1.2.0 |
621 | 2025-01-11T00:22:44.911Z | Downloaded serde-hex v0.1.0 |
622 | 2025-01-11T00:22:44.911Z | Downloaded rustls-pemfile v1.0.4 |
623 | 2025-01-11T00:22:44.917Z | Downloaded signal-hook-registry v1.4.2 |
624 | 2025-01-11T00:22:44.917Z | Downloaded foreign-types-shared v0.3.1 |
625 | 2025-01-11T00:22:44.918Z | Downloaded foreign-types-shared v0.1.1 |
626 | 2025-01-11T00:22:44.918Z | Downloaded signal-hook-mio v0.2.4 |
627 | 2025-01-11T00:22:44.922Z | Downloaded const-oid v0.9.6 |
628 | 2025-01-11T00:22:44.922Z | Downloaded clang-sys v1.8.1 |
629 | 2025-01-11T00:22:44.926Z | Downloaded slog-async v2.8.0 |
630 | 2025-01-11T00:22:44.926Z | Downloaded sha1 v0.10.6 |
631 | 2025-01-11T00:22:44.926Z | Downloaded cookie v0.18.1 |
632 | 2025-01-11T00:22:44.934Z | Downloaded foreign-types-macros v0.2.3 |
633 | 2025-01-11T00:22:44.934Z | Downloaded icu_provider v1.5.0 |
634 | 2025-01-11T00:22:44.937Z | Downloaded icu_normalizer v1.5.0 |
635 | 2025-01-11T00:22:44.937Z | Downloaded termcolor v1.4.1 |
636 | 2025-01-11T00:22:44.944Z | Downloaded supports-color v3.0.1 |
637 | 2025-01-11T00:22:44.944Z | Downloaded strip-ansi-escapes v0.2.0 |
638 | 2025-01-11T00:22:44.944Z | Downloaded static_assertions v1.1.0 |
639 | 2025-01-11T00:22:44.947Z | Downloaded jobserver v0.1.32 |
640 | 2025-01-11T00:22:44.947Z | Downloaded icu_normalizer_data v1.5.0 |
641 | 2025-01-11T00:22:44.947Z | Downloaded hmac v0.12.1 |
642 | 2025-01-11T00:22:44.950Z | Downloaded termios v0.3.3 |
643 | 2025-01-11T00:22:44.950Z | Downloaded heapless v0.8.0 |
644 | 2025-01-11T00:22:44.954Z | Downloaded oso-derive v0.27.3 |
645 | 2025-01-11T00:22:44.957Z | Downloaded openssl-macros v0.1.1 |
646 | 2025-01-11T00:22:44.957Z | Downloaded tokio-macros v2.4.0 |
647 | 2025-01-11T00:22:44.962Z | Downloaded rustc-demangle v0.1.24 |
648 | 2025-01-11T00:22:44.962Z | Downloaded wyz v0.5.1 |
649 | 2025-01-11T00:22:44.962Z | Downloaded embedded-io v0.4.0 |
650 | 2025-01-11T00:22:44.967Z | Downloaded chacha20poly1305 v0.10.1 |
651 | 2025-01-11T00:22:44.967Z | Downloaded utf16_iter v1.0.5 |
652 | 2025-01-11T00:22:44.971Z | Downloaded slog-bunyan v2.5.0 |
653 | 2025-01-11T00:22:44.971Z | Downloaded openssl-probe v0.1.5 |
654 | 2025-01-11T00:22:44.971Z | Downloaded crossbeam-utils v0.8.20 |
655 | 2025-01-11T00:22:44.974Z | Downloaded crc-any v2.5.0 |
656 | 2025-01-11T00:22:44.977Z | Downloaded base64 v0.13.1 |
657 | 2025-01-11T00:22:44.986Z | Downloaded enum-as-inner v0.5.1 |
658 | 2025-01-11T00:22:44.990Z | Downloaded form_urlencoded v1.2.1 |
659 | 2025-01-11T00:22:44.990Z | Downloaded fd-lock v4.0.2 |
660 | 2025-01-11T00:22:44.990Z | Downloaded dirs-next v2.0.0 |
661 | 2025-01-11T00:22:44.990Z | Downloaded spin v0.9.8 |
662 | 2025-01-11T00:22:44.990Z | Downloaded indexmap v1.9.3 |
663 | 2025-01-11T00:22:44.995Z | Downloaded hyper-util v0.1.10 |
664 | 2025-01-11T00:22:44.998Z | Downloaded toolchain_find v0.4.0 |
665 | 2025-01-11T00:22:44.998Z | Downloaded num-integer v0.1.46 |
666 | 2025-01-11T00:22:45.002Z | Downloaded globset v0.4.15 |
667 | 2025-01-11T00:22:45.006Z | Downloaded tokio-rustls v0.26.0 |
668 | 2025-01-11T00:22:45.006Z | Downloaded heapless v0.7.17 |
669 | 2025-01-11T00:22:45.009Z | Downloaded pin-utils v0.1.0 |
670 | 2025-01-11T00:22:45.014Z | Downloaded indicatif v0.17.9 |
671 | 2025-01-11T00:22:45.017Z | Downloaded ff v0.13.0 |
672 | 2025-01-11T00:22:45.017Z | Downloaded ppv-lite86 v0.2.20 |
673 | 2025-01-11T00:22:45.017Z | Downloaded rand_seeder v0.3.0 |
674 | 2025-01-11T00:22:45.021Z | Downloaded rand_core v0.6.4 |
675 | 2025-01-11T00:22:45.021Z | Downloaded crypto-bigint v0.5.5 |
676 | 2025-01-11T00:22:45.039Z | Downloaded zerofrom v0.1.4 |
677 | 2025-01-11T00:22:45.042Z | Downloaded slog-dtrace v0.3.0 |
678 | 2025-01-11T00:22:45.042Z | Downloaded serde_path_to_error v0.1.16 |
679 | 2025-01-11T00:22:45.045Z | Downloaded sec1 v0.7.3 |
680 | 2025-01-11T00:22:45.049Z | Downloaded rfc6979 v0.4.0 |
681 | 2025-01-11T00:22:45.049Z | Downloaded hashlink v0.9.1 |
682 | 2025-01-11T00:22:45.053Z | Downloaded slog v2.7.0 |
683 | 2025-01-11T00:22:45.053Z | Downloaded bumpalo v3.16.0 |
684 | 2025-01-11T00:22:45.057Z | Downloaded phf_shared v0.10.0 |
685 | 2025-01-11T00:22:45.057Z | Downloaded path-slash v0.1.5 |
686 | 2025-01-11T00:22:45.060Z | Downloaded newtype_derive v0.1.6 |
687 | 2025-01-11T00:22:45.060Z | Downloaded newline-converter v0.3.0 |
688 | 2025-01-11T00:22:45.060Z | Downloaded new_debug_unreachable v1.0.6 |
689 | 2025-01-11T00:22:45.064Z | Downloaded rustls-pki-types v1.10.0 |
690 | 2025-01-11T00:22:45.067Z | Downloaded num-rational v0.4.2 |
691 | 2025-01-11T00:22:45.067Z | Downloaded hickory-server v0.24.1 |
692 | 2025-01-11T00:22:45.072Z | Downloaded unarray v0.1.4 |
693 | 2025-01-11T00:22:45.076Z | Downloaded structmeta v0.3.0 |
694 | 2025-01-11T00:22:45.076Z | Downloaded russh-cryptovec v0.7.3 |
695 | 2025-01-11T00:22:45.079Z | Downloaded postgres-types v0.2.8 |
696 | 2025-01-11T00:22:45.079Z | Downloaded deranged v0.3.11 |
697 | 2025-01-11T00:22:45.082Z | Downloaded debug-ignore v1.0.5 |
698 | 2025-01-11T00:22:45.082Z | Downloaded tinystr v0.7.6 |
699 | 2025-01-11T00:22:45.085Z | Downloaded fallible-iterator v0.2.0 |
700 | 2025-01-11T00:22:45.088Z | Downloaded time-core v0.1.2 |
701 | 2025-01-11T00:22:45.088Z | Downloaded ron v0.8.1 |
702 | 2025-01-11T00:22:45.092Z | Downloaded tower-service v0.3.3 |
703 | 2025-01-11T00:22:45.096Z | Downloaded fallible-streaming-iterator v0.1.9 |
704 | 2025-01-11T00:22:45.096Z | Downloaded fallible-iterator v0.3.0 |
705 | 2025-01-11T00:22:45.099Z | Downloaded dunce v1.0.5 |
706 | 2025-01-11T00:22:45.100Z | Downloaded dsl_auto_type v0.1.2 |
707 | 2025-01-11T00:22:45.100Z | Downloaded sqlparser_derive v0.2.2 |
708 | 2025-01-11T00:22:45.102Z | Downloaded env_filter v0.1.2 |
709 | 2025-01-11T00:22:45.102Z | Downloaded snafu-derive v0.8.5 |
710 | 2025-01-11T00:22:45.106Z | Downloaded hickory-resolver v0.24.1 |
711 | 2025-01-11T00:22:45.109Z | Downloaded want v0.3.1 |
712 | 2025-01-11T00:22:45.113Z | Downloaded rayon-core v1.12.1 |
713 | 2025-01-11T00:22:45.116Z | Downloaded phf_shared v0.11.2 |
714 | 2025-01-11T00:22:45.116Z | Downloaded rand_xorshift v0.3.0 |
715 | 2025-01-11T00:22:45.116Z | Downloaded phf v0.11.2 |
716 | 2025-01-11T00:22:45.119Z | Downloaded phf_codegen v0.11.2 |
717 | 2025-01-11T00:22:45.119Z | Downloaded strum_macros v0.26.4 |
718 | 2025-01-11T00:22:45.122Z | Downloaded phf_generator v0.11.2 |
719 | 2025-01-11T00:22:45.122Z | Downloaded unicase v2.7.0 |
720 | 2025-01-11T00:22:45.126Z | Downloaded darling_macro v0.20.10 |
721 | 2025-01-11T00:22:45.126Z | Downloaded nibble_vec v0.1.0 |
722 | 2025-01-11T00:22:45.129Z | Downloaded miniz_oxide v0.8.0 |
723 | 2025-01-11T00:22:45.129Z | Downloaded opaque-debug v0.3.1 |
724 | 2025-01-11T00:22:45.132Z | Downloaded pin-project-internal v1.1.6 |
725 | 2025-01-11T00:22:45.132Z | Downloaded packed_struct v0.10.1 |
726 | 2025-01-11T00:22:45.135Z | Downloaded uzers v0.12.1 |
727 | 2025-01-11T00:22:45.138Z | Downloaded structmeta-derive v0.3.0 |
728 | 2025-01-11T00:22:45.138Z | Downloaded env_logger v0.10.2 |
729 | 2025-01-11T00:22:45.142Z | Downloaded rustc_version v0.4.1 |
730 | 2025-01-11T00:22:45.146Z | Downloaded value-bag v1.9.0 |
731 | 2025-01-11T00:22:45.149Z | Downloaded progenitor-impl v0.9.1 |
732 | 2025-01-11T00:22:45.149Z | Downloaded parse-size v1.1.0 |
733 | 2025-01-11T00:22:45.149Z | Downloaded fxhash v0.2.1 |
734 | 2025-01-11T00:22:45.152Z | Downloaded schemars_derive v0.8.21 |
735 | 2025-01-11T00:22:45.152Z | Downloaded thread_local v1.1.8 |
736 | 2025-01-11T00:22:45.155Z | Downloaded thiserror-impl-no-std v2.0.2 |
737 | 2025-01-11T00:22:45.155Z | Downloaded utf-8 v0.7.6 |
738 | 2025-01-11T00:22:45.158Z | Downloaded strum_macros v0.25.3 |
739 | 2025-01-11T00:22:45.162Z | Downloaded thiserror-no-std v2.0.2 |
740 | 2025-01-11T00:22:45.165Z | Downloaded percent-encoding v2.3.1 |
741 | 2025-01-11T00:22:45.165Z | Downloaded socket2 v0.5.7 |
742 | 2025-01-11T00:22:45.169Z | Downloaded strum_macros v0.24.3 |
743 | 2025-01-11T00:22:45.171Z | Downloaded ssh-cipher v0.2.0 |
744 | 2025-01-11T00:22:45.171Z | Downloaded toml v0.7.8 |
745 | 2025-01-11T00:22:45.176Z | Downloaded subprocess v0.2.9 |
746 | 2025-01-11T00:22:45.179Z | Downloaded slog-json v2.6.1 |
747 | 2025-01-11T00:22:45.179Z | Downloaded zeroize v1.8.1 |
748 | 2025-01-11T00:22:45.182Z | Downloaded oso v0.27.3 |
749 | 2025-01-11T00:22:45.185Z | Downloaded futures-core v0.3.31 |
750 | 2025-01-11T00:22:45.188Z | Downloaded flagset v0.4.6 |
751 | 2025-01-11T00:22:45.188Z | Downloaded either v1.13.0 |
752 | 2025-01-11T00:22:45.188Z | Downloaded parse-display v0.10.0 |
753 | 2025-01-11T00:22:45.193Z | Downloaded yoke v0.7.4 |
754 | 2025-01-11T00:22:45.193Z | Downloaded minimal-lexical v0.2.1 |
755 | 2025-01-11T00:22:45.197Z | Downloaded data-encoding v2.6.0 |
756 | 2025-01-11T00:22:45.200Z | Downloaded pkg-config v0.3.31 |
757 | 2025-01-11T00:22:45.200Z | Downloaded qorb v0.2.1 |
758 | 2025-01-11T00:22:45.204Z | Downloaded polyval v0.6.2 |
759 | 2025-01-11T00:22:45.207Z | Downloaded float-ord v0.3.2 |
760 | 2025-01-11T00:22:45.210Z | Downloaded endian-type v0.1.2 |
761 | 2025-01-11T00:22:45.210Z | Downloaded dropshot_endpoint v0.13.0 |
762 | 2025-01-11T00:22:45.214Z | Downloaded num-conv v0.1.0 |
763 | 2025-01-11T00:22:45.214Z | Downloaded derive-where v1.2.7 |
764 | 2025-01-11T00:22:45.218Z | Downloaded mockall_derive v0.13.0 |
765 | 2025-01-11T00:22:45.221Z | Downloaded snafu v0.8.5 |
766 | 2025-01-11T00:22:45.226Z | Downloaded http v1.2.0 |
767 | 2025-01-11T00:22:45.230Z | Downloaded der v0.7.9 |
768 | 2025-01-11T00:22:45.236Z | Downloaded ssh-encoding v0.2.0 |
769 | 2025-01-11T00:22:45.239Z | Downloaded termtree v0.4.1 |
770 | 2025-01-11T00:22:45.239Z | Downloaded derive_builder_macro v0.20.2 |
771 | 2025-01-11T00:22:45.242Z | Downloaded stable_deref_trait v1.2.0 |
772 | 2025-01-11T00:22:45.242Z | Downloaded openssl-sys v0.9.103 |
773 | 2025-01-11T00:22:45.246Z | Downloaded serde-big-array v0.5.1 |
774 | 2025-01-11T00:22:45.249Z | Downloaded displaydoc v0.2.5 |
775 | 2025-01-11T00:22:45.252Z | Downloaded universal-hash v0.5.1 |
776 | 2025-01-11T00:22:45.252Z | Downloaded tls_codec_derive v0.4.1 |
777 | 2025-01-11T00:22:45.255Z | Downloaded tls_codec v0.4.1 |
778 | 2025-01-11T00:22:45.258Z | Downloaded similar v2.6.0 |
779 | 2025-01-11T00:22:45.261Z | Downloaded mirai-annotations v1.12.0 |
780 | 2025-01-11T00:22:45.264Z | Downloaded postcard v1.0.10 |
781 | 2025-01-11T00:22:45.267Z | Downloaded write16 v1.0.0 |
782 | 2025-01-11T00:22:45.268Z | Downloaded poly1305 v0.8.0 |
783 | 2025-01-11T00:22:45.272Z | Downloaded predicates-tree v1.0.11 |
784 | 2025-01-11T00:22:45.272Z | Downloaded zip v2.1.3 |
785 | 2025-01-11T00:22:45.275Z | Downloaded funty v2.0.0 |
786 | 2025-01-11T00:22:45.278Z | Downloaded fragile v2.0.0 |
787 | 2025-01-11T00:22:45.281Z | Downloaded libxml v0.3.3 |
788 | 2025-01-11T00:22:45.285Z | Downloaded which v4.4.2 |
789 | 2025-01-11T00:22:45.288Z | Downloaded rpassword v7.3.1 |
790 | 2025-01-11T00:22:45.292Z | Downloaded unicode-properties v0.1.3 |
791 | 2025-01-11T00:22:45.292Z | Downloaded fs_extra v1.3.0 |
792 | 2025-01-11T00:22:45.296Z | Downloaded smf v0.2.3 |
793 | 2025-01-11T00:22:45.296Z | Downloaded tracing-attributes v0.1.27 |
794 | 2025-01-11T00:22:45.299Z | Downloaded ref-cast v1.0.23 |
795 | 2025-01-11T00:22:45.303Z | Downloaded untrusted v0.9.0 |
796 | 2025-01-11T00:22:45.303Z | Downloaded num-derive v0.4.2 |
797 | 2025-01-11T00:22:45.306Z | Downloaded hashbrown v0.12.3 |
798 | 2025-01-11T00:22:45.309Z | Downloaded diff v0.1.13 |
799 | 2025-01-11T00:22:45.312Z | Downloaded precomputed-hash v0.1.1 |
800 | 2025-01-11T00:22:45.312Z | Downloaded rusty-fork v0.3.0 |
801 | 2025-01-11T00:22:45.319Z | Downloaded r2d2 v0.8.10 |
802 | 2025-01-11T00:22:45.324Z | Downloaded x509-cert v0.2.5 |
803 | 2025-01-11T00:22:45.324Z | Downloaded dhcproto-macros v0.1.0 |
804 | 2025-01-11T00:22:45.324Z | Downloaded nu-ansi-term v0.50.1 |
805 | 2025-01-11T00:22:45.328Z | Downloaded tui-tree-widget v0.22.0 |
806 | 2025-01-11T00:22:45.328Z | Downloaded synstructure v0.13.1 |
807 | 2025-01-11T00:22:45.331Z | Downloaded futures v0.3.31 |
808 | 2025-01-11T00:22:45.336Z | Downloaded number_prefix v0.4.0 |
809 | 2025-01-11T00:22:45.343Z | Downloaded num_threads v0.1.7 |
810 | 2025-01-11T00:22:45.343Z | Downloaded hash32 v0.2.1 |
811 | 2025-01-11T00:22:45.343Z | Downloaded hyper v1.5.0 |
812 | 2025-01-11T00:22:45.346Z | Downloaded smallvec v1.13.2 |
813 | 2025-01-11T00:22:45.349Z | Downloaded aes-gcm v0.10.3 |
814 | 2025-01-11T00:22:45.352Z | Downloaded take_mut v0.2.2 |
815 | 2025-01-11T00:22:45.356Z | Downloaded vte_generate_state_changes v0.1.2 |
816 | 2025-01-11T00:22:45.356Z | Downloaded uuid v1.11.0 |
817 | 2025-01-11T00:22:45.361Z | Downloaded slog-stdlog v4.1.1 |
818 | 2025-01-11T00:22:45.361Z | Downloaded slog-scope v4.4.0 |
819 | 2025-01-11T00:22:45.365Z | Downloaded parking_lot v0.11.2 |
820 | 2025-01-11T00:22:45.366Z | Downloaded pem-rfc7468 v0.7.0 |
821 | 2025-01-11T00:22:45.369Z | Downloaded toml_edit v0.19.15 |
822 | 2025-01-11T00:22:45.382Z | Downloaded simd-adler32 v0.3.7 |
823 | 2025-01-11T00:22:45.387Z | Downloaded sigpipe v0.1.3 |
824 | 2025-01-11T00:22:45.390Z | Downloaded shell-words v1.1.0 |
825 | 2025-01-11T00:22:45.391Z | Downloaded derive_builder_core v0.20.2 |
826 | 2025-01-11T00:22:45.391Z | Downloaded serde_derive_internals v0.29.1 |
827 | 2025-01-11T00:22:45.395Z | Downloaded progenitor-client v0.9.1 |
828 | 2025-01-11T00:22:45.395Z | Downloaded diesel_table_macro_syntax v0.2.0 |
829 | 2025-01-11T00:22:45.399Z | Downloaded yoke-derive v0.7.4 |
830 | 2025-01-11T00:22:45.399Z | Downloaded gethostname v0.5.0 |
831 | 2025-01-11T00:22:45.399Z | Downloaded float-cmp v0.9.0 |
832 | 2025-01-11T00:22:45.399Z | Downloaded downcast v0.11.0 |
833 | 2025-01-11T00:22:45.403Z | Downloaded rustfmt-wrapper v0.2.1 |
834 | 2025-01-11T00:22:45.403Z | Downloaded fixedbitset v0.4.2 |
835 | 2025-01-11T00:22:45.406Z | Downloaded parking_lot_core v0.8.6 |
836 | 2025-01-11T00:22:45.406Z | Downloaded mio v1.0.2 |
837 | 2025-01-11T00:22:45.412Z | Downloaded olpc-cjson v0.1.4 |
838 | 2025-01-11T00:22:45.417Z | Downloaded packed_struct_codegen v0.10.1 |
839 | 2025-01-11T00:22:45.417Z | Downloaded zone_cfg_derive v0.3.0 |
840 | 2025-01-11T00:22:45.420Z | Downloaded zone_cfg_derive v0.1.2 |
841 | 2025-01-11T00:22:45.420Z | Downloaded serde_urlencoded v0.7.1 |
842 | 2025-01-11T00:22:45.420Z | Downloaded serde_plain v1.0.2 |
843 | 2025-01-11T00:22:45.425Z | Downloaded rustversion v1.0.17 |
844 | 2025-01-11T00:22:45.428Z | Downloaded xz2 v0.1.7 |
845 | 2025-01-11T00:22:45.428Z | Downloaded spki v0.7.3 |
846 | 2025-01-11T00:22:45.428Z | Downloaded enum-as-inner v0.6.1 |
847 | 2025-01-11T00:22:45.432Z | Downloaded progenitor-client v0.8.0 |
848 | 2025-01-11T00:22:45.432Z | Downloaded vsss-rs v3.3.4 |
849 | 2025-01-11T00:22:45.436Z | Downloaded typify v0.2.0 |
850 | 2025-01-11T00:22:45.441Z | Downloaded dhcproto v0.12.0 |
851 | 2025-01-11T00:22:45.445Z | Downloaded pbkdf2 v0.11.0 |
852 | 2025-01-11T00:22:45.445Z | Downloaded nodrop v0.1.14 |
853 | 2025-01-11T00:22:45.445Z | Downloaded ena v0.14.3 |
854 | 2025-01-11T00:22:45.449Z | Downloaded unsafe-libyaml v0.2.11 |
855 | 2025-01-11T00:22:45.453Z | Downloaded derive_more v0.99.18 |
856 | 2025-01-11T00:22:45.456Z | Downloaded multimap v0.10.0 |
857 | 2025-01-11T00:22:45.456Z | Downloaded signature v2.2.0 |
858 | 2025-01-11T00:22:45.461Z | Downloaded signal-hook-tokio v0.3.1 |
859 | 2025-01-11T00:22:45.461Z | Downloaded shlex v1.3.0 |
860 | 2025-01-11T00:22:45.464Z | Downloaded psl-types v2.0.11 |
861 | 2025-01-11T00:22:45.464Z | Downloaded peg v0.8.4 |
862 | 2025-01-11T00:22:45.467Z | Downloaded hashbrown v0.14.5 |
863 | 2025-01-11T00:22:45.471Z | Downloaded parking_lot v0.12.3 |
864 | 2025-01-11T00:22:45.477Z | Downloaded time v0.3.36 |
865 | 2025-01-11T00:22:45.483Z | Downloaded yasna v0.5.2 |
866 | 2025-01-11T00:22:45.486Z | Downloaded normalize-line-endings v0.3.0 |
867 | 2025-01-11T00:22:45.486Z | Downloaded stringprep v0.1.5 |
868 | 2025-01-11T00:22:45.491Z | Downloaded tap v1.0.1 |
869 | 2025-01-11T00:22:45.491Z | Downloaded ed25519-dalek v2.1.1 |
870 | 2025-01-11T00:22:45.495Z | Downloaded topological-sort v0.2.2 |
871 | 2025-01-11T00:22:45.495Z | Downloaded dyn-clone v1.0.17 |
872 | 2025-01-11T00:22:45.495Z | Downloaded password-hash v0.5.0 |
873 | 2025-01-11T00:22:45.498Z | Downloaded native-tls v0.2.12 |
874 | 2025-01-11T00:22:45.501Z | Downloaded rustls-webpki v0.101.7 |
875 | 2025-01-11T00:22:45.514Z | Downloaded tinyvec_macros v0.1.1 |
876 | 2025-01-11T00:22:45.518Z | Downloaded hkdf v0.12.4 |
877 | 2025-01-11T00:22:45.522Z | Downloaded peg-runtime v0.8.3 |
878 | 2025-01-11T00:22:45.522Z | Downloaded filetime v0.2.25 |
879 | 2025-01-11T00:22:45.522Z | Downloaded thiserror-impl v2.0.11 |
880 | 2025-01-11T00:22:45.525Z | Downloaded zone v0.3.0 |
881 | 2025-01-11T00:22:45.525Z | Downloaded tokio-native-tls v0.3.1 |
882 | 2025-01-11T00:22:45.528Z | Downloaded ghash v0.5.1 |
883 | 2025-01-11T00:22:45.529Z | Downloaded tiny-keccak v2.0.2 |
884 | 2025-01-11T00:22:45.531Z | Downloaded nanorand v0.7.0 |
885 | 2025-01-11T00:22:45.531Z | Downloaded peg-macros v0.8.4 |
886 | 2025-01-11T00:22:45.535Z | Downloaded aws-lc-rs v1.10.0 |
887 | 2025-01-11T00:22:45.543Z | Downloaded p256 v0.13.2 |
888 | 2025-01-11T00:22:45.547Z | Downloaded time-macros v0.2.18 |
889 | 2025-01-11T00:22:45.550Z | Downloaded zeroize_derive v1.4.2 |
890 | 2025-01-11T00:22:45.550Z | Downloaded mockall v0.13.0 |
891 | 2025-01-11T00:22:45.556Z | Downloaded tokio-rustls v0.24.1 |
892 | 2025-01-11T00:22:45.559Z | Downloaded embedded-io v0.6.1 |
893 | 2025-01-11T00:22:45.559Z | Downloaded parking_lot_core v0.9.10 |
894 | 2025-01-11T00:22:45.559Z | Downloaded tokio-tungstenite v0.24.0 |
895 | 2025-01-11T00:22:45.565Z | Downloaded num v0.4.3 |
896 | 2025-01-11T00:22:45.565Z | Downloaded progenitor-impl v0.8.0 |
897 | 2025-01-11T00:22:45.571Z | Downloaded ecdsa v0.16.9 |
898 | 2025-01-11T00:22:45.571Z | Downloaded signal-hook v0.3.17 |
899 | 2025-01-11T00:22:45.574Z | Downloaded progenitor v0.9.1 |
900 | 2025-01-11T00:22:45.574Z | Downloaded progenitor v0.8.0 |
901 | 2025-01-11T00:22:45.574Z | Downloaded unicode-truncate v1.1.0 |
902 | 2025-01-11T00:22:45.574Z | Downloaded pretty-hex v0.2.1 |
903 | 2025-01-11T00:22:45.577Z | Downloaded group v0.13.0 |
904 | 2025-01-11T00:22:45.577Z | Downloaded structmeta-derive v0.2.0 |
905 | 2025-01-11T00:22:45.580Z | Downloaded dropshot_endpoint v0.12.0 |
906 | 2025-01-11T00:22:45.583Z | Downloaded structmeta v0.2.0 |
907 | 2025-01-11T00:22:45.583Z | Downloaded getrandom v0.2.15 |
908 | 2025-01-11T00:22:45.586Z | Downloaded pem v3.0.4 |
909 | 2025-01-11T00:22:45.589Z | Downloaded tokio-tungstenite v0.23.1 |
910 | 2025-01-11T00:22:45.589Z | Downloaded tokio-rustls v0.25.0 |
911 | 2025-01-11T00:22:45.593Z | Downloaded typify v0.3.0 |
912 | 2025-01-11T00:22:45.597Z | Downloaded num-complex v0.4.6 |
913 | 2025-01-11T00:22:45.597Z | Downloaded flate2 v1.0.34 |
914 | 2025-01-11T00:22:45.603Z | Downloaded quinn-udp v0.5.5 |
915 | 2025-01-11T00:22:45.606Z | Downloaded tar v0.4.42 |
916 | 2025-01-11T00:22:45.609Z | Downloaded p521 v0.13.3 |
917 | 2025-01-11T00:22:45.612Z | Downloaded chrono v0.4.38 |
918 | 2025-01-11T00:22:45.620Z | Downloaded thiserror v2.0.11 |
919 | 2025-01-11T00:22:45.625Z | Downloaded string_cache v0.8.7 |
920 | 2025-01-11T00:22:45.628Z | Downloaded serde_with_macros v3.11.0 |
921 | 2025-01-11T00:22:45.632Z | Downloaded multer v3.1.0 |
922 | 2025-01-11T00:22:45.636Z | Downloaded elliptic-curve v0.13.8 |
923 | 2025-01-11T00:22:45.642Z | Downloaded rcgen v0.12.1 |
924 | 2025-01-11T00:22:45.645Z | Downloaded password-hash v0.4.2 |
925 | 2025-01-11T00:22:45.645Z | Downloaded bindgen v0.69.5 |
926 | 2025-01-11T00:22:45.649Z | Downloaded bitvec v1.0.1 |
927 | 2025-01-11T00:22:45.665Z | Downloaded half v2.4.1 |
928 | 2025-01-11T00:22:45.670Z | Downloaded icu_properties_data v1.5.0 |
929 | 2025-01-11T00:22:45.679Z | Downloaded zerocopy v0.6.6 |
930 | 2025-01-11T00:22:45.682Z | Downloaded lalrpop v0.19.12 |
931 | 2025-01-11T00:22:45.694Z | Downloaded steno v0.4.1 |
932 | 2025-01-11T00:22:45.699Z | Downloaded rsa v0.9.6 |
933 | 2025-01-11T00:22:45.704Z | Downloaded quinn v0.11.5 |
934 | 2025-01-11T00:22:45.708Z | Downloaded num-bigint-dig v0.8.4 |
935 | 2025-01-11T00:22:45.713Z | Downloaded parse-zoneinfo v0.3.1 |
936 | 2025-01-11T00:22:45.716Z | Downloaded quick-xml v0.33.0 |
937 | 2025-01-11T00:22:45.722Z | Downloaded unicode-bidi v0.3.17 |
938 | 2025-01-11T00:22:45.725Z | Downloaded rusqlite v0.32.1 |
939 | 2025-01-11T00:22:45.732Z | Downloaded futures-util v0.3.31 |
940 | 2025-01-11T00:22:45.744Z | Downloaded portable-atomic v1.9.0 |
941 | 2025-01-11T00:22:45.751Z | Downloaded petname v2.0.2 |
942 | 2025-01-11T00:22:45.758Z | Downloaded idna v0.3.0 |
943 | 2025-01-11T00:22:45.765Z | Downloaded idna v0.4.0 |
944 | 2025-01-11T00:22:45.772Z | Downloaded typed-path v0.9.3 |
945 | 2025-01-11T00:22:45.780Z | Downloaded sqlparser v0.45.0 |
946 | 2025-01-11T00:22:45.784Z | Downloaded curve25519-dalek v4.1.3 |
947 | 2025-01-11T00:22:45.794Z | Downloaded unicode-segmentation v1.12.0 |
948 | 2025-01-11T00:22:45.799Z | Downloaded idna v0.5.0 |
949 | 2025-01-11T00:22:45.806Z | Downloaded russh v0.45.0 |
950 | 2025-01-11T00:22:45.813Z | Downloaded zerovec v0.10.4 |
951 | 2025-01-11T00:22:45.818Z | Downloaded winnow v0.5.40 |
952 | 2025-01-11T00:22:45.827Z | Downloaded quinn-proto v0.11.8 |
953 | 2025-01-11T00:22:45.834Z | Downloaded idna v0.2.3 |
954 | 2025-01-11T00:22:45.840Z | Downloaded p384 v0.13.0 |
955 | 2025-01-11T00:22:45.847Z | Downloaded reedline v0.35.0 |
956 | 2025-01-11T00:22:45.854Z | Downloaded serde_with v3.11.0 |
957 | 2025-01-11T00:22:45.864Z | Downloaded nom v7.1.3 |
958 | 2025-01-11T00:22:45.870Z | Downloaded openssl v0.10.66 |
959 | 2025-01-11T00:22:45.879Z | Downloaded rayon v1.10.0 |
960 | 2025-01-11T00:22:45.889Z | Downloaded h2 v0.4.6 |
961 | 2025-01-11T00:22:45.896Z | Downloaded tough v0.19.0 |
962 | 2025-01-11T00:22:45.905Z | Downloaded reqwest v0.12.9 |
963 | 2025-01-11T00:22:45.913Z | Downloaded proptest v1.5.0 |
964 | 2025-01-11T00:22:45.924Z | Downloaded chrono-tz v0.10.0 |
965 | 2025-01-11T00:22:45.933Z | Downloaded vcpkg v0.2.15 |
966 | 2025-01-11T00:22:45.971Z | Downloaded git2 v0.19.0 |
967 | 2025-01-11T00:22:45.980Z | Downloaded hickory-proto v0.24.1 |
968 | 2025-01-11T00:22:45.996Z | Downloaded rustls-webpki v0.102.8 |
969 | 2025-01-11T00:22:46.015Z | Downloaded zerocopy v0.8.10 |
970 | 2025-01-11T00:22:46.039Z | Downloaded regex-syntax v0.6.29 |
971 | 2025-01-11T00:22:46.046Z | Downloaded regress v0.9.1 |
972 | 2025-01-11T00:22:46.056Z | Downloaded dropshot v0.12.0 |
973 | 2025-01-11T00:22:46.076Z | Downloaded object v0.36.5 |
974 | 2025-01-11T00:22:46.088Z | Downloaded dropshot v0.13.0 |
975 | 2025-01-11T00:22:46.112Z | Downloaded nix v0.29.0 |
976 | 2025-01-11T00:22:46.122Z | Downloaded smoltcp v0.11.0 |
977 | 2025-01-11T00:22:46.135Z | Downloaded diesel v2.2.6 |
978 | 2025-01-11T00:22:46.154Z | Downloaded rustls v0.23.19 |
979 | 2025-01-11T00:22:46.167Z | Downloaded ratatui v0.28.1 |
980 | 2025-01-11T00:22:46.186Z | Downloaded sled v0.34.7 |
981 | 2025-01-11T00:22:46.198Z | Downloaded regex-syntax v0.8.5 |
982 | 2025-01-11T00:22:46.206Z | Downloaded typify-impl v0.3.0 |
983 | 2025-01-11T00:22:46.222Z | Downloaded typify-impl v0.2.0 |
984 | 2025-01-11T00:22:46.238Z | Downloaded openapiv3 v2.0.0 |
985 | 2025-01-11T00:22:46.251Z | Downloaded rustls v0.22.4 |
986 | 2025-01-11T00:22:46.264Z | Downloaded polar-core v0.27.3 |
987 | 2025-01-11T00:22:46.273Z | Downloaded zerocopy-derive v0.6.6 |
988 | 2025-01-11T00:22:46.284Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
989 | 2025-01-11T00:22:46.296Z | Downloaded regex v1.11.1 |
990 | 2025-01-11T00:22:46.309Z | Downloaded unicode-width v0.2.0 |
991 | 2025-01-11T00:22:46.315Z | Downloaded rustls v0.21.12 |
992 | 2025-01-11T00:22:46.327Z | Downloaded radix_trie v0.2.1 |
993 | 2025-01-11T00:22:46.333Z | Downloaded gimli v0.31.1 |
994 | 2025-01-11T00:22:46.342Z | Downloaded trust-dns-proto v0.22.0 |
995 | 2025-01-11T00:22:46.354Z | Downloaded regex-automata v0.4.8 |
996 | 2025-01-11T00:22:46.371Z | Downloaded lzma-sys v0.1.20 |
997 | 2025-01-11T00:22:46.401Z | Downloaded libz-sys v1.1.20 |
998 | 2025-01-11T00:22:46.422Z | Downloaded object v0.30.4 |
999 | 2025-01-11T00:22:46.432Z | Downloaded petgraph v0.6.5 |
1000 | 2025-01-11T00:22:46.450Z | Downloaded smoltcp v0.9.1 |
1001 | 2025-01-11T00:22:46.462Z | Downloaded nix v0.28.0 |
1002 | 2025-01-11T00:22:46.472Z | Downloaded bstr v1.10.0 |
1003 | 2025-01-11T00:22:46.483Z | Downloaded sha3 v0.10.8 |
1004 | 2025-01-11T00:22:46.488Z | Downloaded webpki-roots v0.26.6 |
1005 | 2025-01-11T00:22:46.492Z | Downloaded nix v0.27.1 |
1006 | 2025-01-11T00:22:46.503Z | Downloaded csv v1.3.0 |
1007 | 2025-01-11T00:22:46.524Z | Downloaded regress v0.10.1 |
1008 | 2025-01-11T00:22:46.532Z | Downloaded ssh-key v0.6.6 |
1009 | 2025-01-11T00:22:46.540Z | Downloaded rustyline v14.0.0 |
1010 | 2025-01-11T00:22:46.544Z | Downloaded tokio v1.40.0 |
1011 | 2025-01-11T00:22:46.583Z | Downloaded pkcs1 v0.7.5 |
1012 | 2025-01-11T00:22:46.586Z | Downloaded glob v0.3.1 |
1013 | 2025-01-11T00:22:46.588Z | Downloaded num-bigint v0.4.6 |
1014 | 2025-01-11T00:22:46.592Z | Downloaded unicode-normalization v0.1.24 |
1015 | 2025-01-11T00:22:46.595Z | Downloaded salty v0.3.0 |
1016 | 2025-01-11T00:22:46.603Z | Downloaded diesel_derives v2.2.3 |
1017 | 2025-01-11T00:22:46.607Z | Downloaded vte v0.11.1 |
1018 | 2025-01-11T00:22:46.610Z | Downloaded vergen v8.3.2 |
1019 | 2025-01-11T00:22:46.613Z | Downloaded flume v0.11.1 |
1020 | 2025-01-11T00:22:46.616Z | Downloaded tungstenite v0.24.0 |
1021 | 2025-01-11T00:22:46.619Z | Downloaded tungstenite v0.23.0 |
1022 | 2025-01-11T00:22:46.622Z | Downloaded tungstenite v0.21.0 |
1023 | 2025-01-11T00:22:46.625Z | Downloaded term v0.7.0 |
1024 | 2025-01-11T00:22:46.628Z | Downloaded walkdir v2.5.0 |
1025 | 2025-01-11T00:22:46.631Z | Downloaded tabwriter v1.4.0 |
1026 | 2025-01-11T00:22:46.631Z | Downloaded pkcs5 v0.7.1 |
1027 | 2025-01-11T00:22:46.634Z | Downloaded test-strategy v0.3.1 |
1028 | 2025-01-11T00:22:46.638Z | Downloaded rand v0.8.5 |
1029 | 2025-01-11T00:22:46.641Z | Downloaded progenitor-macro v0.9.1 |
1030 | 2025-01-11T00:22:46.645Z | Downloaded progenitor-macro v0.8.0 |
1031 | 2025-01-11T00:22:46.645Z | Downloaded pbkdf2 v0.12.2 |
1032 | 2025-01-11T00:22:46.645Z | Downloaded zip v0.6.6 |
1033 | 2025-01-11T00:22:46.649Z | Downloaded zopfli v0.8.1 |
1034 | 2025-01-11T00:22:46.653Z | Downloaded slog-term v2.9.1 |
1035 | 2025-01-11T00:22:46.657Z | Downloaded tokio-util v0.7.12 |
1036 | 2025-01-11T00:22:46.660Z | Downloaded postgres-protocol v0.6.7 |
1037 | 2025-01-11T00:22:46.666Z | Downloaded url v2.5.3 |
1038 | 2025-01-11T00:22:46.668Z | Downloaded tracing v0.1.40 |
1039 | 2025-01-11T00:22:46.671Z | Downloaded blake3 v1.5.4 |
1040 | 2025-01-11T00:22:46.678Z | Downloaded aho-corasick v1.1.3 |
1041 | 2025-01-11T00:22:46.685Z | Downloaded num_enum_derive v0.5.11 |
1042 | 2025-01-11T00:22:46.691Z | Downloaded num_enum v0.5.11 |
1043 | 2025-01-11T00:22:46.695Z | Downloaded num-traits v0.2.19 |
1044 | 2025-01-11T00:22:46.695Z | Downloaded radium v0.7.0 |
1045 | 2025-01-11T00:22:46.699Z | Downloaded des v0.8.1 |
1046 | 2025-01-11T00:22:46.699Z | Downloaded encoding_rs v0.8.34 |
1047 | 2025-01-11T00:22:46.719Z | Downloaded omicron-zone-package v0.12.0 |
1048 | 2025-01-11T00:22:46.722Z | Downloaded darling_core v0.20.10 |
1049 | 2025-01-11T00:22:46.727Z | Downloaded hashbrown v0.13.2 |
1050 | 2025-01-11T00:22:46.734Z | Downloaded itertools v0.13.0 |
1051 | 2025-01-11T00:22:46.738Z | Downloaded idna v1.0.3 |
1052 | 2025-01-11T00:22:46.744Z | Downloaded schemars v0.8.21 |
1053 | 2025-01-11T00:22:46.754Z | Downloaded zerocopy-derive v0.8.10 |
1054 | 2025-01-11T00:22:46.760Z | Downloaded itertools v0.12.1 |
1055 | 2025-01-11T00:22:46.767Z | Downloaded futures-channel v0.3.31 |
1056 | 2025-01-11T00:22:46.770Z | Downloaded pin-project v1.1.6 |
1057 | 2025-01-11T00:22:46.779Z | Downloaded tokio-postgres v0.7.12 |
1058 | 2025-01-11T00:22:46.785Z | Downloaded predicates-core v1.0.8 |
1059 | 2025-01-11T00:22:46.789Z | Downloaded predicates v3.1.2 |
1060 | 2025-01-11T00:22:46.792Z | Downloaded sct v0.7.1 |
1061 | 2025-01-11T00:22:46.792Z | Downloaded itertools v0.10.5 |
1062 | 2025-01-11T00:22:46.797Z | Downloaded foldhash v0.1.3 |
1063 | 2025-01-11T00:22:46.800Z | Downloaded diesel-dtrace v0.4.2 |
1064 | 2025-01-11T00:22:46.800Z | Downloaded pkcs8 v0.10.2 |
1065 | 2025-01-11T00:22:46.803Z | Downloaded expectorate v1.1.0 |
1066 | 2025-01-11T00:22:46.807Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1067 | 2025-01-11T00:22:46.864Z | Downloaded samael v0.0.17 |
1068 | 2025-01-11T00:22:46.870Z | Downloaded publicsuffix v2.2.3 |
1069 | 2025-01-11T00:22:46.873Z | Downloaded fatfs v0.3.6 |
1070 | 2025-01-11T00:22:46.877Z | Downloaded crossterm v0.28.1 |
1071 | 2025-01-11T00:22:46.881Z | Downloaded semver v0.1.20 |
1072 | 2025-01-11T00:22:46.884Z | Downloaded serde_yaml v0.9.34+deprecated |
1073 | 2025-01-11T00:22:46.890Z | Downloaded ed25519 v2.2.3 |
1074 | 2025-01-11T00:22:46.890Z | Downloaded zerovec-derive v0.10.3 |
1075 | 2025-01-11T00:22:46.892Z | Downloaded untrusted v0.7.1 |
1076 | 2025-01-11T00:22:46.892Z | Downloaded unicode_categories v0.1.1 |
1077 | 2025-01-11T00:22:46.893Z | Downloaded sqlformat v0.2.6 |
1078 | 2025-01-11T00:22:46.895Z | Downloaded smallvec v0.6.14 |
1079 | 2025-01-11T00:22:46.896Z | Downloaded secrecy v0.8.0 |
1080 | 2025-01-11T00:22:46.899Z | Downloaded same-file v1.0.6 |
1081 | 2025-01-11T00:22:46.899Z | Downloaded salsa20 v0.10.2 |
1082 | 2025-01-11T00:22:46.899Z | Downloaded headers v0.4.0 |
1083 | 2025-01-11T00:22:46.903Z | Downloaded libm v0.2.8 |
1084 | 2025-01-11T00:22:46.910Z | Downloaded try-lock v0.2.5 |
1085 | 2025-01-11T00:22:46.913Z | Downloaded rtoolbox v0.0.2 |
1086 | 2025-01-11T00:22:46.913Z | Downloaded derive_builder v0.20.2 |
1087 | 2025-01-11T00:22:46.917Z | Downloaded parse-display-derive v0.10.0 |
1088 | 2025-01-11T00:22:46.920Z | Downloaded futures-task v0.3.31 |
1089 | 2025-01-11T00:22:46.920Z | Downloaded futures-sink v0.3.31 |
1090 | 2025-01-11T00:22:46.921Z | Downloaded futures-macro v0.3.31 |
1091 | 2025-01-11T00:22:46.923Z | Downloaded futures-io v0.3.31 |
1092 | 2025-01-11T00:22:46.924Z | Downloaded futures-executor v0.3.31 |
1093 | 2025-01-11T00:22:46.924Z | Downloaded scopeguard v1.2.0 |
1094 | 2025-01-11T00:22:46.927Z | Downloaded env_logger v0.11.5 |
1095 | 2025-01-11T00:22:46.930Z | Downloaded aes v0.8.4 |
1096 | 2025-01-11T00:22:46.931Z | Downloaded slog-envlogger v2.2.0 |
1097 | 2025-01-11T00:22:46.936Z | Downloaded scrypt v0.11.0 |
1098 | 2025-01-11T00:22:46.936Z | Downloaded scheduled-thread-pool v0.2.7 |
1099 | 2025-01-11T00:22:46.941Z | Downloaded der_derive v0.7.3 |
1100 | 2025-01-11T00:22:46.941Z | Downloaded whoami v1.5.2 |
1101 | 2025-01-11T00:22:46.941Z | Downloaded paste v1.0.15 |
1102 | 2025-01-11T00:22:46.944Z | Downloaded newtype-uuid v1.1.3 |
1103 | 2025-01-11T00:22:46.944Z | Downloaded siphasher v0.3.11 |
1104 | 2025-01-11T00:22:46.945Z | Downloaded tracing-core v0.1.32 |
1105 | 2025-01-11T00:22:46.947Z | Downloaded zerofrom-derive v0.1.4 |
1106 | 2025-01-11T00:22:46.948Z | Downloaded slab v0.4.9 |
1107 | 2025-01-11T00:22:46.948Z | Downloaded ron v0.7.1 |
1108 | 2025-01-11T00:22:46.953Z | Downloaded crossbeam-channel v0.5.13 |
1109 | 2025-01-11T00:22:46.956Z | Downloaded tinyvec v1.8.0 |
1110 | 2025-01-11T00:22:46.959Z | Downloaded prettyplease v0.2.25 |
1111 | 2025-01-11T00:22:46.962Z | Downloaded pin-project-lite v0.2.14 |
1112 | 2025-01-11T00:22:46.966Z | Downloaded owo-colors v4.1.0 |
1113 | 2025-01-11T00:22:46.969Z | Downloaded subtle v2.6.1 |
1114 | 2025-01-11T00:22:46.972Z | Downloaded icu_collections v1.5.0 |
1115 | 2025-01-11T00:22:46.975Z | Downloaded resolv-conf v0.7.0 |
1116 | 2025-01-11T00:22:46.979Z | Downloaded rustc_version v0.1.7 |
1117 | 2025-01-11T00:22:46.979Z | Downloaded rustc-hash v2.0.0 |
1118 | 2025-01-11T00:22:46.982Z | Downloaded rustc-hash v1.1.0 |
1119 | 2025-01-11T00:22:46.982Z | Downloaded num-iter v0.1.45 |
1120 | 2025-01-11T00:22:46.982Z | Downloaded utf8_iter v1.0.4 |
1121 | 2025-01-11T00:22:46.982Z | Downloaded base64 v0.21.7 |
1122 | 2025-01-11T00:22:46.986Z | Downloaded compact_str v0.8.0 |
1123 | 2025-01-11T00:22:46.990Z | Downloaded powerfmt v0.2.0 |
1124 | 2025-01-11T00:22:46.995Z | Downloaded russh-keys v0.45.0 |
1125 | 2025-01-11T00:22:46.995Z | Downloaded icu_locid_transform_data v1.5.0 |
1126 | 2025-01-11T00:22:46.998Z | Downloaded tokio-stream v0.1.16 |
1127 | 2025-01-11T00:22:47.001Z | Downloaded hash32 v0.3.1 |
1128 | 2025-01-11T00:22:47.001Z | Downloaded sync_wrapper v1.0.1 |
1129 | 2025-01-11T00:22:47.005Z | Downloaded cc v1.1.30 |
1130 | 2025-01-11T00:22:47.011Z | Downloaded const_format v0.2.33 |
1131 | 2025-01-11T00:22:47.013Z | Downloaded bytes v1.9.0 |
1132 | 2025-01-11T00:22:47.014Z | Downloaded base64 v0.22.1 |
1133 | 2025-01-11T00:22:47.017Z | Downloaded icu_properties v1.5.1 |
1134 | 2025-01-11T00:22:47.020Z | Downloaded backtrace v0.3.74 |
1135 | 2025-01-11T00:22:47.025Z | Downloaded arc-swap v1.7.1 |
1136 | 2025-01-11T00:22:47.028Z | Downloaded display-error-chain v0.2.2 |
1137 | 2025-01-11T00:22:47.032Z | Downloaded defmt-parser v0.3.4 |
1138 | 2025-01-11T00:22:47.035Z | Downloaded zone v0.1.8 |
1139 | 2025-01-11T00:22:47.035Z | Downloaded xattr v1.3.1 |
1140 | 2025-01-11T00:22:47.038Z | Downloaded dirs-sys-next v0.1.2 |
1141 | 2025-01-11T00:22:47.038Z | Downloaded difflib v0.4.0 |
1142 | 2025-01-11T00:22:47.038Z | Downloaded defmt-macros v0.3.9 |
1143 | 2025-01-11T00:22:47.041Z | Downloaded writeable v0.5.5 |
1144 | 2025-01-11T00:22:47.044Z | Downloaded waitgroup v0.1.2 |
1145 | 2025-01-11T00:22:47.044Z | Downloaded wait-timeout v0.2.0 |
1146 | 2025-01-11T00:22:47.044Z | Downloaded twox-hash v1.6.3 |
1147 | 2025-01-11T00:22:47.047Z | Downloaded rustls-pemfile v2.2.0 |
1148 | 2025-01-11T00:22:47.050Z | Downloaded lock_api v0.4.12 |
1149 | 2025-01-11T00:22:47.050Z | Downloaded defmt v0.3.8 |
1150 | 2025-01-11T00:22:47.053Z | Downloaded unicode-xid v0.2.6 |
1151 | 2025-01-11T00:22:47.057Z | Downloaded typify-macro v0.3.0 |
1152 | 2025-01-11T00:22:47.057Z | Downloaded typify-macro v0.2.0 |
1153 | 2025-01-11T00:22:47.057Z | Downloaded tokio-tungstenite v0.21.0 |
1154 | 2025-01-11T00:22:47.061Z | Downloaded icu_locid v1.5.0 |
1155 | 2025-01-11T00:22:47.064Z | Downloaded foreign-types v0.5.0 |
1156 | 2025-01-11T00:22:47.064Z | Downloaded foreign-types v0.3.2 |
1157 | 2025-01-11T00:22:47.067Z | Downloaded litemap v0.7.3 |
1158 | 2025-01-11T00:22:47.067Z | Downloaded ipnet v2.10.1 |
1159 | 2025-01-11T00:22:47.071Z | Downloaded serde_repr v0.1.19 |
1160 | 2025-01-11T00:22:47.071Z | Downloaded backoff v0.4.0 |
1161 | 2025-01-11T00:22:47.074Z | Downloaded crossbeam-epoch v0.9.18 |
1162 | 2025-01-11T00:22:47.077Z | Downloaded blake2 v0.10.6 |
1163 | 2025-01-11T00:22:47.077Z | Downloaded quick-error v1.2.3 |
1164 | 2025-01-11T00:22:47.080Z | Downloaded hyper-rustls v0.27.3 |
1165 | 2025-01-11T00:22:47.080Z | Downloaded humantime v2.1.0 |
1166 | 2025-01-11T00:22:47.084Z | Downloaded httparse v1.9.5 |
1167 | 2025-01-11T00:22:47.087Z | Downloaded bit-vec v0.6.3 |
1168 | 2025-01-11T00:22:47.087Z | Downloaded ciborium-ll v0.2.2 |
1169 | 2025-01-11T00:22:47.087Z | Downloaded impl-trait-for-tuples v0.2.2 |
1170 | 2025-01-11T00:22:47.090Z | Downloaded lru v0.12.5 |
1171 | 2025-01-11T00:22:47.090Z | Downloaded libsw v3.3.1 |
1172 | 2025-01-11T00:22:47.093Z | Downloaded bzip2 v0.4.4 |
1173 | 2025-01-11T00:22:47.097Z | Downloaded base64ct v1.6.0 |
1174 | 2025-01-11T00:22:47.097Z | Downloaded ctr v0.9.2 |
1175 | 2025-01-11T00:22:47.101Z | Downloaded linked-hash-map v0.5.6 |
1176 | 2025-01-11T00:22:47.101Z | Downloaded kstat-rs v0.2.4 |
1177 | 2025-01-11T00:22:47.101Z | Downloaded home v0.5.9 |
1178 | 2025-01-11T00:22:47.101Z | Downloaded cookie_store v0.21.0 |
1179 | 2025-01-11T00:22:47.103Z | Downloaded cmake v0.1.51 |
1180 | 2025-01-11T00:22:47.104Z | Downloaded ciborium v0.2.2 |
1181 | 2025-01-11T00:22:47.108Z | Downloaded cancel-safe-futures v0.1.5 |
1182 | 2025-01-11T00:22:47.111Z | Downloaded lru-cache v0.1.2 |
1183 | 2025-01-11T00:22:47.112Z | Downloaded hickory-client v0.24.1 |
1184 | 2025-01-11T00:22:47.115Z | Downloaded csv-core v0.1.11 |
1185 | 2025-01-11T00:22:47.115Z | Downloaded cbc v0.1.2 |
1186 | 2025-01-11T00:22:47.115Z | Downloaded async-trait v0.1.83 |
1187 | 2025-01-11T00:22:47.118Z | Downloaded blowfish v0.9.1 |
1188 | 2025-01-11T00:22:47.124Z | Downloaded async-stream v0.3.6 |
1189 | 2025-01-11T00:22:47.124Z | Downloaded bitflags v1.3.2 |
1190 | 2025-01-11T00:22:47.126Z | Downloaded base16ct v0.2.0 |
1191 | 2025-01-11T00:22:47.127Z | Downloaded buf-list v1.0.3 |
1192 | 2025-01-11T00:22:47.130Z | Downloaded crc v3.2.1 |
1193 | 2025-01-11T00:22:47.208Z | Downloaded ring v0.17.8 |
1194 | 2025-01-11T00:22:47.318Z | Downloaded libsqlite3-sys v0.30.1 |
1195 | 2025-01-11T00:22:47.521Z | Downloaded aws-lc-sys v0.22.0 |
1196 | 2025-01-11T00:22:47.841Z | Compiling serde v1.0.217 |
1197 | 2025-01-11T00:22:47.843Z | Compiling lock_api v0.4.12 |
1198 | 2025-01-11T00:22:47.844Z | Compiling scopeguard v1.2.0 |
1199 | 2025-01-11T00:22:47.844Z | Compiling value-bag v1.9.0 |
1200 | 2025-01-11T00:22:47.844Z | Compiling typenum v1.17.0 |
1201 | 2025-01-11T00:22:47.844Z | Compiling generic-array v0.14.7 |
1202 | 2025-01-11T00:22:48.046Z | Compiling syn v2.0.96 |
1203 | 2025-01-11T00:22:48.064Z | Compiling getrandom v0.2.15 |
1204 | 2025-01-11T00:22:48.211Z | Compiling subtle v2.6.1 |
1205 | 2025-01-11T00:22:48.368Z | Compiling rand_core v0.6.4 |
1206 | 2025-01-11T00:22:48.483Z | Compiling log v0.4.22 |
1207 | 2025-01-11T00:22:48.592Z | Compiling shlex v1.3.0 |
1208 | 2025-01-11T00:22:48.612Z | Compiling jobserver v0.1.32 |
1209 | 2025-01-11T00:22:48.641Z | Compiling smallvec v1.13.2 |
1210 | 2025-01-11T00:22:48.935Z | Compiling const-oid v0.9.6 |
1211 | 2025-01-11T00:22:48.958Z | Compiling spin v0.9.8 |
1212 | 2025-01-11T00:22:49.181Z | Compiling cc v1.1.30 |
1213 | 2025-01-11T00:22:49.223Z | Compiling pin-project-lite v0.2.14 |
1214 | 2025-01-11T00:22:49.358Z | Compiling rustix v0.38.37 |
1215 | 2025-01-11T00:22:49.536Z | Compiling parking_lot_core v0.9.10 |
1216 | 2025-01-11T00:22:49.644Z | Compiling futures-core v0.3.31 |
1217 | 2025-01-11T00:22:49.701Z | Compiling signal-hook-registry v1.4.2 |
1218 | 2025-01-11T00:22:49.902Z | Compiling mio v1.0.2 |
1219 | 2025-01-11T00:22:50.316Z | Compiling aho-corasick v1.1.3 |
1220 | 2025-01-11T00:22:50.599Z | Compiling parking_lot v0.12.3 |
1221 | 2025-01-11T00:22:50.771Z | Compiling regex-syntax v0.8.5 |
1222 | 2025-01-11T00:22:51.005Z | Compiling cpufeatures v0.2.14 |
1223 | 2025-01-11T00:22:51.120Z | Compiling lazy_static v1.5.0 |
1224 | 2025-01-11T00:22:51.165Z | Compiling either v1.13.0 |
1225 | 2025-01-11T00:22:51.224Z | Compiling futures-sink v0.3.31 |
1226 | 2025-01-11T00:22:51.251Z | Compiling stable_deref_trait v1.2.0 |
1227 | 2025-01-11T00:22:51.369Z | Compiling glob v0.3.1 |
1228 | 2025-01-11T00:22:51.389Z | Compiling socket2 v0.5.7 |
1229 | 2025-01-11T00:22:51.627Z | Compiling slab v0.4.9 |
1230 | 2025-01-11T00:22:51.646Z | Compiling prettyplease v0.2.25 |
1231 | 2025-01-11T00:22:51.999Z | Compiling minimal-lexical v0.2.1 |
1232 | 2025-01-11T00:22:52.078Z | Compiling serde_json v1.0.135 |
1233 | 2025-01-11T00:22:52.427Z | Compiling clang-sys v1.8.1 |
1234 | 2025-01-11T00:22:52.450Z | Compiling nom v7.1.3 |
1235 | 2025-01-11T00:22:52.527Z | Compiling libloading v0.8.5 |
1236 | 2025-01-11T00:22:52.802Z | Compiling bindgen v0.69.5 |
1237 | 2025-01-11T00:22:52.954Z | Compiling home v0.5.9 |
1238 | 2025-01-11T00:22:53.224Z | Compiling itertools v0.10.5 |
1239 | 2025-01-11T00:22:53.641Z | Compiling futures-channel v0.3.31 |
1240 | 2025-01-11T00:22:53.862Z | Compiling libm v0.2.8 |
1241 | 2025-01-11T00:22:54.056Z | Compiling futures-task v0.3.31 |
1242 | 2025-01-11T00:22:54.229Z | Compiling lazycell v1.3.0 |
1243 | 2025-01-11T00:22:54.377Z | Compiling rustc-hash v1.1.0 |
1244 | 2025-01-11T00:22:54.397Z | Compiling allocator-api2 v0.2.18 |
1245 | 2025-01-11T00:22:54.526Z | Compiling pin-utils v0.1.0 |
1246 | 2025-01-11T00:22:54.624Z | Compiling regex-automata v0.4.8 |
1247 | 2025-01-11T00:22:55.236Z | Compiling foldhash v0.1.3 |
1248 | 2025-01-11T00:22:55.542Z | Compiling futures-io v0.3.31 |
1249 | 2025-01-11T00:22:55.871Z | Compiling hashbrown v0.15.1 |
1250 | 2025-01-11T00:22:56.065Z | Compiling synstructure v0.13.1 |
1251 | 2025-01-11T00:22:56.344Z | Compiling cexpr v0.6.0 |
1252 | 2025-01-11T00:22:57.272Z | Compiling cmake v0.1.51 |
1253 | 2025-01-11T00:22:57.898Z | Compiling num-traits v0.2.19 |
1254 | 2025-01-11T00:22:57.970Z | Compiling tinyvec_macros v0.1.1 |
1255 | 2025-01-11T00:22:58.071Z | Compiling fs_extra v1.3.0 |
1256 | 2025-01-11T00:22:58.191Z | Compiling pkg-config v0.3.31 |
1257 | 2025-01-11T00:22:58.253Z | Compiling dunce v1.0.5 |
1258 | 2025-01-11T00:22:58.399Z | Compiling tinyvec v1.8.0 |
1259 | 2025-01-11T00:22:58.699Z | Compiling ring v0.17.8 |
1260 | 2025-01-11T00:22:59.564Z | Compiling litemap v0.7.3 |
1261 | 2025-01-11T00:22:59.962Z | Compiling unicode-normalization v0.1.24 |
1262 | 2025-01-11T00:22:59.987Z | Compiling unicode-bidi v0.3.17 |
1263 | 2025-01-11T00:23:00.028Z | Compiling writeable v0.5.5 |
1264 | 2025-01-11T00:23:00.083Z | Compiling base64ct v1.6.0 |
1265 | 2025-01-11T00:23:00.644Z | Compiling regex v1.11.1 |
1266 | 2025-01-11T00:23:00.699Z | Compiling paste v1.0.15 |
1267 | 2025-01-11T00:23:01.206Z | Compiling pem-rfc7468 v0.7.0 |
1268 | 2025-01-11T00:23:01.511Z | Compiling httparse v1.9.5 |
1269 | 2025-01-11T00:23:01.738Z | Compiling aws-lc-rs v1.10.0 |
1270 | 2025-01-11T00:23:01.785Z | Compiling flagset v0.4.6 |
1271 | 2025-01-11T00:23:02.003Z | Compiling tracing-core v0.1.32 |
1272 | 2025-01-11T00:23:02.203Z | Compiling icu_locid_transform_data v1.5.0 |
1273 | 2025-01-11T00:23:02.337Z | Compiling rustls-pki-types v1.10.0 |
1274 | 2025-01-11T00:23:02.388Z | Compiling crossbeam-utils v0.8.20 |
1275 | 2025-01-11T00:23:03.012Z | Compiling percent-encoding v2.3.1 |
1276 | 2025-01-11T00:23:03.248Z | Compiling serde_derive v1.0.217 |
1277 | 2025-01-11T00:23:03.364Z | Compiling zeroize_derive v1.4.2 |
1278 | 2025-01-11T00:23:03.392Z | Compiling zerocopy-derive v0.7.35 |
1279 | 2025-01-11T00:23:03.518Z | Compiling tokio-macros v2.4.0 |
1280 | 2025-01-11T00:23:03.845Z | Compiling zerofrom-derive v0.1.4 |
1281 | 2025-01-11T00:23:05.032Z | Compiling zeroize v1.8.1 |
1282 | 2025-01-11T00:23:05.226Z | Compiling thiserror-impl v1.0.69 |
1283 | 2025-01-11T00:23:05.706Z | Compiling yoke-derive v0.7.4 |
1284 | 2025-01-11T00:23:05.879Z | Compiling zerocopy v0.7.35 |
1285 | 2025-01-11T00:23:06.950Z | Compiling crypto-common v0.1.6 |
1286 | 2025-01-11T00:23:07.209Z | Compiling block-buffer v0.10.4 |
1287 | 2025-01-11T00:23:07.484Z | Compiling digest v0.10.7 |
1288 | 2025-01-11T00:23:07.506Z | Compiling futures-macro v0.3.31 |
1289 | 2025-01-11T00:23:08.001Z | Compiling hmac v0.12.1 |
1290 | 2025-01-11T00:23:08.072Z | Compiling zerovec-derive v0.10.3 |
1291 | 2025-01-11T00:23:08.090Z | Compiling zerofrom v0.1.4 |
1292 | 2025-01-11T00:23:08.248Z | Compiling block-padding v0.3.3 |
1293 | 2025-01-11T00:23:08.307Z | Compiling displaydoc v0.2.5 |
1294 | 2025-01-11T00:23:08.506Z | Compiling inout v0.1.3 |
1295 | 2025-01-11T00:23:08.685Z | Compiling thiserror v1.0.69 |
1296 | 2025-01-11T00:23:08.790Z | Compiling cipher v0.4.4 |
1297 | 2025-01-11T00:23:08.821Z | Compiling yoke v0.7.4 |
1298 | 2025-01-11T00:23:08.844Z | Compiling sha2 v0.10.8 |
1299 | 2025-01-11T00:23:09.232Z | Compiling ppv-lite86 v0.2.20 |
1300 | 2025-01-11T00:23:09.405Z | Compiling der_derive v0.7.3 |
1301 | 2025-01-11T00:23:09.452Z | Compiling futures-util v0.3.31 |
1302 | 2025-01-11T00:23:10.122Z | Compiling icu_provider_macros v1.5.0 |
1303 | 2025-01-11T00:23:10.153Z | Compiling rand_chacha v0.3.1 |
1304 | 2025-01-11T00:23:10.822Z | Compiling zerovec v0.10.4 |
1305 | 2025-01-11T00:23:11.332Z | Compiling tracing-attributes v0.1.27 |
1306 | 2025-01-11T00:23:11.355Z | Compiling rand v0.8.5 |
1307 | 2025-01-11T00:23:11.961Z | Compiling der v0.7.9 |
1308 | 2025-01-11T00:23:12.446Z | Compiling salsa20 v0.10.2 |
1309 | 2025-01-11T00:23:12.589Z | Compiling pest v2.7.14 |
1310 | 2025-01-11T00:23:12.702Z | Compiling pbkdf2 v0.12.2 |
1311 | 2025-01-11T00:23:12.888Z | Compiling tinystr v0.7.6 |
1312 | 2025-01-11T00:23:13.208Z | Compiling icu_collections v1.5.0 |
1313 | 2025-01-11T00:23:13.376Z | Compiling icu_locid v1.5.0 |
1314 | 2025-01-11T00:23:13.684Z | Compiling time-core v0.1.2 |
1315 | 2025-01-11T00:23:13.873Z | Compiling untrusted v0.9.0 |
1316 | 2025-01-11T00:23:14.110Z | Compiling mirai-annotations v1.12.0 |
1317 | 2025-01-11T00:23:14.315Z | Compiling spki v0.7.3 |
1318 | 2025-01-11T00:23:14.744Z | Compiling icu_provider v1.5.0 |
1319 | 2025-01-11T00:23:14.862Z | Compiling untrusted v0.7.1 |
1320 | 2025-01-11T00:23:15.072Z | Compiling vcpkg v0.2.15 |
1321 | 2025-01-11T00:23:15.457Z | Compiling tracing v0.1.40 |
1322 | 2025-01-11T00:23:15.673Z | Compiling icu_locid_transform v1.5.0 |
1323 | 2025-01-11T00:23:15.810Z | Compiling powerfmt v0.2.0 |
1324 | 2025-01-11T00:23:15.883Z | Compiling num-conv v0.1.0 |
1325 | 2025-01-11T00:23:15.907Z | Compiling icu_properties_data v1.5.0 |
1326 | 2025-01-11T00:23:15.935Z | Compiling pest_meta v2.7.14 |
1327 | 2025-01-11T00:23:16.166Z | Compiling time-macros v0.2.18 |
1328 | 2025-01-11T00:23:16.187Z | Compiling deranged v0.3.11 |
1329 | 2025-01-11T00:23:16.210Z | Compiling scrypt v0.11.0 |
1330 | 2025-01-11T00:23:16.830Z | Compiling cbc v0.1.2 |
1331 | 2025-01-11T00:23:17.085Z | Compiling icu_properties v1.5.1 |
1332 | 2025-01-11T00:23:17.447Z | Compiling openssl-sys v0.9.103 |
1333 | 2025-01-11T00:23:18.227Z | Compiling bitflags v2.6.0 |
1334 | 2025-01-11T00:23:18.381Z | Compiling bytes v1.9.0 |
1335 | 2025-01-11T00:23:18.690Z | Compiling indexmap v2.7.0 |
1336 | 2025-01-11T00:23:19.760Z | Compiling tokio v1.40.0 |
1337 | 2025-01-11T00:23:19.892Z | Compiling http v1.2.0 |
1338 | 2025-01-11T00:23:20.075Z | Compiling semver v1.0.24 |
1339 | 2025-01-11T00:23:20.318Z | Compiling aes v0.8.4 |
1340 | 2025-01-11T00:23:20.913Z | Compiling rustc_version v0.4.1 |
1341 | 2025-01-11T00:23:21.437Z | Compiling scroll_derive v0.12.0 |
1342 | 2025-01-11T00:23:21.936Z | Compiling icu_normalizer_data v1.5.0 |
1343 | 2025-01-11T00:23:22.050Z | Compiling utf16_iter v1.0.5 |
1344 | 2025-01-11T00:23:22.246Z | Compiling atomic-waker v1.1.2 |
1345 | 2025-01-11T00:23:22.272Z | Compiling num_threads v0.1.7 |
1346 | 2025-01-11T00:23:22.415Z | Compiling utf8_iter v1.0.4 |
1347 | 2025-01-11T00:23:22.451Z | Compiling write16 v1.0.0 |
1348 | 2025-01-11T00:23:22.524Z | Compiling time v0.3.36 |
1349 | 2025-01-11T00:23:22.590Z | Compiling http-body v1.0.1 |
1350 | 2025-01-11T00:23:22.668Z | Compiling icu_normalizer v1.5.0 |
1351 | 2025-01-11T00:23:22.842Z | Compiling which v4.4.2 |
1352 | 2025-01-11T00:23:22.992Z | Compiling scroll v0.12.0 |
1353 | 2025-01-11T00:23:23.111Z | Compiling pkcs5 v0.7.1 |
1354 | 2025-01-11T00:23:23.582Z | Compiling pest_generator v2.7.14 |
1355 | 2025-01-11T00:23:23.675Z | Compiling form_urlencoded v1.2.1 |
1356 | 2025-01-11T00:23:24.063Z | Compiling try-lock v0.2.5 |
1357 | 2025-01-11T00:23:24.226Z | Compiling slog v2.7.0 |
1358 | 2025-01-11T00:23:24.453Z | Compiling want v0.3.1 |
1359 | 2025-01-11T00:23:24.478Z | Compiling goblin v0.8.2 |
1360 | 2025-01-11T00:23:24.757Z | Compiling pkcs8 v0.10.2 |
1361 | 2025-01-11T00:23:24.847Z | Compiling idna_adapter v1.2.0 |
1362 | 2025-01-11T00:23:24.902Z | Compiling uuid v1.11.0 |
1363 | 2025-01-11T00:23:25.075Z | Compiling httpdate v1.0.3 |
1364 | 2025-01-11T00:23:25.545Z | Compiling iana-time-zone v0.1.61 |
1365 | 2025-01-11T00:23:25.589Z | Compiling idna v1.0.3 |
1366 | 2025-01-11T00:23:25.763Z | Compiling pest_derive v2.7.14 |
1367 | 2025-01-11T00:23:26.049Z | Compiling chrono v0.4.38 |
1368 | 2025-01-11T00:23:26.599Z | Compiling dtrace-parser v0.2.0 |
1369 | 2025-01-11T00:23:27.356Z | Compiling serde_tokenstream v0.2.2 |
1370 | 2025-01-11T00:23:27.552Z | Compiling serde_spanned v0.6.8 |
1371 | 2025-01-11T00:23:27.810Z | Compiling toml_datetime v0.6.8 |
1372 | 2025-01-11T00:23:28.007Z | Compiling match_cfg v0.1.0 |
1373 | 2025-01-11T00:23:28.054Z | Compiling adler2 v2.0.0 |
1374 | 2025-01-11T00:23:28.113Z | Compiling openssl v0.10.66 |
1375 | 2025-01-11T00:23:28.272Z | Compiling tower-service v0.3.3 |
1376 | 2025-01-11T00:23:28.345Z | Compiling rustversion v1.0.17 |
1377 | 2025-01-11T00:23:28.420Z | Compiling base64 v0.22.1 |
1378 | 2025-01-11T00:23:28.564Z | Compiling foreign-types-shared v0.1.1 |
1379 | 2025-01-11T00:23:28.692Z | Compiling foreign-types v0.3.2 |
1380 | 2025-01-11T00:23:28.802Z | Compiling tokio-util v0.7.12 |
1381 | 2025-01-11T00:23:28.903Z | Compiling miniz_oxide v0.8.0 |
1382 | 2025-01-11T00:23:29.209Z | Compiling hostname v0.3.1 |
1383 | 2025-01-11T00:23:29.271Z | Compiling url v2.5.3 |
1384 | 2025-01-11T00:23:30.033Z | Compiling h2 v0.4.6 |
1385 | 2025-01-11T00:23:30.413Z | Compiling async-trait v0.1.83 |
1386 | 2025-01-11T00:23:30.573Z | Compiling openssl-macros v0.1.1 |
1387 | 2025-01-11T00:23:30.983Z | Compiling dof v0.3.0 |
1388 | 2025-01-11T00:23:31.346Z | Compiling serde_derive_internals v0.29.1 |
1389 | 2025-01-11T00:23:31.430Z | Compiling dirs-sys-next v0.1.2 |
1390 | 2025-01-11T00:23:32.148Z | Compiling usdt-impl v0.5.0 |
1391 | 2025-01-11T00:23:33.379Z | Compiling data-encoding v2.6.0 |
1392 | 2025-01-11T00:23:33.382Z | Compiling syn v1.0.109 |
1393 | 2025-01-11T00:23:33.910Z | Compiling siphasher v0.3.11 |
1394 | 2025-01-11T00:23:34.088Z | Compiling rustls v0.22.4 |
1395 | 2025-01-11T00:23:34.297Z | Compiling rustls v0.23.19 |
1396 | 2025-01-11T00:23:34.370Z | Compiling schemars v0.8.21 |
1397 | 2025-01-11T00:23:34.391Z | Compiling native-tls v0.2.12 |
1398 | 2025-01-11T00:23:34.619Z | Compiling schemars_derive v0.8.21 |
1399 | 2025-01-11T00:23:34.792Z | Compiling dirs-next v2.0.0 |
1400 | 2025-01-11T00:23:35.703Z | Compiling http-body-util v0.1.2 |
1401 | 2025-01-11T00:23:35.918Z | Compiling crossbeam-epoch v0.9.18 |
1402 | 2025-01-11T00:23:36.290Z | Compiling heapless v0.7.17 |
1403 | 2025-01-11T00:23:36.474Z | Compiling sha1 v0.10.6 |
1404 | 2025-01-11T00:23:36.618Z | Compiling signature v2.2.0 |
1405 | 2025-01-11T00:23:36.711Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1406 | 2025-01-11T00:23:36.750Z | Compiling thread_local v1.1.8 |
1407 | 2025-01-11T00:23:36.904Z | Compiling cookie v0.18.1 |
1408 | 2025-01-11T00:23:36.924Z | Compiling encoding_rs v0.8.34 |
1409 | 2025-01-11T00:23:37.206Z | Compiling multer v3.1.0 |
1410 | 2025-01-11T00:23:37.227Z | Compiling openssl-probe v0.1.5 |
1411 | 2025-01-11T00:23:37.336Z | Compiling gimli v0.31.1 |
1412 | 2025-01-11T00:23:37.492Z | Compiling hyper v1.5.0 |
1413 | 2025-01-11T00:23:37.605Z | Compiling rayon-core v1.12.1 |
1414 | 2025-01-11T00:23:37.899Z | Compiling slog-async v2.8.0 |
1415 | 2025-01-11T00:23:38.176Z | Compiling mime v0.3.17 |
1416 | 2025-01-11T00:23:38.430Z | Compiling ipnet v2.10.1 |
1417 | 2025-01-11T00:23:38.851Z | Compiling signal-hook v0.3.17 |
1418 | 2025-01-11T00:23:39.164Z | Compiling unicode-properties v0.1.3 |
1419 | 2025-01-11T00:23:39.606Z | Compiling dyn-clone v1.0.17 |
1420 | 2025-01-11T00:23:39.857Z | Compiling stringprep v0.1.5 |
1421 | 2025-01-11T00:23:41.234Z | Compiling hyper-util v0.1.10 |
1422 | 2025-01-11T00:23:41.664Z | Compiling toml_edit v0.22.22 |
1423 | 2025-01-11T00:23:42.073Z | Compiling addr2line v0.24.2 |
1424 | 2025-01-11T00:23:42.878Z | Compiling crossbeam-deque v0.8.5 |
1425 | 2025-01-11T00:23:42.927Z | Compiling usdt-attr-macro v0.5.0 |
1426 | 2025-01-11T00:23:43.244Z | Compiling usdt-macro v0.5.0 |
1427 | 2025-01-11T00:23:43.860Z | Compiling term v0.7.0 |
1428 | 2025-01-11T00:23:43.930Z | Compiling slog-json v2.6.1 |
1429 | 2025-01-11T00:23:44.344Z | Compiling serde_urlencoded v0.7.1 |
1430 | 2025-01-11T00:23:44.563Z | Compiling crossbeam-channel v0.5.13 |
1431 | 2025-01-11T00:23:44.694Z | Compiling curve25519-dalek v4.1.3 |
1432 | 2025-01-11T00:23:44.849Z | Compiling futures-executor v0.3.31 |
1433 | 2025-01-11T00:23:44.961Z | Compiling enum-as-inner v0.6.1 |
1434 | 2025-01-11T00:23:45.325Z | Compiling md-5 v0.10.6 |
1435 | 2025-01-11T00:23:45.435Z | Compiling async-stream-impl v0.3.6 |
1436 | 2025-01-11T00:23:45.487Z | Compiling rustls-pemfile v2.2.0 |
1437 | 2025-01-11T00:23:45.601Z | Compiling num-integer v0.1.46 |
1438 | 2025-01-11T00:23:45.767Z | Compiling idna v0.3.0 |
1439 | 2025-01-11T00:23:45.855Z | Compiling idna v0.4.0 |
1440 | 2025-01-11T00:23:46.151Z | Compiling hash32 v0.2.1 |
1441 | 2025-01-11T00:23:46.409Z | Compiling ff v0.13.0 |
1442 | 2025-01-11T00:23:46.568Z | Compiling is-terminal v0.4.13 |
1443 | 2025-01-11T00:23:46.636Z | Compiling dropshot v0.12.0 |
1444 | 2025-01-11T00:23:46.707Z | Compiling object v0.36.5 |
1445 | 2025-01-11T00:23:46.870Z | Compiling num-bigint-dig v0.8.4 |
1446 | 2025-01-11T00:23:47.177Z | Compiling utf-8 v0.7.6 |
1447 | 2025-01-11T00:23:47.192Z | Compiling rustc-demangle v0.1.24 |
1448 | 2025-01-11T00:23:47.283Z | Compiling quick-error v1.2.3 |
1449 | 2025-01-11T00:23:47.439Z | Compiling portable-atomic v1.9.0 |
1450 | 2025-01-11T00:23:47.610Z | Compiling linked-hash-map v0.5.6 |
1451 | 2025-01-11T00:23:47.634Z | Compiling fallible-iterator v0.2.0 |
1452 | 2025-01-11T00:23:48.004Z | Compiling psl-types v2.0.11 |
1453 | 2025-01-11T00:23:48.190Z | Compiling take_mut v0.2.2 |
1454 | 2025-01-11T00:23:48.213Z | Compiling base16ct v0.2.0 |
1455 | 2025-01-11T00:23:48.373Z | Compiling anyhow v1.0.93 |
1456 | 2025-01-11T00:23:48.431Z | Compiling smoltcp v0.9.1 |
1457 | 2025-01-11T00:23:48.557Z | Compiling sec1 v0.7.3 |
1458 | 2025-01-11T00:23:48.664Z | Compiling postgres-protocol v0.6.7 |
1459 | 2025-01-11T00:23:49.273Z | Compiling publicsuffix v2.2.3 |
1460 | 2025-01-11T00:23:49.460Z | Compiling lru-cache v0.1.2 |
1461 | 2025-01-11T00:23:49.561Z | Compiling resolv-conf v0.7.0 |
1462 | 2025-01-11T00:23:49.712Z | Compiling tungstenite v0.24.0 |
1463 | 2025-01-11T00:23:50.208Z | Compiling async-stream v0.3.6 |
1464 | 2025-01-11T00:23:50.427Z | Compiling hickory-proto v0.24.1 |
1465 | 2025-01-11T00:23:50.529Z | Compiling slog-term v2.9.1 |
1466 | 2025-01-11T00:23:50.562Z | Compiling usdt v0.5.0 |
1467 | 2025-01-11T00:23:50.585Z | Compiling group v0.13.0 |
1468 | 2025-01-11T00:23:51.090Z | Compiling num-iter v0.1.45 |
1469 | 2025-01-11T00:23:51.430Z | Compiling toml v0.8.19 |
1470 | 2025-01-11T00:23:51.908Z | Compiling futures v0.3.31 |
1471 | 2025-01-11T00:23:52.048Z | Compiling slog-bunyan v2.5.0 |
1472 | 2025-01-11T00:23:52.402Z | Compiling camino v1.1.9 |
1473 | 2025-01-11T00:23:53.495Z | Compiling tokio-native-tls v0.3.1 |
1474 | 2025-01-11T00:23:53.801Z | Compiling phf_shared v0.11.2 |
1475 | 2025-01-11T00:23:54.153Z | Compiling dropshot_endpoint v0.12.0 |
1476 | 2025-01-11T00:23:54.244Z | Compiling terminal_size v0.4.0 |
1477 | 2025-01-11T00:23:54.473Z | Compiling waitgroup v0.1.2 |
1478 | 2025-01-11T00:23:54.476Z | Compiling openapiv3 v2.0.0 |
1479 | 2025-01-11T00:23:54.476Z | Compiling serde_path_to_error v0.1.16 |
1480 | 2025-01-11T00:23:54.740Z | Compiling backtrace v0.3.74 |
1481 | 2025-01-11T00:23:55.353Z | Compiling hkdf v0.12.4 |
1482 | 2025-01-11T00:23:55.414Z | Compiling crypto-bigint v0.5.5 |
1483 | 2025-01-11T00:23:55.636Z | Compiling zerocopy-derive v0.6.6 |
1484 | 2025-01-11T00:23:58.091Z | Compiling curve25519-dalek-derive v0.1.1 |
1485 | 2025-01-11T00:23:58.732Z | Compiling webpki-roots v0.26.6 |
1486 | 2025-01-11T00:23:58.975Z | Compiling idna v0.5.0 |
1487 | 2025-01-11T00:23:59.123Z | Compiling hubpack_derive v0.1.1 |
1488 | 2025-01-11T00:23:59.211Z | Compiling hostname v0.4.0 |
1489 | 2025-01-11T00:23:59.337Z | Compiling crc32fast v1.4.2 |
1490 | 2025-01-11T00:23:59.481Z | Compiling ahash v0.8.11 |
1491 | 2025-01-11T00:23:59.692Z | Compiling fs-err v2.11.0 |
1492 | 2025-01-11T00:23:59.747Z | Compiling debug-ignore v1.0.5 |
1493 | 2025-01-11T00:24:00.814Z | Compiling newtype-uuid v1.1.3 |
1494 | 2025-01-11T00:24:00.817Z | Compiling bitflags v1.3.2 |
1495 | 2025-01-11T00:24:00.817Z | Compiling managed v0.8.0 |
1496 | 2025-01-11T00:24:00.818Z | Compiling winnow v0.5.40 |
1497 | 2025-01-11T00:24:00.818Z | Compiling console v0.15.8 |
1498 | 2025-01-11T00:24:00.818Z | Compiling clap_builder v4.5.21 |
1499 | 2025-01-11T00:24:00.818Z | Compiling strum_macros v0.25.3 |
1500 | 2025-01-11T00:24:01.784Z | Compiling hubpack v0.1.2 |
1501 | 2025-01-11T00:24:01.964Z | Compiling cookie_store v0.21.0 |
1502 | 2025-01-11T00:24:02.264Z | Compiling flate2 v1.0.34 |
1503 | 2025-01-11T00:24:02.735Z | Compiling elliptic-curve v0.13.8 |
1504 | 2025-01-11T00:24:03.299Z | Compiling zerocopy v0.6.6 |
1505 | 2025-01-11T00:24:03.648Z | Compiling hickory-resolver v0.24.1 |
1506 | 2025-01-11T00:24:03.731Z | Compiling toml_edit v0.19.15 |
1507 | 2025-01-11T00:24:04.265Z | Compiling phf v0.11.2 |
1508 | 2025-01-11T00:24:04.593Z | Compiling signal-hook-mio v0.2.4 |
1509 | 2025-01-11T00:24:04.789Z | Compiling hyper-tls v0.6.0 |
1510 | 2025-01-11T00:24:05.212Z | Compiling rayon v1.10.0 |
1511 | 2025-01-11T00:24:05.245Z | Compiling bzip2 v0.4.4 |
1512 | 2025-01-11T00:24:05.673Z | Compiling tokio-tungstenite v0.24.0 |
1513 | 2025-01-11T00:24:06.261Z | Compiling postgres-types v0.2.8 |
1514 | 2025-01-11T00:24:09.374Z | Compiling ed25519 v2.2.3 |
1515 | 2025-01-11T00:24:10.310Z | Compiling phf_shared v0.10.0 |
1516 | 2025-01-11T00:24:10.361Z | Compiling tokio-stream v0.1.16 |
1517 | 2025-01-11T00:24:10.692Z | Compiling pkcs1 v0.7.5 |
1518 | 2025-01-11T00:24:10.747Z | Compiling serde-big-array v0.5.1 |
1519 | 2025-01-11T00:24:11.004Z | Compiling clap_derive v4.5.18 |
1520 | 2025-01-11T00:24:11.026Z | Compiling rfc6979 v0.4.0 |
1521 | 2025-01-11T00:24:11.232Z | Compiling serde_repr v0.1.19 |
1522 | 2025-01-11T00:24:11.421Z | Compiling derive-where v1.2.7 |
1523 | 2025-01-11T00:24:11.551Z | Compiling float-cmp v0.9.0 |
1524 | 2025-01-11T00:24:11.756Z | Compiling bstr v1.10.0 |
1525 | 2025-01-11T00:24:11.787Z | Compiling sync_wrapper v1.0.1 |
1526 | 2025-01-11T00:24:11.954Z | Compiling bit-vec v0.6.3 |
1527 | 2025-01-11T00:24:12.446Z | Compiling normalize-line-endings v0.3.0 |
1528 | 2025-01-11T00:24:12.448Z | Compiling static_assertions v1.1.0 |
1529 | 2025-01-11T00:24:12.509Z | Compiling fixedbitset v0.4.2 |
1530 | 2025-01-11T00:24:12.585Z | Compiling new_debug_unreachable v1.0.6 |
1531 | 2025-01-11T00:24:12.606Z | Compiling whoami v1.5.2 |
1532 | 2025-01-11T00:24:12.692Z | Compiling precomputed-hash v0.1.1 |
1533 | 2025-01-11T00:24:12.822Z | Compiling unicode-width v0.2.0 |
1534 | 2025-01-11T00:24:13.006Z | Compiling unicode-segmentation v1.12.0 |
1535 | 2025-01-11T00:24:13.277Z | Compiling predicates-core v1.0.8 |
1536 | 2025-01-11T00:24:13.387Z | Compiling number_prefix v0.4.0 |
1537 | 2025-01-11T00:24:13.642Z | Compiling difflib v0.4.0 |
1538 | 2025-01-11T00:24:13.671Z | Compiling indicatif v0.17.9 |
1539 | 2025-01-11T00:24:13.693Z | Compiling tokio-postgres v0.7.12 |
1540 | 2025-01-11T00:24:13.955Z | Compiling similar v2.6.0 |
1541 | 2025-01-11T00:24:15.309Z | Compiling predicates v3.1.2 |
1542 | 2025-01-11T00:24:15.457Z | Compiling string_cache v0.8.7 |
1543 | 2025-01-11T00:24:15.928Z | Compiling petgraph v0.6.5 |
1544 | 2025-01-11T00:24:16.087Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1545 | 2025-01-11T00:24:16.429Z | Compiling clap v4.5.21 |
1546 | 2025-01-11T00:24:16.566Z | Compiling bit-set v0.5.3 |
1547 | 2025-01-11T00:24:16.639Z | Compiling ecdsa v0.16.9 |
1548 | 2025-01-11T00:24:16.884Z | Compiling rsa v0.9.6 |
1549 | 2025-01-11T00:24:17.239Z | Compiling ed25519-dalek v2.1.1 |
1550 | 2025-01-11T00:24:17.552Z | Compiling toml v0.7.8 |
1551 | 2025-01-11T00:24:18.643Z | Compiling zip v0.6.6 |
1552 | 2025-01-11T00:24:19.500Z | Compiling crossterm v0.28.1 |
1553 | 2025-01-11T00:24:20.714Z | Compiling hex v0.4.3 |
1554 | 2025-01-11T00:24:20.861Z | Compiling x509-cert v0.2.5 |
1555 | 2025-01-11T00:24:20.923Z | Compiling unicode-xid v0.2.6 |
1556 | 2025-01-11T00:24:21.069Z | Compiling peg-runtime v0.8.3 |
1557 | 2025-01-11T00:24:21.172Z | Compiling lalrpop-util v0.19.12 |
1558 | 2025-01-11T00:24:21.396Z | Compiling strum_macros v0.26.4 |
1559 | 2025-01-11T00:24:21.538Z | Compiling xattr v1.3.1 |
1560 | 2025-01-11T00:24:21.731Z | Compiling filetime v0.2.25 |
1561 | 2025-01-11T00:24:22.062Z | Compiling tar v0.4.42 |
1562 | 2025-01-11T00:24:26.933Z | Compiling strum v0.26.3 |
1563 | 2025-01-11T00:24:30.244Z | Compiling aws-lc-sys v0.22.0 |
1564 | 2025-01-11T00:25:03.814Z | Compiling rustls-webpki v0.102.8 |
1565 | 2025-01-11T00:25:07.612Z | Compiling tokio-rustls v0.25.0 |
1566 | 2025-01-11T00:25:09.115Z | Compiling tokio-rustls v0.26.0 |
1567 | 2025-01-11T00:25:09.447Z | Compiling hyper-rustls v0.27.3 |
1568 | 2025-01-11T00:25:10.034Z | Compiling reqwest v0.12.9 |
1569 | 2025-01-11T00:25:11.585Z | Compiling qorb v0.2.1 |
1570 | 2025-01-11T00:25:16.548Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1571 | 2025-01-11T00:25:16.815Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1572 | 2025-01-11T00:25:23.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 39s |
1573 | 2025-01-11T00:25:23.374Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1574 | 2025-01-11T00:25:23.431Z | Jan 11 00:25:21.791 INFO Starting download, target: Cockroach |
1575 | 2025-01-11T00:25:23.431Z | Jan 11 00:25:21.792 INFO Starting download, target: Clickhouse |
1576 | 2025-01-11T00:25:23.431Z | Jan 11 00:25:21.792 INFO Starting download, target: Console |
1577 | 2025-01-11T00:25:23.431Z | Jan 11 00:25:21.792 INFO Starting download, target: DendriteOpenapi |
1578 | 2025-01-11T00:25:23.431Z | Jan 11 00:25:21.792 INFO Starting download, target: DendriteStub |
1579 | 2025-01-11T00:25:23.431Z | Jan 11 00:25:21.792 INFO Starting download, target: MaghemiteMgd |
1580 | 2025-01-11T00:25:23.434Z | Jan 11 00:25:21.792 INFO Starting download, target: TransceiverControl |
1581 | 2025-01-11T00:25:23.434Z | Jan 11 00:25:21.792 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1582 | 2025-01-11T00:25:23.434Z | Jan 11 00:25:21.792 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1583 | 2025-01-11T00:25:23.434Z | Jan 11 00:25:21.792 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1584 | 2025-01-11T00:25:23.434Z | Jan 11 00:25:21.792 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1585 | 2025-01-11T00:25:23.435Z | Jan 11 00:25:21.792 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1586 | 2025-01-11T00:25:23.435Z | Jan 11 00:25:21.793 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1587 | 2025-01-11T00:25:23.435Z | Jan 11 00:25:21.793 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1588 | 2025-01-11T00:25:23.577Z | Jan 11 00:25:21.938 INFO Download complete, target: DendriteOpenapi |
1589 | 2025-01-11T00:25:23.749Z | Jan 11 00:25:22.095 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1590 | 2025-01-11T00:25:23.917Z | Jan 11 00:25:22.272 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1591 | 2025-01-11T00:25:24.249Z | Jan 11 00:25:22.609 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1592 | 2025-01-11T00:25:24.258Z | Jan 11 00:25:22.617 INFO Download complete, target: Console |
1593 | 2025-01-11T00:25:24.293Z | Jan 11 00:25:22.653 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1594 | 2025-01-11T00:25:24.430Z | Jan 11 00:25:22.790 INFO Download complete, target: TransceiverControl |
1595 | 2025-01-11T00:25:25.130Z | Jan 11 00:25:23.491 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1596 | 2025-01-11T00:25:25.130Z | Jan 11 00:25:23.491 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1597 | 2025-01-11T00:25:25.576Z | Jan 11 00:25:23.933 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1598 | 2025-01-11T00:25:27.294Z | Jan 11 00:25:25.654 INFO Download complete, target: DendriteStub |
1599 | 2025-01-11T00:25:27.316Z | Jan 11 00:25:25.677 INFO Download complete, target: MaghemiteMgd |
1600 | 2025-01-11T00:25:32.611Z | Jan 11 00:25:30.971 INFO Checking that binary works, target: Cockroach |
1601 | 2025-01-11T00:25:32.776Z | Jan 11 00:25:31.135 INFO Download complete, target: Cockroach |
1602 | 2025-01-11T00:25:37.971Z | Jan 11 00:25:36.331 INFO Checking that binary works, target: Clickhouse |
1603 | 2025-01-11T00:25:38.413Z | Jan 11 00:25:36.771 INFO Download complete, target: Clickhouse |
1604 | 2025-01-11T00:25:38.480Z | All builder prerequisites installed successfully, and PATH looks valid |
1605 | 2025-01-11T00:25:38.486Z | |
1606 | 2025-01-11T00:25:38.486Z | real 7:30.881552750 |
1607 | 2025-01-11T00:25:38.486Z | user 17:31.968604707 |
1608 | 2025-01-11T00:25:38.486Z | sys 3:24.142356137 |
1609 | 2025-01-11T00:25:38.486Z | trap 0.642128459 |
1610 | 2025-01-11T00:25:38.486Z | tflt 5.217804218 |
1611 | 2025-01-11T00:25:38.486Z | dflt 4.441312688 |
1612 | 2025-01-11T00:25:38.486Z | kflt 0.466456091 |
1613 | 2025-01-11T00:25:38.486Z | lock 31:56.154991653 |
1614 | 2025-01-11T00:25:38.486Z | slp 1:10:30.084119752 |
1615 | 2025-01-11T00:25:38.486Z | lat 58.353087162 |
1616 | 2025-01-11T00:25:38.486Z | stop 2:27.523569639 |
1617 | 2025-01-11T00:25:38.486Z | + banner clippy |
1618 | 2025-01-11T00:25:38.486Z | |
1619 | 2025-01-11T00:25:38.486Z | #### # # ##### ##### # # |
1620 | 2025-01-11T00:25:38.486Z | # # # # # # # # # # |
1621 | 2025-01-11T00:25:38.487Z | # # # # # # # # |
1622 | 2025-01-11T00:25:38.487Z | # # # ##### ##### # |
1623 | 2025-01-11T00:25:38.487Z | # # # # # # # |
1624 | 2025-01-11T00:25:38.487Z | #### ###### # # # # |
1625 | 2025-01-11T00:25:38.487Z | |
1626 | 2025-01-11T00:25:38.487Z | + export CARGO_INCREMENTAL=0 |
1627 | 2025-01-11T00:25:38.487Z | + CARGO_INCREMENTAL=0 |
1628 | 2025-01-11T00:25:38.487Z | + ptime -m cargo xtask clippy |
1629 | 2025-01-11T00:25:39.080Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1630 | 2025-01-11T00:25:42.898Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.34s |
1631 | 2025-01-11T00:25:42.957Z | Running `target/debug/xtask clippy` |
1632 | 2025-01-11T00:25:42.974Z | running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1633 | 2025-01-11T00:25:43.733Z | Downloading crates ... |
1634 | 2025-01-11T00:25:44.092Z | Downloaded async-process v2.3.0 |
1635 | 2025-01-11T00:25:44.097Z | Downloaded async-executor v1.13.1 |
1636 | 2025-01-11T00:25:44.097Z | Downloaded datatest-stable v0.2.9 |
1637 | 2025-01-11T00:25:44.100Z | Downloaded async-global-executor v2.4.1 |
1638 | 2025-01-11T00:25:44.102Z | Downloaded assert-json-diff v2.0.2 |
1639 | 2025-01-11T00:25:44.105Z | Downloaded doc-comment v0.3.3 |
1640 | 2025-01-11T00:25:44.105Z | Downloaded approx v0.5.1 |
1641 | 2025-01-11T00:25:44.108Z | Downloaded guppy-workspace-hack v0.1.0 |
1642 | 2025-01-11T00:25:44.108Z | Downloaded anes v0.1.6 |
1643 | 2025-01-11T00:25:44.110Z | Downloaded escape8259 v0.5.3 |
1644 | 2025-01-11T00:25:44.113Z | Downloaded plotters-svg v0.3.7 |
1645 | 2025-01-11T00:25:44.116Z | Downloaded cfg-expr v0.17.0 |
1646 | 2025-01-11T00:25:44.118Z | Downloaded async-object-pool v0.1.5 |
1647 | 2025-01-11T00:25:44.122Z | Downloaded criterion-plot v0.5.0 |
1648 | 2025-01-11T00:25:44.124Z | Downloaded num_cpus v1.16.0 |
1649 | 2025-01-11T00:25:44.127Z | Downloaded piper v0.2.4 |
1650 | 2025-01-11T00:25:44.131Z | Downloaded parking v2.2.1 |
1651 | 2025-01-11T00:25:44.131Z | Downloaded event-listener v2.5.3 |
1652 | 2025-01-11T00:25:44.135Z | Downloaded pathdiff v0.2.2 |
1653 | 2025-01-11T00:25:44.135Z | Downloaded oorandom v11.1.4 |
1654 | 2025-01-11T00:25:44.136Z | Downloaded event-listener-strategy v0.5.2 |
1655 | 2025-01-11T00:25:44.142Z | Downloaded indoc v2.0.5 |
1656 | 2025-01-11T00:25:44.142Z | Downloaded concurrent-queue v2.5.0 |
1657 | 2025-01-11T00:25:44.142Z | Downloaded path-tree v0.8.1 |
1658 | 2025-01-11T00:25:44.147Z | Downloaded async-channel v2.3.1 |
1659 | 2025-01-11T00:25:44.147Z | Downloaded async-attributes v1.1.2 |
1660 | 2025-01-11T00:25:44.148Z | Downloaded cast v0.3.0 |
1661 | 2025-01-11T00:25:44.148Z | Downloaded async-signal v0.2.10 |
1662 | 2025-01-11T00:25:44.150Z | Downloaded hyper-rustls v0.26.0 |
1663 | 2025-01-11T00:25:44.154Z | Downloaded target-triple v0.1.3 |
1664 | 2025-01-11T00:25:44.156Z | Downloaded partial-io v0.5.4 |
1665 | 2025-01-11T00:25:44.161Z | Downloaded threadpool v1.8.1 |
1666 | 2025-01-11T00:25:44.161Z | Downloaded libtest-mimic v0.7.3 |
1667 | 2025-01-11T00:25:44.161Z | Downloaded async-task v4.7.1 |
1668 | 2025-01-11T00:25:44.164Z | Downloaded proc-macro-crate v3.2.0 |
1669 | 2025-01-11T00:25:44.167Z | Downloaded target-spec v3.2.2 |
1670 | 2025-01-11T00:25:44.167Z | Downloaded serde_regex v1.1.0 |
1671 | 2025-01-11T00:25:44.167Z | Downloaded event-listener v5.3.1 |
1672 | 2025-01-11T00:25:44.170Z | Downloaded relative-path v1.9.3 |
1673 | 2025-01-11T00:25:44.173Z | Downloaded blake2b_simd v1.0.2 |
1674 | 2025-01-11T00:25:44.173Z | Downloaded stringmetrics v2.2.2 |
1675 | 2025-01-11T00:25:44.176Z | Downloaded futures-lite v2.3.0 |
1676 | 2025-01-11T00:25:44.179Z | Downloaded async-lock v3.4.0 |
1677 | 2025-01-11T00:25:44.179Z | Downloaded similar-asserts v1.6.0 |
1678 | 2025-01-11T00:25:44.183Z | Downloaded async-io v2.3.4 |
1679 | 2025-01-11T00:25:44.186Z | Downloaded assert_cmd v2.0.16 |
1680 | 2025-01-11T00:25:44.188Z | Downloaded tinytemplate v1.2.1 |
1681 | 2025-01-11T00:25:44.189Z | Downloaded target-lexicon v0.12.16 |
1682 | 2025-01-11T00:25:44.191Z | Downloaded rust-argon2 v2.1.0 |
1683 | 2025-01-11T00:25:44.195Z | Downloaded trybuild v1.0.101 |
1684 | 2025-01-11T00:25:44.203Z | Downloaded fancy-regex v0.13.0 |
1685 | 2025-01-11T00:25:44.209Z | Downloaded rstest_macros v0.23.0 |
1686 | 2025-01-11T00:25:44.213Z | Downloaded yansi v1.0.1 |
1687 | 2025-01-11T00:25:44.216Z | Downloaded plotters-backend v0.3.7 |
1688 | 2025-01-11T00:25:44.230Z | Downloaded async-channel v1.9.0 |
1689 | 2025-01-11T00:25:44.230Z | Downloaded rustls-native-certs v0.7.3 |
1690 | 2025-01-11T00:25:44.230Z | Downloaded rstest v0.23.0 |
1691 | 2025-01-11T00:25:44.230Z | Downloaded plotters v0.3.7 |
1692 | 2025-01-11T00:25:44.235Z | Downloaded guppy v0.17.8 |
1693 | 2025-01-11T00:25:44.241Z | Downloaded criterion v0.5.1 |
1694 | 2025-01-11T00:25:44.248Z | Downloaded async-std v1.13.0 |
1695 | 2025-01-11T00:25:44.267Z | Downloaded rand_distr v0.4.3 |
1696 | 2025-01-11T00:25:44.270Z | Downloaded pretty_assertions v1.4.1 |
1697 | 2025-01-11T00:25:44.275Z | Downloaded polling v3.7.3 |
1698 | 2025-01-11T00:25:44.275Z | Downloaded kv-log-macro v1.0.7 |
1699 | 2025-01-11T00:25:44.296Z | Downloaded nested v0.1.1 |
1700 | 2025-01-11T00:25:44.310Z | Downloaded httptest v0.16.1 |
1701 | 2025-01-11T00:25:44.315Z | Downloaded blocking v1.6.1 |
1702 | 2025-01-11T00:25:44.315Z | Downloaded futures-timer v3.0.3 |
1703 | 2025-01-11T00:25:44.327Z | Downloaded httpmock v0.8.0-alpha.1 |
1704 | 2025-01-11T00:25:45.165Z | Checking cfg-if v1.0.0 |
1705 | 2025-01-11T00:25:45.249Z | Checking libc v0.2.162 |
1706 | 2025-01-11T00:25:45.272Z | Checking serde v1.0.217 |
1707 | 2025-01-11T00:25:45.296Z | Checking memchr v2.7.4 |
1708 | 2025-01-11T00:25:45.320Z | Checking value-bag v1.9.0 |
1709 | 2025-01-11T00:25:45.345Z | Checking scopeguard v1.2.0 |
1710 | 2025-01-11T00:25:45.374Z | Checking zeroize v1.8.1 |
1711 | 2025-01-11T00:25:45.406Z | Checking itoa v1.0.11 |
1712 | 2025-01-11T00:25:45.432Z | Checking smallvec v1.13.2 |
1713 | 2025-01-11T00:25:45.504Z | Checking lock_api v0.4.12 |
1714 | 2025-01-11T00:25:45.636Z | Checking byteorder v1.5.0 |
1715 | 2025-01-11T00:25:45.669Z | Checking pin-project-lite v0.2.14 |
1716 | 2025-01-11T00:25:45.714Z | Checking log v0.4.22 |
1717 | 2025-01-11T00:25:45.803Z | Checking subtle v2.6.1 |
1718 | 2025-01-11T00:25:45.838Z | Checking once_cell v1.20.2 |
1719 | 2025-01-11T00:25:45.930Z | Checking typenum v1.17.0 |
1720 | 2025-01-11T00:25:46.056Z | Checking libm v0.2.8 |
1721 | 2025-01-11T00:25:46.127Z | Checking futures-core v0.3.31 |
1722 | 2025-01-11T00:25:46.171Z | Checking zerocopy v0.7.35 |
1723 | 2025-01-11T00:25:46.216Z | Checking ryu v1.0.18 |
1724 | 2025-01-11T00:25:46.284Z | Checking thiserror v1.0.69 |
1725 | 2025-01-11T00:25:46.328Z | Checking spin v0.9.8 |
1726 | 2025-01-11T00:25:46.444Z | Checking getrandom v0.2.15 |
1727 | 2025-01-11T00:25:46.444Z | Checking parking_lot_core v0.9.10 |
1728 | 2025-01-11T00:25:46.494Z | Checking signal-hook-registry v1.4.2 |
1729 | 2025-01-11T00:25:46.717Z | Checking mio v1.0.2 |
1730 | 2025-01-11T00:25:46.725Z | Checking rand_core v0.6.4 |
1731 | 2025-01-11T00:25:46.767Z | Checking socket2 v0.5.7 |
1732 | 2025-01-11T00:25:46.881Z | Checking parking_lot v0.12.3 |
1733 | 2025-01-11T00:25:47.045Z | Checking num-traits v0.2.19 |
1734 | 2025-01-11T00:25:47.099Z | Checking const-oid v0.9.6 |
1735 | 2025-01-11T00:25:47.296Z | Checking allocator-api2 v0.2.18 |
1736 | 2025-01-11T00:25:47.376Z | Checking futures-io v0.3.31 |
1737 | 2025-01-11T00:25:47.399Z | Checking generic-array v0.14.7 |
1738 | 2025-01-11T00:25:47.429Z | Checking slab v0.4.9 |
1739 | 2025-01-11T00:25:47.594Z | Checking cpufeatures v0.2.14 |
1740 | 2025-01-11T00:25:47.711Z | Checking futures-sink v0.3.31 |
1741 | 2025-01-11T00:25:47.738Z | Checking equivalent v1.0.1 |
1742 | 2025-01-11T00:25:47.738Z | Checking foldhash v0.1.3 |
1743 | 2025-01-11T00:25:47.875Z | Checking pin-utils v0.1.0 |
1744 | 2025-01-11T00:25:47.909Z | Checking futures-channel v0.3.31 |
1745 | 2025-01-11T00:25:47.977Z | Checking futures-task v0.3.31 |
1746 | 2025-01-11T00:25:48.010Z | Checking iana-time-zone v0.1.61 |
1747 | 2025-01-11T00:25:48.037Z | Checking hashbrown v0.15.1 |
1748 | 2025-01-11T00:25:48.194Z | Checking stable_deref_trait v1.2.0 |
1749 | 2025-01-11T00:25:48.258Z | Checking fnv v1.0.7 |
1750 | 2025-01-11T00:25:48.315Z | Checking futures-util v0.3.31 |
1751 | 2025-01-11T00:25:48.346Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1752 | 2025-01-11T00:25:48.416Z | Checking tracing-core v0.1.32 |
1753 | 2025-01-11T00:25:48.585Z | Checking crypto-common v0.1.6 |
1754 | 2025-01-11T00:25:48.659Z | Checking block-buffer v0.10.4 |
1755 | 2025-01-11T00:25:48.819Z | Checking ppv-lite86 v0.2.20 |
1756 | 2025-01-11T00:25:48.854Z | Checking errno v0.3.9 |
1757 | 2025-01-11T00:25:48.886Z | Checking dyn-clone v1.0.17 |
1758 | 2025-01-11T00:25:48.912Z | Checking digest v0.10.7 |
1759 | 2025-01-11T00:25:49.043Z | Checking zerofrom v0.1.4 |
1760 | 2025-01-11T00:25:49.064Z | Checking percent-encoding v2.3.1 |
1761 | 2025-01-11T00:25:49.091Z | Checking tracing v0.1.40 |
1762 | 2025-01-11T00:25:49.269Z | Checking block-padding v0.3.3 |
1763 | 2025-01-11T00:25:49.276Z | Checking yoke v0.7.4 |
1764 | 2025-01-11T00:25:49.317Z | Checking writeable v0.5.5 |
1765 | 2025-01-11T00:25:49.344Z | Checking litemap v0.7.3 |
1766 | 2025-01-11T00:25:49.468Z | Checking crossbeam-utils v0.8.20 |
1767 | 2025-01-11T00:25:49.504Z | Checking inout v0.1.3 |
1768 | 2025-01-11T00:25:49.644Z | Checking tinyvec_macros v0.1.1 |
1769 | 2025-01-11T00:25:49.673Z | Checking rand_chacha v0.3.1 |
1770 | 2025-01-11T00:25:49.677Z | Checking zerovec v0.10.4 |
1771 | 2025-01-11T00:25:49.723Z | Checking form_urlencoded v1.2.1 |
1772 | 2025-01-11T00:25:49.752Z | Checking tinyvec v1.8.0 |
1773 | 2025-01-11T00:25:49.756Z | Checking cipher v0.4.4 |
1774 | 2025-01-11T00:25:49.940Z | Checking httparse v1.9.5 |
1775 | 2025-01-11T00:25:50.093Z | Checking rand v0.8.5 |
1776 | 2025-01-11T00:25:50.279Z | Checking atomic-waker v1.1.2 |
1777 | 2025-01-11T00:25:50.376Z | Checking regex-syntax v0.8.5 |
1778 | 2025-01-11T00:25:50.428Z | Checking icu_locid_transform_data v1.5.0 |
1779 | 2025-01-11T00:25:50.464Z | Checking bytes v1.9.0 |
1780 | 2025-01-11T00:25:50.558Z | Checking bitflags v2.6.0 |
1781 | 2025-01-11T00:25:50.821Z | Checking serde_json v1.0.135 |
1782 | 2025-01-11T00:25:51.079Z | Checking chrono v0.4.38 |
1783 | 2025-01-11T00:25:51.114Z | Checking indexmap v2.7.0 |
1784 | 2025-01-11T00:25:51.310Z | Checking uuid v1.11.0 |
1785 | 2025-01-11T00:25:51.313Z | Checking tokio v1.40.0 |
1786 | 2025-01-11T00:25:51.415Z | Checking rustix v0.38.37 |
1787 | 2025-01-11T00:25:51.987Z | Checking http v1.2.0 |
1788 | 2025-01-11T00:25:52.523Z | Checking tinystr v0.7.6 |
1789 | 2025-01-11T00:25:52.664Z | Checking unicode-ident v1.0.14 |
1790 | 2025-01-11T00:25:52.859Z | Checking icu_collections v1.5.0 |
1791 | 2025-01-11T00:25:52.932Z | Checking icu_locid v1.5.0 |
1792 | 2025-01-11T00:25:53.299Z | Checking schemars v0.8.21 |
1793 | 2025-01-11T00:25:53.484Z | Checking unicode-normalization v0.1.24 |
1794 | 2025-01-11T00:25:53.615Z | Checking icu_properties_data v1.5.0 |
1795 | 2025-01-11T00:25:53.656Z | Checking untrusted v0.9.0 |
1796 | 2025-01-11T00:25:53.750Z | Checking aho-corasick v1.1.3 |
1797 | 2025-01-11T00:25:53.837Z | Checking ring v0.17.8 |
1798 | 2025-01-11T00:25:53.873Z | Checking icu_normalizer_data v1.5.0 |
1799 | 2025-01-11T00:25:53.993Z | Checking unicode-bidi v0.3.17 |
1800 | 2025-01-11T00:25:54.072Z | Checking icu_provider v1.5.0 |
1801 | 2025-01-11T00:25:54.500Z | Checking base64ct v1.6.0 |
1802 | 2025-01-11T00:25:54.684Z | Checking utf16_iter v1.0.5 |
1803 | 2025-01-11T00:25:54.777Z | Checking icu_locid_transform v1.5.0 |
1804 | 2025-01-11T00:25:54.883Z | Checking write16 v1.0.0 |
1805 | 2025-01-11T00:25:54.993Z | Checking utf8_iter v1.0.4 |
1806 | 2025-01-11T00:25:55.026Z | Checking proc-macro2 v1.0.92 |
1807 | 2025-01-11T00:25:55.056Z | Checking hmac v0.12.1 |
1808 | 2025-01-11T00:25:55.088Z | Checking sha2 v0.10.8 |
1809 | 2025-01-11T00:25:55.215Z | Checking powerfmt v0.2.0 |
1810 | 2025-01-11T00:25:55.311Z | Checking num-conv v0.1.0 |
1811 | 2025-01-11T00:25:55.506Z | Checking deranged v0.3.11 |
1812 | 2025-01-11T00:25:55.526Z | Checking regex-automata v0.4.8 |
1813 | 2025-01-11T00:25:55.562Z | Checking time-core v0.1.2 |
1814 | 2025-01-11T00:25:55.719Z | Checking rustls-pki-types v1.10.0 |
1815 | 2025-01-11T00:25:55.754Z | Checking num_threads v0.1.7 |
1816 | 2025-01-11T00:25:55.780Z | Checking quote v1.0.38 |
1817 | 2025-01-11T00:25:55.855Z | Checking lazy_static v1.5.0 |
1818 | 2025-01-11T00:25:55.876Z | Checking icu_properties v1.5.1 |
1819 | 2025-01-11T00:25:55.926Z | Checking adler2 v2.0.0 |
1820 | 2025-01-11T00:25:55.939Z | Checking http-body v1.0.1 |
1821 | 2025-01-11T00:25:56.062Z | Checking miniz_oxide v0.8.0 |
1822 | 2025-01-11T00:25:56.162Z | Checking aws-lc-sys v0.22.0 |
1823 | 2025-01-11T00:25:56.191Z | Checking syn v2.0.96 |
1824 | 2025-01-11T00:25:56.337Z | Checking untrusted v0.7.1 |
1825 | 2025-01-11T00:25:56.516Z | Checking mirai-annotations v1.12.0 |
1826 | 2025-01-11T00:25:56.711Z | Checking try-lock v0.2.5 |
1827 | 2025-01-11T00:25:56.844Z | Checking httpdate v1.0.3 |
1828 | 2025-01-11T00:25:56.900Z | Checking base64 v0.22.1 |
1829 | 2025-01-11T00:26:01.431Z | Checking want v0.3.1 |
1830 | 2025-01-11T00:26:01.559Z | Checking time v0.3.36 |
1831 | 2025-01-11T00:26:01.559Z | Checking pem-rfc7468 v0.7.0 |
1832 | 2025-01-11T00:26:01.559Z | Checking ahash v0.8.11 |
1833 | 2025-01-11T00:26:01.559Z | Checking tower-service v0.3.3 |
1834 | 2025-01-11T00:26:01.559Z | Checking flagset v0.4.6 |
1835 | 2025-01-11T00:26:01.559Z | Checking der v0.7.9 |
1836 | 2025-01-11T00:26:01.559Z | Checking pbkdf2 v0.12.2 |
1837 | 2025-01-11T00:26:01.559Z | Checking aes v0.8.4 |
1838 | 2025-01-11T00:26:01.559Z | Checking aws-lc-rs v1.10.0 |
1839 | 2025-01-11T00:26:01.559Z | Checking mime v0.3.17 |
1840 | 2025-01-11T00:26:01.559Z | Checking tokio-util v0.7.12 |
1841 | 2025-01-11T00:26:01.560Z | Checking icu_normalizer v1.5.0 |
1842 | 2025-01-11T00:26:01.560Z | Checking salsa20 v0.10.2 |
1843 | 2025-01-11T00:26:01.560Z | Checking cbc v0.1.2 |
1844 | 2025-01-11T00:26:01.560Z | Checking spki v0.7.3 |
1845 | 2025-01-11T00:26:01.560Z | Checking slog v2.7.0 |
1846 | 2025-01-11T00:26:01.560Z | Checking scrypt v0.11.0 |
1847 | 2025-01-11T00:26:01.560Z | Checking idna_adapter v1.2.0 |
1848 | 2025-01-11T00:26:01.560Z | Checking http-body-util v0.1.2 |
1849 | 2025-01-11T00:26:01.560Z | Checking semver v1.0.24 |
1850 | 2025-01-11T00:26:01.560Z | Checking h2 v0.4.6 |
1851 | 2025-01-11T00:26:01.560Z | Checking idna v1.0.3 |
1852 | 2025-01-11T00:26:01.560Z | Checking gimli v0.31.1 |
1853 | 2025-01-11T00:26:01.560Z | Checking regex v1.11.1 |
1854 | 2025-01-11T00:26:01.560Z | Checking ipnet v2.10.1 |
1855 | 2025-01-11T00:26:01.560Z | Checking pkcs5 v0.7.1 |
1856 | 2025-01-11T00:26:01.560Z | Checking rustls-webpki v0.102.8 |
1857 | 2025-01-11T00:26:01.560Z | Checking url v2.5.3 |
1858 | 2025-01-11T00:26:01.560Z | Checking rustls-pemfile v2.2.0 |
1859 | 2025-01-11T00:26:01.564Z | Checking object v0.36.5 |
1860 | 2025-01-11T00:26:01.564Z | Checking foreign-types-shared v0.1.1 |
1861 | 2025-01-11T00:26:01.670Z | Checking rustc-demangle v0.1.24 |
1862 | 2025-01-11T00:26:01.670Z | Checking utf8parse v0.2.2 |
1863 | 2025-01-11T00:26:01.722Z | Checking openssl-probe v0.1.5 |
1864 | 2025-01-11T00:26:01.794Z | Checking foreign-types v0.3.2 |
1865 | 2025-01-11T00:26:01.858Z | Checking pkcs8 v0.10.2 |
1866 | 2025-01-11T00:26:01.889Z | Checking futures-executor v0.3.31 |
1867 | 2025-01-11T00:26:01.916Z | Checking serde_spanned v0.6.8 |
1868 | 2025-01-11T00:26:01.944Z | Checking toml_datetime v0.6.8 |
1869 | 2025-01-11T00:26:02.124Z | Checking serde_urlencoded v0.7.1 |
1870 | 2025-01-11T00:26:02.158Z | Checking openssl-sys v0.9.103 |
1871 | 2025-01-11T00:26:02.204Z | Checking encoding_rs v0.8.34 |
1872 | 2025-01-11T00:26:02.265Z | Checking data-encoding v2.6.0 |
1873 | 2025-01-11T00:26:02.553Z | Checking unicode-width v0.1.14 |
1874 | 2025-01-11T00:26:03.014Z | Checking futures v0.3.31 |
1875 | 2025-01-11T00:26:03.096Z | Checking anstyle v1.0.10 |
1876 | 2025-01-11T00:26:03.131Z | Checking either v1.13.0 |
1877 | 2025-01-11T00:26:03.162Z | Checking rustls v0.23.19 |
1878 | 2025-01-11T00:26:03.460Z | Checking sha1 v0.10.6 |
1879 | 2025-01-11T00:26:03.489Z | Checking openssl v0.10.66 |
1880 | 2025-01-11T00:26:03.556Z | Checking idna v0.3.0 |
1881 | 2025-01-11T00:26:03.771Z | Checking openapiv3 v2.0.0 |
1882 | 2025-01-11T00:26:04.447Z | Checking psl-types v2.0.11 |
1883 | 2025-01-11T00:26:04.632Z | Checking anstyle-parse v0.2.5 |
1884 | 2025-01-11T00:26:04.660Z | Checking publicsuffix v2.2.3 |
1885 | 2025-01-11T00:26:04.717Z | Checking addr2line v0.24.2 |
1886 | 2025-01-11T00:26:04.912Z | Checking cookie v0.18.1 |
1887 | 2025-01-11T00:26:04.915Z | Checking webpki-roots v0.26.6 |
1888 | 2025-01-11T00:26:05.174Z | Checking idna v0.5.0 |
1889 | 2025-01-11T00:26:05.251Z | Checking camino v1.1.9 |
1890 | 2025-01-11T00:26:05.417Z | Checking winnow v0.6.20 |
1891 | 2025-01-11T00:26:05.891Z | Checking anstyle-query v1.1.1 |
1892 | 2025-01-11T00:26:06.041Z | Checking is_terminal_polyfill v1.70.1 |
1893 | 2025-01-11T00:26:06.083Z | Checking colorchoice v1.0.2 |
1894 | 2025-01-11T00:26:06.177Z | Checking cookie_store v0.21.0 |
1895 | 2025-01-11T00:26:06.225Z | Checking anstream v0.6.15 |
1896 | 2025-01-11T00:26:06.595Z | Checking terminal_size v0.4.0 |
1897 | 2025-01-11T00:26:06.706Z | Checking hyper v1.5.0 |
1898 | 2025-01-11T00:26:06.786Z | Checking signature v2.2.0 |
1899 | 2025-01-11T00:26:06.895Z | Checking sync_wrapper v1.0.1 |
1900 | 2025-01-11T00:26:06.998Z | Checking strsim v0.11.1 |
1901 | 2025-01-11T00:26:07.058Z | Checking clap_lex v0.7.2 |
1902 | 2025-01-11T00:26:07.253Z | Checking is-terminal v0.4.13 |
1903 | 2025-01-11T00:26:07.282Z | Checking scroll v0.12.0 |
1904 | 2025-01-11T00:26:07.307Z | Checking clap_builder v4.5.21 |
1905 | 2025-01-11T00:26:07.386Z | Checking plain v0.2.3 |
1906 | 2025-01-11T00:26:07.543Z | Checking ucd-trie v0.1.7 |
1907 | 2025-01-11T00:26:07.776Z | Checking pest v2.7.14 |
1908 | 2025-01-11T00:26:07.799Z | Checking goblin v0.8.2 |
1909 | 2025-01-11T00:26:07.848Z | Checking backtrace v0.3.74 |
1910 | 2025-01-11T00:26:08.463Z | Checking anyhow v1.0.93 |
1911 | 2025-01-11T00:26:08.511Z | Checking base16ct v0.2.0 |
1912 | 2025-01-11T00:26:08.940Z | Checking pretty-hex v0.4.1 |
1913 | 2025-01-11T00:26:08.959Z | Checking hyper-util v0.1.10 |
1914 | 2025-01-11T00:26:08.959Z | Checking sec1 v0.7.3 |
1915 | 2025-01-11T00:26:08.959Z | Checking num-integer v0.1.46 |
1916 | 2025-01-11T00:26:08.993Z | Checking tokio-rustls v0.26.0 |
1917 | 2025-01-11T00:26:09.175Z | Checking native-tls v0.2.12 |
1918 | 2025-01-11T00:26:09.252Z | Checking ff v0.13.0 |
1919 | 2025-01-11T00:26:09.425Z | Checking thread-id v4.2.2 |
1920 | 2025-01-11T00:26:09.427Z | Checking toml_edit v0.22.22 |
1921 | 2025-01-11T00:26:09.482Z | Checking group v0.13.0 |
1922 | 2025-01-11T00:26:09.519Z | Checking tokio-native-tls v0.3.1 |
1923 | 2025-01-11T00:26:09.559Z | Checking hkdf v0.12.4 |
1924 | 2025-01-11T00:26:09.767Z | Checking crypto-bigint v0.5.5 |
1925 | 2025-01-11T00:26:09.797Z | Checking memmap v0.7.0 |
1926 | 2025-01-11T00:26:09.800Z | Checking dirs-sys-next v0.1.2 |
1927 | 2025-01-11T00:26:10.001Z | Checking crc32fast v1.4.2 |
1928 | 2025-01-11T00:26:10.052Z | Checking utf-8 v0.7.6 |
1929 | 2025-01-11T00:26:10.261Z | Checking bitflags v1.3.2 |
1930 | 2025-01-11T00:26:10.290Z | Checking static_assertions v1.1.0 |
1931 | 2025-01-11T00:26:10.358Z | Checking dtrace-parser v0.2.0 |
1932 | 2025-01-11T00:26:10.387Z | Checking dirs-next v2.0.0 |
1933 | 2025-01-11T00:26:10.416Z | Checking crossbeam-channel v0.5.13 |
1934 | 2025-01-11T00:26:10.501Z | Checking clap v4.5.21 |
1935 | 2025-01-11T00:26:10.545Z | Checking thread_local v1.1.8 |
1936 | 2025-01-11T00:26:10.626Z | Checking unicode-segmentation v1.12.0 |
1937 | 2025-01-11T00:26:10.863Z | Checking term v0.7.0 |
1938 | 2025-01-11T00:26:10.901Z | Checking hyper-rustls v0.27.3 |
1939 | 2025-01-11T00:26:10.956Z | Checking hyper-tls v0.6.0 |
1940 | 2025-01-11T00:26:11.183Z | Checking num-iter v0.1.45 |
1941 | 2025-01-11T00:26:11.275Z | Checking crossbeam-epoch v0.9.18 |
1942 | 2025-01-11T00:26:11.305Z | Checking reqwest v0.12.9 |
1943 | 2025-01-11T00:26:11.309Z | Checking match_cfg v0.1.0 |
1944 | 2025-01-11T00:26:11.361Z | Checking take_mut v0.2.2 |
1945 | 2025-01-11T00:26:11.391Z | Checking slog-term v2.9.1 |
1946 | 2025-01-11T00:26:11.420Z | Checking hostname v0.3.1 |
1947 | 2025-01-11T00:26:11.523Z | Checking slog-async v2.8.0 |
1948 | 2025-01-11T00:26:11.569Z | Checking itertools v0.10.5 |
1949 | 2025-01-11T00:26:11.775Z | Checking bstr v1.10.0 |
1950 | 2025-01-11T00:26:11.836Z | Checking rfc6979 v0.4.0 |
1951 | 2025-01-11T00:26:11.950Z | Checking hex v0.4.3 |
1952 | 2025-01-11T00:26:12.051Z | Checking managed v0.8.0 |
1953 | 2025-01-11T00:26:12.167Z | Checking toml v0.8.19 |
1954 | 2025-01-11T00:26:12.482Z | Checking winnow v0.5.40 |
1955 | 2025-01-11T00:26:12.514Z | Checking crossbeam-deque v0.8.5 |
1956 | 2025-01-11T00:26:12.798Z | Checking elliptic-curve v0.13.8 |
1957 | 2025-01-11T00:26:12.838Z | Checking num-bigint-dig v0.8.4 |
1958 | 2025-01-11T00:26:12.865Z | Checking flate2 v1.0.34 |
1959 | 2025-01-11T00:26:12.930Z | Checking pkcs1 v0.7.5 |
1960 | 2025-01-11T00:26:12.976Z | Checking dof v0.3.0 |
1961 | 2025-01-11T00:26:13.301Z | Checking rustls v0.22.4 |
1962 | 2025-01-11T00:26:13.373Z | Checking curve25519-dalek v4.1.3 |
1963 | 2025-01-11T00:26:13.474Z | Checking ecdsa v0.16.9 |
1964 | 2025-01-11T00:26:13.537Z | Checking zerocopy v0.6.6 |
1965 | 2025-01-11T00:26:13.669Z | Checking usdt-impl v0.5.0 |
1966 | 2025-01-11T00:26:14.000Z | Checking siphasher v0.3.11 |
1967 | 2025-01-11T00:26:14.219Z | Checking rayon-core v1.12.1 |
1968 | 2025-01-11T00:26:14.296Z | Checking usdt v0.5.0 |
1969 | 2025-01-11T00:26:14.331Z | Checking ed25519 v2.2.3 |
1970 | 2025-01-11T00:26:14.334Z | Checking slog-json v2.6.1 |
1971 | 2025-01-11T00:26:14.601Z | Checking signal-hook v0.3.17 |
1972 | 2025-01-11T00:26:14.632Z | Checking debug-ignore v1.0.5 |
1973 | 2025-01-11T00:26:14.662Z | Checking quick-error v1.2.3 |
1974 | 2025-01-11T00:26:14.784Z | Checking slog-bunyan v2.5.0 |
1975 | 2025-01-11T00:26:14.834Z | Checking multer v3.1.0 |
1976 | 2025-01-11T00:26:14.941Z | Checking x509-cert v0.2.5 |
1977 | 2025-01-11T00:26:14.972Z | Checking idna v0.4.0 |
1978 | 2025-01-11T00:26:14.972Z | Checking serde_path_to_error v0.1.16 |
1979 | 2025-01-11T00:26:15.096Z | Checking rsa v0.9.6 |
1980 | 2025-01-11T00:26:15.228Z | Checking hubpack v0.1.2 |
1981 | 2025-01-11T00:26:15.414Z | Checking ed25519-dalek v2.1.1 |
1982 | 2025-01-11T00:26:15.569Z | Checking waitgroup v0.1.2 |
1983 | 2025-01-11T00:26:15.641Z | Checking bzip2-sys v0.1.11+1.0.8 |
1984 | 2025-01-11T00:26:15.708Z | Checking toml_edit v0.19.15 |
1985 | 2025-01-11T00:26:15.735Z | Checking async-stream v0.3.6 |
1986 | 2025-01-11T00:26:15.783Z | Checking hostname v0.4.0 |
1987 | 2025-01-11T00:26:15.862Z | Checking bit-vec v0.6.3 |
1988 | 2025-01-11T00:26:15.915Z | Checking hickory-proto v0.24.1 |
1989 | 2025-01-11T00:26:15.944Z | Checking bzip2 v0.4.4 |
1990 | 2025-01-11T00:26:15.947Z | Checking signal-hook-mio v0.2.4 |
1991 | 2025-01-11T00:26:16.106Z | Checking console v0.15.8 |
1992 | 2025-01-11T00:26:16.231Z | Checking bit-set v0.5.3 |
1993 | 2025-01-11T00:26:16.267Z | Checking hash32 v0.2.1 |
1994 | 2025-01-11T00:26:16.297Z | Checking unicode-properties v0.1.3 |
1995 | 2025-01-11T00:26:16.517Z | Checking linked-hash-map v0.5.6 |
1996 | 2025-01-11T00:26:16.614Z | Checking predicates-core v1.0.8 |
1997 | 2025-01-11T00:26:16.666Z | Checking heapless v0.7.17 |
1998 | 2025-01-11T00:26:16.707Z | Checking stringprep v0.1.5 |
1999 | 2025-01-11T00:26:16.750Z | Checking crossterm v0.28.1 |
2000 | 2025-01-11T00:26:16.821Z | Checking rayon v1.10.0 |
2001 | 2025-01-11T00:26:16.866Z | Checking lru-cache v0.1.2 |
2002 | 2025-01-11T00:26:17.025Z | Checking phf_shared v0.11.2 |
2003 | 2025-01-11T00:26:17.082Z | Checking similar v2.6.0 |
2004 | 2025-01-11T00:26:17.300Z | Checking tokio-rustls v0.25.0 |
2005 | 2025-01-11T00:26:17.331Z | Checking tokio-stream v0.1.16 |
2006 | 2025-01-11T00:26:17.744Z | Checking dropshot v0.12.0 |
2007 | 2025-01-11T00:26:17.789Z | Checking newtype-uuid v1.1.3 |
2008 | 2025-01-11T00:26:18.078Z | Checking md-5 v0.10.6 |
2009 | 2025-01-11T00:26:18.111Z | Checking float-cmp v0.9.0 |
2010 | 2025-01-11T00:26:18.308Z | Checking fixedbitset v0.4.2 |
2011 | 2025-01-11T00:26:18.336Z | Checking normalize-line-endings v0.3.0 |
2012 | 2025-01-11T00:26:18.339Z | Checking difflib v0.4.0 |
2013 | 2025-01-11T00:26:18.388Z | Checking toml v0.7.8 |
2014 | 2025-01-11T00:26:18.491Z | Checking fallible-iterator v0.2.0 |
2015 | 2025-01-11T00:26:18.593Z | Checking petgraph v0.6.5 |
2016 | 2025-01-11T00:26:18.687Z | Checking predicates v3.1.2 |
2017 | 2025-01-11T00:26:18.752Z | Checking smoltcp v0.9.1 |
2018 | 2025-01-11T00:26:19.119Z | Checking postgres-protocol v0.6.7 |
2019 | 2025-01-11T00:26:19.158Z | Checking phf v0.11.2 |
2020 | 2025-01-11T00:26:19.455Z | Checking zip v0.6.6 |
2021 | 2025-01-11T00:26:19.484Z | Checking resolv-conf v0.7.0 |
2022 | 2025-01-11T00:26:19.861Z | Checking phf_shared v0.10.0 |
2023 | 2025-01-11T00:26:19.864Z | Checking tungstenite v0.24.0 |
2024 | 2025-01-11T00:26:20.160Z | Checking fs-err v2.11.0 |
2025 | 2025-01-11T00:26:20.224Z | Checking serde-big-array v0.5.1 |
2026 | 2025-01-11T00:26:20.395Z | Checking portable-atomic v1.9.0 |
2027 | 2025-01-11T00:26:20.466Z | Checking number_prefix v0.4.0 |
2028 | 2025-01-11T00:26:20.694Z | Checking unicode-width v0.2.0 |
2029 | 2025-01-11T00:26:20.770Z | Checking new_debug_unreachable v1.0.6 |
2030 | 2025-01-11T00:26:20.851Z | Checking precomputed-hash v0.1.1 |
2031 | 2025-01-11T00:26:20.882Z | Checking lalrpop-util v0.19.12 |
2032 | 2025-01-11T00:26:20.921Z | Checking minimal-lexical v0.2.1 |
2033 | 2025-01-11T00:26:20.980Z | Checking string_cache v0.8.7 |
2034 | 2025-01-11T00:26:21.109Z | Checking hickory-resolver v0.24.1 |
2035 | 2025-01-11T00:26:21.166Z | Checking tokio-tungstenite v0.24.0 |
2036 | 2025-01-11T00:26:21.201Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2037 | 2025-01-11T00:26:21.288Z | Checking postgres-types v0.2.8 |
2038 | 2025-01-11T00:26:21.328Z | Checking nom v7.1.3 |
2039 | 2025-01-11T00:26:21.498Z | Checking indicatif v0.17.9 |
2040 | 2025-01-11T00:26:21.559Z | Checking peg-runtime v0.8.3 |
2041 | 2025-01-11T00:26:21.667Z | Checking heck v0.4.1 |
2042 | 2025-01-11T00:26:21.816Z | Checking whoami v1.5.2 |
2043 | 2025-01-11T00:26:21.905Z | Compiling hashbrown v0.14.5 |
2044 | 2025-01-11T00:26:22.076Z | Compiling ident_case v1.0.1 |
2045 | 2025-01-11T00:26:22.155Z | Checking tokio-postgres v0.7.12 |
2046 | 2025-01-11T00:26:22.183Z | Compiling unsafe-libyaml v0.2.11 |
2047 | 2025-01-11T00:26:22.270Z | Compiling darling_core v0.20.10 |
2048 | 2025-01-11T00:26:22.816Z | Checking qorb v0.2.1 |
2049 | 2025-01-11T00:26:23.381Z | Compiling regress v0.10.1 |
2050 | 2025-01-11T00:26:23.681Z | Compiling serde_yaml v0.9.34+deprecated |
2051 | 2025-01-11T00:26:24.304Z | Checking heck v0.5.0 |
2052 | 2025-01-11T00:26:24.540Z | Checking fastrand v2.1.1 |
2053 | 2025-01-11T00:26:24.887Z | Checking ipnetwork v0.20.0 |
2054 | 2025-01-11T00:26:25.288Z | Checking progenitor-client v0.9.1 |
2055 | 2025-01-11T00:26:25.485Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2056 | 2025-01-11T00:26:25.615Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2057 | 2025-01-11T00:26:25.753Z | Compiling structmeta-derive v0.3.0 |
2058 | 2025-01-11T00:26:26.005Z | Checking strum v0.26.3 |
2059 | 2025-01-11T00:26:26.189Z | Compiling dropshot v0.13.0 |
2060 | 2025-01-11T00:26:26.595Z | Checking macaddr v1.0.1 |
2061 | 2025-01-11T00:26:26.775Z | Compiling dropshot_endpoint v0.13.0 |
2062 | 2025-01-11T00:26:26.977Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2063 | 2025-01-11T00:26:27.008Z | Checking tempfile v3.13.0 |
2064 | 2025-01-11T00:26:27.429Z | Compiling typify-impl v0.2.0 |
2065 | 2025-01-11T00:26:27.813Z | Checking progenitor-client v0.8.0 |
2066 | 2025-01-11T00:26:28.212Z | Checking instant v0.1.13 |
2067 | 2025-01-11T00:26:28.214Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2068 | 2025-01-11T00:26:28.347Z | Checking regress v0.9.1 |
2069 | 2025-01-11T00:26:28.745Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2070 | 2025-01-11T00:26:28.882Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2071 | 2025-01-11T00:26:28.929Z | Compiling structmeta v0.3.0 |
2072 | 2025-01-11T00:26:29.369Z | Checking backoff v0.4.0 |
2073 | 2025-01-11T00:26:29.436Z | Compiling parse-display-derive v0.10.0 |
2074 | 2025-01-11T00:26:29.581Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2075 | 2025-01-11T00:26:29.718Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2076 | 2025-01-11T00:26:29.749Z | Compiling darling_macro v0.20.10 |
2077 | 2025-01-11T00:26:29.751Z | Checking wait-timeout v0.2.0 |
2078 | 2025-01-11T00:26:29.892Z | Checking rand_xorshift v0.3.0 |
2079 | 2025-01-11T00:26:29.977Z | Checking rusty-fork v0.3.0 |
2080 | 2025-01-11T00:26:30.100Z | Checking unarray v0.1.4 |
2081 | 2025-01-11T00:26:30.269Z | Compiling structmeta-derive v0.2.0 |
2082 | 2025-01-11T00:26:30.302Z | Checking proptest v1.5.0 |
2083 | 2025-01-11T00:26:30.730Z | Compiling darling v0.20.10 |
2084 | 2025-01-11T00:26:30.857Z | Checking camino-tempfile v1.1.1 |
2085 | 2025-01-11T00:26:30.887Z | Compiling serde_with_macros v3.11.0 |
2086 | 2025-01-11T00:26:31.168Z | Compiling thiserror v2.0.11 |
2087 | 2025-01-11T00:26:32.104Z | Compiling thiserror-impl v2.0.11 |
2088 | 2025-01-11T00:26:32.328Z | Compiling proc-macro-error v1.0.4 |
2089 | 2025-01-11T00:26:33.100Z | Compiling proc-macro-crate v1.3.1 |
2090 | 2025-01-11T00:26:33.355Z | Compiling structmeta v0.2.0 |
2091 | 2025-01-11T00:26:33.845Z | Compiling test-strategy v0.3.1 |
2092 | 2025-01-11T00:26:33.944Z | Checking serde_with v3.11.0 |
2093 | 2025-01-11T00:26:34.274Z | Checking parse-display v0.10.0 |
2094 | 2025-01-11T00:26:34.300Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2095 | 2025-01-11T00:26:34.532Z | Compiling num_enum_derive v0.5.11 |
2096 | 2025-01-11T00:26:34.713Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2097 | 2025-01-11T00:26:35.060Z | Compiling foreign-types-macros v0.2.3 |
2098 | 2025-01-11T00:26:35.335Z | Checking foreign-types-shared v0.3.1 |
2099 | 2025-01-11T00:26:35.835Z | Checking tabwriter v1.4.0 |
2100 | 2025-01-11T00:26:36.006Z | Checking cstr-argument v0.1.2 |
2101 | 2025-01-11T00:26:36.101Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2102 | 2025-01-11T00:26:36.354Z | Checking pretty-hex v0.2.1 |
2103 | 2025-01-11T00:26:36.370Z | Checking colored v2.1.0 |
2104 | 2025-01-11T00:26:36.408Z | Checking smf v0.2.3 |
2105 | 2025-01-11T00:26:36.436Z | Checking foreign-types v0.5.0 |
2106 | 2025-01-11T00:26:36.568Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2107 | 2025-01-11T00:26:36.931Z | Checking itertools v0.13.0 |
2108 | 2025-01-11T00:26:36.966Z | Checking base64 v0.21.7 |
2109 | 2025-01-11T00:26:37.020Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2110 | 2025-01-11T00:26:37.180Z | Compiling typify-impl v0.3.0 |
2111 | 2025-01-11T00:26:37.208Z | Compiling crucible-workspace-hack v0.1.0 |
2112 | 2025-01-11T00:26:37.364Z | Checking num_enum v0.5.11 |
2113 | 2025-01-11T00:26:37.487Z | Compiling zerocopy v0.8.10 |
2114 | 2025-01-11T00:26:37.548Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2115 | 2025-01-11T00:26:37.722Z | Checking atomicwrites v0.4.4 |
2116 | 2025-01-11T00:26:37.962Z | Compiling zerocopy-derive v0.8.10 |
2117 | 2025-01-11T00:26:38.149Z | Compiling heapless v0.8.0 |
2118 | 2025-01-11T00:26:38.546Z | Checking termtree v0.4.1 |
2119 | 2025-01-11T00:26:38.771Z | Checking predicates-tree v1.0.11 |
2120 | 2025-01-11T00:26:38.950Z | Checking hash32 v0.3.1 |
2121 | 2025-01-11T00:26:39.133Z | Compiling smoltcp v0.11.0 |
2122 | 2025-01-11T00:26:39.697Z | Checking cobs v0.2.3 |
2123 | 2025-01-11T00:26:39.914Z | Checking postcard v1.0.10 |
2124 | 2025-01-11T00:26:39.980Z | Checking sigpipe v0.1.3 |
2125 | 2025-01-11T00:26:40.112Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2126 | 2025-01-11T00:26:40.434Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2127 | 2025-01-11T00:26:40.541Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2128 | 2025-01-11T00:26:40.595Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2129 | 2025-01-11T00:26:40.621Z | Compiling mockall_derive v0.13.0 |
2130 | 2025-01-11T00:26:40.959Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2131 | 2025-01-11T00:26:40.985Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2132 | 2025-01-11T00:26:41.245Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2133 | 2025-01-11T00:26:41.482Z | Compiling zone_cfg_derive v0.3.0 |
2134 | 2025-01-11T00:26:43.198Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2135 | 2025-01-11T00:26:43.479Z | Compiling num-derive v0.4.2 |
2136 | 2025-01-11T00:26:43.528Z | Checking downcast v0.11.0 |
2137 | 2025-01-11T00:26:43.641Z | Checking fragile v2.0.0 |
2138 | 2025-01-11T00:26:43.764Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2139 | 2025-01-11T00:26:43.938Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2140 | 2025-01-11T00:26:44.116Z | Checking zone v0.3.0 |
2141 | 2025-01-11T00:26:44.212Z | Compiling convert_case v0.4.0 |
2142 | 2025-01-11T00:26:44.551Z | Checking tungstenite v0.21.0 |
2143 | 2025-01-11T00:26:44.957Z | Checking newline-converter v0.3.0 |
2144 | 2025-01-11T00:26:45.149Z | Checking expectorate v1.1.0 |
2145 | 2025-01-11T00:26:45.286Z | Compiling derive_more v0.99.18 |
2146 | 2025-01-11T00:26:45.349Z | Checking same-file v1.0.6 |
2147 | 2025-01-11T00:26:45.563Z | Checking walkdir v2.5.0 |
2148 | 2025-01-11T00:26:45.636Z | Checking tokio-tungstenite v0.21.0 |
2149 | 2025-01-11T00:26:45.863Z | Checking arc-swap v1.7.1 |
2150 | 2025-01-11T00:26:46.021Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2151 | 2025-01-11T00:26:46.183Z | Checking xattr v1.3.1 |
2152 | 2025-01-11T00:26:46.342Z | Checking slog-scope v4.4.0 |
2153 | 2025-01-11T00:26:46.400Z | Checking filetime v0.2.25 |
2154 | 2025-01-11T00:26:46.547Z | Checking num-rational v0.4.2 |
2155 | 2025-01-11T00:26:46.576Z | Checking slog-stdlog v4.1.1 |
2156 | 2025-01-11T00:26:46.640Z | Checking tar v0.4.42 |
2157 | 2025-01-11T00:26:46.758Z | Checking slog-envlogger v2.2.0 |
2158 | 2025-01-11T00:26:47.036Z | Checking num-complex v0.4.6 |
2159 | 2025-01-11T00:26:47.266Z | Checking float-ord v0.3.2 |
2160 | 2025-01-11T00:26:47.367Z | Compiling typify-macro v0.2.0 |
2161 | 2025-01-11T00:26:47.436Z | Checking indent_write v2.2.0 |
2162 | 2025-01-11T00:26:47.554Z | Compiling owo-colors v4.1.0 |
2163 | 2025-01-11T00:26:47.640Z | Checking swrite v0.1.0 |
2164 | 2025-01-11T00:26:47.774Z | Compiling cancel-safe-futures v0.1.5 |
2165 | 2025-01-11T00:26:48.025Z | Checking num v0.4.3 |
2166 | 2025-01-11T00:26:48.151Z | Checking libsw v3.3.1 |
2167 | 2025-01-11T00:26:48.458Z | Checking password-hash v0.5.0 |
2168 | 2025-01-11T00:26:48.674Z | Checking blake2 v0.10.6 |
2169 | 2025-01-11T00:26:48.895Z | Checking linear-map v1.2.0 |
2170 | 2025-01-11T00:26:48.964Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2171 | 2025-01-11T00:26:49.179Z | Checking argon2 v0.5.3 |
2172 | 2025-01-11T00:26:49.242Z | Checking pem v3.0.4 |
2173 | 2025-01-11T00:26:49.523Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2174 | 2025-01-11T00:26:49.787Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2175 | 2025-01-11T00:26:49.844Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2176 | 2025-01-11T00:26:49.870Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2177 | 2025-01-11T00:26:49.874Z | Checking mockall v0.13.0 |
2178 | 2025-01-11T00:26:50.151Z | Compiling lzma-sys v0.1.20 |
2179 | 2025-01-11T00:26:50.267Z | Checking headers-core v0.3.0 |
2180 | 2025-01-11T00:26:50.440Z | Compiling heck v0.3.3 |
2181 | 2025-01-11T00:26:50.506Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2182 | 2025-01-11T00:26:50.809Z | Checking highway v1.2.0 |
2183 | 2025-01-11T00:26:50.901Z | Compiling zone_cfg_derive v0.1.2 |
2184 | 2025-01-11T00:26:51.286Z | Checking headers v0.4.0 |
2185 | 2025-01-11T00:26:51.323Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2186 | 2025-01-11T00:26:51.644Z | Checking yasna v0.5.2 |
2187 | 2025-01-11T00:26:51.776Z | Compiling typify v0.2.0 |
2188 | 2025-01-11T00:26:51.992Z | Compiling progenitor-impl v0.8.0 |
2189 | 2025-01-11T00:26:52.518Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2190 | 2025-01-11T00:26:52.544Z | Checking base64 v0.13.1 |
2191 | 2025-01-11T00:26:52.644Z | Checking rcgen v0.12.1 |
2192 | 2025-01-11T00:26:53.001Z | Checking ron v0.7.1 |
2193 | 2025-01-11T00:26:53.388Z | Checking zone v0.1.8 |
2194 | 2025-01-11T00:26:53.530Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2195 | 2025-01-11T00:26:54.055Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2196 | 2025-01-11T00:26:54.108Z | Checking xz2 v0.1.7 |
2197 | 2025-01-11T00:26:54.223Z | Checking subprocess v0.2.9 |
2198 | 2025-01-11T00:26:54.326Z | Checking humantime v2.1.0 |
2199 | 2025-01-11T00:26:54.436Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2200 | 2025-01-11T00:26:54.647Z | Compiling semver v0.1.20 |
2201 | 2025-01-11T00:26:54.668Z | Checking half v2.4.1 |
2202 | 2025-01-11T00:26:54.804Z | Checking ciborium-io v0.2.2 |
2203 | 2025-01-11T00:26:54.959Z | Checking prettyplease v0.2.25 |
2204 | 2025-01-11T00:26:55.204Z | Compiling rustc_version v0.1.7 |
2205 | 2025-01-11T00:26:55.341Z | Checking ciborium-ll v0.2.2 |
2206 | 2025-01-11T00:26:55.660Z | Checking ciborium v0.2.2 |
2207 | 2025-01-11T00:26:55.742Z | Compiling newtype_derive v0.1.6 |
2208 | 2025-01-11T00:26:55.910Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2209 | 2025-01-11T00:26:56.308Z | Checking steno v0.4.1 |
2210 | 2025-01-11T00:26:56.892Z | Compiling typify-macro v0.3.0 |
2211 | 2025-01-11T00:26:59.394Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2212 | 2025-01-11T00:26:59.477Z | Compiling slog-dtrace v0.3.0 |
2213 | 2025-01-11T00:27:00.027Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2214 | 2025-01-11T00:27:00.489Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2215 | 2025-01-11T00:27:00.555Z | Checking display-error-chain v0.2.2 |
2216 | 2025-01-11T00:27:00.687Z | Checking gethostname v0.5.0 |
2217 | 2025-01-11T00:27:00.750Z | Compiling progenitor-macro v0.8.0 |
2218 | 2025-01-11T00:27:00.773Z | Checking nibble_vec v0.1.0 |
2219 | 2025-01-11T00:27:00.840Z | Compiling blake3 v1.5.4 |
2220 | 2025-01-11T00:27:01.004Z | Checking endian-type v0.1.2 |
2221 | 2025-01-11T00:27:01.075Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2222 | 2025-01-11T00:27:01.167Z | Checking keccak v0.1.5 |
2223 | 2025-01-11T00:27:01.220Z | Checking radix_trie v0.2.1 |
2224 | 2025-01-11T00:27:01.510Z | Checking sha3 v0.10.8 |
2225 | 2025-01-11T00:27:01.537Z | Compiling typify v0.3.0 |
2226 | 2025-01-11T00:27:01.700Z | Compiling progenitor-impl v0.9.1 |
2227 | 2025-01-11T00:27:01.974Z | Checking universal-hash v0.5.1 |
2228 | 2025-01-11T00:27:02.216Z | Checking secrecy v0.8.0 |
2229 | 2025-01-11T00:27:02.334Z | Checking opaque-debug v0.3.1 |
2230 | 2025-01-11T00:27:02.446Z | Checking aead v0.5.2 |
2231 | 2025-01-11T00:27:02.449Z | Checking poly1305 v0.8.0 |
2232 | 2025-01-11T00:27:02.708Z | Checking chacha20 v0.9.1 |
2233 | 2025-01-11T00:27:03.123Z | Compiling memmap2 v0.9.5 |
2234 | 2025-01-11T00:27:03.639Z | Compiling arrayref v0.3.9 |
2235 | 2025-01-11T00:27:03.766Z | Compiling constant_time_eq v0.3.1 |
2236 | 2025-01-11T00:27:03.895Z | Compiling arrayvec v0.7.6 |
2237 | 2025-01-11T00:27:03.965Z | Compiling toolchain_find v0.4.0 |
2238 | 2025-01-11T00:27:04.013Z | Compiling thiserror-impl-no-std v2.0.2 |
2239 | 2025-01-11T00:27:04.137Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2240 | 2025-01-11T00:27:04.452Z | Compiling topological-sort v0.2.2 |
2241 | 2025-01-11T00:27:04.515Z | Compiling rustfmt-wrapper v0.2.1 |
2242 | 2025-01-11T00:27:04.705Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2243 | 2025-01-11T00:27:04.956Z | Checking chacha20poly1305 v0.10.1 |
2244 | 2025-01-11T00:27:05.034Z | Compiling omicron-zone-package v0.12.0 |
2245 | 2025-01-11T00:27:05.200Z | Compiling async-recursion v1.1.1 |
2246 | 2025-01-11T00:27:05.234Z | Checking fxhash v0.2.1 |
2247 | 2025-01-11T00:27:05.434Z | Checking lockfree-object-pool v0.1.6 |
2248 | 2025-01-11T00:27:05.701Z | Checking bumpalo v3.16.0 |
2249 | 2025-01-11T00:27:05.728Z | Compiling zip v2.1.3 |
2250 | 2025-01-11T00:27:06.073Z | Checking simd-adler32 v0.3.7 |
2251 | 2025-01-11T00:27:06.140Z | Checking termcolor v1.4.1 |
2252 | 2025-01-11T00:27:06.474Z | Checking zopfli v0.8.1 |
2253 | 2025-01-11T00:27:06.643Z | Compiling radium v0.7.0 |
2254 | 2025-01-11T00:27:07.005Z | Checking maplit v1.0.2 |
2255 | 2025-01-11T00:27:07.044Z | Compiling maybe-uninit v2.0.0 |
2256 | 2025-01-11T00:27:07.136Z | Checking tap v1.0.1 |
2257 | 2025-01-11T00:27:07.312Z | Checking wyz v0.5.1 |
2258 | 2025-01-11T00:27:07.501Z | Checking thiserror-no-std v2.0.2 |
2259 | 2025-01-11T00:27:07.631Z | Checking funty v2.0.0 |
2260 | 2025-01-11T00:27:07.658Z | Checking vsss-rs v3.3.4 |
2261 | 2025-01-11T00:27:07.682Z | Checking crc-catalog v2.4.0 |
2262 | 2025-01-11T00:27:07.707Z | Compiling packed_struct v0.10.1 |
2263 | 2025-01-11T00:27:07.846Z | Checking home v0.5.9 |
2264 | 2025-01-11T00:27:08.009Z | Checking crc v3.2.1 |
2265 | 2025-01-11T00:27:08.361Z | Compiling const_format_proc_macros v0.2.33 |
2266 | 2025-01-11T00:27:08.443Z | Checking kstat-rs v0.2.4 |
2267 | 2025-01-11T00:27:08.493Z | Compiling packed_struct_codegen v0.10.1 |
2268 | 2025-01-11T00:27:08.582Z | Checking bitvec v1.0.1 |
2269 | 2025-01-11T00:27:08.803Z | Compiling vte_generate_state_changes v0.1.2 |
2270 | 2025-01-11T00:27:09.507Z | Compiling indexmap v1.9.3 |
2271 | 2025-01-11T00:27:09.833Z | Checking nodrop v0.1.14 |
2272 | 2025-01-11T00:27:09.977Z | Compiling libefi-sys v0.1.0 |
2273 | 2025-01-11T00:27:10.323Z | Checking array-init v0.0.4 |
2274 | 2025-01-11T00:27:10.599Z | Compiling progenitor-macro v0.9.1 |
2275 | 2025-01-11T00:27:10.623Z | Checking const_format v0.2.33 |
2276 | 2025-01-11T00:27:11.093Z | Checking vte v0.11.1 |
2277 | 2025-01-11T00:27:11.145Z | Checking smallvec v0.6.14 |
2278 | 2025-01-11T00:27:11.394Z | Checking fd-lock v4.0.2 |
2279 | 2025-01-11T00:27:11.451Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2280 | 2025-01-11T00:27:11.553Z | Compiling bitfield-struct v0.6.2 |
2281 | 2025-01-11T00:27:11.593Z | Checking hashbrown v0.12.3 |
2282 | 2025-01-11T00:27:11.897Z | Checking bitfield v0.14.0 |
2283 | 2025-01-11T00:27:12.308Z | Checking serde-hex v0.1.0 |
2284 | 2025-01-11T00:27:12.631Z | Checking strip-ansi-escapes v0.2.0 |
2285 | 2025-01-11T00:27:12.806Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2286 | 2025-01-11T00:27:12.937Z | Checking env_logger v0.10.2 |
2287 | 2025-01-11T00:27:13.050Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2288 | 2025-01-11T00:27:13.075Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2289 | 2025-01-11T00:27:13.410Z | Checking ron v0.8.1 |
2290 | 2025-01-11T00:27:13.435Z | Checking itertools v0.12.1 |
2291 | 2025-01-11T00:27:13.504Z | Checking hashbrown v0.13.2 |
2292 | 2025-01-11T00:27:13.722Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2293 | 2025-01-11T00:27:13.860Z | Checking crc-any v2.5.0 |
2294 | 2025-01-11T00:27:14.281Z | Checking nu-ansi-term v0.50.1 |
2295 | 2025-01-11T00:27:14.641Z | Checking object v0.30.4 |
2296 | 2025-01-11T00:27:14.724Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2297 | 2025-01-11T00:27:14.749Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2298 | 2025-01-11T00:27:15.262Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2299 | 2025-01-11T00:27:15.293Z | Checking path-slash v0.1.5 |
2300 | 2025-01-11T00:27:15.452Z | Compiling parking_lot_core v0.8.6 |
2301 | 2025-01-11T00:27:15.531Z | Compiling phf_generator v0.11.2 |
2302 | 2025-01-11T00:27:15.574Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2303 | 2025-01-11T00:27:15.748Z | Checking bytecount v0.6.8 |
2304 | 2025-01-11T00:27:15.927Z | Checking glob v0.3.1 |
2305 | 2025-01-11T00:27:16.270Z | Checking reedline v0.35.0 |
2306 | 2025-01-11T00:27:16.294Z | Checking papergrid v0.11.0 |
2307 | 2025-01-11T00:27:16.341Z | Checking parking_lot v0.11.2 |
2308 | 2025-01-11T00:27:16.446Z | Compiling phf_codegen v0.11.2 |
2309 | 2025-01-11T00:27:16.537Z | Checking progenitor v0.8.0 |
2310 | 2025-01-11T00:27:16.719Z | Compiling tabled_derive v0.7.0 |
2311 | 2025-01-11T00:27:16.835Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2312 | 2025-01-11T00:27:16.988Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2313 | 2025-01-11T00:27:19.373Z | Compiling parse-zoneinfo v0.3.1 |
2314 | 2025-01-11T00:27:19.557Z | Compiling cfg_aliases v0.1.1 |
2315 | 2025-01-11T00:27:19.697Z | Compiling nix v0.28.0 |
2316 | 2025-01-11T00:27:20.598Z | Compiling chrono-tz-build v0.4.0 |
2317 | 2025-01-11T00:27:21.352Z | Checking tabled v0.15.0 |
2318 | 2025-01-11T00:27:21.589Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2319 | 2025-01-11T00:27:21.996Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2320 | 2025-01-11T00:27:22.208Z | Checking sled v0.34.7 |
2321 | 2025-01-11T00:27:22.329Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2322 | 2025-01-11T00:27:22.921Z | Checking hickory-client v0.24.1 |
2323 | 2025-01-11T00:27:23.650Z | Checking hickory-server v0.24.1 |
2324 | 2025-01-11T00:27:24.799Z | Compiling chrono-tz v0.10.0 |
2325 | 2025-01-11T00:27:25.360Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2326 | 2025-01-11T00:27:25.469Z | Compiling buf-list v1.0.3 |
2327 | 2025-01-11T00:27:26.689Z | Checking progenitor v0.9.1 |
2328 | 2025-01-11T00:27:26.843Z | Compiling peg-macros v0.8.4 |
2329 | 2025-01-11T00:27:26.988Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2330 | 2025-01-11T00:27:27.022Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2331 | 2025-01-11T00:27:27.428Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2332 | 2025-01-11T00:27:27.555Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2333 | 2025-01-11T00:27:29.197Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2334 | 2025-01-11T00:27:30.010Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2335 | 2025-01-11T00:27:30.509Z | Compiling sqlparser_derive v0.2.2 |
2336 | 2025-01-11T00:27:30.760Z | Checking unicode_categories v0.1.1 |
2337 | 2025-01-11T00:27:31.002Z | Checking peg v0.8.4 |
2338 | 2025-01-11T00:27:31.081Z | Checking sqlformat v0.2.6 |
2339 | 2025-01-11T00:27:31.179Z | Checking rustyline v14.0.0 |
2340 | 2025-01-11T00:27:31.730Z | Checking sqlparser v0.45.0 |
2341 | 2025-01-11T00:27:33.282Z | Checking bcs v0.1.6 |
2342 | 2025-01-11T00:27:33.778Z | Checking primeorder v0.13.6 |
2343 | 2025-01-11T00:27:34.264Z | Compiling unicase v2.7.0 |
2344 | 2025-01-11T00:27:34.290Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2345 | 2025-01-11T00:27:34.838Z | Checking nanorand v0.7.0 |
2346 | 2025-01-11T00:27:35.016Z | Checking atty v0.2.14 |
2347 | 2025-01-11T00:27:35.175Z | Compiling salty v0.3.0 |
2348 | 2025-01-11T00:27:35.273Z | Checking flume v0.11.1 |
2349 | 2025-01-11T00:27:35.870Z | Checking p384 v0.13.0 |
2350 | 2025-01-11T00:27:36.096Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2351 | 2025-01-11T00:27:36.263Z | Compiling mime_guess v2.0.5 |
2352 | 2025-01-11T00:27:37.267Z | Checking env_filter v0.1.2 |
2353 | 2025-01-11T00:27:37.522Z | Checking http-range v0.1.5 |
2354 | 2025-01-11T00:27:37.734Z | Checking env_logger v0.11.5 |
2355 | 2025-01-11T00:27:37.736Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2356 | 2025-01-11T00:27:38.069Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2357 | 2025-01-11T00:27:38.415Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2358 | 2025-01-11T00:27:38.444Z | Compiling dsl_auto_type v0.1.2 |
2359 | 2025-01-11T00:27:38.736Z | Checking scheduled-thread-pool v0.2.7 |
2360 | 2025-01-11T00:27:38.785Z | Compiling diesel_table_macro_syntax v0.2.0 |
2361 | 2025-01-11T00:27:38.975Z | Compiling crunchy v0.2.2 |
2362 | 2025-01-11T00:27:39.227Z | Checking r2d2 v0.8.10 |
2363 | 2025-01-11T00:27:39.505Z | Checking hyper-staticfile v0.10.1 |
2364 | 2025-01-11T00:27:40.074Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2365 | 2025-01-11T00:27:40.158Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2366 | 2025-01-11T00:27:40.312Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2367 | 2025-01-11T00:27:40.723Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2368 | 2025-01-11T00:27:42.688Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2369 | 2025-01-11T00:27:43.666Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2370 | 2025-01-11T00:27:44.104Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2371 | 2025-01-11T00:27:44.212Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2372 | 2025-01-11T00:27:44.347Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2373 | 2025-01-11T00:27:45.223Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2374 | 2025-01-11T00:27:45.322Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2375 | 2025-01-11T00:27:45.617Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2376 | 2025-01-11T00:27:46.065Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2377 | 2025-01-11T00:27:46.601Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2378 | 2025-01-11T00:27:47.202Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2379 | 2025-01-11T00:27:47.351Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2380 | 2025-01-11T00:27:47.766Z | Compiling diesel_derives v2.2.3 |
2381 | 2025-01-11T00:27:47.832Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2382 | 2025-01-11T00:27:48.435Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2383 | 2025-01-11T00:27:52.219Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2384 | 2025-01-11T00:27:52.245Z | Compiling tiny-keccak v2.0.2 |
2385 | 2025-01-11T00:27:52.731Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2386 | 2025-01-11T00:27:52.954Z | Compiling pin-project-internal v1.1.6 |
2387 | 2025-01-11T00:27:52.976Z | Compiling ref-cast v1.0.23 |
2388 | 2025-01-11T00:27:53.093Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2389 | 2025-01-11T00:27:53.409Z | Compiling ascii-canvas v3.0.0 |
2390 | 2025-01-11T00:27:53.578Z | Compiling ena v0.14.3 |
2391 | 2025-01-11T00:27:53.730Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2392 | 2025-01-11T00:27:53.755Z | Compiling ref-cast-impl v1.0.23 |
2393 | 2025-01-11T00:27:54.001Z | Compiling regex-syntax v0.6.29 |
2394 | 2025-01-11T00:27:54.031Z | Compiling diff v0.1.13 |
2395 | 2025-01-11T00:27:54.783Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2396 | 2025-01-11T00:27:55.177Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2397 | 2025-01-11T00:27:55.565Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2398 | 2025-01-11T00:27:55.687Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2399 | 2025-01-11T00:27:56.117Z | Checking pin-project v1.1.6 |
2400 | 2025-01-11T00:27:56.271Z | Checking signal-hook-tokio v0.3.1 |
2401 | 2025-01-11T00:27:56.493Z | Compiling snafu-derive v0.8.5 |
2402 | 2025-01-11T00:27:56.566Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2403 | 2025-01-11T00:27:58.747Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2404 | 2025-01-11T00:27:59.067Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2405 | 2025-01-11T00:27:59.107Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2406 | 2025-01-11T00:27:59.137Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2407 | 2025-01-11T00:27:59.630Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2408 | 2025-01-11T00:28:00.352Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2409 | 2025-01-11T00:28:01.025Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2410 | 2025-01-11T00:28:01.082Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2411 | 2025-01-11T00:28:01.457Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2412 | 2025-01-11T00:28:02.116Z | Checking diesel v2.2.6 |
2413 | 2025-01-11T00:28:02.515Z | Compiling lalrpop v0.19.12 |
2414 | 2025-01-11T00:28:04.289Z | Checking snafu v0.8.5 |
2415 | 2025-01-11T00:28:04.839Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2416 | 2025-01-11T00:28:05.032Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2417 | 2025-01-11T00:28:05.383Z | Compiling derive_builder_core v0.20.2 |
2418 | 2025-01-11T00:28:06.426Z | Checking globset v0.4.15 |
2419 | 2025-01-11T00:28:07.033Z | Checking olpc-cjson v0.1.4 |
2420 | 2025-01-11T00:28:07.303Z | Checking serde_plain v1.0.2 |
2421 | 2025-01-11T00:28:07.372Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2422 | 2025-01-11T00:28:07.593Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2423 | 2025-01-11T00:28:08.104Z | Compiling libxml v0.3.3 |
2424 | 2025-01-11T00:28:08.360Z | Compiling memoffset v0.9.1 |
2425 | 2025-01-11T00:28:08.483Z | Checking typed-path v0.9.3 |
2426 | 2025-01-11T00:28:08.921Z | Compiling derive_builder_macro v0.20.2 |
2427 | 2025-01-11T00:28:09.893Z | Checking tungstenite v0.23.0 |
2428 | 2025-01-11T00:28:09.918Z | Compiling strum_macros v0.24.3 |
2429 | 2025-01-11T00:28:10.736Z | Checking tough v0.19.0 |
2430 | 2025-01-11T00:28:10.943Z | Compiling samael v0.0.17 |
2431 | 2025-01-11T00:28:11.646Z | Compiling indoc v1.0.9 |
2432 | 2025-01-11T00:28:12.739Z | Checking parse-size v1.1.0 |
2433 | 2025-01-11T00:28:12.951Z | Checking tokio-tungstenite v0.23.1 |
2434 | 2025-01-11T00:28:13.033Z | Checking derive_builder v0.20.2 |
2435 | 2025-01-11T00:28:13.580Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2436 | 2025-01-11T00:28:13.761Z | Checking quick-xml v0.33.0 |
2437 | 2025-01-11T00:28:13.897Z | Compiling oso-derive v0.27.3 |
2438 | 2025-01-11T00:28:15.014Z | Compiling impl-trait-for-tuples v0.2.2 |
2439 | 2025-01-11T00:28:15.069Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2440 | 2025-01-11T00:28:15.307Z | Checking nix v0.27.1 |
2441 | 2025-01-11T00:28:15.479Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2442 | 2025-01-11T00:28:15.840Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2443 | 2025-01-11T00:28:16.644Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2444 | 2025-01-11T00:28:16.973Z | Compiling diesel-dtrace v0.4.2 |
2445 | 2025-01-11T00:28:17.402Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2446 | 2025-01-11T00:28:18.733Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2447 | 2025-01-11T00:28:19.066Z | Checking bb8 v0.8.5 |
2448 | 2025-01-11T00:28:19.674Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2449 | 2025-01-11T00:28:19.781Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2450 | 2025-01-11T00:28:21.016Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2451 | 2025-01-11T00:28:21.724Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2452 | 2025-01-11T00:28:22.144Z | Checking rand_seeder v0.3.0 |
2453 | 2025-01-11T00:28:22.214Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2454 | 2025-01-11T00:28:22.288Z | Checking assert_matches v1.5.0 |
2455 | 2025-01-11T00:28:22.411Z | Compiling libz-sys v1.1.20 |
2456 | 2025-01-11T00:28:22.440Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2457 | 2025-01-11T00:28:22.682Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2458 | 2025-01-11T00:28:22.743Z | Checking castaway v0.2.3 |
2459 | 2025-01-11T00:28:22.927Z | Checking is_ci v1.2.0 |
2460 | 2025-01-11T00:28:23.102Z | Checking supports-color v3.0.1 |
2461 | 2025-01-11T00:28:23.320Z | Checking compact_str v0.8.0 |
2462 | 2025-01-11T00:28:23.346Z | Checking unicode-truncate v1.1.0 |
2463 | 2025-01-11T00:28:23.634Z | Checking lru v0.12.5 |
2464 | 2025-01-11T00:28:23.659Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2465 | 2025-01-11T00:28:23.983Z | Compiling instability v0.3.2 |
2466 | 2025-01-11T00:28:24.292Z | Checking cassowary v0.3.0 |
2467 | 2025-01-11T00:28:24.937Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2468 | 2025-01-11T00:28:24.963Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2469 | 2025-01-11T00:28:25.080Z | Checking ratatui v0.28.1 |
2470 | 2025-01-11T00:28:25.127Z | Compiling vergen v8.3.2 |
2471 | 2025-01-11T00:28:25.442Z | Compiling cargo-platform v0.1.8 |
2472 | 2025-01-11T00:28:26.083Z | Checking unicode-linebreak v0.1.5 |
2473 | 2025-01-11T00:28:26.514Z | Checking smawk v0.3.2 |
2474 | 2025-01-11T00:28:26.550Z | Compiling cargo_metadata v0.18.1 |
2475 | 2025-01-11T00:28:26.648Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2476 | 2025-01-11T00:28:26.734Z | Checking textwrap v0.16.1 |
2477 | 2025-01-11T00:28:27.184Z | Compiling libsqlite3-sys v0.30.1 |
2478 | 2025-01-11T00:28:27.288Z | Compiling cfg_aliases v0.2.1 |
2479 | 2025-01-11T00:28:27.420Z | Compiling rustls v0.21.12 |
2480 | 2025-01-11T00:28:27.455Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2481 | 2025-01-11T00:28:27.699Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2482 | 2025-01-11T00:28:27.726Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2483 | 2025-01-11T00:28:28.362Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2484 | 2025-01-11T00:28:28.973Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2485 | 2025-01-11T00:28:29.174Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2486 | 2025-01-11T00:28:29.295Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2487 | 2025-01-11T00:28:30.391Z | Checking shell-words v1.1.0 |
2488 | 2025-01-11T00:28:30.675Z | Compiling nix v0.29.0 |
2489 | 2025-01-11T00:28:31.712Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2490 | 2025-01-11T00:28:31.891Z | Checking rustls-webpki v0.101.7 |
2491 | 2025-01-11T00:28:32.040Z | Checking sct v0.7.1 |
2492 | 2025-01-11T00:28:32.362Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2493 | 2025-01-11T00:28:32.713Z | Checking hashlink v0.9.1 |
2494 | 2025-01-11T00:28:32.760Z | Checking concurrent-queue v2.5.0 |
2495 | 2025-01-11T00:28:32.817Z | Checking parking v2.2.1 |
2496 | 2025-01-11T00:28:33.020Z | Checking fallible-streaming-iterator v0.1.9 |
2497 | 2025-01-11T00:28:33.094Z | Checking fallible-iterator v0.3.0 |
2498 | 2025-01-11T00:28:33.291Z | Checking plotters-backend v0.3.7 |
2499 | 2025-01-11T00:28:33.692Z | Checking plotters-svg v0.3.7 |
2500 | 2025-01-11T00:28:33.760Z | Checking rusqlite v0.32.1 |
2501 | 2025-01-11T00:28:33.907Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2502 | 2025-01-11T00:28:33.931Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2503 | 2025-01-11T00:28:34.930Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2504 | 2025-01-11T00:28:35.244Z | Checking rustls-pemfile v1.0.4 |
2505 | 2025-01-11T00:28:35.300Z | Checking twox-hash v1.6.3 |
2506 | 2025-01-11T00:28:35.478Z | Checking cast v0.3.0 |
2507 | 2025-01-11T00:28:35.561Z | Checking plotters v0.3.7 |
2508 | 2025-01-11T00:28:35.810Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2509 | 2025-01-11T00:28:35.839Z | Checking criterion-plot v0.5.0 |
2510 | 2025-01-11T00:28:36.327Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2511 | 2025-01-11T00:28:36.368Z | Checking tokio-rustls v0.24.1 |
2512 | 2025-01-11T00:28:36.772Z | Checking fatfs v0.3.6 |
2513 | 2025-01-11T00:28:37.508Z | Checking tinytemplate v1.2.1 |
2514 | 2025-01-11T00:28:37.855Z | Checking csv-core v0.1.11 |
2515 | 2025-01-11T00:28:37.939Z | Checking hex-literal v0.4.1 |
2516 | 2025-01-11T00:28:38.069Z | Checking anes v0.1.6 |
2517 | 2025-01-11T00:28:38.222Z | Checking oorandom v11.1.4 |
2518 | 2025-01-11T00:28:38.225Z | Checking csv v1.3.0 |
2519 | 2025-01-11T00:28:38.416Z | Checking event-listener v5.3.1 |
2520 | 2025-01-11T00:28:38.445Z | Checking criterion v0.5.1 |
2521 | 2025-01-11T00:28:38.881Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2522 | 2025-01-11T00:28:39.155Z | Checking rtoolbox v0.0.2 |
2523 | 2025-01-11T00:28:39.395Z | Checking rpassword v7.3.1 |
2524 | 2025-01-11T00:28:39.582Z | Checking event-listener-strategy v0.5.2 |
2525 | 2025-01-11T00:28:39.816Z | Checking tui-tree-widget v0.22.0 |
2526 | 2025-01-11T00:28:40.170Z | Checking async-bb8-diesel v0.2.1 |
2527 | 2025-01-11T00:28:41.402Z | Checking polyval v0.6.2 |
2528 | 2025-01-11T00:28:41.595Z | Checking futures-lite v2.3.0 |
2529 | 2025-01-11T00:28:41.722Z | Checking ghash v0.5.1 |
2530 | 2025-01-11T00:28:41.941Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2531 | 2025-01-11T00:28:42.320Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2532 | 2025-01-11T00:28:43.100Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2533 | 2025-01-11T00:28:43.247Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2534 | 2025-01-11T00:28:43.856Z | Checking ctr v0.9.2 |
2535 | 2025-01-11T00:28:43.908Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2536 | 2025-01-11T00:28:44.170Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2537 | 2025-01-11T00:28:46.476Z | Checking yansi v1.0.1 |
2538 | 2025-01-11T00:28:47.355Z | Checking pretty_assertions v1.4.1 |
2539 | 2025-01-11T00:28:47.478Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2540 | 2025-01-11T00:28:47.603Z | Checking aes-gcm v0.10.3 |
2541 | 2025-01-11T00:28:47.872Z | Checking ssh-encoding v0.2.0 |
2542 | 2025-01-11T00:28:48.249Z | Checking blowfish v0.9.1 |
2543 | 2025-01-11T00:28:48.533Z | Checking bcrypt-pbkdf v0.10.0 |
2544 | 2025-01-11T00:28:48.875Z | Checking ssh-cipher v0.2.0 |
2545 | 2025-01-11T00:28:49.216Z | Checking async-lock v3.4.0 |
2546 | 2025-01-11T00:28:49.254Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2547 | 2025-01-11T00:28:50.161Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2548 | 2025-01-11T00:28:50.592Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2549 | 2025-01-11T00:28:51.149Z | Checking polling v3.7.3 |
2550 | 2025-01-11T00:28:51.607Z | Checking password-hash v0.4.2 |
2551 | 2025-01-11T00:28:52.138Z | Checking matches v0.1.10 |
2552 | 2025-01-11T00:28:52.203Z | Checking pbkdf2 v0.11.0 |
2553 | 2025-01-11T00:28:52.248Z | Checking idna v0.2.3 |
2554 | 2025-01-11T00:28:52.536Z | Checking async-io v2.3.4 |
2555 | 2025-01-11T00:28:53.181Z | Checking ssh-key v0.6.6 |
2556 | 2025-01-11T00:28:53.537Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2557 | 2025-01-11T00:28:54.428Z | Checking p521 v0.13.3 |
2558 | 2025-01-11T00:28:54.920Z | Checking p256 v0.13.2 |
2559 | 2025-01-11T00:28:55.486Z | Compiling enum-as-inner v0.5.1 |
2560 | 2025-01-11T00:28:55.567Z | Checking russh-cryptovec v0.7.3 |
2561 | 2025-01-11T00:28:55.807Z | Checking md5 v0.7.0 |
2562 | 2025-01-11T00:28:55.884Z | Compiling target-lexicon v0.12.16 |
2563 | 2025-01-11T00:28:56.139Z | Compiling doc-comment v0.3.3 |
2564 | 2025-01-11T00:28:56.546Z | Checking async-task v4.7.1 |
2565 | 2025-01-11T00:28:56.946Z | Checking trust-dns-proto v0.22.0 |
2566 | 2025-01-11T00:28:56.993Z | Checking russh-keys v0.45.0 |
2567 | 2025-01-11T00:28:57.051Z | Checking async-channel v2.3.1 |
2568 | 2025-01-11T00:28:57.444Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2569 | 2025-01-11T00:28:58.567Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2570 | 2025-01-11T00:28:59.456Z | Checking piper v0.2.4 |
2571 | 2025-01-11T00:28:59.588Z | Checking num-bigint v0.4.6 |
2572 | 2025-01-11T00:28:59.723Z | Checking des v0.8.1 |
2573 | 2025-01-11T00:29:00.054Z | Checking futures-timer v3.0.3 |
2574 | 2025-01-11T00:29:00.391Z | Compiling dhcproto-macros v0.1.0 |
2575 | 2025-01-11T00:29:01.166Z | Compiling assert_cmd v2.0.16 |
2576 | 2025-01-11T00:29:01.338Z | Compiling guppy-workspace-hack v0.1.0 |
2577 | 2025-01-11T00:29:01.655Z | Checking dhcproto v0.12.0 |
2578 | 2025-01-11T00:29:01.702Z | Checking blocking v1.6.1 |
2579 | 2025-01-11T00:29:02.237Z | Checking russh v0.45.0 |
2580 | 2025-01-11T00:29:02.715Z | Checking async-executor v1.13.1 |
2581 | 2025-01-11T00:29:03.096Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2582 | 2025-01-11T00:29:03.269Z | Checking async-signal v0.2.10 |
2583 | 2025-01-11T00:29:03.605Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2584 | 2025-01-11T00:29:04.000Z | Checking event-listener v2.5.3 |
2585 | 2025-01-11T00:29:04.119Z | Compiling target-spec v3.2.2 |
2586 | 2025-01-11T00:29:04.231Z | Checking internet-checksum v0.2.1 |
2587 | 2025-01-11T00:29:04.440Z | Checking async-channel v1.9.0 |
2588 | 2025-01-11T00:29:04.737Z | Checking async-process v2.3.0 |
2589 | 2025-01-11T00:29:05.166Z | Checking async-global-executor v2.4.1 |
2590 | 2025-01-11T00:29:05.502Z | Checking cfg-expr v0.17.0 |
2591 | 2025-01-11T00:29:05.949Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2592 | 2025-01-11T00:29:06.355Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2593 | 2025-01-11T00:29:06.839Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2594 | 2025-01-11T00:29:07.382Z | Checking httptest v0.16.1 |
2595 | 2025-01-11T00:29:07.658Z | Checking rustls-native-certs v0.7.3 |
2596 | 2025-01-11T00:29:07.873Z | Compiling petname v2.0.2 |
2597 | 2025-01-11T00:29:08.105Z | Checking num_cpus v1.16.0 |
2598 | 2025-01-11T00:29:08.273Z | Checking kv-log-macro v1.0.7 |
2599 | 2025-01-11T00:29:08.430Z | Compiling async-attributes v1.1.2 |
2600 | 2025-01-11T00:29:09.376Z | Checking async-std v1.13.0 |
2601 | 2025-01-11T00:29:11.541Z | Checking threadpool v1.8.1 |
2602 | 2025-01-11T00:29:11.782Z | Checking hyper-rustls v0.26.0 |
2603 | 2025-01-11T00:29:12.209Z | Checking pathdiff v0.2.2 |
2604 | 2025-01-11T00:29:12.234Z | Compiling rstest_macros v0.23.0 |
2605 | 2025-01-11T00:29:12.408Z | Checking escape8259 v0.5.3 |
2606 | 2025-01-11T00:29:12.598Z | Compiling target-triple v0.1.3 |
2607 | 2025-01-11T00:29:12.778Z | Checking nested v0.1.1 |
2608 | 2025-01-11T00:29:13.041Z | Checking guppy v0.17.8 |
2609 | 2025-01-11T00:29:13.380Z | Checking async-object-pool v0.1.5 |
2610 | 2025-01-11T00:29:13.411Z | Checking libtest-mimic v0.7.3 |
2611 | 2025-01-11T00:29:13.973Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2612 | 2025-01-11T00:29:14.307Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2613 | 2025-01-11T00:29:14.619Z | Checking similar-asserts v1.6.0 |
2614 | 2025-01-11T00:29:14.887Z | Checking fancy-regex v0.13.0 |
2615 | 2025-01-11T00:29:15.509Z | Checking serde_regex v1.1.0 |
2616 | 2025-01-11T00:29:15.665Z | Checking assert-json-diff v2.0.2 |
2617 | 2025-01-11T00:29:15.793Z | Compiling proc-macro-crate v3.2.0 |
2618 | 2025-01-11T00:29:15.980Z | Checking path-tree v0.8.1 |
2619 | 2025-01-11T00:29:16.350Z | Compiling relative-path v1.9.3 |
2620 | 2025-01-11T00:29:17.119Z | Checking sync-ptr v0.1.1 |
2621 | 2025-01-11T00:29:17.338Z | Checking stringmetrics v2.2.2 |
2622 | 2025-01-11T00:29:17.554Z | Checking datatest-stable v0.2.9 |
2623 | 2025-01-11T00:29:17.623Z | Checking httpmock v0.8.0-alpha.1 |
2624 | 2025-01-11T00:29:18.074Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2625 | 2025-01-11T00:29:18.503Z | Compiling git2 v0.19.0 |
2626 | 2025-01-11T00:29:19.213Z | Checking blake2b_simd v1.0.2 |
2627 | 2025-01-11T00:29:19.797Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2628 | 2025-01-11T00:29:20.365Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2629 | 2025-01-11T00:29:20.685Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2630 | 2025-01-11T00:29:21.029Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2631 | 2025-01-11T00:29:21.374Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2632 | 2025-01-11T00:29:21.976Z | Checking serde_tokenstream v0.2.2 |
2633 | 2025-01-11T00:29:22.405Z | Checking uzers v0.12.1 |
2634 | 2025-01-11T00:29:23.001Z | Checking rust-argon2 v2.1.0 |
2635 | 2025-01-11T00:29:23.476Z | Checking trybuild v1.0.101 |
2636 | 2025-01-11T00:29:23.512Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2637 | 2025-01-11T00:29:25.121Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2638 | 2025-01-11T00:29:27.222Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2639 | 2025-01-11T00:29:28.639Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2640 | 2025-01-11T00:29:28.975Z | Checking rand_distr v0.4.3 |
2641 | 2025-01-11T00:29:29.032Z | Checking rstest v0.23.0 |
2642 | 2025-01-11T00:29:29.256Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2643 | 2025-01-11T00:29:29.282Z | Checking multimap v0.10.0 |
2644 | 2025-01-11T00:29:29.661Z | Checking approx v0.5.1 |
2645 | 2025-01-11T00:29:29.859Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2646 | 2025-01-11T00:29:30.577Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2647 | 2025-01-11T00:29:30.667Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2648 | 2025-01-11T00:29:31.224Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2649 | 2025-01-11T00:29:32.064Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2650 | 2025-01-11T00:29:32.488Z | Checking partial-io v0.5.4 |
2651 | 2025-01-11T00:29:32.940Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2652 | 2025-01-11T00:29:33.099Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2653 | 2025-01-11T00:29:33.177Z | Checking cargo_toml v0.20.5 |
2654 | 2025-01-11T00:29:33.259Z | Checking termios v0.3.3 |
2655 | 2025-01-11T00:29:33.485Z | Compiling indoc v2.0.5 |
2656 | 2025-01-11T00:29:33.572Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2657 | 2025-01-11T00:29:34.478Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2658 | 2025-01-11T00:29:35.415Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2659 | 2025-01-11T00:29:55.993Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2660 | 2025-01-11T00:29:59.578Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2661 | 2025-01-11T00:30:03.717Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2662 | 2025-01-11T00:30:41.643Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2663 | 2025-01-11T00:30:41.956Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2664 | 2025-01-11T00:30:42.268Z | Compiling polar-core v0.27.3 |
2665 | 2025-01-11T00:30:45.873Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2666 | 2025-01-11T00:30:54.354Z | Checking oso v0.27.3 |
2667 | 2025-01-11T00:31:45.669Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2668 | 2025-01-11T00:31:45.671Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2669 | 2025-01-11T00:31:45.674Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2670 | 2025-01-11T00:33:31.238Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 48s |
2671 | 2025-01-11T00:33:31.679Z | |
2672 | 2025-01-11T00:33:31.679Z | real 7:53.147564228 |
2673 | 2025-01-11T00:33:31.679Z | user 40:31.393059829 |
2674 | 2025-01-11T00:33:31.679Z | sys 7:20.492389423 |
2675 | 2025-01-11T00:33:31.679Z | trap 1.212115493 |
2676 | 2025-01-11T00:33:31.679Z | tflt 2.109997653 |
2677 | 2025-01-11T00:33:31.679Z | dflt 0.732375368 |
2678 | 2025-01-11T00:33:31.679Z | kflt 0.000648019 |
2679 | 2025-01-11T00:33:31.682Z | lock 1:01:07.417058546 |
2680 | 2025-01-11T00:33:31.682Z | slp 2:20:22.443575204 |
2681 | 2025-01-11T00:33:31.682Z | lat 1:46.737221482 |
2682 | 2025-01-11T00:33:31.682Z | stop 7:06.684572169 |
2683 | 2025-01-11T00:33:31.682Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2684 | 2025-01-11T00:33:31.682Z | + ptime -m cargo doc --workspace --no-deps |
2685 | 2025-01-11T00:33:33.062Z | warning: output filename collision. |
2686 | 2025-01-11T00:33:33.062Z | 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)`. |
2687 | 2025-01-11T00:33:33.062Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2688 | 2025-01-11T00:33:33.062Z | The targets should have unique names. |
2689 | 2025-01-11T00:33:33.062Z | This is a known bug where multiple crates with the same name use |
2690 | 2025-01-11T00:33:33.062Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2691 | 2025-01-11T00:33:33.600Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2692 | 2025-01-11T00:33:33.668Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2693 | 2025-01-11T00:33:33.691Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2694 | 2025-01-11T00:33:33.735Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2695 | 2025-01-11T00:33:33.762Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2696 | 2025-01-11T00:33:33.791Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2697 | 2025-01-11T00:33:33.791Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2698 | 2025-01-11T00:33:34.035Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2699 | 2025-01-11T00:33:34.065Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2700 | 2025-01-11T00:33:34.099Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2701 | 2025-01-11T00:33:34.162Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2702 | 2025-01-11T00:33:34.338Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2703 | 2025-01-11T00:33:34.519Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2704 | 2025-01-11T00:33:34.699Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2705 | 2025-01-11T00:33:34.917Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2706 | 2025-01-11T00:33:37.886Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2707 | 2025-01-11T00:33:39.144Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2708 | 2025-01-11T00:33:39.273Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2709 | 2025-01-11T00:33:39.508Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2710 | 2025-01-11T00:33:39.549Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2711 | 2025-01-11T00:33:39.660Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2712 | 2025-01-11T00:33:39.847Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2713 | 2025-01-11T00:33:39.999Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2714 | 2025-01-11T00:33:40.229Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2715 | 2025-01-11T00:33:40.574Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2716 | 2025-01-11T00:33:40.644Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2717 | 2025-01-11T00:33:41.203Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2718 | 2025-01-11T00:33:41.308Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2719 | 2025-01-11T00:33:41.547Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2720 | 2025-01-11T00:33:41.678Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2721 | 2025-01-11T00:33:41.818Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2722 | 2025-01-11T00:33:41.881Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2723 | 2025-01-11T00:33:42.069Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2724 | 2025-01-11T00:33:42.105Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2725 | 2025-01-11T00:33:42.183Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2726 | 2025-01-11T00:33:42.451Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2727 | 2025-01-11T00:33:42.803Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2728 | 2025-01-11T00:33:43.114Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2729 | 2025-01-11T00:33:43.203Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2730 | 2025-01-11T00:33:43.512Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2731 | 2025-01-11T00:33:43.536Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2732 | 2025-01-11T00:33:43.539Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2733 | 2025-01-11T00:33:44.475Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2734 | 2025-01-11T00:33:44.521Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2735 | 2025-01-11T00:33:47.126Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2736 | 2025-01-11T00:33:49.648Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2737 | 2025-01-11T00:33:49.949Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2738 | 2025-01-11T00:33:50.736Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2739 | 2025-01-11T00:33:50.919Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2740 | 2025-01-11T00:33:51.018Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2741 | 2025-01-11T00:33:52.077Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2742 | 2025-01-11T00:33:52.761Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2743 | 2025-01-11T00:33:52.791Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2744 | 2025-01-11T00:33:52.841Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2745 | 2025-01-11T00:33:53.406Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2746 | 2025-01-11T00:33:59.700Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2747 | 2025-01-11T00:34:00.206Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2748 | 2025-01-11T00:34:01.607Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2749 | 2025-01-11T00:34:02.679Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2750 | 2025-01-11T00:34:03.181Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2751 | 2025-01-11T00:34:03.248Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2752 | 2025-01-11T00:34:03.800Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2753 | 2025-01-11T00:34:03.803Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2754 | 2025-01-11T00:34:04.327Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2755 | 2025-01-11T00:34:04.663Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2756 | 2025-01-11T00:34:05.230Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2757 | 2025-01-11T00:34:05.548Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2758 | 2025-01-11T00:34:06.111Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2759 | 2025-01-11T00:34:06.135Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2760 | 2025-01-11T00:34:06.874Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2761 | 2025-01-11T00:34:06.898Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2762 | 2025-01-11T00:34:07.734Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2763 | 2025-01-11T00:34:07.780Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2764 | 2025-01-11T00:34:07.898Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2765 | 2025-01-11T00:34:08.339Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2766 | 2025-01-11T00:34:08.602Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2767 | 2025-01-11T00:34:09.229Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2768 | 2025-01-11T00:34:09.611Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2769 | 2025-01-11T00:34:10.186Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2770 | 2025-01-11T00:34:11.146Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2771 | 2025-01-11T00:34:11.175Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2772 | 2025-01-11T00:34:11.622Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2773 | 2025-01-11T00:34:12.290Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2774 | 2025-01-11T00:34:12.898Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2775 | 2025-01-11T00:34:13.055Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2776 | 2025-01-11T00:34:13.181Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2777 | 2025-01-11T00:34:13.235Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2778 | 2025-01-11T00:34:13.773Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2779 | 2025-01-11T00:34:14.076Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2780 | 2025-01-11T00:34:14.386Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2781 | 2025-01-11T00:34:14.466Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2782 | 2025-01-11T00:34:15.047Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2783 | 2025-01-11T00:34:15.218Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2784 | 2025-01-11T00:34:15.662Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2785 | 2025-01-11T00:34:15.936Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2786 | 2025-01-11T00:34:16.541Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2787 | 2025-01-11T00:34:17.064Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2788 | 2025-01-11T00:34:17.462Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2789 | 2025-01-11T00:34:17.595Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2790 | 2025-01-11T00:34:17.635Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2791 | 2025-01-11T00:34:18.068Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2792 | 2025-01-11T00:34:18.881Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2793 | 2025-01-11T00:34:19.112Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2794 | 2025-01-11T00:34:19.264Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2795 | 2025-01-11T00:34:20.829Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2796 | 2025-01-11T00:34:20.900Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2797 | 2025-01-11T00:34:21.843Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2798 | 2025-01-11T00:34:22.369Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2799 | 2025-01-11T00:34:23.820Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2800 | 2025-01-11T00:34:25.446Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2801 | 2025-01-11T00:34:26.176Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2802 | 2025-01-11T00:34:29.146Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2803 | 2025-01-11T00:34:29.705Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2804 | 2025-01-11T00:34:30.947Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2805 | 2025-01-11T00:34:32.355Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2806 | 2025-01-11T00:34:40.816Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2807 | 2025-01-11T00:34:42.259Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2808 | 2025-01-11T00:34:42.757Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2809 | 2025-01-11T00:34:49.703Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2810 | 2025-01-11T00:34:50.031Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2811 | 2025-01-11T00:35:41.769Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2812 | 2025-01-11T00:35:46.971Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2813 | 2025-01-11T00:35:48.419Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2814 | 2025-01-11T00:35:58.334Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2815 | 2025-01-11T00:36:24.603Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2816 | 2025-01-11T00:36:28.565Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2817 | 2025-01-11T00:36:29.845Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2818 | 2025-01-11T00:36:33.403Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2819 | 2025-01-11T00:36:33.517Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2820 | 2025-01-11T00:36:34.243Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2821 | 2025-01-11T00:36:35.930Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2822 | 2025-01-11T00:36:36.941Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2823 | 2025-01-11T00:36:39.144Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2824 | 2025-01-11T00:37:10.543Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2825 | 2025-01-11T00:37:14.366Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2826 | 2025-01-11T00:37:14.634Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2827 | 2025-01-11T00:37:27.553Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2828 | 2025-01-11T00:37:31.792Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2829 | 2025-01-11T00:37:39.079Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2830 | 2025-01-11T00:37:53.332Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2831 | 2025-01-11T00:38:06.471Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2832 | 2025-01-11T00:38:06.516Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2833 | 2025-01-11T00:38:11.207Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2834 | 2025-01-11T00:38:12.233Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2835 | 2025-01-11T00:38:17.284Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2836 | 2025-01-11T00:38:29.338Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2837 | 2025-01-11T00:38:35.649Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2838 | 2025-01-11T00:38:45.008Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2839 | 2025-01-11T00:38:45.016Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2840 | 2025-01-11T00:38:47.631Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2841 | 2025-01-11T00:38:52.598Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2842 | 2025-01-11T00:38:54.577Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2843 | 2025-01-11T00:39:06.164Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2844 | 2025-01-11T00:39:06.277Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2845 | 2025-01-11T00:39:13.607Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2846 | 2025-01-11T00:39:14.837Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2847 | 2025-01-11T00:39:19.363Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2848 | 2025-01-11T00:39:20.500Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2849 | 2025-01-11T00:39:27.134Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2850 | 2025-01-11T00:39:27.783Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2851 | 2025-01-11T00:39:33.776Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2852 | 2025-01-11T00:39:35.969Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2853 | 2025-01-11T00:39:48.594Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2854 | 2025-01-11T00:39:49.083Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2855 | 2025-01-11T00:39:49.852Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2856 | 2025-01-11T00:39:49.892Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2857 | 2025-01-11T00:39:50.510Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2858 | 2025-01-11T00:39:58.734Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2859 | 2025-01-11T00:40:05.264Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2860 | 2025-01-11T00:40:05.906Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2861 | 2025-01-11T00:40:07.300Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2862 | 2025-01-11T00:40:08.096Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2863 | 2025-01-11T00:40:15.043Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2864 | 2025-01-11T00:40:20.970Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2865 | 2025-01-11T00:40:22.759Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2866 | 2025-01-11T00:40:28.064Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2867 | 2025-01-11T00:40:29.748Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2868 | 2025-01-11T00:40:35.215Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2869 | 2025-01-11T00:40:35.343Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2870 | 2025-01-11T00:40:38.592Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2871 | 2025-01-11T00:40:39.131Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2872 | 2025-01-11T00:40:44.536Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2873 | 2025-01-11T00:40:50.476Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2874 | 2025-01-11T00:40:50.600Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2875 | 2025-01-11T00:40:51.359Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2876 | 2025-01-11T00:40:58.172Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2877 | 2025-01-11T00:40:59.373Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2878 | 2025-01-11T00:41:00.459Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2879 | 2025-01-11T00:41:06.163Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2880 | 2025-01-11T00:41:07.608Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2881 | 2025-01-11T00:41:14.167Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2882 | 2025-01-11T00:41:14.784Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2883 | 2025-01-11T00:41:15.511Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2884 | 2025-01-11T00:41:18.494Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2885 | 2025-01-11T00:41:20.434Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2886 | 2025-01-11T00:41:26.213Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2887 | 2025-01-11T00:41:29.577Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2888 | 2025-01-11T00:41:31.453Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2889 | 2025-01-11T00:41:34.779Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2890 | 2025-01-11T00:41:39.620Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2891 | 2025-01-11T00:41:42.868Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2892 | 2025-01-11T00:41:44.885Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2893 | 2025-01-11T00:41:45.239Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2894 | 2025-01-11T00:41:46.539Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2895 | 2025-01-11T00:41:55.695Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2896 | 2025-01-11T00:41:57.751Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2897 | 2025-01-11T00:42:00.176Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2898 | 2025-01-11T00:42:02.721Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2899 | 2025-01-11T00:42:04.945Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2900 | 2025-01-11T00:42:06.978Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2901 | 2025-01-11T00:42:07.070Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2902 | 2025-01-11T00:42:07.262Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2903 | 2025-01-11T00:42:17.555Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2904 | 2025-01-11T00:42:20.555Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2905 | 2025-01-11T00:42:20.639Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2906 | 2025-01-11T00:42:22.604Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2907 | 2025-01-11T00:42:23.716Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2908 | 2025-01-11T00:42:26.684Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2909 | 2025-01-11T00:42:27.071Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2910 | 2025-01-11T00:42:31.618Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2911 | 2025-01-11T00:42:32.282Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2912 | 2025-01-11T00:42:33.498Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2913 | 2025-01-11T00:42:33.695Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2914 | 2025-01-11T00:42:37.566Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2915 | 2025-01-11T00:42:39.032Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2916 | 2025-01-11T00:42:40.808Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2917 | 2025-01-11T00:42:41.070Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2918 | 2025-01-11T00:42:41.236Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2919 | 2025-01-11T00:42:43.129Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2920 | 2025-01-11T00:42:44.438Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2921 | 2025-01-11T00:42:45.236Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2922 | 2025-01-11T00:42:46.702Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2923 | 2025-01-11T00:42:48.260Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2924 | 2025-01-11T00:42:49.769Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2925 | 2025-01-11T00:43:14.178Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9m 42s |
2926 | 2025-01-11T00:43:14.379Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 143 other files |
2927 | 2025-01-11T00:43:14.455Z | |
2928 | 2025-01-11T00:43:14.458Z | real 9:42.666360960 |
2929 | 2025-01-11T00:43:14.458Z | user 30:00.615423610 |
2930 | 2025-01-11T00:43:14.458Z | sys 44:11.189452389 |
2931 | 2025-01-11T00:43:14.458Z | trap 0.546775397 |
2932 | 2025-01-11T00:43:14.458Z | tflt 0.261651191 |
2933 | 2025-01-11T00:43:14.458Z | dflt 0.222293029 |
2934 | 2025-01-11T00:43:14.458Z | kflt 0.000008008 |
2935 | 2025-01-11T00:43:14.458Z | lock 1:37:40.313700035 |
2936 | 2025-01-11T00:43:14.458Z | slp 2:47:12.969759276 |
2937 | 2025-01-11T00:43:14.458Z | lat 1:25.044923249 |
2938 | 2025-01-11T00:43:14.458Z | stop 1:15.335472365 |
2939 | 2025-01-11T00:43:14.458Z | process exited: duration 1506952 ms, exit code 0 |
|
2940 | 2025-01-11T00:43:14.467Z | found 0 output files |