|
|
|
1 | 2024-05-20T19:54:19.875Z | job assigned to worker 01HYBS1Y391BS2QQ39KQEPNT9P (queued for 49 s) |
|
2 | 2024-05-20T19:54:27.728Z | starting task 0: "setup" |
3 | 2024-05-20T19:54:27.783Z | ++ uname -s |
4 | 2024-05-20T19:54:27.787Z | + kern=SunOS |
5 | 2024-05-20T19:54:27.787Z | + case "$kern" in |
6 | 2024-05-20T19:54:27.787Z | + groupadd -g 12345 build |
7 | 2024-05-20T19:54:27.787Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-05-20T19:54:29.796Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-05-20T19:54:29.913Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-05-20T19:54:29.916Z | + home_fs=zfs |
11 | 2024-05-20T19:54:29.916Z | + [[ zfs == autofs ]] |
12 | 2024-05-20T19:54:29.916Z | + mkdir -p /home/build |
13 | 2024-05-20T19:54:29.919Z | + chown build:build /home/build /work |
14 | 2024-05-20T19:54:31.922Z | + chmod 0700 /home/build /work |
15 | 2024-05-20T19:54:31.950Z | process exited: duration 4195 ms, exit code 0 |
|
16 | 2024-05-20T19:54:31.981Z | starting task 1: "rust-toolchain" |
17 | 2024-05-20T19:54:31.988Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-05-20T19:54:31.989Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.77.2 --profile default |
19 | 2024-05-20T19:54:32.167Z | info: downloading installer |
20 | 2024-05-20T19:54:33.305Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-05-20T19:54:33.305Z | warning: /opt/ooce/bin |
22 | 2024-05-20T19:54:33.305Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-05-20T19:54:33.305Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-05-20T19:54:33.305Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-05-20T19:54:33.305Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-05-20T19:54:33.305Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-05-20T19:54:33.305Z | error: cannot install while Rust is installed |
28 | 2024-05-20T19:54:33.305Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-05-20T19:54:33.414Z | info: profile set to 'default' |
30 | 2024-05-20T19:54:33.415Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-05-20T19:54:33.415Z | info: syncing channel updates for '1.77.2-x86_64-unknown-illumos' |
32 | 2024-05-20T19:54:33.528Z | info: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09) |
33 | 2024-05-20T19:54:33.528Z | info: downloading component 'cargo' |
34 | 2024-05-20T19:54:34.172Z | info: downloading component 'clippy' |
35 | 2024-05-20T19:54:34.384Z | info: downloading component 'rust-docs' |
36 | 2024-05-20T19:54:35.237Z | info: downloading component 'rust-std' |
37 | 2024-05-20T19:54:36.669Z | info: downloading component 'rustc' |
38 | 2024-05-20T19:54:39.834Z | info: downloading component 'rustfmt' |
39 | 2024-05-20T19:54:40.023Z | info: installing component 'cargo' |
40 | 2024-05-20T19:54:40.821Z | info: installing component 'clippy' |
41 | 2024-05-20T19:54:41.167Z | info: installing component 'rust-docs' |
42 | 2024-05-20T19:54:42.659Z | info: installing component 'rust-std' |
43 | 2024-05-20T19:54:44.294Z | info: installing component 'rustc' |
44 | 2024-05-20T19:54:48.197Z | info: installing component 'rustfmt' |
45 | 2024-05-20T19:54:48.523Z | info: default toolchain set to '1.77.2-x86_64-unknown-illumos' |
46 | 2024-05-20T19:54:48.523Z | |
47 | 2024-05-20T19:54:48.773Z | 1.77.2-x86_64-unknown-illumos installed - rustc 1.77.2 (25ef9e3d8 2024-04-09) |
48 | 2024-05-20T19:54:48.773Z | |
49 | 2024-05-20T19:54:49.187Z | |
50 | 2024-05-20T19:54:49.187Z | Rust is installed now. Great! |
51 | 2024-05-20T19:54:49.187Z | |
52 | 2024-05-20T19:54:49.187Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-05-20T19:54:49.187Z | environment variable. This has not been done automatically. |
54 | 2024-05-20T19:54:49.187Z | |
55 | 2024-05-20T19:54:49.187Z | To configure your current shell, you need to source |
56 | 2024-05-20T19:54:49.188Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-05-20T19:54:49.188Z | |
58 | 2024-05-20T19:54:49.188Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-05-20T19:54:49.188Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-05-20T19:54:49.188Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-05-20T19:54:49.188Z | + rustc --version |
62 | 2024-05-20T19:54:49.188Z | rustc 1.77.2 (25ef9e3d8 2024-04-09) |
63 | 2024-05-20T19:54:49.188Z | process exited: duration 16920 ms, exit code 0 |
|
64 | 2024-05-20T19:54:49.626Z | starting task 2: "authentication" |
65 | 2024-05-20T19:54:49.634Z | process exited: duration 32 ms, exit code 0 |
|
66 | 2024-05-20T19:54:49.646Z | starting task 3: "clone repository" |
67 | 2024-05-20T19:54:49.650Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-05-20T19:54:49.654Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-05-20T19:54:49.827Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-05-20T19:54:56.304Z | + cd /work/oxidecomputer/omicron |
71 | 2024-05-20T19:54:56.305Z | + git fetch origin 8d4d4034dda824fa638906d88776b3e0c27c8720 |
72 | 2024-05-20T19:54:56.646Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-05-20T19:54:56.646Z | * branch 8d4d4034dda824fa638906d88776b3e0c27c8720 -> FETCH_HEAD |
74 | 2024-05-20T19:54:56.651Z | + [[ -n iliana/cargo-update ]] |
75 | 2024-05-20T19:54:56.654Z | ++ git branch --show-current |
76 | 2024-05-20T19:54:56.655Z | + current=main |
77 | 2024-05-20T19:54:56.655Z | + [[ main != iliana/cargo-update ]] |
78 | 2024-05-20T19:54:56.655Z | + git branch -f iliana/cargo-update 8d4d4034dda824fa638906d88776b3e0c27c8720 |
79 | 2024-05-20T19:54:56.659Z | + git checkout -f iliana/cargo-update |
80 | 2024-05-20T19:54:56.783Z | Switched to branch 'iliana/cargo-update' |
81 | 2024-05-20T19:54:56.791Z | + git reset --hard 8d4d4034dda824fa638906d88776b3e0c27c8720 |
82 | 2024-05-20T19:54:56.803Z | HEAD is now at 8d4d4034d defmt 0.3.7 was yanked |
83 | 2024-05-20T19:54:56.808Z | process exited: duration 7160 ms, exit code 0 |
|
84 | 2024-05-20T19:54:56.827Z | starting task 4: "build" |
85 | 2024-05-20T19:54:56.836Z | + cargo --version |
86 | 2024-05-20T19:54:56.879Z | cargo 1.77.2 (e52e36006 2024-03-26) |
87 | 2024-05-20T19:54:56.890Z | + rustc --version |
88 | 2024-05-20T19:54:56.937Z | rustc 1.77.2 (25ef9e3d8 2024-04-09) |
89 | 2024-05-20T19:54:56.947Z | + source ./env.sh |
90 | 2024-05-20T19:54:56.947Z | ++ set -o xtrace |
91 | 2024-05-20T19:54:56.948Z | ++++ dirname ./env.sh |
92 | 2024-05-20T19:54:56.948Z | +++ readlink -f . |
93 | 2024-05-20T19:54:56.973Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
94 | 2024-05-20T19:54:56.979Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2024-05-20T19:54:56.979Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2024-05-20T19:54:56.980Z | ++ 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 |
97 | 2024-05-20T19:54:56.980Z | ++ 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 |
98 | 2024-05-20T19:54:56.980Z | ++ 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 |
99 | 2024-05-20T19:54:56.980Z | ++ 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 |
100 | 2024-05-20T19:54:56.981Z | ++ 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 |
101 | 2024-05-20T19:54:56.981Z | ++ 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 |
102 | 2024-05-20T19:54:56.981Z | ++ unset OMICRON_WS |
103 | 2024-05-20T19:54:56.982Z | ++ set +o xtrace |
104 | 2024-05-20T19:54:56.995Z | |
105 | 2024-05-20T19:54:56.996Z | ##### ##### ###### ##### ###### #### # # # #### # |
106 | 2024-05-20T19:54:56.996Z | # # # # # # # # # # # # # # # |
107 | 2024-05-20T19:54:56.996Z | # # # # ##### # # ##### # # # # # #### # |
108 | 2024-05-20T19:54:56.996Z | ##### ##### # ##### # # # # # # # # # |
109 | 2024-05-20T19:54:56.997Z | # # # # # # # # # # # # # # # |
110 | 2024-05-20T19:54:56.997Z | # # # ###### # # ###### ### # #### # #### # |
111 | 2024-05-20T19:54:56.997Z | |
112 | 2024-05-20T19:55:03.932Z | Startup: Refreshing catalog 'helios-dev' ... Done |
113 | 2024-05-20T19:55:06.056Z | Startup: Caching catalogs ... Done |
114 | 2024-05-20T19:55:08.019Z | Planning: Solver setup ... Done (1.476s) |
115 | 2024-05-20T19:55:08.047Z | Planning: Running solver ... Done (0.026s) |
116 | 2024-05-20T19:55:08.079Z | Planning: Finding local manifests ... Done (0.003s) |
117 | 2024-05-20T19:55:08.106Z | Planning: Fetching manifests: 0/4 0% complete |
118 | 2024-05-20T19:55:10.829Z | Planning: Fetching manifests: 4/4 100% complete |
119 | 2024-05-20T19:55:10.834Z | Planning: Package planning ... Done (0.047s) |
120 | 2024-05-20T19:55:10.835Z | Planning: Merging actions ... Done (0.050s) |
121 | 2024-05-20T19:55:11.007Z | Planning: Checking for conflicting actions ... Done (1.329s) |
122 | 2024-05-20T19:55:11.019Z | Planning: Consolidating action changes ... Done (0.011s) |
123 | 2024-05-20T19:55:18.664Z | Planning: Evaluating mediators ... Done (7.646s) |
124 | 2024-05-20T19:55:18.673Z | Planning: Planning completed in 12.55 seconds |
125 | 2024-05-20T19:55:19.594Z | Packages to install: 4 |
126 | 2024-05-20T19:55:19.594Z | Mediators to change: 2 |
127 | 2024-05-20T19:55:19.594Z | Services to change: 1 |
128 | 2024-05-20T19:55:19.594Z | Estimated space available: 155.79 GB |
129 | 2024-05-20T19:55:19.594Z | Estimated space to be consumed: 1.45 GB |
130 | 2024-05-20T19:55:19.599Z | Create boot environment: No |
131 | 2024-05-20T19:55:19.599Z | Create backup boot environment: No |
132 | 2024-05-20T19:55:19.599Z | Rebuild boot archive: No |
133 | 2024-05-20T19:55:19.600Z | |
134 | 2024-05-20T19:55:19.600Z | Changed mediators: |
135 | 2024-05-20T19:55:19.600Z | mediator clang: |
136 | 2024-05-20T19:55:19.600Z | version: None -> 15 (system default) |
137 | 2024-05-20T19:55:19.600Z | |
138 | 2024-05-20T19:55:19.600Z | mediator llvm: |
139 | 2024-05-20T19:55:19.600Z | version: 14 (system default) -> 15 (system default) |
140 | 2024-05-20T19:55:19.601Z | |
141 | 2024-05-20T19:55:19.601Z | Changed packages: |
142 | 2024-05-20T19:55:19.601Z | helios-dev |
143 | 2024-05-20T19:55:19.601Z | developer/build-essential |
144 | 2024-05-20T19:55:19.601Z | None -> 11-2.0 |
145 | 2024-05-20T19:55:19.601Z | library/libxmlsec1 |
146 | 2024-05-20T19:55:19.602Z | None -> 1.2.35-2.0 |
147 | 2024-05-20T19:55:19.602Z | ooce/developer/clang-15 |
148 | 2024-05-20T19:55:19.602Z | None -> 15.0.7-2.0 |
149 | 2024-05-20T19:55:19.602Z | ooce/developer/llvm-15 |
150 | 2024-05-20T19:55:19.602Z | None -> 15.0.7-2.0 |
151 | 2024-05-20T19:55:19.602Z | |
152 | 2024-05-20T19:55:19.602Z | Services: |
153 | 2024-05-20T19:55:19.603Z | restart_fmri: |
154 | 2024-05-20T19:55:19.603Z | svc:/system/update-man-index:default |
155 | 2024-05-20T19:55:19.788Z | |
156 | 2024-05-20T19:55:19.788Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
157 | 2024-05-20T19:55:24.825Z | Download: 1201/3290 items 83.5/212.6MB 39% complete (17.0M/s) |
158 | 2024-05-20T19:55:29.826Z | Download: 2256/3290 items 119.4/212.6MB 56% complete (12.0M/s) |
159 | 2024-05-20T19:55:35.332Z | Download: 3277/3290 items 209.0/212.6MB 98% complete (12.5M/s) |
160 | 2024-05-20T19:55:37.634Z | Download: Completed 212.60 MB in 17.85 seconds (11.9M/s) |
161 | 2024-05-20T19:55:37.941Z | Actions: 1/3689 actions (Installing new actions) |
162 | 2024-05-20T19:55:42.959Z | Actions: 3566/3689 actions (Installing new actions) |
163 | 2024-05-20T19:55:43.595Z | Actions: Completed 3689 actions in 5.66 seconds. |
164 | 2024-05-20T19:55:43.820Z | Done (0.222s) |
165 | 2024-05-20T19:55:43.820Z | Done (0.000s) |
166 | 2024-05-20T19:55:44.126Z | Done (0.306s) |
167 | 2024-05-20T19:55:50.532Z | Done (6.252s) |
168 | 2024-05-20T19:55:50.817Z | Done (0.218s) |
169 | 2024-05-20T19:55:50.820Z | Done (0.000s) |
170 | 2024-05-20T19:55:50.990Z | Done (0.000s) |
171 | 2024-05-20T19:55:51.525Z | Planning: Evaluating mediator changes ... Done |
172 | 2024-05-20T19:55:51.677Z | Planning: Checking for conflicting actions ... Done |
173 | 2024-05-20T19:55:51.683Z | Planning: Consolidating action changes ... Done |
174 | 2024-05-20T19:55:51.942Z | Planning: Evaluating mediators ... Done |
175 | 2024-05-20T19:55:51.947Z | Planning: Planning completed in 0.42 seconds |
176 | 2024-05-20T19:55:51.975Z | Mediators to change: 2 |
177 | 2024-05-20T19:55:51.975Z | Create boot environment: No |
178 | 2024-05-20T19:55:51.979Z | Create backup boot environment: No |
179 | 2024-05-20T19:55:52.048Z | Done |
180 | 2024-05-20T19:55:52.048Z | Done |
181 | 2024-05-20T19:55:52.231Z | Done |
182 | 2024-05-20T19:55:55.723Z | Done |
183 | 2024-05-20T19:55:55.812Z | Done |
184 | 2024-05-20T19:55:55.812Z | Done |
185 | 2024-05-20T19:55:55.922Z | Done |
186 | 2024-05-20T19:55:56.516Z | Planning: Evaluating mediator changes ... Done |
187 | 2024-05-20T19:55:56.520Z | Planning: Merging actions ... Done |
188 | 2024-05-20T19:55:56.703Z | Planning: Checking for conflicting actions ... Done |
189 | 2024-05-20T19:55:56.708Z | Planning: Consolidating action changes ... Done |
190 | 2024-05-20T19:55:56.964Z | Planning: Evaluating mediators ... Done |
191 | 2024-05-20T19:55:57.018Z | Planning: Planning completed in 0.74 seconds |
192 | 2024-05-20T19:55:57.051Z | Packages to change: 1 |
193 | 2024-05-20T19:55:57.052Z | Mediators to change: 1 |
194 | 2024-05-20T19:55:57.055Z | Services to change: 1 |
195 | 2024-05-20T19:55:57.055Z | Create boot environment: No |
196 | 2024-05-20T19:55:57.055Z | Create backup boot environment: Yes |
197 | 2024-05-20T19:55:59.037Z | Actions: 1/6 actions (Updating modified actions) |
198 | 2024-05-20T19:55:59.097Z | Actions: Completed 6 actions in 0.08 seconds. |
199 | 2024-05-20T19:55:59.102Z | Done |
200 | 2024-05-20T19:55:59.102Z | Done |
201 | 2024-05-20T19:55:59.158Z | Done |
202 | 2024-05-20T19:56:02.659Z | Done |
203 | 2024-05-20T19:56:02.739Z | Done |
204 | 2024-05-20T19:56:02.744Z | Done |
205 | 2024-05-20T19:56:02.860Z | Done |
206 | 2024-05-20T19:56:03.285Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
207 | 2024-05-20T19:56:03.285Z | clang system 15 system |
208 | 2024-05-20T19:56:03.285Z | csh system system illumos |
209 | 2024-05-20T19:56:03.285Z | ctags system system illumos |
210 | 2024-05-20T19:56:03.285Z | gcc vendor 12 vendor |
211 | 2024-05-20T19:56:03.285Z | gcc system 10 system |
212 | 2024-05-20T19:56:03.285Z | gcc system 7 system |
213 | 2024-05-20T19:56:03.285Z | go system 1.20 system |
214 | 2024-05-20T19:56:03.285Z | go system 1.19 system |
215 | 2024-05-20T19:56:03.285Z | llvm system 15 system |
216 | 2024-05-20T19:56:03.285Z | llvm system 14 system |
217 | 2024-05-20T19:56:03.285Z | mariadb system 10.6 system |
218 | 2024-05-20T19:56:03.285Z | mta vendor vendor dma |
219 | 2024-05-20T19:56:03.285Z | openjdk system 17 system |
220 | 2024-05-20T19:56:03.285Z | openjdk system 11 system |
221 | 2024-05-20T19:56:03.285Z | openjdk system 1.8 system |
222 | 2024-05-20T19:56:03.285Z | openssl vendor 3 vendor |
223 | 2024-05-20T19:56:03.286Z | perl system 5.36 system |
224 | 2024-05-20T19:56:03.286Z | postgresql system 15 system |
225 | 2024-05-20T19:56:03.286Z | postgresql system 13 system |
226 | 2024-05-20T19:56:03.286Z | python vendor 3 vendor |
227 | 2024-05-20T19:56:03.286Z | python system 2 system |
228 | 2024-05-20T19:56:03.286Z | python3 system 3.11 system |
229 | 2024-05-20T19:56:03.286Z | ruby system 3.0 system |
230 | 2024-05-20T19:56:03.286Z | words vendor vendor american-english |
231 | 2024-05-20T19:56:03.286Z | words system system australian-english |
232 | 2024-05-20T19:56:03.286Z | words system system british-english |
233 | 2024-05-20T19:56:03.286Z | words system system canadian-english |
234 | 2024-05-20T19:56:03.286Z | words system system french |
235 | 2024-05-20T19:56:03.286Z | words system system italian |
236 | 2024-05-20T19:56:03.286Z | words system system ngerman |
237 | 2024-05-20T19:56:03.287Z | words system system ogerman |
238 | 2024-05-20T19:56:03.287Z | words system system spanish |
239 | 2024-05-20T19:56:03.613Z | PUBLISHER TYPE STATUS P LOCATION |
240 | 2024-05-20T19:56:03.613Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
241 | 2024-05-20T19:56:05.038Z | FMRI IFO |
242 | 2024-05-20T19:56:05.038Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
243 | 2024-05-20T19:56:05.039Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
244 | 2024-05-20T19:56:05.039Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
245 | 2024-05-20T19:56:05.039Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
246 | 2024-05-20T19:56:05.039Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
247 | 2024-05-20T19:56:05.039Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
248 | 2024-05-20T19:56:05.039Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
249 | 2024-05-20T19:56:05.039Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
250 | 2024-05-20T19:56:05.039Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
251 | 2024-05-20T19:56:05.039Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
252 | 2024-05-20T19:56:05.039Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
253 | 2024-05-20T19:56:05.039Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
254 | 2024-05-20T19:56:05.302Z | + set -o errexit |
255 | 2024-05-20T19:56:05.305Z | +++ dirname ./tools/ci_download_cockroachdb |
256 | 2024-05-20T19:56:05.305Z | ++ cd ./tools |
257 | 2024-05-20T19:56:05.308Z | ++ pwd |
258 | 2024-05-20T19:56:05.308Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
259 | 2024-05-20T19:56:05.308Z | ++ basename ./tools/ci_download_cockroachdb |
260 | 2024-05-20T19:56:05.308Z | + ARG0=ci_download_cockroachdb |
261 | 2024-05-20T19:56:05.312Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
262 | 2024-05-20T19:56:05.312Z | + CIDL_VERSION=v22.1.9 |
263 | 2024-05-20T19:56:05.312Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
264 | 2024-05-20T19:56:05.312Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
265 | 2024-05-20T19:56:05.312Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
266 | 2024-05-20T19:56:05.312Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
267 | 2024-05-20T19:56:05.312Z | + TARGET_DIR=out |
268 | 2024-05-20T19:56:05.312Z | + DOWNLOAD_DIR=out/downloads |
269 | 2024-05-20T19:56:05.312Z | + DEST_DIR=./out/cockroachdb |
270 | 2024-05-20T19:56:05.312Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
271 | 2024-05-20T19:56:05.312Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
272 | 2024-05-20T19:56:05.312Z | + main |
273 | 2024-05-20T19:56:05.312Z | + [[ 0 != 0 ]] |
274 | 2024-05-20T19:56:05.312Z | + CIDL_OS=solaris2.11 |
275 | 2024-05-20T19:56:05.312Z | + [[ 0 != 0 ]] |
276 | 2024-05-20T19:56:05.312Z | + configure_os solaris2.11 |
277 | 2024-05-20T19:56:05.312Z | + echo 'current directory: /work/oxidecomputer/omicron' |
278 | 2024-05-20T19:56:05.313Z | current directory: /work/oxidecomputer/omicron |
279 | 2024-05-20T19:56:05.313Z | + echo 'configuring based on OS: "solaris2.11"' |
280 | 2024-05-20T19:56:05.313Z | + case "$1" in |
281 | 2024-05-20T19:56:05.313Z | configuring based on OS: "solaris2.11" |
282 | 2024-05-20T19:56:05.313Z | + CIDL_BUILD=illumos |
283 | 2024-05-20T19:56:05.313Z | + CIDL_SUFFIX=tar.gz |
284 | 2024-05-20T19:56:05.313Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
285 | 2024-05-20T19:56:05.313Z | + CIDL_URL_BASE=https://illumos.org/downloads |
286 | 2024-05-20T19:56:05.313Z | + CIDL_ASSEMBLE=do_assemble_illumos |
287 | 2024-05-20T19:56:05.313Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
288 | 2024-05-20T19:56:05.313Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
289 | 2024-05-20T19:56:05.313Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
290 | 2024-05-20T19:56:05.313Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
291 | 2024-05-20T19:56:05.313Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
292 | 2024-05-20T19:56:05.313Z | + CIDL_SHA256FUNC=do_sha256sum |
293 | 2024-05-20T19:56:05.313Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
294 | 2024-05-20T19:56:05.313Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
295 | 2024-05-20T19:56:05.313Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
296 | 2024-05-20T19:56:05.313Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
297 | 2024-05-20T19:56:05.313Z | + mkdir -p out/downloads |
298 | 2024-05-20T19:56:05.317Z | + mkdir -p ./out/cockroachdb |
299 | 2024-05-20T19:56:05.317Z | + local DO_DOWNLOAD=true |
300 | 2024-05-20T19:56:05.317Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
301 | 2024-05-20T19:56:05.317Z | + '[' true == true ']' |
302 | 2024-05-20T19:56:05.317Z | + echo Downloading... |
303 | 2024-05-20T19:56:05.317Z | Downloading... |
304 | 2024-05-20T19:56:05.317Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
305 | 2024-05-20T19:56:05.317Z | + curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
306 | 2024-05-20T19:56:08.579Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
307 | 2024-05-20T19:56:08.584Z | ++ sha256sum |
308 | 2024-05-20T19:56:08.584Z | ++ awk '{print $1}' |
309 | 2024-05-20T19:56:08.637Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
310 | 2024-05-20T19:56:08.641Z | + [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]] |
311 | 2024-05-20T19:56:08.641Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
312 | 2024-05-20T19:56:08.641Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
313 | 2024-05-20T19:56:10.823Z | + do_assemble_illumos |
314 | 2024-05-20T19:56:10.823Z | + rm -r ./out/cockroachdb |
315 | 2024-05-20T19:56:10.838Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
316 | 2024-05-20T19:56:11.244Z | + ./out/cockroachdb/bin/cockroach version |
317 | 2024-05-20T19:56:11.509Z | Build Tag: v22.1.9-dirty |
318 | 2024-05-20T19:56:11.509Z | Build Time: 2022/10/26 21:17:46 |
319 | 2024-05-20T19:56:11.509Z | Distribution: OSS |
320 | 2024-05-20T19:56:11.509Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
321 | 2024-05-20T19:56:11.509Z | Go Version: go1.17.13 |
322 | 2024-05-20T19:56:11.509Z | C Compiler: gcc 10.3.0 |
323 | 2024-05-20T19:56:11.510Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
324 | 2024-05-20T19:56:11.510Z | Build Type: release |
325 | 2024-05-20T19:56:11.526Z | + set -o errexit |
326 | 2024-05-20T19:56:11.529Z | +++ dirname ./tools/ci_download_clickhouse |
327 | 2024-05-20T19:56:11.533Z | ++ cd ./tools |
328 | 2024-05-20T19:56:11.533Z | ++ pwd |
329 | 2024-05-20T19:56:11.533Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
330 | 2024-05-20T19:56:11.533Z | ++ basename ./tools/ci_download_clickhouse |
331 | 2024-05-20T19:56:11.533Z | + ARG0=ci_download_clickhouse |
332 | 2024-05-20T19:56:11.533Z | + TARGET_DIR=out |
333 | 2024-05-20T19:56:11.533Z | + DOWNLOAD_DIR=out/downloads |
334 | 2024-05-20T19:56:11.533Z | + DEST_DIR=./out/clickhouse |
335 | 2024-05-20T19:56:11.536Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
336 | 2024-05-20T19:56:11.536Z | + CIDL_VERSION=v23.8.7.24 |
337 | 2024-05-20T19:56:11.536Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
338 | 2024-05-20T19:56:11.537Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
339 | 2024-05-20T19:56:11.537Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
340 | 2024-05-20T19:56:11.537Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
341 | 2024-05-20T19:56:11.537Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
342 | 2024-05-20T19:56:11.537Z | + main |
343 | 2024-05-20T19:56:11.537Z | + [[ 0 != 0 ]] |
344 | 2024-05-20T19:56:11.537Z | + CIDL_OS=solaris2.11 |
345 | 2024-05-20T19:56:11.537Z | + [[ 0 != 0 ]] |
346 | 2024-05-20T19:56:11.537Z | + configure_os solaris2.11 |
347 | 2024-05-20T19:56:11.537Z | + echo 'current directory: /work/oxidecomputer/omicron' |
348 | 2024-05-20T19:56:11.537Z | current directory: /work/oxidecomputer/omicron |
349 | 2024-05-20T19:56:11.537Z | + echo 'configuring based on OS: "solaris2.11"' |
350 | 2024-05-20T19:56:11.537Z | + CIDL_DASHREV= |
351 | 2024-05-20T19:56:11.537Z | configuring based on OS: "solaris2.11" |
352 | 2024-05-20T19:56:11.537Z | + case "$1" in |
353 | 2024-05-20T19:56:11.537Z | + CIDL_PLATFORM=illumos |
354 | 2024-05-20T19:56:11.537Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
355 | 2024-05-20T19:56:11.537Z | + CIDL_MD5FUNC=do_md5sum |
356 | 2024-05-20T19:56:11.537Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
357 | 2024-05-20T19:56:11.537Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
358 | 2024-05-20T19:56:11.537Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
359 | 2024-05-20T19:56:11.537Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
360 | 2024-05-20T19:56:11.537Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
361 | 2024-05-20T19:56:11.538Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
362 | 2024-05-20T19:56:11.538Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
363 | 2024-05-20T19:56:11.538Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
364 | 2024-05-20T19:56:11.538Z | + mkdir -p out/downloads |
365 | 2024-05-20T19:56:11.541Z | + mkdir -p ./out/clickhouse |
366 | 2024-05-20T19:56:11.541Z | + local DO_DOWNLOAD=true |
367 | 2024-05-20T19:56:11.541Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
368 | 2024-05-20T19:56:11.541Z | + '[' true == true ']' |
369 | 2024-05-20T19:56:11.541Z | + echo Downloading... |
370 | 2024-05-20T19:56:11.541Z | Downloading... |
371 | 2024-05-20T19:56:11.541Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
372 | 2024-05-20T19:56:11.541Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
373 | 2024-05-20T19:56:13.130Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
374 | 2024-05-20T19:56:13.136Z | ++ md5sum |
375 | 2024-05-20T19:56:13.136Z | ++ awk '{print $1}' |
376 | 2024-05-20T19:56:13.443Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
377 | 2024-05-20T19:56:13.444Z | + [[ 409222de8ecb59e5dd97dcc942ccdffe != \4\0\9\2\2\2\d\e\8\e\c\b\5\9\e\5\d\d\9\7\d\c\c\9\4\2\c\c\d\f\f\e ]] |
378 | 2024-05-20T19:56:13.444Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
379 | 2024-05-20T19:56:13.447Z | + mkdir -p ./out/clickhouse |
380 | 2024-05-20T19:56:13.447Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
381 | 2024-05-20T19:56:17.263Z | + [[ solaris2.11 == darwin* ]] |
382 | 2024-05-20T19:56:17.263Z | + ./out/clickhouse/clickhouse server --version |
383 | 2024-05-20T19:56:17.783Z | ClickHouse server version 23.8.7.1. |
384 | 2024-05-20T19:56:17.802Z | + set -o errexit |
385 | 2024-05-20T19:56:17.805Z | +++ dirname ./tools/ci_download_console |
386 | 2024-05-20T19:56:17.808Z | ++ cd ./tools |
387 | 2024-05-20T19:56:17.808Z | ++ pwd |
388 | 2024-05-20T19:56:17.808Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
389 | 2024-05-20T19:56:17.808Z | ++ basename ./tools/ci_download_console |
390 | 2024-05-20T19:56:17.808Z | + ARG0=ci_download_console |
391 | 2024-05-20T19:56:17.808Z | + TARGET_DIR=out |
392 | 2024-05-20T19:56:17.808Z | + DOWNLOAD_DIR=out/downloads |
393 | 2024-05-20T19:56:17.809Z | + DEST_DIR=./out/console-assets |
394 | 2024-05-20T19:56:17.809Z | + source /work/oxidecomputer/omicron/tools/console_version |
395 | 2024-05-20T19:56:17.813Z | ++ COMMIT=078d17117a3937d571bb5535f9791db65be7afc5 |
396 | 2024-05-20T19:56:17.813Z | ++ SHA2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c |
397 | 2024-05-20T19:56:17.813Z | + URL=https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
398 | 2024-05-20T19:56:17.813Z | + TARBALL_FILE=out/downloads/console.tar.gz |
399 | 2024-05-20T19:56:17.813Z | + main |
400 | 2024-05-20T19:56:17.813Z | + [[ 0 != 0 ]] |
401 | 2024-05-20T19:56:17.813Z | + echo 'URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz' |
402 | 2024-05-20T19:56:17.813Z | URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
403 | 2024-05-20T19:56:17.813Z | + echo 'Local file: out/downloads/console.tar.gz' |
404 | 2024-05-20T19:56:17.813Z | Local file: out/downloads/console.tar.gz |
405 | 2024-05-20T19:56:17.813Z | + local DO_DOWNLOAD=true |
406 | 2024-05-20T19:56:17.813Z | + [[ -f out/downloads/console.tar.gz ]] |
407 | 2024-05-20T19:56:17.813Z | + mkdir -p out/downloads |
408 | 2024-05-20T19:56:17.813Z | + '[' true == true ']' |
409 | 2024-05-20T19:56:17.813Z | + echo Downloading... |
410 | 2024-05-20T19:56:17.813Z | Downloading... |
411 | 2024-05-20T19:56:17.813Z | + do_download_curl https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz out/downloads/console.tar.gz |
412 | 2024-05-20T19:56:17.814Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
413 | 2024-05-20T19:56:18.449Z | ++ do_sha256sum out/downloads/console.tar.gz |
414 | 2024-05-20T19:56:18.452Z | ++ case "$OSTYPE" in |
415 | 2024-05-20T19:56:18.452Z | ++ SHA=sha256sum |
416 | 2024-05-20T19:56:18.452Z | ++ sha256sum |
417 | 2024-05-20T19:56:18.452Z | ++ awk '{print $1}' |
418 | 2024-05-20T19:56:18.458Z | + calculated_sha2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c |
419 | 2024-05-20T19:56:18.460Z | + [[ f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c != \f\3\b\c\5\1\a\9\d\d\f\5\3\5\6\e\c\d\a\8\5\f\f\1\1\e\e\c\0\3\2\d\a\8\8\0\b\e\1\6\2\3\5\8\b\b\7\e\e\6\7\6\a\b\8\2\3\e\5\9\4\7\6\c ]] |
420 | 2024-05-20T19:56:18.460Z | + rm -rf ./out/console-assets |
421 | 2024-05-20T19:56:18.461Z | + mkdir -p ./out/console-assets |
422 | 2024-05-20T19:56:18.464Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
423 | 2024-05-20T19:56:18.464Z | + mkdir -p ./out/console-assets |
424 | 2024-05-20T19:56:18.464Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
425 | 2024-05-20T19:56:18.555Z | + set -o errexit |
426 | 2024-05-20T19:56:18.558Z | +++ dirname ./tools/ci_download_dendrite_openapi |
427 | 2024-05-20T19:56:18.561Z | ++ cd ./tools |
428 | 2024-05-20T19:56:18.561Z | ++ pwd |
429 | 2024-05-20T19:56:18.561Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
430 | 2024-05-20T19:56:18.561Z | ++ basename ./tools/ci_download_dendrite_openapi |
431 | 2024-05-20T19:56:18.561Z | + ARG0=ci_download_dendrite_openapi |
432 | 2024-05-20T19:56:18.561Z | + TARGET_DIR=out |
433 | 2024-05-20T19:56:18.561Z | + DOWNLOAD_DIR=out/downloads |
434 | 2024-05-20T19:56:18.561Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
435 | 2024-05-20T19:56:18.561Z | ++ COMMIT=6334bf74fa21790c15f1c4e494ea2ec0edd1c83c |
436 | 2024-05-20T19:56:18.561Z | ++ SHA2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013 |
437 | 2024-05-20T19:56:18.565Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json |
438 | 2024-05-20T19:56:18.565Z | + LOCAL_FILE=out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json |
439 | 2024-05-20T19:56:18.565Z | + main |
440 | 2024-05-20T19:56:18.565Z | + [[ 0 != 0 ]] |
441 | 2024-05-20T19:56:18.565Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json' |
442 | 2024-05-20T19:56:18.565Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json |
443 | 2024-05-20T19:56:18.565Z | + echo 'Local file: out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json' |
444 | 2024-05-20T19:56:18.565Z | + local DO_DOWNLOAD=true |
445 | 2024-05-20T19:56:18.565Z | Local file: out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json |
446 | 2024-05-20T19:56:18.565Z | + [[ -f out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json ]] |
447 | 2024-05-20T19:56:18.565Z | + mkdir -p out/downloads |
448 | 2024-05-20T19:56:18.565Z | + '[' true == true ']' |
449 | 2024-05-20T19:56:18.565Z | + echo Downloading... |
450 | 2024-05-20T19:56:18.565Z | Downloading... |
451 | 2024-05-20T19:56:18.565Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json |
452 | 2024-05-20T19:56:18.565Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json |
453 | 2024-05-20T19:56:18.799Z | ++ do_sha256sum out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json |
454 | 2024-05-20T19:56:18.799Z | ++ case "$OSTYPE" in |
455 | 2024-05-20T19:56:18.802Z | ++ SHA=sha256sum |
456 | 2024-05-20T19:56:18.802Z | ++ sha256sum |
457 | 2024-05-20T19:56:18.802Z | ++ awk '{print $1}' |
458 | 2024-05-20T19:56:18.805Z | + calculated_sha2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013 |
459 | 2024-05-20T19:56:18.805Z | + [[ 213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013 != \2\1\3\0\3\1\a\a\0\5\8\f\0\a\a\3\5\5\9\6\4\e\4\a\5\c\a\3\5\0\d\b\3\0\1\1\0\4\5\4\b\a\d\5\c\7\7\c\b\c\9\4\a\b\7\7\f\d\c\b\e\0\1\3 ]] |
460 | 2024-05-20T19:56:18.811Z | + set -o errexit |
461 | 2024-05-20T19:56:18.814Z | +++ dirname ./tools/ci_download_dendrite_stub |
462 | 2024-05-20T19:56:18.819Z | ++ cd ./tools |
463 | 2024-05-20T19:56:18.820Z | ++ pwd |
464 | 2024-05-20T19:56:18.820Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
465 | 2024-05-20T19:56:18.820Z | ++ basename ./tools/ci_download_dendrite_stub |
466 | 2024-05-20T19:56:18.824Z | + ARG0=ci_download_dendrite_stub |
467 | 2024-05-20T19:56:18.824Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
468 | 2024-05-20T19:56:18.824Z | ++ CIDL_SHA256_ILLUMOS=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700 |
469 | 2024-05-20T19:56:18.824Z | ++ CIDL_SHA256_LINUX_DPD=fa38138db9ce1c2cababd11dd9ef1289295e4a8185c78372f6ff1a090c75a05b |
470 | 2024-05-20T19:56:18.824Z | ++ CIDL_SHA256_LINUX_SWADM=ebda6c0a8e29f40c389337fe2e37c1191eeeb34d729de7724b6d707bb6c9a882 |
471 | 2024-05-20T19:56:18.824Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
472 | 2024-05-20T19:56:18.824Z | ++ COMMIT=6334bf74fa21790c15f1c4e494ea2ec0edd1c83c |
473 | 2024-05-20T19:56:18.824Z | ++ SHA2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013 |
474 | 2024-05-20T19:56:18.824Z | + TARGET_DIR=out |
475 | 2024-05-20T19:56:18.824Z | + DOWNLOAD_DIR=out/downloads |
476 | 2024-05-20T19:56:18.824Z | + DEST_DIR=./out/dendrite-stub |
477 | 2024-05-20T19:56:18.824Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
478 | 2024-05-20T19:56:18.824Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
479 | 2024-05-20T19:56:18.824Z | + REPO=oxidecomputer/dendrite |
480 | 2024-05-20T19:56:18.824Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c |
481 | 2024-05-20T19:56:18.824Z | + main |
482 | 2024-05-20T19:56:18.824Z | + [[ 0 != 0 ]] |
483 | 2024-05-20T19:56:18.824Z | + CIDL_OS=solaris2.11 |
484 | 2024-05-20T19:56:18.824Z | + [[ 0 != 0 ]] |
485 | 2024-05-20T19:56:18.824Z | + configure_os solaris2.11 |
486 | 2024-05-20T19:56:18.824Z | + echo 'current directory: /work/oxidecomputer/omicron' |
487 | 2024-05-20T19:56:18.824Z | current directory: /work/oxidecomputer/omicron |
488 | 2024-05-20T19:56:18.825Z | + echo 'configuring based on OS: "solaris2.11"' |
489 | 2024-05-20T19:56:18.825Z | + case "$1" in |
490 | 2024-05-20T19:56:18.825Z | configuring based on OS: "solaris2.11" |
491 | 2024-05-20T19:56:18.825Z | + SET_BINARIES= |
492 | 2024-05-20T19:56:18.825Z | + CIDL_SHA256=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700 |
493 | 2024-05-20T19:56:18.825Z | + CIDL_SHA256FUNC=do_sha256sum |
494 | 2024-05-20T19:56:18.825Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
495 | 2024-05-20T19:56:18.825Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz |
496 | 2024-05-20T19:56:18.825Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
497 | 2024-05-20T19:56:18.825Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz' |
498 | 2024-05-20T19:56:18.825Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz |
499 | 2024-05-20T19:56:18.825Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
500 | 2024-05-20T19:56:18.825Z | Local file: out/downloads/dendrite-stub.tar.gz |
501 | 2024-05-20T19:56:18.825Z | + mkdir -p out/downloads |
502 | 2024-05-20T19:56:18.825Z | + mkdir -p ./out/dendrite-stub |
503 | 2024-05-20T19:56:18.825Z | + fetch_and_verify |
504 | 2024-05-20T19:56:18.825Z | + local DO_DOWNLOAD=true |
505 | 2024-05-20T19:56:18.825Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
506 | 2024-05-20T19:56:18.825Z | + '[' true == true ']' |
507 | 2024-05-20T19:56:18.825Z | + echo Downloading... |
508 | 2024-05-20T19:56:18.825Z | Downloading... |
509 | 2024-05-20T19:56:18.825Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
510 | 2024-05-20T19:56:18.825Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz |
511 | 2024-05-20T19:56:22.377Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
512 | 2024-05-20T19:56:22.382Z | ++ sha256sum |
513 | 2024-05-20T19:56:22.382Z | ++ awk '{print $1}' |
514 | 2024-05-20T19:56:22.401Z | + calculated_sha256=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700 |
515 | 2024-05-20T19:56:22.401Z | + [[ 5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700 != \5\9\2\9\f\9\a\b\f\0\d\a\f\4\b\b\f\1\7\d\8\3\5\e\5\d\6\9\f\c\8\4\2\b\9\6\1\7\b\3\1\2\f\b\5\6\4\4\f\a\9\9\d\a\f\7\8\5\2\0\3\7\0\0 ]] |
516 | 2024-05-20T19:56:22.405Z | + do_untar out/downloads/dendrite-stub.tar.gz |
517 | 2024-05-20T19:56:22.405Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
518 | 2024-05-20T19:56:23.033Z | + do_assemble |
519 | 2024-05-20T19:56:23.034Z | + rm -r ./out/dendrite-stub |
520 | 2024-05-20T19:56:23.037Z | + mkdir ./out/dendrite-stub |
521 | 2024-05-20T19:56:23.040Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
522 | 2024-05-20T19:56:23.117Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
523 | 2024-05-20T19:56:23.128Z | + set -o errexit |
524 | 2024-05-20T19:56:23.131Z | +++ dirname ./tools/ci_download_maghemite_mgd |
525 | 2024-05-20T19:56:23.134Z | ++ cd ./tools |
526 | 2024-05-20T19:56:23.134Z | ++ pwd |
527 | 2024-05-20T19:56:23.134Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
528 | 2024-05-20T19:56:23.134Z | ++ basename ./tools/ci_download_maghemite_mgd |
529 | 2024-05-20T19:56:23.134Z | + ARG0=ci_download_maghemite_mgd |
530 | 2024-05-20T19:56:23.134Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
531 | 2024-05-20T19:56:23.137Z | ++ CIDL_SHA256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd |
532 | 2024-05-20T19:56:23.137Z | ++ MGD_LINUX_SHA256=903413ddaab89594ed7518cb8f2f27793e96cd17ed2d6b3fe11657ec4375cb19 |
533 | 2024-05-20T19:56:23.137Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
534 | 2024-05-20T19:56:23.138Z | ++ COMMIT=025389ff39d594bf2b815377e2c1dc4dd23b1f96 |
535 | 2024-05-20T19:56:23.138Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
536 | 2024-05-20T19:56:23.138Z | + TARGET_DIR=out |
537 | 2024-05-20T19:56:23.138Z | + DOWNLOAD_DIR=out/downloads |
538 | 2024-05-20T19:56:23.138Z | + DEST_DIR=./out/mgd |
539 | 2024-05-20T19:56:23.138Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
540 | 2024-05-20T19:56:23.138Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
541 | 2024-05-20T19:56:23.138Z | + REPO=oxidecomputer/maghemite |
542 | 2024-05-20T19:56:23.138Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96 |
543 | 2024-05-20T19:56:23.138Z | + main |
544 | 2024-05-20T19:56:23.138Z | + rm -rf out/downloads/root |
545 | 2024-05-20T19:56:23.142Z | + [[ 0 != 0 ]] |
546 | 2024-05-20T19:56:23.143Z | + CIDL_OS=solaris2.11 |
547 | 2024-05-20T19:56:23.146Z | + [[ 0 != 0 ]] |
548 | 2024-05-20T19:56:23.146Z | + configure_os solaris2.11 |
549 | 2024-05-20T19:56:23.146Z | + echo 'current directory: /work/oxidecomputer/omicron' |
550 | 2024-05-20T19:56:23.146Z | current directory: /work/oxidecomputer/omicron |
551 | 2024-05-20T19:56:23.146Z | + echo 'configuring based on OS: "solaris2.11"' |
552 | 2024-05-20T19:56:23.146Z | configuring based on OS: "solaris2.11" |
553 | 2024-05-20T19:56:23.146Z | + case "$1" in |
554 | 2024-05-20T19:56:23.146Z | + SET_BINARIES= |
555 | 2024-05-20T19:56:23.146Z | + CIDL_SHA256FUNC=do_sha256sum |
556 | 2024-05-20T19:56:23.146Z | + TARBALL_FILENAME=mgd.tar.gz |
557 | 2024-05-20T19:56:23.146Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz |
558 | 2024-05-20T19:56:23.146Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
559 | 2024-05-20T19:56:23.146Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz' |
560 | 2024-05-20T19:56:23.146Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz |
561 | 2024-05-20T19:56:23.146Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
562 | 2024-05-20T19:56:23.146Z | Local file: out/downloads/mgd.tar.gz |
563 | 2024-05-20T19:56:23.146Z | + mkdir -p out/downloads |
564 | 2024-05-20T19:56:23.146Z | + mkdir -p ./out/mgd |
565 | 2024-05-20T19:56:23.150Z | + fetch_and_verify |
566 | 2024-05-20T19:56:23.150Z | + local DO_DOWNLOAD=true |
567 | 2024-05-20T19:56:23.150Z | + [[ -f out/downloads/mgd.tar.gz ]] |
568 | 2024-05-20T19:56:23.150Z | + '[' true == true ']' |
569 | 2024-05-20T19:56:23.150Z | + echo Downloading... |
570 | 2024-05-20T19:56:23.151Z | Downloading... |
571 | 2024-05-20T19:56:23.151Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz out/downloads/mgd.tar.gz |
572 | 2024-05-20T19:56:23.151Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz |
573 | 2024-05-20T19:56:31.189Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
574 | 2024-05-20T19:56:31.193Z | ++ sha256sum |
575 | 2024-05-20T19:56:31.193Z | ++ awk '{print $1}' |
576 | 2024-05-20T19:56:31.215Z | + calculated_sha256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd |
577 | 2024-05-20T19:56:31.219Z | + [[ e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd != \e\0\9\0\7\d\e\3\9\c\a\9\f\8\a\b\4\5\d\4\0\d\3\6\1\a\1\d\b\e\e\d\4\b\d\8\e\9\b\1\5\7\f\8\d\3\d\8\f\e\0\a\4\b\c\2\5\9\d\9\3\3\b\d ]] |
578 | 2024-05-20T19:56:31.219Z | + do_untar out/downloads/mgd.tar.gz |
579 | 2024-05-20T19:56:31.219Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
580 | 2024-05-20T19:56:31.805Z | + do_assemble |
581 | 2024-05-20T19:56:31.805Z | + rm -r ./out/mgd |
582 | 2024-05-20T19:56:31.809Z | + mkdir ./out/mgd |
583 | 2024-05-20T19:56:31.811Z | + cp -r out/downloads/root ./out/mgd/root |
584 | 2024-05-20T19:56:31.890Z | + set -o errexit |
585 | 2024-05-20T19:56:31.893Z | +++ dirname ./tools/ci_download_transceiver_control |
586 | 2024-05-20T19:56:31.897Z | ++ cd ./tools |
587 | 2024-05-20T19:56:31.897Z | ++ pwd |
588 | 2024-05-20T19:56:31.897Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
589 | 2024-05-20T19:56:31.897Z | ++ basename ./tools/ci_download_transceiver_control |
590 | 2024-05-20T19:56:31.901Z | + ARG0=ci_download_transceiver_control |
591 | 2024-05-20T19:56:31.901Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
592 | 2024-05-20T19:56:31.901Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
593 | 2024-05-20T19:56:31.901Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
594 | 2024-05-20T19:56:31.901Z | + TARGET_DIR=out |
595 | 2024-05-20T19:56:31.901Z | + DOWNLOAD_DIR=out/downloads |
596 | 2024-05-20T19:56:31.901Z | + DEST_DIR=./out/transceiver-control |
597 | 2024-05-20T19:56:31.901Z | + BIN_DIR=/opt/oxide/bin |
598 | 2024-05-20T19:56:31.901Z | + BINARY=xcvradm |
599 | 2024-05-20T19:56:31.901Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
600 | 2024-05-20T19:56:31.901Z | + REPO=oxidecomputer/transceiver-control |
601 | 2024-05-20T19:56:31.901Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
602 | 2024-05-20T19:56:31.901Z | + main |
603 | 2024-05-20T19:56:31.901Z | + [[ 0 != 0 ]] |
604 | 2024-05-20T19:56:31.901Z | + CIDL_OS=solaris2.11 |
605 | 2024-05-20T19:56:31.901Z | + [[ 0 != 0 ]] |
606 | 2024-05-20T19:56:31.902Z | + configure_os solaris2.11 |
607 | 2024-05-20T19:56:31.902Z | + echo 'current directory: /work/oxidecomputer/omicron' |
608 | 2024-05-20T19:56:31.902Z | + echo 'configuring based on OS: "solaris2.11"' |
609 | 2024-05-20T19:56:31.902Z | + case "$1" in |
610 | 2024-05-20T19:56:31.902Z | + SET_BINARIES= |
611 | 2024-05-20T19:56:31.902Z | current directory: /work/oxidecomputer/omicron |
612 | 2024-05-20T19:56:31.902Z | configuring based on OS: "solaris2.11" |
613 | 2024-05-20T19:56:31.902Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
614 | 2024-05-20T19:56:31.902Z | + CIDL_SHA256FUNC=do_sha256sum |
615 | 2024-05-20T19:56:31.902Z | + ARCHIVE_FILENAME=xcvradm.gz |
616 | 2024-05-20T19:56:31.902Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
617 | 2024-05-20T19:56:31.902Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
618 | 2024-05-20T19:56:31.902Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
619 | 2024-05-20T19:56:31.902Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
620 | 2024-05-20T19:56:31.902Z | Local file: out/downloads/xcvradm.gz |
621 | 2024-05-20T19:56:31.902Z | + echo 'Local file: out/downloads/xcvradm.gz' |
622 | 2024-05-20T19:56:31.902Z | + mkdir -p out/downloads |
623 | 2024-05-20T19:56:31.902Z | + mkdir -p ./out/transceiver-control |
624 | 2024-05-20T19:56:31.902Z | + fetch_and_verify |
625 | 2024-05-20T19:56:31.906Z | + local DO_DOWNLOAD=true |
626 | 2024-05-20T19:56:31.906Z | + [[ -f out/downloads/xcvradm.gz ]] |
627 | 2024-05-20T19:56:31.906Z | + '[' true == true ']' |
628 | 2024-05-20T19:56:31.906Z | + echo Downloading... |
629 | 2024-05-20T19:56:31.906Z | Downloading... |
630 | 2024-05-20T19:56:31.906Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
631 | 2024-05-20T19:56:31.906Z | + curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
632 | 2024-05-20T19:56:33.167Z | ++ do_sha256sum out/downloads/xcvradm.gz |
633 | 2024-05-20T19:56:33.171Z | ++ sha256sum |
634 | 2024-05-20T19:56:33.171Z | ++ awk '{print $1}' |
635 | 2024-05-20T19:56:33.171Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
636 | 2024-05-20T19:56:33.171Z | + [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]] |
637 | 2024-05-20T19:56:33.171Z | + do_unpack out/downloads/xcvradm.gz |
638 | 2024-05-20T19:56:33.171Z | + mkdir -p out/downloads/root//opt/oxide/bin |
639 | 2024-05-20T19:56:33.171Z | + gzip -dc out/downloads/xcvradm.gz |
640 | 2024-05-20T19:56:33.288Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
641 | 2024-05-20T19:56:33.291Z | + do_assemble |
642 | 2024-05-20T19:56:33.291Z | + rm -r ./out/transceiver-control |
643 | 2024-05-20T19:56:33.294Z | + mkdir ./out/transceiver-control |
644 | 2024-05-20T19:56:33.294Z | + cp -r out/downloads/root ./out/transceiver-control/root |
645 | 2024-05-20T19:56:33.397Z | + set -o errexit |
646 | 2024-05-20T19:56:33.403Z | +++ dirname ./tools/ci_download_thundermuffin |
647 | 2024-05-20T19:56:33.403Z | ++ cd ./tools |
648 | 2024-05-20T19:56:33.403Z | ++ pwd |
649 | 2024-05-20T19:56:33.403Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
650 | 2024-05-20T19:56:33.403Z | ++ basename ./tools/ci_download_thundermuffin |
651 | 2024-05-20T19:56:33.403Z | + ARG0=ci_download_thundermuffin |
652 | 2024-05-20T19:56:33.403Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
653 | 2024-05-20T19:56:33.403Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
654 | 2024-05-20T19:56:33.403Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
655 | 2024-05-20T19:56:33.404Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
656 | 2024-05-20T19:56:33.404Z | + TARGET_DIR=out |
657 | 2024-05-20T19:56:33.404Z | + DOWNLOAD_DIR=out/downloads |
658 | 2024-05-20T19:56:33.404Z | + DEST_DIR=./out/thundermuffin |
659 | 2024-05-20T19:56:33.404Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
660 | 2024-05-20T19:56:33.404Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
661 | 2024-05-20T19:56:33.404Z | + REPO=oxidecomputer/thundermuffin |
662 | 2024-05-20T19:56:33.404Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
663 | 2024-05-20T19:56:33.404Z | + main |
664 | 2024-05-20T19:56:33.408Z | + rm -rf out/downloads/root |
665 | 2024-05-20T19:56:33.412Z | + [[ 0 != 0 ]] |
666 | 2024-05-20T19:56:33.413Z | + CIDL_OS=solaris2.11 |
667 | 2024-05-20T19:56:33.413Z | + [[ 0 != 0 ]] |
668 | 2024-05-20T19:56:33.413Z | + configure_os solaris2.11 |
669 | 2024-05-20T19:56:33.413Z | + echo 'current directory: /work/oxidecomputer/omicron' |
670 | 2024-05-20T19:56:33.413Z | + echo 'configuring based on OS: "solaris2.11"' |
671 | 2024-05-20T19:56:33.413Z | + case "$1" in |
672 | 2024-05-20T19:56:33.413Z | current directory: /work/oxidecomputer/omicron |
673 | 2024-05-20T19:56:33.413Z | configuring based on OS: "solaris2.11" |
674 | 2024-05-20T19:56:33.413Z | + SET_BINARIES= |
675 | 2024-05-20T19:56:33.413Z | + CIDL_SHA256FUNC=do_sha256sum |
676 | 2024-05-20T19:56:33.413Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
677 | 2024-05-20T19:56:33.413Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
678 | 2024-05-20T19:56:33.413Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
679 | 2024-05-20T19:56:33.413Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
680 | 2024-05-20T19:56:33.413Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
681 | 2024-05-20T19:56:33.413Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
682 | 2024-05-20T19:56:33.414Z | Local file: out/downloads/thundermuffin.tar.gz |
683 | 2024-05-20T19:56:33.414Z | + mkdir -p out/downloads |
684 | 2024-05-20T19:56:33.414Z | + mkdir -p ./out/thundermuffin |
685 | 2024-05-20T19:56:33.419Z | + fetch_and_verify |
686 | 2024-05-20T19:56:33.419Z | + local DO_DOWNLOAD=true |
687 | 2024-05-20T19:56:33.419Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
688 | 2024-05-20T19:56:33.419Z | + '[' true == true ']' |
689 | 2024-05-20T19:56:33.419Z | + echo Downloading... |
690 | 2024-05-20T19:56:33.419Z | Downloading... |
691 | 2024-05-20T19:56:33.419Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
692 | 2024-05-20T19:56:33.419Z | + curl --silent --show-error --fail --location --output out/downloads/thundermuffin.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
693 | 2024-05-20T19:56:34.586Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
694 | 2024-05-20T19:56:34.589Z | ++ sha256sum |
695 | 2024-05-20T19:56:34.589Z | ++ awk '{print $1}' |
696 | 2024-05-20T19:56:34.595Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
697 | 2024-05-20T19:56:34.595Z | + [[ dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa != \d\c\5\5\a\2\a\c\c\d\3\3\a\3\4\7\d\f\4\c\b\d\c\0\0\2\6\c\b\a\c\c\e\a\2\c\0\0\4\9\4\0\c\3\f\e\c\8\c\a\d\c\d\d\6\3\3\d\4\4\0\d\f\a ]] |
698 | 2024-05-20T19:56:34.595Z | + do_untar out/downloads/thundermuffin.tar.gz |
699 | 2024-05-20T19:56:34.595Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
700 | 2024-05-20T19:56:34.656Z | + do_assemble |
701 | 2024-05-20T19:56:34.656Z | + rm -r ./out/thundermuffin |
702 | 2024-05-20T19:56:34.660Z | + mkdir ./out/thundermuffin |
703 | 2024-05-20T19:56:34.664Z | + cp -r out/downloads/root ./out/thundermuffin/root |
704 | 2024-05-20T19:56:34.955Z | All builder prerequisites installed successfully, and PATH looks valid |
705 | 2024-05-20T19:56:34.963Z | |
706 | 2024-05-20T19:56:34.963Z | real 1:37.949232063 |
707 | 2024-05-20T19:56:34.964Z | user 37.159117294 |
708 | 2024-05-20T19:56:34.964Z | sys 6.624637627 |
709 | 2024-05-20T19:56:34.964Z | trap 0.007792309 |
710 | 2024-05-20T19:56:34.964Z | tflt 0.169599669 |
711 | 2024-05-20T19:56:34.964Z | dflt 0.173557123 |
712 | 2024-05-20T19:56:34.964Z | kflt 0.172428983 |
713 | 2024-05-20T19:56:34.964Z | lock 2.327218763 |
714 | 2024-05-20T19:56:34.965Z | slp 3:08.196885860 |
715 | 2024-05-20T19:56:34.965Z | lat 1.980977407 |
716 | 2024-05-20T19:56:34.965Z | stop 0.156128685 |
717 | 2024-05-20T19:56:34.965Z | |
718 | 2024-05-20T19:56:34.965Z | #### # # ##### ##### # # |
719 | 2024-05-20T19:56:34.965Z | # # # # # # # # # # |
720 | 2024-05-20T19:56:34.965Z | # # # # # # # # |
721 | 2024-05-20T19:56:34.965Z | # # # ##### ##### # |
722 | 2024-05-20T19:56:34.965Z | # # # # # # # |
723 | 2024-05-20T19:56:34.965Z | #### ###### # # # # |
724 | 2024-05-20T19:56:34.966Z | |
725 | 2024-05-20T19:56:35.160Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
726 | 2024-05-20T19:56:35.592Z | Updating git repository `https://github.com/oxidecomputer/zone` |
727 | 2024-05-20T19:56:36.042Z | Updating crates.io index |
728 | 2024-05-20T19:56:36.094Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
729 | 2024-05-20T19:56:36.839Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
730 | 2024-05-20T19:56:37.653Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
731 | 2024-05-20T19:56:39.792Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
732 | 2024-05-20T19:56:40.190Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
733 | 2024-05-20T19:56:41.599Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
734 | 2024-05-20T19:56:42.750Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
735 | 2024-05-20T19:56:44.512Z | Updating git repository `https://github.com/oxidecomputer/opte` |
736 | 2024-05-20T19:56:45.504Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
737 | 2024-05-20T19:56:46.344Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
738 | 2024-05-20T19:56:47.009Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
739 | 2024-05-20T19:56:47.457Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
740 | 2024-05-20T19:56:47.848Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
741 | 2024-05-20T19:56:48.444Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
742 | 2024-05-20T19:56:48.868Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
743 | 2024-05-20T19:56:49.309Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
744 | 2024-05-20T19:56:49.675Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
745 | 2024-05-20T19:56:50.040Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
746 | 2024-05-20T19:56:50.451Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
747 | 2024-05-20T19:56:50.913Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
748 | 2024-05-20T19:56:51.543Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
749 | 2024-05-20T19:56:51.938Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
750 | 2024-05-20T19:56:52.486Z | Updating git repository `https://github.com/jgallagher/nix` |
751 | 2024-05-20T19:56:53.598Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
752 | 2024-05-20T19:56:53.881Z | Updating git repository `https://github.com/cbiffle/hubpack.git` |
753 | 2024-05-20T19:56:54.247Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
754 | 2024-05-20T19:56:54.607Z | Updating git repository `https://github.com/oxidecomputer/typify` |
755 | 2024-05-20T19:56:56.809Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
756 | 2024-05-20T19:56:57.156Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
757 | 2024-05-20T19:56:57.470Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
758 | 2024-05-20T19:56:57.885Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
759 | 2024-05-20T19:56:58.932Z | Downloading crates ... |
760 | 2024-05-20T19:56:59.028Z | Downloaded strsim v0.11.1 |
761 | 2024-05-20T19:56:59.036Z | Downloaded bitflags v2.5.0 |
762 | 2024-05-20T19:56:59.043Z | Downloaded swrite v0.1.0 |
763 | 2024-05-20T19:56:59.053Z | Downloaded is_terminal_polyfill v1.70.0 |
764 | 2024-05-20T19:56:59.060Z | Downloaded colorchoice v1.0.1 |
765 | 2024-05-20T19:56:59.066Z | Downloaded errno v0.3.9 |
766 | 2024-05-20T19:56:59.066Z | Downloaded clap_lex v0.7.0 |
767 | 2024-05-20T19:56:59.069Z | Downloaded anstyle-query v1.0.3 |
768 | 2024-05-20T19:56:59.069Z | Downloaded anstyle-parse v0.2.4 |
769 | 2024-05-20T19:56:59.073Z | Downloaded equivalent v1.0.1 |
770 | 2024-05-20T19:56:59.080Z | Downloaded clap_derive v4.5.4 |
771 | 2024-05-20T19:56:59.085Z | Downloaded heck v0.5.0 |
772 | 2024-05-20T19:56:59.085Z | Downloaded thiserror v1.0.60 |
773 | 2024-05-20T19:56:59.089Z | Downloaded cargo_metadata v0.18.1 |
774 | 2024-05-20T19:56:59.092Z | Downloaded macaddr v1.0.1 |
775 | 2024-05-20T19:56:59.092Z | Downloaded semver v1.0.23 |
776 | 2024-05-20T19:56:59.096Z | Downloaded serde_spanned v0.6.6 |
777 | 2024-05-20T19:56:59.108Z | Downloaded thiserror-impl v1.0.60 |
778 | 2024-05-20T19:56:59.108Z | Downloaded terminal_size v0.3.0 |
779 | 2024-05-20T19:56:59.108Z | Downloaded itoa v1.0.11 |
780 | 2024-05-20T19:56:59.116Z | Downloaded autocfg v1.3.0 |
781 | 2024-05-20T19:56:59.116Z | Downloaded utf8parse v0.2.1 |
782 | 2024-05-20T19:56:59.116Z | Downloaded toml_datetime v0.6.6 |
783 | 2024-05-20T19:56:59.116Z | Downloaded cargo_toml v0.20.2 |
784 | 2024-05-20T19:56:59.116Z | Downloaded cargo-platform v0.1.8 |
785 | 2024-05-20T19:56:59.116Z | Downloaded anstyle v1.0.7 |
786 | 2024-05-20T19:56:59.120Z | Downloaded proc-macro2 v1.0.82 |
787 | 2024-05-20T19:56:59.129Z | Downloaded quote v1.0.36 |
788 | 2024-05-20T19:56:59.134Z | Downloaded fs-err v2.11.0 |
789 | 2024-05-20T19:56:59.134Z | Downloaded camino v1.1.7 |
790 | 2024-05-20T19:56:59.134Z | Downloaded anstream v0.6.14 |
791 | 2024-05-20T19:56:59.134Z | Downloaded ryu v1.0.18 |
792 | 2024-05-20T19:56:59.138Z | Downloaded serde_derive v1.0.202 |
793 | 2024-05-20T19:56:59.138Z | Downloaded clap v4.5.4 |
794 | 2024-05-20T19:56:59.145Z | Downloaded unicode-ident v1.0.12 |
795 | 2024-05-20T19:56:59.151Z | Downloaded anyhow v1.0.83 |
796 | 2024-05-20T19:56:59.154Z | Downloaded toml v0.8.13 |
797 | 2024-05-20T19:56:59.154Z | Downloaded indexmap v2.2.6 |
798 | 2024-05-20T19:56:59.158Z | Downloaded serde v1.0.202 |
799 | 2024-05-20T19:56:59.176Z | Downloaded toml_edit v0.22.13 |
800 | 2024-05-20T19:56:59.199Z | Downloaded serde_json v1.0.117 |
801 | 2024-05-20T19:56:59.207Z | Downloaded hashbrown v0.14.5 |
802 | 2024-05-20T19:56:59.213Z | Downloaded clap_builder v4.5.2 |
803 | 2024-05-20T19:56:59.216Z | Downloaded winnow v0.6.8 |
804 | 2024-05-20T19:56:59.223Z | Downloaded memchr v2.7.2 |
805 | 2024-05-20T19:56:59.232Z | Downloaded syn v2.0.64 |
806 | 2024-05-20T19:56:59.243Z | Downloaded rustix v0.38.34 |
807 | 2024-05-20T19:56:59.278Z | Downloaded libc v0.2.153 |
808 | 2024-05-20T19:56:59.524Z | Compiling proc-macro2 v1.0.82 |
809 | 2024-05-20T19:56:59.524Z | Compiling unicode-ident v1.0.12 |
810 | 2024-05-20T19:56:59.527Z | Compiling serde v1.0.202 |
811 | 2024-05-20T19:56:59.527Z | Compiling libc v0.2.153 |
812 | 2024-05-20T19:56:59.527Z | Compiling rustix v0.38.34 |
813 | 2024-05-20T19:56:59.527Z | Compiling bitflags v2.5.0 |
814 | 2024-05-20T19:56:59.548Z | Compiling hashbrown v0.14.5 |
815 | 2024-05-20T19:56:59.551Z | Compiling utf8parse v0.2.1 |
816 | 2024-05-20T19:56:59.760Z | Compiling equivalent v1.0.1 |
817 | 2024-05-20T19:56:59.863Z | Compiling anstyle-parse v0.2.4 |
818 | 2024-05-20T19:56:59.952Z | Compiling camino v1.1.7 |
819 | 2024-05-20T19:56:59.975Z | Compiling winnow v0.6.8 |
820 | 2024-05-20T19:57:00.154Z | Compiling is_terminal_polyfill v1.70.0 |
821 | 2024-05-20T19:57:00.247Z | Compiling serde_json v1.0.117 |
822 | 2024-05-20T19:57:00.641Z | Compiling indexmap v2.2.6 |
823 | 2024-05-20T19:57:01.480Z | Compiling anstyle-query v1.0.3 |
824 | 2024-05-20T19:57:01.571Z | Compiling autocfg v1.3.0 |
825 | 2024-05-20T19:57:02.165Z | Compiling thiserror v1.0.60 |
826 | 2024-05-20T19:57:02.348Z | Compiling semver v1.0.23 |
827 | 2024-05-20T19:57:02.596Z | Compiling anstyle v1.0.7 |
828 | 2024-05-20T19:57:02.610Z | Compiling colorchoice v1.0.1 |
829 | 2024-05-20T19:57:02.770Z | Compiling fs-err v2.11.0 |
830 | 2024-05-20T19:57:02.783Z | Compiling clap_lex v0.7.0 |
831 | 2024-05-20T19:57:02.799Z | Compiling strsim v0.11.1 |
832 | 2024-05-20T19:57:02.802Z | Compiling anyhow v1.0.83 |
833 | 2024-05-20T19:57:02.829Z | Compiling itoa v1.0.11 |
834 | 2024-05-20T19:57:02.989Z | Compiling anstream v0.6.14 |
835 | 2024-05-20T19:57:03.026Z | Compiling ryu v1.0.18 |
836 | 2024-05-20T19:57:03.044Z | Compiling heck v0.5.0 |
837 | 2024-05-20T19:57:03.356Z | Compiling swrite v0.1.0 |
838 | 2024-05-20T19:57:03.477Z | Compiling quote v1.0.36 |
839 | 2024-05-20T19:57:03.822Z | Compiling errno v0.3.9 |
840 | 2024-05-20T19:57:03.895Z | Compiling syn v2.0.64 |
841 | 2024-05-20T19:57:04.703Z | Compiling terminal_size v0.3.0 |
842 | 2024-05-20T19:57:04.795Z | Compiling clap_builder v4.5.2 |
843 | 2024-05-20T19:57:08.673Z | Compiling serde_derive v1.0.202 |
844 | 2024-05-20T19:57:08.676Z | Compiling thiserror-impl v1.0.60 |
845 | 2024-05-20T19:57:08.676Z | Compiling clap_derive v4.5.4 |
846 | 2024-05-20T19:57:11.269Z | Compiling clap v4.5.4 |
847 | 2024-05-20T19:57:16.106Z | Compiling serde_spanned v0.6.6 |
848 | 2024-05-20T19:57:16.109Z | Compiling toml_datetime v0.6.6 |
849 | 2024-05-20T19:57:16.109Z | Compiling cargo-platform v0.1.8 |
850 | 2024-05-20T19:57:16.109Z | Compiling macaddr v1.0.1 |
851 | 2024-05-20T19:57:16.343Z | Compiling toml_edit v0.22.13 |
852 | 2024-05-20T19:57:17.405Z | Compiling cargo_metadata v0.18.1 |
853 | 2024-05-20T19:57:18.337Z | Compiling toml v0.8.13 |
854 | 2024-05-20T19:57:19.160Z | Compiling cargo_toml v0.20.2 |
855 | 2024-05-20T19:57:22.474Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
856 | 2024-05-20T19:57:24.926Z | Finished dev [unoptimized + debuginfo] target(s) in 49.92s |
857 | 2024-05-20T19:57:25.135Z | Running `target/debug/xtask clippy` |
858 | 2024-05-20T19:57:25.174Z | running: "/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" |
859 | 2024-05-20T19:57:25.731Z | Downloading crates ... |
860 | 2024-05-20T19:57:25.835Z | Downloaded addr2line v0.21.0 |
861 | 2024-05-20T19:57:25.838Z | Downloaded aead v0.5.2 |
862 | 2024-05-20T19:57:25.841Z | Downloaded adler v1.0.2 |
863 | 2024-05-20T19:57:25.851Z | Downloaded async-trait v0.1.80 |
864 | 2024-05-20T19:57:25.861Z | Downloaded cassowary v0.3.0 |
865 | 2024-05-20T19:57:25.864Z | Downloaded ascii v1.1.0 |
866 | 2024-05-20T19:57:25.868Z | Downloaded heapless v0.8.0 |
867 | 2024-05-20T19:57:25.871Z | Downloaded heck v0.4.1 |
868 | 2024-05-20T19:57:25.871Z | Downloaded arrayvec v0.7.4 |
869 | 2024-05-20T19:57:25.874Z | Downloaded heapless v0.7.17 |
870 | 2024-05-20T19:57:25.877Z | Downloaded iana-time-zone v0.1.60 |
871 | 2024-05-20T19:57:25.881Z | Downloaded arc-swap v1.7.1 |
872 | 2024-05-20T19:57:25.885Z | Downloaded httptest v0.15.5 |
873 | 2024-05-20T19:57:25.887Z | Downloaded http-body v0.4.6 |
874 | 2024-05-20T19:57:25.891Z | Downloaded blake2b_simd v1.0.2 |
875 | 2024-05-20T19:57:25.891Z | Downloaded cfg-expr v0.15.8 |
876 | 2024-05-20T19:57:25.894Z | Downloaded hostname v0.4.0 |
877 | 2024-05-20T19:57:25.897Z | Downloaded hkdf v0.12.4 |
878 | 2024-05-20T19:57:25.900Z | Downloaded http-body v1.0.0 |
879 | 2024-05-20T19:57:25.900Z | Downloaded highway v1.1.0 |
880 | 2024-05-20T19:57:25.903Z | Downloaded http v1.1.0 |
881 | 2024-05-20T19:57:25.907Z | Downloaded hyper-tls v0.5.0 |
882 | 2024-05-20T19:57:25.916Z | Downloaded humantime v2.1.0 |
883 | 2024-05-20T19:57:25.916Z | Downloaded hex-literal v0.4.1 |
884 | 2024-05-20T19:57:25.934Z | Downloaded atomicwrites v0.4.3 |
885 | 2024-05-20T19:57:25.934Z | Downloaded hmac v0.12.1 |
886 | 2024-05-20T19:57:25.934Z | Downloaded hyper-rustls v0.24.2 |
887 | 2024-05-20T19:57:25.934Z | Downloaded hyper-rustls v0.26.0 |
888 | 2024-05-20T19:57:25.934Z | Downloaded ciborium-io v0.2.2 |
889 | 2024-05-20T19:57:25.935Z | Downloaded async-stream-impl v0.3.5 |
890 | 2024-05-20T19:57:25.935Z | Downloaded httparse v1.8.0 |
891 | 2024-05-20T19:57:25.963Z | Downloaded cpufeatures v0.2.12 |
892 | 2024-05-20T19:57:25.963Z | Downloaded hubpack v0.1.2 |
893 | 2024-05-20T19:57:25.964Z | Downloaded cipher v0.4.4 |
894 | 2024-05-20T19:57:25.964Z | Downloaded hubpack_derive v0.1.1 |
895 | 2024-05-20T19:57:25.964Z | Downloaded hyper-util v0.1.3 |
896 | 2024-05-20T19:57:25.964Z | Downloaded hyper v0.14.28 |
897 | 2024-05-20T19:57:25.971Z | Downloaded hostname v0.3.1 |
898 | 2024-05-20T19:57:25.971Z | Downloaded bb8 v0.8.3 |
899 | 2024-05-20T19:57:25.971Z | Downloaded ident_case v1.0.1 |
900 | 2024-05-20T19:57:25.971Z | Downloaded hyper-staticfile v0.9.5 |
901 | 2024-05-20T19:57:25.971Z | Downloaded base16ct v0.2.0 |
902 | 2024-05-20T19:57:25.971Z | Downloaded hyper v1.3.1 |
903 | 2024-05-20T19:57:25.971Z | Downloaded match_cfg v0.1.0 |
904 | 2024-05-20T19:57:25.971Z | Downloaded crucible-workspace-hack v0.1.0 |
905 | 2024-05-20T19:57:25.971Z | Downloaded bitstruct_derive v0.1.0 |
906 | 2024-05-20T19:57:25.971Z | Downloaded bytes v1.6.0 |
907 | 2024-05-20T19:57:25.971Z | Downloaded libsw v3.3.1 |
908 | 2024-05-20T19:57:25.980Z | Downloaded new_debug_unreachable v1.0.6 |
909 | 2024-05-20T19:57:25.980Z | Downloaded indoc v2.0.5 |
910 | 2024-05-20T19:57:25.984Z | Downloaded matches v0.1.10 |
911 | 2024-05-20T19:57:25.984Z | Downloaded convert_case v0.4.0 |
912 | 2024-05-20T19:57:25.984Z | Downloaded nested v0.1.1 |
913 | 2024-05-20T19:57:25.984Z | Downloaded cfg-if v1.0.0 |
914 | 2024-05-20T19:57:25.984Z | Downloaded crc v3.2.1 |
915 | 2024-05-20T19:57:25.989Z | Downloaded linked-hash-map v0.5.6 |
916 | 2024-05-20T19:57:26.407Z | Downloaded indoc v1.0.9 |
917 | 2024-05-20T19:57:26.407Z | Downloaded maplit v1.0.2 |
918 | 2024-05-20T19:57:26.407Z | Downloaded sync_wrapper v0.1.2 |
919 | 2024-05-20T19:57:26.407Z | Downloaded libefi-sys v0.1.0 |
920 | 2024-05-20T19:57:26.408Z | Downloaded managed v0.8.0 |
921 | 2024-05-20T19:57:26.414Z | Downloaded newtype_derive v0.1.6 |
922 | 2024-05-20T19:57:26.414Z | Downloaded is_ci v1.2.0 |
923 | 2024-05-20T19:57:26.415Z | Downloaded crc-catalog v2.4.0 |
924 | 2024-05-20T19:57:26.415Z | Downloaded normalize-line-endings v0.3.0 |
925 | 2024-05-20T19:57:26.415Z | Downloaded camino-tempfile v1.1.1 |
926 | 2024-05-20T19:57:26.415Z | Downloaded newline-converter v0.3.0 |
927 | 2024-05-20T19:57:26.415Z | Downloaded cexpr v0.6.0 |
928 | 2024-05-20T19:57:26.415Z | Downloaded signal-hook-tokio v0.3.1 |
929 | 2024-05-20T19:57:26.415Z | Downloaded bitflags v1.3.2 |
930 | 2024-05-20T19:57:26.415Z | Downloaded time-core v0.1.2 |
931 | 2024-05-20T19:57:26.415Z | Downloaded criterion-plot v0.5.0 |
932 | 2024-05-20T19:57:26.415Z | Downloaded darling_macro v0.20.9 |
933 | 2024-05-20T19:57:26.415Z | Downloaded usdt-macro v0.5.0 |
934 | 2024-05-20T19:57:26.415Z | Downloaded crossbeam-deque v0.8.5 |
935 | 2024-05-20T19:57:26.415Z | Downloaded block-padding v0.3.3 |
936 | 2024-05-20T19:57:26.415Z | Downloaded colored v2.1.0 |
937 | 2024-05-20T19:57:26.415Z | Downloaded md-5 v0.10.6 |
938 | 2024-05-20T19:57:26.415Z | Downloaded ciborium-ll v0.2.2 |
939 | 2024-05-20T19:57:26.415Z | Downloaded cast v0.3.0 |
940 | 2024-05-20T19:57:26.415Z | Downloaded block-buffer v0.10.4 |
941 | 2024-05-20T19:57:26.415Z | Downloaded constant_time_eq v0.3.0 |
942 | 2024-05-20T19:57:26.415Z | Downloaded rustc_version v0.1.7 |
943 | 2024-05-20T19:57:26.415Z | Downloaded rand_xorshift v0.3.0 |
944 | 2024-05-20T19:57:26.415Z | Downloaded lru-cache v0.1.2 |
945 | 2024-05-20T19:57:26.415Z | Downloaded nanorand v0.7.0 |
946 | 2024-05-20T19:57:26.416Z | Downloaded memoffset v0.7.1 |
947 | 2024-05-20T19:57:26.416Z | Downloaded lru v0.12.3 |
948 | 2024-05-20T19:57:26.416Z | Downloaded serde_repr v0.1.19 |
949 | 2024-05-20T19:57:26.416Z | Downloaded dtrace-parser v0.2.0 |
950 | 2024-05-20T19:57:26.416Z | Downloaded mime v0.3.17 |
951 | 2024-05-20T19:57:26.416Z | Downloaded bcs v0.1.6 |
952 | 2024-05-20T19:57:26.416Z | Downloaded lalrpop-util v0.19.12 |
953 | 2024-05-20T19:57:26.416Z | Downloaded dtrace-parser v0.1.14 |
954 | 2024-05-20T19:57:26.416Z | Downloaded downcast v0.11.0 |
955 | 2024-05-20T19:57:26.416Z | Downloaded display-error-chain v0.2.0 |
956 | 2024-05-20T19:57:26.416Z | Downloaded num v0.4.3 |
957 | 2024-05-20T19:57:26.416Z | Downloaded slog-dtrace v0.3.0 |
958 | 2024-05-20T19:57:26.416Z | Downloaded nodrop v0.1.14 |
959 | 2024-05-20T19:57:26.416Z | Downloaded nibble_vec v0.1.0 |
960 | 2024-05-20T19:57:26.416Z | Downloaded supports-color v3.0.0 |
961 | 2024-05-20T19:57:26.416Z | Downloaded threadpool v1.8.1 |
962 | 2024-05-20T19:57:26.416Z | Downloaded thread_local v1.1.8 |
963 | 2024-05-20T19:57:26.416Z | Downloaded stringprep v0.1.4 |
964 | 2024-05-20T19:57:26.416Z | Downloaded doc-comment v0.3.3 |
965 | 2024-05-20T19:57:26.416Z | Downloaded guppy-workspace-hack v0.1.0 |
966 | 2024-05-20T19:57:26.416Z | Downloaded pathdiff v0.2.1 |
967 | 2024-05-20T19:57:26.416Z | Downloaded opaque-debug v0.3.1 |
968 | 2024-05-20T19:57:26.416Z | Downloaded untrusted v0.7.1 |
969 | 2024-05-20T19:57:26.417Z | Downloaded native-tls v0.2.11 |
970 | 2024-05-20T19:57:26.417Z | Downloaded deranged v0.3.11 |
971 | 2024-05-20T19:57:26.417Z | Downloaded data-encoding v2.6.0 |
972 | 2024-05-20T19:57:26.417Z | Downloaded wait-timeout v0.2.0 |
973 | 2024-05-20T19:57:26.417Z | Downloaded lock_api v0.4.12 |
974 | 2024-05-20T19:57:26.417Z | Downloaded mockall v0.12.1 |
975 | 2024-05-20T19:57:26.417Z | Downloaded cookie v0.17.0 |
976 | 2024-05-20T19:57:26.417Z | Downloaded indexmap v1.9.3 |
977 | 2024-05-20T19:57:26.417Z | Downloaded memmap2 v0.9.4 |
978 | 2024-05-20T19:57:26.417Z | Downloaded http v0.2.12 |
979 | 2024-05-20T19:57:26.417Z | Downloaded mime_guess v2.0.4 |
980 | 2024-05-20T19:57:26.417Z | Downloaded hash32 v0.3.1 |
981 | 2024-05-20T19:57:26.417Z | Downloaded whoami v1.5.1 |
982 | 2024-05-20T19:57:26.417Z | Downloaded which v4.4.2 |
983 | 2024-05-20T19:57:26.417Z | Downloaded nu-ansi-term v0.50.0 |
984 | 2024-05-20T19:57:26.417Z | Downloaded serde_with_macros v3.8.1 |
985 | 2024-05-20T19:57:26.417Z | Downloaded allocator-api2 v0.2.18 |
986 | 2024-05-20T19:57:26.417Z | Downloaded const-oid v0.9.6 |
987 | 2024-05-20T19:57:26.417Z | Downloaded cancel-safe-futures v0.1.5 |
988 | 2024-05-20T19:57:26.417Z | Downloaded dof v0.3.0 |
989 | 2024-05-20T19:57:26.417Z | Downloaded dof v0.1.5 |
990 | 2024-05-20T19:57:26.417Z | Downloaded zeroize_derive v1.4.2 |
991 | 2024-05-20T19:57:26.417Z | Downloaded zeroize v1.7.0 |
992 | 2024-05-20T19:57:26.418Z | Downloaded tokio-stream v0.1.15 |
993 | 2024-05-20T19:57:26.418Z | Downloaded want v0.3.1 |
994 | 2024-05-20T19:57:26.418Z | Downloaded termtree v0.4.1 |
995 | 2024-05-20T19:57:26.418Z | Downloaded tokio-tungstenite v0.21.0 |
996 | 2024-05-20T19:57:26.418Z | Downloaded flagset v0.4.5 |
997 | 2024-05-20T19:57:26.418Z | Downloaded usdt-attr-macro v0.3.5 |
998 | 2024-05-20T19:57:26.418Z | Downloaded packed_struct v0.10.1 |
999 | 2024-05-20T19:57:26.418Z | Downloaded proc-macro-error-attr v1.0.4 |
1000 | 2024-05-20T19:57:26.418Z | Downloaded corncobs v0.1.3 |
1001 | 2024-05-20T19:57:26.418Z | Downloaded oorandom v11.1.3 |
1002 | 2024-05-20T19:57:26.418Z | Downloaded group v0.13.0 |
1003 | 2024-05-20T19:57:26.418Z | Downloaded crc32fast v1.4.0 |
1004 | 2024-05-20T19:57:26.418Z | Downloaded fixedbitset v0.4.2 |
1005 | 2024-05-20T19:57:26.418Z | Downloaded foreign-types-shared v0.3.1 |
1006 | 2024-05-20T19:57:26.418Z | Downloaded zone_cfg_derive v0.1.2 |
1007 | 2024-05-20T19:57:26.418Z | Downloaded log v0.4.21 |
1008 | 2024-05-20T19:57:26.418Z | Downloaded path-slash v0.1.5 |
1009 | 2024-05-20T19:57:26.418Z | Downloaded compact_str v0.7.1 |
1010 | 2024-05-20T19:57:26.418Z | Downloaded spin v0.5.2 |
1011 | 2024-05-20T19:57:26.418Z | Downloaded slog-json v2.6.1 |
1012 | 2024-05-20T19:57:26.418Z | Downloaded slab v0.4.9 |
1013 | 2024-05-20T19:57:26.418Z | Downloaded foreign-types-shared v0.1.1 |
1014 | 2024-05-20T19:57:26.418Z | Downloaded foreign-types v0.5.0 |
1015 | 2024-05-20T19:57:26.418Z | Downloaded foreign-types-macros v0.2.3 |
1016 | 2024-05-20T19:57:26.418Z | Downloaded mockall_derive v0.12.1 |
1017 | 2024-05-20T19:57:26.419Z | Downloaded base64 v0.21.7 |
1018 | 2024-05-20T19:57:26.419Z | Downloaded proc-macro-crate v1.3.1 |
1019 | 2024-05-20T19:57:26.419Z | Downloaded predicates-core v1.0.6 |
1020 | 2024-05-20T19:57:26.419Z | Downloaded thiserror-impl-no-std v2.0.2 |
1021 | 2024-05-20T19:57:26.425Z | Downloaded ahash v0.8.11 |
1022 | 2024-05-20T19:57:26.425Z | Downloaded scroll_derive v0.12.0 |
1023 | 2024-05-20T19:57:26.425Z | Downloaded serde_urlencoded v0.7.1 |
1024 | 2024-05-20T19:57:26.425Z | Downloaded zerocopy-derive v0.7.34 |
1025 | 2024-05-20T19:57:26.425Z | Downloaded topological-sort v0.2.2 |
1026 | 2024-05-20T19:57:26.425Z | Downloaded parking_lot_core v0.9.10 |
1027 | 2024-05-20T19:57:26.426Z | Downloaded tokio-tungstenite v0.20.1 |
1028 | 2024-05-20T19:57:26.426Z | Downloaded strum v0.26.2 |
1029 | 2024-05-20T19:57:26.426Z | Downloaded postgres-protocol v0.6.6 |
1030 | 2024-05-20T19:57:26.426Z | Downloaded structmeta v0.2.0 |
1031 | 2024-05-20T19:57:26.426Z | Downloaded miniz_oxide v0.7.2 |
1032 | 2024-05-20T19:57:26.426Z | Downloaded usdt v0.5.0 |
1033 | 2024-05-20T19:57:26.426Z | Downloaded proc-macro-error v1.0.4 |
1034 | 2024-05-20T19:57:26.426Z | Downloaded curve25519-dalek-derive v0.1.1 |
1035 | 2024-05-20T19:57:26.426Z | Downloaded usdt v0.3.5 |
1036 | 2024-05-20T19:57:26.426Z | Downloaded termios v0.3.3 |
1037 | 2024-05-20T19:57:26.426Z | Downloaded backtrace v0.3.71 |
1038 | 2024-05-20T19:57:26.426Z | Downloaded number_prefix v0.4.0 |
1039 | 2024-05-20T19:57:26.426Z | Downloaded ed25519 v1.5.3 |
1040 | 2024-05-20T19:57:26.426Z | Downloaded fragile v2.0.0 |
1041 | 2024-05-20T19:57:26.426Z | Downloaded form_urlencoded v1.2.1 |
1042 | 2024-05-20T19:57:26.426Z | Downloaded num_enum_derive v0.5.11 |
1043 | 2024-05-20T19:57:26.426Z | Downloaded num_enum v0.5.11 |
1044 | 2024-05-20T19:57:26.426Z | Downloaded half v2.4.1 |
1045 | 2024-05-20T19:57:26.426Z | Downloaded num-derive v0.4.2 |
1046 | 2024-05-20T19:57:26.426Z | Downloaded ff v0.13.0 |
1047 | 2024-05-20T19:57:26.426Z | Downloaded num_cpus v1.16.0 |
1048 | 2024-05-20T19:57:26.426Z | Downloaded rstest_macros v0.19.0 |
1049 | 2024-05-20T19:57:26.426Z | Downloaded rand_chacha v0.3.1 |
1050 | 2024-05-20T19:57:26.427Z | Downloaded parse-display v0.9.0 |
1051 | 2024-05-20T19:57:26.427Z | Downloaded num-conv v0.1.0 |
1052 | 2024-05-20T19:57:26.427Z | Downloaded phf_shared v0.11.2 |
1053 | 2024-05-20T19:57:26.427Z | Downloaded smallvec v1.13.2 |
1054 | 2024-05-20T19:57:26.427Z | Downloaded derive_more v0.99.17 |
1055 | 2024-05-20T19:57:26.427Z | Downloaded rpassword v7.3.1 |
1056 | 2024-05-20T19:57:26.427Z | Downloaded target-lexicon v0.12.14 |
1057 | 2024-05-20T19:57:26.427Z | Downloaded shlex v1.3.0 |
1058 | 2024-05-20T19:57:26.427Z | Downloaded tokio-macros v2.2.0 |
1059 | 2024-05-20T19:57:26.427Z | Downloaded strum_macros v0.24.3 |
1060 | 2024-05-20T19:57:26.427Z | Downloaded darling v0.20.9 |
1061 | 2024-05-20T19:57:26.427Z | Downloaded unsafe-libyaml v0.2.11 |
1062 | 2024-05-20T19:57:26.427Z | Downloaded spki v0.7.3 |
1063 | 2024-05-20T19:57:26.427Z | Downloaded slog-stdlog v4.1.1 |
1064 | 2024-05-20T19:57:26.427Z | Downloaded target-spec v3.1.0 |
1065 | 2024-05-20T19:57:26.427Z | Downloaded pest_meta v2.7.10 |
1066 | 2024-05-20T19:57:26.427Z | Downloaded try-lock v0.2.5 |
1067 | 2024-05-20T19:57:26.427Z | Downloaded paste v1.0.15 |
1068 | 2024-05-20T19:57:26.427Z | Downloaded tui-tree-widget v0.19.0 |
1069 | 2024-05-20T19:57:26.427Z | Downloaded tinyvec_macros v0.1.1 |
1070 | 2024-05-20T19:57:26.427Z | Downloaded pin-project-internal v1.1.5 |
1071 | 2024-05-20T19:57:26.427Z | Downloaded textwrap v0.16.1 |
1072 | 2024-05-20T19:57:26.427Z | Downloaded pest_derive v2.7.10 |
1073 | 2024-05-20T19:57:26.428Z | Downloaded futures-channel v0.3.30 |
1074 | 2024-05-20T19:57:26.428Z | Downloaded rstest v0.19.0 |
1075 | 2024-05-20T19:57:26.428Z | Downloaded radium v0.7.0 |
1076 | 2024-05-20T19:57:26.428Z | Downloaded crypto-bigint v0.5.5 |
1077 | 2024-05-20T19:57:26.428Z | Downloaded num-integer v0.1.46 |
1078 | 2024-05-20T19:57:26.428Z | Downloaded futures-macro v0.3.30 |
1079 | 2024-05-20T19:57:26.428Z | Downloaded r2d2 v0.8.10 |
1080 | 2024-05-20T19:57:26.428Z | Downloaded futures-sink v0.3.30 |
1081 | 2024-05-20T19:57:26.428Z | Downloaded fastrand v2.1.0 |
1082 | 2024-05-20T19:57:26.428Z | Downloaded toolchain_find v0.4.0 |
1083 | 2024-05-20T19:57:26.428Z | Downloaded plotters-svg v0.3.5 |
1084 | 2024-05-20T19:57:26.428Z | Downloaded phf_shared v0.10.0 |
1085 | 2024-05-20T19:57:26.428Z | Downloaded rayon-core v1.12.1 |
1086 | 2024-05-20T19:57:26.428Z | Downloaded rcgen v0.12.1 |
1087 | 2024-05-20T19:57:26.428Z | Downloaded serde-hex v0.1.0 |
1088 | 2024-05-20T19:57:26.428Z | Downloaded rustls-native-certs v0.7.0 |
1089 | 2024-05-20T19:57:26.428Z | Downloaded serde-big-array v0.5.1 |
1090 | 2024-05-20T19:57:26.428Z | Downloaded serde-big-array v0.4.1 |
1091 | 2024-05-20T19:57:26.428Z | Downloaded pkg-config v0.3.30 |
1092 | 2024-05-20T19:57:26.428Z | Downloaded criterion v0.5.1 |
1093 | 2024-05-20T19:57:26.428Z | Downloaded plotters-backend v0.3.5 |
1094 | 2024-05-20T19:57:26.428Z | Downloaded plain v0.2.3 |
1095 | 2024-05-20T19:57:26.428Z | Downloaded term v0.7.0 |
1096 | 2024-05-20T19:57:26.429Z | Downloaded tower-layer v0.3.2 |
1097 | 2024-05-20T19:57:26.429Z | Downloaded minimal-lexical v0.2.1 |
1098 | 2024-05-20T19:57:26.429Z | Downloaded unicase v2.7.0 |
1099 | 2024-05-20T19:57:26.429Z | Downloaded usdt-attr-macro v0.5.0 |
1100 | 2024-05-20T19:57:26.429Z | Downloaded base64 v0.22.1 |
1101 | 2024-05-20T19:57:26.429Z | Downloaded postcard v1.0.8 |
1102 | 2024-05-20T19:57:26.429Z | Downloaded zerocopy v0.3.2 |
1103 | 2024-05-20T19:57:26.429Z | Downloaded test-strategy v0.3.1 |
1104 | 2024-05-20T19:57:26.429Z | Downloaded der_derive v0.7.2 |
1105 | 2024-05-20T19:57:26.429Z | Downloaded embedded-io v0.4.0 |
1106 | 2024-05-20T19:57:26.429Z | Downloaded zone v0.1.8 |
1107 | 2024-05-20T19:57:26.429Z | Downloaded sct v0.7.1 |
1108 | 2024-05-20T19:57:26.429Z | Downloaded unarray v0.1.4 |
1109 | 2024-05-20T19:57:26.429Z | Downloaded openssl-probe v0.1.5 |
1110 | 2024-05-20T19:57:26.429Z | Downloaded prettyplease v0.2.20 |
1111 | 2024-05-20T19:57:26.429Z | Downloaded olpc-cjson v0.1.3 |
1112 | 2024-05-20T19:57:26.429Z | Downloaded float-cmp v0.9.0 |
1113 | 2024-05-20T19:57:26.429Z | Downloaded strum_macros v0.25.3 |
1114 | 2024-05-20T19:57:26.429Z | Downloaded sigpipe v0.1.3 |
1115 | 2024-05-20T19:57:26.429Z | Downloaded precomputed-hash v0.1.1 |
1116 | 2024-05-20T19:57:26.429Z | Downloaded unicode-xid v0.2.4 |
1117 | 2024-05-20T19:57:26.429Z | Downloaded ref-cast v1.0.23 |
1118 | 2024-05-20T19:57:26.429Z | Downloaded rand_seeder v0.2.3 |
1119 | 2024-05-20T19:57:26.429Z | Downloaded tower-service v0.3.2 |
1120 | 2024-05-20T19:57:26.430Z | Downloaded scroll v0.12.0 |
1121 | 2024-05-20T19:57:26.441Z | Downloaded darling_core v0.20.9 |
1122 | 2024-05-20T19:57:26.441Z | Downloaded tiny-keccak v2.0.2 |
1123 | 2024-05-20T19:57:26.441Z | Downloaded slog-term v2.9.1 |
1124 | 2024-05-20T19:57:26.441Z | Downloaded tap v1.0.1 |
1125 | 2024-05-20T19:57:26.441Z | Downloaded socket2 v0.5.7 |
1126 | 2024-05-20T19:57:26.441Z | Downloaded steno v0.4.0 |
1127 | 2024-05-20T19:57:26.447Z | Downloaded cstr-argument v0.1.2 |
1128 | 2024-05-20T19:57:26.447Z | Downloaded tls_codec v0.4.1 |
1129 | 2024-05-20T19:57:26.447Z | Downloaded smallvec v0.6.14 |
1130 | 2024-05-20T19:57:26.452Z | Downloaded pretty-hex v0.2.1 |
1131 | 2024-05-20T19:57:26.453Z | Downloaded usdt-impl v0.3.5 |
1132 | 2024-05-20T19:57:26.453Z | Downloaded rsa v0.9.6 |
1133 | 2024-05-20T19:57:26.457Z | Downloaded foreign-types v0.3.2 |
1134 | 2024-05-20T19:57:26.457Z | Downloaded getrandom v0.2.14 |
1135 | 2024-05-20T19:57:26.462Z | Downloaded fnv v1.0.7 |
1136 | 2024-05-20T19:57:26.466Z | Downloaded sqlparser_derive v0.2.2 |
1137 | 2024-05-20T19:57:26.466Z | Downloaded debug-ignore v1.0.5 |
1138 | 2024-05-20T19:57:26.466Z | Downloaded datatest-stable v0.2.9 |
1139 | 2024-05-20T19:57:26.472Z | Downloaded num-iter v0.1.45 |
1140 | 2024-05-20T19:57:26.472Z | Downloaded take_mut v0.2.2 |
1141 | 2024-05-20T19:57:26.472Z | Downloaded trust-dns-client v0.22.0 |
1142 | 2024-05-20T19:57:26.478Z | Downloaded once_cell v1.19.0 |
1143 | 2024-05-20T19:57:26.483Z | Downloaded postgres-types v0.2.6 |
1144 | 2024-05-20T19:57:26.483Z | Downloaded url v2.5.0 |
1145 | 2024-05-20T19:57:26.488Z | Downloaded libm v0.2.8 |
1146 | 2024-05-20T19:57:26.512Z | Downloaded untrusted v0.9.0 |
1147 | 2024-05-20T19:57:26.512Z | Downloaded version_check v0.9.4 |
1148 | 2024-05-20T19:57:26.512Z | Downloaded usdt-impl v0.5.0 |
1149 | 2024-05-20T19:57:26.512Z | Downloaded tls_codec_derive v0.4.1 |
1150 | 2024-05-20T19:57:26.512Z | Downloaded structmeta-derive v0.3.0 |
1151 | 2024-05-20T19:57:26.521Z | Downloaded ppv-lite86 v0.2.17 |
1152 | 2024-05-20T19:57:26.521Z | Downloaded powerfmt v0.2.0 |
1153 | 2024-05-20T19:57:26.521Z | Downloaded rand v0.8.5 |
1154 | 2024-05-20T19:57:26.521Z | Downloaded regex-automata v0.1.10 |
1155 | 2024-05-20T19:57:26.521Z | Downloaded parse-size v1.0.0 |
1156 | 2024-05-20T19:57:26.521Z | Downloaded aho-corasick v1.1.3 |
1157 | 2024-05-20T19:57:26.524Z | Downloaded serde_tokenstream v0.2.0 |
1158 | 2024-05-20T19:57:26.527Z | Downloaded yansi v0.5.1 |
1159 | 2024-05-20T19:57:26.527Z | Downloaded filetime v0.2.23 |
1160 | 2024-05-20T19:57:26.530Z | Downloaded tokio-util v0.7.11 |
1161 | 2024-05-20T19:57:26.535Z | Downloaded tabled_derive v0.7.0 |
1162 | 2024-05-20T19:57:26.538Z | Downloaded snafu-derive v0.8.2 |
1163 | 2024-05-20T19:57:26.538Z | Downloaded password-hash v0.5.0 |
1164 | 2024-05-20T19:57:26.541Z | Downloaded termcolor v1.4.1 |
1165 | 2024-05-20T19:57:26.544Z | Downloaded num-rational v0.4.2 |
1166 | 2024-05-20T19:57:26.544Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1167 | 2024-05-20T19:57:26.544Z | Downloaded psl-types v2.0.11 |
1168 | 2024-05-20T19:57:26.547Z | Downloaded endian-type v0.1.2 |
1169 | 2024-05-20T19:57:26.547Z | Downloaded stability v0.2.0 |
1170 | 2024-05-20T19:57:26.547Z | Downloaded thiserror-no-std v2.0.2 |
1171 | 2024-05-20T19:57:26.551Z | Downloaded vte_generate_state_changes v0.1.1 |
1172 | 2024-05-20T19:57:26.554Z | Downloaded oso-derive v0.27.3 |
1173 | 2024-05-20T19:57:26.554Z | Downloaded structmeta v0.3.0 |
1174 | 2024-05-20T19:57:26.554Z | Downloaded phf v0.11.2 |
1175 | 2024-05-20T19:57:26.557Z | Downloaded derive_builder_macro v0.20.0 |
1176 | 2024-05-20T19:57:26.557Z | Downloaded csv-core v0.1.11 |
1177 | 2024-05-20T19:57:26.560Z | Downloaded yasna v0.5.2 |
1178 | 2024-05-20T19:57:26.560Z | Downloaded parse-display-derive v0.9.0 |
1179 | 2024-05-20T19:57:26.564Z | Downloaded slog-scope v4.4.0 |
1180 | 2024-05-20T19:57:26.564Z | Downloaded ron v0.7.1 |
1181 | 2024-05-20T19:57:26.571Z | Downloaded signal-hook-mio v0.2.3 |
1182 | 2024-05-20T19:57:26.574Z | Downloaded num-complex v0.4.6 |
1183 | 2024-05-20T19:57:26.574Z | Downloaded subprocess v0.2.9 |
1184 | 2024-05-20T19:57:26.580Z | Downloaded futures-executor v0.3.30 |
1185 | 2024-05-20T19:57:26.580Z | Downloaded futures-core v0.3.30 |
1186 | 2024-05-20T19:57:26.583Z | Downloaded unicode_categories v0.1.1 |
1187 | 2024-05-20T19:57:26.583Z | Downloaded snafu v0.8.2 |
1188 | 2024-05-20T19:57:26.587Z | Downloaded defmt v0.3.8 |
1189 | 2024-05-20T19:57:26.590Z | Downloaded der v0.7.9 |
1190 | 2024-05-20T19:57:26.596Z | Downloaded unicode-linebreak v0.1.5 |
1191 | 2024-05-20T19:57:26.599Z | Downloaded zip v0.6.6 |
1192 | 2024-05-20T19:57:26.602Z | Downloaded packed_struct_codegen v0.10.1 |
1193 | 2024-05-20T19:57:26.605Z | Downloaded difflib v0.4.0 |
1194 | 2024-05-20T19:57:26.605Z | Downloaded openssl-sys v0.9.102 |
1195 | 2024-05-20T19:57:26.609Z | Downloaded enum-as-inner v0.5.1 |
1196 | 2024-05-20T19:57:26.612Z | Downloaded static_assertions v1.1.0 |
1197 | 2024-05-20T19:57:26.615Z | Downloaded pem v3.0.4 |
1198 | 2024-05-20T19:57:26.615Z | Downloaded pretty-hex v0.4.1 |
1199 | 2024-05-20T19:57:26.615Z | Downloaded escape8259 v0.5.2 |
1200 | 2024-05-20T19:57:26.618Z | Downloaded stable_deref_trait v1.2.0 |
1201 | 2024-05-20T19:57:26.618Z | Downloaded glob v0.3.1 |
1202 | 2024-05-20T19:57:26.621Z | Downloaded uzers v0.11.3 |
1203 | 2024-05-20T19:57:26.621Z | Downloaded resolv-conf v0.7.0 |
1204 | 2024-05-20T19:57:26.625Z | Downloaded ref-cast-impl v1.0.23 |
1205 | 2024-05-20T19:57:26.625Z | Downloaded rand_core v0.6.4 |
1206 | 2024-05-20T19:57:26.628Z | Downloaded quick-error v1.2.3 |
1207 | 2024-05-20T19:57:26.628Z | Downloaded ena v0.14.3 |
1208 | 2024-05-20T19:57:26.628Z | Downloaded slog-envlogger v2.2.0 |
1209 | 2024-05-20T19:57:26.631Z | Downloaded derive_builder_core v0.20.0 |
1210 | 2024-05-20T19:57:26.637Z | Downloaded gethostname v0.4.3 |
1211 | 2024-05-20T19:57:26.637Z | Downloaded futures-io v0.3.30 |
1212 | 2024-05-20T19:57:26.640Z | Downloaded similar v2.5.0 |
1213 | 2024-05-20T19:57:26.640Z | Downloaded samael v0.0.15 |
1214 | 2024-05-20T19:57:26.645Z | Downloaded parking_lot v0.11.2 |
1215 | 2024-05-20T19:57:26.648Z | Downloaded reedline v0.31.0 |
1216 | 2024-05-20T19:57:26.656Z | Downloaded serde_derive_internals v0.29.1 |
1217 | 2024-05-20T19:57:26.659Z | Downloaded x509-cert v0.2.5 |
1218 | 2024-05-20T19:57:26.664Z | Downloaded tokio-native-tls v0.3.1 |
1219 | 2024-05-20T19:57:26.667Z | Downloaded rustls-pki-types v1.7.0 |
1220 | 2024-05-20T19:57:26.671Z | Downloaded num-traits v0.2.19 |
1221 | 2024-05-20T19:57:26.674Z | Downloaded fancy-regex v0.13.0 |
1222 | 2024-05-20T19:57:26.677Z | Downloaded usdt-macro v0.3.5 |
1223 | 2024-05-20T19:57:26.677Z | Downloaded fallible-iterator v0.2.0 |
1224 | 2024-05-20T19:57:26.680Z | Downloaded slog-bunyan v2.5.0 |
1225 | 2024-05-20T19:57:26.680Z | Downloaded pem-rfc7468 v0.7.0 |
1226 | 2024-05-20T19:57:26.683Z | Downloaded predicates-tree v1.0.9 |
1227 | 2024-05-20T19:57:26.683Z | Downloaded predicates v3.1.0 |
1228 | 2024-05-20T19:57:26.686Z | Downloaded partial-io v0.5.4 |
1229 | 2024-05-20T19:57:26.689Z | Downloaded tokio-rustls v0.25.0 |
1230 | 2024-05-20T19:57:26.694Z | Downloaded thread-id v4.2.1 |
1231 | 2024-05-20T19:57:26.695Z | Downloaded rustls-pemfile v2.1.2 |
1232 | 2024-05-20T19:57:26.698Z | Downloaded hashbrown v0.12.3 |
1233 | 2024-05-20T19:57:26.700Z | Downloaded salty v0.2.0 |
1234 | 2024-05-20T19:57:26.704Z | Downloaded blake3 v1.5.1 |
1235 | 2024-05-20T19:57:26.713Z | Downloaded pest v2.7.10 |
1236 | 2024-05-20T19:57:26.730Z | Downloaded time-macros v0.2.18 |
1237 | 2024-05-20T19:57:26.735Z | Downloaded peg-macros v0.8.3 |
1238 | 2024-05-20T19:57:26.735Z | Downloaded diff v0.1.13 |
1239 | 2024-05-20T19:57:26.735Z | Downloaded reqwest v0.11.27 |
1240 | 2024-05-20T19:57:26.735Z | Downloaded erased-serde v0.3.31 |
1241 | 2024-05-20T19:57:26.739Z | Downloaded slog v2.7.0 |
1242 | 2024-05-20T19:57:26.739Z | Downloaded vte v0.11.1 |
1243 | 2024-05-20T19:57:26.739Z | Downloaded tower v0.4.13 |
1244 | 2024-05-20T19:57:26.747Z | Downloaded unicode-segmentation v1.11.0 |
1245 | 2024-05-20T19:57:26.750Z | Downloaded similar-asserts v1.5.0 |
1246 | 2024-05-20T19:57:26.754Z | Downloaded parking_lot v0.12.2 |
1247 | 2024-05-20T19:57:26.757Z | Downloaded tokio-rustls v0.24.1 |
1248 | 2024-05-20T19:57:26.757Z | Downloaded papergrid v0.11.0 |
1249 | 2024-05-20T19:57:26.760Z | Downloaded publicsuffix v2.2.3 |
1250 | 2024-05-20T19:57:26.763Z | Downloaded hashbrown v0.13.2 |
1251 | 2024-05-20T19:57:26.770Z | Downloaded tinyvec v1.6.0 |
1252 | 2024-05-20T19:57:26.775Z | Downloaded env_logger v0.9.3 |
1253 | 2024-05-20T19:57:26.775Z | Downloaded headers v0.3.9 |
1254 | 2024-05-20T19:57:26.780Z | Downloaded oso v0.27.3 |
1255 | 2024-05-20T19:57:26.786Z | Downloaded uuid v1.8.0 |
1256 | 2024-05-20T19:57:26.786Z | Downloaded serde_with v3.8.1 |
1257 | 2024-05-20T19:57:26.793Z | Downloaded tokio-postgres v0.7.10 |
1258 | 2024-05-20T19:57:26.799Z | Downloaded portable-atomic v1.6.0 |
1259 | 2024-05-20T19:57:26.805Z | Downloaded h2 v0.3.26 |
1260 | 2024-05-20T19:57:26.810Z | Downloaded unicode-bidi v0.3.15 |
1261 | 2024-05-20T19:57:26.815Z | Downloaded bindgen v0.69.4 |
1262 | 2024-05-20T19:57:26.821Z | Downloaded toml_edit v0.19.15 |
1263 | 2024-05-20T19:57:26.842Z | Downloaded pretty_assertions v1.4.0 |
1264 | 2024-05-20T19:57:26.854Z | Downloaded winnow v0.5.40 |
1265 | 2024-05-20T19:57:26.855Z | Downloaded tough v0.17.1 |
1266 | 2024-05-20T19:57:26.860Z | Downloaded tabled v0.15.0 |
1267 | 2024-05-20T19:57:26.865Z | Downloaded trust-dns-resolver v0.22.0 |
1268 | 2024-05-20T19:57:26.869Z | Downloaded trust-dns-server v0.22.1 |
1269 | 2024-05-20T19:57:26.873Z | Downloaded syn v1.0.109 |
1270 | 2024-05-20T19:57:26.884Z | Downloaded unicode-normalization v0.1.23 |
1271 | 2024-05-20T19:57:26.887Z | Downloaded num-bigint-dig v0.8.4 |
1272 | 2024-05-20T19:57:26.895Z | Downloaded lalrpop v0.19.12 |
1273 | 2024-05-20T19:57:26.902Z | Downloaded expectorate v1.1.0 |
1274 | 2024-05-20T19:57:26.907Z | Downloaded plotters v0.3.5 |
1275 | 2024-05-20T19:57:26.913Z | Downloaded rustyline v14.0.0 |
1276 | 2024-05-20T19:57:26.918Z | Downloaded idna v0.5.0 |
1277 | 2024-05-20T19:57:26.925Z | Downloaded bitvec v1.0.1 |
1278 | 2024-05-20T19:57:26.949Z | Downloaded smoltcp v0.9.1 |
1279 | 2024-05-20T19:57:26.959Z | Downloaded zerocopy v0.7.34 |
1280 | 2024-05-20T19:57:26.964Z | Downloaded goblin v0.8.2 |
1281 | 2024-05-20T19:57:26.973Z | Downloaded futures-util v0.3.30 |
1282 | 2024-05-20T19:57:26.982Z | Downloaded smoltcp v0.11.0 |
1283 | 2024-05-20T19:57:26.998Z | Downloaded rustls-webpki v0.101.7 |
1284 | 2024-05-20T19:57:27.008Z | Downloaded openssl v0.10.64 |
1285 | 2024-05-20T19:57:27.017Z | Downloaded rustls-webpki v0.102.4 |
1286 | 2024-05-20T19:57:27.034Z | Downloaded vcpkg v0.2.15 |
1287 | 2024-05-20T19:57:27.071Z | Downloaded proptest v1.4.0 |
1288 | 2024-05-20T19:57:27.079Z | Downloaded rustls v0.22.4 |
1289 | 2024-05-20T19:57:27.092Z | Downloaded nix v0.28.0 |
1290 | 2024-05-20T19:57:27.103Z | Downloaded regex v1.10.4 |
1291 | 2024-05-20T19:57:27.116Z | Downloaded trust-dns-proto v0.22.0 |
1292 | 2024-05-20T19:57:27.130Z | Downloaded polar-core v0.27.3 |
1293 | 2024-05-20T19:57:27.136Z | Downloaded diesel v2.1.6 |
1294 | 2024-05-20T19:57:27.152Z | Downloaded gimli v0.28.1 |
1295 | 2024-05-20T19:57:27.160Z | Downloaded regex-syntax v0.6.29 |
1296 | 2024-05-20T19:57:27.168Z | Downloaded sqlparser v0.45.0 |
1297 | 2024-05-20T19:57:27.173Z | Downloaded object v0.30.4 |
1298 | 2024-05-20T19:57:27.183Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1299 | 2024-05-20T19:57:27.195Z | Downloaded curve25519-dalek v4.1.2 |
1300 | 2024-05-20T19:57:27.203Z | Downloaded radix_trie v0.2.1 |
1301 | 2024-05-20T19:57:27.209Z | Downloaded regex-syntax v0.8.3 |
1302 | 2024-05-20T19:57:27.217Z | Downloaded regress v0.9.1 |
1303 | 2024-05-20T19:57:27.226Z | Downloaded finl_unicode v1.2.0 |
1304 | 2024-05-20T19:57:27.238Z | Downloaded openapiv3 v2.0.0 |
1305 | 2024-05-20T19:57:27.253Z | Downloaded tokio v1.37.0 |
1306 | 2024-05-20T19:57:27.671Z | Downloaded rustls v0.21.12 |
1307 | 2024-05-20T19:57:27.672Z | Downloaded sha3 v0.10.8 |
1308 | 2024-05-20T19:57:27.672Z | Downloaded sled v0.34.7 |
1309 | 2024-05-20T19:57:27.672Z | Downloaded bstr v1.9.1 |
1310 | 2024-05-20T19:57:27.672Z | Downloaded ratatui v0.26.2 |
1311 | 2024-05-20T19:57:27.673Z | Downloaded zerocopy-derive v0.6.6 |
1312 | 2024-05-20T19:57:27.673Z | Downloaded zerocopy-derive v0.2.0 |
1313 | 2024-05-20T19:57:27.673Z | Downloaded object v0.32.2 |
1314 | 2024-05-20T19:57:27.673Z | Downloaded webpki-roots v0.25.4 |
1315 | 2024-05-20T19:57:27.673Z | Downloaded idna v0.3.0 |
1316 | 2024-05-20T19:57:27.674Z | Downloaded idna v0.2.3 |
1317 | 2024-05-20T19:57:27.674Z | Downloaded regex-automata v0.4.6 |
1318 | 2024-05-20T19:57:27.674Z | Downloaded encoding_rs v0.8.34 |
1319 | 2024-05-20T19:57:27.674Z | Downloaded csv v1.3.0 |
1320 | 2024-05-20T19:57:27.675Z | Downloaded petgraph v0.6.5 |
1321 | 2024-05-20T19:57:27.675Z | Downloaded bstr v0.2.17 |
1322 | 2024-05-20T19:57:27.675Z | Downloaded rayon v1.10.0 |
1323 | 2024-05-20T19:57:27.675Z | Downloaded quick-xml v0.31.0 |
1324 | 2024-05-20T19:57:27.675Z | Downloaded num-bigint v0.4.5 |
1325 | 2024-05-20T19:57:27.675Z | Downloaded chrono v0.4.38 |
1326 | 2024-05-20T19:57:27.676Z | Downloaded vsss-rs v3.3.4 |
1327 | 2024-05-20T19:57:27.676Z | Downloaded globset v0.4.14 |
1328 | 2024-05-20T19:57:27.677Z | Downloaded guppy v0.17.5 |
1329 | 2024-05-20T19:57:27.677Z | Downloaded peg v0.8.3 |
1330 | 2024-05-20T19:57:27.677Z | Downloaded owo-colors v4.0.0 |
1331 | 2024-05-20T19:57:27.677Z | Downloaded strip-ansi-escapes v0.2.0 |
1332 | 2024-05-20T19:57:27.677Z | Downloaded siphasher v0.3.11 |
1333 | 2024-05-20T19:57:27.677Z | Downloaded signature v2.2.0 |
1334 | 2024-05-20T19:57:27.677Z | Downloaded rustls-pemfile v1.0.4 |
1335 | 2024-05-20T19:57:27.677Z | Downloaded slog-async v2.8.0 |
1336 | 2024-05-20T19:57:27.678Z | Downloaded time v0.3.36 |
1337 | 2024-05-20T19:57:27.678Z | Downloaded flume v0.11.0 |
1338 | 2024-05-20T19:57:27.678Z | Downloaded elliptic-curve v0.13.8 |
1339 | 2024-05-20T19:57:27.678Z | Downloaded universal-hash v0.5.1 |
1340 | 2024-05-20T19:57:27.678Z | Downloaded tungstenite v0.21.0 |
1341 | 2024-05-20T19:57:27.679Z | Downloaded tungstenite v0.20.1 |
1342 | 2024-05-20T19:57:27.679Z | Downloaded getopts v0.2.21 |
1343 | 2024-05-20T19:57:27.679Z | Downloaded wyz v0.5.1 |
1344 | 2024-05-20T19:57:27.679Z | Downloaded waitgroup v0.1.2 |
1345 | 2024-05-20T19:57:27.679Z | Downloaded fd-lock v4.0.2 |
1346 | 2024-05-20T19:57:27.679Z | Downloaded tabwriter v1.4.0 |
1347 | 2024-05-20T19:57:27.679Z | Downloaded structmeta-derive v0.2.0 |
1348 | 2024-05-20T19:57:27.679Z | Downloaded omicron-zone-package v0.11.0 |
1349 | 2024-05-20T19:57:27.679Z | Downloaded fatfs v0.3.6 |
1350 | 2024-05-20T19:57:27.679Z | Downloaded typed-path v0.7.1 |
1351 | 2024-05-20T19:57:27.679Z | Downloaded itertools v0.12.1 |
1352 | 2024-05-20T19:57:27.679Z | Downloaded serde_tokenstream v0.1.7 |
1353 | 2024-05-20T19:57:27.680Z | Downloaded serde_path_to_error v0.1.16 |
1354 | 2024-05-20T19:57:27.680Z | Downloaded xattr v1.3.1 |
1355 | 2024-05-20T19:57:27.680Z | Downloaded tinytemplate v1.2.1 |
1356 | 2024-05-20T19:57:27.680Z | Downloaded tracing v0.1.40 |
1357 | 2024-05-20T19:57:27.680Z | Downloaded libxml v0.3.3 |
1358 | 2024-05-20T19:57:27.680Z | Downloaded crossterm v0.27.0 |
1359 | 2024-05-20T19:57:27.680Z | Downloaded diesel_derives v2.1.4 |
1360 | 2024-05-20T19:57:27.680Z | Downloaded nom v7.1.3 |
1361 | 2024-05-20T19:57:27.680Z | Downloaded subtle v2.5.0 |
1362 | 2024-05-20T19:57:27.680Z | Downloaded tar v0.4.40 |
1363 | 2024-05-20T19:57:27.681Z | Downloaded signal-hook v0.3.17 |
1364 | 2024-05-20T19:57:27.681Z | Downloaded platforms v3.4.0 |
1365 | 2024-05-20T19:57:27.681Z | Downloaded sqlformat v0.2.3 |
1366 | 2024-05-20T19:57:27.681Z | Downloaded futures-task v0.3.30 |
1367 | 2024-05-20T19:57:27.681Z | Downloaded digest v0.10.7 |
1368 | 2024-05-20T19:57:27.681Z | Downloaded derive-where v1.2.7 |
1369 | 2024-05-20T19:57:27.681Z | Downloaded zerocopy v0.6.6 |
1370 | 2024-05-20T19:57:27.681Z | Downloaded futures-timer v3.0.3 |
1371 | 2024-05-20T19:57:27.681Z | Downloaded defmt-parser v0.3.4 |
1372 | 2024-05-20T19:57:27.681Z | Downloaded defmt-macros v0.3.9 |
1373 | 2024-05-20T19:57:27.681Z | Downloaded walkdir v2.5.0 |
1374 | 2024-05-20T19:57:27.681Z | Downloaded pin-project v1.1.5 |
1375 | 2024-05-20T19:57:27.681Z | Downloaded tracing-core v0.1.32 |
1376 | 2024-05-20T19:57:27.681Z | Downloaded env_logger v0.10.2 |
1377 | 2024-05-20T19:57:27.682Z | Downloaded derive_builder v0.20.0 |
1378 | 2024-05-20T19:57:27.682Z | Downloaded trybuild v1.0.96 |
1379 | 2024-05-20T19:57:27.682Z | Downloaded flate2 v1.0.30 |
1380 | 2024-05-20T19:57:27.682Z | Downloaded sha2 v0.10.8 |
1381 | 2024-05-20T19:57:27.688Z | Downloaded rustc-demangle v0.1.24 |
1382 | 2024-05-20T19:57:27.688Z | Downloaded rust-argon2 v2.1.0 |
1383 | 2024-05-20T19:57:27.688Z | Downloaded pkcs8 v0.10.2 |
1384 | 2024-05-20T19:57:27.688Z | Downloaded ring v0.17.8 |
1385 | 2024-05-20T19:57:27.754Z | Downloaded ring v0.16.20 |
1386 | 2024-05-20T19:57:27.829Z | Downloaded pkcs1 v0.7.5 |
1387 | 2024-05-20T19:57:27.836Z | Downloaded pin-project-lite v0.2.14 |
1388 | 2024-05-20T19:57:27.836Z | Downloaded semver v0.1.20 |
1389 | 2024-05-20T19:57:27.836Z | Downloaded sec1 v0.7.3 |
1390 | 2024-05-20T19:57:27.844Z | Downloaded same-file v1.0.6 |
1391 | 2024-05-20T19:57:27.844Z | Downloaded unicode-width v0.1.12 |
1392 | 2024-05-20T19:57:27.844Z | Downloaded tempfile v3.10.1 |
1393 | 2024-05-20T19:57:27.844Z | Downloaded socket2 v0.4.10 |
1394 | 2024-05-20T19:57:27.849Z | Downloaded crossbeam-channel v0.5.12 |
1395 | 2024-05-20T19:57:27.849Z | Downloaded pin-utils v0.1.0 |
1396 | 2024-05-20T19:57:27.849Z | Downloaded itertools v0.10.5 |
1397 | 2024-05-20T19:57:27.859Z | Downloaded mio v0.8.11 |
1398 | 2024-05-20T19:57:27.864Z | Downloaded const_format v0.2.32 |
1399 | 2024-05-20T19:57:27.865Z | Downloaded cc v1.0.97 |
1400 | 2024-05-20T19:57:27.879Z | Downloaded serde_plain v1.0.2 |
1401 | 2024-05-20T19:57:27.879Z | Downloaded shell-words v1.1.0 |
1402 | 2024-05-20T19:57:27.879Z | Downloaded rustc-hash v1.1.0 |
1403 | 2024-05-20T19:57:27.879Z | Downloaded peg-runtime v0.8.3 |
1404 | 2024-05-20T19:57:27.879Z | Downloaded openssl-macros v0.1.1 |
1405 | 2024-05-20T19:57:27.879Z | Downloaded poly1305 v0.8.0 |
1406 | 2024-05-20T19:57:27.879Z | Downloaded tracing-attributes v0.1.27 |
1407 | 2024-05-20T19:57:27.879Z | Downloaded ron v0.8.1 |
1408 | 2024-05-20T19:57:27.893Z | Downloaded strum_macros v0.26.2 |
1409 | 2024-05-20T19:57:27.893Z | Downloaded dirs-next v2.0.0 |
1410 | 2024-05-20T19:57:27.893Z | Downloaded spin v0.9.8 |
1411 | 2024-05-20T19:57:27.894Z | Downloaded relative-path v1.9.3 |
1412 | 2024-05-20T19:57:27.894Z | Downloaded toml v0.7.8 |
1413 | 2024-05-20T19:57:27.894Z | Downloaded serde_yaml v0.9.34+deprecated |
1414 | 2024-05-20T19:57:27.897Z | Downloaded schemars v0.8.19 |
1415 | 2024-05-20T19:57:27.900Z | Downloaded futures v0.3.30 |
1416 | 2024-05-20T19:57:27.904Z | Downloaded either v1.12.0 |
1417 | 2024-05-20T19:57:27.904Z | Downloaded dyn-clone v1.0.17 |
1418 | 2024-05-20T19:57:27.910Z | Downloaded dirs-sys-next v0.1.2 |
1419 | 2024-05-20T19:57:27.911Z | Downloaded crossbeam-epoch v0.9.18 |
1420 | 2024-05-20T19:57:27.914Z | Downloaded chacha20poly1305 v0.10.1 |
1421 | 2024-05-20T19:57:27.914Z | Downloaded typenum v1.17.0 |
1422 | 2024-05-20T19:57:27.914Z | Downloaded indicatif v0.17.8 |
1423 | 2024-05-20T19:57:27.917Z | Downloaded parking_lot_core v0.8.6 |
1424 | 2024-05-20T19:57:27.917Z | Downloaded ucd-trie v0.1.6 |
1425 | 2024-05-20T19:57:27.920Z | Downloaded toml v0.5.11 |
1426 | 2024-05-20T19:57:27.920Z | Downloaded secrecy v0.8.0 |
1427 | 2024-05-20T19:57:27.923Z | Downloaded portpicker v0.1.1 |
1428 | 2024-05-20T19:57:27.924Z | Downloaded base64 v0.13.1 |
1429 | 2024-05-20T19:57:27.926Z | Downloaded pest_generator v2.7.10 |
1430 | 2024-05-20T19:57:27.927Z | Downloaded percent-encoding v2.3.1 |
1431 | 2024-05-20T19:57:27.927Z | Downloaded sha1 v0.10.6 |
1432 | 2024-05-20T19:57:27.930Z | Downloaded serde_arrays v0.1.0 |
1433 | 2024-05-20T19:57:27.930Z | Downloaded rusty-fork v0.3.0 |
1434 | 2024-05-20T19:57:27.930Z | Downloaded rustversion v1.0.17 |
1435 | 2024-05-20T19:57:27.933Z | Downloaded rtoolbox v0.0.2 |
1436 | 2024-05-20T19:57:27.933Z | Downloaded cookie v0.18.1 |
1437 | 2024-05-20T19:57:27.936Z | Downloaded num_threads v0.1.7 |
1438 | 2024-05-20T19:57:27.936Z | Downloaded funty v2.0.0 |
1439 | 2024-05-20T19:57:27.939Z | Downloaded crossbeam-utils v0.8.19 |
1440 | 2024-05-20T19:57:27.942Z | Downloaded clang-sys v1.7.0 |
1441 | 2024-05-20T19:57:27.942Z | Downloaded blake2 v0.10.6 |
1442 | 2024-05-20T19:57:27.945Z | Downloaded multer v3.1.0 |
1443 | 2024-05-20T19:57:27.945Z | Downloaded libtest-mimic v0.7.3 |
1444 | 2024-05-20T19:57:27.948Z | Downloaded hash32 v0.2.1 |
1445 | 2024-05-20T19:57:27.948Z | Downloaded generic-array v0.14.7 |
1446 | 2024-05-20T19:57:27.951Z | Downloaded libloading v0.8.3 |
1447 | 2024-05-20T19:57:27.951Z | Downloaded const_format_proc_macros v0.2.32 |
1448 | 2024-05-20T19:57:27.954Z | Downloaded console v0.15.8 |
1449 | 2024-05-20T19:57:27.960Z | Downloaded utf-8 v0.7.6 |
1450 | 2024-05-20T19:57:27.960Z | Downloaded cookie_store v0.20.0 |
1451 | 2024-05-20T19:57:27.964Z | Downloaded linear-map v1.2.0 |
1452 | 2024-05-20T19:57:27.964Z | Downloaded crc-any v2.5.0 |
1453 | 2024-05-20T19:57:27.964Z | Downloaded fxhash v0.2.1 |
1454 | 2024-05-20T19:57:27.964Z | Downloaded synstructure v0.12.6 |
1455 | 2024-05-20T19:57:27.964Z | Downloaded string_cache v0.8.7 |
1456 | 2024-05-20T19:57:27.967Z | Downloaded signature v1.6.4 |
1457 | 2024-05-20T19:57:27.967Z | Downloaded signal-hook-registry v1.4.2 |
1458 | 2024-05-20T19:57:27.967Z | Downloaded smf v0.2.3 |
1459 | 2024-05-20T19:57:27.967Z | Downloaded smawk v0.3.2 |
1460 | 2024-05-20T19:57:27.970Z | Downloaded scopeguard v1.2.0 |
1461 | 2024-05-20T19:57:27.970Z | Downloaded schemars_derive v0.8.19 |
1462 | 2024-05-20T19:57:27.970Z | Downloaded scheduled-thread-pool v0.2.7 |
1463 | 2024-05-20T19:57:27.973Z | Downloaded newtype-uuid v1.1.0 |
1464 | 2024-05-20T19:57:27.973Z | Downloaded lazycell v1.3.0 |
1465 | 2024-05-20T19:57:27.973Z | Downloaded buf-list v1.0.3 |
1466 | 2024-05-20T19:57:27.977Z | Downloaded keccak v0.1.5 |
1467 | 2024-05-20T19:57:27.977Z | Downloaded rustfmt-wrapper v0.2.1 |
1468 | 2024-05-20T19:57:27.977Z | Downloaded rustc_version v0.4.0 |
1469 | 2024-05-20T19:57:27.980Z | Downloaded ipnet v2.9.0 |
1470 | 2024-05-20T19:57:27.980Z | Downloaded lazy_static v1.4.0 |
1471 | 2024-05-20T19:57:27.980Z | Downloaded kstat-rs v0.2.3 |
1472 | 2024-05-20T19:57:27.983Z | Downloaded multimap v0.10.0 |
1473 | 2024-05-20T19:57:27.983Z | Downloaded memmap v0.7.0 |
1474 | 2024-05-20T19:57:27.983Z | Downloaded maybe-uninit v2.0.0 |
1475 | 2024-05-20T19:57:27.986Z | Downloaded async-recursion v1.1.1 |
1476 | 2024-05-20T19:57:27.989Z | Downloaded is-terminal v0.4.12 |
1477 | 2024-05-20T19:57:27.989Z | Downloaded ipnetwork v0.20.0 |
1478 | 2024-05-20T19:57:27.989Z | Downloaded instant v0.1.12 |
1479 | 2024-05-20T19:57:27.992Z | Downloaded inout v0.1.3 |
1480 | 2024-05-20T19:57:27.992Z | Downloaded impl-trait-for-tuples v0.2.2 |
1481 | 2024-05-20T19:57:27.995Z | Downloaded crunchy v0.2.2 |
1482 | 2024-05-20T19:57:27.995Z | Downloaded cobs v0.2.3 |
1483 | 2024-05-20T19:57:27.995Z | Downloaded anes v0.1.6 |
1484 | 2024-05-20T19:57:27.998Z | Downloaded byteorder v1.5.0 |
1485 | 2024-05-20T19:57:27.998Z | Downloaded bytecount v0.6.8 |
1486 | 2024-05-20T19:57:28.001Z | Downloaded bitstruct v0.1.1 |
1487 | 2024-05-20T19:57:28.001Z | Downloaded atomic-waker v1.1.2 |
1488 | 2024-05-20T19:57:28.004Z | Downloaded arrayref v0.3.7 |
1489 | 2024-05-20T19:57:28.004Z | Downloaded approx v0.5.1 |
1490 | 2024-05-20T19:57:28.004Z | Downloaded cfg_aliases v0.1.1 |
1491 | 2024-05-20T19:57:28.004Z | Downloaded http-range v0.1.5 |
1492 | 2024-05-20T19:57:28.007Z | Downloaded chacha20 v0.9.1 |
1493 | 2024-05-20T19:57:28.007Z | Downloaded bit-vec v0.6.3 |
1494 | 2024-05-20T19:57:28.007Z | Downloaded httpdate v1.0.3 |
1495 | 2024-05-20T19:57:28.013Z | Downloaded home v0.5.9 |
1496 | 2024-05-20T19:57:28.013Z | Downloaded bzip2 v0.4.4 |
1497 | 2024-05-20T19:57:28.014Z | Downloaded assert_cmd v2.0.14 |
1498 | 2024-05-20T19:57:28.017Z | Downloaded ciborium v0.2.2 |
1499 | 2024-05-20T19:57:28.017Z | Downloaded base64ct v1.6.0 |
1500 | 2024-05-20T19:57:28.017Z | Downloaded backoff v0.4.0 |
1501 | 2024-05-20T19:57:28.020Z | Downloaded castaway v0.2.2 |
1502 | 2024-05-20T19:57:28.020Z | Downloaded bitfield v0.14.0 |
1503 | 2024-05-20T19:57:28.023Z | Downloaded ascii-canvas v3.0.0 |
1504 | 2024-05-20T19:57:28.023Z | Downloaded hex v0.4.3 |
1505 | 2024-05-20T19:57:28.023Z | Downloaded async-stream v0.3.5 |
1506 | 2024-05-20T19:57:28.026Z | Downloaded assert_matches v1.5.0 |
1507 | 2024-05-20T19:57:28.027Z | Downloaded array-init v0.0.4 |
1508 | 2024-05-20T19:57:28.027Z | Downloaded heck v0.3.3 |
1509 | 2024-05-20T19:57:28.027Z | Downloaded headers-core v0.2.0 |
1510 | 2024-05-20T19:57:28.027Z | Downloaded crypto-common v0.1.6 |
1511 | 2024-05-20T19:57:28.030Z | Downloaded bit-set v0.5.3 |
1512 | 2024-05-20T19:57:28.030Z | Downloaded atty v0.2.14 |
1513 | 2024-05-20T19:57:28.030Z | Downloaded argon2 v0.5.3 |
1514 | 2024-05-20T19:57:28.563Z | Compiling libc v0.2.153 |
1515 | 2024-05-20T19:57:28.563Z | Compiling serde v1.0.202 |
1516 | 2024-05-20T19:57:28.563Z | Compiling version_check v0.9.4 |
1517 | 2024-05-20T19:57:28.566Z | Checking cfg-if v1.0.0 |
1518 | 2024-05-20T19:57:28.633Z | Compiling lock_api v0.4.12 |
1519 | 2024-05-20T19:57:28.636Z | Compiling parking_lot_core v0.9.10 |
1520 | 2024-05-20T19:57:28.661Z | Compiling syn v2.0.64 |
1521 | 2024-05-20T19:57:28.685Z | Compiling cc v1.0.97 |
1522 | 2024-05-20T19:57:28.702Z | Compiling libm v0.2.8 |
1523 | 2024-05-20T19:57:29.047Z | Compiling num-traits v0.2.19 |
1524 | 2024-05-20T19:57:29.070Z | Compiling once_cell v1.19.0 |
1525 | 2024-05-20T19:57:29.135Z | Compiling memchr v2.7.2 |
1526 | 2024-05-20T19:57:29.153Z | Compiling serde_json v1.0.117 |
1527 | 2024-05-20T19:57:29.454Z | Compiling ahash v0.8.11 |
1528 | 2024-05-20T19:57:29.495Z | Compiling byteorder v1.5.0 |
1529 | 2024-05-20T19:57:29.865Z | Compiling syn v1.0.109 |
1530 | 2024-05-20T19:57:29.925Z | Checking log v0.4.21 |
1531 | 2024-05-20T19:57:30.433Z | Compiling slab v0.4.9 |
1532 | 2024-05-20T19:57:30.462Z | Checking getrandom v0.2.14 |
1533 | 2024-05-20T19:57:30.711Z | Checking itoa v1.0.11 |
1534 | 2024-05-20T19:57:30.768Z | Compiling typenum v1.17.0 |
1535 | 2024-05-20T19:57:30.865Z | Compiling generic-array v0.14.7 |
1536 | 2024-05-20T19:57:31.306Z | Checking scopeguard v1.2.0 |
1537 | 2024-05-20T19:57:31.310Z | Checking smallvec v1.13.2 |
1538 | 2024-05-20T19:57:31.324Z | Compiling allocator-api2 v0.2.18 |
1539 | 2024-05-20T19:57:31.423Z | Compiling pkg-config v0.3.30 |
1540 | 2024-05-20T19:57:31.426Z | Compiling rustix v0.38.34 |
1541 | 2024-05-20T19:57:31.546Z | Compiling schemars v0.8.19 |
1542 | 2024-05-20T19:57:32.151Z | Compiling httparse v1.8.0 |
1543 | 2024-05-20T19:57:32.240Z | Checking pin-project-lite v0.2.14 |
1544 | 2024-05-20T19:57:32.335Z | Compiling ring v0.17.8 |
1545 | 2024-05-20T19:57:32.359Z | Compiling num-conv v0.1.0 |
1546 | 2024-05-20T19:57:32.478Z | Checking parking_lot v0.12.2 |
1547 | 2024-05-20T19:57:32.612Z | Compiling time-core v0.1.2 |
1548 | 2024-05-20T19:57:32.655Z | Checking signal-hook-registry v1.4.2 |
1549 | 2024-05-20T19:57:32.797Z | Compiling time-macros v0.2.18 |
1550 | 2024-05-20T19:57:32.892Z | Compiling fnv v1.0.7 |
1551 | 2024-05-20T19:57:32.982Z | Checking mio v0.8.11 |
1552 | 2024-05-20T19:57:32.986Z | Compiling vcpkg v0.2.15 |
1553 | 2024-05-20T19:57:33.016Z | Compiling heck v0.4.1 |
1554 | 2024-05-20T19:57:33.481Z | Checking ryu v1.0.18 |
1555 | 2024-05-20T19:57:33.616Z | Checking num_cpus v1.16.0 |
1556 | 2024-05-20T19:57:33.708Z | Compiling aho-corasick v1.1.3 |
1557 | 2024-05-20T19:57:35.044Z | Compiling openssl-sys v0.9.102 |
1558 | 2024-05-20T19:57:35.069Z | Compiling regex-syntax v0.8.3 |
1559 | 2024-05-20T19:57:36.236Z | Compiling serde_derive_internals v0.29.1 |
1560 | 2024-05-20T19:57:37.278Z | Checking rand_core v0.6.4 |
1561 | 2024-05-20T19:57:37.537Z | Checking futures-core v0.3.30 |
1562 | 2024-05-20T19:57:37.690Z | Checking socket2 v0.5.7 |
1563 | 2024-05-20T19:57:38.110Z | Compiling regex-automata v0.4.6 |
1564 | 2024-05-20T19:57:38.608Z | Compiling openssl v0.10.64 |
1565 | 2024-05-20T19:57:38.679Z | Compiling ucd-trie v0.1.6 |
1566 | 2024-05-20T19:57:39.022Z | Compiling rustversion v1.0.17 |
1567 | 2024-05-20T19:57:39.460Z | Compiling slog v2.7.0 |
1568 | 2024-05-20T19:57:39.758Z | Compiling crossbeam-utils v0.8.19 |
1569 | 2024-05-20T19:57:40.149Z | Compiling iana-time-zone v0.1.60 |
1570 | 2024-05-20T19:57:40.354Z | Compiling rustls v0.21.12 |
1571 | 2024-05-20T19:57:40.585Z | Compiling native-tls v0.2.11 |
1572 | 2024-05-20T19:57:40.620Z | Compiling cookie v0.17.0 |
1573 | 2024-05-20T19:57:40.834Z | Compiling backtrace v0.3.71 |
1574 | 2024-05-20T19:57:40.935Z | Compiling dyn-clone v1.0.17 |
1575 | 2024-05-20T19:57:41.038Z | Checking futures-sink v0.3.30 |
1576 | 2024-05-20T19:57:41.182Z | Compiling anyhow v1.0.83 |
1577 | 2024-05-20T19:57:41.536Z | Checking pin-utils v0.1.0 |
1578 | 2024-05-20T19:57:41.618Z | Checking futures-channel v0.3.30 |
1579 | 2024-05-20T19:57:41.959Z | Checking futures-task v0.3.30 |
1580 | 2024-05-20T19:57:42.158Z | Checking futures-io v0.3.30 |
1581 | 2024-05-20T19:57:42.176Z | Compiling tinyvec_macros v0.1.1 |
1582 | 2024-05-20T19:57:42.335Z | Compiling tinyvec v1.6.0 |
1583 | 2024-05-20T19:57:42.483Z | Compiling thread-id v4.2.1 |
1584 | 2024-05-20T19:57:42.583Z | Compiling errno v0.3.9 |
1585 | 2024-05-20T19:57:42.682Z | Compiling serde_derive v1.0.202 |
1586 | 2024-05-20T19:57:42.793Z | Compiling zerocopy-derive v0.7.34 |
1587 | 2024-05-20T19:57:43.385Z | Compiling thiserror-impl v1.0.60 |
1588 | 2024-05-20T19:57:43.686Z | Compiling zeroize_derive v1.4.2 |
1589 | 2024-05-20T19:57:43.909Z | Compiling tokio-macros v2.2.0 |
1590 | 2024-05-20T19:57:44.124Z | Compiling futures-macro v0.3.30 |
1591 | 2024-05-20T19:57:44.719Z | Compiling tracing-attributes v0.1.27 |
1592 | 2024-05-20T19:57:45.158Z | Compiling zerocopy v0.7.34 |
1593 | 2024-05-20T19:57:45.290Z | Compiling schemars_derive v0.8.19 |
1594 | 2024-05-20T19:57:45.682Z | Compiling regex v1.10.4 |
1595 | 2024-05-20T19:57:46.288Z | Checking zeroize v1.7.0 |
1596 | 2024-05-20T19:57:46.541Z | Compiling openssl-macros v0.1.1 |
1597 | 2024-05-20T19:57:46.666Z | Compiling thiserror v1.0.60 |
1598 | 2024-05-20T19:57:46.826Z | Compiling pest v2.7.10 |
1599 | 2024-05-20T19:57:47.333Z | Compiling hashbrown v0.14.5 |
1600 | 2024-05-20T19:57:47.396Z | Compiling async-trait v0.1.80 |
1601 | 2024-05-20T19:57:48.657Z | Compiling scroll_derive v0.12.0 |
1602 | 2024-05-20T19:57:48.674Z | Checking futures-util v0.3.30 |
1603 | 2024-05-20T19:57:48.691Z | Compiling unicode-normalization v0.1.23 |
1604 | 2024-05-20T19:57:49.231Z | Compiling pest_meta v2.7.10 |
1605 | 2024-05-20T19:57:49.676Z | Compiling der_derive v0.7.2 |
1606 | 2024-05-20T19:57:49.744Z | Compiling unicode-bidi v0.3.15 |
1607 | 2024-05-20T19:57:50.216Z | Compiling either v1.12.0 |
1608 | 2024-05-20T19:57:50.622Z | Compiling pest_generator v2.7.10 |
1609 | 2024-05-20T19:57:50.731Z | Checking subtle v2.5.0 |
1610 | 2024-05-20T19:57:50.995Z | Compiling unicode-width v0.1.12 |
1611 | 2024-05-20T19:57:51.661Z | Compiling scroll v0.12.0 |
1612 | 2024-05-20T19:57:51.820Z | Compiling spin v0.9.8 |
1613 | 2024-05-20T19:57:52.235Z | Compiling usdt-impl v0.5.0 |
1614 | 2024-05-20T19:57:52.518Z | Compiling winnow v0.5.40 |
1615 | 2024-05-20T19:57:52.599Z | Compiling crc32fast v1.4.0 |
1616 | 2024-05-20T19:57:53.393Z | Compiling plain v0.2.3 |
1617 | 2024-05-20T19:57:53.667Z | Compiling goblin v0.8.2 |
1618 | 2024-05-20T19:57:54.561Z | Compiling pest_derive v2.7.10 |
1619 | 2024-05-20T19:57:54.916Z | Compiling pretty-hex v0.4.1 |
1620 | 2024-05-20T19:57:55.000Z | Compiling percent-encoding v2.3.1 |
1621 | 2024-05-20T19:57:55.111Z | Compiling const-oid v0.9.6 |
1622 | 2024-05-20T19:57:55.378Z | Compiling dtrace-parser v0.2.0 |
1623 | 2024-05-20T19:57:55.671Z | Compiling tracing-core v0.1.32 |
1624 | 2024-05-20T19:57:56.373Z | Checking bytes v1.6.0 |
1625 | 2024-05-20T19:57:56.959Z | Checking bitflags v2.5.0 |
1626 | 2024-05-20T19:57:57.227Z | Compiling indexmap v2.2.6 |
1627 | 2024-05-20T19:57:57.495Z | Compiling semver v1.0.23 |
1628 | 2024-05-20T19:57:57.539Z | Checking tokio v1.37.0 |
1629 | 2024-05-20T19:57:58.119Z | Compiling serde_tokenstream v0.2.0 |
1630 | 2024-05-20T19:57:58.499Z | Compiling chrono v0.4.38 |
1631 | 2024-05-20T19:57:58.556Z | Compiling uuid v1.8.0 |
1632 | 2024-05-20T19:57:58.630Z | Compiling http v0.2.12 |
1633 | 2024-05-20T19:57:58.680Z | Compiling serde_spanned v0.6.6 |
1634 | 2024-05-20T19:57:58.892Z | Compiling toml_datetime v0.6.6 |
1635 | 2024-05-20T19:57:59.677Z | Compiling rustc_version v0.4.0 |
1636 | 2024-05-20T19:58:00.169Z | Compiling toml_edit v0.19.15 |
1637 | 2024-05-20T19:58:00.424Z | Compiling openapiv3 v2.0.0 |
1638 | 2024-05-20T19:58:02.343Z | Compiling dof v0.3.0 |
1639 | 2024-05-20T19:58:02.938Z | Compiling untrusted v0.9.0 |
1640 | 2024-05-20T19:58:04.567Z | Compiling tracing v0.1.40 |
1641 | 2024-05-20T19:58:04.704Z | Compiling clap_derive v4.5.4 |
1642 | 2024-05-20T19:58:04.827Z | Compiling spin v0.5.2 |
1643 | 2024-05-20T19:58:05.055Z | Compiling signal-hook v0.3.17 |
1644 | 2024-05-20T19:58:05.058Z | Compiling powerfmt v0.2.0 |
1645 | 2024-05-20T19:58:05.092Z | Compiling foreign-types-shared v0.1.1 |
1646 | 2024-05-20T19:58:05.187Z | Compiling foreign-types v0.3.2 |
1647 | 2024-05-20T19:58:05.279Z | Compiling usdt-macro v0.5.0 |
1648 | 2024-05-20T19:58:05.351Z | Compiling deranged v0.3.11 |
1649 | 2024-05-20T19:58:05.453Z | Compiling usdt-attr-macro v0.5.0 |
1650 | 2024-05-20T19:58:06.477Z | Compiling form_urlencoded v1.2.1 |
1651 | 2024-05-20T19:58:06.784Z | Compiling crypto-common v0.1.6 |
1652 | 2024-05-20T19:58:06.853Z | Compiling zerocopy-derive v0.6.6 |
1653 | 2024-05-20T19:58:07.165Z | Compiling tokio-util v0.7.11 |
1654 | 2024-05-20T19:58:07.349Z | Compiling siphasher v0.3.11 |
1655 | 2024-05-20T19:58:07.727Z | Compiling base64 v0.21.7 |
1656 | 2024-05-20T19:58:07.845Z | Compiling num_threads v0.1.7 |
1657 | 2024-05-20T19:58:07.975Z | Compiling try-lock v0.2.5 |
1658 | 2024-05-20T19:58:08.119Z | Compiling want v0.3.1 |
1659 | 2024-05-20T19:58:08.372Z | Compiling h2 v0.3.26 |
1660 | 2024-05-20T19:58:08.391Z | Compiling time v0.3.36 |
1661 | 2024-05-20T19:58:08.466Z | Compiling sct v0.7.1 |
1662 | 2024-05-20T19:58:08.505Z | Compiling rustls-webpki v0.101.7 |
1663 | 2024-05-20T19:58:08.769Z | Compiling http-body v0.4.6 |
1664 | 2024-05-20T19:58:09.195Z | Compiling block-buffer v0.10.4 |
1665 | 2024-05-20T19:58:09.433Z | Compiling idna v0.5.0 |
1666 | 2024-05-20T19:58:09.833Z | Compiling tower-service v0.3.2 |
1667 | 2024-05-20T19:58:09.963Z | Compiling openssl-probe v0.1.5 |
1668 | 2024-05-20T19:58:10.317Z | Compiling httpdate v1.0.3 |
1669 | 2024-05-20T19:58:10.337Z | Compiling url v2.5.0 |
1670 | 2024-05-20T19:58:10.781Z | Compiling digest v0.10.7 |
1671 | 2024-05-20T19:58:11.307Z | Compiling heapless v0.7.17 |
1672 | 2024-05-20T19:58:11.765Z | Compiling idna v0.3.0 |
1673 | 2024-05-20T19:58:12.317Z | Checking equivalent v1.0.1 |
1674 | 2024-05-20T19:58:13.119Z | Compiling ppv-lite86 v0.2.17 |
1675 | 2024-05-20T19:58:13.326Z | Compiling psl-types v2.0.11 |
1676 | 2024-05-20T19:58:13.505Z | Compiling publicsuffix v2.2.3 |
1677 | 2024-05-20T19:58:13.761Z | Compiling crossbeam-epoch v0.9.18 |
1678 | 2024-05-20T19:58:13.853Z | Compiling rand_chacha v0.3.1 |
1679 | 2024-05-20T19:58:14.543Z | Compiling adler v1.0.2 |
1680 | 2024-05-20T19:58:14.756Z | Compiling tokio-rustls v0.24.1 |
1681 | 2024-05-20T19:58:14.849Z | Compiling hyper v0.14.28 |
1682 | 2024-05-20T19:58:15.048Z | Compiling tokio-native-tls v0.3.1 |
1683 | 2024-05-20T19:58:15.140Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1684 | 2024-05-20T19:58:15.303Z | Compiling bit-vec v0.6.3 |
1685 | 2024-05-20T19:58:15.439Z | Compiling ipnet v2.9.0 |
1686 | 2024-05-20T19:58:15.714Z | Compiling cookie_store v0.20.0 |
1687 | 2024-05-20T19:58:15.737Z | Compiling miniz_oxide v0.7.2 |
1688 | 2024-05-20T19:58:16.388Z | Compiling rand v0.8.5 |
1689 | 2024-05-20T19:58:16.808Z | Compiling rustls-pemfile v1.0.4 |
1690 | 2024-05-20T19:58:17.245Z | Compiling phf_shared v0.10.0 |
1691 | 2024-05-20T19:58:17.653Z | Compiling serde_urlencoded v0.7.1 |
1692 | 2024-05-20T19:58:17.656Z | Compiling lazy_static v1.4.0 |
1693 | 2024-05-20T19:58:17.656Z | Compiling encoding_rs v0.8.34 |
1694 | 2024-05-20T19:58:17.656Z | Compiling mime v0.3.17 |
1695 | 2024-05-20T19:58:17.656Z | Compiling new_debug_unreachable v1.0.6 |
1696 | 2024-05-20T19:58:17.714Z | Compiling fixedbitset v0.4.2 |
1697 | 2024-05-20T19:58:17.773Z | Compiling webpki-roots v0.25.4 |
1698 | 2024-05-20T19:58:17.927Z | Compiling sync_wrapper v0.1.2 |
1699 | 2024-05-20T19:58:18.051Z | Compiling base64ct v1.6.0 |
1700 | 2024-05-20T19:58:18.119Z | Compiling smoltcp v0.9.1 |
1701 | 2024-05-20T19:58:18.143Z | Compiling gimli v0.28.1 |
1702 | 2024-05-20T19:58:18.354Z | Compiling minimal-lexical v0.2.1 |
1703 | 2024-05-20T19:58:18.618Z | Compiling precomputed-hash v0.1.1 |
1704 | 2024-05-20T19:58:18.723Z | Compiling string_cache v0.8.7 |
1705 | 2024-05-20T19:58:18.742Z | Compiling pem-rfc7468 v0.7.0 |
1706 | 2024-05-20T19:58:18.835Z | Compiling nom v7.1.3 |
1707 | 2024-05-20T19:58:18.887Z | Compiling petgraph v0.6.5 |
1708 | 2024-05-20T19:58:19.160Z | Compiling bit-set v0.5.3 |
1709 | 2024-05-20T19:58:19.485Z | Compiling hmac v0.12.1 |
1710 | 2024-05-20T19:58:19.552Z | Compiling itertools v0.10.5 |
1711 | 2024-05-20T19:58:19.721Z | Compiling hubpack_derive v0.1.1 |
1712 | 2024-05-20T19:58:19.962Z | Compiling enum-as-inner v0.5.1 |
1713 | 2024-05-20T19:58:20.673Z | Compiling diesel_table_macro_syntax v0.1.0 |
1714 | 2024-05-20T19:58:21.019Z | Compiling object v0.32.2 |
1715 | 2024-05-20T19:58:21.796Z | Compiling hyper-tls v0.5.0 |
1716 | 2024-05-20T19:58:21.911Z | Compiling hyper-rustls v0.24.2 |
1717 | 2024-05-20T19:58:22.124Z | Compiling lalrpop-util v0.19.12 |
1718 | 2024-05-20T19:58:22.245Z | Compiling reqwest v0.11.27 |
1719 | 2024-05-20T19:58:22.342Z | Compiling addr2line v0.21.0 |
1720 | 2024-05-20T19:58:22.398Z | Compiling rustc-demangle v0.1.24 |
1721 | 2024-05-20T19:58:22.449Z | Compiling flagset v0.4.5 |
1722 | 2024-05-20T19:58:22.709Z | Compiling unicode-segmentation v1.11.0 |
1723 | 2024-05-20T19:58:22.929Z | Compiling toml_edit v0.22.13 |
1724 | 2024-05-20T19:58:22.948Z | Compiling der v0.7.9 |
1725 | 2024-05-20T19:58:23.323Z | Compiling diesel_derives v2.1.4 |
1726 | 2024-05-20T19:58:23.554Z | Compiling futures-executor v0.3.30 |
1727 | 2024-05-20T19:58:23.915Z | Compiling itertools v0.12.1 |
1728 | 2024-05-20T19:58:24.800Z | Compiling finl_unicode v1.2.0 |
1729 | 2024-05-20T19:58:24.911Z | Compiling cpufeatures v0.2.12 |
1730 | 2024-05-20T19:58:25.389Z | Compiling stringprep v0.1.4 |
1731 | 2024-05-20T19:58:26.294Z | Compiling sha2 v0.10.8 |
1732 | 2024-05-20T19:58:26.620Z | Compiling spki v0.7.3 |
1733 | 2024-05-20T19:58:27.054Z | Compiling flate2 v1.0.30 |
1734 | 2024-05-20T19:58:27.311Z | Compiling futures v0.3.30 |
1735 | 2024-05-20T19:58:28.121Z | Compiling md-5 v0.10.6 |
1736 | 2024-05-20T19:58:28.140Z | Compiling toml v0.7.8 |
1737 | 2024-05-20T19:58:29.231Z | Compiling hex v0.4.3 |
1738 | 2024-05-20T19:58:29.246Z | Compiling strum_macros v0.25.3 |
1739 | 2024-05-20T19:58:29.804Z | Compiling serde_repr v0.1.19 |
1740 | 2024-05-20T19:58:29.987Z | Compiling num-integer v0.1.46 |
1741 | 2024-05-20T19:58:30.761Z | Compiling hash32 v0.2.1 |
1742 | 2024-05-20T19:58:30.978Z | Compiling fs-err v2.11.0 |
1743 | 2024-05-20T19:58:31.029Z | Compiling stable_deref_trait v1.2.0 |
1744 | 2024-05-20T19:58:31.137Z | Compiling fallible-iterator v0.2.0 |
1745 | 2024-05-20T19:58:31.169Z | Checking unicode-ident v1.0.12 |
1746 | 2024-05-20T19:58:31.323Z | Compiling pkcs8 v0.10.2 |
1747 | 2024-05-20T19:58:31.441Z | Compiling phf_shared v0.11.2 |
1748 | 2024-05-20T19:58:31.813Z | Compiling postgres-protocol v0.6.6 |
1749 | 2024-05-20T19:58:31.881Z | Compiling terminal_size v0.3.0 |
1750 | 2024-05-20T19:58:32.072Z | Compiling ff v0.13.0 |
1751 | 2024-05-20T19:58:32.429Z | Compiling block-padding v0.3.3 |
1752 | 2024-05-20T19:58:32.498Z | Compiling scheduled-thread-pool v0.2.7 |
1753 | 2024-05-20T19:58:32.942Z | Compiling managed v0.8.0 |
1754 | 2024-05-20T19:58:32.952Z | Compiling peg-runtime v0.8.3 |
1755 | 2024-05-20T19:58:33.075Z | Compiling bitflags v1.3.2 |
1756 | 2024-05-20T19:58:33.142Z | Compiling matches v0.1.10 |
1757 | 2024-05-20T19:58:33.169Z | Compiling base16ct v0.2.0 |
1758 | 2024-05-20T19:58:33.242Z | Compiling idna v0.2.3 |
1759 | 2024-05-20T19:58:33.480Z | Compiling sec1 v0.7.3 |
1760 | 2024-05-20T19:58:33.544Z | Compiling clap_builder v4.5.2 |
1761 | 2024-05-20T19:58:33.594Z | Compiling r2d2 v0.8.10 |
1762 | 2024-05-20T19:58:33.951Z | Compiling inout v0.1.3 |
1763 | 2024-05-20T19:58:33.982Z | Compiling postgres-types v0.2.6 |
1764 | 2024-05-20T19:58:34.594Z | Compiling group v0.13.0 |
1765 | 2024-05-20T19:58:35.076Z | Compiling signal-hook-mio v0.2.3 |
1766 | 2024-05-20T19:58:35.076Z | Compiling phf v0.11.2 |
1767 | 2024-05-20T19:58:35.076Z | Compiling num-bigint v0.4.5 |
1768 | 2024-05-20T19:58:35.187Z | Compiling hubpack v0.1.2 |
1769 | 2024-05-20T19:58:35.341Z | Compiling hkdf v0.12.4 |
1770 | 2024-05-20T19:58:35.585Z | Compiling zerocopy v0.6.6 |
1771 | 2024-05-20T19:58:35.672Z | Compiling ipnetwork v0.20.0 |
1772 | 2024-05-20T19:58:35.785Z | Compiling crypto-bigint v0.5.5 |
1773 | 2024-05-20T19:58:36.452Z | Compiling float-cmp v0.9.0 |
1774 | 2024-05-20T19:58:36.628Z | Compiling memmap v0.7.0 |
1775 | 2024-05-20T19:58:36.672Z | Compiling static_assertions v1.1.0 |
1776 | 2024-05-20T19:58:36.786Z | Compiling data-encoding v2.6.0 |
1777 | 2024-05-20T19:58:36.961Z | Compiling normalize-line-endings v0.3.0 |
1778 | 2024-05-20T19:58:37.090Z | Compiling difflib v0.4.0 |
1779 | 2024-05-20T19:58:37.486Z | Compiling predicates-core v1.0.6 |
1780 | 2024-05-20T19:58:37.836Z | Compiling whoami v1.5.1 |
1781 | 2024-05-20T19:58:38.440Z | Compiling tokio-postgres v0.7.10 |
1782 | 2024-05-20T19:58:38.704Z | Compiling yasna v0.5.2 |
1783 | 2024-05-20T19:58:38.753Z | Compiling elliptic-curve v0.13.8 |
1784 | 2024-05-20T19:58:39.039Z | Compiling predicates v3.1.0 |
1785 | 2024-05-20T19:58:39.280Z | Compiling diesel v2.1.6 |
1786 | 2024-05-20T19:58:39.556Z | Compiling trust-dns-proto v0.22.0 |
1787 | 2024-05-20T19:58:40.610Z | Compiling clap v4.5.4 |
1788 | 2024-05-20T19:58:40.759Z | Compiling usdt v0.5.0 |
1789 | 2024-05-20T19:58:40.801Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1790 | 2024-05-20T19:58:41.249Z | Compiling crossterm v0.27.0 |
1791 | 2024-05-20T19:58:42.007Z | Compiling cipher v0.4.4 |
1792 | 2024-05-20T19:58:43.129Z | Checking proc-macro2 v1.0.82 |
1793 | 2024-05-20T19:58:43.464Z | Compiling num-iter v0.1.45 |
1794 | 2024-05-20T19:58:43.481Z | Compiling similar v2.5.0 |
1795 | 2024-05-20T19:58:43.663Z | Compiling console v0.15.8 |
1796 | 2024-05-20T19:58:43.773Z | Compiling tokio-stream v0.1.15 |
1797 | 2024-05-20T19:58:44.759Z | Compiling bstr v1.9.1 |
1798 | 2024-05-20T19:58:45.023Z | Checking quote v1.0.36 |
1799 | 2024-05-20T19:58:49.264Z | Checking utf8parse v0.2.1 |
1800 | 2024-05-20T19:58:53.937Z | Checking anstyle v1.0.7 |
1801 | 2024-05-20T19:58:55.390Z | Checking anstyle-parse v0.2.4 |
1802 | 2024-05-20T19:58:55.474Z | Checking anstyle-query v1.0.3 |
1803 | 2024-05-20T19:58:55.549Z | Checking colorchoice v1.0.1 |
1804 | 2024-05-20T19:58:56.085Z | Checking is_terminal_polyfill v1.70.0 |
1805 | 2024-05-20T19:58:56.511Z | Checking anstream v0.6.14 |
1806 | 2024-05-20T19:58:56.511Z | Checking strsim v0.11.1 |
1807 | 2024-05-20T19:58:56.511Z | Checking clap_lex v0.7.0 |
1808 | 2024-05-20T19:58:59.645Z | Checking winnow v0.6.8 |
1809 | 2024-05-20T19:59:09.763Z | Compiling regress v0.9.1 |
1810 | 2024-05-20T19:59:10.307Z | Compiling getopts v0.2.21 |
1811 | 2024-05-20T19:59:10.307Z | Compiling unsafe-libyaml v0.2.11 |
1812 | 2024-05-20T19:59:10.307Z | Checking heck v0.5.0 |
1813 | 2024-05-20T19:59:10.533Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1814 | 2024-05-20T19:59:11.291Z | Compiling serde_yaml v0.9.34+deprecated |
1815 | 2024-05-20T19:59:11.797Z | Checking camino v1.1.7 |
1816 | 2024-05-20T19:59:11.797Z | Checking base64 v0.22.1 |
1817 | 2024-05-20T19:59:12.271Z | Checking is-terminal v0.4.12 |
1818 | 2024-05-20T19:59:12.272Z | Compiling ident_case v1.0.1 |
1819 | 2024-05-20T19:59:12.272Z | Compiling darling_core v0.20.9 |
1820 | 2024-05-20T19:59:12.272Z | Checking sha1 v0.10.6 |
1821 | 2024-05-20T19:59:12.272Z | Checking http v1.1.0 |
1822 | 2024-05-20T19:59:14.867Z | Compiling paste v1.0.15 |
1823 | 2024-05-20T19:59:14.867Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1824 | 2024-05-20T19:59:14.867Z | Compiling strum_macros v0.26.2 |
1825 | 2024-05-20T19:59:14.868Z | Checking fastrand v2.1.0 |
1826 | 2024-05-20T19:59:15.145Z | Checking match_cfg v0.1.0 |
1827 | 2024-05-20T19:59:15.146Z | Checking rustls-pki-types v1.7.0 |
1828 | 2024-05-20T19:59:16.657Z | Checking hostname v0.3.1 |
1829 | 2024-05-20T19:59:16.657Z | Checking tempfile v3.10.1 |
1830 | 2024-05-20T19:59:16.657Z | Checking dirs-sys-next v0.1.2 |
1831 | 2024-05-20T19:59:16.657Z | Checking quick-error v1.2.3 |
1832 | 2024-05-20T19:59:16.658Z | Checking dirs-next v2.0.0 |
1833 | 2024-05-20T19:59:16.658Z | Checking crossbeam-channel v0.5.12 |
1834 | 2024-05-20T19:59:16.658Z | Checking thread_local v1.1.8 |
1835 | 2024-05-20T19:59:16.658Z | Compiling slog-async v2.8.0 |
1836 | 2024-05-20T19:59:16.658Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1837 | 2024-05-20T19:59:16.879Z | Compiling rustls v0.22.4 |
1838 | 2024-05-20T19:59:16.879Z | Checking term v0.7.0 |
1839 | 2024-05-20T19:59:16.879Z | Checking rustls-webpki v0.102.4 |
1840 | 2024-05-20T19:59:16.879Z | Checking instant v0.1.12 |
1841 | 2024-05-20T19:59:16.879Z | Checking take_mut v0.2.2 |
1842 | 2024-05-20T19:59:16.880Z | Checking rustls-pemfile v2.1.2 |
1843 | 2024-05-20T19:59:17.016Z | Checking slog-term v2.9.1 |
1844 | 2024-05-20T19:59:17.193Z | Compiling multer v3.1.0 |
1845 | 2024-05-20T19:59:18.049Z | Checking debug-ignore v1.0.5 |
1846 | 2024-05-20T19:59:18.049Z | Checking toml v0.8.13 |
1847 | 2024-05-20T19:59:18.049Z | Checking slog-json v2.6.1 |
1848 | 2024-05-20T19:59:19.106Z | Compiling async-stream-impl v0.3.5 |
1849 | 2024-05-20T19:59:19.106Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#2fdf3718) |
1850 | 2024-05-20T19:59:19.106Z | Checking atomic-waker v1.1.2 |
1851 | 2024-05-20T19:59:19.106Z | Checking waitgroup v0.1.2 |
1852 | 2024-05-20T19:59:19.106Z | Checking slog-bunyan v2.5.0 |
1853 | 2024-05-20T19:59:19.106Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#2fdf3718) |
1854 | 2024-05-20T19:59:19.446Z | Checking serde_path_to_error v0.1.16 |
1855 | 2024-05-20T19:59:19.446Z | Checking strum v0.26.2 |
1856 | 2024-05-20T19:59:19.446Z | Checking async-stream v0.3.5 |
1857 | 2024-05-20T19:59:19.446Z | Checking hostname v0.4.0 |
1858 | 2024-05-20T19:59:19.446Z | Compiling darling_macro v0.20.9 |
1859 | 2024-05-20T19:59:19.446Z | Checking newtype-uuid v1.1.0 |
1860 | 2024-05-20T19:59:19.446Z | Checking wait-timeout v0.2.0 |
1861 | 2024-05-20T19:59:19.446Z | Compiling structmeta-derive v0.3.0 |
1862 | 2024-05-20T19:59:19.446Z | Checking rusty-fork v0.3.0 |
1863 | 2024-05-20T19:59:19.446Z | Compiling structmeta-derive v0.2.0 |
1864 | 2024-05-20T19:59:19.657Z | Checking rand_xorshift v0.3.0 |
1865 | 2024-05-20T19:59:20.174Z | Checking unarray v0.1.4 |
1866 | 2024-05-20T19:59:20.174Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
1867 | 2024-05-20T19:59:21.398Z | Compiling darling v0.20.9 |
1868 | 2024-05-20T19:59:21.398Z | Checking proptest v1.4.0 |
1869 | 2024-05-20T19:59:21.398Z | Compiling serde_with_macros v3.8.1 |
1870 | 2024-05-20T19:59:22.279Z | Checking backoff v0.4.0 |
1871 | 2024-05-20T19:59:22.279Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1872 | 2024-05-20T19:59:22.279Z | Checking tokio-rustls v0.25.0 |
1873 | 2024-05-20T19:59:22.279Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1874 | 2024-05-20T19:59:22.279Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1875 | 2024-05-20T19:59:22.279Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1876 | 2024-05-20T19:59:22.644Z | Compiling structmeta v0.3.0 |
1877 | 2024-05-20T19:59:22.644Z | Compiling structmeta v0.2.0 |
1878 | 2024-05-20T19:59:23.027Z | Compiling parse-display-derive v0.9.0 |
1879 | 2024-05-20T19:59:23.690Z | Compiling test-strategy v0.3.1 |
1880 | 2024-05-20T19:59:23.691Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1881 | 2024-05-20T19:59:23.691Z | Checking macaddr v1.0.1 |
1882 | 2024-05-20T19:59:23.691Z | Compiling proc-macro-error-attr v1.0.4 |
1883 | 2024-05-20T19:59:23.691Z | Checking serde_with v3.8.1 |
1884 | 2024-05-20T19:59:24.485Z | Compiling proc-macro-error v1.0.4 |
1885 | 2024-05-20T19:59:24.586Z | Checking camino-tempfile v1.1.1 |
1886 | 2024-05-20T19:59:24.925Z | Compiling proc-macro-crate v1.3.1 |
1887 | 2024-05-20T19:59:25.164Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1888 | 2024-05-20T19:59:25.491Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1889 | 2024-05-20T19:59:25.718Z | Compiling foreign-types-macros v0.2.3 |
1890 | 2024-05-20T19:59:25.718Z | Checking foreign-types-shared v0.3.1 |
1891 | 2024-05-20T19:59:25.802Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1892 | 2024-05-20T19:59:25.953Z | Compiling num_enum_derive v0.5.11 |
1893 | 2024-05-20T19:59:26.435Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1894 | 2024-05-20T19:59:27.418Z | Checking cstr-argument v0.1.2 |
1895 | 2024-05-20T19:59:27.513Z | Checking pretty-hex v0.2.1 |
1896 | 2024-05-20T19:59:27.513Z | Checking tabwriter v1.4.0 |
1897 | 2024-05-20T19:59:27.513Z | Checking colored v2.1.0 |
1898 | 2024-05-20T19:59:27.514Z | Checking foreign-types v0.5.0 |
1899 | 2024-05-20T19:59:27.514Z | Checking socket2 v0.4.10 |
1900 | 2024-05-20T19:59:27.514Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1901 | 2024-05-20T19:59:27.514Z | Checking smf v0.2.3 |
1902 | 2024-05-20T19:59:27.514Z | Checking humantime v2.1.0 |
1903 | 2024-05-20T19:59:27.514Z | Checking termcolor v1.4.1 |
1904 | 2024-05-20T19:59:27.514Z | Checking parse-display v0.9.0 |
1905 | 2024-05-20T19:59:27.514Z | Checking arc-swap v1.7.1 |
1906 | 2024-05-20T19:59:27.722Z | Checking xattr v1.3.1 |
1907 | 2024-05-20T19:59:27.954Z | Checking filetime v0.2.23 |
1908 | 2024-05-20T19:59:27.954Z | Checking utf-8 v0.7.6 |
1909 | 2024-05-20T19:59:30.365Z | Checking same-file v1.0.6 |
1910 | 2024-05-20T19:59:30.365Z | Checking newline-converter v0.3.0 |
1911 | 2024-05-20T19:59:30.365Z | Checking tar v0.4.40 |
1912 | 2024-05-20T19:59:30.365Z | Checking tungstenite v0.20.1 |
1913 | 2024-05-20T19:59:30.365Z | Checking slog-scope v4.4.0 |
1914 | 2024-05-20T19:59:30.365Z | Checking walkdir v2.5.0 |
1915 | 2024-05-20T19:59:30.365Z | Checking expectorate v1.1.0 |
1916 | 2024-05-20T19:59:30.365Z | Checking slog-stdlog v4.1.1 |
1917 | 2024-05-20T19:59:30.365Z | Checking termtree v0.4.1 |
1918 | 2024-05-20T19:59:30.365Z | Compiling heapless v0.8.0 |
1919 | 2024-05-20T19:59:30.366Z | Checking slog-envlogger v2.2.0 |
1920 | 2024-05-20T19:59:30.366Z | Checking predicates-tree v1.0.9 |
1921 | 2024-05-20T19:59:30.366Z | Checking hash32 v0.3.1 |
1922 | 2024-05-20T19:59:30.366Z | Compiling smoltcp v0.11.0 |
1923 | 2024-05-20T19:59:30.366Z | Checking cobs v0.2.3 |
1924 | 2024-05-20T19:59:30.366Z | Compiling crucible-workspace-hack v0.1.0 |
1925 | 2024-05-20T19:59:30.366Z | Checking tokio-tungstenite v0.20.1 |
1926 | 2024-05-20T19:59:30.366Z | Checking embedded-io v0.4.0 |
1927 | 2024-05-20T19:59:30.366Z | Checking num_enum v0.5.11 |
1928 | 2024-05-20T19:59:30.366Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1929 | 2024-05-20T19:59:30.366Z | Checking postcard v1.0.8 |
1930 | 2024-05-20T19:59:30.366Z | Checking sigpipe v0.1.3 |
1931 | 2024-05-20T19:59:30.366Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1932 | 2024-05-20T19:59:30.366Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1933 | 2024-05-20T19:59:30.366Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1934 | 2024-05-20T19:59:30.366Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1935 | 2024-05-20T19:59:30.366Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1936 | 2024-05-20T19:59:30.366Z | Checking pem v3.0.4 |
1937 | 2024-05-20T19:59:30.366Z | Checking atty v0.2.14 |
1938 | 2024-05-20T19:59:30.366Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1939 | 2024-05-20T19:59:30.366Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1940 | 2024-05-20T19:59:30.366Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
1941 | 2024-05-20T19:59:30.366Z | Compiling mockall_derive v0.12.1 |
1942 | 2024-05-20T19:59:30.366Z | Compiling num-derive v0.4.2 |
1943 | 2024-05-20T19:59:30.498Z | Checking fragile v2.0.0 |
1944 | 2024-05-20T19:59:31.187Z | Checking downcast v0.11.0 |
1945 | 2024-05-20T19:59:31.947Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
1946 | 2024-05-20T19:59:31.947Z | Compiling derive-where v1.2.7 |
1947 | 2024-05-20T19:59:31.947Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1948 | 2024-05-20T19:59:32.276Z | Checking env_logger v0.9.3 |
1949 | 2024-05-20T19:59:32.277Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1950 | 2024-05-20T19:59:32.277Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1951 | 2024-05-20T19:59:32.277Z | Compiling bitstruct_derive v0.1.0 |
1952 | 2024-05-20T19:59:32.506Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1953 | 2024-05-20T19:59:32.506Z | Checking ascii v1.1.0 |
1954 | 2024-05-20T19:59:32.689Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1955 | 2024-05-20T19:59:32.797Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
1956 | 2024-05-20T19:59:33.083Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1957 | 2024-05-20T19:59:33.196Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1958 | 2024-05-20T19:59:33.391Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1959 | 2024-05-20T19:59:33.443Z | Checking bitstruct v0.1.1 |
1960 | 2024-05-20T19:59:33.443Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1961 | 2024-05-20T19:59:33.527Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1962 | 2024-05-20T19:59:33.560Z | Checking serde_arrays v0.1.0 |
1963 | 2024-05-20T19:59:33.755Z | Checking erased-serde v0.3.31 |
1964 | 2024-05-20T19:59:33.991Z | Compiling heck v0.3.3 |
1965 | 2024-05-20T19:59:33.992Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1966 | 2024-05-20T19:59:34.183Z | Checking tungstenite v0.21.0 |
1967 | 2024-05-20T19:59:34.401Z | Compiling zone_cfg_derive v0.1.2 |
1968 | 2024-05-20T19:59:34.402Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1969 | 2024-05-20T19:59:34.799Z | Checking base64 v0.13.1 |
1970 | 2024-05-20T19:59:34.916Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1971 | 2024-05-20T19:59:35.119Z | Checking tokio-tungstenite v0.21.0 |
1972 | 2024-05-20T19:59:35.471Z | Checking ron v0.7.1 |
1973 | 2024-05-20T19:59:35.686Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1974 | 2024-05-20T19:59:35.884Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1975 | 2024-05-20T19:59:35.884Z | Checking zone v0.1.8 |
1976 | 2024-05-20T19:59:36.211Z | Checking headers-core v0.2.0 |
1977 | 2024-05-20T19:59:36.211Z | Checking portpicker v0.1.1 |
1978 | 2024-05-20T19:59:36.211Z | Checking headers v0.3.9 |
1979 | 2024-05-20T19:59:36.211Z | Checking rcgen v0.12.1 |
1980 | 2024-05-20T19:59:36.609Z | Checking atomicwrites v0.4.3 |
1981 | 2024-05-20T19:59:36.609Z | Checking subprocess v0.2.9 |
1982 | 2024-05-20T19:59:36.609Z | Compiling convert_case v0.4.0 |
1983 | 2024-05-20T19:59:36.856Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1984 | 2024-05-20T19:59:36.856Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1985 | 2024-05-20T19:59:37.072Z | Checking linked-hash-map v0.5.6 |
1986 | 2024-05-20T19:59:37.072Z | Checking password-hash v0.5.0 |
1987 | 2024-05-20T19:59:37.308Z | Checking blake2 v0.10.6 |
1988 | 2024-05-20T19:59:37.308Z | Checking lru-cache v0.1.2 |
1989 | 2024-05-20T19:59:37.516Z | Checking swrite v0.1.0 |
1990 | 2024-05-20T19:59:37.516Z | Compiling rayon-core v1.12.1 |
1991 | 2024-05-20T19:59:37.516Z | Compiling derive_more v0.99.17 |
1992 | 2024-05-20T19:59:37.517Z | Checking resolv-conf v0.7.0 |
1993 | 2024-05-20T19:59:37.731Z | Checking argon2 v0.5.3 |
1994 | 2024-05-20T19:59:37.867Z | Checking trust-dns-resolver v0.22.0 |
1995 | 2024-05-20T19:59:37.867Z | Checking half v2.4.1 |
1996 | 2024-05-20T19:59:38.639Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1997 | 2024-05-20T19:59:38.639Z | Checking ciborium-io v0.2.2 |
1998 | 2024-05-20T19:59:38.639Z | Compiling cancel-safe-futures v0.1.5 |
1999 | 2024-05-20T19:59:38.639Z | Checking ciborium-ll v0.2.2 |
2000 | 2024-05-20T19:59:38.639Z | Checking mockall v0.12.1 |
2001 | 2024-05-20T19:59:38.832Z | Compiling slog-dtrace v0.3.0 |
2002 | 2024-05-20T19:59:38.832Z | Compiling semver v0.1.20 |
2003 | 2024-05-20T19:59:38.832Z | Checking ciborium v0.2.2 |
2004 | 2024-05-20T19:59:39.050Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2005 | 2024-05-20T19:59:39.153Z | Compiling rustc_version v0.1.7 |
2006 | 2024-05-20T19:59:39.336Z | Checking libsw v3.3.1 |
2007 | 2024-05-20T19:59:40.018Z | Checking owo-colors v4.0.0 |
2008 | 2024-05-20T19:59:40.018Z | Checking linear-map v1.2.0 |
2009 | 2024-05-20T19:59:40.179Z | Compiling newtype_derive v0.1.6 |
2010 | 2024-05-20T19:59:40.179Z | Compiling unicode-xid v0.2.4 |
2011 | 2024-05-20T19:59:40.180Z | Compiling radium v0.7.0 |
2012 | 2024-05-20T19:59:40.180Z | Checking num-rational v0.4.2 |
2013 | 2024-05-20T19:59:40.180Z | Checking num-complex v0.4.6 |
2014 | 2024-05-20T19:59:40.180Z | Checking steno v0.4.0 |
2015 | 2024-05-20T19:59:40.393Z | Checking nibble_vec v0.1.0 |
2016 | 2024-05-20T19:59:40.508Z | Checking tap v1.0.1 |
2017 | 2024-05-20T19:59:40.706Z | Checking endian-type v0.1.2 |
2018 | 2024-05-20T19:59:40.707Z | Compiling maybe-uninit v2.0.0 |
2019 | 2024-05-20T19:59:40.922Z | Checking radix_trie v0.2.1 |
2020 | 2024-05-20T19:59:40.922Z | Checking num v0.4.3 |
2021 | 2024-05-20T19:59:41.596Z | Checking wyz v0.5.1 |
2022 | 2024-05-20T19:59:42.236Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2023 | 2024-05-20T19:59:42.236Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2024 | 2024-05-20T19:59:42.236Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2025 | 2024-05-20T19:59:42.236Z | Checking fxhash v0.2.1 |
2026 | 2024-05-20T19:59:42.236Z | Checking funty v2.0.0 |
2027 | 2024-05-20T19:59:42.443Z | Compiling packed_struct v0.10.1 |
2028 | 2024-05-20T19:59:42.443Z | Checking crc-catalog v2.4.0 |
2029 | 2024-05-20T19:59:42.443Z | Compiling num-bigint-dig v0.8.4 |
2030 | 2024-05-20T19:59:42.443Z | Checking crc v3.2.1 |
2031 | 2024-05-20T19:59:42.795Z | Checking bitvec v1.0.1 |
2032 | 2024-05-20T19:59:43.124Z | Compiling packed_struct_codegen v0.10.1 |
2033 | 2024-05-20T19:59:43.124Z | Compiling indexmap v1.9.3 |
2034 | 2024-05-20T19:59:43.576Z | Checking nodrop v0.1.14 |
2035 | 2024-05-20T19:59:43.576Z | Checking array-init v0.0.4 |
2036 | 2024-05-20T19:59:43.576Z | Checking smallvec v0.6.14 |
2037 | 2024-05-20T19:59:44.032Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2038 | 2024-05-20T19:59:44.032Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2039 | 2024-05-20T19:59:44.580Z | Checking pkcs1 v0.7.5 |
2040 | 2024-05-20T19:59:44.580Z | Checking signature v2.2.0 |
2041 | 2024-05-20T19:59:44.800Z | Checking bitfield v0.14.0 |
2042 | 2024-05-20T19:59:44.800Z | Checking hashbrown v0.12.3 |
2043 | 2024-05-20T19:59:44.801Z | Checking serde-hex v0.1.0 |
2044 | 2024-05-20T19:59:45.186Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2045 | 2024-05-20T19:59:45.536Z | Checking bzip2 v0.4.4 |
2046 | 2024-05-20T19:59:45.739Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2047 | 2024-05-20T19:59:46.195Z | Checking env_logger v0.10.2 |
2048 | 2024-05-20T19:59:46.196Z | Checking rsa v0.9.6 |
2049 | 2024-05-20T19:59:46.951Z | Checking x509-cert v0.2.5 |
2050 | 2024-05-20T19:59:46.951Z | Checking ron v0.8.1 |
2051 | 2024-05-20T19:59:46.951Z | Checking hashbrown v0.13.2 |
2052 | 2024-05-20T19:59:46.951Z | Checking crc-any v2.5.0 |
2053 | 2024-05-20T19:59:46.998Z | Compiling home v0.5.9 |
2054 | 2024-05-20T19:59:46.998Z | Checking zip v0.6.6 |
2055 | 2024-05-20T19:59:46.999Z | Checking display-error-chain v0.2.0 |
2056 | 2024-05-20T19:59:46.999Z | Checking path-slash v0.1.5 |
2057 | 2024-05-20T19:59:47.117Z | Compiling async-recursion v1.1.1 |
2058 | 2024-05-20T19:59:47.177Z | Checking object v0.30.4 |
2059 | 2024-05-20T19:59:47.253Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2060 | 2024-05-20T19:59:47.484Z | Compiling buf-list v1.0.3 |
2061 | 2024-05-20T19:59:47.512Z | Compiling blake3 v1.5.1 |
2062 | 2024-05-20T19:59:47.618Z | Compiling ring v0.16.20 |
2063 | 2024-05-20T19:59:48.407Z | Checking maplit v1.0.2 |
2064 | 2024-05-20T19:59:49.017Z | Checking gethostname v0.4.3 |
2065 | 2024-05-20T19:59:49.017Z | Compiling parking_lot_core v0.8.6 |
2066 | 2024-05-20T19:59:49.182Z | Compiling libefi-sys v0.1.0 |
2067 | 2024-05-20T19:59:49.182Z | Compiling pin-project-internal v1.1.5 |
2068 | 2024-05-20T19:59:49.182Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2069 | 2024-05-20T19:59:49.182Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2070 | 2024-05-20T19:59:49.522Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2071 | 2024-05-20T19:59:49.943Z | Compiling crossbeam-deque v0.8.5 |
2072 | 2024-05-20T19:59:49.944Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2073 | 2024-05-20T19:59:49.944Z | Checking keccak v0.1.5 |
2074 | 2024-05-20T19:59:49.944Z | Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2075 | 2024-05-20T19:59:50.379Z | Checking sha3 v0.10.8 |
2076 | 2024-05-20T19:59:51.015Z | Checking parking_lot v0.11.2 |
2077 | 2024-05-20T19:59:51.575Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2078 | 2024-05-20T19:59:52.631Z | Checking trust-dns-client v0.22.0 |
2079 | 2024-05-20T19:59:52.631Z | Compiling synstructure v0.12.6 |
2080 | 2024-05-20T19:59:52.631Z | Checking toml v0.5.11 |
2081 | 2024-05-20T19:59:52.631Z | Checking pin-project v1.1.5 |
2082 | 2024-05-20T19:59:52.631Z | Checking secrecy v0.8.0 |
2083 | 2024-05-20T19:59:52.632Z | Checking sled v0.34.7 |
2084 | 2024-05-20T19:59:52.632Z | Compiling rayon v1.10.0 |
2085 | 2024-05-20T19:59:53.074Z | Checking trust-dns-server v0.22.1 |
2086 | 2024-05-20T19:59:53.320Z | Compiling zerocopy-derive v0.2.0 |
2087 | 2024-05-20T19:59:53.769Z | Compiling memmap2 v0.9.4 |
2088 | 2024-05-20T19:59:54.106Z | Compiling arrayvec v0.7.4 |
2089 | 2024-05-20T19:59:54.106Z | Compiling constant_time_eq v0.3.0 |
2090 | 2024-05-20T19:59:54.681Z | Compiling arrayref v0.3.7 |
2091 | 2024-05-20T19:59:54.682Z | Compiling untrusted v0.7.1 |
2092 | 2024-05-20T19:59:55.297Z | Compiling toolchain_find v0.4.0 |
2093 | 2024-05-20T19:59:56.204Z | Compiling vte_generate_state_changes v0.1.1 |
2094 | 2024-05-20T19:59:56.205Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
2095 | 2024-05-20T19:59:56.205Z | Compiling topological-sort v0.2.2 |
2096 | 2024-05-20T19:59:56.427Z | Compiling rustfmt-wrapper v0.2.1 |
2097 | 2024-05-20T19:59:56.476Z | Checking fd-lock v4.0.2 |
2098 | 2024-05-20T19:59:56.476Z | Checking vte v0.11.1 |
2099 | 2024-05-20T19:59:56.742Z | Compiling glob v0.3.1 |
2100 | 2024-05-20T19:59:57.165Z | Compiling snafu-derive v0.8.2 |
2101 | 2024-05-20T19:59:57.288Z | Compiling usdt-impl v0.3.5 |
2102 | 2024-05-20T19:59:57.475Z | Compiling omicron-zone-package v0.11.0 |
2103 | 2024-05-20T19:59:57.690Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2104 | 2024-05-20T19:59:58.365Z | Checking strip-ansi-escapes v0.2.0 |
2105 | 2024-05-20T19:59:58.366Z | Checking nu-ansi-term v0.50.0 |
2106 | 2024-05-20T19:59:58.366Z | Compiling zerocopy v0.3.2 |
2107 | 2024-05-20T19:59:58.717Z | Checking globset v0.4.14 |
2108 | 2024-05-20T19:59:58.718Z | Checking reedline v0.31.0 |
2109 | 2024-05-20T19:59:58.718Z | Checking olpc-cjson v0.1.3 |
2110 | 2024-05-20T19:59:59.040Z | Checking serde_plain v1.0.2 |
2111 | 2024-05-20T19:59:59.040Z | Checking typed-path v0.7.1 |
2112 | 2024-05-20T19:59:59.040Z | Compiling prettyplease v0.2.20 |
2113 | 2024-05-20T19:59:59.040Z | Compiling dof v0.1.5 |
2114 | 2024-05-20T19:59:59.166Z | Compiling dtrace-parser v0.1.14 |
2115 | 2024-05-20T19:59:59.755Z | Checking parse-size v1.0.0 |
2116 | 2024-05-20T19:59:59.807Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2117 | 2024-05-20T20:00:00.807Z | Compiling serde_tokenstream v0.1.7 |
2118 | 2024-05-20T20:00:01.011Z | Compiling memoffset v0.7.1 |
2119 | 2024-05-20T20:00:01.988Z | Compiling platforms v3.4.0 |
2120 | 2024-05-20T20:00:01.995Z | Compiling crunchy v0.2.2 |
2121 | 2024-05-20T20:00:01.995Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2122 | 2024-05-20T20:00:01.996Z | Compiling clang-sys v1.7.0 |
2123 | 2024-05-20T20:00:01.996Z | Compiling curve25519-dalek v4.1.2 |
2124 | 2024-05-20T20:00:02.820Z | Compiling unicase v2.7.0 |
2125 | 2024-05-20T20:00:02.947Z | Compiling tiny-keccak v2.0.2 |
2126 | 2024-05-20T20:00:02.947Z | Checking snafu v0.8.2 |
2127 | 2024-05-20T20:00:02.947Z | Compiling usdt-macro v0.3.5 |
2128 | 2024-05-20T20:00:02.947Z | Compiling usdt-attr-macro v0.3.5 |
2129 | 2024-05-20T20:00:03.944Z | Checking universal-hash v0.5.1 |
2130 | 2024-05-20T20:00:03.944Z | Compiling thiserror-impl-no-std v2.0.2 |
2131 | 2024-05-20T20:00:03.945Z | Checking tough v0.17.1 |
2132 | 2024-05-20T20:00:03.945Z | Compiling curve25519-dalek-derive v0.1.1 |
2133 | 2024-05-20T20:00:03.945Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2134 | 2024-05-20T20:00:03.964Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2135 | 2024-05-20T20:00:04.190Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2136 | 2024-05-20T20:00:04.255Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2137 | 2024-05-20T20:00:04.536Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2138 | 2024-05-20T20:00:05.388Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2139 | 2024-05-20T20:00:06.032Z | Checking nanorand v0.7.0 |
2140 | 2024-05-20T20:00:06.498Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2141 | 2024-05-20T20:00:06.573Z | Checking bytecount v0.6.8 |
2142 | 2024-05-20T20:00:06.726Z | Checking opaque-debug v0.3.1 |
2143 | 2024-05-20T20:00:06.816Z | Compiling cfg_aliases v0.1.1 |
2144 | 2024-05-20T20:00:06.884Z | Compiling salty v0.2.0 |
2145 | 2024-05-20T20:00:06.939Z | Checking signature v1.6.4 |
2146 | 2024-05-20T20:00:07.040Z | Checking ed25519 v1.5.3 |
2147 | 2024-05-20T20:00:07.256Z | Compiling nix v0.28.0 |
2148 | 2024-05-20T20:00:07.387Z | Checking poly1305 v0.8.0 |
2149 | 2024-05-20T20:00:07.453Z | Checking papergrid v0.11.0 |
2150 | 2024-05-20T20:00:08.236Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2151 | 2024-05-20T20:00:08.236Z | Checking thiserror-no-std v2.0.2 |
2152 | 2024-05-20T20:00:08.318Z | Checking flume v0.11.0 |
2153 | 2024-05-20T20:00:08.318Z | Checking usdt v0.3.5 |
2154 | 2024-05-20T20:00:08.318Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2155 | 2024-05-20T20:00:08.318Z | Compiling ascii-canvas v3.0.0 |
2156 | 2024-05-20T20:00:08.676Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2157 | 2024-05-20T20:00:09.508Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2158 | 2024-05-20T20:00:09.708Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2159 | 2024-05-20T20:00:09.755Z | Compiling tabled_derive v0.7.0 |
2160 | 2024-05-20T20:00:09.793Z | Checking chacha20 v0.9.1 |
2161 | 2024-05-20T20:00:10.020Z | Checking aead v0.5.2 |
2162 | 2024-05-20T20:00:10.153Z | Checking serde-big-array v0.5.1 |
2163 | 2024-05-20T20:00:10.234Z | Checking kstat-rs v0.2.3 |
2164 | 2024-05-20T20:00:10.234Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2165 | 2024-05-20T20:00:10.415Z | Compiling ena v0.14.3 |
2166 | 2024-05-20T20:00:10.728Z | Compiling libloading v0.8.3 |
2167 | 2024-05-20T20:00:10.984Z | Compiling bindgen v0.69.4 |
2168 | 2024-05-20T20:00:11.112Z | Compiling diff v0.1.13 |
2169 | 2024-05-20T20:00:11.177Z | Compiling regex-syntax v0.6.29 |
2170 | 2024-05-20T20:00:11.796Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2171 | 2024-05-20T20:00:11.842Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2172 | 2024-05-20T20:00:12.149Z | Checking chacha20poly1305 v0.10.1 |
2173 | 2024-05-20T20:00:12.669Z | Checking vsss-rs v3.3.4 |
2174 | 2024-05-20T20:00:12.669Z | Checking tabled v0.15.0 |
2175 | 2024-05-20T20:00:13.500Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2176 | 2024-05-20T20:00:14.275Z | Compiling lalrpop v0.19.12 |
2177 | 2024-05-20T20:00:15.306Z | Compiling which v4.4.2 |
2178 | 2024-05-20T20:00:15.349Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2179 | 2024-05-20T20:00:16.055Z | Checking signal-hook-tokio v0.3.1 |
2180 | 2024-05-20T20:00:16.102Z | Compiling cexpr v0.6.0 |
2181 | 2024-05-20T20:00:16.102Z | Checking serde-big-array v0.4.1 |
2182 | 2024-05-20T20:00:16.143Z | Compiling lazycell v1.3.0 |
2183 | 2024-05-20T20:00:16.322Z | Compiling shlex v1.3.0 |
2184 | 2024-05-20T20:00:16.767Z | Compiling rustc-hash v1.1.0 |
2185 | 2024-05-20T20:00:16.907Z | Compiling ref-cast v1.0.23 |
2186 | 2024-05-20T20:00:17.583Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2187 | 2024-05-20T20:00:17.634Z | Compiling mime_guess v2.0.4 |
2188 | 2024-05-20T20:00:18.038Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2189 | 2024-05-20T20:00:18.843Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2190 | 2024-05-20T20:00:19.096Z | Compiling derive_builder_core v0.20.0 |
2191 | 2024-05-20T20:00:20.012Z | Compiling peg-macros v0.8.3 |
2192 | 2024-05-20T20:00:20.757Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2193 | 2024-05-20T20:00:21.616Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2194 | 2024-05-20T20:00:22.205Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2195 | 2024-05-20T20:00:23.486Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2196 | 2024-05-20T20:00:23.847Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2197 | 2024-05-20T20:00:24.861Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2198 | 2024-05-20T20:00:25.326Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2199 | 2024-05-20T20:00:26.036Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2200 | 2024-05-20T20:00:26.679Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2201 | 2024-05-20T20:00:27.187Z | Compiling sqlparser_derive v0.2.2 |
2202 | 2024-05-20T20:00:28.088Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2203 | 2024-05-20T20:00:28.772Z | Compiling ref-cast-impl v1.0.23 |
2204 | 2024-05-20T20:00:28.978Z | Compiling libxml v0.3.3 |
2205 | 2024-05-20T20:00:29.149Z | Checking unicode_categories v0.1.1 |
2206 | 2024-05-20T20:00:29.351Z | Checking corncobs v0.1.3 |
2207 | 2024-05-20T20:00:29.553Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2208 | 2024-05-20T20:00:29.647Z | Checking sqlformat v0.2.3 |
2209 | 2024-05-20T20:00:29.691Z | Checking rustyline v14.0.0 |
2210 | 2024-05-20T20:00:29.691Z | Checking sqlparser v0.45.0 |
2211 | 2024-05-20T20:00:31.086Z | Checking peg v0.8.3 |
2212 | 2024-05-20T20:00:31.166Z | Compiling derive_builder_macro v0.20.0 |
2213 | 2024-05-20T20:00:31.299Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2214 | 2024-05-20T20:00:31.721Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2215 | 2024-05-20T20:00:32.339Z | Checking bcs v0.1.6 |
2216 | 2024-05-20T20:00:32.733Z | Compiling strum_macros v0.24.3 |
2217 | 2024-05-20T20:00:33.838Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2218 | 2024-05-20T20:00:33.839Z | Compiling cookie v0.18.1 |
2219 | 2024-05-20T20:00:33.839Z | Compiling indoc v1.0.9 |
2220 | 2024-05-20T20:00:34.200Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2221 | 2024-05-20T20:00:34.655Z | Checking highway v1.1.0 |
2222 | 2024-05-20T20:00:35.847Z | Checking derive_builder v0.20.0 |
2223 | 2024-05-20T20:00:36.097Z | Compiling const_format_proc_macros v0.2.32 |
2224 | 2024-05-20T20:00:36.525Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2225 | 2024-05-20T20:00:36.830Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2226 | 2024-05-20T20:00:37.080Z | Checking bb8 v0.8.3 |
2227 | 2024-05-20T20:00:37.523Z | Checking quick-xml v0.31.0 |
2228 | 2024-05-20T20:00:37.899Z | Compiling impl-trait-for-tuples v0.2.2 |
2229 | 2024-05-20T20:00:38.339Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2230 | 2024-05-20T20:00:38.626Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2231 | 2024-05-20T20:00:38.956Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2232 | 2024-05-20T20:00:39.261Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2233 | 2024-05-20T20:00:39.652Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2234 | 2024-05-20T20:00:40.227Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2235 | 2024-05-20T20:00:40.882Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2236 | 2024-05-20T20:00:43.743Z | Compiling oso-derive v0.27.3 |
2237 | 2024-05-20T20:00:43.958Z | Checking http-range v0.1.5 |
2238 | 2024-05-20T20:00:44.053Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2239 | 2024-05-20T20:00:44.097Z | Checking hyper-staticfile v0.9.5 |
2240 | 2024-05-20T20:00:44.519Z | Checking const_format v0.2.32 |
2241 | 2024-05-20T20:00:44.923Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2242 | 2024-05-20T20:00:45.040Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2243 | 2024-05-20T20:00:46.358Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2244 | 2024-05-20T20:00:46.529Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2245 | 2024-05-20T20:00:47.519Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2246 | 2024-05-20T20:00:49.059Z | Checking assert_matches v1.5.0 |
2247 | 2024-05-20T20:00:49.273Z | Checking rand_seeder v0.2.3 |
2248 | 2024-05-20T20:00:49.901Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2249 | 2024-05-20T20:00:49.937Z | Compiling portable-atomic v1.6.0 |
2250 | 2024-05-20T20:00:49.937Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2251 | 2024-05-20T20:00:49.937Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2252 | 2024-05-20T20:00:49.937Z | Checking number_prefix v0.4.0 |
2253 | 2024-05-20T20:00:49.938Z | Checking castaway v0.2.2 |
2254 | 2024-05-20T20:00:49.979Z | Checking compact_str v0.7.1 |
2255 | 2024-05-20T20:00:50.199Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2256 | 2024-05-20T20:00:50.860Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2257 | 2024-05-20T20:00:50.861Z | Checking lru v0.12.3 |
2258 | 2024-05-20T20:00:51.078Z | Compiling stability v0.2.0 |
2259 | 2024-05-20T20:00:51.078Z | Checking cassowary v0.3.0 |
2260 | 2024-05-20T20:00:51.200Z | Compiling indoc v2.0.5 |
2261 | 2024-05-20T20:00:51.393Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2262 | 2024-05-20T20:00:51.509Z | Checking indicatif v0.17.8 |
2263 | 2024-05-20T20:00:51.922Z | Checking unicode-linebreak v0.1.5 |
2264 | 2024-05-20T20:00:52.542Z | Checking ratatui v0.26.2 |
2265 | 2024-05-20T20:00:52.543Z | Checking smawk v0.3.2 |
2266 | 2024-05-20T20:00:52.543Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2267 | 2024-05-20T20:00:52.543Z | Checking textwrap v0.16.1 |
2268 | 2024-05-20T20:00:52.656Z | Checking is_ci v1.2.0 |
2269 | 2024-05-20T20:00:52.846Z | Checking supports-color v3.0.0 |
2270 | 2024-05-20T20:00:54.406Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2271 | 2024-05-20T20:00:54.406Z | Checking fatfs v0.3.6 |
2272 | 2024-05-20T20:00:54.406Z | Checking shell-words v1.1.0 |
2273 | 2024-05-20T20:00:54.406Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2274 | 2024-05-20T20:00:54.406Z | Checking rtoolbox v0.0.2 |
2275 | 2024-05-20T20:00:54.406Z | Checking rpassword v7.3.1 |
2276 | 2024-05-20T20:00:54.406Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2277 | 2024-05-20T20:00:54.751Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2278 | 2024-05-20T20:00:55.144Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2279 | 2024-05-20T20:00:55.481Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2280 | 2024-05-20T20:00:55.604Z | Checking tui-tree-widget v0.19.0 |
2281 | 2024-05-20T20:00:55.604Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2282 | 2024-05-20T20:00:56.680Z | Checking yansi v0.5.1 |
2283 | 2024-05-20T20:00:57.329Z | Checking pretty_assertions v1.4.0 |
2284 | 2024-05-20T20:00:57.329Z | Compiling target-lexicon v0.12.14 |
2285 | 2024-05-20T20:00:57.428Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2286 | 2024-05-20T20:00:57.428Z | Checking cargo-platform v0.1.8 |
2287 | 2024-05-20T20:00:57.428Z | Checking plotters-backend v0.3.5 |
2288 | 2024-05-20T20:00:57.647Z | Compiling guppy-workspace-hack v0.1.0 |
2289 | 2024-05-20T20:00:57.879Z | Compiling doc-comment v0.3.3 |
2290 | 2024-05-20T20:00:58.537Z | Checking plotters-svg v0.3.5 |
2291 | 2024-05-20T20:00:58.691Z | Checking cargo_metadata v0.18.1 |
2292 | 2024-05-20T20:00:58.691Z | Checking http-body v1.0.0 |
2293 | 2024-05-20T20:00:58.806Z | Checking cast v0.3.0 |
2294 | 2024-05-20T20:00:58.806Z | Checking regex-automata v0.1.10 |
2295 | 2024-05-20T20:00:58.911Z | Checking tower-layer v0.3.2 |
2296 | 2024-05-20T20:00:59.181Z | Compiling assert_cmd v2.0.14 |
2297 | 2024-05-20T20:00:59.330Z | Compiling target-spec v3.1.0 |
2298 | 2024-05-20T20:00:59.555Z | Checking tower v0.4.13 |
2299 | 2024-05-20T20:00:59.731Z | Checking bstr v0.2.17 |
2300 | 2024-05-20T20:01:00.055Z | Checking criterion-plot v0.5.0 |
2301 | 2024-05-20T20:01:00.330Z | Checking hyper v1.3.1 |
2302 | 2024-05-20T20:01:00.529Z | Checking plotters v0.3.5 |
2303 | 2024-05-20T20:01:00.639Z | Checking cfg-expr v0.15.8 |
2304 | 2024-05-20T20:01:01.510Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2305 | 2024-05-20T20:01:01.575Z | Checking tinytemplate v1.2.1 |
2306 | 2024-05-20T20:01:02.187Z | Checking oorandom v11.1.3 |
2307 | 2024-05-20T20:01:02.234Z | Checking anes v0.1.6 |
2308 | 2024-05-20T20:01:02.602Z | Checking criterion v0.5.1 |
2309 | 2024-05-20T20:01:03.316Z | Checking hyper-util v0.1.3 |
2310 | 2024-05-20T20:01:03.410Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2311 | 2024-05-20T20:01:04.745Z | Checking httptest v0.15.5 |
2312 | 2024-05-20T20:01:04.805Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2313 | 2024-05-20T20:01:05.395Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2314 | 2024-05-20T20:01:05.537Z | Checking rustls-native-certs v0.7.0 |
2315 | 2024-05-20T20:01:05.671Z | Checking pathdiff v0.2.1 |
2316 | 2024-05-20T20:01:05.816Z | Checking nested v0.1.1 |
2317 | 2024-05-20T20:01:06.001Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2318 | 2024-05-20T20:01:06.018Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2319 | 2024-05-20T20:01:07.097Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2320 | 2024-05-20T20:01:09.276Z | Checking guppy v0.17.5 |
2321 | 2024-05-20T20:01:10.209Z | Checking hyper-rustls v0.26.0 |
2322 | 2024-05-20T20:01:10.388Z | Checking escape8259 v0.5.2 |
2323 | 2024-05-20T20:01:10.532Z | Checking threadpool v1.8.1 |
2324 | 2024-05-20T20:01:10.569Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2325 | 2024-05-20T20:01:10.711Z | Checking libtest-mimic v0.7.3 |
2326 | 2024-05-20T20:01:11.154Z | Checking similar-asserts v1.5.0 |
2327 | 2024-05-20T20:01:11.341Z | Checking fancy-regex v0.13.0 |
2328 | 2024-05-20T20:01:11.384Z | Compiling rstest_macros v0.19.0 |
2329 | 2024-05-20T20:01:12.440Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2330 | 2024-05-20T20:01:12.444Z | Checking datatest-stable v0.2.9 |
2331 | 2024-05-20T20:01:12.444Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2332 | 2024-05-20T20:01:12.681Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2333 | 2024-05-20T20:01:12.991Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2334 | 2024-05-20T20:01:13.485Z | Checking csv-core v0.1.11 |
2335 | 2024-05-20T20:01:13.553Z | Compiling relative-path v1.9.3 |
2336 | 2024-05-20T20:01:13.688Z | Compiling trybuild v1.0.96 |
2337 | 2024-05-20T20:01:13.813Z | Checking csv v1.3.0 |
2338 | 2024-05-20T20:01:14.278Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2339 | 2024-05-20T20:01:14.671Z | Checking blake2b_simd v1.0.2 |
2340 | 2024-05-20T20:01:15.488Z | Checking multimap v0.10.0 |
2341 | 2024-05-20T20:01:15.786Z | Checking futures-timer v3.0.3 |
2342 | 2024-05-20T20:01:16.105Z | Checking rust-argon2 v2.1.0 |
2343 | 2024-05-20T20:01:17.877Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2344 | 2024-05-20T20:01:19.845Z | Checking partial-io v0.5.4 |
2345 | 2024-05-20T20:01:20.275Z | Checking approx v0.5.1 |
2346 | 2024-05-20T20:01:20.491Z | Checking termios v0.3.3 |
2347 | 2024-05-20T20:01:20.703Z | Checking uzers v0.11.3 |
2348 | 2024-05-20T20:01:21.043Z | Checking hex-literal v0.4.1 |
2349 | 2024-05-20T20:01:24.046Z | Checking rstest v0.19.0 |
2350 | 2024-05-20T20:01:25.827Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2351 | 2024-05-20T20:01:26.997Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2352 | 2024-05-20T20:01:35.260Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2353 | 2024-05-20T20:01:53.429Z | Compiling samael v0.0.15 |
2354 | 2024-05-20T20:02:10.831Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2355 | 2024-05-20T20:02:11.696Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2356 | 2024-05-20T20:02:32.952Z | Compiling polar-core v0.27.3 |
2357 | 2024-05-20T20:02:40.210Z | Checking oso v0.27.3 |
2358 | 2024-05-20T20:03:07.352Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2359 | 2024-05-20T20:03:07.352Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2360 | 2024-05-20T20:03:07.355Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2361 | 2024-05-20T20:04:12.550Z | Finished dev [unoptimized + debuginfo] target(s) in 6m 47s |
2362 | 2024-05-20T20:04:12.821Z | |
2363 | 2024-05-20T20:04:12.821Z | real 7:37.773627447 |
2364 | 2024-05-20T20:04:12.822Z | user 38:21.192180339 |
2365 | 2024-05-20T20:04:12.822Z | sys 6:46.710468667 |
2366 | 2024-05-20T20:04:12.822Z | trap 1.034615722 |
2367 | 2024-05-20T20:04:12.822Z | tflt 8.895333739 |
2368 | 2024-05-20T20:04:12.822Z | dflt 8.209890067 |
2369 | 2024-05-20T20:04:12.822Z | kflt 0.024977138 |
2370 | 2024-05-20T20:04:12.822Z | lock 58:44.954129819 |
2371 | 2024-05-20T20:04:12.822Z | slp 1:57:38.029176415 |
2372 | 2024-05-20T20:04:12.822Z | lat 1:46.690315846 |
2373 | 2024-05-20T20:04:12.822Z | stop 4:32.462465255 |
2374 | 2024-05-20T20:04:13.646Z | warning: output filename collision. |
2375 | 2024-05-20T20:04:13.646Z | 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)`. |
2376 | 2024-05-20T20:04:13.646Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api/index.html |
2377 | 2024-05-20T20:04:13.646Z | The targets should have unique names. |
2378 | 2024-05-20T20:04:13.646Z | This is a known bug where multiple crates with the same name use |
2379 | 2024-05-20T20:04:13.646Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2380 | 2024-05-20T20:04:13.646Z | warning: output filename collision. |
2381 | 2024-05-20T20:04:13.646Z | 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)`. |
2382 | 2024-05-20T20:04:13.646Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api_sys/index.html |
2383 | 2024-05-20T20:04:13.646Z | The targets should have unique names. |
2384 | 2024-05-20T20:04:13.646Z | This is a known bug where multiple crates with the same name use |
2385 | 2024-05-20T20:04:13.646Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2386 | 2024-05-20T20:04:13.668Z | warning: output filename collision. |
2387 | 2024-05-20T20:04:13.668Z | 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)`. |
2388 | 2024-05-20T20:04:13.669Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2389 | 2024-05-20T20:04:13.669Z | The targets should have unique names. |
2390 | 2024-05-20T20:04:13.669Z | This is a known bug where multiple crates with the same name use |
2391 | 2024-05-20T20:04:13.669Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2392 | 2024-05-20T20:04:13.669Z | warning: output filename collision. |
2393 | 2024-05-20T20:04:13.669Z | 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)`. |
2394 | 2024-05-20T20:04:13.669Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/libnet/index.html |
2395 | 2024-05-20T20:04:13.669Z | The targets should have unique names. |
2396 | 2024-05-20T20:04:13.669Z | This is a known bug where multiple crates with the same name use |
2397 | 2024-05-20T20:04:13.669Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2398 | 2024-05-20T20:04:13.669Z | warning: output filename collision. |
2399 | 2024-05-20T20:04:13.669Z | The lib target `nix` in package `nix v0.28.0` has the same output filename as the lib target `nix` in package `nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)`. |
2400 | 2024-05-20T20:04:13.669Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
2401 | 2024-05-20T20:04:13.669Z | The targets should have unique names. |
2402 | 2024-05-20T20:04:13.669Z | This is a known bug where multiple crates with the same name use |
2403 | 2024-05-20T20:04:13.669Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2404 | 2024-05-20T20:04:13.669Z | warning: output filename collision. |
2405 | 2024-05-20T20:04:13.670Z | 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)`. |
2406 | 2024-05-20T20:04:13.670Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2407 | 2024-05-20T20:04:13.670Z | The targets should have unique names. |
2408 | 2024-05-20T20:04:13.670Z | This is a known bug where multiple crates with the same name use |
2409 | 2024-05-20T20:04:13.670Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2410 | 2024-05-20T20:04:13.670Z | warning: output filename collision. |
2411 | 2024-05-20T20:04:13.670Z | 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)`. |
2412 | 2024-05-20T20:04:13.670Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/propolis_client/index.html |
2413 | 2024-05-20T20:04:13.670Z | The targets should have unique names. |
2414 | 2024-05-20T20:04:13.670Z | This is a known bug where multiple crates with the same name use |
2415 | 2024-05-20T20:04:13.670Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2416 | 2024-05-20T20:04:13.670Z | warning: output filename collision. |
2417 | 2024-05-20T20:04:13.670Z | 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)`. |
2418 | 2024-05-20T20:04:13.670Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2419 | 2024-05-20T20:04:13.670Z | The targets should have unique names. |
2420 | 2024-05-20T20:04:13.670Z | This is a known bug where multiple crates with the same name use |
2421 | 2024-05-20T20:04:13.670Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2422 | 2024-05-20T20:04:13.671Z | warning: output filename collision. |
2423 | 2024-05-20T20:04:13.671Z | 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`. |
2424 | 2024-05-20T20:04:13.671Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/zone/index.html |
2425 | 2024-05-20T20:04:13.671Z | The targets should have unique names. |
2426 | 2024-05-20T20:04:13.671Z | This is a known bug where multiple crates with the same name use |
2427 | 2024-05-20T20:04:13.671Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2428 | 2024-05-20T20:04:14.146Z | Documenting libc v0.2.153 |
2429 | 2024-05-20T20:04:14.197Z | Documenting cfg-if v1.0.0 |
2430 | 2024-05-20T20:04:14.218Z | Documenting serde_derive v1.0.202 |
2431 | 2024-05-20T20:04:14.238Z | Documenting log v0.4.21 |
2432 | 2024-05-20T20:04:14.256Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2433 | 2024-05-20T20:04:14.689Z | Documenting memchr v2.7.2 |
2434 | 2024-05-20T20:04:14.689Z | Documenting byteorder v1.5.0 |
2435 | 2024-05-20T20:04:14.689Z | Documenting smallvec v1.13.2 |
2436 | 2024-05-20T20:04:14.689Z | Documenting itoa v1.0.11 |
2437 | 2024-05-20T20:04:17.323Z | Documenting scopeguard v1.2.0 |
2438 | 2024-05-20T20:04:17.444Z | Documenting pin-project-lite v0.2.14 |
2439 | 2024-05-20T20:04:17.885Z | Documenting libm v0.2.8 |
2440 | 2024-05-20T20:04:18.234Z | Documenting once_cell v1.19.0 |
2441 | 2024-05-20T20:04:18.305Z | Documenting thiserror-impl v1.0.60 |
2442 | 2024-05-20T20:04:18.893Z | Documenting getrandom v0.2.14 |
2443 | 2024-05-20T20:04:18.942Z | Documenting parking_lot_core v0.9.10 |
2444 | 2024-05-20T20:04:20.291Z | Documenting signal-hook-registry v1.4.2 |
2445 | 2024-05-20T20:04:22.205Z | Documenting num-traits v0.2.19 |
2446 | 2024-05-20T20:04:22.212Z | Documenting serde v1.0.202 |
2447 | 2024-05-20T20:04:22.212Z | Documenting lock_api v0.4.12 |
2448 | 2024-05-20T20:04:22.562Z | Documenting mio v0.8.11 |
2449 | 2024-05-20T20:04:23.037Z | Documenting rand_core v0.6.4 |
2450 | 2024-05-20T20:04:24.073Z | Documenting zeroize_derive v1.4.2 |
2451 | 2024-05-20T20:04:24.509Z | Documenting thiserror v1.0.60 |
2452 | 2024-05-20T20:04:24.582Z | Documenting ryu v1.0.18 |
2453 | 2024-05-20T20:04:27.000Z | Documenting parking_lot v0.12.2 |
2454 | 2024-05-20T20:04:27.200Z | Documenting futures-core v0.3.30 |
2455 | 2024-05-20T20:04:27.212Z | Documenting num_cpus v1.16.0 |
2456 | 2024-05-20T20:04:27.480Z | Documenting socket2 v0.5.7 |
2457 | 2024-05-20T20:04:27.728Z | Documenting tokio-macros v2.2.0 |
2458 | 2024-05-20T20:04:29.149Z | Documenting zeroize v1.7.0 |
2459 | 2024-05-20T20:04:29.332Z | Documenting zerocopy v0.7.34 |
2460 | 2024-05-20T20:04:31.267Z | Documenting futures-sink v0.3.30 |
2461 | 2024-05-20T20:04:31.700Z | Documenting typenum v1.17.0 |
2462 | 2024-05-20T20:04:31.900Z | Documenting subtle v2.5.0 |
2463 | 2024-05-20T20:04:32.555Z | Documenting pin-utils v0.1.0 |
2464 | 2024-05-20T20:04:33.352Z | Documenting slab v0.4.9 |
2465 | 2024-05-20T20:04:33.466Z | Documenting futures-macro v0.3.30 |
2466 | 2024-05-20T20:04:36.381Z | Documenting futures-channel v0.3.30 |
2467 | 2024-05-20T20:04:36.808Z | Documenting iana-time-zone v0.1.60 |
2468 | 2024-05-20T20:04:43.065Z | Documenting bytes v1.6.0 |
2469 | 2024-05-20T20:04:44.959Z | Documenting bitflags v2.5.0 |
2470 | 2024-05-20T20:04:45.029Z | Documenting serde_json v1.0.117 |
2471 | 2024-05-20T20:04:45.030Z | Documenting futures-task v0.3.30 |
2472 | 2024-05-20T20:04:45.030Z | Documenting futures-io v0.3.30 |
2473 | 2024-05-20T20:04:45.163Z | Documenting chrono v0.4.38 |
2474 | 2024-05-20T20:04:45.315Z | Documenting uuid v1.8.0 |
2475 | 2024-05-20T20:04:45.940Z | Documenting generic-array v0.14.7 |
2476 | 2024-05-20T20:04:47.899Z | Documenting tokio v1.37.0 |
2477 | 2024-05-20T20:04:49.716Z | Documenting ahash v0.8.11 |
2478 | 2024-05-20T20:04:50.376Z | Documenting futures-util v0.3.30 |
2479 | 2024-05-20T20:04:50.424Z | Documenting allocator-api2 v0.2.18 |
2480 | 2024-05-20T20:04:50.424Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2481 | 2024-05-20T20:04:50.424Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2482 | 2024-05-20T20:04:50.716Z | Documenting crypto-common v0.1.6 |
2483 | 2024-05-20T20:04:51.141Z | Documenting tinyvec_macros v0.1.1 |
2484 | 2024-05-20T20:04:51.634Z | Documenting const-oid v0.9.6 |
2485 | 2024-05-20T20:04:52.049Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2486 | 2024-05-20T20:04:53.646Z | Documenting serde_derive_internals v0.29.1 |
2487 | 2024-05-20T20:04:54.321Z | Documenting tinyvec v1.6.0 |
2488 | 2024-05-20T20:04:54.537Z | Documenting hashbrown v0.14.5 |
2489 | 2024-05-20T20:04:55.582Z | Checking serde_derive_internals v0.29.1 |
2490 | 2024-05-20T20:04:56.157Z | Documenting dyn-clone v1.0.17 |
2491 | 2024-05-20T20:04:57.812Z | Documenting ppv-lite86 v0.2.17 |
2492 | 2024-05-20T20:04:58.678Z | Documenting unicode-normalization v0.1.23 |
2493 | 2024-05-20T20:04:59.703Z | Documenting tracing-core v0.1.32 |
2494 | 2024-05-20T20:04:59.730Z | Documenting tracing-attributes v0.1.27 |
2495 | 2024-05-20T20:04:59.915Z | Documenting unicode-bidi v0.3.15 |
2496 | 2024-05-20T20:05:00.201Z | Documenting lazy_static v1.4.0 |
2497 | 2024-05-20T20:05:00.376Z | Documenting schemars_derive v0.8.19 |
2498 | 2024-05-20T20:05:00.631Z | Documenting percent-encoding v2.3.1 |
2499 | 2024-05-20T20:05:01.123Z | Documenting rand_chacha v0.3.1 |
2500 | 2024-05-20T20:05:03.633Z | Documenting block-buffer v0.10.4 |
2501 | 2024-05-20T20:05:03.999Z | Documenting powerfmt v0.2.0 |
2502 | 2024-05-20T20:05:04.737Z | Documenting equivalent v1.0.1 |
2503 | 2024-05-20T20:05:05.114Z | Documenting form_urlencoded v1.2.1 |
2504 | 2024-05-20T20:05:05.723Z | Documenting time-macros v0.2.18 |
2505 | 2024-05-20T20:05:06.075Z | Documenting schemars v0.8.19 |
2506 | 2024-05-20T20:05:06.122Z | Documenting rand v0.8.5 |
2507 | 2024-05-20T20:05:07.345Z | Documenting deranged v0.3.11 |
2508 | 2024-05-20T20:05:07.496Z | Documenting indexmap v2.2.6 |
2509 | 2024-05-20T20:05:08.070Z | Documenting digest v0.10.7 |
2510 | 2024-05-20T20:05:09.649Z | Documenting time-core v0.1.2 |
2511 | 2024-05-20T20:05:11.756Z | Documenting num-conv v0.1.0 |
2512 | 2024-05-20T20:05:11.960Z | Documenting unicode-width v0.1.12 |
2513 | 2024-05-20T20:05:12.385Z | Documenting num_threads v0.1.7 |
2514 | 2024-05-20T20:05:12.599Z | Documenting fnv v1.0.7 |
2515 | 2024-05-20T20:05:12.871Z | Documenting idna v0.5.0 |
2516 | 2024-05-20T20:05:12.982Z | Documenting adler v1.0.2 |
2517 | 2024-05-20T20:05:18.249Z | Documenting tracing v0.1.40 |
2518 | 2024-05-20T20:05:22.352Z | Documenting unicode-ident v1.0.12 |
2519 | 2024-05-20T20:05:22.425Z | Documenting slog v2.7.0 |
2520 | 2024-05-20T20:05:22.425Z | Documenting miniz_oxide v0.7.2 |
2521 | 2024-05-20T20:05:23.073Z | Documenting time v0.3.36 |
2522 | 2024-05-20T20:05:23.073Z | Documenting httparse v1.8.0 |
2523 | 2024-05-20T20:05:23.073Z | Documenting url v2.5.0 |
2524 | 2024-05-20T20:05:23.295Z | Documenting cpufeatures v0.2.12 |
2525 | 2024-05-20T20:05:26.824Z | Documenting proc-macro2 v1.0.82 |
2526 | 2024-05-20T20:05:26.849Z | Documenting tokio-util v0.7.11 |
2527 | 2024-05-20T20:05:26.988Z | Documenting errno v0.3.9 |
2528 | 2024-05-20T20:05:27.139Z | Documenting async-trait v0.1.80 |
2529 | 2024-05-20T20:05:27.218Z | Documenting httpdate v1.0.3 |
2530 | 2024-05-20T20:05:27.720Z | Documenting try-lock v0.2.5 |
2531 | 2024-05-20T20:05:27.807Z | Documenting http-body v0.4.6 |
2532 | 2024-05-20T20:05:30.644Z | Documenting want v0.3.1 |
2533 | 2024-05-20T20:05:31.428Z | Documenting rustix v0.38.34 |
2534 | 2024-05-20T20:05:32.087Z | Documenting quote v1.0.36 |
2535 | 2024-05-20T20:05:32.436Z | Documenting aho-corasick v1.1.3 |
2536 | 2024-05-20T20:05:33.238Z | Documenting openssl-sys v0.9.102 |
2537 | 2024-05-20T20:05:33.242Z | Documenting openssl-macros v0.1.1 |
2538 | 2024-05-20T20:05:33.489Z | Documenting tower-service v0.3.2 |
2539 | 2024-05-20T20:05:34.451Z | Documenting h2 v0.3.26 |
2540 | 2024-05-20T20:05:35.535Z | Documenting regex-syntax v0.8.3 |
2541 | 2024-05-20T20:05:36.865Z | Documenting syn v2.0.64 |
2542 | 2024-05-20T20:05:37.586Z | Documenting mime v0.3.17 |
2543 | 2024-05-20T20:05:38.395Z | Documenting gimli v0.28.1 |
2544 | 2024-05-20T20:05:38.838Z | Documenting object v0.32.2 |
2545 | 2024-05-20T20:05:39.477Z | Documenting rustc-demangle v0.1.24 |
2546 | 2024-05-20T20:05:40.296Z | Documenting openssl v0.10.64 |
2547 | 2024-05-20T20:05:42.749Z | Documenting openssl-probe v0.1.5 |
2548 | 2024-05-20T20:05:42.761Z | Documenting regex-automata v0.4.6 |
2549 | 2024-05-20T20:05:43.156Z | Documenting ipnet v2.9.0 |
2550 | 2024-05-20T20:05:45.054Z | Documenting addr2line v0.21.0 |
2551 | 2024-05-20T20:05:45.398Z | Documenting hyper v0.14.28 |
2552 | 2024-05-20T20:05:46.994Z | Documenting base64ct v1.6.0 |
2553 | 2024-05-20T20:05:47.997Z | Documenting futures-executor v0.3.30 |
2554 | 2024-05-20T20:05:49.055Z | Documenting encoding_rs v0.8.34 |
2555 | 2024-05-20T20:05:49.199Z | Documenting native-tls v0.2.11 |
2556 | 2024-05-20T20:05:51.828Z | Documenting psl-types v2.0.11 |
2557 | 2024-05-20T20:05:52.180Z | Documenting serde_urlencoded v0.7.1 |
2558 | 2024-05-20T20:05:52.416Z | Documenting backtrace v0.3.71 |
2559 | 2024-05-20T20:05:52.732Z | Documenting semver v1.0.23 |
2560 | 2024-05-20T20:05:53.929Z | Checking pest_meta v2.7.10 |
2561 | 2024-05-20T20:05:54.739Z | Documenting tokio-native-tls v0.3.1 |
2562 | 2024-05-20T20:05:54.780Z | Documenting publicsuffix v2.2.3 |
2563 | 2024-05-20T20:05:55.193Z | Documenting crossbeam-utils v0.8.19 |
2564 | 2024-05-20T20:05:57.640Z | Documenting utf8parse v0.2.1 |
2565 | 2024-05-20T20:05:57.737Z | Documenting anyhow v1.0.83 |
2566 | 2024-05-20T20:05:57.895Z | Documenting futures v0.3.30 |
2567 | 2024-05-20T20:05:58.258Z | Documenting hyper-rustls v0.24.2 |
2568 | 2024-05-20T20:06:00.084Z | Documenting cookie_store v0.20.0 |
2569 | 2024-05-20T20:06:00.089Z | Documenting pem-rfc7468 v0.7.0 |
2570 | 2024-05-20T20:06:00.586Z | Documenting hyper-tls v0.5.0 |
2571 | 2024-05-20T20:06:00.691Z | Documenting regex v1.10.4 |
2572 | 2024-05-20T20:06:00.979Z | Documenting pest_meta v2.7.10 |
2573 | 2024-05-20T20:06:02.720Z | Documenting scroll_derive v0.12.0 |
2574 | 2024-05-20T20:06:04.784Z | Documenting der_derive v0.7.2 |
2575 | 2024-05-20T20:06:05.007Z | Documenting flagset v0.4.5 |
2576 | 2024-05-20T20:06:05.223Z | Documenting sync_wrapper v0.1.2 |
2577 | 2024-05-20T20:06:06.009Z | Documenting webpki-roots v0.25.4 |
2578 | 2024-05-20T20:06:06.207Z | Documenting pest_generator v2.7.10 |
2579 | 2024-05-20T20:06:06.438Z | Checking pest_generator v2.7.10 |
2580 | 2024-05-20T20:06:07.065Z | Documenting num-integer v0.1.46 |
2581 | 2024-05-20T20:06:08.218Z | Documenting ucd-trie v0.1.6 |
2582 | 2024-05-20T20:06:08.248Z | Documenting plain v0.2.3 |
2583 | 2024-05-20T20:06:08.314Z | Documenting scroll v0.12.0 |
2584 | 2024-05-20T20:06:08.395Z | Documenting openapiv3 v2.0.0 |
2585 | 2024-05-20T20:06:10.722Z | Documenting reqwest v0.11.27 |
2586 | 2024-05-20T20:06:11.078Z | Documenting pretty-hex v0.4.1 |
2587 | 2024-05-20T20:06:11.269Z | Documenting der v0.7.9 |
2588 | 2024-05-20T20:06:11.345Z | Documenting pest_derive v2.7.10 |
2589 | 2024-05-20T20:06:12.472Z | Documenting spin v0.9.8 |
2590 | 2024-05-20T20:06:12.491Z | Documenting pest v2.7.10 |
2591 | 2024-05-20T20:06:13.304Z | Documenting goblin v0.8.2 |
2592 | 2024-05-20T20:06:14.174Z | Documenting thread-id v4.2.1 |
2593 | 2024-05-20T20:06:15.815Z | Documenting anstyle v1.0.7 |
2594 | 2024-05-20T20:06:17.079Z | Documenting either v1.12.0 |
2595 | 2024-05-20T20:06:17.200Z | Documenting anstyle-parse v0.2.4 |
2596 | 2024-05-20T20:06:17.480Z | Documenting spki v0.7.3 |
2597 | 2024-05-20T20:06:18.611Z | Documenting dtrace-parser v0.2.0 |
2598 | 2024-05-20T20:06:19.047Z | Documenting memmap v0.7.0 |
2599 | 2024-05-20T20:06:20.593Z | Documenting is_terminal_polyfill v1.70.0 |
2600 | 2024-05-20T20:06:20.639Z | Documenting dof v0.3.0 |
2601 | 2024-05-20T20:06:20.872Z | Documenting anstyle-query v1.0.3 |
2602 | 2024-05-20T20:06:21.737Z | Documenting data-encoding v2.6.0 |
2603 | 2024-05-20T20:06:22.110Z | Documenting colorchoice v1.0.1 |
2604 | 2024-05-20T20:06:22.181Z | Documenting pkcs8 v0.10.2 |
2605 | 2024-05-20T20:06:23.542Z | Documenting crossbeam-epoch v0.9.18 |
2606 | 2024-05-20T20:06:24.057Z | Documenting terminal_size v0.3.0 |
2607 | 2024-05-20T20:06:28.898Z | Documenting sha2 v0.10.8 |
2608 | 2024-05-20T20:06:28.936Z | Documenting ipnetwork v0.20.0 |
2609 | 2024-05-20T20:06:28.936Z | Documenting anstream v0.6.14 |
2610 | 2024-05-20T20:06:28.936Z | Documenting hex v0.4.3 |
2611 | 2024-05-20T20:06:28.936Z | Documenting usdt-impl v0.5.0 |
2612 | 2024-05-20T20:06:28.936Z | Documenting crc32fast v1.4.0 |
2613 | 2024-05-20T20:06:28.937Z | Documenting untrusted v0.9.0 |
2614 | 2024-05-20T20:06:29.423Z | Documenting strsim v0.11.1 |
2615 | 2024-05-20T20:06:30.178Z | Documenting unicode-segmentation v1.11.0 |
2616 | 2024-05-20T20:06:30.356Z | Documenting clap_lex v0.7.0 |
2617 | 2024-05-20T20:06:30.984Z | Documenting num-iter v0.1.45 |
2618 | 2024-05-20T20:06:31.360Z | Documenting hmac v0.12.1 |
2619 | 2024-05-20T20:06:31.574Z | Documenting signal-hook v0.3.17 |
2620 | 2024-05-20T20:06:31.782Z | Documenting ring v0.17.8 |
2621 | 2024-05-20T20:06:33.161Z | Documenting usdt v0.5.0 |
2622 | 2024-05-20T20:06:33.490Z | Documenting clap_derive v4.5.4 |
2623 | 2024-05-20T20:06:33.592Z | Documenting static_assertions v1.1.0 |
2624 | 2024-05-20T20:06:34.408Z | Documenting clap_builder v4.5.2 |
2625 | 2024-05-20T20:06:36.102Z | Documenting flate2 v1.0.30 |
2626 | 2024-05-20T20:06:36.323Z | Documenting managed v0.8.0 |
2627 | 2024-05-20T20:06:36.656Z | Documenting itertools v0.12.1 |
2628 | 2024-05-20T20:06:36.667Z | Documenting signal-hook-mio v0.2.3 |
2629 | 2024-05-20T20:06:37.500Z | Documenting enum-as-inner v0.5.1 |
2630 | 2024-05-20T20:06:39.088Z | Documenting regress v0.9.1 |
2631 | 2024-05-20T20:06:39.619Z | Documenting block-padding v0.3.3 |
2632 | 2024-05-20T20:06:40.277Z | Documenting scheduled-thread-pool v0.2.7 |
2633 | 2024-05-20T20:06:41.034Z | Documenting diesel_table_macro_syntax v0.1.0 |
2634 | 2024-05-20T20:06:41.282Z | Documenting clap v4.5.4 |
2635 | 2024-05-20T20:06:41.715Z | Checking diesel_table_macro_syntax v0.1.0 |
2636 | 2024-05-20T20:06:41.889Z | Documenting finl_unicode v1.2.0 |
2637 | 2024-05-20T20:06:42.019Z | Documenting trust-dns-proto v0.22.0 |
2638 | 2024-05-20T20:06:44.318Z | Documenting inout v0.1.3 |
2639 | 2024-05-20T20:06:45.076Z | Documenting crossterm v0.27.0 |
2640 | 2024-05-20T20:06:45.270Z | Documenting r2d2 v0.8.10 |
2641 | 2024-05-20T20:06:46.500Z | Documenting md-5 v0.10.6 |
2642 | 2024-05-20T20:06:47.041Z | Documenting diesel_derives v2.1.4 |
2643 | 2024-05-20T20:06:47.064Z | Documenting stringprep v0.1.4 |
2644 | 2024-05-20T20:06:47.126Z | Documenting toml_datetime v0.6.6 |
2645 | 2024-05-20T20:06:49.007Z | Documenting serde_spanned v0.6.6 |
2646 | 2024-05-20T20:06:49.518Z | Documenting ff v0.13.0 |
2647 | 2024-05-20T20:06:50.812Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2648 | 2024-05-20T20:06:50.823Z | Checking ident_case v1.0.1 |
2649 | 2024-05-20T20:06:50.969Z | Documenting siphasher v0.3.11 |
2650 | 2024-05-20T20:06:51.151Z | Documenting heck v0.5.0 |
2651 | 2024-05-20T20:06:52.077Z | Checking unsafe-libyaml v0.2.11 |
2652 | 2024-05-20T20:06:52.326Z | Documenting fallible-iterator v0.2.0 |
2653 | 2024-05-20T20:06:53.110Z | Documenting base16ct v0.2.0 |
2654 | 2024-05-20T20:06:53.829Z | Documenting bit-vec v0.6.3 |
2655 | 2024-05-20T20:06:53.982Z | Documenting winnow v0.6.8 |
2656 | 2024-05-20T20:06:54.182Z | Documenting phf_shared v0.11.2 |
2657 | 2024-05-20T20:06:54.566Z | Documenting group v0.13.0 |
2658 | 2024-05-20T20:06:54.871Z | Documenting typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2659 | 2024-05-20T20:06:55.872Z | Documenting diesel v2.1.6 |
2660 | 2024-05-20T20:06:56.838Z | Documenting sec1 v0.7.3 |
2661 | 2024-05-20T20:06:57.297Z | Documenting postgres-protocol v0.6.6 |
2662 | 2024-05-20T20:06:58.396Z | Documenting cipher v0.4.4 |
2663 | 2024-05-20T20:06:58.940Z | Documenting hkdf v0.12.4 |
2664 | 2024-05-20T20:06:59.491Z | Documenting typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2665 | 2024-05-20T20:06:59.975Z | Documenting toml_edit v0.22.13 |
2666 | 2024-05-20T20:07:10.679Z | Documenting num-bigint v0.4.5 |
2667 | 2024-05-20T20:07:10.703Z | Documenting bstr v1.9.1 |
2668 | 2024-05-20T20:07:11.153Z | Documenting console v0.15.8 |
2669 | 2024-05-20T20:07:19.123Z | Documenting crypto-bigint v0.5.5 |
2670 | 2024-05-20T20:07:19.126Z | Documenting hubpack v0.1.2 |
2671 | 2024-05-20T20:07:19.598Z | Documenting serde_repr v0.1.19 |
2672 | 2024-05-20T20:07:19.794Z | Documenting precomputed-hash v0.1.1 |
2673 | 2024-05-20T20:07:20.306Z | Documenting fixedbitset v0.4.2 |
2674 | 2024-05-20T20:07:20.337Z | Documenting unsafe-libyaml v0.2.11 |
2675 | 2024-05-20T20:07:21.328Z | Documenting new_debug_unreachable v1.0.6 |
2676 | 2024-05-20T20:07:21.997Z | Documenting lalrpop-util v0.19.12 |
2677 | 2024-05-20T20:07:23.791Z | Documenting minimal-lexical v0.2.1 |
2678 | 2024-05-20T20:07:24.058Z | Documenting petgraph v0.6.5 |
2679 | 2024-05-20T20:07:24.253Z | Documenting yasna v0.5.2 |
2680 | 2024-05-20T20:07:24.843Z | Documenting string_cache v0.8.7 |
2681 | 2024-05-20T20:07:24.898Z | Documenting serde_yaml v0.9.34+deprecated |
2682 | 2024-05-20T20:07:25.433Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2683 | 2024-05-20T20:07:35.743Z | Documenting postgres-types v0.2.6 |
2684 | 2024-05-20T20:07:35.817Z | Documenting nom v7.1.3 |
2685 | 2024-05-20T20:07:35.954Z | Documenting typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2686 | 2024-05-20T20:07:36.655Z | Documenting elliptic-curve v0.13.8 |
2687 | 2024-05-20T20:07:36.695Z | Documenting phf v0.11.2 |
2688 | 2024-05-20T20:07:36.810Z | Checking serde_yaml v0.9.34+deprecated |
2689 | 2024-05-20T20:07:37.169Z | Checking darling_core v0.20.9 |
2690 | 2024-05-20T20:07:37.266Z | Documenting similar v2.5.0 |
2691 | 2024-05-20T20:07:38.663Z | Documenting progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2692 | 2024-05-20T20:07:38.925Z | Documenting getopts v0.2.21 |
2693 | 2024-05-20T20:07:41.973Z | Documenting float-cmp v0.9.0 |
2694 | 2024-05-20T20:07:42.035Z | Documenting predicates-core v1.0.6 |
2695 | 2024-05-20T20:07:42.266Z | Documenting whoami v1.5.1 |
2696 | 2024-05-20T20:07:42.871Z | Documenting normalize-line-endings v0.3.0 |
2697 | 2024-05-20T20:07:43.051Z | Documenting difflib v0.4.0 |
2698 | 2024-05-20T20:07:43.378Z | Documenting peg-runtime v0.8.3 |
2699 | 2024-05-20T20:07:53.419Z | Documenting progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2700 | 2024-05-20T20:07:53.517Z | Documenting progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2701 | 2024-05-20T20:07:53.694Z | Documenting tokio-postgres v0.7.10 |
2702 | 2024-05-20T20:07:53.894Z | Documenting bit-set v0.5.3 |
2703 | 2024-05-20T20:07:53.919Z | Documenting tokio-stream v0.1.15 |
2704 | 2024-05-20T20:07:54.033Z | Documenting predicates v3.1.0 |
2705 | 2024-05-20T20:07:54.174Z | Documenting fs-err v2.11.0 |
2706 | 2024-05-20T20:07:54.449Z | Documenting ident_case v1.0.1 |
2707 | 2024-05-20T20:07:58.533Z | Documenting darling_core v0.20.9 |
2708 | 2024-05-20T20:07:58.768Z | Checking darling v0.20.9 |
2709 | 2024-05-20T20:07:58.867Z | Documenting is-terminal v0.4.12 |
2710 | 2024-05-20T20:07:59.336Z | Documenting strum v0.26.2 |
2711 | 2024-05-20T20:07:59.541Z | Documenting base64 v0.22.1 |
2712 | 2024-05-20T20:08:00.325Z | Documenting camino v1.1.7 |
2713 | 2024-05-20T20:08:02.569Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2714 | 2024-05-20T20:08:02.727Z | Documenting dirs-sys-next v0.1.2 |
2715 | 2024-05-20T20:08:03.000Z | Documenting progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2716 | 2024-05-20T20:08:03.037Z | Documenting sha1 v0.10.6 |
2717 | 2024-05-20T20:08:04.231Z | Documenting http v1.1.0 |
2718 | 2024-05-20T20:08:04.454Z | Documenting paste v1.0.15 |
2719 | 2024-05-20T20:08:05.376Z | Documenting thread_local v1.1.8 |
2720 | 2024-05-20T20:08:07.201Z | Documenting rustls-pki-types v1.7.0 |
2721 | 2024-05-20T20:08:07.386Z | Documenting darling_macro v0.20.9 |
2722 | 2024-05-20T20:08:07.586Z | Documenting dirs-next v2.0.0 |
2723 | 2024-05-20T20:08:07.957Z | Documenting crossbeam-channel v0.5.12 |
2724 | 2024-05-20T20:08:08.556Z | Documenting take_mut v0.2.2 |
2725 | 2024-05-20T20:08:09.213Z | Documenting slog-json v2.6.1 |
2726 | 2024-05-20T20:08:09.798Z | Documenting async-stream-impl v0.3.5 |
2727 | 2024-05-20T20:08:12.218Z | Documenting rustls-webpki v0.102.4 |
2728 | 2024-05-20T20:08:12.222Z | Documenting darling v0.20.9 |
2729 | 2024-05-20T20:08:12.466Z | Documenting term v0.7.0 |
2730 | 2024-05-20T20:08:13.151Z | Documenting debug-ignore v1.0.5 |
2731 | 2024-05-20T20:08:13.271Z | Documenting slog-async v2.8.0 |
2732 | 2024-05-20T20:08:14.279Z | Documenting atomic-waker v1.1.2 |
2733 | 2024-05-20T20:08:14.315Z | Documenting slog-bunyan v2.5.0 |
2734 | 2024-05-20T20:08:15.434Z | Documenting async-stream v0.3.5 |
2735 | 2024-05-20T20:08:16.001Z | Documenting rustls-pemfile v2.1.2 |
2736 | 2024-05-20T20:08:17.067Z | Documenting rustls v0.22.4 |
2737 | 2024-05-20T20:08:17.372Z | Documenting multer v3.1.0 |
2738 | 2024-05-20T20:08:17.381Z | Documenting toml v0.8.13 |
2739 | 2024-05-20T20:08:17.587Z | Documenting slog-term v2.9.1 |
2740 | 2024-05-20T20:08:17.652Z | Documenting waitgroup v0.1.2 |
2741 | 2024-05-20T20:08:19.261Z | Documenting dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#2fdf3718) |
2742 | 2024-05-20T20:08:20.241Z | Documenting serde_path_to_error v0.1.16 |
2743 | 2024-05-20T20:08:20.789Z | Documenting hostname v0.4.0 |
2744 | 2024-05-20T20:08:22.389Z | Documenting serde_with_macros v3.8.1 |
2745 | 2024-05-20T20:08:22.537Z | Documenting structmeta-derive v0.3.0 |
2746 | 2024-05-20T20:08:22.803Z | Documenting newtype-uuid v1.1.0 |
2747 | 2024-05-20T20:08:23.284Z | Checking structmeta v0.3.0 |
2748 | 2024-05-20T20:08:23.513Z | Documenting instant v0.1.12 |
2749 | 2024-05-20T20:08:24.454Z | Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2750 | 2024-05-20T20:08:25.511Z | Documenting mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
2751 | 2024-05-20T20:08:25.827Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2752 | 2024-05-20T20:08:26.456Z | Documenting tokio-rustls v0.25.0 |
2753 | 2024-05-20T20:08:27.649Z | Documenting serde_with v3.8.1 |
2754 | 2024-05-20T20:08:28.398Z | Documenting backoff v0.4.0 |
2755 | 2024-05-20T20:08:32.959Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2756 | 2024-05-20T20:08:32.960Z | Documenting structmeta v0.3.0 |
2757 | 2024-05-20T20:08:32.960Z | Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2758 | 2024-05-20T20:08:32.960Z | Documenting macaddr v1.0.1 |
2759 | 2024-05-20T20:08:32.960Z | Documenting dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#2fdf3718) |
2760 | 2024-05-20T20:08:33.828Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2761 | 2024-05-20T20:08:33.942Z | Documenting parse-display-derive v0.9.0 |
2762 | 2024-05-20T20:08:34.389Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2763 | 2024-05-20T20:08:34.671Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2764 | 2024-05-20T20:08:34.890Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2765 | 2024-05-20T20:08:35.497Z | Documenting fastrand v2.1.0 |
2766 | 2024-05-20T20:08:35.794Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2767 | 2024-05-20T20:08:36.261Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2768 | 2024-05-20T20:08:36.554Z | Checking proc-macro-crate v1.3.1 |
2769 | 2024-05-20T20:08:36.801Z | Documenting proc-macro-crate v1.3.1 |
2770 | 2024-05-20T20:08:37.535Z | Documenting foreign-types-macros v0.2.3 |
2771 | 2024-05-20T20:08:38.247Z | Documenting foreign-types-shared v0.3.1 |
2772 | 2024-05-20T20:08:38.329Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2773 | 2024-05-20T20:08:39.447Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2774 | 2024-05-20T20:08:40.244Z | Documenting tempfile v3.10.1 |
2775 | 2024-05-20T20:08:40.454Z | Documenting parse-display v0.9.0 |
2776 | 2024-05-20T20:08:41.543Z | Documenting cstr-argument v0.1.2 |
2777 | 2024-05-20T20:08:42.387Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2778 | 2024-05-20T20:08:43.128Z | Documenting num_enum_derive v0.5.11 |
2779 | 2024-05-20T20:08:43.272Z | Documenting foreign-types v0.5.0 |
2780 | 2024-05-20T20:08:44.102Z | Documenting tabwriter v1.4.0 |
2781 | 2024-05-20T20:08:44.955Z | Documenting camino-tempfile v1.1.1 |
2782 | 2024-05-20T20:08:45.612Z | Documenting colored v2.1.0 |
2783 | 2024-05-20T20:08:45.699Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2784 | 2024-05-20T20:08:46.307Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2785 | 2024-05-20T20:08:47.865Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2786 | 2024-05-20T20:08:47.969Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2787 | 2024-05-20T20:08:49.081Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2788 | 2024-05-20T20:08:49.373Z | Documenting hash32 v0.3.1 |
2789 | 2024-05-20T20:08:49.961Z | Documenting stable_deref_trait v1.2.0 |
2790 | 2024-05-20T20:08:50.111Z | Documenting smf v0.2.3 |
2791 | 2024-05-20T20:08:50.771Z | Documenting num_enum v0.5.11 |
2792 | 2024-05-20T20:08:51.944Z | Documenting embedded-io v0.4.0 |
2793 | 2024-05-20T20:08:52.154Z | Documenting cobs v0.2.3 |
2794 | 2024-05-20T20:08:53.348Z | Documenting derive-where v1.2.7 |
2795 | 2024-05-20T20:08:54.074Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2796 | 2024-05-20T20:08:54.250Z | Documenting heapless v0.8.0 |
2797 | 2024-05-20T20:08:55.075Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2798 | 2024-05-20T20:08:55.149Z | Documenting crucible-workspace-hack v0.1.0 |
2799 | 2024-05-20T20:08:55.407Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2800 | 2024-05-20T20:08:55.618Z | Documenting postcard v1.0.8 |
2801 | 2024-05-20T20:08:58.059Z | Documenting derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2802 | 2024-05-20T20:08:59.642Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2803 | 2024-05-20T20:08:59.837Z | Documenting newline-converter v0.3.0 |
2804 | 2024-05-20T20:09:00.108Z | Documenting smoltcp v0.11.0 |
2805 | 2024-05-20T20:09:00.560Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2806 | 2024-05-20T20:09:01.364Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2807 | 2024-05-20T20:09:02.503Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2808 | 2024-05-20T20:09:02.517Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2809 | 2024-05-20T20:09:03.157Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2810 | 2024-05-20T20:09:03.285Z | Documenting sigpipe v0.1.3 |
2811 | 2024-05-20T20:09:04.779Z | Documenting expectorate v1.1.0 |
2812 | 2024-05-20T20:09:05.143Z | Documenting num-derive v0.4.2 |
2813 | 2024-05-20T20:09:06.227Z | Checking convert_case v0.4.0 |
2814 | 2024-05-20T20:09:06.450Z | Documenting convert_case v0.4.0 |
2815 | 2024-05-20T20:09:06.534Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2816 | 2024-05-20T20:09:06.819Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2817 | 2024-05-20T20:09:08.390Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2818 | 2024-05-20T20:09:08.421Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2819 | 2024-05-20T20:09:09.188Z | Documenting zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2820 | 2024-05-20T20:09:09.491Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2821 | 2024-05-20T20:09:09.800Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2822 | 2024-05-20T20:09:10.951Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2823 | 2024-05-20T20:09:11.107Z | Documenting derive_more v0.99.17 |
2824 | 2024-05-20T20:09:13.114Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2825 | 2024-05-20T20:09:13.293Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2826 | 2024-05-20T20:09:13.736Z | Documenting password-hash v0.5.0 |
2827 | 2024-05-20T20:09:13.775Z | Documenting blake2 v0.10.6 |
2828 | 2024-05-20T20:09:14.952Z | Documenting linked-hash-map v0.5.6 |
2829 | 2024-05-20T20:09:16.884Z | Documenting humantime v2.1.0 |
2830 | 2024-05-20T20:09:18.181Z | Documenting swrite v0.1.0 |
2831 | 2024-05-20T20:09:18.864Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2832 | 2024-05-20T20:09:18.998Z | Documenting argon2 v0.5.3 |
2833 | 2024-05-20T20:09:19.224Z | Documenting lru-cache v0.1.2 |
2834 | 2024-05-20T20:09:19.502Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2835 | 2024-05-20T20:09:21.407Z | Documenting newtype_derive v0.1.6 |
2836 | 2024-05-20T20:09:21.645Z | Documenting arc-swap v1.7.1 |
2837 | 2024-05-20T20:09:21.864Z | Documenting quick-error v1.2.3 |
2838 | 2024-05-20T20:09:22.882Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2839 | 2024-05-20T20:09:23.006Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2840 | 2024-05-20T20:09:23.788Z | Documenting xattr v1.3.1 |
2841 | 2024-05-20T20:09:24.008Z | Documenting filetime v0.2.23 |
2842 | 2024-05-20T20:09:24.238Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2843 | 2024-05-20T20:09:26.016Z | Documenting steno v0.4.0 |
2844 | 2024-05-20T20:09:26.548Z | Documenting slog-scope v4.4.0 |
2845 | 2024-05-20T20:09:26.572Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2846 | 2024-05-20T20:09:26.649Z | Documenting resolv-conf v0.7.0 |
2847 | 2024-05-20T20:09:28.935Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2848 | 2024-05-20T20:09:29.351Z | Documenting tar v0.4.40 |
2849 | 2024-05-20T20:09:31.030Z | Documenting num-rational v0.4.2 |
2850 | 2024-05-20T20:09:31.542Z | Documenting slog-stdlog v4.1.1 |
2851 | 2024-05-20T20:09:31.748Z | Documenting trust-dns-resolver v0.22.0 |
2852 | 2024-05-20T20:09:32.844Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2853 | 2024-05-20T20:09:34.991Z | Documenting num-complex v0.4.6 |
2854 | 2024-05-20T20:09:35.070Z | Documenting tap v1.0.1 |
2855 | 2024-05-20T20:09:36.324Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2856 | 2024-05-20T20:09:36.434Z | Documenting slog-envlogger v2.2.0 |
2857 | 2024-05-20T20:09:37.487Z | Documenting radium v0.7.0 |
2858 | 2024-05-20T20:09:38.535Z | Documenting wyz v0.5.1 |
2859 | 2024-05-20T20:09:39.471Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2860 | 2024-05-20T20:09:39.808Z | Documenting num v0.4.3 |
2861 | 2024-05-20T20:09:40.332Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2862 | 2024-05-20T20:09:40.558Z | Documenting nibble_vec v0.1.0 |
2863 | 2024-05-20T20:09:41.158Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2864 | 2024-05-20T20:09:41.694Z | Documenting funty v2.0.0 |
2865 | 2024-05-20T20:09:41.909Z | Documenting same-file v1.0.6 |
2866 | 2024-05-20T20:09:42.823Z | Documenting crc-catalog v2.4.0 |
2867 | 2024-05-20T20:09:44.728Z | Documenting endian-type v0.1.2 |
2868 | 2024-05-20T20:09:45.657Z | Documenting bitvec v1.0.1 |
2869 | 2024-05-20T20:09:45.821Z | Documenting crc v3.2.1 |
2870 | 2024-05-20T20:09:45.916Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2871 | 2024-05-20T20:09:46.072Z | Documenting walkdir v2.5.0 |
2872 | 2024-05-20T20:09:46.207Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2873 | 2024-05-20T20:09:46.436Z | Documenting cancel-safe-futures v0.1.5 |
2874 | 2024-05-20T20:09:48.819Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2875 | 2024-05-20T20:09:48.956Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2876 | 2024-05-20T20:09:49.230Z | Documenting packed_struct_codegen v0.10.1 |
2877 | 2024-05-20T20:09:49.570Z | Documenting radix_trie v0.2.1 |
2878 | 2024-05-20T20:09:50.404Z | Documenting nodrop v0.1.14 |
2879 | 2024-05-20T20:09:51.447Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2880 | 2024-05-20T20:09:52.424Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2881 | 2024-05-20T20:09:53.736Z | Documenting array-init v0.0.4 |
2882 | 2024-05-20T20:09:54.775Z | Documenting num-bigint-dig v0.8.4 |
2883 | 2024-05-20T20:09:54.926Z | Documenting packed_struct v0.10.1 |
2884 | 2024-05-20T20:09:54.989Z | Documenting pem v3.0.4 |
2885 | 2024-05-20T20:09:57.195Z | Documenting pkcs1 v0.7.5 |
2886 | 2024-05-20T20:09:57.607Z | Documenting signature v2.2.0 |
2887 | 2024-05-20T20:09:59.854Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2888 | 2024-05-20T20:10:00.232Z | Documenting display-error-chain v0.2.0 |
2889 | 2024-05-20T20:10:00.660Z | warning: unresolved link to `Blueprints` |
2890 | 2024-05-20T20:10:00.660Z | --> nexus/types/src/deployment/blueprint_diff.rs:5:33 |
2891 | 2024-05-20T20:10:00.660Z | | |
2892 | 2024-05-20T20:10:00.660Z | 5 | //! Types helpful for diffing [`Blueprints`]. |
2893 | 2024-05-20T20:10:00.660Z | | ^^^^^^^^^^ no item named `Blueprints` in scope |
2894 | 2024-05-20T20:10:00.660Z | | |
2895 | 2024-05-20T20:10:00.660Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2896 | 2024-05-20T20:10:00.660Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2897 | 2024-05-20T20:10:00.660Z | |
2898 | 2024-05-20T20:10:00.664Z | warning: unresolved link to `Blueprints` |
2899 | 2024-05-20T20:10:00.664Z | --> nexus/types/src/deployment/blueprint_display.rs:5:35 |
2900 | 2024-05-20T20:10:00.664Z | | |
2901 | 2024-05-20T20:10:00.664Z | 5 | //! Types helpful for rendering [`Blueprints`]. |
2902 | 2024-05-20T20:10:00.664Z | | ^^^^^^^^^^ no item named `Blueprints` in scope |
2903 | 2024-05-20T20:10:00.664Z | | |
2904 | 2024-05-20T20:10:00.665Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2905 | 2024-05-20T20:10:00.665Z | |
2906 | 2024-05-20T20:10:00.665Z | warning: unresolved link to `BpSledTable` |
2907 | 2024-05-20T20:10:00.665Z | --> nexus/types/src/deployment/blueprint_display.rs:174:49 |
2908 | 2024-05-20T20:10:00.665Z | | |
2909 | 2024-05-20T20:10:00.665Z | 174 | /// `BpSledSubtable`s are always nested under [`BpSledTable`]s. |
2910 | 2024-05-20T20:10:00.665Z | | ^^^^^^^^^^^ no item named `BpSledTable` in scope |
2911 | 2024-05-20T20:10:00.665Z | | |
2912 | 2024-05-20T20:10:00.665Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2913 | 2024-05-20T20:10:00.665Z | |
2914 | 2024-05-20T20:10:01.268Z | Documenting termcolor v1.4.1 |
2915 | 2024-05-20T20:10:01.894Z | Documenting bitfield v0.14.0 |
2916 | 2024-05-20T20:10:02.152Z | Documenting rsa v0.9.6 |
2917 | 2024-05-20T20:10:03.063Z | warning: `nexus-types` (lib doc) generated 3 warnings |
2918 | 2024-05-20T20:10:03.067Z | Documenting bzip2 v0.4.4 |
2919 | 2024-05-20T20:10:03.106Z | Documenting serde-hex v0.1.0 |
2920 | 2024-05-20T20:10:03.842Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2921 | 2024-05-20T20:10:04.023Z | Documenting slog-dtrace v0.3.0 |
2922 | 2024-05-20T20:10:05.018Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2923 | 2024-05-20T20:10:05.341Z | Documenting x509-cert v0.2.5 |
2924 | 2024-05-20T20:10:05.425Z | Documenting lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2925 | 2024-05-20T20:10:05.609Z | Documenting env_logger v0.10.2 |
2926 | 2024-05-20T20:10:08.181Z | Documenting libsw v3.3.1 |
2927 | 2024-05-20T20:10:08.649Z | Documenting ron v0.8.1 |
2928 | 2024-05-20T20:10:08.748Z | Documenting half v2.4.1 |
2929 | 2024-05-20T20:10:09.743Z | Documenting linear-map v1.2.0 |
2930 | 2024-05-20T20:10:11.095Z | Documenting maplit v1.0.2 |
2931 | 2024-05-20T20:10:11.110Z | Documenting owo-colors v4.0.0 |
2932 | 2024-05-20T20:10:11.318Z | Documenting crc-any v2.5.0 |
2933 | 2024-05-20T20:10:12.282Z | Documenting ciborium-io v0.2.2 |
2934 | 2024-05-20T20:10:13.416Z | Documenting zip v0.6.6 |
2935 | 2024-05-20T20:10:14.265Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2936 | 2024-05-20T20:10:14.445Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2937 | 2024-05-20T20:10:14.539Z | Documenting lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2938 | 2024-05-20T20:10:15.845Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2939 | 2024-05-20T20:10:15.936Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2940 | 2024-05-20T20:10:16.118Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2941 | 2024-05-20T20:10:17.074Z | Documenting ciborium-ll v0.2.2 |
2942 | 2024-05-20T20:10:18.316Z | Documenting headers-core v0.2.0 |
2943 | 2024-05-20T20:10:19.026Z | Documenting async-recursion v1.1.1 |
2944 | 2024-05-20T20:10:21.908Z | Documenting path-slash v0.1.5 |
2945 | 2024-05-20T20:10:23.740Z | Documenting ciborium v0.2.2 |
2946 | 2024-05-20T20:10:23.926Z | Documenting fxhash v0.2.1 |
2947 | 2024-05-20T20:10:24.066Z | Documenting headers v0.3.9 |
2948 | 2024-05-20T20:10:24.890Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2949 | 2024-05-20T20:10:26.681Z | Documenting hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2950 | 2024-05-20T20:10:27.660Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2951 | 2024-05-20T20:10:28.783Z | Documenting buf-list v1.0.3 |
2952 | 2024-05-20T20:10:29.117Z | Documenting pin-project-internal v1.1.5 |
2953 | 2024-05-20T20:10:30.478Z | Documenting vte_generate_state_changes v0.1.1 |
2954 | 2024-05-20T20:10:33.173Z | Documenting derive_builder_core v0.20.0 |
2955 | 2024-05-20T20:10:34.381Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2956 | 2024-05-20T20:10:35.388Z | Documenting vte v0.11.1 |
2957 | 2024-05-20T20:10:35.677Z | Documenting pin-project v1.1.5 |
2958 | 2024-05-20T20:10:38.691Z | Checking derive_builder_core v0.20.0 |
2959 | 2024-05-20T20:10:39.545Z | Documenting crossbeam-deque v0.8.5 |
2960 | 2024-05-20T20:10:39.561Z | Documenting snafu-derive v0.8.2 |
2961 | 2024-05-20T20:10:39.750Z | Documenting fd-lock v4.0.2 |
2962 | 2024-05-20T20:10:39.778Z | Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2963 | 2024-05-20T20:10:40.117Z | Documenting bitstruct_derive v0.1.0 |
2964 | 2024-05-20T20:10:40.296Z | Documenting ascii v1.1.0 |
2965 | 2024-05-20T20:10:43.991Z | Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2966 | 2024-05-20T20:10:44.554Z | Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2967 | 2024-05-20T20:10:44.811Z | Documenting rayon-core v1.12.1 |
2968 | 2024-05-20T20:10:45.338Z | Documenting strip-ansi-escapes v0.2.0 |
2969 | 2024-05-20T20:10:45.505Z | Documenting bitstruct v0.1.1 |
2970 | 2024-05-20T20:10:47.206Z | Documenting snafu v0.8.2 |
2971 | 2024-05-20T20:10:47.838Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2972 | 2024-05-20T20:10:49.140Z | Documenting derive_builder_macro v0.20.0 |
2973 | 2024-05-20T20:10:49.671Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2974 | 2024-05-20T20:10:50.055Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2975 | 2024-05-20T20:10:50.194Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2976 | 2024-05-20T20:10:50.272Z | Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2977 | 2024-05-20T20:10:51.379Z | Documenting proc-macro-error-attr v1.0.4 |
2978 | 2024-05-20T20:10:51.815Z | Documenting globset v0.4.14 |
2979 | 2024-05-20T20:10:52.747Z | Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2980 | 2024-05-20T20:10:53.796Z | Documenting olpc-cjson v0.1.3 |
2981 | 2024-05-20T20:10:55.512Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2982 | 2024-05-20T20:10:56.321Z | Documenting serde_plain v1.0.2 |
2983 | 2024-05-20T20:10:56.547Z | Documenting erased-serde v0.3.31 |
2984 | 2024-05-20T20:10:58.114Z | Documenting serde_arrays v0.1.0 |
2985 | 2024-05-20T20:10:58.485Z | Documenting ref-cast-impl v1.0.23 |
2986 | 2024-05-20T20:10:58.688Z | Documenting typed-path v0.7.1 |
2987 | 2024-05-20T20:11:01.563Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2988 | 2024-05-20T20:11:01.863Z | Documenting unicode-xid v0.2.4 |
2989 | 2024-05-20T20:11:02.574Z | Checking unicode-xid v0.2.4 |
2990 | 2024-05-20T20:11:02.714Z | Documenting nu-ansi-term v0.50.0 |
2991 | 2024-05-20T20:11:03.138Z | Documenting proc-macro-error v1.0.4 |
2992 | 2024-05-20T20:11:03.159Z | Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2993 | 2024-05-20T20:11:03.569Z | Documenting ref-cast v1.0.23 |
2994 | 2024-05-20T20:11:05.106Z | Documenting tough v0.17.1 |
2995 | 2024-05-20T20:11:05.274Z | Documenting const_format_proc_macros v0.2.32 |
2996 | 2024-05-20T20:11:06.644Z | Documenting derive_builder v0.20.0 |
2997 | 2024-05-20T20:11:07.670Z | Documenting reedline v0.31.0 |
2998 | 2024-05-20T20:11:07.925Z | Documenting rayon v1.10.0 |
2999 | 2024-05-20T20:11:10.074Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3000 | 2024-05-20T20:11:10.664Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3001 | 2024-05-20T20:11:15.290Z | Documenting libefi-sys v0.1.0 |
3002 | 2024-05-20T20:11:16.054Z | Documenting trust-dns-client v0.22.0 |
3003 | 2024-05-20T20:11:16.212Z | Documenting polar-core v0.27.3 |
3004 | 2024-05-20T20:11:16.718Z | Documenting libxml v0.3.3 |
3005 | 2024-05-20T20:11:20.014Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3006 | 2024-05-20T20:11:20.169Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3007 | 2024-05-20T20:11:20.500Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3008 | 2024-05-20T20:11:20.680Z | Checking proc-macro-error v1.0.4 |
3009 | 2024-05-20T20:11:20.961Z | Documenting bb8 v0.8.3 |
3010 | 2024-05-20T20:11:21.977Z | Documenting quick-xml v0.31.0 |
3011 | 2024-05-20T20:11:24.648Z | Documenting impl-trait-for-tuples v0.2.2 |
3012 | 2024-05-20T20:11:25.177Z | Documenting oso-derive v0.27.3 |
3013 | 2024-05-20T20:11:25.346Z | Documenting keccak v0.1.5 |
3014 | 2024-05-20T20:11:26.783Z | Documenting utf-8 v0.7.6 |
3015 | 2024-05-20T20:11:27.110Z | Documenting parse-size v1.0.0 |
3016 | 2024-05-20T20:11:28.481Z | Documenting bytecount v0.6.8 |
3017 | 2024-05-20T20:11:29.094Z | Documenting libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
3018 | 2024-05-20T20:11:30.545Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3019 | 2024-05-20T20:11:30.831Z | Documenting samael v0.0.15 |
3020 | 2024-05-20T20:11:31.113Z | Documenting oso v0.27.3 |
3021 | 2024-05-20T20:11:31.590Z | Documenting tungstenite v0.21.0 |
3022 | 2024-05-20T20:11:31.875Z | Documenting papergrid v0.11.0 |
3023 | 2024-05-20T20:11:33.908Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3024 | 2024-05-20T20:11:34.185Z | Documenting libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
3025 | 2024-05-20T20:11:37.475Z | Documenting sha3 v0.10.8 |
3026 | 2024-05-20T20:11:37.838Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
3027 | 2024-05-20T20:11:39.196Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
3028 | 2024-05-20T20:11:39.322Z | Documenting trust-dns-server v0.22.1 |
3029 | 2024-05-20T20:11:42.875Z | Documenting tabled_derive v0.7.0 |
3030 | 2024-05-20T20:11:43.028Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3031 | 2024-05-20T20:11:44.486Z | Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3032 | 2024-05-20T20:11:44.782Z | Documenting const_format v0.2.32 |
3033 | 2024-05-20T20:11:45.700Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3034 | 2024-05-20T20:11:47.821Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3035 | 2024-05-20T20:11:47.857Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3036 | 2024-05-20T20:11:48.016Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3037 | 2024-05-20T20:11:48.234Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3038 | 2024-05-20T20:11:48.428Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3039 | 2024-05-20T20:11:48.907Z | Documenting sled v0.34.7 |
3040 | 2024-05-20T20:11:48.978Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3041 | 2024-05-20T20:11:49.369Z | Documenting nix v0.28.0 |
3042 | 2024-05-20T20:11:49.859Z | Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
3043 | 2024-05-20T20:11:50.403Z | Documenting cookie v0.18.1 |
3044 | 2024-05-20T20:11:53.094Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3045 | 2024-05-20T20:11:53.392Z | Documenting secrecy v0.8.0 |
3046 | 2024-05-20T20:11:53.849Z | Documenting gethostname v0.4.3 |
3047 | 2024-05-20T20:11:55.513Z | Documenting peg-macros v0.8.3 |
3048 | 2024-05-20T20:11:55.772Z | Documenting rustversion v1.0.17 |
3049 | 2024-05-20T20:11:55.829Z | Documenting sqlparser_derive v0.2.2 |
3050 | 2024-05-20T20:11:56.698Z | Documenting home v0.5.9 |
3051 | 2024-05-20T20:11:58.175Z | Documenting unicode_categories v0.1.1 |
3052 | 2024-05-20T20:11:58.427Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3053 | 2024-05-20T20:11:58.947Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3054 | 2024-05-20T20:12:00.702Z | Documenting castaway v0.2.2 |
3055 | 2024-05-20T20:12:00.971Z | Documenting sqlparser v0.45.0 |
3056 | 2024-05-20T20:12:01.254Z | Documenting peg v0.8.3 |
3057 | 2024-05-20T20:12:01.958Z | Documenting rustyline v14.0.0 |
3058 | 2024-05-20T20:12:03.098Z | Documenting sqlformat v0.2.3 |
3059 | 2024-05-20T20:12:05.553Z | Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3060 | 2024-05-20T20:12:06.014Z | Documenting tabled v0.15.0 |
3061 | 2024-05-20T20:12:08.197Z | Documenting tokio-tungstenite v0.21.0 |
3062 | 2024-05-20T20:12:08.415Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3063 | 2024-05-20T20:12:11.668Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3064 | 2024-05-20T20:12:12.380Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3065 | 2024-05-20T20:12:12.854Z | Documenting zone v0.1.8 |
3066 | 2024-05-20T20:12:13.648Z | Documenting ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
3067 | 2024-05-20T20:12:14.027Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
3068 | 2024-05-20T20:12:14.936Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3069 | 2024-05-20T20:12:17.073Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3070 | 2024-05-20T20:12:18.244Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3071 | 2024-05-20T20:12:18.472Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3072 | 2024-05-20T20:12:18.521Z | Documenting portpicker v0.1.1 |
3073 | 2024-05-20T20:12:18.747Z | Documenting universal-hash v0.5.1 |
3074 | 2024-05-20T20:12:20.661Z | Documenting bcs v0.1.6 |
3075 | 2024-05-20T20:12:23.689Z | Documenting kstat-rs v0.2.3 |
3076 | 2024-05-20T20:12:32.968Z | Documenting thiserror-impl-no-std v2.0.2 |
3077 | 2024-05-20T20:12:33.266Z | Documenting curve25519-dalek-derive v0.1.1 |
3078 | 2024-05-20T20:12:33.328Z | Documenting opaque-debug v0.3.1 |
3079 | 2024-05-20T20:12:33.378Z | Documenting highway v1.1.0 |
3080 | 2024-05-20T20:12:33.438Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3081 | 2024-05-20T20:12:33.813Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3082 | 2024-05-20T20:12:34.285Z | Documenting libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
3083 | 2024-05-20T20:12:36.214Z | Documenting poly1305 v0.8.0 |
3084 | 2024-05-20T20:12:38.216Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3085 | 2024-05-20T20:12:39.189Z | Documenting curve25519-dalek v4.1.2 |
3086 | 2024-05-20T20:12:39.420Z | Documenting thiserror-no-std v2.0.2 |
3087 | 2024-05-20T20:12:41.257Z | Documenting compact_str v0.7.1 |
3088 | 2024-05-20T20:12:42.816Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3089 | 2024-05-20T20:12:44.908Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3090 | 2024-05-20T20:12:46.343Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3091 | 2024-05-20T20:12:46.877Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3092 | 2024-05-20T20:12:47.148Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3093 | 2024-05-20T20:12:47.167Z | Documenting portable-atomic v1.6.0 |
3094 | 2024-05-20T20:12:47.479Z | Documenting ed25519 v1.5.3 |
3095 | 2024-05-20T20:12:47.709Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3096 | 2024-05-20T20:12:52.035Z | Documenting memoffset v0.7.1 |
3097 | 2024-05-20T20:12:52.469Z | Documenting unicase v2.7.0 |
3098 | 2024-05-20T20:12:52.788Z | Documenting rcgen v0.12.1 |
3099 | 2024-05-20T20:12:54.536Z | warning: could not parse code block as Rust code |
3100 | 2024-05-20T20:12:54.536Z | --> oximeter/db/src/oxql/ast/grammar.rs:246:9 |
3101 | 2024-05-20T20:12:54.537Z | | |
3102 | 2024-05-20T20:12:54.537Z | 246 | / /// Parse a string literal, either single- or double-quoted. |
3103 | 2024-05-20T20:12:54.537Z | 247 | | /// |
3104 | 2024-05-20T20:12:54.537Z | 248 | | /// Parsing string literals is pretty tricky, but we add several |
3105 | 2024-05-20T20:12:54.537Z | 249 | | /// constraints to simplify things. First strings must be quoted, either |
3106 | 2024-05-20T20:12:54.537Z | ... | |
3107 | 2024-05-20T20:12:54.537Z | 277 | | /// |
3108 | 2024-05-20T20:12:54.537Z | 278 | | /// Will be parsed as `this string has " in it`. |
3109 | 2024-05-20T20:12:54.537Z | | |________________________________________________________^ |
3110 | 2024-05-20T20:12:54.537Z | | |
3111 | 2024-05-20T20:12:54.537Z | = help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text |
3112 | 2024-05-20T20:12:54.537Z | = note: error from rustc: unknown start of token: \ |
3113 | 2024-05-20T20:12:54.537Z | = note: error from rustc: unknown start of token: \ |
3114 | 2024-05-20T20:12:54.537Z | = note: error from rustc: unknown start of token: \ |
3115 | 2024-05-20T20:12:54.537Z | = note: error from rustc: unknown start of token: \ |
3116 | 2024-05-20T20:12:54.537Z | = note: error from rustc: unknown start of token: \ |
3117 | 2024-05-20T20:12:54.537Z | = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default |
3118 | 2024-05-20T20:12:54.537Z | |
3119 | 2024-05-20T20:12:55.008Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
3120 | 2024-05-20T20:12:55.828Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3121 | 2024-05-20T20:12:56.125Z | warning: `oximeter-db` (lib doc) generated 1 warning |
3122 | 2024-05-20T20:12:56.125Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
3123 | 2024-05-20T20:12:56.258Z | Documenting atomicwrites v0.4.3 |
3124 | 2024-05-20T20:12:58.413Z | Documenting chacha20 v0.9.1 |
3125 | 2024-05-20T20:13:00.911Z | Documenting lru v0.12.3 |
3126 | 2024-05-20T20:13:00.931Z | Documenting aead v0.5.2 |
3127 | 2024-05-20T20:13:02.600Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3128 | 2024-05-20T20:13:03.255Z | Documenting rand_seeder v0.2.3 |
3129 | 2024-05-20T20:13:03.728Z | Documenting nanorand v0.7.0 |
3130 | 2024-05-20T20:13:05.801Z | Documenting subprocess v0.2.9 |
3131 | 2024-05-20T20:13:15.103Z | Documenting stability v0.2.0 |
3132 | 2024-05-20T20:13:15.556Z | Documenting cassowary v0.3.0 |
3133 | 2024-05-20T20:13:15.679Z | Documenting number_prefix v0.4.0 |
3134 | 2024-05-20T20:13:15.697Z | Documenting glob v0.3.1 |
3135 | 2024-05-20T20:13:15.781Z | Documenting flume v0.11.0 |
3136 | 2024-05-20T20:13:16.370Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3137 | 2024-05-20T20:13:16.484Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3138 | 2024-05-20T20:13:20.118Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3139 | 2024-05-20T20:13:20.455Z | Documenting chacha20poly1305 v0.10.1 |
3140 | 2024-05-20T20:13:20.795Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3141 | 2024-05-20T20:13:20.930Z | Documenting indicatif v0.17.8 |
3142 | 2024-05-20T20:13:21.147Z | Documenting ratatui v0.26.2 |
3143 | 2024-05-20T20:13:35.255Z | Documenting mime_guess v2.0.4 |
3144 | 2024-05-20T20:13:35.573Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
3145 | 2024-05-20T20:13:35.727Z | Documenting salty v0.2.0 |
3146 | 2024-05-20T20:13:36.154Z | Documenting vsss-rs v3.3.4 |
3147 | 2024-05-20T20:13:36.392Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3148 | 2024-05-20T20:13:37.168Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3149 | 2024-05-20T20:13:37.667Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
3150 | 2024-05-20T20:13:38.913Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3151 | 2024-05-20T20:13:39.788Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3152 | 2024-05-20T20:13:39.852Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3153 | 2024-05-20T20:13:40.894Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3154 | 2024-05-20T20:13:41.194Z | Documenting serde-big-array v0.5.1 |
3155 | 2024-05-20T20:13:42.304Z | Documenting rtoolbox v0.0.2 |
3156 | 2024-05-20T20:13:42.424Z | Documenting memmap2 v0.9.4 |
3157 | 2024-05-20T20:13:43.947Z | Documenting smawk v0.3.2 |
3158 | 2024-05-20T20:13:44.225Z | Documenting http-range v0.1.5 |
3159 | 2024-05-20T20:13:45.691Z | Documenting constant_time_eq v0.3.0 |
3160 | 2024-05-20T20:13:46.871Z | Documenting unicode-linebreak v0.1.5 |
3161 | 2024-05-20T20:13:47.393Z | Documenting arrayvec v0.7.4 |
3162 | 2024-05-20T20:13:48.065Z | Documenting is_ci v1.2.0 |
3163 | 2024-05-20T20:13:49.084Z | Documenting arrayref v0.3.7 |
3164 | 2024-05-20T20:13:49.190Z | Documenting shell-words v1.1.0 |
3165 | 2024-05-20T20:13:49.971Z | Documenting textwrap v0.16.1 |
3166 | 2024-05-20T20:13:50.439Z | Documenting hyper-staticfile v0.9.5 |
3167 | 2024-05-20T20:13:51.131Z | Documenting rpassword v7.3.1 |
3168 | 2024-05-20T20:13:52.399Z | Documenting blake3 v1.5.1 |
3169 | 2024-05-20T20:13:52.825Z | Documenting supports-color v3.0.0 |
3170 | 2024-05-20T20:13:53.370Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
3171 | 2024-05-20T20:13:54.854Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3172 | 2024-05-20T20:13:55.484Z | warning: unresolved link to `test_sled_transitions` |
3173 | 2024-05-20T20:13:55.484Z | --> nexus/db-queries/src/db/datastore/sled.rs:698:11 |
3174 | 2024-05-20T20:13:55.484Z | | |
3175 | 2024-05-20T20:13:55.484Z | 698 | /// [`test_sled_transitions`]. |
3176 | 2024-05-20T20:13:55.484Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
3177 | 2024-05-20T20:13:55.484Z | | |
3178 | 2024-05-20T20:13:55.485Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3179 | 2024-05-20T20:13:55.485Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3180 | 2024-05-20T20:13:55.485Z | |
3181 | 2024-05-20T20:13:55.488Z | warning: unresolved link to `test_sled_transitions` |
3182 | 2024-05-20T20:13:55.488Z | --> nexus/db-queries/src/db/datastore/sled.rs:734:11 |
3183 | 2024-05-20T20:13:55.488Z | | |
3184 | 2024-05-20T20:13:55.488Z | 734 | /// [`test_sled_transitions`]. |
3185 | 2024-05-20T20:13:55.488Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
3186 | 2024-05-20T20:13:55.488Z | | |
3187 | 2024-05-20T20:13:55.488Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3188 | 2024-05-20T20:13:55.488Z | |
3189 | 2024-05-20T20:13:55.488Z | warning: unresolved link to `DataStore::update_tuf_repo_description_insert` |
3190 | 2024-05-20T20:13:55.489Z | --> nexus/db-queries/src/db/datastore/update.rs:28:27 |
3191 | 2024-05-20T20:13:55.489Z | | |
3192 | 2024-05-20T20:13:55.489Z | 28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`]. |
3193 | 2024-05-20T20:13:55.489Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert` |
3194 | 2024-05-20T20:13:55.489Z | |
3195 | 2024-05-20T20:13:55.528Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3196 | 2024-05-20T20:13:57.124Z | Documenting tui-tree-widget v0.19.0 |
3197 | 2024-05-20T20:13:57.227Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3198 | 2024-05-20T20:13:57.499Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3199 | 2024-05-20T20:14:00.581Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3200 | 2024-05-20T20:14:00.733Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3201 | 2024-05-20T20:14:02.423Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3202 | 2024-05-20T20:14:02.485Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3203 | 2024-05-20T20:14:03.292Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3204 | 2024-05-20T20:14:03.505Z | Documenting signal-hook-tokio v0.3.1 |
3205 | 2024-05-20T20:14:03.752Z | Documenting corncobs v0.1.3 |
3206 | 2024-05-20T20:14:05.107Z | Documenting topological-sort v0.2.2 |
3207 | 2024-05-20T20:14:07.336Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3208 | 2024-05-20T20:14:07.492Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3209 | 2024-05-20T20:14:09.064Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3210 | 2024-05-20T20:14:09.486Z | Documenting omicron-zone-package v0.11.0 |
3211 | 2024-05-20T20:14:11.973Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3212 | 2024-05-20T20:14:11.998Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3213 | 2024-05-20T20:14:14.017Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3214 | 2024-05-20T20:14:15.490Z | warning: `nexus-db-queries` (lib doc) generated 3 warnings |
3215 | 2024-05-20T20:14:15.493Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3216 | 2024-05-20T20:14:20.170Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3217 | 2024-05-20T20:14:21.609Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3218 | 2024-05-20T20:14:29.606Z | warning: unresolved link to `BlueprintDisksConfig` |
3219 | 2024-05-20T20:14:29.606Z | --> nexus/reconfigurator/planning/src/blueprint_builder/builder.rs:959:55 |
3220 | 2024-05-20T20:14:29.606Z | | |
3221 | 2024-05-20T20:14:29.606Z | 959 | /// blueprint. We do this by keeping a copy of any [`BlueprintDisksConfig`] |
3222 | 2024-05-20T20:14:29.606Z | | ^^^^^^^^^^^^^^^^^^^^ no item named `BlueprintDisksConfig` in scope |
3223 | 2024-05-20T20:14:29.606Z | | |
3224 | 2024-05-20T20:14:29.606Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3225 | 2024-05-20T20:14:29.606Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3226 | 2024-05-20T20:14:29.606Z | |
3227 | 2024-05-20T20:14:30.679Z | warning: `nexus-reconfigurator-planning` (lib doc) generated 1 warning |
3228 | 2024-05-20T20:14:30.683Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3229 | 2024-05-20T20:14:30.830Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3230 | 2024-05-20T20:14:32.580Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3231 | 2024-05-20T20:14:32.809Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
3232 | 2024-05-20T20:14:33.958Z | warning: unclosed HTML tag `usize` |
3233 | 2024-05-20T20:14:33.958Z | --> wicket/src/ui/panes/update.rs:153:19 |
3234 | 2024-05-20T20:14:33.958Z | | |
3235 | 2024-05-20T20:14:33.959Z | 153 | /// TODO: The <usize> generic parameter is carried over from earlier versions |
3236 | 2024-05-20T20:14:33.959Z | | ^^^^^^^ |
3237 | 2024-05-20T20:14:33.959Z | | |
3238 | 2024-05-20T20:14:33.959Z | = note: `#[warn(rustdoc::invalid_html_tags)]` on by default |
3239 | 2024-05-20T20:14:33.959Z | |
3240 | 2024-05-20T20:14:35.362Z | warning: `wicket` (lib doc) generated 1 warning |
3241 | 2024-05-20T20:14:35.362Z | Documenting fatfs v0.3.6 |
3242 | 2024-05-20T20:14:40.941Z | Documenting cargo-platform v0.1.8 |
3243 | 2024-05-20T20:14:44.777Z | Documenting assert_matches v1.5.0 |
3244 | 2024-05-20T20:14:46.171Z | Documenting cargo_metadata v0.18.1 |
3245 | 2024-05-20T20:14:46.785Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3246 | 2024-05-20T20:14:47.656Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3247 | 2024-05-20T20:14:48.299Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3248 | 2024-05-20T20:14:48.522Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
3249 | 2024-05-20T20:14:48.522Z | --> sled-agent/src/sim/instance.rs:46:7 |
3250 | 2024-05-20T20:14:48.523Z | | |
3251 | 2024-05-20T20:14:48.523Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
3252 | 2024-05-20T20:14:48.523Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
3253 | 2024-05-20T20:14:48.523Z | | |
3254 | 2024-05-20T20:14:48.523Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3255 | 2024-05-20T20:14:48.523Z | |
3256 | 2024-05-20T20:14:49.276Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3257 | 2024-05-20T20:14:49.675Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3258 | 2024-05-20T20:14:51.338Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3259 | 2024-05-20T20:14:51.508Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3260 | 2024-05-20T20:14:52.024Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
3261 | 2024-05-20T20:14:52.028Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3262 | 2024-05-20T20:14:54.660Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3263 | 2024-05-20T20:14:55.058Z | Documenting termios v0.3.3 |
3264 | 2024-05-20T20:14:55.788Z | Documenting uzers v0.11.3 |
3265 | 2024-05-20T20:15:00.189Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3266 | 2024-05-20T20:15:00.824Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3267 | 2024-05-20T20:15:06.203Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3268 | 2024-05-20T20:15:07.722Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3269 | 2024-05-20T20:15:08.342Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3270 | 2024-05-20T20:15:25.323Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3271 | 2024-05-20T20:15:28.525Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3272 | 2024-05-20T20:15:37.988Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3273 | 2024-05-20T20:15:43.745Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3274 | 2024-05-20T20:15:50.922Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3275 | 2024-05-20T20:15:54.693Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3276 | 2024-05-20T20:15:56.633Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3277 | 2024-05-20T20:15:58.099Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3278 | 2024-05-20T20:15:59.104Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3279 | 2024-05-20T20:16:14.753Z | warning: unresolved link to `Nexus` |
3280 | 2024-05-20T20:16:14.753Z | --> nexus/src/app/instance_network.rs:280:34 |
3281 | 2024-05-20T20:16:14.753Z | | |
3282 | 2024-05-20T20:16:14.753Z | 280 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for |
3283 | 2024-05-20T20:16:14.753Z | | ^^^^^ no item named `Nexus` in scope |
3284 | 2024-05-20T20:16:14.753Z | | |
3285 | 2024-05-20T20:16:14.753Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3286 | 2024-05-20T20:16:14.753Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3287 | 2024-05-20T20:16:14.753Z | |
3288 | 2024-05-20T20:16:14.757Z | warning: unresolved link to `Nexus` |
3289 | 2024-05-20T20:16:14.758Z | --> nexus/src/app/instance_network.rs:458:34 |
3290 | 2024-05-20T20:16:14.758Z | | |
3291 | 2024-05-20T20:16:14.758Z | 458 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for |
3292 | 2024-05-20T20:16:14.758Z | | ^^^^^ no item named `Nexus` in scope |
3293 | 2024-05-20T20:16:14.758Z | | |
3294 | 2024-05-20T20:16:14.758Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3295 | 2024-05-20T20:16:14.758Z | |
3296 | 2024-05-20T20:16:14.758Z | warning: unresolved link to `VolumeConstructionRequest` |
3297 | 2024-05-20T20:16:14.758Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
3298 | 2024-05-20T20:16:14.758Z | | |
3299 | 2024-05-20T20:16:14.758Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
3300 | 2024-05-20T20:16:14.758Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
3301 | 2024-05-20T20:16:14.758Z | | |
3302 | 2024-05-20T20:16:14.758Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3303 | 2024-05-20T20:16:14.758Z | |
3304 | 2024-05-20T20:16:14.758Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3305 | 2024-05-20T20:16:14.758Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
3306 | 2024-05-20T20:16:14.758Z | | |
3307 | 2024-05-20T20:16:14.758Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
3308 | 2024-05-20T20:16:14.758Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3309 | 2024-05-20T20:16:14.758Z | |
3310 | 2024-05-20T20:16:14.758Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3311 | 2024-05-20T20:16:14.759Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
3312 | 2024-05-20T20:16:14.759Z | | |
3313 | 2024-05-20T20:16:14.759Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
3314 | 2024-05-20T20:16:14.759Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3315 | 2024-05-20T20:16:14.759Z | |
3316 | 2024-05-20T20:16:14.759Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3317 | 2024-05-20T20:16:14.759Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
3318 | 2024-05-20T20:16:14.759Z | | |
3319 | 2024-05-20T20:16:14.759Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
3320 | 2024-05-20T20:16:14.759Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3321 | 2024-05-20T20:16:14.759Z | |
3322 | 2024-05-20T20:16:14.759Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3323 | 2024-05-20T20:16:14.759Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
3324 | 2024-05-20T20:16:14.759Z | | |
3325 | 2024-05-20T20:16:14.759Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
3326 | 2024-05-20T20:16:14.759Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3327 | 2024-05-20T20:16:14.759Z | |
3328 | 2024-05-20T20:16:14.759Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3329 | 2024-05-20T20:16:14.759Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
3330 | 2024-05-20T20:16:14.759Z | | |
3331 | 2024-05-20T20:16:14.759Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
3332 | 2024-05-20T20:16:14.759Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3333 | 2024-05-20T20:16:14.759Z | |
3334 | 2024-05-20T20:16:14.759Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3335 | 2024-05-20T20:16:14.760Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
3336 | 2024-05-20T20:16:14.760Z | | |
3337 | 2024-05-20T20:16:14.760Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
3338 | 2024-05-20T20:16:14.760Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3339 | 2024-05-20T20:16:14.760Z | |
3340 | 2024-05-20T20:16:17.832Z | warning: `omicron-nexus` (lib doc) generated 9 warnings |
3341 | 2024-05-20T20:16:33.536Z | Finished dev [unoptimized + debuginfo] target(s) in 12m 20s |
3342 | 2024-05-20T20:16:33.616Z | Generated /work/oxidecomputer/omicron/target/doc/authz_macros/index.html |
3343 | 2024-05-20T20:16:33.616Z | Generated /work/oxidecomputer/omicron/target/doc/bootstore/index.html |
3344 | 2024-05-20T20:16:33.616Z | Generated /work/oxidecomputer/omicron/target/doc/bootstrap_agent_client/index.html |
3345 | 2024-05-20T20:16:33.616Z | Generated /work/oxidecomputer/omicron/target/doc/crdb_seed/index.html |
3346 | 2024-05-20T20:16:33.616Z | Generated /work/oxidecomputer/omicron/target/doc/db_macros/index.html |
3347 | 2024-05-20T20:16:33.616Z | Generated /work/oxidecomputer/omicron/target/doc/dns_server/index.html |
3348 | 2024-05-20T20:16:33.616Z | Generated /work/oxidecomputer/omicron/target/doc/apigen/index.html |
3349 | 2024-05-20T20:16:33.616Z | Generated /work/oxidecomputer/omicron/target/doc/dns_db_dump/index.html |
3350 | 2024-05-20T20:16:33.616Z | Generated /work/oxidecomputer/omicron/target/doc/dnsadm/index.html |
3351 | 2024-05-20T20:16:33.616Z | Generated /work/oxidecomputer/omicron/target/doc/dns_service_client/index.html |
3352 | 2024-05-20T20:16:33.616Z | Generated /work/oxidecomputer/omicron/target/doc/dpd_client/index.html |
3353 | 2024-05-20T20:16:33.622Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_cli/index.html |
3354 | 2024-05-20T20:16:33.622Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_client/index.html |
3355 | 2024-05-20T20:16:33.622Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_test_utils/index.html |
3356 | 2024-05-20T20:16:33.623Z | Generated /work/oxidecomputer/omicron/target/doc/illumos_utils/index.html |
3357 | 2024-05-20T20:16:33.623Z | Generated /work/oxidecomputer/omicron/target/doc/installinator/index.html |
3358 | 2024-05-20T20:16:33.623Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_artifact_client/index.html |
3359 | 2024-05-20T20:16:33.623Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_artifactd/index.html |
3360 | 2024-05-20T20:16:33.623Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_common/index.html |
3361 | 2024-05-20T20:16:33.623Z | Generated /work/oxidecomputer/omicron/target/doc/internal_dns/index.html |
3362 | 2024-05-20T20:16:33.623Z | Generated /work/oxidecomputer/omicron/target/doc/dnswait/index.html |
3363 | 2024-05-20T20:16:33.623Z | Generated /work/oxidecomputer/omicron/target/doc/ipcc/index.html |
3364 | 2024-05-20T20:16:33.623Z | Generated /work/oxidecomputer/omicron/target/doc/key_manager/index.html |
3365 | 2024-05-20T20:16:33.623Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_client/index.html |
3366 | 2024-05-20T20:16:33.623Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_config/index.html |
3367 | 2024-05-20T20:16:33.623Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_db_model/index.html |
3368 | 2024-05-20T20:16:33.623Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_db_queries/index.html |
3369 | 2024-05-20T20:16:33.623Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_defaults/index.html |
3370 | 2024-05-20T20:16:33.623Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_inventory/index.html |
3371 | 2024-05-20T20:16:33.623Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_macros_common/index.html |
3372 | 2024-05-20T20:16:33.623Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_metrics_producer_gc/index.html |
3373 | 2024-05-20T20:16:33.623Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_networking/index.html |
3374 | 2024-05-20T20:16:33.623Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_execution/index.html |
3375 | 2024-05-20T20:16:33.623Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_planning/index.html |
3376 | 2024-05-20T20:16:33.623Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_preparation/index.html |
3377 | 2024-05-20T20:16:33.623Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_types/index.html |
3378 | 2024-05-20T20:16:33.624Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_certificates/index.html |
3379 | 2024-05-20T20:16:33.624Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_common/index.html |
3380 | 2024-05-20T20:16:33.624Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_ddm_admin_client/index.html |
3381 | 2024-05-20T20:16:33.624Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_gateway/index.html |
3382 | 2024-05-20T20:16:33.624Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_nexus/index.html |
3383 | 2024-05-20T20:16:33.624Z | Generated /work/oxidecomputer/omicron/target/doc/schema_updater/index.html |
3384 | 2024-05-20T20:16:33.624Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_package/index.html |
3385 | 2024-05-20T20:16:33.624Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_passwords/index.html |
3386 | 2024-05-20T20:16:33.624Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_releng/index.html |
3387 | 2024-05-20T20:16:33.624Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_rpaths/index.html |
3388 | 2024-05-20T20:16:33.624Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_sled_agent/index.html |
3389 | 2024-05-20T20:16:33.624Z | Generated /work/oxidecomputer/omicron/target/doc/services_ledger_check_migrate/index.html |
3390 | 2024-05-20T20:16:33.624Z | Generated /work/oxidecomputer/omicron/target/doc/zone_bundle/index.html |
3391 | 2024-05-20T20:16:33.624Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_test_utils/index.html |
3392 | 2024-05-20T20:16:33.624Z | Generated /work/oxidecomputer/omicron/target/doc/falcon_runner/index.html |
3393 | 2024-05-20T20:16:33.624Z | Generated /work/oxidecomputer/omicron/target/doc/falcon_runner_cli/index.html |
3394 | 2024-05-20T20:16:33.624Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_uuid_kinds/index.html |
3395 | 2024-05-20T20:16:33.624Z | Generated /work/oxidecomputer/omicron/target/doc/oxide_client/index.html |
3396 | 2024-05-20T20:16:33.624Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
3397 | 2024-05-20T20:16:33.624Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_client/index.html |
3398 | 2024-05-20T20:16:33.624Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_collector/index.html |
3399 | 2024-05-20T20:16:33.624Z | Generated /work/oxidecomputer/omicron/target/doc/clickhouse_schema_updater/index.html |
3400 | 2024-05-20T20:16:33.624Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
3401 | 2024-05-20T20:16:33.625Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_db/index.html |
3402 | 2024-05-20T20:16:33.625Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_instruments/index.html |
3403 | 2024-05-20T20:16:33.625Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_macro_impl/index.html |
3404 | 2024-05-20T20:16:33.625Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_producer/index.html |
3405 | 2024-05-20T20:16:33.625Z | Generated /work/oxidecomputer/omicron/target/doc/oxlog/index.html |
3406 | 2024-05-20T20:16:33.625Z | Generated /work/oxidecomputer/omicron/target/doc/sled_agent_client/index.html |
3407 | 2024-05-20T20:16:33.625Z | Generated /work/oxidecomputer/omicron/target/doc/sled_hardware/index.html |
3408 | 2024-05-20T20:16:33.625Z | Generated /work/oxidecomputer/omicron/target/doc/sled_hardware_types/index.html |
3409 | 2024-05-20T20:16:33.625Z | Generated /work/oxidecomputer/omicron/target/doc/sled_storage/index.html |
3410 | 2024-05-20T20:16:33.625Z | Generated /work/oxidecomputer/omicron/target/doc/sp_sim/index.html |
3411 | 2024-05-20T20:16:33.625Z | Generated /work/oxidecomputer/omicron/target/doc/tufaceous/index.html |
3412 | 2024-05-20T20:16:33.625Z | Generated /work/oxidecomputer/omicron/target/doc/tufaceous_lib/index.html |
3413 | 2024-05-20T20:16:33.625Z | Generated /work/oxidecomputer/omicron/target/doc/typed_rng/index.html |
3414 | 2024-05-20T20:16:33.625Z | Generated /work/oxidecomputer/omicron/target/doc/update_common/index.html |
3415 | 2024-05-20T20:16:33.625Z | Generated /work/oxidecomputer/omicron/target/doc/update_engine/index.html |
3416 | 2024-05-20T20:16:33.625Z | Generated /work/oxidecomputer/omicron/target/doc/wicket/index.html |
3417 | 2024-05-20T20:16:33.625Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_common/index.html |
3418 | 2024-05-20T20:16:33.625Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg/index.html |
3419 | 2024-05-20T20:16:33.625Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg_server/index.html |
3420 | 2024-05-20T20:16:33.625Z | Generated /work/oxidecomputer/omicron/target/doc/wicketd/index.html |
3421 | 2024-05-20T20:16:33.625Z | Generated /work/oxidecomputer/omicron/target/doc/wicketd_client/index.html |
3422 | 2024-05-20T20:16:33.625Z | Generated /work/oxidecomputer/omicron/target/doc/zone_setup/index.html |
3423 | 2024-05-20T20:16:33.647Z | |
3424 | 2024-05-20T20:16:33.651Z | real 12:20.860297214 |
3425 | 2024-05-20T20:16:33.651Z | user 33:47.397176822 |
3426 | 2024-05-20T20:16:33.651Z | sys 53:35.181804000 |
3427 | 2024-05-20T20:16:33.651Z | trap 0.904767873 |
3428 | 2024-05-20T20:16:33.651Z | tflt 0.123378705 |
3429 | 2024-05-20T20:16:33.651Z | dflt 0.629135432 |
3430 | 2024-05-20T20:16:33.651Z | kflt 0.000059037 |
3431 | 2024-05-20T20:16:33.651Z | lock 3:19:07.645093706 |
3432 | 2024-05-20T20:16:33.651Z | slp 3:26:36.455961070 |
3433 | 2024-05-20T20:16:33.651Z | lat 4:13.953736382 |
3434 | 2024-05-20T20:16:33.651Z | stop 1:40.234617055 |
3435 | 2024-05-20T20:16:33.651Z | process exited: duration 1296793 ms, exit code 0 |
|
3436 | 2024-05-20T20:16:33.658Z | found 0 output files |