|
|
|
1 | 2024-06-05T18:11:35.132Z | job assigned to worker 01HZMSH1MPAS87BMBC9TKCS61Q (queued for 1 m 3 s) |
|
2 | 2024-06-05T18:11:43.874Z | starting task 0: "setup" |
3 | 2024-06-05T18:11:43.931Z | ++ uname -s |
4 | 2024-06-05T18:11:43.957Z | + kern=SunOS |
5 | 2024-06-05T18:11:43.958Z | + case "$kern" in |
6 | 2024-06-05T18:11:43.958Z | + groupadd -g 12345 build |
7 | 2024-06-05T18:11:43.958Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-06-05T18:11:45.946Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-06-05T18:11:46.051Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-06-05T18:11:46.538Z | + home_fs=zfs |
11 | 2024-06-05T18:11:46.538Z | + [[ zfs == autofs ]] |
12 | 2024-06-05T18:11:46.539Z | + mkdir -p /home/build |
13 | 2024-06-05T18:11:46.539Z | + chown build:build /home/build /work |
14 | 2024-06-05T18:11:48.049Z | + chmod 0700 /home/build /work |
15 | 2024-06-05T18:11:48.056Z | process exited: duration 4180 ms, exit code 0 |
|
16 | 2024-06-05T18:11:48.083Z | starting task 1: "rust-toolchain" |
17 | 2024-06-05T18:11:48.096Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-06-05T18:11:48.097Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
19 | 2024-06-05T18:11:48.247Z | info: downloading installer |
20 | 2024-06-05T18:11:50.376Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-06-05T18:11:50.376Z | warning: /opt/ooce/bin |
22 | 2024-06-05T18:11:50.376Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-06-05T18:11:50.376Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-06-05T18:11:50.376Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-06-05T18:11:50.377Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-06-05T18:11:50.377Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-06-05T18:11:50.377Z | error: cannot install while Rust is installed |
28 | 2024-06-05T18:11:50.377Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-06-05T18:11:50.407Z | info: profile set to 'default' |
30 | 2024-06-05T18:11:50.407Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-06-05T18:11:50.407Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
32 | 2024-06-05T18:11:50.408Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
33 | 2024-06-05T18:11:50.408Z | info: downloading component 'cargo' |
34 | 2024-06-05T18:11:50.907Z | info: downloading component 'clippy' |
35 | 2024-06-05T18:11:51.196Z | info: downloading component 'rust-docs' |
36 | 2024-06-05T18:11:52.380Z | info: downloading component 'rust-std' |
37 | 2024-06-05T18:11:54.243Z | info: downloading component 'rustc' |
38 | 2024-06-05T18:11:59.140Z | info: downloading component 'rustfmt' |
39 | 2024-06-05T18:11:59.671Z | info: installing component 'cargo' |
40 | 2024-06-05T18:12:00.122Z | info: installing component 'clippy' |
41 | 2024-06-05T18:12:00.504Z | info: installing component 'rust-docs' |
42 | 2024-06-05T18:12:02.005Z | info: installing component 'rust-std' |
43 | 2024-06-05T18:12:03.820Z | info: installing component 'rustc' |
44 | 2024-06-05T18:12:08.105Z | info: installing component 'rustfmt' |
45 | 2024-06-05T18:12:08.436Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
46 | 2024-06-05T18:12:08.436Z | |
47 | 2024-06-05T18:12:08.736Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
48 | 2024-06-05T18:12:08.736Z | |
49 | 2024-06-05T18:12:08.746Z | |
50 | 2024-06-05T18:12:08.746Z | Rust is installed now. Great! |
51 | 2024-06-05T18:12:08.746Z | |
52 | 2024-06-05T18:12:08.746Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-06-05T18:12:08.746Z | environment variable. This has not been done automatically. |
54 | 2024-06-05T18:12:08.746Z | |
55 | 2024-06-05T18:12:08.746Z | To configure your current shell, you need to source |
56 | 2024-06-05T18:12:08.746Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-06-05T18:12:08.747Z | |
58 | 2024-06-05T18:12:08.747Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-06-05T18:12:08.747Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-06-05T18:12:08.747Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-06-05T18:12:08.811Z | + rustc --version |
62 | 2024-06-05T18:12:08.876Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
63 | 2024-06-05T18:12:08.897Z | process exited: duration 20793 ms, exit code 0 |
|
64 | 2024-06-05T18:12:08.935Z | starting task 2: "authentication" |
65 | 2024-06-05T18:12:09.411Z | process exited: duration 65 ms, exit code 0 |
|
66 | 2024-06-05T18:12:09.851Z | starting task 3: "clone repository" |
67 | 2024-06-05T18:12:09.861Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-06-05T18:12:09.861Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-06-05T18:12:10.020Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-06-05T18:12:16.848Z | + cd /work/oxidecomputer/omicron |
71 | 2024-06-05T18:12:16.848Z | + git fetch origin 84faad4b4a21247a55f76d851d9477d2e05ebd8f |
72 | 2024-06-05T18:12:17.311Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-06-05T18:12:17.312Z | * branch 84faad4b4a21247a55f76d851d9477d2e05ebd8f -> FETCH_HEAD |
74 | 2024-06-05T18:12:17.326Z | + [[ -n '' ]] |
75 | 2024-06-05T18:12:17.326Z | + git reset --hard 84faad4b4a21247a55f76d851d9477d2e05ebd8f |
76 | 2024-06-05T18:12:17.446Z | HEAD is now at 84faad4b4 while i'm here, fix these block delimiters |
77 | 2024-06-05T18:12:17.449Z | process exited: duration 7598 ms, exit code 0 |
|
78 | 2024-06-05T18:12:17.460Z | starting task 4: "build" |
79 | 2024-06-05T18:12:17.912Z | + cargo --version |
80 | 2024-06-05T18:12:17.912Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
81 | 2024-06-05T18:12:17.912Z | + rustc --version |
82 | 2024-06-05T18:12:17.913Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
83 | 2024-06-05T18:12:17.913Z | + source ./env.sh |
84 | 2024-06-05T18:12:17.913Z | ++ set -o xtrace |
85 | 2024-06-05T18:12:17.914Z | ++++ dirname ./env.sh |
86 | 2024-06-05T18:12:17.914Z | +++ readlink -f . |
87 | 2024-06-05T18:12:17.914Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2024-06-05T18:12:17.914Z | ++ 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-06-05T18:12:17.914Z | ++ 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-06-05T18:12:17.914Z | ++ 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-06-05T18:12:17.915Z | ++ 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-06-05T18:12:17.915Z | ++ 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-06-05T18:12:17.915Z | ++ 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-06-05T18:12:17.915Z | ++ 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-06-05T18:12:17.916Z | ++ 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-06-05T18:12:17.916Z | ++ unset OMICRON_WS |
97 | 2024-06-05T18:12:17.916Z | ++ set +o xtrace |
98 | 2024-06-05T18:12:17.916Z | |
99 | 2024-06-05T18:12:17.916Z | ##### ##### ###### ##### ###### #### # # # #### # |
100 | 2024-06-05T18:12:17.916Z | # # # # # # # # # # # # # # # |
101 | 2024-06-05T18:12:17.917Z | # # # # ##### # # ##### # # # # # #### # |
102 | 2024-06-05T18:12:17.917Z | ##### ##### # ##### # # # # # # # # # |
103 | 2024-06-05T18:12:17.917Z | # # # # # # # # # # # # # # # |
104 | 2024-06-05T18:12:17.917Z | # # # ###### # # ###### ### # #### # #### # |
105 | 2024-06-05T18:12:17.917Z | |
106 | 2024-06-05T18:12:32.066Z | Startup: Refreshing catalog 'helios-dev' ... Done |
107 | 2024-06-05T18:12:34.021Z | Startup: Caching catalogs ... Done |
108 | 2024-06-05T18:12:35.978Z | Planning: Solver setup ... Done (1.469s) |
109 | 2024-06-05T18:12:36.007Z | Planning: Running solver ... Done (0.029s) |
110 | 2024-06-05T18:12:36.044Z | Planning: Finding local manifests ... Done (0.003s) |
111 | 2024-06-05T18:12:36.525Z | Planning: Fetching manifests: 0/4 0% complete |
112 | 2024-06-05T18:12:36.666Z | Planning: Fetching manifests: 4/4 100% complete |
113 | 2024-06-05T18:12:36.666Z | Planning: Package planning ... Done (0.048s) |
114 | 2024-06-05T18:12:36.667Z | Planning: Merging actions ... Done (0.051s) |
115 | 2024-06-05T18:12:37.647Z | Planning: Checking for conflicting actions ... Done (1.125s) |
116 | 2024-06-05T18:12:37.655Z | Planning: Consolidating action changes ... Done (0.011s) |
117 | 2024-06-05T18:12:43.105Z | Planning: Evaluating mediators ... Done (5.472s) |
118 | 2024-06-05T18:12:43.115Z | Planning: Planning completed in 9.03 seconds |
119 | 2024-06-05T18:12:43.736Z | Packages to install: 4 |
120 | 2024-06-05T18:12:43.737Z | Mediators to change: 2 |
121 | 2024-06-05T18:12:43.737Z | Services to change: 1 |
122 | 2024-06-05T18:12:43.745Z | Estimated space available: 155.78 GB |
123 | 2024-06-05T18:12:43.745Z | Estimated space to be consumed: 1.45 GB |
124 | 2024-06-05T18:12:43.745Z | Create boot environment: No |
125 | 2024-06-05T18:12:43.745Z | Create backup boot environment: No |
126 | 2024-06-05T18:12:43.746Z | Rebuild boot archive: No |
127 | 2024-06-05T18:12:43.746Z | |
128 | 2024-06-05T18:12:43.746Z | Changed mediators: |
129 | 2024-06-05T18:12:43.746Z | mediator clang: |
130 | 2024-06-05T18:12:43.746Z | version: None -> 15 (system default) |
131 | 2024-06-05T18:12:43.746Z | |
132 | 2024-06-05T18:12:43.747Z | mediator llvm: |
133 | 2024-06-05T18:12:43.747Z | version: 14 (system default) -> 15 (system default) |
134 | 2024-06-05T18:12:43.747Z | |
135 | 2024-06-05T18:12:43.747Z | Changed packages: |
136 | 2024-06-05T18:12:43.747Z | helios-dev |
137 | 2024-06-05T18:12:43.747Z | developer/build-essential |
138 | 2024-06-05T18:12:43.747Z | None -> 11-2.0 |
139 | 2024-06-05T18:12:43.747Z | library/libxmlsec1 |
140 | 2024-06-05T18:12:43.747Z | None -> 1.2.35-2.0 |
141 | 2024-06-05T18:12:43.748Z | ooce/developer/clang-15 |
142 | 2024-06-05T18:12:43.748Z | None -> 15.0.7-2.0 |
143 | 2024-06-05T18:12:43.748Z | ooce/developer/llvm-15 |
144 | 2024-06-05T18:12:43.748Z | None -> 15.0.7-2.0 |
145 | 2024-06-05T18:12:43.748Z | |
146 | 2024-06-05T18:12:43.748Z | Services: |
147 | 2024-06-05T18:12:43.748Z | restart_fmri: |
148 | 2024-06-05T18:12:43.749Z | svc:/system/update-man-index:default |
149 | 2024-06-05T18:12:43.876Z | |
150 | 2024-06-05T18:12:43.876Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
151 | 2024-06-05T18:12:48.878Z | Download: 557/3290 items 3.4/212.6MB 1% complete (708k/s) |
152 | 2024-06-05T18:12:54.295Z | Download: 1195/3290 items 75.7/212.6MB 35% complete (7.5M/s) |
153 | 2024-06-05T18:12:59.152Z | Download: 1324/3290 items 103.9/212.6MB 48% complete (10.0M/s) |
154 | 2024-06-05T18:13:04.168Z | Download: 2040/3290 items 118.7/212.6MB 55% complete (4.4M/s) |
155 | 2024-06-05T18:13:09.217Z | Download: 2794/3290 items 120.9/212.6MB 56% complete (2.1M/s) |
156 | 2024-06-05T18:13:15.360Z | Download: 3246/3290 items 201.6/212.6MB 94% complete (8.2M/s) |
157 | 2024-06-05T18:13:17.555Z | Download: Completed 212.60 MB in 33.67 seconds (6.3M/s) |
158 | 2024-06-05T18:13:18.028Z | Actions: 1/3689 actions (Installing new actions) |
159 | 2024-06-05T18:13:23.116Z | Actions: 3606/3689 actions (Installing new actions) |
160 | 2024-06-05T18:13:23.199Z | Actions: Completed 3689 actions in 5.20 seconds. |
161 | 2024-06-05T18:13:23.424Z | Done (0.220s) |
162 | 2024-06-05T18:13:23.425Z | Done (0.000s) |
163 | 2024-06-05T18:13:23.732Z | Done (0.301s) |
164 | 2024-06-05T18:13:29.212Z | Done (5.318s) |
165 | 2024-06-05T18:13:29.917Z | Done (0.212s) |
166 | 2024-06-05T18:13:29.926Z | Done (0.000s) |
167 | 2024-06-05T18:13:29.926Z | Done (0.000s) |
168 | 2024-06-05T18:13:30.212Z | Planning: Evaluating mediator changes ... Done |
169 | 2024-06-05T18:13:30.415Z | Planning: Checking for conflicting actions ... Done |
170 | 2024-06-05T18:13:30.437Z | Planning: Consolidating action changes ... Done |
171 | 2024-06-05T18:13:30.649Z | Planning: Evaluating mediators ... Done |
172 | 2024-06-05T18:13:30.661Z | Planning: Planning completed in 0.43 seconds |
173 | 2024-06-05T18:13:31.087Z | Mediators to change: 2 |
174 | 2024-06-05T18:13:31.087Z | Create boot environment: No |
175 | 2024-06-05T18:13:31.087Z | Create backup boot environment: No |
176 | 2024-06-05T18:13:31.095Z | Done |
177 | 2024-06-05T18:13:31.095Z | Done |
178 | 2024-06-05T18:13:31.096Z | Done |
179 | 2024-06-05T18:13:34.724Z | Done |
180 | 2024-06-05T18:13:34.765Z | Done |
181 | 2024-06-05T18:13:34.765Z | Done |
182 | 2024-06-05T18:13:34.765Z | Done |
183 | 2024-06-05T18:13:35.241Z | Planning: Evaluating mediator changes ... Done |
184 | 2024-06-05T18:13:35.257Z | Planning: Merging actions ... Done |
185 | 2024-06-05T18:13:35.442Z | Planning: Checking for conflicting actions ... Done |
186 | 2024-06-05T18:13:35.463Z | Planning: Consolidating action changes ... Done |
187 | 2024-06-05T18:13:35.714Z | Planning: Evaluating mediators ... Done |
188 | 2024-06-05T18:13:35.779Z | Planning: Planning completed in 0.74 seconds |
189 | 2024-06-05T18:13:35.794Z | Packages to change: 1 |
190 | 2024-06-05T18:13:35.794Z | Mediators to change: 1 |
191 | 2024-06-05T18:13:35.795Z | Services to change: 1 |
192 | 2024-06-05T18:13:35.795Z | Create boot environment: No |
193 | 2024-06-05T18:13:35.795Z | Create backup boot environment: Yes |
194 | 2024-06-05T18:13:37.760Z | Actions: 1/6 actions (Updating modified actions) |
195 | 2024-06-05T18:13:38.243Z | Actions: Completed 6 actions in 0.06 seconds. |
196 | 2024-06-05T18:13:38.258Z | Done |
197 | 2024-06-05T18:13:38.258Z | Done |
198 | 2024-06-05T18:13:38.258Z | Done |
199 | 2024-06-05T18:13:41.378Z | Done |
200 | 2024-06-05T18:13:41.467Z | Done |
201 | 2024-06-05T18:13:41.519Z | Done |
202 | 2024-06-05T18:13:41.565Z | Done |
203 | 2024-06-05T18:13:42.041Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
204 | 2024-06-05T18:13:42.041Z | clang system 15 system |
205 | 2024-06-05T18:13:42.042Z | csh system system illumos |
206 | 2024-06-05T18:13:42.042Z | ctags system system illumos |
207 | 2024-06-05T18:13:42.043Z | gcc vendor 12 vendor |
208 | 2024-06-05T18:13:42.043Z | gcc system 10 system |
209 | 2024-06-05T18:13:42.045Z | gcc system 7 system |
210 | 2024-06-05T18:13:42.045Z | go system 1.20 system |
211 | 2024-06-05T18:13:42.049Z | go system 1.19 system |
212 | 2024-06-05T18:13:42.053Z | llvm system 15 system |
213 | 2024-06-05T18:13:42.053Z | llvm system 14 system |
214 | 2024-06-05T18:13:42.053Z | mariadb system 10.6 system |
215 | 2024-06-05T18:13:42.053Z | mta vendor vendor dma |
216 | 2024-06-05T18:13:42.053Z | openjdk system 17 system |
217 | 2024-06-05T18:13:42.053Z | openjdk system 11 system |
218 | 2024-06-05T18:13:42.054Z | openjdk system 1.8 system |
219 | 2024-06-05T18:13:42.054Z | openssl vendor 3 vendor |
220 | 2024-06-05T18:13:42.054Z | perl system 5.36 system |
221 | 2024-06-05T18:13:42.054Z | postgresql system 15 system |
222 | 2024-06-05T18:13:42.055Z | postgresql system 13 system |
223 | 2024-06-05T18:13:42.055Z | python vendor 3 vendor |
224 | 2024-06-05T18:13:42.056Z | python system 2 system |
225 | 2024-06-05T18:13:42.056Z | python3 system 3.11 system |
226 | 2024-06-05T18:13:42.056Z | ruby system 3.0 system |
227 | 2024-06-05T18:13:42.056Z | words vendor vendor american-english |
228 | 2024-06-05T18:13:42.056Z | words system system australian-english |
229 | 2024-06-05T18:13:42.057Z | words system system british-english |
230 | 2024-06-05T18:13:42.057Z | words system system canadian-english |
231 | 2024-06-05T18:13:42.057Z | words system system french |
232 | 2024-06-05T18:13:42.057Z | words system system italian |
233 | 2024-06-05T18:13:42.058Z | words system system ngerman |
234 | 2024-06-05T18:13:42.058Z | words system system ogerman |
235 | 2024-06-05T18:13:42.058Z | words system system spanish |
236 | 2024-06-05T18:13:42.327Z | PUBLISHER TYPE STATUS P LOCATION |
237 | 2024-06-05T18:13:42.327Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
238 | 2024-06-05T18:13:43.827Z | FMRI IFO |
239 | 2024-06-05T18:13:43.827Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
240 | 2024-06-05T18:13:43.827Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
241 | 2024-06-05T18:13:43.827Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
242 | 2024-06-05T18:13:43.828Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
243 | 2024-06-05T18:13:43.828Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
244 | 2024-06-05T18:13:43.828Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
245 | 2024-06-05T18:13:43.828Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
246 | 2024-06-05T18:13:43.828Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
247 | 2024-06-05T18:13:43.828Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
248 | 2024-06-05T18:13:43.828Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
249 | 2024-06-05T18:13:43.828Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
250 | 2024-06-05T18:13:43.828Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
251 | 2024-06-05T18:13:44.219Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
252 | 2024-06-05T18:13:44.553Z | Updating git repository `https://github.com/oxidecomputer/zone` |
253 | 2024-06-05T18:13:44.881Z | Updating crates.io index |
254 | 2024-06-05T18:13:44.898Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
255 | 2024-06-05T18:13:45.859Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
256 | 2024-06-05T18:13:46.361Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
257 | 2024-06-05T18:13:46.681Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
258 | 2024-06-05T18:13:52.038Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
259 | 2024-06-05T18:13:52.210Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
260 | 2024-06-05T18:13:52.210Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
261 | 2024-06-05T18:13:52.210Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
262 | 2024-06-05T18:13:52.569Z | Updating git repository `https://github.com/oxidecomputer/opte` |
263 | 2024-06-05T18:13:53.509Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
264 | 2024-06-05T18:13:54.436Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
265 | 2024-06-05T18:13:55.232Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
266 | 2024-06-05T18:13:55.428Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
267 | 2024-06-05T18:13:55.811Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
268 | 2024-06-05T18:13:56.076Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
269 | 2024-06-05T18:13:56.418Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
270 | 2024-06-05T18:13:56.707Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
271 | 2024-06-05T18:13:56.975Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
272 | 2024-06-05T18:13:57.258Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
273 | 2024-06-05T18:13:57.675Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
274 | 2024-06-05T18:13:58.079Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
275 | 2024-06-05T18:13:58.470Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
276 | 2024-06-05T18:13:58.837Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
277 | 2024-06-05T18:13:59.486Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
278 | 2024-06-05T18:13:59.768Z | Updating git repository `https://github.com/cbiffle/hubpack.git` |
279 | 2024-06-05T18:14:00.038Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
280 | 2024-06-05T18:14:00.454Z | Updating git repository `https://github.com/oxidecomputer/typify` |
281 | 2024-06-05T18:14:02.569Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
282 | 2024-06-05T18:14:02.916Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
283 | 2024-06-05T18:14:03.180Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
284 | 2024-06-05T18:14:03.584Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
285 | 2024-06-05T18:14:04.590Z | Downloading crates ... |
286 | 2024-06-05T18:14:04.651Z | Downloaded anyhow v1.0.86 |
287 | 2024-06-05T18:14:04.659Z | Downloaded bytes v1.6.0 |
288 | 2024-06-05T18:14:04.659Z | Downloaded anstyle-query v1.0.3 |
289 | 2024-06-05T18:14:04.668Z | Downloaded cargo_toml v0.20.2 |
290 | 2024-06-05T18:14:04.668Z | Downloaded camino v1.1.7 |
291 | 2024-06-05T18:14:04.668Z | Downloaded cargo_metadata v0.18.1 |
292 | 2024-06-05T18:14:05.082Z | Downloaded cargo-platform v0.1.8 |
293 | 2024-06-05T18:14:05.082Z | Downloaded base64 v0.21.7 |
294 | 2024-06-05T18:14:05.082Z | Downloaded anstyle-parse v0.2.4 |
295 | 2024-06-05T18:14:05.082Z | Downloaded serde_urlencoded v0.7.1 |
296 | 2024-06-05T18:14:05.115Z | Downloaded cc v1.0.97 |
297 | 2024-06-05T18:14:05.115Z | Downloaded block-buffer v0.10.4 |
298 | 2024-06-05T18:14:05.115Z | Downloaded bitflags v2.5.0 |
299 | 2024-06-05T18:14:05.115Z | Downloaded autocfg v1.3.0 |
300 | 2024-06-05T18:14:05.115Z | Downloaded ryu v1.0.18 |
301 | 2024-06-05T18:14:05.115Z | Downloaded serde_derive v1.0.203 |
302 | 2024-06-05T18:14:05.116Z | Downloaded anstyle v1.0.7 |
303 | 2024-06-05T18:14:05.116Z | Downloaded anstream v0.6.14 |
304 | 2024-06-05T18:14:05.116Z | Downloaded adler v1.0.2 |
305 | 2024-06-05T18:14:05.116Z | Downloaded signal-hook-registry v1.4.2 |
306 | 2024-06-05T18:14:05.116Z | Downloaded sha2 v0.10.8 |
307 | 2024-06-05T18:14:05.116Z | Downloaded semver v1.0.23 |
308 | 2024-06-05T18:14:05.116Z | Downloaded scopeguard v1.2.0 |
309 | 2024-06-05T18:14:05.116Z | Downloaded serde v1.0.203 |
310 | 2024-06-05T18:14:05.116Z | Downloaded tinyvec_macros v0.1.1 |
311 | 2024-06-05T18:14:05.116Z | Downloaded time-core v0.1.2 |
312 | 2024-06-05T18:14:05.117Z | Downloaded hashbrown v0.14.5 |
313 | 2024-06-05T18:14:05.117Z | Downloaded itoa v1.0.11 |
314 | 2024-06-05T18:14:05.117Z | Downloaded xattr v1.3.1 |
315 | 2024-06-05T18:14:05.117Z | Downloaded http v0.2.12 |
316 | 2024-06-05T18:14:05.117Z | Downloaded form_urlencoded v1.2.1 |
317 | 2024-06-05T18:14:05.117Z | Downloaded openssl-macros v0.1.1 |
318 | 2024-06-05T18:14:05.117Z | Downloaded tracing-core v0.1.32 |
319 | 2024-06-05T18:14:05.117Z | Downloaded is_terminal_polyfill v1.70.0 |
320 | 2024-06-05T18:14:05.117Z | Downloaded foreign-types v0.3.2 |
321 | 2024-06-05T18:14:05.117Z | Downloaded futures-channel v0.3.30 |
322 | 2024-06-05T18:14:05.117Z | Downloaded tower-service v0.3.2 |
323 | 2024-06-05T18:14:05.117Z | Downloaded equivalent v1.0.1 |
324 | 2024-06-05T18:14:05.118Z | Downloaded openssl-probe v0.1.5 |
325 | 2024-06-05T18:14:05.118Z | Downloaded num_threads v0.1.7 |
326 | 2024-06-05T18:14:05.118Z | Downloaded take_mut v0.2.2 |
327 | 2024-06-05T18:14:05.118Z | Downloaded sync_wrapper v0.1.2 |
328 | 2024-06-05T18:14:05.118Z | Downloaded swrite v0.1.0 |
329 | 2024-06-05T18:14:05.118Z | Downloaded md5 v0.7.0 |
330 | 2024-06-05T18:14:05.118Z | Downloaded is-terminal v0.4.12 |
331 | 2024-06-05T18:14:05.118Z | Downloaded match_cfg v0.1.0 |
332 | 2024-06-05T18:14:05.118Z | Downloaded foreign-types-shared v0.1.1 |
333 | 2024-06-05T18:14:05.118Z | Downloaded want v0.3.1 |
334 | 2024-06-05T18:14:05.118Z | Downloaded try-lock v0.2.5 |
335 | 2024-06-05T18:14:05.119Z | Downloaded strum v0.26.2 |
336 | 2024-06-05T18:14:05.119Z | Downloaded clap v4.5.4 |
337 | 2024-06-05T18:14:05.119Z | Downloaded thiserror-impl v1.0.60 |
338 | 2024-06-05T18:14:05.119Z | Downloaded utf8parse v0.2.1 |
339 | 2024-06-05T18:14:05.119Z | Downloaded tokio-native-tls v0.3.1 |
340 | 2024-06-05T18:14:05.119Z | Downloaded thiserror v1.0.60 |
341 | 2024-06-05T18:14:05.119Z | Downloaded heck v0.5.0 |
342 | 2024-06-05T18:14:05.119Z | Downloaded toml_datetime v0.6.6 |
343 | 2024-06-05T18:14:05.119Z | Downloaded thread_local v1.1.8 |
344 | 2024-06-05T18:14:05.119Z | Downloaded terminal_size v0.3.0 |
345 | 2024-06-05T18:14:05.119Z | Downloaded num-conv v0.1.0 |
346 | 2024-06-05T18:14:05.120Z | Downloaded httpdate v1.0.3 |
347 | 2024-06-05T18:14:05.120Z | Downloaded dirs-next v2.0.0 |
348 | 2024-06-05T18:14:05.120Z | Downloaded cpufeatures v0.2.12 |
349 | 2024-06-05T18:14:05.120Z | Downloaded tokio-macros v2.2.0 |
350 | 2024-06-05T18:14:05.120Z | Downloaded strsim v0.11.1 |
351 | 2024-06-05T18:14:05.120Z | Downloaded hostname v0.3.1 |
352 | 2024-06-05T18:14:05.120Z | Downloaded heck v0.4.1 |
353 | 2024-06-05T18:14:05.120Z | Downloaded mime v0.3.17 |
354 | 2024-06-05T18:14:05.120Z | Downloaded version_check v0.9.4 |
355 | 2024-06-05T18:14:05.120Z | Downloaded term v0.7.0 |
356 | 2024-06-05T18:14:05.121Z | Downloaded smallvec v1.13.2 |
357 | 2024-06-05T18:14:05.121Z | Downloaded slog-term v2.9.1 |
358 | 2024-06-05T18:14:05.121Z | Downloaded unicode-ident v1.0.12 |
359 | 2024-06-05T18:14:05.121Z | Downloaded powerfmt v0.2.0 |
360 | 2024-06-05T18:14:05.121Z | Downloaded unicode-bidi v0.3.15 |
361 | 2024-06-05T18:14:05.121Z | Downloaded tokio-util v0.7.11 |
362 | 2024-06-05T18:14:05.121Z | Downloaded typenum v1.17.0 |
363 | 2024-06-05T18:14:05.121Z | Downloaded tar v0.4.40 |
364 | 2024-06-05T18:14:05.121Z | Downloaded rustls-pemfile v1.0.4 |
365 | 2024-06-05T18:14:05.121Z | Downloaded quote v1.0.36 |
366 | 2024-06-05T18:14:05.121Z | Downloaded rustversion v1.0.17 |
367 | 2024-06-05T18:14:05.122Z | Downloaded url v2.5.0 |
368 | 2024-06-05T18:14:05.122Z | Downloaded tracing v0.1.40 |
369 | 2024-06-05T18:14:05.122Z | Downloaded proc-macro2 v1.0.82 |
370 | 2024-06-05T18:14:05.122Z | Downloaded parking_lot v0.12.2 |
371 | 2024-06-05T18:14:05.122Z | Downloaded toml_edit v0.22.13 |
372 | 2024-06-05T18:14:05.122Z | Downloaded unicode-normalization v0.1.23 |
373 | 2024-06-05T18:14:05.122Z | Downloaded winnow v0.6.8 |
374 | 2024-06-05T18:14:05.122Z | Downloaded openssl-sys v0.9.102 |
375 | 2024-06-05T18:14:05.122Z | Downloaded vcpkg v0.2.15 |
376 | 2024-06-05T18:14:05.122Z | Downloaded syn v2.0.64 |
377 | 2024-06-05T18:14:05.122Z | Downloaded tokio v1.37.0 |
378 | 2024-06-05T18:14:05.123Z | Downloaded mio v0.8.11 |
379 | 2024-06-05T18:14:05.123Z | Downloaded futures-util v0.3.30 |
380 | 2024-06-05T18:14:05.123Z | Downloaded clap_builder v4.5.2 |
381 | 2024-06-05T18:14:05.123Z | Downloaded reqwest v0.11.27 |
382 | 2024-06-05T18:14:05.123Z | Downloaded hyper v0.14.28 |
383 | 2024-06-05T18:14:05.123Z | Downloaded idna v0.5.0 |
384 | 2024-06-05T18:14:05.123Z | Downloaded openssl v0.10.64 |
385 | 2024-06-05T18:14:05.123Z | Downloaded memchr v2.7.2 |
386 | 2024-06-05T18:14:05.123Z | Downloaded rustix v0.38.34 |
387 | 2024-06-05T18:14:05.123Z | Downloaded h2 v0.3.26 |
388 | 2024-06-05T18:14:05.123Z | Downloaded flate2 v1.0.30 |
389 | 2024-06-05T18:14:05.124Z | Downloaded log v0.4.21 |
390 | 2024-06-05T18:14:05.124Z | Downloaded indexmap v2.2.6 |
391 | 2024-06-05T18:14:05.124Z | Downloaded crossbeam-utils v0.8.19 |
392 | 2024-06-05T18:14:05.124Z | Downloaded time v0.3.36 |
393 | 2024-06-05T18:14:05.124Z | Downloaded miniz_oxide v0.7.2 |
394 | 2024-06-05T18:14:05.124Z | Downloaded futures v0.3.30 |
395 | 2024-06-05T18:14:05.124Z | Downloaded libc v0.2.155 |
396 | 2024-06-05T18:14:05.158Z | Downloaded pin-project-lite v0.2.14 |
397 | 2024-06-05T18:14:05.158Z | Downloaded futures-macro v0.3.30 |
398 | 2024-06-05T18:14:05.158Z | Downloaded strum_macros v0.26.2 |
399 | 2024-06-05T18:14:05.158Z | Downloaded parking_lot_core v0.9.10 |
400 | 2024-06-05T18:14:05.158Z | Downloaded native-tls v0.2.11 |
401 | 2024-06-05T18:14:05.158Z | Downloaded lock_api v0.4.12 |
402 | 2024-06-05T18:14:05.158Z | Downloaded toml v0.8.13 |
403 | 2024-06-05T18:14:05.159Z | Downloaded tinyvec v1.6.0 |
404 | 2024-06-05T18:14:05.159Z | Downloaded encoding_rs v0.8.34 |
405 | 2024-06-05T18:14:05.159Z | Downloaded time-macros v0.2.18 |
406 | 2024-06-05T18:14:05.159Z | Downloaded socket2 v0.5.7 |
407 | 2024-06-05T18:14:05.159Z | Downloaded once_cell v1.19.0 |
408 | 2024-06-05T18:14:05.159Z | Downloaded fs-err v2.11.0 |
409 | 2024-06-05T18:14:05.159Z | Downloaded crc32fast v1.4.0 |
410 | 2024-06-05T18:14:05.159Z | Downloaded ipnet v2.9.0 |
411 | 2024-06-05T18:14:05.160Z | Downloaded slog v2.7.0 |
412 | 2024-06-05T18:14:05.160Z | Downloaded pkg-config v0.3.30 |
413 | 2024-06-05T18:14:05.160Z | Downloaded percent-encoding v2.3.1 |
414 | 2024-06-05T18:14:05.160Z | Downloaded clap_derive v4.5.4 |
415 | 2024-06-05T18:14:05.160Z | Downloaded slog-bunyan v2.5.0 |
416 | 2024-06-05T18:14:05.160Z | Downloaded macaddr v1.0.1 |
417 | 2024-06-05T18:14:05.160Z | Downloaded hyper-tls v0.5.0 |
418 | 2024-06-05T18:14:05.160Z | Downloaded cfg-if v1.0.0 |
419 | 2024-06-05T18:14:05.160Z | Downloaded futures-executor v0.3.30 |
420 | 2024-06-05T18:14:05.160Z | Downloaded futures-core v0.3.30 |
421 | 2024-06-05T18:14:05.160Z | Downloaded fnv v1.0.7 |
422 | 2024-06-05T18:14:05.160Z | Downloaded dirs-sys-next v0.1.2 |
423 | 2024-06-05T18:14:05.161Z | Downloaded deranged v0.3.11 |
424 | 2024-06-05T18:14:05.161Z | Downloaded crypto-common v0.1.6 |
425 | 2024-06-05T18:14:05.166Z | Downloaded slog-json v2.6.1 |
426 | 2024-06-05T18:14:05.166Z | Downloaded slog-async v2.8.0 |
427 | 2024-06-05T18:14:05.166Z | Downloaded pin-utils v0.1.0 |
428 | 2024-06-05T18:14:05.166Z | Downloaded num_cpus v1.16.0 |
429 | 2024-06-05T18:14:05.167Z | Downloaded http-body v0.4.6 |
430 | 2024-06-05T18:14:05.167Z | Downloaded generic-array v0.14.7 |
431 | 2024-06-05T18:14:05.167Z | Downloaded futures-task v0.3.30 |
432 | 2024-06-05T18:14:05.167Z | Downloaded futures-sink v0.3.30 |
433 | 2024-06-05T18:14:05.167Z | Downloaded futures-io v0.3.30 |
434 | 2024-06-05T18:14:05.167Z | Downloaded filetime v0.2.23 |
435 | 2024-06-05T18:14:05.167Z | Downloaded digest v0.10.7 |
436 | 2024-06-05T18:14:05.167Z | Downloaded colorchoice v1.0.1 |
437 | 2024-06-05T18:14:05.167Z | Downloaded slab v0.4.9 |
438 | 2024-06-05T18:14:05.167Z | Downloaded errno v0.3.9 |
439 | 2024-06-05T18:14:05.167Z | Downloaded clap_lex v0.7.0 |
440 | 2024-06-05T18:14:05.168Z | Downloaded httparse v1.8.0 |
441 | 2024-06-05T18:14:05.168Z | Downloaded crossbeam-channel v0.5.12 |
442 | 2024-06-05T18:14:05.168Z | Downloaded serde_spanned v0.6.6 |
443 | 2024-06-05T18:14:05.168Z | Downloaded serde_json v1.0.117 |
444 | 2024-06-05T18:14:05.447Z | Compiling proc-macro2 v1.0.82 |
445 | 2024-06-05T18:14:05.448Z | Compiling unicode-ident v1.0.12 |
446 | 2024-06-05T18:14:05.448Z | Compiling libc v0.2.155 |
447 | 2024-06-05T18:14:05.452Z | Compiling cfg-if v1.0.0 |
448 | 2024-06-05T18:14:05.452Z | Compiling autocfg v1.3.0 |
449 | 2024-06-05T18:14:05.452Z | Compiling serde v1.0.203 |
450 | 2024-06-05T18:14:05.480Z | Compiling itoa v1.0.11 |
451 | 2024-06-05T18:14:05.485Z | Compiling once_cell v1.19.0 |
452 | 2024-06-05T18:14:05.601Z | Compiling pin-project-lite v0.2.14 |
453 | 2024-06-05T18:14:05.671Z | Compiling bitflags v2.5.0 |
454 | 2024-06-05T18:14:05.697Z | Compiling vcpkg v0.2.15 |
455 | 2024-06-05T18:14:05.730Z | Compiling pkg-config v0.3.30 |
456 | 2024-06-05T18:14:05.966Z | Compiling parking_lot_core v0.9.10 |
457 | 2024-06-05T18:14:06.083Z | Compiling cc v1.0.97 |
458 | 2024-06-05T18:14:06.424Z | Compiling lock_api v0.4.12 |
459 | 2024-06-05T18:14:07.024Z | Compiling slab v0.4.9 |
460 | 2024-06-05T18:14:07.436Z | Compiling bytes v1.6.0 |
461 | 2024-06-05T18:14:07.938Z | Compiling scopeguard v1.2.0 |
462 | 2024-06-05T18:14:08.052Z | Compiling futures-sink v0.3.30 |
463 | 2024-06-05T18:14:08.083Z | Compiling smallvec v1.13.2 |
464 | 2024-06-05T18:14:08.108Z | Compiling futures-core v0.3.30 |
465 | 2024-06-05T18:14:08.326Z | Compiling hashbrown v0.14.5 |
466 | 2024-06-05T18:14:08.360Z | Compiling equivalent v1.0.1 |
467 | 2024-06-05T18:14:08.468Z | Compiling futures-channel v0.3.30 |
468 | 2024-06-05T18:14:08.490Z | Compiling memchr v2.7.2 |
469 | 2024-06-05T18:14:08.660Z | Compiling futures-task v0.3.30 |
470 | 2024-06-05T18:14:08.691Z | Compiling pin-utils v0.1.0 |
471 | 2024-06-05T18:14:08.783Z | Compiling typenum v1.17.0 |
472 | 2024-06-05T18:14:08.807Z | Compiling openssl-sys v0.9.102 |
473 | 2024-06-05T18:14:09.315Z | Compiling version_check v0.9.4 |
474 | 2024-06-05T18:14:09.315Z | Compiling quote v1.0.36 |
475 | 2024-06-05T18:14:09.631Z | Compiling syn v2.0.64 |
476 | 2024-06-05T18:14:09.726Z | Compiling indexmap v2.2.6 |
477 | 2024-06-05T18:14:09.749Z | Compiling num_cpus v1.16.0 |
478 | 2024-06-05T18:14:09.830Z | Compiling mio v0.8.11 |
479 | 2024-06-05T18:14:10.274Z | Compiling signal-hook-registry v1.4.2 |
480 | 2024-06-05T18:14:10.280Z | Compiling socket2 v0.5.7 |
481 | 2024-06-05T18:14:10.281Z | Compiling parking_lot v0.12.2 |
482 | 2024-06-05T18:14:10.341Z | Compiling futures-io v0.3.30 |
483 | 2024-06-05T18:14:10.594Z | Compiling rustix v0.38.34 |
484 | 2024-06-05T18:14:10.873Z | Compiling generic-array v0.14.7 |
485 | 2024-06-05T18:14:10.893Z | Compiling errno v0.3.9 |
486 | 2024-06-05T18:14:10.996Z | Compiling slog v2.7.0 |
487 | 2024-06-05T18:14:11.022Z | Compiling foreign-types-shared v0.1.1 |
488 | 2024-06-05T18:14:11.112Z | Compiling openssl v0.10.64 |
489 | 2024-06-05T18:14:11.132Z | Compiling ryu v1.0.18 |
490 | 2024-06-05T18:14:11.152Z | Compiling fnv v1.0.7 |
491 | 2024-06-05T18:14:11.247Z | Compiling foreign-types v0.3.2 |
492 | 2024-06-05T18:14:11.283Z | Compiling http v0.2.12 |
493 | 2024-06-05T18:14:11.880Z | Compiling tracing-core v0.1.32 |
494 | 2024-06-05T18:14:11.887Z | Compiling httparse v1.8.0 |
495 | 2024-06-05T18:14:11.887Z | Compiling time-core v0.1.2 |
496 | 2024-06-05T18:14:11.887Z | Compiling num-conv v0.1.0 |
497 | 2024-06-05T18:14:11.926Z | Compiling serde_json v1.0.117 |
498 | 2024-06-05T18:14:12.002Z | Compiling tinyvec_macros v0.1.1 |
499 | 2024-06-05T18:14:12.100Z | Compiling powerfmt v0.2.0 |
500 | 2024-06-05T18:14:12.196Z | Compiling native-tls v0.2.11 |
501 | 2024-06-05T18:14:12.505Z | Compiling deranged v0.3.11 |
502 | 2024-06-05T18:14:12.928Z | Compiling tracing v0.1.40 |
503 | 2024-06-05T18:14:12.946Z | Compiling tinyvec v1.6.0 |
504 | 2024-06-05T18:14:12.984Z | Compiling time-macros v0.2.18 |
505 | 2024-06-05T18:14:13.913Z | Compiling rustversion v1.0.17 |
506 | 2024-06-05T18:14:14.204Z | Compiling num_threads v0.1.7 |
507 | 2024-06-05T18:14:14.232Z | Compiling log v0.4.21 |
508 | 2024-06-05T18:14:14.333Z | Compiling openssl-probe v0.1.5 |
509 | 2024-06-05T18:14:14.380Z | Compiling percent-encoding v2.3.1 |
510 | 2024-06-05T18:14:14.494Z | Compiling utf8parse v0.2.1 |
511 | 2024-06-05T18:14:15.002Z | Compiling crossbeam-utils v0.8.19 |
512 | 2024-06-05T18:14:15.015Z | Compiling try-lock v0.2.5 |
513 | 2024-06-05T18:14:15.015Z | Compiling anstyle-parse v0.2.4 |
514 | 2024-06-05T18:14:15.015Z | Compiling want v0.3.1 |
515 | 2024-06-05T18:14:15.015Z | Compiling form_urlencoded v1.2.1 |
516 | 2024-06-05T18:14:15.015Z | Compiling unicode-normalization v0.1.23 |
517 | 2024-06-05T18:14:15.051Z | Compiling http-body v0.4.6 |
518 | 2024-06-05T18:14:15.107Z | Compiling dirs-sys-next v0.1.2 |
519 | 2024-06-05T18:14:15.234Z | Compiling is_terminal_polyfill v1.70.0 |
520 | 2024-06-05T18:14:15.348Z | Compiling camino v1.1.7 |
521 | 2024-06-05T18:14:15.388Z | Compiling thiserror v1.0.60 |
522 | 2024-06-05T18:14:15.518Z | Compiling colorchoice v1.0.1 |
523 | 2024-06-05T18:14:15.666Z | Compiling semver v1.0.23 |
524 | 2024-06-05T18:14:15.711Z | Compiling tower-service v0.3.2 |
525 | 2024-06-05T18:14:16.142Z | Compiling anstyle v1.0.7 |
526 | 2024-06-05T18:14:16.156Z | Compiling anstyle-query v1.0.3 |
527 | 2024-06-05T18:14:16.156Z | Compiling crc32fast v1.4.0 |
528 | 2024-06-05T18:14:16.156Z | Compiling httpdate v1.0.3 |
529 | 2024-06-05T18:14:16.156Z | Compiling winnow v0.6.8 |
530 | 2024-06-05T18:14:16.156Z | Compiling unicode-bidi v0.3.15 |
531 | 2024-06-05T18:14:16.599Z | Compiling anstream v0.6.14 |
532 | 2024-06-05T18:14:16.611Z | Compiling dirs-next v2.0.0 |
533 | 2024-06-05T18:14:16.611Z | Compiling time v0.3.36 |
534 | 2024-06-05T18:14:16.611Z | Compiling block-buffer v0.10.4 |
535 | 2024-06-05T18:14:16.823Z | Compiling idna v0.5.0 |
536 | 2024-06-05T18:14:17.021Z | Compiling crypto-common v0.1.6 |
537 | 2024-06-05T18:14:17.250Z | Compiling terminal_size v0.3.0 |
538 | 2024-06-05T18:14:17.460Z | Compiling fs-err v2.11.0 |
539 | 2024-06-05T18:14:17.592Z | Compiling thread_local v1.1.8 |
540 | 2024-06-05T18:14:17.749Z | Compiling base64 v0.21.7 |
541 | 2024-06-05T18:14:17.814Z | Compiling clap_lex v0.7.0 |
542 | 2024-06-05T18:14:18.119Z | Compiling heck v0.5.0 |
543 | 2024-06-05T18:14:18.152Z | Compiling strsim v0.11.1 |
544 | 2024-06-05T18:14:18.364Z | Compiling match_cfg v0.1.0 |
545 | 2024-06-05T18:14:18.467Z | Compiling anyhow v1.0.86 |
546 | 2024-06-05T18:14:18.485Z | Compiling adler v1.0.2 |
547 | 2024-06-05T18:14:18.511Z | Compiling slog-async v2.8.0 |
548 | 2024-06-05T18:14:18.650Z | Compiling heck v0.4.1 |
549 | 2024-06-05T18:14:18.717Z | Compiling miniz_oxide v0.7.2 |
550 | 2024-06-05T18:14:19.087Z | Compiling clap_builder v4.5.2 |
551 | 2024-06-05T18:14:19.108Z | Compiling hostname v0.3.1 |
552 | 2024-06-05T18:14:19.113Z | Compiling rustls-pemfile v1.0.4 |
553 | 2024-06-05T18:14:19.357Z | Compiling url v2.5.0 |
554 | 2024-06-05T18:14:19.384Z | Compiling crossbeam-channel v0.5.12 |
555 | 2024-06-05T18:14:19.591Z | Compiling digest v0.10.7 |
556 | 2024-06-05T18:14:20.019Z | Compiling term v0.7.0 |
557 | 2024-06-05T18:14:20.171Z | Compiling xattr v1.3.1 |
558 | 2024-06-05T18:14:20.319Z | Compiling is-terminal v0.4.12 |
559 | 2024-06-05T18:14:20.342Z | Compiling filetime v0.2.23 |
560 | 2024-06-05T18:14:20.440Z | Compiling encoding_rs v0.8.34 |
561 | 2024-06-05T18:14:20.465Z | Compiling cpufeatures v0.2.12 |
562 | 2024-06-05T18:14:20.497Z | Compiling ipnet v2.9.0 |
563 | 2024-06-05T18:14:20.573Z | Compiling mime v0.3.17 |
564 | 2024-06-05T18:14:20.691Z | Compiling take_mut v0.2.2 |
565 | 2024-06-05T18:14:20.868Z | Compiling sync_wrapper v0.1.2 |
566 | 2024-06-05T18:14:21.187Z | Compiling sha2 v0.10.8 |
567 | 2024-06-05T18:14:21.276Z | Compiling tar v0.4.40 |
568 | 2024-06-05T18:14:21.676Z | Compiling slog-term v2.9.1 |
569 | 2024-06-05T18:14:21.874Z | Compiling flate2 v1.0.30 |
570 | 2024-06-05T18:14:22.835Z | Compiling serde_derive v1.0.203 |
571 | 2024-06-05T18:14:22.899Z | Compiling futures-macro v0.3.30 |
572 | 2024-06-05T18:14:22.975Z | Compiling tokio-macros v2.2.0 |
573 | 2024-06-05T18:14:23.491Z | Compiling openssl-macros v0.1.1 |
574 | 2024-06-05T18:14:23.739Z | Compiling thiserror-impl v1.0.60 |
575 | 2024-06-05T18:14:24.673Z | Compiling strum_macros v0.26.2 |
576 | 2024-06-05T18:14:24.703Z | Compiling tokio v1.37.0 |
577 | 2024-06-05T18:14:25.057Z | Compiling futures-util v0.3.30 |
578 | 2024-06-05T18:14:25.061Z | Compiling clap_derive v4.5.4 |
579 | 2024-06-05T18:14:27.382Z | Compiling swrite v0.1.0 |
580 | 2024-06-05T18:14:27.572Z | Compiling md5 v0.7.0 |
581 | 2024-06-05T18:14:29.847Z | Compiling strum v0.26.2 |
582 | 2024-06-05T18:14:29.919Z | Compiling clap v4.5.4 |
583 | 2024-06-05T18:14:30.654Z | Compiling futures-executor v0.3.30 |
584 | 2024-06-05T18:14:30.905Z | Compiling futures v0.3.30 |
585 | 2024-06-05T18:14:31.885Z | Compiling tokio-util v0.7.11 |
586 | 2024-06-05T18:14:31.885Z | Compiling tokio-native-tls v0.3.1 |
587 | 2024-06-05T18:14:32.564Z | Compiling h2 v0.3.26 |
588 | 2024-06-05T18:14:34.682Z | Compiling serde_spanned v0.6.6 |
589 | 2024-06-05T18:14:34.682Z | Compiling toml_datetime v0.6.6 |
590 | 2024-06-05T18:14:34.690Z | Compiling serde_urlencoded v0.7.1 |
591 | 2024-06-05T18:14:34.911Z | Compiling cargo-platform v0.1.8 |
592 | 2024-06-05T18:14:35.086Z | Compiling toml_edit v0.22.13 |
593 | 2024-06-05T18:14:35.215Z | Compiling macaddr v1.0.1 |
594 | 2024-06-05T18:14:35.927Z | Compiling hyper v0.14.28 |
595 | 2024-06-05T18:14:36.190Z | Compiling slog-json v2.6.1 |
596 | 2024-06-05T18:14:36.190Z | Compiling cargo_metadata v0.18.1 |
597 | 2024-06-05T18:14:36.623Z | Compiling slog-bunyan v2.5.0 |
598 | 2024-06-05T18:14:37.870Z | Compiling toml v0.8.13 |
599 | 2024-06-05T18:14:38.418Z | Compiling cargo_toml v0.20.2 |
600 | 2024-06-05T18:14:39.106Z | Compiling hyper-tls v0.5.0 |
601 | 2024-06-05T18:14:39.409Z | Compiling reqwest v0.11.27 |
602 | 2024-06-05T18:14:44.311Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
603 | 2024-06-05T18:14:50.664Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
604 | 2024-06-05T18:14:50.915Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
605 | 2024-06-05T18:14:50.971Z | Jun 05 18:14:50.680 INFO Starting download, target: Clickhouse |
606 | 2024-06-05T18:14:50.972Z | Jun 05 18:14:50.680 INFO Starting download, target: Cockroach |
607 | 2024-06-05T18:14:50.972Z | Jun 05 18:14:50.680 INFO Starting download, target: Console |
608 | 2024-06-05T18:14:50.972Z | Jun 05 18:14:50.680 INFO Starting download, target: DendriteOpenapi |
609 | 2024-06-05T18:14:50.976Z | Jun 05 18:14:50.680 INFO Starting download, target: DendriteStub |
610 | 2024-06-05T18:14:50.976Z | Jun 05 18:14:50.680 INFO Starting download, target: MaghemiteMgd |
611 | 2024-06-05T18:14:50.976Z | Jun 05 18:14:50.680 INFO Starting download, target: TransceiverControl |
612 | 2024-06-05T18:14:50.976Z | Jun 05 18:14:50.681 INFO Downloading out/downloads/console.tar.gz, target: Console |
613 | 2024-06-05T18:14:50.976Z | Jun 05 18:14:50.681 INFO Downloading out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json, target: DendriteOpenapi |
614 | 2024-06-05T18:14:50.976Z | Jun 05 18:14:50.681 INFO Downloading out/downloads/xcvradm.gz, target: TransceiverControl |
615 | 2024-06-05T18:14:50.976Z | Jun 05 18:14:50.681 INFO Downloading out/downloads/mgd.tar.gz, target: MaghemiteMgd |
616 | 2024-06-05T18:14:50.976Z | Jun 05 18:14:50.681 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
617 | 2024-06-05T18:14:50.976Z | Jun 05 18:14:50.681 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz, target: Clickhouse |
618 | 2024-06-05T18:14:50.976Z | Jun 05 18:14:50.681 INFO Downloading out/downloads/dendrite-stub.tar.gz, target: DendriteStub |
619 | 2024-06-05T18:14:51.564Z | Jun 05 18:14:51.260 INFO Download complete, target: DendriteOpenapi |
620 | 2024-06-05T18:14:51.824Z | Jun 05 18:14:51.514 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
621 | 2024-06-05T18:14:52.171Z | Jun 05 18:14:51.854 INFO Download complete, target: Console |
622 | 2024-06-05T18:14:53.712Z | Jun 05 18:14:53.052 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
623 | 2024-06-05T18:14:53.855Z | Jun 05 18:14:53.076 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
624 | 2024-06-05T18:14:54.027Z | Jun 05 18:14:53.677 INFO Download complete, target: TransceiverControl |
625 | 2024-06-05T18:14:58.141Z | Jun 05 18:14:57.632 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
626 | 2024-06-05T18:14:58.141Z | Jun 05 18:14:57.632 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
627 | 2024-06-05T18:15:03.919Z | Jun 05 18:15:03.578 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
628 | 2024-06-05T18:15:04.311Z | Jun 05 18:15:04.015 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
629 | 2024-06-05T18:15:06.584Z | Jun 05 18:15:06.277 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
630 | 2024-06-05T18:15:06.802Z | Jun 05 18:15:06.505 INFO Download complete, target: DendriteStub |
631 | 2024-06-05T18:15:07.032Z | Jun 05 18:15:06.728 INFO Checking that binary works, target: Cockroach |
632 | 2024-06-05T18:15:19.672Z | Jun 05 18:15:06.961 INFO Download complete, target: Cockroach |
633 | 2024-06-05T18:15:20.154Z | Jun 05 18:15:07.148 INFO Download complete, target: MaghemiteMgd |
634 | 2024-06-05T18:15:20.154Z | Jun 05 18:15:08.232 INFO Checking that binary works, target: Clickhouse |
635 | 2024-06-05T18:15:20.810Z | Jun 05 18:15:08.825 INFO Download complete, target: Clickhouse |
636 | 2024-06-05T18:15:20.810Z | All builder prerequisites installed successfully, and PATH looks valid |
637 | 2024-06-05T18:15:20.810Z | |
638 | 2024-06-05T18:15:20.810Z | real 2:51.611908426 |
639 | 2024-06-05T18:15:20.810Z | user 4:39.879919651 |
640 | 2024-06-05T18:15:20.810Z | sys 1:04.504808652 |
641 | 2024-06-05T18:15:20.811Z | trap 0.140045251 |
642 | 2024-06-05T18:15:20.811Z | tflt 4.090224845 |
643 | 2024-06-05T18:15:20.811Z | dflt 5.741392430 |
644 | 2024-06-05T18:15:20.811Z | kflt 0.347639685 |
645 | 2024-06-05T18:15:20.811Z | lock 10:19.321862219 |
646 | 2024-06-05T18:15:20.811Z | slp 13:46.921273465 |
647 | 2024-06-05T18:15:20.811Z | lat 14.319252981 |
648 | 2024-06-05T18:15:20.812Z | stop 47.149554191 |
649 | 2024-06-05T18:15:20.812Z | |
650 | 2024-06-05T18:15:20.812Z | #### # # ##### ##### # # |
651 | 2024-06-05T18:15:20.812Z | # # # # # # # # # # |
652 | 2024-06-05T18:15:20.812Z | # # # # # # # # |
653 | 2024-06-05T18:15:20.812Z | # # # ##### ##### # |
654 | 2024-06-05T18:15:20.812Z | # # # # # # # |
655 | 2024-06-05T18:15:20.812Z | #### ###### # # # # |
656 | 2024-06-05T18:15:20.812Z | |
657 | 2024-06-05T18:15:20.813Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
658 | 2024-06-05T18:15:20.813Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.39s |
659 | 2024-06-05T18:15:20.813Z | Running `target/debug/xtask clippy` |
660 | 2024-06-05T18:15:20.813Z | running: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" |
661 | 2024-06-05T18:15:20.813Z | Downloading crates ... |
662 | 2024-06-05T18:15:20.813Z | Downloaded aho-corasick v1.1.3 |
663 | 2024-06-05T18:15:20.813Z | Downloaded aead v0.5.2 |
664 | 2024-06-05T18:15:20.813Z | Downloaded is_ci v1.2.0 |
665 | 2024-06-05T18:15:20.813Z | Downloaded allocator-api2 v0.2.18 |
666 | 2024-06-05T18:15:20.814Z | Downloaded lazy_static v1.4.0 |
667 | 2024-06-05T18:15:20.814Z | Downloaded addr2line v0.21.0 |
668 | 2024-06-05T18:15:20.814Z | Downloaded ascii v1.1.0 |
669 | 2024-06-05T18:15:20.814Z | Downloaded argon2 v0.5.3 |
670 | 2024-06-05T18:15:20.814Z | Downloaded arc-swap v1.7.1 |
671 | 2024-06-05T18:15:20.814Z | Downloaded arrayref v0.3.7 |
672 | 2024-06-05T18:15:20.814Z | Downloaded atty v0.2.14 |
673 | 2024-06-05T18:15:20.814Z | Downloaded lalrpop-util v0.19.12 |
674 | 2024-06-05T18:15:20.815Z | Downloaded libefi-sys v0.1.0 |
675 | 2024-06-05T18:15:20.815Z | Downloaded itertools v0.10.5 |
676 | 2024-06-05T18:15:20.815Z | Downloaded kstat-rs v0.2.3 |
677 | 2024-06-05T18:15:20.815Z | Downloaded lazycell v1.3.0 |
678 | 2024-06-05T18:15:20.815Z | Downloaded backtrace v0.3.71 |
679 | 2024-06-05T18:15:20.815Z | Downloaded atomic-waker v1.1.2 |
680 | 2024-06-05T18:15:20.815Z | Downloaded async-stream v0.3.5 |
681 | 2024-06-05T18:15:20.815Z | Downloaded libsw v3.3.1 |
682 | 2024-06-05T18:15:20.815Z | Downloaded bindgen v0.69.4 |
683 | 2024-06-05T18:15:20.816Z | Downloaded libloading v0.8.3 |
684 | 2024-06-05T18:15:20.816Z | Downloaded libm v0.2.8 |
685 | 2024-06-05T18:15:20.816Z | Downloaded lalrpop v0.19.12 |
686 | 2024-06-05T18:15:20.816Z | Downloaded maplit v1.0.2 |
687 | 2024-06-05T18:15:20.816Z | Downloaded nu-ansi-term v0.50.0 |
688 | 2024-06-05T18:15:20.816Z | Downloaded mockall_derive v0.12.1 |
689 | 2024-06-05T18:15:20.816Z | Downloaded phf_shared v0.10.0 |
690 | 2024-06-05T18:15:20.816Z | Downloaded num v0.4.3 |
691 | 2024-06-05T18:15:20.816Z | Downloaded memmap v0.7.0 |
692 | 2024-06-05T18:15:20.816Z | Downloaded crunchy v0.2.2 |
693 | 2024-06-05T18:15:20.816Z | Downloaded cfg_aliases v0.1.1 |
694 | 2024-06-05T18:15:20.817Z | Downloaded libxml v0.3.3 |
695 | 2024-06-05T18:15:20.817Z | Downloaded bb8 v0.8.3 |
696 | 2024-06-05T18:15:20.817Z | Downloaded nodrop v0.1.14 |
697 | 2024-06-05T18:15:20.817Z | Downloaded oso-derive v0.27.3 |
698 | 2024-06-05T18:15:20.817Z | Downloaded number_prefix v0.4.0 |
699 | 2024-06-05T18:15:20.817Z | Downloaded normalize-line-endings v0.3.0 |
700 | 2024-06-05T18:15:20.817Z | Downloaded newline-converter v0.3.0 |
701 | 2024-06-05T18:15:20.818Z | Downloaded data-encoding v2.6.0 |
702 | 2024-06-05T18:15:20.818Z | Downloaded newtype-uuid v1.1.0 |
703 | 2024-06-05T18:15:20.818Z | Downloaded datatest-stable v0.2.9 |
704 | 2024-06-05T18:15:20.818Z | Downloaded curve25519-dalek-derive v0.1.1 |
705 | 2024-06-05T18:15:20.818Z | Downloaded peg-runtime v0.8.3 |
706 | 2024-06-05T18:15:20.818Z | Downloaded path-slash v0.1.5 |
707 | 2024-06-05T18:15:20.818Z | Downloaded managed v0.8.0 |
708 | 2024-06-05T18:15:20.818Z | Downloaded ciborium-io v0.2.2 |
709 | 2024-06-05T18:15:20.818Z | Downloaded cast v0.3.0 |
710 | 2024-06-05T18:15:20.818Z | Downloaded bytecount v0.6.8 |
711 | 2024-06-05T18:15:20.819Z | Downloaded async-recursion v1.1.1 |
712 | 2024-06-05T18:15:20.819Z | Downloaded castaway v0.2.2 |
713 | 2024-06-05T18:15:20.819Z | Downloaded packed_struct_codegen v0.10.1 |
714 | 2024-06-05T18:15:20.819Z | Downloaded camino-tempfile v1.1.1 |
715 | 2024-06-05T18:15:20.819Z | Downloaded pathdiff v0.2.1 |
716 | 2024-06-05T18:15:20.819Z | Downloaded opaque-debug v0.3.1 |
717 | 2024-06-05T18:15:20.819Z | Downloaded cexpr v0.6.0 |
718 | 2024-06-05T18:15:20.819Z | Downloaded newtype_derive v0.1.6 |
719 | 2024-06-05T18:15:20.819Z | Downloaded vte_generate_state_changes v0.1.1 |
720 | 2024-06-05T18:15:20.819Z | Downloaded parse-size v1.0.0 |
721 | 2024-06-05T18:15:20.819Z | Downloaded criterion-plot v0.5.0 |
722 | 2024-06-05T18:15:20.819Z | Downloaded crc-catalog v2.4.0 |
723 | 2024-06-05T18:15:20.819Z | Downloaded doc-comment v0.3.3 |
724 | 2024-06-05T18:15:20.819Z | Downloaded olpc-cjson v0.1.3 |
725 | 2024-06-05T18:15:20.820Z | Downloaded lru-cache v0.1.2 |
726 | 2024-06-05T18:15:20.820Z | Downloaded colored v2.1.0 |
727 | 2024-06-05T18:15:20.820Z | Downloaded block-padding v0.3.3 |
728 | 2024-06-05T18:15:20.820Z | Downloaded phf v0.11.2 |
729 | 2024-06-05T18:15:20.820Z | Downloaded pem v3.0.4 |
730 | 2024-06-05T18:15:20.820Z | Downloaded num_enum_derive v0.5.11 |
731 | 2024-06-05T18:15:20.820Z | Downloaded cancel-safe-futures v0.1.5 |
732 | 2024-06-05T18:15:20.849Z | Downloaded cstr-argument v0.1.2 |
733 | 2024-06-05T18:15:20.850Z | Downloaded num-derive v0.4.2 |
734 | 2024-06-05T18:15:20.850Z | Downloaded shlex v1.3.0 |
735 | 2024-06-05T18:15:20.850Z | Downloaded crossbeam-deque v0.8.5 |
736 | 2024-06-05T18:15:20.850Z | Downloaded downcast v0.11.0 |
737 | 2024-06-05T18:15:20.850Z | Downloaded guppy-workspace-hack v0.1.0 |
738 | 2024-06-05T18:15:20.850Z | Downloaded fxhash v0.2.1 |
739 | 2024-06-05T18:15:20.850Z | Downloaded bzip2 v0.4.4 |
740 | 2024-06-05T18:15:20.850Z | Downloaded nanorand v0.7.0 |
741 | 2024-06-05T18:15:20.850Z | Downloaded strum_macros v0.25.3 |
742 | 2024-06-05T18:15:20.850Z | Downloaded pest_generator v2.7.10 |
743 | 2024-06-05T18:15:20.850Z | Downloaded linked-hash-map v0.5.6 |
744 | 2024-06-05T18:15:20.850Z | Downloaded tls_codec_derive v0.4.1 |
745 | 2024-06-05T18:15:20.850Z | Downloaded linear-map v1.2.0 |
746 | 2024-06-05T18:15:20.850Z | Downloaded target-spec v3.1.0 |
747 | 2024-06-05T18:15:20.850Z | Downloaded packed_struct v0.10.1 |
748 | 2024-06-05T18:15:20.850Z | Downloaded untrusted v0.9.0 |
749 | 2024-06-05T18:15:20.850Z | Downloaded cookie_store v0.20.0 |
750 | 2024-06-05T18:15:20.851Z | Downloaded plain v0.2.3 |
751 | 2024-06-05T18:15:20.851Z | Downloaded ciborium v0.2.2 |
752 | 2024-06-05T18:15:20.851Z | Downloaded plotters-svg v0.3.5 |
753 | 2024-06-05T18:15:20.851Z | Downloaded display-error-chain v0.2.0 |
754 | 2024-06-05T18:15:20.851Z | Downloaded difflib v0.4.0 |
755 | 2024-06-05T18:15:20.851Z | Downloaded csv-core v0.1.11 |
756 | 2024-06-05T18:15:20.851Z | Downloaded pem-rfc7468 v0.7.0 |
757 | 2024-06-05T18:15:20.851Z | Downloaded parse-display v0.9.0 |
758 | 2024-06-05T18:15:20.851Z | Downloaded ref-cast v1.0.23 |
759 | 2024-06-05T18:15:20.851Z | Downloaded sqlformat v0.2.3 |
760 | 2024-06-05T18:15:20.851Z | Downloaded static_assertions v1.1.0 |
761 | 2024-06-05T18:15:20.851Z | Downloaded password-hash v0.5.0 |
762 | 2024-06-05T18:15:20.851Z | Downloaded sigpipe v0.1.3 |
763 | 2024-06-05T18:15:20.851Z | Downloaded peg-macros v0.8.3 |
764 | 2024-06-05T18:15:20.851Z | Downloaded paste v1.0.15 |
765 | 2024-06-05T18:15:20.851Z | Downloaded cookie v0.18.1 |
766 | 2024-06-05T18:15:20.851Z | Downloaded group v0.13.0 |
767 | 2024-06-05T18:15:20.851Z | Downloaded waitgroup v0.1.2 |
768 | 2024-06-05T18:15:20.851Z | Downloaded tokio-rustls v0.24.1 |
769 | 2024-06-05T18:15:20.851Z | Downloaded glob v0.3.1 |
770 | 2024-06-05T18:15:20.851Z | Downloaded tui-tree-widget v0.19.0 |
771 | 2024-06-05T18:15:20.851Z | Downloaded parking_lot v0.11.2 |
772 | 2024-06-05T18:15:20.851Z | Downloaded ipnetwork v0.20.0 |
773 | 2024-06-05T18:15:20.852Z | Downloaded zone_cfg_derive v0.1.2 |
774 | 2024-06-05T18:15:20.852Z | Downloaded clang-sys v1.7.0 |
775 | 2024-06-05T18:15:20.852Z | Downloaded parking_lot_core v0.8.6 |
776 | 2024-06-05T18:15:20.852Z | Downloaded ref-cast-impl v1.0.23 |
777 | 2024-06-05T18:15:20.852Z | Downloaded pest_derive v2.7.10 |
778 | 2024-06-05T18:15:20.852Z | Downloaded num-rational v0.4.2 |
779 | 2024-06-05T18:15:20.852Z | Downloaded foreign-types-shared v0.3.1 |
780 | 2024-06-05T18:15:20.852Z | Downloaded humantime v2.1.0 |
781 | 2024-06-05T18:15:20.852Z | Downloaded schemars_derive v0.8.20 |
782 | 2024-06-05T18:15:20.852Z | Downloaded quick-error v1.2.3 |
783 | 2024-06-05T18:15:20.852Z | Downloaded http-range v0.1.5 |
784 | 2024-06-05T18:15:20.852Z | Downloaded http-body v1.0.0 |
785 | 2024-06-05T18:15:20.852Z | Downloaded hubpack_derive v0.1.1 |
786 | 2024-06-05T18:15:20.852Z | Downloaded slog-stdlog v4.1.1 |
787 | 2024-06-05T18:15:20.852Z | Downloaded slog-scope v4.4.0 |
788 | 2024-06-05T18:15:20.852Z | Downloaded serde-big-array v0.5.1 |
789 | 2024-06-05T18:15:20.853Z | Downloaded stability v0.2.0 |
790 | 2024-06-05T18:15:20.853Z | Downloaded subprocess v0.2.9 |
791 | 2024-06-05T18:15:20.853Z | Downloaded rustc_version v0.4.0 |
792 | 2024-06-05T18:15:20.853Z | Downloaded uzers v0.11.3 |
793 | 2024-06-05T18:15:20.853Z | Downloaded unicase v2.7.0 |
794 | 2024-06-05T18:15:20.853Z | Downloaded unarray v0.1.4 |
795 | 2024-06-05T18:15:20.853Z | Downloaded threadpool v1.8.1 |
796 | 2024-06-05T18:15:20.853Z | Downloaded plotters-backend v0.3.5 |
797 | 2024-06-05T18:15:20.853Z | Downloaded platforms v3.4.0 |
798 | 2024-06-05T18:15:20.853Z | Downloaded derive_more v0.99.17 |
799 | 2024-06-05T18:15:20.853Z | Downloaded scroll_derive v0.12.0 |
800 | 2024-06-05T18:15:20.853Z | Downloaded zone v0.1.8 |
801 | 2024-06-05T18:15:20.853Z | Downloaded serde_repr v0.1.19 |
802 | 2024-06-05T18:15:20.853Z | Downloaded untrusted v0.7.1 |
803 | 2024-06-05T18:15:20.853Z | Downloaded structmeta v0.3.0 |
804 | 2024-06-05T18:15:20.853Z | Downloaded strip-ansi-escapes v0.2.0 |
805 | 2024-06-05T18:15:20.853Z | Downloaded stringprep v0.1.4 |
806 | 2024-06-05T18:15:20.853Z | Downloaded wait-timeout v0.2.0 |
807 | 2024-06-05T18:15:20.853Z | Downloaded hostname v0.4.0 |
808 | 2024-06-05T18:15:20.853Z | Downloaded fragile v2.0.0 |
809 | 2024-06-05T18:15:20.853Z | Downloaded dtrace-parser v0.2.0 |
810 | 2024-06-05T18:15:20.854Z | Downloaded defmt v0.3.8 |
811 | 2024-06-05T18:15:20.854Z | Downloaded rustfmt-wrapper v0.2.1 |
812 | 2024-06-05T18:15:20.854Z | Downloaded stable_deref_trait v1.2.0 |
813 | 2024-06-05T18:15:20.854Z | Downloaded serde-big-array v0.4.1 |
814 | 2024-06-05T18:15:20.854Z | Downloaded futures-timer v3.0.3 |
815 | 2024-06-05T18:15:20.854Z | Downloaded diff v0.1.13 |
816 | 2024-06-05T18:15:20.854Z | Downloaded funty v2.0.0 |
817 | 2024-06-05T18:15:20.854Z | Downloaded escape8259 v0.5.2 |
818 | 2024-06-05T18:15:20.854Z | Downloaded psl-types v2.0.11 |
819 | 2024-06-05T18:15:20.854Z | Downloaded hyper-rustls v0.26.0 |
820 | 2024-06-05T18:15:20.854Z | Downloaded hyper-staticfile v0.9.5 |
821 | 2024-06-05T18:15:20.854Z | Downloaded semver v0.1.20 |
822 | 2024-06-05T18:15:20.854Z | Downloaded yansi v0.5.1 |
823 | 2024-06-05T18:15:20.854Z | Downloaded wyz v0.5.1 |
824 | 2024-06-05T18:15:20.854Z | Downloaded enum-as-inner v0.5.1 |
825 | 2024-06-05T18:15:20.854Z | Downloaded ident_case v1.0.1 |
826 | 2024-06-05T18:15:20.855Z | Downloaded usdt-macro v0.5.0 |
827 | 2024-06-05T18:15:20.855Z | Downloaded toolchain_find v0.4.0 |
828 | 2024-06-05T18:15:20.855Z | Downloaded getopts v0.2.21 |
829 | 2024-06-05T18:15:20.855Z | Downloaded httptest v0.15.5 |
830 | 2024-06-05T18:15:20.855Z | Downloaded indoc v2.0.5 |
831 | 2024-06-05T18:15:20.855Z | Downloaded proc-macro-error-attr v1.0.4 |
832 | 2024-06-05T18:15:20.871Z | Downloaded derive_builder_macro v0.20.0 |
833 | 2024-06-05T18:15:20.872Z | Downloaded similar v2.5.0 |
834 | 2024-06-05T18:15:20.872Z | Downloaded trust-dns-server v0.22.1 |
835 | 2024-06-05T18:15:20.872Z | Downloaded der v0.7.9 |
836 | 2024-06-05T18:15:20.872Z | Downloaded termtree v0.4.1 |
837 | 2024-06-05T18:15:20.873Z | Downloaded fd-lock v4.0.2 |
838 | 2024-06-05T18:15:20.873Z | Downloaded tower-layer v0.3.2 |
839 | 2024-06-05T18:15:20.873Z | Downloaded tokio-tungstenite v0.21.0 |
840 | 2024-06-05T18:15:20.873Z | Downloaded same-file v1.0.6 |
841 | 2024-06-05T18:15:20.873Z | Downloaded structmeta-derive v0.3.0 |
842 | 2024-06-05T18:15:20.873Z | Downloaded hubpack v0.1.2 |
843 | 2024-06-05T18:15:20.873Z | Downloaded predicates v3.1.0 |
844 | 2024-06-05T18:15:20.874Z | Downloaded ed25519 v1.5.3 |
845 | 2024-06-05T18:15:20.874Z | Downloaded precomputed-hash v0.1.1 |
846 | 2024-06-05T18:15:20.874Z | Downloaded rpassword v7.3.1 |
847 | 2024-06-05T18:15:20.874Z | Downloaded r2d2 v0.8.10 |
848 | 2024-06-05T18:15:20.874Z | Downloaded dyn-clone v1.0.17 |
849 | 2024-06-05T18:15:20.874Z | Downloaded serde_path_to_error v0.1.16 |
850 | 2024-06-05T18:15:20.875Z | Downloaded proc-macro-crate v1.3.1 |
851 | 2024-06-05T18:15:20.875Z | Downloaded home v0.5.9 |
852 | 2024-06-05T18:15:20.875Z | Downloaded serde_arrays v0.1.0 |
853 | 2024-06-05T18:15:20.875Z | Downloaded erased-serde v0.3.31 |
854 | 2024-06-05T18:15:20.875Z | Downloaded diesel_derives v2.1.4 |
855 | 2024-06-05T18:15:20.876Z | Downloaded proc-macro-error v1.0.4 |
856 | 2024-06-05T18:15:20.876Z | Downloaded smawk v0.3.2 |
857 | 2024-06-05T18:15:20.876Z | Downloaded either v1.12.0 |
858 | 2024-06-05T18:15:20.876Z | Downloaded pretty-hex v0.2.1 |
859 | 2024-06-05T18:15:20.877Z | Downloaded env_logger v0.9.3 |
860 | 2024-06-05T18:15:20.877Z | Downloaded tempfile v3.10.1 |
861 | 2024-06-05T18:15:20.877Z | Downloaded target-lexicon v0.12.14 |
862 | 2024-06-05T18:15:20.877Z | Downloaded endian-type v0.1.2 |
863 | 2024-06-05T18:15:20.877Z | Downloaded flagset v0.4.5 |
864 | 2024-06-05T18:15:20.878Z | Downloaded unicode-linebreak v0.1.5 |
865 | 2024-06-05T18:15:20.878Z | Downloaded hash32 v0.3.1 |
866 | 2024-06-05T18:15:20.878Z | Downloaded foreign-types v0.5.0 |
867 | 2024-06-05T18:15:20.878Z | Downloaded omicron-zone-package v0.11.0 |
868 | 2024-06-05T18:15:20.879Z | Downloaded float-cmp v0.9.0 |
869 | 2024-06-05T18:15:20.879Z | Downloaded fixedbitset v0.4.2 |
870 | 2024-06-05T18:15:20.879Z | Downloaded derive_builder_core v0.20.0 |
871 | 2024-06-05T18:15:20.879Z | Downloaded hmac v0.12.1 |
872 | 2024-06-05T18:15:20.879Z | Downloaded pretty-hex v0.4.1 |
873 | 2024-06-05T18:15:20.879Z | Downloaded yasna v0.5.2 |
874 | 2024-06-05T18:15:20.879Z | Downloaded termios v0.3.3 |
875 | 2024-06-05T18:15:20.880Z | Downloaded termcolor v1.4.1 |
876 | 2024-06-05T18:15:20.880Z | Downloaded tabled_derive v0.7.0 |
877 | 2024-06-05T18:15:20.880Z | Downloaded radium v0.7.0 |
878 | 2024-06-05T18:15:20.880Z | Downloaded minimal-lexical v0.2.1 |
879 | 2024-06-05T18:15:20.880Z | Downloaded usdt-impl v0.5.0 |
880 | 2024-06-05T18:15:20.880Z | Downloaded hash32 v0.2.1 |
881 | 2024-06-05T18:15:20.880Z | Downloaded spin v0.5.2 |
882 | 2024-06-05T18:15:20.880Z | Downloaded num-bigint v0.4.5 |
883 | 2024-06-05T18:15:20.880Z | Downloaded spin v0.9.8 |
884 | 2024-06-05T18:15:20.880Z | Downloaded zip v0.6.6 |
885 | 2024-06-05T18:15:20.881Z | Downloaded predicates-core v1.0.6 |
886 | 2024-06-05T18:15:20.881Z | Downloaded instant v0.1.12 |
887 | 2024-06-05T18:15:20.881Z | Downloaded serde_plain v1.0.2 |
888 | 2024-06-05T18:15:20.881Z | Downloaded tracing-attributes v0.1.27 |
889 | 2024-06-05T18:15:20.881Z | Downloaded half v2.4.1 |
890 | 2024-06-05T18:15:20.881Z | Downloaded serde_tokenstream v0.2.0 |
891 | 2024-06-05T18:15:20.882Z | Downloaded tokio-tungstenite v0.20.1 |
892 | 2024-06-05T18:15:20.882Z | Downloaded smf v0.2.3 |
893 | 2024-06-05T18:15:20.882Z | Downloaded portpicker v0.1.1 |
894 | 2024-06-05T18:15:20.882Z | Downloaded usdt-attr-macro v0.5.0 |
895 | 2024-06-05T18:15:20.882Z | Downloaded rustc-hash v1.1.0 |
896 | 2024-06-05T18:15:20.882Z | Downloaded inout v0.1.3 |
897 | 2024-06-05T18:15:20.883Z | Downloaded impl-trait-for-tuples v0.2.2 |
898 | 2024-06-05T18:15:20.883Z | Downloaded supports-color v3.0.0 |
899 | 2024-06-05T18:15:20.883Z | Downloaded ppv-lite86 v0.2.17 |
900 | 2024-06-05T18:15:20.883Z | Downloaded fallible-iterator v0.2.0 |
901 | 2024-06-05T18:15:20.884Z | Downloaded ron v0.8.1 |
902 | 2024-06-05T18:15:20.884Z | Downloaded nom v7.1.3 |
903 | 2024-06-05T18:15:20.884Z | Downloaded serde_with_macros v3.8.1 |
904 | 2024-06-05T18:15:20.884Z | Downloaded rtoolbox v0.0.2 |
905 | 2024-06-05T18:15:20.884Z | Downloaded rand_xorshift v0.3.0 |
906 | 2024-06-05T18:15:20.884Z | Downloaded rand_chacha v0.3.1 |
907 | 2024-06-05T18:15:20.884Z | Downloaded headers-core v0.2.0 |
908 | 2024-06-05T18:15:20.885Z | Downloaded rand_core v0.6.4 |
909 | 2024-06-05T18:15:20.885Z | Downloaded publicsuffix v2.2.3 |
910 | 2024-06-05T18:15:20.885Z | Downloaded fatfs v0.3.6 |
911 | 2024-06-05T18:15:20.885Z | Downloaded fastrand v2.1.0 |
912 | 2024-06-05T18:15:20.885Z | Downloaded hex v0.4.3 |
913 | 2024-06-05T18:15:20.885Z | Downloaded prettyplease v0.2.20 |
914 | 2024-06-05T18:15:20.885Z | Downloaded heck v0.3.3 |
915 | 2024-06-05T18:15:20.885Z | Downloaded rusty-fork v0.3.0 |
916 | 2024-06-05T18:15:20.885Z | Downloaded http v1.1.0 |
917 | 2024-06-05T18:15:20.885Z | Downloaded serde_derive_internals v0.29.1 |
918 | 2024-06-05T18:15:20.885Z | Downloaded sqlparser_derive v0.2.2 |
919 | 2024-06-05T18:15:20.886Z | Downloaded defmt-parser v0.3.4 |
920 | 2024-06-05T18:15:20.886Z | Downloaded signal-hook-mio v0.2.3 |
921 | 2024-06-05T18:15:20.886Z | Downloaded tls_codec v0.4.1 |
922 | 2024-06-05T18:15:20.886Z | Downloaded whoami v1.5.1 |
923 | 2024-06-05T18:15:20.886Z | Downloaded hex-literal v0.4.1 |
924 | 2024-06-05T18:15:20.886Z | Downloaded rstest_macros v0.19.0 |
925 | 2024-06-05T18:15:20.886Z | Downloaded smallvec v0.6.14 |
926 | 2024-06-05T18:15:20.887Z | Downloaded steno v0.4.0 |
927 | 2024-06-05T18:15:20.887Z | Downloaded unsafe-libyaml v0.2.11 |
928 | 2024-06-05T18:15:20.887Z | Downloaded guppy v0.17.5 |
929 | 2024-06-05T18:15:20.887Z | Downloaded string_cache v0.8.7 |
930 | 2024-06-05T18:15:20.887Z | Downloaded highway v1.1.0 |
931 | 2024-06-05T18:15:20.887Z | Downloaded iana-time-zone v0.1.60 |
932 | 2024-06-05T18:15:20.903Z | Downloaded walkdir v2.5.0 |
933 | 2024-06-05T18:15:20.903Z | Downloaded subtle v2.5.0 |
934 | 2024-06-05T18:15:20.903Z | Downloaded utf-8 v0.7.6 |
935 | 2024-06-05T18:15:20.903Z | Downloaded signature v2.2.0 |
936 | 2024-06-05T18:15:20.903Z | Downloaded zeroize_derive v1.4.2 |
937 | 2024-06-05T18:15:20.903Z | Downloaded which v4.4.2 |
938 | 2024-06-05T18:15:20.903Z | Downloaded blake3 v1.5.1 |
939 | 2024-06-05T18:15:20.903Z | Downloaded derive_builder v0.20.0 |
940 | 2024-06-05T18:15:20.904Z | Downloaded getrandom v0.2.14 |
941 | 2024-06-05T18:15:20.904Z | Downloaded signal-hook-tokio v0.3.1 |
942 | 2024-06-05T18:15:20.904Z | Downloaded pretty_assertions v1.4.0 |
943 | 2024-06-05T18:15:20.904Z | Downloaded tower v0.4.13 |
944 | 2024-06-05T18:15:20.904Z | Downloaded shell-words v1.1.0 |
945 | 2024-06-05T18:15:20.904Z | Downloaded strum_macros v0.24.3 |
946 | 2024-06-05T18:15:20.904Z | Downloaded elliptic-curve v0.13.8 |
947 | 2024-06-05T18:15:20.904Z | Downloaded hyper-util v0.1.3 |
948 | 2024-06-05T18:15:20.904Z | Downloaded ron v0.7.1 |
949 | 2024-06-05T18:15:20.904Z | Downloaded snafu-derive v0.8.2 |
950 | 2024-06-05T18:15:20.904Z | Downloaded rsa v0.9.6 |
951 | 2024-06-05T18:15:20.904Z | Downloaded regex-automata v0.1.10 |
952 | 2024-06-05T18:15:20.904Z | Downloaded rustls-pki-types v1.7.0 |
953 | 2024-06-05T18:15:20.904Z | Downloaded postgres-protocol v0.6.6 |
954 | 2024-06-05T18:15:20.904Z | Downloaded indexmap v1.9.3 |
955 | 2024-06-05T18:15:20.904Z | Downloaded derive-where v1.2.7 |
956 | 2024-06-05T18:15:20.904Z | Downloaded rayon-core v1.12.1 |
957 | 2024-06-05T18:15:20.904Z | Downloaded trust-dns-client v0.22.0 |
958 | 2024-06-05T18:15:20.905Z | Downloaded poly1305 v0.8.0 |
959 | 2024-06-05T18:15:20.905Z | Downloaded unicode_categories v0.1.1 |
960 | 2024-06-05T18:15:20.905Z | Downloaded uuid v1.8.0 |
961 | 2024-06-05T18:15:20.905Z | Downloaded heapless v0.8.0 |
962 | 2024-06-05T18:15:20.905Z | Downloaded rand v0.8.5 |
963 | 2024-06-05T18:15:20.905Z | Downloaded plotters v0.3.5 |
964 | 2024-06-05T18:15:20.905Z | Downloaded scheduled-thread-pool v0.2.7 |
965 | 2024-06-05T18:15:20.905Z | Downloaded socket2 v0.4.10 |
966 | 2024-06-05T18:15:20.905Z | Downloaded hashbrown v0.12.3 |
967 | 2024-06-05T18:15:20.905Z | Downloaded zerocopy v0.6.6 |
968 | 2024-06-05T18:15:20.905Z | Downloaded samael v0.0.15 |
969 | 2024-06-05T18:15:20.905Z | Downloaded signal-hook v0.3.17 |
970 | 2024-06-05T18:15:20.905Z | Downloaded unicode-segmentation v1.11.0 |
971 | 2024-06-05T18:15:20.905Z | Downloaded schemars v0.8.20 |
972 | 2024-06-05T18:15:20.905Z | Downloaded hyper v1.3.1 |
973 | 2024-06-05T18:15:20.905Z | Downloaded fancy-regex v0.13.0 |
974 | 2024-06-05T18:15:20.905Z | Downloaded goblin v0.8.2 |
975 | 2024-06-05T18:15:20.905Z | Downloaded salty v0.2.0 |
976 | 2024-06-05T18:15:20.905Z | Downloaded chrono v0.4.38 |
977 | 2024-06-05T18:15:20.905Z | Downloaded bitvec v1.0.1 |
978 | 2024-06-05T18:15:20.905Z | Downloaded tough v0.17.1 |
979 | 2024-06-05T18:15:20.905Z | Downloaded bstr v1.9.1 |
980 | 2024-06-05T18:15:20.905Z | Downloaded expectorate v1.1.0 |
981 | 2024-06-05T18:15:20.906Z | Downloaded quick-xml v0.31.0 |
982 | 2024-06-05T18:15:20.906Z | Downloaded hashbrown v0.13.2 |
983 | 2024-06-05T18:15:20.906Z | Downloaded serde_with v3.8.1 |
984 | 2024-06-05T18:15:20.906Z | Downloaded rustyline v14.0.0 |
985 | 2024-06-05T18:15:20.906Z | Downloaded portable-atomic v1.6.0 |
986 | 2024-06-05T18:15:20.906Z | Downloaded zerocopy v0.7.34 |
987 | 2024-06-05T18:15:20.906Z | Downloaded hkdf v0.12.4 |
988 | 2024-06-05T18:15:20.906Z | Downloaded rayon v1.10.0 |
989 | 2024-06-05T18:15:20.906Z | Downloaded object v0.30.4 |
990 | 2024-06-05T18:15:20.906Z | Downloaded regex v1.10.4 |
991 | 2024-06-05T18:15:20.906Z | Downloaded object v0.32.2 |
992 | 2024-06-05T18:15:20.906Z | Downloaded rustls-webpki v0.101.7 |
993 | 2024-06-05T18:15:20.906Z | Downloaded webpki-roots v0.25.4 |
994 | 2024-06-05T18:15:20.906Z | Downloaded winnow v0.5.40 |
995 | 2024-06-05T18:15:20.906Z | Downloaded smoltcp v0.11.0 |
996 | 2024-06-05T18:15:20.906Z | Downloaded rustls v0.22.4 |
997 | 2024-06-05T18:15:20.906Z | Downloaded radix_trie v0.2.1 |
998 | 2024-06-05T18:15:20.906Z | Downloaded rustls-webpki v0.102.4 |
999 | 2024-06-05T18:15:20.906Z | Downloaded ratatui v0.26.2 |
1000 | 2024-06-05T18:15:20.906Z | Downloaded idna v0.3.0 |
1001 | 2024-06-05T18:15:20.906Z | Downloaded trust-dns-proto v0.22.0 |
1002 | 2024-06-05T18:15:20.906Z | Downloaded petgraph v0.6.5 |
1003 | 2024-06-05T18:15:20.906Z | Downloaded smoltcp v0.9.1 |
1004 | 2024-06-05T18:15:20.907Z | Downloaded regex-syntax v0.8.3 |
1005 | 2024-06-05T18:15:20.907Z | Downloaded gimli v0.28.1 |
1006 | 2024-06-05T18:15:20.907Z | Downloaded regress v0.9.1 |
1007 | 2024-06-05T18:15:20.907Z | Downloaded sha3 v0.10.8 |
1008 | 2024-06-05T18:15:20.907Z | Downloaded sled v0.34.7 |
1009 | 2024-06-05T18:15:20.907Z | Downloaded regex-syntax v0.6.29 |
1010 | 2024-06-05T18:15:20.907Z | Downloaded rustls v0.21.12 |
1011 | 2024-06-05T18:15:20.907Z | Downloaded syn v1.0.109 |
1012 | 2024-06-05T18:15:20.907Z | Downloaded idna v0.2.3 |
1013 | 2024-06-05T18:15:20.907Z | Downloaded diesel v2.1.6 |
1014 | 2024-06-05T18:15:20.907Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1015 | 2024-06-05T18:15:20.907Z | Downloaded zerocopy-derive v0.6.6 |
1016 | 2024-06-05T18:15:20.907Z | Downloaded openapiv3 v2.0.0 |
1017 | 2024-06-05T18:15:20.907Z | Downloaded regex-automata v0.4.6 |
1018 | 2024-06-05T18:15:20.907Z | Downloaded bstr v0.2.17 |
1019 | 2024-06-05T18:15:20.907Z | Downloaded finl_unicode v1.2.0 |
1020 | 2024-06-05T18:15:20.907Z | Downloaded csv v1.3.0 |
1021 | 2024-06-05T18:15:20.908Z | Downloaded tabled v0.15.0 |
1022 | 2024-06-05T18:15:20.908Z | Downloaded curve25519-dalek v4.1.2 |
1023 | 2024-06-05T18:15:20.908Z | Downloaded polar-core v0.27.3 |
1024 | 2024-06-05T18:15:20.908Z | Downloaded nix v0.28.0 |
1025 | 2024-06-05T18:15:20.908Z | Downloaded nix v0.27.1 |
1026 | 2024-06-05T18:15:20.908Z | Downloaded proptest v1.4.0 |
1027 | 2024-06-05T18:15:20.908Z | Downloaded sqlparser v0.45.0 |
1028 | 2024-06-05T18:15:20.908Z | Downloaded postcard v1.0.8 |
1029 | 2024-06-05T18:15:20.908Z | Downloaded headers v0.3.9 |
1030 | 2024-06-05T18:15:20.908Z | Downloaded toml_edit v0.19.15 |
1031 | 2024-06-05T18:15:20.908Z | Downloaded typed-path v0.7.1 |
1032 | 2024-06-05T18:15:20.930Z | Downloaded rust-argon2 v2.1.0 |
1033 | 2024-06-05T18:15:20.930Z | Downloaded snafu v0.8.2 |
1034 | 2024-06-05T18:15:20.930Z | Downloaded reedline v0.31.0 |
1035 | 2024-06-05T18:15:20.930Z | Downloaded unicode-width v0.1.12 |
1036 | 2024-06-05T18:15:20.930Z | Downloaded ff v0.13.0 |
1037 | 2024-06-05T18:15:20.930Z | Downloaded rstest v0.19.0 |
1038 | 2024-06-05T18:15:20.930Z | Downloaded pest v2.7.10 |
1039 | 2024-06-05T18:15:20.930Z | Downloaded unicode-xid v0.2.4 |
1040 | 2024-06-05T18:15:20.930Z | Downloaded heapless v0.7.17 |
1041 | 2024-06-05T18:15:20.930Z | Downloaded tokio-stream v0.1.15 |
1042 | 2024-06-05T18:15:20.930Z | Downloaded flume v0.11.0 |
1043 | 2024-06-05T18:15:20.930Z | Downloaded tungstenite v0.21.0 |
1044 | 2024-06-05T18:15:20.930Z | Downloaded num-bigint-dig v0.8.4 |
1045 | 2024-06-05T18:15:20.930Z | Downloaded tungstenite v0.20.1 |
1046 | 2024-06-05T18:15:20.931Z | Downloaded x509-cert v0.2.5 |
1047 | 2024-06-05T18:15:20.931Z | Downloaded der_derive v0.7.2 |
1048 | 2024-06-05T18:15:20.931Z | Downloaded rustc_version v0.1.7 |
1049 | 2024-06-05T18:15:20.931Z | Downloaded postgres-types v0.2.6 |
1050 | 2024-06-05T18:15:20.931Z | Downloaded ena v0.14.3 |
1051 | 2024-06-05T18:15:20.931Z | Downloaded embedded-io v0.4.0 |
1052 | 2024-06-05T18:15:20.931Z | Downloaded indicatif v0.17.8 |
1053 | 2024-06-05T18:15:20.931Z | Downloaded tokio-rustls v0.25.0 |
1054 | 2024-06-05T18:15:20.931Z | Downloaded ucd-trie v0.1.6 |
1055 | 2024-06-05T18:15:20.931Z | Downloaded rand_seeder v0.2.3 |
1056 | 2024-06-05T18:15:20.931Z | Downloaded trust-dns-resolver v0.22.0 |
1057 | 2024-06-05T18:15:20.931Z | Downloaded tinytemplate v1.2.1 |
1058 | 2024-06-05T18:15:20.931Z | Downloaded predicates-tree v1.0.9 |
1059 | 2024-06-05T18:15:20.931Z | Downloaded secrecy v0.8.0 |
1060 | 2024-06-05T18:15:20.931Z | Downloaded sec1 v0.7.3 |
1061 | 2024-06-05T18:15:20.931Z | Downloaded defmt-macros v0.3.9 |
1062 | 2024-06-05T18:15:20.931Z | Downloaded serde_yaml v0.9.34+deprecated |
1063 | 2024-06-05T18:15:20.931Z | Downloaded crossterm v0.27.0 |
1064 | 2024-06-05T18:15:20.931Z | Downloaded spki v0.7.3 |
1065 | 2024-06-05T18:15:20.931Z | Downloaded vsss-rs v3.3.4 |
1066 | 2024-06-05T18:15:20.931Z | Downloaded topological-sort v0.2.2 |
1067 | 2024-06-05T18:15:20.931Z | Downloaded tap v1.0.1 |
1068 | 2024-06-05T18:15:20.932Z | Downloaded tabwriter v1.4.0 |
1069 | 2024-06-05T18:15:20.932Z | Downloaded toml v0.7.8 |
1070 | 2024-06-05T18:15:20.932Z | Downloaded toml v0.5.11 |
1071 | 2024-06-05T18:15:20.932Z | Downloaded criterion v0.5.1 |
1072 | 2024-06-05T18:15:20.932Z | Downloaded universal-hash v0.5.1 |
1073 | 2024-06-05T18:15:20.932Z | Downloaded rcgen v0.12.1 |
1074 | 2024-06-05T18:15:20.932Z | Downloaded tokio-postgres v0.7.10 |
1075 | 2024-06-05T18:15:20.932Z | Downloaded sha1 v0.10.6 |
1076 | 2024-06-05T18:15:20.932Z | Downloaded scroll v0.12.0 |
1077 | 2024-06-05T18:15:20.932Z | Downloaded rustls-native-certs v0.7.0 |
1078 | 2024-06-05T18:15:20.932Z | Downloaded indoc v1.0.9 |
1079 | 2024-06-05T18:15:20.932Z | Downloaded serde-hex v0.1.0 |
1080 | 2024-06-05T18:15:20.932Z | Downloaded sct v0.7.1 |
1081 | 2024-06-05T18:15:20.932Z | Downloaded gethostname v0.4.3 |
1082 | 2024-06-05T18:15:20.932Z | Downloaded env_logger v0.10.2 |
1083 | 2024-06-05T18:15:20.932Z | Downloaded oso v0.27.3 |
1084 | 2024-06-05T18:15:20.932Z | Downloaded rustls-pemfile v2.1.2 |
1085 | 2024-06-05T18:15:20.933Z | Downloaded rustc-demangle v0.1.24 |
1086 | 2024-06-05T18:15:20.933Z | Downloaded trybuild v1.0.96 |
1087 | 2024-06-05T18:15:20.933Z | Downloaded pest_meta v2.7.10 |
1088 | 2024-06-05T18:15:20.933Z | Downloaded partial-io v0.5.4 |
1089 | 2024-06-05T18:15:20.933Z | Downloaded hyper-rustls v0.24.2 |
1090 | 2024-06-05T18:15:20.933Z | Downloaded pkcs1 v0.7.5 |
1091 | 2024-06-05T18:15:20.933Z | Downloaded pin-project v1.1.5 |
1092 | 2024-06-05T18:15:20.933Z | Downloaded papergrid v0.11.0 |
1093 | 2024-06-05T18:15:20.933Z | Downloaded resolv-conf v0.7.0 |
1094 | 2024-06-05T18:15:20.933Z | Downloaded relative-path v1.9.3 |
1095 | 2024-06-05T18:15:20.933Z | Downloaded zerocopy-derive v0.7.34 |
1096 | 2024-06-05T18:15:20.933Z | Downloaded num-traits v0.2.19 |
1097 | 2024-06-05T18:15:20.933Z | Downloaded num-complex v0.4.6 |
1098 | 2024-06-05T18:15:20.933Z | Downloaded foreign-types-macros v0.2.3 |
1099 | 2024-06-05T18:15:20.933Z | Downloaded similar-asserts v1.5.0 |
1100 | 2024-06-05T18:15:20.933Z | Downloaded globset v0.4.14 |
1101 | 2024-06-05T18:15:20.933Z | Downloaded const_format v0.2.32 |
1102 | 2024-06-05T18:15:20.933Z | Downloaded tiny-keccak v2.0.2 |
1103 | 2024-06-05T18:15:20.933Z | Downloaded structmeta-derive v0.2.0 |
1104 | 2024-06-05T18:15:20.933Z | Downloaded crypto-bigint v0.5.5 |
1105 | 2024-06-05T18:15:20.933Z | Downloaded vte v0.11.1 |
1106 | 2024-06-05T18:15:20.933Z | Downloaded test-strategy v0.3.1 |
1107 | 2024-06-05T18:15:20.933Z | Downloaded thread-id v4.2.1 |
1108 | 2024-06-05T18:15:20.933Z | Downloaded thiserror-no-std v2.0.2 |
1109 | 2024-06-05T18:15:20.934Z | Downloaded thiserror-impl-no-std v2.0.2 |
1110 | 2024-06-05T18:15:20.934Z | Downloaded textwrap v0.16.1 |
1111 | 2024-06-05T18:15:20.934Z | Downloaded pkcs8 v0.10.2 |
1112 | 2024-06-05T18:15:20.934Z | Downloaded signature v1.6.4 |
1113 | 2024-06-05T18:15:20.934Z | Downloaded darling_core v0.20.9 |
1114 | 2024-06-05T18:15:20.934Z | Downloaded base64 v0.22.1 |
1115 | 2024-06-05T18:15:20.934Z | Downloaded compact_str v0.7.1 |
1116 | 2024-06-05T18:15:20.934Z | Downloaded num-iter v0.1.45 |
1117 | 2024-06-05T18:15:20.934Z | Downloaded pin-project-internal v1.1.5 |
1118 | 2024-06-05T18:15:20.934Z | Downloaded owo-colors v4.0.0 |
1119 | 2024-06-05T18:15:20.934Z | Downloaded crc-any v2.5.0 |
1120 | 2024-06-05T18:15:20.934Z | Downloaded cookie v0.17.0 |
1121 | 2024-06-05T18:15:20.934Z | Downloaded crossbeam-epoch v0.9.18 |
1122 | 2024-06-05T18:15:20.934Z | Downloaded dof v0.3.0 |
1123 | 2024-06-05T18:15:20.934Z | Downloaded zeroize v1.7.0 |
1124 | 2024-06-05T18:15:20.934Z | Downloaded usdt v0.5.0 |
1125 | 2024-06-05T18:15:20.934Z | Downloaded memmap2 v0.9.4 |
1126 | 2024-06-05T18:15:20.934Z | Downloaded slog-dtrace v0.3.0 |
1127 | 2024-06-05T18:15:20.934Z | Downloaded parse-display-derive v0.9.0 |
1128 | 2024-06-05T18:15:20.934Z | Downloaded num_enum v0.5.11 |
1129 | 2024-06-05T18:15:20.934Z | Downloaded multer v3.1.0 |
1130 | 2024-06-05T18:15:20.934Z | Downloaded libtest-mimic v0.7.3 |
1131 | 2024-06-05T18:15:20.934Z | Downloaded blake2 v0.10.6 |
1132 | 2024-06-05T18:15:20.955Z | Downloaded ring v0.17.8 |
1133 | 2024-06-05T18:15:20.955Z | Downloaded const-oid v0.9.6 |
1134 | 2024-06-05T18:15:20.955Z | Downloaded chacha20poly1305 v0.10.1 |
1135 | 2024-06-05T18:15:20.955Z | Downloaded slog-envlogger v2.2.0 |
1136 | 2024-06-05T18:15:20.955Z | Downloaded const_format_proc_macros v0.2.32 |
1137 | 2024-06-05T18:15:20.955Z | Downloaded oorandom v11.1.3 |
1138 | 2024-06-05T18:15:20.955Z | Downloaded num-integer v0.1.46 |
1139 | 2024-06-05T18:15:20.955Z | Downloaded chacha20 v0.9.1 |
1140 | 2024-06-05T18:15:20.955Z | Downloaded structmeta v0.2.0 |
1141 | 2024-06-05T18:15:20.955Z | Downloaded siphasher v0.3.11 |
1142 | 2024-06-05T18:15:20.955Z | Downloaded mime_guess v2.0.4 |
1143 | 2024-06-05T18:15:20.955Z | Downloaded darling v0.20.9 |
1144 | 2024-06-05T18:15:20.955Z | Downloaded ciborium-ll v0.2.2 |
1145 | 2024-06-05T18:15:20.955Z | Downloaded console v0.15.8 |
1146 | 2024-06-05T18:15:20.955Z | Downloaded nibble_vec v0.1.0 |
1147 | 2024-06-05T18:15:20.956Z | Downloaded maybe-uninit v2.0.0 |
1148 | 2024-06-05T18:15:20.956Z | Downloaded lru v0.12.3 |
1149 | 2024-06-05T18:15:20.956Z | Downloaded peg v0.8.3 |
1150 | 2024-06-05T18:15:20.956Z | Downloaded crc v3.2.1 |
1151 | 2024-06-05T18:15:20.956Z | Downloaded corncobs v0.1.3 |
1152 | 2024-06-05T18:15:20.956Z | Downloaded constant_time_eq v0.3.0 |
1153 | 2024-06-05T18:15:20.956Z | Downloaded cobs v0.2.3 |
1154 | 2024-06-05T18:15:20.956Z | Downloaded cipher v0.4.4 |
1155 | 2024-06-05T18:15:20.956Z | Downloaded blake2b_simd v1.0.2 |
1156 | 2024-06-05T18:15:20.956Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1157 | 2024-06-05T18:15:20.956Z | Downloaded phf_shared v0.11.2 |
1158 | 2024-06-05T18:15:20.956Z | Downloaded memoffset v0.9.1 |
1159 | 2024-06-05T18:15:20.956Z | Downloaded matches v0.1.10 |
1160 | 2024-06-05T18:15:20.956Z | Downloaded convert_case v0.4.0 |
1161 | 2024-06-05T18:15:20.956Z | Downloaded byteorder v1.5.0 |
1162 | 2024-06-05T18:15:20.956Z | Downloaded bit-vec v0.6.3 |
1163 | 2024-06-05T18:15:20.956Z | Downloaded ring v0.16.20 |
1164 | 2024-06-05T18:15:20.956Z | Downloaded new_debug_unreachable v1.0.6 |
1165 | 2024-06-05T18:15:20.956Z | Downloaded base16ct v0.2.0 |
1166 | 2024-06-05T18:15:20.957Z | Downloaded assert_matches v1.5.0 |
1167 | 2024-06-05T18:15:20.957Z | Downloaded mockall v0.12.1 |
1168 | 2024-06-05T18:15:20.957Z | Downloaded darling_macro v0.20.9 |
1169 | 2024-06-05T18:15:20.957Z | Downloaded crucible-workspace-hack v0.1.0 |
1170 | 2024-06-05T18:15:20.957Z | Downloaded bitstruct v0.1.1 |
1171 | 2024-06-05T18:15:20.957Z | Downloaded atomicwrites v0.4.3 |
1172 | 2024-06-05T18:15:20.957Z | Downloaded nested v0.1.1 |
1173 | 2024-06-05T18:15:20.957Z | Downloaded multimap v0.10.0 |
1174 | 2024-06-05T18:15:20.957Z | Downloaded md-5 v0.10.6 |
1175 | 2024-06-05T18:15:20.957Z | Downloaded keccak v0.1.5 |
1176 | 2024-06-05T18:15:20.957Z | Downloaded cfg-expr v0.15.8 |
1177 | 2024-06-05T18:15:20.957Z | Downloaded cassowary v0.3.0 |
1178 | 2024-06-05T18:15:20.957Z | Downloaded bitfield v0.14.0 |
1179 | 2024-06-05T18:15:20.957Z | Downloaded base64ct v1.6.0 |
1180 | 2024-06-05T18:15:20.957Z | Downloaded base64 v0.13.1 |
1181 | 2024-06-05T18:15:20.957Z | Downloaded itertools v0.12.1 |
1182 | 2024-06-05T18:15:20.957Z | Downloaded buf-list v1.0.3 |
1183 | 2024-06-05T18:15:20.957Z | Downloaded bitstruct_derive v0.1.0 |
1184 | 2024-06-05T18:15:20.957Z | Downloaded bitflags v1.3.2 |
1185 | 2024-06-05T18:15:20.957Z | Downloaded bit-set v0.5.3 |
1186 | 2024-06-05T18:15:20.957Z | Downloaded bcs v0.1.6 |
1187 | 2024-06-05T18:15:20.957Z | Downloaded backoff v0.4.0 |
1188 | 2024-06-05T18:15:20.957Z | Downloaded async-trait v0.1.80 |
1189 | 2024-06-05T18:15:20.957Z | Downloaded async-stream-impl v0.3.5 |
1190 | 2024-06-05T18:15:20.958Z | Downloaded arrayvec v0.7.4 |
1191 | 2024-06-05T18:15:20.958Z | Downloaded approx v0.5.1 |
1192 | 2024-06-05T18:15:20.958Z | Downloaded assert_cmd v2.0.14 |
1193 | 2024-06-05T18:15:20.958Z | Downloaded array-init v0.0.4 |
1194 | 2024-06-05T18:15:20.958Z | Downloaded ahash v0.8.11 |
1195 | 2024-06-05T18:15:20.958Z | Downloaded debug-ignore v1.0.5 |
1196 | 2024-06-05T18:15:20.958Z | Downloaded ascii-canvas v3.0.0 |
1197 | 2024-06-05T18:15:20.958Z | Downloaded anes v0.1.6 |
1198 | 2024-06-05T18:15:20.958Z | Compiling serde v1.0.203 |
1199 | 2024-06-05T18:15:20.958Z | Checking cfg-if v1.0.0 |
1200 | 2024-06-05T18:15:20.958Z | Compiling libm v0.2.8 |
1201 | 2024-06-05T18:15:20.958Z | Checking libc v0.2.155 |
1202 | 2024-06-05T18:15:20.958Z | Compiling syn v2.0.64 |
1203 | 2024-06-05T18:15:20.958Z | Compiling ahash v0.8.11 |
1204 | 2024-06-05T18:15:20.958Z | Compiling num-traits v0.2.19 |
1205 | 2024-06-05T18:15:20.958Z | Compiling getrandom v0.2.14 |
1206 | 2024-06-05T18:15:20.958Z | Compiling serde_json v1.0.117 |
1207 | 2024-06-05T18:15:20.958Z | Compiling byteorder v1.5.0 |
1208 | 2024-06-05T18:15:20.958Z | Compiling log v0.4.21 |
1209 | 2024-06-05T18:15:20.958Z | Compiling generic-array v0.14.7 |
1210 | 2024-06-05T18:15:20.958Z | Checking memchr v2.7.2 |
1211 | 2024-06-05T18:15:20.958Z | Checking itoa v1.0.11 |
1212 | 2024-06-05T18:15:20.959Z | Compiling syn v1.0.109 |
1213 | 2024-06-05T18:15:20.959Z | Compiling allocator-api2 v0.2.18 |
1214 | 2024-06-05T18:15:20.959Z | Checking scopeguard v1.2.0 |
1215 | 2024-06-05T18:15:20.959Z | Checking smallvec v1.13.2 |
1216 | 2024-06-05T18:15:20.959Z | Checking lock_api v0.4.12 |
1217 | 2024-06-05T18:15:20.959Z | Compiling schemars v0.8.20 |
1218 | 2024-06-05T18:15:20.959Z | Compiling ring v0.17.8 |
1219 | 2024-06-05T18:15:20.959Z | Compiling time-macros v0.2.18 |
1220 | 2024-06-05T18:15:20.959Z | Checking once_cell v1.19.0 |
1221 | 2024-06-05T18:15:20.959Z | Checking parking_lot_core v0.9.10 |
1222 | 2024-06-05T18:15:20.959Z | Compiling aho-corasick v1.1.3 |
1223 | 2024-06-05T18:15:21.166Z | Checking parking_lot v0.12.2 |
1224 | 2024-06-05T18:15:21.337Z | Compiling regex-syntax v0.8.3 |
1225 | 2024-06-05T18:15:21.507Z | Checking pin-project-lite v0.2.14 |
1226 | 2024-06-05T18:15:24.171Z | Checking signal-hook-registry v1.4.2 |
1227 | 2024-06-05T18:15:24.411Z | Checking mio v0.8.11 |
1228 | 2024-06-05T18:15:24.557Z | Compiling slog v2.7.0 |
1229 | 2024-06-05T18:15:24.981Z | Compiling regex-automata v0.4.6 |
1230 | 2024-06-05T18:15:25.233Z | Checking num_cpus v1.16.0 |
1231 | 2024-06-05T18:15:25.354Z | Compiling crossbeam-utils v0.8.19 |
1232 | 2024-06-05T18:15:26.373Z | Checking ryu v1.0.18 |
1233 | 2024-06-05T18:15:26.376Z | Checking rand_core v0.6.4 |
1234 | 2024-06-05T18:15:26.376Z | Compiling rustls v0.21.12 |
1235 | 2024-06-05T18:15:26.376Z | Compiling iana-time-zone v0.1.60 |
1236 | 2024-06-05T18:15:26.430Z | Checking futures-core v0.3.30 |
1237 | 2024-06-05T18:15:26.534Z | Checking socket2 v0.5.7 |
1238 | 2024-06-05T18:15:26.619Z | Compiling cookie v0.17.0 |
1239 | 2024-06-05T18:15:26.788Z | Compiling serde_derive_internals v0.29.1 |
1240 | 2024-06-05T18:15:26.852Z | Compiling backtrace v0.3.71 |
1241 | 2024-06-05T18:15:26.941Z | Compiling dyn-clone v1.0.17 |
1242 | 2024-06-05T18:15:27.010Z | Compiling anyhow v1.0.86 |
1243 | 2024-06-05T18:15:27.173Z | Compiling ucd-trie v0.1.6 |
1244 | 2024-06-05T18:15:27.816Z | Compiling unicode-normalization v0.1.23 |
1245 | 2024-06-05T18:15:27.946Z | Compiling unicode-bidi v0.3.15 |
1246 | 2024-06-05T18:15:28.295Z | Compiling either v1.12.0 |
1247 | 2024-06-05T18:15:28.617Z | Compiling usdt-impl v0.5.0 |
1248 | 2024-06-05T18:15:28.751Z | Checking futures-sink v0.3.30 |
1249 | 2024-06-05T18:15:28.907Z | Compiling unicode-width v0.1.12 |
1250 | 2024-06-05T18:15:28.919Z | Compiling plain v0.2.3 |
1251 | 2024-06-05T18:15:29.081Z | Compiling spin v0.9.8 |
1252 | 2024-06-05T18:15:29.112Z | Compiling winnow v0.5.40 |
1253 | 2024-06-05T18:15:29.131Z | Compiling pretty-hex v0.4.1 |
1254 | 2024-06-05T18:15:29.338Z | Compiling thread-id v4.2.1 |
1255 | 2024-06-05T18:15:29.449Z | Checking futures-channel v0.3.30 |
1256 | 2024-06-05T18:15:29.495Z | Checking slab v0.4.9 |
1257 | 2024-06-05T18:15:29.533Z | Checking futures-task v0.3.30 |
1258 | 2024-06-05T18:15:29.740Z | Compiling subtle v2.5.0 |
1259 | 2024-06-05T18:15:29.751Z | Checking futures-io v0.3.30 |
1260 | 2024-06-05T18:15:29.771Z | Checking pin-utils v0.1.0 |
1261 | 2024-06-05T18:15:29.836Z | Compiling const-oid v0.9.6 |
1262 | 2024-06-05T18:15:30.252Z | Compiling untrusted v0.9.0 |
1263 | 2024-06-05T18:15:30.252Z | Compiling spin v0.5.2 |
1264 | 2024-06-05T18:15:30.252Z | Compiling signal-hook v0.3.17 |
1265 | 2024-06-05T18:15:30.714Z | Compiling regex v1.10.4 |
1266 | 2024-06-05T18:15:30.714Z | Compiling siphasher v0.3.11 |
1267 | 2024-06-05T18:15:30.843Z | Compiling time v0.3.36 |
1268 | 2024-06-05T18:15:31.417Z | Compiling idna v0.5.0 |
1269 | 2024-06-05T18:15:31.824Z | Checking typenum v1.17.0 |
1270 | 2024-06-05T18:15:33.076Z | Compiling rustls-webpki v0.101.7 |
1271 | 2024-06-05T18:15:33.079Z | Compiling sct v0.7.1 |
1272 | 2024-06-05T18:15:33.406Z | Compiling url v2.5.0 |
1273 | 2024-06-05T18:15:33.828Z | Compiling idna v0.3.0 |
1274 | 2024-06-05T18:15:34.519Z | Compiling serde_derive v1.0.203 |
1275 | 2024-06-05T18:15:35.110Z | Compiling zerocopy-derive v0.7.34 |
1276 | 2024-06-05T18:15:35.394Z | Compiling zeroize_derive v1.4.2 |
1277 | 2024-06-05T18:15:35.451Z | Compiling thiserror-impl v1.0.60 |
1278 | 2024-06-05T18:15:35.688Z | Compiling tokio-macros v2.2.0 |
1279 | 2024-06-05T18:15:36.339Z | Compiling futures-macro v0.3.30 |
1280 | 2024-06-05T18:15:37.082Z | Compiling tracing-attributes v0.1.27 |
1281 | 2024-06-05T18:15:37.408Z | Compiling schemars_derive v0.8.20 |
1282 | 2024-06-05T18:15:37.522Z | Compiling zerocopy v0.7.34 |
1283 | 2024-06-05T18:15:38.300Z | Compiling openssl-macros v0.1.1 |
1284 | 2024-06-05T18:15:38.522Z | Compiling async-trait v0.1.80 |
1285 | 2024-06-05T18:15:38.862Z | Compiling thiserror v1.0.60 |
1286 | 2024-06-05T18:15:39.021Z | Checking zeroize v1.7.0 |
1287 | 2024-06-05T18:15:39.298Z | Compiling scroll_derive v0.12.0 |
1288 | 2024-06-05T18:15:39.328Z | Compiling pest v2.7.10 |
1289 | 2024-06-05T18:15:39.868Z | Compiling hashbrown v0.14.5 |
1290 | 2024-06-05T18:15:41.225Z | Compiling der_derive v0.7.2 |
1291 | 2024-06-05T18:15:41.322Z | Compiling scroll v0.12.0 |
1292 | 2024-06-05T18:15:41.430Z | Compiling futures-util v0.3.30 |
1293 | 2024-06-05T18:15:41.881Z | Compiling pest_meta v2.7.10 |
1294 | 2024-06-05T18:15:42.250Z | Compiling goblin v0.8.2 |
1295 | 2024-06-05T18:15:43.252Z | Compiling pest_generator v2.7.10 |
1296 | 2024-06-05T18:15:43.295Z | Compiling tracing v0.1.40 |
1297 | 2024-06-05T18:15:43.859Z | Compiling clap_derive v4.5.4 |
1298 | 2024-06-05T18:15:45.477Z | Compiling crypto-common v0.1.6 |
1299 | 2024-06-05T18:15:45.678Z | Compiling zerocopy-derive v0.6.6 |
1300 | 2024-06-05T18:15:47.420Z | Compiling pest_derive v2.7.10 |
1301 | 2024-06-05T18:15:47.622Z | Compiling block-buffer v0.10.4 |
1302 | 2024-06-05T18:15:47.865Z | Compiling digest v0.10.7 |
1303 | 2024-06-05T18:15:48.184Z | Compiling dtrace-parser v0.2.0 |
1304 | 2024-06-05T18:15:48.757Z | Checking bytes v1.6.0 |
1305 | 2024-06-05T18:15:49.161Z | Checking bitflags v2.5.0 |
1306 | 2024-06-05T18:15:49.187Z | Compiling psl-types v2.0.11 |
1307 | 2024-06-05T18:15:49.354Z | Compiling ppv-lite86 v0.2.17 |
1308 | 2024-06-05T18:15:49.449Z | Compiling publicsuffix v2.2.3 |
1309 | 2024-06-05T18:15:49.555Z | Checking tokio v1.37.0 |
1310 | 2024-06-05T18:15:49.700Z | Compiling crossbeam-epoch v0.9.18 |
1311 | 2024-06-05T18:15:50.121Z | Compiling indexmap v2.2.6 |
1312 | 2024-06-05T18:15:50.488Z | Compiling semver v1.0.23 |
1313 | 2024-06-05T18:15:50.802Z | Compiling serde_tokenstream v0.2.0 |
1314 | 2024-06-05T18:15:51.281Z | Compiling uuid v1.8.0 |
1315 | 2024-06-05T18:15:51.802Z | Compiling chrono v0.4.38 |
1316 | 2024-06-05T18:15:51.803Z | Compiling http v0.2.12 |
1317 | 2024-06-05T18:15:51.803Z | Compiling serde_spanned v0.6.6 |
1318 | 2024-06-05T18:15:51.803Z | Compiling toml_datetime v0.6.6 |
1319 | 2024-06-05T18:15:52.679Z | Compiling rustc_version v0.4.0 |
1320 | 2024-06-05T18:15:52.748Z | Compiling rustix v0.38.34 |
1321 | 2024-06-05T18:15:53.080Z | Compiling dof v0.3.0 |
1322 | 2024-06-05T18:15:53.304Z | Compiling openapiv3 v2.0.0 |
1323 | 2024-06-05T18:15:53.977Z | Compiling toml_edit v0.19.15 |
1324 | 2024-06-05T18:15:55.524Z | Compiling http-body v0.4.6 |
1325 | 2024-06-05T18:15:55.860Z | Compiling openssl v0.10.64 |
1326 | 2024-06-05T18:15:55.984Z | Compiling heapless v0.7.17 |
1327 | 2024-06-05T18:15:56.892Z | Compiling rand_chacha v0.3.1 |
1328 | 2024-06-05T18:15:56.900Z | Compiling unicode-xid v0.2.4 |
1329 | 2024-06-05T18:15:56.900Z | Compiling usdt-macro v0.5.0 |
1330 | 2024-06-05T18:15:56.941Z | Compiling usdt-attr-macro v0.5.0 |
1331 | 2024-06-05T18:15:57.582Z | Compiling bit-vec v0.6.3 |
1332 | 2024-06-05T18:15:57.909Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1333 | 2024-06-05T18:15:58.424Z | Compiling rand v0.8.5 |
1334 | 2024-06-05T18:15:58.535Z | Compiling cookie_store v0.20.0 |
1335 | 2024-06-05T18:15:58.808Z | Compiling serde_urlencoded v0.7.1 |
1336 | 2024-06-05T18:15:59.213Z | Compiling phf_shared v0.10.0 |
1337 | 2024-06-05T18:15:59.350Z | Compiling lazy_static v1.4.0 |
1338 | 2024-06-05T18:15:59.470Z | Compiling precomputed-hash v0.1.1 |
1339 | 2024-06-05T18:15:59.589Z | Checking fnv v1.0.7 |
1340 | 2024-06-05T18:15:59.619Z | Compiling tokio-util v0.7.11 |
1341 | 2024-06-05T18:15:59.710Z | Compiling tokio-rustls v0.24.1 |
1342 | 2024-06-05T18:16:00.110Z | Compiling webpki-roots v0.25.4 |
1343 | 2024-06-05T18:16:00.163Z | Compiling minimal-lexical v0.2.1 |
1344 | 2024-06-05T18:16:00.179Z | Compiling gimli v0.28.1 |
1345 | 2024-06-05T18:16:00.272Z | Compiling new_debug_unreachable v1.0.6 |
1346 | 2024-06-05T18:16:00.365Z | Compiling base64ct v1.6.0 |
1347 | 2024-06-05T18:16:00.399Z | Compiling smoltcp v0.9.1 |
1348 | 2024-06-05T18:16:00.692Z | Compiling h2 v0.3.26 |
1349 | 2024-06-05T18:16:00.947Z | Compiling fixedbitset v0.4.2 |
1350 | 2024-06-05T18:16:01.021Z | Compiling pem-rfc7468 v0.7.0 |
1351 | 2024-06-05T18:16:01.187Z | Compiling nom v7.1.3 |
1352 | 2024-06-05T18:16:01.418Z | Compiling petgraph v0.6.5 |
1353 | 2024-06-05T18:16:01.842Z | Compiling string_cache v0.8.7 |
1354 | 2024-06-05T18:16:02.338Z | Compiling native-tls v0.2.11 |
1355 | 2024-06-05T18:16:02.381Z | Compiling bit-set v0.5.3 |
1356 | 2024-06-05T18:16:02.670Z | Compiling tokio-native-tls v0.3.1 |
1357 | 2024-06-05T18:16:02.959Z | Compiling hmac v0.12.1 |
1358 | 2024-06-05T18:16:02.981Z | Compiling enum-as-inner v0.5.1 |
1359 | 2024-06-05T18:16:03.221Z | Compiling hubpack_derive v0.1.1 |
1360 | 2024-06-05T18:16:04.051Z | Compiling itertools v0.10.5 |
1361 | 2024-06-05T18:16:04.185Z | Compiling diesel_table_macro_syntax v0.1.0 |
1362 | 2024-06-05T18:16:04.584Z | Compiling addr2line v0.21.0 |
1363 | 2024-06-05T18:16:04.879Z | Compiling object v0.32.2 |
1364 | 2024-06-05T18:16:05.064Z | Compiling lalrpop-util v0.19.12 |
1365 | 2024-06-05T18:16:05.227Z | Compiling rustc-demangle v0.1.24 |
1366 | 2024-06-05T18:16:05.254Z | Compiling unicode-segmentation v1.11.0 |
1367 | 2024-06-05T18:16:05.335Z | Compiling flagset v0.4.5 |
1368 | 2024-06-05T18:16:05.432Z | Compiling toml_edit v0.22.13 |
1369 | 2024-06-05T18:16:05.539Z | Compiling der v0.7.9 |
1370 | 2024-06-05T18:16:06.119Z | Compiling diesel_derives v2.1.4 |
1371 | 2024-06-05T18:16:06.780Z | Compiling futures-executor v0.3.30 |
1372 | 2024-06-05T18:16:06.870Z | Compiling itertools v0.12.1 |
1373 | 2024-06-05T18:16:07.043Z | Compiling finl_unicode v1.2.0 |
1374 | 2024-06-05T18:16:07.445Z | Compiling hyper v0.14.28 |
1375 | 2024-06-05T18:16:07.632Z | Compiling spki v0.7.3 |
1376 | 2024-06-05T18:16:08.013Z | Compiling stringprep v0.1.4 |
1377 | 2024-06-05T18:16:08.957Z | Compiling sha2 v0.10.8 |
1378 | 2024-06-05T18:16:09.269Z | Compiling futures v0.3.30 |
1379 | 2024-06-05T18:16:09.400Z | Compiling toml v0.7.8 |
1380 | 2024-06-05T18:16:10.108Z | Compiling hex v0.4.3 |
1381 | 2024-06-05T18:16:10.743Z | Compiling md-5 v0.10.6 |
1382 | 2024-06-05T18:16:11.002Z | Compiling strum_macros v0.25.3 |
1383 | 2024-06-05T18:16:11.184Z | Compiling serde_repr v0.1.19 |
1384 | 2024-06-05T18:16:12.710Z | Compiling num-integer v0.1.46 |
1385 | 2024-06-05T18:16:12.717Z | Compiling hash32 v0.2.1 |
1386 | 2024-06-05T18:16:12.718Z | Compiling fs-err v2.11.0 |
1387 | 2024-06-05T18:16:12.755Z | Checking tinyvec_macros v0.1.1 |
1388 | 2024-06-05T18:16:12.833Z | Compiling stable_deref_trait v1.2.0 |
1389 | 2024-06-05T18:16:12.847Z | Compiling fallible-iterator v0.2.0 |
1390 | 2024-06-05T18:16:13.989Z | Compiling postgres-protocol v0.6.6 |
1391 | 2024-06-05T18:16:14.097Z | Checking tinyvec v1.6.0 |
1392 | 2024-06-05T18:16:14.259Z | Compiling pkcs8 v0.10.2 |
1393 | 2024-06-05T18:16:14.337Z | Compiling hyper-rustls v0.24.2 |
1394 | 2024-06-05T18:16:14.707Z | Compiling hyper-tls v0.5.0 |
1395 | 2024-06-05T18:16:14.853Z | Compiling terminal_size v0.3.0 |
1396 | 2024-06-05T18:16:15.023Z | Compiling reqwest v0.11.27 |
1397 | 2024-06-05T18:16:15.055Z | Compiling block-padding v0.3.3 |
1398 | 2024-06-05T18:16:15.214Z | Compiling phf_shared v0.11.2 |
1399 | 2024-06-05T18:16:15.362Z | Compiling ff v0.13.0 |
1400 | 2024-06-05T18:16:15.790Z | Compiling scheduled-thread-pool v0.2.7 |
1401 | 2024-06-05T18:16:15.795Z | Compiling matches v0.1.10 |
1402 | 2024-06-05T18:16:15.795Z | Compiling peg-runtime v0.8.3 |
1403 | 2024-06-05T18:16:15.795Z | Compiling base16ct v0.2.0 |
1404 | 2024-06-05T18:16:15.917Z | Compiling managed v0.8.0 |
1405 | 2024-06-05T18:16:16.107Z | Compiling bitflags v1.3.2 |
1406 | 2024-06-05T18:16:16.210Z | Checking equivalent v1.0.1 |
1407 | 2024-06-05T18:16:16.264Z | Compiling sec1 v0.7.3 |
1408 | 2024-06-05T18:16:16.364Z | Compiling clap_builder v4.5.2 |
1409 | 2024-06-05T18:16:16.855Z | Compiling idna v0.2.3 |
1410 | 2024-06-05T18:16:17.603Z | Compiling signal-hook-mio v0.2.3 |
1411 | 2024-06-05T18:16:17.770Z | Compiling r2d2 v0.8.10 |
1412 | 2024-06-05T18:16:17.793Z | Compiling group v0.13.0 |
1413 | 2024-06-05T18:16:17.799Z | Compiling phf v0.11.2 |
1414 | 2024-06-05T18:16:18.114Z | Compiling inout v0.1.3 |
1415 | 2024-06-05T18:16:18.118Z | Compiling postgres-types v0.2.6 |
1416 | 2024-06-05T18:16:18.118Z | Compiling num-bigint v0.4.5 |
1417 | 2024-06-05T18:16:18.404Z | Compiling hubpack v0.1.2 |
1418 | 2024-06-05T18:16:18.531Z | Compiling hkdf v0.12.4 |
1419 | 2024-06-05T18:16:18.790Z | Compiling ipnetwork v0.20.0 |
1420 | 2024-06-05T18:16:18.858Z | Compiling zerocopy v0.6.6 |
1421 | 2024-06-05T18:16:18.882Z | Compiling crypto-bigint v0.5.5 |
1422 | 2024-06-05T18:16:19.709Z | Compiling float-cmp v0.9.0 |
1423 | 2024-06-05T18:16:19.713Z | Compiling memmap v0.7.0 |
1424 | 2024-06-05T18:16:19.774Z | Compiling whoami v1.5.1 |
1425 | 2024-06-05T18:16:19.952Z | Compiling static_assertions v1.1.0 |
1426 | 2024-06-05T18:16:20.050Z | Compiling difflib v0.4.0 |
1427 | 2024-06-05T18:16:20.054Z | Compiling normalize-line-endings v0.3.0 |
1428 | 2024-06-05T18:16:20.192Z | Compiling predicates-core v1.0.6 |
1429 | 2024-06-05T18:16:20.483Z | Compiling data-encoding v2.6.0 |
1430 | 2024-06-05T18:16:20.569Z | Compiling predicates v3.1.0 |
1431 | 2024-06-05T18:16:21.735Z | Compiling yasna v0.5.2 |
1432 | 2024-06-05T18:16:22.398Z | Compiling elliptic-curve v0.13.8 |
1433 | 2024-06-05T18:16:22.405Z | Compiling diesel v2.1.6 |
1434 | 2024-06-05T18:16:23.034Z | Compiling trust-dns-proto v0.22.0 |
1435 | 2024-06-05T18:16:23.310Z | Compiling tokio-postgres v0.7.10 |
1436 | 2024-06-05T18:16:23.673Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1437 | 2024-06-05T18:16:25.064Z | Compiling clap v4.5.4 |
1438 | 2024-06-05T18:16:25.205Z | Compiling usdt v0.5.0 |
1439 | 2024-06-05T18:16:25.767Z | Compiling cipher v0.4.4 |
1440 | 2024-06-05T18:16:26.246Z | Compiling crossterm v0.27.0 |
1441 | 2024-06-05T18:16:28.044Z | Compiling num-iter v0.1.45 |
1442 | 2024-06-05T18:16:28.232Z | Compiling similar v2.5.0 |
1443 | 2024-06-05T18:16:28.562Z | Compiling tokio-stream v0.1.15 |
1444 | 2024-06-05T18:16:29.021Z | Compiling console v0.15.8 |
1445 | 2024-06-05T18:16:29.614Z | Compiling bstr v1.9.1 |
1446 | 2024-06-05T18:16:30.676Z | Checking tracing-core v0.1.32 |
1447 | 2024-06-05T18:16:31.185Z | Checking percent-encoding v2.3.1 |
1448 | 2024-06-05T18:16:31.667Z | Checking form_urlencoded v1.2.1 |
1449 | 2024-06-05T18:16:31.677Z | Checking unicode-ident v1.0.12 |
1450 | 2024-06-05T18:16:31.853Z | Checking httparse v1.8.0 |
1451 | 2024-06-05T18:16:31.881Z | Checking powerfmt v0.2.0 |
1452 | 2024-06-05T18:16:32.117Z | Checking deranged v0.3.11 |
1453 | 2024-06-05T18:16:32.260Z | Checking errno v0.3.9 |
1454 | 2024-06-05T18:16:32.360Z | Checking time-core v0.1.2 |
1455 | 2024-06-05T18:16:32.420Z | Checking num_threads v0.1.7 |
1456 | 2024-06-05T18:16:32.526Z | Checking num-conv v0.1.0 |
1457 | 2024-06-05T18:16:34.391Z | Checking proc-macro2 v1.0.82 |
1458 | 2024-06-05T18:16:34.644Z | Checking cpufeatures v0.2.12 |
1459 | 2024-06-05T18:16:34.644Z | Checking adler v1.0.2 |
1460 | 2024-06-05T18:16:34.644Z | Checking quote v1.0.36 |
1461 | 2024-06-05T18:16:34.644Z | Checking try-lock v0.2.5 |
1462 | 2024-06-05T18:16:34.644Z | Checking base64 v0.21.7 |
1463 | 2024-06-05T18:16:34.644Z | Checking want v0.3.1 |
1464 | 2024-06-05T18:16:34.645Z | Checking miniz_oxide v0.7.2 |
1465 | 2024-06-05T18:16:34.750Z | Checking tower-service v0.3.2 |
1466 | 2024-06-05T18:16:34.793Z | Checking httpdate v1.0.3 |
1467 | 2024-06-05T18:16:35.155Z | Checking foreign-types-shared v0.1.1 |
1468 | 2024-06-05T18:16:35.232Z | Checking openssl-probe v0.1.5 |
1469 | 2024-06-05T18:16:35.257Z | Checking foreign-types v0.3.2 |
1470 | 2024-06-05T18:16:35.339Z | Checking openssl-sys v0.9.102 |
1471 | 2024-06-05T18:16:35.370Z | Checking mime v0.3.17 |
1472 | 2024-06-05T18:16:36.792Z | Checking ipnet v2.9.0 |
1473 | 2024-06-05T18:16:37.260Z | Checking utf8parse v0.2.1 |
1474 | 2024-06-05T18:16:40.236Z | Checking encoding_rs v0.8.34 |
1475 | 2024-06-05T18:16:40.741Z | Checking anstyle v1.0.7 |
1476 | 2024-06-05T18:16:41.418Z | Checking rustls-pemfile v1.0.4 |
1477 | 2024-06-05T18:16:42.030Z | Checking sync_wrapper v0.1.2 |
1478 | 2024-06-05T18:16:42.812Z | Checking anstyle-parse v0.2.4 |
1479 | 2024-06-05T18:16:42.862Z | Checking anstyle-query v1.0.3 |
1480 | 2024-06-05T18:16:42.994Z | Checking colorchoice v1.0.1 |
1481 | 2024-06-05T18:16:43.057Z | Checking is_terminal_polyfill v1.70.0 |
1482 | 2024-06-05T18:16:43.570Z | Checking anstream v0.6.14 |
1483 | 2024-06-05T18:16:43.796Z | Checking clap_lex v0.7.0 |
1484 | 2024-06-05T18:16:43.997Z | Checking strsim v0.11.1 |
1485 | 2024-06-05T18:16:45.099Z | Checking crc32fast v1.4.0 |
1486 | 2024-06-05T18:17:02.378Z | Checking flate2 v1.0.30 |
1487 | 2024-06-05T18:17:02.595Z | Checking winnow v0.6.8 |
1488 | 2024-06-05T18:17:02.595Z | Compiling regress v0.9.1 |
1489 | 2024-06-05T18:17:02.595Z | Compiling getopts v0.2.21 |
1490 | 2024-06-05T18:17:02.595Z | Compiling unsafe-libyaml v0.2.11 |
1491 | 2024-06-05T18:17:02.595Z | Checking heck v0.5.0 |
1492 | 2024-06-05T18:17:02.735Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1493 | 2024-06-05T18:17:02.735Z | Compiling serde_yaml v0.9.34+deprecated |
1494 | 2024-06-05T18:17:02.735Z | Checking camino v1.1.7 |
1495 | 2024-06-05T18:17:02.735Z | Checking base64 v0.22.1 |
1496 | 2024-06-05T18:17:02.735Z | Checking is-terminal v0.4.12 |
1497 | 2024-06-05T18:17:02.735Z | Checking sha1 v0.10.6 |
1498 | 2024-06-05T18:17:02.735Z | Checking http v1.1.0 |
1499 | 2024-06-05T18:17:02.735Z | Compiling paste v1.0.15 |
1500 | 2024-06-05T18:17:02.736Z | Compiling strum_macros v0.26.2 |
1501 | 2024-06-05T18:17:02.736Z | Checking match_cfg v0.1.0 |
1502 | 2024-06-05T18:17:02.736Z | Checking fastrand v2.1.0 |
1503 | 2024-06-05T18:17:02.736Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1504 | 2024-06-05T18:17:02.736Z | Compiling ident_case v1.0.1 |
1505 | 2024-06-05T18:17:02.736Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1506 | 2024-06-05T18:17:02.736Z | Checking rustls-pki-types v1.7.0 |
1507 | 2024-06-05T18:17:02.736Z | Compiling darling_core v0.20.9 |
1508 | 2024-06-05T18:17:02.736Z | Checking tempfile v3.10.1 |
1509 | 2024-06-05T18:17:02.736Z | Checking hostname v0.3.1 |
1510 | 2024-06-05T18:17:02.736Z | Checking dirs-sys-next v0.1.2 |
1511 | 2024-06-05T18:17:02.736Z | Checking quick-error v1.2.3 |
1512 | 2024-06-05T18:17:02.736Z | Checking dirs-next v2.0.0 |
1513 | 2024-06-05T18:17:02.736Z | Checking crossbeam-channel v0.5.12 |
1514 | 2024-06-05T18:17:02.736Z | Checking thread_local v1.1.8 |
1515 | 2024-06-05T18:17:02.736Z | Compiling rustls v0.22.4 |
1516 | 2024-06-05T18:17:02.736Z | Checking term v0.7.0 |
1517 | 2024-06-05T18:17:02.736Z | Checking rustls-webpki v0.102.4 |
1518 | 2024-06-05T18:17:02.852Z | Checking instant v0.1.12 |
1519 | 2024-06-05T18:17:02.968Z | Checking take_mut v0.2.2 |
1520 | 2024-06-05T18:17:02.968Z | Checking rustls-pemfile v2.1.2 |
1521 | 2024-06-05T18:17:02.996Z | Checking slog-term v2.9.1 |
1522 | 2024-06-05T18:17:02.996Z | Checking slog-async v2.8.0 |
1523 | 2024-06-05T18:17:03.093Z | Compiling multer v3.1.0 |
1524 | 2024-06-05T18:17:03.273Z | Checking debug-ignore v1.0.5 |
1525 | 2024-06-05T18:17:03.413Z | Checking toml v0.8.13 |
1526 | 2024-06-05T18:17:03.434Z | Checking slog-json v2.6.1 |
1527 | 2024-06-05T18:17:03.475Z | Compiling async-stream-impl v0.3.5 |
1528 | 2024-06-05T18:17:03.727Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1529 | 2024-06-05T18:17:04.005Z | Checking atomic-waker v1.1.2 |
1530 | 2024-06-05T18:17:04.136Z | Checking waitgroup v0.1.2 |
1531 | 2024-06-05T18:17:04.226Z | Checking slog-bunyan v2.5.0 |
1532 | 2024-06-05T18:17:04.330Z | Checking strum v0.26.2 |
1533 | 2024-06-05T18:17:04.402Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1534 | 2024-06-05T18:17:04.485Z | Checking serde_path_to_error v0.1.16 |
1535 | 2024-06-05T18:17:04.652Z | Checking hostname v0.4.0 |
1536 | 2024-06-05T18:17:04.786Z | Checking newtype-uuid v1.1.0 |
1537 | 2024-06-05T18:17:04.900Z | Checking async-stream v0.3.5 |
1538 | 2024-06-05T18:17:05.029Z | Checking wait-timeout v0.2.0 |
1539 | 2024-06-05T18:17:05.101Z | Compiling structmeta-derive v0.3.0 |
1540 | 2024-06-05T18:17:05.128Z | Compiling structmeta-derive v0.2.0 |
1541 | 2024-06-05T18:17:05.221Z | Checking rusty-fork v0.3.0 |
1542 | 2024-06-05T18:17:05.503Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1543 | 2024-06-05T18:17:06.277Z | Checking rand_xorshift v0.3.0 |
1544 | 2024-06-05T18:17:06.460Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
1545 | 2024-06-05T18:17:06.676Z | Checking unarray v0.1.4 |
1546 | 2024-06-05T18:17:06.772Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1547 | 2024-06-05T18:17:06.826Z | Checking proptest v1.4.0 |
1548 | 2024-06-05T18:17:06.899Z | Checking backoff v0.4.0 |
1549 | 2024-06-05T18:17:06.997Z | Checking tokio-rustls v0.25.0 |
1550 | 2024-06-05T18:17:07.212Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1551 | 2024-06-05T18:17:07.480Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1552 | 2024-06-05T18:17:08.148Z | Compiling structmeta v0.2.0 |
1553 | 2024-06-05T18:17:08.217Z | Compiling structmeta v0.3.0 |
1554 | 2024-06-05T18:17:08.273Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1555 | 2024-06-05T18:17:08.385Z | Compiling darling_macro v0.20.9 |
1556 | 2024-06-05T18:17:08.424Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7) |
1557 | 2024-06-05T18:17:08.589Z | Compiling test-strategy v0.3.1 |
1558 | 2024-06-05T18:17:08.650Z | Compiling parse-display-derive v0.9.0 |
1559 | 2024-06-05T18:17:09.205Z | Checking macaddr v1.0.1 |
1560 | 2024-06-05T18:17:09.209Z | Compiling proc-macro-error-attr v1.0.4 |
1561 | 2024-06-05T18:17:09.510Z | Compiling proc-macro-error v1.0.4 |
1562 | 2024-06-05T18:17:09.526Z | Compiling darling v0.20.9 |
1563 | 2024-06-05T18:17:09.637Z | Compiling serde_with_macros v3.8.1 |
1564 | 2024-06-05T18:17:11.164Z | Checking camino-tempfile v1.1.1 |
1565 | 2024-06-05T18:17:11.455Z | Compiling proc-macro-crate v1.3.1 |
1566 | 2024-06-05T18:17:11.481Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1567 | 2024-06-05T18:17:11.512Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1568 | 2024-06-05T18:17:11.819Z | Compiling foreign-types-macros v0.2.3 |
1569 | 2024-06-05T18:17:11.843Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1570 | 2024-06-05T18:17:12.116Z | Checking foreign-types-shared v0.3.1 |
1571 | 2024-06-05T18:17:12.542Z | Compiling num_enum_derive v0.5.11 |
1572 | 2024-06-05T18:17:12.566Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1573 | 2024-06-05T18:17:12.707Z | Checking cstr-argument v0.1.2 |
1574 | 2024-06-05T18:17:12.842Z | Checking serde_with v3.8.1 |
1575 | 2024-06-05T18:17:12.902Z | Checking pretty-hex v0.2.1 |
1576 | 2024-06-05T18:17:13.066Z | Checking tabwriter v1.4.0 |
1577 | 2024-06-05T18:17:13.109Z | Checking foreign-types v0.5.0 |
1578 | 2024-06-05T18:17:13.224Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1579 | 2024-06-05T18:17:13.318Z | Checking colored v2.1.0 |
1580 | 2024-06-05T18:17:13.508Z | Checking socket2 v0.4.10 |
1581 | 2024-06-05T18:17:13.528Z | Checking smf v0.2.3 |
1582 | 2024-06-05T18:17:13.603Z | Checking humantime v2.1.0 |
1583 | 2024-06-05T18:17:13.635Z | Checking parse-display v0.9.0 |
1584 | 2024-06-05T18:17:13.859Z | Checking termcolor v1.4.1 |
1585 | 2024-06-05T18:17:13.960Z | Checking arc-swap v1.7.1 |
1586 | 2024-06-05T18:17:13.995Z | Checking newline-converter v0.3.0 |
1587 | 2024-06-05T18:17:14.070Z | Checking xattr v1.3.1 |
1588 | 2024-06-05T18:17:14.143Z | Checking expectorate v1.1.0 |
1589 | 2024-06-05T18:17:14.273Z | Checking filetime v0.2.23 |
1590 | 2024-06-05T18:17:14.290Z | Checking utf-8 v0.7.6 |
1591 | 2024-06-05T18:17:14.308Z | Checking same-file v1.0.6 |
1592 | 2024-06-05T18:17:14.421Z | Checking slog-scope v4.4.0 |
1593 | 2024-06-05T18:17:14.465Z | Checking tar v0.4.40 |
1594 | 2024-06-05T18:17:14.484Z | Checking tungstenite v0.20.1 |
1595 | 2024-06-05T18:17:14.488Z | Checking walkdir v2.5.0 |
1596 | 2024-06-05T18:17:14.610Z | Checking slog-stdlog v4.1.1 |
1597 | 2024-06-05T18:17:14.778Z | Checking slog-envlogger v2.2.0 |
1598 | 2024-06-05T18:17:14.782Z | Checking termtree v0.4.1 |
1599 | 2024-06-05T18:17:14.982Z | Compiling heapless v0.8.0 |
1600 | 2024-06-05T18:17:15.002Z | Checking predicates-tree v1.0.9 |
1601 | 2024-06-05T18:17:15.162Z | Checking hash32 v0.3.1 |
1602 | 2024-06-05T18:17:15.195Z | Compiling smoltcp v0.11.0 |
1603 | 2024-06-05T18:17:15.367Z | Compiling crucible-workspace-hack v0.1.0 |
1604 | 2024-06-05T18:17:15.370Z | Checking tokio-tungstenite v0.20.1 |
1605 | 2024-06-05T18:17:15.403Z | Checking num_enum v0.5.11 |
1606 | 2024-06-05T18:17:15.559Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1607 | 2024-06-05T18:17:15.596Z | Checking cobs v0.2.3 |
1608 | 2024-06-05T18:17:15.756Z | Checking embedded-io v0.4.0 |
1609 | 2024-06-05T18:17:15.844Z | Checking sigpipe v0.1.3 |
1610 | 2024-06-05T18:17:15.884Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=d6177ca84f23e60a661461bb4cece475689502d2#d6177ca8) |
1611 | 2024-06-05T18:17:15.951Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=d6177ca84f23e60a661461bb4cece475689502d2#d6177ca8) |
1612 | 2024-06-05T18:17:15.964Z | Checking postcard v1.0.8 |
1613 | 2024-06-05T18:17:16.086Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=d6177ca84f23e60a661461bb4cece475689502d2#d6177ca8) |
1614 | 2024-06-05T18:17:16.096Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1615 | 2024-06-05T18:17:16.225Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1616 | 2024-06-05T18:17:16.296Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1617 | 2024-06-05T18:17:16.451Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
1618 | 2024-06-05T18:17:16.665Z | Checking pem v3.0.4 |
1619 | 2024-06-05T18:17:16.796Z | Compiling num-derive v0.4.2 |
1620 | 2024-06-05T18:17:16.914Z | Compiling mockall_derive v0.12.1 |
1621 | 2024-06-05T18:17:16.966Z | Checking atty v0.2.14 |
1622 | 2024-06-05T18:17:17.079Z | Checking fragile v2.0.0 |
1623 | 2024-06-05T18:17:17.334Z | Checking downcast v0.11.0 |
1624 | 2024-06-05T18:17:17.536Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
1625 | 2024-06-05T18:17:17.761Z | Compiling derive-where v1.2.7 |
1626 | 2024-06-05T18:17:17.779Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1627 | 2024-06-05T18:17:18.108Z | Checking env_logger v0.9.3 |
1628 | 2024-06-05T18:17:18.515Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1629 | 2024-06-05T18:17:18.536Z | Compiling bitstruct_derive v0.1.0 |
1630 | 2024-06-05T18:17:18.922Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1631 | 2024-06-05T18:17:19.043Z | Checking ascii v1.1.0 |
1632 | 2024-06-05T18:17:19.399Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
1633 | 2024-06-05T18:17:19.449Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1634 | 2024-06-05T18:17:19.756Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=d6177ca84f23e60a661461bb4cece475689502d2#d6177ca8) |
1635 | 2024-06-05T18:17:19.819Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1636 | 2024-06-05T18:17:19.850Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1637 | 2024-06-05T18:17:19.952Z | Checking bitstruct v0.1.1 |
1638 | 2024-06-05T18:17:19.997Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1639 | 2024-06-05T18:17:20.067Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1640 | 2024-06-05T18:17:20.231Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1641 | 2024-06-05T18:17:20.350Z | Checking erased-serde v0.3.31 |
1642 | 2024-06-05T18:17:20.369Z | Checking serde_arrays v0.1.0 |
1643 | 2024-06-05T18:17:20.488Z | Compiling heck v0.3.3 |
1644 | 2024-06-05T18:17:20.519Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1645 | 2024-06-05T18:17:20.821Z | Checking tungstenite v0.21.0 |
1646 | 2024-06-05T18:17:20.929Z | Compiling zone_cfg_derive v0.1.2 |
1647 | 2024-06-05T18:17:21.119Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=d6177ca84f23e60a661461bb4cece475689502d2#d6177ca8) |
1648 | 2024-06-05T18:17:21.432Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1649 | 2024-06-05T18:17:21.488Z | Checking headers-core v0.2.0 |
1650 | 2024-06-05T18:17:21.620Z | Checking base64 v0.13.1 |
1651 | 2024-06-05T18:17:21.623Z | Checking tokio-tungstenite v0.21.0 |
1652 | 2024-06-05T18:17:22.025Z | Checking ron v0.7.1 |
1653 | 2024-06-05T18:17:22.117Z | Checking headers v0.3.9 |
1654 | 2024-06-05T18:17:22.492Z | Checking zone v0.1.8 |
1655 | 2024-06-05T18:17:22.709Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=d6177ca84f23e60a661461bb4cece475689502d2#d6177ca8) |
1656 | 2024-06-05T18:17:23.130Z | Checking portpicker v0.1.1 |
1657 | 2024-06-05T18:17:23.184Z | Checking rcgen v0.12.1 |
1658 | 2024-06-05T18:17:23.248Z | Checking atomicwrites v0.4.3 |
1659 | 2024-06-05T18:17:23.264Z | Checking subprocess v0.2.9 |
1660 | 2024-06-05T18:17:23.432Z | Compiling convert_case v0.4.0 |
1661 | 2024-06-05T18:17:23.847Z | Checking password-hash v0.5.0 |
1662 | 2024-06-05T18:17:23.866Z | Checking blake2 v0.10.6 |
1663 | 2024-06-05T18:17:24.301Z | Checking linked-hash-map v0.5.6 |
1664 | 2024-06-05T18:17:24.332Z | Checking argon2 v0.5.3 |
1665 | 2024-06-05T18:17:24.422Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1666 | 2024-06-05T18:17:24.456Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1667 | 2024-06-05T18:17:24.596Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1668 | 2024-06-05T18:17:24.621Z | Compiling derive_more v0.99.17 |
1669 | 2024-06-05T18:17:24.729Z | Checking lru-cache v0.1.2 |
1670 | 2024-06-05T18:17:24.759Z | Checking swrite v0.1.0 |
1671 | 2024-06-05T18:17:24.869Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1672 | 2024-06-05T18:17:24.897Z | Compiling rayon-core v1.12.1 |
1673 | 2024-06-05T18:17:24.993Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1674 | 2024-06-05T18:17:25.201Z | Checking resolv-conf v0.7.0 |
1675 | 2024-06-05T18:17:25.238Z | Checking half v2.4.1 |
1676 | 2024-06-05T18:17:25.317Z | Checking ciborium-io v0.2.2 |
1677 | 2024-06-05T18:17:25.363Z | Checking mockall v0.12.1 |
1678 | 2024-06-05T18:17:25.442Z | Compiling cancel-safe-futures v0.1.5 |
1679 | 2024-06-05T18:17:25.928Z | Checking trust-dns-resolver v0.22.0 |
1680 | 2024-06-05T18:17:25.932Z | Compiling semver v0.1.20 |
1681 | 2024-06-05T18:17:25.932Z | Checking ciborium-ll v0.2.2 |
1682 | 2024-06-05T18:17:25.990Z | Compiling rustc_version v0.1.7 |
1683 | 2024-06-05T18:17:26.250Z | Checking ciborium v0.2.2 |
1684 | 2024-06-05T18:17:26.268Z | Compiling slog-dtrace v0.3.0 |
1685 | 2024-06-05T18:17:26.502Z | Compiling newtype_derive v0.1.6 |
1686 | 2024-06-05T18:17:26.579Z | Checking libsw v3.3.1 |
1687 | 2024-06-05T18:17:26.838Z | Checking linear-map v1.2.0 |
1688 | 2024-06-05T18:17:26.966Z | Checking owo-colors v4.0.0 |
1689 | 2024-06-05T18:17:26.969Z | Checking steno v0.4.0 |
1690 | 2024-06-05T18:17:27.014Z | Compiling radium v0.7.0 |
1691 | 2024-06-05T18:17:27.174Z | Checking num-rational v0.4.2 |
1692 | 2024-06-05T18:17:27.232Z | Checking num-complex v0.4.6 |
1693 | 2024-06-05T18:17:27.488Z | Checking nibble_vec v0.1.0 |
1694 | 2024-06-05T18:17:27.681Z | Compiling maybe-uninit v2.0.0 |
1695 | 2024-06-05T18:17:27.836Z | Checking endian-type v0.1.2 |
1696 | 2024-06-05T18:17:28.059Z | Checking tap v1.0.1 |
1697 | 2024-06-05T18:17:28.164Z | Checking num v0.4.3 |
1698 | 2024-06-05T18:17:28.224Z | Checking wyz v0.5.1 |
1699 | 2024-06-05T18:17:28.271Z | Checking radix_trie v0.2.1 |
1700 | 2024-06-05T18:17:28.606Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1701 | 2024-06-05T18:17:28.725Z | Checking fxhash v0.2.1 |
1702 | 2024-06-05T18:17:28.729Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1703 | 2024-06-05T18:17:28.821Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1704 | 2024-06-05T18:17:28.903Z | Checking crc-catalog v2.4.0 |
1705 | 2024-06-05T18:17:29.050Z | Checking display-error-chain v0.2.0 |
1706 | 2024-06-05T18:17:29.193Z | Compiling packed_struct v0.10.1 |
1707 | 2024-06-05T18:17:29.213Z | Compiling num-bigint-dig v0.8.4 |
1708 | 2024-06-05T18:17:29.217Z | Checking funty v2.0.0 |
1709 | 2024-06-05T18:17:29.648Z | Checking crc v3.2.1 |
1710 | 2024-06-05T18:17:29.947Z | Compiling packed_struct_codegen v0.10.1 |
1711 | 2024-06-05T18:17:30.070Z | Compiling indexmap v1.9.3 |
1712 | 2024-06-05T18:17:30.214Z | Checking bitvec v1.0.1 |
1713 | 2024-06-05T18:17:30.265Z | Checking nodrop v0.1.14 |
1714 | 2024-06-05T18:17:30.286Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1715 | 2024-06-05T18:17:30.337Z | Compiling home v0.5.9 |
1716 | 2024-06-05T18:17:30.374Z | Checking array-init v0.0.4 |
1717 | 2024-06-05T18:17:30.579Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1718 | 2024-06-05T18:17:30.784Z | Checking smallvec v0.6.14 |
1719 | 2024-06-05T18:17:31.169Z | Checking pkcs1 v0.7.5 |
1720 | 2024-06-05T18:17:31.428Z | Checking signature v2.2.0 |
1721 | 2024-06-05T18:17:31.567Z | Checking bitfield v0.14.0 |
1722 | 2024-06-05T18:17:31.623Z | Checking hashbrown v0.12.3 |
1723 | 2024-06-05T18:17:31.841Z | Checking serde-hex v0.1.0 |
1724 | 2024-06-05T18:17:32.959Z | Checking bzip2 v0.4.4 |
1725 | 2024-06-05T18:17:33.227Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1726 | 2024-06-05T18:17:33.246Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1727 | 2024-06-05T18:17:33.263Z | Checking rsa v0.9.6 |
1728 | 2024-06-05T18:17:33.294Z | Checking env_logger v0.10.2 |
1729 | 2024-06-05T18:17:33.298Z | Checking x509-cert v0.2.5 |
1730 | 2024-06-05T18:17:33.298Z | Checking ron v0.8.1 |
1731 | 2024-06-05T18:17:33.459Z | Checking hashbrown v0.13.2 |
1732 | 2024-06-05T18:17:33.713Z | Checking crc-any v2.5.0 |
1733 | 2024-06-05T18:17:34.104Z | Checking zip v0.6.6 |
1734 | 2024-06-05T18:17:34.373Z | Checking path-slash v0.1.5 |
1735 | 2024-06-05T18:17:34.498Z | Checking object v0.30.4 |
1736 | 2024-06-05T18:17:34.520Z | Compiling async-recursion v1.1.1 |
1737 | 2024-06-05T18:17:34.570Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1738 | 2024-06-05T18:17:34.795Z | Checking maplit v1.0.2 |
1739 | 2024-06-05T18:17:34.818Z | Compiling blake3 v1.5.1 |
1740 | 2024-06-05T18:17:34.886Z | Compiling ring v0.16.20 |
1741 | 2024-06-05T18:17:34.904Z | Compiling buf-list v1.0.3 |
1742 | 2024-06-05T18:17:35.789Z | Checking gethostname v0.4.3 |
1743 | 2024-06-05T18:17:35.793Z | Compiling parking_lot_core v0.8.6 |
1744 | 2024-06-05T18:17:35.905Z | Compiling libefi-sys v0.1.0 |
1745 | 2024-06-05T18:17:35.937Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1746 | 2024-06-05T18:17:36.255Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1747 | 2024-06-05T18:17:36.463Z | Compiling crossbeam-deque v0.8.5 |
1748 | 2024-06-05T18:17:36.547Z | Checking keccak v0.1.5 |
1749 | 2024-06-05T18:17:36.556Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1750 | 2024-06-05T18:17:36.812Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1751 | 2024-06-05T18:17:36.855Z | Checking sha3 v0.10.8 |
1752 | 2024-06-05T18:17:37.228Z | Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1753 | 2024-06-05T18:17:37.594Z | Checking parking_lot v0.11.2 |
1754 | 2024-06-05T18:17:37.794Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1755 | 2024-06-05T18:17:38.022Z | Checking trust-dns-client v0.22.0 |
1756 | 2024-06-05T18:17:38.093Z | Checking toml v0.5.11 |
1757 | 2024-06-05T18:17:38.167Z | Checking secrecy v0.8.0 |
1758 | 2024-06-05T18:17:38.359Z | Compiling pin-project-internal v1.1.5 |
1759 | 2024-06-05T18:17:38.567Z | Checking sled v0.34.7 |
1760 | 2024-06-05T18:17:38.577Z | Compiling rayon v1.10.0 |
1761 | 2024-06-05T18:17:39.616Z | Checking trust-dns-server v0.22.1 |
1762 | 2024-06-05T18:17:40.561Z | Compiling memmap2 v0.9.4 |
1763 | 2024-06-05T18:17:40.736Z | Compiling glob v0.3.1 |
1764 | 2024-06-05T18:17:41.043Z | Compiling arrayref v0.3.7 |
1765 | 2024-06-05T18:17:41.129Z | Compiling untrusted v0.7.1 |
1766 | 2024-06-05T18:17:41.294Z | Compiling constant_time_eq v0.3.0 |
1767 | 2024-06-05T18:17:41.342Z | Compiling arrayvec v0.7.4 |
1768 | 2024-06-05T18:17:41.636Z | Checking pin-project v1.1.5 |
1769 | 2024-06-05T18:17:41.778Z | Compiling toolchain_find v0.4.0 |
1770 | 2024-06-05T18:17:42.488Z | Compiling vte_generate_state_changes v0.1.1 |
1771 | 2024-06-05T18:17:42.677Z | Compiling topological-sort v0.2.2 |
1772 | 2024-06-05T18:17:42.892Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
1773 | 2024-06-05T18:17:43.149Z | Checking vte v0.11.1 |
1774 | 2024-06-05T18:17:43.188Z | Compiling rustfmt-wrapper v0.2.1 |
1775 | 2024-06-05T18:17:43.762Z | Checking fd-lock v4.0.2 |
1776 | 2024-06-05T18:17:43.929Z | Compiling prettyplease v0.2.20 |
1777 | 2024-06-05T18:17:44.135Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
1778 | 2024-06-05T18:17:44.223Z | Checking nu-ansi-term v0.50.0 |
1779 | 2024-06-05T18:17:44.245Z | Compiling crunchy v0.2.2 |
1780 | 2024-06-05T18:17:44.421Z | Compiling omicron-zone-package v0.11.0 |
1781 | 2024-06-05T18:17:44.546Z | Checking strip-ansi-escapes v0.2.0 |
1782 | 2024-06-05T18:17:44.652Z | Compiling clang-sys v1.7.0 |
1783 | 2024-06-05T18:17:44.684Z | Checking reedline v0.31.0 |
1784 | 2024-06-05T18:17:44.766Z | Compiling snafu-derive v0.8.2 |
1785 | 2024-06-05T18:17:45.338Z | Compiling tiny-keccak v2.0.2 |
1786 | 2024-06-05T18:17:45.455Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
1787 | 2024-06-05T18:17:45.521Z | Checking globset v0.4.14 |
1788 | 2024-06-05T18:17:45.716Z | Checking olpc-cjson v0.1.3 |
1789 | 2024-06-05T18:17:45.923Z | Checking serde_plain v1.0.2 |
1790 | 2024-06-05T18:17:45.968Z | Compiling memoffset v0.9.1 |
1791 | 2024-06-05T18:17:45.989Z | Compiling ref-cast v1.0.23 |
1792 | 2024-06-05T18:17:46.171Z | Checking typed-path v0.7.1 |
1793 | 2024-06-05T18:17:46.253Z | Compiling platforms v3.4.0 |
1794 | 2024-06-05T18:17:46.941Z | Compiling curve25519-dalek v4.1.2 |
1795 | 2024-06-05T18:17:47.415Z | Compiling ascii-canvas v3.0.0 |
1796 | 2024-06-05T18:17:47.580Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1797 | 2024-06-05T18:17:47.873Z | Compiling ref-cast-impl v1.0.23 |
1798 | 2024-06-05T18:17:47.986Z | Compiling ena v0.14.3 |
1799 | 2024-06-05T18:17:47.994Z | Compiling libloading v0.8.3 |
1800 | 2024-06-05T18:17:48.044Z | Compiling unicase v2.7.0 |
1801 | 2024-06-05T18:17:48.064Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1802 | 2024-06-05T18:17:48.324Z | Compiling diff v0.1.13 |
1803 | 2024-06-05T18:17:48.802Z | Compiling regex-syntax v0.6.29 |
1804 | 2024-06-05T18:17:48.806Z | Checking parse-size v1.0.0 |
1805 | 2024-06-05T18:17:48.807Z | Compiling bindgen v0.69.4 |
1806 | 2024-06-05T18:17:49.512Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1807 | 2024-06-05T18:17:50.326Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1808 | 2024-06-05T18:17:50.814Z | Checking snafu v0.8.2 |
1809 | 2024-06-05T18:17:51.178Z | Compiling which v4.4.2 |
1810 | 2024-06-05T18:17:51.284Z | Checking tough v0.17.1 |
1811 | 2024-06-05T18:17:51.803Z | Compiling lalrpop v0.19.12 |
1812 | 2024-06-05T18:17:52.539Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1813 | 2024-06-05T18:17:53.461Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1814 | 2024-06-05T18:17:54.043Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1815 | 2024-06-05T18:17:54.137Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1816 | 2024-06-05T18:17:54.894Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1817 | 2024-06-05T18:17:55.487Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1818 | 2024-06-05T18:17:57.241Z | Checking universal-hash v0.5.1 |
1819 | 2024-06-05T18:17:57.288Z | Compiling cexpr v0.6.0 |
1820 | 2024-06-05T18:17:57.414Z | Compiling thiserror-impl-no-std v2.0.2 |
1821 | 2024-06-05T18:17:57.528Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1822 | 2024-06-05T18:17:57.553Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1823 | 2024-06-05T18:17:59.597Z | Compiling curve25519-dalek-derive v0.1.1 |
1824 | 2024-06-05T18:17:59.798Z | Checking nanorand v0.7.0 |
1825 | 2024-06-05T18:18:00.159Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1826 | 2024-06-05T18:18:00.474Z | Compiling cfg_aliases v0.1.1 |
1827 | 2024-06-05T18:18:00.599Z | Compiling salty v0.2.0 |
1828 | 2024-06-05T18:18:00.650Z | Checking opaque-debug v0.3.1 |
1829 | 2024-06-05T18:18:00.745Z | Compiling lazycell v1.3.0 |
1830 | 2024-06-05T18:18:00.765Z | Compiling rustc-hash v1.1.0 |
1831 | 2024-06-05T18:18:00.782Z | Compiling shlex v1.3.0 |
1832 | 2024-06-05T18:18:00.906Z | Checking signature v1.6.4 |
1833 | 2024-06-05T18:18:00.906Z | Checking bytecount v0.6.8 |
1834 | 2024-06-05T18:18:01.059Z | Checking ed25519 v1.5.3 |
1835 | 2024-06-05T18:18:01.077Z | Checking papergrid v0.11.0 |
1836 | 2024-06-05T18:18:01.235Z | Checking thiserror-no-std v2.0.2 |
1837 | 2024-06-05T18:18:01.342Z | Checking poly1305 v0.8.0 |
1838 | 2024-06-05T18:18:01.842Z | Compiling nix v0.28.0 |
1839 | 2024-06-05T18:18:02.776Z | Checking flume v0.11.0 |
1840 | 2024-06-05T18:18:02.785Z | Checking nix v0.27.1 |
1841 | 2024-06-05T18:18:02.786Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1842 | 2024-06-05T18:18:02.848Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1843 | 2024-06-05T18:18:02.881Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
1844 | 2024-06-05T18:18:03.116Z | Compiling tabled_derive v0.7.0 |
1845 | 2024-06-05T18:18:03.152Z | Compiling derive_builder_core v0.20.0 |
1846 | 2024-06-05T18:18:03.171Z | Checking chacha20 v0.9.1 |
1847 | 2024-06-05T18:18:03.633Z | Checking aead v0.5.2 |
1848 | 2024-06-05T18:18:03.757Z | Checking serde-big-array v0.5.1 |
1849 | 2024-06-05T18:18:03.977Z | Checking kstat-rs v0.2.3 |
1850 | 2024-06-05T18:18:03.999Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1851 | 2024-06-05T18:18:04.316Z | Compiling libxml v0.3.3 |
1852 | 2024-06-05T18:18:04.940Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1853 | 2024-06-05T18:18:05.242Z | Checking chacha20poly1305 v0.10.1 |
1854 | 2024-06-05T18:18:05.495Z | Checking vsss-rs v3.3.4 |
1855 | 2024-06-05T18:18:05.730Z | Compiling derive_builder_macro v0.20.0 |
1856 | 2024-06-05T18:18:05.854Z | Checking tabled v0.15.0 |
1857 | 2024-06-05T18:18:06.818Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
1858 | 2024-06-05T18:18:07.713Z | Checking signal-hook-tokio v0.3.1 |
1859 | 2024-06-05T18:18:07.851Z | Checking serde-big-array v0.4.1 |
1860 | 2024-06-05T18:18:07.871Z | Compiling strum_macros v0.24.3 |
1861 | 2024-06-05T18:18:08.015Z | Compiling cookie v0.18.1 |
1862 | 2024-06-05T18:18:08.331Z | Compiling indoc v1.0.9 |
1863 | 2024-06-05T18:18:08.671Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1864 | 2024-06-05T18:18:09.049Z | Compiling mime_guess v2.0.4 |
1865 | 2024-06-05T18:18:09.647Z | Checking derive_builder v0.20.0 |
1866 | 2024-06-05T18:18:10.423Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1867 | 2024-06-05T18:18:10.441Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1868 | 2024-06-05T18:18:11.593Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1869 | 2024-06-05T18:18:11.872Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1870 | 2024-06-05T18:18:12.078Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1871 | 2024-06-05T18:18:13.072Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1872 | 2024-06-05T18:18:13.438Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1873 | 2024-06-05T18:18:13.606Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1874 | 2024-06-05T18:18:15.154Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1875 | 2024-06-05T18:18:15.380Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1876 | 2024-06-05T18:18:15.579Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
1877 | 2024-06-05T18:18:16.407Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1878 | 2024-06-05T18:18:17.892Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
1879 | 2024-06-05T18:18:18.022Z | Compiling peg-macros v0.8.3 |
1880 | 2024-06-05T18:18:18.169Z | Checking quick-xml v0.31.0 |
1881 | 2024-06-05T18:18:19.977Z | Compiling oso-derive v0.27.3 |
1882 | 2024-06-05T18:18:20.321Z | Compiling impl-trait-for-tuples v0.2.2 |
1883 | 2024-06-05T18:18:21.065Z | Compiling sqlparser_derive v0.2.2 |
1884 | 2024-06-05T18:18:21.942Z | Checking corncobs v0.1.3 |
1885 | 2024-06-05T18:18:22.146Z | Checking heck v0.4.1 |
1886 | 2024-06-05T18:18:22.712Z | Checking unicode_categories v0.1.1 |
1887 | 2024-06-05T18:18:22.719Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
1888 | 2024-06-05T18:18:22.719Z | Checking sqlformat v0.2.3 |
1889 | 2024-06-05T18:18:22.744Z | Checking rustyline v14.0.0 |
1890 | 2024-06-05T18:18:23.345Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1891 | 2024-06-05T18:18:24.092Z | Checking sqlparser v0.45.0 |
1892 | 2024-06-05T18:18:24.337Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1893 | 2024-06-05T18:18:24.535Z | Checking peg v0.8.3 |
1894 | 2024-06-05T18:18:25.465Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
1895 | 2024-06-05T18:18:27.323Z | Checking bcs v0.1.6 |
1896 | 2024-06-05T18:18:27.343Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1897 | 2024-06-05T18:18:27.807Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1898 | 2024-06-05T18:18:27.824Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
1899 | 2024-06-05T18:18:28.229Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1900 | 2024-06-05T18:18:29.134Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1901 | 2024-06-05T18:18:29.980Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1902 | 2024-06-05T18:18:30.072Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1903 | 2024-06-05T18:18:33.170Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
1904 | 2024-06-05T18:18:33.453Z | Checking highway v1.1.0 |
1905 | 2024-06-05T18:18:33.539Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1906 | 2024-06-05T18:18:33.844Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
1907 | 2024-06-05T18:18:33.862Z | Compiling const_format_proc_macros v0.2.32 |
1908 | 2024-06-05T18:18:34.119Z | Checking bb8 v0.8.3 |
1909 | 2024-06-05T18:18:34.179Z | Checking http-range v0.1.5 |
1910 | 2024-06-05T18:18:34.358Z | Checking hyper-staticfile v0.9.5 |
1911 | 2024-06-05T18:18:34.584Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
1912 | 2024-06-05T18:18:34.777Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
1913 | 2024-06-05T18:18:35.150Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1914 | 2024-06-05T18:18:36.147Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1915 | 2024-06-05T18:18:36.161Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
1916 | 2024-06-05T18:18:36.170Z | Checking const_format v0.2.32 |
1917 | 2024-06-05T18:18:36.643Z | Checking assert_matches v1.5.0 |
1918 | 2024-06-05T18:18:36.746Z | Compiling portable-atomic v1.6.0 |
1919 | 2024-06-05T18:18:37.135Z | Checking rand_seeder v0.2.3 |
1920 | 2024-06-05T18:18:37.325Z | Checking number_prefix v0.4.0 |
1921 | 2024-06-05T18:18:37.525Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
1922 | 2024-06-05T18:18:37.740Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
1923 | 2024-06-05T18:18:38.729Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
1924 | 2024-06-05T18:18:38.860Z | Checking indicatif v0.17.8 |
1925 | 2024-06-05T18:18:38.942Z | Checking castaway v0.2.2 |
1926 | 2024-06-05T18:18:39.109Z | Checking compact_str v0.7.1 |
1927 | 2024-06-05T18:18:39.201Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
1928 | 2024-06-05T18:18:39.485Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
1929 | 2024-06-05T18:18:39.617Z | Checking lru v0.12.3 |
1930 | 2024-06-05T18:18:39.644Z | Compiling stability v0.2.0 |
1931 | 2024-06-05T18:18:39.760Z | Compiling indoc v2.0.5 |
1932 | 2024-06-05T18:18:39.823Z | Checking cassowary v0.3.0 |
1933 | 2024-06-05T18:18:39.963Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
1934 | 2024-06-05T18:18:40.218Z | Checking unicode-linebreak v0.1.5 |
1935 | 2024-06-05T18:18:40.632Z | Checking smawk v0.3.2 |
1936 | 2024-06-05T18:18:40.647Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
1937 | 2024-06-05T18:18:40.838Z | Checking textwrap v0.16.1 |
1938 | 2024-06-05T18:18:40.874Z | Checking ratatui v0.26.2 |
1939 | 2024-06-05T18:18:40.901Z | Checking is_ci v1.2.0 |
1940 | 2024-06-05T18:18:41.040Z | Checking supports-color v3.0.0 |
1941 | 2024-06-05T18:18:41.229Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
1942 | 2024-06-05T18:18:41.267Z | Checking fatfs v0.3.6 |
1943 | 2024-06-05T18:18:42.304Z | Checking shell-words v1.1.0 |
1944 | 2024-06-05T18:18:42.478Z | Checking rtoolbox v0.0.2 |
1945 | 2024-06-05T18:18:42.683Z | Checking rpassword v7.3.1 |
1946 | 2024-06-05T18:18:42.701Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
1947 | 2024-06-05T18:18:42.830Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
1948 | 2024-06-05T18:18:42.972Z | Checking yansi v0.5.1 |
1949 | 2024-06-05T18:18:43.487Z | Checking pretty_assertions v1.4.0 |
1950 | 2024-06-05T18:18:43.905Z | Checking tui-tree-widget v0.19.0 |
1951 | 2024-06-05T18:18:44.410Z | Compiling target-lexicon v0.12.14 |
1952 | 2024-06-05T18:18:44.410Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
1953 | 2024-06-05T18:18:44.410Z | Checking cargo-platform v0.1.8 |
1954 | 2024-06-05T18:18:44.419Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1955 | 2024-06-05T18:18:44.953Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
1956 | 2024-06-05T18:18:45.420Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
1957 | 2024-06-05T18:18:45.791Z | Compiling guppy-workspace-hack v0.1.0 |
1958 | 2024-06-05T18:18:46.047Z | Checking plotters-backend v0.3.5 |
1959 | 2024-06-05T18:18:46.438Z | Compiling doc-comment v0.3.3 |
1960 | 2024-06-05T18:18:46.547Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
1961 | 2024-06-05T18:18:46.702Z | Checking plotters-svg v0.3.5 |
1962 | 2024-06-05T18:18:47.134Z | Checking cargo_metadata v0.18.1 |
1963 | 2024-06-05T18:18:47.416Z | Checking http-body v1.0.0 |
1964 | 2024-06-05T18:18:47.634Z | Checking cast v0.3.0 |
1965 | 2024-06-05T18:18:47.953Z | Checking tower-layer v0.3.2 |
1966 | 2024-06-05T18:18:48.121Z | Compiling target-spec v3.1.0 |
1967 | 2024-06-05T18:18:48.225Z | Checking regex-automata v0.1.10 |
1968 | 2024-06-05T18:18:48.632Z | Compiling assert_cmd v2.0.14 |
1969 | 2024-06-05T18:18:48.719Z | Checking bstr v0.2.17 |
1970 | 2024-06-05T18:18:48.772Z | Checking tower v0.4.13 |
1971 | 2024-06-05T18:18:49.098Z | Checking criterion-plot v0.5.0 |
1972 | 2024-06-05T18:18:49.559Z | Checking hyper v1.3.1 |
1973 | 2024-06-05T18:18:49.595Z | Checking cfg-expr v0.15.8 |
1974 | 2024-06-05T18:18:49.827Z | Checking plotters v0.3.5 |
1975 | 2024-06-05T18:18:50.437Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
1976 | 2024-06-05T18:18:50.809Z | Checking tinytemplate v1.2.1 |
1977 | 2024-06-05T18:18:51.205Z | Checking csv-core v0.1.11 |
1978 | 2024-06-05T18:18:51.954Z | Checking oorandom v11.1.3 |
1979 | 2024-06-05T18:18:51.969Z | Checking anes v0.1.6 |
1980 | 2024-06-05T18:18:52.005Z | Checking criterion v0.5.1 |
1981 | 2024-06-05T18:18:52.233Z | Checking csv v1.3.0 |
1982 | 2024-06-05T18:18:52.738Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
1983 | 2024-06-05T18:18:53.127Z | Checking hyper-util v0.1.3 |
1984 | 2024-06-05T18:18:54.427Z | Checking httptest v0.15.5 |
1985 | 2024-06-05T18:18:54.689Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
1986 | 2024-06-05T18:18:54.840Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1987 | 2024-06-05T18:18:55.203Z | Checking rustls-native-certs v0.7.0 |
1988 | 2024-06-05T18:18:55.353Z | Checking pathdiff v0.2.1 |
1989 | 2024-06-05T18:18:55.717Z | Checking nested v0.1.1 |
1990 | 2024-06-05T18:18:55.936Z | Checking guppy v0.17.5 |
1991 | 2024-06-05T18:18:56.583Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1992 | 2024-06-05T18:18:57.741Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1993 | 2024-06-05T18:18:57.981Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
1994 | 2024-06-05T18:18:59.922Z | Checking hyper-rustls v0.26.0 |
1995 | 2024-06-05T18:19:00.211Z | Checking escape8259 v0.5.2 |
1996 | 2024-06-05T18:19:00.397Z | Checking threadpool v1.8.1 |
1997 | 2024-06-05T18:19:00.593Z | Checking libtest-mimic v0.7.3 |
1998 | 2024-06-05T18:19:00.611Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
1999 | 2024-06-05T18:19:01.050Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2000 | 2024-06-05T18:19:01.337Z | Checking similar-asserts v1.5.0 |
2001 | 2024-06-05T18:19:01.340Z | Checking fancy-regex v0.13.0 |
2002 | 2024-06-05T18:19:01.574Z | Compiling rstest_macros v0.19.0 |
2003 | 2024-06-05T18:19:02.139Z | Checking datatest-stable v0.2.9 |
2004 | 2024-06-05T18:19:02.257Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2005 | 2024-06-05T18:19:02.435Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2006 | 2024-06-05T18:19:02.697Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2007 | 2024-06-05T18:19:03.013Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2008 | 2024-06-05T18:19:03.606Z | Compiling relative-path v1.9.3 |
2009 | 2024-06-05T18:19:03.667Z | Compiling trybuild v1.0.96 |
2010 | 2024-06-05T18:19:04.007Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2011 | 2024-06-05T18:19:04.196Z | Checking blake2b_simd v1.0.2 |
2012 | 2024-06-05T18:19:05.038Z | Checking multimap v0.10.0 |
2013 | 2024-06-05T18:19:05.357Z | Checking futures-timer v3.0.3 |
2014 | 2024-06-05T18:19:05.666Z | Checking rust-argon2 v2.1.0 |
2015 | 2024-06-05T18:19:08.778Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2016 | 2024-06-05T18:19:10.859Z | Checking partial-io v0.5.4 |
2017 | 2024-06-05T18:19:11.222Z | Checking approx v0.5.1 |
2018 | 2024-06-05T18:19:11.458Z | Checking termios v0.3.3 |
2019 | 2024-06-05T18:19:11.677Z | Checking uzers v0.11.3 |
2020 | 2024-06-05T18:19:12.049Z | Checking hex-literal v0.4.1 |
2021 | 2024-06-05T18:19:14.325Z | Checking rstest v0.19.0 |
2022 | 2024-06-05T18:19:16.439Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2023 | 2024-06-05T18:19:17.584Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2024 | 2024-06-05T18:19:26.316Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2025 | 2024-06-05T18:19:34.632Z | Compiling samael v0.0.15 |
2026 | 2024-06-05T18:20:06.069Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2027 | 2024-06-05T18:20:07.023Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2028 | 2024-06-05T18:20:11.128Z | Compiling polar-core v0.27.3 |
2029 | 2024-06-05T18:20:22.554Z | Checking oso v0.27.3 |
2030 | 2024-06-05T18:20:55.037Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2031 | 2024-06-05T18:20:55.037Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2032 | 2024-06-05T18:20:55.037Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2033 | 2024-06-05T18:21:58.960Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 42s |
2034 | 2024-06-05T18:21:59.416Z | |
2035 | 2024-06-05T18:21:59.417Z | real 6:49.637114811 |
2036 | 2024-06-05T18:21:59.417Z | user 37:30.472150242 |
2037 | 2024-06-05T18:21:59.417Z | sys 6:32.688125790 |
2038 | 2024-06-05T18:21:59.417Z | trap 0.970325801 |
2039 | 2024-06-05T18:21:59.418Z | tflt 1.210979387 |
2040 | 2024-06-05T18:21:59.418Z | dflt 1.274438734 |
2041 | 2024-06-05T18:21:59.418Z | kflt 0.002841144 |
2042 | 2024-06-05T18:21:59.418Z | lock 1:44:35.412582703 |
2043 | 2024-06-05T18:21:59.419Z | slp 2:00:00.991123010 |
2044 | 2024-06-05T18:21:59.419Z | lat 1:46.756667819 |
2045 | 2024-06-05T18:21:59.419Z | stop 4:57.255319512 |
2046 | 2024-06-05T18:22:00.224Z | warning: output filename collision. |
2047 | 2024-06-05T18:22:00.224Z | The lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)` has the same output filename as the lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)`. |
2048 | 2024-06-05T18:22:00.225Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api/index.html |
2049 | 2024-06-05T18:22:00.225Z | The targets should have unique names. |
2050 | 2024-06-05T18:22:00.225Z | This is a known bug where multiple crates with the same name use |
2051 | 2024-06-05T18:22:00.225Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2052 | 2024-06-05T18:22:00.226Z | warning: output filename collision. |
2053 | 2024-06-05T18:22:00.226Z | The lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)` has the same output filename as the lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)`. |
2054 | 2024-06-05T18:22:00.226Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api_sys/index.html |
2055 | 2024-06-05T18:22:00.226Z | The targets should have unique names. |
2056 | 2024-06-05T18:22:00.226Z | This is a known bug where multiple crates with the same name use |
2057 | 2024-06-05T18:22:00.227Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2058 | 2024-06-05T18:22:00.244Z | warning: output filename collision. |
2059 | 2024-06-05T18:22:00.244Z | The lib target `hubpack` in package `hubpack v0.1.2` has the same output filename as the lib target `hubpack` in package `hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)`. |
2060 | 2024-06-05T18:22:00.245Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2061 | 2024-06-05T18:22:00.245Z | The targets should have unique names. |
2062 | 2024-06-05T18:22:00.245Z | This is a known bug where multiple crates with the same name use |
2063 | 2024-06-05T18:22:00.245Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2064 | 2024-06-05T18:22:00.246Z | warning: output filename collision. |
2065 | 2024-06-05T18:22:00.246Z | The lib target `libnet` in package `libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)` has the same output filename as the lib target `libnet` in package `libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)`. |
2066 | 2024-06-05T18:22:00.246Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/libnet/index.html |
2067 | 2024-06-05T18:22:00.246Z | The targets should have unique names. |
2068 | 2024-06-05T18:22:00.246Z | This is a known bug where multiple crates with the same name use |
2069 | 2024-06-05T18:22:00.247Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2070 | 2024-06-05T18:22:00.247Z | warning: output filename collision. |
2071 | 2024-06-05T18:22:00.247Z | 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)`. |
2072 | 2024-06-05T18:22:00.247Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2073 | 2024-06-05T18:22:00.247Z | The targets should have unique names. |
2074 | 2024-06-05T18:22:00.247Z | This is a known bug where multiple crates with the same name use |
2075 | 2024-06-05T18:22:00.247Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2076 | 2024-06-05T18:22:00.247Z | warning: output filename collision. |
2077 | 2024-06-05T18:22:00.248Z | The lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)` has the same output filename as the lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)`. |
2078 | 2024-06-05T18:22:00.248Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/propolis_client/index.html |
2079 | 2024-06-05T18:22:00.248Z | The targets should have unique names. |
2080 | 2024-06-05T18:22:00.248Z | This is a known bug where multiple crates with the same name use |
2081 | 2024-06-05T18:22:00.248Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2082 | 2024-06-05T18:22:00.249Z | warning: output filename collision. |
2083 | 2024-06-05T18:22:00.249Z | The lib target `tlvc` in package `tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)` has the same output filename as the lib target `tlvc` in package `tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)`. |
2084 | 2024-06-05T18:22:00.249Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2085 | 2024-06-05T18:22:00.249Z | The targets should have unique names. |
2086 | 2024-06-05T18:22:00.249Z | This is a known bug where multiple crates with the same name use |
2087 | 2024-06-05T18:22:00.249Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2088 | 2024-06-05T18:22:00.249Z | warning: output filename collision. |
2089 | 2024-06-05T18:22:00.250Z | The lib target `zone` in package `zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)` has the same output filename as the lib target `zone` in package `zone v0.1.8`. |
2090 | 2024-06-05T18:22:00.250Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/zone/index.html |
2091 | 2024-06-05T18:22:00.250Z | The targets should have unique names. |
2092 | 2024-06-05T18:22:00.250Z | This is a known bug where multiple crates with the same name use |
2093 | 2024-06-05T18:22:00.250Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2094 | 2024-06-05T18:22:00.766Z | Documenting libc v0.2.155 |
2095 | 2024-06-05T18:22:01.215Z | Documenting cfg-if v1.0.0 |
2096 | 2024-06-05T18:22:01.250Z | Documenting serde_derive v1.0.203 |
2097 | 2024-06-05T18:22:01.250Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2098 | 2024-06-05T18:22:01.250Z | Documenting log v0.4.21 |
2099 | 2024-06-05T18:22:01.250Z | Documenting memchr v2.7.2 |
2100 | 2024-06-05T18:22:01.250Z | Documenting itoa v1.0.11 |
2101 | 2024-06-05T18:22:01.251Z | Documenting byteorder v1.5.0 |
2102 | 2024-06-05T18:22:01.251Z | Documenting scopeguard v1.2.0 |
2103 | 2024-06-05T18:22:03.540Z | Documenting smallvec v1.13.2 |
2104 | 2024-06-05T18:22:03.911Z | Documenting pin-project-lite v0.2.14 |
2105 | 2024-06-05T18:22:04.953Z | Documenting libm v0.2.8 |
2106 | 2024-06-05T18:22:04.973Z | Documenting once_cell v1.19.0 |
2107 | 2024-06-05T18:22:05.103Z | Documenting getrandom v0.2.14 |
2108 | 2024-06-05T18:22:05.895Z | Documenting lock_api v0.4.12 |
2109 | 2024-06-05T18:22:06.374Z | Documenting signal-hook-registry v1.4.2 |
2110 | 2024-06-05T18:22:06.709Z | Documenting parking_lot_core v0.9.10 |
2111 | 2024-06-05T18:22:06.740Z | Documenting mio v0.8.11 |
2112 | 2024-06-05T18:22:08.233Z | Documenting num-traits v0.2.19 |
2113 | 2024-06-05T18:22:08.747Z | Documenting serde v1.0.203 |
2114 | 2024-06-05T18:22:09.513Z | Documenting thiserror-impl v1.0.60 |
2115 | 2024-06-05T18:22:09.521Z | Documenting rand_core v0.6.4 |
2116 | 2024-06-05T18:22:10.827Z | Documenting ryu v1.0.18 |
2117 | 2024-06-05T18:22:10.946Z | Documenting zeroize_derive v1.4.2 |
2118 | 2024-06-05T18:22:11.728Z | Documenting parking_lot v0.12.2 |
2119 | 2024-06-05T18:22:12.573Z | Documenting futures-core v0.3.30 |
2120 | 2024-06-05T18:22:14.757Z | Documenting num_cpus v1.16.0 |
2121 | 2024-06-05T18:22:14.809Z | Documenting socket2 v0.5.7 |
2122 | 2024-06-05T18:22:14.809Z | Documenting tokio-macros v2.2.0 |
2123 | 2024-06-05T18:22:15.585Z | Documenting thiserror v1.0.60 |
2124 | 2024-06-05T18:22:15.808Z | Documenting zeroize v1.7.0 |
2125 | 2024-06-05T18:22:16.788Z | Documenting zerocopy v0.7.34 |
2126 | 2024-06-05T18:22:16.926Z | Checking syn v1.0.109 |
2127 | 2024-06-05T18:22:17.975Z | Documenting futures-sink v0.3.30 |
2128 | 2024-06-05T18:22:18.921Z | Documenting typenum v1.17.0 |
2129 | 2024-06-05T18:22:19.603Z | Documenting subtle v2.5.0 |
2130 | 2024-06-05T18:22:20.243Z | Documenting iana-time-zone v0.1.60 |
2131 | 2024-06-05T18:22:20.278Z | Documenting slab v0.4.9 |
2132 | 2024-06-05T18:22:22.685Z | Documenting futures-macro v0.3.30 |
2133 | 2024-06-05T18:22:23.743Z | Documenting futures-channel v0.3.30 |
2134 | 2024-06-05T18:22:29.883Z | Documenting bytes v1.6.0 |
2135 | 2024-06-05T18:22:31.821Z | Documenting serde_json v1.0.117 |
2136 | 2024-06-05T18:22:31.871Z | Documenting bitflags v2.5.0 |
2137 | 2024-06-05T18:22:32.111Z | Documenting chrono v0.4.38 |
2138 | 2024-06-05T18:22:32.148Z | Documenting pin-utils v0.1.0 |
2139 | 2024-06-05T18:22:32.205Z | Documenting futures-io v0.3.30 |
2140 | 2024-06-05T18:22:32.548Z | Documenting futures-task v0.3.30 |
2141 | 2024-06-05T18:22:33.040Z | Documenting generic-array v0.14.7 |
2142 | 2024-06-05T18:22:34.876Z | Documenting tokio v1.37.0 |
2143 | 2024-06-05T18:22:37.297Z | Documenting uuid v1.8.0 |
2144 | 2024-06-05T18:22:37.321Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2145 | 2024-06-05T18:22:37.447Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2146 | 2024-06-05T18:22:37.518Z | Documenting ahash v0.8.11 |
2147 | 2024-06-05T18:22:37.569Z | Documenting futures-util v0.3.30 |
2148 | 2024-06-05T18:22:38.134Z | Documenting allocator-api2 v0.2.18 |
2149 | 2024-06-05T18:22:38.156Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2150 | 2024-06-05T18:22:38.614Z | Documenting crypto-common v0.1.6 |
2151 | 2024-06-05T18:22:39.316Z | Documenting tinyvec_macros v0.1.1 |
2152 | 2024-06-05T18:22:42.175Z | Documenting const-oid v0.9.6 |
2153 | 2024-06-05T18:22:42.255Z | Documenting tinyvec v1.6.0 |
2154 | 2024-06-05T18:22:42.484Z | Documenting hashbrown v0.14.5 |
2155 | 2024-06-05T18:22:42.688Z | Documenting serde_derive_internals v0.29.1 |
2156 | 2024-06-05T18:22:44.266Z | Checking serde_derive_internals v0.29.1 |
2157 | 2024-06-05T18:22:48.201Z | Documenting dyn-clone v1.0.17 |
2158 | 2024-06-05T18:22:48.284Z | Documenting unicode-normalization v0.1.23 |
2159 | 2024-06-05T18:22:48.285Z | Documenting ppv-lite86 v0.2.17 |
2160 | 2024-06-05T18:22:48.285Z | Documenting tracing-core v0.1.32 |
2161 | 2024-06-05T18:22:48.285Z | Documenting tracing-attributes v0.1.27 |
2162 | 2024-06-05T18:22:48.285Z | Documenting unicode-bidi v0.3.15 |
2163 | 2024-06-05T18:22:48.553Z | Documenting lazy_static v1.4.0 |
2164 | 2024-06-05T18:22:49.025Z | Documenting percent-encoding v2.3.1 |
2165 | 2024-06-05T18:22:49.590Z | Documenting rand_chacha v0.3.1 |
2166 | 2024-06-05T18:22:49.969Z | Documenting schemars_derive v0.8.20 |
2167 | 2024-06-05T18:22:51.498Z | Documenting block-buffer v0.10.4 |
2168 | 2024-06-05T18:22:51.518Z | Documenting serde_tokenstream v0.2.0 |
2169 | 2024-06-05T18:22:53.436Z | Documenting equivalent v1.0.1 |
2170 | 2024-06-05T18:22:53.574Z | Documenting powerfmt v0.2.0 |
2171 | 2024-06-05T18:22:53.589Z | Documenting form_urlencoded v1.2.1 |
2172 | 2024-06-05T18:22:54.725Z | Documenting rand v0.8.5 |
2173 | 2024-06-05T18:22:55.551Z | Documenting schemars v0.8.20 |
2174 | 2024-06-05T18:22:55.865Z | Documenting indexmap v2.2.6 |
2175 | 2024-06-05T18:22:56.672Z | Documenting digest v0.10.7 |
2176 | 2024-06-05T18:22:56.686Z | Documenting deranged v0.3.11 |
2177 | 2024-06-05T18:22:56.786Z | Documenting time-macros v0.2.18 |
2178 | 2024-06-05T18:22:59.135Z | Documenting num-conv v0.1.0 |
2179 | 2024-06-05T18:23:00.360Z | Documenting unicode-width v0.1.12 |
2180 | 2024-06-05T18:23:01.324Z | Documenting time-core v0.1.2 |
2181 | 2024-06-05T18:23:01.514Z | Documenting num_threads v0.1.7 |
2182 | 2024-06-05T18:23:05.241Z | Documenting tracing v0.1.40 |
2183 | 2024-06-05T18:23:10.264Z | Documenting fnv v1.0.7 |
2184 | 2024-06-05T18:23:10.385Z | Documenting unicode-ident v1.0.12 |
2185 | 2024-06-05T18:23:10.454Z | Documenting idna v0.5.0 |
2186 | 2024-06-05T18:23:10.899Z | Documenting adler v1.0.2 |
2187 | 2024-06-05T18:23:10.903Z | Documenting slog v2.7.0 |
2188 | 2024-06-05T18:23:10.903Z | Documenting time v0.3.36 |
2189 | 2024-06-05T18:23:11.118Z | Documenting httparse v1.8.0 |
2190 | 2024-06-05T18:23:14.933Z | Documenting proc-macro2 v1.0.82 |
2191 | 2024-06-05T18:23:14.971Z | Documenting miniz_oxide v0.7.2 |
2192 | 2024-06-05T18:23:15.098Z | Documenting cpufeatures v0.2.12 |
2193 | 2024-06-05T18:23:15.219Z | Documenting tokio-util v0.7.11 |
2194 | 2024-06-05T18:23:15.240Z | Documenting errno v0.3.9 |
2195 | 2024-06-05T18:23:15.327Z | Documenting url v2.5.0 |
2196 | 2024-06-05T18:23:16.377Z | Documenting async-trait v0.1.80 |
2197 | 2024-06-05T18:23:18.135Z | Documenting try-lock v0.2.5 |
2198 | 2024-06-05T18:23:18.595Z | Documenting httpdate v1.0.3 |
2199 | 2024-06-05T18:23:19.780Z | Documenting rustix v0.38.34 |
2200 | 2024-06-05T18:23:20.095Z | Documenting http-body v0.4.6 |
2201 | 2024-06-05T18:23:20.449Z | Documenting quote v1.0.36 |
2202 | 2024-06-05T18:23:21.128Z | Documenting want v0.3.1 |
2203 | 2024-06-05T18:23:21.899Z | Documenting aho-corasick v1.1.3 |
2204 | 2024-06-05T18:23:22.420Z | Documenting h2 v0.3.26 |
2205 | 2024-06-05T18:23:22.527Z | Documenting openssl-sys v0.9.102 |
2206 | 2024-06-05T18:23:23.558Z | Documenting openssl-macros v0.1.1 |
2207 | 2024-06-05T18:23:25.467Z | Documenting syn v2.0.64 |
2208 | 2024-06-05T18:23:25.675Z | Documenting mime v0.3.17 |
2209 | 2024-06-05T18:23:26.003Z | Documenting regex-syntax v0.8.3 |
2210 | 2024-06-05T18:23:27.672Z | Documenting gimli v0.28.1 |
2211 | 2024-06-05T18:23:28.056Z | Documenting tower-service v0.3.2 |
2212 | 2024-06-05T18:23:29.354Z | Documenting object v0.32.2 |
2213 | 2024-06-05T18:23:29.853Z | Documenting openssl v0.10.64 |
2214 | 2024-06-05T18:23:30.101Z | Documenting ipnet v2.9.0 |
2215 | 2024-06-05T18:23:33.037Z | Documenting openssl-probe v0.1.5 |
2216 | 2024-06-05T18:23:33.089Z | Documenting hyper v0.14.28 |
2217 | 2024-06-05T18:23:33.896Z | Documenting regex-automata v0.4.6 |
2218 | 2024-06-05T18:23:34.571Z | Documenting addr2line v0.21.0 |
2219 | 2024-06-05T18:23:35.522Z | Documenting rustc-demangle v0.1.24 |
2220 | 2024-06-05T18:23:38.072Z | Documenting base64ct v1.6.0 |
2221 | 2024-06-05T18:23:38.446Z | Documenting futures-executor v0.3.30 |
2222 | 2024-06-05T18:23:38.567Z | Documenting encoding_rs v0.8.34 |
2223 | 2024-06-05T18:23:38.963Z | Documenting native-tls v0.2.11 |
2224 | 2024-06-05T18:23:42.862Z | Documenting backtrace v0.3.71 |
2225 | 2024-06-05T18:23:43.189Z | Checking pest_meta v2.7.10 |
2226 | 2024-06-05T18:23:43.322Z | Documenting psl-types v2.0.11 |
2227 | 2024-06-05T18:23:43.399Z | Documenting serde_urlencoded v0.7.1 |
2228 | 2024-06-05T18:23:44.174Z | Documenting semver v1.0.23 |
2229 | 2024-06-05T18:23:44.752Z | Documenting pest_meta v2.7.10 |
2230 | 2024-06-05T18:23:44.862Z | Documenting tokio-native-tls v0.3.1 |
2231 | 2024-06-05T18:23:46.356Z | Documenting publicsuffix v2.2.3 |
2232 | 2024-06-05T18:23:46.538Z | Documenting crossbeam-utils v0.8.19 |
2233 | 2024-06-05T18:23:48.644Z | Documenting anyhow v1.0.86 |
2234 | 2024-06-05T18:23:48.970Z | Documenting scroll_derive v0.12.0 |
2235 | 2024-06-05T18:23:49.396Z | Documenting utf8parse v0.2.1 |
2236 | 2024-06-05T18:23:49.597Z | Documenting hyper-rustls v0.24.2 |
2237 | 2024-06-05T18:23:49.972Z | Documenting pest_generator v2.7.10 |
2238 | 2024-06-05T18:23:50.576Z | Documenting hyper-tls v0.5.0 |
2239 | 2024-06-05T18:23:51.453Z | Documenting cookie_store v0.20.0 |
2240 | 2024-06-05T18:23:51.976Z | Documenting regex v1.10.4 |
2241 | 2024-06-05T18:23:52.327Z | Checking pest_generator v2.7.10 |
2242 | 2024-06-05T18:23:53.005Z | Documenting pem-rfc7468 v0.7.0 |
2243 | 2024-06-05T18:23:53.761Z | Documenting futures v0.3.30 |
2244 | 2024-06-05T18:23:54.708Z | Documenting scroll v0.12.0 |
2245 | 2024-06-05T18:23:55.067Z | Documenting der_derive v0.7.2 |
2246 | 2024-06-05T18:23:56.566Z | Documenting flagset v0.4.5 |
2247 | 2024-06-05T18:23:57.344Z | Documenting webpki-roots v0.25.4 |
2248 | 2024-06-05T18:23:57.956Z | Documenting ucd-trie v0.1.6 |
2249 | 2024-06-05T18:23:58.257Z | Documenting sync_wrapper v0.1.2 |
2250 | 2024-06-05T18:23:58.512Z | Documenting plain v0.2.3 |
2251 | 2024-06-05T18:23:59.461Z | Documenting pest_derive v2.7.10 |
2252 | 2024-06-05T18:23:59.751Z | Documenting num-integer v0.1.46 |
2253 | 2024-06-05T18:24:01.142Z | Documenting pretty-hex v0.4.1 |
2254 | 2024-06-05T18:24:01.511Z | Documenting goblin v0.8.2 |
2255 | 2024-06-05T18:24:01.690Z | Documenting der v0.7.9 |
2256 | 2024-06-05T18:24:01.840Z | Documenting openapiv3 v2.0.0 |
2257 | 2024-06-05T18:24:02.114Z | Documenting pest v2.7.10 |
2258 | 2024-06-05T18:24:02.265Z | Documenting reqwest v0.11.27 |
2259 | 2024-06-05T18:24:04.417Z | Documenting thread-id v4.2.1 |
2260 | 2024-06-05T18:24:04.518Z | Documenting usdt-macro v0.5.0 |
2261 | 2024-06-05T18:24:05.077Z | Documenting usdt-attr-macro v0.5.0 |
2262 | 2024-06-05T18:24:07.836Z | Documenting spki v0.7.3 |
2263 | 2024-06-05T18:24:08.576Z | Documenting dtrace-parser v0.2.0 |
2264 | 2024-06-05T18:24:09.262Z | Documenting dof v0.3.0 |
2265 | 2024-06-05T18:24:09.474Z | Documenting spin v0.9.8 |
2266 | 2024-06-05T18:24:10.791Z | Documenting memmap v0.7.0 |
2267 | 2024-06-05T18:24:11.021Z | Documenting anstyle v1.0.7 |
2268 | 2024-06-05T18:24:11.721Z | Documenting either v1.12.0 |
2269 | 2024-06-05T18:24:12.482Z | Documenting pkcs8 v0.10.2 |
2270 | 2024-06-05T18:24:13.637Z | Documenting anstyle-parse v0.2.4 |
2271 | 2024-06-05T18:24:13.955Z | Documenting ipnetwork v0.20.0 |
2272 | 2024-06-05T18:24:14.474Z | Documenting data-encoding v2.6.0 |
2273 | 2024-06-05T18:24:15.072Z | Documenting usdt-impl v0.5.0 |
2274 | 2024-06-05T18:24:15.903Z | Documenting is_terminal_polyfill v1.70.0 |
2275 | 2024-06-05T18:24:15.956Z | Documenting anstyle-query v1.0.3 |
2276 | 2024-06-05T18:24:16.478Z | Documenting colorchoice v1.0.1 |
2277 | 2024-06-05T18:24:16.876Z | Documenting crossbeam-epoch v0.9.18 |
2278 | 2024-06-05T18:24:17.118Z | Documenting terminal_size v0.3.0 |
2279 | 2024-06-05T18:24:19.178Z | Documenting sha2 v0.10.8 |
2280 | 2024-06-05T18:24:19.244Z | Documenting hex v0.4.3 |
2281 | 2024-06-05T18:24:20.619Z | Documenting crc32fast v1.4.0 |
2282 | 2024-06-05T18:24:20.667Z | Documenting strsim v0.11.1 |
2283 | 2024-06-05T18:24:20.743Z | Documenting anstream v0.6.14 |
2284 | 2024-06-05T18:24:21.892Z | Documenting clap_lex v0.7.0 |
2285 | 2024-06-05T18:24:22.566Z | Documenting untrusted v0.9.0 |
2286 | 2024-06-05T18:24:22.880Z | Documenting usdt v0.5.0 |
2287 | 2024-06-05T18:24:23.884Z | Documenting unicode-segmentation v1.11.0 |
2288 | 2024-06-05T18:24:24.498Z | Documenting num-iter v0.1.45 |
2289 | 2024-06-05T18:24:24.859Z | Documenting hmac v0.12.1 |
2290 | 2024-06-05T18:24:25.386Z | Documenting signal-hook v0.3.17 |
2291 | 2024-06-05T18:24:25.450Z | Documenting ring v0.17.8 |
2292 | 2024-06-05T18:24:25.760Z | Documenting clap_derive v4.5.4 |
2293 | 2024-06-05T18:24:26.073Z | Documenting clap_builder v4.5.2 |
2294 | 2024-06-05T18:24:27.257Z | Documenting flate2 v1.0.30 |
2295 | 2024-06-05T18:24:29.546Z | Documenting static_assertions v1.1.0 |
2296 | 2024-06-05T18:24:30.044Z | Documenting managed v0.8.0 |
2297 | 2024-06-05T18:24:30.056Z | Documenting itertools v0.12.1 |
2298 | 2024-06-05T18:24:30.586Z | Documenting signal-hook-mio v0.2.3 |
2299 | 2024-06-05T18:24:31.359Z | Documenting enum-as-inner v0.5.1 |
2300 | 2024-06-05T18:24:32.035Z | Documenting regress v0.9.1 |
2301 | 2024-06-05T18:24:32.454Z | Documenting block-padding v0.3.3 |
2302 | 2024-06-05T18:24:32.684Z | Documenting scheduled-thread-pool v0.2.7 |
2303 | 2024-06-05T18:24:33.048Z | Documenting diesel_table_macro_syntax v0.1.0 |
2304 | 2024-06-05T18:24:33.148Z | Documenting clap v4.5.4 |
2305 | 2024-06-05T18:24:35.810Z | Checking diesel_table_macro_syntax v0.1.0 |
2306 | 2024-06-05T18:24:35.991Z | Documenting finl_unicode v1.2.0 |
2307 | 2024-06-05T18:24:37.022Z | Documenting trust-dns-proto v0.22.0 |
2308 | 2024-06-05T18:24:37.828Z | Documenting inout v0.1.3 |
2309 | 2024-06-05T18:24:37.900Z | Documenting r2d2 v0.8.10 |
2310 | 2024-06-05T18:24:37.981Z | Documenting crossterm v0.27.0 |
2311 | 2024-06-05T18:24:38.892Z | Documenting diesel_derives v2.1.4 |
2312 | 2024-06-05T18:24:39.454Z | Documenting md-5 v0.10.6 |
2313 | 2024-06-05T18:24:39.531Z | Documenting ff v0.13.0 |
2314 | 2024-06-05T18:24:41.305Z | Documenting stringprep v0.1.4 |
2315 | 2024-06-05T18:24:42.609Z | Documenting serde_spanned v0.6.6 |
2316 | 2024-06-05T18:24:42.695Z | Documenting toml_datetime v0.6.6 |
2317 | 2024-06-05T18:24:43.882Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2318 | 2024-06-05T18:24:44.109Z | Documenting base16ct v0.2.0 |
2319 | 2024-06-05T18:24:44.502Z | Documenting fallible-iterator v0.2.0 |
2320 | 2024-06-05T18:24:46.395Z | Documenting winnow v0.6.8 |
2321 | 2024-06-05T18:24:46.671Z | Documenting heck v0.5.0 |
2322 | 2024-06-05T18:24:47.363Z | Documenting siphasher v0.3.11 |
2323 | 2024-06-05T18:24:47.393Z | Documenting bit-vec v0.6.3 |
2324 | 2024-06-05T18:24:47.785Z | Checking unsafe-libyaml v0.2.11 |
2325 | 2024-06-05T18:24:47.944Z | Documenting sec1 v0.7.3 |
2326 | 2024-06-05T18:24:48.914Z | Documenting diesel v2.1.6 |
2327 | 2024-06-05T18:24:48.955Z | Documenting group v0.13.0 |
2328 | 2024-06-05T18:24:49.945Z | Documenting typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2329 | 2024-06-05T18:24:50.484Z | Documenting postgres-protocol v0.6.6 |
2330 | 2024-06-05T18:24:50.490Z | Documenting phf_shared v0.11.2 |
2331 | 2024-06-05T18:24:51.984Z | Documenting cipher v0.4.4 |
2332 | 2024-06-05T18:24:52.713Z | Documenting toml_edit v0.22.13 |
2333 | 2024-06-05T18:25:02.062Z | Documenting hkdf v0.12.4 |
2334 | 2024-06-05T18:25:02.168Z | Documenting num-bigint v0.4.5 |
2335 | 2024-06-05T18:25:02.391Z | Documenting bstr v1.9.1 |
2336 | 2024-06-05T18:25:02.757Z | Documenting console v0.15.8 |
2337 | 2024-06-05T18:25:10.968Z | Documenting typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2338 | 2024-06-05T18:25:11.424Z | Documenting crypto-bigint v0.5.5 |
2339 | 2024-06-05T18:25:11.453Z | Documenting hubpack v0.1.2 |
2340 | 2024-06-05T18:25:11.884Z | Documenting serde_repr v0.1.19 |
2341 | 2024-06-05T18:25:11.894Z | Documenting precomputed-hash v0.1.1 |
2342 | 2024-06-05T18:25:12.355Z | Documenting new_debug_unreachable v1.0.6 |
2343 | 2024-06-05T18:25:12.374Z | Documenting unsafe-libyaml v0.2.11 |
2344 | 2024-06-05T18:25:13.413Z | Documenting fixedbitset v0.4.2 |
2345 | 2024-06-05T18:25:15.364Z | Documenting minimal-lexical v0.2.1 |
2346 | 2024-06-05T18:25:16.168Z | Documenting lalrpop-util v0.19.12 |
2347 | 2024-06-05T18:25:16.369Z | Documenting serde_yaml v0.9.34+deprecated |
2348 | 2024-06-05T18:25:16.854Z | Documenting petgraph v0.6.5 |
2349 | 2024-06-05T18:25:16.885Z | Documenting string_cache v0.8.7 |
2350 | 2024-06-05T18:25:17.381Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
2351 | 2024-06-05T18:25:18.291Z | Documenting typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2352 | 2024-06-05T18:25:27.433Z | Documenting nom v7.1.3 |
2353 | 2024-06-05T18:25:27.611Z | Documenting yasna v0.5.2 |
2354 | 2024-06-05T18:25:27.743Z | Documenting postgres-types v0.2.6 |
2355 | 2024-06-05T18:25:28.081Z | Documenting phf v0.11.2 |
2356 | 2024-06-05T18:25:28.229Z | Checking serde_yaml v0.9.34+deprecated |
2357 | 2024-06-05T18:25:28.332Z | Documenting similar v2.5.0 |
2358 | 2024-06-05T18:25:28.376Z | Documenting elliptic-curve v0.13.8 |
2359 | 2024-06-05T18:25:29.285Z | Documenting progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2360 | 2024-06-05T18:25:30.232Z | Documenting getopts v0.2.21 |
2361 | 2024-06-05T18:25:33.155Z | Documenting float-cmp v0.9.0 |
2362 | 2024-06-05T18:25:33.598Z | Documenting peg-runtime v0.8.3 |
2363 | 2024-06-05T18:25:33.619Z | Documenting whoami v1.5.1 |
2364 | 2024-06-05T18:25:34.344Z | Documenting difflib v0.4.0 |
2365 | 2024-06-05T18:25:34.587Z | Documenting predicates-core v1.0.6 |
2366 | 2024-06-05T18:25:35.773Z | Documenting normalize-line-endings v0.3.0 |
2367 | 2024-06-05T18:25:44.994Z | Documenting progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2368 | 2024-06-05T18:25:45.321Z | Documenting progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2369 | 2024-06-05T18:25:45.364Z | Documenting bit-set v0.5.3 |
2370 | 2024-06-05T18:25:45.364Z | Documenting tokio-postgres v0.7.10 |
2371 | 2024-06-05T18:25:45.412Z | Documenting tokio-stream v0.1.15 |
2372 | 2024-06-05T18:25:45.436Z | Documenting fs-err v2.11.0 |
2373 | 2024-06-05T18:25:45.544Z | Documenting predicates v3.1.0 |
2374 | 2024-06-05T18:25:45.836Z | Checking ident_case v1.0.1 |
2375 | 2024-06-05T18:25:45.988Z | Checking darling_core v0.20.9 |
2376 | 2024-06-05T18:25:48.232Z | Documenting is-terminal v0.4.12 |
2377 | 2024-06-05T18:25:50.167Z | Documenting strum v0.26.2 |
2378 | 2024-06-05T18:25:50.928Z | Documenting base64 v0.22.1 |
2379 | 2024-06-05T18:25:51.146Z | Documenting ident_case v1.0.1 |
2380 | 2024-06-05T18:25:51.993Z | Documenting camino v1.1.7 |
2381 | 2024-06-05T18:25:52.325Z | Documenting dirs-sys-next v0.1.2 |
2382 | 2024-06-05T18:25:52.825Z | Checking darling v0.20.9 |
2383 | 2024-06-05T18:25:52.931Z | Documenting sha1 v0.10.6 |
2384 | 2024-06-05T18:25:53.480Z | Documenting progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2385 | 2024-06-05T18:25:54.460Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2386 | 2024-06-05T18:25:54.972Z | Documenting http v1.1.0 |
2387 | 2024-06-05T18:25:55.494Z | Documenting darling_core v0.20.9 |
2388 | 2024-06-05T18:25:55.955Z | Documenting paste v1.0.15 |
2389 | 2024-06-05T18:25:56.740Z | Documenting thread_local v1.1.8 |
2390 | 2024-06-05T18:25:57.357Z | Documenting dirs-next v2.0.0 |
2391 | 2024-06-05T18:25:57.637Z | Documenting rustls-pki-types v1.7.0 |
2392 | 2024-06-05T18:25:59.279Z | Documenting crossbeam-channel v0.5.12 |
2393 | 2024-06-05T18:26:00.235Z | Documenting take_mut v0.2.2 |
2394 | 2024-06-05T18:26:07.226Z | Documenting slog-json v2.6.1 |
2395 | 2024-06-05T18:26:07.371Z | Documenting async-stream-impl v0.3.5 |
2396 | 2024-06-05T18:26:07.371Z | Documenting term v0.7.0 |
2397 | 2024-06-05T18:26:07.371Z | Documenting rustls-webpki v0.102.4 |
2398 | 2024-06-05T18:26:07.402Z | Documenting atomic-waker v1.1.2 |
2399 | 2024-06-05T18:26:07.402Z | Documenting debug-ignore v1.0.5 |
2400 | 2024-06-05T18:26:07.402Z | Documenting slog-async v2.8.0 |
2401 | 2024-06-05T18:26:07.402Z | Documenting darling_macro v0.20.9 |
2402 | 2024-06-05T18:26:07.402Z | Documenting slog-bunyan v2.5.0 |
2403 | 2024-06-05T18:26:07.402Z | Documenting async-stream v0.3.5 |
2404 | 2024-06-05T18:26:07.592Z | Documenting slog-term v2.9.1 |
2405 | 2024-06-05T18:26:07.653Z | Documenting waitgroup v0.1.2 |
2406 | 2024-06-05T18:26:08.069Z | Documenting rustls-pemfile v2.1.2 |
2407 | 2024-06-05T18:26:08.646Z | Documenting rustls v0.22.4 |
2408 | 2024-06-05T18:26:09.522Z | Documenting multer v3.1.0 |
2409 | 2024-06-05T18:26:10.944Z | Documenting darling v0.20.9 |
2410 | 2024-06-05T18:26:11.607Z | Documenting toml v0.8.13 |
2411 | 2024-06-05T18:26:11.639Z | Documenting dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
2412 | 2024-06-05T18:26:12.631Z | Documenting serde_path_to_error v0.1.16 |
2413 | 2024-06-05T18:26:12.708Z | Documenting hostname v0.4.0 |
2414 | 2024-06-05T18:26:13.050Z | Documenting structmeta-derive v0.3.0 |
2415 | 2024-06-05T18:26:16.098Z | Documenting newtype-uuid v1.1.0 |
2416 | 2024-06-05T18:26:16.540Z | Documenting serde_with_macros v3.8.1 |
2417 | 2024-06-05T18:26:17.776Z | Checking structmeta v0.3.0 |
2418 | 2024-06-05T18:26:17.823Z | Documenting tokio-rustls v0.25.0 |
2419 | 2024-06-05T18:26:17.902Z | Documenting instant v0.1.12 |
2420 | 2024-06-05T18:26:18.001Z | Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2421 | 2024-06-05T18:26:18.336Z | Documenting mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
2422 | 2024-06-05T18:26:18.348Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2423 | 2024-06-05T18:26:19.497Z | Documenting structmeta v0.3.0 |
2424 | 2024-06-05T18:26:21.668Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2425 | 2024-06-05T18:26:22.205Z | Documenting serde_with v3.8.1 |
2426 | 2024-06-05T18:26:22.744Z | Documenting backoff v0.4.0 |
2427 | 2024-06-05T18:26:22.904Z | Documenting oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7) |
2428 | 2024-06-05T18:26:23.660Z | Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2429 | 2024-06-05T18:26:23.833Z | Documenting dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
2430 | 2024-06-05T18:26:25.116Z | Documenting parse-display-derive v0.9.0 |
2431 | 2024-06-05T18:26:27.472Z | Documenting macaddr v1.0.1 |
2432 | 2024-06-05T18:26:28.372Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2433 | 2024-06-05T18:26:28.579Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2434 | 2024-06-05T18:26:28.628Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2435 | 2024-06-05T18:26:28.857Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2436 | 2024-06-05T18:26:29.785Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2437 | 2024-06-05T18:26:30.978Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2438 | 2024-06-05T18:26:31.301Z | Documenting fastrand v2.1.0 |
2439 | 2024-06-05T18:26:31.914Z | Documenting parse-display v0.9.0 |
2440 | 2024-06-05T18:26:32.324Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2441 | 2024-06-05T18:26:32.418Z | Documenting proc-macro-crate v1.3.1 |
2442 | 2024-06-05T18:26:32.731Z | Checking proc-macro-crate v1.3.1 |
2443 | 2024-06-05T18:26:32.740Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2444 | 2024-06-05T18:26:32.843Z | Documenting foreign-types-macros v0.2.3 |
2445 | 2024-06-05T18:26:32.847Z | Documenting foreign-types-shared v0.3.1 |
2446 | 2024-06-05T18:26:34.437Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2447 | 2024-06-05T18:26:35.799Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2448 | 2024-06-05T18:26:35.964Z | Documenting tempfile v3.10.1 |
2449 | 2024-06-05T18:26:37.474Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2450 | 2024-06-05T18:26:37.717Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2451 | 2024-06-05T18:26:38.216Z | Documenting num_enum_derive v0.5.11 |
2452 | 2024-06-05T18:26:38.617Z | Documenting cstr-argument v0.1.2 |
2453 | 2024-06-05T18:26:38.761Z | Documenting foreign-types v0.5.0 |
2454 | 2024-06-05T18:26:40.456Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2455 | 2024-06-05T18:26:40.743Z | Documenting tabwriter v1.4.0 |
2456 | 2024-06-05T18:26:40.917Z | Documenting camino-tempfile v1.1.1 |
2457 | 2024-06-05T18:26:43.152Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2458 | 2024-06-05T18:26:43.548Z | Documenting colored v2.1.0 |
2459 | 2024-06-05T18:26:43.675Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2460 | 2024-06-05T18:26:45.752Z | Documenting hash32 v0.3.1 |
2461 | 2024-06-05T18:26:46.484Z | Documenting num_enum v0.5.11 |
2462 | 2024-06-05T18:26:46.934Z | Documenting stable_deref_trait v1.2.0 |
2463 | 2024-06-05T18:26:47.518Z | Documenting smf v0.2.3 |
2464 | 2024-06-05T18:26:47.796Z | Documenting embedded-io v0.4.0 |
2465 | 2024-06-05T18:26:47.970Z | Documenting cobs v0.2.3 |
2466 | 2024-06-05T18:26:49.873Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2467 | 2024-06-05T18:26:50.995Z | Documenting heapless v0.8.0 |
2468 | 2024-06-05T18:26:51.113Z | Documenting derive-where v1.2.7 |
2469 | 2024-06-05T18:26:51.237Z | Documenting postcard v1.0.8 |
2470 | 2024-06-05T18:26:51.597Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2471 | 2024-06-05T18:26:51.882Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=d6177ca84f23e60a661461bb4cece475689502d2#d6177ca8) |
2472 | 2024-06-05T18:26:52.635Z | Documenting crucible-workspace-hack v0.1.0 |
2473 | 2024-06-05T18:26:53.351Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=d6177ca84f23e60a661461bb4cece475689502d2#d6177ca8) |
2474 | 2024-06-05T18:26:54.886Z | Documenting newline-converter v0.3.0 |
2475 | 2024-06-05T18:26:55.317Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2476 | 2024-06-05T18:26:56.568Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2477 | 2024-06-05T18:26:56.750Z | Documenting smoltcp v0.11.0 |
2478 | 2024-06-05T18:26:56.915Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2479 | 2024-06-05T18:26:57.479Z | Documenting sigpipe v0.1.3 |
2480 | 2024-06-05T18:26:57.503Z | Documenting num-derive v0.4.2 |
2481 | 2024-06-05T18:26:58.621Z | Documenting convert_case v0.4.0 |
2482 | 2024-06-05T18:26:59.077Z | Checking convert_case v0.4.0 |
2483 | 2024-06-05T18:26:59.318Z | Documenting zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2484 | 2024-06-05T18:26:59.760Z | Documenting expectorate v1.1.0 |
2485 | 2024-06-05T18:27:02.339Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2486 | 2024-06-05T18:27:02.547Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2487 | 2024-06-05T18:27:03.152Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2488 | 2024-06-05T18:27:03.627Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2489 | 2024-06-05T18:27:03.757Z | Documenting derive_more v0.99.17 |
2490 | 2024-06-05T18:27:04.148Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=d6177ca84f23e60a661461bb4cece475689502d2#d6177ca8) |
2491 | 2024-06-05T18:27:05.007Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2492 | 2024-06-05T18:27:06.012Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2493 | 2024-06-05T18:27:07.140Z | Documenting password-hash v0.5.0 |
2494 | 2024-06-05T18:27:07.154Z | Documenting blake2 v0.10.6 |
2495 | 2024-06-05T18:27:08.028Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2496 | 2024-06-05T18:27:09.856Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2497 | 2024-06-05T18:27:10.540Z | Documenting humantime v2.1.0 |
2498 | 2024-06-05T18:27:10.875Z | Documenting linked-hash-map v0.5.6 |
2499 | 2024-06-05T18:27:10.907Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=d6177ca84f23e60a661461bb4cece475689502d2#d6177ca8) |
2500 | 2024-06-05T18:27:11.191Z | Documenting newtype_derive v0.1.6 |
2501 | 2024-06-05T18:27:11.836Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2502 | 2024-06-05T18:27:12.062Z | Documenting argon2 v0.5.3 |
2503 | 2024-06-05T18:27:15.342Z | Documenting lru-cache v0.1.2 |
2504 | 2024-06-05T18:27:15.436Z | Documenting swrite v0.1.0 |
2505 | 2024-06-05T18:27:15.754Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2506 | 2024-06-05T18:27:16.016Z | Documenting steno v0.4.0 |
2507 | 2024-06-05T18:27:17.538Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2508 | 2024-06-05T18:27:17.647Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=d6177ca84f23e60a661461bb4cece475689502d2#d6177ca8) |
2509 | 2024-06-05T18:27:17.797Z | Documenting arc-swap v1.7.1 |
2510 | 2024-06-05T18:27:18.381Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2511 | 2024-06-05T18:27:18.539Z | Documenting quick-error v1.2.3 |
2512 | 2024-06-05T18:27:20.393Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2513 | 2024-06-05T18:27:20.466Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2514 | 2024-06-05T18:27:20.893Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2515 | 2024-06-05T18:27:21.182Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2516 | 2024-06-05T18:27:22.845Z | Documenting slog-scope v4.4.0 |
2517 | 2024-06-05T18:27:23.634Z | Documenting resolv-conf v0.7.0 |
2518 | 2024-06-05T18:27:24.763Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2519 | 2024-06-05T18:27:24.784Z | Documenting xattr v1.3.1 |
2520 | 2024-06-05T18:27:24.810Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=d6177ca84f23e60a661461bb4cece475689502d2#d6177ca8) |
2521 | 2024-06-05T18:27:25.522Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2522 | 2024-06-05T18:27:25.552Z | Documenting filetime v0.2.23 |
2523 | 2024-06-05T18:27:25.914Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2524 | 2024-06-05T18:27:26.167Z | Documenting num-rational v0.4.2 |
2525 | 2024-06-05T18:27:27.824Z | Documenting slog-stdlog v4.1.1 |
2526 | 2024-06-05T18:27:28.806Z | Documenting trust-dns-resolver v0.22.0 |
2527 | 2024-06-05T18:27:28.986Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2528 | 2024-06-05T18:27:30.444Z | Documenting num-complex v0.4.6 |
2529 | 2024-06-05T18:27:30.590Z | Documenting tar v0.4.40 |
2530 | 2024-06-05T18:27:31.599Z | Documenting tap v1.0.1 |
2531 | 2024-06-05T18:27:31.738Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2532 | 2024-06-05T18:27:32.890Z | Documenting slog-envlogger v2.2.0 |
2533 | 2024-06-05T18:27:34.553Z | Documenting wyz v0.5.1 |
2534 | 2024-06-05T18:27:35.729Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2535 | 2024-06-05T18:27:36.421Z | Documenting num v0.4.3 |
2536 | 2024-06-05T18:27:36.953Z | Documenting radium v0.7.0 |
2537 | 2024-06-05T18:27:37.776Z | Documenting nibble_vec v0.1.0 |
2538 | 2024-06-05T18:27:38.305Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2539 | 2024-06-05T18:27:38.596Z | Documenting crc-catalog v2.4.0 |
2540 | 2024-06-05T18:27:40.164Z | Documenting same-file v1.0.6 |
2541 | 2024-06-05T18:27:41.607Z | Documenting funty v2.0.0 |
2542 | 2024-06-05T18:27:42.142Z | Documenting endian-type v0.1.2 |
2543 | 2024-06-05T18:27:42.143Z | Documenting display-error-chain v0.2.0 |
2544 | 2024-06-05T18:27:43.015Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2545 | 2024-06-05T18:27:44.416Z | Documenting walkdir v2.5.0 |
2546 | 2024-06-05T18:27:45.104Z | Documenting bitvec v1.0.1 |
2547 | 2024-06-05T18:27:46.674Z | Documenting radix_trie v0.2.1 |
2548 | 2024-06-05T18:27:46.784Z | Documenting crc v3.2.1 |
2549 | 2024-06-05T18:27:48.762Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2550 | 2024-06-05T18:27:48.778Z | Documenting slog-dtrace v0.3.0 |
2551 | 2024-06-05T18:27:49.973Z | Documenting cancel-safe-futures v0.1.5 |
2552 | 2024-06-05T18:27:50.913Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2553 | 2024-06-05T18:27:51.191Z | Documenting packed_struct_codegen v0.10.1 |
2554 | 2024-06-05T18:27:51.397Z | warning: unresolved link to `Blueprints` |
2555 | 2024-06-05T18:27:51.398Z | --> nexus/types/src/deployment/blueprint_diff.rs:5:33 |
2556 | 2024-06-05T18:27:51.398Z | | |
2557 | 2024-06-05T18:27:51.398Z | 5 | //! Types helpful for diffing [`Blueprints`]. |
2558 | 2024-06-05T18:27:51.398Z | | ^^^^^^^^^^ no item named `Blueprints` in scope |
2559 | 2024-06-05T18:27:51.398Z | | |
2560 | 2024-06-05T18:27:51.398Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2561 | 2024-06-05T18:27:51.398Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2562 | 2024-06-05T18:27:51.399Z | |
2563 | 2024-06-05T18:27:51.404Z | warning: unresolved link to `Blueprints` |
2564 | 2024-06-05T18:27:51.405Z | --> nexus/types/src/deployment/blueprint_display.rs:5:35 |
2565 | 2024-06-05T18:27:51.405Z | | |
2566 | 2024-06-05T18:27:51.405Z | 5 | //! Types helpful for rendering [`Blueprints`]. |
2567 | 2024-06-05T18:27:51.405Z | | ^^^^^^^^^^ no item named `Blueprints` in scope |
2568 | 2024-06-05T18:27:51.405Z | | |
2569 | 2024-06-05T18:27:51.405Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2570 | 2024-06-05T18:27:51.405Z | |
2571 | 2024-06-05T18:27:51.405Z | warning: unresolved link to `BpSledTable` |
2572 | 2024-06-05T18:27:51.405Z | --> nexus/types/src/deployment/blueprint_display.rs:179:49 |
2573 | 2024-06-05T18:27:51.405Z | | |
2574 | 2024-06-05T18:27:51.405Z | 179 | /// `BpSledSubtable`s are always nested under [`BpSledTable`]s. |
2575 | 2024-06-05T18:27:51.405Z | | ^^^^^^^^^^^ no item named `BpSledTable` in scope |
2576 | 2024-06-05T18:27:51.405Z | | |
2577 | 2024-06-05T18:27:51.405Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2578 | 2024-06-05T18:27:51.405Z | |
2579 | 2024-06-05T18:27:52.034Z | Documenting nodrop v0.1.14 |
2580 | 2024-06-05T18:27:53.731Z | warning: `nexus-types` (lib doc) generated 3 warnings |
2581 | 2024-06-05T18:27:53.757Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2582 | 2024-06-05T18:27:55.187Z | Documenting array-init v0.0.4 |
2583 | 2024-06-05T18:27:55.531Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2584 | 2024-06-05T18:27:56.803Z | Documenting packed_struct v0.10.1 |
2585 | 2024-06-05T18:27:57.298Z | Documenting num-bigint-dig v0.8.4 |
2586 | 2024-06-05T18:27:57.630Z | Documenting pem v3.0.4 |
2587 | 2024-06-05T18:27:58.622Z | Documenting pkcs1 v0.7.5 |
2588 | 2024-06-05T18:28:00.745Z | Documenting signature v2.2.0 |
2589 | 2024-06-05T18:28:02.093Z | Documenting termcolor v1.4.1 |
2590 | 2024-06-05T18:28:02.718Z | Documenting maplit v1.0.2 |
2591 | 2024-06-05T18:28:03.492Z | Documenting bitfield v0.14.0 |
2592 | 2024-06-05T18:28:03.513Z | Documenting bzip2 v0.4.4 |
2593 | 2024-06-05T18:28:04.376Z | Documenting serde-hex v0.1.0 |
2594 | 2024-06-05T18:28:05.509Z | Documenting rsa v0.9.6 |
2595 | 2024-06-05T18:28:06.595Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2596 | 2024-06-05T18:28:06.619Z | Documenting env_logger v0.10.2 |
2597 | 2024-06-05T18:28:06.678Z | Documenting lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2598 | 2024-06-05T18:28:07.679Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2599 | 2024-06-05T18:28:07.937Z | Documenting x509-cert v0.2.5 |
2600 | 2024-06-05T18:28:08.730Z | Documenting libsw v3.3.1 |
2601 | 2024-06-05T18:28:10.364Z | Documenting ron v0.8.1 |
2602 | 2024-06-05T18:28:11.253Z | Documenting half v2.4.1 |
2603 | 2024-06-05T18:28:12.001Z | Documenting headers-core v0.2.0 |
2604 | 2024-06-05T18:28:13.964Z | Documenting linear-map v1.2.0 |
2605 | 2024-06-05T18:28:14.435Z | Documenting owo-colors v4.0.0 |
2606 | 2024-06-05T18:28:14.627Z | Documenting ciborium-io v0.2.2 |
2607 | 2024-06-05T18:28:14.728Z | Documenting crc-any v2.5.0 |
2608 | 2024-06-05T18:28:15.757Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2609 | 2024-06-05T18:28:16.134Z | Documenting zip v0.6.6 |
2610 | 2024-06-05T18:28:18.036Z | Documenting headers v0.3.9 |
2611 | 2024-06-05T18:28:18.055Z | Documenting lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2612 | 2024-06-05T18:28:18.787Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2613 | 2024-06-05T18:28:19.420Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2614 | 2024-06-05T18:28:19.727Z | Documenting ciborium-ll v0.2.2 |
2615 | 2024-06-05T18:28:20.412Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2616 | 2024-06-05T18:28:21.783Z | Documenting async-recursion v1.1.1 |
2617 | 2024-06-05T18:28:24.636Z | Documenting path-slash v0.1.5 |
2618 | 2024-06-05T18:28:24.709Z | Documenting ciborium v0.2.2 |
2619 | 2024-06-05T18:28:27.743Z | Documenting fxhash v0.2.1 |
2620 | 2024-06-05T18:28:28.285Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2621 | 2024-06-05T18:28:28.515Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2622 | 2024-06-05T18:28:29.471Z | Documenting hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2623 | 2024-06-05T18:28:29.770Z | Documenting buf-list v1.0.3 |
2624 | 2024-06-05T18:28:30.408Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2625 | 2024-06-05T18:28:32.817Z | Documenting derive_builder_core v0.20.0 |
2626 | 2024-06-05T18:28:33.420Z | Checking derive_builder_core v0.20.0 |
2627 | 2024-06-05T18:28:34.297Z | Documenting pin-project-internal v1.1.5 |
2628 | 2024-06-05T18:28:35.414Z | Documenting ref-cast-impl v1.0.23 |
2629 | 2024-06-05T18:28:39.761Z | Documenting vte_generate_state_changes v0.1.1 |
2630 | 2024-06-05T18:28:40.139Z | Documenting derive_builder_macro v0.20.0 |
2631 | 2024-06-05T18:28:40.444Z | Documenting ref-cast v1.0.23 |
2632 | 2024-06-05T18:28:40.979Z | Documenting pin-project v1.1.5 |
2633 | 2024-06-05T18:28:42.747Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2634 | 2024-06-05T18:28:43.330Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2635 | 2024-06-05T18:28:44.031Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2636 | 2024-06-05T18:28:44.941Z | Documenting vte v0.11.1 |
2637 | 2024-06-05T18:28:45.053Z | Documenting crossbeam-deque v0.8.5 |
2638 | 2024-06-05T18:28:46.072Z | Documenting snafu-derive v0.8.2 |
2639 | 2024-06-05T18:28:48.760Z | Documenting fd-lock v4.0.2 |
2640 | 2024-06-05T18:28:49.425Z | Documenting bitstruct_derive v0.1.0 |
2641 | 2024-06-05T18:28:49.696Z | Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2642 | 2024-06-05T18:28:50.022Z | Documenting ascii v1.1.0 |
2643 | 2024-06-05T18:28:50.710Z | Documenting rayon-core v1.12.1 |
2644 | 2024-06-05T18:28:53.187Z | Documenting snafu v0.8.2 |
2645 | 2024-06-05T18:28:53.273Z | Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2646 | 2024-06-05T18:28:54.605Z | Documenting bitstruct v0.1.1 |
2647 | 2024-06-05T18:28:54.786Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2648 | 2024-06-05T18:28:54.906Z | Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2649 | 2024-06-05T18:28:56.159Z | Documenting strip-ansi-escapes v0.2.0 |
2650 | 2024-06-05T18:28:57.022Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2651 | 2024-06-05T18:28:57.595Z | Documenting derive_builder v0.20.0 |
2652 | 2024-06-05T18:28:57.963Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2653 | 2024-06-05T18:28:59.551Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2654 | 2024-06-05T18:28:59.703Z | Documenting polar-core v0.27.3 |
2655 | 2024-06-05T18:28:59.770Z | Documenting libxml v0.3.3 |
2656 | 2024-06-05T18:29:00.648Z | Documenting proc-macro-error-attr v1.0.4 |
2657 | 2024-06-05T18:29:01.093Z | Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2658 | 2024-06-05T18:29:05.460Z | Documenting globset v0.4.14 |
2659 | 2024-06-05T18:29:07.034Z | Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2660 | 2024-06-05T18:29:07.507Z | Documenting olpc-cjson v0.1.3 |
2661 | 2024-06-05T18:29:07.905Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2662 | 2024-06-05T18:29:08.963Z | Documenting quick-xml v0.31.0 |
2663 | 2024-06-05T18:29:09.512Z | Documenting serde_plain v1.0.2 |
2664 | 2024-06-05T18:29:10.424Z | Documenting serde_arrays v0.1.0 |
2665 | 2024-06-05T18:29:11.898Z | Documenting erased-serde v0.3.31 |
2666 | 2024-06-05T18:29:12.757Z | Documenting oso-derive v0.27.3 |
2667 | 2024-06-05T18:29:12.929Z | Documenting impl-trait-for-tuples v0.2.2 |
2668 | 2024-06-05T18:29:15.079Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2669 | 2024-06-05T18:29:15.374Z | Documenting typed-path v0.7.1 |
2670 | 2024-06-05T18:29:15.863Z | Documenting unicode-xid v0.2.4 |
2671 | 2024-06-05T18:29:16.042Z | Checking unicode-xid v0.2.4 |
2672 | 2024-06-05T18:29:16.198Z | Documenting nu-ansi-term v0.50.0 |
2673 | 2024-06-05T18:29:18.195Z | Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2674 | 2024-06-05T18:29:18.625Z | Documenting samael v0.0.15 |
2675 | 2024-06-05T18:29:18.713Z | Documenting oso v0.27.3 |
2676 | 2024-06-05T18:29:18.842Z | Documenting const_format_proc_macros v0.2.32 |
2677 | 2024-06-05T18:29:21.417Z | Documenting reedline v0.31.0 |
2678 | 2024-06-05T18:29:22.387Z | Documenting tough v0.17.1 |
2679 | 2024-06-05T18:29:24.565Z | Documenting proc-macro-error v1.0.4 |
2680 | 2024-06-05T18:29:25.435Z | Documenting rayon v1.10.0 |
2681 | 2024-06-05T18:29:25.609Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2682 | 2024-06-05T18:29:29.848Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2683 | 2024-06-05T18:29:30.267Z | Documenting libefi-sys v0.1.0 |
2684 | 2024-06-05T18:29:30.673Z | Documenting trust-dns-client v0.22.0 |
2685 | 2024-06-05T18:29:34.070Z | Documenting cookie v0.18.1 |
2686 | 2024-06-05T18:29:34.491Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2687 | 2024-06-05T18:29:35.409Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2688 | 2024-06-05T18:29:35.711Z | Checking proc-macro-error v1.0.4 |
2689 | 2024-06-05T18:29:35.826Z | Documenting bb8 v0.8.3 |
2690 | 2024-06-05T18:29:36.405Z | Documenting keccak v0.1.5 |
2691 | 2024-06-05T18:29:36.415Z | Documenting bytecount v0.6.8 |
2692 | 2024-06-05T18:29:37.642Z | Documenting libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2693 | 2024-06-05T18:29:39.054Z | Documenting utf-8 v0.7.6 |
2694 | 2024-06-05T18:29:39.093Z | Documenting parse-size v1.0.0 |
2695 | 2024-06-05T18:29:39.376Z | Documenting trust-dns-server v0.22.1 |
2696 | 2024-06-05T18:29:39.455Z | Documenting papergrid v0.11.0 |
2697 | 2024-06-05T18:29:40.201Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2698 | 2024-06-05T18:29:42.098Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2699 | 2024-06-05T18:29:42.732Z | Documenting libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2700 | 2024-06-05T18:29:43.083Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2701 | 2024-06-05T18:29:43.985Z | Documenting tungstenite v0.21.0 |
2702 | 2024-06-05T18:29:45.240Z | Documenting sha3 v0.10.8 |
2703 | 2024-06-05T18:29:45.395Z | Documenting tabled_derive v0.7.0 |
2704 | 2024-06-05T18:29:47.918Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2705 | 2024-06-05T18:29:48.546Z | Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2706 | 2024-06-05T18:29:50.837Z | Documenting const_format v0.2.32 |
2707 | 2024-06-05T18:29:50.874Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2708 | 2024-06-05T18:29:50.939Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2709 | 2024-06-05T18:29:51.551Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2710 | 2024-06-05T18:29:51.738Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2711 | 2024-06-05T18:29:52.090Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2712 | 2024-06-05T18:29:52.699Z | Documenting sled v0.34.7 |
2713 | 2024-06-05T18:29:52.991Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2714 | 2024-06-05T18:29:53.134Z | Documenting nix v0.28.0 |
2715 | 2024-06-05T18:29:53.854Z | Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2716 | 2024-06-05T18:29:53.932Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2717 | 2024-06-05T18:29:54.219Z | Documenting secrecy v0.8.0 |
2718 | 2024-06-05T18:29:54.313Z | Documenting gethostname v0.4.3 |
2719 | 2024-06-05T18:29:58.194Z | Documenting peg-macros v0.8.3 |
2720 | 2024-06-05T18:29:58.886Z | Documenting rustversion v1.0.17 |
2721 | 2024-06-05T18:29:59.345Z | Documenting sqlparser_derive v0.2.2 |
2722 | 2024-06-05T18:29:59.435Z | Documenting unicode_categories v0.1.1 |
2723 | 2024-06-05T18:29:59.497Z | Documenting home v0.5.9 |
2724 | 2024-06-05T18:30:02.759Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2725 | 2024-06-05T18:30:03.967Z | Documenting castaway v0.2.2 |
2726 | 2024-06-05T18:30:04.124Z | Documenting peg v0.8.3 |
2727 | 2024-06-05T18:30:04.364Z | Documenting rustyline v14.0.0 |
2728 | 2024-06-05T18:30:04.537Z | Documenting sqlparser v0.45.0 |
2729 | 2024-06-05T18:30:04.653Z | Documenting sqlformat v0.2.3 |
2730 | 2024-06-05T18:30:08.848Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2731 | 2024-06-05T18:30:09.088Z | Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2732 | 2024-06-05T18:30:10.153Z | Documenting tabled v0.15.0 |
2733 | 2024-06-05T18:30:10.206Z | Documenting tokio-tungstenite v0.21.0 |
2734 | 2024-06-05T18:30:10.872Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2735 | 2024-06-05T18:30:16.057Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2736 | 2024-06-05T18:30:17.297Z | Documenting zone v0.1.8 |
2737 | 2024-06-05T18:30:17.358Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2738 | 2024-06-05T18:30:17.860Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2739 | 2024-06-05T18:30:18.251Z | Documenting ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
2740 | 2024-06-05T18:30:18.471Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2741 | 2024-06-05T18:30:21.905Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2742 | 2024-06-05T18:30:23.470Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2743 | 2024-06-05T18:30:23.726Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2744 | 2024-06-05T18:30:24.030Z | Documenting portpicker v0.1.1 |
2745 | 2024-06-05T18:30:24.729Z | Documenting universal-hash v0.5.1 |
2746 | 2024-06-05T18:30:27.033Z | Documenting bcs v0.1.6 |
2747 | 2024-06-05T18:30:29.542Z | Documenting thiserror-impl-no-std v2.0.2 |
2748 | 2024-06-05T18:30:31.080Z | Documenting kstat-rs v0.2.3 |
2749 | 2024-06-05T18:30:33.557Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2750 | 2024-06-05T18:30:39.786Z | Documenting curve25519-dalek-derive v0.1.1 |
2751 | 2024-06-05T18:30:39.950Z | Documenting highway v1.1.0 |
2752 | 2024-06-05T18:30:40.014Z | Documenting opaque-debug v0.3.1 |
2753 | 2024-06-05T18:30:40.129Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2754 | 2024-06-05T18:30:40.285Z | Documenting libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2755 | 2024-06-05T18:30:40.302Z | Documenting thiserror-no-std v2.0.2 |
2756 | 2024-06-05T18:30:40.678Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2757 | 2024-06-05T18:30:42.938Z | Documenting poly1305 v0.8.0 |
2758 | 2024-06-05T18:30:43.266Z | Documenting compact_str v0.7.1 |
2759 | 2024-06-05T18:30:44.999Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2760 | 2024-06-05T18:30:45.579Z | Documenting curve25519-dalek v4.1.2 |
2761 | 2024-06-05T18:30:48.558Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2762 | 2024-06-05T18:30:48.833Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2763 | 2024-06-05T18:30:50.500Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2764 | 2024-06-05T18:30:51.345Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2765 | 2024-06-05T18:30:51.362Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2766 | 2024-06-05T18:30:52.260Z | Documenting portable-atomic v1.6.0 |
2767 | 2024-06-05T18:30:53.807Z | Documenting ed25519 v1.5.3 |
2768 | 2024-06-05T18:30:54.556Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2769 | 2024-06-05T18:30:55.742Z | Documenting unicase v2.7.0 |
2770 | 2024-06-05T18:30:56.086Z | Documenting rcgen v0.12.1 |
2771 | 2024-06-05T18:30:56.880Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2772 | 2024-06-05T18:30:59.078Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2773 | 2024-06-05T18:31:01.536Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2774 | 2024-06-05T18:31:02.287Z | warning: could not parse code block as Rust code |
2775 | 2024-06-05T18:31:02.287Z | --> oximeter/db/src/oxql/ast/grammar.rs:246:9 |
2776 | 2024-06-05T18:31:02.288Z | | |
2777 | 2024-06-05T18:31:02.288Z | 246 | / /// Parse a string literal, either single- or double-quoted. |
2778 | 2024-06-05T18:31:02.288Z | 247 | | /// |
2779 | 2024-06-05T18:31:02.288Z | 248 | | /// Parsing string literals is pretty tricky, but we add several |
2780 | 2024-06-05T18:31:02.288Z | 249 | | /// constraints to simplify things. First strings must be quoted, either |
2781 | 2024-06-05T18:31:02.288Z | ... | |
2782 | 2024-06-05T18:31:02.288Z | 277 | | /// |
2783 | 2024-06-05T18:31:02.288Z | 278 | | /// Will be parsed as `this string has " in it`. |
2784 | 2024-06-05T18:31:02.288Z | | |________________________________________________________^ |
2785 | 2024-06-05T18:31:02.288Z | | |
2786 | 2024-06-05T18:31:02.288Z | = help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text |
2787 | 2024-06-05T18:31:02.288Z | = note: error from rustc: unknown start of token: \ |
2788 | 2024-06-05T18:31:02.288Z | = note: error from rustc: unknown start of token: \ |
2789 | 2024-06-05T18:31:02.288Z | = note: error from rustc: unknown start of token: \ |
2790 | 2024-06-05T18:31:02.288Z | = note: error from rustc: unknown start of token: \ |
2791 | 2024-06-05T18:31:02.288Z | = note: error from rustc: unknown start of token: \ |
2792 | 2024-06-05T18:31:02.288Z | = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default |
2793 | 2024-06-05T18:31:02.289Z | |
2794 | 2024-06-05T18:31:02.708Z | Documenting atomicwrites v0.4.3 |
2795 | 2024-06-05T18:31:03.556Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2796 | 2024-06-05T18:31:03.696Z | warning: `oximeter-db` (lib doc) generated 1 warning |
2797 | 2024-06-05T18:31:03.702Z | Documenting chacha20 v0.9.1 |
2798 | 2024-06-05T18:31:04.482Z | Documenting lru v0.12.3 |
2799 | 2024-06-05T18:31:08.603Z | Documenting aead v0.5.2 |
2800 | 2024-06-05T18:31:08.675Z | Documenting rand_seeder v0.2.3 |
2801 | 2024-06-05T18:31:09.573Z | Documenting nanorand v0.7.0 |
2802 | 2024-06-05T18:31:10.053Z | Documenting subprocess v0.2.9 |
2803 | 2024-06-05T18:31:11.665Z | Documenting stability v0.2.0 |
2804 | 2024-06-05T18:31:12.195Z | Documenting cassowary v0.3.0 |
2805 | 2024-06-05T18:31:13.207Z | Documenting glob v0.3.1 |
2806 | 2024-06-05T18:31:23.064Z | Documenting number_prefix v0.4.0 |
2807 | 2024-06-05T18:31:23.344Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2808 | 2024-06-05T18:31:23.628Z | Documenting chacha20poly1305 v0.10.1 |
2809 | 2024-06-05T18:31:23.695Z | Documenting flume v0.11.0 |
2810 | 2024-06-05T18:31:23.813Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2811 | 2024-06-05T18:31:23.929Z | Documenting ratatui v0.26.2 |
2812 | 2024-06-05T18:31:24.218Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2813 | 2024-06-05T18:31:26.349Z | warning: unresolved link to `crate::db::lookup::LookupPath` |
2814 | 2024-06-05T18:31:26.350Z | --> nexus/auth/src/authz/api_resources.rs:8:12 |
2815 | 2024-06-05T18:31:26.350Z | | |
2816 | 2024-06-05T18:31:26.350Z | 8 | //! (see [`crate::db::lookup::LookupPath`]) and get back a so-called `authz` |
2817 | 2024-06-05T18:31:26.350Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `db` in module `nexus_auth` |
2818 | 2024-06-05T18:31:26.350Z | | |
2819 | 2024-06-05T18:31:26.350Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2820 | 2024-06-05T18:31:26.350Z | |
2821 | 2024-06-05T18:31:27.871Z | warning: `nexus-auth` (lib doc) generated 1 warning |
2822 | 2024-06-05T18:31:27.874Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2823 | 2024-06-05T18:31:27.920Z | Documenting indicatif v0.17.8 |
2824 | 2024-06-05T18:31:28.719Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2825 | 2024-06-05T18:31:40.911Z | Documenting mime_guess v2.0.4 |
2826 | 2024-06-05T18:31:40.981Z | Documenting salty v0.2.0 |
2827 | 2024-06-05T18:31:41.135Z | Documenting vsss-rs v3.3.4 |
2828 | 2024-06-05T18:31:41.162Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2829 | 2024-06-05T18:31:41.629Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2830 | 2024-06-05T18:31:42.572Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2831 | 2024-06-05T18:31:43.886Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2832 | 2024-06-05T18:31:45.003Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2833 | 2024-06-05T18:31:45.470Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2834 | 2024-06-05T18:31:45.697Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2835 | 2024-06-05T18:31:45.956Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2836 | 2024-06-05T18:31:46.213Z | Documenting serde-big-array v0.5.1 |
2837 | 2024-06-05T18:31:46.328Z | Documenting memmap2 v0.9.4 |
2838 | 2024-06-05T18:31:47.388Z | Documenting rtoolbox v0.0.2 |
2839 | 2024-06-05T18:31:50.043Z | Documenting unicode-linebreak v0.1.5 |
2840 | 2024-06-05T18:31:50.246Z | Documenting arrayref v0.3.7 |
2841 | 2024-06-05T18:31:50.737Z | Documenting shell-words v1.1.0 |
2842 | 2024-06-05T18:31:51.045Z | Documenting smawk v0.3.2 |
2843 | 2024-06-05T18:31:52.710Z | Documenting is_ci v1.2.0 |
2844 | 2024-06-05T18:31:53.175Z | Documenting arrayvec v0.7.4 |
2845 | 2024-06-05T18:31:53.294Z | Documenting http-range v0.1.5 |
2846 | 2024-06-05T18:31:55.232Z | Documenting constant_time_eq v0.3.0 |
2847 | 2024-06-05T18:31:55.354Z | Documenting textwrap v0.16.1 |
2848 | 2024-06-05T18:31:56.503Z | Documenting rpassword v7.3.1 |
2849 | 2024-06-05T18:31:57.827Z | Documenting supports-color v3.0.0 |
2850 | 2024-06-05T18:31:58.205Z | Documenting hyper-staticfile v0.9.5 |
2851 | 2024-06-05T18:31:58.383Z | Documenting blake3 v1.5.1 |
2852 | 2024-06-05T18:31:58.801Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
2853 | 2024-06-05T18:32:06.476Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2854 | 2024-06-05T18:32:06.679Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2855 | 2024-06-05T18:32:06.679Z | Documenting tui-tree-widget v0.19.0 |
2856 | 2024-06-05T18:32:06.679Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2857 | 2024-06-05T18:32:06.761Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2858 | 2024-06-05T18:32:06.761Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2859 | 2024-06-05T18:32:06.832Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2860 | 2024-06-05T18:32:07.946Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2861 | 2024-06-05T18:32:08.199Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2862 | 2024-06-05T18:32:09.182Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2863 | 2024-06-05T18:32:09.483Z | Documenting signal-hook-tokio v0.3.1 |
2864 | 2024-06-05T18:32:10.410Z | Documenting csv-core v0.1.11 |
2865 | 2024-06-05T18:32:11.245Z | Documenting corncobs v0.1.3 |
2866 | 2024-06-05T18:32:13.535Z | Documenting topological-sort v0.2.2 |
2867 | 2024-06-05T18:32:14.316Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2868 | 2024-06-05T18:32:14.938Z | Documenting csv v1.3.0 |
2869 | 2024-06-05T18:32:15.115Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2870 | 2024-06-05T18:32:18.127Z | Documenting omicron-zone-package v0.11.0 |
2871 | 2024-06-05T18:32:18.334Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2872 | 2024-06-05T18:32:18.830Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2873 | 2024-06-05T18:32:20.243Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2874 | 2024-06-05T18:32:20.497Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2875 | 2024-06-05T18:32:27.371Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2876 | 2024-06-05T18:32:27.506Z | warning: unresolved link to `test_sled_transitions` |
2877 | 2024-06-05T18:32:27.506Z | --> nexus/db-queries/src/db/datastore/sled.rs:698:11 |
2878 | 2024-06-05T18:32:27.506Z | | |
2879 | 2024-06-05T18:32:27.506Z | 698 | /// [`test_sled_transitions`]. |
2880 | 2024-06-05T18:32:27.506Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
2881 | 2024-06-05T18:32:27.506Z | | |
2882 | 2024-06-05T18:32:27.506Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2883 | 2024-06-05T18:32:27.506Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2884 | 2024-06-05T18:32:27.506Z | |
2885 | 2024-06-05T18:32:27.513Z | warning: unresolved link to `test_sled_transitions` |
2886 | 2024-06-05T18:32:27.513Z | --> nexus/db-queries/src/db/datastore/sled.rs:734:11 |
2887 | 2024-06-05T18:32:27.513Z | | |
2888 | 2024-06-05T18:32:27.513Z | 734 | /// [`test_sled_transitions`]. |
2889 | 2024-06-05T18:32:27.513Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
2890 | 2024-06-05T18:32:27.513Z | | |
2891 | 2024-06-05T18:32:27.513Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2892 | 2024-06-05T18:32:27.513Z | |
2893 | 2024-06-05T18:32:27.513Z | warning: unresolved link to `DataStore::update_tuf_repo_description_insert` |
2894 | 2024-06-05T18:32:27.514Z | --> nexus/db-queries/src/db/datastore/update.rs:28:27 |
2895 | 2024-06-05T18:32:27.514Z | | |
2896 | 2024-06-05T18:32:27.514Z | 28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`]. |
2897 | 2024-06-05T18:32:27.514Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert` |
2898 | 2024-06-05T18:32:27.514Z | |
2899 | 2024-06-05T18:32:28.959Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2900 | 2024-06-05T18:32:30.826Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2901 | 2024-06-05T18:32:37.388Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2902 | 2024-06-05T18:32:37.661Z | warning: unresolved link to `BlueprintDisksConfig` |
2903 | 2024-06-05T18:32:37.661Z | --> nexus/reconfigurator/planning/src/blueprint_builder/builder.rs:1013:55 |
2904 | 2024-06-05T18:32:37.662Z | | |
2905 | 2024-06-05T18:32:37.662Z | 1013 | /// blueprint. We do this by keeping a copy of any [`BlueprintDisksConfig`] |
2906 | 2024-06-05T18:32:37.662Z | | ^^^^^^^^^^^^^^^^^^^^ no item named `BlueprintDisksConfig` in scope |
2907 | 2024-06-05T18:32:37.663Z | | |
2908 | 2024-06-05T18:32:37.663Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2909 | 2024-06-05T18:32:37.663Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2910 | 2024-06-05T18:32:37.663Z | |
2911 | 2024-06-05T18:32:38.689Z | warning: `nexus-reconfigurator-planning` (lib doc) generated 1 warning |
2912 | 2024-06-05T18:32:38.705Z | Documenting fatfs v0.3.6 |
2913 | 2024-06-05T18:32:48.930Z | Documenting cargo-platform v0.1.8 |
2914 | 2024-06-05T18:32:49.145Z | Documenting assert_matches v1.5.0 |
2915 | 2024-06-05T18:32:49.145Z | warning: `nexus-db-queries` (lib doc) generated 3 warnings |
2916 | 2024-06-05T18:32:49.146Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2917 | 2024-06-05T18:32:49.146Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2918 | 2024-06-05T18:32:49.146Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2919 | 2024-06-05T18:32:49.146Z | warning: unclosed HTML tag `usize` |
2920 | 2024-06-05T18:32:49.146Z | --> wicket/src/ui/panes/update.rs:153:19 |
2921 | 2024-06-05T18:32:49.146Z | | |
2922 | 2024-06-05T18:32:49.146Z | 153 | /// TODO: The <usize> generic parameter is carried over from earlier versions |
2923 | 2024-06-05T18:32:49.146Z | | ^^^^^^^ |
2924 | 2024-06-05T18:32:49.146Z | | |
2925 | 2024-06-05T18:32:49.146Z | = note: `#[warn(rustdoc::invalid_html_tags)]` on by default |
2926 | 2024-06-05T18:32:49.146Z | |
2927 | 2024-06-05T18:32:49.146Z | Documenting cargo_metadata v0.18.1 |
2928 | 2024-06-05T18:32:49.588Z | warning: `wicket` (lib doc) generated 1 warning |
2929 | 2024-06-05T18:32:49.600Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2930 | 2024-06-05T18:32:50.338Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2931 | 2024-06-05T18:32:52.589Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2932 | 2024-06-05T18:33:07.798Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2933 | 2024-06-05T18:33:08.846Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2934 | 2024-06-05T18:33:10.952Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2935 | 2024-06-05T18:33:11.307Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2936 | 2024-06-05T18:33:12.453Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2937 | 2024-06-05T18:33:13.228Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2938 | 2024-06-05T18:33:14.754Z | Documenting uzers v0.11.3 |
2939 | 2024-06-05T18:33:15.177Z | Documenting termios v0.3.3 |
2940 | 2024-06-05T18:33:15.208Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
2941 | 2024-06-05T18:33:15.208Z | --> sled-agent/src/sim/instance.rs:46:7 |
2942 | 2024-06-05T18:33:15.208Z | | |
2943 | 2024-06-05T18:33:15.209Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
2944 | 2024-06-05T18:33:15.209Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
2945 | 2024-06-05T18:33:15.209Z | | |
2946 | 2024-06-05T18:33:15.209Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2947 | 2024-06-05T18:33:15.209Z | |
2948 | 2024-06-05T18:33:18.783Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
2949 | 2024-06-05T18:33:20.365Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2950 | 2024-06-05T18:33:20.608Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2951 | 2024-06-05T18:33:24.464Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2952 | 2024-06-05T18:33:26.927Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2953 | 2024-06-05T18:33:33.714Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2954 | 2024-06-05T18:33:39.675Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2955 | 2024-06-05T18:33:41.172Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2956 | 2024-06-05T18:33:53.524Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2957 | 2024-06-05T18:34:00.770Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2958 | 2024-06-05T18:34:01.958Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2959 | 2024-06-05T18:34:12.119Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2960 | 2024-06-05T18:34:13.719Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2961 | 2024-06-05T18:34:15.516Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2962 | 2024-06-05T18:34:15.815Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2963 | 2024-06-05T18:34:16.630Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2964 | 2024-06-05T18:34:47.509Z | warning: unresolved link to `Nexus` |
2965 | 2024-06-05T18:34:47.509Z | --> nexus/src/app/instance_network.rs:241:34 |
2966 | 2024-06-05T18:34:47.509Z | | |
2967 | 2024-06-05T18:34:47.509Z | 241 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for |
2968 | 2024-06-05T18:34:47.509Z | | ^^^^^ no item named `Nexus` in scope |
2969 | 2024-06-05T18:34:47.509Z | | |
2970 | 2024-06-05T18:34:47.510Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2971 | 2024-06-05T18:34:47.510Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2972 | 2024-06-05T18:34:47.510Z | |
2973 | 2024-06-05T18:34:47.527Z | warning: unresolved link to `Nexus` |
2974 | 2024-06-05T18:34:47.527Z | --> nexus/src/app/instance_network.rs:419:34 |
2975 | 2024-06-05T18:34:47.527Z | | |
2976 | 2024-06-05T18:34:47.527Z | 419 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for |
2977 | 2024-06-05T18:34:47.527Z | | ^^^^^ no item named `Nexus` in scope |
2978 | 2024-06-05T18:34:47.527Z | | |
2979 | 2024-06-05T18:34:47.528Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2980 | 2024-06-05T18:34:47.528Z | |
2981 | 2024-06-05T18:34:47.528Z | warning: unresolved link to `VolumeConstructionRequest` |
2982 | 2024-06-05T18:34:47.528Z | --> nexus/src/app/sagas/volume_delete.rs:335:7 |
2983 | 2024-06-05T18:34:47.528Z | | |
2984 | 2024-06-05T18:34:47.528Z | 335 | /// [`VolumeConstructionRequest`] is shown here): |
2985 | 2024-06-05T18:34:47.528Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
2986 | 2024-06-05T18:34:47.528Z | | |
2987 | 2024-06-05T18:34:47.528Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2988 | 2024-06-05T18:34:47.528Z | |
2989 | 2024-06-05T18:34:47.529Z | warning: unresolved link to `fd00:1122:3344:101::5` |
2990 | 2024-06-05T18:34:47.529Z | --> nexus/src/app/sagas/volume_delete.rs:345:17 |
2991 | 2024-06-05T18:34:47.529Z | | |
2992 | 2024-06-05T18:34:47.529Z | 345 | /// "[fd00:1122:3344:101::5]:1000", |
2993 | 2024-06-05T18:34:47.529Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
2994 | 2024-06-05T18:34:47.529Z | |
2995 | 2024-06-05T18:34:47.529Z | warning: unresolved link to `fd00:1122:3344:102::9` |
2996 | 2024-06-05T18:34:47.529Z | --> nexus/src/app/sagas/volume_delete.rs:346:17 |
2997 | 2024-06-05T18:34:47.529Z | | |
2998 | 2024-06-05T18:34:47.529Z | 346 | /// "[fd00:1122:3344:102::9]:1000", |
2999 | 2024-06-05T18:34:47.529Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3000 | 2024-06-05T18:34:47.530Z | |
3001 | 2024-06-05T18:34:47.530Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3002 | 2024-06-05T18:34:47.530Z | --> nexus/src/app/sagas/volume_delete.rs:347:17 |
3003 | 2024-06-05T18:34:47.530Z | | |
3004 | 2024-06-05T18:34:47.530Z | 347 | /// "[fd00:1122:3344:103::2]:1000" |
3005 | 2024-06-05T18:34:47.531Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3006 | 2024-06-05T18:34:47.531Z | |
3007 | 2024-06-05T18:34:47.531Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3008 | 2024-06-05T18:34:47.531Z | --> nexus/src/app/sagas/volume_delete.rs:366:17 |
3009 | 2024-06-05T18:34:47.531Z | | |
3010 | 2024-06-05T18:34:47.531Z | 366 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
3011 | 2024-06-05T18:34:47.531Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3012 | 2024-06-05T18:34:47.531Z | |
3013 | 2024-06-05T18:34:47.531Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3014 | 2024-06-05T18:34:47.531Z | --> nexus/src/app/sagas/volume_delete.rs:367:17 |
3015 | 2024-06-05T18:34:47.531Z | | |
3016 | 2024-06-05T18:34:47.532Z | 367 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
3017 | 2024-06-05T18:34:47.532Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3018 | 2024-06-05T18:34:47.532Z | |
3019 | 2024-06-05T18:34:47.532Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3020 | 2024-06-05T18:34:47.532Z | --> nexus/src/app/sagas/volume_delete.rs:368:17 |
3021 | 2024-06-05T18:34:47.532Z | | |
3022 | 2024-06-05T18:34:47.532Z | 368 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
3023 | 2024-06-05T18:34:47.532Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3024 | 2024-06-05T18:34:47.532Z | |
3025 | 2024-06-05T18:34:50.493Z | warning: `omicron-nexus` (lib doc) generated 9 warnings |
3026 | 2024-06-05T18:35:07.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13m 07s |
3027 | 2024-06-05T18:35:07.441Z | Generated /work/oxidecomputer/omicron/target/doc/authz_macros/index.html and 84 other files |
3028 | 2024-06-05T18:35:07.485Z | |
3029 | 2024-06-05T18:35:07.486Z | real 13:08.108107691 |
3030 | 2024-06-05T18:35:07.486Z | user 37:02.206340253 |
3031 | 2024-06-05T18:35:07.486Z | sys 55:30.572583110 |
3032 | 2024-06-05T18:35:07.486Z | trap 0.916759331 |
3033 | 2024-06-05T18:35:07.486Z | tflt 0.189718714 |
3034 | 2024-06-05T18:35:07.486Z | dflt 0.699289646 |
3035 | 2024-06-05T18:35:07.487Z | kflt 0.000081446 |
3036 | 2024-06-05T18:35:07.492Z | lock 3:20:34.266446959 |
3037 | 2024-06-05T18:35:07.492Z | slp 3:35:21.222121698 |
3038 | 2024-06-05T18:35:07.492Z | lat 4:35.605723325 |
3039 | 2024-06-05T18:35:07.493Z | stop 2:42.487065345 |
3040 | 2024-06-05T18:35:07.493Z | process exited: duration 1369807 ms, exit code 0 |
|
3041 | 2024-06-05T18:35:07.502Z | found 0 output files |