|
|
|
1 | 2024-12-13T20:44:12.140Z | job assigned to worker 01JF0W5V6KPQ1JZRABXZ3P0V1V [factory aws, i-06ebb42fd2c0d24b6] (queued for 59 s) |
|
2 | 2024-12-13T20:44:19.601Z | starting task 0: "setup" |
3 | 2024-12-13T20:44:19.613Z | ++ uname -s |
4 | 2024-12-13T20:44:19.615Z | + kern=SunOS |
5 | 2024-12-13T20:44:19.615Z | + case "$kern" in |
6 | 2024-12-13T20:44:19.615Z | + groupadd -g 12345 build |
7 | 2024-12-13T20:44:19.617Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-13T20:44:21.624Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-13T20:44:21.731Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-13T20:44:21.736Z | + home_fs=zfs |
11 | 2024-12-13T20:44:21.736Z | + [[ zfs == autofs ]] |
12 | 2024-12-13T20:44:21.736Z | + mkdir -p /home/build |
13 | 2024-12-13T20:44:21.744Z | + chown build:build /home/build /work |
14 | 2024-12-13T20:44:23.740Z | + chmod 0700 /home/build /work |
15 | 2024-12-13T20:44:23.743Z | process exited: duration 4139 ms, exit code 0 |
|
16 | 2024-12-13T20:44:23.748Z | starting task 1: "rust-toolchain" |
17 | 2024-12-13T20:44:23.754Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-13T20:44:23.754Z | ' 1.81.0 |
19 | 2024-12-13T20:44:23.754Z | * toolchain channel = "1.81.0" |
20 | 2024-12-13T20:44:23.754Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-13T20:44:23.754Z | ' default |
22 | 2024-12-13T20:44:23.754Z | * toolchain profile = "default" |
23 | 2024-12-13T20:44:23.757Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-13T20:44:23.757Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-13T20:44:23.861Z | info: downloading installer |
26 | 2024-12-13T20:44:25.293Z | info: profile set to 'default' |
27 | 2024-12-13T20:44:25.293Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-13T20:44:25.296Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-13T20:44:25.471Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-13T20:44:25.471Z | info: downloading component 'cargo' |
31 | 2024-12-13T20:44:26.490Z | info: downloading component 'clippy' |
32 | 2024-12-13T20:44:26.870Z | info: downloading component 'rust-docs' |
33 | 2024-12-13T20:44:28.279Z | info: downloading component 'rust-std' |
34 | 2024-12-13T20:44:30.484Z | info: downloading component 'rustc' |
35 | 2024-12-13T20:44:38.408Z | info: downloading component 'rustfmt' |
36 | 2024-12-13T20:44:38.703Z | info: installing component 'cargo' |
37 | 2024-12-13T20:44:39.495Z | info: installing component 'clippy' |
38 | 2024-12-13T20:44:39.852Z | info: installing component 'rust-docs' |
39 | 2024-12-13T20:44:41.491Z | info: installing component 'rust-std' |
40 | 2024-12-13T20:44:43.215Z | info: installing component 'rustc' |
41 | 2024-12-13T20:44:48.920Z | info: installing component 'rustfmt' |
42 | 2024-12-13T20:44:49.240Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-13T20:44:49.240Z | |
44 | 2024-12-13T20:44:49.607Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-13T20:44:49.607Z | |
46 | 2024-12-13T20:44:49.615Z | |
47 | 2024-12-13T20:44:49.615Z | Rust is installed now. Great! |
48 | 2024-12-13T20:44:49.615Z | |
49 | 2024-12-13T20:44:49.615Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-13T20:44:49.615Z | environment variable. This has not been done automatically. |
51 | 2024-12-13T20:44:49.615Z | |
52 | 2024-12-13T20:44:49.615Z | To configure your current shell, you need to source |
53 | 2024-12-13T20:44:49.615Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-13T20:44:49.615Z | |
55 | 2024-12-13T20:44:49.615Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-13T20:44:49.615Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-13T20:44:49.616Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-13T20:44:49.686Z | + rustc --version |
59 | 2024-12-13T20:44:49.752Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-13T20:44:49.755Z | process exited: duration 26001 ms, exit code 0 |
|
61 | 2024-12-13T20:44:49.760Z | starting task 2: "authentication" |
62 | 2024-12-13T20:44:49.782Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-12-13T20:44:49.787Z | starting task 3: "clone repository" |
64 | 2024-12-13T20:44:49.792Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-13T20:44:49.796Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-13T20:44:49.838Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-13T20:44:56.975Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-13T20:44:56.975Z | + git fetch origin b6506393d435740ac3a1fb86ea44770a762df51c |
69 | 2024-12-13T20:44:57.271Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-13T20:44:57.271Z | * branch b6506393d435740ac3a1fb86ea44770a762df51c -> FETCH_HEAD |
71 | 2024-12-13T20:44:57.282Z | + [[ -n sluggish-datasets ]] |
72 | 2024-12-13T20:44:57.287Z | ++ git branch --show-current |
73 | 2024-12-13T20:44:57.289Z | + current=main |
74 | 2024-12-13T20:44:57.289Z | + [[ main != sluggish-datasets ]] |
75 | 2024-12-13T20:44:57.289Z | + git branch -f sluggish-datasets b6506393d435740ac3a1fb86ea44770a762df51c |
76 | 2024-12-13T20:44:57.292Z | + git checkout -f sluggish-datasets |
77 | 2024-12-13T20:44:57.468Z | Switched to branch 'sluggish-datasets' |
78 | 2024-12-13T20:44:57.471Z | + git reset --hard b6506393d435740ac3a1fb86ea44770a762df51c |
79 | 2024-12-13T20:44:57.645Z | HEAD is now at b6506393d review feedback |
80 | 2024-12-13T20:44:57.648Z | process exited: duration 7857 ms, exit code 0 |
|
81 | 2024-12-13T20:44:57.654Z | starting task 4: "build" |
82 | 2024-12-13T20:44:57.659Z | + source ./env.sh |
83 | 2024-12-13T20:44:57.659Z | ++ OLD_SHELL_OPTS=ehxB |
84 | 2024-12-13T20:44:57.659Z | ++ set -o xtrace |
85 | 2024-12-13T20:44:57.662Z | ++++ dirname ./env.sh |
86 | 2024-12-13T20:44:57.665Z | +++ readlink -f . |
87 | 2024-12-13T20:44:57.668Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2024-12-13T20:44:57.668Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
89 | 2024-12-13T20:44:57.668Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
90 | 2024-12-13T20:44:57.668Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
91 | 2024-12-13T20:44:57.669Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
92 | 2024-12-13T20:44:57.669Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-12-13T20:44:57.669Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2024-12-13T20:44:57.669Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2024-12-13T20:44:57.669Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2024-12-13T20:44:57.669Z | ++ case $OLD_SHELL_OPTS in |
97 | 2024-12-13T20:44:57.669Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
98 | 2024-12-13T20:44:57.669Z | + source .github/buildomat/ci-env.sh |
99 | 2024-12-13T20:44:57.672Z | ++ export CARGO_TERM_COLOR=always |
100 | 2024-12-13T20:44:57.672Z | ++ CARGO_TERM_COLOR=always |
101 | 2024-12-13T20:44:57.673Z | + cargo --version |
102 | 2024-12-13T20:44:57.728Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
103 | 2024-12-13T20:44:57.730Z | + rustc --version |
104 | 2024-12-13T20:44:57.791Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
105 | 2024-12-13T20:44:57.794Z | + banner prerequisites |
106 | 2024-12-13T20:44:57.798Z | |
107 | 2024-12-13T20:44:57.798Z | ##### ##### ###### ##### ###### #### # # # #### # |
108 | 2024-12-13T20:44:57.798Z | # # # # # # # # # # # # # # # |
109 | 2024-12-13T20:44:57.798Z | # # # # ##### # # ##### # # # # # #### # |
110 | 2024-12-13T20:44:57.798Z | ##### ##### # ##### # # # # # # # # # |
111 | 2024-12-13T20:44:57.798Z | # # # # # # # # # # # # # # # |
112 | 2024-12-13T20:44:57.798Z | # # # ###### # # ###### ### # #### # #### # |
113 | 2024-12-13T20:44:57.798Z | |
114 | 2024-12-13T20:44:57.800Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
115 | 2024-12-13T20:45:04.693Z | Startup: Refreshing catalog 'helios-dev' ... Done |
116 | 2024-12-13T20:45:08.430Z | Startup: Caching catalogs ... Done |
117 | 2024-12-13T20:45:18.844Z | Planning: Solver setup ... Done (9.540s) |
118 | 2024-12-13T20:45:18.972Z | Planning: Running solver ... Done (0.128s) |
119 | 2024-12-13T20:45:19.077Z | Planning: Finding local manifests ... Done (0.004s) |
120 | 2024-12-13T20:45:19.090Z | Planning: Fetching manifests: 0/5 0% complete |
121 | 2024-12-13T20:45:19.321Z | Planning: Fetching manifests: 5/5 100% complete |
122 | 2024-12-13T20:45:19.421Z | Planning: Package planning ... Done (0.101s) |
123 | 2024-12-13T20:45:19.477Z | Planning: Merging actions ... Done (0.056s) |
124 | 2024-12-13T20:45:19.672Z | Planning: Checking for conflicting actions ... Done (0.194s) |
125 | 2024-12-13T20:45:21.822Z | Planning: Consolidating action changes ... Done (2.150s) |
126 | 2024-12-13T20:45:22.265Z | Planning: Evaluating mediators ... Done (0.443s) |
127 | 2024-12-13T20:45:22.346Z | Planning: Planning completed in 13.82 seconds |
128 | 2024-12-13T20:45:22.363Z | Packages to install: 4 |
129 | 2024-12-13T20:45:22.363Z | Packages to update: 1 |
130 | 2024-12-13T20:45:22.366Z | Mediators to change: 2 |
131 | 2024-12-13T20:45:22.366Z | Services to change: 1 |
132 | 2024-12-13T20:45:22.366Z | Estimated space available: 155.64 GB |
133 | 2024-12-13T20:45:22.366Z | Estimated space to be consumed: 1.61 GB |
134 | 2024-12-13T20:45:22.366Z | Create boot environment: No |
135 | 2024-12-13T20:45:22.366Z | Create backup boot environment: Yes |
136 | 2024-12-13T20:45:22.366Z | Rebuild boot archive: No |
137 | 2024-12-13T20:45:22.366Z | |
138 | 2024-12-13T20:45:22.366Z | Changed mediators: |
139 | 2024-12-13T20:45:22.366Z | mediator clang: |
140 | 2024-12-13T20:45:22.366Z | version: None -> 15 (system default) |
141 | 2024-12-13T20:45:22.366Z | |
142 | 2024-12-13T20:45:22.366Z | mediator llvm: |
143 | 2024-12-13T20:45:22.366Z | version: 14 (system default) -> 15 (system default) |
144 | 2024-12-13T20:45:22.366Z | |
145 | 2024-12-13T20:45:22.366Z | Changed packages: |
146 | 2024-12-13T20:45:22.366Z | helios-dev |
147 | 2024-12-13T20:45:22.366Z | developer/build-essential |
148 | 2024-12-13T20:45:22.366Z | None -> 11-2.0 |
149 | 2024-12-13T20:45:22.366Z | library/libxmlsec1 |
150 | 2024-12-13T20:45:22.366Z | None -> 1.2.35-2.0 |
151 | 2024-12-13T20:45:22.366Z | ooce/developer/clang-15 |
152 | 2024-12-13T20:45:22.366Z | None -> 15.0.7-2.0 |
153 | 2024-12-13T20:45:22.366Z | ooce/developer/llvm-15 |
154 | 2024-12-13T20:45:22.366Z | None -> 15.0.7-2.0 |
155 | 2024-12-13T20:45:22.366Z | package/pkg |
156 | 2024-12-13T20:45:22.366Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
157 | 2024-12-13T20:45:22.366Z | |
158 | 2024-12-13T20:45:22.366Z | Services: |
159 | 2024-12-13T20:45:22.366Z | restart_fmri: |
160 | 2024-12-13T20:45:22.366Z | svc:/system/update-man-index:default |
161 | 2024-12-13T20:45:22.366Z | |
162 | 2024-12-13T20:45:22.366Z | Editable files to change: |
163 | 2024-12-13T20:45:22.366Z | Update: |
164 | 2024-12-13T20:45:22.366Z | usr/share/lib/pkg/web/config.shtml |
165 | 2024-12-13T20:45:22.447Z | |
166 | 2024-12-13T20:45:22.447Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
167 | 2024-12-13T20:45:27.472Z | Download: 250/4281 items 15.6/220.6MB 7% complete (3.2M/s) |
168 | 2024-12-13T20:45:32.486Z | Download: 821/4281 items 18.7/220.6MB 8% complete (1.9M/s) |
169 | 2024-12-13T20:45:39.297Z | Download: 1197/4281 items 83.5/220.6MB 37% complete (9.1M/s) |
170 | 2024-12-13T20:45:44.186Z | Download: 1835/4281 items 118.5/220.6MB 53% complete (9.9M/s) |
171 | 2024-12-13T20:45:49.571Z | Download: 2221/4281 items 119.2/220.6MB 54% complete (4.2M/s) |
172 | 2024-12-13T20:45:54.341Z | Download: 2304/4281 items 119.8/220.6MB 54% complete (129k/s) |
173 | 2024-12-13T20:45:59.362Z | Download: 3238/4281 items 200.4/220.6MB 90% complete (8.1M/s) |
174 | 2024-12-13T20:46:04.405Z | Download: 3681/4281 items 216.2/220.6MB 97% complete (9.6M/s) |
175 | 2024-12-13T20:46:09.427Z | Download: 4199/4281 items 220.5/220.6MB 99% complete (4.0M/s) |
176 | 2024-12-13T20:46:16.920Z | Download: 4208/4281 items 220.6/220.6MB 99% complete (3.3M/s) |
177 | 2024-12-13T20:46:16.962Z | Download: Completed 220.60 MB in 54.50 seconds (4.0M/s) |
178 | 2024-12-13T20:46:19.012Z | Actions: 1/5063 actions (Removing old actions) |
179 | 2024-12-13T20:46:19.054Z | Actions: 194/5063 actions (Installing new actions) |
180 | 2024-12-13T20:46:23.755Z | Actions: 4226/5063 actions (Updating modified actions) |
181 | 2024-12-13T20:46:24.090Z | Actions: Completed 5063 actions in 5.06 seconds. |
182 | 2024-12-13T20:46:27.533Z | Done (0.218s) |
183 | 2024-12-13T20:46:27.676Z | Done (0.000s) |
184 | 2024-12-13T20:46:27.744Z | Done (0.551s) |
185 | 2024-12-13T20:46:29.315Z | Done (4.242s) |
186 | 2024-12-13T20:46:29.400Z | Done (0.017s) |
187 | 2024-12-13T20:46:29.434Z | Done (0.000s) |
188 | 2024-12-13T20:46:29.585Z | Done (0.000s) |
189 | 2024-12-13T20:46:30.278Z | Planning: Evaluating mediator changes ... Done |
190 | 2024-12-13T20:46:30.436Z | Planning: Checking for conflicting actions ... Done |
191 | 2024-12-13T20:46:30.442Z | Planning: Consolidating action changes ... Done |
192 | 2024-12-13T20:46:30.716Z | Planning: Evaluating mediators ... Done |
193 | 2024-12-13T20:46:30.725Z | Planning: Planning completed in 0.43 seconds |
194 | 2024-12-13T20:46:30.746Z | Mediators to change: 2 |
195 | 2024-12-13T20:46:30.746Z | Create boot environment: No |
196 | 2024-12-13T20:46:30.763Z | Create backup boot environment: No |
197 | 2024-12-13T20:46:30.825Z | Done |
198 | 2024-12-13T20:46:30.825Z | Done |
199 | 2024-12-13T20:46:31.184Z | Done |
200 | 2024-12-13T20:46:34.860Z | Done |
201 | 2024-12-13T20:46:34.956Z | Done |
202 | 2024-12-13T20:46:34.960Z | Done |
203 | 2024-12-13T20:46:35.082Z | Done |
204 | 2024-12-13T20:46:35.703Z | Planning: Evaluating mediator changes ... Done |
205 | 2024-12-13T20:46:35.706Z | Planning: Merging actions ... Done |
206 | 2024-12-13T20:46:36.036Z | Planning: Checking for conflicting actions ... Done |
207 | 2024-12-13T20:46:36.066Z | Planning: Consolidating action changes ... Done |
208 | 2024-12-13T20:46:36.235Z | Planning: Evaluating mediators ... Done |
209 | 2024-12-13T20:46:36.244Z | Planning: Planning completed in 0.76 seconds |
210 | 2024-12-13T20:46:36.257Z | Packages to change: 1 |
211 | 2024-12-13T20:46:36.257Z | Mediators to change: 1 |
212 | 2024-12-13T20:46:36.259Z | Services to change: 1 |
213 | 2024-12-13T20:46:36.259Z | Create boot environment: No |
214 | 2024-12-13T20:46:36.259Z | Create backup boot environment: Yes |
215 | 2024-12-13T20:46:38.675Z | Actions: 1/6 actions (Updating modified actions) |
216 | 2024-12-13T20:46:38.689Z | Actions: Completed 6 actions in 0.00 seconds. |
217 | 2024-12-13T20:46:38.689Z | Done |
218 | 2024-12-13T20:46:38.689Z | Done |
219 | 2024-12-13T20:46:38.730Z | Done |
220 | 2024-12-13T20:46:44.988Z | Done |
221 | 2024-12-13T20:46:45.085Z | Done |
222 | 2024-12-13T20:46:45.085Z | Done |
223 | 2024-12-13T20:46:45.086Z | Done |
224 | 2024-12-13T20:46:45.086Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
225 | 2024-12-13T20:46:45.086Z | clang system 15 system |
226 | 2024-12-13T20:46:45.088Z | csh system system illumos |
227 | 2024-12-13T20:46:45.088Z | ctags system system illumos |
228 | 2024-12-13T20:46:45.088Z | gcc vendor 12 vendor |
229 | 2024-12-13T20:46:45.088Z | gcc system 10 system |
230 | 2024-12-13T20:46:45.088Z | gcc system 7 system |
231 | 2024-12-13T20:46:45.088Z | go system 1.20 system |
232 | 2024-12-13T20:46:45.088Z | go system 1.19 system |
233 | 2024-12-13T20:46:45.088Z | llvm system 15 system |
234 | 2024-12-13T20:46:45.088Z | llvm system 14 system |
235 | 2024-12-13T20:46:45.089Z | mariadb system 10.6 system |
236 | 2024-12-13T20:46:45.089Z | mta vendor vendor dma |
237 | 2024-12-13T20:46:45.089Z | openjdk system 17 system |
238 | 2024-12-13T20:46:45.089Z | openjdk system 11 system |
239 | 2024-12-13T20:46:45.089Z | openjdk system 1.8 system |
240 | 2024-12-13T20:46:45.089Z | openssl vendor 3 vendor |
241 | 2024-12-13T20:46:45.089Z | perl system 5.36 system |
242 | 2024-12-13T20:46:45.089Z | postgresql system 15 system |
243 | 2024-12-13T20:46:45.089Z | postgresql system 13 system |
244 | 2024-12-13T20:46:45.089Z | python vendor 3 vendor |
245 | 2024-12-13T20:46:45.089Z | python system 2 system |
246 | 2024-12-13T20:46:45.089Z | python3 system 3.11 system |
247 | 2024-12-13T20:46:45.089Z | ruby system 3.0 system |
248 | 2024-12-13T20:46:45.089Z | words vendor vendor american-english |
249 | 2024-12-13T20:46:45.089Z | words system system australian-english |
250 | 2024-12-13T20:46:45.089Z | words system system british-english |
251 | 2024-12-13T20:46:45.089Z | words system system canadian-english |
252 | 2024-12-13T20:46:45.089Z | words system system french |
253 | 2024-12-13T20:46:45.089Z | words system system italian |
254 | 2024-12-13T20:46:45.089Z | words system system ngerman |
255 | 2024-12-13T20:46:45.089Z | words system system ogerman |
256 | 2024-12-13T20:46:45.089Z | words system system spanish |
257 | 2024-12-13T20:46:45.089Z | PUBLISHER TYPE STATUS P LOCATION |
258 | 2024-12-13T20:46:45.089Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
259 | 2024-12-13T20:46:46.139Z | FMRI IFO |
260 | 2024-12-13T20:46:46.139Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
261 | 2024-12-13T20:46:46.139Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
262 | 2024-12-13T20:46:46.139Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
263 | 2024-12-13T20:46:46.139Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
264 | 2024-12-13T20:46:46.139Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
265 | 2024-12-13T20:46:46.139Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
266 | 2024-12-13T20:46:46.139Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
267 | 2024-12-13T20:46:46.139Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
268 | 2024-12-13T20:46:46.139Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
269 | 2024-12-13T20:46:46.139Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
270 | 2024-12-13T20:46:46.139Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
271 | 2024-12-13T20:46:46.140Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
272 | 2024-12-13T20:46:46.140Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
273 | 2024-12-13T20:46:46.140Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
274 | 2024-12-13T20:46:46.140Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
275 | 2024-12-13T20:46:46.912Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
276 | 2024-12-13T20:46:47.171Z | Updating crates.io index |
277 | 2024-12-13T20:46:47.255Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
278 | 2024-12-13T20:46:47.708Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
279 | 2024-12-13T20:46:47.984Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
280 | 2024-12-13T20:46:48.232Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
281 | 2024-12-13T20:46:48.523Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
282 | 2024-12-13T20:46:49.473Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
283 | 2024-12-13T20:46:51.077Z | Updating git repository `https://github.com/oxidecomputer/opte` |
284 | 2024-12-13T20:46:52.127Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
285 | 2024-12-13T20:46:52.828Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
286 | 2024-12-13T20:46:53.089Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
287 | 2024-12-13T20:46:53.449Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
288 | 2024-12-13T20:46:53.999Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
289 | 2024-12-13T20:46:54.338Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
290 | 2024-12-13T20:46:54.790Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
291 | 2024-12-13T20:46:55.067Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
292 | 2024-12-13T20:46:55.354Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
293 | 2024-12-13T20:46:55.648Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
294 | 2024-12-13T20:46:55.962Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
295 | 2024-12-13T20:46:56.221Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
296 | 2024-12-13T20:46:56.561Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
297 | 2024-12-13T20:46:56.885Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
298 | 2024-12-13T20:46:57.336Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
299 | 2024-12-13T20:46:57.696Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
300 | 2024-12-13T20:46:58.058Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
301 | 2024-12-13T20:46:58.443Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
302 | 2024-12-13T20:46:58.760Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
303 | 2024-12-13T20:46:59.115Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
304 | 2024-12-13T20:46:59.344Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
305 | 2024-12-13T20:47:00.705Z | Downloading crates ... |
306 | 2024-12-13T20:47:00.774Z | Downloaded anstyle-parse v0.2.5 |
307 | 2024-12-13T20:47:00.783Z | Downloaded anyhow v1.0.93 |
308 | 2024-12-13T20:47:00.787Z | Downloaded anstyle-query v1.1.1 |
309 | 2024-12-13T20:47:00.790Z | Downloaded anstyle v1.0.10 |
310 | 2024-12-13T20:47:00.791Z | Downloaded anstream v0.6.15 |
311 | 2024-12-13T20:47:00.846Z | Downloaded autocfg v1.4.0 |
312 | 2024-12-13T20:47:00.849Z | Downloaded cfg-if v1.0.0 |
313 | 2024-12-13T20:47:00.855Z | Downloaded cargo_toml v0.20.5 |
314 | 2024-12-13T20:47:00.858Z | Downloaded equivalent v1.0.1 |
315 | 2024-12-13T20:47:00.858Z | Downloaded clap v4.5.21 |
316 | 2024-12-13T20:47:00.866Z | Downloaded dtrace-parser v0.2.0 |
317 | 2024-12-13T20:47:00.869Z | Downloaded camino v1.1.9 |
318 | 2024-12-13T20:47:00.873Z | Downloaded bytecount v0.6.8 |
319 | 2024-12-13T20:47:00.876Z | Downloaded errno v0.3.9 |
320 | 2024-12-13T20:47:00.879Z | Downloaded cpufeatures v0.2.14 |
321 | 2024-12-13T20:47:00.882Z | Downloaded byteorder v1.5.0 |
322 | 2024-12-13T20:47:00.885Z | Downloaded generic-array v0.14.7 |
323 | 2024-12-13T20:47:00.888Z | Downloaded cargo_metadata v0.18.1 |
324 | 2024-12-13T20:47:00.888Z | Downloaded digest v0.10.7 |
325 | 2024-12-13T20:47:00.892Z | Downloaded crypto-common v0.1.6 |
326 | 2024-12-13T20:47:00.892Z | Downloaded colorchoice v1.0.2 |
327 | 2024-12-13T20:47:00.892Z | Downloaded clap_lex v0.7.2 |
328 | 2024-12-13T20:47:00.895Z | Downloaded is_terminal_polyfill v1.70.1 |
329 | 2024-12-13T20:47:00.895Z | Downloaded fs-err v2.11.0 |
330 | 2024-12-13T20:47:00.899Z | Downloaded heck v0.5.0 |
331 | 2024-12-13T20:47:00.899Z | Downloaded heck v0.4.1 |
332 | 2024-12-13T20:47:00.899Z | Downloaded cargo-platform v0.1.8 |
333 | 2024-12-13T20:47:00.903Z | Downloaded block-buffer v0.10.4 |
334 | 2024-12-13T20:47:00.903Z | Downloaded fastrand v2.1.1 |
335 | 2024-12-13T20:47:00.910Z | Downloaded pretty-hex v0.4.1 |
336 | 2024-12-13T20:47:00.913Z | Downloaded swrite v0.1.0 |
337 | 2024-12-13T20:47:00.920Z | Downloaded usdt-attr-macro v0.5.0 |
338 | 2024-12-13T20:47:00.922Z | Downloaded camino-tempfile v1.1.1 |
339 | 2024-12-13T20:47:00.927Z | Downloaded clap_derive v4.5.18 |
340 | 2024-12-13T20:47:00.930Z | Downloaded itoa v1.0.11 |
341 | 2024-12-13T20:47:00.930Z | Downloaded scroll_derive v0.12.0 |
342 | 2024-12-13T20:47:00.933Z | Downloaded fnv v1.0.7 |
343 | 2024-12-13T20:47:00.936Z | Downloaded plain v0.2.3 |
344 | 2024-12-13T20:47:00.939Z | Downloaded macaddr v1.0.1 |
345 | 2024-12-13T20:47:00.939Z | Downloaded proc-macro-error-attr v1.0.4 |
346 | 2024-12-13T20:47:00.942Z | Downloaded pest_generator v2.7.14 |
347 | 2024-12-13T20:47:00.945Z | Downloaded once_cell v1.20.2 |
348 | 2024-12-13T20:47:00.948Z | Downloaded toml_datetime v0.6.8 |
349 | 2024-12-13T20:47:00.948Z | Downloaded usdt-macro v0.5.0 |
350 | 2024-12-13T20:47:00.951Z | Downloaded strsim v0.11.1 |
351 | 2024-12-13T20:47:00.951Z | Downloaded pest_derive v2.7.14 |
352 | 2024-12-13T20:47:00.954Z | Downloaded smawk v0.3.2 |
353 | 2024-12-13T20:47:00.957Z | Downloaded thiserror v1.0.69 |
354 | 2024-12-13T20:47:00.960Z | Downloaded unicode-linebreak v0.1.5 |
355 | 2024-12-13T20:47:00.963Z | Downloaded thiserror-impl v1.0.69 |
356 | 2024-12-13T20:47:00.963Z | Downloaded terminal_size v0.4.0 |
357 | 2024-12-13T20:47:00.966Z | Downloaded tabled_derive v0.7.0 |
358 | 2024-12-13T20:47:00.966Z | Downloaded memmap v0.7.0 |
359 | 2024-12-13T20:47:00.969Z | Downloaded version_check v0.9.5 |
360 | 2024-12-13T20:47:00.969Z | Downloaded usdt v0.5.0 |
361 | 2024-12-13T20:47:00.969Z | Downloaded thread-id v4.2.2 |
362 | 2024-12-13T20:47:00.971Z | Downloaded serde_tokenstream v0.2.2 |
363 | 2024-12-13T20:47:00.971Z | Downloaded serde_spanned v0.6.8 |
364 | 2024-12-13T20:47:00.975Z | Downloaded utf8parse v0.2.2 |
365 | 2024-12-13T20:47:00.975Z | Downloaded dof v0.3.0 |
366 | 2024-12-13T20:47:00.982Z | Downloaded usdt-impl v0.5.0 |
367 | 2024-12-13T20:47:00.985Z | Downloaded proc-macro-error v1.0.4 |
368 | 2024-12-13T20:47:00.990Z | Downloaded bitflags v2.6.0 |
369 | 2024-12-13T20:47:00.997Z | Downloaded tempfile v3.13.0 |
370 | 2024-12-13T20:47:01.002Z | Downloaded sha2 v0.10.8 |
371 | 2024-12-13T20:47:01.002Z | Downloaded scroll v0.12.0 |
372 | 2024-12-13T20:47:01.002Z | Downloaded log v0.4.22 |
373 | 2024-12-13T20:47:01.004Z | Downloaded semver v1.0.23 |
374 | 2024-12-13T20:47:01.004Z | Downloaded quote v1.0.37 |
375 | 2024-12-13T20:47:01.010Z | Downloaded zerocopy-derive v0.7.35 |
376 | 2024-12-13T20:47:01.015Z | Downloaded papergrid v0.11.0 |
377 | 2024-12-13T20:47:01.020Z | Downloaded proc-macro2 v1.0.89 |
378 | 2024-12-13T20:47:01.023Z | Downloaded toml v0.8.19 |
379 | 2024-12-13T20:47:01.026Z | Downloaded ryu v1.0.18 |
380 | 2024-12-13T20:47:01.029Z | Downloaded unicode-ident v1.0.13 |
381 | 2024-12-13T20:47:01.032Z | Downloaded ucd-trie v0.1.7 |
382 | 2024-12-13T20:47:01.035Z | Downloaded typenum v1.17.0 |
383 | 2024-12-13T20:47:01.035Z | Downloaded serde_derive v1.0.215 |
384 | 2024-12-13T20:47:01.040Z | Downloaded textwrap v0.16.1 |
385 | 2024-12-13T20:47:01.044Z | Downloaded pest_meta v2.7.14 |
386 | 2024-12-13T20:47:01.058Z | Downloaded indexmap v2.6.0 |
387 | 2024-12-13T20:47:01.065Z | Downloaded memchr v2.7.4 |
388 | 2024-12-13T20:47:01.086Z | Downloaded toml_edit v0.22.22 |
389 | 2024-12-13T20:47:01.107Z | Downloaded serde v1.0.215 |
390 | 2024-12-13T20:47:01.132Z | Downloaded pest v2.7.14 |
391 | 2024-12-13T20:47:01.137Z | Downloaded hashbrown v0.15.1 |
392 | 2024-12-13T20:47:01.142Z | Downloaded zerocopy v0.7.35 |
393 | 2024-12-13T20:47:01.154Z | Downloaded goblin v0.8.2 |
394 | 2024-12-13T20:47:01.160Z | Downloaded winnow v0.6.20 |
395 | 2024-12-13T20:47:01.169Z | Downloaded serde_json v1.0.132 |
396 | 2024-12-13T20:47:01.176Z | Downloaded tabled v0.15.0 |
397 | 2024-12-13T20:47:01.191Z | Downloaded clap_builder v4.5.21 |
398 | 2024-12-13T20:47:01.196Z | Downloaded syn v2.0.87 |
399 | 2024-12-13T20:47:01.206Z | Downloaded syn v1.0.109 |
400 | 2024-12-13T20:47:01.216Z | Downloaded unicode-width v0.1.14 |
401 | 2024-12-13T20:47:01.221Z | Downloaded rustix v0.38.37 |
402 | 2024-12-13T20:47:01.270Z | Downloaded libc v0.2.162 |
403 | 2024-12-13T20:47:01.577Z | Compiling proc-macro2 v1.0.89 |
404 | 2024-12-13T20:47:01.577Z | Compiling unicode-ident v1.0.13 |
405 | 2024-12-13T20:47:01.577Z | Compiling serde v1.0.215 |
406 | 2024-12-13T20:47:01.580Z | Compiling version_check v0.9.5 |
407 | 2024-12-13T20:47:01.580Z | Compiling thiserror v1.0.69 |
408 | 2024-12-13T20:47:01.580Z | Compiling memchr v2.7.4 |
409 | 2024-12-13T20:47:01.580Z | Compiling libc v0.2.162 |
410 | 2024-12-13T20:47:01.613Z | Compiling ryu v1.0.18 |
411 | 2024-12-13T20:47:01.832Z | Compiling itoa v1.0.11 |
412 | 2024-12-13T20:47:02.015Z | Compiling ucd-trie v0.1.7 |
413 | 2024-12-13T20:47:02.337Z | Compiling once_cell v1.20.2 |
414 | 2024-12-13T20:47:02.435Z | Compiling byteorder v1.5.0 |
415 | 2024-12-13T20:47:02.628Z | Compiling rustix v0.38.37 |
416 | 2024-12-13T20:47:02.653Z | Compiling serde_json v1.0.132 |
417 | 2024-12-13T20:47:02.930Z | Compiling bitflags v2.6.0 |
418 | 2024-12-13T20:47:03.059Z | Compiling proc-macro-error-attr v1.0.4 |
419 | 2024-12-13T20:47:03.175Z | Compiling usdt-impl v0.5.0 |
420 | 2024-12-13T20:47:03.337Z | Compiling syn v1.0.109 |
421 | 2024-12-13T20:47:03.466Z | Compiling proc-macro-error v1.0.4 |
422 | 2024-12-13T20:47:03.517Z | Compiling equivalent v1.0.1 |
423 | 2024-12-13T20:47:03.574Z | Compiling quote v1.0.37 |
424 | 2024-12-13T20:47:03.629Z | Compiling plain v0.2.3 |
425 | 2024-12-13T20:47:03.691Z | Compiling hashbrown v0.15.1 |
426 | 2024-12-13T20:47:03.769Z | Compiling camino v1.1.9 |
427 | 2024-12-13T20:47:03.810Z | Compiling log v0.4.22 |
428 | 2024-12-13T20:47:03.959Z | Compiling syn v2.0.87 |
429 | 2024-12-13T20:47:04.142Z | Compiling errno v0.3.9 |
430 | 2024-12-13T20:47:04.329Z | Compiling utf8parse v0.2.2 |
431 | 2024-12-13T20:47:04.371Z | Compiling thread-id v4.2.2 |
432 | 2024-12-13T20:47:04.489Z | Compiling anstyle-parse v0.2.5 |
433 | 2024-12-13T20:47:04.661Z | Compiling colorchoice v1.0.2 |
434 | 2024-12-13T20:47:04.826Z | Compiling pretty-hex v0.4.1 |
435 | 2024-12-13T20:47:04.853Z | Compiling anstyle v1.0.10 |
436 | 2024-12-13T20:47:04.892Z | Compiling indexmap v2.6.0 |
437 | 2024-12-13T20:47:04.969Z | Compiling unicode-width v0.1.14 |
438 | 2024-12-13T20:47:05.043Z | Compiling is_terminal_polyfill v1.70.1 |
439 | 2024-12-13T20:47:05.182Z | Compiling winnow v0.6.20 |
440 | 2024-12-13T20:47:05.297Z | Compiling semver v1.0.23 |
441 | 2024-12-13T20:47:05.387Z | Compiling anstyle-query v1.1.1 |
442 | 2024-12-13T20:47:05.515Z | Compiling autocfg v1.4.0 |
443 | 2024-12-13T20:47:05.557Z | Compiling anstream v0.6.15 |
444 | 2024-12-13T20:47:06.218Z | Compiling fastrand v2.1.1 |
445 | 2024-12-13T20:47:06.345Z | Compiling anyhow v1.0.93 |
446 | 2024-12-13T20:47:06.704Z | Compiling fs-err v2.11.0 |
447 | 2024-12-13T20:47:06.728Z | Compiling terminal_size v0.4.0 |
448 | 2024-12-13T20:47:06.764Z | Compiling bytecount v0.6.8 |
449 | 2024-12-13T20:47:06.960Z | Compiling heck v0.5.0 |
450 | 2024-12-13T20:47:06.987Z | Compiling heck v0.4.1 |
451 | 2024-12-13T20:47:06.990Z | Compiling fnv v1.0.7 |
452 | 2024-12-13T20:47:06.990Z | Compiling cfg-if v1.0.0 |
453 | 2024-12-13T20:47:07.139Z | Compiling clap_lex v0.7.2 |
454 | 2024-12-13T20:47:07.165Z | Compiling strsim v0.11.1 |
455 | 2024-12-13T20:47:07.476Z | Compiling tempfile v3.13.0 |
456 | 2024-12-13T20:47:07.503Z | Compiling papergrid v0.11.0 |
457 | 2024-12-13T20:47:07.692Z | Compiling clap_builder v4.5.21 |
458 | 2024-12-13T20:47:08.161Z | Compiling memmap v0.7.0 |
459 | 2024-12-13T20:47:08.407Z | Compiling unicode-linebreak v0.1.5 |
460 | 2024-12-13T20:47:08.519Z | Compiling smawk v0.3.2 |
461 | 2024-12-13T20:47:08.914Z | Compiling textwrap v0.16.1 |
462 | 2024-12-13T20:47:09.091Z | Compiling swrite v0.1.0 |
463 | 2024-12-13T20:47:10.250Z | Compiling tabled_derive v0.7.0 |
464 | 2024-12-13T20:47:11.713Z | Compiling tabled v0.15.0 |
465 | 2024-12-13T20:47:13.052Z | Compiling serde_derive v1.0.215 |
466 | 2024-12-13T20:47:13.056Z | Compiling thiserror-impl v1.0.69 |
467 | 2024-12-13T20:47:13.056Z | Compiling zerocopy-derive v0.7.35 |
468 | 2024-12-13T20:47:13.139Z | Compiling scroll_derive v0.12.0 |
469 | 2024-12-13T20:47:13.207Z | Compiling clap_derive v4.5.18 |
470 | 2024-12-13T20:47:14.520Z | Compiling scroll v0.12.0 |
471 | 2024-12-13T20:47:14.997Z | Compiling goblin v0.8.2 |
472 | 2024-12-13T20:47:15.023Z | Compiling zerocopy v0.7.35 |
473 | 2024-12-13T20:47:15.662Z | Compiling pest v2.7.14 |
474 | 2024-12-13T20:47:16.786Z | Compiling clap v4.5.21 |
475 | 2024-12-13T20:47:18.106Z | Compiling pest_meta v2.7.14 |
476 | 2024-12-13T20:47:18.961Z | Compiling pest_generator v2.7.14 |
477 | 2024-12-13T20:47:20.842Z | Compiling pest_derive v2.7.14 |
478 | 2024-12-13T20:47:21.614Z | Compiling dtrace-parser v0.2.0 |
479 | 2024-12-13T20:47:23.342Z | Compiling toml_datetime v0.6.8 |
480 | 2024-12-13T20:47:23.342Z | Compiling serde_spanned v0.6.8 |
481 | 2024-12-13T20:47:23.347Z | Compiling cargo-platform v0.1.8 |
482 | 2024-12-13T20:47:23.729Z | Compiling serde_tokenstream v0.2.2 |
483 | 2024-12-13T20:47:23.917Z | Compiling toml_edit v0.22.22 |
484 | 2024-12-13T20:47:23.946Z | Compiling macaddr v1.0.1 |
485 | 2024-12-13T20:47:24.021Z | Compiling camino-tempfile v1.1.1 |
486 | 2024-12-13T20:47:24.888Z | Compiling dof v0.3.0 |
487 | 2024-12-13T20:47:24.888Z | Compiling cargo_metadata v0.18.1 |
488 | 2024-12-13T20:47:26.661Z | Compiling toml v0.8.19 |
489 | 2024-12-13T20:47:26.908Z | Compiling usdt-attr-macro v0.5.0 |
490 | 2024-12-13T20:47:26.908Z | Compiling usdt-macro v0.5.0 |
491 | 2024-12-13T20:47:27.473Z | Compiling cargo_toml v0.20.5 |
492 | 2024-12-13T20:47:28.416Z | Compiling usdt v0.5.0 |
493 | 2024-12-13T20:47:31.150Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
494 | 2024-12-13T20:47:35.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.71s |
495 | 2024-12-13T20:47:35.655Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
496 | 2024-12-13T20:47:36.195Z | Downloading crates ... |
497 | 2024-12-13T20:47:36.316Z | Downloaded allocator-api2 v0.2.18 |
498 | 2024-12-13T20:47:36.331Z | Downloaded async-stream-impl v0.3.6 |
499 | 2024-12-13T20:47:36.336Z | Downloaded crunchy v0.2.2 |
500 | 2024-12-13T20:47:36.338Z | Downloaded cfg_aliases v0.2.1 |
501 | 2024-12-13T20:47:36.343Z | Downloaded atomicwrites v0.4.4 |
502 | 2024-12-13T20:47:36.347Z | Downloaded hex v0.4.3 |
503 | 2024-12-13T20:47:36.352Z | Downloaded atty v0.2.14 |
504 | 2024-12-13T20:47:36.354Z | Downloaded hex-literal v0.4.1 |
505 | 2024-12-13T20:47:36.357Z | Downloaded ciborium-io v0.2.2 |
506 | 2024-12-13T20:47:36.357Z | Downloaded cstr-argument v0.1.2 |
507 | 2024-12-13T20:47:36.357Z | Downloaded icu_properties v1.5.1 |
508 | 2024-12-13T20:47:36.360Z | Downloaded hubpack v0.1.2 |
509 | 2024-12-13T20:47:36.363Z | Downloaded cfg_aliases v0.1.1 |
510 | 2024-12-13T20:47:36.365Z | Downloaded crucible-workspace-hack v0.1.0 |
511 | 2024-12-13T20:47:36.368Z | Downloaded headers-core v0.3.0 |
512 | 2024-12-13T20:47:36.368Z | Downloaded base16ct v0.2.0 |
513 | 2024-12-13T20:47:36.368Z | Downloaded icu_provider_macros v1.5.0 |
514 | 2024-12-13T20:47:36.371Z | Downloaded arrayref v0.3.9 |
515 | 2024-12-13T20:47:36.371Z | Downloaded http-body v1.0.1 |
516 | 2024-12-13T20:47:36.380Z | Downloaded array-init v0.0.4 |
517 | 2024-12-13T20:47:36.383Z | Downloaded instant v0.1.13 |
518 | 2024-12-13T20:47:36.383Z | Downloaded block-padding v0.3.3 |
519 | 2024-12-13T20:47:36.383Z | Downloaded async-recursion v1.1.1 |
520 | 2024-12-13T20:47:36.383Z | Downloaded aead v0.5.2 |
521 | 2024-12-13T20:47:36.383Z | Downloaded bit-vec v0.6.3 |
522 | 2024-12-13T20:47:36.385Z | Downloaded matches v0.1.10 |
523 | 2024-12-13T20:47:36.385Z | Downloaded ascii-canvas v3.0.0 |
524 | 2024-12-13T20:47:36.385Z | Downloaded hubpack_derive v0.1.1 |
525 | 2024-12-13T20:47:36.389Z | Downloaded match_cfg v0.1.0 |
526 | 2024-12-13T20:47:36.389Z | Downloaded http-range v0.1.5 |
527 | 2024-12-13T20:47:36.389Z | Downloaded bcrypt-pbkdf v0.10.0 |
528 | 2024-12-13T20:47:36.392Z | Downloaded blowfish v0.9.1 |
529 | 2024-12-13T20:47:36.392Z | Downloaded argon2 v0.5.3 |
530 | 2024-12-13T20:47:36.394Z | Downloaded bit-set v0.5.3 |
531 | 2024-12-13T20:47:36.397Z | Downloaded mirai-annotations v1.12.0 |
532 | 2024-12-13T20:47:36.397Z | Downloaded convert_case v0.4.0 |
533 | 2024-12-13T20:47:36.399Z | Downloaded bb8 v0.8.5 |
534 | 2024-12-13T20:47:36.399Z | Downloaded constant_time_eq v0.3.1 |
535 | 2024-12-13T20:47:36.402Z | Downloaded bitflags v1.3.2 |
536 | 2024-12-13T20:47:36.404Z | Downloaded crc-catalog v2.4.0 |
537 | 2024-12-13T20:47:36.407Z | Downloaded bitfield-struct v0.6.2 |
538 | 2024-12-13T20:47:36.407Z | Downloaded bitfield v0.14.0 |
539 | 2024-12-13T20:47:36.410Z | Downloaded chrono-tz-build v0.4.0 |
540 | 2024-12-13T20:47:36.410Z | Downloaded castaway v0.2.3 |
541 | 2024-12-13T20:47:36.416Z | Downloaded is_ci v1.2.0 |
542 | 2024-12-13T20:47:36.416Z | Downloaded async-stream v0.3.6 |
543 | 2024-12-13T20:47:36.416Z | Downloaded russh-cryptovec v0.7.3 |
544 | 2024-12-13T20:47:36.416Z | Downloaded md5 v0.7.0 |
545 | 2024-12-13T20:47:36.416Z | Downloaded cexpr v0.6.0 |
546 | 2024-12-13T20:47:36.419Z | Downloaded curve25519-dalek-derive v0.1.1 |
547 | 2024-12-13T20:47:36.419Z | Downloaded ctr v0.9.2 |
548 | 2024-12-13T20:47:36.421Z | Downloaded indoc v1.0.9 |
549 | 2024-12-13T20:47:36.426Z | Downloaded impl-trait-for-tuples v0.2.2 |
550 | 2024-12-13T20:47:36.430Z | Downloaded home v0.5.9 |
551 | 2024-12-13T20:47:36.430Z | Downloaded cobs v0.2.3 |
552 | 2024-12-13T20:47:36.430Z | Downloaded libefi-sys v0.1.0 |
553 | 2024-12-13T20:47:36.435Z | Downloaded is-terminal v0.4.13 |
554 | 2024-12-13T20:47:36.435Z | Downloaded http-body-util v0.1.2 |
555 | 2024-12-13T20:47:36.439Z | Downloaded colored v2.1.0 |
556 | 2024-12-13T20:47:36.439Z | Downloaded arrayvec v0.7.6 |
557 | 2024-12-13T20:47:36.441Z | Downloaded md-5 v0.10.6 |
558 | 2024-12-13T20:47:36.441Z | Downloaded async-bb8-diesel v0.2.1 |
559 | 2024-12-13T20:47:36.444Z | Downloaded mockall v0.13.0 |
560 | 2024-12-13T20:47:36.446Z | Downloaded kstat-rs v0.2.4 |
561 | 2024-12-13T20:47:36.446Z | Downloaded humantime v2.1.0 |
562 | 2024-12-13T20:47:36.449Z | Downloaded maplit v1.0.2 |
563 | 2024-12-13T20:47:36.449Z | Downloaded managed v0.8.0 |
564 | 2024-12-13T20:47:36.452Z | Downloaded hostname v0.3.1 |
565 | 2024-12-13T20:47:36.455Z | Downloaded bzip2 v0.4.4 |
566 | 2024-12-13T20:47:36.455Z | Downloaded cbc v0.1.2 |
567 | 2024-12-13T20:47:36.458Z | Downloaded base64ct v1.6.0 |
568 | 2024-12-13T20:47:36.464Z | Downloaded memoffset v0.9.1 |
569 | 2024-12-13T20:47:36.464Z | Downloaded maybe-uninit v2.0.0 |
570 | 2024-12-13T20:47:36.464Z | Downloaded lockfree-object-pool v0.1.6 |
571 | 2024-12-13T20:47:36.464Z | Downloaded inout v0.1.3 |
572 | 2024-12-13T20:47:36.466Z | Downloaded console v0.15.8 |
573 | 2024-12-13T20:47:36.469Z | Downloaded hickory-client v0.24.1 |
574 | 2024-12-13T20:47:36.471Z | Downloaded lru-cache v0.1.2 |
575 | 2024-12-13T20:47:36.474Z | Downloaded csv-core v0.1.11 |
576 | 2024-12-13T20:47:36.476Z | Downloaded const_format_proc_macros v0.2.33 |
577 | 2024-12-13T20:47:36.478Z | Downloaded lalrpop-util v0.19.12 |
578 | 2024-12-13T20:47:36.478Z | Downloaded signal-hook-tokio v0.3.1 |
579 | 2024-12-13T20:47:36.481Z | Downloaded libsw v3.3.1 |
580 | 2024-12-13T20:47:36.481Z | Downloaded try-lock v0.2.5 |
581 | 2024-12-13T20:47:36.485Z | Downloaded ipnetwork v0.20.0 |
582 | 2024-12-13T20:47:36.485Z | Downloaded instability v0.3.2 |
583 | 2024-12-13T20:47:36.488Z | Downloaded structmeta-derive v0.2.0 |
584 | 2024-12-13T20:47:36.488Z | Downloaded ipnet v2.10.1 |
585 | 2024-12-13T20:47:36.491Z | Downloaded ref-cast-impl v1.0.23 |
586 | 2024-12-13T20:47:36.491Z | Downloaded blake2 v0.10.6 |
587 | 2024-12-13T20:47:36.494Z | Downloaded rand_chacha v0.3.1 |
588 | 2024-12-13T20:47:36.494Z | Downloaded internet-checksum v0.2.1 |
589 | 2024-12-13T20:47:36.497Z | Downloaded lru v0.12.5 |
590 | 2024-12-13T20:47:36.497Z | Downloaded bcs v0.1.6 |
591 | 2024-12-13T20:47:36.499Z | Downloaded adler2 v2.0.0 |
592 | 2024-12-13T20:47:36.504Z | Downloaded cookie_store v0.21.0 |
593 | 2024-12-13T20:47:36.504Z | Downloaded ciborium-ll v0.2.2 |
594 | 2024-12-13T20:47:36.504Z | Downloaded litemap v0.7.3 |
595 | 2024-12-13T20:47:36.506Z | Downloaded highway v1.2.0 |
596 | 2024-12-13T20:47:36.509Z | Downloaded crossbeam-utils v0.8.20 |
597 | 2024-12-13T20:47:36.512Z | Downloaded lazy_static v1.5.0 |
598 | 2024-12-13T20:47:36.515Z | Downloaded jobserver v0.1.32 |
599 | 2024-12-13T20:47:36.519Z | Downloaded mime_guess v2.0.5 |
600 | 2024-12-13T20:47:36.519Z | Downloaded memmap2 v0.9.5 |
601 | 2024-12-13T20:47:36.521Z | Downloaded lock_api v0.4.12 |
602 | 2024-12-13T20:47:36.524Z | Downloaded idna_adapter v1.2.0 |
603 | 2024-12-13T20:47:36.524Z | Downloaded httparse v1.9.5 |
604 | 2024-12-13T20:47:36.527Z | Downloaded zone_cfg_derive v0.3.0 |
605 | 2024-12-13T20:47:36.527Z | Downloaded zone_cfg_derive v0.1.2 |
606 | 2024-12-13T20:47:36.530Z | Downloaded smf v0.2.3 |
607 | 2024-12-13T20:47:36.530Z | Downloaded signal-hook-registry v1.4.2 |
608 | 2024-12-13T20:47:36.535Z | Downloaded serde-hex v0.1.0 |
609 | 2024-12-13T20:47:36.536Z | Downloaded yoke-derive v0.7.4 |
610 | 2024-12-13T20:47:36.536Z | Downloaded string_cache v0.8.7 |
611 | 2024-12-13T20:47:36.539Z | Downloaded derive_builder_macro v0.20.2 |
612 | 2024-12-13T20:47:36.539Z | Downloaded mime v0.3.17 |
613 | 2024-12-13T20:47:36.539Z | Downloaded endian-type v0.1.2 |
614 | 2024-12-13T20:47:36.539Z | Downloaded iana-time-zone v0.1.61 |
615 | 2024-12-13T20:47:36.542Z | Downloaded hyper-staticfile v0.10.1 |
616 | 2024-12-13T20:47:36.545Z | Downloaded tls_codec_derive v0.4.1 |
617 | 2024-12-13T20:47:36.545Z | Downloaded crossbeam-epoch v0.9.18 |
618 | 2024-12-13T20:47:36.547Z | Downloaded tokio-native-tls v0.3.1 |
619 | 2024-12-13T20:47:36.550Z | Downloaded pretty-hex v0.2.1 |
620 | 2024-12-13T20:47:36.552Z | Downloaded path-slash v0.1.5 |
621 | 2024-12-13T20:47:36.553Z | Downloaded tokio-macros v2.4.0 |
622 | 2024-12-13T20:47:36.560Z | Downloaded slog-bunyan v2.5.0 |
623 | 2024-12-13T20:47:36.560Z | Downloaded arc-swap v1.7.1 |
624 | 2024-12-13T20:47:36.563Z | Downloaded tinystr v0.7.6 |
625 | 2024-12-13T20:47:36.563Z | Downloaded supports-color v3.0.1 |
626 | 2024-12-13T20:47:36.563Z | Downloaded chacha20poly1305 v0.10.1 |
627 | 2024-12-13T20:47:36.568Z | Downloaded icu_locid_transform_data v1.5.0 |
628 | 2024-12-13T20:47:36.572Z | Downloaded bytes v1.8.0 |
629 | 2024-12-13T20:47:36.572Z | Downloaded number_prefix v0.4.0 |
630 | 2024-12-13T20:47:36.572Z | Downloaded icu_normalizer_data v1.5.0 |
631 | 2024-12-13T20:47:36.575Z | Downloaded twox-hash v1.6.3 |
632 | 2024-12-13T20:47:36.584Z | Downloaded icu_normalizer v1.5.0 |
633 | 2024-12-13T20:47:36.595Z | Downloaded untrusted v0.9.0 |
634 | 2024-12-13T20:47:36.595Z | Downloaded termios v0.3.3 |
635 | 2024-12-13T20:47:36.595Z | Downloaded smallvec v1.13.2 |
636 | 2024-12-13T20:47:36.595Z | Downloaded zone v0.3.0 |
637 | 2024-12-13T20:47:36.595Z | Downloaded zone v0.1.8 |
638 | 2024-12-13T20:47:36.616Z | Downloaded serde_derive_internals v0.29.1 |
639 | 2024-12-13T20:47:36.616Z | Downloaded schemars_derive v0.8.21 |
640 | 2024-12-13T20:47:36.617Z | Downloaded miniz_oxide v0.8.0 |
641 | 2024-12-13T20:47:36.617Z | Downloaded foreign-types v0.5.0 |
642 | 2024-12-13T20:47:36.617Z | Downloaded env_filter v0.1.2 |
643 | 2024-12-13T20:47:36.617Z | Downloaded glob v0.3.1 |
644 | 2024-12-13T20:47:36.617Z | Downloaded enum-as-inner v0.6.1 |
645 | 2024-12-13T20:47:36.617Z | Downloaded backtrace v0.3.74 |
646 | 2024-12-13T20:47:36.651Z | Downloaded dyn-clone v1.0.17 |
647 | 2024-12-13T20:47:36.651Z | Downloaded cc v1.1.30 |
648 | 2024-12-13T20:47:36.651Z | Downloaded funty v2.0.0 |
649 | 2024-12-13T20:47:36.651Z | Downloaded fragile v2.0.0 |
650 | 2024-12-13T20:47:36.651Z | Downloaded sqlparser_derive v0.2.2 |
651 | 2024-12-13T20:47:36.651Z | Downloaded nibble_vec v0.1.0 |
652 | 2024-12-13T20:47:36.651Z | Downloaded tinyvec_macros v0.1.1 |
653 | 2024-12-13T20:47:36.652Z | Downloaded darling_macro v0.20.10 |
654 | 2024-12-13T20:47:36.652Z | Downloaded toolchain_find v0.4.0 |
655 | 2024-12-13T20:47:36.652Z | Downloaded typify v0.2.0 |
656 | 2024-12-13T20:47:36.652Z | Downloaded take_mut v0.2.2 |
657 | 2024-12-13T20:47:36.652Z | Downloaded r2d2 v0.8.10 |
658 | 2024-12-13T20:47:36.652Z | Downloaded predicates-core v1.0.8 |
659 | 2024-12-13T20:47:36.652Z | Downloaded pin-utils v0.1.0 |
660 | 2024-12-13T20:47:36.686Z | Downloaded radium v0.7.0 |
661 | 2024-12-13T20:47:36.686Z | Downloaded pbkdf2 v0.12.2 |
662 | 2024-12-13T20:47:36.686Z | Downloaded yoke v0.7.4 |
663 | 2024-12-13T20:47:36.686Z | Downloaded pbkdf2 v0.11.0 |
664 | 2024-12-13T20:47:36.686Z | Downloaded paste v1.0.15 |
665 | 2024-12-13T20:47:36.686Z | Downloaded quinn-udp v0.5.5 |
666 | 2024-12-13T20:47:36.686Z | Downloaded filetime v0.2.25 |
667 | 2024-12-13T20:47:36.686Z | Downloaded const_format v0.2.33 |
668 | 2024-12-13T20:47:36.686Z | Downloaded slog-dtrace v0.3.0 |
669 | 2024-12-13T20:47:36.686Z | Downloaded shell-words v1.1.0 |
670 | 2024-12-13T20:47:36.686Z | Downloaded predicates-tree v1.0.11 |
671 | 2024-12-13T20:47:36.686Z | Downloaded hmac v0.12.1 |
672 | 2024-12-13T20:47:36.686Z | Downloaded indicatif v0.17.9 |
673 | 2024-12-13T20:47:36.706Z | Downloaded bumpalo v3.16.0 |
674 | 2024-12-13T20:47:36.706Z | Downloaded diesel_table_macro_syntax v0.2.0 |
675 | 2024-12-13T20:47:36.707Z | Downloaded base64 v0.22.1 |
676 | 2024-12-13T20:47:36.707Z | Downloaded which v4.4.2 |
677 | 2024-12-13T20:47:36.707Z | Downloaded crypto-bigint v0.5.5 |
678 | 2024-12-13T20:47:36.707Z | Downloaded peg-runtime v0.8.3 |
679 | 2024-12-13T20:47:36.707Z | Downloaded stringprep v0.1.5 |
680 | 2024-12-13T20:47:36.707Z | Downloaded tabwriter v1.4.0 |
681 | 2024-12-13T20:47:36.707Z | Downloaded synstructure v0.13.1 |
682 | 2024-12-13T20:47:36.707Z | Downloaded shlex v1.3.0 |
683 | 2024-12-13T20:47:36.708Z | Downloaded smallvec v0.6.14 |
684 | 2024-12-13T20:47:36.708Z | Downloaded env_logger v0.10.2 |
685 | 2024-12-13T20:47:36.708Z | Downloaded wyz v0.5.1 |
686 | 2024-12-13T20:47:36.708Z | Downloaded fs_extra v1.3.0 |
687 | 2024-12-13T20:47:36.708Z | Downloaded num-conv v0.1.0 |
688 | 2024-12-13T20:47:36.708Z | Downloaded xattr v1.3.1 |
689 | 2024-12-13T20:47:36.709Z | Downloaded fixedbitset v0.4.2 |
690 | 2024-12-13T20:47:36.709Z | Downloaded progenitor-client v0.8.0 |
691 | 2024-12-13T20:47:36.709Z | Downloaded indexmap v1.9.3 |
692 | 2024-12-13T20:47:36.724Z | Downloaded sigpipe v0.1.3 |
693 | 2024-12-13T20:47:36.724Z | Downloaded derive_builder_core v0.20.2 |
694 | 2024-12-13T20:47:36.724Z | Downloaded unicode-xid v0.2.6 |
695 | 2024-12-13T20:47:36.724Z | Downloaded tls_codec v0.4.1 |
696 | 2024-12-13T20:47:36.724Z | Downloaded futures-core v0.3.31 |
697 | 2024-12-13T20:47:36.724Z | Downloaded parking_lot_core v0.8.6 |
698 | 2024-12-13T20:47:36.724Z | Downloaded strip-ansi-escapes v0.2.0 |
699 | 2024-12-13T20:47:36.724Z | Downloaded zerocopy v0.6.6 |
700 | 2024-12-13T20:47:36.758Z | Downloaded pkcs1 v0.7.5 |
701 | 2024-12-13T20:47:36.758Z | Downloaded ecdsa v0.16.9 |
702 | 2024-12-13T20:47:36.758Z | Downloaded des v0.8.1 |
703 | 2024-12-13T20:47:36.758Z | Downloaded zerofrom v0.1.4 |
704 | 2024-12-13T20:47:36.758Z | Downloaded sync_wrapper v1.0.1 |
705 | 2024-12-13T20:47:36.758Z | Downloaded sync-ptr v0.1.1 |
706 | 2024-12-13T20:47:36.758Z | Downloaded strum v0.26.3 |
707 | 2024-12-13T20:47:36.774Z | Downloaded qorb v0.2.1 |
708 | 2024-12-13T20:47:36.774Z | Downloaded ff v0.13.0 |
709 | 2024-12-13T20:47:36.774Z | Downloaded tokio-tungstenite v0.24.0 |
710 | 2024-12-13T20:47:36.774Z | Downloaded vte v0.11.1 |
711 | 2024-12-13T20:47:36.774Z | Downloaded schemars v0.8.21 |
712 | 2024-12-13T20:47:36.774Z | Downloaded foreign-types v0.3.2 |
713 | 2024-12-13T20:47:36.775Z | Downloaded num-iter v0.1.45 |
714 | 2024-12-13T20:47:36.775Z | Downloaded num-derive v0.4.2 |
715 | 2024-12-13T20:47:36.775Z | Downloaded dhcproto-macros v0.1.0 |
716 | 2024-12-13T20:47:36.775Z | Downloaded num-integer v0.1.46 |
717 | 2024-12-13T20:47:36.775Z | Downloaded futures v0.3.31 |
718 | 2024-12-13T20:47:36.780Z | Downloaded precomputed-hash v0.1.1 |
719 | 2024-12-13T20:47:36.780Z | Downloaded num_threads v0.1.7 |
720 | 2024-12-13T20:47:36.780Z | Downloaded futures-channel v0.3.31 |
721 | 2024-12-13T20:47:36.780Z | Downloaded hashlink v0.9.1 |
722 | 2024-12-13T20:47:36.780Z | Downloaded pkg-config v0.3.31 |
723 | 2024-12-13T20:47:36.780Z | Downloaded slab v0.4.9 |
724 | 2024-12-13T20:47:36.780Z | Downloaded siphasher v0.3.11 |
725 | 2024-12-13T20:47:36.789Z | Downloaded crossbeam-channel v0.5.13 |
726 | 2024-12-13T20:47:36.789Z | Downloaded tap v1.0.1 |
727 | 2024-12-13T20:47:36.802Z | Downloaded value-bag v1.9.0 |
728 | 2024-12-13T20:47:36.802Z | Downloaded phf v0.11.2 |
729 | 2024-12-13T20:47:36.802Z | Downloaded parking_lot v0.12.3 |
730 | 2024-12-13T20:47:36.802Z | Downloaded resolv-conf v0.7.0 |
731 | 2024-12-13T20:47:36.802Z | Downloaded ron v0.7.1 |
732 | 2024-12-13T20:47:36.823Z | Downloaded embedded-io v0.6.1 |
733 | 2024-12-13T20:47:36.823Z | Downloaded zerofrom-derive v0.1.4 |
734 | 2024-12-13T20:47:36.823Z | Downloaded zopfli v0.8.1 |
735 | 2024-12-13T20:47:36.823Z | Downloaded phf_shared v0.10.0 |
736 | 2024-12-13T20:47:36.823Z | Downloaded uzers v0.12.1 |
737 | 2024-12-13T20:47:36.823Z | Downloaded parking_lot v0.11.2 |
738 | 2024-12-13T20:47:36.849Z | Downloaded num-complex v0.4.6 |
739 | 2024-12-13T20:47:36.849Z | Downloaded foreign-types-macros v0.2.3 |
740 | 2024-12-13T20:47:36.850Z | Downloaded foldhash v0.1.3 |
741 | 2024-12-13T20:47:36.850Z | Downloaded fd-lock v4.0.2 |
742 | 2024-12-13T20:47:36.850Z | Downloaded rpassword v7.3.1 |
743 | 2024-12-13T20:47:36.850Z | Downloaded samael v0.0.17 |
744 | 2024-12-13T20:47:36.850Z | Downloaded sct v0.7.1 |
745 | 2024-12-13T20:47:36.850Z | Downloaded tui-tree-widget v0.22.0 |
746 | 2024-12-13T20:47:36.850Z | Downloaded utf8_iter v1.0.4 |
747 | 2024-12-13T20:47:36.850Z | Downloaded aes v0.8.4 |
748 | 2024-12-13T20:47:36.851Z | Downloaded hickory-server v0.24.1 |
749 | 2024-12-13T20:47:36.868Z | Downloaded diesel-dtrace v0.4.0 |
750 | 2024-12-13T20:47:36.868Z | Downloaded newtype-uuid v1.1.3 |
751 | 2024-12-13T20:47:36.868Z | Downloaded multimap v0.10.0 |
752 | 2024-12-13T20:47:36.868Z | Downloaded time-macros v0.2.18 |
753 | 2024-12-13T20:47:36.868Z | Downloaded mio v1.0.2 |
754 | 2024-12-13T20:47:36.868Z | Downloaded foreign-types-shared v0.1.1 |
755 | 2024-12-13T20:47:36.868Z | Downloaded float-ord v0.3.2 |
756 | 2024-12-13T20:47:36.868Z | Downloaded foreign-types-shared v0.3.1 |
757 | 2024-12-13T20:47:36.868Z | Downloaded phf_codegen v0.11.2 |
758 | 2024-12-13T20:47:36.868Z | Downloaded packed_struct_codegen v0.10.1 |
759 | 2024-12-13T20:47:36.868Z | Downloaded packed_struct v0.10.1 |
760 | 2024-12-13T20:47:36.886Z | Downloaded nodrop v0.1.14 |
761 | 2024-12-13T20:47:36.887Z | Downloaded hash32 v0.3.1 |
762 | 2024-12-13T20:47:36.887Z | Downloaded openssl-sys v0.9.103 |
763 | 2024-12-13T20:47:36.887Z | Downloaded rtoolbox v0.0.2 |
764 | 2024-12-13T20:47:36.887Z | Downloaded toml v0.7.8 |
765 | 2024-12-13T20:47:36.887Z | Downloaded static_assertions v1.1.0 |
766 | 2024-12-13T20:47:36.887Z | Downloaded icu_collections v1.5.0 |
767 | 2024-12-13T20:47:36.902Z | Downloaded similar v2.6.0 |
768 | 2024-12-13T20:47:36.902Z | Downloaded minimal-lexical v0.2.1 |
769 | 2024-12-13T20:47:36.903Z | Downloaded ron v0.8.1 |
770 | 2024-12-13T20:47:36.903Z | Downloaded hickory-resolver v0.24.1 |
771 | 2024-12-13T20:47:36.914Z | Downloaded rusty-fork v0.3.0 |
772 | 2024-12-13T20:47:36.915Z | Downloaded serde-big-array v0.5.1 |
773 | 2024-12-13T20:47:36.915Z | Downloaded parking_lot_core v0.9.10 |
774 | 2024-12-13T20:47:36.915Z | Downloaded diff v0.1.13 |
775 | 2024-12-13T20:47:36.915Z | Downloaded defmt-macros v0.3.9 |
776 | 2024-12-13T20:47:36.921Z | Downloaded termtree v0.4.1 |
777 | 2024-12-13T20:47:36.921Z | Downloaded tiny-keccak v2.0.2 |
778 | 2024-12-13T20:47:36.921Z | Downloaded structmeta v0.3.0 |
779 | 2024-12-13T20:47:36.921Z | Downloaded structmeta v0.2.0 |
780 | 2024-12-13T20:47:36.932Z | Downloaded time-core v0.1.2 |
781 | 2024-12-13T20:47:36.933Z | Downloaded getrandom v0.2.15 |
782 | 2024-12-13T20:47:36.933Z | Downloaded debug-ignore v1.0.5 |
783 | 2024-12-13T20:47:36.933Z | Downloaded fxhash v0.2.1 |
784 | 2024-12-13T20:47:36.933Z | Downloaded write16 v1.0.0 |
785 | 2024-12-13T20:47:36.943Z | Downloaded fallible-iterator v0.2.0 |
786 | 2024-12-13T20:47:36.943Z | Downloaded phf_generator v0.11.2 |
787 | 2024-12-13T20:47:36.943Z | Downloaded typed-path v0.9.3 |
788 | 2024-12-13T20:47:36.944Z | Downloaded parse-display v0.10.0 |
789 | 2024-12-13T20:47:36.944Z | Downloaded float-cmp v0.9.0 |
790 | 2024-12-13T20:47:36.944Z | Downloaded predicates v3.1.2 |
791 | 2024-12-13T20:47:36.949Z | Downloaded fallible-streaming-iterator v0.1.9 |
792 | 2024-12-13T20:47:36.949Z | Downloaded fallible-iterator v0.3.0 |
793 | 2024-12-13T20:47:36.950Z | Downloaded tokio-tungstenite v0.23.1 |
794 | 2024-12-13T20:47:36.950Z | Downloaded thiserror v2.0.3 |
795 | 2024-12-13T20:47:36.958Z | Downloaded globset v0.4.15 |
796 | 2024-12-13T20:47:36.958Z | Downloaded utf-8 v0.7.6 |
797 | 2024-12-13T20:47:36.964Z | Downloaded tough v0.19.0 |
798 | 2024-12-13T20:47:36.974Z | Downloaded salsa20 v0.10.2 |
799 | 2024-12-13T20:47:36.974Z | Downloaded oso-derive v0.27.3 |
800 | 2024-12-13T20:47:36.974Z | Downloaded libxml v0.3.3 |
801 | 2024-12-13T20:47:36.984Z | Downloaded scrypt v0.11.0 |
802 | 2024-12-13T20:47:36.984Z | Downloaded rustc-hash v1.1.0 |
803 | 2024-12-13T20:47:36.985Z | Downloaded primeorder v0.13.6 |
804 | 2024-12-13T20:47:36.985Z | Downloaded powerfmt v0.2.0 |
805 | 2024-12-13T20:47:36.986Z | Downloaded defmt v0.3.8 |
806 | 2024-12-13T20:47:36.996Z | Downloaded proc-macro-crate v1.3.1 |
807 | 2024-12-13T20:47:36.996Z | Downloaded universal-hash v0.5.1 |
808 | 2024-12-13T20:47:36.997Z | Downloaded serde_path_to_error v0.1.16 |
809 | 2024-12-13T20:47:36.997Z | Downloaded zip v2.1.3 |
810 | 2024-12-13T20:47:37.012Z | Downloaded headers v0.4.0 |
811 | 2024-12-13T20:47:37.013Z | Downloaded futures-executor v0.3.31 |
812 | 2024-12-13T20:47:37.013Z | Downloaded dsl_auto_type v0.1.2 |
813 | 2024-12-13T20:47:37.013Z | Downloaded normalize-line-endings v0.3.0 |
814 | 2024-12-13T20:47:37.013Z | Downloaded hash32 v0.2.1 |
815 | 2024-12-13T20:47:37.013Z | Downloaded dunce v1.0.5 |
816 | 2024-12-13T20:47:37.013Z | Downloaded newline-converter v0.3.0 |
817 | 2024-12-13T20:47:37.026Z | Downloaded xz2 v0.1.7 |
818 | 2024-12-13T20:47:37.026Z | Downloaded writeable v0.5.5 |
819 | 2024-12-13T20:47:37.026Z | Downloaded strum_macros v0.25.3 |
820 | 2024-12-13T20:47:37.026Z | Downloaded blake3 v1.5.4 |
821 | 2024-12-13T20:47:37.026Z | Downloaded new_debug_unreachable v1.0.6 |
822 | 2024-12-13T20:47:37.027Z | Downloaded poly1305 v0.8.0 |
823 | 2024-12-13T20:47:37.040Z | Downloaded vsss-rs v3.3.4 |
824 | 2024-12-13T20:47:37.040Z | Downloaded vergen v8.3.2 |
825 | 2024-12-13T20:47:37.040Z | Downloaded polyval v0.6.2 |
826 | 2024-12-13T20:47:37.040Z | Downloaded crossterm v0.28.1 |
827 | 2024-12-13T20:47:37.051Z | Downloaded zerocopy-derive v0.8.10 |
828 | 2024-12-13T20:47:37.051Z | Downloaded signature v2.2.0 |
829 | 2024-12-13T20:47:37.052Z | Downloaded snafu-derive v0.8.5 |
830 | 2024-12-13T20:47:37.052Z | Downloaded num v0.4.3 |
831 | 2024-12-13T20:47:37.052Z | Downloaded vte_generate_state_changes v0.1.2 |
832 | 2024-12-13T20:47:37.067Z | Downloaded spki v0.7.3 |
833 | 2024-12-13T20:47:37.067Z | Downloaded num_enum v0.5.11 |
834 | 2024-12-13T20:47:37.068Z | Downloaded fatfs v0.3.6 |
835 | 2024-12-13T20:47:37.075Z | Downloaded downcast v0.11.0 |
836 | 2024-12-13T20:47:37.075Z | Downloaded dhcproto v0.12.0 |
837 | 2024-12-13T20:47:37.076Z | Downloaded typify-macro v0.2.0 |
838 | 2024-12-13T20:47:37.076Z | Downloaded aws-lc-rs v1.10.0 |
839 | 2024-12-13T20:47:37.094Z | Downloaded heapless v0.7.17 |
840 | 2024-12-13T20:47:37.095Z | Downloaded ghash v0.5.1 |
841 | 2024-12-13T20:47:37.095Z | Downloaded tower-service v0.3.3 |
842 | 2024-12-13T20:47:37.095Z | Downloaded nom v7.1.3 |
843 | 2024-12-13T20:47:37.123Z | Downloaded futures-io v0.3.31 |
844 | 2024-12-13T20:47:37.123Z | Downloaded pem v3.0.4 |
845 | 2024-12-13T20:47:37.123Z | Downloaded owo-colors v4.1.0 |
846 | 2024-12-13T20:47:37.123Z | Downloaded dirs-sys-next v0.1.2 |
847 | 2024-12-13T20:47:37.123Z | Downloaded hashbrown v0.13.2 |
848 | 2024-12-13T20:47:37.123Z | Downloaded postcard v1.0.10 |
849 | 2024-12-13T20:47:37.124Z | Downloaded pkcs8 v0.10.2 |
850 | 2024-12-13T20:47:37.125Z | Downloaded sqlformat v0.2.6 |
851 | 2024-12-13T20:47:37.125Z | Downloaded spin v0.9.8 |
852 | 2024-12-13T20:47:37.125Z | Downloaded yasna v0.5.2 |
853 | 2024-12-13T20:47:37.125Z | Downloaded x509-cert v0.2.5 |
854 | 2024-12-13T20:47:37.144Z | Downloaded data-encoding v2.6.0 |
855 | 2024-12-13T20:47:37.144Z | Downloaded deranged v0.3.11 |
856 | 2024-12-13T20:47:37.144Z | Downloaded unicode-truncate v1.1.0 |
857 | 2024-12-13T20:47:37.145Z | Downloaded rustls-pemfile v1.0.4 |
858 | 2024-12-13T20:47:37.145Z | Downloaded rustfmt-wrapper v0.2.1 |
859 | 2024-12-13T20:47:37.146Z | Downloaded want v0.3.1 |
860 | 2024-12-13T20:47:37.146Z | Downloaded waitgroup v0.1.2 |
861 | 2024-12-13T20:47:37.146Z | Downloaded aho-corasick v1.1.3 |
862 | 2024-12-13T20:47:37.169Z | Downloaded itertools v0.13.0 |
863 | 2024-12-13T20:47:37.169Z | Downloaded openssl-macros v0.1.1 |
864 | 2024-12-13T20:47:37.169Z | Downloaded opaque-debug v0.3.1 |
865 | 2024-12-13T20:47:37.170Z | Downloaded scheduled-thread-pool v0.2.7 |
866 | 2024-12-13T20:47:37.170Z | Downloaded tracing-core v0.1.32 |
867 | 2024-12-13T20:47:37.170Z | Downloaded heapless v0.8.0 |
868 | 2024-12-13T20:47:37.170Z | Downloaded topological-sort v0.2.2 |
869 | 2024-12-13T20:47:37.170Z | Downloaded termcolor v1.4.1 |
870 | 2024-12-13T20:47:37.171Z | Downloaded pem-rfc7468 v0.7.0 |
871 | 2024-12-13T20:47:37.171Z | Downloaded unicode-bidi v0.3.17 |
872 | 2024-12-13T20:47:37.182Z | Downloaded unarray v0.1.4 |
873 | 2024-12-13T20:47:37.182Z | Downloaded derive_builder v0.20.2 |
874 | 2024-12-13T20:47:37.182Z | Downloaded parse-size v1.1.0 |
875 | 2024-12-13T20:47:37.182Z | Downloaded ref-cast v1.0.23 |
876 | 2024-12-13T20:47:37.182Z | Downloaded nu-ansi-term v0.50.1 |
877 | 2024-12-13T20:47:37.183Z | Downloaded nanorand v0.7.0 |
878 | 2024-12-13T20:47:37.183Z | Downloaded rand v0.8.5 |
879 | 2024-12-13T20:47:37.183Z | Downloaded der_derive v0.7.3 |
880 | 2024-12-13T20:47:37.193Z | Downloaded toml_edit v0.19.15 |
881 | 2024-12-13T20:47:37.203Z | Downloaded peg v0.8.4 |
882 | 2024-12-13T20:47:37.203Z | Downloaded hyper v1.5.0 |
883 | 2024-12-13T20:47:37.212Z | Downloaded chrono v0.4.38 |
884 | 2024-12-13T20:47:37.223Z | Downloaded tokio-rustls v0.24.1 |
885 | 2024-12-13T20:47:37.224Z | Downloaded rustc-hash v2.0.0 |
886 | 2024-12-13T20:47:37.224Z | Downloaded displaydoc v0.2.5 |
887 | 2024-12-13T20:47:37.233Z | Downloaded rustls-webpki v0.102.8 |
888 | 2024-12-13T20:47:37.240Z | Downloaded wait-timeout v0.2.0 |
889 | 2024-12-13T20:47:37.240Z | Downloaded spin v0.5.2 |
890 | 2024-12-13T20:47:37.240Z | Downloaded percent-encoding v2.3.1 |
891 | 2024-12-13T20:47:37.240Z | Downloaded zeroize_derive v1.4.2 |
892 | 2024-12-13T20:47:37.248Z | Downloaded zeroize v1.8.1 |
893 | 2024-12-13T20:47:37.248Z | Downloaded zerovec-derive v0.10.3 |
894 | 2024-12-13T20:47:37.249Z | Downloaded thiserror-impl v2.0.3 |
895 | 2024-12-13T20:47:37.249Z | Downloaded ena v0.14.3 |
896 | 2024-12-13T20:47:37.259Z | Downloaded rustc-demangle v0.1.24 |
897 | 2024-12-13T20:47:37.259Z | Downloaded russh-keys v0.45.0 |
898 | 2024-12-13T20:47:37.259Z | Downloaded strum_macros v0.24.3 |
899 | 2024-12-13T20:47:37.259Z | Downloaded ed25519 v2.2.3 |
900 | 2024-12-13T20:47:37.259Z | Downloaded bindgen v0.69.5 |
901 | 2024-12-13T20:47:37.271Z | Downloaded rand_xorshift v0.3.0 |
902 | 2024-12-13T20:47:37.271Z | Downloaded parse-display-derive v0.10.0 |
903 | 2024-12-13T20:47:37.271Z | Downloaded unicode-segmentation v1.12.0 |
904 | 2024-12-13T20:47:37.272Z | Downloaded slog-term v2.9.1 |
905 | 2024-12-13T20:47:37.279Z | Downloaded multer v3.1.0 |
906 | 2024-12-13T20:47:37.279Z | Downloaded hkdf v0.12.4 |
907 | 2024-12-13T20:47:37.280Z | Downloaded rcgen v0.12.1 |
908 | 2024-12-13T20:47:37.280Z | Downloaded unsafe-libyaml v0.2.11 |
909 | 2024-12-13T20:47:37.285Z | Downloaded unicode_categories v0.1.1 |
910 | 2024-12-13T20:47:37.286Z | Downloaded derive-where v1.2.7 |
911 | 2024-12-13T20:47:37.291Z | Downloaded num_enum_derive v0.5.11 |
912 | 2024-12-13T20:47:37.291Z | Downloaded serde_repr v0.1.19 |
913 | 2024-12-13T20:47:37.291Z | Downloaded rustc_version v0.4.1 |
914 | 2024-12-13T20:47:37.291Z | Downloaded embedded-io v0.4.0 |
915 | 2024-12-13T20:47:37.291Z | Downloaded rand_seeder v0.3.0 |
916 | 2024-12-13T20:47:37.297Z | Downloaded thiserror-impl-no-std v2.0.2 |
917 | 2024-12-13T20:47:37.297Z | Downloaded time v0.3.36 |
918 | 2024-12-13T20:47:37.301Z | Downloaded futures-sink v0.3.31 |
919 | 2024-12-13T20:47:37.306Z | Downloaded futures-macro v0.3.31 |
920 | 2024-12-13T20:47:37.306Z | Downloaded walkdir v2.5.0 |
921 | 2024-12-13T20:47:37.311Z | Downloaded unicase v2.7.0 |
922 | 2024-12-13T20:47:37.311Z | Downloaded der v0.7.9 |
923 | 2024-12-13T20:47:37.315Z | Downloaded zip v0.6.6 |
924 | 2024-12-13T20:47:37.318Z | Downloaded form_urlencoded v1.2.1 |
925 | 2024-12-13T20:47:37.318Z | Downloaded either v1.13.0 |
926 | 2024-12-13T20:47:37.318Z | Downloaded thread_local v1.1.8 |
927 | 2024-12-13T20:47:37.322Z | Downloaded test-strategy v0.3.1 |
928 | 2024-12-13T20:47:37.322Z | Downloaded slog-stdlog v4.1.1 |
929 | 2024-12-13T20:47:37.326Z | Downloaded slog-envlogger v2.2.0 |
930 | 2024-12-13T20:47:37.327Z | Downloaded mockall_derive v0.13.0 |
931 | 2024-12-13T20:47:37.330Z | Downloaded slog-scope v4.4.0 |
932 | 2024-12-13T20:47:37.330Z | Downloaded term v0.7.0 |
933 | 2024-12-13T20:47:37.333Z | Downloaded url v2.5.3 |
934 | 2024-12-13T20:47:37.338Z | Downloaded num-rational v0.4.2 |
935 | 2024-12-13T20:47:37.338Z | Downloaded rayon-core v1.12.1 |
936 | 2024-12-13T20:47:37.341Z | Downloaded tokio-util v0.7.12 |
937 | 2024-12-13T20:47:37.347Z | Downloaded quick-xml v0.33.0 |
938 | 2024-12-13T20:47:37.355Z | Downloaded publicsuffix v2.2.3 |
939 | 2024-12-13T20:47:37.364Z | Downloaded rayon v1.10.0 |
940 | 2024-12-13T20:47:37.369Z | Downloaded serde_with_macros v3.11.0 |
941 | 2024-12-13T20:47:37.369Z | Downloaded winnow v0.5.40 |
942 | 2024-12-13T20:47:37.376Z | Downloaded dropshot_endpoint v0.12.0 |
943 | 2024-12-13T20:47:37.379Z | Downloaded pin-project v1.1.6 |
944 | 2024-12-13T20:47:37.391Z | Downloaded tracing v0.1.40 |
945 | 2024-12-13T20:47:37.396Z | Downloaded quinn-proto v0.11.8 |
946 | 2024-12-13T20:47:37.404Z | Downloaded dropshot_endpoint v0.13.0 |
947 | 2024-12-13T20:47:37.409Z | Downloaded tar v0.4.42 |
948 | 2024-12-13T20:47:37.409Z | Downloaded git2 v0.19.0 |
949 | 2024-12-13T20:47:37.416Z | Downloaded p256 v0.13.2 |
950 | 2024-12-13T20:47:37.430Z | Downloaded rustls-webpki v0.101.7 |
951 | 2024-12-13T20:47:37.434Z | Downloaded slog v2.7.0 |
952 | 2024-12-13T20:47:37.439Z | Downloaded omicron-zone-package v0.11.1 |
953 | 2024-12-13T20:47:37.443Z | Downloaded flate2 v1.0.34 |
954 | 2024-12-13T20:47:37.444Z | Downloaded hashbrown v0.12.3 |
955 | 2024-12-13T20:47:37.455Z | Downloaded p384 v0.13.0 |
956 | 2024-12-13T20:47:37.464Z | Downloaded smoltcp v0.9.1 |
957 | 2024-12-13T20:47:37.473Z | Downloaded elliptic-curve v0.13.8 |
958 | 2024-12-13T20:47:37.474Z | Downloaded reedline v0.35.0 |
959 | 2024-12-13T20:47:37.478Z | Downloaded russh v0.45.0 |
960 | 2024-12-13T20:47:37.483Z | Downloaded num-bigint v0.4.6 |
961 | 2024-12-13T20:47:37.487Z | Downloaded p521 v0.13.3 |
962 | 2024-12-13T20:47:37.490Z | Downloaded portable-atomic v1.9.0 |
963 | 2024-12-13T20:47:37.495Z | Downloaded petname v2.0.2 |
964 | 2024-12-13T20:47:37.501Z | Downloaded serde_with v3.11.0 |
965 | 2024-12-13T20:47:37.509Z | Downloaded sqlparser v0.45.0 |
966 | 2024-12-13T20:47:37.516Z | Downloaded lalrpop v0.19.12 |
967 | 2024-12-13T20:47:37.526Z | Downloaded rustyline v14.0.0 |
968 | 2024-12-13T20:47:37.533Z | Downloaded reqwest v0.12.9 |
969 | 2024-12-13T20:47:37.604Z | Downloaded zerovec v0.10.4 |
970 | 2024-12-13T20:47:37.605Z | Downloaded tokio-postgres v0.7.12 |
971 | 2024-12-13T20:47:37.606Z | Downloaded rusqlite v0.32.1 |
972 | 2024-12-13T20:47:37.606Z | Downloaded proptest v1.5.0 |
973 | 2024-12-13T20:47:37.606Z | Downloaded idna v0.5.0 |
974 | 2024-12-13T20:47:37.606Z | Downloaded h2 v0.4.6 |
975 | 2024-12-13T20:47:37.606Z | Downloaded futures-util v0.3.31 |
976 | 2024-12-13T20:47:37.612Z | Downloaded vcpkg v0.2.15 |
977 | 2024-12-13T20:47:37.661Z | Downloaded idna v0.4.0 |
978 | 2024-12-13T20:47:37.762Z | Downloaded idna v0.3.0 |
979 | 2024-12-13T20:47:37.763Z | Downloaded idna v0.2.3 |
980 | 2024-12-13T20:47:37.763Z | Downloaded object v0.30.4 |
981 | 2024-12-13T20:47:37.763Z | Downloaded openssl v0.10.66 |
982 | 2024-12-13T20:47:37.848Z | Downloaded regex-syntax v0.8.5 |
983 | 2024-12-13T20:47:37.848Z | Downloaded webpki-roots v0.26.6 |
984 | 2024-12-13T20:47:37.848Z | Downloaded regex-syntax v0.6.29 |
985 | 2024-12-13T20:47:37.848Z | Downloaded unicode-normalization v0.1.24 |
986 | 2024-12-13T20:47:37.848Z | Downloaded nix v0.27.1 |
987 | 2024-12-13T20:47:37.848Z | Downloaded unicode-width v0.2.0 |
988 | 2024-12-13T20:47:37.849Z | Downloaded salty v0.3.0 |
989 | 2024-12-13T20:47:37.849Z | Downloaded rustls v0.21.12 |
990 | 2024-12-13T20:47:37.849Z | Downloaded polar-core v0.27.3 |
991 | 2024-12-13T20:47:37.849Z | Downloaded nix v0.28.0 |
992 | 2024-12-13T20:47:37.849Z | Downloaded smoltcp v0.11.0 |
993 | 2024-12-13T20:47:37.849Z | Downloaded typify-impl v0.2.0 |
994 | 2024-12-13T20:47:37.884Z | Downloaded trust-dns-proto v0.22.0 |
995 | 2024-12-13T20:47:37.884Z | Downloaded zerocopy v0.8.10 |
996 | 2024-12-13T20:47:37.884Z | Downloaded zerocopy-derive v0.6.6 |
997 | 2024-12-13T20:47:37.884Z | Downloaded regress v0.10.1 |
998 | 2024-12-13T20:47:37.884Z | Downloaded radix_trie v0.2.1 |
999 | 2024-12-13T20:47:37.932Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1000 | 2024-12-13T20:47:37.932Z | Downloaded dropshot v0.12.0 |
1001 | 2024-12-13T20:47:37.948Z | Downloaded diesel v2.2.6 |
1002 | 2024-12-13T20:47:37.949Z | Downloaded ratatui v0.28.1 |
1003 | 2024-12-13T20:47:37.949Z | Downloaded regex-automata v0.4.8 |
1004 | 2024-12-13T20:47:37.972Z | Downloaded object v0.36.5 |
1005 | 2024-12-13T20:47:37.991Z | Downloaded rustls v0.22.4 |
1006 | 2024-12-13T20:47:38.025Z | Downloaded nix v0.29.0 |
1007 | 2024-12-13T20:47:38.025Z | Downloaded openapiv3 v2.0.0 |
1008 | 2024-12-13T20:47:38.039Z | Downloaded gimli v0.31.1 |
1009 | 2024-12-13T20:47:38.039Z | Downloaded hickory-proto v0.24.1 |
1010 | 2024-12-13T20:47:38.039Z | Downloaded regress v0.9.1 |
1011 | 2024-12-13T20:47:38.051Z | Downloaded tokio v1.40.0 |
1012 | 2024-12-13T20:47:38.087Z | Downloaded sled v0.34.7 |
1013 | 2024-12-13T20:47:38.100Z | Downloaded chrono-tz v0.10.0 |
1014 | 2024-12-13T20:47:38.100Z | Downloaded rustls v0.23.19 |
1015 | 2024-12-13T20:47:38.118Z | Downloaded csv v1.3.0 |
1016 | 2024-12-13T20:47:38.135Z | Downloaded bstr v1.10.0 |
1017 | 2024-12-13T20:47:38.159Z | Downloaded sha3 v0.10.8 |
1018 | 2024-12-13T20:47:38.160Z | Downloaded dropshot v0.13.0 |
1019 | 2024-12-13T20:47:38.187Z | Downloaded regex v1.11.1 |
1020 | 2024-12-13T20:47:38.187Z | Downloaded petgraph v0.6.5 |
1021 | 2024-12-13T20:47:38.212Z | Downloaded icu_properties_data v1.5.0 |
1022 | 2024-12-13T20:47:38.212Z | Downloaded lzma-sys v0.1.20 |
1023 | 2024-12-13T20:47:38.229Z | Downloaded libz-sys v1.1.20 |
1024 | 2024-12-13T20:47:38.247Z | Downloaded curve25519-dalek v4.1.3 |
1025 | 2024-12-13T20:47:38.269Z | Downloaded tungstenite v0.24.0 |
1026 | 2024-12-13T20:47:38.269Z | Downloaded tracing-attributes v0.1.27 |
1027 | 2024-12-13T20:47:38.309Z | Downloaded ed25519-dalek v2.1.1 |
1028 | 2024-12-13T20:47:38.310Z | Downloaded serde_yaml v0.9.34+deprecated |
1029 | 2024-12-13T20:47:38.310Z | Downloaded peg-macros v0.8.4 |
1030 | 2024-12-13T20:47:38.311Z | Downloaded password-hash v0.5.0 |
1031 | 2024-12-13T20:47:38.311Z | Downloaded password-hash v0.4.2 |
1032 | 2024-12-13T20:47:38.311Z | Downloaded group v0.13.0 |
1033 | 2024-12-13T20:47:38.311Z | Downloaded futures-task v0.3.31 |
1034 | 2024-12-13T20:47:38.312Z | Downloaded rustls-pemfile v2.2.0 |
1035 | 2024-12-13T20:47:38.312Z | Downloaded subprocess v0.2.9 |
1036 | 2024-12-13T20:47:38.312Z | Downloaded pkcs5 v0.7.1 |
1037 | 2024-12-13T20:47:38.313Z | Downloaded parse-zoneinfo v0.3.1 |
1038 | 2024-12-13T20:47:38.313Z | Downloaded strum_macros v0.26.4 |
1039 | 2024-12-13T20:47:38.314Z | Downloaded signal-hook v0.3.17 |
1040 | 2024-12-13T20:47:38.314Z | Downloaded socket2 v0.5.7 |
1041 | 2024-12-13T20:47:38.314Z | Downloaded flume v0.11.1 |
1042 | 2024-12-13T20:47:38.314Z | Downloaded expectorate v1.1.0 |
1043 | 2024-12-13T20:47:38.314Z | Downloaded hashbrown v0.14.5 |
1044 | 2024-12-13T20:47:38.325Z | Downloaded phf_shared v0.11.2 |
1045 | 2024-12-13T20:47:38.326Z | Downloaded tokio-tungstenite v0.21.0 |
1046 | 2024-12-13T20:47:38.326Z | Downloaded prettyplease v0.2.25 |
1047 | 2024-12-13T20:47:38.326Z | Downloaded num-traits v0.2.19 |
1048 | 2024-12-13T20:47:38.326Z | Downloaded bitvec v1.0.1 |
1049 | 2024-12-13T20:47:38.356Z | Downloaded ssh-key v0.6.6 |
1050 | 2024-12-13T20:47:38.356Z | Downloaded num-bigint-dig v0.8.4 |
1051 | 2024-12-13T20:47:38.356Z | Downloaded heck v0.3.3 |
1052 | 2024-12-13T20:47:38.356Z | Downloaded tokio-stream v0.1.16 |
1053 | 2024-12-13T20:47:38.357Z | Downloaded tungstenite v0.23.0 |
1054 | 2024-12-13T20:47:38.378Z | Downloaded tungstenite v0.21.0 |
1055 | 2024-12-13T20:47:38.378Z | Downloaded scopeguard v1.2.0 |
1056 | 2024-12-13T20:47:38.378Z | Downloaded same-file v1.0.6 |
1057 | 2024-12-13T20:47:38.378Z | Downloaded quick-error v1.2.3 |
1058 | 2024-12-13T20:47:38.378Z | Downloaded psl-types v2.0.11 |
1059 | 2024-12-13T20:47:38.378Z | Downloaded olpc-cjson v0.1.4 |
1060 | 2024-12-13T20:47:38.378Z | Downloaded display-error-chain v0.2.2 |
1061 | 2024-12-13T20:47:38.379Z | Downloaded native-tls v0.2.12 |
1062 | 2024-12-13T20:47:38.379Z | Downloaded postgres-protocol v0.6.7 |
1063 | 2024-12-13T20:47:38.379Z | Downloaded half v2.4.1 |
1064 | 2024-12-13T20:47:38.379Z | Downloaded structmeta-derive v0.3.0 |
1065 | 2024-12-13T20:47:38.379Z | Downloaded stable_deref_trait v1.2.0 |
1066 | 2024-12-13T20:47:38.379Z | Downloaded ssh-cipher v0.2.0 |
1067 | 2024-12-13T20:47:38.379Z | Downloaded signal-hook-mio v0.2.4 |
1068 | 2024-12-13T20:47:38.389Z | Downloaded serde_plain v1.0.2 |
1069 | 2024-12-13T20:47:38.389Z | Downloaded snafu v0.8.5 |
1070 | 2024-12-13T20:47:38.389Z | Downloaded encoding_rs v0.8.34 |
1071 | 2024-12-13T20:47:38.398Z | Downloaded uuid v1.11.0 |
1072 | 2024-12-13T20:47:38.403Z | Downloaded idna v1.0.3 |
1073 | 2024-12-13T20:47:38.406Z | Downloaded itertools v0.10.5 |
1074 | 2024-12-13T20:47:38.412Z | Downloaded whoami v1.5.2 |
1075 | 2024-12-13T20:47:38.412Z | Downloaded tinyvec v1.8.0 |
1076 | 2024-12-13T20:47:38.420Z | Downloaded itertools v0.12.1 |
1077 | 2024-12-13T20:47:38.426Z | Downloaded flagset v0.4.6 |
1078 | 2024-12-13T20:47:38.430Z | Downloaded rustls-pki-types v1.10.0 |
1079 | 2024-12-13T20:47:38.430Z | Downloaded oso v0.27.3 |
1080 | 2024-12-13T20:47:38.436Z | Downloaded steno v0.4.1 |
1081 | 2024-12-13T20:47:38.441Z | Downloaded libm v0.2.8 |
1082 | 2024-12-13T20:47:38.515Z | Downloaded openssl-probe v0.1.5 |
1083 | 2024-12-13T20:47:38.515Z | Downloaded unicode-properties v0.1.3 |
1084 | 2024-12-13T20:47:38.515Z | Downloaded postgres-types v0.2.8 |
1085 | 2024-12-13T20:47:38.515Z | Downloaded defmt-parser v0.3.4 |
1086 | 2024-12-13T20:47:38.515Z | Downloaded utf16_iter v1.0.5 |
1087 | 2024-12-13T20:47:38.515Z | Downloaded tokio-rustls v0.26.0 |
1088 | 2024-12-13T20:47:38.515Z | Downloaded tokio-rustls v0.25.0 |
1089 | 2024-12-13T20:47:38.515Z | Downloaded http v1.1.0 |
1090 | 2024-12-13T20:47:38.515Z | Downloaded aes-gcm v0.10.3 |
1091 | 2024-12-13T20:47:38.515Z | Downloaded slog-json v2.6.1 |
1092 | 2024-12-13T20:47:38.515Z | Downloaded serde_urlencoded v0.7.1 |
1093 | 2024-12-13T20:47:38.515Z | Downloaded rfc6979 v0.4.0 |
1094 | 2024-12-13T20:47:38.515Z | Downloaded rand_core v0.6.4 |
1095 | 2024-12-13T20:47:38.515Z | Downloaded diesel_derives v2.2.3 |
1096 | 2024-12-13T20:47:38.515Z | Downloaded darling_core v0.20.10 |
1097 | 2024-12-13T20:47:38.515Z | Downloaded quinn v0.11.5 |
1098 | 2024-12-13T20:47:38.516Z | Downloaded progenitor-macro v0.8.0 |
1099 | 2024-12-13T20:47:38.516Z | Downloaded ppv-lite86 v0.2.20 |
1100 | 2024-12-13T20:47:38.516Z | Downloaded simd-adler32 v0.3.7 |
1101 | 2024-12-13T20:47:38.516Z | Downloaded sec1 v0.7.3 |
1102 | 2024-12-13T20:47:38.516Z | Downloaded progenitor v0.8.0 |
1103 | 2024-12-13T20:47:38.543Z | Downloaded gethostname v0.5.0 |
1104 | 2024-12-13T20:47:38.543Z | Downloaded env_logger v0.11.5 |
1105 | 2024-12-13T20:47:38.543Z | Downloaded dirs-next v2.0.0 |
1106 | 2024-12-13T20:47:38.543Z | Downloaded difflib v0.4.0 |
1107 | 2024-12-13T20:47:38.543Z | Downloaded secrecy v0.8.0 |
1108 | 2024-12-13T20:47:38.543Z | Downloaded derive_more v0.99.18 |
1109 | 2024-12-13T20:47:38.543Z | Downloaded rsa v0.9.6 |
1110 | 2024-12-13T20:47:38.543Z | Downloaded semver v0.1.20 |
1111 | 2024-12-13T20:47:38.543Z | Downloaded pin-project-lite v0.2.14 |
1112 | 2024-12-13T20:47:38.543Z | Downloaded pin-project-internal v1.1.6 |
1113 | 2024-12-13T20:47:38.544Z | Downloaded hyper-util v0.1.10 |
1114 | 2024-12-13T20:47:38.544Z | Downloaded base64 v0.21.7 |
1115 | 2024-12-13T20:47:38.544Z | Downloaded enum-as-inner v0.5.1 |
1116 | 2024-12-13T20:47:38.544Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1117 | 2024-12-13T20:47:38.688Z | Downloaded thiserror-no-std v2.0.2 |
1118 | 2024-12-13T20:47:38.827Z | Downloaded icu_locid v1.5.0 |
1119 | 2024-12-13T20:47:38.827Z | Downloaded hyper-rustls v0.27.3 |
1120 | 2024-12-13T20:47:38.828Z | Downloaded untrusted v0.7.1 |
1121 | 2024-12-13T20:47:38.828Z | Downloaded progenitor-impl v0.8.0 |
1122 | 2024-12-13T20:47:38.828Z | Downloaded icu_provider v1.5.0 |
1123 | 2024-12-13T20:47:38.828Z | Downloaded newtype_derive v0.1.6 |
1124 | 2024-12-13T20:47:38.828Z | Downloaded subtle v2.6.1 |
1125 | 2024-12-13T20:47:38.828Z | Downloaded slog-async v2.8.0 |
1126 | 2024-12-13T20:47:38.828Z | Downloaded compact_str v0.8.0 |
1127 | 2024-12-13T20:47:38.828Z | Downloaded base64 v0.13.1 |
1128 | 2024-12-13T20:47:38.828Z | Downloaded sha1 v0.10.6 |
1129 | 2024-12-13T20:47:38.828Z | Downloaded rustc_version v0.1.7 |
1130 | 2024-12-13T20:47:38.828Z | Downloaded const-oid v0.9.6 |
1131 | 2024-12-13T20:47:38.828Z | Downloaded darling v0.20.10 |
1132 | 2024-12-13T20:47:38.828Z | Downloaded ssh-encoding v0.2.0 |
1133 | 2024-12-13T20:47:38.828Z | Downloaded icu_locid_transform v1.5.0 |
1134 | 2024-12-13T20:47:38.830Z | Downloaded rustversion v1.0.17 |
1135 | 2024-12-13T20:47:38.830Z | Downloaded libloading v0.8.5 |
1136 | 2024-12-13T20:47:38.830Z | Downloaded clang-sys v1.8.1 |
1137 | 2024-12-13T20:47:38.830Z | Downloaded crc-any v2.5.0 |
1138 | 2024-12-13T20:47:38.830Z | Downloaded cookie v0.18.1 |
1139 | 2024-12-13T20:47:38.830Z | Downloaded addr2line v0.24.2 |
1140 | 2024-12-13T20:47:38.831Z | Downloaded crc32fast v1.4.2 |
1141 | 2024-12-13T20:47:38.831Z | Downloaded ahash v0.8.11 |
1142 | 2024-12-13T20:47:38.831Z | Downloaded ciborium v0.2.2 |
1143 | 2024-12-13T20:47:38.831Z | Downloaded chacha20 v0.9.1 |
1144 | 2024-12-13T20:47:38.831Z | Downloaded linked-hash-map v0.5.6 |
1145 | 2024-12-13T20:47:38.831Z | Downloaded indent_write v2.2.0 |
1146 | 2024-12-13T20:47:38.831Z | Downloaded linear-map v1.2.0 |
1147 | 2024-12-13T20:47:38.831Z | Downloaded keccak v0.1.5 |
1148 | 2024-12-13T20:47:38.831Z | Downloaded httpdate v1.0.3 |
1149 | 2024-12-13T20:47:38.831Z | Downloaded cancel-safe-futures v0.1.5 |
1150 | 2024-12-13T20:47:38.831Z | Downloaded assert_matches v1.5.0 |
1151 | 2024-12-13T20:47:38.831Z | Downloaded lazycell v1.3.0 |
1152 | 2024-12-13T20:47:38.831Z | Downloaded ident_case v1.0.1 |
1153 | 2024-12-13T20:47:38.831Z | Downloaded hyper-tls v0.6.0 |
1154 | 2024-12-13T20:47:38.832Z | Downloaded cmake v0.1.51 |
1155 | 2024-12-13T20:47:38.832Z | Downloaded backoff v0.4.0 |
1156 | 2024-12-13T20:47:38.832Z | Downloaded atomic-waker v1.1.2 |
1157 | 2024-12-13T20:47:38.832Z | Downloaded buf-list v1.0.3 |
1158 | 2024-12-13T20:47:38.832Z | Downloaded async-trait v0.1.83 |
1159 | 2024-12-13T20:47:38.832Z | Downloaded hostname v0.4.0 |
1160 | 2024-12-13T20:47:38.832Z | Downloaded crossbeam-deque v0.8.5 |
1161 | 2024-12-13T20:47:38.832Z | Downloaded cipher v0.4.4 |
1162 | 2024-12-13T20:47:38.832Z | Downloaded crc v3.2.1 |
1163 | 2024-12-13T20:47:38.833Z | Downloaded cassowary v0.3.0 |
1164 | 2024-12-13T20:47:38.990Z | Downloaded ring v0.17.8 |
1165 | 2024-12-13T20:47:39.106Z | Downloaded libsqlite3-sys v0.30.1 |
1166 | 2024-12-13T20:47:39.228Z | Downloaded ring v0.16.20 |
1167 | 2024-12-13T20:47:39.514Z | Downloaded aws-lc-sys v0.22.0 |
1168 | 2024-12-13T20:47:39.913Z | Compiling serde v1.0.215 |
1169 | 2024-12-13T20:47:39.981Z | Compiling lock_api v0.4.12 |
1170 | 2024-12-13T20:47:39.981Z | Compiling scopeguard v1.2.0 |
1171 | 2024-12-13T20:47:39.981Z | Compiling value-bag v1.9.0 |
1172 | 2024-12-13T20:47:39.981Z | Compiling typenum v1.17.0 |
1173 | 2024-12-13T20:47:39.981Z | Compiling generic-array v0.14.7 |
1174 | 2024-12-13T20:47:40.063Z | Compiling syn v2.0.87 |
1175 | 2024-12-13T20:47:40.064Z | Compiling getrandom v0.2.15 |
1176 | 2024-12-13T20:47:40.162Z | Compiling subtle v2.6.1 |
1177 | 2024-12-13T20:47:40.349Z | Compiling rand_core v0.6.4 |
1178 | 2024-12-13T20:47:40.483Z | Compiling log v0.4.22 |
1179 | 2024-12-13T20:47:40.557Z | Compiling shlex v1.3.0 |
1180 | 2024-12-13T20:47:40.587Z | Compiling jobserver v0.1.32 |
1181 | 2024-12-13T20:47:40.597Z | Compiling const-oid v0.9.6 |
1182 | 2024-12-13T20:47:40.867Z | Compiling smallvec v1.13.2 |
1183 | 2024-12-13T20:47:40.898Z | Compiling spin v0.9.8 |
1184 | 2024-12-13T20:47:40.979Z | Compiling cc v1.1.30 |
1185 | 2024-12-13T20:47:41.279Z | Compiling pin-project-lite v0.2.14 |
1186 | 2024-12-13T20:47:41.310Z | Compiling rustix v0.38.37 |
1187 | 2024-12-13T20:47:41.406Z | Compiling parking_lot_core v0.9.10 |
1188 | 2024-12-13T20:47:41.673Z | Compiling futures-core v0.3.31 |
1189 | 2024-12-13T20:47:41.821Z | Compiling signal-hook-registry v1.4.2 |
1190 | 2024-12-13T20:47:41.821Z | Compiling mio v1.0.2 |
1191 | 2024-12-13T20:47:42.289Z | Compiling aho-corasick v1.1.3 |
1192 | 2024-12-13T20:47:42.480Z | Compiling parking_lot v0.12.3 |
1193 | 2024-12-13T20:47:42.567Z | Compiling cpufeatures v0.2.14 |
1194 | 2024-12-13T20:47:42.611Z | Compiling regex-syntax v0.8.5 |
1195 | 2024-12-13T20:47:42.611Z | Compiling lazy_static v1.5.0 |
1196 | 2024-12-13T20:47:42.950Z | Compiling futures-sink v0.3.31 |
1197 | 2024-12-13T20:47:43.099Z | Compiling glob v0.3.1 |
1198 | 2024-12-13T20:47:43.099Z | Compiling either v1.13.0 |
1199 | 2024-12-13T20:47:43.099Z | Compiling stable_deref_trait v1.2.0 |
1200 | 2024-12-13T20:47:43.202Z | Compiling socket2 v0.5.7 |
1201 | 2024-12-13T20:47:43.438Z | Compiling slab v0.4.9 |
1202 | 2024-12-13T20:47:43.524Z | Compiling prettyplease v0.2.25 |
1203 | 2024-12-13T20:47:43.793Z | Compiling minimal-lexical v0.2.1 |
1204 | 2024-12-13T20:47:43.877Z | Compiling clang-sys v1.8.1 |
1205 | 2024-12-13T20:47:44.234Z | Compiling libloading v0.8.5 |
1206 | 2024-12-13T20:47:44.516Z | Compiling home v0.5.9 |
1207 | 2024-12-13T20:47:44.517Z | Compiling nom v7.1.3 |
1208 | 2024-12-13T20:47:44.707Z | Compiling bindgen v0.69.5 |
1209 | 2024-12-13T20:47:44.707Z | Compiling serde_json v1.0.132 |
1210 | 2024-12-13T20:47:45.081Z | Compiling itertools v0.10.5 |
1211 | 2024-12-13T20:47:45.343Z | Compiling futures-channel v0.3.31 |
1212 | 2024-12-13T20:47:45.485Z | Compiling rustc-hash v1.1.0 |
1213 | 2024-12-13T20:47:45.674Z | Compiling lazycell v1.3.0 |
1214 | 2024-12-13T20:47:45.785Z | Compiling foldhash v0.1.3 |
1215 | 2024-12-13T20:47:45.860Z | Compiling futures-task v0.3.31 |
1216 | 2024-12-13T20:47:46.042Z | Compiling futures-io v0.3.31 |
1217 | 2024-12-13T20:47:46.164Z | Compiling pin-utils v0.1.0 |
1218 | 2024-12-13T20:47:46.302Z | Compiling allocator-api2 v0.2.18 |
1219 | 2024-12-13T20:47:46.437Z | Compiling cmake v0.1.51 |
1220 | 2024-12-13T20:47:47.255Z | Compiling regex-automata v0.4.8 |
1221 | 2024-12-13T20:47:47.642Z | Compiling hashbrown v0.15.1 |
1222 | 2024-12-13T20:47:47.992Z | Compiling synstructure v0.13.1 |
1223 | 2024-12-13T20:47:48.219Z | Compiling cexpr v0.6.0 |
1224 | 2024-12-13T20:47:48.929Z | Compiling tinyvec_macros v0.1.1 |
1225 | 2024-12-13T20:47:48.954Z | Compiling pkg-config v0.3.31 |
1226 | 2024-12-13T20:47:49.521Z | Compiling libm v0.2.8 |
1227 | 2024-12-13T20:47:49.775Z | Compiling dunce v1.0.5 |
1228 | 2024-12-13T20:47:49.919Z | Compiling fs_extra v1.3.0 |
1229 | 2024-12-13T20:47:49.991Z | Compiling tinyvec v1.8.0 |
1230 | 2024-12-13T20:47:49.991Z | Compiling num-traits v0.2.19 |
1231 | 2024-12-13T20:47:50.877Z | Compiling ring v0.17.8 |
1232 | 2024-12-13T20:47:51.512Z | Compiling writeable v0.5.5 |
1233 | 2024-12-13T20:47:51.874Z | Compiling paste v1.0.15 |
1234 | 2024-12-13T20:47:51.875Z | Compiling base64ct v1.6.0 |
1235 | 2024-12-13T20:47:51.875Z | Compiling unicode-normalization v0.1.24 |
1236 | 2024-12-13T20:47:51.875Z | Compiling litemap v0.7.3 |
1237 | 2024-12-13T20:47:51.875Z | Compiling unicode-bidi v0.3.17 |
1238 | 2024-12-13T20:47:52.217Z | Compiling pem-rfc7468 v0.7.0 |
1239 | 2024-12-13T20:47:52.698Z | Compiling aws-lc-rs v1.10.0 |
1240 | 2024-12-13T20:47:52.988Z | Compiling flagset v0.4.6 |
1241 | 2024-12-13T20:47:52.989Z | Compiling regex v1.11.1 |
1242 | 2024-12-13T20:47:53.188Z | Compiling httparse v1.9.5 |
1243 | 2024-12-13T20:47:53.993Z | Compiling tracing-core v0.1.32 |
1244 | 2024-12-13T20:47:54.246Z | Compiling rustls-pki-types v1.10.0 |
1245 | 2024-12-13T20:47:54.246Z | Compiling crossbeam-utils v0.8.20 |
1246 | 2024-12-13T20:47:54.494Z | Compiling icu_locid_transform_data v1.5.0 |
1247 | 2024-12-13T20:47:54.703Z | Compiling percent-encoding v2.3.1 |
1248 | 2024-12-13T20:47:55.111Z | Compiling untrusted v0.9.0 |
1249 | 2024-12-13T20:47:55.111Z | Compiling serde_derive v1.0.215 |
1250 | 2024-12-13T20:47:55.112Z | Compiling zeroize_derive v1.4.2 |
1251 | 2024-12-13T20:47:55.415Z | Compiling zerocopy-derive v0.7.35 |
1252 | 2024-12-13T20:47:55.416Z | Compiling tokio-macros v2.4.0 |
1253 | 2024-12-13T20:47:55.614Z | Compiling zerofrom-derive v0.1.4 |
1254 | 2024-12-13T20:47:56.556Z | Compiling zeroize v1.8.1 |
1255 | 2024-12-13T20:47:57.151Z | Compiling yoke-derive v0.7.4 |
1256 | 2024-12-13T20:47:57.486Z | Compiling thiserror-impl v1.0.69 |
1257 | 2024-12-13T20:47:57.486Z | Compiling zerocopy v0.7.35 |
1258 | 2024-12-13T20:47:57.767Z | Compiling zerovec-derive v0.10.3 |
1259 | 2024-12-13T20:47:58.385Z | Compiling crypto-common v0.1.6 |
1260 | 2024-12-13T20:47:58.730Z | Compiling block-buffer v0.10.4 |
1261 | 2024-12-13T20:47:58.993Z | Compiling digest v0.10.7 |
1262 | 2024-12-13T20:47:59.187Z | Compiling futures-macro v0.3.31 |
1263 | 2024-12-13T20:47:59.408Z | Compiling hmac v0.12.1 |
1264 | 2024-12-13T20:47:59.698Z | Compiling zerofrom v0.1.4 |
1265 | 2024-12-13T20:47:59.991Z | Compiling block-padding v0.3.3 |
1266 | 2024-12-13T20:48:00.143Z | Compiling displaydoc v0.2.5 |
1267 | 2024-12-13T20:48:00.143Z | Compiling inout v0.1.3 |
1268 | 2024-12-13T20:48:00.143Z | Compiling yoke v0.7.4 |
1269 | 2024-12-13T20:48:00.356Z | Compiling cipher v0.4.4 |
1270 | 2024-12-13T20:48:00.357Z | Compiling sha2 v0.10.8 |
1271 | 2024-12-13T20:48:00.493Z | Compiling ppv-lite86 v0.2.20 |
1272 | 2024-12-13T20:48:00.581Z | Compiling zerovec v0.10.4 |
1273 | 2024-12-13T20:48:00.581Z | Compiling thiserror v1.0.69 |
1274 | 2024-12-13T20:48:00.634Z | Compiling der_derive v0.7.3 |
1275 | 2024-12-13T20:48:00.775Z | Compiling icu_provider_macros v1.5.0 |
1276 | 2024-12-13T20:48:01.073Z | Compiling futures-util v0.3.31 |
1277 | 2024-12-13T20:48:01.451Z | Compiling rand_chacha v0.3.1 |
1278 | 2024-12-13T20:48:01.632Z | Compiling tracing-attributes v0.1.27 |
1279 | 2024-12-13T20:48:01.845Z | Compiling rand v0.8.5 |
1280 | 2024-12-13T20:48:02.886Z | Compiling tinystr v0.7.6 |
1281 | 2024-12-13T20:48:03.374Z | Compiling icu_locid v1.5.0 |
1282 | 2024-12-13T20:48:03.545Z | Compiling der v0.7.9 |
1283 | 2024-12-13T20:48:03.779Z | Compiling icu_collections v1.5.0 |
1284 | 2024-12-13T20:48:03.894Z | Compiling pest v2.7.14 |
1285 | 2024-12-13T20:48:04.071Z | Compiling salsa20 v0.10.2 |
1286 | 2024-12-13T20:48:04.318Z | Compiling pbkdf2 v0.12.2 |
1287 | 2024-12-13T20:48:04.479Z | Compiling vcpkg v0.2.15 |
1288 | 2024-12-13T20:48:05.147Z | Compiling icu_provider v1.5.0 |
1289 | 2024-12-13T20:48:05.318Z | Compiling tracing v0.1.40 |
1290 | 2024-12-13T20:48:05.781Z | Compiling spki v0.7.3 |
1291 | 2024-12-13T20:48:05.843Z | Compiling icu_locid_transform v1.5.0 |
1292 | 2024-12-13T20:48:06.178Z | Compiling time-core v0.1.2 |
1293 | 2024-12-13T20:48:06.248Z | Compiling powerfmt v0.2.0 |
1294 | 2024-12-13T20:48:06.361Z | Compiling mirai-annotations v1.12.0 |
1295 | 2024-12-13T20:48:06.561Z | Compiling num-conv v0.1.0 |
1296 | 2024-12-13T20:48:06.635Z | Compiling icu_properties_data v1.5.0 |
1297 | 2024-12-13T20:48:06.643Z | Compiling untrusted v0.7.1 |
1298 | 2024-12-13T20:48:06.837Z | Compiling openssl-sys v0.9.103 |
1299 | 2024-12-13T20:48:06.878Z | Compiling deranged v0.3.11 |
1300 | 2024-12-13T20:48:06.879Z | Compiling time-macros v0.2.18 |
1301 | 2024-12-13T20:48:06.912Z | Compiling pest_meta v2.7.14 |
1302 | 2024-12-13T20:48:06.912Z | Compiling scrypt v0.11.0 |
1303 | 2024-12-13T20:48:07.110Z | Compiling icu_properties v1.5.1 |
1304 | 2024-12-13T20:48:07.512Z | Compiling aes v0.8.4 |
1305 | 2024-12-13T20:48:07.979Z | Compiling cbc v0.1.2 |
1306 | 2024-12-13T20:48:08.653Z | Compiling scroll_derive v0.12.0 |
1307 | 2024-12-13T20:48:09.445Z | Compiling bitflags v2.6.0 |
1308 | 2024-12-13T20:48:09.911Z | Compiling bytes v1.8.0 |
1309 | 2024-12-13T20:48:10.233Z | Compiling indexmap v2.6.0 |
1310 | 2024-12-13T20:48:10.357Z | Compiling semver v1.0.23 |
1311 | 2024-12-13T20:48:11.110Z | Compiling tokio v1.40.0 |
1312 | 2024-12-13T20:48:11.251Z | Compiling http v1.1.0 |
1313 | 2024-12-13T20:48:11.755Z | Compiling rustc_version v0.4.1 |
1314 | 2024-12-13T20:48:12.067Z | Compiling atomic-waker v1.1.2 |
1315 | 2024-12-13T20:48:12.116Z | Compiling write16 v1.0.0 |
1316 | 2024-12-13T20:48:12.137Z | Compiling utf8_iter v1.0.4 |
1317 | 2024-12-13T20:48:12.661Z | Compiling num_threads v0.1.7 |
1318 | 2024-12-13T20:48:12.682Z | Compiling utf16_iter v1.0.5 |
1319 | 2024-12-13T20:48:12.682Z | Compiling icu_normalizer_data v1.5.0 |
1320 | 2024-12-13T20:48:12.682Z | Compiling time v0.3.36 |
1321 | 2024-12-13T20:48:12.682Z | Compiling icu_normalizer v1.5.0 |
1322 | 2024-12-13T20:48:12.682Z | Compiling scroll v0.12.0 |
1323 | 2024-12-13T20:48:12.682Z | Compiling pkcs5 v0.7.1 |
1324 | 2024-12-13T20:48:13.047Z | Compiling http-body v1.0.1 |
1325 | 2024-12-13T20:48:13.293Z | Compiling pest_generator v2.7.14 |
1326 | 2024-12-13T20:48:13.680Z | Compiling form_urlencoded v1.2.1 |
1327 | 2024-12-13T20:48:13.793Z | Compiling slog v2.7.0 |
1328 | 2024-12-13T20:48:13.815Z | Compiling try-lock v0.2.5 |
1329 | 2024-12-13T20:48:13.971Z | Compiling want v0.3.1 |
1330 | 2024-12-13T20:48:14.026Z | Compiling which v4.4.2 |
1331 | 2024-12-13T20:48:14.301Z | Compiling goblin v0.8.2 |
1332 | 2024-12-13T20:48:14.578Z | Compiling idna_adapter v1.2.0 |
1333 | 2024-12-13T20:48:14.671Z | Compiling pkcs8 v0.10.2 |
1334 | 2024-12-13T20:48:14.816Z | Compiling httpdate v1.0.3 |
1335 | 2024-12-13T20:48:15.263Z | Compiling idna v1.0.3 |
1336 | 2024-12-13T20:48:15.307Z | Compiling pest_derive v2.7.14 |
1337 | 2024-12-13T20:48:15.493Z | Compiling toml_datetime v0.6.8 |
1338 | 2024-12-13T20:48:16.049Z | Compiling serde_spanned v0.6.8 |
1339 | 2024-12-13T20:48:16.109Z | Compiling dtrace-parser v0.2.0 |
1340 | 2024-12-13T20:48:16.194Z | Compiling uuid v1.11.0 |
1341 | 2024-12-13T20:48:16.281Z | Compiling serde_tokenstream v0.2.2 |
1342 | 2024-12-13T20:48:16.906Z | Compiling base64 v0.22.1 |
1343 | 2024-12-13T20:48:17.110Z | Compiling tower-service v0.3.3 |
1344 | 2024-12-13T20:48:17.246Z | Compiling adler2 v2.0.0 |
1345 | 2024-12-13T20:48:17.467Z | Compiling match_cfg v0.1.0 |
1346 | 2024-12-13T20:48:17.567Z | Compiling openssl v0.10.66 |
1347 | 2024-12-13T20:48:17.678Z | Compiling foreign-types-shared v0.1.1 |
1348 | 2024-12-13T20:48:17.725Z | Compiling iana-time-zone v0.1.61 |
1349 | 2024-12-13T20:48:17.792Z | Compiling rustversion v1.0.17 |
1350 | 2024-12-13T20:48:17.861Z | Compiling foreign-types v0.3.2 |
1351 | 2024-12-13T20:48:17.945Z | Compiling chrono v0.4.38 |
1352 | 2024-12-13T20:48:18.028Z | Compiling hostname v0.3.1 |
1353 | 2024-12-13T20:48:18.203Z | Compiling miniz_oxide v0.8.0 |
1354 | 2024-12-13T20:48:18.285Z | Compiling url v2.5.3 |
1355 | 2024-12-13T20:48:18.586Z | Compiling async-trait v0.1.83 |
1356 | 2024-12-13T20:48:19.764Z | Compiling tokio-util v0.7.12 |
1357 | 2024-12-13T20:48:19.789Z | Compiling openssl-macros v0.1.1 |
1358 | 2024-12-13T20:48:20.302Z | Compiling dof v0.3.0 |
1359 | 2024-12-13T20:48:20.567Z | Compiling dirs-sys-next v0.1.2 |
1360 | 2024-12-13T20:48:21.222Z | Compiling h2 v0.4.6 |
1361 | 2024-12-13T20:48:21.241Z | Compiling usdt-impl v0.5.0 |
1362 | 2024-12-13T20:48:21.351Z | Compiling rustls v0.22.4 |
1363 | 2024-12-13T20:48:21.609Z | Compiling native-tls v0.2.12 |
1364 | 2024-12-13T20:48:21.762Z | Compiling syn v1.0.109 |
1365 | 2024-12-13T20:48:21.931Z | Compiling siphasher v0.3.11 |
1366 | 2024-12-13T20:48:22.321Z | Compiling rustls v0.23.19 |
1367 | 2024-12-13T20:48:22.399Z | Compiling data-encoding v2.6.0 |
1368 | 2024-12-13T20:48:22.677Z | Compiling dirs-next v2.0.0 |
1369 | 2024-12-13T20:48:22.885Z | Compiling http-body-util v0.1.2 |
1370 | 2024-12-13T20:48:23.455Z | Compiling heapless v0.7.17 |
1371 | 2024-12-13T20:48:23.890Z | Compiling crossbeam-epoch v0.9.18 |
1372 | 2024-12-13T20:48:24.331Z | Compiling sha1 v0.10.6 |
1373 | 2024-12-13T20:48:24.639Z | Compiling signature v2.2.0 |
1374 | 2024-12-13T20:48:24.783Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1375 | 2024-12-13T20:48:24.885Z | Compiling serde_derive_internals v0.29.1 |
1376 | 2024-12-13T20:48:24.937Z | Compiling thread_local v1.1.8 |
1377 | 2024-12-13T20:48:24.958Z | Compiling multer v3.1.0 |
1378 | 2024-12-13T20:48:25.224Z | Compiling encoding_rs v0.8.34 |
1379 | 2024-12-13T20:48:25.265Z | Compiling cookie v0.18.1 |
1380 | 2024-12-13T20:48:25.499Z | Compiling openssl-probe v0.1.5 |
1381 | 2024-12-13T20:48:25.542Z | Compiling mime v0.3.17 |
1382 | 2024-12-13T20:48:25.870Z | Compiling signal-hook v0.3.17 |
1383 | 2024-12-13T20:48:26.131Z | Compiling unicode-properties v0.1.3 |
1384 | 2024-12-13T20:48:26.194Z | Compiling schemars v0.8.21 |
1385 | 2024-12-13T20:48:26.512Z | Compiling slog-async v2.8.0 |
1386 | 2024-12-13T20:48:26.536Z | Compiling gimli v0.31.1 |
1387 | 2024-12-13T20:48:26.895Z | Compiling rayon-core v1.12.1 |
1388 | 2024-12-13T20:48:27.033Z | Compiling ipnet v2.10.1 |
1389 | 2024-12-13T20:48:27.268Z | Compiling toml_edit v0.22.22 |
1390 | 2024-12-13T20:48:27.735Z | Compiling schemars_derive v0.8.21 |
1391 | 2024-12-13T20:48:28.377Z | Compiling hyper v1.5.0 |
1392 | 2024-12-13T20:48:30.534Z | Compiling stringprep v0.1.5 |
1393 | 2024-12-13T20:48:31.196Z | Compiling hyper-util v0.1.10 |
1394 | 2024-12-13T20:48:31.565Z | Compiling addr2line v0.24.2 |
1395 | 2024-12-13T20:48:31.825Z | Compiling usdt-attr-macro v0.5.0 |
1396 | 2024-12-13T20:48:31.865Z | Compiling usdt-macro v0.5.0 |
1397 | 2024-12-13T20:48:32.254Z | Compiling crossbeam-deque v0.8.5 |
1398 | 2024-12-13T20:48:32.589Z | Compiling term v0.7.0 |
1399 | 2024-12-13T20:48:33.244Z | Compiling slog-json v2.6.1 |
1400 | 2024-12-13T20:48:33.286Z | Compiling serde_urlencoded v0.7.1 |
1401 | 2024-12-13T20:48:33.494Z | Compiling curve25519-dalek v4.1.3 |
1402 | 2024-12-13T20:48:33.612Z | Compiling crossbeam-channel v0.5.13 |
1403 | 2024-12-13T20:48:33.835Z | Compiling enum-as-inner v0.6.1 |
1404 | 2024-12-13T20:48:34.068Z | Compiling futures-executor v0.3.31 |
1405 | 2024-12-13T20:48:34.103Z | Compiling md-5 v0.10.6 |
1406 | 2024-12-13T20:48:34.337Z | Compiling async-stream-impl v0.3.6 |
1407 | 2024-12-13T20:48:34.357Z | Compiling rustls-pemfile v2.2.0 |
1408 | 2024-12-13T20:48:34.644Z | Compiling num-integer v0.1.46 |
1409 | 2024-12-13T20:48:34.720Z | Compiling idna v0.4.0 |
1410 | 2024-12-13T20:48:34.755Z | Compiling idna v0.3.0 |
1411 | 2024-12-13T20:48:34.914Z | Compiling hash32 v0.2.1 |
1412 | 2024-12-13T20:48:35.334Z | Compiling ff v0.13.0 |
1413 | 2024-12-13T20:48:35.420Z | Compiling is-terminal v0.4.13 |
1414 | 2024-12-13T20:48:35.551Z | Compiling dropshot v0.12.0 |
1415 | 2024-12-13T20:48:35.573Z | Compiling object v0.36.5 |
1416 | 2024-12-13T20:48:35.710Z | Compiling utf-8 v0.7.6 |
1417 | 2024-12-13T20:48:35.768Z | Compiling portable-atomic v1.9.0 |
1418 | 2024-12-13T20:48:35.820Z | Compiling rustc-demangle v0.1.24 |
1419 | 2024-12-13T20:48:36.051Z | Compiling num-bigint-dig v0.8.4 |
1420 | 2024-12-13T20:48:36.340Z | Compiling smoltcp v0.9.1 |
1421 | 2024-12-13T20:48:36.447Z | Compiling anyhow v1.0.93 |
1422 | 2024-12-13T20:48:36.475Z | Compiling take_mut v0.2.2 |
1423 | 2024-12-13T20:48:36.639Z | Compiling linked-hash-map v0.5.6 |
1424 | 2024-12-13T20:48:36.788Z | Compiling base16ct v0.2.0 |
1425 | 2024-12-13T20:48:36.869Z | Compiling fallible-iterator v0.2.0 |
1426 | 2024-12-13T20:48:37.014Z | Compiling dyn-clone v1.0.17 |
1427 | 2024-12-13T20:48:37.064Z | Compiling quick-error v1.2.3 |
1428 | 2024-12-13T20:48:37.097Z | Compiling psl-types v2.0.11 |
1429 | 2024-12-13T20:48:37.206Z | Compiling resolv-conf v0.7.0 |
1430 | 2024-12-13T20:48:37.312Z | Compiling publicsuffix v2.2.3 |
1431 | 2024-12-13T20:48:37.515Z | Compiling sec1 v0.7.3 |
1432 | 2024-12-13T20:48:37.564Z | Compiling postgres-protocol v0.6.7 |
1433 | 2024-12-13T20:48:37.584Z | Compiling lru-cache v0.1.2 |
1434 | 2024-12-13T20:48:38.075Z | Compiling tungstenite v0.24.0 |
1435 | 2024-12-13T20:48:38.214Z | Compiling async-stream v0.3.6 |
1436 | 2024-12-13T20:48:38.538Z | Compiling hickory-proto v0.24.1 |
1437 | 2024-12-13T20:48:38.980Z | Compiling usdt v0.5.0 |
1438 | 2024-12-13T20:48:39.126Z | Compiling slog-term v2.9.1 |
1439 | 2024-12-13T20:48:39.493Z | Compiling group v0.13.0 |
1440 | 2024-12-13T20:48:40.447Z | Compiling num-iter v0.1.45 |
1441 | 2024-12-13T20:48:40.494Z | Compiling futures v0.3.31 |
1442 | 2024-12-13T20:48:40.648Z | Compiling slog-bunyan v2.5.0 |
1443 | 2024-12-13T20:48:42.061Z | Compiling toml v0.8.19 |
1444 | 2024-12-13T20:48:42.143Z | Compiling tokio-native-tls v0.3.1 |
1445 | 2024-12-13T20:48:42.171Z | Compiling camino v1.1.9 |
1446 | 2024-12-13T20:48:42.431Z | Compiling phf_shared v0.11.2 |
1447 | 2024-12-13T20:48:42.716Z | Compiling dropshot_endpoint v0.12.0 |
1448 | 2024-12-13T20:48:42.846Z | Compiling terminal_size v0.4.0 |
1449 | 2024-12-13T20:48:43.064Z | Compiling backtrace v0.3.74 |
1450 | 2024-12-13T20:48:43.185Z | Compiling openapiv3 v2.0.0 |
1451 | 2024-12-13T20:48:43.734Z | Compiling waitgroup v0.1.2 |
1452 | 2024-12-13T20:48:43.820Z | Compiling serde_path_to_error v0.1.16 |
1453 | 2024-12-13T20:48:44.002Z | Compiling hkdf v0.12.4 |
1454 | 2024-12-13T20:48:44.220Z | Compiling crypto-bigint v0.5.5 |
1455 | 2024-12-13T20:48:44.672Z | Compiling curve25519-dalek-derive v0.1.1 |
1456 | 2024-12-13T20:48:46.286Z | Compiling zerocopy-derive v0.6.6 |
1457 | 2024-12-13T20:48:46.904Z | Compiling webpki-roots v0.26.6 |
1458 | 2024-12-13T20:48:47.053Z | Compiling hubpack_derive v0.1.1 |
1459 | 2024-12-13T20:48:47.079Z | Compiling idna v0.5.0 |
1460 | 2024-12-13T20:48:47.359Z | Compiling hostname v0.4.0 |
1461 | 2024-12-13T20:48:47.691Z | Compiling fs-err v2.11.0 |
1462 | 2024-12-13T20:48:47.793Z | Compiling crc32fast v1.4.2 |
1463 | 2024-12-13T20:48:51.424Z | Compiling ahash v0.8.11 |
1464 | 2024-12-13T20:48:51.477Z | Compiling debug-ignore v1.0.5 |
1465 | 2024-12-13T20:48:51.477Z | Compiling winnow v0.5.40 |
1466 | 2024-12-13T20:48:51.477Z | Compiling bitflags v1.3.2 |
1467 | 2024-12-13T20:48:51.478Z | Compiling managed v0.8.0 |
1468 | 2024-12-13T20:48:51.478Z | Compiling strum_macros v0.25.3 |
1469 | 2024-12-13T20:48:51.478Z | Compiling zerocopy v0.6.6 |
1470 | 2024-12-13T20:48:51.478Z | Compiling console v0.15.8 |
1471 | 2024-12-13T20:48:51.478Z | Compiling clap_builder v4.5.21 |
1472 | 2024-12-13T20:48:51.478Z | Compiling cookie_store v0.21.0 |
1473 | 2024-12-13T20:48:51.478Z | Compiling hubpack v0.1.2 |
1474 | 2024-12-13T20:48:51.478Z | Compiling flate2 v1.0.34 |
1475 | 2024-12-13T20:48:51.478Z | Compiling elliptic-curve v0.13.8 |
1476 | 2024-12-13T20:48:51.478Z | Compiling hickory-resolver v0.24.1 |
1477 | 2024-12-13T20:48:51.613Z | Compiling phf v0.11.2 |
1478 | 2024-12-13T20:48:51.943Z | Compiling toml_edit v0.19.15 |
1479 | 2024-12-13T20:48:52.051Z | Compiling hyper-tls v0.6.0 |
1480 | 2024-12-13T20:48:52.472Z | Compiling rayon v1.10.0 |
1481 | 2024-12-13T20:48:52.544Z | Compiling signal-hook-mio v0.2.4 |
1482 | 2024-12-13T20:48:52.566Z | Compiling bzip2 v0.4.4 |
1483 | 2024-12-13T20:48:52.994Z | Compiling tokio-tungstenite v0.24.0 |
1484 | 2024-12-13T20:48:53.574Z | Compiling postgres-types v0.2.8 |
1485 | 2024-12-13T20:48:56.595Z | Compiling ed25519 v2.2.3 |
1486 | 2024-12-13T20:48:57.418Z | Compiling phf_shared v0.10.0 |
1487 | 2024-12-13T20:48:57.835Z | Compiling tokio-stream v0.1.16 |
1488 | 2024-12-13T20:48:57.951Z | Compiling pkcs1 v0.7.5 |
1489 | 2024-12-13T20:48:58.534Z | Compiling serde-big-array v0.5.1 |
1490 | 2024-12-13T20:48:58.669Z | Compiling clap_derive v4.5.18 |
1491 | 2024-12-13T20:48:58.761Z | Compiling rfc6979 v0.4.0 |
1492 | 2024-12-13T20:48:58.913Z | Compiling derive-where v1.2.7 |
1493 | 2024-12-13T20:48:58.959Z | Compiling serde_repr v0.1.19 |
1494 | 2024-12-13T20:48:58.981Z | Compiling float-cmp v0.9.0 |
1495 | 2024-12-13T20:48:59.175Z | Compiling bstr v1.10.0 |
1496 | 2024-12-13T20:48:59.211Z | Compiling sync_wrapper v1.0.1 |
1497 | 2024-12-13T20:48:59.370Z | Compiling fixedbitset v0.4.2 |
1498 | 2024-12-13T20:49:00.044Z | Compiling unicode-segmentation v1.12.0 |
1499 | 2024-12-13T20:49:00.144Z | Compiling number_prefix v0.4.0 |
1500 | 2024-12-13T20:49:00.174Z | Compiling bit-vec v0.6.3 |
1501 | 2024-12-13T20:49:00.344Z | Compiling difflib v0.4.0 |
1502 | 2024-12-13T20:49:00.624Z | Compiling unicode-width v0.2.0 |
1503 | 2024-12-13T20:49:00.760Z | Compiling precomputed-hash v0.1.1 |
1504 | 2024-12-13T20:49:00.884Z | Compiling whoami v1.5.2 |
1505 | 2024-12-13T20:49:00.967Z | Compiling predicates-core v1.0.8 |
1506 | 2024-12-13T20:49:01.158Z | Compiling static_assertions v1.1.0 |
1507 | 2024-12-13T20:49:01.272Z | Compiling new_debug_unreachable v1.0.6 |
1508 | 2024-12-13T20:49:01.346Z | Compiling normalize-line-endings v0.3.0 |
1509 | 2024-12-13T20:49:01.376Z | Compiling string_cache v0.8.7 |
1510 | 2024-12-13T20:49:01.481Z | Compiling predicates v3.1.2 |
1511 | 2024-12-13T20:49:01.527Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1512 | 2024-12-13T20:49:01.854Z | Compiling tokio-postgres v0.7.12 |
1513 | 2024-12-13T20:49:02.029Z | Compiling indicatif v0.17.9 |
1514 | 2024-12-13T20:49:02.683Z | Compiling similar v2.6.0 |
1515 | 2024-12-13T20:49:03.352Z | Compiling bit-set v0.5.3 |
1516 | 2024-12-13T20:49:03.650Z | Compiling petgraph v0.6.5 |
1517 | 2024-12-13T20:49:03.896Z | Compiling clap v4.5.21 |
1518 | 2024-12-13T20:49:04.030Z | Compiling ecdsa v0.16.9 |
1519 | 2024-12-13T20:49:04.278Z | Compiling rsa v0.9.6 |
1520 | 2024-12-13T20:49:04.917Z | Compiling ed25519-dalek v2.1.1 |
1521 | 2024-12-13T20:49:05.205Z | Compiling toml v0.7.8 |
1522 | 2024-12-13T20:49:06.253Z | Compiling zip v0.6.6 |
1523 | 2024-12-13T20:49:06.972Z | Compiling crossterm v0.28.1 |
1524 | 2024-12-13T20:49:07.809Z | Compiling hex v0.4.3 |
1525 | 2024-12-13T20:49:07.932Z | Compiling x509-cert v0.2.5 |
1526 | 2024-12-13T20:49:08.357Z | Compiling unicode-xid v0.2.6 |
1527 | 2024-12-13T20:49:08.401Z | Compiling lalrpop-util v0.19.12 |
1528 | 2024-12-13T20:49:08.423Z | Compiling peg-runtime v0.8.3 |
1529 | 2024-12-13T20:49:08.529Z | Compiling strum_macros v0.26.4 |
1530 | 2024-12-13T20:49:08.767Z | Compiling xattr v1.3.1 |
1531 | 2024-12-13T20:49:08.789Z | Compiling filetime v0.2.25 |
1532 | 2024-12-13T20:49:09.045Z | Compiling tar v0.4.42 |
1533 | 2024-12-13T20:49:13.860Z | Compiling strum v0.26.3 |
1534 | 2024-12-13T20:49:16.582Z | Compiling aws-lc-sys v0.22.0 |
1535 | 2024-12-13T20:49:44.931Z | Compiling rustls-webpki v0.102.8 |
1536 | 2024-12-13T20:49:48.338Z | Compiling tokio-rustls v0.25.0 |
1537 | 2024-12-13T20:49:49.995Z | Compiling tokio-rustls v0.26.0 |
1538 | 2024-12-13T20:49:50.372Z | Compiling hyper-rustls v0.27.3 |
1539 | 2024-12-13T20:49:50.686Z | Compiling reqwest v0.12.9 |
1540 | 2024-12-13T20:49:51.912Z | Compiling qorb v0.2.1 |
1541 | 2024-12-13T20:49:56.910Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1542 | 2024-12-13T20:49:57.148Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1543 | 2024-12-13T20:50:03.006Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s |
1544 | 2024-12-13T20:50:03.170Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1545 | 2024-12-13T20:50:03.223Z | Dec 13 20:50:02.588 INFO Starting download, target: Clickhouse |
1546 | 2024-12-13T20:50:03.223Z | Dec 13 20:50:02.588 INFO Starting download, target: Cockroach |
1547 | 2024-12-13T20:50:03.223Z | Dec 13 20:50:02.588 INFO Starting download, target: Console |
1548 | 2024-12-13T20:50:03.223Z | Dec 13 20:50:02.588 INFO Starting download, target: DendriteOpenapi |
1549 | 2024-12-13T20:50:03.227Z | Dec 13 20:50:02.588 INFO Starting download, target: DendriteStub |
1550 | 2024-12-13T20:50:03.227Z | Dec 13 20:50:02.588 INFO Starting download, target: MaghemiteMgd |
1551 | 2024-12-13T20:50:03.227Z | Dec 13 20:50:02.588 INFO Starting download, target: TransceiverControl |
1552 | 2024-12-13T20:50:03.227Z | Dec 13 20:50:02.589 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1553 | 2024-12-13T20:50:03.227Z | Dec 13 20:50:02.589 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1554 | 2024-12-13T20:50:03.227Z | Dec 13 20:50:02.589 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1555 | 2024-12-13T20:50:03.227Z | Dec 13 20:50:02.589 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1556 | 2024-12-13T20:50:03.227Z | Dec 13 20:50:02.589 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1557 | 2024-12-13T20:50:03.227Z | Dec 13 20:50:02.589 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1558 | 2024-12-13T20:50:03.227Z | Dec 13 20:50:02.589 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1559 | 2024-12-13T20:50:03.421Z | Dec 13 20:50:02.781 INFO Download complete, target: DendriteOpenapi |
1560 | 2024-12-13T20:50:03.566Z | Dec 13 20:50:02.884 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1561 | 2024-12-13T20:50:03.759Z | Dec 13 20:50:03.118 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1562 | 2024-12-13T20:50:04.027Z | Dec 13 20:50:03.370 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1563 | 2024-12-13T20:50:04.095Z | Dec 13 20:50:03.459 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1564 | 2024-12-13T20:50:04.109Z | Dec 13 20:50:03.469 INFO Download complete, target: Console |
1565 | 2024-12-13T20:50:04.248Z | Dec 13 20:50:03.603 INFO Download complete, target: TransceiverControl |
1566 | 2024-12-13T20:50:04.781Z | Dec 13 20:50:04.145 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1567 | 2024-12-13T20:50:04.781Z | Dec 13 20:50:04.145 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1568 | 2024-12-13T20:50:05.316Z | Dec 13 20:50:04.681 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1569 | 2024-12-13T20:50:06.941Z | Dec 13 20:50:06.305 INFO Download complete, target: MaghemiteMgd |
1570 | 2024-12-13T20:50:06.941Z | Dec 13 20:50:06.305 INFO Download complete, target: DendriteStub |
1571 | 2024-12-13T20:50:12.301Z | Dec 13 20:50:11.664 INFO Checking that binary works, target: Cockroach |
1572 | 2024-12-13T20:50:12.468Z | Dec 13 20:50:11.830 INFO Download complete, target: Cockroach |
1573 | 2024-12-13T20:50:17.766Z | Dec 13 20:50:17.128 INFO Checking that binary works, target: Clickhouse |
1574 | 2024-12-13T20:50:17.903Z | Dec 13 20:50:17.265 INFO Download complete, target: Clickhouse |
1575 | 2024-12-13T20:50:17.928Z | All builder prerequisites installed successfully, and PATH looks valid |
1576 | 2024-12-13T20:50:17.948Z | |
1577 | 2024-12-13T20:50:17.948Z | real 5:20.053966033 |
1578 | 2024-12-13T20:50:17.948Z | user 16:39.593609422 |
1579 | 2024-12-13T20:50:17.948Z | sys 3:17.092109134 |
1580 | 2024-12-13T20:50:17.948Z | trap 0.574850891 |
1581 | 2024-12-13T20:50:17.948Z | tflt 1.697243239 |
1582 | 2024-12-13T20:50:17.948Z | dflt 2.356050148 |
1583 | 2024-12-13T20:50:17.948Z | kflt 0.026457094 |
1584 | 2024-12-13T20:50:17.949Z | lock 30:51.739128591 |
1585 | 2024-12-13T20:50:17.949Z | slp 1:02:44.061893551 |
1586 | 2024-12-13T20:50:17.949Z | lat 57.744676549 |
1587 | 2024-12-13T20:50:17.949Z | stop 2:21.879677688 |
1588 | 2024-12-13T20:50:17.949Z | + banner clippy |
1589 | 2024-12-13T20:50:17.949Z | |
1590 | 2024-12-13T20:50:17.949Z | #### # # ##### ##### # # |
1591 | 2024-12-13T20:50:17.949Z | # # # # # # # # # # |
1592 | 2024-12-13T20:50:17.949Z | # # # # # # # # |
1593 | 2024-12-13T20:50:17.949Z | # # # ##### ##### # |
1594 | 2024-12-13T20:50:17.950Z | # # # # # # # |
1595 | 2024-12-13T20:50:17.950Z | #### ###### # # # # |
1596 | 2024-12-13T20:50:17.950Z | |
1597 | 2024-12-13T20:50:17.950Z | + export CARGO_INCREMENTAL=0 |
1598 | 2024-12-13T20:50:17.950Z | + CARGO_INCREMENTAL=0 |
1599 | 2024-12-13T20:50:17.950Z | + ptime -m cargo xtask clippy |
1600 | 2024-12-13T20:50:18.464Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1601 | 2024-12-13T20:50:22.268Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.28s |
1602 | 2024-12-13T20:50:22.335Z | Running `target/debug/xtask clippy` |
1603 | 2024-12-13T20:50:22.356Z | running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1604 | 2024-12-13T20:50:23.011Z | Downloading crates ... |
1605 | 2024-12-13T20:50:23.389Z | Downloaded doc-comment v0.3.3 |
1606 | 2024-12-13T20:50:23.411Z | Downloaded async-object-pool v0.1.5 |
1607 | 2024-12-13T20:50:23.414Z | Downloaded guppy-workspace-hack v0.1.0 |
1608 | 2024-12-13T20:50:23.419Z | Downloaded escape8259 v0.5.3 |
1609 | 2024-12-13T20:50:23.422Z | Downloaded pathdiff v0.2.2 |
1610 | 2024-12-13T20:50:23.433Z | Downloaded plotters-svg v0.3.7 |
1611 | 2024-12-13T20:50:23.435Z | Downloaded nested v0.1.1 |
1612 | 2024-12-13T20:50:23.440Z | Downloaded target-triple v0.1.3 |
1613 | 2024-12-13T20:50:23.457Z | Downloaded event-listener v2.5.3 |
1614 | 2024-12-13T20:50:23.460Z | Downloaded approx v0.5.1 |
1615 | 2024-12-13T20:50:23.462Z | Downloaded anes v0.1.6 |
1616 | 2024-12-13T20:50:23.465Z | Downloaded indoc v2.0.5 |
1617 | 2024-12-13T20:50:23.468Z | Downloaded assert-json-diff v2.0.2 |
1618 | 2024-12-13T20:50:23.468Z | Downloaded datatest-stable v0.2.9 |
1619 | 2024-12-13T20:50:23.471Z | Downloaded async-channel v1.9.0 |
1620 | 2024-12-13T20:50:23.471Z | Downloaded cast v0.3.0 |
1621 | 2024-12-13T20:50:23.471Z | Downloaded futures-timer v3.0.3 |
1622 | 2024-12-13T20:50:23.474Z | Downloaded kv-log-macro v1.0.7 |
1623 | 2024-12-13T20:50:23.476Z | Downloaded concurrent-queue v2.5.0 |
1624 | 2024-12-13T20:50:23.479Z | Downloaded blocking v1.6.1 |
1625 | 2024-12-13T20:50:23.479Z | Downloaded async-signal v0.2.10 |
1626 | 2024-12-13T20:50:23.482Z | Downloaded async-channel v2.3.1 |
1627 | 2024-12-13T20:50:23.482Z | Downloaded event-listener-strategy v0.5.2 |
1628 | 2024-12-13T20:50:23.485Z | Downloaded piper v0.2.4 |
1629 | 2024-12-13T20:50:23.485Z | Downloaded target-spec v3.2.2 |
1630 | 2024-12-13T20:50:23.490Z | Downloaded relative-path v1.9.3 |
1631 | 2024-12-13T20:50:23.490Z | Downloaded async-attributes v1.1.2 |
1632 | 2024-12-13T20:50:23.493Z | Downloaded threadpool v1.8.1 |
1633 | 2024-12-13T20:50:23.495Z | Downloaded stringmetrics v2.2.2 |
1634 | 2024-12-13T20:50:23.495Z | Downloaded parking v2.2.1 |
1635 | 2024-12-13T20:50:23.497Z | Downloaded oorandom v11.1.4 |
1636 | 2024-12-13T20:50:23.497Z | Downloaded proc-macro-crate v3.2.0 |
1637 | 2024-12-13T20:50:23.500Z | Downloaded path-tree v0.8.1 |
1638 | 2024-12-13T20:50:23.503Z | Downloaded similar-asserts v1.6.0 |
1639 | 2024-12-13T20:50:23.505Z | Downloaded blake2b_simd v1.0.2 |
1640 | 2024-12-13T20:50:23.508Z | Downloaded criterion-plot v0.5.0 |
1641 | 2024-12-13T20:50:23.510Z | Downloaded serde_regex v1.1.0 |
1642 | 2024-12-13T20:50:23.511Z | Downloaded plotters-backend v0.3.7 |
1643 | 2024-12-13T20:50:23.511Z | Downloaded num_cpus v1.16.0 |
1644 | 2024-12-13T20:50:23.514Z | Downloaded hyper-rustls v0.26.0 |
1645 | 2024-12-13T20:50:23.517Z | Downloaded futures-lite v2.3.0 |
1646 | 2024-12-13T20:50:23.519Z | Downloaded async-process v2.3.0 |
1647 | 2024-12-13T20:50:23.519Z | Downloaded assert_cmd v2.0.16 |
1648 | 2024-12-13T20:50:23.522Z | Downloaded async-global-executor v2.4.1 |
1649 | 2024-12-13T20:50:23.525Z | Downloaded async-lock v3.4.0 |
1650 | 2024-12-13T20:50:23.525Z | Downloaded target-lexicon v0.12.16 |
1651 | 2024-12-13T20:50:23.528Z | Downloaded tinytemplate v1.2.1 |
1652 | 2024-12-13T20:50:23.530Z | Downloaded rustls-native-certs v0.7.3 |
1653 | 2024-12-13T20:50:23.533Z | Downloaded partial-io v0.5.4 |
1654 | 2024-12-13T20:50:23.535Z | Downloaded async-executor v1.13.1 |
1655 | 2024-12-13T20:50:23.536Z | Downloaded rust-argon2 v2.1.0 |
1656 | 2024-12-13T20:50:23.539Z | Downloaded libtest-mimic v0.7.3 |
1657 | 2024-12-13T20:50:23.539Z | Downloaded cfg-expr v0.17.0 |
1658 | 2024-12-13T20:50:23.542Z | Downloaded async-io v2.3.4 |
1659 | 2024-12-13T20:50:23.547Z | Downloaded httptest v0.16.1 |
1660 | 2024-12-13T20:50:23.549Z | Downloaded async-task v4.7.1 |
1661 | 2024-12-13T20:50:23.552Z | Downloaded trybuild v1.0.101 |
1662 | 2024-12-13T20:50:23.556Z | Downloaded rstest v0.23.0 |
1663 | 2024-12-13T20:50:23.559Z | Downloaded rand_distr v0.4.3 |
1664 | 2024-12-13T20:50:23.562Z | Downloaded event-listener v5.3.1 |
1665 | 2024-12-13T20:50:23.565Z | Downloaded polling v3.7.3 |
1666 | 2024-12-13T20:50:23.571Z | Downloaded fancy-regex v0.13.0 |
1667 | 2024-12-13T20:50:23.579Z | Downloaded rstest_macros v0.23.0 |
1668 | 2024-12-13T20:50:23.582Z | Downloaded pretty_assertions v1.4.1 |
1669 | 2024-12-13T20:50:23.582Z | Downloaded yansi v1.0.1 |
1670 | 2024-12-13T20:50:23.591Z | Downloaded criterion v0.5.1 |
1671 | 2024-12-13T20:50:23.600Z | Downloaded guppy v0.17.8 |
1672 | 2024-12-13T20:50:23.606Z | Downloaded plotters v0.3.7 |
1673 | 2024-12-13T20:50:23.615Z | Downloaded async-std v1.13.0 |
1674 | 2024-12-13T20:50:23.711Z | Downloaded httpmock v0.8.0-alpha.1 |
1675 | 2024-12-13T20:50:24.481Z | Checking cfg-if v1.0.0 |
1676 | 2024-12-13T20:50:24.558Z | Checking libc v0.2.162 |
1677 | 2024-12-13T20:50:24.579Z | Checking serde v1.0.215 |
1678 | 2024-12-13T20:50:24.602Z | Checking memchr v2.7.4 |
1679 | 2024-12-13T20:50:24.621Z | Checking value-bag v1.9.0 |
1680 | 2024-12-13T20:50:24.642Z | Checking scopeguard v1.2.0 |
1681 | 2024-12-13T20:50:24.669Z | Checking zeroize v1.8.1 |
1682 | 2024-12-13T20:50:24.697Z | Checking smallvec v1.13.2 |
1683 | 2024-12-13T20:50:24.726Z | Checking itoa v1.0.11 |
1684 | 2024-12-13T20:50:24.795Z | Checking lock_api v0.4.12 |
1685 | 2024-12-13T20:50:24.932Z | Checking byteorder v1.5.0 |
1686 | 2024-12-13T20:50:24.960Z | Checking pin-project-lite v0.2.14 |
1687 | 2024-12-13T20:50:25.004Z | Checking log v0.4.22 |
1688 | 2024-12-13T20:50:25.056Z | Checking subtle v2.6.1 |
1689 | 2024-12-13T20:50:25.086Z | Checking once_cell v1.20.2 |
1690 | 2024-12-13T20:50:25.232Z | Checking typenum v1.17.0 |
1691 | 2024-12-13T20:50:25.340Z | Checking futures-core v0.3.31 |
1692 | 2024-12-13T20:50:25.369Z | Checking thiserror v1.0.69 |
1693 | 2024-12-13T20:50:25.396Z | Checking libm v0.2.8 |
1694 | 2024-12-13T20:50:25.466Z | Checking zerocopy v0.7.35 |
1695 | 2024-12-13T20:50:25.512Z | Checking ryu v1.0.18 |
1696 | 2024-12-13T20:50:25.543Z | Checking spin v0.9.8 |
1697 | 2024-12-13T20:50:25.567Z | Checking const-oid v0.9.6 |
1698 | 2024-12-13T20:50:25.647Z | Checking getrandom v0.2.15 |
1699 | 2024-12-13T20:50:25.761Z | Checking signal-hook-registry v1.4.2 |
1700 | 2024-12-13T20:50:25.882Z | Checking parking_lot_core v0.9.10 |
1701 | 2024-12-13T20:50:25.904Z | Checking rand_core v0.6.4 |
1702 | 2024-12-13T20:50:26.017Z | Checking mio v1.0.2 |
1703 | 2024-12-13T20:50:26.209Z | Checking socket2 v0.5.7 |
1704 | 2024-12-13T20:50:26.236Z | Checking parking_lot v0.12.3 |
1705 | 2024-12-13T20:50:26.330Z | Checking num-traits v0.2.19 |
1706 | 2024-12-13T20:50:26.585Z | Checking generic-array v0.14.7 |
1707 | 2024-12-13T20:50:26.654Z | Checking futures-io v0.3.31 |
1708 | 2024-12-13T20:50:26.683Z | Checking slab v0.4.9 |
1709 | 2024-12-13T20:50:26.735Z | Checking allocator-api2 v0.2.18 |
1710 | 2024-12-13T20:50:26.840Z | Checking cpufeatures v0.2.14 |
1711 | 2024-12-13T20:50:26.918Z | Checking futures-sink v0.3.31 |
1712 | 2024-12-13T20:50:26.957Z | Checking pin-utils v0.1.0 |
1713 | 2024-12-13T20:50:26.985Z | Checking foldhash v0.1.3 |
1714 | 2024-12-13T20:50:27.060Z | Checking equivalent v1.0.1 |
1715 | 2024-12-13T20:50:27.086Z | Checking futures-channel v0.3.31 |
1716 | 2024-12-13T20:50:27.185Z | Checking futures-task v0.3.31 |
1717 | 2024-12-13T20:50:27.222Z | Checking stable_deref_trait v1.2.0 |
1718 | 2024-12-13T20:50:27.349Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1719 | 2024-12-13T20:50:27.406Z | Checking hashbrown v0.15.1 |
1720 | 2024-12-13T20:50:27.440Z | Checking iana-time-zone v0.1.61 |
1721 | 2024-12-13T20:50:27.465Z | Checking futures-util v0.3.31 |
1722 | 2024-12-13T20:50:27.489Z | Checking fnv v1.0.7 |
1723 | 2024-12-13T20:50:27.604Z | Checking ppv-lite86 v0.2.20 |
1724 | 2024-12-13T20:50:27.633Z | Checking tracing-core v0.1.32 |
1725 | 2024-12-13T20:50:27.692Z | Checking errno v0.3.9 |
1726 | 2024-12-13T20:50:27.782Z | Checking crypto-common v0.1.6 |
1727 | 2024-12-13T20:50:27.871Z | Checking block-buffer v0.10.4 |
1728 | 2024-12-13T20:50:27.984Z | Checking zerofrom v0.1.4 |
1729 | 2024-12-13T20:50:28.094Z | Checking digest v0.10.7 |
1730 | 2024-12-13T20:50:28.125Z | Checking dyn-clone v1.0.17 |
1731 | 2024-12-13T20:50:28.207Z | Checking yoke v0.7.4 |
1732 | 2024-12-13T20:50:28.269Z | Checking block-padding v0.3.3 |
1733 | 2024-12-13T20:50:28.295Z | Checking tracing v0.1.40 |
1734 | 2024-12-13T20:50:28.387Z | Checking rand_chacha v0.3.1 |
1735 | 2024-12-13T20:50:28.469Z | Checking crossbeam-utils v0.8.20 |
1736 | 2024-12-13T20:50:28.500Z | Checking inout v0.1.3 |
1737 | 2024-12-13T20:50:28.536Z | Checking zerovec v0.10.4 |
1738 | 2024-12-13T20:50:28.559Z | Checking percent-encoding v2.3.1 |
1739 | 2024-12-13T20:50:28.636Z | Checking writeable v0.5.5 |
1740 | 2024-12-13T20:50:28.738Z | Checking cipher v0.4.4 |
1741 | 2024-12-13T20:50:28.769Z | Checking rand v0.8.5 |
1742 | 2024-12-13T20:50:28.796Z | Checking litemap v0.7.3 |
1743 | 2024-12-13T20:50:28.960Z | Checking tinyvec_macros v0.1.1 |
1744 | 2024-12-13T20:50:29.063Z | Checking tinyvec v1.8.0 |
1745 | 2024-12-13T20:50:29.140Z | Checking form_urlencoded v1.2.1 |
1746 | 2024-12-13T20:50:29.144Z | Checking httparse v1.9.5 |
1747 | 2024-12-13T20:50:29.192Z | Checking atomic-waker v1.1.2 |
1748 | 2024-12-13T20:50:29.338Z | Checking icu_locid_transform_data v1.5.0 |
1749 | 2024-12-13T20:50:29.341Z | Checking base64ct v1.6.0 |
1750 | 2024-12-13T20:50:29.444Z | Checking regex-syntax v0.8.5 |
1751 | 2024-12-13T20:50:29.601Z | Checking hmac v0.12.1 |
1752 | 2024-12-13T20:50:29.639Z | Checking bytes v1.8.0 |
1753 | 2024-12-13T20:50:29.821Z | Checking bitflags v2.6.0 |
1754 | 2024-12-13T20:50:29.843Z | Checking serde_json v1.0.132 |
1755 | 2024-12-13T20:50:30.094Z | Checking indexmap v2.6.0 |
1756 | 2024-12-13T20:50:30.114Z | Checking chrono v0.4.38 |
1757 | 2024-12-13T20:50:30.256Z | Checking rustix v0.38.37 |
1758 | 2024-12-13T20:50:30.351Z | Checking uuid v1.11.0 |
1759 | 2024-12-13T20:50:30.472Z | Checking tokio v1.40.0 |
1760 | 2024-12-13T20:50:30.981Z | Checking http v1.1.0 |
1761 | 2024-12-13T20:50:31.390Z | Checking tinystr v0.7.6 |
1762 | 2024-12-13T20:50:31.647Z | Checking unicode-normalization v0.1.24 |
1763 | 2024-12-13T20:50:31.827Z | Checking icu_locid v1.5.0 |
1764 | 2024-12-13T20:50:32.177Z | Checking schemars v0.8.21 |
1765 | 2024-12-13T20:50:32.389Z | Checking icu_collections v1.5.0 |
1766 | 2024-12-13T20:50:32.630Z | Checking untrusted v0.9.0 |
1767 | 2024-12-13T20:50:32.677Z | Checking icu_properties_data v1.5.0 |
1768 | 2024-12-13T20:50:32.733Z | Checking sha2 v0.10.8 |
1769 | 2024-12-13T20:50:32.800Z | Checking ring v0.17.8 |
1770 | 2024-12-13T20:50:32.840Z | Checking icu_provider v1.5.0 |
1771 | 2024-12-13T20:50:32.953Z | Checking aho-corasick v1.1.3 |
1772 | 2024-12-13T20:50:33.093Z | Checking utf8_iter v1.0.4 |
1773 | 2024-12-13T20:50:33.298Z | Checking write16 v1.0.0 |
1774 | 2024-12-13T20:50:33.325Z | Checking unicode-bidi v0.3.17 |
1775 | 2024-12-13T20:50:33.434Z | Checking utf16_iter v1.0.5 |
1776 | 2024-12-13T20:50:33.504Z | Checking icu_locid_transform v1.5.0 |
1777 | 2024-12-13T20:50:33.606Z | Checking unicode-ident v1.0.13 |
1778 | 2024-12-13T20:50:33.753Z | Checking icu_normalizer_data v1.5.0 |
1779 | 2024-12-13T20:50:33.788Z | Checking lazy_static v1.5.0 |
1780 | 2024-12-13T20:50:33.817Z | Checking powerfmt v0.2.0 |
1781 | 2024-12-13T20:50:33.872Z | Checking adler2 v2.0.0 |
1782 | 2024-12-13T20:50:33.913Z | Checking num-conv v0.1.0 |
1783 | 2024-12-13T20:50:33.986Z | Checking time-core v0.1.2 |
1784 | 2024-12-13T20:50:34.042Z | Checking miniz_oxide v0.8.0 |
1785 | 2024-12-13T20:50:34.085Z | Checking deranged v0.3.11 |
1786 | 2024-12-13T20:50:34.146Z | Checking num_threads v0.1.7 |
1787 | 2024-12-13T20:50:34.181Z | Checking rustls-pki-types v1.10.0 |
1788 | 2024-12-13T20:50:34.275Z | Checking proc-macro2 v1.0.89 |
1789 | 2024-12-13T20:50:34.515Z | Checking icu_properties v1.5.1 |
1790 | 2024-12-13T20:50:35.102Z | Checking regex-automata v0.4.8 |
1791 | 2024-12-13T20:50:35.144Z | Checking pem-rfc7468 v0.7.0 |
1792 | 2024-12-13T20:50:35.157Z | Checking untrusted v0.7.1 |
1793 | 2024-12-13T20:50:35.157Z | Checking http-body v1.0.1 |
1794 | 2024-12-13T20:50:35.157Z | Checking aws-lc-sys v0.22.0 |
1795 | 2024-12-13T20:50:35.158Z | Checking try-lock v0.2.5 |
1796 | 2024-12-13T20:50:35.158Z | Checking quote v1.0.37 |
1797 | 2024-12-13T20:50:35.158Z | Checking mirai-annotations v1.12.0 |
1798 | 2024-12-13T20:50:35.158Z | Checking httpdate v1.0.3 |
1799 | 2024-12-13T20:50:35.212Z | Checking base64 v0.22.1 |
1800 | 2024-12-13T20:50:35.312Z | Checking syn v2.0.87 |
1801 | 2024-12-13T20:50:35.350Z | Checking want v0.3.1 |
1802 | 2024-12-13T20:50:35.543Z | Checking flagset v0.4.6 |
1803 | 2024-12-13T20:50:35.699Z | Checking pbkdf2 v0.12.2 |
1804 | 2024-12-13T20:50:35.750Z | Checking der v0.7.9 |
1805 | 2024-12-13T20:50:35.838Z | Checking time v0.3.36 |
1806 | 2024-12-13T20:50:35.880Z | Checking aes v0.8.4 |
1807 | 2024-12-13T20:50:36.852Z | Checking salsa20 v0.10.2 |
1808 | 2024-12-13T20:50:37.087Z | Checking cbc v0.1.2 |
1809 | 2024-12-13T20:50:37.325Z | Checking ahash v0.8.11 |
1810 | 2024-12-13T20:50:37.593Z | Checking aws-lc-rs v1.10.0 |
1811 | 2024-12-13T20:50:37.623Z | Checking spki v0.7.3 |
1812 | 2024-12-13T20:50:37.761Z | Checking tokio-util v0.7.12 |
1813 | 2024-12-13T20:50:37.882Z | Checking slog v2.7.0 |
1814 | 2024-12-13T20:50:37.938Z | Checking tower-service v0.3.3 |
1815 | 2024-12-13T20:50:37.964Z | Checking icu_normalizer v1.5.0 |
1816 | 2024-12-13T20:50:38.061Z | Checking scrypt v0.11.0 |
1817 | 2024-12-13T20:50:38.289Z | Checking gimli v0.31.1 |
1818 | 2024-12-13T20:50:38.383Z | Checking mime v0.3.17 |
1819 | 2024-12-13T20:50:38.442Z | Checking pkcs5 v0.7.1 |
1820 | 2024-12-13T20:50:38.702Z | Checking h2 v0.4.6 |
1821 | 2024-12-13T20:50:38.731Z | Checking object v0.36.5 |
1822 | 2024-12-13T20:50:38.781Z | Checking idna_adapter v1.2.0 |
1823 | 2024-12-13T20:50:38.951Z | Checking utf8parse v0.2.2 |
1824 | 2024-12-13T20:50:38.993Z | Checking idna v1.0.3 |
1825 | 2024-12-13T20:50:39.107Z | Checking rustc-demangle v0.1.24 |
1826 | 2024-12-13T20:50:39.272Z | Checking regex v1.11.1 |
1827 | 2024-12-13T20:50:39.431Z | Checking rustls-webpki v0.102.8 |
1828 | 2024-12-13T20:50:39.475Z | Checking url v2.5.3 |
1829 | 2024-12-13T20:50:39.551Z | Checking pkcs8 v0.10.2 |
1830 | 2024-12-13T20:50:39.885Z | Checking http-body-util v0.1.2 |
1831 | 2024-12-13T20:50:39.906Z | Checking futures-executor v0.3.31 |
1832 | 2024-12-13T20:50:40.134Z | Checking toml_datetime v0.6.8 |
1833 | 2024-12-13T20:50:40.311Z | Checking serde_spanned v0.6.8 |
1834 | 2024-12-13T20:50:40.340Z | Checking ipnet v2.10.1 |
1835 | 2024-12-13T20:50:40.343Z | Checking unicode-width v0.1.14 |
1836 | 2024-12-13T20:50:40.413Z | Checking data-encoding v2.6.0 |
1837 | 2024-12-13T20:50:40.487Z | Checking futures v0.3.31 |
1838 | 2024-12-13T20:50:40.615Z | Checking rustls-pemfile v2.2.0 |
1839 | 2024-12-13T20:50:40.819Z | Checking foreign-types-shared v0.1.1 |
1840 | 2024-12-13T20:50:40.850Z | Checking anstyle v1.0.10 |
1841 | 2024-12-13T20:50:40.875Z | Checking openssl-probe v0.1.5 |
1842 | 2024-12-13T20:50:40.930Z | Checking foreign-types v0.3.2 |
1843 | 2024-12-13T20:50:41.035Z | Checking semver v1.0.23 |
1844 | 2024-12-13T20:50:41.038Z | Checking serde_urlencoded v0.7.1 |
1845 | 2024-12-13T20:50:41.087Z | Checking sha1 v0.10.6 |
1846 | 2024-12-13T20:50:41.209Z | Checking openssl-sys v0.9.103 |
1847 | 2024-12-13T20:50:41.380Z | Checking encoding_rs v0.8.34 |
1848 | 2024-12-13T20:50:41.434Z | Checking rustls v0.23.19 |
1849 | 2024-12-13T20:50:41.491Z | Checking anstyle-parse v0.2.5 |
1850 | 2024-12-13T20:50:41.768Z | Checking camino v1.1.9 |
1851 | 2024-12-13T20:50:41.835Z | Checking either v1.13.0 |
1852 | 2024-12-13T20:50:42.298Z | Checking anstyle-query v1.1.1 |
1853 | 2024-12-13T20:50:42.376Z | Checking addr2line v0.24.2 |
1854 | 2024-12-13T20:50:42.440Z | Checking winnow v0.6.20 |
1855 | 2024-12-13T20:50:42.507Z | Checking colorchoice v1.0.2 |
1856 | 2024-12-13T20:50:42.563Z | Checking openssl v0.10.66 |
1857 | 2024-12-13T20:50:42.602Z | Checking is_terminal_polyfill v1.70.1 |
1858 | 2024-12-13T20:50:42.707Z | Checking anstream v0.6.15 |
1859 | 2024-12-13T20:50:42.798Z | Checking idna v0.3.0 |
1860 | 2024-12-13T20:50:43.069Z | Checking terminal_size v0.4.0 |
1861 | 2024-12-13T20:50:43.264Z | Checking openapiv3 v2.0.0 |
1862 | 2024-12-13T20:50:43.733Z | Checking signature v2.2.0 |
1863 | 2024-12-13T20:50:43.762Z | Checking strsim v0.11.1 |
1864 | 2024-12-13T20:50:43.947Z | Checking psl-types v2.0.11 |
1865 | 2024-12-13T20:50:44.064Z | Checking clap_lex v0.7.2 |
1866 | 2024-12-13T20:50:44.141Z | Checking publicsuffix v2.2.3 |
1867 | 2024-12-13T20:50:44.324Z | Checking clap_builder v4.5.21 |
1868 | 2024-12-13T20:50:44.382Z | Checking cookie v0.18.1 |
1869 | 2024-12-13T20:50:44.832Z | Checking webpki-roots v0.26.6 |
1870 | 2024-12-13T20:50:44.986Z | Checking hyper v1.5.0 |
1871 | 2024-12-13T20:50:45.054Z | Checking idna v0.5.0 |
1872 | 2024-12-13T20:50:45.134Z | Checking backtrace v0.3.74 |
1873 | 2024-12-13T20:50:45.368Z | Checking is-terminal v0.4.13 |
1874 | 2024-12-13T20:50:45.501Z | Checking scroll v0.12.0 |
1875 | 2024-12-13T20:50:45.711Z | Checking anyhow v1.0.93 |
1876 | 2024-12-13T20:50:45.942Z | Checking plain v0.2.3 |
1877 | 2024-12-13T20:50:45.990Z | Checking ucd-trie v0.1.7 |
1878 | 2024-12-13T20:50:46.107Z | Checking goblin v0.8.2 |
1879 | 2024-12-13T20:50:46.131Z | Checking cookie_store v0.21.0 |
1880 | 2024-12-13T20:50:46.204Z | Checking pest v2.7.14 |
1881 | 2024-12-13T20:50:46.862Z | Checking sync_wrapper v1.0.1 |
1882 | 2024-12-13T20:50:46.893Z | Checking pretty-hex v0.4.1 |
1883 | 2024-12-13T20:50:46.958Z | Checking tokio-rustls v0.26.0 |
1884 | 2024-12-13T20:50:47.014Z | Checking base16ct v0.2.0 |
1885 | 2024-12-13T20:50:47.042Z | Checking hyper-util v0.1.10 |
1886 | 2024-12-13T20:50:47.068Z | Checking num-integer v0.1.46 |
1887 | 2024-12-13T20:50:47.205Z | Checking sec1 v0.7.3 |
1888 | 2024-12-13T20:50:47.356Z | Checking clap v4.5.21 |
1889 | 2024-12-13T20:50:47.384Z | Checking ff v0.13.0 |
1890 | 2024-12-13T20:50:47.480Z | Checking thread-id v4.2.2 |
1891 | 2024-12-13T20:50:47.549Z | Checking toml_edit v0.22.22 |
1892 | 2024-12-13T20:50:47.589Z | Checking hkdf v0.12.4 |
1893 | 2024-12-13T20:50:47.616Z | Checking group v0.13.0 |
1894 | 2024-12-13T20:50:47.618Z | Checking crypto-bigint v0.5.5 |
1895 | 2024-12-13T20:50:47.801Z | Checking memmap v0.7.0 |
1896 | 2024-12-13T20:50:47.888Z | Checking dirs-sys-next v0.1.2 |
1897 | 2024-12-13T20:50:48.007Z | Checking native-tls v0.2.12 |
1898 | 2024-12-13T20:50:48.062Z | Checking crc32fast v1.4.2 |
1899 | 2024-12-13T20:50:48.111Z | Checking bitflags v1.3.2 |
1900 | 2024-12-13T20:50:48.258Z | Checking utf-8 v0.7.6 |
1901 | 2024-12-13T20:50:48.329Z | Checking static_assertions v1.1.0 |
1902 | 2024-12-13T20:50:48.358Z | Checking tokio-native-tls v0.3.1 |
1903 | 2024-12-13T20:50:48.442Z | Checking dirs-next v2.0.0 |
1904 | 2024-12-13T20:50:48.470Z | Checking crossbeam-channel v0.5.13 |
1905 | 2024-12-13T20:50:48.585Z | Checking thread_local v1.1.8 |
1906 | 2024-12-13T20:50:48.614Z | Checking unicode-segmentation v1.12.0 |
1907 | 2024-12-13T20:50:48.754Z | Checking dtrace-parser v0.2.0 |
1908 | 2024-12-13T20:50:48.889Z | Checking term v0.7.0 |
1909 | 2024-12-13T20:50:49.010Z | Checking hyper-tls v0.6.0 |
1910 | 2024-12-13T20:50:49.199Z | Checking hyper-rustls v0.27.3 |
1911 | 2024-12-13T20:50:49.261Z | Checking num-iter v0.1.45 |
1912 | 2024-12-13T20:50:49.294Z | Checking crossbeam-epoch v0.9.18 |
1913 | 2024-12-13T20:50:49.336Z | Checking take_mut v0.2.2 |
1914 | 2024-12-13T20:50:49.362Z | Checking match_cfg v0.1.0 |
1915 | 2024-12-13T20:50:49.455Z | Checking slog-term v2.9.1 |
1916 | 2024-12-13T20:50:49.458Z | Checking hostname v0.3.1 |
1917 | 2024-12-13T20:50:49.503Z | Checking slog-async v2.8.0 |
1918 | 2024-12-13T20:50:49.533Z | Checking reqwest v0.12.9 |
1919 | 2024-12-13T20:50:49.611Z | Checking bstr v1.10.0 |
1920 | 2024-12-13T20:50:49.741Z | Checking rfc6979 v0.4.0 |
1921 | 2024-12-13T20:50:49.788Z | Checking hex v0.4.3 |
1922 | 2024-12-13T20:50:49.929Z | Checking managed v0.8.0 |
1923 | 2024-12-13T20:50:49.976Z | Checking winnow v0.5.40 |
1924 | 2024-12-13T20:50:50.125Z | Checking toml v0.8.19 |
1925 | 2024-12-13T20:50:50.311Z | Checking crossbeam-deque v0.8.5 |
1926 | 2024-12-13T20:50:50.337Z | Checking num-bigint-dig v0.8.4 |
1927 | 2024-12-13T20:50:50.459Z | Checking elliptic-curve v0.13.8 |
1928 | 2024-12-13T20:50:50.576Z | Checking flate2 v1.0.34 |
1929 | 2024-12-13T20:50:50.648Z | Checking rustls v0.22.4 |
1930 | 2024-12-13T20:50:50.870Z | Checking pkcs1 v0.7.5 |
1931 | 2024-12-13T20:50:51.062Z | Checking dof v0.3.0 |
1932 | 2024-12-13T20:50:51.087Z | Checking ecdsa v0.16.9 |
1933 | 2024-12-13T20:50:51.255Z | Checking curve25519-dalek v4.1.3 |
1934 | 2024-12-13T20:50:51.298Z | Checking zerocopy v0.6.6 |
1935 | 2024-12-13T20:50:51.379Z | Checking siphasher v0.3.11 |
1936 | 2024-12-13T20:50:51.725Z | Checking rayon-core v1.12.1 |
1937 | 2024-12-13T20:50:51.751Z | Checking usdt-impl v0.5.0 |
1938 | 2024-12-13T20:50:51.836Z | Checking ed25519 v2.2.3 |
1939 | 2024-12-13T20:50:52.096Z | Checking slog-json v2.6.1 |
1940 | 2024-12-13T20:50:52.157Z | Checking signal-hook v0.3.17 |
1941 | 2024-12-13T20:50:52.324Z | Checking usdt v0.5.0 |
1942 | 2024-12-13T20:50:52.357Z | Checking debug-ignore v1.0.5 |
1943 | 2024-12-13T20:50:52.413Z | Checking quick-error v1.2.3 |
1944 | 2024-12-13T20:50:52.496Z | Checking slog-bunyan v2.5.0 |
1945 | 2024-12-13T20:50:52.525Z | Checking multer v3.1.0 |
1946 | 2024-12-13T20:50:52.555Z | Checking rsa v0.9.6 |
1947 | 2024-12-13T20:50:52.578Z | Checking itertools v0.10.5 |
1948 | 2024-12-13T20:50:52.580Z | Checking x509-cert v0.2.5 |
1949 | 2024-12-13T20:50:52.664Z | Checking idna v0.4.0 |
1950 | 2024-12-13T20:50:52.916Z | Checking serde_path_to_error v0.1.16 |
1951 | 2024-12-13T20:50:53.010Z | Checking toml_edit v0.19.15 |
1952 | 2024-12-13T20:50:53.185Z | Checking ed25519-dalek v2.1.1 |
1953 | 2024-12-13T20:50:53.548Z | Checking hubpack v0.1.2 |
1954 | 2024-12-13T20:50:53.575Z | Checking waitgroup v0.1.2 |
1955 | 2024-12-13T20:50:53.578Z | Checking bzip2-sys v0.1.11+1.0.8 |
1956 | 2024-12-13T20:50:53.622Z | Checking async-stream v0.3.6 |
1957 | 2024-12-13T20:50:53.710Z | Checking hostname v0.4.0 |
1958 | 2024-12-13T20:50:53.737Z | Checking bit-vec v0.6.3 |
1959 | 2024-12-13T20:50:53.808Z | Checking bzip2 v0.4.4 |
1960 | 2024-12-13T20:50:53.850Z | Checking hickory-proto v0.24.1 |
1961 | 2024-12-13T20:50:53.853Z | Checking signal-hook-mio v0.2.4 |
1962 | 2024-12-13T20:50:54.003Z | Checking console v0.15.8 |
1963 | 2024-12-13T20:50:54.078Z | Checking bit-set v0.5.3 |
1964 | 2024-12-13T20:50:54.106Z | Checking hash32 v0.2.1 |
1965 | 2024-12-13T20:50:54.265Z | Checking linked-hash-map v0.5.6 |
1966 | 2024-12-13T20:50:54.328Z | Checking tokio-rustls v0.25.0 |
1967 | 2024-12-13T20:50:54.360Z | Checking unicode-properties v0.1.3 |
1968 | 2024-12-13T20:50:54.408Z | Checking predicates-core v1.0.8 |
1969 | 2024-12-13T20:50:54.556Z | Checking heapless v0.7.17 |
1970 | 2024-12-13T20:50:54.608Z | Checking crossterm v0.28.1 |
1971 | 2024-12-13T20:50:54.633Z | Checking lru-cache v0.1.2 |
1972 | 2024-12-13T20:50:54.719Z | Checking stringprep v0.1.5 |
1973 | 2024-12-13T20:50:54.743Z | Checking dropshot v0.12.0 |
1974 | 2024-12-13T20:50:54.818Z | Checking rayon v1.10.0 |
1975 | 2024-12-13T20:50:54.846Z | Checking phf_shared v0.11.2 |
1976 | 2024-12-13T20:50:54.998Z | Checking similar v2.6.0 |
1977 | 2024-12-13T20:50:55.159Z | Checking tokio-stream v0.1.16 |
1978 | 2024-12-13T20:50:55.447Z | Checking toml v0.7.8 |
1979 | 2024-12-13T20:50:55.582Z | Checking md-5 v0.10.6 |
1980 | 2024-12-13T20:50:55.822Z | Checking float-cmp v0.9.0 |
1981 | 2024-12-13T20:50:55.913Z | Checking fallible-iterator v0.2.0 |
1982 | 2024-12-13T20:50:56.012Z | Checking normalize-line-endings v0.3.0 |
1983 | 2024-12-13T20:50:56.100Z | Checking fixedbitset v0.4.2 |
1984 | 2024-12-13T20:50:56.139Z | Checking difflib v0.4.0 |
1985 | 2024-12-13T20:50:56.180Z | Checking smoltcp v0.9.1 |
1986 | 2024-12-13T20:50:56.382Z | Checking petgraph v0.6.5 |
1987 | 2024-12-13T20:50:56.469Z | Checking predicates v3.1.2 |
1988 | 2024-12-13T20:50:56.495Z | Checking phf v0.11.2 |
1989 | 2024-12-13T20:50:56.539Z | Checking postgres-protocol v0.6.7 |
1990 | 2024-12-13T20:50:56.787Z | Checking zip v0.6.6 |
1991 | 2024-12-13T20:50:57.154Z | Checking resolv-conf v0.7.0 |
1992 | 2024-12-13T20:50:57.226Z | Checking phf_shared v0.10.0 |
1993 | 2024-12-13T20:50:57.508Z | Checking tungstenite v0.24.0 |
1994 | 2024-12-13T20:50:57.510Z | Checking fs-err v2.11.0 |
1995 | 2024-12-13T20:50:57.555Z | Checking serde-big-array v0.5.1 |
1996 | 2024-12-13T20:50:57.678Z | Checking portable-atomic v1.9.0 |
1997 | 2024-12-13T20:50:57.772Z | Checking unicode-width v0.2.0 |
1998 | 2024-12-13T20:50:58.099Z | Checking precomputed-hash v0.1.1 |
1999 | 2024-12-13T20:50:58.228Z | Checking number_prefix v0.4.0 |
2000 | 2024-12-13T20:50:58.260Z | Checking lalrpop-util v0.19.12 |
2001 | 2024-12-13T20:50:58.421Z | Checking minimal-lexical v0.2.1 |
2002 | 2024-12-13T20:50:58.441Z | Checking new_debug_unreachable v1.0.6 |
2003 | 2024-12-13T20:50:58.517Z | Checking tokio-tungstenite v0.24.0 |
2004 | 2024-12-13T20:50:58.541Z | Checking string_cache v0.8.7 |
2005 | 2024-12-13T20:50:58.572Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2006 | 2024-12-13T20:50:58.678Z | Checking hickory-resolver v0.24.1 |
2007 | 2024-12-13T20:50:58.708Z | Checking postgres-types v0.2.8 |
2008 | 2024-12-13T20:50:58.772Z | Checking indicatif v0.17.9 |
2009 | 2024-12-13T20:50:58.803Z | Checking nom v7.1.3 |
2010 | 2024-12-13T20:50:58.836Z | Checking whoami v1.5.2 |
2011 | 2024-12-13T20:50:58.968Z | Checking peg-runtime v0.8.3 |
2012 | 2024-12-13T20:50:59.211Z | Compiling hashbrown v0.14.5 |
2013 | 2024-12-13T20:50:59.287Z | Compiling ident_case v1.0.1 |
2014 | 2024-12-13T20:50:59.409Z | Checking tokio-postgres v0.7.12 |
2015 | 2024-12-13T20:50:59.477Z | Compiling darling_core v0.20.10 |
2016 | 2024-12-13T20:50:59.561Z | Compiling unsafe-libyaml v0.2.11 |
2017 | 2024-12-13T20:51:00.319Z | Checking qorb v0.2.1 |
2018 | 2024-12-13T20:51:00.655Z | Compiling regress v0.10.1 |
2019 | 2024-12-13T20:51:01.080Z | Compiling serde_yaml v0.9.34+deprecated |
2020 | 2024-12-13T20:51:01.581Z | Checking heck v0.5.0 |
2021 | 2024-12-13T20:51:01.798Z | Checking progenitor-client v0.8.0 |
2022 | 2024-12-13T20:51:02.207Z | Checking fastrand v2.1.1 |
2023 | 2024-12-13T20:51:02.518Z | Compiling newtype-uuid v1.1.3 |
2024 | 2024-12-13T20:51:02.544Z | Checking ipnetwork v0.20.0 |
2025 | 2024-12-13T20:51:02.848Z | Compiling structmeta-derive v0.3.0 |
2026 | 2024-12-13T20:51:02.899Z | Checking strum v0.26.3 |
2027 | 2024-12-13T20:51:02.969Z | Compiling dropshot v0.13.0 |
2028 | 2024-12-13T20:51:03.061Z | Checking macaddr v1.0.1 |
2029 | 2024-12-13T20:51:03.337Z | Compiling dropshot_endpoint v0.13.0 |
2030 | 2024-12-13T20:51:03.396Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2031 | 2024-12-13T20:51:04.170Z | Checking tempfile v3.13.0 |
2032 | 2024-12-13T20:51:04.384Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2033 | 2024-12-13T20:51:04.564Z | Compiling typify-impl v0.2.0 |
2034 | 2024-12-13T20:51:04.761Z | Checking instant v0.1.13 |
2035 | 2024-12-13T20:51:04.890Z | Checking regress v0.9.1 |
2036 | 2024-12-13T20:51:05.376Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2037 | 2024-12-13T20:51:05.807Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2038 | 2024-12-13T20:51:05.883Z | Compiling structmeta v0.3.0 |
2039 | 2024-12-13T20:51:06.130Z | Checking backoff v0.4.0 |
2040 | 2024-12-13T20:51:06.160Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2041 | 2024-12-13T20:51:06.301Z | Compiling parse-display-derive v0.10.0 |
2042 | 2024-12-13T20:51:06.327Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2043 | 2024-12-13T20:51:06.446Z | Checking wait-timeout v0.2.0 |
2044 | 2024-12-13T20:51:06.484Z | Checking rand_xorshift v0.3.0 |
2045 | 2024-12-13T20:51:06.521Z | Compiling darling_macro v0.20.10 |
2046 | 2024-12-13T20:51:06.667Z | Checking rusty-fork v0.3.0 |
2047 | 2024-12-13T20:51:06.670Z | Checking unarray v0.1.4 |
2048 | 2024-12-13T20:51:06.849Z | Compiling structmeta-derive v0.2.0 |
2049 | 2024-12-13T20:51:06.984Z | Checking proptest v1.5.0 |
2050 | 2024-12-13T20:51:07.519Z | Compiling darling v0.20.10 |
2051 | 2024-12-13T20:51:07.655Z | Compiling serde_with_macros v3.11.0 |
2052 | 2024-12-13T20:51:07.737Z | Checking camino-tempfile v1.1.1 |
2053 | 2024-12-13T20:51:08.032Z | Compiling proc-macro-error v1.0.4 |
2054 | 2024-12-13T20:51:08.408Z | Compiling proc-macro-crate v1.3.1 |
2055 | 2024-12-13T20:51:08.774Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2056 | 2024-12-13T20:51:09.128Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2057 | 2024-12-13T20:51:09.463Z | Compiling foreign-types-macros v0.2.3 |
2058 | 2024-12-13T20:51:09.560Z | Compiling num_enum_derive v0.5.11 |
2059 | 2024-12-13T20:51:09.826Z | Compiling structmeta v0.2.0 |
2060 | 2024-12-13T20:51:10.269Z | Compiling test-strategy v0.3.1 |
2061 | 2024-12-13T20:51:10.540Z | Checking serde_with v3.11.0 |
2062 | 2024-12-13T20:51:10.812Z | Checking foreign-types-shared v0.3.1 |
2063 | 2024-12-13T20:51:10.940Z | Checking foreign-types v0.5.0 |
2064 | 2024-12-13T20:51:11.083Z | Checking parse-display v0.10.0 |
2065 | 2024-12-13T20:51:11.325Z | Checking tabwriter v1.4.0 |
2066 | 2024-12-13T20:51:11.400Z | Checking cstr-argument v0.1.2 |
2067 | 2024-12-13T20:51:11.587Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2068 | 2024-12-13T20:51:11.626Z | Checking pretty-hex v0.2.1 |
2069 | 2024-12-13T20:51:11.802Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2070 | 2024-12-13T20:51:11.828Z | Checking colored v2.1.0 |
2071 | 2024-12-13T20:51:12.033Z | Checking smf v0.2.3 |
2072 | 2024-12-13T20:51:12.123Z | Checking itertools v0.13.0 |
2073 | 2024-12-13T20:51:12.149Z | Compiling zerocopy v0.8.10 |
2074 | 2024-12-13T20:51:12.180Z | Checking num_enum v0.5.11 |
2075 | 2024-12-13T20:51:12.331Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2076 | 2024-12-13T20:51:12.448Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2077 | 2024-12-13T20:51:12.522Z | Checking base64 v0.21.7 |
2078 | 2024-12-13T20:51:12.613Z | Compiling crucible-workspace-hack v0.1.0 |
2079 | 2024-12-13T20:51:12.918Z | Compiling zerocopy-derive v0.8.10 |
2080 | 2024-12-13T20:51:13.008Z | Checking termtree v0.4.1 |
2081 | 2024-12-13T20:51:13.121Z | Compiling heapless v0.8.0 |
2082 | 2024-12-13T20:51:13.227Z | Checking predicates-tree v1.0.11 |
2083 | 2024-12-13T20:51:13.508Z | Checking hash32 v0.3.1 |
2084 | 2024-12-13T20:51:13.710Z | Compiling smoltcp v0.11.0 |
2085 | 2024-12-13T20:51:14.083Z | Checking cobs v0.2.3 |
2086 | 2024-12-13T20:51:14.263Z | Checking sigpipe v0.1.3 |
2087 | 2024-12-13T20:51:14.288Z | Checking postcard v1.0.10 |
2088 | 2024-12-13T20:51:14.386Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2089 | 2024-12-13T20:51:14.465Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2090 | 2024-12-13T20:51:14.635Z | Checking atomicwrites v0.4.4 |
2091 | 2024-12-13T20:51:14.769Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2092 | 2024-12-13T20:51:14.839Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2093 | 2024-12-13T20:51:14.865Z | Compiling thiserror v2.0.3 |
2094 | 2024-12-13T20:51:14.890Z | Compiling mockall_derive v0.13.0 |
2095 | 2024-12-13T20:51:15.146Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2096 | 2024-12-13T20:51:15.207Z | Compiling thiserror-impl v2.0.3 |
2097 | 2024-12-13T20:51:15.445Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2098 | 2024-12-13T20:51:15.811Z | Compiling zone_cfg_derive v0.3.0 |
2099 | 2024-12-13T20:51:15.859Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2100 | 2024-12-13T20:51:17.422Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2101 | 2024-12-13T20:51:17.773Z | Compiling num-derive v0.4.2 |
2102 | 2024-12-13T20:51:17.798Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2103 | 2024-12-13T20:51:17.969Z | Checking fragile v2.0.0 |
2104 | 2024-12-13T20:51:18.089Z | Checking downcast v0.11.0 |
2105 | 2024-12-13T20:51:18.302Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2106 | 2024-12-13T20:51:18.327Z | Checking zone v0.3.0 |
2107 | 2024-12-13T20:51:18.564Z | Compiling convert_case v0.4.0 |
2108 | 2024-12-13T20:51:19.120Z | Checking newline-converter v0.3.0 |
2109 | 2024-12-13T20:51:19.134Z | Checking tungstenite v0.21.0 |
2110 | 2024-12-13T20:51:19.238Z | Checking same-file v1.0.6 |
2111 | 2024-12-13T20:51:19.277Z | Checking expectorate v1.1.0 |
2112 | 2024-12-13T20:51:19.424Z | Checking walkdir v2.5.0 |
2113 | 2024-12-13T20:51:19.458Z | Checking arc-swap v1.7.1 |
2114 | 2024-12-13T20:51:19.558Z | Compiling derive_more v0.99.18 |
2115 | 2024-12-13T20:51:19.706Z | Checking xattr v1.3.1 |
2116 | 2024-12-13T20:51:19.916Z | Checking slog-scope v4.4.0 |
2117 | 2024-12-13T20:51:19.920Z | Checking filetime v0.2.25 |
2118 | 2024-12-13T20:51:20.025Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2119 | 2024-12-13T20:51:20.058Z | Checking tokio-tungstenite v0.21.0 |
2120 | 2024-12-13T20:51:20.118Z | Checking slog-stdlog v4.1.1 |
2121 | 2024-12-13T20:51:20.146Z | Checking tar v0.4.42 |
2122 | 2024-12-13T20:51:20.303Z | Checking slog-envlogger v2.2.0 |
2123 | 2024-12-13T20:51:20.500Z | Checking num-rational v0.4.2 |
2124 | 2024-12-13T20:51:20.529Z | Checking num-complex v0.4.6 |
2125 | 2024-12-13T20:51:20.577Z | Checking float-ord v0.3.2 |
2126 | 2024-12-13T20:51:20.729Z | Compiling owo-colors v4.1.0 |
2127 | 2024-12-13T20:51:20.989Z | Compiling cancel-safe-futures v0.1.5 |
2128 | 2024-12-13T20:51:21.016Z | Checking swrite v0.1.0 |
2129 | 2024-12-13T20:51:21.164Z | Checking libsw v3.3.1 |
2130 | 2024-12-13T20:51:21.432Z | Checking pem v3.0.4 |
2131 | 2024-12-13T20:51:21.467Z | Checking num v0.4.3 |
2132 | 2024-12-13T20:51:21.606Z | Checking password-hash v0.5.0 |
2133 | 2024-12-13T20:51:21.744Z | Checking blake2 v0.10.6 |
2134 | 2024-12-13T20:51:21.868Z | Checking indent_write v2.2.0 |
2135 | 2024-12-13T20:51:22.082Z | Checking linear-map v1.2.0 |
2136 | 2024-12-13T20:51:22.085Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2137 | 2024-12-13T20:51:22.606Z | Checking argon2 v0.5.3 |
2138 | 2024-12-13T20:51:22.643Z | Compiling lzma-sys v0.1.20 |
2139 | 2024-12-13T20:51:22.933Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2140 | 2024-12-13T20:51:22.936Z | Checking headers-core v0.3.0 |
2141 | 2024-12-13T20:51:23.093Z | Compiling heck v0.3.3 |
2142 | 2024-12-13T20:51:23.117Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2143 | 2024-12-13T20:51:23.209Z | Compiling typify-macro v0.2.0 |
2144 | 2024-12-13T20:51:23.234Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2145 | 2024-12-13T20:51:23.281Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2146 | 2024-12-13T20:51:23.472Z | Checking headers v0.4.0 |
2147 | 2024-12-13T20:51:23.509Z | Compiling zone_cfg_derive v0.1.2 |
2148 | 2024-12-13T20:51:23.602Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2149 | 2024-12-13T20:51:23.764Z | Checking mockall v0.13.0 |
2150 | 2024-12-13T20:51:23.867Z | Checking yasna v0.5.2 |
2151 | 2024-12-13T20:51:23.978Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2152 | 2024-12-13T20:51:24.007Z | Checking highway v1.2.0 |
2153 | 2024-12-13T20:51:24.446Z | Checking base64 v0.13.1 |
2154 | 2024-12-13T20:51:24.653Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2155 | 2024-12-13T20:51:24.774Z | Checking rcgen v0.12.1 |
2156 | 2024-12-13T20:51:24.856Z | Checking ron v0.7.1 |
2157 | 2024-12-13T20:51:25.090Z | Checking zone v0.1.8 |
2158 | 2024-12-13T20:51:25.492Z | Checking xz2 v0.1.7 |
2159 | 2024-12-13T20:51:25.805Z | Checking subprocess v0.2.9 |
2160 | 2024-12-13T20:51:25.830Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2161 | 2024-12-13T20:51:26.037Z | Checking humantime v2.1.0 |
2162 | 2024-12-13T20:51:26.335Z | Compiling semver v0.1.20 |
2163 | 2024-12-13T20:51:26.357Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2164 | 2024-12-13T20:51:26.359Z | Checking half v2.4.1 |
2165 | 2024-12-13T20:51:26.747Z | Compiling rustc_version v0.1.7 |
2166 | 2024-12-13T20:51:26.864Z | Checking ciborium-io v0.2.2 |
2167 | 2024-12-13T20:51:27.000Z | Checking ciborium-ll v0.2.2 |
2168 | 2024-12-13T20:51:27.023Z | Checking prettyplease v0.2.25 |
2169 | 2024-12-13T20:51:27.290Z | Compiling newtype_derive v0.1.6 |
2170 | 2024-12-13T20:51:27.313Z | Checking ciborium v0.2.2 |
2171 | 2024-12-13T20:51:27.624Z | Compiling typify v0.2.0 |
2172 | 2024-12-13T20:51:27.771Z | Compiling progenitor-impl v0.8.0 |
2173 | 2024-12-13T20:51:27.841Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2174 | 2024-12-13T20:51:29.607Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2175 | 2024-12-13T20:51:29.997Z | Checking steno v0.4.1 |
2176 | 2024-12-13T20:51:30.213Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2177 | 2024-12-13T20:51:30.429Z | Checking display-error-chain v0.2.2 |
2178 | 2024-12-13T20:51:30.593Z | Compiling slog-dtrace v0.3.0 |
2179 | 2024-12-13T20:51:30.721Z | Checking gethostname v0.5.0 |
2180 | 2024-12-13T20:51:30.870Z | Checking nibble_vec v0.1.0 |
2181 | 2024-12-13T20:51:31.069Z | Compiling ring v0.16.20 |
2182 | 2024-12-13T20:51:31.394Z | Compiling blake3 v1.5.4 |
2183 | 2024-12-13T20:51:31.484Z | Checking endian-type v0.1.2 |
2184 | 2024-12-13T20:51:31.760Z | Checking keccak v0.1.5 |
2185 | 2024-12-13T20:51:32.081Z | Checking sha3 v0.10.8 |
2186 | 2024-12-13T20:51:32.345Z | Checking radix_trie v0.2.1 |
2187 | 2024-12-13T20:51:32.582Z | Checking universal-hash v0.5.1 |
2188 | 2024-12-13T20:51:32.735Z | Checking secrecy v0.8.0 |
2189 | 2024-12-13T20:51:32.735Z | Checking opaque-debug v0.3.1 |
2190 | 2024-12-13T20:51:32.837Z | Checking aead v0.5.2 |
2191 | 2024-12-13T20:51:32.837Z | Checking chacha20 v0.9.1 |
2192 | 2024-12-13T20:51:32.837Z | Checking poly1305 v0.8.0 |
2193 | 2024-12-13T20:51:33.112Z | Compiling memmap2 v0.9.5 |
2194 | 2024-12-13T20:51:33.267Z | Compiling spin v0.5.2 |
2195 | 2024-12-13T20:51:33.467Z | Compiling arrayvec v0.7.6 |
2196 | 2024-12-13T20:51:33.550Z | Compiling arrayref v0.3.9 |
2197 | 2024-12-13T20:51:33.679Z | Compiling constant_time_eq v0.3.1 |
2198 | 2024-12-13T20:51:33.716Z | Compiling toolchain_find v0.4.0 |
2199 | 2024-12-13T20:51:33.851Z | Compiling thiserror-impl-no-std v2.0.2 |
2200 | 2024-12-13T20:51:33.874Z | Compiling topological-sort v0.2.2 |
2201 | 2024-12-13T20:51:34.103Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2202 | 2024-12-13T20:51:34.213Z | Compiling rustfmt-wrapper v0.2.1 |
2203 | 2024-12-13T20:51:34.414Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2204 | 2024-12-13T20:51:34.657Z | Checking chacha20poly1305 v0.10.1 |
2205 | 2024-12-13T20:51:34.738Z | Compiling async-recursion v1.1.1 |
2206 | 2024-12-13T20:51:34.797Z | Checking fxhash v0.2.1 |
2207 | 2024-12-13T20:51:34.845Z | Checking bumpalo v3.16.0 |
2208 | 2024-12-13T20:51:34.979Z | Checking simd-adler32 v0.3.7 |
2209 | 2024-12-13T20:51:35.097Z | Compiling zip v2.1.3 |
2210 | 2024-12-13T20:51:35.171Z | Checking lockfree-object-pool v0.1.6 |
2211 | 2024-12-13T20:51:35.355Z | Checking termcolor v1.4.1 |
2212 | 2024-12-13T20:51:35.435Z | Checking zopfli v0.8.1 |
2213 | 2024-12-13T20:51:35.466Z | Compiling radium v0.7.0 |
2214 | 2024-12-13T20:51:35.808Z | Checking maplit v1.0.2 |
2215 | 2024-12-13T20:51:35.934Z | Compiling maybe-uninit v2.0.0 |
2216 | 2024-12-13T20:51:35.991Z | Checking tap v1.0.1 |
2217 | 2024-12-13T20:51:36.061Z | Compiling progenitor-macro v0.8.0 |
2218 | 2024-12-13T20:51:36.183Z | Checking wyz v0.5.1 |
2219 | 2024-12-13T20:51:36.542Z | Checking home v0.5.9 |
2220 | 2024-12-13T20:51:36.602Z | Checking funty v2.0.0 |
2221 | 2024-12-13T20:51:36.717Z | Compiling packed_struct v0.10.1 |
2222 | 2024-12-13T20:51:36.814Z | Compiling omicron-zone-package v0.11.1 |
2223 | 2024-12-13T20:51:37.235Z | Checking thiserror-no-std v2.0.2 |
2224 | 2024-12-13T20:51:37.290Z | Checking crc-catalog v2.4.0 |
2225 | 2024-12-13T20:51:37.324Z | Checking vsss-rs v3.3.4 |
2226 | 2024-12-13T20:51:37.391Z | Checking crc v3.2.1 |
2227 | 2024-12-13T20:51:37.465Z | Compiling const_format_proc_macros v0.2.33 |
2228 | 2024-12-13T20:51:37.596Z | Checking bitvec v1.0.1 |
2229 | 2024-12-13T20:51:37.844Z | Checking kstat-rs v0.2.4 |
2230 | 2024-12-13T20:51:38.094Z | Compiling packed_struct_codegen v0.10.1 |
2231 | 2024-12-13T20:51:38.297Z | Compiling vte_generate_state_changes v0.1.2 |
2232 | 2024-12-13T20:51:38.523Z | Compiling indexmap v1.9.3 |
2233 | 2024-12-13T20:51:38.810Z | Checking nodrop v0.1.14 |
2234 | 2024-12-13T20:51:38.875Z | Compiling libefi-sys v0.1.0 |
2235 | 2024-12-13T20:51:38.934Z | Checking array-init v0.0.4 |
2236 | 2024-12-13T20:51:39.193Z | Checking vte v0.11.1 |
2237 | 2024-12-13T20:51:39.687Z | Checking const_format v0.2.33 |
2238 | 2024-12-13T20:51:40.021Z | Checking smallvec v0.6.14 |
2239 | 2024-12-13T20:51:40.166Z | Checking fd-lock v4.0.2 |
2240 | 2024-12-13T20:51:40.379Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2241 | 2024-12-13T20:51:40.450Z | Compiling bitfield-struct v0.6.2 |
2242 | 2024-12-13T20:51:40.541Z | Checking bitfield v0.14.0 |
2243 | 2024-12-13T20:51:40.607Z | Checking hashbrown v0.12.3 |
2244 | 2024-12-13T20:51:40.842Z | Checking strip-ansi-escapes v0.2.0 |
2245 | 2024-12-13T20:51:40.890Z | Checking serde-hex v0.1.0 |
2246 | 2024-12-13T20:51:40.991Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2247 | 2024-12-13T20:51:41.259Z | Checking env_logger v0.10.2 |
2248 | 2024-12-13T20:51:41.355Z | Checking ron v0.8.1 |
2249 | 2024-12-13T20:51:41.736Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2250 | 2024-12-13T20:51:41.981Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2251 | 2024-12-13T20:51:42.072Z | Checking itertools v0.12.1 |
2252 | 2024-12-13T20:51:42.474Z | Checking hashbrown v0.13.2 |
2253 | 2024-12-13T20:51:42.597Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2254 | 2024-12-13T20:51:42.689Z | Checking crc-any v2.5.0 |
2255 | 2024-12-13T20:51:42.726Z | Checking nu-ansi-term v0.50.1 |
2256 | 2024-12-13T20:51:43.099Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2257 | 2024-12-13T20:51:43.159Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2258 | 2024-12-13T20:51:43.422Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2259 | 2024-12-13T20:51:43.556Z | Checking object v0.30.4 |
2260 | 2024-12-13T20:51:43.579Z | Compiling parking_lot_core v0.8.6 |
2261 | 2024-12-13T20:51:43.606Z | Checking path-slash v0.1.5 |
2262 | 2024-12-13T20:51:43.678Z | Compiling phf_generator v0.11.2 |
2263 | 2024-12-13T20:51:43.753Z | Checking bytecount v0.6.8 |
2264 | 2024-12-13T20:51:43.861Z | Checking glob v0.3.1 |
2265 | 2024-12-13T20:51:43.916Z | Checking papergrid v0.11.0 |
2266 | 2024-12-13T20:51:44.168Z | Compiling phf_codegen v0.11.2 |
2267 | 2024-12-13T20:51:44.251Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2268 | 2024-12-13T20:51:44.389Z | Compiling tabled_derive v0.7.0 |
2269 | 2024-12-13T20:51:44.394Z | Checking parking_lot v0.11.2 |
2270 | 2024-12-13T20:51:44.713Z | Checking reedline v0.35.0 |
2271 | 2024-12-13T20:51:44.753Z | Compiling parse-zoneinfo v0.3.1 |
2272 | 2024-12-13T20:51:44.956Z | Compiling cfg_aliases v0.1.1 |
2273 | 2024-12-13T20:51:45.074Z | Compiling nix v0.28.0 |
2274 | 2024-12-13T20:51:45.544Z | Compiling chrono-tz-build v0.4.0 |
2275 | 2024-12-13T20:51:45.916Z | Checking sled v0.34.7 |
2276 | 2024-12-13T20:51:46.781Z | Checking hickory-client v0.24.1 |
2277 | 2024-12-13T20:51:46.974Z | Checking tabled v0.15.0 |
2278 | 2024-12-13T20:51:47.064Z | Checking hickory-server v0.24.1 |
2279 | 2024-12-13T20:51:47.461Z | Compiling chrono-tz v0.10.0 |
2280 | 2024-12-13T20:51:47.702Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2281 | 2024-12-13T20:51:48.131Z | Compiling buf-list v1.0.3 |
2282 | 2024-12-13T20:51:48.881Z | Compiling peg-macros v0.8.4 |
2283 | 2024-12-13T20:51:49.746Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2284 | 2024-12-13T20:51:49.876Z | Compiling sqlparser_derive v0.2.2 |
2285 | 2024-12-13T20:51:49.991Z | Checking unicode_categories v0.1.1 |
2286 | 2024-12-13T20:51:50.308Z | Checking sqlformat v0.2.6 |
2287 | 2024-12-13T20:51:51.066Z | Checking sqlparser v0.45.0 |
2288 | 2024-12-13T20:51:51.281Z | Checking bcs v0.1.6 |
2289 | 2024-12-13T20:51:51.394Z | Checking rustyline v14.0.0 |
2290 | 2024-12-13T20:51:51.434Z | Checking progenitor v0.8.0 |
2291 | 2024-12-13T20:51:51.775Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2292 | 2024-12-13T20:51:52.101Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2293 | 2024-12-13T20:51:52.663Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2294 | 2024-12-13T20:51:54.699Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2295 | 2024-12-13T20:51:55.428Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2296 | 2024-12-13T20:51:56.802Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2297 | 2024-12-13T20:51:57.314Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2298 | 2024-12-13T20:51:59.791Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2299 | 2024-12-13T20:51:59.826Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2300 | 2024-12-13T20:52:00.630Z | Checking peg v0.8.4 |
2301 | 2024-12-13T20:52:00.752Z | Checking primeorder v0.13.6 |
2302 | 2024-12-13T20:52:01.071Z | Compiling unicase v2.7.0 |
2303 | 2024-12-13T20:52:01.243Z | Checking nanorand v0.7.0 |
2304 | 2024-12-13T20:52:01.521Z | Checking atty v0.2.14 |
2305 | 2024-12-13T20:52:01.582Z | Compiling salty v0.3.0 |
2306 | 2024-12-13T20:52:01.630Z | Checking flume v0.11.1 |
2307 | 2024-12-13T20:52:01.670Z | Checking p384 v0.13.0 |
2308 | 2024-12-13T20:52:01.973Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2309 | 2024-12-13T20:52:02.008Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2310 | 2024-12-13T20:52:02.146Z | Compiling mime_guess v2.0.5 |
2311 | 2024-12-13T20:52:02.625Z | Checking env_filter v0.1.2 |
2312 | 2024-12-13T20:52:02.647Z | Checking http-range v0.1.5 |
2313 | 2024-12-13T20:52:02.787Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2314 | 2024-12-13T20:52:02.872Z | Checking env_logger v0.11.5 |
2315 | 2024-12-13T20:52:03.093Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2316 | 2024-12-13T20:52:03.117Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2317 | 2024-12-13T20:52:03.209Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2318 | 2024-12-13T20:52:03.394Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2319 | 2024-12-13T20:52:03.450Z | Compiling dsl_auto_type v0.1.2 |
2320 | 2024-12-13T20:52:03.519Z | Checking scheduled-thread-pool v0.2.7 |
2321 | 2024-12-13T20:52:03.695Z | Compiling diesel_table_macro_syntax v0.2.0 |
2322 | 2024-12-13T20:52:03.731Z | Compiling crunchy v0.2.2 |
2323 | 2024-12-13T20:52:03.770Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2324 | 2024-12-13T20:52:04.112Z | Checking r2d2 v0.8.10 |
2325 | 2024-12-13T20:52:04.232Z | Checking hyper-staticfile v0.10.1 |
2326 | 2024-12-13T20:52:04.450Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2327 | 2024-12-13T20:52:04.768Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2328 | 2024-12-13T20:52:05.013Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2329 | 2024-12-13T20:52:05.114Z | Compiling diesel_derives v2.2.3 |
2330 | 2024-12-13T20:52:05.299Z | Compiling tiny-keccak v2.0.2 |
2331 | 2024-12-13T20:52:05.668Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2332 | 2024-12-13T20:52:05.756Z | Compiling pin-project-internal v1.1.6 |
2333 | 2024-12-13T20:52:05.928Z | Compiling ref-cast v1.0.23 |
2334 | 2024-12-13T20:52:06.578Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2335 | 2024-12-13T20:52:06.905Z | Compiling ascii-canvas v3.0.0 |
2336 | 2024-12-13T20:52:07.248Z | Compiling ena v0.14.3 |
2337 | 2024-12-13T20:52:07.505Z | Compiling ref-cast-impl v1.0.23 |
2338 | 2024-12-13T20:52:07.671Z | Compiling diff v0.1.13 |
2339 | 2024-12-13T20:52:08.349Z | Compiling regex-syntax v0.6.29 |
2340 | 2024-12-13T20:52:08.853Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2341 | 2024-12-13T20:52:08.876Z | Checking signal-hook-tokio v0.3.1 |
2342 | 2024-12-13T20:52:08.976Z | Checking pin-project v1.1.6 |
2343 | 2024-12-13T20:52:09.056Z | Compiling snafu-derive v0.8.5 |
2344 | 2024-12-13T20:52:09.104Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2345 | 2024-12-13T20:52:09.387Z | Compiling derive_builder_core v0.20.2 |
2346 | 2024-12-13T20:52:11.926Z | Compiling lalrpop v0.19.12 |
2347 | 2024-12-13T20:52:13.087Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2348 | 2024-12-13T20:52:14.439Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2349 | 2024-12-13T20:52:14.721Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2350 | 2024-12-13T20:52:16.813Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2351 | 2024-12-13T20:52:17.656Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2352 | 2024-12-13T20:52:18.612Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2353 | 2024-12-13T20:52:19.546Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2354 | 2024-12-13T20:52:19.805Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2355 | 2024-12-13T20:52:19.836Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2356 | 2024-12-13T20:52:20.027Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2357 | 2024-12-13T20:52:20.753Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2358 | 2024-12-13T20:52:21.561Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2359 | 2024-12-13T20:52:21.952Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2360 | 2024-12-13T20:52:22.343Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2361 | 2024-12-13T20:52:22.414Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2362 | 2024-12-13T20:52:22.662Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2363 | 2024-12-13T20:52:22.965Z | Checking diesel v2.2.6 |
2364 | 2024-12-13T20:52:22.992Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2365 | 2024-12-13T20:52:23.074Z | Checking snafu v0.8.5 |
2366 | 2024-12-13T20:52:23.447Z | Checking globset v0.4.15 |
2367 | 2024-12-13T20:52:23.983Z | Checking olpc-cjson v0.1.4 |
2368 | 2024-12-13T20:52:24.224Z | Checking serde_plain v1.0.2 |
2369 | 2024-12-13T20:52:24.488Z | Compiling libxml v0.3.3 |
2370 | 2024-12-13T20:52:24.847Z | Compiling memoffset v0.9.1 |
2371 | 2024-12-13T20:52:25.172Z | Checking typed-path v0.9.3 |
2372 | 2024-12-13T20:52:26.112Z | Compiling derive_builder_macro v0.20.2 |
2373 | 2024-12-13T20:52:27.090Z | Checking tungstenite v0.23.0 |
2374 | 2024-12-13T20:52:27.247Z | Checking tough v0.19.0 |
2375 | 2024-12-13T20:52:27.271Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2376 | 2024-12-13T20:52:27.701Z | Compiling strum_macros v0.24.3 |
2377 | 2024-12-13T20:52:28.027Z | Compiling samael v0.0.17 |
2378 | 2024-12-13T20:52:28.303Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2379 | 2024-12-13T20:52:28.378Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2380 | 2024-12-13T20:52:28.592Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2381 | 2024-12-13T20:52:29.292Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2382 | 2024-12-13T20:52:30.282Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2383 | 2024-12-13T20:52:31.431Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2384 | 2024-12-13T20:52:31.679Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2385 | 2024-12-13T20:52:32.051Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2386 | 2024-12-13T20:52:32.347Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2387 | 2024-12-13T20:52:33.203Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2388 | 2024-12-13T20:52:33.501Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2389 | 2024-12-13T20:52:33.578Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2390 | 2024-12-13T20:52:34.028Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2391 | 2024-12-13T20:52:36.107Z | Checking parse-size v1.1.0 |
2392 | 2024-12-13T20:52:36.177Z | Compiling indoc v1.0.9 |
2393 | 2024-12-13T20:52:37.277Z | Checking tokio-tungstenite v0.23.1 |
2394 | 2024-12-13T20:52:37.733Z | Checking derive_builder v0.20.2 |
2395 | 2024-12-13T20:52:39.058Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2396 | 2024-12-13T20:52:39.153Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2397 | 2024-12-13T20:52:39.357Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2398 | 2024-12-13T20:52:39.809Z | Checking quick-xml v0.33.0 |
2399 | 2024-12-13T20:52:40.314Z | Compiling impl-trait-for-tuples v0.2.2 |
2400 | 2024-12-13T20:52:41.293Z | Compiling oso-derive v0.27.3 |
2401 | 2024-12-13T20:52:41.998Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2402 | 2024-12-13T20:52:42.411Z | Checking nix v0.27.1 |
2403 | 2024-12-13T20:52:43.822Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2404 | 2024-12-13T20:52:45.247Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2405 | 2024-12-13T20:52:45.342Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2406 | 2024-12-13T20:52:45.613Z | Compiling diesel-dtrace v0.4.0 |
2407 | 2024-12-13T20:52:46.529Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2408 | 2024-12-13T20:52:47.177Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2409 | 2024-12-13T20:52:47.493Z | Checking bb8 v0.8.5 |
2410 | 2024-12-13T20:52:48.046Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2411 | 2024-12-13T20:52:48.250Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2412 | 2024-12-13T20:52:48.722Z | Checking heck v0.4.1 |
2413 | 2024-12-13T20:52:48.756Z | Checking rand_seeder v0.3.0 |
2414 | 2024-12-13T20:52:48.950Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2415 | 2024-12-13T20:52:49.011Z | Checking assert_matches v1.5.0 |
2416 | 2024-12-13T20:52:49.115Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2417 | 2024-12-13T20:52:49.340Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2418 | 2024-12-13T20:52:49.368Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2419 | 2024-12-13T20:52:49.613Z | Compiling libz-sys v1.1.20 |
2420 | 2024-12-13T20:52:49.636Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2421 | 2024-12-13T20:52:49.970Z | Checking is_ci v1.2.0 |
2422 | 2024-12-13T20:52:50.119Z | Checking supports-color v3.0.1 |
2423 | 2024-12-13T20:52:50.339Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2424 | 2024-12-13T20:52:50.670Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2425 | 2024-12-13T20:52:50.841Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2426 | 2024-12-13T20:52:51.492Z | Compiling vergen v8.3.2 |
2427 | 2024-12-13T20:52:51.736Z | Compiling cargo-platform v0.1.8 |
2428 | 2024-12-13T20:52:51.799Z | Checking unicode-linebreak v0.1.5 |
2429 | 2024-12-13T20:52:52.224Z | Checking smawk v0.3.2 |
2430 | 2024-12-13T20:52:52.328Z | Compiling cargo_metadata v0.18.1 |
2431 | 2024-12-13T20:52:52.455Z | Checking textwrap v0.16.1 |
2432 | 2024-12-13T20:52:52.483Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2433 | 2024-12-13T20:52:52.843Z | Checking castaway v0.2.3 |
2434 | 2024-12-13T20:52:53.018Z | Compiling libsqlite3-sys v0.30.1 |
2435 | 2024-12-13T20:52:53.105Z | Compiling rustls v0.21.12 |
2436 | 2024-12-13T20:52:53.253Z | Compiling cfg_aliases v0.2.1 |
2437 | 2024-12-13T20:52:53.368Z | Compiling nix v0.29.0 |
2438 | 2024-12-13T20:52:53.575Z | Checking compact_str v0.8.0 |
2439 | 2024-12-13T20:52:54.277Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2440 | 2024-12-13T20:52:54.404Z | Checking unicode-truncate v1.1.0 |
2441 | 2024-12-13T20:52:54.551Z | Checking sct v0.7.1 |
2442 | 2024-12-13T20:52:54.640Z | Checking rustls-webpki v0.101.7 |
2443 | 2024-12-13T20:52:54.765Z | Checking lru v0.12.5 |
2444 | 2024-12-13T20:52:55.018Z | Compiling instability v0.3.2 |
2445 | 2024-12-13T20:52:55.058Z | Checking cassowary v0.3.0 |
2446 | 2024-12-13T20:52:55.928Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2447 | 2024-12-13T20:52:55.969Z | Checking hashlink v0.9.1 |
2448 | 2024-12-13T20:52:56.004Z | Checking ratatui v0.28.1 |
2449 | 2024-12-13T20:52:56.208Z | Checking concurrent-queue v2.5.0 |
2450 | 2024-12-13T20:52:56.547Z | Checking parking v2.2.1 |
2451 | 2024-12-13T20:52:56.654Z | Checking plotters-backend v0.3.7 |
2452 | 2024-12-13T20:52:56.747Z | Checking fallible-iterator v0.3.0 |
2453 | 2024-12-13T20:52:57.483Z | Checking fallible-streaming-iterator v0.1.9 |
2454 | 2024-12-13T20:52:57.525Z | Checking plotters-svg v0.3.7 |
2455 | 2024-12-13T20:52:57.525Z | Checking rusqlite v0.32.1 |
2456 | 2024-12-13T20:52:57.946Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2457 | 2024-12-13T20:52:58.058Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2458 | 2024-12-13T20:52:58.610Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2459 | 2024-12-13T20:52:58.854Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2460 | 2024-12-13T20:52:58.908Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2461 | 2024-12-13T20:52:58.932Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2462 | 2024-12-13T20:52:59.886Z | Checking async-bb8-diesel v0.2.1 |
2463 | 2024-12-13T20:52:59.956Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2464 | 2024-12-13T20:53:00.570Z | Checking tokio-rustls v0.24.1 |
2465 | 2024-12-13T20:53:00.656Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2466 | 2024-12-13T20:53:00.958Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2467 | 2024-12-13T20:53:01.212Z | Checking rustls-pemfile v1.0.4 |
2468 | 2024-12-13T20:53:01.375Z | Checking twox-hash v1.6.3 |
2469 | 2024-12-13T20:53:01.423Z | Checking cast v0.3.0 |
2470 | 2024-12-13T20:53:01.767Z | Checking criterion-plot v0.5.0 |
2471 | 2024-12-13T20:53:01.919Z | Checking plotters v0.3.7 |
2472 | 2024-12-13T20:53:01.991Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2473 | 2024-12-13T20:53:02.281Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2474 | 2024-12-13T20:53:02.625Z | Checking fatfs v0.3.6 |
2475 | 2024-12-13T20:53:03.701Z | Checking tinytemplate v1.2.1 |
2476 | 2024-12-13T20:53:03.767Z | Checking csv-core v0.1.11 |
2477 | 2024-12-13T20:53:04.026Z | Checking anes v0.1.6 |
2478 | 2024-12-13T20:53:04.094Z | Checking shell-words v1.1.0 |
2479 | 2024-12-13T20:53:04.124Z | Checking oorandom v11.1.4 |
2480 | 2024-12-13T20:53:04.282Z | Checking hex-literal v0.4.1 |
2481 | 2024-12-13T20:53:04.304Z | Checking csv v1.3.0 |
2482 | 2024-12-13T20:53:04.411Z | Checking criterion v0.5.1 |
2483 | 2024-12-13T20:53:04.433Z | Checking event-listener v5.3.1 |
2484 | 2024-12-13T20:53:04.810Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2485 | 2024-12-13T20:53:05.186Z | Checking rtoolbox v0.0.2 |
2486 | 2024-12-13T20:53:05.385Z | Checking rpassword v7.3.1 |
2487 | 2024-12-13T20:53:05.535Z | Checking event-listener-strategy v0.5.2 |
2488 | 2024-12-13T20:53:05.760Z | Checking tui-tree-widget v0.22.0 |
2489 | 2024-12-13T20:53:06.112Z | Checking polyval v0.6.2 |
2490 | 2024-12-13T20:53:06.405Z | Checking ghash v0.5.1 |
2491 | 2024-12-13T20:53:06.590Z | Checking futures-lite v2.3.0 |
2492 | 2024-12-13T20:53:07.352Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2493 | 2024-12-13T20:53:08.034Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2494 | 2024-12-13T20:53:08.532Z | Checking ctr v0.9.2 |
2495 | 2024-12-13T20:53:08.784Z | Checking yansi v1.0.1 |
2496 | 2024-12-13T20:53:09.335Z | Checking pretty_assertions v1.4.1 |
2497 | 2024-12-13T20:53:09.424Z | Checking aes-gcm v0.10.3 |
2498 | 2024-12-13T20:53:09.531Z | Checking ssh-encoding v0.2.0 |
2499 | 2024-12-13T20:53:09.678Z | Checking blowfish v0.9.1 |
2500 | 2024-12-13T20:53:09.887Z | Checking ssh-cipher v0.2.0 |
2501 | 2024-12-13T20:53:09.931Z | Checking bcrypt-pbkdf v0.10.0 |
2502 | 2024-12-13T20:53:10.177Z | Checking async-lock v3.4.0 |
2503 | 2024-12-13T20:53:10.199Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2504 | 2024-12-13T20:53:11.107Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2505 | 2024-12-13T20:53:11.233Z | Checking polling v3.7.3 |
2506 | 2024-12-13T20:53:11.602Z | Checking password-hash v0.4.2 |
2507 | 2024-12-13T20:53:11.724Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2508 | 2024-12-13T20:53:12.041Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2509 | 2024-12-13T20:53:12.265Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2510 | 2024-12-13T20:53:12.508Z | Checking matches v0.1.10 |
2511 | 2024-12-13T20:53:12.604Z | Checking idna v0.2.3 |
2512 | 2024-12-13T20:53:13.027Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2513 | 2024-12-13T20:53:13.284Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2514 | 2024-12-13T20:53:15.146Z | Checking pbkdf2 v0.11.0 |
2515 | 2024-12-13T20:53:15.449Z | Checking async-io v2.3.4 |
2516 | 2024-12-13T20:53:16.401Z | Checking ssh-key v0.6.6 |
2517 | 2024-12-13T20:53:18.250Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2518 | 2024-12-13T20:53:18.287Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2519 | 2024-12-13T20:53:19.072Z | Checking p521 v0.13.3 |
2520 | 2024-12-13T20:53:19.455Z | Checking p256 v0.13.2 |
2521 | 2024-12-13T20:53:19.761Z | Compiling enum-as-inner v0.5.1 |
2522 | 2024-12-13T20:53:19.943Z | Checking russh-cryptovec v0.7.3 |
2523 | 2024-12-13T20:53:20.168Z | Checking async-task v4.7.1 |
2524 | 2024-12-13T20:53:20.452Z | Compiling target-lexicon v0.12.16 |
2525 | 2024-12-13T20:53:20.535Z | Checking md5 v0.7.0 |
2526 | 2024-12-13T20:53:20.809Z | Compiling doc-comment v0.3.3 |
2527 | 2024-12-13T20:53:20.840Z | Checking trust-dns-proto v0.22.0 |
2528 | 2024-12-13T20:53:21.545Z | Checking russh-keys v0.45.0 |
2529 | 2024-12-13T20:53:21.591Z | Checking async-channel v2.3.1 |
2530 | 2024-12-13T20:53:21.935Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2531 | 2024-12-13T20:53:22.991Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2532 | 2024-12-13T20:53:23.810Z | Checking piper v0.2.4 |
2533 | 2024-12-13T20:53:23.909Z | Checking num-bigint v0.4.6 |
2534 | 2024-12-13T20:53:24.049Z | Checking des v0.8.1 |
2535 | 2024-12-13T20:53:24.358Z | Compiling assert_cmd v2.0.16 |
2536 | 2024-12-13T20:53:24.724Z | Checking futures-timer v3.0.3 |
2537 | 2024-12-13T20:53:24.808Z | Compiling guppy-workspace-hack v0.1.0 |
2538 | 2024-12-13T20:53:25.035Z | Compiling dhcproto-macros v0.1.0 |
2539 | 2024-12-13T20:53:25.127Z | Checking blocking v1.6.1 |
2540 | 2024-12-13T20:53:26.020Z | Checking async-executor v1.13.1 |
2541 | 2024-12-13T20:53:26.043Z | Checking dhcproto v0.12.0 |
2542 | 2024-12-13T20:53:26.385Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2543 | 2024-12-13T20:53:26.489Z | Checking russh v0.45.0 |
2544 | 2024-12-13T20:53:27.055Z | Checking async-signal v0.2.10 |
2545 | 2024-12-13T20:53:27.368Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2546 | 2024-12-13T20:53:27.782Z | Checking event-listener v2.5.3 |
2547 | 2024-12-13T20:53:28.017Z | Compiling target-spec v3.2.2 |
2548 | 2024-12-13T20:53:28.085Z | Checking internet-checksum v0.2.1 |
2549 | 2024-12-13T20:53:29.158Z | Checking async-channel v1.9.0 |
2550 | 2024-12-13T20:53:29.421Z | Checking async-process v2.3.0 |
2551 | 2024-12-13T20:53:29.777Z | Checking async-global-executor v2.4.1 |
2552 | 2024-12-13T20:53:30.081Z | Checking cfg-expr v0.17.0 |
2553 | 2024-12-13T20:53:30.815Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2554 | 2024-12-13T20:53:30.897Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2555 | 2024-12-13T20:53:31.032Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2556 | 2024-12-13T20:53:31.496Z | Checking httptest v0.16.1 |
2557 | 2024-12-13T20:53:32.296Z | Checking rustls-native-certs v0.7.3 |
2558 | 2024-12-13T20:53:32.480Z | Compiling petname v2.0.2 |
2559 | 2024-12-13T20:53:32.500Z | Checking num_cpus v1.16.0 |
2560 | 2024-12-13T20:53:32.637Z | Checking kv-log-macro v1.0.7 |
2561 | 2024-12-13T20:53:32.770Z | Compiling async-attributes v1.1.2 |
2562 | 2024-12-13T20:53:33.609Z | Checking async-std v1.13.0 |
2563 | 2024-12-13T20:53:35.448Z | Checking threadpool v1.8.1 |
2564 | 2024-12-13T20:53:35.687Z | Checking hyper-rustls v0.26.0 |
2565 | 2024-12-13T20:53:36.041Z | Checking pathdiff v0.2.2 |
2566 | 2024-12-13T20:53:36.202Z | Compiling rstest_macros v0.23.0 |
2567 | 2024-12-13T20:53:36.225Z | Checking escape8259 v0.5.3 |
2568 | 2024-12-13T20:53:36.426Z | Compiling target-triple v0.1.3 |
2569 | 2024-12-13T20:53:36.750Z | Checking nested v0.1.1 |
2570 | 2024-12-13T20:53:36.964Z | Checking guppy v0.17.8 |
2571 | 2024-12-13T20:53:37.147Z | Checking libtest-mimic v0.7.3 |
2572 | 2024-12-13T20:53:37.374Z | Checking async-object-pool v0.1.5 |
2573 | 2024-12-13T20:53:37.624Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2574 | 2024-12-13T20:53:38.300Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2575 | 2024-12-13T20:53:38.612Z | Checking similar-asserts v1.6.0 |
2576 | 2024-12-13T20:53:38.870Z | Checking fancy-regex v0.13.0 |
2577 | 2024-12-13T20:53:39.073Z | Checking serde_regex v1.1.0 |
2578 | 2024-12-13T20:53:39.358Z | Checking assert-json-diff v2.0.2 |
2579 | 2024-12-13T20:53:39.622Z | Compiling proc-macro-crate v3.2.0 |
2580 | 2024-12-13T20:53:39.643Z | Checking path-tree v0.8.1 |
2581 | 2024-12-13T20:53:39.962Z | Compiling relative-path v1.9.3 |
2582 | 2024-12-13T20:53:40.639Z | Checking sync-ptr v0.1.1 |
2583 | 2024-12-13T20:53:40.871Z | Checking stringmetrics v2.2.2 |
2584 | 2024-12-13T20:53:40.875Z | Checking datatest-stable v0.2.9 |
2585 | 2024-12-13T20:53:41.118Z | Checking httpmock v0.8.0-alpha.1 |
2586 | 2024-12-13T20:53:41.350Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2587 | 2024-12-13T20:53:42.434Z | Checking blake2b_simd v1.0.2 |
2588 | 2024-12-13T20:53:42.833Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2589 | 2024-12-13T20:53:43.361Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2590 | 2024-12-13T20:53:43.671Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2591 | 2024-12-13T20:53:43.925Z | Compiling git2 v0.19.0 |
2592 | 2024-12-13T20:53:43.981Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2593 | 2024-12-13T20:53:44.296Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2594 | 2024-12-13T20:53:45.010Z | Checking serde_tokenstream v0.2.2 |
2595 | 2024-12-13T20:53:45.238Z | Checking uzers v0.12.1 |
2596 | 2024-12-13T20:53:45.796Z | Checking rust-argon2 v2.1.0 |
2597 | 2024-12-13T20:53:46.257Z | Checking trybuild v1.0.101 |
2598 | 2024-12-13T20:53:46.398Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2599 | 2024-12-13T20:53:47.651Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2600 | 2024-12-13T20:53:47.815Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2601 | 2024-12-13T20:53:49.016Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2602 | 2024-12-13T20:53:49.332Z | Checking rand_distr v0.4.3 |
2603 | 2024-12-13T20:53:52.187Z | Checking multimap v0.10.0 |
2604 | 2024-12-13T20:53:52.212Z | Checking rstest v0.23.0 |
2605 | 2024-12-13T20:53:52.437Z | Checking approx v0.5.1 |
2606 | 2024-12-13T20:53:52.553Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2607 | 2024-12-13T20:53:52.816Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2608 | 2024-12-13T20:53:53.221Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2609 | 2024-12-13T20:53:53.896Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2610 | 2024-12-13T20:53:54.090Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2611 | 2024-12-13T20:53:54.298Z | Checking partial-io v0.5.4 |
2612 | 2024-12-13T20:53:54.415Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2613 | 2024-12-13T20:53:54.716Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2614 | 2024-12-13T20:53:54.740Z | Checking cargo_toml v0.20.5 |
2615 | 2024-12-13T20:53:55.042Z | Checking termios v0.3.3 |
2616 | 2024-12-13T20:53:55.253Z | Compiling indoc v2.0.5 |
2617 | 2024-12-13T20:53:55.506Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2618 | 2024-12-13T20:53:56.725Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2619 | 2024-12-13T20:53:58.479Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2620 | 2024-12-13T20:54:16.102Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2621 | 2024-12-13T20:54:19.341Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2622 | 2024-12-13T20:54:22.418Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2623 | 2024-12-13T20:54:42.188Z | Compiling polar-core v0.27.3 |
2624 | 2024-12-13T20:54:53.843Z | Checking oso v0.27.3 |
2625 | 2024-12-13T20:54:57.669Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2626 | 2024-12-13T20:54:58.755Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2627 | 2024-12-13T20:54:59.317Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2628 | 2024-12-13T20:55:42.443Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2629 | 2024-12-13T20:55:42.446Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2630 | 2024-12-13T20:55:42.446Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2631 | 2024-12-13T20:57:06.370Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 43s |
2632 | 2024-12-13T20:57:06.778Z | |
2633 | 2024-12-13T20:57:06.778Z | real 6:48.754864837 |
2634 | 2024-12-13T20:57:06.778Z | user 36:22.336476842 |
2635 | 2024-12-13T20:57:06.778Z | sys 6:44.358167254 |
2636 | 2024-12-13T20:57:06.778Z | trap 0.989490724 |
2637 | 2024-12-13T20:57:06.778Z | tflt 2.043215846 |
2638 | 2024-12-13T20:57:06.778Z | dflt 0.820545217 |
2639 | 2024-12-13T20:57:06.778Z | kflt 0.000848793 |
2640 | 2024-12-13T20:57:06.778Z | lock 52:56.793331805 |
2641 | 2024-12-13T20:57:06.790Z | slp 2:06:00.522492939 |
2642 | 2024-12-13T20:57:06.790Z | lat 1:42.011527058 |
2643 | 2024-12-13T20:57:06.790Z | stop 6:20.032920303 |
2644 | 2024-12-13T20:57:06.790Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2645 | 2024-12-13T20:57:06.790Z | + ptime -m cargo doc --workspace --no-deps |
2646 | 2024-12-13T20:57:11.475Z | warning: output filename collision. |
2647 | 2024-12-13T20:57:11.475Z | 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)`. |
2648 | 2024-12-13T20:57:11.475Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2649 | 2024-12-13T20:57:11.475Z | The targets should have unique names. |
2650 | 2024-12-13T20:57:11.475Z | This is a known bug where multiple crates with the same name use |
2651 | 2024-12-13T20:57:11.475Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2652 | 2024-12-13T20:57:11.566Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2653 | 2024-12-13T20:57:11.566Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2654 | 2024-12-13T20:57:11.566Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2655 | 2024-12-13T20:57:11.566Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2656 | 2024-12-13T20:57:11.566Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2657 | 2024-12-13T20:57:11.566Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2658 | 2024-12-13T20:57:11.566Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2659 | 2024-12-13T20:57:11.566Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2660 | 2024-12-13T20:57:11.566Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2661 | 2024-12-13T20:57:11.566Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2662 | 2024-12-13T20:57:11.566Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2663 | 2024-12-13T20:57:11.566Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2664 | 2024-12-13T20:57:11.566Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2665 | 2024-12-13T20:57:11.566Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2666 | 2024-12-13T20:57:11.566Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2667 | 2024-12-13T20:57:12.234Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2668 | 2024-12-13T20:57:13.478Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2669 | 2024-12-13T20:57:13.810Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2670 | 2024-12-13T20:57:13.831Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2671 | 2024-12-13T20:57:14.067Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2672 | 2024-12-13T20:57:14.153Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2673 | 2024-12-13T20:57:14.187Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2674 | 2024-12-13T20:57:14.474Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2675 | 2024-12-13T20:57:14.561Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2676 | 2024-12-13T20:57:14.881Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2677 | 2024-12-13T20:57:14.953Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2678 | 2024-12-13T20:57:15.407Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2679 | 2024-12-13T20:57:15.464Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2680 | 2024-12-13T20:57:15.624Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2681 | 2024-12-13T20:57:15.751Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2682 | 2024-12-13T20:57:15.924Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2683 | 2024-12-13T20:57:16.116Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2684 | 2024-12-13T20:57:16.179Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2685 | 2024-12-13T20:57:16.200Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2686 | 2024-12-13T20:57:16.490Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2687 | 2024-12-13T20:57:16.823Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2688 | 2024-12-13T20:57:17.115Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2689 | 2024-12-13T20:57:17.176Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2690 | 2024-12-13T20:57:17.539Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2691 | 2024-12-13T20:57:17.559Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2692 | 2024-12-13T20:57:17.579Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2693 | 2024-12-13T20:57:18.345Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2694 | 2024-12-13T20:57:19.180Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2695 | 2024-12-13T20:57:20.918Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2696 | 2024-12-13T20:57:23.223Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2697 | 2024-12-13T20:57:23.516Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2698 | 2024-12-13T20:57:24.335Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2699 | 2024-12-13T20:57:24.540Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2700 | 2024-12-13T20:57:24.680Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2701 | 2024-12-13T20:57:25.597Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2702 | 2024-12-13T20:57:25.869Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2703 | 2024-12-13T20:57:26.035Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2704 | 2024-12-13T20:57:26.235Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2705 | 2024-12-13T20:57:26.675Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2706 | 2024-12-13T20:57:28.690Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2707 | 2024-12-13T20:57:32.984Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2708 | 2024-12-13T20:57:34.413Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2709 | 2024-12-13T20:57:34.884Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2710 | 2024-12-13T20:57:34.993Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2711 | 2024-12-13T20:57:35.169Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2712 | 2024-12-13T20:57:35.427Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2713 | 2024-12-13T20:57:36.000Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2714 | 2024-12-13T20:57:36.252Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2715 | 2024-12-13T20:57:36.521Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2716 | 2024-12-13T20:57:37.688Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2717 | 2024-12-13T20:57:37.878Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2718 | 2024-12-13T20:57:38.340Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2719 | 2024-12-13T20:57:38.519Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2720 | 2024-12-13T20:57:39.238Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2721 | 2024-12-13T20:57:39.447Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2722 | 2024-12-13T20:57:39.567Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2723 | 2024-12-13T20:57:39.670Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2724 | 2024-12-13T20:57:39.977Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2725 | 2024-12-13T20:57:40.244Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2726 | 2024-12-13T20:57:40.463Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2727 | 2024-12-13T20:57:40.900Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2728 | 2024-12-13T20:57:41.693Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2729 | 2024-12-13T20:57:42.079Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2730 | 2024-12-13T20:57:42.262Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2731 | 2024-12-13T20:57:42.954Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2732 | 2024-12-13T20:57:43.816Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2733 | 2024-12-13T20:57:43.990Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2734 | 2024-12-13T20:57:44.254Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2735 | 2024-12-13T20:57:44.666Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2736 | 2024-12-13T20:57:44.961Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2737 | 2024-12-13T20:57:45.155Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2738 | 2024-12-13T20:57:45.727Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2739 | 2024-12-13T20:57:45.777Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2740 | 2024-12-13T20:57:45.825Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2741 | 2024-12-13T20:57:46.362Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2742 | 2024-12-13T20:57:46.580Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2743 | 2024-12-13T20:57:46.937Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2744 | 2024-12-13T20:57:47.235Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2745 | 2024-12-13T20:57:48.132Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2746 | 2024-12-13T20:57:48.223Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2747 | 2024-12-13T20:57:48.582Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2748 | 2024-12-13T20:57:48.721Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2749 | 2024-12-13T20:57:48.739Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2750 | 2024-12-13T20:57:49.170Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2751 | 2024-12-13T20:57:50.105Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2752 | 2024-12-13T20:57:50.130Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2753 | 2024-12-13T20:57:50.889Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2754 | 2024-12-13T20:57:51.283Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2755 | 2024-12-13T20:57:52.061Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2756 | 2024-12-13T20:57:52.171Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2757 | 2024-12-13T20:57:53.363Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2758 | 2024-12-13T20:57:54.678Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2759 | 2024-12-13T20:57:55.467Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2760 | 2024-12-13T20:57:56.877Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2761 | 2024-12-13T20:57:59.353Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2762 | 2024-12-13T20:57:59.442Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2763 | 2024-12-13T20:58:00.468Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2764 | 2024-12-13T20:58:08.444Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2765 | 2024-12-13T20:58:09.715Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2766 | 2024-12-13T20:58:13.052Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2767 | 2024-12-13T20:58:13.479Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2768 | 2024-12-13T20:58:15.975Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2769 | 2024-12-13T20:58:17.327Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2770 | 2024-12-13T20:58:18.556Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2771 | 2024-12-13T20:59:07.000Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2772 | 2024-12-13T20:59:11.621Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2773 | 2024-12-13T20:59:11.943Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2774 | 2024-12-13T20:59:41.741Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2775 | 2024-12-13T20:59:45.813Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2776 | 2024-12-13T20:59:46.957Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2777 | 2024-12-13T20:59:47.309Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2778 | 2024-12-13T20:59:47.682Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2779 | 2024-12-13T20:59:48.662Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2780 | 2024-12-13T20:59:50.021Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2781 | 2024-12-13T20:59:55.353Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2782 | 2024-12-13T20:59:59.895Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2783 | 2024-12-13T21:00:20.898Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2784 | 2024-12-13T21:00:53.194Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2785 | 2024-12-13T21:00:53.336Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2786 | 2024-12-13T21:00:55.829Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2787 | 2024-12-13T21:01:03.213Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2788 | 2024-12-13T21:01:13.136Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2789 | 2024-12-13T21:01:13.459Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2790 | 2024-12-13T21:01:15.040Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2791 | 2024-12-13T21:01:37.061Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2792 | 2024-12-13T21:01:39.787Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2793 | 2024-12-13T21:01:40.146Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2794 | 2024-12-13T21:01:44.462Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2795 | 2024-12-13T21:01:56.553Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2796 | 2024-12-13T21:02:00.941Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2797 | 2024-12-13T21:02:02.495Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2798 | 2024-12-13T21:02:08.208Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2799 | 2024-12-13T21:02:10.933Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2800 | 2024-12-13T21:02:14.956Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2801 | 2024-12-13T21:02:15.018Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2802 | 2024-12-13T21:02:20.698Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2803 | 2024-12-13T21:02:23.254Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2804 | 2024-12-13T21:02:23.283Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2805 | 2024-12-13T21:02:38.485Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2806 | 2024-12-13T21:02:41.397Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2807 | 2024-12-13T21:02:42.021Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2808 | 2024-12-13T21:02:50.078Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2809 | 2024-12-13T21:02:51.109Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2810 | 2024-12-13T21:02:56.721Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2811 | 2024-12-13T21:03:00.026Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2812 | 2024-12-13T21:03:02.130Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2813 | 2024-12-13T21:03:02.568Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2814 | 2024-12-13T21:03:09.337Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2815 | 2024-12-13T21:03:13.680Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2816 | 2024-12-13T21:03:13.749Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2817 | 2024-12-13T21:03:16.034Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2818 | 2024-12-13T21:03:23.263Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2819 | 2024-12-13T21:03:25.689Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2820 | 2024-12-13T21:03:31.307Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2821 | 2024-12-13T21:03:31.414Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2822 | 2024-12-13T21:03:31.414Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2823 | 2024-12-13T21:03:37.138Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2824 | 2024-12-13T21:03:37.377Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2825 | 2024-12-13T21:03:46.648Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2826 | 2024-12-13T21:03:50.985Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2827 | 2024-12-13T21:03:52.510Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2828 | 2024-12-13T21:03:52.752Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2829 | 2024-12-13T21:03:53.173Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2830 | 2024-12-13T21:03:53.458Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2831 | 2024-12-13T21:03:56.574Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2832 | 2024-12-13T21:04:01.502Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2833 | 2024-12-13T21:04:06.054Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2834 | 2024-12-13T21:04:14.492Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2835 | 2024-12-13T21:04:15.568Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2836 | 2024-12-13T21:04:16.299Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2837 | 2024-12-13T21:04:19.648Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2838 | 2024-12-13T21:04:21.838Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2839 | 2024-12-13T21:04:25.004Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2840 | 2024-12-13T21:04:29.354Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2841 | 2024-12-13T21:04:30.035Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2842 | 2024-12-13T21:04:30.237Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2843 | 2024-12-13T21:04:36.820Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2844 | 2024-12-13T21:04:37.024Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2845 | 2024-12-13T21:04:37.213Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2846 | 2024-12-13T21:04:38.888Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2847 | 2024-12-13T21:04:40.935Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2848 | 2024-12-13T21:04:44.777Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2849 | 2024-12-13T21:04:53.767Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2850 | 2024-12-13T21:04:54.821Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2851 | 2024-12-13T21:04:56.885Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2852 | 2024-12-13T21:04:59.756Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2853 | 2024-12-13T21:05:00.730Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2854 | 2024-12-13T21:05:03.367Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2855 | 2024-12-13T21:05:03.622Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2856 | 2024-12-13T21:05:04.219Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2857 | 2024-12-13T21:05:04.506Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2858 | 2024-12-13T21:05:14.170Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2859 | 2024-12-13T21:05:15.166Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2860 | 2024-12-13T21:05:17.693Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2861 | 2024-12-13T21:05:19.634Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2862 | 2024-12-13T21:05:24.095Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2863 | 2024-12-13T21:05:25.691Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2864 | 2024-12-13T21:05:27.230Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2865 | 2024-12-13T21:05:28.216Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2866 | 2024-12-13T21:05:28.763Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2867 | 2024-12-13T21:05:30.720Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2868 | 2024-12-13T21:05:30.929Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2869 | 2024-12-13T21:05:33.435Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2870 | 2024-12-13T21:05:34.132Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2871 | 2024-12-13T21:05:35.887Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2872 | 2024-12-13T21:05:36.228Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2873 | 2024-12-13T21:05:36.924Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2874 | 2024-12-13T21:05:37.740Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2875 | 2024-12-13T21:05:38.172Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2876 | 2024-12-13T21:05:40.356Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2877 | 2024-12-13T21:05:41.686Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2878 | 2024-12-13T21:05:42.058Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2879 | 2024-12-13T21:05:42.755Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2880 | 2024-12-13T21:05:46.719Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2881 | 2024-12-13T21:06:16.993Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9m 10s |
2882 | 2024-12-13T21:06:17.175Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 140 other files |
2883 | 2024-12-13T21:06:17.244Z | |
2884 | 2024-12-13T21:06:17.248Z | real 9:10.304442968 |
2885 | 2024-12-13T21:06:17.248Z | user 26:53.067147912 |
2886 | 2024-12-13T21:06:17.248Z | sys 42:32.253660130 |
2887 | 2024-12-13T21:06:17.248Z | trap 0.432303614 |
2888 | 2024-12-13T21:06:17.248Z | tflt 0.220704536 |
2889 | 2024-12-13T21:06:17.248Z | dflt 0.210965468 |
2890 | 2024-12-13T21:06:17.248Z | kflt 0.000005668 |
2891 | 2024-12-13T21:06:17.248Z | lock 1:31:25.390398645 |
2892 | 2024-12-13T21:06:17.248Z | slp 2:35:53.378438167 |
2893 | 2024-12-13T21:06:17.248Z | lat 1:15.959678263 |
2894 | 2024-12-13T21:06:17.248Z | stop 1:08.883007509 |
2895 | 2024-12-13T21:06:17.248Z | process exited: duration 1279313 ms, exit code 0 |
|
2896 | 2024-12-13T21:06:17.255Z | found 0 output files |